diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/apply_frame.mcfunction new file mode 100644 index 000000000..bbb02501e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/next_frame.mcfunction new file mode 100644 index 000000000..4db3805e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/pause.mcfunction new file mode 100644 index 000000000..e185cc2da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/play.mcfunction new file mode 100644 index 000000000..af3545228 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/resume.mcfunction new file mode 100644 index 000000000..a981e4dbf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/stop.mcfunction new file mode 100644 index 000000000..0db73b19d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/tween_play.mcfunction new file mode 100644 index 000000000..1a444988d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/tween_resume.mcfunction new file mode 100644 index 000000000..e1a276f98 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/10_0_hydro_storm/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/10_0_hydro_storm/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/apply_frame.mcfunction new file mode 100644 index 000000000..7f72bf31c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/next_frame.mcfunction new file mode 100644 index 000000000..32413840d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/pause.mcfunction new file mode 100644 index 000000000..55d0e527e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/play.mcfunction new file mode 100644 index 000000000..c1fa30ebe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/resume.mcfunction new file mode 100644 index 000000000..e6a36e467 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/stop.mcfunction new file mode 100644 index 000000000..eb491c4c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/tween_play.mcfunction new file mode 100644 index 000000000..1038fa0e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/tween_resume.mcfunction new file mode 100644 index 000000000..5bae069cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_0_damage_1/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_0_damage_1/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/apply_frame.mcfunction new file mode 100644 index 000000000..f3d3d26aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/next_frame.mcfunction new file mode 100644 index 000000000..93990f29c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/pause.mcfunction new file mode 100644 index 000000000..7e5881741 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/play.mcfunction new file mode 100644 index 000000000..65286ce9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/resume.mcfunction new file mode 100644 index 000000000..e9035f405 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/stop.mcfunction new file mode 100644 index 000000000..7c2c1db5d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/tween_play.mcfunction new file mode 100644 index 000000000..adcf9a207 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/tween_resume.mcfunction new file mode 100644 index 000000000..9bc21d1dd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/11_1_damage_2/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/11_1_damage_2/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/apply_frame.mcfunction new file mode 100644 index 000000000..b40459081 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/next_frame.mcfunction new file mode 100644 index 000000000..79c6885c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/pause.mcfunction new file mode 100644 index 000000000..8dd90454e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/play.mcfunction new file mode 100644 index 000000000..3bf212a70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/resume.mcfunction new file mode 100644 index 000000000..b7dc2db47 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/stop.mcfunction new file mode 100644 index 000000000..4704ae2e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/tween_play.mcfunction new file mode 100644 index 000000000..2c4ad4c3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/tween_resume.mcfunction new file mode 100644 index 000000000..d69425a0c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/12_0_opening_attack/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/12_0_opening_attack/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/apply_frame.mcfunction new file mode 100644 index 000000000..0c1322c11 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/next_frame.mcfunction new file mode 100644 index 000000000..1154419bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/pause.mcfunction new file mode 100644 index 000000000..74d4b3085 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/play.mcfunction new file mode 100644 index 000000000..d985a6eb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/resume.mcfunction new file mode 100644 index 000000000..0ccfa9f6b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/stop.mcfunction new file mode 100644 index 000000000..6c96dd28d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/tween_play.mcfunction new file mode 100644 index 000000000..d5044e70d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/tween_resume.mcfunction new file mode 100644 index 000000000..3c0d9750d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/13_0_former_ending/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/13_0_former_ending/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/apply_frame.mcfunction new file mode 100644 index 000000000..71e0b5dd7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/next_frame.mcfunction new file mode 100644 index 000000000..4d2038dce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/pause.mcfunction new file mode 100644 index 000000000..574533e9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/play.mcfunction new file mode 100644 index 000000000..b74419281 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/resume.mcfunction new file mode 100644 index 000000000..f8cd174d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/stop.mcfunction new file mode 100644 index 000000000..fc759d2f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/tween_play.mcfunction new file mode 100644 index 000000000..516b38649 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/tween_resume.mcfunction new file mode 100644 index 000000000..e47eb24e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_0_idle/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_0_idle/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/apply_frame.mcfunction new file mode 100644 index 000000000..83daca358 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/next_frame.mcfunction new file mode 100644 index 000000000..cb935f995 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/pause.mcfunction new file mode 100644 index 000000000..478a38099 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/play.mcfunction new file mode 100644 index 000000000..ec6e9ffd8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/resume.mcfunction new file mode 100644 index 000000000..752cdea6c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/stop.mcfunction new file mode 100644 index 000000000..bde1844fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/tween_play.mcfunction new file mode 100644 index 000000000..3bd830a96 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/tween_resume.mcfunction new file mode 100644 index 000000000..871a398a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/1_1_idle_rare/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/1_1_idle_rare/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/apply_frame.mcfunction new file mode 100644 index 000000000..7b0562717 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/next_frame.mcfunction new file mode 100644 index 000000000..7cd4ec980 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/pause.mcfunction new file mode 100644 index 000000000..635e325a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/play.mcfunction new file mode 100644 index 000000000..2f5c3b7a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/resume.mcfunction new file mode 100644 index 000000000..3e8ba7502 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/stop.mcfunction new file mode 100644 index 000000000..2a126ed37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/tween_play.mcfunction new file mode 100644 index 000000000..6540dd9fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/tween_resume.mcfunction new file mode 100644 index 000000000..55478ffc3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/2_0_chill_rain/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/2_0_chill_rain/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/apply_frame.mcfunction new file mode 100644 index 000000000..8de886b19 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/next_frame.mcfunction new file mode 100644 index 000000000..d24a4c8a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/pause.mcfunction new file mode 100644 index 000000000..c2fb6160f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/play.mcfunction new file mode 100644 index 000000000..db979358b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/resume.mcfunction new file mode 100644 index 000000000..3aff15ba0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/stop.mcfunction new file mode 100644 index 000000000..65488c27d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/tween_play.mcfunction new file mode 100644 index 000000000..97fa52ff3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/tween_resume.mcfunction new file mode 100644 index 000000000..da9b2bee6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/3_0_crystal_turret/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/3_0_crystal_turret/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/apply_frame.mcfunction new file mode 100644 index 000000000..8eb6da4da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/next_frame.mcfunction new file mode 100644 index 000000000..e179c4a57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/pause.mcfunction new file mode 100644 index 000000000..f7f8e0489 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/play.mcfunction new file mode 100644 index 000000000..5954bce92 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/resume.mcfunction new file mode 100644 index 000000000..e00de680b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/stop.mcfunction new file mode 100644 index 000000000..1bc3d7f0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/tween_play.mcfunction new file mode 100644 index 000000000..d8e6abe2e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/tween_resume.mcfunction new file mode 100644 index 000000000..400704d94 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/4_0_summon_book/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/4_0_summon_book/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/apply_frame.mcfunction new file mode 100644 index 000000000..72be13c0a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/next_frame.mcfunction new file mode 100644 index 000000000..b4a666d0f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/pause.mcfunction new file mode 100644 index 000000000..dfde71f1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/play.mcfunction new file mode 100644 index 000000000..bf37371d8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/resume.mcfunction new file mode 100644 index 000000000..32083580b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/stop.mcfunction new file mode 100644 index 000000000..d44b7a837 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/tween_play.mcfunction new file mode 100644 index 000000000..df79c492e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/tween_resume.mcfunction new file mode 100644 index 000000000..b3228e134 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_0_shining_ray/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_0_shining_ray/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/apply_frame.mcfunction new file mode 100644 index 000000000..2f5ea9eae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/next_frame.mcfunction new file mode 100644 index 000000000..c52388038 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/pause.mcfunction new file mode 100644 index 000000000..65fc9ba6a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/play.mcfunction new file mode 100644 index 000000000..0d6e60d1c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/resume.mcfunction new file mode 100644 index 000000000..7ba3e92c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/stop.mcfunction new file mode 100644 index 000000000..3ff6563a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/tween_play.mcfunction new file mode 100644 index 000000000..239e1b0ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/tween_resume.mcfunction new file mode 100644 index 000000000..4842febb3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/5_1_water_bullet/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/5_1_water_bullet/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/apply_frame.mcfunction new file mode 100644 index 000000000..4f4f134f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/next_frame.mcfunction new file mode 100644 index 000000000..b1da15e05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/pause.mcfunction new file mode 100644 index 000000000..f9be1e683 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/play.mcfunction new file mode 100644 index 000000000..514b57247 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/resume.mcfunction new file mode 100644 index 000000000..9c55fbfec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/stop.mcfunction new file mode 100644 index 000000000..031d5316b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/tween_play.mcfunction new file mode 100644 index 000000000..8d2f369b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/tween_resume.mcfunction new file mode 100644 index 000000000..89bbbf728 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/6_0_moving/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/6_0_moving/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/apply_frame.mcfunction new file mode 100644 index 000000000..55275d374 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/next_frame.mcfunction new file mode 100644 index 000000000..e8918f319 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/pause.mcfunction new file mode 100644 index 000000000..6b3ae79a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/play.mcfunction new file mode 100644 index 000000000..8a1bbb878 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/resume.mcfunction new file mode 100644 index 000000000..eddc61bf6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/stop.mcfunction new file mode 100644 index 000000000..6314c4bcc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/tween_play.mcfunction new file mode 100644 index 000000000..d5205ee27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/tween_resume.mcfunction new file mode 100644 index 000000000..58a11f468 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/7_0_holy_ray/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/7_0_holy_ray/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/apply_frame.mcfunction new file mode 100644 index 000000000..a5d6dc6eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/next_frame.mcfunction new file mode 100644 index 000000000..8d5ff0e4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/pause.mcfunction new file mode 100644 index 000000000..c5f24b3a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/play.mcfunction new file mode 100644 index 000000000..bae3d7273 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/resume.mcfunction new file mode 100644 index 000000000..1ee787266 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/stop.mcfunction new file mode 100644 index 000000000..787f6d7d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/tween_play.mcfunction new file mode 100644 index 000000000..d6b2524dd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/tween_resume.mcfunction new file mode 100644 index 000000000..1feaf08fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/8_0_quietus_rain/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/8_0_quietus_rain/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/apply_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/apply_frame.mcfunction new file mode 100644 index 000000000..c6e7a9131 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/apply_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/next_frame.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/next_frame.mcfunction new file mode 100644 index 000000000..536c711a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/next_frame.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/next_frame_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/pause.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/pause.mcfunction new file mode 100644 index 000000000..7858a5dea --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/pause.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/pause_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/play.mcfunction new file mode 100644 index 000000000..9138a7fa1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/resume.mcfunction new file mode 100644 index 000000000..0398e9e43 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/stop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/stop.mcfunction new file mode 100644 index 000000000..f2e133aab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/stop.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/stop_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/tween_play.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/tween_play.mcfunction new file mode 100644 index 000000000..e611506bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/tween_play.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tween_play_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/tween_resume.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/tween_resume.mcfunction new file mode 100644 index 000000000..6ef2c7669 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/9_0_water_wall/tween_resume.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tween_resume_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/9_0_water_wall/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/animations/pause_all.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/animations/pause_all.mcfunction new file mode 100644 index 000000000..bb5d341ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/animations/pause_all.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/animations/pause_all_as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/animations/pause_all ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/apply_variant/default.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/default.mcfunction new file mode 100644 index 000000000..37dddc217 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/default.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/apply_variant/default ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/apply_variant/jitome.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/jitome.mcfunction new file mode 100644 index 000000000..f6f76728f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/jitome.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/apply_variant/jitome/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/apply_variant/jitome ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/apply_variant/mabaraki.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/mabaraki.mcfunction new file mode 100644 index 000000000..8eb9172f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/mabaraki.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/apply_variant/mabaraki ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/apply_variant/majime.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/majime.mcfunction new file mode 100644 index 000000000..99da19f4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/majime.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/apply_variant/majime ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/apply_variant/wink.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/wink.mcfunction new file mode 100644 index 000000000..89f1cba1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/wink.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/apply_variant/wink/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/apply_variant/wink ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/apply_variant/yarare.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/yarare.mcfunction new file mode 100644 index 000000000..d3f2a8ce2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/apply_variant/yarare.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/apply_variant/yarare/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/apply_variant/yarare ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/remove/all.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/remove/all.mcfunction new file mode 100644 index 000000000..ce519124d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/remove/all.mcfunction @@ -0,0 +1,2 @@ +execute as @e[type=minecraft:item_display,tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/remove/as_root +kill @e[tag=aj.ecual.rig_entity] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/remove/this.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/remove/this.mcfunction new file mode 100644 index 000000000..3a0609176 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/remove/this.mcfunction @@ -0,0 +1,2 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/remove/as_root +execute if entity @s[tag=!aj.ecual.root] run tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},[{"text":"The function","color":"yellow"},{"text":" animated_java:ecual/remove/this ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/summon.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/summon.mcfunction new file mode 100644 index 000000000..0764befdb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/summon.mcfunction @@ -0,0 +1,2 @@ +summon minecraft:item_display ~ ~ ~ {Tags:["AW.ModelRoot","aj.new","aj.ecual.rig_entity","aj.ecual.root","aj.rig_root"],Passengers:[{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.wing_right_1"],transformation:[-1.0053245811999623f,-0.17726584803499137f,1.2501602741295897e-16f,5.551115123125783e-17f,-0.17726584803499137f,1.0053245811999623f,0f,1.25f,-1.231167530470687e-16f,-2.1708805339419332e-17f,-1.0208333333333333f,-0.38125f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:886}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"wing_right_1\",\"color\":\"yellow\"},\"]\"]]",height:26f,width:24.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.wing_right_2"],transformation:[-0.9762960071199334f,0.21643961393810288f,1.2246467991473532e-16f,5.551115123125783e-17f,0.21643961393810288f,0.9762960071199334f,0f,1.25f,-1.195617780139768e-16f,2.6506208041798655e-17f,-1f,-0.38125f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:887}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"wing_right_2\",\"color\":\"yellow\"},\"]\"]]",height:20f,width:18.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.wing_left_1"],transformation:[-1.0053245811999623f,0.17726584803499137f,1.2501602741295897e-16f,4.163336342344337e-17f,0.17726584803499137f,1.0053245811999623f,0f,1.25f,-1.231167530470687e-16f,2.1708805339419332e-17f,-1.0208333333333333f,-0.38125f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:888}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"wing_left_1\",\"color\":\"yellow\"},\"]\"]]",height:26f,width:24.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.wing_left_2"],transformation:[-0.9762960071199334f,-0.21643961393810288f,1.2246467991473532e-16f,4.163336342344337e-17f,-0.21643961393810288f,0.9762960071199334f,0f,1.25f,-1.195617780139768e-16f,-2.6506208041798655e-17f,-1f,-0.38125f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:889}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"wing_left_2\",\"color\":\"yellow\"},\"]\"]]",height:20f,width:18.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.staff"],transformation:[-3.469446951953614e-16f,1.5559363282858748e-16f,1.5625f,-0.8197175f,1.5625f,0f,3.469446951953614e-16f,1.47081f,-4.2488471045215346e-32f,1.5625f,-1.5559363282858748e-16f,-1.1102230246251565e-16f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:890}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"staff\",\"color\":\"yellow\"},\"]\"]]",height:51.05426f,width:17.03363f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.arm_right_2"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.6265625f,0f,1f,0f,1.4703125f,-1.2246467991473532e-16f,0f,-1f,-7.673177600907635e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:891}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"arm_right_2\",\"color\":\"yellow\"},\"]\"]]",height:25.45f,width:16.75f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.arm_right_1"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.2984375f,0f,1f,0f,1.4703125f,-1.2246467991473532e-16f,0f,-1f,-3.6548052912053824e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:892}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"arm_right_1\",\"color\":\"yellow\"},\"]\"]]",height:25.25f,width:11.75f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.arm_left_2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.6265625f,0f,1f,0f,1.4703125f,-1.2246467991473532e-16f,0f,-1f,7.673177600907635e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:893}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"arm_left_2\",\"color\":\"yellow\"},\"]\"]]",height:25.45f,width:16.75f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.arm_left_1"],transformation:[-1f,0f,1.2246467991473532e-16f,0.2984375f,0f,1f,0f,1.4703125f,-1.2246467991473532e-16f,0f,-1f,3.6548052912053824e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:894}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"arm_left_1\",\"color\":\"yellow\"},\"]\"]]",height:25.25f,width:11.75f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.himo_right_2"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.15625000000000003f,0f,1f,0f,1.125f,-1.2246467991473532e-16f,0f,-1f,0.20624999999999996f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:895}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"himo_right_2\",\"color\":\"yellow\"},\"]\"]]",height:18f,width:3.3f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.himo_right_1"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.15625000000000003f,0f,1f,0f,1.3125f,-1.2246467991473532e-16f,0f,-1f,0.19999999999999998f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:896}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"himo_right_1\",\"color\":\"yellow\"},\"]\"]]",height:21f,width:3.2f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.himo_left_2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.15624999999999997f,0f,1f,0f,1.125f,-1.2246467991473532e-16f,0f,-1f,0.20625000000000002f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:897}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"himo_left_2\",\"color\":\"yellow\"},\"]\"]]",height:18f,width:3.3f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.himo_left_1"],transformation:[-1f,0f,1.2246467991473532e-16f,0.15624999999999997f,0f,1f,0f,1.3125f,-1.2246467991473532e-16f,0f,-1f,0.20000000000000004f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:898}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"himo_left_1\",\"color\":\"yellow\"},\"]\"]]",height:21f,width:3.2f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ponpon1"],transformation:[-1f,0f,1.2246467991473532e-16f,0.29375f,0f,1f,0f,2.009375f,-1.2246467991473532e-16f,0f,-1f,0.021875000000000033f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:899}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ponpon1\",\"color\":\"yellow\"},\"]\"]]",height:33.35f,width:5.9f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ponpon2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.33125f,0f,1f,0f,1.884375f,-1.2246467991473532e-16f,0f,-1f,-0.07187499999999995f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:900}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ponpon2\",\"color\":\"yellow\"},\"]\"]]",height:31.349999999999998f,width:6.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ponpon3"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.29375f,0f,1f,0f,2.009375f,-1.2246467991473532e-16f,0f,-1f,0.021874999999999964f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:901}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ponpon3\",\"color\":\"yellow\"},\"]\"]]",height:33.35f,width:5.9f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ponpon4"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.33125f,0f,1f,0f,1.884375f,-1.2246467991473532e-16f,0f,-1f,-0.07187500000000004f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:902}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ponpon4\",\"color\":\"yellow\"},\"]\"]]",height:31.349999999999998f,width:6.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_a1"],transformation:[-0.9975640502598242f,0.0697564737441253f,1.2246467991473532e-16f,0.1859375f,0.0697564737441253f,0.9975640502598242f,0f,2.121875f,-1.221663621095163e-16f,8.542704229054943e-18f,-1f,2.0816681711721685e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:903}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_a1\",\"color\":\"yellow\"},\"]\"]]",height:35.95f,width:3.2f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_a2"],transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2246467991473532e-16f,0.0703125f,-0.08715574274765818f,0.9961946980917455f,0f,2.121875f,-1.2199866483456202e-16f,-1.0673500138322974e-17f,-1f,6.938893903907228e-18f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:904}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_a2\",\"color\":\"yellow\"},\"]\"]]",height:35.95f,width:1.65f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_b1"],transformation:[-0.9876883405951378f,0.15643446504023087f,1.2246467991473532e-16f,0.048437499999999994f,0.15643446504023087f,0.9876883405951378f,0f,2.115625f,-1.2095693648649962e-16f,1.9157696688784726e-17f,-1f,3.469446951953614e-18f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:905}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_b1\",\"color\":\"yellow\"},\"]\"]]",height:40.35f,width:1.15f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_b2"],transformation:[-0.9876883405951378f,-0.15643446504023087f,1.2246467991473532e-16f,0.0765625f,-0.15643446504023087f,0.9876883405951378f,0f,2.128125f,-1.2095693648649962e-16f,-1.9157696688784726e-17f,-1f,6.938893903907228e-18f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:906}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_b2\",\"color\":\"yellow\"},\"]\"]]",height:40f,width:3.6f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_right_2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.125f,0f,1f,0f,2.2375f,-1.2246467991473532e-16f,0f,-1f,-0.031249999999999986f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:907}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_right_2\",\"color\":\"yellow\"},\"]\"]]",height:39.75f,width:2.575f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_right_1"],transformation:[-1f,0f,1.2246467991473532e-16f,0.125f,0f,1f,0f,2.0125f,-1.2246467991473532e-16f,0f,-1f,-0.031249999999999986f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:908}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_right_1\",\"color\":\"yellow\"},\"]\"]]",height:36f,width:2.575f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_a3"],transformation:[-0.9975640502598242f,-0.0697564737441253f,1.2246467991473532e-16f,-0.1859375f,-0.0697564737441253f,0.9975640502598242f,0f,2.121875f,-1.221663621095163e-16f,-8.542704229054943e-18f,-1f,-2.0816681711721685e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:909}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_a3\",\"color\":\"yellow\"},\"]\"]]",height:35.95f,width:3.2f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_a4"],transformation:[-0.9961946980917455f,0.08715574274765818f,1.2246467991473532e-16f,-0.0703125f,0.08715574274765818f,0.9961946980917455f,0f,2.121875f,-1.2199866483456202e-16f,1.0673500138322974e-17f,-1f,-6.938893903907228e-18f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:910}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_a4\",\"color\":\"yellow\"},\"]\"]]",height:35.95f,width:1.65f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_b3"],transformation:[-0.9876883405951378f,-0.15643446504023087f,1.2246467991473532e-16f,-0.048437499999999994f,-0.15643446504023087f,0.9876883405951378f,0f,2.115625f,-1.2095693648649962e-16f,-1.9157696688784726e-17f,-1f,-6.938893903907228e-18f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:911}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_b3\",\"color\":\"yellow\"},\"]\"]]",height:40.35f,width:1.15f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_edge_b4"],transformation:[-0.9876883405951378f,0.15643446504023087f,1.2246467991473532e-16f,-0.0765625f,0.15643446504023087f,0.9876883405951378f,0f,2.128125f,-1.2095693648649962e-16f,1.9157696688784726e-17f,-1f,-6.938893903907228e-18f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:912}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_edge_b4\",\"color\":\"yellow\"},\"]\"]]",height:40f,width:3.6f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_left_2"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.125f,0f,1f,0f,2.2375f,-1.2246467991473532e-16f,0f,-1f,-0.031250000000000014f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:913}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_left_2\",\"color\":\"yellow\"},\"]\"]]",height:39.75f,width:2.575f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.ear_left_1"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.125f,0f,1f,0f,2.0125f,-1.2246467991473532e-16f,0f,-1f,-0.031250000000000014f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:914}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"ear_left_1\",\"color\":\"yellow\"},\"]\"]]",height:36f,width:2.575f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.head"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.5f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:915}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"head\",\"color\":\"yellow\"},\"]\"]]",height:35.9f,width:4.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.body_1"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:916}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"body_1\",\"color\":\"yellow\"},\"]\"]]",height:25.4f,width:5.25f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.leg_left_2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.125f,0f,1f,0f,0.4375f,-1.2246467991473532e-16f,0f,-1f,1.5308084989341915e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:917}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"leg_left_2\",\"color\":\"yellow\"},\"]\"]]",height:7.4f,width:4.405f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.leg_left_1"],transformation:[-1f,0f,1.2246467991473532e-16f,0.125f,0f,1f,0f,0.78125f,-1.2246467991473532e-16f,0f,-1f,1.5308084989341915e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:918}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"leg_left_1\",\"color\":\"yellow\"},\"]\"]]",height:13f,width:3.995f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.leg_right_2"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.125f,0f,1f,0f,0.4375f,-1.2246467991473532e-16f,0f,-1f,-1.5308084989341915e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:919}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"leg_right_2\",\"color\":\"yellow\"},\"]\"]]",height:7.4f,width:4.405f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.leg_right_1"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.125f,0f,1f,0f,0.8125f,-1.2246467991473532e-16f,0f,-1f,-1.5308084989341915e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:920}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"leg_right_1\",\"color\":\"yellow\"},\"]\"]]",height:13.4f,width:4.395f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_forward_right"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:921}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_forward_right\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:4.25f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_forward_left"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:922}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_forward_left\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:4.25f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_forward"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:923}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_forward\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:2.3f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_back_right"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:924}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_back_right\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:4.25f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_back_left"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:925}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_back_left\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:4.25f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_back"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:926}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_back\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:2.2f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_right"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.19375f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,-2.3727531733479968e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:927}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_right\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:4.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.skirt_left"],transformation:[-1f,0f,1.2246467991473532e-16f,0.19375f,0f,1f,0f,1.0375f,-1.2246467991473532e-16f,0f,-1f,2.3727531733479968e-17f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:928}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"skirt_left\",\"color\":\"yellow\"},\"]\"]]",height:16.6f,width:4.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.coat_downer"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.0078125f,0f,1f,0f,0.9015625f,-1.2246467991473532e-16f,0f,-1f,-9.567553118338697e-19f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:929}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"coat_downer\",\"color\":\"yellow\"},\"]\"]]",height:14.425f,width:5f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.body_2"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,1.125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:930}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"body_2\",\"color\":\"yellow\"},\"]\"]]",height:18f,width:4.8f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.book_left"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.43749999999999994f,0f,1f,0f,2.078125f,-1.2246467991473532e-16f,0f,-1f,-0.6281250000000002f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:931}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"book_left\",\"color\":\"yellow\"},\"]\"]]",height:37f,width:10.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.book_right"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.5312499999999999f,0f,1f,0f,2.078125f,-1.2246467991473532e-16f,0f,-1f,-0.6281250000000002f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:932}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"book_right\",\"color\":\"yellow\"},\"]\"]]",height:37f,width:10.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.book_loot_1"],transformation:[-1f,0f,1.2246467991473532e-16f,-0.48437499999999994f,0f,1f,0f,2.078125f,-1.2246467991473532e-16f,0f,-1f,-0.47812500000000013f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:933}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"book_loot_1\",\"color\":\"yellow\"},\"]\"]]",height:37f,width:10.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.book_left2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.43750000000000006f,0f,1f,0f,2.078125f,-1.2246467991473532e-16f,0f,-1f,-0.6281249999999999f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:934}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"book_left2\",\"color\":\"yellow\"},\"]\"]]",height:37f,width:10.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.book_right2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.5312500000000001f,0f,1f,0f,2.078125f,-1.2246467991473532e-16f,0f,-1f,-0.6281249999999999f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:935}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"book_right2\",\"color\":\"yellow\"},\"]\"]]",height:37f,width:10.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.book_loot_2"],transformation:[-1f,0f,1.2246467991473532e-16f,0.48437500000000006f,0f,1f,0f,2.078125f,-1.2246467991473532e-16f,0f,-1f,-0.4781249999999999f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:936}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"book_loot_2\",\"color\":\"yellow\"},\"]\"]]",height:37f,width:10.1f},{id:"minecraft:item_display",Tags:["aj.new","aj.ecual.rig_entity","aj.ecual.bone","aj.ecual.bone.air_staff_povit_1"],transformation:[-1.5625f,0f,1.9135106236677394e-16f,-0.007217500000000084f,0f,1.5625f,0f,1.2911225f,-1.9135106236677394e-16f,0f,-1.5625f,0.6875f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:blaze_rod",Count:1b,tag:{CustomModelData:937}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"air_staff_povit_1\",\"color\":\"yellow\"},\"]\"]]",height:40.05426f,width:12.875f}],CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"ecual\",\"color\":\"light_purple\"},\".\",{\"text\":\"root\",\"color\":\"white\"}]]"} +execute as @e[type=minecraft:item_display,tag=aj.ecual.root,tag=aj.new,limit=1,distance=..0.1] run function animated_java:ecual/zzzzzzzz/summon/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..7cc092b90 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..185 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_185 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/end.mcfunction new file mode 100644 index 000000000..3c4c059ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.10_0_hydro_storm.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/end_loop +execute if score @s aj.ecual.animation.10_0_hydro_storm.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/10_0_hydro_storm/stop +execute if score @s aj.ecual.animation.10_0_hydro_storm.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/10_0_hydro_storm/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/end_loop.mcfunction new file mode 100644 index 000000000..f2c1f7172 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.10_0_hydro_storm.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/next_frame_as_root.mcfunction new file mode 100644 index 000000000..ecfc18071 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/pause_as_root.mcfunction new file mode 100644 index 000000000..b2c899a66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.10_0_hydro_storm \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/play_as_root.mcfunction new file mode 100644 index 000000000..3f6bc96ab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.10_0_hydro_storm.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.10_0_hydro_storm.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.10_0_hydro_storm \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/resume_as_root.mcfunction new file mode 100644 index 000000000..482aa888c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.10_0_hydro_storm.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.10_0_hydro_storm \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/stop_as_root.mcfunction new file mode 100644 index 000000000..c903256a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.10_0_hydro_storm.local_anim_time 0 +tag @s remove aj.ecual.animation.10_0_hydro_storm +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick.mcfunction new file mode 100644 index 000000000..9f391c493 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_animation.mcfunction new file mode 100644 index 000000000..abb9ef86b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.10_0_hydro_storm.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.10_0_hydro_storm.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root +execute if score @s aj.ecual.animation.10_0_hydro_storm.local_anim_time matches 185.. run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_185.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_185.mcfunction new file mode 100644 index 000000000..e7607f6fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_185.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..127 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_127 +execute if score @s aj.anim_time matches 128..185 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_185 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..d2f6c955a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..df2edbfdd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..d82bd833a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..2d63c62d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_120_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_120_127.mcfunction new file mode 100644 index 000000000..618d73b7d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_120_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120 +execute if score @s aj.anim_time matches 121 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121 +execute if score @s aj.anim_time matches 122 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122 +execute if score @s aj.anim_time matches 123 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123 +execute if score @s aj.anim_time matches 124 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124 +execute if score @s aj.anim_time matches 125 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125 +execute if score @s aj.anim_time matches 126 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126 +execute if score @s aj.anim_time matches 127 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_135.mcfunction new file mode 100644 index 000000000..d34a5ac59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_135.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128 +execute if score @s aj.anim_time matches 129 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129 +execute if score @s aj.anim_time matches 130 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130 +execute if score @s aj.anim_time matches 131 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131 +execute if score @s aj.anim_time matches 132 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132 +execute if score @s aj.anim_time matches 133 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133 +execute if score @s aj.anim_time matches 134 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134 +execute if score @s aj.anim_time matches 135 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_185.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_185.mcfunction new file mode 100644 index 000000000..84de8fb43 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_185.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128..135 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_128_135 +execute if score @s aj.anim_time matches 136..143 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_136_143 +execute if score @s aj.anim_time matches 144..151 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_144_151 +execute if score @s aj.anim_time matches 152..159 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_152_159 +execute if score @s aj.anim_time matches 160..167 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_160_167 +execute if score @s aj.anim_time matches 168..175 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_168_175 +execute if score @s aj.anim_time matches 176..183 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_176_183 +execute if score @s aj.anim_time matches 184..185 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_184_185 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_136_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_136_143.mcfunction new file mode 100644 index 000000000..64ac43390 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_136_143.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 136 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136 +execute if score @s aj.anim_time matches 137 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137 +execute if score @s aj.anim_time matches 138 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138 +execute if score @s aj.anim_time matches 139 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139 +execute if score @s aj.anim_time matches 140 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140 +execute if score @s aj.anim_time matches 141 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141 +execute if score @s aj.anim_time matches 142 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142 +execute if score @s aj.anim_time matches 143 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_144_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_144_151.mcfunction new file mode 100644 index 000000000..692fd7da0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_144_151.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 144 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144 +execute if score @s aj.anim_time matches 145 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145 +execute if score @s aj.anim_time matches 146 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146 +execute if score @s aj.anim_time matches 147 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147 +execute if score @s aj.anim_time matches 148 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148 +execute if score @s aj.anim_time matches 149 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149 +execute if score @s aj.anim_time matches 150 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150 +execute if score @s aj.anim_time matches 151 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_152_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_152_159.mcfunction new file mode 100644 index 000000000..7871865c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_152_159.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 152 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152 +execute if score @s aj.anim_time matches 153 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153 +execute if score @s aj.anim_time matches 154 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154 +execute if score @s aj.anim_time matches 155 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155 +execute if score @s aj.anim_time matches 156 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156 +execute if score @s aj.anim_time matches 157 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157 +execute if score @s aj.anim_time matches 158 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158 +execute if score @s aj.anim_time matches 159 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_160_167.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_160_167.mcfunction new file mode 100644 index 000000000..899fb09ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_160_167.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 160 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160 +execute if score @s aj.anim_time matches 161 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161 +execute if score @s aj.anim_time matches 162 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162 +execute if score @s aj.anim_time matches 163 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163 +execute if score @s aj.anim_time matches 164 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164 +execute if score @s aj.anim_time matches 165 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165 +execute if score @s aj.anim_time matches 166 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166 +execute if score @s aj.anim_time matches 167 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_168_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_168_175.mcfunction new file mode 100644 index 000000000..15fab677a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_168_175.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 168 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168 +execute if score @s aj.anim_time matches 169 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169 +execute if score @s aj.anim_time matches 170 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170 +execute if score @s aj.anim_time matches 171 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171 +execute if score @s aj.anim_time matches 172 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172 +execute if score @s aj.anim_time matches 173 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173 +execute if score @s aj.anim_time matches 174 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174 +execute if score @s aj.anim_time matches 175 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..a55481583 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_176_183.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_176_183.mcfunction new file mode 100644 index 000000000..0e7569b81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_176_183.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 176 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176 +execute if score @s aj.anim_time matches 177 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177 +execute if score @s aj.anim_time matches 178 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178 +execute if score @s aj.anim_time matches 179 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179 +execute if score @s aj.anim_time matches 180 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180 +execute if score @s aj.anim_time matches 181 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181 +execute if score @s aj.anim_time matches 182 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182 +execute if score @s aj.anim_time matches 183 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_184_185.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_184_185.mcfunction new file mode 100644 index 000000000..3056058fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_184_185.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.anim_time matches 184 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184 +execute if score @s aj.anim_time matches 185 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..c92ed6d59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..042a455fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..8cbc84ad1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..5d69732e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..a057f7e1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_127.mcfunction new file mode 100644 index 000000000..b14dac8ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_112_119 +execute if score @s aj.anim_time matches 120..127 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_120_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..d4b24a879 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..37ec72557 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..a6ac8d9fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..9dd784fcd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..b5f7a9dbb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..094f6e211 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0.mcfunction new file mode 100644 index 000000000..877d94002 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1.mcfunction new file mode 100644 index 000000000..4c9f42b6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10.mcfunction new file mode 100644 index 000000000..53d3db55c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100.mcfunction new file mode 100644 index 000000000..aa4c4c7f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..3422c3ade --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5469611859837319f,-0.08179669687398844f,0.6009053218704412f,0.4046952284486707f,-0.03498490398971379f,0.8121123230989998f,0.07870244982222879f,1.2799017515309608f,-0.6054370008221698f,0.026968861594342027f,-0.5474149824257694f,-0.28116756715321867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5256768837789394f,0.13101324730170796f,0.5886419479547179f,0.4046952284486707f,0.2727772354545728f,0.7480967476418997f,0.07709627737687719f,1.2799017515309608f,-0.5378256164206237f,0.251369817597645f,-0.5362432480905496f,-0.28116756715321867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.10586192962373024f,-0.004018996807280193f,0.8097663514653147f,0.38389663250374956f,0.26676812890262197f,0.7712426868712358f,-0.031047186569404805f,1.2908307330975037f,-0.7645733854265258f,0.26853865654081244f,0.10128658689639566f,-0.3457659360080424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.09731429245164634f,0.0360475471285482f,0.7932405075578594f,0.38389663250374956f,-0.04768671122830394f,0.7979981154743648f,-0.030413570516967976f,1.2908307330975037f,-0.7926259559570729f,-0.04358419490339738f,0.09921951369442841f,-0.3457659360080424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3064993411294943f,-0.8555605717712603f,0.04981796521968758f,-0.2864601127969158f,0.18079651637417987f,0.3639396302318824f,1.5087301996094733f,1.65788326004373f,-0.8377221146031405f,-1.2557747821871215f,0.40330832514061543f,-0.9444289628664047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5475587659336068f,0.031883497740599835f,0.8361595783228764f,-0.13884211926958584f,0.23292136334840466f,0.965587327750063f,0.11570977047947514f,1.6246535384481446f,-0.803695860599758f,0.2581173280899938f,-0.53614215334601f,-0.7458627895160075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3940425309066965f,0.031883497740599835f,0.9185390173577114f,-0.015045006485529838f,0.2494755552497021f,0.965587327750063f,0.07350550878230283f,1.545464501545424f,-0.884586022481419f,0.2581173280899938f,-0.3884366277402075f,-0.4552319894865693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.36063028355047816f,-0.02715875529883721f,0.9323133596580708f,0.16331246204407796f,0.2864499684030897f,0.9544934942643434f,-0.08299750001603928f,1.342172465001865f,-0.8876329276160109f,0.29699254438059797f,0.3519988840808561f,0.422959134927379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.020011667389625065f,-0.02715875529883721f,0.9994308055983189f,0.1652238007540633f,0.297561738383898f,0.9544934942643434f,0.019979520940107583f,1.4320634689010823f,-0.9544928208311676f,0.29699254438059797f,0.027182412771843967f,0.10267005483358846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.30247312192016157f,0.7175772712428616f,0.6273698034744095f,-0.2346522950634523f,0.0375534842550717f,0.666661996110841f,-0.7444135401521206f,1.180786082194166f,-0.9524178423025131f,-0.2016051654525678f,-0.22859486198658893f,-0.27268204559105813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.30247312192016157f,0.3390508422523538f,0.8908167807601293f,-0.16551265726138517f,0.0375534842550717f,0.9381085927707878f,-0.34429929420478905f,1.354529572749909f,-0.9524178423025131f,-0.07068800844260152f,-0.29648517522170237f,-0.28778907951918153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3025758972772964f,0.6385295167249971f,0.7076212847687525f,-0.13495305103721664f,0.15899373268181294f,0.7658335920424346f,-0.6230729509995483f,1.1287320349192242f,-0.9397706206062961f,-0.0760195078274172f,-0.3332449775689561f,-0.003301566828335519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3025758972772964f,0.3112798560772767f,0.9008621856795569f,-0.07095768936223004f,0.15899373268181294f,0.9484075356871728f,-0.2743066517962841f,1.3048440312868423f,-0.9397706206062961f,0.06023286023669763f,-0.33645680732147965f,0.0058892394202860465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,0.3444078058782846f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.964294686273508f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,0.10762374160759228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,0.41838553734015604f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.8401253269913846f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,0.037412788308108985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,-0.10827556069880526f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,2.0744093506693906f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.25029912761064343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,-0.09208719518294528f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.9642971825867415f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.3662023620869227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7614988690025835f,-0.02372854654240121f,0.6477317566607116f,0.2656280157174861f,0.33186999128986494f,0.8441278235756721f,0.42108256476214273f,2.0669537630260124f,-0.5567600752470052f,0.5356166292642379f,-0.6349275904121385f,0.07424303588648977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.748411591805693f,-0.14256107696035875f,0.6477317566607116f,0.17798557502068924f,0.19573343648377484f,0.8856511138679768f,0.42108256476214273f,2.0984243665117255f,-0.6336943356959415f,0.44192583522613227f,-0.6349275904121385f,0.005704402037006874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.809723612215198f,-0.2669865274392525f,0.5225570456774083f,0.20401353270156775f,0.3531082736142605f,0.4895515351295474f,0.7972790236532379f,2.1270016808862002f,-0.46868136182947173f,0.8300948672400236f,-0.30212628560825155f,-0.051359841346200974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6875895435474318f,-0.5041376336052819f,0.5225570456774083f,0.22045236221797207f,0.18454618060120026f,0.5747076349484572f,0.7972790236532379f,2.1260812023181637f,-0.7022558841545888f,0.6446366268796843f,-0.30212628560825155f,-0.025356317963082797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7579886762966213f,-0.3903681603550613f,0.5225570456774083f,0.23080082886467385f,0.27217819230886825f,0.5387626472520313f,0.7972790236532379f,2.1967397051605575f,-0.5927665630225548f,0.7465571038487198f,-0.30212628560825155f,0.07556904924151805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7579886762966213f,-0.07679022085737633f,0.6477317566607116f,0.2480786285575835f,0.27217819230886825f,0.8652216509570323f,0.42108256476214273f,2.0020648336952256f,-0.5927665630225548f,0.49547427450460296f,-0.6349275904121385f,-0.03591266252201744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.778276728310799f,-0.011698374591406283f,0.6278124578261869f,-0.006870609676752681f,0.031726897472896906f,0.9978167486021104f,0.05792357193627535f,2.1619104714813955f,-0.627119397042208f,0.06499910954029844f,-0.7762064014245085f,-0.18993287848313614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7705248792801528f,0.11019495545871458f,0.6278124578261869f,0.08299278450774306f,0.18742921599299134f,0.9805687884112954f,0.05792357193627535f,2.1502030019929252f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.11812308688882447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7742955698649536f,-0.07948514506339519f,0.6278124578261869f,0.09972759242738871f,-0.05535929280106992f,0.9967849359388958f,0.05792357193627535f,2.1417807443288064f,-0.630398064073861f,0.010094711464052733f,-0.7762064014245085f,-0.1052161157208177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7609611078834806f,0.16367562459629753f,0.6278124578261869f,0.07840167850492115f,0.2553736687861131f,0.9651057709416433f,0.05792357193627535f,2.157043169185629f,-0.5964247493015914f,0.20440435613789681f,-0.7762064014245085f,-0.12132603216570811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7771969226767199f,0.042619962225216135f,0.6278124578261869f,0.06503690023821888f,0.10125379017055283f,0.9931729606620595f,0.05792357193627535f,2.2723860538424363f,-0.6210576570318845f,0.10858641273050859f,-0.7762064014245085f,-0.16378832358030654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7771969226767199f,0.042619962225216135f,0.6278124578261869f,0.055447408737545265f,0.10125379017055283f,0.9931729606620595f,0.05792357193627535f,2.048922137693473f,-0.6210576570318845f,0.10858641273050859f,-0.7762064014245085f,-0.18822026644467094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,0.07566896466790479f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.5211418700105517f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.17098976383159617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3025758972772964f,0.01766301054896907f,0.9529616175089035f,0.06904533571204138f,0.15899373268181294f,0.9867545839938572f,0.03219291746663916f,1.1511089010128552f,-0.9397706206062961f,0.16125572555868098f,-0.30137646162200554f,-0.23146066091610154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5927952740387855f,-0.45527553600416754f,0.6643176569935494f,-0.10274939125845081f,-0.3529235351432995f,0.8883092536794798f,0.2938565094895159f,0.8267463925169919f,-0.7239052019561936f,-0.06025658589335875f,-0.6872629790969677f,0.08066500580671446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5927952740387855f,0.5992089452205772f,0.5380914448724533f,0.12295034060253471f,-0.3529235351432995f,0.407290150711243f,-0.8423536736285828f,0.851796669581492f,-0.7239052019561936f,-0.6892484117509856f,-0.02996473726743576f,-0.1163698633329153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5609666116304922f,0.22015938660320278f,0.7980265065311464f,-0.20943448174397478f,0.11148340258453286f,0.9752976612442219f,-0.190698513155519f,0.5420996791319956f,-0.8202974531131859f,-0.018008788467084258f,-0.5716535418887634f,-0.2354303753595567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5609666116304922f,0.5087922738105994f,0.6530290060529045f,-0.008196044354536844f,0.11148340258453286f,0.8280803857683898f,-0.5494127097673018f,0.859546999181201f,-0.8202974531131859f,-0.23540029060371703f,-0.5212473420552913f,-0.3299057838563426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.526631723106057f,0.5431887768949885f,0.6539151174836624f,0.05331577883546289f,0.07320732649841702f,0.7953483106167486f,-0.6017156738410909f,1.0402997570826207f,-0.8469354848896695f,-0.2690111846269786f,-0.45862104943001697f,-0.21945056148780068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7068519282399649f,0.3366071569624064f,0.6221382269440847f,0.053573340095063524f,-0.2697803504376023f,0.6847544357787818f,-0.6770006833076659f,1.007235014990608f,-0.6538951858373084f,-0.6463799073014012f,-0.3932099965359782f,-0.2261249241979205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5930266784147056f,0.46980248808914327f,0.6539151174836624f,0.06212457548713433f,-0.03123275880168468f,0.7980994691337651f,-0.6017156738410909f,1.0552641221288788f,-0.8045768288150345f,-0.3772570205491909f,-0.45862104943001697f,-0.226524130623098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5755086744029612f,0.07782134071694233f,0.8140845193319697f,0.05225387375863839f,0.12186470299397913f,0.9925083585251988f,-0.008726535498373933f,1.0396763609004644f,-0.8086648006752463f,0.09418597128358716f,-0.5806808443217596f,-0.21948342750488284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5704615634898635f,-0.06605674938529874f,0.8186636125059842f,0.05225387375863839f,-0.19936034309715206f,0.9780877788954477f,-0.05999791976023347f,1.0396763609004644f,-0.7967616068692606f,-0.19743556578290913f,-0.5711305798003609f,-0.21948342750488284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5807029557109398f,0.007104407970713544f,0.8140845193319697f,0.052342678858272304f,0f,0.9999619230641712f,-0.008726535498373933f,1.0521758849387666f,-0.8141155183563192f,-0.005067524957022201f,-0.5806808443217596f,-0.21954677156684563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5283204653381677f,0.309716688164168f,0.7905397263752667f,-0.057480263999159f,0.11681237450679507f,0.9487534698160509f,-0.2936353566484935f,1.0980190570362744f,-0.8409710786150415f,-0.06278874568442395f,-0.5374246164332542f,-0.37919916677021137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6513333126921355f,0.17999956109072207f,0.7371330095611215f,0.18711755048083323f,-0.21650421719604035f,0.8869873838833947f,-0.407896193617961f,1.091617657149733f,-0.7272488155465218f,-0.42526878422809117f,-0.5387537669913247f,-0.07769241418230677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5807029557109398f,0.12735572559502106f,0.8040924053781032f,0.032625971138616316f,0f,0.9876883405951378f,-0.15643446504023087f,0.9362070176863349f,-0.8141155183563192f,-0.09084195622392174f,-0.5735535387048297f,-0.21507928462219675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5807029557109398f,0.14136967617294321f,0.8017472743248557f,0.06875000000000003f,0f,0.984807753012208f,-0.17364817766693033f,1.15625f,-0.8141155183563192f,-0.10083801002500485f,-0.5718807729812383f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42580575469312604f,0.6539207408965579f,-0.6253615945159364f,-1.6687497913887315f,-0.4699982198848666f,0.7504412602094239f,0.4646930043376467f,0.8076363420393178f,0.7731695367610356f,0.0960498807942442f,0.6268837913235096f,0.25833118371571134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20535211116898927f,0.6539207408965579f,-0.7281608167594135f,-1.657347743775324f,0.05386646141239554f,0.7504412602094239f,0.6587384301148662f,0.7861136579606822f,0.9772046432418064f,0.0960498807942442f,-0.1893290934485917f,0.3488620065346432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1216218412096805f,0.6539207408965579f,-0.7467233707110448f,-1.551040261975371f,-0.2295752968387787f,0.7504412602094239f,0.6197847191216304f,0.7039072921317554f,0.9656621100686069f,0.0960498807942442f,0.24139409598674438f,0.2673874807271656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.46647743283399257f,-0.6544415474209615f,0.5950672782684872f,1.1438100598471577f,0.3830787289021723f,0.7558551394220374f,0.5309742890875115f,2.0420056783110456f,-0.7972762959722957f,-0.01972990670402941f,0.6032920011587642f,-1.0879951268994854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1560020677754339f,-0.6544415474209615f,0.739844318663762f,1.1277520131821217f,-0.16051164312175292f,0.7558551394220374f,0.6347590256401616f,2.030494321688954f,-0.9746278096135692f,-0.01972990670402941f,-0.22296045279220786f,-0.9963507582453093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1712858310937162f,-0.6544415474209615f,0.7364559899110008f,1.0253126380279896f,0.12278780396897279f,0.7558551394220374f,0.6431221994347337f,1.9397816700847899f,-0.9775399323112135f,-0.01972990670402941f,0.20982471617623666f,-1.0736466499988329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009073483682983435f,0f,0.000012720554974317488f,-0.4951456424528132f,0f,0.000015625f,0f,1.3223725f,-0.000012720554974317488f,0f,-0.000009073483682983435f,0.1621074032975343f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101.mcfunction new file mode 100644 index 000000000..cc90d68ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..56ff0252a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6600367408726391f,-0.0686797724968128f,0.47600318695619576f,0.3899133284178765f,-0.03146578315518163f,0.8127315051970303f,0.07363320850706505f,1.2758079562032696f,-0.4799019166799607f,0.04117078763395064f,-0.6595025102734215f,-0.34031363708541473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6230958824530493f,0.18527342632836435f,0.4662888362019877f,0.3899133284178765f,0.2761942422548911f,0.7473378974483339f,0.07213048996610454f,1.2758079562032696f,-0.4188893192900749f,0.21716312885490463f,-0.6460432753698824f,-0.34031363708541473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.01384134021575203f,0.05014311490711734f,0.8150083004318961f,0.356817377406488f,0.2633407981458958f,0.7718456839019877f,-0.04301521496168419f,1.287195957018644f,-0.7729194562031407f,0.26207699768146187f,-0.029250742782990523f,-0.40184303824354656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.03132408514284874f,0.040192012385388116f,0.7983754779741024f,0.356817377406488f,-0.05101457837349889f,0.7972590270665697f,-0.0421373534318539f,1.287195957018644f,-0.7977570522930761f,-0.05256087804897894f,-0.02865378884864378f,-0.40184303824354656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6604510186542369f,-1.3819295895218267f,0.309000504146217f,-0.48786047295282564f,-0.03500455792298014f,0.32491972946467024f,1.527942440123064f,1.648194120520002f,-1.415621906754483f,-0.6527664429247579f,0.10638062844409836f,-0.7815429342946347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8457196345372132f,0.09070212594807245f,0.5258625524856684f,-0.2689215911150891f,0.2053251209768558f,0.9648912883184925f,0.1637876565035331f,1.622426622606557f,-0.49254430709742425f,0.2464912292061927f,-0.8346509327080024f,-0.664387151580538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6795787125651799f,0.09070212594807245f,0.7279738304202649f,-0.05458504281666697f,0.24089614681973112f,0.9648912883184925f,0.10466063335603491f,1.5462223077295554f,-0.6929226651478929f,0.2464912292061927f,-0.6775693721300876f,-0.43481265864503893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.15596667055865696f,0.06203965954644412f,0.9858120907750161f,0.30233546045249704f,0.3287275903636386f,0.9378753742048529f,-0.1110313189772288f,1.3250964136141647f,-0.9314572287596266f,0.3413808183004262f,0.1258831517240022f,0.38460552284896765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.20801165518308237f,0.06203965954644412f,0.976156868516201f,0.2277091789532932f,0.3466788251002341f,0.9378753742048529f,0.014267960163548202f,1.4315032015260043f,-0.9146283089513005f,0.3413808183004262f,-0.21659684522498404f,0.07837414917721863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.33713977546230767f,0.8433401054558329f,0.4184665319126125f,-0.25809847612633247f,0.49235445867020955f,0.5368003050258003f,-0.685151457381339f,1.1918657017230645f,-0.8024486642949751f,-0.024957945707783258f,-0.5961989954010807f,-0.25354919557528904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.455963024854445f,0.4460349582570876f,0.7701626685176209f,-0.16965340477489343f,0.2888392303168018f,0.8926741115367055f,-0.34598385745891536f,1.3570796985270785f,-0.8418251712770188f,0.06469734619558754f,-0.5358587821428945f,-0.24476756055200943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3732938276828989f,0.7524858580778109f,0.5426018352408613f,-0.10466596657425502f,0.4810125793336759f,0.6571134723418628f,-0.5803695227952482f,1.139152354711137f,-0.7932708344169818f,0.044349947685657254f,-0.6072515668186168f,0.0043362313804519576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.45049450652626893f,0.4061289431108057f,0.7950559610224637f,-0.02354768998458856f,0.3294497802998255f,0.9033119057038123f,-0.2747552424870976f,1.3068061167650575f,-0.8297695715378156f,0.1381552843051869f,-0.5407361422805977f,0.02686074629842078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7927039557737665f,0.15212793867525254f,0.5903198529399472f,0.3880387174277605f,0.21387222891866733f,0.9762119429702195f,0.035621792482552164f,1.954796877758409f,-0.5708582207501117f,0.15449055853587773f,-0.8063830101913663f,0.08939135756733502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7927039557737665f,0.15212793867525254f,0.5903198529399472f,0.4540916096479902f,0.21387222891866733f,0.9762119429702195f,0.035621792482552164f,1.8280897193479209f,-0.5708582207501117f,0.15449055853587773f,-0.8063830101913663f,0.015888813823038916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7927039557737665f,0.15212793867525254f,0.5903198529399472f,-0.07767485658932737f,0.21387222891866733f,0.9762119429702195f,0.035621792482552164f,2.080446812248126f,-0.5708582207501117f,0.15449055853587773f,-0.8063830101913663f,-0.24598784712335564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7927039557737665f,0.15212793867525254f,0.5903198529399472f,-0.07107476105213008f,0.21387222891866733f,0.9762119429702195f,0.035621792482552164f,1.969780071006538f,-0.5708582207501117f,0.15449055853587773f,-0.8063830101913663f,-0.3623047574239101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.775243670351642f,0.04405954760938132f,0.6301238035847964f,0.31262078309357566f,0.3584515747763603f,0.852072131504202f,0.3814256824785572f,2.061446592720451f,-0.5201054894154278f,0.5215667157500969f,-0.6763567408561815f,0.05861185120794797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7725915660866853f,-0.07775772738160192f,0.6301238035847964f,0.22284621992738846f,0.22074499300702816f,0.8976558899757155f,0.3814256824785572f,2.0959191293673327f,-0.5952931379363023f,0.43378293998767925f,-0.6763567408561815f,-0.005585599290102605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8153753028641025f,-0.18479320033728483f,0.5486479641704478f,0.24502702882070698f,0.3861838882482135f,0.5324176244697223f,0.7532552539554631f,2.1205409752553663f,-0.4313062948030833f,0.8260647349107223f,-0.3627560251741021f,-0.0627808896154209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7183637556658838f,-0.4277136027264379f,0.5486479641704478f,0.26298819861718387f,0.20275660934077977f,0.6256966355648088f,0.7532552539554631f,2.119484203013324f,-0.6654647037328401f,0.6523532741434274f,-0.3627560251741021f,-0.037810001826426104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7764286544102679f,-0.3100708887049598f,0.5486479641704478f,0.2838277069934027f,0.2981408574865445f,0.5862751499813708f,0.7532552539554631f,2.19270607644414f,-0.5552211934966536f,0.7484233377521292f,-0.3627560251741021f,0.05960620151351649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7764286544102679f,-0.01012604397035366f,0.6301238035847964f,0.2861060668867323f,0.2981408574865445f,0.8750008444812809f,0.3814256824785572f,1.995830886435852f,-0.5552211934966536f,0.48401548052779847f,-0.6763567408561815f,-0.049297281605238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8067425073657291f,0.026248772051575046f,0.5903198529399472f,0.029572142411766485f,0.05852591381563127f,0.9976501417392648f,0.035621792482552164f,2.1643899424504167f,-0.5879976566460972f,0.06328662302105531f,-0.8063830101913663f,-0.19089586616453624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7927039557737665f,0.15212793867525254f,0.5903198529399472f,0.12241280850953333f,0.2138722289186673f,0.9762119429702195f,0.035621792482552164f,2.149592728602548f,-0.5708582207501118f,0.15449055853587773f,-0.8063830101913663f,-0.12358469468562495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8059603397873494f,-0.04416335488637037f,0.5903198529399472f,0.13946188170300755f,-0.02864773406148574f,0.9989546512397209f,0.035621792482552164f,2.1405986472451275f,-0.5912759406766038f,0.011798425814833216f,-0.8063830101913663f,-0.11150108062444021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.780161060218715f,0.2070535953403601f,0.5903198529399472f,0.11790977127521673f,0.28144834968670573f,0.9589149672202222f,0.035621792482552164f,2.1565871864670125f,-0.5586909222253752f,0.19393528378732589f,-0.8063830101913663f,-0.12657220449290282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8029463013860916f,0.08246034389544338f,0.5903198529399472f,0.1064836553197654f,0.12797590354913646f,0.9911373547652778f,0.035621792482552164f,2.272304848487706f,-0.5821506722500436f,0.10414910308559125f,-0.8063830101913663f,-0.16857828859850796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8029463013860916f,0.08246034389544338f,0.5903198529399472f,0.08793007794329068f,0.12797590354913646f,0.9911373547652778f,0.035621792482552164f,2.049298943665519f,-0.5821506722500436f,0.10414910308559125f,-0.8063830101913663f,-0.19201183679276596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7927039557737665f,0.15212793867525254f,0.5903198529399472f,0.09060500843957119f,0.21387222891866733f,0.9762119429702195f,0.035621792482552164f,1.521143113263368f,-0.5708582207501117f,0.15449055853587773f,-0.8063830101913663f,-0.17463150138015915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4675382873289756f,0.05752384263156471f,0.882099176629469f,0.06903356745273442f,0.16087546163846672f,0.9867529755172375f,0.020920113539088847f,1.1511107474444038f,-0.8692105819213767f,0.15168906630597057f,-0.47059897092867137f,-0.2315149012448981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6840109940909902f,-0.43142373337370543f,0.5882197907623895f,-0.05839739320552026f,-0.33437451827806636f,0.9020930410281164f,0.2728036415720225f,0.8114276905291908f,-0.6483229453667104f,-0.010085019114477733f,-0.7612986607767639f,0.10317038033037411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6840109940909902f,0.4979755215528886f,0.5330566010254295f,0.13770568499489583f,-0.33437451827806636f,0.43541688206415996f,-0.8358264295533114f,0.8519154096756769f,-0.6483229453667104f,-0.7499550111491049f,-0.13131960921118946f,-0.12460919172599445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6599870743860476f,0.22246681032737936f,0.7175831519385801f,-0.22170573825129425f,0.1319561339761622f,0.9746290773707174f,-0.18079198060082596f,0.5613568497563045f,-0.7395976205677048f,-0.024630871812954258f,-0.6725984536142817f,-0.1926272797837881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6599870743860476f,0.514397052475912f,0.5475515811751797f,-0.019426251584930415f,0.1319561339761622f,0.7968688021396064f,-0.5895656798717629f,0.8595242583739195f,-0.7395976205677048f,-0.3168529384125745f,-0.5938009557670875f,-0.3199354612542753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6272765220612707f,0.5156503789433129f,0.5836341761466116f,0.055670769548942275f,0.08094405179157209f,0.7885133710207197f,-0.6096677162201588f,1.0429533177398536f,-0.7745787405746943f,-0.335188529662276f,-0.5363547559522167f,-0.21810081476354756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7837151805282274f,0.26460525154286396f,0.5619382320731929f,0.054983129532699265f,-0.2563747339629049f,0.6862417670890336f,-0.6806939348106243f,1.0098603077306973f,-0.5657406752170624f,-0.6775369347559278f,-0.4699799894107024f,-0.22460238878388633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6941133127159257f,0.41737582024375774f,0.586518655957655f,0.06349656617851274f,-0.03316132228405308f,0.7953571966219025f,-0.6052332248696544f,1.0578662651765143f,-0.7191015476376732f,-0.43955017285584f,-0.5382272844510063f,-0.22634238050459457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6774878115821125f,0.08386143878243846f,0.7307376576056687f,0.05512850424800083f,0.12873151729158386f,0.9916639822035894f,0.005544624056299796f,1.043192596387468f,-0.7241812353364916f,0.09782538262362361f,-0.6826358713846312f,-0.2185251574721145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6692795530304078f,-0.09192500932691788f,0.737302293876578f,0.05512307615191625f,-0.19118280163765422f,0.9802111695269932f,-0.051334194183814845f,1.044532274868296f,-0.7179930474965582f,-0.17531644473571312f,-0.6736097742401268f,-0.2185200866877337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6826463647146999f,-0.004051727876526412f,0.7307376576056687f,0.05507785764954425f,0f,0.9999846284538949f,0.005544624056299796f,1.0556924042431417f,-0.7307488903459279f,0.003785017455742612f,-0.6826358713846312f,-0.21847784475391774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6294809189498596f,0.30319381085453856f,0.7154210548603825f,-0.07528699905373162f,0.12825346605045954f,0.9486425832300125f,-0.2891855766263808f,1.1005778272627058f,-0.7663581546014134f,-0.09028157255049926f,-0.636038062173739f,-0.3618333884556198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7386574779595496f,0.12814889110201133f,0.6617877242468028f,0.20532238832456226f,-0.20666889518385734f,0.8914282352117934f,-0.40329104779386243f,1.093131855168543f,-0.6416175636763081f,-0.43466488606340464f,-0.6319757422603863f,-0.09369336882639864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6826463647146999f,0.11076305243495749f,0.7223056741830953f,0.03585532816891163f,0f,0.9884458036483152f,-0.15157471177619383f,0.9360188470972474f,-0.7307488903459279f,-0.10347192597669713f,-0.6747589345780225f,-0.21121175110571327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6826463647146999f,0.12335215488337821f,0.7202625817210221f,0.06875000000000003f,0f,0.9856499150892426f,-0.16880238411991944f,1.15625f,-0.7307488903459279f,-0.11523233387463738f,-0.6728503314170241f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5250292060964619f,0.5928162904928383f,-0.6106661759685326f,-1.5302285330333878f,-0.4320749967400441f,0.8038338816772196f,0.4088548493778992f,0.8536309365569129f,0.733249977795984f,0.049192849013292184f,0.678177361512566f,0.12425459898114986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14406465147476458f,0.5928162904928383f,-0.7923472861831271f,-1.5104440610457f,0.045751050091366846f,0.8038338816772196f,0.5930918411875779f,0.8335681375171609f,0.9885100999033813f,0.049192849013292184f,-0.14292601580875197f,0.21367004095209208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.21103436786866958f,0.5928162904928383f,-0.7771958191502208f,-1.4037569241670107f,-0.21400318975735483f,0.8038338816772196f,0.5550258781727312f,0.7603456553111272f,0.953764714356717f,0.049192849013292184f,0.296501152196761f,0.12448714713710682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.49374422930349315f,-0.588695511296643f,0.6400423665732476f,1.153744843554935f,0.34771461171662704f,0.8082647716396325f,0.4751869187226097f,2.0698684257932993f,-0.7970641033368993f,-0.012068715984588585f,0.6037740978762078f,-0.9703222511880415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.194662287113987f,-0.588695511296643f,0.7845662425536392f,1.138174357167216f,-0.1562402839303632f,0.8082647716396325f,0.5677121036262062f,2.059900092725218f,-0.9683468219873042f,-0.012068715984588585f,-0.24931662287455322f,-0.8784133028234037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1660851881356693f,-0.588695511296643f,0.7911089085967389f,1.0272932640715646f,0.10632888605953503f,0.8082647716396325f,0.5791392120342665f,1.9780133774541186f,-0.9803621158894698f,-0.012068715984588585f,0.19683614460562265f,-0.953893198696566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010666349448667186f,0f,0.000011417951411655125f,-0.4385668622501538f,0f,0.000015625f,0f,1.3223725f,-0.000011417951411655125f,0f,-0.000010666349448667186f,0.23279519562528445f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102.mcfunction new file mode 100644 index 000000000..dc5f75f81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..ab753cc07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7849699173496415f,-0.05815469196745308f,0.2176802818417695f,0.34276713485641375f,-0.040039603313638705f,0.8124415638286552f,0.07266347070282403f,1.2738738351942345f,-0.22172844532677352f,0.05917078341770001f,-0.7837600138863631f,-0.42403584302031905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.732217937051412f,0.24163303116389215f,0.2132378271103048f,0.34276713485641375f,0.2683260306129003f,0.7502895918459004f,0.07118054272929701f,1.2738738351942345f,-0.17848818996140783f,0.13667116235059212f,-0.7677649115621517f,-0.42403584302031905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1902809084050596f,0.11380834157131063f,0.7859931817323722f,0.28926535008675885f,0.2524308719409106f,0.7749912527027678f,-0.05110437916451766f,1.2855255166293738f,-0.7530048308159393f,0.23104255899601497f,-0.21574870832724813f,-0.47750923527061684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2148726891304919f,0.03166809430020426f,0.7699525045541605f,0.28926535008675885f,-0.06206752327545881f,0.7960160020473108f,-0.050061432650956084f,1.2855255166293738f,-0.7680998307643879f,-0.07318234956606137f,-0.21134567346342675f,-0.47750923527061684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5397597649887234f,-1.4539350641562663f,0.1901012238683184f,-0.658136627575751f,-0.07233967600885735f,0.22872921206911132f,1.5439741477178877f,1.617207518495879f,-1.4645247069866225f,0.5245588877935039f,-0.14632705102813506f,-0.43929794998667626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9816166541936662f,0.1596197582580142f,-0.10464357115124573f,-0.4121058605730571f,0.1337641903857852f,0.9664280320083639f,0.21937183118822798f,1.6099644722512017f,0.13614655919290836f,0.2013414803812024f,-0.9700132590319774f,-0.4810101919249754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9469210577015064f,0.1596197582580142f,0.27903770937834516f,-0.11282674737344714f,0.2075427338874961f,0.9664280320083639f,0.15146904818788873f,1.5441465215179961f,-0.24549241147531364f,0.2013414803812024f,-0.9482589752730746f,-0.3899338133138607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13509504678143514f,0.2119234647309115f,0.9679038038108787f,0.4840454862872875f,0.38884819901960394f,0.9098302007874917f,-0.14493475723305052f,1.3053920669568102f,-0.9113431880769902f,0.35678768312742926f,-0.20531961112915825f,0.26853283308989684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.505181917598624f,0.2119234647309115f,0.8365881156386477f,0.30990277562569946f,0.4145068134226677f,0.9098302007874917f,0.019826935244220877f,1.4345867896112434f,-0.7569513404159893f,0.35678768312742926f,-0.5474734855780673f,0.01623899530015102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2596003191234381f,0.9625180864598533f,0.07852775018215757f,-0.2797019459408208f,0.8334232154340551f,0.2643753658087864f,-0.4852951781431905f,1.2101947898846732f,-0.48786618891512623f,-0.060535933057422164f,-0.8708168478631414f,-0.18943258997877402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.605663675965709f,0.6012577293423813f,0.5212107582559556f,-0.1637085544500246f,0.5262683879547819f,0.7939762971682451f,-0.3043734932192317f,1.357163011271099f,-0.5968359032893209f,0.08994877676236762f,-0.7973055387389292f,-0.17755035395294838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.403937946716994f,0.8807030962847203f,0.24737863973384078f,-0.04873251275728693f,0.7387773548555108f,0.47354214158285557f,-0.4795475577018586f,1.1539978724993436f,-0.5394832297252192f,-0.010949718700916544f,-0.8419251442412308f,0.024068205400181904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.623791156096969f,0.5328165698279262f,0.5718313531907895f,0.05474454004289167f,0.48105205066558954f,0.8383608340813409f,-0.2563981989579284f,1.309588040146108f,-0.6160142190937138f,0.11514171613816157f,-0.7792745774623481f,0.04078681106694754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605542f,0.5099278533178668f,0.4390309903064787f,0.22715187111425683f,0.9738526227352076f,0.003618928163068415f,1.9509628415437017f,-0.49589393981477575f,0.11886426159866911f,-0.8602095603802498f,0.03775861231308453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605542f,0.5099278533178668f,0.4940668068881f,0.22715187111425683f,0.9738526227352076f,0.003618928163068415f,1.8210523430503038f,-0.49589393981477575f,0.11886426159866911f,-0.8602095603802498f,-0.03914804392934346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605542f,0.5099278533178668f,-0.053380664593498175f,0.22715187111425683f,0.9738526227352076f,0.003618928163068415f,2.0844145658233275f,-0.49589393981477575f,0.11886426159866911f,-0.8602095603802498f,-0.25357907732809626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605542f,0.5099278533178668f,-0.06120591033953339f,0.22715187111425683f,0.9738526227352076f,0.003618928163068415f,1.971540457663499f,-0.49589393981477575f,0.11886426159866911f,-0.8602095603802498f,-0.36767777905663235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8096562246103541f,0.14909705143050478f,0.5676503036240161f,0.36749187739954686f,0.3732636901518976f,0.877196007074886f,0.3019956668332589f,2.062688781522322f,-0.4529139162842056f,0.45639591850344785f,-0.7658797229392469f,0.008496467740859659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8230119304175315f,0.020603280951609432f,0.5676503036240161f,0.27290086549369874f,0.23144450662835903f,0.9247875742923295f,0.3019956668332589f,2.098667158141368f,-0.5187338457648238f,0.37992558119786857f,-0.7658797229392469f,-0.047425240990953924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8315734850589819f,-0.02078191814165717f,0.5550258109540611f,0.2844227158445301f,0.4161660513983437f,0.6384655604191226f,0.6474314989419396f,2.114078944854652f,-0.3678197338512045f,0.7693697680810243f,-0.5222823023543685f,-0.10222809593709539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7844514158621342f,-0.2767351176245624f,0.5550258109540611f,0.3055486802181619f,0.19850072655058487f,0.7358192140306498f,0.6474314989419396f,2.114023794133157f,-0.5875656879964856f,0.6180515827474569f,-0.5222823023543685f,-0.07984604480941826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8180844272938214f,-0.1506128115205596f,0.5550258109540611f,0.34604592499745956f,0.31116433832688417f,0.6957077035159129f,0.6474314989419396f,2.195277035909437f,-0.48364721065352284f,0.7023578662437595f,-0.5222823023543685f,0.004079686628448945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8180844272938214f,0.0922550953330119f,0.5676503036240161f,0.32528852854753193f,0.31116433832688417f,0.9010967604910849f,0.3019956668332589f,1.9925302647989434f,-0.48364721065352284f,0.423690483274724f,-0.7658797229392469f,-0.0912506721083638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8581147878148775f,0.06010486955364194f,0.5099278533178668f,0.061012951973636445f,0.07201114057831293f,0.997397262374206f,0.003618928163068415f,2.166097521801512f,-0.5083831297024308f,0.039825942102838935f,-0.8602095603802498f,-0.21085333028695458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605542f,0.5099278533178668f,0.15950599917340272f,0.22715187111425683f,0.9738526227352076f,0.003618928163068415f,2.149746916435378f,-0.4958939398147758f,0.11886426159866911f,-0.8602095603802498f,-0.15253594023505346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.860087886524003f,-0.014913479315920644f,0.5099278533178668f,0.17739095942153701f,-0.015191782769050116f,0.9998780491116147f,0.003618928163068415f,2.140466406103813f,-0.5099196379734481f,-0.00463411690023742f,-0.8602095603802498f,-0.14197287013643312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8226007076190583f,0.25159821190790893f,0.5099278533178668f,0.15493091016848004f,0.2945310654813117f,0.9556350531585757f,0.003618928163068415f,2.1568178855012494f,-0.4863944153576069f,0.1531665268240719f,-0.8602095603802498f,-0.15521828194828177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8518317595655461f,0.11981751877792361f,0.5099278533178668f,0.14271059584704263f,0.1414106410044002f,0.989944409535038f,0.003618928163068415f,2.2720557247228905f,-0.5043666166650908f,0.07519194254856515f,-0.8602095603802498f,-0.1983059699886306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8518317595655461f,0.11981751877792361f,0.5099278533178668f,0.11575165412200986f,0.1414106410044002f,0.989944409535038f,0.003618928163068415f,2.0493182325775074f,-0.5043666166650908f,0.07519194254856515f,-0.8602095603802498f,-0.21522415706205772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605542f,0.5099278533178668f,0.10536299751248411f,0.22715187111425683f,0.9738526227352076f,0.003618928163068415f,1.5217116880313355f,-0.49589393981477575f,0.11886426159866911f,-0.8602095603802498f,-0.1872737998926459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6990499023773321f,0.09678049487454074f,0.7084933096353709f,0.06907031193453134f,0.15223990759997202f,0.9882263939727458f,0.015218567264210892f,1.1511267902915558f,-0.6986789280636668f,0.11849949395445672f,-0.7055534178305305f,-0.23171111012556717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8070569636562014f,-0.3819214353719894f,0.4503277413367208f,0.029976459787063203f,-0.29491729518227233f,0.9214387425442889f,0.252931676032821f,0.7591659896783881f,-0.5115494564716159f,0.07132083105095482f,-0.8562887904450203f,0.11538235087229304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8070569636562014f,0.3009166487921212f,0.5080435295265086f,0.16339887503613082f,-0.29491729518227233f,0.5399736336735541f,-0.788322436532001f,0.8515957839006447f,-0.5115494564716159f,-0.7860519355723881f,-0.3470439571098984f,-0.1484017906877491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7969103665955045f,0.2191498552383775f,0.5629451203817444f,-0.21544632920719214f,0.16520753045366948f,0.9754146862075186f,-0.14585150603297775f,0.585778654300192f,-0.5810682743826394f,-0.023227804022035115f,-0.8135232815514842f,-0.13167579611915636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7969103665955045f,0.4781492493024323f,0.3691979997293309f,-0.030412497975703986f,0.16520753045366948f,0.7603576771255274f,-0.6281422408321797f,0.8595620825571055f,-0.5810682743826394f,-0.43957877363197684f,-0.6849307718873411f,-0.3076005518226077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7668159770050537f,0.44637556322565186f,0.4612397575716637f,0.061115469809241194f,0.10105608805119859f,0.7935872411601977f,-0.6000057980849305f,1.046399808550244f,-0.6338619127835127f,-0.41348294671331737f,-0.6536443438902372f,-0.21905004625963487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8795975060840362f,0.13724452698758308f,0.45549112735891845f,0.05947707140821302f,-0.23482103477243976f,0.7074417898909717f,-0.6666222285104652f,1.013388953288849f,-0.41372371084957715f,-0.6933181475540741f,-0.5900361322436474f,-0.22579465229636742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8295299930074983f,0.30573121808569337f,0.4673418588023312f,0.06684793014834794f,-0.03427333304179674f,0.8073894453467843f,-0.5890225990442286f,1.0615383606504962f,-0.5574094808515424f,-0.504629275637522f,-0.6592753330941209f,-0.2285118451778384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8169199745683897f,0.08982742368908951f,0.5697129005951703f,0.060769466729431405f,0.14552722148322045f,0.9879387596790372f,0.052904016210676474f,1.0467709878442133f,-0.5580892249081282f,0.12612708304415282f,-0.8201392418145947f,-0.21976149675746734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8027829831994319f,-0.13794207557458657f,0.5800960831376089f,0.06067025616842066f,-0.177853154128925f,0.9839820972424086f,-0.012144458523301392f,1.0500534217210824f,-0.5691289286724174f,-0.11292128272653645f,-0.8144575166671251f,-0.2196186766208646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8212893738299522f,-0.030182367856792125f,0.5697129005951703f,0.060392187131221506f,0f,0.9985996019770791f,0.052904016210676474f,1.0592534828689268f,-0.5705118442539165f,0.04344950634675615f,-0.8201392418145947f,-0.2192183779281329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7701995770788863f,0.2783631430419692f,0.5738523957110407f,-0.0981881355121764f,0.1531418475079994f,0.9541239047023151f,-0.25728417949311294f,1.1039240837979531f,-0.6191447213772732f,-0.11027935015860355f,-0.7774948738861595f,-0.3305388820580802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.85224719030474f,0.03413011242634832f,0.5220247714844967f,0.2308760002818551f,-0.19146555735749166f,0.9082850232860518f,-0.37196674155096376f,1.0946612410702565f,-0.4868425484316888f,-0.41695737420031465f,-0.7675486180930285f,-0.1250337323496643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8212893738299522f,0.06737508946799214f,0.5665195157743333f,0.0450726926785085f,0f,0.9930021987802828f,-0.11809586452337639f,0.9348703811133529f,-0.5705118442539165f,-0.09699087862631066f,-0.8155421540480242f,-0.21085880037598403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8212893738299522f,0.0772519567594743f,0.5652573746629383f,0.06875000000000003f,0f,0.9907899027094701f,-0.135408155917429f,1.15625f,-0.5705118442539165f,-0.1112092795848938f,-0.8137252187933f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.68058408028852f,0.4064143176965649f,-0.6096168567461584f,-1.335600333958769f,-0.3260788232082705f,0.9131200752961159f,0.24471274823009342f,0.9194873209778277f,0.6561081547374186f,0.03223554656665795f,0.7539780890878791f,-0.051245662943217626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13815513852412964f,0.4064143176965649f,-0.9031835694202013f,-1.3066890373347557f,0.02653896674686068f,0.9131200752961159f,0.4068260209662414f,0.9035219382814307f,0.9900549686473923f,0.03223554656665795f,-0.13693804655449587f,0.036494327841349525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30838716398947297f,0.4064143176965649f,-0.8600725315098529f,-1.1921338059202844f,-0.17029741542823446f,0.9131200752961159f,0.3704193817683936f,0.8559417223643702f,0.935893235035383f,0.03223554656665795f,0.3508058182991775f,-0.05999654029581068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5522979928887067f,-0.420844484377759f,0.7196227115787301f,1.0852457031183813f,0.26888248068159093f,0.9070167554198486f,0.3240722403572456f,2.136340197552768f,-0.7890938718768635f,0.014509491943848707f,0.6141012424754664f,-0.8731070346276892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3118487157596442f,-0.420844484377759f,0.8518452315109117f,1.0723829221405796f,-0.1296368619159341f,0.9070167554198486f,0.4006430948116285f,2.128891283928712f,-0.9412463346604064f,0.014509491943848707f,-0.3374089686595211f,-0.780542867417378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13720299709655115f,-0.420844484377759f,0.8966968593435253f,0.9443097837279517f,0.07945507865659837f,0.9070167554198486f,0.4135305259147434f,2.0705861618535284f,-0.9873511169099863f,0.014509491943848707f,0.15788364886882317f,-0.8505074983528571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012832646466093004f,0f,0.000008914247566467446f,-0.3294045489801853f,0f,0.000015625f,0f,1.3223725f,-0.000008914247566467446f,0f,-0.000012832646466093004f,0.3292687752721895f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103.mcfunction new file mode 100644 index 000000000..ee66403b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..181bd37f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8044703710752812f,-0.04869218056347524f,-0.13191261523606446f,0.2589038167917492f,-0.05998705122804804f,0.8117666293911636f,0.0661886511141992f,1.272810431646881f,0.1271747623996507f,0.07488962146604537f,-0.8032201247788239f,-0.5001321119311899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7463190868266941f,0.25750704374514355f,-0.12922052104757337f,0.2589038167917492f,0.2500200795130292f,0.7571565303493041f,0.06483786231595025f,1.272810431646881f,0.14317045951755608f,0.020102511560506915f,-0.7868278773343581f,-0.5001321119311899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.38572279112768754f,0.1611709861876345f,0.7015598948489119f,0.18218284036835136f,0.23021529833946594f,0.7817507965467129f,-0.05301936394842104f,1.2837835053864899f,-0.6820288038342526f,0.17272535932609825f,-0.4146650520969101f,-0.5358985279913686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4095074528698258f,0.0012664689533669615f,0.6872423459744443f,0.18218284036835136f,-0.08470714370921811f,0.7938055258828439f,-0.051937336112738985f,1.2837835053864899f,-0.6820031860986379f,-0.09935382797986149f,-0.4062025000132997f,-0.5358985279913686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.486200497601077f,-0.47883499985809164f,-0.05771805472477198f,-0.6097113427287488f,-0.08831052486593621f,0.08634470717771407f,1.5576110209998824f,1.5681659268398396f,-0.474147215670633f,1.4848124071589974f,-0.10919149883800812f,-0.020723826414597912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6131711636708754f,0.2046007979683333f,-0.7629938646628991f,-0.46268086831260735f,0.0326084405113338f,0.9716085061193911f,0.23433651111993634f,1.5863453709305917f,0.7892767661916342f,0.11880835116761156f,-0.6024340312788697f,-0.22165885748359515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9191537172131258f,0.2046007979683333f,-0.3365931633352273f,-0.16585380669346445f,0.14896615751510214f,0.9716085061193911f,0.18380966990784522f,1.5381961928594778f,0.36464438573558133f,0.11880835116761156f,-0.9235361647733966f,-0.3180233182037767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.43182444718462054f,0.38671409129345885f,0.814849592506968f,0.6288020385865085f,0.44824084901738465f,0.8759747697035354f,-0.17818065022614704f,1.2912954915567494f,-0.7826926523775929f,0.2883061123838909f,-0.5516083732832707f,0.06613967444839675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7452507715539842f,0.38671409129345885f,0.5431882722346517f,0.37466477107775936f,0.48099061200211435f,0.8759747697035354f,0.0362799394799637f,1.4428312068840818f,-0.4617892578482344f,0.2883061123838909f,-0.8388267204244655f,-0.08591398998761784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3661583527156828f,0.8993609087266115f,-0.2389100596270102f,-0.2503997791676091f,0.8556058020566701f,0.224437022907801f,-0.46644049377733643f,1.210009577099152f,-0.36587808382506326f,-0.37520391602797415f,-0.8516779022457804f,-0.07604525838785192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7653001758215944f,0.6080104393523347f,0.21127930927096972f,-0.13507732610610276f,0.5388128162236179f,0.7846995523483268f,-0.3064757113010904f,1.3552252699688314f,-0.3521312112843889f,-0.12070591610570075f,-0.9281345225000915f,-0.10447845842329637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5410980290454361f,0.8385363737040271f,-0.06379398826256905f,0.04224934164095122f,0.7552673929317761f,0.4511993052599702f,-0.4753844256041192f,1.1599569427008478f,-0.3698433291776161f,-0.3054110949330765f,-0.8774622356287459f,0.046882940321891484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7952749642634013f,0.543341500839844f,0.2689195877598951f,0.1458066204719213f,0.48272803774029466f,0.8358815777462076f,-0.2612960573064878f,1.3150516381700963f,-0.3667579212440418f,-0.07798718772732163f,-0.9270418683938352f,0.026466330945557226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8914059521040081f,0.2091770089897119f,0.40204528036486786f,0.47076514166156963f,0.21433836057038966f,0.9762126303937305f,-0.032679771231627186f,1.9580437107580064f,-0.39931753748307225f,0.05704278367919861f,-0.9150364064279538f,-0.04192506283220668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8914059521040081f,0.2091770089897119f,0.40204528036486786f,0.5157374837759623f,0.21433836057038966f,0.9762126303937305f,-0.032679771231627186f,1.8249157148844355f,-0.39931753748307225f,0.05704278367919861f,-0.9150364064279538f,-0.11986566623911196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8914059521040081f,0.2091770089897119f,0.40204528036486786f,-0.05293585519953513f,0.21433836057038966f,0.9762126303937305f,-0.032679771231627186f,2.08396749759311f,-0.39931753748307225f,0.05704278367919861f,-0.9150364064279538f,-0.27652411610351163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8914059521040081f,0.2091770089897119f,0.40204528036486786f,-0.07481895949294308f,0.21433836057038966f,0.9762126303937305f,-0.032679771231627186f,1.9669148787623185f,-0.39931753748307225f,0.05704278367919861f,-0.9150364064279538f,-0.3844135348216473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8550992276387441f,0.2403598684382237f,0.45938267766208096f,0.4007006517993382f,0.36298231124906244f,0.9102069800098577f,0.19941688810535418f,2.0731806192201f,-0.37020150271428165f,0.33726901308257534f,-0.86556366617505f,-0.07278177953657042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.882172104626969f,0.10363364937143325f,0.45938267766208096f,0.30013200332208634f,0.2161256546692481f,0.9557837653633617f,0.19941688810535418f,2.1077068541742934f,-0.4184042055379146f,0.2752043978314904f,-0.86556366617505f,-0.11820233290557716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8554210134287364f,0.1591308186412997f,0.49288160073500786f,0.29803938157985344f,0.42322501443437466f,0.7633173220161048f,0.4880852928200008f,2.113179011315995f,-0.29855565133083195f,0.6261182384092578f,-0.7203058201831432f,-0.16509545933063374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8627278562861632f,-0.1129972284827293f,0.49288160073500786f,0.3227939548738183f,0.16663288323317185f,0.8567416350091867f,0.4880852928200008f,2.1150323204219372f,-0.4774244738314972f,0.5032150605824588f,-0.7203058201831432f,-0.1469009004903775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8697829057492055f,0.023354325581474572f,0.49288160073500786f,0.3828809937544882f,0.2986052752795097f,0.8201265978542962f,0.4880852928200008f,2.205522639441525f,-0.3928264075157339f,0.5717052903101143f,-0.7203058201831432f,-0.0878526621293886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8697829057492055f,0.18012565705774908f,0.45938267766208096f,0.3423527209164947f,0.2986052752795097f,0.9333101276176237f,0.19941688810535418f,1.99552786072756f,-0.3928264075157339f,0.310623491313663f,-0.86556366617505f,-0.15774294767496266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9131537591302576f,0.06715507964863458f,0.40204528036486786f,0.06600722723427208f,0.05898619907649058f,0.9977237397550273f,-0.032679771231627186f,2.166370685053588f,-0.4033247333164534f,-0.006126533002311672f,-0.9150364064279538f,-0.251112463139486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8914059521040081f,0.2091770089897119f,0.40204528036486786f,0.17079178927787758f,0.21433836057038966f,0.9762126303937306f,-0.032679771231627186f,2.1515197867532674f,-0.3993175374830723f,0.057042783679198614f,-0.9150364064279538f,-0.20454222584136475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9155318842341645f,-0.012687059823915076f,0.40204528036486786f,0.18979908386374578f,-0.02819561481473648f,0.9990680856965994f,-0.032679771231627186f,2.1425152906849534f,-0.40125599840483356f,-0.04125528639528365f,-0.9150364064279538f,-0.19586928354467326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8746430814711238f,0.27084880020231294f,0.40204528036486786f,0.1659445706438479f,0.2819133938173923f,0.9588831372688795f,-0.032679771231627186f,2.1585174046728897f,-0.39436571658938296f,0.08475881364412308f,-0.9150364064279538f,-0.2069218928274994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9062448609176692f,0.13068987947293215f,0.40204528036486786f,0.1489064557719024f,0.12844020151628832f,0.9911786656232588f,-0.032679771231627186f,2.2721276506353902f,-0.402769619875643f,0.02202290209410901f,-0.9150364064279538f,-0.2526171790745562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9062448609176692f,0.13068987947293215f,0.40204528036486786f,0.11950123289049272f,0.12844020151628832f,0.9911786656232588f,-0.032679771231627186f,2.0491124508701573f,-0.402769619875643f,0.02202290209410901f,-0.9150364064279538f,-0.2575723320457307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8914059521040081f,0.2091770089897119f,0.40204528036486786f,0.11115984478486422f,0.21433836057038966f,0.9762126303937305f,-0.032679771231627186f,1.52303242557306f,-0.39931753748307225f,0.05704278367919861f,-0.9150364064279538f,-0.20829717879506243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.898828629049677f,0.11233760448279309f,0.42365948380715623f,0.06903324310381681f,0.12855562175595212f,0.9916539335392275f,0.00979429482495496f,1.1511622004958497f,-0.4190233259803314f,0.06326720094365727f,-0.9057685761656429f,-0.23202237914893392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9178957237829335f,-0.2995271538494989f,0.26029007735183307f,0.13688663785285332f,-0.2416457891543542f,0.9422016747081594f,0.23208471893063037f,0.6866142815855025f,-0.31476142210406594f,0.15013156991105803f,-0.9372223636208579f,0.08183739907085943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9178957237829335f,0.07262226470423805f,0.3901197853611531f,0.18586683498747736f,-0.2416457891543542f,0.677515495298856f,-0.6946798300036611f,0.8514673144349225f,-0.31476142210406594f,-0.7319144487569388f,-0.6043397114668642f,-0.18755633460362034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.912738648953758f,0.22578247769423954f,0.3404855818861039f,-0.1849997380117942f,0.2052102196897539f,0.9740195535327658f,-0.09578452417125977f,0.6133047360992843f,-0.3532660816451976f,-0.017555116122713266f,-0.935358163195771f,-0.06639574064147619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.912738648953758f,0.3850815888960595f,0.13645632487852943f,-0.04127595183669722f,0.2052102196897539f,0.7209500362124537f,-0.661906195030795f,0.8602637640107706f,-0.3532660816451976f,-0.5761451337801511f,-0.7370616394715578f,-0.29427988301081487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8930365178667911f,0.3483011905413702f,0.2849071049023191f,0.06642787125129583f,0.12929607360846584f,0.8050657347477038f,-0.5789228688560973f,1.050475471593051f,-0.43100847219723076f,-0.4801618929096769f,-0.7639870767831125f,-0.22293755250569935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9552194763572941f,-0.011013257768208409f,0.2956931858210945f,0.06354068713939127f,-0.2069009779751952f,0.7392609520562761f,-0.640847275158252f,1.0176486276474668f,-0.21153660983528372f,-0.6733290079286497f,-0.7084351133175258f,-0.2301454030505017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9428817452062287f,0.1586525428655863f,0.29292214870019656f,0.06940260643002558f,-0.03471755767217224f,0.8277223637948059f,-0.5600628354597532f,1.0659952659142038f,-0.3313136063401805f,-0.5382425653143966f,-0.7749362781142988f,-0.23302960060534428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9323692060219294f,0.11765903768408624f,0.34182453761146514f,0.06603939451927891f,0.16733389928869663f,0.9786222444957919f,0.1195736957982772f,1.0505223374247705f,-0.32044817024111316f,0.16868566456362966f,-0.9321255906581739f,-0.22385841614117727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9197208057141324f,-0.1666866058496687f,0.35542821352119f,0.06581103747192792f,-0.1611924581719087f,0.9858852690455452f,0.045246300484024934f,1.0560294154142182f,-0.3579533921686521f,-0.01567838350437943f,-0.9336078177295032f,-0.223235706463486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.938861615104992f,-0.041168594452010585f,0.34182453761146514f,0.06552478708862879f,0f,0.9928253276750857f,0.1195736957982772f,1.0629326540207091f,-0.34429473955093476f,0.11226315316124358f,-0.9321255906581739f,-0.22245512672666173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8948057993016649f,0.25345442459487416f,0.36753698615158437f,-0.11681069943071075f,0.18632161984892615f,0.9601149835557332f,-0.208478949365749f,1.1077957398849343f,-0.4057176795666919f,-0.11806808631063492f,-0.9063404942304873f,-0.28798680073633853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9458565543032593f,-0.06423570188601263f,0.31816529239497005f,0.2523697512233492f,-0.17210488722647638f,0.9303363486852472f,-0.3238119610325785f,1.095992830538696f,-0.27520044780909647f,-0.3610374674714712f,-0.8910200113395094f,-0.1692204034132937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.938861615104992f,0.02312503422296058f,0.3435172491660832f,0.05490937766464345f,0f,0.9977417883704363f,-0.06716638846449606f,0.9336129397398789f,-0.34429473955093476f,-0.06305994395454607f,-0.9367414668872109f,-0.21619914837621418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.938861615104992f,0.029116714818903877f,0.3430613423290369f,0.06875000000000003f,0f,0.9964176123529898f,-0.08456915390830817f,1.15625f,-0.34429473955093476f,-0.07939873242641686f,-0.9354982488527878f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8319027933718004f,0.11690774178007864f,-0.5424668858945016f,-1.2472156585498373f,-0.13743908924395765f,0.9905065542345318f,0.0026949519895411306f,0.9956589511528262f,0.5376320666850029f,0.07231421665424403f,0.8400728628766057f,-0.2944990964807079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1505885861240932f,0.11690774178007864f,-0.9816596445005923f,-1.2092185820731787f,-0.054292142026615905f,0.9905065542345318f,0.1262898623508485f,0.9849660488471751f,0.9871045745225319f,0.07231421665424403f,-0.14281180982809055f,-0.20946412414867996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.40530214908435885f,0.11690774178007864f,-0.9066767604055388f,-1.0922156062506772f,-0.1140576245936125f,0.9905065542345318f,0.07673085618248403f,0.978802871572628f,0.9070397048749647f,0.07231421665424403f,0.41478865443743806f,-0.31419990848030965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6135495424343693f,-0.1772290772096939f,0.7695107622184219f,1.004850288443326f,0.1326193372343439f,0.9837737131679382f,0.12083622251332922f,2.20273352549827f,-0.7784401520798498f,0.02791299824755119f,0.6270979143313529f,-0.790949724962484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4577502672397693f,-0.1772290772096939f,0.8712373654942265f,0.9961282986262695f,-0.05729094285411595f,0.9837737131679382f,0.1700206727038035f,2.19851647450173f,-0.8872330250327738f,0.02791299824755119f,-0.46047630104059206f,-0.6977016371830354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09303455804860317f,-0.1772290772096939f,0.9797624330418582f,0.853524928578519f,0.044981877296424624f,0.9837737131679382f,0.17368336706390985f,2.1745724949404135f,-0.9946462696474515f,0.02791299824755119f,0.09949704922881747f,-0.7592502384570823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000146697127360155f,0f,0.000005379605305483356f,-0.1747288671482879f,0f,0.000015625f,0f,1.3223725f,-0.000005379605305483356f,0f,-0.0000146697127360155f,0.4117324131019731f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104.mcfunction new file mode 100644 index 000000000..4933b8aae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..ee25d2307 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6700911456468714f,-0.042874900538358594f,-0.4648484095637348f,0.15444762084003022f,-0.08491909685250605f,0.8108421414994168f,0.04762575986626198f,1.2713769640245223f,0.45903273081542056f,0.08741400869946422f,-0.6697702498377126f,-0.5436575140617497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6225218042258107f,0.2123966072304523f,-0.45536170732774023f,0.15444762084003022f,0.22710939263400753f,0.7656662106962865f,0.046653805583277044f,1.2713769640245223f,0.4482052287076241f,-0.09296738694285737f,-0.6561014692287798f,-0.5436575140617497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5583379717300112f,0.1737302967430716f,0.5701060758862567f,0.05910190837925537f,0.19771016131977384f,0.7909540336510097f,-0.0474009831812687f,1.2801313514358241f,-0.5622400251491981f,0.10561223929642907f,-0.5828178561741802f,-0.5516680478973652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5704366340264493f,-0.05207591128493093f,0.558471258011027f,0.05910190837925537f,-0.11757515072104885f,0.78994936750503f,-0.046433616177569345f,1.2801313514358241f,-0.5484324301985593f,-0.1151872225650362f,-0.5709236142114419f,-0.5516680478973652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2748341918325987f,0.896634007207538f,-0.11068645108357539f,-0.3448733613467825f,-0.1429564760454127f,-0.011184106269587487f,1.5559063634176795f,1.5198510190152068f,0.8920580022012028f,1.2795814248752997f,0.09116001219227281f,0.2612720580871546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.12021938068809396f,0.20022178499475768f,-0.9723469223073028f,-0.38269026145974205f,-0.04953990529745242f,0.9794402033449403f,0.19555737228430328f,1.558094008049817f,0.9915105134541389f,0.024660188262363106f,0.1276666629342766f,0.01748826854337107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5295080441989422f,0.20022178499475768f,-0.824337593430097f,-0.19525475585804358f,0.08699866436329509f,0.9794402033449403f,0.1820113196222281f,1.528566701956008f,0.8438320114380666f,0.024660188262363106f,-0.5360404943539723f,-0.23021628071756972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6563348745175737f,0.5201531621353667f,0.5465027176625752f,0.6798246387808187f,0.494736960089074f,0.8435968845081755f,-0.2087573633909044f,1.2861085325720891f,-0.5696137926822201f,0.13336035531101106f,-0.8110210495526597f,-0.17343440296055085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8388928367855771f,0.5201531621353667f,0.160310624446499f,0.39521478153236267f,0.5339500779737119f,0.8435968845081755f,0.05693514450642128f,1.4554535369835522f,-0.10562254788497764f,0.13336035531101106f,-0.9854232050289898f,-0.2048770374382017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5032967254870787f,0.7044763511742738f,-0.5004053124719658f,-0.17870783926682038f,0.8337466306819852f,0.24372648292351495f,-0.4954431928568314f,1.2041573935289256f,-0.2270659858728778f,-0.6665661798785736f,-0.710021524956577f,0.023856435686870667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8597319846095405f,0.4985154891860492f,-0.11110005256945304f,-0.08593056037299525f,0.5056230401339806f,0.7999990201859107f,-0.323027721700869f,1.3521382865531535f,-0.07215438950619806f,-0.33389201060099827f,-0.9398456625062493f,-0.044622351691480544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6641975208969664f,0.6631555910710815f,-0.34505987200120636f,0.13996796352147306f,0.7282072086123917f,0.4696156889784119f,-0.49917468484517546f,1.1660118426471842f,-0.16898495364757407f,-0.5828256743628375f,-0.7948322582433547f,0.03843693762943739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8905706402479906f,0.4510654888915389f,-0.05851375444561323f,0.22417703172335152f,0.4486596345996157f,0.8500170264006391f,-0.2759992520097737f,1.323665039772243f,-0.07475604998409033f,-0.2720495902589311f,-0.9593750848498849f,-0.018568454824423958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9396641210673792f,0.18350857112561106f,0.28871429459260706f,0.46607717899947665f,0.17343975365300796f,0.9829959605961207f,-0.06031246392325665f,1.9757424801904222f,-0.29487283942651293f,-0.00659892227161122f,-0.9555137166955789f,-0.12526971391821087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9396641210673792f,0.18350857112561106f,0.28871429459260706f,0.5054429772668589f,0.17343975365300796f,0.9829959605961207f,-0.06031246392325665f,1.8407097008611142f,-0.29487283942651293f,-0.00659892227161122f,-0.9555137166955789f,-0.20296652809597576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9396641210673792f,0.18350857112561106f,0.28871429459260706f,-0.08597549212760866f,0.17343975365300796f,0.9829959605961207f,-0.06031246392325665f,2.0776383354615646f,-0.29487283942651293f,-0.00659892227161122f,-0.9555137166955789f,-0.29850750708128726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9396641210673792f,0.18350857112561106f,0.28871429459260706f,-0.1170845029402798f,0.17343975365300796f,0.9829959605961207f,-0.06031246392325665f,1.9556135376562318f,-0.29487283942651293f,-0.00659892227161122f,-0.9555137166955789f,-0.3983197842160406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9029215175189248f,0.2777167831832253f,0.32803372012597065f,0.39264981763861767f,0.3248641154071512f,0.9406905644222224f,0.09779861209511079f,2.0911884725130494f,-0.2814179093839824f,0.19487085555660255f,-0.9395899690463847f,-0.15939915286818557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9352495317358721f,0.133049584171273f,0.32803372012597065f,0.28626388071873665f,0.1737080738516133f,0.979929046692174f,0.09779861209511079f,2.1210721591548407f,-0.3084377059741477f,0.1484482118478321f,-0.9395899690463847f,-0.1934305842717327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8872015471186058f,0.280091511285996f,0.3666362776593167f,0.27287968396222523f,0.39872285851123035f,0.8652851042404772f,0.30381206440854275f,2.1196504184785794f,-0.23214972946567528f,0.4157287982387964f,-0.8793611712055176f,-0.22716097316963058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9303318496218268f,-0.0077774985278907804f,0.3666362776593167f,0.30048052205146925f,0.11182017059313087f,0.9461471761667648f,0.30381206440854275f,2.1238439886925087f,-0.3492547766713493f,0.32364337093212037f,-0.8793611712055176f,-0.2142043790711733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9200945895773491f,0.1378542205904854f,0.3666362776593167f,0.37158279278806006f,0.2584535060911676f,0.9170060058194835f,0.30381206440854275f,2.2211168058904907f,-0.29432589321986713f,0.3742942681318904f,-0.8793611712055176f,-0.1864895696415829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9200945895773491f,0.214055657927573f,0.32803372012597065f,0.3234202697543562f,0.2584535060911676f,0.9610604646230398f,0.09779861209511079f,2.0048782013503073f,-0.29432589321986713f,0.17476543893957122f,-0.9395899690463847f,-0.22581179340298635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9568023616081606f,0.034253422003365355f,0.28871429459260706f,0.032501781026946196f,0.017529975246206878f,0.9980256042123236f,-0.06031246392325665f,2.164190324902725f,-0.29021016658434745f,-0.052645953478744435f,-0.9555137166955789f,-0.29106552223149534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9396641210673793f,0.18350857112561106f,0.28871429459260706f,0.14258629016701171f,0.17343975365300796f,0.9829959605961208f,-0.06031246392325665f,2.1541186913444146f,-0.29487283942651293f,-0.00659892227161122f,-0.9555137166955789f,-0.25716709055895387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9561468221920629f,-0.04926774309742092f,0.28871429459260706f,0.16278238206098075f,-0.06952039441835453f,0.9957556534890589f,-0.06031246392325665f,2.145998424440563f,-0.2845174321055506f,-0.07773910235309031f,-0.9555137166955789f,-0.25055216330156294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9245742356722672f,0.2486092090589908f,0.28871429459260706f,0.1372664832919704f,0.24158759504606528f,0.9685028862194293f,-0.06031246392325665f,2.160877926686332f,-0.29461486155810623f,0.013986441852692974f,-0.9555137166955789f,-0.2592011486714067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9520822412113774f,0.10091314120477288f,0.28871429459260706f,0.1112096962585853f,0.08710601996376234f,0.9943716347430567f,-0.06031246392325665f,2.2719717575807468f,-0.29317562527603447f,-0.03227367271642732f,-0.9555137166955789f,-0.3067915796208107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9520822412113774f,0.10091314120477288f,0.28871429459260706f,0.08850423948751145f,0.08710601996376234f,0.9943716347430567f,-0.06031246392325665f,2.0482381397635594f,-0.29317562527603447f,-0.03227367271642732f,-0.9555137166955789f,-0.2995300032596146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9396641210673792f,0.18350857112561106f,0.28871429459260706f,0.10289179021303918f,0.17343975365300796f,0.9829959605961207f,-0.06031246392325665f,1.5246575052490232f,-0.29487283942651293f,-0.00659892227161122f,-0.9555137166955789f,-0.22942914702036288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9923442947083095f,0.09077947573778203f,0.08373701418513463f,0.06884948681137092f,0.09111438969891406f,0.9958404169410696f,0.00017881954937226316f,1.1512173488961222f,-0.08337246997458106f,0.007807097502289733f,-0.9964878727204498f,-0.23235680858372154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9795674164750957f,-0.1963690095927596f,0.04343833159624441f,0.21961131933631048f,-0.18320772225006657f,0.9603750170127334f,0.2100351332652094f,0.6139074054461103f,-0.08296147954472043f,0.1977853350715123f,-0.9767283932303804f,-0.00470470208195628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9795674164750957f,-0.10119777313007135f,0.1738007114307108f,0.1945366459442737f,-0.18320772225006657f,0.80548886787892f,-0.5635801755128352f,0.8519856848845107f,-0.08296147954472043f,-0.5839064089703507f,-0.8075708628195426f,-0.23439499164891178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9648432061739121f,0.2483105431917587f,0.08613629687802621f,-0.13449653783239285f,0.2456144874001561f,0.9685098676879702f,-0.040769593696633855f,0.6412425956182615f,-0.09354737344898738f,-0.018179943092423767f,-0.9954488327332308f,-0.012504435786585055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9648432061739121f,0.24059585548065793f,-0.10578857133724844f,-0.05233470912428846f,0.2456144874001561f,0.6821320331660358f,-0.688744809713967f,0.8619582497983933f,-0.09354737344898738f,-0.6905139561618581f,-0.7172442856283312f,-0.2804148970766907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9672028918233894f,0.2421075781199017f,0.07682764258643318f,0.06917082777770082f,0.1608053752053995f,0.8177698559546888f,-0.5526247316189338f,1.0548638335199012f,-0.19662196559266643f,-0.5221459406226993f,-0.8298815694650128f,-0.2285101334192023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9844192487207932f,-0.14438250093312077f,0.1003615273513032f,0.06462380981610646f,-0.17552655697726544f,0.7729769793043945f,-0.6096695967990865f,1.022305171757323f,0.010448470878353794f,-0.6177865997978196f,-0.7862763805218574f,-0.236069815746322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9963355444534767f,0.011750014367614917f,0.08471965545819321f,0.06939114054709361f,-0.03466157023075669f,0.8500676692779395f,-0.5255316671690774f,1.0708026023188626f,-0.07819244469724965f,-0.5265423960240356f,-0.8465453601441184f,-0.23838280334465295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9805921288927187f,0.17526687998288684f,0.08786693083697662f,0.06860119938502612f,0.18929817128409537f,0.9630483513358947f,0.1915830768562613f,1.0543808329753606f,-0.05104193474137688f,0.20449790651808444f,-0.9775353329305176f,-0.2295945665244793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9827734024140233f,-0.1545308113921433f,0.10137390116815127f,0.06846700458338725f,-0.14350257147177387f,0.9837029412313891f,0.10833067614347514f,1.0620599770345245f,-0.1164622320263213f,0.09191709168157962f,-0.9889326553250466f,-0.2281016253366168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9959845519170532f,-0.01715152494319159f,0.08786693083697662f,0.06838680532323622f,0f,0.9814764004612071f,0.1915830768562613f,1.0666492879811256f,-0.08952526091884322f,0.19081378495757384f,-0.9775353329305176f,-0.22720939421250963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9619510588284209f,0.2420232381312454f,0.126786878750707f,-0.12491271087783655f,0.22200877305154862f,0.9628693568181339f,-0.15360568475410943f,1.111821972179946f,-0.15925534561522886f,-0.1196133517008002f,-0.9799644794521253f,-0.24091131429742735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9878003741426383f,-0.1340025279484416f,0.07933311633291065f,0.26215678256124314f,-0.1506605677885679f,0.9512319520120223f,-0.2691824043005485f,1.0970022234582972f,-0.039393072453038504f,-0.27785085203184956f,-0.9598161750397235f,-0.21874143737166518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9959845519170532f,0.0009131847838110979f,0.08952060341696526f,0.06041577447110657f,0f,0.9999479755565059f,-0.010200302958501533f,0.9328979293611026f,-0.08952526091884322f,-0.010159344171541341f,-0.995932736375011f,-0.22579612168722704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9959845519170532f,0.0024753956566891623f,0.08949103172346266f,0.06875000000000003f,0f,0.9996176588034568f,-0.027650247888505654f,1.15625f,-0.08952526091884322f,-0.02753921975362875f,-0.9956037459917346f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9070699176242526f,-0.20077673271404411f,-0.3700173889722006f,-1.352126141019985f,0.1122131364377834f,0.9624552904275764f,-0.24715991976605978f,1.0726635793486359f,0.4057491547149877f,0.18267051630912684f,0.8955440279067413f,-0.5335198459707094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1286588490130819f,-0.20077673271404411f,-0.9711516895785653f,-1.3060242451510067f,-0.21075859216730852f,0.9624552904275764f,-0.1710573873167242f,1.0668271613921063f,0.9690344247746223f,0.18267051630912684f,-0.1661438114197274f,-0.4520974048213396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4917535559357675f,-0.20077673271404411f,-0.8472704077360433f,-1.2019846319250893f,-0.062255124869648217f,0.9624552904275764f,-0.2642046807977372f,1.1093760724900317f,0.8685060389266113f,0.18267051630912684f,0.4607914309309197f,-0.5619273400356625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6453124375565601f,0.08784533843757046f,0.7588511411664342f,0.9360257375204913f,-0.04775629792781391f,0.9960623115319781f,-0.07469409316540625f,2.2612403896315474f,-0.7624245496723203f,0.011961106151239315f,0.646966566366917f,-0.6346492523369673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5771863814630397f,0.08784533843757046f,0.8118738064307723f,0.9319791019413247f,0.060682664858790716f,0.9960623115319781f,-0.0646334722199589f,2.260472573331416f,-0.8143546495472584f,0.011961106151239315f,-0.5802442905366675f,-0.5409897749808628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.04316411284444391f,0.08784533843757046f,0.9951985007410032f,0.7847226446197575f,0.008190040534732178f,0.9960623115319781f,-0.08827680772214158f,2.274098002639803f,-0.9990344251317826f,0.011961106151239315f,0.04227468913247302f,-0.594160717028786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015562258623703956f,0f,0.0000013988322018569255f,0.000012864614833990595f,0f,0.000015625f,0f,1.3223725f,-0.0000013988322018569255f,0f,-0.000015562258623703956f,0.4528432308722922f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105.mcfunction new file mode 100644 index 000000000..e6c63c767 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..e2ae0c81e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4438608410244071f,-0.04140576437175823f,-0.6842642478796775f,0.05726497286111926f,-0.10551644401997466f,0.8095876665947387f,0.01945596524231731f,1.2690785332038172f,0.6773464979542818f,0.09898392404285221f,-0.4453631652197939f,-0.5511929409242845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4172270168181359f,0.12891845084534503f,-0.6702996713923373f,0.05726497286111926f,0.20799801215950137f,0.7722522807271577f,0.01905890472716798f,1.2690785332038172f,0.6501218680945403f,-0.16433638654704472f,-0.4362741210316349f,-0.5511929409242845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6791223790883787f,0.15660647621699877f,0.4256896172949013f,-0.046674903716155014f,0.16175682735729874f,0.7996709696069816f,-0.03613189194569421f,1.2742839702914284f,-0.42375932729449867f,0.05426966389401041f,-0.6960081038006595f,-0.5277216915343685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6733302562868053f,-0.11285227590845938f,0.4170020740848013f,-0.046674903716155014f,-0.1533815602016807f,0.7843604566187011f,-0.03539450639578209f,1.2742839702914284f,-0.4038569832983495f,-0.10974077599135074f,-0.6818038567843195f,-0.5277216915343685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.22933035973417334f,1.5455539003722012f,-0.008773662204016349f,-0.04935334020787252f,-0.1920600241491339f,-0.019696111519234533f,1.5505261237124823f,1.4890341932445026f,1.533599290306314f,0.22865138144191832f,0.19286786289237987f,0.32132877098042645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7212402125494428f,0.15503075067021457f,-0.6751133402238949f,-0.2334934700311783f,-0.08148280410401694f,0.9868542855815325f,0.13956780310913278f,1.5346460861175686f,0.6878757943386157f,-0.045651783930017516f,0.7243913349751128f,0.15904809278637783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.008186069142065155f,0.15503075067021457f,-0.9878757283275216f,-0.19736996240555588f,0.047492150301295555f,0.9868542855815325f,0.1544769066531383f,1.5173350544335058f,0.9988380669216411f,-0.045651783930017516f,-0.0154412011270664f,-0.1472534380070158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7791403212341756f,0.5732980930961432f,0.2535146076253425f,0.6433364663502702f,0.525121591614939f,0.817798385530518f,-0.23548485013578216f,1.2874033140310508f,-0.3423268523602829f,-0.05034974752671838f,-0.9382309039234942f,-0.3783904821409437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7964299498357542f,0.5732980930961432f,-0.19242825015299558f,0.37411097965787055f,0.5706420521742943f,0.817798385530518f,0.07465553505258976f,1.4691016588393921f,0.20016738819030433f,-0.05034974752671838f,-0.978467127515824f,-0.30647046104702536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6105848913549692f,0.4453090765139385f,-0.6548938210300538f,-0.08959520079283129f,0.789921100965613f,0.2832815060598326f,-0.5438531443080448f,1.1971848747755653f,-0.05666343352034507f,-0.8493829611540229f,-0.5247264435902856f,0.08561103751169527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8710559410858417f,0.32399059984694367f,-0.36917697478293043f,-0.031154319413922646f,0.45264404717517553f,0.8213188686835649f,-0.34720121327729647f,1.3490121550707506f,0.19072208591543943f,-0.4695374395670348f,-0.8620670964541548f,-0.007815151759962197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7312147229308777f,0.4209677778411781f,-0.5367598708813655f,0.2192133224340584f,0.6807615131994672f,0.5004636040099175f,-0.5348831117242123f,1.1729823304665536f,0.04346022452187004f,-0.7565198682657746f,-0.6525250169944778f,0.0035469247138776028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8953588629736092f,0.29948814406237656f,-0.32960485139129675f,0.2733073191245584f,0.3994011024908155f,0.8673979162878358f,-0.2968157916092771f,1.333764341072965f,0.19700575073770507f,-0.3974011907198994f,-0.8962483069945959f,-0.07656735046481974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.12951550750832244f,0.19169914282137052f,0.432784526538762f,0.11808894645555736f,0.9905379106992869f,-0.06992601942415952f,1.9971925366889385f,-0.19894177230688148f,-0.045391417496627104f,-0.9789595448480208f,-0.18511986653053597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.12951550750832244f,0.19169914282137052f,0.47104952961551677f,0.11808894645555736f,0.9905379106992869f,-0.06992601942415952f,1.8623913980384295f,-0.19894177230688148f,-0.045391417496627104f,-0.9789595448480208f,-0.26376308021145145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.12951550750832244f,0.19169914282137052f,-0.13877694118197303f,0.11808894645555736f,0.9905379106992869f,-0.06992601942415952f,2.0665697927315785f,-0.19894177230688148f,-0.045391417496627104f,-0.9789595448480208f,-0.30199815776082883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.12951550750832244f,0.19169914282137052f,-0.17347723185680136f,0.11808894645555736f,0.9905379106992869f,-0.06992601942415952f,1.940625325065236f,-0.19894177230688148f,-0.045391417496627104f,-0.9789595448480208f,-0.39556200436476047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9419175944540082f,0.26173006315271286f,0.21044861439327958f,0.35236621652527916f,0.27174999486278334f,0.9621669823882245f,0.019663120149528368f,2.1105107328958956f,-0.1973402785800496f,0.0757104487109575f,-0.9774071528313747f,-0.2212234039062195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9712646282578838f,0.11115935675876962f,0.21044861439327958f,0.24161128408128857f,0.11788822431348452f,0.9928321752815017f,0.019663120149528368f,2.1340948392661834f,-0.20675441582536588f,0.043907506542478714f,-0.9774071528313747f,-0.2445959410180101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9197593294760722f,0.3160744080472121f,0.2326794886089673f,0.2220429524991081f,0.35305969699113726f,0.9252583599528302f,0.13872929646590487f,2.1298984905735217f,-0.17143986176572937f,0.20974731444050276f,-0.9626081434741475f,-0.2643188647341525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9724154672950698f,0.016383361864421547f,0.2326794886089673f,0.2510871033334255f,0.049859168051696684f,0.989074438888837f,0.13872929646590487f,2.1362755360383896f,-0.22786448237165843f,0.14650371937514656f,-0.9626081434741475f,-0.25637932958073084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9578804968128916f,0.16830094891639052f,0.2326794886089673f,0.32316359020456037f,0.2039706496889761f,0.9690975989896641f,0.13872929646590487f,2.236726048098134f,-0.20214086150737817f,0.18034587388213372f,-0.9626081434741475f,-0.25694430612917596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9578804968128916f,0.1953876519267191f,0.21044861439327958f,0.27920136852104865f,0.2039706496889761f,0.9787795133590822f,0.019663120149528368f,2.0165006575923408f,-0.20214086150737817f,0.06176025990166386f,-0.9774071528313747f,-0.2708403646070503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9811536212186514f,-0.02426953256819747f,0.19169914282137052f,-0.024915636003812844f,-0.038319192594993404f,0.9968159264810927f,-0.06992601942415952f,2.159169463903728f,-0.18939168685133684f,-0.07595392354948716f,-0.9789595448480208f,-0.30866136650751047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.12951550750832244f,0.19169914282137052f,0.08844965112396791f,0.11808894645555736f,0.9905379106992868f,-0.06992601942415952f,2.1555494168527423f,-0.19894177230688148f,-0.04539141749662711f,-0.9789595448480208f,-0.28620368277154884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753048063344175f,-0.10969035227646928f,0.19169914282137052f,0.10962069160530456f,-0.12505160895344358f,0.9896830032417687f,-0.06992601942415952f,2.1486329134317383f,-0.18205117368239954f,-0.09217146907702503f,-0.9789595448480208f,-0.2815639467483628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9614661744107343f,0.19706403554565483f,0.19169914282137052f,0.08259824403827727f,0.18689771947737682f,0.9798875416401862f,-0.06992601942415952f,2.1619767247263146f,-0.20162350537113255f,-0.031403369768435274f,-0.9789595448480208f,-0.28780859666825354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.980456537321347f,0.04423140361084854f,0.19169914282137052f,0.04593578849487892f,0.031308515035556414f,0.9970607447361269f,-0.06992601942415952f,2.270361561771858f,-0.194228616094803f,-0.06255760737795057f,-0.9789595448480208f,-0.33465126934380957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.980456537321347f,0.04423140361084854f,0.19169914282137052f,0.03598372268243802f,0.031308515035556414f,0.9970607447361269f,-0.06992601942415952f,2.04602289420623f,-0.194228616094803f,-0.06255760737795057f,-0.9789595448480208f,-0.3205758076837707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.12951550750832244f,0.19169914282137052f,0.08522524979056023f,0.11808894645555736f,0.9905379106992869f,-0.06992601942415952f,1.5257962847729059f,-0.19894177230688148f,-0.045391417496627104f,-0.9789595448480208f,-0.24185249890188842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9742772433231395f,0.0444476429496676f,-0.22092591558910166f,0.06855738368443488f,0.04879300479291363f,0.9987072845186015f,-0.014247895730948004f,1.1512810530784303f,0.22000703585554415f,-0.024661039834121424f,-0.9751865141029983f,-0.23260460896409288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.982072148487201f,-0.10015681743599011f,-0.15969629640923683f,0.2506461621611625f,-0.12997689229870943f,0.9733678447047819f,0.18884132588799857f,0.5583755412776688f,0.1365294936418603f,0.20621263495688463f,-0.9689355223904406f,-0.1105592140560171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.982072148487201f,-0.17536662092251862f,-0.06914364346742752f,0.18856343064243145f,-0.12997689229870943f,0.8956168809967605f,-0.4254132225754203f,0.8530787983848009f,0.1365294936418603f,-0.4087994015894007f,-0.9023540029423293f,-0.276568091792838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9493824163269474f,0.27859757531516377f,-0.14510829954802262f,-0.07811299744603928f,0.2803396451283993f,0.9598612543775373f,0.008720992722376808f,0.6662551467395073f,0.14171348185155183f,-0.032400052056938244f,-0.9893773424170464f,0.020828236267507072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9493824163269474f,0.07821423233068146f,-0.3042294552309641f,-0.06249297936684925f,0.2803396451283993f,0.6478983984469947f,-0.7082636152303057f,0.8643043788560131f,0.14171348185155183f,-0.7577005999408615f,-0.6370298971875406f,-0.2663122701313598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9816000011761048f,0.14863386194732717f,-0.11987248547391456f,0.06908153282594472f,0.18981444497408662f,0.8278607412611052f,-0.5278418982591214f,1.0589841158558204f,0.02078254484538461f,-0.5408831372498463f,-0.8408409586054388f,-0.23351430826523076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9666499981256806f,-0.2401224650711592f,-0.08904483641273969f,0.06273838011041484f,-0.14559494676597592f,0.8012995027830473f,-0.5802768462689629f,1.0267182119703937f,0.2106890898927476f,-0.547960134140971f,-0.8095367803826917f,-0.24103537767615074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9881025229552889f,-0.1036125720927587f,-0.11365667175188479f,0.06713879709920549f,-0.03439343562140651f,0.8691566630695038f,-0.4933394233466865f,1.0752808032883736f,0.1499016201231627f,-0.48356088545932646f,-0.8623794839502172f,-0.24258107486759312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9592952198801836f,0.24743820189695753f,-0.13611398663264046f,0.06825437952783962f,0.2073723128218757f,0.944374889658061f,0.2552504488893821f,1.0580100988426286f,0.1917013432136986f,0.2166342632764389f,-0.9572461496317122f,-0.2347355403209565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9861263534956775f,-0.10730889557182857f,-0.12664760507989317f,0.06860737163583967f,-0.12757724550003316f,0.9780674504710265f,0.16464540309322437f,1.0675081906378554f,0.1062019838418401f,0.17851852357741615f,-0.9781882617205121f,-0.2322530596840078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9900412969200574f,0.0359334528791798f,-0.13611398663264046f,0.06870354768882937f,0f,0.9668749703771263f,0.2552504488893821f,1.0700960359723428f,0.14077723677090292f,0.2527084854578707f,-0.9572461496317122f,-0.23157668425273312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9648437565821607f,0.24431051738399615f,-0.09689631819624726f,-0.12229363081289334f,0.25393047464742535f,0.9616251196045029f,-0.10390593530188086f,1.1154821245177693f,0.06779262076183173f,-0.12485792101901064f,-0.9898558784636543f,-0.19851092877368487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9759908625684955f,-0.16413291785280912f,-0.143185968097181f,0.25990321759014506f,-0.1304440841628439f,0.9669145450308423f,-0.21922728734059593f,1.097682463556837f,0.17443100954165466f,-0.19528606679669266f,-0.9651099289849612f,-0.26321838245898194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9900412969200574f,0.005794555798489723f,-0.14065793086758047f,0.060269277203676336f,0f,0.9991525199239663f,0.04116117016787044f,0.9328753517114936f,0.14077723677090292f,0.04075125829574562f,-0.9892022566464669f,-0.23539673429797328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9900412969200574f,0.003338853881446711f,-0.14073763692633612f,0.06875000000000003f,0f,0.9997187056268817f,0.0237172852517362f,1.15625f,0.14077723677090292f,0.023481091850051854f,-0.989762803874079f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.883671167136771f,-0.44594508858979004f,-0.14233146642180539f,-1.6071276318077499f,0.3509620718554775f,0.8323627893300047f,-0.42894966028391346f,1.140782203312328f,0.3097594106561538f,0.329097500600382f,0.8920448097537108f,-0.6729080766338709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.051129010210928694f,-0.44594508858979004f,-0.893598792679072f,-1.554562193268076f,-0.39077109277200567f,0.8323627893300047f,-0.3930268947445539f,1.138268722613598f,0.9190667970113073f,0.329097500600382f,-0.21682033513939197f,-0.5953218691875155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5606980110898548f,-0.44594508858979004f,-0.6976752240996704f,-1.4761936289229625f,-0.026810460786455964f,0.8323627893300047f,-0.5535823210067243f,1.2225628111139717f,0.8275862127611232f,0.329097500600382f,0.4547481671719885f,-0.7023271979864915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6363571722164467f,0.3114265427695804f,0.7057358272238091f,0.9693724527454239f,-0.22713403018716438f,0.9499705471937697f,-0.21439704241268337f,2.3202183992404373f,-0.7371971796606549f,-0.023863527043511287f,0.6752561368676478f,-0.40087067886479655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6392338830617454f,0.3114265427695804f,0.7031312474953658f,0.9695543573470498f,0.1908450115731825f,0.9499705471937697f,-0.24725319213713193f,2.3225130822410445f,-0.7449551827482204f,-0.023863527043511287f,-0.6666875638360213f,-0.30714894264185505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0019403157506754087f,0.3114265427695804f,0.950268248250658f,0.8269231678086382f,-0.02447661867314041f,0.9499705471937697f,-0.3113789565829703f,2.3680725842281865f,-0.9996985197113764f,-0.023863527043511287f,0.005779425916667524f,-0.3548767246408259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015469395264375897f,0f,-0.0000021996443245453583f,0.15838872721947528f,0f,0.000015625f,0f,1.3223725f,0.0000021996443245453583f,0f,-0.000015469395264375897f,0.4504194513389334f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106.mcfunction new file mode 100644 index 000000000..2bacd92ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..45bfab550 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24478274777524778f,-0.04150491998983381f,-0.7780123343833834f,-0.009498387727833554f,-0.11587166408854828f,0.8083772212116984f,-0.0066685929436097495f,1.2663793267160603f,0.7704541571679616f,0.10838844166761709f,-0.2481869897071873f,-0.5398093303944949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.23709356652065847f,0.05419959773903397f,-0.7621345316408654f,-0.009498387727833554f,0.19817251671145797f,0.7750386958560954f,-0.006532499210066694f,1.2663793267160603f,0.7379121183005203f,-0.19072866467998334f,-0.2431219491009182f,-0.5398093303944949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.743512676152265f,0.13275822815929694f,0.3106583295219132f,-0.11324456201902311f,0.13308785659572686f,0.805341541967612f,-0.025633330888289514f,1.2681865941233932f,-0.31051725760752286f,0.027289156851712393f,-0.7548369221829774f,-0.4915275185096242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7226649973092029f,-0.15857375328789963f,0.3043183636133027f,-0.11324456201902311f,-0.18145343879683634f,0.7787452261940785f,-0.02511020168648769f,1.2681865941233932f,-0.2912558174747634f,-0.0917073467510737f,-0.7394320870363861f,-0.4915275185096242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6449060611919653f,1.4215000135188516f,0.06957107016402685f,0.13258794682955782f,-0.22125074456843358f,0.024685315156317167f,1.5465590817177164f,1.4765480579372392f,1.4058984779370725f,-0.6481779051938871f,0.21147369328756938f,0.2634061081655805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9596464360491654f,0.10511671702972505f,-0.2608240663340464f,-0.10646699212497576f,-0.08003111626670614f,0.9912433902763107f,0.10503124136479801f,1.521451159370602f,0.26958067105643785f,-0.07991881527161301f,0.9596557949381338f,0.2071974806162948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.37260814147792454f,0.10511671702972505f,-0.9220160783333765f,-0.18446494040828476f,0.035251574345178026f,0.9912433902763107f,0.12725512853992124f,1.5083479681293948f,0.9273189847137567f,-0.07991881527161301f,0.36563982763783864f,-0.0891950508228265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8224237267065782f,0.5679760823256523f,0.03197473465201961f,0.576757934331392f,0.5427850351477203f,0.8002910536986563f,-0.25479135579839113f,1.2898912366499873f,-0.17030449016321136f,-0.1921910488963991f,-0.966467268640977f,-0.5057265308473137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7039769989321208f,0.5679760823256523f,-0.4264030427664985f,0.3394928216284913f,0.5933555078282613f,0.8002910536986563f,0.08639138093444532f,1.479247257469787f,0.39031477848576357f,-0.1921910488963991f,-0.9003982310176487f,-0.3696430847623053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6502316178440968f,0.23522285932365397f,-0.7224050453917478f,-0.018705011462533495f,0.7549731668733148f,0.3063620969711296f,-0.5797911545036971f,1.1931101435572882f,0.08493739139581795f,-0.9223949652893041f,-0.3767932689842229f,0.11112917804863406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8306589709817316f,0.1784340770289757f,-0.527415352528146f,0.01145503202709855f,0.4126935980816073f,0.8331798471132567f,-0.36809691178653864f,1.347030759192358f,0.3737508100727377f,-0.5234239414844792f,-0.7657269157152728f,0.008201395797073768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7372628778888201f,0.22376825764844854f,-0.6374725215694182f,0.2658526968125262f,0.6439607175330253f,0.5181457225512752f,-0.5628850721738566f,1.1796038567140992f,0.20434784843850454f,-0.8255015306289831f,-0.526107574330345f,-0.03443272368964018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.849406919105181f,0.1707165903085562f,-0.4993633262161581f,0.2947410367065295f,0.3618806621973757f,0.8771469489292693f,-0.3156827779776123f,1.3420958922759771f,0.3841227305222035f,-0.448853067024716f,-0.8068337202414585f,-0.12363538450828353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,0.3971127493732135f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,2.013576886291257f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.21370246614061691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,0.43616799822619035f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,1.8802693986340042f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.29447445244492565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,-0.18377463332661578f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,2.055477623124759f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.2909710035471943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,-0.21887522056297884f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,1.9275191657015702f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.38160705845659804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9645481282828362f,0.22750629894718255f,0.13374525100141912f,0.31013445671023654f,0.22626663988001822f,0.9737546920337062f,-0.024600963797130025f,2.1243178189045273f,-0.13583193992387618f,0.00653327495952514f,-0.9907103514220589f,-0.24973005581490992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9882627664169059f,0.0738167484286026f,0.13374525100141912f,0.19704527776176417f,0.07115212774642518f,0.9971620566875821f,-0.024600963797130025f,2.142562261304668f,-0.13518165271648577f,-0.014795957353943203f,-0.9907103514220589f,-0.26545006062624327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.94227167805849f,0.30298837654423316f,0.1425557028249926f,0.17532914091385146f,0.31024460501484596f,0.9501436077922985f,0.031231548642630877f,2.1381222122229433f,-0.12598559357331215f,0.0736557414634107f,-0.9892939209160516f,-0.2752746764909189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9897821769881398f,-0.003018891964190057f,0.1425557028249926f,0.20473549858910522f,0.0014496313402403704f,0.9995111249697826f,0.031231548642630877f,2.1460216087839257f,-0.14258029557269272f,0.031119083420759263f,-0.9892939209160516f,-0.27078788618521227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9780685746894909f,0.15185432096894785f,0.1425557028249926f,0.2731746272448871f,0.157789772109324f,0.9869787121245678f,0.031231548642630877f,2.247305449231087f,-0.13595679836828833f,0.05304042812788356f,-0.9892939209160516f,-0.28931661696638766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9780685746894909f,0.15966862885186694f,0.13374525100141912f,0.2372491857532171f,0.157789772109324f,0.9871662374686139f,-0.024600963797130025f,2.0251930458006493f,-0.13595679836828833f,-0.0029577969208284885f,-0.9907103514220589f,-0.28865111265920124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9889802115373431f,-0.07632753545314609f,0.12685522661365156f,-0.07512723957844844f,-0.085247296811226f,0.9941425900523916f,-0.066433493286903f,2.153262855173459f,-0.12104147873324611f,-0.07651547539923526f,-0.9896940650779401f,-0.3057116444348511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378423f,0.12685522661365156f,0.039560671269425425f,0.07132040312085443f,0.9952386603565889f,-0.066433493286903f,2.155077214599686f,-0.13152091473459984f,-0.056638383953604925f,-0.9896940650779401f,-0.29113317297099045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.978564460206637f,-0.16223239103610712f,0.12685522661365156f,0.06130309559037063f,-0.17156814094309353f,0.9829297858865758f,-0.066433493286903f,2.1491850501666176f,-0.11391211627313404f,-0.0867737708969585f,-0.9896940650779401f,-0.2879507983950398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9808026723626107f,0.14810087564616467f,0.12685522661365156f,0.033316613279274f,0.14057100968370578f,0.9878392491727601f,-0.066433493286903f,2.161214562739001f,-0.13515143033969373f,-0.04732598046144172f,-0.9896940650779401f,-0.2923454838356085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.991895445170801f,-0.007153833253426584f,0.12685522661365156f,-0.011546547026603588f,-0.015691757199801634f,0.9976674594902257f,-0.066433493286903f,2.267498324966163f,-0.1260840775252814f,-0.06788566081361129f,-0.9896940650779401f,-0.33680561502591366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.991895445170801f,-0.007153833253426584f,0.12685522661365156f,-0.00993693454458261f,-0.015691757199801634f,0.9976674594902257f,-0.066433493286903f,2.043023146580863f,-0.1260840775252814f,-0.06788566081361129f,-0.9896940650779401f,-0.32153134134285116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,0.0690389783570762f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,1.5261243294232196f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.24513611569111804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.906515214974179f,0.001998013568982746f,-0.42216841776961034f,0.06828972326870768f,0.015791574132419044f,0.9994494589223958f,-0.029178849294486144f,1.1513307823273211f,0.42187769697714333f,-0.03311777470646513f,-0.9060476928902547f,-0.23271695017619362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9516084319022817f,-0.03670957970472208f,-0.30511276454842606f,0.24436364010603556f,-0.0929095161508198f,0.9807452184349946f,0.17177496419884608f,0.527535763677911f,0.29293209817481797f,0.19181038364696779f,-0.9366960886990516f,-0.18853327774638967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9516084319022817f,-0.17972410630360808f,-0.2492802397821576f,0.17696008873755367f,-0.0929095161508198f,0.9414539003567827f,-0.3240869872605523f,0.8541318500106929f,0.29293209817481797f,-0.28524340328282827f,-0.9125935495841117f,-0.30391122258432846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9034830638256738f,0.3022389597648211f,-0.3039242744179087f,-0.0336670181576559f,0.3041866836588233f,0.9516799450048885f,0.04213957475033575f,0.6847422576269937f,0.30197485800115953f,-0.05437732501485343f,-0.9517637793378189f,0.035778315353316326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9034830638256738f,-0.05178535715729446f,-0.4254839951916698f,-0.0694218410832286f,0.3041866836588233f,0.6218944694797223f,-0.7216077399218925f,0.8662954163902685f,0.30197485800115953f,-0.7813869371922122f,-0.5461187046060163f,-0.25408002190928175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9621866988264107f,0.08312128269822378f,-0.25939855235551346f,0.06780481925827132f,0.20996358728597359f,0.8329943815644297f,-0.5118941807601438f,1.0620515042394625f,0.17352823578754967f,-0.5470020225234047f,-0.8189485568335565f,-0.23639479623063017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9285609414299499f,-0.29473536421539154f,-0.22562278947736067f,0.060087101142492126f,-0.12362006477778684f,0.8187135782583916f,-0.5607371544312686f,1.0299990116271802f,0.3499895107500519f,-0.49278711616291365f,-0.7966606558057062f,-0.24353378561463768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9511368988580161f,-0.17382201166905506f,-0.2551950389213687f,0.06454565653947654f,-0.03431985529500223f,0.880883919093264f,-0.472086505436686f,1.078568077722461f,0.3068562320750323f,-0.4402606379659836f,-0.8438067453478306f,-0.24464968319249236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.908308358787333f,0.3054417509617424f,-0.28579933891891096f,0.06671889729457973f,0.21880774336903172f,0.9292432623208237f,0.29770813034431065f,1.0608614935023082f,0.3565096026740564f,0.2078756748654782f,-0.910872442771439f,-0.2377233371665733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9578856325117217f,-0.05606618529792234f,-0.28162332626002023f,0.06772156517867553f,-0.11634341420199633f,0.9724243163479823f,0.202126591390104f,1.071601384053956f,0.2625249035795299f,0.2263791771371615f,-0.9379942127536076f,-0.2345277295478519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9541358854542992f,0.0891260341418487f,-0.28579933891891096f,0.06783297272135284f,0f,0.9546569379242447f,0.29770813034431065f,1.0727947052263613f,0.29937386674247385f,0.2840540105530127f,-0.910872442771439f,-0.23417266203466064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9343746232195639f,0.25018689094955787f,-0.2536741671520614f,-0.11483088927409935f,0.27588215228134894f,0.9585826371086352f,-0.07076980914532305f,1.1181653864594323f,0.22546197359179776f,-0.13610968896757103f,-0.96469738832094f,-0.16915745377264346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9392785534311929f,-0.16819484224468295f,-0.2991091675400335f,0.2522655467380168f,-0.11562250955744503f,0.9757946096566709f,-0.1856241230245252f,1.0981337172346997f,0.32309013347337634f,-0.13976900517379282f,-0.9359900591592221f,-0.2935507997372618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9541358854542992f,0.022550877040255577f,-0.2985233157276928f,0.057421967482485445f,0f,0.9971589002606139f,0.07532680552793274f,0.9331875036120294f,0.29937386674247385f,0.0718720082908379f,-0.9514250902387961f,-0.24125749453903092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9541358854542992f,0.017337492195369515f,-0.29887141625240105f,0.06875000000000003f,0f,0.9983216621559523f,0.05791251048069437f,1.15625f,0.29937386674247385f,0.0552564044663787f,-0.9525345230893772f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.820645595197129f,-0.5699837769772647f,0.04073451934516942f,-1.8730246618697568f,0.5048953206248711f,0.6898546509433561f,-0.5188268263909732f,1.1898308462970546f,0.26762197647924707f,0.4463396179531369f,0.8539083224508293f,-0.6958828003783286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04102097621022677f,-0.5699837769772647f,-0.8206313261711937f,-1.8159136653962658f,-0.5186505530713584f,0.6898546509433561f,-0.5050763945885755f,1.1889191537029455f,0.8540016881186678f,0.4463396179531369f,-0.2673238899460983f,-0.621541927378217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6091839623839064f,-0.5699837769772647f,-0.5513740961969245f,-1.7617630492034726f,-0.009724721003829484f,0.6898546509433561f,-0.7238825805151123f,1.297957387077267f,0.7929693120011904f,0.4463396179531369f,0.41470545652282764f,-0.720918182356697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6086125193320044f,0.4503643705200889f,0.6532707976623436f,1.090454534384206f,-0.3528226070390311f,0.8910439379058513f,-0.28558170229098134f,2.3652823376447234f,-0.7107088076522845f,-0.05668010662725882f,0.7011992272087803f,-0.23620042411787234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6539077768899655f,0.4503643705200889f,0.6079280821683329f,1.0934587875481188f,0.2859510206058744f,0.8910439379058513f,-0.3525233531777605f,2.369717662355276f,-0.7004545903463564f,-0.05668010662725882f,-0.7114427119420371f,-0.14260360335114397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.03204536708173589f,0.4503643705200889f,0.8922695939090612f,0.9581162218798032f,-0.047310130245896004f,0.8910439379058513f,-0.45144484967418735f,2.435216727451128f,-0.9983660881784362f,-0.05668010662725882f,-0.007247033048732143f,-0.18831495877719834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014908373210223426f,0f,-0.000004677716667851154f,0.2676830576321844f,0f,0.000015625f,0f,1.3223725f,0.000004677716667851154f,0f,-0.000014908373210223426f,0.42687915213304445f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107.mcfunction new file mode 100644 index 000000000..df8e9646d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..ded626f32 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.05883382749027053f,-0.04220603587718201f,-0.8134504752735863f,-0.06372037352883776f,-0.12179457864620674f,0.8068567987149177f,-0.033054975788102556f,1.2634679968518916f,0.8053875500649871f,0.11893360058239684f,-0.06442155925828573f,-0.5194720325496889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.0690680029847167f,-0.016142264475637436f,-0.7968494451659621f,-0.06372037352883776f,0.19224216565936303f,0.7758830198204885f,-0.03238038444548822f,1.2634679968518916f,0.7734808082339865f,-0.19428063941586707f,-0.06310683355913704f,-0.5194720325496889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7832038841871388f,0.10626793146556056f,0.2055316203912522f,-0.16262312682389907f,0.10614653606022546f,0.8096159708181012f,-0.014118679935566567f,1.261630033451952f,-0.20559434116978528f,0.013173875008464297f,-0.7902543010579997f,-0.4490224565452573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7486560148382858f,-0.19742731474193737f,0.2013370975261246f,-0.16262312682389907f,-0.20743837371159357f,0.7725141016028972f,-0.013830543610350923f,1.261630033451952f,-0.19100652491039516f,-0.06514919967625529f,-0.7741266622608977f,-0.4490224565452573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2413704596658075f,0.9396150950666395f,0.13239752638176192f,0.24510179440477203f,-0.21897931682995433f,0.0715443211716908f,1.545424122663021f,1.4707919584143097f,0.9232841873820783f,-1.246359150979761f,0.18852433821451847f,0.1665709856542848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9870013922695792f,0.053169119584876384f,0.15166178286068155f,0.0034330840592240452f,-0.06672146253706694f,0.994083108706789f,0.08571475614362466f,1.512206460040578f,-0.1462070384585718f,-0.09471967961524887f,0.9847089337457833f,0.21351737488159842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6582257118256449f,0.053169119584876384f,-0.7509407147133463f,-0.1638329030927188f,0.03644167642197718f,0.994083108706789f,0.10232681566140023f,1.4993946751464473f,0.7519381068353818f,-0.09471967961524887f,0.652393489990823f,-0.0412276192634167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8313839265973527f,0.5329951475458798f,-0.15721621827315796f,0.4967261699041848f,0.555281732983141f,0.7858648981377813f,-0.27217376598440624f,1.2930296806669044f,-0.021516589200133718f,-0.3135801884166797f,-0.9493179139896983f,-0.5972324278846196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5908543248475244f,0.5329951475458798f,-0.605646216451091f,0.2982985084663957f,0.6109726254910534f,0.7858648981377813f,0.09554482076734307f,1.4883328711188013f,0.526881028041004f,-0.3135801884166797f,-0.7899771184806648f,-0.41515478620217605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6573103620414348f,0.04548947619155752f,-0.7522458344908104f,0.0448965064324267f,0.7222440966902002f,0.3230448112505102f,-0.6115599028061592f,1.1899966702717935f,0.21518957397865435f,-0.9452897743443224f,-0.24519520747956164f,0.12063363738993481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7646576929037989f,0.045369481654809835f,-0.6428376333238537f,0.049385549034429474f,0.3763603878064817f,0.8411684288675733f,-0.3883149916840875f,1.3452887819864379f,0.5231170721484764f,-0.5388666666354787f,-0.6602811858715751f,0.015469379984085235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7137974235360657f,0.045315517590807874f,-0.6988846414242851f,0.29810718760911725f,0.6099231035654483f,0.5306869015364679f,-0.588528011461404f,1.1864081119861907f,0.344219473432817f,-0.8463556677916798f,-0.4064419241497285f,-0.07419714920102088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.778414397902219f,0.05167193345488863f,-0.625620521108091f,0.3038855468749833f,0.3274137873253549f,0.8837338664712537f,-0.33438699903111563f,1.3500182932056062f,0.5356036193004984f,-0.46512843876159804f,-0.7048292690059097f,-0.16581391440010743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,0.3606139960367518f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.027661793206299f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.2263562370927237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,0.40091086494701555f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.8967860150738227f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.3104276683535742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,-0.22507152651194282f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.0435018832155962f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.269689944819617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,-0.25954302218236347f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.914648244233243f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.35929333876900704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9798103168191279f,0.18643143515642752f,0.07221539337505956f,0.2672812446572121f,0.1827762358608579f,0.9816513370194311f,-0.05434611423551482f,2.1357051063468075f,-0.08102216153211333f,-0.040049625634683846f,-0.9959073434949587f,-0.2609847553170621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.03086005207192251f,0.07221539337505956f,0.1527629669608723f,0.026961855334974125f,0.9981580827826806f,-0.05434611423551482f,2.148869529026611f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.2700070983592812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9598332725482386f,0.2711181031746575f,0.07221539337505956f,0.1303621644504657f,0.26763726849891323f,0.9619858587203564f,-0.05434611423551482f,2.145160033545809f,-0.0842044026151808f,-0.03283567805047923f,-0.9959073434949587f,-0.2714290038300058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966357897775739f,-0.03875615427408656f,0.07221539337505956f,0.159688326539341f,-0.042731810483640234f,0.9976073838140388f,-0.05434611423551482f,2.1543580005452228f,-0.06993636326848585f,-0.057249176986159146f,-0.9959073434949587f,-0.26980442843480246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9904283476440199f,0.11762918491098104f,0.07221539337505956f,0.22278462277095737f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.2556459425985493f,-0.07803107495973283f,-0.04560388704313204f,-0.9959073434949587f,-0.30213482787100043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9904283476440199f,0.11762918491098104f,0.07221539337505956f,0.1963180561659867f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.0324437129840103f,-0.07803107495973283f,-0.04560388704313204f,-0.9959073434949587f,-0.29187395328629573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9894654682930978f,-0.12547120791323418f,0.07221539337505956f,-0.12198932691442257f,-0.12951641555052432f,0.9900868638510686f,-0.05434611423551482f,2.146233078533712f,-0.06468063974996306f,-0.06312668226946264f,-0.9959073434949587f,-0.28978611120812126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9969115277424591f,0.030860052071922515f,0.07221539337505956f,-0.006849072104934559f,0.026961855334974152f,0.9981580827826806f,-0.05434611423551482f,2.1531862979547f,-0.07375950251386094f,-0.052231206780256695f,-0.9959073434949587f,-0.28181647589088327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747647171393266f,-0.2112313498985753f,0.07221539337505956f,0.015285118997991703f,-0.21531532249091906f,0.9750311850233983f,-0.05434611423551482f,2.148272336458879f,-0.058932657507704975f,-0.06852375538376261f,-0.9959073434949587f,-0.2799433257002332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923304129533792f,0.1003259113462788f,0.07221539337505956f,-0.013423769314686751f,0.09652416570459277f,0.9938458559065048f,-0.05434611423551482f,2.1590398836966f,-0.07722329287726777f,-0.046958771385183375f,-0.9959073434949587f,-0.28261264833596056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9958076091631396f,-0.056143944397212264f,0.07221539337505956f,-0.0655422132590008f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.2634438526697016f,-0.06892657571665325f,-0.05846101549571866f,-0.9959073434949587f,-0.3234675574012976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9958076091631396f,-0.056143944397212264f,0.07221539337505956f,-0.05290982576962805f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.039184176817754f,-0.06892657571665325f,-0.05846101549571866f,-0.9959073434949587f,-0.31031382891476095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,0.05363160746834841f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.525956243544618f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.24320329314142933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8143999930897723f,-0.03838585031865824f,-0.5790329677580477f,0.06802630133784525f,-0.01513443590133862f,0.9988753929510453f,-0.044932151148625796f,1.151377971187976f,0.5801065420294165f,-0.027829406249653424f,-0.814065061308041f,-0.2327672657978093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9031924145085575f,0.012309669517684252f,-0.4290593600081082f,0.21980052919583923f,-0.06081623141086871f,0.9858347629198977f,0.1563048502627116f,0.5058556522700401f,0.42490569350290147f,0.16726712843542946f,-0.8896498521181149f,-0.25325534623252266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9031924145085575f,-0.152821256856905f,-0.4011098675261902f,0.16240267973669364f,-0.06081623141086871f,0.9706078364936562f,-0.2328557788290503f,0.8552355582919335f,0.42490569350290147f,-0.18591958258822483f,-0.8859396483051419f,-0.32525563592847717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8411953422186204f,0.3217952918430601f,-0.4345551591884947f,0.006677247015771728f,0.324329269337734f,0.9432982103366241f,0.0707036875033688f,0.7010279754311407f,0.4326672177095809f,-0.08146334466103256f,-0.8978656927381111f,0.04190259340917202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8411953422186204f,-0.17139255027569628f,-0.5128498707611138f,-0.07490702478833117f,0.324329269337734f,0.5989706960583551f,-0.7321506882563326f,0.8682713822239363f,0.4326672177095809f,-0.7822139726272874f,-0.4482637390488857f,-0.24208065361613013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9257596633798274f,0.027266446129506024f,-0.377128077149309f,0.06605278260876436f,0.22763236388485056f,0.8365900985303434f,-0.49829761584136184f,1.0648080953709012f,0.3019148101220996f,-0.5471503887931152f,-0.7806880935895457f,-0.2383695268436719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8785563112971034f,-0.333191791295999f,-0.34223097184940815f,0.05711925030935671f,-0.1039558891748487f,0.8327167812434597f,-0.543852861849047f,1.032951767951532f,0.4661887825611998f,-0.4422284392126943f,-0.766225832614387f,-0.24494653444632875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8990400262065608f,-0.22575170391387228f,-0.3751842206949671f,0.061819938160379256f,-0.03419887899761388f,0.8904312911051256f,-0.45383097348700846f,1.0815036820791222f,0.4365288855892735f,-0.39518133053174787f,-0.8082538264959495f,-0.24577917679114217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8410086393808559f,0.3577939714091113f,-0.4058176222271004f,0.06467598013182124f,0.22804561639591708f,0.9146410102171736f,0.3338068592337709f,1.0636278496005869f,0.4906115218065794f,0.18818952269508596f,-0.8508143382774106f,-0.23979136027718828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.913051493183292f,-0.0020337192617734465f,-0.40783922663437494f,0.06647232459545703f,-0.10671004622260621f,0.9663436790696515f,0.23407874734221387f,1.0754108682392391f,0.3936368082775416f,0.25724649250882897f,-0.8825385573792087f,-0.23602524579019518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9025852843498606f,0.1437075570908628f,-0.4058176222271004f,0.06647232459545703f,0f,0.9426414910921785f,0.3338068592337709f,1.0754108682392391f,0.430511096808295f,0.30128915895944697f,-0.8508143382774106f,-0.23602524579019518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8866204964624348f,0.2565837469578613f,-0.3847971882040847f,-0.10466865580311092f,0.29466904175699526f,0.9546589251547176f,-0.0423850498696601f,1.1205466070379253f,0.3564747551829159f,-0.15096727267690688f,-0.9220274570194624f,-0.14478330142624735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8886691384198455f,-0.16113309071807966f,-0.4293055898724921f,0.24179005608965887f,-0.10243002349202456f,0.9823253198023508f,-0.15666861958488193f,1.0985806187243043f,0.44696224975667975f,-0.0952527855280268f,-0.8894670618643499f,-0.3185104493796074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9025852843498606f,0.045000663369043084f,-0.42815271197485977f,0.05331483909149903f,0f,0.9945218953682734f,0.10452846326765348f,0.9336627471451256f,0.430511096808295f,0.09434585274108898f,-0.8976408277231354f,-0.24546345266812025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9025852843498606f,0.03752151440343593f,-0.4288728721100857f,0.06875000000000003f,0f,0.9961946980917455f,0.08715574274765818f,1.15625f,0.430511096808295f,0.07866549085061836f,-0.8991506748449617f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7399870670188935f,-0.6413198867321536f,0.20280025524301792f,-2.0874893329350965f,0.6218133990573643f,0.5372996083468239f,-0.5697870019779994f,1.234375f,0.25645123785527424f,0.5477389284615503f,0.7963760599429704f,-0.6703972138721295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13753441659505455f,-0.6413198867321536f,-0.7548463996958027f,-2.0266035784041416f,-0.6218133990573643f,0.5372996083468239f,-0.5697870019779994f,1.234375f,0.7709944104885486f,0.5477389284615503f,-0.3248841104812724f,-0.5991091545971267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6494480483301834f,-0.6413198867321536f,-0.4085658275014851f,-1.9957615815443963f,0f,0.5372996083468239f,-0.8433914458128857f,1.3608837168719328f,0.7604059656000308f,0.5477389284615503f,0.3489481820094167f,-0.6870954115360406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.571080822674511f,0.5587328283254416f,0.6014019625216203f,1.2453600255084816f,-0.45894702681606947f,0.824738288739458f,-0.3304154682574659f,2.4018850493443664f,-0.680613194516602f,-0.08731770518378945f,0.727420990768993f,-0.15006711835239905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6488864197551494f,0.5587328283254416f,0.5164920529967492f,1.2507584716701372f,0.3691580066495729f,0.824738288739458f,-0.4284029892678439f,2.408114950655634f,-0.6653335857927646f,-0.08731770518378945f,-0.7414221725694337f,-0.05668024770833277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.057583425724327175f,0.5587328283254416f,0.8273462247652452f,1.1239573148745226f,-0.06645228065352385f,0.824738288739458f,-0.5615966964673633f,2.489239504470105f,-0.9961266202033738f,-0.08731770518378945f,-0.010362185273417923f,-0.10181935523935323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014102895067966574f,0f,-0.00000672673588762961f,0.35821196976590775f,0f,0.000015625f,0f,1.3223725f,0.00000672673588762961f,0f,-0.000014102895067966574f,0.39238459683174304f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108.mcfunction new file mode 100644 index 000000000..f8721d4f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..e10202c7d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.06835750248320502f,-0.04703446565955591f,-0.8124404318710531f,-0.0817883689566953f,-0.12417913808313824f,0.8063566718319278f,-0.03623401580711149f,1.2629772749353703f,0.8042706248294986f,0.12050361520179044f,-0.07464640114641385f,-0.5138369415902251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.07949721619188185f,-0.016941939396529614f,-0.7958600148940929f,-0.0817883689566953f,0.1898965957687133f,0.7763243008645542f,-0.03549454609676228f,1.2629772749353703f,0.7730585201219862f,-0.1924410314268909f,-0.07312300520465032f,-0.5138369415902251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7997327776436595f,0.10603327241757966f,0.12699950372824734f,-0.17103112914282942f,0.1049178907856132f,0.8097529494125795f,-0.015389657409152326f,1.2609971503874862f,-0.1279224960665634f,0.0012451917492019965f,-0.8065846074294082f,-0.4443059547339845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7635271066550586f,-0.20383593224987492f,0.12440767712154843f,-0.17103112914282942f,-0.20860167786894196f,0.7721774839986355f,-0.015075582768149218f,1.2609971503874862f,-0.11623982705259511f,-0.046827832849295536f,-0.790123697073706f,-0.4443059547339845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3119426572577155f,0.8359402851587002f,0.14634395688361382f,0.2653837548674356f,-0.21973114771997262f,0.07434279158101771f,1.5451853034706242f,1.4698557467582012f,0.8197139359491376f,-1.3179845367031935f,0.17997798260354536f,0.14658157925917792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9732434242583534f,0.046129178629299696f,0.22509850292007816f,0.02792505039001031f,-0.06655939824053302f,0.9942377645329816f,0.08403043545238562f,1.5112116158032867f,-0.21992517737569833f,-0.0967644896408056f,0.9707056968519461f,0.2115888141982351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.708489509793648f,0.046129178629299696f,-0.7042121224399238f,-0.15617104699461712f,0.03572502840565334f,0.9942377645329816f,0.10106923331001713f,1.4986505148975455f,0.7048165270889806f,-0.0967644896408056f,0.7027590601954434f,-0.03107171894746852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8309968401016621f,0.5196051303440927f,-0.19863222362233007f,0.4789936965556942f,0.5561064298576563f,0.7848214457229744f,-0.2734975996316456f,1.2932887066778929f,0.013780073005048354f,-0.3377362978025885f,-0.9411398954111854f,-0.6154276340194027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5654731449100198f,0.5196051303440927f,-0.6405081037002345f,0.2893051182946379f,0.6122120485364397f,0.7848214457229744f,0.09618578876380982f,1.4890105828187872f,0.5526631252511675f,-0.3377362978025885f,-0.7619039723837997f,-0.4246913472195713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7022833139514333f,-0.022170999271007907f,-0.7115522424507688f,0.06105782765917683f,0.6093017115418735f,0.4981975060631429f,-0.6168878903533512f,1.179307058160242f,0.36817057358992744f,-0.8667800711505715f,-0.33636696775794456f,0.10382427537175545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7620939482829193f,0.013143488031662098f,-0.6473330384839884f,0.059476400174588565f,0.2969004824236694f,0.8955757823257675f,-0.33135196038077397f,1.3451565675939436f,0.5753806718400815f,-0.4447148151725454f,-0.6864151918765388f,0.016150152577674826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7386208472337099f,-0.03559150613230275f,-0.6731808737055673f,0.3086280796836495f,0.49907969325992324f,0.6424225734173044f,-0.5815605703101518f,1.1802674787901872f,0.45316520586573916f,-0.7655236651176256f,-0.45674370749638127f,-0.09735722415795901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7700525698137836f,0.0069846372651996835f,-0.637942203154378f,0.30595056040115964f,0.25704694323024274f,0.9185827000203166f,-0.3002210722107515f,1.3506253533426793f,0.5839057361416965f,-0.3951671014465381f,-0.7091523483957204f,-0.17588325785665815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.02567344930258766f,0.038872646650128795f,0.3578008360024322f,0.02359206975355085f,0.9983111623856965f,-0.05308707282251606f,2.0286697528251576f,-0.04016992533503033f,-0.05211235033105871f,-0.9978329920590676f,-0.23530081838819442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.02567344930258766f,0.038872646650128795f,0.3956952519495431f,0.02359206975355085f,0.9983111623856965f,-0.05308707282251606f,1.8980192418340764f,-0.04016992533503033f,-0.05211235033105871f,-0.9978329920590676f,-0.320827245402286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.02567344930258766f,0.038872646650128795f,-0.22906131895249715f,0.02359206975355085f,0.9983111623856965f,-0.05308707282251606f,2.0425300938053685f,-0.04016992533503033f,-0.05211235033105871f,-0.9978329920590676f,-0.25890064952252473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.02567344930258766f,0.038872646650128795f,-0.2660854759783559f,0.02359206975355085f,0.9983111623856965f,-0.05308707282251606f,1.9136489880458039f,-0.04016992533503033f,-0.05211235033105871f,-0.9978329920590676f,-0.34743982093674364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9825913249346218f,0.18174320912474007f,0.038518749983166685f,0.2630119768705693f,0.17945991474310796f,0.9821585019510257f,-0.05620334550285419f,2.13650360375335f,-0.0480460941557285f,-0.04831234813541761f,-0.9976760445425265f,-0.2669973985270035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989248969019779f,0.025794500365530354f,0.038518749983166685f,0.14821074172008503f,0.023607025558541925f,0.9981402167524185f,-0.05620334550285419f,2.149281420282383f,-0.03989685067334778f,-0.05523360799664918f,-0.9976760445425265f,-0.2721495279579858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9629873077786197f,0.2668479174499804f,0.03804778587375047f,0.12578209284884673f,0.26433972079767565f,0.9625399012475483f,-0.06034443234439191f,2.145656118696897f,-0.05272529815841002f,-0.048053381347918034f,-0.9974522121260438f,-0.27230164376904653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99831589557799f,-0.0437919927203764f,0.03804778587375047f,0.1551181947707377f,-0.046039173269205175f,0.9971153112903849f,-0.06034443234439191f,2.1549485171707032f,-0.03529542691347392f,-0.06199449462538825f,-0.9974522121260438f,-0.271744795825333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9928755472474314f,0.11291817244455891f,0.03804778587375047f,0.2167500225102135f,0.11051084565650136f,0.9920412806316671f,-0.06034443234439191f,2.256214399642543f,-0.04455895724092809f,-0.05570981829500805f,-0.9974522121260438f,-0.30685011433893095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9928755472474314f,0.1127583858426867f,0.038518749983166685f,0.19137938569560903f,0.11051084565650136f,0.9922845040342874f,-0.05620334550285419f,2.0329503862348286f,-0.04455895724092809f,-0.05154618778901171f,-0.9976760445425265f,-0.29525222208640334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906322258997634f,-0.13090725858902733f,0.038872646650128795f,-0.1270649825655268f,-0.1328686604054081f,0.9897109081854201f,-0.05308707282251606f,2.1456371387779805f,-0.031523199249958424f,-0.05775472160348733f,-0.9978329920590676f,-0.2823352160753341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989143063062628f,0.02567344930258767f,0.038872646650128795f,-0.011746305064505871f,0.023592069753550854f,0.9983111623856965f,-0.05308707282251606f,2.1529800496332423f,-0.04016992533503034f,-0.0521123503310587f,-0.9978329920590676f,-0.2782333988454699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9754532518467824f,-0.21674840438617393f,0.038872646650128795f,0.010455025556722009f,-0.21862204434677981f,0.9743644925923622f,-0.05308707282251606f,2.1481406960381326f,-0.026369588301162115f,-0.060282375295571435f,-0.9978329920590676f,-0.2771110350771522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946901119691611f,0.09529164965091358f,0.038872646650128795f,-0.018364030618028188f,0.09317326704478954f,0.9942336269747354f,-0.05308707282251606f,2.1588116884790622f,-0.04370724721346075f,-0.0491832949228733f,-0.9978329920590676f,-0.27880146298813024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9973507243331542f,-0.061485364230419004f,0.038872646650128795f,-0.0721833978328009f,-0.06350625604550537f,0.9965684713767637f,-0.05308707282251606f,2.263076309732988f,-0.035475176042068915f,-0.055415086783592846f,-0.9978329920590676f,-0.3177630979464693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9973507243331542f,-0.061485364230419004f,0.038872646650128795f,-0.058349190880956636f,-0.06350625604550537f,0.9965684713767637f,-0.05308707282251606f,2.0388484036732164f,-0.035475176042068915f,-0.055415086783592846f,-0.9978329920590676f,-0.3052947034201609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.02567344930258766f,0.038872646650128795f,0.052142684431933484f,0.02359206975355085f,0.9983111623856965f,-0.05308707282251606f,1.5259238952570564f,-0.04016992533503033f,-0.05211235033105871f,-0.9978329920590676f,-0.24238360220676866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7887173127250275f,-0.0421833682092807f,-0.6133070715835025f,0.06796144751041375f,-0.017500114395954322f,0.9987793263007229f,-0.04619094446320271f,1.1513816478942853f,0.6145069133898655f,-0.025698653676689193f,-0.7884927600144888f,-0.2327466070780102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8856786042415715f,0.027019508893873556f,-0.46351198056558973f,0.21423623519528248f,-0.05112174295780536f,0.9865605403877487f,0.15519300095941724f,0.5043714556958476f,0.46147586869267365f,0.16114666080613488f,-0.8723942780219132f,-0.26097160608354364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8856786042415715f,-0.14877631156933804f,-0.43981702912066173f,0.15831604500211974f,-0.05112174295780536f,0.9727598371736796f,-0.22610808605353439f,0.855325510395888f,0.46147586869267365f,-0.17777488095245547f,-0.8691582792085012f,-0.32941707673038184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8271676054531354f,0.30841916687144316f,-0.46975671362445803f,0.01956082778554416f,0.31190671398035563f,0.9473236000719361f,0.07274749838120625f,0.7015462030804265f,0.4674483439513963f,-0.08634589887812755f,-0.879793402728178f,0.042695690104257944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8271676054531354f,-0.210064663808341f,-0.5212164516858758f,-0.07551717429353003f,0.31190671398035563f,0.5999018829173821f,-0.7367712892384967f,0.8684282228664617f,0.4674483439513963f,-0.7720042538038692f,-0.43069882498775036f,-0.23690111971666306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9100680328933262f,0.01585870333407226f,-0.41415537788882284f,0.06550933643831398f,0.22955467584005568f,0.8512831129525853f,-0.4718280538519544f,1.0648106694040123f,0.3450808982045206f,-0.5244669323516191f,-0.7783659875431631f,-0.23876049431152988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8606841828184907f,-0.3348519944192414f,-0.38353210984156627f,0.05522416863777586f,-0.103127693707498f,0.8523369011589119f,-0.5127245710061064f,1.036005153794225f,0.4985854151864446f,-0.4017411464566205f,-0.7681254031778152f,-0.24680313193196585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8809629583285079f,-0.2310220498684577f,-0.41295650924481087f,0.061177673003280406f,-0.034189920931213556f,0.901512838779005f,-0.4313996416587955f,1.0817140351311185f,0.4719484244700909f,-0.36592815413848073f,-0.8020980430402529f,-0.24562164720162638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8248135160496343f,0.3522562772392781f,-0.4422648289061256f,0.06432917457567439f,0.22185837414103138f,0.921113066638483f,0.3198899502818868f,1.063766014660558f,0.5200591558326205f,0.16572939876007134f,-0.8378975121226268f,-0.23964035918099047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8958591723541165f,0.011163144121125047f,-0.4441978472734062f,0.06622217300713208f,-0.10372985447349098f,0.9668082104506922f,0.2334994678709968f,1.0756808654103593f,0.4320607140205016f,0.2552592180871462f,-0.8649660519243708f,-0.23604760551069498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8847074939385483f,0.15038249758050254f,-0.44122302137402547f,0.06620895579543067f,0f,0.9465327515745929f,0.32260773424800315f,1.0755976740552404f,0.4661465972942134f,0.28541348009174405f,-0.8374046185763165f,-0.23607269067984366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8726897842259609f,0.24503351069214996f,-0.4223400515526864f,-0.10175830572536668f,0.28794379807629034f,0.9568175270391064f,-0.039857108527459106f,1.1225925834626016f,0.39433603646768867f,-0.1563930899645157f,-0.9055607609400403f,-0.13921881411337172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8704685883938348f,-0.1559149743266467f,-0.4668778827491895f,0.23817931140757126f,-0.10131720958796865f,0.9849505146655412f,-0.14002609293054458f,1.0986101381969369f,0.48168377558409875f,-0.07458555115306843f,-0.8731653542704502f,-0.32532902741204495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8847074939385483f,0.04973624175590828f,-0.4634856593520143f,0.05253434629576968f,0f,0.994291628518486f,0.10669656722714788f,0.9337057349890272f,0.4661465972942134f,0.09439525260337585f,-0.8796572549106677f,-0.24526621376015584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8847074939385483f,0.041639726580522264f,-0.4642830853469389f,0.06875000000000003f,0f,0.996002304944214f,0.08932753520506963f,1.15625f,0.4661465972942134f,0.0790287398109846f,-0.8811707031642134f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7598086830979465f,-0.6285857719946605f,0.16604424812332863f,-2.21934890890764f,0.5720951959611084f,0.525088730202456f,-0.6300705612648424f,1.2456000716833748f,0.3088654267592696f,0.5737262000817542f,0.7585778770123508f,-0.5315100679611638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.23931338119940493f,-0.6285857719946605f,-0.7400061032348216f,-2.1561254606782048f,-0.5713073100781493f,0.525088730202456f,-0.6307850528235762f,1.2456499283166251f,0.7850713744814402f,0.5737262000817542f,-0.23345488709721435f,-0.4622868376963456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6743834477806429f,-0.6285857719946605f,-0.3874104962509019f,-2.129625610355287f,0.0005318040880032959f,0.525088730202456f,-0.8510473210102858f,1.3732820981515428f,0.7383811228247273f,0.5737262000817542f,0.3544454327478995f,-0.5500652677409397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4860257785898972f,0.563388041032209f,0.668111411194252f,1.2605598640224667f,-0.4326602253254628f,0.8193331823250407f,-0.3761625523127487f,2.4045984763599857f,-0.7593313321386155f,-0.10624053634565134f,0.6419726446427325f,-0.18052621993662543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6175024622668568f,0.563388041032209f,0.5488940009840332f,1.2688792071765538f,0.3321534113274285f,0.8193331823250407f,-0.4672978147655666f,2.4109581642650144f,-0.7129970690247764f,-0.10624053634565134f,-0.6930715172325774f,-0.08736289346512605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08873966031026215f,0.563388041032209f,0.8214129216842829f,1.1415075973468678f,-0.0678366709869733f,0.8193331823250407f,-0.569290191739263f,2.4931718490733896f,-0.9937421490293268f,-0.10624053634565134f,-0.034488979102952844f,-0.1287712098354328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013823554592789818f,0f,-0.000007283540582722085f,0.3828404093022703f,0f,0.000015625f,0f,1.3223725f,0.000007283540582722085f,0f,-0.000013823554592789818f,0.380350815148723f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109.mcfunction new file mode 100644 index 000000000..deb10d61e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..59f44ef13 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.102897238681799f,-0.053918433751035735f,-0.8083621745343732f,-0.10218273907136963f,-0.12728216552997945f,0.8058126054709454f,-0.03754649979118924f,1.2625997835072165f,0.8000974022293187f,0.12125713096723853f,-0.10993315960134228f,-0.5079837384477071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.11333715337042169f,-0.010224067482129263f,-0.7918649872989779f,-0.10218273907136963f,0.18688432272765615f,0.7769951502544389f,-0.036780244693409875f,1.2625997835072165f,0.7695641231141916f,-0.1901946500961652f,-0.10768962573192714f,-0.5079837384477071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8093169414868041f,0.10692953839754174f,0.022728978969102337f,-0.17924084054985467f,0.1064313347061635f,0.8094891695153716f,-0.0185499292295826f,1.2608384368054635f,-0.024958037974845842f,-0.0154208527600317f,-0.8161395334653528f,-0.44250485301791725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7725369995064284f,-0.20661763894826274f,0.02226512225544719f,-0.17924084054985467f,-0.20713308940371514f,0.7725061067572544f,-0.018171359245305406f,1.2608384368054635f,-0.01680677445785527f,-0.023312363633804803f,-0.7994836246191213f,-0.44250485301791725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3605674669152816f,0.7513606720766906f,0.160373184878891f,0.2844857214458683f,-0.22277717662714255f,0.07368228805965671f,1.5447807287768496f,1.4688809817114774f,0.7352773269629459f,-1.3680037685923085f,0.17128686923249062f,0.12885362543302803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9572655856580752f,0.041818170568143596f,0.2861709963029723f,0.05169073521309675f,-0.06821651330323517f,0.9942199721571956f,0.08290448888024612f,1.5106328668246238f,-0.2810500059196791f,-0.09888320167793395f,0.954585253708892f,0.20876707539362976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7518080089095458f,0.041818170568143596f,-0.6580546773253708f,-0.14742327663752292f,0.033872271932429476f,0.9942199721571956f,0.10187892891997276f,1.4986025016655957f,0.6585114933952179f,-0.09888320167793395f,0.7460460612404044f,-0.021680691637072425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8296733196511954f,0.5047990382209603f,-0.23836969956384702f,0.46236666096147017f,0.5560911146685704f,0.7848443929602872f,-0.2734628878394014f,1.293274406401289f,0.049039319383857305f,-0.35944013388879054f,-0.9318787127649051f,-0.6324942974820216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5415571918987219f,0.5047990382209603f,-0.6722304209971194f,0.2809275557768092f,0.6121832256660918f,0.7848443929602872f,0.09618199962496658f,1.488986502753137f,0.5761488576017744f,-0.35944013388879054f,-0.7340676290602786f,-0.4338847129289227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7375416414264464f,-0.11708459784540948f,-0.6650740741521667f,0.07711479814488104f,0.4030139453647464f,0.7139291172275447f,-0.5726124129079283f,1.1674688394532793f,0.5418598407369972f,-0.6903596255011423f,-0.4793657272630144f,0.07607020729792645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7552860563700416f,-0.01607978407982648f,-0.6551979957210922f,0.07000485115665676f,0.18154504383482986f,0.9554474603383128f,-0.23272633626660677f,1.3451606986650466f,0.6297494502673263f,-0.29472290558593195f,-0.7187169392820697f,0.01631768163005129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7535221443746838f,-0.14009183712135706f,-0.6423228589338396f,0.31987759698052665f,0.31955204475783083f,0.7758008861447075f,-0.5440767186235557f,1.1725500257832242f,0.5745353501988082f,-0.6152294386885675f,-0.5398165143295295f,-0.1280924865517801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7578710145101207f,-0.04107801481028406f,-0.6511099155017119f,0.3081060322317127f,0.15594144213856392f,0.9576805689250664f,-0.241930143899238f,1.3506030690573039f,0.6334933243445784f,-0.2848868628115505f,-0.7193925794781648f,-0.18600497695068433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665184f,-0.0038006887066521222f,0.3574619003811098f,0.023710124321209784f,0.9983055438824917f,-0.053140107810906376f,2.028634675856893f,0.002543261236629124f,-0.053215111717273354f,-0.9985798334170386f,-0.24768456347069193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665184f,-0.0038006887066521222f,0.3916522594806522f,0.023710124321209784f,0.9983055438824917f,-0.053140107810906376f,1.8979754681022634f,0.002543261236629124f,-0.053215111717273354f,-0.9985798334170386f,-0.3347449061852537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665184f,-0.0038006887066521222f,-0.22987103840283485f,0.023710124321209784f,0.9983055438824917f,-0.053140107810906376f,2.0425643738956034f,0.002543261236629124f,-0.053215111717273354f,-0.9985798334170386f,-0.2461903974941723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665184f,-0.0038006887066521222f,-0.27065935233954075f,0.023710124321209784f,0.9983055438824917f,-0.053140107810906376f,1.913683425465065f,0.002543261236629124f,-0.053215111717273354f,-0.9985798334170386f,-0.33305999561598687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9837256535052834f,0.1796294019562718f,-0.004137219891990184f,0.2614178117309087f,0.1795760049101499f,0.9821397470990747f,-0.05616026734867883f,2.1364759699327447f,-0.006024707139135219f,-0.05598924111824889f,-0.9984131949162582f,-0.2752974607371065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997145877120269f,0.02352926958783655f,-0.004137219891990184f,0.14650278843744322f,0.023724620368218874f,0.9981398533069945f,-0.05616026734867883f,2.149267327958759f,0.0028081139855176207f,-0.05624239248959899f,-0.9984131949162582f,-0.2755407842102661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.964329291670208f,0.2646658652156909f,-0.004582250152974278f,0.12408708803930707f,0.26445516305705596f,0.9625201186762036f,-0.06015386833789583f,2.145638932792637f,-0.011510167648675303f,-0.059219936956879035f,-0.9981785988026005f,-0.2747527107911785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9989179068798388f,-0.04628194354537203f,-0.004582250152974278f,0.15342130415710756f,-0.04592326800542765f,0.997132170567016f,-0.06015386833789583f,2.1549280188904625f,0.007353146979566319f,-0.05987834434897339f,-0.9981785988026005f,-0.2754471668526816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9938596609164587f,0.11055305236200838f,-0.004582250152974278f,0.21350992626756274f,0.11062796130606876f,0.992039800764692f,-0.06015386833789583f,2.2561940218377785f,-0.002104419227326377f,-0.060291428181732415f,-0.9981785988026005f,-0.31313269021631623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9938596609164587f,0.1105706010410847f,-0.004137219891990184f,0.18863154103331872f,0.11062796130606876f,0.9922738929089022f,-0.05616026734867883f,2.0329323959332757f,-0.002104419227326377f,-0.05627311646626139f,-0.9984131949162582f,-0.30047123901140743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9910901531287537f,-0.13313851109494335f,-0.0038006887066521222f,-0.12895689554023068f,-0.1327511803578342f,0.9897238266584504f,-0.053140107810906376f,2.1456580290656024f,0.010836627004053936f,-0.05216209167560896f,-0.9985798334170386f,-0.27396679580031524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997156404833102f,0.023541302818665177f,-0.0038006887066521222f,-0.013567402808645719f,0.023710124321209794f,0.9983055438824917f,-0.053140107810906376f,2.152987285184268f,0.002543261236629124f,-0.05321511171727336f,-0.9985798334170386f,-0.2747960104254268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9757149700550036f,-0.2190110772904384f,-0.0038006887066521222f,0.008661037000498722f,-0.21850613726536722f,0.9743876009675068f,-0.053140107810906376f,2.1481453189355486f,0.015341616209895506f,-0.051019124893199576f,-0.9985798334170386f,-0.27462294541595905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9956382251566525f,0.09322059521514607f,-0.0038006887066521222f,-0.020202667924332722f,0.09329064211048375f,0.9942197870875726f,-0.053140107810906376f,2.158819691449023f,-0.0011750325632161156f,-0.05326289131538962f,-0.9985798334170386f,-0.275081131465315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979631803812754f,-0.06367923812864719f,-0.0038006887066521222f,-0.07562519766645441f,-0.06338816102629809f,0.9965731633871889f,-0.053140107810906376f,2.263088888775695f,0.007171585946910757f,-0.052790952329027904f,-0.9985798334170386f,-0.3117133879762814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979631803812754f,-0.06367923812864719f,-0.0038006887066521222f,-0.06129736908750881f,-0.06338816102629809f,0.9965731633871889f,-0.053140107810906376f,2.038859927013578f,0.007171585946910757f,-0.052790952329027904f,-0.9985798334170386f,-0.29983542370225014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665184f,-0.0038006887066521222f,0.05172093980042192f,0.023710124321209784f,0.9983055438824917f,-0.053140107810906376f,1.5259251986027405f,0.002543261236629124f,-0.053215111717273354f,-0.9985798334170386f,-0.24167496680744371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7619237794401789f,-0.04314045747458147f,-0.6462283305863938f,0.06789861135338997f,-0.01741558525522296f,0.9987830417590239f,-0.04614252794125953f,1.1513815579431064f,0.647432507458354f,-0.023902644696260758f,-0.7617478663328915f,-0.23271147504634593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8651846067535489f,0.043080135179015405f,-0.4995995378197069f,0.20978139261101122f,-0.040525198170743f,0.9870371394519628f,0.15529131867464047f,0.5043248143385474f,0.4998132696817172f,0.15460202875591408f,-0.8522235083325425f,-0.2651402954653419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8651846067535489f,-0.14756037829853258f,-0.4792510104247052f,0.15406107814957914f,-0.040525198170743f,0.9731727881732912f,-0.22647832715790855f,0.855323984409044f,0.4998132696817172f,-0.17652382024932675f,-0.8479540296116617f,-0.3331337832178103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8130869520241892f,0.2870303243301093f,-0.5064614510137627f,0.033837011456347876f,0.291495187026413f,0.9538142566010597f,0.07258732564990023f,0.7005580011441739f,0.5039049160193322f,-0.0886112680166607f,-0.8592018847698306f,0.04297750043651191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8130869520241892f,-0.2523373151424746f,-0.5246098434405336f,-0.07561926772436739f,0.291495187026413f,0.6035793706048584f,-0.7421067977863292f,0.8684243812032785f,0.5039049160193322f,-0.7563185987181132f,-0.4172073978785843f,-0.23074420753833244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8901862176783145f,0.00810756584767544f,-0.45552471418310775f,0.06490468312625773f,0.23003958603510075f,0.8710285209234584f,-0.43404044119723684f,1.0645235837950104f,0.39325600658143267f,-0.49116553534823487f,-0.7772426456221416f,-0.23912047462226987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8399252365454263f,-0.32958936260752786f,-0.43115710485862696f,0.05273617717726144f,-0.10404823567126185f,0.8775226648920944f,-0.468111030904394f,1.0402791821633943f,0.5326345479480346f,-0.34831713230422723f,-0.7713466235587944f,-0.24903169133134723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8600824288725455f,-0.23096257565243355f,-0.4548785598296502f,0.06057413483277461f,-0.03419222695619574f,0.9157404974782251f,-0.4003126689153227f,1.081693718122727f,0.5090079637495653f,-0.32874858163393905f,-0.7955094360931205f,-0.24528451052790623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8087438517128107f,0.33665053276308854f,-0.48228601587341924f,0.06410576985220706f,0.21160463076779817f,0.9316247459395716f,0.2954637253380732f,1.0636624293968224f,0.5487776075555115f,0.13690051695796193f,-0.8246825970652539f,-0.2392221834411488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8752852740532465f,0.023602124722816892f,-0.4830306705935988f,0.06601921760506987f,-0.10035424555823014f,0.9682023277385441f,0.22915775780039238f,1.0756524029093748f,0.4730800296186381f,0.24905258936665048f,-0.8450846663534933f,-0.23593760106571993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8640717089969618f,0.15212503873691852f,-0.4798312769092494f,0.06600733283641855f,0f,0.9532401301905117f,0.3022139212451608f,1.0755779310242037f,0.5033687333467085f,0.2611344994129793f,-0.823667828378202f,-0.23595800219848656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8570724393174453f,0.2274321270239889f,-0.46227855386096867f,-0.09870230763792415f,0.2760434957253871f,0.9603405088356547f,-0.03932042162774935f,1.125310525644006f,0.43500209451237415f,-0.16130943768614409f,-0.8858625418670933f,-0.13378824857647037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8492108483339244f,-0.14800466067768442f,-0.5068881094380298f,0.23401670938849312f,-0.10116588148155263f,0.9877367100408913f,-0.1189186951730327f,1.098607679623217f,0.5182725147024845f,-0.0497072636068385f,-0.8537697514252208f,-0.33246350136240777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8640717089969618f,0.05368110048131956f,-0.5004981729858604f,0.05195859935366382f,0f,0.9942973010227257f,0.1066436926354448f,0.9337046739175369f,0.5033687333467085f,0.09214779774925551f,-0.8591441681457733f,-0.24455331784497242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8640717089969618f,0.04493802705363894f,-0.501358809073498f,0.06875000000000003f,0f,0.9960070537956394f,0.08927456966757347f,1.15625f,0.5033687333467085f,0.07713962998262854f,-0.860621517146227f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.792570434537517f,-0.6032868926063715f,0.08875264225001511f,-2.272818290233887f,0.478750417040596f,0.5254913673402642f,-0.7033184634533028f,1.2551839160451297f,0.3776640629984094f,0.5999197846880928f,0.7053127727890127f,-0.38420951308993173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3740850073485077f,-0.6032868926063715f,-0.7043474515368211f,-2.2066914255433954f,-0.47788884399332426f,0.5254913673402642f,-0.7039041665152889f,1.2552327506215373f,0.7947846627004012f,0.5999197846880928f,-0.09172563369092368f,-0.31775428093030755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7053532233652449f,-0.6032868926063715f,-0.37218510918306047f,-2.1839270915111824f,0.0005209021483457699f,0.5254913673402642f,-0.85079877263182f,1.3828281492281065f,0.7088558097026576f,0.5999197846880928f,0.37097128324249273f,-0.4066275894964936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.352109742793875f,0.558051698795945f,0.7513967197829596f,1.2611509199252158f,-0.3759479742083789f,0.8195271380752638f,-0.4324793528560452f,2.404517471177704f,-0.8571358408783568f,-0.13020588093142088f,0.49836189546616155f,-0.2318075595162017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5691293424403829f,0.558051698795945f,0.6038792040171095f,1.2734513811716104f,0.2638133415811803f,0.8195271380752638f,-0.5087020648296398f,2.410873153822296f,-0.7787774472704955f,-0.13020588093142088f,-0.6136384246392362f,-0.1390855747917191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13120491996154182f,0.558051698795945f,0.8193677870461138f,1.144395982491496f,-0.06779394820897797f,0.8195271380752638f,-0.5690160371592403f,2.493047718073886f,-0.9890345037278144f,-0.13020588093142088f,-0.06969346459137193f,-0.1749925474652546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013501120453077529f,0f,-0.000007865136458542322f,0.40857956661617656f,0f,0.000015625f,0f,1.3223725f,0.000007865136458542322f,0f,-0.000013501120453077529f,0.36643236376834104f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..ad724a9d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6380620916575019f,-0.11250756212649514f,-0.4971551670237884f,0.045664665970876525f,-0.15245954792939198f,0.802184991977417f,0.01413397806002799f,1.3716612807186348f,0.48639212357856243f,0.10385437667709901f,-0.6477510440054822f,-0.3046881153666775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6196381586892759f,0.13737047255131146f,-0.48700914320697647f,0.045664665970876525f,0.1627382696363668f,0.7831504050358687f,0.013845529528190684f,1.3716612807186348f,0.4791292183659071f,-0.08834475854958355f,-0.6345316349441459f,-0.3046881153666775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155608f,0.15055134691531988f,0.802521459300813f,0.01542866644012965f,1.3718985425256367f,-0.39894050919314417f,0.08843429755443726f,-0.7070857724386856f,-0.31556167004006414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155608f,-0.16459137167491159f,0.7827395822045906f,0.015113795696453537f,1.3718985425256367f,-0.3942027542792861f,-0.06951701474444236f,-0.6926554505521819f,-0.31556167004006414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5352952382403906f,0.2876610253309758f,1.4394847663044912f,-0.5461853865600538f,1.3566746743112574f,0.6821112894221927f,0.36819053073814634f,1.337640559733424f,-0.5606238364532921f,1.376002025197756f,-0.48345174593962015f,0.466886777585115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.11737394057103866f,-0.9775665912171908f,-0.17489115989903023f,-0.542615863071503f,-0.43298390850917035f,0.2088633595520256f,-0.8768700200193663f,1.4385421548458286f,0.8937271916233438f,-0.027196631641494273f,-0.44778571904473263f,0.23855033890489769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6511123728531961f,-0.7442856711551992f,-0.14863215543931071f,-0.2984375f,-0.39021399813670254f,0.4962407313948236f,-0.7755502383230246f,1.5599383827719828f,0.6509882591688197f,-0.44697200831571704f,-0.6135391676222184f,0.01987022116346847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.708655788388477f,0.6672551343002259f,0.229297970626636f,0.40227657678226575f,0.24618808974571266f,0.07071614381871832f,-0.9666388423143193f,1.5120049640942823f,-0.6612097988164293f,0.7414646402583186f,-0.11415686223674479f,0.33190736807388393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2093890059558351f,0.9079001642416381f,0.3631439603722381f,0.2984375f,0.17316537575154037f,0.39993565680334686f,-0.9000362343028772f,1.5599383827719828f,-0.9623772632526472f,-0.12557373207515138f,-0.2409590027101353f,0.01987022116346854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.24145468173408e-17f,9.876098033058264e-17f,-0.15625000000000003f,0f,0.8064446042674825f,-0.5913096483635822f,1.2421534102805725f,-1.2246467991473532e-16f,-0.5913096483635822f,-0.8064446042674825f,0.267562329908288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.910812672397304e-17f,1.1895509566739754e-16f,-0.15625000000000003f,0f,0.9713420698132614f,-0.23768589232617307f,1.4227945115435203f,-1.2246467991473532e-16f,-0.23768589232617307f,-0.9713420698132614f,0.21692533716079768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.890413562829539e-17f,1.0736806151040428e-16f,0.15624999999999997f,0f,0.8767267557075078f,-0.4809887689193876f,1.2352027884345713f,-1.2246467991473532e-16f,-0.4809887689193876f,-0.8767267557075078f,0.2190835588860669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.6715529131342643e-18f,1.22435536637248e-16f,0.15624999999999997f,0f,0.9997620270799091f,0.021814885034561138f,1.4227945115435203f,-1.2246467991473532e-16f,0.021814885034561138f,-0.9997620270799091f,0.2169253371607977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.910812672397302e-17f,1.1895509566739756e-16f,0.29375f,0f,0.9713420698132614f,0.2376858923261731f,2.1041908565444105f,-1.2246467991473532e-16f,0.2376858923261731f,-0.9713420698132614f,0.1633825818696056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.910812672397302e-17f,1.1895509566739756e-16f,0.33125f,0f,0.9713420698132614f,0.2376858923261731f,2.0050561502233313f,-1.2246467991473532e-16f,0.2376858923261731f,-0.9713420698132614f,0.04260852628384071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.910812672397302e-17f,1.1895509566739756e-16f,-0.29375f,0f,0.9713420698132614f,0.2376858923261731f,2.1041908565444105f,-1.2246467991473532e-16f,0.2376858923261731f,-0.9713420698132614f,0.16338258186960553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.910812672397302e-17f,1.1895509566739756e-16f,-0.33125f,0f,0.9713420698132614f,0.2376858923261731f,2.0050561502233313f,-1.2246467991473532e-16f,0.2376858923261731f,-0.9713420698132614f,0.042608526283840625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878324532221108f,0.15437355845851078f,0.018863955312791853f,0.19442281308479684f,0.14676277109417332f,0.8851827147962268f,0.44148867533238156f,2.1985987549194097f,0.0514561306546221f,0.4388853675788684f,-0.8970685039300041f,0.18757257558561494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998199415427846f,-0.002058077583526788f,0.018863955312791853f,0.07923780111793877f,0.00648279339114112f,0.8972434022845232f,0.44148867533238156f,2.2083873407431445f,-0.017834177391475074f,0.4415314726874557f,-0.8970685039300041f,0.18996782729809655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715731410849198f,0.23385661591496043f,0.036833608500734964f,0.05709610146508562f,0.20509252444086534f,0.7537306791474648f,0.6243613695051724f,2.213167978665763f,0.118248416229799f,0.6141670346939048f,-0.7802667271865692f,0.1616239381258463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996286635450901f,-0.07782175342883259f,0.036833608500734964f,0.0861014514531305f,-0.0378610072254294f,0.7802175494062548f,0.6243613695051724f,2.220493653091826f,-0.0773271243083526f,0.6206483306122401f,-0.7802667271865692f,0.16885510616941596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07898992833716557f,0.036833608500734964f,0.14414520581947488f,0.08465803955662246f,0.776534543087463f,0.6243613695051724f,2.32083778774803f,0.020715690486327407f,0.6251037470798224f,-0.7802667271865692f,0.21183907702375976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08508980364211072f,0.018863955312791853f,0.12499999999999999f,0.08465803955662246f,0.8932641075805566f,0.44148867533238156f,2.119853363542405f,0.020715690486327407f,0.4414056631087312f,-0.8970685039300041f,0.11252280282429541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878324532221108f,-0.1543735584585109f,-0.018863955312791638f,-0.19442281308479692f,-0.14676277109417332f,0.8851827147962268f,0.44148867533238156f,2.1985987549194097f,-0.051456130654622345f,0.4388853675788684f,-0.8970685039300041f,0.1875725755856149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998199415427846f,0.002058077583526677f,-0.018863955312791638f,-0.07923780111793882f,-0.00648279339114112f,0.8972434022845232f,0.44148867533238156f,2.2083873407431445f,0.01783417739147483f,0.44153147268745574f,-0.8970685039300041f,0.18996782729809653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715731410849197f,-0.23385661591496054f,-0.03683360850073478f,-0.05709610146508565f,-0.20509252444086534f,0.7537306791474648f,0.6243613695051724f,2.213167978665763f,-0.11824841622979923f,0.6141670346939048f,-0.7802667271865692f,0.1616239381258463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9962866354509011f,0.07782175342883245f,-0.03683360850073478f,-0.08610145145313056f,0.0378610072254294f,0.7802175494062548f,0.6243613695051724f,2.220493653091826f,0.07732712430835237f,0.6206483306122401f,-0.7802667271865692f,0.16885510616941596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716571f,-0.03683360850073478f,-0.14414520581947493f,-0.08465803955662246f,0.776534543087463f,0.6243613695051724f,2.32083778774803f,-0.02071569048632765f,0.6251037470798224f,-0.7802667271865692f,0.21183907702375976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211083f,-0.018863955312791638f,-0.12500000000000003f,-0.08465803955662246f,0.8932641075805566f,0.44148867533238156f,2.119853363542405f,-0.02071569048632765f,0.4414056631087312f,-0.8970685039300041f,0.11252280282429539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.910812672397302e-17f,1.1895509566739756e-16f,-2.5795008245561956e-18f,0f,0.9713420698132614f,0.2376858923261731f,1.6146128686279155f,-1.2246467991473532e-16f,0.2376858923261731f,-0.9713420698132614f,0.02106322268879607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.6715529131342643e-18f,1.22435536637248e-16f,-1.5776684821308465e-18f,0f,0.9997620270799091f,0.021814885034561138f,1.2397021084729496f,-1.2246467991473532e-16f,0.021814885034561138f,-0.9997620270799091f,0.012882640800835642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9940563382223196f,-0.10574697555280851f,0.025876120293951144f,0.14831795043029417f,-0.10146478406625659f,0.8137712564775048f,-0.5722597659502295f,0.8576887710349408f,0.03945749655542316f,-0.571483962410545f,-0.8196640694047298f,0.41692049240741996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9940563382223196f,-0.07354939458370673f,0.08026507955769757f,0.12499999999999999f,-0.10146478406625659f,0.35869557960959403f,-0.9279236923168444f,0.9613499599222379f,0.03945749655542316f,-0.9305525066995992f,-0.36402628784288527f,0.09603352849925113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16953202249987687f,0.03758434453528561f,-0.14410539942540893f,0.16184146807219657f,0.9745378485211621f,-0.15518801826165804f,0.9727930396210458f,-0.06293670486514204f,-0.14674765806255918f,-0.987169740234106f,0.3952078239441982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16184146807219657f,0.18748253903262802f,-0.9688434531801902f,0.957675257679639f,-0.06293670486514204f,-0.9778267754043941f,-0.19973424464263168f,0.05737905538236769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.550830359243858e-17f,-3.828567109282946e-18f,0.10179535194961707f,0.7732124632276081f,-0.625923472184059f,1.1434771078130448f,-0.08169940744533871f,-0.6205686101101384f,-0.7798844830928819f,0.03126262292073555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.924132550856905e-18f,-0.10179535194961707f,0.6785759020997693f,-0.7274424041880829f,1.105796049786805f,0.08169940744533846f,-0.7230682209580814f,-0.6859282430864003f,0.03204297397085461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.665351767214052e-17f,9.550830359243858e-17f,-3.828567109282946e-18f,0f,0.7798844830928819f,-0.625923472184059f,1.1434771078130448f,-1.2246467991473532e-16f,-0.625923472184059f,-0.7798844830928819f,0.03126262292073555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.17572198119561e-16f,-3.88376260539208e-18f,0.0836738581337867f,0.9563965748430145f,-0.27982901403099203f,1.1684493114377552f,-0.024388705560216092f,-0.27876418014991494f,-0.9600498543859287f,0.03171332834982386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.17572198119561e-16f,-3.88376260539208e-18f,-0.0836738581337867f,0.9563965748430145f,-0.27982901403099203f,1.1684493114377552f,0.02438870556021585f,-0.27876418014991494f,-0.9600498543859287f,0.03171332834982386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.4269170634161425e-17f,1.17572198119561e-16f,-3.88376260539208e-18f,0f,0.9600498543859287f,-0.27982901403099203f,1.1684493114377552f,-1.2246467991473532e-16f,-0.27982901403099203f,-0.9600498543859287f,0.03171332834982386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.141380453897324e-16f,-0.19375f,0.12165143829660727f,0.9240344127603846f,-0.36243803828370164f,1.1808466202211898f,-0.04730765705287697f,-0.35933733062278034f,-0.9320078692827986f,0.03214102723271136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.1216514382966073f,0.8889296264195945f,-0.44159375769352416f,1.1811607659646546f,0.04730765705287674f,-0.439199781686859f,-0.8971429860119193f,0.01945257925201281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.416474287757752e-17f,1.098352332160518e-16f,-0.00781250000000001f,0f,0.8968727415326884f,-0.4422886902190013f,1.0417544917071249f,-1.2246467991473532e-16f,-0.4422886902190013f,-0.8968727415326884f,0.08098224917901457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.438585834733811e-17f,1.141380453897324e-16f,0f,0f,0.9320078692827986f,-0.36243803828370164f,1.25f,-1.2246467991473532e-16f,-0.36243803828370164f,-0.9320078692827986f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6647224796670723f,-0.01935003935019318f,-0.7468397425166955f,-1.0116570499430444f,0.005338432638380442f,0.9997620270799091f,-0.02115160386440218f,1.8888870247923593f,0.7470712992494248f,0.010072992912590286f,0.6646675925991569f,0.38056317502920883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.23069583095992793f,-0.01935003935019318f,-0.9728334952883015f,-0.9683681174522599f,-0.0053384326383804385f,0.9997620270799091f,-0.02115160386440218f,1.8888870247923593f,0.9730112716277615f,0.010072992912590286f,0.23053763271776048f,0.46372044063966716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46174861323503313f,-0.01935003935019318f,-0.886799748620098f,-0.8569926214046374f,1.734723475976807e-18f,0.9997620270799091f,-0.02181488503456112f,1.8921592575475434f,0.8870108331782218f,0.010072992912590286f,0.4616387295691936f,0.35289599839905894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1250895470360554f,0.3562686490045145f,-0.9259725994643753f,0.7949979186715412f,-0.9747901126750179f,0.1296711836398765f,0.1815753847977734f,2.1315247862710613f,0.18476158002501647f,0.9253421172031084f,0.3310666468805459f,-0.43197937499999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7224071588716869f,0.3562686490045145f,-0.5926217567280458f,0.7629335302347597f,-0.6663265380859423f,0.1296711836398765f,-0.7342985283764614f,2.2196209694697404f,-0.18476158002501641f,0.9253421172031084f,0.3310666468805459f,-0.43197937499999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.34202014332566844f,0.3562686490045145f,-0.8695371592381702f,0.909396298338876f,-0.9396926207859084f,0.1296711836398765f,-0.3164856435510847f,2.2230457244030637f,4.188538737676988e-17f,0.9253421172031084f,0.3791331773006269f,-0.488849351595094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4161225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11.mcfunction new file mode 100644 index 000000000..0203fc7a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110.mcfunction new file mode 100644 index 000000000..b60617922 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..1bbb24ccb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1437950743121454f,-0.06084260877248056f,-0.8016018949614377f,-0.12110805543780179f,-0.13020945411304075f,0.8053343997931249f,-0.037768333480251326f,1.2623283386891593f,0.7932924549670145f,0.12115744266057459f,-0.15150049315035585f,-0.5026697293747038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.15294640103709045f,-0.0011591004289190285f,-0.785242672615286f,-0.12110805543780179f,0.18405578715429216f,0.777659725344483f,-0.03699755116432783f,1.2623283386891593f,0.7633681062402433f,-0.18773387564139515f,-0.14840864635136902f,-0.5026697293747038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8056757502926857f,0.10657471500086581f,-0.08045408601958264f,-0.18733606865302305f,0.1091975037094362f,0.8090393735665885f,-0.021809210142827138f,1.260862701522702f,0.07685658734545701f,-0.032273310736745865f,-0.8124013434504794f,-0.4419746129160518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7691086170866442f,-0.20557377661009021f,-0.07881216589673401f,-0.18733606865302305f,-0.20446102111003178f,0.7731359938865151f,-0.021364124221544954f,1.260862701522702f,0.08165553238888823f,-0.0003966451502002734f,-0.7958217241963881f,-0.4419746129160518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3940396684967187f,0.6842748483732145f,0.1727066430145951f,0.30062894023448183f,-0.22652133906079125f,0.07170187971205932f,1.5443293604007733f,1.4679802349199789f,0.6683919027095273f,-1.4028660029844513f,0.1631731965206475f,0.1136720285028946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9414601839561307f,0.03907577947572052f,0.33485191575329704f,0.07232966938701837f,-0.07045220761900364f,0.9941332621764817f,0.08207035686504127f,1.5102738977376184f,-0.3296804641875177f,-0.10085702996177948f,0.9386898588140765f,0.20539757788901278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7863268013744606f,0.03907577947572052f,-0.6165737951766797f,-0.13906583462021938f,0.03168811749635285f,0.9941332621764817f,0.10341624748502412f,1.4988533051662145f,0.6169975888524576f,-0.10085702996177948f,0.7804753902959028f,-0.013863638251539773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8274792251388199f,0.4907874185185301f,-0.2727743422457026f,0.44780107746973224f,0.5557253067761047f,0.7853128255257633f,-0.2728610442575976f,1.29314737364388f,0.08029642191444786f,-0.37737445049798934f,-0.9225730370756982f,-0.6469558684703811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5206087710654942f,0.4907874185185301f,-0.6986374004543366f,0.2735907160441159f,0.6116254128369485f,0.7853128255257633f,0.0959068320651584f,1.4886709815125356f,0.5957187774963187f,-0.37737445049798934f,-0.7090188024655144f,-0.4417963954671089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7381156220648656f,-0.21431231641659762f,-0.6397308492608035f,0.09036200337084034f,0.16080675597757915f,0.8649956790964526f,-0.47531427748010463f,1.1603148733176605f,0.655230124227942f,-0.453709936166951f,-0.6040039553907053f,0.04582991964968576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7381729012327061f,-0.03535574823658106f,-0.6736844505792909f,0.07952227276036083f,0.06489947239645676f,0.9902720481744334f,-0.12308261082327565f,1.3452216160327213f,0.6714825584989915f,-0.13457801332700625f,-0.7286974214038394f,0.01604218326709811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7421447973123052f,-0.24022562341498632f,-0.6257097966926511f,0.3291201561664016f,0.12370453413276117f,0.8684280626663514f,-0.48013528115372195f,1.1671987038445135f,0.6587247437718385f,-0.4337330398164848f,-0.6147823697165342f,-0.15912574202968577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7383139124259884f,-0.08031161568449695f,-0.6696585780114936f,0.30987636211298664f,0.05435917161498924f,0.982569364927875f,-0.17777098629012555f,1.3503193911041769f,0.672263078846044f,-0.16765287796926576f,-0.7210789591501475f,-0.1950674001436115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987000285051706f,0.02283583121167328f,-0.04557167844883209f,0.35779419971181725f,0.025277444733927585f,0.9982349285259334f,-0.053740843485636f,2.028166945033781f,0.0442640243481659f,-0.054822917504419255f,-0.9975144830351129f,-0.26024651632092055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987000285051706f,0.02283583121167328f,-0.04557167844883209f,0.388118627024724f,0.025277444733927585f,0.9982349285259334f,-0.053740843485636f,1.897401470713739f,0.0442640243481659f,-0.054822917504419255f,-0.9975144830351129f,-0.3485705353304662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987000285051706f,0.02283583121167328f,-0.04557167844883209f,-0.22894206703497044f,0.025277444733927585f,0.9982349285259334f,-0.053740843485636f,2.0430174438149638f,0.0442640243481659f,-0.054822917504419255f,-0.9975144830351129f,-0.23424140201637308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987000285051706f,0.02283583121167328f,-0.04557167844883209f,-0.27352014185995155f,0.025277444733927585f,0.9982349285259334f,-0.053740843485636f,1.914147777849966f,0.0442640243481659f,-0.054822917504419255f,-0.9975144830351129f,-0.3192456191998063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9828371571225597f,0.17871293768530688f,-0.04574722377514129f,0.2608493980039527f,0.18111850004261493f,0.9819037251389806f,-0.05532778235666252f,2.1361058210356996f,0.035031578919005435f,-0.06266386887258535f,-0.997419684995419f,-0.2837376705163424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9986936635961928f,0.022763079969154026f,-0.04574722377514129f,0.14604424868093618f,0.025285046795044383f,0.9981480365697595f,-0.05532778235666252f,2.1490769992642322f,0.044403070855374156f,-0.05641222635432589f,-0.997419684995419f,-0.2791915898655463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9635362439794374f,0.26359846994385494f,-0.04597557157075012f,0.12365738949800112f,0.2659894803910656f,0.9622658626212756f,-0.057393431288113826f,2.1454089467080855f,0.029111902364659593f,-0.06752966960522722f,-0.9972924550319827f,-0.277706986400358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9978338304270858f,-0.047052031560316315f,-0.04597557157075012f,0.15295325209146227f,-0.04438547606495771f,0.9973644888201422f,-0.057393431288113826f,2.154654153936279f,0.04855487997819835f,-0.05522845975204608f,-0.9972924550319827f,-0.27958959183241056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9929093995504126f,0.10962285848846674f,-0.04597557157075012f,0.2116005646677755f,0.11218316305757897f,0.9920286951350616f,-0.057393431288113826f,2.2559298757783215f,0.03931745427715555f,-0.06214416244060581f,-0.9972924550319827f,-0.319456438010651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9929093995504126f,0.1097183476056157f,-0.04574722377514129f,0.186913936456512f,0.11218316305757897f,0.9921460449076488f,-0.05532778235666252f,2.032697015674101f,0.03931745427715555f,-0.06006754342240792f,-0.997419684995419f,-0.30594124074060924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9899766849459357f,-0.13367642045930145f,-0.04557167844883209f,-0.12911703940001773f,-0.13119210958468924f,0.989899263624421f,-0.053740843485636f,2.145936018657429f,0.05229525452825128f,-0.047223537447090895f,-0.9975144830351129f,-0.26627615000887384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9987000285051706f,0.02283583121167329f,-0.04557167844883209f,-0.013851639253694994f,0.02527744473392759f,0.9982349285259335f,-0.053740843485636f,2.1530840313376234f,0.0442640243481659f,-0.054822917504419255f,-0.9975144830351129f,-0.2719271737065673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.974558857064605f,-0.21944989460076647f,-0.04557167844883209f,0.008357162771473317f,-0.21696828956628506f,0.9746982523140857f,-0.053740843485636f,2.148207361700165f,0.05621205777777534f,-0.042486005879341385f,-0.9975144830351129f,-0.2726790585740681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946742983698776f,0.09244599659124464f,-0.04557167844883209f,-0.020484035853684537f,0.09484921873118375f,0.9940400130012557f,-0.053740843485636f,2.1589266486345666f,0.04033194600408249f,-0.057777073885020847f,-0.9975144830351129f,-0.27193894069010616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968899472114396f,-0.06429350878688861f,-0.04557167844883209f,-0.07722711014683058f,-0.06182065020708743f,0.9966394177180758f,-0.053740843485636f,2.2632602458441493f,0.048873718466538055f,-0.05075643583275879f,-0.9975144830351129f,-0.3062954327159385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968899472114396f,-0.06429350878688861f,-0.04557167844883209f,-0.06276107066978066f,-0.06182065020708743f,0.9966394177180758f,-0.053740843485636f,2.0390163768575826f,0.048873718466538055f,-0.05075643583275879f,-0.9975144830351129f,-0.2948752346535678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987000285051706f,0.02283583121167328f,-0.04557167844883209f,0.051797184348909106f,0.025277444733927585f,0.9982349285259334f,-0.053740843485636f,1.525940696755227f,0.0442640243481659f,-0.054822917504419255f,-0.9975144830351129f,-0.24113916488122636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7371330859284025f,-0.042794106392868445f,-0.6743911906955089f,0.06784497424623477f,-0.016312880228657792f,0.9988288103331893f,-0.04555104375347584f,1.151379892880281f,0.6755506669142708f,-0.022575918728181543f,-0.7369678584071782f,-0.23267319535815828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8448945007372403f,0.05766413549639687f,-0.5318158798883528f,0.2064465973372393f,-0.030735562045813323f,0.9872975504835829f,0.15588095468929136f,0.5048981610654759f,0.5340492560145531f,0.14804862135991056f,-0.8323899313805594f,-0.2672925857988794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8448945007372403f,-0.1481137005946409f,-0.5140190797238277f,0.15016588937841707f,-0.030735562045813323f,0.9727575607416897f,-0.2297782697419527f,0.8552839884237677f,0.5340492560145531f,-0.17833973117631044f,-0.8264298714556874f,-0.33616629903978085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7994287087129414f,0.26487213969262197f,-0.5392184059360468f,0.04710721970015161f,0.2699044997455403f,0.9602268712085953f,0.07152563754390245f,0.6990961485899995f,0.5367171514891889f,-0.08835782604616449f,-0.8391231100820231f,0.04260710194297515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7994287087129414f,-0.29086823688880936f,-0.5256514134431245f,-0.07533801492951658f,0.2699044997455403f,0.6078063497331083f,-0.7468085445689706f,0.8683533100997953f,0.5367171514891889f,-0.7388958722264659f,-0.40739119934532386f,-0.22488855180192355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8694940555210297f,0.004952078096351651f,-0.49391858067511546f,0.06432245251359402f,0.22953648155408163f,0.8894735421648817f,-0.39515797021499f,1.0641636256710358f,0.4373706563652455f,-0.4569598392760416f,-0.7745286400382161f,-0.2394123894739362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.819668457899998f,-0.31903886879255694f,-0.4757707634180614f,0.05027428315915376f,-0.10556112313461247f,0.9004505832933792f,-0.4219544955669655f,1.0447229123631443f,0.5630279463813482f,-0.2956398945443236f,-0.7717490423365765f,-0.25086720640648724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8396088122615005f,-0.22684327997357753f,-0.49355766502371506f,0.060069141014089444f,-0.034198783616802994f,0.9288982156036799f,-0.3687526925290586f,1.081580467213605f,0.5421139046104275f,-0.2927289384039926f,-0.7876688917615751f,-0.24490105706901105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7938166414936894f,0.3172584217647973f,-0.5188470232226353f,0.06398533955013382f,0.2005336430402616f,0.9419805096044122f,0.2691820527717493f,1.0634757839674682f,0.5741440565717638f,0.10963490933421681f,-0.811380791588387f,-0.23874265157067412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8547112352551395f,0.03392023721057943f,-0.5179943260656547f,0.0658687024450943f,-0.09710278490244355f,0.969802059318164f,0.22372978100029078f,1.0755034478244059f,0.5099409313761972f,0.24152304910675995f,-0.8256069665751073f,-0.23578097526623334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8438343991447893f,0.15031672676847424f,-0.5151197807049972f,0.06586429863473975f,0f,0.959963194817161f,0.280126158358032f,1.0754753239026826f,0.5366036776056912f,0.23638008852278813f,-0.8100499656996515f,-0.23578790046413928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8413986204350314f,0.20928890542268955f,-0.49824343005904126f,-0.09588170005300885f,0.26327195323281233f,0.9639042912291911f,-0.03970385360302586f,1.1279981815529772f,0.47194940424902115f,-0.16458028866460025f,-0.866127639792237f,-0.12907383052194982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8282938199493737f,-0.13876002593867948f,-0.5428397581562828f,0.22994375994242916f,-0.10143688300214582f,0.9899756982979346f,-0.0982785609699565f,1.098592265334378f,0.5510353043140552f,-0.02633955164792065f,-0.8340661373167617f,-0.33883249121712444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8438343991447893f,0.05669938222417508f,-0.5335997440735419f,0.05157148903073136f,0f,0.9944019512770529f,0.10566342459143394f,0.9336851172645135f,0.5366036776056912f,0.08916243240169341f,-0.839110573064278f,-0.24370485031294561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8438343991447893f,0.04737814702523079f,-0.5345080149112903f,0.06875000000000003f,0f,0.9960945800749044f,0.08829262452436144f,1.15625f,0.5366036776056912f,0.07450435376443103f,-0.8405388714688882f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8180803461214066f,-0.5750999700193724f,-0.00213817061914795f,-2.3164425647425397f,0.3713999104106346f,0.5311481246469487f,-0.7615403969790454f,1.2663060632190004f,0.4390975447857257f,0.6222071151696567f,0.6481139189952652f,-0.23001301524517548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5024493911737f,-0.5750999700193724f,-0.6456040843991733f,-2.247585005905061f,-0.3708866681052505f,0.5311481246469487f,-0.7617904889835624f,1.2663328256698887f,0.781017086068521f,0.6222071151696567f,0.05357814014399731f,-0.16639149078438994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7344806275997765f,-0.5750999700193724f,-0.360275217249751f,-2.2279725027363377f,0.0002854661428082772f,0.5311481246469487f,-0.8472789317533576f,1.3934112842074482f,0.6786295942483791f,0.6222071151696567f,0.3902821795093056f,-0.25674457994117855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20236667664758404f,0.5484698822358557f,0.8113128351399349f,1.253613425703876f,-0.3080499908952514f,0.8220509495452455f,-0.4788918870279552f,2.4032728780782504f,-0.9295982633869581f,-0.1530131518267201f,0.33531186092353704f,-0.2853143366221039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5142287532126582f,0.5484698822358557f,0.6593554258892106f,1.2698749982150117f,0.18730543613186978f,0.8220509495452455f,-0.5377256828041695f,2.40956891879675f,-0.8369500958628332f,-0.1530131518267201f,-0.5254536253593155f,-0.19320036574506447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1734567734521142f,0.5484698822358557f,0.817981378775684f,1.1390470051430912f,-0.06715776766399506f,0.8220509495452455f,-0.5654397143764746f,2.4912368555939715f,-0.9825490226884209f,-0.1530131518267201f,-0.10575629239947071f,-0.2233939073236636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013184912486637334f,0f,-0.000008384432462588924f,0.43157465357808517f,0f,0.000015625f,0f,1.3223725f,0.000008384432462588924f,0f,-0.000013184912486637334f,0.3527590864551617f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111.mcfunction new file mode 100644 index 000000000..ac471f9da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..7bf04d0a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.17273907915854944f,-0.0658380752978448f,-0.7954690457943515f,-0.13492048078949995f,-0.1323470132007109f,0.8049803665600348f,-0.03788564364198053f,1.2621193961658548f,0.7871403452198036f,0.12089831156137627f,-0.18093678352756562f,-0.4984905255977927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.18101411298095146f,0.00517022056002895f,-0.7792349836352832f,-0.13492048078949995f,0.18198852536479776f,0.7781406308700394f,-0.037112467241123784f,1.2621193961658548f,0.7577031526510007f,-0.18566213240329266f,-0.17724419610863573f,-0.4984905255977927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.794857999103902f,0.10477539605450552f,-0.1554584255889895f,-0.194089459950121f,0.1112841266801029f,0.8086943217452186f,-0.023953738132740196f,1.260831391559807f,0.15086765343847794f,-0.04449780672242837f,-0.8013759047958112f,-0.4411309314320344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7586437663489172f,-0.20314691599778661f,-0.15228580465860198f,-0.194089459950121f,-0.2024432246659379f,0.7736059332090103f,-0.023464886334112846f,1.260831391559807f,0.15322002665052056f,0.016284674525592357f,-0.7850212944938559f,-0.4411309314320344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4175345528114187f,0.6316818610426351f,0.1816041519774317f,0.3120235603342493f,-0.2292021662130413f,0.07045762904682545f,1.5439910425622132f,1.467309956534208f,0.6160100718243f,-1.4273822189374543f,0.15658174373856104f,0.10167045182136508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9278032858358132f,0.036807909542021816f,0.3712495664474426f,0.08753693835545723f,-0.07200520264937427f,0.9940777612946727f,0.08139198542113557f,1.5099787720474294f,-0.36605506905886465f,-0.10224765177997067f,0.9249589742911796f,0.20220908925454886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8108021976204254f,0.036807909542021816f,-0.5841617705131298f,-0.13267018113711632f,0.0301027621394235f,0.9940777612946727f,0.10441852427107506f,1.4990041694259764f,0.5845456526615056f,-0.10224765177997067f,0.8048924137175202f,-0.008211118596514244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8250431204425172f,0.4799099426717596f,-0.29831241398115266f,0.4364666790057985f,0.5554937817324944f,0.78560718001185f,-0.2724848934718406f,1.293069507751148f,0.10358816470526927f,-0.39052247776359406f,-0.9147467881847835f,-0.6574246068937214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5043549897675536f,0.4799099426717596f,-0.7178526946535475f,0.26785875266880693f,0.6112747398665527f,0.78560718001185f,0.09573166202937637f,1.4884746331340188f,0.6098928075470713f,-0.39052247776359406f,-0.6895817266022455f,-0.44752619152227524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.2777349782045323f,-0.6383302709227433f,0.09893981639472657f,-0.01562768315700157f,0.9231638395161091f,-0.3840889232053171f,1.158256411788544f,0.6959583524994288f,-0.2657664525323006f,-0.6670908216237704f,0.02413710424279074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.04266369880282453f,-0.6948252022624373f,0.08659771535505675f,-0.01562768315700157f,0.9988563963341586f,-0.04518489815726774f,1.3452595804877159f,0.6959583524994288f,-0.021580275874051244f,-0.7177578026601177f,0.015604816249780412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.3053142114007131f,-0.6256080923480255f,0.3345717606603442f,-0.01562768315700157f,0.9055314685732208f,-0.4239911967750869f,1.1651341648642888f,0.6959583524994288f,-0.2946115947147816f,-0.6548633291350905f,-0.18166472017543372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.10305935713133149f,-0.6884627962368421f,0.3109452387217393f,-0.01562768315700157f,0.991117322823242f,-0.13206902709883844f,1.350143231474279f,0.6959583524994288f,-0.08405487081285669f,-0.7131456725514883f,-0.20188216890629113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,0.35754754501439245f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,2.0278749850065485f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.26945053746840175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,0.38502250290333534f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,1.8970441669768325f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.358606222888212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,-0.2280994787529017f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,2.043298235294313f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.22545125448479594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,-0.275387970706592f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,1.9144363428332478f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.3089900101620182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9811220087370445f,0.1777011787637575f,-0.07630134361698947f,0.26003373637700783f,0.18207778815911047f,0.9817558692213586f,-0.05480047726526172f,2.135874501415894f,0.06517118251860156f,-0.06765873421359203f,-0.9955777280824143f,-0.2899020515356015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9968413575677866f,0.02203208579899929f,-0.07630134361698947f,0.14543457843799515f,0.02625565424435472f,0.9981520667271598f,-0.05480047726526172f,2.148957519688529f,0.07495297500842288f,-0.05663072384885351f,-0.9955777280824143f,-0.2818392816922335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9619112878083156f,0.2624695829005993f,-0.07639628550481546f,0.12308456440499663f,0.26694304901348465f,0.9621032601157106f,-0.05566619672750858f,2.145265204277381f,0.058890431908181676f,-0.07393940036750897f,-0.9955224166752656f,-0.2798163147463201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959395599907508f,-0.047623527866974685f,-0.07639628550481546f,0.15231956111836845f,-0.043428331475323975f,0.997504513557289f,-0.05566619672750858f,2.1544830643005026f,0.07885666028116571f,-0.05212240426476687f,-0.9955224166752656f,-0.28257523641307025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9911278524455149f,0.10876206906733749f,-0.07639628550481546f,0.20983578385341262f,0.1131504283038719f,0.9920172655334909f,-0.05566619672750858f,2.255764660199525f,0.06973206351020962f,-0.0638165904420399f,-0.9955224166752656f,-0.3240428983400462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9911278524455149f,0.10882869598126987f,-0.07630134361698947f,0.18534932725762693f,0.1131504283038719f,0.9920654657159224f,-0.05480047726526172f,2.0325499304134427f,0.06973206351020962f,-0.06294780905533139f,-0.9955777280824143f,-0.30987964130259665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880280442204953f,-0.1341278498876874f,-0.07622534826636618f,-0.12920779885477301f,-0.13022217796343094f,0.9900073346170908f,-0.05410787161609551f,2.146107938955692f,0.0827210263493106f,-0.043533863702517266f,-0.9956214313235967f,-0.2605809392094227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9968459979017773f,0.022085125059215102f,-0.07622534826636618f,-0.014163520398924073f,0.02625234091534364f,0.9981899382510528f,-0.05410787161609551f,2.153143204823343f,0.07489239656783962f,-0.05593830910456742f,-0.9956214313235967f,-0.2697711325558413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725782868383065f,-0.219729770974113f,-0.07622534826636618f,0.008007111918377524f,-0.21601146783531155f,0.9748904471748661f,-0.05410787161609551f,2.1482449537782897f,0.086200474095559f,-0.036158591715573625f,-0.9956214313235967f,-0.27120232938040983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9928771507058644f,0.09156778848413703f,-0.07622534826636618f,-0.020787628600570388f,0.09581860175157153f,0.9939271270005412f,-0.05410787161609551f,2.158992167472133f,0.07080790326353553f,-0.061026275689857405f,-0.9956214313235967f,-0.2695818537510591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9949775434019366f,-0.06487976886147667f,-0.07622534826636618f,-0.07846012021164964f,-0.060845542639147224f,0.9966795664455672f,-0.05410787161609551f,2.2633659180925303f,0.07948275326632294f,-0.04919814450116505f,-0.9956214313235967f,-0.3022261246733989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9949775434019366f,-0.06487976886147667f,-0.07622534826636618f,-0.06386217221781741f,-0.060845542639147224f,0.9966795664455672f,-0.05410787161609551f,2.039113015642278f,0.07948275326632294f,-0.04919814450116505f,-0.9956214313235967f,-0.29115654216063674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,0.05180699306038096f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,1.5259500006621987f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.2407365385866635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.04266369880282453f,-0.6948252022624373f,0.06780588011144016f,-0.01562768315700157f,0.9988563963341586f,-0.04518489815726774f,1.151378852036889f,0.6959583524994288f,-0.021580275874051244f,-0.7177578026601177f,-0.23264393513389428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8288910413154895f,0.06815555263006809f,-0.5552427057356211f,0.20389135506791767f,-0.023469034456956524f,0.9874397878199508f,0.15624298336804995f,0.5052570485691359f,0.5589175664161771f,0.1425394193750647f,-0.8168804489493171f,-0.26894740648066595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8288910413154895f,-0.14857360098763286f,-0.5393195033711382f,0.14718546950467262f,-0.023469034456956524f,0.972473111734072f,-0.23183022101509815f,0.8552589151898595f,0.5589175664161771f,-0.17950468529767888f,-0.8095611291975422f,-0.3383472553961886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.788024097315077f,0.24897247993655408f,-0.5630548164122213f,0.0569156491925831f,0.2541258168035391f,0.9645723285768462f,0.07085402019486675f,0.6981379804008704f,0.5607477965045355f,-0.08725208982071819f,-0.8233765733473507f,0.041916997197047945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.788024097315077f,-0.31888244293262225f,-0.526623214110507f,-0.07499403540494115f,0.2541258168035391f,0.6106418871790054f,-0.7500243695083493f,0.8683089226441071f,0.5607477965045355f,-0.7248658311796643f,-0.40016426065245037f,-0.22057683825519775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8528606607978209f,0.004491455021044859f,-0.5221192584987636f,0.06386762518709627f,0.22896414872770984f,0.9019090472870437f,-0.3662451214953889f,1.0639275708243767f,0.46925910951296396f,-0.4319026478890479f,-0.7702311282242034f,-0.23961185468687335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8039411703375325f,-0.308640505296108f,-0.5083499120948897f,0.0484574799781015f,-0.10654030968636909f,0.9157044472180748f,-0.3874719702855583f,1.0481071226591108f,0.5850878199452211f,-0.25734491220073324f,-0.7690551599957871f,-0.251944112975112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.82356629962394f,-0.22222218604535215f,-0.5218772366686977f,0.05970095919874592f,-0.03420251742634224f,0.9378426678184081f,-0.3453712759060193f,1.081512120845972f,0.5661878998401783f,-0.2665866284127466f,-0.7799761737553863f,-0.24461035396961234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7818204590285392f,0.3021086931285003f,-0.5454237869589058f,0.06390848954756277f,0.19229263541826605f,0.9489614831257773f,0.24999129166357556f,1.063357257622944f,0.5931107082225898f,0.09056732898741514f,-0.8000107791222463f,-0.2383981933624584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8384947842687925f,0.041335614461801465f,-0.54333954736527f,0.06575936528616573f,-0.09462240810148091f,0.9709251235300945f,0.21988861813006058f,1.0754136494883402f,0.5366312482879729f,0.2357875558105985f,-0.8102043766147873f,-0.2356654888068467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8279624720472092f,0.14807005908823678f,-0.5408820596794467f,0.06575936528616573f,0f,0.9645113492316907f,0.26404139297326806f,1.0754136494883402f,0.5607835098159311f,0.2186163644489356f,-0.7985792010274597f,-0.2356654888068467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8285751592029235f,0.19610887158616935f,-0.5244087299397766f,-0.09371277069244884f,0.2539805819559652f,0.966385877349107f,-0.03990238150168551f,1.1299633731870418f,0.4989559795624855f,-0.16625175651822785f,-0.8505311775081761f,-0.12561757371613014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8119423651485349f,-0.13087967214448265f,-0.5688761790551229f,0.22675942835745816f,-0.1015903306240482f,0.9913511596253926f,-0.08307997973691414f,1.0985828594290266f,0.5748295402992961f,-0.009663836129727224f,-0.8182161144041089f,-0.34345751321850837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8279624720472092f,0.05890984750593082f,-0.5576807103964618f,0.0512955671077611f,0f,0.994467028068483f,0.10504917936204493f,0.9336729741463559f,0.5607835098159311f,0.0869767782311294f,-0.8233813789290225f,-0.24308899898878886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8279624720472092f,0.04916800483074736f,-0.5586238915249132f,0.06875000000000003f,0f,0.9961489268974284f,0.08767733710088237f,1.15625f,0.5607835098159311f,0.07259354476856306f,-0.8247739280411694f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8293615461615967f,-0.5541334893579042f,-0.07138278308163615f,-2.332416084886202f,0.2888790155942103f,0.5346622815917889f,-0.7941568856292708f,1.2706186807331425f,0.47823460780015303f,0.6380221944533719f,0.6035058734487493f,-0.10821945267510158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5898540434241443f,-0.5541334893579042f,-0.5873740575035826f,-2.261629869957848f,-0.2886256215669211f,0.5346622815917889f,-0.7942490133567502f,1.270631319266857f,0.7541667309231407f,0.6380221944533719f,0.15543558586632328f,-0.04675097200098377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7550529592357722f,-0.5541334893579042f,-0.3504726875540197f,-2.244452074288922f,0.00013481102628898345f,0.5346622815917889f,-0.8450658119158827f,1.3973848717873822f,0.6556637938572566f,0.6380221944533719f,0.4037730412120315f,-0.13805116851984742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.08680369003496477f,0.5412399217800566f,0.8363757926122876f,1.2473116931330914f,-0.2551853883250866f,0.8236145602122507f,-0.5064972594118904f,2.402495617430587f,-0.9629878176704463f,-0.16946505031391973f,0.20960930260943117f,-0.32387532984069317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.47063015048086343f,0.5412399217800566f,0.6968260963324194f,1.2664558052212649f,0.12970139309284817f,0.8236145602122507f,-0.552120100010999f,2.408754382569413f,-0.872745558618395f,-0.16946505031391973f,-0.45781741626325917f,-0.23231445756824012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2042038622738503f,0.5412399217800566f,0.8156961013171271f,1.134529333979609f,-0.06676016148081149f,0.8236145602122507f,-0.5632070108276681f,2.49010605162415f,-0.9766493042394995f,-0.16946505031391973f,-0.13205200964242186f,-0.25828709225810337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012936913625737645f,0f,-0.000008762242340873922f,0.4483128438564519f,0f,0.000015625f,0f,1.3223725f,0.000008762242340873922f,0f,-0.000012936913625737645f,0.34202165451455274f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112.mcfunction new file mode 100644 index 000000000..071bc8c58 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..586d5ffd3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1962564619009722f,-0.06996119852787226f,-0.7896412326538554f,-0.1463442361029671f,-0.13412591184794037f,0.804682451963346f,-0.03795834187185014f,1.261934744130291f,0.7813053726792842f,0.12056544549432636f,-0.20486662104814402f,-0.4948333113023037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2038435786368108f,0.010254736725778854f,-0.7735261054568381f,-0.1463442361029671f,0.18026689757932848f,0.7785378728375505f,-0.03718368183364912f,1.261934744130291f,0.7522975748237278f,-0.18377600749898537f,-0.2006856695981819f,-0.4948333113023037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7806577095205928f,0.10229512773020408f,-0.2169186295668661f,-0.20019997412676757f,0.11304336110373876f,0.808399874481704f,-0.025598552552423604f,1.2607724963474576f,0.21151639066719102f,-0.054495818418211765f,-0.7869151585136087f,-0.4401006128163053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448623643923955f,-0.20006830726143315f,-0.21249171875937906f,-0.20019997412676757f,-0.20074069330299377f,0.773998941601572f,-0.025076133112578225f,1.2607724963474576f,0.2118566311541928f,0.029971833931061342f,-0.7708556654827188f,-0.4401006128163053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4360328580690764f,0.5861278523610562f,0.18886508738401914f,0.32115023751176225f,-0.23144901184367983f,0.06964128359055671f,1.5436928763638327f,1.4667980852036024f,0.570655093259091f,-1.4467240518863556f,0.1508261656045895f,0.0912601531142751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9151254726362582f,0.03476079248831275f,0.40166784366917996f,0.10016008287219033f,-0.07322581881355089f,0.9940363726718895f,0.08080636895936699f,1.5097611265209654f,-0.39646355291672053f,-0.10336042332970967f,0.9122133928515596f,0.19915092472916174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8304597814443575f,0.03476079248831275f,-0.5559930203779306f,-0.12716585394177846f,0.02880719657813364f,0.9940363726718895f,0.10517525959378993f,1.499145830990131f,0.5563332605810105f,-0.10336042332970967f,0.8245058678144168f,-0.003576762581783799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8224896531470166f,0.4704451253500592f,-0.3196750764455484f,0.4266720685658283f,0.555281732983141f,0.7858648981377813f,-0.27217376598440624f,1.2930296806669044f,0.12317859993253666f,-0.4013698368204337f,-0.9075953319676113f,-0.6659896144357389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4903859896440366f,0.4704451253500592f,-0.7336231765662844f,0.2628764198418607f,0.6109726254910534f,0.7858648981377813f,0.09554482076734307f,1.4883328711188013f,0.6214772981062204f,-0.4013698368204337f,-0.6728062291843994f,-0.45222153944930704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.2834445229556639f,-0.654100415746606f,0.1049636926025941f,-0.01513443590133862f,0.9232681350649382f,-0.38385791593200086f,1.1582804717527957f,0.7127124948556711f,-0.25929742223968766f,-0.6517712378560886f,0.023354878764527128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.04263520868058576f,-0.7115970702962524f,0.0925221092856327f,-0.01513443590133862f,0.9988753929510453f,-0.044932151148625796f,1.3452887819864379f,0.7127124948556711f,-0.02074098208035452f,-0.7011495641722579f,0.01508375984838406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.31170620598625265f,-0.6411141806442144f,0.3356758886298142f,-0.01513443590133862f,0.9056457412515365f,-0.4237649586774527f,1.1649999846579009f,0.7127124948556711f,-0.2874804906469493f,-0.6398405013548253f,-0.18795257101008778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.10449274003836212f,-0.7051733253269878f,0.3116761665893276f,-0.01513443590133862f,0.9911582755055318f,-0.13181889753312523f,1.3500182932056062f,0.7127124948556711f,-0.08177126742429504f,-0.6966737826992123f,-0.20763889479401315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,0.35702971913290005f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.027661793206299f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.2771122353858808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,0.3821155372255471f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.8967860150738227f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.36690391055034977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,-0.2272827436783872f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.0435018832155962f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.2180843830456058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,-0.2767900059446278f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.914648244233243f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.30034058769855027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9789941471855123f,0.17664457823953694f,-0.10181921604042798f,0.2591017228794061f,0.1827762358608579f,0.9816513370194311f,-0.05434611423551482f,2.1357051063468075f,0.09035102313226638f,-0.07181466080501721f,-0.9933173446147071f,-0.2950076064148361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9945744047851699f,0.021321364664053558f,-0.10181921604042798f,0.14475652171487835f,0.026961855334974125f,0.9981580827826806f,-0.05434611423551482f,2.148869529026611f,0.1004729401536596f,-0.05679648919137651f,-0.9933173446147071f,-0.28400698956162435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9598731894702437f,0.2612973543324427f,-0.10181921604042798f,0.12244912643512866f,0.26763726849891323f,0.9619858587203564f,-0.05434611423551482f,2.145160033545809f,0.08374815010889602f,-0.07941599486831875f,-0.9933173446147071f,-0.2815174345590355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993638974736625f,-0.04810857646263576f,-0.10181921604042798f,0.15161186278320532f,-0.042731810483640234f,0.9976073838140388f,-0.05434611423551482f,2.1543580005452228f,0.10419011592823435f,-0.04964949778646406f,-0.9933173446147071f,-0.2850099747191846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9889314695310505f,0.10792310140127236f,-0.10181921604042798f,0.20813546955311638f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.2556459425985493f,0.09514047008183117f,-0.06533715512780762f,-0.9933173446147071f,-0.32780575960008684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9889314695310505f,0.10792310140127236f,-0.10181921604042798f,0.18385277173783013f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.0324437129840103f,0.09514047008183117f,-0.06533715512780762f,-0.9933173446147071f,-0.31310489969633015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9856649397358099f,-0.1345268516710112f,-0.10181921604042798f,-0.1292562569886525f,-0.12951641555052432f,0.9900868638510686f,-0.05434611423551482f,2.146233078533712f,0.10812087993789886f,-0.040379799517103465f,-0.9933173446147071f,-0.2557752796208363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.021321364664053544f,-0.10181921604042798f,-0.014481328718959158f,0.026961855334974152f,0.9981580827826806f,-0.05434611423551482f,2.1531862979547f,0.10047294015365958f,-0.05679648919137651f,-0.9933173446147071f,-0.26792061639551396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9701893993828428f,-0.21992129630863627f,-0.10181921604042798f,0.0076418634029593036f,-0.21531532249091906f,0.9750311850233983f,-0.05434611423551482f,2.148272336458879f,0.11122877876606371f,-0.030802786591428148f,-0.9933173446147071f,-0.26991948551436024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9906643683078709f,0.09064743024531567f,-0.10181921604042798f,-0.021094395399027133f,0.09652416570459277f,0.9938458559065048f,-0.05434611423551482f,2.1590398836966f,0.09626627031416085f,-0.06366677381011171f,-0.9933173446147071f,-0.26756300900297547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9926480282784289f,-0.06544264053245068f,-0.10181921604042798f,-0.0795154235782637f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.2634438526697016f,0.1050407504836987f,-0.047823567677541194f,-0.9933173446147071f,-0.298746967385362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9926480282784289f,-0.06544264053245068f,-0.10181921604042798f,-0.06479082945846232f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.039184176817754f,0.1050407504836987f,-0.047823567677541194f,-0.9933173446147071f,-0.2879866646579152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,0.051785622250619834f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.525956243544618f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.24039641444733262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.04263520868058576f,-0.7115970702962524f,0.06777382550583949f,-0.01513443590133862f,0.9988753929510453f,-0.044932151148625796f,1.151377971187976f,0.7127124948556711f,-0.02074098208035452f,-0.7011495641722579f,-0.23261854616719968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8148748187882437f,0.07666060234007482f,-0.5745451955709698f,0.20164886670819543f,-0.01738599476176409f,0.9875369849125917f,0.15642388121988077f,0.5053317622518292f,0.5793761790848593f,0.1374549216237977f,-0.8033862007966185f,-0.27043130465926857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8148748187882437f,-0.1490437660379885f,-0.5601472891213884f,0.14465597772566427f,-0.01738599476176409f,0.972226035727744f,-0.23339722071879798f,0.8552355582919335f,0.5793761790848593f,-0.18045080010442938f,-0.794833788820468f,-0.3400900962591088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7776887545687498f,0.2359270113500014f,-0.5826994476853082f,0.06511706144665472f,0.24100130974869374f,0.9679773171544857f,0.07027291209149272f,0.6975051683051269f,0.5806191262064324f,-0.08578087659764749f,-0.8096437929691167f,0.04105659966335082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7776887545687498f,-0.3419972693683999f,-0.5274827663174078f,-0.07460527504959824f,0.24100130974869374f,0.6127731796400032f,-0.7526137116830218f,0.8682713822239363f,0.5806191262064324f,-0.7124232576624926f,-0.3941250210591056f,-0.21697033108780792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8381139102023154f,0.005339263425536119f,-0.5454691245079397f,0.0634775308040825f,0.22835240665190806f,0.911554430136874f,-0.3419410757339936f,1.0637884371330761f,0.4953990834687394f,-0.41114475937790074f,-0.7652056814572283f,-0.23975888817603247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7903235429899745f,-0.29822950971658985f,-0.5352082369788198f,0.0468945637135974f,-0.10723902865952711f,0.9273869521579504f,-0.3584037272397552f,1.0513160399445949f,0.6032317035169281f,-0.22585969206874912f,-0.7649175846917593f,-0.25273088246560294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8095791425949667f,-0.21734797362013533f,-0.5452902623726374f,0.059402256298704964f,-0.03419887899761388f,0.9448130637891162f,-0.32582005949408654f,1.0815036820791222f,0.5860136931424942f,-0.2451288087040046f,-0.7723340071451277f,-0.24435505333923255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7711691251550264f,0.2889402412350779f,-0.5672845118656477f,0.06385780679179039f,0.18537796231527007f,0.9543759231053814f,0.2340974337419991f,1.0633101159606402f,0.6090428486530889f,0.07536666631718789f,-0.7895483988412391f,-0.2381086019244982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.82429852854094f,0.04742226068607057f,-0.5641658134242657f,0.0656777148733818f,-0.0924480899612505f,0.9718365108009254f,0.2167651884800682f,1.0754108682392391f,0.5585564309071712f,0.23083527777552834f,-0.7966993084134925f,-0.23555718489340743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8141155183563193f,0.14559264652731227f,-0.562155409160665f,0.0656777148733818f,0f,0.968060182287918f,0.25071793607295656f,1.0754108682392391f,0.5807029557109396f,0.20411336248726158f,-0.7881128171034413f,-0.23555718489340743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8170910195239032f,0.18511687568508178f,-0.545979860571782f,-0.09202295380269868f,0.2461813652070874f,0.9683944480478929f,-0.04008651163161858f,1.1315496162555783f,0.5213031759333173f,-0.16716439610937248f,-0.8368387320357642f,-0.12299802235976438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7976936750495089f,-0.12369713085088099f,-0.5902404769289112f,0.22400857080159714f,-0.10174962974679769f,0.9923125076976385f,-0.07044785243862361f,1.0985806187243043f,0.5944172050272419f,0.0038609436779788453f,-0.8041475483277415f,-0.34723285748371935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8141155183563193f,0.060699987575448755f,-0.5775218041596021f,0.05108119371414305f,0f,0.9945218953682734f,0.10452846326765348f,0.9336627471451256f,0.5807029557109396f,0.0850982440561352f,-0.809655708364451f,-0.24256723082087983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8141155183563193f,0.05061159742074739f,-0.5784932056454437f,0.06875000000000003f,0f,0.9961946980917455f,0.08715574274765818f,1.15625f,0.5807029557109396f,0.07095484268473976f,-0.8110175630207784f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8337872951854481f,-0.5364629298501508f,-0.1304080951625569f,-2.235811845213493f,0.21828576865292545f,0.5372996083468239f,-0.8146535791819436f,1.234375f,0.5070996643569543f,0.6507815730081346f,0.5650958101438395f,0.01578263540888488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6568769314020342f,-0.5364629298501508f,-0.5298303708626368f,-2.1634720405208943f,-0.21828576865292545f,0.5372996083468239f,-0.8146535791819436f,1.234375f,0.7217090966556043f,0.6507815730081346f,0.23583749497823592f,0.07541496855992527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7716245833877197f,-0.5364629298501508f,-0.3417645786331875f,-2.1483772560722154f,0f,0.5372996083468239f,-0.8433914458128857f,1.3608837168719328f,0.6360782202777642f,0.6507815730081346f,0.4145935864450029f,-0.01659023598234536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.011443791260645625f,0.5350818608141106f,0.8447227011684317f,1.2415819348485004f,-0.20953989481146124f,0.824738288739458f,-0.5252616372528193f,2.4018850493443664f,-0.9777331292965297f,-0.18301409048163286f,0.10268286400951318f,-0.3556166554957582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.43227196453154126f,0.5350818608141106f,0.72582942273495f,1.2631148263880774f,0.08116394661336505f,0.824738288739458f,-0.5596598689000788f,2.408114950655634f,-0.8980831600972066f,-0.18301409048163286f,-0.3999405958826835f,-0.2645859715941381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.22968417642215422f,0.5350818608141106f,0.8129776019848183f,1.1304017403205662f,-0.06645228065352385f,0.824738288739458f,-0.5615966964673633f,2.489239504470105f,-0.9709939616172811f,-0.18301409048163286f,-0.1538719246255102f,-0.2870205248511216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012720554974317492f,0f,-0.000009073483682983432f,0.46210740329753425f,0f,0.000015625f,0f,1.3223725f,0.000009073483682983432f,0f,-0.000012720554974317492f,0.3326456424528133f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113.mcfunction new file mode 100644 index 000000000..1c4075c03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..cab525c04 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.23742253513869668f,-0.08045751535712284f,-0.777239713650375f,-0.1396934899398364f,-0.1315700557256301f,0.8048441114870581f,-0.0431244835958274f,1.2706607080873866f,0.7702365251590666f,0.11268091618198064f,-0.24694766830994874f,-0.49200272903366427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.24503468954254465f,0.01618738187024253f,-0.7613776786779185f,-0.1396934899398364f,0.18264061276057403f,0.7777260558236823f,-0.04224439209387174f,1.2706607080873866f,0.739324291154586f,-0.18676228409699233f,-0.24190791997709266f,-0.49200272903366427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7880233904301672f,0.10035626857823224f,-0.18945236851631628f,-0.19520876983650415f,0.11042735560652939f,0.8085721399630837f,-0.031005451999814488f,1.2695160910133736f,0.18376446803758756f,-0.05553519854126221f,-0.7937826569372057f,-0.4403553131744312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7508016615942397f,-0.2045842220426031f,-0.18558599364863637f,-0.19520876983650415f,-0.20317282105630108f,0.7731741748322465f,-0.030372687673287664f,1.2695160910133736f,0.18713008772336193f,0.018627706882428742f,-0.7775830108772628f,-0.4403553131744312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1819086090714115f,1.0137701728068624f,0.12949257326204489f,0.29531979521834567f,-0.15987878123833013f,-0.012134821610404816f,1.5542515148502285f,1.499027790402431f,1.0094241254857286f,-1.1889192709480443f,0.09455237731407963f,0.16420719076170853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9765606370010673f,-0.027234007393993204f,0.21351260173894565f,0.055134098073557625f,0.018683490057805965f,0.9989444460269697f,0.041963328646931815f,1.5187904337028961f,-0.21443005726653547f,-0.03699057438232698f,0.9760386508471559f,0.22934824642594712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7431886249754455f,-0.027234007393993204f,-0.6685274688061598f,-0.1439247544722086f,0.044981217323241535f,0.9989444460269697f,0.009310415672238215f,1.507136535937039f,0.6675682420511225f,-0.03699057438232698f,0.7436291680748139f,-0.0026442932981437794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8582910406703856f,0.3943114405190444f,-0.3284128154940711f,0.44664003128759555f,0.4923466013104676f,0.8131818820113019f,-0.3103708281178956f,1.311036806554044f,0.14467658304984332f,-0.4280814345943457f,-0.8920846213631692f,-0.6410891689298273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.540236415970264f,0.3943114405190444f,-0.743413144042665f,0.26716199329585916f,0.5819487846959037f,0.8131818820113019f,0.008416576472502109f,1.4971535387221677f,0.6078488519776647f,-0.4280814345943457f,-0.6687795290714887f,-0.43217873676491214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7320685066262304f,-0.27889768894817285f,-0.6215237571528615f,0.09133754262821545f,-0.015093828466527825f,0.9187704954928438f,-0.39450342578240966f,1.1711701659639262f,0.6810637840527598f,-0.2794223607931234f,-0.6768125784443827f,0.03921854991732469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7320685066262304f,-0.054444056969763774f,-0.6790519466629295f,0.07688520727974145f,-0.015093828466527825f,0.9978528894160201f,-0.06373215378694426f,1.3578692567682615f,0.6810637840527598f,-0.03640680904408946f,-0.7313184438443784f,0.027821532947530564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7320685066262304f,-0.3042661363174101f,-0.6095062098916763f,0.3305136894460153f,-0.015093828466527825f,0.9017379250850431f,-0.43201954910113016f,1.1780179243942748f,0.6810637840527598f,-0.3070681239624133f,-0.6647264770549913f,-0.16238270932201992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7320685066262304f,-0.11016223328165589f,-0.6722648168426182f,0.30565661560043844f,-0.015093828466527825f,0.9892189569471751f,-0.14566410525097048f,1.3625860781640515f,0.6810637840527598f,-0.09648905417061976f,-0.7258388143913187f,-0.18501089956895686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9952750368571754f,0.016344950607895287f,-0.09571020634484834f,0.34939829166605746f,0.021834338432623876f,0.9981586759265086f,-0.056590806124746956f,2.0402891094002666f,0.09460899890685703f,-0.05841318568837449f,-0.9937992941553029f,-0.26596980337936504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9952750368571754f,0.016344950607895287f,-0.09571020634484834f,0.3757051548773851f,0.021834338432623876f,0.9981586759265086f,-0.056590806124746956f,1.9093950991440347f,0.09460899890685703f,-0.05841318568837449f,-0.9937992941553029f,-0.355384676454385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9952750368571754f,0.016344950607895287f,-0.09571020634484834f,-0.2353257924875331f,0.021834338432623876f,0.9981586759265086f,-0.056590806124746956f,2.0531167832294335f,0.09460899890685703f,-0.05841318568837449f,-0.9937992941553029f,-0.21038701652158653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9952750368571754f,0.016344950607895287f,-0.09571020634484834f,-0.28366455704049365f,0.021834338432623876f,0.9981586759265086f,-0.056590806124746956f,1.923860348355648f,0.09460899890685703f,-0.05841318568837449f,-0.9937992941553029f,-0.2927062146785922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9796200174877997f,0.17659042368891226f,-0.09571020634484834f,0.2514972790366603f,0.18247290443676162f,0.9815809288125781f,-0.056590806124746956f,2.147426196783373f,0.08395391881035386f,-0.07290200582155959f,-0.9937992941553029f,-0.2846535035288206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9951840979473074f,0.021169969159888474f,-0.09571020634484834f,0.1370803246875128f,0.026673272694231615f,0.9980410899286314f,-0.056590806124746956f,2.160556200086479f,0.09432469303731279f,-0.058871174778824586f,-0.9937992941553029f,-0.2743819799940419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9605013980271584f,0.26129795404729245f,-0.09571020634484834f,0.1147599649880567f,0.26732895486290015f,0.9619421555135531f,-0.056590806124746956f,2.1568407640568736f,0.07728062033772726f,-0.07994165783018421f,-0.9937992941553029f,-0.2720207932168456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942366219003513f,-0.04830213322001843f,-0.09571020634484834f,0.14393893379924622f,-0.043011529142622296f,0.9974705454413001f,-0.056590806124746956f,2.166045960886774f,0.09820156838356128f,-0.05214800958263828f,-0.9937992941553029f,-0.27535512305032206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9895520376142489f,0.10782542026310245f,-0.09571020634484834f,0.2006728220141867f,0.11355678532416105f,0.991918513371433f,-0.056590806124746956f,2.2672681788062374f,0.08883479813862673f,-0.0668680908662094f,-0.9937992941553029f,-0.3180279839660067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9895520376142489f,0.10782542026310245f,-0.09571020634484834f,0.1764121024549887f,0.11355678532416105f,0.991918513371433f,-0.056590806124746956f,2.0440865132976653f,0.08883479813862673f,-0.0668680908662094f,-0.9937992941553029f,-0.3029826635211096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9848903178835214f,-0.1443281612878189f,-0.09571020634484834f,-0.13813288249258251f,-0.13937548721193857f,0.9886212390124876f,-0.056590806124746956f,2.155973901182f,0.10278878977656523f,-0.042396080393018315f,-0.9937992941553029f,-0.24761598308361665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.995342582439893f,0.011519547877898356f,-0.09571020634484834f,-0.023368248329987594f,0.016994890968330276f,0.9982528008190741f,-0.056590806124746956f,2.1640761200227394f,0.09489108105011373f,-0.05795382363194805f,-0.9937992941553029f,-0.2591300362527885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9685634847810144f,-0.22961779624037099f,-0.09571020634484834f,-0.0011855570605439208f,-0.22500913978673054f,0.9727118626163592f,-0.056590806124746956f,2.1593843762991245f,0.10609270927492424f,-0.03327611718828682f,-0.9937992941553029f,-0.2609992269537251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.992114414895724f,0.08092307555661653f,-0.09571020634484834f,-0.030042205253134613f,0.08658808755842694f,0.9946356035026725f,-0.056590806124746956f,2.169862758184292f,0.09061727676933105f,-0.06443191823415353f,-0.9937992941553029f,-0.2588167986828211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9925589981629831f,-0.07527410954054471f,-0.09571020634484834f,-0.08934333140592769f,-0.07007324402801857f,0.9959353498764572f,-0.056590806124746956f,2.273630551628024f,0.09958100038202662f,-0.04946298918723986f,-0.9937992941553029f,-0.29045958636152425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9925589981629831f,-0.07527410954054471f,-0.09571020634484834f,-0.07240665675930516f,-0.07007324402801857f,0.9959353498764572f,-0.056590806124746956f,2.0495450979058214f,0.09958100038202662f,-0.04946298918723986f,-0.9937992941553029f,-0.27933041379439527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9952750368571754f,0.016344950607895287f,-0.09571020634484834f,0.04661687960957194f,0.021834338432623876f,0.9981586759265086f,-0.056590806124746956f,1.537027946880806f,0.09460899890685703f,-0.05841318568837449f,-0.9937992941553029f,-0.23016355305010727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7320685066262304f,-0.046539421650484844f,-0.6796394513552604f,0.06406916272850376f,-0.015093828466527825f,0.9985268833113906f,-0.052117556031182316f,1.1625803656390343f,0.6810637840527598f,-0.027895260114915124f,-0.7316925423392378f,-0.2197028305070141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8348620335697854f,0.05974265365967407f,-0.5472076390525106f,0.20440031382832918f,-0.033786593920843655f,0.9866570711780858f,0.15926798160807404f,0.5185256443411506f,0.5494213783381116f,0.1514550732989226f,-0.8217040281007922f,-0.25511432655832283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8348620335697854f,-0.15549274590602785f,-0.5280410882443959f,0.14531659398312805f,-0.033786593920843655f,0.9719400497443608f,-0.23278961698099337f,0.8682107199878308f,0.5494213783381116f,-0.17650650320464986f,-0.8166894167010593f,-0.3233899494750078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7955854758621325f,0.24602965017078862f,-0.5536363082693039f,0.04673236792753557f,0.2446417806228139f,0.9664762451407745f,0.07793629932380197f,0.6985538428029501f,0.5542509808479578f,-0.07343758448798315f,-0.8291035951035597f,0.0524369247615418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7955854758621325f,-0.29716580380097213f,-0.5279547666690267f,-0.07767218084741838f,0.2446417806228139f,0.6396541067075827f,-0.7286926807274955f,0.8824708026465984f,0.5542509808479578f,-0.7088971073600504f,-0.4362003454900397f,-0.20731584005839757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8543693028032248f,0.018938475466782817f,-0.5193211227887093f,0.059280020710701924f,0.22507116336385474f,0.91422905173092f,-0.3369394788285038f,1.075941090205361f,0.4683973375773743f,-0.40475495687906876f,-0.7853517422354459f,-0.22734743119034187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8101005898151706f,-0.28980201790956706f,-0.509658537450964f,0.04401490454201219f,-0.11066102025068639f,0.9292482364059806f,-0.3524937641057664f,1.064255622140789f,0.5757527012339498f,-0.22915607247445463f,-0.7848543313697725f,-0.24017575789683962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8299081766709266f,-0.20484153838432928f,-0.5189338709769091f,0.05565261846847943f,-0.03242961625394605f,0.9462953224117717f,-0.3216729437973026f,1.0926984032064029f,0.5569566754105385f,-0.2501301799742329f,-0.7919811580976519f,-0.23177681979405224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7916759166174814f,0.2874227833022841f,-0.5391079545755549f,0.05989704473214708f,0.18428095016641377f,0.953665956244648f,0.23782719631224808f,1.0749617552423067f,0.5824858577284382f,0.08893473752560958f,-0.807960913663289f,-0.22537094111148856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8434343213569486f,0.03835124763545086f,-0.5358616681214918f,0.0615501326893034f,-0.0965977833393319f,0.9703661784434734f,0.2214911916689613f,1.0863816433107045f,0.5284765026101645f,0.23857632224890507f,-0.8147354936733243f,-0.22287602654652217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8336181374760064f,0.140026274017947f,-0.5342971490244776f,0.0615501326893034f,0f,0.9673316952054511f,0.25351408531075337f,1.0863816433107045f,0.5523411996864204f,0.21133393962068367f,-0.8063852460786762f,-0.22287602654652217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8316574098630701f,0.19498092649404142f,-0.519931140559377f,-0.09903918198934103f,0.24758744413950237f,0.9683067383578315f,-0.032901640616944616f,1.143364129649539f,0.49703763451505184f,-0.15609131543536628f,-0.8535743032222436f,-0.11446507579174305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8172004012827835f,-0.12625727320176833f,-0.5623545190597399f,0.2241338663794968f,-0.11073242113800494f,0.9919276243745503f,-0.06178931065788322f,1.1122144637323579f,0.565616332023902f,0.011776627968774628f,-0.8245844262302751f,-0.3282769105840293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8336181374760064f,0.05720271848673387f,-0.5493711403675675f,0.04706577683736914f,0f,0.994622781497127f,0.10356409863904677f,0.9467806079404759f,0.5523411996864204f,0.08633291101686356f,-0.82913559060284f,-0.2312207670306072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8336181374760064f,0.05080676707873608f,-0.5499995211725562f,0.06493055555555553f,0f,0.9957604493106914f,0.09198438774362751f,1.1692708333333335f,0.5523411996864204f,0.07667985398771356f,-0.8300839711266499f,-0.2184027777777776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8323350575549263f,-0.5300909475254892f,-0.16193189715607875f,-2.2511565125361397f,0.2287272612988431f,0.5946045211817996f,-0.7707978355761603f,1.2728051149305077f,0.5048783931837139f,0.60452382148406f,0.6161564390270867f,0.026917606466484584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6092889603799284f,-0.5300909475254892f,-0.5897207390881511f,-2.180667934530714f,-0.22872726129884322f,0.5946045211817996f,-0.7707978355761603f,1.2728051149305077f,0.7592435727076504f,0.60452382148406f,0.24103971988124998f,0.08872717587748244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7518781653912118f,-0.5300909475254892f,-0.392023993856849f,-2.1571086244548994f,-5.551115123125783e-17f,0.5946045211817996f,-0.8040183227950485f,1.393407863349765f,0.6593020737173105f,0.60452382148406f,0.44707015651949156f,-0.009238132305940228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.011415408185055265f,0.52269623576609f,0.8524425690754355f,1.256053051410478f,-0.1528510786755247f,0.8433914458128859f,-0.5150994242642661f,2.3988194444444444f,-0.9881833009131945f,-0.12441669600825214f,0.0895223410702212f,-0.38172844502352554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4553987504772706f,0.52269623576609f,0.720694542215841f,1.2777617313900929f,0.1528510786755262f,0.8433914458128859f,-0.5150994242642657f,2.3988194444444444f,-0.8770681420570859f,-0.12441669600825214f,-0.463974094042891f,-0.2905264948604799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2315592531158941f,0.52269623576609f,0.8204687424956353f,1.14383708002594f,7.771561172376096e-16f,0.8433914458128859f,-0.5372996083468234f,2.479414385696468f,-0.9728208017391534f,-0.12441669600825214f,-0.1952950932767664f,-0.30683320595048774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013025283398062602f,0f,-0.000008630331245100319f,0.4386484914327365f,0f,0.000015625f,0f,1.3353933333333334f,0.000008630331245100319f,0f,-0.000013025283398062602f,0.35869621434571364f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114.mcfunction new file mode 100644 index 000000000..4fbe27790 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..93075c40c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.27796973091365346f,-0.0903172695346246f,-0.7625746284555011f,-0.13256048221979316f,-0.12904271688431512f,0.8049593818640046f,-0.048299225797918774f,1.2793665747492042f,0.7569843131527562f,0.10405589275660376f,-0.28825607585568863f,-0.4887763023667354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.28542707045500154f,0.022464131230327304f,-0.7470118809360011f,-0.13256048221979316f,0.18497112902902624f,0.7768829458541363f,-0.047313527312246965f,1.2793665747492042f,0.7240974167038596f,-0.18960024063557f,-0.2823732987974093f,-0.4887763023667354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.794371095638597f,0.09876535070175343f,-0.16175417261739897f,-0.1895816103102359f,0.10797503499120263f,0.8086741826027436f,-0.03649524153745828f,1.2782463124612724f,0.15575749958518284f,-0.05688511524984815f,-0.7996550065061981f,-0.4402417632268167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7559500994785513f,-0.20840362914215121f,-0.1584530670537786f,-0.1895816103102359f,-0.20543048523711593f,0.7723472157816921f,-0.035750440689755046f,1.2782463124612724f,0.1622891334427898f,0.006906926570430794f,-0.7833355165775002f,-0.4402417632268167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8066543567803046f,1.3339140935230622f,0.10671546180335159f,0.2562650405380381f,-0.09141762303330882f,-0.06938235257281478f,1.5582795504499194f,1.5306523569822266f,1.3350497432254333f,-0.810719143879069f,0.04222443441534746f,0.23631090742843358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9940953948271359f,-0.10634592824891625f,0.0215612970008231f,0.007319243476261034f,0.1065618431021027f,0.9942642306420579f,-0.009122130257764843f,1.527825307260029f,-0.020467524964298822f,0.011365879228336812f,0.9997259110432235f,0.25478491691941596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6408876989941896f,-0.10634592824891625f,-0.7602325307580634f,-0.1599567665309016f,0.05980047101226011f,0.9942642306420579f,-0.08867098359930728f,1.5151086291570404f,0.7653018103628432f,0.011365879228336812f,0.6435712515679379f,-0.002402591996391451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8880205761336439f,0.31778562329711696f,-0.33231273521930227f,0.46599618938088816f,0.4300663033156088f,0.829739240136975f,-0.3557748840620458f,1.3291943770245176f,0.1626727731235869f,-0.45885192709912237f,-0.8734944063253661f,-0.6147228307153242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5885880420738542f,0.31778562329711696f,-0.7433548374453011f,0.2712323703285096f,0.5520371923686539f,0.829739240136975f,-0.08238769094136061f,1.5059300659216248f,0.5906090542561981f,-0.45885192709912237f,-0.6638040780441327f,-0.41185841539271295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7614151632806498f,-0.27300935039278873f,-0.5879735059714928f,0.07749662778123063f,-0.014959098871731162f,0.9141541560981084f,-0.4050906123936984f,1.1841278761149636f,0.6480919490992364f,-0.2996465809694203f,-0.7001348098945585f,0.05468078109144303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7614151632806498f,-0.06483396917057062f,-0.6450143452419419f,0.06130891890398652f,-0.014959098871731162f,0.9964785454751662f,-0.0825029318790739f,1.370451960067313f,0.6480919490992364f,-0.05317014998367825f,-0.7597037321637072f,0.0399632296434802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7614151632806498f,-0.29560292537772076f,-0.5769452830506852f,0.32473073608982345f,-0.014959098871731162f,0.8977591298660501f,-0.44023263180175387f,1.19104425756813f,0.6480919490992364f,-0.3265692196920684f,-0.6879893678411507f,-0.13687959609303685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7614151632806498f,-0.11462273259186778f,-0.6380506079453845f,0.2992511574291896f,-0.014959098871731162f,0.9870887239600485f,-0.15947437534559927f,1.3751266784647291f,0.6480919490992364f,-0.11188154541342593f,-0.7532989747163182f,-0.16256550445003118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9959073016178893f,0.011598742369504055f,-0.08963322910405691f,0.34208805437767825f,0.01696928003094074f,0.9980906686797331f,-0.05938906153219588f,2.0527965410335463f,0.08877325114811341f,-0.060667011380892207f,-0.9942026069221024f,-0.2553315768697103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9959073016178893f,0.011598742369504055f,-0.08963322910405691f,0.3695816201636558f,0.01696928003094074f,0.9980906686797331f,-0.05938906153219588f,1.921831134928776f,0.08877325114811341f,-0.060667011380892207f,-0.9942026069221024f,-0.3442836917641001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9959073016178893f,0.011598742369504055f,-0.08963322910405691f,-0.2430074853228317f,0.01696928003094074f,0.9980906686797331f,-0.05938906153219588f,2.062765993051724f,0.08877325114811341f,-0.060667011380892207f,-0.9942026069221024f,-0.20317729182019367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9959073016178893f,0.011598742369504055f,-0.08963322910405691f,-0.2902069671581958f,0.01696928003094074f,0.9980906686797331f,-0.05938906153219588f,1.9330732829492743f,0.08877325114811341f,-0.060667011380892207f,-0.9942026069221024f,-0.285471412878475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9801637546543966f,0.1767622649271484f,-0.08963322910405691f,0.24424683362391367f,0.18242073428790764f,0.9814252977543353f,-0.05938906153219588f,2.159036356551756f,0.07747057353380297f,-0.07456196500655644f,-0.9942026069221024f,-0.2748594459883018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9957480226992788f,0.021254635514548675f,-0.08963322910405691f,0.1297657768107243f,0.026646090907821288f,0.9978792137376434f,-0.05938906153219588f,2.1721615976321336f,0.08818084332670453f,-0.06152491576171814f,-0.9942026069221024f,-0.2653223446195798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9610280891589246f,0.2615165311943511f,-0.08963322910405691f,0.10743245528398215f,0.2672634190967374f,0.9617916636065459f,-0.05938906153219588f,2.168446253711186f,0.0706772711716299f,-0.08103023959625946f,-0.9942026069221024f,-0.26308692650829985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948050789863155f,-0.048257010510497425f,-0.08963322910405691f,0.13662868525460298f,-0.043027352803300625f,0.9973071674670074f,-0.05938906153219588f,2.177650622780158f,0.09225780039525618f,-0.05522385947689995f,-0.9942026069221024f,-0.2662689652486001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9901064373032593f,0.10795891371733354f,-0.08963322910405691f,0.19359393358981117f,0.1135155985329957f,0.9917596222170073f,-0.05938906153219588f,2.2787700114833203f,0.08248303886462229f,-0.06897626177861868f,-0.9942026069221024f,-0.30887734754195734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9901064373032593f,0.10795891371733354f,-0.08963322910405691f,0.16930317800341116f,0.1135155985329957f,0.9917596222170073f,-0.05938906153219588f,2.055624096484494f,0.08248303886462229f,-0.06897626177861868f,-0.9942026069221024f,-0.29335768864176814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9840146266083861f,-0.1538866428938464f,-0.08963322910405691f,-0.14662677070256838f,-0.14895306824286403f,0.9870592296470165f,-0.05938906153219588f,2.1656964579866425f,0.09761248937403075f,-0.04508856071666133f,-0.9942026069221024f,-0.2400177287043005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9959729483341169f,0.0019417587456657254f,-0.08963322910405691f,-0.03188604688393789f,0.007290873753504748f,0.9982082861458502f,-0.05938906153219588f,2.174915985574998f,0.08935731277605208f,-0.05980340327053407f,-0.9942026069221024f,-0.25091301363055696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9668580492116462f,-0.239063583414601f,-0.08963322910405691f,-0.009647902425827803f,-0.23441413714385614f,0.9703210559796313f,-0.05938906153219588f,2.1704411877506025f,0.1011707713806298f,-0.03640949611768423f,-0.9942026069221024f,-0.25265060981235926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9934113580464409f,0.07141258953928159f,-0.08963322910405691f,-0.0386186881233141f,0.07690460365518056f,0.9952681152870139f,-0.05938906153219588f,2.1806366655059275f,0.08496796832316211f,-0.06589097622838386f,-0.9942026069221024f,-0.25064775324960015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9923522059989665f,-0.08487039230122947f,-0.08963322910405691f,-0.09876948566883778f,-0.07973645481821079f,0.9950452437670101f,-0.05938906153219588f,2.283751596339806f,0.09422949125411f,-0.05178783030101697f,-0.9942026069221024f,-0.2828166376724686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9923522059989665f,-0.08487039230122947f,-0.08963322910405691f,-0.07967364740106117f,-0.07973645481821079f,0.9950452437670101f,-0.05938906153219588f,2.059866416492229f,0.09422949125411f,-0.05178783030101697f,-0.9942026069221024f,-0.2711643758547398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9959073016178893f,0.011598742369504055f,-0.08963322910405691f,0.04167144824630594f,0.01696928003094074f,0.9980906686797331f,-0.05938906153219588f,1.5480796969628794f,0.08877325114811341f,-0.060667011380892207f,-0.9942026069221024f,-0.220100357449231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7614151632806498f,-0.04980760414147185f,-0.6463483207187808f,0.06034929979935789f,-0.014959098871731162f,0.9981284972421275f,-0.05929357768020252f,1.1737815104970817f,0.6480919490992364f,-0.035478240695655666f,-0.7607352495776003f,-0.20679601718836013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8536036068109026f,0.041953964066132055f,-0.5192309190895277f,0.20711678214211784f,-0.050162526377916294f,0.9854993996832678f,0.16209458402828858f,0.5317900447808924f,0.5185022694133584f,0.1644104562461181f,-0.839121325250491f,-0.23936872527256525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8536036068109026f,-0.1623422940747602f,-0.49498066830328036f,0.14580020454513432f,-0.050162526377916294f,0.9713998498952992f,-0.23209061284501642f,0.8811651323740181f,0.5185022694133584f,-0.1732839034011369f,-0.8373339151349731f,-0.30651310785414665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8125595975838411f,0.255541007651657f,-0.5238756472511028f,0.028080272196408088f,0.24826946806675462f,0.9649024110071925f,0.0855897684209837f,0.6998079385717764f,0.5273605707675127f,-0.060515540490709285f,-0.8474837448346018f,0.06266586041387284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8125595975838411f,-0.2524406617536351f,-0.5253766388675585f,-0.0806854866893731f,0.24826946806675462f,0.6656046760232333f,-0.7037987542485831f,0.8966430879012242f,0.5273605707675127f,-0.7023134111985855f,-0.47817015888736686f,-0.19758647299862836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.869731936361509f,0.03210189945256284f,-0.4924792654766267f,0.05508389974000951f,0.22179305412458078f,0.9168597334933325f,-0.33192780877869543f,1.0880897393039834f,0.44087889495296884f,-0.3979166962444186f,-0.8045421697058373f,-0.2150174394529715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8288971284614315f,-0.2814939095462952f,-0.48341568997782397f,0.04110922237106021f,-0.11406686531713722f,0.9310619130908813f,-0.34657245162919487f,1.0771804882313674f,0.5476479714790474f,-0.2321311975583865f,-0.8038636740486499f,-0.22762080335379373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8491521447278964f,-0.1922484375546653f,-0.49191581938559764f,0.05187975911409842f,-0.030631682383772858f,0.9477562875602098f,-0.3175212109835007f,1.103885677429987f,0.5272592674750759f,-0.2545556081642654f,-0.810678177339052f,-0.21926003292237592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8112707057945028f,0.28531053339944773f,-0.5103310116493139f,0.055906975120129716f,0.18318366235450392f,0.9529404468431797f,0.24155382550626753f,1.086607770715325f,0.5552329130788992f,0.10248123877883156f,-0.825356897307023f,-0.21270249450646292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8614719255216078f,0.028799854707554935f,-0.5069878597234034f,0.05739733580628758f,-0.10073842596542433f,0.9688551840490781f,0.2262109676280888f,1.0973477166234513f,0.4977126591439103f,0.24594755682879074f,-0.8317402889230787f,-0.21027573184004272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8521331347120116f,0.1341324617542077f,-0.505843457434844f,0.05739733580628758f,0f,0.966595131731376f,0.2563081179229488f,1.0973477166234513f,0.5233250621992804f,0.2184086399778183f,-0.823667739599627f,-0.21027573184004272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8455056049970927f,0.20425177953158513f,-0.4933573577810317f,-0.10596467354259734f,0.24888902871948693f,0.9681908073720634f,-0.02570626194729081f,1.1551306629257199f,0.47241350880512567f,-0.14452602214969118f,-0.869446781361583f,-0.1060502268518798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8357976850239256f,-0.12951762444691048f,-0.5335423269678574f,0.22404727725373516f,-0.11972354431590569f,0.9913856154143311f,-0.053111528748339326f,1.1258145140142515f,0.5358250672048521f,0.019487085651204064f,-0.844104111379478f,-0.30914747854631863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8521331347120116f,0.05369296122721511f,-0.5205633358588881f,0.04313368294098601f,0f,0.9947227325043709f,0.10259963664184119f,0.9599036982316314f,0.5233250621992804f,0.08742854999192551f,-0.8476362002182474f,-0.21989972281007575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8521331347120116f,0.05066355493230772f,-0.5208668975155762f,0.0611111111111111f,0f,0.9953027957931658f,0.09681087070317913f,1.1822916666666667f,0.5233250621992804f,0.08249575072649928f,-0.8481304913668595f,-0.20555555555555544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8325892324764633f,-0.5187713064572658f,-0.19409147730097567f,-2.2567320585296518f,0.2357887429029065f,0.6490350587678236f,-0.7232960398139303f,1.3263342041726585f,0.5011974049060115f,0.5564439092009807f,0.6627000356334757f,0.01985739784743712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5582401314100395f,-0.5187713064572658f,-0.6474907623124235f,-2.188160210018955f,-0.2357887429029066f,0.6490350587678236f,-0.7232960398139303f,1.3263342041726585f,0.7954694364987058f,0.5564439092009807f,0.23999698229261535f,0.08378676583919864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7314330507807646f,-0.5187713064572658f,-0.4425856118562429f,-2.156058292495867f,-5.551115123125783e-17f,0.6490350587678236f,-0.7607584981386981f,1.4404479788934632f,0.6819132585787896f,0.5564439092009807f,0.474725693098222f,-0.01938677212141543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.02696104043526465f,0.503015814807496f,0.8638565808930314f,1.2741760415853034f,-0.106529827224185f,0.8606953654141578f,-0.4978502624948334f,2.3951241687214244f,-0.9939439109981171f,-0.07860393125117951f,0.07679143039185118f,-0.40630015175934664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4873353317504529f,0.503015814807496f,0.7137782320029287f,1.2968738052233024f,0.20734671472653474f,0.8606953654141578f,-0.4649847608757756f,2.390153609056353f,-0.8482403045834291f,-0.07860393125117951f,-0.5237459380960111f,-0.3154752236699202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24210947880532335f,0.503015814807496f,0.829673484164804f,1.1610739007795823f,0.05301930309409425f,0.8606953654141578f,-0.5063520923764468f,2.4685917027453557f,-0.9687992329538824f,-0.07860393125117951f,-0.23505205427698045f,-0.32562987957308637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013314580229875182f,0f,-0.000008176954096863758f,0.4147468204733325f,0f,0.000015625f,0f,1.3484141666666667f,0.000008176954096863758f,0f,-0.000013314580229875182f,0.38406307319537575f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115.mcfunction new file mode 100644 index 000000000..2ffd62603 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..90a3431d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.317779930814054f,-0.09949380013427786f,-0.745695208346614f,-0.1249603137879024f,-0.12654295768294552f,0.8050284589095327f,-0.05348368584007365f,1.2880521883125342f,0.7415842769888746f,0.09473441045907133f,-0.32866791148864066f,-0.4851293623009454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.32489632932870754f,0.029082934633307668f,-0.7304769387885198f,-0.1249603137879024f,0.18725936837913143f,0.7760083686498226f,-0.05239218204741909f,1.2880521883125342f,0.7066656239997676f,-0.19226334725723443f,-0.32196040309091334f,-0.4851293623009454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7996933877861051f,0.09754689615675671f,-0.13386386004373824f,-0.183334937789154f,0.10568768732348476f,0.8087058057638751f,-0.04206515085506479f,1.286962749714391f,0.1275344766086407f,-0.058514675239882845f,-0.8045218670130575f,-0.43972829579741074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.760310139720512f,-0.21150154742049507f,-0.13113194453264154f,-0.183334937789154f,-0.20751244640000832f,0.7715183693505032f,-0.0412066783886349f,1.286962749714391f,0.13735747532354892f,-0.00514793098990321f,-0.7881030534005462f,-0.43972829579741074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3589653796787116f,1.5165194266172126f,0.11277825537185185f,0.20398125309917264f,-0.031090184463036408f,-0.10853478953735388f,1.5584158141812272f,1.56107880465994f,1.520389261545271f,-0.36027111756659397f,0.005240727539636373f,0.30480114861262575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9663884745762015f,-0.19762566607284393f,-0.16443056989364008f,-0.04271006668021779f,0.1881434655529182f,0.9795334982510687f,-0.07152735262654186f,1.536836097076898f,0.1752008920525817f,0.03818667193260705f,0.9837918608682893f,0.2751503556407261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5256483802884112f,-0.19762566607284393f,-0.8274284720804783f,-0.17522779722422047f,0.07301026018974807f,0.9795334982510687f,-0.18757299302151437f,1.523062915584124f,0.8475631434926814f,0.03818667193260705f,0.5293188980940661f,-0.002807325535455485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9120378653340979f,0.2423820799174211f,-0.330813934911646f,0.4846478240191437f,0.3696759306016152f,0.8351400049676875f,-0.40728476332463115f,1.3475060921468063f,0.17755742319219353f,-0.4937530753701448f,-0.8512821283404656f,-0.5869398317676029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6351739687196779f,0.2423820799174211f,-0.7333518642478511f,0.2750776498737201f,0.5212940844701054f,0.8351400049676875f,-0.17548119443132834f,1.514662905317844f,0.5699179826583546f,-0.4937530753701448f,-0.6568115358344097f,-0.3912635070954158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7892758735293556f,-0.26576372007265414f,-0.5535460600145365f,0.06345817524049788f,-0.014730160851870858f,0.9094193234099572f,-0.4156194371896649f,1.1971537976755133f,0.6138620511366955f,-0.3198845718407184f,-0.7216974732341314f,0.06972669999024682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7892758735293556f,-0.073728124311755f,-0.6095963903682037f,0.045824174492242555f,-0.014730160851870858f,0.994753047341789f,-0.10123930642543266f,1.3830372483869398f,0.6138620511366955f,-0.07092628912959599f,-0.7862206075170978f,0.05151414198146573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7892758735293556f,-0.2857111209462995f,-0.5435188596838955f,0.31833155361442783f,-0.014730160851870858f,0.8937091876383995f,-0.4484048508791919f,1.204079228477545f,0.6138620511366955f,-0.34590901014330544f,-0.7095916705232159f,-0.11147456294641045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7892758735293556f,-0.1178252914216705f,-0.6026282404317536f,0.29247288497016616f,-0.014730160851870858f,0.9847679896130686f,-0.17324846029536134f,1.3876404236531494f,0.6138620511366955f,-0.12786401892179755f,-0.7789892007206619f,-0.1403177489987516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9964748487957551f,0.007131218600492021f,-0.08358840493004577f,0.33513774113352224f,0.01240309380290052f,0.9979540309728526f,-0.0627209321451088f,2.065173082343838f,0.0829701089645768f,-0.0635365862028083f,-0.9945245412920185f,-0.24517220937478235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9964748487957551f,0.007131218600492021f,-0.08358840493004577f,0.36377773267610974f,0.01240309380290052f,0.9979540309728526f,-0.0627209321451088f,1.934083625066019f,0.0829701089645768f,-0.0635365862028083f,-0.9945245412920185f,-0.3335781909317297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9964748487957551f,0.007131218600492021f,-0.08358840493004577f,-0.2502912325339839f,0.01240309380290052f,0.9979540309728526f,-0.0627209321451088f,2.072459899953042f,0.0829701089645768f,-0.0635365862028083f,-0.9945245412920185f,-0.1964272703580935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9964748487957551f,0.007131218600492021f,-0.08358840493004577f,-0.296386854651078f,0.01240309380290052f,0.9979540309728526f,-0.0627209321451088f,1.9423006747104405f,0.0829701089645768f,-0.0635365862028083f,-0.9945245412920185f,-0.27861049374269753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9806174564997107f,0.17720717414734943f,-0.08358840493004577f,0.23739356947020934f,0.1826542175019121f,0.9811745621955418f,-0.0627209321451088f,2.1705282072147543f,0.07090021746653888f,-0.07677301564415802f,-0.9945245412920185f,-0.26559673526052313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962657378578555f,0.021623092558505044f,-0.08358840493004577f,0.12285659271294466f,0.026915923239024614f,0.9976680899713292f,-0.0627209321451088f,2.1836824013604286f,0.08203726376917932f,-0.06473657483344895f,-0.9945245412920185f,-0.2567996472943991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.961441288138199f,0.2619992901219618f,-0.08358840493004577f,0.10051011563230566f,0.26747416079276215f,0.9615215327693171f,-0.0627209321451088f,2.1799739965327665f,0.06393921153227364f,-0.08266023225549154f,-0.9945245412920185f,-0.2546875817843715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953472352808989f,-0.04792556499324775f,-0.08358840493004577f,0.12972509996152085f,-0.04274345052063272f,0.9971153805395038f,-0.0627209321451088f,2.18916839999156f,0.08635322030047016f,-0.0588562495546489f,-0.9945245412920185f,-0.25772291713332873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9905900692520186f,0.10837109052017492f,-0.08358840493004577f,0.1869477568124957f,0.11376600342204937f,0.9915257844031204f,-0.0627209321451088f,2.290145962740361f,0.0760829229502619f,-0.07164025127848973f,-0.9945245412920185f,-0.30032272811269245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9905900692520186f,0.10837109052017492f,-0.08358840493004577f,0.16256426144545638f,0.11376600342204937f,0.9915257844031204f,-0.0627209321451088f,2.0670526612496594f,0.0760829229502619f,-0.07164025127848973f,-0.9945245412920185f,-0.2842036715750323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9830532348522191f,-0.16315427057799892f,-0.08358840493004577f,-0.15469594003743997f,-0.1582124648452561f,0.9854110313155812f,-0.0627209321451088f,2.175408534070403f,0.09260212424224815f,-0.04843328766172986f,-0.9945245412920185f,-0.232949941046869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9964731692847689f,-0.007362163868018495f,-0.08358840493004577f,-0.03999135745192539f,-0.002112359335882441f,0.9980288686249937f,-0.0627209321451088f,2.185709365115656f,0.08388540298290853f,-0.062323157287606006f,-0.9945245412920185f,-0.24324033650379964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9650925888670424f,-0.2482121541648618f,-0.08358840493004577f,-0.01770184980248167f,-0.24349464899691617f,0.967872119952175f,-0.0627209321451088f,2.1814453774689584f,0.09647098436202978f,-0.04017817746142358f,-0.9945245412920185f,-0.244844824925135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9945593693175169f,0.06216622446308123f,-0.08358840493004577f,-0.04678024583305629f,0.06751176083541141f,0.9957450712003305f,-0.0627209321451088f,2.1913653569576583f,0.07933361867232391f,-0.06802289111949697f,-0.9945245412920185f,-0.2430264420631305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.992039633172018f,-0.0941825078089296f,-0.08358840493004577f,-0.10774551501049151f,-0.08908826849948698f,0.9940469632198532f,-0.0627209321451088f,2.293814001424851f,0.08899801476264341f,-0.05477490425558902f,-0.9945245412920185f,-0.2757854977913956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.992039633172018f,-0.0941825078089296f,-0.08358840493004577f,-0.08655445075348238f,-0.08908826849948698f,0.9940469632198532f,-0.0627209321451088f,2.0701534347003845f,0.08899801476264341f,-0.05477490425558902f,-0.9945245412920185f,-0.2634611443338881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9964748487957551f,0.007131218600492021f,-0.08358840493004577f,0.036962293467298776f,0.01240309380290052f,0.9979540309728526f,-0.0627209321451088f,1.5591116362309694f,0.0829701089645768f,-0.0635365862028083f,-0.9945245412920185f,-0.21019101561014536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7892758735293556f,-0.05240860391497987f,-0.6117981151492342f,0.05661551993541623f,-0.014730160851870858f,0.9976802715034341f,-0.06646125347984519f,1.1849815344171817f,0.6138620511366955f,-0.04344437925114111f,-0.7882169549595672f,-0.19389937339096744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8710474626389499f,0.023350005063186047f,-0.49064355197413556f,0.2097748055158261f,-0.06650819767413815f,0.9840644854268186f,0.1649052702729307f,0.545124240624085f,0.4866754333972333f,0.1762721355892638f,-0.8556139063517f,-0.2231929644106573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8710474626389499f,-0.16954558283923019f,-0.4610104263137146f,0.14609996789880458f,-0.06650819767413815f,0.9706071917505289f,-0.2312970794547342f,0.8940988098003544f,0.4866754333972333f,-0.17080976161173456f,-0.8567211027316637f,-0.28946739269868804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8285972433772493f,0.2644333020886585f,-0.4934588503757046f,0.009248755139835044f,0.2518840597941269f,0.9632559766118007f,0.09323274072596388f,0.7012936158316971f,0.49998102832932817f,-0.04704202661593565f,-0.8647577805620561f,0.07171507032778146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8285972433772493f,-0.20803696006710024f,-0.5197568965522857f,-0.08364978052262158f,0.2518840597941269f,0.6905894296724496f,-0.6779680376288468f,0.9107881723999981f,0.49998102832932817f,-0.6926809242867314f,-0.5198193036431286f,-0.187782395826932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8841860494368465f,0.04481388304387179f,-0.46498037148657434f,0.05089583015170615f,0.2185161341578091f,0.9194471716795627f,-0.32690609906084506f,1.1002360697838334f,0.4128749557602021f,-0.39065152550192717f,-0.8227549188725817f,-0.20277024379961844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8466938790969999f,-0.27331836534990034f,-0.45651565828800844f,0.038180085800618616f,-0.11745867943504446f,0.9328279090871684f,-0.34063991347673417f,1.0900922479061292f,0.5189536913107476f,-0.23479600335295298f,-0.8219232951343024f,-0.2150692513975723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8672929977586546f,-0.17959521980149623f,-0.46427191715982435f,0.048089654842307775f,-0.028807525095779832f,0.9491957903469157f,-0.3133647684178137f,1.115067254008004f,0.4969637638064395f,-0.25840454448818473f,-0.8284045562713857f,-0.20680781480724633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8299296734466503f,0.28260337429994764f,-0.48099071713185915f,0.05189390834978391f,0.18208612542724542f,0.9521994053144515f,0.2452772623903379f,1.0982499908777015f,0.5273152568052909f,0.11598114223048918f,-0.8417166949676603f,-0.20010657954663968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8783859369021074f,0.018783434231920984f,-0.4775827974823447f,0.05322635422855268f,-0.10486983622588104f,0.9673036157920539f,0.23092429998935946f,1.1083109335653616f,0.46630511824615867f,0.25292468735588847f,-0.8476960771546382f,-0.19775946117292778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8696385745813792f,0.1279148043618015f,-0.4768296891188186f,0.05322635422855268f,0f,0.9658504980153663f,0.2591000105817618f,1.1083109335653616f,0.49368891986762997f,0.22532336387634364f,-0.8399408503527983f,-0.19775946117292778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8586301884298055f,0.21290676648726323f,-0.4662884389526882f,-0.11279480991556856f,0.2500851909754131f,0.968047054855802f,-0.018501265897203564f,1.166849972695751f,0.4474501053433645f,-0.13249757872861606f,-0.8844392544766805f,-0.0977539932021194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8534284085770671f,-0.13346475987142425f,-0.5038324218488502f,0.22373961413517365f,-0.12871088069089529f,0.9906871687173152f,-0.04441219349057107f,1.1393791368066497f,0.5050677782490077f,0.02694608712471737f,-0.8626589405803887f,-0.28985205202907305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8696385745813792f,0.05017611196872958f,-0.49113247437709584f,0.03928639028473663f,0f,0.9948217482960331f,0.10163507818280185f,0.9730320156151051f,0.49368891986762997f,0.08838578451835884f,-0.8651353671507178f,-0.2086000873751882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8696385745813792f,0.05017611196872959f,-0.49113247437709584f,0.05729166666666667f,0f,0.9948217482960331f,0.10163507818280189f,1.1953125f,0.49368891986762997f,0.08838578451835886f,-0.8651353671507178f,-0.19270833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8344477137468858f,-0.5024520744909962f,-0.22636016845348483f,-2.257448263498936f,0.2392567855444887f,0.7003280986689736f,-0.6725301069733748f,1.3846459925031038f,0.4964405337938412f,0.5070330039103913f,0.7046022490399041f,0.004029373088943897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5039931916465059f,-0.5024520744909962f,-0.7025188791866472f,-2.1908568661343897f,-0.2392567855444886f,0.7003280986689736f,-0.6725301069733748f,1.3846459925031038f,0.8299078583462667f,0.5070330039103913f,0.23274552541502944f,0.07001913212045631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7103082385551622f,-0.5024520744909962f,-0.4929544797244034f,-2.1502093928580024f,5.551115123125783e-17f,0.7003280986689736f,-0.7138210939827292f,1.4917191566005132f,0.7038907630027991f,0.5070330039103913f,0.49744881817624453f,-0.037593070121736585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.03788730174925542f,0.47663608859782647f,0.8782838899879274f,1.2960065058477783f,-0.07189237640450542f,0.8779375082375773f,-0.4733468261692547f,2.390720276537013f,-0.9966925496767165f,-0.04520808197389839f,0.06752918438103273f,-0.42922782490875544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5253306093500607f,0.47663608859782647f,0.7048728891978034f,1.3202582534283662f,0.24321658181321737f,0.8779375082375773f,-0.4123971701657133f,2.382196390129653f,-0.8153977221031394f,-0.04520808197389839f,-0.5771332464113057f,-0.33907096937462605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25868530752627106f,0.47663608859782647f,0.8401785231224395f,1.1821056011697064f,0.09092145501183502f,0.8779375082375773f,-0.470062783730136f,2.4569677508928534f,-0.9616731256973804f,-0.04520808197389839f,-0.27044598099375006f,-0.34358249999262824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001358810272783405f,0f,-0.00000771388937293172f,0.3904261826636212f,0f,0.000015625f,0f,1.361435f,0.00000771388937293172f,0f,-0.00001358810272783405f,0.40873138647050955f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116.mcfunction new file mode 100644 index 000000000..b89ddcaf4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..b73f97c7f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.35673716972156977f,-0.10794328148217924f,-0.7266576113730231f,-0.11690943034656649f,-0.12406989296236667f,0.8050514759084176f,-0.0586790187582371f,1.2967173816622424f,0.7240785163528851f,0.08476327957896446f,-0.3680624037247862f,-0.4810378504531239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3633210857633778f,0.03603998314556856f,-0.7118278642021452f,-0.11690943034656649f,0.18950618186685841f,0.7751021130140063f,-0.05748148776317104f,1.2967173816622424f,0.6870845622439538f,-0.19472502154599838f,-0.3605509260977498f,-0.4810378504531239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8039843168845627f,0.09672323369452107f,-0.10582191980767827f,-0.1764868336338965f,0.10356654880062104f,0.8086667686788848f,-0.04771238464407167f,1.2956649879416482f,0.09913441691782021f,-0.06039137142481806f,-0.8083747238034092f,-0.43878405444541974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7638847678916436f,-0.2138555383096285f,-0.10366228879119505f,-0.1764868336338965f,-0.20941749549834768f,0.7706878810556956f,-0.04673866250847837f,1.2956649879416482f,0.11235823940561547f,-0.017492819331970413f,-0.7918772804604826f,-0.43878405444541974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10925391958115478f,1.552638598765213f,0.1370518612808638f,0.13910014158744238f,0.019149675653000898f,-0.13604067987231286f,1.5564486735328804f,1.5897310311588009f,1.5585580261827083f,0.11051047481697601f,-0.009516510767454914f,0.36692512025233043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8946413423677755f,-0.29543416997915356f,-0.33516491423642963f,-0.09436351378487659f,0.26127960083701035f,0.9544753976093758f,-0.14390860135821015f,1.545790950419231f,0.3624221829756523f,0.041174829291113046f,0.9311040729800353f,0.2901940817215176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.39982087127954913f,-0.29543416997915356f,-0.8676761619970845f,-0.18970645249477006f,0.0843818949488191f,0.9544753976093758f,-0.2861055944284735f,1.531000162808245f,0.9127009185347131f,0.041174829291113046f,0.4065484801825473f,-0.003812592723814179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9308685885458617f,0.1696385020412931f,-0.3235837596107409f,0.5025035270471624f,0.3122741417375836f,0.8291683235252683f,-0.4636429139589554f,1.3659761736435398f,0.18965371407038412f,-0.5326374657189279f,-0.8248204646174989f,-0.5577956332800471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6797435935350289f,0.1696385020412931f,-0.7135624889757533f,0.2786876618480012f,0.48977648957373726f,0.8291683235252683f,-0.26944179616964153f,1.5233524950213433f,0.5459557100250096f,-0.5326374657189279f,-0.646706805904813f,-0.37039736420431424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8155965453064387f,-0.25715035636544753f,-0.518339627566064f,0.04924046483607915f,-0.01440695021029029f,0.9045661357760967f,-0.4260898330079447f,1.2102481115115438f,0.5784416263287426f,-0.34004970258511236f,-0.7414657677208949f,0.08434217657259556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8155965453064387f,-0.08105707231559933f,-0.5729153744767427f,0.030461542686424647f,-0.01440695021029029f,0.9926770726329117f,-0.1199361048833542f,1.3956254619746937f,0.5784416263287426f,-0.0895655095255781f,-0.8107917762493544f,0.06248119493499121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8155965453064387f,-0.27458978192660416f,-0.5093159402038214f,0.3113223167369293f,-0.01440695021029029f,0.8895878665124644f,-0.45653681947838526f,1.2171230845823118f,0.5784416263287426f,-0.3650121633799366f,-0.7295007919905625f,-0.08619862671212741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8155965453064387f,-0.11972659373978001f,-0.5660987705654131f,0.2853354630946867f,-0.01440695021029029f,0.9822570999359801f,-0.18698510478376618f,1.4001276339154094f,0.5784416263287426f,-0.14434864868375963f,-0.8028503923853635f,-0.11828181329274084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9969818988884538f,0.002989211696466435f,-0.07757678713511529f,0.3285844042129517f,0.008170994895249577f,0.9977486737604515f,-0.0665643962767021f,2.07740798020532f,0.07720316140673972f,-0.06699737772998082f,-0.9947617922126439f,-0.2354636900453636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9969818988884538f,0.002989211696466435f,-0.07757678713511529f,0.3583247501652933f,0.008170994895249577f,0.9977486737604515f,-0.0665643962767021f,1.946142571525751f,0.07720316140673972f,-0.06699737772998082f,-0.9947617922126439f,-0.3232430544018041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9969818988884538f,0.002989211696466435f,-0.07757678713511529f,-0.2571424613840149f,0.008170994895249577f,0.9977486737604515f,-0.0665643962767021f,2.0822084397062794f,0.07720316140673972f,-0.06699737772998082f,-0.9947617922126439f,-0.19010683271890402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9969818988884538f,0.002989211696466435f,-0.07757678713511529f,-0.3021757578483073f,0.008170994895249577f,0.9977486737604515f,-0.0665643962767021f,1.9515558556438537f,0.07720316140673972f,-0.06699737772998082f,-0.9947617922126439f,-0.27209595996983904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9809731469811991f,0.177970579028097f,-0.07757678713511529f,0.23097867560621868f,0.18320649793610788f,0.9808183115451632f,-0.0665643962767021f,2.1818944776017637f,0.06424222922494208f,-0.07951045678461942f,-0.9947617922126439f,-0.2568337727660567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9967364720334112f,0.022321456408181284f,-0.07757678713511529f,0.11639451500712503f,0.027517134064530796f,0.9974026210518963f,-0.0665643962767021f,2.1951152469916577f,0.07588947655152184f,-0.06848185235976645f,-0.9947617922126439f,-0.2487825603393254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9617290899906206f,0.2627907904847623f,-0.07757678713511529f,0.09403450666901321f,0.2679932903431297f,0.9611185033487707f,-0.0665643962767021f,2.191421417841133f,0.0570679752302128f,-0.08480697469555586f,-0.9947617922126439f,-0.24679163635124796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9958655381712056f,-0.0472617390789673f,-0.07757678713511529f,0.12327017731833223f,-0.042125186038772425f,0.9968924966361804f,-0.0665643962767021f,2.2005956666002766f,0.0804816661369172f,-0.06302125173078228f,-0.9947617922126439f,-0.24968548264811485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.990998145721891f,0.10910782407126858f,-0.07757678713511529f,0.18078104366155898f,0.11434178931800441f,0.9912089266970284f,-0.0665643962767021f,2.3013905751540262f,0.06963210747443298f,-0.07483546193187991f,-0.9947617922126439f,-0.2923297225093522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.990998145721891f,0.10910782407126858f,-0.07757678713511529f,0.1562317832455236f,0.11434178931800441f,0.9912089266970284f,-0.0665643962767021f,2.078368566647195f,0.06963210747443298f,-0.07483546193187991f,-0.9947617922126439f,-0.2754917435746792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9820227049011431f,-0.17208500561186557f,-0.07757678713511529f,-0.16230064376267617f,-0.1671183130823914f,0.9836872727553273f,-0.0665643962767021f,2.185117688890307f,0.08776603267288896f,-0.05240324668138627f,-0.9947617922126439f,-0.2263794517748522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996852401624896f,-0.016344157135517637f,-0.07757678713511529f,-0.047642894279587025f,-0.011178217051042535f,0.9977195139977356f,-0.0665643962767021f,2.1964596533799847f,0.07848781331033043f,-0.06548770812642288f,-0.9947617922126439f,-0.2360800161908058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9632876155483966f,-0.2570190884523522f,-0.07757678713511529f,-0.025306116532145526f,-0.25221637233512345f,0.9653787249957544f,-0.0665643962767021f,2.19239950141924f,0.09199930030818389f,-0.04455452274116999f,-0.9947617922126439f,-0.23755027158258743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9955642300442579f,0.05323256479052532f,-0.07757678713511529f,-0.05448538155634074f,0.05844640760606305f,0.9960688724110718f,-0.0665643962767021f,2.20205250324474f,0.07372842934940642f,-0.07080321644924348f,-0.9947617922126439f,-0.23592064788226114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9916345901240142f,-0.1031633741565857f,-0.07757678713511529f,-0.11622545066182159f,-0.09809266585667252f,0.9929486442175391f,-0.0665643962767021f,2.3038247603199538f,0.08389677332716615f,-0.058397843960020804f,-0.9947617922126439f,-0.2693304681139989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9916345901240142f,-0.1031633741565857f,-0.07757678713511529f,-0.09301369147658985f,-0.09809266585667252f,0.9929486442175391f,-0.0665643962767021f,2.0804113153710078f,0.08389677332716615f,-0.058397843960020804f,-0.9947617922126439f,-0.25619095322299423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9969818988884538f,0.002989211696466435f,-0.07757678713511529f,0.03250134948800017f,0.008170994895249577f,0.9977486737604515f,-0.0665643962767021f,1.5701238830905169f,0.07720316140673972f,-0.06699737772998082f,-0.9947617922126439f,-0.20041888630557642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8155965453064387f,-0.05431422987063697f,-0.5760661765090553f,0.052869185689489034f,-0.01440695021029029f,0.9971821786099306f,-0.07362161671948302f,1.196180566111793f,0.5784416263287426f,-0.0517461795334868f,-0.8140808423208641f,-0.18101406898051886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8871442252388595f,0.003988971960000226f,-0.46147503911701043f,0.2123506814299061f,-0.08281802812704203f,0.9823529606479333f,0.16770162468917355f,0.5585274652641912f,0.45400032802024765f,0.18699398067569528f,-0.8711583973931293f,-0.206586733778093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8871442252388595f,-0.1770541109490577f,-0.4261771526271472f,0.14620938330339944f,-0.08281802812704203f,0.9695639610510091f,-0.2304059453404485f,0.9070117677577832f,0.45400032802024765f,-0.16910815245610142f,-0.8748063413867047f,-0.2722608887880768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8436857510232336f,0.27267998919721426f,-0.4624283479759535f,-0.009671704413159801f,0.2554852445103676f,0.9615371102603778f,0.10086463914375304f,0.7030366811380677f,0.47214578612737823f,-0.033045560723476974f,-0.8809008727198713f,0.0795629962815301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8436857510232336f,-0.16416904013663142f,-0.5111192422331403f,-0.08656956593975483f,0.2554852445103676f,0.7145743097775319f,-0.6512379332037113f,0.924905991991587f,0.47214578612737823f,-0.6800235893456792f,-0.5609333958462263f,-0.1779040165747667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8977170580869009f,0.05705968750624567f,-0.4368618496521407f,0.04672261975609073f,0.21523843151492536f,0.9219920308708622f,-0.32187437395607904f,1.1123817735134505f,0.3844170927765762f,-0.38298157536925015f,-0.8399694111745337f,-0.1906067179986355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8634729512353774f,-0.26528801978039707f,-0.42899502216909635f,0.03523032043012698f,-0.12083859265938812f,0.9345461163344834f,-0.3346962667378183f,1.102992520066453f,0.48970654172572203f,-0.23716201847077045f,-0.8390123240965558f,-0.20252405943187568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8843144327723177f,-0.1669084004253395f,-0.43603849584414994f,0.04428853891655453f,-0.026959609402822174f,0.9506136777047582f,-0.30920351747915364f,1.1262448896466448f,0.4661128226635924f,-0.2616777056382308f,-0.8451411804666071f,-0.1944228512058597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8476300682261937f,0.2793022142563583f,-0.4511247505406392f,0.04786441568693497f,0.18098836592716153f,0.9514428423466096f,0.24899744807210483f,1.1098902504571695f,0.4987649534980124f,0.12940939246785776f,-0.8570220127296765f,-0.18758605933894543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.894152431417994f,0.008318465037700156f,-0.4476854169265581f,0.04904447455517687f,-0.10899183300401333f,0.9657115640416135f,0.23563097295289065f,1.1192731457376157f,0.43429507218907615f,0.25948406158320636f,-0.8625866982840439f,-0.18532988067537867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8861137176655177f,0.12137748359059534f,-0.4472918352062891f,0.04904447455517687f,0f,0.9650978002744764f,0.2618897399772789f,1.1192731457376157f,0.4634678838549607f,0.23206409110972243f,-0.8551863997120297f,-0.18532988067537867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8710261157324464f,0.22092456577228167f,-0.4387548768394216f,-0.11952472350243734f,0.2511750476406969f,0.9678758631489928f,-0.011287558473195985f,1.1785228494338715f,0.4221665561774651f,-0.12003603530574057f,-0.8985358919227091f,-0.08957670603003365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8700357541828752f,-0.1380823995727892f,-0.47325578429814924f,0.223201971205787f,-0.13768230022375663f,0.9898332582815499f,-0.0356890039763761f,1.152906728492843f,0.47337233827984826f,0.034108235485745236f,-0.8802018277778785f,-0.2703986730492344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8861137176655177f,0.04665750845628788f,-0.4611133876495528f,0.035525197188931504f,0f,0.9949198287790213f,0.10067042416878459f,0.986165557564551f,0.4634678838549607f,0.08920544381916631f,-0.8816121082585189f,-0.19731777931860497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8861137176655177f,0.04933935267817121f,-0.4608341433122055f,0.05347222222222224f,0f,0.9943173181260184f,0.10645689679246825f,1.2083333333333333f,0.4634678838549607f,0.09433291658790838f,-0.8810782153038534f,-0.17986111111111108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8377558634031185f,-0.4811310158824298f,-0.25822094974969945f,-2.2549165747097346f,0.23895379218780471f,0.7482356854138679f,-0.6189058444321776f,1.445468632549602f,0.49098492699141283f,0.4567891249024878f,0.7418069134471966f,-0.016967238275452698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4468685810982337f,-0.4811310158824298f,-0.7542025038298352f,-2.190367509772107f,-0.23895379218780471f,0.7482356854138679f,-0.6189058444321776f,1.445468632549602f,0.8620960250611986f,0.4567891249024878f,0.21939493828368217f,0.0510215895985288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6885233593346987f,-0.4811310158824298f,-0.5426311170642564f,-2.1412473746812823f,0f,0.7482356854138679f,-0.6634330102378381f,1.5449835840852777f,0.7252141639891361f,0.4567891249024878f,0.5151777476952573f,-0.060249486492750554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.04731805286519103f,0.44400054342452555f,0.89477623980064f,1.3216123546787835f,-0.04952047888495918f,0.8957208563468093f,-0.4418505060270305f,2.3855722088166362f,-0.9976516045414104f,-0.023402242287112185f,0.06437088636863697f,-0.4503963869908564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5662555658230508f,0.44400054342452555f,0.694419290928141f,1.3476876262228263f,0.2602549190760524f,0.8957208563468093f,-0.36048789799666786f,2.3749833467389188f,-0.7820626645423839f,-0.023402242287112185f,-0.6227602458288434f,-0.3609703353403251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2781362298031245f,0.44400054342452555f,0.8517650821145635f,1.2068852281336204f,0.11294786216232236f,0.8957208563468093f,-0.43003131041622966f,2.444782474340212f,-0.9538778842723339f,-0.023402242287112185f,-0.29928133411903735f,-0.3607911610477351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013845526838523715f,0f,-0.000007241685685233761f,0.3657108666152568f,0f,0.000015625f,0f,1.3744558333333332f,0.000007241685685233761f,0f,-0.000013845526838523715f,0.4326871492356555f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117.mcfunction new file mode 100644 index 000000000..1bd7aee7e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..a300c8bc0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3947280098889484f,-0.11562488382898078f,-0.7055247188391696f,-0.10842559547205566f,-0.12162269188462424f,0.805028503474771f,-0.0638864137070852f,1.3053619770533336f,0.7045155523281882f,0.07419190843447677f,-0.406322337184411f,-0.47647839614587073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40058336978527476f,0.043329703891937875f,-0.6911262551893906f,-0.10842559547205566f,0.19171234789256428f,0.7741639313950256f,-0.06258260934571612f,1.3053619770533336f,0.665416666095007f,-0.19695873701776995f,-0.3980300445888108f,-0.47647839614587073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8072393962681988f,0.09631439980869416f,-0.07766941448529904f,-0.16905697477836606f,0.10161280400981357f,0.8085567865880513f,-0.053434121758593266f,1.3043526093322126f,0.07059631448072484f,-0.062481226751240716f,-0.8112069410020127f,-0.43737908167147377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7666774345997698f,-0.21544578635253123f,-0.07608432439376234f,-0.16905697477836606f,-0.21114445370238885f,0.7698559372530747f,-0.05234362947780565f,1.3043526093322126f,0.08731397909977286f,-0.030082370570310765f,-0.7946516973080942f,-0.43737908167147377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5510298024714682f,1.4524166276798576f,0.16810219042988447f,0.06287172439979005f,0.05970058679275526f,-0.1571438582363926f,1.5534310083667002f,1.616070872439774f,1.4608929621039508f,0.5542544519060277f,-0.00007627249692081567f,0.42009778810716775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7824713565195617f,-0.3937433064937922f,-0.48239484327444104f,-0.1470365030564701f,0.32402734081393564f,0.9190160597849211f,-0.22453455026442598f,1.5546548078771922f,0.5317375843698529f,0.01938273584234272f,0.8466873395296396f,0.29972165482520635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2659653469485368f,-0.3937433064937922f,-0.8799026325758322f,-0.2033641040354249f,0.09371540275836539f,0.9190160597849211f,-0.3829189276377387f,1.5389211021452756f,0.9594164150713607f,0.01938273584234272f,0.28132623774345f,-0.005371088598617901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9451703609398457f,0.10107119864049927f,-0.3105440413310398f,0.5194736718578777f,0.25879820118496066f,0.8117915333055342f,-0.523467284094124f,1.384608815217756f,0.19918955761854212f,-0.5751340011326249f,-0.7934383409420716f,-0.5273521258445033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7220640926123725f,0.10107119864049927f,-0.6844034328999555f,0.2820519901103795f,0.4575421059158949f,0.8117915333055342f,-0.362835675985008f,1.531999259448708f,0.5189206755120856f,-0.5751340011326249f,-0.6324098459600849f,-0.3492637953145894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8403261821221801f,-0.2471642286548048f,-0.48245388558227603f,0.0348627984293844f,-0.013989424834981062f,0.8995946650331746f,-0.4365017006113916f,1.2234109833165632f,0.5419005477324662f,-0.3600545551959118f,-0.7594106357234713f,0.09851389897689194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8403261821221801f,-0.08675905366922793f,-0.5350932388344862f,0.015251143123688644f,-0.013989424834981062f,0.9902512909243707f,-0.13858815539361188f,1.4082169243936726f,0.5419005477324662f,-0.10897360886488766f,-0.8333477959040962f,0.07287292359032493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8403261821221801f,-0.2622425137461795f,-0.47442678215299494f,0.30371082905254565f,-0.013989424834981062f,0.8853948720672562f,-0.46462911715667754f,1.2301760758877927f,0.5419005477324662f,-0.3838030543144386f,-0.7476891144494221f,-0.06108239865232243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8403261821221801f,-0.12028914170644613f,-0.5285663913147401f,0.2778530750368699f,-0.013989424834981062f,0.9795563347911769f,-0.20068304104548143f,1.412588619654604f,0.5419005477324662f,-0.1612448738968234f,-0.8248296108950323f,-0.09647099757607075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.997433087121247f,-0.0007822846522358793f,-0.07160045213894872f,0.32246322367518676f,0.00430689081247599f,0.9974744556423427f,-0.07089542321293682f,2.0894907710399746f,0.0714750824225367f,-0.07102181616753322f,-0.9949106564013457f,-0.2261754363185637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.997433087121247f,-0.0007822846522358793f,-0.07160045213894872f,0.35325220763573656f,0.00430689081247599f,0.9974744556423427f,-0.07089542321293682f,1.957998509753001f,0.0714750824225367f,-0.07102181616753322f,-0.9949106564013457f,-0.31325089892609337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.997433087121247f,-0.0007822846522358793f,-0.07160045213894872f,-0.2635287150085459f,0.00430689081247599f,0.9974744556423427f,-0.07089542321293682f,2.0920210693923043f,0.0714750824225367f,-0.07102181616753322f,-0.9949106564013457f,-0.1841838253953234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.997433087121247f,-0.0007822846522358793f,-0.07160045213894872f,-0.30754721258208956f,0.00430689081247599f,0.9974744556423427f,-0.07089542321293682f,1.9608518249162663f,0.0714750824225367f,-0.07102181616753322f,-0.9949106564013457f,-0.26589865682116276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9812226956318241f,0.17909605475977075f,-0.07160045213894872f,0.2250411525247785f,0.18410926054010712f,0.9803456630958457f,-0.07089542321293682f,2.1931280332451424f,0.057496102132158756f,-0.08274650457059601f,-0.9949106564013457f,-0.24853618105362563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9971590115200448f,0.023394037656316202f,-0.07160045213894872f,0.11041913052163396f,0.028482720670147246f,0.99707701487432f,-0.07089542321293682f,2.2064567424816808f,0.06973263488205066f,-0.07273338581043724f,-0.9949106564013457f,-0.24123698883814934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9618795973599508f,0.26393373303948353f,-0.07160045213894872f,0.08804505092459156f,0.26885142363621045f,0.960568972524223f,-0.07089542321293682f,2.202785887655508f,0.05006547903937528f,-0.08744274462527567f,-0.9949106564013457f,-0.23936522175050787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963618678585606f,-0.046221245449450304f,-0.07160045213894872f,0.11730374768581894f,-0.041139238414820034f,0.9966350395355901f,-0.07089542321293682f,2.2119287742317093f,0.07463639420583505f,-0.06769190822391176f,-0.9949106564013457f,-0.24212237859937508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9913255957028716f,0.11021315056673099f,-0.07160045213894872f,0.17513813044157084f,0.11527532312681803f,0.9908004031314613f,-0.07089542321293682f,2.3124984378848534f,0.06312814889060574f,-0.07853421290551535f,-0.9949106564013457f,-0.2848607858603466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9913255957028716f,0.11021315056673099f,-0.07160045213894872f,0.1503401715640564f,0.11527532312681803f,0.9908004031314613f,-0.07089542321293682f,2.089568347180275f,0.06312814889060574f,-0.07853421290551535f,-0.9949106564013457f,-0.26719058795660566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9809405593488686f,-0.18063497523410826f,-0.07160045213894872f,-0.16940350573954555f,-0.1756366892924009f,0.981898972573993f,-0.07089542321293682f,2.1948312352911183f,0.08311060340734752f,-0.05696852973624903f,-0.9949106564013457f,-0.22027066146680174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9971210890040534f,-0.024958147304415104f,-0.07160045213894872f,-0.054801613973454275f,-0.019871469696670307f,0.9972857983845719f,-0.07089542321293682f,2.2071701614725727f,0.07317553249184507f,-0.06926851538453976f,-0.9949106564013457f,-0.22939743139497046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9614644089337607f,-0.2654422076595063f,-0.07160045213894872f,-0.03242162497105304f,-0.2605464729213258f,0.9628548044309253f,-0.07089542321293682f,2.2033060597114824f,0.08775947699201021f,-0.04950818091115981f,-0.9949106564013457f,-0.2307326972233127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964331444935126f,0.04465830055285122f,-0.07160045213894872f,-0.061694860845302596f,0.049744076815176605f,0.996242623957269f,-0.07089542321293682f,2.212701685690616f,0.06816535319776816f,-0.07420424787346622f,-0.9949106564013457f,-0.22929551285421856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9911514963553837f,-0.11176800314035316f,-0.07160045213894872f,-0.12416590092283476f,-0.1067150372450124f,0.9917589121320031f,-0.07089542321293682f,2.3137908251130943f,0.07893422640578347f,-0.06262725988548287f,-0.9949106564013457f,-0.26341295082520516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9911514963553837f,-0.11176800314035316f,-0.07160045213894872f,-0.09901810021625534f,-0.1067150372450124f,0.9917589121320031f,-0.07089542321293682f,2.090645069883394f,0.07893422640578347f,-0.06262725988548287f,-0.9949106564013457f,-0.24932181735097153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.997433087121247f,-0.0007822846522358793f,-0.07160045213894872f,0.028299470687513574f,0.00430689081247599f,0.9974744556423427f,-0.07089542321293682f,1.581116531990538f,0.0714750824225367f,-0.07102181616753322f,-0.9949106564013457f,-0.19076656385538576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8403261821221801f,-0.055499366258701485f,-0.5392325360962958f,0.04911173303452663f,-0.013989424834981062f,0.9966341270528343f,-0.08077569428003369f,1.2073787343457252f,0.5419005477324662f,-0.060334377750313764f,-0.838274155171645f,-0.16814117219901809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9018473779330796f,-0.01606835578988891f,-0.43175585098228686f,0.21482053475795598f,-0.09908645511790018f,0.9803655745279802f,0.1704852330631356f,0.5719989089934092f,0.42053915552228593f,0.19653281716454588f,-0.8857322792187093f,-0.18955096948261071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9018473779330796f,-0.18481785207627502f,-0.39052998408462986f,0.1461223009544524f,-0.09908645511790018f,0.9682721723880199f,-0.22941419875664446f,0.9199040228776518f,0.42053915552228593f,-0.16820036186910226f,-0.891546665598445f,-0.2549019295805177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8578136751275053f,0.2802558149431075f,-0.4308275489738529f,-0.028588649841438135f,0.2590727119364804f,0.9597459866866722f,0.10848488820431701f,0.7050625388951729f,0.4438885318344239f,-0.018555840843261062f,-0.8958898660418472f,0.08619506182655765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8578136751275053f,-0.12104939371830767f,-0.49950249553397935f,-0.08944925029996974f,0.2590727119364804f,0.7375267060306249f,-0.6236470859560667f,0.9389964839635349f,0.4438885318344239f,-0.6643804649235603f,-0.6012998994959448f,-0.16795197920296948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9103115539244843f,0.06882551037851686f,-0.40816163944291395f,0.04257119204584419f,0.21195794910793964f,0.9244949431552769f,-0.3168326496595283f,1.1245285476905513f,0.3555372028375465f,-0.3749295256464312f,-0.8561665423251457f,-0.17852726724643606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8792178478818087f,-0.2574149321394901f,-0.4008909186770165f,0.0322629861376128f,-0.12420874743885038f,0.9362163917686491f,-0.3287416232291908f,1.1158829316455667f,0.4599436520115832f,-0.23924134361625937f,-0.8551113474156069f,-0.1899878920693737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9002018884337977f,-0.15421439809487533f,-0.4072523535603688f,0.04048287207164275f,-0.02509041579946683f,0.9520098126489531f,-0.30503735452418784f,1.1374203472368392f,0.4347493888382526f,-0.2643770716993826f,-0.8608703345245586f,-0.18210737342569852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8643502353402269f,0.2754089885686199f,-0.4207713864830927f,0.043825298938368284f,0.17989041039115547f,0.9506707689023081f,0.25271432370167685f,1.1215303891068562f,0.4696148538074536f,0.14274094777009166f,-0.8712559388108065f,-0.17514332457542106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9087490033698026f,-0.0025774744276527914f,-0.41733512373147486f,0.044859207598250975f,-0.11310423568958523f,0.9640791213556605f,0.24033077130316133f,1.130236209650127f,0.40172463298068406f,0.2656027190969108f,-0.8763974639767405f,-0.17298914418457179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9015390451810475f,0.11452526694085206f,-0.4172664775010948f,0.044859207598250975f,0f,0.9643370447930885f,0.2646772828176476f,1.130236209650127f,0.4326977582724979f,0.2386169048325361f,-0.869387498595474f,-0.17298914418457179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8826886890980222f,0.22828524327030847f,-0.41078768949839656f,-0.1261493056371163f,0.2521577606961261f,0.9676775965530777f,-0.004066060744052857f,1.1901501169518591f,0.39658182240129225f,-0.10717236973341213f,-0.9117219649139724f,-0.08151848711906672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8855634266866678f,-0.14335145398666183f,-0.44184587579254014f,0.22242576119083465f,-0.14662567268194893f,0.9888251440211181f,-0.026939685636269278f,1.1663957158100253f,0.4407701548715983f,0.04092914843390982f,-0.8966863863040089f,-0.2507959231068018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9015390451810475f,0.04314242227880937f,-0.4305416140327923f,0.03185121894981053f,0f,0.9950169738611223f,0.09970567550673508f,0.9993043214308226f,0.4326977582724979f,0.08988855949547331f,-0.8970466525536916f,-0.18604865435978588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9015390451810475f,0.048148967999956806f,-0.43001049626094495f,0.04965277777777781f,0f,0.9937895171394426f,0.11127621319829965f,1.2213541666666667f,0.4326977582724979f,0.10031985099815775f,-0.8959400523928274f,-0.1670138888888889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8423088612485699f,-0.4548558658887101f,-0.28917455546567267f,-2.2499031798092646f,0.2347399066875551f,0.7925262291361821f,-0.5628493158381751f,1.5078196543275961f,0.4851937329257824f,0.4062121581117627f,0.7743246890883235f,-0.04128966107228892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.38724154179992243f,-0.4548558658887101f,-0.8019664142413014f,-2.1874564307043523f,-0.23473990668755498f,0.7925262291361821f,-0.5628493158381751f,1.5078196543275961f,0.8915947310929652f,0.4062121581117627f,0.200126255372571f,0.028635055775390605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6660986571190626f,-0.4548558658887101f,-0.5911165031115383f,-2.1300123297900777f,5.551115123125783e-17f,0.7925262291361821f,-0.6098378277306056f,1.599295328487187f,0.7458636463752483f,0.4062121581117627f,0.5279006569592455f,-0.085512401192336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.05860900356499277f,0.405587604866099f,0.9121752460355959f,1.35106400975503f,-0.039195493878553464f,0.9139763138116502f,-0.40387004227954837f,2.3796886108118396f,-0.9975112520471812f,-0.012082738524400477f,0.0694644475182522f,-0.46967310057949857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6068833664518999f,0.405587604866099f,0.6835139166856739f,1.3789099211507452f,0.25937970498663165f,0.9139763138116502f,-0.31204080892139063f,2.368505833632605f,-0.7512754143222424f,-0.012082738524400477f,-0.6598782154797157f,-0.38085523518575265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2970230548876288f,0.405587604866099f,0.8644512708326606f,1.2353192748279884f,0.11928295657850049f,0.9139763138116502f,-0.3878387217145285f,2.4322730304794016f,-0.9473905641999567f,-0.012082738524400477f,-0.31985172548329144f,-0.3772864090601319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014086547580953871f,0f,-0.00000676090247300778f,0.34062562853152595f,0f,0.000015625f,0f,1.3874766666666667f,0.00000676090247300778f,0f,-0.000014086547580953871f,0.455917200743413f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118.mcfunction new file mode 100644 index 000000000..4f3171a69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..278a509aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43164190581262335f,-0.12250092309683354f,-0.6823659087552033f,-0.09952785906387897f,-0.1192005796367637f,0.8049595494952662f,-0.0691070903387064f,1.3139857868162879f,0.6829501675855643f,0.06307211714574229f,-0.44333443479843493f,-0.47142839218696664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.43656900820215727f,0.050944761312078195f,-0.6684400738826481f,-0.09952785906387897f,0.19387857063773115f,0.7731935404736205f,-0.06769674155628383f,1.3139857868162879f,0.6417309412244786f,-0.19893813175136477f,-0.4342867932719363f,-0.47142839218696664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8094555775830978f,0.0963380489152082f,-0.04944787857197661f,-0.1610665852757349f,0.09982758611839407f,0.8083755309496449f,-0.05922751435016227f,1.3130251939861668f,0.041959092147383324f,-0.0647489439105768f,-0.8130138087960601f,-0.4354844046598232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7686919991827139f,-0.2162551711168007f,-0.04843873819295669f,-0.1610665852757349f,-0.21269217230592968f,0.7690226653986906f,-0.0580187895675059f,1.3130251939861668f,0.06224668852450944f,-0.04287004861598643f,-0.7964216902492018f,-0.4354844046598232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9301496765960686f,1.240154542561265f,0.19556211210990884f,-0.022891235349552785f,0.09228733879002937f,-0.17518880683627144f,1.5499026353478909f,1.6396181222446915f,1.2520826155758589f,0.9342011788281701f,0.03104079974442472f,0.4620428588377095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6356284362096607f,-0.4864570682277355f,-0.5994464211695135f,-0.2001099459436657f,0.37473130092665813f,0.8732953251417802f,-0.31133860536612984f,1.5633887222790737f,0.6749466224728262f,-0.026735666380111406f,0.7373820318910244f,0.303592439687977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1267989569081182f,-0.4864570682277355f,-0.8644544784419187f,-0.2161749461904593f,0.10084184973252602f,0.8732953251417802f,-0.47664053166724607f,1.5468264297568546f,0.986789210454561f,-0.026735666380111406f,0.15978816687626013f,-0.0074342712454001925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9556924889887737f,0.038130094397173214f,-0.29188690000016365f,0.5354710023345743f,0.21000408431095102f,0.7831591623790073f,-0.585286264108881f,1.4034076464907448f,0.20627687961369287f,-0.6206511276740536f,-0.756466804726925f,-0.4956777891048252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7619217415520315f,0.038130094397173214f,-0.6465457104115548f,0.2851599984196767f,0.42464917927913587f,0.7831591623790073f,-0.45424090625940783f,1.5406036101372713f,0.4890279483709248f,-0.6206511276740536f,-0.6128979062038389f,-0.3278670994608913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8634169844806198f,-0.2358057619980549f,-0.44598963386934215f,0.0203454637762677f,-0.01347756471008807f,0.8945049183131313f,-0.44685490526915295f,1.236642562989901f,0.5043108824523606f,-0.3798112606573625f,-0.7755088265893472f,0.11222944830741961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8634169844806198f,-0.09078028287834852f,-0.49625603386852657f,0.00022256052489907224f,-0.01347756471008807f,0.9874763646742583f,-0.15719028105832983f,1.4208119421097098f,0.5043108824523606f,-0.12903243565180952f,-0.8538273621698258f,0.08269944560914394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8634169844806198f,-0.24867748745325807f,-0.4389426137256759f,0.29550649704363685f,-0.01347756471008807f,0.8811298488422348f,-0.47268228730167794f,1.2432384543040087f,0.5043108824523606f,-0.4022060376389137f,-0.76413404395232f,-0.03615599500051664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8634169844806198f,-0.11948141919270559f,-0.4901380431858867f,0.27004036817509275f,-0.01347756471008807f,0.9766659089558398f,-0.21434098425860762f,1.4250236810816124f,0.5043108824523606f,-0.17845977908526126f,-0.8448802525144975f,-0.07489770515721872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9978332954267227f,-0.0041403004257698755f,-0.06566256505978946f,0.3168073204676798f,0.0008432754801457748f,0.9971311894890403f,-0.07568804287756593f,2.1014113169403914f,0.06578756283912113f,-0.07557942087999912f,-0.9949672093667874f,-0.2172744019976688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9978332954267227f,-0.0041403004257698755f,-0.06566256505978946f,0.3485877411250478f,0.0008432754801457748f,0.9971311894890403f,-0.07568804287756593f,1.969642541403984f,0.06578756283912113f,-0.07557942087999912f,-0.9949672093667874f,-0.30357218387227225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9978332954267227f,-0.0041403004257698755f,-0.06566256505978946f,-0.2694197405955199f,0.0008432754801457748f,0.9971311894890403f,-0.07568804287756593f,2.101906741284977f,0.06578756283912113f,-0.07557942087999912f,-0.9949672093667874f,-0.1786242088296851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9978332954267227f,-0.0041403004257698755f,-0.06566256505978946f,-0.312476817095156f,0.0008432754801457748f,0.9971311894890403f,-0.07568804287756593f,1.9702012114095806f,0.06578756283912113f,-0.07557942087999912f,-0.9949672093667874f,-0.25998792349135447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9813577299756304f,0.18062511831649183f,-0.06566256505978946f,0.21961762365272208f,0.1853926250091592f,0.9797453213757017f,-0.07568804287756593f,2.2042219055043883f,0.050661429206952366f,-0.08645040124589537f,-0.9949672093667874f,-0.24066693918495824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975315816065106f,0.02488315187798315f,-0.06566256505978946f,0.10496769353368748f,0.029844198928796098f,0.9966848267911288f,-0.07568804287756593f,2.2177034844010155f,0.06356152521700778f,-0.07746085977417912f,-0.9949672093667874f,-0.23412620687469657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9618808511873165f,0.2654687470662652f,-0.06566256505978946f,0.08257885952710872f,0.27007758128747794f,0.9598590627020562f,-0.07568804287756593f,2.2140647343389994f,0.04293399824229717f,-0.09053686586025485f,-0.9949672093667874f,-0.23237185947123257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9968374057401266f,-0.0447617478106391f,-0.06566256505978946f,0.11186329374039664f,-0.039753718991053705f,0.9963387787252609f,-0.07568804287756593f,2.223164069449062f,0.06881008896720514f,-0.07283834114800165f,-0.9949672093667874f,-0.23499667153353057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9915669631916507f,0.11172906988182009f,-0.06566256505978946f,0.17006073038019787f,0.1165974391059639f,0.9902910467934641f,-0.07568804287756593f,2.323464212895478f,0.056568495656317164f,-0.08270584975712772f,-0.9949672093667874f,-0.2778753856517814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9915669631916507f,0.11172906988182009f,-0.06566256505978946f,0.1449216896567884f,0.1165974391059639f,0.9902910467934641f,-0.07568804287756593f,2.100648727366949f,0.056568495656317164f,-0.08270584975712772f,-0.9949672093667874f,-0.2592665694564277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9798250327982506f,-0.18876263574043467f,-0.06566256505978946f,-0.17596964425943923f,-0.18373521655875819f,0.980057493395908f,-0.07568804287756593f,2.2045562189060526f,0.07864016339004745f,-0.062096513483882475f,-0.9949672093667874f,-0.21458570661294019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9972907426597195f,-0.03316024962201333f,-0.06566256505978946f,-0.06143086665944159f,-0.028158361463749657f,0.996733879651455f,-0.07568804287756593f,2.217844108918543f,0.06795793761513183f,-0.0736340342502379f,-0.9949672093667874f,-0.22315548081733114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9596447550102247f,-0.27344171541872453f,-0.06566256505978946f,-0.03901165769287268f,-0.268453687360902f,0.9603144994780092f,-0.07568804287756593f,2.214167491284733f,0.08375298158096162f,-0.055006275652569527f,-0.9949672093667874f,-0.22435534626315212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971745346163645f,0.03648801258503949f,-0.06566256505978946f,-0.06837186243682163f,0.04143887159532858f,0.9962701140184173f,-0.07568804287756593f,2.2233163873648514f,0.06265594491780463f,-0.0781951715345928f,-0.9949672093667874f,-0.2231136929666981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9906056441080876f,-0.11995368027271998f,-0.06566256505978946f,-0.13152621226125427f,-0.11492229199991583f,0.9904868434092652f,-0.07568804287756593f,2.3237190860040697f,0.07411696609202992f,-0.06743090999074716f,-0.9949672093667874f,-0.2579916334945655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9906056441080876f,-0.11995368027271998f,-0.06566256505978946f,-0.10453663419989231f,-0.11492229199991583f,0.9904868434092652f,-0.07568804287756593f,2.1008595462369852f,0.07411696609202992f,-0.06743090999074716f,-0.9949672093667874f,-0.2428196787466474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9978332954267227f,-0.0041403004257698755f,-0.06566256505978946f,0.024366386854773523f,0.0008432754801457748f,0.9971311894890403f,-0.07568804287756593f,1.5920896535287576f,0.06578756283912113f,-0.07557942087999912f,-0.9949672093667874f,-0.18121594560782586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8634169844806198f,-0.05594207567494422f,-0.5013796915308517f,0.045344665232877605f,-0.01347756471008807f,0.9960359615937774f,-0.08792450432868332f,1.2185761679310911f,0.5043108824523606f,-0.06915813315249392f,-0.8607483293384793f,-0.15528164567564065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9151134157073544f,-0.036758762763391906f,-0.40151740902795685f,0.21716038298972679f,-0.11530793537122025f,0.9781031928380283f,0.17325768150498108f,0.585537719584839f,0.3863567217389202f,0.20484857217017563f,-0.8993139307533244f,-0.17208787068626932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9151134157073544f,-0.1927854094667789f,-0.35412035000709197f,0.14583293150478827f,-0.11530793537122025f,0.9667339678098799f,-0.22831888998283242f,0.9327755929309893f,0.3863567217389202f,-0.16810479285044974f,-0.9069009108981323f,-0.23739908202038001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8709707881122023f,0.2871368658772811f,-0.39870077314871294f,-0.047408182892764224f,0.26264615283269765f,0.9578827870319494f,0.11609291412523037f,0.7073961434580754f,0.4152431632879611f,-0.003603687289037316f,-0.9097033190994361f,0.09160383620163859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8709707881122023f,-0.0788875953672965f,-0.48496044534825195f,-0.09229313320494437f,0.26264615283269765f,0.7594155011178191f,-0.5952353274665029f,0.9530595870446041f,0.4152431632879611f,-0.6458055775224749f,-0.6407091940837671f,-0.15792715686026415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9219573000000232f,0.08009850718976716f,-0.37891815227386244f,0.03844855553505329f,0.2086726667536707f,0.9269565073229354f,-0.31178093540429325f,1.136678093655648f,0.3262674594969266f,-0.36651857071318417f,-0.8713286878071821f,-0.16653181857652616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8939134673715254f,-0.24971055815234147f,-0.3722409837713504f,0.0292813532397791f,-0.1275712965230689f,0.9378385572713538f,-0.32277609081003683f,1.1287651164310446f,0.42970254497179766f,-0.2410466296018926f,-0.8702024162241381f,-0.17746310518212577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.914942537032109f,-0.14153947171292863f,-0.3779507003254165f,0.03667931213864168f,-0.02320243843037202f,0.9533840744843548f,-0.30086617186133613f,1.1485953945867025f,0.4029166176520056f,-0.26650588073593295f,-0.8755757047526114f,-0.1698631420857253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8800696439732595f,0.2709266595136033f,-0.3899694435742115f,0.039783558943986254f,0.1787922853500722f,0.9498831962185407f,0.2564278304727236f,1.1331722500972832f,0.4398985570061335f,0.155950821435636f,-0.8844029629289307f,-0.1627802774104856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.922154801724976f,-0.0138857351350743f,-0.3865717372174647f,0.04067825482177082f,-0.11720686418828204f,0.9624063824744267f,0.24502348042511593f,1.141201985413307f,0.36863677603125766f,0.27125844011246203f,-0.8891151702816875f,-0.16073887728181913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9158962821045112f,0.10736350533414815f,-0.3867907420679789f,0.04067825482177082f,0f,0.9635682379228592f,0.2674626158292713f,1.141201985413307f,0.40141499776058875f,0.24496801543997682f,-0.8825285666675418f,-0.16073887728181913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8936135329346067f,0.23497029051672053f,-0.3824183786517309f,-0.13266321625715338f,0.2530325378929031f,0.9674526007395486f,0.003162291852461155f,1.2017326318541612f,0.37071469963249004f,-0.09393842609268847f,-0.9239838654325199f,-0.0735792262984903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8999558799125875f,-0.1492500817149626f,-0.4096386545711199f,0.22140274986621233f,-0.15552887889813047f,0.9876643708413811f,-0.018162004272368554f,1.179844557037588f,0.4072961846610535f,0.0473656381628692f,-0.9120670558034498f,-0.2310529090470568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9158962821045112f,0.039636051299195535f,-0.39945335630651674f,0.028265385080181303f,0f,0.9951131834510032f,0.09874083310368789f,1.012448304442035f,0.40141499776058875f,0.09043636193156977f,-0.9114204649959583f,-0.17478851322309108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9158962821045112f,0.04660143686359953f,-0.3987007731487129f,0.045833333333333316f,0f,0.993238357741943f,0.11609291412523026f,1.2343750000000002f,0.40141499776058875f,0.1063290684259767f,-0.9097033190994361f,-0.1541666666666665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8478549785406639f,-0.42372410584808584f,-0.3187472627130311f,-2.2428367278532653f,0.22651456948140447f,0.8329856251022609f,-0.5048030290971416f,1.571159475281874f,0.47940910001424053f,0.3557988624156008f,0.8022306927108314f,-0.06783860779625193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.32553828773795224f,-0.42372410584808584f,-0.8452707881737557f,-2.1825503243712125f,-0.22651456948140436f,0.8329856251022609f,-0.5048030290971416f,1.571159475281874f,0.9179956280011884f,0.3557988624156008f,0.17518903069104574f,0.003957019195920383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6430549704752289f,-0.42372410584808584f,-0.637917069116623f,-2.1170059657447453f,5.551115123125783e-17f,0.8329856251022609f,-0.553294630710434f,1.6541536698884391f,0.7658200212498381f,0.3557988624156008f,0.5356555465564246f,-0.11228912628362947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07510340663737719f,0.362083127618396f,0.9291153249223378f,1.384423629528906f,-0.03985901963061533f,0.9320922232746063f,-0.36002131307061214f,2.3731209281722863f,-0.996378811931259f,-0.009994798901520385f,0.08443557975978605f,-0.4869029930164074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6441440075651603f,0.362083127618396f,0.6737761543806484f,1.4136597025924587f,0.24244683558699326f,0.9320922232746063f,-0.26911636744140066f,2.362712405161047f,-0.7254640097425568f,-0.009994798901520385f,-0.6881875286309465f,-0.3984384397730482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.311851446011226f,0.362083127618396f,0.8784329708718748f,1.2672767204299011f,0.11102424545321751f,0.9320922232746063f,-0.344786461788373f,2.419634635934923f,-0.9436219012624979f,-0.009994798901520385f,-0.33087431367917786f,-0.3930395693428511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001431087940788299f,0f,-0.000006272109340009199f,0.3151956628776488f,0f,0.000015625f,0f,1.4004975000000002f,0.000006272109340009199f,0f,-0.00001431087940788299f,0.478409240026522f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119.mcfunction new file mode 100644 index 000000000..52ef0421f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..d58601688 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.46737155859742097f,-0.1285369991743433f,-0.6572568071172156f,-0.0902365212953144f,-0.1168028389966124f,0.8048445591559036f,-0.07434229512138422f,1.322588614085162f,0.659443225350745f,0.05145794287414148f,-0.4789897254624704f,-0.46586606906371286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47116799715526847f,0.058876064842076845f,-0.6438434028903337f,-0.0902365212953144f,0.19600547865792725f,0.7721906217741253f,-0.07282510542502944f,1.322588614085162f,0.6161027274674004f,-0.20063711678750118f,-0.46921442494282817f,-0.46586606906371286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8106312251048728f,0.09680937301289556f,-0.021199212869046972f,-0.1525383830792041f,0.09821197699417629f,0.8081226297215609f,-0.06508968698072483f,1.3216823208206325f,0.013261557386389934f,-0.0671580603740414f,-0.8137925844261107f,-0.4330721182758769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7699326763480446f,-0.21626933027616563f,-0.020766575871719484f,-0.1525383830792041f,-0.21405953272296552f,0.7681881343488393f,-0.06376132602193453f,1.3216823208206325f,0.03717782056499229f,-0.055808306080264984f,-0.7971845724990473f,-0.4330721182758769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2239507496036073f,0.9479503503987085f,0.2115205562675479f,-0.11590230250582342f,0.11890607597251053f,-0.19147525724981324f,1.546158084077413f,1.6599684937558912f,0.9639565123186765f,1.2272463522211352f,0.07784910608561652f,0.4909149967673498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4615781279547946f,-0.5677362568640183f,-0.6816312598727999f,-0.25294904077720876f,0.4120938376431031f,0.8176701322350209f,-0.40198784039737234f,1.5719495696834196f,0.7855725942077708f,-0.09534724690727553f,0.6113792617818141f,0.3017196650280878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.014860196969300243f,-0.5677362568640183f,-0.8230763738487862f,-0.22811604277079872f,0.10562525358141206f,0.8176701322350209f,-0.5659141813531676f,1.5547168078183464f,0.9942949664721711f,-0.09534724690727553f,0.047816546877697486f,-0.009952530547073929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9632316002551623f,-0.01784518318634576f,-0.26807915567407503f,0.550411331304276f,0.16645207889933156f,0.7435989167671208f,-0.6475757534164287f,1.4223752230815179f,0.21089947771383843f,-0.6683877620212764f,-0.7132876067058925f,-0.46284778252004943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.799123068505746f,-0.01784518318634576f,-0.6009025468568148f,0.2880008592797935f,0.39115638192883384f,0.7435989167671208f,-0.5422705375171224f,1.5491659465770364f,0.4565074000038827f,-0.6683877620212764f,-0.5872467908144623f,-0.3062120985560851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8848244446712507f,-0.2230808608809317f,-0.40904844654494804f,0.005709692905652059f,-0.012871371922690006f,0.889296839982866f,-0.4571492734122158f,1.2499429839631502f,0.465746744376212f,-0.39923183728895095f,-0.7897429393149699f,0.12547737188148253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8848244446712507f,-0.09307519441506318f,-0.4565333616471101f,-0.014595239557466715f,-0.012871371922690006f,0.9843529505116603f,-0.17573729428842583f,1.4334108040947837f,0.465746744376212f,-0.14962044313390863f,-0.8721775582410799f,0.09197242905486794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8848244446712507f,-0.23390744242814f,-0.4029553455271926f,0.28672029896461504f,-0.012871371922690006f,0.8767923819171689f,-0.48069683460248136f,1.2563104729807522f,0.465746744376212f,-0.42014572161185204f,-0.77881804210882f,-0.011448949124153784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8848244446712507f,-0.11727803049089804f,-0.45092301524360984f,0.2619123994022991f,-0.012871371922690006f,0.973585973412369f,-0.22795762799151514f,1.4374331078206244f,0.465746744376212f,-0.1958984837584666f,-0.8629621974131273f,-0.0535734285626983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9981874757502514f,-0.007044066042327948f,-0.05976741912557676f,0.3116475747313298f,-0.002188873281621803f,0.9967186490482447f,-0.0809144206751759f,2.1131598409212113f,0.06014126777095763f,-0.0806369380187123f,-0.9949274908946221f,-0.20872520076610485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9981874757502514f,-0.007044066042327948f,-0.05976741912557676f,0.3443569177842323f,-0.002188873281621803f,0.9967186490482447f,-0.0809144206751759f,1.9810663655999439f,0.06014126777095763f,-0.0806369380187123f,-0.9949274908946221f,-0.29417533332654755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9981874757502514f,-0.007044066042327948f,-0.05976741912557676f,-0.2747875672719429f,-0.002188873281621803f,0.9967186490482447f,-0.0809144206751759f,2.1118738778682586f,0.06014126777095763f,-0.0806369380187123f,-0.9949274908946221f,-0.17339220595066723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9981874757502514f,-0.007044066042327948f,-0.05976741912557676f,-0.3169422849003092f,-0.002188873281621803f,0.9967186490482447f,-0.0809144206751759f,1.9796162370508692f,0.06014126777095763f,-0.0806369380187123f,-0.9949274908946221f,-0.2543317434282881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9813695439138519f,0.18259702595985947f,-0.05976741912557676f,0.2147421542337915f,0.18708504402273762f,0.9790056398355483f,-0.0809144206751759f,2.215169320302092f,0.043737907829802476f,-0.09058853835228484f,-0.9949274908946221f,-0.2331865321372784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9978517244128473f,0.02682893395896209f,-0.05976741912557676f,0.1000749568525661f,0.031631493141943065f,0.9962190046211788f,-0.0809144206751759f,2.2288520744357463f,0.05737059114143681f,-0.08263112690877314f,-0.9949274908946221f,-0.22741100540345935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9617207570946488f,0.2674341806582751f,-0.05976741912557676f,0.07767056681617404f,0.2716990926417256f,0.9589746918373103f,-0.0809144206751759f,2.2252552584445247f,0.035676160541156576f,-0.09405583145756197f,-0.9949274908946221f,-0.22577260776475594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972924995913212f,-0.042843037590279354f,-0.05976741912557676f,0.10698377967527897f,-0.037938284424813326f,0.9959987666165573f,-0.0809144206751759f,2.23429791125584f,0.06299489529951142f,-0.0784278715020067f,-0.9949274908946221f,-0.22826892645651148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917163016754629f,0.11369534995860485f,-0.05976741912557676f,0.16558773509173233f,0.11833733304782065f,0.989671224262851f,-0.0809144206751759f,2.334282661193986f,0.04995050148167849f,-0.0873168670066701f,-0.9949274908946221f,-0.27133017029134177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917163016754629f,0.11369534995860485f,-0.05976741912557676f,0.14000628135104629f,0.11833733304782065f,0.989671224262851f,-0.0809144206751759f,2.111606635734845f,0.04995050148167849f,-0.0873168670066701f,-0.9949274908946221f,-0.25168387521484104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9786948121069091f,-0.19642891937311416f,-0.05976741912557676f,-0.1819667840052358f,-0.19138316697396823f,0.978174493598057f,-0.0809144206751759f,2.2142993979512435f,0.07435689715175015f,-0.06775204578531728f,-0.9949274908946221f,-0.20928463087986865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.997373707839507f,-0.040908954050933644f,-0.05976741912557676f,-0.06749653672039863f,-0.03600671898435005f,0.996070465737632f,-0.0809144206751759f,2.2284846156427296f,0.06284268532180809f,-0.07854988710161133f,-0.9949274908946221f,-0.21731474361839112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9578506745057164f,-0.2809803213038447f,-0.05976741912557676f,-0.04504200264133332f,-0.27590842076982747f,0.9577721022639473f,-0.0809144206751759f,2.224986168447775f,0.07997892658221938f,-0.06101359819653025f,-0.9949274908946221f,-0.21837911738554716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9977978199941907f,0.02876397096904504f,-0.05976741912557676f,-0.07448211846367511f,0.033563354863930236f,0.9961557898928656f,-0.0809144206751759f,2.233899984147344f,0.05721024056161893f,-0.08274222765319635f,-0.9949274908946221f,-0.21733552022130567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9900129494904835f,-0.12768012943375698f,-0.05976741912557676f,-0.13826861670911184f,-0.12268296381825805f,0.9891419245566174f,-0.0809144206751759f,2.333616350439678f,0.0694496236845188f,-0.07277388015085084f,-0.9949274908946221f,-0.25302268130604305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9900129494904835f,-0.12768012943375698f,-0.05976741912557676f,-0.10954058758651655f,-0.12268296381825805f,0.9891419245566174f,-0.0809144206751759f,2.1110594174144395f,0.0694496236845188f,-0.07277388015085084f,-0.9949274908946221f,-0.23664855827210163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9981874757502514f,-0.007044066042327948f,-0.05976741912557676f,0.02071066257663221f,-0.002188873281621803f,0.9967186490482447f,-0.0809144206751759f,1.6030432945835158f,0.06014126777095763f,-0.0806369380187123f,-0.9949274908946221f,-0.17174830191842433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8848244446712507f,-0.05562369048002692f,-0.4625923769038947f,0.0415695465066423f,-0.012871371922690006f,0.9953874636300151f,-0.09506905402407945f,1.2297729957222603f,0.465746744376212f,-0.07816522440054599f,-0.8814591129470338f,-0.1424363427682196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9269019906986056f,-0.05801675390970559f,-0.3707920655903287f,0.21934620271906774f,-0.13147694722537037f,0.9755667975324062f,0.1760205553356276f,0.5991430028981188f,0.3515202867364259f,0.211904411983673f,-0.9118826723842245f,-0.15420091290839943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9269019906986056f,-0.20090417632835483f,-0.31700191099232705f,0.14533585492705822f,-0.13147694722537037f,0.9649516153569642f,-0.22711713358591623f,0.9456264968277419f,0.3515202867364259f,-0.16883687972066716f,-0.9208298409906849f,-0.2197611309795197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8831480795340989f,0.2933006168836152f,-0.3660931817869921f,-0.06603551281880163f,0.2662052590220647f,0.9559476988238418f,0.1236881448741044f,0.7100619519082996f,0.3862437438771381f,0.011779017322882557f,-0.9223215410401511f,0.09578915722989043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8831480795340989f,-0.03788924690382453f,-0.46756162650959054f,-0.09510539535484047f,0.2662052590220647f,0.7802111139702245f,-0.5660436182012276f,0.9670952414070656f,0.3862437438771381f,-0.6243676982407103f,-0.67895563014778f,-0.14783064460236525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9326432246330586f,0.09086681218878032f,-0.34917021349006705f,0.03436177242628049f,0.20538054322894936f,0.9293772880757557f,-0.3067192345972707f,1.1488321157041508f,0.2966402670053945f,-0.3577723841377404f,-0.8854397061005145f,-0.15461981323254323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9075461030015063f,-0.24218572210746123f,-0.34308329445495717f,0.026288877650319325f,-0.13092840086242363f,0.9394123996385688f,-0.316799774704646f,1.1416407138899236f,0.39902108312016266f,-0.24259105385935714f,-0.884269051710518f,-0.16495173170302765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9285252728917707f,-0.12890965759438905f,-0.34817110417172786f,0.03288468259967812f,-0.0212981832506493f,0.954736358957726f,-0.2966898587319188f,1.1597718031505413f,0.37065780039206586f,-0.2680686200640454f,-0.8892423797511418f,-0.15769143283744375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8947689134334763f,0.26585921463336637f,-0.3587582327244991f,0.035746363016663146f,0.17769401732826084f,0.9490801358064668f,0.26013790962357347f,1.1448176790054905f,0.4096503725847444f,0.1690141231143374f,-0.8964489937687876f,-0.15049831737375288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9343505642988246f,-0.025586628618988576f,-0.35543543356055796f,0.036509473730626525f,-0.12129953893115072f,0.960693444313954f,0.24970888632021532f,1.1521723354269553f,0.33507528236137935f,0.2764297930544136f,-0.9007281080672103f,-0.14858016346511294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9291684188235482f,0.09989812982793345f,-0.3559022521954992f,0.036509473730626525f,0f,0.9627913860826679f,0.2702457157570038f,1.1521723354269553f,0.3696566642993838f,0.2511037844037733f,-0.8945953498633649f,-0.14858016346511294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9037965706229696f,0.2409626602564718f,-0.3536788872583204f,-0.13906089521250048f,0.2537986332561055f,0.9672012021811885f,0.01039655022575943f,1.2132712829735524f,0.3445838253422415f,-0.08036685175735114f,-0.9353091234726193f,-0.06575855938319047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9131585458059951f,-0.15575375960801432f,-0.37667258539671966f,0.22012508985602025f,-0.16437982202095416f,0.9863527669707842f,-0.00935378006141243f,1.1932517431657057f,0.37298893325920496f,0.053375888349016944f,-0.9262992336222209f,-0.21117924669093344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9291684188235482f,0.036143512254305926f,-0.3678854386665368f,0.024768436880481113f,0f,0.9952084574582091f,0.09777589786676591f,1.0255975037036305f,0.3696566642993838f,0.09085027641991561f,-0.9247162688162666f,-0.16353310963052417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9291684188235482f,0.04469403630254007f,-0.3669448086292196f,0.04201388888888888f,0f,0.9926638528881819f,0.12090688635966942f,1.2473958333333335f,0.3696566642993838f,0.11234286042369246f,-0.9223519026114032f,-0.14131944444444433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.854099724930492f,-0.3878822406119098f,-0.3464982356254388f,-2.2339885236041175f,0.21421770409940052f,0.8694182887139216f,-0.4452219833972013f,1.6351401069979337f,0.4739456035496474f,0.3060379170423832f,0.8256611642849141f,-0.09591367292735463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.26223128825689174f,-0.3878822406119098f,-0.8836187633119926f,-2.175918487994164f,-0.2142177040994004f,0.8694182887139216f,-0.4452219833972013f,1.6351401069979337f,0.9409280135640095f,0.3060379170423832f,0.14489743483873924f,-0.022313853197556896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6194137131728383f,-0.3878822406119098f,-0.682549646070761f,-2.1025710588885267f,5.551115123125783e-17f,0.8694182887139216f,-0.4940767544114539f,1.7092516201596517f,0.7850647437845091f,0.3060379170423832f,0.5385296105126649f,-0.1398932046393555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.09984997538760221f,0.31449426832485394f,0.9439932931996445f,1.4217340450392435f,-0.049621727656863304f,0.9491279772210116f,-0.3109562139605815f,2.3659598642235062f,-0.9937643918753797f,-0.015793607794472198f,0.11037615409766305f,-0.501906508557257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6753263663397682f,0.31449426832485394f,0.6671039305214294f,1.4516695517308151f,0.2120155179098625f,0.9491279772210116f,-0.23282075298770863f,2.357512357998716f,-0.7063877965337014f,-0.015793607794472198f,-0.7076488132266572f,-0.4134668818184416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.31931207137676393f,0.31449426832485394f,0.8939424792814665f,1.3026104264928093f,0.09010673306443093f,0.9491279772210116f,-0.30172315044226594f,2.406994583677451f,-0.9433560185473646f,-0.015793607794472198f,-0.3314060714943204f,-0.40797578446370125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001451825654411794f,0f,-0.0000057758853796778725f,0.2894465725318563f,0f,0.000015625f,0f,1.4135183333333334f,0.0000057758853796778725f,0f,-0.00001451825654411794f,0.5001518404713258f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..b78936da9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6183484742706101f,-0.10903151949382263f,-0.5222085182841442f,0.04811581679265407f,-0.15633935320503609f,0.8013647203405959f,0.01780550693784617f,1.385119267205102f,0.5100466796785211f,0.1134511224922473f,-0.627634982930851f,-0.30073727956284646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6004937686080745f,0.1331262634507547f,-0.5115512015844678f,0.04811581679265407f,0.1589194513019205f,0.7838624752629054f,0.017442129245237067f,1.385119267205102f,0.5041347457384473f,-0.08852693293202528f,-0.6148261057281805f,-0.30073727956284646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6857440929148358f,0.12091518544233805f,0.4267071611846917f,-0.03973598356459074f,0.15367228875637373f,0.8018349957621834f,0.019746181501272088f,1.3854508845377698f,-0.4160340264272035f,0.09687415519605062f,-0.696042765463635f,-0.3124266203749332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6659433503751871f,-0.14763608640073625f,0.41799885177275925f,-0.03973598356459074f,-0.16150950472412232f,0.7832882742432432f,0.01934319820532776f,1.3854508845377698f,-0.4128366916528126f,-0.0682866416315536f,-0.6818378110664179f,-0.3124266203749332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6398654156473875f,0.3917966378277047f,1.3705742936613479f,-0.5077811396602132f,1.336744411709728f,0.6866796804821126f,0.4277752262296113f,1.3797437811149995f,-0.49506855850599935f,1.3477287045247237f,-0.6163933089991338f,0.493128601507781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.01398472313786226f,-0.9810878345701224f,-0.19305721529449646f,-0.5302008531187202f,-0.38863586006897455f,0.18322878610712467f,-0.9029891362636415f,1.4686883665392292f,0.9212852955448738f,0.0624009038413535f,-0.3838483182359622f,0.26092852533617006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.611916922524617f,-0.7683533369039298f,-0.18759218959380441f,-0.2984375f,-0.33227441323046836f,0.46497301456513285f,-0.8206057579852581f,1.5688561227474351f,0.7177404783348571f,-0.4398104653084196f,-0.5398290103031159f,0.02190894936782831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7275514670648406f,0.6455168296149697f,0.2323292608683546f,0.39710189716636135f,0.23926723684541062f,0.07863577924200908f,-0.9677642293427485f,1.5297195418344707f,-0.6429774896092085f,0.7596870651174995f,-0.09723945160787302f,0.33676084099403236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1899324570536466f,0.9147423611101102f,0.35661193831427646f,0.2984375f,0.1481173175244498f,0.38576326957011015f,-0.9106305288644454f,1.5688561227474351f,-0.9705601073642609f,-0.12013789011498052f,-0.2087581503841104f,0.021908949367828383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.17666113283966e-17f,9.923281375158837e-17f,-0.15625000000000003f,0f,0.8102974165341233f,-0.5860188535858937f,1.251955821786492f,-1.2246467991473532e-16f,-0.5860188535858937f,-0.8102974165341233f,0.26758676452357066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.832894955429475e-17f,1.191430587309592e-16f,-0.15625000000000003f,0f,0.9728769047035541f,-0.23132342789789245f,1.4329244699940464f,-1.2246467991473532e-16f,-0.23132342789789245f,-0.9728769047035541f,0.21813314113831866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.820015669747389e-17f,1.0775128577890873e-16f,0.15624999999999997f,0f,0.8798560193349574f,-0.4752403447099614f,1.2453226393603178f,-1.2246467991473532e-16f,-0.4752403447099614f,-0.8798560193349574f,0.21906354044713336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.472828685206922e-18f,1.224154291237088e-16f,0.15624999999999997f,0f,0.999597836771706f,0.028357798245378485f,1.4329244699940464f,-1.2246467991473532e-16f,0.028357798245378485f,-0.999597836771706f,0.2181331411383187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.143804362045603e-17f,1.1836066593229728e-16f,0.29375f,0f,0.9664881826719719f,0.2567111075809321f,2.11270998660802f,-1.2246467991473532e-16f,0.2567111075809321f,-0.9664881826719719f,0.1754348103749726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.143804362045603e-17f,1.1836066593229728e-16f,0.33125f,0f,0.9664881826719719f,0.2567111075809321f,2.0159656301097355f,-1.2246467991473532e-16f,0.2567111075809321f,-0.9664881826719719f,0.05273765480185874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.143804362045603e-17f,1.1836066593229728e-16f,-0.29375f,0f,0.9664881826719719f,0.2567111075809321f,2.11270998660802f,-1.2246467991473532e-16f,0.2567111075809321f,-0.9664881826719719f,0.17543481037497255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.143804362045603e-17f,1.1836066593229728e-16f,-0.33125f,0f,0.9664881826719719f,0.2567111075809321f,2.0159656301097355f,-1.2246467991473532e-16f,0.2567111075809321f,-0.9664881826719719f,0.05273765480185866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878625715622038f,0.15394284612863432f,0.02071569048632763f,0.19431772216377358f,0.14501102704421168f,0.8661961938412821f,0.47820074844196847f,2.204907000869535f,0.05567173198394867f,0.47540062463220584f,-0.8780062097486644f,0.20326167084130087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997823108232221f,-0.0024881986763166802f,0.02071569048632763f,0.07913271019691548f,0.007722762465848992f,0.8782166037655158f,0.47820074844196847f,2.214646672214696f,-0.019382721812847215f,0.4782566316716475f,-0.8780062097486644f,0.20584864692990468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.971836238879776f,0.2321954818141788f,0.04024404334920062f,0.05709735274904132f,0.1982534789275261f,0.713254935047954f,0.6722819019748127f,2.2218663316432625f,0.127396557618893f,0.6613264366822335f,-0.7392005555003566f,0.1752479982674218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9960235376560448f,-0.07948288752961422f,0.04024404334920062f,0.08608167973275749f,-0.03185763323940949f,0.7396094479395943f,0.6722819019748127f,2.228690813148857f,-0.08319978148721856f,0.6683265183339976f,-0.7392005555003566f,0.183032654103155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920062f,0.14404805890024f,0.08423499541761005f,0.7354872601371987f,0.6722819019748127f,2.3260634090725354f,0.02237384725279f,0.673113623177449f,-0.7392005555003566f,0.23247070605249534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08465803955662239f,0.02071569048632763f,0.12499999999999999f,0.08423499541761005f,0.8742016413485714f,0.47820074844196847f,2.129368039769107f,0.02237384725279f,0.47812603631458195f,-0.8780062097486644f,0.12489234788171458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878625715622037f,-0.15394284612863443f,-0.020715690486327414f,-0.19431772216377363f,-0.14501102704421168f,0.8661961938412821f,0.47820074844196847f,2.204907000869535f,-0.05567173198394891f,0.47540062463220584f,-0.8780062097486644f,0.20326167084130076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997823108232221f,0.002488198676316569f,-0.020715690486327414f,-0.07913271019691553f,-0.007722762465848992f,0.8782166037655158f,0.47820074844196847f,2.214646672214696f,0.019382721812846972f,0.4782566316716475f,-0.8780062097486644f,0.20584864692990465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971836238879776f,-0.23219548181417893f,-0.04024404334920044f,-0.05709735274904136f,-0.1982534789275261f,0.713254935047954f,0.6722819019748127f,2.2218663316432625f,-0.12739655761889326f,0.6613264366822335f,-0.7392005555003566f,0.17524799826742177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9960235376560448f,0.07948288752961406f,-0.04024404334920044f,-0.08608167973275754f,0.03185763323940949f,0.7396094479395943f,0.6722819019748127f,2.228690813148857f,0.08319978148721832f,0.6683265183339976f,-0.7392005555003566f,0.18303265410315497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.14404805890024006f,-0.08423499541761005f,0.7354872601371987f,0.6722819019748127f,2.3260634090725354f,-0.022373847252790242f,0.673113623177449f,-0.7392005555003566f,0.23247070605249529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0846580395566225f,-0.020715690486327414f,-0.12500000000000003f,-0.08423499541761005f,0.8742016413485714f,0.47820074844196847f,2.129368039769107f,-0.022373847252790242f,0.47812603631458195f,-0.8780062097486644f,0.12489234788171452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.143804362045603e-17f,1.1836066593229728e-16f,-2.8816748620345133e-18f,0f,0.9664881826719719f,0.2567111075809321f,1.626020624037817f,-1.2246467991473532e-16f,0.2567111075809321f,-0.9664881826719719f,0.023530660954985932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.472828685206922e-18f,1.224154291237088e-16f,-1.5793641050819176e-18f,0f,0.999597836771706f,0.028357798245378485f,1.2511714352484273f,-1.2246467991473532e-16f,0.028357798245378485f,-0.999597836771706f,0.012896486612969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9942914830326867f,-0.10411812576762736f,0.023320863090741016f,0.14916673311139783f,-0.09952743500721799f,0.8262734761892563f,-0.5544063782344198f,0.8554510794261844f,0.0384543424016658f,-0.5535626057030578f,-0.8319192900261998f,0.41434717870870685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9942914830326867f,-0.07511690884815636f,0.07577530451115536f,0.12499999999999999f,-0.09952743500721799f,0.39700003643678855f,-0.9124063024497762f,0.9742158564990484f,0.0384543424016658f,-0.9147395372860442f,-0.40220994825609313f,0.09686877414777403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.168305181209039f,0.042744070761198696f,-0.1434854307367707f,0.16197838939931522f,0.9790744313730463f,-0.12319196077321845f,0.987785549174361f,-0.06258347205652319f,-0.11439678233997205f,-0.9914618929719947f,0.3934939262558489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16197838939931522f,0.1896153782582743f,-0.9684053953255194f,0.9698357284434314f,-0.06258347205652319f,-0.9774154252250409f,-0.20184745615811595f,0.05615120835300243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.567530820028054e-17f,-3.801255614187334e-18f,0.10197335001044561f,0.7745644927302036f,-0.6242205399450176f,1.1559113027894532f,-0.08147713018456787f,-0.618880246692473f,-0.7812481792047585f,0.03103960763898552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.8862893263750016e-18f,-0.10197335001044561f,0.6801517761046183f,-0.7259442109069953f,1.1182096445219234f,0.08147713018456762f,-0.7215860783937931f,-0.6875136425738427f,0.03173396059239929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.644496862056982e-17f,9.567530820028054e-17f,-3.801255614187334e-18f,0f,0.7812481792047585f,-0.6242205399450176f,1.1559113027894532f,-1.2246467991473532e-16f,-0.6242205399450176f,-0.7812481792047585f,0.03103960763898552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.176466819917097e-16f,-3.861964953671178e-18f,0.08372686686417624f,0.95700246740387f,-0.27773384588129213f,1.1808803178192568f,-0.024206099623947763f,-0.2766769847475732f,-0.9606580613579353f,0.031535337016028044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.176466819917097e-16f,-3.861964953671178e-18f,-0.08372686686417624f,0.95700246740387f,-0.27773384588129213f,1.1808803178192568f,0.02420609962394752f,-0.2766769847475732f,-0.9606580613579353f,0.031535337016028044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.401258653734087e-17f,1.176466819917097e-16f,-3.861964953671178e-18f,0f,0.9606580613579353f,-0.27773384588129213f,1.1808803178192568f,-1.2246467991473532e-16f,-0.27773384588129213f,-0.9606580613579353f,0.031535337016028044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.142346086057959e-16f,-0.19375f,0.12175435800300806f,0.9248161655435588f,-0.3604038516117494f,1.1932666272267232f,-0.04704214241232227f,-0.35732054669979824f,-0.9327963677799223f,0.03200555098495481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12175435800300809f,0.8898856954476926f,-0.43963544596045906f,1.19361269002268f,0.04704214241232204f,-0.4372593944077598f,-0.8981042583349763f,0.01929869418964746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.39249908583932e-17f,1.0995314087164942e-16f,-0.00781250000000001f,0f,0.8978355306052578f,-0.4403309664136459f,1.0540783115741736f,-1.2246467991473532e-16f,-0.4403309664136459f,-0.8978355306052578f,0.08052773559450024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.4136742327670656e-17f,1.142346086057959e-16f,0f,0f,0.9327963677799223f,-0.3604038516117494f,1.2625f,-1.2246467991473532e-16f,-0.3604038516117494f,-0.9327963677799223f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6734184743814965f,0.0019481762937485928f,-0.7392589282320684f,-1.0434323705559603f,-0.0005860130627886902f,0.9999976201773518f,0.002101482410823249f,1.915130974069857f,0.7392612629851427f,-0.000981961690308982f,0.6734180134217164f,0.3486089277910286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.19369558445771728f,0.0019481762937485928f,-0.9810597459740727f,-1.0012356417087007f,0.0005860130627886902f,0.9999976201773518f,0.002101482410823249f,1.915130974069857f,0.9810615052840845f,-0.000981961690308982f,0.19369398183982192f,0.4323257037358227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.450098441037435f,0.0019481762937485928f,-0.8929768182796233f,-0.888387483390387f,0f,0.9999976201773518f,0.0021816598343368005f,1.9148037250947065f,0.8929789434111371f,-0.000981961690308982f,0.4500973698829712f,0.32295271028097994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.022462715906166553f,0.5184899471151806f,-0.854788629507094f,0.8244297557192626f,-0.9888198276762549f,0.13759339089675127f,0.0574752744737706f,2.1427554596857874f,0.1474136180562035f,0.8439408945666936f,0.5157838614085831f,-0.43768040804725106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7380367642703314f,0.5184899471151806f,-0.4318216174832802f,0.783638793712754f,-0.570435178048677f,0.13759339089675127f,-0.8097356151399713f,2.226389325789447f,-0.36042397565915757f,0.8439408945666936f,0.3973138863015182f,-0.4262551571030184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4351035947360917f,0.5184899471151806f,-0.7361066747341909f,0.9144502759261369f,-0.8920945717723703f,0.13759339089675127f,-0.43038974638785815f,2.249130854695796f,-0.12186934340514738f,0.8439408945666936f,0.5224094463311005f,-0.5103291995247998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4286225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12.mcfunction new file mode 100644 index 000000000..40640ec73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120.mcfunction new file mode 100644 index 000000000..eef2854e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..afdbe82b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5018132585541691f,-0.13370212227443634f,-0.6302790179618888f,-0.08057309215032221f,-0.11442881175826f,0.8046834150524305f,-0.07959329760472905f,1.3311702535478922f,0.6340614678588219f,0.039405437230336085f,-0.5131838958286267f,-0.4597705672798055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.504274859546909f,0.06711278298822522f,-0.6174161808606258f,-0.08057309215032221f,0.1980936236341057f,0.7711548222987771f,-0.07796894459238765f,1.3311702535478922f,0.5886134404721446f,-0.20202998392544844f,-0.5027107550974302f,-0.4597705672798055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8107660896623008f,0.0977410311368587f,0.007034424670871077f,-0.14349652221651005f,0.09676700725461782f,0.8077976677144209f,-0.07101773571841888f,1.3303235684906896f,-0.015457639054243572f,-0.06967110815747136f,-0.8135425265635615f,-0.4301154650466707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.770403986127249f,-0.21547671368159932f,0.006890864983710443f,-0.14349652221651005f,-0.21524544657556527f,0.7673523546980587f,-0.06956839417314503f,1.3303235684906896f,0.012128309351723546f,-0.06884874436271661f,-0.7969396178581828f,-0.4301154650466707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4231427467220825f,0.6094518123374895f,0.2112805265301964f,-0.21351766249541318f,0.1409685675405387f,-0.20556164773901806f,1.542491011949304f,1.6768086159507647f,0.6294432741859238f,1.4239800375768508f,0.1322432121688456f,0.5053953944422906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.268983374448272f,-0.6323094247217502f,-0.7265209808935118f,-0.3049019894531173f,0.4352301249708219f,0.7527103981030994f,-0.49396537824563813f,1.58029019697311f,0.8591988609095705f,-0.18333534300707846f,0.47766669280594987f,0.2940729724581531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1561509298377467f,-0.6323094247217502f,-0.7588159714442342f,-0.23916736374778327f,0.10796407340455492f,0.7527103981030994f,-0.6494388465755413f,1.5625928657330617f,0.9818149754229171f,-0.18333534300707846f,-0.049269727417288356f,-0.012875358250862196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9685853131218628f,-0.06566673830341441f,-0.23985489506202268f,0.5642143337545986f,0.12849815721380667f,0.6936097683772399f,-0.7087973707656704f,1.4415125544389813f,0.21291010966433413f,-0.7173516353172011f,-0.6633821798258217f,-0.4289439410488769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8334958333041097f,-0.06566673830341441f,-0.5486096748557017f,0.2905635855490028f,0.35712269281194975f,0.6936097683772399f,-0.6255948141492329f,1.5576866570586034f,0.42160180045088697f,-0.7173516353172011f,-0.5546697694703652f,-0.2843041678840278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9045074347418043f,-0.20900091197141574f,-0.3717323220973895f,-0.009022384924554538f,-0.012170870664853721f,0.8839703137144727f,-0.46738458936810934f,1.2633123624759526f,0.4262841428015593f,-0.4182285299530071f,-0.8021014439142263f,0.13824725453601094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9045074347418043f,-0.09360665005225746f,-0.4160578031509504f,-0.029173993079046244f,-0.012170870664853721f,0.9808817008868166f,-0.1942239912385828f,1.4460137814469896f,0.4262841428015593f,-0.1706132583692718f,-0.8883540654854686f,0.10070505568248833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9045074347418043f,-0.21794967268669863f,-0.3665572815707822f,0.2773647487027733f,-0.012170870664853721f,0.8723819985782902f,-0.48867322257701734f,1.2693923856195655f,0.4262841428015593f,-0.43754724171489034f,-0.7917286409266947f,0.013009874385045903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9045074347418043f,-0.11365981366836181f,-0.41103253795006794f,0.25348458027776755f,-0.012170870664853721f,0.9703166168447667f,-0.24153163971245134f,1.4498171785297564f,0.4262841428015593f,-0.21346453998685416f,-0.8790419328815552f,-0.03250873894299895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9985004681310471f,-0.009455180236976935f,-0.05392044796518303f,0.3070124507829823f,-0.0047601926489012f,0.9962365755093513f,-0.08654493736404106f,2.124726961217841f,0.05453582041213889f,-0.08615848875233781f,-0.9947876954948168f,-0.20049024498992368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9985004681310471f,-0.009455180236976935f,-0.05392044796518303f,0.34058307387078274f,-0.0047601926489012f,0.9962365755093513f,-0.08654493736404106f,1.9922623086256273f,0.05453582041213889f,-0.08615848875233781f,-0.9947876954948168f,-0.2850268736139757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9985004681310471f,-0.009455180236976935f,-0.05392044796518303f,-0.27960657424400787f,-0.0047601926489012f,0.9962365755093513f,-0.08654493736404106f,2.121930348036612f,0.05453582041213889f,-0.08615848875233781f,-0.9947876954948168f,-0.16845045049779206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9985004681310471f,-0.009455180236976935f,-0.05392044796518303f,-0.3209234862660359f,-0.0047601926489012f,0.9962365755093513f,-0.08654493736404106f,1.9891086809957303f,0.05453582041213889f,-0.08615848875233781f,-0.9947876954948168f,-0.2488968925909337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9812490051716677f,0.18504857508461442f,-0.05392044796518303f,0.21044607883373911f,0.18921320631293392f,0.9781146846732407f,-0.08654493736404106f,2.2259637263960506f,0.03672536461890178f,-0.09512459453643154f,-0.9947876954948168f,-0.22605311391419367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.998116176478453f,0.02926915685952898f,-0.05392044796518303f,0.09577301159834929f,0.0338728303170546f,0.9956719365247603f,-0.08654493736404106f,2.239899135964441f,0.05115397949667003f,-0.08820834015990806f,-0.9947876954948168f,-0.22104985137970942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9613870104539199f,0.2698658952548626f,-0.05392044796518303f,0.07335217363880783f,0.2737415047729721f,0.9579016454632925f,-0.08654493736404106f,2.2363547467234572f,0.028294958828443618f,-0.09796344316635909f,-0.9947876954948168f,-0.21952621917330778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9977265288096795f,-0.04042720619362408f,-0.05392044796518303f,0.1026974891206759f,-0.035664245493107066f,0.9956093789283333f,-0.08654493736404106f,2.245326688660612f,0.05718247373798366f,-0.08442514784894721f,-0.9947876954948168f,-0.2218973670273969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917670679817499f,0.11614933559051065f,-0.05392044796518303f,0.16175502605734204f,0.12052246113202578f,0.9889308925194589f,-0.08654493736404106f,2.344948669026219f,0.043271459757701664f,-0.09233104387230436f,-0.9947876954948168f,-0.2651791517671569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917670679817499f,0.11614933559051065f,-0.05392044796518303f,0.13562142554947718f,0.12052246113202578f,0.9889308925194589f,-0.08654493736404106f,2.1224392182093412f,0.043271459757701664f,-0.09233104387230436f,-0.9947876954948168f,-0.24440466689588847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9775687691314718f,-0.20359736469319317f,-0.05392044796518303f,-0.1873653562554804f,-0.19855155944082753f,0.9762618767832069f,-0.08654493736404106f,2.224067223460499f,0.07026079890233695f,-0.07389763886429088f,-0.9947876954948168f,-0.20432555977240274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9973829202304751f,-0.04816529584424431f,-0.05392044796518303f,-0.07296717277493306f,-0.04338605583293505f,0.99530278005033f,-0.08654493736404106f,2.23909469389269f,0.05783563427326636f,-0.08397904679335653f,-0.9947876954948168f,-0.21183364699623308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9561041452875448f,-0.288023347413378f,-0.05392044796518303f,-0.05048108781272863f,-0.2828828398000636f,0.9552419969637567f,-0.08654493736404106f,2.2357643912858136f,0.0764340389527139f,-0.06749280392372806f,-0.9947876954948168f,-0.21276272859607143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9983131867600211f,0.021525947883549112f,-0.05392044796518303f,-0.0799940437532797f,0.026148442662534188f,0.9959047307664415f,-0.08654493736404106f,2.244455735747159f,0.05183666740228805f,-0.087808887959798f,-0.9947876954948168f,-0.2119191717779934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9893896949668959f,-0.13490966156857193f,-0.05392044796518303f,-0.14435836533621324f,-0.1299673118459779f,0.9877340085611026f,-0.08654493736404106f,2.343489321973364f,0.06493480842231651f,-0.07861877350397194f,-0.9947876954948168f,-0.2484599358312474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9893896949668959f,-0.13490966156857193f,-0.05392044796518303f,-0.1140036914832846f,-0.1299673118459779f,0.9877340085611026f,-0.08654493736404106f,2.121249170047116f,0.06493480842231651f,-0.07861877350397194f,-0.9947876954948168f,-0.23077071179285374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9985004681310471f,-0.009455180236976935f,-0.05392044796518303f,0.017339660903458932f,-0.0047601926489012f,0.9962365755093513f,-0.08654493736404106f,1.6139774784723124f,0.05453582041213889f,-0.08615848875233781f,-0.9947876954948168f,-0.16234434837458492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9045074347418043f,-0.05452889232614144f,-0.4229573269237511f,0.03778799552576197f,-0.012170870664853721f,0.9946883516306794f,-0.1022103372340651f,1.2409693466108076f,0.4262841428015593f,-0.0873022510129377f,-0.9003666733970188f,-0.12960600424473329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9371760501777058f,-0.0797747186857042f,-0.33961308165606796f,0.22135399721162252f,-0.14758799289333724f,0.9727574862884872f,0.17877543797574572f,0.6128138235081311f,0.31609940735001485f,0.21766687191283896f,-0.9234188093950919f,-0.1358948577933582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9371760501777058f,-0.20912050148622474f,-0.2792304905118068f,0.14462602870364172f,-0.14758799289333724f,0.9629275075259836f,-0.22580611064254458f,0.9584567546159675f,0.31609940735001485f,-0.17040901122871033f,-0.9332962731978645f,-0.20199706336110373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8943377537542101f,0.29872597625385294f,-0.33305070683164234f,-0.08437551535478602f,0.2697497234139427f,0.9539409159545011f,0.1312700102307796f,0.7130838775879509f,0.35692445829331376f,0.027559390034433973f,-0.933726625460019f,0.09875821220114517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8943377537542101f,0.0017450607510951788f,-0.4473890219628205f,-0.09789008780895025f,0.2697497234139427f,0.7998855407811338f,-0.5361139882220707f,0.9811033886689352f,0.35692445829331376f,-0.6001500449156428f,-0.7158385674576193f,-0.1376637515912482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9423594133214006f,0.10111955804854482f,-0.3189570051035295f,0.030317926729502384f,0.20207951833666252f,0.9317578152517899f,-0.3016475459638843f,1.1609923198973215f,0.2666882157002226f,-0.34871508240579185f,-0.8984849397231728f,-0.1427902010481753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9201034405615629f,-0.23485058963815358f,-0.31345631149075004f,0.023289175157403048f,-0.1342822275005372f,0.9409376705678952f,-0.31081277882956626f,1.154511367996777f,0.3679374159341076f,-0.24388829544050386f,-0.8972962483499287f,-0.15245546923746578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9409406973514006f,-0.11635070713824051f,-0.317951438141568f,0.02910594019681238f,-0.019380166179357783f,0.9560665783547827f,-0.2925083022955733f,1.1709513467551838f,0.3380162913628875f,-0.26907101423492163f,-0.9018568489909417f,-0.1455930241131224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9084298379883059f,0.2602116633819171f,-0.3271775048693845f,0.03172101145900947f,0.1765956328431363f,0.9482615994512342f,0.2638445024383093f,1.1564685224020783f,0.37890528092555337f,0.18190610007969116f,-0.9073813745281115f,-0.1382983293842609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9453186497711767f,-0.03765946017997062f,-0.3239666888026492f,0.03236084234355228f,-0.12538208088401354f,0.9589404059594192f,0.2543867756224344f,1.1631491230670683f,0.3010846794308771f,0.28109618083022275f,-0.9112260712549157f,-0.13651353252296394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9413397312888874f,0.09213564737416416f,-0.3246390807957492f,0.03236084234355228f,0f,0.9620064957585625f,0.27302655936434267f,1.1631491230670683f,0.3374603832999739f,0.25701074802675977f,-0.9055749362155294f,-0.13651353252296394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9132340025580719f,0.24624679933480098f,-0.32460155635660454f,-0.14533657519180884f,0.25445534756827837f,0.9669237076068753f,0.01763575237069652f,1.2247669907876528f,0.31820768794243526f,-0.06649103311830973f,-0.9456864225784303f,-0.05805584671218629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9251180653843669f,-0.16283536498516335f,-0.3429886426831574f,0.21858535357720668f,-0.1731664387481792f,0.9848924415505136f,-0.0005129014926393699f,1.2066157990434945f,0.33789044021806697f,0.05891962734791081f,-0.9393394103956376f,-0.19118504227321326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9413397312888874f,0.03266983353509903f,-0.3358752629678974f,0.02136092534486201f,0f,0.9953027957931658f,0.09681087070317909f,1.038751916198447f,0.3374603832999739f,0.09113191901357383f,-0.9369180663430172f,-0.15227815839549477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9413397312888874f,0.04242485012089737f,-0.33478297804575535f,0.03819444444444445f,0f,0.9920660160815423f,0.1257180167521627f,1.2604166666666667f,0.3374603832999739f,0.11834336410765268f,-0.9338711569990361f,-0.12847222222222218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8607108031728816f,-0.3475245851681542f,-0.37202631090447874f,-2.223554897124101f,0.1978305230454042f,0.9016481009831514f,-0.38456961157254577f,1.6995094606992938f,0.46908421147281787f,0.25740505957960363f,0.8448092316314646f,-0.1250311347364567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1978337322883466f,-0.3475245851681542f,-0.9165634059204881f,-2.167755192034877f,-0.1978305230454042f,0.9016481009831514f,-0.38456961157254577f,1.6995094606992938f,0.9600650491088846f,0.25740505957960363f,0.10962543857324386f,-0.04969551625518556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5951968542850554f,-0.3475245851681542f,-0.724546318293646f,-2.086973096835442f,0f,0.9016481009831514f,-0.43247046372379805f,1.7643800302578634f,0.803579930466892f,0.25740505957960363f,0.5366581133772657f,-0.167862042502411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.13530339585910767f,0.26417359270156104f,0.9549373298746588f,1.4630081168665854f,-0.06583911078476355f,0.9640671972432673f,-0.25737064846361696f,2.3583298832504878f,-0.9886142840157959f,-0.028049101922535874f,0.1478345200596735f,-0.5144795010730372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6982133897805028f,0.26417359270156104f,0.6653648437138597f,1.4926811354315574f,0.17109950298050403f,0.9640671972432673f,-0.20322253634706844f,2.3527812278606235f,-0.695142447568154f,-0.028049101922535874f,-0.7183245961752214f,-0.4257226033545649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3165121980263681f,0.26417359270156104f,0.9110611074015105f,1.3411854600388449f,0.059185657491886104f,0.9640671972432673f,-0.2589816540737282f,2.394402803666615f,-0.9467402423303712f,-0.028049101922535874f,-0.3207743154206221f,-0.4219849049007077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014708433301388864f,0f,-0.000005272818489062093f,0.263404338452599f,0f,0.000015625f,0f,1.4265391666666667f,0.000005272818489062093f,0f,-0.000014708433301388864f,0.5211344633553554f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121.mcfunction new file mode 100644 index 000000000..66b9c942a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121_as_bone.mcfunction new file mode 100644 index 000000000..2c5c1c2a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_121_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5348672148195338f,-0.13796882691323353f,-0.6015198332190096f,-0.07056024664877328f,-0.11207790001518804f,0.8044759373844527f,-0.08486138663748029f,1.3397304922182192f,0.6068772950801705f,0.02697245658142046f,-0.5458176249871227f,-0.45312200756711674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.535788986082246f,0.07564236373906894f,-0.5892439182553564f,-0.07056024664877328f,0.20014347928410786f,0.7700857551844025f,-0.08312952160406233f,1.3397304922182192f,0.5593502928335791f,-0.2030915125504627f,-0.5346784897833039f,-0.45312200756711674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8098612824311954f,0.0991430888796189f,0.03521073118740694f,-0.1339665305331253f,0.09549365624361521f,0.8074001870160272f,-0.07700872722071604f,1.3389485163243955f,-0.04416004167310184f,-0.07224977770440813f,-0.812264922784148f,-0.4265889118611076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7701107074866159f,-0.2138686282721985f,0.034492144836643535f,-0.1339665305331253f,-0.21624885587398923f,0.7665152791545713f,-0.07543712054274225f,1.3389485163243955f,-0.012881403171023643f,-0.08194227641186057f,-0.7956880876252879f,-0.4265889118611076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5293756681873427f,0.25490877453702837f,0.19348858421248022f,-0.3128715062409269f,0.1587752483594323f,-0.21584302618244144f,1.5393532598324549f,1.689927320741709f,0.27786100133865455f,1.5263811957412325f,0.18536439577934957f,0.5047548539972256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.06712413502531628f,-0.675753632343373f,-0.7340649691082123f,-0.3552996023569829f,0.4437052411863146f,0.6791875128334761f,-0.5846622797435038f,1.5883600239886224f,0.893655419857619f,-0.2864635243548718f,0.3454253027403876f,0.28068336295376395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2942274806677891f,-0.675753632343373f,-0.6758603539153805f,-0.24931181182695525f,0.10779226642826434f,0.6791875128334761f,-0.7260063014253628f,1.5704552013908546f,0.9496373080909069f,-0.2864635243548718f,-0.126994615224591f,-0.016151518744050464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9725062005357314f,-0.10433605001973215f,-0.20819625017236904f,0.5768044144814588f,0.09629123192735528f,0.6338523040596507f,-0.7674368086638693f,1.4608186798922362f,0.21203699812407262f,-0.7663845283567199f,-0.6063786491310359f,-0.394054652952679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8648898282968076f,-0.10433605001973215f,-0.49099854742656684f,0.29283706467520343f,0.32260727921582427f,0.6338523040596507f,-0.7029621611688892f,1.5661661195358558f,0.3845648557859673f,-0.7663845283567199f,-0.5145528412026952f,-0.2621492644461978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.922428287473498f,-0.19358276586661527f,-0.3341433333588161f,-0.02382779560320799f,-0.011376107230962199f,0.8785251646831616f,-0.47756059217935176f,1.2767507968024563f,0.38600082726981216f,-0.43671414881802806f,-0.8125786814636266f,0.15052978759455343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.922428287473498f,-0.09234610666304272f,-0.3749643330410075f,-0.04348621768403479f,-0.011376107230962199f,0.9770632660780479f,-0.2126451463475405f,1.458621127027418f,0.38600082726981216f,-0.19188426372445244f,-0.9023213344933972f,0.1089119798056349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.922428287473498f,-0.2008259968128303f,-0.32984083051199514f,0.2674538547337314f,-0.011376107230962199f,0.8678981700689191f,-0.49661187115824257f,1.282484445763467f,0.38600082726981216f,-0.4543365331944531f,-0.8028584407925635f,0.03719236339453279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.922428287473498f,-0.10861392812282195f,-0.37057936948303005f,0.24477262215143333f,-0.011376107230962199f,0.9668578673383434f,-0.255061656370023f,1.4621761605370938f,0.38600082726981216f,-0.23106033624073286f,-0.8930926504922879f,-0.0117132787161814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987768171034959f,-0.011337768387216032f,-0.04812821027845843f,0.3029278302643705f,-0.006843029828485912f,0.9956846840033694f,-0.0925482738027925f,2.1361037245526164f,0.04896981273576734f,-0.09210572755864883f,-0.9945443642148477f,-0.19252989950588026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987768171034959f,-0.011337768387216032f,-0.04812821027845843f,0.33728716224054817f,-0.006843029828485912f,0.9956846840033694f,-0.0925482738027925f,2.0032233520017515f,0.04896981273576734f,-0.09210572755864883f,-0.9945443642148477f,-0.2760915856837824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987768171034959f,-0.011337768387216032f,-0.04812821027845843f,-0.28385354978393335f,-0.006843029828485912f,0.9956846840033694f,-0.0925482738027925f,2.132083444528381f,0.04896981273576734f,-0.09210572755864883f,-0.9945443642148477f,-0.16376013452361696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987768171034959f,-0.011337768387216032f,-0.04812821027845843f,-0.32440247909051784f,-0.006843029828485912f,0.9956846840033694f,-0.0925482738027925f,1.9986898447403798f,0.04896981273576734f,-0.09210572755864883f,-0.9945443642148477f,-0.24364908474633654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9809864649465353f,0.18801391163180464f,-0.04812821027845843f,0.20675783867755737f,0.19180194479720086f,0.9770603005895463f,-0.0925482738027925f,2.236598823112488f,0.02962380062907322f,-0.10001968828572244f,-0.9945443642148477f,-0.2192226839356103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9983207493955764f,0.03223905553279953f,-0.04812821027845843f,0.0920911365139353f,0.036594639144894664f,0.9950355015787016f,-0.0925482738027925f,2.2508413306647346f,0.04490560891591816f,-0.09415409654590061f,-0.9945443642148477f,-0.21499905770411415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.96086702316434f,0.2727970659129086f,-0.04812821027845843f,0.06965290008830617f,0.2762284966977892f,0.956625650203988f,-0.0925482738027925f,2.247360486257249f,0.020793782902078277f,-0.10222096752186119f,-0.9945443642148477f,-0.21358930832268136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9981377730562834f,-0.037478812329577116f,-0.04812821027845843f,0.099033872647183f,-0.03290467139716939f,0.9951643580918519f,-0.0925482738027925f,2.256246838254955f,0.05136407887315295f,-0.09079228496957595f,-0.9945443642148477f,-0.2158380467839933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917120187124072f,0.11912576260723043f,-0.04812821027845843f,0.15859529726752922f,0.12317844369510504f,0.9880596581305073f,-0.0925482738027925f,2.3554572739401607f,0.036528659299426405f,-0.09770959348124723f,-0.9945443642148477f,-0.2593739018875347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917120187124072f,0.11912576260723043f,-0.04812821027845843f,0.1317920006809024f,0.12317844369510504f,0.9880596581305073f,-0.0925482738027925f,2.133143850860797f,0.036528659299426405f,-0.09770959348124723f,-0.9945443642148477f,-0.2373892433542541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9764656900180156f,-0.21023423030760874f,-0.04812821027845843f,-0.1921385875141861f,-0.20521325276398203f,0.9743317391454254f,-0.0925482738027925f,2.2338658200069266f,0.06634965793179508f,-0.08049366745786866f,-0.9945443642148477f,-0.1996648778701614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9973316563732956f,-0.0548930102207099f,-0.04812821027845843f,-0.07781410661448077f,-0.05026767270565559f,0.994438524041019f,-0.0925482738027925f,2.2496772401223493f,0.05294079973381177f,-0.08988203008404182f,-0.9945443642148477f,-0.20666864014100667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9544268227710033f,-0.2945388180709635f,-0.04812821027845843f,-0.05530010509970845f,-0.2893509607894772f,0.9527385992528746f,-0.0925482738027925f,2.246504381943434f,0.07311266282562873f,-0.07440461103339019f,-0.9945443642148477f,-0.20746288932692053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.998731349410281f,0.01481104589526347f,-0.04812821027845843f,-0.08487885395361713f,0.019223301611025062f,0.9955226173680308f,-0.0925482738027925f,2.2549867766952394f,0.04654198513482936f,-0.09335604548283677f,-0.9945443642148477f,-0.2068208453160178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9887522672406949f,-0.14160730702113397f,-0.04812821027845843f,-0.14976384767472664f,-0.13674741721446518f,0.9862732688769863f,-0.0925482738027925f,2.353344578900997f,0.060573079099202204f,-0.08492590710098984f,-0.9945443642148477f,-0.24425511926803495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9887522672406949f,-0.14160730702113397f,-0.04812821027845843f,-0.11790220359497156f,-0.13674741721446518f,0.9862732688769863f,-0.0925482738027925f,2.1314330934036754f,0.060573079099202204f,-0.08492590710098984f,-0.9945443642148477f,-0.22514679017031228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987768171034959f,-0.011337768387216032f,-0.04812821027845843f,0.014259511412615476f,-0.006843029828485912f,0.9956846840033694f,-0.0925482738027925f,1.6248922051368464f,0.04896981273576734f,-0.09210572755864883f,-0.9945443642148477f,-0.15298432000676165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.922428287473498f,-0.052645779515452844f,-0.38256303580968193f,0.03400167873091029f,-0.011376107230962199f,0.9939382816436896f,-0.10934933226800711f,1.2521653495204628f,0.38600082726981216f,-0.09651483918237494f,-0.9174356910239654f,-0.11679125531337105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9459019665778918f,-0.1019631025855604f,-0.3080146024707324f,0.2231598648615461f,-0.16363560071261884f,0.9696764719929236f,0.18152390983773184f,0.6265492053563539f,0.2801657720056061f,0.2221059777999753f,-0.9339036753445291f,-0.11717575926712781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9459019665778918f,-0.21737985981643954f,-0.24086399932381333f,0.1436987953310088f,-0.16363560071261884f,0.9606641596645326f,-0.22438307091992907f,0.9712663874809859f,0.2801657720056061f,-0.1728304628305514f,-0.9442652017914671f,-0.18411605189508365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9045332259859205f,0.3033933280089933f,-0.2996199786515098f,-0.10233329833958331f,0.27327924002742837f,0.9518626386580615f,0.13883794184927944f,0.7164852444757f,0.3273195687054701f,0.04370361136725537f,-0.943902481348537f,0.10052557598053807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9045332259859205f,0.03982076310892682f,-0.42453969179916085f,-0.1006511216745434f,0.27327924002742837f,0.8184123937316727f,-0.5054894764052211f,0.9950839718961575f,0.3273195687054701f,-0.5732499111311019f,-0.7511633905686891f,-0.12742799279525271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9510970988607442f,0.11084689450669669f,-0.28831800935234186f,0.026324091959303027f,0.19876751498249512f,0.9340985830645295f,-0.2965658646987581f,1.173160412872467f,0.23644403888945784f,-0.33937118777978154f,-0.9104512141672287f,-0.13104143686916864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9315745538740283f,-0.2277146412309422f,-0.28339882276302486f,0.020285994944557535f,-0.137634947459683f,0.9424140866651021f,-0.3048152071222041f,1.1673787260650796f,0.33648992824774915f,-0.24495250850776185f,-0.9092704750312636f,-0.13997566953637655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9521811004428475f,-0.1038880251734527f,-0.2873298282201276f,0.025350141723301908f,-0.017450911247284616f,0.9573746615419555f,-0.28832138861705314f,1.182135800324423f,0.30503543672184613f,-0.26952000976362844f,-0.9134069994700754f,-0.13356818696070266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9210354103563999f,0.25399003213282617f,-0.29526739821183057f,0.027714903290263715f,0.17549715840474234f,0.9474275992117956f,0.2675475502478657f,1.1681266265369674f,0.34769889309786217f,0.19460217837665475f,-0.9171888965254551f,-0.12618067392387655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9550430674823739f,-0.05008256409035379f,-0.2922062217475756f,0.02824042288791325f,-0.12945431155685255f,0.9571473686583056f,0.2590569356142066f,1.1741342113713655f,0.26671018067032815f,0.2852378857105371f,-0.9206003628514293f,-0.1245389511671373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9523957996432784f,0.08408313562392596f,-0.29303970230241627f,0.02824042288791325f,0f,0.9612135735037054f,0.2758051234336247f,1.1741342113713655f,0.30486429902801065f,0.26267564107828006f,-0.9154557699650345f,-0.1245389511671373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9219222855876206f,0.25080867887895375f,-0.2952190812530443f,-0.1514842962320467f,0.2550020288328738f,0.966620403480805f,0.02487892412714034f,1.2362207068166575f,0.291604637528308f,-0.052345030075449106f,-0.9551056136356777f,-0.050470152393137874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9357825205190822f,-0.17046526981027035f,-0.30863030648247297f,0.21677656519053695f,-0.18187671053215737f,0.983285781484933f,0.008362660794676988f,1.2199352845060354f,0.3020462488708564f,0.06395829671025267f,-0.9511453095216147f,-0.1710808717372796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9523957996432784f,0.029219948156890267f,-0.30346076427035656f,0.01804320940634553f,0f,0.9953961983671789f,0.09584575252022398f,1.0519115387867892f,0.30486429902801065f,0.09128309211391047f,-0.9480111583057886f,-0.14101934360380394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9523957996432784f,0.0397927760959614f,-0.3022561426876499f,0.03437500000000002f,0f,0.9914448613738104f,0.13052619222005157f,1.2734375f,0.30486429902801065f,0.12431259721380827f,-0.9442479215503294f,-0.115625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8673237925925696f,-0.3028915722034037f,-0.3949761186337624f,-2.2116857856417846f,0.1773759451372866f,0.9295192599081745f,-0.32331365505715004f,1.7640625f,0.4650668907689473f,0.21035836315181244f,0.8599198486850936f,-0.15485266974193024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13289325431377869f,-0.3028915722034037f,-0.943713981270832f,-2.1582082639755282f,-0.17737594513728655f,0.9295192599081745f,-0.32331365505715004f,1.7640625f,0.9751293027309496f,0.21035836315181244f,0.06980116050283497f,-0.07785125951825275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5704268977734035f,-0.3028915722034037f,-0.7634591343253166f,-2.070428154659859f,2.7755575615628914e-17f,0.9295192599081745f,-0.3687735693616877f,1.8193785354042533f,0.8213483757192264f,0.21035836315181244f,0.5302227878500498f,-0.19588538280759898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18303833458168256f,0.21274111001720503f,0.9598115378459517f,1.508219204941539f,-0.08526497540466627f,0.9760618725997046f,-0.2000827449491829f,2.350382037558427f,-0.9794012722285004f,-0.045215494753519936f,0.19679610512250678f,-0.5243955191278521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7111504151285937f,0.21274111001720503f,0.6700793290134206f,1.5364552016354682f,0.12293523765427347f,0.9760618725997046f,-0.17941613138189502f,2.348367962441573f,-0.69220807161237f,-0.045215494753519936f,-0.7202801848092714f,-0.4350213926027549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3011839647352447f,0.21274111001720503f,0.9295318388818136f,1.3829074274562316f,0.02148346791310582f,0.9760618725997046f,-0.21642939140418216f,2.3818394087106274f,-0.9533240162677037f,-0.045215494753519936f,-0.29854460142733946f,-0.4349267656512026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014881184369426226f,0f,-0.000004763504672312667f,0.23709528889783196f,0f,0.000015625f,0f,1.43956f,0.000004763504672312667f,0f,-0.000014881184369426226f,0.5413474703329886f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122.mcfunction new file mode 100644 index 000000000..d72367a59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122_as_bone.mcfunction new file mode 100644 index 000000000..9d0eb784f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_122_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5664378708406294f,-0.1413132731128251f,-0.5710719234598378f,-0.06022177587835237f,-0.10974956729923055f,0.8042218842331843f,-0.09014786654437722f,1.3482691102286122f,0.57796852457518f,0.014218446012531789f,-0.5767969008566382f,-0.4459015587105546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5656149587289705f,0.08445056124122334f,-0.5594173944096371f,-0.06022177587835237f,0.20215544043599581f,0.7689830003807545f,-0.08830811416592055f,1.3482691102286122f,0.5284059957685507f,-0.20379707512978462f,-0.5650255355330334f,-0.4459015587105546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8079192488475648f,0.10102296821697661f,0.0632873737696764f,-0.12397524319451018f,0.09439285193494548f,0.8069296874869679f,-0.08305969780956418f,1.347556745271182f,-0.0728074260609345f,-0.07485508525985654f,-0.8099631098794349f,-0.4224682231370255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7690578359090353f,-0.21143927370475915f,0.06199579471315239f,-0.12397524319451018f,-0.21706873328986542f,0.7656768029526204f,-0.08136460193589962f,1.347556745271182f,-0.03783133694233755f,-0.09503929164013196f,-0.7934332504941404f,-0.4224682231370255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5515949647507188f,-0.09183672839060371f,0.1597664879714309f,-0.4110211861564502f,0.17133768639059146f,-0.22021705147220783f,1.5373854745844342f,1.699222683500937f,-0.06784329430779648f,1.5441750922610418f,0.22875056690217893f,0.4888809813998851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1347022264621112f,-0.6947302264303619f,-0.706544565239991f,-0.4034566787108957f,0.43755141414346543f,0.598055857414264f,-0.6714744607157768f,1.5961060909156872f,0.889046719901268f,-0.3995986785469987f,0.22342073748040647f,0.2616501684937824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42631744098694657f,-0.6947302264303619f,-0.5793128274036051f,-0.25853523894014596f,0.10507990669349103f,0.598055857414264f,-0.7945359681108066f,1.5783043824691654f,0.8984495827366321f,-0.3995986785469987f,-0.18195945532965294f,-0.01972921993394243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9756582845603293f,-0.13307662905901232f,-0.1743029620146644f,0.5881116250828982f,0.06977624853093439f,0.5651365399492477f,-0.8220413410255848f,1.48029030204265f,0.20789946346670737f,-0.814193651419908f,-0.5420945591663623f,-0.3582746013565784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8931774980903563f,-0.13307662905901232f,-0.4295632289935227f,0.2948100954056669f,0.2876693800738556f,0.5651365399492477f,-0.7732186100852179f,1.5746047025021506f,0.3456592030786614f,-0.814193651419908f,-0.4664851694475851f,-0.23975395297182878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9385528701949339f,-0.17684869790827734f,-0.29638327870680925f,-0.038682777753107814f,-0.010487150010316346f,0.8729611618898139f,-0.4876769725101314f,1.2902583664298948f,0.3449761289328762f,-0.45460240637301197f,-0.8211748428844823f,0.1623168350999796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9385528701949339f,-0.08927374375388816f,-0.33338972468421463f,-0.057505290486238175f,-0.010487150010316346f,0.9728982965499927f,-0.23099550700129137f,1.4712330751142604f,0.3449761289328762f,-0.21330518804353454f,-0.9140527157774871f,0.1166092828682076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9385528701949339f,-0.18256271161595136f,-0.29289821811728783f,0.2570030743084791f,-0.010487150010316346f,0.8633403134226452f,-0.5045131543418367f,1.29558690606535f,0.3449761289328762f,-0.47044060150748024f,-0.812205091660824f,0.061071239397135955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9385528701949339f,-0.10213391600629837f,-0.3296773772191075f,0.2357924814496787f,-0.010487150010316346f,0.9632096942798017f,-0.2685462800525674f,1.4745103094924843f,0.3449761289328762f,-0.24858750581360525f,-0.9050943168641918f,0.008804242576683788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9990205900060661f,-0.012658630651059948f,-0.0423983468306397f,0.29941685493786185f,-0.008411533021030135f,0.995062670016042f,-0.09889150040717117f,2.1472816382901363f,0.043440843179746114f,-0.09843800998895426f,-0.9941945741821603f,-0.18480264993268086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9990205900060661f,-0.012658630651059948f,-0.0423983468306397f,0.33448761087909934f,-0.008411533021030135f,0.995062670016042f,-0.09889150040717117f,2.0139431588632473f,0.043440843179746114f,-0.09843800998895426f,-0.9941945741821603f,-0.26733267163287955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9990205900060661f,-0.012658630651059948f,-0.0423983468306397f,-0.28750774169070203f,-0.008411533021030135f,0.995062670016042f,-0.09889150040717117f,2.142339862640281f,0.043440843179746114f,-0.09843800998895426f,-0.9941945741821603f,-0.15928115456458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9990205900060661f,-0.012658630651059948f,-0.0423983468306397f,-0.3273635299999194f,-0.008411533021030135f,0.995062670016042f,-0.09889150040717117f,2.008370518236815f,0.043440843179746114f,-0.09843800998895426f,-0.9941945741821603f,-0.23855311302629778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.980571672897234f,0.1915243443992125f,-0.0423983468306397f,0.20370283001462688f,0.19487414999975086f,0.9758301782631509f,-0.09889150040717117f,2.2470685874659266f,0.02243345656366818f,-0.1052325457895929f,-0.9941945741821603f,-0.21264927615528956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984602167967391f,0.035771156819946776f,-0.0423983468306397f,0.08905565763333359f,0.03982145393143274f,0.9943011228767697f,-0.09889150040717117f,2.2616753751027088f,0.03861926049259909f,-0.10042759275098417f,-0.9941945741821603f,-0.20921296346463314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9601478551488064f,0.27625798891466513f,-0.0423983468306397f,0.06659904843163632f,0.27918179900699197f,0.9551324485381271f,-0.09889150040717117f,2.258269778671609f,0.013176469799078792f,-0.10678730875149313f,-0.9941945741821603f,-0.20791652946680456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9985232876525648f,-0.03396504381774994f,-0.0423983468306397f,0.0960194057024236f,-0.02963448930063263f,0.9946568595204625f,-0.09889150040717117f,2.2670548617549953f,0.0455306606519561f,-0.09748901275194642f,-0.9941945741821603f,-0.21004503088264326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9915431124868609f,0.12265657856754697f,-0.0423983468306397f,0.15613789015587387f,0.1263289741559534f,0.9870468385218215f,-0.09889150040717117f,2.3658036906449165f,0.02971946110837987f,-0.10341132577324522f,-0.9941945741821603f,-0.2538637614797216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9915431124868609f,0.12265657856754697f,-0.0423983468306397f,0.12854015997817586f,0.1263289741559534f,0.9870468385218215f,-0.09889150040717117f,2.143718151977507f,0.02971946110837987f,-0.10341132577324522f,-0.9941945741821603f,-0.23059621318074147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9754040051224346f,-0.21630859200952168f,-0.0423983468306397f,-0.19626257680860998f,-0.21134303379312125f,0.972396314891381f,-0.09889150040717117f,2.2437009669579826f,0.062619077430385f,-0.08749857032272126f,-0.9941945741821603f,-0.19525740787054668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9972332821038439f,-0.06105867055892847f,-0.0423983468306397f,-0.08201156086947542f,-0.05662475301634494f,0.9934858370873016f,-0.09889150040717117f,2.2602350268539873f,0.04816034063659549f,-0.0962170996056306f,-0.9941945741821603f,-0.20177437382342184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9528397624011332f,-0.3004975330570624f,-0.0423983468306397f,-0.05947312297942328f,-0.295288732812776f,0.9502762942539624f,-0.09889150040717117f,2.2572082787951646f,0.070006795821381f,-0.08170799964248436f,-0.9941945741821603f,-0.20243447886405902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9990633094991034f,0.008653542553599708f,-0.0423983468306397f,-0.08911067228126608f,0.012815250745993406f,0.9950156986176328f,-0.09889150040717117f,2.265496107331189f,0.041331258884958935f,-0.09934221512397061f,-0.9941945741821603f,-0.2019949398574975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9881168946087312f,-0.14774093127778054f,-0.0423983468306397f,-0.15445669706084122f,-0.14299727477626012f,0.9847701511285673f,-0.09889150040717117f,2.363188552726177f,0.056362948781623005f,-0.09165351423373189f,-0.9941945741821603f,-0.24035804308839456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9881168946087312f,-0.14774093127778054f,-0.0423983468306397f,-0.12121498752334066f,-0.14299727477626012f,0.9847701511285673f,-0.09889150040717117f,2.1416152687222496f,0.056362948781623005f,-0.09165351423373189f,-0.9941945741821603f,-0.21973600238580493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9990205900060661f,-0.012658630651059948f,-0.0423983468306397f,0.011475082774543326f,-0.008411533021030135f,0.995062670016042f,-0.09889150040717117f,1.6357874513543806f,0.043440843179746114f,-0.09843800998895426f,-0.9941945741821603f,-0.14364804722074162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9385528701949339f,-0.049965921957588255f,-0.3414995117006458f,0.030212303508638922f,-0.010487150010316346f,0.9931368478728635f,-0.11648699962576911f,1.2633611334020567f,0.3449761289328762f,-0.10574785123150732f,-0.9326354391863985f,-0.10399260300892638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9530496591389906f,-0.12451058564040318f,-0.2760316309384444f,0.22474006834153032f,-0.17961432738326424f,0.9663250821745702f,0.1842675472213375f,0.6403481324244324f,0.2437930282303235f,0.2251953587971876f,-0.9433196752758284f,-0.09805096601723261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9530496591389906f,-0.2256270269482696f,-0.2019623527431253f,0.14254988912689873f,-0.17961432738326424f,0.9581642082969485f,-0.2228453350136362f,0.9840554177444892f,0.2437930282303235f,-0.17610733843076218f,-0.9537039188013865f,-0.16612743865494844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9137291167510463f,0.3072845713917515f,-0.2658482525538592f,-0.11981477071500332f,0.2767935040146895f,0.9497130734874074f,0.14639137331951085f,0.7202887424867224f,0.2974633714201178f,0.0601769908826445f,-0.9528348610497452f,0.10111320582803984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9137291167510463f,0.07615030986223623f,-0.3991243308910625f,-0.10339225824646667f,0.2767935040146895f,0.8357669373707006f,-0.4742140682574375f,1.0090369356047368f,0.2974633714201178f,-0.5437782238246444f,-0.78474249659203f,-0.11712508021172488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9588486498111002f,0.12004000590122757f,-0.25729295314614326f,0.02238729853880186f,0.19544244126223925f,0.9364000493575787f,-0.29147418361937366f,1.1853381006527417f,0.2059405713036807f,-0.32976559030068225f,-0.9213268348120313f,-0.11937147904480815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9419498984542536f,-0.2207866465481085f,-0.2529498873454231f,0.017283192481938315f,-0.1409887336193175f,0.9438413294701974f,-0.29880716486783193f,1.1802444375821495f,0.30471718985715723f,-0.2457982943186774f,-0.9201796741482535f,-0.12751332987374203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9622404394128744f,-0.09154660915544599f,-0.25634460226550226f,0.021624410129173145f,-0.015512948740168276f,0.9586605539529482f,-0.2841290036515303f,1.1933269386023495f,0.27175850525770756f,-0.2694237566488271f,-0.923882110538639f,-0.12161667701688171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9325698438246589f,0.24720135755254471f,-0.2630683850504086f,0.02373550132002773f,0.17439862051531324f,0.9465781474207179f,0.2712469944311227f,1.1797938360246727f,0.3160674098213969f,0.20707800378055774f,-0.9258618108546502f,-0.114145179419292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9635095049553737f,-0.06283334074448454f,-0.26019493682917444f,0.024156324857702374f,-0.13351605301316544f,0.9553144358134167f,0.2637191542423095f,1.18512946172433f,0.2319976237991161f,0.28883611273069876f,-0.928843798781142f,-0.1126558159733328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9623235253052923f,0.07574823678143593f,-0.26114294412926004f,0.024156324857702374f,0f,0.9604126259383184f,0.27858138476621813f,1.18512946172433f,0.271907029412618f,0.2680854202726571f,-0.9242276639406756f,-0.1126558159733328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9298581139541549f,0.25463582173300425f,-0.2655644671336499f,-0.157497921770475f,0.2554380727172718f,0.9662915555069536f,0.03212507996002273f,1.2476334130026285f,0.2647928981678087f,-0.0379635094045557f,-0.9635577268817798f,-0.043000224358030345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9451016655567053f,-0.17861144657015f,-0.27364355083951836f,0.21469223142009314f,-0.19049867474777704f,0.9815354475573643f,0.01727484030910352f,1.2332087954795754f,0.2655053609275757f,0.06845521413656402f,-0.9616760301558082f,-0.15087775794405417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9623235253052923f,0.025798686929349134f,-0.27068036573921606f,0.014815454524530241f,0f,0.9954886650924331f,0.09488054422528264f,1.0650763682065008f,0.271907029412618f,0.09130577980175869f,-0.9579821615932096f,-0.12975232686789198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9623235253052923f,0.03679753170160672f,-0.2694055944197588f,0.030555555555555586f,0f,0.9908004033648453f,0.13533129975013108f,1.2864583333333333f,0.271907029412618f,0.13023249345969337f,-0.9534705370399635f,-0.10277777777777783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8735484700194087f,-0.25426759714113584f,-0.4150434429922038f,-2.1985024457515405f,0.1529186199983617f,0.9528970336352636f,-0.2619220092831301f,1.8286155393007069f,0.46209194559583716f,0.1653336999319512f,0.8712839958832395f,-0.18514414557875294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.06798501527669543f,-0.25426759714113584f,-0.9647414299914252f,-2.147396802478833f,-0.15291861999836165f,0.9528970336352636f,-0.2619220092831301f,1.8286155393007069f,0.9858975268026711f,0.1653336999319512f,0.025900469323689446f,-0.10654849858935059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5451268615755477f,-0.25426759714113584f,-0.7988646279770223f,-2.0531199299186333f,2.7755575615628914e-17f,0.9528970336352636f,-0.303293988217893f,1.8741096375333908f,0.8383535678869584f,0.1653336999319512f,0.5194497693502405f,-0.22376378748658785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.24351456213385186f,0.16191319031717116f,0.9562869740982951f,1.5572933804090185f,-0.10428186696372282f,0.9846225800520968f,-0.14015586706988967f,2.34228547576764f,-0.9642748312858314f,-0.06559339641204495f,0.25665454622081707f,-0.531410179487809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7130592750367841f,0.16191319031717116f,0.682151441459542f,1.5827798713017525f,0.07078950128779521f,0.9846225800520968f,-0.15970980357816925f,2.3441034131212484f,-0.6975208360984213f,-0.06559339641204495f,-0.7135560171112646f,-0.44120931260864343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2718559028558282f,0.16191319031717116f,0.9486192528531969f,1.4277437379274058f,-0.01939133177182452f,0.9846225800520968f,-0.17361552667796504f,2.369236773446139f,-0.9621425800444325f,-0.06559339641204495f,-0.2645357480806229f,-0.44662938383613277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015036305082895195f,0f,-0.000004248547334572156f,0.21054606823283953f,0f,0.000015625f,0f,1.4525808333333332f,0.000004248547334572156f,0f,-0.000015036305082895195f,0.5607821348543962f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123.mcfunction new file mode 100644 index 000000000..3bad0e419 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123_as_bone.mcfunction new file mode 100644 index 000000000..8106e5238 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_123_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5964342046245399f,-0.14371533447703544f,-0.5390330107094468f,-0.049582533967594405f,-0.10744333957378915f,0.8039209519226874f,-0.09545405326855379f,1.3567858816435474f,0.5474181334040443f,0.0012042177204717778f,-0.6060333171736993f,-0.4380915027309902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5936628554678498f,0.09352146864422647f,-0.5280323370214989f,-0.049582533967594405f,0.20412982226458837f,0.7678461053497732f,-0.09350601136511393f,1.3567858816435474f,0.49587844246345936f,-0.20412274102072067f,-0.5936652902926035f,-0.4380915027309902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8049437428721811f,0.10338540783648714f,0.09122210643178136f,-0.1135507321525955f,0.0934654707615645f,0.8063856273270861f,-0.08916765254320345f,1.3561478388628816f,-0.10136183221847937f,-0.07744754309356455f,-0.8066424867824205f,-0.41773053021327927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7672505452309888f,-0.20818576860995863f,0.08936043079031644f,-0.1135507321525955f,-0.21770408252303403f,0.7648367643011496f,-0.08734790453211767f,1.3561478388628816f,-0.06270194012591777f,-0.10808982247015074f,-0.7901803952154324f,-0.41773053021327927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5022359109173895f,-0.4143493248440262f,0.11405329873133699f,-0.5050923573775985f,0.17648453509097103f,-0.21669354035038746f,1.5373039284553132f,1.7047045157684988f,-0.3918503883166686f,1.4908939588621697f,0.2551366822006618f,0.45826874805954204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3277564361278654f,-0.6871632711683833f,-0.6483689978198581f,-0.44867591029037013f,0.41726467199630524f,0.5104280218418599f,-0.751899878988168f,1.6034745151502836f,0.8476236854174003f,-0.5169815018700115f,0.1194328876132994f,0.23714942509799128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5497779095444286f,-0.6871632711683833f,-0.4749219819445345f,-0.26682645273036804f,0.09983336552307502f,0.5104280218418599f,-0.8541056923162039f,1.5861409477745405f,0.8293235492287035f,-0.5169815018700115f,-0.21202022879653046f,-0.023556283634119796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9785781781530829f,-0.15136064803582186f,-0.13955179493209358f,0.5980726014822748f,0.04870291051195033f,0.488407444499233f,-0.8712555277674823f,1.4999214851171803f,0.20003193682574288f,-0.8593882256488653f,-0.4705731631381428f,-0.32170435651456764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.918254376919559f,-0.15136064803582186f,-0.3659219226751088f,0.29647142680709f,0.25236819109416225f,0.488407444499233f,-0.8353253643231418f,1.583002765878747f,0.3051543796047055f,-0.8593882256488653f,-0.41028366068387667f,-0.2171254294119105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.952850651285961f,-0.15882634822382036f,-0.25855333580096296f,-0.0535628453803985f,-0.009504089475012342f,0.8672780206049732f,-0.49773336964560744f,1.3038351311908867f,0.30329079878422077f,-0.47180825139605775f,-0.8278959266039563f,0.17360149692473037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.952850651285961f,-0.08437855019348608f,-0.29147194824058986f,-0.07120552321818083f,-0.009504089475012342f,0.9683874456569173f,-0.24926978833649754f,1.4838498410744556f,0.30329079878422077f,-0.2347467046868106f,-0.9235305495821523f,0.12381442386106495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.952850651285961f,-0.16319052966854125f,-0.2558212019564069f,0.2460292630268244f,-0.009504089475012342f,0.8587077933770734f,-0.5123773978980033f,1.3087000175360228f,0.30329079878422077f,-0.4857877896983195f,-0.8197712575791192f,0.08462013587746106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.952850651285961f,-0.0942197372939364f,-0.2884411160846896f,0.22656030530868201f,-0.009504089475012342f,0.9593720104544728f,-0.28198407373430545f,1.486819869035397f,0.30329079878422077f,-0.2659473381344601f,-0.9150337178006198f,0.029036049240995954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992352007749612f,-0.01338737931772224f,-0.03673951016584659f,0.29649978058280735f,-0.009441738103000683f,0.9943702156924177f,-0.10554017114544244f,2.158252701405128f,0.03794558095242806f,-0.10511256927132151f,-0.9937361222514577f,-0.17726528488330057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992352007749612f,-0.01338737931772224f,-0.03673951016584659f,0.33220019394853545f,-0.009441738103000683f,0.9943702156924177f,-0.10554017114544244f,2.024416098577553f,0.03794558095242806f,-0.10511256927132151f,-0.9937361222514577f,-0.2587119344711756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992352007749612f,-0.01338737931772224f,-0.03673951016584659f,-0.2905508998724824f,-0.009441738103000683f,0.9943702156924177f,-0.10554017114544244f,2.152705680269615f,0.03794558095242806f,-0.10511256927132151f,-0.9937361222514577f,-0.1549722560737491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992352007749612f,-0.01338737931772224f,-0.03673951016584659f,-0.3297931265648763f,-0.009441738103000683f,0.9943702156924177f,-0.10554017114544244f,2.018160947084315f,0.03794558095242806f,-0.10511256927132151f,-0.9937361222514577f,-0.233572987090192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.979993700558273f,0.195608167669133f,-0.03673951016584659f,0.20130326468013565f,0.1984506889755051f,0.9744119233259301f,-0.10554017114544244f,2.2573673005919765f,0.015154897269508485f,-0.11071968398341046f,-0.9937361222514577f,-0.20628516023219656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9985282109649095f,0.03989511624235183f,-0.03673951016584659f,0.08668981910733445f,0.04357582372986411f,0.9934598229726528f,-0.10554017114544244f,2.272398057257773f,0.032288689869378856f,-0.10698579269769751f,-0.9937361222514577f,-0.20364412388558095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9592161535187496f,0.2802758983956139f,-0.03673951016584659f,0.0642138769494774f,0.2826211191096978f,0.9534078745782275f,-0.10554017114544244f,2.269079954392216f,0.005447372015649297f,-0.11161919848645552f,-0.9937361222514577f,-0.20246076320926742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9988787890575299f,-0.02985587318663513f,-0.03673951016584659f,0.09367745780940748f,-0.025830578843663826f,0.9940795005788985f,-0.10554017114544244f,2.277747343456546f,0.0396729878829923f,-0.10447283553666753f,-0.9937361222514577f,-0.20447058775829774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9912514211701725f,0.12677077116152177f,-0.03673951016584659f,0.15440864192544645f,0.12999573332580966f,0.9858815251295036f,-0.10554017114544244f,2.3759833365863217f,0.02284139543018906f,-0.10939282420450334f,-0.9937361222514577f,-0.24859606181717314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9912514211701725f,0.12677077116152177f,-0.03673951016584659f,0.1258852184141041f,0.12999573332580966f,0.9858815251295036f,-0.10554017114544244f,2.1541599934321836f,0.02284139543018906f,-0.10939282420450334f,-0.9937361222514577f,-0.22398267637115993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9744015236233187f,-0.22179242357061846f,-0.03673951016584659f,-0.19971636194893033f,-0.21691770038800004f,0.9704679198886342f,-0.10554017114544244f,2.2535780803104473f,0.05906252635078206f,-0.09486905350902795f,-0.9937361222514577f,-0.19105659072827583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9971010030721355f,-0.0666318097106383f,-0.03673951016584659f,-0.08553674522802582f,-0.062432453655452885f,0.9924532538135741f,-0.10554017114544244f,2.270770694537192f,0.04349457900820271f,-0.10294047274777228f,-0.9937361222514577f,-0.19710388487670943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9513631482339684f,-0.3058731249638089f,-0.03673951016584659f,-0.0629771877806956f,-0.30067411541944816f,0.9478693731687522f,-0.10554017114544244f,2.267878130516023f,0.06710615842889976f,-0.0893604097660202f,-0.9937361222514577f,-0.19763073036074366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9993201152273767f,0.0030847519699561954f,-0.03673951016584659f,-0.09266662474009861f,0.00694966800572594f,0.9943907553820084f,-0.10554017114544244f,2.2759865848052176f,0.036207864015330805f,-0.10572374338852625f,-0.9937361222514577f,-0.19739424130462566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9874993878564714f,-0.15328133407518293f,-0.03673951016584659f,-0.15841188194655229f,-0.14869287979887297f,0.9832353226830842f,-0.10554017114544244f,2.373027506510127f,0.05230092236483123f,-0.09875795083143195f,-0.9937361222514577f,-0.23671682007012507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9874993878564714f,-0.15328133407518293f,-0.03673951016584659f,-0.12392358177963618f,-0.14869287979887297f,0.9832353226830842f,-0.10554017114544244f,2.1517995589064336f,0.05230092236483123f,-0.09875795083143195f,-0.9937361222514577f,-0.2144962811330529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992352007749612f,-0.01338737931772224f,-0.03673951016584659f,0.008989959910249326f,-0.009441738103000683f,0.9943702156924177f,-0.10554017114544244f,1.6466631709752395f,0.03794558095242806f,-0.10511256927132151f,-0.9937361222514577f,-0.13431503318019608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.952850651285961f,-0.04648440353687851f,-0.2998580273591827f,0.026421611236578768f,-0.009504089475012342f,0.9922835833247203f,-0.12362427976535986f,1.2745568272284693f,0.30329079878422077f,-0.11494559796735865f,-0.9459398505617339f,-0.09121043394243658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.958592706758393f,-0.14734426743998602f,-0.2436999987734743f,0.22607110424602306f,-0.19551876019307635f,0.9627047583843757f,0.18700792121363005f,0.6542095494295206f,0.20705660328079328f,0.22691235100067783f,-0.9516503286402864f,-0.07852912024121363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.958592706758393f,-0.23380625770910463f,-0.16258738083160473f,0.1411754423299554f,-0.19551876019307635f,0.9554304093825736f,-0.2211902964408936f,0.9968238688636087f,0.20705660328079328f,-0.18024252185073258f,-0.9615821318819876f,-0.14804071832583404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9219212447754261f,0.3103831574601083f,-0.23178333416538474f,-0.13672721160492765f,0.28029221168421453f,0.9474924332902571f,0.15392974022871342f,0.7245163837772137f,0.2673901540836915f,0.07694403435485647f,-0.9605113851882747f,0.10055039266166656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9219212447754261f,0.11055411982891628f,-0.37126675722529f,-0.10611709961899411f,0.28029221168421453f,0.8519261225981808f,-0.4423326324204455f,1.0229622257628148f,0.2673901540836915f,-0.511859031593351f,-0.8163962501600657f,-0.10675691363490265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9656075574492246f,0.128691127559333f,-0.2259217534555935f,0.018514501040419785f,0.19210219255956137f,0.938662634875219f,-0.2863724943197602f,1.1975270874569408f,0.1752107091782683f,-0.3199235089464657f,-0.9311015818978232f,-0.107777790008323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9512213034064549f,-0.21407463965288426f,-0.2221487803324895f,0.014284701917236943f,-0.14434575858798177f,0.9452190455034539f,-0.29278876002196547f,1.193110153047939f,0.27265790640174914f,-0.2464406717143656f,-0.9300132587235449f,-0.11506908636326431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9711143142374298f,-0.07935098938620505f,-0.22503423998715583f,0.017935900076145372f,-0.013568813338524046f,0.9599242175203265f,-0.27993103422552773f,1.2045265348763599f,0.2382286212606511f,-0.2687915867385355f,-0.9332728469803617f,-0.10973772866162482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9430185929605008f,0.23985367834681126f,-0.23062121826558274f,0.01979029670854734f,0.17330004566883717f,0.9457132566839909f,0.27494277641600134f,1.1914719925298922f,0.2840475796446365f,0.2193094825028428f,-0.933391838073571f,-0.10219113687348562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9707053530939201f,-0.07588829569172643f,-0.22797386703701952f,0.020116667579093223f,-0.13756712787929248f,0.9534417129757401f,0.2683732201336959f,1.196136732542564f,0.19699340801623275f,0.2918730315306501f,-0.9359507095265531f,-0.10086294867010265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9711111464877534f,0.06713915051229577f,-0.22898793775159496f,0.020116667579093223f,0f,0.9596036597496286f,0.28135532018271747f,1.196136732542564f,0.23862762029413323f,0.2732272875530677f,-0.9318818101933057f,-0.10086294867010265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9370384018399903f,0.2577173271116962f,-0.23567098417828133f,-0.16337115619138218f,0.2557629229751175f,0.9659374081595802f,0.039373223759011394f,1.259006121070724f,0.23779058162252958f,-0.02338167710742753f,-0.9710349821027372f,-0.03564447533274187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9530271577787466f,-0.18723958553589387f,-0.23807682403902852f,0.2123263711070182f,-0.1990204358129824f,0.9796443698174144f,0.02622546117519602f,1.2464349650642177f,0.22832017577291416f,0.07237573000245211f,-0.9708921933158375f,-0.13058714586145345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9711111464877534f,0.022410771835519237f,-0.23757293295528709f,0.011677631618768596f,0f,0.9955801958819933f,0.0939152467258218f,1.0782464010730421f,0.23862762029413323f,0.09120214292059303f,-0.9668190254434647f,-0.11847275564025576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9711111464877534f,0.033439658340282716f,-0.23627299976367633f,0.02673611111111109f,0f,0.9901326572022359f,0.14013322640130627f,1.2994791666666667f,0.23862762029413323f,0.13608493815160044f,-0.961528859910629f,-0.08993055555555546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8789756660922592f,-0.20197842182023218f,-0.4319797397293967f,-2.184107422238448f,0.12456455903890311f,0.9716684117654341f,-0.2008585776328271f,1.8929848930020685f,0.4603101661370434f,0.12274043627202556f,0.8792322425017409f,-0.21575321875865447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.0037042424976396204f,-0.20197842182023218f,-0.9793829668247895f,-2.1354211482182492f,-0.12456455903890311f,0.9716684117654341f,-0.2008585776328271f,1.8929848930020685f,0.992204590404097f,0.12274043627202556f,-0.02156005762493518f,-0.13563637145404475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.51932025621545f,-0.20197842182023218f,-0.8303681042786552f,-2.0352090695865503f,0f,0.9716684117654341f,-0.23634825486395877f,1.9284371312316624f,0.8545797045825035f,0.12274043627202556f,0.5046070885544847f,-0.2513858583895223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.31593157623820656f,0.11326718250227608f,0.9419967008984893f,1.610103906617676f,-0.11919416359736029f,0.9897207004191748f,-0.07902965599130354f,2.3342180524703355f,-0.941265101074064f,-0.08731254508817246f,0.32618480800039995f,-0.5352672849536897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7034193192890524f,0.11326718250227608f,0.7016921024344809f,1.6314766990128033f,0.01781739225780018f,0.9897207004191748f,-0.14189952676069695f,2.339809725307441f,-0.7105517586946482f,-0.08731254508817246f,-0.6982067871957192f,-0.44415746418711394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.22797645221468965f,0.11326718250227608f,0.9670559873159357f,1.4757319047178494f,-0.0596445102624577f,0.9897207004191748f,-0.12998256635922237f,2.356511273842772f,-0.9718380881768087f,-0.08731254508817246f,-0.21887724833584465f,-0.45688078732002513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001517361166387115f,0f,-0.000003728556567095832f,0.18378360536355232f,0f,0.000015625f,0f,1.4656016666666667f,0.000003728556567095832f,0f,-0.00001517361166387115f,0.5794306525042481f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124.mcfunction new file mode 100644 index 000000000..6f7a9db32 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124_as_bone.mcfunction new file mode 100644 index 000000000..a832181d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_124_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6247700127146635f,-0.1451586728367174f,-0.5055055245566031f,-0.038668381150214176f,-0.10515880607996254f,0.8035727754643732f,-0.1007812704859655f,1.3652805752924488f,0.515313983082936f,-0.012008275363737619f,-0.6334443500469735f,-0.4296752971790599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6198485352809243f,0.10283755699991794f,-0.49518908527993777f,-0.038668381150214176f,0.20606685969232363f,0.7666745857850618f,-0.09872450986380295f,1.3652805752924488f,0.4618703742898402f,-0.20404537824119556f,-0.6205169143317292f,-0.4296752971790599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8009398018202963f,0.10623243412665763f,0.11897288869332348f,-0.10272223179584185f,0.09271233737016758f,0.8057674237124537f,-0.09532956428936275f,1.3647213841866046f,-0.12978559551764146f,-0.07998733192052891f,-0.8023105199190714f,-0.41235439673704954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7646941539874343f,-0.20410816741217958f,0.11654487055672505f,-0.10272223179584185f,-0.21815393876246034f,0.7639949448682694f,-0.09338406297733494f,1.3647213841866046f,-0.08747405249482172f,-0.12104371198609139f,-0.7859368358390905f,-0.41235439673704954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3940743472997235f,-0.7029465784026944f,0.061879496707666515f,-0.5924146053552601f,0.17114314095374483f,-0.20387453396828312f,1.5396595239544688f,1.7064922598563084f,-0.6845969540578872f,1.3804736623026022f,0.25889327566297243f,0.4139763216606194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5043682217781134f,-0.6523513431990113f,-0.5657299902664072f,-0.4902548532833113f,0.38378127868599865f,0.4175446401505329f,-0.8236312303523354f,1.6104122974040118f,0.7735144646291517f,-0.6325299981091869f,0.039763984979738626f,0.20744281892574673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6621487214588558f,-0.6523513431990113f,-0.3687774338226894f,-0.27417721313961335f,0.09209505829089772f,0.4175446401505329f,-0.9039773081886282f,1.5939654086226147f,0.74369185211941f,-0.6325299981091869f,-0.21639831464961518f,-0.02758031486799665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9816427734427918f,-0.15892869148484243f,-0.10544731561523732f,0.6066314905963764f,0.03263968577360801f,0.40472844792034257f,-0.9138542194226552f,1.5197034242721679f,0.18791518368706628f,-0.9005201577238048f,-0.39211137355724573f,-0.2844498116715239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9400393439224807f,-0.15892869148484243f,-0.30177425818102477f,0.29780979941978397f,0.2167627518767962f,0.40472844792034257f,-0.8883742414336363f,1.5913606619142002f,0.2633247828758063f,-0.9005201577238048f,-0.34601084413137f,-0.19427154174893357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9652947592382601f,-0.13954864123037083f,-0.22075371914852654f,-0.06844285540839373f,-0.008427038163097008f,0.8614754049309368f,-0.5077293685881055f,1.317481130351159f,0.2610268430927114f,-0.48824819859353896f,-0.8327536753177481f,0.18437816837908783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9652947592382601f,-0.077658369795111f,-0.24934956464352426f,-0.08456223452399907f,-0.008427038163097008f,0.963531372684104f,-0.26746266820116027f,1.4964716210531714f,0.2610268430927114f,-0.2560790336092591f,-0.93074621445956f,0.13054618573697951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9652947592382601f,-0.1427445009370155f,-0.2187007892975964f,0.23455061996935075f,-0.008427038163097008f,0.8539999243660648f,-0.5202048771499101f,1.3218240287728933f,0.2610268430927114f,-0.5003080417452811f,-0.8255645647374016f,0.10781367360550018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9652947592382601f,-0.0848777783845269f,-0.24698540548715914f,0.21709237773795723f,-0.008427038163097008f,0.95534467433718f,-0.2953735571160445f,1.4991050704791393f,0.2610268430927114f,-0.2830411912639125f,-0.9229044756815077f,0.04897529727050719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9994232427367694f,-0.013496564809103558f,-0.0311612678797554f,0.2941938434019144f,-0.009911650823097556f,0.9936069960116064f,-0.11245842189339393f,2.169009434187842f,0.03247985614933041f,-0.11208470107532634f,-0.9931676991975594f,-0.16987309129840142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9994232427367694f,-0.013496564809103558f,-0.0311612678797554f,0.3304379167419541f,-0.009911650823097556f,0.9936069960116064f,-0.11245842189339393f,2.0346372695397514f,0.03247985614933041f,-0.11208470107532634f,-0.9931676991975594f,-0.2501899700693567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9994232427367694f,-0.013496564809103558f,-0.0311612678797554f,-0.29296731170593765f,-0.009911650823097556f,0.9936069960116064f,-0.11245842189339393f,2.1631863393292723f,0.03247985614933041f,-0.11208470107532634f,-0.9931676991975594f,-0.1507911758106698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9994232427367694f,-0.013496564809103558f,-0.0311612678797554f,-0.33167998157115564f,-0.009911650823097556f,0.9936069960116064f,-0.11245842189339393f,2.0280708008694495f,0.03247985614933041f,-0.11208470107532634f,-0.9931676991975594f,-0.2286720653704253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9792408761579119f,0.20029049364762874f,-0.0311612678797554f,0.19957804398023227f,0.2025503299398731f,0.9727931266135137f,-0.11245842189339393f,2.2674895734200624f,0.00778911437412733f,-0.1164356086766124f,-0.9931676991975594f,-0.20008105396039808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9985171322417474f,0.044637562700517455f,-0.0311612678797554f,0.08501366595844603f,0.04787822690871228f,0.9925022814751234f,-0.11245842189339393f,2.2830062529353263f,0.025907759605847087f,-0.11378360717973435f,-0.9931676991975594f,-0.19824350932098136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9580581022440733f,0.28487479374035657f,-0.0311612678797554f,0.06251748538551062f,0.2865640722726528f,0.9514379306227818f,-0.11245842189339393f,2.2797883869003415f,-0.002388557514149972f,-0.11667140208135006f,-0.9931676991975594f,-0.19717331176409128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9991985536634225f,-0.025124206277025662f,-0.0311612678797554f,0.09202817382573464f,-0.021471861384389973f,0.9934244120787132f,-0.11245842189339393f,2.2883209675534553f,0.033781792812311695f,-0.11169920207867425f,-0.9931676991975594f,-0.19906539003470697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9908270531613943f,0.13149420560478448f,-0.0311612678797554f,0.1534297483300206f,0.1341983093212024f,0.9845526482218095f,-0.11245842189339393f,2.385991857160801f,0.01589227796252284f,-0.11560863623358061f,-0.9931676991975594f,-0.24351635743648828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9908270531613943f,0.13149420560478448f,-0.0311612678797554f,0.12384355206894412f,0.1341983093212024f,0.9845526482218095f,-0.11245842189339393f,2.164467511310894f,0.01589227796252284f,-0.11560863623358061f,-0.9931676991975594f,-0.2175044142839327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9734751768118663f,-0.2266606615962092f,-0.0311612678797554f,-0.20248197508700672f,-0.22191613898459173f,0.968558893719643f,-0.11245842189339393f,2.2635021951517627f,0.055671423452939614f,-0.10256029388291524f,-0.9931676991975594f,-0.1870146662436773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9969476213383385f,-0.07158502421564747f,-0.0311612678797554f,-0.08836994108138067f,-0.06766799066598114f,0.9913496589924649f,-0.11245842189339393f,2.2812867434242987f,0.038942051140860454f,-0.11000653582205498f,-0.9931676991975594f,-0.19260878483740354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9500160315508127f,-0.31064210142955706f,-0.0311612678797554f,-0.06579241331609802f,-0.3054871508544268f,0.9455319687922203f,-0.11245842189339393f,2.278515890065472f,0.06439829546882249f,-0.0973179367400311f,-0.9931676991975594f,-0.19300341969619084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9995126259013419f,-0.0018670961223528904f,-0.0311612678797554f,-0.09552692371076786f,0.001649901617055305f,0.993655061462428f,-0.11245842189339393f,2.2864609141172516f,0.031173522233748613f,-0.11245502559765143f,-0.9931676991975594f,-0.1929701119507414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.986914888697306f,-0.15820233200465117f,-0.0311612678797554f,-0.1616077833162947f,-0.15381230938409807f,0.9816796202566181f,-0.11245842189339393f,2.3828675131628585f,0.04838156621601086f,-0.10619390435007187f,-0.9931676991975594f,-0.2332780787253662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.986914888697306f,-0.15820233200465117f,-0.0311612678797554f,-0.12601225861524823f,-0.15381230938409807f,0.9816796202566181f,-0.11245842189339393f,2.16198959860512f,0.04838156621601086f,-0.10619390435007187f,-0.9931676991975594f,-0.20938445024660007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9994232427367694f,-0.013496564809103558f,-0.0311612678797554f,0.006806425812755885f,-0.009911650823097556f,0.9936069960116064f,-0.11245842189339393f,1.6575192951862272f,0.03247985614933041f,-0.11208470107532634f,-0.9931676991975594f,-0.12496453236423788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9652947592382601f,-0.04219985174414169f,-0.25773086796098316f,0.022631370216809017f,-0.008427038163097008f,0.9913779605244104f,-0.1307620908912751f,1.2857525599895734f,0.2610268430927114f,-0.1240520531842696f,-0.9573275694796533f,-0.07844501242013678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9625084516618222f,-0.1703898582056308f,-0.21105633537097782f,0.22712977302372242f,-0.2113435192289972f,0.9588170555225385f,0.1897465965939624f,0.6681323625409383f,0.1700335183411321f,0.22723809156863306f,-0.9588803118120537f,-0.05862015261994294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9625084516618222f,-0.24186146776932965f,-0.12280273159839379f,0.13957199048275867f,-0.2113435192289972f,0.952465636507549f,-0.219415423687972f,1.0095717654299396f,0.1700335183411321f,-0.18523563825769407f,-0.9678720788202336f,-0.1298655212544524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9291066183577533f,0.3126741227174973f,-0.19747350380915288f,-0.15297983615532534f,0.2837750605239731f,0.9452009371845608f,0.1614524802226437f,0.7291894601324893f,0.2371341534837095f,0.09396851242980903f,-0.9669215645145646f,0.09887366874785358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9291066183577533f,0.14286149823169642f,-0.34110333338566934f,-0.10882907979033153f,0.2837750605239731f,0.8668686182047457f,-0.40989085595608266f,1.0368597897926963f,0.2371341534837095f,-0.4776289261495683f,-0.8459539007279148f,-0.09632557099269878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9713684213484066f,0.13679356099593076f,-0.1942444636975705f,0.01471254539473044f,0.18874465365412055f,0.9408867225494675f,-0.2812607883212796f,1.2097290745096634f,0.14428737201879563f,-0.3098704519636781f,-0.9397667036428432f,-0.0962573389576474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9593819616712386f,-0.20758589522694826f,-0.19103493848684427f,0.01129450809720686f,-0.1477081925688471f,0.9465468463318674f,-0.2867601045250905f,1.2059775228179206f,0.2403508715771389f,-0.24689504612693808f,-0.93876210763435f,-0.10264320924056519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9787999402859119f,-0.06732517042692268f,-0.19343732401809344f,0.014291763079562174f,-0.011621042255232975f,0.9611656305524968f,-0.2757273690106285f,1.2157363597006166f,0.204488699622246f,-0.26763398900664126f,-0.9415712504400269f,-0.09793005138893891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9523683728911788f,0.2319560253900313f,-0.19796687753729866f,0.015886773155694887f,0.17220146035061812f,0.944832939880826f,0.2786348376805562f,1.2031629334542049f,0.2516766563861717f,0.23127282157965418f,-0.9397721759175796f,-0.09031729677879731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766197290100381f,-0.08922308048682943f,-0.19558411698499564f,0.016129542430329647f,-0.1416073593537132f,0.9515293078371536f,0.2730189226112643f,1.2071578779612542f,0.1617444301521015f,0.2943318165529984f,-0.941916939586174f,-0.08915859380736685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9787482521324141f,0.05826462591234218f,-0.19661406947377683f,0.016129542430329647f,0f,0.9587866816918104f,0.2841269065231364f,1.2071578779612542f,0.20506549916488714f,0.2780887131433095f,-0.9384107888736967f,-0.08915859380736685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9434602676068413f,0.2600438924429949f,-0.20557212225961824f,-0.16909756381350236f,0.2559760718477204f,0.9655581842405353f,0.04662234965690957f,1.2703398718727346f,0.21061570237909144f,-0.008635209853648778f,-0.9775307969891003f,-0.02840096482031662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9595127856934959f,-0.1963132230194636f,-0.20198102029254575f,0.20967354336726818f,-0.20743017625202095f,0.9776157422476554f,0.03521622480649263f,1.2596124645934375f,0.1905464144788953f,0.07568737660453193f,-0.978756090633392f,-0.11022087580919784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9787482521324141f,0.019060809628792655f,-0.20417772768849998f,0.008629516349156843f,0f,0.9956707906498042f,0.09294986092939223f,1.0914216338795701f,0.20506549916488714f,0.09097451392059362f,-0.9745110460477948f,-0.10717627157183171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9787482521324141f,0.029720524073735755f,-0.20290034351012523f,0.022916666666666658f,0f,0.9894416385809445f,0.14493185930724678f,1.3125f,0.20506549916488714f,0.14185180397526875f,-0.9684142743481312f,-0.07708333333333328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8831845456537584f,-0.14638816239278044f,-0.4455957408118137f,-2.1686025266472253f,0.09246037591988267f,0.9857426516575453f,-0.14057917195625194f,1.9569655247181272f,0.45982185376851986f,0.08295740240880506f,0.8841277804607574f,-0.24659705509423183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.05934165815871567f,-0.14638816239278044f,-0.9874457319358056f,-2.122380864495121f,-0.09246037591988267f,0.9857426516575453f,-0.14057917195625194f,1.9569655247181272f,0.9939465008197008f,0.08295740240880506f,-0.07203070799218536f,-0.16503345752830365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4930310629557837f,-0.14638816239278044f,-0.8576076473959142f,-2.016850548461786f,0f,0.9857426516575453f,-0.16825999139174908f,1.9822045234268897f,0.8700117073699007f,0.08295740240880506f,0.48600174734757223f,-0.2787155184134036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.39820479245703805f,0.06798542111822974f,0.9147737019501732f,1.666468380691024f,-0.12655670361748117f,0.9917846361980244f,-0.018618167767785992f,2.3263565020998316f,-0.9085242671683152f,-0.1083569006428726f,0.4035374060100828f,-0.5357062268572266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6822390862490897f,0.06798542111822974f,0.7279614081181669f,1.6824041099017066f,-0.03303104803451857f,0.9917846361980244f,-0.12358068322878671f,2.3353101645668355f,-0.7303826251080653f,-0.1083569006428726f,-0.6743886142450227f,-0.44375544130891953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.16998111158061455f,0.06798542111822974f,0.9830993867464244f,1.5269713372844016f,-0.09550573298137809f,0.9917846361980244f,-0.08509929711367836f,2.3435982279003853f,-0.9808083791819422f,-0.1083569006428726f,-0.16209165743357135f,-0.46541708546803734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001529294143956897f,0f,-0.000003204148424451362f,0.15683508183276088f,0f,0.000015625f,0f,1.4786225f,0.000003204148424451362f,0f,-0.00001529294143956897f,0.5972861502479241f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125.mcfunction new file mode 100644 index 000000000..98069da77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125_as_bone.mcfunction new file mode 100644 index 000000000..d732077e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_125_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6513641769214551f,-0.14563079920963048f,-0.47059624285521456f,-0.027506123086118398f,-0.10289562003449323f,0.8031769290844355f,-0.10613084569839802f,1.3737529556215866f,0.48174852863874623f,-0.025356169909989377f,-0.6589536131218519f,-0.4206376343014399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6440939024017035f,0.11237972008253928f,-0.46099223789898575f,-0.027506123086118398f,0.20796670695532163f,0.7654679263508701f,-0.1039649100719001f,1.3737529556215866f,0.4264890311451213f,-0.20354275286108564f,-0.6455055802009978f,-0.4206376343014399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7959137219504276f,0.10956334294453966f,0.1464980052365184f,-0.09152006101568547f,0.09213422430061649f,0.8050744535023989f,-0.10154237280456707f,1.3732769728686673f,-0.1580413754938417f,-0.08243447485776308f,-0.7969767408346267f,-0.4063198798294571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7613940964842018f,-0.19920946767917216f,0.14350825002760986f,-0.09152006101568547f,-0.21841736924140734f,0.7631510703009611f,-0.0994700794820249f,1.3732769728686673f,-0.11212886627746163f,-0.13385078216237084f,-0.7807119093890221f,-0.4063198798294571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2382012032806204f,-0.9529790334278381f,0.009746386066992867f,-0.6706390613535544f,0.15169658796746563f,-0.18130248514713898f,1.5445140996696984f,1.7048084850323166f,-0.9408784062743987f,1.2248945345320204f,0.2361936787471943f,0.3575505020494069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6583481061803912f,-0.5910069588198862f,-0.46614219473800245f,-0.5274962604960219f,0.3384354315338416f,0.32073996159169926f,-0.8846396643383438f,1.6168693955675688f,0.6723386273085868f,-0.7401598825014934f,-0.011140851142555142f,0.17288623433999822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7612016689019254f,-0.5910069588198862f,-0.2669883778133289f,-0.2805822192444643f,0.08194276653833078f,0.32073996159169926f,-0.9436160554220132f,1.6017782502545144f,0.6433174972538585f,-0.7401598825014934f,-0.1957190487980342f,-0.03174886951168031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9850450725403106f,-0.15580198388851807f,-0.07356593559831934f,0.6137408334569021f,0.020992607261121204f,0.3152632446229195f,-0.9487720469270844f,1.539624290118353f,0.17101320271965678f,-0.9361275705833213f,-0.3072778158106024f,-0.24662146175719085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.958474698091047f,-0.15580198388851807f,-0.23885559431522263f,0.29881398835866135f,0.18091183517480972f,0.3152632446229195f,-0.9316007699028119f,1.5996787360934386f,0.22044763780308177f,-0.9361275705833213f,-0.27398542038000884f,-0.17120080796652487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9758620341551315f,-0.11905368491884019f,-0.18308334277550858f,-0.08329707988997499f,-0.00725613065700449f,0.8555529304784549f,-0.517664497254367f,1.33119638165455f,0.21826735638316902f,-0.5038406526442397f,-0.8357654921570579f,0.19464259594865724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9758620341551315f,-0.06911990560729295f,-0.20716111831964937f,-0.09755181918084023f,-0.00725613065700449f,0.958330746219551f,-0.2855687822892533f,1.509098591681408f,0.21826735638316902f,-0.277172544634416f,-0.9357001344653025f,0.13682461798929613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9758620341551315f,-0.12126391877666115f,-0.18162695917053773f,0.2225866285766795f,-0.00725613065700449f,0.8492159725883237f,-0.5279958148212501f,1.3349591851703495f,0.21826735638316902f,-0.5139331609302853f,-0.8295975332856939f,0.13062753259516413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9758620341551315f,-0.07412083423016534f,-0.20542490654161974f,0.20740506649263837f,-0.00725613065700449f,0.9511274925729213f,-0.308713202568073f,1.5113661325117218f,0.21826735638316902f,-0.29977090386655586f,-0.928707040100661f,0.06861606911955581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9995863337993827f,-0.012961789812188113f,-0.025673980727063256f,0.2925131402850381f,-0.009801324314378551f,0.9927726848109838f,-0.1196090729621936f,2.179544906613727f,0.027038774439558655f,-0.11930795571987485f,-0.9924890510120256f,-0.16258006196681274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9995863337993827f,-0.012961789812188113f,-0.025673980727063256f,0.32921091583587625f,-0.009801324314378551f,0.9927726848109838f,-0.1196090729621936f,2.0446025200839375f,0.027038774439558655f,-0.11930795571987485f,-0.9924890510120256f,-0.2417263700756892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9995863337993827f,-0.012961789812188113f,-0.025673980727063256f,-0.29474383082209926f,-0.009801324314378551f,0.9927726848109838f,-0.1196090729621936f,2.1737866285790295f,0.027038774439558655f,-0.11930795571987485f,-0.9924890510120256f,-0.146694781983572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9995863337993827f,-0.012961789812188113f,-0.025673980727063256f,-0.3330150303062147f,-0.009801324314378551f,0.9927726848109838f,-0.1196090729621936f,2.038109142725662f,0.027038774439558655f,-0.11930795571987485f,-0.9924890510120256f,-0.22381318200948158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9783007336610956f,0.20559309626489952f,-0.025673980727063256f,0.1985426469740464f,0.20718967279683265f,0.970961435460475f,-0.1196090729621936f,2.2774303715140185f,0.00033764552906224987f,-0.12233302749766986f,-0.9924890510120256f,-0.19398634604343223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984180742628976f,0.05002195216895612f,-0.025673980727063256f,0.08404393950031591f,0.052746991382199127f,0.9914188945976625f,-0.1196090729621936f,2.2934969420191886f,0.0194705902656587f,-0.12077408553144083f,-0.9924890510120256f,-0.1929607125574899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9566593850036903f,0.2900752795361705f,-0.025673980727063256f,0.06152671266781329f,0.29102611862645833f,0.9492088642350236f,-0.1196090729621936f,2.290392506946272f,-0.010325665188242909f,-0.12189694114156129f,-0.9924890510120256f,-0.19200410205594393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9994753330074139f,-0.019746022975412864f,-0.025673980727063256f,0.09108836802555761f,-0.016539383728184948f,0.9926832921183959f,-0.1196090729621936f,2.29877253526848f,0.027847935212704695f,-0.11912168621052151f,-0.9924890510120256f,-0.19377872393931386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9902590916646961f,0.13684947237398237f,-0.025673980727063256f,0.15321964192124993f,0.13895412328795928f,0.9830490431745506f,-0.1196090729621936f,2.395825150488867f,0.008870343662204027f,-0.12201147742963915f,-0.9924890510120256f,-0.23856866939844446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9902590916646961f,0.13684947237398237f,-0.025673980727063256f,0.12242851063710393f,0.13895412328795928f,0.9830490431745506f,-0.1196090729621936f,2.1746391157745935f,0.008870343662204027f,-0.12201147742963915f,-0.9924890510120256f,-0.2111160869767757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9726407739094486f,-0.23089125501511515f,-0.025673980727063256f,-0.2045444879460892f,-0.22631939655105843f,0.9666815403274696f,-0.1196090729621936f,2.273477948794023f,0.052435252203010596f,-0.11052614146732717f,-0.9924890510120256f,-0.18308285351651168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9967853019385509f,-0.0758940613809671f,-0.025673980727063256f,-0.09049457451929149f,-0.07231071959861374f,0.9901842401776829f,-0.1196090729621936f,2.291785525482757f,0.034499589423676875f,-0.11736806188587537f,-0.9924890510120256f,-0.18823945201998932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9488160832916636f,-0.31478387315854195f,-0.025673980727063256f,-0.06790205871526106f,-0.3097100305671786f,0.9432779901127779f,-0.1196090729621936f,2.289123408599244f,0.06186870819036033f,-0.10553552277837538f,-0.9924890510120256f,-0.1885030584371158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9996512851413392f,-0.006176959518658737f,-0.025673980727063256f,-0.09767493986024106f,-0.003062813368194389f,0.9928163419481955f,-0.1196090729621936f,2.296921639216099f,0.026228368030443167f,-0.11948872888983536f,-0.9924890510120256f,-0.1886726832384679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9863776296371696f,-0.16248082491477206f,-0.025673980727063256f,-0.16402625841856538f,-0.1583357983890494f,0.9801139957237764f,-0.1196090729621936f,2.3927144337338486f,0.044597608678725545f,-0.1139146036353031f,-0.9924890510120256f,-0.2299871791848292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9863776296371696f,-0.16248082491477206f,-0.025673980727063256f,-0.12746807281274172f,-0.1583357983890494f,0.9801139957237764f,-0.1196090729621936f,2.172188784695999f,0.044597608678725545f,-0.1139146036353031f,-0.9924890510120256f,-0.20435639336688605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9995863337993827f,-0.012961789812188113f,-0.025673980727063256f,0.004925448088648244f,-0.009801324314378551f,0.9927726848109838f,-0.1196090729621936f,1.6683557327997356f,0.027038774439558655f,-0.11930795571987485f,-0.9924890510120256f,-0.11557563002126918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9758620341551315f,-0.03711445447233991f,-0.21521107676843554f,0.01884336851577571f,-0.00725613065700449f,0.9904193923001476f,-0.13790132676553463f,1.2969484606871802f,0.21826735638316902f,-0.13301106955823963f,-0.966781990167626f,-0.06569647893692931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9647780935303163f,-0.1935718754222201f,-0.17813803437091313f,0.22789324899224067f,-0.22708325957370742f,0.9546636411132498f,0.19248513074461782f,0.6821154401176768f,0.13280219676416624f,0.2261576029717262f,-0.9649955000686246f,-0.03833527348333876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9647780935303163f,-0.24973641793026402f,-0.08267376732294601f,0.13773647709050407f,-0.22708325957370742f,0.9492728790113071f,-0.21751826221024448f,1.022299133168526f,0.13280219676416624f,-0.19108302575829422f,-0.9725486382704295f,-0.11161159631162487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9352834252473816f,0.3141441197208264f,-0.16296744000674648f,-0.16848435481577434f,0.28724174922448825f,0.9428388105332188f,0.16895903306648447f,0.7343285015159156f,0.20672951400315734f,0.11121353063873257f,-0.9720568186288733f,0.09612667205454192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9352834252473816f,0.17291151163687407f,-0.3087823239775499f,-0.11153145627904314f,0.28724174922448825f,0.8805748399237706f,-0.3769351785064402f,1.0507295765728202f,0.20672951400315734f,-0.44123639971865064f,-0.8732544575341952f,-0.08583329827692626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9761269337284502f,0.14434168787717938f,-0.16230122116195242f,0.010988136199301887f,0.18536770083993923f,0.9430726568043506f,-0.276139058217592f,1.221945758852224f,0.113203466091851f,-0.29963217639090567f,-0.9473149075867224f,-0.08480660663987774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9664264187423295f,-0.2013269058706646f,-0.15964790674925988f,0.008316618351994886f,-0.15107820121922091f,0.9478243086566146f,-0.28072131560673336f,1.2188481959502802f,0.20783492072613885f,-0.2471771771263584f,-0.9464185590079077f,-0.09023560012878644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9852961182995205f,-0.05549257386730905f,-0.16159249211977258f,0.010699112377076318f,-0.009672173372056241f,0.9623847875565965f,-0.27151789948713434f,1.226958179620748f,0.1705813832930147f,-0.2659625818141077f,-0.9487707292853294f,-0.08619182842015954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9606071771236001f,0.22351841025001637f,-0.1651465153672145f,0.012032370862724817f,0.17110289103683973f,0.9439372101634541f,0.28232311975406904f,1.2148684906246798f,0.21899235588819893f,0.24294456887969412f,-0.9449975050307784f,-0.0785218683348991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9812434964374844f,-0.10281253528889661f,-0.1630668062071795f,0.012202974864616863f,-0.14563657121631315f,0.949577330222983f,0.27765605170957075f,1.2181947465225476f,0.12629801987163614f,0.2961966855217348f,-0.9467398447633025f,-0.07754041882680825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.985225794244367f,0.04913395254490917f,-0.16406093094600832f,0.012202974864616863f,0f,0.9579616985859319f,0.2868961206471013f,1.2181947465225476f,0.1712604284578206f,0.2826574583301681f,-0.9438085753450076f,-0.07754041882680825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9491210198140905f,0.261607832372752f,-0.17530154531061914f,-0.17467058925773987f,0.25607706044427725f,0.965154084464117f,0.05387144286586412f,1.2816357347133185f,0.1832861938643468f,0.0062398143772228465f,-0.983039793627531f,-0.021267382194478386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9645146941524071f,-0.2057938801714462f,-0.1654094424392664f,0.20672887422771485f,-0.215716167691632f,0.9754530167190947f,0.044248696817572f,1.2727400046697686f,0.15224302861058778f,0.07836000930065122f,-0.9852318352458357f,-0.0897911548420385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.985225794244367f,0.01575328565640393f,-0.17053436119030096f,0.005670688747103674f,0f,0.9957604493106914f,0.09198438774362741f,1.1046020629970206f,0.1712604284578206f,0.09062539147279713f,-0.9810488795492536f,-0.09585851890104646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.985225794244367f,0.025642324845133135f,-0.16932987194258714f,0.019097222222222224f,0f,0.9887273637429388f,0.14972708567903958f,1.3255208333333335f,0.1712604284578206f,0.14751498690802617f,-0.974119702234776f,-0.0642361111111111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8857501935665544f,-0.08789589118020062f,-0.45576409129115275f,-2.152082428140284f,0.05679214311745255f,0.995051717086926f,-0.0815274972171167f,2.020305345672404f,0.4606747736494138f,0.046329176940654984f,0.8863590470498188f,-0.27766729889289377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12054129721155787f,-0.08789589118020062f,-0.9888094396698455f,-2.1083683301859493f,-0.05679214311745255f,0.995051717086926f,-0.0815274972171167f,2.020305345672404f,0.9910824628388305f,0.046329176940654984f,-0.12493662080158824f,-0.1947327455388253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46628371151290327f,-0.08789589118020062f,-0.8802578103552335f,-1.9981867076098316f,0f,0.995051717086926f,-0.09935834299322924f,2.0352090971213883f,0.8846352357767306f,0.046329176940654984f,0.46397640779057914f,-0.3057964833844464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4870821822814684f,0.026629423943158065f,0.872950068150738f,1.726148766293431f,-0.12350197117719378f,0.9915908946034391f,0.03866213722621802f,2.318866660638278f,-0.8645797885789779f,-0.12664269232769365f,0.48627504322216986f,-0.5324701289871604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6500386313532305f,0.026629423943158065f,0.7594344287223714f,1.7354579813469224f,-0.07906829872165469f,0.9915908946034391f,-0.10244853281923802f,2.330438894917277f,-0.7557764099822659f,-0.12664269232769365f,-0.6424668447432218f,-0.4399040206705643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09929829390390942f,0.026629423943158065f,0.9947013233168178f,1.581598175322654f,-0.1234371656426559f,0.9915908946034391f,-0.038868546122267596f,2.330483059696118f,-0.9873718220436921f,-0.12664269232769365f,-0.09517622347053267f,-0.4719106413082824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015394153035068235f,0f,-0.0000026759441946534475f,0.12972789961701517f,0f,0.000015625f,0f,1.4916433333333334f,0.0000026759441946534475f,0f,-0.000015394153035068235f,0.6143426945742854f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126.mcfunction new file mode 100644 index 000000000..c38c4221a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126_as_bone.mcfunction new file mode 100644 index 000000000..e0507889c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_126_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6761409129044089f,-0.14512312086936371f,-0.43441591836668786f,-0.01612344661921375f,-0.10065349917867725f,0.8027329268338103f,-0.11150410631163832f,1.3822027835641773f,0.44681851287108143f,-0.03877592565503961f,-0.6824910904837619f,-0.41096449685093817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6663271489329324f,0.12212732497700343f,-0.42555028737961265f,-0.01612344661921375f,0.20982943733526416f,0.7642255814398928f,-0.10922851230527836f,1.3822027835641773f,0.3898457872319207f,-0.20259362568160744f,-0.6685627008820525f,-0.41096449685093817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7898730349851173f,0.1133746922384933f,0.17375618609900134f,-0.07997554193488571f,0.09173185159003483f,0.8043060540160605f,-0.10780298382429977f,1.38181420206874f,-0.1860921826722113f,-0.08474901225020465f,-0.7906527359817022f,-0.3996085868262552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7573558987831679f,-0.19349560799688992f,0.170210141484736f,-0.07997554193488571f,-0.21849347388684853f,0.7623048107794633f,-0.10560292292992632f,1.38181420206874f,-0.13664788489836563f,-0.14646100214186988f,-0.7745169658596267f,-0.3996085868262552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0432481777477782f,-1.162666282212829f,-0.03530730563691311f,-0.737831126312434f,0.11436018433874628f,-0.14971727975971438f,1.5511004913864734f,1.6999684186561699f,-1.1575669474652206f,1.0330528071433471f,0.18505920617278754f,0.29092813116201843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7852740065926562f,-0.5052217491967477f,-0.35790462236257237f,-0.5597217819957461f,0.28290069607483737f,0.2214044352626726f,-0.9332455583641369f,1.6228009678301174f,0.5507376242189101f,-0.8341049455461799f,-0.030935563436196523f,0.13393686260244853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8449847211249755f,-0.5052217491967477f,-0.17536192632360637f,-0.2860390865183294f,0.06948854879716732f,0.2214044352626726f,-0.9727031498006372f,1.6095799332875989f,0.5302566950557164f,-0.8341049455461799f,-0.1519762388138137f,-0.03600961971122492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9887793819860822f,-0.1422866841157722f,-0.04549542045700525f,0.6193623720929883f,0.013028260967821614f,0.22125621834184087f,-0.975128683949571f,1.559669150969891f,0.14881397170755023f,-0.9647798636831131f,-0.2169198387797168f,-0.20833353062797053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9735260561275275f,-0.1422866841157722f,-0.17888967987036197f,0.2994728481633387f,0.14487383844459042f,0.22125621834184087f,-0.9643947618996065f,1.607957328055242f,0.17680098691781343f,-0.9647798636831131f,-0.19478507554861857f,-0.14792243103611016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9845330715889115f,-0.09738465031331016f,-0.14563948925706074f,-0.09809928266534165f,-0.005991523557279156f,0.8495101671544186f,-0.5275382237778931f,1.3449808803272436f,0.1750963523125647f,-0.5185062254058538f,-0.8369543366410189f,0.2043919288050234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9845330715889115f,-0.058778682965074255f,-0.165044531495577f,-0.11015181404314042f,-0.005991523557279156f,0.952786247847486f,-0.30358271946566995f,1.5217309098019869f,0.1750963523125647f,-0.297898359078395f,-0.9384017450246104f,0.14267097557142056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9845330715889115f,-0.09879221061779983f,-0.14468838954439814f,0.2101579934808625f,-0.005991523557279156f,0.8443551581501094f,-0.5357503789553176f,1.3481057281129143f,0.1750963523125647f,-0.5265970623033822f,-0.8318874932226605f,0.1530385204771659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9845330715889115f,-0.0619680641030347f,-0.16387370130385598f,0.1975147708283944f,-0.005991523557279156f,0.9467202226432778f,-0.3220014311827283f,1.5236032609136367f,0.1750963523125647f,-0.31603920495657645f,-0.9324486518501968f,0.0879533654737441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997249772747615f,-0.01176181106799015f,-0.020288657259128956f,0.29146852419851244f,-0.009092931729039397f,0.9918669606396688f,-0.1269537356047349f,2.189852765305872f,0.021616854663630614f,-0.12673433706705858f,-0.9917011240301306f,-0.15533911415074825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997249772747615f,-0.01176181106799015f,-0.020288657259128956f,0.32852637561177134f,-0.009092931729039397f,0.9918669606396688f,-0.1269537356047349f,2.0543084674528087f,0.021616854663630614f,-0.12673433706705858f,-0.9917011240301306f,-0.2332799344450768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997249772747615f,-0.01176181106799015f,-0.020288657259128956f,-0.29586989995041f,-0.009092931729039397f,0.9918669606396688f,-0.1269537356047349f,2.1845106679150614f,0.021616854663630614f,-0.12673433706705858f,-0.9917011240301306f,-0.14263921203586527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997249772747615f,-0.01176181106799015f,-0.020288657259128956f,-0.3337914218327581f,-0.009092931729039397f,0.9918669606396688f,-0.1269537356047349f,2.04828440018232f,0.021616854663630614f,-0.12673433706705858f,-0.9917011240301306f,-0.21895876823042154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9771599786532249f,0.21153426792141877f,-0.020288657259128956f,0.19820903415812519f,0.21238308574675846f,0.9689046258041544f,-0.1269537356047349f,2.2871850390094175f,-0.007197291651311929f,-0.1283630772078221f,-0.9917011240301306f,-0.18794932818434099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.998220767851948f,0.05606843154297275f,-0.020288657259128956f,0.08379398611267444f,0.05819822071901273f,0.9901998364578457f,-0.1269537356047349f,2.303867224515507f,0.01297172826605999f,-0.1279086191902909f,-0.9917011240301306f,-0.18774416362205346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9550051636845125f,0.29589441989084386f,-0.020288657259128956f,0.06125504752515282f,0.2960205062988882f,0.946707245597367f,-0.1269537356047349f,2.30088981667795f,-0.01835748311907966f,-0.12724733164553217f,-0.9917011240301306f,-0.18690189589930545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997002883046626f,-0.013700509121781418f,-0.020288657259128956f,0.090871431721081f,-0.011016396114935295f,0.9918474620790448f,-0.1269537356047349f,2.3090989817457785f,0.021862584024155498f,-0.1266921782004007f,-0.9917011240301306f,-0.18855870640395173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9895355506633576f,0.14285574668170362f,-0.020288657259128956f,0.15379288671030095f,0.14427836113374687f,0.9813595179772617f,-0.1269537356047349f,2.405479391669478f,0.001774396214378627f,-0.12855244888935313f,-0.9917011240301306f,-0.23369573794380027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9895355506633576f,0.14285574668170362f,-0.020288657259128956f,0.1216503437069177f,0.14427836113374687f,0.9813595179772617f,-0.1269537356047349f,2.1846735001245943f,0.001774396214378627f,-0.12855244888935313f,-0.9917011240301306f,-0.20477143694369587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9719127740754978f,-0.23446519992419315f,-0.020288657259128956f,-0.20589204711932754f,-0.23011074673188786f,0.9648480674461115f,-0.1269537356047349f,2.2835095646267494f,0.049341704747234386f,-0.11871931927875974f,-0.9917011240301306f,-0.17921153074808682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9966253531505375f,-0.07953788936216627f,-0.020288657259128956f,-0.09189727764485187f,-0.07634221031669328f,0.9889664382272864f,-0.1269537356047349f,2.3022692363657153f,0.030162433282618018f,-0.12497643064132918f,-0.9917011240301306f,-0.18394522631364585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9477793638937803f,-0.3182807687619893f,-0.020288657259128956f,-0.06929259434507365f,-0.3133271558251476f,0.9411210562082474f,-0.1269537356047349f,2.299702429324531f,0.05950101511423989f,-0.11396714350088075f,-0.9917011240301306f,-0.18407909016259055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997459065714328f,-0.009823068781465355f,-0.020288657259128956f,-0.0990972623669982f,-0.007169433147285104f,0.9918827290785691f,-0.1269537356047349f,2.3073711341824352f,0.02137104400843378f,-0.12677601932291824f,-0.9917011240301306f,-0.18445105105464152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9859007089684382f,-0.1660968465749801f,-0.020288657259128956f,-0.16565269109114314f,-0.16224580963429996f,0.9785494603095511f,-0.1269537356047349f,2.402573895761983f,0.040940069756186304f,-0.12187202831549965f,-0.9917011240301306f,-0.2267884296487756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9859007089684382f,-0.1660968465749801f,-0.020288657259128956f,-0.12828090061177266f,-0.16224580963429996f,0.9785494603095511f,-0.1269537356047349f,2.1824002671923344f,0.040940069756186304f,-0.12187202831549965f,-0.9917011240301306f,-0.19936722327778822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997249772747615f,-0.01176181106799015f,-0.020288657259128956f,0.0033466702592652494f,-0.009092931729039397f,0.9918669606396688f,-0.1269537356047349f,1.679172370568282f,0.021616854663630614f,-0.12673433706705858f,-0.9917011240301306f,-0.10612732223793292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9845330715889115f,-0.031233963920292145f,-0.17239219949153473f,0.015059406729374803f,-0.005991523557279156f,0.9894072326354634f,-0.14504285454339608f,1.3081446583299832f,0.1750963523125647f,-0.14176659517128876f,-0.974291280829493f,-0.05296484904869963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9653867737444228f,-0.2168138455167726f,-0.14498321789629182f,0.2283391502252784f,-0.24273267348646968f,0.9502462945273744f,0.19522507256780625f,0.6961576134662653f,0.09544226684988913f,0.22365986705089366f,-0.9699830089075432f,-0.017686960147559966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9653867737444228f,-0.25737490048557987f,-0.042267454138762914f,0.13566625754891123f,-0.24273267348646968f,0.9458552400489761f,-0.21549643638353913f,1.0350059989368003f,0.09544226684988913f,-0.19777771732915633f,-0.9755894363033165f,-0.09328879359848893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9404510210687704f,0.31478144461326907f,-0.12831414223650725f,-0.18315552276172872f,0.2906919777018157f,0.9404062849181188f,0.17644884070548333f,0.7399532358540459f,0.17621024678069755f,0.12864160063403018f,-0.9759104915491995f,0.09235996775445587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9404510210687704f,0.20055381608427342f,-0.27446319211279074f,-0.11422730227049148f,0.2906919777018157f,0.8930269769559126f,-0.34351272542482497f,1.0645715364396786f,0.17621024678069755f,-0.4028411414975133f,-0.8981475177533288f,-0.0752824990923616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9798798627194808f,0.15133098270324516f,-0.13013219552025393f,0.007347804259608994f,0.18196920405391653f,0.9452207428781916f,-0.2710072988109066f,1.2341788321546998f,0.08199184967321796f,-0.28923464679541755f,-0.9537403502422945f,-0.07342159223465547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9723505599706795f,-0.1953033605769742f,-0.12802728565445048f,0.0053550341751495345f,-0.15445794350436823f,0.9490509744221307f,-0.2746725170758914f,1.2317238190576254f,0.17514888584603455f,-0.24730314453266622f,-0.9529764018542894f,-0.07784579129696445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9906032018537764f,-0.04387598261046168f,-0.12953839055281183f,0.007164987665398737f,-0.007724743376238181f,0.9635816990079349f,-0.2673025208948713f,1.2381937559005662f,0.1365489832141477f,-0.263790082237654f,-0.9548660469910082f,-0.07452071757731236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9677242938797819f,0.2145518121229503f,-0.13220140297907576f,0.008234450412244878f,0.17000436419412782f,0.9430260809569142f,0.28600756421814105f,1.226590488985192f,0.1860328121322367f,0.25430165266824745f,-0.9490639927109078f,-0.06680252098597257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9845692836912523f,-0.11663073313690878f,-0.13046301276469763f,0.008344886386010943f,-0.14965458783761984f,0.9475858920844016f,0.2822843981904793f,1.229249179866636f,0.09070187402058794f,0.29745293612697127f,-0.950418287302279f,-0.06600551654725212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9905360986115782f,0.039756950555783446f,-0.13136826949404032f,0.008344886386010943f,0f,0.9571287173198957f,0.2896629394340452f,1.229249179866636f,0.13725245843828737f,0.286921597939361f,-0.9480705455231535f,-0.06600551654725212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.954018145091494f,0.26240309490851776f,-0.14489304544599976f,-0.18008357912872477f,0.2560654791006747f,0.9647252870701754f,0.0611194805304327f,1.2928948066593302f,0.1558199257127505f,0.02120698634411336f,-0.987557803108797f,-0.01424103099625642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9679916052866947f,-0.21564121180082793f,-0.1284177552659999f,0.20348808162003088f,-0.22386678178043554f,0.9731598962464425f,0.05332429420896582f,1.2858163361760118f,0.11347209396921623f,0.0803659387469838f,-0.9902855142733117f,-0.06931052636243384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9905360986115782f,0.012492557917636215f,-0.13668274706058667f,0.0028005331966649612f,0f,0.9958491717803593f,0.09101882807624333f,1.117787684674192f,0.13725245843828737f,0.09015743486284007f,-0.9864245534208883f,-0.08451515285917886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9905360986115782f,0.02120808418779246f,-0.13560403575276553f,0.015277777777777793f,0f,0.987989849476809f,0.15451879280784045f,1.3385416666666665f,0.13725245843828737f,0.15305644219004907f,-0.9786396109685987f,-0.0513888888888889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.886251381797305f,-0.026931886090001644f,-0.4624209789510017f,-2.134654486131931f,0.017783874772633643f,0.9995506071390057f,-0.024131257035562126f,2.0826563674503973f,0.4628630705299774f,0.013162723110369597f,0.8863320600428943f,-0.30905251632939207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.17928767744441948f,-0.026931886090001644f,-0.9834279852781398f,-2.093488574504892f,-0.017783874772633643f,0.9995506071390057f,-0.024131257035562126f,2.0826563674503973f,0.983635940027944f,0.013162723110369597f,-0.1796860601317271f,-0.22482407564624265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.43910305735508165f,-0.026931886090001644f,-0.8980329495809466f,-1.9793665878812694f,1.734723475976807e-18f,0.9995506071390057f,-0.02997638684106345f,2.087152825476557f,0.8984367006202606f,0.013162723110369597f,0.43890572757586555f,-0.3327741551241972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5784017745166141f,-0.011007020033813422f,0.8156777750717543f,1.7888543719731957f,-0.10802411394852755f,0.9900696130246674f,0.08996083687261257f,2.3118942166436898f,-0.8085679798518288f,-0.14014637660375137f,0.5714689974820787f,-0.5253141433890137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6078533706543268f,-0.011007020033813422f,0.7939730003558996f,1.7905693140507246f,-0.11791093800345732f,0.9900696130246674f,-0.07654522888025171f,2.325050227800754f,-0.7852460063466218f,-0.14014637660375137f,-0.6031149995162787f,-0.43250767354932024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.018292715493639422f,-0.011007020033813422f,0.9997720850623127f,1.6397460302526132f,-0.1403307856753493f,0.9900696130246674f,0.008332584048448513f,2.3172223346149545f,-0.9899356782900635f,-0.14014637660375137f,-0.01965568551924718f,-0.47596255564127987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001547712654080591f,0f,-0.00000214456966309824f,0.10248964866237129f,0f,0.000015625f,0f,1.5046641666666665f,0.00000214456966309824f,0f,-0.00001547712654080591f,0.6305952985253495f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127.mcfunction new file mode 100644 index 000000000..27abd931c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127_as_bone.mcfunction new file mode 100644 index 000000000..e4bc36cc9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_127_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6990299997747125f,-0.14363097436787925f,-0.3970788927424163f,-0.004548852166249173f,-0.09843222617762545f,0.802240223280154f,-0.11690237570541348f,1.3906298174279184f,0.4106246469820419f,-0.05220356116192164f,-0.7039933465149593f,-0.400643210322398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6864829750219774f,0.13205826826463807f,-0.3889752418701221f,-0.004548852166249173f,0.21165504305745841f,0.7629469759492012f,-0.11451661293591525f,1.3906298174279184f,0.3520557736400875f,-0.20117784587999182f,-0.6896261353615928f,-0.400643210322398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7828264857144478f,0.1176603055616816f,0.2007067268517513f,-0.06812091555518751f,0.09150588630157394f,0.8034615238778589f,-0.11410826816877273f,1.3903326754833607f,-0.21390140364330293f,-0.08689117669501813f,-0.7833521285963448f,-0.39220372740480663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7525851597499956f,-0.18697545639383925f,0.19661067120171558f,-0.06812091555518751f,-0.21838138606289187f,0.761455781605791f,-0.11177952800206309f,1.3903326754833607f,-0.16101288006033476f,-0.15882465603749746f,-0.7673653504617256f,-0.39220372740480663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8157399553163525f,-1.3310228568908016f,-0.06597522061142604f,-0.7925335179688344f,0.05557726057701876f,-0.111264640786743f,1.5575421656627315f,1.6923661489760804f,-1.3314975566658882f,0.8108048989398425f,0.10543207504323561f,0.21632132688567127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8826368492007353f,-0.39835942886883363f,-0.24952346155080313f,-0.586288746560214f,0.21911849209220852f,0.12094569347741649f,-0.9681731382622135f,1.6281696745547893f,0.4158596865004291f,-0.9092204928731884f,-0.019463208450852545f,0.09115783793753368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9118603625374956f,-0.39835942886883363f,-0.09909815671486355f,-0.29054831473198944f,0.0548772575484261f,0.12094569347741649f,-0.9911410726194482f,1.6173708951984251f,0.4068158869033395f,-0.9092204928731884f,-0.08842471092678689f,-0.04031051652444309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9926366627945078f,-0.11897007580371052f,-0.022772280066821846f,0.6234677487825476f,0.007900253316036013f,0.12401183663617293f,-0.992249288420841f,1.579819973541384f,0.12087200533508519f,-0.9851229290994006f,-0.12215880192967102f,-0.16970295893326243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9851820778389799f,-0.11897007580371052f,-0.1235410642989981f,0.29977535919023385f,0.10870667782132232f,0.12401183663617293f,-0.9863082289888765f,1.6161967725168302f,0.13266171905233642f,-0.9851229290994006f,-0.10924139719308068f,-0.12444631079136015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.991292258630615f,-0.07458963157755372f,-0.1085174863334876f,-0.11282280020536467f,-0.004633395451589856f,0.8433466420567749f,-0.5373499539203022f,1.3588345980433338f,0.1315985927949196f,-0.532168045069118f,-0.8363486008726926f,0.21362476574832345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.991292258630615f,-0.046658971550981344f,-0.1231365029258935f,-0.1223409605144605f,-0.004633395451589856f,0.9468985761544664f,-0.3214990172974607f,1.5343687122141871f,0.1315985927949196f,-0.31812894689174165f,-0.9388694177168349f,0.1481076543453917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.991292258630615f,-0.07537681372551333f,-0.10797219054739576f,0.19728657350901088f,-0.004633395451589856f,0.839416657279778f,-0.5434686809079552f,1.3612638941522994f,0.1315985927949196f,-0.5382360183356675f,-0.8324564847129032f,0.1750246370484255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.991292258630615f,-0.04844492121720526f,-0.12244487570851076f,0.1874378703076067f,-0.004633395451589856f,0.9421225757141835f,-0.3352366089439843f,1.5358166482928088f,0.1315985927949196f,-0.3317501197255722f,-0.934143280464226f,0.10698309409697931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998384413527669f,-0.009878628391697774f,-0.0150167870854052f,0.2910675158722421f,-0.007770833808676519f,0.9908895124217074f,-0.1344529222984344f,2.1999272590205936f,0.01620818728876182f,-0.13431450730941047f,-0.9908061908320127f,-0.1481023180928438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998384413527669f,-0.009878628391697774f,-0.0150167870854052f,0.3283884621826763f,-0.007770833808676519f,0.9908895124217074f,-0.1344529222984344f,2.0637525147702274f,0.01620818728876182f,-0.13431450730941047f,-0.9908061908320127f,-0.22480889209299726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998384413527669f,-0.009878628391697774f,-0.0150167870854052f,-0.29633756842250847f,-0.007770833808676519f,0.9908895124217074f,-0.1344529222984344f,2.195361894157996f,0.01620818728876182f,-0.13431450730941047f,-0.9908061908320127f,-0.13858000806069623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998384413527669f,-0.009878628391697774f,-0.0150167870854052f,-0.3340045052135317f,-0.007770833808676519f,0.9908895124217074f,-0.1344529222984344f,2.058604337371979f,0.01620818728876182f,-0.13431450730941047f,-0.9908061908320127f,-0.21407096801419254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9758044734297007f,0.21812869077729344f,-0.0150167870854052f,0.19858556747834702f,0.21814264814420342f,0.966610674856245f,-0.1344529222984344f,2.2967493215775865f,-0.014812653213342603f,-0.13447556474593633f,-0.9908061908320127f,-0.18191743535340546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9979135461587652f,0.06279371384517546f,-0.0150167870854052f,0.08427368001119809f,0.06424572633526406f,0.9888351219152087f,-0.1344529222984344f,2.3141143363396557f,0.006406328159915889f,-0.13513715687576358f,-0.9908061908320127f,-0.18254135122192824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9530800747456062f,0.3023456089122866f,-0.0150167870854052f,0.06171255257460563f,0.30155822082385975f,0.9439200448867264f,-0.1344529222984344f,2.311277903641864f,-0.026476604322646438f,-0.13267283682992265f,-0.9908061908320127f,-0.18181450643744201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.999862946966419f,-0.0069701785672812155f,-0.0150167870854052f,0.09138725508736494f,-0.004888424244256923f,0.9909079245791808f,-0.1344529222984344f,2.319297392653943f,0.0158174142019592f,-0.13436108669150054f,-0.9908061908320127f,-0.1833525089616202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.988643351067234f,0.1495286611194707f,-0.0150167870854052f,0.15516009011820728f,0.15018391145573443f,0.979472921741723f,-0.1344529222984344f,2.4149510564364807f,-0.00539602913316992f,-0.13518126748389084f,-0.9908061908320127f,-0.22883928339503323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.988643351067234f,0.1495286611194707f,-0.0150167870854052f,0.12151614136632644f,0.15018391145573443f,0.979472921741723f,-0.1344529222984344f,2.194569649044593f,-0.00539602913316992f,-0.13518126748389084f,-0.9908061908320127f,-0.19842349821115784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9713040780289763f,-0.23736656063968128f,-0.0150167870854052f,-0.2065158998522079f,-0.2332757499885041f,0.9630705250150229f,-0.1344529222984344f,2.2936008367343574f,0.04637685275631372f,-0.12709161946161696f,-0.9908061908320127f,-0.17535041394086384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9964780239738381f,-0.08249875055312433f,-0.0150167870854052f,-0.0925679382222197f,-0.07974631603049245f,0.9877058958844864f,-0.1344529222984344f,2.3127399074630364f,0.025924367239333897f,-0.13278184888077665f,-0.9908061908320127f,-0.17967460600567417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9469201138713491f,-0.3211180375679681f,-0.0150167870854052f,-0.06995375575036028f,-0.31632519225798483f,0.9390744296531346f,-0.1344529222984344f,2.310254581315098f,0.057277139321201244f,-0.12256598843128122f,-0.9908061908320127f,-0.17968008941896493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998054755171303f,-0.012786994627220771f,-0.0150167870854052f,-0.09978374750083739f,-0.01065317761949408f,0.9908627157644083f,-0.1344529222984344f,2.317811594520255f,0.016598823228544717f,-0.13426679141315914f,-0.9908061908320127f,-0.18025347287141175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9854958843674654f,-0.1690336002113745f,-0.0150167870854052f,-0.1664760290194245f,-0.1655270981939789f,0.9769970273490559f,-0.1344529222984344f,2.412451271745961f,0.037398417857819166f,-0.13001711637584187f,-0.9908061908320127f,-0.22362530257353175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9854958843674654f,-0.1690336002113745f,-0.0150167870854052f,-0.1284434689718653f,-0.1655270981939789f,0.9769970273490559f,-0.1344529222984344f,2.192626940592424f,0.037398417857819166f,-0.13001711637584187f,-0.9908061908320127f,-0.1943714513889674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998384413527669f,-0.009878628391697774f,-0.0150167870854052f,0.0020684078443945954f,-0.007770833808676519f,0.9908895124217074f,-0.1344529222984344f,1.6899690735242094f,0.01620818728876182f,-0.13431450730941047f,-0.9908061908320127f,-0.09659859634048934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.991292258630615f,-0.024567687593622444f,-0.12936802814187143f,0.011281290692003012f,-0.004633395451589856f,0.9883407775885523f,-0.1521875126357112f,1.3193412819285022f,0.1315985927949196f,-0.15026288990285583f,-0.9798483935244469f,-0.040250012626918415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9643236494323338f,-0.24003851005226653f,-0.11163069845429208f,0.22844560810074f,-0.2582864925672608f,0.9455669061534483f,0.19796796140966413f,0.7102576776185147f,0.05803435967431314f,0.2197378885838394f,-0.9738312345668054f,0.003311059585581755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9643236494323338f,-0.26472092707572614f,-0.0016522450403139294f,0.13335910233627357f,-0.2582864925672608f,0.9422159345909406f,-0.21334765140545342f,1.0476923907234859f,0.05803435967431314f,-0.2053094332247999f,-0.9769749483615758f,-0.07490704702764943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9446099163320776f,0.3145760615345849f,-0.0935628530801316f,-0.1969116761944799f,0.2941254471204306f,0.9379035981135023f,0.1839213473252982f,0.7460825501313056f,0.14561018962734718f,0.146214712512576f,-0.9784778640937938f,0.08763082761640978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9446099163320776f,0.22564943417134142f,-0.23831583838523757f,-0.11691949931017194f,0.2941254471204306f,0.9042090159297727f,-0.309671239974782f,1.0783856211896845f,0.14561018962734718f,-0.36261327660396786f,-0.9204940436022507f,-0.06467572385082257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9826250346833447f,0.15775802416364573f,-0.09777753845100795f,0.0037978744937790126f,0.17854702901437086f,0.9473312461648262f,-0.2658655082366625f,1.2464299795294986f,0.05068530007504321f,-0.27870399324692147f,-0.9590386251369246f,-0.062097822323578196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9771515965742108f,-0.18952012446999517f,-0.09621267969113201f,0.002413722932330728f,-0.1578495695460557f,0.9502263509474985f,-0.2686138405948698f,1.244606035163379f,0.14233155204168804f,-0.24728931312508987f,-0.9584308660031382f,-0.06547294691203033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9947230624805703f,-0.03249748682646551f,-0.0973136286407982f,0.0036963198474463076f,-0.005781285898360145f,0.9647563910667811f,-0.2630811331683849f,1.2494448432515823f,0.10243342082854064f,-0.2611302725571353f,-0.9598533091319732f,-0.06291385442531924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9737103209247978f,0.20506816319590937f,-0.09917287617077047f,0.004500256712658539f,0.1689059062791137f,0.9420995659588399f,0.2896881127077826f,1.2383307452912413f,0.15283653276804715f,0.2653214206648637f,-0.951969294666493f,-0.05515638828234604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9865914991367587f,-0.13065102582662205f,-0.09781371724627588f,0.004563056629068086f,-0.153661234188007f,0.9455551074906844f,0.2869037535587482f,1.2403230114263422f,0.05500399020890697f,0.29808698084406804f,-0.9529526288921012f,-0.054550410068870285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.994672873896844f,0.030143959876582506f,-0.09857593832549594f,0.004563056629068086f,0f,0.9562877448483822f,0.29242733978339924f,1.2403230114263422f,0.10308187975484824f,0.2908695424683626f,-0.9511934794406722f,-0.054550410068870285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9581492979336506f,0.26242527468312454f,-0.11438049692469024f,-0.18532980493785267f,0.2559409677166548f,0.9642719474661449f,0.06836543259653105f,1.3041182118326475f,0.1282347219496917f,0.03622963617447945f,-0.9910818682375084f,-0.00731881452255051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9699050342672763f,-0.22581316463454126f,-0.09106392908680874f,0.19994749861737465f,-0.23187050102185933f,0.9707403275557687f,0.06244427285821299f,1.2988402512613486f,0.07429868948282817f,0.08168005346871758f,-0.9938853422837474f,-0.04879183806133786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.994672873896844f,0.009282851364542651f,-0.10266305374542878f,0.00001823876724728335f,0f,0.9959369579753927f,0.09005318283503705f,1.1309784950378368f,0.10308187975484824f,0.08957345817408423f,-0.9906314762094642f,-0.07314184807762666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.994672873896844f,0.01642165141825783f,-0.10176543272885062f,0.01145833333333336f,0f,0.987229113117374f,0.15930686806752253f,1.3515625f,0.10308187975484824f,0.158458220292228f,-0.981970019139091f,-0.038541666666666724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8842783901286888f,0.036046435276663735f,-0.46556673340699445f,-2.116452071072467f,-0.024304350516892302f,0.9992175737480485f,0.0312015842388684f,2.1434790074968952f,0.4663271676595372f,-0.01627558960248308f,0.8844625927000673f,-0.3409947025050849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.23498662111056068f,0.036046435276663735f,-0.9713299863603959f,-2.077872599953238f,0.02430435051689231f,0.9992175737480485f,0.031201584238868395f,2.1434790074968952f,0.9716946981665556f,-0.01627558960248308f,-0.2356788466071949f,-0.25555064532051197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4115143586051089f,0.036046435276663735f,-0.9106901707856909f,-1.9605588098949989f,3.469446951953614e-18f,0.9992175737480485f,0.039550478038364645f,2.1375464357911405f,0.9114032766354451f,-0.01627558960248308f,0.4111923789678813f,-0.35995153075798064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6674694773404172f,-0.045928391196935335f,0.7432194021289891f,1.8542476486772348f,-0.07917971601482927f,0.9880597729842656f,0.1321682926502892f,2.305556448109156f,-0.7404154707937443f,-0.14706620241354834f,0.6558631432829078f,-0.5140133022557785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5572578273871768f,-0.045928391196935335f,0.8290683305360211f,1.8476991178483235f,-0.14752748577209318f,0.9880597729842656f,-0.044424384655798434f,2.319026885224178f,-0.8171287259407105f,-0.14706620241354834f,-0.5573797425007201f,-0.42146749431229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06985099550838787f,-0.045928391196935335f,0.9964995841988841f,1.7014984456329465f,-0.14368466256022977f,0.9880597729842656f,0.055611174733450876f,2.3039499904566494f,-0.9871552847305437f,-0.14706620241354834f,0.062417753373676776f,-0.4771030612900858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015541763654638188f,0f,-0.0000016106543711695039f,0.07514807419744106f,0f,0.000015625f,0f,1.517685f,0.0000016106543711695039f,0f,-0.000015541763654638188f,0.6460399276045442f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128.mcfunction new file mode 100644 index 000000000..5e2f6b0aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128_as_bone.mcfunction new file mode 100644 index 000000000..9679c910e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_128_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7199669899635825f,-0.14115364440688827f,-0.3587026992899228f,0.007188417055574797f,-0.0962316488695115f,0.8016982142812576f,-0.12232696930171137f,1.399033813799143f,0.37327127878136845f,-0.06557489102804917f,-0.7234037120087412f,-0.3896624914079574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7045027858712642f,0.14214903761821274f,-0.3513822360391081f,0.007188417055574797f,0.21344343535519383f,0.7616315060736377f,-0.11983050054045197f,1.399033813799143f,0.313237489141068f,-0.19927644130759153f,-0.7086403709473383f,-0.3896624914079574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7747840108100428f,0.12241128647048144f,0.2273096082047335f,-0.055989254592753446f,0.09145694197805136f,0.8025401239311968f,-0.12045506086905132f,1.3988320043579388f,-0.24143282461498697f,-0.08882156759247854f,-0.7750905526280706f,-0.38409016092372567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7470875372778635f,-0.1796607893680892f,0.22267063660871855f,-0.055989254592753446f,-0.21808027340777233f,0.7606035438258414f,-0.11799679432070334f,1.3988320043579388f,-0.18520584762498235f,-0.1708925097340611f,-0.7592723780846407f,-0.38409016092372567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5613004917119776f,-1.4562753472299823f,-0.07490074134536849f,-0.8337972475199668f,-0.027526007426730167f,-0.06966230354560608f,1.5607036017065705f,1.6824582973551692f,-1.457940440113736f,0.5619746671469394f,-0.0006297349051382779f,0.136095215672551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9498406719299423f,-0.2748824048874619f,-0.1491387321622425f,-0.6066094497128633f,0.14921757635290606f,0.020749373441458774f,-0.9885866570054194f,1.6329479219865688f,0.2748396129655263f,-0.961253934704598f,0.021308687427604625f,0.04521945459807343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.960537296072871f,-0.2748824048874619f,-0.04251783550821159f,-0.2941132467358666f,0.03828468354254349f,0.020749373441458774f,-0.999051423355091f,1.6251515518357929f,0.27550387630497175f,-0.961253934704598f,-0.009406761178135437f,-0.04459994925443116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.996210364389793f,-0.08670872757454648f,-0.006819563384756339f,0.626039068825665f,0.004678369683996389f,0.02487337223810482f,-0.9996796627973404f,1.6000557010652712f,0.08685057708187947f,-0.9959231455870015f,-0.024373455738502803f,-0.13084827067410726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9934540250356969f,-0.08670872757454648f,-0.0743686540336442f,0.29971067533101003f,0.07246768464630951f,0.02487337223810482f,-0.9970605548488555f,1.624397400204268f,0.08830365124034124f,-0.9959231455870015f,-0.018426971040201495f,-0.10078305257539744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9961278021827281f,-0.05072148731514653f,-0.07181039230603713f,-0.12744062635524098f,-0.0031819468790422476f,0.8370618424727831f,-0.5470990285954894f,1.372757481853902f,0.08785941573141993f,-0.5447520560774494f,-0.8339819665117013f,0.22234119725720564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9961278021827281f,-0.03279366691016996f,-0.08157191385024842f,-0.1340992633624619f,-0.0031819468790422476f,0.9406684510381301f,-0.33931215780691315f,1.547012115437258f,0.08785941573141993f,-0.3377387165133861f,-0.937130344421321f,0.1531581232583125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9961278021827281f,-0.05106903646900478f,-0.07156364463004232f,0.18399531109375078f,-0.0031819468790422476f,0.8343996046117924f,-0.5511507734166241f,1.3744339141695128f,0.08785941573141993f,-0.548788896879129f,-0.8313311432452906f,0.19656513477385634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9961278021827281f,-0.03358305653216613f,-0.08125010789263519f,0.17719067481964065f,-0.0031819468790422476f,0.9373342196604192f,-0.3484170430212213f,1.5480064738369588f,0.08785941573141993f,-0.34680936978050336f,-0.9338115356429172f,0.12570205584224375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999246599848757f,-0.00729756055092184f,-0.009870155223501334f,0.2913142328450582f,-0.005821641208917852f,0.9898400449100354f,-0.1420661605947503f,2.209763262588424f,0.010806611298876778f,-0.14199799682567482f,-0.9898079541253093f,-0.14082113405107274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999246599848757f,-0.00729756055092184f,-0.009870155223501334f,0.328798275611153f,-0.005821641208917852f,0.9898400449100354f,-0.1420661605947503f,2.0729328659642463f,0.010806611298876778f,-0.14199799682567482f,-0.9898079541253093f,-0.21627112807081902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999246599848757f,-0.00729756055092184f,-0.009870155223501334f,-0.2961415048960563f,-0.005821641208917852f,0.9898400449100354f,-0.1420661605947503f,2.206343048378185f,0.010806611298876778f,-0.14199799682567482f,-0.9898079541253093f,-0.13447224991298265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999246599848757f,-0.00729756055092184f,-0.009870155223501334f,-0.3336518116288271f,-0.005821641208917852f,0.9898400449100354f,-0.1420661605947503f,2.0690760286633383f,0.010806611298876778f,-0.14199799682567482f,-0.9898079541253093f,-0.20911174808531313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.974219243362942f,0.22538732417152532f,-0.009870155223501334f,0.199676947501511f,0.22447809976436145f,0.9640678340967753f,-0.1420661605947503f,2.306119388347417f,-0.022504412623253024f,-0.1406192211710467f,-0.9898079541253093f,-0.17583749299354304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9974833333366164f,0.0702109660347719f,-0.009870155223501334f,0.08548936059273596f,0.07090096596678885f,0.9873146707300782f,-0.1420661605947503f,2.324235664797533f,-0.00022965332166245515f,-0.14240843096397496f,-0.9898079541253093f,-0.1772990498805381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9508682453730384f,0.3094384591111178f,-0.009870155223501334f,0.06290580240432532f,0.30764794096279735f,0.9408347094124543f,-0.1420661605947503f,2.3215544546128877f,-0.034674549204713405f,-0.13812273378310785f,-0.9898079541253093f,-0.17668901996616726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9999511834786998f,0.0004590156982037519f,-0.009870155223501334f,0.09264216379347422f,0.0018566648711914324f,0.9898554231853369f,-0.1420661605947503f,2.3293650204484093f,0.009704816077767379f,-0.14207755098947222f,-0.9898079541253093f,-0.17810658748234068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9875683192110275f,0.15688019290710212f,-0.009870155223501334f,0.15732783300373823f,0.15668130983883788f,0.9773782139791394f,-0.1420661605947503f,2.4242369441384732f,-0.012640491995633137f,-0.14184650828405226f,-0.9898079541253093f,-0.22394027406128633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9875683192110275f,0.15688019290710212f,-0.009870155223501334f,0.12202978959964031f,0.15668130983883788f,0.9773782139791394f,-0.1420661605947503f,2.204326845993167f,-0.012640491995633137f,-0.14184650828405226f,-0.9898079541253093f,-0.19202480969737462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.970825842418933f,-0.2395824779223898f,-0.009870155223501334f,-0.20641041073272426f,-0.23580230755493858f,0.9613607427837025f,-0.1420661605947503f,2.3037551153239346f,0.04352534254126614f,-0.13559409466099479f,-0.9898079541253093f,-0.17144873411055728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9963523220724345f,-0.08476219874879912f,-0.009870155223501334f,-0.09249973771156789f,-0.08250923634939411f,0.986412404590953f,-0.1420661605947503f,2.3231993980557544f,0.021777883687510966f,-0.14073357002635373f,-0.9898079541253093f,-0.1753754459553771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9462505681755432f,-0.32328384163661045f,-0.009870155223501334f,-0.06987858559482087f,-0.31869311816978296f,0.9371509496581044f,-0.1420661605947503f,2.3207813733038534f,0.0551775195046117f,-0.13128463463630297f,-0.9898079541253093f,-0.17525396258125614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998379699838736f,-0.015053697698236224f,-0.009870155223501334f,-0.09972755563626666f,-0.013499596994818397f,0.989765106929338f,-0.1420661605947503f,2.328245028582225f,0.01190775627494043f,-0.1419098984946645f,-0.9898079541253093f,-0.17602756606528447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9851733882910824f,-0.17127747966072945f,-0.009870155223501334f,-0.16648880832024265f,-0.16816676957249316f,0.9754676538078637f,-0.1420661605947503f,2.4223516577977064f,0.03396075109033356f,-0.13829996867551986f,-0.9898079541253093f,-0.22044064982464734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9851733882910824f,-0.17127747966072945f,-0.009870155223501334f,-0.12795137539657858f,-0.16816676957249316f,0.9754676538078637f,-0.1420661605947503f,2.2028714356909376f,0.03396075109033356f,-0.13829996867551986f,-0.9898079541253093f,-0.1893231568726554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999246599848757f,-0.00729756055092184f,-0.009870155223501334f,0.0010876492346127116f,-0.005821641208917852f,0.9898400449100354f,-0.1420661605947503f,1.700745685344245f,0.010806611298876778f,-0.14199799682567482f,-0.9898079541253093f,-0.08696851134544073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9961278021827281f,-0.0171284664371151f,-0.08623234518508788f,0.0075108241485308735f,-0.0031819468790422476f,0.987219266277918f,-0.1593361085998646f,1.3305384604900259f,0.08785941573141993f,-0.15844474092629737f,-0.9834510598601904f,-0.027551733498079205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9615819570354966f,-0.2631680358879054f,-0.07811993849643137f,0.22819133629697166f,-0.27373948990324193f,0.9406274765173878f,0.2007153259919232f,0.7244143921286229f,0.020659902499696695f,0.214388748089617f,-0.9765298936137438f,0.02464382776442152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9615819570354966f,-0.2717189174458082f,0.03910204349982434f,0.13081319946590642f,-0.27373948990324193f,0.9383582873608447f,-0.2110696951453127f,1.0603583376474508f,0.020659902499696695f,-0.21366458397053179f,-0.9766885962195947f,-0.05647635681071202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9477617620711585f,0.313519623867632f,-0.05876297989101095f,-0.2096752523123852f,0.29754185991601845f,0.935330994058656f,0.191375999412055f,0.7527344528654107f,0.11496296774826775f,0.16389440808991923f,-0.9797561630545457f,0.08200296826982637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9477617620711585f,0.2480714771068079f,-0.200519786060676f,-0.1196107305595778f,0.29754185991601845f,0.9141067622660908f,-0.2754590146956911f,1.0921717840809797f,0.11496296774826775f,-0.320732551240829f,-0.9401670844169453f,-0.05401565863717319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9843613157358065f,0.1636205051177152f,-0.06527733441168726f,0.0003444343321308592f,0.17509903936947546f,0.9494043915747438f,-0.2607136890738138f,1.2587008783468432f,0.01931648246338867f,-0.2680664685551219f,-0.9632067493231282f,-0.05083036192464583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9808280504709663f,-0.18398121989920152f,-0.06424364664093292f,-0.0005034102686216074f,-0.1612552184662754f,0.9513499110809055f,-0.2625454269336012f,1.2574964825630193f,0.10942161544556529f,-0.24715229598519783f,-0.9627786104097493f,-0.05311586627679589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9976590526296294f,-0.021378431721728715f,-0.0649567345490026f,0.00029989593271059116f,-0.0038443296526070258f,0.9659089052434207f,-0.2588536418538062f,1.2607131885661003f,0.068276173264707f,-0.25799796400083447f,-0.9637299490706678f,-0.0513678576829809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.978557178865831f,0.19508033245670772f,-0.06610228119154811f,0.0008368831535940034f,0.16780754373799792f,0.9411576791392396f,0.2933647069125049f,1.2500910668090663f,0.11944235410760293f,0.27598167853287003f,-0.9537125547875595f,-0.04358007406275415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.98730634413596f,-0.1448460913106267f,-0.06515974724412989f,0.0008650856932172375f,-0.15765633584686792f,0.943485092621306f,0.29151391007755534f,1.2514180651260007f,0.01925259972639739f,0.2980863798186678f,-0.9543447215604935f,-0.04317106009075442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9976312190913981f,0.02030582852872872f,-0.06572384667662651f,0.0008650856932172375f,0f,0.9554387881927915f,0.29518929861478704f,1.2514180651260007f,0.06878917570527243f,0.2944900598398048f,-0.9531755630319828f,-0.04317106009075442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.961512292474829f,0.2616716233221746f,-0.08379781004141358f,-0.1904024871898362f,0.2557032160711235f,0.9637941978986432f,0.0756082626952595f,1.3153071006869128f,0.10054837995056505f,0.051270904466851557f,-0.9936102443334951f,-0.00049722279106474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9702194989029682f,-0.23626614437375623f,-0.053408173262456594f,0.19610409480495078f,-0.23971592951100984f,0.9681984929786849f,0.07160971534977692f,1.3118105843017336f,0.034790761520060984f,0.08227993204033962f,-0.9960018151069261f,-0.028248208293060406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9976312190913981f,0.006128252452591551f,-0.0685156567223007f,-0.0026772001022998745f,0f,0.9960238078132578f,0.08908745292788618f,1.1441744900927489f,0.06878917570527243f,0.08887642427019465f,-0.9936644456327968f,-0.06173430698265697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9976312190913981f,0.01128769831401261f,-0.06785675029783463f,0.007638888888888865f,0f,0.9864451725452739f,0.164091198917324f,1.3645833333333335f,0.06878917570527243f,0.16370250281805904f,-0.9841085000531661f,-0.025694444444444353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8794407514306131f,0.1005588565392078f,-0.46526538781074817f,-2.0976876928342203f,-0.06917860995914546f,0.9940542268293879f,0.0840863487538146f,2.2017907958273435f,0.4709546524319293f,-0.041762548942260974f,0.8811683181200773f,-0.374039033021216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2870651174141026f,0.1005588565392078f,-0.9526182523632194f,-2.061730512905903f,0.06917860995914546f,0.9940542268293879f,0.0840863487538146f,2.2017907958273435f,0.9554098273977236f,-0.041762548942260974f,-0.2923148152552268f,-0.28745875979686875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38354325256871685f,0.1005588565392078f,-0.9180318566261939f,-1.9420043243761325f,-6.938893903907228e-18f,0.9940542268293879f,0.10888615211599553f,2.1854578730099443f,0.9235229143930375f,-0.041762548942260974f,0.3812627913878245f,-0.38793831511721605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.749516743649562f,-0.07983279227607358f,0.6571539973753201f,1.9219525058380826f,-0.037173591328210964f,0.9860595133616572f,0.16218742311515677f,2.2999353550418546f,-0.6609408257149199f,-0.1459909633723164f,0.7361004439048404f,-0.4983693642363235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5003947838371974f,-0.07983279227607358f,0.862108917472688f,1.9068308117327195f,-0.16631107706626863f,0.9860595133616572f,-0.005221278964907802f,2.3122868671803674f,-0.8496738703488429f,-0.1459909633723164f,-0.5066961147078601f,-0.40667510588130984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16129807045720657f,-0.07983279227607358f,0.9836715192299651f,1.7668409309009063f,-0.13174946281080538f,0.9860595133616572f,0.10163028661789728f,2.2908665681184264f,-0.9780720891201459f,-0.1459909633723164f,0.14853156936414807f,-0.47480197046343886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015587987798303096f,0f,-0.000001074830870394882f,0.0477310438624715f,0f,0.000015625f,0f,1.5307058333333334f,0.000001074830870394882f,0f,-0.000015587987798303096f,0.6606735045565446f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129.mcfunction new file mode 100644 index 000000000..bff5c8e54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129_as_bone.mcfunction new file mode 100644 index 000000000..e4472cc27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_129_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7388933986795575f,-0.13769436850424607f,-0.3194076560047268f,0.01905844874169653f,-0.09405168036468495f,0.8011062378392114f,-0.12777919063810142f,1.4074145284627653f,0.33486604971659356f,-0.07882576369288165f,-0.7406724459367193f,-0.37801249247758584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.720334864951145f,0.152374778601267f,-0.31288913241279365f,0.01905844874169653f,0.2151944447002455f,0.7602785401160115f,-0.12517145205365038f,1.4074145284627653f,0.27351240064386256f,-0.19687170514139707f,-0.7255566817339292f,-0.37801249247758584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7657567189534826f,0.12761604376062452f,0.2535256144789473f,-0.04361437377996723f,0.09158557802086355f,0.8015410782196155f,-0.1268401603182715f,1.4073118085063427f,-0.2686506536761557f,-0.09050132455310732f,-0.7658856187303374f,-0.37525443881739523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7408687397635492f,-0.17156626159860486f,0.24835162234672387f,-0.04361437377996723f,-0.21758933876376096f,0.7597476048845347f,-0.12425158561789863f,1.4073118085063427f,-0.20920896275618767f,-0.18261597617210773f,-0.7502552999807388f,-0.37525443881739523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2863651245943159f,-1.5350494149887974f,-0.05499599038688165f,-0.8611806215644113f,-0.13658353268865786f,-0.0302748208526756f,1.5562244773234435f,1.6707460673857386f,-1.5299497390484333f,0.29002237631757044f,-0.12863540422737937f,0.05264695935903797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9880640264514289f,-0.14012134693495912f,-0.06399599804458864f,-0.6201721168201384f,0.07542885677903034f,-0.0778587842528092f,-0.9941068842331204f,1.6371199303028376f,0.1343129450112635f,-0.9870683957293981f,0.08749865687308556f,-0.003103820489252583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9900949023504306f,-0.14012134693495912f,-0.008836994558346354f,-0.29674001839789815f,0.019915352202014364f,-0.0778587842528092f,-0.9967654631162458f,1.6329222989616996f,0.13898008161733516f,-0.9870683957293981f,0.07987815136713866f,-0.04882690096079442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9989125935373614f,-0.04660893694563355f,0.0011124159566528319f,0.6270693016818312f,0.002379578307174633f,-0.07479868676829053f,-0.9971958153065118f,1.6203524061136738f,0.04656144413076858f,-0.9961088110515522f,0.07482825980817798f,-0.09188834191064556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9983751611551375f,-0.04660893694563355f,-0.03278177214934585f,0.2992681728341661f,0.03621350466421208f,-0.07479868676829053f,-0.996540886535858f,1.6325595387873983f,0.043995677837587184f,-0.9961088110515522f,0.07636502391195925f,-0.07694397256048793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9990317493625437f,-0.025837663682001133f,-0.03560869136982822f,-0.14192550066871898f,-0.0016374002897966977f,0.8306552189765947f,-0.5567847215102409f,1.386749453081936f,0.0439645617049329f,-0.5561873086671445f,-0.8298932431293147f,0.23054284234024994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9990317493625437f,-0.017224132057037676f,-0.040483243947312404f,-0.14540804570408425f,-0.0016374002897966977f,0.9340966183079635f,-0.3570165634615817f,1.5596612154930443f,0.0439645617049329f,-0.3566045946710563f,-0.9332203814606628f,0.15784685345529775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9990317493625437f,-0.025923905588768864f,-0.035545954546762105f,0.17030815833871848f,-0.0016374002897966977f,0.8293030955377626f,-0.558796648747803f,1.387616012523208f,0.0439645617049329f,-0.5581973905801685f,-0.8285425700973876f,0.21764057503098802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9990317493625437f,-0.017420197172078357f,-0.040399263558904046f,0.16678937597171065f,-0.0016374002897966977f,0.9323547822619278f,-0.36154097819417946f,1.5601729030836058f,0.0439645617049329f,-0.3611247661457174f,-0.9314805529855652f,0.14410792792250623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999801576334365f,-0.004007307684216121f,-0.004860640341729103f,0.2922093368023573f,-0.0032342714035775953f,0.9887182839129676f,-0.14975211031796615f,2.219356299244783f,0.0054059067597973035f,-0.14973341825163916f,-0.9887116261229987f,-0.1334466563878927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999801576334365f,-0.004007307684216121f,-0.004860640341729103f,0.32975382114210106f,-0.0032342714035775953f,0.9887182839129676f,-0.14975211031796615f,2.081848538590987f,0.0054059067597973035f,-0.14973341825163916f,-0.9887116261229987f,-0.2076244155589613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999801576334365f,-0.004007307684216121f,-0.004860640341729103f,-0.2952790058072867f,-0.0032342714035775953f,0.9887182839129676f,-0.14975211031796615f,2.217456164795181f,0.0054059067597973035f,-0.14973341825163916f,-0.9887116261229987f,-0.13027068616651177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999801576334365f,-0.004007307684216121f,-0.004860640341729103f,-0.33273303329005066f,-0.0032342714035775953f,0.9887182839129676f,-0.14975211031796615f,2.0797058337861167f,0.0054059067597973035f,-0.14973341825163916f,-0.9887116261229987f,-0.2040430023305956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9723885062871522f,0.23331730972242357f,-0.004860640341729103f,0.20148416847424702f,0.23139679662521032f,0.9612647023410912f,-0.14975211031796615f,2.3152918527173685f,-0.03026739751336411f,-0.14674196747005924f,-0.9887116261229987f,-0.16965596982970937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9969156587195953f,0.07832971067956249f,-0.004860640341729103f,0.08744378487030408f,0.07817298860499919f,0.9856283728200392f,-0.14975211031796615f,2.334228763712611f,-0.006939254443978313f,-0.14967019448433164f,-0.9887116261229987f,-0.17196355177274364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9483533310238699f,0.31717870942325066f,-0.004860640341729103f,0.06483783611660926f,0.3142960010630928f,0.937439240255636f,-0.14975211031796615f,2.331717269209502f,-0.04294162609495432f,-0.14354559246990856f,-0.9887116261229987f,-0.17147202221495592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9999512266861641f,0.008597582468603732f,-0.004860640341729103f,0.09463887097481735f,0.009228603423632076f,0.9886805036684829f,-0.14975211031796615f,2.339299300242103f,0.0035181142229059152f,-0.14978966333339067f,-0.9887116261229987f,-0.17276691672823857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9862952095476144f,0.16491856717451778f,-0.004860640341729103f,0.16029861846131377f,0.1637786896885829f,0.9750645344074444f,-0.14975211031796615f,2.4333341999636904f,-0.019957465453269155f,-0.14849585833247167f,-0.9887116261229987f,-0.21893919981680365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9862952095476144f,0.16491856717451778f,-0.004860640341729103f,0.12319194084704733f,0.1637786896885829f,0.9750645344074444f,-0.14975211031796615f,2.2139446797220157f,-0.019957465453269155f,-0.14849585833247167f,-0.9887116261229987f,-0.1855276316919976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9704873197474467f,-0.24110316543937288f,-0.004860640341729103f,-0.20557306971339445f,-0.23768070903774974f,0.9597302673181815f,-0.14975211031796615f,2.3139752930086184f,0.040770611483393004f,-0.1441772437262072f,-0.9887116261229987f,-0.16745541268990496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9962558551149931f,-0.08631712069202988f,-0.004860640341729103f,-0.09168917778346178f,-0.08461957415013333f,0.9850958497151258f,-0.14975211031796615f,2.3336493875978683f,0.017714367607797297f,-0.14878011140428601f,-0.9887116261229987f,-0.17099515646377642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9457807970349951f,-0.32476923828361304f,-0.004860640341729103f,-0.06906346362623356f,-0.32042226646761773f,0.935362965167571f,-0.14975211031796615f,2.3312841874714754f,0.053181341761982276f,-0.14007521285941768f,-0.9887116261229987f,-0.17074814991019086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998502038867992f,-0.016611561124547286f,-0.004860640341729103f,-0.09892517681502332f,-0.01569663234436855f,0.9885989688384069f,-0.14975211031796615f,2.338673249155241f,0.0072928403638045924f,-0.14965338234949452f,-0.9887116261229987f,-0.1717205067705878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9849417680426612f,-0.172818077007196f,-0.004860640341729103f,-0.1656871658879308f,-0.17015433158270138f,0.9739721807623458f,-0.14975211031796615f,2.432279852542649f,0.0306140002064557f,-0.14667004929628633f,-0.9887116261229987f,-0.21717691609371265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9849417680426612f,-0.172818077007196f,-0.004860640341729103f,-0.12680309856131178f,-0.17015433158270138f,0.9739721807623458f,-0.14975211031796615f,2.2131361118711212f,0.0306140002064557f,-0.14667004929628633f,-0.9887116261229987f,-0.18417615500204826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999801576334365f,-0.004007307684216121f,-0.004860640341729103f,0.00040006134170757646f,-0.0032342714035775953f,0.9887182839129676f,-0.14975211031796615f,1.7115020287386087f,0.0054059067597973035f,-0.14973341825163916f,-0.9887116261229987f,-0.07721627817671414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9990317493625437f,-0.008932640177475595f,-0.043078668794144834f,0.0037498014082609247f,-0.0016374002897966977f,0.9860418819334745f,-0.1664894170612137f,1.3417363230135557f,0.0439645617049329f,-0.16625767655224682f,-0.9851017725603491f,-0.01486964946962158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9571590651330464f,-0.28612422874101684f,-0.04449100764189351f,0.2275556990237165f,-0.2890864821966209f,0.9354301153513427f,0.2034686833519019f,0.7386264818891375f,-0.016599091686459212f,0.20761364362953624f,-0.9780700614649507f,0.04629518044396362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9571590651330464f,-0.2783138885101462f,0.07992436109218928f,0.128027156196596f,-0.2890864821966209f,0.9342857307133637f,-0.2086604399414961f,1.073003869956527f,-0.016599091686459212f,-0.2228262840146061f,-0.9747168395526091f,-0.038006771883734386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9499093341518712f,0.3116054922857039f,-0.023964016118608183f,-0.22137328982224622f,0.30094091981817006f,0.9326887228299384f,0.19881224581210236f,0.7599260380324651f,0.08430195531624728f,0.18164185498734092f,-0.9797445671431995f,0.07554624957055404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9499093341518712f,0.2677058080222083f,-0.16126331648060996f,-0.12230347462895472f,0.30094091981817006f,0.9227078589166735f,-0.24092482203459606f,1.1059299798351983f,0.08430195531624728f,-0.2773874680741446f,-0.9570524399871059f,-0.04330511377484242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9850885926115618f,0.1689172411521236f,-0.03267155258214346f,-0.003006697258820957f,0.17162309885543223f,0.9514403629172496f,-0.2555518494379388f,1.270993197052571f,-0.01208207953255492f,-0.25734840480066656f,-0.9662431484366248f,-0.03961382756270601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9833797380524305f,-0.17868980897953313f,-0.03215964792703667f,-0.0033925504144916184f,-0.16467701622666434f,0.9524210933779735f,-0.2564674272015618f,1.270396793690311f,0.07645764261743834f,-0.24690891651692826f,-0.9660177098945033f,-0.04077298903784567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9994159666531025f,-0.010539367264491693f,-0.03250611229459466f,-0.0030176757663881357f,-0.0019163965806067219f,0.9670392980125365f,-0.2546199590047222f,1.2720005296546673f,0.03411822127530209f,-0.2544089578554276f,-0.9664947124221244f,-0.03987883689380541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822581229027187f,0.18460210797324667f,-0.033030920717734676f,-0.0027487638814658938f,0.1667093030061138f,0.9402004347402722f,0.2970372885774089f,1.2618732500198497f,0.08588939563673287f,0.28626072773965505f,-0.954294402933979f,-0.03206966094427863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9867118234413089f,-0.15918798254046196f,-0.03254172238564984f,-0.0027416431175481025f,-0.16163971901175556f,0.9413759657578918f,0.2961146607839556f,1.2625361540854338f,-0.016503900112634806f,0.2974398717524165f,-0.9545978964846811f,-0.031862874627098366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9994076293213391f,0.010253900041619343f,-0.03285190996330996f,-0.0027416431175481025f,0f,0.9545818544411854f,0.29794879286821674f,1.2625361540854338f,0.034414974274303116f,0.29777229673957917f,-0.9540163881402326f,-0.031862874627098366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9641050962937895f,0.2601410569030282f,-0.05317888503643597f,-0.19529482054943928f,0.255351964115395f,0.9632921471552415f,0.0828469290405775f,1.326462649268612f,0.07277869003185614f,0.06629381375679001f,-0.9951423981193984f,0.006227679038702277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.968902722107866f,-0.2469551908458709f,-0.015512859383334774f,0.1919554956820359f,-0.24739180356597978f,0.9655388016887106f,0.08082151917590107f,1.3247262128339765f,-0.004981026032787328f,0.08214594419573226f,-0.9966078633202993f,-0.007692990997080935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9994076293213391f,0.00303270394823689f,-0.03428109042990456f,-0.005286982568768108f,0f,0.9961097212123001f,0.08812163926274794f,1.1573756657218597f,0.034414974274303116f,0.08806943858749318f,-0.9955196550207248f,-0.050288268163223106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9994076293213391f,0.005811714278666651f,-0.03392070800328448f,0.0038194444444444326f,0f,0.9856380461865492f,0.16887167290449284f,1.3776041666666667f,0.034414974274303116f,0.1687716382770078f,-0.9850541831082156f,-0.012847222222222177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8713747930755797f,0.16610693543108962f,-0.4616432128756822f,-2.0788410600731777f,-0.11651367969038952f,0.9840855264969419f,0.1341649692887154f,2.255319885069493f,0.47658213608726047f,-0.06312022291570632f,0.8768610522891158f,-0.4095686254118373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3349794598855252f,0.16610693543108962f,-0.9274681921535064f,-2.045539585206555f,0.11651367969038955f,0.9840855264969419f,0.1341649692887154f,2.255319885069493f,0.934993756075305f,-0.06312022291570632f,-0.3490021684162788f,-0.3219325924590176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35521573191064293f,0.16610693543108962f,-0.9199077507037747f,-1.9242041600343003f,1.3877787807814457e-17f,0.9840855264969419f,0.17769546009742804f,2.228665566054879f,0.934784351496743f,-0.06312022291570632f,0.3495626605572814f,-0.4181850080190197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8201823340361449f,-0.11487641967554556f,0.5604501290369639f,1.991564688614429f,0.016687928265176788f,0.9840199425230323f,0.17727454912418955f,2.2950725315448164f,-0.5718587692649626f,-0.13604470191630513f,0.8089928226475598f,-0.47821616556193713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.43998517878686627f,-0.11487641967554556f,0.890626998608518f,1.967960594345754f,-0.17318678714890934f,0.9840199425230323f,0.04136531728400929f,2.3047885795662952f,-0.8811466275285447f,-0.13604470191630513f,-0.45284926838361567f,-0.3880080304265746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.25177700553253235f,-0.11487641967554556f,0.9609431552842235f,1.835621168187458f,-0.10363784556244199f,0.9840199425230323f,0.14478932862660773f,2.2782121562615645f,-0.9622201081105335f,-0.13604470191630513f,0.23584804987164326f,-0.46848930547500234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015615744208145923f,0f,-5.377339730359862e-7f,0.020266514693401058f,0f,0.000015625f,0f,1.5437266666666667f,5.377339730359862e-7f,0f,-0.000015615744208145923f,0.6744939130130232f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..e65229222 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5976814083551845f,-0.10538735816085278f,-0.5464566618597341f,0.05068551745226062f,-0.1605076201532355f,0.8004580764585947f,0.02118056064875367f,1.3985347117240718f,0.5328777368437833f,0.1229016558738205f,-0.6065318994118654f,-0.29687712029376984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5804234606603359f,0.12867678330114085f,-0.5353044850870865f,0.05068551745226062f,0.15480718931447715f,0.7846045131178213f,0.02074830430898319f,1.3985347117240718f,0.5283401749362159f,-0.0885327252173894f,-0.5941536973830518f,-0.29687712029376984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6745089099875744f,0.11893411955906677f,0.44478854526227213f,-0.041132943205457545f,0.15701335866903693f,0.8010742090359092f,0.02390316425507169f,1.3989691810424323f,-0.43281517994553637f,0.10525792733398365f,-0.6844970658713674f,-0.3093186937379917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6550325814192994f,-0.14521722715788565f,0.4357112280120217f,-0.041132943205457545f,-0.15820055460032756f,0.7838522221455505f,0.02341534457639676f,1.3989691810424323f,-0.43116690712915073f,-0.06698993039299006f,-0.6705277379964416f,-0.3093186937379917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7329436003970099f,0.5137891190599633f,1.2807110016598813f,-0.46443876241604365f,1.3213936600654055f,0.6792002305104641f,0.4837479633171433f,1.418812504928912f,-0.39764145127994394f,1.3100053580081723f,-0.7531092140014356f,0.5131215028202903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.09809646160176873f,-0.9730578687487483f,-0.2086515475316606f,-0.514695520907321f,-0.34908983396807247f,0.162694596599838f,-0.9228579284252585f,1.4971952638124144f,0.9319406483469622f,0.16336723142466475f,-0.32372484559465564f,0.2814745456179671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5624347442292974f,-0.7966408451890671f,-0.22142836823716555f,-0.2984375f,-0.2777607161677949f,0.43427502149546215f,-0.8568863345036315f,1.5777610775123312f,0.7787914631258347f,-0.4204385442387089f,-0.4655268923282055f,0.023910143966178188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7480047294951735f,0.6206308975850449f,0.23517273144570558f,0.3908957051209614f,0.23437748565977548f,0.08449700979744995f,-0.9684665453959117f,1.546371737133663f,-0.6209316539432133f,0.7795367498059801f,-0.08225774634205979f,0.3414312350692376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1672071972609247f,0.9219747780803943f,0.3492910845809749f,0.2984375f,0.12612523225805664f,0.37137064727230273f,-0.9198783985573322f,1.5777610775123312f,-0.9778211385381262f,-0.10975586967519546f,-0.17838012809683712f,0.023910143966178264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.111560159668094e-17f,9.970039636912545e-17f,-0.15625000000000003f,0f,0.8141155183563192f,-0.5807029557109397f,1.2617580950358704f,-1.2246467991473532e-16f,-0.5807029557109397f,-0.8141155183563192f,0.2675958530420913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.754855886670365e-17f,1.1932591810242374e-16f,-0.15625000000000003f,0f,0.9743700647852352f,-0.22495105434386495f,1.443046538093453f,-1.2246467991473532e-16f,-0.22495105434386495f,-0.9743700647852352f,0.21932771744770893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.749368466564466e-17f,1.0812989434095454e-16f,0.15624999999999997f,0f,0.8829475928589269f,-0.4694715627858907f,1.2554426361729818f,-1.2246467991473532e-16f,-0.4694715627858907f,-0.8829475928589269f,0.21903025448485938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.273955692857146e-18f,1.2239007774061617e-16f,0.15624999999999997f,0f,0.9993908270190957f,0.034899496702500976f,1.443046538093453f,-1.2246467991473532e-16f,0.034899496702500976f,-0.9993908270190957f,0.219327717447709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.375584055267281e-17f,1.1772060590738184e-16f,0.29375f,0f,0.9612616959383188f,0.2756373558169991f,2.121025326710118f,-1.2246467991473532e-16f,0.2756373558169991f,-0.9612616959383188f,0.1874235853935434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.375584055267281e-17f,1.1772060590738184e-16f,0.33125f,0f,0.9612616959383188f,0.2756373558169991f,2.0267086168256716f,-1.2246467991473532e-16f,0.2756373558169991f,-0.9612616959383188f,0.06285063192220114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.375584055267281e-17f,1.1772060590738184e-16f,-0.29375f,0f,0.9612616959383188f,0.2756373558169991f,2.121025326710118f,-1.2246467991473532e-16f,0.2756373558169991f,-0.9612616959383188f,0.18742358539354334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.375584055267281e-17f,1.1772060590738184e-16f,-0.33125f,0f,0.9612616959383188f,0.2756373558169991f,2.0267086168256716f,-1.2246467991473532e-16f,0.2756373558169991f,-0.9612616959383188f,0.06285063192220106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878955005749042f,0.15347193930784317f,0.022557566113149942f,0.19420853234589203f,0.14312189563940594f,0.8457104788141651f,0.5140913430631743f,2.2108680618296326f,0.05982142536284485f,0.5110970063197446f,-0.8574387716907559f,0.21877043839377489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997411683685393f,-0.002958459085204923f,0.022557566113149942f,0.07902352037903396f,0.009061561274703908f,0.8576875766237764f,0.5140913430631743f,2.2205550638675136f,-0.020868262418628637f,0.514162686729672f,-0.8574387716907559f,0.22154814152997349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9721223576236008f,0.23038899916197858f,0.04357787137382917f,0.05710986731820862f,0.19092096602188707f,0.6698711502203245f,0.7175108548557079f,2.2304569070962144f,0.13611504891672196f,0.7058282731427251f,-0.6951828121370356f,0.18887845505363615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99573741891222f,-0.08128937018181441f,0.04357787137382917f,0.0860713317933536f,-0.025424940627092246f,0.6960831455784142f,0.7175108548557079f,2.236744241102694f,-0.08865982727334232f,0.7133444418631886f,-0.6951828121370356f,0.1971831905428536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382917f,0.14394184613660801f,0.08377947708437773f,0.6914905439582665f,0.7175108548557079f,2.330740165141096f,0.024023378475230974f,0.718431440706682f,-0.6951828121370356f,0.2528735340959706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08418598282936914f,0.022557566113149942f,0.12499999999999999f,0.08377947708437773f,0.8536340493484135f,0.5140913430631743f,2.1386725040377033f,0.024023378475230974f,0.5140249313876549f,-0.8574387716907559f,0.1372179245337484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878955005749042f,-0.15347193930784328f,-0.022557566113149734f,-0.1942085323458921f,-0.14312189563940594f,0.8457104788141651f,0.5140913430631743f,2.2108680618296326f,-0.0598214253628451f,0.5110970063197446f,-0.8574387716907559f,0.2187704383937748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997411683685393f,0.002958459085204812f,-0.022557566113149734f,-0.07902352037903403f,-0.009061561274703908f,0.8576875766237764f,0.5140913430631743f,2.2205550638675136f,0.020868262418628394f,0.514162686729672f,-0.8574387716907559f,0.22154814152997343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9721223576236007f,-0.23038899916197875f,-0.043577871373829f,-0.05710986731820865f,-0.19092096602188707f,0.6698711502203245f,0.7175108548557079f,2.2304569070962144f,-0.13611504891672221f,0.705828273142725f,-0.6951828121370356f,0.1888784550536361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9957374189122201f,0.08128937018181424f,-0.043577871373829f,-0.08607133179335365f,0.025424940627092246f,0.6960831455784142f,0.7175108548557079f,2.236744241102694f,0.08865982727334207f,0.7133444418631887f,-0.6951828121370356f,0.19718319054285355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517341f,-0.043577871373829f,-0.14394184613660807f,-0.08377947708437773f,0.6914905439582665f,0.7175108548557079f,2.330740165141096f,-0.024023378475231217f,0.718431440706682f,-0.6951828121370356f,0.2528735340959705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08418598282936925f,-0.022557566113149734f,-0.12500000000000003f,-0.08377947708437773f,0.8536340493484135f,0.5140913430631743f,2.1386725040377033f,-0.024023378475231217f,0.5140249313876549f,-0.8574387716907559f,0.13721792453374834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.375584055267281e-17f,1.1772060590738184e-16f,-3.1832498579506684e-18f,0f,0.9612616959383188f,0.2756373558169991f,1.6374122175000336f,-1.2246467991473532e-16f,0.2756373558169991f,-0.9612616959383188f,0.025993207675608757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.273955692857146e-18f,1.2239007774061617e-16f,-1.580516473129239e-18f,0f,0.9993908270190957f,0.034899496702500976f,1.2626406573678728f,-1.2246467991473532e-16f,0.034899496702500976f,-0.9993908270190957f,0.012905896412170891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,-0.1024300234920245f,0.020839623809476036f,0.1499291998916058f,-0.097585727318513f,0.8383798646590593f,-0.5362799906373295f,0.8533076893305827f,0.03745965105035008f,-0.5353758425832085f,-0.8437828403810459f,0.41107486387238246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,-0.07644727853536175f,0.07128824052839283f,0.12499999999999999f,-0.097585727318513f,0.43463082020017485f,-0.8953061353279336f,0.9870767320248134f,0.03745965105035008f,-0.8973582694424005f,-0.43971003036833944f,0.09770606643167776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16692134176071197f,0.04786392453455326f,-0.1428654620481325f,0.1621145397667547f,0.9825609461801463f,-0.09106515819888988f,1.0027842016402342f,-0.06222994137277595f,-0.0819222357262003f,-0.994694014102006f,0.3917927905070902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1621145397667547f,0.19174731498197722f,-0.9679627282046638f,0.9820001663577622f,-0.06222994137277595f,-0.9769994228949568f,-0.203959706951305f,0.05492215576098148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.584185742759184e-17f,-3.773927173119529e-18f,0.10215086271429845f,0.7759128355805548f,-0.6225146366376195f,1.1683459638314304f,-0.08125446512155761f,-0.6171889376243527f,-0.7826081568524139f,0.030816453982871507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.848418605195675e-18f,-0.10215086271429845f,0.6817244128282657f,-0.724442562388959f,1.1306239013017005f,0.08125446512155736f,-0.7201005013357209f,-0.6890957697402104f,0.031424722686370435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.623605571806385e-17f,9.584185742759184e-17f,-3.773927173119529e-18f,0f,0.7826081568524139f,-0.6225146366376195f,1.1683459638314304f,-1.2246467991473532e-16f,-0.6225146366376195f,-0.7826081568524139f,0.030816453982871507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1772060590738186e-16f,-3.840148920366953e-18f,0.08377947708437775f,0.9576038049724329f,-0.2756373558169992f,1.193311712681495f,-0.024023378475231227f,-0.2745884724609226f,-0.9612616959383189f,0.03135719558521375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1772060590738186e-16f,-3.840148920366953e-18f,-0.08377947708437775f,0.9576038049724329f,-0.2756373558169992f,1.193311712681495f,0.024023378475230985f,-0.2745884724609226f,-0.9612616959383189f,0.03135719558521375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.375584055267282e-17f,1.1772060590738186e-16f,-3.840148920366953e-18f,0f,0.9612616959383189f,-0.2756373558169992f,1.193311712681495f,-1.2246467991473532e-16f,-0.2756373558169992f,-0.9612616959383189f,0.03135719558521375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.143306281056419e-16f,-0.19375f,0.12185669820185148f,0.9255935165298209f,-0.3583679495453003f,1.2056868962606457f,-0.04677640386785573f,-0.35530206205775694f,-0.9335804264972017f,0.03186987860845243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12185669820185151f,0.8908375289355261f,-0.4376750417186117f,1.2060649579076983f,0.046776403867855504f,-0.4353169259290409f,-0.8990612560003246f,0.01914469196135265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.3684982175379825e-17f,1.1007052518929729e-16f,-0.00781250000000001f,0f,0.898794046299167f,-0.4383711467890775f,1.0664031234545315f,-1.2246467991473532e-16f,-0.4383711467890775f,-0.898794046299167f,0.08007283872652803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.388741623276522e-17f,1.143306281056419e-16f,0f,0f,0.9335804264972017f,-0.3583679495453003f,1.275f,-1.2246467991473532e-16f,-0.3583679495453003f,-0.9335804264972017f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6818827920578541f,0.023527685289397436f,-0.731082967877318f,-1.068391008248015f,-0.007652525175113362f,0.9996573249755573f,0.02503340730218959f,1.9401497589465444f,0.7314214221321582f,-0.01147521884916075f,0.6818291740594078f,0.30811151220794936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1565589803009444f,0.023527685289397436f,-0.9873883398704132f,-1.0272937132365392f,0.007652525175113358f,0.9996573249755573f,0.02503340730218959f,1.9401497589465444f,0.9876389646756409f,-0.01147521884916075f,0.15632528524455375f,0.3923734540484962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.43837114678907707f,0.023527685289397436f,-0.8984860520273822f,-0.9130694529381698f,-1.734723475976807e-18f,0.9996573249755573f,0.02617694830787315f,1.9362232167003635f,0.8987940462991667f,-0.01147521884916075f,0.43822092794563605f,0.2845093439363774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18152542981779912f,0.6554069697372917f,-0.7331372465979635f,0.8530303043319604f,-0.9784445273313167f,0.19502112940490424f,-0.06791955551261836f,2.154767631087205f,0.09846230377590723f,0.7296632532239895f,0.6766806570530328f,-0.4432963078256808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7179130911930951f,0.6554069697372917f,-0.23461137549862027f,0.8048260795797605f,-0.46095799459203324f,0.19502112940490424f,-0.8657277206531662f,2.2319105164038056f,-0.5216498065898852f,0.7296632532239895f,0.44212330427078644f,-0.420616130113212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5141783973567986f,0.6554069697372917f,-0.5532289577664693f,0.9119125356208309f,-0.8228574433770753f,0.19502112940490424f,-0.5337343786609389f,2.273399230544646f,-0.24192189559966756f,0.7296632532239895f,0.6395821552576703f,-0.5278935422580969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4411224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13.mcfunction new file mode 100644 index 000000000..4819c0ded --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130.mcfunction new file mode 100644 index 000000000..6968ebe74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130_as_bone.mcfunction new file mode 100644 index 000000000..56cb7d5cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_130_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.13326032745267008f,-0.27931645038262926f,0.0310307379214092f,-0.09189229899477276f,0.8004635750345588f,-0.13326032745267005f,1.4157717173371467f,0.29551954201473707f,-0.0918922989947727f,-0.7557568723586308f,-0.3656848419040055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.16270936645070894f,-0.2736161146605348f,0.0310307379214092f,0.216907821199129f,0.75888741931345f,-0.13054072893322782f,1.4157717173371467f,0.23300453479570885f,-0.1939472786016362f,-0.7403332627186587f,-0.3656848419040055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.13326032745267014f,0.2793164503826295f,-0.031030737921409104f,0.09189229899477276f,0.8004635750345588f,-0.13326032745267005f,1.4157717173371467f,-0.2955195420147373f,-0.09189229899477268f,-0.7557568723586308f,-0.3656848419040056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.16270936645070888f,0.27361611466053504f,-0.031030737921409104f,-0.216907821199129f,0.75888741931345f,-0.13054072893322782f,1.4157717173371467f,-0.23300453479570907f,-0.19394727860163627f,-0.7403332627186587f,-0.3656848419040056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.8844400976592143e-16f,-1.5625f,7.271171536653443e-16f,-0.87471875f,-0.27132527760457853f,6.833476513896986e-16f,1.538762114081575f,1.6577566309482223f,-1.538762114081575f,-3.1184369051053996e-16f,-0.27132527760457853f,-0.031705701924689356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,-0.6265625f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.052941099655137734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,-0.2984375f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.05294109965513769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,0.6265625f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.05294109965513758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,0.2984375f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.05294109965513762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.936475850670937e-17f,1.0092634989894593e-16f,-0.15625000000000003f,0f,0.8241261886220157f,-0.5664062369248327f,1.4008104061855013f,-1.2246467991473532e-16f,-0.5664062369248327f,-0.8241261886220157f,0.23823287990333658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.587607655662904e-17f,1.135472739716321e-16f,-0.15625000000000003f,0f,0.9271838545667874f,-0.3746065934159119f,1.5723160877079245f,-1.2246467991473532e-16f,-0.3746065934159119f,-0.9271838545667874f,0.1621992445468107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.936475850670937e-17f,1.0092634989894593e-16f,0.15624999999999997f,0f,0.8241261886220157f,-0.5664062369248327f,1.4008104061855013f,-1.2246467991473532e-16f,-0.5664062369248327f,-0.8241261886220157f,0.2382328799033366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.587607655662904e-17f,1.135472739716321e-16f,0.15624999999999997f,0f,0.9271838545667874f,-0.3746065934159119f,1.5723160877079245f,-1.2246467991473532e-16f,-0.3746065934159119f,-0.9271838545667874f,0.16219924454681073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,0.29375f,0f,0.9875239812756824f,-0.15746868388802135f,2.2287025612866787f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.1259298631332356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,0.33125f,0f,0.9875239812756824f,-0.15746868388802135f,2.0904993745127163f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.19882665089182813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,-0.29375f,0f,0.9875239812756824f,-0.15746868388802135f,2.2287025612866787f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.12592986313323568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,-0.33125f,0f,0.9875239812756824f,-0.15746868388802135f,2.0904993745127163f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.19882665089182822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2093680827505148e-16f,0.20400449188150194f,0.23890367350034383f,0.9581902986268517f,-0.15746868388802135f,2.324263791991425f,-0.0380951225037751f,-0.15279119099885294f,-0.9875239812756824f,-0.16331923486484565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2093680827505148e-16f,0.09013609543946538f,0.08606838606920655f,0.983766154385287f,-0.15746868388802135f,2.3440913681501248f,-0.013724300103756816f,-0.15686946800473192f,-0.9875239812756824f,-0.1664809022082216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2093680827505148e-16f,0.06750812473190501f,0.32150636006610767f,0.9337222681459496f,-0.15746868388802135f,2.34176427325064f,-0.05126678879822062f,-0.148889565691301f,-0.9875239812756824f,-0.1661098281097161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2093680827505148e-16f,0.09737644500620996f,0.017234669887787546f,0.9873735765901543f,-0.15746868388802135f,2.3490978652332175f,-0.002748207472357992f,-0.1574447006447485f,-0.9875239812756824f,-0.16727922865042644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2093680827505148e-16f,0.16407083997505928f,0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.4422403363319134f,-0.027344149996764943f,-0.15507638074955196f,-0.9875239812756824f,-0.21377634994430547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2093680827505148e-16f,0.125f,0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.2234230498966143f,-0.027344149996764943f,-0.15507638074955196f,-0.9875239812756824f,-0.17888416427565634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2093680827505148e-16f,-0.2040044918815019f,-0.23890367350034383f,0.9581902986268517f,-0.15746868388802135f,2.324263791991425f,0.03809512250377486f,-0.15279119099885302f,-0.9875239812756824f,-0.16331923486484573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2093680827505148e-16f,-0.09013609543946535f,-0.08606838606920655f,0.983766154385287f,-0.15746868388802135f,2.3440913681501248f,0.013724300103756568f,-0.15686946800473195f,-0.9875239812756824f,-0.16648090220822165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2093680827505148e-16f,-0.06750812473190496f,-0.32150636006610767f,0.9337222681459496f,-0.15746868388802135f,2.34176427325064f,0.0512667887982204f,-0.14888956569130107f,-0.9875239812756824f,-0.16610982810971617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2093680827505148e-16f,-0.0973764450062099f,-0.017234669887787546f,0.9873735765901543f,-0.15746868388802135f,2.3490978652332175f,0.0027482074723577422f,-0.15744470064474853f,-0.9875239812756824f,-0.16727922865042652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2093680827505148e-16f,-0.16407083997505922f,-0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.4422403363319134f,0.0273441499967647f,-0.15507638074955202f,-0.9875239812756824f,-0.21377634994430555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2093680827505148e-16f,-0.12499999999999997f,-0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.2234230498966143f,0.0273441499967647f,-0.15507638074955202f,-0.9875239812756824f,-0.1788841642756564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,8.244486277155472e-18f,0f,0.9875239812756824f,-0.15746868388802135f,1.7222379058643273f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.06732133936818033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.12657684957577e-17f,1.2060416625018976e-16f,2.6982309124633397e-19f,0f,0.984807753012208f,-0.17364817766693028f,1.3529349984847494f,-1.2246467991473532e-16f,-0.17364817766693028f,-0.984807753012208f,-0.0022032727430814766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30882874957133394f,-0.010784537576205108f,0.22651877827447267f,-0.30432233187297814f,0.9299770406121394f,0.20622953779146222f,0.7528926379652434f,-0.05366023794132181f,0.19941792139247025f,-0.978444209698022f,0.0682477756366584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2844516431214245f,0.12074255893448689f,0.125f,-0.30432233187297814f,0.9300018024530965f,-0.20611784434489092f,1.085629019026283f,-0.05366023794132181f,-0.23277437608017218f,-0.9710492617290675f,-0.019508372302168057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30882874957133394f,0.010784537576205386f,-0.23193790695336203f,0.30432233187297814f,0.9299770406121394f,0.20622953779146222f,0.7676734505082374f,0.053660237941321576f,0.1994179213924703f,-0.9784442096980219f,0.06833633453312354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.30432233187297814f,0.9300018024530965f,-0.20611784434489092f,1.1196601646391693f,0.053660237941321576f,-0.23277437608017212f,-0.9710492617290675f,-0.03254701211905542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1856389088911123e-16f,-0.006249999999999997f,0.16811707346419702f,0.9534393023048355f,-0.2503800040544414f,1.2833085939886522f,-0.04347803142829249f,-0.24657616919204192f,-0.9681476403781077f,-0.0284424023388936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1856389088911123e-16f,-0.006249999999999997f,-0.16811707346419702f,0.9534393023048355f,-0.2503800040544414f,1.2833085939886522f,0.043478031428292256f,-0.24657616919204198f,-0.9681476403781077f,-0.0284424023388936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.0662707053577285e-17f,1.1856389088911123e-16f,-0.006249999999999997f,0f,0.9681476403781077f,-0.2503800040544414f,1.2833085939886522f,-1.2246467991473532e-16f,-0.2503800040544414f,-0.9681476403781077f,-0.0284424023388936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.1679664110263897e-16f,-0.006249999999999998f,0.16561121050749114f,0.9392278472760159f,0.30070579950427306f,1.2736790793298005f,0.05221701409779422f,0.2961374027275427f,-0.9537169507482268f,-0.02062072109794796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.1679664110263897e-16f,-0.006249999999999998f,-0.16561121050749114f,0.9392278472760159f,0.30070579950427306f,1.2736790793298005f,-0.05221701409779446f,0.2961374027275427f,-0.9537169507482268f,-0.02062072109794796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6825839484795376e-17f,1.1679664110263897e-16f,-0.006249999999999998f,0f,0.9537169507482268f,0.30070579950427306f,1.2736790793298005f,-1.2246467991473532e-16f,0.30070579950427306f,-0.9537169507482268f,-0.02062072109794796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2578341604962995f,-0.022557566113149713f,-0.2f,0.25488700224417876f,0.9627658802969775f,0.09008038533977404f,1.3375860584629256f,0.04494345552754766f,0.08126134023725332f,-0.9956790046938263f,0.012860260713795525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2578341604962995f,0.022557566113149963f,0.1875f,-0.25488700224417876f,0.9627658802969775f,0.09008038533977404f,1.3375860584629256f,-0.044943455527547894f,0.08126134023725326f,-0.9956790046938263f,0.01286026071379557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322972e-17f,1.21998664834562e-16f,-0.007812499999999996f,0f,0.9961946980917455f,0.08715574274765814f,1.1705820176863349f,-1.2246467991473532e-16f,0.08715574274765814f,-0.9961946980917455f,-0.03879951469745474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,1.390625f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.0621824118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.0315675881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.9094425134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8759549245920979f,-0.15333519961320938f,0.4573743397288802f,2.0626636291640685f,0.08017552971412906f,0.9812260269227983f,0.1754062955664901f,2.290966038689974f,-0.47568356553270874f,-0.11697777844051109f,0.8718035012737742f,-0.4534230915993392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.37928939021482977f,-0.15333519961320938f,0.912484451938793f,2.031086370835931f,-0.1677510638128292f,0.9812260269227983f,0.09515810359062535f,2.296533961310026f,-0.9099445802136119f,-0.11697777844051109f,-0.3978907642695368f,-0.3653269084006603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334654f,-0.15333519961320938f,0.928998304487733f,1.90752525432684f,-0.05939117461388484f,0.9812260269227983f,0.18348888922025527f,2.2662266666169617f,-0.9396926207859082f,-0.11697777844051109f,0.32139380484326974f,-0.4575840707264902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5567475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131.mcfunction new file mode 100644 index 000000000..540b75ded --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131_as_bone.mcfunction new file mode 100644 index 000000000..b9a2e3446 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_131_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.762017718312159f,-0.13201065036165996f,-0.26238641278440267f,0.030368047991403857f,-0.10137145294683822f,0.8029108369407231f,-0.1095557433229267f,1.4397947761537255f,0.2756760235316491f,-0.06965501100914126f,-0.7655686474350544f,-0.34699637501015734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.73913227312526f,0.16618738092153781f,-0.2570315880337006f,0.030368047991403857f,0.2092463651315148f,0.76465573639697f,-0.10731991182654045f,1.4397947761537255f,0.22338182894751107f,-0.16638316987498258f,-0.7499447974874003f,-0.34699637501015734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7554521195057f,0.13556022445692714f,0.2790339856074479f,-0.030937263180802477f,0.10329624014320317f,0.8025714450258817f,-0.11024249110842074f,1.4398725369599525f,-0.29251739495467205f,-0.0666854228351298f,-0.7595597886109275f,-0.3476767611963763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7345208845625592f,-0.16051365872476636f,0.27333941447260207f,-0.030937263180802477f,-0.20737715583383337f,0.7650701301216286f,-0.10799264435110605f,1.4398725369599525f,-0.2397369086722061f,-0.17000900375704725f,-0.7440585684351944f,-0.3476767611963763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4017063260694222f,-1.5095511224442935f,0.03596785124219583f,-0.8570293227012651f,-0.3929153473173026f,0.14043604727837336f,1.5057561211787742f,1.6763234010925314f,-1.4579628964546147f,0.3780732407245982f,-0.4157055053877313f,0.11760684120999507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9486211840523688f,-0.305647314086294f,0.0818386739806827f,-0.6278469155284858f,-0.007963520092885708f,-0.2354997895686223f,-0.9718417728523838f,1.6599197843614906f,0.31631381809021925f,-0.9225614171994019f,0.22096606069760727f,0.0199836158243345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9851323536015859f,-0.17053529072228066f,0.020783659583127806f,-0.30221431968997164f,0.021208666521620366f,-0.24077566381711826f,-0.9703490465692232f,1.6512779962832378f,0.17048295619144696f,-0.9554814463565963f,0.24081272249723823f,-0.03181343091852097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8974724835055345f,0.4401854225351973f,-0.02792731884584956f,0.6073835558452709f,-0.07484297813939933f,-0.2143808600457026f,-0.9738785219262668f,1.6784738944576931f,-0.43467421130501105f,-0.8719390119919939f,0.22534571083735322f,0.07246635113839599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9502935356036274f,0.31127280168298355f,0.007172107248446706f,0.2948407937742336f,-0.08199551882893938f,-0.2279716296709684f,-0.970209086206234f,1.6520111158945805f,-0.30036466350409846f,-0.9225715034606199f,0.24216294084867923f,-0.022976981015959616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999376150010865f,0.007106117529028179f,0.008617957971734083f,-0.16329734617027478f,0.001268339620697486f,0.8387801118574584f,-0.5444688377372908f,1.407224735839125f,-0.011097631303368554f,-0.544423940551895f,-0.838736797531503f,0.2574059806859515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999376150010865f,0.005155599060770507f,0.009908880071103842f,-0.1622687408459359f,0.001268339620697486f,0.9337771616753869f,-0.35785276811569444f,1.580071373852537f,-0.011097631303368554f,-0.35781787564595335f,-0.9337254470387276f,0.18447934495834323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999376150010865f,0.007082023974215793f,0.008637768367325518f,0.14919337109765388f,0.001268339620697486f,0.8402972832163178f,-0.5421244018985699f,1.4064237400913129f,-0.011097631303368554f,-0.5420796258444918f,-0.8402538436828185f,0.25990755329426063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999376150010865f,0.005100177313466509f,0.009937519675962316f,0.1502117638419036f,0.001268339620697486f,0.9357612146426788f,-0.35263201851939824f,1.579675017721069f,-0.011097631303368554f,-0.35259741542136946f,-0.9357093059372792f,0.1879473547406459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9994412238048677f,-0.0011135111803502727f,-0.033406589952879116f,0.29041376478868625f,0.0020358742847722206f,0.9955613893601815f,-0.09409237605205846f,2.2455030599432027f,0.0333630840199939f,-0.09410781108960406f,-0.995002826386236f,-0.07444076435476099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9994412238048677f,-0.0011135111803502727f,-0.033406589952879116f,0.3249001317708301f,0.0020358742847722206f,0.9955613893601815f,-0.09409237605205846f,2.1121603807326204f,0.0333630840199939f,-0.09410781108960406f,-0.995002826386236f,-0.15720991859301986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9994412238048677f,-0.0011135111803502727f,-0.033406589952879116f,-0.29675795419667356f,0.0020358742847722206f,0.9955613893601815f,-0.09409237605205846f,2.2466991360855064f,0.0333630840199939f,-0.09410781108960406f,-0.995002826386236f,-0.05483995249301458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9994412238048677f,-0.0011135111803502727f,-0.033406589952879116f,-0.33722967899989476f,0.0020358742847722206f,0.9955613893601815f,-0.09409237605205846f,2.113509147446282f,0.0333630840199939f,-0.09410781108960406f,-0.995002826386236f,-0.13510687542977393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9686634515299607f,0.24612012802244287f,-0.033406589952879116f,0.2004174393675533f,0.2482120327857541f,0.9641252053282507f,-0.09409237605205846f,2.34299726803871f,0.009050107757767805f,-0.09943576334988619f,-0.995002826386236f,-0.10262359017874031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9952392675996097f,0.09155763198943645f,-0.033406589952879116f,0.08670345372092231f,0.09433372005057974f,0.9910841407419942f,-0.09409237605205846f,2.363850632940478f,0.02449386635898331f,-0.09679579533321706f,-0.995002826386236f,-0.10077771216773285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9435266120864528f,0.3296081492202232f,-0.033406589952879116f,0.06407780919485889f,0.3312965594358649f,0.9388233137682707f,-0.09409237605205846f,2.3616765451322794f,0.0003492715550075694f,-0.09984614911343673f,-0.995002826386236f,-0.09981247800833941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9992016523162331f,0.021910220360146032f,-0.033406589952879116f,0.09396234342987338f,0.024969393007844815f,0.9952502972527555f,-0.09409237605205846f,2.368842743032699f,0.03118633388729353f,-0.09485139989516247f,-0.995002826386236f,-0.10149350335266577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.983472308295187f,0.1779500451369911f,-0.033406589952879116f,0.16001861361375241f,0.18035342617745162f,0.9790910409328301f,-0.09409237605205846f,2.46425456980263f,0.015964350365470104f,-0.09856223922380362f,-0.995002826386236f,-0.14414085981316663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.983472308295187f,0.1779500451369911f,-0.033406589952879116f,0.11997985345792947f,0.18035342617745162f,0.9790910409328301f,-0.09409237605205846f,2.2439590855927434f,0.015964350365470104f,-0.09856223922380362f,-0.995002826386236f,-0.12196435598781084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9681126259481014f,-0.24827795558122268f,-0.033406589952879116f,-0.20844545488483363f,-0.2442667956696699f,0.9651323004138601f,-0.09409237605205846f,2.343830126872806f,0.05560284177218943f,-0.08293189657941413f,-0.995002826386236f,-0.08897503659830132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9950327821945124f,-0.09377506121548675f,-0.033406589952879116f,-0.0947775991451032f,-0.09027951096917823f,0.9914616657582098f,-0.09409237605205846f,2.364220312117105f,0.041944871646175386f,-0.09060906812227819f,-0.995002826386236f,-0.09471955940137436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9427898154986244f,-0.3317097579809645f,-0.033406589952879116f,-0.07214698818091404f,-0.32745410925831087f,0.9401704266241969f,-0.09409237605205846f,2.3619540367499154f,0.06261924721614016f,-0.07777020870156966f,-0.995002826386236f,-0.09526505765764363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9991503499427913f,-0.024136651733788483f,-0.033406589952879116f,-0.10204768906338274f,-0.02089872496212039f,0.9953440953076659f,-0.09409237605205846f,2.369242017922713f,0.03552212696553582f,-0.0933142753240153f,-0.995002826386236f,-0.09495034801038522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.983073346938209f,-0.1801410399865283f,-0.033406589952879116f,-0.17041218649025625f,-0.17634754805879813f,0.9798204769561248f,-0.09409237605205846f,2.4649276614790643f,0.04968235937792902f,-0.08660853681966972f,-0.995002826386236f,-0.13311050576723804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.983073346938209f,-0.1801410399865283f,-0.033406589952879116f,-0.12988045249328745f,-0.17634754805879813f,0.9798204769561248f,-0.09409237605205846f,2.2444680541639364f,0.04968235937792902f,-0.08660853681966972f,-0.995002826386236f,-0.11362358498281237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9994412238048677f,-0.0011135111803502727f,-0.033406589952879116f,-0.0033356691017219922f,0.0020358742847722206f,0.9955613893601815f,-0.09409237605205846f,1.7369287445828734f,0.0333630840199939f,-0.09410781108960406f,-0.995002826386236f,-0.03846987897731964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999376150010865f,0.002838215728741338f,0.010803269755775884f,-0.004399999999999994f,0.001268339620697486f,0.9897744309409131f,-0.14263578502675386f,1.365763332980031f,-0.011097631303368554f,-0.14261318447839555f,-0.9897162836855751f,0.01501006520207869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9553402741194671f,-0.29540012318873343f,0.007982973469997906f,0.21469008811400417f,-0.29359670764833096f,0.9518824856056939f,0.08786755291452303f,0.7793273191375634f,-0.033554938584388586f,0.08159963735953196f,-0.9961001783351868f,0.14087206774767305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9553402741194671f,-0.26397982410405857f,0.13281420523171414f,0.12060000000000001f,-0.29359670764833096f,0.8989284313202269f,-0.325159420319044f,1.1002775056144132f,-0.033554938584388586f,-0.34963170312508346f,-0.9362861412337853f,0.011476286347450263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9595305143197908f,0.2813986138753586f,0.010770895887748863f,-0.21993828281203498f,0.2797833331717876f,0.9482838661135414f,0.14992996947921855f,0.8068880351506278f,0.03197621879588596f,0.1468758978790658f,-0.9886379479130547f,0.14855012652561422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9595305143197908f,0.24839252567550255f,-0.13267383041784347f,-0.1294f,0.2797833331717876f,0.894387881954628f,-0.34898653712141803f,1.1355607652098776f,0.03197621879588596f,-0.3719831579537697f,-0.9276885531417635f,-0.010408845416354165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9856253503041601f,0.1689436663548839f,-0.0008404976925161297f,-0.011047621793664163f,0.1591902093116551f,0.927034158376632f,-0.339508683927586f,1.2957512055962197f,-0.05657867175104865f,-0.33476216453102897f,-0.9406025447028026f,-0.008188071866882954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9840641140656307f,-0.1778082655296976f,-0.0014283268343925138f,-0.010645462581216335f,-0.16683685926334124f,0.9260628842242188f,-0.33848633185619986f,1.2965552113109746f,0.061508388040732914f,-0.33285395471834484f,-0.9409702243052055f,-0.006905635600051373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999975045751349f,0.0019818386131914495f,-0.001031096122670924f,-0.011049999999999992f,0.002214518498292798f,0.9402222313668318f,-0.3405543298086179f,1.2946229389185795f,0.0002945357765070897f,-0.3405557633623126f,-0.9402242739311665f,-0.00777940495084818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9850088140061464f,0.17250391068388005f,0.00019268879783622379f,-0.011049999999999994f,0.1677301810704326f,0.9574883409845849f,0.23469696043338023f,1.2878688786651604f,0.04030164622301144f,0.2312108943742827f,-0.9720685673523035f,0.0018216570940945247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9839184744808728f,-0.17861767759353633f,-0.00040103157422321557f,-0.011049999999999994f,-0.17367509007417822f,0.9561627880443209f,0.23577465056073665f,1.2870910176844281f,-0.04173006905048328f,0.23205268369575668f,-0.9718076730128442f,0.001634755262497557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.861109122750055e-17f,1.1907562002941751e-16f,-0.011049999999999994f,0f,0.9723262259152812f,0.23362728949620992f,1.2870910176844281f,-1.2246467991473532e-16f,0.23362728949620992f,-0.9723262259152812f,0.001634755262497557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9674941268222905f,0.2511725604467131f,-0.029452664446802505f,-0.2048f,0.25068594014829554f,0.9678770451825761f,0.019250579747397314f,1.3513813638608478f,0.03334177524276255f,0.011241453966812073f,-0.9993807861552939f,0.031980765107551774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.96674059054164f,-0.25408441675667387f,0.02921882544905233f,0.1827f,-0.25352637326009947f,0.9670895557078262f,0.021498123230188876f,1.3533957444099634f,-0.033719559024134184f,0.01337536550007161f,-0.9993418288738631f,0.03261185226741574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.427940816908383e-18f,1.2244060980740076e-16f,-0.01221249999999999f,0f,0.9998034526579312f,0.01982564130816175f,1.1836326312390135f,-1.2246467991473532e-16f,0.01982564130816175f,-0.9998034526579312f,-0.01057133457538678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.3905867939734364e-17f,1.2167261262692292e-16f,-0.004399999999999994f,0f,0.9935322797694498f,0.11355002886886383f,1.405625f,-1.2246467991473532e-16f,0.11355002886886383f,-0.9935322797694498f,0.014799999999999975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8603803953705577f,0.30427492870814127f,-0.40885491683683917f,-1.9743031805929914f,-0.22503044296099264f,0.9465925495238049f,0.23091956375933698f,2.36155f,0.45728205191411403f,-0.1066738625234813f,0.8829007940032328f,-0.3951303021883564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.38649661820121006f,0.30427492870814127f,-0.8706532787962633f,-1.9432868194070092f,0.22503044296099264f,0.9465925495238049f,0.23091956375933698f,2.36155f,0.8944169407272022f,-0.1066738625234813f,-0.4343259411945294f,-0.30665969781164437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33084118598380974f,0.30427492870814127f,-0.8932865595185466f,-1.8248020160722183f,0f,0.9465925495238049f,0.3224322334786382f,2.3131851649782043f,0.9436864466849284f,-0.1066738625234813f,0.31317180172789383f,-0.39787077025918444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9037905239031117f,-0.20763078034841648f,0.3742354178252591f,2.031973069154943f,0.1615011358663138f,0.9752444973315284f,0.15104818283734792f,2.2871102364272557f,-0.39633328401337814f,-0.07607647124099587f,0.9149493420439673f,-0.5038926559359642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.35076747137995606f,-0.20763078034841648f,0.9131547733399956f,1.9957769308450575f,-0.14682654198227116f,0.9752444973315284f,0.16534853187767587f,2.2861497635727432f,-0.9248806126150768f,-0.07607647124099587f,-0.3725697557938349f,-0.4174173440640352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.38609214197211006f,-0.20763078034841648f,0.8987893618414134f,1.8790565957237881f,0.010245043781468052f,0.9752444973315284f,0.22089185024008975f,2.253496222463986f,-0.9224033266339099f,-0.07607647124099587f,0.3786614233562936f,-0.5174542135034438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.01161750000000008f,0f,0.000015625f,0f,1.5717474999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.7022999999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132.mcfunction new file mode 100644 index 000000000..6403dcb61 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132_as_bone.mcfunction new file mode 100644 index 000000000..b29d08cda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_132_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7625953104678257f,-0.13340220761986266f,-0.2599936304971183f,0.03016935190341137f,-0.11845135599318807f,0.8053480662120885f,-0.0657891553089772f,1.4623768849966619f,0.2671368809436467f,-0.023723146819946833f,-0.7713750991502796f,-0.33646117835647477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7401766664104789f,0.16514451105652553f,-0.2546876380379935f,0.03016935190341137f,0.1947022812992474f,0.7732642936169786f,-0.06444651948634503f,1.4623768849966619f,0.23287233446319808f,-0.1216125926248439f,-0.755632750188029f,-0.33646117835647477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.755592369021592f,0.13429524205329707f,0.27926583085409684f,-0.031042561605833977f,0.11877101464836995f,0.805291701766563f,-0.06590269789434952f,1.4623897733359743f,-0.2862133162523704f,-0.02035945657927923f,-0.7645991594110352f,-0.337230322464254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7341736053943058f,-0.16171107506876292f,0.2735665281836051f,-0.031042561605833977f,-0.19439185273266157f,0.7733331139733225f,-0.0645577448760975f,1.4623897733359743f,-0.25139794098896173f,-0.12571962071382892f,-0.748995094933259f,-0.337230322464254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.205709744569038f,-0.9908336598336173f,-0.0769345201582844f,-0.7066905504044049f,-0.28749075653888617f,0.231954045706555f,1.5182070463494302f,1.6949449080726624f,-0.9513250373852064f,1.185686395815134f,-0.36129585386903396f,0.38198244553926153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5791506567642164f,-0.8074373952806604f,0.11238046748416576f,-0.580775137001331f,0.03314147451556197f,-0.16105853020391991f,-0.9863882564768741f,1.6699273512116848f,0.8145465974617484f,-0.5675429521639184f,0.12003681940368542f,0.16787177865127767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8240447968169415f,-0.5621489437612035f,0.07027615432768812f,-0.3032307238932578f,0.04374097342191036f,-0.18681004744823165f,-0.9814217917982528f,1.6543228274201354f,0.5648335153680504f,-0.8056615736154685f,0.17852878960105512f,-0.010275251747026159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.444889909761959f,0.8938865451876887f,-0.05513449486858475f,0.5367259819574512f,-0.0944913287627272f,-0.10806928741369295f,-0.9896425707832857f,1.685375641889644f,-0.8905865241404959f,-0.4350722623315747f,0.1325434629434254f,0.21811912560996066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7225350618225028f,0.6904211754744705f,-0.03552020401972015f,0.2938350513119547f,-0.09330756380638874f,-0.14829893551232745f,-0.9845309158489778f,1.655727966480911f,-0.6850086006567135f,-0.7080438024461204f,0.17157269842247697f,-0.00019409542354214063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999210442038161f,0.006412485110652642f,0.01080672906367464f,-0.16427790401612663f,0.0002105361679563501f,0.8684232259409859f,-0.49582361412176945f,1.3948634719518558f,-0.012564276058412366f,-0.49578219076622443f,-0.8683560089537995f,0.2651903348783309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999210442038161f,0.004033821057056691f,0.011900993489186438f,-0.16344718135862107f,0.0002105361679563501f,0.9523208541621816f,-0.3050982569637768f,1.5715167680012412f,-0.012564276058412366f,-0.3050716620984198f,-0.9522465121761463f,0.2020378575337763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999210442038161f,0.006378503181543302f,0.01082682111762515f,0.14821130072397207f,0.0002105361679563501f,0.8699766137089926f,-0.4930929397932564f,1.3944043360267413f,-0.012564276058412366f,-0.49305172781017303f,-0.8699092669184131f,0.26800557301682204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999210442038161f,0.00395896577745679f,0.011926103652196634f,0.14902814495507144f,0.0002105361679563501f,0.9542190324359822f,-0.2991086655572852f,1.571450975448755f,-0.012564276058412366f,-0.299082538318289f,-0.9541445248180263f,0.20596419380203018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992980365696589f,-0.0013530617230699772f,-0.03743799316200518f,0.2892046517236847f,-0.0018040186339686511f,0.9999261986112465f,0.012014276825091277f,2.2508194672066963f,0.03741897412801529f,0.012073382079400702f,-0.9992267279353427f,0.00574965106608883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992980365696589f,-0.0013530617230699772f,-0.03743799316200518f,0.3233376489514927f,-0.0018040186339686511f,0.9999261986112465f,0.012014276825091277f,2.127022681531417f,0.03741897412801529f,0.012073382079400702f,-0.9992267279353427f,-0.0908402389675752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992980365696589f,-0.0013530617230699772f,-0.03743799316200518f,-0.29788294476098987f,-0.0018040186339686511f,0.9999261986112465f,0.012014276825091277f,2.2497596062592398f,0.03741897412801529f,0.012073382079400702f,-0.9992267279353427f,0.027733298366297808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992980365696589f,-0.0013530617230699772f,-0.03743799316200518f,-0.33869730027590633f,-0.0018040186339686511f,0.9999261986112465f,0.012014276825091277f,2.1258275191864127f,0.03741897412801529f,0.012073382079400702f,-0.9992267279353427f,-0.06605016860776508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9684120894510969f,0.2465287441110309f,-0.03743799316200518f,0.19917651179471707f,0.24624766939972936f,0.9691324689987284f,0.012014276825091277f,2.3506724610707033f,0.03924423932454361f,0.0024157523602837397f,-0.9992267279353427f,-0.011568606261365983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9950549218442732f,0.09200053902825289f,-0.03743799316200518f,0.08548822335987566f,0.09161023262390455f,0.9957224625521732f,0.012014276825091277f,2.371258863184861f,0.03838317068822626f,0.008525162024663205f,-0.9992267279353427f,-0.007061528965544073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9432405932774878f,0.32999330275254757f,-0.03743799316200518f,0.06286478325064648f,0.3297760828299154f,0.9439827288386832f,0.012014276825091277f,2.36900390615855f,0.03930544983700887f,-0.001013801133680171f,-0.9992267279353427f,-0.006241009962953271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9990486512511157f,0.022364907809518303f,-0.03743799316200518f,0.0927483812481803f,0.021928986886090462f,0.9996873394649547f,0.012014276825091277f,2.376295766442814f,0.03769498597262333f,0.011181869796773805f,-0.9992267279353427f,-0.007272983468699486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9832500621391689f,0.17837519998957882f,-0.03743799316200518f,0.1587144063455938f,0.17804455882514708f,0.9839490800977094f,0.012014276825091277f,2.475666609911192f,0.03898012796386515f,0.005147407459000074f,-0.9992267279353427f,-0.03982392097410053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9832500621391689f,0.17837519998957882f,-0.03743799316200518f,0.11857998634793862f,0.17804455882514708f,0.9839490800977094f,0.012014276825091277f,2.2542780668892077f,0.03898012796386515f,0.005147407459000074f,-0.9992267279353427f,-0.04098208765237554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9677409339573878f,-0.24915031890664757f,-0.03743799316200518f,-0.2097626754380532f,-0.2497429791117686f,0.9682376265859267f,0.012014276825091277f,2.3499342089307707f,0.03325551274091583f,0.020976583419781616f,-0.9992267279353427f,0.003744227655052869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9948021340391257f,-0.09469482973849871f,-0.03743799316200518f,-0.0961306557683137f,-0.0952024934673966f,0.9953854240393316f,0.012014276825091277f,2.3709309891870767f,0.03612754280036093f,0.015516018523975836f,-0.9992267279353427f,-0.0002607629372370357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9423435064345793f,-0.33254640660903845f,-0.03743799316200518f,-0.07350122356230736f,-0.3331801011781076f,0.9427866552573365f,0.012014276825091277f,2.3687577265321242f,0.03130073576656356f,0.023795170100254392f,-0.9992267279353427f,-0.001134749473949516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9989844234435448f,-0.02507026894890116f,-0.03743799316200518f,-0.10340440964057136f,-0.025536007780885966f,0.999601705410202f,0.012014276825091277f,2.3759416545793672f,0.037121880660644285f,0.012958092291890655f,-0.9992267279353427f,0.00007200865457139549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.982763413359909f,-0.18103720620132838f,-0.03743799316200518f,-0.1719778941897749f,-0.18159377518967518f,0.983300237956206f,0.012014276825091277f,2.4750696157708614f,0.03463775647385863f,0.018605698215491306f,-0.9992267279353427f,-0.027441062021886176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.982763413359909f,-0.18103720620132838f,-0.03743799316200518f,-0.1312445227944761f,-0.18159377518967518f,0.983300237956206f,0.012014276825091277f,2.2538270622307155f,0.03463775647385863f,0.018605698215491306f,-0.9992267279353427f,-0.031627344120371714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992980365696589f,-0.0013530617230699772f,-0.03743799316200518f,-0.004468886803882714f,-0.0018040186339686511f,0.9999261986112465f,0.012014276825091277f,1.7412149416209135f,0.03741897412801529f,0.012073382079400702f,-0.9992267279353427f,-0.01126648895408703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999210442038161f,0.0012829685229794492f,0.01250037399916722f,-0.004950000000000007f,0.0002105361679563501f,0.9963451611299362f,-0.08541823907973847f,1.3675855061971873f,-0.012564276058412366f,-0.0854088630338235f,-0.9962667640157417f,0.020761834683596783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9680426765149149f,-0.2491214914529687f,0.02884196494845992f,0.1959230991329649f,-0.2507503174473714f,0.9634113458425811f,-0.09467236662209894f,0.8073432327936834f,-0.0042017550954607805f,-0.09887902304349017f,-0.995090590879083f,0.22251649535644646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9680426765149149f,-0.21317767568090912f,0.13209335727857358f,0.12004999999999999f,-0.2507503174473714f,0.831584153265546f,-0.4955724713275218f,1.1034008345904718f,-0.0042017550954607805f,-0.5128577528212964f,-0.8584633193242491f,0.0349425756040098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9720102273097009f,0.23476284389684243f,0.009084334362541371f,-0.19152530716045027f,0.23490556389811512f,0.9704991441256938f,0.054321149665709334f,0.877770808477899f,0.003936248855469895f,0.05493467372036215f,-0.9984821919133988f,0.24850461759144005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9720102273097009f,0.18390565275928067f,-0.1462013299820714f,-0.12995f,0.23490556389811512f,0.7711914594033642f,-0.5916782140598198f,1.1367490574081214f,0.003936248855469895f,-0.6094607812045761f,-0.7928064468194337f,-0.001378793931077784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9857362535458993f,0.16829413788852027f,-0.0010590550761227246f,-0.011647074239407244f,0.1488077679032931f,0.8686262687386362f,-0.47259353938541476f,1.2957452300689525f,-0.07861479922339165f,-0.46601018058573984f,-0.8812798788883767f,0.004226797883066782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9839585946309432f,-0.17838868298407912f,-0.0017209982873182914f,-0.011194176489455608f,-0.1565151069533024f,0.8678569751759819f,-0.47151595087949133f,1.2968498497184506f,0.08560668985129331f,-0.46368281014245116f,-0.8818558534313325f,0.0055225694902689216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999968417282541f,0.0021672300687122703f,-0.0012726536631738792f,-0.011650000000000006f,0.0025115055130705624f,0.8806850459422306f,-0.4736956218858145f,1.2945563052569304f,0.00009419965465254055f,-0.47369732210300713f,-0.8806877075097987f,0.004866289267905843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9850338531698665f,0.1723608458898683f,0.00021659514089689916f,-0.011650000000000008f,0.17093525526729111f,0.9767238334976045f,0.1295827595957484f,1.2915868038294411f,0.02212344042033287f,0.1276804287346834f,-0.9915685863832593f,0.01657019832363683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9838055506649023f,-0.17923848224525019f,-0.00045272877922996317f,-0.011650000000000008f,-0.17775643360983664f,0.9753404415578697f,0.1308192393037479f,1.2906942484031914f,-0.023006277213841842f,0.12878116921397578f,-0.9914061335621447f,0.016454678580424077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.5718987084868907e-17f,1.2145168286872066e-16f,-0.011650000000000008f,0f,0.9917282513887274f,0.12835527023639043f,1.2906942484031914f,-1.2246467991473532e-16f,0.12835527023639043f,-0.9917282513887274f,0.016454678580424077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9699043210712258f,0.2411615053780666f,-0.03356689278365308f,-0.20540000000000003f,0.2433152739256406f,0.9651355774093892f,-0.09649349560014547f,1.3549280604105074f,0.009126085790467142f,-0.10175679605033561f,-0.9947674446903232f,0.03916817886128775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9712553866940743f,-0.23584873734109316f,0.03222339076441482f,0.18209999999999998f,-0.2378725976178318f,0.966712732275562f,-0.09425030800407161f,1.3572512364358096f,-0.008921945992281154f,-0.099206181011716f,-0.9950269004045977f,0.0396605995711095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,9.54880385701401e-18f,1.2209184318175742e-16f,-0.012762500000000006f,0f,0.9969555570370373f,-0.07797190066280546f,1.184093862675813f,-1.2246467991473532e-16f,-0.07797190066280546f,-0.9969555570370373f,0.012906443918336827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.0518194004307406e-18f,1.224474902305743e-16f,-0.0049500000000000065f,0f,0.9998596355767804f,0.01675437686898212f,1.4075f,-1.2246467991473532e-16f,0.01675437686898212f,-0.9998596355767804f,0.01665000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8600352685732295f,0.3131425988988752f,-0.40284122128331307f,-1.8351932543380265f,-0.23254569487916643f,0.9433163048851543f,0.23680550823615626f,2.370025f,0.4541605845990367f,-0.10998209714620265f,0.8841052548786171f,-0.3878115037581566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3871648524213134f,0.3131425988988752f,-0.8672053331273055f,-1.8041267456619758f,0.23254569487916643f,0.9433163048851543f,0.23680550823615626f,2.370025f,0.8922028227049881f,-0.10998209714620265f,-0.4380388812246866f,-0.29935849624184385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3313760925445385f,0.3131425988988752f,-0.8900177515335138f,-1.686157337269974f,0f,0.9433163048851543f,0.3318950872456816f,2.320240736913148f,0.9434987468406694f,-0.10998209714620265f,0.3125924711463949f,-0.39047387067195943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9061217490288087f,-0.21478980953404586f,0.3644292985714802f,1.8999612004602198f,0.17205953013680889f,0.9741556008281911f,0.14634337519739854f,2.2866881237722008f,-0.3864439079945151f,-0.06990138121235022f,0.9196602105552532f,-0.5101944613807691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3479227680823043f,-0.21478980953404586f,0.9125870288198684f,1.8632887995397824f,-0.1431963136486397f,0.9741556008281911f,0.1746873811484574f,2.2847918762277986f,-0.9265228346929112f,-0.06990138121235022f,-0.36968802211759333f,-0.42393553861923067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3911722764846649f,-0.21478980953404586f,0.8949019990089043f,1.7473897001486653f,0.02022664047362155f,0.9741556008281911f,0.22497055005092748f,2.2519944174923605f,-0.9200951761230768f,-0.06990138121235022f,0.3854071402810929f,-0.5248760710421638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.012167500000000091f,0f,0.000015625f,0f,1.5736225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.70415f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133.mcfunction new file mode 100644 index 000000000..176690473 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133_as_bone.mcfunction new file mode 100644 index 000000000..f6a42012c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_133_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7601626349157714f,-0.13456532526432735f,-0.2664383346270986f,0.030272380134589466f,-0.13769511606836002f,0.8048591945549676f,-0.013644647144354491f,1.482355244722433f,0.2648344160664865f,0.03222257937035564f,-0.7718606622246587f,-0.3303233281353766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.738411056647845f,0.1631799149268461f,-0.26100081759389254f,0.030272380134589466f,0.1771029351972958f,0.7800358295900119f,-0.013366184957735013f,1.482355244722433f,0.2517611204390296f,-0.07011718705345503f,-0.7561084038119106f,-0.3303233281353766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7558537052310152f,0.13274925869845278f,0.27929778919282744f,-0.031220479281314925f,0.1365086886829482f,0.8050683937136671f,-0.0132175565745749f,1.4823071206946858f,-0.27747972655142167f,0.034452288788285344f,-0.7673085986711221f,-0.33083624892608876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7338305728637383f,-0.16320819645661647f,0.27359783431134116f,-0.031220479281314925f,-0.17825510469635725f,0.7797803997616101f,-0.012947810522032557f,1.4823071206946858f,-0.2640412997623067f,-0.07283963726572375f,-0.7516492395145686f,-0.33083624892608876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.550761025829123f,0.1371429983592803f,-0.13318516723131668f,-0.4017359913877864f,-0.12027125478745582f,0.14624300690401099f,1.5509848671742494f,1.6750202381931285f,0.14859783323204356f,1.5495841477418055f,-0.1345879007416414f,0.5438203017329319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.13167390527305864f,-0.9889691231636974f,0.06783845590053851f,-0.4571353266945501f,0.01116579217790744f,-0.06695028598563878f,-0.9976938329424921f,1.657554774220801f,0.9912301991743296f,0.13212771335064005f,0.0022270180847359516f,0.3010244568145397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4272972204925456f,-0.901069502237148f,0.07410018554257068f,-0.3020762777745044f,0.01355086288534056f,-0.08833274800885259f,-0.995998845252477f,1.6524779563690548f,0.9040096567373644f,-0.42458341673610267f,0.04995460697762874f,0.010032096101219518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.23550653537587574f,0.9712248788929577f,-0.03548107121566458f,0.416955114893753f,-0.023317814647435646f,-0.030850767315350157f,-0.999251975067411f,1.66229328687723f,-0.9715929967405689f,0.23615771165772625f,0.015381284382878724f,0.32142633241397583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.32846236671864015f,0.9435662330675056f,-0.04237024267557558f,0.2949421806219952f,-0.027542363125871515f,-0.0544084905232578f,-0.9981388352290592f,1.6538464681837821f,-0.9441154017825533f,-0.32668406752362167f,0.043859185391313935f,0.016796520265926665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999649082784806f,0.002914125384444334f,0.007854303588067463f,-0.16161087418510328f,-0.0007825679184417948f,0.9009570259985543f,-0.4339076225319086f,1.3734644906737568f,-0.008340851219319162f,-0.4338985424924632f,-0.9009231293644607f,0.2648469243010416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999649082784806f,0.0011971868539174084f,0.008291498974648648f,-0.16133457978140223f,-0.0007825679184417948f,0.9720598798519479f,-0.23473171402618323f,1.5542586449333333f,-0.008340851219319162f,-0.23472996554733616f,-0.9720248317173195f,0.21475990056268285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999649082784806f,0.002897668990113257f,0.007860389687129274f,0.15088464284268013f,-0.0007825679184417948f,0.9018638233145374f,-0.4320197122631533f,1.3735008235380652f,-0.008340851219319162f,-0.43201070323651525f,-0.9018299077376113f,0.2666957218082359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999649082784806f,0.0011624451029121547f,0.00829644098348851f,0.15115445405562297f,-0.0007825679184417948f,0.9730345910300365f,-0.2306579117361087f,1.5545031974078465f,-0.008340851219319162f,-0.23065631008145474f,-0.9729995358788949f,0.21736641656872008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999682391782978f,-0.0010227508933866717f,-0.025180737472804353f,0.2901477371806318f,-0.00439066690694266f,0.9909633066438244f,0.13406135509404016f,2.241491590290955f,0.024816075499089194f,0.13412933633679144f,-0.9906530591133685f,0.09553070692774515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999682391782978f,-0.0010227508933866717f,-0.025180737472804353f,0.3254029765960913f,-0.00439066690694266f,0.9909633066438244f,0.13406135509404016f,2.1303540790095536f,0.024816075499089194f,0.13412933633679144f,-0.9906530591133685f,-0.01503978723744791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999682391782978f,-0.0010227508933866717f,-0.025180737472804353f,-0.29716566799186783f,-0.00439066690694266f,0.9909633066438244f,0.13406135509404016f,2.2389120734831263f,0.024816075499089194f,0.13412933633679144f,-0.9906530591133685f,0.11011015128346005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999682391782978f,-0.0010227508933866717f,-0.025180737472804353f,-0.3368866079601316f,-0.00439066690694266f,0.9909633066438244f,0.13406135509404016f,2.1274452621837043f,0.024816075499089194f,0.13412933633679144f,-0.9906530591133685f,0.0014008627806986734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9692175879423348f,0.24491467429202368f,-0.025180737472804353f,0.200183746941134f,0.23950548480570405f,0.9615948605407241f,0.13406135509404016f,2.3430538104308773f,0.05704726085647806f,0.12390369848433726f,-0.9906530591133685f,0.08948008055929604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9955980071637618f,0.09028033336154546f,-0.025180737472804353f,0.0864155680463472f,0.08613019725705623f,0.9872229445220623f,0.13406135509404016f,2.3629233417093016f,0.036962105621929406f,0.13130239608368902f,-0.9906530591133685f,0.09506074563968821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.944183702057702f,0.3284555787757887f,-0.025180737472804353f,0.0637874280680295f,0.3224026084200931f,0.9370614233625618f,0.13406135509404016f,2.360582695209858f,0.06762909767646452f,0.1184602111123893f,-0.9906530591133685f,0.09531916407228203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9994704181606373f,0.020611008760528016f,-0.025180737472804353f,0.09366962979563957f,0.017055197016275336f,0.9908262578903964f,0.13406135509404016f,2.3679490600031268f,0.02771287564539073f,0.1335608961964082f,-0.9906530591133685f,0.09555647113687706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9839410066576155f,0.1767088732291729f,-0.025180737472804353f,0.15986990726903347f,0.17184459484042608f,0.9759595218524587f,0.13406135509404016f,2.470560327489845f,0.048265211506094294f,0.12758129105631671f,-0.9906530591133685f,0.07621492056654249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9839410066576155f,0.1767088732291729f,-0.025180737472804353f,0.12011041079246963f,0.17184459484042608f,0.9759595218524587f,0.13406135509404016f,2.250969435073042f,0.048265211506094294f,0.12758129105631671f,-0.9906530591133685f,0.04750913007887127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.968714426971908f,-0.24689732569797787f,-0.025180737472804353f,-0.20850773153279037f,-0.24801700209932448f,0.9594347918123532f,0.13406135509404016f,2.341258812174997f,-0.008940114437263941f,0.13611241979765565f,-0.9906530591133685f,0.0996254213885512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9954111959518804f,-0.0923172867559088f,-0.025180737472804353f,-0.09478159764868917f,-0.09487483284471182f,0.9864209644786743f,0.13406135509404016f,2.362127512548372f,0.012462626783105737f,0.13583519206372713f,-0.9906530591133685f,0.09955877679545269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9435096563107807f,-0.3303868322264652f,-0.025180737472804353f,-0.07214883137871629f,-0.3306934744263068f,0.9341677467362101f,0.13406135509404016f,2.3599856547490954f,-0.02076907364738154f,0.1348152886328337f,-0.9906530591133685f,0.09869364031115786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9994261526974509f,-0.022656031530196297f,-0.025180737472804353f,-0.10204596744783748f,-0.02583447441098316f,0.9906362263728591f,0.13406135509404016f,2.3670894649926986f,0.02190765245935312f,0.1346349554649342f,-0.9906530591133685f,0.10041490725365307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9835773741327671f,-0.17872179373097252f,-0.025180737472804353f,-0.17002259074274365f,-0.18048605728324274f,0.9743984483755607f,0.13406135509404016f,2.4691114192308072f,0.000576385670041181f,0.13640448764202734f,-0.9906530591133685f,0.08440415867309967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9835773741327671f,-0.17872179373097252f,-0.025180737472804353f,-0.1298101871532749f,-0.18048605728324274f,0.9743984483755607f,0.13406135509404016f,2.2498717683463063f,0.000576385670041181f,0.13640448764202734f,-0.9906530591133685f,0.053713148953643555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999682391782978f,-0.0010227508933866717f,-0.025180737472804353f,-0.003538830301516822f,-0.00439066690694266f,0.9909633066438244f,0.13406135509404016f,1.738362489708025f,0.024816075499089194f,0.13412933633679144f,-0.9906530591133685f,0.012827762740944533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999649082784806f,-0.0006368808040448972f,0.008353238560656064f,-0.0032999999999999857f,-0.0007825679184417948f,0.9998474459507762f,-0.017449137891677277f,1.3634196974764838f,-0.008340851219319162f,-0.017455062547902286f,-0.9998128579851261f,0.01937341119640789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9815738612503142f,-0.18681265783660622f,0.040171952680594605f,0.1757450413087877f,-0.19024758414902665f,0.9358023715768939f,-0.2967823749425154f,0.8448442772492177f,0.017849695672696324f,-0.2989564386713957f,-0.9540998040778063f,0.29776848564226444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9815738612503142f,-0.15209042530138026f,0.11567738517875532f,0.12170000000000002f,-0.19024758414902665f,0.721306092251002f,-0.6659755085639771f,1.100652596793741f,0.017849695672696324f,-0.6757114945102196f,-0.7369500420999769f,0.052258132934403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.983596666453268f,0.18025553630024282f,0.006748286829294944f,-0.1602509000135711f,0.1795930774649712f,0.9821049610555871f,-0.05671130395842111f,0.9831275083040085f,-0.016850052482987925f,-0.054569103924431595f,-0.9983678122957516f,0.31959242403001725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.983596666453268f,0.11338088497130466f,-0.1402938796424932f,-0.1283f,0.1795930774649712f,0.542893527724609f,-0.8203736612552782f,1.1281276686532957f,-0.016850052482987925f,-0.8321126080512499f,-0.5543506861666788f,-0.000037067861772537014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9854371562553916f,0.170038277649634f,-0.0007714954523017724f,-0.009848736966738155f,0.13512002947822094f,0.7803019391353261f,-0.6106320180071255f,1.289878109464886f,-0.10322881722218673f,-0.6018437238316902f,-0.791914101010528f,0.011371620708157424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9842369770366978f,-0.1768505155370996f,-0.00121168804772654f,-0.009547384517602389f,-0.13941109593392417f,0.7800523953313628f,-0.6099859071063081f,1.290746079374399f,0.10882150230613939f,-0.6002017624866369f,-0.7924113356986823f,0.012103409569496551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.999998596323258f,0.0014033702909192962f,-0.000915370602674837f,-0.009849999999999982f,0.0016701930479402648f,0.7914033431495779f,-0.6112920406048602f,1.2891658464560514f,-0.00013344173368258296f,-0.6112927113940572f,-0.7914045761744152f,0.011921784148412072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9849586733685164f,0.17279001939277888f,0.0001447562620087622f,-0.009849999999999984f,0.1727839394796659f,0.9849162619005981f,0.009255663219866875f,1.2904991077693069f,0.0014567134307894541f,0.009141457323400073f,-0.9999571549541434f,0.0251855583436014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9841431463804017f,-0.1773758106996988f,-0.0002986822857910845f,-0.009849999999999984f,-0.1773697586509864f,0.9840925809319722f,0.010087659329132543f,1.2898991290918798f,-0.0014953757300644552f,0.0099806779967302f,-0.9999490736623298f,0.02518050002047121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.0324432050733746e-18f,1.2246032781128295e-16f,-0.009849999999999984f,0f,0.9999644623784145f,0.00843053855031671f,1.2898991290918798f,-1.2246467991473532e-16f,0.00843053855031671f,-0.9999644623784145f,0.02518050002047121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9725261585875898f,0.23004331085912955f,-0.03567836868238211f,-0.2036f,0.2320541573372446f,0.9457775406734786f,-0.22727892911602726f,1.352785611990256f,-0.018540197554703316f,-0.2293140176408688f,-0.9731759051620812f,0.0387000264053793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9769937899043704f,-0.2108025967592468f,0.032332641213693634f,0.1839f,-0.21259031112305818f,0.950558985187029f,-0.2263691129478733f,1.354362160068395f,0.016985114214994f,-0.22803482383128254f,-0.9735048150961246f,0.03884492691371596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.262838036485782e-17f,1.203559480403104e-16f,-0.011112499999999987f,0f,0.982780897513527f,-0.18477474795681972f,1.1794144979008576f,-1.2246467991473532e-16f,-0.18477474795681972f,-0.982780897513527f,0.031972024627416266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.1439824627329842e-17f,1.2192919354738025e-16f,-0.003299999999999985f,0f,0.9956274219821757f,-0.09341325707375134f,1.401875f,-1.2246467991473532e-16f,-0.09341325707375134f,-0.9956274219821757f,0.011099999999999957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8607853703734359f,0.286437980206064f,-0.4207158538093577f,-1.6775230181600282f,-0.21007992036929918f,0.9528599486372878f,0.21891629756729855f,2.3446f,0.463589228961044f,-0.10005599321587687f,0.8803827718741938f,-0.4097678564000591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3849134846565402f,0.286437980206064f,-0.8773795602959015f,-1.6466069818399698f,0.21007992036929923f,0.9528599486372878f,0.2189162975672985f,2.3446f,0.8987257848683257f,-0.10005599321587687f,-0.4269435112920633f,-0.3212621435999419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3297710540806237f,0.286437980206064f,-0.8995578554968127f,-1.5271313216754772f,5.551115123125783e-17f,0.9528599486372878f,0.3034104782022946f,2.2990884282696555f,0.9440609365345831f,-0.10005599321587687f,0.31422562965332734f,-0.4126488444479996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8983535114214984f,-0.19356269345595098f,0.39432784864721615f,1.7209600667496772f,0.14058928122885503f,0.9771577008664021f,0.15936587351450415f,2.2879925140433635f,-0.41616778169413626f,-0.08772862326267628f,0.9050458917315838f,-0.49128447362034805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3570008756570116f,-0.19356269345595098f,0.9138292282927949f,1.6857899332503197f,-0.15344149988897396f,0.9771577008664021f,0.1470324241428027f,2.2888274859566358f,-0.9214152597455445f,-0.08772862326267628f,-0.3785467048707288f,-0.4043855263796512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.37514809065981425f,-0.19356269345595098f,0.9065304152516748f,1.5673954377122472f,-0.008906367074905358f,0.9771577008664021f,0.21232876456809632f,2.2565606853147853f,-0.9269221039007666f,-0.08772862326267628f,0.3648549053536384f,-0.5025632358030454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.010517500000000068f,0f,0.000015625f,0f,1.5679975f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6986f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134.mcfunction new file mode 100644 index 000000000..da66d96bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134_as_bone.mcfunction new file mode 100644 index 000000000..b42a7f4d8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_134_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7571656992101491f,-0.13405798297448382f,-0.2750872690345075f,0.030694882135634247f,-0.15445666054309468f,0.8011763713535602f,0.03469879598864778f,1.4985732075581557f,0.2641735951943829f,0.08419812129732818f,-0.7681584682970819f,-0.3257828016608262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7355085661522974f,0.16251560032945062f,-0.2694732431358441f,0.030694882135634247f,0.16055272788595532f,0.7829862430368953f,0.033990657295001905f,1.4985732075581557f,0.2706473178972403f,-0.022830305835142603f,-0.7524817648624477f,-0.3257828016608262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7558725479388945f,0.13273148284173522f,0.27925524020050585f,-0.03117606542116204f,0.1536417674065085f,0.8013200589999345f,0.034997354142709484f,1.4985398850624336f,-0.2683194793991155f,0.08492915254151558f,-0.7666395114185102f,-0.3259523345756027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7338409622837725f,-0.16323134768174674f,0.27355615366580166f,-0.03117606542116204f,-0.16134409112361625f,0.7828108020308941f,0.034283122425511334f,1.4985398850624336f,-0.27467349040983396f,-0.02372288679206433f,-0.7509938071038468f,-0.3259523345756027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1029988066542014f,1.105187544528186f,-0.05796873242676101f,-0.11940650978857884f,-0.08259544651494474f,-0.0005910107736520261f,1.5603153184280614f,1.6412526822354119f,1.103620349003408f,1.1045208880442334f,0.05883861945671623f,0.5123498734119357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7168959069855124f,-0.6969944211207523f,0.01609457902421094f,-0.3137399285841223f,-0.028285073591806965f,-0.052143443575751985f,-0.9982389573163174f,1.6339236085938118f,0.6966062109680942f,0.7151781863414247f,-0.05709595977006608f,0.35580990181996686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.022197401335431327f,-0.9993724716914862f,0.027603228057656557f,-0.29978760834434576f,-0.04529752162984808f,-0.02858702806583379f,-0.9985644277464307f,1.6487440331472185f,0.9987268945553368f,0.020915177541977623f,-0.04590365388768448f,0.027208180429187365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7410733610041859f,0.671378002976774f,-0.007864523436249346f,0.29927188713421443f,0.03004280735629562f,-0.044858451130249194f,-0.9985415109490182f,1.6339716739543766f,-0.6707515958505899f,0.739756241258642f,-0.05341348315522112f,0.3578202630570724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05756733115906062f,0.99822731672974f,-0.015107167761276862f,0.2971432443670181f,0.04591400951886529f,-0.01776348552919709f,-0.9987874460122916f,1.6493280127217966f,-0.9972852681721139f,0.05680389701770725f,-0.046855214976318754f,0.029456373957448725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999961008995606f,0.0005257559696669898f,0.0027425838795283814f,-0.15801962988539497f,-0.0005385785592475764f,0.9273669527419088f,-0.3741527026433482f,1.3522428240806106f,-0.0027400946719790954f,-0.37415272088125545f,-0.9273630536841231f,0.2606904426199746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999961008995606f,-0.00007446394260818073f,0.002791530189186689f,-0.15801614481095158f,-0.0005385785592475764f,0.9860192927165555f,-0.16663032234224093f,1.5360800019503258f,-0.0027400946719790954f,-0.16663117609218528f,-0.9860154882329809f,0.22328450030123373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999961008995606f,0.0005238411569505902f,0.002742950258056841f,0.15447988311959224f,-0.0005385785592475764f,0.9276279345896516f,-0.373505187249217f,1.3523590807393873f,-0.0027400946719790954f,-0.3735052082091754f,-0.9276240355455485f,0.26129000170612166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999961008995606f,-0.00007836158019369288f,0.002791423496827196f,0.15448263672016108f,-0.0005385785592475764f,0.9862509913141082f,-0.16525341771072224f,1.5362483077500906f,-0.0027400946719790954f,-0.16525427677189383f,-0.9862471880263014f,0.22414077988622721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999632899155693f,-0.0003543693631176399f,-0.008561147328803293f,0.29239761348657045f,-0.0024336592431070257f,0.9697426974469301f,0.24411714001896778f,2.221881358454849f,0.008215602468439664f,0.24412901337347498f,-0.9697079605249068f,0.17557690421383132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999632899155693f,-0.0003543693631176399f,-0.008561147328803293f,0.3291379254667188f,-0.0024336592431070257f,0.9697426974469301f,0.24411714001896778f,2.123640765372378f,0.008215602468439664f,0.24412901337347498f,-0.9697079605249068f,0.05384257115037043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999632899155693f,-0.0003543693631176399f,-0.008561147328803293f,-0.29508081933882646f,-0.0024336592431070257f,0.9697426974469301f,0.24411714001896778f,2.220451583649524f,0.008215602468439664f,0.24412901337347498f,-0.9697079605249068f,0.18040357066403961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999632899155693f,-0.0003543693631176399f,-0.008561147328803293f,-0.33333775410234584f,-0.0024336592431070257f,0.9697426974469301f,0.24411714001896778f,2.1220284661238193f,0.008215602468439664f,0.24412901337347498f,-0.9697079605249068f,0.059285407785711716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9700075963930089f,0.24292379401012074f,-0.008561147328803293f,0.20256817542377303f,0.23355501386402075f,0.941200763624816f,0.24411714001896778f,2.324119441628495f,0.06735962023968173f,0.2347959813450639f,-0.9697079605249068f,0.17954934919304524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9960668470076057f,0.0881903795702307f,-0.008561147328803293f,0.08872493194166678f,0.08344332612792418f,0.9661490740427527f,0.24411714001896778f,2.3434671161648035f,0.0298001278023388f,0.24244261935062084f,-0.9697079605249068f,0.1854250643419405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9451442209374022f,0.32654112816771697f,-0.008561147328803293f,0.06609534767244571f,0.3146973181524655f,0.9172635498571856f,0.24411714001896778f,2.341157486897639f,0.08756711469653872f,0.22803173401601143f,-0.9697079605249068f,0.1850434186286418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997923281274151f,0.018493441377350872f,-0.008561147328803293f,0.09597029411871126f,0.015844909862949202f,0.9696162956450324f,0.24411714001896778f,2.3483912960449826f,0.012815593977572946f,0.2439307931476216f,-0.9697079605249068f,0.1866007256159007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9845902138992972f,0.17466773442782826f,-0.008561147328803293f,0.1624981302034771f,0.1673312392329368f,0.9552000200616253f,0.24411714001896778f,2.4523898519644702f,0.05081699588233746f,0.23892279971597571f,-0.9697079605249068f,0.17996808483038146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9845902138992972f,0.17466773442782826f,-0.008561147328803293f,0.12319788995721578f,0.1673312392329368f,0.9552000200616253f,0.24411714001896778f,2.2374698474506047f,0.05081699588233746f,0.23892279971597571f,-0.9697079605249068f,0.126210454894287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9698351769533068f,-0.24361124009446367f,-0.008561147328803293f,-0.20569690900188553f,-0.23827610347114747f,0.9400166596734159f,0.24411714001896778f,2.3231258270564696f,-0.05142205809334088f,0.23879330651438035f,-0.9697079605249068f,0.18290361596384677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9960040905977681f,-0.08889633439533631f,-0.008561147328803293f,-0.09186800829457789f,-0.08829152595597742f,0.9657180895030001f,0.24411714001896778f,2.3430275983518216f,-0.013433464068433654f,0.2438975468055139f,-0.9697079605249068f,0.18690879861553863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.944912542731643f,-0.32721093096783194f,-0.008561147328803293f,-0.06923677628033949f,-0.31929724112892643f,0.9156724817075239f,0.24411714001896778f,2.3408281225322978f,-0.07203858962998194f,0.23340289822268448f,-0.9697079605249068f,0.18615529437730008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997789695082596f,-0.019202054197838825f,-0.008561147328803293f,-0.0991169564294503f,-0.02071136368162238f,0.9695245542859692f,0.24411714001896778f,2.3479165027247704f,0.0036126919948689037f,0.24424049572332587f,-0.9697079605249068f,0.18820354375265438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9844661682794174f,-0.1753655333001792f,-0.008561147328803293f,-0.16625017751421678f,-0.17212342741925785f,0.9543481270911611f,0.24411714001896778f,2.4515897612353386f,-0.034639417528145866f,0.24179863946667798f,-0.9697079605249068f,0.18266904939139939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9844661682794174f,-0.1753655333001792f,-0.008561147328803293f,-0.12679293252167653f,-0.17212342741925785f,0.9543481270911611f,0.24411714001896778f,2.2368614326398277f,-0.034639417528145866f,0.24179863946667798f,-0.9697079605249068f,0.12826435551139692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999632899155693f,-0.0003543693631176399f,-0.008561147328803293f,-0.0013483711296074829f,-0.0024336592431070257f,0.9697426974469301f,0.24411714001896778f,1.7325438469780716f,0.008215602468439664f,0.24412901337347498f,-0.9697079605249068f,0.03242465961533933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999961008995606f,-0.0006623230122866332f,0.0027128424029576404f,-0.0010999999999999953f,-0.0005385785592475764f,0.9989703914338801f,0.04536371867005459f,1.3579299501903666f,-0.0027400946719790954f,0.04536208071360631f,-0.9989668530609616f,0.015413879347736966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9910485593813568f,-0.12759194355765907f,0.03928166095414399f,0.15901275020139694f,-0.13099543940446481f,0.8726448394647742f,-0.47045847745654423f,0.8881499117097547f,0.02574777278461893f,-0.4713929147692799f,-0.881547373713945f,0.35466083341132815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9910485593813568f,-0.098973901094339f,0.0895930792545115f,0.1239f,-0.13099543940446481f,0.5915051876715911f,-0.7955889691372217f,1.0968639476188384f,0.02574777278461893f,-0.800203586507686f,-0.5991754937719564f,0.06501039561977924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9915266776903653f,0.12982024620258517f,0.004642316685309324f,-0.13786774637065957f,0.12746434243854932f,0.9791820511807063f,-0.15797263070624903f,1.0914697876829975f,-0.025053718985706897f,-0.15604234784648968f,-0.987432578378666f,0.33954559037973675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9915266776903653f,0.05947526618192222f,-0.11548826841240642f,-0.1261f,0.12746434243854932f,0.273977530252717f,-0.9532518839862474f,1.1160863118705393f,-0.025053718985706897f,-0.9598953097235194f,-0.2792370060285244f,-0.0009350144750479294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9850212448286917f,0.17243280369763472f,-0.0002746727281678135f,-0.007449863376076428f,0.11951796698728101f,0.6815956549334594f,-0.7219022224256243f,1.283659382839517f,-0.12429240847035601f,-0.711121854104345f,-0.6919950186322419f,0.015621094880401906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9846165764773799f,-0.1747284183375035f,-0.000420893381299796f,-0.007349707335198456f,-0.12064643516700364f,0.6815963063327448f,-0.7217138718876428f,1.283981846471725f,0.12639080270121736f,-0.7105606624482061f,-0.6921913824757635f,0.015819301775788826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999998440358852f,0.0004554130785531221f,-0.0003233065624315499f,-0.007449999999999994f,0.0005485101180137067f,0.6917942806967439f,-0.7220944344972651f,1.283451844555308f,-0.00010518961861860433f,-0.7220944992133665f,-0.6917944226003427f,0.015837723230165916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9848581428673076f,0.173362152975357f,0.0000484118471427971f,-0.007449999999999996f,0.1724831119508873f,0.9798923825203361f,-0.100302017778093f,1.2888454454777838f,-0.017436012150021704f,-0.09877490872872585f,-0.9949570356984949f,0.029763834277201313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9845877860002702f,-0.17489105758306858f,-0.00009816599146288131f,-0.007449999999999996f,-0.17400428480110486f,0.9796516472915152f,-0.10002579082354932f,1.2886464595950344f,0.017589784817957952f,-0.0984670906267483f,-0.9949848398511213f,0.029783949407488894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.2316964960558496e-17f,1.2184371219221346e-16f,-0.007449999999999996f,0f,0.9949294137464435f,-0.10057565143790066f,1.2886464595950344f,-1.2246467991473532e-16f,-0.10057565143790066f,-0.9949294137464435f,0.029783949407488894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9748110444209858f,0.2199915551864562f,-0.03670345108448674f,-0.2012f,0.21904087908829747f,0.9133183896164301f,-0.34332289827023843f,1.34912562396631f,-0.042006201483742386f,-0.34271450922757124f,-0.9384999969109282f,0.03523579331136297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9819433959077805f,-0.1866131379687277f,0.031027471224071946f,0.18630000000000002f,-0.18578942095804912f,0.920419844709696f,-0.34396162652925694f,1.3496532685748175f,0.035629458221657355f,-0.3435154235286151f,-0.9384709348215251f,0.03522624516426641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.419939585767846e-17f,1.17592513152787e-16f,-0.008912499999999999f,0f,0.9602157392209695f,-0.2792592597432126f,1.1751324493823119f,-1.2246467991473532e-16f,-0.2792592597432126f,-0.9602157392209695f,0.046793159606838684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.3619088101890264e-17f,1.201654547024798e-16f,-0.0010999999999999938f,0f,0.9812254013658768f,-0.1928644905480894f,1.394375f,-1.2246467991473532e-16f,-0.1928644905480894f,-0.9812254013658768f,0.003699999999999967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8604667280149898f,0.25038268167796146f,-0.44374037758010043f,-1.5339626337482446f,-0.1805330131044412f,0.9642457885498947f,0.1940048722151672f,2.3106999999999998f,0.47645025045497563f,-0.08682495021331321f,0.8749037586282542f,-0.43904279414979697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3807728890007736f,0.25038268167796146f,-0.8901238788605533f,-1.5032473662517545f,0.1805330131044412f,0.9642457885498947f,0.1940048722151672f,2.3106999999999998f,0.906873661642809f,-0.08682495021331321f,-0.41236099456546493f,-0.35046720585020363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32762951996256107f,0.25038268167796146f,-0.9110254718529303f,-1.38195117922206f,0f,0.9642457885498947f,0.26500954560881707f,2.270948568158677f,0.9448062751956623f,-0.08682495021331321f,0.3159153848285233f,-0.4421423077242788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.884417208468025f,-0.16642223790978874f,0.436015871379385f,1.548801175142385f,0.09985058683700501f,0.9801012481499999f,0.17155583255348145f,2.2899181887034574f,-0.4558904053321724f,-0.10819048989587822f,0.8834357680228699f,-0.46604971999220873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3713476078030614f,-0.16642223790978874f,0.9134574937609533f,1.5159488248576136f,-0.16393866537213345f,0.9801012481499999f,0.11191808330567542f,2.2940218112965427f,-0.9139064876533856f,-0.10819048989587822f,-0.3912412934764715f,-0.37834028000779074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.35042506970422693f,-0.16642223790978874f,0.9216864484475651f,1.3941220327328645f,-0.043771974326242635f,0.9801012481499999f,0.19361187370198968f,2.2629282189447015f,-0.9355673598337915f,-0.10819048989587822f,0.33616741827506036f,-0.4726201127412588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.008317500000000078f,0f,0.000015625f,0f,1.5604974999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6911999999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135.mcfunction new file mode 100644 index 000000000..a338f5eea --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135_as_bone.mcfunction new file mode 100644 index 000000000..c58eed41d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_135_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.0310307379214092f,-0.1652472305095165f,0.7969719172076604f,0.06688468012725628f,1.5103066770578752f,0.26166648072704946f,0.11841407329366645f,-0.7644953921080018f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.0310307379214092f,0.1492108552199477f,0.7832262070086311f,0.06551968665527146f,1.5103066770578752f,0.2812049729596719f,0.00907583186722178f,-0.7488934453302875f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409104f,0.1652472305095165f,0.7969719172076604f,0.06688468012725628f,1.5103066770578752f,-0.2616664807270497f,0.11841407329366649f,-0.7644953921080018f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409104f,-0.1492108552199477f,0.7832262070086311f,0.06551968665527146f,1.5103066770578752f,-0.2812049729596721f,0.009075831867221731f,-0.7488934453302875f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5979428630704531f,1.4435617695488856f,-5.303090149765521e-16f,0.000743357413089285f,-0.12581469822715707f,-0.052114154351566f,1.5565542157683525f,1.6251454689705889f,1.4380685811925378f,0.5956675099525838f,0.1361808480432159f,0.4353536080226604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9238795325112867f,-0.38268343236508995f,-1.5585995355545052e-16f,-0.23766064648296215f,-0.033353058785002686f,-0.0805214068653803f,-0.9961946980917455f,1.6184232884164498f,0.3812272063696536f,0.9203638919632242f,-0.08715574274765814f,0.36158165485410143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.25881904510252063f,-0.9659258262890683f,-1.5585995355545052e-16f,-0.2984375f,-0.08418598282936915f,-0.022557566113149716f,-0.9961946980917455f,1.6466107531851653f,0.9622501868990582f,0.2578341604962994f,-0.08715574274765814f,0.03939745826544052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9238795325112868f,0.3826834323650897f,1.7720695383209644e-16f,0.2376606464829621f,0.033353058785002686f,-0.0805214068653803f,-0.9961946980917455f,1.6184232884164498f,-0.38122720636965346f,0.9203638919632243f,-0.08715574274765814f,0.36158165485410154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.25881904510252085f,0.9659258262890683f,1.7720695383209644e-16f,0.2984375f,0.08418598282936915f,-0.022557566113149716f,-0.9961946980917455f,1.6466107531851653f,-0.9622501868990582f,0.25783416049629965f,-0.08715574274765814f,0.039397458265440596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.0879550169406874e-17f,1.1544028848095246e-16f,-0.15625000000000003f,0f,0.9426414910921785f,-0.3338068592337709f,1.3395497521426885f,-1.2246467991473532e-16f,-0.3338068592337709f,-0.9426414910921785f,0.25856619640111755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.492469013153035e-17f,1.2155184676135686e-16f,-0.15625000000000003f,0f,0.9925461516413221f,-0.12186934340514745f,1.524890472179154f,-1.2246467991473532e-16f,-0.12186934340514745f,-0.9925461516413221f,0.22951228106489419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.0879550169406874e-17f,1.1544028848095246e-16f,0.15624999999999997f,0f,0.9426414910921785f,-0.3338068592337709f,1.3395497521426885f,-1.2246467991473532e-16f,-0.3338068592337709f,-0.9426414910921785f,0.2585661964011176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.492469013153035e-17f,1.2155184676135686e-16f,0.15624999999999997f,0f,0.9925461516413221f,-0.12186934340514745f,1.524890472179154f,-1.2246467991473532e-16f,-0.12186934340514745f,-0.9925461516413221f,0.22951228106489424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,0.29375f,0f,0.9486554158280576f,0.316311400395394f,2.2054101671746555f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.22848800000937358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,0.33125f,0f,0.9486554158280576f,0.316311400395394f,2.1164824339832164f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.10001262972606896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,-0.29375f,0f,0.9486554158280576f,0.316311400395394f,2.2054101671746555f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.22848800000937353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,-0.33125f,0f,0.9486554158280576f,0.316311400395394f,2.1164824339832164f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.10001262972606888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.24192189559966765f,1.161767818487632e-16f,0.20400449188150194f,0.22950051646801467f,0.9204762956865425f,0.316311400395394f,2.307438504588409f,0.07652265358343908f,0.30691559997602635f,-0.9486554158280576f,0.2394484879946578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,1.161767818487632e-16f,0.09013609543946535f,0.08268076737808285f,0.9450454955639311f,0.316311400395394f,2.326485674948156f,0.02756835504101234f,0.3151077400198668f,-0.9486554158280576f,0.245799410605269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,0.3255681544571566f,1.161767818487632e-16f,0.06750812473190498f,0.3088519929469272f,0.8969713175083227f,0.316311400395394f,2.3242501736120866f,0.10298091886048705f,0.29907830474767816f,-0.9486554158280576f,0.24505402450785171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,0.01745240643728349f,1.161767818487632e-16f,0.09737644500620993f,0.016556319885961457f,0.9485109310133113f,0.316311400395394f,2.3312951182247312f,0.005520395120446615f,0.31626322463702516f,-0.9486554158280576f,0.24740302948790388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.161767818487632e-16f,0.16407083997505925f,0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.4353834803951337f,0.0549268982539348f,0.31150591947553286f,-0.9486554158280576f,0.2491679860517385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.161767818487632e-16f,0.12499999999999999f,0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.2251787584951237f,0.0549268982539348f,0.31150591947553286f,-0.9486554158280576f,0.17907915416974374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.2419218955996677f,1.161767818487632e-16f,-0.20400449188150196f,-0.22950051646801467f,0.9204762956865425f,0.316311400395394f,2.307438504588409f,-0.07652265358343932f,0.3069155999760263f,-0.9486554158280576f,0.23944848799465773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.161767818487632e-16f,-0.09013609543946541f,-0.08268076737808285f,0.9450454955639311f,0.316311400395394f,2.326485674948156f,-0.027568355041012575f,0.31510774001986686f,-0.9486554158280576f,0.24579941060526894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,-0.3255681544571567f,1.161767818487632e-16f,-0.06750812473190504f,-0.3088519929469272f,0.8969713175083227f,0.316311400395394f,2.3242501736120866f,-0.10298091886048728f,0.29907830474767816f,-0.9486554158280576f,0.24505402450785166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,-0.017452406437283546f,1.161767818487632e-16f,-0.09737644500620998f,-0.016556319885961457f,0.9485109310133113f,0.316311400395394f,2.3312951182247312f,-0.005520395120446844f,0.31626322463702516f,-0.9486554158280576f,0.24740302948790382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.161767818487632e-16f,-0.1640708399750593f,-0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.4353834803951337f,-0.054926898253935034f,0.31150591947553286f,-0.9486554158280576f,0.24916798605173845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.161767818487632e-16f,-0.12500000000000003f,-0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.2251787584951237f,-0.054926898253935034f,0.31150591947553286f,-0.9486554158280576f,0.17907915416974368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,-5.7086963461361915e-18f,0f,0.9486554158280576f,0.316311400395394f,1.729108126620888f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.046615043211731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322964e-17f,1.2199866483456202e-16f,-1.7061337942650798e-18f,0f,0.9961946980917455f,0.08715574274765814f,1.3555351148364834f,-1.2246467991473532e-16f,0.08715574274765814f,-0.9961946980917455f,0.0139316396813592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.08977605084327822f,0.03356588999495075f,0.14880144548491986f,-0.09257988769939489f,0.8099502018582889f,-0.5791456076871209f,0.924509622414356f,0.024806706144416768f,-0.5795868625190724f,-0.8145328085016357f,0.3890926232333884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.06717917588521564f,0.06836202603457034f,0.12499999999999999f,-0.09257988769939489f,0.4893066650405816f,-0.8671839204807891f,1.0962544588455612f,0.024806706144416768f,-0.869520526424907f,-0.4932734347763087f,0.07499406310130668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,0.09578736587745426f,0.003344968524028425f,-0.12805725025191445f,0.09257988769939492f,0.9699258428391315f,-0.225106249994015f,1.1642880052795384f,-0.024806706144417018f,-0.22376022866242185f,-0.974328480236109f,0.33083349473150186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,0.03199396961967341f,-0.09034818307051583f,-0.12499999999999999f,0.09257988769939492f,0.07697467969213709f,-0.9927254721622996f,1.1086458315662961f,-0.024806706144417018f,-0.9965195856551283f,-0.07958230165053165f,0.0004985673844794397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693041f,7.539678551159046e-17f,-0.006250000000000003f,0.10690849325003436f,0.6063081941316425f,-0.7880107536067219f,1.2813430269189356f,-0.13683663134575183f,-0.7760390996088925f,-0.6156614753256583f,0.019576302243006317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693025f,7.539678551159046e-17f,-0.006250000000000003f,-0.10690849325003436f,0.6063081941316425f,-0.7880107536067219f,1.2813430269189356f,0.1368366313457516f,-0.7760390996088925f,-0.6156614753256583f,0.019576302243006317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.650348470981657e-17f,7.539678551159046e-17f,-0.006250000000000003f,0f,0.6156614753256583f,-0.7880107536067219f,1.2813430269189356f,-1.2246467991473532e-16f,-0.7880107536067219f,-0.6156614753256583f,0.019576302243006317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2060416625018979e-16f,-0.006250000000000005f,0.17101007166283436f,0.9698463103929542f,-0.17364817766693033f,1.2896129999886774f,-0.030153689607045925f,-0.1710100716628343f,-0.9848077530122081f,0.03353655995644948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2060416625018979e-16f,-0.006250000000000005f,-0.17101007166283436f,0.9698463103929542f,-0.17364817766693033f,1.2896129999886774f,0.030153689607045682f,-0.17101007166283436f,-0.9848077530122081f,0.03353655995644948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.1265768495757713e-17f,1.2060416625018979e-16f,-0.006250000000000005f,0f,0.9848077530122081f,-0.17364817766693033f,1.2896129999886774f,-1.2246467991473532e-16f,-0.17364817766693033f,-0.9848077530122081f,0.03353655995644948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21315140986521294f,-0.03758434453528539f,-0.2f,0.20906461293484896f,0.8837593343557537f,-0.4186423611598293f,1.3479903752971643f,-0.05601869420181814f,-0.4165764220542818f,-0.9073731263864805f,0.03407057970519936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1710100716628343f,0.030153689607045914f,0.1875f,-0.16773125949652062f,0.8918561432121708f,-0.42007004701885486f,1.3479903752971643f,0.04494345552754766f,-0.41874595544862797f,-0.9069905791135092f,0.0340705797051994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676992e-17f,1.1507915602278503e-16f,-0.007812500000000007f,0f,0.9396926207859084f,-0.34202014332566877f,1.1748009481885364f,-1.2246467991473532e-16f,-0.34202014332566877f,-0.9396926207859084f,0.057829880390094464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.169619151431765e-17f,1.1829179713786698e-16f,0f,0f,0.9659258262890683f,-0.25881904510252074f,1.390625f,-1.2246467991473532e-16f,-0.25881904510252074f,-0.9659258262890683f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-1.4371824118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.45368017764292257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-1.4065675881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.2844425134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8759549245920979f,-0.15333519961320938f,0.4573743397288802f,1.4376636291640685f,0.08017552971412906f,0.9812260269227983f,0.1754062955664901f,2.290966038689974f,-0.47568356553270874f,-0.11697777844051109f,0.8718035012737742f,-0.4534230915993393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.37928939021482977f,-0.15333519961320938f,0.912484451938793f,1.4060863708359312f,-0.1677510638128292f,0.9812260269227983f,0.09515810359062535f,2.296533961310026f,-0.9099445802136119f,-0.11697777844051109f,-0.3978907642695368f,-0.3653269084006604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334654f,-0.15333519961320938f,0.928998304487733f,1.28252525432684f,-0.05939117461388484f,0.9812260269227983f,0.18348888922025527f,2.2662266666169617f,-0.9396926207859082f,-0.11697777844051109f,0.32139380484326974f,-0.4575840707264903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5567475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136.mcfunction new file mode 100644 index 000000000..a47ed0ca9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136_as_bone.mcfunction new file mode 100644 index 000000000..6724c2c56 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_136_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7556804395230694f,-0.13324685028154856f,-0.27952959531454163f,0.03104024142368482f,-0.16776735972674786f,0.7957970439698713f,0.07419988048221651f,1.512969513256764f,0.2602799085157762f,0.12608245771440926f,-0.763742121088105f,-0.31885044923639616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7338602970240758f,0.16269291097580016f,-0.2738249096958775f,0.03104024142368482f,0.1464896467370272f,0.7831076473624254f,0.07268559720706924f,1.512969513256764f,0.28282476527099976f,0.01653569958325589f,-0.7481555471883479f,-0.31885044923639616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7556804395230694f,0.13324685028154856f,0.27952959531454186f,-0.031040241423684722f,0.16776735972674786f,0.7957970439698713f,0.07419988048221651f,1.512969513256764f,-0.2602799085157764f,0.1260824577144093f,-0.763742121088105f,-0.31885044923639616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7338602970240758f,-0.16269291097580016f,0.27382490969587775f,-0.031040241423684722f,-0.1464896467370272f,0.7831076473624254f,0.07268559720706924f,1.512969513256764f,-0.282824765271f,0.01653569958325584f,-0.7481555471883479f,-0.31885044923639616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5282718863225612f,1.4704461427801991f,0.011099788468110926f,0.006034619284086107f,-0.14252036631571832f,-0.0629376944717951f,1.5547131702664028f,1.6207056171972718f,1.4635651708435933f,0.5246267604663424f,0.15540271199742547f,0.42715959719813495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9401202193629355f,-0.3408372836710444f,-0.0019796981411056634f,-0.23542646946971293f,-0.03512850940932708f,-0.09111322840764421f,-0.9952207631655479f,1.61418397806779f,0.3390279648814605f,0.9356967060265203f,-0.09763049400394744f,0.36408881195091697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2683631117845019f,-0.9633174932504454f,-0.0008046309819210609f,-0.2984375f,-0.09385585058886523f,-0.025315254970860672f,-0.9952638932343527f,1.645648995403056f,0.9587347493147308f,0.2671676347603474f,-0.09720666331575217f,0.04269552828662682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9389631955545412f,0.344011076837891f,0.002120473258428507f,0.23552336350115452f,0.03559454395394072f,-0.09101929186298956f,-0.9952127998320115f,1.6141978621645274f,-0.34217122297866615f,0.9345436680656476f,-0.0977086825399326f,0.36422227623100856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2677578158482593f,0.9634857837680575f,0.000946852164845203f,0.2984375f,0.09398119506535704f,-0.025139798787098933f,-0.9952565124082494f,1.645648995403056f,-0.9588916972350202f,0.26657669626919106f,-0.09728092300110228f,0.0426955282866269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999949541267528f,0.0030172099850679186f,-0.0009940648569066776f,-0.15652819410295307f,0.003176501378184272f,0.9458109784805242f,-0.3247021755774172f,1.3366700538019523f,-0.00003949719134145244f,-0.324703694819784f,-0.9458157902098868f,0.2589256885643681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999988331153001f,0.0014942885495420328f,-0.00031760001377466025f,-0.15625000000000003f,0.0015205085444688702f,0.9936687553078826f,-0.11233918630046151f,1.5222808255078024f,0.00014772205061958413f,-0.11233953812711849f,-0.9936698678895227f,0.2316515884912239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999945059706025f,0.0031435762620642747f,-0.0010516448522610157f,0.15594652059869432f,0.003314716165138209f,0.9457997294832583f,-0.3247335590390066f,1.336671927711861f,-0.00002617929090973904f,-0.32473526084747867f,-0.9458049532947927f,0.2589381686952138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999986113108218f,0.001630109549936412f,-0.0003465822891865946f,0.15624999999999997f,0.00165873647132757f,0.9936609859771006f,-0.11240593196239695f,1.5222808255078024f,0.00016115131603394633f,-0.11240635075417907f,-0.9936623100130054f,0.23165158849122394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.0785955207529195e-17f,1.154733895078342e-16f,0.29375f,0f,0.9429117814885999f,0.33304259837143224f,2.2012520980755577f,-1.2246467991473532e-16f,0.33304259837143224f,-0.9429117814885999f,0.24098943222033636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.0785955207529195e-17f,1.154733895078342e-16f,0.33125f,0f,0.9429117814885999f,0.33304259837143224f,2.114610868986804f,-1.2246467991473532e-16f,0.33304259837143224f,-0.9429117814885999f,0.1109611279093511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.0785955207529195e-17f,1.154733895078342e-16f,-0.29375f,0f,0.9429117814885999f,0.33304259837143224f,2.2012520980755577f,-1.2246467991473532e-16f,0.33304259837143224f,-0.9429117814885999f,0.2409894322203363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.0785955207529195e-17f,1.154733895078342e-16f,-0.33125f,0f,0.9429117814885999f,0.33304259837143224f,2.114610868986804f,-1.2246467991473532e-16f,0.33304259837143224f,-0.9429117814885999f,0.11096112790935105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702284931452665f,0.2421913935074185f,1.154733895078342e-16f,0.20403146791407564f,0.22836511831328654f,0.9148398769226032f,0.33304259837143224f,2.3030498979385112f,0.08066005099690857f,0.32312741837109893f,-0.9429117814885999f,0.2537456666963382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961704514734504f,0.08743244026779709f,1.154733895078342e-16f,0.0901686527058754f,0.08244107801280418f,0.939300855065134f,0.33304259837143224f,2.322011568734753f,0.02911872708874208f,0.3317671955795607f,-0.9429117814885999f,0.26044305263998846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9454281100206288f,0.3258307670905588f,1.154733895078342e-16f,0.0675400283363535f,0.3072296690611559f,0.8914553034889511f,0.33304259837143224f,2.3197955286187297f,0.10851552530119654f,0.31486783433466253f,-0.9429117814885999f,0.2596603328004182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998428090449383f,0.017730121294762646f,1.154733895078342e-16f,0.09741041015537018f,0.016717940256053637f,0.9427635642851288f,0.33304259837143224f,2.3267899967962133f,0.005904885665448306f,0.332990247087318f,-0.9429117814885999f,0.2621308246341059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847594828817317f,0.17392170903744125f,1.154733895078342e-16f,0.16413238453342419f,0.16399282850803568f,0.928541318341806f,0.33304259837143224f,2.4308133820580977f,0.05792333789102953f,0.32796685694983985f,-0.9429117814885999f,0.2657305447623792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847594828817317f,0.17392170903744125f,1.154733895078342e-16f,0.12499999999999997f,0.16399282850803568f,0.928541318341806f,0.33304259837143224f,2.221891585431192f,0.05792333789102953f,0.32796685694983985f,-0.9429117814885999f,0.19193800194866534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702284931452665f,-0.24219139350741856f,1.154733895078342e-16f,-0.2040314679140757f,-0.22836511831328654f,0.9148398769226032f,0.33304259837143224f,2.3030498979385112f,-0.0806600509969088f,0.3231274183710989f,-0.9429117814885999f,0.25374566669633813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961704514734504f,-0.08743244026779715f,1.154733895078342e-16f,-0.09016865270587548f,-0.08244107801280418f,0.939300855065134f,0.33304259837143224f,2.322011568734753f,-0.029118727088742316f,0.3317671955795607f,-0.9429117814885999f,0.26044305263998846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9454281100206287f,-0.32583076709055886f,1.154733895078342e-16f,-0.06754002833635357f,-0.3072296690611559f,0.8914553034889511f,0.33304259837143224f,2.3197955286187297f,-0.10851552530119678f,0.3148678343346625f,-0.9429117814885999f,0.25966033280041817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998428090449384f,-0.017730121294762702f,1.154733895078342e-16f,-0.09741041015537025f,-0.016717940256053637f,0.9427635642851288f,0.33304259837143224f,2.3267899967962133f,-0.005904885665448542f,0.33299024708731806f,-0.9429117814885999f,0.26213082463410586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9847594828817317f,-0.1739217090374413f,1.154733895078342e-16f,-0.16413238453342427f,-0.16399282850803568f,0.928541318341806f,0.33304259837143224f,2.4308133820580977f,-0.05792333789102977f,0.32796685694983985f,-0.9429117814885999f,0.2657305447623791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9847594828817317f,-0.1739217090374413f,1.154733895078342e-16f,-0.12500000000000003f,-0.16399282850803568f,0.928541318341806f,0.33304259837143224f,2.221891585431192f,-0.05792333789102977f,0.32796685694983985f,-0.9429117814885999f,0.19193800194866528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.0785955207529195e-17f,1.154733895078342e-16f,-6.2113673503782355e-18f,0f,0.9429117814885999f,0.33304259837143224f,1.7282417162191772f,-1.2246467991473532e-16f,0.33304259837143224f,-0.9429117814885999f,0.050719663454824954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1842062138156298e-17f,1.2189078468421893e-16f,-1.770594048569624e-18f,0f,0.9953137898133899f,0.09669777560682152f,1.354999045039156f,-1.2246467991473532e-16f,0.09669777560682152f,-0.9953137898133899f,0.014457997602266879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961090536434648f,-0.08212402108011685f,0.031974965381583904f,0.14661401729456786f,-0.08477791931145709f,0.7938342402867306f,-0.6021959011365067f,0.9329895674974897f,0.02407192652741027f,-0.6025635602241658f,-0.7977077774744565f,0.3969785360600575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961090536434648f,-0.06098715535097091f,0.06361855178890435f,0.12499999999999999f,-0.08477791931145709f,0.46593799303020766f,-0.880746553242306f,1.0964262158800953f,0.02407192652741027f,-0.8827130641002084f,-0.4692954174292353f,0.07817981777418975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9961212833232231f,0.08793604318354005f,0.0031050313553311164f,-0.12666693891512515f,0.08464484050983012f,0.9672839504569897f,-0.2391589642128966f,1.1800861287864062f,-0.024034140000433482f,-0.2379685094661534f,-0.9709754624175098f,0.3272563679329255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9961212833232231f,0.026891914959621097f,-0.083780748506441f,-0.12499999999999999f,0.08464484050983012f,0.032785054062969554f,-0.9958716740650643f,1.1072480581946462f,-0.024034140000433482f,-0.9991005780900604f,-0.0349341519797875f,0.0016428781430676692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9847836274439051f,0.17378494502811181f,7.310032307469614e-17f,-0.006269892939814818f,0.10373387360272457f,0.5878266400968958f,-0.8023086218281394f,1.281005514619123f,-0.1394291597399834f,-0.7901003949334354f,-0.5969094364643865f,0.021198627995185834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9847836274439051f,-0.1737849278666308f,-0.00007723220646812299f,-0.006269892939814818f,-0.10373387360272457f,0.5881831380498491f,-0.8020473050769549f,1.281120333904219f,0.13942915973998318f,-0.7898350428793484f,-0.5972605080314454f,0.021166027487925856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.825446856501552e-17f,7.310032307469614e-17f,-0.006269892939814818f,0f,0.5969094364643865f,-0.8023086218281394f,1.281005514619123f,-1.2246467991473532e-16f,-0.8023086218281394f,-0.5969094364643865f,0.021198627995185834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9847594828817317f,0.1739217090374413f,1.2023949035810775e-16f,-0.00626989293981482f,0.17076154260504306f,0.9668663522368464f,-0.18976288488363682f,1.2899107329367072f,-0.033003885250837466f,-0.18687080038815573f,-0.981829948372242f,0.0351602435369596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9847594828817317f,-0.17392170903744125f,1.2023949035810775e-16f,-0.00626989293981482f,-0.17076154260504306f,0.9668663522368464f,-0.18976288488363682f,1.2899107329367072f,0.03300388525083723f,-0.1868708003881558f,-0.981829948372242f,0.0351602435369596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.323925095697135e-17f,1.2023949035810775e-16f,-0.00626989293981482f,0f,0.981829948372242f,-0.18976288488363682f,1.2899107329367072f,-1.2246467991473532e-16f,-0.18976288488363682f,-0.981829948372242f,0.0351602435369596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9765657745244792f,0.21181317241406566f,-0.038137488371592074f,-0.20001989293981481f,0.20703507941767818f,0.8761611545963138f,-0.4352908304420966f,1.3479551188299697f,-0.058785745873636025f,-0.43298592490789317f,-0.8994817535190677f,0.0347301162119951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9853100015416341f,-0.16808105671942916f,0.030215215274841344f,0.1874801070601852f,-0.1642812656221182f,0.8845610313982865f,-0.4365357345019932f,1.3479505139463346f,0.046646185563452264f,-0.4350868190415329f,-0.899179399935686f,0.034769634949672786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.35907813019054e-17f,1.144440545074668e-16f,-0.007812500000000007f,0f,0.9345066233557889f,-0.3559457415171052f,1.1750435472804979f,-1.2246467991473532e-16f,-0.3559457415171052f,-0.9345066233557889f,0.061030532430388765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.3450448644983206e-17f,1.1780774724977946e-16f,0f,0f,0.9619732589984459f,-0.27314364164649524f,1.389984447337963f,-1.2246467991473532e-16f,-0.27314364164649524f,-0.9619732589984459f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8601400422175354f,0.23373707026600044f,-0.45334985359817115f,-1.417401420550295f,-0.16744854712297258f,0.9689596491845555f,0.18187408369129696f,2.295436921296296f,0.4817884305796707f,-0.08052440770108164f,0.8725799263815137f,-0.4610978670610615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3808869584947369f,0.23373707026600044f,-0.894590468780042f,-1.3868650725052605f,0.16744854712297258f,0.9689596491845555f,0.18187408369129696f,2.295436921296296f,0.9093327822722737f,-0.08052440770108164f,-0.4082030265068546f,-0.372460437337087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3257210458137022f,0.23373707026600044f,-0.9161183233062719f,-1.264715498031837f,1.3877787807814457e-17f,0.9689596491845555f,0.24721892777888843f,2.258354082129463f,0.9454659170557277f,-0.08052440770108164f,0.31561055028367135f,-0.46412073474162496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8730905789812791f,-0.15158042285906762f,0.4633963921957108f,1.4182299737949744f,0.08021685017625552f,0.9821509850521862f,0.1701314183471721f,2.290342287013063f,-0.4809138153993239f,-0.11136793958265799f,0.8696660762563861f,-0.45347416510702865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3868018135399356f,-0.15158042285906762f,0.9096195536860908f,1.3872927623884748f,-0.16262407426989717f,0.9821509850521862f,0.0945137716360916f,2.29558495329365f,-0.9077101781461282f,-0.11136793958265799f,-0.4045484081331152f,-0.3651312768779248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.32999692166933003f,-0.15158042285906762f,0.9317324761403524f,1.2630014966706717f,-0.05592177365959849f,0.9821509850521862f,0.17958896901476143f,2.2660252748011422f,-0.9423241411104412f,-0.11136793958265799f,0.3156301555833706f,-0.4566472443299823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.556106947337963f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137.mcfunction new file mode 100644 index 000000000..d0c3be7c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137_as_bone.mcfunction new file mode 100644 index 000000000..ef2940fb4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_137_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7554786553341969f,-0.13321127028477f,-0.28009141944728694f,0.03106533085657122f,-0.1696640540983096f,0.794873949085229f,0.07958616875451853f,1.5134797608071362f,0.2596354261764059f,0.13181277244339712f,-0.762993632305949f,-0.3173252860362988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7336643393188926f,0.1626494681984573f,-0.2743752680299954f,0.03106533085657122f,0.14442704732984146f,0.7829832441380369f,0.07796196122891612f,1.5134797608071362f,0.2843896362587014f,0.021963376193889737f,-0.7474223336874602f,-0.3173252860362988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7554786553341969f,0.13321127028477f,0.28009141944728716f,-0.03106533085657112f,0.1696640540983096f,0.794873949085229f,0.07958616875451853f,1.5134797608071362f,-0.2596354261764061f,0.13181277244339715f,-0.762993632305949f,-0.3173252860362988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7336643393188926f,-0.1626494681984573f,0.2743752680299956f,-0.03106533085657112f,-0.14442704732984146f,0.7829832441380369f,0.07796196122891612f,1.5134797608071362f,-0.2843896362587016f,0.02196337619388969f,-0.7474223336874602f,-0.3173252860362988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5162907552956126f,1.474184460102974f,0.04037677039074345f,-0.0038649708809227468f,-0.15399820668868003f,-0.09643875789762815f,1.5518989555740519f,1.6134242742389822f,1.466674694106691f,0.5088084055575967f,0.17715980949690557f,0.4305285899975347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9402473355192612f,-0.34041713919401917f,-0.007149782646301509f,-0.24541557082320642f,-0.04309097972920464f,-0.09813719238486382f,-0.9942395380072115f,1.608723915563127f,0.33775451960692826f,0.935139167618262f,-0.10694214169969253f,0.36763972425933755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.24110439008898188f,-0.9704949256309818f,-0.0028761787731403795f,-0.2984375f,-0.10298634102275724f,-0.02263825799887346f,-0.9944251217852055f,1.6431589293947868f,0.9650194229353959f,0.24005646960515653f,-0.105405904759383f,0.04503668920914746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9359903181351257f,0.3519428897991561f,0.0076371903947598805f,0.24578189647992293f,0.04484590891591764f,-0.09769311901243305f,-0.9942056623008779f,1.6087909597028431f,-0.3491575128946991f,0.930909370893559f,-0.1072230123235975f,0.36811558521227333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.23888399715391107f,0.9710422193126507f,0.00338293011052583f,0.2984375f,0.10338077586978288f,-0.02196817962366436f,-0.9943992227795554f,1.6431589293947868f,-0.965529311354312f,0.23789579104386188f,-0.10563494459355355f,0.04503668920914754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999332781565539f,0.010971950394456902f,-0.0036132450276041956f,-0.15726161891466792f,0.011551425823583913f,0.9480763355129368f,-0.31783301685287996f,1.3331012786549112f,-0.00006161598954905771f,-0.31785354858000625f,-0.9481398197832254f,0.2591129868036107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999984570156351f,0.005433791300182397f,-0.0011547126586106975f,-0.15625000000000003f,0.0055251523668986766f,0.9944293300175481f,-0.10526053530251782f,1.5188988996875608f,0.0005763163544856542f,-0.1052652911122945f,-0.9944440086533294f,0.23316046966597223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999273535848352f,0.011431361216737117f,-0.0038225035723430225f,0.1551464836284332f,0.012053523897119136f,0.948032177386097f,-0.31794606964426725f,1.3331081586473001f,-0.000010699984790984735f,-0.31796904664024794f,-0.9481010944325516f,0.25915845603662274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999816372198402f,0.005927458454125163f,-0.001261134173069087f,0.15624999999999997f,0.006027433052965479f,0.9944007185604329f,-0.10550299037130016f,1.5188988996875608f,0.0006287081356891684f,-0.10550865444488076f,-0.9944181859576537f,0.2331604696659723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.2318778331107175e-17f,1.1492048915307133e-16f,0.29375f,0f,0.9383970074725501f,0.34555904903006446f,2.196572994169386f,-1.2246467991473532e-16f,0.34555904903006446f,-0.9383970074725501f,0.2502384308236684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.2318778331107175e-17f,1.1492048915307133e-16f,0.33125f,0f,0.9383970074725501f,0.34555904903006446f,2.111669529081886f,-1.2246467991473532e-16f,0.34555904903006446f,-0.9383970074725501f,0.1190688302443588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.2318778331107175e-17f,1.1492048915307133e-16f,-0.29375f,0f,0.9383970074725501f,0.34555904903006446f,2.196572994169386f,-1.2246467991473532e-16f,0.34555904903006446f,-0.9383970074725501f,0.25023843082366837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.2318778331107175e-17f,1.1492048915307133e-16f,-0.33125f,0f,0.9383970074725501f,0.34555904903006446f,2.111669529081886f,-1.2246467991473532e-16f,0.34555904903006446f,-0.9383970074725501f,0.11906883024435874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9700508833804274f,0.24290179837303055f,1.1492048915307133e-16f,0.20410255731356697f,0.22793832070295267f,0.9102928460602967f,0.34555904903006446f,2.2981377225686397f,0.0839369144534768f,0.33520986077171444f,-0.9383970074725501f,0.2643280015014921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961061601846569f,0.08816188315921272f,1.1492048915307133e-16f,0.09025449837345062f,0.08273084732974989f,0.9347430398422546f,0.34555904903006446f,2.3170868395985926f,0.0304651365051971f,0.3442134974463991f,-0.9383970074725501f,0.27130589977768793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9451892602508526f,0.3265229889402063f,1.1492048915307133e-16f,0.06762415908166071f,0.30640819569248223f,0.8869627733145934f,0.34555904903006446f,2.314896960235829f,0.11283297354463186f,0.3266187019257148f,-0.9383970074725501f,0.27049948988500794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998295577303958f,0.01846227203355516f,1.1492048915307133e-16f,0.09749996483549503f,0.017324940827432356f,0.9382370649568067f,0.34555904903006446f,2.32183741045189f,0.006379805166849578f,0.34550015116146554f,-0.9383970074725501f,0.27305526889688075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9846318611037087f,0.1746427728234032f,1.1492048915307133e-16f,0.16429462388526564f,0.16388425539419002f,0.9239755919218479f,0.34555904903006446f,2.4257578174798757f,0.0603493904968287f,0.3402484495677001f,-0.9383970074725501f,0.27802186298264064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9846318611037087f,0.1746427728234032f,1.1492048915307133e-16f,0.12499999999999997f,0.16388425539419002f,0.9239755919218479f,0.34555904903006446f,2.2178633092974605f,0.0603493904968287f,0.3402484495677001f,-0.9383970074725501f,0.20146596182990822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9700508833804273f,-0.24290179837303066f,1.1492048915307133e-16f,-0.20410255731356702f,-0.22793832070295267f,0.9102928460602967f,0.34555904903006446f,2.2981377225686397f,-0.08393691445347704f,0.33520986077171444f,-0.9383970074725501f,0.26432800150149205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961061601846569f,-0.08816188315921283f,1.1492048915307133e-16f,-0.0902544983734507f,-0.08273084732974989f,0.9347430398422546f,0.34555904903006446f,2.3170868395985926f,-0.030465136505197336f,0.3442134974463991f,-0.9383970074725501f,0.2713058997776879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9451892602508526f,-0.3265229889402064f,1.1492048915307133e-16f,-0.06762415908166078f,-0.30640819569248223f,0.8869627733145934f,0.34555904903006446f,2.314896960235829f,-0.11283297354463209f,0.32661870192571474f,-0.9383970074725501f,0.2704994898850079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998295577303958f,-0.01846227203355527f,1.1492048915307133e-16f,-0.0974999648354951f,-0.017324940827432356f,0.9382370649568067f,0.34555904903006446f,2.32183741045189f,-0.006379805166849807f,0.3455001511614656f,-0.9383970074725501f,0.27305526889688075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9846318611037087f,-0.17464277282340332f,1.1492048915307133e-16f,-0.16429462388526572f,-0.16388425539419002f,0.9239755919218479f,0.34555904903006446f,2.4257578174798757f,-0.060349390496828935f,0.3402484495677001f,-0.9383970074725501f,0.2780218629826406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9846318611037087f,-0.17464277282340332f,1.1492048915307133e-16f,-0.12500000000000003f,-0.16388425539419002f,0.9239755919218479f,0.34555904903006446f,2.2178633092974605f,-0.060349390496828935f,0.3402484495677001f,-0.9383970074725501f,0.20146596182990817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.2318778331107175e-17f,1.1492048915307133e-16f,-6.575355920555038e-18f,0f,0.9383970074725501f,0.34555904903006446f,1.7261361226855887f,-1.2246467991473532e-16f,0.34555904903006446f,-0.9383970074725501f,0.0536918556855173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2705088965669867e-17f,1.2180385273460353e-16f,-1.810947558428838e-18f,0f,0.9946039365750854f,0.10374492445099798f,1.3531596464699318f,-1.2246467991473532e-16f,0.10374492445099798f,-0.9946039365750854f,0.014787509016393058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9965604823487988f,-0.07696914818046752f,0.030707576412063363f,0.14523923626724752f,-0.07951334076877825f,0.7837625069441336f,-0.61594964189326f,0.9359321749041362f,0.023341672187690888f,-0.6162727342151527f,-0.7871868160751057f,0.40150808109049047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9965604823487988f,-0.05702354930934967f,0.06012919295062627f,0.12499999999999999f,-0.07951334076877825f,0.45360838328582304f,-0.8876469248820784f,1.095266836445335f,0.023341672187690888f,-0.8893749206251468f,-0.45658232215285816f,0.08017755441933326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9966022050903769f,0.0823109914562504f,0.00299090195217731f,-0.1258061829694543f,0.07903043055627171f,0.9658484035182306f,-0.2467611243031917f,1.1894568883912071f,-0.023199910669844784f,-0.24568630834210925f,-0.9690717218235898f,0.32387116197003446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9966022050903769f,0.023531768530010676f,-0.07893225372969191f,-0.12499999999999999f,0.07903043055627171f,0.0032702608770253105f,-0.9968668398737548f,1.1051274860136917f,-0.023199910669844784f,-0.9997177407966941f,-0.0051188749999414584f,0.001971961158905855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9847199326291431f,0.17414549745214747f,7.144751675046931e-17f,-0.006322337962962965f,0.10159879040139491f,0.5744986548776854f,-0.8121754621587035f,1.2795094530200708f,-0.14143669987605523f,-0.7997653663799618f,-0.583413248621675f,0.022166647859780394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9847199326291431f,-0.17414527005271072f,-0.00028142694306538564f,-0.006322337962962965f,-0.10159879040139493f,0.5758104167102901f,-0.8112459859974012f,1.2799249375034218f,0.141436699876055f,-0.798821500040022f,-0.5847049435415953f,0.022041137068004778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.946280800786785e-17f,7.144751675046931e-17f,-0.006322337962962965f,0f,0.583413248621675f,-0.8121754621587035f,1.2795094530200708f,-1.2246467991473532e-16f,-0.8121754621587035f,-0.583413248621675f,0.022166647859780394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9846318611037087f,0.1746427728234033f,1.2000419206965494e-16f,-0.006322337962962967f,0.1711339536270252f,0.9648492206900702f,-0.19944711391681635f,1.2887162249172797f,-0.03483199700605811f,-0.19638198296767825f,-0.9799085920381821f,0.03619830178637358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9846318611037087f,-0.17464277282340324f,1.2000419206965494e-16f,-0.006322337962962967f,-0.1711339536270252f,0.9648492206900702f,-0.19944711391681635f,1.2887162249172797f,0.03483199700605787f,-0.1963819829676783f,-0.9799085920381821f,0.03619830178637358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.4425226965740673e-17f,1.2000419206965494e-16f,-0.006322337962962967f,0f,0.9799085920381821f,-0.19944711391681635f,1.2887162249172797f,-1.2246467991473532e-16f,-0.19944711391681635f,-0.9799085920381821f,0.03619830178637358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9766228017906224f,0.21142530552980557f,-0.038823230214177676f,-0.20007233796296298f,0.2062567280860212f,0.8707988958170384f,-0.4462818001701121f,1.3468256334214825f,-0.06054803995080097f,-0.44385653450800416f,-0.8940499491821814f,0.035178052055231876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9855868313786972f,-0.16641916213655347f,0.030385198479968328f,0.18742766203703703f,-0.16232079825035892f,0.8797104180628053f,-0.44694690826442773f,1.3468101645002164f,0.04765035433515485f,-0.4454371367831066f,-0.8940442947115105f,0.03532189951630565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.460481357167052e-17f,1.1405265640420258e-16f,-0.007812500000000007f,0f,0.9313106153023916f,-0.36422594337180425f,1.1739049606856278f,-1.2246467991473532e-16f,-0.36422594337180425f,-0.9313106153023916f,0.06293583843176032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.4494734808217177e-17f,1.1750621727010594e-16f,0f,0f,0.9595110798633398f,-0.28167088528899725f,1.3882957175925927f,-1.2246467991473532e-16f,-0.28167088528899725f,-0.9595110798633398f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8611424374228153f,0.23784583147604155f,-0.4492917347547834f,-1.4086542547419412f,-0.17140329848376817f,0.9678928339141296f,0.1838596511651194f,2.2998842592592594f,0.4785965020122656f,-0.08131926282957543f,0.8742611542064977f,-0.4806534271103535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.38787519913180446f,0.23784583147604155f,-0.8904954746364144f,-1.3783249119247256f,0.17140329848376817f,0.9678928339141296f,0.1838596511651194f,2.2998842592592594f,0.90563444013981f,-0.08131926282957543f,-0.4161891857382976f,-0.3919449525192762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32351299005029854f,0.23784583147604155f,-0.9158431665510124f,-1.2561131083506816f,1.3877787807814457e-17f,0.9678928339141296f,0.2513632074462671f,2.262179778142319f,0.9462237289714918f,-0.08131926282957543f,0.3131259047478171f,-0.4832680755269874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8652920415403649f,-0.14665758097342707f,0.47933415984042943f,1.4103872837508014f,0.08007669584999376f,0.984404927487404f,0.15663544145647987f,2.2886774355278097f,-0.4948306837986661f,-0.09715190518739936f,0.8635416039136755f,-0.4535959879196611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4066540291263383f,-0.14665758097342707f,0.9017339155972441f,1.3811600397445691f,-0.14953015238266176f,0.984404927487404f,0.09266969443640516f,2.293103438314783f,-0.901262023012028f,-0.09715190518739936f,-0.42224196048560303f,-0.3646283465710794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3117572693998111f,-0.14665758097342707f,0.9387752440916817f,1.254957375133933f,-0.04721069639438556f,0.984404927487404f,0.1694641227058869f,2.2654708185154133f,-0.9489881743848714f,-0.09715190518739936f,0.2999715856479205f,-0.45410790509255833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5544182175925927f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138.mcfunction new file mode 100644 index 000000000..bee1b3891 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138_as_bone.mcfunction new file mode 100644 index 000000000..b7370f0b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_138_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7551926830370379f,-0.13316084565304567f,-0.28088546618992255f,0.03110088806646477f,-0.17099586758953522f,0.7942157372453295f,0.08322391737718415f,1.5123386888277806f,0.2595936617081906f,0.1357718540098351f,-0.7623133075738019f,-0.316288333040434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7333866244225454f,0.1625879002882007f,-0.275153109737067f,0.03110088806646477f,0.14297497680727958f,0.7828868077407983f,0.08152547008377224f,1.5123386888277806f,0.2858359934036688f,0.02556209978261366f,-0.7467558931335203f,-0.316288333040434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7551926830370379f,0.13316084565304567f,0.2808854661899228f,-0.031100888066464674f,0.17099586758953522f,0.7942157372453295f,0.08322391737718415f,1.5123386888277806f,-0.2595936617081908f,0.13577185400983513f,-0.7623133075738019f,-0.31628833304043397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7333866244225454f,-0.1625879002882007f,0.27515310973706725f,-0.031100888066464674f,-0.14297497680727958f,0.7828868077407983f,0.08152547008377224f,1.5123386888277806f,-0.285835993403669f,0.02556209978261361f,-0.7467558931335203f,-0.31628833304043397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5562117824825177f,1.4579166460913722f,0.08070784396392672f,-0.02670986981937501f,-0.159171509320381f,-0.14639069944572314f,1.5474625823380876f,1.6045402491529202f,1.45144725486264f,0.5426371404221033f,0.20062913593551288f,0.44297005258826394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.926526445866211f,-0.37596258749303557f,-0.014173140656517692f,-0.26579680769219993f,-0.056101365837493526f,-0.10081028929672342f,-0.9933226677787429f,1.6030169432069956f,0.3720233619837547f,0.921134853524419f,-0.11449541371099485f,0.3711456554692607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.18212854913383614f,-0.9832585241738838f,-0.005645018139949041f,-0.2984375f,-0.1102323885762891f,-0.01471277685246445f,-0.9937969383662116f,1.6396573385653215f,0.9770762570542642f,0.1816210583514091f,-0.11106655240955307f,0.04652818305107295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9168714172060796f,0.3988977560983462f,0.015079273530900212f,0.2665940299963692f,0.05962238843321767f,-0.09949560500371031f,-0.993250117232545f,1.6032283128048568f,-0.39470492156550785f,0.9115817049308583f,-0.11500791332476261f,0.3720689723682389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1775693622071307f,0.9840858866660718f,0.006639975150869295f,0.2984375f,0.11077449466136956f,-0.013283023465127821f,-0.9937567975214776f,1.6396573385653215f,-0.9778538402736224f,0.17719630061679123f,-0.11137027480370493f,0.04652818305107302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9997264068524907f,0.022218082430038723f,-0.007312199049545599f,-0.1582985208351665f,0.02339041049687958f,0.9494625063322478f,-0.3130077279654189f,1.3292074539344314f,-0.000011772664792971062f,-0.31309312653333393f,-0.9497224299651903f,0.2591706570779455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999367285018984f,0.011003368089291789f,-0.0023377090521180337f,-0.15625000000000003f,0.01118251201815335f,0.9948826477216706f,-0.10041647617439138f,1.5151203474061548f,0.0012208267217976789f,-0.10043626413308f,-0.9949427453020125f,0.23412046539485545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9997021218981601f,0.023147971077804103f,-0.007735561214108884f,0.15401553303952156f,0.024406122129937615f,0.9493625754253552f,-0.31323320638833185f,1.3292220505837102f,0.0000931391145019471f,-0.3133286961271149f,-0.9496447333126147f,0.2592629174613678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999247018391445f,0.012002362418843707f,-0.0025561588887663368f,0.15624999999999997f,0.012199055113483747f,0.9948211298883494f,-0.10090640505937172f,1.5151203474061548f,0.001331805629991451f,-0.10092998971581509f,-0.994892639167528f,0.23412046539485548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.338251697466115e-17f,1.1452316380349355e-16f,0.29375f,0f,0.9351525997800266f,0.3542451342286261f,2.191812703519107f,-1.2246467991473532e-16f,0.3542451342286261f,-0.9351525997800266f,0.2565508673390631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.338251697466115e-17f,1.1452316380349355e-16f,0.33125f,0f,0.9351525997800266f,0.3542451342286261f,2.1081291098805375f,-1.2246467991473532e-16f,0.3542451342286261f,-0.9351525997800266f,0.12459966933110735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.338251697466115e-17f,1.1452316380349355e-16f,-0.29375f,0f,0.9351525997800266f,0.3542451342286261f,2.191812703519107f,-1.2246467991473532e-16f,0.3542451342286261f,-0.9351525997800266f,0.25655086733906307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.338251697466115e-17f,1.1452316380349355e-16f,-0.33125f,0f,0.9351525997800266f,0.3542451342286261f,2.1081291098805375f,-1.2246467991473532e-16f,0.3542451342286261f,-0.9351525997800266f,0.12459966933110729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9697988923905362f,0.2439059415391298f,1.1452316380349355e-16f,0.20420299063214492f,0.22808927533211248f,0.9069099554828002f,0.3542451342286261f,2.293165794306207f,0.08640249299968837f,0.34354653880965835f,-0.9351525997800266f,0.27155252509381056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9960143542210188f,0.08919308373235588f,1.1452316380349355e-16f,0.09037589816592181f,0.08340914413471023f,0.93142541276801f,0.3542451342286261f,2.3121596079638906f,0.03159621591903339f,0.35283323860466315f,-0.9351525997800266f,0.2787475711967271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9448507113192897f,0.3275013485765098f,1.1452316380349355e-16f,0.06774315503478613f,0.3062637375527879f,0.8835795990942411f,0.3542451342286261f,2.309999210469658f,0.11601575918654167f,0.3347087670573146f,-0.9351525997800266f,0.2779291910729788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998099083171765f,0.01949736471422217f,1.1452316380349355e-16f,0.09762660177459484f,0.01823301130136426f,0.9349748350486377f,0.3542451342286261f,2.316886737033485f,0.0069068465802940016f,0.3541777951749285f,-0.9351525997800266f,0.28053825484789646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9844505294376051f,0.17566204795008802f,1.1452316380349355e-16f,0.1645239607887697f,0.16427082082320857f,0.9206114719584001f,0.3542451342286261f,2.4206919093399555f,0.062227425754954185f,0.34873680994206646f,-0.9351525997800266f,0.28644368375717855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9844505294376051f,0.17566204795008802f,1.1452316380349355e-16f,0.12499999999999997f,0.16427082082320857f,0.9206114719584001f,0.3542451342286261f,2.213554328149316f,0.062227425754954185f,0.34873680994206646f,-0.9351525997800266f,0.20797790152021373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9697988923905361f,-0.24390594153912992f,1.1452316380349355e-16f,-0.20420299063214498f,-0.22808927533211248f,0.9069099554828002f,0.3542451342286261f,2.293165794306207f,-0.08640249299968861f,0.34354653880965835f,-0.9351525997800266f,0.2715525250938105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9960143542210188f,-0.08919308373235599f,1.1452316380349355e-16f,-0.0903758981659219f,-0.08340914413471023f,0.93142541276801f,0.3542451342286261f,2.3121596079638906f,-0.031596215919033624f,0.35283323860466315f,-0.9351525997800266f,0.2787475711967271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9448507113192897f,-0.32750134857650987f,1.1452316380349355e-16f,-0.0677431550347862f,-0.3062637375527879f,0.8835795990942411f,0.3542451342286261f,2.309999210469658f,-0.1160157591865419f,0.33470876705731456f,-0.9351525997800266f,0.27792919107297875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998099083171765f,-0.019497364714222254f,1.1452316380349355e-16f,-0.09762660177459491f,-0.01823301130136426f,0.9349748350486377f,0.3542451342286261f,2.316886737033485f,-0.0069068465802942375f,0.35417779517492853f,-0.9351525997800266f,0.2805382548478964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9844505294376051f,-0.17566204795008813f,1.1452316380349355e-16f,-0.1645239607887698f,-0.16427082082320857f,0.9206114719584001f,0.3542451342286261f,2.4206919093399555f,-0.06222742575495442f,0.34873680994206646f,-0.9351525997800266f,0.2864436837571785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9844505294376051f,-0.17566204795008813f,1.1452316380349355e-16f,-0.12500000000000003f,-0.16427082082320857f,0.9206114719584001f,0.3542451342286261f,2.213554328149316f,-0.06222742575495442f,0.34873680994206646f,-0.9351525997800266f,0.20797790152021367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.338251697466115e-17f,1.1452316380349355e-16f,-6.815256058356649e-18f,0f,0.9351525997800266f,0.3542451342286261f,1.7232184603174074f,-1.2246467991473532e-16f,0.3542451342286261f,-0.9351525997800266f,0.05565078897116861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3290848008464769e-17f,1.217413289965017e-16f,-1.8311880551823603e-18f,0f,0.9940933915089865f,0.10852801001658902f,1.3504334385015375f,-1.2246467991473532e-16f,0.10852801001658902f,-0.9940933915089865f,0.014952785214947726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.996814864471003f,-0.07395549589094813f,0.029844775039860435f,0.14452608701442465f,-0.0764337482013332f,0.7791402745283824f,-0.6221722548810195f,0.9344477555039807f,0.022759791421520476f,-0.6224716999473636f,-0.782311302908943f,0.40338518806940804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.996814864471003f,-0.054888662897364f,0.05785637955312672f,0.12499999999999999f,-0.0764337482013332f,0.45049176310012584f,-0.8895027001166638f,1.0931527196935227f,0.022759791421520476f,-0.8910916934099877f,-0.45325223201896014f,0.08117316187159611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9968959002640813f,0.0786748087376276f,0.002972962624165871f,-0.12531318478152792f,0.07545670637506673f,0.9655322358682613f,-0.24910597536442802f,1.1935940889319812f,-0.022468856216860195f,-0.24810839560428782f,-0.9684716694519113f,0.321178213345187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9968959002640813f,0.02151021578864572f,-0.07573555739144505f,-0.12499999999999999f,0.07545670637506673f,-0.013493374524149004f,-0.9970577788207551f,1.102587222813752f,-0.022468856216860195f,-0.9996775677490601f,0.011828399707023818f,0.0016563413710666136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9846296560980053f,0.17465520413753402f,7.038640831326328e-17f,-0.006396484375000004f,0.1003828411671016f,0.5659145564232457f,-0.8183300067989083f,1.2772090029231395f,-0.14292559438933294f,-0.8057519931690875f,-0.5747486406878215f,0.022590411009352454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9846296560980053f,-0.17465426892907404f,-0.0005715567988346647f,-0.006396484375000004f,-0.10038284116710161f,0.5685895000832573f,-0.8164736772207001f,1.2780476103236336f,0.14292559438933275f,-0.8038668215195365f,-0.577382375664978f,0.022327324225116053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.002165223472515e-16f,7.038640831326328e-17f,-0.006396484375000004f,0f,0.5747486406878215f,-0.8183300067989083f,1.2772090029231395f,-1.2246467991473532e-16f,-0.8183300067989083f,-0.5747486406878215f,0.022590411009352454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9844505294376051f,0.1756620479500881f,1.198950887772499e-16f,-0.006396484375000006f,0.17197625346698198f,0.9637944892021925f,-0.20377524586402845f,1.2864489854745613f,-0.03579557701000807f,-0.20060664867712094f,-0.979017696046938f,0.03674868563436168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9844505294376051f,-0.17566204795008805f,1.198950887772499e-16f,-0.006396484375000006f,-0.17197625346698198f,0.9637944892021925f,-0.20377524586402845f,1.2864489854745613f,0.03579557701000784f,-0.200606648677121f,-0.979017696046938f,0.03674868563436168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.495527025928474e-17f,1.198950887772499e-16f,-0.006396484375000006f,0f,0.979017696046938f,-0.20377524586402845f,1.2864489854745613f,-1.2246467991473532e-16f,-0.20377524586402845f,-0.979017696046938f,0.03674868563436168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9765168393723511f,0.21177438156198805f,-0.03957870306454234f,-0.20014648437500002f,0.2064813506196159f,0.8675482802820725f,-0.4524659470346003f,1.3449277121966108f,-0.06148426033167322f,-0.450012880586385f,-0.8909029649955212f,0.03544499064111489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9856827849089492f,-0.16580368074979648f,0.03063636701630372f,0.187353515625f,-0.1615981961616277f,0.8771104208140783f,-0.45228678147460644f,1.3448975169033046f,0.0481193363570839f,-0.45076207598817564f,-0.8913462179868067f,0.035736400974944446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.5046543724918555e-17f,1.13878912556529e-16f,-0.007812500000000009f,0f,0.9298918891211403f,-0.3678329438029129f,1.1717629943552763f,-1.2246467991473532e-16f,-0.3678329438029129f,-0.9298918891211403f,0.06376633882560119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.4949926818961953e-17f,1.1737163388982784e-16f,0f,0f,0.9584121231651977f,-0.28538781012856484f,1.385908203125f,-1.2246467991473532e-16f,-0.28538781012856484f,-0.9584121231651977f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8625007716634508f,0.24365576638132208f,-0.44353611621725053f,-1.4087096054936474f,-0.17704204984640423f,0.9663543380196928f,0.1865888688445928f,2.306171875f,0.4740765038114999f,-0.0824085001662567f,0.8766186785793542f,-0.508300530547372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.39766784975064595f,0.24365576638132208f,-0.8845858628668154f,-1.378673207006352f,0.17704204984640423f,0.9663543380196928f,0.1865888688445928f,2.306171875f,0.9002868397687934f,-0.0824085001662567f,-0.42742536803454606f,-0.419492438202629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32038825053114894f,0.24365576638132208f,-0.9154142430783565f,-1.2563792697882463f,1.3877787807814457e-17f,0.9663543380196928f,0.2572144890757932f,2.267589701638631f,0.947286318343926f,-0.0824085001662567f,0.30960857575131595f,-0.5103377707376979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8536502154932702f,-0.13899124247741193f,0.5019589067870782f,1.4116954188821227f,0.07924519500043133f,0.9871757595244866f,0.13857928732893934f,2.2862722203991908f,-0.5147829723850985f,-0.07852040704070755f,0.8537171879612853f,-0.4537362826585553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.43476993001219866f,-0.13899124247741193f,0.8897508316780454f,1.3849379111960025f,-0.13206923973252865f,0.9871757595244866f,0.08967572538722501f,2.2896465491320592f,-0.8908045935409514f,-0.07852040704070755f,-0.4475508036016713f,-0.3639492446851944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2854134153186153f,-0.13899124247741193f,0.9482724381056052f,1.2560757993232219f,-0.03599283981726681f,0.9871757595244866f,0.1555266385193922f,2.264630388987716f,-0.9577284050491831f,-0.07852040704070755f,0.2767505155191393f,-0.4503553409997458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.552030703125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139.mcfunction new file mode 100644 index 000000000..aa9ffa673 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139_as_bone.mcfunction new file mode 100644 index 000000000..066cc13a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_139_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.754863865391859f,-0.13310286623046763f,-0.28179534448130933f,0.031141772579204224f,-0.17181268695589388f,0.7938197175534462f,0.08529420301994294f,1.5100482847892713f,0.26001036473783423f,0.13812431889079296f,-0.7617484671492929f,-0.31570020119404124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7330673013302209f,0.16251710806297368f,-0.2760444190837316f,0.031141772579204224f,0.14208727766999474f,0.7828346040682481f,0.08355350499912778f,1.5100482847892713f,0.28709499689955753f,0.027534928003486447f,-0.7462025800646135f,-0.31570020119404124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.754863865391859f,0.13310286623046763f,0.28179534448130955f,-0.031141772579204127f,0.17181268695589388f,0.7938197175534462f,0.08529420301994294f,1.5100482847892713f,-0.26001036473783445f,0.13812431889079302f,-0.7617484671492929f,-0.3157002011940412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7330673013302209f,-0.16251710806297368f,0.27604441908373184f,-0.031141772579204127f,-0.14208727766999474f,0.7828346040682481f,0.08355350499912778f,1.5100482847892713f,-0.28709499689955775f,0.0275349280034864f,-0.7462025800646135f,-0.3157002011940412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6401723155952738f,1.4199107441447845f,0.12425431585095666f,-0.06115491827196534f,-0.15642057127194867f,-0.20537572014879701f,1.5410255249204408f,1.595656040519336f,1.4167280124386408f,0.6189350064712508f,0.22629062405696482f,0.4611042037444085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8975230843536385f,-0.44043279164110716f,-0.02170873325536418f,-0.29468352206277987f,-0.07210944134146224f,-0.0980228754513651f,-0.992568256775154f,1.5981819733327731f,0.4350316557697309f,0.8924183278796256f,-0.11973715606602267f,0.3728916876543618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09643482253200496f,-0.9953016886364938f,-0.008652953285710682f,-0.2984375f,-0.11370220480455209f,-0.0023792170853954887f,-0.9935120270780038f,1.6356576877154205f,0.9888236109771066f,0.0967930158813358f,-0.11339743582105842f,0.04727584161285879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8794851514712582f,0.4753710679439772f,0.02298295245134139f,0.29605604633271443f,0.07732205382310549f,-0.09507071573794929f,-0.9924630265161778f,1.5986911401606072f,-0.469603203070587f,0.8746335842916603f,-0.12036995013278239f,0.3742523426753798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08914833877140795f,0.9959662395073879f,0.010189379559666548f,0.2984375f,0.11398369601529376f,-0.0000386415198644352f,-0.9934826196514596f,1.6356576877154205f,-0.9894747549770998f,0.08972874828250739f,-0.11352735791280867f,0.04727584161285886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9993168316563927f,0.03510776660420911f,-0.011546198174867758f,-0.1594871121500012f,0.03695758196757365f,0.9500061581116952f,-0.31003618608957f,1.3253547788804065f,0.00008428130881062081f,-0.3102510987473224f,-0.9506546421402149f,0.25913084325676133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9998420021554378f,0.01738769981236307f,-0.0036930503707050255f,-0.15625000000000003f,0.017665170570163445f,0.9950700239963062f,-0.09758887791504452f,1.511320477892745f,0.001977997606784876f,-0.09763869744740343f,-0.9952199617603346f,0.2346034627243711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9992562186183045f,0.036576181051541284f,-0.01221443950135996f,0.15271932492791f,0.038560959638537534f,0.9498282018683128f,-0.31038595220686527f,1.3253794462708433f,0.00024888632463267776f,-0.3106260934230933f,-0.9505321499772144f,0.2592769220059205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9998119704485015f,0.018965052949329552f,-0.004043576945489369f,0.15624999999999997f,0.019270902238212123f,0.9949641998010641f,-0.09836093452765354f,1.511320477892745f,0.002157793968440374f,-0.09842036314125856f,-0.9951425908101476f,0.23460346272437113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.402189366377005e-17f,1.142789162745005e-16f,0.29375f,0f,0.9331581673513207f,0.3594660411019716f,2.1873753768415236f,-1.2246467991473532e-16f,0.3594660411019716f,-0.9331581673513207f,0.26022569886829067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.402189366377005e-17f,1.142789162745005e-16f,0.33125f,0f,0.9331581673513207f,0.3594660411019716f,2.1044305472759186f,-1.2246467991473532e-16f,0.3594660411019716f,-0.9331581673513207f,0.1278088655413579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.402189366377005e-17f,1.142789162745005e-16f,-0.29375f,0f,0.9331581673513207f,0.3594660411019716f,2.1873753768415236f,-1.2246467991473532e-16f,0.3594660411019716f,-0.9331581673513207f,0.2602256988682906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.402189366377005e-17f,1.142789162745005e-16f,-0.33125f,0f,0.9331581673513207f,0.3594660411019716f,2.1044305472759186f,-1.2246467991473532e-16f,0.3594660411019716f,-0.9331581673513207f,0.12780886554135784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9695087459549063f,0.2450567108180162f,1.142789162745005e-16f,0.20431801706969926f,0.22867667116408263f,0.9047050046063576f,0.3594660411019716f,2.288555264923711f,0.08808956568322288f,0.34850547072214727f,-0.9331581673513207f,0.2757597576326149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9959077999460093f,0.09037507403426809f,1.142789162745005e-16f,0.09051510942760352f,0.08433423846005761f,0.9293394974485037f,0.3594660411019716f,2.3076346150152607f,0.03248677007739584f,0.3579950341491663f,-0.9331581673513207f,0.28310939961632564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9444613728272124f,0.3286224509027603f,1.142789162745005e-16f,0.06787964051839158f,0.3066567240349193f,0.881331843801554f,0.3594660411019716f,2.3055038913712536f,0.11812861144324219f,0.3395017906639313f,-0.9331581673513207f,0.28228861400913585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997860650784867f,0.020683908597652595f,1.142789162745005e-16f,0.09777180703382951f,0.01930135824064777f,0.9329585322320288f,0.3594660411019716f,2.312343629212179f,0.007435162738113094f,0.3593891387626817f,-0.9331581673513207f,0.28492338008617885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,0.17683025360506746f,1.142789162745005e-16f,0.16478680706114007f,0.16501059538637408f,0.9184528668934023f,0.3594660411019716f,2.416040024599054f,0.06356447121047114f,0.353801346387005f,-0.9331581673513207f,0.29138030554327154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,0.17683025360506746f,1.142789162745005e-16f,0.12499999999999996f,0.16501059538637408f,0.9184528668934023f,0.3594660411019716f,2.209388129548039f,0.06356447121047114f,0.353801346387005f,-0.9331581673513207f,0.21177500260619553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9695087459549063f,-0.2450567108180163f,1.142789162745005e-16f,-0.20431801706969932f,-0.22867667116408263f,0.9047050046063576f,0.3594660411019716f,2.288555264923711f,-0.08808956568322313f,0.34850547072214727f,-0.9331581673513207f,0.27575975763261484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9959077999460093f,-0.0903750740342682f,1.142789162745005e-16f,-0.09051510942760363f,-0.08433423846005761f,0.9293394974485037f,0.3594660411019716f,2.3076346150152607f,-0.03248677007739609f,0.3579950341491663f,-0.9331581673513207f,0.2831093996163256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9444613728272124f,-0.32862245090276043f,1.142789162745005e-16f,-0.06787964051839168f,-0.3066567240349193f,0.881331843801554f,0.3594660411019716f,2.3055038913712536f,-0.11812861144324244f,0.33950179066393127f,-0.9331581673513207f,0.28228861400913585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997860650784867f,-0.020683908597652678f,1.142789162745005e-16f,-0.09777180703382962f,-0.01930135824064777f,0.9329585322320288f,0.3594660411019716f,2.312343629212179f,-0.007435162738113343f,0.35938913876268175f,-0.9331581673513207f,0.2849233800861788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,-0.17683025360506757f,1.142789162745005e-16f,-0.16478680706114018f,-0.16501059538637408f,0.9184528668934023f,0.3594660411019716f,2.416040024599054f,-0.06356447121047139f,0.353801346387005f,-0.9331581673513207f,0.2913803055432715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,-0.17683025360506757f,1.142789162745005e-16f,-0.12500000000000003f,-0.16501059538637408f,0.9184528668934023f,0.3594660411019716f,2.209388129548039f,-0.06356447121047139f,0.353801346387005f,-0.9331581673513207f,0.21177500260619547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.402189366377005e-17f,1.142789162745005e-16f,-6.944953539005956e-18f,0f,0.9331581673513207f,0.3594660411019716f,1.7199112549960505f,-1.2246467991473532e-16f,0.3594660411019716f,-0.9331581673513207f,0.05670984927116375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3627405831453617e-17f,1.217041151191012e-16f,-1.8346763522108493e-18f,0f,0.9937895171394426f,0.11127621319829967f,1.3472401860687595f,-1.2246467991473532e-16f,0.11127621319829967f,-0.9937895171394426f,0.014981269321801376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.996917333733128f,-0.07274600680276777f,0.02939129457310102f,0.14434966194555426f,-0.07519925746827473f,0.7790632481620039f,-0.6224190927658695f,0.9297323604506956f,0.022380826138712125f,-0.6227105859526716f,-0.7821321018624852f,0.40316767687849797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.996917333733128f,-0.05424632922842557f,0.0566847904439312f,0.12499999999999999f,-0.07519925746827473f,0.45453761780136676f,-0.8875475343212209f,1.0904715379556487f,0.022380826138712125f,-0.8890741756280518f,-0.45721571369830316f,0.08134994967193096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9970428253785976f,0.07678819456416146f,0.0030294449392250164f,-0.12508253512295442f,0.07365503295805871f,0.9661197271311104f,-0.24736129238030807f,1.193605110153542f,-0.021921233564984315f,-0.24640666797732047f,-0.9689185793942152f,0.3193917050692404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9970428253785976f,0.02053671604561036f,-0.07405300571297076f,-0.12499999999999999f,0.07365503295805871f,-0.01950246725381488f,-0.9970930698239564f,1.0999261229151136f,-0.021921233564984315f,-0.9995988680791289f,0.01793216255540747f,0.0008776979076878383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9845258437968905f,0.17523944446391315f,6.985324615408389e-17f,-0.006481481481481486f,0.09995571015712713f,0.5615686593039179f,-0.8213704991625792f,1.2744693375623406f,-0.14393650997229746f,-0.8086604837579114f,-0.5703950412700091f,0.022577924865025738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9845258437968905f,-0.17523710127078462f,-0.0009062197490677385f,-0.006481481481481486f,-0.09995571015712713f,0.5658087224135236f,-0.8184554634479266f,1.2757923179607644f,0.14393650997229723f,-0.8056999739226685f,-0.5745692587652126f,0.02215515153509033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.0058887527135164e-16f,6.985324615408389e-17f,-0.006481481481481486f,0f,0.5703950412700091f,-0.8213704991625792f,1.2744693375623406f,-1.2246467991473532e-16f,-0.8213704991625792f,-0.5703950412700091f,0.022577924865025738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,0.17683025360506754f,1.198944586006714e-16f,-0.006481481481481487f,0.1731190375458453f,0.9635846472494936f,-0.20379996669349437f,1.2835385973183016f,-0.036037999795115044f,-0.20058835707746525f,-0.9790125502646688f,0.03689819605161833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,-0.1768302536050675f,1.198944586006714e-16f,-0.006481481481481487f,-0.1731190375458453f,0.9635846472494936f,-0.20379996669349437f,1.2835385973183016f,0.03603799979511481f,-0.2005883570774653f,-0.9790125502646688f,0.03689819605161833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.4958297687752508e-17f,1.198944586006714e-16f,-0.006481481481481487f,0f,0.9790125502646688f,-0.20379996669349437f,1.2835385973183016f,-1.2246467991473532e-16f,-0.20379996669349437f,-0.9790125502646688f,0.03689819605161833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21264770618881154f,-0.04033682603170345f,-0.20023148148148148f,0.20744692637451634f,0.8661775049798209f,-0.4546452491830288f,1.3425904474021053f,-0.06174041803746573f,-0.45223609201341863f,-0.8897587526183656f,0.03556140135965945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9856380461865492f,-0.16601398336341244f,0.030935404270424963f,0.18726851851851853f,-0.161855350129104f,0.8764448067157068f,-0.4534835679665278f,1.342542667429733f,0.048171439091511184f,-0.45197771859780855f,-0.8907275982852295f,0.03602189500908891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.5030727910274607e-17f,1.1388516747359768e-16f,-0.007812500000000007f,0f,0.9299429643950319f,-0.3677037978756549f,1.1690172337915392f,-1.2246467991473532e-16f,-0.3677037978756549f,-0.9299429643950319f,0.06373659795563733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.49336260363247e-17f,1.173764865659762e-16f,0f,0f,0.9584517482730391f,-0.2852547041371182f,1.3831712962962963f,-1.2246467991473532e-16f,-0.2852547041371182f,-0.9584517482730391f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8639724612441888f,0.250316884601004f,-0.436913084600709f,-1.415336202077241f,-0.18357289071986266f,0.9645471833911408f,0.1896041265504799f,2.3133796296296296f,0.4688843994039599f,-0.08360734594438868f,0.8792935981227905f,-0.5399929564739417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.40876537934605656f,0.250316884601004f,-0.8776402007267683f,-1.3856360201449813f,0.18357289071986266f,0.9645471833911408f,0.1896041265504799f,2.3133796296296296f,0.8939864979074504f,-0.08360734594438868f,-0.4402248894182468f,-0.451071858340874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3168019406107726f,0.250316884601004f,-0.9148650106485089f,-1.2632563595138349f,0f,0.9645471833911408f,0.2639104602175083f,2.2737930605970034f,0.9484917134193892f,-0.08360734594438868f,0.305570419508968f,-0.5413679703337531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.839410479890661f,-0.12925000027073666f,0.5279057526488458f,1.419724600312322f,0.07734129796791592f,0.9898331679598201f,0.11936759709093825f,2.2834390484421982f,-0.5379668854849411f,-0.05936949584290828f,0.8408726973121381f,-0.4538506839211223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.46693490936173276f,-0.12925000027073666f,0.8747949633196137f,1.3958657237617527f,-0.1135711613330968f,0.9898331679598201f,0.08562646156462511f,2.2857597478540987f,-0.876968290038358f,-0.05936949584290828f,-0.476866733197606f,-0.3632171864492478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2544946832060736f,-0.12925000027073666f,0.958398087252815f,1.264035448949115f,-0.024754127060273752f,0.9898331679598201f,0.14006260314627295f,2.2635900076762074f,-0.9667573063666618f,-0.05936949584290828f,0.2487078075775565f,-0.44584010632181853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5492937962962963f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..4286d7c0e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5760927610288878f,-0.10158069716022701f,-0.5698622088707053f,0.053369805657534616f,-0.1649470176829194f,0.7994681236239721f,0.02424139251610984f,1.4119096780675784f,0.554845975467127f,0.13219881133373199f,-0.584477426625122f,-0.29311257020920206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5594581818061908f,0.124028892878356f,-0.558232367873344f,0.053369805657534616f,0.15041831708950837f,0.7853727939885805f,0.023746670219862702f,1.4119096780675784f,0.5517072345855827f,-0.08835388046905515f,-0.5725493158776706f,-0.29311257020920206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6628114523458793f,0.11687154217114151f,0.4625650934886135f,-0.04258738113779838f,0.160568207594912f,0.8002402259858863f,0.027890426103937112f,1.4124541303482017f,-0.4492697116358368f,0.11358286749788025f,-0.672458253620294f,-0.30623970668403017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6436728858517144f,-0.1426988432813034f,0.45312498953986635f,-0.04258738113779838f,-0.15467068979062684f,0.784430065657174f,0.02732123373446901f,1.4124541303482017f,-0.4491794671832381f,-0.06562402166325854f,-0.6587346157913084f,-0.30623970668403017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8068503154946003f,0.6507516701618025f,1.1691540027592124f,-0.41716361310492944f,1.3106061732018304f,0.6594845820898775f,0.5373991019261135f,1.454190004040718f,-0.2696484325033571f,1.2581766965602899f,-0.8863900795254408f,0.5264293857612962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.21615416150372754f,-0.9509101223200853f,-0.22146629028775683f,-0.4963671312492335f,-0.3156289605184558f,0.1465943304902511f,-0.937490512778745f,1.523695414299903f,0.9239349207312489f,0.27254365070079234f,-0.26844779886604575f,0.3001000610962477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5033289854442377f,-0.8274431502604729f,-0.24899350493275713f,-0.2984375f,-0.22794515894811557f,0.40509287485359197f,-0.8854042959320733f,1.5866535854368735f,0.8334872146132732f,-0.38889278192051435f,-0.39250664611740094f,0.025873726031081172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7695243524113242f,0.592680872731566f,0.23782694158585505f,0.38376189688205337f,0.23160576144371867f,0.08804822433967238f,-0.9688169494061849f,1.5618693349503177f,-0.5951395149979606f,0.8006103254947315f,-0.06951305200616861f,0.34590349046433433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1415461359064506f,0.9293390852288494f,0.3410184101715891f,0.2984375f,0.10747884982228738f,0.3568777088581504f,-0.927947518861404f,1.5866535854368735f,-0.9840797672195232f,-0.0946951191253425f,-0.1503989566553118f,0.02587372603108124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.046154550928399e-17f,1.0016370815351077e-16f,-0.15625000000000003f,0f,0.8178987461792955f,-0.5753621824540924f,1.2715603158857198f,-1.2246467991473532e-16f,-0.5753621824540924f,-0.8178987461792955f,0.26758959509727714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6766988090539423e-17f,1.1950366594870427e-16f,-0.15625000000000003f,0f,0.9758214860962962f,-0.21856904463536456f,1.4531607879998043f,-1.2246467991473532e-16f,-0.21856904463536456f,-0.9758214860962962f,0.22050901494004446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.67847497957182e-17f,1.08503870978211e-16f,0.15624999999999997f,0f,0.8860013438466963f,-0.4636826702625928f,1.2655628511193546f,-1.2246467991473532e-16f,-0.4636826702625928f,-0.8860013438466963f,0.21898370244785387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.0748996184703204e-18f,1.2235948357393892e-16f,0.15624999999999997f,0f,0.9991410066896868f,0.041439700181339356f,1.4531607879998043f,-1.2246467991473532e-16f,0.041439700181339356f,-0.9991410066896868f,0.2205090149400445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.6060623965784746e-17f,1.1703516234797492e-16f,0.29375f,0f,0.9556646245224285f,0.29445734060540196f,2.1291380805807574f,-1.2246467991473532e-16f,0.29445734060540196f,-0.9556646245224285f,0.199345128918413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.6060623965784746e-17f,1.1703516234797492e-16f,0.33125f,0f,0.9556646245224285f,0.29445734060540196f,2.0372853781972102f,-1.2246467991473532e-16f,0.29445734060540196f,-0.9556646245224285f,0.07294440279376009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.6060623965784746e-17f,1.1703516234797492e-16f,-0.29375f,0f,0.9556646245224285f,0.29445734060540196f,2.1291380805807574f,-1.2246467991473532e-16f,0.29445734060540196f,-0.9556646245224285f,0.19934512891841294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.6060623965784746e-17f,1.1703516234797492e-16f,-0.33125f,0f,0.9556646245224285f,0.29445734060540196f,2.0372853781972102f,-1.2246467991473532e-16f,0.29445734060540196f,-0.9556646245224285f,0.07294440279376001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879312245877853f,0.1529610621222798f,0.02438870556021607f,0.19409529559959188f,0.1410980168881545f,0.8237608061072857f,0.5490987925243551f,2.2164885413203184f,0.06390027476238985f,0.545913040507276f,-0.8354015244715516f,0.2340893685577327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996965337603164f,-0.003468634991706049f,0.02438870556021607f,0.07891028363273381f,0.010496285137023442f,0.8356915364215539f,0.5490987925243551f,2.2261191395272335f,-0.0222860581066034f,0.5491881503862558f,-0.8354015244715516f,0.23705672788409105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9724309526731031f,0.22844060670076208f,0.046828746443493344f,0.057133469719884505f,0.18312270573612888f,0.6237532193484382f,0.7598670910075906f,2.2389326907374167f,0.1443749179295365f,0.7474936859684145f,-0.6483895993229634f,0.2025250624567211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9954288238627177f,-0.08323776264303093f,0.046828746443493344f,0.08607027570230037f,-0.01859030250280641f,0.6498125919497989f,0.7598670910075906f,2.24464911885354f,-0.09367954566574657f,0.7555230441314589f,-0.6483895993229634f,0.2113142224921972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07350640788684328f,0.046828746443493344f,0.14382661808010194f,0.08329166016791412f,0.6447204846676848f,0.7598670910075906f,2.334876828668672f,0.02566364822796385f,0.7608760113510206f,-0.6483895993229634f,0.27302977829383046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08367385813378664f,0.02438870556021607f,0.12499999999999999f,0.08329166016791412f,0.8315966662960884f,0.5490987925243551f,2.147767578752052f,0.02566364822796385f,0.5490406816167988f,-0.8354015244715516f,0.14949562493005092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879312245877853f,-0.15296106212227992f,-0.02438870556021587f,-0.19409529559959196f,-0.1410980168881545f,0.8237608061072857f,0.5490987925243551f,2.2164885413203184f,-0.0639002747623901f,0.545913040507276f,-0.8354015244715516f,0.23408936855773266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996965337603164f,0.003468634991705938f,-0.02438870556021587f,-0.07891028363273386f,-0.010496285137023442f,0.8356915364215539f,0.5490987925243551f,2.2261191395272335f,0.02228605810660316f,0.5491881503862558f,-0.8354015244715516f,0.237056727884091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.972430952673103f,-0.22844060670076224f,-0.046828746443493184f,-0.05713346971988456f,-0.18312270573612888f,0.6237532193484382f,0.7598670910075906f,2.2389326907374167f,-0.14437491792953674f,0.7474936859684145f,-0.6483895993229634f,0.20252506245672108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9954288238627178f,0.08323776264303076f,-0.046828746443493184f,-0.08607027570230044f,0.01859030250280641f,0.6498125919497989f,0.7598670910075906f,2.24464911885354f,0.09367954566574632f,0.7555230441314589f,-0.6483895993229634f,0.21131422249219714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07350640788684344f,-0.046828746443493184f,-0.14382661808010203f,-0.08329166016791412f,0.6447204846676848f,0.7598670910075906f,2.334876828668672f,-0.025663648227964093f,0.7608760113510206f,-0.6483895993229634f,0.2730297782938304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08367385813378675f,-0.02438870556021587f,-0.12500000000000003f,-0.08329166016791412f,0.8315966662960884f,0.5490987925243551f,2.147767578752052f,-0.025663648227964093f,0.5490406816167988f,-0.8354015244715516f,0.14949562493005086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.6060623965784746e-17f,1.1703516234797492e-16f,-3.484212896621537e-18f,0f,0.9556646245224285f,0.29445734060540196f,1.6487876667903885f,-1.2246467991473532e-16f,0.29445734060540196f,-0.9556646245224285f,0.02845075738610825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.0748996184703204e-18f,1.2235948357393892e-16f,-1.581125539695167e-18f,0f,0.9991410066896868f,0.041439700181339356f,1.274109789281756f,-1.2246467991473532e-16f,0.041439700181339356f,-0.9991410066896868f,0.012910869818105991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9947475741323987f,-0.1006849591515735f,0.01843373967359975f,0.15060478467547517f,-0.0956396979674571f,0.8500844533054581f,-0.5178894384142758f,0.8512912173206565f,0.0364734414389655f,-0.5169322598261848f,-0.855248926816393f,0.4071064123777101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9947475741323987f,-0.07754322002594581f,0.06681551306183185f,0.12499999999999999f,-0.0956396979674571f,0.4715224757229891f,-0.8766524984626216f,0.9999325793261679f,0.0364734414389655f,-0.8784381616915734f,-0.4764620490170518f,0.09854538741203316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16538179502569417f,0.0529391299619203f,-0.1422454933594943f,0.16224991852648746f,0.9849936933928579f,-0.05884205906020476f,1.0177889531862354f,-0.061876114496580946f,-0.04935874644250726f,-0.9968626086900992f,0.390104435309027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16224991852648746f,0.1938783390564745f,-0.9675154539245618f,0.9941685750607199f,-0.061876114496580946f,-0.9765787703941649f,-0.2060709869686343f,0.053691909074360646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.600795048165725e-17f,-3.746581905127103e-18f,0.10232788921627807f,0.7772574853610278f,-0.6208057703813592f,1.180781091229638f,-0.08103141331611462f,-0.6154946909558082f,-0.7839644095628368f,0.03059316292449071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.8105205609852664e-18f,-0.10232788921627807f,0.6832938047855184f,-0.7229374657812883f,1.1430388206946225f,0.08103141331611437f,-0.7186114968546846f,-0.6906746170551389f,0.031115261670861333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.602677995897382e-17f,9.600795048165725e-17f,-3.746581905127103e-18f,0f,0.7839644095628368f,-0.6208057703813592f,1.180781091229638f,-1.2246467991473532e-16f,-0.6208057703813592f,-0.7839644095628368f,0.03059316292449071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.177939695147258e-16f,-3.818314609315979e-18f,0.0838316885439852f,0.9582005846865498f,-0.273539553816662f,1.2057434963510056f,-0.023840542983754317f,-0.2724986532305404f,-0.9618607552539928f,0.03117890490527096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.177939695147258e-16f,-3.818314609315979e-18f,-0.0838316885439852f,0.9582005846865498f,-0.273539553816662f,1.2057434963510056f,0.023840542983754074f,-0.2724986532305404f,-0.9618607552539928f,0.03117890490527096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3498933902177034e-17f,1.177939695147258e-16f,-3.818314609315979e-18f,0f,0.9618607552539928f,-0.273539553816662f,1.2057434963510056f,-1.2246467991473532e-16f,-0.273539553816662f,-0.9618607552539928f,0.03117890490527096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.144261034322516e-16f,-0.19375f,0.12195845840603449f,0.9263664620192558f,-0.3563303417745256f,1.2181074277981523f,-0.04651044268429852f,-0.35328188630392704f,-0.9343600417027955f,0.03173401060180332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12195845840603452f,0.8917851223527054f,-0.4357125542988105f,1.2185175699020796f,0.04651044268429829f,-0.43337238549616297f,-0.9000139744529947f,0.018990573334977306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.344471797089352e-17f,1.1018738561028766e-16f,-0.00781250000000001f,0f,0.8997482840522215f,-0.436409240673342f,1.0787289281820318f,-1.2246467991473532e-16f,-0.436409240673342f,-0.8997482840522215f,0.07961756074024555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.3637881249325516e-17f,1.144261034322516e-16f,0f,0f,0.9343600417027955f,-0.3563303417745256f,1.2875f,-1.2246467991473532e-16f,-0.3563303417745256f,-0.9343600417027955f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6900747244874388f,0.04536490302372649f,-0.7223149591398704f,-1.087319890962881f,-0.015844103767080207f,0.9987413374470168f,0.04758891940738037f,1.964917551998027f,0.7235646750632612f,-0.02139547728357655f,0.6899249195038578f,0.2583100330873057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11937878833912074f,0.04536490302372649f,-0.9918118422706651f,-1.0473290715971193f,0.0158441037670802f,0.9987413374470168f,0.04758891940738037f,1.964917551998027f,0.9927223525591136f,-0.02139547728357655f,0.11850976449772632f,0.34310270297365275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4265687399014578f,0.04536490302372649f,-0.9033167416319314f,-0.9318269700352103f,-3.469446951953614e-18f,0.9987413374470168f,0.05015716174729337f,1.957393977735933f,0.9044551454543679f,-0.02139547728357655f,0.4260318338022707f,0.2368015929601386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3444374753606839f,0.7496195596052544f,-0.5651843428691062f,0.8805056049863322f,-0.9381310388404608f,0.29770691204467625f,-0.17686364376248037f,2.1673639418697013f,0.03567883870415023f,0.5911354416527976f,0.8057827933696996f,-0.44874321359316305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6618025190108207f,0.7496195596052544f,-0.009377722972952807f,0.8266209641070424f,-0.3497974219333567f,0.29770691204467625f,-0.8882636760160807f,2.2363331370668775f,-0.6630680126802306f,0.5911354416527976f,0.4592381736988361f,-0.4151462183232911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5747695027124249f,0.7496195596052544f,-0.32819283144050687f,0.9027922092627634f,-0.735671415436545f,0.29770691204467625f,-0.6084062483492539f,2.2931094767206774f,-0.3583679495453004f,0.5911354416527976f,0.7225865362436874f,-0.5403326963947802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14.mcfunction new file mode 100644 index 000000000..afbbe1342 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140.mcfunction new file mode 100644 index 000000000..6cf945504 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140_as_bone.mcfunction new file mode 100644 index 000000000..02a66ff6f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_140_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7545339845549799f,-0.13304469933850716f,-0.28270482587666584f,0.031182789287022783f,-0.17215932308434978f,0.793670849103317f,0.08597787624268607f,1.5071102631735127f,0.260737565515919f,0.13903285836805054f,-0.7613345064209858f,-0.31551719626945585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7327469457456732f,0.1624460869397316f,-0.2769353396342849f,0.031182789287022783f,0.14171775651364305f,0.7828298191434887f,0.08422322570712105f,1.5071102631735127f,0.28809371910738935f,0.028084570456783482f,-0.7457970675144351f,-0.31551719626945585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7545339845549799f,0.13304469933850716f,0.28270482587666607f,-0.031182789287022686f,0.17215932308434978f,0.793670849103317f,0.08597787624268607f,1.5071102631735127f,-0.26073756551591926f,0.13903285836805057f,-0.7613345064209858f,-0.3155171962694559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7327469457456732f,-0.1624460869397316f,0.2769353396342851f,-0.031182789287022686f,-0.14171775651364305f,0.7828298191434887f,0.08422322570712105f,1.5071102631735127f,-0.28809371910738957f,0.028084570456783434f,-0.7457970675144351f,-0.3155171962694559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7585486435858222f,1.3562534986973902f,0.1630541400431084f,-0.10599985213005292f,-0.1445974268539556f,-0.2651796946033653f,1.5330288854804013f,1.5884102923632004f,1.3583452394223368f,0.7291518544453927f,0.2542479767815695f,0.48121203298756643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8503044315266484f,-0.5255133060984709f,-0.028603126395526566f,-0.32993411467917017f,-0.08844081597998145f,-0.08910296783479774f,-0.9920881428541651f,1.5952085658615576f,0.5188068964411895f,0.846106628171938f,-0.12224147401179133f,0.3710735955976924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010216841891808614f,-0.9998794688228713f,-0.011690336532832898f,-0.2984375f,-0.11178465422899828f,0.012759733202157104f,-0.9936505322735522f,1.6316704922371752f,0.9936799319804449f,-0.008845170156807207f,-0.11190154486974711f,0.047385887743491215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8208000250210745f,0.5704207017672539f,0.030125436440938083f,0.3319743459093616f,0.09462372044748069f,-0.08376843162747516f,-0.9919824602236424f,1.5962016470996618f,-0.5633237705388264f,0.8170698090481784f,-0.12273245979728807f,0.3727498747504124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.02019111903517944f,0.9997009084249755f,0.01379900019515752f,0.2984375f,0.1112182501752552f,0.015962017324693392f,-0.9936678090946093f,1.6316704922371752f,-0.9935908713047145f,-0.018528564358981845f,-0.1115072767254832f,0.047385887743491284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9987231407563607f,0.047992735751701134f,-0.015772933551430737f,-0.1606755990455637f,0.05051793052985101f,0.9498029046774863f,-0.3087432282029702f,1.321908493136939f,0.00016374593616158345f,-0.3091458225195313f,-0.9510146337496554f,0.2590202520651844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9997046769265006f,0.023771445143517245f,-0.005047507015329987f,-0.15625000000000003f,0.02414792334630072f,0.9950340541158562f,-0.09656142577564099f,1.5078738693725642f,0.0027270367328365596f,-0.09665479577109555f,-0.9953142286359147f,0.23467676392912956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.998609907848049f,0.04999850180710137f,-0.01668537577509831f,0.15142344423598678f,0.05270773333555468f,0.9495312961452865f,-0.3092122450474436f,1.3219447661927022f,0.00038313749361777684f,-0.30966185986927347f,-0.9508466678429093f,0.25922030585341355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9996485444240889f,0.025926097272583087f,-0.0055339959353821015f,0.15624999999999997f,0.02634269613222789f,0.9948756764246225f,-0.09761378396074556f,1.5078738693725642f,0.002974893491433178f,-0.09772525742540955f,-0.9952089851231511f,0.23467676392912956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.427957155135663e-17f,1.1417932111309325e-16f,0.29375f,0f,0.9323449111416399f,0.36157014073107285f,2.183636842990073f,-1.2246467991473532e-16f,0.36157014073107285f,-0.9323449111416399f,0.26155058053006136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.427957155135663e-17f,1.1417932111309325e-16f,0.33125f,0f,0.9323449111416399f,0.36157014073107285f,2.1009909297909064f,-1.2246467991473532e-16f,0.36157014073107285f,-0.9323449111416399f,0.1289469775191485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.427957155135663e-17f,1.1417932111309325e-16f,-0.29375f,0f,0.9323449111416399f,0.36157014073107285f,2.183636842990073f,-1.2246467991473532e-16f,0.36157014073107285f,-0.9323449111416399f,0.2615505805300613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.427957155135663e-17f,1.1417932111309325e-16f,-0.33125f,0f,0.9323449111416399f,0.36157014073107285f,2.1009909297909064f,-1.2246467991473532e-16f,0.36157014073107285f,-0.9323449111416399f,0.12894697751914844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9692172340099451f,0.24620713494558052f,1.1417932111309325e-16f,0.20443293179140481f,0.22954996935327507f,0.9036447559199481f,0.36157014073107285f,2.284693603673704f,0.08902114843126768f,0.350440011699957f,-0.9323449111416399f,0.2772787804772793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9957998429797917f,0.09155693704696555f,1.1417932111309325e-16f,0.09065436925969791f,0.08536264433545387f,0.9284289161178528f,0.36157014073107285f,2.303882234431719f,0.0331042546129772f,0.3600514893661836f,-0.9323449111416399f,0.2847202711109511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.944070704103899f,0.32974309037911387f,1.1417932111309325e-16f,0.0680162064534465f,0.3074342922990847f,0.8801995167291751f,0.36157014073107285f,2.301778415181968f,0.11922525559347497f,0.3413477773429298f,-0.9323449111416399f,0.2839043946974961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997608136862274f,0.021870423348730766f,1.1417932111309325e-16f,0.09791705064274564f,0.0203907779137025f,0.9321219069991792f,0.36157014073107285f,2.3085791118920125f,0.007907692048048622f,0.3614836581019411f,-0.9323449111416399f,0.286541754366794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9840308110850324f,0.17799821020261195f,1.1417932111309325e-16f,0.16504959729558757f,0.16595572547472523f,0.9174561191217103f,0.36157014073107285f,2.4121864613661135f,0.06435883791283738f,0.3557961588477269f,-0.9323449111416399f,0.29320379955618486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9840308110850324f,0.17799821020261195f,1.1417932111309325e-16f,0.12499999999999996f,0.16595572547472523f,0.9174561191217103f,0.36157014073107285f,2.205758834563729f,0.06435883791283738f,0.3557961588477269f,-0.9323449111416399f,0.21314966381544642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9692172340099451f,-0.24620713494558064f,1.1417932111309325e-16f,-0.2044329317914049f,-0.22954996935327507f,0.9036447559199481f,0.36157014073107285f,2.284693603673704f,-0.08902114843126793f,0.350440011699957f,-0.9323449111416399f,0.2772787804772792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9957998429797917f,-0.09155693704696566f,1.1417932111309325e-16f,-0.09065436925969803f,-0.08536264433545387f,0.9284289161178528f,0.36157014073107285f,2.303882234431719f,-0.03310425461297745f,0.3600514893661836f,-0.9323449111416399f,0.28472027111095105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.944070704103899f,-0.329743090379114f,1.1417932111309325e-16f,-0.06801620645344658f,-0.3074342922990847f,0.8801995167291751f,0.36157014073107285f,2.301778415181968f,-0.11922525559347522f,0.34134777734292976f,-0.9323449111416399f,0.28390439469749607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997608136862274f,-0.021870423348730877f,1.1417932111309325e-16f,-0.09791705064274574f,-0.0203907779137025f,0.9321219069991792f,0.36157014073107285f,2.3085791118920125f,-0.007907692048048871f,0.36148365810194116f,-0.9323449111416399f,0.28654175436679397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9840308110850324f,-0.17799821020261206f,1.1417932111309325e-16f,-0.16504959729558769f,-0.16595572547472523f,0.9174561191217103f,0.36157014073107285f,2.4121864613661135f,-0.06435883791283763f,0.3557961588477269f,-0.9323449111416399f,0.2932037995561848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9840308110850324f,-0.17799821020261206f,1.1417932111309325e-16f,-0.12500000000000003f,-0.16595572547472523f,0.9174561191217103f,0.36157014073107285f,2.205758834563729f,-0.06435883791283763f,0.3557961588477269f,-0.9323449111416399f,0.21314966381544637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.427957155135663e-17f,1.1417932111309325e-16f,-6.97812871780596e-18f,0f,0.9323449111416399f,0.36157014073107285f,1.7166330007057926f,-1.2246467991473532e-16f,0.36157014073107285f,-0.9323449111416399f,0.05698074516394773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3742641540959754e-17f,1.2169115674565373e-16f,-1.8246381399460534e-18f,0f,0.9936837039902432f,0.1122171841752897f,1.3440016117094515f,-1.2246467991473532e-16f,0.1122171841752897f,-0.9936837039902432f,0.014899301098214093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9969000736894947f,-0.07301718561150074f,0.0293041581222799f,0.14459959992515928f,-0.07547990366500357f,0.7824522385904464f,-0.6181191458509607f,0.9230271219750016f,0.022204216279835574f,-0.6184148970797639f,-0.7855380244451717f,0.40134802770843747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9969000736894947f,-0.05479798985466193f,0.05645727044206354f,0.12499999999999999f,-0.07547990366500357f,0.46359016355284693f,-0.882828944020169f,1.0876181059935177f,0.022204216279835574f,-0.8843536286830812f,-0.4662892152028236f,0.08088947595617219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9970714746365493f,0.07641075894499962f,0.003141716655941096f,-0.1250494995647016f,0.07336666613515348f,0.9673277418419739f,-0.2426816271643169f,1.1905228526725644f,-0.021582556991931703f,-0.24174043058693506f,-0.9701009006558717f,0.3185397242959963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9970714746365493f,0.020404201510254242f,-0.07370307338792592f,-0.12499999999999999f,0.07336666613515348f,-0.016773008160739233f,-0.99716397773759f,1.0974377189670683f,-0.021582556991931703f,-0.9996511065156527f,0.015226899740961974f,-0.00017601143724622903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9844216848306859f,0.17582362308607377f,6.977626551098599e-17f,-0.006566478587962966f,0.10017840095690511f,0.5608904453377271f,-0.8218066660173571f,1.271661797501291f,-0.14449302549545873f,-0.8090043027658954f,-0.5697664466160115f,0.02223595071873896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9844216848306859f,-0.17581922859325402f,-0.0012430977382119732f,-0.006566478587962966f,-0.10017840095690511f,0.5666867152635281f,-0.8178205516649424f,1.2734701170016085f,0.1444930254954585f,-0.8049557538155165f,-0.5754719801888382f,0.021656556598187878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.0064229030561143e-16f,6.977626551098599e-17f,-0.006566478587962966f,0f,0.5697664466160115f,-0.8218066660173571f,1.271661797501291f,-1.2246467991473532e-16f,-0.8218066660173571f,-0.5697664466160115f,0.02223595071873896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9840308110850324f,0.17799821020261203f,1.1997636065737628e-16f,-0.006566478587962968f,0.17438152354217262f,0.9640366150542885f,-0.2005604374790306f,1.2804208405526218f,-0.035699398908720426f,-0.19735764996405938f,-0.9796813313104521f,0.03672792740545753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9840308110850324f,-0.17799821020261197f,1.1997636065737628e-16f,-0.006566478587962968f,-0.17438152354217262f,0.9640366150542885f,-0.2005604374790306f,1.2804208405526218f,0.03569939890872019f,-0.19735764996405944f,-0.9796813313104521f,0.03672792740545753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.4561569779428768e-17f,1.1997636065737628e-16f,-0.006566478587962968f,0f,0.9796813313104521f,-0.2005604374790306f,1.2804208405526218f,-1.2246467991473532e-16f,-0.2005604374790306f,-0.9796813313104521f,0.03672792740545753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9760082234820806f,0.21383357002510575f,-0.04102623582137764f,-0.20031647858796298f,0.20888298405916517f,0.866386292989227f,-0.45358867963268656f,1.3401452269413614f,-0.06144791832024611f,-0.4512759639629653f,-0.8902663408685094f,0.0355560075697117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9854905597165643f,-0.16682969535695039f,0.031244350795621295f,0.18718352141203703f,-0.16283086447126488f,0.8773236086636159f,-0.4514303880522347f,1.3400779079714227f,0.0479005875232578f,-0.44996793044455696f,-0.891759157668913f,0.03618537856015184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.466960436329409e-17f,1.1402729617352747e-16f,-0.007812500000000007f,0f,0.9311035333037878f,-0.364755000334748f,1.166079423591912f,-1.2246467991473532e-16f,-0.364755000334748f,-0.9311035333037878f,0.06305763245385806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.456148934105848e-17f,1.174866004323322e-16f,0f,0f,0.9593508962268218f,-0.2822159774158683f,1.3804343894675926f,-1.2246467991473532e-16f,-0.2822159774158683f,-0.9593508962268218f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.865352159224012f,0.2569784154721088f,-0.4302647260789385f,-1.4263028638655575f,-0.1901731844441221f,0.9626936322708258f,0.19249709167565593f,2.3205873842592593f,0.46368070958874463f,-0.08475296081346183f,0.8819394169605017f,-0.5716847459657076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.41972303462587635f,0.2569784154721088f,-0.8705140252666175f,-1.3969393236344425f,0.1901731844441221f,0.9626936322708258f,0.19249709167565593f,2.3205873842592593f,0.8875059065284169f,-0.08475296081346183f,-0.4529350963554541f,-0.4826519149139227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31321109579856177f,0.2569784154721088f,-0.9142542881770411f,-1.2744829505234438f,0f,0.9626936322708258f,0.2705937367811827f,2.279998323742082f,0.9496835312190394f,-0.08475296081346183f,0.30152632748184305f,-0.5723972795620916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8242155086440408f,-0.1185827506295501f,0.553720982593016f,1.43206291383197f,0.07437175038466001f,0.9920265111992911f,0.1017459769351325f,2.280522745671309f,-0.5613712123500518f,-0.04267941343191859f,0.8264628422462442f,-0.4539150497308373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.498867631981899f,-0.1185827506295501f,0.858527353678322f,1.4111649597936087f,-0.09668644350645914f,0.9920265111992911f,0.0808401677375485f,2.281956077390033f,-0.8612681448903383f,-0.04267941343191859f,-0.5063552609248397f,-0.36253516366615324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2229115097425195f,-0.1185827506295501f,0.967599395451155f,1.276474027495116f,-0.01528887166639397f,0.9920265111992911f,0.12509856706186218f,2.2624746264713917f,-0.9747187846899634f,-0.04267941343191859f,0.2193211308598152f,-0.44112327632746756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5465568894675925f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141.mcfunction new file mode 100644 index 000000000..1459026f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141_as_bone.mcfunction new file mode 100644 index 000000000..cc6037457 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_141_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7542453482634158f,-0.13299380497269275f,-0.2834978781337319f,0.031218677732526068f,-0.17207854261585873f,0.7937448413309669f,0.0854549382781616f,1.5040254256011625f,0.2616244908999251f,0.13865864251393664f,-0.7610984503084944f,-0.3156899996984539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7324666437773004f,0.16238394548941504f,-0.2777122071514109f,0.031218677732526068f,0.14181860257513948f,0.7828665014857651f,0.08371095994595422f,1.5040254256011625f,0.2887561249865569f,0.027413410928397934f,-0.7455658288736272f,-0.3156899996984539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7542453482634158f,0.13299380497269275f,0.2834978781337321f,-0.03121867773252597f,0.17207854261585873f,0.7937448413309669f,0.0854549382781616f,1.5040254256011625f,-0.26162449089992534f,0.1386586425139367f,-0.7610984503084944f,-0.3156899996984539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7324666437773004f,-0.16238394548941504f,0.2777122071514111f,-0.03121867773252597f,-0.14181860257513948f,0.7828665014857651f,0.08371095994595422f,1.5040254256011625f,-0.2887561249865571f,0.027413410928397886f,-0.7455658288736272f,-0.3156899996984539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.900056809933234f,1.2630601704561093f,0.18969184141705767f,-0.15964901380203914f,-0.12390462383451697f,-0.3173128158071346f,1.5249152340759713f,1.584162648566174f,1.2712008626040323f,0.8633642526372816f,0.2829430758700972f,0.4996910713830488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7823568624779614f,-0.6219039178711203f,-0.033959632951356206f,-0.36909528363971217f,-0.10222463071596752f,-0.07443128527488449f,-0.9919728366479156f,1.5947336687116649f,0.6143841344050349f,0.7795482670809288f,-0.1218057251630495f,0.3642525519435007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13090565282818123f,-0.9912851078618021f,-0.014749406396287176f,-0.2984375f,-0.10386454124957854f,0.02850851018590162f,-0.9941827909987149f,1.628203825645051f,0.9859390788119933f,-0.12861220695717593f,-0.10669129811264948f,0.04696598253725304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7393809014324367f,0.6723444026051845f,0.03562143852281763f,0.37180044667957496f,0.1081445052478744f,-0.06637442590558147f,-0.9919169327974984f,1.5963676001933278f,-0.6645454450838177f,0.7372566987631797f,-0.12178633563404476f,0.36603535231972073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14303819917617955f,0.9895630518450275f,0.01746539434398993f,0.2984375f,0.10188758365586084f,0.03227603559057601f,-0.9942721849792067f,1.628203825645051f,-0.9844587314220974f,-0.140439396003085f,-0.10544089423503156f,0.046965982537253106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9980549634477207f,0.059227054061272384f,-0.019453688714285204f,-0.1617122393292206f,0.06233990337412314f,0.9490252498659435f,-0.3089738040096417f,1.319231230596085f,0.00016243359929276995f,-0.30958557974186496f,-0.9508715698932317f,0.25886397555006235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9995500983414201f,0.02933955264811425f,-0.006228286768133989f,-0.15625000000000003f,0.029806061844949622f,0.9948261766769957f,-0.09712093942876522f,1.5051541328515918f,0.0033465777971860853f,-0.09726288525763245f,-0.9952530992508428f,0.23440685269393852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9978825531673681f,0.061700355997103294f,-0.02057853624545982f,0.15029331403135623f,0.06504022644340907f,0.9486586071674558f,-0.3095425915626032f,1.3192791054800985f,0.00042311743648435624f,-0.3102255842398129f,-0.9506628781301505f,0.2591111962779639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9994645874763657f,0.031996876490590055f,-0.006836539734702863f,0.15624999999999997f,0.032514776815616236f,0.9946140184847791f,-0.09841617510445012f,1.5051541328515918f,0.0036507080585703056f,-0.09858577041543598f,-0.9951218609809884f,0.23440685269393852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.419654937596547e-17f,1.1421148300357726e-16f,0.29375f,0f,0.9326075329074125f,0.3608922132221048f,2.1809512485747464f,-1.2246467991473532e-16f,0.3608922132221048f,-0.9326075329074125f,0.2608067130877596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.419654937596547e-17f,1.1421148300357726e-16f,0.33125f,0f,0.9326075329074125f,0.3608922132221048f,2.0982089519508924f,-1.2246467991473532e-16f,0.3608922132221048f,-0.9326075329074125f,0.12826323022492658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.419654937596547e-17f,1.1421148300357726e-16f,-0.29375f,0f,0.9326075329074125f,0.3608922132221048f,2.1809512485747464f,-1.2246467991473532e-16f,0.3608922132221048f,-0.9326075329074125f,0.26080671308775955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.419654937596547e-17f,1.1421148300357726e-16f,-0.33125f,0f,0.9326075329074125f,0.3608922132221048f,2.0982089519508924f,-1.2246467991473532e-16f,0.3608922132221048f,-0.9326075329074125f,0.12826323022492653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9689618215211672f,0.24721041328063342f,1.1421148300357726e-16f,0.20453308518831295f,0.2305502936386734f,0.9036610938503282f,0.3608922132221048f,2.281942675660527f,0.08921631318039891f,0.34969077629649614f,-0.9326075329074125f,0.27643174196997106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.995704522352214f,0.09258781867691557f,1.1421148300357726e-16f,0.09077589075299461f,0.08634809715355712f,0.9286015380956518f,0.3608922132221048f,2.3012465553909305f,0.03341422279971889f,0.3593420087869492f,-0.9326075329074125f,0.28390178658558773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9437288220682779f,0.3307202902720374f,1.1421148300357726e-16f,0.06813540399036083f,0.30843223399302816f,0.8801286084827151f,0.3608922132221048f,2.299164002018153f,0.11935437751373242f,0.3405843832777108f,-0.9326075329074125f,0.28309589850369354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997376359222604f,0.022905443033697098f,1.1421148300357726e-16f,0.09804378367301775f,0.02136178871780753f,0.9323628501921482f,0.3608922132221048f,2.3059377411597075f,0.008266396031263681f,0.36079752806941934f,-0.9326075329074125f,0.2857171401560785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,0.1790168612766326f,1.1421148300357726e-16f,0.16527879378724225f,0.16695247334402888f,0.9175421963484631f,0.3608922132221048f,2.4094850401209102f,0.06460579127019835f,0.355062362548751f,-0.9326075329074125f,0.2922787576418413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,0.1790168612766326f,1.1421148300357726e-16f,0.12499999999999997f,0.16695247334402888f,0.9175421963484631f,0.3608922132221048f,2.2030380459425065f,0.06460579127019835f,0.355062362548751f,-0.9326075329074125f,0.21238972606837248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9689618215211672f,-0.24721041328063353f,1.1421148300357726e-16f,-0.204533085188313f,-0.2305502936386734f,0.9036610938503282f,0.3608922132221048f,2.281942675660527f,-0.08921631318039916f,0.34969077629649614f,-0.9326075329074125f,0.276431741969971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.995704522352214f,-0.09258781867691568f,1.1421148300357726e-16f,-0.09077589075299469f,-0.08634809715355712f,0.9286015380956518f,0.3608922132221048f,2.3012465553909305f,-0.03341422279971914f,0.3593420087869492f,-0.9326075329074125f,0.2839017865855877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9437288220682779f,-0.33072029027203753f,1.1421148300357726e-16f,-0.0681354039903609f,-0.30843223399302816f,0.8801286084827151f,0.3608922132221048f,2.299164002018153f,-0.11935437751373265f,0.34058438327771073f,-0.9326075329074125f,0.2830958985036936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997376359222604f,-0.02290544303369721f,1.1421148300357726e-16f,-0.09804378367301783f,-0.02136178871780753f,0.9323628501921482f,0.3608922132221048f,2.3059377411597075f,-0.008266396031263917f,0.3607975280694194f,-0.9326075329074125f,0.2857171401560786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,-0.17901686127663272f,1.1421148300357726e-16f,-0.16527879378724233f,-0.16695247334402888f,0.9175421963484631f,0.3608922132221048f,2.4094850401209102f,-0.0646057912701986f,0.355062362548751f,-0.9326075329074125f,0.2922787576418413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,-0.17901686127663272f,1.1421148300357726e-16f,-0.12500000000000003f,-0.16695247334402888f,0.9175421963484631f,0.3608922132221048f,2.2030380459425065f,-0.0646057912701986f,0.355062362548751f,-0.9326075329074125f,0.21238972606837242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.419654937596547e-17f,1.1421148300357726e-16f,-6.9286171088210196e-18f,0f,0.9326075329074125f,0.3608922132221048f,1.7137988036642668f,-1.2246467991473532e-16f,0.3608922132221048f,-0.9326075329074125f,0.056576452195400306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3664282592830405e-17f,1.2169998031159186e-16f,-1.8045111365096178e-18f,0f,0.9937557538738853f,0.11157733480660725f,1.3411403959615598f,-1.2246467991473532e-16f,0.11157733480660725f,-0.9937557538738853f,0.014734951642922586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9967876208713732f,-0.07445310585901499f,0.02951565526180765f,0.14517045000374937f,-0.07695140936138742f,0.7881541245844677f,-0.610648472116149f,0.9155895604955959f,0.022201789902702468f,-0.6109581089800163f,-0.7913515461516952f,0.3984140297905455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9967876208713732f,-0.05626044999314713f,0.0570017600092853f,0.12499999999999999f,-0.07695140936138742f,0.47546986673542774f,-0.8763600210095681f,1.0849909857346418f,0.022201789902702468f,-0.8779311861377082f,-0.47827179817751436f,0.07997229684227306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9970023261911528f,0.07730157600373176f,0.0032905800050204576f,-0.12517623104382583f,0.07433934236581281f,0.9688520947882096f,-0.23621871348628654f,1.1853305630979756f,-0.021448164164996193f,-0.23526598728213388f,-0.9716943405629744f,0.3185426165726298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9970023261911528f,0.02096115839669432f,-0.0744781270447831f,-0.12499999999999999f,0.07433934236581281f,-0.007325226858355682f,-0.9972060986717299f,1.0954098296495594f,-0.021448164164996193f,-0.9997534550528656f,0.005745029487222719f,-0.0013146400892009719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9843305396752505f,0.17633317516176636f,7.00786171039263e-17f,-0.006640625000000003f,0.10090407351315123f,0.563268715858564f,-0.8200894595612707f,1.269160128375211f,-0.14460897832113587f,-0.8072391003119301f,-0.5722353347325758f,0.021670760689727432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9843305396752505f,-0.17632646093477103f,-0.0015387777125900714f,-0.006640625000000003f,-0.10090407351315123f,0.5704038080925197f,-0.815142848623482f,1.2713942518817947f,0.14460897832113564f,-0.8022147311585414f,-0.5792579464290037f,0.020962338403472197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.0043199316661929e-16f,7.00786171039263e-17f,-0.006640625000000003f,0f,0.5722353347325758f,-0.8200894595612707f,1.269160128375211f,-1.2246467991473532e-16f,-0.8200894595612707f,-0.5722353347325758f,0.021670760689727432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,0.1790168612766327f,1.2011155542966555e-16f,-0.006640625000000005f,0.17557710248410838f,0.9649416807967869f,-0.19509032201612825f,1.2775346919445605f,-0.03492445711277494f,-0.19193883411059512f,-0.9807852804032304f,0.036317522415260144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,-0.17901686127663263f,1.2011155542966555e-16f,-0.006640625000000005f,-0.17557710248410838f,0.9649416807967869f,-0.19509032201612825f,1.2775346919445605f,0.034924457112774705f,-0.19193883411059517f,-0.9807852804032304f,0.036317522415260144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.389167384016779e-17f,1.2011155542966555e-16f,-0.006640625000000005f,0f,0.9807852804032304f,-0.19509032201612825f,1.2775346919445605f,-1.2246467991473532e-16f,-0.19509032201612825f,-0.9807852804032304f,0.036317522415260144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9757021300385286f,0.21512120909896587f,-0.04157185146318766f,-0.20039062500000002f,0.21051453082649335f,0.8678372357351846f,-0.4500468470975163f,1.3379248746938013f,-0.06073702124058867f,-0.44786314613653233f,-0.8920367798378649f,0.03545491616834098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9852776423889412f,-0.16803074575258997f,0.03152199058305284f,0.187109375f,-0.16426178955362483f,0.879321444281186f,-0.4470032014649222f,1.3378377344290462f,0.04739231900983812f,-0.4456001190631322f,-0.8939767905207562f,0.036231295974160256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.40744304521593e-17f,1.1425866447204932e-16f,-0.007812500000000007f,0f,0.9329927988347388f,-0.3598950365349881f,1.1633660249606863f,-1.2246467991473532e-16f,-0.3598950365349881f,-0.9329927988347388f,0.061939075167843104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.3948415170437544e-17f,1.1766521548033718e-16f,0f,0f,0.9608093987773478f,-0.27720984690503214f,1.378046875f,-1.2246467991473532e-16f,-0.27720984690503214f,-0.9608093987773478f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.866480016600035f,0.2627893840941236f,-0.4244456625296498f,-1.4393785153173073f,-0.1959859453199695f,0.9610388842382325f,0.19491991232085856f,2.326875f,0.45913166964373087f,-0.08570882445562082f,0.8842240142297622f,-0.599330254721011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42916524132577716f,0.2627893840941236f,-0.8641521482037859f,-1.4103089846826924f,0.1959859453199695f,0.9610388842382325f,0.19491991232085856f,2.326875f,0.881706700028317f,-0.08570882445562082f,-0.4639475105392959f,-0.5102009952789895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31007499343589207f,0.2627893840941236f,-0.9136712965028299f,-1.2877930555245753f,0f,0.9610388842382325f,0.27641321057817275f,2.2854130184132737f,0.9507121007148961f,-0.08570882445562082f,0.29799412572180695f,-0.5994647438582713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8101872305257726f,-0.10860537870669704f,0.5760221551372432f,1.4463139284027209f,0.0708678342971083f,0.9936259954682807f,0.0876648800358843f,2.27790946623466f,-0.581871464805602f,-0.03020352372891779f,0.8127197214288211f,-0.45393001314390136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5264071858590614f,-0.10860537870669704f,0.8432676599940966f,1.428041618472279f,-0.0832579386258766f,0.9936259954682807f,0.07599668930577272f,2.2787072525153396f,-0.8461463173303505f,-0.03020352372891779f,-0.5320941240256685f,-0.36198139310609845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.19490463925804524f,-0.10860537870669704f,0.9747907741211274f,1.2909591573193309f,-0.00850972032724967f,0.9936259954682807f,0.1124053637048534f,2.261447554819272f,-0.9807852804032308f,-0.03020352372891779f,0.19273811480533232f,-0.43686642034579976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5441693749999998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142.mcfunction new file mode 100644 index 000000000..03b290544 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142_as_bone.mcfunction new file mode 100644 index 000000000..19fca725a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_142_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7540407027489645f,-0.13295772044701404f,-0.28405863411596166f,0.03124412293677631f,-0.17161351830197807f,0.794010919096146f,0.08390414254704226f,1.5012932406165926f,0.2625183105581565f,0.13716176352785572f,-0.7610619105513454f,-0.3161634285580465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7322679073668215f,0.16233988668793906f,-0.27826151913400327f,0.03124412293677631f,0.1423392066549787f,0.7829329831517924f,0.08219181310730671f,1.5012932406165926f,0.28900391362306393f,0.025723628888286457f,-0.7455300348258078f,-0.3161634285580465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7540407027489645f,0.13295772044701404f,0.2840586341159619f,-0.03124412293677621f,0.17161351830197807f,0.794010919096146f,0.08390414254704226f,1.5012932406165926f,-0.2625183105581567f,0.13716176352785578f,-0.7610619105513454f,-0.3161634285580465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7322679073668215f,-0.16233988668793906f,0.2782615191340035f,-0.03124412293677621f,-0.1423392066549787f,0.7829329831517924f,0.08219181310730671f,1.5012932406165926f,-0.28900391362306416f,0.025723628888286415f,-0.7455300348258078f,-0.3161634285580465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0520864450644465f,1.138073354022839f,0.19826599046447735f,-0.2198550383682187f,-0.09641997167939942f,-0.3537409156112189f,1.5188735311683714f,1.5837197518863617f,1.1511835436510542f,1.0104764497432586f,0.30841537468365526f,0.5134973683531828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6930507707130724f,-0.7199331986430447f,-0.03710550775303503f,-0.40952340215418453f,-0.1110130155035347f,-0.05572672316940383f,-0.9922553314110294f,1.5969149641717655f,0.7122897862547432f,0.6918025164860235f,-0.11854340378433917f,0.35171121617555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2577428051265709f,-0.9660495908421998f,-0.017799843794389078f,-0.2984375f,-0.0907848513470115f,0.042554017827427064f,-0.9949609370888102f,1.6257638233394736f,0.9619390610487688f,-0.25482806674375763f,-0.09867066042269775f,0.046125443142613104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6369961382485239f,0.7698857595860773f,0.03888234873353319f,0.4127645675643268f,0.11533061393857498f,-0.045308620689070454f,-0.9922932925198096f,1.5992396189100848f,-0.7621907696535155f,0.636571320495844f,-0.11765281372393352f,0.3533519060387959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2710468011492869f,0.9623340836923217f,0.02113629463265078f,0.2984375f,0.08709868341970683f,0.04638820347148957f,-0.9951190652003612f,1.6257638233394736f,-0.9586174685104023f,-0.2678828959503517f,-0.09639140586152073f,0.04612544314261317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.997497850629802f,0.06716910648410801f,-0.022053324535132396f,-0.16244538312711054f,0.07069679044631448f,0.9479112727720712f,-0.3105900558167017f,1.317682781964067f,0.00004253839689580263f,-0.31137201236745493f,-0.9502880974234741f,0.25868813645306193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9994211941278889f,0.033277477299813216f,-0.007063018656714623f,-0.15625000000000003f,0.033813900190830144f,0.9945070711337677f,-0.09905708262824804f,1.503533751035222f,0.0037278521791051715f,-0.09923857601505275f,-0.9950566858971579f,0.23386179916338234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.997276130893631f,0.0699722933818063f,-0.023328028393331368f,0.1494941581864005f,0.07375779895734344f,0.9474690935992788f,-0.3112267722531736f,1.317740008309103f,0.0003253349009162405f,-0.3120996552914648f,-0.9500493141538239f,0.25896869592921806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9993111858092585f,0.03628979524933786f,-0.007759167304217962f,0.15624999999999997f,0.03688653808358162f,0.9942507278606573f,-0.10052299964068603f,1.503533751035222f,0.004066598665001565f,-0.10073996679230156f,-0.9949044787646619f,0.2338617991633824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.381260071824356e-17f,1.1435931901214846e-16f,0.29375f,0f,0.9338147055279111f,0.3577570345078074f,2.1796569498159704f,-1.2246467991473532e-16f,0.3577570345078074f,-0.9338147055279111f,0.2582726034752768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.381260071824356e-17f,1.1435931901214846e-16f,0.33125f,0f,0.9338147055279111f,0.3577570345078074f,2.0964698336100884f,-1.2246467991473532e-16f,0.3577570345078074f,-0.9338147055279111f,0.12600784551855926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.381260071824356e-17f,1.1435931901214846e-16f,-0.29375f,0f,0.9338147055279111f,0.3577570345078074f,2.1796569498159704f,-1.2246467991473532e-16f,0.3577570345078074f,-0.9338147055279111f,0.2582726034752768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.381260071824356e-17f,1.1435931901214846e-16f,-0.33125f,0f,0.9338147055279111f,0.3577570345078074f,2.0964698336100884f,-1.2246467991473532e-16f,0.3577570345078074f,-0.9338147055279111f,0.1260078455185592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9687805368153211f,0.24791988925420674f,1.1435931901214846e-16f,0.20460387393137933f,0.23151123837842946f,0.9046615117073707f,0.3577570345078074f,2.2806458907138967f,0.08869508437508894f,0.346588051939931f,-0.9338147055279111f,0.2735374134309821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9956364560563065f,0.09331691899992534f,1.1435931901214846e-16f,0.09086186713619154f,0.08714071123668728f,0.9297399640250726f,0.3577570345078074f,2.3000525400607796f,0.03338478421081846f,0.356195945966567f,-0.9338147055279111f,0.2809723630831711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9434863923000305f,0.3314112664721478f,1.1435931901214846e-16f,0.06821975125145736f,0.3094767142093209f,0.8810414675952442f,0.3577570345078074f,2.29798277325713f,0.11856471189555223f,0.3375388938077288f,-0.9338147055279111f,0.280179407447098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997205948999675f,0.023637515369747786f,1.1435931901214846e-16f,0.09813344156211651f,0.02207305945441254f,0.9335537929367012f,0.3577570345078074f,2.3047448270464397f,0.008456487401813588f,0.3576570753677934f,-0.9338147055279111f,0.2827700416452155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.983714653363786f,0.179737254784216f,1.1435931901214846e-16f,0.16544088232644852f,0.16784129164871786f,0.918607209354395f,0.3577570345078074f,2.4082675853337108f,0.06430226726217524f,0.3519308371893038f,-0.9338147055279111f,0.2889661263445368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.983714653363786f,0.179737254784216f,1.1435931901214846e-16f,0.12499999999999997f,0.16784129164871786f,0.918607209354395f,0.3577570345078074f,2.2015809632289725f,0.06430226726217524f,0.3519308371893038f,-0.9338147055279111f,0.20978168797694358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9687805368153211f,-0.24791988925420685f,1.1435931901214846e-16f,-0.20460387393137938f,-0.23151123837842946f,0.9046615117073707f,0.3577570345078074f,2.2806458907138967f,-0.08869508437508919f,0.346588051939931f,-0.9338147055279111f,0.27353741343098203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9956364560563065f,-0.09331691899992545f,1.1435931901214846e-16f,-0.09086186713619163f,-0.08714071123668728f,0.9297399640250726f,0.3577570345078074f,2.3000525400607796f,-0.03338478421081871f,0.35619594596656706f,-0.9338147055279111f,0.2809723630831711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9434863923000305f,-0.3314112664721479f,1.1435931901214846e-16f,-0.06821975125145743f,-0.3094767142093209f,0.8810414675952442f,0.3577570345078074f,2.29798277325713f,-0.11856471189555248f,0.3375388938077287f,-0.9338147055279111f,0.280179407447098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997205948999675f,-0.023637515369747897f,1.1435931901214846e-16f,-0.09813344156211658f,-0.02207305945441254f,0.9335537929367012f,0.3577570345078074f,2.3047448270464397f,-0.008456487401813838f,0.35765707536779345f,-0.9338147055279111f,0.2827700416452155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.983714653363786f,-0.17973725478421612f,1.1435931901214846e-16f,-0.1654408823264486f,-0.16784129164871786f,0.918607209354395f,0.3577570345078074f,2.4082675853337108f,-0.06430226726217549f,0.3519308371893038f,-0.9338147055279111f,0.2889661263445368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.983714653363786f,-0.17973725478421612f,1.1435931901214846e-16f,-0.12500000000000003f,-0.16784129164871786f,0.918607209354395f,0.3577570345078074f,2.2015809632289725f,-0.06430226726217549f,0.3519308371893038f,-0.9338147055279111f,0.20978168797694352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.381260071824356e-17f,1.1435931901214846e-16f,-6.8106181210990824e-18f,0f,0.9338147055279111f,0.3577570345078074f,1.711821019317549f,-1.2246467991473532e-16f,0.3577570345078074f,-0.9338147055279111f,0.055612917339439405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3419950832802714e-17f,1.2172716519439584e-16f,-1.7781365587980647e-18f,0f,0.9939777352878154f,0.10958221457930728f,1.339079368584618f,-1.2246467991473532e-16f,0.10958221457930728f,-0.9939777352878154f,0.014519586872199175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9966011651195245f,-0.07674014923720729f,0.029951079737758464f,0.1459545474492951f,-0.07929118837424806f,0.7950146613958268f,-0.6013855631887736f,0.9086726644756566f,0.02233887035205499f,-0.6017164096654919f,-0.7983973554632204f,0.39488731815163064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9966011651195245f,-0.058349019693500016f,0.058150748776038645f,0.12499999999999999f,-0.07929118837424806f,0.4880281045953052f,-0.8692188887566314f,1.0829898271345495f,0.02233887035205499f,-0.8708753992540618f,-0.49099594076272424f,0.07877861122144587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9968512093147549f,0.0792195632637283f,0.0034535900183474584f,-0.12544008605804488f,0.07632362381816137f,0.9703993438796671f,-0.229128387253032f,1.1789886042925162f,-0.02150281225734134f,-0.2281433194161419f,-0.9733900836102706f,0.31927380659048576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9968512093147549f,0.022086895853819084f,-0.0761566511819764f,-0.12499999999999999f,0.07632362381816137f,0.006816786172014477f,-0.9970597955356282f,1.0941250743688673f,-0.02150281225734134f,-0.9997328145348773f,-0.00848107346967053f,-0.002348889556029965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9842659118937924f,0.17669356152356352f,7.06806585554207e-17f,-0.006693070023148151f,0.10197893220872671f,0.5680704256504103f,-0.8166371831400586f,1.267337772837623f,-0.14429453236158757f,-0.8037881417497278f,-0.5771513762550259f,0.020988709499713137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9842659118937924f,-0.176684905735914f,-0.0017489336672466289f,-0.006693070023148151f,-0.10197893220872671f,0.5761257682122561f,-0.8109743501414861f,1.2698766293084454f,0.14429453236158735f,-0.7980360538765958f,-0.585079092639296f,0.020200411924940653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.0000921123971835e-16f,7.06806585554207e-17f,-0.006693070023148151f,0f,0.5771513762550259f,-0.8166371831400586f,1.267337772837623f,-1.2246467991473532e-16f,-0.8166371831400586f,-0.5771513762550259f,0.020988709499713137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.983714653363786f,0.1797372547842161f,1.2027106618432285e-16f,-0.006693070023148152f,0.17651776235394306f,0.9660941445613368f,-0.1884239459778282f,1.2753199962889616f,-0.03386680278566439f,-0.18535539670301598f,-0.9820877845600893f,0.03574810810780635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.983714653363786f,-0.17973725478421604f,1.2027106618432285e-16f,-0.006693070023148152f,-0.17651776235394306f,0.9660941445613368f,-0.1884239459778282f,1.2753199962889616f,0.03386680278566415f,-0.18535539670301604f,-0.9820877845600893f,0.03574810810780635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.307527823244611e-17f,1.2027106618432285e-16f,-0.006693070023148152f,0f,0.9820877845600893f,-0.1884239459778282f,1.2753199962889616f,-1.2246467991473532e-16f,-0.1884239459778282f,-0.9820877845600893f,0.03574810810780635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.975427511061482f,0.21630046313394233f,-0.04189606559624171f,-0.20044307002314815f,0.2120651756113725f,0.8701800176369829f,-0.44476409274829926f,1.3362629572985034f,-0.059745560147347f,-0.44271982850708425f,-0.8946673244783994f,0.035281452781103076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.985037086465354f,-0.16939730998972638f,0.03172522113541768f,0.18705692997685186f,-0.16588481363537497f,0.8820062852187177f,-0.44107498391978067f,1.336158593937422f,0.04673507133838058f,-0.43973794946868344f,-0.8969093426339554f,0.03616143123311958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.335661698096521e-17f,1.145329716308123e-16f,-0.007812500000000007f,0f,0.9352326867677654f,-0.3540336447304788f,1.1612928686444521f,-1.2246467991473532e-16f,-0.3540336447304788f,-0.9352326867677654f,0.0605907848013028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.3209425752052175e-17f,1.1787591725130926e-16f,0f,0f,0.9625299093042914f,-0.2711755403694671f,1.3763581452546296f,-1.2246467991473532e-16f,-0.2711755403694671f,-0.9625299093042914f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8672348987016645f,0.26689925519942415f,-0.42031942382895743f,-1.4523321663137811f,-0.20012757091097283f,0.959847208161298f,0.19657642876559614f,2.331322337962963f,0.4559085279254906f,-0.08636043399007776f,0.8858268959598472f,-0.6188841019746354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.43577713236852134f,0.26689925519942415f,-0.8595714504790519f,-1.4234707850751078f,0.20012757091097277f,0.959847208161298f,0.1965764287655962f,2.331322337962963f,0.8775233593847755f,-0.08636043399007776f,-0.4716933635054703f,-0.5296872232568465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3078547332125171f,0.26689925519942415f,-0.9132306668156971f,-1.30091687567209f,-2.7755575615628914e-17f,0.959847208161298f,0.2805233269889724f,2.2892438389146172f,0.9514333729897486f,-0.08636043399007776f,0.29549350619327563f,-0.6186096885447323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7998366500927361f,-0.10121496712518635f,0.5916222304801243f,1.4600890367236303f,0.06785373695356386f,0.994608243982938f,0.0784239209846914f,2.2760215091895617f,-0.596370022343399f,-0.02258254704465395f,0.8023919397770078f,-0.4539172852052114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5456492642022202f,-0.10121496712518635f,0.8318788438861894f,1.4436938752410688f,-0.07447903849612122f,0.994608243982938f,0.07216171994811275f,2.2764488430963183f,-0.8346974022364444f,-0.02258254704465395f,-0.5502456499316526f,-0.3616130135505753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1748817224806566f,-0.10121496712518635f,0.9793732248596781f,1.3049854722533978f,-0.004558228338739173f,0.994608243982938f,0.10360339548291106f,2.2606946668205032f,-0.984578897649452f,-0.02258254704465395f,0.1734774419697428f,-0.4337867656733548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5424806452546296f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143.mcfunction new file mode 100644 index 000000000..136f388ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143_as_bone.mcfunction new file mode 100644 index 000000000..9c158b6f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_143_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7539629728118231f,-0.13294401456188723f,-0.28427129483184044f,0.03125378771800655f,-0.17080968448597705f,0.7944342608707744f,0.08150276857231016f,1.4994116289710173f,0.2632647560137958f,0.13470166513937123f,-0.7612434394424175f,-0.31687730318436136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7321924218682233f,0.16232315195579292f,-0.2784698398352723f,0.03125378771800655f,0.14322539587312283f,0.7830147819277054f,0.079839446764712f,1.4994116289710173f,0.28875723945164194f,0.023217356047676982f,-0.7457078590456335f,-0.31687730318436136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7539629728118231f,0.13294401456188723f,0.28427129483184066f,-0.03125378771800645f,0.17080968448597705f,0.7944342608707744f,0.08150276857231016f,1.4994116289710173f,-0.263264756013796f,0.13470166513937126f,-0.7612434394424175f,-0.31687730318436136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7321924218682233f,-0.16232315195579292f,0.2784698398352725f,-0.03125378771800645f,-0.14322539587312283f,0.7830147819277054f,0.079839446764712f,1.4994116289710173f,-0.28875723945164217f,0.02321735604767694f,-0.7457078590456335f,-0.31687730318436136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2014548977445705f,0.9815687495934086f,0.18556715363236057f,-0.28374436445106127f,-0.06608383502992114f,-0.3677124077494641f,1.5171772348459587f,1.5871663007625652f,0.9967674279556501f,1.158756499446162f,0.32425964836524745f,0.5205607762127549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5844893573759007f,-0.8105346664252722f,-0.03749327455930722f,-0.4486426816329075f,-0.11346013049428351f,-0.0358891327506933f,-0.9928941378307273f,1.601434386179781f,0.8034295176943194f,0.5845900483871377f,-0.11294018516098317f,0.333670747539644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3825736769387065f,-0.9236980271351909f,-0.020477704464966873f,-0.2984375f,-0.0749242538222733f,0.053107414486142306f,-0.9957740500313174f,1.6248551702883147f,0.9208820434250924f,-0.37942266299359784f,-0.08952488427288163f,0.044974586140056616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5191304474349204f,0.8537837251913272f,0.03945794146226971f,0.4521586350242327f,0.11528994162270474f,-0.024206748076367322f,-0.993036888895977f,1.6043225709965134f,-0.8468835858054241f,0.5200647882196869f,-0.1109991357955524f,0.3349469598929616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.395751225884858f,0.9180350813553794f,0.02434248572874732f,0.2984375f,0.06969208041797875f,0.05645221174659151f,-0.9959699602477639f,1.6248551702883147f,-0.9157095506423674f,-0.39245985423956475f,-0.08632080671896987f,0.04497458614005669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9972682259116602f,0.07018056500748135f,-0.023038530383695917f,-0.16272344984148301f,0.07386508210516192f,0.9467240709428483f,-0.3134604969417969f,1.3176212991837892f,-0.00018770350950808026f,-0.31430593661690714f,-0.9493217278535034f,0.2585212989026387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9993680585483892f,0.03477105046952027f,-0.007379539448330556f,-0.15625000000000003f,0.0353435199798452f,0.9941398594406111f,-0.1021605377180255f,1.5033840194681662f,0.0037840650969129916f,-0.10235679713945675f,-0.9947405525717218f,0.2331122709854173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9970261900673704f,0.07310868596984246f,-0.024369988828613107f,0.14919107820907096f,0.07706339781851484f,0.9462498002706665f,-0.3141218683956738f,1.3176829518189763f,0.00009506002887403348f,-0.31506576380731477f,-0.9490698369667556f,0.2588143642289744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.99924795250423f,0.03791789656345705f,-0.008109410355071298f,0.15624999999999997f,0.038555023157418676f,0.9938620474958365f,-0.10369060100469318f,1.5033840194681662f,0.004127905695976452f,-0.10392527925190549f,-0.9945765414119612f,0.23311227098541737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.31667124891706e-17f,1.1460468035597785e-16f,0.29375f,0f,0.9358182329449609f,0.3524829568756065f,2.180081743699974f,-1.2246467991473532e-16f,0.3524829568756065f,-0.9358182329449609f,0.25422650551298454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.31667124891706e-17f,1.1460468035597785e-16f,0.33125f,0f,0.9358182329449609f,0.3524829568756065f,2.096149741788942f,-1.2246467991473532e-16f,0.3524829568756065f,-0.9358182329449609f,0.12243317656494362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.31667124891706e-17f,1.1460468035597785e-16f,-0.29375f,0f,0.9358182329449609f,0.3524829568756065f,2.180081743699974f,-1.2246467991473532e-16f,0.3524829568756065f,-0.9358182329449609f,0.2542265055129844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.31667124891706e-17f,1.1460468035597785e-16f,-0.33125f,0f,0.9358182329449609f,0.3524829568756065f,2.096149741788942f,-1.2246467991473532e-16f,0.3524829568756065f,-0.9358182329449609f,0.12243317656494357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.96871163775331f,0.2481889660748432f,1.1460468035597785e-16f,0.20463071366980784f,0.23225975966859666f,0.9065380130755217f,0.3524829568756065f,2.2811345031777353f,0.08748238062596021f,0.34145434243509815f,-0.9358182329449609f,0.2689135194835375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9956104981445711f,0.09359346122629983f,1.1460468035597785e-16f,0.09089448365885708f,0.08758646749999867f,0.9317104570751048f,0.3524829568756065f,2.3006123543778236f,0.03299009995726849f,0.35093573228239394f,-0.9358182329449609f,0.2762499982385887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9433943038295929f,0.331673314425321f,1.1460468035597785e-16f,0.06825175300725733f,0.3103859350205024f,0.8828455903801511f,0.3524829568756065f,2.298544032291858f,0.1169091905853698f,0.3325304137134592f,-0.9358182329449609f,0.2754709492107257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997139908309538f,0.023915194685546176f,1.1460468035597785e-16f,0.0981674534981661f,0.022380275231162594f,0.9355505803497781f,0.3524829568756065f,2.3053128185178546f,0.00842969853701702f,0.3523821435180075f,-0.9358182329449609f,0.2780204633144314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9836646919866011f,0.1800104823028513f,1.1460468035597785e-16f,0.16550235851814143f,0.1684570914602245f,0.9205313538652503f,0.3524829568756065f,2.4088513873816244f,0.06345062707071296f,0.34672503920556985f,-0.9358182329449609f,0.2836258049492729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9836646919866011f,0.1800104823028513f,1.1460468035597785e-16f,0.12499999999999997f,0.1684570914602245f,0.9205313538652503f,0.3524829568756065f,2.2017318327619435f,0.06345062707071296f,0.34672503920556985f,-0.9358182329449609f,0.20561267112801984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.96871163775331f,-0.2481889660748433f,1.1460468035597785e-16f,-0.2046307136698079f,-0.23225975966859666f,0.9065380130755217f,0.3524829568756065f,2.2811345031777353f,-0.08748238062596046f,0.3414543424350981f,-0.9358182329449609f,0.2689135194835374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9956104981445711f,-0.09359346122629994f,1.1460468035597785e-16f,-0.09089448365885716f,-0.08758646749999867f,0.9317104570751048f,0.3524829568756065f,2.3006123543778236f,-0.03299009995726874f,0.350935732282394f,-0.9358182329449609f,0.27624999823858865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9433943038295929f,-0.3316733144253211f,1.1460468035597785e-16f,-0.06825175300725743f,-0.3103859350205024f,0.8828455903801511f,0.3524829568756065f,2.298544032291858f,-0.11690919058537005f,0.33253041371345915f,-0.9358182329449609f,0.2754709492107256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997139908309538f,-0.023915194685546287f,1.1460468035597785e-16f,-0.09816745349816619f,-0.022380275231162594f,0.9355505803497781f,0.3524829568756065f,2.3053128185178546f,-0.008429698537017256f,0.35238214351800756f,-0.9358182329449609f,0.27802046331443137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9836646919866011f,-0.1800104823028514f,1.1460468035597785e-16f,-0.16550235851814155f,-0.1684570914602245f,0.9205313538652503f,0.3524829568756065f,2.4088513873816244f,-0.06345062707071321f,0.34672503920556985f,-0.9358182329449609f,0.28362580494927286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9836646919866011f,-0.1800104823028514f,1.1460468035597785e-16f,-0.12500000000000003f,-0.1684570914602245f,0.9205313538652503f,0.3524829568756065f,2.2017318327619435f,-0.06345062707071321f,0.34672503920556985f,-0.9358182329449609f,0.20561267112801979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.31667124891706e-17f,1.1460468035597785e-16f,-6.638746066531054e-18f,0f,0.9358182329449609f,0.3524829568756065f,1.7111098959752884f,-1.2246467991473532e-16f,0.3524829568756065f,-0.9358182329449609f,0.05420947550880145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3037209790405637e-17f,1.2176875209798089e-16f,-1.7497923951289402e-18f,0f,0.9943173181260184f,0.10645689679246823f,1.3382409016780314f,-1.2246467991473532e-16f,0.10645689679246823f,-0.9943173181260184f,0.014288139211625866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963618419731537f,-0.07956318267500181f,0.030541444341886197f,0.14683757538969847f,-0.08217547476530489f,0.8019255384600668f,-0.591745403119136f,0.9035112256674729f,0.022589183406245175f,-0.5921022975197414f,-0.8055461489355421f,0.3913391033238619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963618419731537f,-0.060766535951817836f,0.0597537276517597f,0.12499999999999999f,-0.08217547476530489f,0.4991771930756449f,-0.8625945288837723f,1.0820134382259219f,0.022589183406245175f,-0.8643665646133801f,-0.5023546265055218f,0.07748876848176131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9966320880811173f,0.08192372392421671f,0.0036033963785513726f,-0.12582404877058462f,0.07906990150738827f,0.9717041431512984f,-0.22257360323769956f,1.1724569443987167f,-0.021735493614918205f,-0.2215390747497825f,-0.9749092299677578f,0.32060598541698043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9966320880811173f,0.023671005808678654f,-0.07851219326370737f,-0.12499999999999999f,0.07906990150738827f,0.023624012396801453f,-0.996589111276f,1.0938623812802915f,-0.021735493614918205f,-0.9994406383183952f,-0.025416112901751498f,-0.003092106577100226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,0.17683025360506763f,7.150175466709385e-17f,-0.006712962962962966f,0.10324342838925105f,0.5746553581603616f,-0.8118571388070811f,1.2665662050550852f,-0.14356090374634076f,-0.7990633771782775f,-0.583856134820882f,0.02029656373453079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984241363391098f,-0.17682079581053503f,-0.001828868218743995f,-0.006712962962962966f,-0.10324342838925105f,0.5830212611484572f,-0.8058703391633768f,1.269225743468311f,0.14356090374634053f,-0.7929821027096333f,-0.5920892261287504f,0.019494745101017442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.942382464050203e-17f,7.150175466709385e-17f,-0.006712962962962966f,0f,0.583856134820882f,-0.8118571388070811f,1.2665662050550852f,-1.2246467991473532e-16f,-0.8118571388070811f,-0.583856134820882f,0.02029656373453079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9836646919866011f,0.18001048230285138f,1.2042839875487182e-16f,-0.0067129629629629674f,0.17701735845729483f,0.967308809773788f,-0.18159989355398637f,1.2742157476839662f,-0.03268988442479967f,-0.17863340335758152f,-0.9833725024939333f,0.035103844331734635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9836646919866011f,-0.18001048230285133f,1.2042839875487182e-16f,-0.0067129629629629674f,-0.17701735845729483f,0.967308809773788f,-0.18159989355398637f,1.2742157476839662f,0.032689884424799434f,-0.17863340335758157f,-0.9833725024939333f,0.035103844331734635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.2239572836638942e-17f,1.2042839875487182e-16f,-0.0067129629629629674f,0f,0.9833725024939333f,-0.18159989355398637f,1.2742157476839662f,-1.2246467991473532e-16f,-0.18159989355398637f,-0.9833725024939333f,0.035103844331734635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9752352087524931f,0.21716112549539235f,-0.04192055800028961f,-0.20046296296296298f,0.21325958369959863f,0.8730689041363122f,-0.43848721599436935f,1.335493221894019f,-0.058622841706582884f,-0.43656813237316505f,-0.8977592261995704f,0.0350566762934524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1707096588934052f,0.031810406591916654f,0.18703703703703703f,-0.16743723445690645f,0.884959069096707f,-0.4345252795188246f,1.335378335812792f,0.046026754442049775f,-0.43325011065663543f,-0.900097705525097f,0.03597545292356403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.2628399751667795e-17f,1.1480599880333165e-16f,-0.007812500000000007f,0f,0.9374621228199351f,-0.34808729979409037f,1.1602718702325028f,-1.2246467991473532e-16f,-0.34808729979409037f,-0.9374621228199351f,0.059223788488993914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.2460183723155814e-17f,1.1808443715950695e-16f,0f,0f,0.9642326035696328f,-0.265057514915777f,1.3757175925925926f,-1.2246467991473532e-16f,-0.265057514915777f,-0.9642326035696328f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8675119012649574f,0.2684580651665754f,-0.4187521563057045f,-1.4629328600729123f,-0.20170494620948035f,0.9593905936642225f,0.19719230071998592f,2.333009259259259f,0.4546847433533361f,-0.08660228654966023f,0.8864320775592911f,-0.6263010149482349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4382704553744877f,0.2684580651665754f,-0.8578165743286018f,-1.4341504732604213f,0.20170494620948035f,0.9593905936642225f,0.19719230071998592f,2.333009259259259f,0.8759190160171597f,-0.08660228654966023f,-0.4746218719611442f,-0.5370786146813953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3070121259999051f,0.2684580651665754f,-0.9130574033082678f,-1.3115830561704267f,0f,0.9593905936642225f,0.2820809968583682f,2.290697109730504f,0.9517056028462888f,-0.08660228654966023f,0.294544545825164f,-0.6258714966885897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7958192118596251f,-0.09834657199460256f,0.5974945470981601f,1.4709994793183727f,0.06659102602823988f,0.9949520990265434f,0.07507300377087468f,2.2752967452730952f,-0.6018616263624318f,-0.01995676375532718f,0.7983509944208641f,-0.45390738583965756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5528881258195307f,-0.09834657199460256f,0.8274313700269511f,1.455320057718665f,-0.07130266924349365f,0.9949520990265434f,0.07061338401059979f,2.275600847319497f,-0.8301991626631043f,-0.01995676375532718f,-0.5571095744051563f,-0.36147835490108293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16724716373021542f,-0.09834657199460256f,0.9809976238508985f,1.316010124940884f,-0.003243755161617512f,0.9949520990265434f,0.10029854782162584f,2.2604040141230524f,-0.9859096633447965f,-0.01995676375532718f,0.16608390440907883f,-0.43260545603173206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5418400925925926f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144.mcfunction new file mode 100644 index 000000000..830be96e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144_as_bone.mcfunction new file mode 100644 index 000000000..140814f74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_144_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7540548292149064f,-0.13296021132410163f,-0.2840199661762759f,0.031242366480925376f,-0.16971598963828888f,0.7949781161232703f,0.0784265400909448f,1.4988770061059213f,0.26370863058159266f,0.13143751950714294f,-0.7616602793024163f,-0.31776843384994335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7322816259334931f,0.16234292802094927f,-0.27822364033594377f,0.031242366480925376f,0.14441909384470855f,0.7830969871569199f,0.07682599845643573f,1.4988770061059213f,0.2879353150505734f,0.020096826300187103f,-0.746116191969714f,-0.31776843384994335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7540548292149064f,0.13296021132410163f,0.2840199661762761f,-0.03124236648092528f,0.16971598963828888f,0.7949781161232703f,0.0784265400909448f,1.4988770061059213f,-0.2637086305815929f,0.131437519507143f,-0.7616602793024163f,-0.3177684338499433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7322816259334931f,-0.16234292802094927f,0.278223640335944f,-0.03124236648092528f,-0.14441909384470855f,0.7830969871569199f,0.07682599845643573f,1.4988770061059213f,-0.2879353150505736f,0.020096826300187054f,-0.746116191969714f,-0.3177684338499433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3355509423853373f,0.7965867945776344f,0.1521821572923959f,-0.34805760910476713f,-0.03806289788255689f,-0.3544474927000781f,1.5212903867189231f,1.5938589934679637f,0.8100994667930723f,1.2966197220554523f,0.32236997421971914f,0.5201077217133694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4616510999443536f,-0.8863870482136975f,-0.034587030505331545f,-0.4842467070442871f,-0.10981806806665095f,-0.018418248239957066f,-0.9937810423115747f,1.6076289024284487f,0.880237612151558f,0.46257839215724256f,-0.10584411775315397f,0.31133538580908776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49792614024648296f,-0.8669446780247377f,-0.02182851584106076f,-0.2984375f,-0.05985605277975811f,0.05946696757154227f,-0.996434108565876f,1.6259816350731695f,0.8651513230671652f,-0.49484402089186524f,-0.08150204404003991f,0.04362317654149317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.39444592881242696f,0.9181812928440023f,0.03681742406277784f,0.4876616950835563f,0.10919106884601462f,-0.007050468837162108f,-0.9939957753297752f,1.6107385625680064f,-0.9124087459727503f,0.3960977207211534f,-0.10303822548908961f,0.3121193182631803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5095864396693756f,0.8600291579996316f,0.025913469384366627f,0.2984375f,0.05379349206279267f,0.061903264738403914f,-0.9966314494467938f,1.6259816350731695f,-0.8587362346592696f,-0.5064758959764735f,-0.07780903596657748f,0.04362317654149325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9975385190502641f,0.0666215041220494f,-0.021874144543765787f,-0.16239482416715004f,0.07011910697123788f,0.9456819210496353f,-0.3174413568478863f,1.3194060321145433f,-0.00046243763028457974f,-0.31819377647651553f,-0.948025583390581f,0.25839456312301307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9994306045554617f,0.03300591100315241f,-0.007005463350569688f,-0.15625000000000003f,0.03356371330717273f,0.9937760588934011f,-0.10621968706098228f,1.5050751701129248f,0.0034559842213338268f,-0.10639433541853191f,-0.9943180082669281f,0.23223113768037004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9973203979233949f,0.0694019638573885f,-0.02313852412448149f,0.14954926655339232f,0.07315724527851368f,0.9452398701486235f,-0.3180716984339733f,1.319464630799284f,-0.00020334497991710953f,-0.3189121435350977f,-0.947784259922409f,0.2586724002632526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9993223845883495f,0.03599376182389634f,-0.00769550325966472f,0.15624999999999997f,0.03661363878760838f,0.9935119667975264f,-0.10767271374327543f,1.5050751701129248f,0.0037700285655982444f,-0.10788151342966697f,-0.9941566103711925f,0.2322311376803701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.229748982256031e-17f,1.1492832627915968e-16f,0.29375f,0f,0.938461002463545f,0.3453852151657887f,2.1825475678362194f,-1.2246467991473532e-16f,0.3453852151657887f,-0.938461002463545f,0.2489473832853396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.229748982256031e-17f,1.1492832627915968e-16f,0.33125f,0f,0.938461002463545f,0.3453852151657887f,2.0976198064500693f,-1.2246467991473532e-16f,0.3453852151657887f,-0.938461002463545f,0.1177935124086587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.229748982256031e-17f,1.1492832627915968e-16f,-0.29375f,0f,0.938461002463545f,0.3453852151657887f,2.1825475678362194f,-1.2246467991473532e-16f,0.3453852151657887f,-0.938461002463545f,0.24894738328533955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.229748982256031e-17f,1.1492832627915968e-16f,-0.33125f,0f,0.938461002463545f,0.3453852151657887f,2.0976198064500693f,-1.2246467991473532e-16f,0.3453852151657887f,-0.938461002463545f,0.11779351240865864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9687930558876515f,0.24787096414034748f,1.1492832627915968e-16f,0.20459899331905806f,0.23261723348875596f,0.9091745024080468f,0.3453852151657887f,2.283733190484176f,0.0856109662829653f,0.3346067980588785f,-0.938461002463545f,0.26287765637674226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9956411674240687f,0.09326663782102146f,1.1492832627915968e-16f,0.09085593714223303f,0.08752710242592018f,0.9343704080747658f,0.3453852151657887f,2.3032310090618298f,0.03221291777160307f,0.34387973883867906f,-0.938461002463545f,0.27005350944578665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9435031278381486f,0.3313636186421652f,1.1492832627915968e-16f,0.06821393322096948f,0.3109718337308742f,0.8854408911784792f,0.3453852151657887f,2.3011498708185227f,0.11444809472283846f,0.32587203081797367f,-0.938461002463545f,0.2692875805706736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997217873533387f,0.02358702802486695f,1.1492832627915968e-16f,0.09812725779635796f,0.02213550596535238f,0.9381999107442613f,0.3453852151657887f,2.307946987653468f,0.008146610749490052f,0.34528912463095973f,-0.938461002463545f,0.2717891481950948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9837237290968652f,0.17968757556313483f,1.1492832627915968e-16f,0.16542970450170524f,0.16862978229322353f,0.923186356955421f,0.3453852151657887f,2.4115457783395704f,0.062061431948492125f,0.33976363183781283f,-0.938461002463545f,0.2766177884903647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9837237290968652f,0.17968757556313483f,1.1492832627915968e-16f,0.12499999999999997f,0.16862978229322353f,0.923186356955421f,0.3453852151657887f,2.203828848024601f,0.062061431948492125f,0.33976363183781283f,-0.938461002463545f,0.20017097132685696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9687930558876515f,-0.24787096414034754f,1.1492832627915968e-16f,-0.20459899331905812f,-0.23261723348875596f,0.9091745024080468f,0.3453852151657887f,2.283733190484176f,-0.08561096628296554f,0.3346067980588785f,-0.938461002463545f,0.2628776563767422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9956411674240687f,-0.09326663782102151f,1.1492832627915968e-16f,-0.09085593714223308f,-0.08752710242592018f,0.9343704080747658f,0.3453852151657887f,2.3032310090618298f,-0.0322129177716033f,0.34387973883867906f,-0.938461002463545f,0.27005350944578665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9435031278381486f,-0.33136361864216524f,1.1492832627915968e-16f,-0.06821393322096952f,-0.3109718337308742f,0.8854408911784792f,0.3453852151657887f,2.3011498708185227f,-0.11444809472283869f,0.3258720308179736f,-0.938461002463545f,0.26928758057067353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997217873533387f,-0.023587028024867007f,1.1492832627915968e-16f,-0.09812725779635802f,-0.02213550596535238f,0.9381999107442613f,0.3453852151657887f,2.307946987653468f,-0.008146610749490288f,0.3452891246309598f,-0.938461002463545f,0.27178914819509475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9837237290968652f,-0.1796875755631349f,1.1492832627915968e-16f,-0.1654297045017053f,-0.16862978229322353f,0.923186356955421f,0.3453852151657887f,2.4115457783395704f,-0.06206143194849236f,0.33976363183781283f,-0.938461002463545f,0.27661778849036467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9837237290968652f,-0.1796875755631349f,1.1492832627915968e-16f,-0.12500000000000003f,-0.16862978229322353f,0.923186356955421f,0.3453852151657887f,2.203828848024601f,-0.06206143194849236f,0.33976363183781283f,-0.938461002463545f,0.2001709713268569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.229748982256031e-17f,1.1492832627915968e-16f,-6.42792059392678e-18f,0f,0.938461002463545f,0.3453852151657887f,1.712074296288103f,-1.2246467991473532e-16f,0.3453852151657887f,-0.938461002463545f,0.05248795488137596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.254360706024971e-17f,1.2182058836065695e-16f,-1.7240679463331391e-18f,0f,0.9947405933324873f,0.10242632462668458f,1.3390465737884203f,-1.2246467991473532e-16f,0.10242632462668458f,-0.9947405933324873f,0.014078083146369241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9960930148433311f,-0.08260336509429034f,0.03123123205098784f,0.14769671730748543f,-0.08527776264958724f,0.8078457641163733f,-0.5831920134884508f,0.9013169735144931f,0.02294360428973477f,-0.5835768205423619f,-0.8117337528696609f,0.38838326941026574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9960930148433311f,-0.06319798045598837f,0.06168242088802762f,0.12499999999999999f,-0.08527776264958724f,0.5068929634188386f,-0.8577804071170829f,1.0824585747255067f,0.02294360428973477f,-0.8596892106469363f,-0.5103019225120003f,0.07628360950527092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9963592591646258f,0.08517325882948037f,0.003707109019770404f,-0.12630924357409082f,0.08232633108231248f,0.9725321014544962f,-0.2177238775399411f,1.166710586896069f,-0.022149534700385717f,-0.2166260086436257f,-0.9760033660247737f,0.32244396892007715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9963592591646258f,0.02559753450625081f,-0.08132031052645715f,-0.12499999999999999f,0.08232633108231248f,0.04106527697352433f,-0.9957590161467851f,1.0948994723739223f,-0.022149534700385717f,-0.9988285184426249f,-0.043023120043383295f,-0.0033607328356504013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9842703732183415f,0.1766687080516147f,7.246167110799418e-17f,-0.006689453125000002f,0.10453389358322243f,0.5823873145722278f,-0.8061623167313643f,1.267214308691746f,-0.14242365497682674f,-0.7934816843637428f,-0.5916944473985872f,0.019701591327626403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9842703732183415f,-0.17666019420271933f,-0.0017344131238242804f,-0.006689453125000002f,-0.10453389358322245f,0.5902736016223925f,-0.80040598468531f,1.2697460478985036f,0.14242365497682655f,-0.787634592315489f,-0.5994557961109854f,0.018964984347756092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.8726410077828e-17f,7.246167110799418e-17f,-0.006689453125000002f,0f,0.5916944473985872f,-0.8061623167313643f,1.267214308691746f,-1.2246467991473532e-16f,-0.8061623167313643f,-0.5916944473985872f,0.019701591327626403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9837237290968652f,0.1796875755631349f,1.2056041897946803e-16f,-0.006689453125000004f,0.17689352889648777f,0.9684273459297441f,-0.17566204795008805f,1.2746590096027168f,-0.03156428751460658f,-0.17280292487025295f,-0.984450529437605f,0.03447206286633387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9837237290968652f,-0.17968757556313483f,1.2056041897946803e-16f,-0.006689453125000004f,-0.17689352889648777f,0.9684273459297441f,-0.17566204795008805f,1.2746590096027168f,0.03156428751460635f,-0.172802924870253f,-0.984450529437605f,0.03447206286633387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.151239647537442e-17f,1.2056041897946803e-16f,-0.006689453125000004f,0f,0.984450529437605f,-0.17566204795008805f,1.2746590096027168f,-1.2246467991473532e-16f,-0.17566204795008805f,-0.984450529437605f,0.03447206286633387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9751765350538222f,0.21749199054602902f,-0.04156873258529164f,-0.200439453125f,0.21382510267955684f,0.8761736728618202f,-0.43197050877103293f,1.3359491048381973f,-0.057528696704327045f,-0.43013594250208165f,-0.9009292536172568f,0.03480055566467435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9846296560980053f,-0.17174792074583856f,0.031734713671385195f,0.187060546875f,-0.1686576560229363f,0.8877842555535878f,-0.4282449190078159f,1.335835308787818f,0.045376595257605436f,-0.4270149497507587f,-0.9031053079747591f,0.035672069350466115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.2003051596901685e-17f,1.1503626160114294e-16f,-0.007812500000000007f,0f,0.9393423612525313f,-0.34298094459680817f,1.1607098103601945f,-1.2246467991473532e-16f,-0.34298094459680817f,-0.9393423612525313f,0.05805056341113842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.181714648174596e-17f,1.1825932105494982e-16f,0f,0f,0.9656606389473811f,-0.25980671736453564f,1.376474609375f,-1.2246467991473532e-16f,-0.25980671736453564f,-0.9656606389473811f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8671839823892356f,0.26661582819458174f,-0.42060425680639957f,-1.4689495894660491f,-0.19984115196460991f,0.9599299572994447f,0.1964637143610594f,2.331015625f,0.45613096219068927f,-0.08631614701319516f,0.8857166974240651f,-0.6175355685857289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4353229327646111f,0.26661582819458174f,-0.8598894954384172f,-1.4400738480339512f,0.19984115196460991f,0.9599299572994447f,0.1964637143610594f,2.331015625f,0.8778140225529985f,-0.08631614701319516f,-0.47116033849860584f,-0.5283433376642712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3080079086090449f,0.26661582819458174f,-0.9132618071453552f,-1.3175224476781968f,0f,0.9599299572994447f,0.28024003475429105f,2.2889796197868564f,0.9513837964955482f,-0.08631614701319516f,0.2956660185589718f,-0.6172893559088458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8005617279978372f,-0.10173278786359233f,0.590551741626945f,1.476650039344664f,0.06807619777164946f,0.9945440927030853f,0.07904226063538523f,2.2761527724827118f,-0.5953709356040754f,-0.023075691601731507f,0.8031195188108864f,-0.4539187850629022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5443294080747074f,-0.10173278786359233f,0.8326799717649871f,1.460124950889711f,-0.07506558306529416f,0.9945440927030853f,0.07243760010149648f,2.276603536111039f,-0.8355062260355132f,-0.023075691601731507f,-0.5489962283231058f,-0.36163779696834747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.17626761018616677f,-0.10173278786359233f,0.9790710747809674f,1.3215268339000423f,-0.004808145368822701f,0.9945440927030853f,0.10420618699246782f,2.260747226248005f,-0.9843305396752504f,-0.023075691601731507f,0.17481676441271865f,-0.43400080567753263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.542597109375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145.mcfunction new file mode 100644 index 000000000..37953822d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145_as_bone.mcfunction new file mode 100644 index 000000000..afcf29c9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_145_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.754358083014427f,-0.13301368315095946f,-0.2831884304307989f,0.03120466052441248f,-0.16838554181313609f,0.795605605547197f,0.07484967718446585f,1.5001846469164788f,0.2636942099165999f,0.127528526067458f,-0.7623295108678176f,-0.318773724682165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7325761233317986f,0.1624082165223158f,-0.27740907470772136f,0.03120466052441248f,0.14585841138389602f,0.783166130956418f,0.07332213275212981f,1.5001846469164788f,0.2864568856786649f,0.016564496032037482f,-0.7467717657480664f,-0.318773724682165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.754358083014427f,0.13301368315095946f,0.2831884304307991f,-0.031204660524412384f,0.16838554181313609f,0.795605605547197f,0.07484967718446585f,1.5001846469164788f,-0.26369420991660014f,0.12752852606745804f,-0.7623295108678176f,-0.318773724682165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7325761233317986f,-0.1624082165223158f,0.2774090747077216f,-0.031204660524412384f,-0.14585841138389602f,0.783166130956418f,0.07332213275212981f,1.5001846469164788f,-0.2864568856786651f,0.016564496032037433f,-0.7467717657480664f,-0.318773724682165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4436865242091825f,0.588667957467668f,0.10317705979360438f,-0.4094870956084159f,-0.017573382490506384f,-0.3114474714866881f,1.5310447082735335f,1.6025992558595825f,0.5973831651834957f,1.4134626837505795f,0.2943855390469377f,0.5128181775931505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3318852286781504f,-0.9429103747376985f,-0.027788850232872257f,-0.5147336964734683f,-0.10201481872525751f,-0.006590176304521517f,-0.9947610498691268f,1.6147020313111053f,0.9377873808842301f,0.3329813730350222f,-0.09837801312288656f,0.2867654847726938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5978566560811345f,-0.8013474654611202f,-0.020240019232270194f,-0.2984375f,-0.04969609223462703f,0.06225369766116787f,-0.9968223390073673f,1.6296467320511896f,0.8000610709165216f,-0.5949510204433219f,-0.07704262506793239f,0.04217798187749797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.27353942118750796f,0.9613878551758366f,0.030159193901820418f,0.5175839323076242f,0.09998376147444311f,0.0027652233380150992f,-0.9949852265140986f,1.6174857923753916f,-0.9566501097568665f,0.2751831126001291f,-0.0953667764049925f,0.2870738802085919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6067159864687427f,0.7945582418228953f,0.023935582603518808f,0.2984375f,0.04402898151353751f,0.06365407523066342f,-0.99700030466064f,1.6296467320511896f,-0.7936984065437834f,-0.6038421640278512f,-0.07360353518697665f,0.04217798187749805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9983323700473555f,0.05484368149152064f,-0.018018033080406563f,-0.16130771296601534f,0.05772391817539385f,0.9448589548371592f,-0.32234997244378916f,1.3234016917575842f,-0.0006543593129333214f,-0.3228524834417227f,-0.9464490719259022f,0.25834025863299914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9996142777162687f,0.027166721899542397f,-0.005767582423820128f,-0.15625000000000003f,0.027639305248256682f,0.9934342242215568f,-0.11101581396678223f,1.5089767599618336f,0.0027137780263547288f,-0.11113240466464512f,-0.993801903823029f,0.23129167085948427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9981845231430717f,0.0571346806844749f,-0.019060063502558944f,0.15073430205139093f,0.06022839754948242f,0.9445224555846059f,-0.32287748609193484f,1.3234481413289334f,-0.00044484408503318255f,-0.32343926657026223f,-0.9462488271877704f,0.25856842367772825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9995409642143082f,0.02962798800632722f,-0.006327968412372022f,0.15624999999999997f,0.030151232376649753f,0.9932264527515224f,-0.11221460128163821f,1.5089767599618336f,0.0029604127584367773f,-0.11235388681004631f,-0.9936638466176451f,0.23129167085948432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.1243504985743586e-17f,1.1531075892174816e-16f,0.29375f,0f,0.9415838019748386f,0.3367787758434425f,2.187374787082501f,-1.2246467991473532e-16f,0.3367787758434425f,-0.9415838019748386f,0.24271430171061764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.1243504985743586e-17f,1.1531075892174816e-16f,0.33125f,0f,0.9415838019748386f,0.3367787758434425f,2.101249822070969f,-1.2246467991473532e-16f,0.3367787758434425f,-0.9415838019748386f,0.11234347329504625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.1243504985743586e-17f,1.1531075892174816e-16f,-0.29375f,0f,0.9415838019748386f,0.3367787758434425f,2.187374787082501f,-1.2246467991473532e-16f,0.3367787758434425f,-0.9415838019748386f,0.24271430171061759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.1243504985743586e-17f,1.1531075892174816e-16f,-0.33125f,0f,0.9415838019748386f,0.3367787758434425f,2.101249822070969f,-1.2246467991473532e-16f,0.3367787758434425f,-0.9415838019748386f,0.1123434732950462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9690616182643446f,0.24681892149284212f,1.1531075892174816e-16f,0.2044940110719785f,0.2324006984985595f,0.9124527228732312f,0.3367787758434425f,2.28876503044996f,0.083123374235358f,0.32635938551593136f,-0.9415838019748386f,0.2557466861017092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9957418476234887f,0.09218553515254364f,1.1531075892174816e-16f,0.09072846335979051f,0.08680040667601718f,0.937574394670775f,0.3367787758434425f,2.308211432368236f,0.031046131679146178f,0.33534472049872627f,-0.9415838019748386f,0.2627021322540969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9438623598122625f,0.33033898608796863f,1.1531075892174816e-16f,0.0680888806199935f,0.31104183846122285f,0.8887255092929732f,0.3367787758434425f,2.306100222085283f,0.11125115934806996f,0.3178728101022767f,-0.9415838019748386f,0.2619470100725664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997468083909448f,0.022501535772466136f,1.1531075892174816e-16f,0.09799432343577831f,0.021187081602911495f,0.9413454008569563f,0.3367787758434425f,2.3129505348023067f,0.007578039672048467f,0.33669350628329103f,-0.9415838019748386f,0.2643971795913552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.983918250483788f,0.17861936167426484f,1.1531075892174816e-16f,0.1651893563767095f,0.16818509767157308f,0.9264414871229567f,0.3367787758434425f,2.416657943533021f,0.060155209966595916f,0.33136278392795177f,-0.9415838019748386f,0.26830172228900423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.983918250483788f,0.17861936167426484f,1.1531075892174816e-16f,0.12499999999999997f,0.16818509767157308f,0.9264414871229567f,0.3367787758434425f,2.208208608930356f,0.060155209966595916f,0.33136278392795177f,-0.9415838019748386f,0.19374509590521521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9690616182643446f,-0.24681892149284218f,1.1531075892174816e-16f,-0.2044940110719786f,-0.2324006984985595f,0.9124527228732312f,0.3367787758434425f,2.28876503044996f,-0.08312337423535823f,0.3263593855159313f,-0.9415838019748386f,0.25574668610170914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9957418476234887f,-0.0921855351525437f,1.1531075892174816e-16f,-0.0907284633597906f,-0.08680040667601718f,0.937574394670775f,0.3367787758434425f,2.308211432368236f,-0.031046131679146407f,0.33534472049872627f,-0.9415838019748386f,0.26270213225409683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9438623598122625f,-0.33033898608796874f,1.1531075892174816e-16f,-0.06808888061999356f,-0.31104183846122285f,0.8887255092929732f,0.3367787758434425f,2.306100222085283f,-0.1112511593480702f,0.31787281010227664f,-0.9415838019748386f,0.2619470100725664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997468083909448f,-0.02250153577246619f,1.1531075892174816e-16f,-0.09799432343577837f,-0.021187081602911495f,0.9413454008569563f,0.3367787758434425f,2.3129505348023067f,-0.007578039672048696f,0.3366935062832911f,-0.9415838019748386f,0.26439717959135517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.983918250483788f,-0.1786193616742649f,1.1531075892174816e-16f,-0.16518935637670956f,-0.16818509767157308f,0.9264414871229567f,0.3367787758434425f,2.416657943533021f,-0.06015520996659615f,0.33136278392795177f,-0.9415838019748386f,0.2683017222890042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.983918250483788f,-0.1786193616742649f,1.1531075892174816e-16f,-0.12500000000000003f,-0.16818509767157308f,0.9264414871229567f,0.3367787758434425f,2.208208608930356f,-0.06015520996659615f,0.33136278392795177f,-0.9415838019748386f,0.19374509590521516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.1243504985743586e-17f,1.1531075892174816e-16f,-6.193096066192911e-18f,0f,0.9415838019748386f,0.3367787758434425f,1.7151225736731432f,-1.2246467991473532e-16f,0.3367787758434425f,-0.9415838019748386f,0.05057046709716455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1966708005375365e-17f,1.2187861061783017e-16f,-1.7055805641771494e-18f,0f,0.9952143810173414f,0.0977155863527921f,1.3419171807916404f,-1.2246467991473532e-16f,0.0977155863527921f,-0.9952143810173414f,0.013927122214867511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9958215465810619f,-0.08553744263466462f,0.03198113932341158f,0.14840117921160068f,-0.08826830164054553f,0.8117962117540383f,-0.5772309914646704f,0.9032844425111642f,0.023412695069036187f,-0.577641979507475f,-0.815954403885591f,0.3866474932418985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9958215465810619f,-0.06531004109660327f,0.06382825312400454f,0.12499999999999999f,-0.08826830164054553f,0.5091856593900421f,-0.856118374523653f,1.0847194424109146f,0.023412695069036187f,-0.8581751352745477f,-0.5128228572383609f,0.07534462300324714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9960489626244176f,0.08872753725566346f,0.0037266858422193537f,-0.12686954346434848f,0.08583754707924399f,0.9726680286417695f,-0.21575175913431696f,1.1627476376032284f,-0.02276795041808373f,-0.21457942629869847f,-0.9764411350629801f,0.32474423145119136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9960489626244176f,0.02773407410839294f,-0.08436400410229421f,-0.12499999999999999f,0.08583754707924399f,0.05711349071648125f,-0.9946707820628878f,1.0975162590566472f,-0.02276795041808373f,-0.9979823998004818f,-0.05926845807198891f,-0.0029733811695463325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9843661398981265f,0.17613433118521266f,7.348159532979285e-17f,-0.006611689814814817f,0.10568460765052151f,0.5906420887941348f,-0.799982928974523f,1.269648805365755f,-0.14090445815451513f,-0.7874761077790483f,-0.6000227606927451f,0.019311445386469776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9843661398981265f,-0.17612858130378442f,-0.0014231900710430293f,-0.006611689814814817f,-0.1056846076505215f,0.5970867815005776f,-0.7951843428180894f,1.2717387163862794f,0.1409044581545149f,-0.7826021327630008f,-0.606366090301053f,0.018726826027201365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.79696533341174e-17f,7.348159532979285e-17f,-0.006611689814814817f,0f,0.6000227606927451f,-0.799982928974523f,1.269648805365755f,-1.2246467991473532e-16f,-0.799982928974523f,-0.6000227606927451f,0.019311445386469776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.983918250483788f,0.1786193616742649f,1.2064687821515836e-16f,-0.0066116898148148185f,0.1759680292292293f,0.9693134822418793f,-0.17165845692334236f,1.2770845414824774f,-0.03066152400163683f,-0.16889788861676167f,-0.9851565226737815f,0.033942009101135415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.983918250483788f,-0.17861936167426484f,1.2064687821515836e-16f,-0.0066116898148148185f,-0.1759680292292293f,0.9693134822418793f,-0.17165845692334236f,1.2770845414824774f,0.030661524001636586f,-0.16889788861676172f,-0.9851565226737815f,0.033942009101135415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.10220979817745e-17f,1.2064687821515836e-16f,-0.0066116898148148185f,0f,0.9851565226737815f,-0.17165845692334236f,1.2770845414824774f,-1.2246467991473532e-16f,-0.17165845692334236f,-0.9851565226737815f,0.033942009101135415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.975302180463731f,0.21707962302099787f,-0.04076878771503406f,-0.20036168981481484f,0.21349229830150487f,0.879184005575724f,-0.4259771389473462f,1.3379632598098146f,-0.056627690652483145f,-0.42416025463129714f,-0.9038149053000176f,0.034533801640998604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9845435384583666f,-0.17229176097042648f,0.03145743126175607f,0.18713831018518517f,-0.16928617369490018f,0.8901112419822605f,-0.4231361108349627f,1.3378670563375958f,0.044902252455959996f,-0.4219212319835388f,-0.905519884776626f,0.035250760064824874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.159467108632295e-17f,1.1518455262681358e-16f,-0.007812500000000007f,0f,0.9405532493696106f,-0.3396462646640874f,1.1630091997830525f,-1.2246467991473532e-16f,-0.3396462646640874f,-0.9405532493696106f,0.05728472549855811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.139739556781828e-17f,1.1837145508177435e-16f,0f,0f,0.9665762827632356f,-0.2563791910424979f,1.378978587962963f,-1.2246467991473532e-16f,-0.2563791910424979f,-0.9665762827632356f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8660483041531393f,0.26052173514423804f,-0.4267185962562525f,-1.4681511797469853f,-0.19371154570966115f,0.9616888283396358f,0.19398565541171423f,2.324421296296296f,0.46090798640536157f,-0.08534062903549491f,0.8833350469123143f,-0.5885418212274796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42549354319042504f,0.26052173514423804f,-0.8666508352391364f,-1.43896687580857f,0.19371154570966115f,0.9616888283396358f,0.19398565541171423f,2.324421296296296f,0.8839859058616439f,-0.08534062903549491f,-0.45965845502263336f,-0.4994500769206685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3112992420097612f,0.26052173514423804f,-0.9139043754362833f,-1.3164733714623351f,0f,0.9616888283396358f,0.2741433884789828f,2.2832997880244488f,0.9503119392726515f,-0.08534062903549491f,0.29937300331138406f,-0.5889018995707817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8157466779098235f,-0.11256815743592655f,0.5673497751921359f,1.4746300189447465f,0.07233910916856978f,0.9930331199702054f,0.09301761084298753f,2.2789370344733877f,-0.5738679384351284f,-0.034837229707888426f,0.8182065488997844f,-0.45392875728769677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5157024033878803f,-0.11256815743592655f,0.849340591913188f,1.4553288207543271f,-0.08835550840235265f,0.9930331199702054f,0.07796490734427584f,2.2799673347395757f,-0.8521997038693019f,-0.034837229707888426f,-0.5220555833925674f,-0.3621929151660067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.20587944736447417f,-0.11256815743592655f,0.9720813047705317f,1.3191672241339572f,-0.010989869506004703f,0.9930331199702054f,0.11732197326366753f,2.2618538886169315f,-0.9785156492980271f,-0.034837229707888426f,0.20320800059333333f,-0.43854203631585176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.545101087962963f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146.mcfunction new file mode 100644 index 000000000..fbd1deab3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146_as_bone.mcfunction new file mode 100644 index 000000000..6072fb960 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_146_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7549129056258882f,-0.13311151334686722f,-0.28165985581624836f,0.03113567501691611f,-0.16687564558438225f,0.7962812056033574f,0.07094508410104193f,1.5038293987225295f,0.26306552087781987f,0.1231341181875074f,-0.7632686061328021f,-0.31983438676468656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7331149255359413f,0.1625276660951945f,-0.2759116954934678f,0.03113567501691611f,0.14747816959159477f,0.7832115456105064f,0.069497225241837f,1.5038293987225295f,0.2842405591226276f,0.012823126609792249f,-0.7476916958035613f,-0.31983438676468656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7549129056258882f,0.13311151334686722f,0.2816598558162486f,-0.031135675016916012f,0.16687564558438225f,0.7962812056033574f,0.07094508410104193f,1.5038293987225295f,-0.2630655208778201f,0.12313411818750744f,-0.7632686061328021f,-0.3198343867646865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7331149255359413f,-0.1625276660951945f,0.275911695493468f,-0.031135675016916012f,-0.14747816959159477f,0.7832115456105064f,0.069497225241837f,1.5038293987225295f,-0.2842405591226278f,0.0128231266097922f,-0.7476916958035613f,-0.3198343867646865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5184107904922253f,0.3654087902754932f,0.04807636951950397f,-0.4649725808713995f,-0.008445203689834037f,-0.23826195638985798f,1.544204056681601f,1.6119473599996772f,0.3684611239349581f,1.5003712560985287f,0.23351390541445166f,0.5007748014407777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.20398418548324362f,-0.9788359501029489f,-0.016450983520597307f,-0.5391859379116224f,-0.09320118559984643f,-0.0026891640087231897f,-0.9956436648719849f,1.6219437831886698f,0.9745275732761596f,0.2046288131788666f,-0.09177721798729722f,0.26262376792953457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6783779498717671f,-0.7345863957733738f,-0.01364493578081365f,-0.2984375f,-0.04835157609876103f,0.06316797799976388f,-0.9968309443652857f,1.636354557323291f,0.7331203736198744f,-0.6755683782564913f,-0.07837017342937559f,0.04073944126709009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.16755061736654714f,0.9856928166444745f,0.018342896051907524f,0.5409314196335142f,0.09145231234482883f,0.0029857738714508253f,-0.9958049807674054f,1.6237070637230497f,-0.9816125840609793f,0.16852523956330911f,-0.08964361908834614f,0.26263054945729813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6833350604598357f,0.7299287576168423f,0.01603757931502537f,0.2984375f,0.04466198643955813f,0.06371588639101787f,-0.9969682004902062f,1.636354557323291f,-0.7287376085489381f,-0.6805470554086177f,-0.07613936735378521f,0.04073944126709017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9993895030926653f,0.033188265913291236f,-0.010916048454653703f,-0.15931009329992302f,0.03493260586051611f,0.94405599547481f,-0.3279298559995102f,1.3299844841547208f,-0.0005780622713096857f,-0.3281109818548205f,-0.9446390048215647f,0.2583891626466825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9998588102464107f,0.01643687245605476f,-0.0034912456939651254f,-0.15625000000000003f,0.01673143793900414f,0.9930712255494722f,-0.1163168086312657f,1.5154583588913015f,0.0015551710920328212f,-0.11635879945037515f,-0.9932060265792501f,0.23036435008361686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9993353339964582f,0.034576540772158534f,-0.011547859300250641f,0.1529123580485242f,0.03645116625364953f,0.9438841001482172f,-0.3282592237335288f,1.3300101151205588f,-0.00045022764900416994f,-0.3284619739263913f,-0.9445170877117274f,0.2585267634842987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.999831973276253f,0.017928152226456457f,-0.0038218545575703687f,0.15624999999999997f,0.018252314460189427f,0.992958815903782f,-0.11704547379461307f,1.5154583588913015f,0.0016965351044340026f,-0.1170955647183278f,-0.9931192025592575f,0.2303643500836169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.004357678638608e-17f,1.1573292437664998e-16f,0.29375f,0f,0.9450310445201648f,0.3269806185282645f,2.1948861225548115f,-1.2246467991473532e-16f,0.3269806185282645f,-0.9450310445201648f,0.2358041957772401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.004357678638608e-17f,1.1573292437664998e-16f,0.33125f,0f,0.9450310445201648f,0.3269806185282645f,2.1074116749768157f,-1.2246467991473532e-16f,0.3269806185282645f,-0.9450310445201648f,0.10633495803744161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.004357678638608e-17f,1.1573292437664998e-16f,-0.29375f,0f,0.9450310445201648f,0.3269806185282645f,2.1948861225548115f,-1.2246467991473532e-16f,0.3269806185282645f,-0.9450310445201648f,0.23580419577724004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.004357678638608e-17f,1.1573292437664998e-16f,-0.33125f,0f,0.9450310445201648f,0.3269806185282645f,2.1074116749768157f,-1.2246467991473532e-16f,0.3269806185282645f,-0.9450310445201648f,0.10633495803744156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9695520458057832f,0.24488534148417312f,1.1573292437664998e-16f,0.20430089254891198f,0.2314242500504654f,0.916256782564502f,0.3269806185282645f,2.2965559370673407f,0.08007276042700008f,0.3170247276329192f,-0.9450310445201648f,0.24783455065381804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.995923758633806f,0.09019904095228747f,1.1573292437664998e-16f,0.09049437275242672f,0.08524089388585736f,0.9411788698841543f,0.3269806185282645f,2.315859030162576f,0.0294933382012351f,0.3256477666050759f,-0.9450310445201648f,0.25451341835492464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9445194437306597f,0.32845550751163444f,1.1573292437664998e-16f,0.06785930778972751f,0.31040065134212075f,0.8926001964783904f,0.3269806185282645f,2.3136974156521353f,0.10739858500516913f,0.3088395519230234f,-0.9450310445201648f,0.2537655000153716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997897054446607f,0.020507191101625938f,1.1573292437664998e-16f,0.09775017828316838f,0.01937993222694423f,0.9448323096368757f,0.3269806185282645f,2.3206291707669675f,0.006705454030686869f,0.32691185628448655f,-0.9450310445201648f,0.2561638863838163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9842726036452778f,0.1766562812733978f,1.1573292437664998e-16f,0.1647476632865144f,0.16694567001284719f,0.9301681667154791f,0.3269806185282645f,2.424498027439234f,0.05776318011767857f,0.32183806474035825f,-0.9450310445201648f,0.2590348005365878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9842726036452778f,0.1766562812733978f,1.1573292437664998e-16f,0.12499999999999999f,0.16694567001284719f,0.9301681667154791f,0.3269806185282645f,2.2152101899282512f,0.05776318011767857f,0.32183806474035825f,-0.9450310445201648f,0.18662123597000727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9695520458057832f,-0.24488534148417318f,1.1573292437664998e-16f,-0.20430089254891204f,-0.2314242500504654f,0.916256782564502f,0.3269806185282645f,2.2965559370673407f,-0.08007276042700032f,0.3170247276329192f,-0.9450310445201648f,0.247834550653818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.995923758633806f,-0.09019904095228752f,1.1573292437664998e-16f,-0.0904943727524268f,-0.08524089388585736f,0.9411788698841543f,0.3269806185282645f,2.315859030162576f,-0.029493338201235335f,0.3256477666050759f,-0.9450310445201648f,0.2545134183549246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9445194437306597f,-0.32845550751163444f,1.1573292437664998e-16f,-0.06785930778972757f,-0.31040065134212075f,0.8926001964783904f,0.3269806185282645f,2.3136974156521353f,-0.10739858500516937f,0.3088395519230234f,-0.9450310445201648f,0.2537655000153715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997897054446607f,-0.020507191101625993f,1.1573292437664998e-16f,-0.09775017828316844f,-0.01937993222694423f,0.9448323096368757f,0.3269806185282645f,2.3206291707669675f,-0.006705454030687105f,0.32691185628448655f,-0.9450310445201648f,0.2561638863838162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9842726036452778f,-0.17665628127339786f,1.1573292437664998e-16f,-0.16474766328651447f,-0.16694567001284719f,0.9301681667154791f,0.3269806185282645f,2.424498027439234f,-0.05776318011767881f,0.32183806474035825f,-0.9450310445201648f,0.2590348005365877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9842726036452778f,-0.17665628127339786f,1.1573292437664998e-16f,-0.12500000000000003f,-0.16694567001284719f,0.9301681667154791f,0.3269806185282645f,2.2152101899282512f,-0.05776318011767881f,0.32183806474035825f,-0.9450310445201648f,0.1866212359700072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.004357678638608e-17f,1.1573292437664998e-16f,-5.948830712106659e-18f,0f,0.9450310445201648f,0.3269806185282645f,1.7206636352826585f,-1.2246467991473532e-16f,0.3269806185282645f,-0.9450310445201648f,0.04857588911552677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1334119013983287e-17f,1.2193906499885688e-16f,-1.6985360818629265e-18f,0f,0.9957080285005897f,0.09255010523748194f,1.3472731245949374f,-1.2246467991473532e-16f,0.09255010523748194f,-0.9957080285005897f,0.013869599651471047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9955780613406975f,-0.08803823619595448f,0.03276572514997593f,0.14881489519326319f,-0.09081421417395992f,0.8128260013782883f,-0.5753839326809091f,0.9106082511930037f,0.024022953212804097f,-0.5758152138063809f,-0.8172268578969044f,0.3867229700298057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9955780613406975f,-0.06675503758668658f,0.0660915178665046f,0.12499999999999999f,-0.09081421417395992f,0.5040370010169417f,-0.8588943358235713f,1.0891879123869912f,0.024022953212804097f,-0.8610984070143479f,-0.5078704865970141f,0.07485392035927249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9957204054512709f,0.09234591113503009f,0.0036203403980452874f,-0.12746830408473658f,0.08934376989187383f,0.9718895031677736f,-0.21782673025550836f,1.1615913210058657f,-0.0236339787057638f,-0.2165710653086863f,-0.9759807419829535f,0.32752036330355216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9957204054512709f,0.029925757212603737f,-0.08743753898188632f,-0.12499999999999999f,0.08934376989187383f,0.0697517319582065f,-0.9935554270750768f,1.101999087314236f,-0.0236339787057638f,-0.9971154120482157f,-0.07212690279259665f,-0.0017485953936498405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984541327174954f,0.17515243385285936f,7.448478067506192e-17f,-0.006468822337962965f,0.10653023083322295f,0.5988122034142284f,-0.793772798073112f,1.2742357403375932f,-0.1390312375086999f,-0.7815021240902784f,-0.6082143906873487f,0.019233879116495232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984541327174954f,-0.17515034097782128f,-0.0008562359097634727f,-0.006468822337962965f,-0.10653023083322298f,0.6026854212729115f,-0.7908360088562696f,1.2755037054653524f,0.13903123750869967f,-0.7785195187279804f,-0.6120275107839136f,0.018893200305126114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.720913164104749e-17f,7.448478067506192e-17f,-0.006468822337962965f,0f,0.6082143906873487f,-0.793772798073112f,1.2742357403375932f,-1.2246467991473532e-16f,-0.793772798073112f,-0.6082143906873487f,0.019233879116495232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9842726036452778f,0.17665628127339786f,1.2066857729752367e-16f,-0.006468822337962967f,0.17406538886782474f,0.969836975342588f,-0.1706384530421953f,1.2819251854144948f,-0.030144354556679662f,-0.16795475445784402f,-0.985333709127708f,0.03360221810439327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9842726036452778f,-0.1766562812733978f,1.2066857729752367e-16f,-0.006468822337962967f,-0.17406538886782474f,0.969836975342588f,-0.1706384530421953f,1.2819251854144948f,0.03014435455667942f,-0.16795475445784408f,-0.985333709127708f,0.03360221810439327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.0897183532958043e-17f,1.2066857729752367e-16f,-0.006468822337962967f,0f,0.985333709127708f,-0.1706384530421953f,1.2819251854144948f,-1.2246467991473532e-16f,-0.1706384530421953f,-0.985333709127708f,0.03360221810439327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9756606190737679f,0.21570690003778983f,-0.0394574411826092f,-0.20021882233796298f,0.21199423333400286f,0.8818072431823785f,-0.42127714263204696f,1.3418670942190636f,-0.05607852906166919f,-0.4193882677748396f,-0.9060732196854175f,0.03428035867226194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9845899391573053f,-0.17211998472128134f,0.030941276149501713f,0.18728117766203703f,-0.16906382145823068f,0.8915864785130575f,-0.42010829033312924f,1.3418086008836754f,0.04472220907058755f,-0.4188654464052045f,-0.9069463389989594f,0.03471407947532222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.1517586741213404e-17f,1.1521235965730588e-16f,-0.007812500000000007f,0f,0.9407803110049461f,-0.3390168232189033f,1.1675712491674253f,-1.2246467991473532e-16f,-0.3390168232189033f,-0.9407803110049461f,0.05714019808965527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.1318181009518123e-17f,1.183924379547682e-16f,0f,0f,0.9667476209238257f,-0.2557323550865691f,1.3835789207175926f,-1.2246467991473532e-16f,-0.2557323550865691f,-0.9667476209238257f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8637590851094624f,0.24932476177203425f,-0.437901137310904f,-1.4583061314832029f,-0.18259575925587707f,0.964819276690304f,0.18916276596774623f,2.3123061342592592f,0.46965842012321524f,-0.08343216702277922f,0.8788970599070455f,-0.5352728482475448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.40712134650435694f,0.24932476177203425f,-0.8786861626245164f,-1.4285558476834637f,0.18259575925587707f,0.964819276690304f,0.18916276596774623f,2.3123061342592592f,0.894936309422212f,-0.08343216702277922f,-0.4383241672365715f,-0.44636850013208446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31733636053055225f,0.24932476177203425f,-0.9149507076627363f,-1.3061883834339227f,0f,0.964819276690304f,0.2629139846542944f,2.272869036561115f,0.9483130465649112f,-0.08343216702277922f,0.3061722378346209f,-0.5367465098650078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8415919279588553f,-0.13076198192396887f,0.52404611522061f,1.4624877197660398f,0.07769108778154427f,0.9894689656847392f,0.12212805093872867f,2.2838662320028047f,-0.5344970735877023f,-0.062068269108200264f,0.8428881351022179f,-0.4538368058126453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.46215505847966076f,-0.13076198192396887f,0.8771054702856307f,1.4381929338074557f,-0.11622358679273112f,0.9894689656847392f,0.086274236129941f,2.286333411371038f,-0.8791500325852774f,-0.062068269108200264f,-0.4724857142551701f,-0.3633230560218452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2591443835582298f,-0.13076198192396887f,0.956945919346303f,1.3067984388848022f,-0.026316579927822867f,0.9894689656847392f,0.14233272135273334f,2.2637499134840113f,-0.9654799977685338f,-0.062068269108200264f,0.2529741170135483f,-0.4465260484692775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5497014207175925f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147.mcfunction new file mode 100644 index 000000000..6e941b83e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147_as_bone.mcfunction new file mode 100644 index 000000000..f1f38b1b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_147_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.0310307379214092f,-0.1652472305095165f,0.7969719172076604f,0.06688468012725628f,1.5103066770578752f,0.26166648072704946f,0.11841407329366645f,-0.7644953921080018f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.0310307379214092f,0.1492108552199477f,0.7832262070086311f,0.06551968665527146f,1.5103066770578752f,0.2812049729596719f,0.00907583186722178f,-0.7488934453302875f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409104f,0.1652472305095165f,0.7969719172076604f,0.06688468012725628f,1.5103066770578752f,-0.2616664807270497f,0.11841407329366649f,-0.7644953921080018f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409104f,-0.1492108552199477f,0.7832262070086311f,0.06551968665527146f,1.5103066770578752f,-0.2812049729596721f,0.009075831867221731f,-0.7488934453302875f,-0.3209012557805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5565542157683525f,0.1361808480432153f,-3.36042081256188e-16f,-0.5118315001413045f,-0.011868942959212635f,-0.1356626388022889f,1.5565542157683525f,1.620608424878069f,0.13566263880228868f,1.5506310570407875f,0.1361808480432155f,0.48721225930009676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0871557427476578f,-0.9961946980917455f,-4.483765109293484e-17f,-0.5572463813312136f,-0.08682408883346535f,-0.007596123493895865f,-0.9961946980917455f,1.6288966880780962f,0.9924038765061041f,0.08682408883346476f,-0.08715574274765836f,0.24187014893375847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7372773368101243f,-0.67559020761566f,-4.483765109293484e-17f,-0.2984375f,-0.05888156633778748f,0.06425795390070191f,-0.9961946980917455f,1.6466107531851653f,0.6730193829094221f,-0.734471773953448f,-0.08715574274765836f,0.03939745826544052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.08715574274765814f,0.9961946980917455f,6.618465136958081e-17f,0.5572463813312135f,0.08682408883346535f,-0.007596123493895865f,-0.9961946980917455f,1.6288966880780962f,-0.9924038765061041f,0.0868240888334651f,-0.08715574274765836f,0.24187014893375858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7372773368101241f,0.6755902076156602f,6.618465136958081e-17f,0.2984375f,0.05888156633778748f,0.06425795390070191f,-0.9961946980917455f,1.6466107531851653f,-0.6730193829094223f,-0.7344717739534478f,-0.08715574274765836f,0.039397458265440596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.0879550169406874e-17f,1.1544028848095246e-16f,-0.15625000000000003f,0f,0.9426414910921785f,-0.3338068592337709f,1.3395497521426885f,-1.2246467991473532e-16f,-0.3338068592337709f,-0.9426414910921785f,0.25856619640111755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.492469013153035e-17f,1.2155184676135686e-16f,-0.15625000000000003f,0f,0.9925461516413221f,-0.12186934340514745f,1.524890472179154f,-1.2246467991473532e-16f,-0.12186934340514745f,-0.9925461516413221f,0.22951228106489419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.0879550169406874e-17f,1.1544028848095246e-16f,0.15624999999999997f,0f,0.9426414910921785f,-0.3338068592337709f,1.3395497521426885f,-1.2246467991473532e-16f,-0.3338068592337709f,-0.9426414910921785f,0.2585661964011176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.492469013153035e-17f,1.2155184676135686e-16f,0.15624999999999997f,0f,0.9925461516413221f,-0.12186934340514745f,1.524890472179154f,-1.2246467991473532e-16f,-0.12186934340514745f,-0.9925461516413221f,0.22951228106489424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,0.29375f,0f,0.9486554158280576f,0.316311400395394f,2.2054101671746555f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.22848800000937358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,0.33125f,0f,0.9486554158280576f,0.316311400395394f,2.1164824339832164f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.10001262972606896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,-0.29375f,0f,0.9486554158280576f,0.316311400395394f,2.2054101671746555f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.22848800000937353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,-0.33125f,0f,0.9486554158280576f,0.316311400395394f,2.1164824339832164f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.10001262972606888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.24192189559966765f,1.161767818487632e-16f,0.20400449188150194f,0.22950051646801467f,0.9204762956865425f,0.316311400395394f,2.307438504588409f,0.07652265358343908f,0.30691559997602635f,-0.9486554158280576f,0.2394484879946578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,1.161767818487632e-16f,0.09013609543946535f,0.08268076737808285f,0.9450454955639311f,0.316311400395394f,2.326485674948156f,0.02756835504101234f,0.3151077400198668f,-0.9486554158280576f,0.245799410605269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,0.3255681544571566f,1.161767818487632e-16f,0.06750812473190498f,0.3088519929469272f,0.8969713175083227f,0.316311400395394f,2.3242501736120866f,0.10298091886048705f,0.29907830474767816f,-0.9486554158280576f,0.24505402450785171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,0.01745240643728349f,1.161767818487632e-16f,0.09737644500620993f,0.016556319885961457f,0.9485109310133113f,0.316311400395394f,2.3312951182247312f,0.005520395120446615f,0.31626322463702516f,-0.9486554158280576f,0.24740302948790388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.161767818487632e-16f,0.16407083997505925f,0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.4353834803951337f,0.0549268982539348f,0.31150591947553286f,-0.9486554158280576f,0.2491679860517385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.161767818487632e-16f,0.12499999999999999f,0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.2251787584951237f,0.0549268982539348f,0.31150591947553286f,-0.9486554158280576f,0.17907915416974374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.2419218955996677f,1.161767818487632e-16f,-0.20400449188150196f,-0.22950051646801467f,0.9204762956865425f,0.316311400395394f,2.307438504588409f,-0.07652265358343932f,0.3069155999760263f,-0.9486554158280576f,0.23944848799465773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.161767818487632e-16f,-0.09013609543946541f,-0.08268076737808285f,0.9450454955639311f,0.316311400395394f,2.326485674948156f,-0.027568355041012575f,0.31510774001986686f,-0.9486554158280576f,0.24579941060526894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,-0.3255681544571567f,1.161767818487632e-16f,-0.06750812473190504f,-0.3088519929469272f,0.8969713175083227f,0.316311400395394f,2.3242501736120866f,-0.10298091886048728f,0.29907830474767816f,-0.9486554158280576f,0.24505402450785166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,-0.017452406437283546f,1.161767818487632e-16f,-0.09737644500620998f,-0.016556319885961457f,0.9485109310133113f,0.316311400395394f,2.3312951182247312f,-0.005520395120446844f,0.31626322463702516f,-0.9486554158280576f,0.24740302948790382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.161767818487632e-16f,-0.1640708399750593f,-0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.4353834803951337f,-0.054926898253935034f,0.31150591947553286f,-0.9486554158280576f,0.24916798605173845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.161767818487632e-16f,-0.12500000000000003f,-0.1647322841924062f,0.9342432084444913f,0.316311400395394f,2.2251787584951237f,-0.054926898253935034f,0.31150591947553286f,-0.9486554158280576f,0.17907915416974368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.873697440280361e-17f,1.161767818487632e-16f,-5.7086963461361915e-18f,0f,0.9486554158280576f,0.316311400395394f,1.729108126620888f,-1.2246467991473532e-16f,0.316311400395394f,-0.9486554158280576f,0.046615043211731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322964e-17f,1.2199866483456202e-16f,-1.7061337942650798e-18f,0f,0.9961946980917455f,0.08715574274765814f,1.3555351148364834f,-1.2246467991473532e-16f,0.08715574274765814f,-0.9961946980917455f,0.0139316396813592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.08977605084327822f,0.03356588999495075f,0.14880144548491986f,-0.09257988769939489f,0.8099502018582889f,-0.5791456076871209f,0.924509622414356f,0.024806706144416768f,-0.5795868625190724f,-0.8145328085016357f,0.3890926232333884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.06717917588521564f,0.06836202603457034f,0.12499999999999999f,-0.09257988769939489f,0.4893066650405816f,-0.8671839204807891f,1.0962544588455612f,0.024806706144416768f,-0.869520526424907f,-0.4932734347763087f,0.07499406310130668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,0.09578736587745426f,0.003344968524028425f,-0.12805725025191445f,0.09257988769939492f,0.9699258428391315f,-0.225106249994015f,1.1642880052795384f,-0.024806706144417018f,-0.22376022866242185f,-0.974328480236109f,0.33083349473150186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,0.03199396961967341f,-0.09034818307051583f,-0.12499999999999999f,0.09257988769939492f,0.07697467969213709f,-0.9927254721622996f,1.1086458315662961f,-0.024806706144417018f,-0.9965195856551283f,-0.07958230165053165f,0.0004985673844794397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693041f,7.539678551159046e-17f,-0.006250000000000003f,0.10690849325003436f,0.6063081941316425f,-0.7880107536067219f,1.2813430269189356f,-0.13683663134575183f,-0.7760390996088925f,-0.6156614753256583f,0.019576302243006317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693025f,7.539678551159046e-17f,-0.006250000000000003f,-0.10690849325003436f,0.6063081941316425f,-0.7880107536067219f,1.2813430269189356f,0.1368366313457516f,-0.7760390996088925f,-0.6156614753256583f,0.019576302243006317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.650348470981657e-17f,7.539678551159046e-17f,-0.006250000000000003f,0f,0.6156614753256583f,-0.7880107536067219f,1.2813430269189356f,-1.2246467991473532e-16f,-0.7880107536067219f,-0.6156614753256583f,0.019576302243006317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2060416625018979e-16f,-0.006250000000000005f,0.17101007166283436f,0.9698463103929542f,-0.17364817766693033f,1.2896129999886774f,-0.030153689607045925f,-0.1710100716628343f,-0.9848077530122081f,0.03353655995644948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2060416625018979e-16f,-0.006250000000000005f,-0.17101007166283436f,0.9698463103929542f,-0.17364817766693033f,1.2896129999886774f,0.030153689607045682f,-0.17101007166283436f,-0.9848077530122081f,0.03353655995644948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.1265768495757713e-17f,1.2060416625018979e-16f,-0.006250000000000005f,0f,0.9848077530122081f,-0.17364817766693033f,1.2896129999886774f,-1.2246467991473532e-16f,-0.17364817766693033f,-0.9848077530122081f,0.03353655995644948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21315140986521294f,-0.03758434453528539f,-0.2f,0.20906461293484896f,0.8837593343557537f,-0.4186423611598293f,1.3479903752971643f,-0.05601869420181814f,-0.4165764220542818f,-0.9073731263864805f,0.03407057970519936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1710100716628343f,0.030153689607045914f,0.1875f,-0.16773125949652062f,0.8918561432121708f,-0.42007004701885486f,1.3479903752971643f,0.04494345552754766f,-0.41874595544862797f,-0.9069905791135092f,0.0340705797051994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676992e-17f,1.1507915602278503e-16f,-0.007812500000000007f,0f,0.9396926207859084f,-0.34202014332566877f,1.1748009481885364f,-1.2246467991473532e-16f,-0.34202014332566877f,-0.9396926207859084f,0.057829880390094464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.169619151431765e-17f,1.1829179713786698e-16f,0f,0f,0.9659258262890683f,-0.25881904510252074f,1.390625f,-1.2246467991473532e-16f,-0.25881904510252074f,-0.9659258262890683f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-1.4371824118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.45368017764292257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-1.4065675881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.2844425134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8759549245920979f,-0.15333519961320938f,0.4573743397288802f,1.4376636291640685f,0.08017552971412906f,0.9812260269227983f,0.1754062955664901f,2.290966038689974f,-0.47568356553270874f,-0.11697777844051109f,0.8718035012737742f,-0.4534230915993393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.37928939021482977f,-0.15333519961320938f,0.912484451938793f,1.4060863708359312f,-0.1677510638128292f,0.9812260269227983f,0.09515810359062535f,2.296533961310026f,-0.9099445802136119f,-0.11697777844051109f,-0.3978907642695368f,-0.3653269084006604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334654f,-0.15333519961320938f,0.928998304487733f,1.28252525432684f,-0.05939117461388484f,0.9812260269227983f,0.18348888922025527f,2.2662266666169617f,-0.9396926207859082f,-0.11697777844051109f,0.32139380484326974f,-0.4575840707264903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5567475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148.mcfunction new file mode 100644 index 000000000..a48b2d249 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148_as_bone.mcfunction new file mode 100644 index 000000000..5f21862d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_148_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7607336003747865f,-0.13542857952665088f,-0.26436326059543985f,0.03684490741394887f,-0.164681516697157f,0.7972043844854253f,0.06549512852100227f,1.5313694739126669f,0.24720200598616282f,0.11431847466202559f,-0.7699135659486781f,-0.3206425096754822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7392514057797288f,0.1626126882270622f,-0.25896809201185944f,0.03684490741394887f,0.14980998611457524f,0.7832245245169958f,0.06415849324506345f,1.5313694739126669f,0.26657893223779977f,0.010791562569634629f,-0.7542010441946235f,-0.3206425096754822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7512079604731403f,0.1311675109053079f,0.2922774857034581f,-0.025121758905384733f,0.164681516697157f,0.7972043844854253f,0.06549512852100227f,1.5313694739126669f,-0.27479272665875504f,0.11918346313379442f,-0.7597556870042677f,-0.32177331064405246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7290331029832269f,-0.16289815060699597f,0.28631263905644877f,-0.025121758905384733f,-0.14980998611457524f,0.7832245245169958f,0.06415849324506345f,1.5313694739126669f,-0.29337297560443204f,0.0048514661646287885f,-0.7442504689021398f,-0.32177331064405246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5580643941366914f,-0.09236361821759864f,-0.07287356004216668f,-0.5681191704457808f,-0.06398613851189236f,-0.1469192800147838f,1.5542608369376991f,1.6197529792826177f,-0.09872875873727278f,1.5528328748418783f,0.14271981295008138f,0.4512312761428033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.045004547774592105f,-0.9978279559111638f,0.04810364936003545f,-0.5801428477683084f,-0.11757897119393285f,-0.04252693942842487f,-0.9921525310937971f,1.6348918636514045f,0.992043233036031f,-0.05030735358772015f,-0.11540967880736581f,0.20233289814527755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.811364243622203f,-0.5825375567128646f,0.04835348167791728f,-0.29909873621991145f,-0.10960147583370691f,0.07035612994893858f,-0.9914824917635621f,1.6690825769087005f,0.5741738244351129f,-0.8097530549479975f,-0.1209314241044976f,0.033512230366680495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.016468150656773123f,0.998811177842946f,-0.04588061714855573f,0.5697556687600862f,0.11960222364711949f,-0.04752518900577944f,-0.9916837522661294f,1.6332874868828011f,-0.9926853016503318f,0.010843773602923268f,-0.12024268984615372f,0.22612179845819053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7817681917762717f,0.6218857883764737f,-0.045788214010051516f,0.2976769061966327f,0.11392583915856455f,0.07024982013607547f,-0.9910024550639954f,1.6690825769087005f,-0.6130737292519354f,-0.7799506580458926f,-0.12576793516196333f,0.044402512425523746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9794505866206489f,-0.18475181003116925f,0.08089077239508646f,-0.1432282012085083f,-0.20127353906058187f,0.9209772427645656f,-0.3336013800687984f,1.3625648832071262f,-0.012865101728916228f,-0.3430272394431457f,-0.9392373513428434f,0.25629864120817225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9949341439567918f,-0.09289864260794918f,0.038417331903276924f,-0.1604065883731033f,-0.0969838065916087f,0.9875855007178607f,-0.12356787620920738f,1.5469648653654176f,-0.02646111199415952f,-0.1266677582238396f,-0.9915921987281767f,0.22635098529915126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9776071081370085f,-0.19269605583895005f,0.08457288090225859f,0.1708594452982362f,-0.20997067488794868f,0.919975242302944f,-0.33099527071657586f,1.362604473428556f,-0.01402347343188367f,-0.3413411542925233f,-0.9398348570781749f,0.2612492660045808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9940187801516891f,-0.10169033017003128f,0.039821369334291944f,0.15204139194969468f,-0.10576864041554061f,0.9872269746184124f,-0.11914652865453122f,1.5469648653654176f,-0.027196680135563082f,-0.12264573916645855f,-0.9920778010085284f,0.23205270365456657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,-0.005702940004999417f,0.017331321342391987f,0.2895784065298581f,0f,0.9498957300045361f,0.3125669562176232f,2.227858454544978f,-0.018245498737329016f,0.3125149253946905f,-0.9497376075429347f,0.23127882726779722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,-0.005702940004999417f,0.017331321342391987f,0.32940984304506804f,0f,0.9498957300045361f,0.3125669562176232f,2.1384246404398133f,-0.018245498737329016f,0.3125149253946905f,-0.9497376075429347f,0.10386076708896064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,-0.005702940004999417f,0.017331321342391987f,-0.2978237964770021f,0f,0.9498957300045361f,0.3125669562176232f,2.227858454544978f,-0.018245498737329016f,0.3125149253946905f,-0.9497376075429347f,0.22055959675961642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,-0.005702940004999417f,0.017331321342391987f,-0.33297987523926353f,0f,0.9498957300045361f,0.3125669562176232f,2.1384246404398133f,-0.018245498737329016f,0.3125149253946905f,-0.9497376075429347f,0.09177312417548017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9718055645700361f,0.23514584829683904f,0.017331321342391987f,0.19953442383071288f,0.22866000257451924f,0.9219633946656838f,0.3125669562176232f,2.3300220160545297f,0.05751997821048044f,0.30771728733577625f,-0.9497376075429347f,0.24022590084980308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9966259404360472f,0.08022692908550783f,0.017331321342391987f,0.08554653042677435f,0.08161796807210538f,0.946382800545652f,0.3125669562176232f,2.3489602443976607f,0.00867422260177473f,0.3129268839215923f,-0.9497376075429347f,0.244378525267661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9476132399383864f,0.31894948313800575f,0.017331321342391987f,0.0629388575745529f,0.308144286678621f,0.8985260132395582f,0.3125669562176232f,2.3466952271273276f,0.08412042606167747f,0.301533133731311f,-0.9497376075429347f,0.2432205313246612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997945574077148f,0.010510389071705567f,0.017331321342391987f,0.09275043390008512f,0.015402823825831913f,0.9497708412554268f,0.3125669562176232f,2.3537844817143623f,-0.013175583330625781f,0.3127696929411809f,-0.9497376075429347f,0.24609768467253332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.985841240250279f,0.16678331547945238f,0.017331321342391987f,0.15928564789722285f,0.16379008296761788f,0.9356680536399175f,0.3125669562176232f,2.457957310319285f,0.03591458955985216f,0.3109800943394451f,-0.9497376075429347f,0.2486922193233881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.985841240250279f,0.16678331547945238f,0.017331321342391987f,0.12175940191434613f,0.16379008296761788f,0.9356680536399175f,0.3125669562176232f,2.247431998250304f,0.03591458955985216f,0.3109800943394451f,-0.9497376075429347f,0.17872169809701305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9690599278963788f,-0.24621633058347675f,0.017331321342391987f,-0.2081661980331184f,-0.22866000257451924f,0.9219633946656838f,0.3125669562176232f,2.3300220160545297f,-0.09293793288042296f,0.29893313207226935f,-0.9497376075429347f,0.2327859611939485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.995645912080213f,-0.09159062756902328f,0.017331321342391987f,-0.09440570554620756f,-0.08161796807210538f,0.946382800545652f,0.3125669562176232f,2.3489602443976607f,-0.045030268106481086f,0.30979146497746074f,-0.9497376075429347f,0.24109466033153576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.943913195134936f,-0.32973854089366506f,0.017331321342391987f,-0.07177083548234493f,-0.308144286678621f,0.8985260132395582f,0.3125669562176232f,2.3466952271273276f,-0.11863801514472629f,0.28969552668472903f,-0.9497376075429347f,0.24076227658170732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9996096078866008f,-0.021914769479124935f,0.017331321342391987f,-0.10166753608481191f,-0.015402823825831913f,0.9497708412554268f,0.3125669562176232f,2.3537844817143623f,-0.02331061644373271f,0.31217798125370094f,-0.9497376075429347f,0.24254984126211912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9838745296165261f,-0.1780183565601772f,0.017331321342391987f,-0.16825311256993203f,-0.16379008296761788f,0.9356680536399175f,0.3125669562176232f,2.457957310319285f,-0.07185901956832201f,0.3046879684616745f,-0.9497376075429347f,0.24271511631655746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9838745296165261f,-0.1780183565601772f,0.017331321342391987f,-0.1281989823438922f,-0.16379008296761788f,0.9356680536399175f,0.3125669562176232f,2.247431998250304f,-0.07185901956832201f,0.3046879684616745f,-0.9497376075429347f,0.17416032341268078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,-0.005702940004999417f,0.017331321342391987f,-0.0008386372541605801f,0f,0.9498957300045361f,0.3125669562176232f,1.7508427192411782f,-0.018245498737329016f,0.3125149253946905f,-0.9497376075429347f,0.04595641172578469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,-0.0015564633088061388f,0.018178989139724325f,-0.00025496351335827807f,0f,0.9963547394038281f,0.085306701187714f,1.3772096919647425f,-0.018245498737329016f,0.08529250078112535f,-0.9961888832376761f,0.013971723932862688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9956410390775162f,-0.07956627398792107f,0.048663429270069704f,0.14156147087125368f,-0.0930092957437792f,0.8081830267890137f,-0.5815405971343657f,0.9488255431261584f,0.006942060925274163f,-0.5835318356815057f,-0.8120605916655987f,0.3929623707318609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9956410390775162f,-0.05116014672322239f,0.07798436184198958f,0.12360768030452084f,-0.0930092957437792f,0.48238802643705836f,-0.8710057765912957f,1.1174661235549892f,0.006942060925274163f,-0.8744623670218282f,-0.4850436850972204f,0.07743804743477448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9946621559241406f,0.10103038150655741f,0.02097754954660735f,-0.13428865123266948f,0.09360377318831145f,0.969010781187798f,-0.22859667448745785f,1.1843036533600637f,-0.0434226809081619f,-0.22541288329297665f,-0.9732951776456591f,0.32966565901784517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9946621559241406f,0.05083210573309828f,-0.08979583842851528f,-0.12500581413206985f,0.09360377318831145f,0.07828380520762149f,-0.9925270673826113f,1.1296331431667022f,-0.0434226809081619f,-0.9956343419493698f,-0.0826240153574834f,-0.0008218304615596611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822689309218695f,0.18713793315973704f,0.01127569591242642f,-0.0065211885939255206f,0.106937823401239f,0.6086762610567605f,-0.7861790579455598f,1.3025535402530597f,-0.15398717242618992f,-0.7710334643831385f,-0.6178959034736538f,0.019660650860859465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9872331498968376f,-0.15885960709533825f,0.011590210450332308f,-0.006523589569175361f,-0.10693782340123902f,0.6071186821892433f,-0.7873825040366355f,1.3020383898181314f,0.11804664193010175f,-0.7785695415120679f,-0.6163557895880553f,0.019792221699833867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,0.014344229009060227f,0.01127569591242642f,-0.0065211885939255206f,0f,0.6179987773837682f,-0.7861790579455598f,1.3025535402530597f,-0.018245498737329016f,-0.7860481882469443f,-0.6178959034736538f,0.019660650860859465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9843058275370373f,0.17555452188525683f,0.017962397453210537f,-0.006772844740416423f,0.1697540834328926f,0.9697380327628563f,-0.17547563640313235f,1.3110832978644986f,-0.048224361421243984f,-0.1696725011864464f,-0.9843198937879133f,0.03345113467741288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9854099423297678f,-0.16924715015437275f,0.017962397453210537f,-0.006772844740416423f,-0.1697540834328926f,0.9697380327628563f,-0.17547563640313235f,1.3110832978644986f,0.012279931412774135f,-0.175964627064217f,-0.9843198937879133f,0.03345113467741288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,0.003201640502425357f,0.017962397453210537f,-0.006772844740416423f,0f,0.9844837738779223f,-0.17547563640313235f,1.3110832978644986f,-0.018245498737329016f,-0.1754464262080523f,-0.9843198937879133f,0.03345113467741288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9753770775209526f,0.21960901643409658f,-0.020283898726192663f,-0.2004986652012224f,0.20779389379840854f,0.8842761204982106f,-0.41818350089013556f,1.3688096116373325f,-0.07390030004527356f,-0.4121014712634292f,-0.90813607077119f,0.030358442344151165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9855738374635533f,-0.16276826177927603f,0.046375681824838935f,0.18694003720970803f,-0.1670593260995488f,0.8917005704802713f,-0.42066765286663454f,1.368832412055142f,0.027118120704249574f,-0.4223465230856196f,-0.9060287092399215f,0.03725284335957854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,0.006272137973425513f,0.017133549235817676f,-0.008873641108217362f,0f,0.9390562287433465f,-0.34376358047111955f,1.1960829658981755f,-0.018245498737329016f,-0.3437063565655517f,-0.9388999106572863f,0.058078104131074414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9998335370329534f,0.004754983385275141f,0.01761500375190514f,0f,0f,0.965443806469706f,-0.2606113131644232f,1.4117993164062503f,-0.018245498737329016f,-0.26056793103198794f,-0.9652830958291643f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8489039893824684f,0.22663917242497633f,-0.4774900023383235f,-1.4235125995346658f,-0.15935698122875475f,0.9711105213978213f,0.17762237405267942f,2.2938219600439163f,0.5039517529924751f,-0.0746929765973583f,0.8604961300917269f,-0.28938996502849496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3829352809971551f,0.22663917242497633f,-0.8955418784680882f,-1.3941681678209683f,0.15935698122875475f,0.9711105213978213f,0.17762237405267942f,2.2938219600439163f,0.9099263283921883f,-0.0746929765973583f,-0.40798901473659605f,-0.20035083415110969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3130072716127747f,0.22663917242497633f,-0.922312925985562f,-1.2704934447799827f,-1.3877787807814457e-17f,0.9711105213978213f,0.23863016412526655f,2.2580274354251264f,0.949750729358776f,-0.0746929765973583f,0.3039646547371911f,-0.290465097800381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8962088769147685f,-0.15773172030397453f,0.4146448520711656f,1.4347562478141396f,0.0793778202399261f,0.9765895090113786f,0.19993021918377502f,2.3120149249863937f,-0.43647314991088276f,-0.14626563266489875f,0.8877485872182561f,-0.4270565646523271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.32920399418027707f,-0.15773172030397453f,0.9309916404703651f,1.3988086375297306f,-0.19165051227423238f,0.9765895090113786f,0.09768834134091253f,2.3191329147986974f,-0.924605219193996f,-0.14626563266489875f,-0.3517265320392541f,-0.34076539456017807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.38344117636702835f,-0.15773172030397453f,0.9099964662987537f,1.280282972727122f,-0.07592522466457541f,0.9765895090113786f,0.2012667164449902f,2.285383912425797f,-0.92043914764959f,-0.14626563266489875f,0.36248881386221254f,-0.43828430168558447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015622399016139896f,0f,2.850859177707659e-7f,-0.01976007893544904f,0f,0.000015625f,0f,1.5779218164062503f,-2.850859177707659e-7f,0f,-0.000015622399016139896f,0.6872538698230187f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149.mcfunction new file mode 100644 index 000000000..8ee64f083 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149_as_bone.mcfunction new file mode 100644 index 000000000..727c92368 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_149_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7729023534351628f,-0.14113086665943136f,-0.22281937746701672f,0.05346347089149822f,-0.16404075144349656f,0.79746504263453f,0.06391073529701176f,1.5655943779850323f,0.20653577986558178f,0.10524271326942078f,-0.7830781489630846f,-0.31870381214854504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7524020663847599f,0.1620137205388365f,-0.21827204323299598f,0.05346347089149822f,0.1504876084409503f,0.7832202206629506f,0.06260643457666458f,1.5655943779850323f,0.22637272407617112f,0.017822466211014312f,-0.7670969622495523f,-0.31870381214854504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7363234571022227f,0.12498636371991154f,0.3303795088221264f,-0.00826473323619388f,0.16404075144349656f,0.79746504263453f,0.06391073529701176f,1.5655943779850323f,-0.31283037389506874f,0.12398531810027225f,-0.7441164173089384f,-0.3230513222110624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7132451088899886f,-0.1629124355372767f,0.3236370698665728f,-0.00826473323619388f,-0.1504876084409503f,0.7832202206629506f,0.06260643457666458f,1.5655943779850323f,-0.3295980800159969f,-0.005062044250262757f,-0.728930367976103f,-0.3230513222110624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5087644663910078f,-0.3574972394427028f,-0.19295532837085716f,-0.627146167567058f,-0.1496550597579429f,-0.2008399900639698f,1.5422946902197234f,1.6135749490315952f,-0.3776763138518286f,1.507735146563199f,0.15969214061231576f,0.38763491056567834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.19517018057671623f,-0.9713800482998469f,0.13538612328683985f,-0.6001252287935225f,-0.17680290500725154f,-0.10093281686182792f,-0.9790573523861276f,1.6421878629242161f,0.9647016810364999f,-0.21501946015494527f,-0.15204373831245765f,0.1411079256541874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8759635900330727f,-0.46230543076178304f,0.13770068127839266f,-0.3004024090213441f,-0.19716755589330073f,0.08261684210538356f,-0.9768824966717321f,1.7049123361319114f,0.44024168798449026f,-0.8828636055975444f,-0.1635209774673276f,0.017402339716316047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.00437147149345491f,0.993605202566378f,-0.11282549211064297f,0.5690451402517807f,0.17585205126532275f,-0.11030448456786064f,-0.9782172441487613f,1.640366536323184f,-0.9844069007797336f,-0.024116843019878376f,-0.17424532010930543f,0.2299423039023937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7891654852056844f,0.6037203838322159f,-0.11286954906243955f,0.2949977157987532f,0.201775533978976f,0.08127527160326849f,-0.9760537711178183f,1.7049123361319114f,-0.5800900540843429f,-0.7930422614030711f,-0.18595564197175485f,0.059336299572411655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.876954004023861f,-0.427069521222066f,0.2203708212755784f,-0.13094404810952862f,-0.47825803305408854f,0.8205297104217378f,-0.31304991316793807f,1.4023790123344817f,-0.04712672963141023f,-0.3799244903377175f,-0.9238162441718989f,0.25095860045529106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9675525357813086f,-0.22266513871092528f,0.11942498275488164f,-0.1719473554756091f,-0.23686179196047547f,0.9638669010603111f,-0.12188965727109503f,1.5823422459253458f,-0.08796921059343332f,-0.14622186239833276f,-0.9853327280387733f,0.21738367170536133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.86595446032813f,-0.4446462384210074f,0.22893797259490514f,0.18487365318613866f,-0.4975506689102398f,0.812305053612806f,-0.30430877697179476f,1.4030690366629983f,-0.05065771910370565f,-0.377425784139273f,-0.9246532176778844f,0.2713235074976353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9620261455079302f,-0.2445393427606298f,0.12126914364896654f,0.13978045856632662f,-0.257921672239407f,0.9598113787806092f,-0.11062788144267303f,1.5823422459253458f,-0.08934263455026614f,-0.13770485469098534f,-0.9864356373561087f,0.23933862450959986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,-0.02165965329252785f,0.06683370208393088f,0.2773522759919909f,0f,0.9512902208196193f,0.3082967981879799f,2.263651737543457f,-0.07025584897356332f,0.30753499832085374f,-0.9489395873778248f,0.2431549879911563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,-0.02165965329252785f,0.06683370208393088f,0.32373272990895763f,0f,0.9512902208196193f,0.3082967981879799f,2.173643284771128f,-0.07025584897356332f,0.30753499832085374f,-0.9489395873778248f,0.11838462122088711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,-0.02165965329252785f,0.06683370208393088f,-0.3086960144068483f,0f,0.9512902208196193f,0.3082967981879799f,2.263651737543457f,-0.07025584897356332f,0.30753499832085374f,-0.9489395873778248f,0.20187967671918783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,-0.02165965329252785f,0.06683370208393088f,-0.33713023585994606f,0f,0.9512902208196193f,0.3082967981879799f,2.173643284771128f,-0.07025584897356332f,0.30753499832085374f,-0.9489395873778248f,0.07184012127590142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9737176816305174f,0.21773179084792937f,0.06683370208393088f,0.1868577837283809f,0.22769444779063786f,0.9236386320809434f,0.3082967981879799f,2.3659674793160423f,0.0053958248124443275f,0.315411706475516f,-0.9489395873778248f,0.2469703348316627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9957903574013377f,0.06272814657131513f,0.06683370208393088f,0.07278979503714923f,0.08040223600098831f,0.9478863669623493f,0.3082967981879799f,2.384780825560292f,-0.04401186831477846f,0.31237255794106855f,-0.9489395873778248f,0.24504872508173356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9510358159273787f,0.3017683434177636f,0.06683370208393088f,0.05027637539886515f,0.3073284126834068f,0.9002790295150375f,0.3082967981879799f,2.382482158178651f,0.03286523361916886f,0.31374119258771405f,-0.9489395873778248f,0.24271630370918806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997740356448276f,-0.006887479961746518f,0.06683370208393088f,0.0798886216090506f,0.014085169725668756f,0.9511859398776031f,0.3082967981879799f,2.389621837028993f,-0.06569466575199383f,0.30854152135318424f,-0.9489395873778248f,0.2471214694610453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.98653395624849f,0.14927829525573563f,0.06683370208393088f,0.14608972684855576f,0.16271002157188866f,0.9372718565641004f,0.3082967981879799f,2.493888954614177f,-0.016619327566954667f,0.3150197731229357f,-0.9489395873778248f,0.2527273937198337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.98653395624849f,0.14927829525573563f,0.06683370208393088f,0.1125021104160153f,0.16271002157188866f,0.9372718565641004f,0.3082967981879799f,2.283002786887255f,-0.016619327566954667f,0.3150197731229357f,-0.9489395873778248f,0.18184794476717328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9633490629107127f,-0.25979191529916423f,0.06683370208393088f,-0.21962963899338322f,-0.22769444779063786f,0.9236386320809434f,0.3082967981879799f,2.3659674793160423f,-0.1418232048515624f,0.28177976874295896f,-0.9489395873778248f,0.2183414740776065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9921290466517645f,-0.10589245041841902f,0.06683370208393088f,-0.10641836163588446f,-0.08040223600098831f,0.9478863669623493f,0.3082967981879799f,2.384780825560292f,-0.09599705847525923f,0.30049662938426f,-0.9489395873778248f,0.23242711595781448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9370408715455681f,-0.3427647317313709f,0.06683370208393088f,-0.0838002666053141f,-0.3073284126834068f,0.9002790295150375f,0.3082967981879799f,2.382482158178651f,-0.16584224977556197f,0.2683468048935626f,-0.9489395873778248f,0.23327330178650255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997098954095666f,-0.03642707793778785f,0.06683370208393088f,-0.11373763540192783f,-0.014085169725668756f,0.9511859398776031f,0.3082967981879799f,2.389621837028993f,-0.07480162922776751f,0.3064610509870304f,-0.9489395873778248f,0.2334843952480733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.979124560929719f,-0.19195924163723263f,0.06683370208393088f,-0.18007097018591056f,-0.16271002157188866f,0.9372718565641004f,0.3082967981879799f,2.493888954614177f,-0.12182176761260946f,0.29098645405403845f,-0.9489395873778248f,0.22975593468594097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.979124560929719f,-0.19195924163723263f,0.06683370208393088f,-0.1368801408175333f,-0.16271002157188866f,0.9372718565641004f,0.3082967981879799f,2.283002786887255f,-0.12182176761260946f,0.29098645405403845f,-0.9489395873778248f,0.16428398252378243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,-0.02165965329252785f,0.06683370208393088f,-0.0031769960784613126f,0f,0.9512902208196193f,0.3082967981879799f,1.7858322737738255f,-0.07025584897356332f,0.30753499832085374f,-0.9489395873778248f,0.045108639111597286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,-0.005845330392296885f,0.07001225912367798f,-0.0009849971813499806f,0f,0.9965328175028244f,0.08320062283350149f,1.4121324672102664f,-0.07025584897356332f,0.08299503450500795f,-0.9940703898278614f,0.013985501172219306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9946228801794565f,-0.04937883083892342f,0.09103327572104127f,0.12071312231514954f,-0.09349731457538547f,0.8061616633488171f,-0.584261606400643f,0.9867625701038567f,-0.04453738194723112f,-0.5896313285534016f,-0.8064436235705736f,0.4011415311312502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9946228801794565f,-0.005185516221596034f,0.1034332472904032f,0.11939592569842035f,-0.09349731457538547f,0.47447236354981565f,-0.8752909392851287f,1.1518612441397202f,-0.04453738194723112f,-0.8802551258862211f,-0.47240590064087823f,0.08396597765230222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9908936850257073f,0.11416570347961602f,0.07138555263622164f,-0.15158671172417104f,0.09476795143579564f,0.9679521266301382f,-0.23256765882825559f,1.2173400109543657f,-0.0956490478616335f,-0.22368476188868475f,-0.9699568995279974f,0.32360672364347254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9908936850257073f,0.10333148168540801f,-0.08632676218226053f,-0.12487054613551994f,0.09476795143579564f,0.07977330717997325f,-0.9922979667631253f,1.1637763663358585f,-0.0956490478616335f,-0.9914427993355279f,-0.088839379156403f,-0.006234475481325594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9731087529748452f,0.22618133577019844f,0.04360456665247764f,-0.0074508982481053315f,0.10696656233849933f,0.6113668439949205f,-0.7840846488773865f,1.3369482352277353f,-0.20400369953808573f,-0.7583354042987174f,-0.6191202671225318f,0.019528895274815466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9920965238814434f,-0.11747114358291916f,0.04410235512620252f,-0.00747041006808416f,-0.10696656233849933f,0.6080414136330968f,-0.7866662531522177f,1.3358454769710952f,0.06559452602039613f,-0.7851663325260364f,-0.6158012572443914f,0.019805934221071176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,0.0550865326740191f,0.04360456665247764f,-0.0074508982481053315f,0f,0.6206538998466259f,-0.7840846488773865f,1.3369482352277353f,-0.07025584897356332f,-0.7821471795788364f,-0.6191202671225318f,0.019528895274815466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.980695628085534f,0.1829092948933744f,0.06913953207484604f,-0.008406443690356586f,0.1683236810859427f,0.9696086789922844f,-0.1775560418811905f,1.3457731164879712f,-0.09951494078578313f,-0.16249061346565769f,-0.9816789582628102f,0.03309622537052002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984962889092675f,-0.15832824199959386f,0.06913953207484604f,-0.008406443690356586f,-0.1683236810859427f,0.9696086789922844f,-0.1775560418811905f,1.3457731164879712f,-0.038926154393781f,-0.18652393253455501f,-0.9816789582628102f,0.03309622537052002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,0.012474350462748602f,0.06913953207484604f,-0.008406443690356586f,0f,0.9841106909242908f,-0.1775560418811905f,1.3457731164879712f,-0.07025584897356332f,-0.177117301777798f,-0.9816789582628102f,0.03309622537052002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9705053114477624f,0.2394653213383402f,0.027853192420386648f,-0.20170165316311925f,0.20634694186660246f,0.8848627184059904f,-0.4176588430255751f,1.4027578240467358f,-0.12466106061630719f,-0.3995927044522791f,-0.9081769048563891f,0.019824418827561818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9857828833476677f,-0.13988207083130239f,0.09308658957500272f,0.18486725375899268f,-0.16629405614416007f,0.8915225627641054f,-0.4213476082448371f,1.4028057953358835f,-0.02404981891577273f,-0.4308370067002929f,-0.9021092394314839f,0.046673470786158675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,0.02429079079904754f,0.06592299900150968f,-0.011916240407611238f,0f,0.9383275551380205f,-0.34574759474030353f,1.2305595502793267f,-0.07025584897356332f,-0.344893254139686f,-0.9360089523791649f,0.05799225966074652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9975290049341943f,0.01845278906433721f,0.06778922400163034f,0f,0f,0.9648908239246935f,-0.2626512857496155f,1.4461523437500003f,-0.07025584897356332f,-0.26200227571850065f,-0.9625065834597344f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8189419273403151f,0.22222192961764603f,-0.5291044638265112f,-1.4188334392214628f,-0.15194444629177356f,0.9730425897540427f,0.17349640850989406f,2.2822774048003764f,0.5533958844129729f,-0.0616889983850903f,0.83063076188703f,0.09640674055223235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4164904039082031f,0.22222192961764603f,-0.881562906121504f,-1.3937566643341266f,0.15194444629177356f,0.9730425897540427f,0.17349640850989406f,2.2822774048003764f,0.8963529598843685f,-0.0616889983850903f,-0.439028289276188f,0.18674066475155993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2674855987982534f,0.22222192961764603f,-0.9375867258192971f,-1.2656570429049f,0f,0.9730425897540427f,0.23062549409106034f,2.2476835806867173f,0.963561858126161f,-0.0616889983850903f,0.2602748797765632f,0.10253247068541166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9285248192351341f,-0.15401049009819615f,0.3378201133799981f,1.4425207950023133f,0.07728965491263025f,0.9701520081348634f,0.22985080020608695f,2.3461277137869767f,-0.36313629577315437f,-0.18731217272672215f,0.912713635616641f,-0.3523290779605815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2429574138282588f,-0.15401049009819615f,0.9577329815797291f,1.3991951417764013f,-0.22093663118070478f,0.9701520081348634f,0.0999604227402686f,2.355205740297073f,-0.9445415290332158f,-0.18731217272672215f,-0.26973218176552316f,-0.26968804876061336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.46214030107639714f,-0.15401049009819615f,0.8733310432251509f,1.2898583119055846f,-0.0968322827743588f,0.9701520081348634f,0.2223254149318035f,2.3173179148022545f,-0.8815043114663271f,-0.18731217272672215f,0.43343315380191083f,-0.37602353643088404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015586390702096787f,0f,0.0000010977476402119271f,-0.05550056176243733f,0f,0.000015625f,0f,1.6122748437500003f,-0.0000010977476402119271f,0f,-0.000015586390702096787f,0.6852941193022919f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..e5c7f0aca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.553615820421121f,-0.097617406087296f,-0.5923890696600347f,0.05616454243062463f,-0.16963929417606669f,0.7983980889637835f,0.026971204179060213f,1.4252463447712138f,0.5759136026309324f,0.14133569263356868f,-0.5615088500966786f,-0.2894483727815256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5376302589860386f,0.11918975889254622f,-0.58029949680983f,0.05616454243062463f,0.14577056255947085f,0.7861633964562157f,0.026420771440712046f,1.4252463447712138f,0.574199135939528f,-0.08798247238833228f,-0.5500494858089914f,-0.2894483727815256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.650659736842917f,0.1147288668660759f,0.4800246227055197f,-0.044098300562505216f,0.16433016024741992f,0.7993342325195986f,0.031699015754525925f,1.4259064716133216f,-0.46538365863984477f,0.12184628133174448f,-0.6599363442340952f,-0.30319143970464285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550238f,0.4702282018339785f,-0.044098300562505216f,-0.15092639616061093f,0.7850203756653679f,0.03105209706565805f,1.4259064716133216f,-0.4668607250385565f,-0.06418611959501215f,-0.6464682555762565f,-0.30319143970464285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8540532131976885f,0.7984552775259892f,1.0365657378177233f,-0.3671137669236985f,1.3034154884964766f,0.6274870815438547f,0.5905711446075469f,1.4853694451183188f,-0.11448765599048724f,1.1874912135617985f,-1.0090408536522848f,0.5327519595800497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3369433856596135f,-0.9126074349001716f,-0.2315530708610151f,-0.4755202148063149f,-0.2891749090137239f,0.1337385871696377f,-0.9478881064233129f,1.5478692596314283f,0.8960173139271035f,0.3863439660028333f,-0.21884083959823392f,0.3167190293474462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4354639706135558f,-0.8589022758472871f,-0.26955149942418644f,-0.2984375f,-0.18398125698223314f,0.37802796288167534f,-0.9073289129961462f,1.5955339853727954f,0.8812048725334612f,-0.34551662742027595f,-0.3226394780546928f,0.027799619499157414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7916040626223937f,0.5617882677394613f,0.24032675729102213f,0.37581185055141836f,0.2309651936199924f,0.08902799401137473f,-0.9688803309069653f,1.5761306881494093f,-0.5657014118559385f,0.8224767221706681f,-0.05927861428535813f,0.35015826369432945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11331124984874595f,0.936553797071427f,0.33170400336566375f,0.2984375f,0.09243193940436886f,0.3423429706979808f,-0.935017447426319f,1.5955339853727954f,-0.9892506746197665f,-0.07528795125897923f,-0.12535879370655822f,0.02779961949915749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.980447108379162e-17f,1.0062272925800946e-16f,-0.15625000000000003f,0f,0.8216469379421636f,-0.569996762596303f,1.2813625701925693f,-1.2246467991473532e-16f,-0.569996762596303f,-0.8216469379421636f,0.2675679908318454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.5984270705692844e-17f,1.196762946556746e-16f,-0.15625000000000003f,0f,0.9772311064626789f,-0.21217767215644634f,1.4632672922033438f,-1.2246467991473532e-16f,-0.21217767215644634f,-0.9772311064626789f,0.22167698288712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.607338245610478e-17f,1.0887319967076367e-16f,0.15624999999999997f,0f,0.8890171414857364f,-0.45787391511695674f,1.2756833564341572f,-1.2246467991473532e-16f,-0.45787391511695674f,-0.8890171414857364f,0.218923886204899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.875626152274415e-18f,1.2232364793422932e-16f,0.15624999999999997f,0f,0.9988483864849507f,0.047978128521343866f,1.4632672922033438f,-1.2246467991473532e-16f,0.047978128521343866f,-0.9988483864849507f,0.22167698288712007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.8351505321912494e-17f,1.1630459950561668e-16f,0.29375f,0f,0.9496991262018769f,0.3131638064837495f,2.1370495245157897f,-1.2246467991473532e-16f,0.3131638064837495f,-0.9496991262018769f,0.21119568700120783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.8351505321912494e-17f,1.1630459950561668e-16f,0.33125f,0f,0.9496991262018769f,0.3131638064837495f,2.0476962405984067f,-1.2246467991473532e-16f,0.3131638064837495f,-0.9496991262018769f,0.08301591810931322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.8351505321912494e-17f,1.1630459950561668e-16f,-0.29375f,0f,0.9496991262018769f,0.3131638064837495f,2.1370495245157897f,-1.2246467991473532e-16f,0.3131638064837495f,-0.9496991262018769f,0.21119568700120778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.8351505321912494e-17f,1.1630459950561668e-16f,-0.33125f,0f,0.9496991262018769f,0.3131638064837495f,2.0476962405984067f,-1.2246467991473532e-16f,0.3131638064837495f,-0.9496991262018769f,0.08301591810931314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879697265981517f,0.1524104577218155f,0.026208237304323406f,0.19397806581943144f,0.13894221936209655f,0.8003849301903325f,0.5831629473851638f,2.2217753460610323f,0.06790345355214326f,0.5797887683469237f,-0.8119323279032858f,0.24920921288346604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996484282422095f,-0.004018483579719678f,0.026208237304323406f,0.07879305385257337f,0.012023821699767553f,0.8122662152944568f,0.5831629473851638f,2.231345827658046f,-0.023631496453089974f,0.5832730469350855f,-0.8119323279032858f,0.25236508442647754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727614366000669f,0.2263540133063185f,0.049990480332730375f,0.05716795052471543f,0.1748881669993852f,0.5750859997461898f,0.7991809694553047f,2.2472856003480675f,0.15214899443430208f,0.7861551714235863f,-0.5990081217617858f,0.21619687851611555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950983399357539f,-0.0853243560374745f,0.049990480332730375f,0.08607834896908662f,-0.011382816300999035f,0.6009827032066207f,0.7991809694553047f,2.2523996987854504f,-0.09823301558114013f,0.7946946235587938f,-0.5990081217617858f,0.225432704627539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07139380484326954f,0.049990480332730375f,0.14370242957303597f,0.08277173273092653f,0.5953642736352254f,0.7991809694553047f,2.338482815705627f,0.027294024155774952f,0.800277643264387f,-0.5990081217617858f,0.2929220137594802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08312190921349336f,0.026208237304323406f,0.12499999999999999f,0.08277173273092653f,0.8081273520044775f,0.5831629473851638f,2.15665416150462f,0.027294024155774952f,0.5831131375221578f,-0.8119323279032858f,0.1617215578169949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879697265981517f,-0.15241045772181566f,-0.026208237304323204f,-0.19397806581943153f,-0.13894221936209655f,0.8003849301903325f,0.5831629473851638f,2.2217753460610323f,-0.06790345355214351f,0.5797887683469237f,-0.8119323279032858f,0.24920921288346598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996484282422095f,0.004018483579719512f,-0.026208237304323204f,-0.07879305385257344f,-0.012023821699767553f,0.8122662152944568f,0.5831629473851638f,2.231345827658046f,0.02363149645308973f,0.5832730469350855f,-0.8119323279032858f,0.2523650844264775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9727614366000669f,-0.2263540133063187f,-0.04999048033273022f,-0.05716795052471546f,-0.1748881669993852f,0.5750859997461898f,0.7991809694553047f,2.2472856003480675f,-0.1521489944343023f,0.7861551714235863f,-0.5990081217617858f,0.21619687851611552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9950983399357539f,0.08532435603747428f,-0.04999048033273022f,-0.08607834896908666f,0.011382816300999035f,0.6009827032066207f,0.7991809694553047f,2.2523996987854504f,0.0982330155811399f,0.7946946235587938f,-0.5990081217617858f,0.22543270462753898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07139380484326976f,-0.04999048033273022f,-0.14370242957303603f,-0.08277173273092653f,0.5953642736352254f,0.7991809694553047f,2.338482815705627f,-0.027294024155775195f,0.800277643264387f,-0.5990081217617858f,0.2929220137594801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08312190921349352f,-0.026208237304323204f,-0.12500000000000003f,-0.08277173273092653f,0.8081273520044775f,0.5831629473851638f,2.15665416150462f,-0.027294024155775195f,0.5831131375221578f,-0.8119323279032858f,0.16172155781699485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.8351505321912494e-17f,1.1630459950561668e-16f,-3.784551070441005e-18f,0f,0.9496991262018769f,0.3131638064837495f,1.6601469903735409f,-1.2246467991473532e-16f,0.3131638064837495f,-0.9496991262018769f,0.030903204687881887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.875626152274415e-18f,1.2232364793422932e-16f,-1.5811912633380996e-18f,0f,0.9988483864849507f,0.047978128521343866f,1.2855788454416843f,-1.2246467991473532e-16f,0.047978128521343866f,-0.9988483864849507f,0.012911406492377937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9949685182509117f,-0.09888525278383187f,0.016104486066399464f,0.1511931906586251f,-0.093689384003644f,0.8613814716443542f,-0.49924368762441484f,0.8494342213240433f,0.03549573234352149f,-0.4982405715010412f,-0.8663119449111348f,0.4024461653373277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9949685182509117f,-0.07840799423684298f,0.06236853476986917f,0.12499999999999999f,-0.093689384003644f,0.5076108241196293f,-0.8564774080859392f,1.0127833912841337f,0.03549573234352149f,-0.8580113272424472f,-0.512402786203443f,0.09938671912838605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1636879771213947f,0.05796495279866597f,-0.1416255246708561f,0.1623845250341587f,0.9863701031626829f,-0.026557214015569153f,1.0327997599280425f,-0.061521993112028654f,-0.01674113893209822f,-0.9979653193527216f,0.38842887914222707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1623845250341587f,0.19600844033884707f,-0.9670635746140805f,1.0063409581592304f,-0.061521993112028654f,-0.976153469724822f,-0.2081812861611596f,0.052460479771318735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.617358657193276e-17f,-3.719219929332323e-18f,0.10250442867380107f,0.7785984356715664f,-0.619093949309834f,1.1932166852727135f,-0.08080797582988637f,-0.6137975147508531f,-0.785316930880745f,0.03036973543655027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.7725953675830404e-18f,-0.10250442867380107f,0.6848599445066267f,-0.7214289282477088f,1.1554544032661376f,0.08080797582988612f,-0.7171190720378174f,-0.6922501770038749f,0.030805578965377348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.58171423393782e-17f,9.617358657193276e-17f,-3.719219929332323e-18f,0f,0.785316930880745f,-0.619093949309834f,1.1932166852727135f,-1.2246467991473532e-16f,-0.619093949309834f,-0.785316930880745f,0.03036973543655027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1786677246455682e-16f,-3.796462124441836e-18f,0.0838835009944906f,0.9587928037057607f,-0.27144044986507426f,1.218175669152474f,-0.02365759401974914f,-0.27040753700322523f,-0.9624552364536473f,0.031000465824800108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1786677246455682e-16f,-3.796462124441836e-18f,-0.0838835009944906f,0.9587928037057607f,-0.27144044986507426f,1.218175669152474f,0.023657594019748898f,-0.27040753700322523f,-0.9624552364536473f,0.031000465824800108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3241867808638084e-17f,1.1786677246455682e-16f,-3.796462124441836e-18f,0f,0.9624552364536473f,-0.27144044986507426f,1.218175669152474f,-1.2246467991473532e-16f,-0.27144044986507426f,-0.9624552364536473f,0.031000465824800108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1452103413119632e-16f,-0.19375f,0.12205963813121459f,0.927134998332917f,-0.3542910379977159f,1.2305282223135083f,-0.04624426012753158f,-0.3512600290536288f,-0.9351352096860117f,0.031597947464746916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12205963813121462f,0.8927284711890215f,-0.4337479930417999f,1.2309705262864794f,0.04624426012753135f,-0.43142578236444895f,-0.9009624091583845f,0.018836339079044737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.320419938850674e-17f,1.1030372157840639e-16f,-0.00781250000000001f,0f,0.9006982393225879f,-0.43444525740441714f,1.0910557265857819f,-1.2246467991473532e-16f,-0.43444525740441714f,-0.9006982393225879f,0.07916190380261463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.3388138565049604e-17f,1.1452103413119632e-16f,0f,0f,0.9351352096860117f,-0.3542910379977159f,1.3f,-1.2246467991473532e-16f,-0.3542910379977159f,-0.9351352096860117f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6979535380340798f,0.06743585592094734f,-0.7129609134320898f,-1.1008492934939598f,-0.025141078239693044f,0.9972501850994857f,0.06971366081326687f,1.990481006718269f,0.715701603275175f,-0.030732290107488205f,0.697729705125196f,0.19832364809386235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08224813612944465f,0.06743585592094734f,-0.9943277374384372f,-1.0619718019949373f,0.02514107823969303f,0.9972501850994857f,0.06971366081326687f,1.990481006718269f,0.9962947205963594f,-0.030732290107488205f,0.08032655884930717f,0.2836325172385383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.41469324265623897f,0.06743585592094734f,-0.907459045814996f,-0.9452916908721992f,-6.938893903907228e-18f,0.9972501850994857f,0.07410849019539925f,1.979364733188959f,0.9099612708765432f,-0.030732290107488205f,0.4135529129984402f,0.17894514571643427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5013433581440668f,0.7862821352245308f,-0.36113050421084975f,0.9065936753765869f,-0.8642367357901497f,0.4348785430933244f,-0.2529338199367864f,2.1802967657752546f,-0.041829436472621495f,0.4389089388287508f,0.8975573751357641f,-0.45393979024335224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.573296776586001f,0.7862821352245308f,0.23041529850002024f,0.8490924001213297f,-0.24858570013881814f,0.4348785430933244f,-0.8654974306394683f,2.2398410793836887f,-0.7807278371126486f,0.4389089388287508f,0.444772962053254f,-0.409926831232175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6133469360560763f,0.7862821352245308f,-0.07460522674301139f,0.88903382176041f,-0.6351393451566334f,0.4348785430933244f,-0.6383405556527256f,2.3058200059273806f,-0.4694715627858907f,0.4389089388287508f,0.7661301424376887f,-0.546852832103417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4661225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15.mcfunction new file mode 100644 index 000000000..182eb6c6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150.mcfunction new file mode 100644 index 000000000..9ae3499a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150_as_bone.mcfunction new file mode 100644 index 000000000..7f45e1251 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_150_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7878814084544228f,-0.14926579974379464f,-0.15461905342862756f,0.08020168263645663f,-0.16333059696773355f,0.7977505830991961f,0.06214151352759892f,1.6069613193039722f,0.13967980079626097f,0.09087448836820142f,-0.7994847247182268f,-0.31351344060659353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7690080547571088f,0.1602666557356011f,-0.15146356254232904f,0.08020168263645663f,0.1512373574598985f,0.7832124237376097f,0.06087331937397446f,1.6069613193039722f,0.16048013405787823f,0.02988140496003052f,-0.783168709928059f,-0.31351344060659353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7078251655654992f,0.11446762447894039f,0.3909285642962998f,0.019166219991769984f,0.16333059696773355f,0.7977505830991961f,0.06214151352759892f,1.6069613193039722f,-0.3731636310397647f,0.13204398719928623f,-0.7143232702062683f,-0.323041240942902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6835102496254597f,-0.1617488997371875f,0.38295043033106924f,0.019166219991769984f,-0.1512373574598985f,0.7832124237376097f,0.06087331937397446f,1.6069613193039722f,-0.3872221589288102f,-0.020386091750707817f,-0.6997452442836914f,-0.323041240942902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3868607045592942f,-0.6304003239963334f,-0.3473025592399472f,-0.675973199968084f,-0.24234527752832563f,-0.3009320078998759f,1.513973230635558f,1.599360959319465f,-0.6777111498337752f,1.3976557545142034f,0.1693287904176812f,0.29544766350563567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3440411514347709f,-0.9035827828448926f,0.25529167762721333f,-0.6088131465859614f,-0.2647858742829935f,-0.16748945235270302f,-0.9496503167644301f,1.6486046895130995f,0.9008463392275222f,-0.39431641849772325f,-0.18163269310204186f,0.06009851902404002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.909966313892965f,-0.3216133628911093f,0.26177500337106585f,-0.3007119950931442f,-0.31013054180039257f,0.10874507589977761f,-0.9444541045017204f,1.7480691631692205f,0.27528231803485836f,-0.94060584373978f,-0.19869648235419726f,-0.008582743629626369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.0320303247736383f,0.9824875373557724f,-0.18355461649189023f,0.5528382877257666f,0.2544375653964431f,-0.18561372357783193f,-0.9491096200833191f,1.6472110783704579f,-0.9665586291632938f,-0.016302900360421146f,-0.25592700488579195f,0.25274620948138365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7562565467656281f,0.6281867731926495f,-0.18291367761852564f,0.2890209313133408f,0.31334638213581956f,0.10232568097414607f,-0.9441098981662938f,1.7480691631692205f,-0.5743605838465241f,-0.7713046304794129f,-0.27422451882444043f,0.0834761567387974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6962602214002266f,-0.6094959692539611f,0.3791257938453698f,-0.12746086431031106f,-0.713278053127955f,0.6466245370465302f,-0.27039069328539095f,1.4530475605318807f,-0.08035000324643067f,-0.45868439209606293f,-0.8849590416656375f,0.2437379998843805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9119894455643152f,-0.339277911905179f,0.23057699293848588f,-0.18963436658666658f,-0.3719936437963597f,0.9209274129069256f,-0.11624727580319345f,1.6249949049781593f,-0.17290454058352542f,-0.1917894643869113f,-0.9660853074111941f,0.20173944214051467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6696060744641561f,-0.6315754557165759f,0.3908198418416118f,0.18780434860416684f,-0.7378380712125863f,0.6258769671377424f,-0.25273108767176145f,1.455072928862517f,-0.08498638543904154f,-0.45759202980696756f,-0.885091435133764f,0.29000231730408416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8982171098335027f,-0.37398153852495675f,0.23096283780049046f,0.1191263278669905f,-0.40391461335303336f,0.9095207681847679f,-0.09810686704027924f,1.6249949049781593f,-0.173375340582849f,-0.18141053189684384f,-0.9680037242669499f,0.2499378192967575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,-0.04681453760765779f,0.1469584115593741f,0.2563279851514012f,0f,0.9528226119197485f,0.3035277091377794f,2.3067557359936854f,-0.15423480689997698f,0.2998957640297868f,-0.9414213483119644f,0.26251647966756936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,-0.04681453760765779f,0.1469584115593741f,0.3130084367704886f,0f,0.9528226119197485f,0.3035277091377794f,2.2161086322353833f,-0.15423480689997698f,0.2998957640297868f,-0.9414213483119644f,0.1425550630183485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,-0.04681453760765779f,0.1469584115593741f,-0.32414212042147406f,0f,0.9528226119197485f,0.3035277091377794f,2.3067557359936854f,-0.15423480689997698f,0.2998957640297868f,-0.9414213483119644f,0.17190353061383287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,-0.04681453760765779f,0.1469584115593741f,-0.34156423547126435f,0f,0.9528226119197485f,0.3035277091377794f,2.2161086322353833f,-0.15423480689997698f,0.2998957640297868f,-0.9414213483119644f,0.040374503447113734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9708187645758927f,0.1895102942303744f,0.1469584115593741f,0.1657565810495062f,0.22660731716479585f,0.9254836862921707f,0.3035277091377794f,2.4092388880780424f,-0.07848598699583945f,0.32797224697795946f,-0.9414213483119644f,0.2581839315376098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9885123161001306f,0.035307593946647176f,0.1469584115593741f,0.05225058622849154f,0.07903985968863671f,0.949538640796662f,0.3035277091377794f,2.4279119595862952f,-0.1288258572599318f,0.3116564509900708f,-0.9414213483119644f,0.24648580497223735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9506075956265073f,0.2734015808460815f,0.1469584115593741f,0.03001818058133557f,0.30640622598799905f,0.9022118124151128f,0.3035277091377794f,2.425575724207632f,-0.049602659333770505f,0.3335647180525852f,-0.9414213483119644f,0.2422620307836958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9885672830306734f,-0.0337335470014366f,0.1469584115593741f,0.05914434392686169f,0.01261085529719988f,0.9527391542884363f,0.3035277091377794f,2.4327715830066143f,-0.1502520989870877f,0.30191083400974056f,-0.9414213483119644f,0.24912875124653927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9816734687222889f,0.12132776301694087f,0.1469584115593741f,0.1245568270093059f,0.16149683466597026f,0.9390365819170432f,0.3035277091377794f,2.5371414471352134f,-0.1011729865113293f,0.3216984173769916f,-0.9414213483119644f,0.25979566504654134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9816734687222889f,0.12132776301694087f,0.1469584115593741f,0.09725808033049424f,0.16149683466597026f,0.9390365819170432f,0.3035277091377794f,2.325858216203879f,-0.1011729865113293f,0.3216984173769916f,-0.9414213483119644f,0.18741352113671833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9485512057693112f,-0.2804529110305889f,0.1469584115593741f,-0.2365593418174537f,-0.22660731716479585f,0.9254836862921707f,0.3035277091377794f,2.4092388880780424f,-0.22113284206774758f,0.25460972310876767f,-0.9414213483119644f,0.19538133090019583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9807454675018537f,-0.12861396987308998f,0.1469584115593741f,-0.12488825560888749f,-0.07903985968863671f,0.949538640796662f,0.3035277091377794f,2.4279119595862952f,-0.17858059400441892f,0.28606785276838015f,-0.9414213483119644f,0.21883395400394803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9204986002893064f,-0.3620573879060798f,0.1469584115593741f,-0.10242627988724635f,-0.30640622598799905f,0.9022118124151128f,0.3035277091377794f,2.425575724207632f,-0.24248206437016973f,0.2343678591472466f,-0.9414213483119644f,0.22158709329135917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9873280778476939f,-0.059887327253131756f,0.1469584115593741f,-0.13225954400504658f,-0.01261085529719988f,0.9527391542884363f,0.3035277091377794f,2.4327715830066143f,-0.1581904959921776f,0.29782815837363597f,-0.9414213483119644f,0.2192500881089357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9658039888308428f,-0.21360215455462706f,0.1469584115593741f,-0.19781096000722243f,-0.16149683466597026f,0.9390365819170432f,0.3035277091377794f,2.5371414471352134f,-0.20283349711353257f,0.26941495391157727f,-0.9414213483119644f,0.20947318404182885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9658039888308428f,-0.21360215455462706f,0.1469584115593741f,-0.14975047523243143f,-0.16149683466597026f,0.9390365819170432f,0.3035277091377794f,2.325858216203879f,-0.20283349711353257f,0.26941495391157727f,-0.9414213483119644f,0.14885481941172407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,-0.04681453760765779f,0.1469584115593741f,-0.0068461972882744f,0f,0.9528226119197485f,0.3035277091377794f,1.8280513866844523f,-0.15423480689997698f,0.2998957640297868f,-0.9414213483119644f,0.04385700834370428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,-0.012470138022234734f,0.1537298647536633f,-0.002169895529936375f,0f,0.9967261466042411f,0.08085164608998896f,1.454279081707862f,-0.15423480689997698f,0.07988419326229215f,-0.9847995430580578f,0.013900435870344726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9873092741831283f,0.0005217618011210193f,0.15880845341670985f,0.08605804605323947f,-0.09404025372147086f,0.80389647680526f,-0.5872877363440272f,1.0322778259256058f,-0.12797198049567643f,-0.5947690159588955f,-0.7936453804208157f,0.41133123176137315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9873092741831283f,0.07000294796355516f,0.14254818269061237f,0.11184507429612976f,-0.09404025372147086f,0.46560022304999515f,-0.879984581101167f,1.1934188626589677f,-0.12797198049567643f,-0.8822222053270969f,-0.4531083232912497f,0.09396866567569644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9790482828066921f,0.1347175698792763f,0.15269458503525812f,-0.17886387191820063f,0.09606382246316658f,0.9667508154615748f,-0.23699072306346725f,1.2573865789577385f,-0.17954442889444544f,-0.2173569349484899f,-0.9594372104951763f,0.31114741456218153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9790482828066921f,0.1875041555323182f,-0.07941442936506937f,-0.12408660845955673f,0.09606382246316658f,0.08143257022464381f,-0.9920385468923945f,1.2050576111651246f,-0.17954442889444544f,-0.9788824894565847f,-0.09773878395113555f,-0.015548917699009339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9526968714605105f,0.28830146101232057f,0.09618180018858458f,-0.009001246221430472f,0.10699276471663854f,0.6143593324454248f,-0.7817385489634638f,1.3785064900947348f,-0.28446655235307616f,-0.7344691131799712f,-0.6161443843588783f,0.0190981918847002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9940699483957381f,-0.050084386326511354f,0.096521976475781f,-0.009068491621676335f,-0.10699276471663857f,0.6090700299316552f,-0.785866557971099f,1.3767473124551837f,-0.019428998810656184f,-0.791533481847325f,-0.6108168801857607f,0.01952896855611013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,0.12057129414564804f,0.09618180018858458f,-0.009001246221430472f,0f,0.623606318974157f,-0.7817385489634638f,1.3785064900947348f,-0.15423480689997698f,-0.7723844392292905f,-0.6161443843588783f,0.0190981918847002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.969036484351466f,0.19480654440519943f,0.15171915585270035f,-0.01106577364296785f,0.16672855380248008f,0.9694568416432444f,-0.1798750164365208f,1.3876595578680693f,-0.18212600402656512f,-0.1490095381108545f,-0.9719188629763831f,0.03232363551999351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9784409732016657f,-0.1401233731663685f,0.15171915585270035f,-0.01106577364296785f,-0.16672855380248008f,0.9694568416432444f,-0.1798750164365208f,1.3876595578680693f,-0.12188047959829676f,-0.20129300157626884f,-0.9719188629763831f,0.03232363551999351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,0.02774298842621697f,0.15171915585270035f,-0.01106577364296785f,0f,0.9836894725785985f,-0.1798750164365208f,1.3876595578680693f,-0.15423480689997698f,-0.17772267196737007f,-0.9719188629763831f,0.03232363551999351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9568316996219828f,0.2708610886163252f,0.10539150474344194f,-0.20253315584352502f,0.20473364383282008f,0.8855144140576549f,-0.4170711660844755f,1.4438170857114876f,-0.20629404664566475f,-0.3774897259127822f,-0.9027426394874946f,0.002669668086629967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9803939066059509f,-0.10218537894772625f,0.16848126370380603f,0.18042256260944448f,-0.16544062082987063f,0.891323006545684f,-0.42210508049748663f,1.443892127288303f,-0.10703825890469645f,-0.4417028937325092f,-0.8907532569679321f,0.06184337047533302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,0.053667265024852834f,0.1445966815809595f,-0.01684881073422192f,0f,0.9375100503398828f,-0.3479581950633015f,1.272209697971276f,-0.15423480689997698f,-0.34379460463547534f,-0.9262920134407204f,0.05728085499781187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9880342222517026f,0.04086061369680782f,0.1487238578970887f,0f,0f,0.9642690964921932f,-0.2649247243088675f,1.4876635742187503f,-0.15423480689997698f,-0.26175469393775863f,-0.952730866794016f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7657165385649306f,0.2176389432720581f,-0.6052367081890881f,-1.4702261418432532f,-0.14381112068212315f,0.9751192693394142f,0.16870320723423954f,2.263319172024907f,0.6268943644158029f,-0.04213906660557208f,0.7779638519425682f,0.47327783756702907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4763943175026003f,0.2176389432720581f,-0.8518695584551979f,-1.4524053105002648f,0.14381112068212315f,0.9751192693394142f,0.16870320723423954f,2.263319172024907f,0.867390809162389f,-0.04213906660557208f,-0.4958401791366123f,0.5653184833179405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.190088867658541f,0.2176389432720581f,-0.9573398104976706f,-1.3177147545971084f,0f,0.9751192693394142f,0.22168087550117388f,2.2300670406997307f,0.9817668880097221f,-0.04213906660557208f,0.185359317740753f,0.4914942627813718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9641807748552997f,-0.13658754791034655f,0.2273747460807229f,1.4531579486756123f,0.07354190041026208f,0.9612746103262338f,0.265598780920008f,2.3872551090290557f,-0.2548470566506145f,-0.23936366745599902f,0.9368874064787789f,-0.23096100817881182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.12177208007056867f,-0.13658754791034655f,0.9831151520911099f,1.4001084533129315f,-0.25608811661175157f,0.9612746103262338f,0.10183319730025767f,2.398750698651775f,-0.9589527814473104f,-0.23936366745599902f,-0.15203485671542888f,-0.15452368116516657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.565861283868595f,-0.13658754791034655f,0.8131081411315623f,1.3046669798245376f,-0.12261962264233892f,0.9612746103262338f,0.24681076087804132f,2.355981289708709f,-0.8153314881455493f,-0.23936366745599902f,0.5271997715670769f,-0.27182231040705074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015438034722682852f,0f,0.000002409918857812141f,-0.11316756674283583f,0f,0.000015625f,0f,1.6537860742187502f,-0.000002409918857812141f,0f,-0.000015438034722682852f,0.6781603380792449f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151.mcfunction new file mode 100644 index 000000000..bd15e3e6a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151_as_bone.mcfunction new file mode 100644 index 000000000..84d89d125 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_151_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7989296475922482f,-0.15818831136405137f,-0.06026873808501869f,0.11577933305714758f,-0.16255676242440315f,0.798057647371383f,0.0601974659482769f,1.6494502108247182f,0.04723517368092154f,0.07088648717694881f,-0.8122120343527853f,-0.3027217747243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.78235179945773f,0.15633325381916416f,-0.05903876383838566f,0.11577933305714758f,0.15205280722881642f,0.7832002344188648f,0.05896894623504676f,1.6494502108247182f,0.06932247614654491f,0.04644681427771161f,-0.7956362785496673f,-0.3027217747243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6609351838014378f,0.09922524659806951f,0.46932236010588335f,0.05635531187826875f,0.16255676242440315f,0.798057647371383f,0.0601974659482769f,1.6494502108247182f,-0.4513141104019465f,0.14213650605685405f,-0.6656254441068897f,-0.31916986962821353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6353596864419482f,-0.15796581577238605f,0.4597443527567837f,0.05635531187826875f,-0.15205280722881642f,0.7832002344188648f,0.05896894623504676f,1.6494502108247182f,-0.4617337031863993f,-0.040548660318190995f,-0.6520412513700145f,-0.31916986962821353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1849479854870826f,-0.8770440064706404f,-0.5177821283165658f,-0.7017194665483807f,-0.31817860273479753f,-0.4358197570992274f,1.4663661773526089f,1.57807071105726f,-0.9675055030602342f,1.2174814988474767f,0.1519149482844431f,0.1788366925118124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.47069099628613936f,-0.7888698134453452f,0.39513846111188433f,-0.5985528633637892f,-0.3725560132747908f,-0.22826075585400557f,-0.8994993297995013f,1.65326664486727f,0.7997824722935329f,-0.5705974454654215f,-0.18645791010407678f,-0.035702672412766104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.896905603650306f,-0.1715759805765199f,0.4075806926608349f,-0.29756576652263556f,-0.4325723424412272f,0.14890490200472203f,-0.8892179140761132f,1.792522164863339f,0.09187767245413847f,-0.9738526649592175f,-0.20777266484367074f,-0.04368981616350618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.12790331177776232f,0.963860513555399f,-0.23369564233207915f,0.5182594573879675f,0.3468358971459779f,-0.2642223008360952f,-0.8999396847521643f,1.651971097640297f,-0.9291639270264563f,0.03405122831268487f,-0.3680963332650466f,0.2911636383492159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6805684711801712f,0.6955845424446951f,-0.23019274607921242f,0.2776799761562282f,0.4358051451130134f,0.13175122643398923f,-0.8903457136563108f,1.792522164863339f,-0.5889825392390763f,-0.7062604042739082f,-0.392805053208772f,0.11553361538738893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5336782620039181f,-0.6630583237749553f,0.5249201576785025f,-0.1393306406161514f,-0.8390503630905974f,0.49275731299245246f,-0.23061812307361043f,1.504442039363449f,-0.10574498031591886f,-0.5635103280022513f,-0.819313193701152f,0.232528059891548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8452262427204907f,-0.3966182722745978f,0.3581711109435199f,-0.2114579972242415f,-0.4603319180051195f,0.8807824558506975f,-0.11098103771069212f,1.668895118349763f,-0.27145372327954936f,-0.25868167999208436f,-0.927036495804854f,0.17823126679425189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.49385663215460074f,-0.6839247314913326f,0.5369847190855843f,0.16995989933021532f,-0.8628817003988902f,0.46175404842209544f,-0.20547109257149793f,1.5077482588368407f,-0.10742810616237769f,-0.5648275492752757f,-0.8181864344915841f,0.31439777763194926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8242025652060517f,-0.4398474543562805f,0.3566852231366808f,0.089717784283017f,-0.4984659453333395f,0.8623950576375861f,-0.08835420706002085f,1.668895118349763f,-0.2687412005084151f,-0.25061720104287455f,-0.9300371958640856f,0.2615943199622598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,-0.07957142648430203f,0.25461781181648035f,0.225407239923831f,0f,0.9544763917450397f,0.2982864690215928f,2.3511360258770027f,-0.2667617701376253f,0.28747731334598037f,-0.9198885542849299f,0.28681379160092796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,-0.07957142648430203f,0.25461781181648035f,0.29536518187303473f,0f,0.9544763917450397f,0.2982864690215928f,2.259790833379647f,-0.2667617701376253f,0.28747731334598037f,-0.9198885542849299f,0.1746431418486292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,-0.07957142648430203f,0.25461781181648035f,-0.34080322930981494f,0f,0.9544763917450397f,0.2982864690215928f,2.3511360258770027f,-0.2667617701376253f,0.28747731334598037f,-0.9198885542849299f,0.13009125164507307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,-0.07957142648430203f,0.25461781181648035f,-0.3431274749223532f,0f,0.9544763917450397f,0.2982864690215928f,2.259790833379647f,-0.2667617701376253f,0.28747731334598037f,-0.9198885542849299f,-0.0020865308675475785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.955294431852185f,0.150274144076746f,0.25461781181648035f,0.13591132340416f,0.22540203353277f,0.9274799758905431f,0.2982864690215928f,2.4538000642022184f,-0.19132817814295727f,0.34234277551027564f,-0.9198885542849299f,0.27155220270754726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9670412275138838f,-0.0010169534051919643f,0.25461781181648035f,0.024512419811819855f,0.07753712660278786f,0.951321804857228f,0.2982864690215928f,2.4723180130087488f,-0.2425268197264462f,0.3081976466635625f,-0.9198885542849299f,0.2467225737247525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9385619934849356f,0.23296170134030875f,0.25461781181648035f,0.002916513359238343f,0.3053795169267637f,0.9043055529190379f,0.2982864690215928f,2.4699405091519138f,-0.16076297778767418f,0.35771540736795504f,-0.9198885542849299f,0.23997406093287862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9646146246034739f,-0.06847186215436775f,0.25461781181648035f,0.031054420373544542f,0.01098739555664871f,0.9544131492899247f,0.2982864690215928f,2.4771979423799793f,-0.2634348176304359f,0.2905290769537555f,-0.9198885542849299f,0.250115731248681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9634499770148337f,0.08327011286112106f,0.25461781181648035f,0.09478600384865067f,0.16015523292134012f,0.9409439323182555f,0.2982864690215928f,2.5816776180395857f,-0.21474273714849518f,0.32816246668007987f,-0.9198885542849299f,0.2676635850510409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9634499770148337f,0.08327011286112106f,0.25461781181648035f,0.07605022845489846f,0.16015523292134012f,0.9409439323182555f,0.2982864690215928f,2.3699652332679784f,-0.21474273714849518f,0.32816246668007987f,-0.9198885542849299f,0.19382703004802304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9177124413581635f,-0.30491579965988436f,0.25461781181648035f,-0.2561973452238415f,-0.22540203353277f,0.9274799758905431f,0.2982864690215928f,2.4538000642022184f,-0.32710517919429427f,0.21634983115281334f,-0.9198885542849299f,0.1630196519596542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9541132183506655f,-0.15759992536268208f,0.25461781181648035f,-0.14788599752045303f,-0.07753712660278786f,0.951321804857228f,0.2982864690215928f,2.4723180130087488f,-0.2892334015405531f,0.26485672943850874f,-0.9198885542849299f,0.19900406741515964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8876451054589811f,-0.38373941244091914f,0.25461781181648035f,-0.12589368236673143f,-0.3053795169267637f,0.9043055529190379f,0.2982864690215928f,2.4699405091519138f,-0.34471657545916023f,0.1870174598781925f,-0.9198885542849299f,0.20432042656312197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.962782661559964f,-0.09066044620064209f,0.25461781181648035f,-0.15524164406560853f,-0.01098739555664871f,0.9544131492899247f,0.2982864690215928f,2.4771979423799793f,-0.270053372018188f,0.28438745393773684f,-0.9198885542849299f,0.19855046711253577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9367467909482248f,-0.24015665627666954f,0.25461781181648035f,-0.2189256444131589f,-0.16015523292134012f,0.9409439323182555f,0.2982864690215928f,2.5816776180395857f,-0.31121656610166865f,0.23864051768186378f,-0.9198885542849299f,0.180830703992036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9367467909482248f,-0.24015665627666954f,0.25461781181648035f,-0.16489039675090833f,-0.16015523292134012f,0.9409439323182555f,0.2982864690215928f,2.3699652332679784f,-0.31121656610166865f,0.23864051768186378f,-0.9198885542849299f,0.12713658751361673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,-0.07957142648430203f,0.25461781181648035f,-0.011596534694065125f,0f,0.9544763917450397f,0.2982864690215928f,1.8714746303417205f,-0.2667617701376253f,0.28747731334598037f,-0.9198885542849299f,0.041896203012408956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,-0.02088048744336765f,0.26594331586089287f,-0.003766351902802256f,0f,0.996931890666679f,0.07827391245977705f,1.497625171341716f,-0.2667617701376253f,0.0754374616214531f,-0.9608055720993467f,0.013607154904364045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9661093484287931f,0.06918838553689417f,0.24868794539601397f,0.037661203667505166f,-0.09463440528602347f,0.8013977461233819f,-0.5905979866580349f,1.0793281940218091f,-0.24016048012662983f,-0.594116671887906f,-0.7676902526215801f,0.4199557342243548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9661093484287931f,0.17241993269059697f,0.1921043822755294f,0.10023925108484472f,-0.09463440528602347f,0.45581223007066396f,-0.8850308131665071f,1.23611801663364f,-0.24016048012662983f,-0.8732162262171829f,-0.42404759880981363f,0.1064364233269795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9516009233321023f,0.16157868443557658f,0.26143452612376694f,-0.2141694690150931f,0.09748275058139656f,0.9654076042985005f,-0.24183728186885292f,1.2984329042758844f,-0.29146662939790463f,-0.20464722401903757f,-0.9344339022363894f,0.2900939409988093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9516009233321023f,0.29963189978154686f,-0.0683842624204669f,-0.121835434733074f,0.09748275058139656f,0.08325095159872542f,-0.9917491580016551f,1.2474590274818804f,-0.29146662939790463f,-0.9504157004654372f,-0.10843062416225782f,-0.02841327949224947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9141296192857309f,0.369331749334249f,0.16721572317885758f,-0.01109172030226328f,0.10701443701159587f,0.6176330137921607f,-0.7791516993147765f,1.4212076882589098f,-0.3910434111650727f,-0.6943511497849746f,-0.6041204609816391f,0.01823844506212606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9850979285255885f,0.04184911387880875f,0.16682542636586692f,-0.011252830099712348f,-0.10701443701159585f,0.6101981633321677f,-0.7849879691671334f,1.418726930026365f,-0.13464761968072797f,-0.7911427514258143f,-0.5966264873274624f,0.0188205059069635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,0.20784788651494854f,0.16721572317885758f,-0.01109172030226328f,0f,0.6268354085841803f,-0.7791516993147765f,1.4212076882589098f,-0.2667617701376253f,-0.7509171902522761f,-0.6041204609816391f,0.01823844506212606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9419331690869004f,0.2096856504201716f,0.2622857849403552f,-0.014599017114661057f,0.16497840696767863f,0.9692810417004143f,-0.18241816640501207f,1.4307197176952549f,-0.2924791107212884f,-0.12855423061116766f,-0.947591567915025f,0.030909680319344265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9582635988761581f,-0.11374111871761902f,0.2622857849403552f,-0.014599017114661057f,-0.16497840696767863f,0.9692810417004143f,-0.18241816640501207f,1.4307197176952549f,-0.23348019252887545f,-0.21807617960938375f,-0.947591567915025f,0.030909680319344265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,0.04866219297546091f,0.2622857849403552f,-0.014599017114661057f,0f,0.9832210395254127f,-0.18241816640501207f,1.4307197176952549f,-0.2667617701376253f,-0.1758077882500821f,-0.947591567915025f,0.030909680319344265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9271142449758907f,0.3107632096398999f,0.20948843475736795f,-0.20135904207023356f,0.20296390526512992f,0.8862264617707815f,-0.4164232361633643f,1.4859694692906056f,-0.31506321575568247f,-0.3435533233597797f,-0.8847068916235136f,-0.02066326916255267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9617925053649343f,-0.04977874152868107f,0.2692159978821167f,0.17232427567242656f,-0.16450419834341443f,0.8911027769510342f,-0.42293523101953306f,1.4860729998367095f,-0.2188459397641036f,-0.4510630973621939f,-0.8652447843511052f,0.08189277236580814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,0.0934683535036432f,0.24985097338268916f,-0.02346869537905178f,0f,0.936607120479776f,-0.35038136632329986f,1.3150124159286563f,-0.2667617701376253f,-0.33768442184960273f,-0.9026668207224305f,0.05550176302224644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9637625008232271f,0.07133673103830074f,0.2570465187699075f,0f,0f,0.9635807958437761f,-0.26741737019325273f,1.5303125f,-0.2667617701376253f,-0.25772683346102f,-0.9286630375476331f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6837438034927698f,0.21114128175251773f,-0.6985082464260143f,-1.5890219726105128f,-0.13505361935784518f,0.9773031326011835f,0.16321491018365888f,2.2343936476985786f,0.7171157027172029f,-0.017261116644570834f,0.6967403553466639f,0.711706848400583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5581929878079303f,0.21114128175251773f,-0.8023963780463871f,-1.581383252869527f,0.13505361935784518f,0.9773031326011835f,0.16321491018365888f,2.2343936476985786f,0.8186458991898774f,-0.017261116644570834f,-0.5740391498772365f,0.8051451299596886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08147967723718047f,0.21114128175251773f,-0.9740536029075759f,-1.4390945723038835f,1.3877787807814457e-17f,0.9773031326011835f,0.21184566789980286f,2.2026167975136084f,0.9966750032971257f,-0.017261116644570834f,0.07963034380722989f,0.7464814376090513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9913695489825172f,-0.09872871574006371f,0.08624997413633534f,1.4549273388445638f,0.06777020902196762f,0.9491334258671403f,0.30749461567777825f,2.4293517748566598f,-0.11222128193582381f,-0.29899561968367266f,0.9476328420283129f,-0.06597805364145365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.030040078855855912f,-0.09872871574006371f,0.994660863988652f,1.3908526605932074f,-0.29748396713617836f,0.9491334258671403f,0.10319413354753687f,2.443762090502722f,-0.9542540976905761f,-0.29899561968367266f,-0.0008581670708366906f,0.000923672120786645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6834632346811351f,-0.09872871574006371f,0.7232777112060882f,1.3143983430379724f,-0.15371003355799776f,0.9491334258671403f,0.2748071423476925f,2.395335861327537f,-0.7136184081305632f,-0.29899561968367266f,0.6335222071775999f,-0.1275555218369735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015058789075362924f,0f,0.000004168152658400395f,-0.19035467281930904f,0f,0.000015625f,0f,1.696435f,-0.000004168152658400395f,0f,-0.000015058789075362924f,0.6606613662400004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152.mcfunction new file mode 100644 index 000000000..abc02582c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152_as_bone.mcfunction new file mode 100644 index 000000000..81cfd3818 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_152_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7974855064526845f,-0.16582503138613788f,0.058850407034584114f,0.15830939385957832f,-0.16172497659186355f,0.7983828596901961f,0.058088602528466905f,1.687040956955683f,-0.06932779665264881f,0.04507008723239182f,-0.8124695614560572f,-0.28343289664152294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7839076203124201f,0.1488804621012546f,0.057649378319592604f,0.15830939385957832f,0.1529275075774143f,0.7831827451267992f,0.056903120844212486f,1.687040956955683f,-0.04584779430112754f,0.06677870723642419f,-0.7958885499977704f,-0.28343289664152294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5899400793234558f,0.07881553311144232f,0.5591987651923404f,0.10198626221711252f,0.16172497659186355f,0.7983828596901961f,0.058088602528466905f,1.687040956955683f,-0.5410731736083766f,0.15270024734003593f,-0.5923401891718103f,-0.3082123835957499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5634562907067399f,-0.14982292560941016f,0.5477865454945375f,0.10198626221711252f,-0.1529275075774143f,0.7831827451267992f,0.056903120844212486f,1.687040956955683f,-0.546927953106405f,-0.06463651210800528f,-0.5802516138825897f,-0.3082123835957499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9117687970532085f,-1.0713126995096438f,-0.6799801545556345f,-0.6959801669749431f,-0.36077396845789356f,-0.5838930483363644f,1.4036799142922902f,1.5523954619849327f,-1.2165221142269824f,0.9760964388695553f,0.09335918606588448f,0.04649738193867475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5614325977104322f,-0.630760095352329f,0.5356632714114689f,-0.5646735921270069f,-0.48550228117967537f,-0.2731278443908336f,-0.8304749939569209f,1.6554561396855583f,0.6701350410159489f,-0.7263214734052252f,-0.15289258998726885f,-0.1391428535707501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8315228610711866f,-0.02194789561863475f,0.5550567731267693f,-0.28790101258621864f,-0.5478453763984424f,0.1976100186308212f,-0.8129057289105394f,1.8322404276425241f,-0.09184320919282557f,-0.9800349842809898f,-0.17634130120457558f,-0.0866962081718524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2753422419177171f,0.932251309758271f,-0.2347214205600197f,0.4629334327935006f,0.4397051952230005f,-0.3392489619444322f,-0.8316065675026432f,1.6530371444706937f,-0.8548953100290284f,0.1257681886393115f,-0.5033253139041967f,0.3396930614412899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5633518267678533f,0.7950177691363594f,-0.22490323704822285f,0.2584372692184f,0.5552084253205842f,0.16268360684824437f,-0.8156455409771349f,1.8322404276425241f,-0.6118646285988102f,-0.584363577595569f,-0.5330486708072235f,0.15366653324157298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4944983386844184f,-0.5856983317397431f,0.6422062419780987f,-0.16957301879270015f,-0.8525586582067695f,0.47064592094465374f,-0.2272358937642378f,1.544711011911161f,-0.16916006430308375f,-0.6598862639087442f,-0.732075809837708f,0.21097349768845947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7922256552238706f,-0.363867027019133f,0.4898768190610438f,-0.23473635623965605f,-0.47138423611489044f,0.874709065845665f,-0.11260973345934848f,1.708015150923102f,-0.38752472585306125f,-0.3201325300179003f,-0.8644881433986519f,0.1455455974138616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.45323638516041387f,-0.6057575787424551f,0.6539377148955392f,0.12487964787588125f,-0.8760207203600571f,0.4383370167394986f,-0.20111776961711614f,1.5481887369511729f,-0.1648164939154081f,-0.6640168789661864f,-0.7293264754425396f,0.3364864045951195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7708914281924677f,-0.4086858239188051f,0.4885716971614146f,0.05130462899836413f,-0.5101958554131754f,0.8553903647820283f,-0.08948470795217967f,1.708015150923102f,-0.3813483906595068f,-0.3182502492785765f,-0.8679229134983868f,0.27138996464602155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,-0.11783056268500157f,0.38507770551063863f,0.18333041569173308f,0f,0.9562349560713764f,0.2925999124866116f,2.390758122123246f,-0.4027019751429116f,0.26782581519433235f,-0.8752716446518128f,0.3127423430786907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,-0.11783056268500157f,0.38507770551063863f,0.268485189147543f,0f,0.9562349560713764f,0.2925999124866116f,2.298659994409944f,-0.4027019751429116f,0.26782581519433235f,-0.8752716446518128f,0.21230872356115088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,-0.11783056268500157f,0.38507770551063863f,-0.35442663655574497f,0f,0.9562349560713764f,0.2925999124866116f,2.390758122123246f,-0.4027019751429116f,0.26782581519433235f,-0.8752716446518128f,0.07615493268223011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,-0.11783056268500157f,0.38507770551063863f,-0.3379216995570598f,0f,0.9562349560713764f,0.2925999124866116f,2.298659994409944f,-0.4027019751429116f,0.26782581519433235f,-0.8752716446518128f,-0.054481334971028084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9174561179831503f,0.09994714750281576f,0.38507770551063863f,0.09702503999059578f,0.22408205356314898f,0.9296088018536341f,0.2925999124866116f,2.493614754274444f,-0.328727097827681f,0.35473658286438553f,-0.8752716446518128f,0.28416443285509374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9217958892915348f,-0.04480512475030751f,0.38507770551063863f,-0.009603548939953487f,0.07590037602627416f,0.9532179310797178f,0.2925999124866116f,2.5119632819359277f,-0.3801729493326675f,0.2989449391848137f,-0.8752716446518128f,0.24338678971162944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9052539525905319f,0.17952838783290329f,0.38507770551063863f,-0.02999968258454487f,0.30425009928743363f,0.9065413218912937f,0.2925999124866116f,2.5095410281606427f,-0.29655886161571066f,0.38203715744113775f,-0.8752716446518128f,0.2336037153482155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9164249933262729f,-0.10899721246712105f,0.38507770551063863f,-0.0036166840697606575f,0.009222364943221928f,0.9561904826956193f,0.2925999124866116f,2.5168650664762775f,-0.4001002119367033f,0.2716971999795287f,-0.8752716446518128f,0.24765937175835884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9221932015615071f,0.03570517766934621f,0.38507770551063863f,0.05699098123566704f,0.15868996896418297f,0.9429754954202012f,0.2925999124866116f,2.621460213181366f,-0.3526715082677992f,0.3309416192089271f,-0.8752716446518128f,0.2735863986456876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9221932015615071f,0.03570517766934621f,0.38507770551063863f,0.04895731626006415f,0.15868996896418297f,0.9429754954202012f,0.2925999124866116f,2.409290726711821f,-0.3526715082677992f,0.3309416192089271f,-0.8752716446518128f,0.19912453432367916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8622317941047716f,-0.32904634013088296f,0.38507770551063863f,-0.27504539412329676f,-0.22408205356314898f,0.9296088018536341f,0.2925999124866116f,2.493614754274444f,-0.45425055476662757f,0.1659999444660208f,-0.8752716446518128f,0.1204712183743243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9030904781195309f,-0.1901124642113166f,0.38507770551063863f,-0.17293874266233433f,-0.07590037602627416f,0.9532179310797178f,0.2925999124866116f,2.5119632819359277f,-0.42268986414262116f,0.2350166522176746f,-0.8752716446518128f,0.17152710819210448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8302724636408014f,-0.402942671900726f,0.38507770551063863f,-0.15194565212237848f,-0.30425009928743363f,0.9065413218912937f,0.2925999124866116f,2.5095410281606427f,-0.4669898427197546f,0.12577772006635296f,-0.8752716446518128f,0.179953315003555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9141521702221882f,-0.1266529525780023f,0.38507770551063863f,-0.1801336370589168f,-0.009222364943221928f,0.9561904826956193f,0.2925999124866116f,2.5168650664762775f,-0.4052662799480336f,0.2639295178747406f,-0.8752716446518128f,0.17000034595062416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8830845531758913f,-0.26809855027731583f,0.38507770551063863f,-0.240197645742748f,-0.15868996896418297f,0.9429754954202012f,0.2925999124866116f,2.621460213181366f,-0.4415644524780989f,0.19728249384126223f,-0.8752716446518128f,0.14283760165223516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8830845531758913f,-0.26809855027731583f,0.38507770551063863f,-0.17987547193035203f,-0.15868996896418297f,0.9429754954202012f,0.2925999124866116f,2.409290726711821f,-0.4415644524780989f,0.19728249384126223f,-0.8752716446518128f,0.09844904053795124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,-0.11783056268500157f,0.38507770551063863f,-0.017104592756288062f,0f,0.9562349560713764f,0.2925999124866116f,1.9100765644600335f,-0.4027019751429116f,0.26782581519433235f,-0.8752716446518128f,0.038878296039088975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,-0.030396577519914647f,0.4015531457467094f,-0.005705876186320069f,0f,0.9971471970163679f,0.0754815704818122f,1.5361463655788956f,-0.4027019751429116f,0.06909063292137793f,-0.9127198933180548f,0.01296930869357225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9216025251124134f,0.15483915204537918f,0.35591238065047937f,-0.02397888090532449f,-0.09527605121003258f,0.7986757383804592f,-0.5941713044133414f,1.1218702230506787f,-0.37625956435982727f,-0.5814997007018115f,-0.7213091142578587f,0.4224202342219487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9216025251124134f,0.29863521778229685f,0.24792295659447094f,0.08376848502101152f,-0.09527605121003258f,0.4451494611713412f,-0.8903731977573719f,1.2739377427020455f,-0.37625956435982727f,-0.8441913076542454f,-0.3817980831653928f,0.11999964992342034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8992917254100056f,0.19297772713681138f,0.3924716415719812f,-0.2547282613155134f,0.09901607726629542f,0.9639232065323021f,-0.24707866834528625f,1.3344685585714773f,-0.4259932030583238f,-0.18333479958151805f,-0.8859560611060319f,0.25780268320657085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8992917254100056f,0.4341875216940897f,-0.052493700710082636f,-0.11706296095402971f,0.09901607726629542f,0.08521779067887508f,-0.9914301511425838f,1.2849627796635097f,-0.4259932030583238f,-0.8967826515700202f,-0.11962719921135748f,-0.044322169013251325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8489534938090953f,0.463516594349891f,0.25383130640566953f,-0.013600315298469275f,0.10702957628162992f,0.6211671194275987f,-0.7763350304752414f,1.4590312146608728f,-0.5175158308209568f,-0.6319048793167354f,-0.5769519809701645f,0.016781761163611898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.955124349948634f,0.15582611983981726f,0.25190414151193763f,-0.01391406561835722f,-0.10702957628162992f,0.6114194381280766f,-0.7840350377885684f,1.455767379417093f,-0.2761922264224215f,-0.7758121493343694f,-0.5673035898079722f,0.01749490750931943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,0.3126316501450122f,0.25383130640566953f,-0.013600315298469275f,0f,0.6303204902722154f,-0.7763350304752414f,1.4590312146608728f,-0.4027019751429116f,-0.7106036383741648f,-0.5769519809701645f,0.016781761163611898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8902639746013832f,0.22543663207464976f,0.39573776727245397f,-0.018790333850993414f,0.163082965094394f,0.9690797774318747f,-0.18517108702119045f,1.4689306871510923f,-0.4252458136454358f,-0.10031305942611661f,-0.8995016887619521f,0.02857853882493439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9150137801360152f,-0.0783670958720123f,0.39573776727245397f,-0.018790333850993414f,-0.163082965094394f,0.9690797774318747f,-0.18517108702119045f,1.4689306871510923f,-0.3689901471004623f,-0.2339721847937815f,-0.8995016887619521f,0.02857853882493439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,0.07456876248279334f,0.39573776727245397f,-0.018790333850993414f,0f,0.9827062982048049f,-0.18517108702119045f,1.4689306871510923f,-0.4027019751429116f,-0.1694928645412368f,-0.8995016887619521f,0.02857853882493439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8724404731316474f,0.3551168407039652f,0.33576725613177605f,-0.19613438875694872f,0.2010476516989227f,0.8869940986835857f,-0.4157178257506432f,1.5231970511789041f,-0.4454519756249553f,-0.2951838382244667f,-0.8452449580227593f,-0.04944805087915906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9205092566134027f,0.016785431346423435f,0.3903600360994391f,0.1590036693321753f,-0.1634899754500893f,0.8908627443369133f,-0.42383322035894366f,1.5233300053211773f,-0.35487143646167135f,-0.45396235531926904f,-0.8173031527754018f,0.10558240775613188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,0.1421550375464222f,0.3767768916536383f,-0.03145562300001759f,0f,0.9356221595881844f,-0.353003079997246f,1.3529467140605584f,-0.4027019751429116f,-0.3231147161422973f,-0.856404109885211f,0.05209761301517601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9153311527616647f,0.10877582486855203f,0.3877327697115222f,0f,0f,0.9628280804282693f,-0.2701149524532366f,1.5680786132812499f,-0.4027019751429116f,-0.24724463080718329f,-0.8813065367697085f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.567035150126825f,0.2008439455204838f,-0.7988321776621257f,-1.7556379596516978f,-0.12577179306950187f,0.9795564136795055f,0.1570053772564107f,2.1907014386834254f,0.814034762518611f,0.011442987682872746f,0.5807034212437174f,0.780045036279858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6558241135286152f,0.2008439455204838f,-0.7277062880463319f,-1.7609706728008698f,0.12577179306950187f,0.9795564136795055f,0.1570053772564107f,2.1907014386834254f,0.7443629411667997f,0.011442987682872746f,-0.6676772198078957f,0.8736432449724855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.05688227359116921f,0.2008439455204838f,-0.9779704067602784f,-1.611608755212242f,1.3877787807814457e-17f,0.9795564136795055f,0.20116966078249832f,2.1605259895660507f,0.9983808927213599f,0.011442987682872746f,-0.05571939592090208f,0.835202050014307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9963057304759717f,-0.03352136315999449f,-0.07906459152260553f,1.4334080939797995f,0.05960645866829922f,0.932710763488589f,0.3556651539827282f,2.466378522026681f,0.06182201473395227f,-0.35906399135032907f,0.9312631682880013f,0.1379908419985337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.203943649406999f,-0.03352136315999449f,0.978408557852215f,1.3584249703576756f,-0.34532286662262046f,0.932710763488589f,0.103936275958249f,2.484228069876976f,-0.9160562786500026f,-0.35906399135032907f,0.1786447437275438f,0.19135737939238487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7998199853026551f,-0.03352136315999449f,0.5993031864777266f,1.3060210541970785f,-0.19039517706981396f,0.932710763488589f,0.30626835981062034f,2.4293630419802357f,-0.5692430655344124f,-0.35906399135032907f,0.7396184032706026f,0.05373135020486888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014302049261901012f,0f,0.000006292218361607994f,-0.28346401050580905f,0f,0.000015625f,0f,1.7342011132812498f,-0.000006292218361607994f,0f,-0.000014302049261901012f,0.6263836660180504f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153.mcfunction new file mode 100644 index 000000000..8ea695de4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153_as_bone.mcfunction new file mode 100644 index 000000000..38b32bbbd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_153_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7736546297908914f,-0.16970212077695543f,0.19900791052459826f,0.20484787745104782f,-0.1608409620094432f,0.7987228578210034f,0.055824956592643006f,1.7137134616914529f,-0.20623564965213878f,0.013690545734091644f,-0.7900783949802117f,-0.25260869667356806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7637935031069014f,0.13643803413936362f,0.19494652459552483f,0.20484787745104782f,0.1538550190525177f,0.7831590581842525f,0.054685671764221726f,1.7137134616914529f,-0.18151616380927943f,0.08970257757801951f,-0.7739543461030646f,-0.25260869667356806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.48941217439383167f,0.05301063523802678f,0.6516210866379378f,0.15372064391748455f,0.1608409620094432f,0.7987228578210034f,0.055824956592643006f,1.7137134616914529f,-0.633680008316045f,0.16179033775338525f,-0.4890991495746715f,-0.2866073449249202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46280246471416897f,-0.1354917451459189f,0.6383226971147147f,0.15372064391748455f,-0.1538550190525177f,0.7831590581842525f,0.054685671764221726f,1.7137134616914529f,-0.6341470742397538f,-0.0911256088115089f,-0.47911753427722925f,-0.2866073449249202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5869054385247008f,-1.2026395929498142f,-0.80660167722342f,-0.657002144576211f,-0.36211475331319826f,-0.7207931206408597f,1.3381840055350136f,1.5242614546367137f,-1.4020774449591038f,0.6895806962976245f,-0.00797192766105358f,-0.09102704430476108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6148485317405241f,-0.4395036618060367f,0.6548265528180774f,-0.5063085247341408f,-0.5890489116908565f,-0.29616875765250694f,-0.7518679715391445f,1.6535015418351353f,0.5243878933121348f,-0.8480097866473328f,-0.07679022788093302f,-0.24240066478579708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7215242845662958f,0.12330832030462857f,0.6813206036255957f,-0.26834900694761554f,-0.6423249445854742f,0.24816840015838515f,-0.7251421313963868f,1.8611930227378963f,-0.258498302401316f,-0.9608368765334094f,-0.09985551736964246f,-0.1354165432043365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.45174912305664505f,0.8773352447497831f,-0.1618814323429038f,0.38595349626339237f,0.5193857801179805f,-0.4061636291170469f,-0.7518440781130795f,1.6481723349875625f,-0.7253696583320732f,0.2555659889388805f,-0.6391595137904958f,0.39126689172945583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4116573040330771f,0.9002411520131016f,-0.14178904139016607f,0.22866731051433117f,0.6594134224215286f,0.18684177799132456f,-0.7281923429474984f,1.8611930227378963f,-0.6290565971091517f,-0.39326329376025415f,-0.6705458816623143f,0.19508995567513404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4427791659891007f,-0.47235579451974674f,0.762119815743965f,-0.20172431078134928f,-0.8649064193533873f,0.4491061174457367f,-0.2241441077390138f,1.5741596066506947f,-0.23639690337925084f,-0.7584086620394279f,-0.6073983910221249f,0.17990846147257705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7096432539601519f,-0.310353756107812f,0.6325243063935331f,-0.2559623631366045f,-0.48192187953092835f,0.8687087961526905f,-0.1144391957168546f,1.7363272609560938f,-0.5139627945077588f,-0.38603830581525966f,-0.7660396023085617f,0.10273853161778737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.40148142582467483f,-0.4909802896532324f,0.7731435959055819f,0.06697665286943855f,-0.887923291352287f,0.4155942238640253f,-0.19716406813864445f,1.5777988764810362f,-0.2245103413919007f,-0.7656499175621233f,-0.6028061963394253f,0.35407375475562075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.688921376726115f,-0.35556667821475846f,0.6316325466860591f,0.004255604120959187f,-0.5213003372041151f,0.8485155454037705f,-0.09092484610389956f,1.7363272609560938f,-0.5036201893497423f,-0.3919103297330452f,-0.7699175269649765f,0.27577858338714367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,-0.15864034025426882f,0.5305168460014694f,0.12926723974503523f,0f,0.9580817428119746f,0.2864949809165411f,2.4195875570772647f,-0.5537281656619402f,0.23856365300350976f,-0.7977922674595711f,0.33610263084104214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,-0.15864034025426882f,0.5305168460014694f,0.23005939266036424f,0f,0.9580817428119746f,0.2864949809165411f,2.3266862436866935f,-0.5537281656619402f,0.23856365300350976f,-0.7977922674595711f,0.25225395535359135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,-0.15864034025426882f,0.5305168460014694f,-0.3599425386991845f,0f,0.9580817428119746f,0.2864949809165411f,2.4195875570772647f,-0.5537281656619402f,0.23856365300350976f,-0.7977922674595711f,0.010787333514652261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,-0.15864034025426882f,0.5305168460014694f,-0.32160269792567076f,0f,0.9580817428119746f,0.2864949809165411f,2.3266862436866935f,-0.5537281656619402f,0.23856365300350976f,-0.7977922674595711f,-0.11459095439744399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8467668048046915f,0.039215486602953695f,0.5305168460014694f,0.04931793794762971f,0.2226509375887082f,0.931851482748458f,0.2864949809165411f,2.522646721245341f,-0.4831278694835586f,0.36071451275211197f,-0.7977922674595711f,0.29252798167996463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.842476353976618f,-0.09373083323494533f,0.5305168460014694f,-0.048667272449434175f,0.07413604687824178f,0.9552091249893385f,0.2864949809165411f,2.5408120906559626f,-0.5336079455401045f,0.28069566872003016f,-0.7977922674595711f,0.2338930217787351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8401267466044304f,0.1128668496437645f,0.5305168460014694f,-0.06708034303987305f,0.30301989166047566f,0.9089001986839392f,0.2864949809165411f,2.5383418266432476f,-0.449851080801112f,0.40144925343533455f,-0.7977922674595711f,0.22076158042071953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8338857915134761f,-0.15227068930229656f,0.5305168460014694f,-0.04349544650724718f,0.007323434946643392f,0.9580537527770626f,0.2864949809165411f,2.545737134318761f,-0.5518884434489688f,0.24278929953601824f,-0.7977922674595711f,0.23910081990685467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8474396574881201f,-0.019947506738202975f,0.5305168460014694f,0.011949304790388596f,0.15710589760537202f,0.9451128836531861f,0.2864949809165411f,2.65045200720671f,-0.5071131667133362f,0.3261345337858108f,-0.7977922674595711f,0.27440407019424334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8474396574881201f,-0.019947506738202975f,0.5305168460014694f,0.01643749380648426f,0.15710589760537202f,0.9451128836531861f,0.2864949809165411f,2.4378016083847434f,-0.5071131667133362f,0.3261345337858108f,-0.7977922674595711f,0.20102380009243603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7730331787085797f,-0.34780969038306275f,0.5305168460014694f,-0.2888370276907676f,-0.2226509375887082f,0.931851482748458f,0.2864949809165411f,2.522646721245341f,-0.5940086401783884f,0.10335005261313611f,-0.7977922674595711f,0.06766129250851445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8179252803545444f,-0.22259854416773003f,0.5305168460014694f,-0.19686750521546167f,-0.07413604687824178f,0.9552091249893385f,0.2864949809165411f,2.5408120906559626f,-0.5705278979245509f,0.19500106582146975f,-0.7977922674595711f,0.13534265563633474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.739777942178327f,-0.4138604503634682f,0.5305168460014694f,-0.17763637598559023f,-0.30301989166047566f,0.9089001986839392f,0.2864949809165411f,2.5383418266432476f,-0.6007558085649053f,0.05118551022743528f,-0.7977922674595711f,0.14724389881725794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8314605449820984f,-0.16500072195819307f,0.5305168460014694f,-0.20367032059731865f,-0.007323434946643392f,0.9580537527770626f,0.2864949809165411f,2.545737134318761f,-0.5555355339117868f,0.23432406735771288f,-0.7977922674595711f,0.13258754260781963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7954120862729158f,-0.2930383748242208f,0.5305168460014694f,-0.25767051433501625f,-0.15710589760537202f,0.9451128836531861f,0.2864949809165411f,2.65045200720671f,-0.5853523297541214f,0.14453424519171332f,-0.7977922674595711f,0.09511196384508644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7954120862729158f,-0.2930383748242208f,0.5305168460014694f,-0.19173687999956668f,-0.15710589760537202f,0.9451128836531861f,0.2864949809165411f,2.4378016083847434f,-0.5853523297541214f,0.14453424519171332f,-0.7977922674595711f,0.06259175867695099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,-0.15864034025426882f,0.5305168460014694f,-0.022925170153774328f,0f,0.9580817428119746f,0.2864949809165411f,1.9378317470399644f,-0.5537281656619402f,0.23856365300350976f,-0.7977922674595711f,0.034474915578506314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,-0.040139078739168804f,0.5522714330882124f,-0.007873015626586027f,0f,0.9973692279640745f,0.07248877920303293f,1.5638182865534365f,-0.5537281656619402f,0.060361224874225794f,-0.8305068579393827f,0.011839456250671641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8436236525291005f,0.2538283921610103f,0.47314932127861675f,-0.09714749424213025f,-0.09596147027050761f,0.7957407781397281f,-0.5979866304768884f,1.1538600470247817f,-0.5282901940382594f,-0.5498797698938711f,-0.6469479960124166f,0.4133300744946589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8436236525291005f,0.44229064724916944f,0.3044308069978629f,0.061787163742417786f,-0.09596147027050761f,0.4336537803498731f,-0.8959552416341938f,1.3008570800386037f,-0.5282901940382594f,-0.7850626612851836f,-0.32339772531488753f,0.13282687801650384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.812310203829855f,0.2261333447614295f,0.5376019374415498f,-0.2965542024295143f,0.1006551336998575f,0.9622984201828436f,-0.2526861582545969f,1.3594831178676037f,-0.5744742612282673f,-0.15114714982629304f,-0.8044463078948307f,0.21173621533268147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.812310203829855f,0.5823912755104222f,-0.03118549283309524f,-0.10859033319228972f,0.1006551336998575f,0.08732241830204901f,-0.9910819034377258f,1.311551022895005f,-0.5744742612282673f,-0.8082049229441908f,-0.1295535631119853f,-0.062444180537365855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7484596808869687f,0.5626246707295192f,0.35108629419713455f,-0.01633651390614135f,0.10703620641606601f,0.6249408690170711f,-0.7732995284805528f,1.4859564523822362f,-0.6544855663822038f,-0.5412045732610617f,-0.5279642537887179f,0.014548507395046276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.893032883968435f,0.2869548526394461f,0.34662541842411543f,-0.016867557307767362f,-0.10703620641606602f,0.6127274720354894f,-0.7830123214414035f,1.4818517317762234f,-0.4370761016883406f,-0.7363572214351347f,-0.5164712225993342f,0.015347091497880752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,0.42819772941277967f,0.35108629419713455f,-0.01633651390614135f,0f,0.6340408813726089f,-0.7732995284805528f,1.4859564523822362f,-0.5537281656619402f,-0.6439245804238141f,-0.5279642537887179f,0.014548507395046276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8043446061893369f,0.2393023930108329f,0.5438419983721461f,-0.023317603548019372f,0.16105197403951735f,0.9688515703265466f,-0.18811936724792463f,1.4962695547053024f,-0.5719195888864929f,-0.06372597096218911f,-0.8178306575770017f,0.02504668361076811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.838507137571699f,-0.03378847507518494f,0.5438419983721461f,-0.023317603548019372f,-0.16105197403951735f,0.9688515703265466f,-0.18811936724792463f,1.4962695547053024f,-0.5205459075809648f,-0.24532625955628662f,-0.8178306575770017f,0.02504668361076811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,0.10416699215167817f,0.5438419983721461f,-0.023317603548019372f,0f,0.9821461722504653f,-0.18811936724792463f,1.4962695547053024f,-0.5537281656619402f,-0.15664652591050898f,-0.8178306575770017f,0.02504668361076811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7834182257619852f,0.39850398889814886f,0.4769176599542181f,-0.1845832245488363f,0.19899482913241098f,0.8878125587220365f,-0.4149577310449739f,1.5494819153663584f,-0.5887757990292278f,-0.2301813011686536f,-0.7748287727425975f,-0.08234269084115028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8462661133311048f,0.09566415895229934f,0.5241011678287071f,0.13885985448748925f,-0.1624031487466766f,0.8906037805332818f,-0.42479421297493103f,1.5496447463603453f,-0.5074040625622052f,-0.44460462749703294f,-0.7381516392338326f,0.1310648357519471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,0.19702163343499934f,0.5174914080503576f,-0.04028239743183295f,0f,0.9345585797170636f,-0.3558093043713514f,1.3799915983268591f,-0.5537281656619402f,-0.2962815165274907f,-0.7782045884706882f,0.0464678393456007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8326974952242038f,0.15116955860316136f,0.5326937638071826f,0f,0f,0.9620131263693034f,-0.2730031953900152f,1.5949414062500002f,-0.5537281656619402f,-0.22732907698946958f,-0.8010659207005243f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4110126735749326f,0.1850099498560156f,-0.8926588937634915f,-1.9318352237782843f,-0.11606811578270647f,0.9818414754149759f,0.15005168993915222f,2.126165330335855f,0.9042105809264996f,0.04193608957947584f,0.42502304611790653f,0.683281105747043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7607237167042293f,0.1850099498560156f,-0.6221500986883935f,-1.9525597433669661f,0.11606811578270641f,0.9818414754149759f,0.15005168993915227f,2.126165330335855f,0.6386138264572382f,0.04193608957947584f,-0.7683838526728854f,0.7747117176219416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.22106154227927244f,0.1850099498560156f,-0.9575505798543407f,-1.798564896594474f,-2.7755575615628914e-17f,0.9818414754149759f,0.1897032344345853f,2.0977098451706673f,0.9752598599989182f,0.04193608957947584f,-0.21704739082899088f,0.7615535203088409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.964359004434023f,0.06403130711339824f,-0.2567327448464062f,1.37264655305942f,0.04866176443508041f,0.9108088201506103f,0.40995039433804437f,2.492304386628166f,0.26008410802870097f,-0.40783242250365903f,0.8752308106469473f,0.3724001656187804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.38539944919331137f,0.06403130711339824f,0.9205255326555816f,1.2886920679484029f,-0.3995348577014831f,0.9108088201506103f,0.10391915423688267f,2.5141285654694445f,-0.831768695036636f,-0.40783242250365903f,0.3766079567824466f,0.4079587390947774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.89551450785085f,0.06403130711339824f,0.44040181418563645f,1.264609038376066f,-0.23279124097363962f,0.9108088201506103f,0.34093332377725444f,2.452076477482217f,-0.37929145041063483f,-0.40783242250365903f,0.8305484397674794f,0.26559718639165697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013010898362878183f,0f,0.000008652002588467815f,-0.3866981080643645f,0f,0.000015625f,0f,1.7610639062500002f,-0.000008652002588467815f,0f,-0.000013010898362878183f,0.5684829949309751f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154.mcfunction new file mode 100644 index 000000000..21ded5da3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154_as_bone.mcfunction new file mode 100644 index 000000000..a6278255e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_154_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7172866990528209f,-0.1671312408638106f,0.35286170681114576f,0.2511113478834208f,-0.15991041053891586f,0.7990743219197874f,0.05341659942519534f,1.7234476363699056f,-0.3561922183423264f,-0.022177033620376783f,-0.7345609077650522f,-0.20765404100837898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7118153702269556f,0.11763389711615033f,0.34566044748846936f,0.2511113478834208f,0.1548289458560223f,0.7831283027784193f,0.0523264647430485f,1.7234476363699056f,-0.3306763920115479f,0.11345628072812686f,-0.7195698688310717f,-0.20765404100837898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3557513119353209f,0.02207431179914511f,0.7347776352471109f,0.2078083329800625f,0.15991041053891586f,0.7990743219197874f,0.05341659942519534f,1.7234476363699056f,-0.7175054767052428f,0.16714483914099926f,-0.35241018443137556f,-0.2509836778099035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.33023885306201667f,-0.11338396237154916f,0.7197821733032924f,0.2078083329800625f,-0.1548289458560223f,0.7831283027784193f,0.0523264647430485f,1.7234476363699056f,-0.7120184670732893f,-0.11770360429621388f,-0.3452181398511434f,-0.2509836778099035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2317853860684226f,-1.2740726788526484f,-0.8743114970114195f,-0.5886175390915007f,-0.31891511919166476f,-0.8256147305189871f,1.2876566753218914f,1.4930376136424035f,-1.5119440900893393f,0.3694663391315881f,-0.1375715911539301f,-0.22558463633229722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.640059689952162f,-0.22740021579329858f,0.733902401655359f,-0.4255663175076342f,-0.6734585943111558f,-0.29373768328286076f,-0.6783595618608617f,1.6442493249269952f,0.36983390197058036f,-0.9284434906211467f,0.03486502081508579f,-0.339053581214228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5833970798091305f,0.26655231170980415f,0.7672012202755798f,-0.23573299326600192f,-0.7073195820216308f,0.2975241358014521f,-0.6412319373708276f,1.8733490116356435f,-0.3991827352966616f,-0.9167492861943002f,0.014962957706175783f,-0.18633656602431958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6210452424201529f,0.7837571239024118f,-0.005251437852015862f,0.28805253082296123f,0.5766558038982006f,-0.4614564582399105f,-0.6741854499907262f,1.6339531004470222f,-0.530820959173443f,0.4156713941094544f,-0.7385434323188371f,0.4382925837018941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23715426280433655f,0.9710657419540621f,0.028092355489329646f,0.1861916510665226f,0.7401142633601336f,0.19933135315280126f,-0.6422599853806558f,1.8733490116356435f,-0.6292763564640089f,-0.13152314037263724f,-0.7659718863913356f,0.2358474698295634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3760446622529971f,-0.3193100383787473f,0.869845682510175f,-0.23209653613409031f,-0.8760131356101153f,0.4284492060502464f,-0.22143230133259142f,1.5867431766303195f,-0.3019791354209152f,-0.8452646787991773f,-0.44083582493368223f,0.137836313756024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5908438410800221f,-0.23248181682616512f,0.7725644052782984f,-0.27085834925600694f,-0.4918181199147712f,0.8628720336618497f,-0.11647656608847823f,1.7478037044038635f,-0.6395455358153205f,-0.4487806350205735f,-0.6241613967951121f,0.04978893595969704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.33679897003811143f,-0.33573298635182014f,0.8796873397159674f,-0.0029917597407068813f,-0.8985338371729812f,0.39384814946692204f,-0.19370229378270026f,1.590531739958352f,-0.2814309813017499f,-0.8556675739075131f,-0.43431509958412057f,0.36168615264464216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5720089378800386f,-0.27621739729381883f,0.7723404200335359f,-0.04995539410808833f,-0.5316596790435089f,0.8418728694496297f,-0.09267177220707444f,1.7478037044038635f,-0.6246148898839214f,-0.463631341818988f,-0.6284124586753682f,0.27082769818686087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,-0.19804985995566082f,0.6790313316028722f,0.06343898060578905f,0f,0.960000359157912f,0.2799987685985067f,2.4315899547189628f,-0.7073240391269243f,0.1979281773478028f,-0.6786141320993471f,0.35189763066385293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,-0.19804985995566082f,0.6790313316028722f,0.1783627550557661f,0f,0.960000359157912f,0.2799987685985067f,2.3378397943803337f,-0.7073240391269243f,0.1979281773478028f,-0.6786141320993471f,0.29006118507832346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,-0.19804985995566082f,0.6790313316028722f,-0.3518585750722979f,0f,0.960000359157912f,0.2799987685985067f,2.4315899547189628f,-0.7073240391269243f,0.1979281773478028f,-0.6786141320993471f,-0.06365524232321511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,-0.19804985995566082f,0.6790313316028722f,-0.28995150985782125f,0f,0.960000359157912f,0.2799987685985067f,2.3378397943803337f,-0.7073240391269243f,0.1979281773478028f,-0.6786141320993471f,-0.1785409908432639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7334997030840685f,-0.029910471029616935f,0.6790313316028722f,-0.006011905133573886f,0.2211124129083379f,0.934189483157016f,0.2799987685985067f,2.534859831250685f,-0.6427188237740016f,0.35552126980198234f,-0.6786141320993471f,0.29277877760035215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7197900760315104f,-0.14428685715678574f,0.6790313316028722f,-0.0903749675410026f,0.07225072014654561f,0.9572776624478531f,0.2799987685985067f,2.5528288847228673f,-0.6904216681744991f,0.2506008376486238f,-0.6786141320993471f,0.21577795004925276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7333153845827373f,0.03413205877034757f,0.6790313316028722f,-0.1058292721440998f,0.3016909916931597f,0.9113633935563344f,0.2799987685985067f,2.5503075737125553f,-0.609287364275241f,0.41018504049950416f,-0.6786141320993471f,0.19927384192357778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7079717612199407f,-0.19414539916455792f,0.6790313316028722f,-0.08632107677674708f,0.005298406897195823f,0.9599857376376338f,0.2799987685985067f,2.5577784462023927f,-0.7062208664429899f,0.2018290056348762f,-0.6786141320993471f,0.22187654093829248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.72962648568587f,-0.08100396340499134f,0.6790313316028722f,-0.03861987326116893f,0.15540803002968384f,0.9473378667537855f,0.2799987685985067f,2.6626159104427285f,-0.6659531031446434f,0.309821439101735f,-0.6786141320993471f,0.2668136726455088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.72962648568587f,-0.08100396340499134f,0.6790313316028722f,-0.020393981495045906f,0.15540803002968384f,0.9473378667537855f,0.2799987685985067f,2.449464890423127f,-0.6659531031446434f,0.309821439101735f,-0.6786141320993471f,0.19710384884761858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6422678988598134f,-0.3555395854132569f,0.6790313316028722f,-0.29278241717827197f,-0.2211124129083379f,0.934189483157016f,0.2799987685985067f,2.534859831250685f,-0.7338945748212431f,0.029691964620025255f,-0.6786141320993471f,0.00583196431229413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6899791600871232f,-0.25068946796205493f,0.6790313316028722f,-0.21583345308810456f,-0.07225072014654561f,0.9572776624478531f,0.2799987685985067f,2.5528288847228673f,-0.7202142681756407f,0.14413281247265114f,-0.6786141320993471f,0.09024233492967733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6088365589557847f,-0.4101639857185287f,0.6790313316028722f,-0.19933884618150624f,-0.3016909916931597f,0.9113633935563344f,0.2799987685985067f,2.5503075737125553f,-0.7336897096253138f,-0.0343841490366254f,-0.6786141320993471f,0.10570677991765151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7057856188212062f,-0.20194828785309699f,0.6790313316028722f,-0.2219295513338693f,-0.005298406897195823f,0.9599857376376338f,0.2799987685985067f,2.5577784462023927f,-0.708405665667292f,0.19402131987369609f,-0.6786141320993471f,0.08618469678189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6655045542933397f,-0.3098711650290382f,0.6790313316028722f,-0.26683735774491424f,-0.15540803002968384f,0.9473378667537855f,0.2799987685985067f,2.6626159104427285f,-0.7300356377719627f,0.08081353412599784f,-0.6786141320993471f,0.03845588424423699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6655045542933397f,-0.3098711650290382f,0.6790313316028722f,-0.19711634561338076f,-0.15540803002968384f,0.9473378667537855f,0.2799987685985067f,2.449464890423127f,-0.7300356377719627f,0.08081353412599784f,-0.6786141320993471f,0.020272839065887505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,-0.19804985995566082f,0.6790313316028722f,-0.02847433943952689f,0f,0.960000359157912f,0.2799987685985067f,1.9487147448359938f,-0.7073240391269243f,0.1979281773478028f,-0.6786141320993471f,0.02845684469410867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,-0.04902442483834432f,0.7056230594985514f,-0.010090180125147768f,0f,0.9975951904158773f,0.06930971114576695f,1.5746165484300398f,-0.7073240391269243f,0.04899430404015537f,-0.705189521933497f,0.010083980679050407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7229470172940822f,0.3598077358921013f,0.5898186190497804f,-0.17822298094204725f,-0.09668694484568474f,0.792603311677895f,-0.6020229439262601f,1.1692533228276372f,-0.684104703157344f,-0.49225845194311635f,-0.5382214893596957f,0.3870354914230594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7229470172940822f,0.5929612692492738f,0.3546047706332788f,0.034112934391249065f,-0.09668694484568474f,0.42136813520839805f,-0.9017208710723094f,1.3108550735313595f,-0.684104703157344f,-0.6861820660737843f,-0.24729522299614923f,0.14263042222343586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6820645039041751f,0.2570478428332979f,0.6846272117062685f,-0.3342875538832718f,0.10239125304605497f,0.9605342470385666f,-0.25863099498264375f,1.3674661429506814f,-0.7240884226485123f,-0.10630318321104845f,-0.681465765409817f,0.1501772603231545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6820645039041751f,0.7312788440113045f,-0.004389170245245738f,-0.09528688429249581f,0.10239125304605497f,0.08955416601735389f,-0.9907048413370123f,1.321205880860981f,-0.7240884226485123f,-0.6761740187632369f,-0.1359582749815667f,-0.08149405783605224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6054901167573827f,0.6555531971651332f,0.45125571929417485f,-0.019023494054047026f,0.10703241182708417f,0.6289335130402464f,-0.770056295989671f,1.4959627794743058f,-0.7886227116483576f,-0.4179624885817224f,-0.45097846601690994f,0.011384066365105975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7882504329298108f,0.4269050423292634f,0.44318544630867074f,-0.019830749309572678f,-0.10703241182708419f,0.6141158777105421f,-0.7819243899267293f,1.4909630841702697f,-0.6059746841283417f,-0.6637874460832025f,-0.4383844301727611f,0.012190825639848196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,0.5446793296345325f,0.45125571929417485f,-0.019023494054047026f,0f,0.6379759407741551f,-0.770056295989671f,1.4959627794743058f,-0.7073240391269243f,-0.5443446765260116f,-0.45097846601690994f,0.011384066365105975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.675666800003135f,0.24792404318271893f,0.6942679916181194f,-0.027728452593260337f,0.15889520242806507f,0.9685950081013346f,-0.19124859457397303f,1.506713407915174f,-0.7198796357856416f,-0.018904472833406044f,-0.6938414306511418f,0.020083676543777226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7194642399760747f,0.019056841558672058f,0.6942679916181194f,-0.027728452593260337f,-0.15889520242806507f,0.9685950081013346f,-0.19124859457397303f,1.506713407915174f,-0.6761091051309644f,-0.2479123778091432f,-0.6938414306511418f,0.020083676543777226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,0.13527472839141014f,0.6942679916181194f,-0.027728452593260337f,0f,0.9815416318595356f,-0.19124859457397303f,1.506713407915174f,-0.7073240391269243f,-0.13519161506968586f,-0.6938414306511418f,0.020083676543777226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6519241129365743f,0.43411881400738955f,0.6217200385194918f,-0.16451260289687475f,0.19681540383970786f,0.8886770860862168f,-0.4141457877085357f,1.55880615686962f,-0.7322968303790981f,-0.14762754482185347f,-0.6647912907270959f,-0.11713592998552089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.729630375246828f,0.1829870581275878f,0.6589045849551995f,0.11060848583167873f,-0.16124892553715447f,0.8903267647471761f,-0.4258133816449876f,1.5589988449130556f,-0.6645587254188199f,-0.4169340337902837f,-0.620102984944498f,0.15575144899084017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,0.2537779728634475f,0.6602302907441813f,-0.049153082605128885f,0f,0.9334198390303932f,-0.3587860143657705f,1.390126064294296f,-0.7073240391269243f,-0.2536220506852553f,-0.6598246426736267f,0.03807773291569937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7068894564733395f,0.19526940968472584f,0.6798361228768338f,0f,0f,0.9611381563052489f,-0.276067825894556f,1.60488037109375f,-0.7073240391269243f,-0.1951494353963792f,-0.679418428906405f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.21474189971637359f,0.16243086719363214f,-0.9630691199955108f,-2.0687150215015833f,-0.10604697972697903f,0.9841212524076399f,0.142335514368003f,2.0334839343982223f,0.9708964695563521f,0.07156517269135132f,0.22855737017359218f,0.4454367437477818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8613788837040829f,0.16243086719363214f,-0.481292667813912f,-2.106514061753345f,0.10604697972697903f,0.9841212524076399f,0.142335514368003f,2.0334839343982223f,0.4967700240548877f,0.07156517269135132f,-0.8649265687086756f,0.5312289057210398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.40318976268545353f,0.16243086719363214f,-0.9005854921374051f,-1.9525267178068533f,0f,0.9841212524076399f,0.17749749451645308f,2.0068593102207544f,0.9151163943814182f,0.07156517269135132f,-0.3967876142119476f,0.5478509668662029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8821156475252808f,0.19408288116830844f,-0.42918972451406945f,1.257226379110828f,0.03450441845979202f,0.8820945626915467f,0.4698070109914926f,2.5011084722284034f,0.46976742064324356f,-0.42923305756595354f,0.7714126993994698f,0.6230568289195553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5537143085393722f,0.19408288116830844f,0.8097729927307857f,1.1683288805066454f,-0.4596927055771858f,0.8820945626915467f,0.10291646568521315f,2.5274334384967845f,-0.694322029722442f,-0.42923305756595354f,0.577646865597565f,0.6369598283401092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9482399851112822f,0.19408288116830844f,0.25134193019383705f,1.1750763402796611f,-0.28079964019606685f,0.8820945626915467f,0.378233716815104f,2.4575358978403283f,-0.1482986604859085f,-0.42923305756595354f,0.8909357381936522f,0.4963679679007844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001104514775739593f,0f,0.000011051938111358194f,-0.4913872515518568f,0f,0.000015625f,0f,1.77100287109375f,-0.000011051938111358194f,0f,-0.00001104514775739593f,0.4808813900730223f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155.mcfunction new file mode 100644 index 000000000..327479756 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155_as_bone.mcfunction new file mode 100644 index 000000000..40442d827 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_155_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6195108326982447f,-0.15555102980255217f,0.5088758686962248f,0.2915075721956962f,-0.15893896033753396f,0.7994340014847332f,0.05087365331265193f,1.7102234070648816f,-0.5078279034287064f,-0.06044500675752805f,-0.636711603555119f,-0.14706419271127635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6189846666041118f,0.09146068814565361f,0.4984906468860978f,0.2915075721956962f,0.1558429667883087f,0.7830896507205052f,0.04983541548994475f,1.7102234070648816f,-0.4822561064534224f,0.13566702421134183f,-0.6237174891968513f,-0.14706419271127635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1886785553556655f,-0.01304543516638423f,0.7944650173636743f,0.25899671828244175f,0.15893896033753396f,0.7994340014847332f,0.05087365331265193f,1.7102234070648816f,-0.7785134899795683f,0.1663716873024727f,-0.18215831583654193f,-0.19880956049489662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.16586839210846926f,-0.08253704592991154f,0.7782514455807422f,0.25899671828244175f,-0.1558429667883087f,0.7830896507205052f,0.04983541548994475f,1.7102234070648816f,-0.7669424008372266f,-0.14127361743652272f,-0.1784407991868166f,-0.19880956049489662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.13796082594178405f,-1.2896161158234691f,-0.8713571795273455f,-0.495674896742561f,-0.2268382389042636f,-0.8820935909175469f,1.26959109961948f,1.4555210905313958f,-1.5397783846632842f,0.01440210646318604f,-0.2651063097196108f,-0.35452492273991354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6474877974140656f,-0.003829070537754278f,0.7620661981866792f,-0.32507567872712595f,-0.7349451854055935f,-0.2613104746469722f,-0.6257574692234299f,1.6234570080426989f,0.2015319494497579f,-0.9652472087805232f,0.16638118671409127f,-0.42537463182855534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4327296347123092f,0.4121712087661205f,0.8017854812267597f,-0.18768491734879666f,-0.7379748465939406f,0.34888777776014335f,-0.57764214209512f,1.8626774518139442f,-0.517820614727148f,-0.8416603906528238f,0.15319790393388077f,-0.23453266509336412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7420989759554776f,0.6328735669702242f,0.22081702406340076f,0.17088420561457793f,0.6097510681498057f,-0.5005742326247302f,-0.6145153151243125f,1.605748853624902f,-0.27837518706954173f,0.5906746023510299f,-0.7573709588843833f,0.4734664048870131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.05163751710607106f,0.9621267786642109f,0.2676670106762292f,0.12985131163347102f,0.7931635335726501f,0.20236994655553844f,-0.574402310007242f,1.8626774518139442f,-0.6068156028297785f,0.18264300290002045f,-0.773573757087193f,0.2708686694010364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.29311685553275557f,-0.12699899242151003f,0.9476042237804297f,-0.256112978541814f,-0.8858211661900418f,0.40899350685301183f,-0.21919209128476738f,1.5764161722380696f,-0.35972679985275513f,-0.9036567751508295f,-0.23238128623385157f,0.08423208140491902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.43205546831254044f,-0.12884731049480463f,0.8925953410585823f,-0.2746931283779737f,-0.5009492463967835f,0.8572940236885651f,-0.11872998560753197f,1.7364167392696286f,-0.7499186121411617f,-0.4984429029749802f,-0.43494453397892985f,-0.011944366240258075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2586382913140179f,-0.14037800784569832f,0.9557197545198272f,-0.08241572559071647f,-0.9078203933588788f,0.37342677871546925f,-0.19082603160973213f,1.5803395381440657f,-0.3301035711226037f,-0.9169768022428163f,-0.2240204822792844f,0.3534493728475616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4166736582432575f,-0.16859255898804665f,0.8932858509906241f,-0.10844379383228384f,-0.5411575865896415f,0.8355691967951198f,-0.09472372376354862f,1.7364167392696286f,-0.7304324260345072f,-0.5228772957597418f,-0.4393948162829459f,0.25266366229084164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,-0.2312789011526725f,0.8145479332831881f,-0.012411553437662797f,0f,0.9619747010853795f,0.2731385627693289f,2.4207311006756287f,-0.8467456912995192f,0.14530913375733462f,-0.5117684924967465f,0.35471443561531313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,-0.2312789011526725f,0.8145479332831881f,0.1128120980972029f,0f,0.9619747010853795f,0.2731385627693289f,2.326091003299581f,-0.8467456912995192f,0.14530913375733462f,-0.5117684924967465f,0.32032546114780824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,-0.2312789011526725f,0.8145479332831881f,-0.32496030238355983f,0f,0.9619747010853795f,0.2731385627693289f,2.4207311006756287f,-0.8467456912995192f,0.14530913375733462f,-0.5117684924967465f,-0.1427486580231544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,-0.2312789011526725f,0.8145479332831881f,-0.23963649113965962f,0f,0.9619747010853795f,0.2731385627693289f,2.326091003299581f,-0.8467456912995192f,0.14530913375733462f,-0.5117684924967465f,-0.2406435593381232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5707327830152161f,-0.10380633302353641f,0.8145479332831881f,-0.06651828539210448f,0.2194704303271121f,0.936604535404531f,0.2731385627693289f,2.524218135666594f,-0.7912628012258244f,0.3346583175178365f,-0.5117684924967465f,0.2810849972267314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5474672272052187f,-0.19181058239919044f,0.8145479332831881f,-0.1315112531645343f,0.07025115568922438f,0.9594061187279522f,0.2731385627693289f,2.5419783185514433f,-0.8338731379895613f,0.20675734527955625f,-0.5117684924967465f,0.18711888275439303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5776082905234821f,-0.053668678972263864f,0.8145479332831881f,-0.1429111839628563f,0.30026574302379017f,0.9139123640123689f,0.2731385627693289f,2.539403150044151f,-0.7590844131484403f,0.402347938733002f,-0.5117684924967465f,0.1675999634720014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.532753594700379f,-0.2295327247211421f,0.8145479332831881f,-0.12889415584897299f,0.003155239673776594f,0.9619695265396438f,0.2731385627693289f,2.5469535117729043f,-0.8462645282631346f,0.1480856451219429f,-0.5117684924967465f,0.19393967845944152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5621013428966902f,-0.14336577240689163f,0.8145479332831881f,-0.09189338049431871f,0.15360158170680568f,0.9496324971405901f,0.2731385627693289f,2.6519150696202742f,-0.8126799089499538f,0.278647403857819f,-0.5117684924967465f,0.24778815595563053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5621013428966902f,-0.14336577240689163f,0.8145479332831881f,-0.05963608170276814f,0.15360158170680568f,0.9496324971405901f,0.2731385627693289f,2.4382477577636417f,-0.8126799089499538f,0.278647403857819f,-0.5117684924967465f,0.18509249008762135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.4652021907776276f,-0.34655242904902994f,0.8145479332831881f,-0.2821050217052805f,-0.2194704303271121f,0.936604535404531f,0.2731385627693289f,2.524218135666594f,-0.8575661210120932f,-0.051704527653576776f,-0.5117684924967465f,-0.06205009819589567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5136875236970553f,-0.269512137726809f,0.8145479332831881f,-0.2256518951100542f,-0.07025115568922438f,0.9594061187279522f,0.2731385627693289f,2.5419783185514433f,-0.8550964291366886f,0.08308493825773604f,-0.5117684924967465f,0.03728147295104661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.43322792163856405f,-0.38577873489452136f,0.8145479332831881f,-0.21301371523516593f,-0.30026574302379017f,0.9139123640123689f,0.2731385627693289f,2.539403150044151f,-0.8497964765042872f,-0.12624958854786833f,-0.5117684924967465f,0.056022418541091384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5312364230662371f,-0.23302258944548077f,0.8145479332831881f,-0.23066127409369558f,-0.003155239673776594f,0.9619695265396438f,0.2731385627693289f,2.5469535117729043f,-0.8472177448981998f,0.1425310591317433f,-0.5117684924967465f,0.03196371265112915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.48824325703979515f,-0.3132573803428415f,0.8145479332831881f,-0.2631184599164593f,-0.15360158170680568f,0.9496324971405901f,0.2731385627693289f,2.6519150696202742f,-0.8590838585681494f,0.008242210581358322f,-0.5117684924967465f,-0.024739435356452844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.48824325703979515f,-0.3132573803428415f,0.8145479332831881f,-0.1926355493393201f,-0.15360158170680568f,0.9496324971405901f,0.2731385627693289f,2.4382477577636417f,-0.8590838585681494f,0.008242210581358322f,-0.5117684924967465f,-0.026593932737258463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,-0.2312789011526725f,0.8145479332831881f,-0.03306000159539903f,0f,0.9619747010853795f,0.2731385627693289f,1.9367001433708428f,-0.8467456912995192f,0.14530913375733462f,-0.5117684924967465f,0.020771113015070744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,-0.05585012203544529f,0.8449017869568786f,-0.012116205832107048f,0f,0.9978223634775032f,0.06595855474591306f,1.5625167570667793f,-0.8467456912995192f,0.035089810669131194f,-0.5308393725534156f,0.007612434014146546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5532519800808888f,0.4634028091303614f,0.692221122927252f,-0.2613266715410392f,-0.09744876746420271f,0.7892739659886369f,-0.6062593045325373f,1.162005186226696f,-0.8272943758156969f,-0.402870255917036f,-0.3915093519203066f,0.33844656053078565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5532519800808888f,0.7358374403030354f,0.39045551345172824f,0.0012871243997855707f,-0.09744876746420271f,0.408336811117583f,-0.907614888819058f,1.2979107767148266f,-0.8272943758156969f,-0.5401891429255131f,-0.15420669767917405f,0.14681533527427423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5031875944680547f,0.2805542795598999f,0.8173686689579422f,-0.3613833062500739f,0.1042157825052328f,0.9586320029848212f,-0.26488441541572794f,1.3524071605392551f,-0.8578702206337941f,-0.04810383637440452f,-0.511609915341552f,0.0729355699327921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5031875944680547f,0.863748902322508f,0.027204384023814476f,-0.07627275540229601f,0.1042157825052328f,0.09190237527261169f,-0.9902994618276202f,1.3079094248675407f,-0.8578702206337941f,-0.4954712778314347f,-0.13626040288290198f,-0.09970296561618266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4163700799850531f,0.7287156866215659f,0.543699737506742f,-0.021298071618577323f,0.10701636854779809f,0.6331243736958035f,-0.7666166084133179f,1.4830295660109591f,-0.902875103962936f,-0.2610114470745607f,-0.34159855260226357f,0.007198877388658325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6327441910458702f,0.5635717938852421f,0.5310570796389759f,-0.022418733416094024f,-0.1070163685477981f,0.6155782644295913f,-0.7807758303282026f,1.477084563090597f,-0.7669304307175125f,-0.5508631713037482f,-0.3291921641543557f,0.007902972722130155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,0.6491293100526276f,0.543699737506742f,-0.021298071618577323f,0f,0.6421051126605843f,-0.7666166084133179f,1.4830295660109591f,-0.8467456912995192f,-0.40783840320124104f,-0.34159855260226357f,0.007198877388658325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4988693973614996f,0.2475619099151471f,0.8305675319535064f,-0.0314482440306849f,0.15662244222774654f,0.9683087847682154f,-0.1945443598034089f,1.4942393352369867f,-0.8524076108099872f,0.03303328775442478f,-0.5218333708506413f,0.013576081506025362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5514752025749857f,0.07767030197919718f,0.8305675319535064f,-0.0314482440306849f,-0.15662244222774654f,0.9683087847682154f,-0.1945443598034089f,1.4942393352369867f,-0.819356156708116f,-0.2373719055220359f,-0.5218333708506413f,0.013576081506025362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,0.16472959843015983f,0.8305675319535064f,-0.0314482440306849f,0f,0.9808937210873978f,-0.1945443598034089f,1.4942393352369867f,-0.8467456912995192f,-0.10349718514218874f,-0.5218333708506413f,0.013576081506025362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.47305849275928397f,0.45417475720361705f,0.7549443372509989f,-0.1342094494210818f,0.19451936144467644f,0.889582948268825f,-0.41328488500367455f,1.5451518847190833f,-0.8592891716130664f,-0.0486566343716936f,-0.5091705524479491f,-0.1506777895046394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5639719589993982f,0.2724865496768671f,0.7795426285377712f,0.07364846688407989f,-0.16003252430540443f,0.8900325891304822f,-0.42688591151516164f,1.5453739505222157f,-0.810139013149485f,-0.3655038584350191f,-0.4583467124811655f,0.17636258872803506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,0.3064535240376554f,0.7893443502928255f,-0.05699729903487642f,0f,0.9322094678526223f,-0.36191920099095454f,1.3773290911542682f,-0.8467456912995192f,-0.1925402442369727f,-0.4959334518006084f,0.026584064075830333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5319978705462076f,0.23649148272440473f,0.8130498412355255f,0f,0f,0.9602054661627154f,-0.27929458059769524f,1.591875f,-0.8467456912995192f,-0.14858412213307f,-0.5108272632853932f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.017108122958943484f,0.13281125931959353f,-0.9909936838985228f,-2.1153038261595603f,-0.09581389364060508f,0.9863596699384398f,0.13384430994390023f,1.9034021572860673f,0.9952522343176371f,0.09724078833943964f,-0.004149598640327379f,0.11596270550436416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9436091774670478f,0.13281125931959353f,-0.30325383690549634f,-2.170687066711753f,0.09581389364060508f,0.9863596699384398f,0.13384430994390023f,1.9034021572860673f,0.31689338583408233f,0.09724078833943964f,-0.9434632007120023f,0.19160501619050033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5907545658900564f,0.13281125931959353f,-0.7958455957520874f,-2.0236186070728435f,0f,0.9863596699384398f,0.1646043787963492f,1.8787115004666148f,0.8068513139854525f,0.09724078833943964f,-0.5826964786259423f,0.2411883326413236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.739927392925693f,0.3489434625460698f,-0.5751051322537007f,1.0749187814513086f,0.016638382323531375f,0.845182388614244f,0.534218957179523f,2.4867814119203526f,0.6724809420584669f,-0.404852059303989f,0.6195677466149091f,0.8697245219099135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6844495096145341f,0.3489434625460698f,0.6401307122258572f,0.987152961085085f,-0.5249333778576428f,0.845182388614244f,0.10055684356266437f,2.518101020649993f,-0.5059385512089277f,-0.404852059303989f,0.7616567418975103f,0.8594626807268707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9361687505730518f,0.3489434625460698f,0.0427379269133456f,1.024625182231195f,-0.3340758264494992f,0.845182388614244f,0.4172050720669694f,2.4398604554751273f,0.1094596392857885f,-0.404852059303989f,0.9078069163895726f,0.7284225638599562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008312466727284495f,0f,0.000013230401426554988f,-0.5859773573990866f,0f,0.000015625f,0f,1.7579974999999999f,-0.000013230401426554988f,0f,-0.000008312466727284495f,0.3596371489735634f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156.mcfunction new file mode 100644 index 000000000..9ff1558b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156_as_bone.mcfunction new file mode 100644 index 000000000..5def22383 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_156_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4748179134217512f,-0.13299775807695685f,0.6510022963744153f,0.3193419344370684f,-0.1579321742404502f,0.7997987403938457f,0.048206302996042505f,1.6945994005408556f,-0.6454067104376455f,-0.09786733701989357f,-0.4907306867428774f,-0.07124162642562375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47957935389827644f,0.05763040878316178f,0.6377165352239171f,0.3193419344370684f,0.15689086419862927f,0.7830423310015338f,0.047222500894082454f,1.6945994005408556f,-0.6207969877870858f,0.153373543491601f,-0.480715774768533f,-0.07124162642562375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.006982126514544883f,-0.05050568630424038f,0.8150735365626325f,0.30058495279019315f,0.1579321742404502f,0.7997987403938457f,0.048206302996042505f,1.6945994005408556f,-0.8012197717814156f,0.15721194280270137f,0.01660502307078161f,-0.12924135012407748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0252522447370321f,-0.043091486411882415f,0.7984393827552319f,0.30058495279019315f,-0.15689086419862927f,0.7830423310015338f,0.047222500894082454f,1.6945994005408556f,-0.7840584039896189f,-0.15807539865045073f,0.016266145048928926f,-0.12924135012407748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5369836557708197f,-1.2548803856340685f,-0.7604801254378034f,-0.38641195405576956f,-0.13413739579047254f,-0.8483955094987142f,1.3052350242438973f,1.4363454330389982f,-1.461185122592465f,-0.3832838728844567f,-0.3992965818801054f,-0.47238054929986023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6581236324219951f,0.23853646131622205f,0.7141243876737534f,-0.2080218517193057f,-0.7527954223616345f,-0.22501239669700102f,-0.6186020315227229f,1.6096720244496778f,0.013127700447793239f,-0.944706186046967f,0.32765513199940427f,-0.49386290654385623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2829869729391276f,0.5837457464090494f,0.7610251485306457f,-0.12344293846161135f,-0.738961893110901f,0.3731277510790323f,-0.5609910889708118f,1.8497260817122951f,-0.6114357641459184f,-0.7211217545768854f,0.32577556906442734f,-0.2737345283198948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7905514658176156f,0.45269175192816685f,0.412430063925784f,0.04613910847012753f,0.6087626772192706f,-0.5076715536525681f,-0.6096536692555978f,1.5896118952526432f,-0.06660617627852103f,0.7330346317522758f,-0.6769223337528169f,0.4965654978330329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1108230059849808f,0.8756826792622958f,0.4699979857238328f,0.06021961863579477f,0.8019184548724403f,0.2005596770861739f,-0.562763367377522f,1.8497260817122951f,-0.5870647775837441f,0.4392671865358223f,-0.6799994748185121f,0.2941808093365574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.19462767709461076f,0.09778463838757825f,0.9759908973982115f,-0.2685464578269196f,-0.8942917654138343f,0.39106136263849417f,-0.21751608897810695f,1.5637110114153046f,-0.40294206236351593f,-0.9151552737905927f,0.0113366322821975f,0.020165022973735694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.23433168300009297f,-0.0017451353541663994f,0.9721551403170893f,-0.26279770107884404f,-0.509194128628113f,0.8520738654408277f,-0.12120836276174562f,1.7227173089181989f,-0.8281364632190764f,-0.5234186492047468f,-0.20055651560514676f,-0.07922945197468649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1680463457764461f,0.08827497160622283f,0.9818186976520173f,-0.1662552940260586f,-0.915770115491906f,0.3546606753261012f,-0.18862900346758704f,1.5677525219760247f,-0.364863702282269f,-0.9308186368810814f,0.021240150463717633f,0.32384904650525825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.22410701733150518f,-0.034513108638982604f,0.9739532278887164f,-0.16663929422156337f,-0.5496805931484608f,0.8297148588928611f,-0.0970798560379843f,1.7227173089181989f,-0.8047529374278373f,-0.5571194649843725f,-0.20491610829018297f,0.2181084211438748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,-0.25303869503678084f,0.9172174667495927f,-0.09450167223295154f,0f,0.9639890652105254f,0.2659418773990611f,2.4075556869508103f,-0.9514811939793962f,0.08183215119144951f,-0.2966260887631468f,0.33929080136738177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,-0.25303869503678084f,0.9172174667495927f,0.034656310977294054f,0f,0.9639890652105254f,0.2659418773990611f,2.3119891048056567f,-0.9514811939793962f,0.08183215119144951f,-0.2966260887631468f,0.33693363142113286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,-0.25303869503678084f,0.9172174667495927f,-0.27527947712463924f,0f,0.9639890652105254f,0.2659418773990611f,2.4075556869508103f,-0.9514811939793962f,0.08183215119144951f,-0.2966260887631468f,-0.21970440009551356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,-0.25303869503678084f,0.9172174667495927f,-0.16919951156014099f,0f,0.9639890652105254f,0.2659418773990611f,2.3119891048056567f,-0.9514811939793962f,0.08183215119144951f,-0.2966260887631468f,-0.29342265959021707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.35690750320429165f,-0.17700043176766003f,0.9172174667495927f,-0.12824547543356649f,0.2177292137813603f,0.9390787545843071f,0.2659418773990611f,2.5112646273280697f,-0.9084112634829168f,0.29462168936188055f,-0.2966260887631468f,0.2541841423798543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3248244117303368f,-0.2306538970698309f,0.9172174667495927f,-0.16798476679060367f,0.06814432325475339f,0.96157748988504f,0.2659418773990611f,2.528804016431996f,-0.9433161997719494f,0.14888757742970166f,-0.2966260887631468f,0.1470286517258445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.3709759664986446f,-0.1452203531529105f,0.9172174667495927f,-0.174243849373343f,0.29874679474301646f,0.916528925062508f,0.2659418773990611f,2.526172409059688f,-0.8792765122026008f,0.37267382327433085f,-0.2966260887631468f,0.1253151385863163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.30794355327404777f,-0.2527506413175113f,0.9172174667495927f,-0.16709585871557198f,0.0009020721821188238f,0.9639886431443271f,0.2659418773990611f,2.5338058115210504f,-0.9514042013060128f,0.08272248305234634f,-0.2966260887631468f,0.1542616931553713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.34369116849329473f,-0.2014658764882361f,0.9172174667495927f,-0.14382060214665407f,0.15169201387179482f,0.9519792281205414f,0.2659418773990611f,2.63889164134354f,-0.9267501894400847f,0.23053643928421558f,-0.2966260887631468f,0.21509651322923815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.34369116849329473f,-0.2014658764882361f,0.9172174667495927f,-0.09849077993680103f,0.15169201387179482f,0.9519792281205414f,0.2659418773990611f,2.4246963150164187f,-0.9267501894400847f,0.23053643928421558f,-0.2966260887631468f,0.16322581439028971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.2426034760842583f,-0.3159994811408623f,0.9172174667495927f,-0.2527987141686232f,-0.2177292137813603f,0.9390787545843071f,0.2659418773990611f,2.5112646273280697f,-0.9453769316299109f,-0.135186614008534f,-0.2966260887631468f,-0.13095529894301441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.2890498345015346f,-0.2741574581588014f,0.9172174667495927f,-0.22226729516360405f,-0.06814432325475339f,0.96157748988504f,0.2659418773990611f,2.528804016431996f,-0.9548856184814949f,0.014367292100135709f,-0.2966260887631468f,-0.020822002849593957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2141391271270593f,-0.3359412938635568f,0.9172174667495927f,-0.21462666476176667f,-0.29874679474301646f,0.916528925062508f,0.2659418773990611f,2.526172409059688f,-0.9299971972345051f,-0.21706721678098378f,-0.2966260887631468f,0.00044472079793891894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3074699811640933f,-0.25332652717868215f,0.9172174667495927f,-0.22578205813233057f,-0.0009020721821188238f,0.9639886431443271f,0.2659418773990611f,2.5338058115210504f,-0.9515573534731001f,0.0809417476729246f,-0.2966260887631468f,-0.027205848646664574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.2640555157190849f,-0.2983065592771764f,0.9172174667495927f,-0.24253648125999014f,-0.15169201387179482f,0.9519792281205414f,0.2659418773990611f,2.63889164134354f,-0.9525041824295823f,-0.06891114510172103f,-0.2966260887631468f,-0.09014949175244655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.2640555157190849f,-0.2983065592771764f,0.9172174667495927f,-0.17541750542262555f,-0.15169201387179482f,0.9519792281205414f,0.2659418773990611f,2.4246963150164187f,-0.9525041824295823f,-0.06891114510172103f,-0.2966260887631468f,-0.07464448410455934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,-0.25303869503678084f,0.9172174667495927f,-0.03593485730928784f,0f,0.9639890652105254f,0.2659418773990611f,1.9223412354273035f,-0.9514811939793962f,0.08183215119144951f,-0.2966260887631468f,0.011621252931095647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,-0.05941954028342172f,0.9496240207202871f,-0.013652529703004693f,0f,0.9980481240503116f,0.06244951624835626f,1.5480731889084367f,-0.9514811939793962f,0.019216147172639364f,-0.30710629624184194f,0.004415197741355886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3336351088191959f,0.552123595955678f,0.764098913068311f,-0.3381026149454721f,-0.09824324714704137f,0.7857636025103729f,-0.6106748933433617f,1.1526489059040648f,-0.9375691326794033f,-0.27881014285511907f,-0.20791591013652472f,0.26416312077592696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3336351088191959f,0.8518351498450956f,0.40381244613259093f,-0.03513526338565047f,-0.09824324714704137f,0.39460564193539194f,-0.9135834125807903f,1.2825819333766526f,-0.9375691326794033f,-0.3444753472182598f,-0.04796724513301434f,0.142736781246673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2760630725580692f,0.29057178176709275f,0.9161644064306882f,-0.3705439952992283f,0.1061200951687882f,0.9565934194369878f,-0.27141767682157114f,1.3348743241284593f,-0.955263160271119f,0.022295056190744983f,-0.294915623693093f,-0.017790509393718443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2760630725580692f,0.9591485362575387f,0.06183255909971069f,-0.05119091275272475f,0.1061200951687882f,0.09435640653647365f,-0.9898663515580735f,1.2922223333149403f,-0.955263160271119f,-0.2667038693767767f,-0.1278332534526511f,-0.11481908788159936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.18330806727752036f,0.7668883681590625f,0.615045025387012f,-0.022721313640711997f,0.10698637270757667f,0.637492884208021f,-0.7629919649898119f,1.4677148502875272f,-0.9772164901012751f,-0.07406114613256404f,-0.1989041932883151f,0.002022620553480614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.423618115748281f,0.6810521208477346f,0.5972568130198922f,-0.024151759647313063f,-0.10698637270757666f,0.6171082399448169f,-0.7795712515524709f,1.4607780058561868f,-0.8995007548994894f,-0.3941388446740725f,-0.18855493378386015f,0.0024852236105599615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,0.7259725058451918f,0.615045025387012f,-0.022721313640711997f,0f,0.6464079682066007f,-0.7629919649898119f,1.4677148502875272f,-0.9514811939793962f,-0.23477789375464447f,-0.1989041932883151f,0.002022620553480614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2742291898372169f,0.23445925323300515f,0.9326452755547765f,-0.03380561678735077f,0.15424350844328477f,0.9679917377492528f,-0.19799226184951768f,1.4794031067754676f,-0.9492140388470505f,0.0895592218735915f,-0.30161540781774865f,0.0056072595385012955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.33351749437516276f,0.13761857044406484f,0.9326452755547765f,-0.03380561678735077f,-0.15424350844328477f,0.9679917377492528f,-0.19799226184951768f,1.4794031067754676f,-0.9300403330226166f,-0.2098883625123451f,-0.30161540781774865f,0.0056072595385012955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,0.18838591370326033f,0.9326452755547765f,-0.03380561678735077f,0f,0.9802035830620657f,-0.19799226184951768f,1.4794031067754676f,-0.9514811939793962f,-0.06092358550246135f,-0.30161540781774865f,0.0056072595385012955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.24760456169113276f,0.4505958071440491f,0.8577035616190158f,-0.09295851361435443f,0.192116705225356f,0.8905254485997464f,-0.41237797827911993f,1.529079903413385f,-0.9496226369474855f,0.06267251375542147f,-0.3070651452322142f,-0.17889270376838523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3479774870481732f,0.3552644269716579f,0.867582189441518f,0.02851643636991469f,-0.15875917477123605f,0.8897221640112752f,-0.42800700378971557f,1.5293304266521033f,-0.9239627659887569f,-0.28667343405972073f,-0.25320179555210964f,0.18908232473670278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,0.34747606088301863f,0.8857634275638604f,-0.06249846788963856f,0f,0.9309310926675458f,-0.36519488044715154f,1.3621583151250403f,-0.9514811939793962f,-0.11237298526794617f,-0.28645392244741996f,0.012000983311889448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3077069019432982f,0.2689544401374279f,0.9126773644759796f,0f,0f,0.9592174498571783f,-0.28266921284337226f,1.5764834640775036f,-0.9514811939793962f,-0.08697926775878484f,-0.2951578297855033f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2721876743357906f,0.09710654716990977f,-0.9573318068655257f,-2.018549075192768f,-0.08547458604237843f,0.9885220382570986f,0.1245723686092355f,1.7483584640775036f,0.9584403815994804f,0.11573460319528162f,-0.2607633727015222f,-0.15331007133242885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9911509188462505f,0.09710654716990977f,-0.09049958324197921f,-2.09036767151326f,0.08547458604237843f,0.9885220382570986f,0.1245723686092355f,1.7483584640775036f,0.10155762507619936f,0.11573460319528162f,-0.9880746684396442f,-0.09305103281907195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7660650274185803f,0.09710654716990977f,-0.6353854674627901f,-1.9591505532335955f,0f,0.9885220382570986f,0.1510767350720527f,1.7256969538166957f,0.6427630774758069f,0.11573460319528162f,-0.7572721623412949f,-0.009589727724556157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5347635774416527f,0.5107355646528309f,-0.6731842981238935f,0.8199664711244697f,-0.00551022781798699f,0.7987569599793386f,0.6016285866495701f,2.4699049839688882f,0.8449837593890186f,-0.31801965644173513f,0.4299603987409556f,1.0862352379876419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7538924483180637f,0.5107355646528309f,0.4132739519589267f,0.7409570507365574f,-0.5939022578938253f,0.7987569599793386f,0.0962674760922993f,2.506655856290653f,-0.28093822174565614f,-0.31801965644173513f,0.9055038452039114f,1.0516527659308976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8427671508043979f,0.5107355646528309f,-0.16997856489508f,0.8059585456647755f,-0.3920093047654901f,0.7987569599793386f,0.45641650261777605f,2.419817944737104f,0.3688797019386049f,-0.31801965644173513f,0.873379220965536f,0.9379371188144393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004807920342864034f,0f,0.000014866893655928068f,-0.6563641954256106f,0f,0.000015625f,0f,1.7426059640775036f,-0.000014866893655928068f,0f,-0.000004807920342864034f,0.2046811795684712f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157.mcfunction new file mode 100644 index 000000000..86b4555b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157_as_bone.mcfunction new file mode 100644 index 000000000..3ddb11730 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_157_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.2834646596758279f,-0.09869807429474022f,0.7595070251747653f,0.32748405447620016f,-0.15689551955992098f,0.800165500024563f,0.04542480552416008f,1.6722727724126092f,-0.7496506033488759f,-0.1301472517781119f,-0.2966986858712307f,0.016736577105124592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2935418596934309f,0.016939198216906814f,0.7440068818038518f,0.32748405447620016f,0.15796655093426243f,0.7829856431434267f,0.04449776867672825f,1.6722727724126092f,-0.7272411879106238f,0.16323769844935598f,-0.2906436106493689f,0.016736577105124592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2199123448208309f,-0.08749208649932487f,0.781618922391112f,0.3249448123845263f,0.15689551955992098f,0.800165500024563f,0.04542480552416008f,1.6722727724126092f,-0.770692416585158f,0.13793024256804587f,0.2322776176210132f,-0.0440089519728836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.23182460698077567f,0.0032568126975256323f,0.7656675158117016f,0.3249448123845263f,-0.15796655093426243f,0.7829856431434267f,0.04449776867672825f,1.6722727724126092f,-0.7492021892547712f,-0.1640819179627291f,0.22753725807772723f,-0.0440089519728836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9225573927142513f,-1.0946298586383567f,-0.6261625825020648f,-0.23983734841807114f,-0.02653092913802174f,-0.7925090860688269f,1.3463401161286943f,1.4144913683349913f,-1.2607895212712372f,-0.7842965453677105f,-0.486513064549061f,-0.5673499993766518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6162944203030087f,0.4835830601767607f,0.6215533858112735f,-0.0672008859492572f,-0.7648776281210758f,-0.1796832432506968f,-0.618608233128842f,1.5918982408143096f,-0.1874657342109633f,-0.8566570819207591f,0.4806196443048849f,-0.5349389180547832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.104985305747366f,0.7332515700643778f,0.671803706878175f,-0.0446773001903816f,-0.7321587040050378f,0.40016884095408956f,-0.5511882898603013f,1.8301811485814734f,-0.6729945896712657f,-0.5497336025090565f,0.4948446711298599f,-0.29683055415363035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7771015056842671f,0.219688186549382f,0.5897883947263534f,-0.09133325359777976f,0.6060949446583874f,-0.5137348710558917f,-0.6072276346813704f,1.5674068118690623f,0.16959412702918328f,0.8293452736658175f,-0.5323760410887958f,0.4858599659500733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2745044224976966f,0.7050675099875919f,0.6538555867996411f,-0.01974891896530921f,0.8090017287289897f,0.1982146522281911f,-0.5533779491049158f,1.8301811485814734f,-0.5197725704023943f,0.680874994402022f,-0.515990035810125f,0.2995236538758741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.08341806778542142f,0.3402460608147254f,0.9366290856400997f,-0.26411210637133437f,-0.9013999858111399f,0.3749762454635073f,-0.2164968381241823f,1.544298124523278f,-0.42487585427583874f,-0.8623371924242592f,0.27541800052869203f,-0.05116273724699215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.005351052374945878f,0.1415163601391781f,0.9899214544858794f,-0.23139077975470176f,-0.5164336074134867f,0.8473133354270029f,-0.12392110692476924f,1.7023948679975613f,-0.8563105134075917f,-0.5118918161296641f,0.06854978633884193f,-0.1467140166066864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.06788596340022768f,0.33530100341738667f,0.9396620313072763f,-0.2468311157104094f,-0.9223836499611451f,0.33788025230414465f,-0.18720399938901747f,1.5484390464417204f,-0.38026293305761283f,-0.8794374180180086f,0.28633883692618467f,0.26886288110095663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0018709764987855232f,0.11885952649225254f,0.9929093173140127f,-0.21833927125989946f,-0.557117277464378f,0.8244223827075348f,-0.09974003229150463f,1.7023948679975613f,-0.8304317182030201f,-0.5533535468874026f,0.06467622089695027f,0.16551331744017458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,-0.25821098681121096f,0.9651853632853765f,-0.17677125379036768f,0f,0.9660282529312797f,0.2584364806650555f,2.387747194984153f,-0.9991274689499551f,0.010793554952853706f,-0.040346003037925196f,0.3013957980577003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,-0.25821098681121096f,0.9651853632853765f,-0.052442571611585956f,0f,0.9660282529312797f,0.2584364806650555f,2.291222083430092f,-0.9991274689499551f,0.010793554952853706f,-0.040346003037925196f,0.3337314459894114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,-0.25821098681121096f,0.9651853632853765f,-0.201308089760596f,0f,0.9660282529312797f,0.2584364806650555f,2.387747194984153f,-0.9991274689499551f,0.010793554952853706f,-0.040346003037925196f,-0.2855915899503983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,-0.25821098681121096f,0.9651853632853765f,-0.08011176962056683f,0f,0.9660282529312797f,0.2584364806650555f,2.291222083430092f,-0.9991274689499551f,0.010793554952853706f,-0.040346003037925196f,-0.32819050218993384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.09841489044905792f,-0.24234628909388278f,0.9651853632853765f,-0.18575308549550518f,0.21589330297161774f,0.9415947467958101f,0.2584364806650555f,2.4916811345187337f,-0.9714445898093751f,0.23381105399223218f,-0.040346003037925196f,0.21009032378663717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.05929192774859561f,-0.25475808486391793f,0.9651853632853765f,-0.19514992163392014f,0.06593742765794622f,0.963775306331986f,0.2584364806650555f,2.5089884705644936f,-0.9960606020407132f,0.07896503720733185f,-0.040346003037925196f,0.09615483232507849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.11916226290674753f,-0.2328466654230184f,0.9651853632853765f,-0.1953738200599182f,0.29713715329812246f,0.919195353334289f,0.2584364806650555f,2.506298075032783f,-0.9473699737847042f,0.31758830710533476f,-0.040346003037925196f,0.07356523811938752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.04137646993468836f,-0.2582735027745195f,0.9651853632853765f,-0.19619586592932942f,-0.0014527594532084964f,0.9660271605661156f,0.2584364806650555f,2.514017695291577f,-0.99914257102063f,0.009291007111653038f,-0.040346003037925196f,0.10334773849542361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.08126993417007548f,-0.24862102143557266f,0.9651853632853765f,-0.18929023510981413f,0.1496850685038701f,0.9543610248372741f,0.2584364806650555f,2.6192267018982807f,-0.9853880342621292f,0.16547695299309934f,-0.040346003037925196f,0.16791570054368057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.08126993417007548f,-0.24862102143557266f,0.9651853632853765f,-0.13335050528681036f,0.1496850685038701f,0.9543610248372741f,0.2584364806650555f,2.4044954713098945f,-0.9853880342621292f,0.16547695299309934f,-0.040346003037925196f,0.13068338612023328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.016997930319029384f,-0.2610139553061202f,0.9651853632853765f,-0.20263852727120135f,-0.21589330297161774f,0.9415947467958101f,0.2584364806650555f,2.4916811345187337f,-0.9762689957674957f,-0.21276994134978044f,-0.040346003037925196f,-0.19385504941897452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.02404292087599373f,-0.2604595025247238f,0.9651853632853765f,-0.2024938932415519f,-0.06593742765794622f,0.963775306331986f,0.2584364806650555f,2.5089884705644936f,-0.9975340563557736f,-0.057428272212037834f,-0.040346003037925196f,-0.07953280388033668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.039682113204558965f,-0.25853925116178483f,0.9651853632853765f,-0.2008317559585689f,-0.29713715329812246f,0.919195353334289f,0.2584364806650555f,2.506298075032783f,-0.9540098752222163f,-0.2970477369335694f,-0.040346003037925196f,-0.05700332992874453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.04215308997840662f,-0.258147886888404f,0.9651853632853765f,-0.204136485385393f,0.0014527594532084964f,0.9660271605661156f,0.2584364806650555f,2.514017695291577f,-0.9991101072931069f,0.012296078383788156f,-0.040346003037925196f,-0.08661332573211283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.00125088890507645f,-0.2615638541095138f,0.9651853632853765f,-0.2026435792572927f,-0.1496850685038701f,0.9543610248372741f,0.2584364806650555f,2.6192267018982807f,-0.9887329343882193f,-0.14415056189597336f,-0.040346003037925196f,-0.15153235754384944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.00125088890507645f,-0.2615638541095138f,0.9651853632853765f,-0.14379171208265218f,-0.1496850685038701f,0.9543610248372741f,0.2584364806650555f,2.4044954713098945f,-0.9887329343882193f,-0.14415056189597336f,-0.040346003037925196f,-0.11909848111725549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,-0.25821098681121096f,0.9651853632853765f,-0.03640002054665363f,0f,0.9660282529312797f,0.2584364806650555f,1.9013298516618304f,-0.9991274689499551f,0.010793554952853706f,-0.040346003037925196f,0.0015215681830865135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,-0.05874551900467467f,0.9973989488701174f,-0.014370450919900624f,0f,0.9982699704156324f,0.05879682105669054f,1.5269786127559684f,-0.9991274689499551f,0.0024556390703640574f,-0.04169257279675414f,0.000600703531699992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.07110332563357517f,0.611146522481854f,0.7883173505271737f,-0.3980972121180984f,-0.09906671554270385f,0.7820833655514903f,-0.6152490513598825f,1.1368556992696075f,-0.9925372048217772f,-0.12184226436664339f,0.004935550484212445f,0.16381505330450205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.07110332563357517f,0.9190532097559923f,0.3876667573071674f,-0.07241352249514736f,-0.09906671554270385f,0.38022217652713586f,-0.919574294088601f,1.2605648014795712f,-0.9925372048217772f,-0.10378966284835836f,0.06401252166879014f,0.12813614101441673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.009241587964471408f,0.280794439921894f,0.9597234370175846f,-0.3546524669415989f,0.10809560167503723f,0.9544207358109031f,-0.27820208473821006f,1.3105742181625002f,-0.9940975475024605f,0.10117085332804297f,-0.0391730071154742f,-0.11671701228242562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.009241587964471408f,0.9952927434668405f,0.09647252383008098f,-0.020495561937126053f,0.10809560167503723f,0.0969056483363378f,-0.9894062038510906f,1.2698436951680605f,-0.9940975475024605f,0.0012845710430383836f,-0.10848233002120097f,-0.12425242049259294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.08343405265728585f,0.75508504242092f,0.6502963459603467f,-0.022818370471808423f,0.10694086636334775f,0.6420186265304396f,-0.7591941347833403f,1.4457151578095817f,-0.9907585023398173f,0.13288589804853454f,-0.027183232721599344f,-0.003942729649839932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.16582849107456954f,0.7607410162601524f,0.6275141573920081f,-0.02449569900582744f,-0.10694086636334778f,0.6186994125189803f,-0.77831528833123f,1.4377437835461193f,-0.9803390039416915f,-0.19617375749100385f,-0.02124368664975078f,-0.0038726151363968585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,0.7585317143277298f,0.6502963459603467f,-0.022818370471808423f,0f,0.6508642452236684f,-0.7591941347833403f,1.4457151578095817f,-0.9991274689499551f,-0.03170761183785232f,-0.027183232721599344f,-0.003942729649839932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010053377480184651f,0.2054410083131647f,0.9786178629600583f,-0.034103130036400794f,0.15176823792444535f,0.9676428820258453f,-0.20157791253514118f,1.457898997615035f,-0.9883649789215265f,0.14649656981645093f,-0.04090749898812994f,-0.003471012028547448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.07246744559496729f,0.1924981756392235f,0.9786178629600583f,-0.034103130036400794f,-0.15176823792444535f,0.9676428820258453f,-0.20157791253514118f,1.457898997615035f,-0.985755989728822f,-0.16313094507262177f,-0.04090749898812994f,-0.003471012028547448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,0.20140202954745107f,0.9786178629600583f,-0.034103130036400794f,0f,0.97947248311424f,-0.20157791253514118f,1.457898997615035f,-0.9991274689499551f,-0.008418866681014115f,-0.04090749898812994f,-0.003471012028547448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.015644549335239594f,0.41623368091042934f,0.9091230779998121f,-0.04159198836427101f,0.18961745364352045f,0.8914999382937554f,-0.4114280997889884f,1.5062895364822344f,-0.9817334003434153f,0.1788222103039367f,-0.0649780559279055f,-0.19707716853771734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.08817685736220504f,0.4201951027634626f,0.9031394783970682f,-0.022709278925470658f,-0.15743411752731684f,0.8893964227858396f,-0.42917187905796794f,1.5065671787587598f,-0.9835849431869726f,-0.18002799434908762f,-0.012271136317576436f,0.1899719107053483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,0.36827748870604354f,0.9287773632699677f,-0.0642132806885375f,0f,0.9295884580633914f,-0.3685991028683148f,1.3403098458827507f,-0.9991274689499551f,-0.01539447783123942f,-0.038824101302670486f,-0.0051351239842882925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.04176482718336737f,0.2859278007324977f,0.9573405830625905f,0f,0f,0.9581766219166399f,-0.28617749948662397f,1.5544024348422498f,-0.9991274689499551f,-0.011952153809827053f,-0.040018081025491196f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5293720226787121f,0.057704008371649476f,-0.8464251349191458f,-1.8830947165518366f,-0.07513402117857254f,0.9905754214789864f,0.11452167141317153f,1.6347534447498426f,0.8450562942589018f,0.12421989284962864f,-0.5200473802970647f,-0.5148961518037176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9872181912916268f,0.057704008371649476f,0.148561402122941f,-1.9681188353353598f,0.07513402117857254f,0.9905754214789864f,0.11452167141317153f,1.6347534447498426f,-0.1405529140374805f,0.12421989284962864f,-0.9822496101175098f,-0.4753998010218372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9069239336909135f,0.057704008371649476f,-0.41732388610819365f,-1.8630081930273692f,0f,0.9905754214789864f,0.1369683699316328f,1.6142081892600977f,0.4212944083400586f,0.12421989284962864f,-0.8983765578652569f,-0.36039149273298887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2728620098488449f,0.6514008626455271f,-0.7079712139105032f,0.4965039022494636f,-0.03259044564301733f,0.7417324519251417f,0.6699035994931709f,2.4462122132928745f,0.9615010069854517f,-0.15971814519891095f,0.2236200520082695f,1.24246396691799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.745672616884541f,0.6514008626455271f,0.14017583448377696f,0.43437434418055176f,-0.6647333635925559f,0.7417324519251417f,0.08923298206405683f,2.4887482439408313f,-0.04584652391934524f,-0.15971814519891095f,0.986097464928661f,1.1866099911340067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6627152860683929f,0.6514008626455271f,-0.3694392585472623f,0.520855011997097f,-0.4537176602448704f,0.7417324519251417f,0.4939364883697474f,2.3933897553613908f,0.595775741695823f,-0.15971814519891095f,0.7871095093447995f,1.0964705526242784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-6.525754247401152e-7f,0f,0.000015611366702343048f,-0.6872015725432901f,0f,0.000015625f,0f,1.7205249348422498f,-0.000015611366702343048f,0f,-6.525754247401152e-7f,0.021502116181418764f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158.mcfunction new file mode 100644 index 000000000..1034d195a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158_as_bone.mcfunction new file mode 100644 index 000000000..713594b4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_158_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.05373575763429925f,-0.05366924896318341f,0.8131276188346084f,0.30949233952825633f,-0.1558343493171532f,0.8005313804488943f,0.042539498515279175f,1.644071909328607f,-0.7998578426000533f,-0.1523599851560764f,-0.06291510946404587f,0.11059543116804348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.06875137865926899f,-0.02842788878704216f,0.7965331776339022f,0.30949233952825633f,0.15906409527165485f,0.7829189693454447f,0.04167134548435512f,1.644071909328607f,-0.7810069535720281f,0.16195598963353638f,-0.06163112763824902f,0.11059543116804348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.43174475076657975f,-0.12032243340284529f,0.6826883818038553f,0.3245422466088536f,0.1558343493171532f,0.8005313804488943f,0.042539498515279175f,1.644071909328607f,-0.6754676677701518f,0.10777970764967698f,0.4461741911636607f,0.05185737930128154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4358454272400495f,0.05295490247130497f,0.6687559658486746f,0.3245422466088536f,-0.15906409527165485f,0.7829189693454447f,0.04167134548435512f,1.644071909328607f,-0.6517187868623621f,-0.155671660051922f,0.4370685954256268f,0.05185737930128154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.249640714595393f,-0.7969365009268404f,-0.49466811896058177f,-0.05894202228830628f,0.09368104496818998f,-0.7138646260696997f,1.386732637338588f,1.3905740364110053f,-0.9332889135949188f,-1.1387254977108625f,-0.5231465326502355f,-0.6232059802123757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5099947677350027f,0.7092018010735164f,0.48676292200310534f,0.09092107107563077f,-0.7710687158557972f,-0.12610332317455775f,-0.6241401984432863f,1.570722946416218f,-0.38125893079561085f,-0.6936358967343123f,0.6111553570493954f,-0.5370963954362692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0967872805641296f,0.8401070787786226f,0.533715578287771f,0.04384439539953258f,-0.7183246992825986f,0.43013699140193445f,-0.5468014219332794f,1.8048601110232345f,-0.6889425583614098f,-0.33045765963848f,0.6451014543966661f,-0.2968440229485709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6865182189240049f,-0.052521688407576594f,0.7252132150838331f,-0.22977578974804366f,0.6018253250776426f,-0.51867184109714f,-0.6072773660759085f,1.5399534734337574f,0.40804290605352067f,0.8533586546697238f,-0.32446878635652665f,0.43320334959473356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4208552920649199f,0.4492145316236131f,0.7880908118479297f,-0.10430182108902022f,0.8144177404311382f,0.19550504363585944f,-0.546352928045581f,1.8048601110232345f,-0.3995054032325347f,0.8717706593428796f,-0.2835689515742006f,0.2813535766357987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03520554600356128f,0.5770804351176593f,0.8159281469192029f,-0.23839749387653494f,-0.9071284825048631f,0.3610600002383182f,-0.21622579045139334f,1.5189789049973894f,-0.4193786901584478f,-0.7325393147349286f,0.5361974138399643f,-0.12410938985473567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2393900299523633f,0.2879097585318987f,0.9272542178396982f,-0.17861907529030585f,-0.5225497092440663f,0.8431155424868476f,-0.12687782858344687f,1.6762700827850268f,-0.8183118078876466f,-0.45416313474258624f,0.35228061557860246f,-0.20706322377160433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.037074945434630135f,0.5771434643246776f,0.8158007538659969f,-0.3141587384997502f,-0.9276684002212392f,0.3234132684078214f,-0.1866418952130981f,1.5231985375096664f,-0.37155993816877775f,-0.7498728421573089f,0.547388283527273f,0.18732686513937719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.23499258950833907f,0.27816154152271655f,0.9313456070084142f,-0.2561825394204382f,-0.5633572878178005f,0.8198050605190614f,-0.10270457151417295f,1.6762700827850268f,-0.7920903036515076f,-0.5005455219708235f,0.349352445670871f,0.09565803255529073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,-0.2428070684113038f,0.9377846000114085f,-0.25104863546056494f,0f,0.9680776667598967f,0.25065041615906897f,2.3621206488092645f,-0.9687080202460642f,-0.06221220660146143f,0.2402798636189231f,0.2389150799851189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,-0.2428070684113038f,0.9377846000114085f,-0.14208806135369828f,0f,0.9680776667598967f,0.25065041615906897f,2.2646094169791904f,-0.9687080202460642f,-0.06221220660146143f,0.2402798636189231f,0.30554439378380305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,-0.2428070684113038f,0.9377846000114085f,-0.1052293228959161f,0f,0.9680776667598967f,0.25065041615906897f,2.3621206488092645f,-0.9687080202460642f,-0.06221220660146143f,0.2402798636189231f,-0.33020088190944374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,-0.2428070684113038f,0.9377846000114085f,0.02234648260218229f,0f,0.9680776667598967f,0.25065041615906897f,2.2646094169791904f,-0.9687080202460642f,-0.06221220660146143f,0.2402798636189231f,-0.3362246696292145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.18839867857490433f,-0.29166073080322735f,0.9377846000114085f,-0.23248673975820827f,0.2139675889993134f,0.9441357104447995f,0.25065041615906897f,2.4662810844825227f,-0.9585008131290504f,0.1534333026765081f,0.2402798636189231f,0.14885378163254298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.23170496860840967f,-0.2585978567266532f,0.9377846000114085f,-0.20840378975817644f,0.06363792813106377f,0.9659837384668911f,0.25065041615906897f,2.483345807863673f,-0.9707023342020774f,0.0016017221701224993f,0.2402798636189231f,0.037059562818595446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.1622618571003306f,-0.30697090043161207f,0.9377846000114085f,-0.2021112545215968f,0.29544022682299415f,0.921894484881032f,0.25065041615906897f,2.480594509870076f,-0.9414808346987897f,0.2363882929295401f,0.2402798636189231f,0.015370568267283655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.24917942155337042f,-0.24180500378563402f,0.9377846000114085f,-0.21144187229204897f,-0.0039007099530500855f,0.9680698080929637f,0.25065041615906897f,2.4884031495574255f,-0.9684494825937955f,-0.06611495143371f,0.2402798636189231f,0.043641230503157546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.20828497297324808f,-0.27780823244636954f,0.9377846000114085f,-0.2226101823439058f,0.14758679680995074f,0.9567614678103753f,0.25065041615906897f,2.593733025133674f,-0.9668689194719787f,0.0861979100579596f,0.2402798636189231f,0.10741058594076218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.20828497297324808f,-0.27780823244636954f,0.9377846000114085f,-0.16010333004347277f,0.14758679680995074f,0.9567614678103753f,0.25065041615906897f,2.37846169487634f,-0.9668689194719787f,0.0861979100579596f,0.2402798636189231f,0.0880160561777213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.29573065162587114f,-0.1819434683366798f,0.9377846000114085f,-0.1322624440550259f,-0.2139675889993134f,0.9441357104447995f,0.25065041615906897f,2.4662810844825227f,-0.9310001356319765f,-0.2747805207661438f,0.2402798636189231f,-0.24231008720707606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.2636274874306627f,-0.2259659086066713f,0.9377846000114085f,-0.16490552430017505f,-0.06363792813106377f,0.9659837384668911f,0.25065041615906897f,2.483345807863673f,-0.9625231228257228f,-0.1257570084134097f,0.2402798636189231f,-0.13270915129394814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.31046272533387825f,-0.15547649391372206f,0.9377846000114085f,-0.1698179334929691f,-0.29544022682299415f,0.921894484881032f,0.25065041615906897f,2.480594509870076f,-0.9035086986593095f,-0.35487690624529666f,0.2402798636189231f,-0.11066653982722348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.24722271915036417f,-0.24380519091549904f,0.9377846000114085f,-0.16440434216753616f,0.0039007099530500855f,0.9680698080929637f,0.25065041615906897f,2.4884031495574255f,-0.9689508303302921f,-0.058308451715933796f,0.2402798636189231f,-0.13994082547511488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.2823185318499384f,-0.20212939062773153f,0.9377846000114085f,-0.1435316716306064f,-0.14758679680995074f,0.9567614678103753f,0.25065041615906897f,2.593733025133674f,-0.9478999862757008f,-0.2091678827109891f,0.2402798636189231f,-0.20122372249376722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.2823185318499384f,-0.20212939062773153f,0.9377846000114085f,-0.09805255873936689f,-0.14758679680995074f,0.9567614678103753f,0.25065041615906897f,2.37846169487634f,-0.9478999862757008f,-0.2091678827109891f,0.2402798636189231f,-0.15416094888379475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,-0.2428070684113038f,0.9377846000114085f,-0.033945090580983106f,0f,0.9680776667598967f,0.25065041615906897f,1.874489065156922f,-0.9687080202460642f,-0.06221220660146143f,0.2402798636189231f,-0.008697436207879067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,-0.053293195210454114f,0.9672409543817453f,-0.013960142377062817f,0f,0.9984855438030272f,0.05501471454413781f,1.5000569862307866f,-0.9687080202460642f,-0.01365482188215586f,0.24782719251590976f,-0.00357687800207062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2175391926008113f,0.6250913063392844f,0.7496249451703392f,-0.429854194592518f,-0.09991553284849916f,0.7782447254100566f,-0.6199613162666087f,1.115427441551696f,-0.9709240886795363f,0.059966708351152836f,0.23175506016339792f,0.04136375843667871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2175391926008113f,0.9157068753445944f,0.33787219200346574f,-0.10664772370578413f,-0.09991553284849916f,0.3652358010039933f,-0.925537517316598f,1.2326868512217863f,-0.9709240886795363f,0.16758200414009544f,0.1709464416424087f,0.10171249115898504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2788592409005534f,0.24582875253014325f,0.9283349331969796f,-0.308161997027647f,0.11013376164811295f,0.9521167829803574f,-0.28520902179344065f,1.2803445373868785f,-0.9539958481616175f,0.18177418957764127f,0.23843251811317168f,-0.21515907897406722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2788592409005534f,0.9519145715569018f,0.1268706909495148f,0.014295993391289154f,0.11013376164811295f,0.09953952617405348f,-0.9889198335933411f,1.2416036892559872f,-0.9539958481616175f,0.28974218054450596f,-0.07708041582471607f,-0.12537491978563178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3641764178098469f,0.6813386601374771f,0.6349434359950934f,-0.021149463565197542f,0.10687846067360302f,0.6466813674020601f,-0.7552351976033976f,1.417858194896292f,-0.9251770270360312f,0.34290062592108117f,0.16268567665194705f,-0.010282542523111983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.12558591036886566f,0.7836526289224505f,0.6083722021096587f,-0.02293930396298955f,-0.10687846067360302f,0.6203453931347506f,-0.7770126046986195f,1.40881349729765f,-0.9863088632679241f,0.032559950851069226f,0.1616622276220133f,-0.01074113675325382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,0.7316023930905322f,0.6349434359950934f,-0.021149463565197542f,0f,0.6554538857165751f,-0.7552351976033976f,1.417858194896292f,-0.9687080202460642f,0.18745170610919856f,0.16268567665194705f,-0.010282542523111983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.27561912250622445f,0.1586991051570861f,0.9480763119766462f,-0.031731203030811936f,0.14920648730457134f,0.9672614413075118f,-0.20528694139166703f,1.4305524855533551f,-0.9496165138913338f,0.1980401428550663f,0.24291681366841472f,-0.012993803633198322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.21498438231696204f,0.2343779469757241f,0.9480763119766462f,-0.031731203030811936f,-0.14920648730457134f,0.9672614413075118f,-0.20528694139166703f,1.4305524855533551f,-0.9651523918563457f,-0.0973256499138824f,0.24291681366841472f,-0.012993803633198322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,0.19886310657789152f,0.9480763119766462f,-0.031731203030811936f,0f,0.9787018298205303f,-0.20528694139166703f,1.4305524855533551f,-0.9687080202460642f,0.05095285220805487f,0.24291681366841472f,-0.012993803633198322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.2982787088426039f,0.34649001715772704f,0.8893674605365475f,0.01704814360676534f,0.18703163711679174f,0.892501827963822f,-0.41043836784424614f,1.4776113239856687f,-0.9359748813769535f,0.28876487856260163f,0.20140969773107772f,-0.20050419053344556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.1991041787995453f,0.4550857514947313f,0.867902347485611f,-0.07616415193200465f,-0.1560626032649981f,0.8890563264662644f,-0.43037578025774503f,1.4779143559198638f,-0.9674719581707321f,-0.04975748342497555f,0.24803669687468183f,0.17563022050881993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,0.3604736530099294f,0.8991406864193867f,-0.06078801255708265f,0f,0.928185446623012f,-0.37211796070230174f,1.3126109578460425f,-0.9687080202460642f,0.09236082591075515f,0.2303784915048156f,-0.023640015135856573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.24820308521642354f,0.2807366675707344f,0.9271365336186078f,0f,0f,0.9570856380265164f,-0.2898052475083501f,1.5264597800925923f,-0.9687080202460642f,0.07193055654348172f,0.23755160817451054f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7592947761330429f,0.018320269366518618f,-0.6504889012638194f,-1.6425133792140443f,-0.06489534055592978f,0.9924889801224946f,0.10370255112358785f,1.5598392872094555f,0.6475029248669095f,0.12095450411517819f,-0.752402797857005f,-0.9610984864931883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9169855267145384f,0.018320269366518618f,0.39849957531520575f,-1.735206158031863f,0.06489534055592978f,0.9924889801224946f,0.10370255112358785f,1.5598392872094555f,-0.39360657841325647f,0.12095450411517819f,-0.9112869303156174f,-0.9470588549086008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9887229740567327f,0.018320269366518618f,-0.14863124941528283f,-1.6665650812106612f,0f,0.9924889801224946f,0.12233406858030373f,1.54148917692241f,0.14975607023559956f,0.12095450411517819f,-0.9812966561452464f,-0.8068841722791076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.028487501339765686f,0.7363709788740731f,-0.6759779905732557f,0.12130527922531861f,-0.06530011283297288f,0.6734369918529932f,0.7363548826944741f,2.4165795895764908f,0.9974589502989173f,0.06511834976434167f,0.02890057079974384f,1.3082035909275473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.657697585871823f,0.7363709788740731f,-0.15871883004362058f,0.08312409199566187f,-0.7350773652513536f,0.6734369918529932f,0.07838293882676217f,2.4651474099220043f,0.16460605284589164f,0.06511834976434167f,0.9842075227768099f,1.2376881580874957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4072659971163385f,0.7363709788740731f,-0.5402704776913823f,0.18325525726419759f,-0.5180567503521409f,0.6734369918529932f,0.527351705618339f,2.3617607439064967f,0.7521646169605523f,0.06511834976434167f,0.6557499443511641f,1.1745833828548469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000003878173206506618f,0f,0.000015136062816344752f,-0.6641953581516196f,0f,0.000015625f,0f,1.6925822800925923f,-0.000015136062816344752f,0f,0.000003878173206506618f,-0.17763127122241715f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159.mcfunction new file mode 100644 index 000000000..1a183e250 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159_as_bone.mcfunction new file mode 100644 index 000000000..5517e80f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_159_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.19671951638998017f,-0.0011406385727211164f,0.7926188082927275f,0.2610993885440627f,-0.1547538849299943f,0.8008936396955916f,0.03956080685055156f,1.6108252386210506f,-0.7773654940983752f,-0.15972639507369782f,0.19270394844526315f,0.2008805877778058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1776084552040402f,-0.07477725294038995f,0.7764429142459371f,0.2610993885440627f,0.16017774380537134f,0.7828417854270059f,0.03875344344543826f,1.6108252386210506f,-0.7634122916415844f,0.14685741871675018f,0.1887712148035231f,0.2008805877778058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6179766577001164f,-0.14479355514476577f,0.5138911571245192f,0.2934177065829107f,0.1547538849299943f,0.8008936396955916f,0.03956080685055156f,1.6108252386210506f,-0.5109799703328023f,0.06744367077889679f,0.6334787018006216f,0.14977299725806748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6135635072189525f,0.10062134836152815f,0.5034035824893249f,0.2934177065829107f,-0.16017774380537134f,0.7828417854270059f,0.03875344344543826f,1.6108252386210506f,-0.48773241946645224f,-0.13051468592984453f,0.6205505650291804f,0.14977299725806748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4656982815414812f,-0.37308073044229073f,-0.3923589760143082f,0.14587825922361602f,0.2240170258772305f,-0.6129615229893235f,1.4196833426689663f,1.3652789291060452f,-0.4929007705446094f,-1.3879824170021957f,-0.521497737760457f,-0.6229170688412711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.33496631540918664f,0.8873955882416643f,0.3167438042178945f,0.25431584580080446f,-0.7711555823747148f,-0.06503542421073444f,-0.6333162412018536f,1.5467851039542804f,-0.5414024707308861f,-0.45639836060941347f,0.7061047380661966f,-0.4901591628137415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.31108949404990466f,0.8831418163698957f,0.3511180127402407f,0.1340489974819547f,-0.6980495790097676f,0.46304182920691916f,-0.5461859112509189f,1.7745804496394433f,-0.6449419446245224f,-0.07518508218783665f,0.7605242214948502f,-0.2683335106089372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.512449917934268f,-0.3372046189268396f,0.7897392775996184f,-0.3530792244159288f,0.5960541994846597f,-0.5223551374775097f,-0.6098069379955868f,1.5080755307346392f,0.6181540850676828f,0.7832229282428196f,-0.06668861813592583f,0.3349975976930062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5274883925818761f,0.1235099944707419f,0.8405363031762674f,-0.18495913618155602f,0.8181620899852212f,0.19264577129763719f,-0.5417549273538298f,1.7745804496394433f,-0.22883791251102534f,0.9734643743183291f,0.0005672130292412314f,0.2361400529020994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15344989304273052f,0.7778866134976731f,0.6093812820117603f,-0.1890296597163034f,-0.9114602597822223f,0.34963021156511503f,-0.21679231997157322f,1.4885547991363084f,-0.381697950168584f,-0.5221600632967394f,0.7626634533888763f,-0.1907447763500288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.47666889385948064f,0.4191692076873883f,0.7727120685957393f,-0.10560598284619474f,-0.527424686367574f,0.8395834149424234f,-0.13008800699405398f,1.6451636393942999f,-0.7032851241401639f,-0.34553851403330693f,0.6212834856028354f,-0.25165022594625613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.14023455231553544f,0.7830357329073124f,0.6059614767682592f,-0.3570241774386315f,-0.931630736138178f,0.311582523938967f,-0.18703075217316464f,1.4928305956424932f,-0.3352587684453579f,-0.5383041628727492f,0.773194792024863f,0.0822351947850698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.4640816663690677f,0.42420350754567954f,0.7776114654029043f,-0.2726259481150485f,-0.568290176984164f,0.8159753650549524f,-0.10597395135949617f,1.6451636393942999f,-0.6794663212282248f,-0.39272838936010207f,0.6197498935112481f,0.01247205861449595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.534463888860332f,-0.20505356941970626f,0.8199398668027604f,-0.3077835663053787f,0f,0.9701233987203591f,0.2426120179530669f,2.3314914716812956f,-0.8451913105944067f,-0.12966736259944886f,0.5184959243544857f,0.1529249018594688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.534463888860332f,-0.20505356941970626f,0.8199398668027604f,-0.2253249034474191f,0f,0.9701233987203591f,0.2426120179530669f,2.2329709235243507f,-0.8451913105944067f,-0.12966736259944886f,0.5184959243544857f,0.24943698923992313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.534463888860332f,-0.20505356941970626f,0.8199398668027604f,0.006213968400066362f,0f,0.9701233987203591f,0.2426120179530669f,2.3314914716812956f,-0.8451913105944067f,-0.12966736259944886f,0.5184959243544857f,-0.3436249931147451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.534463888860332f,-0.20505356941970626f,0.8199398668027604f,0.12875742292255088f,0f,0.9701233987203591f,0.2426120179530669f,2.2329709235243507f,-0.8451913105944067f,-0.12966736259944886f,0.5184959243544857f,-0.3105022540288712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.4767502989328556f,-0.3168718468007288f,0.8199398668027604f,-0.26156156174570916f,0.21195734307304656f,0.946685530396528f,0.2426120179530669f,2.4358783698042115f,-0.8531021258822696f,0.05812692356335279f,0.5184959243544857f,0.07317542202517052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.52045038947181f,-0.23839045057659708f,0.8199398668027604f,-0.20401582922188724f,0.06125355194786357f,0.9681876941577554f,0.2426120179530669f,2.452690658891239f,-0.8516920772629107f,-0.07604329000888822f,0.5184959243544857f,-0.02569305742582017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.44731891894682585f,-0.35721758016608696f,0.8199398668027604f,-0.19136102659942095f,0.2936598619411523f,0.9246098064748418f,0.2426120179530669f,2.4498765819266426f,-0.8447897195379136f,0.13225848249107158f,0.5184959243544857f,-0.04438837947235758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5358118756872984f,-0.20150495949214453f,0.8199398668027604f,-0.2088941815032964f,-0.006433018092989351f,0.970102069383916f,0.2426120179530669f,2.4577766668135417f,-0.8443128864056705f,-0.13526908840201873f,0.5184959243544857f,-0.020358340710497684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.4976928218276489f,-0.2828435431978319f,0.8199398668027604f,-0.23831406926024973f,0.14540358129321068f,0.9591648488616801f,0.2426120179530669f,2.5632239617499315f,-0.8550787411977572f,-0.0015240667461625945f,0.5184959243544857f,0.03709583865198481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.4976928218276489f,-0.2828435431978319f,0.8199398668027604f,-0.17467427204073765f,0.14540358129321068f,0.9591648488616801f,0.2426120179530669f,2.3474118707560536f,-0.8550787411977572f,-0.0015240667461625945f,0.5184959243544857f,0.03743875366987139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.566352528544418f,-0.08332723587648833f,0.8199398668027604f,-0.046020356129102546f,-0.21195734307304656f,0.946685530396528f,0.2426120179530669f,2.4358783698042115f,-0.7964413965438759f,-0.31119620547016397f,0.5184959243544857f,-0.26767745477190796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.546344537542277f,-0.1708983941562565f,0.8199398668027604f,-0.11067326675409855f,-0.06125355194786357f,0.9681876941577554f,0.2426120179530669f,2.452690658891239f,-0.8353176932589697f,-0.18277397997609413f,0.5184959243544857f,-0.17330325963165522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5714598333207277f,-0.033649275304494936f,0.8199398668027604f,-0.12213845468017993f,-0.2936598619411523f,0.9246098064748418f,0.2426120179530669f,2.4498765819266426f,-0.7662881601497897f,-0.3794264514264105f,0.5184959243544857f,-0.15385567464901623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5330924003631303f,-0.20859316264572922f,0.8199398668027604f,-0.10794495864220574f,0.006433018092989351f,0.970102069383916f,0.2426120179530669f,2.4577766668135417f,-0.846032569676423f,-0.12405993500923787f,0.5184959243544857f,-0.17999757500074642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5591603081080735f,-0.12263101020523309f,0.8199398668027604f,-0.06865027712183204f,-0.14540358129321068f,0.9591648488616801f,0.2426120179530669f,2.5632239617499315f,-0.8162092552670506f,-0.25488120378755785f,0.5184959243544857f,-0.23120734483093067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5591603081080735f,-0.12263101020523309f,0.8199398668027604f,-0.04105829982565464f,-0.14540358129321068f,0.9591648488616801f,0.2426120179530669f,2.3474118707560536f,-0.8162092552670506f,-0.25488120378755785f,0.5184959243544857f,-0.17385907397873024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.534463888860332f,-0.20505356941970626f,0.8199398668027604f,-0.02839945244318292f,0f,0.9701233987203591f,0.2426120179530669f,1.8426420033508362f,-0.8451913105944067f,-0.12966736259944886f,0.5184959243544857f,-0.017958634458289553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.534463888860332f,-0.04320403499074338f,0.8440863479910153f,-0.012197939321654154f,0f,0.9986926479371704f,0.051117462341583764f,1.4681322603743971f,-0.8451913105944067f,-0.027320437711754464f,0.5337651563927226f,-0.0077134703163816275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5053282309895482f,0.5807922744789256f,0.6382191730671922f,-0.4227751552439099f,-0.10078609350385588f,0.7742595162078891f,-0.6247914571421074f,1.0891655008702679f,-0.8570213196421699f,0.2514011445222995f,0.4497909761341061f,-0.09406590595318115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5053282309895482f,0.8244361930142415f,0.2548496470728547f,-0.13310481212203185f,-0.10078609350385588f,0.3496978172469294f,-0.9314255740363614f,1.1997755706886457f,-0.8570213196421699f,0.44499033726690945f,0.25980388260739345f,0.06372555398062021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5598939785616291f,0.18267531176980978f,0.8081760100623085f,-0.22876456320868166f,0.11222609488442657f,0.9496850576902113f,-0.2924099773040108f,1.2450228748774315f,-0.8209287645084814f,0.25441702315242815f,0.5112220084589819f,-0.30141022595782074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5598939785616291f,0.8152559218463654f,0.1479071149906684f,0.050484160250561246f,0.11222609488442657f,0.10224751126563625f,-0.988408190003996f,1.2083323728638287f,-0.8209287645084814f,0.5700028318652606f,-0.03424522255967871f,-0.11597142346116016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6301269142642844f,0.5400201881536685f,0.557959020275009f,-0.017407811333495796f,0.10679795641004149f,0.6514610926757503f,-0.7511275798666672f,1.3849716503518132f,-0.7691126500236557f,0.5328945872461026f,0.35283011557603167f,-0.01636188506705239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4247203158245162f,0.7339141091531073f,0.5300780449253907f,-0.01910501824650881f,-0.10679795641004147f,0.6220397978662522f,-0.7756678969618062f,1.3748187814539916f,-0.8990032535161162f,0.27283066223669467f,0.34257346644322084f,-0.017435128243548884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.534463888860332f,0.6348465036511133f,0.557959020275009f,-0.017407811333495796f,0f,0.6601570712820121f,-0.7511275798666672f,1.3849716503518132f,-0.8451913105944067f,0.40145056736578855f,0.35283011557603167f,-0.01636188506705239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5549156870941091f,0.09463107212169694f,0.8265068302234236f,-0.02631394570467021f,0.14656813010739295f,0.9668468762052485f,-0.2091050004399117f,1.3981890566829458f,-0.8188933773414555f,0.23717520562076327f,0.5226485993332934f,-0.021993754622576953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5019374428416133f,0.2548436051142957f,0.8265068302234236f,-0.02631394570467021f,-0.14656813010739295f,0.9668468762052485f,-0.2091050004399117f,1.3981890566829458f,-0.8523946191233522f,-0.016181931420632012f,0.5226485993332934f,-0.021993754622576953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.534463888860332f,0.17673372937365292f,0.8265068302234236f,-0.02631394570467021f,0f,0.9778931939588416f,-0.2091050004399117f,1.3981890566829458f,-0.8451913105944067f,0.11175907171525663f,0.5226485993332934f,-0.021993754622576953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5722786065356379f,0.2410646157198653f,0.7838271796445071f,0.07792617813500152f,0.1843692940717154f,0.8935265985502877f,-0.40941199431214803f,1.4438758274126113f,-0.7990651787589833f,0.37881138938921405f,0.4669012436949461f,-0.18531466943449973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.48728748809387923f,0.4486474502289697f,0.7491771281547522f,-0.126275854579535f,-0.15464989160655598f,0.8887028678766239f,-0.4316139752764552f,1.4442021594848586f,-0.8594383718296724f,0.09445992817543425f,0.5024370676968947f,0.14403252568329905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.534463888860332f,0.31757015180350334f,0.783260844283557f,-0.05125845552698394f,0f,0.9267260967611048f,-0.3757375967106931f,1.2798888897675766f,-0.8451913105944067f,0.20081817712903216f,0.4953016335832965f,-0.04165718818519905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.534463888860332f,0.24809602085014953f,0.8079583627530648f,0f,0f,0.9559473134962111f,-0.29353830043007473f,1.4934833676268862f,-0.8451913105944067f,0.1568856215773102f,0.510919318716772f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.927237910210323f,-0.016493961887270044f,-0.3741093517810732f,-1.255055140842115f,-0.0548587475677767f,0.9942342861610476f,0.09213415239273166f,1.4959955366345694f,0.3704326871161459f,0.1059534494157384f,-0.9227965598509884f,-1.3573908098219882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7707573674213897f,-0.016493961887270044f,0.636915245371714f,-1.347689424033622f,0.0548587475677767f,0.9942342861610476f,0.09213415239273166f,1.4959955366345694f,-0.6347626315253163f,0.1059534494157384f,-0.7654085629100074f,-1.3718113534176961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9880990207094066f,-0.016493961887270044f,0.15293225459128496f,-1.3243121206265611f,0f,0.9942342861610476f,0.10722958650406215f,1.47991109865896f,-0.15381913168755157f,0.1059534494157384f,-0.982401924511447f,-1.217240792943125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34084477678440894f,0.7322653386942963f,-0.5895865601298204f,-0.2753332239060903f,-0.10433109043741212f,0.5938034341447446f,0.7978173382210043f,2.3818945804963034f,0.9343125075192599f,0.3334440812862565f,-0.12599675768938412f,1.2587326949730164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5066345588873324f,0.7322653386942963f,-0.4550921857030353f,-0.2853402392361151f,-0.8021852749952827f,0.5938034341447446f,0.06242007832941726f,2.436611602563271f,0.3159433625221154f,0.3334440812862565f,0.8882538130137037f,1.1832676723445983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10674149685359852f,0.7322653386942963f,-0.672602205316323f,-0.17944640077365426f,-0.5836482353809865f,0.5938034341447446f,0.5538521634286252f,2.3261752670154934f,0.804960241369792f,0.3334440812862565f,0.4907688401570036f,1.1473848576352568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008350998263442688f,0f,0.000013206114228037606f,-0.5772115329158052f,0f,0.000015625f,0f,1.659605867626886f,-0.000013206114228037606f,0f,0.000008350998263442688f,-0.3735440918756934f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..7fb37c50e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5302852443451399f,-0.0935035960496291f,-0.6140025094411646f,0.05906541848999314f,-0.1745653252841121f,0.7972513550114038f,0.029354191955783066f,1.4385469991756181f,0.5960444205616824f,0.15030568486491988f,-0.5376650390894129f,-0.2858890737923683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5149733492747484f,0.11416684293757019f,-0.6014718459831817f,0.05906541848999314f,0.14088250175737133f,0.7869722125847296f,0.028755126813828313f,1.4385469991756181f,0.5957806393592631f,-0.08741091804324708f,-0.526692283189629f,-0.2858890737923683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6380620916575016f,0.1125075621264951f,0.49715516702378854f,-0.045664665970876456f,0.1682922233533096f,0.7983574721345387f,0.03532023060787326f,1.4393269838253662f,-0.48114336656852913f,0.13004552893408686f,-0.6469417791855769f,-0.30017563558318894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6196381586892756f,-0.1373704725513114f,0.4870091432069766f,-0.045664665970876456f,-0.1469744689506819f,0.7856216559729768f,0.034599409575059525f,1.4393269838253662f,-0.4841973335044598f,-0.06267349469518249f,-0.6337388857328101f,-0.30017563558318894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8677895181618633f,0.9512887963137994f,0.8850972987057661f,-0.31555951639847063f,1.2978670323732937f,0.5835122574276559f,0.6453377888441223f,1.5120190761494596f,0.06235999075482383f,1.093603822889955f,-1.1142478001385214f,0.5319438858564137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4568161004499484f,-0.8568042637688782f,-0.23917672118576605f,-0.4524907443904155f,-0.2701805567075501f,0.12253246658690543f,-0.9549807649420629f,1.569447213668341f,0.8475385048166845f,0.5008714887269985f,-0.17551704940973437f,0.3312463349376217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3598874476147218f,-0.8891033218299162f,-0.28280082772221404f,-0.2984375f,-0.14687755342609113f,0.35332120526525895f,-0.9238999459949495f,1.6044026166301868f,0.9213620403234152f,-0.2909628997327894f,-0.2577451874044599f,0.02968775117398122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8137357347380154f,0.5281198901534402f,0.24274170559403363f,0.36716360401701603f,0.2323948939924972f,0.08717262389283363f,-0.9687071522858983f,1.5890852104277433f,-0.5327539462609342f,0.8446835592504194f,-0.05179688673506241f,0.3541719392910041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08289003707270447f,0.9433315520416199f,0.3213328876365354f,0.2984375f,0.08119961381546027f,0.3277635300143582f,-0.941263879636708f,1.6044026166301868f,-0.9932451180198701f,-0.051929291495991056f,-0.10376648887968898f,0.029687751173981296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.914440646708533e-17f,1.0107744001968522e-16f,-0.15625000000000003f,0f,0.8253599330848639f,-0.5646069259743003f,1.2911649438092958f,-1.2246467991473532e-16f,-0.5646069259743003f,-0.8253599330848639f,0.26753104089778607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.5200440241171575e-17f,1.1984379682849554e-16f,-0.15625000000000003f,0f,0.9785988655009384f,-0.20577721069223476f,1.4733661235238953f,-1.2246467991473532e-16f,-0.20577721069223476f,-0.9785988655009384f,0.22283157098361123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.5359613119413654e-17f,1.0923786459780061e-16f,0.15624999999999997f,0f,0.8919948565893143f,-0.45204554617671955f,1.2858042243374521f,-1.2246467991473532e-16f,-0.45204554617671955f,-0.8919948565893143f,0.21885080804485857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.676100993809777e-18f,1.2228257235656694e-16f,0.15624999999999997f,0f,0.9985129789397631f,0.05451450163800642f,1.4733661235238953f,-1.2246467991473532e-16f,0.05451450163800642f,-0.9985129789397631f,0.22283157098361128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.06276014426844e-17f,1.1552919902618974e-16f,0.29375f,0f,0.9433675007898252f,0.33174954175335214f,2.1447610068916645f,-1.2246467991473532e-16f,0.33174954175335214f,-0.9433675007898252f,0.22297153116317597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.06276014426844e-17f,1.1552919902618974e-16f,0.33125f,0f,0.9433675007898252f,0.33174954175335214f,2.057941588832313f,-1.2246467991473532e-16f,0.33174954175335214f,-0.9433675007898252f,0.09306213524496085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.06276014426844e-17f,1.1552919902618974e-16f,-0.29375f,0f,0.9433675007898252f,0.33174954175335214f,2.1447610068916645f,-1.2246467991473532e-16f,0.33174954175335214f,-0.9433675007898252f,0.22297153116317592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.06276014426844e-17f,1.1552919902618974e-16f,-0.33125f,0f,0.9433675007898252f,0.33174954175335214f,2.057941588832313f,-1.2246467991473532e-16f,0.33174954175335214f,-0.9433675007898252f,0.09306213524496079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880109882811321f,0.15182038816432433f,0.02801529534690724f,0.19385689880043694f,0.136657515586641f,0.7756230587311188f,0.6162252787725203f,2.2267356752919665f,0.07182625195168914f,0.6126658473443882f,-0.7870715018525034f,0.26412099487581986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995968747098398f,-0.004607743151097521f,0.02801529534690724f,0.07867188683357887f,0.013640856534153478f,0.7874517971499869f,0.6162252787725203f,2.23624235067624f,-0.024900102476407022f,0.6163590154028001f,-0.7870715018525034f,0.2674641619869299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731131803095537f,0.2241331909277685f,0.053057054501380894f,0.05721306680365128f,0.1662484504050822f,0.5240645715168069f,0.8352950242990883f,2.255506540875912f,0.15941201662903257f,0.8216572506863443f,-0.5472359375523714f,0.22990218391717177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994746596226267f,-0.08754517841602451f,0.053057054501380894f,0.08609535893291184f,-0.00383318666679322f,0.5497886221641577f,0.8352950242990883f,2.259989349503093f,-0.10229621682268406f,0.8307035046723611f,-0.5472359375523714f,0.2395449663564948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0691452996344181f,0.053057054501380894f,0.1435693397224134f,0.08221989521533922f,0.5436194544090232f,0.8352950242990883f,2.3415681706639337f,0.02891387771770852f,0.8364788200107056f,-0.5472359375523714f,0.3125331982947026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08253039876628199f,0.02801529534690724f,0.12499999999999997f,0.08221989521533922f,0.7832664263406853f,0.6162252787725203f,2.16533322473728f,0.02891387771770852f,0.6161837701911421f,-0.7870715018525034f,0.17389185000169582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880109882811321f,-0.1518203881643245f,-0.028015295346907047f,-0.19385689880043705f,-0.136657515586641f,0.7756230587311188f,0.6162252787725203f,2.2267356752919665f,-0.07182625195168937f,0.6126658473443882f,-0.7870715018525034f,0.26412099487581975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995968747098398f,0.004607743151097354f,-0.028015295346907047f,-0.07867188683357895f,-0.013640856534153478f,0.7874517971499869f,0.6162252787725203f,2.23624235067624f,0.024900102476406782f,0.6163590154028001f,-0.7870715018525034f,0.2674641619869299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9731131803095537f,-0.22413319092776873f,-0.05305705450138076f,-0.05721306680365136f,-0.1662484504050822f,0.5240645715168069f,0.8352950242990883f,2.255506540875912f,-0.15941201662903282f,0.8216572506863443f,-0.5472359375523714f,0.22990218391717165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.994746596226267f,0.08754517841602429f,-0.05305705450138076f,-0.08609535893291191f,0.00383318666679322f,0.5497886221641577f,0.8352950242990883f,2.259989349503093f,0.10229621682268382f,0.8307035046723611f,-0.5472359375523714f,0.2395449663564947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06914529963441832f,-0.05305705450138076f,-0.14356933972241348f,-0.08221989521533922f,0.5436194544090232f,0.8352950242990883f,2.3415681706639337f,-0.02891387771770876f,0.8364788200107056f,-0.5472359375523714f,0.3125331982947025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08253039876628215f,-0.028015295346907047f,-0.12500000000000003f,-0.08221989521533922f,0.7832664263406853f,0.6162252787725203f,2.16533322473728f,-0.02891387771770876f,0.6161837701911421f,-0.7870715018525034f,0.17389185000169577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.06276014426844e-17f,1.1552919902618974e-16f,-4.084251480431519e-18f,0f,0.9433675007898252f,0.33174954175335214f,1.671490207402702f,-1.2246467991473532e-16f,0.33174954175335214f,-0.9433675007898252f,0.033350444252784814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.676100993809777e-18f,1.2228257235656694e-16f,-1.580713607752853e-18f,0f,0.9985129789397631f,0.05451450163800642f,1.297047840300291f,-1.2246467991473532e-16f,0.05451450163800642f,-0.9985129789397631f,0.01290750613853241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9951847266721969f,-0.09703325248041848f,0.013853075884298273f,0.1516943900147259f,-0.09173482255824027f,0.8722653501646803f,-0.48035183067445064f,0.8477691321281927f,0.03452654237818987f,-0.4793096147743745f,-0.8769664822878056f,0.3970999399431602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9951847266721969f,-0.0790453939445027f,0.05795848078187645f,0.12499999999999999f,-0.09173482255824027f,0.5428330749561654f,-0.8348155335544749f,1.0256291608341817f,0.03452654237818987f,-0.8361124795323849f,-0.5474704005164247f,0.10023004359890893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16184146807219657f,0.06293670486514205f,-0.14100555598221787f,0.1625183586490892f,0.986688738065778f,0.005754761173932393f,1.0478165779298025f,-0.06116757890461119f,0.01589570339428717f,-0.998000928809462f,0.38676614035658285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1625183586490892f,0.1981376086905688f,-0.9666070924240052f,1.0185173192290327f,-0.06116757890461119f,-0.9757235229112083f,-0.21029059448460563f,0.0512278793400756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.633876491004931e-17f,-3.6918413649316214e-18f,0.1026804802466023f,0.7799356801297231f,-0.6173791815707048f,1.2056527462472706f,-0.08058415372635606f,-0.6120974170874439f,-0.7866657143686171f,0.030146172492362906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.734643199000371e-18f,-0.1026804802466023f,0.6864228245373218f,-0.7199169569683245f,1.1678706495786548f,0.08058415372635581f,-0.7156232339885321f,-0.6938224420873123f,0.030495675990829158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.560714385707763e-17f,9.633876491004931e-17f,-3.6918413649316214e-18f,0f,0.7866657143686171f,-0.6173791815707048f,1.2056527462472706f,-1.2246467991473532e-16f,-0.6173791815707048f,-0.7866657143686171f,0.030146172492362906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.179390144103587e-16f,-3.774591569754599e-18f,0.08393491418928507f,0.9593804592113134f,-0.26934005395322597f,1.230608231408734f,-0.023474532453987857f,-0.2683151337319484f,-0.9630451367077627f,0.030821879193107898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.179390144103587e-16f,-3.774591569754599e-18f,-0.08393491418928507f,0.9593804592113134f,-0.26934005395322597f,1.230608231408734f,0.023474532453987614f,-0.2683151337319484f,-0.9630451367077627f,0.030821879193107898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.298464349559936e-17f,1.179390144103587e-16f,-3.774591569754599e-18f,0f,0.9630451367077627f,-0.26934005395322597f,1.230608231408734f,-1.2246467991473532e-16f,-0.26934005395322597f,-0.9630451367077627f,0.030821879193107898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1461541975063963e-16f,-0.19375f,0.12216023689581221f,0.9278991218128444f,-0.3522500479212335f,1.242949280280049f,-0.045977857464489416f,-0.3492364999301854f,-0.9359059267573258f,0.03146168969816119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12216023689581224f,0.893667570954469f,-0.4317813672981943f,1.2434238273398384f,0.045977857464489194f,-0.4294771257990391f,-0.9019065556022816f,0.0186819899627487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.2963427573002576e-17f,1.1041953253993557e-16f,-0.00781250000000001f,0f,0.9016439075888162f,-0.4324792063301662f,1.10338351949016f,-1.2246467991473532e-16f,-0.4324792063301662f,-0.9016439075888162f,0.0787058700824006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.3138189368624034e-17f,1.1461541975063963e-16f,0f,0f,0.9359059267573258f,-0.3522500479212335f,1.3125f,-1.2246467991473532e-16f,-0.3522500479212335f,-0.9359059267573258f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7054786698224704f,0.08971621369410851f,-0.7030297628307857f,-1.1095379224012645f,-0.035521154009907095f,0.9951847266721969f,0.09135429610143814f,2.018065822480087f,0.7078404439160865f,-0.03947607881714987f,0.7052684206441544f,0.12709827971515264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04526023636316551f,0.08971621369410851f,-0.9949384463396432f,-1.0717804202270078f,0.03552115400990711f,0.9951847266721969f,0.09135429610143814f,2.018065822480087f,0.9983435073270898f,-0.03947607881714987f,0.04185547251038174f,0.21290873088260082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4027466898587372f,0.08971621369410851f,-0.9109040041674111f,-0.9540235706890245f,6.938893903907228e-18f,0.9951847266721969f,0.09801714032956059f,2.003363251430653f,0.9153114791194471f,-0.03947607881714987f,0.40080735446519944f,0.1098824021290968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6409171942103389f,0.7554006251199499f,-0.1363636525395805f,0.9310615825264168f,-0.7559204658810155f,0.590233364211275f,-0.2832116258808402f,2.193277002101992f,-0.1334518618370502f,0.28459527638425297f,0.9493135041871019f,-0.4588084474999864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4594132712729442f,0.7554006251199499f,0.46723585237723453f,0.8722328133141857f,-0.16736642187913287f,0.590233364211275f,-0.7896917478353289f,2.2426402006505888f,-0.8723118289956109f,0.28459527638425297f,0.397589740378323f,-0.40503565659207585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6275068715971329f,0.7554006251199499f,0.18869292956220707f,0.8733432584859702f,-0.5265407845183634f,0.590233364211275f,-0.6118654901288574f,2.309738424895619f,-0.5735764363510459f,0.28459527638425297f,0.7681247296647886f,-0.5471407614957494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4786225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16.mcfunction new file mode 100644 index 000000000..554e897bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160.mcfunction new file mode 100644 index 000000000..969f2b746 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160_as_bone.mcfunction new file mode 100644 index 000000000..a9ca11326 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_160_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44083990074813745f,0.05332024458798094f,0.6853915507721807f,0.1819074817190227f,-0.15365920038585879f,0.8012497110692591f,0.03649924783679371f,1.5733612338478786f,-0.6700697549431666f,-0.14866168461628265f,0.44255019091838405f,0.2756104552677318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4189594144937006f,-0.11700307954134023f,0.6714039681033608f,0.1819074817190227f,0.1613019422644655f,0.7827536705687572f,0.03575436522787955f,1.5733612338478786f,-0.6621591141325527f,0.11664892022209375f,0.4335185543690293f,0.2756104552677318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7504569799264462f,-0.1567375375087809f,0.28141092739942725f,0.22899041447929597f,0.15365920038585879f,0.8012497110692591f,0.03649924783679371f,1.5733612338478786f,-0.2831035426498592f,0.01940848504022676f,0.7657807383918632f,0.23793874218975614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7379389739937203f,0.1394751184065394f,0.27566784724841853f,0.22899041447929597f,-0.1613019422644655f,0.7827536705687572f,0.03575436522787955f,1.5733612338478786f,-0.26349146870972234f,-0.0885628734663651f,0.7501525600573354f,0.23793874218975614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5199495667074086f,0.13639133522795643f,-0.3354951092649436f,0.3552135423154145f,0.36160691092272f,-0.4916124777011745f,1.4383893296814463f,1.33930928405112f,0.020000165971540515f,-1.4768618166379845f,-0.5097895820020877f,-0.552201128982537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.09989678956378496f,0.9874080766342499f,0.1226618181517808f,0.4051435885216292f,-0.7649056619158292f,0.0026325370204393034f,-0.6441369405009648f,1.5207351750260316f,-0.6363489292864066f,-0.15817193160067214f,0.7550110464422068f,-0.38812816178984677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5180559284563903f,0.8448214358685002f,0.13377143375277695f,0.21492198830658124f,-0.6718707649409227f,0.4987104843058029f,-0.5476107450198282f,1.7401596741801306f,-0.5293465124177993f,0.19381587742122042f,0.8259707473334363f,-0.20907738661774508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2623249483342373f,-0.5954137472491237f,0.7593866545233704f,-0.44246271409635307f,0.5889019964082302f,-0.524631768076347f,-0.6147812184439982f,1.4725990023036504f,0.764447552228301f,0.6084767682597608f,0.21301634298878708f,0.19469467201622231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5716540606367856f,-0.23741590347525132f,0.7853950112742663f,-0.25113316681323766f,0.8202253414977788f,0.18988564559058208f,-0.5396052545736562f,1.7401596741801306f,-0.021024369724838843f,0.9526684262510636f,0.3032834408634856f,0.16381986197929363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.2610839166532787f,0.9086620311108702f,0.3258350835659844f,-0.1169601695697924f,-0.9143704166911932f,0.3409976212002278f,-0.21828276023488297f,1.4538276240867476f,-0.309454244671094f,-0.24094384315282727f,0.9198826745307189f,-0.24152095096925344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6770368589193905f,0.5136787668771766f,0.5270248723960842f,-0.017351495327846255f,-0.5309398900733846f,0.8368180164122119f,-0.13356062494909707f,1.6098962482581054f,-0.5096311654455875f,-0.18939306182506904f,0.8392891893376787f,-0.2717865926280934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.23318895477529034f,0.9185112010005749f,0.31931189299380824f,-0.3647794028129596f,-0.934267206080484f,0.3027036665639798f,-0.18845497576686465f,1.4581353253209883f,-0.2697548869128681f,-0.25437701131431767f,0.9287220451251395f,-0.038234759138826714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.657086555704256f,0.533832458185868f,0.5322219132090968f,-0.2613594299455525f,-0.5718040589841096f,0.8130432044449183f,-0.10954846340883001f,1.6098962482581054f,-0.49119993530334954f,-0.2323438277492481f,0.8394873252556069f,-0.07655243105896321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,-0.1464099522929954f,0.6073514921262971f,-0.337294811193957f,0f,0.9721523106613837f,0.23434991972632002f,2.2966755345121244f,-0.6247493170212166f,-0.18298636764878268f,0.7590812078666078f,0.0486301407857436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,-0.1464099522929954f,0.6073514921262971f,-0.29133531692461695f,0f,0.9721523106613837f,0.23434991972632002f,2.197126800653794f,-0.6247493170212166f,-0.18298636764878268f,0.7590812078666078f,0.16609539936763154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,-0.1464099522929954f,0.6073514921262971f,0.12144010588733073f,0f,0.9721523106613837f,0.23434991972632002f,2.2966755345121244f,-0.6247493170212166f,-0.18298636764878268f,0.7590812078666078f,-0.3184100829642212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,-0.1464099522929954f,0.6073514921262971f,0.22596150446492022f,0f,0.9721523106613837f,0.23434991972632002f,2.197126800653794f,-0.6247493170212166f,-0.18298636764878268f,0.7590812078666078f,-0.24780102315892447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7308064720618673f,-0.3115221748197838f,0.6073514921262971f,-0.2668654623848772f,0.2098682384172114f,0.9492288647254274f,0.23434991972632002f,2.4012874059644727f,-0.6495207640223243f,-0.04380065031056292f,0.7590812078666078f,-0.011200287494252528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7705418364530748f,-0.19336350040140404f,0.6073514921262971f,-0.18005918973649476f,0.05879230249185234f,0.9703729078513961f,0.23434991972632002f,2.417838217238249f,-0.6346721542995485f,-0.14486882487458214f,0.7590812078666078f,-0.08576490577983453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7008745862703816f,-0.37403071977082625f,0.6073514921262971f,-0.1620127261477456f,0.29180037315174134f,0.9273255401167231f,0.23434991972632002f,2.414959725183671f,-0.6508666196301869f,0.012975489006038732f,0.7590812078666078f,-0.09931546150392512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7821531912055952f,-0.13914219524955274f,0.6073514921262971f,-0.1863750759403272f,-0.00904070487067346f,0.9721102719237715f,0.23434991972632002f,2.4229533054109043f,-0.6230205864514795f,-0.18878842316579322f,0.7590812078666078f,-0.08229064982406578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7507569526346586f,-0.25978483997855206f,0.6073514921262971f,-0.23217409857727583f,0.1431421515569827f,0.9615562591819083f,0.23434991972632002f,2.5285135082843317f,-0.644883185172601f,-0.08900223224960685f,0.7590812078666078f,-0.03706745194873717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7507569526346586f,-0.25978483997855206f,0.6073514921262971f,-0.17372250958210173f,0.1431421515569827f,0.9615562591819083f,0.23434991972632002f,2.3121633499684027f,-0.644883185172601f,-0.08900223224960685f,0.7590812078666078f,-0.01704194969257566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7940204323384717f,0.02560699203318077f,0.6073514921262971f,0.0476165815345901f,-0.2098682384172114f,0.9492288647254274f,0.23434991972632002f,2.4012874059644727f,-0.5705145708329309f,-0.3135424123321895f,0.7590812078666078f,-0.26282176967825155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.788250539315019f,-0.09892043409499643f,0.6073514921262971f,-0.04417492534597832f,-0.05879230249185234f,0.9703729078513961f,0.23434991972632002f,2.417838217238249f,-0.6125394292919344f,-0.22043404325667026f,0.7590812078666078f,-0.19448780641126104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7887671484619159f,0.09471299023480842f,0.6073514921262971f,-0.061354364539959905f,-0.29180037315174134f,0.9273255401167231f,0.23434991972632002f,2.414959725183671f,-0.541016568818149f,-0.3620729099615287f,0.7590812078666078f,-0.17985362459361157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7794300599548762f,-0.15366504693878538f,0.6073514921262971f,-0.03939974383856004f,0.00904070487067346f,0.9721102719237715f,0.23434991972632002f,2.4229533054109043f,-0.6264240155790486f,-0.17716848638962895f,0.7590812078666078f,-0.19988766886850626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7938724919400512f,-0.029843450753126763f,0.6073514921262971f,0.014769061692609737f,-0.1431421515569827f,0.9615562591819083f,0.23434991972632002f,2.5285135082843317f,-0.5909964390658641f,-0.2729815540933866f,0.7590812078666078f,-0.2346501286188917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7938724919400512f,-0.029843450753126763f,0.6073514921262971f,0.02148383811206325f,-0.1431421515569827f,0.9615562591819083f,0.23434991972632002f,2.3121633499684027f,-0.5909964390658641f,-0.2729815540933866f,0.7590812078666078f,-0.17322927894787982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,-0.1464099522929954f,0.6073514921262971f,-0.02006396931380586f,0f,0.9721523106613837f,0.23434991972632002f,1.8066118557629955f,-0.6247493170212166f,-0.18298636764878268f,0.7590812078666078f,-0.025076388646058077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,-0.02943778181024531f,0.6240553870615725f,-0.009024801134963869f,0f,0.9988892665574206f,0.04711935012686952f,1.4320283808039629f,-0.6247493170212166f,-0.03679198497595515f,0.7799581019023091f,-0.011279394280074895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7566014940895379f,0.47086273999533407f,0.4536986436232379f,-0.3696024288001585f,-0.10167483163537007f,0.7701399684806817f,-0.6297195070509518f,1.058870786597113f,-0.6459229116182508f,0.43031698668848894f,0.630563940622948f,-0.22803974964191445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7566014940895379f,0.6376141533595707f,0.1449219464989252f,-0.14684918778338188f,-0.10167483163537007f,0.33366147890954057f,-0.9371938145889661f,1.1626584675357448f,-0.6459229116182508f,0.6943473258589368f,0.31727808515424655f,0.016544916948592274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.797456419293392f,0.09242959732368844f,0.5962550032212248f,-0.11915419270536214f,0.11436419223567211f,0.9471297879139818f,-0.2997765774377611f,1.2054467072440986f,-0.592439103083215f,0.3072489778414187f,0.7447240930394017f,-0.36189723585828204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.797456419293392f,0.5833055783722785f,0.15433036502109276f,0.08422550850769074f,0.11436419223567211f,0.10501912903800481f,-0.9878723672977097f,1.1708596680687933f,-0.592439103083215f,0.8054350282771919f,0.017038907302850848f,-0.0948133640042185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8455807171812658f,0.3352780944152823f,0.4154297174450493f,-0.011538758520032956f,0.10669836181025602f,0.6563380398067318f,-0.7468840854440968f,1.3478831936444746f,-0.5230761993421456f,0.6758764509197775f,0.5192131669881475f,-0.021358495618559396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6958348060480614f,0.6031004963797078f,0.38997911990080597f,-0.01288715387375037f,-0.10669836181025602f,0.6237762503932645f,-0.7742858961858516f,1.3365913020501732f,-0.7102319214728838f,0.4971649431646102f,0.49839506118045124f,-0.023043749688156208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,0.46661532227521546f,0.4154297174450493f,-0.011538758520032956f,0f,0.6649542562540188f,-0.7468840854440968f,1.3478831936444746f,-0.6247493170212166f,0.5831860578817551f,0.5192131669881475f,-0.021358495618559396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7919101546213836f,0.016661465496743702f,0.6104102739756578f,-0.017872030216825135f,0.14386305307897962f,0.9663989093949306f,-0.21301776892804847f,1.3616342072496566f,-0.5934490112607245f,0.25650641997382756f,0.7629041404697443f,-0.02927395740909157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7527192899533262f,0.24660285472216903f,0.6104102739756578f,-0.017872030216825135f,-0.14386305307897962f,0.9663989093949306f,-0.21301776892804847f,1.3616342072496566f,-0.6424306129777406f,0.07252709813004782f,0.7629041404697443f,-0.02927395740909157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,0.13308270565118163f,0.6104102739756578f,-0.017872030216825135f,0f,0.9770483253764455f,-0.21301776892804847f,1.3616342072496566f,-0.6247493170212166f,0.1663296826656157f,0.7629041404697443f,-0.02927395740909157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8019080993884997f,0.10560237045778227f,0.588040423345897f,0.1339793084356051f,0.18164046633526812f,0.8945698116064082f,-0.4083522904943496f,1.4059136304334128f,-0.5691661805875597f,0.43427294587180154f,0.6981811135795618f,-0.1496112144631944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7408980320786795f,0.39312503218901906f,0.5445390850327668f,-0.1662062615203836f,-0.1532012495700229f,0.8883370754892134f,-0.4328817591923402f,1.4062608471976714f,-0.653910913804108f,0.23729717524162486f,0.718394437221101f,0.09545905750382774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,0.2370575120221699f,0.5780272010142218f,-0.03540936048124217f,0f,0.9252146185132872f,-0.379444211563851f,1.2429708410716738f,-0.6247493170212166f,0.29627967477228556f,0.7224310660529158f,-0.05676041056594428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7808253907766599f,0.1857770465865615f,0.5964885565373834f,0f,0f,0.9547646396500606f,-0.2973625445039942f,1.4563010652434842f,-0.6247493170212166f,0.23218822501467318f,0.7455044728544955f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9983864312450608f,-0.04219076494954306f,-0.038006226578343794f,-0.7374529675252913f,-0.04512035654541997f,0.9957856093616598f,0.07984468431550104f,1.4372197511574245f,0.03447734518442763f,0.08143070392180243f,-0.9960825031732232f,-1.6283360818502333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.547635026966478f,-0.04219076494954306f,0.835652928309593f,-0.8206935533022476f,0.04512035654541999f,0.9957856093616598f,0.07984468431550104f,1.4372197511574245f,-0.8354998687400494f,0.08143070392180243f,-0.543423416678156f,-1.6714645803113344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8878995816208661f,-0.04219076494954306f,0.45809853995670374f,-0.847788041407275f,6.938893903907228e-18f,0.9957856093616598f,0.09171161424938415f,1.4234630090200169f,-0.4600373169184119f,0.08143070392180243f,-0.8841576259362971f,-1.5172766871903391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.626323088144258f,0.6173575313649562f,-0.47601372640335515f,-0.6508915259579221f,-0.15028563517256677f,0.5035413340687349f,0.8507998311853717f,2.3430535323273385f,0.7649402702944976f,0.6044136028840238f,-0.22259959463245935f,1.081317630194697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.32712016989815795f,0.6173575313649562f,-0.7154453668259851f,-0.6329285576591401f,-0.8630494487923843f,0.5035413340687349f,0.03989704028421959f,2.403890191595261f,0.384887052763486f,0.6044136028840238f,0.697528603903662f,1.0122865128705825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.19160499518700835f,0.6173575313649562f,-0.7629922701353892f,-0.5274612012882227f,-0.6489243655245063f,0.5035413340687349f,0.5703887207097419f,2.2879135538548385f,0.7363319181238881f,0.6044136028840238f,0.3041373094520798f,1.0011814751148278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012200396730885311f,0f,0.00000976170807845651f,-0.42387954819415585f,0f,0.000015625f,0f,1.6224235652434842f,-0.00000976170807845651f,0f,0.000012200396730885311f,-0.5413265843545544f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161.mcfunction new file mode 100644 index 000000000..012f95e0c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161_as_bone.mcfunction new file mode 100644 index 000000000..03ffc09d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_161_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6449395349390987f,0.10232733294909924f,0.4904350697579727f,0.07675759954130937f,-0.15255520793433328f,0.8015972185151202f,0.03336543488970547f,1.5325084199261343f,-0.4772047246718075f,-0.11796381074207044f,0.6521538427016721f,0.32202507943631115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6220461169325465f,-0.14916200460763926f,0.4804261907833202f,0.07675759954130937f,0.162431354220873f,0.7826543158546069f,0.03268450764705842f,1.5325084199261343f,-0.476103647933004f,0.0721312571330067f,0.6388445806057197f,0.32202507943631115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8022251453892708f,-0.15284684572113302f,0.0041354930428793785f,0.13373825282926818f,0.15255520793433328f,0.8015972185151202f,0.03336543488970547f,1.5325084199261343f,-0.010303838203305412f,-0.03200289778077893f,0.8159743193853329f,0.3028299202580241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7833319325757837f,0.16240280796390288f,0.004051095225677759f,0.13373825282926818f,-0.162431354220873f,0.7826543158546069f,0.03268450764705842f,1.5325084199261343f,0.0026718108206065516f,-0.03282605428005354f,0.79932178225502f,0.3028299202580241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3779505839063568f,0.6637969320563242f,-0.31942459408245644f,0.541268352440902f,0.5030968998129814f,-0.3530876437055879f,1.4365336317890376f,1.3133340862387164f,0.5381003137991064f,-1.369711283028306f,-0.525114562199769f,-0.4043422776746001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.17018544935103455f,0.9820070129075246f,-0.08184827077970154f,0.5213513478492047f,-0.7521551662609157f,0.07579060921857089f,-0.6546131601345117f,1.4932010365255382f,-0.6366313836877667f,0.17296823452506738f,0.7515201069492955f,-0.2323540659715084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6896406953654272f,0.7166970497177315f,-0.1036390381168677f,0.2739470495088935f,-0.6403739420729786f,0.5367554605455404f,-0.5493767285647057f,1.7024153308427852f,-0.33810786091098743f,0.4452402884964973f,0.8291225240516337f,-0.12161670367184854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.03966372796095689f,-0.7813762196473149f,0.6227985164191625f,-0.4798300260621329f,0.5805062368853676f,-0.5253329771621368f,-0.6221235986869127f,1.4343508363978639f,0.8132891844980037f,0.3368626819278687f,0.47443043315425604f,0.024382106352709522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5356209349068787f,-0.5817797305912317f,0.6120805168951832f,-0.29169502534411607f,0.8205968449940063f,0.18749575982845496f,-0.5398760580283524f,1.7024153308427852f,0.19932644600093524f,0.7914402599814743f,0.5778332655750205f,0.0689320008133365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.34609428490916144f,0.9381445914178559f,-0.010172096472219921f,-0.027393199656928352f,-0.9158169642378948f,0.33546345686374596f,-0.22077943093302962f,1.4155999192194901f,-0.20371066238001134f,0.08572627778254194f,0.9752707169449144f,-0.26679002806090985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8088893309743153f,0.5503757444894749f,0.2068443620541316f,0.07709502969768652f,-0.5329744916710216f,0.8349166821840108f,-0.13730376920849507f,1.571288648571439f,-0.2482664726940403f,0.0008207852944938643f,0.9686914291184574f,-0.2605818093862019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.30616250022283176f,0.9517850364290986f,-0.01922934962404274f,-0.32987203334698645f,-0.9355548229470312f,0.2970829473241612f,-0.19099449120259704f,1.4199136963461314f,-0.1760729869055836f,0.07646546173828261f,0.981402739166392f,-0.16078090397538802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7836868820095544f,0.583981299734135f,0.21166178806523556f,-0.21905265347142838f,-0.5737841056544564f,0.8111140057772559f,-0.11342781726846951f,1.571288648571439f,-0.23792156494201663f,-0.03255627731795796f,0.9707385939287351f,-0.16081808976045056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,-0.07211498152436313f,0.310992120344313f,-0.33168050573535873f,0f,0.974152106318539f,0.22589305822701533f,2.258489199712573f,-0.3192439028024042f,-0.21407265868133302f,0.9231772458897555f,-0.06444766043213183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,-0.07211498152436313f,0.310992120344313f,-0.32904834374282776f,0f,0.974152106318539f,0.22589305822701533f,2.1578976606315385f,-0.3192439028024042f,-0.21407265868133302f,0.9231772458897555f,0.0608309350602895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,-0.07211498152436313f,0.310992120344313f,0.22507713862257733f,0f,0.974152106318539f,0.22589305822701533f,2.258489199712573f,-0.3192439028024042f,-0.21407265868133302f,0.9231772458897555f,-0.25200345332854435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,-0.07211498152436313f,0.310992120344313f,0.2987847445756958f,0f,0.974152106318539f,0.22589305822701533f,2.1578976606315385f,-0.3192439028024042f,-0.21407265868133302f,0.9231772458897555f,-0.15066815054630328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9105044244336566f,-0.2725171447276f,0.310992120344313f,-0.24447744061825064f,0.20770636557931485f,0.9517512237673655f,0.22589305822701533f,2.3633231836305892f,-0.35754686236151945f,-0.14108158592402492f,0.9231772458897555f,-0.09578046838796106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9419256778231626f,-0.12672773390668585f,0.310992120344313f,-0.1372588040265753f,0.056262462008647623f,0.9725260210470317f,0.22589305822701533f,2.379604292943821f,-0.3310748447497951f,-0.19527728963016788f,0.9231772458897555f,-0.13588321233339273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8832882460496803f,-0.3508358241032804f,0.310992120344313f,-0.11567207379955843f,0.28986656496845664f,0.9300267204538984f,0.22589305822701533f,2.3766599923810285f,-0.36848235901311077f,-0.10938246553967573f,0.9231772458897555f,-0.1424347234035152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9484712740559187f,-0.06071361770221395f,0.310992120344313f,-0.14435652930877108f,-0.0117145763737099f,0.9740816674926341f,0.22589305822701533f,2.384748743413807f,-0.3166465079408374f,-0.2178962176823605f,0.9231772458897555f,-0.13475099098562585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9272963164685435f,-0.2083397286827911f,0.310992120344313f,-0.20234109870163663f,0.1408095940603817f,0.9639216692581387f,0.22589305822701533f,2.4904163693462102f,-0.3468345422307605f,-0.16567912658806544f,0.9231772458897555f,-0.10722305838283819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9272963164685435f,-0.2083397286827911f,0.310992120344313f,-0.15546465974800872f,0.1408095940603817f,0.9639216692581387f,0.22589305822701533f,2.273533993763129f,-0.3468345422307605f,-0.16567912658806544f,0.9231772458897555f,-0.06994525490052352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9412567897349066f,0.13160378741391093f,0.310992120344313f,0.13669019177728667f,-0.20770636557931485f,0.9517512237673655f,0.22589305822701533f,2.3633231836305892f,-0.2662587491065215f,-0.27721841785068296f,0.9231772458897555f,-0.22418498738264359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9502557248085398f,-0.017261475960784242f,0.310992120344313f,0.02706102424346314f,-0.056262462008647623f,0.9725260210470317f,0.22589305822701533f,2.379604292943821f,-0.3063471769697281f,-0.23215335413059085f,0.9231772458897555f,-0.19123788234484923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9262049976363066f,0.21313892989615335f,0.310992120344313f,0.005910218097112466f,-0.28986656496845664f,0.9300267204538984f,0.22589305822701533f,2.3766599923810285f,-0.24108437706935007f,-0.29936949711767374f,0.9231772458897555f,-0.18339233465488936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9467368499279486f,-0.08350591639071418f,0.310992120344313f,0.033397078020378196f,0.0117145763737099f,0.9740816674926341f,0.22589305822701533f,2.384748743413807f,-0.32179512999560633f,-0.21021814142103976f,0.9231772458897555f,-0.19463111854321513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9481441516438791f,0.06562445266253118f,0.310992120344313f,0.09621898863635271f,-0.1408095940603817f,0.9639216692581387f,0.22589305822701533f,2.4904163693462102f,-0.28494793546200503f,-0.25796985627655494f,0.9231772458897555f,-0.20779944826334934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9481441516438791f,0.06562445266253118f,0.310992120344313f,0.08145348678728322f,-0.1408095940603817f,0.9639216692581387f,0.22589305822701533f,2.273533993763129f,-0.28494793546200503f,-0.25796985627655494f,0.9231772458897555f,-0.14975623060112458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,-0.07211498152436313f,0.310992120344313f,-0.009765162209886397f,0f,0.974152106318539f,0.22589305822701533f,1.7672218812052833f,-0.3192439028024042f,-0.21407265868133302f,0.9231772458897555f,-0.0289877941106957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,-0.013738560139833711f,0.31894814851601677f,-0.004613202157448756f,0f,0.999073578903806f,0.04303468294690399f,1.3925692891163561f,-0.3192439028024042f,-0.04078278928205775f,0.9467946422650817f,-0.013694248129924043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9318267866535168f,0.2972874087010939f,0.20813225675701924f,-0.26911305208203573f,-0.10257822622777116f,0.7658987365866898f,-0.6347257933933965f,1.0253438132360169f,-0.3481042188468063f,0.5701046587449545f,0.744180173679972f,-0.34221936768195615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9318267866535168f,0.3623232819195267f,0.020510462063157403f,-0.14374941251309775f,-0.10257822622777116f,0.31718198669278197f,-0.9428007715427391f,1.1221630704222183f,-0.3481042188468063f,0.8764230865835763f,0.3327251510246432f,-0.035168651347775554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9523226725971171f,-0.01842918764556309f,0.3045355353652651f,0.01185088845906311f,0.11653972612357788f,0.9444559891665553f,-0.3072806156633791f,1.162453380797309f,-0.28195747816386335f,0.3281207850322019f,0.9015745842343417f,-0.38349491610462333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9523226725971171f,0.27007965276654583f,0.14191021252533603f,0.11093778929875751f,0.11653972612357788f,0.10784396730518919f,-0.9873136132713449f,1.1300153495522638f,-0.28195747816386335f,0.956779316183925f,0.07122724640258965f,-0.06223235006232631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9733165352414427f,0.08323618205932615f,0.21383792980147362f,-0.0038428818094983163f,0.1065789077835552f,0.661292728361201f,-0.7425179215562836f,1.307420473311174f,-0.2032138249264987f,0.7454955837647769f,0.6347759257769285f,-0.02437169988287533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8978822667947194f,0.39446691083759033f,0.19545662237392894f,-0.004576107761857498f,-0.1065789077835552f,0.6255483846319181f,-0.7728713702163268f,1.2949627544193796f,-0.4271397562756721f,0.6731159444989001f,0.6037106540969049f,-0.026548274371529318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,0.23704431917835736f,0.21383792980147362f,-0.0038428818094983163f,0f,0.6698261984781849f,-0.7425179215562836f,1.307420473311174f,-0.3192439028024042f,0.7036638789774079f,0.6347759257769285f,-0.02437169988287533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9477342838880649f,-0.0684302303085494f,0.31163605491517726f,-0.006947327229533523f,0.14110115181890132f,0.9659175477574181f,-0.21701095799446463f,1.3217134454916601f,-0.28616462412142396f,0.24964093116757669f,0.9250887597345614f,-0.03358721752914284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9277061842243577f,0.2055339510367729f,0.31163605491517726f,-0.006947327229533523f,-0.14110115181890132f,0.9659175477574181f,-0.21701095799446463f,1.3217134454916601f,-0.34561785357134156f,0.15735020147908718f,0.9250887597345614f,-0.03358721752914284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,0.06927942518104148f,0.31163605491517726f,-0.006947327229533523f,0f,0.9761691677728429f,-0.21701095799446463f,1.3217134454916601f,-0.3192439028024042f,0.20565533578358652f,0.9250887597345614f,-0.03358721752914284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9488924691470675f,-0.04762507673846764f,0.3119854709143304f,0.17698026522831195f,0.17885519393941296f,0.8956271188734528f,-0.4072626714288126f,1.3645553392437269f,-0.2600267324658686f,0.44224870379017844f,0.8583718205993429f,-0.09450259483798193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9202963205462165f,0.28716038495763807f,0.26569455338805226f,-0.18889988556330015f,-0.15172194970056116f,0.8879600168911155f,-0.4341744561599523f,1.3649207365268325f,-0.36060384408399726f,0.3592574588143035f,0.8607548698195863f,0.033191030392581124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,0.1223419480738508f,0.2948713570661045f,-0.014085782151389272f,0f,0.9236554072846771f,-0.38322407099995354f,1.2026839686546473f,-0.3192439028024042f,0.3631709464360724f,0.8753229085247434f,-0.06628539938733266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9476725861411677f,0.09617666788527955f,0.3044120858819432f,0f,0f,0.9535407981475493f,-0.3012639146465016f,1.4157407407407403f,-0.3192439028024042f,0.28549955310406216f,0.9036444741716012f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9456856298642071f,-0.055408369560814255f,0.32032577487762376f,-0.14053132400218551f,-0.03577103052804244f,0.9971201736349202f,0.06687146405776068f,1.3813808065139421f,-0.32310853105930165f,0.051780999535338754f,-0.9449442339333163f,-1.7141316977847811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2584371002458817f,-0.055408369560814255f,0.9644377521639809f,-0.20454259562325852f,0.03577103052804245f,0.9971201736349202f,0.06687146405776068f,1.3813808065139421f,-0.9653655776914061f,0.051780999535338754f,-0.25571083179181003f,-1.7826270962101733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6827868972914453f,-0.055408369560814255f,0.7285135314252807f,-0.28181398952651415f,6.938893903907228e-18f,0.9971201736349202f,0.07583771706919007f,1.3700051489535636f,-0.7306175832041831f,0.051780999535338754f,-0.6808205895828945f,-1.646256308560043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8426431926679876f,0.39139619026732064f,-0.3698127527472895f,-0.9561400022073264f,-0.2035692172373793f,0.4042616693321882f,0.8917017867550301f,2.3009588320253833f,0.49850980295643255f,0.8266689331001738f,-0.26097212763695454f,0.7812644532219342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1637512602978311f,0.39139619026732064f,-0.9055355028904715f,-0.9156021205947431f,-0.9145956558989372f,0.4042616693321882f,0.009342853929357964f,2.367726506067848f,0.36973005147223936f,0.8266689331001738f,0.42416761319713625f,0.7294202601302926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4324040705342225f,0.39139619026732064f,-0.8123027403804952f,-0.8140256503439605f,-0.7121885231196186f,0.4042616693321882f,0.5738989547345849f,2.248257825836428f,0.5530047263108442f,0.8266689331001738f,0.10394348332093026f,0.7397508341779738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014807384158455745f,0f,0.000004988185981287567f,-0.21264035628617903f,0f,0.000015625f,0f,1.5818632407407403f,-0.000004988185981287567f,0f,0.000014807384158455745f,-0.6538290458405291f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162.mcfunction new file mode 100644 index 000000000..8672e4258 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162_as_bone.mcfunction new file mode 100644 index 000000000..7f6c84f7f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_162_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7736648575265263f,0.13774500234473705f,0.22229135611164064f,-0.04355587305474484f,-0.15144664533782226f,0.8019339900173735f,0.030170079800677995f,1.4890953778353075f,-0.21319250992664762f,-0.06980425795256164f,0.7852520383464869f,0.32901121724283255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7518228805032879f,-0.16536385450430444f,0.21775479782364798f,-0.04355587305474484f,0.16356087765058314f,0.782543531618173f,0.029554363886378446f,1.4890953778353075f,-0.21911229005674138f,0.016745648570202182f,0.7692264865434975f,0.32901121724283255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7535080460633333f,-0.13153678476504252f,-0.28612609670552f,0.01634671195078126f,0.15144664533782226f,0.8019339900173735f,0.030170079800677995f,1.4890953778353075f,0.2761050209217166f,-0.08089743106511026f,0.7643075738950441f,0.33147892867808293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7312531686040556f,0.16342618987637225f,-0.280286788609489f,0.01634671195078126f,-0.16356087765058314f,0.782543531618173f,0.029554363886378446f,1.4890953778353075f,0.2802082131356956f,0.030290288626049957f,0.7487094601420841f,0.33147892867808293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0376398510231806f,1.125392063110125f,-0.313372771403847f,0.6709208824702289f,0.6446785047465714f,-0.2020970232703368f,1.408883483011634f,1.2879430243894283f,0.9742173346262711f,-1.064920535755605f,-0.598540798475491f,-0.18530039701290874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.43397895163620753f,0.8555654497720424f,-0.2822588009134539f,0.5798873168950754f,-0.7328990270692805f,0.15306197042664033f,-0.6628959566402681f,1.4647624921823155f,-0.5239477890569253f,0.49455009287783647f,0.6934687591931468f,-0.034379963594023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7927288217174022f,0.5045575794892349f,-0.3420565219353422f,0.29927819645571013f,-0.6042689390997483f,0.5765736981716083f,-0.5499289225127005f,1.6621650096442306f,-0.08025001219815317f,0.6426386383938326f,0.761955061657521f,-0.01426300678129101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3525955442110611f,-0.8515423539184149f,0.3880103113134883f,-0.4519953317020621f,0.5710184511710434f,-0.5242844932822635f,-0.6317148870542654f,1.394157493070284f,0.7413597713827803f,-0.001178807382505259f,0.6711067722713178f,-0.1550443403245783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.41269350923241344f,-0.8478430504989655f,0.33293577332279f,-0.29709098042746757f,0.8192684970348635f,0.18575737490473765f,-0.542488089670858f,1.6621650096442306f,0.3980994815415762f,0.4966451040623567f,0.7712719646189785f,-0.03883067839829567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3956179729000991f,0.845509211159508f,-0.358609248852902f,0.06986090047950465f,-0.9157308050234942f,0.3333164597637044f,-0.22435960060049587f,1.3746753333382555f,-0.07016774365361686f,0.4171502265311825f,0.90612481273583f,-0.25881217176415056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8440351095842595f,0.5138007646868813f,-0.1536668734511855f,0.16523812589922499f,-0.5334040732781471f,0.8339709628256055f,-0.14132419387356776f,1.5301616126563469f,0.055541231525489454f,0.2012491176897637f,0.9779641937360096f,-0.2149656859864698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3485552446144364f,0.8614959345060282f,-0.36923433789580673f,-0.2504974289922367f,-0.9354405094483214f,0.29501468976423595f,-0.19472387143433822f,1.3789679401398611f,-0.05882426994732242f,0.41326878378713283f,0.9087071132176021f,-0.26812048015562234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8168597769799879f,0.557000941623224f,-0.14996684894684492f,-0.14699704524379997f,-0.5741109090039069f,0.8102866097330215f,-0.11761068935294039f,1.5301616126563469f,0.05600686489093883f,0.18216904544463022f,0.9816708562277275f,-0.22782834128333088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,0.008942968807709591f,-0.04017723009456507f,-0.28687215168247937f,0f,0.9761113949477853f,0.2172706714057122f,2.217749360311098f,0.041160496949955445f,-0.217086544866312f,0.9752841870597714f,-0.173004684638969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,0.008942968807709591f,-0.04017723009456507f,-0.3292248586419715f,0f,0.9761113949477853f,0.2172706714057122f,2.11610456138691f,0.041160496949955445f,-0.217086544866312f,0.9752841870597714f,-0.05597949262944975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,0.008942968807709591f,-0.04017723009456507f,0.3001299700664076f,0f,0.9761113949477853f,0.2172706714057122f,2.217749360311098f,0.041160496949955445f,-0.217086544866312f,0.9752841870597714f,-0.14882289268087015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,0.008942968807709591f,-0.04017723009456507f,0.33271370418124147f,0f,0.9761113949477853f,0.2172706714057122f,2.11610456138691f,0.041160496949955445f,-0.217086544866312f,0.9752841870597714f,-0.02871066340010427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.978646453151305f,-0.20158598640852574f,-0.04017723009456507f,-0.19399204871030318f,0.20547824139224813f,0.9542390411533476f,0.2172706714057122f,2.3228013155090785f,-0.005460041091327986f,-0.22088671852884587f,0.9752841870597714f,-0.17015222740969838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9981326872857548f,-0.046010094040826996f,-0.04017723009456507f,-0.07948578450903336f,0.05367258934578993f,0.9746346538574491f,0.2172706714057122f,2.3388053598085667f,0.029161476722477056f,-0.21902137509048064f,0.9752841870597714f,-0.16900042459280518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9573530315626676f,-0.28611354938153133f,-0.04017723009456507f,-0.05699226218106655f,0.28786374703870665f,0.932699264762092f,0.2172706714057122f,2.335794101971087f,-0.024690810003018475f,-0.2195703039405726f,0.9752841870597714f,-0.1674029564342884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9989107881424238f,0.023728200829599172f,-0.04017723009456507f,-0.08650548735034207f,-0.014445231026203292f,0.9760045033950975f,0.2172706714057122f,2.3439793263351665f,0.044368599631733126f,-0.21645364824340463f,0.9752841870597714f,-0.17044224372201197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9903244471461172f,-0.13282800746328047f,-0.04017723009456507f,-0.15025792951573358f,0.13841335610368413f,0.966248000359652f,0.2172706714057122f,2.4497480129196596f,0.009961537875833218f,-0.22072952279726632f,0.9752841870597714f,-0.1645894164232058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9903244471461172f,-0.13282800746328047f,-0.04017723009456507f,-0.1203716278364955f,0.13841335610368413f,0.966248000359652f,0.2172706714057122f,2.2323422128387382f,0.009961537875833218f,-0.22072952279726632f,0.9752841870597714f,-0.11492527379382093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9748813388150829f,0.21907114235343633f,-0.04017723009456507f,0.20732996141122545f,-0.20547824139224813f,0.9542390411533476f,0.2172706714057122f,2.3228013155090785f,0.08593641570638264f,-0.20355757644140973f,0.9752841870597714f,-0.15361960342522085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9971492087712476f,0.06386897234810518f,-0.04017723009456507f,0.09311694994669924f,-0.05367258934578993f,0.9746346538574491f,0.2172706714057122f,2.3388053598085667f,0.05303497525023317f,-0.21449486210948676f,0.9752841870597714f,-0.16188998450858172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9520783128697765f,0.30320401769265526f,-0.04017723009456507f,0.07056825034070464f,-0.28786374703870665f,0.932699264762092f,0.2172706714057122f,2.335794101971087f,0.10335061346637087f,-0.19529312626737633f,0.9752841870597714f,-0.16214804906414176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9991754777078896f,-0.005844221859118315f,-0.04017723009456507f,0.10023145881424429f,0.014445231026203292f,0.9760045033950975f,0.2172706714057122f,2.3439793263351665f,0.03794337949906195f,-0.21767189626442535f,0.9752841870597714f,-0.1627495390183406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9877882072607671f,0.15053321154644841f,-0.04017723009456507f,0.16328648167587534f,-0.13841335610368413f,0.966248000359652f,0.2172706714057122f,2.4497480129196596f,0.07152762018041807f,-0.209056341741853f,0.9752841870597714f,-0.15167282644824892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9877882072607671f,0.15053321154644841f,-0.04017723009456507f,0.12941650907792449f,-0.13841335610368413f,0.966248000359652f,0.2172706714057122f,2.2323422128387382f,0.07152762018041807f,-0.209056341741853f,0.9752841870597714f,-0.10463514955633206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,0.008942968807709591f,-0.04017723009456507f,0.0011947075472184695f,0f,0.9761113949477853f,0.2172706714057122f,1.7252954144465695f,0.041160496949955445f,-0.217086544866312f,0.9752841870597714f,-0.029000988276709428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,0.0016002289143125705f,-0.041129378509638215f,0.0005946217043512555f,0f,0.9992439731630289f,0.03887778411077475f,1.3505789245104338f,0.041160496949955445f,-0.03884483704156588f,0.9983971615174226f,-0.014434174386122222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9945998298454364f,0.0742110632155217f,-0.07255271578549193f,-0.12835694737656167f,-0.1034928059901714f,0.7615489210161444f,-0.6397909658688743f,0.9893847780267649f,0.007772874610417632f,0.6438446699286777f,0.7651167384293212f,-0.41699466678733543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9945998298454364f,0.02379733325145885f,-0.10101913383883045f,-0.1216168094254057f,-0.1034928059901714f,0.30031644525156265f,-0.9482084537799407f,1.079116930196137f,0.007772874610417632f,0.9535427204072107f,0.3011575381402671f,-0.08469905086048951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9897876937593905f,-0.13744907686061186f,-0.037789847216314135f,0.14908881856053227f,0.11874446060960363f,0.9416695118057076f,-0.31489408316152045f,1.116880098757222f,0.07886744801881856f,0.3071909533266985f,0.9483742108668036f,-0.3564711507296986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9897876937593905f,-0.09213237343917627f,0.10877475372038732f,0.12595382016509268f,0.11874446060960363f,0.11071168403853954f,-0.9867333358572035f,1.0866290339033906f,0.07886744801881856f,0.9895729123120812f,0.12052127140544189f,-0.020579933867163308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.981851030740505f,-0.18760917427137075f,-0.027773209447631377f,0.0049561852421805466f,0.10643906049085854f,0.6663059883813292f,-0.7380427197994731f,1.2644111155865423f,0.15696904101010145f,0.7216918508452166f,0.6741821657296893f,-0.024584406353032016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9914350500174839f,0.12601098620091888f,-0.034318696850269365f,0.005055878832538727f,-0.10643906049085854f,0.6273498474497802f,-0.7714291252646357f,1.2507648599991548f,-0.07567871562501717f,0.7684747232417011f,0.6353891183675859f,-0.027004423412413627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,-0.030378205117243033f,-0.027773209447631377f,0.0049561852421805466f,0f,0.6747539875769513f,-0.7380427197994731f,1.2644111155865423f,0.041160496949955445f,0.7374172637678467f,0.6741821657296893f,-0.024584406353032016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9877660302956894f,-0.15068802643399679f,-0.04014209864122596f,0.005338971295125127f,0.13829232579995185f,0.9654031014838772f,-0.2210703152170158f,1.2792522934423207f,0.07206595603150495f,0.21281440349454223f,0.974431386833638f,-0.03387636559425346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9903466241111949f,0.1326731925757321f,-0.04014209864122596f,0.005338971295125127f,-0.13829232579995185f,0.9654031014838772f,-0.2210703152170158f,1.2792522934423207f,0.009423202024746342f,0.22448758454995554f,0.974431386833638f,-0.03387636559425346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,-0.009099364035215668f,-0.04014209864122596f,0.005338971295125127f,0f,0.975257871401123f,-0.2210703152170158f,1.2792522934423207f,0.041160496949955445f,0.2208829686605677f,0.974431386833638f,-0.03387636559425346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9796126774813935f,-0.2001471745686342f,-0.0173237013922452f,0.1988810388856602f,0.1760235094285154f,0.8966942710736336f,-0.40614665867417155f,1.3206315825237696f,0.09682316998634351f,0.3948170370385721f,0.9136436838384414f,-0.02483978645785069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9886248463041416f,0.13817991861606627f,-0.059390431564094424f,-0.18848008303184896f,-0.15021726790921838f,0.8875728018705112f,-0.435487420945336f,1.3210122072244561f,-0.007462284636904959f,0.4394551529689774f,0.8982335346873941f,-0.03618921630441966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,-0.01593172652613589f,-0.037952161981416946f,0.010613003381933835f,0f,0.9220530555683203f,-0.38706351251070437f,1.1598553841462327f,0.041160496949955445f,0.3867354946304006f,0.9212716595466354f,-0.06782010845867079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9991525476576799f,-0.012563352630414368f,-0.039196284005644615f,0f,0f,0.9522791732398421f,-0.30522840007712704f,1.3726302619170099f,0.041160496949955445f,0.30496973355453905f,0.9514721620239374f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7583568314965101f,-0.055087600498310074f,0.6495077154229286f,0.45741682364081704f,-0.026895234067500697f,0.9982183821279595f,0.05326075446605301f,1.3277394497432162f,-0.6512845480333675f,0.02292199496504226f,-0.7584873233217508f,-1.5815249046851778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.07250198452803042f,-0.055087600498310074f,0.9958457804855304f,0.4214008687284413f,0.026895234067500697f,0.9982183821279595f,0.05326075446605301f,1.3277394497432162f,-0.9970055710094861f,0.02292199496504226f,0.073854407606256f,-1.6680807449950592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3841701857320085f,-0.055087600498310074f,0.9216173960304636f,0.3011662367800596f,0f,0.9982183821279595f,0.05966625161545541f,1.318789512000898f,-0.9232622966387363f,0.02292199496504226f,-0.38348574126320323f,-1.567279963650638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9504747710800074f,0.08066565032711633f,-0.30015123254404663f,-1.1431815225940103f,-0.2642710266584016f,0.29852686117347993f,0.9170837135326437f,2.256515468933043f,0.16358035948524308f,0.9509862070583426f,-0.2624246558070819f,0.3857264184542535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05713250577641277f,0.08066565032711633f,-0.9951024719299068f,-1.0901274369902898f,-0.9539115776969953f,0.29852686117347993f,-0.030568203963251328f,2.328861272644088f,0.2945990134391785f,0.9509862070583426f,0.0940034853899019f,0.358515920734513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5659102464396852f,0.08066565032711633f,-0.8205112100586301f,-0.9935777982833555f,-0.7716885729178165f,0.29852686117347993f,0.5615856654028606f,2.208450520978136f,0.2902453090105649f,0.9509862070583426f,-0.10669064899112979f,0.3881247669430527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001561175855715125f,0f,-6.431327648430539e-7f,0.035509225165813674f,0f,0.000015625f,0f,1.5387527619170098f,6.431327648430539e-7f,0f,0.00001561175855715125f,-0.6866203006279186f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163.mcfunction new file mode 100644 index 000000000..8d15795d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163_as_bone.mcfunction new file mode 100644 index 000000000..4238e7094 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_163_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7975275287589942f,0.15239099382919616f,-0.08758578832074458f,-0.16290910301032716f,-0.15033806472142475f,0.8022580690186861f,0.026923993661232642f,1.4439507488666452f,0.09106454640436673f,-0.010169569243744405f,0.8115098722098262f,0.29012271490135777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7789095859737065f,-0.16105435295342851f,-0.08579832325297429f,-0.16290910301032716f,0.16468565930564416f,0.7824212535978233f,0.02637452440284014f,1.4439507488666452f,0.07860337459253697f,-0.043341404143880616f,0.7949484462463604f,0.29012271490135777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5983238217977035f,-0.09373526033229945f,-0.5478747572979344f,-0.10836691219048723f,0.15033806472142475f,0.8022580690186861f,0.026923993661232642f,1.4439507488666452f,0.5351182252639609f,-0.12058248674367875f,0.6050229692544772f,0.31459049236692316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5766367973196034f,0.13946304518763913f,-0.5366936398020583f,-0.10836691219048723f,-0.16468565930564416f,0.7824212535978233f,0.02637452440284014f,1.4439507488666452f,0.5294984774256262f,0.09147153079183303f,0.5926755617186715f,0.31459049236692316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5417404325360192f,1.4412473459656405f,-0.2659504493372504f,0.712223959301021f,0.7822388486456902f,-0.04457458591812215f,1.3518586242502184f,1.2636129866977586f,1.239365134827163f,-0.6018516794337512f,-0.7369904127854188f,0.08268479512569592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6397173450115626f,0.6124674510020192f,-0.4643762913354289f,0.5619442239827779f,-0.7073689452882314f,0.23281186525653197f,-0.6674037838052687f,1.435935688936334f,-0.30065078368960363f,0.7554351440453799f,0.5821742431677681f,0.1829373109468138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7960862785957065f,0.23156115081616385f,-0.5591297438558724f,0.28264962732227716f,-0.5644369534178408f,0.6173742755821352f,-0.5479597881832388f,1.620226351774886f,0.21830612141675193f,0.7518167577821924f,0.6221848600455069f,0.09906703263565671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6238042480030144f,-0.7768442475731988f,0.08591434796252372f,-0.35530831845520605f,0.5606009454968305f,-0.5213168459791057f,-0.6433936011544232f,1.3528435854722507f,0.5446052148863929f,-0.3531879968385515f,0.7606992827706082f,-0.3161456508634184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2125557754058206f,-0.9770601138750852f,-0.013174832675855286f,-0.26193790435711894f,0.8162383258548817f,0.18494961586781528f,-0.5473103644148972f,1.620226351774886f,0.5371918072227557f,0.10558017552909249f,0.8368260206207716f,-0.14523643840874517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3977673958455765f,0.628439353388537f,-0.6684647170306195f,0.16116422126297586f,-0.9140049908776005f,0.3348293194540147f,-0.22909431133225178f,1.3318590511986854f,0.07984970540375026f,0.7021063352132348f,0.707580891912985f,-0.2141324662368355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7647736471548053f,0.399658059405343f,-0.5053659111672382f,0.23294157045668243f,-0.5320991191285463f,0.8340643561123355f,-0.1456268425996393f,1.4873359502035006f,0.3633067519881271f,0.3802763277082476f,0.8505281409480625f,-0.1375148539106137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.35022490103365733f,0.6448496773253449f,-0.679346312530924f,-0.1327860767324769f,-0.9338298090735926f,0.29677815239026634f,-0.19971133154980802f,1.3361019855074436f,0.07283135575795943f,0.7043377186529334f,0.7061189501077273f,-0.3417553253856985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7396290737982084f,0.4466650994584423f,-0.5034273752173042f,-0.05218279167912708f,-0.5726587442459263f,0.8106509520982427f,-0.12209421157815573f,1.4873359502035006f,0.3535686578743699f,0.378596517136638f,0.8553676878284124f,-0.2654224303736513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,0.08534496602648553f,-0.4003076335625036f,-0.2045596490581319f,0f,0.9780197463473348f,0.20851229161537457f,2.175273474209948f,0.4093042446817204f,-0.19024618926179063f,0.892343220267232f,-0.26168845090460896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,0.08534496602648553f,-0.4003076335625036f,-0.28697153391422436f,0f,0.9780197463473348f,0.20851229161537457f,2.0725690332554727f,0.4093042446817204f,-0.19024618926179063f,0.892343220267232f,-0.16959940952239666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,0.08534496602648553f,-0.4003076335625036f,0.33147415175718997f,0f,0.9780197463473348f,0.20851229161537457f,2.175273474209948f,0.4093042446817204f,-0.19024618926179063f,0.892343220267232f,-0.02122220715409824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,0.08534496602648553f,-0.4003076335625036f,0.3174921138136917f,0f,0.9780197463473348f,0.20851229161537457f,2.0725690332554727f,0.4093042446817204f,-0.19024618926179063f,0.892343220267232f,0.10156465257924308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9102208366364195f,-0.10607462969289756f,-0.4003076335625036f,-0.11949390587438904f,0.20319081190358623f,0.9566797364861799f,0.20851229161537457f,2.2805380775743087f,0.36084833727046384f,-0.2711310655978917f,0.892343220267232f,-0.2236106105558496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9156082356628922f,0.037621234667067946f,-0.4003076335625036f,-0.013650436711141842f,0.051031513041187276f,0.9766874673722563f,0.20851229161537457f,2.29625859645556f,0.398819938647773f,-0.21134387566261129f,0.892343220267232f,-0.1798023242781034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8975121584122666f,-0.18500195678355177f,-0.4003076335625036f,0.0066385186591618045f,0.28579774252439666f,0.9353300351283839f,0.20851229161537457f,2.2931794787559228f,0.33584457099990983f,-0.3015493348906497f,0.892343220267232f,-0.16998115076504441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9107535353508515f,0.10139919308117903f,-0.4003076335625036f,-0.019636220572898558f,-0.017223070833715215f,0.9778680841894586f,0.20851229161537457f,2.3014621085986087f,0.4125910368354877f,-0.18300878002468618f,0.892343220267232f,-0.1837034591049803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9154029765470029f,-0.04232244133407374f,-0.4003076335625036f,-0.08111468281913656f,0.1359612443783887f,0.968523187266255f,0.20851229161537457f,2.4073247185442574f,0.37888247591564306f,-0.24529909638467656f,0.892343220267232f,-0.20099944206586723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9154029765470029f,-0.04232244133407374f,-0.4003076335625036f,-0.07159213351896998f,0.1359612443783887f,0.968523187266255f,0.20851229161537457f,2.1894070014093505f,0.37888247591564306f,-0.24529909638467656f,0.892343220267232f,-0.1458071453793151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8747587449893516f,0.2730401739236245f,-0.4003076335625036f,0.24647031661901214f,-0.20319081190358623f,0.9566797364861799f,0.20851229161537457f,2.2805380775743087f,0.4398984337578575f,-0.10105911745355037f,0.892343220267232f,-0.059438049429646596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9067019068018518f,0.13283617998675953f,-0.4003076335625036f,0.14337048766313273f,-0.051031513041187276f,0.9766874673722563f,0.20851229161537457f,2.29625859645556f,0.4186734250924144f,-0.16863018817665218f,0.892343220267232f,-0.109362303859459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8476330047095182f,0.34824142177331907f,-0.4003076335625036f,0.12254414601520328f,-0.28579774252439666f,0.9353300351283839f,0.20851229161537457f,2.2931794787559228f,0.44703236985152767f,-0.062334882273360315f,0.892343220267232f,-0.11798556616299023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9137594100290773f,0.06926426997306315f,-0.4003076335625036f,0.15026441999270002f,0.017223070833715215f,0.9778680841894586f,0.20851229161537457f,2.3014621085986087f,0.40589051037733054f,-0.1974245952983995f,0.892343220267232f,-0.10748556242482127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8916741963751731f,0.21135497635560402f,-0.4003076335625036f,0.20406222586968842f,-0.1359612443783887f,0.968523187266255f,0.20851229161537457f,2.4073247185442574f,0.4317773356091883f,-0.13149870606715885f,0.892343220267232f,-0.0730682930739957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8916741963751731f,0.21135497635560402f,-0.4003076335625036f,0.1565073561896776f,-0.1359612443783887f,0.968523187266255f,0.20851229161537457f,2.1894070014093505f,0.4317773356091883f,-0.13149870606715885f,0.892343220267232f,-0.04348108420888501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,0.08534496602648553f,-0.4003076335625036f,0.011227929795608193f,0f,0.9780197463473348f,0.20851229161537457f,1.6816558722933608f,0.4093042446817204f,-0.19024618926179063f,0.892343220267232f,-0.02502866843078333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,0.014187710453899854f,-0.40905827651637844f,0.005907538375395748f,0f,0.999399057868229f,0.0346629936978356f,1.3068812255927749f,0.4093042446817204f,-0.03162644469700149f,0.9118496604601848f,-0.013168751669407772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9207790860238898f,-0.17146318343250783f,-0.3503801527886545f,0.03645961128056141f,-0.10441515388284994f,0.7571040857020396f,-0.644896021892599f,0.9517936502080606f,0.3758501701218605f,0.6303917671896335f,0.679222253374328f,-0.4355939620873819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9207790860238898f,-0.33475827371681016f,-0.2002567674740404f,-0.08129319265354211f,-0.10441515388284994f,0.2831237846216825f,-0.9533826085161801f,1.0343476208347842f,0.3758501701218605f,0.8987646080924842f,0.2257406229718794f,-0.12418209099025043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8888850820307286f,-0.24710415440006891f,-0.38577564441194595f,0.2725193791078876f,0.12097026093255907f,0.9387770793801933f,-0.3225891988277086f,1.0695639095939042f,0.4418704639519752f,0.24007734609625553f,0.8643571952487266f,-0.27778559053077706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8888850820307286f,-0.45461234958024305f,0.05666500288852108f,0.1254966708342782f,0.12097026093255907f,0.11361201464016102f,-0.986133107698607f,1.0415301704307312f,0.4418704639519752f,0.8834137885150621f,0.1559825995049816f,0.025646188200248943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8542357448655943f,-0.4391804076514739f,-0.27821190076811725f,0.01373286211787265f,0.10627853132851237f,0.6713589864230323f,-0.7334725524024012f,1.2196827232562846f,0.5089068342757621f,0.5969905199281844f,0.6201742925527454f,-0.02147823899388384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9481164191248349f,-0.16921985138903164f,-0.2691466100135292f,0.014769649797301925f,-0.10627853132851238f,0.6291743014279519f,-0.7699640070816967f,1.2048293624298914f,0.2996333251902317f,0.758620023673593f,0.5785460483979837f,-0.02378938766812179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,-0.30021342905583837f,-0.27821190076811725f,0.01373286211787265f,0f,0.6797190705521707f,-0.7334725524024012f,1.2196827232562846f,0.4093042446817204f,0.6692188596731479f,0.6201742925527454f,-0.02147823899388384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8907257078245602f,-0.2181115573086922f,-0.3987920034163344f,0.017361341075336288f,0.13544647287913777f,0.9648562001373288f,-0.22518162900457916f,1.235076288678071f,0.433891652840934f,0.14656009560904376f,0.8889646629478759f,-0.029566639828911726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9163514650976158f,0.03556586038098557f,-0.3987920034163344f,0.017361341075336288f,-0.13544647287913777f,0.9648562001373288f,-0.22518162900457916f,1.235076288678071f,0.37676815868389735f,0.26036048592656147f,0.8889646629478759f,-0.029566639828911726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,-0.09216779657591864f,-0.3987920034163344f,0.017361341075336288f,0f,0.974316803693154f,-0.22518162900457916f,1.235076288678071f,0.4093042446817204f,0.20545525867082604f,0.8889646629478759f,-0.029566639828911726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8740993312886437f,-0.32957038326469484f,-0.3568385090142438f,0.1936784142344751f,0.1731554317726705f,0.8977671258465657f,-0.405007881647773f,1.2749730110408999f,0.45383648540897026f,0.2922285924134711f,0.8418045463690935f,0.050761533575396645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9209667694807182f,-0.03664035102403324f,-0.38791454495685723f,-0.161925285130884f,-0.14869248106590527f,0.8871765851116199f,-0.436816040117748f,1.2753657031394465f,0.360153794352795f,0.4599730334557889f,0.8116120088482949f,-0.10327525290856462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,-0.16001706530740747f,-0.3767286868886925f,0.035409505845102655f,0f,0.9204123626463756f,-0.3909489515112128f,1.1153121516300717f,0.4093042446817204f,0.3567010253673538f,0.8397823609646758f,-0.05984560672088997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9123979588345903f,-0.12657408354330596f,-0.3892415266767484f,0f,0f,0.9509833619717943f,-0.3092420496194253f,1.3277974965706445f,0.4093042446817204f,0.28215181485858876f,0.8676752783487215f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.44933584808073934f,-0.04324506534849743f,0.8923156167817343f,0.9641791427419136f,-0.018569928420704488f,0.9990640098495172f,0.03906740306001552f,1.2761677500566524f,-0.8931698905516312f,0.000984147553970565f,-0.4497183319207473f,-1.2360786123168073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.40823916444271746f,-0.04324506534849743f,0.9118501241641173f,0.9620461837575642f,0.018569928420704495f,0.9990640098495172f,0.03906740306001552f,1.2761677500566524f,-0.9126861138275097f,0.000984147553970565f,0.4086601143738281f,-1.3298043451011985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.02275156249972754f,-0.04324506534849743f,0.99880540183102f,0.8132918529750859f,3.469446951953614e-18f,0.9990640098495172f,0.04325626224494898f,1.26967931071991f,-0.9997411497001718f,0.000984147553970565f,-0.02273026726131966f,-1.279531938619805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9233876349592911f,-0.26542769368652286f,-0.2773146498628258f,-1.1761574500758516f,-0.33204846872586924f,0.18980467692182823f,0.9239686136635845f,2.2106271957865826f,-0.19261124064055563f,0.9452630977896338f,-0.26339815097310854f,-0.05673798168525199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02811488238712062f,-0.26542769368652286f,-0.9637207545822664f,-1.1232765776855638f,-0.9784896724575244f,0.18980467692182823f,-0.08082168961712816f,2.28803645459337f,0.20437102114127015f,0.9452630977896338f,-0.2543819208882994f,-0.05743259396984282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5640626388297373f,-0.26542769368652286f,-0.7819088686673711f,-1.032430683580602f,-0.8256987606057326f,0.18980467692182823f,0.5312209910694023f,2.169648676529566f,0.00740919770230225f,0.9452630977896338f,-0.3262250446341524f,-0.008151531132424533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014256218106790475f,0f,-0.000006395378823151882f,0.2879819004865714f,0f,0.000015625f,0f,1.4939199965706444f,0.000006395378823151882f,0f,0.000014256218106790475f,-0.6243194433127904f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164.mcfunction new file mode 100644 index 000000000..2213cadd4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164_as_bone.mcfunction new file mode 100644 index 000000000..5da8b1ffb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_164_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7013095041869886f,0.14199897312117035f,-0.39363144617011664f,-0.26212349912882216f,-0.14923382306501257f,0.8025677238483394f,0.023638086528750553f,1.3979032383923125f,0.3909458911855256f,0.051631237772043696f,0.7151503127984535f,0.20634093302072543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6879341890288898f,-0.13438979589381206f,-0.3855981513503184f,-0.26212349912882216f,0.165801106853431f,0.7822875479051117f,0.02315567659959238f,1.3979032383923125f,0.3731709320557279f,-0.09982772737184425f,0.700555408455628f,0.20634093302072543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.34954621715118495f,-0.04329524338260584f,-0.7368089361701456f,-0.22121939950442798f,0.14923382306501257f,0.8025677238483394f,0.023638086528750553f,1.3979032383923125f,0.7228354948210148f,-0.14475847119177893f,0.35142321620735545f,0.24969438663754823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.33257825440208627f,0.09185236597554045f,-0.7217720191054489f,-0.22121939950442798f,-0.165801106853431f,0.7822875479051117f,0.02315567659959238f,1.3979032383923125f,0.70845020831745f,0.13996190645065934f,0.3442513138357768f,0.24969438663754823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.021256942523621883f,1.5574601311805276f,-0.12358127761792799f,0.6432866602881844f,0.9116133340912398f,0.1127367413955932f,1.2639848916211605f,1.2406888966914655f,1.268824464416414f,-0.05490552725031463f,-0.9102066312523567f,0.361186287606958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7368079209558576f,0.2821687520702042f,-0.6144061221796622f,0.4590717106126547f,-0.6760887879422797f,0.31320663533252746f,-0.6669374441448135f,1.4071676043341497f,0.004247167932364335f,0.9067978820767175f,0.42154425939126894f,0.38726015629079735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6799418251065635f,-0.06294278924926167f,-0.7305595935666562f,0.2222595206567646f,-0.5219485510231862f,0.6582309409184114f,-0.5424958419218152f,1.5774170568353463f,0.515023130117038f,0.7501801341672449f,0.41470584966366536f,0.20060269210720222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7989698449733922f,-0.5547047041956852f,-0.23227113029038035f,-0.1991133148427375f,0.5494234271068472f,-0.5162754438139716f,-0.6569578098027709f,1.3112306143401233f,0.24450170667985205f,-0.6525046798743009f,0.7172562709191012f,-0.4298070712351981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03641459336366981f,-0.9304825556665635f,-0.3645218662719413f,-0.1873527485600611f,0.8115138039722479f,0.18533736344118135f,-0.5541618966287413f,1.5774170568353463f,0.5831974994396414f,-0.31599410645278186f,0.7483504535539862f,-0.23353732509006403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3442829433834896f,0.3087762353339141f,-0.8866377452986173f,0.2311471874611778f,-0.9104834104167796f,0.3402541423025492f,-0.23504696977792927f,1.2879582638750975f,0.22910524710497393f,0.8881916207322444f,0.3982793374128226f,-0.13560961882840553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5706019237340473f,0.21898474492040051f,-0.7914917094468843f,0.2672600039497099f,-0.5289234478265069f,0.8352698026221038f,-0.1502143241070976f,1.4436325123410725f,0.6282144784787476f,0.5043511061946613f,0.5924327225178369f,-0.03734108190117007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.30358124136662923f,0.3233642118801018f,-0.8962555530458133f,0.008467371548989314f,-0.9305750030152247f,0.3026333781148853f,-0.2060174803602535f,1.2921219395833756f,0.20461816550226164f,0.8965760564090106f,0.3927884690524348f,-0.36600116312222747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5514780179170273f,0.26284825530991685f,-0.7916961477958822f,0.052803318495874475f,-0.5692937785352744f,0.8122855011958007f,-0.12687339464252112f,1.4436325123410725f,0.6097348517801296f,0.5206755796344011f,0.5975954746289863f,-0.2646395202243461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,0.14521477832453747f,-0.7127117004884227f,-0.09325546208782465f,0f,0.9798677370847676f,0.1996477343231747f,2.1318795934349906f,0.7273550026341633f,-0.13701053235621113f,0.6724453986507184f,-0.31587378351494194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,0.14521477832453747f,-0.7127117004884227f,-0.20395883355364167f,0f,0.9798677370847676f,0.1996477343231747f,2.0281131013921923f,0.7273550026341633f,-0.13701053235621113f,0.6724453986507184f,-0.2629815234456918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,0.14521477832453747f,-0.7127117004884227f,0.30992310656538596f,0f,0.9798677370847676f,0.1996477343231747f,2.1318795934349906f,0.7273550026341633f,-0.13701053235621113f,0.6724453986507184f,0.11144728053262905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,0.14521477832453747f,-0.7127117004884227f,0.2506893396084894f,0f,0.9798677370847676f,0.1996477343231747f,2.0281131013921923f,0.7273550026341633f,-0.13701053235621113f,0.6724453986507184f,0.21889116579944135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7014555525583928f,0.001462795918887802f,-0.7127117004884227f,-0.029708790473596855f,0.20085144963520563f,0.959061769313666f,0.1996477343231747f,2.237350444479898f,0.6838265883719613f,-0.28319319001176585f,0.6724453986507184f,-0.2473054803771393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6925906390106102f,0.11117661058772738f,-0.7127117004884227f,0.0511876398272923f,0.04834832017320345f,0.97867421653789f,0.1996477343231747f,2.2527819209903215f,0.719708723506464f,-0.1727325653783106f,0.6724453986507184f,-0.1661465146229996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6989137934704857f,-0.059678650148909426f,-0.7127117004884227f,0.06617743051886564f,0.28367489007604885f,0.9379068924578629f,0.1996477343231747f,2.249634288069828f,0.6565425089337603f,-0.34171496864556483f,0.6724453986507184f,-0.1493246031079355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6831482347060405f,0.15921847067762318f,-0.7127117004884227f,0.04712979917637962f,-0.020038316194738087f,0.9796628236611324f,0.1996477343231747f,2.258014888574386f,0.7300047638900037f,-0.12210745485586087f,0.6724453986507184f,-0.17200099833345012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6996448026022845f,0.0503902984562597f,-0.7127117004884227f,-0.003520047696278339f,0.1334614184685297f,0.9707362319188417f,0.1996477343231747f,2.363963618181039f,0.7019153794952623f,-0.23480201417683366f,0.6724453986507184f,-0.2106675761205081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6996448026022845f,0.0503902984562597f,-0.7127117004884227f,-0.014857864848936753f,0.1334614184685297f,0.9707362319188417f,0.1996477343231747f,2.1455479659992998f,0.7019153794952623f,-0.23480201417683366f,0.6724453986507184f,-0.1578371229307206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6419238471433073f,0.28279994069242f,-0.7127117004884227f,0.24516205793695836f,-0.20085144963520563f,0.959061769313666f,0.1996477343231747f,2.237350444479898f,0.7399949119069481f,0.014990536524894939f,0.6724453986507184f,0.04402474536084445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6782603568090478f,0.17889919051846942f,-0.7127117004884227f,0.16883946623871246f,-0.04834832017320345f,0.97867421653789f,0.1996477343231747f,2.2527819209903215f,0.7332293831521568f,-0.10095473003175193f,0.6724453986507184f,-0.04144964936746634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6148334942227774f,0.337671151223658f,-0.7127117004884227f,0.15291672755937005f,-0.28367489007604885f,0.9379068924578629f,0.1996477343231747f,2.249634288069828f,0.735872496511557f,0.07942829918438894f,0.6724453986507184f,-0.057391321956852905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6890875253553542f,0.13115035031037692f,-0.7127117004884227f,0.1744483411750485f,0.020038316194738087f,0.9796628236611324f,0.1996477343231747f,2.258014888574386f,0.7244010272519729f,-0.1518563055976362f,0.6724453986507184f,-0.03705857066028392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.660087279552397f,0.23733271026138852f,-0.7127117004884227f,0.2101073433229439f,-0.1334614184685297f,0.9707362319188417f,0.1996477343231747f,2.363963618181039f,0.7392380084610662f,-0.03666541531188132f,0.6724453986507184f,0.015751909282646907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.660087279552397f,0.23733271026138852f,-0.7127117004884227f,0.15670748351413158f,-0.1334614184685297f,0.9707362319188417f,0.1996477343231747f,2.1455479659992998f,0.7392380084610662f,-0.03666541531188132f,0.6724453986507184f,0.02400162772782019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,0.14521477832453747f,-0.7127117004884227f,0.018774476081535145f,0f,0.9798677370847676f,0.1996477343231747f,1.6371267590457568f,0.7273550026341633f,-0.13701053235621113f,0.6724453986507184f,-0.01771376847672694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,0.02211498644930407f,-0.7270187255025078f,0.01048135616304612f,0f,0.9995376712465885f,0.030404666729744345f,1.262300132328286f,0.7273550026341633f,-0.020865548957406332f,0.6859441150777241f,-0.009889187617699566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7073034095853914f,-0.4027726646026841f,-0.5809441173105493f,0.20130854222960998f,-0.10534191126640724f,0.7525782704500531f,-0.6500223292911923f,0.9133702696500635f,0.6990171446535629f,0.5209607734707675f,0.48987233437408895f,-0.3887641092218999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7073034095853914f,-0.6573635849697208f,-0.25999039202369806f,-0.0272718533624096f,-0.10534191126640724f,0.2656646495388593f,-0.9582929487980882f,0.9886827401434348f,0.6990171446535629f,0.7051917548732055f,0.11865757598749554f,-0.14612449151318258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6508966100258589f,-0.3274749431946171f,-0.6849042010650301f,0.36052639747494397f,0.12320910241864863f,0.9357863181067906f,-0.33033843846172f,1.0213416965921744f,0.7491015419407676f,0.13062973789998528f,0.6494480359798968f,-0.1536880372033733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6508966100258589f,-0.7591200349553566f,-0.008389015807772904f,0.10775759074134458f,0.12320910241864863f,0.11653477862604472f,-0.9855146688161318f,0.9955480334990396f,0.7491015419407676f,0.6404345539553256f,0.1693825904926691f,0.07018598268782603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5958297049256538f,-0.6300481724177481f,-0.498022352069928f,0.02109863681457149f,0.10609728435473172f,0.6764332490669913f,-0.7288219438307444f,1.1740628747339386f,0.7960718114471579f,0.3814149446334384f,0.46988542329967153f,-0.015046169836871615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7601153922601718f,-0.4467887345796604f,-0.4718097255270078f,0.023010649048848704f,-0.10609728435473169f,0.631015427628275f,-0.7684809017455516f,1.1579880230493997f,0.6410678253521354f,0.6341918926853375f,0.4322414678746974f,-0.01685015850188509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,-0.5301122868748471f,-0.498022352069928f,0.02109863681457149f,0f,0.6847032745582389f,-0.7288219438307444f,1.1740628747339386f,0.7273550026341633f,0.5001623627518812f,0.46988542329967153f,-0.015046169836871615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6571466353730178f,-0.2587215871582562f,-0.7079699428338992f,0.02722381019664684f,0.1325734834140427f,0.9642778056644811f,-0.22933073278206723f,1.1900109859906023f,0.7420125141218228f,0.05684587796143335f,0.6679715376012701f,-0.02082528733121298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7025854467816637f,-0.07177917535312736f,-0.7079699428338992f,0.02722381019664684f,-0.1325734834140427f,0.9642778056644811f,-0.22933073278206723f,1.1900109859906023f,0.6991408738345057f,0.2549824768263857f,0.6679715376012701f,-0.02082528733121298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,-0.16680485574679507f,-0.7079699428338992f,0.02722381019664684f,0f,0.973348557815565f,-0.22933073278206723f,1.1900109859906023f,0.7273550026341633f,0.15738082824045235f,0.6679715376012701f,-0.02082528733121298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6342870543920585f,-0.4136097001909801f,-0.6531515509731053f,0.15933363356758798f,0.1702609600012596f,0.8988416547545709f,-0.40385007759998537f,1.2284102969268604f,0.7541161304004146f,0.14495066604190637f,0.6405452101795096f,0.12090485565451446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7132824235662826f,-0.21175669124310353f,-0.668122210336689f,-0.11053101207100095f,-0.14715286439854286f,0.8867725684869281f,-0.4381557329060073f,1.228811733313799f,0.6852548567728024f,0.41084488008598713f,0.6013586831304728f,-0.15722935873585459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,-0.28720840559559424f,-0.6682489293760074f,0.05627696019008313f,0f,0.918738342289392f,-0.3948668869471584f,1.069881285820767f,0.7273550026341633f,0.27098190006451817f,0.6304946549975498f,-0.04235649030766359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6862613934522733f,-0.22787375912162128f,-0.6907379023629187f,0f,0f,0.9496571823406268f,-0.31329097661576766f,1.2820703125000006f,0.7273550026341633f,0.21499950216836028f,0.6517130612550381f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.05844578845770565f,-0.024948869692813447f,0.9979787791895215f,1.293891865310401f,-0.010863536512371303f,0.9996443627205599f,0.024354294394420696f,1.2268913189453634f,-0.9982314728488582f,-0.009418172968084107f,-0.05869603591335415f,-0.7276445037571718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7035236934642306f,-0.024948869692813447f,0.710233740845574f,1.327001768988535f,0.010863536512371303f,0.9996443627205599f,0.024354294394420696f,1.2268913189453634f,-0.7105887673675197f,-0.009418172968084107f,0.7035445271687155f,-0.8153530938634133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35317230590009707f,-0.024948869692813447f,0.9352255750599738f,1.1701629808904719f,0f,0.9996443627205599f,0.026667359843181623f,1.2228912149688862f,-0.9355582944665755f,-0.009418172968084107f,0.3530467046620531f,-0.8244558045096005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7579656682532765f,-0.5866990895979701f,-0.28508283710928006f,-1.0417218889591209f,-0.4060348386390259f,0.08231541947298737f,0.9101427808472505f,2.164192536560294f,-0.510513227606047f,0.805610544855204f,-0.30061253210296673f,-0.48228924688391295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06710306324144011f,-0.5866990895979701f,-0.8070200475629633f,-1.0011348083510032f,-0.9864574058355761f,0.08231541947298737f,-0.14186598672384998f,2.2459992439470704f,0.14966283899405594f,0.805610544855204f,-0.5732300451322663f,-0.4610898597643647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4329288598199227f,-0.5866990895979701f,-0.6843659697851245f,-0.9187734531872934f,-0.8726048787922831f,0.08231541947298737f,0.48144043995585883f,2.132879824260303f,-0.22612679594184837f,0.805610544855204f,-0.5475932086642186f,-0.38955057202450605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001072283427269177f,0f,-0.000011364921916158802f,0.5050096559182291f,0f,0.000015625f,0f,1.4481928125000005f,0.000011364921916158802f,0f,0.00001072283427269177f,-0.4665550232669259f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165.mcfunction new file mode 100644 index 000000000..4ba96d5bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165_as_bone.mcfunction new file mode 100644 index 000000000..62d5f3e34 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_165_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.49110111272896817f,0.10690846715409781f,-0.6436883727174005f,-0.322775688945269f,-0.14813807438127022f,0.8028614551468479f,0.020323365925444346f,1.3517816191266208f,0.6354677430361222f,0.10453950418234935f,0.5021918797335636f,0.08765698440433267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4845358683460237f,-0.08734600633627129f,-0.6305518753150047f,-0.322775688945269f,0.1669028987390069f,0.7821426148119975f,0.01990860335553732f,1.3517816191266208f,0.6143031944233089f,-0.14360921026227866f,0.4919430658614501f,0.08765698440433267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.04040263882719965f,0.013190015406976657f,-0.8155599884213346f,-0.30216651081415685f,0.14813807438127022f,0.8028614551468479f,0.020323365925444346f,1.3517816191266208f,0.8021017280487883f,-0.14894278021271787f,0.03732707500056648f,0.14339906565718102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0316208039539644f,0.027083173000177048f,-0.7989159070249808f,-0.30216651081415685f,-0.1669028987390069f,0.7821426148119975f,0.01990860335553732f,1.3517816191266208f,0.7817567058553587f,0.1658898183593369f,0.03656529795973859f,0.14339906565718102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5327234803422857f,1.4619084819912087f,0.1429529075400825f,0.46132386535114883f,1.0289063052347784f,0.2628597416443154f,1.1461513081922483f,1.2193797445334584f,1.0483147230388974f,0.48490679156395083f,-1.0522869831728587f,0.600925763755693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6910050723884822f,-0.08245051162870604f,-0.7181322322981705f,0.2784310755882418f,-0.6399002579966564f,0.392313281096754f,-0.6607707236938635f,1.3788396334394175f,0.336213696552061f,0.9161289224815818f,0.2183303635400601f,0.5421600761668437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.44565231571675057f,-0.33007852102746527f,-0.8321311095329985f,0.12474335731538544f,-0.478055148157939f,0.6981532520635149f,-0.5329590152655543f,1.5345548898470325f,0.7568733637907923f,0.6353189801898409f,0.15333787723374734f,0.27206133140776456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8357764123689572f,-0.21646496866843737f,-0.504599550006783f,-0.006544620094187381f,0.5376595234221845f,-0.509030087421902f,-0.6721685852319198f,1.2701358247939305f,-0.1113554013108697f,-0.8330854022479469f,0.5418197921452038f,-0.4720648324725777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.28978472207850986f,-0.7038160665077098f,-0.6485890527718583f,-0.08224159105421108f,0.8051148071694825f,0.1871597643230398f,-0.5628155736073688f,1.5345548898470325f,0.5175084174449032f,-0.6852840047339203f,0.5124166963805068f,-0.28777524900962437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.23383727537185167f,-0.06685348641179606f,-0.969974607915721f,0.2659602808851299f,-0.9049491129625308f,0.3498164965020835f,-0.2422715867024786f,1.243782688535245f,0.35550981926663816f,0.9344297887640332f,0.021301133195366695f,-0.03335326443075741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2825446843093211f,-0.0009422386725710385f,-0.9592536752886748f,0.2597882756634686f,-0.5237326370194276f,0.8376469148259977f,-0.15508633403096606f,1.399872195477426f,0.803662009982569f,0.5462112762189845f,0.23617920196750103f,0.07053746987259905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2064937775442312f,-0.05638582052660965f,-0.9768218666057056f,0.15126535164728022f,-0.9254628269735257f,0.312815536423581f,-0.21369369682374223f,1.2478366208891942f,0.3176143506293187f,0.9481387448129984f,0.01241148092485242f,-0.33248189199542716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.27253012723318526f,0.03287333586287694f,-0.9615854998592225f,0.15141919274744953f,-0.5638722820339834f,0.8152544138106498f,-0.13194048020240726f,1.399872195477426f,0.7795994992969479f,0.5781691660331778f,0.24071775203430232f,-0.22257068741399194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,0.17887296520834273f,-0.9207319669943533f,0.032059086400353404f,0f,0.981646987751365f,0.19070708282250967f,2.0883863882339644f,0.9379461033170913f,-0.06613360534740696f,0.34041658819164183f,-0.32503731617124176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,0.17887296520834273f,-0.9207319669943533f,-0.08962294610633235f,0f,0.981646987751365f,0.19070708282250967f,1.983559303779654f,0.9379461033170913f,-0.06613360534740696f,0.34041658819164183f,-0.3200295392342404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,0.17887296520834273f,-0.9207319669943533f,0.23579296228246938f,0f,0.981646987751365f,0.19070708282250967f,2.0883863882339644f,0.9379461033170913f,-0.06613360534740696f,0.34041658819164183f,0.22600601952754945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,0.17887296520834273f,-0.9207319669943533f,0.1401195096756282f,0f,0.981646987751365f,0.19070708282250967f,1.983559303779654f,0.9379461033170913f,-0.06613360534740696f,0.34041658819164183f,0.3013597542133326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.375783852694834f,0.10506731655722776f,-0.9207319669943533f,0.06293025940376368f,0.19846794558257105f,0.9613746840527695f,0.19070708282250967f,2.1940561189568504f,0.9052054853070991f,-0.25440042424080433f,0.34041658819164183f,-0.23647785461797716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.35472118043176576f,0.1625593095082656f,-0.9207319669943533f,0.10542699519903012f,0.045632341430759726f,0.9805857932770978f,0.19070708282250967f,2.2091940191137907f,0.9338578979527031f,-0.10966299701960049f,0.34041658819164183f,-0.13001653746199876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.3835111016961317f,0.07191578290284253f,-0.9207319669943533f,0.1126480135978942f,0.2815020397779327f,0.9404187419241452f,0.19070708282250967f,2.205977463372534f,0.8795884472164711f,-0.3323262102321747f,0.34041658819164183f,-0.10868372734596726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.3425175332588817f,0.1869074219097794f,-0.9207319669943533f,0.10394877893466148f,-0.022881023802088285f,0.9813802867956423f,0.19070708282250967f,2.2144562370384175f,0.939232771021124f,-0.04425322953122193f,0.34041658819164183f,-0.1369626830974926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3675393366077098f,0.13102473430873265f,-0.9207319669943533f,0.07170404866416963f,0.1309223797357022f,0.9728772476760207f,0.19070708282250967f,2.3204827295727375f,0.9207465267544077f,-0.1906367749246115f,0.34041658819164183f,-0.19177422186354978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3675393366077098f,0.13102473430873265f,-0.9207319669943533f,0.04222348344470482f,0.1309223797357022f,0.9728772476760207f,0.19070708282250967f,2.1015853488456333f,0.9207465267544077f,-0.1906367749246115f,0.34041658819164183f,-0.14888094750551226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.3034553061437307f,0.24529068903634338f,-0.9207319669943533f,0.20162913323659798f,-0.19846794558257105f,0.9613746840527695f,0.19070708282250967f,2.1940561189568504f,0.9319470756161254f,0.12486470571988639f,0.34041658819164183f,0.13866393151647022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.33809118548864087f,0.19479988513752997f,-0.9207319669943533f,0.16464916899339915f,-0.045632341430759726f,0.9805857932770978f,0.19070708282250967f,2.2091940191137907f,0.9400064040794787f,-0.022461228228441377f,0.34041658819164183f,0.03016293221964239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.2809220748961446f,0.2708051565069512f,-0.9207319669943533f,0.15625592703479196f,-0.2815020397779327f,0.9404187419241452f,0.19070708282250967f,2.205977463372534f,0.9175180594609069f,0.2056140973937683f,0.34041658819164183f,0.009263521137325606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.35085616542614884f,0.17074131350428437f,-0.9207319669943533f,0.16804511848670908f,0.022881023802088285f,0.9813802867956423f,0.19070708282250967f,2.2144562370384175f,0.9361497796465197f,-0.08797804585085407f,0.34041658819164183f,0.03640004609968511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.319826717779017f,0.22352520115058713f,-0.9207319669943533f,0.17921192003640216f,-0.1309223797357022f,0.9728772476760207f,0.19070708282250967f,2.3204827295727375f,0.938387020945538f,0.05955119986130031f,0.34041658819164183f,0.09900459829255313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.319826717779017f,0.22352520115058713f,-0.9207319669943533f,0.12891874977752013f,-0.1309223797357022f,0.9728772476760207f,0.19070708282250967f,2.1015853488456333f,0.938387020945538f,0.05955119986130031f,0.34041658819164183f,0.08560557832376059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,0.17887296520834273f,-0.9207319669943533f,0.022671595910410333f,0f,0.981646987751365f,0.19070708282250967f,1.5925316712848552f,0.9379461033170913f,-0.06613360534740696f,0.34041658819164183f,-0.008382230231318559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,0.024496498825003432f,-0.9376261591236843f,0.013485408851034044f,0f,0.9996588885093978f,0.026117171059584776f,1.217659588093831f,0.9379461033170913f,-0.009056940403481595f,0.3466627743251534f,-0.00498587758001296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.3779542568398858f,-0.5790425916495316f,-0.7223989595731735f,0.3382369008241607f,-0.10626978163239777f,0.7479859986209773f,-0.6551516460933162f,0.8749144523896717f,0.9197050142564258f,0.3243865332019397f,0.22116976246497796f,-0.27879055656224416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3779542568398858f,-0.885636965687738f,-0.26981057196489944f,0.03249510451376618f,-0.10626978163239777f,0.24800126045266407f,-0.9629133441414612f,0.9429499102170359f,0.9197050142564258f,0.39260990795101747f,-0.00038331485947362687f,-0.1452841335759206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.3043540733096459f,-0.3605559432323883f,-0.8816847565086f,0.3947082651781526f,0.12545307866173713f,0.932705777583534f,-0.33811456271001816f,0.9730501687383168f,0.9442616814814201f,-0.007703522707024235f,0.3291056557152789f,-0.0005783770553284412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.3043540733096459f,-0.9494895109762239f,-0.0764085506076243f,0.07380759119251747f,0.12545307866173713f,0.11946988562504512f,-0.984879927444473f,0.949511716408411f,0.9442616814814201f,0.29016652972882634f,0.15547752863681458f,0.1059814892829922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.2383882088738124f,-0.7243639720082509f,-0.646890947475976f,0.02566214573994801f,0.1058955412060391f,0.6815106836913158f,-0.7241058778709613f,1.1283791233600826f,0.9653793017372061f,0.10411543627640216f,0.23917102605950996f,-0.0059370874455063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4469498502227125f,-0.6587220603504278f,-0.6052446435893362f,0.0282024045066986f,-0.10589554120603907f,0.6328669283199655f,-0.7669847360877087f,1.1110726158969464f,0.8882690840835197f,0.406896422012457f,0.213104049738351f,-0.006876281753404645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,-0.6791722865380698f,-0.646890947475976f,0.02566214573994801f,0f,0.6896888266694805f,-0.7241058778709613f,1.1283791233600826f,0.9379461033170913f,0.25110620774072007f,0.23917102605950996f,-0.0059370874455063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.31447314219279093f,-0.26330733688679575f,-0.9120174829360325f,0.03313733566124837f,0.12968323410811133f,0.9636692223554144f,-0.23350350891618712f,1.144881958961139f,0.9403663656419521f,-0.04484279458836819f,0.3371946354004642f,-0.008700843609420639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3728929121939359f,-0.17080687004494127f,-0.9120174829360325f,0.03313733566124837f,-0.12968323410811133f,0.9636692223554144f,-0.23350350891618712f,1.144881958961139f,0.9187671820579937f,0.2053451801975436f,0.3371946354004642f,-0.008700843609420639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,-0.21901370629880546f,-0.9120174829360325f,0.03313733566124837f,0f,0.9723559591650726f,-0.23350350891618712f,1.144881958961139f,0.9379461033170913f,0.08097459558054301f,0.3371946354004642f,-0.008700843609420639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.2888082039955661f,-0.4352672590333508f,-0.8527204902653915f,0.09919134684902009f,0.16735006668033578f,0.899913949283791f,-0.40267709031746207f,1.1817741326638256f,0.9426472174079457f,-0.026406383660855282f,0.3327445362662069f,0.1734457840344328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3883732620887654f,-0.35736821048851186f,-0.8493845839351983f,-0.04064975419166993f,-0.1456036887545366f,0.886362002935436f,-0.4395019517287201f,1.1821808723938734f,0.9099262470747853f,0.2943643352794643f,0.29220517278083213f,-0.18798836746436118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,-0.37405656989122504f,-0.8601305570952161f,0.0692193882341908f,0f,0.9170362284712557f,-0.39880390628881135f,1.0243897506945439f,0.9379461033170913f,0.13829764348110246f,0.3180108002566239f,-0.01726269039998027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.3467810653312612f,-0.2976678541484323f,-0.8894586788234647f,0f,0f,0.9483046794243843f,-0.31736136340426774f,1.2362765775034297f,0.9379461033170913f,0.1100549116963135f,0.32885410698940815f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3511405985982702f,-0.007259810101045263f,0.9362945984962984f,1.3898661522953009f,-0.0038350040890200647f,0.9999504020897985f,0.009191632286357925f,1.1803397781722689f,-0.9363148897457976f,-0.0068182488768876144f,0.35109534135696985f,-0.1449594332243501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9124689056799918f,-0.007259810101045263f,0.4090816438370882f,1.4540466121197881f,0.0038350040890200664f,0.9999504020897985f,0.009191632286357925f,1.1803397781722689f,-0.4091280837473698f,-0.0068182488768876144f,0.9124514905305693f,-0.2132963271888651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6845915714611979f,-0.007259810101045263f,0.7288907157054367f,1.312622774851729f,8.673617379884035e-19f,0.9999504020897985f,0.00995958635940359f,1.1788458402183584f,-0.7289268689548267f,-0.0068182488768876144f,0.6845576171499118f,-0.2818115227790944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.48061817635907866f,-0.8294303342238513f,-0.2846954323879892f,-0.7561991059749402f,-0.4847891216907844f,-0.019223861183569335f,0.8744197794260333f,2.1181009164733813f,-0.7307432353731043f,0.5582792883767995f,-0.3928594661274474f,-0.8233715933382884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13478433887976804f,-0.8294303342238513f,-0.5421056194710164f,-0.73599054118598f,-0.976766629159757f,-0.019223861183569335f,-0.21344178438412825f,2.2035059314916348f,0.16661372738351882f,0.5582792883767995f,-0.8127509471030259f,-0.7904070696969201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2155580244155766f,-0.8294303342238513f,-0.5153446019697541f,-0.668793133284997f,-0.9109868268613686f,-0.019223861183569335f,0.41198718966279757f,2.0990053455330884f,-0.35162158550792794f,0.5582792883767995f,-0.7514562507387812f,-0.694170893906787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005418454145800956f,0f,-0.000014655407864329553f,0.6473408383695286f,0f,0.000015625f,0f,1.4023990775034296f,0.000014655407864329553f,0f,0.000005418454145800956f,-0.23164235641455094f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166.mcfunction new file mode 100644 index 000000000..a38291306 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166_as_bone.mcfunction new file mode 100644 index 000000000..c6f0ca00c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_166_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.19727433657934706f,0.052849150243282884f,-0.7907175525370523f,-0.3319677698979625f,-0.14705476362333178f,0.803138001275485f,0.016990934269469106f,1.3064147338504515f,0.7787182912114682f,0.13827784591259124f,0.20352273756735184f,-0.04747448126847238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1983499259442409f,-0.026123139937320072f,-0.7745804596281329f,-0.3319677698979625f,0.1679869917267516f,0.7819867913627344f,0.016644180508867696f,1.3064147338504515f,0.7565961125253755f,-0.16677601654323881f,0.1993692123108753f,-0.04747448126847238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.27942933199023495f,0.06733529253420253f,-0.7644145807395808f,-0.3351411711676307f,0.14705476362333178f,0.803138001275485f,0.016990934269469106f,1.3064147338504515f,0.7531524343475372f,-0.13183229396091373f,-0.28692525394225254f,0.011697094131704472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2781327100166943f,-0.04381055733697715f,-0.748814283173467f,-0.3351411711676307f,-0.1679869917267516f,0.7819867913627344f,0.016644180508867696f,1.3064147338504515f,0.7310421097511179f,0.16302543727909125f,-0.28106963651485967f,0.011697094131704472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8758412103538027f,1.186690992392122f,0.5158225594343343f,0.18854776051438704f,1.1308335901421058f,0.3992414762231498f,1.0016126422272615f,1.1997686295360752f,0.6289068417916142f,0.9347603876066642f,-1.082638190767875f,0.7527002550266528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4984924695916024f,-0.41542026058702686f,-0.7608753280625364f,0.04494576486099943f,-0.5999563252399034f,0.46822450419244865f,-0.6487050342631596f,1.3512782611613474f,0.6257456876120658f,0.7798665403564526f,-0.015827623553798215f,0.6157534868044463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12162676220055557f,-0.523167201106409f,-0.8435063784009555f,0.005275732437233824f,-0.4341596223096019f,0.7361673114977533f,-0.5191946762421144f,1.4924576879222986f,0.8925874484175731f,0.4293643780853931f,-0.13760042790177046f,0.2991493195595576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7178655025282774f,0.1742130010426356f,-0.6740318616709027f,0.18860730543566823f,0.5254832550946583f,-0.49948358882120375f,-0.6887550312799267f,1.2303712098546238f,-0.45665793422970985f,-0.8486259333569821f,0.2670160226260677f,-0.43142147449743506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49572194312300016f,-0.33533841913012774f,-0.8011291405021193f,0.03724050206574619f,0.7970761540880041f,0.19061979717806884f,-0.5730040990325183f,1.4924576879222986f,0.34486136300060233f,-0.9226116396291012f,0.17279584118336905f,-0.29686915257666424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07524108865971152f,-0.433629282810834f,-0.8979445548953808f,0.25713108778839094f,-0.8971125555917002f,0.36370749609048164f,-0.25081052587026925f,1.200145144088466f,0.43534795414361394f,0.8244285914356405f,-0.36164852612227777f,0.07617423724764227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.057108478259765f,-0.2205262027943761f,-0.9737077670389346f,0.20969675122045212f,-0.5163725045804263f,0.8412389046154208f,-0.16023901483341932f,1.3568759448611485f,0.8544577568400862f,0.49364491210032824f,-0.16191554135804126f,0.16772068613296606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.06544715938337302f,-0.4292453307766557f,-0.9008135852300891f,0.27045395437889613f,-0.9182020636168811f,0.3275271785198856f,-0.22277997598640764f,1.2040581524975136f,0.39066819642549455f,0.8417092094881953f,-0.3726982250620585f,-0.24385032965261255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0566192056708531f,-0.2021922553537387f,-0.9777078077954429f,0.22643223270134866f,-0.556238911296747f,0.8196043664783417f,-0.13728421616867012f,1.3568759448611485f,0.8290913937007256f,0.5360662033038504f,-0.15887254818496396f,-0.14433086995929664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,0.18145989658269096f,-0.9819390633876064f,0.15212584806472637f,0f,0.9833501910751582f,0.18172066946951826f,2.0456131658798067f,0.9985649794952407f,0.009731785275530376f,-0.05266188451831799f,-0.28601355751790813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,0.18145989658269096f,-0.9819390633876064f,0.039394831577009494f,0f,0.9833501910751582f,0.18172066946951826f,1.939730704758179f,0.9985649794952407f,0.009731785275530376f,-0.05266188451831799f,-0.32961326908201327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,0.18145989658269096f,-0.9819390633876064f,0.1206631428806409f,0f,0.9833501910751582f,0.18172066946951826f,2.0456131658798067f,0.9985649794952407f,0.009731785275530376f,-0.05266188451831799f,0.3006433679355458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,0.18145989658269096f,-0.9819390633876064f,0.003915610837508861f,0f,0.9833501910751582f,0.18172066946951826f,1.939730704758179f,0.9985649794952407f,0.009731785275530376f,-0.05266188451831799f,0.3319360298335837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.01630115282868634f,0.18849389435715522f,-0.9819390633876064f,0.14440993939807614f,0.1960484964034104f,0.9636091455281607f,0.18172066946951826f,2.151473555003958f,0.9804586985051527f,-0.1895454205317595f,-0.05266188451831799f,-0.19223467063546984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.04558740011426432f,0.18362315960763922f,-0.9819390633876064f,0.14100939503246165f,0.04289313290028446f,0.9824142595858167f,0.18172066946951826f,2.166314365548384f,0.9980390614103342f,-0.0338342698777265f,-0.05266188451831799f,-0.07761649029132921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.00018920334537588304f,0.18919735726369086f,-0.9819390633876064f,0.1391979386650987f,0.2792865434828792f,0.9428555694892701f,0.18172066946951826f,2.1630287271254915f,0.9602077852379037f,-0.27427674908292793f,-0.05266188451831799f,-0.05517765496096602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.058285255610784306f,0.17999584654056916f,-0.9819390633876064f,0.1423613183774442f,-0.025741107120311635f,0.9830132215243957f,0.18172066946951826f,2.171605518909712f,0.9979680477763838f,0.035867834286072584f,-0.05266188451831799f,-0.08456638233194361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.029410113432341563f,0.18689762176487795f,-0.9819390633876064f,0.1335422023964941f,0.12835295605990052f,0.9749374938724201f,0.18172066946951826f,2.277700981913779f,0.9912923705439189f,-0.1206903559543897f,-0.05266188451831799f,-0.14742829810387348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.029410113432341563f,0.18689762176487795f,-0.9819390633876064f,0.09149023749939661f,0.12835295605990052f,0.9749374938724201f,0.18172066946951826f,2.0583400457924848f,0.9912923705439189f,-0.1206903559543897f,-0.05266188451831799f,-0.12027296801413584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.08865572235118495f,0.1671401767614842f,-0.9819390633876064f,0.12302146136691745f,-0.1960484964034104f,0.9636091455281607f,0.18172066946951826f,2.151473555003958f,0.9765782866480043f,0.2086182541548744f,-0.05266188451831799f,0.2065771508043221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.06141773915489271f,0.1789512143310912f,-0.9819390633876064f,0.131899224267773f,-0.04289313290028446f,0.9824142595858167f,0.18172066946951826f,2.166314365548384f,0.9971900723869548f,0.05327931542239679f,-0.05266188451831799f,0.09225271643764504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.10288558681036634f,0.1587773025975601f,-0.9819390633876064f,0.13249806764367605f,-0.2792865434828792f,0.9428555694892701f,0.18172066946951826f,2.1630287271254915f,0.9546798325386749f,0.29293880463828437f,-0.05266188451831799f,0.06974884806429305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.048785122945190065f,0.1827995830758191f,-0.9819390633876064f,0.13250007858117469f,0.025741107120311635f,0.9830132215243957f,0.18172066946951826f,2.171605518909712f,0.9984775446565854f,-0.016410933414526152f,-0.05266188451831799f,0.09930733692360819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.07678065211550755f,0.17291734225978606f,-0.9819390633876064f,0.1170082543231312f,-0.12835295605990052f,0.9749374938724201f,0.18172066946951826f,2.277700981913779f,0.9887518647928826f,0.13998741296122552f,-0.05266188451831799f,0.16086544477595002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.07678065211550755f,0.17291734225978606f,-0.9819390633876064f,0.07810185231467939f,-0.12835295605990052f,0.9749374938724201f,0.18172066946951826f,2.0583400457924848f,0.9887518647928826f,0.13998741296122552f,-0.05266188451831799f,0.12936827685967434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,0.18145989658269096f,-0.9819390633876064f,0.02248344363927155f,0f,0.9833501910751582f,0.18172066946951826f,1.5486943019455437f,0.9985649794952407f,0.009731785275530376f,-0.05266188451831799f,0.0012057983602573664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,0.021783580227227428f,-0.9983273480711699f,0.014314601054061266f,0f,0.9997620270799091f,0.02181488503456097f,1.1737835417905778f,0.9985649794952407f,0.0011682643344121044f,-0.05354079644639805f,0.0007676992348528272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.01687352784396448f,-0.6653571845196905f,-0.746334443172851f,0.42159008636623213f,-0.10719553387250605f,0.7433422802130044f,-0.660266137224619f,0.8372261004725672f,0.9940947648870743f,0.0688627000324668f,-0.08386612527326594f,-0.12135398069634146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.01687352784396448f,-0.9731085481227987f,-0.22972818205095757f,0.0878575324468514f,-0.10719553387250605f,0.23019725041035521f,-0.9672219721559785f,0.8979767776700467f,0.9940947648870743f,0.008305388242044506f,-0.10819713004632585f,-0.12046779180829906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.09634858513680176f,-0.3354702588458633f,-0.9371108021851132f,0.3652538502674041f,0.127694408866632f,0.9295449428708342f,-0.34589064330718644f,0.9255258530273863f,0.9871226307234264f,-0.15298988402226893f,-0.04672266367101558f,0.15684669070244045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.09634858513680176f,-0.9861303602302042f,-0.1351438595511636f,0.028004370638882295f,0.127694408866632f,0.1224073406017882f,-0.9842309591305282f,0.9042501268328333f,0.9871226307234264f,-0.11208637561740473f,0.11412955933769389f,0.12668152378808584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16220163265748935f,-0.7018007723121579f,-0.6936615214535862f,0.026380897682904178f,0.10567378355939228f,0.686573596285928f,-0.7193398003386511f,1.083458996922917f,0.9810829128220956f,-0.1899799275320066f,-0.03720141534197219f,0.004544311659200307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.05634111582635895f,-0.7647324044036814f,-0.6418800731619617f,0.02914823397807368f,-0.10567378355939228f,0.6347225296170163f,-0.7654804777816472f,1.064914922348108f,0.9928034700461535f,0.11095792018391637f,-0.045051191025056406f,0.004692725292829261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,-0.7183075329752756f,-0.6936615214535862f,0.026380897682904178f,0f,0.6946583704589975f,-0.7193398003386511f,1.083458996922917f,0.9985649794952407f,-0.03852319330252576f,-0.03720141534197219f,0.004544311659200307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.08407509683107654f,-0.22832415070811543f,-0.9699481740259441f,0.03388231784395507f,0.1267855817158685f,0.9630321037525591f,-0.23768589232617315f,1.1005148014135206f,0.9883606600638322f,-0.1429589078908276f,-0.05201880710712172f,0.004946616585212511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.02211566871677258f,-0.24230443021320733f,-0.9699481740259441f,0.03388231784395507f,-0.1267855817158685f,0.9630321037525591f,-0.23768589232617315f,1.1005148014135206f,0.9916835752729694f,0.11771886102478762f,-0.05201880710712172f,0.004946616585212511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,-0.23734480819699305f,-0.9699481740259441f,0.03388231784395507f,0f,0.9713420698132615f,-0.23768589232617315f,1.1005148014135206f,0.9985649794952407f,-0.012728921117744117f,-0.05201880710712172f,0.004946616585212511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.1084772204199573f,-0.38804682876380003f,-0.9152334955279545f,0.022274322972559275f,0.1644326913647354f,0.9009802257715571f,-0.4014928676566789f,1.1358952298158267f,0.9804053154999262f,-0.1940471371986504f,-0.03392824611586186f,0.19835250878001148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.00410196879120407f,-0.446027304400733f,-0.895009953900543f,0.03679859752367119f,-0.14405021778405172f,0.8859461899159752f,-0.4408501824086434f,1.1363037603911874f,0.9895618770993572f,0.12711802508843043f,-0.0678844539582806f,-0.1889254166551532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,-0.4021687401005661f,-0.9139979883786693f,0.07130017797915884f,0f,0.9153114791194472f,-0.40274668985873735f,0.9796644585702238f,0.9985649794952407f,-0.02156851126279448f,-0.049018170585777655f,0.011647591518755962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.05355354073886888f,-0.3209781930794127f,-0.9455712653427059f,0f,0f,0.9469301294951057f,-0.32143946530316164f,1.1912441593792864f,0.9985649794952407f,-0.017214221500193097f,-0.05071146126677853f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7045120368507876f,0.0027642204421414853f,0.7096866555161518f,1.2435998858826633f,0.0024670184194363442f,0.9999768339346702f,-0.0063439273412591f,1.1370824114409555f,-0.7096877508823667f,0.006220183224010373f,0.7044888966961702f,0.40242837797552755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9988781132222453f,0.0027642204421414853f,0.047274454104878016f,1.329271279779924f,-0.0024670184194363434f,0.9999768339346702f,-0.0063439273412591f,1.1370824114409555f,-0.04729089495542588f,0.006220183224010373f,0.9988617925293641f,0.36435640970883065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.913828201570782f,0.0027642204421414853f,0.4060915870825902f,1.2255218447689051f,4.336808689942018e-19f,0.9999768339346702f,-0.006806731520562049f,1.1381034211690397f,-0.40610099484476725f,0.006220183224010373f,0.9138070317669643f,0.24632133907713444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1468485602332221f,-0.9617473422590109f,-0.23125213515805385f,-0.3664122213021525f,-0.5663030735834935f,-0.10993877199351476f,0.8168318647447872f,2.073229192779947f,-0.8110094507509256f,0.2509093782031413f,-0.5284961255509777f,-1.0240772503918845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1763908674859734f,-0.9617473422590109f,-0.2095908192771688f,-0.3681293828345687f,-0.9493170138220384f,-0.10993877199351476f,-0.29446676158875035f,2.161325375978626f,0.26016046804915177f,0.2509093782031413f,-0.9323953103668847f,-0.9920588750099825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.01831638967910602f,-0.9617473422590109f,-0.27332500713775204f,-0.3262720509976978f,-0.9396926207859089f,-0.10993877199351476f,0.3238691786093085f,2.0686969075878903f,-0.34152933740695446f,0.2509093782031413f,-0.9057605619699279f,-0.8722039784054443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-8.367740740448263e-7f,0f,-0.00001560257780461314f,0.6861269007226951f,0f,0.000015625f,0f,1.3573666593792864f,0.00001560257780461314f,0f,-8.367740740448263e-7f,0.04402520199747925f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167.mcfunction new file mode 100644 index 000000000..6c84cd839 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167_as_bone.mcfunction new file mode 100644 index 000000000..6f09e405b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_167_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1290357845190125f,-0.009745324646411428f,-0.8063493283965353f,-0.2868467015663293f,-0.14598762236467971f,0.8033963417000088f,0.013651985342601296f,1.262631497569268f,0.793083743922617f,0.14630034598394834f,-0.12868111102685734f,-0.17540792804404004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1204338558992848f,0.039552343777136824f,-0.7898932196537489f,-0.2868467015663293f,0.16904962607862986f,0.7818205528167346f,0.013373373396833924f,1.262631497569268f,0.7726046273974198f,-0.16490068312493705f,-0.12605496590386026f,-0.17540792804404004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5538056493744963f,0.11065804369466985f,-0.5899140145233078f,-0.3131227051676526f,0.14598762236467971f,0.8033963417000088f,0.013651985342601296f,1.262631497569268f,0.5821781181748801f,-0.09619542584320462f,-0.5645879233650367f,-0.12248731741971162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5426906492337322f,-0.10745881967859384f,-0.5778749530024241f,-0.3131227051676526f,-0.16904962607862986f,0.7818205528167346f,0.013373373396833924f,1.262631497569268f,0.5629467853686935f,0.1311839367705482f,-0.5530657208473829f,-0.12248731741971162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9750309255688814f,0.7963150791995511f,0.925528626690554f,-0.1286211766367934f,1.2150359150133743f,0.5163969236494431f,0.8357201639741638f,1.1818337295934638f,0.12003611711440111f,1.241218257150935f,-0.9414748104454489f,0.7819567545974532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.19287756285633942f,-0.6552993704389142f,-0.7303293646355468f,-0.2016805674155812f,-0.5576849348093926f,0.5391902329528089f,-0.6310795561376863f,1.3247700190898144f,0.8073324960840128f,0.5290147708624573f,-0.26145288863598226f,0.5907418284906991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23837745274405622f,-0.6115219189621884f,-0.7544647988157286f,-0.11490008421408412f,-0.3917739062001598f,0.7713948062333779f,-0.5014611244521731f,1.4519433664746018f,0.8886446964022932f,0.1760425958254764f,-0.4234614598887417f,0.27614986782356193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.46424587240770143f,0.5346058941086469f,-0.7061673370644569f,0.3492766512388872f,0.5130655417328166f,-0.4875791848120439f,-0.7064207587723016f,1.1927426802850807f,-0.7219691959071549f,-0.6902630487881537f,-0.047931238653506625f,-0.3143118441784686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.60876481110993f,0.09857488676096887f,-0.7872028940840814f,0.15054003937643465f,0.7874496759042062f,0.1958753135061676f,-0.5844278137436832f,1.4519433664746018f,0.0965837081119377f,-0.9756617514584258f,-0.19686476085989932f,-0.25845401021442066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11093357816015548f,-0.7228116000062081f,-0.6820829364036678f,0.20496551139084118f,-0.886600174990336f,0.3820733146976014f,-0.2606916030544386f,1.1578621898595112f,0.4490366031223846f,0.5758153984502783f,-0.6832296509694653f,0.17329713393448382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.39133407809962195f,-0.39692100925276197f,-0.8302477652675061f,0.12535377362302644f,-0.5066777248567071f,0.846069170494136f,-0.16566424440233204f,1.315464757799647f,0.7682026571497588f,0.35583798441584846f,-0.5322067327598521f,0.23669046393270635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.10241439310934662f,-0.7256917503144482f,-0.680354889458139f,0.3439390004234984f,-0.9084114060262127f,0.34692774860198144f,-0.23330206739641024f,1.161602624111459f,0.4053393756909425f,0.5941486520859173f,-0.6947570580706355f,-0.11520540192341998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38105621590004246f,-0.3967573922620203f,-0.8350926487578378f,0.2643276603196331f,-0.5462251504189457f,0.8253610146607753f,-0.14288904971317942f,1.315464757799647f,0.7459452026615228f,0.40169984710424855f,-0.5312278112662053f,-0.04320685441178715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,0.15469952012999913f,-0.8822104900486508f,0.24740874939779883f,0f,0.9849711307376201f,0.17271905399652357f,2.0043798840402913f,0.8956714187023792f,0.0768110023694655f,-0.43803285223218746f,-0.20512350683823785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,0.15469952012999913f,-0.8822104900486508f,0.16204094234308072f,0f,0.9849711307376201f,0.17271905399652357f,1.8974509040102627f,0.8956714187023792f,0.0768110023694655f,-0.43803285223218746f,-0.28937814023252784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,0.15469952012999913f,-0.8822104900486508f,-0.01386215759182173f,0f,0.9849711307376201f,0.17271905399652357f,2.0043798840402913f,0.8956714187023792f,0.0768110023694655f,-0.43803285223218746f,0.32108345164940993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,0.15469952012999913f,-0.8822104900486508f,-0.13258369745372542f,0f,0.9849711307376201f,0.17271905399652357f,1.8974509040102627f,0.8956714187023792f,0.0768110023694655f,-0.43803285223218746f,0.3040041746577984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4056341310152668f,0.23909329351449568f,-0.8822104900486508f,0.20221467847597807f,0.19360168727957205f,0.9657569648048357f,0.17271905399652357f,2.110421974681267f,0.8932968926611087f,-0.10073669603149811f,-0.43803285223218746f,-0.12222750292091417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.4380425332168666f,0.17269450003132628f,-0.8822104900486508f,0.1534990526219337f,0.040140455097457756f,0.984152870366751f,0.17271905399652357f,2.1249632386463353f,0.8980576167248511f,0.040245961385153926f,-0.43803285223218746f,-0.01837915163430503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.3832522171002215f,0.2735368153208706f,-0.8822104900486508f,0.14296873744289817f,0.2770362399908153f,0.945208469131703f,0.17271905399652357f,2.121608604833217f,0.8811178467262574f,-0.1782093166639122f,-0.43803285223218746f,0.0015064466521448466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4490220429790811f,0.14171752244169272f,-0.8822104900486508f,0.1574461751179902f,-0.028608358895651248f,0.9845555800399709f,0.17271905399652357f,2.1302829081304084f,0.8930625771580568f,0.10279325680775347f,-0.43803285223218746f,-0.024231188936077973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.4213243317106541f,0.21021526765839377f,-0.8822104900486508f,0.17327728952134147f,0.12576228294113112f,0.9769094003928823f,0.17271905399652357f,2.2364382336558104f,0.8981479030193222f,-0.038178065264350663f,-0.43803285223218746f,-0.0855994805091206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.4213243317106541f,0.21021526765839377f,-0.8822104900486508f,0.12597885429820294f,0.12576228294113112f,0.9769094003928823f,0.17271905399652357f,2.016633618567412f,0.8981479030193222f,-0.038178065264350663f,-0.43803285223218746f,-0.07700941582464171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.46644827507262426f,0.06427019472424898f,-0.8822104900486508f,0.02485831903087228f,-0.19360168727957205f,0.9657569648048357f,0.17271905399652357f,2.110421974681267f,0.8631016124213163f,0.25136194421801084f,-0.43803285223218746f,0.23497319557001534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4506514492502252f,0.13644750835684427f,-0.8822104900486508f,0.0781416453733464f,-0.040140455097457756f,0.984152870366751f,0.17271905399652357f,2.1249632386463353f,0.8917970706126146f,0.11324842255896533f,-0.43803285223218746f,0.13339278702004143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.47027481511911695f,0.023371981362302383f,-0.8822104900486508f,0.08761820329004952f,-0.2770362399908153f,0.945208469131703f,0.17271905399652357f,2.121608604833217f,0.837909613261736f,0.3256296982292967f,-0.43803285223218746f,0.11298397992527826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.4400355879353688f,0.16755098507169014f,-0.8822104900486508f,0.075865536962383f,0.028608358895651248f,0.9845555800399709f,0.17271905399652357f,2.1302829081304084f,0.8975245083849644f,0.05076393615218083f,-0.43803285223218746f,0.1400745118783216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.46082876836734377f,0.09665142261320546f,-0.8822104900486508f,0.036546315028888804f,-0.12576228294113112f,0.9769094003928823f,0.17271905399652357f,2.2364382336558104f,0.8785332631349094f,0.1905427141899231f,-0.43803285223218746f,0.18978054954368573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.46082876836734377f,0.09665142261320546f,-0.8822104900486508f,0.014799744940917608f,-0.12576228294113112f,0.9769094003928823f,0.17271905399652357f,2.016633618567412f,0.8785332631349094f,0.1905427141899231f,-0.43803285223218746f,0.1469084388509531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,0.15469952012999913f,-0.8822104900486508f,0.01867487336695603f,0f,0.9849711307376201f,0.17271905399652357f,1.50643844362699f,0.8956714187023792f,0.0768110023694655f,-0.43803285223218746f,0.009272399431060452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,0.015685172532419134f,-0.8955340672710117f,0.012792933667298854f,0f,0.9998466497551451f,0.017512194991265106f,1.1314959499688104f,0.8956714187023792f,0.0077879609680799045f,-0.44464824005457065f,0.006351914068030488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.40846269582088246f,-0.6431765609415548f,-0.6476744070735941f,0.4353360001500838f,-0.10811600504195508f,0.7386626105033142f,-0.6653483879128265f,0.8011053134261497f,0.9063493562509466f,-0.20174602672623743f,-0.37125380149389864f,0.05615560432275263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.40846269582088246f,-0.9001458866396299f,-0.1513129501678288f,0.1287663719229794f,-0.10811600504195508f,0.2123174822922388f,-0.9712014292446509f,0.8545910136403769f,0.9063493562509466f,-0.3803402022911061f,-0.18404394840541566f,-0.07562536484179638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4805598278497842f,-0.2531433912450134f,-0.8396312734325466f,0.2753383902077966f,0.12992544424488028f,0.9263142380957968f,-0.35364008714903045f,0.8796050882892454f,0.8672840542721608f,-0.27903468560373895f,-0.41225964322895625f,0.290567493579869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4805598278497842f,-0.8597215390263798f,-0.17303504613545406f,-0.02242799953203043f,0.12992544424488028f,0.12533724821565545f,-0.9835700041926337f,0.8605919838345829f,0.8672840542721608f,-0.49514588713210583f,0.05146765645921353f,0.1284242162333358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5360875733937462f,-0.5656619980588767f,-0.626607227539584f,0.022923952345550665f,0.1054327532034994f,0.6916047060840602f,-0.714539617568061f,1.0401299973989278f,0.8375524151984368f,-0.4491207348524672f,-0.311121386794359f,0.014641731265789765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.34318683577778497f,-0.7443473269004959f,-0.572861111164755f,0.02544740157288573f,-0.10543275320349939f,0.6365759839755616f,-0.763973135115022f,1.0203467255078036f,0.9333309864676955f,-0.20178719870604242f,-0.2969430856874874f,0.0158946676964728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,-0.6399927129862406f,-0.626607227539584f,0.022923952345550665f,0f,0.699594979202745f,-0.714539617568061f,1.0401299973989278f,0.8956714187023792f,-0.31776751312684914f,-0.311121386794359f,0.014641731265789765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4687361968987056f,-0.15807557208446016f,-0.8690791052758711f,0.029238482800799374f,0.12389035674456989f,0.9623684565145149f,-0.24186387372150805f,1.057735128722004f,0.8746070873384466f,-0.22104087272728773f,-0.4315128913037453f,0.017777005462843432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.41341690317929225f,-0.2716394171296485f,-0.8690791052758711f,0.029238482800799374f,-0.12389035674456989f,0.9623684565145149f,-0.24186387372150805f,1.057735128722004f,0.902074078815785f,0.007679906726986027f,-0.4315128913037453f,0.017777005462843432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,-0.21663055890899618f,-0.8690791052758711f,0.029238482800799374f,0f,0.9703101909123837f,-0.24186387372150805f,1.057735128722004f,0.8956714187023792f,-0.10756084026424077f,-0.4315128913037453f,0.017777005462843432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4879833625800201f,-0.27956623892266175f,-0.8268705798973222f,-0.058040122381806836f,0.1615187341611138f,0.9020368291955495f,-0.40030145801611894f,1.091604317543884f,0.85777848909849f,-0.32889554090847206f,-0.3950237800568917f,0.19075982751590492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3956988218088071f,-0.4604672638231417f,-0.7946020018640472f,0.10833256794854615f,-0.14249770510698256f,0.8855264824252193f,-0.4421959440823281f,1.0920111018293437f,0.9072578720839877f,-0.061747452342969335f,-0.4160173141478457f,-0.15926957313750562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,-0.36425345683250865f,-0.8182583390750751f,0.06166917975350868f,0f,0.9135697779220668f,-0.4066820144380935f,0.936532269636771f,0.8956714187023792f,-0.18085817662741555f,-0.40627949698043336f,0.039342327089334994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.44471643742914135f,-0.2915514491565823f,-0.8468913996345868f,0f,0f,0.9455380421332822f,-0.3255116140458886f,1.1478009259259263f,0.8956714187023792f,-0.1447603653402972f,-0.4204963095512386f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9335722986521887f,0.00047259975636024243f,0.3583888109842988f,0.9025482311280171f,0.008004851576553687f,0.9997221621778628f,-0.022170268416426976f,1.0977981994525676f,-0.35829971468102856f,0.023566397685886614f,0.9333091338670186f,0.8120910815049772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9471865908309686f,0.00047259975636024243f,-0.3206826138091656f,0.9962793854878357f,-0.008004851576553687f,0.9997221621778628f,-0.022170268416426976f,1.0977981994525676f,0.3205830383866955f,0.023566397685886614f,0.946927209662319f,0.8102114000490226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9997989798380653f,0.00047259975636024243f,0.020044364899761802f,0.9464071535729621f,0f,0.9997221621778628f,-0.023571135959454172f,1.1013338698464858f,-0.02004993553018347f,0.023566397685886614f,0.9995211978669319f,0.66122306109696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.17011208386615584f,-0.9806780421649993f,-0.0966046403550998f,0.05780804910127089f,-0.6480737064370826f,-0.18518705885551268f,0.7387193135808396f,2.0304388420540094f,-0.7423357393710854f,-0.06305815449146202f,-0.6670542100942883f,-1.0557096643095067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14518297541586278f,-0.9806780421649993f,0.13112010244360392f,0.03957677529141725f,-0.9049957364368603f,-0.18518705885551268f,-0.38299930843743035f,2.120241816839686f,0.3998807580773325f,-0.06305815449146202f,-0.9143954551897274f,-1.0359079251204055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1944669206384388f,-0.9806780421649993f,0.02128836284986141f,0.04549915776886486f,-0.9578983977138893f,-0.18518705885551268f,0.21940012053234714f,2.0424303113669957f,-0.21121855135041218f,-0.06305815449146202f,-0.9754026823407675f,-0.899498392363841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006948694334830335f,0f,-0.000013994865917224675f,0.6125643594707408f,0f,0.000015625f,0f,1.3139234259259263f,0.000013994865917224675f,0f,-0.000006948694334830335f,0.31220705919701913f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168.mcfunction new file mode 100644 index 000000000..22908c458 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168_as_bone.mcfunction new file mode 100644 index 000000000..71e181975 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_168_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4270071430910855f,-0.06811834524552043f,-0.6927981201148324f,-0.19743847628801384f,-0.1449401662922508f,0.8036356983389804f,0.010317799903002682f,1.2212608990749285f,0.680883024012795f,0.12835108040322762f,-0.43228318520960346f,-0.27324271280326495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.41198784186471005f,0.09842489554445759f,-0.6786593829696318f,-0.19743847628801384f,0.17008732832844156f,0.7816445129290621f,0.010107232558043444f,1.2212608990749285f,0.6643314826935057f,-0.1390841304569003f,-0.42346107938899935f,-0.27324271280326495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7352338784084542f,0.13681610493101554f,-0.3281111731051108f,-0.24199397918376095f,0.1449401662922508f,0.8036356983389804f,0.010317799903002682f,1.2212608990749285f,0.32460427705142975f,-0.048943459534130415f,-0.7477840901845895f,-0.23469649775365126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.716693670375464f,-0.15179777154295107f,-0.3214150267152106f,-0.24199397918376095f,-0.17008732832844156f,0.7816445129290621f,0.010107232558043444f,1.2212608990749285f,0.31212254578264365f,0.07739051597245929f,-0.732523190384904f,-0.23469649775365126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8274785548555987f,0.3686305200586206f,1.2731052709557842f,-0.42922236872360076f,1.2803160635876347f,0.6104356972539509f,0.6554123029342271f,1.1654756715868897f,-0.34274811242887143f,1.3902827227579986f,-0.6253350559716381f,0.6832163816750656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1597322092279457f,-0.7651148075455372f,-0.6237667453541551f,-0.41597941080957723f,-0.5147302496863277f,0.6037352188701839f,-0.6087335669680309f,1.2995775596889279f,0.8423410184675864f,0.22383725509916108f,-0.49026369622547267f,0.47304169221689707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5668473942638002f,-0.5916644286810152f,-0.5732514591781759f,-0.21360520672942118f,-0.35247246256425646f,0.8031180641128032f,-0.48037957724032404f,1.4138299248463855f,0.74461211026294f,-0.07024655813113867f,-0.6637908001174013f,0.2092351876119379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.12952254576686295f,0.78693367146156f,-0.6032904001043781f,0.4457668172043504f,0.5005708323073963f,-0.47330646911295027f,-0.7248515904231102f,1.1580494153716434f,-0.8559513724395511f,-0.3958742009980712f,-0.33261218408679394f,-0.1463623566472049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6057056820746021f,0.5024224995516493f,-0.6170026407129989f,0.23779027842490646f,0.7763057809271859f,0.20303192359369698f,-0.5967640844595753f,1.4138299248463855f,-0.17455646995048046f,-0.8404461136480529f,-0.5130110806330707f,-0.18127970532722934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.29433888247305146f,-0.8818147458194806f,-0.3684662485490902f,0.12027023348023405f,-0.872943844601316f,0.4050014653892076f,-0.27192435934514647f,1.1177548347845132f,0.38901628042691094f,0.24161243156741602f,-0.8889824331643972f,0.24034303606238733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6616007367873064f,-0.49684175909000705f,-0.5616339835754607f,0.023602191253511123f,-0.49447067512177567f,0.8521375037960075f,-0.17134884320859892f,1.2764596864762108f,0.563722641488799f,0.16434701411542865f,-0.8094484804014609f,0.2660990482065211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.27039297489117603f,-0.8919745491883753f,-0.3623106991653638f,0.35986733123431547f,-0.8956081549298288f,0.371119634686562f,-0.24526771000949288f,1.121290832295737f,0.35323316938346505f,0.25816975103661466f,-0.8992078223063925f,0.028003962187428927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6441731874507963f,-0.5140947432124043f,-0.566345742078859f,0.25993490599399677f,-0.5336480132579726f,0.8325250300813304f,-0.1487342335640951f,1.2764596864762108f,0.5479604935716625f,0.20641867475946096f,-0.8106359406017277f,0.061640989076067076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,0.10712490012251517f,-0.6454362700639604f,0.30338743786978567f,0f,0.9865046907556437f,0.163732999475097f,1.965507158582461f,0.6542657892174529f,0.12382548562736703f,-0.7460586613456145f,-0.09829154338812633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,0.10712490012251517f,-0.6454362700639604f,0.2578471008048333f,0f,0.9865046907556437f,0.163732999475097f,1.857544040938796f,0.6542657892174529f,0.12382548562736703f,-0.7460586613456145f,-0.20824769568835305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,0.10712490012251517f,-0.6454362700639604f,-0.1409180658423273f,0f,0.9865046907556437f,0.163732999475097f,1.965507158582461f,0.6542657892174529f,0.12382548562736703f,-0.7460586613456145f,0.2860896077771273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,0.10712490012251517f,-0.6454362700639604f,-0.24317825444499627f,0f,0.9865046907556437f,0.163732999475097f,1.857544040938796f,0.6542657892174529f,0.12382548562736703f,-0.7460586613456145f,0.22520338966820952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7211784205820453f,0.25162215119640974f,-0.6454362700639604f,0.22884478768634064f,0.19113647096312003f,0.9678111150171053f,0.163732999475097f,2.071721378326283f,0.6658592457528474f,-0.005285704933013301f,-0.7460586613456145f,-0.039813162074304416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7516618941123852f,0.13570710454984986f,-0.6454362700639604f,0.14363217585312285f,0.037384249795084534f,0.985796085785568f,0.163732999475097f,2.085961728061339f,0.6584882799311162f,0.09894270576727487f,-0.7460586613456145f,0.03703190184644878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6965038034827259f,0.3135194938437141f,-0.6454362700639604f,0.12625648123218813f,0.2747594355541821f,0.947469660441344f,0.163732999475097f,2.082538432143977f,0.6628647707549735f,-0.0632990483589301f,-0.7460586613456145f,0.05131281240923132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7592973325921449f,0.08294324568267157f,-0.6454362700639604f,0.14949265265875777f,-0.03147247513365291f,0.986002529505807f,0.163732999475097f,2.091309395564519f,0.6499823413196817f,0.14463550671869793f,-0.7460586613456145f,0.03313545938106529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7369739401791808f,0.20070234872241915f,-0.6454362700639604f,0.1869717638382027f,0.12315978149237598f,0.9787865820012238f,0.163732999475097f,2.1975152822884625f,0.6646059582335411f,0.041175163772186496f,-0.7460586613456145f,-0.017867191350339408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7369739401791808f,0.20070234872241915f,-0.6454362700639604f,0.14181373537565845f,0.12315978149237598f,0.9787865820012238f,0.163732999475097f,1.9772883013381874f,0.6646059582335411f,0.041175163772186496f,-0.7460586613456145f,-0.027131603199081356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7626895772010989f,-0.04143223521283114f,-0.6454362700639604f,-0.07232343898807032f,-0.19113647096312003f,0.9678111150171053f,0.163732999475097f,2.071721378326283f,0.6178765720567283f,0.24824386303515417f,-0.7460586613456145f,0.22073591664815229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7597810324459009f,0.07838880035670515f,-0.6454362700639604f,0.01598190227131787f,-0.037384249795084534f,0.985796085785568f,0.163732999475097f,2.085961728061339f,0.6491033820607467f,0.14853037813353212f,-0.7460586613456145f,0.147465733288983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7561762558638998f,-0.10774734963597166f,-0.6454362700639604f,0.032614123015901705f,-0.2747594355541821f,0.947469660441344f,0.163732999475097f,2.082538432143977f,0.5938894868926383f,0.3011507117534151f,-0.7460586613456145f,0.13232544256635784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7524621177434079f,0.13119749481994045f,-0.6454362700639604f,0.01128283575097569f,0.03147247513365291f,0.986002529505807f,0.163732999475097f,2.091309395564519f,0.6578831542683454f,0.10288940256956612f,-0.7460586613456145f,0.1527046478819906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7637218703514654f,0.011871227096716938f,-0.6454362700639604f,-0.04458141031996876f,-0.12315978149237598f,0.9787865820012238f,0.163732999475097f,2.1975152822884625f,0.633688072295518f,0.20453826258570815f,-0.7460586613456145f,0.18245595318706612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7637218703514654f,0.011871227096716938f,-0.6454362700639604f,-0.04725243641673007f,-0.12315978149237598f,0.9787865820012238f,0.163732999475097f,1.9772883013381874f,0.633688072295518f,0.20453826258570815f,-0.7460586613456145f,0.13643484410528187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,0.10712490012251517f,-0.6454362700639604f,0.012549021606173908f,0f,0.9865046907556437f,0.163732999475097f,1.466587991092323f,0.6542657892174529f,0.12382548562736703f,-0.7460586613456145f,0.01450539223612508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,0.00865167885107554f,-0.6542085840107835f,0.009304642037020581f,0f,0.9999125657987746f,0.01322349264421041f,1.0916207789177825f,0.6542657892174529f,0.010000460527862742f,-0.7561985637707164f,0.010755219538176552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7263051589475435f,-0.5192614560375306f,-0.45038689630135453f,0.3796371653472351f,-0.10902810257211895f,0.7339629644184993f,-0.6703814136083519f,0.7673524986570999f,0.6786705304753603f,-0.43779665043921057f,-0.5896951788241961f,0.22050397773218428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7263051589475435f,-0.6851349399945221f,-0.05541597319262742f,0.14826183513412844f,-0.10902810257211895f,0.19442785111565536f,-0.9748387987560159f,0.8136203135740928f,0.6786705304753603f,-0.7019885502693409f,-0.21591291382185074f,-0.01967825590957996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7789991782717689f,-0.12871392947404425f,-0.6136717401113234f,0.14285832103783777f,0.132138673350937f,0.9230250217571888f,-0.3613366577240617f,0.8361240206291819f,0.6129434323467079f,-0.3625707290577827f,-0.7020276455906453f,0.37691783722569405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7789991782717689f,-0.599731955510182f,-0.1829804956596247f,-0.06882374564825486f,0.132138673350937f,0.12824981623381965f,-0.9828994636487732f,0.8193658164700763f,0.6129434323467079f,-0.7898566744517164f,-0.020658716492372275f,0.11150060530406158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8171125296545146f,-0.3462386120562707f,-0.46091858001489505f,0.01593865582379956f,0.10517344978993776f,0.6965871567850648f,-0.7097216908488728f,0.9992196009122372f,0.5668030163477284f,-0.6283988832926479f,-0.5327749845250525f,0.022572736959353704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6784661918366485f,-0.6066286874386848f,-0.41434920310179746f,0.017800985144091296f,-0.10517344978993776f,0.6384210724990562f,-0.7624677564647822f,0.9781998044931695f,0.7270640769519283f,-0.4737300600189663f,-0.4969483456461721f,0.024725400179757873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,-0.46434662218798295f,-0.46091858001489505f,0.01593865582379956f,0f,0.7044821655220358f,-0.7097216908488728f,0.9992196009122372f,0.6542657892174529f,-0.5367374525072698f,-0.5327749845250525f,0.022572736959353704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7704434861324264f,-0.06528986145974996f,-0.6341561863347864f,0.02024691927705482f,0.12100735729228708f,0.9616806412444829f,-0.2460235024072638f,1.0173685789493356f,0.625918568311606f,-0.2662847690840894f,-0.7330200321932427f,0.02755265118751032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7302523243982199f,-0.25412098308545217f,-0.6341561863347864f,0.02024691927705482f,-0.12100735729228708f,0.9616806412444829f,-0.2460235024072638f,1.0173685789493356f,0.6723754622174531f,-0.10292167027056774f,-0.7330200321932427f,0.02755265118751032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,-0.16096476096853035f,-0.6341561863347864f,0.02024691927705482f,0f,0.9692638630750985f,-0.2460235024072638f,1.0173685789493356f,0.6542657892174529f,-0.1860588870843874f,-0.7330200321932427f,0.02755265118751032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7817408274693797f,-0.13204055289255892f,-0.6094641671659762f,-0.12709233842965154f,0.15861804954142666f,0.9030802357667231f,-0.3991070058608257f,1.0497321409444909f,0.6030933534927765f,-0.4086702584717256f,-0.6850306758193314f,0.15337693196047697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7155986634255059f,-0.4006771814321188f,-0.5721681126935007f,0.16134164838650097f,-0.140951391527037f,0.885104285570771f,-0.44353478881689434f,1.0501336643153865f,0.6841427176622005f,-0.2367450103885362f,-0.6898554500226194f,-0.1054896693239803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,-0.2686394106768116f,-0.5965706915123739f,0.042269855678224506f,0f,0.9118170342146632f,-0.410596756095291f,0.8958199919233945f,0.6542657892174529f,-0.3105198273012389f,-0.6895750241362228f,0.06080051843880439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7562646871695541f,-0.21562259489448574f,-0.6177140272903838f,0f,0f,0.9441331603616513f,-0.32956422060885265f,1.106774744941701f,0.6542657892174529f,-0.24923778220103185f,-0.7140145691673067f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9988786584566138f,-0.014471749861121546f,-0.04507764563365291f,0.4616511574230416f,0.012752301902882995f,0.9991887057795237f,-0.03820090363876456f,1.063258386994287f,0.0455939083222065f,0.037583223632327994f,0.9982528220973428f,1.0194477928668482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7714972389376018f,-0.014471749861121546f,-0.6360680614270887f,0.5491393045090532f,-0.012752301902882995f,0.9991887057795237f,-0.03820090363876456f,1.063258386994287f,0.6361048570069523f,0.037583223632327994f,0.7706867795632464f,1.0531358711655043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9332069022507914f,-0.014471749861121546f,-0.35904797179129094f,0.5592524267347411f,0f,0.9991887057795237f,-0.04027319508855051f,1.0692993662575696f,0.35933950185233243f,0.037583223632327994f,0.9324497968844867f,0.8964243624835032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.40055546442296996f,-0.9093627758949885f,0.11231501118487933f,0.43921815809176695f,-0.7272400800299299f,-0.2409546390463977f,0.6426995627196903f,1.9905740119448276f,-0.5573842354417282f,-0.3391167995522794f,-0.7578407552662098f,-0.9283773790839583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.025234781077768803f,-0.9093627758949885f,0.41523794099349565f,0.4147235760661425f,-0.8456260358437935f,-0.2409546390463977f,-0.4762955693948152f,2.0810568224312114f,0.5331789693218105f,-0.3391167995522794f,-0.7750612768899959f,-0.9269849144075327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.26127554160666056f,-0.9093627758949885f,0.32371968302021253f,0.37841291462592286f,-0.9651499785214281f,-0.2409546390463977f,0.10210965126816757f,2.0204989694977944f,-0.014852956548540408f,-0.3391167995522794f,-0.9406270174427196f,-0.7865870941293376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011816635737024284f,0f,-0.000010222902956522703f,0.4443493897073526f,0f,0.000015625f,0f,1.2728972449417009f,0.000010222902956522703f,0f,-0.000011816635737024284f,0.5246541357627453f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169.mcfunction new file mode 100644 index 000000000..a412d6ff2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169_as_bone.mcfunction new file mode 100644 index 000000000..c8b61efed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_169_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6434256034832404f,-0.11092202614083567f,-0.4905550339599869f,-0.08704962758855705f,-0.14391569455131373f,0.8038555348683193f,0.006999740554185551f,1.1831320018817268f,0.481908923022271f,0.09196209883873198f,-0.652879167023374f,-0.32658907330379405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6238978946354489f,0.14081606082254275f,-0.48054370673631375f,-0.08704962758855705f,0.17109691161401988f,0.7814594230754506f,0.006856888706140948f,1.1831320018817268f,0.47061370985724454f,-0.09742693211328206f,-0.6395551023902439f,-0.32658907330379405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8027925767438212f,0.1440852590242927f,-0.04132748844731551f,-0.14228627347270772f,0.14391569455131373f,0.8038555348683193f,0.006999740554185551f,1.1831320018817268f,0.04191415072828622f,-0.00040204218113136427f,-0.815590268931193f,-0.3065822513551417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7805609847989311f,-0.17054497664954352f,-0.04048407031573764f,-0.14228627347270772f,-0.17109691161401988f,0.7814594230754506f,0.006856888706140948f,1.1831320018817268f,0.038084062885506205f,0.015348649002136982f,-0.7989455695652503f,-0.3065822513551417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5119231187526222f,-0.018303118006821068f,1.476145645374404f,-0.6556376755353978f,1.3267651855629365f,0.6793883223154834f,0.46854231386236467f,1.1505461023492913f,-0.6473292152102623f,1.4069480279571742f,-0.20704681538889855f,0.4908512673107229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4782158401587288f,-0.7481109455013554f,-0.46004306694302993f,-0.5607921086876348f,-0.4728822400191339f,0.6607438840773563f,-0.582923585668701f,1.275953849723658f,0.7400621577244492f,-0.06121709626760419f,-0.6697465713453078f,0.29691882129363245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8030717628150037f,-0.49204860182132676f,-0.33610105208832614f,-0.2747906679438566f,-0.31785011387642315f,0.830819530200719f,-0.45684812941042185f,1.3789354512310348f,0.5040308015170771f,-0.2600520749441043f,-0.8236054088210681f,0.11766855870554295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.20669101356740316f,0.8884086936314548f,-0.40988878734423995f,0.4676642361377955f,0.48815395904671044f,-0.4567056241130699f,-0.7437241996671308f,1.1270834040554847f,-0.8479295590893754f,-0.046367725667141035f,-0.5280771693975743f,0.031486573288372524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49981586185167814f,0.7920339221562349f,-0.3505229955299301f,0.2864066141830431f,0.7637344945397975f,0.21213801979448632f,-0.6096778513343868f,1.3789354512310348f,-0.40852628568000926f,-0.5724331635322026f,-0.7109335743914548f,-0.0855982023705882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.44234125821162945f,-0.8962657705596341f,-0.03227816300377073f,0.023745408093697684f,-0.8555719895915156f,0.43250315864485134f,-0.2844953222614431f,1.080649324473523f,0.2689438266816479f,-0.09822772666295439f,-0.9581338798959466f,0.2681956823249171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.82651035908921f,-0.5102434527422883f,-0.23776510520228453f,-0.07341127120299565f,-0.4795606263194044f,0.8594158740894517f,-0.17727368966432822f,1.2406818403048931f,0.2947918452100835f,-0.03249575813382646f,-0.9550087924731072f,0.25613392272186775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4085921240194258f,-0.9124359312102652f,-0.02265276198944488f,0.3233431041698645f,-0.879198538149949f,0.40013001329531483f,-0.25866175398632896f,1.083949107966024f,0.24507632832300869f,-0.08577088023768559f,-0.9657023088918063f,0.15561018851767633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8056451484064808f,-0.5409297140201178f,-0.24151798968029914f,0.22040929535559056f,-0.5183091306111551f,0.8410676672409527f,-0.15479284300952265f,1.2406818403048931f,0.28686502047863577f,0.0004728762794818375f,-0.9579708953897379f,0.14971153472389334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,0.052715162318129116f,-0.3364469233828916f,0.31636664390022917f,0f,0.9879468553097569f,0.15479344651361238f,1.9298162656897486f,0.34055164159351814f,0.14554079409339457f,-0.9288931352220364f,0.010882593153480835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,0.052715162318129116f,-0.3364469233828916f,0.3134938175303472f,0f,0.9879468553097569f,0.15479344651361238f,1.8208347943866803f,0.34055164159351814f,0.14554079409339457f,-0.9288931352220364f,-0.10716442409501631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,0.052715162318129116f,-0.3364469233828916f,-0.23601602122991291f,0f,0.9879468553097569f,0.15479344651361238f,1.9298162656897486f,0.34055164159351814f,0.14554079409339457f,-0.9288931352220364f,0.21095668258967276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,0.052715162318129116f,-0.3364469233828916f,-0.3094057835738555f,0f,0.9879468553097569f,0.15479344651361238f,1.8208347943866803f,0.34055164159351814f,0.14554079409339457f,-0.9288931352220364f,0.11845103846068945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9128562108782253f,0.23129419795411105f,-0.3364469233828916f,0.2252547865836868f,0.1886621435376372f,0.9697657369242438f,0.15479344651361238f,2.0361925480244283f,0.36207752465022297f,0.07782936130113793f,-0.9288931352220364f,0.0380608061151982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9377998202481402f,0.08564440955919188f,-0.3364469233828916f,0.11809737456185833f,0.0346346152137212f,0.9873395729663809f,0.15479344651361238f,2.0501317353784243f,0.34544455498900745f,0.133512556584849f,-0.9288931352220364f,0.07919629845082354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8892238997810942f,0.3099747147821727f,-0.3364469233828916f,0.09678026849954663f,0.2724648802156806f,0.9496324962665782f,0.15479344651361238f,2.0466403549181855f,0.367482986146512f,0.0459760614909368f,-0.9288931352220364f,0.08633558249125922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9414896390264167f,0.020018175543593864f,-0.3364469233828916f,0.1249337492698688f,-0.03432307996637496f,0.9873504520169419f,0.15479344651361238f,2.0555067898054187f,0.3352897042671148f,0.15728432073746768f,-0.9288931352220364f,0.07761586472601287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9267668066752732f,0.16705314660641193f,-0.3364469233828916f,0.1775814880225633f,0.12055513387239734f,0.9805638421915455f,0.15479344651361238f,2.161753865951725f,0.35576642020000293f,0.10289702423029955f,-0.9288931352220364f,0.042609880297075596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9267668066752732f,0.16705314660641193f,-0.3364469233828916f,0.13999453003612067f,0.12055513387239734f,0.9805638421915455f,0.15479344651361238f,1.9411270014586277f,0.35576642020000293f,0.10289702423029955f,-0.9288931352220364f,0.019458049845258233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.932989592479515f,-0.12780410036886547f,-0.3364469233828916f,-0.14863295592254988f,-0.1886621435376372f,0.9697657369242438f,0.15479344651361238f,2.0361925480244283f,0.3064914614156361f,0.2078954723332943f,-0.9288931352220364f,0.1734836829639213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9414959084597775f,0.01972110797305677f,-0.3364469233828916f,-0.039988001286461405f,-0.0346346152137212f,0.9873395729663809f,0.15479344651361238f,2.0501317353784243f,0.33524005993093337f,0.15739010628016023f,-0.9288931352220364f,0.136455132991873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9183004241090266f,-0.20863316809023613f,-0.3364469233828916f,-0.019043483459410843f,-0.2724648802156806f,0.9496324962665782f,0.15479344651361238f,2.0466403549181855f,0.287205884567564f,0.23381685826120197f,-0.9288931352220364f,0.12828717360936953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9378267967956607f,0.08534850296388968f,-0.3364469233828916f,-0.04625076848701351f,0.03432307996637496f,0.9873504520169419f,0.15479344651361238f,2.0555067898054187f,0.34540241081036516f,0.13362154745310972f,-0.9288931352220364f,0.13961923427004552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9396320400959002f,-0.06241071199243909f,-0.3364469233828916f,-0.10910433340904706f,-0.12055513387239734f,0.9805638421915455f,0.15479344651361238f,2.161753865951725f,0.3202469186771746f,0.1860092858304419f,-0.9288931352220364f,0.14644804955548713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9396320400959002f,-0.06241071199243909f,-0.3364469233828916f,-0.09506192321074829f,-0.12055513387239734f,0.9805638421915455f,0.15479344651361238f,1.9411270014586277f,0.3202469186771746f,0.1860092858304419f,-0.9288931352220364f,0.10459596024363776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,0.052715162318129116f,-0.3364469233828916f,0.005963749080360375f,0f,0.9879468553097569f,0.15479344651361238f,1.4299669429088266f,0.34055164159351814f,0.14554079409339457f,-0.9288931352220364f,0.0164652585472719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,0.003052423084643055f,-0.3405379616215384f,0.00481909042361923f,0f,0.9999598299631866f,0.008963172429180155f,1.0549820066726316f,0.34055164159351814f,0.008427406084172862f,-0.9401880440819552f,0.013304981265707078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9205646342948671f,-0.3309194496564463f,-0.2074923418457465f,0.27526329934385163f,-0.1099288058872322f,0.7292597868112267f,-0.6753486662282315f,0.7367684780856186f,0.3748018299338528f,-0.59889271257807f,-0.7077083488974228f,0.3419412657867339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9205646342948671f,-0.3891770579878298f,0.03319595790898042f,0.14563704061555985f,-0.1099288058872322f,0.17659507628392235f,-0.97812567529356f,0.7758923967981726f,0.3748018299338528f,-0.9040770965842531f,-0.20534895108089135f,0.035036404047338154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9468192314922688f,0.009258868578166685f,-0.3216327350084903f,-0.0012009509005062313f,0.13432672624652905f,0.9196895739285825f,-0.3689544934310359f,0.7959186005749209f,0.2923861718554412f,-0.3925370822734007f,-0.8720234891033646f,0.4058405064990196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9468192314922688f,-0.2754805748595673f,-0.16626423473324584f,-0.10337733410815622f,0.13432672624652905f,0.13113535792381975f,-0.9822218937277267f,0.7813999640016942f,0.2923861718554412f,-0.9523203089177684f,-0.08715707504549708f,0.08163802078177987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9653885153488088f,-0.09836863374384491f,-0.24155460320182695f,0.007157531647109892f,0.10489712634094427f,0.7015045241448989f,-0.7049028269837275f,0.9615552579111173f,0.23879197498667068f,-0.7058434773372976f,-0.6669058240729024f,0.027135370693936477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8943860420921063f,-0.39530342086001946f,-0.2093055497763581f,0.008131042052578228f,-0.10489712634094427f,0.6402516069986536f,-0.7609694294917857f,0.9393059287403251f,0.4348220332460502f,-0.6586448854974948f,-0.6140982936075974f,0.029823126383940628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,-0.2400558148932201f,-0.24155460320182695f,0.007157531647109892f,0f,0.7093038872798803f,-0.7049028269837275f,0.9615552579111173f,0.34055164159351814f,-0.6627678335779452f,-0.6669058240729024f,0.027135370693936477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9435947264318828f,0.030179260587608323f,-0.32972443719009575f,0.009241140405029553f,0.11814634316395758f,0.9609713702972913f,-0.25015088859712364f,0.9802408137906067f,0.3093063753738751f,-0.2749967957982991f,-0.9103330865423623f,0.03288798644758823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9228041203392906f,-0.1992845980112427f,-0.32972443719009575f,0.009241140405029553f,-0.11814634316395758f,0.9609713702972913f,-0.25015088859712364f,0.9802408137906067f,0.3667069635033024f,-0.1918845341981567f,-0.9103330865423623f,0.03288798644758823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,-0.08518929575782772f,-0.32972443719009575f,0.009241140405029553f,0f,0.9682068647422768f,-0.25015088859712364f,0.9802408137906067f,0.34055164159351814f,-0.23519832260077006f,-0.9103330865423623f,0.03288798644758823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9460741853573459f,0.020684346235712473f,-0.3232890249006843f,-0.17334572495502934f,0.15574044054772238f,0.9041070542754982f,-0.3979137464165856f,1.011109459251858f,0.28405730227972575f,-0.42680509864583693f,-0.8585737340447133f,0.09771549975129748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9130868969336707f,-0.28869800188953026f,-0.28796837040382206f,0.18844883675146926f,-0.13941650235700004f,0.8846810566906465f,-0.4448623009463285f,1.0115022765750195f,0.3831910196215208f,-0.36605039494270997f,-0.8480399464905561f,-0.04126904269162088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,-0.1411511265862731f,-0.30992221613731713f,0.01803754509863968f,0f,0.9100593809711826f,-0.41447789218044895f,0.8583543817079045f,0.34055164159351814f,-0.38970281314069805f,-0.8556613213405092f,0.07274040844070988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9402258129874759f,-0.11360250299347396f,-0.3210449998141347f,0f,0f,0.9427204588176189f,-0.33358377737338796f,1.0689934842249662f,0.34055164159351814f,-0.31364407828032687f,-0.886370109811722f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.910242780008131f,-0.037667498620280515f,-0.4123581465070876f,0.03992190062162118f,0.01669500196862584f,0.9983825795077373f,-0.0543461299886588f,1.0343424314442689f,0.41373827276714104f,0.042583852375845305f,0.9093993936464305f,1.0219551707156995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5217538308925191f,-0.037667498620280515f,-0.8522641019640989f,0.11014264611767696f,-0.016695001968625833f,0.9983825795077373f,-0.0543461299886588f,1.0343424314442689f,0.8529327153171278f,0.042583852375845305f,0.5202810765908984f,1.0840688519942887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7490212852912616f,-0.037667498620280515f,-0.6614743182681531f,0.17425342110987205f,3.469446951953614e-18f,0.9983825795077373f,-0.05685265988040155f,1.0428703304263292f,0.6625459336382851f,0.042583852375845305f,0.7478098029152906f,0.9408405409177005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5029943510800777f,-0.7905635847666875f,0.34929343140456554f,0.7135245802376399f,-0.8007734658026581f,-0.2742109615159598f,0.5325131031729565f,1.9544605772164543f,-0.3252053801029907f,-0.5475559944200568f,-0.7709889063577583f,-0.6964413123104931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1566612920721596f,-0.7905635847666875f,0.5920020760158919f,0.6937006071610978f,-0.7738291438185029f,-0.2742109615159598f,-0.570961298829978f,2.044590233994813f,0.6137146696498336f,-0.5475559944200568f,-0.5688028984026529f,-0.712955474731754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.21145571281644845f,-0.7905635847666875f,0.5747135808018914f,0.6174055565790851f,-0.9613830056358268f,-0.2742109615159598f,-0.023474774953481603f,2.003046621848656f,0.1761510658267826f,-0.5475559944200568f,-0.818017869598673f,-0.5819957130813226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001469102832792931f,0f,-0.000005321119399898722f,0.2273431737903066f,0f,0.000015625f,0f,1.2351159842249662f,0.000005321119399898722f,0f,-0.00001469102832792931f,0.6488631779020908f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..0deb64354 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5061370068582196f,-0.0892456102441295f,-0.6346692018565261f,0.06206796089501629f,-0.17970516390932137f,0.7960314508930177f,0.03137559079802974f,1.4518140312162804f,0.6152038920531719f,0.15910246599520195f,-0.5129863750250285f,-0.28243901319609754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.49152238798488923f,0.10896788998576223f,-0.6217167691655766f,0.06206796089501629f,0.13577351027842724f,0.7877949586813447f,0.030735272618478113f,1.4518140312162804f,0.6164181178520841f,-0.08663199194471503f,-0.5025172653306402f,-0.28243901319609754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6250271505863769f,0.11020915032371091f,0.513944986024034f,-0.04728540385430288f,0.17244709426962812f,0.7973112443983567f,0.03874562786109424f,1.4527164847342067f,-0.4965355024087209f,0.13817802714366023f,-0.6334854158596308f,-0.2971939977880897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6069795992958578f,-0.13456413749704202f,0.5034563128398701f,-0.04728540385430288f,-0.14282200440772924f,0.7862323451532084f,0.03795490076188824f,1.4527164847342067f,-0.5011762575138597f,-0.06108348659468758f,-0.6205571420665772f,-0.2971939977880897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.842700990891652f,1.1023815566472246f,0.7183426713722839f,-0.2638354086077617f,1.291121551665578f,0.5284489797165188f,0.7036711338837489f,1.5339987701555378f,0.25350824202557626f,0.973089322416299f,-1.1959251614647508f,0.5240287480727788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5718843919345896f,-0.7829686502688487f,-0.2447617922752278f,-0.4276409003200264f,-0.25855260396211754f,0.11112494095741207f,-0.9595841799871547f,1.5882111187152985f,0.7785234699390976f,0.612055014025201f,-0.13888796405951867f,0.3435968019742323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2778089279937269f,-0.916172686074725f,-0.28887680560681817f,-0.2984375f,-0.11747451466712328f,0.3308573460473377f,-0.9363402987003369f,1.613259818954295f,0.9534264197780027f,-0.22618803208201668f,-0.19954206627216353f,0.03153805072879592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8354228350919783f,0.49189342623277293f,0.24517247772917766f,0.35794108027749993f,0.23576193519221533f,0.0822251135256438f,-0.9683260507804777f,1.6006738379345178f,-0.4964725536435043f,0.8667640324417474f,-0.04727700861961479f,0.35791670227581074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.05069172593848047f,0.9493962057600999f,0.30996321299422563f,0.2984375f,0.0739560212982448f,0.3130785287938582f,-0.9468433564861753f,1.613259818954295f,-0.9959723168015823f,-0.025073477951794598f,-0.08608405699250782f,0.031538050728795994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.848137993413648e-17f,1.0152782096024237e-16f,-0.15625000000000003f,0f,0.8290375725550418f,-0.5591929034707468f,1.3009675225819495f,-1.2246467991473532e-16f,-0.5591929034707468f,-0.8290375725550418f,0.26747874645632363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.441553027366398e-17f,1.200061652919315e-16f,-0.15625000000000003f,0f,0.9799247046208297f,-0.1993679344171971f,1.4834573551082475f,-1.2246467991473532e-16f,-0.1993679344171971f,-0.9799247046208297f,0.22397272934921902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.464347236114761e-17f,1.0959785013829002e-16f,0.15624999999999997f,0f,0.8949343616020252f,-0.4461978131098087f,1.2959255270320547f,-1.2246467991473532e-16f,-0.4461978131098087f,-0.8949343616020252f,0.21876447067657004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.476289853398326e-18f,1.222362586004928e-16f,0.15624999999999997f,0f,0.998134798421867f,0.06104853953485695f,1.4834573551082475f,-1.2246467991473532e-16f,0.06104853953485695f,-0.998134798421867f,0.22397272934921908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.288803484971838e-17f,1.147092598413394e-16f,0.29375f,0f,0.9366721892483976f,0.3502073812594676f,2.1522739476526707f,-1.2246467991473532e-16f,0.3502073812594676f,-0.9366721892483976f,0.2346689597964813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.288803484971838e-17f,1.147092598413394e-16f,0.33125f,0f,0.9366721892483976f,0.3502073812594676f,2.068021865989696f,-1.2246467991473532e-16f,0.3502073812594676f,-0.9366721892483976f,0.10308001939701061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.288803484971838e-17f,1.147092598413394e-16f,-0.29375f,0f,0.9366721892483976f,0.3502073812594676f,2.1522739476526707f,-1.2246467991473532e-16f,0.3502073812594676f,-0.9366721892483976f,0.23466895979648125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.288803484971838e-17f,1.147092598413394e-16f,-0.33125f,0f,0.9366721892483976f,0.3502073812594676f,2.068021865989696f,-1.2246467991473532e-16f,0.3502073812594676f,-0.9366721892483976f,0.10308001939701056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880549899983997f,0.15119113429095754f,0.029809019626209254f,0.19373185221154707f,0.13424709713191973f,0.7495177835007168f,0.6482289789324645f,2.231377009692401f,0.0756640842865028f,0.644487651648956f,-0.760861756971067f,0.2788160202697134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995418976998965f,-0.0052361332501978525f,0.029809019626209254f,0.07854684024468898f,0.015343879095865848f,0.7612908486554045f,0.6482289789324645f,2.240816213859606f,-0.02608754715915252f,0.6483894097393326f,-0.760861756971067f,0.28234519409436065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734855142374208f,0.22178236702673287f,0.05602263155122218f,0.05726854267475674f,0.15723616447301453f,0.4708934567963158f,0.8680645949053742f,2.2635854651248195f,0.16614072996023455f,0.8538570922715557f,-0.49328016767942806f,0.24364840457948955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943742622984f,-0.08989600231706014f,0.05602263155122218f,0.08612108321380894f,0.004026398129290329f,0.4964349375193823f,0.8680645949053742f,2.2674106066422355f,-0.10584712842877375f,0.8634066606052667f,-0.49328016767942806f,0.2536566422772105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06676517241775061f,0.05602263155122218f,0.14342741187179503f,0.08163636036501913f,0.48969313221457506f,0.8680645949053742f,2.344143550363817f,0.030522584429381085f,0.8693348307838049f,-0.49328016767942806f,0.3318466964709089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08189960831908925f,0.029809019626209254f,0.12499999999999997f,0.08163636036501913f,0.757056599957049f,0.6482289789324645f,2.1738058153734814f,0.030522584429381085f,0.64819577183028f,-0.760861756971067f,0.18600264780909614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880549899983997f,-0.1511911342909577f,-0.029809019626209066f,-0.19373185221154715f,-0.13424709713191973f,0.7495177835007168f,0.6482289789324645f,2.231377009692401f,-0.07566408428650304f,0.6444876516489559f,-0.760861756971067f,0.27881602026971336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995418976998965f,0.005236133250197686f,-0.029809019626209066f,-0.07854684024468905f,-0.015343879095865848f,0.7612908486554045f,0.6482289789324645f,2.240816213859606f,0.026087547159152277f,0.6483894097393327f,-0.760861756971067f,0.2823451940943606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9734855142374208f,-0.22178236702673307f,-0.056022631551222064f,-0.0572685426747568f,-0.15723616447301453f,0.4708934567963158f,0.8680645949053742f,2.2635854651248195f,-0.16614072996023477f,0.8538570922715557f,-0.49328016767942806f,0.2436484045794895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9943742622984f,0.08989600231705994f,-0.056022631551222064f,-0.08612108321380901f,-0.004026398129290329f,0.4964349375193823f,0.8680645949053742f,2.2674106066422355f,0.10584712842877352f,0.8634066606052667f,-0.49328016767942806f,0.25365664227721046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06676517241775082f,-0.056022631551222064f,-0.1434274118717951f,-0.08163636036501913f,0.48969313221457506f,0.8680645949053742f,2.344143550363817f,-0.030522584429381328f,0.8693348307838049f,-0.49328016767942806f,0.33184669647090886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08189960831908942f,-0.029809019626209066f,-0.12500000000000003f,-0.08163636036501913f,0.757056599957049f,0.6482289789324645f,2.1738058153734814f,-0.030522584429381328f,0.64819577183028f,-0.760861756971067f,0.1860026478090961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.288803484971838e-17f,1.147092598413394e-16f,-4.383301236795381e-18f,0f,0.9366721892483976f,0.3502073812594676f,1.682817337719319f,-1.2246467991473532e-16f,0.3502073812594676f,-0.9366721892483976f,0.03579237082763131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.476289853398326e-18f,1.222362586004928e-16f,-1.579692541771008e-18f,0f,0.998134798421867f,0.06104853953485695f,1.3085167883111188f,-1.2246467991473532e-16f,0.06104853953485695f,-0.998134798421867f,0.012899168502059952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.09513133281511478f,0.011680658927812095f,0.1521086228634982f,-0.08977605084327833f,0.882730723103547f,-0.4612230817988989f,0.8463281848324026f,0.03356588999495051f,-0.46014834565160456f,-0.8872073213307802f,0.39107502587768744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.07945973000907763f,0.05359626463712278f,0.12499999999999999f,-0.08977605084327833f,0.5771279359894802f,-0.8117041371063151f,1.0384698809662878f,0.03356588999495051f,-0.8127788732536094f,-0.5816045342167132f,0.10107534282055315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.159843990335581f,0.06784974841990572f,-0.14038558729357967f,0.16265141873427835f,0.9859492946128483f,0.03805922274762272f,1.0628393632044923f,-0.060812873561214516f,0.04851687547673891f,-0.9969693612158812f,0.3851162371711751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16265141873427835f,0.20026583397755315f,-0.9661460095270288f,1.03069766181465f,-0.060812873561214516f,-0.9752889319997184f,-0.2123989018994128f,0.049994119278811144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.65034847098166e-17f,-3.664446331195091e-18f,0.1028560430967387f,0.7812692123706884f,-0.6156614753256582f,1.2180892744378973f,-0.08035994807083752f,-0.6103944060574428f,-0.788010753606722f,0.029922475065842828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.6966642294199616e-18f,-0.1028560430967387f,0.6879824374388487f,-0.7184015591395821f,1.180287560191539f,0.08035994807083727f,-0.7141239898264873f,-0.6953914048220264f,0.03018555416952646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.539678551159045e-17f,9.65034847098166e-17f,-3.664446331195091e-18f,0f,0.788010753606722f,-0.6156614753256582f,1.2180892744378973f,-1.2246467991473532e-16f,-0.6156614753256582f,-0.788010753606722f,0.029922475065842828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1801069500828537e-16f,-3.752703049350352e-18f,0.08398592788366001f,0.9599635484061761f,-0.2672383760782568f,1.2430411834407653f,-0.0232913591577786f,-0.2662214533758074f,-0.9636304532086231f,0.030643145860203364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1801069500828537e-16f,-3.752703049350352e-18f,-0.08398592788366001f,0.9599635484061761f,-0.2672383760782568f,1.2430411834407653f,0.023291359157778357f,-0.2662214533758074f,-0.9636304532086231f,0.030643145860203364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.272726218735738e-17f,1.1801069500828537e-16f,-3.752703049350352e-18f,0f,0.9636304532086231f,-0.2672383760782568f,1.2430411834407653f,-1.2246467991473532e-16f,-0.2672383760782568f,-0.9636304532086231f,0.030643145860203364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1470925984133942e-16f,-0.19375f,0.12226025422101287f,0.9286588288220812f,-0.3502073812594674f,1.2553706021701752f,-0.04571123596315425f,-0.3472113085648778f,-0.9366721892483977f,0.031325237804061073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.1222602542210129f,0.8946024171792659f,-0.42981268642843473f,1.2558774733393796f,0.04571123596315402f,-0.42752642507484745f,-0.9028464092908837f,0.01852752675594965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.272240367036949e-17f,1.1053481794365606e-16f,-0.00781250000000001f,0f,0.9025852843498607f,-0.4305110968082951f,1.1157123077148112f,-1.2246467991473532e-16f,-0.4305110968082951f,-0.9025852843498607f,0.07824946175016223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.288803484971835e-17f,1.1470925984133942e-16f,0f,0f,0.9366721892483977f,-0.3502073812594674f,1.325f,-1.2246467991473532e-16f,-0.3502073812594674f,-0.9366721892483977f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7126099243423154f,0.1121813220915004f,-0.6925333542167065f,-1.113853416944156f,-0.0469594654214424f,0.992546151641322f,0.11245863892709228f,2.0492086872671944f,0.6999870744065004f,-0.04761814607694005f,0.7125662129430662f,0.04337177879976079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.008508113526665528f,0.1121813220915004f,-0.9936513286752149f,-1.0772223736482867f,0.0469594654214424f,0.992546151641322f,0.11245863892709228f,2.0492086872671944f,0.998860561145323f,-0.04761814607694005f,0.0031767204229317114f,0.12966910881092708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.39073112848927327f,0.1121813220915004f,-0.9136435498613787f,-0.9584913628170145f,0f,0.992546151641322f,0.12186934340514746f,2.0309282857564224f,0.9205048534524404f,-0.04761814607694005f,0.387818677908499f,0.028347642119069073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7514230310887472f,0.653634100267336f,0.09014372588876618f,0.9537033343314919f,-0.6157738244971147f,0.743765125241842f,-0.2600692898790311f,2.2059819373881475f,-0.23703591587267003f,0.1399139072490547f,0.9613730145706744f,-0.4632765058611994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3297592484934405f,0.653634100267336f,0.6811910899305353f,0.8959444297529964f,-0.11349283134018112f,0.743765125241842f,-0.658735770782471f,2.244940810449832f,-0.9372183391651219f,0.1399139072490547f,0.31944621345521107f,-0.40054551151505646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6160949821706186f,0.653634100267336f,0.43953320228612364f,0.8588939016993256f,-0.4155613126579656f,0.743765125241842f,-0.5235668380407372f,2.3039963996251003f,-0.6691306063588579f,0.1399139072490547f,0.7298550062801028f,-0.5413892596301434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17.mcfunction new file mode 100644 index 000000000..2afe453d8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170.mcfunction new file mode 100644 index 000000000..65c9daf9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170_as_bone.mcfunction new file mode 100644 index 000000000..0c0f03aed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_170_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.751650502463408f,-0.13226174512037933f,-0.29064204336031985f,0.0056712643175009375f,-0.14291729097773626f,0.8040555539751417f,0.0037092459823592342f,1.1490739445076674f,0.28555317286021403f,0.05427652663798946f,-0.763189287510002f,-0.3388189680170028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7298438139634588f,0.16207373874680656f,-0.2847105730876603f,0.0056712643175009375f,0.17207547353253594f,0.7812661702289025f,0.0036335470847600666f,1.1490739445076674f,0.27877955202601495f,-0.05792473102652709f,-0.7476139959281654f,-0.3388189680170028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7840768119990118f,0.13852841543029848f,0.18159811521125738f,-0.052770558406030316f,0.14291729097773626f,0.8040555539751417f,0.0037092459823592342f,1.1490739445076674f,-0.1781646577452878f,0.03534103400500916f,-0.7962115362706104f,-0.33473231766977846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7615396388762947f,-0.16855801270176546f,0.17789203122735417f,-0.052770558406030316f,-0.17207547353253594f,0.7812661702289025f,0.0036335470847600666f,1.1490739445076674f,-0.17449186178362597f,-0.03480470672042925f,-0.7799623212446796f,-0.33473231766977846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.176986317341473f,-0.2669444992752537f,1.5293210022034576f,-0.775033744018895f,1.3557623840900823f,0.7232844086518037f,0.2831506173180403f,1.1368725709686676f,-0.7563005033452508f,1.359046190719026f,0.1496971948027929f,0.29411398131637306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.687715553978891f,-0.6590081454203986f,-0.30455800939242084f,-0.6240267171606233f,-0.4340070190804697f,0.7094979722815327f,-0.5552031472508765f,1.254152226573198f,0.581966686507391f,-0.2496415261889739f,-0.77394695179815f,0.13356672532035757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9182035089730085f,-0.375280877394206f,-0.1267540104765495f,-0.29662112754842906f,-0.28949070336364635f,0.8541864114397099f,-0.4319267382065761f,1.348078126765617f,0.27036539862873654f,-0.35990253899352476f,-0.8929572854567785f,0.03639700337299506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4516756092792665f,0.8658365875861921f,-0.21521186672509895f,0.4378641045714801f,0.4759573137123971f,-0.43786980611772386f,-0.762715325933671f,1.1006291804323292f,-0.7546216134632521f,0.24206824758221654f,-0.6098763678046499f,0.16656813331066367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3577781940769645f,0.928652989290115f,-0.09797136992795005f,0.2987999149504036f,0.7498459705660319f,0.2231821273057055f,-0.6228328495488862f,1.348078126765617f,-0.5565301288060793f,-0.2962994490947175f,-0.7761964005309838f,-0.005238891893029861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5341077018828024f,-0.815435242853516f,0.22314642614637284f,-0.05393573004053037f,-0.833803405481826f,0.46449107397045125f,-0.2983620673086421f,1.0473780126497f,0.13964542168070299f,-0.3454177281411652f,-0.928000942504594f,0.26445867279506613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8850029758618044f,-0.4646547152766935f,0.029423260983193825f,-0.14087459377376543f,-0.46174341368704547f,0.8678437583973949f,-0.1834127338199787f,1.2089523877628368f,0.05968879821527977f,-0.1759068122098149f,-0.9825955631824298f,0.22533492323583568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4970000976879561f,-0.8353890743094525f,0.2347679650688267f,0.2649396127599875f,-0.8584707334235222f,0.43388776276255325f,-0.2734399553470309f,1.0504102393514252f,0.1265658040445437f,-0.33744111167624824f,-0.9327993317950308f,0.23831405144581258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8640813285946936f,-0.502632567621715f,0.026906496242193198f,0.17086417193242964f,-0.49999436971997374f,0.8509258149936723f,-0.16103070398430583f,1.2089523877628368f,0.05804384396605151f,-0.15259672127328597f,-0.9865825626040062f,0.20353602519079644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.010179665890997554f,-0.069009709690467f,0.30083501559427456f,0f,0.9892946989207376f,0.1459314862780721f,1.8981291381808374f,0.06975647374412552f,0.1455760045119896f,-0.9868848267559442f,0.09106246739911794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.010179665890997554f,-0.069009709690467f,0.330501548959162f,0f,0.9892946989207376f,0.1459314862780721f,1.7881483776543143f,0.06975647374412552f,0.1455760045119896f,-0.9868848267559442f,-0.022270853438655237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.010179665890997554f,-0.069009709690467f,-0.2852338639333722f,0f,0.9892946989207376f,0.1459314862780721f,1.8981291381808374f,0.06975647374412552f,0.1455760045119896f,-0.9868848267559442f,0.13204439572379167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.010179665890997554f,-0.069009709690467f,-0.33038463433797155f,0f,0.9892946989207376f,0.1459314862780721f,1.7881483776543143f,0.06975647374412552f,0.1455760045119896f,-0.9868848267559442f,0.02394281041682792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9778218685264356f,0.19774239150952794f,-0.069009709690467f,0.20541472359122115f,0.18618831743780317f,0.9716161339553562f,0.1459314862780721f,2.0046570441795892f,0.09590778842799887f,0.12984619685512505f,-0.9868848267559442f,0.09132156784859946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.996716983954081f,0.04234281362778776f,-0.069009709690467f,0.09103457060675886f,0.031901780148581096f,0.9887801968769523f,0.1459314862780721f,2.018295967612457f,0.07441458406005975f,0.14325085828035372f,-0.9868848267559442f,0.10133660633296795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.956866576099488f,0.28221271323609837f,-0.069009709690467f,0.06858851160751793f,0.2701617404986496f,0.9516914601294966f,0.1459314862780721f,2.014737322188365f,0.1068596720675444f,0.12099317833872517f,-0.9868848267559442f,0.1023799677987056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972427168430685f,-0.027287793459583765f,-0.069009709690467f,0.09802385217566698f,-0.037149750826641126f,0.9885969337026044f,0.1459314862780721f,2.0236977107977467f,0.06424063913889647f,0.1480928053685113f,-0.9868848267559442f,0.10164662844619898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9892337555412954f,0.1290512954840127f,-0.069009709690467f,0.15789829422543528f,0.11795825671669145f,0.9822371663631101f,0.1459314862780721f,2.1299766567551868f,0.0866165490539978f,0.13622008717096784f,-0.9868848267559442f,0.08151006054959731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9892337555412954f,0.1290512954840127f,-0.069009709690467f,0.12886175274153247f,0.11795825671669145f,0.9822371663631101f,0.1459314862780721f,1.9089732943234874f,0.0866165490539978f,0.13622008717096784f,-0.9868848267559442f,0.050860540936129586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9816535576406935f,-0.17774687828428076f,-0.069009709690467f,-0.1907061358397374f,-0.18618831743780317f,0.9716161339553562f,0.1459314862780721f,2.0046570441795892f,0.041112081205520346f,0.15610296441080285f,-0.9868848267559442f,0.1190210366929299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9973735112024226f,-0.021994070114205844f,-0.069009709690467f,-0.07604529867934462f,-0.031901780148581096f,0.9887801968769523f,0.1459314862780721f,2.018295967612457f,0.06502580699309109f,0.1477497314508116f,-0.9868848267559442f,0.11301996893208366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9624264082866146f,-0.26262724268621507f,-0.069009709690467f,-0.05367247533269798f,-0.2701617404986496f,0.9516914601294966f,0.1459314862780721f,2.014737322188365f,0.0273503675161219f,0.15909209947581543f,-0.9868848267559442f,0.1109292888405021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.996478188231399f,0.047632765482452114f,-0.069009709690467f,-0.08292341430161376f,0.037149750826641126f,0.9885969337026044f,0.1459314862780721f,2.0236977107977467f,0.07517390765809166f,0.1428538495326689f,-0.9868848267559442f,0.1142996939208481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9916612943601538f,-0.10883720520291688f,-0.069009709690467f,-0.14501763099407983f,-0.11795825671669145f,0.9822371663631101f,0.1459314862780721f,2.1299766567551868f,0.05190112658029197f,0.1528548716220265f,-0.9868848267559442f,0.10269200548711688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9916612943601538f,-0.10883720520291688f,-0.069009709690467f,-0.12052925982342358f,-0.11795825671669145f,0.9822371663631101f,0.1459314862780721f,1.9089732943234874f,0.05190112658029197f,0.1528548716220265f,-0.9868848267559442f,0.06829965937216097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.010179665890997554f,-0.069009709690467f,0.0011057211177452919f,0f,0.9892946989207376f,0.1459314862780721f,1.3973994021804195f,0.06975647374412552f,0.1455760045119896f,-0.9868848267559442f,0.015812548677873843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.00033103833517860587f,-0.06975568824716388f,0.0009815817420533147f,0f,0.9999887394399475f,0.0047456288629624255f,1.0224036248904391f,0.06975647374412552f,0.004734068749566778f,-0.9975528171299299f,0.014037272896786301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9878551768357382f,-0.15531209055442685f,-0.004506010036144356f,0.17049235532155047f,-0.11081516738063667f,0.7245699788259847f,-0.6802340365363333f,0.7101545883938019f,0.10891348987721305f,-0.6714733801959134f,-0.7329811398740357f,0.40428867476057817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9878551768357382f,-0.12578834585822918f,0.09121097327121794f,0.1304821037494083f,-0.11081516738063667f,0.15888648873565597f,-0.9810581442379732f,0.7422350058890664f,0.10891348987721305f,-0.979250925832345f,-0.17089609702758402f,0.07403263991848882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9904366266205933f,0.11846957315965954f,-0.07071243797089495f,-0.11300829632807664f,0.13648237738258565f,0.9163210755746464f,-0.37646812231810683f,0.7598245820162879f,0.02019527945875131f,-0.3825188187437209f,-0.923726963985837f,0.39263086557123694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9904366266205933f,-0.0017433341207170952f,-0.13795741891816884f,-0.12164085378946547f,0.13648237738258565f,0.13398429335988116f,-0.9815399990814695f,0.7475225777287271f,0.02019527945875131f,-0.9909819220949477f,-0.13246501715013703f,0.05240312505082106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9939558645243702f,0.09783036336985934f,-0.04980922987291657f,-0.00032337475507884913f,0.10460528259594823f,0.7063408197159857f,-0.7001002651449084f,0.9279643935599996f,-0.033308771076603405f,-0.7010790728625913f,-0.7123051729164234f,0.028489602960491897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9796470694170061f,-0.19807548968006156f,-0.03252260399592008f,-0.00012426857681581654f,-0.1046052825959482f,0.6420614317565132f,-0.7594832800686254f,0.9044968524695359f,0.17131653228948285f,-0.7406235334086948f,-0.6497133425792689f,0.031336953965480904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.048836525763836125f,-0.04980922987291657f,-0.00032337475507884913f,0f,0.714044549551377f,-0.7001002651449084f,0.9279643935599996f,0.06975647374412552f,-0.6983948560859317f,-0.7123051729164234f,0.028489602960491897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9925620739175214f,0.10133642327739575f,-0.06746449983430768f,0.00007089644154302337f,0.11531703040648741f,0.9602437025830421f,-0.2542322051744023f,0.9471775192986422f,0.03901937875950967f,-0.26012105060328083f,-0.964787296306428f,0.03412794375801573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9883329759839279f,-0.13655207740953382f,-0.06746449983430768f,0.00007089644154302337f,-0.11531703040648741f,0.9602437025830421f,-0.2542322051744023f,0.9471775192986422f,0.0994982968747801f,-0.2434862661522222f,-0.964787296306428f,0.03412794375801573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.017734342145159326f,-0.06746449983430768f,0.00007089644154302337f,0f,0.9671432085540179f,-0.2542322051744023f,0.9471775192986422f,0.06975647374412552f,-0.2536129083002634f,-0.964787296306428f,0.03412794375801573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9881412523844646f,0.13427840025020624f,-0.07447265647408641f,-0.19329088534387387f,0.15289565352849166f,0.9051140261490283f,-0.39672599965264654f,0.9765670439444656f,0.01413451336825259f,-0.40340787163185304f,-0.9149110911106615f,0.046445621968571396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9833519382524096f,-0.1760532190702855f,-0.04499143907699811f,0.1927161309039905f,-0.13789824491899313f,0.8842583050115422f,-0.44617409614003345f,0.9769478259916629f,0.11833443954948436f,-0.43254192175222106f,-0.8938145480710218f,0.011563161424534299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.02918000509256251f,-0.06336002629428826f,-0.002532236332940062f,0f,0.9083031709243197f,-0.41831250242949497f,0.8249621443587647f,0.06975647374412552f,-0.4172935141978895f,-0.9060905900511057f,0.07578410696172005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.02354677621131106f,-0.06566212728254629f,0f,0f,0.941305139984602f,-0.3375568595637911f,1.0352850115740742f,0.06975647374412552f,-0.3367345880194421f,-0.9390121679734303f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7519924102873725f,-0.06135644679658283f,-0.6563099887299337f,-0.2417252505196946f,0.01983056597244227f,0.9973136385361641f,-0.0705142187290623f,1.012075019409381f,0.6588734047777314f,0.04001115877171675f,0.7511890199213136f,0.8936987919760506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.29967183024654953f,-0.06135644679658283f,-0.9520673193599185f,-0.1905161618065169f,-0.01983056597244227f,0.9973136385361641f,-0.0705142187290623f,1.012075019409381f,0.9538362243120646f,0.04001115877171675f,0.29765007032394375f,0.9722270781738653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5462302796072287f,-0.06135644679658283f,-0.8353848622501526f,-0.09081297682558284f,0f,0.9973136385361641f,-0.07324961699392991f,1.0230624619584705f,0.83763505277669f,0.04001115877171675f,0.5447629076337115f,0.8512484989299013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.481615869648304f,-0.695925081757381f,0.5326672832865648f,0.8462241237456533f,-0.8657013270922489f,-0.2831800576954002f,0.41275933326134256f,1.9229062582282364f,-0.13640882073248045f,-0.6599222192839179f,-0.7388472765881744f,-0.4691778011410791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.32736868415573345f,-0.695925081757381f,0.639154148242132f,0.837438137203853f,-0.6928154115438858f,-0.2831800576954002f,-0.6631861431384896f,2.011680047176801f,0.6425235794594775f,-0.6599222192839179f,-0.3894433390545647f,-0.4980063171660673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09371718977920307f,-0.695925081757381f,0.7119728709163506f,0.7350351998373005f,-0.9469204154513562f,-0.2831800576954002f,-0.1521538094332841f,1.9901162241175112f,0.3075041709332075f,-0.6599222192839179f,-0.6855245067494443f,-0.38076338314115654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015586938285309752f,0f,-0.0000010899449022519616f,0.04075765716633602f,0f,0.000015625f,0f,1.201407511574074f,0.0000010899449022519616f,0f,-0.000015586938285309752f,0.6863287519028773f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171.mcfunction new file mode 100644 index 000000000..38431e9f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171_as_bone.mcfunction new file mode 100644 index 000000000..ac2b26234 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_171_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7896908910067402f,-0.13929260336079347f,-0.15469425249309618f,0.06309290483476654f,-0.1419478272498501f,0.8042356925553972f,0.00045782467384283934f,1.1199159400730696f,0.15226147064990486f,0.027330677147812007f,-0.8018814894275929f,-0.3338230868811827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7669069937328061f,0.16997097345566248f,-0.1515372269320126f,0.06309290483476654f,0.1730203914877029f,0.781065773794982f,0.00044848131315216916f,1.1199159400730696f,0.14804596277221416f,-0.0323438585914036f,-0.7855165610719278f,-0.3338230868811827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7432673508770279f,0.1310092949827281f,0.31198502238539905f,0.004964420399653988f,0.1419478272498501f,0.8042356925553972f,0.00045782467384283934f,1.1199159400730696f,-0.3071626668456571f,0.054643937381138555f,-0.7547248377045734f,-0.33969680967808047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7217873430219351f,-0.16006461530963506f,0.30561798111222765f,0.004964420399653988f,-0.1730203914877029f,0.781065773794982f,0.00044848131315216916f,1.1199159400730696f,-0.2984744136149319f,-0.06569304325287996f,-0.7393222899963169f,-0.33969680967808047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08086776171445982f,-0.3666229485424458f,1.5167248493768857f,-0.821885124481829f,1.369852360717985f,0.7439791538433451f,0.10679783931289594f,1.1242762195961051f,-0.7472423736316461f,1.324193672484725f,0.3599252739121834f,0.1570329604412345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7967464049499252f,-0.5687583624418564f,-0.20422803762419092f,-0.6403496150958372f,-0.39998946082526743f,0.7496588259480367f,-0.5272760907787524f,1.2344313422532098f,0.4529940368570894f,-0.33841626708931877f,-0.82478532524606f,0.025715607713952128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9566339585491265f,-0.2911961881390672f,0.007499957593557691f,-0.2983506369868495f,-0.2689495750946342f,0.8730747824535564f,-0.40670204118013825f,1.3220762286732664f,0.11188206025562801f,-0.3910820940121807f,-0.9135300763171424f,-0.015899476558635127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5916233775776716f,0.8025456508286595f,-0.07682615075344316f,0.3987670507866296f,0.46410843855525885f,-0.4169456234380142f,-0.7815111671356241f,1.0794637521601036f,-0.6592307155809621f,0.4267046114490549f,-0.619142986880029f,0.24574218895166472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2432589246722502f,0.966830038588462f,0.07787664637318092f,0.2955002921533195f,0.7347704855986004f,0.23609265345443334f,-0.6359029741069324f,1.3220762286732664f,-0.6331962010787002f,-0.09746761240472554f,-0.7678298219473014f,0.044107519569799386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6849005061217345f,-0.6464883692158662f,0.33610130196534793f,-0.11196537197218503f,-0.7283674713179489f,0.5949227128177766f,-0.3399232155935137f,1.014124564671786f,0.01980210696085246f,-0.4776188378216959f,-0.8783439658344353f,0.24978734564375016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.918399204702904f,-0.3527315667444318f,0.17922985974187408f,-0.1769823541133793f,-0.3845630086501057f,0.9023210077589557f,-0.19475135772271618f,1.1820925576408232f,-0.0930279161276451f,-0.24778466614962497f,-0.9643384084656521f,0.19730060568778518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.654436377904714f,-0.6706569836021068f,0.34918796889452225f,0.20616277354421336f,-0.7559683940637982f,0.5711967586182523f,-0.3197593628349359f,1.0162458934355554f,0.014993813776367604f,-0.4732372272864062f,-0.8808074206423979f,0.2784496933097098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9026516685904189f,-0.39119815476087755f,0.179398909981686f,0.13393436271393436f,-0.4205418285899549f,0.8903324440048729f,-0.17450704730333153f,1.1820925576408232f,-0.09145783507797217f,-0.23296382307988242f,-0.9681752535253397f,0.22871788114769853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,-0.013791262311987178f,0.09958485780700034f,0.28163039571273657f,0f,0.9905463668991695f,0.13717833292053017f,1.8712683559320369f,-0.10053528147172273f,0.13648331805278532f,-0.985527757636843f,0.1347436066383357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,-0.013791262311987178f,0.09958485780700034f,0.33000038994041886f,0f,0.9905463668991695f,0.13717833292053017f,1.7603105287809404f,-0.10053528147172273f,0.13648331805278532f,-0.985527757636843f,0.029060037658473124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,-0.013791262311987178f,0.09958485780700034f,-0.302893031922613f,0f,0.9905463668991695f,0.13717833292053017f,1.8712683559320369f,-0.10053528147172273f,0.13648331805278532f,-0.985527757636843f,0.07567912877369859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,-0.013791262311987178f,0.09958485780700034f,-0.329143049733486f,0f,0.9905463668991695f,0.13717833292053017f,1.7603105287809404f,-0.10053528147172273f,0.13648331805278532f,-0.985527757636843f,-0.037544586316543185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9802277400046366f,0.170986648078035f,0.09958485780700034f,0.18736198814263672f,0.18372489227418998f,0.9733587565414826f,0.13717833292053017f,1.977937195047103f,-0.07347613003036801f,0.15276222452902655f,-0.985527757636843f,0.11786934580669332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9949077147516113f,0.01554011657889931f,0.09958485780700034f,0.0729201348158789f,0.029196077604523946f,0.9901160002896907f,0.13717833292053017f,1.9912779235023303f,-0.09646879381560067f,0.13938726895616904f,-0.985527757636843f,0.10816224549708804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9615952092018996f,0.2557684690017801f,0.09958485780700034f,0.05063026773450534f,0.26785956897733504f,0.9536421531604088f,0.13717833292053017f,1.9876530719509964f,-0.05988242602994048f,0.15858478483153732f,-0.985527757636843f,0.10540536288705696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935681932964799f,-0.05389899224594184f,0.09958485780700034f,0.07974488658282566f,-0.039942043350977105f,0.9897407428968926f,0.13717833292053017f,1.9967055761962624f,-0.10595696504957683f,0.13231840569164605f,-0.985527757636843f,0.10960735779501021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9897673801233108f,0.10219290258817905f,0.09958485780700034f,0.14197611958459938f,0.11537927312629044f,0.9838037041554545f,0.13717833292053017f,2.103007245699977f,-0.08395329997496465f,0.1472646676925931f,-0.985527757636843f,0.0989831763652736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9897673801233108f,0.10219290258817905f,0.09958485780700034f,0.11898271650225914f,0.11537927312629044f,0.9838037041554545f,0.13717833292053017f,1.881651412265f,-0.08395329997496465f,0.1472646676925931f,-0.985527757636843f,0.0658486261344402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9751117792232614f,-0.19809057048634302f,0.09958485780700034f,-0.2071545036882535f,-0.18372489227418998f,0.9733587565414826f,0.13717833292053017f,1.977937195047103f,-0.12410552759197555f,0.11546799101228737f,-0.985527757636843f,0.07800454399156981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9940947275393407f,-0.04311065731398167f,0.09958485780700034f,-0.0930841331950252f,-0.029196077604523946f,0.9901160002896907f,0.13717833292053017f,1.9912779235023303f,-0.10451440920272505f,0.1334607702521667f,-0.985527757636843f,0.09138797273092941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9541364537069773f,-0.282323367440658f,0.09958485780700034f,-0.07069332933722804f,-0.26785956897733504f,0.9536421531604088f,0.13717833292053017f,1.9876530719509964f,-0.1336969671112607f,0.1042120910093774f,-0.985527757636843f,0.0931459485079092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946804101810959f,0.026338900841272522f,0.09958485780700034f,-0.10006002212130499f,0.039942043350977105f,0.9897407428968926f,0.13717833292053017f,1.9967055761962624f,-0.09495006463881704f,0.14042622316497994f,-0.985527757636843f,0.09143856840521442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9865545556171097f,-0.1295876725876608f,0.09958485780700034f,-0.15890788329181538f,-0.11537927312629044f,0.9838037041554545f,0.13717833292053017f,2.103007245699977f,-0.11574857288094798f,0.12384388076655284f,-0.985527757636843f,0.06857967893898387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9865545556171097f,-0.1295876725876608f,0.09958485780700034f,-0.12975065695959173f,-0.11537927312629044f,0.9838037041554545f,0.13717833292053017f,1.881651412265f,-0.11574857288094798f,0.12384388076655284f,-0.985527757636843f,0.040714805766509515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,-0.013791262311987178f,0.09958485780700034f,-0.0014279751002416294f,0f,0.9905463668991695f,0.13717833292053017f,1.369709576325409f,-0.10053528147172273f,0.13648331805278532f,-0.985527757636843f,0.014131757874573703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,-0.000058838673635250305f,0.10053526425393729f,-0.0014059105976284105f,0f,0.9999998287388747f,0.0005852539802339018f,0.9947096405483311f,-0.10053528147172273f,0.0005822887873421223f,-0.9949333234539739f,0.013913399579320408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9919636978174f,-0.0395231248620513f,0.1201912842662414f,0.09894372038268806f,-0.11168431270715648f,0.7199108805396259f,-0.6850218524804816f,0.688312772375903f,-0.059452809080478564f,-0.6929402908489297f,-0.7185395721953254f,0.4271208129458376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9919636978174f,0.04335889058134589f,0.11886138489848005f,0.11598557579458668f,-0.11168431270715648f,0.14136981794611747f,-0.9836367159012578f,0.7134759058452818f,-0.059452809080478564f,-0.9890068660941828f,-0.1353912194752811f,0.09550941418998035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9789942444701195f,0.18482312752571706f,0.08608531132540789f,-0.179039902728441f,0.13859854709115216f,0.9129335802097313f,-0.38385247279347307f,0.7286775230169776f,-0.14953498600194387f,-0.3638580625148422f,-0.9193729375527342f,0.37024022446699206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9789942444701195f,0.16846885637790512f,-0.11484125445631742f,-0.12899124438745369f,0.13859854709115216f,0.13678714958696886f,-0.9808566248193944f,0.718561624449165f,-0.14953498600194387f,-0.9761698213623453f,-0.15726337088720138f,0.033199384387981076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9742554692767719f,0.2135549055962207f,0.07225360115652642f,-0.004999802530366344f,0.10429965628289863f,0.7110804905264836f,-0.6953316602110713f,0.8992744083452872f,-0.19986961320712646f,-0.6698946471561068f,-0.7150477602426489f,0.028479493010478148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9945454846534362f,-0.0682319433602364f,0.07889030904203102f,-0.00528472471179039f,-0.10429965628289863f,0.6438444249409481f,-0.7580144709513988f,0.8746043094419316f,0.0009277147896152298f,-0.7621081015038125f,-0.647449133884295f,0.03129918593110306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,0.06990536417552033f,0.07225360115652642f,-0.004999802530366344f,0f,0.7186890024955963f,-0.6953316602110713f,0.8992744083452872f,-0.10053528147172273f,-0.6918087580765169f,-0.7150477602426489f,0.028479493010478148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.985136715560589f,0.14167716025481095f,0.09712483676499958f,-0.005521376156341528f,0.11252908640160274f,0.9595010353891738f,-0.2582536888424334f,0.9190044063673629f,-0.1297800306985471f,-0.24348582165957097f,-0.9611824999877223f,0.033641174187410125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9911852201798315f,-0.09010341492102888f,0.09712483676499958f,-0.005521376156341528f,-0.11252908640160274f,0.9595010353891738f,-0.2582536888424334f,0.9190044063673629f,-0.06992184215736552f,-0.26690660858561127f,-0.9611824999877223f,0.033641174187410125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,0.025963607298884746f,0.09712483676499958f,-0.005521376156341528f,0f,0.966077135739831f,-0.2582536888424334f,0.9190044063673629f,-0.10053528147172273f,-0.25694524493898246f,-0.9611824999877223f,0.033641174187410125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9766831991247309f,0.19800510571298552f,0.08296931154993856f,-0.19817296481760108f,0.15009337354426985f,0.9060980241861971f,-0.39554816367159384f,0.9469356767961791f,-0.15349888522585958f,-0.37387210203150906f,-0.9146899712782246f,0.013006808145636945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9893825844267208f,-0.09866508273071903f,0.10671130719302035f,0.18819513245624875f,-0.13640180628243911f,0.8838375908394372f,-0.4474658202165027f,0.9473012556894408f,-0.05016621249397593f,-0.45727050470031405f,-0.8879116153396854f,0.04373670737035932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,0.04243471267454631f,0.0911407591631056f,-0.015443481540594828f,0f,0.9065549708411618f,-0.4220877691229401f,0.7964699356061749f,-0.10053528147172273f,-0.41994925884374307f,-0.9019619045037282f,0.07512523897867865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9949334938474036f,0.034329795221983726f,0.09449236995977602f,0f,0f,0.9398926285032942f,-0.3414701259044027f,1.0064771947873796f,-0.10053528147172273f,-0.33974006541058016f,-0.9351306567182023f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6175288229617693f,-0.08177301807526301f,-0.7822859619898048f,-0.3726385848863849f,0.02216855590925891f,0.9959953872593507f,-0.08661260697493336f,0.9977139979013292f,0.7862357839352963f,0.03614363115348155f,0.6168686488926887f,0.7409257508168097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.16576162414587745f,-0.08177301807526301f,-0.9827696868928057f,-0.33473825160584747f,-0.02216855590925891f,0.9959953872593507f,-0.08661260697493336f,0.9977139979013292f,0.9859166491592577f,0.03614363115348155f,0.16328502331084188f,0.8266732128038807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.40427022165906534f,-0.08177301807526301f,-0.9109768171554053f,-0.21704189567280535f,0f,0.9959953872593507f,-0.08940463387373282f,1.0111246929823892f,0.9146395945287576f,0.03614363115348155f,0.40265127597874434f,0.7234017904135336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3927192772277627f,-0.6689392097007081f,0.6311037181150937f,0.8828343649943465f,-0.9193397823511098f,-0.2674941096739698f,0.2885502830987067f,1.896701773433577f,-0.02420607114583534f,-0.6935180134752968f,-0.720032520866218f,-0.31917883121970747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4426860331652227f,-0.6689392097007081f,0.5971175845387836f,0.8856670014930084f,-0.6061292912098386f,-0.2674941096739698f,-0.749035502247516f,1.9831812595294314f,0.6607846535580999f,-0.6935180134752968f,-0.2870477427317272f,-0.3552667399297365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.03021478931905902f,-0.6689392097007081f,0.7427027670820925f,0.7728452681813636f,-0.9224478516891126f,-0.2674941096739698f,-0.27845441674333493f,1.9817096789930044f,0.38493769290697644f,-0.6935180134752968f,-0.6089792587311429f,-0.24587589676505056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015545835841365682f,0f,0.0000015708637729956677f,-0.07629893850365302f,0f,0.000015625f,0f,1.1725996947873796f,-0.0000015708637729956677f,0f,-0.000015545835841365682f,0.6832911636260679f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172.mcfunction new file mode 100644 index 000000000..99795ccc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172_as_bone.mcfunction new file mode 100644 index 000000000..e01c0d692 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_172_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8001399855368438f,-0.14054848703702466f,-0.08346598577352887f,0.09144196491340077f,-0.14100996798834572f,0.8043961148513301f,-0.0027429517778731313f,1.0964872751899273f,0.08268395804186766f,0.011724233370814746f,-0.8123855918705364f,-0.3280831622635223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7768344815161626f,0.1727514568543912f,-0.08176259830876298f,0.09144196491340077f,0.17392931550166105f,0.7808593813128626f,-0.002686973170161435f,1.0964872751899273f,0.07922614175029839f,-0.020385307708713236f,-0.7958062940772602f,-0.3280831622635223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.715232027071035f,0.1266524845962325f,0.37329176262262165f,0.034180200816154534f,0.14100996798834572f,0.8043961148513301f,-0.0027429517778731313f,1.0964872751899273f,-0.36810838189890266f,0.06205226024997888f,-0.7263540325613158f,-0.33886857065863113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.694781425303191f,-0.15349793514790946f,0.36567356338542534f,0.034180200816154534f,-0.17392931550166105f,0.7808593813128626f,-0.002686973170161435f,1.0964872751899273f,-0.3564089845427444f,-0.08183526453199559f,-0.711530480876391f,-0.33886857065863113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.25693460600562806f,-0.3650539650054388f,1.49737318690784f,-0.8383860475223456f,1.3725234680980105f,0.7447657346801985f,-0.053940522489813056f,1.1125812174849694f,-0.7011206656182248f,1.324184976912241f,0.4431367838071957f,0.08277196026865596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8480939039334561f,-0.5057954686838755f,-0.15782165241109541f,-0.6419964065012734f,-0.37269621012084986f,0.7811930088875533f,-0.5008343217340108f,1.2170557709223209f,0.37660890200905406f,-0.36593500341463636f,-0.8510330829077474f,-0.03058670707615065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9658307186558103f,-0.24775114176431504f,0.07609464275019219f,-0.2956380949721057f,-0.2577480697003058f,0.8874315111899646f,-0.3821403479258139f,1.3017481323377549f,0.027146923703569442f,-0.3886961341479666f,-0.9209659927662142f,-0.04272337513527163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6623873564680316f,0.7491393019250433f,0.005770294840952261f,0.37136916309862267f,0.4527181114222416f,-0.3941317390326422f,-0.7998165313854072f,1.064356714890284f,-0.5968997416497779f,0.5324006748665556f,-0.6002168106776621f,0.28558188627184633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17188022732390246f,0.967836391436453f,0.1837114772308701f,0.29092294653231476f,0.7186579426454942f,0.25073997895101535f,-0.6485832440236102f,1.3017481323377549f,-0.6737862783758876f,0.020547076845849443f,-0.7386405544684516f,0.067756986079967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8402912422203825f,-0.42232230579807256f,0.3399330791098824f,-0.1540151409670813f,-0.5341746285429423f,0.7520317080294591f,-0.3861421711485342f,0.9856605405789963f,-0.09256400201339524f,-0.5060555109310574f,-0.8575195189542746f,0.23500251495640928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9475047129428978f,-0.21588118407455742f,0.23586041065334337f,-0.19301873541447742f,-0.2659371109643671f,0.9416189676355524f,-0.20647317695255832f,1.160923639654709f,-0.17751696246534476f,-0.25835834445886124f,-0.9495992280354664f,0.18062533019515117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8214793112979051f,-0.44798477295632666f,0.3528191949267894f,0.15941901915685958f,-0.5625867893992244f,0.7377197112987635f,-0.37318324179247664f,0.9867511839860521f,-0.09310126477654464f,-0.5050537305678848f,-0.8580517954858378f,0.2914189769054597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9383648863778314f,-0.24976563936353222f,0.23893192630212776f,0.11408128631558558f,-0.2976693846530665f,0.9352977662107951f,-0.19134007933875663f,1.160923639654709f,-0.17568231969490888f,-0.2506695312845638f,-0.9519981662966546f,0.23846845125024993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,-0.023797177533535975f,0.183561867696426f,0.27020915726607087f,0f,0.9917010460153358f,0.1285652959864701f,1.8500571303185915f,-0.185097987376316f,0.12634369661176625f,-0.9745645208993149f,0.15240596930325148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,-0.023797177533535975f,0.183561867696426f,0.3272447321619103f,0f,0.9917010460153358f,0.1285652959864701f,1.7381474960654062f,-0.185097987376316f,0.12634369661176625f,-0.9745645208993149f,0.05218875791908179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,-0.023797177533535975f,0.183561867696426f,-0.3071388835864477f,0f,0.9917010460153358f,0.1285652959864701f,1.8500571303185915f,-0.185097987376316f,0.12634369661176625f,-0.9745645208993149f,0.04366090171966582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,-0.023797177533535975f,0.183561867696426f,-0.3238073139058233f,0f,0.9917010460153358f,0.1285652959864701f,1.7381474960654062f,-0.185097987376316f,0.12634369661176625f,-0.9745645208993149f,-0.07043865871772756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9705116277026233f,0.15624410779867598f,0.183561867696426f,0.1776197856878931f,0.18128202400551424f,0.9749911755705153f,0.1285652959864701f,1.956856079109472f,-0.15888363120997906f,0.15805058158013918f,-0.9745645208993149f,0.12660958643248352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9830049825130642f,0.0024990162644585173f,0.183561867696426f,0.06441752855705309f,0.02652791850041493f,0.9913461727408577f,0.1285652959864701f,1.9699018725450084f,-0.1816520682363005f,0.1312498407990017f,-0.9745645208993149f,0.10700864566117108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9532009666886047f,0.240235213554777f,0.183561867696426f,0.04244986009027914f,0.2655682712528945f,0.9554812703405862f,0.1285652959864701f,1.9662121097472973f,-0.14450401519562897f,0.1712967722890023f,-0.9745645208993149f,0.10238421946643779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9807847543437579f,-0.06607803246657849f,0.183561867696426f,0.07108759470884862f,-0.04268951544590027f,0.9907817973393058f,0.1285652959864701f,1.975354580401575f,-0.1903650990014941f,0.11825871505491775f,-0.9745645208993149f,0.10898429607599719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9790465481586162f,0.08816403612867346f,0.183561867696426f,0.13388941170236857f,0.11282848376680099f,0.9852617408175331f,0.1285652959864701f,2.0816701191206155f,-0.16952164991405366f,0.14658241645813425f,-0.9745645208993149f,0.102772811515714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9790465481586162f,0.08816403612867346f,0.183561867696426f,0.11405250357341706f,0.11282848376680099f,0.9852617408175331f,0.1285652959864701f,1.859986227436671f,-0.16952164991405366f,0.14658241645813425f,-0.9745645208993149f,0.06979176781263385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9618114240954342f,-0.20303651200538425f,0.183561867696426f,-0.21150927133262998f,-0.18128202400551424f,0.9749911755705153f,0.1285652959864701f,1.956856079109472f,-0.2050746504372905f,0.09037910351575729f,-0.9745645208993149f,0.05331607435621552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9817318375694624f,-0.050076340024870894f,0.183561867696426f,-0.09893311631935595f,-0.02652791850041493f,0.9913461727408577f,0.1285652959864701f,1.9699018725450084f,-0.18841143447923225f,0.12134713001042438f,-0.9745645208993149f,0.07624110916675861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9404556432392198f,-0.28609128582902527f,0.183561867696426f,-0.07678836638088936f,-0.2655682712528945f,0.9554812703405862f,0.1285652959864701f,1.9662121097472973f,-0.2121713373744302f,0.07216175026310404f,-0.9745645208993149f,0.0799253764832564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9828335370529596f,0.018527794573787726f,0.183561867696426f,-0.10586487233710978f,0.04268951544590027f,0.9907817973393058f,0.1285652959864701f,1.975354580401575f,-0.17948772580586933f,0.13419445178294798f,-0.9745645208993149f,0.0756548195273612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9736316109256132f,-0.13544935191500565f,0.183561867696426f,-0.1621036179915096f,-0.11282848376680099f,0.9852617408175331f,0.1285652959864701f,2.0816701191206155f,-0.19827057133442666f,0.10446422903084529f,-0.9745645208993149f,0.04702172250049501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9736316109256132f,-0.13544935191500565f,0.183561867696426f,-0.13162751381063337f,-0.11282848376680099f,0.9852617408175331f,0.1285652959864701f,1.859986227436671f,-0.19827057133442666f,0.10446422903084529f,-0.9745645208993149f,0.023517270968554858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,-0.023797177533535975f,0.183561867696426f,-0.0023277599981842687f,0f,0.9917010460153358f,0.1285652959864701f,1.347721775854234f,-0.185097987376316f,0.12634369661176625f,-0.9745645208993149f,0.012358516155167719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,0.0006485028474112753f,0.1850968513368602f,-0.002570948565963497f,0f,0.9999938624969841f,-0.0035035650932975226f,0.9727240774178648f,-0.185097987376316f,-0.0034430237321099177f,-0.9827140380888111f,0.013649650054708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9832937535773977f,0.019776381836333082f,0.18094830448814747f,0.061694266792914655f,-0.1125334403499311f,0.7153002500625146f,-0.6896968733171932f,0.6720456590300579f,-0.14307207616680573f,-0.6985373626241961f,-0.7011247635331049f,0.4336015575936408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9832937535773977f,0.12894938487590188f,0.12847353936043915f,0.10733445613201188f,-0.1125334403499311f,0.12411298364394135f,-0.9858662140949994f,0.6904428830724307f,-0.14307207616680573f,-0.983853659560773f,-0.10752840364384864f,0.10545914670932065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9620379565303807f,0.2188805738556982f,0.163016148229093f,-0.21123512723827065f,0.1406683015842307f,0.9095419781382806f,-0.39108287987805257f,0.703312788569894f,-0.23387047510161965f,-0.3533053698897084f,-0.9058034646008145f,0.3559340915588728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9620379565303807f,0.25312564264413495f,-0.10203126594746864f,-0.13175662798437102f,0.1406683015842307f,0.1395345595969601f,-0.9801747474851055f,0.6953448915623885f,-0.23387047510161965f,-0.9573178760025721f,-0.16984429681819346f,0.024202762429548524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9541307020564116f,0.26779510854442345f,0.1338670356473902f,-0.007300762874810344f,0.10398221240302771f,0.7157084145001449f,-0.6906150627646781f,0.8763126788931593f,-0.2807530995325088f,-0.6450172441519444f,-0.7107252998518625f,0.02840958021398333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9908889533346215f,-0.0017782616885267735f,0.13466966972850758f,-0.00781879032907987f,-0.10398221240302771f,0.645594499624296f,-0.7565682002031451f,0.850460008137551f,-0.0855966217977662f,-0.7636783222275081f,-0.6398973655959119f,0.031159885514961166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,0.12783145816951008f,0.1338670356473902f,-0.007300762874810344f,0f,0.7232225349659257f,-0.6906150627646781f,0.8763126788931593f,-0.185097987376316f,-0.6786812825028528f,-0.7107252998518625f,0.02840958021398333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.970817350620689f,0.16002455592886314f,0.17862198418334832f,-0.008175854032433297f,0.10979212565081725f,0.9587470932460673f,-0.2622016406075517f,0.8965472109504232f,-0.21321200922767303f,-0.23493861473156494f,-0.9483377491321918f,0.03305560395232561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9818608084635405f,-0.06358883211481597f,0.17862198418334832f,-0.008175854032433297f,-0.10979212565081725f,0.9587470932460673f,-0.2622016406075517f,0.8965472109504232f,-0.1545802120208073f,-0.27705680215885387f,-0.9483377491321918f,0.03305560395232561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,0.048532995963225946f,0.17862198418334832f,-0.008175854032433297f,0f,0.9650131085444944f,-0.2622016406075517f,0.8965472109504232f,-0.185097987376316f,-0.2576708144903594f,-0.9483377491321918f,0.03305560395232561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9604979959727735f,0.22639029454794096f,0.16183644295022842f,-0.1983721516330543f,0.14734322057571367f,0.907056049946039f,-0.39438470762272915f,0.9230461479111901f,-0.2360795948036649f,-0.3549602186031352f,-0.9045825933139284f,-0.003899315403349826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9816994646861914f,-0.05776917633692701f,0.1814631733994481f,0.1840350067336288f,-0.1349323513004583f,0.883420524277305f,-0.4487331477149211f,0.9233935611995966f,-0.13438534744299635f,-0.4650063435599181f,-0.8750483865716573f,0.059314828113853024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,0.0788130527461848f,0.16748064857645475f,-0.021958786527313534f,0f,0.9048215539802489f,-0.4257909762462886f,0.7737043632373808f,-0.185097987376316f,-0.41843333778464004f,-0.8891863004453242f,0.07437595847578451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9827200695362017f,0.06391624496363395f,0.17371234429513516f,0f,0f,0.9384885635842538f,-0.3453103184406222f,0.9833979016632375f,-0.185097987376316f,-0.33934338014953624f,-0.922271546464448f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5357594648518461f,-0.09925418866502654f,-0.8385167868648256f,-0.40809111222397676f,0.023730258208611566f,0.9944448529446461f,-0.102549058002762f,0.9930303972115214f,0.8440371263558357f,0.03504340857206305f,0.5351385697636037f,0.6110212811406956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11295027820806483f,-0.09925418866502654f,-0.9886307908846297f,-0.37687931172553f,-0.023730258208611566f,0.9944448529446461f,-0.102549058002762f,0.9930303972115214f,0.9933172250082418f,0.03504340857206305f,0.10996749527736852f,0.6994231250674214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3329258719834317f,-0.09925418866502654f,-0.9377147592933148f,-0.2518279980807562f,0f,0.9944448529446461f,-0.10525889250747997f,1.0088192310876434f,0.942953001885074f,0.03504340857206305f,0.3310764198060318f,0.6055607401331538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27960424168635556f,-0.7005355104420132f,0.6565603297799417f,0.8769914212660334f,-0.9595073881828987f,-0.2282119729136487f,0.16512076623275346f,1.87662291506777f,0.034161967938477866f,-0.6761429538408336f,-0.7359780335838583f,-0.245698836941389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5010410457253169f,-0.7005355104420132f,0.5081415837227147f,0.8894871377320643f,-0.5173777595377603f,-0.2282119729136487f,-0.824766360464918f,1.959963794823073f,0.6937421166645199f,-0.6761429538408336f,-0.24809792731343827f,-0.2867745880801407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13328764230433088f,-0.7005355104420132f,0.7010594860771092f,0.7780803565874824f,-0.8889693840565664f,-0.2282119729136487f,-0.39705507127972606f,1.9778516156373804f,0.43814134548001865f,-0.6761429538408336f,-0.5923367854121093f,-0.17738619469894845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015355001086503152f,0f,0.0000028921560527549374f,-0.13434764842309477f,0f,0.000015625f,0f,1.1495204016632374f,-0.0000028921560527549374f,0f,-0.000015355001086503152f,0.6742841030822502f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173.mcfunction new file mode 100644 index 000000000..4b9ddeabe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173_as_bone.mcfunction new file mode 100644 index 000000000..2b4bc3aa7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_173_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8033803367351869f,-0.14022022866204167f,-0.04315977833199252f,0.10682776793348414f,-0.14010617782858673f,0.8045372035262982f,-0.0058814556695473245f,1.0796173081172202f,0.043528587456594825f,0.0016186600919149234f,-0.8155041915637129f,-0.32428523698818773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7796440244797447f,0.17426326085047855f,-0.0422789665292988f,0.10682776793348414f,0.17480015846854208f,0.78064826302904f,-0.005761425962005543f,1.0796173081172202f,0.04000124613559042f,-0.014852789216209632f,-0.7988612488787392f,-0.32428523698818773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6981465350382001f,0.1245394710903861f,0.40500096320765294f,0.050280992515014535f,0.14010617782858673f,0.8045372035262982f,-0.0058814556695473245f,1.0796173081172202f,-0.3998826315218807f,0.06445349274519806f,-0.7091431962054808f,-0.33770535785184175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6785265175614063f,-0.1490053655432072f,0.39673563742790496f,0.050280992515014535f,-0.17480015846854208f,0.78064826302904f,-0.005761425962005543f,1.0796173081172202f,-0.38606562857286775f,-0.09157341573337915f,-0.6946708860788384f,-0.33770535785184175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.38553100940664625f,-0.33029823760376104f,1.4777263498434823f,-0.8452455154118803f,1.3679185862068564f,0.7298395070724268f,-0.193750575292338f,1.1016182849775518f,-0.6492848622105147f,1.341507964252217f,0.46924599044866233f,0.03785214565937961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8760820657099347f,-0.463802777526344f,-0.13178466413153772f,-0.6405658641931f,-0.35396139772057295f,0.8042462566839746f,-0.47738798427852464f,1.202295216896457f,0.3274011958822265f,-0.37158436749769636f,-0.8687540012950876f,-0.0636607582703232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9659979450215292f,-0.22940640489311037f,0.11925045747585523f,-0.2929828436304589f,-0.2573723127883418f,0.8971763218801057f,-0.358934729536813f,1.2879123121982265f,-0.02464676092638654f,-0.3774219771710484f,-0.9257133402539548f,-0.05791229787302846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7047200980111596f,0.7068325280674382f,0.061297314173915096f,0.35246226270275116f,0.44187898623873684f,-0.3696757222643302f,-0.8173633352976949f,1.0560705406502184f,-0.5550788637479972f,0.6030983648080467f,-0.5728523521694683f,0.3088861416745404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12320736982563854f,0.9586558231392885f,0.2565130733155355f,0.28776113734773145f,0.701676924154441f,0.26694070808026876f,-0.6605998429297176f,1.2879123121982265f,-0.7017616676121681f,0.09859853513484713f,-0.7055557318450834f,0.07991438380582258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9462943815230624f,-0.14438458927124542f,0.2892750142664565f,-0.1905123717356275f,-0.2607665552294115f,0.8697808686254004f,-0.41890577012859376f,0.9659124052700991f,-0.1911223356169319f,-0.47184142564448256f,-0.8607194211089414f,0.22111375751633897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9660868011140169f,-0.06462818989950689f,0.24999897956511571f,-0.20106766371950308f,-0.12055271187682154f,0.969069144341465f,-0.21534167535441195f,1.1462669843631588f,-0.2283491545253232f,-0.23817680524268975f,-0.9439960132712193f,0.17055563145038954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9391865413804982f,-0.16709581047204486f,0.3000127174178263f,0.11846379325665661f,-0.2857312716077739f,0.8648474797240964f,-0.41279108183230295f,0.9661495555532255f,-0.19048958216958378f,-0.473410843705094f,-0.8599976117102236f,0.2928508793210911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9627982499761644f,-0.09102504607941125f,0.25442871463157696f,0.10298677658321435f,-0.14601850824206142f,0.9675069308518818f,-0.20641931596712335f,1.1462669843631588f,-0.22737221706619837f,-0.2358914575388713f,-0.9448053213051821f,0.24271619777439535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,-0.027738233826479164f,0.22924174808687928f,0.2641333672654859f,0f,0.992758925359457f,0.12012375335101935f,1.8353192826047675f,-0.23091381223681848f,0.11687731389505876f,-0.96592883009823f,0.15917214118370263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,-0.027738233826479164f,0.22924174808687928f,0.32557859321326676f,0f,0.992758925359457f,0.12012375335101935f,1.7224860188114934f,-0.23091381223681848f,0.11687731389505876f,-0.96592883009823f,0.06266591708399193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,-0.027738233826479164f,0.22924174808687928f,-0.3074889805036229f,0f,0.992758925359457f,0.12012375335101935f,1.8353192826047675f,-0.23091381223681848f,0.11687731389505876f,-0.96592883009823f,0.02351027649457179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,-0.027738233826479164f,0.22924174808687928f,-0.3190168202284942f,0f,0.992758925359457f,0.12012375335101935f,1.7224860188114934f,-0.23091381223681848f,0.11687731389505876f,-0.96592883009823f,-0.09031448352290031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9620488423145287f,0.14802109962889315f,0.22924174808687928f,0.1727935093795474f,0.17887009298704065f,0.9765120448390133f,0.12012375335101935f,1.9422375001942116f,-0.20607647812422059f,0.156569410642636f,-0.96592883009823f,0.12814450212846623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733600261722228f,-0.0042988817245177f,0.22924174808687928f,0.06063370164028132f,0.023907765984735166f,0.992471008446334f,0.12012375335101935f,1.9549928267308152f,-0.22803218670974665f,0.12240431777284655f,-0.96592883009823f,0.10311212713456111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.945487067138554f,0.23130591606746082f,0.22924174808687928f,0.03891083234909776f,0.2632980708508461f,0.9572065658817258f,0.12012375335101935f,1.9512396800066052f,-0.1916463716326461f,0.17393436527928127f,-0.96592883009823f,0.09748994211228502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9706890952392258f,-0.07218657297396157f,0.22924174808687928f,0.06719984015588834f,-0.045381749974095775f,0.991721120401372f,0.12012375335101935f,1.9604696662302419f,-0.23601520534266848f,0.10619942576173749f,-0.96592883009823f,0.10535155877928237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9700307696368957f,0.08055139286023205f,0.22924174808687928f,0.13015981878197833f,0.11031633761386891f,0.986610657522169f,0.12012375335101935f,2.0667906265857767f,-0.21649621616350379f,0.14181284699190758f,-0.96592883009823f,0.1011635984488723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9700307696368957f,0.08055139286023205f,0.22924174808687928f,0.11203575538842615f,0.11031633761386891f,0.986610657522169f,0.12012375335101935f,1.844803228643289f,-0.21649621616350379f,0.14181284699190758f,-0.96592883009823f,0.06925570787569314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520533835236804f,-0.2025896736143858f,0.22924174808687928f,-0.211947665305943f,-0.17887009298704065f,0.9765120448390133f,0.12012375335101935f,1.9422375001942116f,-0.24819316017150642f,0.07335973302259016f,-0.96592883009823f,0.036834731990502904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9720240337450315f,-0.0511614968126346f,0.22924174808687928f,-0.10050063933265761f,-0.023907765984735166f,0.992471008446334f,0.12012375335101935f,1.9549928267308152f,-0.23366149992597537f,0.11128251721365837f,-0.96592883009823f,0.06487047117559433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9307736794897302f,-0.2847956785192158f,0.22924174808687928f,-0.07856804004809519f,-0.2632980708508461f,0.9572065658817258f,0.12012375335101935f,1.9512396800066052f,-0.25364243228484384f,0.05144911787089414f,-0.96592883009823f,0.0696089417399603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9732250776617065f,0.01676809901082721f,0.22924174808687928f,-0.10737282970191114f,0.045381749974095775f,0.991721120401372f,0.12012375335101935f,1.9604696662302419f,-0.2253296362657469f,0.1273108408793649f,-0.96592883009823f,0.06392061401461906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9638661705797653f,-0.1356842885008073f,0.22924174808687928f,-0.16173676176642934f,-0.11031633761386891f,0.986610657522169f,0.12012375335101935f,2.0667906265857767f,-0.2424712578170069f,0.0904941120609696f,-0.96592883009823f,0.03188843003020665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9638661705797653f,-0.1356842885008073f,0.22924174808687928f,-0.13120779685374775f,-0.11031633761386891f,0.986610657522169f,0.12012375335101935f,1.844803228643289f,-0.2424712578170069f,0.0904941120609696f,-0.96592883009823f,0.011527254816488523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,-0.027738233826479164f,0.22924174808687928f,-0.0025339805243052124f,0f,0.992758925359457f,0.12012375335101935f,1.3322604121043478f,-0.23091381223681848f,0.11687731389505876f,-0.96592883009823f,0.01067713391544289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,0.0017333426105960864f,0.23090730652176197f,-0.003183984003278745f,0f,0.999971826219517f,-0.007506448374852592f,0.9572709772720289f,-0.23091381223681848f,-0.00730358066968656f,-0.9729467966069166f,0.01341597666657535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.975579523638773f,0.05268387650841068f,0.2132346177636057f,0.04094000924695018f,-0.11335982042234038f,0.7107562392832437f,-0.6942442793669642f,0.6621566302208226f,-0.18813331488749999f,-0.7014627413312751f,-0.6874269985630864f,0.4354691097280444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.975579523638773f,0.17624088337159702f,0.131086780741399f,0.10218657268597912f,-0.11335982042234038f,0.10718389693352959f,-0.9877556192459537f,0.6739637441893405f,-0.18813331488749999f,-0.9784941304200766f,-0.08458778022208119f,0.11075604367662614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9493565238228123f,0.23906642626122857f,0.20388583695232637f,-0.22900744177440557f,0.14268485136240008f,0.9061619535226104f,-0.3981350865972202f,0.6845655553587097f,-0.27993432063031476f,-0.34888072148339f,-0.8943819197135376f,0.34785881999388374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9493565238228123f,0.29955823216270294f,-0.09480008554121792f,-0.1332371286715072f,0.14268485136240008f,0.14221726008212365f,-0.9794974650944347f,0.6786999938211613f,-0.27993432063031476f,-0.9434188446699003f,-0.17775730548968827f,0.02007801018704418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9404860935525082f,0.2953898810770005f,0.16802001663985874f,-0.008534747476064128f,0.10365513061873306f,0.7202098914317127f,-0.6859688959277483f,0.8599065589975723f,-0.3236379485331662f,-0.6277280704582487f,-0.7079660640369759f,0.028491867386839592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9856159572503581f,0.035042144898852046f,0.16532765314474204f,-0.009169563518492258f,-0.10365513061873305f,0.6473056043571549f,-0.755149699373728f,0.8328956274792793f,-0.13347958162158619f,-0.7614246532971638f,-0.6343624347653477f,0.03116671663357367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,0.15839969283455774f,0.16802001663985874f,-0.008534747476064128f,0f,0.7276308637074611f,-0.6859688959277483f,0.8599065589975723f,-0.23091381223681848f,-0.6674300438924305f,-0.7079660640369759f,0.028491867386839592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9601214765626319f,0.16917484036625316f,0.22259070876890613f,-0.00952149547997003f,0.10711570638064966f,0.957985913864114f,-0.26606242554053483f,0.8806316939937205f,-0.2582498319259195f,-0.23160928786426277f,-0.9379041326730806f,0.032649610699167546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9737754636540291f,-0.047060840994786184f,0.22259070876890613f,-0.00952149547997003f,-0.10711570638064966f,0.957985913864114f,-0.26606242554053483f,0.8806316939937205f,-0.20071764205459117f,-0.28292802279520074f,-0.9379041326730806f,0.032649610699167546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,0.06143748897453956f,0.22259070876890613f,-0.00952149547997003f,0f,0.9639558007063848f,-0.26606242554053483f,0.8806316939937205f,-0.23091381223681848f,-0.2588718780265944f,-0.9379041326730806f,0.032649610699167546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9488697598340528f,0.23998290014356508f,0.20507166189200918f,-0.19779256590831143f,0.1446547466610223f,0.9079852297742715f,-0.3932401642510576f,0.9057292537806021f,-0.2805729551131084f,-0.3434691109116611f,-0.8962743925320251f,-0.013112503207893204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9745334866584329f,-0.034414315077005056f,0.2215855101290217f,0.18132339751609244f,-0.13349502100259344f,0.8830087634659592f,-0.4499717802371996f,0.9060557867487545f,-0.1801764766801574f,-0.4680931302210044f,-0.8651157487244274f,0.06756671298654272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,0.09915658641103957f,0.20854054774324032f,-0.025611263483309017f,0f,0.9031098907559815f,-0.4294095076016824f,0.757491989211429f,-0.23091381223681848f,-0.4178043759823842f,-0.8787026315701063f,0.07408218097762555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9729742089686958f,0.08060375933198806f,0.21638905393594104f,0f,0f,0.937098789543255f,-0.34906426147138914f,0.966875f,-0.23091381223681848f,-0.33963052368436686f,-0.9117729534813709f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48307378815623947f,-0.11532284944804928f,-0.867951816399714f,-0.4034006579221548f,0.024548275337129943f,0.9926824250467337f,-0.11823275849487924f,1.0013820025530387f,0.8752354525351181f,0.035808426361940884f,0.48236983656436094f,0.5022978369253145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09762080696672873f,-0.11532284944804928f,-0.9885195083772231f,-0.37560007659961464f,-0.024548275337129957f,0.9926824250467337f,-0.11823275849487924f,1.0013820025530387f,0.9949208813896394f,0.035808426361940884f,0.09407548233383814f,0.5918310161279365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2965395341070948f,-0.11532284944804928f,-0.9480321434986946f,-0.2472955457360805f,-6.938893903907228e-18f,0.9926824250467337f,-0.12075430842556295f,1.019495148816873f,0.9550205781613017f,0.035808426361940884f,0.29436958383965944f,0.5029089889506766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.15894019357838415f,-0.752428645394085f,0.6392097843866973f,0.8587173892995258f,-0.9846955164244615f,-0.16770314400097774f,0.04743833287279864f,1.863433367389307f,0.07150352997460269f,-0.6369668665500658f,-0.7675678837201056f,-0.2087733871081274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5255986423846661f,-0.752428645394085f,0.39698513915991623f,0.8793163357437239f,-0.4299721385148146f,-0.16770314400097774f,-0.8871299879911536f,1.9429096848048903f,0.7340776711114385f,-0.6369668665500658f,-0.23537880892934576f,-0.2540311033059925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2197220954047799f,-0.752428645394085f,0.6209455164355042f,0.7758750350562992f,-0.8477473857662224f,-0.16770314400097774f,-0.5031898502739526f,1.9786500036381915f,0.4827489727772276f,-0.6369668665500658f,-0.6010213309025914f,-0.14124904557167123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015202722015135872f,0f,0.000003608028316200289f,-0.16577568726604427f,0f,0.000015625f,0f,1.1329975f,-0.000003608028316200289f,0f,-0.000015202722015135872f,0.6672531482261591f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174.mcfunction new file mode 100644 index 000000000..7315dff93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174_as_bone.mcfunction new file mode 100644 index 000000000..9472d48ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_174_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8043780929169514f,-0.13943327264010702f,-0.021878998162672927f,0.11455436150397069f,-0.13923873048551738f,0.8046595486759198f,-0.008946010389591929f,1.065536044327318f,0.02308471382785823f,-0.005081107160730137f,-0.8163245205075929f,-0.3225093037926522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7802520096061196f,0.17534950802300395f,-0.021432487996087768f,0.11455436150397069f,0.17563108383107284f,0.7804338053503419f,-0.008763438748988012f,1.065536044327318f,0.018987466864609427f,-0.013252377238634202f,-0.7996648364156013f,-0.3225093037926522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6895021677078665f,0.12397812325584186f,0.4197149391248262f,0.05847967277266488f,0.13923873048551738f,0.8046595486759198f,-0.008946010389591929f,1.065536044327318f,-0.4149021343683095f,0.06400687559214653f,-0.7005025219212256f,-0.3372166672108685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6704927158659824f,-0.14627285447155813f,0.4111493281222788f,0.05847967277266488f,-0.17563108383107284f,0.7804338053503419f,-0.008763438748988012f,1.065536044327318f,-0.39949122689113153f,-0.09760802995208419f,-0.6862065520860986f,-0.3372166672108685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41834487273901055f,-0.3490661965246543f,1.46442705789561f,-0.8380928970939036f,1.3804118878955225f,0.6954284943527824f,-0.22857926196166922f,1.0580063105165491f,-0.6007136066460458f,1.3549679884359016f,0.4945818062810905f,0.000396578036099382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8771986102533443f,-0.47468778246661314f,-0.07207015572711645f,-0.6326058375790244f,-0.3903917142161541f,0.7925492670865067f,-0.4684655469850624f,1.1675603419009783f,0.2794940207606847f,-0.3828017351287352f,-0.8805372927601962f,-0.08964735073091583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9444482775218174f,-0.27030017370202986f,0.1869632776315306f,-0.2911829707462361f,-0.3198899156585843f,0.886554588870455f,-0.33420263735147604f,1.2767879195269431f,-0.0754181208067139f,-0.3754447723026529f,-0.9237712541558072f,-0.06614577084648088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7313415752589216f,0.6745806019847376f,0.10040175159681294f,0.3400106109521347f,0.4316648276127617f,-0.343869361073313f,-0.833918064990246f,1.0507616015222851f,-0.5280198641148298f,0.6532188560818958f,-0.5426786794772906f,0.32290855778441585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08987788271686539f,0.9466804554151161f,0.3093833892331029f,0.28616395427940033f,0.6840133465099502f,0.28446377884640195f,-0.6717187657946472f,1.2767879195269431f,-0.7239113951269118f,0.15124970697311646f,-0.6731090685364106f,0.08528174907127448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9652867576153619f,0.15131947673073418f,0.2128940852498222f,-0.22256458723326594f,0.04706875003286078f,0.9025185416347171f,-0.4280710394033772f,0.9529036591713291f,-0.2569163450284272f,-0.40319064717262526f,-0.8783116153676631f,0.20922951447992183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9666713044206185f,0.08669765819939196f,0.24089438613733033f,-0.20480318640752165f,0.032685169731876774f,0.9750097344224306f,-0.21974461873069803f,1.134344580508468f,-0.25392571529748265f,-0.20454714332946036f,-0.9453476594705351f,0.1649685022339572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9660159132171353f,0.13510911364810363f,0.2203605745601696f,0.0830633494947609f,0.02916034940434768f,0.9040375717705819f,-0.42645719931754744f,0.9526254501659799f,-0.2568324929479925f,-0.40553864949764507f,-0.8772545094382503f,0.28858773246045866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.96713478369501f,0.06868947689168758f,0.24481026516784912f,0.09747269056925137f,0.01475493215529626f,0.9763573187427979f,-0.2156587074858497f,1.134344580508468f,-0.253835777904335f,-0.20495887856280093f,-0.9452826328426752f,0.2442499262746668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,-0.02838531857642196f,0.2521076085247024f,0.2617799740663017f,0f,0.993721147383976f,0.11188512520381895f,1.8232797943951522f,-0.2537005569302707f,0.10822455789324939f,-0.9612093801467406f,0.15977391825918055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,-0.02838531857642196f,0.2521076085247024f,0.325236332424758f,0f,0.993721147383976f,0.11188512520381895f,1.709553881460013f,-0.2537005569302707f,0.10822455789324939f,-0.9612093801467406f,0.06564624001865263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,-0.02838531857642196f,0.2521076085247024f,-0.30649867465003156f,0f,0.993721147383976f,0.11188512520381895f,1.8232797943951522f,-0.2537005569302707f,0.10822455789324939f,-0.9612093801467406f,0.010724841062646533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,-0.02838531857642196f,0.2521076085247024f,-0.3155885267660007f,0f,0.993721147383976f,0.11188512520381895f,1.709553881460013f,-0.2537005569302707f,0.10822455789324939f,-0.9612093801467406f,-0.10243037894765171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9569447342930787f,0.1438698343389069f,0.2521076085247024f,0.17115679263609676f,0.17649967140123524f,0.9779210524134254f,0.11188512520381895f,1.930306533420784f,-0.2304444434218475f,0.1515647914718776f,-0.9612093801467406f,0.12570528126124508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9676693572254195f,-0.0076005796423113114f,0.2521076085247024f,0.059619192193908f,0.021346110875999302f,0.9934918531666957f,0.11188512520381895f,1.9427770831260136f,-0.251317246995532f,0.11364932415331643f,-0.9612093801467406f,0.09790258889794942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9407641883987893f,0.22672559526953048f,0.2521076085247024f,0.0380376947245111f,0.26105947253650946f,0.9588168076108623f,0.11188512520381895f,1.938962308309903f,-0.2163577907664223f,0.1710725983101673f,-0.9612093801467406f,0.09179811635064582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9647819736718511f,-0.07508326712259603f,0.2521076085247024f,0.06612804095490102f,-0.048008375547667834f,0.9925607863679684f,0.11188512520381895f,1.9482770673617495f,-0.25863282690934997f,0.09584147517018432f,-0.9612093801467406f,0.10024994085561843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9646495173378485f,0.07676628442103581f,0.2521076085247024f,0.1291279270759008f,0.10785340285603978f,0.9878508805738336f,0.11188512520381895f,2.0545955183862925f,-0.24045571773661098f,0.13512059549043623f,-0.9612093801467406f,0.09663803668566634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9646495173378485f,0.07676628442103581f,0.2521076085247024f,0.11185551308116776f,0.10785340285603978f,0.9878508805738336f,0.11188512520381895f,1.8323290702571802f,-0.24045571773661098f,0.13512059549043623f,-0.9612093801467406f,0.06623590270031823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9468614238703369f,-0.19973782243279203f,0.2521076085247024f,-0.21082032939238113f,-0.17649967140123524f,0.9779210524134254f,0.11188512520381895f,1.930306533420784f,-0.2688890291207399f,0.061442798898037755f,-0.9612093801467406f,0.02551968098022548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9664498679166169f,-0.049156958082343175f,0.2521076085247024f,-0.0999951632727142f,-0.021346110875999302f,0.9934918531666957f,0.11188512520381895f,1.9427770831260136f,-0.25596678760031233f,0.10274984751081369f,-0.9612093801467406f,0.05603866801449037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9258500320183009f,-0.2815021703924624f,0.2521076085247024f,-0.07819573022101096f,-0.26105947253650946f,0.9588168076108623f,0.11188512520381895f,1.938962308309903f,-0.27322091795957154f,0.037773767448427795f,-0.9612093801467406f,0.0613122186899535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9675246606677846f,0.018378920633264156f,0.2521076085247024f,-0.10681822252446238f,0.048008375547667834f,0.9925607863679684f,0.11188512520381895f,1.9482770673617495f,-0.2481757983304627f,0.1203548945450759f,-0.9612093801467406f,0.054889304776090025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9584879231971194f,-0.13320155708259734f,0.2521076085247024f,-0.159935538843835f,-0.10785340285603978f,0.9878508805738336f,0.11188512520381895f,2.0545955183862925f,-0.2639479959720206f,0.08004987782797066f,-0.9612093801467406f,0.020821985979043924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9584879231971194f,-0.13320155708259734f,0.2521076085247024f,-0.12996518850025063f,-0.10785340285603978f,0.9878508805738336f,0.11188512520381895f,1.8323290702571802f,-0.2639479959720206f,0.08004987782797066f,-0.9612093801467406f,0.0028107634677505544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,-0.02838531857642196f,0.2521076085247024f,-0.002385724705522124f,0f,0.993721147383976f,0.11188512520381895f,1.319550572060273f,-0.2537005569302707f,0.10822455789324939f,-0.9612093801467406f,0.009096040293329704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,0.002894475999657531f,0.25368404481838613f,-0.003471153205393698f,0f,0.9999349149561026f,-0.011409025012322271f,0.9445749789517344f,-0.2537005569302707f,-0.011035753731358844f,-0.9672198506817626f,0.01323444794258927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9709744102785992f,0.06945692827201473f,0.2288764507308312f,0.030362308088227236f,-0.11416079266850558f,0.7062973664339858f,-0.6986496572572797f,0.6548504501330329f,-0.21018089352133057f,-0.7044996559853185f,-0.6778674108667143f,0.43564839726702864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9709744102785992f,0.2005004426429241f,0.1304157470711183f,0.09945881023619152f,-0.11416079266850558f,0.09065027525639369f,-0.9893178665187636f,0.6602668928316645f,-0.21018089352133057f,-0.9754906970832328f,-0.06512980809616703f,0.11350074776871051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9418246453390237f,0.2511088083147181f,0.22340703618907037f,-0.23847866792001998f,0.14464154794334025f,0.902809934524776f,-0.40498524014082815f,0.6686713967466641f,-0.30338945275104223f,-0.34911114062735377f,-0.8866094131291924f,0.3444922572941705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9418246453390237f,0.32346252375729767f,-0.09131447397089962f,-0.13419900987561564f,0.14464154794334025f,0.14482608794186275f,-0.9788279863489858f,0.664854959907459f,-0.30338945275104223f,-0.9350921879558268f,-0.18318689904959812f,0.018953032412671697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9331917784992895f,0.3076926297754692f,0.18568346755483978f,-0.00912570477215462f,0.10332079083360528f,0.7245706293489796f,-0.6814119292075402f,0.8462839590245258f,-0.34420621540415497f,-0.6167030473953242f,-0.7079544000925969f,0.028728973688528288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9820004574293016f,0.05391053227442852f,0.18102142447381764f,-0.009807319385459298f,-0.10332079083360528f,0.6489717232560853f,-0.7537642314381501f,0.8181433913879532f,-0.15811361671330104f,-0.75890009680057f,-0.6317204502673035f,0.031327762212950604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,0.17287458593888316f,0.18568346755483978f,-0.00912570477215462f,0f,0.7319001180035825f,-0.6814119292075402f,0.8462839590245258f,-0.2537005569302707f,-0.6591180431476606f,-0.7079544000925969f,0.028728973688528288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9541390616866828f,0.17303364915216968f,0.24429082509324912f,-0.010096468624095509f,0.10450932808810855f,0.9572218311722587f,-0.26982247176578866f,0.8674842192297627f,-0.2805288778472346f,-0.23191749004400594f,-0.9314063702302339f,0.032430200025382515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9689983788482851f,-0.036934192351463474f,0.24429082509324912f,-0.010096468624095509f,-0.10450932808810855f,0.9572218311722587f,-0.26982247176578866f,0.8674842192297627f,-0.22387483586139695f,-0.2869882077064715f,-0.9314063702302339f,0.032430200025382515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,0.06845411135928284f,0.24429082509324912f,-0.010096468624095509f,0f,0.9629100860050226f,-0.26982247176578866f,0.8674842192297627f,-0.2537005569302707f,-0.2609946376993419f,-0.9314063702302339f,0.032430200025382515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9424909675952162f,0.24525455994320502f,0.22707042261927882f,-0.19725856273640324f,0.1420374340813725f,0.9088828094612988f,-0.39211912218778133f,0.8912163735642671f,-0.3025494064132548f,-0.33731623069873373f,-0.891449166910927f,-0.017673451787848904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9702285219699518f,-0.021911464981950488f,0.24119805732705984f,0.17995288064952294f,-0.13209493139809078f,0.8826040123452987f,-0.45117744457243597f,0.8915195993735865f,-0.20299641438935956f,-0.4696062660296651f,-0.8592219798461506f,0.0715256289604176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,0.10983479619037634f,0.22869256685023243f,-0.02755119515594745f,0f,0.9014271376356824f,-0.4329308438237457f,0.7440599103565242f,-0.2537005569302707f,-0.4187665615587746f,-0.871934971390362f,0.07425012225435736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9672828063256735f,0.08948497110613987f,0.23739505583070353f,0f,0f,0.9357293444805139f,-0.35271885954406756f,0.953136935763889f,-0.2537005569302707f,-0.34117888830377674f,-0.9051149062903944f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4499131280605144f,-0.1303208794690522f,-0.8835126742572608f,-0.37179995811487593f,0.024665941112200183f,0.9907316611888082f,-0.13357532282242104f,1.038761935763889f,0.892731632993843f,0.0383046197276163f,0.4489576678927202f,0.4205352191964128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.10470333678097632f,-0.1303208794690522f,-0.985927826791263f,-0.3453627786561378f,-0.024665941112200183f,0.9907316611888082f,-0.13357532282242104f,1.038761935763889f,0.9941975671947602f,0.0383046197276163f,0.10051842364235405f,0.51048041385553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.28199658089320667f,-0.1303208794690522f,-0.9505232226194973f,-0.21600288499258224f,0f,0.9907316611888082f,-0.13583363176350885f,1.0591369805284154f,0.9594154096972499f,0.0383046197276163f,0.27938294103789074f,0.4236003753702878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.036998430776237545f,-0.8074313100073216f,0.58880030208888f,0.8356877132339451f,-0.9941767926145031f,-0.08941506496163276f,-0.060145250723946775f,1.8532886144889142f,0.10121077584346133f,-0.5831463159257437f,-0.8060376871309414f,-0.1935677407529027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5235814072255818f,-0.8074313100073216f,0.27187715907655785f,0.8629076536675319f,-0.3469093037437512f,-0.08941506496163276f,-0.933626735442989f,1.928310317725553f,0.7781493718970063f,-0.5831463159257437f,-0.2332893680357664f,-0.24276003065961183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.29034603129159176f,-0.8074313100073216f,0.5135697243150947f,0.7722622248034743f,-0.8002315011908121f,-0.08941506496163276f,-0.5929877660287827f,1.979747631011551f,0.5247177590048971f,-0.5831463159257437f,-0.6201706600663331f,-0.12513828669630728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015113793848838649f,0f,0.00000396407120203548f,-0.18140049654421667f,0f,0.000015625f,0f,1.119259435763889f,-0.00000396407120203548f,0f,-0.000015113793848838649f,0.6631758455792564f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175.mcfunction new file mode 100644 index 000000000..92625823a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175_as_bone.mcfunction new file mode 100644 index 000000000..2b870883f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_175_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8047015650329501f,-0.13860276416416709f,-0.013751706949229668f,0.11709448238667527f,-0.1384097198270356f,0.8047639347758914f,-0.01192489772998916f,1.0618009833716997f,0.015575144794406408f,-0.009419527298196482f,-0.8164637970017755f,-0.3224474210467541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7802334242344903f,0.17622239997610387f,-0.013471059868633145f,0.11709448238667527f,0.17642049066597898f,0.7802175031824927f,-0.011681532470193464f,1.0618009833716997f,0.010564761260788218f,-0.014363616339175617f,-0.7998012705323516f,-0.3224474210467541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6873129059883659f,0.12447964268435904f,0.42314327628292353f,0.0612664933806019f,0.1384097198270356f,0.8047639347758914f,-0.01192489772998916f,1.0618009833716997f,-0.4187937000047562f,0.061678783107673975f,-0.6983924462615038f,-0.337534996606205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6686993859874638f,-0.1449982705783391f,0.4145076992159251f,0.0612664933806019f,-0.17642049066597898f,0.7802175031824927f,-0.011681532470193464f,1.0618009833716997f,-0.4021404501578575f,-0.10117385658838818f,-0.6841395391949425f,-0.337534996606205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.43233148752129513f,-0.3459246057354523f,1.4611063965517355f,-0.8271265836400913f,1.395523620174276f,0.6536580405912504f,-0.2581690173240954f,1.024265605283948f,-0.554084434390018f,1.3763987732910765f,0.4898194631183155f,-0.02256028958734957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.868906568755836f,-0.49417481026536403f,-0.028153715068373858f,-0.6235792221992493f,-0.42878888906837603f,0.779913662136459f,-0.4559328549516969f,1.1432104373778156f,0.24726799911122255f,-0.38409105237181557f,-0.8895687719920501f,-0.10475496946350935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9178925181722267f,-0.31897054796917373f,0.23607438364145641f,-0.29031929232177406f,-0.38163095081893506f,0.8726063849352171f,-0.30482111860454675f,1.2759216309022474f,-0.10877105525131206f,-0.3698863156410855f,-0.9226879055460625f,-0.06965543268633152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7478776121700926f,0.6512597167845483f,0.1286073812363444f,0.3326457556434053f,0.42213035310479463f,-0.3170427202586784f,-0.8492878655194591f,1.0559076016110642f,-0.5123329407742412f,0.6894524601629088f,-0.5120256467921609f,0.3309065527468052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06818892186324485f,0.9346881361167095f,0.34886725145504804f,0.28588476466388796f,0.6658687779316155f,0.3030380372331455f,-0.681752681377741f,1.2759216309022474f,-0.7429461901853899f,0.18581183006621f,-0.6430434839856949f,0.08606434877467643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9014436772988484f,0.41212023412410503f,0.13249984635244896f,-0.24872703852571004f,0.3268036204200848f,0.8485899998244624f,-0.4160461583505415f,0.954087221022654f,-0.2838990847788257f,-0.33174074941648585f,-0.8996384745209233f,0.2006985931165643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9501223867891613f,0.22158429111701905f,0.21947175684410003f,-0.20580828546099336f,0.17300177215563425f,0.9599752361696487f,-0.22026786595424433f,1.132705903642249f,-0.25949535054231254f,-0.17131242766126195f,-0.9504284376930898f,0.16263733519449589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9048981601083805f,0.4030609886321158f,0.13675218197662908f,0.05492279909761772f,0.3169437331185112f,0.8525549278951663f,-0.4155680028088895f,0.953596347645292f,-0.28408799670061663f,-0.33270397407390373f,-0.89922304005517f,0.28209317231630154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.951874202895337f,0.21097023920859023f,0.22232197379169932f,0.0958692312854265f,0.16259428733141715f,0.9624908583035244f,-0.21719678959260236f,1.132705903642249f,-0.25980492603019556f,-0.17059573807810932f,-0.9504727742339756f,0.24416601658769374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,-0.02710165979820164f,0.2594802904785824f,0.2620420215125336f,0f,0.9945897491397709f,0.10388084956375393f,1.8214916240150092f,-0.2608917804582332f,0.10028325354848543f,-0.9601451702461787f,0.1563215355516624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,-0.02710165979820164f,0.2594802904785824f,0.32595730822924623f,0f,0.9945897491397709f,0.10388084956375393f,1.7069067350191398f,-0.2608917804582332f,0.10028325354848543f,-0.9601451702461787f,0.06355596091470621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,-0.02710165979820164f,0.2594802904785824f,-0.30511170997073583f,0f,0.9945897491397709f,0.10388084956375393f,1.8214916240150092f,-0.2608917804582332f,0.10028325354848543f,-0.9601451702461787f,0.00304761453245039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,-0.02710165979820164f,0.2594802904785824f,-0.31359902727316386f,0f,0.9945897491397709f,0.10388084956375393f,1.7069067350191398f,-0.2608917804582332f,0.10028325354848543f,-0.9601451702461787f,-0.10928484363887327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9551950581212599f,0.14238110757355915f,0.2594802904785824f,0.17164547054083795f,0.1741814905450051f,0.9792188608505418f,0.10388084956375393f,1.9286163358241213f,-0.23929732403903556f,0.14442313789934616f,-0.9601451702461787f,0.12069888358995418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9657083342955687f,-0.008797268054845098f,0.2594802904785824f,0.06032169106111952f,0.018853448704324954f,0.9944110400462507f,0.10388084956375393f,1.9408090312052861f,-0.2589439332056877f,0.10521070054374265f,-0.9601451702461787f,0.09193267204423354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9391509213600282f,0.22509003923266102f,0.2594802904785824f,0.038789165262880454f,0.25886322451659627f,0.9603117202694044f,0.10388084956375393f,1.9369346084866492f,-0.22579941962166467f,0.16472970027125086f,-0.9601451702461787f,0.08569429835027434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.962742250931468f,-0.07614024641778444f,0.2594802904785824f,0.06681046287561283f,-0.05055908495500237f,0.9933038548311516f,0.10388084956375393f,1.9463311154619174f,-0.2656522862689559f,0.08689139688722633f,-0.9601451702461787f,0.09428371985363584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9628002549597268f,0.0754032353592055f,0.2594802904785824f,0.1298020881700934f,0.10545033843169545f,0.988983819492793f,0.10388084956375393f,2.0526397465000237f,-0.24878885661163785f,0.12737879289273646f,-0.9601451702461787f,0.09026194899821201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9628002549597268f,0.0754032353592055f,0.2594802904785824f,0.11283636021427218f,0.10545033843169545f,0.988983819492793f,0.10388084956375393f,1.8301183871141458f,-0.24878885661163785f,0.12737879289273646f,-0.9601451702461787f,0.06160172059734635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9457024859245783f,-0.19574674191215408f,0.2594802904785824f,-0.20907715558201734f,-0.1741814905450051f,0.9792188608505418f,0.10388084956375393f,1.9286163358241213f,-0.2744223323047766f,0.05304371390978885f,-0.9601451702461787f,0.017808174268573406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9646808558739393f,-0.045396312223292296f,0.2594802904785824f,-0.09841785566792735f,-0.018853448704324954f,0.9944110400462507f,0.10388084956375393f,1.9408090312052861f,-0.2627458730071274f,0.09531976851975277f,-0.9601451702461787f,0.04903313458665237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9250433497684605f,-0.27742526904068454f,0.2594802904785824f,-0.07667418092807546f,-0.25886322451659627f,0.9603117202694044f,0.10388084956375393f,1.9369346084866492f,-0.27800113676389154f,0.028924384365459563f,-0.9601451702461787f,0.05449020178477625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9654976284554049f,0.02200700570590375f,0.2594802904785824f,-0.10520757095992919f,0.05055908495500237f,0.9933038548311516f,0.10388084956375393f,1.9463311154619174f,-0.2554566663359992f,0.11341579994619243f,-0.9601451702461787f,0.04779565662070128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9570534046624f,-0.12930104205790105f,0.2594802904785824f,-0.1575983876458914f,-0.10545033843169545f,0.988983819492793f,0.10388084956375393f,2.0526397465000237f,-0.27005371085906127f,0.07205723630689212f,-0.9601451702461787f,0.012591653651838744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9570534046624f,-0.12930104205790105f,0.2594802904785824f,-0.12850565318286372f,-0.10545033843169545f,0.988983819492793f,0.10388084956375393f,1.8301183871141458f,-0.27005371085906127f,0.07205723630689212f,-0.9601451702461787f,-0.0036212245172119566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,-0.02710165979820164f,0.2594802904785824f,-0.0020538049151731306f,0f,0.9945897491397709f,0.10388084956375393f,1.3171448641311456f,-0.2608917804582332f,0.10028325354848543f,-0.9601451702461787f,0.007599617166661476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,0.0039647554235561905f,0.2608616526534675f,-0.003540588199006702f,0f,0.9998845199158334f,-0.015196934976611565f,0.942188169162708f,-0.2608917804582332f,-0.014670635538883203f,-0.9652565728044635f,0.013101105493742677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9694698828460552f,0.07502979826816654f,0.23344951408451103f,0.026814851138819012f,-0.11493376362923083f,0.7019424856443985f,-0.7028989805266355f,0.6576601497304202f,-0.21660650090077208f,-0.708270623574917f,-0.6718886422230415f,0.43510361134380726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9694698828460552f,0.2090148481792507f,0.1282222269930641f,0.09851289575661626f,-0.11493376362923083f,0.07457947528560166f,-0.9905695996971361f,0.6569081783699365f,-0.21660650090077208f,-0.9750644568984808f,-0.04827969201221888f,0.11460229800091713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9388476528825441f,0.2575321924640692f,0.22856564597854112f,-0.2423866446512136f,0.14653187882893323f,0.8995030367651149f,-0.4116098824581347f,0.6631931419443593f,-0.31159828812719914f,-0.35294681850809506f,-0.8822329908483434f,0.34473162632608323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9388476528825441f,0.3322002211791105f,-0.09059855255735723f,-0.1348628655582054f,0.14653187882893323f,0.1473519755292521f,-0.9781696191328422f,0.6613650927456578f,-0.31159828812719914f,-0.9316278271692924f,-0.18701897893000674f,0.019902129596334306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9311604246850128f,0.30994886590622106f,0.19202073852548873f,-0.009268752966677344f,0.10298175705115102f,0.7287767261110879f,-0.6769632495146706f,0.8430001975994267f,-0.3497642366153012f,-0.6105867538706125f,-0.7105271245931881f,0.02909272493162774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9805833040026067f,0.06051239967476982f,0.18653319650113911f,-0.009950377094694f,-0.10298175705115102f,0.6505868755660666f,-0.7524170884927063f,0.8137629161855697f,-0.16688661308202454f,-0.7570171509462545f,-0.631722954741417f,0.03161491308407424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,0.17661414747067355f,0.19202073852548873f,-0.009268752966677344f,0f,0.7360168196492101f,-0.6769632495146706f,0.8430001975994267f,-0.2608917804582332f,-0.6535186945349531f,-0.7105271245931881f,0.02909272493162774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9523624846622911f,0.1732956280178861f,0.2509468531736427f,-0.010152975484536234f,0.1019824301364956f,0.9564594554893616f,-0.2734682686317531f,0.8646586027244311f,-0.2874113458987347f,-0.23484874986867685f,-0.9285692127858847f,0.03236458029443497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9674911749598356f,-0.031408649399220445f,0.2509468531736427f,-0.010152975484536234f,-0.1019824301364956f,0.9564594554893616f,-0.2734682686317531f,0.8646586027244311f,-0.23143122157196447f,-0.2901703064545212f,-0.9285692127858847f,0.03236458029443497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,0.07134562350216847f,0.2509468531736427f,-0.010152975484536234f,0f,0.9618810248942181f,-0.2734682686317531f,0.8646586027244311f,-0.2608917804582332f,-0.26399753020726446f,-0.9285692127858847f,0.03236458029443497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.940672196308529f,0.24510070920482416f,0.23465178763303868f,-0.19695733315459638f,0.13950069470301338f,0.9097461475331275f,-0.39102621808007904f,0.8870663175395727f,-0.30931436318002614f,-0.33509340398749293f,-0.8899646258894844f,-0.01905536406193237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9688765947261536f,-0.01695229601784173f,0.24696308196079897f,0.17967449304370114f,-0.13073717273946198f,0.8822080179344107f,-0.45234589061505837f,0.8873441348048141f,-0.21020450959944922f,-0.47055460124406573f,-0.8569669955092164f,0.07259822111983229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,0.1138381869132793f,0.23474536909375707f,-0.02830946846211805f,0f,0.8997806242935201f,-0.4363425582566559f,0.7409626115540293f,-0.2608917804582332f,-0.4212311661620737f,-0.8686194699309202f,0.07480709600402921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9653680535885436f,0.09294559124344641f,0.24377374382626427f,0f,0f,0.9343864471241577f,-0.3562610944668159f,0.9497395833333333f,-0.2608917804582332f,-0.34392307933475436f,-0.9020268257597628f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4310694486958718f,-0.1443090762972426f,-0.8907042275072428f,-0.3279665911605586f,0.02413657219199909f,0.9886190609563903f,-0.14849167719614917f,1.0782071080217819f,0.901995873762102f,0.042511678535922026f,0.4296466000147108f,0.3790384846522525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1267718537656496f,-0.1443090762972426f,-0.9813785139236837f,-0.30147459509380203f,-0.02413657219199909f,0.9886190609563903f,-0.14849167719614917f,1.0782071080217819f,0.9916382016520146f,0.042511678535922026f,0.12184594458748821f,0.46896754916645145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.28258129137873644f,-0.1443090762972426f,-0.9483262646689496f,-0.17247165342683785f,0f,0.9886190609563903f,-0.15044052749742987f,1.1007731871463964f,0.9592433548181223f,0.042511678535922026f,0.2793652509266905f,0.38209822927034837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.08192702254091327f,-0.8553683728201447f,0.5115006449229549f,0.8105779066061419f,-0.9880418081835278f,0.002444435639911813f,-0.15416682527647513f,1.8536663733531262f,0.13061909607329852f,-0.5180144510662037f,-0.8453399790779885f,-0.19247191963348165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4992538984212042f,-0.8553683728201447f,0.13816834547119675f,0.8429572439812683f,-0.27061096903440024f,0.002444435639911813f,-0.9626856850357053f,1.9237897057643347f,0.8231131443182602f,-0.5180144510662037f,-0.23269245827290325f,-0.24560721169718347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3453795986680135f,-0.8553683728201447f,0.38608014660552026f,0.768855553302877f,-0.7479822123862253f,0.002444435639911813f,-0.6637142718732287f,1.9882851803397148f,0.5667764486794858f,-0.5180144510662037f,-0.6406445861075f,-0.12294287774920755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015083875837320996f,0f,0.000004076434069659894f,-0.18633064299181062f,0f,0.000015625f,0f,1.1158620833333333f,-0.000004076434069659894f,0f,-0.000015083875837320996f,0.6618075504166665f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176.mcfunction new file mode 100644 index 000000000..7ee287059 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176_as_bone.mcfunction new file mode 100644 index 000000000..7778a76eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_176_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8047945177226916f,-0.1378937037713875f,-0.015347805971977527f,0.11581742251225108f,-0.13762107296739995f,0.8048513255680214f,-0.01480636522394308f,1.0667796973335124f,0.01762580390354487f,-0.012004775551922838f,-0.8163881802458597f,-0.3237322224636227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7800517407301778f,0.1768989627567354f,-0.01503458544193717f,0.11581742251225108f,0.17716699616830003f,0.7800009511599716f,-0.014504194505087099f,1.0667796973335124f,0.011451517476793769f,-0.01747206814120746f,-0.7997271969755361f,-0.3237322224636227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6900179477709069f,0.1256820649944752f,0.41835833293624625f,0.0600540079640591f,0.13762107296739995f,0.8048513255680214f,-0.01480636522394308f,1.0667796973335124f,-0.4145842694480486f,0.057989712144204716f,-0.7012143190609449f,-0.33854060811972103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6715982723557234f,-0.14492409716996277f,0.4098204077742821f,0.0600540079640591f,-0.17716699616830003f,0.7800009511599716f,-0.014504194505087099f,1.0667796973335124f,-0.3969478757186002f,-0.10293455323170664f,-0.6869038227535788f,-0.33854060811972103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4314041581974805f,-0.325220813458924f,1.4661269129181957f,-0.8133125289552596f,1.4126744512215867f,0.6054652977300502f,-0.2813697178277206f,0.9990459175696077f,-0.5095562747682661f,1.4032282229693707f,0.4612040840089233f,-0.034871967733779374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8536357730400221f,-0.5208621280173429f,0.0029343795952946894f,-0.6137765421648633f,-0.4688402935820567f,0.7658989575671902f,-0.43998587012696533f,1.127804657821598f,0.22692453833875076f,-0.376963433763458f,-0.897999901728841f,-0.11195873505247492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.887553434447865f,-0.37330100207837036f,0.26999122735208303f,-0.2902715891859328f,-0.44208935328946164f,0.855015424393161f,-0.271119213184696f,1.2836702275957794f,-0.12963758987232532f,-0.35999303590079024f,-0.9239042750171835f,-0.069701203144428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7572417128590784f,0.6358504650277153f,0.14926209977850072f,0.32937016566374255f,0.4133116705214644f,-0.2895572882813374f,-0.8633249908429124f,1.0697908534571665f,-0.505725668042473f,0.7154374626249289f,-0.4820692748514451f,0.33459418104045935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.05593057013376865f,0.9237900952826111f,0.3787923325283337f,0.2866089001391741f,0.6474584888374942f,0.3223608089214954f,-0.6905657203364117f,1.2836702275957794f,-0.7600455753155726f,0.20662857674877244f,-0.6161455629264866f,0.0834936618511888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7999340524650681f,0.5968769325206873f,0.061995476702004476f,-0.26687990453645144f,0.5292390946498085f,0.7504130682682747f,-0.3959623816304334f,0.9659227806826134f,-0.28286302763186427f,-0.2839333625992004f,-0.9161715741071901f,0.1966606516204476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9260966040414271f,0.32420488519545393f,0.19296702412158104f,-0.20488544466154393f,0.2813052446271458f,0.9341835829125871f,-0.21947298868394574f,1.1397104962994489f,-0.25142084107765994f,-0.1489705535735311f,-0.9563447782258228f,0.16275151796149914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8026206625872785f,0.593046021408665f,0.06400381613084685f,0.03617500612177805f,0.5260844916658247f,0.7543702709415067f,-0.39263290991503563f,0.9653099011181965f,-0.28113196121513595f,-0.2814638712357078f,-0.9174654814064345f,0.27555051263598523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9272841662001711f,0.318629220292831f,0.19651843447889594f,0.09714622514217695f,0.27715292488397436f,0.9371958028011911f,-0.21177885503536223f,1.1397104962994489f,-0.25165518342110804f,-0.14191352010084712f,-0.9573558489244609f,0.24295825356129852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,-0.024676047452874002f,0.25547259332931f,0.26411293853581164f,0f,0.9953675937362183f,0.09614235975765631f,1.8283182490985599f,-0.25666155391935797f,0.09292171986071993f,-0.9620241164949175f,0.14994255865577716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,-0.024676047452874002f,0.25547259332931f,0.32739180046849015f,0f,0.9953675937362183f,0.09614235975765631f,1.712910646108813f,-0.25666155391935797f,0.09292171986071993f,-0.9620241164949175f,0.057762391023764556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,-0.024676047452874002f,0.25547259332931f,-0.3037066006951836f,0f,0.9953675937362183f,0.09614235975765631f,1.8283182490985599f,-0.25666155391935797f,0.09292171986071993f,-0.9620241164949175f,-0.0008461042718456643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,-0.024676047452874002f,0.25547259332931f,-0.31291533951539807f,0f,0.9953675937362183f,0.09614235975765631f,1.712910646108813f,-0.25666155391935797f,0.09292171986071993f,-0.9620241164949175f,-0.1122758884478101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9562368594282648f,0.14263527869488052f,0.25547259332931f,0.1735292508297834f,0.1719264084068805f,0.9804070362622557f,0.09614235975765631f,1.935530681918473f,-0.23675383579380455f,0.13585735357018344f,-0.9620241164949175f,0.1138634284865813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9667770704231066f,-0.00870919983193949f,0.25547259332931f,0.062083256463615906f,0.016440258784509568f,0.995231814479083f,0.09614235975765631f,1.947453685247961f,-0.2550917756322497f,0.09714826445675491f,-0.9620241164949175f,0.08545967950266747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9401666058256676f,0.2254340421228369f,0.25547259332931f,0.04052647843267941f,0.25672027995735763f,0.961691917673662f,0.09614235975765631f,1.943521814868123f,-0.22401216741253127f,0.15597483173035856f,-0.9620241164949175f,0.07934217664275077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9638145270001927f,-0.07612694398826353f,0.25547259332931f,0.06857976498561084f,-0.053023650795633315f,0.9939542942794364f,0.09614235975765631f,1.9529967722939452f,-0.2612471052465423f,0.07911731341795963f,-0.9620241164949175f,0.08773883790529843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9638572485722594f,0.07558411494693126f,0.25547259332931f,0.1315171315771912f,0.10311786663340869f,0.9900117939909625f,0.09614235975765631f,2.059288989339078f,-0.24565404526628187f,0.11901129915468171f,-0.9620241164949175f,0.08259131292746111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9638572485722594f,0.07558411494693126f,0.25547259332931f,0.11451070571413167f,0.10311786663340869f,0.9900117939909625f,0.09614235975765631f,1.8365363356911115f,-0.24565404526628187f,0.11901129915468171f,-0.9620241164949175f,0.05581377061765777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9477124424411175f,-0.19124560256353212f,0.25547259332931f,-0.20715749392012656f,-0.1719264084068805f,0.9804070362622557f,0.09614235975765631f,1.935530681918473f,-0.26885393159595417f,0.04719282517048118f,-0.9620241164949175f,0.012769258122437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9659619331643552f,-0.04063616289684542f,0.25547259332931f,-0.09630266325627504f,-0.016440258784509568f,0.995231814479083f,0.09614235975765631f,1.947453685247961f,-0.2581613092012053f,0.08866982414380492f,-0.9620241164949175f,0.0433991313688908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274379579367719f,-0.27311643713930467f,0.25547259332931f,-0.074550936101654f,-0.25672027995735763f,0.961691917673662f,0.09614235975765631f,1.943521814868123f,-0.27194398694710403f,0.02358107812393056f,-0.9620241164949175f,0.048782521203100976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664435338744196f,0.026844922982208738f,0.25547259332931f,-0.10307400788875393f,0.053023650795633315f,0.9939542942794364f,0.09614235975765631f,1.9529967722939452f,-0.25134714696734967f,0.10646225149576327f,-0.9620241164949175f,0.042154913595012174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9587444814170942f,-0.12467065977953304f,0.25547259332931f,-0.1551655285792399f,-0.10311786663340869f,0.9900117939909625f,0.09614235975765631f,2.059288989339078f,-0.264907011861222f,0.06583216804064702f,-0.9620241164949175f,0.006460619946963833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9587444814170942f,-0.12467065977953304f,0.25547259332931f,-0.12711463012884502f,-0.10311786663340869f,0.9900117939909625f,0.09614235975765631f,1.8365363356911115f,-0.264907011861222f,0.06583216804064702f,-0.9620241164949175f,-0.008351617862181724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,-0.024676047452874002f,0.25547259332931f,-0.0016390064292996775f,0f,0.9953675937362183f,0.09614235975765631f,1.3234059951588726f,-0.25666155391935797f,0.09292171986071993f,-0.9620241164949175f,0.006171948589585214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,0.004839566734592224f,0.2566159228382388f,-0.0034538439547717615f,0f,0.9998222130255882f,-0.018855830414370445f,0.948472665274277f,-0.25666155391935797f,-0.018224185425881945f,-0.9663295120223038f,0.013006018124290943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9704899918945462f,0.07222565876757897f,0.2300709235173208f,0.02844072019533328f,-0.11567620294413197f,0.6977107536395807f,-0.706978585480576f,0.668929625105315f,-0.21158495150873002f,-0.7127293725329955f,-0.6687665136830424f,0.43414493425848477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9704899918945462f,0.20592063605069355f,0.12548253775327248f,0.09891998617741826f,-0.11567620294413197f,0.05903834742932795f,-0.9915308818212583f,0.6622534768552618f,-0.21158495150873002f,-0.9767861409649975f,-0.033476008031971205f,0.11452319221300354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9395304866330139f,0.2596520328158406f,0.2233008879107601f,-0.2421812385087701f,0.1483494606394012f,0.896259000330249f,-0.41798593499664705f,0.6665034696947658f,-0.30866632828206414f,-0.35958396263129455f,-0.8805818937516514f,0.3477387745044451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9395304866330139f,0.3298658206522183f,-0.09203806306398855f,-0.13527514078655742f,0.1483494606394012f,0.14978594463382938f,-0.977525758391128f,0.6665955638615482f,-0.30866632828206414f,-0.9320690484913603f,-0.1896638780297374f,0.022378128735385784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.933211203555755f,0.30503565241139996f,0.18992130032192517f,-0.00907122735374493f,0.10264075959434756f,0.7328146461131115f,-0.6726422295039245f,0.8484205858811006f,-0.3443569718009418f,-0.6082235980295951f,-0.715179928949365f,0.02955009395400892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.981105295775098f,0.05812598712146461f,0.1845366311148356f,-0.009720230408529647f,-0.10264075959434758f,0.6521451146637758f,-0.7511135892060974f,0.818123791249243f,-0.16400388127100202f,-0.7558625000893523f,-0.6338569301401704f,0.03199402182214216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,0.1726413998562587f,0.18992130032192517f,-0.00907122735374493f,0f,0.7399678581451965f,-0.6726422295039245f,0.8484205858811006f,-0.25666155391935797f,-0.6501096184242176f,-0.715179928949365f,0.02955009395400892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9539359179101422f,0.1708366127754493f,0.24661937526550054f,-0.00983188836653861f,0.09954439149980167f,0.9557036508601368f,-0.27698636402093907f,0.8705186944654145f,-0.28301444952840976f,-0.23967766576804184f,-0.9286858660979578f,0.03241448824871002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9686658120792114f,-0.029418161951015015f,0.24661937526550054f,-0.00983188836653861f,-0.09954439149980167f,0.9557036508601368f,-0.27698636402093907f,0.8705186944654145f,-0.22754660759909415f,-0.29285679688207655f,-0.9286858660979578f,0.03241448824871002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,0.07109175060408716f,0.24661937526550054f,-0.00983188836653861f,0f,0.9608738492364437f,-0.27698636402093907f,0.8705186944654145f,-0.25666155391935797f,-0.26770769292193763f,-0.9286858660979578f,0.03241448824871002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9424587648589359f,0.24106036141972634f,0.2316492579154095f,-0.1968813793626089f,0.1370538705728797f,0.9105727071839478f,-0.38996612864797464f,0.8916479080523008f,-0.30493886781051927f,-0.33577856852974897f,-0.8912154845011118f,-0.018105020720446587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9699633127180687f,-0.017600518050423265f,0.2426136718022028f,0.1802381295487376f,-0.12942680929074277f,0.8818225671301265f,-0.4534728890869343f,0.891898575457145f,-0.20596085311973233f,-0.4712527791582667f,-0.8576135173362195f,0.07155970574131473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,0.11283671226232637f,0.23052771986494047f,-0.028177540713159425f,0f,0.8981778390439081f,-0.43963231165419975f,0.7465645517100467f,-0.25666155391935797f,-0.42490521980348084f,-0.8680900880228135f,0.07566825126558388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9665013433719069f,0.09231551985708042f,0.2394848597590597f,0f,0f,0.9330764818571342f,-0.3596780212983733f,0.955048828125f,-0.25666155391935797f,-0.3476292907662271f,-0.9018196731836529f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42324815953309586f,-0.15723753955719738f,-0.8922652921669909f,-0.29295131205873437f,0.02302257123595593f,0.9863738087494888f,-0.16290079995725112f,1.0929451391783251f,0.9057212356269077f,0.048405222518089985f,0.421100911620293f,0.3571372484461002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1594048220303364f,-0.15723753955719738f,-0.9746109269177499f,-0.26536804100740774f,-0.02302257123595593f,0.9863738087494888f,-0.16290079995725112f,1.0929451391783251f,0.986944813009908f,0.048405222518089985f,0.15361272898367523f,0.4467376148410488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2942215578808182f,-0.15723753955719738f,-0.9427141831075753f,-0.13775254906693474f,0f,0.9863738087494888f,-0.16451963230273467f,1.1176230840237353f,0.9557372415461189f,0.048405222518089985f,0.2902124386631108f,0.3584055658441079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1941479060517501f,-0.8898604707126361f,0.4128618815521805f,0.7844136322761839f,-0.9671640081393746f,0.10326937523080248f,-0.2322266511389665f,1.8628527518856928f,0.16401332853003286f,-0.4443914702180114f,-0.8806905524995563f,-0.20091987709113746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4562322952790201f,-0.8898604707126361f,0.000659854167924051f,0.820507531961225f,-0.20283059941344522f,0.10326937523080248f,-0.9737531432971203f,1.9277834922597732f,0.8664362877246194f,-0.4443914702180114f,-0.22760575676255373f,-0.25810634279763095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.38500159664043754f,-0.8898604707126361f,0.24478993698148582f,0.7657420915714815f,-0.6925945639901915f,0.10326937523080248f,-0.7138964953483637f,2.0024025963749876f,0.6099889675359307f,-0.4443914702180114f,-0.656071399073244f,-0.13110240008339757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015101583490186045f,0f,0.000004010336779989969f,-0.18343054176534535f,0f,0.000015625f,0f,1.121171328125f,-0.000004010336779989969f,0f,-0.000015101583490186045f,0.662617218802773f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177.mcfunction new file mode 100644 index 000000000..5deb17cfd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177_as_bone.mcfunction new file mode 100644 index 000000000..1d34aa9f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_177_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8046595197676851f,-0.13736410648014072f,-0.024466383929699013f,0.11155899347647408f,-0.13687456538800433f,0.8049228468871112f,-0.01757863343486871f,1.0788398148062393f,0.027071295527325383f,-0.013219578454138837f,-0.8161107964905329f,-0.32601448878549555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7797310322011195f,0.17732765429998976f,-0.023967069971950056f,0.11155899347647408f,0.17786941552896424f,0.7797858337722906f,-0.01721988581374894f,1.0788398148062393f,0.019544524603112644f,-0.022112360084740552f,-0.7994554741131751f,-0.32601448878549555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6963755207047758f,0.12730887014397685f,0.4071830426113802f,0.055725191230685034f,0.13687456538800433f,0.8049228468871112f,-0.01757863343486871f,1.0788398148062393f,-0.4040679793765424f,0.05325510854609731f,-0.7076986688561355f,-0.34003758466654177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6779618800831845f,-0.14583508412588359f,0.3988731845989031f,0.055725191230685034f,-0.17786941552896424f,0.7797858337722906f,-0.01721988581374894f,1.0788398148062393f,-0.38565549415697264f,-0.10327720796986319f,-0.6932558388794797f,-0.34003758466654177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41818846063839876f,-0.28922129555545734f,1.4774558211960551f,-0.7969790660720962f,1.4312645505907142f,0.5519406136223468f,-0.2970683343214967f,0.9810013199441593f,-0.4669116057791322f,1.4328708424807208f,0.4126511252345525f,-0.03920590982658312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8325581485095646f,-0.5534601532353309f,0.022995393691995825f,-0.6031809466598356f,-0.5102229236679768f,0.7500311153124978f,-0.4208632726038144f,1.1199025497043062f,0.21568379056857243f,-0.3621259240151342f,-0.906832574206594f,-0.11326629167704785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8539335753664696f,-0.43161717719643666f,0.29069582248601f,-0.29086274332429796f,-0.5007703152700579f,0.8334937536191199f,-0.23348930172972987f,1.2983905797535717f,-0.14151515892710873f,-0.34495619290989676f,-0.9278893709742264f,-0.0670637213329505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7610616096745445f,0.6274619458480618f,0.16455009204541637f,0.32942296035910706f,0.40522727229260147f,-0.26179859011544515f,-0.8759294240998319f,1.0906890465396895f,-0.5065333987703959f,0.7333164424217754f,-0.45350954918720504f,0.33494729514704386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.05165034442980801f,0.914371916146849f,0.40156723083715606f,0.2880330107077195f,0.6290093077489074f,0.34210696175461475f,-0.6980760112511151f,1.2983905797535717f,-0.775680045305745f,0.21653365946421865f,-0.5928183884070325f,0.07833047246000019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7244267619525047f,0.6893040670715606f,0.008109851146291147f,-0.27492090864852453f,0.6337005188329277f,0.6705286354206378f,-0.3857654747535294f,0.9838446213372537f,-0.27134759810598635f,-0.2743196168697075f,-0.9225612330910992f,0.19775595819074723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9095230830591603f,0.3808119789851636f,0.16658330661853044f,-0.20247751692244054f,0.34193454575161053f,0.9133589219653218f,-0.22103449072030643f,1.1537179536387496f,-0.23632293118569728f,-0.14407538418393603f,-0.9609337936965542f,0.1647359874456558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7256589379062639f,0.6879909861257668f,0.009354616317534398f,0.028791341168846685f,0.6352272623142502f,0.675106909994891f,-0.3751226270033484f,0.9828867864056803f,-0.2643963521864404f,-0.26626877978246977f,-0.9269279938936242f,0.27008548305265356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9095230830591603f,0.37720933750978725f,0.17458773461497062f,0.10060926529327535f,0.34193454575161053f,0.917822821273933f,-0.20169788092689023f,1.1537179536387496f,-0.23632293118569728f,-0.12375130077775193f,-0.9637619455817992f,0.24085860199693887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,-0.02160690215534932f,0.24263219660125668f,0.2673819155029791f,0f,0.9960582920705093f,0.08870106424153104f,1.842123609326654f,-0.24359236656410585f,0.0860291844482404f,-0.9660547284573836f,0.14131084003007763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,-0.02160690215534932f,0.24263219660125668f,0.3291999605696515f,0f,0.9960582920705093f,0.08870106424153104f,1.7259320475904838f,-0.24359236656410585f,0.0860291844482404f,-0.9660547284573836f,0.04912427492732183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,-0.02160690215534932f,0.24263219660125668f,-0.3024212350625668f,0f,0.9960582920705093f,0.08870106424153104f,1.842123609326654f,-0.24359236656410585f,0.0860291844482404f,-0.9660547284573836f,-0.0017996753263345693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,-0.02160690215534932f,0.24263219660125668f,-0.3133440177276662f,0f,0.9960582920705093f,0.08870106424153104f,1.7259320475904838f,-0.24359236656410585f,0.0860291844482404f,-0.9660547284573836f,-0.1122556679213983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9593725323999649f,0.1439929208292106f,0.24263219660125668f,0.17627776656408037f,0.16974537791731026f,0.9814879662421386f,0.08870106424153104f,1.9494138981330764f,-0.22536825586623266f,0.126283058534957f,-0.9660547284573836f,0.10563683941558502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9700865200781742f,-0.007858799849030013f,0.24263219660125668f,0.06445914300591297f,0.014116985696329576f,0.9959582480793409f,0.08870106424153104f,1.961076615773536f,-0.2423486213648999f,0.08947294198618634f,-0.9660547284573836f,0.0786235636461459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9431720203064219f,0.2270598099258248f,0.24263219660125668f,0.042824770050917504f,0.2546417582025262f,0.9629588237209036f,0.08870106424153104f,1.9570897136809038f,-0.21350436784906474f,0.1454446511030995f,-0.9660547284573836f,0.07282385300268024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9671752359063127f,-0.07550947107494271f,0.24263219660125668f,0.07098289115575065f,-0.05539193795370102f,0.9945168949857782f,0.08870106424153104f,1.9666395607905538f,-0.24799958923212317f,0.07234960515323673f,-0.9660547284573836f,0.08077283161806569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670799875300963f,0.0767197164439364f,0.24263219660125668f,0.1337993031815845f,0.10086674716073188f,0.990937949883661f,0.08870106424153104f,2.072909574251029f,-0.233628330978933f,0.11025454452823799f,-0.9660547284573836f,0.07395908444334054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670799875300963f,0.0767197164439364f,0.24263219660125668f,0.11653736698169885f,0.10086674716073188f,0.990937949883661f,0.08870106424153104f,1.8499485355272058f,-0.233628330978933f,0.11025454452823799f,-0.9660547284573836f,0.049151811924487025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520081606534919f,-0.18657459425549938f,0.24263219660125668f,-0.20527251570023902f,-0.16974537791731026f,0.9814879662421386f,0.08870106424153104f,1.9494138981330764f,-0.2546899462579248f,0.043258443109599684f,-0.9660547284573836f,0.009807503486088326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969474057271334f,-0.0353506640716621f,0.24263219660125668f,-0.09395987698438253f,-0.014116985696329576f,0.9959582480793409f,0.08870106424153104f,1.961076615773536f,-0.24478717897943109f,0.08256814538563331f,-0.9660547284573836f,0.03883538843060538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9321244348429024f,-0.2688375999395341f,0.24263219660125668f,-0.07215253302135623f,-0.2546417582025262f,0.9629588237209036f,0.08870106424153104f,1.9570897136809038f,-0.25749099585874075f,0.02089614023701604f,-0.9660547284573836f,0.04394640457047701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969578404863569f,0.03236253999095673f,0.24263219660125668f,-0.10072497247229305f,0.05539193795370102f,0.9945168949857782f,0.08870106424153104f,1.9666395607905538f,-0.2384312270487037f,0.09944250395671156f,-0.9660547284573836f,0.0376470594453982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627039024074074f,-0.11971137565828095f,0.24263219660125668f,-0.15286711831398705f,-0.10086674716073188f,0.990937949883661f,0.08870106424153104f,2.072909574251029f,-0.2510519778985259f,0.06091934026538007f,-0.9660547284573836f,0.0019605718431710585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627039024074074f,-0.11971137565828095f,0.24263219660125668f,-0.12593205879087388f,-0.10086674716073188f,0.990937949883661f,0.08870106424153104f,1.8499485355272058f,-0.2510519778985259f,0.06091934026538007f,-0.9660547284573836f,-0.011746279716539436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,-0.02160690215534932f,0.24263219660125668f,-0.0012060646937602569f,0f,0.9960582920705093f,0.08870106424153104f,1.3366967525835218f,-0.24359236656410585f,0.0860291844482404f,-0.9660547284573836f,0.004802019338543817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,0.005449496574818913f,0.243531402565219f,-0.003249625909317349f,0f,0.9997497294363253f,-0.02237137662269384f,0.9617906040448998f,-0.24359236656410585f,-0.021697499373786178f,-0.969634971250843f,0.012938581603713634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9733256507781693f,0.0628280979792632f,0.22065767070637107f,0.034034327954243465f,-0.11638563876508155f,0.6936215937217098f,-0.7108751422100786f,0.6870036225501265f,-0.1977158583080708f,-0.7175943943672244f,-0.6678074007872624f,0.43282374349050884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9733256507781693f,0.19380893435347168f,0.12278140943165985f,0.10037101207785781f,-0.11638563876508155f,0.04409311512567132f,-0.9922248637721989f,0.6746686781540502f,-0.1977158583080708f,-0.9800479040145365f,-0.020360383351422207f,0.11351912926960372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9429726928355419f,0.25821847822609056f,0.2100612245729541f,-0.23870501311401998f,0.15008803035390458f,0.8930961205475186f,-0.4240906773408927f,0.6769749104521743f,-0.2971129140764037f,-0.3683782525687066f,-0.8809207565516061f,0.35285492446463307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9429726928355419f,0.318963933632179f,-0.09520771821850349f,-0.13541769738064394f,0.15008803035390458f,0.15211909920630862f,-0.9768998734779049f,0.6789114157428201f,-0.2971129140764037f,-0.9354794432260649f,-0.19131682516307708f,0.026021362585050105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9382613830105844f,0.29469168596886053f,0.18116949901099808f,-0.008598749450477073f,0.1023006757617284f,0.7366711919893808f,-0.6684684933724538f,0.8609104183749323f,-0.3304544581175435f,-0.6086644109144013f,-0.7213372900359897f,0.030069274364284214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9830566064209434f,0.04882936704825873f,0.17667880881929462f,-0.009192208020203745f,-0.1023006757617284f,0.6536405264731657f,-0.7498590760206723f,0.8295955669545705f,-0.15209957367077712f,-0.7552282801018174f,-0.6375703605278548f,0.032432165462245935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,0.16283382227413834f,0.18116949901099808f,-0.008598749450477073f,0f,0.743740461026803f,-0.6684684933724538f,0.8609104183749323f,-0.24359236656410585f,-0.6483326869403029f,-0.7213372900359897f,0.030069274364284214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9579760531332023f,0.166158846197548f,0.23382283775036078f,-0.009220342581169359f,0.09720453174040265f,0.9549595095868753f,-0.28036336076371265f,0.8834283659327701f,-0.26987619500886145f,-0.2458527463338456f,-0.9309797347352116f,0.03254418491405253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9718078368043014f,-0.03027224590466933f,0.23382283775036078f,-0.009220342581169359f,-0.09720453174040265f,0.9549595095868753f,-0.28036336076371265f,0.8834283659327701f,-0.21480411386859743f,-0.2951879505967035f,-0.9309797347352116f,0.03254418491405253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,0.06829437454629894f,0.23382283775036078f,-0.009220342581169359f,0f,0.9598939451529405f,-0.28036336076371265f,0.8834283659327701f,-0.24359236656410585f,-0.2719181723681842f,-0.9309797347352116f,0.03254418491405253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9469080105867109f,0.23403661701156087f,0.2204361163341917f,-0.1969566707782846f,0.13470623585104513f,0.9113600468654401f,-0.3889435627443465f,0.9033299669497052f,-0.2919237049462752f,-0.3385996557517547f,-0.8945003206345057f,-0.015358470600836328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9728201731861487f,-0.022611452036490037f,0.2304552730550406f,0.18142074891196372f,-0.12816887963874413f,0.8814494830246442f,-0.45455422907254606f,0.9035521345069314f,-0.19285655014601116f,-0.471736718003156f,-0.8603899232053976f,0.06888135012519922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,0.10785973921257527f,0.2184113497630033f,-0.027332060275245738f,0f,0.8966264125748962f,-0.44278784566999146f,0.7592301564646888f,-0.24359236656410585f,-0.4294500587147095f,-0.8696179655582277f,0.0767522238245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9698777030902909f,0.08841349692801273f,0.22698082432060643f,0f,0f,0.9318059819451371f,-0.36295676328077825f,0.9674305555555553f,-0.24359236656410585f,-0.35202367189184763f,-0.9037378454947426f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.424194756825513f,-0.16900132924760228f,-0.8896613732169604f,-0.26114971907806694f,0.02139439944382716f,0.9840274869911159f,-0.17672629832140802f,1.1072370714596407f,0.9053182246890772f,0.05593259835277526f,0.42103498249827775f,0.3457800798794622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.19964814269947886f,-0.16900132924760228f,-0.9651834902386137f,-0.23169358121399278f,-0.02139439944382716f,0.9840274869911159f,-0.17672629832140802f,1.1072370714596407f,0.9796340637141436f,0.05593259835277526f,0.1928435781985507f,0.434782318290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31419880388345744f,-0.16900132924760228f,-0.9341935893329328f,-0.1062926117460899f,0f,0.9840274869911159f,-0.17801658587319705f,1.1339395593406203f,0.9493572097151868f,0.05593259835277526f,0.30918025940105287f,0.34390416017470365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2963718136205719f,-0.9072523849197528f,0.29842395706222025f,0.757579088849378f,-0.93310163560085f,0.20842033677107386f,-0.29305682189509036f,1.879135565896152f,0.20367887894985942f,-0.3653136642361644f,-0.9083285974756468f,-0.21593136242587896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.39799950353812213f,-0.9072523849197528f,-0.1359761201124269f,0.7959724024326048f,-0.14462819255220427f,0.20842033677107386f,-0.9672867460785941f,1.9387256126446135f,0.9059133960277279f,-0.3653136642361644f,-0.21416546318175622f,-0.27728315376579166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.40952867822108596f,-0.9072523849197528f,0.09580903804918978f,0.7624043899336129f,-0.6356271653169225f,0.20842033677107386f,-0.7433297181812428f,2.020430046997569f,0.6544191076257354f,-0.3653136642361644f,-0.6620283666858114f,-0.14730300309296357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015154339110785796f,0f,0.000003806130727564154f,-0.17446984433487694f,0f,0.000015625f,0f,1.1335530555555553f,-0.000003806130727564154f,0f,-0.000015154339110785796f,0.6650327929688985f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178.mcfunction new file mode 100644 index 000000000..bfefc3393 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178_as_bone.mcfunction new file mode 100644 index 000000000..3d5e5f81a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_178_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8041176524399296f,-0.1370201000795301f,-0.039556764947812385f,0.10488328323235001f,-0.1361718380887422f,0.8049797674321708f,-0.020229903134371476f,1.0963490150893926f,0.042384855673628374f,-0.013323312031481665f,-0.8154572078352622f,-0.32897477587387514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7791116698988261f,0.1774358569028028f,-0.038749484030510095f,0.10488328323235001f,0.1785267392040147f,0.779573914391061f,-0.019817047968363897f,1.0963490150893926f,0.03336479007343508f,-0.027946890456127683f,-0.7988152240018895f,-0.32897477587387514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7053585378102225f,0.12914127899859565f,0.3908149276080381f,0.048889414325816734f,0.1361718380887422f,0.8049797674321708f,-0.020229903134371476f,1.0963490150893926f,-0.38842117359150563f,0.047692227122452135f,-0.716797661702619f,-0.3418109586156394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6867786554176198f,-0.14754420423977607f,0.3828391127588945f,0.048889414325816734f,-0.1785267392040147f,0.779573914391061f,-0.019817047968363897f,1.0963490150893926f,-0.36940936892822307f,-0.10244617999832871f,-0.7021691379944024f,-0.3418109586156394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3945908279117609f,-0.2392856651091673f,1.4927982780674602f,-0.7781788468232312f,1.4506908196723334f,0.4943173872448692f,-0.30422477937508674f,0.968788047823663f,-0.4256764901263932f,1.4628051617152125f,0.3469968798318008f,-0.03760684552055732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8062166512995221f,-0.590688223549766f,0.03319839946453043f,-0.5916645551389662f,-0.5526012373794544f,0.7318164066541009f,-0.39884410412913934f,1.1180617128118657f,0.21129738193853903f,-0.3399002346446695f,-0.9164176159777908f,-0.1101767207724676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8172436968528711f,-0.49240973735989135f,0.2994084008631279f,-0.291903084073926f,-0.5571950617358465f,0.8077885004971975f,-0.19238347549016635f,1.3184396400124379f,-0.14712716653099403f,-0.3240530651261489f,-0.9345283344291435f,-0.06227368318275073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7603070866713066f,0.6252751503525149f,0.17596624764150284f,0.3321839377686875f,0.3978795264476396f,-0.23416865489167726f,-0.8870495609040256f,1.116876085327122f,-0.5134442680478505f,0.7444434346663704f,-0.42682426851216476f,0.3325634904441619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0542794599036745f,0.9064619887641807f,0.4187844351910086f,0.28988064234137884f,0.6107573563769627f,0.36193794516117417f,-0.7042559019872895f,1.3184396400124379f,-0.7899551834528269f,0.21754904453523463f,-0.5732741240958092f,0.07109595842778113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.714250093581381f,0.6993264343940615f,-0.028095230496955448f,-0.2725392180751953f,0.6500883541744807f,0.648019676073233f,-0.3968067932743304f,1.0042294823900053f,-0.2592912177180391f,-0.3016836713838366f,-0.9174720850438263f,0.20353738523863218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9104105668581988f,0.3882423609129667f,0.14290020624778355f,-0.19885064911496542f,0.351615119065932f,0.9081521501905927f,-0.22721461253285122f,1.173087919222411f,-0.21798946717028292f,-0.1566127111601384f,-0.9633031978073608f,0.16815185690981027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7151122239872549f,0.6985103308030189f,-0.026416374949244814f,0.03278072332401988f,0.6547051345450396f,0.6560684319102076f,-0.375413637806677f,1.0025138982407296f,-0.24489935464260348f,-0.2857578177624162f,-0.9264808555406303f,0.2658279334203943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9096815276466498f,0.38387676298431467f,0.15848706287625428f,0.10574816052655546f,0.3535682063994733f,0.916040326184295f,-0.18936642845982501f,1.173087919222411f,-0.2178739123482132f,-0.11622715536764588f,-0.9690315818760648f,0.23797889440223532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,-0.01823062820333561f,0.2227015749486059f,0.2713662815787994f,0f,0.9966661148840669f,0.08158832907898182f,1.8612720540167536f,-0.22344651997576015f,0.07952546533791535f,-0.9714665990519233f,0.13088094500992328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,-0.01823062820333561f,0.2227015749486059f,0.3310752399126306f,0f,0.9966661148840669f,0.08158832907898182f,1.7443376955073997f,-0.22344651997576015f,0.07952546533791535f,-0.9714665990519233f,0.038244512680657095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,-0.01823062820333561f,0.2227015749486059f,-0.30127948054725984f,0f,0.9966661148840669f,0.08158832907898182f,1.8612720540167536f,-0.22344651997576015f,0.07952546533791535f,-0.9714665990519233f,-0.0003938854758357823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,-0.01823062820333561f,0.2227015749486059f,-0.3146742365273936f,0f,0.9966661148840669f,0.08158832907898182f,1.7443376955073997f,-0.22344651997576015f,0.07952546533791535f,-0.9714665990519233f,-0.10978880680328401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963894181685993f,0.14598635219533435f,0.2227015749486059f,0.17948654879407513f,0.16764941619593535f,0.9824647667001917f,0.08158832907898182f,1.968630800817679f,-0.20688566833169422f,0.1159783047187618f,-0.9714665990519233f,0.0963171828936722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9748643417275985f,-0.006597252718092306f,0.2227015749486059f,0.0671303048853455f,0.01189402348468728f,0.9965951418522196f,0.08158832907898182f,1.9800438847515123f,-0.2224815665023995f,0.08218637048275187f,-0.9714665990519233f,0.07151886450630318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9475027243604625f,0.22943974338573522f,0.2227015749486059f,0.04538376271489927f,0.2526389060177271f,0.9641145822589067f,0.08158832907898182f,1.9760045783220639f,-0.19599023061282322f,0.13356824634179387f,-0.9714665990519233f,0.06619438967792583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9720294201016476f,-0.07458428099985301f,0.2227015749486059f,0.0736935708519093f,-0.05765391260486706f,0.9949971713122859f,0.08158832907898182f,1.985625499820667f,-0.22767264398298914f,0.06646663906265193f,-0.9714665990519233f,0.07349221522827926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9717296770484726f,0.0783928776017408f,0.2227015749486059f,0.13629537228877903f,0.09870775294126213f,0.9917661640061062f,0.08158832907898182f,2.0918684025094607f,-0.21447194280967802f,0.10126417270650048f,-0.9714665990519233f,0.06459813762752392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9717296770484726f,0.0783928776017408f,0.2227015749486059f,0.11865697482838737f,0.09870775294126213f,0.9917661640061062f,0.08158832907898182f,1.8687210156080873f,-0.21447194280967802f,0.10126417270650048f,-0.9714665990519233f,0.04181369876856136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9577610260995207f,-0.18192807754770368f,0.2227015749486059f,-0.20351879087356395f,-0.16764941619593535f,0.9824647667001917f,0.08158832907898182f,1.968630800817679f,-0.23363965873531584f,0.040806332750381896f,-0.9714665990519233f,0.008516024890966587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9744292200419048f,-0.029861407266493847f,0.2227015749486059f,-0.09158007433281429f,-0.01189402348468728f,0.9965951418522196f,0.08158832907898182f,1.9800438847515123f,-0.22437964999943877f,0.07685323410643896f,-0.9714665990519233f,0.03513567701733679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9382603795139289f,-0.2647101598915093f,0.2227015749486059f,-0.06968576132394001f,-0.2526389060177271f,0.9641145822589067f,0.08158832907898182f,1.9760045783220639f,-0.23630709553575407f,0.020288014342112165f,-0.9714665990519233f,0.039815547361530056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9741385859084718f,0.03818407992413987f,0.2227015749486059f,-0.09834753375510069f,0.05765391260486706f,0.9949971713122859f,0.08158832907898182f,1.985625499820667f,-0.218472061842225f,0.09231795665468759f,-0.9714665990519233f,0.034053056960490824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9681186295416188f,-0.11467487802421295f,0.2227015749486059f,-0.1508239204402772f,-0.09870775294126213f,0.9917661640061062f,0.08158832907898182f,2.0918684025094607f,-0.23022401839022877f,0.057004809294877536f,-0.9714665990519233f,-0.0012218491340312571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9681186295416188f,-0.11467487802421295f,0.2227015749486059f,-0.12502207288482933f,-0.09870775294126213f,0.9917661640061062f,0.08158832907898182f,1.8687210156080873f,-0.23022401839022877f,0.057004809294877536f,-0.9714665990519233f,-0.014047931225378682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,-0.01823062820333561f,0.2227015749486059f,-0.0007987762911554094f,0f,0.9966661148840669f,0.08158832907898182f,1.3553799964462847f,-0.22344651997576015f,0.07952546533791535f,-0.9714665990519233f,0.0034844140062823114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,0.005749111958172112f,0.22337254755446154f,-0.0029546932754699515f,0f,0.9996689479822437f,-0.025729252613984732f,0.9805041409529434f,-0.22344651997576015f,-0.025078719101394364f,-0.9743935090911452f,0.012888933669305198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9772634947506106f,0.048085722706470505f,0.20650381376531463f,0.042736523344776386f,-0.11705965226094808f,0.689694657155653f,-0.7145756207032901f,0.7102277142400427f,-0.1767854621861459f,-0.7225019329820114f,-0.6683845129840219f,0.4310851456770445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9772634947506106f,0.17447158674819868f,0.12048123192177737f,0.1026259696619249f,-0.11705965226094808f,0.029809281545710498f,-0.9926774121265551f,0.6925196839808847f,-0.1767854621861459f,-0.9842108880475233f,-0.008707939385206032f,0.11174399033493718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9483321735730207f,0.25370673707333685f,0.19052291234880642f,-0.23249890718834715f,0.15174143460912784f,0.89003317272076f,-0.4299017195585306f,0.6929798617701687f,-0.278640674685219f,-0.3787794120860034f,-0.8825449174918788f,0.3595338848223528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9483321735730207f,0.3011805580375684f,-0.09978156155547564f,-0.13525015283182662f,0.15174143460912784f,0.1543426168389922f,-0.9762954950475066f,0.6966775769036049f,-0.278640674685219f,-0.9409934261659169f,-0.1920696392548677f,0.030568897565498417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9453435427132659f,0.28007335309900433f,0.16698653578720696f,-0.007896444990363283f,0.10196450898716751f,0.7403334712321363f,-0.6644618802312f,0.8788349749862607f,-0.3097237884911935f,-0.6111180477266697f,-0.7284270084129268f,0.030620644045213724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9858584485557316f,0.034069368144383855f,0.1640804606451616f,-0.008418735922198594f,-0.10196450898716751f,0.6550672272707396f,-0.748658912097379f,0.8465477546809307f,-0.13299006849495126f,-0.7548020971818161f,-0.6423296939824908f,0.03289897636227436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,0.14847169479421196f,0.16698653578720696f,-0.007896444990363283f,0f,0.7473221592590564f,-0.6644618802312f,0.8788349749862607f,-0.22344651997576015f,-0.647661752865889f,-0.7284270084129268f,0.030620644045213724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9636484873234369f,0.15958863270087087f,0.21427333289963588f,-0.008378106820239779f,0.0949721132894506f,0.9542323239865599f,-0.2835859121263691f,0.901751508343177f,-0.24972362839064188f,-0.25292714399976024f,-0.934701005269352f,0.032721744497113216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9761998192666544f,-0.033479122925082885f,0.21427333289963588f,-0.008378106820239779f,-0.0949721132894506f,0.9542323239865599f,-0.2835859121263691f,0.901751508343177f,-0.1949723328092649f,-0.2971865074113832f,-0.934701005269352f,0.032721744497113216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,0.06336628517878888f,0.21427333289963588f,-0.008378106820239779f,0f,0.9589468340025193f,-0.2835859121263691f,0.901751508343177f,-0.22344651997576015f,-0.27641578004735023f,-0.934701005269352f,0.032721744497113216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9531460914342268f,0.22461678160484672f,0.20263225262809714f,-0.1970876168154871f,0.13246700014809856f,0.9121058095530643f,-0.38796325348067817f,0.9204813142200774f,-0.2719651122026869f,-0.342943572036319f,-0.899124398592069f,-0.011189367838786879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9767618159310113f,-0.03110586820165344f,0.21205843511300054f,0.1830256519179906f,-0.12696839757868864f,0.8810906207437598f,-0.45558571537491854f,0.9206740507835609f,-0.17267130901065575f,-0.47192345036117633f,-0.8645651369583144f,0.06488003171738624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,0.09961178270429515f,0.20001459955650755f,-0.025892226741389756f,0f,0.8951340999994337f,-0.44579697511109684f,0.7773238223380932f,-0.22344651997576015f,-0.43452552947401857f,-0.8725017002539571f,0.07798319089487929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9747161908528668f,0.08180030881276303f,0.20793522252714758f,0f,0f,0.9305816109810291f,-0.36608450568680534f,0.9852506510416668f,-0.22344651997576015f,-0.35682849491329754f,-0.907052963133153f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4322333161243217f,-0.1794706112902188f,-0.8837220491281675f,-0.23095841277677492f,0.0193294374886459f,0.9816137609909865f,-0.1898968063962714f,1.1229959825230413f,0.9015546202413609f,0.06499787624411774f,0.42775523702838486f,0.34091658220612586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.24530664126984114f,-0.1794706112902188f,-0.9526882761071559f,-0.19903461966502595f,-0.0193294374886459f,0.9816137609909865f,-0.1898968063962714f,1.1229959825230413f,0.9692528176875639f,0.06499787624411774f,0.23732730877097225f,0.4290638109394119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3405204598586557f,-0.1794706112902188f,-0.9229496823233457f,-0.07655406387239855f,0f,0.9816137609909865f,-0.19087803496769987f,1.1516276877681964f,0.9402371064883844f,0.06499787624411774f,0.33425956929623535f,0.3348512611783336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3857974888864941f,-0.9060731954635463f,0.17375748050473577f,0.7302087145504551f,-0.8879525165833129f,0.3135535406293266f,-0.33648849230274575f,1.9008072194007737f,0.25040093023436855f,-0.2841048074589577f,-0.9255181427268034f,-0.23541418374748546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3280223334810678f,-0.9060731954635463f,-0.2672689903451453f,0.769540249902306f,-0.09640515446671266f,0.3135535406293266f,-0.9446640796341643f,1.9550454141448723f,0.9397379394969028f,-0.2841048074589577f,-0.1902026904352937f,-0.3009909407408543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4195363770864091f,-0.9060731954635463f,-0.05495991961137264f,0.7581184701680864f,-0.5785407439370511f,0.3135535406293266f,-0.7529772803767567f,2.0408729088293365f,0.6994854079292676f,-0.2841048074589577f,-0.6557473770231451f,-0.1698404556906981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015229940482076043f,0f,0.0000034913518746212524f,-0.16065449659081565f,0f,0.000015625f,0f,1.1513731510416667f,-0.0000034913518746212524f,0f,-0.000015229940482076043f,0.6685046559534209f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179.mcfunction new file mode 100644 index 000000000..9dbdec568 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179_as_bone.mcfunction new file mode 100644 index 000000000..aa36aa211 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_179_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8029243111873888f,-0.13684037338138133f,-0.05942816808169271f,0.09621155938359766f,-0.13551441676924797f,0.8050234774861329f,-0.02274836232059006f,1.1176750215548297f,0.062392610110431665f,-0.01250429339956591f,-0.8141837933136656f,-0.3323240163905341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7779642916246131f,0.17715116193923744f,-0.05821534832492348f,0.09621155938359766f,0.17913810757769277f,0.7793670232013465f,-0.02228411002833312f,1.1176750215548297f,0.05177933343040514f,-0.03470603650447515f,-0.7975677975317541f,-0.3323240163905341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7160912017853429f,0.13100304567042054f,0.3701297572408105f,0.04000948390640743f,0.13551441676924797f,0.8050234774861329f,-0.02274836232059006f,1.1176750215548297f,-0.3685019376038044f,0.04147104008403919f,-0.727620037698959f,-0.343649759532147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6971899101142779f,-0.1498826511615813f,0.3625760887256919f,0.04000948390640743f,-0.17913810757769277f,0.7793670232013465f,-0.02228411002833312f,1.1176750215548297f,-0.34904980683038356f,-0.1006093138185904f,-0.7127706491744905f,-0.343649759532147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.36207287698200985f,-0.17648826306897747f,1.5096891649451767f,-0.756861365694712f,1.4703554824811504f,0.4339491892859377f,-0.30190910263802995f,0.9610625513787451f,-0.3851807846863516f,1.4906194162551933f,0.26663789864052256f,-0.031772256592759784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7748374898419178f,-0.6312251583820037f,0.034375336523301686f,-0.5790784385335057f,-0.5956238119943013f,0.710755726304575f,-0.3742440007677255f,1.1208354106878398f,0.21179976138053885f,-0.310453051121857f,-0.9266929179228017f,-0.10390291057115923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7776062714812441f,-0.5542116593536506f,0.29694767752840023f,-0.2932071548723865f,-0.6109054288535201f,0.7776882491526137f,-0.14830894823724905f,1.3421744354671468f,-0.148738171127436f,-0.29673291655361617f,-0.9433061712314037f,-0.0557257582068889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.755596364230904f,0.6285024989566911f,0.18455011017670378f,0.33711818584118375f,0.39125658564800175f,-0.2070787138719823f,-0.8966809301240846f,1.146622959035338f,-0.5253498058894728f,0.7497352966656433f,-0.4023736651243134f,0.3278386891239097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.062938484430968f,0.8999049945975726f,0.4315202751619852f,0.29190547813496565f,0.5929457344336848f,0.3815103182899342f,-0.7091299126783547f,1.3421744354671468f,-0.802778987763401f,0.2112365445103088f,-0.5576065091701436f,0.06218510779028568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7493039456428086f,0.6599357706746526f,-0.05503067897247138f,-0.2632922106808494f,0.6154528037088146f,0.6632952774517662f,-0.4257431400705637f,1.0263477366778075f,-0.24446153777450952f,-0.35287980034883965f,-0.9031690888503023f,0.21234316266638606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9234441057428633f,0.36459975381873255f,0.11965785843012172f,-0.1941818952246488f,0.3300031212407761f,0.9136806882918439f,-0.2372457371880217f,1.1961800798751032f,-0.19582881182325804f,-0.17959571085597198f,-0.9640521028979862f,0.17264364123777892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7505010448438999f,0.6587754128741153f,-0.05256555032293797f,0.04410677321567387f,0.6226276051920472f,0.6781678968786209f,-0.3904140992536572f,1.0234401337034589f,-0.22154694071692974f,-0.32573495212483283f,-0.9191374728642078f,0.2613030773220557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9224303191010593f,0.35813493921364997f,0.14443570097989236f,0.11215979744935757f,0.3328962985517381f,0.9270329664431032f,-0.17259760583001296f,1.1961800798751032f,-0.19570988941203182f,-0.11112715438692594f,-0.9743451106995892f,0.2343770789326347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,-0.014783521319020937f,0.19699305813344387f,0.2756744619634645f,0f,0.9971958952130571f,0.07483546331940319f,1.8841282835393867f,-0.19754700062353855f,0.07336071201699035f,-0.9775445710948447f,0.11900023665340857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,-0.014783521319020937f,0.19699305813344387f,0.33275150444923324f,0f,0.9971958952130571f,0.07483546331940319f,1.7664946213239485f,-0.19754700062353855f,0.07336071201699035f,-0.9775445710948447f,0.025593356634525763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,-0.014783521319020937f,0.19699305813344387f,-0.3002479202636675f,0f,0.9971958952130571f,0.07483546331940319f,1.8841282835393867f,-0.19754700062353855f,0.07336071201699035f,-0.9775445710948447f,0.002941373787079654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,-0.014783521319020937f,0.19699305813344387f,-0.31669288401966017f,0f,0.9971958952130571f,0.07483546331940319f,1.7664946213239485f,-0.19754700062353855f,0.07336071201699035f,-0.9775445710948447f,-0.10528153127856853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9691293068587168f,0.14826368953582955f,0.19699305813344387f,0.18283842458129684f,0.16564957505140823f,0.9833411776769333f,0.07483546331940319f,1.9915466267920616f,-0.18261600387926333f,0.10515705706306645f,-0.9775445710948447f,0.08613794640856764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803912678708304f,-0.00516690718509695f,0.19699305813344387f,0.06985997575802726f,0.00978170282089344f,0.9971479186759075f,0.07483546331940319f,2.0027219735885886f,-0.19681788580449067f,0.07529496231785104f,-0.9775445710948447f,0.06422625203170086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9525194452739787f,0.2321646859929086f,0.19699305813344387f,0.04798380285685509f,0.2507230591221536f,0.9651619558676148f,0.07483546331940319f,1.9986330975240347f,-0.17275605343773434f,0.12067293616886438f,-0.9775445710948447f,0.059504782268296516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9776426587911944f,-0.07354295859508317f,0.19699305813344387f,0.07646879071010888f,-0.059799647523676724f,0.9954012535584906f,0.07483546331940319f,2.0083210316526725f,-0.20159075838869336f,0.06138222589046113f,-0.9775445710948447f,0.06598668201444749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9771109087417909f,0.08029948359127481f,0.19699305813344387f,0.13873638943675518f,0.09665164796996327f,0.9925009382234662f,0.07483546331940319f,2.1145328658010505f,-0.189506545962091f,0.09216225127737512f,-0.9775445710948447f,0.05469788372123528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9771109087417909f,0.08029948359127481f,0.19699305813344387f,0.12066900562871838f,0.09665164796996327f,0.9925009382234662f,0.07483546331940319f,1.891220154700771f,-0.189506545962091f,0.09216225127737512f,-0.9775445710948447f,0.033961377183825914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.964217766335907f,-0.17741993723769584f,0.19699305813344387f,-0.2019298722069048f,-0.16564957505140823f,0.9833411776769333f,0.07483546331940319f,1.9915466267920616f,-0.2069886889844037f,0.039525866916665306f,-0.9775445710948447f,0.008600117752619497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9801012385739126f,-0.024398712939749323f,0.19699305813344387f,-0.08928277448206433f,-0.00978170282089344f,0.9971479186759075f,0.07483546331940319f,2.0027219735885886f,-0.19825710689860887f,0.07141940273615932f,-0.9775445710948447f,0.03215608564077033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9450854602215019f,-0.26078191640745674f,0.19699305813344387f,-0.06728536564969483f,-0.2507230591221536f,0.9651619558676148f,0.07483546331940319f,1.9986330975240347f,-0.2096459408200913f,0.02133520613106219f,-0.9775445710948447f,0.036275942700221844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9794157293950346f,0.04402912741386268f,0.19699305813344387f,-0.0960576025408067f,0.059799647523676724f,0.9954012535584906f,0.07483546331940319f,2.0083210316526725f,-0.19279219685878518f,0.08507514533257973f,-0.9775445710948447f,0.03121946748512296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9742451695121339f,-0.10972731988664983f,0.19699305813344387f,-0.1490929954849829f,-0.09665164796996327f,0.9925009382234662f,0.07483546331940319f,2.1145328658010505f,-0.20372728984346666f,0.053868384939890906f,-0.9775445710948447f,-0.003304986360583285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9742451695121339f,-0.10972731988664983f,0.19699305813344387f,-0.1244043485104867f,-0.09665164796996327f,0.9925009382234662f,0.07483546331940319f,1.891220154700771f,-0.20372728984346666f,0.053868384939890906f,-0.9775445710948447f,-0.01542537297205872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,-0.014783521319020937f,0.19699305813344387f,-0.0004471498315560588f,0f,0.9971958952130571f,0.07483546331940319f,1.3778186501753478f,-0.19754700062353855f,0.07336071201699035f,-0.9775445710948447f,0.0022189050438899283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,0.005712101401341596f,0.19746440021669004f,-0.0025891878570591573f,0f,0.9995818695976765f,-0.028915151246598936f,1.002975449076219f,-0.19754700062353855f,-0.028345332405785684f,-0.9798835260761604f,0.01284840469605956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9816336993723367f,0.028963399124116315f,0.18856405216201227f,0.05388225570875803f,-0.11769587119892773f,0.6859497820560201f,-0.718067252003616f,0.7369482529965341f,-0.1501431389018704f,-0.7270722233784455f,-0.6699425496505039f,0.42883649036620175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9816336993723367f,0.14926974952499888f,0.11880160829435366f,0.10548680506737725f,-0.11769587119892773f,0.016251565689550884f,-0.9929166976717452f,0.714172405796845f,-0.1501431389018704f,-0.9886629498921169f,0.0016153486655640648f,0.10930046718342674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9548403635025791f,0.24645992003691297f,0.16594393041524946f,-0.22395152088700268f,0.15330361702057527f,0.8870893309938952f,-0.43539696811669726f,0.7128906058630162f,-0.25451499216091666f,-0.3902947945491996f,-0.884811896457731f,0.36730351172312103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9548403635025791f,0.2777632892853519f,-0.10548665959089146f,-0.13472914855669674f,0.15330361702057527f,0.15644773902263137f,-0.9757162015479273f,0.7182588786134729f,-0.25451499216091666f,-0.9478246990240804f,-0.19196473292050276f,0.035809692509159455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9535984902890857f,0.2620256104140407f,0.14829868106468666f,-0.006999391876829446f,0.1016353665598649f,0.7437888576679059f,-0.6606424051431407f,0.9005595232746035f,-0.28340813605579185f,-0.6149152093550957f,-0.7359070007284623f,0.03117695360941087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9889367283310826f,0.014945024746603516f,0.14758317516959032f,-0.00744071981001964f,-0.1016353665598649f,0.6564193608643468f,-0.7475184779968215f,0.8673498278940549f,-0.10804813567135932f,-0.7542481481036372f,-0.6476382720780002f,0.03336696847211907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,0.130507925620748f,0.14829868106468666f,-0.006999391876829446f,0f,0.7507007476529423f,-0.6606424051431407f,0.9005595232746035f,-0.19754700062353855f,-0.6476234004600845f,-0.7359070007284623f,0.03117695360941087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9701897484875455f,0.15137181593338137f,0.1892575633117576f,-0.0073504806318555665f,0.09285634508232224f,0.9535275554002723f,-0.28664071635120747f,0.9238520305215798f,-0.22385162744020004f,-0.26052211889475185f,-0.939158492725782f,0.032919171887050604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9811663297663793f,-0.038654987544543266f,0.1892575633117576f,-0.0073504806318555665f,-0.09285634508232224f,0.9535275554002723f,-0.28664071635120747f,0.9238520305215798f,-0.1693822083653576f,-0.29881598523223607f,-0.939158492725782f,0.032919171887050604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,0.0566250137717635f,0.1892575633117576f,-0.0073504806318555665f,0f,0.9580381515000677f,-0.28664071635120747f,0.9238520305215798f,-0.19754700062353855f,-0.28099200715621964f,-0.939158492725782f,0.032919171887050604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9603804880502929f,0.21322680443566233f,0.17945374903422107f,-0.19717610031758398f,0.1303453133186211f,0.9128077107135275f,-0.38702995046610994f,0.9414707668173808f,-0.24633192539366855f,-0.3483050575746566f,-0.9044358293432229f,-0.005882706673834781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9811379440299525f,-0.04240599905464909f,0.18860028109431562f,0.18487914253833293f,-0.1258303535979392f,0.8807478628080243f,-0.45656316569836763f,0.9416335834549179f,-0.14674827732581852f,-0.47168308577187135f,-0.8694711091799601f,0.05979159172794835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,0.08862898355562616f,0.17654948521378613f,-0.023948124107441876f,0f,0.8937087612392204f,-0.4486475789350236f,0.7992099212720459f,-0.19754700062353855f,-0.43980626798416f,-0.8760968149619589f,0.07929094520276182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9802934165568203f,0.07290442199985106f,0.18360218601156136f,0f,0f,0.9294101425586736f,-0.36904848856087463f,1.0068749999999995f,-0.19754700062353855f,-0.36177580372647045f,-0.9110946440314036f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4460232224285015f,-0.18851121360633974f,-0.8749438881432117f,-0.20163810665504742f,0.016910754202581868f,0.9791680367097902f,-0.2023461941282678f,1.1399796471585386f,0.8948616158081629f,0.07545514051779192f,0.43991954983001713f,0.340240276620616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2946062632514595f,-0.18851121360633974f,-0.9368407933035778f,-0.16680006985695764f,-0.016910754202581868f,0.9791680367097902f,-0.2023461941282678f,1.1399796471585386f,0.9554690869124508f,0.07545514051779192f,0.28528116959261196f,0.4272768993265491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3716057258462909f,-0.18851121360633974f,-0.9090504424194054f,-0.0478615218930917f,0f,0.9791680367097902f,-0.20305160892220178f,1.1704373884968688f,0.9283906421966197f,0.07545514051779192f,0.3638644490070292f,0.3291789206225282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4602773367004059f,-0.8866701613316016f,0.0442809024769438f,0.7023579881958639f,-0.8341814463513355f,0.41488487759214165f,-0.3633343541540596f,1.9261669895274527f,0.30378625361127687f,-0.20417287613575202f,-0.9306059041115524f,-0.2578143023337695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24970685678809684f,-0.8866701613316016f,-0.3891818478259236f,0.7413507622101014f,-0.05798581137015807f,0.41488487759214165f,-0.9080243300843309f,1.9751653708749375f,0.9665837425452352f,-0.20417287613575202f,-0.15501388743496997f,-0.3275838135833193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.41592292281853305f,-0.8866701613316016f,-0.20204986334635322f,0.7521618547049357f,-0.5226494010398389f,0.41488487759214165f,-0.7447873132230779f,2.0623842771846568f,0.7442081199951974f,-0.20417287613575202f,-0.635977759661192f,-0.19730239400936558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001531708463370032f,0f,0.00000308667188474279f,-0.14288883066268163f,0f,0.000015625f,0f,1.1729974999999995f,-0.00000308667188474279f,0f,-0.00001531708463370032f,0.6725259284058136f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..3eb6052f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48120834279226615f,-0.08485001417628431f,-0.654357280364366f,0.06516753994293414f,-0.18503809225570772f,0.7947420431491281f,0.03302171573316474f,1.4650499269560049f,0.6333592027324885f,0.16772001785677845f,-0.4875146770802217f,-0.2791023173758469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.46731353479901083f,0.10360091644574647f,-0.6410030501528484f,0.06516753994293414f,0.13046371273192073f,0.7886271865022536f,0.032347803167181784f,1.4650499269560049f,0.636079617543163f,-0.08563883944298481f,-0.4775653979561356f,-0.2791023173758469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6115638471270431f,0.10783520667436476f,0.5303825728029834f,-0.04895940343999687f,0.17678716996649455f,0.7961969033644453f,0.04196703530808861f,1.4660758297394827f,-0.5115470671080548f,0.146241251768472f,-0.6195785171056063f,-0.29424818890609417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.59390504640439f,-0.13166557890456082f,0.5195584386641471f,-0.04895940343999687f,-0.13847639106154117f,0.786850818483102f,0.04111056519976027f,1.4660758297394827f,-0.5177847863485084f,-0.059413506748882315f,-0.6069340575728389f,-0.29424818890609417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.775412766355527f,1.2438968514485793f,0.5411671781706451f,-0.21328734285990816f,1.2797005508534538f,0.46398532577557294f,0.7671312583973504f,1.5513664565604823f,0.4500086576036461f,0.8239201966339007f,-1.2490212038474442f,0.5092068032192851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6782107009649452f,-0.6914551153687654f,-0.24883743393429517f,-0.40135442726060666f,-0.2536120227047762f,0.0975793025823574f,-0.962371665027152f,1.6039952894622096f,0.6897181939286723f,0.7157989264716091f,-0.10918200321418597f,0.3536846911636059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.19057458174988873f,-0.9383739152974444f,-0.28833266183386064f,-0.2984375f,-0.09642508152745968f,0.31018891187183895f,-0.9457721938205771f,1.6221059325023157f,0.9769255511262246f,-0.1524376398436717f,-0.14959690342922655f,0.033350450709048386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8561937377492461f,0.4533809739877763f,0.24774578879341264f,0.34827335218712535f,0.24086556917334312f,0.07394510171118956f,-0.9677375158170337f,1.610849479474983f,-0.45707336503648566f,0.8882442312555806f,-0.045892533329578794f,0.36136067803839483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.01714327633787881f,0.9544990126656229f,0.29772091444296334f,0.2984375f,0.07083244816402201f,0.2981759248600087f,-0.9518791320965965f,1.6221059325023157f,-0.9973409007774094f,0.004769974237834143f,-0.07272121411442557f,0.03335045070904846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.781541988679497e-17f,1.0197385278686036e-16f,-0.15625000000000003f,0f,0.8326796988148627f,-0.5537549270043469f,1.3107703923465812f,-1.2246467991473532e-16f,-0.5537549270043469f,-0.8326796988148627f,0.26741110917785926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.3629574426100657e-17f,1.201633930906578e-16f,-0.15625000000000003f,0f,0.9812085670278177f,-0.19295011788339705f,1.4935410604275259f,-1.2246467991473532e-16f,-0.19295011788339705f,-0.9812085670278177f,0.22510040853079846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.392499085839319e-17f,1.0995314087164943e-16f,0.15624999999999997f,0f,0.8978355306052578f,-0.4403309664136459f,1.3060473367009435f,-1.2246467991473532e-16f,-0.4403309664136459f,-0.8978355306052578f,0.21866487722872024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-8.276158453612574e-18f,1.2218470864993406e-16f,0.15624999999999997f,0f,0.997713861131257f,0.06757996231545904f,1.4935410604275259f,-1.2246467991473532e-16f,0.06757996231545904f,-0.997713861131257f,0.2251004085307985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.5131934102906697e-17f,1.1384509805322962e-16f,0.29375f,0f,0.9296157727476445f,0.36853020915360496f,2.1595898377708247f,-1.2246467991473532e-16f,0.36853020915360496f,-0.9296157727476445f,0.2462842995551679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.5131934102906697e-17f,1.1384509805322962e-16f,0.33125f,0f,0.9296157727476445f,0.36853020915360496f,2.07793757328552f,-1.2246467991473532e-16f,0.36853020915360496f,-0.9296157727476445f,0.1130665447158756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.5131934102906697e-17f,1.1384509805322962e-16f,-0.29375f,0f,0.9296157727476445f,0.36853020915360496f,2.1595898377708247f,-1.2246467991473532e-16f,0.36853020915360496f,-0.9296157727476445f,0.24628429955516784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.5131934102906697e-17f,1.1384509805322962e-16f,-0.33125f,0f,0.9296157727476445f,0.36853020915360496f,2.07793757328552f,-1.2246467991473532e-16f,0.36853020915360496f,-0.9296157727476445f,0.11306654471587554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881017108075204f,0.1505229955924786f,0.03158855642662028f,0.19360298556816558f,0.1317143294124968f,0.7221140071815921f,0.6791190588251517f,2.23570709991402f,0.07941249603599793f,0.6751993693939667f,-0.733348121319829f,0.29328588684650136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999483523378459f,-0.005903354797366964f,0.03158855642662028f,0.0784179736013075f,0.017129189038520495f,0.7338282461334688f,0.6791190588251517f,2.245075193871267f,-0.027189655714333676f,0.6793093960625113f,-0.733348121319829f,0.2969997068209954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9738777296248743f,0.21930601653011933f,0.058881566337787516f,0.05733406991879783f,0.14788529592102267f,0.4157858012054388f,0.8973584048563334f,2.271511439756014f,0.17231397793287642f,0.882625083843442f,-0.4373566672400294f,0.2574420386216444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939820469109465f,-0.09237235281367369f,0.058881566337787516f,0.08615527022638694f,0.012162395757641609f,0.441134865277198f,0.8973584048563334f,2.274655228513725f,-0.108865819007435f,0.8926742849844702f,-0.4373566672400294f,0.2677726063735499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06425795390070159f,0.058881566337787516f,0.14327671357115096f,0.08102135314375916f,0.4338011451903411f,0.8973584048563334f,2.3462202071277782f,0.03211952410373213f,0.8987143493858571f,-0.4373566672400294f,0.35084630303760256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08122983809400453f,0.03158855642662028f,0.12499999999999997f,0.08102135314375916f,0.7295429009148088f,0.6791190588251517f,2.1820730544219464f,0.03211952410373213f,0.6790941533602153f,-0.733348121319829f,0.19805011853155435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881017108075204f,-0.15052299559247875f,-0.0315885564266201f,-0.19360298556816566f,-0.1317143294124968f,0.7221140071815921f,0.6791190588251517f,2.23570709991402f,-0.07941249603599818f,0.6751993693939667f,-0.733348121319829f,0.2932858868465013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999483523378459f,0.005903354797366811f,-0.0315885564266201f,-0.07841797360130758f,-0.017129189038520495f,0.7338282461334688f,0.6791190588251517f,2.245075193871267f,0.027189655714333426f,0.6793093960625113f,-0.733348121319829f,0.29699970682099536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9738777296248743f,-0.21930601653011955f,-0.058881566337787405f,-0.0573340699187979f,-0.14788529592102267f,0.4157858012054388f,0.8973584048563334f,2.271511439756014f,-0.17231397793287667f,0.882625083843442f,-0.4373566672400294f,0.25744203862164433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9939820469109465f,0.09237235281367347f,-0.058881566337787405f,-0.08615527022638701f,-0.012162395757641609f,0.441134865277198f,0.8973584048563334f,2.274655228513725f,0.10886581900743475f,0.8926742849844702f,-0.4373566672400294f,0.2677726063735498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06425795390070181f,-0.058881566337787405f,-0.14327671357115104f,-0.08102135314375916f,0.4338011451903411f,0.8973584048563334f,2.3462202071277782f,-0.03211952410373238f,0.8987143493858571f,-0.4373566672400294f,0.3508463030376025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08122983809400469f,-0.0315885564266201f,-0.12500000000000003f,-0.08102135314375916f,0.7295429009148088f,0.6791190588251517f,2.1820730544219464f,-0.03211952410373238f,0.6790941533602153f,-0.733348121319829f,0.1980501185315543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.5131934102906697e-17f,1.1384509805322962e-16f,-4.681687459465933e-18f,0f,0.9296157727476445f,0.36853020915360496f,1.6941284018527285f,-1.2246467991473532e-16f,0.36853020915360496f,-0.9296157727476445f,0.038228879238695626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.276158453612574e-18f,1.2218470864993406e-16f,-1.5781280393612182e-18f,0f,0.997713861131257f,0.06757996231545904f,1.319985703928507f,-1.2246467991473532e-16f,0.06757996231545904f,-0.997713861131257f,0.012886393370398487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9956029323293272f,-0.09318189325887713f,0.009588321330470537f,0.1524363955225141f,-0.08781310615094816f,0.8927724311194655f,-0.44186677247917355f,0.8451433503882215f,0.03261379348324008f,-0.4407658346579629f,-0.8970294418094101f,0.38438017868515717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9956029323293272f,-0.0796558165332493f,0.04929251494564315f,0.12499999999999999f,-0.08781310615094816f,0.6104357202924526f,-0.7871830090767692f,1.051305544724995f,0.03261379348324008f,-0.7880502409640238f,-0.6147464177945055f,0.10192259876920129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15769740719538766f,0.0726995004858899f,-0.13976561860494144f,0.16278370465640737f,0.9841526035438012f,0.07032153607745828f,1.0778680717142815f,-0.06045787877011026f,0.08108748794857204f,-0.9948716822750604f,0.3834791876741366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16278370465640737f,0.20239310607020267f,-0.9656803281177427f,1.0428819894293646f,-0.06045787877011026f,-0.9748496990588508f,-0.21450619837078538f,0.04875921109558359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.666774518722678e-17f,-3.6370349474659604e-18f,0.10303111638859336f,0.7825990260473218f,-0.6139408387503664f,1.230526270127154f,-0.08013535993047013f,-0.608688489766578f,-0.78935204219315f,0.02969864413150148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.65865863319503e-18f,-0.10303111638859336f,0.6895387757880033f,-0.716882741974238f,1.1927051356611076f,0.08013535993046988f,-0.7126213466875533f,-0.6969570577403116f,0.02987521492517133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.518606830414776e-17f,9.666774518722678e-17f,-3.6370349474659604e-18f,0f,0.78935204219315f,-0.6139408387503664f,1.230526270127154f,-1.2246467991473532e-16f,-0.6139408387503664f,-0.78935204219315f,0.02969864413150148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.180818139171626e-16f,-3.730796667410688e-18f,0.08403654183480835f,0.9605420685150511f,-0.265135426243408f,1.2554745255676922f,-0.02310807500296129f,-0.2641265058999781f,-0.9642111831703294f,0.030464266676793784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.180818139171626e-16f,-3.730796667410688e-18f,-0.08403654183480835f,0.9605420685150511f,-0.265135426243408f,1.2554745255676922f,0.023108075002961047f,-0.2641265058999781f,-0.9642111831703294f,0.030464266676793784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.246972510895588e-17f,1.180818139171626e-16f,-3.730796667410688e-18f,0f,0.9642111831703294f,-0.265135426243408f,1.2554745255676922f,-1.2246467991473532e-16f,-0.265135426243408f,-0.9642111831703294f,0.030464266676793784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1480255395665015e-16f,-0.19375f,0.12235968963076961f,0.9294141157446913f,-0.34816304773478646f,1.2677921884553505f,-0.045444396892549845f,-0.34518446459689867f,-0.9374339935120898f,0.0311885922855967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12235968963076964f,0.8955330054138757f,-0.4278419598027441f,1.2683314645606074f,0.04544439689254962f,-0.42557368947651786f,-0.9037819657508203f,0.01837295022917087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.248112882779577e-17f,1.1064957724085022e-16f,-0.007812500000000009f,0f,0.903522365125102f,-0.4285409382063071f,1.1280420920746423f,-1.2246467991473532e-16f,-0.4285409382063071f,-0.903522365125102f,0.07779268097824134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.2637676198979337e-17f,1.1480255395665015e-16f,0f,0f,0.9374339935120898f,-0.34816304773478646f,1.3375f,-1.2246467991473532e-16f,-0.34816304773478646f,-0.9374339935120898f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7193076696507472f,0.1348062360929126f,-0.6814864306001062f,-1.1141279341371557f,-0.05942863475740523f,0.9893359795349642f,0.13297577587088447f,2.0860248119893f,0.6921450091942312f,-0.0551506872854245f,0.7196483085087209f,-0.05438644038773591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.02791566927530159f,0.1348062360929126f,-0.9904786691894852f,-1.0786296262603652f,0.05942863475740523f,0.9893359795349642f,0.13297577587088447f,2.0860248119893f,0.997842148227756f,-0.0551506872854245f,-0.03562932657464074f,0.03238298186391095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3786486173524327f,0.1348062360929126f,-0.9156705211415036f,-0.9590282020275348f,0f,0.9893359795349642f,0.14565136318480776f,2.0641771075115787f,0.9255405040175665f,-0.0551506872854245f,0.374610700747929f,-0.06719333437410184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8219890396062028f,0.4853151236568266f,0.29799874079806304f,0.9743070852853948f,-0.4500512164252114f,0.8741977785743122f,-0.1822968637413303f,2.2180624544672396f,-0.3489812621924844f,0.01573132816060935f,0.9369976541874816f,-0.4672773024941045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19537056333141845f,0.4853151236568266f,0.8522321125922931f,0.9200009221209698f,-0.09088847984809864f,0.8741977785743122f,-0.47698797486586536f,2.2469375536191114f,-0.9765088976627225f,0.01573132816060935f,0.2149020662995989f,-0.3965232793482197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5792657404205336f,0.4853151236568266f,0.6549201727882643f,0.8489159777849427f,-0.30800105761996743f,0.8741977785743122f,-0.37538459270555996f,2.2888076929490095f,-0.7547095802227717f,0.01573132816060935f,0.6558703948451025f,-0.5302808501479275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5036224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18.mcfunction new file mode 100644 index 000000000..fc2334175 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180.mcfunction new file mode 100644 index 000000000..6d3a0bb62 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180_as_bone.mcfunction new file mode 100644 index 000000000..5fe262051 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_180_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8008285594606149f,-0.13678884534452274f,-0.08310760847234659f,0.08588539512610957f,-0.13490373303556533f,0.8050554655886698f,-0.02512219304367151f,1.1411855941791922f,0.0861338818917941f,-0.010906583313155705f,-0.8120384506137182f,-0.335805154551883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7760482677373318f,0.17641215416887066f,-0.08141153483005381f,0.08588539512610957f,0.17970278302513182f,0.7791670440398014f,-0.024609495226453726f,1.1411855941791922f,0.07386471359796139f,-0.04216004439960953f,-0.7954662373358873f,-0.335805154551883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7278204540980643f,0.13275321977925247f,0.34583003582565425f,0.029463733627750413f,0.13490373303556533f,0.8050554655886698f,-0.02512219304367151f,1.1411855941791922f,-0.3449968316579164f,0.03473793903639168f,-0.7394017217872485f,-0.3453596550268936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7084612689177929f,-0.15269568675011425f,0.33877227999247767f,0.029463733627750413f,-0.17970278302513182f,0.7791670440398014f,-0.024609495226453726f,1.1411855941791922f,-0.32525304028773216f,-0.09789149467747142f,-0.724311890730366f,-0.3453596550268936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3217926257785546f,-0.1019455378833204f,1.5256024591289248f,-0.7329680521893879f,1.489665352617173f,0.3722742243340828f,-0.2893359450680331f,0.9564797297852365f,-0.34460541668188827f,1.5140757111855858f,0.17386229490997965f,-0.023178473391815835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7385042119658799f,-0.6737006451949505f,0.02718399478667316f,-0.5653021567248862f,-0.6389191234208329f,0.6863589551776867f,-0.34741004357178434f,1.1267701644458987f,0.21539239224218024f,-0.2739321545771903f,-0.9373192049952296f,-0.09547392881568355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7351659717791961f,-0.6155589075602612f,0.28393348738950813f,-0.2946028393778289f,-0.661468198928446f,0.7430289271929754f,-0.10182256705079679f,1.3679520579584914f,-0.14829300639041654f,-0.2626694589739619f,-0.953422225238125f,-0.047734857694119726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7473541271269041f,0.6363795303544978f,0.19100497902455804f,0.3437507198820045f,0.38533462361486814f,-0.1809424678218876f,-0.9048630013334136f,1.1781986181918174f,-0.5412753795527475f,0.7498539302319578f,-0.38044716690457187f,0.3210571739976369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07684389113655468f,0.8944623558551837f,0.44049076080320665f,0.2938938260046136f,0.5758222178574391f,0.40048333408760467f,-0.7127705609379613f,1.3679520579584914f,-0.8139556436420433f,0.19887230344135562f,-0.5458259952651543f,0.051921755025486696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8122267555175333f,0.5791161183202045f,-0.07008722510700535f,-0.24859898525497093f,0.5395458948574162f,0.7001297407393501f,-0.46766288443146764f,1.0493959533972232f,-0.22176096357107372f,-0.41766358188617436f,-0.8811238320474822f,0.2229262072017319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9435235794455689f,0.3167425137329633f,0.09714646171809296f,-0.18860259854430222f,0.28495669526043166f,0.9254350695128148f,-0.24973909173788758f,1.2213541596075141f,-0.16900573024745297f,-0.20795218707658505f,-0.963427709293017f,0.17791374894179085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8138960298151544f,0.5771270928457226f,-0.06706393482769982f,0.06097302181528224f,0.5482586953580801f,0.7246763853093557f,-0.4174404622688393f,1.045021952559332f,-0.19231655054983f,-0.3765215203390251f,-0.9062261798834791f,0.2560820854755013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9426041031094693f,0.3078942507739374f,0.12922319892940534f,0.11951083882870428f,0.288016833464262f,0.9455016886715413f,-0.1518975324371125f,1.2213541596075141f,-0.16894912974742582f,-0.10596078076165612f,-0.9799124983884876f,0.23008998596776278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,-0.011432641245907038f,0.16657208093342693f,0.2799883824070808f,0f,0.9976529213056309f,0.06847370743826456f,1.90905728458439f,-0.16696395848311021f,0.0675125419791274f,-0.9836488668438381f,0.10596187818785147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,-0.011432641245907038f,0.16657208093342693f,0.3340072076350888f,0f,0.9976529213056309f,0.06847370743826456f,1.7907700794935235f,-0.16696395848311021f,0.0675125419791274f,-0.9836488668438381f,0.01156687761696734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,-0.011432641245907038f,0.16657208093342693f,-0.2992648798541714f,0f,0.9976529213056309f,0.06847370743826456f,1.90905728458439f,-0.16696395848311021f,0.0675125419791274f,-0.9836488668438381f,0.007870552579024205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,-0.011432641245907038f,0.16657208093342693f,-0.31919327959568494f,0f,0.9976529213056309f,0.06847370743826456f,1.7907700794935235f,-0.16696395848311021f,0.0675125419791274f,-0.9836488668438381f,-0.09904674487809317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9744666590303173f,0.15056052700425526f,0.16657208093342693f,0.18608471420025988f,0.16375691291220412f,0.98412144822838f,0.06847370743826456f,2.0165269564675588f,-0.1536177200447787f,0.09400267466980491f,-0.9836488668438381f,0.07530268305631713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.986022212921028f,-0.003733293428986484f,0.16657208093342693f,0.07247211197854203f,0.0077902812870134786f,0.9976225052128328f,0.06847370743826456f,2.027477703941058f,-0.1664316891213577f,0.06881423990021929f,-0.9836488668438381f,0.05682571438769166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9576363046336442f,0.23491796419415445f,0.16657208093342693f,0.050463970812463566f,0.24890560419325491f,0.9661042136285558f,0.06847370743826456f,2.0233422964600956f,-0.1448402853104373f,0.10703363260220738f,-0.9836488668438381f,0.05281096005145078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833598909825974f,-0.07250563192057814f,0.16657208093342693f,0.07912719879033425f,-0.061819323538090984f,0.9957357694825231f,0.06847370743826456f,2.0330929421616815f,-0.17082650861030713f,0.05703692411802955f,-0.9836488668438381f,0.05834358106601015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9825954786743165f,0.08221841121244466f,0.16657208093342693f,0.14091968354415219f,0.09470916733837009f,0.9931472826382459f,0.06847370743826456f,2.139270754264733f,-0.15980081010703104f,0.08305785842393118f,-0.9836488668438381f,0.04442935898181699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9825954786743165f,0.08221841121244466f,0.16657208093342693f,0.12242054102135218f,0.09470916733837009f,0.9931472826382459f,0.06847370743826456f,1.9158126156711284f,-0.15980081010703104f,0.08305785842393118f,-0.9836488668438381f,0.025741340836432508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9707135020016938f,-0.17311568064480826f,0.16657208093342693f,-0.20050245899579588f,-0.16375691291220412f,0.98412144822838f,0.06847370743826456f,2.0165269564675588f,-0.17578102999206766f,0.03919102259141746f,-0.9836488668438381f,0.009837625278071048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.985843666877094f,-0.01913129195410443f,0.16657208093342693f,-0.08714083778072951f,-0.0077902812870134786f,0.9976225052128328f,0.06847370743826456f,2.027477703941058f,-0.16748604716750146f,0.06620672746057356f,-0.9836488668438381f,0.029796698158930733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9519316183322939f,-0.25706017947703985f,0.16657208093342693f,-0.06503791689892865f,-0.24890560419325491f,0.9661042136285558f,0.06847370743826456f,2.0233422964600956f,-0.17852785278619915f,0.023721562688456866f,-0.9836488668438381f,0.03325175509901929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9847767327177985f,0.049684288775884614f,0.16657208093342693f,-0.09392462066049433f,0.061819323538090984f,0.9957357694825231f,0.06847370743826456f,2.0330929421616815f,-0.16245971172863277f,0.07772868725176524f,-0.9836488668438381f,0.02903881322976915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9804248321303037f,-0.10498042863207213f,0.16657208093342693f,-0.1476908053192692f,-0.09470916733837009f,0.9931472826382459f,0.06847370743826456f,2.139270754264733f,-0.17261900869932703f,0.051357420033475654f,-0.9836488668438381f,-0.004444229276813049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9804248321303037f,-0.10498042863207213f,0.16657208093342693f,-0.12407020887705301f,-0.09470916733837009f,0.9931472826382459f,0.06847370743826456f,1.9158126156711284f,-0.17261900869932703f,0.051357420033475654f,-0.9836488668438381f,-0.015999648784345052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,-0.011432641245907038f,0.16657208093342693f,-0.00017098281849264266f,0f,0.9976529213056309f,0.06847370743826456f,1.4023756901445465f,-0.16696395848311021f,0.0675125419791274f,-0.9836488668438381f,0.001009695350610863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,0.005328617820116156f,0.1668789059901727f,-0.0021692145010362013f,0f,0.9994905936963269f,-0.031914778905144325f,1.027566717508424f,-0.16696395848311021f,-0.03146679114068324f,-0.9854607438264392f,0.012809742028367077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9858363422954262f,0.006264166673346061f,0.16759315745418712f,0.06692671826168223f,-0.11829196259353648f,0.6824069498467081f,-0.7213374843904078f,0.7655123059677102f,-0.11888531362344462f,-0.7309456306845269f,-0.672000570824054f,0.42598197242062297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9858363422954262f,0.11931314712642468f,0.11786042224751936f,0.10878454148589019f,-0.11829196259353648f,0.003483869165182174f,-0.9929727459711115f,0.7379927625776532f,-0.11888531362344462f,-0.9928505605469677f,0.010679261501957138f,0.10626525226370834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9618125629444401f,0.2367596860217359f,0.13733697549144053f,-0.21337272019480907f,0.15476860350557026f,0.8842840814738541f,-0.44055458529094643f,0.735079329333566f,-0.22575046651376623f,-0.4024754828891212f,-0.8871585047453391f,0.3757489244605123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9618125629444401f,0.24970843981619079f,-0.11208161689952247f,-0.13381802332540288f,0.15476860350557026f,0.15842576020612892f,-0.9751656053573904f,0.7420200732882484f,-0.22575046651376623f,-0.9552732455102436f,-0.19102291297418472f,0.041563578994237495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9622747298507291f,0.24121474076833538f,0.1258681577158064f,-0.005937639433510995f,0.10131643594821325f,0.7470249477613466f,-0.6570302178963379f,0.9244493209078098f,-0.25251202762929525f,-0.6194910622908311f,-0.7432822476316248f,0.03171365094349013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9917613390140821f,-0.007653512887819316f,0.12787052114334574f,-0.0062929619684384454f,-0.10131643594821328f,0.6576910951362105f,-0.7464431680880226f,0.8903712243412909f,-0.07838639067941865f,-0.7532488613459751f,-0.6530480278182037f,0.033811917392986876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,0.10970036602299299f,0.1258681577158064f,-0.005937639433510995f,0f,0.7538642402787726f,-0.6570302178963379f,0.9244493209078098f,-0.16696395848311021f,-0.6478074844607234f,-0.7432822476316248f,0.03171365094349013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9769212869548988f,0.14171960043919374f,0.15981349738285455f,-0.006174528373114101f,0.09086638758275581f,0.9528508004779661f,-0.28951451023421915f,0.9480938563953163f,-0.1933082996201787f,-0.2683112127359844f,-0.9437377784205211f,0.0331125380541192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9860990238497215f,-0.045479239405323064f,0.15981349738285455f,-0.006174528373114101f,-0.09086638758275581f,0.9528508004779661f,-0.28951451023421915f,0.9480938563953163f,-0.13911151918617937f,-0.30001165112643996f,-0.9437377784205211f,0.0331125380541192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,0.048338488667004166f,0.15981349738285455f,-0.006174528373114101f,0f,0.9571736249833884f,-0.28951451023421915f,0.9480938563953163f,-0.16696395848311021f,-0.2854505949364088f,-0.9437377784205211f,0.0331125380541192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.967909351788271f,0.20020648511585531f,0.15188433111537158f,-0.19713134941742666f,0.1283502717433814f,0.9134635250002789f,-0.38614841219078594f,0.9646671376823002f,-0.2160502128307426f,-0.35426226416543405f,-0.9098464451346563f,0.00032917582423383496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9853617775794236f,-0.055955299092410815f,0.16103158630839365f,0.18682949331392196f,-0.12475971697307296f,0.8804231140197879f,-0.45748240766230375f,0.9648000065199545f,-0.11617736572292178f,-0.4708759335570023f,-0.8745162519304625f,0.05380667992287015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,0.07535544099526989f,0.14899168079043257f,-0.02157455321100606f,0f,0.8923583397521346f,-0.4513275899774065f,0.8232528055650333f,-0.16696395848311021f,-0.4449923044134835f,-0.879832305374398f,0.08061147639942441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9859629995936208f,0.06208321018934109f,0.15499238189322675f,0f,0f,0.9282984381860204f,-0.3718359983398532f,1.0306694878472222f,-0.16696395848311021f,-0.36661653628005025f,-0.915267912631962f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4644398343385953f,-0.19599990383207677f,-0.8636432585143912f,-0.17278512584164737f,0.014225801736418553f,0.9767270925602951f,-0.21401358186729363f,1.1572748944185274f,0.8854904103628085f,0.08711041474203499f,0.4564192248349934f,0.34228753967949976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34604343820319544f,-0.19599990383207677f,-0.9175172895233794f,-0.13470988321958746f,-0.014225801736418553f,0.9767270925602951f,-0.21401358186729363f,1.1572748944185274f,0.9381106360347207f,0.08711041474203499f,0.3352017455235029f,0.4279574783935626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4061359213019725f,-0.19599990383207677f,-0.8925456017067226f,-0.019865664274609007f,0f,0.9767270925602951f,-0.21448586587165291f,1.1894477742992753f,0.91381267961667f,0.08711041474203499f,0.39668395759757236f,0.3256199153968953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5184548996342614f,-0.8508691738077561f,-0.08500685918756254f,0.6740807659827187f,-0.77444076046736f,0.5093709640879531f,-0.3752102470227141f,1.9535226274868431f,0.3625548587068783f,-0.1286968142877498f,-0.9230336420847398f,-0.2819401974864595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.16628297873656314f,-0.8508691738077561f,-0.4983689597539175f,0.71157297772065f,-0.028729211486648587f,0.5093709640879531f,-0.860067353962156f,1.9974994828664434f,0.9856594763861659f,-0.1286968142877498f,-0.10914452163225291f,-0.35576047078532946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3999169252046003f,-0.8508691738077561f,-0.3407170409571618f,0.7439344279952587f,-0.46908645738240207f,0.5093709640879531f,-0.7214562470756886f,2.0837294922379965f,0.7874162485212796f,-0.1286968142877498f,-0.6028372761839289f,-0.22842474270830512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015405671868650327f,0f,0.000002608811851298597f,-0.12190390940670523f,0f,0.000015625f,0f,1.1967919878472222f,-0.000002608811851298597f,0f,-0.000015405671868650327f,0.6766444998502624f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181.mcfunction new file mode 100644 index 000000000..ea3e6d971 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181_as_bone.mcfunction new file mode 100644 index 000000000..09b92781e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_181_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7976184439310101f,-0.1368210579216633f,-0.10967798527833753f,0.07423634896388702f,-0.1343411476242716f,0.8050772931669401f,-0.02733957802217597f,1.1652485212418315f,0.11270190060736347f,-0.008659941144941145f,-0.8088063621555525f,-0.33918702000492823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.773155109061205f,0.17517961352900074f,-0.10743965904816738f,0.07423634896388702f,0.18022011938368507f,0.778975900140976f,-0.026781627450294828f,1.1652485212418315f,0.09875163746433181f,-0.0500864253404655f,-0.7923001098666637f,-0.33918702000492823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7398683724356018f,0.13427935028733148f,0.3186036597409866f,0.017615901594830716f,0.1343411476242716f,0.8050772931669401f,-0.02733957802217597f,1.1652485212418315f,-0.31857760745057384f,0.027641500643943193f,-0.7514577166532149f,-0.3467687270477441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7199370403683923f,-0.15583094683361584f,0.3121015442360685f,0.017615901594830716f,-0.18022011938368507f,0.778975900140976f,-0.026781627450294828f,1.1652485212418315f,-0.29868271874169444f,-0.0944100789560886f,-0.736121844884782f,-0.3467687270477441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.27472445420478314f,-0.017153186423151088f,1.5380632277177086f,-0.7064870006769063f,1.5080219488029427f,0.310768573589565f,-0.2658927332547493f,0.953691305019217f,-0.3029893169576414f,1.5311874189218768f,0.07119558936410408f,-0.013214952309787587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6972901177471944f,-0.7166832896705551f,0.012310726992952908f,-0.5502626721573999f,-0.6820908051264813f,0.6581590212570395f,-0.3187143490649334f,1.1344033659591906f,0.2203148321244216f,-0.2306333996735234f,-0.9477708635007835f,-0.0858424595929225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6901346487358987f,-0.6749690194838744f,0.2610191359865304f,-0.2959327101017526f,-0.708479149194592f,0.703699100298489f,-0.053524493417538066f,1.3941296526701739f,-0.14755155631400363f,-0.22186572285072417f,-0.9638486080569091f,-0.03859807890204653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7359617608986733f,0.6480893842961374f,0.1958071409769773f,0.3516210241516833f,0.3800803031905145f,-0.15617020566601622f,-0.9116741907001868f,1.2098708365152906f,-0.5602671234523142f,0.7453797802629797f,-0.361261309239699f,0.312479679510668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09517237159409178f,0.8898568019554356f,0.4462029714141324f,0.29566211895141625f,0.5596370235538944f,0.4185252274347707f,-0.7152922730383793f,1.3941296526701739f,-0.8232548946425365f,0.18163564081511727f,-0.537828850502451f,0.0406188628626544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.88246094824628f,0.46500805614641555f,-0.07092377978653032f,-0.22992120726182413f,0.43150087326719844f,0.7402296174380593f,-0.5156230307474148f,1.072674722852105f,-0.18726898085353436f,-0.48562086156428286f,-0.8538751124278317f,0.2341190627017109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9648379524478083f,0.2517767450095189f,0.07547314879301316f,-0.182241360392583f,0.2242843251182129f,0.9383434859044029f,-0.26307421760226013f,1.2469699125991665f,-0.1370557077344406f,-0.23689654521158643f,-0.9618189849676634f,0.18368959181849057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.884247603214383f,0.46207803270943715f,-0.06775003983021317f,0.08157452383429371f,0.44024149846714655f,0.7763149812894157f,-0.4511346504681454f,1.0667488960726441f,-0.15586404087223107f,-0.4287411124594778f,-0.8898805870733382f,0.24980353417322781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9642155263482438f,0.24123922168675704f,0.10996388802214536f,0.12749415220069907f,0.2269394024714223f,0.965448505183874f,-0.12809251127266197f,1.2469699125991665f,-0.13706540903850628f,-0.09855364913685803f,-0.9856471234102578f,0.22516443043875284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,-0.008299510036912552f,0.132459727676655f,0.2840444076990746f,0f,0.9980428200806086f,0.06253422491361031f,1.9344242593100032f,-0.13271948358483923f,0.061981024666370184f,-0.9892137742966788f,0.09206147411521337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,-0.008299510036912552f,0.132459727676655f,0.33466820743456893f,0f,0.9980428200806086f,0.06253422491361031f,1.815531490385578f,-0.13271948358483923f,0.061981024666370184f,-0.9892137742966788f,-0.003447964673965064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,-0.008299510036912552f,0.132459727676655f,-0.2982583559762957f,0f,0.9980428200806086f,0.06253422491361031f,1.9344242593100032f,-0.13271948358483923f,0.061981024666370184f,-0.9892137742966788f,0.014088777509120331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,-0.008299510036912552f,0.132459727676655f,-0.321971079263189f,0f,0.9980428200806086f,0.06253422491361031f,1.815531490385578f,-0.13271948358483923f,0.061981024666370184f,-0.9892137742966788f,-0.09137462254892105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9793593827687417f,0.15267488309036098f,0.132459727676655f,0.1890281786974768f,0.1619824682811425f,0.9848102104893117f,0.06253422491361031f,2.0419376295827316f,-0.12090028681677173f,0.08269963355022761f,-0.9892137742966788f,0.06402146975894529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9911854572744573f,-0.002410359195483547f,0.132459727676655f,0.07483417982775234f,0.005929936858053486f,0.9980252033707934f,0.06253422491361031f,2.052678151404391f,-0.13234887659698646f,0.06276849213765812f,-0.9892137742966788f,0.049409404944559004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9623261318059727f,0.23745070348849245f,0.132459727676655f,0.052704995285828005f,0.24719794144616208f,0.9669450079809264f,0.06253422491361031f,2.0484994508436203f,-0.11323247673761014f,0.09292209077278764f,-0.9892137742966788f,0.046182056476718025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.98860284115941f,-0.07154609000755208f,0.132459727676655f,0.08153174290079496f,-0.06370322706500521f,0.9960077156206967f,0.06253422491361031f,2.0583082738329526f,-0.13640499005918638f,0.05338340031014201f,-0.9892137742966788f,0.050662150059104516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9876237740084277f,0.08398631767839515f,0.132459727676655f,0.1426951394402981f,0.09289099953867581f,0.9937105881086101f,0.06253422491361031f,2.1644501561457274f,-0.1263746146109085f,0.07406460371637695f,-0.9892137742966788f,0.03397130603902791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9876237740084277f,0.08398631767839515f,0.132459727676655f,0.12379821796265922f,0.09289099953867581f,0.9937105881086101f,0.06253422491361031f,1.9408652738212906f,-0.1263746146109085f,0.07406460371637695f,-0.9892137742966788f,0.017306770202843123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9766653598385541f,-0.16905382407758207f,0.132459727676655f,-0.19921237921783283f,-0.1619824682811425f,0.9848102104893117f,0.06253422491361031f,2.0419376295827316f,-0.14101934215197695f,0.03961885764056375f,-0.9892137742966788f,0.01203448786409849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9910868331082764f,-0.014188367884780576f,0.132459727676655f,-0.08519701209990704f,-0.005929936858053486f,0.9980252033707934f,0.06253422491361031f,2.052678151404391f,-0.1330854052413974f,0.06119136910915321f,-0.9892137742966788f,0.027980580707270546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9582148416792209f,-0.25353251809085997f,0.132459727676655f,-0.06299832920270658f,-0.24719794144616208f,0.9669450079809264f,0.06253422491361031f,2.0484994508436203f,-0.1439357319446623f,0.027177450418939566f,-0.9892137742966788f,0.03068891308217563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9896623259065014f,0.05498091691814763f,0.132459727676655f,-0.0919882129541445f,0.06370322706500521f,0.9960077156206967f,0.06253422491361031f,2.0583082738329526f,-0.12849272175044874f,0.07032587858591857f,-0.9892137742966788f,0.0274271257436049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9860788507496285f,-0.10051328592836978f,0.132459727676655f,-0.1466056814458496f,-0.09289099953867581f,0.9937105881086101f,0.06253422491361031f,2.1644501561457274f,-0.13791215431932585f,0.049359360132826366f,-0.9892137742966788f,-0.004767244663480771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9860788507496285f,-0.10051328592836978f,0.132459727676655f,-0.12399019211196644f,-0.09289099953867581f,0.9937105881086101f,0.06253422491361031f,1.9408652738212906f,-0.13791215431932585f,0.049359360132826366f,-0.9892137742966788f,-0.015873100693366685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,-0.008299510036912552f,0.132459727676655f,0.000018145329368612255f,0f,0.9980428200806086f,0.06253422491361031f,1.4274141340014284f,-0.13271948358483923f,0.061981024666370184f,-0.9892137742966788f,-0.00013550994000530343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,0.004607204872121851f,0.13263949255893853f,-0.0017095564976770817f,0f,0.9993972925169681f,-0.034713854723347815f,1.0526401493075654f,-0.13271948358483923f,-0.03440676347783955f,-0.9905562645826604f,0.012767026364184529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9893482276690188f,-0.019228693698676788f,0.1442925561032646f,0.08136145920501997f,-0.11884562442055109f,0.6790862393341173f,-0.7243739345829165f,0.7942675673944575f,-0.0840583247766728f,-0.7338066072785723f,-0.6741380134290388f,0.4224501391613407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9893482276690188f,0.08566075217190969f,0.1176958790506871f,0.11236175078352685f,-0.11884562442055109f,-0.00843072581342541f,-0.992876951297767f,0.7623466784545285f,-0.0840583247766728f,-0.996288692297369f,0.018521329221680538f,0.1027146980411508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9686346125210255f,0.22490841365427133f,0.1056560121041956f,-0.20107406682734247f,0.15613048560226683f,0.8816371297029617f,-0.4453529420523944f,0.7579181450515394f,-0.1933138869606711f,-0.41488814998339263f,-0.8890992993538542f,0.384483711000331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9686346125210255f,0.2179639901662997f,-0.11932596706931801f,-0.13249709933516138f,0.15613048560226683f,0.16026801568977667f,-0.9746473385858404f,0.7663258545387881f,-0.1933138869606711f,-0.962707568339237f,-0.18927197090565256f,0.047656773249832314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9707067014793f,0.21826557521785295f,0.10044221412332925f,-0.004742212977261122f,0.10101095975625989f,0.7500295117451485f,-0.6536455595507809f,0.9488696183155f,-0.21800294886146881f,-0.6243523605994885f,-0.7501058885927705f,0.03220872887409208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9938643200912312f,-0.03289075342331369f,0.10560261165729475f,-0.005010549474684498f,-0.10101095975625989f,0.6588766179481882f,-0.7454383866761066f,0.9139813493750002f,-0.04506106144681765f,-0.7515316365000239f,-0.6581562884914813f,0.03421267500967297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,0.08675150111110291f,0.10044221412332925f,-0.004742212977261122f,0f,0.7568008208766338f,-0.6536455595507809f,0.9488696183155f,-0.13271948358483923f,-0.6478631758137081f,-0.7501058885927705f,0.03220872887409208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9832419496446178f,0.13086131404160384f,0.12692747908296115f,-0.004885869688952742f,0.08901135920890618f,0.9522077547567082f,-0.29219406173461465f,0.972840922109177f,-0.15909822874826068f,-0.27599947150038784f,-0.9478987526844166f,0.03328156210777057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9904606751134385f,-0.0536382895651611f,0.12692747908296115f,-0.004885869688952742f,-0.08901135920890618f,0.9522077547567082f,-0.29219406173461465f,0.972840922109177f,-0.10518854018197367f,-0.3007047150839385f,-0.9478987526844166f,0.03328156210777057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,0.03877984497997469f,0.12692747908296115f,-0.004885869688952742f,0f,0.9563590488341857f,-0.29219406173461465f,0.972840922109177f,-0.13271948358483923f,-0.2896092079618687f,-0.9478987526844166f,0.03328156210777057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.975109080266633f,0.18588737478496029f,0.12086424399762181f,-0.19687627712356878f,0.12649092611269036f,0.914071071705207f,-0.38532339856651376f,0.9884392349649502f,-0.18210526404449395f,-0.36044411462423714f,-0.9148320682180063f,0.007226542336863373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9889183165460795f,-0.07122569659272335f,0.13025921596781212f,0.18874174684235265f,-0.12376143848633367f,0.8801182958795868f,-0.458339275648297f,0.9885426031151653f,-0.08199798499634767f,-0.46938117282534186f,-0.8791800981901519f,0.04710984837819571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,0.06023141743550425f,0.11826511606021635f,-0.018847055094097752f,0f,0.8910908396099725f,-0.4538249834057115f,0.8478168131992885f,-0.13271948358483923f,-0.4498102843609784f,-0.8832079295160734f,0.08188569584415466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9911536402985026f,0.049694734676433906f,0.1230645955117281f,0f,0f,0.9272534234437451f,-0.37443435834850264f,1.0550000000000002f,-0.13271948358483923f,-0.3711219773299524f,-0.9190506061255168f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4864171988319121f,-0.2018471617850915f,-0.850091778550892f,-0.14420548131958155f,0.011365054311483477f,0.9743286862167594f,-0.22484316034876556f,1.1736752733239748f,0.8736527595223476f,0.09970624100038455f,0.4762242342474395f,0.3460335646103773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.39821851656212653f,-0.2018471617850915f,-0.8948070944881706f,-0.10268524236154414f,-0.011365054311483422f,0.9743286862167594f,-0.22484316034876556f,1.1736752733239748f,0.9172201745532835f,0.09970624100038455f,0.38570172011285725f,0.4300879057050969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4428825488857326f,-0.2018471617850915f,-0.8735632611160907f,0.00758912732685077f,2.7755575615628914e-17f,0.9743286862167594f,-0.22513020946804022f,1.2074448047441808f,0.8965796383436757f,0.09970624100038455f,0.4315131720041655f,0.3233337593571123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5598847483268444f,-0.8015997725159573f,-0.20968279207734622f,0.6454972247594848f,-0.7114026738126542f,0.5948012959773495f,-0.37432292742479967f,1.9811912460876733f,0.4247767699429812f,-0.060408799077874574f,-0.9032803953982267f,-0.3067965580736382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0807916497407648f,-0.8015997725159573f,-0.5923770032964912f,0.680478699897066f,-0.007654691256741342f,0.5948012959773495f,-0.8038363166748748f,2.0204523885529455f,0.9967016178545762f,-0.060408799077874574f,-0.05419097674003881f,-0.3844104845915023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.37313573480086615f,-0.8015997725159573f,-0.4671268865276149f,0.7330569953074176f,-0.4187855196295678f,0.5948012959773495f,-0.6861706106007881f,2.1037474089104276f,0.8278818828572169f,-0.060408799077874574f,-0.5576399959030544f,-0.2619575219471121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015486775629664104f,0f,0.0000020737419310131132f,-0.09839829636343142f,0f,0.000015625f,0f,1.2211225f,-0.0000020737419310131132f,0f,-0.000015486775629664104f,0.6804602248324471f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182.mcfunction new file mode 100644 index 000000000..dc2a7f853 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182_as_bone.mcfunction new file mode 100644 index 000000000..c8f604de2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_182_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.79316974788253f,-0.13688964759542724f,-0.13815722879968276f,0.06164053595774138f,-0.13382797563276586f,0.8050905671290898f,-0.029388707052893558f,1.1882316101917234f,0.141125009925399f,-0.005903180956460439f,-0.8043589549899944f,-0.3422663526637788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7691546410509774f,0.1734498396163997f,-0.13533769351805658f,0.06164053595774138f,0.1806895288449161f,0.7787955387919235f,-0.028788937521201853f,1.1882316101917234f,0.1255086941830901f,-0.05824656122761788f,-0.7879434661126477f,-0.3422663526637788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7516112712254921f,0.13549692535963584f,0.28924993453643083f,0.004868784537589835f,0.13382797563276586f,0.8050905671290898f,-0.029388707052893558f,1.1882316101917234f,-0.29002588565381554f,0.020352060885577603f,-0.7631613353104795f,-0.34773856095643224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.731021092272552f,-0.1591311134878851f,0.2833468746479323f,0.004868784537589835f,-0.1806895288449161f,0.7787955387919235f,-0.028788937521201853f,1.1882316101917234f,-0.2701100827782026f,-0.090303917289912f,-0.7475866141816943f,-0.34773856095643224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.22172687676786915f,0.07577737718656795f,1.5448304862429054f,-0.6774905640435807f,1.5248034427805397f,0.25089070436778954f,-0.2311591775085899f,0.9513442849478243f,-0.25926415680417436f,1.540362909696465f,-0.038346491730814385f,-0.0032622256904485947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.651355849604351f,-0.7587146549166955f,-0.00936106835965575f,-0.5339463093387268f,-0.7247127767261222f,0.6257253736932744f,-0.28854661316037966f,1.1422609475354168f,0.22478200202887252f,-0.18116243852148792f,-0.9574200867084628f,-0.07595212474278942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6428051127525032f,-0.7309738246988787f,0.22908263710795507f,-0.29705983902313526f,-0.7515667758175184f,0.659644578358079f,-0.004051139352361899f,1.4190644050418146f,-0.14815184273744975f,-0.17477499205517144f,-0.9733985482039785f,-0.028642512572677588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7218823748651895f,0.6627013376696907f,0.19928064108135776f,0.36025225402895517f,0.37545338279328855f,-0.13316398199761126f,-0.9172252238396068f,1.2399070415351245f,-0.5813093790814586f,0.7369493136908011f,-0.34494219058066344f,0.30241431839746546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11694886752443157f,0.8858093944038401f,0.4490709066179366f,0.29706156258524563f,0.5446406795525802f,0.435317956008063f,-0.7168436421936558f,1.4190644050418146f,-0.8304754617454131f,0.16074823160104917f,-0.5333577724903601f,0.028624631374730047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9420183274212579f,0.33046271511492853f,-0.05827404843775393f,-0.20893295863902067f,0.3045659673461155f,0.7691160203888482f,-0.5618719771582721f,1.095278754154585f,-0.1408582348923234f,-0.5470419920811296f,-0.8251690836203988f,0.24490404821228956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9825678974830517f,0.17777993156201483f,0.054356441840325787f,-0.17525949370964086f,0.1563508493095023f,0.948435446384169f,-0.27572561716724703f,1.2713871152443215f,-0.10057205753057198f,-0.2624204640950612f,-0.9596982657419989f,0.1897020970335781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9433942413322292f,0.32702774168178683f,-0.055318727314521005f,0.1039224939308116f,0.31175428317243664f,0.8173871890157192f,-0.4844455079331638f,1.087899043516281f,-0.11321030140772538f,-0.4742689526033635f,-0.8730706662416741f,0.2422977037027153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9822606903489184f,0.16717551104541575f,0.08494871807137835f,0.13579883173977317f,0.1582431039454575f,0.982030812295625f,-0.10283289238226206f,1.2713871152443215f,-0.10061339994739064f,-0.08756615903817425f,-0.9910646354009045f,0.21968489491180201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,-0.005473476989417482f,0.095788700253089f,0.28762768440695036f,0f,0.9983714312009205f,0.057048096916773976f,1.958594548416598f,-0.09594495321031646f,0.056784913590424334f,-0.9937655858108584f,0.07764082407973708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,-0.005473476989417482f,0.095788700253089f,0.3346190587332843f,0f,0.9983714312009205f,0.057048096916773976f,1.8391463786024305f,-0.09594495321031646f,0.056784913590424334f,-0.9937655858108584f,-0.01902487804344708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,-0.005473476989417482f,0.095788700253089f,-0.29716196743794804f,0f,0.9983714312009205f,0.057048096916773976f,1.958594548416598f,-0.09594495321031646f,0.056784913590424334f,-0.9937655858108584f,0.02127316406867615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,-0.005473476989417482f,0.095788700253089f,-0.32482459121947344f,0f,0.9983714312009205f,0.057048096916773976f,1.8391463786024305f,-0.09594495321031646f,0.056784913590424334f,-0.9937655858108584f,-0.08258840954528174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9833453302522245f,0.15445545110149783f,0.095788700253089f,0.19151752388535453f,0.16033723471221567f,0.9854123430336227f,0.057048096916773976f,2.066144653608274f,-0.0855799780087795f,0.07145647501814366f,-0.9937655858108584f,0.05253858780865403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9954008733344077f,-0.0012752524935040893f,0.095788700253089f,0.07684941117102324f,0.0042107645620161754f,0.9983625514310809f,0.057048096916773976f,2.0766905521339667f,-0.09570460191078374f,0.057189069157490086f,-0.9937655858108584f,0.04209116823159052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9661417248283671f,0.23957189411425484f,0.095788700253089f,0.05462116575902952f,0.24561144779680655f,0.9676882407828107f,0.057048096916773976f,2.0724719940740886f,-0.07902647820081854f,0.07864334810508342f,-0.9937655858108584f,0.03970642531051538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9928871697185578f,-0.07070780092815486f,0.095788700253089f,0.08358196567567486f,-0.06544174375484474f,0.9962243185209341f,0.057048096916773976f,2.0823342316162354f,-0.09946077811176096f,0.05037374390895346f,-0.9937655858108584f,0.04306409769630571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917242180698923f,0.08548450267437088f,0.095788700253089f,0.14396187185135362f,0.09120777103301606f,0.9941964881960523f,0.057048096916773976f,2.188439349131916f,-0.09035606120703565f,0.06531265314739709f,-0.9937655858108584f,0.02352911629242873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917242180698923f,0.08548450267437088f,0.095788700253089f,0.1247278587496202f,0.09120777103301606f,0.9941964881960523f,0.057048096916773976f,1.9647451392878046f,-0.09035606120703565f,0.06531265314739709f,-0.9937655858108584f,0.00883376933426441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.981587262788919f,-0.1652603111287817f,0.095788700253089f,-0.19802663456404823f,-0.16033723471221567f,0.9854123430336227f,0.057048096916773976f,2.066144653608274f,-0.10381915379831276f,0.040639189984595564f,-0.9937655858108584f,0.014990569280113893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9953547030971239f,-0.009671604120333507f,0.095788700253089f,-0.08347415563311489f,-0.0042107645620161754f,0.9983625514310809f,0.057048096916773976f,2.0766905521339667f,-0.0961835977921384f,0.05637974790438425f,-0.9937655858108584f,0.026637638442090873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.963448641741572f,-0.25018241271149355f,0.095788700253089f,-0.061199654529606656f,-0.24561144779680655f,0.9676882407828107f,0.057048096916773976f,2.0724719940740886f,-0.10696602936202129f,0.03143611013667197f,-0.9937655858108584f,0.02854249893179832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936047260656153f,0.05978438963389662f,0.095788700253089f,-0.0902685920162267f,0.06544174375484474f,0.9962243185209341f,0.057048096916773976f,2.0823342316162354f,-0.0920164469776949f,0.0629518382861282f,-0.9937655858108584f,0.02630670621751543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9907241421053693f,-0.09638567919252314f,0.095788700253089f,-0.1458055794282287f,-0.09120777103301606f,0.9941964881960523f,0.057048096916773976f,2.188439349131916f,-0.10073140896844954f,0.04778225303638095f,-0.9937655858108584f,-0.004401462035129007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9907241421053693f,-0.09638567919252314f,0.095788700253089f,-0.12411880160991103f,-0.09120777103301606f,0.9941964881960523f,0.057048096916773976f,1.9647451392878046f,-0.10073140896844954f,0.04778225303638095f,-0.9937655858108584f,-0.015152468968314705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,-0.005473476989417482f,0.095788700253089f,0.00011628864402200194f,0f,0.9983714312009205f,0.057048096916773976f,1.4512970277686836f,-0.09594495321031646f,0.056784913590424334f,-0.9937655858108584f,-0.0012064434755283057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,0.003578565356637805f,0.09587819312293117f,-0.001225673364717175f,0f,0.9993041834390294f,-0.037298109352280395f,1.0765579589790475f,-0.09594495321031646f,-0.03712603980015827f,-0.9946940349284434f,0.012715821449531046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.99174745286465f,-0.04664232971171981f,0.1194214503995909f,0.09665312683239571f,-0.11935457639985698f,0.6760077784018136f,-0.7271643339938056f,0.8215622509676713f,-0.04681319075740762f,-0.735416872677876f,-0.6759959678517343f,0.4182221350613091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.99174745286465f,0.04947435508850737f,0.11827627794724949f,0.11606122887233636f,-0.11935457639985698f,-0.01942992748102268f,-0.9926615551186078f,0.7856000802290417f,-0.04681319075740762f,-0.9985863838980874f,0.025174571782893895f,0.0987462380727377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9747704708834768f,0.21129967509041236f,0.07193730882018874f,-0.1874349356505582f,0.15738340179535243f,0.8791683025231916f,-0.4497705644857305f,0.7797791161573588f,-0.15828137582459817f,-0.42710132655515864f,-0.8902423619003401f,0.39313534054838173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9747704708834768f,0.18358717147028794f,-0.12695778654790787f,-0.13077518421364046f,0.15738340179535243f,0.1619658683856967f,-0.9741650385419248f,0.7895408788728636f,-0.15828137582459817f,-0.9695683616690504f,-0.1867731193653574f,0.053904569493411984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9783177810580288f,0.1938666328493609f,0.07287007570564241f,-0.003449950974158637f,0.10072220932440444f,0.7527904396049889f,-0.650508716765685f,0.9721856615415497f,-0.18096783088302137f,-0.6290646093264018f,-0.7559949480509217f,0.03264338957610625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9948717985424638f,-0.059870412557906004f,0.08152078363846597f,-0.003633902816213577f,-0.10072220932440445f,0.659970132414988f,-0.7445095438400733f,0.9365495803979169f,-0.009227188829448396f,-0.7489025023461261f,-0.662615952846003f,0.03455180893661239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,0.06241302839298664f,0.07287007570564241f,-0.003449950974158637f,0f,0.7594987882886066f,-0.650508716765685f,0.9721856615415497f,-0.09594495321031646f,-0.6475076868076197f,-0.7559949480509217f,0.03264338957610625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9886413722314449f,0.1190885966185678f,0.0916850220469282f,-0.0035238467287425452f,0.08730034415247831f,0.9516041735444066f,-0.2946661616197652f,0.9964571727635225f,-0.12233922928964573f,-0.283315024395613f,-0.9511917314235488f,0.033410025490874753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9938069879438167f,-0.06278158524832622f,0.0916850220469282f,-0.0035238467287425452f,-0.08730034415247831f,0.9516041735444066f,-0.2946661616197652f,0.9964571727635225f,-0.06874824088583946f,-0.30084542450662916f,-0.9511917314235488f,0.033410025490874753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,0.028271731089271918f,0.0916850220469282f,-0.0035238467287425452f,0f,0.9556002580557805f,-0.2946661616197652f,0.9964571727635225f,-0.09594495321031646f,-0.2933067609601618f,-0.9511917314235488f,0.033410025490874753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9814439015301094f,0.17065423153997547f,0.08743569869828619f,-0.1963560600693316f,0.12477629070156034f,0.9146281989947918f,-0.3845596636184083f,1.0111558614479106f,-0.14559788950433566f,-0.3665138344742858f,-0.9189498700749891f,0.014572236307016498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9913895492303221f,-0.08764798837236279f,0.09728613370453727f,0.1904975962847663f,-0.1228404537575185f,0.8798353405356909f,-0.45912960748038445f,1.0112306596349483f,-0.04535399207948408f,-0.46712696740685306f,-0.8830262803131801f,0.03991008048009168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,0.04376315696559267f,0.08538278596376854f,-0.015854846492743394f,0f,0.8899143009284181f,-0.45612776390292775f,0.8712662735593542f,-0.09594495321031646f,-0.45402348297801726f,-0.8858088071688949f,0.0830601520380125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9953866414381249f,0.03615502481234369f,0.08887208913572711f,0f,0f,0.9262820623917003f,-0.37683091817336084f,1.0782324218749997f,-0.09594495321031646f,-0.3750924620306265f,-0.9220087911084542f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5108325548249205f,-0.20602506006104584f,-0.8346279264186449f,-0.11590662311108872f,0.00842060517206887f,0.9720111371852721f,-0.2347838209850292f,1.187830083467873f,0.8596389907045752f,0.11290714687138531f,0.4982697882129547f,0.350737526932331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44972850800373504f,-0.20602506006104584f,-0.8690787902805919f,-0.07085137339910817f,-0.00842060517206887f,0.9720111371852721f,-0.2347838209850292f,1.187830083467873f,0.8931256140640411f,0.11290714687138531f,0.43540626280302036f,0.4329511935175836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48058933026112605f,-0.20602506006104584f,-0.8524010618634896f,0.034481161024425014f,0f,0.9720111371852721f,-0.2349347764546452f,1.2230702999360699f,0.8769457769093607f,0.11290714687138531f,0.46713818142622543f,0.32177363301102346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5851126868348453f,-0.7425345625367595f,-0.32601467320237526f,0.6168544579289366f,-0.6476178935520996f,0.6698062684941426f,-0.36325008828229316f,2.007499517503749f,0.4880924171261523f,-0.001409299221448862f,-0.8727908146971157f,-0.3314789936543187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0039052860847881288f,-0.7425345625367595f,-0.6697963662031463f,0.6485076809462424f,0.006433306774936143f,0.6698062684941426f,-0.7425080304278817f,2.042419167002921f,0.9999716802512639f,-0.001409299221448862f,0.007392737731646115f,-0.41252067460598507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3376343788512634f,-0.7425345625367595f,-0.5784854792093443f,0.7194538913189912f,-0.37247626132449985f,0.6698062684941426f,-0.642355818402601f,2.121312715013725f,0.8644445968177745f,-0.001409299221448862f,-0.5027261211716176f,-0.29659091595440923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015552916272470704f,0f,0.0000014991398939111946f,-0.07314635841667223f,0f,0.000015625f,0f,1.2443549218749996f,-0.0000014991398939111946f,0f,-0.000015552916272470704f,0.6836358332889154f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183.mcfunction new file mode 100644 index 000000000..7a5ed0aaa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183_as_bone.mcfunction new file mode 100644 index 000000000..36137c895 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_183_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7875383122942402f,-0.1369503523280163f,-0.16724966998597127f,0.04863117644517892f,-0.13336551374128322f,0.8050969104251282f,-0.031257783236838026f,1.2085026776911945f,0.17012198816645574f,-0.0028302412599911578f,-0.798745856528312f,-0.34486914764893667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7640808085122848f,0.17128382398207945f,-0.16383641141482902f,0.04863117644517892f,0.1811104462820502f,0.7786279148938742f,-0.03061986929322909f,1.2085026776911945f,0.1529036438765594f,-0.06633567509337526f,-0.7824449206807955f,-0.34486914764893667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7624328488037468f,0.13635138269358546f,0.25893801564659163f,-0.008224772266682404f,0.13336551374128322f,0.8050969104251282f,-0.031257783236838026f,1.2085026776911945f,-0.2604884551260779f,0.013103805016290283f,-0.7738982487928039f,-0.3481839649434009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7411352023454316f,-0.16241453174977377f,0.2536535663476816f,-0.008224772266682404f,-0.1811104462820502f,0.7786279148938742f,-0.03061986929322909f,1.2085026776911945f,-0.240660794671489f,-0.0857909670333628f,-0.7581044069807059f,-0.3481839649434009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.16360767184099753f,0.17367462237516487f,1.5441748298873454f,-0.6461611971583064f,1.539340127115087f,0.1940203704484103f,-0.18491705952769197f,0.9480794622661527f,-0.21229873473027305f,1.5406490422526171f,-0.15078470027830965f,0.005148191034600791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.601064695615283f,-0.798370087453095f,-0.03642025734456944f,-0.5163930654346693f,-0.7663246442426056f,0.5886766598240851f,-0.257305907053845f,1.1488551456038263f,0.226865094960311f,-0.12674775595053234f,-0.9656434305944164f,-0.06687665586786345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5935075713709077f,-0.7821824535367712f,0.1895768237538641f,-0.29787605235118014f,-0.7903956589151389f,0.6108722482471933f,0.04593254499287529f,1.4411135260261996f,-0.15173485128180023f,-0.1225793853003682f,-0.9807909202301344f,-0.01832236022638503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7058952153453444f,0.6789848872103399f,0.20172126286664188f,0.3690772370982264f,0.3714093782665876f,-0.11231397365924234f,-0.9216510429964793f,1.2665751037455328f,-0.6031310128721433f,0.7255102302937111f,-0.33146325143368327f,0.2913517136491605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.140789804292113f,0.8820538235600148f,0.44962126656837254f,0.29798709955322483f,0.5310820218723354f,0.4505602565770631f,-0.7175983146839208f,1.4411135260261996f,-0.835541810474725f,0.13775524504123215f,-0.5318772183617655f,0.016417671833877084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9803982332918606f,0.19346788928296593f,-0.03727572902831688f,-0.1876187206193327f,0.17678154856899128f,0.780242121418585f,-0.5999754295383898f,1.1159157464948846f,-0.08699188607995485f,-0.5948045122396265f,-0.799149550444491f,0.2544684384901404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9940260853301411f,0.10394171406337016f,0.03329056564259028f,-0.16792158319718462f,0.09014066333650417f,0.9538171289002357f,-0.2865441422011032f,1.292965557274922f,-0.06153700103588104f,-0.2818315182765753f,-0.9574884818155414f,0.1956407258019354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9810668718291532f,0.1904869538139295f,-0.03496445947029514f,0.12578777669177454f,0.18134549058399202f,0.8401709307947287f,-0.5111033360215625f,1.1073183679712046f,-0.06798239510499221f,-0.5077671981077637f,-0.8588078169658099f,0.23375343027971918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9939311160909344f,0.09557592092207493f,0.05446264597067219f,0.14404865340198028f,0.09115829909508612f,0.9927357735177194f,-0.07852291693681539f,1.292965557274922f,-0.061571917075240686f,-0.0730816482988203f,-0.9954235137415669f,0.2138292242628056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,-0.003029262115386058f,0.058124310644942084f,0.29056528167333523f,0f,0.998644671830451f,0.052046319991433276f,1.9799335481944988f,-0.05820319507478469f,0.051958088837898556f,-0.9969517265582118f,0.06318032966486241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,-0.003029262115386058f,0.058124310644942084f,0.33382952195262156f,0f,0.998644671830451f,0.052046319991433276f,1.8599823067148893f,-0.05820319507478469f,0.051958088837898556f,-0.9969517265582118f,-0.034596035989402835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,-0.003029262115386058f,0.058124310644942084f,-0.2959387631330948f,0f,0.998644671830451f,0.052046319991433276f,1.9799335481944988f,-0.05820319507478469f,0.051958088837898556f,-0.9969517265582118f,0.028985952558426405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,-0.003029262115386058f,0.058124310644942084f,-0.327547379637608f,0f,0.998644671830451f,0.052046319991433276f,1.8599823067148893f,-0.05820319507478469f,0.051958088837898556f,-0.9969517265582118f,-0.07315565272644768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9860790329223982f,0.15578737221892558f,0.058124310644942084f,0.19344272661268327f,0.15883213720605774f,0.9859328236578317f,0.052046319991433276f,2.0875141048878643f,-0.04919850629220199f,0.060553793367687216f,-0.9969517265582118f,0.04119229463920017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9983092779558727f,-0.00038737485001591465f,0.058124310644942084f,0.07844855676007728f,0.002642776195713209f,0.9986411749519086f,0.052046319991433276f,2.097882202450684f,-0.05806549131113527f,0.05211193367547279f,-0.9969517265582118f,0.035029172229426794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9687489403602826f,0.24113700475638306f,0.058124310644942084f,0.05615151246767659f,0.2441574405164496f,0.968337918712164f,0.052046319991433276f,2.0936274174803975f,-0.04373368028517601f,0.06461130026020531f,-0.9969517265582118f,0.03350708626623526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9958504248260668f,-0.07002496616059617f,0.058124310644942084f,0.08520584836969339f,-0.06702534837460933f,0.9963928859895635f,0.052046319991433276f,2.1035380816862164f,-0.061559191425851444f,0.04793454770409103f,-0.9969517265582118f,0.03571840381291919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.994544171698214f,0.08662248584036249f,0.058124310644942084f,0.1446698007827697f,0.08967003297574022f,0.9946107106609494f,0.052046319991433276f,2.2096066834422277f,-0.053302680300742734f,0.05697437305804437f,-0.9969517265582118f,0.0133770829882659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.994544171698214f,0.08662248584036249f,0.058124310644942084f,0.12517974146868815f,0.08967003297574022f,0.9946107106609494f,0.052046319991433276f,1.9858192735435143f,-0.053302680300742734f,0.05697437305804437f,-0.9969517265582118f,0.0005578490502059375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9851154385839591f,-0.16176877688721053f,0.058124310644942084f,-0.19691902639363568f,-0.15883213720605774f,0.9859328236578317f,0.052046319991433276f,2.0875141048878643f,-0.06572613524382727f,0.04203962486167695f,-0.9969517265582118f,0.018433411544654867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9982932449022053f,-0.005671128166079967f,0.058124310644942084f,-0.08198775716232495f,-0.002642776195713209f,0.9986411749519086f,0.052046319991433276f,2.097882202450684f,-0.05834049122697893f,0.05180388012490179f,-0.9969517265582118f,0.025675409253009845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9672676990226797f,-0.24701166559379564f,0.058124310644942084f,-0.059664900167402155f,-0.2441574405164496f,0.968337918712164f,0.052046319991433276f,2.0936274174803975f,-0.06914002218561412f,0.036151241261859715f,-0.9969517265582118f,0.026754754165839383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9962570506346832f,0.06398010294406101f,0.058124310644942084f,-0.0887793615584219f,0.06702534837460933f,0.9963928859895635f,0.052046319991433276f,2.1035380816862164f,-0.05458472071875632f,0.05574731542106556f,-0.9969517265582118f,0.025574712679147182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9940001663248494f,-0.09265653705066916f,0.058124310644942084f,-0.14524416864704429f,-0.08967003297574022f,0.9946107106609494f,0.052046319991433276f,2.2096066834422277f,-0.06263349369388087f,0.04652204187585693f,-0.9969517265582118f,-0.003525490296422443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9940001663248494f,-0.09265653705066916f,0.058124310644942084f,-0.12439644781064377f,-0.08967003297574022f,0.9946107106609494f,0.052046319991433276f,1.9858192735435143f,-0.06263349369388087f,0.04652204187585693f,-0.9969517265582118f,-0.013992949718490235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,-0.003029262115386058f,0.058124310644942084f,0.00012775895550309814f,0f,0.998644671830451f,0.052046319991433276f,1.4723874317306755f,-0.05820319507478469f,0.051958088837898556f,-0.9969517265582118f,-0.0021913294086210473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,0.0023079477825315026f,0.058157418219403005f,-0.0007377214629462153f,0f,0.9992134992705664f,-0.03965328328738732f,1.0976823695042133f,-0.05820319507478469f,-0.03958606134111975f,-0.9975195896976579f,0.012653443594298859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.99275772543509f,-0.07478370711618074f,0.09401859251715962f,0.1121171881493931f,-0.1198165498582806f,0.673191693297648f,-0.7296964700854071f,0.8457449626214394f,-0.008723128395510274f,-0.7356767912779405f,-0.6772765799922428f,0.4133863879504589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.99275772543509f,0.012336885278247292f,0.11949853493067507f,0.11970147442453007f,-0.1198165498582806f,-0.029452175761305044f,-0.9923590901095144f,0.8061188947613545f,-0.008723128395510274f,-0.9994900552804697f,0.030717038047944678f,0.09452142001765985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9797694717879912f,0.19656835374329792f,0.03758542881131556f,-0.17303934314322206f,0.1585215168765434f,0.8768974443208452f,-0.4537860738616047f,0.7990342821582055f,-0.12215854795895593f,-0.4386476427045058f,-0.8903176594397865f,0.40131025426466943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9797694717879912f,0.14806482664866094f,-0.13464244970210087f,-0.128714718415963f,0.1585215168765434f,0.16351069448087946f,-0.9737223328431674f,0.8100297890443062f,-0.12215854795895593f,-0.9753671410806715f,-0.18367424767962703f,0.06007429147455751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9846212441895034f,0.16898013246639246f,0.04434772059931293f,-0.0021140056447909207f,0.10045345696685948f,0.7552956819804352f,-0.6476399738783243f,0.9927626952957265f,-0.14293393045082603f,-0.6332251950241318f,-0.7606548125875027f,0.03300316911382619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9945604315742932f,-0.08740022814594407f,0.056663463243897795f,-0.0022197373702142645f,-0.10045345696685948f,0.6609658515591462f,-0.743662050972147f,0.956445272400898f,0.027543618683153026f,-0.7453088911268465f,-0.666150137639487f,0.034816686126641794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,0.03769471573786857f,0.04434772059931293f,-0.0021140056447909207f,0f,0.7619464969634571f,-0.6476399738783243f,0.9927626952957265f,-0.05820319507478469f,-0.6465420668220729f,-0.7606548125875027f,0.03300316911382619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9927204283930232f,0.1068512575341306f,0.055578411407194474f,-0.002142192004787859f,0.08574240155837554f,0.951045830113886f,-0.29691761415920037f,1.017306558781428f,-0.08458363687011068f,-0.2899907546567034f,-0.9532843073225642f,0.03348662328218602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9958239096300402f,-0.07242776535690104f,0.055578411407194474f,-0.002142192004787859f,-0.08574240155837554f,0.951045830113886f,-0.29691761415920037f,1.017306558781428f,-0.031352537124512914f,-0.30044308583889084f,-0.9532843073225642f,0.03348662328218602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,0.01728155381804759f,0.055578411407194474f,-0.002142192004787859f,0f,0.9549031000064918f,-0.29691761415920037f,1.017306558781428f,-0.05820319507478469f,-0.29641426668705684f,-0.9532843073225642f,0.03348662328218602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9864785752240672f,0.155069987607405f,0.053040734981085726f,-0.1955544359981777f,0.12321535410390777f,0.9151327669578576f,-0.3838619483005629f,1.0311858141610235f,-0.10806478213064205f,-0.37213615489964785f,-0.9218658715233807f,0.02205019379053417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9924991525296557f,-0.10446766146174577f,0.06349755850920016f,0.19199413345160402f,-0.12200168717661479f,0.8795761842708496f,-0.4598492409361916f,1.0312334596583024f,-0.007811565398474489f,-0.4641467911902939f,-0.885723848427815f,0.03250356329174681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,0.026670098042593248f,0.051733140126150316f,-0.012728235777762689f,0f,0.8888367736458271f,-0.4582239515944977f,0.8919655135426496f,-0.05820319507478469f,-0.45744715070188713f,-0.8873299794314468f,0.08408745121918144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9983047571173277f,0.022059770015255123f,0.05386073211336336f,0f,0f,0.9253913302209313f,-0.37901304192855306f,1.098732638888889f,-0.05820319507478469f,-0.3783705227667837f,-0.9238225671546877f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5362586658931332f,-0.20862505418815888f,-0.8178644325433803f,-0.08819504951848829f,0.005484733015210025f,0.9698128856179288f,-0.24378860636456764f,1.1983113398157548f,0.8440358765824291f,0.12624798475387247f,0.5212148169299461f,0.35583815677278874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4989342237154313f,-0.20862505418815888f,-0.8411541042938971f,-0.03965810385213529f,-0.005484733015210025f,0.9698128856179288f,-0.24378860636456764f,1.1983113398157548f,0.8666225003478923f,0.12624798475387247f,0.48272858651249784f,0.43604555920786015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5177274204410987f,-0.20862505418815888f,-0.8297191723037346f,0.06053129916024842f,0f,0.9698128856179288f,-0.2438502960617974f,1.2348888842250243f,0.8555456259740953f,0.12624798475387247f,0.5020987235815085f,0.32062704945309817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5958207787663338f,-0.6777560735636967f,-0.43086460093375134f,0.5886562837704377f,-0.5854097998084056f,0.7337938655593619f,-0.3447345778359513f,2.0307832482533668f,0.549811754947602f,0.046832335143255986f,-0.8339746797753922f,-0.35499487836233223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08490056659985135f,-0.6777560735636967f,-0.7303688099436787f,0.6164172969888987f,0.0148322327388975f,0.7337938655593619f,-0.6792102529698946f,2.0617857629403615f,0.9962790265096437f,0.046832335143255986f,0.07235215077678298f,-0.43900221570953724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.29611747433025026f,-0.6777560735636967f,-0.6730238822982397f,0.7034903727244042f,-0.330693489994612f,0.7337938655593619f,-0.5934546137175383f,2.135302697654495f,0.8960782650368533f,0.046832335143255986f,-0.4414187074802933f,-0.33078574091389074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015598511829958247f,0f,9.094249230435108e-7f,-0.04721996119840879f,0f,0.000015625f,0f,1.264855138888889f,-9.094249230435108e-7f,0f,-0.000015598511829958247f,0.6859144389577105f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184.mcfunction new file mode 100644 index 000000000..a061f2c27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184_as_bone.mcfunction new file mode 100644 index 000000000..e3deb4a22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_184_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7812341209970446f,-0.13697349315823898f,-0.1945660679729367f,0.03625165574371904f,-0.13295506940916674f,0.8050979305794199f,-0.03293502906607769f,1.2244295388488744f,0.1973338342829815f,0.00016968561987082046f,-0.7924668911054971f,-0.3468485393632233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7583840336262334f,0.1688996062808827f,-0.19059533189185637f,0.03625165574371904f,0.1814822910302856f,0.7784749734282688f,-0.032262885615749574f,1.2244295388488744f,0.1786556340650996f,-0.07382166852638208f,-0.7762940974094665f,-0.3468485393632233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7715668556831026f,0.1368272147009269f,0.23001596677822428f,-0.02061297921933082f,0.13295506940916674f,0.8050979305794199f,-0.03293502906607769f,1.2244295388488744f,-0.23227565773050426f,0.0063308718488207585f,-0.7829127558878702f,-0.34812813286240746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7495800823762425f,-0.16540798969394527f,0.22532176337458706f,-0.02061297921933082f,-0.1814822910302856f,0.7784749734282688f,-0.032262885615749574f,1.2244295388488744f,-0.21258851838051937f,-0.081344407867191f,-0.7669349445432199f,-0.34812813286240746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.10119352936988979f,0.2708839656537877f,1.5355090350647054f,-0.6128125659006927f,1.5508856478880721f,0.14139524567088194f,-0.12715086187857905f,0.9425298964094072f,-0.1609963564446716f,1.532330092262548f,-0.2597131332031396f,0.009816555409789984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5472203378653483f,-0.834387940990199f,-0.06592924811243106f,-0.49764862081944383f,-0.8064277669380373f,0.5466924725653735f,-0.22539209647121355f,1.1526823956525432f,0.22410747095504108f,-0.07017196285194507f,-0.9720348435584193f,-0.06026668752148653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5424092420941666f,-0.8274111551169937f,0.14554378887054564f,-0.29832130531669426f,-0.824669439128263f,0.5574530605499443f,0.09574132572393258f,1.458634235741222f,-0.16035127145959202f,-0.0680945348134662f,-0.9847083852947683f,-0.008521008538727363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6897921227333333f,0.694752035099455f,0.20373128660126705f,0.3771912946877599f,0.3679022146572233f,-0.0939960393255206f,-0.9251014566205296f,1.2881440818250198f,-0.6235661856333716f,0.7130808890415454f,-0.3204385398455792f,0.2803718753669075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16406672097476308f,0.878302157746214f,0.44907397026206497f,0.29840263518486915f,0.5192063186465088f,0.4639690010924907f,-0.7177447768550995f,1.458634235741222f,-0.8387531876220378f,0.11540401086435924f,-0.5321419026258782f,0.004906740985550923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.99705374976019f,0.07494886596625477f,-0.01632444729590917f,-0.16847575146653052f,0.0686066838984324f,0.7761636410627221f,-0.6267879427818617f,1.1328675379998967f,-0.03430660306129295f,-0.6260612348505776f,-0.7790188619050021f,0.26214684488884243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9991023553157554f,0.040449762177818066f,0.01258174639182179f,-0.16081278514324074f,0.03494563070514433f,0.9548838457231935f,-0.29491633401950457f,1.3100650319853737f,-0.02394340195397962f,-0.29421192687694064f,-0.955440241766186f,0.20101060708837745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9971801059058472f,0.07348863441844777f,-0.015207136381153404f,0.1446157647692059f,0.07041463383664304f,0.8461530590831005f,-0.5282677161685752f,1.1233581832102246f,-0.025954108099773894f,-0.5278488620956027f,-0.8489416723527727f,0.2249810904701568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9990916009543594f,0.03656296494056974f,0.021888866969525696f,0.15160812611412225f,0.03524346059069977f,0.9976999474503035f,-0.05790261948524557f,1.3100650319853737f,-0.023955612871448654f,-0.05707858138054949f,-0.9980822431841663f,0.20804084244140275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,-0.001069941225355336f,0.0224712956269124f,0.2927083621047443f,0f,0.9988683921354451f,0.047559806483528484f,1.9968066216023153f,-0.022496753129680896f,0.04754776985858505f,-0.9986155945508248f,0.04959460972179155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,-0.001069941225355336f,0.0224712956269124f,0.33243929807382033f,0f,0.9988683921354451f,0.047559806483528484f,1.8764068044432154f,-0.022496753129680896f,0.04754776985858505f,-0.9986155945508248f,-0.04912544525730837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,-0.001069941225355336f,0.0224712956269124f,-0.29464295105909816f,0f,0.9988683921354451f,0.047559806483528484f,1.9968066216023153f,-0.022496753129680896f,0.04754776985858505f,-0.9986155945508248f,0.03637776725810402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,-0.001069941225355336f,0.0224712956269124f,-0.32989303379178925f,0f,0.9988683921354451f,0.047559806483528484f,1.8764068044432154f,-0.022496753129680896f,0.04754776985858505f,-0.9986155945508248f,-0.06402954420572196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9874127919082816f,0.15655995416689542f,0.0224712956269124f,0.19472713718022744f,0.15747800981021556f,0.9863765717176494f,0.047559806483528484f,2.1044120225924736f,-0.01471919841928001f,0.05049989621570167f,-0.9986155945508248f,0.030609253267370122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997474745991242f,0.00016704945869890075f,0.0224712956269124f,0.07957289577602555f,0.0012359028648092352f,0.9988676275419872f,0.047559806483528484f,2.1146203514832638f,-0.022437904910719716f,0.047575568762971976f,-0.9986155945508248f,0.02850418013793836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9700102890370431f,0.24202289155185303f,0.0224712956269124f,0.057241332291231836f,0.2428471411759171f,0.9688979981556024f,0.047559806483528484f,2.11033316370771f,-0.010261831462088016f,0.05159059153514792f,-0.9986155945508248f,0.02779748479921866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973237927793127f,-0.06957221592801599f,0.0224712956269124f,0.08634307528727847f,-0.06844459116694253f,0.9965206484299457f,0.047559806483528484f,2.1202870431629783f,-0.025701951215358444f,0.045894487943827306f,-0.9986155945508248f,0.028926406134842923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.995928574306611f,0.08730014749385713f,0.0224712956269124f,0.14483404722573656f,0.08828824986629244f,0.9949589186206617f,0.047559806483528484f,2.226320456736825f,-0.018206037876166616f,0.049350121628567056f,-0.9986155945508248f,0.0039991933178809905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.995928574306611f,0.08730014749385713f,0.0224712956269124f,0.12519151403961873f,0.08828824986629244f,0.9949589186206617f,0.047559806483528484f,2.0024547000471764f,-0.018206037876166616f,0.049350121628567056f,-0.9986155945508248f,-0.007104584048546579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9870754257124754f,-0.15867307530700708f,0.0224712956269124f,-0.19590690192933133f,-0.15747800981021556f,0.9863765717176494f,0.047559806483528484f,2.1044120225924736f,-0.029711620298275263f,0.04340638131834872f,-0.9986155945508248f,0.021819031061082524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999744826916134f,-0.0023069302714158885f,0.0224712956269124f,-0.0807745298965266f,-0.0012359028648092352f,0.9988676275419872f,0.047559806483528484f,2.1146203514832638f,-0.022555566907928152f,0.047519898162398794f,-0.9986155945508248f,0.024895970507562017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9694900359789835f,-0.2440985682266844f,0.0224712956269124f,-0.0584337819406293f,-0.2428471411759171f,0.9688979981556024f,0.047559806483528484f,2.11033316370771f,-0.03338167401664566f,0.040651668597355015f,-0.9986155945508248f,0.025194511540273915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974704220856732f,0.06743736306437975f,0.0224712956269124f,-0.08755684919934209f,0.06844459116694253f,0.9965206484299457f,0.047559806483528484f,2.1202870431629783f,-0.019185802152090387f,0.048977538889613675f,-0.9986155945508248f,0.02501323210275274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9957394337972302f,-0.08943165465325649f,0.0224712956269124f,-0.14486733726325435f,-0.08828824986629244f,0.9949589186206617f,0.047559806483528484f,2.226320456736825f,-0.026611368185768595f,0.045373223416286385f,-0.9986155945508248f,-0.0025197970623023792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9957394337972302f,-0.08943165465325649f,0.0224712956269124f,-0.12474521496627168f,-0.08828824986629244f,0.9949589186206617f,0.047559806483528484f,2.0024547000471764f,-0.026611368185768595f,0.045373223416286385f,-0.9986155945508248f,-0.0127287723309668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,-0.001069941225355336f,0.0224712956269124f,0.00006926642632712845f,0f,0.9988683921354451f,0.047559806483528484f,1.4890484051251502f,-0.022496753129680896f,0.04754776985858505f,-0.9986155945508248f,-0.0030781729125682594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,0.0009395797015892601f,0.022477123734191806f,-0.00028307596176884407f,0f,0.9991274565100156f,-0.04176512477925681f,1.1143756089338945f,-0.022496753129680896f,-0.04175455469540118f,-0.9988745933603532f,0.012579785098207183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9923728800510324f,-0.10140830338332987f,0.07008867914388264f,0.12652076198792622f,-0.12022927669106878f,0.6706580554442253f,-0.7319581229101245f,0.8651645549512674f,0.027221094128672f,-0.7348021017067691f,-0.677735112976857f,0.4083042132128284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9923728800510324f,-0.022746219661179803f,0.1211555876975757f,0.12299745050085464f,-0.12022927669106878f,-0.03843655573666643f,-0.9920017904265317f,0.8222690462292013f,0.027221094128672f,-0.9990021224573187f,0.035408633978317894f,0.09039874204454848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.98327236474373f,0.1820651794795365f,0.005265657827599218f,-0.1591043855300493f,0.1595389993864908f,0.8748443075805947f,-0.45737812056173677f,0.8140556870748131f,-0.08787926038622809f,-0.448887188405855f,-0.8892567276546497f,0.4084743655438511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.98327236474373f,0.11431137081746204f,-0.14180397467315886f,-0.1265115334880416f,0.1595389993864908f,0.164893868038891f,-0.9733228241225672f,0.826157239042723f,-0.08787926038622809f,-0.9796646991624254f,-0.1803727052770569f,0.06576573239491723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9892099596219651f,0.14549275805900796f,0.017190495545305922f,-0.0008375351950304579f,0.10020794681734756f,0.7575331860762913f,-0.6450595626667004f,1.0089659662050292f,-0.10687386574538163f,-0.6363767196759215f,-0.7639389029727129f,0.033280709489215944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.993016086542461f,-0.11325718824755851f,0.03304332274685681f,-0.0008762740191581373f,-0.10020794681734756f,0.6618579923700858f,-0.7429013160107412f,0.9720377645384354f,0.062268926942316026f,-0.7410241610407158f,-0.6685849037267863f,0.0350022476920302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,0.014511745735252681f,0.017190495545305922f,-0.0008375351950304579f,0f,0.7641322926118521f,-0.6450595626667004f,1.0089659662050292f,-0.022496753129680896f,-0.6448963084275412f,-0.7639389029727129f,0.033280709489215944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9952395865672131f,0.09506465179847685f,0.021468053194387805f,-0.0008426372644093263f,0.08434657600690365f,0.9505384712040218f,-0.2989352268921021f,1.0337530319149792f,-0.048824383717916364f,-0.29570141484199114f,-0.9540318929758116f,0.03350744345822289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.996428421536628f,-0.08166715034863677f,0.021468053194387805f,-0.0008426372644093263f,-0.08434657600690365f,0.9505384712040218f,-0.2989352268921021f,1.0337530319149792f,0.00400697765598115f,-0.2996783130542718f,-0.9540318929758116f,0.03350744345822289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,0.006725072001156769f,0.021468053194387805f,-0.0008426372644093263f,0f,0.9542734042835771f,-0.2989352268921021f,1.0337530319149792f,-0.022496753129680896f,-0.2988595711761828f,-0.9540318929758116f,0.03350744345822289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9899025308574109f,0.14026634085389444f,0.020453191084816212f,-0.194541891554263f,0.12181709136800889f,0.9155826294899827f,-0.3832349733868859f,1.046897884171666f,-0.0724815538791152f,-0.37687372182160445f,-0.9234243998008722f,0.029072675157211618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9922369603182568f,-0.12029142822601506f,0.031556090913350425f,0.19313726194271247f,-0.12125005641100003f,0.8793427605304004f,-0.46049401008384894f,1.046920277666211f,0.027644862067217314f,-0.4607453546137174f,-0.8871017302447135f,0.025470461328444712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,0.010350791361566676f,0.019974108730231838f,-0.009725503973071143f,0f,0.887866289641556f,-0.46010156674166675f,0.9082788640636492f,-0.022496753129680896f,-0.45998512240759026f,-0.887641584910428f,0.08492525978480472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9997469160235616f,0.008570545193340722f,0.020800232125308394f,0f,0f,0.9245881841440394f,-0.3809680954374366f,1.114866536458333f,-0.022496753129680896f,-0.38087167851694714f,-0.9243541856898283f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5601756695118816f,-0.21003231508365733f,-0.8013049643597092f,-0.062107608704650624f,0.0026484451430695576f,0.9677720275380894f,-0.2518139957451525f,1.2036811111355163f,0.8283696065315528f,0.13893786141802691f,0.5426786025257914f,0.36087589114540997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5431982220360503f,-0.21003231508365733f,-0.8129096617690514f,-0.010384097023444963f,-0.0026484451430695576f,0.9677720275380894f,-0.2518139957451525f,1.2036811111355163f,0.8396003080723579f,0.13893786141802691f,0.5251357856301427f,0.4390663051318072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5517174579328603f,-0.21003231508365733f,-0.807151951761688f,0.08482693990020543f,0f,0.9677720275380894f,-0.25182792282591604f,1.2414552995594037f,0.8340310825215705f,0.13893786141802691f,0.5339367228918448f,0.31988058970483185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5954229661875916f,-0.6115530921589157f,-0.5210319633258973f,0.5620832551456292f,-0.5268080713509319f,0.7868325575265502f,-0.32150860389068825f,2.0493864292408754f,0.606584493121842f,0.0830502371284803f,-0.7906692803043642f,-0.3757454780730349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15831423745378465f,-0.6115530921589157f,-0.7752028235825097f,0.5857849010415629f,0.01884724936462656f,0.7868325575265502f,-0.6168786814338907f,2.0769299367032f,0.9872088853990397f,0.0830502371284803f,0.13609288997625463f,-0.46216682774136997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25281755622329277f,-0.6115530921589157f,-0.7497240150456375f,0.6863926803504417f,-0.2937974129314622f,0.7868325575265502f,-0.5427500405997294f,2.144570689061997f,0.9218277297955744f,0.0830502371284803f,-0.37859780069731125f,-0.3621664828026057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562104556286815f,0f,3.51511767651264e-7f,-0.022682191143055672f,0f,0.000015625f,0f,1.280989036458333f,-3.51511767651264e-7f,0f,-0.00001562104556286815f,0.6871636344504851f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185.mcfunction new file mode 100644 index 000000000..d3b0138df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185_as_bone.mcfunction new file mode 100644 index 000000000..8405492d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_185_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372534f,0.02840741737109312f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.20705523608201667f,0.02840741737109312f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372518f,-0.028407417371093216f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.2070552360820165f,-0.028407417371093216f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867436f,0.34931344929254227f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972489f,1.5200464610409163f,-0.34629454353438643f,0.004262293863449174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610407f,-0.8660254037844387f,-0.08682408883346532f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601634f,-0.021809693682667917f,-0.977310787935829f,-0.0614125138248143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905133f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.1793535439539364f,-0.021809693682667917f,-0.9835429037579558f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292682f,0.7022169901405853f,0.20829890176360127f,0.3815959628982378f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208794f,0.7076142948692847f,-0.30972128121592224f,0.27377416621197825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549364f,0.8737249081167114f,0.4529779710640936f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.1035118056319598f,-0.5291882221760245f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-7.871877887341985e-17f,-9.381338752702731e-17f,-0.15624999999999997f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479539e-17f,-1.16796641102639e-16f,-0.15624999999999997f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-6.580022455450642e-17f,-1.0328566345430089e-16f,0.15625000000000003f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772731e-18f,-1.2234812067540777e-16f,0.15625000000000003f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,-1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,-1.2234812067540777e-16f,0.08005326181113279f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,-1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,-1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,-1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,-1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,-1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,-1.2234812067540777e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,-1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,-1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,-1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,-1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772731e-18f,-1.2234812067540777e-16f,1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127541f,0.055162752467670495f,0.13539687148294582f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231492f,-0.7343101668517944f,-0.6769738216902769f,0.40462030414305333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085595f,0.1226544996484655f,0.12500000000000003f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231492f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17298739392508938f,-0.015134435901338714f,-0.15030508631179093f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.0664522806535237f,-0.45595691535740024f,-0.8875175410850817f,0.41304452000804703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058123f,-0.14645338762528523f,-0.12499999999999999f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.0664522806535237f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200515f,-9.381338752702731e-17f,4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861259f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1292559202899415f,0.018165734927774062f,4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861284f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-7.871877887341985e-17f,-9.381338752702731e-17f,4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,-1.16796641102639e-16f,4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,-1.16796641102639e-16f,4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6825839484795376e-17f,-1.16796641102639e-16f,4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005152f,-1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231469f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517195f,0.011376107230962088f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314934f,-0.45848716163646647f,-0.8872961732197349f,0.020984817312548844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-5.654789612090135e-17f,-1.086274977660736e-16f,-0.00781249999999999f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053262974e-17f,-1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,-0.04251139545395524f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.3647272479239535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,0.011261395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,0.1030610172854336f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792324f,-0.5489564193883943f,-0.588457713000926f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558594f,0.1028474406453113f,-0.7523354903537363f,-0.3880356584006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207783f,-0.5489564193883943f,-0.8083040233938802f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.1028474406453113f,0.1873571304321719f,-0.4761318415993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295432f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.1028474406453113f,-0.3261904081870284f,-0.3831551887719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,-1.9135106236677393e-21f,-0.007217499999999916f,0f,0.000015625f,0f,1.2911225f,1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..e8350cbfe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4555376903404035f,-0.08032358553663102f,-0.6730363873746461f,0.06835937630751676f,-0.1905426758293429f,0.7933869262122691f,0.034280000695534836f,1.4782572618749812f,0.6504793200491228f,0.17615263655827418f,-0.4612931251020808f,-0.27588289180695463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.44238411801403316f,0.09807419780171557f,-0.6593009508976125f,0.06835937630751676f,0.12497393029992139f,0.7894642948780013f,0.03358040884460556f,1.4782572618749812f,0.6547349149650845f,-0.0844249894185983f,-0.4518789796918343f,-0.27588289180695463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5976814083551842f,0.10538735816085272f,0.5464566618597343f,-0.05068551745226055f,0.18130455636560594f,0.7950158559247339f,0.04497656182700006f,1.4794059107338293f,-0.5261654078254087f,0.15423273975580953f,-0.6052327403898292f,-0.29133982911710826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5804234606603357f,-0.12867678330114082f,0.5353044850870867f,-0.05068551745226055f,-0.1339453006557303f,0.7874753899535253f,0.04405867281012251f,1.4794059107338293f,-0.5340105455394357f,-0.05766104106599745f,-0.592881051810445f,-0.29133982911710826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6649888173184255f,1.3674825858969972f,0.3594266268794014f,-0.16521769107361f,1.2598545601120317f,0.3927580617008249f,0.8366085358959299f,1.5643736583885264f,0.6418431352023343f,0.6458627812759253f,-1.2697656900216534f,0.4878557436866196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7720131980360744f,-0.5835228166603501f,-0.25198560374530304f,-0.3740325101604647f,-0.2540974293610526f,0.08005219213703431f,-0.9638600224753386f,1.6166873461011428f,0.5826063151479035f,0.8081415525579829f,-0.0864702988254056f,0.36142377557809424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09963922092771539f,-0.9541967167382931f,-0.2821004278954215f,-0.2984375f,-0.08417932134973444f,0.29057852553227f,-0.9531411030674264f,1.6309412978201654f,0.9914564375251271f,-0.0712232143711155f,-0.10927664995153391f,0.0351248865347413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.875614518626934f,0.412910303662602f,0.25060785282784087f,0.338293932585344f,0.247443653728945f,0.06211932288593412f,-0.9669089036478375f,1.6195774714804752f,-0.4148142391468655f,0.9086507969805843f,-0.04777945319440413f,0.36446814630985197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0173147889997446f,0.9584332125528177f,0.28479110793277934f,0.2984375f,0.07191585143421003f,0.28290226077464903f,-0.9564488596684536f,1.6309412978201654f,-0.9972604014972153f,0.037041705202083317f,-0.06402814757069733f,0.03512488653474138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.714655485257275e-17f,1.0241551639302034e-16f,-0.15625000000000003f,0f,0.8362861558477597f,-0.5482932295199139f,1.3205736389260714f,-1.2246467991473532e-16f,-0.5482932295199139f,-0.8362861558477597f,0.26732813124189214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2842606366214253e-17f,1.2031547348955895e-16f,-0.15625000000000003f,0f,0.9824503977255099f,-0.18652403600873466f,1.5036173132745498f,-1.2246467991473532e-16f,-0.18652403600873466f,-0.9824503977255099f,0.22621455950447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.320419938850672e-17f,1.1030372157840639e-16f,0.15624999999999997f,0f,0.900698239322588f,-0.4344452574044171f,1.316169725504675f,-1.2246467991473532e-16f,-0.4344452574044171f,-0.900698239322588f,0.21855203124970446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.075672530743864e-18f,1.2212792471311905e-16f,0.15624999999999997f,0f,0.9972501850994857f,0.07410849019539922f,1.5036173132745498f,-1.2246467991473532e-16f,0.07410849019539922f,-0.9972501850994857f,0.22621455950447006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.735843413637272e-17f,1.1293704681267977e-16f,0.29375f,0f,0.9222009716704518f,0.38671096163682067f,2.1667102386786143f,-1.2246467991473532e-16f,0.38671096163682067f,-0.9222009716704518f,0.25781390673525684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.735843413637272e-17f,1.1293704681267977e-16f,0.33125f,0f,0.9222009716704518f,0.38671096163682067f,2.08768926987326f,-1.2246467991473532e-16f,0.38671096163682067f,-0.9222009716704518f,0.12301869543654943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.735843413637272e-17f,1.1293704681267977e-16f,-0.29375f,0f,0.9222009716704518f,0.38671096163682067f,2.1667102386786143f,-1.2246467991473532e-16f,0.38671096163682067f,-0.9222009716704518f,0.25781390673525684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.735843413637272e-17f,1.1293704681267977e-16f,-0.33125f,0f,0.9222009716704518f,0.38671096163682067f,2.08768926987326f,-1.2246467991473532e-16f,0.38671096163682067f,-0.9222009716704518f,0.12301869543654938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881511284719194f,0.14981629006672167f,0.03335305878500269f,0.19347036020383535f,0.12906274620465794f,0.6934588662044846f,0.7088424425953223f,2.239733954748377f,0.08306717066196483f,0.7047480969204775f,-0.704577863011024f,0.3075224937762201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,-0.006609090231285031f,0.03335305878500269f,0.07828534823697728f,0.018992902869426412f,0.7051110984916418f,0.7088424425953223f,2.2490273269171155f,-0.02820241558082652f,0.7090660467898777f,-0.704577863011024f,0.31141952815226503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9742890798676322f,0.21670885331184472f,0.061628416716219395f,0.05740930866239019f,0.13823107446509475f,0.3589625207854336f,0.9230590873414293f,2.2792727162976893f,0.17791278454036982f,0.9078453511296031f,-0.3796891617224008f,0.2712885880500047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935706966681885f,-0.09496951603194828f,0.061628416716219395f,0.08619763975517328f,0.02054004485813969f,0.3841093956591443f,0.9230590873414293f,2.2817142563191526f,-0.11133452869400437f,0.9183903109196135f,-0.3796891617224008f,0.2818969102649399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.061628416716219235f,0.061628416716219395f,0.14311731654471052f,0.0803751106485503f,0.376167200676296f,0.9230590873414293f,2.347809970950503f,0.033704081090118125f,0.9244999596475985f,-0.3796891617224008f,0.36951626561976836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538031f,0.03335305878500269f,0.12499999999999997f,0.0803751106485503f,0.7007725973265011f,0.7088424425953223f,2.1901361365520406f,0.033704081090118125f,0.7088258388861748f,-0.704577863011024f,0.2100304518703793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881511284719194f,-0.14981629006672184f,-0.033353058785002526f,-0.19347036020383543f,-0.12906274620465794f,0.6934588662044846f,0.7088424425953223f,2.239733954748377f,-0.08306717066196508f,0.7047480969204775f,-0.704577863011024f,0.30752249377622004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,0.006609090231284864f,-0.033353058785002526f,-0.07828534823697736f,-0.018992902869426412f,0.7051110984916418f,0.7088424425953223f,2.2490273269171155f,0.02820241558082627f,0.7090660467898777f,-0.704577863011024f,0.311419528152265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9742890798676321f,-0.21670885331184495f,-0.0616284167162193f,-0.05740930866239026f,-0.13823107446509475f,0.3589625207854336f,0.9230590873414293f,2.2792727162976893f,-0.17791278454037007f,0.9078453511296031f,-0.3796891617224008f,0.2712885880500048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9935706966681886f,0.09496951603194806f,-0.0616284167162193f,-0.08619763975517333f,-0.02054004485813969f,0.3841093956591443f,0.9230590873414293f,2.2817142563191526f,0.11133452869400412f,0.9183903109196135f,-0.3796891617224008f,0.2818969102649399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06162841671621945f,-0.0616284167162193f,-0.1431173165447106f,-0.0803751106485503f,0.376167200676296f,0.9230590873414293f,2.347809970950503f,-0.033704081090118375f,0.9244999596475985f,-0.3796891617224008f,0.36951626561976836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08052140686538048f,-0.033353058785002526f,-0.12500000000000003f,-0.0803751106485503f,0.7007725973265011f,0.7088424425953223f,2.1901361365520406f,-0.033704081090118375f,0.7088258388861748f,-0.704577863011024f,0.21003045187037925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.735843413637272e-17f,1.1293704681267977e-16f,-4.979397278658427e-18f,0f,0.9222009716704518f,0.38671096163682067f,1.7054234210197834f,-1.2246467991473532e-16f,0.38671096163682067f,-0.9222009716704518f,0.04065986439621022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.075672530743864e-18f,1.2212792471311905e-16f,-1.576020079629478e-18f,0f,0.9972501850994857f,0.07410849019539922f,1.3314546016074762f,-1.2246467991473532e-16f,0.07410849019539922f,-0.9972501850994857f,0.012869180572935516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9958049275746618f,-0.09118735658265209f,0.007577085025981735f,0.1526784780473202f,-0.08584602585288718f,0.9023855238622808f,-0.4222923468038021f,0.8442462673695268f,0.03167027096960371f,-0.421171262461324f,-0.9064280234047526f,0.3770256101034687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9958049275746618f,-0.0796389549914128f,0.045057552817462536f,0.12499999999999999f,-0.08584602585288718f,0.6426984505771559f,-0.7612943986862037f,1.06413614520947f,0.03167027096960371f,-0.7619687253907464f,-0.6468389718184219f,0.10277179339981936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1554037210237093f,0.07748143712548801f,-0.13914564991630324f,0.16291521578584225f,0.981300628906857f,0.10250711278959916f,1.092902659370893f,-0.060102596220947685f,0.1135727044627901f,-0.9917100981277288f,0.3818550098225178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16291521578584225f,0.2045194148434571f,-0.9652100504126252f,1.0550703055551915f,-0.060102596220947685f,-0.9744058261791984f,-0.21661247386874f,0.04752316630824776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.683154556045829e-17f,-3.609607333160086e-18f,0.10320569928887956f,0.7839251148301821f,-0.6122172800344492f,1.2429637335955734f,-0.07991039037421378f,-0.6069796763344057f,-0.7906895737438435f,0.029474680664443295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.620626584848513e-18f,-0.10320569928887956f,0.6910918321771673f,-0.715360512701323f,1.2051233765406277f,0.07991039037421353f,-0.7111153117237784f,-0.6985193933902153f,0.02956465968285169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.497499323768871e-17f,9.683154556045829e-17f,-3.609607333160086e-18f,0f,0.7906895737438435f,-0.6122172800344492f,1.2429637335955734f,-1.2246467991473532e-16f,-0.6122172800344492f,-0.7906895737438435f,0.029474680664443295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1815237079848967e-16f,-3.708872528202214e-18f,0.08408675580182562f,0.9611160167843875f,-0.2630312144579748f,1.2679082581067829f,-0.022924680861903482f,-0.26203030127566734f,-0.964787323828813f,0.030285242494280603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1815237079848967e-16f,-3.708872528202214e-18f,-0.08408675580182562f,0.9611160167843875f,-0.2630312144579748f,1.2679082581067829f,0.02292468086190324f,-0.26203030127566734f,-0.964787323828813f,0.030285242494280603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.221203348617998e-17f,1.1815237079848967e-16f,-3.708872528202214e-18f,0f,0.964787323828813f,-0.2630312144579748f,1.2679082581067829f,-1.2246467991473532e-16f,-0.2630312144579748f,-0.964787323828813f,0.030285242494280603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1489530165252494e-16f,-0.19375f,0.12245854265180514f,0.9301649789857773f,-0.34611705707749296f,1.2802140396060997f,-0.045177341522735524f,-0.34315597767330625f,-0.9381913359224842f,0.03105175364705169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962308f,0.19375f,-0.12245854265180517f,0.8964593312290287f,-0.4258691968010818f,1.2807858012773061f,0.0451773415227353f,-0.4236189282983788f,-0.9047132205291747f,0.018218261153594612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.2239604193664084e-17f,1.1076380988530455e-16f,-0.007812500000000009f,0f,0.904455145454368f,-0.4265687399014583f,1.1403728733798202f,-1.2246467991473532e-16f,-0.4265687399014583f,-0.904455145454368f,0.07733552994075232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.238711460802535e-17f,1.1489530165252494e-16f,0f,0f,0.9381913359224842f,-0.34611705707749296f,1.35f,-1.2246467991473532e-16f,-0.34611705707749296f,-0.9381913359224842f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7255330323557359f,0.15756575351017202f,-0.6699065996700305f,-1.11076881853288f,-0.07289883721466629f,0.9855560590580777f,0.15285618726980074f,2.131728505073438f,0.6843154086336506f,-0.0620668009058186f,0.72653983630072f,-0.16805628619422838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06391928240670114f,0.15756575351017202f,-0.9854376482849557f,-1.0764093285274772f,0.07289883721466629f,0.9855560590580777f,0.15285618726980074f,2.131728505073438f,0.9952889454170392f,-0.0620668009058186f,-0.07448239628231285f,-0.08082963919591357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.36650122672429697f,0.15756575351017202f,-0.9169786715787653f,-0.9560422727933637f,0f,0.9855560590580777f,0.16934950384902464f,2.1063260794960845f,0.9304175679820246f,-0.0620668009058186f,0.36120750465034923f,-0.17862408839262336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.843932920854682f,0.262505990844269f,0.4678331218164802f,0.9926170216068503f,-0.26843013444944797f,0.9617049942888088f,-0.055396451866643465f,2.2291429120985278f,-0.46445935023114365f,-0.07882961836030056f,0.8820790232468023f,-0.4707512354020648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06738174262407709f,0.262505990844269f,0.9625748311335649f,0.9440100248862502f,-0.09976488958411121f,0.9617049942888088f,-0.2552850774452595f,2.2487814135327335f,-0.9927268846803801f,-0.07882961836030056f,0.09099023959720437f,-0.3930289629750297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5184746316864005f,0.262505990844269f,0.8138025934270053f,0.8462431342324994f,-0.2094773486315295f,0.9617049942888088f,-0.1767561720853524f,2.2654755886284335f,-0.8290375725550415f,-0.07882961836030056f,0.5536087016668122f,-0.5149314044385691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5161225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19.mcfunction new file mode 100644 index 000000000..7463c8681 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..e4da0a055 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.42916463178806635f,-0.07567330375004985f,-0.6906777210582448f,0.07163854840843889f,-0.19619681926347596f,0.7919700125628902f,0.03513903465484797f,1.4914386939339472f,0.6665350488740653f,0.1843949422981345f,-0.43436617999305527f,-0.27278441414187937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4167725769837183f,0.0923962558532341f,-0.6765822573631786f,0.07163854840843889f,0.11932562652386794f,0.7903015417316779f,0.034421911498626584f,1.4914386939339472f,0.6723555710552543f,-0.08298436624350758f,-0.4255015640748297f,-0.27278441414187937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5833893486008913f,0.10286728241627328f,0.5621562368165659f,-0.0524625628987712f,0.18599107802401796f,0.7937695601015357f,0.0477666075425322f,1.4927076549031595f,-0.540378229834378f,0.16215009130108224f,-0.590460126559414f,-0.2884704947121349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5665440816691436f,-0.12559979905799498f,0.5506836605550034f,-0.0524625628987712f,-0.12923667874333045f,0.7881043143534476f,0.046791778817174404f,1.4927076549031595f,-0.5498415084304387f,-0.05582365246088307f,-0.5784099198949363f,-0.2884704947121349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5132063396462472f,1.4648441102850047f,0.17960299415720177f,-0.12083163599110702f,1.2280169209845953f,0.31839740276223144f,0.9121424152454368f,1.5734501233014302f,0.8185352434210846f,0.4407505830711936f,-1.2558444285818164f,0.46052403149840526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8498728780304128f,-0.4612968796336616f,-0.2547965463434509f,-0.3460900325950934f,-0.25821320573306356f,0.05696794897675728f,-0.9644068608084639f,1.6262289925983235f,0.4593931122397873f,0.8854150674286205f,-0.07069743133250046f,0.3667280745154253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.006535968357333955f,-0.9624349825814081f,-0.2714335746018844f,-0.2984375f,-0.08097353669086149f,0.27105737703767957f,-0.9591512835362453f,1.6397662558192432f,0.9966948216346896f,0.015709954073068095f,-0.07970338681396444f,0.03686129650260401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8933008274800703f,0.37086372809436285f,0.25391677141806174f,0.32814007063569195f,0.2551811789330185f,0.04657207603636447f,-0.9657709913079902f,1.6268360488984748f,-0.36999486150725996f,0.9275188067730022f,-0.05303456929786474f,0.3671998355877092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05223268318831055f,0.961046405374467f,0.27140662026517604f,0.2984375f,0.0772478363143836f,0.2670749970837456f,-0.9605746809683584f,1.6397662558192432f,-0.9956427665541974f,0.07113896716661698f,-0.060288711702699296f,0.036861296502604085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.647481348342173e-17f,1.0285279285932332e-16f,-0.15625000000000003f,0f,0.8398567891651162f,-0.5428080449783894f,1.330377348126957f,-1.2246467991473532e-16f,-0.5428080449783894f,-0.8398567891651162f,0.26722981533692103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.205465980509721e-17f,1.2046239997401682e-16f,-0.15625000000000003f,0f,0.983650143518012f,-0.1800899640651698f,1.513686187761177f,-1.2246467991473532e-16f,-0.1800899640651698f,-0.983650143518012f,0.22731513367771414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.248112882779577e-17f,1.1064957724085024e-16f,0.15624999999999997f,0f,0.9035223651251019f,-0.4285409382063071f,1.3262927655787957f,-1.2246467991473532e-16f,-0.4285409382063071f,-0.9035223651251019f,0.2184259367074688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.874797836270129e-18f,1.2206590922248264e-16f,0.15624999999999997f,0f,0.9967437901888909f,0.08063384351427161f,1.513686187761177f,-1.2246467991473532e-16f,0.08063384351427161f,-0.9967437901888909f,0.22731513367771417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.956667659197017e-17f,1.119854561907287e-16f,0.29375f,0f,0.9144306445637821f,0.40474262968294544f,2.1736367816748103f,-1.2246467991473532e-16f,0.40474262968294544f,-0.9144306445637821f,0.269254168643445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.956667659197017e-17f,1.119854561907287e-16f,0.33125f,0f,0.9144306445637821f,0.40474262968294544f,2.097277572637114f,-1.2246467991473532e-16f,0.40474262968294544f,-0.9144306445637821f,0.1329334670052222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.956667659197017e-17f,1.119854561907287e-16f,-0.29375f,0f,0.9144306445637821f,0.40474262968294544f,2.1736367816748103f,-1.2246467991473532e-16f,0.40474262968294544f,-0.9144306445637821f,0.2692541686434449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.956667659197017e-17f,1.119854561907287e-16f,-0.33125f,0f,0.9144306445637821f,0.40474262968294544f,2.097277572637114f,-1.2246467991473532e-16f,0.40474262968294544f,-0.9144306445637821f,0.13293346700522216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988203219471465f,0.14907135406724203f,0.03510168689379906f,0.19333403924104686f,0.12629604389058474f,0.6636016497466154f,0.7373480587559431f,2.243465828948277f,0.08662393620598657f,0.7330829297222308f,-0.6746004090022862f,0.321518050471572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999356695536876f,-0.007353003660107979f,0.03510168689379906f,0.07814902727418876f,0.020930960936095894f,0.6751886663171515f,0.7373480587559431f,2.2526808965566287f,-0.0291219841341124f,0.7376084314960347f,-0.6746004090022862f,0.3255967968682324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070176f,0.05749388812736134f,0.1283098326885911f,0.3006514178315027f,0.9450636548885651f,2.286856806837557f,0.18292042798558006f,0.9294162218599425f,-0.3205083517931512f,0.2851924954988001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408479f,0.06425795390070176f,0.086247883590414f,0.02912350499036804f,0.3255864089082084f,0.9450636548885651f,2.2885780786559407f,-0.11323774240329441f,0.9404528750162034f,-0.3205083517931512f,0.29603272581175827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05888156633778735f,0.06425795390070176f,0.14294929665682535f,0.07969788201817625f,0.3170219800116136f,0.9450636548885651f,2.3489252307747233f,0.03527564451165735f,0.9465886251879032f,-0.3205083517931512f,0.3878413066671158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07977465180811295f,0.03510168689379906f,0.12499999999999997f,0.07969788201817625f,0.6707951161499754f,0.7373480587559431f,2.1979963296409792f,0.03527564451165735f,0.7373397568816124f,-0.6746004090022862f,0.22193986136875332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988203219471465f,-0.1490713540672422f,-0.035101686893798896f,-0.19333403924104692f,-0.12629604389058474f,0.6636016497466154f,0.7373480587559431f,2.243465828948277f,-0.08662393620598682f,0.7330829297222308f,-0.6746004090022862f,0.32151805047157195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999356695536876f,0.0073530036601078125f,-0.035101686893798896f,-0.07814902727418885f,-0.020930960936095894f,0.6751886663171515f,0.7373480587559431f,2.2526808965566287f,0.02912198413411215f,0.7376084314960348f,-0.6746004090022862f,0.32559679686823234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05749388812736142f,-0.1283098326885911f,0.3006514178315027f,0.9450636548885651f,2.286856806837557f,-0.1829204279855803f,0.9294162218599424f,-0.3205083517931512f,0.2851924954988001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408457f,-0.06425795390070166f,-0.0862478835904141f,-0.02912350499036804f,0.3255864089082084f,0.9450636548885651f,2.2885780786559407f,0.11323774240329418f,0.9404528750162036f,-0.3205083517931512f,0.29603272581175827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05888156633778757f,-0.06425795390070166f,-0.14294929665682546f,-0.07969788201817625f,0.3170219800116136f,0.9450636548885651f,2.3489252307747233f,-0.0352756445116576f,0.9465886251879032f,-0.3205083517931512f,0.3878413066671158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07977465180811312f,-0.035101686893798896f,-0.12500000000000003f,-0.07969788201817625f,0.6707951161499754f,0.7373480587559431f,2.1979963296409792f,-0.0352756445116576f,0.7373397568816124f,-0.6746004090022862f,0.22193986136875327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.956667659197017e-17f,1.119854561907287e-16f,-5.2764178354206584e-18f,0f,0.9144306445637821f,0.40474262968294544f,1.7167024171244485f,-1.2246467991473532e-16f,0.40474262968294544f,-0.9144306445637821f,0.043085221298861894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.874797836270129e-18f,1.2206590922248264e-16f,-1.5733686468193603e-18f,0f,0.9967437901888909f,0.08063384351427161f,1.3429234958036143f,-1.2246467991473532e-16f,0.08063384351427161f,-0.9967437901888909f,0.01284752998101004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9960021831417567f,-0.08915016724889488f,0.005647907253898396f,0.15283590106612327f,-0.0838748473994688f,0.9115652624385272f,-0.40250935677210625f,0.8436681741135946f,0.030735340417350026f,-0.4013739154390492f,-0.9153984481385996f,0.3690229753636045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9960021831417567f,-0.07941491736694145f,0.040901370104880694f,0.12499999999999999f,-0.0838748473994688f,0.6738599605329827f,-0.7340829405211666f,1.0769616755735616f,0.030735340417350026f,-0.7345788075421784f,-0.6778269058980624f,0.10362290864660959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15296507141304216f,0.0821910976605662f,-0.13852568122766504f,0.1630459514966366f,0.9773964659231402f,0.13458144783554876f,1.1079430820359661f,-0.059747027604745706f,0.14593777896267646f,-0.9874879530221312f,0.38024372144215274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1630459514966366f,0.20664475017684042f,-0.9647351786500312f,1.0672626136428518f,-0.059747027604745706f,-0.9739573154734387f,-0.21871771836815213f,0.046285996444373666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.699488504987944e-17f,-3.582163607765434e-18f,0.10337979096664454f,0.7852474724075568f,-0.6104908073814348f,1.2554016651216584f,-0.07968504047284376f,-0.6052679738942722f,-0.7920233418926261f,0.029250585640361575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.5825682590722765e-18f,-0.10337979096664454f,0.6926415992143424f,-0.7138348785661085f,1.2175422833803125f,0.07968504047284351f,-0.709605892103355f,-0.7000784043355736f,0.029253889869034887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.476356131685576e-17f,9.699488504987944e-17f,-3.582163607765434e-18f,0f,0.7920233418926261f,-0.6104908073814348f,1.2554016651216584f,-1.2246467991473532e-16f,-0.6104908073814348f,-0.7920233418926261f,0.029250585640361575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1822236531644082e-16f,-3.686930736076058e-18f,0.08413656954571114f,0.9616853904823954f,-0.2609257507372589f,1.2803423813734465f,-0.02274117760749624f,-0.2599328494800657f,-0.9653588724418488f,0.030106074164755442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1822236531644082e-16f,-3.686930736076058e-18f,-0.08413656954571114f,0.9616853904823954f,-0.2609257507372589f,1.2803423813734465f,0.022741177607495996f,-0.2599328494800657f,-0.9653588724418488f,0.030106074164755442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.195418854555043e-17f,1.1822236531644082e-16f,-3.686930736076058e-18f,0f,0.9653588724418488f,-0.2609257507372589f,1.2803423813734465f,-1.2246467991473532e-16f,-0.2609257507372589f,-0.9653588724418488f,0.030106074164755442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1498750248751766e-16f,-0.19375f,0.12255681281361414f,0.9309114149714961f,-0.3440694190257768f,1.2926361560920046f,-0.04491007112480013f,-0.3411258574489788f,-0.9389442128748994f,0.03091472239384152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12255681281361416f,0.8973813902157424f,-0.4238944068131002f,1.2932404837615374f,0.0449100711247999f,-0.42166215084440034f,-0.9056401691935045f,0.018063460301058334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.199783091754601e-17f,1.1087751533331215e-16f,-0.007812500000000009f,0f,0.9053836208979552f,-0.4245945112807131f,1.1527046524357647f,-1.2246467991473532e-16f,-0.4245945112807131f,-0.9053836208979552f,0.076878010813572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.2136351269440703e-17f,1.1498750248751766e-16f,0f,0f,0.9389442128748994f,-0.3440694190257768f,1.3625f,-1.2246467991473532e-16f,-0.3440694190257768f,-0.9389442128748994f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7312480905667127f,0.18043444894583116f,-0.6578142896563975f,-1.104039248596143f,-0.08733787168579421f,0.9812085670278176f,0.1720518647402944f,2.1918534963056873f,0.6764970999286931f,-0.06836049754669031f,0.7332656518365199f,-0.30006108658114783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.09941189977341741f,0.18043444894583116f,-0.9785502970297716f,-1.070824463783857f,0.08733787168579424f,0.9812085670278176f,0.1720518647402944f,2.1918534963056873f,0.991206018117745f,-0.06836049754669031f,-0.11330256847191583f,-0.2123921606730842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35429103799771544f,0.18043444894583116f,-0.9175626790732694f,-0.9497974543290096f,1.3877787807814457e-17f,0.9812085670278176f,0.19295011788339705f,2.1629109786231777f,0.9351352096860117f,-0.06836049754669031f,0.3476334017045365f,-0.3083716338827965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8119584600455343f,0.0040406961741602755f,0.5837012351665122f,1.008204771275846f,-0.08329830872542941f,0.9905438344940026f,0.1090151535769269f,2.2388147223069055f,-0.5777411625667386f,-0.13713710191026363f,0.80461702962073f,-0.4736468429690207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.044292549060204245f,0.0040406961741602755f,0.9990104318134906f,0.9672919264896408f,-0.13682634905394633f,0.9905438344940026f,-0.01007284222479185f,2.250546291767616f,-0.9896043251230848f,-0.13713710191026363f,-0.04332083768046174f,-0.39011498132636124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4364036777195214f,0.0040406961741602755f,0.8997419090201944f,0.8527870625297141f,-0.12513674091424695f,0.9905438344940026f,0.056246848971996125f,2.236243479691461f,-0.8910065241883676f,-0.13713710191026363f,0.4327826118658388f,-0.4967983039275668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5286225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..55429ed42 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7680840205592259f,-0.13543393627562683f,-0.24217561956338282f,0.029498005554281392f,-0.1328717686426348f,0.8052659111411107f,-0.028919714664904686f,1.2483480290842301f,0.24359079396355893f,0.012202692465632995f,-0.7793966024029336f,-0.34343053013213554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7459057267947615f,0.16536331846520155f,-0.23723325998045666f,0.029498005554281392f,0.18162065176611558f,0.7785957727551756f,-0.028329516406437244f,1.2483480290842301f,0.2250301881677878f,-0.08027200977892321f,-0.7634905492926697f,-0.34343053013213554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7711400387221001f,0.13597279473127666f,0.2319458648415369f,-0.029118026513180642f,0.1332453226608945f,0.8052000434889394f,-0.02903477912519217f,1.2483015821424606f,-0.2335233802280117f,0.010427535798101026f,-0.7824976305577592f,-0.34468229174274034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7488735029596881f,-0.1660212586008847f,0.2272122757631382f,-0.029118026513180642f,-0.18125788405577545f,0.7786761964203371f,-0.028442232612433147f,1.2483015821424606f,-0.2152534692693924f,-0.07810456338098859f,-0.7665282911586213f,-0.34468229174274034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.053343301310253194f,0.2561668624011966f,1.5404347700609884f,-0.6014386706775718f,1.5509003482073391f,0.17134090227751364f,-0.0821988755220111f,0.9607461268110066f,-0.18239751131986182f,1.5318051716240726f,-0.24841560750095182f,0.0567722567429364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5030626561760901f,-0.8617564714563707f,-0.06560295621481008f,-0.49788506175279734f,-0.8178042259268131f,0.4992033399883809f,-0.2863429297201023f,1.1717958312619343f,0.27950708759761955f,-0.09039805997647479f,-0.9558786422633296f,-0.02732675423656835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5404332845161197f,-0.8324566666317952f,0.12226104517547336f,-0.2984375f,-0.836221154033739f,0.5474915950819925f,0.03141870240887687f,1.479047825564134f,-0.0930916029167014f,-0.08525755975194158f,-0.9920005554290499f,-0.0001529084825681818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6679519125030714f,0.7145764994392604f,0.20789581292710524f,0.3901573931053027f,0.3549188878566389f,-0.06033323216781045f,-0.9329482751679171f,1.3243463689586512f,-0.6541198862793393f,0.6969507353789921f,-0.2939163942834532f,0.28048495518220784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.20049500113952157f,0.8768089303509105f,0.43704445331677116f,0.2984375f,0.47494663649824626f,0.47716544050874965f,-0.7394179027201693f,1.479047825564134f,-0.856870729455188f,0.05932319985455233f,-0.512106737860332f,-0.00015290848256810895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.810309004630307e-17f,9.432658772497632e-17f,-0.15625000000000003f,0f,0.7702350407533842f,-0.6377601288851731f,1.1539113226214686f,-1.2246467991473532e-16f,-0.6377601288851731f,-0.7702350407533842f,0.2666521565610234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.6060623965784734e-17f,1.1703516234797495e-16f,-0.15625000000000003f,0f,0.9556646245224286f,-0.2944573406054019f,1.3312580813406403f,-1.2246467991473532e-16f,-0.2944573406054019f,-0.9556646245224286f,0.2054685012942454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.512281696297135e-17f,1.0371410963521747e-16f,0.15624999999999997f,0f,0.8468899743781413f,-0.5317681555883084f,1.1441187716531072f,-1.2246467991473532e-16f,-0.5317681555883084f,-0.8468899743781413f,0.21866665531947035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.540959038328638e-18f,1.2238046215646843e-16f,0.15624999999999997f,0f,0.9993123098159769f,-0.03707974447400042f,1.3312580813406403f,-1.2246467991473532e-16f,-0.03707974447400042f,-0.9993123098159769f,0.20546850129424543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.742949996842699e-18f,1.2221965697859314e-16f,0.29375f,0f,0.9979992358914197f,0.06322598484913072f,2.018185982899953f,-1.2246467991473532e-16f,0.06322598484913072f,-0.9979992358914197f,0.05269055655982576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.742949996842699e-18f,1.2221965697859314e-16f,0.33125f,0f,0.9979992358914197f,0.06322598484913072f,1.8993635144931313f,-1.2246467991473532e-16f,0.06322598484913072f,-0.9979992358914197f,-0.048775119911136165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.742949996842699e-18f,1.2221965697859314e-16f,-0.29375f,0f,0.9979992358914197f,0.06322598484913072f,2.018185982899953f,-1.2246467991473532e-16f,0.06322598484913072f,-0.9979992358914197f,0.05269055655982569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.742949996842699e-18f,1.2221965697859314e-16f,-0.33125f,0f,0.9979992358914197f,0.06322598484913072f,1.8993635144931313f,-1.2246467991473532e-16f,0.06322598484913072f,-0.9979992358914197f,-0.04877511991113625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876897873936933f,0.15641377485694535f,0.0019012925081420696f,0.19517658987232656f,0.15600875983719734f,0.9841002847320113f,0.08489933123666901f,2.125274139446915f,0.011408362382936126f,0.08415082070529536f,-0.9963877200379202f,0.03993936499366038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999981923283108f,-0.000020661781953937308f,0.0019012925081420696f,0.07999157790546849f,0.000140831533915739f,0.9963895240928846f,0.08489933123666901f,2.1353313597363877f,-0.0018961821088190924f,0.08489944552849185f,-0.9963877200379202f,0.0405765174430594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703087029771299f,0.24183996393323148f,0.0038016801040237974f,0.05760342012735252f,0.2408584120603393f,0.9646958592004254f,0.10653227014067097f,2.130608896045229f,0.022096295314188743f,0.10428485549842026f,-0.9943019775938605f,0.03745561766616827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975510735586909f,-0.06983840541056152f,0.0038016801040237974f,0.08670980588359153f,-0.06903745260158402f,0.9919096257003251f,0.10653227014067097f,2.140543762778928f,-0.01121096696040626f,0.10600892213748289f,-0.9943019775938605f,0.038631354113102104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0870727897926938f,0.0038016801040237974f,0.14460537545923707f,0.086981364665712f,0.9904974091937674f,0.10653227014067097f,2.247995390500397f,0.0055105076704780485f,0.10645755801328449f,-0.9943019775938605f,0.018936297505708174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713500204105382f,0.0019012925081420696f,0.125f,0.086981364665712f,0.9925856868585485f,0.08489933123666901f,2.024663610957224f,0.0055105076704780485f,0.08474164066649148f,-0.9963877200379202f,-0.00013057164425238008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876897873936933f,-0.1564137748569454f,-0.0019012925081418254f,-0.19517658987232658f,-0.15600875983719734f,0.9841002847320113f,0.08489933123666901f,2.125274139446915f,-0.011408362382936367f,0.08415082070529532f,-0.9963877200379202f,0.039939364993660326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999981923283108f,0.000020661781953909553f,-0.0019012925081418254f,-0.07999157790546849f,-0.000140831533915739f,0.9963895240928846f,0.08489933123666901f,2.1353313597363877f,0.001896182108818846f,0.08489944552849185f,-0.9963877200379202f,0.04057651744305939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703087029771299f,-0.2418399639332315f,-0.0038016801040235545f,-0.057603420127352534f,-0.2408584120603393f,0.9646958592004254f,0.10653227014067097f,2.130608896045229f,-0.022096295314188982f,0.10428485549842019f,-0.9943019775938605f,0.037455617666168256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975510735586909f,0.0698384054105615f,-0.0038016801040235545f,-0.08670980588359153f,0.06903745260158402f,0.9919096257003251f,0.10653227014067097f,2.140543762778928f,0.011210966960406014f,0.1060089221374829f,-0.9943019775938605f,0.03863135411310208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08707278979269382f,-0.0038016801040235545f,-0.14460537545923707f,-0.086981364665712f,0.9904974091937674f,0.10653227014067097f,2.247995390500397f,-0.005510507670478293f,0.10645755801328446f,-0.9943019775938605f,0.01893629750570814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08713500204105384f,-0.0019012925081418254f,-0.125f,-0.086981364665712f,0.9925856868585485f,0.08489933123666901f,2.024663610957224f,-0.005510507670478293f,0.08474164066649145f,-0.9963877200379202f,-0.00013057164425240783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.742949996842699e-18f,1.2221965697859314e-16f,1.648880074201596e-19f,0f,0.9979992358914197f,0.06322598484913072f,1.5112131905363357f,-1.2246467991473532e-16f,0.06322598484913072f,-0.9979992358914197f,-0.001346412757825037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.540959038328638e-18f,1.2238046215646843e-16f,-1.5379716319530797e-18f,0f,0.9993123098159769f,-0.03707974447400042f,1.1364710743553446f,-1.2246467991473532e-16f,-0.03707974447400042f,-0.9993123098159769f,0.01255849141992512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9917272656617703f,-0.11737895672829934f,0.05195393209762331f,0.13701964365406644f,-0.11869872928634372f,0.6845177541419234f,-0.7192677220133714f,0.876747898354322f,0.04886350589996287f,-0.719484276952508f,-0.6927876536207115f,0.40887527180309396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9917272656617703f,-0.04860442936341405f,0.11880505035260629f,0.12499999999999999f,-0.11869872928634372f,-0.005078283334245481f,-0.9929173292395416f,0.8453321538830932f,0.04886350589996287f,-0.9988051964645728f,-0.0007330119577981242f,0.08861136532790635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1733688941901259f,-0.009844599247238794f,-0.1496851176231528f,0.16057459168102153f,0.8876180457125105f,-0.43168276017461804f,0.8381440909071511f,-0.0661021188277579f,-0.4267053215660622f,-0.9019717725259944f,0.4112040551525003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16057459168102153f,0.16824804980072505f,-0.9725782201163699f,0.8484089269054681f,-0.0661021188277579f,-0.9813192644996473f,-0.1806737695636862f,0.06837354121320238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.398490186587917e-17f,-4.073588391174284e-18f,0.10017166888664987f,0.7608793659243128f,-0.6411148315731582f,1.0315902770170462f,-0.08368227774104416f,-0.6356300053137436f,-0.7674449639791253f,0.03326337352133264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.263455651475826e-18f,-0.10017166888664987f,0.6642486010576534f,-0.7407694869157434f,0.9941033938814517f,0.0836822777410439f,-0.7362517932493956f,-0.6715136434422759f,0.034813757357992615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.851392263719626e-17f,9.398490186587917e-17f,-4.073588391174284e-18f,0f,0.7674449639791253f,-0.6411148315731582f,1.0315902770170462f,-1.2246467991473532e-16f,-0.6411148315731582f,-0.7674449639791253f,0.03326337352133264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16876704602217e-16f,-4.079097210292923e-18f,0.08317888885674696f,0.9507390501181903f,-0.2986243979130274f,1.056587680844893f,-0.02602683120268225f,-0.2974880419217976f,-0.9543707188357582f,0.03330835644312262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16876704602217e-16f,-4.079097210292923e-18f,-0.08317888885674696f,0.9507390501181903f,-0.2986243979130274f,1.056587680844893f,0.026026831202682007f,-0.2974880419217976f,-0.9543707188357582f,0.03330835644312262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6570941305149456e-17f,1.16876704602217e-16f,-4.079097210292923e-18f,0f,0.9543707188357582f,-0.2986243979130274f,1.056587680844893f,-1.2246467991473532e-16f,-0.2986243979130274f,-0.9543707188357582f,0.03330835644312262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1324458590273237e-16f,-0.19375f,0.12069916483439602f,0.9168011776933546f,-0.3806669307785446f,1.0690782695856245f,-0.04968700497861749f,-0.377410272415328f,-0.9247122189155081f,0.03335140596667647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12069916483439605f,0.8801351633309127f,-0.45912286577423567f,1.0691088742197115f,0.04968700497861727f,-0.4565680926529273f,-0.8882999371313288f,0.020832145990094225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.63107732981567e-17f,1.0875060752557744e-16f,-0.00781250000000001f,0f,0.8880161006528073f,-0.45981235844785984f,0.9308846135860661f,-1.2246467991473532e-16f,-0.45981235844785984f,-0.8880161006528073f,0.08505526734583103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.661825383191917e-17f,1.1324458590273237e-16f,0f,0f,0.9247122189155081f,-0.3806669307785446f,1.1375f,-1.2246467991473532e-16f,-0.3806669307785446f,-0.9247122189155081f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.582491269102819f,-0.19471659681772782f,-0.7891700503330762f,-0.13419045258514564f,0.005823212791382676f,0.9718583079558811f,-0.23549420258239492f,1.364843004166529f,0.8128160995033094f,0.13257781179689987f,0.567232855366623f,0.37813534499037954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5427746138341283f,-0.19471659681772782f,-0.8169952053108608f,-0.08142749061373297f,-0.005823212791382676f,0.9718583079558811f,-0.23549420258239492f,1.364843004166529f,0.8398582075386294f,0.13257781179689987f,0.5263661416249592f,0.45562813397105345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5628049276950685f,-0.19471659681772782f,-0.8033281149604259f,0.012690245644624593f,0f,0.9718583079558811f,-0.23556618869679022f,1.4001779324710475f,0.8265897491271887f,0.13257781179689987f,0.5469666447389613f,0.3348367427698723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6290643471975478f,-0.5127945452179004f,-0.5842258137738264f,0.5523847996349573f,-0.5280227924201284f,0.8334419669127724f,-0.1629920810144443f,2.0679021787016536f,0.5704997614107941f,0.20595203855105654f,-0.795055834546789f,-0.3903119070309791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18898210475897612f,-0.5127945452179004f,-0.8374529947857575f,0.5761849495440974f,-0.12442596315485854f,0.8334419669127724f,-0.5384168157492436f,2.1031873520016964f,0.974065677341037f,0.20595203855105654f,0.09370066191234183f,-0.4738437686736386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25386826569749277f,-0.5127945452179004f,-0.8201174660172248f,0.6873024944921111f,-0.37637518186712426f,0.8334419669127724f,-0.4046185985135363f,2.1462375551287054f,0.8910065241883678f,0.20595203855105654f,-0.4045876069165092f,-0.37138969681483247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3036225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2.mcfunction new file mode 100644 index 000000000..8af32b76f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20.mcfunction new file mode 100644 index 000000000..cba5541e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..3cc2cc2bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4021298324799851f,-0.0709063392139966f,-0.7072540797572915f,0.07500000000000002f,-0.20197782383969942f,0.7904953225861187f,0.0355885949552938f,1.5045969564264587f,0.6814990836024968f,0.19244188856167013f,-0.40677950172079635f,-0.2698103277298244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.39051840284797357f,0.08657584557524119f,-0.6928203230275509f,0.07500000000000002f,0.11354085144405178f,0.7911340564622007f,0.034862297099063314f,1.5045969564264587f,0.6889149817578565f,-0.08131130098944173f,-0.3984778792366985f,-0.2698103277298244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19083828815235643f,0.7924595232803621f,0.05032987365157918f,1.505982023485354f,-0.5541736080676897f,0.1699909718933481f,-0.5752730882289194f,-0.2856417166558306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1243587349575952f,0.7887357894261551f,0.04930273337297553f,1.505982023485354f,-0.5652660073928759f,-0.05389898333145182f,-0.5635328211222068f,-0.2856417166558306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3246081333780407f,1.5283865457171308f,0.008389077165094051f,-0.08118792671552205f,1.18129180556578f,0.24544051824939997f,0.9928317441060229f,1.5791783290013712f,0.9698378626595089f,0.21260237268742707f,-1.206491194033223f,0.4279167499734108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9089284459648233f,-0.3276745730097775f,-0.2578341604962994f,-0.3179520312558777f,-0.26372070817118703f,0.027175203381400517f,-0.9642162083282294f,1.632616837036394f,0.3229558301032187f,0.9443997472066793f,-0.0617142550655954f,0.3695133035597179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.08715574274765801f,-0.9622501868990583f,-0.2578341604962994f,-0.2984375f,-0.0868240888334653f,0.25049686863386417f,-0.9642162083282294f,1.6485811477531815f,0.9924038765061041f,0.10642319586141008f,-0.0617142550655954f,0.03855962178808195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9089284459648234f,0.32767457300977726f,0.2578341604962994f,0.31795203125587757f,0.26372070817118703f,0.027175203381400517f,-0.9642162083282294f,1.632616837036394f,-0.3229558301032185f,0.9443997472066794f,-0.061714255065595344f,0.36951330355971795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08715574274765826f,0.9622501868990583f,0.2578341604962994f,0.2984375f,0.0868240888334653f,0.25049686863386417f,-0.9642162083282294f,1.6485811477531815f,-0.9924038765061041f,0.10642319586141032f,-0.061714255065595344f,0.03855962178808203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.032856634543009e-16f,-0.15625000000000003f,0f,0.8433914458128857f,-0.5372996083468237f,1.3401816057362632f,-1.2246467991473532e-16f,-0.5372996083468237f,-0.8433914458128857f,0.2671161646603249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.1265768495757704e-17f,1.2060416625018979e-16f,-0.15625000000000003f,0f,0.9848077530122081f,-0.17364817766693025f,1.5237477583156338f,-1.2246467991473532e-16f,-0.17364817766693025f,-0.9848077530122081f,0.2284020828914492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.175581015019657e-17f,1.1099069304367545e-16f,0.15624999999999997f,0f,0.90630778703665f,-0.42261826174069933f,1.3364165290312586f,-1.2246467991473532e-16f,-0.42261826174069933f,-0.90630778703665f,0.2182865979893367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322977e-17f,1.21998664834562e-16f,0.15624999999999997f,0f,0.9961946980917455f,0.08715574274765825f,1.5237477583156338f,-1.2246467991473532e-16f,0.08715574274765825f,-0.9961946980917455f,0.22840208289144923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,0.29375f,0f,0.90630778703665f,0.4226182617406994f,2.1803711673035835f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.2806015049538815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,0.33125f,0f,0.90630778703665f,0.4226182617406994f,2.1067031559621925f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.14280786720160812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,-0.29375f,0f,0.90630778703665f,0.4226182617406994f,2.1803711673035835f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.2806015049538814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,-0.33125f,0f,0.90630778703665f,0.4226182617406994f,2.1067031559621925f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.14280786720160807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882579590136625f,0.14828854214322978f,0.03683360850073495f,0.19319408756119524f,0.12341807543918026f,0.6325937150303823f,0.7645869279283739f,2.246911210723409f,0.09007877164481468f,0.7601550499556621f,-0.6434672601817955f,0.33526508494033275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992883023799141f,-0.008134741021333936f,0.03683360850073495f,0.07800907559433715f,0.02293913473137934f,0.6441122772768949f,0.7645869279283739f,2.2560444211873936f,-0.029944696098728622f,0.7648877043394596f,-0.6434672601817955f,0.33952397092323017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9751660178710491f,0.21117208466449577f,0.06676517241775075f,0.05758740744485305f,0.11815886154100419f,0.241086269161852f,0.9632839115551308f,2.2942505640520507f,0.18732250539872344f,0.947250632873935f,-0.26005099017514843f,0.29915708632667287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9926937586647717f,-0.10050628467929723f,0.06676517241775075f,0.08630566622307367f,0.03787600094512378f,0.26579976352783335f,0.9632839115551308f,2.295236500010364f,-0.11456225408228013f,0.9587747245565625f,-0.26005099017514843f,0.3101822923580019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.056022631551222016f,0.06676517241775075f,0.1427727338758622f,0.07898992833716564f,0.256602215423672f,0.9632839115551308f,2.3495789149045945f,0.03683360850073474f,0.9648921016329959f,-0.26005099017514843f,0.4058066446193831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07898992833716555f,0.03683360850073495f,0.12499999999999997f,0.07898992833716564f,0.639661958273541f,0.7645869279283739f,2.205654974293048f,0.03683360850073474f,0.7645869279283739f,-0.6434672601817955f,0.23377458583549926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882579590136625f,-0.14828854214322995f,-0.0368336085007348f,-0.19319408756119533f,-0.12341807543918026f,0.6325937150303823f,0.7645869279283739f,2.246911210723409f,-0.09007877164481493f,0.7601550499556621f,-0.6434672601817955f,0.3352650849403327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992883023799141f,0.008134741021333769f,-0.0368336085007348f,-0.07800907559433723f,-0.02293913473137934f,0.6441122772768949f,0.7645869279283739f,2.2560444211873936f,0.029944696098728373f,0.7648877043394597f,-0.6434672601817955f,0.33952397092323017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.975166017871049f,-0.211172084664496f,-0.06676517241775068f,-0.05758740744485312f,-0.11815886154100419f,0.241086269161852f,0.9632839115551308f,2.2942505640520507f,-0.1873225053987237f,0.947250632873935f,-0.26005099017514843f,0.2991570863266729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9926937586647718f,0.10050628467929701f,-0.06676517241775068f,-0.08630566622307373f,-0.03787600094512378f,0.26579976352783335f,0.9632839115551308f,2.295236500010364f,0.11456225408227988f,0.9587747245565625f,-0.26005099017514843f,0.3101822923580019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05602263155122223f,-0.06676517241775068f,-0.14277273387586228f,-0.07898992833716564f,0.256602215423672f,0.9632839115551308f,2.3495789149045945f,-0.03683360850073499f,0.9648921016329959f,-0.26005099017514843f,0.4058066446193831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716571f,-0.0368336085007348f,-0.12500000000000003f,-0.07898992833716564f,0.639661958273541f,0.7645869279283739f,2.205654974293048f,-0.03683360850073499f,0.7645869279283739f,-0.6434672601817955f,0.2337745858354992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,-5.572736282183327e-18f,0f,0.90630778703665f,0.4226182617406994f,1.7279654127573676f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.045504845038286015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322977e-17f,1.21998664834562e-16f,-1.5701737303122106e-18f,0f,0.9961946980917455f,0.08715574274765825f,1.354392400972963f,-1.2246467991473532e-16f,0.08715574274765825f,-0.9961946980917455f,0.012821441507914172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08707278979269374f,0.0038016801040237948f,0.15290995191698561f,-0.08189960831908935f,0.9203071217709471f,-0.38252745754371004f,0.8434398413741908f,0.02980901962620903f,-0.38138318119103315f,-0.9239363027035639f,0.3603853574696455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716553f,0.03683360850073496f,0.12499999999999999f,-0.08189960831908935f,0.7038659930018325f,-0.7055955768375566f,1.089782129025859f,0.02980901962620903f,-0.7059272307517495f,-0.7076568145874739f,0.10447592642316307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15038373318043524f,0.08682408883346532f,-0.1379057125390268f,0.16317591116653482f,0.972444337639056f,0.166510156473138f,1.12298929552142f,-0.0593911746138848f,0.17814809285662703f,-0.9822097257661061f,0.3786453402275261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16317591116653482f,0.20876910195451082f,-0.964255715090182f,1.0794589171117475f,-0.0593911746138848f,-0.9735041690763235f,-0.220821921848805f,0.0450477130411645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.715776287805221e-17f,-3.554703890841558e-18f,0.10355339059327376f,0.7865660924854931f,-0.6087614290087205f,1.2678400649818808f,-0.07945931129894566f,-0.6035533905932736f,-0.7933533402912353f,0.029026360035534174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.544483830726296e-18f,-0.10355339059327376f,0.6941880695231883f,-0.7123058468300719f,1.2299618567273172f,0.07945931129894541f,-0.7080930950105849f,-0.7016340831560479f,0.028942906911560973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798983e-17f,9.715776287805221e-17f,-3.554703890841558e-18f,0f,0.7933533402912353f,-0.6087614290087205f,1.2678400649818808f,-1.2246467991473532e-16f,-0.6087614290087205f,-0.7933533402912353f,0.029026360035534174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1829179713786698e-16f,-3.664971395467364e-18f,0.0841859828293692f,0.9622501868990584f,-0.25881904510252063f,1.292776895681233f,-0.02255756611314995f,-0.2578341604962994f,-0.9659258262890684f,0.029926762540995976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1829179713786698e-16f,-3.664971395467364e-18f,-0.0841859828293692f,0.9622501868990584f,-0.25881904510252063f,1.292776895681233f,0.022557566113149706f,-0.2578341604962994f,-0.9659258262890684f,0.029926762540995976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1696191514317643e-17f,1.1829179713786698e-16f,-3.664971395467364e-18f,0f,0.9659258262890684f,-0.25881904510252063f,1.292776895681233f,-1.2246467991473532e-16f,-0.25881904510252063f,-0.9659258262890684f,0.029926762540995976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1507915602278503e-16f,-0.19375f,0.12265449964846552f,0.9316534201490776f,-0.34202014332566866f,1.3050585383817028f,-0.044642586970855935f,-0.3390941135865683f,-0.9396926207859084f,0.030777499032511722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12265449964846555f,0.8982991779853433f,-0.4219175992380989f,1.3056955122836402f,0.044642586970855706f,-0.4197033664281488f,-0.9065628073318631f,0.017908548444050765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.175581015019658e-17f,1.1099069304367545e-16f,-0.007812500000000009f,0f,0.90630778703665f,-0.4226182617406994f,1.1650374300431485f,-1.2246467991473532e-16f,-0.4226182617406994f,-0.90630778703665f,0.07642012577432908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676991e-17f,1.1507915602278503e-16f,0f,0f,0.9396926207859084f,-0.34202014332566866f,1.375f,-1.2246467991473532e-16f,-0.34202014332566866f,-0.9396926207859084f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7364160640053197f,0.20338670806338613f,-0.6452326926451044f,-1.0941571942183907f,-0.10271123718056198f,0.9762960071199334f,0.19051642511477415f,2.278125f,0.6686866100287571f,-0.07402670778046225f,0.7398501632786432f,-0.4534230915993396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1343039659650458f,0.20338670806338613f,-0.9698434366995523f,-1.0620928057816093f,0.10271123718056198f,0.9762960071199334f,0.19051642511477415f,2.278125f,0.9856027833173454f,-0.07402670778046225f,-0.15201052612331767f,-0.3653269084006607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,0.20338670806338613f,-0.9174181535933482f,-0.9405122769609977f,0f,0.9762960071199334f,0.21643961393810285f,2.2456590579092848f,0.9396926207859085f,-0.07402670778046225f,0.33391290028343745f,-0.45946193504251576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7250516652084651f,-0.2663545544583291f,0.6351026169822772f,1.0201636291640688f,0.09136765487057916f,0.9512339825883555f,0.2946283455686961f,2.2465910386899743f,-0.6826067934190833f,-0.15559293585635978f,0.7140299740835226f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13208700287595515f,-0.2663545544583291f,0.9547817944381599f,0.9885863708359313f,-0.19592332344648525f,0.9512339825883555f,0.23826028141253464f,2.252158961310026f,-0.9716825999270192f,-0.15559293585635978f,-0.17783071531843808f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8689087398048199f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.203970171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5411225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21.mcfunction new file mode 100644 index 000000000..ce89c3594 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..7af39fefe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.39870906704847603f,-0.07030316597374671f,-0.709248185864332f,0.07542533096965388f,-0.20270955491150414f,0.7903067330174725f,0.03561668905546244f,1.5062273561663035f,0.6832893681635607f,0.19343520115470567f,-0.40329010247379593f,-0.26946556185575565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3871964114289535f,0.08583937780829878f,-0.6947737330915906f,0.07542533096965388f,0.11280791939770339f,0.7912376848530015f,0.03488981785024892f,1.5062273561663035f,0.690907600405222f,-0.08108345876901428f,-0.3950596922192287f,-0.26946556185575565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19129281513600355f,0.7923198122716207f,0.05080175591109604f,1.5076468902139384f,-0.5540168760796242f,0.1706409729368862f,-0.5752316088486197f,-0.28553903883291715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12389500277911686f,0.7887797376430649f,0.04976498538229817f,1.5076468902139384f,-0.5653678292585269f,-0.053251961556375835f,-0.5634921882598724f,-0.28553903883291715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2987771977947298f,1.5336207874165446f,-0.01207130820523071f,-0.07659949836729518f,1.1742923304355704f,0.2366698710789763f,1.0032104190067301f,1.5796579685159753f,0.986496811326892f,0.18275913801317187f,-1.197843641179664f,0.4234989082586463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9148717138462835f,-0.310342812791739f,-0.25825778933553095f,-0.3144301686333635f,-0.26438514404154423f,0.022940076882440888f,-0.9641443089510822f,1.6331611709970137f,0.3051397103198725f,0.950347879158542f,-0.06106280180899759f,0.36966722503055854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09883134516872381f,-0.9616098500623387f,-0.25600558875779894f,-0.2984375f,-0.0881865311310216f,0.24778922042088708f,-0.9647920179864085f,1.6496687342402958f,0.9911889330189364f,0.11792793776834945f,-0.06031169500591364f,0.038751673728942525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9107231566177156f,0.3222172275303864f,0.25837838586633943f,0.31669390169828526f,0.26483061561314586f,0.024472156322504032f,-0.9639843663664308f,1.6332136671607622f,-0.3169354461625048f,0.9463493920574779f,-0.06304562727276024f,0.36978148998714444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09149879653797711f,0.9623004301259037f,0.2561363941567119f,0.2984375f,0.088319702265555f,0.2483595646942412f,-0.9646331721523009f,1.6496687342402958f,-0.9918808398309876f,0.11088466442384065f,-0.06226548620051636f,0.0387516737289426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.571547670535098e-17f,1.0333960493444442e-16f,-0.15625000000000003f,0f,0.8438319114245306f,-0.5366075896422107f,1.3413930983844573f,-1.2246467991473532e-16f,-0.5366075896422107f,-0.8438319114245306f,0.26708264965317335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.1166829181730457e-17f,1.206215700818474e-16f,-0.15625000000000003f,0f,0.9849498660824396f,-0.17284027685752024f,1.5249909465445552f,-1.2246467991473532e-16f,-0.17284027685752024f,-0.9849498660824396f,0.22851916107937306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.166474655463308e-17f,1.1103311123292955e-16f,0.15624999999999997f,0f,0.9066541578374688f,-0.4218746710529442f,1.3376680780671248f,-1.2246467991473532e-16f,-0.4218746710529442f,-0.9066541578374688f,0.21825001090093604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0773572620067968e-17f,1.2198986826625685e-16f,0.15624999999999997f,0f,0.9961228686605063f,0.08797289657368113f,1.5249909465445552f,-1.2246467991473532e-16f,0.08797289657368113f,-0.9961228686605063f,0.22851916107937312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038576e-17f,1.108629904766179e-16f,0.29375f,0f,0.9052650164423328f,0.4248473255249028f,2.181184396237592f,-1.2246467991473532e-16f,0.4248473255249028f,-0.9052650164423328f,0.2819987841287604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038576e-17f,1.108629904766179e-16f,0.33125f,0f,0.9052650164423328f,0.4248473255249028f,2.1078557059502603f,-1.2246467991473532e-16f,0.4248473255249028f,-0.9052650164423328f,0.14402427314667887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038576e-17f,1.108629904766179e-16f,-0.29375f,0f,0.9052650164423328f,0.4248473255249028f,2.181184396237592f,-1.2246467991473532e-16f,0.4248473255249028f,-0.9052650164423328f,0.28199878412876034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038576e-17f,1.108629904766179e-16f,-0.33125f,0f,0.9052650164423328f,0.4248473255249028f,2.1078557059502603f,-1.2246467991473532e-16f,0.4248473255249028f,-0.9052650164423328f,0.14402427314667882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882649751216611f,0.14818820712432212f,0.03704853866296809f,0.19317637005319443f,0.12305034515255797f,0.6286377944734571f,0.7679017749148543f,2.2473071187871527f,0.09050387563866415f,0.763449263951984f,-0.6394953243500336f,0.3369514358078874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992795362529728f,-0.008234938310763842f,0.03704853866296809f,0.07799135808633635f,0.023194774130863044f,0.6401475349758323f,0.7679017749148543f,2.2564298208527327f,-0.03004015444470573f,0.7682078620109164f,-0.6394953243500336f,0.34123278491972403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9752230216048884f,0.21081217725362508f,0.06706924819481379f,0.05759968505322391f,0.1168758155333127f,0.23356640366240236f,0.9652910332245062f,2.295145249016478f,0.18782998130025574f,0.9492128112292825f,-0.2524181790659058f,0.3008932705958294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9926367549309324f,-0.10086619209016792f,0.06706924819481379f,0.08631338891016928f,0.03897951791354607f,0.2582514634219771f,0.9652910332245062f,2.296038391120544f,-0.11468596227706217f,0.9607976857453583f,-0.2524181790659058f,0.3119382302153834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05565823784920278f,0.06706924819481379f,0.14275010336983268f,0.0788990448915025f,0.24897421933118674f,0.9652910332245062f,2.3496136186612264f,0.03702788421047889f,0.9669095090379178f,-0.2524181790659058f,0.40801235152915105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07888934831036773f,0.03704853866296809f,0.12499999999999997f,0.0788990448915025f,0.6356900225721849f,0.7679017749148543f,2.206583363582485f,0.03702788421047889f,0.7679027711405528f,-0.6394953243500336f,0.23523422802252694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882649751216611f,-0.1481882071243223f,-0.037048538662967936f,-0.19317637005319452f,-0.12305034515255797f,0.6286377944734571f,0.7679017749148543f,2.2473071187871527f,-0.0905038756386644f,0.7634492639519839f,-0.6394953243500336f,0.33695143580788733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992795362529729f,0.008234938310763676f,-0.037048538662967936f,-0.07799135808633643f,-0.023194774130863044f,0.6401475349758323f,0.7679017749148543f,2.2564298208527327f,0.03004015444470548f,0.7682078620109164f,-0.6394953243500336f,0.341232784919724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752230216048884f,-0.2108121772536253f,-0.06706924819481372f,-0.057599685053223965f,-0.1168758155333127f,0.23356640366240236f,0.9652910332245062f,2.295145249016478f,-0.18782998130025602f,0.9492128112292825f,-0.2524181790659058f,0.3008932705958294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9926367549309324f,0.1008661920901677f,-0.06706924819481372f,-0.08631338891016935f,-0.03897951791354607f,0.2582514634219771f,0.9652910332245062f,2.296038391120544f,0.11468596227706192f,0.9607976857453583f,-0.2524181790659058f,0.31193823021538336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.055658237849203f,-0.06706924819481372f,-0.14275010336983276f,-0.0788990448915025f,0.24897421933118674f,0.9652910332245062f,2.3496136186612264f,-0.03702788421047914f,0.9669095090379178f,-0.2524181790659058f,0.408012351529151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0788893483103679f,-0.037048538662967936f,-0.12500000000000003f,-0.0788990448915025f,0.6356900225721849f,0.7679017749148543f,2.206583363582485f,-0.03702788421047914f,0.7679027711405528f,-0.6394953243500336f,0.2352342280225269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038576e-17f,1.108629904766179e-16f,-5.607597128980645e-18f,0f,0.9052650164423328f,0.4248473255249028f,1.7293585637331363f,-1.2246467991473532e-16f,0.4248473255249028f,-0.9052650164423328f,0.04578950545483706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0773572620067968e-17f,1.2198986826625685e-16f,-1.5675073964551568e-18f,0f,0.9961228686605063f,0.08797289657368113f,1.3558124879854465f,-1.2246467991473532e-16f,0.08797289657368113f,-0.9961228686605063f,0.012799669239706636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962189977235398f,-0.08680386162985743f,0.003577454521061476f,0.15291363512442663f,-0.08164648649688132f,0.9213677171311676f,-0.3800202377126977f,0.8433989017032809f,0.029691073025747538f,-0.3788754669210521f,-0.924971254011677f,0.35923978470622875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962189977235398f,-0.07891692103582508f,0.03632943914969025f,0.12499999999999999f,-0.08164648649688132f,0.7075348965154287f,-0.7019460246027583f,1.091379544536877f,0.029691073025747538f,-0.7022581361487575f,-0.7113029947887558f,0.10457248476328992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1500507702527998f,0.08739826058673761f,-0.13782997654470944f,0.1631924899486207f,0.9717499544097637f,0.17049996284161226f,1.1248726727642566f,-0.059345604988197236f,0.18217242505704112f,-0.981474047908258f,0.3784912607082141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1631924899486207f,0.20904094745937174f,-0.9641940123801109f,1.0809874890833586f,-0.059345604988197236f,-0.973445831787863f,-0.22109118422818308f,0.04490644389035282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.717857787208624e-17f,-3.55103903359366e-18f,0.10357557578098861f,0.7867346057163198f,-0.6085398592286487f,1.2693944634714225f,-0.07943039063924186f,-0.6033337163733857f,-0.7935233076160879f,0.028996434205078817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.539523592575502e-18f,-0.10357557578098861f,0.694385779348208f,-0.7121098858607557f,1.2315162799982773f,0.07943039063924161f,-0.7078992135247659f,-0.7018329691129618f,0.028902403493316246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.452463907579455e-17f,9.717857787208624e-17f,-3.55103903359366e-18f,0f,0.7935233076160879f,-0.6085398592286487f,1.2693944634714225f,-1.2246467991473532e-16f,-0.6085398592286487f,-0.7935233076160879f,0.028996434205078817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1830064377186927e-16f,-3.662159338360683e-18f,0.08419227880758776f,0.9623221502593935f,-0.2585492976384248f,1.2943310417586522f,-0.022534056072562383f,-0.25756543950274347f,-0.9659980645377491f,0.02990380035215395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1830064377186927e-16f,-3.662159338360683e-18f,-0.08419227880758776f,0.9623221502593935f,-0.2585492976384248f,1.2943310417586522f,0.02253405607256214f,-0.25756543950274347f,-0.9659980645377491f,0.02990380035215395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1663156977469326e-17f,1.1830064377186927e-16f,-3.662159338360683e-18f,0f,0.9659980645377491f,-0.2585492976384248f,1.2943310417586522f,-1.2246467991473532e-16f,-0.2585492976384248f,-0.9659980645377491f,0.02990380035215395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.150908481422694e-16f,-0.19375f,0.12266696142794625f,0.9317480767618203f,-0.3417577183103312f,1.3066124464098057f,-0.044608333632860646f,-0.338833933653616f,-0.9397880941868312f,0.030757966492096854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12266696142794628f,0.8984163462482243f,-0.4216644226965627f,1.3072530139758047f,0.04460833363286042f,-0.41945249761356196f,-0.9066805936029756f,0.017889194282076627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.172481368406417e-17f,1.1100514166455273e-16f,-0.007812500000000009f,0f,0.9064257689795854f,-0.4223651563869436f,1.16657859770513f,-1.2246467991473532e-16f,-0.4223651563869436f,-0.9064257689795854f,0.07636149018496462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.185324958126499e-17f,1.150908481422694e-16f,0f,0f,0.9397880941868312f,-0.3417577183103312f,1.3765625f,-1.2246467991473532e-16f,-0.3417577183103312f,-0.9397880941868312f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7507738036374936f,0.20626266131084386f,-0.6275304058933385f,-1.0940849069572938f,-0.10884476510854976f,0.975641864576166f,0.1904619888450368f,2.325323922640206f,0.6515301319817486f,-0.0746904721856168f,0.7549369645768678f,-0.5374050330029622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15955089384078314f,0.20626266131084386f,-0.9654010704487411f,-1.0621650930427062f,0.10884476510854973f,0.975641864576166f,0.1904619888450368f,2.325323922640206f,0.9811708971341699f,-0.0746904721856168f,-0.1781151424826587f,-0.4492563632474967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34047801508893294f,0.20626266131084386f,-0.9173496802147305f,-0.9405225479677903f,-1.3877787807814457e-17f,0.975641864576166f,0.21936944200672592f,2.2924185063391973f,0.9402524773916314f,-0.0746904721856168f,0.33218460548855855f,-0.5431583889485132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7405352640334725f,-0.2663545544583291f,0.6169787468318342f,1.0331019643573471f,0.09862551813579158f,0.9512339825883555f,0.2922788352610276f,2.240375346714862f,-0.6647409494647687f,-0.15559293585635978f,0.7306916643949599f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1556572129859407f,-0.2663545544583291f,0.9512234665759434f,1.0015247060292096f,-0.2017552989596545f,0.9512339825883555f,0.2333424730108017f,2.2459432693349135f,-0.9669879168775328f,-0.15559293585635978f,-0.20180487339122605f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8818470749980982f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1977544792969947f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5426849999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22.mcfunction new file mode 100644 index 000000000..ef80f2dd9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..bf13d4b1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.39527871152843214f,-0.06969830174214076f,-0.7112252325326546f,0.07585185435128022f,-0.20344286723982213f,0.7901173087817943f,0.035638217928216316f,1.5078574516854446f,0.685062175591462f,0.19442538296765788f,-0.3997912336160173f,-0.2691228004849707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38386510683355285f,0.08510084535986057f,-0.696710431868723f,0.07585185435128022f,0.11207324338031209f,0.7913411506206668f,0.03491090735825272f,1.5078574516854446f,0.6928832281661049f,-0.08085189826711726f,-0.39163222884834353f,-0.2691228004849707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.1917472133987455f,0.7921795681110028f,0.05127360398611934f,1.5093116653369099f,-0.5538597712936904f,0.17129085915614048f,-0.5751897423950609f,-0.2854362387952585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12343118723171073f,0.7888231550902136f,0.05022720390476997f,1.5093116653369099f,-0.5654692706882546f,-0.05260490394806333f,-0.5634511762237332f,-0.2854362387952585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.27249578320393414f,1.5382165376954018f,-0.032282832844182666f,-0.0721002576012083f,1.167028581892005f,0.2280130544240597f,1.013637304986032f,1.5800976718990924f,1.0025949267691368f,0.15266361771090625f,-1.18865616670432f,0.4190130352612209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9204835148389765f,-0.2928949804706237f,-0.25869408444105724f,-0.3109126325144799f,-0.2650263441094896f,0.018589415157291622f,-0.9640619640728848f,1.6336571809488236f,0.2871778818740091f,0.9559638926545411f,-0.06051363567936493f,0.3697800005580755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11048811928004763f,-0.9608302722011053f,-0.2541605073962279f,-0.2984375f,-0.08968693223226483f,0.24504400593096246f,-0.9653546961319821f,1.6507561786581808f,0.9898225243369253f,0.12945510101674804f,-0.059099468153448145f,0.03894311896673666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9124811703709628f,0.3167504224344635f,0.2589349022554248f,0.31543747602231403f,0.26594619110779094f,0.02170768768556959f,-0.9637434304474422f,1.6337873665503788f,-0.3108870167017204f,0.9482604843517072f,-0.06443071211285374f,0.3700423972895546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09583392826759209f,0.9623283141172287f,0.2544407083017453f,0.2984375f,0.08988075325492396f,0.24620704649648797f,-0.9650406936755586f,1.6507561786581808f,-0.9913310790987686f,0.11535296313388832f,-0.06289980531847773f,0.03894311896673673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.563068463626159e-17f,1.0339347687738404e-16f,-0.15625000000000003f,0f,0.844271809221815f,-0.5359152098544351f,1.3426046112991887f,-1.2246467991473532e-16f,-0.5359152098544351f,-0.844271809221815f,0.2670488850017199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.106787562454718e-17f,1.2063889274726946e-16f,-0.15625000000000003f,0f,0.9850913163800613f,-0.17203225974391517f,1.5262340314970508f,-1.2246467991473532e-16f,-0.17203225974391517f,-0.9850913163800613f,0.22863601557236046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.157364819386975e-17f,1.110754547080206e-16f,0.15624999999999997f,0f,0.9069999185508477f,-0.4211307964857895f,1.3389196498760938f,-1.2246467991473532e-16f,-0.4211307964857895f,-0.9069999185508477f,0.21821320702770844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0873637852277642e-17f,1.2198098961098854e-16f,0.15624999999999997f,0f,0.9960503689383456f,0.08878999120275571f,1.5262340314970508f,-1.2246467991473532e-16f,0.08878999120275571f,-0.9960503689383456f,0.2286360155723605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,0.29375f,0f,0.9042167634762918f,0.42707381639297404f,2.1819946480756816f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.28339453206142307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,0.33125f,0f,0.9042167634762918f,0.42707381639297404f,2.1090057229279866f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.14523998343639893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,-0.29375f,0f,0.9042167634762918f,0.42707381639297404f,2.1819946480756816f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.283394532061423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,-0.33125f,0f,0.9042167634762918f,0.42707381639297404f,2.1090057229279866f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.14523998343639888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882720320246232f,0.1480872887102543f,0.03726319417827303f,0.19315859716324982f,0.12268094314562475f,0.6246648170350582f,0.7711959884150442f,2.2476986960435172f,0.09092731661509582f,0.7667229103665827f,-0.635506256312379f,0.33863376013975016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992707191556319f,-0.008335718194529704f,0.03726319417827303f,0.07797358519639172f,0.023451430675815517f,0.6361656842771388f,0.7711959884150442f,2.256810834462734f,-0.030134037854952583f,0.7715074451684708f,-0.635506256312379f,0.34293754645226526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9752802835200044f,0.2104506397503286f,0.06737133519396331f,0.05761209437039039f,0.11558984850359855f,0.22603114999887913f,0.967237771260562f,2.296036706817606f,0.18832778738161576f,0.9511153702148135f,-0.24476968162148538f,0.3026304179445799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925794930158164f,-0.1012277295934644f,0.06737133519396331f,0.08632122267591386f,0.040085012029150484f,0.25068762565695885f,0.967237771260562f,2.296836872810384f,-0.11480044361886316f,0.9627609574052268f,-0.24476968162148538f,0.3136943824836132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.055292193735450614f,0.06737133519396331f,0.14272734127935904f,0.07880768362565978f,0.24133056757994537f,0.967237771260562f,2.349641336815715f,0.037221935675806526f,0.9688665183932526f,-0.24476968162148538f,0.41021216787290693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07878818346381825f,0.03726319417827303f,0.12499999999999997f,0.07880768362565978f,0.6317009549257471f,0.7711959884150442f,2.2075086219574223f,0.037221935675806526f,0.7711979808663731f,-0.635506256312379f,0.2366926221779732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882720320246232f,-0.14808728871025448f,-0.037263194178272875f,-0.1931585971632499f,-0.12268094314562475f,0.6246648170350582f,0.7711959884150442f,2.2476986960435172f,-0.09092731661509607f,0.7667229103665827f,-0.635506256312379f,0.3386337601397501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992707191556319f,0.008335718194529537f,-0.037263194178272875f,-0.0779735851963918f,-0.023451430675815517f,0.6361656842771388f,0.7711959884150442f,2.256810834462734f,0.030134037854952334f,0.7715074451684708f,-0.635506256312379f,0.34293754645226526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752802835200043f,-0.2104506397503288f,-0.06737133519396324f,-0.057612094370390485f,-0.11558984850359855f,0.22603114999887913f,0.967237771260562f,2.296036706817606f,-0.188327787381616f,0.9511153702148134f,-0.24476968162148538f,0.3026304179445798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9925794930158165f,0.10122772959346421f,-0.06737133519396324f,-0.08632122267591394f,-0.040085012029150484f,0.25068762565695885f,0.967237771260562f,2.296836872810384f,0.11480044361886291f,0.9627609574052269f,-0.24476968162148538f,0.31369438248361314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05529219373545083f,-0.06737133519396324f,-0.14272734127935915f,-0.07880768362565978f,0.24133056757994537f,0.967237771260562f,2.349641336815715f,-0.037221935675806776f,0.9688665183932526f,-0.24476968162148538f,0.4102121678729068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07878818346381841f,-0.037263194178272875f,-0.12500000000000003f,-0.07880768362565978f,0.6317009549257471f,0.7711959884150442f,2.2075086219574223f,-0.037221935675806776f,0.7711979808663731f,-0.635506256312379f,0.23669262217797316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,-5.642445639153917e-18f,0f,0.9042167634762918f,0.42707381639297404f,1.730751473913542f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.04607406513520802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0873637852277642e-17f,1.2198098961098854e-16f,-1.564831444549801e-18f,0f,0.9960503689383456f,0.08878999120275571f,1.3572325855616623f,-1.2246467991473532e-16f,0.08878999120275571f,-0.9960503689383456f,0.012777818434174634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962432196681256f,-0.08653435245289479f,0.003354565671605237f,0.1529159969031568f,-0.081393298840346f,0.9224214135903999f,-0.37751008814834947f,0.8433640826127409f,0.029573267813568737f,-0.37636490484029816f,-0.9259993953752779f,0.3580841939820182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962432196681256f,-0.07884086832600641f,0.03582687185463237f,0.12499999999999999f,-0.081393298840346f,0.7111848096952412f,-0.6982773785270646f,1.0929768838726717f,0.029573267813568737f,-0.6985701710926002f,-0.7149301629463414f,0.10466907073742324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14971561512268186f,0.08797115547429632f,-0.13775424055039204f,0.16320905600462024f,0.9710392031841442f,0.1744868760611613f,1.1267561163757485f,-0.059300030734617225f,0.18619371758450742f,-0.980721879987866f,0.3783373899346295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16320905600462024f,0.20931277666278897f,-0.9641322344802056f,1.0825161169093105f,-0.059300030734617225f,-0.9733874185880921f,-0.22136042936641537f,0.044765159308049515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.71993852879347e-17f,-3.547373899428428e-18f,0.10359775289166677f,0.7869030575959618f,-0.6083182419933858f,1.2709488703181484f,-0.07940146378539265f,-0.6031139951042924f,-0.793693213060359f,0.02896650611342183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.534563078405373e-18f,-0.10359775289166677f,0.6945834350235948f,-0.7119138693596444f,1.2330707145802406f,0.0794014637853924f,-0.7077052768355085f,-0.7020318003394953f,0.028861897821202603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.44974987920145e-17f,9.71993852879347e-17f,-3.547373899428428e-18f,0f,0.793693213060359f,-0.6083182419933858f,1.2709488703181484f,-1.2246467991473532e-16f,-0.6083182419933858f,-0.793693213060359f,0.02896650611342183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.183094811805438e-16f,-3.659346995671278e-18f,0.08419856822031907f,0.9623940385758659f,-0.25827953001212245f,1.29588519424865f,-0.022510544274722724f,-0.25729669842370423f,-0.9660702274559118f,0.02988083583135201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.183094811805438e-16f,-3.659346995671278e-18f,-0.08419856822031907f,0.9623940385758659f,-0.25827953001212245f,1.29588519424865f,0.02251054427472248f,-0.25729669842370423f,-0.9660702274559118f,0.02988083583135201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.163011997146285e-17f,1.183094811805438e-16f,-3.659346995671278e-18f,0f,0.9660702274559118f,-0.25827953001212245f,1.29588519424865f,-1.2246467991473532e-16f,-0.25827953001212245f,-0.9660702274559118f,0.02988083583135201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.151025312867325e-16f,-0.19375f,0.12267941364160478f,0.9318426607149296f,-0.3414952666440233f,1.308166359892758f,-0.04457407681621567f,-0.3385737272976961f,-0.9398834943011434f,0.03073843155311244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12267941364160481f,0.8985334444507487f,-0.42141121327276665f,1.308810521072866f,0.04457407681621544f,-0.4192015960892058f,-0.9067983091692686f,0.017869838725066294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.169381318432432e-17f,1.1101958162902055e-16f,-0.007812500000000009f,0f,0.9065436802375729f,-0.4221120180962834f,1.1681197817420883f,-1.2246467991473532e-16f,-0.4221120180962834f,-0.9065436802375729f,0.07630284864077394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1821108521957505e-17f,1.151025312867325e-16f,0f,0f,0.9398834943011434f,-0.3414952666440233f,1.378125f,-1.2246467991473532e-16f,-0.3414952666440233f,-0.9398834943011434f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7647005468661718f,0.20913947263578372f,-0.6095028749794411f,-1.0940125767385285f,-0.11503650751853665f,0.9749789297479418f,0.1902174768140291f,2.3569694684553086f,0.6340344435127444f,-0.07534432648304917f,0.769625595277535f,-0.5697018389718647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18465430374389974f,0.20913947263578372f,-0.9602934286427676f,-1.0622374232614715f,0.11503650751853671f,0.9749789297479418f,0.19021747681402904f,2.3569694684553086f,0.9760478420891024f,-0.07534432648304917f,-0.20409272995386768f,-0.4815009199204768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3389349704219399f,0.20913947263578372f,-0.9172697350347417f,-0.9405345397447887f,2.7755575615628914e-17f,0.9749789297479418f,0.22229729316291288f,2.323624874480872f,0.9408098032148043f,-0.07534432648304917f,0.33045445471613333f,-0.5751695476535907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7555659464613185f,-0.2663545544583291f,0.5984775282893395f,1.0427474695252947f,0.10582306136425261f,0.9512339825883555f,0.28975056523257015f,2.2356402913135875f,-0.6464685454308741f,-0.15559293585635978f,0.7469064587216321f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17913222208724822f,-0.2663545544583291f,0.9470833639809064f,1.0111702111971572f,-0.20746387956166806f,0.9512339825883555f,0.22828195076772484f,2.241208213933639f,-0.9617018174503502f,-0.15559293585635978f,-0.2256556062327995f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8914925801660458f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1930194238957204f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5442475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23.mcfunction new file mode 100644 index 000000000..0fa9fc875 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..9e79d4313 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.39183884842967254f,-0.06909176106788602f,-0.7131851722086563f,0.07627955988577706f,-0.20417771472100635f,0.7899270580488565f,0.03565316561022438f,1.5094872485464097f,0.6868174590945252f,0.19541242529394312f,-0.39628298773493126f,-0.26878204952826745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38052456918913385f,0.08436026599373506f,-0.6986303727758266f,0.07627955988577706f,0.1113368681794557f,0.7914444438760051f,0.034925549985525925f,1.5094872485464097f,0.6948418194290084f,-0.080616609822463f,-0.3881955798219735f,-0.26878204952826745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19220148263481768f,0.792038790892878f,0.05174541755914256f,1.5109763487223815f,-0.5537022938156035f,0.17194063011380256f,-0.5751474888964152f,-0.2853333166225271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12296728862747813f,0.7888660417383853f,0.050689388629364146f,1.5109763487223815f,-0.5655703316137992f,-0.0519578109419193f,-0.5634097850413864f,-0.2853333166225271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.24578093831244563f,1.5421639468552488f,-0.052233527375565504f,-0.06769162675334778f,1.159499014792062f,0.2194808860158374f,1.0241076239194493f,1.5804989325272778f,1.0181159143528267f,0.12233050189361187f,-1.1789323488851957f,0.4144609156665994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9257607863319596f,-0.27533864918075696f,-0.2591439653114607f,-0.30740027814312104f,-0.2656390366756993f,0.014122878634964739f,-0.9639691107567028f,1.6341050447833845f,0.26907781157880306f,0.9612435552795026f,-0.06006628629758895f,0.3698514669929814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12212296492056872f,-0.9599112068830258f,-0.25230231140316955f,-0.2984375f,-0.09132459547595415f,0.24225883757202762f,-0.9659039672138235f,1.6518434816823524f,0.9883045075785917f,0.14100046283123488f,-0.05807813513892092f,0.03913395739931248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9142020878530136f,0.31127514673155804f,0.2595039991839005f,0.31418303491287847f,0.2670666475073021f,0.018881741055518805f,-0.9634930646579262f,1.6343379594629315f,-0.3048113323916966f,0.9501322344189569f,-0.06586948279468552f,0.3702959298684243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10016025243365591f,0.9623339022144695f,0.2527476695858902f,0.2984375f,0.09150708169104982f,0.24403894678151625f,-0.9654384736761612f,1.6518434816823524f,-0.990754448807985f,0.11982676288058625f,-0.06361736449072607f,0.03913395739931255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.554584840429487e-17f,1.0344727924686938e-16f,-0.15625000000000003f,0f,0.844711138908732f,-0.5352224694493991f,1.343816144653571f,-1.2246467991473532e-16f,-0.5352224694493991f,-0.844711138908732f,0.2670148707181864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0968907890793728e-17f,1.2065613423479962e-16f,-0.15625000000000003f,0f,0.9852321038098913f,-0.17122412686982968f,1.5274770133249893f,-1.2246467991473532e-16f,-0.17122412686982968f,-0.9852321038098913f,0.22875264628128153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1482515129206693e-17f,1.1111772344045565e-16f,0.15624999999999997f,0f,0.9073450689441243f,-0.42038663853978814f,1.3401712446043237f,-1.2246467991473532e-16f,-0.42038663853978814f,-0.9073450689441243f,0.21817618638392078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.097369576761811e-17f,1.2197202887473152e-16f,0.15624999999999997f,0f,0.9959771989740486f,0.08960702608505916f,1.5274770133249893f,-1.2246467991473532e-16f,0.08960702608505916f,-0.9959771989740486f,0.22875264628128159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.2573807973376486e-17f,1.1060557192925281e-16f,0.29375f,0f,0.9031630344868472f,0.4292977208610712f,2.182801926397537f,-1.2246467991473532e-16f,0.4292977208610712f,-0.9031630344868472f,0.28478874182042835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.2573807973376486e-17f,1.1060557192925281e-16f,0.33125f,0f,0.9031630344868472f,0.4292977208610712f,2.1101532084174064f,-1.2246467991473532e-16f,0.4292977208610712f,-0.9031630344868472f,0.14645499222965253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.2573807973376486e-17f,1.1060557192925281e-16f,-0.29375f,0f,0.9031630344868472f,0.4292977208610712f,2.182801926397537f,-1.2246467991473532e-16f,0.4292977208610712f,-0.9031630344868472f,0.2847887418204283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.2573807973376486e-17f,1.1060557192925281e-16f,-0.33125f,0f,0.9031630344868472f,0.4292977208610712f,2.1101532084174064f,-1.2246467991473532e-16f,0.4292977208610712f,-0.9031630344868472f,0.14645499222965247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882791296702351f,0.14798578764915116f,0.037477573455373024f,0.19314076902311472f,0.1223098774472431f,0.6206748896014951f,0.7744694799002816f,2.248085959831969f,0.09134908722632602f,0.7699759009683566f,-0.6315001632548363f,0.3403120443634346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992618511532537f,-0.00843707992553365f,0.037477573455373024f,0.07795575705625662f,0.023709095575547942f,0.6321668320071667f,0.7744694799002816f,2.257187479420839f,-0.030226339784404213f,0.774786365517846f,-0.6315001632548363f,0.34463824181248576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9753378019184319f,0.210087482875135f,0.06767142445753288f,0.05762463452216779f,0.1143010357636697f,0.21848098013442724f,0.9691240036975932f,2.2969249100610813f,0.18881590338812573f,0.9529581894598997f,-0.23710597581890697f,0.304368530865654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925219746173889f,-0.10159088646865799f,0.06767142445753288f,0.08632916678179972f,0.04119240907309018f,0.24310872236903164f,0.9691240036975932f,2.2976319236441403f,-0.11490568017445676f,0.9646644187978584f,-0.23710597581890697f,0.3154507501627585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05492451006412696f,0.06767142445753288f,0.14270444777318042f,0.07871584509292999f,0.23367173810380565f,0.9691240036975932f,2.349662096368105f,0.03741576172152337f,0.9707630076418046f,-0.23710597581890697f,0.4124060664208537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07868643454746875f,0.037477573455373024f,0.12499999999999997f,0.07871584509292999f,0.6276948625202325f,0.7744694799002816f,2.208430752301053f,0.03741576172152337f,0.7744724685771042f,-0.6315001632548363f,0.23814976099100554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988279129670235f,-0.14798578764915132f,-0.03747757345537287f,-0.19314076902311478f,-0.1223098774472431f,0.6206748896014951f,0.7744694799002816f,2.248085959831969f,-0.09134908722632627f,0.7699759009683566f,-0.6315001632548363f,0.34031204436343454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992618511532537f,0.008437079925533483f,-0.03747757345537287f,-0.07795575705625671f,-0.023709095575547942f,0.6321668320071667f,0.7744694799002816f,2.257187479420839f,0.030226339784403963f,0.774786365517846f,-0.6315001632548363f,0.3446382418124857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753378019184319f,-0.21008748287513523f,-0.06767142445753282f,-0.057624634522167845f,-0.1143010357636697f,0.21848098013442724f,0.9691240036975932f,2.2969249100610813f,-0.18881590338812598f,0.9529581894598997f,-0.23710597581890697f,0.30436853086565396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9925219746173889f,0.10159088646865778f,-0.06767142445753282f,-0.08632916678179978f,-0.04119240907309018f,0.24310872236903164f,0.9691240036975932f,2.2976319236441403f,0.11490568017445651f,0.9646644187978584f,-0.23710597581890697f,0.3154507501627584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05492451006412718f,-0.06767142445753282f,-0.1427044477731805f,-0.07871584509292999f,0.23367173810380565f,0.9691240036975932f,2.349662096368105f,-0.03741576172152362f,0.9707630076418046f,-0.23710597581890697f,0.41240606642085365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07868643454746892f,-0.03747757345537287f,-0.12500000000000003f,-0.07871584509292999f,0.6276948625202325f,0.7744694799002816f,2.208430752301053f,-0.03741576172152362f,0.7744724685771042f,-0.6315001632548363f,0.2381497609910055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.2573807973376486e-17f,1.1060557192925281e-16f,-5.677281787967907e-18f,0f,0.9031630344868472f,0.4292977208610712f,1.7321441433496352f,-1.2246467991473532e-16f,0.4292977208610712f,-0.9031630344868472f,0.04635852387742043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.097369576761811e-17f,1.2197202887473152e-16f,-1.5621458751111158e-18f,0f,0.9959771989740486f,0.08960702608505916f,1.358652693734367f,-1.2246467991473532e-16f,0.08960702608505916f,-0.9959771989740486f,0.012755889095523238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962673639236138f,-0.08626426720993832f,0.0031330150695606275f,0.15291704075944235f,-0.08114004542845979f,0.9234682030526562f,-0.3749970279596438f,0.8433354451435789f,0.02945560402641938f,-0.3738515135096162f,-0.9270207188828133f,0.35691861641855854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962673639236138f,-0.07876178418570146f,0.03532592436977018f,0.12499999999999999f,-0.08114004542845979f,0.7148156330817175f,-0.6945897377084196f,1.0945741470205355f,0.02945560402641938f,-0.694863434103327f,-0.718538221208566f,0.10476568431054711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14937827268660997f,0.08854276512629705f,-0.13767850455607467f,0.16322560933324154f,0.9703120960072048f,0.17847082898865213f,1.1286396262643308f,-0.0592544518566987f,0.19021190286433043f,-0.9799532345698403f,0.378183727931815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16322560933324154f,0.20958458954356507f,-0.9640703813952834f,1.0840448005955743f,-0.0592544518566987f,-0.9733289294815661f,-0.22162965724250572f,0.04462385931443347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.722018512397496e-17f,-3.543708488631674e-18f,0.10361992192357888f,0.7870714481112834f,-0.6080965773202138f,1.2725032855226894f,-0.07937253073965381f,-0.602894226803128f,-0.7938630566107994f,0.02893657576289704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.529602288602735e-18f,-0.10361992192357888f,0.6947810365339353f,-0.7117177973420237f,1.2346251604738354f,0.07937253073965356f,-0.7075112849579368f,-0.7022305768201439f,0.02882138989837872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.447035269876608e-17f,9.722018512397496e-17f,-3.543708488631674e-18f,0f,0.7938630566107994f,-0.6080965773202138f,1.2725032855226894f,-1.2246467991473532e-16f,-0.6080965773202138f,-0.7938630566107994f,0.02893657576289704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1831830936320135e-16f,-3.656534367618459e-18f,0.08420485106707266f,0.9624658518428698f,-0.25800974224465045f,1.297439353151877f,-0.022487030721464473f,-0.2570279372801386f,-0.966142315037929f,0.029857868980380956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1831830936320135e-16f,-3.656534367618459e-18f,-0.08420485106707266f,0.9624658518428698f,-0.25800974224465045f,1.297439353151877f,0.02248703072146423f,-0.2570279372801386f,-0.966142315037929f,0.029857868980380956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.159708049887447e-17f,1.1831830936320135e-16f,-3.656534367618459e-18f,0f,0.966142315037929f,-0.25800974224465045f,1.297439353151877f,-1.2246467991473532e-16f,-0.25800974224465045f,-0.966142315037929f,0.029857868980380956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1511420545526318e-16f,-0.19375f,0.12269185628847006f,0.9319371720010295f,-0.34123278834721127f,1.309720278831229f,-0.04453981652359239f,-0.33831349453909965f,-0.9399788211214055f,0.030718894217081835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12269185628847008f,0.8986504725837852f,-0.42115797098645646f,1.3103680335752128f,0.044539816523592166f,-0.41895066187464597f,-0.9069159540215624f,0.017850481774529133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.166280865339445e-17f,1.1103401293595278e-16f,-0.007812500000000009f,0f,0.9066615208014178f,-0.42185884688845887f,1.169660982155686f,-1.2246467991473532e-16f,-0.42185884688845887f,-0.9066615208014178f,0.07624420114633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1788964201353853e-17f,1.1511420545526318e-16f,0f,0f,0.9399788211214055f,-0.34123278834721127f,1.3796875f,-1.2246467991473532e-16f,-0.34123278834721127f,-0.9399788211214055f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7781887539433721f,0.21201709132764404f,-0.5911607363661995f,-1.093940203756779f,-0.12128072172698581f,0.9743072086094936f,0.18978000365939f,2.3762852507721037f,0.6162087712564981f,-0.07598826380792026f,0.7839084984805397f,-0.5794024061713811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20959649044779682f,0.21201709132764404f,-0.9545250463853381f,-1.0623097962432213f,0.12128072172698581f,0.9743072086094936f,0.18978000365939f,2.3762852507721037f,0.9702372378595596f,-0.07598826380792026f,-0.2299249573972123f,-0.491149475225569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33739101347794753f,0.21201709132764404f,-0.9171783125484861f,-0.940548253117727f,0f,0.9743072086094936f,0.2252231410214693f,2.342501779618883f,0.9413645967553289f,-0.07598826380792026f,0.328722496551627f,-0.5845843151812191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7701345196245423f,-0.2663545544583291f,0.5796102768257141f,1.049019572975392f,0.11295588248963817f,0.9512339825883555f,0.28704508179044513f,2.2325822205823456f,-0.627800756843812f,-0.15559293585635978f,0.7626644399851983f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.20249767270486962f,-0.2663545544583291f,0.9423640187679159f,1.0174423146472544f,-0.21304557384585732f,0.9512339825883555f,0.22308180973307895f,2.238150143202397f,-0.9558275346597844f,-0.15559293585635978f,-0.24936832657295893f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.897764683616143f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1899613531644784f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47756191143995697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.54581f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24.mcfunction new file mode 100644 index 000000000..6bfa3d0f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..25eaaf064 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3883895604907015f,-0.06848355854001312f,-0.7151279577502062f,0.07670843728560822f,-0.2049140511368636f,0.7897359890090034f,0.035661516444124776f,1.5111167523260491f,0.6885551723667197f,0.19639631951264344f,-0.39276545766318244f,-0.268443314836214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37717487884514084f,0.08361765752296521f,-0.7005335096328551f,0.07670843728560822f,0.11059883869409123f,0.7915475547055028f,0.03493373039424468f,1.5111167523260491f,0.6967833290540697f,-0.08037758387828961f,-0.38474983607821955f,-0.268443314836214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19265562253854263f,0.7918974807119757f,0.05221719631268258f,1.5126409402385352f,-0.5535444437513304f,0.17259028537264187f,-0.5751048483811146f,-0.28523027239451815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1225033072785763f,0.7889083975587218f,0.051151539245076816f,1.5126409402385352f,-0.5656710119671566f,-0.051310682973372254f,-0.5633680147406838f,-0.28523027239451815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.21865021204198706f,1.5454536732757878f,-0.0719116022097033f,-0.06337497274904014f,1.1517024777836602f,0.21108423995779912f,1.034616400560331f,1.5808632605279236f,1.03304391844731f,0.09177492794772815f,-1.1686761207277305f,0.40984435899669075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9307006836287431f,-0.25768148895981946f,-0.2596083352676493f,-0.3038939615311465f,-0.2662179222109284f,0.009540289118962708f,-0.9638656549422344f,1.6345049544990218f,0.2508470756988923f,0.9661828155845957f,-0.05972027697806713f,0.3698814632656986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13373278884935902f,-0.9588525167153226f,-0.25043440733107014f,-0.2984375f,-0.09309877125424172f,0.2394313351290411f,-0.9664394727810299f,1.6529306439883975f,0.9866347652386483f,0.1525597815514185f,-0.0572481709355018f,0.039324188925229445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9158855286499f,0.30579239804084507f,0.2600859621550589f,0.312930859472255f,0.2681911943598634f,0.01599427616257046f,-0.9632329242700676f,1.6348654737229522f,-0.29870919248915573f,0.9519638608846791f,-0.06736190237821262f,0.37054199155589795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10447688478096863f,0.962317275901813f,0.25105784402678694f,0.2984375f,0.09319851633314351f,0.24185490359017375f,-0.9658261966641248f,1.6529306439883975f,-0.9901508052310845f,0.1243047308444129f,-0.0644182954596984f,0.039324188925229514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.546096806653706e-17f,1.0350101200669682e-16f,-0.15625000000000003f,0f,0.8451499001896565f,-0.5345293688932476f,1.3450276986207104f,-1.2246467991473532e-16f,-0.5345293688932476f,-0.8451499001896565f,0.26698060681492203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0869926047065423e-17f,1.2067329453283607e-16f,-0.15625000000000003f,0f,0.9853722282771938f,-0.17041587877905595f,1.5287198921803151f,-1.2246467991473532e-16f,-0.17041587877905595f,-0.9853722282771938f,0.2288690531171166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.139134742196727e-17f,1.1115991740179207e-16f,0.15624999999999997f,0f,0.9076896087850468f,-0.4196421977156837f,1.341422862397963f,-1.2246467991473532e-16f,-0.4196421977156837f,-0.9076896087850468f,0.21813894898394526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1073746298760446e-17f,1.2196298606351547e-16f,0.15624999999999997f,0f,0.9959033588168511f,0.09042400067080908f,1.5287198921803151f,-1.2246467991473532e-16f,0.09042400067080908f,-0.9959033588168511f,0.22886905311711667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,0.29375f,0f,0.9021038358554824f,0.43151902546101584f,2.183606234799563f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.2861814064830667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,0.33125f,0f,0.9021038358554824f,0.43151902546101584f,2.111298163954598f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.14766929368898823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,-0.29375f,0f,0.9021038358554824f,0.43151902546101584f,2.183606234799563f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.28618140648306667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,-0.33125f,0f,0.9021038358554824f,0.43151902546101584f,2.111298163954598f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.14766929368898818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882862680058806f,0.1478837046934568f,0.03769167490503913f,0.19312288576495207f,0.12193715612106938f,0.6166681195152178f,0.7777221613987035f,2.2484689275420915f,0.0917691801647734f,0.7732081480815521f,-0.6274771528208671f,0.3419862749885853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992529323115782f,-0.008539022752364456f,0.03769167490503913f,0.077937873798094f,0.023967760002381003f,0.6281510854482363f,0.7777221613987035f,2.2575597731809394f,-0.030317053735163968f,0.7780445353195646f,-0.6274771528208671f,0.34633485737430597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9753955750946007f,0.20972271739659165f,0.06796950708709418f,0.057637304627569136f,0.11300945277673563f,0.21091636696962632f,0.9709496123524829f,2.297809831239419f,0.18929430965820382f,0.9547411523298467f,-0.22942754058504128f,0.30610761155284893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99246420144122f,-0.10195565194720137f,0.06796950708709418f,0.08633722048312462f,0.042301634680826504f,0.23551522663278743f,0.9709496123524829f,2.2984235220847298f,-0.1150016546010157f,0.9665079529213033f,-0.22942754058504128f,0.3172073340011992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05455519773801043f,0.06796950708709418f,0.1426814230210101f,0.07862352984949608f,0.22599820978620322f,0.9709496123524829f,2.3496759244390257f,0.03760936117380033f,0.9725988585090968f,-0.22942754058504128f,0.4145940200754932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07858410231560074f,0.03769167490503913f,0.12499999999999997f,0.07862352984949608f,0.6236718529991028f,0.7777221613987035f,2.209349757514228f,0.03760936117380033f,0.777726146300815f,-0.6274771528208671f,0.23960563715781003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882862680058805f,-0.14788370469345696f,-0.037691674905038976f,-0.19312288576495215f,-0.12193715612106938f,0.6166681195152178f,0.7777221613987035f,2.2484689275420915f,-0.09176918016477364f,0.7732081480815521f,-0.6274771528208671f,0.34198627498858525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992529323115782f,0.00853902275236429f,-0.037691674905038976f,-0.07793787379809408f,-0.023967760002381003f,0.6281510854482363f,0.7777221613987035f,2.2575597731809394f,0.030317053735163718f,0.7780445353195646f,-0.6274771528208671f,0.3463348573743059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753955750946007f,-0.20972271739659185f,-0.06796950708709411f,-0.057637304627569205f,-0.11300945277673563f,0.21091636696962632f,0.9709496123524829f,2.297809831239419f,-0.18929430965820404f,0.9547411523298467f,-0.22942754058504128f,0.3061076115528488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.99246420144122f,0.10195565194720116f,-0.06796950708709411f,-0.08633722048312467f,-0.042301634680826504f,0.23551522663278743f,0.9709496123524829f,2.2984235220847298f,0.11500165460101545f,0.9665079529213033f,-0.22942754058504128f,0.3172073340011991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05455519773801064f,-0.06796950708709411f,-0.1426814230210102f,-0.07862352984949608f,0.22599820978620322f,0.9709496123524829f,2.3496759244390257f,-0.03760936117380058f,0.9725988585090968f,-0.22942754058504128f,0.41459402007549306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07858410231560091f,-0.037691674905038976f,-0.12500000000000003f,-0.07862352984949608f,0.6236718529991028f,0.7777221613987035f,2.209349757514228f,-0.03760936117380058f,0.777726146300815f,-0.6274771528208671f,0.23960563715780997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,-5.712105550690732e-18f,0f,0.9021038358554824f,0.43151902546101584f,1.7335365720926363f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.0466428814795231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1073746298760446e-17f,1.2196298606351547e-16f,-1.5594506886555654e-18f,0f,0.9959033588168511f,0.09042400067080908f,1.3600728125363173f,-1.2246467991473532e-16f,0.09042400067080908f,-0.9959033588168511f,0.012733881227969694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962914304881216f,-0.08599361085308452f,0.00291280421252808f,0.15291677026346298f,-0.08088672634021962f,0.9245080774751238f,-0.37248107627799437f,0.8433130501796382f,0.029338081701002147f,-0.3713353115119795f,-0.928035216673595f,0.3557430834937197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962914304881216f,-0.07867968269388664f,0.03482661435054478f,0.12499999999999999f,-0.08088672634021962f,0.7184272677336179f,-0.6908832017633451f,1.0961713339677748f,0.029338081701002147f,-0.6911380242093454f,-0.7221270722345947f,0.10486232544764075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1490387478730689f,0.08911308119167245f,-0.13760276856175727f,0.16324214993319378f,0.969568645199361f,0.1824517545310654f,1.13052320233843f,-0.05920886835799599f,0.1942269133737732f,-0.9791681244960245f,0.378030274724778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16324214993319378f,0.2098563860805035f,-0.964008453130168f,1.0855735401481148f,-0.05920886835799599f,-0.9732703644728462f,-0.22189886783545915f,0.04448254392968576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.724097737858501e-17f,-3.540042801489235e-18f,0.10364208287499616f,0.787239777249153f,-0.6078748652264185f,1.2740577090856764f,-0.07934359150428158f,-0.6026744114870302f,-0.7940328382541642f,0.028906643155838484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.524641223554443e-18f,-0.10364208287499616f,0.6949785838638202f,-0.7115216698231837f,1.2361796176796906f,0.07934359150428133f,-0.7073172379071779f,-0.7024292985394065f,0.028780879728003493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.444320079816622e-17f,9.724097737858501e-17f,-3.540042801489235e-18f,0f,0.7940328382541642f,-0.6078748652264185f,1.2740577090856764f,-1.2246467991473532e-16f,-0.6078748652264185f,-0.7940328382541642f,0.028906643155838484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1832712831915357e-16f,-3.653721454421559e-18f,0.08421112734735861f,0.962537590054805f,-0.2577399343570474f,1.298993518468984f,-0.02246351541462125f,-0.25675915609300515f,-0.9662143272781795f,0.029834899801031795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1832712831915357e-16f,-3.653721454421559e-18f,-0.08421112734735861f,0.962537590054805f,-0.2577399343570474f,1.298993518468984f,0.022463515414621008f,-0.25675915609300515f,-0.9662143272781795f,0.029834899801031795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.15640385622807e-17f,1.1832712831915357e-16f,-3.653721454421559e-18f,0f,0.9662143272781795f,-0.2577399343570474f,1.298993518468984f,-1.2246467991473532e-16f,-0.2577399343570474f,-0.9662143272781795f,0.029834899801031795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1512587064695113e-16f,-0.19375f,0.12270428936757176f,0.9320316106127502f,-0.34097028344036373f,1.311274203225888f,-0.0445055527576625f,-0.33805323539812027f,-0.9400740746401839f,0.030699354485528598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12270428936757177f,0.8987674306382076f,-0.42090469585738044f,1.3119255514832344f,0.04450555275766228f,-0.41869969498945087f,-0.9070335281506829f,0.01783112343197464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.163180009369239e-17f,1.1104843558422406e-16f,-0.007812500000000009f,0f,0.9067792906619306f,-0.4216056427832127f,1.171202198947584f,-1.2246467991473532e-16f,-0.4216056427832127f,-0.9067792906619306f,0.07618554770620625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1756816621960723e-17f,1.1512587064695113e-16f,0f,0f,0.9400740746401839f,-0.34097028344036373f,1.38125f,-1.2246467991473532e-16f,-0.34097028344036373f,-0.9400740746401839f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7912311513893541f,0.2148954666486117f,-0.5725148063456104f,-1.0938677882068437f,-0.1275715581485624f,0.9736267072142347f,0.1891468544563057f,2.3854796910256106f,0.5980625072871767f,-0.07662227752450544f,0.7977783300919701f,-0.576479975345686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.23435988935699548f,0.2148954666486117f,-0.948100933801065f,-1.062382211793156f,0.1275715581485624f,0.9736267072142347f,0.1891468544563057f,2.3854796910256106f,0.9637431918369769f,-0.07662227752450544f,-0.2555935968971696f,-0.4881752700469431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3358461484126686f,0.2148954666486117f,-0.9170754074830764f,-0.9405636888775385f,1.3877787807814457e-17f,0.9736267072142347f,0.22814695921525435f,2.3512576471433224f,0.941916856519924f,-0.07662227752450544f,0.3269887796096097f,-0.581375939637756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7842320732848485f,-0.2663545544583291f,0.5603885317800974f,1.0518736409132747f,0.12001961903010241f,0.9512339825883555f,0.28416403962670106f,2.231425302246793f,-0.6087490010498724f,-0.15559293585635978f,0.7779559704972907f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.22573927437051095f,-0.2663545544583291f,0.9370683173205572f,1.0202963825851372f,-0.21849696801008758f,0.9512339825883555f,0.21774523034843957f,2.2369932248668447f,-0.9493686612570873f,-0.15559293585635978f,-0.27292853155088936f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.9006187515540258f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.188804434828926f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47756191143995697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5473725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25.mcfunction new file mode 100644 index 000000000..2864bdb1c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..1c0e8fff0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3849309306767171f,-0.06787370878752498f,-0.7170535424277794f,0.07713847623505082f,-0.20565183015653207f,0.7895441098728194f,0.03566325507929042f,1.5127459686152989f,0.6902752695889299f,0.19737705708873035f,-0.38923873647591495f,-0.26810660219899013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37381611637116596f,0.08287303780939959f,-0.7024197966639473f,0.07713847623505082f,0.10985919993273079f,0.7916504731717271f,0.03493543354706f,1.5127459686152989f,0.6987077123742942f,-0.08013481098263471f,-0.38129508879273305f,-0.26810660219899013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19310963280432936f,0.791755637663383f,0.05268893992927931f,1.5143054397536193f,-0.553386221207088f,0.17323982449550518f,-0.575061820877852f,-0.28512710619114984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12203924349721833f,0.7889502225227216f,0.05161365544092668f,1.5143054397536193f,-0.5657713116805789f,-0.05066352047787484f,-0.5633258653497326f,-0.28512710619114984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1911216351696983f,1.5480768985191093f,-0.09130545899077415f,-0.059151606400720425f,1.1436382218293697f,0.2028340329299241f,1.045158467724555f,1.581192181434068f,1.0473635415370433f,0.06101246886364792f,-1.157891765452257f,0.4051651986363084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9353005828661072f,-0.2399312602632527f,-0.2600880813086356f,-0.30039453932379784f,-0.26675767878949874f,0.00484163132362281f,-0.9637514718084558f,1.6348571162359207f,0.23249335581293235f,0.9707778061712233f,-0.05947512545785715f,0.3698698305036378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14531450575722815f,-0.957654173623554f,-0.24856021032723713f,-0.2984375f,-0.09500865724492537f,0.23655912847523594f,-0.9669607715846351f,1.6540176662519714f,0.9848132053669105f,0.16412879843715628f,-0.05660996430423291f,0.039513813443758136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9175311314602431f,0.300303182300493f,0.2606810723882397f,0.3116812311933544f,0.269319038346132f,0.013045269071857477f,-0.9629626558383025f,1.6353699407402849f,-0.29258140471602145f,0.9537545908959177f,-0.06890792377774718f,0.3707804856352404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10878294243686794f,0.9622785348093614f,0.24937179648052732f,0.2984375f,0.09495487483244548f,0.23965456077120834f,-0.9662035309639028f,1.6540176662519714f,-0.9895200064578439f,0.1287855308126955f,-0.06530270953766465f,0.03951381344375822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.537604368010414e-17f,1.0355467512070952e-16f,-0.15625000000000003f,0f,0.8455880927693462f,-0.533835908652368f,1.3462392733737039f,-1.2246467991473532e-16f,-0.533835908652368f,-0.8455880927693462f,0.26694609330440333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0770930159967185e-17f,1.2069037362983159e-16f,-0.15625000000000003f,0f,0.9855116896876789f,-0.16960751601546437f,1.5299626682150471f,-1.2246467991473532e-16f,-0.16960751601546437f,-0.9855116896876789f,0.22898523599095577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1300145133498285e-17f,1.112020365636376e-16f,0.15624999999999997f,0f,0.9080335378417742f,-0.41889747451441056f,1.3426745034031504f,-1.2246467991473532e-16f,-0.41889747451441056f,-0.9080335378417742f,0.21810149484225919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1173789378380627e-17f,1.219538611834253e-16f,0.15624999999999997f,0f,0.99582884851644f,0.091240914410263f,1.5299626682150471f,-1.2246467991473532e-16f,0.091240914410263f,-0.99582884851644f,0.22898523599095577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,0.29375f,0f,0.9010391739968064f,0.43373771674037376f,2.1844075768948596f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.28757251913540005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,0.33125f,0f,0.9010391739968064f,0.43373771674037376f,2.112440591089669f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.14888288198065275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,-0.29375f,0f,0.9010391739968064f,0.43373771674037376f,2.1844075768948596f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.2875725191354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,-0.33125f,0f,0.9010391739968064f,0.43373771674037376f,2.112440591089669f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.1488828819806527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988293446978642f,0.147781040599929f,0.037905496940101986f,0.19310494752133348f,0.12156278726534911f,0.6126446145719353f,0.7809539454976102f,2.2488476166131703f,0.09218758816323061f,0.7764195645881208f,-0.6234373331085006f,0.3436564386071876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992439626967223f,-0.008641545919303092f,0.037905496940101986f,0.07791993555447538f,0.02422741509189328f,0.6241185523357569f,0.7809539454976102f,2.2579277332469636f,-0.030406173256702446f,0.7812818673913046f,-0.6234373331085006f,0.348027379594146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9754536013353856f,0.2093563541309451f,0.06826557424372076f,0.05765010379883527f,0.11171517515272157f,0.20333778431292743f,0.972714482832093f,2.2986914427347505f,0.18976298712452694f,0.9564641459331907f,-0.2217348557666765f,0.30784766189976676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9924061752004352f,-0.10232201521284791f,0.06826557424372076f,0.08634538302901777f,0.04341261434680811f,0.2279076124315929f,0.972714482832093f,2.299211646496097f,-0.11508835014726097f,0.9682914465172728f,-0.2217348557666765f,0.31896413449445843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0541842677081735f,0.06826557424372076f,0.14265826719353444f,0.07853073845442808f,0.218310462430219f,0.972714482832093f,2.349682848269019f,0.03780273286018052f,0.9743739565107603f,-0.2217348557666765f,0.4167760018721992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07848118752681997f,0.037905496940101986f,0.12499999999999997f,0.07853073845442808f,0.6196320344603867f,0.7809539454976102f,2.2102656405154324f,0.03780273286018052f,0.7809589266247376f,-0.6234373331085006f,0.2410602433816335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988293446978642f,-0.14778104059992916f,-0.037905496940101834f,-0.19310494752133356f,-0.12156278726534911f,0.6126446145719353f,0.7809539454976102f,2.2488476166131703f,-0.09218758816323086f,0.7764195645881208f,-0.6234373331085006f,0.34365643860718753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992439626967223f,0.008641545919302926f,-0.037905496940101834f,-0.07791993555447546f,-0.02422741509189328f,0.6241185523357569f,0.7809539454976102f,2.2579277332469636f,0.030406173256702196f,0.7812818673913046f,-0.6234373331085006f,0.34802737959414587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9754536013353856f,-0.2093563541309453f,-0.06826557424372069f,-0.057650103798835325f,-0.11171517515272157f,0.20333778431292743f,0.972714482832093f,2.2986914427347505f,-0.1897629871245272f,0.9564641459331906f,-0.2217348557666765f,0.30784766189976676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9924061752004352f,0.1023220152128477f,-0.06826557424372069f,-0.08634538302901784f,-0.04341261434680811f,0.2279076124315929f,0.972714482832093f,2.299211646496097f,0.11508835014726074f,0.968291446517273f,-0.2217348557666765f,0.3189641344944584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05418426770817371f,-0.06826557424372069f,-0.14265826719353453f,-0.07853073845442808f,0.218310462430219f,0.972714482832093f,2.349682848269019f,-0.03780273286018077f,0.9743739565107603f,-0.2217348557666765f,0.41677600187219915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07848118752682014f,-0.037905496940101834f,-0.12500000000000003f,-0.07853073845442808f,0.6196320344603867f,0.7809539454976102f,2.2102656405154324f,-0.03780273286018077f,0.7809589266247376f,-0.6234373331085006f,0.24106024338163345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,-5.74691690259384e-18f,0f,0.9010391739968064f,0.43373771674037376f,1.7349287601939323f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.046927137739592055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1173789378380627e-17f,1.219538611834253e-16f,-1.5567458857011047e-18f,0f,0.99582884851644f,0.091240914410263f,1.3614929420002673f,-1.2246467991473532e-16f,0.091240914410263f,-0.99582884851644f,0.012711794835743431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963154193597725f,-0.08572238833834324f,0.002693934581792356f,0.1529151890491221f,-0.08063334165464274f,0.9255410288682282f,-0.3699622522571014f,0.8432969584454795f,0.029220700873975554f,-0.3688163174523488f,-0.9290428809378617f,0.3545576270409184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963154193597725f,-0.07859457802988888f,0.034328959353065285f,0.12499999999999999f,-0.08063334165464274f,0.7220196152307239f,-0.6871578708242256f,1.0977684447017095f,0.029220700873975554f,-0.6873940409447707f,-0.7256966191970667f,0.10495899411367851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14869704564242733f,0.08968209533825403f,-0.1375270325674399f,0.163258677803187f,0.9688088633562264f,0.18642958564662318f,1.1324068445064632f,-0.059163280242063854f,0.1982386816431906f,-0.9783665628849795f,0.37787703033849157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.163258677803187f,0.21012816625240865f,-0.9639464496896886f,1.0871023355728893f,-0.059163280242063854f,-0.9732117235664993f,-0.2221680611242819f,0.044341213173989716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.726176205014342e-17f,-3.53637683828697e-18f,0.10366423574419037f,0.7874080449964436f,-0.6076531057292898f,1.2756121410077388f,-0.07931464608153273f,-0.602454549173141f,-0.7942025579772131f,0.028876708294580396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.519679883647372e-18f,-0.10366423574419037f,0.695176076997844f,-0.7113254868184188f,1.2377340861984325f,0.07931464608153248f,-0.7071231356983647f,-0.7026279654817855f,0.028740367313236034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.441604309233229e-17f,9.726176205014342e-17f,-3.53637683828697e-18f,0f,0.7942025579772131f,-0.6076531057292898f,1.2756121410077388f,-1.2246467991473532e-16f,-0.6076531057292898f,-0.7942025579772131f,0.028876708294580396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1833593804771267e-16f,-3.65090825629994e-18f,0.08421739706068745f,0.9626092532060769f,-0.2574701063703537f,1.3005476902006208f,-0.022439998356026856f,-0.25649035488326416f,-0.9662862641710471f,0.029811928295095734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1833593804771267e-16f,-3.65090825629994e-18f,-0.08421739706068745f,0.9626092532060769f,-0.2574701063703537f,1.3005476902006208f,0.022439998356026614f,-0.25649035488326416f,-0.9662862641710471f,0.029811928295095734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.153099416425822e-17f,1.1833593804771267e-16f,-3.65090825629994e-18f,0f,0.9662862641710471f,-0.2574701063703537f,1.3005476902006208f,-1.2246467991473532e-16f,-0.2574701063703537f,-0.9662862641710471f,0.029811928295095734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1513752686088662e-16f,-0.19375f,0.12271671287794031f,0.9321259765427267f,-0.3407077519439516f,1.3128281330774036f,-0.04447128552109799f,-0.33779294989505365f,-0.9401692548500502f,0.030679812359976508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12271671287794034f,0.898884318604895f,-0.4206513879052897f,1.3134830747973194f,0.04447128552109777f,-0.4184486954531916f,-0.9071510315474612f,0.01781176369891245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1600787507636256e-17f,1.1106284957270972e-16f,-0.007812500000000009f,0f,0.9068969898099272f,-0.42135240580029065f,1.1727434321194419f,-1.2246467991473532e-16f,-0.42135240580029065f,-0.9068969898099272f,0.07612688832497667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.172466578628507e-17f,1.1513752686088662e-16f,0f,0f,0.9401692548500502f,-0.3407077519439516f,1.3828125f,-1.2246467991473532e-16f,-0.3407077519439516f,-0.9401692548500502f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8038207364254807f,0.21777454783469402f,-0.5535760742732581f,-1.0937953302836372f,-0.1339030652894199f,0.972937431694704f,0.18831548824621558f,2.3861239921086037f,0.5796052042541497f,-0.07724636122632421f,0.8112279623378356f,-0.5655780872097101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2589270893367276f,0.21777454783469402f,-0.9410265717412045f,-1.0624546697163628f,0.1339030652894199f,0.972937431694704f,0.18831548824621558f,2.3861239921086037f,0.9565702961694487f,-0.07724636122632421f,-0.2810805367925439f,-0.47722184523888567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3343003793842604f,0.21777454783469402f,-0.9169610147977576f,-0.9405808477803363f,1.3877787807814457e-17f,0.972937431694704f,0.2310687213954178f,2.351463683899291f,0.9424665810221278f,-0.07724636122632421f,0.3252533525326874f,-0.570187969104201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7978499852826684f,-0.2663545544583291f,0.5408240493023133f,1.0513483391959586f,0.1270099507564006f,0.9512339825883555f,0.28110920080629337f,2.232411536780965f,-0.5893249302322979f,-0.15559293585635978f,0.7927716978539889f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24884281236273725f,-0.2663545544583291f,0.9311994985258041f,1.019771080867821f,-0.22381472794466234f,0.9512339825883555f,0.21227547650200446f,2.2379794594010165f,-0.9423291475331009f,-0.15559293585635978f,-0.29632181158520626f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.9000934498367097f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1897906693630977f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.548935f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26.mcfunction new file mode 100644 index 000000000..4f5880865 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..998fff848 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38146304217761573f,-0.06726222647904481f,-0.7189618799255805f,0.07756966639044348f,-0.20639100533836588f,0.7893514288707977f,0.035658366472584094f,1.5143749030189493f,0.6919777054302123f,0.19835462957328764f,-0.38570291748809293f,-0.2677719173462316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3704483625550117f,0.08212642476326279f,-0.7042891884985278f,0.07756966639044348f,0.10911799701161232f,0.7917531893137335f,0.03493064470783748f,1.5143749030189493f,0.7006149251967763f,-0.07988828178860491f,-0.37783142937609104f,-0.2677719173462316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19356351312667464f,0.7916132618425465f,0.05316064809149668f,1.5159698471359504f,-0.5532276262893447f,0.1738892470453179f,-0.5750184064155809f,-0.28502381809246313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12157509759567262f,0.7889915166022411f,0.05207573690595594f,1.5159698471359504f,-0.565871230686575f,-0.05001632389090248f,-0.5632833368968956f,-0.28502381809246313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.16321370124149379f,1.5500253418435779f,-0.11040370179369441f,-0.055022781753109484f,1.1353059081274672f,0.19474121004939354f,1.05572847175747f,1.581487234828642f,1.061059862919109f,0.030059120931864355f,-1.1465839116919812f,0.4004252908414186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9395580837398817f,-0.22209580738258797f,-0.26058407399938555f,-0.2969028686626463f,-0.26725296758003464f,0.00002705422076343305f,-0.9636264061282949f,1.6351617503104374f,0.21402443458331075f,0.9750248466634814f,-0.05933034459826296f,0.3698164121510023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.15686503927568907f,-0.9563162590483474f,-0.246683141160498f,-0.2984375f,-0.09705339866214999f,0.23363986028090533f,-0.9674673397567715f,1.655104549148799f,0.9828397617420463f,0.1757032394911737f,-0.056163817277184565f,0.0397028308548807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9191385542411376f,0.29480851347051296f,0.2612896065533756f,0.3104344319325436f,0.27044938371870364f,0.010034712365603216f,-0.9626818973024852f,1.6358513955285308f,-0.2864287851346035f,0.9555036603451844f,-0.0705074897671813f,0.371011314861675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11307754404591742f,0.9622177967022782f,0.24769009011657406f,0.2984375f,0.09677596375626484f,0.23743756848805847f,-0.9665701288109023f,1.655104549148799f,-0.9888619124385313f,0.13326782349799046f,-0.06627069751042884f,0.03970283085488078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.529107530214173e-17f,1.0360826855279767e-16f,-0.15625000000000003f,0f,0.8460257163529415f,-0.5331420891933896f,1.3474508690856415f,-1.2246467991473532e-16f,-0.5331420891933896f,-0.8460257163529415f,0.2669113301992341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.067192029611332e-17f,1.207073715142937e-16f,-0.15625000000000003f,0f,0.9856504879475033f,-0.16879903912300195f,1.5312053415812796f,-1.2246467991473532e-16f,-0.16879903912300195f,-0.9856504879475033f,0.22910119481399932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.120890832516972e-17f,1.112440808976502e-16f,0.15624999999999997f,0f,0.9083768558828771f,-0.41815246943709283f,1.343926167766015f,-1.2246467991473532e-16f,-0.41815246943709283f,-0.9083768558828771f,0.2180638239734453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1273824939159686e-17f,1.2194465424060114e-16f,0.15624999999999997f,0f,0.9957536681229538f,0.09205776675372002f,1.5312053415812796f,-1.2246467991473532e-16f,0.09205776675372002f,-0.9957536681229538f,0.22910119481399935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,0.29375f,0f,0.8999690553585133f,0.4359537812625384f,2.1852059563132022f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.288962072872304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,0.33125f,0f,0.8999690553585133f,0.4359537812625384f,2.113580491386751f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.1500957512746261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,-0.29375f,0f,0.8999690553585133f,0.4359537812625384f,2.1852059563132022f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.28896207287230397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,-0.33125f,0f,0.8999690553585133f,0.4359537812625384f,2.113580491386751f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.15009575127462604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883006665353006f,0.14767779612963364f,0.03811903797546357f,0.19308695442523804f,0.12118677901271038f,0.608604483017714f,0.784164745345814f,2.249222044533786f,0.09260430399503558f,0.7796100639300618f,-0.6193808126674248f,0.3453225218937781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992349423751792f,-0.008744648666328458f,0.03811903797546357f,0.07790194245837995f,0.024488051943171225f,0.6200693408553298f,0.784164745345814f,2.2582913771724678f,-0.03049369194605505f,0.7844982751102384f,-0.6193808126674248f,0.34971579501113653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755118789201574f,0.2089884039418205f,0.06855961714825021f,0.057663031141464746f,0.11041827864357236f,0.19574570685102521f,0.9744185045404171f,2.299569716821582f,0.19022191731515742f,0.9581270611287643f,-0.21402840210052126f,0.3095886834985802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9923478976156633f,-0.10268996540197252f,0.06855961714825021f,0.0863536536624658f,0.044525273429160114f,0.2202863546279606f,0.9744185045404171f,2.2999962751456047f,-0.11516575065457389f,0.970014790078206f,-0.21402840210052126f,0.3207211518840565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05381173097365773f,0.06855961714825021f,0.14263498046241135f,0.07843747146967953f,0.21060897672858175f,0.9744185045404171f,2.3496828952178688f,0.03799587560958651f,0.976088190959689f,-0.21402840210052126f,0.4189519849797918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0783776909440507f,0.03811903797546357f,0.12499999999999997f,0.07843747146967953f,0.6155755154537725f,0.784164745345814f,2.21117840424077f,0.03799587560958651f,0.7841707226976158f,-0.6193808126674248f,0.2425135723728285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883006665353006f,-0.1476777961296338f,-0.03811903797546342f,-0.1930869544252381f,-0.12118677901271038f,0.608604483017714f,0.784164745345814f,2.249222044533786f,-0.09260430399503583f,0.7796100639300618f,-0.6193808126674248f,0.345322521893778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992349423751792f,0.008744648666328292f,-0.03811903797546342f,-0.07790194245838003f,-0.024488051943171225f,0.6200693408553298f,0.784164745345814f,2.2582913771724678f,0.0304936919460548f,0.7844982751102384f,-0.6193808126674248f,0.3497157950111365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755118789201573f,-0.20898840394182072f,-0.06855961714825015f,-0.0576630311414648f,-0.11041827864357236f,0.19574570685102521f,0.9744185045404171f,2.299569716821582f,-0.1902219173151577f,0.9581270611287643f,-0.21402840210052126f,0.30958868349858015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923478976156634f,0.1026899654019723f,-0.06855961714825015f,-0.08635365366246586f,-0.044525273429160114f,0.2202863546279606f,0.9744185045404171f,2.2999962751456047f,0.11516575065457364f,0.970014790078206f,-0.21402840210052126f,0.32072115188405637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053811730973657955f,-0.06855961714825015f,-0.14263498046241144f,-0.07843747146967953f,0.21060897672858175f,0.9744185045404171f,2.3496828952178688f,-0.03799587560958676f,0.976088190959689f,-0.21402840210052126f,0.4189519849797917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07837769094405087f,-0.03811903797546342f,-0.12500000000000003f,-0.07843747146967953f,0.6155755154537725f,0.784164745345814f,2.21117840424077f,-0.03799587560958676f,0.7841707226976158f,-0.6193808126674248f,0.24251357237282845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,-5.781715818952061e-18f,0f,0.8999690553585133f,0.4359537812625384f,1.7363207077050775f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.04721129245573104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1273824939159686e-17f,1.2194465424060114e-16f,-1.5540314667671782e-18f,0f,0.9957536681229538f,0.09205776675372002f,1.36291308215897f,-1.2246467991473532e-16f,0.09205776675372002f,-0.9957536681229538f,0.01268962992308603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963393305366955f,-0.08545060462558747f,0.0024764076423123144f,0.1529123008138539f,-0.0803798914507671f,0.9265670492956948f,-0.3674405750728035f,0.8432872305042707f,0.029103461581954f,-0.36629454995753236f,-0.930043703916841f,0.35336227924832964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963393305366955f,-0.07850648447274872f,0.03383297683354862f,0.12499999999999999f,-0.0803798914507671f,0.725592577676529f,-0.6834138455365777f,1.0993654792096739f,0.029103461581954f,-0.6836315843467594f,-0.729246765784729f,0.10505569027362968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14835317098686548f,0.09024979925289398f,-0.1374512965731225f,0.16327519294193246f,0.9680327633484006f,0.1904042553459199f,1.1342905526768403f,-0.059117687512457294f,0.202247140257165f,-0.9775485631317649f,0.3777239947978935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16327519294193246f,0.21039993003808682f,-0.9638843710786803f,1.0886311868758491f,-0.059117687512457294f,-0.9731530067670985f,-0.22243723708798185f,0.044199867067530575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.728253913702938e-17f,-3.5327105993107586e-18f,0.10368638052943406f,0.7875762513400338f,-0.6074312988461208f,1.2771665812895059f,-0.07928569447366447f,-0.6022346398786058f,-0.7943722157667115f,0.028846771181457127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.514718269268417e-18f,-0.10368638052943406f,0.6953735159206061f,-0.7111292483430282f,1.239288566030688f,0.07928569447366422f,-0.7069289783466335f,-0.7028265776317896f,0.02869985265723555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.438887958338211e-17f,9.728253913702938e-17f,-3.5327105993107586e-18f,0f,0.7943722157667115f,-0.6074312988461208f,1.2771665812895059f,-1.2246467991473532e-16f,-0.6074312988461208f,-0.7943722157667115f,0.028846771181457127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1834473854819168e-16f,-3.648094773472977e-18f,0.08422366020657028f,0.9626808412910974f,-0.257200258305611f,1.3021018683474366f,-0.02241647954751519f,-0.2562215336718771f,-0.9663581257109224f,0.029788954464364116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1834473854819168e-16f,-3.648094773472977e-18f,-0.08422366020657028f,0.9626808412910974f,-0.257200258305611f,1.3021018683474366f,0.022416479547514946f,-0.2562215336718771f,-0.9663581257109224f,0.029788954464364116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.14979473073839e-17f,1.1834473854819168e-16f,-3.648094773472977e-18f,0f,0.9663581257109224f,-0.257200258305611f,1.3021018683474366f,-1.2246467991473532e-16f,-0.257200258305611f,-0.9663581257109224f,0.029788954464364116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1514917409616073e-16f,-0.19375f,0.12272912681860694f,0.9322202697836004f,-0.3404451938784474f,1.3143820683864442f,-0.04443701481657107f,-0.3375326380501973f,-0.9402643617435824f,0.030660267841949473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12272912681860697f,0.8990011364747328f,-0.42039804714993767f,1.3150406035178555f,0.04443701481657084f,-0.4181976632854414f,-0.9072684642027344f,0.01779240257685224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1569770897644476e-17f,1.1107725490028569e-16f,-0.007812500000000009f,0f,0.9070146182362293f,-0.4210991359594404f,1.1742846816729182f,-1.2246467991473532e-16f,-0.4210991359594404f,-0.9070146182362293f,0.07606822300721558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.169251169683407e-17f,1.1514917409616073e-16f,0f,0f,0.9402643617435824f,-0.3404451938784474f,1.384375f,-1.2246467991473532e-16f,-0.3404451938784474f,-0.9402643617435824f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8159507812325207f,0.22065428409679247f,-0.534355695689464f,-1.0937228301821866f,-0.14026919485005018f,0.9722393882625112f,0.18728354142064016f,2.3793749966270887f,0.5608465704469964f,-0.07786050873626495f,0.8242504871682952f,-0.5492484783992199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2832808454130108f,0.22065428409679247f,-0.9333079071409509f,-1.0625271698178134f,0.14026919485005013f,0.9722393882625112f,0.18728354142064021f,2.3793749966270887f,0.9487236244545659f,-0.07786050873626495f,-0.30636779462130387f,-0.46084093757587896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33275371055331326f,0.22065428409679247f,-0.9168351296840309f,-0.9405997305473953f,-2.7755575615628914e-17f,0.9722393882625112f,0.23398840123163794f,2.344276736442343f,0.9430137687823024f,-0.07786050873626495f,0.323516263990434f,-0.5535721475861145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8109799268105322f,-0.2663545544583291f,0.5209287951627258f,1.0476204830234017f,0.13392260233417086f,0.9512339825883555f,0.2778824336893928f,2.235754739839186f,-0.5695404242847277f,-0.15559293585635978f,0.8071025606558135f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2717941564007947f,-0.2663545544583291f,0.9247611517930917f,1.0160432246952642f,-0.22899560127148766f,0.9512339825883555f,0.2066758935323762f,2.2413226624592375f,-0.9347132989022304f,-0.15559293585635978f,-0.31953385918695454f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8963655936641528f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1931338724213187f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5504974999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27.mcfunction new file mode 100644 index 000000000..eed50e60f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..12be91776 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.377985978405992f,-0.06664912632246363f,-0.7208529243426579f,0.07800199738043496f,-0.20713153013182192f,0.7891579542530063f,0.035646835889101114f,1.5160035611554092f,0.6936624350490371f,0.1993290286037301f,-0.38215809425181396f,-0.2674392659468751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.36707169840074855f,0.08137783634272491f,-0.7061416401723997f,0.07800199738043496f,0.10837527515286643f,0.7918556931474707f,0.03491934944238477f,1.5160035611554092f,0.7025049238039052f,-0.07963798705464353f,-0.3743589494711647f,-0.2674392659468751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19401726320016233f,0.7914703533452708f,0.053632320481922326f,1.517634162253913f,-0.5530686591048186f,0.17453855258508363f,-0.5749746050235144f,-0.28492040817862146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12111086988626289f,0.7890322797694932f,0.05253778332923004f,1.517634162253913f,-0.5659707689179088f,-0.04936909364795365f,-0.5632404294107897f,-0.28492040817862146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1349453467839884f,1.5512912741003109f,-0.12919514805743948f,-0.05098969547626875f,1.126705615410542f,0.18681673040955576f,1.0663208782732503f,1.5817499729795768f,1.0741184569607312f,-0.0010687091830544064f,-1.134757528407272f,0.3956265137298814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9434710120344862f,-0.20418305177422005f,-0.2610971673894389f,-0.293419807045984f,-0.26769843838744833f,-0.004903127805417752f,-0.9634902726144386f,1.6354190912485251f,0.19544819143584835f,0.9789204465664665f,-0.05928544305785411f,0.36972105409107303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.16838132298295283f,-0.95483896405991f,-0.2448066232427309f,-0.2984375f,-0.09923208852548122f,0.23067118871756062f,-0.9679585710672223f,1.6561912933546732f,0.98071439404007f,0.18727881729823417f,-0.055909944678858514f,0.03989124105929058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9207074743448045f,0.2893094132292873f,0.26191183650712746f,0.3091907438820097f,0.2715814327443561f,0.006962615317700429f,-0.962390278097436f,1.6363098767234525f,-0.28025215801869124f,0.9572103140923958f,-0.07216053298724451f,0.3712343814836094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11735980990436103f,0.9621351974559058f,0.24601328589264643f,0.2984375f,0.0986615786137629f,0.23520358372410402f,-0.966925626461921f,1.6561912933546732f,-0.9881763850268089f,0.13775026685935396f,-0.06732232954617892f,0.03989124105929066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.520606298982501e-17f,1.036617922668982e-16f,-0.15625000000000003f,0f,0.8464627706459654f,-0.5324479109831831f,1.3486624859296044f,-1.2246467991473532e-16f,-0.5324479109831831f,-0.8464627706459654f,0.2668763175121453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.057289652212753e-17f,1.207242881747845e-16f,-0.15625000000000003f,0f,0.9857886229632694f,-0.16799044864569262f,1.5324479124311818f,-1.2246467991473532e-16f,-0.16799044864569262f,-0.9857886229632694f,0.2292169294975575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1117637058374784e-17f,1.1128605037553832e-16f,0.15624999999999997f,0f,0.9087195626773366f,-0.4174071829850442f,1.345177855632676f,-1.2246467991473532e-16f,-0.4174071829850442f,-0.9087195626773366f,0.21802593639219112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1373852913783728e-17f,1.2193536524123834e-16f,0.15624999999999997f,0f,0.995677817686981f,0.09287455715152027f,1.5324479124311818f,-1.2246467991473532e-16f,0.09287455715152027f,-0.995677817686981f,0.22921692949755756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,0.29375f,0f,0.8988934864213443f,0.43816720560681033f,2.186001376701018f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.29035006079750725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,0.33125f,0f,0.8988934864213443f,0.43816720560681033f,2.1147178664239887f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.15130789574465495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,-0.29375f,0f,0.8988934864213443f,0.43816720560681033f,2.186001376701018f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.2903500607975072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,-0.33125f,0f,0.8988934864213443f,0.43816720560681033f,2.1147178664239887f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.1513078957446549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883079266223365f,0.14757397204793904f,0.03833229642810899f,0.19306890661005155f,0.12080913952995748f,0.6045478335460717f,0.7873544746559727f,2.249592228841409f,0.09301932047424111f,0.7827795601117503f,-0.615307700496073f,0.3469845116056501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999225871413818f,-0.00884833022912282f,0.03833229642810899f,0.07788389464319348f,0.0247496616190599f,0.6160035596398445f,0.7873544746559727f,2.2586507225602315f,-0.030579603448018404f,0.7876936724153604f,-0.615307700496073f,0.35140009024732544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755704061208339f,0.20861887773989943f,0.06885162708154453f,0.05767608575424435f,0.10911883913854886f,0.18814061011918176f,0.9760615706854963f,2.300444625669571f,0.19067108235463154f,0.9597297925325268f,-0.20630866118315638f,0.31133067763881694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9922893704149869f,-0.10305949160389358f,0.06885162708154453f,0.08636203162033904f,0.045639537154381175f,0.21265192893387147f,0.9760615706854963f,2.3007773862064265f,-0.11523384055807107f,0.9716778778541018f,-0.20630866118315638f,0.32247838615638197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05343759858114777f,0.06885162708154453f,0.14261156300026925f,0.07834372946008425f,0.2028942342336213f,0.9760615706854963f,2.3496760927639277f,0.038188788252327285f,0.9777414549729557f,-0.20630866118315638f,0.42112194270110326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07827361333453021f,0.03833229642810899f,0.12499999999999997f,0.07834372946008425f,0.6115024049776931f,0.7873544746559727f,2.212088051643947f,0.038188788252327285f,0.787361448232039f,-0.615307700496073f,0.24396561684889473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883079266223365f,-0.1475739720479392f,-0.038332296428108835f,-0.19306890661005163f,-0.12080913952995748f,0.6045478335460717f,0.7873544746559727f,2.249592228841409f,-0.09301932047424136f,0.7827795601117502f,-0.615307700496073f,0.34698451160565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999225871413818f,0.008848330229122653f,-0.038332296428108835f,-0.07788389464319355f,-0.0247496616190599f,0.6160035596398445f,0.7873544746559727f,2.2586507225602315f,0.030579603448018154f,0.7876936724153604f,-0.615307700496073f,0.3514000902473254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755704061208339f,-0.20861887773989965f,-0.06885162708154446f,-0.057676085754244405f,-0.10911883913854886f,0.18814061011918176f,0.9760615706854963f,2.300444625669571f,-0.19067108235463176f,0.9597297925325268f,-0.20630866118315638f,0.3113306776388169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9922893704149869f,0.10305949160389336f,-0.06885162708154446f,-0.08636203162033909f,-0.045639537154381175f,0.21265192893387147f,0.9760615706854963f,2.3007773862064265f,0.11523384055807083f,0.9716778778541018f,-0.20630866118315638f,0.32247838615638186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053437598581147994f,-0.06885162708154446f,-0.14261156300026934f,-0.07834372946008425f,0.2028942342336213f,0.9760615706854963f,2.3496760927639277f,-0.038188788252327535f,0.9777414549729557f,-0.20630866118315638f,0.42112194270110315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07827361333453038f,-0.038332296428108835f,-0.12500000000000003f,-0.07834372946008425f,0.6115024049776931f,0.7873544746559727f,2.212088051643947f,-0.038188788252327535f,0.787361448232039f,-0.615307700496073f,0.24396561684889467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,-5.816502275043619e-18f,0f,0.8988934864213443f,0.43816720560681033f,1.737712414677795f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.04749534542607135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1373852913783728e-17f,1.2193536524123834e-16f,-1.5513074323747207e-18f,0f,0.995677817686981f,0.09287455715152027f,1.364333233045177f,-1.2246467991473532e-16f,0.09287455715152027f,-0.995677817686981f,0.01266738649425125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963631640170262f,-0.08517826467850241f,0.002260224842710809f,0.15290810931842796f,-0.08012637580765089f,0.9275861308746096f,-0.3649160639229284f,0.8432839267556775f,0.028986363861507717f,-0.36377002767604494f,-0.9310376779028107f,0.3521570726580846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963631640170262f,-0.07841541640057977f,0.033338684147763024f,0.12499999999999999f,-0.08012637580765089f,0.7291460577009172f,-0.6796512270563055f,1.1009624374790155f,0.028986363861507717f,-0.679850754952831f,-0.7327774162050534f,0.10515241389245869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14800712893030196f,0.09081618464158678f,-0.13737556057880512f,0.16329169534814214f,0.9672403583212505f,0.19437569669304963f,1.136174326757961f,-0.059072090172731746f,0.20625222185563932f,-0.9767141389077139f,0.3775711681278868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16329169534814214f,0.21067167741634524f,-0.9638222173019841f,1.090160094062938f,-0.059072090172731746f,-0.9730942140792225f,-0.22270639570556805f,0.04405850563049585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.730330863762264e-17f,-3.5290440848465005e-18f,0.10370851722900032f,0.7877443962668064f,-0.6072094445942083f,1.2787210299316063f,-0.07925673668293452f,-0.6020146836205733f,-0.7945418116094288f,0.028816831818803255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.509756380804495e-18f,-0.10370851722900032f,0.6955709006167096f,-0.7109329544123143f,1.2408430571770823f,0.07925673668293427f,-0.7067347658671249f,-0.7030251349739298f,0.028659335763161462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.436171027343393e-17f,9.730330863762264e-17f,-3.5290440848465005e-18f,0f,0.7945418116094288f,-0.6072094445942083f,1.2787210299316063f,-1.2246467991473532e-16f,-0.6072094445942083f,-0.7945418116094288f,0.028816831818803255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.183535298199043e-16f,-3.645281006160073e-18f,0.08422991678451866f,0.9627523543042839f,-0.2569303901838626f,1.303656052910081f,-0.02239295899092029f,-0.2559526924798074f,-0.9664299118922014f,0.029765978310628497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.183535298199043e-16f,-3.645281006160073e-18f,-0.08422991678451866f,0.9627523543042839f,-0.2569303901838626f,1.303656052910081f,0.02239295899092005f,-0.2559526924798074f,-0.9664299118922014f,0.029765978310628497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.146489799423479e-17f,1.183535298199043e-16f,-3.645281006160073e-18f,0f,0.9664299118922014f,-0.2569303901838626f,1.303656052910081f,-1.2246467991473532e-16f,-0.2569303901838626f,-0.9664299118922014f,0.029765978310628497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1516081235186514e-16f,-0.19375f,0.12274153118860356f,0.9323144903280179f,-0.34018260926432603f,1.3159360091536778f,-0.04440274064675424f,-0.3372722998838508f,-0.9403593953133637f,0.030640720932971623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12274153118860359f,0.8991178842386108f,-0.42014467361108027f,1.316598137645231f,0.04440274064675401f,-0.4179465985057763f,-0.9073858261073449f,0.017773040067303847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.153875026613578e-17f,1.1109165156582862e-16f,-0.007812500000000009f,0f,0.9071321759316641f,-0.4208458332804124f,1.1758259476096704f,-1.2246467991473532e-16f,-0.4208458332804124f,-0.9071321759316641f,0.07600955175749784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.166035435611516e-17f,1.1516081235186514e-16f,0f,0f,0.9403593953133637f,-0.34018260926432603f,1.3859375f,-1.2246467991473532e-16f,-0.34018260926432603f,-0.9403593953133637f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8276148370313918f,0.22353462462177612f,-0.5148649853317899f,-1.093650288097633f,-0.14666380693352235f,0.9715325832082806f,0.18604883095685315f,2.3661196742263115f,0.5417964647921479f,-0.0784647141067045f,0.8368392195510941f,-0.5290352591661138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.30740409133368446f,0.22353462462177612f,-0.9249513480321618f,-1.062599711902367f,0.14666380693352235f,0.9715325832082806f,0.18604883095685315f,2.3661196742263115f,0.9402087280849282f,-0.0784647141067045f,-0.33143752997069426f,-0.4405766574478977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33120614608283827f,0.22353462462177612f,-0.9166977475657695f,-0.9406203378651345f,0f,0.9715325832082806f,0.23690597241235867f,2.3305837783644576f,0.9435584183276379f,-0.0784647141067045f,0.32177756267831914f,-0.5330725927087536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8236138675070234f,-0.2663545544583291f,0.5007149374338943f,1.0411212976464768f,0.14075334593875796f,0.9512339825883555f,0.2744857117886842f,2.2415118028180845f,-0.5494075835453748f,-0.15559293585635978f,0.8209397940497409f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2945792692867849f,-0.2663545544583291f,0.9177572148590111f,1.0095440393183392f,-0.23403641933324862f,0.9512339825883555f,0.20094990618253117f,2.247079725438136f,-0.9265257732692253f,-0.15559293585635978f,-0.3425504777101662f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8898664082872279f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1988909354002173f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.55206f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28.mcfunction new file mode 100644 index 000000000..1b413b7ea --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..aee9ce9af --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.374499822995132f,-0.06603442306458619f,-0.7227266301940081f,0.07843545880623376f,-0.20787335787935293f,0.7889636942887553f,0.03562864890290072f,1.5176319486564693f,0.6953294140945152f,0.2003002459040202f,-0.3786043605536151f,-0.26710865360900593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3636862051267656f,0.08062729055346932f,-0.7079771071288243f,0.07843545880623376f,0.1076310796826785f,0.7919579746661883f,0.034901533619168056f,1.5176319486564693f,0.7043776649545564f,-0.07938391764479405f,-0.37087774095048015f,-0.26710865360900593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19447088271946422f,0.7913269122677188f,0.05410395678316794f,1.5192983849759578f,-0.5529093197604789f,0.1751877406778848f,-0.5749304167311269f,-0.2848168765299111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12064656068136786f,0.7890725119970483f,0.052999794399837985f,1.5192983849759578f,-0.5660699263076014f,-0.04872183018454948f,-0.5631971429202876f,-0.2848168765299111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10633593084191555f,1.5518675309860888f,-0.14766883924215154f,-0.047053486307054804f,1.117837846602875f,0.1790715523197375f,1.076929978156448f,1.5819819594672082f,1.0865254108920928f,-0.032354217977576594f,-1.1224179195223267f,0.3907707662554175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9470374219532263f,-0.18620098530523962f,-0.26162819896093953f,-0.289946212186578f,-0.2680887352401023f,-0.00994843399703549f,-0.9633428562554296f,1.6356293878181754f,0.17677259815239857f,0.9824613080077833f,-0.05933992593596673f,0.36958360477093066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1798603014066117f,-0.9532225893902f,-0.24293407964747388f,-0.2984375f,-0.10154376794726559f,0.22765079015529782f,-0.9684337772572479f,1.657277899545453f,0.9784370879974832f,0.19885123288003764f,-0.055848473686344775f,0.04007904395839271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9222375886459278f,0.28380691066393254f,0.2625480290307647f,0.30795044954164735f,0.2727143861488608f,0.003829004060556307f,-0.9620874192688285f,1.6367454266013306f,-0.2740523557205715f,0.9588738061847862f,-0.07386697595479597f,0.371449587264247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12162886209434078f,0.9620308910168514f,0.2443419420299323f,0.2984375f,0.10061150388346622f,0.23295227078602493f,-0.9672696443194846f,1.657277899545453f,-0.9874632880223665f,0.14223151642641496f,-0.0684576551095594f,0.040079043958392783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.512100680035878e-17f,1.0371524622699503e-16f,-0.15625000000000003f,0f,0.8468992553543242f,-0.5317533744888613f,1.349874124078664f,-1.2246467991473532e-16f,-0.5317533744888613f,-0.8468992553543242f,0.26684105525599544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0473858904642916e-17f,1.2074112359992083e-16f,-0.15625000000000003f,0f,0.9859260946420264f,-0.16718174512763695f,1.5336903809169962f,-1.2246467991473532e-16f,-0.16718174512763695f,-0.9859260946420264f,0.22933243995305086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.102633139452994e-17f,1.113279449690606e-16f,0.15624999999999997f,0f,0.9090616579945455f,-0.4166616156597679f,1.3464295671492406f,-1.2246467991473532e-16f,-0.4166616156597679f,-0.9090616579945455f,0.2179878321132896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1473873234943924e-17f,1.2192599419158745e-16f,0.15624999999999997f,0f,0.9956012972595615f,0.09369128505404561f,1.5336903809169962f,-1.2246467991473532e-16f,0.09369128505404561f,-0.9956012972595615f,0.22933243995305092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,0.29375f,0f,0.8978124736990475f,0.4403779763684797f,2.186793841721365f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.2917364760236331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,0.33125f,0f,0.8978124736990475f,0.4403779763684797f,2.115852717793529f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.15251930956828746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,-0.29375f,0f,0.8978124736990475f,0.4403779763684797f,2.186793841721365f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.29173647602363306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,-0.33125f,0f,0.8978124736990475f,0.4403779763684797f,2.115852717793529f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.1525193095682874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883152271859293f,0.14746956912451015f,0.038545270717118114f,0.1930508042095655f,0.1204298770178628f,0.6004747752950534f,0.7905230477069075f,2.2499581871219827f,0.09343263045578373f,0.7859279677022484f,-0.6112181060386928f,0.3486423945830588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992167498798834f,-0.008952589839077721f,0.038545270717118114f,0.0778657922427074f,0.025012235146414902f,0.6119213177665597f,0.7905230477069075f,2.2590057870618394f,-0.03066390145534531f,0.7908679738097949f,-0.6112181060386928f,0.3530802520078835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9756291812019312f,0.20824778648259634f,0.0691415953847485f,0.05768926672927954f,0.10781693265951525f,0.18052297047149368f,0.9776435782860959f,2.301316141346304f,0.19111046496501147f,0.9612722385241589f,-0.19857611544093118f,0.3130736453061713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9922305953338896f,-0.10343058286119666f,0.0691415953847485f,0.08637051613341791f,0.046755330622049375f,0.2050048118810412f,0.9776435782860959f,2.3015549577599557f,-0.11529260488764229f,0.9732806078591171f,-0.19857611544093118f,0.32423583704158676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05306188162464358f,0.0691415953847485f,0.1425880149807056f,0.07824951299335281f,0.1951667173271645f,0.9776435782860959f,2.349662468503439f,0.038381469620105385f,0.9793336454784912f,-0.19857611544093118f,0.4232858484735438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07816895546980296f,0.038545270717118114f,0.12499999999999997f,0.07824951299335281f,0.6074128124763961f,0.7905230477069075f,2.2129945856962503f,0.038381469620105385f,0.7905310175067607f,-0.6112181060386928f,0.24541636953452287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883152271859293f,-0.14746956912451034f,-0.03854527071711796f,-0.19305080420956555f,-0.1204298770178628f,0.6004747752950534f,0.7905230477069075f,2.2499581871219827f,-0.09343263045578398f,0.7859279677022484f,-0.6112181060386928f,0.3486423945830587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992167498798834f,0.008952589839077527f,-0.03854527071711796f,-0.07786579224270748f,-0.025012235146414902f,0.6119213177665597f,0.7905230477069075f,2.2590057870618394f,0.03066390145534506f,0.7908679738097949f,-0.6112181060386928f,0.3530802520078834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9756291812019312f,-0.2082477864825966f,-0.06914159538474844f,-0.057689266729279626f,-0.10781693265951525f,0.18052297047149368f,0.9776435782860959f,2.301316141346304f,-0.19111046496501172f,0.9612722385241589f,-0.19857611544093118f,0.31307364530617127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9922305953338896f,0.10343058286119641f,-0.06914159538474844f,-0.08637051613341801f,-0.046755330622049375f,0.2050048118810412f,0.9776435782860959f,2.3015549577599557f,0.11529260488764205f,0.9732806078591171f,-0.19857611544093118f,0.32423583704158665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053061881624643814f,-0.06914159538474844f,-0.14258801498070572f,-0.07824951299335281f,0.1951667173271645f,0.9776435782860959f,2.349662468503439f,-0.038381469620105635f,0.9793336454784912f,-0.19857611544093118f,0.42328584847354367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07816895546980315f,-0.03854527071711796f,-0.12500000000000003f,-0.07824951299335281f,0.6074128124763961f,0.7905230477069075f,2.2129945856962503f,-0.038381469620105635f,0.7905310175067607f,-0.6112181060386928f,0.2454163695345228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,-5.8512762461501295e-18f,0f,0.8978124736990475f,0.4403779763684797f,1.7391038811639732f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.04777929644877212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1473873234943924e-17f,1.2192599419158745e-16f,-1.5485737830461576e-18f,0f,0.9956012972595615f,0.09369128505404561f,1.3657533946916376f,-1.2246467991473532e-16f,0.09369128505404561f,-0.9956012972595615f,0.012645064553505019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963869197989058f,-0.08490537346453518f,0.002045387615264689f,0.15290261838675112f,-0.07987279480437284f,0.928598265775482f,-0.3623887380271437f,0.8432871074337597f,0.028869407749162808f,-0.3612427692779679f,-0.9320247952391597f,0.3509420401654592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963869197989058f,-0.07832138828992573f,0.03284609855047562f,0.12499999999999999f,-0.07987279480437284f,0.7326799584628269f,-0.6758701170469433f,1.1025593194970944f,0.028869407749162808f,-0.6760516537981762f,-0.7362884751868413f,0.10524916493512505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14765892452832075f,0.09138124322958999f,-0.13729982458448775f,0.16330818502052924f,0.9664316616946897f,0.19834384280673134f,1.1380581666582161f,-0.059026488226442984f,0.21025385913504752f,-0.9758633041602054f,0.3774185503533398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16330818502052924f,0.21094340836599246f,-0.9637599883644469f,1.0916890571400926f,-0.059026488226442984f,-0.9730353455074562f,-0.22297553695605088f,0.043917128883075134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.732407055030352e-17f,-3.525377295180119e-18f,0.10373064584116286f,0.7879124797636489f,-0.6069875429908533f,1.2802754869346675f,-0.07922777271160107f,-0.6017946804161963f,-0.7947113454921398f,0.028786890208953506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.504794218642545e-18f,-0.10373064584116286f,0.6957682310707621f,-0.7107366050415851f,1.24239755963824f,0.07922777271160082f,-0.7065404982749843f,-0.7032236374927227f,0.028618816634173372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.433453516460649e-17f,9.732407055030352e-17f,-3.525377295180119e-18f,0f,0.7947113454921398f,-0.6069875429908533f,1.2802754869346675f,-1.2246467991473532e-16f,-0.6069875429908533f,-0.7947113454921398f,0.028786890208953506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.18362311862165e-16f,-3.6424669545806504e-18f,0.0842361667940447f,0.9628237922400593f,-0.25666050202615337f,1.3052102438892015f,-0.022369436688076345f,-0.2556838313280197f,-0.966501622709286f,0.029742999835680607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.18362311862165e-16f,-3.6424669545806504e-18f,-0.0842361667940447f,0.9628237922400593f,-0.25666050202615337f,1.3052102438892015f,0.022369436688076103f,-0.2556838313280197f,-0.966501622709286f,0.029742999835680607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.143184622738815e-17f,1.18362311862165e-16f,-3.6424669545806504e-18f,0f,0.966501622709286f,-0.25666050202615337f,1.3052102438892015f,-1.2246467991473532e-16f,-0.25666050202615337f,-0.966501622709286f,0.029742999835680607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1517244162709229e-16f,-0.19375f,0.12275392598696287f,0.9324086381686321f,-0.3399199981220644f,1.3174899553797716f,-0.04436846301432027f,-0.337011935416316f,-0.9404543555519831f,0.030621171634567273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.1227539259869629f,0.899234561887425f,-0.41989126730847626f,1.318155677179832f,0.04436846301432004f,-0.41769550113377507f,-0.9075031172521401f,0.0177536761717772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.150772561552922e-17f,1.111060395682158e-16f,-0.007812500000000009f,0f,0.9072496628870639f,-0.42059249778296f,1.1773672299313538f,-1.2246467991473532e-16f,-0.42059249778296f,-0.9072496628870639f,0.07595087458039876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.162819376663605e-17f,1.1517244162709229e-16f,0f,0f,0.9404543555519831f,-0.3399199981220644f,1.3875f,-1.2246467991473532e-16f,-0.3399199981220644f,-0.9404543555519831f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8388067379834772f,0.2264155185735564f,-0.49511541004354254f,-1.0935777042252308f,-0.15308067535484407f,0.9708170229015946f,0.18460935750223947f,2.347065630233582f,0.5224648917835749f,-0.07905897161962305f,0.8489877006529745f,-0.5059444958050662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3312799519810179f,0.2264155185735564f,-0.9159637582156411f,-1.0626722957747692f,0.15308067535484407f,0.9708170229015946f,0.18460935750223947f,2.347065630233582f,0.9310316322490654f,-0.07905897161962305f,-0.3562720572232523f,-0.4174350712870516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3296576901382592f,0.2264155185735564f,-0.9165488640993313f,-0.9406426703851003f,-1.3877787807814457e-17f,0.9708170229015946f,0.23982140864502657f,2.311092418936828f,0.9441005281921555f,-0.07905897161962305f,0.3200372973166411f,-0.509695378143555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8357440803682028f,-0.2663545544583291f,0.48019483904849736f,1.0327728265014493f,0.14749800384097914f,0.9512339825883555f,0.2709211125623523f,2.2492551319480643f,-0.5289387213963767f,-0.15559293585635978f,0.8342749350898451f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3171842154909115f,-0.2663545544583291f,0.9101919713789615f,1.0011955681733118f,-0.2389340991313816f,0.9512339825883555f,0.19510101650522318f,2.254823054568116f,-0.9177715781803718f,-0.15559293585635978f,-0.3653575900346244f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8815179371422004f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.206634264530197f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29.mcfunction new file mode 100644 index 000000000..9ab64badd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..6229fadcf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.37100465979700126f,-0.06541813149077647f,-0.7245829524116693f,0.07887004024185812f,-0.20861644181830424f,0.7887686572662619f,0.03560379139772583f,1.5192600711670705f,0.6969785987076117f,0.20126827328488262f,-0.3750418104117732f,-0.26678008587970675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3602919641638175f,0.0798748054482597f,-0.7097955452195944f,0.07887004024185812f,0.10688545602944642f,0.792060023840846f,0.03487718341001714f,1.5192600711670705f,0.7062331058852707f,-0.07912606452896141f,-0.3673878959135738f,-0.26678008587970675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19492437137933974f,0.7911829387064121f,0.054575556677869626f,1.5209625151706059f,-0.5527496083635451f,0.17583681088688297f,-0.5748858415681524f,-0.2847132232267407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1201821702934211f,0.7891122132578344f,0.0534617698068927f,1.5209625151706059f,-0.5661687027889297f,-0.048074533936233343f,-0.5631534774545166f,-0.2847132232267407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0774052138691733f,1.5517475256275497f,-0.1658140511978508f,-0.04321523453944154f,1.1087035348189191f,0.17151661826934375f,1.0875498938152124f,1.5821847678054513f,1.098267342110244f,-0.06378021923938548f,-1.10957071829058f,0.3858599671655508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9502555982465738f,-0.16815766342305108f,-0.262177989604668f,-0.2864829418667057f,-0.26841850201599204f,-0.015108216456426182f,-0.9631839126412961f,1.6357929030607838f,0.15800571437937422f,0.9856443283596801f,-0.059493295385765047f,0.3694039153285654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.19129893102267992f,-0.9514675453827139f,-0.24106893012782105f,-0.2984375f,-0.10398742643818816f,0.2245763618512041f,-0.9688921884505204f,1.658364368397065f,0.9760078555689711f,0.21041617756500947f,-0.055979443428710834f,0.04026623945430352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9237286136595599f,0.278302041954704f,0.2631984455699343f,0.3067138316904638f,0.27384744356414475f,0.0006339217440531897f,-0.96177293359535f,1.6371580910972572f,-0.2678302185339996f,0.9604934000747036f,-0.07562673107417404f,0.3716568335035812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12588382461784076f,0.9619050493500421f,0.24267661348897662f,0.2984375f,0.10262551304251677f,0.23068330180490762f,-0.967601787070046f,1.658364368397065f,-0.9867224872132718f,0.14671022562616165f,-0.06967670288106192f,0.0402662394543036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.50359067909773e-17f,1.0376863039711898e-16f,-0.15625000000000003f,0f,0.8473351701843075f,-0.5310584801777773f,1.351085783705885f,-1.2246467991473532e-16f,-0.5310584801777773f,-0.8473351701843075f,0.26680554344377005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0374807510301854e-17f,1.2075787777837405e-16f,-0.15625000000000003f,0f,0.9860629028912695f,-0.16637292911301116f,1.5349327471910417f,-1.2246467991473532e-16f,-0.16637292911301116f,-0.9860629028912695f,0.22944772609201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.0934991395074704e-17f,1.1136976465002626e-16f,0.15624999999999997f,0f,0.9094031416043078f,-0.4159157679629558f,1.3476813024618086f,-1.2246467991473532e-16f,-0.4159157679629558f,-0.9094031416043078f,0.2179495111516387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1573885835336645e-17f,1.2191654109795426e-16f,0.15624999999999997f,0f,0.9955241068921856f,0.09450794991172012f,1.5349327471910417f,-1.2246467991473532e-16f,0.09450794991172012f,-0.9955241068921856f,0.22944772609201008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,0.29375f,0f,0.8967260237383401f,0.44258608015890655f,2.1875833550539117f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.2931213116722397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,0.33125f,0f,0.8967260237383401f,0.44258608015890655f,2.1169850471015166f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.15372998692690698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,-0.29375f,0f,0.8967260237383401f,0.44258608015890655f,2.1875833550539117f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.29312131167223965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,-0.33125f,0f,0.8967260237383401f,0.44258608015890655f,2.1169850471015166f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.15372998692690693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883225681719592f,0.14736458813330316f,0.03875795926367745f,0.19303264735797587f,0.12004899971095863f,0.5963854178443008f,0.7936703793459078f,2.2503199370095195f,0.09384422683565152f,0.7890552018376034f,-0.6071121391824068f,0.35029615774942346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992075778409946f,-0.009057426723299428f,0.03875795926367745f,0.07784763539111779f,0.025275763516355132f,0.607822724754174f,0.7936703793459078f,2.2593565883772775f,-0.03074657970893853f,0.7940210943630931f,-0.6071121391824068f,0.3547562670813075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.975688202420615f,0.20787514117373362f,0.06942951345954664f,0.057702573152025316f,0.10651263535621841f,0.1728932650511095f,0.9791644281781484f,2.3021842358200972f,0.1915400484668998f,0.9627543012534233f,-0.19083124809980823f,0.3148175871813381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921715741152057f,-0.1038032281700594f,0.06942951345954664f,0.0863791064264198f,0.04787257880953608f,0.1973454807911362f,0.9791644281781484f,2.3023289677982253f,-0.11534202926895096f,0.9748228818779286f,-0.19083124809980823f,0.32599350401249994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05268459124513156f,0.06942951345954664f,0.14256433657828582f,0.07815482264006919f,0.18742690919038085f,0.9791644281781484f,2.349642050149862f,0.038573918546023954f,0.9808646632215243f,-0.19083124809980823f,0.42544367586966214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07806371812571497f,0.03875795926367745f,0.12499999999999997f,0.07815482264006919f,0.6033068478370044f,0.7936703793459078f,2.213898009386536f,0.038573918546023954f,0.7936793453690015f,-0.6071121391824068f,0.24686582316163705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883225681719592f,-0.14736458813330333f,-0.0387579592636773f,-0.19303264735797596f,-0.12004899971095863f,0.5963854178443008f,0.7936703793459078f,2.2503199370095195f,-0.09384422683565177f,0.7890552018376032f,-0.6071121391824068f,0.3502961577494234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992075778409946f,0.009057426723299233f,-0.0387579592636773f,-0.07784763539111787f,-0.025275763516355132f,0.607822724754174f,0.7936703793459078f,2.2593565883772775f,0.03074657970893828f,0.7940210943630931f,-0.6071121391824068f,0.3547562670813075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9756882024206149f,-0.20787514117373385f,-0.0694295134595466f,-0.057702573152025385f,-0.10651263535621841f,0.1728932650511095f,0.9791644281781484f,2.3021842358200972f,-0.19154004846690004f,0.9627543012534232f,-0.19083124809980823f,0.314817587181338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921715741152058f,0.10380322817005914f,-0.0694295134595466f,-0.08637910642641985f,-0.04787257880953608f,0.1973454807911362f,0.9791644281781484f,2.3023289677982253f,0.11534202926895071f,0.9748228818779288f,-0.19083124809980823f,0.3259935040124998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05268459124513181f,-0.0694295134595466f,-0.1425643365782859f,-0.07815482264006919f,0.18742690919038085f,0.9791644281781484f,2.349642050149862f,-0.038573918546024204f,0.9808646632215243f,-0.19083124809980823f,0.42544367586966203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07806371812571516f,-0.0387579592636773f,-0.12500000000000003f,-0.07815482264006919f,0.6033068478370044f,0.7936703793459078f,2.213898009386536f,-0.038573918546024204f,0.7936793453690015f,-0.6071121391824068f,0.246865823161637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,-5.886037707556646e-18f,0f,0.8967260237383401f,0.44258608015890655f,1.7404951072156707f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.048063145322020474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1573885835336645e-17f,1.2191654109795426e-16f,-1.5458305193054043e-18f,0f,0.9955241068921856f,0.09450794991172012f,1.367173567131101f,-1.2246467991473532e-16f,0.09450794991172012f,-0.9955241068921856f,0.012622664105125426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9964105978804819f,-0.08463193595484382f,0.0018318973758950155f,0.15289583190566655f,-0.07961914852003203f,0.9296034462223041f,-0.35985861662680885f,0.8432968326048726f,0.028752593281401187f,-0.3587127934548065f,-0.9330050483204491f,0.3497172150180472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9964105978804819f,-0.07822441471511384f,0.03235523719490366f,0.12499999999999999f,-0.07961914852003203f,0.7361941836528989f,-0.6720706176768827f,1.1041561252512861f,0.028752593281401187f,-0.6722343824129493f,-0.7397798479828136f,0.1053459433665833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14730856286809693f,0.09194496676154566f,-0.13722408859017035f,0.1633246619578078f,0.9656066871629501f,0.20230862686143805f,1.139942072285989f,-0.05898088167714713f,0.2142519848494493f,-0.9749960731124292f,0.37726614149908566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1633246619578078f,0.21121512286583838f,-0.9636976842709215f,1.0932180761132433f,-0.05898088167714713f,-0.9729764010563899f,-0.22324466081844224f,0.043775736845460086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.734482487345302e-17f,-3.5217102305975565e-18f,0.10375276636419604f,0.7880805018174538f,-0.6067655940533597f,1.2818299522993175f,-0.07919880256192274f,-0.6015746302826309f,-0.7948808174016236f,0.02875694635424278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.499831783169523e-18f,-0.10375276636419604f,0.6959655072673753f,-0.7105402002461517f,1.2439520734147849f,0.0791988025619225f,-0.7063461755853606f,-0.7034220851726881f,0.028578295273431024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.430735425901893e-17f,9.734482487345302e-17f,-3.5217102305975565e-18f,0f,0.7948808174016236f,-0.6067655940533597f,1.2818299522993175f,-1.2246467991473532e-16f,-0.6067655940533597f,-0.7948808174016236f,0.02875694635424278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.183710846742889e-16f,-3.639652618954155e-18f,0.08424241023466103f,0.9628951550928531f,-0.2563905938535297f,1.306764441285447f,-0.022345912640817665f,-0.25541495023748034f,-0.966573258156584f,0.029720019041312343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.183710846742889e-16f,-3.639652618954155e-18f,-0.08424241023466103f,0.9628951550928531f,-0.2563905938535297f,1.306764441285447f,0.022345912640817422f,-0.25541495023748034f,-0.966573258156584f,0.029720019041312343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.139879200942142e-17f,1.183710846742889e-16f,-3.639652618954155e-18f,0f,0.966573258156584f,-0.2563905938535297f,1.306764441285447f,-1.2246467991473532e-16f,-0.2563905938535297f,-0.966573258156584f,0.029720019041312343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.151840619209353e-16f,-0.19375f,0.12276631121271826f,0.9325027132981006f,-0.3396573604721414f,1.3190439070653932f,-0.044334181921942196f,-0.3367515446678966f,-0.9405492424520354f,0.030601619948260904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12276631121271829f,0.8993511694120763f,-0.41963782826188656f,1.3197132221220467f,0.04433418192194197f,-0.41744437118901856f,-0.9076203376279737f,0.017734310891782325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1476696948244155e-17f,1.1112041890632526e-16f,-0.007812500000000009f,0f,0.9073670790932669f,-0.4203391294868385f,1.1789085286396235f,-1.2246467991473532e-16f,-0.4203391294868385f,-0.9073670790932669f,0.07589219148049407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.159602993090467e-17f,1.151840619209353e-16f,0f,0f,0.9405492424520354f,-0.3396573604721414f,1.3890625f,-1.2246467991473532e-16f,-0.3396573604721414f,-0.9405492424520354f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8495206049077548f,0.22929691509416178f,-0.4751185815830219f,-1.0935050787603469f,-0.15951349304708304f,0.9700927137909356f,0.1829633083043043f,2.322783811896845f,0.5028619963499728f,-0.07964327578671337f,0.8606897009078713f,-0.4806611866467508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3548917556266229f,0.22929691509416178f,-0.9063524515973649f,-1.0627449212396531f,0.15951349304708304f,0.9700927137909356f,0.1829633083043043f,2.322783811896845f,0.9211988315907544f,-0.07964327578671337f,-0.3808538581894503f,-0.39210117756080887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3281083468873979f,0.22929691509416178f,-0.9163884751736675f,-0.9406667287239499f,1.3877787807814457e-17f,0.9700927137909356f,0.2427346836563282f,2.286373609348396f,0.9446400969167139f,-0.07964327578671337f,0.31829551664945355f,-0.4841255096011979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8473631464734968f,-0.2663545544583291f,0.45938105023807885f,1.0244648818212658f,0.15415245096225208f,0.9512339825883555f,0.2671908161434946f,2.2573655676754227f,-0.5081463567328471f,-0.15559293585635978f,0.8470998279132944f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.33959516967454445f,-0.2663545544583291f,0.9020700483072379f,0.9928876234931283f,-0.2436856452116574f,0.9512339825883555f,0.18913280172110417f,2.2629334902954743f,-0.9084560677608443f,-0.15559293585635978f,-0.3879412471755268f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8732099924620169f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2147447002575555f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.555185f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..5e4403666 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7581285298031619f,-0.13367851464913902f,-0.2726089350409128f,0.030735850890782207f,-0.13354794067483064f,0.805330184388582f,-0.023509276862740458f,1.2622602802732021f,0.2726729254701548f,0.022755071485209402f,-0.769464831478148f,-0.3389121414767889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7362376991190993f,0.16321996833122301f,-0.26704548738701667f,0.030735850890782207f,0.1810327936168414f,0.7789074206624181f,-0.02302949570227637f,1.2622602802732021f,0.2553060477761873f,-0.08162396691519969f,-0.7537614675704308f,-0.3389121414767889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7648963951535362f,0.13487187191221198f,0.25236387873954047f,-0.029894348370484602f,0.13415680192788065f,0.8052228257221612f,-0.023719145788703464f,1.2621845757116559f,-0.2527447360916801f,0.01924119402111644f,-0.7763338967706055f,-0.3413899717406586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7428101435234818f,-0.16467704417619206f,0.24721359549995806f,-0.029894348370484602f,-0.1804415131275757f,0.7790385043910132f,-0.023235081588934007f,1.2621845757116559f,-0.2359532814326924f,-0.07733356190947092f,-0.7604903478569197f,-0.3413899717406586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.05232046216362447f,0.1805973305275333f,1.5511458420939384f,-0.6203087900026598f,1.5396113513333758f,0.2537041886648829f,-0.08146975818860691f,0.9927174392889442f,-0.2612770676588386f,1.5311515401357967f,-0.16945649900601725f,0.10950269616576996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5054248014366421f,-0.8611200039959589f,-0.05493731710531842f,-0.5160214538131135f,-0.7875397947883469f,0.4863810552739003f,-0.37843697057155434f,1.1947423551769822f,0.35260011587839724f,-0.14800610726806743f,-0.9239953195194737f,0.006316750007118297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5875111038647591f,-0.7997527852407162f,0.12339442992019099f,-0.2984375f,-0.8091951052766915f,0.5817239472457624f,-0.08246533087942906f,1.4880957681934526f,-0.0058296167846934414f,-0.14829946628537224f,-0.9889253176391114f,0.0022195995386323046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6585530740028973f,0.7231315150922832f,0.20829944935518577f,0.397257892010314f,0.34333719899525666f,-0.042409895317156f,-0.9382542131881315f,1.3460771179655777f,-0.6696472328826768f,0.6894071457850774f,-0.2762071158262347f,0.286958591479603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.21929254666424136f,0.8790199550068944f,0.42336119056567884f,0.2984375f,0.4396264121161015f,0.4764004299497145f,-0.7614271128044044f,1.4880957681934526f,-0.8709990796478694f,0.019145470571511943f,-0.4909114525137501f,0.0022195995386323775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.748405554275596e-17f,9.48357472858504e-17f,-0.15625000000000003f,0f,0.7743926440821857f,-0.632705328562516f,1.1637188405106174f,-1.2246467991473532e-16f,-0.632705328562516f,-0.7743926440821857f,0.2668146055360228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.529386372966249e-17f,1.1726867019647912e-16f,-0.15625000000000003f,0f,0.9575713608048145f,-0.28819626813408933f,1.341462243985682f,-1.2246467991473532e-16f,-0.28819626813408933f,-0.9575713608048145f,0.206792984255851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.444261972670317e-17f,1.041381130488646e-16f,0.15624999999999997f,0f,0.8503522249955631f,-0.5262139236518696f,1.1542405614113598f,-1.2246467991473532e-16f,-0.5262139236518696f,-0.8503522249955631f,0.21876604042542222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.739889245312859e-18f,1.2240756126584407e-16f,0.15624999999999997f,0f,0.999533590836713f,-0.030538513209822704f,1.341462243985682f,-1.2246467991473532e-16f,-0.030538513209822704f,-0.999533590836713f,0.20679298425585102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0141080627295073e-17f,1.220440752774557e-16f,0.29375f,0f,0.9965655024977614f,0.0828082075122043f,2.0285812129210687f,-1.2246467991473532e-16f,0.0828082075122043f,-0.9965655024977614f,0.06514059593033425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0141080627295073e-17f,1.220440752774557e-16f,0.33125f,0f,0.9965655024977614f,0.0828082075122043f,1.9117737945631177f,-1.2246467991473532e-16f,0.0828082075122043f,-0.9965655024977614f,-0.038638445867856426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0141080627295073e-17f,1.220440752774557e-16f,-0.29375f,0f,0.9965655024977614f,0.0828082075122043f,2.0285812129210687f,-1.2246467991473532e-16f,0.0828082075122043f,-0.9965655024977614f,0.06514059593033417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0141080627295073e-17f,1.220440752774557e-16f,-0.33125f,0f,0.9965655024977614f,0.0828082075122043f,1.9117737945631177f,-1.2246467991473532e-16f,0.0828082075122043f,-0.9965655024977614f,-0.03863844586785651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876941271007627f,0.15635171415449556f,0.0038016801040237974f,0.19511039829529087f,0.15557931495446098f,0.9797502844887004f,0.1260335542727064f,2.1349494659982624f,0.015980865088068952f,0.1250740641590474f,-0.992018694594903f,0.056786194550706784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999992770173597f,-0.00008263729392656016f,0.0038016801040237974f,0.0799253863284328f,0.0003971637912960069f,0.9920258995904853f,0.1260335542727064f,2.1449922380075583f,-0.0037817801970185007f,0.12603415296167148f,-0.992018694594903f,0.057620684553079116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703476083786418f,0.24159432489550653f,0.007596123493896092f,0.057501156444943996f,0.23937101650024023f,0.956103602031324f,0.16901898899937146f,2.1401572147335086f,0.03357134750783538f,0.16582546354831135f,-0.9855835227242266f,0.05153160492136935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997512168157179f,-0.07008404444828646f,0.007596123493896092f,0.08660443343919264f,-0.06779689635603244f,0.9832782730245391f,0.16901898899937146f,2.149986606511811f,-0.01931463752839567f,0.16808350457927412f,-0.9855835227242266f,0.05344156577559468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08682408883346517f,0.007596123493896092f,0.14459137770335606f,0.08685640656688562f,0.9817782570397037f,0.16901898899937146f,2.2584433395886756f,0.007217210831328253f,0.16903559270851903f,-0.9855835227242266f,0.040780764993314414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0870727897926938f,0.0038016801040237974f,0.125f,0.08685640656688562f,0.9882163264365129f,0.1260335542727064f,2.0360946661404604f,0.007217210831328253f,0.12588415882088072f,-0.992018694594903f,0.012456829258616301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876941271007627f,-0.1563517141544956f,-0.0038016801040235545f,-0.19511039829529092f,-0.15557931495446098f,0.9797502844887004f,0.1260335542727064f,2.1349494659982624f,-0.015980865088069195f,0.12507406415904734f,-0.992018694594903f,0.05678619455070674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999992770173597f,0.00008263729392653241f,-0.0038016801040235545f,-0.07992538632843282f,-0.0003971637912960069f,0.9920258995904853f,0.1260335542727064f,2.1449922380075583f,0.0037817801970182552f,0.12603415296167148f,-0.992018694594903f,0.05762068455307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703476083786418f,-0.24159432489550658f,-0.007596123493895851f,-0.057501156444944024f,-0.23937101650024023f,0.956103602031324f,0.16901898899937146f,2.1401572147335086f,-0.03357134750783562f,0.16582546354831126f,-0.9855835227242266f,0.051531604921369344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997512168157179f,0.07008404444828642f,-0.007596123493895851f,-0.08660443343919266f,0.06779689635603244f,0.9832782730245391f,0.16901898899937146f,2.149986606511811f,0.019314637528395424f,0.16808350457927415f,-0.9855835227242266f,0.05344156577559467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08682408883346521f,-0.007596123493895851f,-0.1445913777033561f,-0.08685640656688562f,0.9817782570397037f,0.16901898899937146f,2.2584433395886756f,-0.007217210831328497f,0.169035592708519f,-0.9855835227242266f,0.040780764993314386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08707278979269382f,-0.0038016801040235545f,-0.125f,-0.08685640656688562f,0.9882163264365129f,0.1260335542727064f,2.0360946661404604f,-0.007217210831328497f,0.1258841588208807f,-0.992018694594903f,0.012456829258616273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0141080627295073e-17f,1.220440752774557e-16f,-1.420951388407118e-19f,0f,0.9965655024977614f,0.0828082075122043f,1.5227670896256011f,-1.2246467991473532e-16f,0.0828082075122043f,-0.9965655024977614f,0.0011602948616666123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.739889245312859e-18f,1.2240756126584407e-16f,-1.5445536058330338e-18f,0f,0.999533590836713f,-0.030538513209822704f,1.1479419930618338f,-1.2246467991473532e-16f,-0.030538513209822704f,-0.999533590836713f,0.012612237315350126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.992004949679715f,-0.1163808119608715f,0.04880252471209227f,0.13857612975096498f,-0.11680225750047322f,0.7002827310912134f,-0.7042452194926315f,0.8751054958890362f,0.04778506517458419f,-0.7043149885830629f,-0.7082774769844805f,0.41248180152708425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.992004949679715f,-0.052333859730811776f,0.11483617433814933f,0.12499999999999999f,-0.11680225750047322f,0.03619119237976676f,-0.9924955567844747f,0.8582429081739573f,0.04778506517458419f,-0.9979736292707373f,-0.0420145549358113f,0.08942738763286687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17358867277340392f,-0.004545579370543479f,-0.1490651489345146f,0.1607184218795826f,0.9012552575524102f,-0.4023786147432238f,0.8530793505285232f,-0.06575164237935292f,-0.3969961377884013f,-0.9154620626249406f,0.40937615897689533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1607184218795826f,0.17038855422422544f,-0.9721817368465193f,0.8605338621564624f,-0.06575164237935292f,-0.9809498691213809f,-0.18279517443073612f,0.06715705859980876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.415596886993491e-17f,-4.0464347543922295e-18f,0.10035399676003699f,0.7622642836184575f,-0.6394390019805847f,1.0440202908162766f,-0.08346353808551586f,-0.6339685126756485f,-0.7688418320734596f,0.033041647250533906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.225867683333006e-18f,-0.10035399676003699f,0.6658532712290791f,-0.7393027096716343f,1.0065110562958608f,0.08346353808551561f,-0.7348008766077614f,-0.673128152395005f,0.034506828305722256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.83086927025501e-17f,9.415596886993491e-17f,-4.0464347543922295e-18f,0f,0.7688418320734596f,-0.6394390019805847f,1.0440202908162766f,-1.2246467991473532e-16f,-0.6394390019805847f,-0.7688418320734596f,0.033041647250533906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1695621181013766e-16f,-4.057469650869491e-18f,0.08323547259799337f,0.9513858052401226f,-0.2965415749755709f,1.069015205898463f,-0.025845301222556367f,-0.2954131447544395f,-0.9550199444571866f,0.03313175401833785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1695621181013766e-16f,-4.057469650869491e-18f,-0.08323547259799337f,0.9513858052401226f,-0.2965415749755709f,1.069015205898463f,0.025845301222556124f,-0.2954131447544395f,-0.9550199444571866f,0.03313175401833785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6315869060794774e-17f,1.1695621181013766e-16f,-4.057469650869491e-18f,0f,0.9550199444571866f,-0.2965415749755709f,1.069015205898463f,-1.2246467991473532e-16f,-0.2965415749755709f,-0.9550199444571866f,0.03313175401833785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1334602157263406e-16f,-0.19375f,0.12080727773484029f,0.9176223767015427f,-0.37864861735243294f,1.0814959398712882f,-0.04942356221240053f,-0.37540922594036785f,-0.9255405040175664f,0.03321771712562573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.1208072777348403f,0.8811291450346982f,-0.4571838048495581f,1.0815577168234582f,0.04942356221240031f,-0.4546468505672135f,-0.8892994730503054f,0.020679349861146654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.60733824561048e-17f,1.0887319967076367e-16f,-0.00781250000000001f,0f,0.8890171414857365f,-0.45787391511695674f,0.9431995436335749f,-1.2246467991473532e-16f,-0.45787391511695674f,-0.8890171414857365f,0.08460430043968421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6371081724222795e-17f,1.1334602157263406e-16f,0f,0f,0.9255405040175664f,-0.37864861735243294f,1.15f,-1.2246467991473532e-16f,-0.37864861735243294f,-0.9255405040175664f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5915388457797348f,-0.1769319525704763f,-0.7866237207796227f,-0.30754589817681854f,0.010486888384332137f,0.9772311064626789f,-0.21191835629256603f,1.4815583483944943f,0.8062082975916296f,0.11710870472055916f,0.5799256264152148f,0.39670825060485715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5109860100699659f,-0.1769319525704763f,-0.8411827278733055f,-0.25580180580381306f,-0.010486888384332165f,0.9772311064626789f,-0.21191835629256603f,1.4815583483944943f,0.8595250564612944f,0.11710870472055916f,0.49749595836939386f,0.47488504642365414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.551936985312058f,-0.1769319525704763f,-0.8148991645622394f,-0.1594389773059799f,-1.3877787807814457e-17f,0.9772311064626789f,-0.21217767215644628f,1.5133849992179613f,0.8338858220671683f,0.11710870472055916f,0.5393699908541779f,0.35489114988612896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6444680933431188f,-0.4788962096209998f,-0.5960866523193796f,0.5717638601017099f,-0.5824209214595583f,0.8125586071064058f,-0.02311666635778009f,2.0733215056909153f,0.4954258238211696f,0.33227538342154866f,-0.8025872679423581f,-0.3932075145979351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18899791755605397f,-0.4788962096209998f,-0.8572853711396894f,0.5963755944415091f,-0.2741938923191204f,0.8125586071064058f,-0.5143600095576915f,2.119609445821849f,0.9429196660237636f,0.33227538342154866f,0.022261468902503245f,-0.47092978702497024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2625251662911915f,-0.4788962096209998f,-0.8376986077787297f,0.709724518438419f,-0.49373802806329037f,0.8125586071064058f,-0.3097923008427925f,2.142934320882801f,0.8290375725550417f,0.33227538342154866f,-0.44976635363720463f,-0.364603697765872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3161224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3.mcfunction new file mode 100644 index 000000000..60c6c7a81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30.mcfunction new file mode 100644 index 000000000..eded519fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..44d336433 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3675005728802288f,-0.06480026642460193f,-0.7264218463458052f,0.07930573123438686f,-0.20936073508281497f,0.7885728514923147f,0.03557224956771082f,1.5208879343450619f,0.6986099455223433f,0.2022331026440151f,-0.3714705380735978f,-0.26645356824490907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.35688905715306596f,0.07912039912650584f,-0.711596910706095f,0.07930573123438686f,0.10613844972193445f,0.7921618306205213f,0.03484628529081877f,1.5208879343450619f,0.7080712043114168f,-0.07886441878316959f,-0.3638895066843407f,-0.26645356824490907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19537772887463642f,0.7910384327582307f,0.05504711984868771f,1.5226265527064433f,-0.5525895250214867f,0.1764857627753186f,-0.5748408795645855f,-0.2846094483496417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.11971769903491097f,0.7891513835251366f,0.05392370923953082f,1.5226265527064433f,-0.566267098295427f,-0.047427205338571046f,-0.5631094330428593f,-0.2846094483496417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04817333600271412f,1.5509252604725137f,-0.183620304233038f,-0.03947596156412614f,1.0993040486862968f,0.1641628396404017f,1.0981745856752991f,1.5823599800581785f,1.109331414970425f,-0.0953291587577666f,-1.096221881395482f,0.38089605394428805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9531240581358553f,-0.1500611982555527f,-0.2627473436226256f,-0.2830308537903945f,-0.2686823881017462f,-0.02038165957668779f,-0.9630131682780056f,1.6359099143213196f,0.13915568305527837f,0.9884666027393173f,-0.05974505119598777f,0.36918183972232455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.20269418125066296f,-0.9495743518598914f,-0.23921458813582092f,-0.2984375f,-0.10656200223093144f,0.22144562462665385f,-0.9693329536409282f,1.6594507005855013f,0.9734267350795631f,0.22196933487213547f,-0.05630280462608787f,0.040452827449850876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9251802856495254f,0.27279585005360996f,0.26386334197646877f,0.3054811733574846f,0.2749798039775865f,-0.0026225713135045597f,-0.9614464257170827f,1.6375479198233485f,-0.2615865945531436f,0.9620683688352061f,-0.07743970065060535f,0.37185602106077276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13012382353035135f,0.961757862371764f,0.24101785144660315f,0.2984375f,0.10470336859764637f,0.22839635723474497f,-0.9679216438360102f,1.6594507005855013f,-0.9859538504180342f,0.1511850461123511f,-0.07097948068180643f,0.04045282744985095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.495076301894444e-17f,1.0382194474134793e-16f,-0.15625000000000003f,0f,0.8477705148425879f,-0.5303632285175258f,1.3522974649843216f,-1.2246467991473532e-16f,-0.5303632285175258f,-0.8477705148425879f,0.26676978208858215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.027574240575606e-17f,1.2077455069887037e-16f,-0.15625000000000003f,0f,0.9861990476189403f,-0.16556400114606773f,1.53617501140571f,-1.2246467991473532e-16f,-0.16556400114606773f,-0.9861990476189403f,0.2295627878260761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.0843617121471824e-17f,1.1141150939029487e-16f,0.15624999999999997f,0f,0.9097440132768393f,-0.4151696403964892f,1.3489330617164672f,-1.2246467991473532e-16f,-0.4151696403964892f,-0.9097440132768393f,0.21791097352224176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1673890647663385e-17f,1.219070059666998e-16f,0.15624999999999997f,0f,0.995446246636795f,0.09532455117500982f,1.53617501140571f,-1.2246467991473532e-16f,0.09532455117500982f,-0.995446246636795f,0.22956278782607614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,0.29375f,0f,0.8956341431188669f,0.4447915036056029f,2.188369920394911f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.29450456087386057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,0.33125f,0f,0.8956341431188669f,0.4447915036056029f,2.118114855968078f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.15493992200576645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,-0.29375f,0f,0.8956341431188669f,0.4447915036056029f,2.188369920394911f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.2945045608738605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,-0.33125f,0f,0.8956341431188669f,0.4447915036056029f,2.118114855968078f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.1549399220057664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883299495260058f,0.1472590298525594f,0.038970360491091705f,0.19301443618988248f,0.11966651587732739f,0.5922798712121042f,0.796796384991018f,2.2506774961856824f,0.09425410255105067f,0.7921611782231291f,-0.6029899102542595f,0.3519457881115285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991983553651456f,-0.00916284010461485f,0.038970360491091705f,0.0778294242230244f,0.02554023768451682f,0.6037078905598832f,0.796796384991018f,2.259703144254515f,-0.030827631998043024f,0.7971529497135121f,-0.6029899102542595f,0.3564281223396221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9757474680267524f,0.20750095286321535f,0.06971537276841805f,0.05771600410131719f,0.10520602350155929f,0.16525197176039627f,0.980624025020951f,2.3030488809627956f,0.19195981678041674f,0.9641758866462897f,-0.18307454315515848f,0.31656250363887156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921123085090684f,-0.10417741648057766f,0.06971537276841805f,0.08638780171802571f,0.04899120657672769f,0.1896744137459395f,0.980624025020951f,2.3030993942263303f,-0.11538209992439735f,0.9763046054718612f,-0.18307454315515848f,0.32775138628356437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.052305738630254284f,0.06971537276841805f,0.14254052796854175f,0.07805965897368722f,0.17967529377357672f,0.980624025020951f,2.349614865533182f,0.03876613386459387f,0.9823344127707847f,-0.18307454315515848f,0.427595398597704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07795790208240803f,0.038970360491091705f,0.12499999999999997f,0.07805965897368722f,0.5991846213865616f,0.796796384991018f,2.2147983257212056f,0.03876613386459387f,0.7968063472367376f,-0.6029899102542595f,0.24831397046943837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883299495260058f,-0.14725902985255962f,-0.03897036049109155f,-0.19301443618988257f,-0.11966651587732739f,0.5922798712121042f,0.796796384991018f,2.2506774961856824f,-0.09425410255105092f,0.792161178223129f,-0.6029899102542595f,0.35194578811152843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991983553651456f,0.009162840104614656f,-0.03897036049109155f,-0.07782942422302448f,-0.02554023768451682f,0.6037078905598832f,0.796796384991018f,2.259703144254515f,0.030827631998042775f,0.7971529497135122f,-0.6029899102542595f,0.35642812233962207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9757474680267524f,-0.2075009528632156f,-0.069715372768418f,-0.057716004101317275f,-0.10520602350155929f,0.16525197176039627f,0.980624025020951f,2.3030488809627956f,-0.191959816780417f,0.9641758866462897f,-0.18307454315515848f,0.3165625036388716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921123085090684f,0.1041774164805774f,-0.069715372768418f,-0.08638780171802579f,-0.04899120657672769f,0.1896744137459395f,0.980624025020951f,2.3030993942263303f,0.1153820999243971f,0.9763046054718612f,-0.18307454315515848f,0.3277513862835644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.052305738630254534f,-0.069715372768418f,-0.14254052796854186f,-0.07805965897368722f,0.17967529377357672f,0.980624025020951f,2.349614865533182f,-0.03876613386459412f,0.9823344127707847f,-0.18307454315515848f,0.427595398597704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07795790208240823f,-0.03897036049109155f,-0.12500000000000003f,-0.07805965897368722f,0.5991846213865616f,0.796796384991018f,2.2147983257212056f,-0.03876613386459412f,0.7968063472367376f,-0.6029899102542595f,0.24831397046943832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,-5.9207866345516356e-18f,0f,0.8956341431188669f,0.4447915036056029f,1.741886092885111f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.04834689184403142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1673890647663385e-17f,1.219070059666998e-16f,-1.5430776416778664e-18f,0f,0.995446246636795f,0.09532455117500982f,1.3685937503963128f,-1.2246467991473532e-16f,0.09532455117500982f,-0.995446246636795f,0.012600185153402737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.996434198259908f,-0.08435795712424696f,0.0016197555241573396f,0.15288775382475028f,-0.07936543703374792f,0.9306016644926124f,-0.3573257189848242f,0.8433131621655703f,0.028635920494660582f,-0.356180118919351f,-0.9339784295924721f,0.34848263081492536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.996434198259908f,-0.07812451034760572f,0.03186611713216994f,0.12499999999999999f,-0.07936543703374792f,0.7396886374961124f,-0.6682528316165874f,1.105752854728978f,0.028635920494660582f,-0.6683990428195508f,-0.7432514403721878f,0.10544274915178317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14695604906832274f,0.09250734700160054f,-0.13714835259585298f,0.16334112615869295f,0.964765448694351f,0.206269982088519f,1.1418260435496528f,-0.058935270528400696f,0.21824653181165707f,-0.9741124602631503f,0.37711394158992284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16334112615869295f,0.21148682089469417f,-0.9636353050262665f,1.0947471509883129f,-0.058935270528400696f,-0.9729173807306208f,-0.22351376727175531f,0.043634329537844595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.736557160545265e-17f,-3.518042891384781e-18f,0.10377487879637491f,0.7882484624151188f,-0.6065435977990359f,1.2833844260261817f,-0.07916982623615873f,-0.6013545332370374f,-0.7950502273246649f,0.028727000257006176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.494869074772416e-18f,-0.10377487879637491f,0.6961627291911655f,-0.7103437400413307f,1.245506598507339f,0.07916982623615848f,-0.706151797813408f,-0.7036204779983511f,0.028537771684094375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.428016755879091e-17f,9.736557160545265e-17f,-3.518042891384781e-18f,0f,0.7950502273246649f,-0.6065435977990359f,1.2833844260261817f,-1.2246467991473532e-16f,-0.6065435977990359f,-0.7950502273246649f,0.028727000257006176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1837984825559192e-16f,-3.636837999500055e-18f,0.08424864710588076f,0.9629664428571001f,-0.25612066568703973f,1.3083186450994644f,-0.02232238685097872f,-0.25514604922915746f,-0.9666448182285093f,0.02969703592931581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1837984825559192e-16f,-3.636837999500055e-18f,-0.08424864710588076f,0.9629664428571001f,-0.25612066568703973f,1.3083186450994644f,0.02232238685097848f,-0.25514604922915746f,-0.9666448182285093f,0.02969703592931581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1365735342912254e-17f,1.1837984825559192e-16f,-3.636837999500055e-18f,0f,0.9666448182285093f,-0.25612066568703973f,1.3083186450994644f,-1.2246467991473532e-16f,-0.25612066568703973f,-0.9666448182285093f,0.02969703592931581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1519567323248804e-16f,-0.19375f,0.12277868686490397f,0.9325967157090878f,-0.33939469633503816f,1.3205978642112084f,-0.04429989737229334f,-0.3364911276588984f,-0.9406440560061214f,0.030582065875577213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.122778686864904f,0.899467706803472f,-0.41938435649107514f,1.3212707724722605f,0.04429989737229312f,-0.41719320869109056f,-0.9077374872257048f,0.017714944228829375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1445664266700295e-17f,1.1113478957903569e-16f,-0.007812500000000009f,0f,0.907484424541117f,-0.42008572841180625f,1.1804498437361324f,-1.2246467991473532e-16f,-0.42008572841180625f,-0.907484424541117f,0.07583350246236008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.156386285142924e-17f,1.1519567323248804e-16f,0f,0f,0.9406440560061214f,-0.33939469633503816f,1.390625f,-1.2246467991473532e-16f,-0.33939469633503816f,-0.9406440560061214f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-1.0934324118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-1.0628175881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.3650698223570778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-0.9406925134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.4568578404165245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,1.0201636291640688f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,0.9885863708359313f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8689087398048199f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5567475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31.mcfunction new file mode 100644 index 000000000..f16771392 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..fe391507d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4699112241464599f,-0.082858027354764f,-0.6627687629697835f,0.06657220054422992f,-0.16874982636111344f,0.7987969859517424f,0.019781703211559785f,1.5023095941608617f,0.6462595314335516f,0.14833194862110236f,-0.4767501394797878f,-0.28381387997749424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45634261850778074f,0.10116872285967828f,-0.6492428698479512f,0.06657220054422992f,0.14672508897015663f,0.7861909701701922f,0.019377994982752444f,1.5023095941608617f,0.6404866609072836f,-0.10802151608727568f,-0.4670205447965268f,-0.28381387997749424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773405f,-0.04839555568810215f,0.16312277977965103f,0.7997891860857576f,0.025935708621228414f,1.5030092496112868f,-0.5106445535986914f,0.12441936904063607f,-0.6250651205530248f,-0.30067596864653257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492315f,-0.04839555568810215f,-0.15218965555103375f,0.7849795049255548f,0.025406408445284977f,1.5030092496112868f,-0.5087875421930089f,-0.07882452439354207f,-0.6123086895213304f,-0.30067596864653257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8265740217406811f,1.2981582123829436f,0.27012384605243067f,-0.19418528265109392f,0.9360458015535127f,0.3458200542096391f,1.2023447914389966f,1.6145202080708718f,0.9391484941038225f,0.7978721675363565f,-0.9606281071743421f,0.49077608232665637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7073606642394747f,-0.6757406659485276f,-0.2074016467391954f,-0.38857824611675573f,-0.20283434580371676f,0.08702991009631644f,-0.9753379019145136f,1.6541318836350964f,0.6771256300340932f,0.7319838434911441f,-0.07550188089620524f,0.3392305484151731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.14974399903948055f,-0.9696180298506956f,-0.19343632270108957f,-0.2984375f,-0.03314740624317076f,0.20045546523177446f,-0.9791418977441744f,1.6569122951726722f,0.9881690058947479f,-0.14020871102456087f,-0.06215732572928929f,0.022953880249156927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6344111444005553f,0.7455146005342468f,0.2042803961486274f,0.4062372038113037f,0.19645882648447027f,0.10008851071061359f,-0.9753902908682637f,1.6567449031176744f,-0.7476138236795268f,0.6589311575680677f,-0.08296565692672918f,0.33563216773182686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.20750142458883858f,0.959257222897393f,0.1917517643016194f,0.2984375f,0.027507540951510374f,0.2016622996581931f,-0.9790687678030435f,1.6569122951726722f,-0.9778478889809005f,-0.19788354458051927f,-0.06823202180681852f,0.022953880249157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.97357982336288e-17f,9.295052612365684e-17f,-0.15625000000000003f,0f,0.7589986450654392f,-0.6510922029857422f,1.3661484010569251f,-1.2246467991473532e-16f,-0.6510922029857422f,-0.7589986450654392f,0.27807249102109743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.5035891320172855e-17f,1.1734600183227212e-16f,-0.15625000000000003f,0f,0.958202821531669f,-0.2860897635511415f,1.5440233690719185f,-1.2246467991473532e-16f,-0.2860897635511415f,-0.958202821531669f,0.21844189272068548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.764669312959295e-17f,1.0208585962438313e-16f,0.15624999999999997f,0f,0.8335943040512519f,-0.5523771684757696f,1.3576374973603371f,-1.2246467991473532e-16f,-0.5523771684757696f,-0.8335943040512519f,0.2397871340244027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,9.872667382745864e-18f,1.2206608155162614e-16f,0.15624999999999997f,0f,0.9967451973631358f,-0.08061644704105383f,1.5440233690719185f,-1.2246467991473532e-16f,-0.08061644704105383f,-0.9967451973631358f,0.2184418927206855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.050861439409354e-17f,1.1557097380609552e-16f,0.29375f,0f,0.9437086177546089f,0.33077793876811834f,2.213119409639858f,-1.2246467991473532e-16f,0.33077793876811834f,-0.9437086177546089f,0.21552068810253389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.050861439409354e-17f,1.1557097380609552e-16f,0.33125f,0f,0.9437086177546089f,0.33077793876811834f,2.1261662641800427f,-1.2246467991473532e-16f,0.33077793876811834f,-0.9437086177546089f,0.08570076284202449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.050861439409354e-17f,1.1557097380609552e-16f,-0.29375f,0f,0.9437086177546089f,0.33077793876811834f,2.213119409639858f,-1.2246467991473532e-16f,0.33077793876811834f,-0.9437086177546089f,0.21552068810253383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.050861439409354e-17f,1.1557097380609552e-16f,-0.33125f,0f,0.9437086177546089f,0.33077793876811834f,2.1261662641800427f,-1.2246467991473532e-16f,0.33077793876811834f,-0.9437086177546089f,0.08570076284202444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9853034279047234f,0.16655969645723614f,0.037881690501808174f,0.19507547999840175f,0.15106061275878657f,0.746141860653309f,0.648423484347812f,2.2899297035027644f,0.07973610369300305f,0.6446163132413659f,-0.7603367428126615f,0.259014933314358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992283847024681f,0.010373655557296302f,0.037881690501808174f,0.08008388584644516f,0.03247850312958771f,0.7605867023428057f,0.648423484347812f,2.3013354635924337f,-0.022085788176054957f,0.6491534914715276f,-0.7603367428126615f,0.26301274973943334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702210577738267f,0.2317000208097475f,0.07061302577428213f,0.05917728518967691f,0.1707279925329689f,0.4473543348244837f,0.8779100476013506f,2.326497677256783f,0.17182273312312124f,0.8638224351511748f,-0.47359027535581244f,0.22254550012137608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943343032698154f,-0.07945498053571709f,0.07061302577428213f,0.08811160595848239f,0.024131877844404542f,0.47821710633591574f,0.8779100476013506f,2.3295802332159186f,-0.1035226825996764f,0.8746401004274683f,-0.47359027535581244f,0.23257388759926417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,0.07707139692582288f,0.07061302577428213f,0.1469201013595913f,0.09864441158633067f,0.4685544028001235f,0.8779100476013506f,2.4034849713235116f,0.034575709622273264f,0.8800663448811807f,-0.47359027535581244f,0.3123566870309453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,0.09742267270929489f,0.037881690501808174f,0.12499999999999999f,0.09864441158633067f,0.7548617522493962f,0.648423484347812f,2.233641077067398f,0.034575709622273264f,0.6486081697243324f,-0.7603367428126615f,0.16641984884297073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9853034279047234f,-0.1665596964572363f,-0.03788169050180798f,-0.19507547999840186f,-0.15106061275878657f,0.746141860653309f,0.648423484347812f,2.2899297035027644f,-0.0797361036930033f,0.6446163132413659f,-0.7603367428126615f,0.2590149333143579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992283847024681f,-0.010373655557296468f,-0.03788169050180798f,-0.08008388584644524f,-0.03247850312958771f,0.7605867023428057f,0.648423484347812f,2.3013354635924337f,0.022085788176054708f,0.6491534914715276f,-0.7603367428126615f,0.2630127497394333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702210577738266f,-0.23170002080974772f,-0.07061302577428202f,-0.059177285189676965f,-0.1707279925329689f,0.4473543348244837f,0.8779100476013506f,2.326497677256783f,-0.1718227331231215f,0.8638224351511748f,-0.47359027535581244f,0.222545500121376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9943343032698155f,0.07945498053571687f,-0.07061302577428202f,-0.08811160595848244f,-0.024131877844404542f,0.47821710633591574f,0.8779100476013506f,2.3295802332159186f,0.10352268259967615f,0.8746401004274683f,-0.47359027535581244f,0.2325738875992641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,-0.0770713969258231f,-0.07061302577428202f,-0.14692010135959138f,-0.09864441158633067f,0.4685544028001235f,0.8779100476013506f,2.4034849713235116f,-0.034575709622273514f,0.8800663448811807f,-0.47359027535581244f,0.3123566870309452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,-0.09742267270929506f,-0.03788169050180798f,-0.12500000000000003f,-0.09864441158633067f,0.7548617522493962f,0.648423484347812f,2.233641077067398f,-0.034575709622273514f,0.6486081697243324f,-0.7603367428126615f,0.16641984884297067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.050861439409354e-17f,1.1557097380609552e-16f,-3.231481574480586e-18f,0f,0.9437086177546089f,0.33077793876811834f,1.7396535998816567f,-1.2246467991473532e-16f,0.33077793876811834f,-0.9437086177546089f,0.02638704952914152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.0770351935566665e-18f,1.2235939498159495e-16f,-1.3275933768968362e-18f,0f,0.9991402832782996f,0.041457138475285205f,1.3649759936522943f,-1.2246467991473532e-16f,0.041457138475285205f,-0.9991402832782996f,0.01084062260090957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9915085301136158f,-0.13003710190617374f,0.0010894217641719897f,0.16793085113593637f,-0.1262488392920156f,0.9605476467866567f,-0.24780929932114115f,0.8137307725123553f,0.0311779615971872f,-0.2458425723516161f,-0.9688082185500827f,0.29617825704940876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9915085301136158f,-0.12027097877620815f,0.04945428572075179f,0.12499999999999999f,-0.1262488392920156f,0.7990884420865162f,-0.5878085507213751f,1.097832088701487f,0.0311779615971872f,-0.5890607382842261f,-0.8074870781149918f,0.08131996122318956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.18049315809561495f,0.08862590057682987f,-0.1518866314479841f,0.19521323488831036f,0.95932077884424f,0.20394959230683013f,1.0478912371653013f,-0.0482091619593637f,0.21708492153614029f,-0.9749615446492358f,0.36388998815434737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.12763029208262336f,-0.15537966055853975f,-0.125f,0.19521323488831036f,0.41836603674494455f,-0.8870522263219732f,1.0993850057919705f,-0.0482091619593637f,-0.8992665721804809f,-0.4347361370555062f,0.02608669725563023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.15643446504023095f,1.022723090564253e-16f,-2.1334791145065867e-18f,0.13064104660062084f,0.8248351058534027f,-0.5500726907372339f,1.280978824640529f,-0.08605032710871968f,-0.543300383120961f,-0.835116779202226f,0.017421179037025194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.15545955280803128f,0.017437582778302377f,-1.8581888209860595e-18f,-0.13064104660062087f,0.7583786513222065f,-0.6385880817567813f,1.2507596771610368f,0.08605032710871945f,-0.63300406685853f,-0.7693511503501144f,0.015173263199477625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.736447600097253e-17f,1.022723090564253e-16f,-2.1334791145065867e-18f,0f,0.835116779202226f,-0.5500726907372339f,1.280978824640529f,-1.2246467991473532e-16f,-0.5500726907372339f,-0.835116779202226f,0.017421179037025194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.12186934340514752f,1.2145238507857503e-16f,-2.752626734202104e-18f,0.12086196962928684f,0.984341750628256f,-0.1283109592647081f,1.2996093346973236f,-0.015637172357274725f,-0.12735454883159242f,-0.9917339853673315f,0.022476903023129526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.12186934340514749f,1.2145238507857503e-16f,-2.752626734202104e-18f,-0.12086196962928684f,0.984341750628256f,-0.1283109592647081f,1.2996093346973236f,0.015637172357274482f,-0.12735454883159247f,-0.9917339853673315f,0.022476903023129526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.5713560555905116e-17f,1.2145238507857503e-16f,-2.752626734202104e-18f,0f,0.9917339853673315f,-0.1283109592647081f,1.2996093346973236f,-1.2246467991473532e-16f,-0.1283109592647081f,-0.9917339853673315f,0.022476903023129526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.15643446504023092f,1.1889284606420223e-16f,-0.19375f,0.1518718603936523f,0.9588811885969387f,-0.23975363224671514f,1.328557908296982f,-0.037505731201967256f,-0.23680186718541496f,-0.9708337632285493f,0.023954472495322256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.15605339854576158f,0.010912316653255266f,0.19375f,-0.1518718603936523f,0.9398210342618398f,-0.30605777490463554f,1.3301635838435524f,0.03750573120196702f,-0.30394696965313417f,-0.9519503977443796f,0.013772537215664227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.961181732944437e-17f,1.1588141246324758e-16f,-0.007812500000000007f,0f,0.9462435417618266f,-0.3234550350111041f,1.173704331028621f,-1.2246467991473532e-16f,-0.3234550350111041f,-0.9462435417618266f,0.05356995220512541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.936135183148913e-17f,1.1889284606420223e-16f,0f,0f,0.9708337632285493f,-0.23975363224671514f,1.390625f,-1.2246467991473532e-16f,-0.23975363224671514f,-0.9708337632285493f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-1.2575371561178557f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.45368017764292257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-1.2269223323209368f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.1047972576828329f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,1.1876034864181366f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4759230915993393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,1.156026228089999f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38782690840066036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.0363485970588877f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47756191143995685f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32.mcfunction new file mode 100644 index 000000000..ca7137d53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..2a78bd8c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5618478729900713f,-0.09906893906181238f,-0.5843430134554053f,0.05514098586952815f,-0.13459030676552294f,0.8054680519068157f,-0.007149204616308137f,1.4826209465454339f,0.5771974197670494f,0.0913838449347056f,-0.5704704864790594f,-0.30278102169680843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5456246124553178f,0.1209620643879665f,-0.5724176458338665f,0.05514098586952815f,0.18014110929212135f,0.7794229496860864f,-0.00700330248128144f,1.4826209465454339f,0.5566353950531607f,-0.13367140487644236f,-0.5588282316529561f,-0.30278102169680843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.658810948691139f,0.11616614544038795f,0.46842075635335423f,-0.04308479557110077f,0.13602087551129716f,0.8052158040391775f,-0.00838300632979395f,1.4824430725567084f,-0.4630452459039678f,0.07125573677612067f,-0.6689216431441507f,-0.3169744692656062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.1418375617780137f,0.4588611490808368f,-0.04308479557110077f,-0.17875184797241614f,0.7797309415056813f,-0.00821192456796142f,1.4824430725567084f,-0.44577934554369386f,-0.10909521037851208f,-0.6552701810391681f,-0.3169744692656062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3750760295370823f,0.5381486308500716f,0.51085048116521f,-0.4076968659807073f,0.684513199019335f,0.5048319879185801f,1.3107221651984418f,1.6571550338149954f,0.28638059180197556f,1.3772969778113824f,-0.6800334120841288f,0.5124783304915114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.20756950600046412f,-0.9686762143280492f,-0.13631321276311606f,-0.48412540054076525f,-0.08199572043093209f,0.12162878470935777f,-0.9891830672636572f,1.6674236904336706f,0.9747777192825735f,0.21650134070070792f,-0.05418087730057816f,0.27503999482113106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4839476708750078f,-0.8648950569746164f,-0.13323360039993687f,-0.2984375f,0.029976232680121125f,0.13577650503455033f,-0.9902859012199001f,1.6536761845495072f,0.8745833735722184f,-0.48324039680212744f,-0.03978242789926166f,0.004797406486635285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1327837533600564f,0.9820854696582697f,0.1337034222812252f,0.49587360242451917f,0.07213571804438793f,0.1249644986555529f,-0.9895354022257046f,1.6697674183450624f,-0.9885165213722205f,0.1410390171614304f,-0.054250185366517226f,0.2682266750377049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5219185259769235f,0.8427625446321523f,0.1317283022255088f,0.2984375f,-0.03529567022111592f,0.13296087625696296f,-0.9904926153428014f,1.6536761845495072f,-0.8522647874374005f,-0.5216058845048817f,-0.03964887569858933f,0.004797406486635358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.273029193353139e-17f,7.999181698486797e-17f,-0.15625000000000003f,0f,0.653182754738439f,-0.7572002964290915f,1.3823540518663335f,-1.2246467991473532e-16f,-0.7572002964290915f,-0.653182754738439f,0.28723479932323426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.925963204682807e-17f,1.1212085656660709e-16f,-0.15625000000000003f,0f,0.9155362725372738f,-0.4022354207035412f,1.5515031315876753f,-1.2246467991473532e-16f,-0.4022354207035412f,-0.9155362725372738f,0.20609355623796236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.278399069732448e-17f,9.024637782672426e-17f,0.15624999999999997f,0f,0.7369175985235686f,-0.6759825833453526f,1.3717432707697648f,-1.2246467991473532e-16f,-0.6759825833453526f,-0.7369175985235686f,0.25977507017642587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.111359801780906e-17f,1.1844636695570177e-16f,0.15624999999999997f,0f,0.9671879846349883f,-0.2540618081839724f,1.5515031315876753f,-1.2246467991473532e-16f,-0.2540618081839724f,-0.9671879846349883f,0.2060935562379624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.5925782734645063e-17f,1.196889786747909e-16f,0.29375f,0f,0.9773346793387533f,0.21170008162921425f,2.229681095299397f,-1.2246467991473532e-16f,0.21170008162921425f,-0.9773346793387533f,0.1329735969731808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.5925782734645063e-17f,1.196889786747909e-16f,0.33125f,0f,0.9773346793387533f,0.21170008162921425f,2.1273611430347916f,-1.2246467991473532e-16f,0.21170008162921425f,-0.9773346793387533f,0.014885960581520905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.5925782734645063e-17f,1.196889786747909e-16f,-0.29375f,0f,0.9773346793387533f,0.21170008162921425f,2.229681095299397f,-1.2246467991473532e-16f,0.21170008162921425f,-0.9773346793387533f,0.13297359697318073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.5925782734645063e-17f,1.196889786747909e-16f,-0.33125f,0f,0.9773346793387533f,0.21170008162921425f,2.1273611430347916f,-1.2246467991473532e-16f,0.21170008162921425f,-0.9773346793387533f,0.014885960581520821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9819538922476516f,0.18613684186478902f,0.03346086669962006f,0.19725482382494985f,0.17982912495682302f,0.8642055905756144f,0.46990444032283446f,2.3177034894786437f,0.058549460432616565f,0.4674417325383513f,-0.8820828687626767f,0.1591557801357129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989826276564161f,0.030233756637119108f,0.03346086669962006f,0.08249167504142196f,0.04242359077280716f,0.8816972586499432f,0.46990444032283446f,2.3314752520391107f,-0.015295377949683945f,0.47084590265689097f,-0.8820828687626767f,0.16213887622333112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9641360637271443f,0.2574893118365692f,0.06434986333053005f,0.060750589663119775f,0.22902404114328823f,0.6846140936242535f,0.6919909908296776f,2.3414947694360335f,0.13412546066696399f,0.6819111357801481f,-0.7190323801470297f,0.1273545607005894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965164592302702f,-0.05304754068293091f,0.06434986333053005f,0.08995963870020313f,0.00625741719907795f,0.7218790157225499f,0.6919909908296776f,2.347045038888617f,-0.08316123624118264f,0.6899830759423996f,-0.7190323801470297f,0.1353101617685776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10349508177369526f,0.06434986333053005f,0.15136680071840664f,0.11910713565809426f,0.7120126114373853f,0.6919909908296776f,2.4407768848445692f,0.025799749946968355f,0.6944975228197512f,-0.7190323801470297f,0.18755139105933694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.11718578097069637f,0.03346086669962006f,0.12499999999999999f,0.11910713565809426f,0.8746446748252731f,0.46990444032283446f,2.243981833008883f,0.025799749946968355f,0.47038727187082774f,-0.8820828687626767f,0.08171425488840085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9819538922476516f,-0.18613684186478913f,-0.03346086669961984f,-0.19725482382494985f,-0.17982912495682302f,0.8642055905756144f,0.46990444032283446f,2.3177034894786437f,-0.0585494604326168f,0.4674417325383512f,-0.8820828687626767f,0.15915578013571285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989826276564161f,-0.03023375663711922f,-0.03346086669961984f,-0.082491675041422f,-0.04242359077280716f,0.8816972586499432f,0.46990444032283446f,2.3314752520391107f,0.015295377949683692f,0.47084590265689086f,-0.8820828687626767f,0.1621388762233311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9641360637271443f,-0.2574893118365694f,-0.06434986333052989f,-0.06075058966311979f,-0.22902404114328823f,0.6846140936242535f,0.6919909908296776f,2.3414947694360335f,-0.1341254606669642f,0.681911135780148f,-0.7190323801470297f,0.12735456070058937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9965164592302702f,0.053047540682930744f,-0.06434986333052989f,-0.08995963870020314f,-0.00625741719907795f,0.7218790157225499f,0.6919909908296776f,2.347045038888617f,0.08316123624118238f,0.6899830759423995f,-0.7190323801470297f,0.13531016176857757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.10349508177369543f,-0.06434986333052989f,-0.15136680071840666f,-0.11910713565809426f,0.7120126114373853f,0.6919909908296776f,2.4407768848445692f,-0.025799749946968598f,0.6944975228197511f,-0.7190323801470297f,0.18755139105933688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.11718578097069648f,-0.03346086669961984f,-0.125f,-0.11910713565809426f,0.8746446748252731f,0.46990444032283446f,2.243981833008883f,-0.025799749946968598f,0.47038727187082763f,-0.8820828687626767f,0.08171425488840083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.5925782734645063e-17f,1.196889786747909e-16f,-4.604270014607227e-19f,0f,0.9773346793387533f,0.21170008162921425f,1.7364821822968586f,-1.2246467991473532e-16f,0.21170008162921425f,-0.9773346793387533f,0.00375967178276454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.5346215649321971e-18f,1.2245506426143028e-16f,-1.0359100883102966e-18f,0f,0.999921482232169f,-0.012531136046741498f,1.3615116264597953f,-1.2246467991473532e-16f,-0.012531136046741498f,-0.999921482232169f,0.008458847800292602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.984490934668197f,-0.1754349332339583f,-0.0004286692622365307f,0.1828468593656799f,-0.17376879649523425f,0.9754712362443073f,-0.13513057620168933f,0.7897339915692098f,0.024124778148983516f,-0.1329603379252597f,-0.9908277063233866f,0.24133367354034824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.984490934668197f,-0.16206481863804512f,0.06717584473571843f,0.125f,-0.17376879649523425f,0.8481637030334065f,-0.500422559664587f,1.0918233713339118f,0.024124778148983516f,-0.5043345391865173f,-0.8631712852399491f,0.056627283234260396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.21442380812282014f,0.07852738624455537f,-0.16946989107544547f,0.22618150610516038f,0.9528050104991335f,0.2024957734466264f,0.9566088071423227f,-0.03140137220401162f,0.21490705543991362f,-0.9761295566398198f,0.3241885624035394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.1650901768298674f,-0.15776359971354822f,-0.125f,0.22618150610516038f,0.6021729490890224f,-0.7656563626597972f,1.1043825075953202f,-0.03140137220401162f,-0.781110090127962f,-0.6236032239525324f,0.009830655723644006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,0.18223552549214753f,1.0668872320206652e-16f,-7.257889359024836e-19f,0.15875986080518453f,0.8565915555668887f,-0.49096457461676013f,1.2797617614888952f,-0.08947118725331406f,-0.4827433274319788f,-0.8711795374498782f,0.005926516416062216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,-0.18159639985450593f,0.015249075751714195f,-3.2774765211229387e-19f,-0.15875986080518453f,0.8125045116593315f,-0.5609204267365824f,1.25726839634199f,0.08947118725331382f,-0.5539487034853621f,-0.827729267670516f,0.002676262677046841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.012581947991572e-17f,1.0668872320206652e-16f,-7.257889359024836e-19f,0f,0.8711795374498782f,-0.49096457461676013f,1.2797617614888952f,-1.2246467991473532e-16f,-0.49096457461676013f,-0.8711795374498782f,0.005926516416062216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.15643446504023092f,1.224645080139124e-16f,-1.6840570802223034e-18f,0.1564342454568107f,0.9876869541999858f,0.0016755152979537336f,1.2915750134614965f,0.0002621083393019945f,0.00165488692427771f,-0.999998596323258f,0.013751369630776885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.15643446504023092f,1.224645080139124e-16f,-1.6840570802223034e-18f,-0.1564342454568107f,0.9876869541999858f,0.0016755152979537336f,1.2915750134614965f,-0.00026210833930223636f,0.001654886924277672f,-0.999998596323258f,0.013751369630776885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.051914446561441e-19f,1.224645080139124e-16f,-1.6840570802223034e-18f,0f,0.999998596323258f,0.0016755152979537336f,1.2915750134614965f,-1.2246467991473532e-16f,0.0016755152979537336f,-0.999998596323258f,0.013751369630776885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,0.1822355254921475f,1.2130124896996688e-16f,-0.19375f,0.1805042634683434f,0.9739138535812731f,-0.13751369630776897f,1.3370204184364005f,-0.02505988070901398f,-0.13521101675187308f,-0.9904998653850361f,0.01930476198743226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,-0.1819857780379785f,0.00953747048806702f,0.19375f,-0.1805042634683434f,0.9653822277001322f,-0.18829595139163535f,1.339012132946363f,0.025059880709013736f,-0.18686447236604892f,-0.9820660218876366f,0.011834909357640621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.7348587796209324e-17f,1.1937190863922555e-16f,-0.007812500000000003f,0f,0.9747456060174812f,-0.22331816663588616f,1.169310186328031f,-1.2246467991473532e-16f,-0.22331816663588616f,-0.9747456060174812f,0.030725716518767123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.6840570802223046e-17f,1.2130124896996688e-16f,0f,0f,0.9904998653850361f,-0.13751369630776897f,1.390625f,-1.2246467991473532e-16f,-0.13751369630776897f,-0.9904998653850361f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-1.8460453989363068f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-1.815430575139388f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.3650698223570779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.693305500501284f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.4568578404165246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,1.7871422878695982f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.47592309159933927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,1.7555650295414607f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38782690840066036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.6358873985103493f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399568f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33.mcfunction new file mode 100644 index 000000000..d4a56c4c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..da2d54f12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6412613138734328f,-0.11307167132044568f,-0.4928926545593516f,0.04526688123103256f,-0.10922783858331132f,0.8081705571875497f,-0.043290578859931574f,1.4616807222992754f,0.49375869719143306f,0.03193105204046633f,-0.6497131684888742f,-0.3230257414882369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6227450039148991f,0.13805924355548982f,-0.48283362079283426f,0.04526688123103256f,0.2041078710008529f,0.7723610652173399f,-0.04240709765870848f,1.4616807222992754f,0.4588339973176919f,-0.15619868823143807f,-0.636453716070734f,-0.3230257414882369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944952f,0.12281338209735547f,0.4083333333333336f,-0.03839745962155609f,0.11476417865030382f,0.8071943510593617f,-0.04702028669650623f,1.4609923451111357f,-0.41066826177831606f,0.017279966438319697f,-0.7056893268091219f,-0.3333570360978271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233403f,-0.14995376324455484f,0.4000000000000003f,-0.03839745962155609f,-0.1987313917994677f,0.7735530019600978f,-0.04606068900882243f,1.4609923451111357f,-0.37814278391191164f,-0.13830987689719415f,-0.6912875038130174f,-0.3333570360978271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4104887626973297f,-0.444278455452792f,0.5045238887555644f,-0.6294387693072468f,0.3379284845015403f,0.5451454006928205f,1.4247901885772358f,1.6896645692117884f,-0.5811471755648892f,1.395291867719419f,-0.3960237546019263f,0.4213773433828203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3717811740688002f,-0.9257285376965365f,-0.0693212312517352f,-0.5601932177285514f,0.028310841847474594f,0.06333259128822336f,-0.9975908375253885f,1.671057143592486f,0.9278886004483038f,-0.3728480352301068f,0.002662289078465491f,0.18224857056437976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.758011054241844f,-0.6481462228088963f,-0.0729774999964284f,-0.2984375f,0.06314812423344553f,0.03843398898822545f,-0.9972638281298737f,1.6498324071436528f,0.649177599777569f,-0.7605453979540034f,0.011795829687690516f,-0.01395501101375682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.41851225641708295f,0.905582963698145f,0.06904337106751274f,0.5662741473150057f,-0.03417773748138943f,0.060263580638062836f,-0.9975972048423817f,1.6725166300924694f,-0.9075678340980001f,-0.41986640340513554f,0.005729729688285338f,0.17537432376895892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7767624868379759f,0.6255299389851765f,0.07315965059023098f,0.2984375f,-0.0661957681818825f,0.03443052544799052f,-0.9972124443628778f,1.6498324071436528f,-0.6263051646889828f,-0.779440077459824f,0.014663094261770544f,-0.013955011013756744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0364244067592403e-16f,6.523681719210513e-17f,-0.15625000000000003f,0f,0.5326990381024599f,-0.8463047529139336f,1.4008396198686353f,-1.2246467991473532e-16f,-0.8463047529139336f,-0.5326990381024599f,0.29397202379246135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,6.272919558659293e-17f,1.0517911317213862e-16f,-0.15625000000000003f,0f,0.85885263608551f,-0.5122227537790279f,1.5586730969235494f,-1.2246467991473532e-16f,-0.5122227537790279f,-0.85885263608551f,0.19256242848335917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.588275865579863e-17f,7.618460749503439e-17f,0.15624999999999997f,0f,0.6220945300153243f,-0.7829421407262563f,1.391104059012076f,-1.2246467991473532e-16f,-0.7829421407262563f,-0.6220945300153243f,0.2769184006099564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.139134742196726e-17f,1.1115991740179207e-16f,0.15624999999999997f,0f,0.9076896087850468f,-0.41964219771568356f,1.5586730969235494f,-1.2246467991473532e-16f,-0.41964219771568356f,-0.9076896087850468f,0.19256242848335922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0946020909901152e-17f,1.219745155877185e-16f,0.29375f,0f,0.9959975045265452f,0.08938104372233854f,2.237842708492682f,-1.2246467991473532e-16f,0.08938104372233854f,-0.9959975045265452f,0.04785529020980389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0946020909901152e-17f,1.219745155877185e-16f,0.33125f,0f,0.9959975045265452f,0.08938104372233854f,2.121722493275833f,-1.2246467991473532e-16f,0.08938104372233854f,-0.9959975045265452f,-0.05669210630485204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0946020909901152e-17f,1.219745155877185e-16f,-0.29375f,0f,0.9959975045265452f,0.08938104372233854f,2.237842708492682f,-1.2246467991473532e-16f,0.08938104372233854f,-0.9959975045265452f,0.04785529020980382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0946020909901152e-17f,1.219745155877185e-16f,-0.33125f,0f,0.9959975045265452f,0.08938104372233854f,2.121722493275833f,-1.2246467991473532e-16f,0.08938104372233854f,-0.9959975045265452f,-0.05669210630485212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9783140170882617f,0.20553182607302398f,0.025658379522419797f,0.19950376066944564f,0.2047506642748426f,0.940928306306238f,0.26968701835773434f,2.3330544417741543f,0.03128656976466117f,0.26909216053754237f,-0.9626061290525832f,0.05414461663891856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984216093793439f,0.04995935832899201f,0.025658379522419797f,0.08500401522120155f,0.05503622759514459f,0.9613739781070686f,0.26968701835773434f,2.349081923856584f,-0.011193908006438175f,0.2706734873125643f,-0.9626061290525832f,0.05558292654457401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9577847691409346f,0.28302726927903754f,0.05043709791510509f,0.06257493960042691f,0.27564554328095264f,0.854260779092354f,0.4407471562856338f,2.3488632382307553f,0.08165702952590911f,0.436043674588883f,-0.8962131684928698f,0.031025218828334117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9983676819784922f,-0.02679684188098272f,0.05043709791510509f,0.09204763135819784f,-0.0018266082424523433f,0.8976294378686873f,0.4407471562856338f,2.356050459938516f,-0.05708445570574264f,0.43993558794072346f,-0.8962131684928698f,0.036218475000997986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.12971218595314266f,0.05043709791510509f,0.15577717058633966f,0.1386160612534461f,0.8868638744411161f,0.4407471562856338f,2.4601103293724753f,0.012439437021884922f,0.44344922711236f,-0.8962131684928698f,0.05611153747026263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.13678742482817646f,0.025658379522419797f,0.125f,0.1386160612534461f,0.9529189365795476f,0.26968701835773434f,2.245703568642077f,0.012439437021884922f,0.27061910634132996f,-0.9626061290525832f,-0.004777761456536515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9783140170882617f,-0.20553182607302403f,-0.02565837952241956f,-0.19950376066944564f,-0.2047506642748426f,0.940928306306238f,0.26968701835773434f,2.3330544417741543f,-0.031286569764661404f,0.2690921605375423f,-0.9626061290525832f,0.054144616638918515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9984216093793439f,-0.049959358328992065f,-0.02565837952241956f,-0.08500401522120156f,-0.05503622759514459f,0.9613739781070686f,0.26968701835773434f,2.349081923856584f,0.011193908006437926f,0.27067348731256424f,-0.9626061290525832f,0.05558292654457399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9577847691409346f,-0.28302726927903765f,-0.05043709791510487f,-0.0625749396004269f,-0.27564554328095264f,0.854260779092354f,0.4407471562856338f,2.3488632382307553f,-0.08165702952590934f,0.4360436745888829f,-0.8962131684928699f,0.031025218828334113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9983676819784922f,0.026796841880982608f,-0.05043709791510487f,-0.09204763135819784f,0.0018266082424523433f,0.8976294378686873f,0.4407471562856338f,2.356050459938516f,0.05708445570574238f,0.43993558794072335f,-0.8962131684928699f,0.036218475000997966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,-0.12971218595314277f,-0.05043709791510487f,-0.15577717058633966f,-0.1386160612534461f,0.8868638744411161f,0.4407471562856338f,2.4601103293724753f,-0.012439437021885165f,0.4434492271123599f,-0.8962131684928699f,0.05611153747026259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,-0.13678742482817652f,-0.02565837952241956f,-0.125f,-0.1386160612534461f,0.9529189365795476f,0.26968701835773434f,2.245703568642077f,-0.012439437021885165f,0.2706191063413299f,-0.9626061290525832f,-0.004777761456536543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0946020909901152e-17f,1.219745155877185e-16f,2.3832391316918448e-18f,0f,0.9959975045265452f,0.08938104372233854f,1.7324616899558993f,-1.2246467991473532e-16f,0.08938104372233854f,-0.9959975045265452f,-0.01946062434778051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,8.141804373560924e-18f,1.221937348973393e-16f,-6.699375083935014e-19f,0f,0.9977875660346751f,-0.06648287799575817f,1.3582913526928961f,-1.2246467991473532e-16f,-0.06648287799575817f,-0.9977875660346751f,0.005470454900628802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9753962179480483f,-0.22043971307062143f,-0.0029241945874988323f,0.19760420646768875f,-0.22033326634557085f,0.975201793433583f,-0.020849791975333598f,0.7715293527831387f,0.007447801966702324f,-0.019692510892850235f,-0.9997783430644012f,0.18461233625244747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9753962179480483f,-0.20341754261394301f,0.08499130172875424f,0.125f,-0.22033326634557085f,0.8864599607620406f,-0.4069913877556295f,1.08776627638509f,0.007447801966702324f,-0.41570427147512695f,-0.9094693446857891f,0.031499500477745364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9668233886044594f,0.24777573732725833f,0.062126638725460856f,-0.1892351808103651f,0.2552999460860909f,0.9454745765111447f,0.20223689747301415f,0.8752204839106528f,-0.008629761052862749f,0.21138829003283244f,-0.9773640662829617f,0.259303419332802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9668233886044594f,0.20454343195496386f,-0.1530180371442384f,-0.125f,0.2552999460860909f,0.7534870122127331f,-0.605870662728579f,1.1095369544617832f,-0.008629761052862749f,-0.6248354238283979f,-0.7807087935673306f,-0.005256962574090645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9781476007338057f,0.2079116908177593f,1.105936404637059e-16f,6.897686206317622e-19f,0.18775789720358196f,0.8833314564763327f,-0.42950263100135927f,1.2797464292438403f,-0.08929861822216886f,-0.42011696802283666f,-0.9030656066770066f,-0.005632388220930363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9781476007338057f,-0.20758750746245122f,0.011605943487120794f,1.0815729681836244e-18f,-0.18775789720358194f,0.8579786511691925f,-0.47814182642348085f,1.2649367426269535f,0.0892986182221686f,-0.4698723878708129f,-0.8782059530088552f,-0.008831713510676365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.2598902228118135e-17f,1.105936404637059e-16f,6.897686206317622e-19f,0f,0.9030656066770066f,-0.42950263100135927f,1.2797464292438403f,-1.2246467991473532e-16f,-0.42950263100135927f,-0.9030656066770066f,-0.005632388220930363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,0.1908089953765447f,1.2139904661122028e-16f,-4.395819652558845e-19f,0.1891486601662207f,0.9730854992735346f,0.1316335650998609f,1.2844356489187991f,0.025116868314537338f,0.1292150857561512f,-0.9912984437287796f,0.0035894591449709304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,-0.19080899537654475f,1.2139904661122028e-16f,-4.395819652558845e-19f,-0.1891486601662207f,0.9730854992735346f,0.1316335650998609f,1.2844356489187991f,-0.02511686831453758f,0.12921508575615115f,-0.9912984437287796f,0.0035894591449709304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.612046241598994e-17f,1.2139904661122028e-16f,-4.395819652558845e-19f,0f,0.9912984437287796f,0.1316335650998609f,1.2844356489187991f,-1.2246467991473532e-16f,0.1316335650998609f,-0.9912984437287796f,0.0035894591449709304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9781476007338057f,0.20791169081775923f,1.2239477544011995e-16f,-0.19375f,0.2077930120483122f,0.9775892610217092f,-0.03378314489384408f,1.3456619420740994f,-0.007023910776020592f,-0.033044902123156084f,-0.9994291866465985f,0.016653499540699675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9781476007338057f,-0.20778503663329898f,0.007256013368105919f,0.19375f,-0.20779301204831221f,0.9758147253036497f,-0.06787993830619231f,1.3475003305091466f,0.007023910776020353f,-0.06790434766538231f,-0.9976671109370847f,0.011838644614340687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4788906132878014e-17f,1.2156844196587986e-16f,-0.007812500000000002f,0f,0.9926816617699122f,-0.12076058291398489f,1.1673150411086506f,-1.2246467991473532e-16f,-0.12076058291398489f,-0.9926816617699122f,0.007548421437218285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1372420259377405e-18f,1.2239477544011995e-16f,0f,0f,0.9994291866465985f,-0.03378314489384408f,1.390625f,-1.2246467991473532e-16f,-0.03378314489384408f,-0.9994291866465985f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.1830187739554834f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.152403950158565f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.0302788755204606f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.1151210809542786f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.47592309159933927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.0835438226261416f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38782690840066036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.96386619159503f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399568f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34.mcfunction new file mode 100644 index 000000000..105c04012 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..85412b03a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7063814750692482f,-0.12455411272735233f,-0.3904560527461951f,0.037169973723050476f,-0.0945483018432763f,0.806577129203314f,-0.08624614605382358f,1.439404121180162f,0.3987860011860875f,-0.029394763024844405f,-0.7120745168935393f,-0.34414677760574364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6859848316753976f,0.1520791758364512f,-0.3824875618738238f,0.037169973723050476f,0.21679588247902293f,0.7654160030070163f,-0.08448602062415372f,1.439404121180162f,0.3498919205289229f,-0.1760973214380872f,-0.697542383895712f,-0.34414677760574364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7289067971527078f,0.1285259347598145f,0.34513824708823804f,-0.03436922129633496f,0.09991456772529746f,0.8056309117426584f,-0.08899639119315009f,1.4387368906679507f,-0.35448047148650186f,-0.03720702330546156f,-0.7347813805451922f,-0.3496556364519462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7078597389644674f,-0.1569287260282471f,0.33809460939255975f,-0.03436922129633496f,-0.21158456659981922f,0.7665713239227822f,-0.08718013831165723f,1.4387368906679507f,-0.3068657053662445f,-0.1665586391827947f,-0.7197858421667189f,-0.3496556364519462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8841519891097432f,-1.2532347091125589f,0.29846988797673385f,-0.8010223472156992f,-0.026353575316375073f,0.37951830416228594f,1.515479328751741f,1.6927979190907936f,-1.2880166921361422f,0.8525109211507749f,-0.23589061044757445f,0.22637582446990723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8277231825179246f,-0.5607240151308683f,-0.02151538932754917f,-0.6092889949692519f,0.06481599756730395f,-0.057452809374727284f,-0.9962419691793288f,1.6622648079759983f,0.5573806774384573f,-0.8260071147093525f,0.08389890862089622f,0.0694367069320645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9375419022577915f,-0.34692994014728934f,-0.02558902382350207f,-0.2984375f,0.05398646236962849f,-0.07243590192927843f,-0.9959108905883622f,1.6454716135614709f,0.34365774164370894f,-0.9350896517131877f,0.08664121344519365f,-0.03322966327618366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8417466286168547f,0.5393971398896878f,0.022656978858261602f,0.6111557141463779f,-0.0656206711701921f,-0.06056672567340591f,-0.9960048188921459f,1.6628103893306114f,-0.5358698916036735f,-0.8398704645479725f,0.08637743948879459f,0.06515914335814652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9425251997507386f,0.33305859572987473f,0.026799620244965617f,0.2984375f,-0.05483614881543304f,-0.07506450927845307f,-0.9956697827241103f,1.6454716135614709f,-0.32960467930222437f,-0.9399134488117665f,0.08901384232156767f,-0.03322966327618359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1222720201097168e-16f,4.901686398992827e-17f,-0.15625000000000006f,0f,0.4002530690812708f,-0.9164046489902937f,1.4214904021367567f,-1.2246467991473532e-16f,-0.9164046489902937f,-0.4002530690812708f,0.29803233804789225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.523835958016523e-17f,9.662705146233291e-17f,-0.15625000000000003f,0f,0.7890197527124426f,-0.6143678294227292f,1.5655918068364476f,-1.2246467991473532e-16f,-0.6143678294227292f,-0.7890197527124426f,0.1779069965766778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0662044398355306e-16f,6.024681527988514e-17f,0.15624999999999997f,0f,0.491952580301776f,-0.8706219953196821f,1.4154010134888084f,-1.2246467991473532e-16f,-0.8706219953196821f,-0.491952580301776f,0.2903260256314013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.007817888602042e-17f,1.004322989413142e-16f,0.15624999999999997f,0f,0.820091956401136f,-0.5722317564118207f,1.5655918068364476f,-1.2246467991473532e-16f,-0.5722317564118207f,-0.820091956401136f,0.17790699657667786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,4.201327210445347e-18f,1.2239259240774888e-16f,0.29375f,0f,0.9994113608345145f,-0.03430644013743779f,2.2375089039530636f,-1.2246467991473532e-16f,-0.03430644013743779f,-0.9994113608345145f,-0.038799823909995465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,4.201327210445347e-18f,1.2239259240774888e-16f,0.33125f,0f,0.9994113608345145f,-0.03430644013743779f,2.109366255085864f,-1.2246467991473532e-16f,-0.03430644013743779f,-0.9994113608345145f,-0.12820633397105147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,4.201327210445347e-18f,1.2239259240774888e-16f,-0.29375f,0f,0.9994113608345145f,-0.03430644013743779f,2.2375089039530636f,-1.2246467991473532e-16f,-0.03430644013743779f,-0.9994113608345145f,-0.038799823909995534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,4.201327210445347e-18f,1.2239259240774888e-16f,-0.33125f,0f,0.9994113608345145f,-0.03430644013743779f,2.109366255085864f,-1.2246467991473532e-16f,-0.03430644013743779f,-0.9994113608345145f,-0.12820633397105155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9744169295809725f,0.22428085654083715f,0.014482566599138312f,0.2017712157796887f,0.22474447161333921f,0.9727358644550878f,0.05722639672436153f,2.3353426268959514f,-0.0012529266662556198f,0.05901724656506333f,-0.9982561769318772f,-0.05404849277113724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975054960373706f,0.06908719591893184f,0.014482566599138312f,0.0875697513983759f,0.06980807964423183f,0.9959176529886046f,0.05722639672436153f,2.3534197147669804f,-0.010469832454434497f,0.058094645413571164f,-0.9982561769318772f,-0.05466901856983221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9514760057657505f,0.3063684420945757f,0.028840737518241375f,0.06478679580842568f,0.30717752466567916f,0.940031200797548f,0.1482676966415346f,2.3489936886122234f,0.018313350111858778f,0.1499323821449613f,-0.9885266319083252f,-0.06669051296694857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9995805105294031f,-0.002648552280371752f,0.028840737518241375f,0.0944874416154455f,0.0016575702035785123f,0.9889458744509905f,0.1482676966415346f,2.3568029467371665f,-0.0289146231308341f,0.1482533054511233f,-0.9885266319083252f,-0.06465268294853199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.1537528982225282f,0.028840737518241375f,0.16004659190355655f,0.1563423815872764f,0.9765110085668427f,0.1482676966415346f,2.4606693697110793f,-0.005366709610334905f,0.15095130485007596f,-0.9885266319083252f,-0.0787738912309395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.1557626306824738f,0.014482566599138312f,0.125f,0.1563423815872764f,0.986043710612042f,0.05722639672436153f,2.2388095348233703f,-0.005366709610334905f,0.05878608377252931f,-0.9982561769318772f,-0.09200076007975858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9744169295809725f,-0.22428085654083715f,-0.01448256659913807f,-0.2017712157796887f,-0.22474447161333921f,0.9727358644550878f,0.05722639672436153f,2.3353426268959514f,0.0012529266662553813f,0.059017246565063276f,-0.9982561769318772f,-0.05404849277113728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9975054960373706f,-0.06908719591893184f,-0.01448256659913807f,-0.08756975139837592f,-0.06980807964423183f,0.9959176529886046f,0.05722639672436153f,2.3534197147669804f,0.010469832454434254f,0.05809464541357114f,-0.9982561769318772f,-0.05466901856983223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9514760057657505f,-0.3063684420945757f,-0.028840737518241136f,-0.06478679580842568f,-0.30717752466567916f,0.940031200797548f,0.1482676966415346f,2.3489936886122234f,-0.018313350111859014f,0.14993238214496124f,-0.9885266319083252f,-0.06669051296694858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9995805105294031f,0.0026485522803717243f,-0.028840737518241136f,-0.0944874416154455f,-0.0016575702035785123f,0.9889458744509905f,0.1482676966415346f,2.3568029467371665f,0.028914623130833858f,0.1482533054511233f,-0.9885266319083252f,-0.06465268294853202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.15375289822252822f,-0.028840737518241136f,-0.16004659190355655f,-0.1563423815872764f,0.9765110085668427f,0.1482676966415346f,2.4606693697110793f,0.005366709610334664f,0.15095130485007593f,-0.9885266319083252f,-0.07877389123093954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.1557626306824738f,-0.01448256659913807f,-0.125f,-0.1563423815872764f,0.986043710612042f,0.05722639672436153f,2.2388095348233703f,0.005366709610334664f,0.058786083772529266f,-0.9982561769318772f,-0.0920007600797586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,4.201327210445347e-18f,1.2239259240774888e-16f,5.2888949269846006e-18f,0f,0.9994113608345145f,-0.03430644013743779f,1.7276832886499762f,-1.2246467991473532e-16f,-0.03430644013743779f,-0.9994113608345145f,-0.04318710448324313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.4725251021190487e-17f,1.2157616875433074e-16f,-2.330742059618318e-19f,0f,0.9927447557857236f,-0.12024079948147319f,1.3554040052303298f,-1.2246467991473532e-16f,-0.12024079948147319f,-0.9927447557857236f,0.001903195322309315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9642435683772799f,-0.2649407572229465f,-0.006382476414510743f,0.21217173687594093f,-0.2643616878844609f,0.9598846458503892f,0.09345782278414061f,0.7592373938140868f,-0.01863434522404702f,0.09180338677197397f,-0.995602781914186f,0.12669098070435067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9642435683772799f,-0.24424181583598872f,0.10286046976457497f,0.125f,-0.2643616878844609f,0.9137437292545779f,-0.30852114226875216f,1.0856931766867408f,-0.01863434522404702f,-0.3246818945446076f,-0.9456396927651648f,0.00607417738062508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9593139745400575f,0.2795676067126904f,0.039479761006069494f,-0.21037009425879608f,0.28164264347340534f,0.9377062624112399f,0.20343152855950186f,0.810378548087993f,0.019852446435393842f,0.20627389246262268f,-0.978292881328924f,0.1724077012006894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9593139745400575f,0.24476089102683146f,-0.140743754660409f,-0.125f,0.28164264347340534f,0.8646183085607286f,-0.4160680255425752f,1.1146758755680422f,0.019852446435393842f,-0.43877931437721196f,-0.8983755304131973f,-0.019325811114565532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9723699203976767f,0.23344536385590542f,1.1396833952805315e-16f,2.097849250811221e-18f,0.21724941842581413f,0.9049089526213208f,-0.3659815263909232f,1.2809329941032224f,-0.08543669059286882f,-0.3558694276837621f,-0.9306221157594365f,-0.017130239120959817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9723699203976767f,-0.2333543470196389f,0.0065181771112767925f,2.356033958223443e-18f,-0.21724941842581416f,0.8943373382714573f,-0.39110537655109084f,1.2736565968491078f,0.08543669059286858f,-0.3817151740507089f,-0.9203228226008391f,-0.019238477248001675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.4819810484170675e-17f,1.1396833952805315e-16f,2.097849250811221e-18f,0f,0.9306221157594365f,-0.3659815263909232f,1.2809329941032224f,-1.2246467991473532e-16f,-0.3659815263909232f,-0.9306221157594365f,-0.017130239120959817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,0.22495105434386492f,1.182740761966393e-16f,9.687300143940317e-19f,0.2172534820693173f,0.9410282161874735f,0.2593584794599525f,1.278403444777273f,0.058342963407537834f,0.252711138433994f,-0.9657811238226918f,-0.007910280866846663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,-0.22495105434386498f,1.182740761966393e-16f,9.687300143940317e-19f,-0.2172534820693173f,0.9410282161874735f,0.2593584794599525f,1.278403444777273f,-0.05834296340753807f,0.252711138433994f,-0.9657811238226918f,-0.007910280866846663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.176225317023553e-17f,1.182740761966393e-16f,9.687300143940317e-19f,0f,0.9657811238226918f,0.2593584794599525f,1.278403444777273f,-1.2246467991473532e-16f,0.2593584794599525f,-0.9657811238226918f,-0.007910280866846663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9723699203976767f,0.23344536385590536f,1.2216157191008955e-16f,-0.19375f,0.23286757147951215f,0.9699632419451261f,0.07031360770530373f,1.3541614442876642f,0.016414385734785902f,0.06837083712727968f,-0.9975249353131302f,0.015975656631680935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9723699203976767f,-0.23340980899627212f,0.0040741833709129205f,0.19375f,-0.23286757147951215f,0.971042653505f,0.05337470587462709f,1.3553259640412774f,-0.01641438573478614f,0.050951213315213836f,-0.9985662430718641f,0.013676848518017594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.068916275297085e-18f,1.2244720254895326e-16f,-0.007812499999999998f,0f,0.9998572864780749f,-0.016893983446799057f,1.1677405222659725f,-1.2246467991473532e-16f,-0.016893983446799057f,-0.9998572864780749f,-0.0157106967216538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.610933461280289e-18f,1.2216157191008955e-16f,0f,0f,0.9975249353131302f,0.07031360770530373f,1.390625f,-1.2246467991473532e-16f,0.07031360770530373f,-0.9975249353131302f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.311439954751378f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.2808251309544594f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.158700056316355f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.2392299751037954f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.47592309159933927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.2076527167756583f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38782690840066036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.0879750857445467f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399568f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35.mcfunction new file mode 100644 index 000000000..39245f40b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..ef0866608 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.13326032745267008f,-0.27931645038262926f,0.0310307379214092f,-0.09189229899477276f,0.8004635750345588f,-0.13326032745267005f,1.4157717173371467f,0.29551954201473707f,-0.0918922989947727f,-0.7557568723586308f,-0.3656848419040055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.16270936645070894f,-0.2736161146605348f,0.0310307379214092f,0.216907821199129f,0.75888741931345f,-0.13054072893322782f,1.4157717173371467f,0.23300453479570885f,-0.1939472786016362f,-0.7403332627186587f,-0.3656848419040055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.13326032745267014f,0.2793164503826295f,-0.031030737921409104f,0.09189229899477276f,0.8004635750345588f,-0.13326032745267005f,1.4157717173371467f,-0.2955195420147373f,-0.09189229899477268f,-0.7557568723586308f,-0.3656848419040056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.16270936645070888f,0.27361611466053504f,-0.031030737921409104f,-0.216907821199129f,0.75888741931345f,-0.13054072893322782f,1.4157717173371467f,-0.23300453479570907f,-0.19394727860163627f,-0.7403332627186587f,-0.3656848419040056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.8844400976592143e-16f,-1.5625f,7.271171536653443e-16f,-0.87471875f,-0.27132527760457853f,6.833476513896986e-16f,1.538762114081575f,1.6577566309482223f,-1.538762114081575f,-3.1184369051053996e-16f,-0.27132527760457853f,-0.031705701924689356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,-0.6265625f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.052941099655137734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,-0.2984375f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.05294109965513769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,0.6265625f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.05294109965513758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2060416625018976e-16f,-2.1265768495757673e-17f,0.2984375f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,-1.2246467991473532e-16f,-0.984807753012208f,0.17364817766693005f,-0.05294109965513762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1829179713786696e-16f,3.1696191514317674e-17f,-0.15625000000000006f,0f,0.25881904510252096f,-0.9659258262890682f,1.4441529836178628f,-1.2246467991473532e-16f,-0.9659258262890682f,-0.25881904510252096f,0.2992011834017042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,8.65956056235493e-17f,8.659560562354933e-17f,-0.15625000000000003f,0f,0.7071067811865476f,-0.7071067811865474f,1.5723160877079245f,-1.2246467991473532e-16f,-0.7071067811865474f,-0.7071067811865476f,0.1621992445468107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.147326345727498e-16f,4.282546427786195e-17f,0.15624999999999994f,0f,0.34969645376674086f,-0.9368630584151375f,1.4441529836178628f,-1.2246467991473532e-16f,-0.9368630584151375f,-0.34969645376674086f,0.29920118340170426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.65956056235493e-17f,8.659560562354933e-17f,0.15624999999999997f,0f,0.7071067811865476f,-0.7071067811865474f,1.5723160877079245f,-1.2246467991473532e-16f,-0.7071067811865474f,-0.7071067811865476f,0.16219924454681073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,0.29375f,0f,0.9875239812756824f,-0.15746868388802135f,2.2287025612866787f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.1259298631332356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,0.33125f,0f,0.9875239812756824f,-0.15746868388802135f,2.0904993745127163f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.19882665089182813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,-0.29375f,0f,0.9875239812756824f,-0.15746868388802135f,2.2287025612866787f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.12592986313323568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,-0.33125f,0f,0.9875239812756824f,-0.15746868388802135f,2.0904993745127163f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.19882665089182822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2093680827505148e-16f,0.20400449188150194f,0.23890367350034383f,0.9581902986268517f,-0.15746868388802135f,2.324263791991425f,-0.0380951225037751f,-0.15279119099885294f,-0.9875239812756824f,-0.16331923486484565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2093680827505148e-16f,0.09013609543946538f,0.08606838606920655f,0.983766154385287f,-0.15746868388802135f,2.3440913681501248f,-0.013724300103756816f,-0.15686946800473192f,-0.9875239812756824f,-0.1664809022082216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2093680827505148e-16f,0.06750812473190501f,0.32150636006610767f,0.9337222681459496f,-0.15746868388802135f,2.34176427325064f,-0.05126678879822062f,-0.148889565691301f,-0.9875239812756824f,-0.1661098281097161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2093680827505148e-16f,0.09737644500620996f,0.017234669887787546f,0.9873735765901543f,-0.15746868388802135f,2.3490978652332175f,-0.002748207472357992f,-0.1574447006447485f,-0.9875239812756824f,-0.16727922865042644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2093680827505148e-16f,0.16407083997505928f,0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.4422403363319134f,-0.027344149996764943f,-0.15507638074955196f,-0.9875239812756824f,-0.21377634994430547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2093680827505148e-16f,0.125f,0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.2234230498966143f,-0.027344149996764943f,-0.15507638074955196f,-0.9875239812756824f,-0.17888416427565634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2093680827505148e-16f,-0.2040044918815019f,-0.23890367350034383f,0.9581902986268517f,-0.15746868388802135f,2.324263791991425f,0.03809512250377486f,-0.15279119099885302f,-0.9875239812756824f,-0.16331923486484573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2093680827505148e-16f,-0.09013609543946535f,-0.08606838606920655f,0.983766154385287f,-0.15746868388802135f,2.3440913681501248f,0.013724300103756568f,-0.15686946800473195f,-0.9875239812756824f,-0.16648090220822165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2093680827505148e-16f,-0.06750812473190496f,-0.32150636006610767f,0.9337222681459496f,-0.15746868388802135f,2.34176427325064f,0.0512667887982204f,-0.14888956569130107f,-0.9875239812756824f,-0.16610982810971617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2093680827505148e-16f,-0.0973764450062099f,-0.017234669887787546f,0.9873735765901543f,-0.15746868388802135f,2.3490978652332175f,0.0027482074723577422f,-0.15744470064474853f,-0.9875239812756824f,-0.16727922865042652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2093680827505148e-16f,-0.16407083997505922f,-0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.4422403363319134f,0.0273441499967647f,-0.15507638074955202f,-0.9875239812756824f,-0.21377634994430555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2093680827505148e-16f,-0.12499999999999997f,-0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.2234230498966143f,0.0273441499967647f,-0.15507638074955202f,-0.9875239812756824f,-0.1788841642756564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.928435196894117e-17f,1.2093680827505148e-16f,8.244486277155472e-18f,0f,0.9875239812756824f,-0.15746868388802135f,1.7222379058643273f,-1.2246467991473532e-16f,-0.15746868388802135f,-0.9875239812756824f,-0.06732133936818033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.12657684957577e-17f,1.2060416625018976e-16f,2.6982309124633397e-19f,0f,0.984807753012208f,-0.17364817766693028f,1.3529349984847494f,-1.2246467991473532e-16f,-0.17364817766693028f,-0.984807753012208f,-0.0022032727430814766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30882874957133394f,-0.010784537576205108f,0.22651877827447267f,-0.30432233187297814f,0.9299770406121394f,0.20622953779146222f,0.7528926379652434f,-0.05366023794132181f,0.19941792139247025f,-0.978444209698022f,0.0682477756366584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2844516431214245f,0.12074255893448689f,0.125f,-0.30432233187297814f,0.9300018024530965f,-0.20611784434489092f,1.085629019026283f,-0.05366023794132181f,-0.23277437608017218f,-0.9710492617290675f,-0.019508372302168057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30882874957133394f,0.010784537576205386f,-0.23193790695336203f,0.30432233187297814f,0.9299770406121394f,0.20622953779146222f,0.7676734505082374f,0.053660237941321576f,0.1994179213924703f,-0.9784442096980219f,0.06833633453312354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.30432233187297814f,0.9300018024530965f,-0.20611784434489092f,1.1196601646391693f,0.053660237941321576f,-0.23277437608017212f,-0.9710492617290675f,-0.03254701211905542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2588190451025208f,1.16796641102639e-16f,3.483189698438724e-18f,0.24684011049074386f,0.9212198336973717f,-0.3007057995042731f,1.2833085939886522f,-0.07782838788448615f,-0.2904594978560799f,-0.9537169507482268f,-0.0284424023388936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2588190451025207f,1.16796641102639e-16f,3.483189698438724e-18f,-0.24684011049074386f,0.9212198336973717f,-0.3007057995042731f,1.2833085939886522f,0.0778283878844859f,-0.29045949785608f,-0.9537169507482268f,-0.0284424023388936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479537e-17f,1.16796641102639e-16f,3.483189698438724e-18f,0f,0.9537169507482268f,-0.3007057995042731f,1.2833085939886522f,-1.2246467991473532e-16f,-0.3007057995042731f,-0.9537169507482268f,-0.0284424023388936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2588190451025207f,1.1314261122877003e-16f,2.5253100088712267e-18f,0.23911761839433449f,0.8923991008325228f,0.3826834323650897f,1.2736790793298005f,0.09904576054128748f,0.3696438106143861f,-0.9238795325112867f,-0.02062072109794796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2588190451025208f,1.1314261122877003e-16f,2.5253100088712267e-18f,-0.23911761839433449f,0.8923991008325228f,0.3826834323650897f,1.2736790793298005f,-0.09904576054128773f,0.369643810614386f,-0.9238795325112867f,-0.02062072109794796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.686520405326298e-17f,1.1314261122877003e-16f,2.5253100088712267e-18f,0f,0.9238795325112867f,0.3826834323650897f,1.2736790793298005f,-1.2246467991473532e-16f,0.3826834323650897f,-0.9238795325112867f,-0.02062072109794796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25881904510252074f,1.2060416625018976e-16f,-0.19375f,0.25488700224417876f,0.9512512425641977f,0.17364817766693033f,1.3622062522882308f,0.04494345552754766f,0.16773125949652065f,-0.984807753012208f,0.01720146515546878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25881904510252074f,1.2060416625018976e-16f,0.19375f,-0.25488700224417876f,0.9512512425641977f,0.17364817766693033f,1.3622062522882308f,-0.044943455527547894f,0.1677312594965206f,-0.984807753012208f,0.017201465155468828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322972e-17f,1.21998664834562e-16f,-0.007812499999999996f,0f,0.9961946980917455f,0.08715574274765814f,1.1705820176863349f,-1.2246467991473532e-16f,0.08715574274765814f,-0.9961946980917455f,-0.03879951469745474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,1.390625f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.3434324118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.3128175881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.1906925134634365f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.2701636291640686f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4759230915993392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.2385863708359315f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38782690840066025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.11890873980482f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47756191143995674f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36.mcfunction new file mode 100644 index 000000000..10fb8e7f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..a35dda17b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7418123555509402f,-0.13080153290653154f,-0.3155151859827216f,0.03276457058954191f,-0.08307631512071607f,0.8008499832540014f,-0.13668238596276186f,1.4112651240868175f,0.33129624124395574f,-0.09205817593137212f,-0.7407513329223643f,-0.3613431733000057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7203926515873821f,0.15970720586411763f,-0.3090761005545028f,0.03276457058954191f,0.22503135989356257f,0.7559322490374055f,-0.13389294951454225f,1.4112651240868175f,0.26532115370500464f,-0.20750914018501976f,-0.7256339587810916f,-0.3613431733000057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7418123555509402f,0.1308015329065316f,0.3155151859827218f,-0.03276457058954181f,0.08307631512071607f,0.8008499832540014f,-0.13668238596276186f,1.4112651240868175f,-0.33129624124395596f,-0.0920581759313721f,-0.7407513329223643f,-0.3613431733000057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7203926515873821f,-0.15970720586411757f,0.309076100554503f,-0.03276457058954181f,-0.22503135989356257f,0.7559322490374055f,-0.13389294951454225f,1.4112651240868175f,-0.2653211537050048f,-0.2075091401850198f,-0.7256339587810916f,-0.3613431733000057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.00991657690365911f,-1.5624685313639164f,7.287661464470592e-16f,-0.8748586848992506f,-0.2835183854039843f,-0.0017994166384935097f,1.5365612051713653f,1.6544239076931557f,-1.5365302589407186f,-0.009751953509287148f,-0.28352409555859814f,-0.03725036901781354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9999798600729065f,0.00634660921834183f,-2.0920837463864445e-17f,-0.6265558915864224f,-0.001151626648636283f,-0.18145176665854973f,-0.9833991713096738f,1.637468733112888f,-0.006241250245943695f,-0.9833793657220599f,0.18145542115750257f,-0.056800375344528344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9999798600729065f,0.00634660921834183f,-2.0920837463864445e-17f,-0.2984375f,-0.001151626648636283f,-0.18145176665854973f,-0.9833991713096738f,1.6378466106069718f,-0.006241250245943695f,-0.9833793657220599f,0.18145542115750257f,-0.05475246510757807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9999798600729065f,-0.006346609218341589f,-2.3522922677829656e-17f,0.6265558915864224f,0.001151626648636283f,-0.18145176665854973f,-0.9833991713096738f,1.637468733112888f,0.006241250245943451f,-0.9833793657220599f,0.18145542115750257f,-0.0568003753445282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9999798600729065f,-0.006346609218341589f,-2.3522922677829656e-17f,0.2984375f,0.001151626648636283f,-0.18145176665854973f,-0.9833991713096738f,1.6378466106069718f,0.006241250245943451f,-0.9833793657220599f,0.18145542115750257f,-0.054752465107578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1631980308352307e-16f,3.8305368256015895e-17f,-0.15625000000000006f,0f,0.31278706875064377f,-0.9498232728367839f,1.4391650215101635f,-1.2246467991473532e-16f,-0.9498232728367839f,-0.31278706875064377f,0.29420971992818573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,8.408746280183178e-17f,8.90331198272257e-17f,-0.15625000000000003f,0f,0.7270105951300736f,-0.6866262408098134f,1.571188094091991f,-1.2246467991473532e-16f,-0.6866262408098134f,-0.7270105951300736f,0.16092348355678276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.125625719345734e-16f,4.824173738675423e-17f,0.15624999999999994f,0f,0.39392368003853856f,-0.9191431522373947f,1.4391650215101635f,-1.2246467991473532e-16f,-0.9191431522373947f,-0.39392368003853856f,0.2942097199281858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.408746280183178e-17f,8.90331198272257e-17f,0.15624999999999997f,0f,0.7270105951300736f,-0.6866262408098134f,1.571188094091991f,-1.2246467991473532e-16f,-0.6866262408098134f,-0.7270105951300736f,0.1609234835567828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.9476213568012765e-17f,1.2090605829184792e-16f,0.29375f,0f,0.9872728886077801f,-0.15903535273658378f,2.225655380456755f,-1.2246467991473532e-16f,-0.15903535273658378f,-0.9872728886077801f,-0.12919128053408585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.9476213568012765e-17f,1.2090605829184792e-16f,0.33125f,0f,0.9872728886077801f,-0.15903535273658378f,2.0873367050617277f,-1.2246467991473532e-16f,-0.15903535273658378f,-0.9872728886077801f,-0.20186869474899227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.9476213568012765e-17f,1.2090605829184792e-16f,-0.29375f,0f,0.9872728886077801f,-0.15903535273658378f,2.225655380456755f,-1.2246467991473532e-16f,-0.15903535273658378f,-0.9872728886077801f,-0.12919128053408593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.9476213568012765e-17f,1.2090605829184792e-16f,-0.33125f,0f,0.9872728886077801f,-0.15903535273658378f,2.0873367050617277f,-1.2246467991473532e-16f,-0.15903535273658378f,-0.9872728886077801f,-0.20186869474899233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2090605829184792e-16f,0.20400449188150194f,0.2388429286861537f,0.9579466644842868f,-0.15903535273658378f,2.3211571665676627f,-0.038474134001396265f,-0.1543113230871028f,-0.9872728886077801f,-0.16673222860305112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2090605829184792e-16f,0.09013609543946538f,0.08604650190123705f,0.983516017200793f,-0.15903535273658378f,2.3409797012700633f,-0.013860844290892892f,-0.1584301752053353f,-0.9872728886077801f,-0.16992535163408562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2090605829184792e-16f,0.06750812473190501f,0.32142461228962094f,0.9334848553642512f,-0.15903535273658378f,2.338653198069087f,-0.05177684628389262f,-0.15037088018942957f,-0.9872728886077801f,-0.1695505856889457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2090605829184792e-16f,0.09737644500620996f,0.017230287716493903f,0.9871225221648814f,-0.15903535273658378f,2.345984925376769f,-0.0027755496138557323f,-0.15901113088205698f,-0.9872728886077801f,-0.17073162069152736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2090605829184792e-16f,0.16407083997505928f,0.17143813796670732f,0.9722739950396998f,-0.15903535273658378f,2.4390535040034558f,-0.027616199187325358f,-0.15661924837801897f,-0.9872728886077801f,-0.21737646910373026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2090605829184792e-16f,0.125f,0.17143813796670732f,0.9722739950396998f,-0.15903535273658378f,2.2202918551195236f,-0.027616199187325358f,-0.15661924837801897f,-0.9872728886077801f,-0.18213713821867605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2090605829184792e-16f,-0.2040044918815019f,-0.2388429286861537f,0.9579466644842868f,-0.15903535273658378f,2.3211571665676627f,0.03847413400139603f,-0.15431132308710288f,-0.9872728886077801f,-0.16673222860305117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2090605829184792e-16f,-0.09013609543946535f,-0.08604650190123705f,0.983516017200793f,-0.15903535273658378f,2.3409797012700633f,0.013860844290892644f,-0.15843017520533537f,-0.9872728886077801f,-0.16992535163408565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2090605829184792e-16f,-0.06750812473190496f,-0.32142461228962094f,0.9334848553642512f,-0.15903535273658378f,2.338653198069087f,0.05177684628389238f,-0.15037088018942968f,-0.9872728886077801f,-0.16955058568894574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2090605829184792e-16f,-0.0973764450062099f,-0.017230287716493903f,0.9871225221648814f,-0.15903535273658378f,2.345984925376769f,0.002775549613855486f,-0.15901113088205698f,-0.9872728886077801f,-0.17073162069152742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2090605829184792e-16f,-0.16407083997505922f,-0.17143813796670732f,0.9722739950396998f,-0.15903535273658378f,2.4390535040034558f,0.027616199187325115f,-0.15661924837801902f,-0.9872728886077801f,-0.21737646910373032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2090605829184792e-16f,-0.12499999999999997f,-0.17143813796670732f,0.9722739950396998f,-0.15903535273658378f,2.2202918551195236f,0.027616199187325115f,-0.15661924837801902f,-0.9872728886077801f,-0.1821371382186761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.9476213568012765e-17f,1.2090605829184792e-16f,8.545492557309282e-18f,0f,0.9872728886077801f,-0.15903535273658378f,1.7192843544810543f,-1.2246467991473532e-16f,-0.15903535273658378f,-0.9872728886077801f,-0.06977924217218373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.222188007084705e-17f,1.2043166474285517e-16f,2.1228753074163903e-19f,0f,0.9833991713096738f,-0.18145542115750257f,1.3505096652399267f,-1.2246467991473532e-16f,-0.18145542115750257f,-0.9833991713096738f,-0.0017334592381202645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.3087739168501943f,-0.012254431260387319f,0.22672973663534002f,-0.3039756422826244f,0.9276709771106774f,0.21685333090683023f,0.7521152741201528f,-0.05559057214485412f,0.20996482205243464f,-0.9761272774536613f,0.06254231472108768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.28502315171302395f,0.11938720953310202f,0.125f,-0.3039756422826244f,0.93240160812383f,-0.19551483336811498f,1.0857589736385913f,-0.05559057214485412f,-0.2222364600052618f,-0.973406720817633f,-0.02144366970937714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30877391685019434f,0.012254431260387597f,-0.23193790695336203f,0.30397564228262447f,0.9276709771106773f,0.21685333090683012f,0.7672522926963314f,0.0555905721448539f,0.20996482205243464f,-0.9761272774536613f,0.06438132819774356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.30397564228262447f,0.9314604002856224f,-0.19995082295057953f,1.1198721850183426f,0.0555905721448539f,-0.22686733000868545f,-0.9723378542787162f,-0.03426606454655171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9679487013963562f,0.2511479871810793f,1.1719844026614458e-16f,-0.0005681818181818153f,0.24034809378587654f,0.9263248647714252f,-0.2900948788236293f,1.283491268146121f,-0.0728567449080937f,-0.2807969612390652f,-0.9569978899037885f,-0.029122924802655055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9679487013963562f,-0.25114798718107917f,1.1719844026614458e-16f,-0.0005681818181818153f,-0.24034809378587654f,0.9263248647714252f,-0.2900948788236293f,1.283491268146121f,0.07285674490809345f,-0.28079696123906533f,-0.9569978899037885f,-0.029122924802655055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.5526376480039686e-17f,1.1719844026614458e-16f,-0.0005681818181818153f,0f,0.9569978899037885f,-0.2900948788236293f,1.283491268146121f,-1.2246467991473532e-16f,-0.2900948788236293f,-0.9569978899037885f,-0.029122924802655055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9679487013963562f,0.25114798718107917f,1.1321682806258912e-16f,-0.0005681818181818163f,0.23218268730823094f,0.8948545962451964f,0.3812170658472346f,1.2738123062707258f,0.09574189876660978f,0.36899856383696f,-0.9244855589498546f,-0.02136251585630138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9679487013963562f,-0.2511479871810793f,1.1321682806258912e-16f,-0.0005681818181818163f,-0.23218268730823094f,0.8948545962451964f,0.3812170658472346f,1.2738123062707258f,-0.09574189876661003f,0.3689985638369599f,-0.9244855589498546f,-0.02136251585630138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.6685625947016164e-17f,1.1321682806258912e-16f,-0.0005681818181818163f,0f,0.9244855589498546f,0.3812170658472346f,1.2738123062707258f,-1.2246467991473532e-16f,0.3812170658472346f,-0.9244855589498546f,-0.02136251585630138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25881090043555705f,-0.002053271418206982f,-0.19431818181818183f,0.2545966302893812f,0.9515648069190776f,0.1723513100569604f,1.3598620040216616f,0.04656021856770838f,0.16595582559462788f,-0.9850334055239611f,0.016611904054902375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25881090043555705f,0.002053271418207223f,0.19318181818181818f,-0.2545966302893812f,0.9515648069190776f,0.1723513100569604f,1.3598620040216616f,-0.04656021856770862f,0.16595582559462782f,-0.9850334055239611f,0.016611904054902423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1447563025672763e-17f,1.2192846725597687e-16f,-0.007812499999999995f,0f,0.9956214913628013f,0.09347644589152564f,1.170832694693602f,-1.2246467991473532e-16f,0.09347644589152564f,-0.9956214913628013f,-0.04019526009804077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.203076771802449e-17f,1.2046677176870403e-16f,0f,0f,0.983685841930732f,0.17989487036885385f,1.390625f,-1.2246467991473532e-16f,0.17989487036885385f,-0.983685841930732f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.3313276809640504f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.300712857167132f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.1785877825290276f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.261646827017288f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2636260609823498f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.47481959589226275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.2300695686891507f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2691939836024013f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3867234126935838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.110391937658039f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2210051935644826f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4764584157328803f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37.mcfunction new file mode 100644 index 000000000..5c94ec5b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..51e63668c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7261873951658634f,-0.12804643081814157f,-0.3509991782061568f,0.03470734617133793f,-0.07383208320447761f,0.8012605779986021f,-0.13955197626503746f,1.406799921126483f,0.36625829005819055f,-0.09235822727037027f,-0.7240644082286944f,-0.35710847388731704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7052188592414815f,0.1563432570889792f,-0.3438359296713373f,0.03470734617133793f,0.23355154059629737f,0.7528384292967442f,-0.13670397674942447f,1.406799921126483f,0.29685019530941786f,-0.22088704203013015f,-0.709287583570966f,-0.35710847388731704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7261873951658634f,0.12804643081814163f,0.35099917820615706f,-0.03470734617133783f,0.07383208320447761f,0.8012605779986021f,-0.13955197626503746f,1.406799921126483f,-0.36625829005819077f,-0.09235822727037023f,-0.7240644082286944f,-0.35710847388731704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7052188592414815f,-0.15634325708897914f,0.3438359296713375f,-0.03470734617133783f,-0.23355154059629737f,0.7528384292967442f,-0.13670397674942447f,1.406799921126483f,-0.2968501953094181f,-0.2208870420301302f,-0.709287583570966f,-0.35710847388731704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.01983275436904632f,-1.5623741267232178f,7.303849160509231e-16f,-0.8749754016372233f,-0.2956812476388783f,-0.0037533734434356592f,1.5342635894729795f,1.6510074448421879f,-1.5341399908902884f,-0.019474350660729042f,-0.2957050693131411f,-0.042813971756389124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9999194411028594f,0.012692962796189644f,-2.0574507850097773e-17f,-0.6265360666118758f,-0.0024021590037992583f,-0.1892359984888819f,-0.9819286972627069f,1.6341960314961115f,-0.012463584422866504f,-0.9818495941697846f,0.1892512443604101f,-0.06068100992295531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9999194411028594f,0.012692962796189644f,-2.0574507850097773e-17f,-0.2984375f,-0.0024021590037992583f,-0.1892359984888819f,-0.9819286972627069f,1.6349842399192331f,-0.012463584422866504f,-0.9818495941697846f,0.1892512443604101f,-0.05659139628420224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9999194411028594f,-0.012692962796189405f,-2.5778678278028194e-17f,0.6265360666118758f,0.0024021590037992583f,-0.1892359984888819f,-0.9819286972627069f,1.6341960314961115f,0.012463584422866257f,-0.9818495941697846f,0.1892512443604101f,-0.060681009922955165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9999194411028594f,-0.012692962796189405f,-2.5778678278028194e-17f,0.2984375f,0.0024021590037992583f,-0.1892359984888819f,-0.9819286972627069f,1.6349842399192331f,0.012463584422866257f,-0.9818495941697846f,0.1892512443604101f,-0.05659139628420217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1397886124774587e-16f,4.479304650596642e-17f,-0.15625000000000006f,0f,0.3657629819238747f,-0.930708032120791f,1.4342634671347192f,-1.2246467991473532e-16f,-0.930708032120791f,-0.3657629819238747f,0.2890684065340401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,8.15107370393343e-17f,9.139801734131363e-17f,-0.15625000000000003f,0f,0.7463214488042471f,-0.665585678222368f,1.5700388282966258f,-1.2246467991473532e-16f,-0.665585678222368f,-0.7463214488042471f,0.15960658281231954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.1013698746084124e-16f,5.354849969578112e-17f,0.15624999999999994f,0f,0.43725668276815555f,-0.8993367519314379f,1.4342634671347192f,-1.2246467991473532e-16f,-0.8993367519314379f,-0.43725668276815555f,0.2890684065340401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.15107370393343e-17f,9.139801734131363e-17f,0.15624999999999997f,0f,0.7463214488042471f,-0.665585678222368f,1.5700388282966258f,-1.2246467991473532e-16f,-0.665585678222368f,-0.7463214488042471f,0.1596065828123196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.9668026135739875e-17f,1.208750039277866e-16f,0.29375f,0f,0.9870193104815568f,-0.16060162121383503f,2.2225763319018967f,-1.2246467991473532e-16f,-0.16060162121383503f,-0.9870193104815568f,-0.13247916834681178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.9668026135739875e-17f,1.208750039277866e-16f,0.33125f,0f,0.9870193104815568f,-0.16060162121383503f,2.0841425161029052f,-1.2246467991473532e-16f,-0.16060162121383503f,-0.9870193104815568f,-0.20493702605272834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.9668026135739875e-17f,1.208750039277866e-16f,-0.29375f,0f,0.9870193104815568f,-0.16060162121383503f,2.2225763319018967f,-1.2246467991473532e-16f,-0.16060162121383503f,-0.9870193104815568f,-0.1324791683468119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.9668026135739875e-17f,1.208750039277866e-16f,-0.33125f,0f,0.9870193104815568f,-0.16060162121383503f,2.0841425161029052f,-1.2246467991473532e-16f,-0.16060162121383503f,-0.9870193104815568f,-0.20493702605272843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.208750039277866e-16f,0.20400449188150194f,0.23878158258517518f,0.9577006187121353f,-0.16060162121383503f,2.3180184329933327f,-0.0388530486404309f,-0.1558310666967805f,-0.9870193104815568f,-0.1701715982438402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.208750039277866e-16f,0.09013609543946538f,0.0860244011113015f,0.9832634040158973f,-0.16060162121383503f,2.337835876336227f,-0.01399735358336997f,-0.15999048355816123f,-0.9870193104815568f,-0.17339616892384982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.208750039277866e-16f,0.06750812473190501f,0.32134205532705573f,0.9332450925355414f,-0.16060162121383503f,2.335509970690728f,-0.05228677342141573f,-0.15185181612904627f,-0.9870193104815568f,-0.17301771207554834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.208750039277866e-16f,0.09737644500620996f,0.01722586216797145f,0.986868982659835f,-0.16060162121383503f,2.3428398148659f,-0.002802884767910626f,-0.16057716080903275f,-0.9870193104815568f,-0.17421037856674712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.208750039277866e-16f,0.16407083997505928f,0.17139410458719245f,0.9720242693350009f,-0.16060162121383503f,2.4358342667205415f,-0.027888178854137195f,-0.15816172171771462f,-0.9870193104815568f,-0.22100283666892354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.208750039277866e-16f,0.125f,0.17139410458719245f,0.9720242693350009f,-0.16060162121383503f,2.217128806120167f,-0.027888178854137195f,-0.15816172171771462f,-0.9870193104815568f,-0.1854164492824378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.208750039277866e-16f,-0.2040044918815019f,-0.23878158258517518f,0.9577006187121353f,-0.16060162121383503f,2.3180184329933327f,0.038853048640430654f,-0.15583106669678057f,-0.9870193104815568f,-0.17017159824384026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.208750039277866e-16f,-0.09013609543946535f,-0.0860244011113015f,0.9832634040158973f,-0.16060162121383503f,2.337835876336227f,0.013997353583369721f,-0.15999048355816128f,-0.9870193104815568f,-0.17339616892384985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.208750039277866e-16f,-0.06750812473190496f,-0.32134205532705573f,0.9332450925355414f,-0.16060162121383503f,2.335509970690728f,0.052286773421415494f,-0.15185181612904639f,-0.9870193104815568f,-0.17301771207554834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.208750039277866e-16f,-0.0973764450062099f,-0.01722586216797145f,0.986868982659835f,-0.16060162121383503f,2.3428398148659f,0.0028028847679103797f,-0.16057716080903275f,-0.9870193104815568f,-0.17421037856674715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.208750039277866e-16f,-0.16407083997505922f,-0.17139410458719245f,0.9720242693350009f,-0.16060162121383503f,2.4358342667205415f,0.02788817885413695f,-0.15816172171771467f,-0.9870193104815568f,-0.22100283666892356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.208750039277866e-16f,-0.12499999999999997f,-0.17139410458719245f,0.9720242693350009f,-0.16060162121383503f,2.217128806120167f,0.02788817885413695f,-0.15816172171771467f,-0.9870193104815568f,-0.18541644928243783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.9668026135739875e-17f,1.208750039277866e-16f,8.849758844990483e-18f,0f,0.9870193104815568f,-0.16060162121383503f,1.7163002101613012f,-1.2246467991473532e-16f,-0.16060162121383503f,-0.9870193104815568f,-0.07226376495779868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.317659306406299e-17f,1.202515836093704e-16f,1.585364459668621e-19f,0f,0.9819286972627067f,-0.18925124436041016f,1.3480769486877862f,-1.2246467991473532e-16f,-0.18925124436041016f,-0.9819286972627067f,-0.0012945483226448748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.3087120880990853f,-0.013724047290390645f,0.22693839005965855f,-0.3036167085977233f,0.9252475519449688f,0.22745079001869262f,0.751392228993375f,-0.05751866716824629f,0.2204854060507063f,-0.9736928615563758f,0.05682794740369979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2855882024064574f,0.11802915512183683f,0.125f,-0.3036167085977233f,0.9346839187735712f,-0.18488608992124117f,1.0859012082099881f,-0.05751866716824629f,-0.21167274418859028f,-0.9756465816548839f,-0.02337810336869709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3087120880990853f,0.013724047290390909f,-0.23193790695336203f,0.3036167085977233f,0.9252475519449688f,0.22745079001869256f,0.7668562442461797f,0.057518667168246065f,0.22048540605070627f,-0.9736928615563758f,0.0604237285918514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.3036167085977233f,0.9328814790290437f,-0.19377574756627516f,1.1200951112814241f,0.057518667168246065f,-0.2209511457542262f,-0.9735872812013739f,-0.03598373674196452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9699106565678053f,0.24346112272025894f,1.1758578227547939e-16f,-0.0011363636363636341f,0.2337618208667165f,0.9312701700543673f,-0.27944817314125864f,1.2836782576346872f,-0.06803476597509625f,-0.27103976108811184f,-0.9601607774367859f,-0.029802274199251955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9699106565678053f,-0.24346112272025888f,1.1758578227547939e-16f,-0.0011363636363636341f,-0.2337618208667165f,0.9312701700543673f,-0.27944817314125864f,1.2836782576346872f,0.068034765975096f,-0.27103976108811195f,-0.9601607774367859f,-0.029802274199251955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.422253107650177e-17f,1.1758578227547939e-16f,-0.0011363636363636341f,0f,0.9601607774367859f,-0.27944817314125864f,1.2836782576346872f,-1.2246467991473532e-16f,-0.27944817314125864f,-0.9601607774367859f,-0.029802274199251955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9699106565678053f,0.24346112272025885f,1.1329075987317838e-16f,-0.0011363636363636352f,0.22522326936843226f,0.8972539296078191f,0.3797497396158701f,1.2739502384099215f,0.0924542979596056f,0.36832331928228174f,-0.9250892579971289f,-0.022103450135631038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9699106565678053f,-0.24346112272025897f,1.1329075987317838e-16f,-0.0011363636363636352f,-0.22522326936843226f,0.8972539296078191f,0.3797497396158701f,1.2739502384099215f,-0.09245429795960584f,0.3683233192822816f,-0.9250892579971289f,-0.022103450135631038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.6505930309761613e-17f,1.1329075987317838e-16f,-0.0011363636363636352f,0f,0.9250892579971289f,0.3797497396158701f,1.2739502384099215f,-1.2246467991473532e-16f,0.3797497396158701f,-0.9250892579971289f,-0.022103450135631038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2587864669472682f,-0.004106413609356f,-0.19488636363636364f,0.25429600321943907f,0.9518793459397032f,0.17105336453873596f,1.3575241845315509f,0.04817510616905429f,0.1641806179131786f,-0.9852532079862756f,0.015993296240024917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2587864669472682f,0.004106413609356241f,0.19261363636363638f,-0.25429600321943907f,0.9518793459397032f,0.17105336453873596f,1.3575241845315509f,-0.04817510616905452f,0.16418061791317853f,-0.9852532079862756f,0.015993296240024966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.2221164806853084e-17f,1.218533584165094e-16f,-0.007812499999999995f,0f,0.9950081811453596f,0.09979338381778267f,1.1710922249028786f,-1.2246467991473532e-16f,0.09979338381778267f,-0.9950081811453596f,-0.041589386439411055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.279487954417996e-17f,1.2032452490321705e-16f,0f,0f,0.9825243081269773f,0.18613431693162993f,1.390625f,-1.2246467991473532e-16f,0.18613431693162993f,-0.9825243081269773f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.3129989404777915f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.282384116680873f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.1602590420427688f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.246055233400052f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2663269368941457f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.47270586691781363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.214477975071915f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2718948595141972f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38460968371913473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.094800344040803f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2237060694762785f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47434468675843117f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38.mcfunction new file mode 100644 index 000000000..a183dc7f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..65d42fbc9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7089173867641909f,-0.12500126237986486f,-0.3856880443976907f,0.03685466365524184f,-0.06419305968970564f,0.8016895367410346f,-0.14183646291438448f,1.4023724435503855f,0.40032466108840803f,-0.09280633344675274f,-0.7057418753631286f,-0.35299085791407675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6884475193570478f,0.15262514055122958f,-0.37781685981814606f,0.03685466365524184f,0.24243590168291607f,0.7496132324959061f,-0.1389418412222542f,1.4023724435503855f,0.3275131244184249f,-0.23406317125672732f,-0.6913389799475546f,-0.35299085791407675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7089173867641909f,0.1250012623798649f,0.38568804439769094f,-0.036854663655241746f,0.06419305968970564f,0.8016895367410346f,-0.14183646291438448f,1.4023724435503855f,-0.40032466108840825f,-0.0928063334467527f,-0.7057418753631286f,-0.35299085791407675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6884475193570478f,-0.15262514055122953f,0.3778168598181463f,-0.036854663655241746f,-0.24243590168291607f,0.7496132324959061f,-0.1389418412222542f,1.4023724435503855f,-0.3275131244184251f,-0.23406317125672738f,-0.6913389799475546f,-0.35299085791407675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.029748132973979362f,-1.562216789880509f,7.326509079480852e-16f,-0.8750688955125845f,-0.3078116298821425f,-0.005861428039939678f,1.531869411591808f,1.6475076944029243f,-1.5315917534035828f,-0.029164963171075104f,-0.30786743223239527f,-0.04839560589631065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9998187455235258f,0.019038805103346792f,-2.0660400436533877e-17f,-0.6265030258749069f,-0.00375131394556183f,-0.196999443124571f,-0.980396423418757f,1.6308658236481202f,-0.018665576429487976f,-0.980218722178293f,0.19703515662873275f,-0.06458246625959477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9998187455235258f,0.019038805103346792f,-2.0660400436533877e-17f,-0.2984375f,-0.00375131394556183f,-0.196999443124571f,-0.980396423418757f,1.6320967235365076f,-0.018665576429487976f,-0.980218722178293f,0.19703515662873275f,-0.05845782399366902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9998187455235258f,-0.01903880510334655f,-2.7599294340441106e-17f,0.6265030258749069f,0.00375131394556183f,-0.196999443124571f,-0.980396423418757f,1.6308658236481202f,0.018665576429487733f,-0.980218722178293f,0.19703515662873275f,-0.06458246625959461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9998187455235258f,-0.01903880510334655f,-2.7599294340441106e-17f,0.2984375f,0.00375131394556183f,-0.196999443124571f,-0.980396423418757f,1.6320967235365076f,0.018665576429487733f,-0.980218722178293f,0.19703515662873275f,-0.05845782399366895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1127639672302931e-16f,5.113864838805934e-17f,-0.15625000000000006f,0f,0.41757875351214785f,-0.9086407346224583f,1.4294515948756916f,-1.2246467991473532e-16f,-0.9086407346224583f,-0.41757875351214785f,0.2837803988013121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.886752995054841e-17f,9.36883693214794e-17f,-0.15625000000000003f,0f,0.7650235919998231f,-0.6440022544088554f,1.5688685042856032f,-1.2246467991473532e-16f,-0.6440022544088554f,-0.7650235919998231f,0.15824857864965286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0746138733168385e-16f,5.873370462833407e-17f,0.15624999999999994f,0f,0.4795970941926012f,-0.8774888188700829f,1.4294515948756916f,-1.2246467991473532e-16f,-0.8774888188700829f,-0.4795970941926012f,0.2837803988013122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.886752995054841e-17f,9.36883693214794e-17f,0.15624999999999997f,0f,0.7650235919998231f,-0.6440022544088554f,1.5688685042856032f,-1.2246467991473532e-16f,-0.6440022544088554f,-0.7650235919998231f,0.15824857864965292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.985978918923462e-17f,1.2084364526104686e-16f,0.29375f,0f,0.9867632475353948f,-0.16216748537669626f,2.2194657453068305f,-1.2246467991473532e-16f,-0.16216748537669626f,-0.9867632475353948f,-0.13579341472590378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.985978918923462e-17f,1.2084364526104686e-16f,0.33125f,0f,0.9867632475353948f,-0.16216748537669626f,2.080917137610841f,-1.2246467991473532e-16f,-0.16216748537669626f,-0.9867632475353948f,-0.20803153351026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.985978918923462e-17f,1.2084364526104686e-16f,-0.29375f,0f,0.9867632475353948f,-0.16216748537669626f,2.2194657453068305f,-1.2246467991473532e-16f,-0.16216748537669626f,-0.9867632475353948f,-0.13579341472590387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.985978918923462e-17f,1.2084364526104686e-16f,-0.33125f,0f,0.9867632475353948f,-0.16216748537669626f,2.080917137610841f,-1.2246467991473532e-16f,-0.16216748537669626f,-0.9867632475353948f,-0.2080315335102601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2084364526104686e-16f,0.20400449188150194f,0.23871963535184682f,0.9574521619298166f,-0.16216748537669626f,2.314847921103419f,-0.03923186546696187f,-0.15735041800193347f,-0.9867632475353948f,-0.173637231560348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2084364526104686e-16f,0.09013609543946538f,0.08600208375503861f,0.9830083154665529f,-0.16216748537669626f,2.334660223196417f,-0.01413382763752608f,-0.16155038913513545f,-0.9867632475353948f,-0.17689324177147986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2084364526104686e-16f,0.06750812473190501f,0.3212586893862489f,0.9330029802634225f,-0.16216748537669626f,2.33233492096186f,-0.05279656892704906f,-0.15333236978189685f,-0.9867632475353948f,-0.17651109497278147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2084364526104686e-16f,0.09737644500620996f,0.017221393253361528f,0.9866129587133001f,-0.16216748537669626f,2.3396628635516485f,-0.0028302128657064565f,-0.16214278648319752f,-0.9867632475353948f,-0.1777153899500609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2084364526104686e-16f,0.16407083997505928f,0.1713496397232234f,0.9717720965603613f,-0.16216748537669626f,2.432582954520823f,-0.028160088312492f,-0.15970379688546432f,-0.9867632475353948f,-0.2246553399422533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2084364526104686e-16f,0.125f,0.1713496397232234f,0.9717720965603613f,-0.16216748537669626f,2.2139342327947418f,-0.028160088312492f,-0.15970379688546432f,-0.9867632475353948f,-0.1887219856430239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2084364526104686e-16f,-0.2040044918815019f,-0.23871963535184682f,0.9574521619298166f,-0.16216748537669626f,2.314847921103419f,0.039231865466961634f,-0.15735041800193356f,-0.9867632475353948f,-0.173637231560348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2084364526104686e-16f,-0.09013609543946535f,-0.08600208375503861f,0.9830083154665529f,-0.16216748537669626f,2.334660223196417f,0.014133827637525832f,-0.1615503891351355f,-0.9867632475353948f,-0.17689324177147986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2084364526104686e-16f,-0.06750812473190496f,-0.3212586893862489f,0.9330029802634225f,-0.16216748537669626f,2.33233492096186f,0.05279656892704883f,-0.15333236978189693f,-0.9867632475353948f,-0.17651109497278145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2084364526104686e-16f,-0.0973764450062099f,-0.017221393253361528f,0.9866129587133001f,-0.16216748537669626f,2.3396628635516485f,0.00283021286570621f,-0.16214278648319755f,-0.9867632475353948f,-0.17771538995006086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2084364526104686e-16f,-0.16407083997505922f,-0.1713496397232234f,0.9717720965603613f,-0.16216748537669626f,2.432582954520823f,0.028160088312491758f,-0.15970379688546438f,-0.9867632475353948f,-0.2246553399422533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2084364526104686e-16f,-0.12499999999999997f,-0.1713496397232234f,0.9717720965603613f,-0.16216748537669626f,2.2139342327947418f,0.028160088312491758f,-0.15970379688546438f,-0.9867632475353948f,-0.1887219856430239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.985978918923462e-17f,1.2084364526104686e-16f,9.157271690755729e-18f,0f,0.9867632475353948f,-0.16216748537669626f,1.7132858023508737f,-1.2246467991473532e-16f,-0.16216748537669626f,-0.9867632475353948f,-0.07477479790198595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.4129847388487504e-17f,1.2006393418352939e-16f,1.0857892007291448e-19f,0f,0.980396423418757f,-0.19703515662873286f,1.3456371435688397f,-1.2246467991473532e-16f,-0.19703515662873286f,-0.980396423418757f,-0.0008866141662111178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30864326471888875f,-0.015193352368461449f,0.2271447338198734f,-0.30324554527607106f,0.9227070647235849f,0.23802061250951428f,0.7507236026560292f,-0.059444445348111885f,0.2309783709632829f,-0.9711412616424056f,0.05110521927973231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2861467823991161f,0.11666842647074298f,0.125f,-0.30324554527607106f,0.9368484554299427f,-0.17423292119673864f,1.0860557170112854f,-0.059444445348111885f,-0.20108453565891993f,-0.97776856537531f,-0.025311595361422197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30864326471888875f,0.015193352368461713f,-0.23193790695336203f,0.30324554527607106f,0.9227070647235848f,0.2380206125095142f,0.7664853211105562f,0.05944444534811166f,0.23097837096328294f,-0.9711412616424056f,0.05646369512698207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.30324554527607106f,0.9342649814425161f,-0.1875928669231138f,1.1203289344489766f,0.05944444534811166f,-0.21502606161983345f,-0.9747974921703065f,-0.037699959517708256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9718115683235417f,0.23575893550942728f,1.179586193496053e-16f,-0.0017045454545454503f,0.2270842380953181f,0.9360539785612632f,-0.2687669957943106f,1.283869554922442f,-0.0633642208285335f,-0.2611908756964757f,-0.9632052231854336f,-0.030480423164589675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9718115683235417f,-0.23575893550942723f,1.179586193496053e-16f,-0.0017045454545454503f,-0.2270842380953181f,0.9360539785612632f,-0.2687669957943106f,1.283869554922442f,0.06336422082853325f,-0.2611908756964758f,-0.9632052231854336f,-0.030480423164589675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.291446411159527e-17f,1.179586193496053e-16f,-0.0017045454545454503f,0f,0.9632052231854336f,-0.2687669957943106f,1.283869554922442f,-1.2246467991473532e-16f,-0.2687669957943106f,-0.9632052231854336f,-0.030480423164589675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9718115683235417f,0.2357589355094272f,1.1336440647441466e-16f,-0.0017045454545454514f,0.21823983709975947f,0.899596861108625f,0.37828145736498864f,1.2740928701915015f,0.08918323371132439f,0.3676182963495846f,-0.9256906281332983f,-0.022843494091212207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9718115683235417f,-0.2357589355094273f,1.1336440647441466e-16f,-0.0017045454545454514f,-0.21823983709975947f,0.899596861108625f,0.37828145736498864f,1.2740928701915015f,-0.08918323371132464f,0.3676182963495845f,-0.9256906281332983f,-0.022843494091212207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.632611759388293e-17f,1.1336440647441466e-16f,-0.0017045454545454514f,0f,0.9256906281332983f,0.37828145736498864f,1.2740928701915015f,-1.2246467991473532e-16f,0.37828145736498864f,-0.9256906281332983f,-0.022843494091212207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25874574617542845f,-0.006159297354522026f,-0.19545454545454546f,0.253985133143567f,0.952194849294418f,0.16975429632037295f,1.3551930679818778f,0.04978805328414828f,0.16240568898071647f,-0.9854671693856035f,0.015345700136456013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25874574617542845f,0.0061592973545222685f,0.19204545454545455f,-0.253985133143567f,0.952194849294418f,0.16975429632037295f,1.3551930679818778f,-0.049788053284148516f,0.16240568898071642f,-0.9854671693856035f,0.015345700136456062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.2994274321296995e-17f,1.2177334134153278e-16f,-0.007812499999999995f,0f,0.9943547921434663f,0.10610630208109077f,1.1713605978603252f,-1.2246467991473532e-16f,0.10610630208109077f,-0.9943547921434663f,-0.042981837566359836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.355807319591118e-17f,1.2017743138341187e-16f,0f,0f,0.981323198387356f,0.19236626603126084f,1.390625f,-1.2246467991473532e-16f,0.19236626603126084f,-0.981323198387356f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.2889994176830086f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.25838459388609f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.136259519247986f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.226457383588167f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2695446387332354f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4701876654785263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.19488012526003f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.275112561353287f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.38209148227984735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.0752024942289182f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2269237713153682f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47182648531914384f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39.mcfunction new file mode 100644 index 000000000..b51131354 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..3fa309d38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.690041452469574f,-0.12167292587764371f,-0.41950320311828176f,0.03920165867650234f,-0.05419481637005095f,0.8021306671861234f,-0.14350525803121517f,1.3979787643435353f,0.4334168434622048f,-0.09341593179090275f,-0.6858336153436493f,-0.3490001258246014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.670116624413152f,0.14856127898069943f,-0.41094191325872503f,0.03920165867650234f,0.2516499284684939f,0.7462643893790392f,-0.14057657929588424f,1.3979787643435353f,0.3572338494416852f,-0.2470202573319623f,-0.6718370109488809f,-0.3490001258246014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.690041452469574f,0.12167292587764374f,0.4195032031182819f,-0.03920165867650224f,0.05419481637005095f,0.8021306671861234f,-0.14350525803121517f,1.3979787643435353f,-0.4334168434622051f,-0.09341593179090271f,-0.6858336153436493f,-0.3490001258246013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.670116624413152f,-0.14856127898069937f,0.41094191325872514f,-0.03920165867650224f,-0.2516499284684939f,0.7462643893790392f,-0.14057657929588424f,1.3979787643435353f,-0.3572338494416854f,-0.24702025733196237f,-0.6718370109488809f,-0.3490001258246013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.039662313328453935f,-1.5619965271732954f,7.36241568886006e-16f,-0.8751391627594151f,-0.31990730425976216f,-0.008123106240557534f,1.5293788222105924f,1.6439251220438258f,-1.5288860217762112f,-0.03882156930842789f,-0.3200104188518609f,-0.05399436685474341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9996777773909091f,0.02538388053021052f,-2.1612136097053406e-17f,-0.626456770706392f,-0.0051987879939572575f,-0.20474067472624755f,-0.9788024462147791f,1.6274785327065484f,-0.024845804357393756f,-0.9784870539367753f,0.20480666806519074f,-0.06850420632086351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9996777773909091f,0.02538388053021052f,-2.1612136097053406e-17f,-0.2984375f,-0.0051987879939572575f,-0.20474067472624755f,-0.9788024462147791f,1.6291843850170655f,-0.024845804357393756f,-0.9784870539367753f,0.20480666806519074f,-0.060351676766093695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9996777773909091f,-0.025383880530210276f,-2.855103000096064e-17f,0.626456770706392f,0.0051987879939572575f,-0.20474067472624755f,-0.9788024462147791f,1.6274785327065484f,0.024845804357393513f,-0.9784870539367753f,0.20480666806519074f,-0.06850420632086338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9996777773909091f,-0.025383880530210276f,-2.855103000096064e-17f,0.2984375f,0.0051987879939572575f,-0.20474067472624755f,-0.9788024462147791f,1.6291843850170655f,0.024845804357393513f,-0.9784870539367753f,0.20480666806519074f,-0.060351676766093626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0822098129392228e-16f,5.732204666966369e-17f,-0.15625000000000006f,0f,0.4680700321886566f,-0.8836913742743618f,1.4247325903151358f,-1.2246467991473532e-16f,-0.8836913742743618f,-0.4680700321886566f,0.2783489415684381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.615999737308884e-17f,9.590230772379609e-17f,-0.15625000000000003f,0f,0.7831017709805556f,-0.6218935731193223f,1.5676773375419941f,-1.2246467991473532e-16f,-0.6218935731193223f,-0.7831017709805556f,0.15684951053993673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0454184527342482e-16f,6.378558154822986e-17f,0.15624999999999994f,0f,0.5208487997734519f,-0.8536489487925085f,1.4247325903151358f,-1.2246467991473532e-16f,-0.8536489487925085f,-0.5208487997734519f,0.27834894156843815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.615999737308884e-17f,9.590230772379609e-17f,0.15624999999999997f,0f,0.7831017709805556f,-0.6218935731193223f,1.5676773375419941f,-1.2246467991473532e-16f,-0.6218935731193223f,-0.7831017709805556f,0.15684951053993676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.0051502245733744e-17f,1.208119823705741e-16f,0.29375f,0f,0.9865047004139328f,-0.16373294128310617f,2.2163239524581417f,-1.2246467991473532e-16f,-0.16373294128310617f,-0.9865047004139328f,-0.13913390560976965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.0051502245733744e-17f,1.208119823705741e-16f,0.33125f,0f,0.9865047004139328f,-0.16373294128310617f,2.077660901661109f,-1.2246467991473532e-16f,-0.16373294128310617f,-0.9865047004139328f,-0.21115210361318754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.0051502245733744e-17f,1.208119823705741e-16f,-0.29375f,0f,0.9865047004139328f,-0.16373294128310617f,2.2163239524581417f,-1.2246467991473532e-16f,-0.16373294128310617f,-0.9865047004139328f,-0.13913390560976974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.0051502245733744e-17f,1.208119823705741e-16f,-0.33125f,0f,0.9865047004139328f,-0.16373294128310617f,2.077660901661109f,-1.2246467991473532e-16f,-0.16373294128310617f,-0.9865047004139328f,-0.21115210361318765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.208119823705741e-16f,0.20400449188150194f,0.23865708714212092f,0.9572012947628211f,-0.16373294128310617f,2.3116459628353696f,-0.039610583527318256f,-0.15886937317759656f,-0.9865047004139328f,-0.1771290141098658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.208119823705741e-16f,0.09013609543946538f,0.08597954988863231f,0.9827507521949457f,-0.16373294128310617f,2.3314530738010237f,-0.014270266109787943f,-0.16310988800919743f,-0.9865047004139328f,-0.18041645565511813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.208119823705741e-16f,0.06750812473190501f,0.32117451467707436f,0.9327585191574125f,-0.16373294128310617f,2.3291283808313548f,-0.05330623151738299f,-0.1548125374206891f,-0.9865047004139328f,-0.18003061986807692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.208119823705741e-16f,0.09737644500620996f,0.01721688098391458f,0.9863544509698169f,-0.16373294128310617f,2.3364544033876724f,-0.002857533838444771f,-0.16370800396309046f,-0.9865047004139328f,-0.1812465402996258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.208119823705741e-16f,0.16407083997505928f,0.1713047434867405f,0.9715174773506265f,-0.16373294128310617f,2.4292998995451613f,-0.028431926877858015f,-0.16124546999909556f,-0.9865047004139328f,-0.22833386401056605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.208119823705741e-16f,0.125f,0.1713047434867405f,0.9715174773506265f,-0.16373294128310617f,2.210708467141271f,-0.028431926877858015f,-0.16124546999909556f,-0.9865047004139328f,-0.1920536332607696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.208119823705741e-16f,-0.2040044918815019f,-0.23865708714212092f,0.9572012947628211f,-0.16373294128310617f,2.3116459628353696f,0.03961058352731801f,-0.1588693731775966f,-0.9865047004139328f,-0.17712901410986587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.208119823705741e-16f,-0.09013609543946535f,-0.08597954988863231f,0.9827507521949457f,-0.16373294128310617f,2.3314530738010237f,0.014270266109787695f,-0.16310988800919746f,-0.9865047004139328f,-0.18041645565511816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.208119823705741e-16f,-0.06750812473190496f,-0.32117451467707436f,0.9327585191574125f,-0.16373294128310617f,2.3291283808313548f,0.05330623151738276f,-0.15481253742068915f,-0.9865047004139328f,-0.18003061986807695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.208119823705741e-16f,-0.0973764450062099f,-0.01721688098391458f,0.9863544509698169f,-0.16373294128310617f,2.3364544033876724f,0.002857533838444521f,-0.16370800396309046f,-0.9865047004139328f,-0.18124654029962586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.208119823705741e-16f,-0.16407083997505922f,-0.1713047434867405f,0.9715174773506265f,-0.16373294128310617f,2.4292998995451613f,0.028431926877857772f,-0.16124546999909561f,-0.9865047004139328f,-0.2283338640105661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.208119823705741e-16f,-0.12499999999999997f,-0.1713047434867405f,0.9715174773506265f,-0.16373294128310617f,2.210708467141271f,0.028431926877857772f,-0.16124546999909561f,-0.9865047004139328f,-0.19205363326076963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.0051502245733744e-17f,1.208119823705741e-16f,9.468017373723122e-18f,0f,0.9865047004139328f,-0.16373294128310617f,1.710241462594227f,-1.2246467991473532e-16f,-0.16373294128310617f,-0.9865047004139328f,-0.07731222896524227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.5081583049007014e-17f,1.198687282754528e-16f,6.242373034549079e-20f,0f,0.9788024462147789f,-0.20480666806519068f,1.343190545263685f,-1.2246467991473532e-16f,-0.20480666806519068f,-0.9788024462147789f,-0.0005097284407957672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30856744826896715f,-0.01666231320389161f,0.22734876324076098f,-0.3028621672680722f,0.9200498295027958f,0.24856149916984893f,0.7501094894838216f,-0.061367829114386624f,0.2414424177742073f,-0.968472791795997f,0.045374677052521385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.28669887903500135f,0.11530505441046354f,0.125f,-0.3028621672680722f,0.9388949536549498f,-0.16355663740416054f,1.0862224938188916f,-0.061367829114386624f,-0.19047314446226646f,-0.9797724076480435f,-0.0272440678067769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3085674482689671f,0.016662313203891874f,-0.23193790695336203f,0.30286216726807225f,0.9200498295027957f,0.24856149916984885f,0.7661395382301905f,0.06136782911438641f,0.24144241777420727f,-0.968472791795997f,0.05250138731270624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.30286216726807225f,0.9356108517987641f,-0.18140243006662626f,1.1205736451026365f,0.06136782911438641f,-0.20909231626703237f,-0.9759684384383928f,-0.039414663744579755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.973651317025591f,0.22804191030232157f,1.1831690549675785e-16f,-0.002272727272727269f,0.22031832500052492f,0.9406745760779108f,-0.2580526643722284f,1.284065152303958f,-0.058846822542046914f,-0.25125331652798294f,-0.9661308515984748f,-0.031157344382926763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.973651317025591f,-0.22804191030232152f,1.1831690549675785e-16f,-0.002272727272727269f,-0.22031832500052492f,0.9406745760779108f,-0.2580526643722284f,1.284065152303958f,0.05884682254204668f,-0.25125331652798305f,-0.9661308515984748f,-0.031157344382926763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.160233694348957e-17f,1.1831690549675785e-16f,-0.002272727272727269f,0f,0.9661308515984748f,-0.2580526643722284f,1.284065152303958f,-1.2246467991473532e-16f,-0.2580526643722284f,-0.9661308515984748f,-0.031157344382926763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.973651317025591f,0.2280419103023215f,1.1343776768089262e-16f,-0.00227272727272727f,0.21123286534854302f,0.9018831550439108f,0.3768122227909887f,1.2742401958702783f,0.08592897911052091f,0.3668837169917866f,-0.9262896678444138f,-0.023582617914182258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.973651317025591f,-0.2280419103023216f,1.1343776768089262e-16f,-0.00227272727272727f,-0.21123286534854302f,0.9018831550439108f,0.3768122227909887f,1.2742401958702783f,-0.08592897911052116f,0.3668837169917865f,-0.9262896678444138f,-0.023582617914182258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.6146188252058366e-17f,1.1343776768089262e-16f,-0.00227272727272727f,0f,0.9262896678444138f,0.3768122227909887f,1.2742401958702783f,-1.2246467991473532e-16f,0.3768122227909887f,-0.9262896678444138f,-0.023582617914182258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25868874068288716f,-0.00821179345104603f,-0.19602272727272727f,0.25366403258356623f,0.9525113059638466f,0.16845406075393693f,1.3528689280503383f,0.05139899494371572f,0.16063109118395982f,-0.9856752994083936f,0.014669176479154777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25868874068288716f,0.00821179345104627f,0.19147727272727275f,-0.25366403258356623f,0.9525113059638466f,0.16845406075393693f,1.3528689280503383f,-0.051398994943715956f,0.16063109118395977f,-0.9856752994083936f,0.014669176479154819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.3766860428265972e-17f,1.2168841925412304e-16f,-0.007812499999999995f,0f,0.9936613506755356f,0.11241494639802264f,1.1716378027559184f,-1.2246467991473532e-16f,0.11241494639802264f,-0.9936613506755356f,-0.044372557391158744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.432031793188914e-17f,1.2002549713419398e-16f,0f,0f,0.9800825610923934f,0.19859046664574548f,1.390625f,-1.2246467991473532e-16f,0.19859046664574548f,-0.9800825610923934f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.2600065261442506f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.229391702347332f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.107266627709228f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.2043204941466312f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2730141963112507f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.46747235954790556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.172743235818494f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2785821189313022f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3793761763492266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.0530656047873825f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2303933288933835f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4691111793885231f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..a573d51f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7470040598043932f,-0.13171697044227423f,-0.30262190729969946f,0.03211904471280763f,-0.13462045849934082f,0.8052890647919749f,-0.018201613234496563f,1.2761174076765114f,0.3013415192661411f,0.033235617467108874f,-0.7583093873495159f,-0.33443309150545464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7254344462749682f,0.16082494483649698f,-0.2964459500078689f,0.03211904471280763f,0.18004672368572086f,0.7792722649876418f,-0.017830151739915003f,1.2761174076765114f,0.2851807171738087f,-0.08288591037907711f,-0.7428336855668728f,-0.33443309150545464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7581285298031619f,0.13367851464913902f,0.27260893504091305f,-0.03073585089078211f,0.13532970768276098f,0.8051640050248925f,-0.018472673743069126f,1.2760292210852497f,-0.2717930222824701f,0.02802542020950497f,-0.7696022175806707f,-0.3381070911191418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7362376991190993f,-0.16321996833122301f,0.2670454873870169f,-0.03073585089078211f,-0.17935795395027915f,0.7794249615617792f,-0.01809568040137384f,1.2760292210852497f,-0.25648542794978507f,-0.07652431791511559f,-0.7538960498749427f,-0.3381070911191418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03264153771318825f,0.12390338865501532f,1.5572375317515061f,-0.6338443782179939f,1.5248040615786242f,0.3360551997662324f,-0.05870031093111515f,1.0287751474846045f,-0.339578199843645f,1.520894836269057f,-0.11389378034408926f,0.1619493701537672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4985145839597262f,-0.8652162255756569f,-0.053703748287014366f,-0.5313611561321407f,-0.7533340834378598f,0.4630373192107783f,-0.4669948605166182f,1.2205941448906863f,0.4289183702178083f,-0.19234688460879684f,-0.88262772881379f,0.03931497113385712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6280612693986272f,-0.7699758468751826f,0.11258879655734164f,-0.2984375f,-0.7738505791914442f,0.6027952701319862f,-0.1944045868583674f,1.497127905763615f,0.08181884236807345f,-0.20922489702554842f,-0.9744386176143662f,0.004555412615782309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6527608629294138f,0.7280301754523935f,0.20946436321819537f,0.4028780890066419f,0.33059780781177855f,-0.024976995800688906f,-0.9434411688869735f,1.3679272914982514f,-0.6816218491932996f,0.6850899308204211f,-0.2569891853576278f,0.29321351302108817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23355881579353022f,0.8808506822444955f,0.41176735562029515f,0.2984375f,0.40373222618042853f,0.47310146609674575f,-0.7830551017141163f,1.497127905763615f,-0.8845623602146538f,-0.016645671104421382f,-0.46612482504685837f,0.004555412615782382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.686170188015636e-17f,9.534084439894867e-17f,-0.15625000000000003f,0f,0.7785170750074935f,-0.6276234252493901f,1.1735254479319543f,-1.2246467991473532e-16f,-0.6276234252493901f,-0.7785170750074935f,0.26696173462429673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.452559162188513e-17f,1.1749715464545254e-16f,-0.15625000000000003f,0f,0.9594370779171484f,-0.2819228502938414f,1.3516578822270833f,-1.2246467991473532e-16f,-0.2819228502938414f,-0.9594370779171484f,0.20810471845721934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.375966198308755e-17f,1.045576555323473e-16f,0.15624999999999997f,0f,0.8537780493538579f,-0.5206371504623172f,1.1643618467197312f,-1.2246467991473532e-16f,-0.5206371504623172f,-0.8537780493538579f,0.21885216388525994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.9386592478890913e-18f,1.2242941684269909e-16f,0.15624999999999997f,0f,0.9997120551651237f,-0.023995973777378943f,1.3516578822270833f,-1.2246467991473532e-16f,-0.023995973777378943f,-0.9997120551651237f,0.2081047184572194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.253530167812137e-17f,1.2182144326208363e-16f,0.29375f,0f,0.9947475741323987f,0.10235850603495582f,2.038765151069244f,-1.2246467991473532e-16f,0.10235850603495582f,-0.9947475741323987f,0.07756202953663793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.253530167812137e-17f,1.2182144326208363e-16f,0.33125f,0f,0.9947475741323987f,0.10235850603495582f,1.9240178142434712f,-1.2246467991473532e-16f,0.10235850603495582f,-0.9947475741323987f,-0.028490368792643904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.253530167812137e-17f,1.2182144326208363e-16f,-0.29375f,0f,0.9947475741323987f,0.10235850603495582f,2.038765151069244f,-1.2246467991473532e-16f,0.10235850603495582f,-0.9947475741323987f,0.07756202953663786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.253530167812137e-17f,1.2182144326208363e-16f,-0.33125f,0f,0.9947475741323987f,0.10235850603495582f,1.9240178142434712f,-1.2246467991473532e-16f,0.10235850603495582f,-0.9947475741323987f,-0.028490368792643987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.98770135765088f,0.15624831247041462f,0.005700258306074312f,0.19503973055048957f,0.15499781110786504f,0.9737057639893799f,0.16695138132291254f,2.1442333601220476f,0.020535497227456886f,0.1657816335545214f,-0.9859486514670099f,0.07354807345345582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999837361165106f,-0.0001858970389307657f,0.005700258306074312f,0.07985471858363147f,0.0007683905527378909f,0.985964829925657f,0.16695138132291254f,2.1542578121713842f,-0.0056512899787142055f,0.16695304606972886f,-0.9859486514670099f,0.0745795792970203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704123684218893f,0.24118544607436243f,0.011376107230962317f,0.057410163032358935f,0.23723495826211932f,0.9436298999019554f,0.23082934516520215f,2.149606786823422f,0.044937843653095375f,0.22669846186716036f,-0.9729277453104488f,0.06550978658415504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974474081139315f,-0.07049292326943059f,0.011376107230962317f,0.08650826533226905f,-0.06597382252183738f,0.9707549990355244f,0.23082934516520215f,2.159282456267138f,-0.02731524828108436f,0.22948960677222208f,-0.9729277453104488f,0.06814559544670425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08641011328638343f,0.011376107230962317f,0.14456805551275373f,0.08669796366994038f,0.9691239737546944f,0.23082934516520215f,2.2682943753177076f,0.008921131620017106f,0.23093725514897923f,-0.9729277453104488f,0.06256824837482775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0869691356122389f,0.005700258306074312f,0.125f,0.08669796366994038f,0.982145966427525f,0.16695138132291254f,2.047311532871515f,0.008921131620017106f,0.16681028170050805f,-0.9859486514670099f,0.025035934992213495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.98770135765088f,-0.15624831247041468f,-0.005700258306074071f,-0.19503973055048957f,-0.15499781110786504f,0.9737057639893799f,0.16695138132291254f,2.1442333601220476f,-0.02053549722745713f,0.16578163355452138f,-0.98594865146701f,0.07354807345345579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999837361165106f,0.0001858970389307102f,-0.005700258306074071f,-0.07985471858363148f,-0.0007683905527378909f,0.985964829925657f,0.16695138132291254f,2.1542578121713842f,0.005651289978713963f,0.16695304606972886f,-0.98594865146701f,0.0745795792970203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704123684218893f,-0.2411854460743625f,-0.011376107230962081f,-0.057410163032358935f,-0.23723495826211932f,0.9436298999019554f,0.23082934516520215f,2.149606786823422f,-0.04493784365309561f,0.22669846186716028f,-0.9729277453104489f,0.06550978658415504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974474081139315f,0.07049292326943052f,-0.011376107230962081f,-0.08650826533226905f,0.06597382252183738f,0.9707549990355244f,0.23082934516520215f,2.159282456267138f,0.027315248281084115f,0.2294896067722221f,-0.9729277453104489f,0.06814559544670423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0864101132863835f,-0.011376107230962081f,-0.14456805551275373f,-0.08669796366994038f,0.9691239737546944f,0.23082934516520215f,2.2682943753177076f,-0.008921131620017349f,0.2309372551489792f,-0.9729277453104489f,0.06256824837482772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08696913561223896f,-0.005700258306074071f,-0.125f,-0.08669796366994038f,0.982145966427525f,0.16695138132291254f,2.047311532871515f,-0.008921131620017349f,0.16681028170050802f,-0.98594865146701f,0.025035934992213467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.253530167812137e-17f,1.2182144326208363e-16f,-4.485957570904573e-19f,0f,0.9947475741323987f,0.10235850603495582f,1.534304697815068f,-1.2246467991473532e-16f,0.10235850603495582f,-0.9947475741323987f,0.003663062340936064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.9386592478890913e-18f,1.2242941684269909e-16f,-1.5505929750488665e-18f,0f,0.9997120551651237f,-0.023995973777378943f,1.1594126771281468f,-1.2246467991473532e-16f,-0.023995973777378943f,-0.9997120551651237f,0.012661552507453168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.992277912105967f,-0.11530438243247304f,0.04571044233530011f,0.1400632102613105f,-0.1149010981972171f,0.7157139861262082f,-0.6888767870210226f,0.8732723036110226f,0.04671490960813546f,-0.6888093999468938f,-0.7234357799867959f,0.41542861268785136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.992277912105967f,-0.05582771323279675f,0.11076015340283436f,0.12499999999999999f,-0.1149010981972171f,0.07741407908215664f,-0.990355894612101f,0.8711487084114644f,0.04671490960813546f,-0.9954347426100106f,-0.08323094631953615f,0.09024561702994185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736465246614332f,0.0007576807058935625f,-0.14844518024587638f,0.16086148711546297f,0.9139254896417749f,-0.37264430942393856f,0.8680211451597921f,-0.06540085297645255f,-0.36686112339146615f,-0.9279739460641682f,0.40756085138993126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16086148711546297f,0.1725282476586451f,-0.9717806263364377f,0.8726627304174681f,-0.06540085297645255f,-0.980575804769684f,-0.18491570925759382f,0.0659392676801733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.43265877249763e-17f,-4.019263103655317e-18f,0.10053584698399548f,0.7636455732049903f,-0.6377601288851731f,1.0564507679742954f,-0.08324440117315109f,-0.6323040025723039f,-0.7702350407533842f,0.032819773884630934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.188250663407575e-18f,-0.10053584698399548f,0.6674547721751146f,-0.7378324136088605f,1.018919375502474f,0.08324440117315084f,-0.7333464625745911f,-0.6747394574964899f,0.0341996620276442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.810309004630307e-17f,9.43265877249763e-17f,-4.019263103655317e-18f,0f,0.7702350407533842f,-0.6377601288851731f,1.0564507679742954f,-1.2246467991473532e-16f,-0.6377601288851731f,-0.7702350407533842f,0.032819773884630934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.170351623479749e-16f,-4.035822779329719e-18f,0.08329166016791413f,0.9520280321030822f,-0.29445734060540196f,1.0814431164109273f,-0.0256636482279641f,-0.2933368415252967f,-0.9556646245224286f,0.032954993898155906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.170351623479749e-16f,-4.035822779329719e-18f,-0.08329166016791413f,0.9520280321030822f,-0.29445734060540196f,1.0814431164109273f,0.025663648227963857f,-0.2933368415252967f,-0.9556646245224286f,0.032954993898155906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.606062396578474e-17f,1.170351623479749e-16f,-4.035822779329719e-18f,0f,0.9556646245224286f,-0.29445734060540196f,1.0814431164109273f,-1.2246467991473532e-16f,-0.29445734060540196f,-0.9556646245224286f,0.032954993898155906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1344691775567733e-16f,-0.19375f,0.1209148156354933f,0.9184392081527017f,-0.37662850169321077f,1.0939138678672513f,-0.049159884207558166f,-0.3734063926506513f,-0.9263643838751181f,0.033083827720023086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12091481563549333f,0.8821189328762931f,-0.45524256789213435f,1.0940069006360058f,0.049159884207557944f,-0.45272344452375596f,-0.890294776219228f,0.020526429686602427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.583572472464183e-17f,1.0899527361813719e-16f,-0.00781250000000001f,0f,0.8900139509124098f,-0.45593329246862724f,0.9555154579779035f,-1.2246467991473532e-16f,-0.45593329246862724f,-0.8900139509124098f,0.08415293084707677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6123688906625405e-17f,1.1344691775567733e-16f,0f,0f,0.9263643838751181f,-0.37662850169321077f,1.1625f,-1.2246467991473532e-16f,-0.37662850169321077f,-0.9263643838751181f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6006888422101938f,-0.1586762777589683f,-0.7835781733309929f,-0.4666181551772599f,0.013980181999652546f,0.9820411276703039f,-0.18814828746309245f,1.5714388402468868f,0.7993606628771731f,0.10206401148591317f,0.5921194712251656f,0.41305665470116465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4782856408768607f,-0.1586762777589683f,-0.8637503601200808f,-0.41590179848651054f,-0.013980181999652546f,0.9820411276703039f,-0.18814828746309245f,1.5714388402468868f,0.8780930475993233f,0.10206401148591317f,0.4674778468731284f,0.49190406216657645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5409744713679937f,-0.1586762777589683f,-0.8259349007062714f,-0.3173697417259445f,0f,0.9820411276703039f,-0.18866696468655522f,1.5997388849498702f,0.8410390129643927f,0.10206401148591317f,0.5312591799030709f,0.3727914814484099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6415246357807105f,-0.4416990827623596f,-0.6271746662400489f,0.5947441986404225f,-0.6360425999719264f,0.763334859227777f,0.11300311371224281f,2.0785509930861017f,0.4288309138895876f,0.47140408671817874f,-0.7706375505502059f,-0.3966814475058954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21477841458045335f,-0.4416990827623596f,-0.8710752854473583f,0.6177845771963492f,-0.420191361865913f,0.763334859227777f,-0.4906721024278631f,2.1355779311476106f,0.8816515479732208f,0.47140408671817874f,-0.021650288261904904f,-0.46743547065178026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24576403792988497f,-0.4416990827623596f,-0.8628452688328818f,0.7356911782433181f,-0.6082873393227624f,0.763334859227777f,-0.2175003574878546f,2.1396895157400344f,0.754709580222772f,0.47140408671817874f,-0.4562802171312791f,-0.36361642650914594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3286225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4.mcfunction new file mode 100644 index 000000000..c8f03362d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40.mcfunction new file mode 100644 index 000000000..727ef7ef3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..73d962fec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6696023523443321f,-0.1180689610641618f,-0.4523680521573233f,0.041743014536522904f,-0.043874920516441575f,0.8025774284026047f,-0.14452995264920795f,1.3936147092539806f,0.4654590481761605f,-0.09419998034148307f,-0.6643934697293852f,-0.3451457387207798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6502676997826806f,0.14416087833092192f,-0.4431360510928882f,0.041743014536522904f,0.2611571696171324f,0.7428000632176521f,-0.14158036177881597f,1.3936147092539806f,0.38593892182171785f,-0.25974161630880255f,-0.6508344193267447f,-0.3451457387207798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6696023523443321f,0.11806896106416183f,0.4523680521573234f,-0.04174301453652281f,0.043874920516441575f,0.8025774284026047f,-0.14452995264920795f,1.3936147092539806f,-0.46545904817616063f,-0.09419998034148304f,-0.6643934697293852f,-0.3451457387207798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6502676997826806f,-0.14416087833092187f,0.4431360510928883f,-0.04174301453652281f,-0.2611571696171324f,0.7428000632176521f,-0.14158036177881597f,1.3936147092539806f,-0.38593892182171796f,-0.25974161630880255f,-0.6508344193267447f,-0.3451457387207798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.049574896090730895f,-1.5617133474737266f,7.343804569619773e-16f,-0.8751862005473601f,-0.3319660499045013f,-0.010537902142084232f,1.5267919780799366f,1.6402602070437466f,-1.5260233030292805f,-0.048441954345903745f,-0.3321332649265261f,-0.05960934988322369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9994965423831851f,0.031727933498067774f,-1.9092846242181062e-17f,-0.6263973029694827f,-0.006744257370934341f,-0.2124582719388806f,-0.9771468659711594f,1.6240345902242779f,-0.0310028507813783f,-0.9766549139387395f,0.2125652895529765f,-0.07244569126958472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9994965423831851f,0.031727933498067774f,-1.9092846242181062e-17f,-0.2984375f,-0.006744257370934341f,-0.2124582719388806f,-0.9771468659711594f,1.6262475496741158f,-0.0310028507813783f,-0.9766549139387395f,0.2125652895529765f,-0.06227288085694496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9994965423831851f,-0.03172793349806754f,-3.2970634049995525e-17f,0.6263973029694827f,0.006744257370934341f,-0.2124582719388806f,-0.9771468659711594f,1.6240345902242779f,0.031002850781378058f,-0.9766549139387395f,0.2125652895529765f,-0.07244569126958457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9994965423831851f,-0.03172793349806754f,-3.2970634049995525e-17f,0.2984375f,0.006744257370934341f,-0.2124582719388806f,-0.9771468659711594f,1.6262475496741158f,0.031002850781378058f,-0.9766549139387395f,0.2125652895529765f,-0.06227288085694489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0482230624870104e-16f,6.332362860198481e-17f,-0.15625000000000006f,0f,0.5170766677059311f,-0.8559390864507417f,1.4201095477957337f,-1.2246467991473532e-16f,-0.8559390864507417f,-0.5170766677059311f,0.272777366314019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.339034760936159e-17f,9.803802682834681e-17f,-0.15625000000000003f,0f,0.8005412409243605f,-0.599277666511347f,1.5664655450533553f,-1.2246467991473532e-16f,-0.599277666511347f,-0.8005412409243605f,0.15540942108736422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0138498877096336e-16f,6.869266247955608e-17f,0.15624999999999994f,0f,0.5609181563809466f,-0.8278712592198139f,1.4201095477957337f,-1.2246467991473532e-16f,-0.8278712592198139f,-0.5609181563809466f,0.27277736631401905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.339034760936159e-17f,9.803802682834681e-17f,0.15624999999999997f,0f,0.8005412409243605f,-0.599277666511347f,1.5664655450533553f,-1.2246467991473532e-16f,-0.599277666511347f,-0.8005412409243605f,0.15540942108736425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.0243164822599845e-17f,1.207800153360796e-16f,0.29375f,0f,0.986243669768062f,-0.1652979849920314f,2.2131512872221597f,-1.2246467991473532e-16f,-0.1652979849920314f,-0.986243669768062f,-0.14250052472719044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.0243164822599845e-17f,1.207800153360796e-16f,0.33125f,0f,0.986243669768062f,-0.1652979849920314f,2.074374142408149f,-1.2246467991473532e-16f,-0.1652979849920314f,-0.986243669768062f,-0.2142986206439423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.0243164822599845e-17f,1.207800153360796e-16f,-0.29375f,0f,0.986243669768062f,-0.1652979849920314f,2.2131512872221597f,-1.2246467991473532e-16f,-0.1652979849920314f,-0.986243669768062f,-0.1425005247271905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.0243164822599845e-17f,1.207800153360796e-16f,-0.33125f,0f,0.986243669768062f,-0.1652979849920314f,2.074374142408149f,-1.2246467991473532e-16f,-0.1652979849920314f,-0.986243669768062f,-0.21429862064394237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.207800153360796e-16f,0.20400449188150194f,0.23859393811346225f,0.9569480178427057f,-0.1652979849920314f,2.308412892206978f,-0.03998920186807778f,-0.16038792839980182f,-0.986243669768062f,-0.18064682924029812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.207800153360796e-16f,0.09013609543946538f,0.08595679956881153f,0.9824907148494897f,-0.1652979849920314f,2.328214762180911f,-0.014406668656671872f,-0.16466897625431057f,-0.986243669768062f,-0.18396569384354072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.207800153360796e-16f,0.06750812473190501f,0.32108953141144136f,0.932511709832941f,-0.1652979849920314f,2.3258906843285416f,-0.053815759909342564f,-0.15629231531910273f,-0.986243669768062f,-0.18357617003949783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.207800153360796e-16f,0.09737644500620996f,0.01721232537099024f,0.9860934600801778f,-0.1652979849920314f,2.333214768408136f,-0.0028848476173450495f,-0.16527280930827834f,-0.986243669768062f,-0.18480371286423797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.207800153360796e-16f,0.16407083997505928f,0.1712594159907698f,0.9712604123467993f,-0.1652979849920314f,2.4259854360155133f,-0.028703693865881976f,-0.1627867371774481f,-0.986243669768062f,-0.23203829175164462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.207800153360796e-16f,0.125f,0.1712594159907698f,0.9712604123467993f,-0.1652979849920314f,2.2074518432374837f,-0.028703693865881976f,-0.1627867371774481f,-0.986243669768062f,-0.19541127588671886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.207800153360796e-16f,-0.2040044918815019f,-0.23859393811346225f,0.9569480178427057f,-0.1652979849920314f,2.308412892206978f,0.03998920186807754f,-0.1603879283998019f,-0.986243669768062f,-0.1806468292402982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.207800153360796e-16f,-0.09013609543946535f,-0.08595679956881153f,0.9824907148494897f,-0.1652979849920314f,2.328214762180911f,0.014406668656671624f,-0.16466897625431062f,-0.986243669768062f,-0.18396569384354078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.207800153360796e-16f,-0.06750812473190496f,-0.32108953141144136f,0.932511709832941f,-0.1652979849920314f,2.3258906843285416f,0.05381575990934233f,-0.15629231531910281f,-0.986243669768062f,-0.1835761700394979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.207800153360796e-16f,-0.0973764450062099f,-0.01721232537099024f,0.9860934600801778f,-0.1652979849920314f,2.333214768408136f,0.002884847617344803f,-0.16527280930827837f,-0.986243669768062f,-0.18480371286423802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.207800153360796e-16f,-0.16407083997505922f,-0.1712594159907698f,0.9712604123467993f,-0.1652979849920314f,2.4259854360155133f,0.028703693865881733f,-0.16278673717744815f,-0.986243669768062f,-0.2320382917516447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.207800153360796e-16f,-0.12499999999999997f,-0.1712594159907698f,0.9712604123467993f,-0.1652979849920314f,2.2074518432374837f,0.028703693865881733f,-0.16278673717744815f,-0.986243669768062f,-0.19541127588671892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.0243164822599845e-17f,1.207800153360796e-16f,9.781981902362148e-18f,0f,0.986243669768062f,-0.1652979849920314f,1.7071675245123525f,-1.2246467991473532e-16f,-0.1652979849920314f,-0.986243669768062f,-0.07987594389805083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.603174014608832e-17f,1.1966597817084481e-16f,2.007934757902781e-20f,0f,0.9771468659711595f,-0.21256528955297674f,1.3407374497731677f,-1.2246467991473532e-16f,-0.21256528955297674f,-0.9771468659711595f,-0.00016396031568455087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30848464046712787f,-0.018130896513772587f,0.2275504736995345f,-0.302466590016137f,0.9172761747478276f,0.2590721543585933f,0.7495499781448862f,-0.06328874099345286f,0.25187625103582034f,-0.9656877805106597f,0.039636868472529056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.28724447980501033f,0.11393906983153447f,0.125f,-0.302466590016137f,0.940823163577594f,-0.1528585516085309f,1.0864015319150608f,-0.06328874099345286f,-0.17983988350028707f,-0.9816578587094726f,-0.02917544286505288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30848464046712787f,0.01813089651377285f,-0.23193790695336203f,0.30246659001613707f,0.9172761747478277f,0.2590721543585932f,0.7658189095331671f,0.06328874099345265f,0.25187625103582034f,-0.9656877805106597f,0.04853696475020479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.125f,0.30246659001613707f,0.9369190358863259f,-0.1752046863467065f,1.120829233385495f,0.06328874099345265f,-0.20315014870622033f,-0.9771000728400875f,-0.0411277803545428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.975429786885407f,0.22031053278654064f,1.1866059652011959e-16f,-0.002840909090909088f,0.21346709319223695f,0.9451303057820569f,-0.2473065005542155f,1.2842650419006012f,-0.054484226898674236f,-0.2412301271309742f,-0.9689373017815073f,-0.03183301058797525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.975429786885407f,-0.22031053278654059f,1.1866059652011959e-16f,-0.002840909090909088f,-0.21346709319223695f,0.9451303057820569f,-0.2473065005542155f,1.2842650419006012f,0.054484226898674f,-0.24123012713097425f,-0.9689373017815073f,-0.03183301058797525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.0286311431205306e-17f,1.1866059652011959e-16f,-0.002840909090909088f,0f,0.9689373017815073f,-0.2473065005542155f,1.2842650419006012f,-1.2246467991473532e-16f,-0.2473065005542155f,-0.9689373017815073f,-0.03183301058797525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.975429786885407f,0.22031053278654056f,1.1351084330792557e-16f,-0.002840909090909089f,0.20420283124595515f,0.9041125798403388f,0.37534203959266665f,1.274392209511995f,0.08269180471984709f,0.36611980568900887f,-0.9268863756223936f,-0.024320791832741374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.975429786885407f,-0.22031053278654067f,1.1351084330792557e-16f,-0.002840909090909089f,-0.20420283124595515f,0.9041125798403388f,0.37534203959266665f,1.274392209511995f,-0.08269180471984734f,0.36611980568900887f,-0.9268863756223936f,-0.024320791832741374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.5966142737259836e-17f,1.1351084330792557e-16f,-0.002840909090909089f,0f,0.9268863756223936f,0.37534203959266665f,1.274392209511995f,-1.2246467991473532e-16f,0.37534203959266665f,-0.9268863756223936f,-0.024320791832741374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2586154540574077f,-0.01026377272066646f,-0.1965909090909091f,0.25333271447332045f,0.9528287042430065f,0.1671526133453273f,1.350552037910082f,0.05300786625926146f,0.15885687675789875f,-0.9858776084389818f,0.013963788308577703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2586154540574077f,0.010263772720666703f,0.19090909090909092f,-0.25333271447332045f,0.9528287042430065f,0.1671526133453273f,1.350552037910082f,-0.053007866259261696f,0.1588568767578987f,-0.9858776084389818f,0.013963788308577758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.4538892008104285e-17f,1.2159859557492947e-16f,-0.007812499999999995f,0f,0.9929278846732883f,0.11871906265730518f,1.1719238284238855f,-1.2246467991473532e-16f,0.11871906265730518f,-0.9929278846732883f,-0.045761489895816035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.508158304900702e-17f,1.198687282754528e-16f,0f,0f,0.9788024462147787f,0.20480666806519068f,1.390625f,-1.2246467991473532e-16f,0.20480666806519068f,-0.9788024462147787f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.2268761362837606f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.196261312486842f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.074136237848738f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.1805265519888555f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.276591038689974f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4646730915993392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.1489492936607184f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2821589613100257f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.37657690840066027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.029271662629607f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.233970171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.46631191143995676f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41.mcfunction new file mode 100644 index 000000000..5c9fe3f01 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..1b6a7a6b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.647646387524158f,-0.11419753207887921f,-0.48420814206128965f,0.04447297424689417f,-0.03327280741514804f,0.8030229532928705f,-0.14488444090362151f,1.3892758726086527f,0.49637840551142753f,-0.09517092306126838f,-0.6414790864790867f,-0.34143679381284675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6289457096640105f,0.13943390692468727f,-0.47432634324371237f,0.04447297424689417f,0.2709193609214908f,0.7392288223641813f,-0.1419276155790578f,1.3892758726086527f,0.413557727739581f,-0.272211193351382f,-0.6283876765509421f,-0.34143679381284675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6476463875241578f,0.11419753207887923f,0.48420814206128976f,-0.0444729742468941f,0.03327280741514804f,0.8030229532928705f,-0.14488444090362151f,1.3892758726086527f,-0.49637840551142765f,-0.09517092306126836f,-0.6414790864790865f,-0.34143679381284675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6289457096640103f,-0.13943390692468718f,0.4743263432437125f,-0.0444729742468941f,-0.2709193609214908f,0.7392288223641813f,-0.1419276155790578f,1.3892758726086527f,-0.41355772773958105f,-0.272211193351382f,-0.6283876765509419f,-0.34143679381284675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.05948548198342196f,-1.56136726218824f,7.433304277335821e-16f,-0.8752100069817447f,-0.3439856534081534f,-0.013105278228831127f,1.5241090420084484f,1.6365134422389547f,-1.5230041358061264f,-0.05802391101386518f,-0.34423520747896974f,-0.0652396502404669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9992750478004736f,0.038070708469390056f,-2.3510811927594852e-17f,-0.6263246250595305f,-0.008387378066452355f,-0.22015081818121796f,-0.975429786885407f,1.6205344361260312f,-0.037135303048873615f,-0.9747226469159208f,0.22031053278654042f,-0.07640638156399038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9992750478004736f,0.038070708469390056f,-2.3510811927594852e-17f,-0.2984375f,-0.008387378066452355f,-0.22015081818121796f,-0.975429786885407f,1.6232865445540858f,-0.037135303048873615f,-0.9747226469159208f,0.22031053278654042f,-0.06422136025107872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9992750478004736f,-0.03807070846938982f,-3.044970583150208e-17f,0.6263246250595305f,0.008387378066452355f,-0.22015081818121796f,-0.975429786885407f,1.6205344361260312f,0.037135303048873365f,-0.9747226469159208f,0.22031053278654042f,-0.07640638156399021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9992750478004736f,-0.03807070846938982f,-3.044970583150208e-17f,0.2984375f,0.008387378066452355f,-0.22015081818121796f,-0.975429786885407f,1.6232865445540858f,0.037135303048873365f,-0.9747226469159208f,0.22031053278654042f,-0.06422136025107864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0109115164015546e-16f,6.912435812856176e-17f,-0.15625000000000003f,0f,0.5644432188667692f,-0.8254718969627739f,1.4155854680590814f,-1.2246467991473532e-16f,-0.8254718969627739f,-0.5644432188667692f,0.2670690884722936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.056083962544078e-17f,1.0009378471199598e-16f,-0.15625000000000003f,0f,0.8173277779494069f,-0.5761729804427529f,1.565233345296828f,-1.2246467991473532e-16f,-0.5761729804427529f,-0.8173277779494069f,0.15392835602709368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.799798402310097e-17f,7.344380813946552e-17f,0.15624999999999997f,0f,0.5997142048678848f,-0.8002142666059389f,1.4155854680590814f,-1.2246467991473532e-16f,-0.8002142666059389f,-0.5997142048678848f,0.26706908847229366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.056083962544078e-17f,1.0009378471199598e-16f,0.15624999999999997f,0f,0.8173277779494069f,-0.5761729804427529f,1.565233345296828f,-1.2246467991473532e-16f,-0.5761729804427529f,-0.8173277779494069f,0.15392835602709373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.0434776437322596e-17f,1.2074774423804039e-16f,0.29375f,0f,0.9859801562549275f,-0.16686261256347618f,2.2099480855227136f,-1.2246467991473532e-16f,-0.16686261256347618f,-0.9859801562549275f,-0.14589315360390814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.0434776437322596e-17f,1.2074774423804039e-16f,0.33125f,0f,0.9859801562549275f,-0.16686261256347618f,2.0710571960630215f,-1.2246467991473532e-16f,-0.16686261256347618f,-0.9859801562549275f,-0.2174709666823731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.0434776437322596e-17f,1.2074774423804039e-16f,-0.29375f,0f,0.9859801562549275f,-0.16686261256347618f,2.2099480855227136f,-1.2246467991473532e-16f,-0.16686261256347618f,-0.9859801562549275f,-0.14589315360390825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.0434776437322596e-17f,1.2074774423804039e-16f,-0.33125f,0f,0.9859801562549275f,-0.16686261256347618f,2.0710571960630215f,-1.2246467991473532e-16f,-0.16686261256347618f,-0.9859801562549275f,-0.21747096668237315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2074774423804039e-16f,0.20400449188150194f,0.23853018842484863f,0.9566923318070953f,-0.16686261256347618f,2.305149045294146f,-0.0403677195360692f,-0.16190607984558827f,-0.9859801562549275f,-0.18419055809675125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2074774423804039e-16f,0.09013609543946538f,0.08593383285285025f,0.9822282040848296f,-0.16686261256347618f,2.324945624425173f,-0.014543034934784605f,-0.166227649945472f,-0.9859801562549275f,-0.18754083740274644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2074774423804039e-16f,0.06750812473190501f,0.32100373980329566f,0.932262552911351f,-0.16686261256347618f,2.3226221675409664f,-0.05432515282019061f,-0.1577716997517986f,-0.9859801562549275f,-0.18714762656232758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2074774423804039e-16f,0.09737644500620996f,0.01720772642605728f,0.9858299867014279f,-0.16686261256347618f,2.329944294705464f,-0.0029121541336448835f,-0.16683719857936552f,-0.9859801562549275f,-0.18838678868992131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2074774423804039e-16f,0.16407083997505928f,0.17121365734942337f,0.971000902196041f,-0.16686261256347618f,2.4226399002126846f,-0.028975388592390794f,-0.16432759454038356f,-0.9859801562549275f,-0.23576850384079834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2074774423804039e-16f,0.125f,0.17121365734942337f,0.971000902196041f,-0.16686261256347618f,2.2041646972185758f,-0.028975388592390794f,-0.16432759454038356f,-0.9859801562549275f,-0.1987947950692121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2074774423804039e-16f,-0.2040044918815019f,-0.23853018842484863f,0.9566923318070953f,-0.16686261256347618f,2.305149045294146f,0.04036771953606896f,-0.16190607984558836f,-0.9859801562549275f,-0.1841905580967513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2074774423804039e-16f,-0.09013609543946535f,-0.08593383285285025f,0.9822282040848296f,-0.16686261256347618f,2.324945624425173f,0.014543034934784357f,-0.16622764994547204f,-0.9859801562549275f,-0.18754083740274646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2074774423804039e-16f,-0.06750812473190496f,-0.32100373980329566f,0.932262552911351f,-0.16686261256347618f,2.3226221675409664f,0.05432515282019039f,-0.1577716997517987f,-0.9859801562549275f,-0.18714762656232758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2074774423804039e-16f,-0.0973764450062099f,-0.01720772642605728f,0.9858299867014279f,-0.16686261256347618f,2.329944294705464f,0.0029121541336446337f,-0.16683719857936555f,-0.9859801562549275f,-0.18838678868992137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2074774423804039e-16f,-0.16407083997505922f,-0.17121365734942337f,0.971000902196041f,-0.16686261256347618f,2.4226399002126846f,0.02897538859239055f,-0.16432759454038362f,-0.9859801562549275f,-0.2357685038407984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2074774423804039e-16f,-0.12499999999999997f,-0.17121365734942337f,0.971000902196041f,-0.16686261256347618f,2.2041646972185758f,0.02897538859239055f,-0.16432759454038362f,-0.9859801562549275f,-0.19879479506921213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.0434776437322596e-17f,1.2074774423804039e-16f,1.0099151015299865e-17f,0f,0.9859801562549275f,-0.16686261256347618f,1.7040643237805337f,-1.2246467991473532e-16f,-0.16686261256347618f,-0.9859801562549275f,-0.08246582624746407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.6980258879548478e-17f,1.1945569663021985e-16f,-1.8446064530815494e-20f,0f,0.975429786885407f,-0.22031053278654053f,1.338278153698506f,-1.2246467991473532e-16f,-0.22031053278654053f,-0.975429786885407f,0.00015062354748861945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.3083948431895848f,-0.019599069023749582f,0.22774986062594918f,-0.30205882945405965f,0.9143864432923442f,0.26955128616280055f,0.7490451515882937f,-0.06520710361126023f,0.2622785790285741f,-0.9627865706486471f,0.03389234227623804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.28778357234722035f,0.11257050368368489f,0.125f,-0.30205882945405965f,0.9426328499246903f,-0.14213997956838068f,1.0865928240881646f,-0.06520710361126023f,-0.16918606836831623f,-0.9834246833940573f,-0.031105642740744413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30839484318958477f,0.019599069023749846f,-0.23193790695336203f,0.30205882945405965f,0.9143864432923442f,0.26955128616280044f,0.7655234479343627f,0.06520710361126f,0.2622785790285742f,-0.962786570648647f,0.044570587125840534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.30205882945405965f,0.9381894810117369f,-0.16899988540756775f,1.1210956890024928f,0.06520710361126f,-0.19719979828704037f,-0.978192349793322f,-0.04283924034351013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9771468659711595f,0.2125652895529767f,1.189896500232721e-16f,-0.0034090909090909046f,0.20653358526404686f,0.9494195688438284f,-0.23652982994619895f,1.2844692156608484f,-0.050278031790430236f,-0.23112438204061958f,-0.9716242275415029f,-0.032507394563998926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9771468659711595f,-0.21256528955297666f,1.189896500232721e-16f,-0.0034090909090909046f,-0.20653358526404686f,0.9494195688438284f,-0.23652982994619895f,1.2844692156608484f,0.05027803179043f,-0.23112438204061964f,-0.9716242275415029f,-0.032507394563998926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.896654991464803e-17f,1.189896500232721e-16f,-0.0034090909090909046f,0f,0.9716242275415029f,-0.23652982994619895f,1.2844692156608484f,-1.2246467991473532e-16f,-0.23652982994619895f,-0.9716242275415029f,-0.032507394563998926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9771468659711595f,0.21256528955297663f,1.1358363317154568e-16f,-0.0034090909090909055f,0.1971502141711279f,0.9062849080769065f,0.3738709114712071f,1.2745489049935645f,0.07947197855231232f,0.36532678942187086f,-0.9274807499650268f,-0.025057986113351763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9771468659711595f,-0.21256528955297674f,1.1358363317154568e-16f,-0.0034090909090909055f,-0.1971502141711279f,0.9062849080769065f,0.3738709114712071f,1.2745489049935645f,-0.07947197855231257f,0.36532678942187086f,-0.9274807499650268f,-0.025057986113351763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.578598150275172e-17f,1.1358363317154568e-16f,-0.0034090909090909055f,0f,0.9274807499650268f,0.3738709114712071f,1.2745489049935645f,-1.2246467991473532e-16f,0.3738709114712071f,-0.9274807499650268f,-0.025057986113351763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25852589091144185f,-0.01231510601764938f,-0.19715909090909092f,0.25299119215827487f,0.9531470317435631f,0.16584990976412917f,1.3482426702114754f,0.05461460242568353f,0.15708309777592322f,-0.9860741075573398f,0.013229600966697837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25852589091144185f,0.012315106017649622f,0.1903409090909091f,-0.25299119215827487f,0.9531470317435631f,0.16584990976412917f,1.3482426702114754f,-0.054614602425683764f,0.15708309777592316f,-0.9860741075573398f,0.013229600966697893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.531033796349248e-17f,1.215038739220368e-16f,-0.007812499999999994f,0f,0.9921544236806281f,0.12501839693005468f,1.1722186633431542f,-1.2246467991473532e-16f,0.12501839693005468f,-0.9921544236806281f,-0.047148579134332944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.5841837883616914e-17f,1.197071311218151e-16f,0f,0f,0.9774829053173526f,0.21101461990190973f,1.390625f,-1.2246467991473532e-16f,0.21101461990190973f,-0.9774829053173526f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.1907421127724924f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.160127288975574f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.0380022143374696f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.1557225185130267f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.280167881068698f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.46187382365077295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.1241452601848896f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2857358036887496f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.37377764045209405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,2.004467629153778f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.237547013650831f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4635126434913905f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42.mcfunction new file mode 100644 index 000000000..9fd3d6c63 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..c8d7a634b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6242232953311536f,-0.11006740895363072f,-0.5149513447856933f,0.047385353570824365f,-0.02242964572799386f,0.8034600723281567f,-0.1445450366197126f,1.3849576340216327f,0.5261051539406132f,-0.09634065655325162f,-0.6171517555159803f,-0.33788200092816134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.606198955222637f,0.13439107287258517f,-0.5044421336676179f,0.047385353570824365f,0.2808965560528355f,0.7355596112600267f,-0.14159513791318787f,1.3849576340216327f,0.4400226715575456f,-0.28441360342844707f,-0.60455682172994f,-0.33788200092816134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6242232953311534f,0.11006740895363074f,0.5149513447856935f,-0.047385353570824296f,0.02242964572799386f,0.8034600723281567f,-0.1445450366197126f,1.3849576340216327f,-0.5261051539406133f,-0.09634065655325161f,-0.6171517555159801f,-0.3378820009281614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6061989552226368f,-0.13439107287258506f,0.5044421336676181f,-0.047385353570824296f,-0.2808965560528355f,0.7355596112600267f,-0.14159513791318787f,1.3849576340216327f,-0.4400226715575457f,-0.2844136034284471f,-0.6045568217299397f,-0.3378820009281614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06939367180957257f,-1.5609582852570998f,7.414072620256306e-16f,-0.8752105811036488f,-0.3559639092722654f,-0.01582466548234657f,1.521330182852486f,1.632685333967634f,-1.519829090262583f,-0.06756523995063213f,-0.35631548484737763f,-0.07088436336484998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9990133025645439f,0.044411949958126445f,-2.098818564841136e-17f,-0.626238739903991f,-0.010127785908702239f,-0.22781690193424964f,-0.9736513170255909f,1.616978518663498f,-0.04324175356840446f,-0.9726906177680532f,0.22804191030232146f,-0.0803857370565414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9990133025645439f,0.044411949958126445f,-2.098818564841136e-17f,-0.2984375f,-0.010127785908702239f,-0.22781690193424964f,-0.9736513170255909f,1.6203016984147909f,-0.04324175356840446f,-0.9726906177680532f,0.22804191030232146f,-0.06619703666690868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9990133025645439f,-0.04441194995812621f,-3.486597345622582e-17f,0.626238739903991f,0.010127785908702239f,-0.22781690193424964f,-0.9736513170255909f,1.616978518663498f,0.04324175356840421f,-0.9726906177680532f,0.22804191030232146f,-0.08038573705654123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9990133025645439f,-0.04441194995812621f,-3.486597345622582e-17f,0.2984375f,0.010127785908702239f,-0.22781690193424964f,-0.9736513170255909f,1.6203016984147909f,0.04324175356840421f,-0.9726906177680532f,0.22804191030232146f,-0.0661970366669086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.703935209298849e-17f,7.470583626458902e-17f,-0.15625000000000003f,0f,0.6100194465588129f,-0.7923864428547974f,1.4111632559614347f,-1.2246467991473532e-16f,-0.7923864428547974f,-0.6100194465588129f,0.2612276046824987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,6.767378120862349e-17f,1.0206790466912667e-16f,-0.15625000000000003f,0f,0.8334476907153175f,-0.5525983594269025f,1.5639809582241386f,-1.2246467991473532e-16f,-0.5525983594269025f,-0.8334476907153175f,0.15240636422298381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.438851967496488e-17f,7.802823322482281e-17f,0.15624999999999997f,0f,0.6371488765507665f,-0.7707407535028208f,1.4111632559614347f,-1.2246467991473532e-16f,-0.7707407535028208f,-0.6371488765507665f,0.2612276046824988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.767378120862349e-17f,1.0206790466912667e-16f,0.15624999999999997f,0f,0.8334476907153175f,-0.5525983594269025f,1.5639809582241386f,-1.2246467991473532e-16f,-0.5525983594269025f,-0.8334476907153175f,0.15240636422298384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.0626336607520047e-17f,1.2071516915769887e-16f,0.29375f,0f,0.9857141605379238f,-0.1684268200584928f,2.206714685318757f,-1.2246467991473532e-16f,-0.1684268200584928f,-0.9857141605379238f,-0.1493116715693473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.0626336607520047e-17f,1.2071516915769887e-16f,0.33125f,0f,0.9857141605379238f,-0.1684268200584928f,2.067710400871033f,-1.2246467991473532e-16f,-0.1684268200584928f,-0.9857141605379238f,-0.22066902161246604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.0626336607520047e-17f,1.2071516915769887e-16f,-0.29375f,0f,0.9857141605379238f,-0.1684268200584928f,2.206714685318757f,-1.2246467991473532e-16f,-0.1684268200584928f,-0.9857141605379238f,-0.14931167156934738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.0626336607520047e-17f,1.2071516915769887e-16f,-0.33125f,0f,0.9857141605379238f,-0.1684268200584928f,2.067710400871033f,-1.2246467991473532e-16f,-0.1684268200584928f,-0.9857141605379238f,-0.22066902161246615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2071516915769887e-16f,0.20400449188150194f,0.2384658382367697f,0.9564342372996789f,-0.1684268200584928f,2.3018547602085007f,-0.04074613557837483f,-0.1634238236930118f,-0.9857141605379238f,-0.18776007962825564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2071516915769887e-16f,0.09013609543946538f,0.08591064979856708f,0.9819632205618354f,-0.1684268200584928f,2.3216459986587576f,-0.014679364600824231f,-0.16778590515872296f,-0.9857141605379238f,-0.19114176520267923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2071516915769887e-16f,0.06750812473190501f,0.32091714006861727f,0.9320110490198941f,-0.1684268200584928f,2.3193231685920135f,-0.05483440896753123f,-0.15925068699442851f,-0.9857141605379238f,-0.19074486831579224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2071516915769887e-16f,0.09737644500620996f,0.017203084160693577f,0.9855640314968601f,-0.1684268200584928f,2.326643320407968f,-0.002939453318600155f,-0.16840116783800424f,-0.9857141605379238f,-0.19199564662665045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2071516915769887e-16f,0.16407083997505928f,0.17116746767789848f,0.9707389475516677f,-0.1684268200584928f,2.4192636304539556f,-0.029247010373393383f,-0.16586803820879575f,-0.9857141605379238f,-0.23952437875758636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2071516915769887e-16f,0.125f,0.17116746767789848f,0.9707389475516677f,-0.1684268200584928f,2.200847367254831f,-0.029247010373393383f,-0.16586803820879575f,-0.9857141605379238f,-0.20220407016060737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2071516915769887e-16f,-0.2040044918815019f,-0.2384658382367697f,0.9564342372996789f,-0.1684268200584928f,2.3018547602085007f,0.040746135578374594f,-0.16342382369301187f,-0.9857141605379238f,-0.18776007962825564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2071516915769887e-16f,-0.09013609543946535f,-0.08591064979856708f,0.9819632205618354f,-0.1684268200584928f,2.3216459986587576f,0.014679364600823983f,-0.167785905158723f,-0.9857141605379238f,-0.19114176520267923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2071516915769887e-16f,-0.06750812473190496f,-0.32091714006861727f,0.9320110490198941f,-0.1684268200584928f,2.3193231685920135f,0.054834408967530994f,-0.1592506869944286f,-0.9857141605379238f,-0.1907448683157922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2071516915769887e-16f,-0.0973764450062099f,-0.017203084160693577f,0.9855640314968601f,-0.1684268200584928f,2.326643320407968f,0.002939453318599905f,-0.16840116783800427f,-0.9857141605379238f,-0.19199564662665042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2071516915769887e-16f,-0.16407083997505922f,-0.17116746767789848f,0.9707389475516677f,-0.1684268200584928f,2.4192636304539556f,0.02924701037339314f,-0.1658680382087958f,-0.9857141605379238f,-0.23952437875758636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2071516915769887e-16f,-0.12499999999999997f,-0.17116746767789848f,0.9707389475516677f,-0.1684268200584928f,2.200847367254831f,0.02924701037339314f,-0.1658680382087958f,-0.9857141605379238f,-0.20220407016060737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.0626336607520047e-17f,1.2071516915769887e-16f,1.0419510182143353e-17f,0f,0.9857141605379238f,-0.1684268200584928f,1.7009321981059728f,-1.2246467991473532e-16f,-0.1684268200584928f,-0.9857141605379238f,-0.08508175736381966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.79270795523186e-17f,1.1923789688809948e-16f,-5.314464997612272e-20f,0f,0.9736513170255909f,-0.22804191030232157f,1.3358129542213761f,-1.2246467991473532e-16f,-0.22804191030232157f,-0.9736513170255909f,0.00043395899955092285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.3082980584709152f,-0.021066797468775586f,0.22794691950240537f,-0.3016389020063758f,0.9113809922961527f,0.27999760655703454f,0.7485950870332209f,-0.06712283969644213f,0.27264811392038646f,-0.9597695193986636f,0.02814164812492078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2883161444471682f,0.11119938697513541f,0.125f,-0.3016389020063758f,0.9443237920498825f,-0.1314022395734493f,1.0867963626329824f,-0.06712283969644213f,-0.15851301719306787f,-0.9850726611633458f,-0.03303458968568196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3082980584709153f,0.021066797468775864f,-0.23193790695336203f,0.3016389020063759f,0.9113809922961528f,0.27999760655703443f,0.7652531653349276f,0.06712283969644194f,0.2726481139203865f,-0.9597695193986636f,0.04060241420472582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.3016389020063759f,0.939422136001653f,-0.16278827717768718f,1.1213730012208367f,0.06712283969644194f,-0.19124150468873968f,-0.9792452253013402f,-0.04454897477412294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9788024462147787f,0.20480666806519066f,1.1930402541542584e-16f,-0.003977272727272725f,0.19952087368464336f,0.9535408250051549f,-0.22572398191730772f,1.2846776653606096f,-0.04622977663889125f,-0.22093918567000126f,-0.9741912974295115f,-0.03318046914690956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9788024462147787f,-0.2048066680651906f,1.1930402541542584e-16f,-0.003977272727272725f,-0.19952087368464336f,0.9535408250051549f,-0.22572398191730772f,1.2846776653606096f,0.04622977663889102f,-0.22093918567000131f,-0.9741912974295115f,-0.03318046914690956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.76432151945826e-17f,1.1930402541542584e-16f,-0.003977272727272725f,0f,0.9741912974295115f,-0.22572398191730772f,1.2846776653606096f,-1.2246467991473532e-16f,-0.22572398191730772f,-0.9741912974295115f,-0.03318046914690956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9788024462147787f,0.20480666806519057f,1.1365613708850458e-16f,-0.003977272727272726f,0.19007549571406127f,0.9083999165065793f,0.37239884213017316f,1.2747102760033153f,0.07626976604801558f,0.3645048976445647f,-0.9280727893759768f,-0.02579417106193528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9788024462147787f,-0.20480666806519068f,1.1365613708850458e-16f,-0.003977272727272726f,-0.19007549571406127f,0.9083999165065793f,0.37239884213017316f,1.2747102760033153f,-0.07626976604801583f,0.3645048976445647f,-0.9280727893759768f,-0.02579417106193528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.5605705002089705e-17f,1.1365613708850458e-16f,-0.003977272727272726f,0f,0.9280727893759768f,0.37239884213017316f,1.2747102760033153f,-1.2246467991473532e-16f,0.37239884213017316f,-0.9280727893759768f,-0.02579417106193528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2584200568818389f,-0.01436566423691656f,-0.19772727272727272f,0.2526394793948986f,0.9534662753962239f,0.1645459058534329f,1.3459410970638956f,0.0562191387238834f,0.1553098061399839f,-0.9862648085366857f,0.012466682092885276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2584200568818389f,0.014365664236916802f,0.1897727272727273f,-0.2526394793948986f,0.9534662753962239f,0.1645459058534329f,1.3459410970638956f,-0.056219138723883635f,0.15530980613998385f,-0.9862648085366857f,0.012466682092885324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6081167220699942e-17f,1.2140425811081942e-16f,-0.007812499999999994f,0f,0.9913409988524511f,0.13131269548000515f,1.1725222956378167f,-1.2246467991473532e-16f,0.13131269548000515f,-0.9913409988524511f,-0.0485337692349572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.6601051812764925e-17f,1.195407121823907e-16f,0f,0f,0.97612399155103f,0.21721407210050778f,1.390625f,-1.2246467991473532e-16f,0.21721407210050778f,-0.97612399155103f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.1531598437916264f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.122545019994708f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-2.0004199453566036f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.1304895161559716f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2836374386467133f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.45915851772015215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.0989122578278345f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.289205361266765f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3710623345214732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.979234626796723f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.241016571228846f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4607973375607697f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43.mcfunction new file mode 100644 index 000000000..7133bebfc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..dac414744 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5993861366027988f,-0.10568794774568302f,-0.5445280170883048f,0.05047355503242458f,-0.011388196110433745f,0.8038813384723507f,-0.14349058188500283f,1.380655175940676f,0.5545728199994711f,-0.09772049836985165f,-0.5914762344850607f,-0.3344896601434549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5820789651734991f,0.12904379981569047f,-0.5334152004130333f,0.05047355503242458f,0.2910472638584692f,0.731801719991873f,-0.14056220266285993f,1.380655175940676f,0.46526935048748597f,-0.29633417006154433f,-0.5794052909241412f,-0.3344896601434549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5993861366027986f,0.10568794774568303f,0.544528017088305f,-0.05047355503242451f,0.011388196110433745f,0.8038813384723507f,-0.14349058188500283f,1.380655175940676f,-0.5545728199994713f,-0.09772049836985162f,-0.5914762344850605f,-0.3344896601434549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5820789651734989f,-0.12904379981569036f,0.5334152004130335f,-0.05047355503242451f,-0.2910472638584692f,0.731801719991873f,-0.14056220266285993f,1.380655175940676f,-0.4652693504874862f,-0.2963341700615444f,-0.579405290924141f,-0.3344896601434549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0792990664687411f,-1.5604864331538375f,7.394528071509117e-16f,-0.8751879228899471f,-0.36789862035725157f,-0.018695463497560995f,1.518455575505534f,1.6287764020118842f,-1.5164987679508406f,-0.07706375015158026f,-0.3683733367334799f,-0.07654258504653162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.998711317218456f,0.05075140253999431f,-1.8463801718339846e-17f,-0.6261396509623058f,-0.011965096638439466f,-0.23545511702864078f,-0.9718115683235418f,1.6133672943690087f,-0.04932080009701126f,-0.970559211488538f,0.2357589355094269f,-0.08438321709254457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.998711317218456f,0.05075140253999431f,-1.8463801718339846e-17f,-0.2984375f,-0.011965096638439466f,-0.23545511702864078f,-0.9718115683235418f,1.6172933417034967f,-0.04932080009701126f,-0.970559211488538f,0.2357589355094269f,-0.06819982956071274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.998711317218456f,-0.05075140253999407f,-3.9280483430061534e-17f,0.6261396509623058f,0.011965096638439466f,-0.23545511702864078f,-0.9718115683235418f,1.6133672943690087f,0.04932080009701101f,-0.9705592114885381f,0.2357589355094269f,-0.0843832170925444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.998711317218456f,-0.05075140253999407f,-3.9280483430061534e-17f,0.2984375f,0.011965096638439466f,-0.23545511702864078f,-0.9718115683235418f,1.6172933417034967f,0.04932080009701101f,-0.9705592114885381f,0.2357589355094269f,-0.06819982956071266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.26797592662823e-17f,8.00503594555486e-17f,-0.15625000000000003f,0f,0.6536607902889453f,-0.7567876658870912f,1.4068457182687748f,-1.2246467991473532e-16f,-0.7567876658870912f,-0.6536607902889453f,0.25525648997435924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,6.473152708516533e-17f,1.0395877657918588e-16f,-0.15625000000000003f,0f,0.8488878315900228f,-0.5285730312628419f,1.5627086052465113f,-1.2246467991473532e-16f,-0.5285730312628419f,-0.8488878315900228f,0.15084349766513877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.056478936445583e-17f,8.243553089530223e-17f,0.15624999999999997f,0f,0.6731371931294563f,-0.7395176260413252f,1.4068457182687748f,-1.2246467991473532e-16f,-0.7395176260413252f,-0.6731371931294563f,0.25525648997435935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.473152708516533e-17f,1.0395877657918588e-16f,0.15624999999999997f,0f,0.8488878315900228f,-0.5285730312628419f,1.5627086052465113f,-1.2246467991473532e-16f,-0.5285730312628419f,-0.8488878315900228f,0.15084349766513883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.081784485093961e-17f,1.2068229017706277e-16f,0.29375f,0f,0.9854456832866954f,-0.16999060353919027f,2.20345142658187f,-1.2246467991473532e-16f,-0.16999060353919027f,-0.9854456832866954f,-0.15275595576346565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.081784485093961e-17f,1.2068229017706277e-16f,0.33125f,0f,0.9854456832866954f,-0.16999060353919027f,2.064334097089234f,-1.2246467991473532e-16f,-0.16999060353919027f,-0.9854456832866954f,-0.22389266312919454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.081784485093961e-17f,1.2068229017706277e-16f,-0.29375f,0f,0.9854456832866954f,-0.16999060353919027f,2.20345142658187f,-1.2246467991473532e-16f,-0.16999060353919027f,-0.9854456832866954f,-0.15275595576346573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.081784485093961e-17f,1.2068229017706277e-16f,-0.33125f,0f,0.9854456832866954f,-0.16999060353919027f,2.064334097089234f,-1.2246467991473532e-16f,-0.16999060353919027f,-0.9854456832866954f,-0.22389266312919465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2068229017706277e-16f,0.20400449188150194f,0.23840088771122714f,0.9561737349702095f,-0.16999060353919027f,2.2985303770748997f,-0.04112444904233261f,-0.16494115612115356f,-0.9854456832866954f,-0.19135527059461768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2068229017706277e-16f,0.09013609543946538f,0.08588725046432544f,0.9816957649476034f,-0.16999060353919027f,2.3183162250199674f,-0.014815657311580936f,-0.16934373797115723f,-0.9854456832866954f,-0.1947683539240803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2068229017706277e-16f,0.06750812473190501f,0.3208297324254211f,0.9317571987917317f,-0.16999060353919027f,2.315994027618408f,-0.05534352706931249f,-0.16072927332364334f,-0.9854456832866954f,-0.1943677719899126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2068229017706277e-16f,0.09737644500620996f,0.017198398586585978f,0.9852955951360174f,-0.16999060353919027f,2.323312185657346f,-0.002966745103485196f,-0.16996471314690326f,-0.9854456832866954f,-0.19563016333520233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2068229017706277e-16f,0.16407083997505928f,0.17112084709247763f,0.9704745490731504f,-0.16999060353919027f,2.4158569670705803f,-0.029518558525082148f,-0.16740806430461905f,-0.9854456832866954f,-0.24330579279267062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2068229017706277e-16f,0.125f,0.17112084709247763f,0.9704745490731504f,-0.16999060353919027f,2.197500193529122f,-0.029518558525082148f,-0.16740806430461905f,-0.9854456832866954f,-0.2056389783241314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2068229017706277e-16f,-0.2040044918815019f,-0.23840088771122714f,0.9561737349702095f,-0.16999060353919027f,2.2985303770748997f,0.041124449042332374f,-0.16494115612115365f,-0.9854456832866954f,-0.1913552705946177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2068229017706277e-16f,-0.09013609543946535f,-0.08588725046432544f,0.9816957649476034f,-0.16999060353919027f,2.3183162250199674f,0.014815657311580691f,-0.1693437379711573f,-0.9854456832866954f,-0.19476835392408032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2068229017706277e-16f,-0.06750812473190496f,-0.3208297324254211f,0.9317571987917317f,-0.16999060353919027f,2.315994027618408f,0.05534352706931227f,-0.16072927332364342f,-0.9854456832866954f,-0.19436777198991262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2068229017706277e-16f,-0.0973764450062099f,-0.017198398586585978f,0.9852955951360174f,-0.16999060353919027f,2.323312185657346f,0.002966745103484946f,-0.16996471314690328f,-0.9854456832866954f,-0.1956301633352024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2068229017706277e-16f,-0.16407083997505922f,-0.17112084709247763f,0.9704745490731504f,-0.16999060353919027f,2.4158569670705803f,0.029518558525081905f,-0.1674080643046191f,-0.9854456832866954f,-0.24330579279267067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2068229017706277e-16f,-0.12499999999999997f,-0.17112084709247763f,0.9704745490731504f,-0.16999060353919027f,2.197500193529122f,0.029518558525081905f,-0.1674080643046191f,-0.9854456832866954f,-0.20563897832413142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.081784485093961e-17f,1.2068229017706277e-16f,1.0743044604318183e-17f,0f,0.9854456832866954f,-0.16999060353919027f,1.69777148720529f,-1.2246467991473532e-16f,-0.16999060353919027f,-0.9854456832866954f,-0.08772361640758713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.8872142574200717e-17f,1.1901259265217946e-16f,-8.40088610070855e-20f,0f,0.9718115683235418f,-0.23575893550942711f,1.3333421490839619f,-1.2246467991473532e-16f,-0.23575893550942711f,-0.9718115683235418f,0.0006859844084480191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30819428850401437f,-0.02253404859386486f,0.22814164586405128f,-0.3012068245877022f,0.9082601932011458f,0.2904098315622432f,0.7481998559587886f,-0.0690358720834285f,0.28298357192551243f,-0.9566369982318051f,0.022385336543291487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2888421840381277f,0.10982575077189619f,0.125f,-0.3012068245877022f,0.9458957839608552f,-0.12064665228207719f,1.0870121393510113f,-0.0690358720834285f,-0.14782205047002828f,-0.9866015861331853f,-0.03496220600216385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3081942885040143f,0.02253404859386514f,-0.23193790695336203f,0.3012068245877022f,0.9082601932011457f,0.29040983156224315f,0.7650080726218055f,0.06903587208342828f,0.2829835719255124f,-0.9566369982318051f,0.03663260582428732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.3012068245877022f,0.9406169512049111f,-0.15657011185973857f,1.121661158870431f,0.06903587208342828f,-0.1852755079105157f,-0.9802586569544698f,-0.04625691477852767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.980396423418757f,0.1970351566287329f,1.196036839164272e-16f,-0.004545454545454542f,0.19243205967838525f,0.9574925931379811f,-0.21489028943588626f,1.2848903826035616f,-0.042340941836993704f,-0.21067767119036435f,-0.9766381947815481f,-0.0338522072253611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.980396423418757f,-0.19703515662873283f,1.196036839164272e-16f,-0.004545454545454542f,-0.19243205967838525f,0.9574925931379811f,-0.21489028943588626f,1.2848903826035616f,0.04234094183699347f,-0.2106776711903644f,-0.9766381947815481f,-0.0338522072253611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.6316470512550632e-17f,1.196036839164272e-16f,-0.004545454545454542f,0f,0.9766381947815481f,-0.21489028943588626f,1.2848903826035616f,-1.2246467991473532e-16f,-0.21489028943588626f,-0.9766381947815481f,-0.0338522072253611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.980396423418757f,0.1970351566287328f,1.1372835487627373e-16f,-0.004545454545454543f,0.18297915963832484f,0.9104573860775839f,0.3709258352754977f,1.2748763160412468f,0.07308543005115113f,0.36365436225771297f,-0.9286624923647849f,-0.02652931702506955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.980396423418757f,-0.19703515662873292f,1.1372835487627373e-16f,-0.004545454545454543f,-0.18297915963832484f,0.9104573860775839f,0.3709258352754977f,1.2748763160412468f,-0.07308543005115138f,0.36365436225771297f,-0.9286624923647849f,-0.02652931702506955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.542531368911967e-17f,1.1372835487627373e-16f,-0.004545454545454543f,0f,0.9286624923647849f,0.3709258352754977f,1.2748763160412468f,-1.2246467991473532e-16f,0.3709258352754977f,-0.9286624923647849f,-0.02652931702506955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2582979586294914f,-0.0164153183221709f,-0.19829545454545455f,0.25227759035013037f,0.9537864214532717f,0.16324055763961834f,1.3436475900175577f,0.05782141052337294f,0.153537053570789f,-0.986449723840951f,0.011675101619649346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2582979586294914f,0.016415318322171135f,0.18920454545454546f,-0.25227759035013037f,0.9537864214532717f,0.16324055763961834f,1.3436475900175577f,-0.057821410523373175f,0.15353705357078895f,-0.9864497238409509f,0.011675101619649395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6851348730836605e-17f,1.2129975215378765e-16f,-0.007812499999999994f,0f,0.9904876429533908f,0.1376017047737288f,1.172834713077609f,-1.2246467991473532e-16f,0.1376017047737288f,-0.9904876429533908f,-0.049917004402433525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.73591942554247e-17f,1.1936947816051015e-16f,0f,0f,0.9747257596526594f,0.22340477494795427f,1.390625f,-1.2246467991473532e-16f,0.22340477494795427f,-0.9747257596526594f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.116400632149994f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.0857858083530756f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.9636607337149716f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.105509390025142f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2868551404858026f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4566403162808649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.073932131697005f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.292423063105854f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3685441330821859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.9542545006658933f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2442342730679354f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4582791361214824f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44.mcfunction new file mode 100644 index 000000000..8662fac4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..19bb87b4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5731911754920878f,-0.10106906934325566f,-0.5728711582934957f,0.053730582862113754f,-0.00019266354620407764f,0.8042790532135339f,-0.1417025472147341f,1.3763635019749492f,0.5817183886239123f,-0.09932115700329994f,-0.5645205652168653f,-0.33126764060265207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5566403790518668f,0.12340420104734182f,-0.561179910165057f,0.053730582862113754f,0.3013285917610784f,0.7279647524950463f,-0.13881065849606608f,1.3763635019749492f,0.48923671999991947f,-0.30795896202041817f,-0.5529997373552967f,-0.33126764060265207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5731911754920875f,0.1010690693432557f,0.5728711582934959f,-0.053730582862113685f,0.00019266354620407764f,0.8042790532135339f,-0.1417025472147341f,1.3763635019749492f,-0.5817183886239126f,-0.0993211570032999f,-0.5645205652168651f,-0.3312676406026521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5566403790518666f,-0.12340420104734172f,0.5611799101650572f,-0.053730582862113685f,-0.3013285917610784f,0.7279647524950463f,-0.13881065849606608f,1.3763635019749492f,-0.4892367199999197f,-0.3079589620204182f,-0.5529997373552965f,-0.3312676406026521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08920126697307523f,-1.5599517248845869f,7.483089117447613e-16f,-0.8751420332533093f,-0.3797875983298063f,-0.02171704060533373f,1.515485400887196f,1.6247871795372235f,-1.5130138016968906f,-0.08651725941653567f,-0.38040800425040483f,-0.0822134115991785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9983691039261356f,0.057088810862768145f,-2.2876494561711375e-17f,-0.6260273622257633f,-0.013898905987414018f,-0.2430640629310758f,-0.9699106565678055f,1.6097012280077527f,-0.055371046026582715f,-0.9683288330860099f,0.24346112272025888f,-0.08839828060854868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9983691039261356f,0.057088810862768145f,-2.2876494561711375e-17f,-0.2984375f,-0.013898905987414018f,-0.2430640629310758f,-0.9699106565678055f,1.614261806534873f,-0.055371046026582715f,-0.9683288330860099f,0.24346112272025888f,-0.07022965613107623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9983691039261356f,-0.05708881086276791f,-3.675428236952583e-17f,0.6260273622257633f,0.013898905987414018f,-0.2430640629310758f,-0.9699106565678055f,1.6097012280077527f,0.055371046026582466f,-0.9683288330860099f,0.24346112272025888f,-0.08839828060854853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9983691039261356f,-0.05708881086276791f,-3.675428236952583e-17f,0.2984375f,0.013898905987414018f,-0.2430640629310758f,-0.9699106565678055f,1.614261806534873f,0.055371046026582466f,-0.9683288330860099f,0.24346112272025888f,-0.07022965613107615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.802620109009455e-17f,8.514097573004912e-17f,-0.15625000000000003f,0f,0.6952288267060152f,-0.7187884796774207f,1.4026355615329709f,-1.2246467991473532e-16f,-0.7187884796774207f,-0.6952288267060152f,0.24915939489200006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,6.173647699973196e-17f,1.0576485821992171e-16f,-0.15625000000000003f,0f,0.8636356073731573f,-0.5041165913528317f,1.5614165092194827f,-1.2246467991473532e-16f,-0.5041165913528317f,-0.8636356073731573f,0.14923981146726192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.653547312234083e-17f,8.66556963973587e-17f,0.15624999999999997f,0f,0.7075974595915473f,-0.7066157620514765f,1.4026355615329709f,-1.2246467991473532e-16f,-0.7066157620514765f,-0.7075974595915473f,0.24915939489200012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.173647699973196e-17f,1.0576485821992171e-16f,0.15624999999999997f,0f,0.8636356073731573f,-0.5041165913528317f,1.5614165092194827f,-1.2246467991473532e-16f,-0.5041165913528317f,-0.8636356073731573f,0.14923981146726198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.1009300685459592e-17f,1.2064910737890488e-16f,0.29375f,0f,0.9851747251771328f,-0.17155395906874604f,2.2001586512736253f,-1.2246467991473532e-16f,-0.17155395906874604f,-0.9851747251771328f,-0.15622588114374034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.1009300685459592e-17f,1.2064910737890488e-16f,0.33125f,0f,0.9851747251771328f,-0.17155395906874604f,2.060928626963789f,-1.2246467991473532e-16f,-0.17155395906874604f,-0.9851747251771328f,-0.2271417667455033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.1009300685459592e-17f,1.2064910737890488e-16f,-0.29375f,0f,0.9851747251771328f,-0.17155395906874604f,2.2001586512736253f,-1.2246467991473532e-16f,-0.17155395906874604f,-0.9851747251771328f,-0.15622588114374042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.1009300685459592e-17f,1.2064910737890488e-16f,-0.33125f,0f,0.9851747251771328f,-0.17155395906874604f,2.060928626963789f,-1.2246467991473532e-16f,-0.17155395906874604f,-0.9851747251771328f,-0.22714176674550335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2064910737890488e-16f,0.20400449188150194f,0.23833533701173365f,0.9559108254745012f,-0.17155395906874604f,2.295176238008796f,-0.04150265897553897f,-0.16645807331013146f,-0.9851747251771328f,-0.19497600557340694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2064910737890488e-16f,0.09013609543946538f,0.08586363490903302f,0.9814258379154521f,-0.17155395906874604f,2.314956645637826f,-0.01495191272393803f,-0.17090114446093313f,-0.9851747251771328f,-0.19842047806547536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2064910737890488e-16f,0.06750812473190501f,0.32074151709375565f,0.931501002865931f,-0.17155395906874604f,2.3126350867475804f,-0.055852505843830356f,-0.1622074550171042f,-0.9851747251771328f,-0.19801621209249148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2064910737890488e-16f,0.09737644500620996f,0.017193669715530407f,0.9850246782946874f,-0.17155395906874604f,2.319951232586048f,-0.0029940294195929806f,-0.1715278305698396f,-0.9851747251771328f,-0.1992902132941441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2064910737890488e-16f,0.16407083997505928f,0.17107379571052803f,0.9702077074261117f,-0.17155395906874604f,2.412420252385152f,-0.02979003236383503f,-0.16894766895084007f,-0.9851747251771328f,-0.24711262005480436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2064910737890488e-16f,0.125f,0.17107379571052803f,0.9702077074261117f,-0.17155395906874604f,2.194123518214277f,-0.02979003236383503f,-0.16894766895084007f,-0.9851747251771328f,-0.2090993945408654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2064910737890488e-16f,-0.2040044918815019f,-0.23833533701173365f,0.9559108254745012f,-0.17155395906874604f,2.295176238008796f,0.04150265897553873f,-0.16645807331013152f,-0.9851747251771328f,-0.19497600557340702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2064910737890488e-16f,-0.09013609543946535f,-0.08586363490903302f,0.9814258379154521f,-0.17155395906874604f,2.314956645637826f,0.014951912723937786f,-0.17090114446093316f,-0.9851747251771328f,-0.19842047806547541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2064910737890488e-16f,-0.06750812473190496f,-0.32074151709375565f,0.931501002865931f,-0.17155395906874604f,2.3126350867475804f,0.05585250584383013f,-0.16220745501710432f,-0.9851747251771328f,-0.19801621209249154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2064910737890488e-16f,-0.0973764450062099f,-0.017193669715530407f,0.9850246782946874f,-0.17155395906874604f,2.319951232586048f,0.002994029419592731f,-0.1715278305698396f,-0.9851747251771328f,-0.19929021329414412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2064910737890488e-16f,-0.16407083997505922f,-0.17107379571052803f,0.9702077074261117f,-0.17155395906874604f,2.412420252385152f,0.029790032363834786f,-0.16894766895084012f,-0.9851747251771328f,-0.24711262005480442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2064910737890488e-16f,-0.12499999999999997f,-0.17107379571052803f,0.9702077074261117f,-0.17155395906874604f,2.194123518214277f,0.029790032363834786f,-0.16894766895084012f,-0.9851747251771328f,-0.20909939454086546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.1009300685459592e-17f,1.2064910737890488e-16f,1.106973921592322e-17f,0f,0.9851747251771328f,-0.17155395906874604f,1.6945825327818946f,-1.2246467991473532e-16f,-0.17155395906874604f,-0.9851747251771328f,-0.09039128035634765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.981538846561861e-17f,1.1877979810246704e-16f,-1.1103145868375893e-19f,0f,0.9699106565678053f,-0.24346112272025894f,1.3308660365689675f,-1.2246467991473532e-16f,-0.24346112272025894f,-0.9699106565678053f,0.0009066406637494428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30808353564004504f,-0.02400078915484659f,0.2283340352988838f,-0.300762614602054f,0.9050244316854787f,0.300786681404135f,0.7478595240945645f,-0.07094612371555364f,0.29328367346292117f,-0.9533893928557375f,0.016623958858046198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2893616792013824f,0.10844962619706243f,0.125f,-0.300762614602054f,0.9473486343447372f,-0.10987454055830195f,1.0872401455507963f,-0.07094612371555364f,-0.1371144909005531f,-0.9880112670991255f,-0.03688841404608591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.30808353564004504f,0.024000789154846852f,-0.23193790695336203f,0.300762614602054f,0.9050244316854787f,0.3007866814041349f,0.7647881796672951f,0.07094612371555342f,0.2932836734629212f,-0.9533893928557375f,0.03266132188782769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.300762614602054f,0.9417738784945288f,-0.1503456399205142f,1.1219601503443277f,0.07094612371555342f,-0.17930204826184856f,-0.9812326039318318f,-0.04796299156114997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9819286972627067f,0.1892512443604102f,1.1988858856154243e-16f,-0.005113636363636364f,0.1852702720954495f,0.9612734517810578f,-0.20403008890506472f,1.285107358821485f,-0.038612948212248734f,-0.2003429994009444f,-0.978964617757655f,-0.0345225817418417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9819286972627067f,-0.18925124436041013f,1.1988858856154243e-16f,-0.005113636363636364f,-0.1852702720954495f,0.9612734517810578f,-0.20403008890506472f,1.285107358821485f,0.0386129482122485f,-0.20034299940094447f,-0.978964617757655f,-0.0345225817418417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.4986479530733742e-17f,1.1988858856154243e-16f,-0.005113636363636364f,0f,0.978964617757655f,-0.20403008890506472f,1.285107358821485f,-1.2246467991473532e-16f,-0.20403008890506472f,-0.978964617757655f,-0.0345225817418417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9819286972627067f,0.1892512443604101f,1.1380028635304495e-16f,-0.0051136363636363645f,0.17586169184355477f,0.9124571019543655f,0.3694518946154738f,1.2750470184192904f,0.06991923078728941f,0.362775417581011f,-0.9292498574468746f,-0.02726339439118237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9819286972627067f,-0.18925124436041021f,1.1380028635304495e-16f,-0.0051136363636363645f,-0.17586169184355477f,0.9124571019543655f,0.3694518946154738f,1.2750470184192904f,-0.06991923078728966f,0.362775417581011f,-0.9292498574468746f,-0.02726339439118237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.524480801797652e-17f,1.1380028635304495e-16f,-0.0051136363636363645f,0f,0.9292498574468746f,0.3694518946154738f,1.2750470184192904f,-1.2246467991473532e-16f,0.3694518946154738f,-0.9292498574468746f,-0.02726339439118237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25815960383891584f,-0.01846393927401899f,-0.19886363636363638f,0.25190553960080825f,0.9541074554912408f,0.16193382134210146f,1.3413624200453718f,0.05942135328487773f,0.1517648915980374f,-0.9866288666221102f,0.010854931768242704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25815960383891584f,0.018463939274019233f,0.18863636363636363f,-0.25190553960080825f,0.9541074554912408f,0.16193382134210146f,1.3413624200453718f,-0.059421353284877965f,0.15176489159803735f,-0.9866288666221102f,0.010854931768242752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.7620851471103532e-17f,1.211903602604262e-16f,-0.007812499999999994f,0f,0.9895943903564981f,0.14388517149084826f,1.1731559030784018f,-1.2246467991473532e-16f,0.14388517149084826f,-0.9895943903564981f,-0.051298228920251064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.8116234673729195e-17f,1.1919343595345495e-16f,0f,0f,0.9732882659428176f,0.2295864790836412f,1.390625f,-1.2246467991473532e-16f,0.2295864790836412f,-0.9732882659428176f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.084022307813113f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.053407484016194f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.9312824093780903f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.0819003000116436f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2895560163975985f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4545265873064157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.0503230416835065f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.29512393901765f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.36643040410773675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.930645410652395f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2469351489797313f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.45616540714703324f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45.mcfunction new file mode 100644 index 000000000..c95c17b21 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..7e23e7093 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,51 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5456977520111254f,-0.09622123699151838f,-0.5999165620703188f,0.05714905884428684f,0.01111145612120208f,0.8046452936185815f,-0.1391651229467269f,1.3720774559442817f,0.6074824634813051f,-0.1011527036402541f,-0.5363558814382443f,-0.32822336057883506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5299408234372189f,0.11748505207263607f,-0.5876733669260267f,0.05714905884428684f,0.31169639479361644f,0.7240585935073043f,-0.1363250183967937f,1.3720774559442817f,0.511867249516263f,-0.31927482786419936f,-0.5254098430415455f,-0.32822336057883506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5456977520111251f,0.0962212369915184f,0.5999165620703191f,-0.05714905884428677f,-0.01111145612120208f,0.8046452936185815f,-0.1391651229467269f,1.3720774559442817f,-0.6074824634813053f,-0.10115270364025405f,-0.5363558814382441f,-0.32822336057883506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5299408234372187f,-0.11748505207263596f,0.5876733669260269f,-0.05714905884428677f,-0.31169639479361644f,0.7240585935073043f,-0.1363250183967937f,1.3720774559442817f,-0.5118672495162632f,-0.31927482786419936f,-0.5254098430415453f,-0.32822336057883506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.09909987446338225f,-1.5593541819873193f,7.517123714620026e-16f,-0.8750729140421627f,-0.39162866410851316f,-0.024888734001375357f,1.5124198459318063f,1.6207182130296034f,-1.5093748554716027f,-0.09592359479537295f,-0.39241872997043586f,-0.08789594003126021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9979866764718844f,0.06342391965656465f,-2.3817863957453646e-17f,-0.6259018782173371f,-0.01592878976088066f,-0.2506423450294482f,-0.9679487013963561f,1.6059807925285574f,-0.06139110066903858f,-0.9659999075018258f,0.2511479871810787f,-0.09243038623049826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9979866764718844f,0.06342391965656465f,-2.3817863957453646e-17f,-0.2984375f,-0.01592878976088066f,-0.2506423450294482f,-0.9679487013963561f,1.6112074266688463f,-0.06139110066903858f,-0.9659999075018258f,0.2511479871810787f,-0.07228643132346997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9979866764718844f,-0.0634239196565644f,-3.7695651765268106e-17f,0.6259018782173371f,0.01592878976088066f,-0.2506423450294482f,-0.9679487013963561f,1.6059807925285574f,0.06139110066903833f,-0.9659999075018258f,0.2511479871810787f,-0.0924303862304981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9979866764718844f,-0.0634239196565644f,-3.7695651765268106e-17f,0.2984375f,0.01592878976088066f,-0.2506423450294482f,-0.9679487013963561f,1.6112074266688463f,0.06139110066903833f,-0.9659999075018258f,0.2511479871810787f,-0.07228643132346989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.309343790547958e-17f,8.996153846876333e-17f,-0.15625000000000003f,0f,0.7345917086575333f,-0.6785094115571317f,1.398535390050771f,-1.2246467991473532e-16f,-0.6785094115571317f,-0.7345917086575333f,0.2429400425586264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.869107375813299e-17f,1.0748467652524228e-16f,-0.15625000000000003f,0f,0.8776789895672555f,-0.47924898672005656f,1.5601048944276312f,-1.2246467991473532e-16f,-0.47924898672005656f,-0.8776789895672555f,0.14759536386382047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.230971766821358e-17f,9.067914977544476e-17f,0.15624999999999997f,0f,0.7404514496635203f,-0.6721098501667647f,1.398535390050771f,-1.2246467991473532e-16f,-0.6721098501667647f,-0.7404514496635203f,0.24294004255862645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.869107375813299e-17f,1.0748467652524228e-16f,0.15624999999999997f,0f,0.8776789895672555f,-0.47924898672005656f,1.5601048944276312f,-1.2246467991473532e-16f,-0.47924898672005656f,-0.8776789895672555f,0.14759536386382052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.1200703629090116e-17f,1.2061562084676288e-16f,0.29375f,0f,0.9849012868913728f,-0.17311688271141407f,2.196836703322837f,-1.2246467991473532e-16f,-0.17311688271141407f,-0.9849012868913728f,-0.15972132049228077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.1200703629090116e-17f,1.2061562084676288e-16f,0.33125f,0f,0.9849012868913728f,-0.17311688271141407f,2.0574943347072203f,-1.2246467991473532e-16f,-0.17311688271141407f,-0.9849012868913728f,-0.2304162057994202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.1200703629090116e-17f,1.2061562084676288e-16f,-0.29375f,0f,0.9849012868913728f,-0.17311688271141407f,2.196836703322837f,-1.2246467991473532e-16f,-0.17311688271141407f,-0.9849012868913728f,-0.15972132049228085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.1200703629090116e-17f,1.2061562084676288e-16f,-0.33125f,0f,0.9849012868913728f,-0.17311688271141407f,2.0574943347072203f,-1.2246467991473532e-16f,-0.17311688271141407f,-0.9849012868913728f,-0.23041620579942027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2061562084676288e-16f,0.20400449188150194f,0.23826918630331304f,0.9556455094744281f,-0.17311688271141407f,2.291792687093488f,-0.041880764425850744f,-0.16797457144110794f,-0.9849012868913728f,-0.19862215696706986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2061562084676288e-16f,0.09013609543946538f,0.08583980319214195f,0.9811534401449228f,-0.17311688271141407f,2.3115676046093268f,-0.015088130494872638f,-0.17245812070728123f,-0.9849012868913728f,-0.2020980099502887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2061562084676288e-16f,0.06750812473190501f,0.32065249429570286f,0.931242461887465f,-0.17311688271141407f,2.309246690074917f,-0.05636134400973124f,-0.1636852283534902f,-0.9849012868913728f,-0.2016900609562278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2061562084676288e-16f,0.09737644500620996f,0.017188897559431787f,0.9847512816549028f,-0.17311688271141407f,2.3165608052945252f,-0.0030213061982352594f,-0.17309051617166665f,-0.9849012868913728f,-0.20297566880694673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2061562084676288e-16f,0.16407083997505928f,0.17102631365050142f,0.9699384232823249f,-0.17311688271141407f,2.408953830688852f,-0.03006143120621689f,-0.17048684827150562f,-0.9849012868913728f,-0.2509447324779469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2061562084676288e-16f,0.125f,0.17102631365050142f,0.9699384232823249f,-0.17311688271141407f,2.190717685450329f,-0.03006143120621689f,-0.17048684827150562f,-0.9849012868913728f,-0.21258519161685818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2061562084676288e-16f,-0.2040044918815019f,-0.23826918630331304f,0.9556455094744281f,-0.17311688271141407f,2.291792687093488f,0.04188076442585051f,-0.16797457144110803f,-0.9849012868913728f,-0.19862215696706992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2061562084676288e-16f,-0.09013609543946535f,-0.08583980319214195f,0.9811534401449228f,-0.17311688271141407f,2.3115676046093268f,0.01508813049487239f,-0.17245812070728125f,-0.9849012868913728f,-0.2020980099502887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2061562084676288e-16f,-0.06750812473190496f,-0.32065249429570286f,0.931242461887465f,-0.17311688271141407f,2.309246690074917f,0.05636134400973101f,-0.16368522835349028f,-0.9849012868913728f,-0.20169006095622777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2061562084676288e-16f,-0.0973764450062099f,-0.017188897559431787f,0.9847512816549028f,-0.17311688271141407f,2.3165608052945252f,0.003021306198235013f,-0.17309051617166668f,-0.9849012868913728f,-0.20297566880694667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2061562084676288e-16f,-0.16407083997505922f,-0.17102631365050142f,0.9699384232823249f,-0.17311688271141407f,2.408953830688852f,0.030061431206216647f,-0.17048684827150568f,-0.9849012868913728f,-0.2509447324779469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2061562084676288e-16f,-0.12499999999999997f,-0.17102631365050142f,0.9699384232823249f,-0.17311688271141407f,2.190717685450329f,0.030061431206216647f,-0.17048684827150568f,-0.9849012868913728f,-0.2125851916168582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.1200703629090116e-17f,1.2061562084676288e-16f,1.1399578684601201e-17f,0f,0.9849012868913728f,-0.17311688271141407f,1.691365678503232f,-1.2246467991473532e-16f,-0.17311688271141407f,-0.9849012868913728f,-0.09308462401190307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.075675786136092e-17f,1.1853952789038846e-16f,-1.3420551340914437e-19f,0f,0.9679487013963561f,-0.2511479871810791f,1.3283849154795986f,-1.2246467991473532e-16f,-0.2511479871810791f,-0.9679487013963561f,0.0010958711810016026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30796580238838484f,-0.025466985919117946f,0.22852408344784864f,-0.3003062899421447f,0.9016741076159928f,0.31112688067103356f,0.747574151411736f,-0.07285351764816038f,0.3035471433141503f,-0.950027103167119f,0.010858067136300616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.28987461816649585f,0.10707104443010965f,0.125f,-0.3003062899421447f,0.9486821665916948f,-0.09908722930868691f,1.087480372048281f,-0.07285351764816038f,-0.12639166322869558f,-0.989301527560012f,-0.03881313623006898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3079658023883849f,0.025466985919118224f,-0.23193790695336203f,0.30030628994214476f,0.9016741076159928f,0.31112688067103356f,0.7645934953286524f,0.07285351764816017f,0.30354714331415034f,-0.9500271031671189f,0.028688722358084888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.30030628994214476f,0.9428928712696435f,-0.1441151120808362f,1.1222699635991935f,0.07285351764816017f,-0.1733213663528221f,-0.9821670270029838f,-0.049667136401465826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9833991713096739f,0.1814554211575026f,1.2015870420601724e-16f,-0.005681818181818179f,0.17803866627196546f,0.9648820396551229f,-0.19314471999790586f,1.285328585274609f,-0.035047156511568034f,-0.1899383575887796f,-0.9811702793791353f,-0.03519156569376357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9833991713096739f,-0.18145542115750254f,1.2015870420601724e-16f,-0.005681818181818179f,-0.17803866627196546f,0.9648820396551229f,-0.19314471999790586f,1.285328585274609f,0.0350471565115678f,-0.18993835758877967f,-0.9811702793791353f,-0.03519156569376357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.365340631176472e-17f,1.2015870420601724e-16f,-0.005681818181818179f,0f,0.9811702793791353f,-0.19314471999790586f,1.285328585274609f,-1.2246467991473532e-16f,-0.19314471999790586f,-0.9811702793791353f,-0.03519156569376357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9833991713096739f,0.18145542115750252f,1.1387193133773079e-16f,-0.00568181818181818f,0.16872358032775095f,0.9143988535381994f,0.36797702386074516f,1.2752223762615795f,0.06677142584093576f,0.36186830032565687f,-0.9298348831435549f,-0.027996373591744467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9833991713096739f,-0.18145542115750263f,1.1387193133773079e-16f,-0.00568181818181818f,-0.16872358032775095f,0.9143988535381994f,0.36797702386074516f,1.2752223762615795f,-0.06677142584093601f,0.36186830032565687f,-0.9298348831435549f,-0.027996373591744467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.5064188443083074e-17f,1.1387193133773079e-16f,-0.00568181818181818f,0f,0.9298348831435549f,0.36797702386074516f,1.2752223762615795f,-1.2246467991473532e-16f,0.36797702386074516f,-0.9298348831435549f,-0.027996373591744467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25800500121776887f,-0.02051139815808984f,-0.19943181818181818f,0.25152334213308214f,0.9544293624137279f,0.1606256533830425f,1.339085857524835f,0.061018902562936614f,0.1499933715506917f,-0.986802250717372f,0.01000624704412753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.258005001217769f,0.020511398158090083f,0.18806818181818183f,-0.25152334213308214f,0.9544293624137279f,0.1606256533830425f,1.339085857524835f,-0.06101890256293685f,0.14999337155069165f,-0.986802250717372f,0.01000624704412758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.838964444604255e-17f,1.2107608683702456e-16f,-0.007812499999999994f,0f,0.9886612770418577f,0.15016284253424034f,1.1734858527027088f,-1.2246467991473532e-16f,0.15016284253424034f,-0.9886612770418577f,-0.05267738715288764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.8872142574200735e-17f,1.1901259265217946e-16f,0f,0f,0.9718115683235417f,0.23575893550942725f,1.390625f,-1.2246467991473532e-16f,0.23575893550942725f,-0.9718115683235417f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.0621824118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.0315675881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.9094425134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.0626636291640685f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2909660386899744f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.45342309159933925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.0310863708359315f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.296533961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3653269084006603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.9114087398048198f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.248345171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4550619114399568f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46.mcfunction new file mode 100644 index 000000000..ca06bf087 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..b46a4f005 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,45 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5169681476069161f,-0.09115543258997552f,-0.6256029618804986f,0.060721239031346116f,0.02247753495997448f,0.8049719403226064f,-0.13586530152995493f,1.3677917415877179f,0.6318094168548307f,-0.10322454575844295f,-0.5070562082954572f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5020407814105077f,0.11129976166780046f,-0.6128355544951823f,0.060721239031346116f,0.3221054297839039f,0.7200933743807646f,-0.13309254027424158f,1.3677917415877179f,0.533107067955822f,-0.3302694282333969f,-0.49670812241187645f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5169681476069159f,0.09115543258997554f,0.6256029618804988f,-0.06072123903134605f,-0.02247753495997448f,0.8049719403226064f,-0.13586530152995493f,1.3677917415877179f,-0.6318094168548309f,-0.10322454575844292f,-0.5070562082954571f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5020407814105075f,-0.11129976166780035f,0.6128355544951826f,-0.06072123903134605f,-0.3221054297839039f,0.7200933743807646f,-0.13309254027424158f,1.3677917415877179f,-0.5331070679558222f,-0.33026942823339694f,-0.49670812241187634f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.10899449022519596f,-1.5586938285309753f,7.550840267478149e-16f,-0.8749805680406197f,-0.4034196483075794f,-0.028209849881520546f,1.5092591035766691f,1.6165700622299441f,-1.5055826242554533f,-0.10528059303172838f,-0.4044047579726888f,-0.0935892682168815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.06975647374412541f,-2.47572976104104e-17f,-0.6257632039915049f,-0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6022064690132234f,-0.06737957954030604f,-0.9635728795234902f,0.25881904510252063f,-0.09647899237162755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.06975647374412541f,-2.47572976104104e-17f,-0.2984375f,-0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6081305374883428f,-0.06737957954030604f,-0.9635728795234902f,0.25881904510252063f,-0.07437006783496462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.06975647374412516f,-3.863508541822486e-17f,0.6257632039915049f,0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6022064690132234f,0.0673795795403058f,-0.9635728795234904f,0.25881904510252063f,-0.09647899237162738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.06975647374412516f,-3.863508541822486e-17f,0.2984375f,0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6081305374883428f,0.0673795795403058f,-0.9635728795234904f,0.25881904510252063f,-0.07437006783496454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.789711564705088e-17f,9.449675761891813e-17f,-0.15625000000000003f,0f,0.77162458338772f,-0.636078220277764f,1.3945477039072633f,-1.2246467991473532e-16f,-0.636078220277764f,-0.77162458338772f,0.23660222568436148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.559780123493433e-17f,1.0911682878666936e-16f,-0.15625000000000003f,0f,0.8910065241883679f,-0.45399049973954686f,1.5587739865692103f,-1.2246467991473532e-16f,-0.45399049973954686f,-0.8910065241883679f,0.14591021620701916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.789711564705088e-17f,9.449675761891813e-17f,0.15624999999999997f,0f,0.77162458338772f,-0.636078220277764f,1.3945477039072633f,-1.2246467991473532e-16f,-0.636078220277764f,-0.77162458338772f,0.23660222568436154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.559780123493433e-17f,1.0911682878666936e-16f,0.15624999999999997f,0f,0.8910065241883679f,-0.45399049973954686f,1.5587739865692103f,-1.2246467991473532e-16f,-0.45399049973954686f,-0.8910065241883679f,0.14591021620701922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,0.29375f,0f,0.9846253691177963f,-0.17467937053253624f,2.193485928602683f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.16324214442307589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,0.33125f,0f,0.9846253691177963f,-0.17467937053253624f,2.0540315664755333f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.23371585146130228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,-0.29375f,0f,0.9846253691177963f,-0.17467937053253624f,2.193485928602683f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.16324214442307597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,-0.33125f,0f,0.9846253691177963f,-0.17467937053253624f,2.0540315664755333f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.23371585146130233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2058183066493906e-16f,0.20400449188150194f,0.2382024357524998f,0.9553777876379232f,-0.17467937053253624f,2.288380070357237f,-0.04225876444138802f,-0.16949064669630112f,-0.9846253691177963f,-0.20229359501017802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2058183066493906e-16f,0.09013609543946538f,0.08581575537364862f,0.9808785723217766f,-0.17467937053253624f,2.3081494479765547f,-0.015224310281456708f,-0.17401466279051608f,-0.9846253691177963f,-0.2058008197340915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2058183066493906e-16f,0.06750812473190501f,0.3205626642553776f,0.9309815765072103f,-0.17467937053253624f,2.30582918364088f,-0.05687004028601578f,-0.1651625896125089f,-0.9846253691177963f,-0.20538918874596462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2058183066493906e-16f,0.09737644500620996f,0.01718408213030409f,0.9844754059049396f,-0.17467937053253624f,2.313141249828353f,-0.003048575370742792f,-0.17465276601832558f,-0.9846253691177963f,-0.20668640000923366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2058183066493906e-16f,0.16407083997505928f,0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.4054580482185703f,-0.03033275436898153f,-0.1720255983917339f,-0.9846253691177963f,-0.25480199982851315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2058183066493906e-16f,0.125f,0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.1872830413216353f,-0.03033275436898153f,-0.1720255983917339f,-0.9846253691177963f,-0.21609624019037307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2058183066493906e-16f,-0.2040044918815019f,-0.2382024357524998f,0.9553777876379232f,-0.17467937053253624f,2.288380070357237f,0.04225876444138778f,-0.16949064669630118f,-0.9846253691177963f,-0.20229359501017807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2058183066493906e-16f,-0.09013609543946535f,-0.08581575537364862f,0.9808785723217766f,-0.17467937053253624f,2.3081494479765547f,0.015224310281456465f,-0.1740146627905161f,-0.9846253691177963f,-0.20580081973409153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2058183066493906e-16f,-0.06750812473190496f,-0.3205626642553776f,0.9309815765072103f,-0.17467937053253624f,2.30582918364088f,0.05687004028601554f,-0.165162589612509f,-0.9846253691177963f,-0.20538918874596462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2058183066493906e-16f,-0.0973764450062099f,-0.01718408213030409f,0.9844754059049396f,-0.17467937053253624f,2.313141249828353f,0.003048575370742542f,-0.1746527660183256f,-0.9846253691177963f,-0.20668640000923366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2058183066493906e-16f,-0.16407083997505922f,-0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.4054580482185703f,0.030332754368981286f,-0.17202559839173395f,-0.9846253691177963f,-0.25480199982851315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2058183066493906e-16f,-0.12499999999999997f,-0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.1872830413216353f,0.030332754368981286f,-0.17202559839173395f,-0.9846253691177963f,-0.2160962401903731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,1.1732547412425522e-17f,0f,0.9846253691177963f,-0.17467937053253624f,1.6881212699779065f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.0958035200075171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.1696191514317656e-17f,1.1829179713786698e-16f,-1.5352440544359856e-19f,0f,0.9659258262890682f,-0.25881904510252085f,1.3258990851195058f,-1.2246467991473532e-16f,-0.25881904510252085f,-0.9659258262890682f,0.0012536219059282126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30784109141656935f,-0.026932605666397325f,0.22871178600493924f,-0.29983786898866505f,0.8982096349988868f,0.3214291584711977f,0.7473437921149519f,-0.07475797705169922f,0.3137727107806248f,-0.9465505432022719f,0.0050882141239309425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2903809893115786f,0.105690036706187f,0.125f,-0.29983786898866505f,0.9498962188167117f,-0.08828604531889384f,1.0877328091671772f,-0.07475797705169922f,-0.11565489407778012f,-0.9904722057397649f,-0.04073629502658416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3078410914165694f,0.026932605666397588f,-0.23193790695336203f,0.29983786898866516f,0.898209634998887f,0.3214291584711977f,0.7644240274477343f,0.07475797705169902f,0.31377271078062474f,-0.9465505432022718f,0.02471496725078874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.29983786898866516f,0.9439738844573895f,-0.13787877930545744f,1.1225905861557959f,0.07475797705169902f,-0.1673337030844315f,-0.9830618885295008f,-0.05136928065676952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2041399752941235e-16f,-0.006249999999999996f,0.17074042288054672f,0.9683170561562844f,-0.1822355254921475f,1.285554053051965f,-0.03164486690788696f,-0.1794669583789207f,-0.9832549075639545f,-0.03585913213455068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2041399752941235e-16f,-0.006249999999999996f,-0.17074042288054672f,0.9683170561562844f,-0.1822355254921475f,1.285554053051965f,0.031644866907886725f,-0.17946695837892077f,-0.9832549075639545f,-0.03585913213455068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.2317415298489428e-17f,1.2041399752941235e-16f,-0.006249999999999996f,0f,0.9832549075639545f,-0.1822355254921475f,1.285554053051965f,-1.2246467991473532e-16f,-0.1822355254921475f,-0.9832549075639545f,-0.03585913213455068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693028f,1.1394328964996512e-16f,-0.006249999999999997f,0.1615653151493758f,0.9162824344874608f,0.3665012267242972f,1.2754023825047254f,0.06364227013336855f,0.3609332495665729f,-0.9304175679820245f,-0.028728225102460515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669304f,1.1394328964996512e-16f,-0.006249999999999997f,-0.1615653151493758f,0.9162824344874608f,0.3665012267242972f,1.2754023825047254f,-0.0636422701333688f,0.3609332495665729f,-0.9304175679820245f,-0.028728225102460515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.48834554191489e-17f,1.1394328964996512e-16f,-0.006249999999999997f,0f,0.9304175679820245f,0.3665012267242972f,1.2754023825047254f,-1.2246467991473532e-16f,0.3665012267242972f,-0.9304175679820245f,-0.028728225102460515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2578341604962994f,-0.022557566113149716f,-0.2f,0.25113101334181026f,0.9547521264543455f,0.15931601039701238f,1.3368181722199575f,0.06261399400849757f,0.1482225445472918f,-0.9869698906462293f,0.009129124232304036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25783416049629954f,0.02255756611314996f,0.1875f,-0.25113101334181026f,0.9547521264543455f,0.15931601039701238f,1.3368181722199575f,-0.06261399400849782f,0.14822254454729175f,-0.9869698906462293f,0.009129124232304085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.9157696688784726e-17f,1.2095693648649962e-16f,-0.007812499999999993f,0f,0.9876883405951377f,0.1564344650402308f,1.173824548660207f,-1.2246467991473532e-16f,0.1564344650402308f,-0.9876883405951377f,-0.054054423548050734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.962688750897932e-17f,1.1882695554102554e-16f,0f,0f,0.9702957262759965f,0.24192189559966767f,1.390625f,-1.2246467991473532e-16f,0.24192189559966767f,-0.9702957262759965f,0f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47.mcfunction new file mode 100644 index 000000000..20f8e5dba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..bd043a245 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48675463071564434f,-0.10011634604847006f,-0.6480671964968017f,0.04400583888095001f,0.014202795432696574f,0.80529375062651f,-0.13507294417547042f,1.3614841518657017f,0.6556009872805395f,-0.091777649241173f,-0.47823493496501335f,-0.3440123948430556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47805600745954596f,0.0918636634950522f,-0.6348413353438057f,0.04400583888095001f,0.31473722307587526f,0.7234866018198047f,-0.13231635347801185f,1.3614841518657017f,0.5589301692898007f,-0.3288285333064929f,-0.46847503833307436f,-0.3440123948430556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5434188353817946f,0.08153103083446554f,0.6041465921511168f,-0.07764735466875992f,-0.02057149542187405f,0.8064167242666397f,-0.12733155478362257f,1.3607320720287217f,-0.6092759862105563f,-0.09994599681115952f,-0.5345446798846865f,-0.33854187506476413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.522371377287534f,-0.12992574806521032f,0.5918170698623185f,-0.07764735466875992f,-0.3209220279500953f,0.7221154635897021f,-0.12473295162477314f,1.3607320720287217f,-0.513942794644621f,-0.31885507246133826f,-0.523635604784999f,-0.33854187506476413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0020656140664901215f,-1.5615591443521804f,0.05417584266641037f,-0.8803816508224991f,-0.28479583453518764f,0.05289209656928519f,1.535415256128424f,1.6058661016886824f,-1.5363246127918195f,-0.011904402991865433f,-0.2845544224212181f,-0.037483193852738975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9997038677282406f,-0.023535167273161833f,0.006186497443703455f,-0.6327796322719528f,-0.0017673204920185433f,-0.18333550748638838f,-0.9830488127621066f,1.5890233384002495f,0.024270422894443942f,-0.9827686338076387f,0.1832396217426574f,-0.0645668625567658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9991628609288012f,-0.023535167273161833f,0.033461518823828744f,-0.30503729386897044f,-0.028589547285553886f,-0.18333550748638838f,-0.9826345859375782f,1.5992821723316741f,0.029261153883267003f,-0.9827686338076387f,0.18250917039230408f,-0.07440650512358415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9933971572995324f,-0.11221583851135436f,0.023868252060038002f,0.6173030318419142f,-0.0004593243478876914f,-0.20415358442034054f,-0.9789387636565783f,1.5988341031104936f,0.11472522342689644f,-0.9724859482560764f,0.20275404694882956f,-0.13950348598151902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9936090749014779f,-0.11221583851135436f,0.012190646439901713f,0.29117328396267467f,0.011046726635731807f,-0.20415358442034054f,-0.9788765416532168f,1.6026667390841949f,0.11233421608781743f,-0.9724859482560764f,0.20408847184594975f,-0.10238338690212884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.999009879276717f,-0.032131956594143404f,-0.030770090558059283f,-0.1479071437894373f,-0.0054944277978885205f,0.7754505397837941f,-0.6313844087496905f,1.382140422211144f,0.044148299748607255f,-0.630590197921324f,-0.7748592968499846f,0.22732867406222262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9989939148880413f,-0.02499450780671772f,-0.03723483041675544f,-0.1528263316933016f,-0.00572163138666693f,0.8945344052648329f,-0.4469624824655497f,1.5470721076828904f,0.04447944413928435f,-0.4462997561919474f,-0.8937774368779223f,0.13806136079574552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9990188733392881f,-0.031742494371847466f,-0.03088211072696872f,0.16422846878811628f,-0.005246737055731337f,0.7772476206007677f,-0.6291729555700191f,1.3840753840106523f,0.04397456608276584f,-0.6283936268943999f,-0.7766515867596834f,0.21330221616826023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9990017384955285f,-0.024767360306345326f,-0.037176664002667774f,0.15935223458065986f,-0.005541646112647843f,0.8945093615444206f,-0.44701486806118124f,1.5490020463748488f,0.04432625228094248f,-0.44636261041091785f,-0.8937536592293636f,0.12402326634602964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997700171665334f,-0.016238630880034476f,-0.01400784215970938f,0.27736095001320393f,-0.013630080101344429f,0.9854271682700406f,-0.16955092731011612f,2.189097361220645f,0.01655698315697264f,-0.16932100549675266f,-0.9854218707773379f,-0.17883879829713395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997700171665334f,-0.016238630880034476f,-0.01400784215970938f,0.3155689193144805f,-0.013630080101344429f,0.9854271682700406f,-0.16955092731011612f,2.050534693755367f,0.01655698315697264f,-0.16932100549675266f,-0.9854218707773379f,-0.25067785986380176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997700171665334f,-0.016238630880034476f,-0.01400784215970938f,-0.3100039350721344f,-0.013630080101344429f,0.9854271682700406f,-0.16955092731011612f,2.1810896891611047f,0.01655698315697264f,-0.16932100549675266f,-0.9854218707773379f,-0.16911157069241253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997700171665334f,-0.016238630880034476f,-0.01400784215970938f,-0.34677871705834784f,-0.013630080101344429f,0.9854271682700406f,-0.16955092731011612f,2.041504765688226f,0.01655698315697264f,-0.16932100549675266f,-0.9854218707773379f,-0.2397088585223074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9745960137628094f,0.223531631577435f,-0.01400784215970938f,0.18544097669204407f,0.22263135028835518f,0.960045709806082f,-0.16955092731011612f,2.2831630201745905f,-0.0244518266480276f,-0.16836224270086933f,-0.9854218707773379f,-0.2159156283427771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975651707894112f,0.06831918021991389f,-0.01400784215970938f,0.0712248990855423f,0.06970615190307723f,0.9830531701973934f,-0.16955092731011612f,2.3010987271805f,0.002186873283373662f,-0.17011453253303815f,-0.9854218707773379f,-0.21737804257401871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9514053163141334f,0.3076226656916427f,-0.01400784215970938f,0.04864768485509621f,0.30545766769611743f,0.9369888453412498f,-0.16955092731011612f,2.2984092373924216f,-0.03903251637867931f,-0.1655904564243959f,-0.9854218707773379f,-0.21659435432454183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9999008572720489f,-0.0014338705136172636f,-0.01400784215970938f,0.0783675082340286f,0.0009620285645066673f,0.9855209574379031f,-0.16955092731011612f,2.3062119611585654f,0.014048136092102254f,-0.1695475935129408f,-0.9854218707773379f,-0.21835935436825793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9878147252454204f,0.1550027385123983f,-0.01400784215970938f,0.1427304634454063f,0.1551196281592172f,0.9732370646497318f,-0.16955092731011612f,2.3998476916372264f,-0.01264790686479227f,-0.16965779394307579f,-0.9854218707773379f,-0.2670974760538103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9878147252454204f,0.1550027385123983f,-0.01400784215970938f,0.10785484728011675f,0.1551196281592172f,0.9732370646497318f,-0.16955092731011612f,2.180869352091037f,-0.01264790686479227f,-0.16965779394307579f,-0.9854218707773379f,-0.22892447241661829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9668404496753036f,-0.2548078003905858f,-0.01710350057058342f,-0.22183472174519625f,-0.2492857696782974f,0.956190016414399f,-0.15348373707116467f,2.277399387404107f,0.05546304993016033f,-0.14413062606379984f,-0.9880031440855346f,-0.2073002979573664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9947977613022366f,-0.10042352501426241f,-0.01710350057058342f,-0.1082609360041894f,-0.09663557449294317f,0.983414616627742f,-0.15348373707116467f,2.298440602707315f,0.03223321036566124f,-0.15103247143121704f,-0.9880031440855346f,-0.21253509270214122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.941019582673547f,-0.33768580650638447f,-0.021223597928623435f,-0.08552968977302502f,-0.3321678230465621f,0.9339387430280843f,-0.13199606662181249f,2.2952953203755992f,0.06439473858484925f,-0.11716108720584137f,-0.9910230054278933f,-0.2151720153170059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.999313459032706f,-0.030367243652534487f,-0.021223597928623435f,-0.115484751249867f,-0.027307429311153403f,0.9908740296832825f,-0.13199606662181249f,2.302357223211227f,0.025038268720193626f,-0.13132588401439074f,-0.9910230054278933f,-0.21547108931915646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9822597685708698f,-0.18632043886290403f,-0.021223597928623435f,-0.1841049942259181f,-0.18197807829801427f,0.9744029030207844f,-0.13199606662181249f,2.3959931004796338f,0.04527390049534981f,-0.12579219628658608f,-0.9910230054278933f,-0.25800612515238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9822597685708698f,-0.186743720952896f,-0.01710350057058342f,-0.14208765701151657f,-0.18197807829801427f,0.971250081839704f,-0.15348373707116467f,2.177461832065701f,0.04527390049534981f,-0.14764843788891072f,-0.9880031440855346f,-0.22478522662737513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997700171665334f,-0.016238630880034476f,-0.01400784215970938f,-0.00835636147219132f,-0.013630080101344429f,0.9854271682700406f,-0.16955092731011612f,1.679432634818414f,0.01655698315697264f,-0.16932100549675266f,-0.9854218707773379f,-0.10928340074311912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9989714120766766f,-0.017230162282132883f,-0.041943287439852775f,-0.0018950506163914892f,-0.006175803814267083f,0.9680733545199218f,-0.2505909809147041f,1.3164051268734434f,0.044921902239090795f,-0.2500741925434876f,-0.9671840160605137f,-0.015505578539311261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9548639177312075f,-0.28937641314367796f,-0.06705363622585377f,0.2238419504797552f,-0.29535861397021296f,0.9009308669228091f,0.31794160183799564f,0.7398552348851584f,-0.03159410971374948f,0.3233958325980952f,-0.945736193496675f,-0.008113470290792284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9548639177312075f,-0.2888997540415188f,0.06907843896440968f,0.12131092548078735f,-0.29535861397021296f,0.948151874856107f,-0.11735123075811427f,1.0770974509818796f,-0.03159410971374948f,-0.13245736794002594f,-0.9906850447593302f,-0.062054452154197255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.95039342338803f,0.3107493359659088f,-0.01368177537921239f,-0.22930040422371958f,0.29156245675559794f,0.9053115642638884f,0.3088726362446367f,0.7527615985465955f,0.10836823608152249f,0.28956143010908464f,-0.9510049966229206f,0.021270882933323104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.95039342338803f,0.26821628985358226f,-0.15751940400458492f,-0.1289312457288255f,0.29156245675559794f,0.9446032626325385f,-0.15071831353423465f,1.1112152119969632f,0.10836823608152249f,-0.18916843838532604f,-0.9759465289284227f,-0.06289979618625442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9859149021482287f,0.16239544012249274f,-0.03999408393088176f,-0.00959616274782549f,0.1670656907089466f,0.967423230796647f,-0.1902139519144691f,1.2741310656765328f,0.00780132745057701f,-0.1942164090451661f,-0.9809276862988472f,-0.05199829925046472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9829869491742497f,-0.17939442388412496f,-0.03942459172120879f,-0.009806477211235948f,-0.16864099826023912f,0.9665409409413516f,-0.19328430663143994f,1.2730972846536746f,0.0727796088124355f,-0.1833473483950324f,-0.9803503855140872f,-0.0525041647748358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9991698692854999f,-0.007748907182731499f,-0.03999408393088176f,-0.009595991168108567f,0f,0.9817426610355078f,-0.1902139519144691f,1.274109327497987f,0.04073784864222708f,-0.19005604947065852f,-0.9809276862988472f,-0.051994090945680735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9821663659763548f,0.18411919423688272f,-0.03807035406142633f,-0.009291447151415607f,0.15884258618491262f,0.9209221298567629f,0.3559093473824091f,1.2649799700204278f,0.10058957380807375f,0.3435149968395045f,-0.9337447106074901f,-0.044524594752517216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9870572301145485f,-0.1557840576574928f,-0.03807035406142633f,-0.009297157221799227f,-0.15906730991608162f,0.9208833407994137f,0.3559093473824091f,1.2646119319012454f,-0.020386647459959044f,0.35735864340726115f,-0.9337447106074901f,-0.04466464461938474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9991698692854999f,0.014498981124018397f,-0.03807035406142633f,-0.0092916611799677f,0f,0.9345204847652232f,0.3559093473824091f,1.2649661749775525f,0.04073784864222708f,0.35561389610156924f,-0.9337447106074901f,-0.044529844192228586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9635686160709445f,0.26007608292230516f,-0.062417571363479224f,-0.2013887809123672f,0.24878123919130554f,0.9572073389111179f,0.14785805815421355f,1.3253288003516706f,0.098200901979377f,0.12694306371947467f,-0.9870370010409691f,-0.000041830041703029563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.968234204939244f,-0.2494373329662128f,-0.01742243692405802f,0.18575361968211482f,-0.24927914015890743f,0.9574730128706422f,0.14527677001520434f,1.3248762825458837f,-0.01955593688131186f,0.14500498800771472f,-0.9892376452529374f,-0.016708841819859044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9991698692854999f,0.005959366435410491f,-0.040299606247276236f,-0.01189206373152892f,0f,0.9892423775541113f,0.14628574247372683f,1.1625966382060005f,0.04073784864222708f,0.1461643061858059f,-0.9884211770724185f,-0.06892553958363423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9991698692854999f,0.00945394088821093f,-0.03962569007196236f,-0.0019736842105263237f,0f,0.9726996243706423f,0.23206775034289334f,1.3799342105263157f,0.04073784864222708f,0.23187510377548876f,-0.9718921565364695f,-0.01743421052631588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.858673706283592f,0.20705088204305022f,-0.4688383499484601f,-1.9983579987206384f,-0.14602667982829287f,0.975686047802172f,0.16344095234213124f,2.1963546650717696f,0.491279630063699f,-0.07187954068698882f,0.868030907695747f,-0.30559196941875044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3695455293222324f,0.20705088204305022f,-0.9058509998907911f,-1.9676119136859216f,0.14602667982829287f,0.975686047802172f,0.16344095234213124f,2.1963546650717696f,0.9176667753254861f,-0.07187954068698882f,-0.39079536984763663f,-0.21702707369229468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3279582403703105f,0.20705088204305022f,-0.9217230195771422f,-1.8447265032667086f,0f,0.975686047802172f,0.21917284531660755f,2.1634787382742786f,0.9446922210821944f,-0.07187954068698882f,0.31998427939106305f,-0.309307163464182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8758454046300441f,-0.04578274555222055f,0.48041520312968333f,1.9981985068997643f,-0.02119090103755871f,0.9908810916232386f,0.13306242135462382f,2.275947853889372f,-0.4821263038889817f,-0.12672254129885369f,0.8668884730027904f,-0.573212159812783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36894313678540486f,-0.04578274555222055f,0.9283237054113433f,1.9664903520342472f,-0.13465899257561434f,0.9908810916232386f,-0.004649514174588351f,2.285696700710423f,-0.919645539073325f,-0.12672254129885369f,-0.37174383651823156f,-0.4855274097094493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33822031856551665f,-0.04578274555222055f,0.9399526351466552f,1.8413515341950075f,-0.10398769942454643f,0.9908810916232386f,0.08568092338396713f,2.2679701387923026f,-0.9353040011022249f,-0.12672254129885369f,0.3303752760860438f,-0.5789260761740227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015612029207585937f,0f,-6.365288850347982e-7f,0.018822078199436695f,0f,0.000015625f,0f,1.5460567105263157f,6.365288850347982e-7f,0f,-0.000015612029207585937f,0.6697891000300406f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48.mcfunction new file mode 100644 index 000000000..406ee5d15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..03285f643 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.44810344479202946f,-0.11117481486795142f,-0.6736378164481548f,0.02188109374989302f,0.0026648467265692325f,0.8054760987157963f,-0.13470559540698035f,1.3566944048233454f,0.6827449346585333f,-0.07611083616083805f,-0.44160042941720234f,-0.3623608213090323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.447221251432534f,0.06736616651794533f,-0.6598901059083966f,0.02188109374989302f,0.30436345027842593f,0.7279769033520144f,-0.13195650162316444f,1.3566944048233454f,0.5893691902379445f,-0.3248252265368079f,-0.4325881757556268f,-0.3623608213090323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5802342999709099f,0.07014887481464975f,0.5703961228339052f,-0.09885725685295882f,-0.017311240540639032f,0.8080586531152983f,-0.11698708698347209f,1.3549747544065476f,-0.5744326962601075f,-0.09520920613140796f,-0.5726314076084325f,-0.349643753321468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5514234181173131f,-0.1540280265980782f,0.5587553856332133f,-0.09885725685295882f,-0.31858693199446514f,0.724823633371369f,-0.11459959541238082f,1.3549747544065476f,-0.4841844490627234f,-0.3015063308267823f,-0.5609450523511176f,-0.349643753321468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1486920809381896f,-1.5481498036252408f,0.15009697066030006f,-0.8766721973217653f,-0.1339464669353118f,0.16296620786254062f,1.5481946289438062f,1.594679255579075f,-1.5496306847316292f,0.13446356618069913f,-0.14822462787320637f,0.04320208780772006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9883426845499893f,-0.15216637323479332f,-0.004912509856481645f,-0.63510658984666f,0.018740881138889512f,-0.08957641163923746f,-0.9958036181155276f,1.574818576608249f,0.15108778001763898f,-0.9842872859762068f,0.0913839230660082f,-0.01659409489411598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9867179025134235f,-0.15216637323479332f,0.05686102106082756f,-0.31164977521186654f,-0.04352592999859116f,-0.08957641163923746f,-0.9950284216521634f,1.5911102834625874f,0.15650327241712245f,-0.9842872859762068f,0.08176346609779048f,-0.0682546395968445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9841871788686366f,-0.17062721142880405f,0.04755997971640036f,0.6050324667794195f,-0.024360465492080867f,-0.13556695570570318f,-0.990468660908409f,1.597959489070826f,0.17544846728200092f,-0.9759651403819289f,0.12926670138778412f,-0.19054714164960262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9850942964767709f,-0.17062721142880405f,0.021807837328950627f,0.28160645369671566f,0.0015480005696678414f,-0.13556695570570318f,-0.9907669777575978f,1.5988917062051424f,0.17200822870773386f,-0.9759651403819289f,0.1338103658768999f,-0.13347829537537015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.99473205225041f,-0.07320917170897014f,-0.07175347659434059f,-0.13550931378367803f,-0.01156293504561587f,0.775636906543711f,-0.6310734408453849f,1.3698011930045881f,0.10185500851121129f,-0.6269192981436998f,-0.772397404744599f,0.22070813807543752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.994593896534039f,-0.056624121999094536f,-0.08704418294791127f,-0.1466703628019327f,-0.012428677774534195f,0.89713121337761f,-0.44158930461730395f,1.5352533623590319f,0.10309466012366786f,-0.43812018304507383f,-0.8929849921821399f,0.1329794475533478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9948082641495639f,-0.0716210384402728f,-0.07229761014354691f,0.17508069549877808f,-0.010620535772262114f,0.7796093415302532f,-0.6261760765301363f,1.374244904874019f,0.10121127308576569f,-0.6221572963901508f,-0.7763224695632971f,0.18803131782828603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9946609380451293f,-0.05577980975345158f,-0.08682298745754019f,0.1640793374983963f,-0.011742299493976965f,0.8970430329339415f,-0.44178718345745327f,1.539679303652524f,0.10252676104206737f,-0.43840895279241787f,-0.8929086478367639f,0.10024896013072793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987729766245659f,-0.0367359174256462f,-0.03321164758635847f,0.25717269479015087f,-0.030876567338501616f,0.9862491566541851f,-0.16235528506426783f,2.1865358168663964f,0.03871922976888027f,-0.161130609661246f,-0.9861732849131027f,-0.19286344861457436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987729766245659f,-0.0367359174256462f,-0.03321164758635847f,0.2961050791305568f,-0.030876567338501616f,0.9862491566541851f,-0.16235528506426783f,2.049191735585042f,0.03871922976888027f,-0.161130609661246f,-0.9861732849131027f,-0.266627838983855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987729766245659f,-0.0367359174256462f,-0.03321164758635847f,-0.32960642897678155f,-0.030876567338501616f,0.9862491566541851f,-0.16235528506426783f,2.1683958335550266f,0.03871922976888027f,-0.161130609661246f,-0.9861732849131027f,-0.17011590112535718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987729766245659f,-0.0367359174256462f,-0.03321164758635847f,-0.36558201788321815f,-0.030876567338501616f,0.9862491566541851f,-0.16235528506426783f,2.0287360097232847f,0.03871922976888027f,-0.161130609661246f,-0.9861732849131027f,-0.2409763492619718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9791989564692846f,0.20016590647276472f,-0.03321164758635847f,0.16253280119296343f,0.2029019986498194f,0.9656456598336726f,-0.16235528506426783f,2.2795347125827634f,-0.00042730945784074867f,-0.16571683538592993f,-0.9861732849131027f,-0.22716849007989218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.998456238925998f,0.044521067084581686f,-0.03321164758635847f,0.04797426319756941f,0.04934367613537563f,0.9854978249783951f,-0.16235528506426783f,2.295149603295628f,0.02550177592242262f,-0.1637434320774507f,-0.9861732849131027f,-0.22588117295378604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9580272005602792f,0.28474702711570876f,-0.03321164758635847f,0.025479945991473893f,0.2862914600010248f,0.9442870121643006f,-0.16235528506426783f,2.2919947272871166f,-0.014868857290197539f,-0.1650489903228248f,-0.9861732849131027f,-0.22460423293856363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9991296823573554f,-0.02523617041251483f,-0.03321164758635847f,0.05498769689077377f,-0.019521375732683643f,0.9865392426564712f,-0.16235528506426783f,2.3004145996707424f,0.03686181929847403f,-0.16156564734406512f,-0.9861732849131027f,-0.22698415119521026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9907765448250293f,0.1313728460876758f,-0.03321164758635847f,0.11630947683450196f,0.13504770346261108f,0.9774471234809456f,-0.16235528506426783f,2.395707903006742f,0.011133553523080212f,-0.16534296510480534f,-0.9861732849131027f,-0.276425734655857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9907765448250293f,0.1313728460876758f,-0.03321164758635847f,0.08675058646477496f,0.13504770346261108f,0.9774471234809456f,-0.16235528506426783f,2.1757823002235295f,0.011133553523080212f,-0.16534296510480534f,-0.9861732849131027f,-0.23922356750727586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9619473730880271f,-0.27014421575393693f,-0.0409799231787245f,-0.2434219971075416f,-0.26329220920574115f,0.9565496924680124f,-0.12525932464655534f,2.2664148989321484f,0.07303741493648323f,-0.10970318379172644f,-0.9912773312677712f,-0.20711959697029333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9923640705403453f,-0.1163365694734999f,-0.0409799231787245f,-0.13028889790588308f,-0.11041330577641545f,0.9859609543468811f,-0.12525932464655534f,2.289068762797939f,0.054976844290304805f,-0.11977812449076383f,-0.9912773312677712f,-0.21465915544396535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9351101678156161f,-0.35063255140294514f,-0.05124244280390547f,-0.10758636927776014f,-0.3464601067991497f,0.9350196506870121f,-0.07552249483339359f,2.2850976438149098f,0.07439333602260549f,-0.052868390611018376f,-0.995826573671153f,-0.2214036671551018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9976940357194536f,-0.04450643936913201f,-0.05124244280390547f,-0.1376056340457048f,-0.04056618007083246f,0.9963185925237976f,-0.07552249483339359f,2.291808573354651f,0.05441503582917635f,-0.0732696324958776f,-0.995826573671153f,-0.22036791018329105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9784484255278575f,-0.2000322239978978f,-0.05124244280390547f,-0.2084790804946025f,-0.1959253091095401f,0.9777063086758064f,-0.07552249483339359f,2.3868949907425305f,0.06520699220473108f,-0.06385517471578672f,-0.995826573671153f,-0.2553131866601371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9784484255278575f,-0.20238410134771587f,-0.0409799231787245f,-0.1629426576913665f,-0.1959253091095401f,0.9725859215716728f,-0.12525932464655534f,2.1680631583889043f,0.06520699220473108f,-0.11453078486702813f,-0.9912773312677712f,-0.22954376006505578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987729766245659f,-0.0367359174256462f,-0.03321164758635847f,-0.01823101394557839f,-0.030876567338501616f,0.9862491566541851f,-0.16235528506426783f,1.6715436391792053f,0.03871922976888027f,-0.161130609661246f,-0.9861732849131027f,-0.12098631118124273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9943990409610528f,-0.0387838445231579f,-0.09831765222859037f,-0.0036870722493941776f,-0.014163012139174567f,0.9707465646165458f,-0.23968837346087524f,1.3075136774480005f,0.1047375597523836f,-0.2369534145970004f,-0.9658587489317151f,-0.032128780707367584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9567812882943882f,-0.26496984667948464f,-0.11983549858193489f,0.21930311395418264f,-0.289663179637868f,0.9048729157711395f,0.3119298778025546f,0.734033596519422f,0.02578388511863039f,0.33316060189417174f,-0.9425174823915481f,-0.019334630499908592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9567812882943882f,-0.2900643555449811f,0.020790286482039844f,0.11692802360891823f,-0.289663179637868f,0.9442360271723278f,-0.15656809174253616f,1.0664125935501905f,0.02578388511863039f,-0.15582360101118758f,-0.987448326058683f,-0.08420513769162985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9474329311900777f,0.3126653704845736f,-0.0679058686441889f,-0.22410317145056552f,0.2809091382192979f,0.9144661907133227f,0.2912758865871945f,0.7409672489853986f,0.15316950401913854f,0.2568889879734223f,-0.954225943315587f,0.022382460690745454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9474329311900777f,0.24508009438493597f,-0.2056856539305753f,-0.13304563918054935f,0.2809091382192979f,0.9449078906523894f,-0.16804503636746684f,1.0995864206477204f,0.15316950401913854f,-0.216990381167283f,-0.9640820906538032f,-0.0720782339998697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9847875451738775f,0.1470067940155222f,-0.09264174752068201f,-0.013170311963979402f,0.16313972966974497f,0.9657717381803771f,-0.2016689820853355f,1.262534508317965f,0.05982407102237776f,-0.2137146514521891f,-0.9750626278762707f,-0.06757748513258968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9777398727629727f,-0.18891685360690486f,-0.09129711732970175f,-0.0137003091011996f,-0.16673025820452106f,0.9636959472486439f,-0.2085453002481536f,1.2601890692835789f,0.12738038392350598f,-0.18868106338423601f,-0.9737421086261465f,-0.06865678018315745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9955167780588002f,-0.019074884527556034f,-0.09264174752068201f,-0.013168716364767026f,0f,0.9794537363574987f,-0.2016689820853355f,1.2624525777768898f,0.09458511829788759f,-0.20076485527999116f,-0.9750626278762707f,-0.0675606913090415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9762890449467952f,0.19738714454410436f,-0.08887078195672203f,-0.012422654021877522f,0.1561634918673725f,0.9265168128665892f,0.3423150000851945f,1.2546345933302083f,0.1499088540569351f,0.32032001286879114f,-0.9353728801024082f,-0.05970831883026284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9869826917872767f,-0.13404159886670364f,-0.08887078195672203f,-0.012452015527595615f,-0.1566418277932816f,0.9264360628247655f,0.3423150000851945f,1.2537825419742243f,0.036448647408668516f,0.3517798619463663f,-0.9353728801024082f,-0.060017351287983876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9955167780588002f,0.032377904778199525f,-0.08887078195672203f,-0.012424459612864206f,0f,0.9395852493077321f,0.3423150000851945f,1.2545821962813877f,0.09458511829788759f,0.3407803259660108f,-0.9353728801024082f,-0.05972732283590244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9583969441438984f,0.2612183001979507f,-0.1150664898974954f,-0.20198267009539664f,0.2456819389173939f,0.9601346767218764f,0.13334836874130784f,1.313905890578693f,0.1453123612960268f,0.0995309107658078f,-0.9843667586101745f,-0.006424846330462336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9683392739974584f,-0.23938899683512835f,-0.07079518788975674f,0.18359113240156344f,-0.24680505061839772f,0.960648536009148f,0.12744276069173327f,1.312808080546432f,0.03750089896689405f,0.14088044029513522f,-0.9893161194072011f,-0.04506528470085801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9955167780588002f,0.012490753912408486f,-0.0937567366652927f,-0.016340584949174012f,0f,0.9912419453767983f,0.13205834212809192f,1.1512001022729204f,0.09458511829788759f,0.13146629527114478f,-0.9867979877382477f,-0.08271056651159153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9955167780588002f,0.020657864948976812f,-0.09230166422754914f,-0.00394736842105263f,0f,0.9758582099231836f,0.21840502312336985f,1.3692434210526316f,0.09458511829788759f,0.2174258649316349f,-0.9714832209849561f,-0.034868421052631604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8564250300836853f,0.17573730183010974f,-0.48544059223722913f,-1.9255986237239509f,-0.12173466686245714f,0.9825085722130703f,0.1409169131499857f,2.0989593301435407f,0.5017139012724738f,-0.06158982280626353f,0.8628382554086528f,-0.13845321973211955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.35585858222997696f,0.17573730183010974f,-0.9178676757565567f,-1.8945916012964485f,0.12173466686245714f,0.9825085722130703f,0.1409169131499857f,2.0989593301435407f,0.9265772176873104f,-0.06158982280626353f,-0.3710274294301378f,-0.049979341891367185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3307415725600241f,0.17573730183010974f,-0.9272143295516928f,-1.7710129630774458f,0f,0.9825085722130703f,0.18621736097322944f,2.071026725997556f,0.943721363634692f,-0.06158982280626353f,0.32495643022745474f,-0.1429597453458616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8424572944943711f,0.23038294136662293f,0.48702095158266795f,1.9119382432504448f,-0.2478242860184097f,0.9683591948336199f,-0.029386953578907873f,2.2584460333398915f,-0.478381469345009f,-0.09593836619646279f,0.8728957553332832f,-0.7204560466594145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.336465969938484f,0.23038294136662293f,0.913079597516349f,1.8809314603770682f,-0.01323867408222959f,0.9683591948336199f,-0.24920916373546126f,2.2744437829598607f,-0.9416025640268293f,-0.09593836619646279f,-0.3227699510636854f,-0.6334404507990169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33073901731601874f,0.23038294136662293f,0.9151696032714904f,1.7591594113230329f,-0.17064266261300243f,0.9683591948336199f,-0.18210313417821355f,2.293760378276608f,-0.9281663558442415f,-0.09593836619646279f,0.3595873270436181f,-0.7308863477857585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015554949657168757f,0f,-0.0000014778924734044936f,0.053894758063105695f,0f,0.000015625f,0f,1.5353659210526316f,0.0000014778924734044936f,0f,-0.000015554949657168757f,0.6502320319541086f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49.mcfunction new file mode 100644 index 000000000..fd53e4633 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..ade2f6406 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4012747752174341f,-0.12276483662386808f,-0.7006081601775397f,-0.004973737026087874f,-0.011638849685786375f,0.8054362377699484f,-0.13446727672347408f,1.3532193858525565f,0.7111874129908612f,-0.056086595726168365f,-0.3975062286652374f,-0.3794522886445983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40918493465085654f,0.039322078464836374f,-0.6863100344596308f,-0.004973737026087874f,0.29140330678957227f,0.7333029058923308f,-0.13172304658626033f,1.3532193858525565f,0.6226168982985256f,-0.3173651246672653f,-0.38939385665166115f,-0.3794522886445983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6240592514331181f,0.058029216513076534f,0.5235714900336526f,-0.12346296195969306f,-0.012918654318012803f,0.8097663883046744f,-0.10514727379756256f,1.3503814817743904f,-0.5266190307193545f,-0.08863098130634893f,-0.6178684245705761f,-0.3581232739097215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5865427486296038f,-0.1814254343642614f,0.5128863575839863f,-0.12346296195969306f,-0.3152517170961458f,0.7280158406148446f,-0.10300141106700006f,1.3503814817743904f,-0.4433778962667864f,-0.27762879457938167f,-0.6052588648854623f,-0.3581232739097215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3350032971711568f,-1.4959751270092925f,0.30205539269144815f,-0.8557754983423405f,0.04185350816937017f,0.300125079128319f,1.5328338040153398f,1.582669827409745f,-1.5255908116983297f,0.3367337319719421f,-0.024275893678261273f,0.1436627888013639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.950132371747713f,-0.308516444213777f,-0.04545415059984035f,-0.6279574054476385f,0.041885847953941534f,0.018182626037582306f,-0.9989569399386325f,1.5595972335119472f,0.3090211188547554f,-0.9510452122586308f,-0.004353428728060819f,0.04421150205624913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.949680054276881f,-0.308516444213777f,0.0540869499819306f,-0.31687960569517676f,-0.06273805570533664f,0.018182626037582306f,-0.9978643838100905f,1.5835356471212994f,0.3068741287156259f,-0.9510452122586308f,-0.036623399145363694f,-0.05653909301207588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9679047257447118f,-0.24293579005754068f,0.06436337304844017f,0.5880377369295962f,-0.05276553890177696f,-0.053955854410557835f,-0.9971482155022052f,1.5991776631210353f,0.24571577032306896f,-0.9685406381169276f,0.03940548858465745f,-0.24791641442500673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9697746165545693f,-0.24293579005754068f,0.022790239041231165f,0.269596725007712f,-0.009948809926393031f,-0.053955854410557835f,-0.9984937590971091f,1.596526365502077f,0.24379953705347024f,-0.9685406381169276f,0.04990809602227225f,-0.1668071817210635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9850825386326901f,-0.1223638750849271f,-0.12099369469180904f,-0.11889094413295251f,-0.01800156453511607f,0.7725327767555688f,-0.634719664507583f,1.3575433741966374f,0.17113835267193145f,-0.6230731826298825f,-0.763211290097445f,0.21565956101867903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9845939668365249f,-0.09365080888062488f,-0.14766261024755256f,-0.13737336211211687f,-0.01984585101563146f,0.8988746319092233f,-0.43775625444706534f,1.5233463910893226f,0.17372640175454418f,-0.42808167690998294f,-0.8868851195207615f,0.12985121460105248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9853465575961309f,-0.11873411329802569f,-0.12245150784202906f,0.18825045261455636f,-0.01598967529595723f,0.7790610975568859f,-0.6267440758055797f,1.3649426246084426f,0.16981310820247283f,-0.6156021577389019f,-0.7695436905529298f,0.16045035069490138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9848278674528919f,-0.09190601052124348f,-0.14719835840884354f,0.17009808590176795f,-0.018376134142823863f,0.8987015028543349f,-0.4381756799062734f,1.5307105583942162f,0.17255836456733764f,-0.42882268363209175f,-0.8867551617106137f,0.07450387775319284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9965747613004902f,-0.05967948659646937f,-0.05724599565430517f,0.234739093634167f,-0.05033200601631421f,0.9869854382388258f,-0.15272993771650362f,2.1851883133785686f,0.06561580837911395f,-0.14932549542558093f,-0.9866085657983413f,-0.20452267721037903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9965747613004902f,-0.05967948659646937f,-0.05724599565430517f,0.27420377091490294f,-0.05033200601631421f,0.9869854382388258f,-0.15272993771650362f,2.0493841521634044f,0.06561580837911395f,-0.14932549542558093f,-0.9866085657983413f,-0.2808121361399927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9965747613004902f,-0.05967948659646937f,-0.05724599565430517f,-0.35074857862987097f,-0.05033200601631421f,0.9869854382388258f,-0.15272993771650362f,2.1556182598439837f,0.06561580837911395f,-0.14932549542558093f,-0.9866085657983413f,-0.16597338978764958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9965747613004902f,-0.05967948659646937f,-0.05724599565430517f,-0.38602700844667176f,-0.05033200601631421f,0.9869854382388258f,-0.15272993771650362f,2.0160391981775962f,0.06561580837911395f,-0.14932549542558093f,-0.9866085657983413f,-0.2373416630888297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.983159703960592f,0.17355083546231653f,-0.05724599565430517f,0.13706618276080362f,0.18041391569256976f,0.9716606327054665f,-0.15272993771650362f,2.2769942666140484f,0.029117272066509742f,-0.16048589458499038f,-0.9866085657983413f,-0.23523914931371714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9982047086476766f,0.017614074348488204f,-0.05724599565430517f,0.022265465218935118f,0.026191509732733348f,0.9879208323256644f,-0.15272993771650362f,2.2899667923352225f,0.05386431519593402f,-0.15395510203242002f,-0.9866085657983413f,-0.23058625201358313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9642925324937972f,0.2585784363752057f,-0.05724599565430517f,-0.00010700395286161735f,0.2644131904170136f,0.9522390618214576f,-0.15272993771650362f,2.286284311740568f,0.015019204712474681f,-0.16241293477782048f,-0.9866085657983413f,-0.22871807514106915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970018278618216f,-0.05206007320138831f,-0.05724599565430517f,0.029124323912100902f,-0.042786165069994525f,0.9873413341918369f,-0.15272993771650362f,2.2954023169462525f,0.06447246946402638f,-0.14982269045291496f,-0.9866085657983413f,-0.23182565898067353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9928710706323761f,0.10454632027415577f,-0.05724599565430517f,0.08686233281164536f,0.11219481704799528f,0.9818787548127723f,-0.15272993771650362f,2.3925880587494963f,0.04024127394710504f,-0.15806384078736616f,-0.9866085657983413f,-0.28189459595480276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9928710706323761f,0.10454632027415577f,-0.05724599565430517f,0.06333941074996036f,0.11219481704799528f,0.9818787548127723f,-0.15272993771650362f,2.1716653389166227f,0.04024127394710504f,-0.15806384078736616f,-0.9866085657983413f,-0.24633023177764543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9557104793788183f,-0.2855106004043376f,-0.07142252209397147f,-0.2667426613908496f,-0.2788677016648331f,0.9560715611948609f,-0.09033257907640761f,2.2554604319702123f,0.09407595109103513f,-0.06641435786918695f,-0.9933472950056996f,-0.20141184001204201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9886077955046162f,-0.13248943356071363f,-0.07142252209397147f,-0.1542050073681319f,-0.12587183428722248f,0.9879252534936919f,-0.09033257907640761f,2.2799146816218583f,0.08252822547875713f,-0.08031340799758588f,-0.9933472950056996f,-0.21172720360418226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.928272867836709f,-0.3608817335618437f,-0.089854644952891f,-0.13181844830067938f,-0.36178459095597676f,0.9322383597071754f,-0.006599275512698066f,2.275334891037238f,0.08614750481022837f,0.02638209756395936f,-0.9959330260329241f,-0.2235504783852466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9943585484861935f,-0.05636683273717033f,-0.089854644952891f,-0.16183278239066867f,-0.05600009676611595f,0.9984089536482003f,-0.006599275512698066f,2.281603516759445f,0.09008366230685713f,-0.0015301772076200502f,-0.9959330260329241f,-0.22088407524817583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9732986293856668f,-0.21122481108139757f,-0.089854644952891f,-0.2348876061183426f,-0.21149621320342504f,0.9773565374843101f,-0.006599275512698066f,2.378051312859979f,0.08921395539148326f,0.012580851334827253f,-0.9959330260329241f,-0.246309650732683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9732986293856668f,-0.2181481179696913f,-0.07142252209397147f,-0.18580427957516216f,-0.21149621320342504f,0.9731954464330465f,-0.09033257907640761f,2.159082337412544f,0.08921395539148326f,-0.07281498244362697f,-0.9933472950056996f,-0.22992627968286694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9965747613004902f,-0.05967948659646937f,-0.05724599565430517f,-0.028857760167713308f,-0.05033200601631421f,0.9869854382388258f,-0.15272993771650362f,1.6643166116208257f,0.06561580837911395f,-0.14932549542558093f,-0.9866085657983413f,-0.13076742164344776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9839086336444315f,-0.06271730136030347f,-0.16730314028740978f,-0.005338772157599506f,-0.023565335375659555f,0.9737398978174354f,-0.22644046980856433f,1.2991641499392874f,0.17711147791315085f,-0.2188541786408738f,-0.9595490466270329f,-0.04869710465312008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9544347208624939f,-0.23549754631411024f,-0.18329012328046126f,0.21607347940278643f,-0.28281444490480245f,0.9098220401998086f,0.30371013305427635f,0.7302729023614514f,0.09523840278648964f,0.34170859053686564f,-0.9349678528099173f,-0.029012537008040656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9544347208624939f,-0.2961127086908093f,-0.03703548789910972f,0.11186803955315842f,-0.28281444490480245f,0.9371386935176637f,-0.204418831972974f,1.0556863718760472f,0.09523840278648964f,-0.18463025988119725f,-0.9781826586946224f,-0.10698171679955856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9407378255723199f,0.3115672547376416f,-0.13393352572344577f,-0.21562690061276907f,0.2680518990058115f,0.9250457659944493f,0.2691440325459969f,0.7291557010573785f,0.20775110824455686f,0.2172928360323735f,-0.9537417367569516f,0.02690152756820896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9407378255723199f,0.2142919135196019f,-0.2628522766452115f,-0.13687854720457732f,0.2680518990058115f,0.9446386642952059f,-0.18922466371471597f,1.0877304725177837f,0.20775110824455686f,-0.2484688506003852f,-0.9460986773611312f,-0.0791633394695863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9796413371998725f,0.1267768063104261f,-0.15566146546584572f,-0.016790895298853904f,0.1590127395946802f,0.9633209522642994f,-0.21616588901859146f,1.2507989846078895f,0.12254713010038383f,-0.23651719664821896f,-0.9638681531173376f,-0.08261949518368719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9671870233417985f,-0.20261371860621835f,-0.15328712572095352f,-0.017770828404689687f,-0.16499352627804423f,0.9597034776930958f,-0.2274782872937856f,1.2468869483838918f,0.19320040933074548f,-0.19472266415684095f,-0.9616427017859048f,-0.08428074580498726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9872090827692755f,-0.03446353242009488f,-0.15566146546584572f,-0.01678479044510111f,0f,0.9763566502179427f,-0.21616588901859146f,1.2506260332549204f,0.15943094711455996f,-0.21340092902404867f,-0.9638681531173376f,-0.08258169344454676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9656657508952028f,0.21159847977437013f,-0.15071742070901908f,-0.015456805148883623f,0.15350526146372778f,0.9327997339097946f,0.32606869080113954f,1.24437979269119f,0.20958480920848382f,0.2917374500728215f,-0.9332542354439392f,-0.07435870305317734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9824592561872489f,-0.1098092392598091f,-0.15071742070901908f,-0.015535988395199016f,-0.15426641930870444f,0.93267415572262f,0.32606869080113954f,1.2429398592957621f,0.10476488822916025f,0.34359984025066154f,-0.9332542354439392f,-0.0748490120012233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9872090827692755f,0.051985440198830266f,-0.15071742070901908f,-0.015462944266329468f,0f,0.9453460788934553f,0.32606869080113954f,1.244268153921121f,0.15943094711455996f,0.32189797316557145f,-0.9332542354439392f,-0.07439671695582555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9490177932234329f,0.2597968993795393f,-0.1785239457834803f,-0.20140397760570877f,0.24186284950190232f,0.9633316211192309f,0.11616604401723772f,1.3025485593635615f,0.2021573401490672f,0.06706533250921944f,-0.9770540675926191f,-0.010498689551272186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9639886566262941f,-0.22877345261987192f,-0.13560448839259018f,0.1806133381195294f,-0.24372688447489688f,0.9640033766522754f,0.10627650533947544f,1.300613716704223f,0.10640994164077522f,0.13549980508987639f,-0.9850465608998452f,-0.07553647756275624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9872090827692755f,0.018217393886379808f,-0.15838672121688138f,-0.02080757256262844f,0f,0.9934502935811563f,0.11426510483745417f,1.139692934874958f,0.15943094711455996f,0.11280354933911825f,-0.9807431531031209f,-0.09547873892410205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9872090827692755f,0.032107184209967096f,-0.15616451459903705f,-0.0059210526315789545f,0f,0.9795119293045672f,0.20138614736382585f,1.3585526315789473f,0.15943094711455996f,0.19881023382148066f,-0.9669830732903253f,-0.05230263157894748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8525240006880411f,0.13891693841681818f,-0.5038897820672245f,-1.8375560097916235f,-0.0940929341187134f,0.9890744290994786f,0.1134825689278836f,2.0015639952153106f,0.5141491495663378f,-0.04933414560361153f,0.8562807916085549f,0.040419480172796375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3372816043839372f,0.13891693841681818f,-0.9310978485449827f,-1.8061819080431063f,0.0940929341187134f,0.9890744290994786f,0.1134825689278836f,2.0015639952153106f,0.9366897240245186f,-0.04933414560361153f,-0.3466677126362259f,0.12876385316549863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3346570853175157f,0.13891693841681818f,-0.932044376340356f,-1.6820623024663115f,0f,0.9890744290994786f,0.14741700614766395f,1.979451444293161f,0.9423399785888239f,-0.04933414560361153f,0.33100076560451736f,0.034941551828469884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7335255405741236f,0.5269048677086491f,0.42931520088435093f,1.8001203187647747f,-0.4922913222308195f,0.8474005316705331f,-0.19890096274460095f,2.238585739284279f,-0.46860381494570774f,-0.06544921167919997f,0.8809806270905736f,-0.8855844293036198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2517953381203196f,0.5269048677086491f,0.8117698984846659f,1.7712879797559742f,0.08208629980238116f,0.8474005316705331f,-0.524570470298559f,2.2631371795085475f,-0.9642929778265668f,-0.06544921167919997f,-0.2566231743333868f,-0.7998232171491979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.30754494942720617f,0.5269048677086491f,0.792330337969428f,1.6668545985649603f,-0.2618820290588651f,0.8474005316705331f,-0.46187676038149983f,2.3201429734536383f,-0.9147862629805003f,-0.06544921167919997f,0.3986006695337357f,-0.9024939236564692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015425141918269934f,0f,-0.0000024911085486649995f,0.09656254195479377f,0f,0.000015625f,0f,1.5246751315789473f,0.0000024911085486649995f,0f,-0.000015425141918269934f,0.6275543056857289f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..157f8d740 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,-0.12955232821402396f,-0.3321682585119034f,0.03364545423573996f,-0.13608201573069442f,0.8051438343245989f,-0.013020579410998783f,1.2899202262504903f,0.329547026542762f,0.04363536120914889f,-0.7459484948663786f,-0.3299995788328983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,0.15818194093365764f,-0.32538931446064007f,0.03364545423573996f,0.1786695350110621f,0.7796887269777676f,-0.012754853300570237f,1.2899202262504903f,0.31460599114072085f,-0.08404738298274994f,-0.7307250561956362f,-0.3299995788328983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7508410810278253f,0.13239354080951632f,0.29266715879532873f,-0.031641957350279776f,0.13676093160595698f,0.8050241231381589f,-0.013306133786849311f,1.289835811240657f,-0.29065196209845545f,0.03677711193122314f,-0.7623078941023508f,-0.3348357115073179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7291606741716341f,-0.16165102967297904f,0.2866943596362404f,-0.031641957350279776f,-0.17801022271473085f,0.7798348929948792f,-0.013034580036097285f,1.289835811240657f,-0.2768340149812162f,-0.07567353747071139f,-0.7467505901410784f,-0.3348357115073179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.00542740204311394f,0.08675676767917465f,1.5600801442775065f,-0.6414573249954917f,1.5064792931520845f,0.4142579950344753f,-0.017796147167645666f,1.0683601232134292f,-0.4146045496748179f,1.5040843815464204f,-0.0850851959923898f,0.21353866951172973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48126073842785005f,-0.8744910351821897f,-0.06044444584792573f,-0.5435733448560963f,-0.7150623634057676f,0.43153541650609684f,-0.5499663632818534f,1.2488439507454157f,0.5070245734561971f,-0.22145566980073428f,-0.8329966796000268f,0.07148190207324548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6608924982359992f,-0.7449146860397771f,0.09123166280212264f,-0.2984375f,-0.7311535305662351f,0.6116866636554351f,-0.30208267121205773f,1.5061445712714936f,0.16922062674481922f,-0.26634852360834105f,-0.9489061299495054f,0.006854426205135967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6506404492151744f,0.7293955681760173f,0.21130336242062236f,0.40701417657224703f,0.3171644533694621f,-0.0081898052026524f,-0.9483351921180574f,1.3897469264018838f,-0.6899809528993726f,0.6840431508435176f,-0.2366669652066933f,0.29926613110737466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24326027442635434f,0.8827253481477386f,0.4020203957804482f,0.2984375f,0.36770826783037397f,0.4674585327314008f,-0.8039111579930904f,1.5061445712714936f,-0.8975606211589279f,-0.04773342554289732f,-0.4382994996925504f,0.0068544262051360395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.623605571806383e-17f,9.584185742759186e-17f,-0.15625000000000003f,0f,0.7826081568524139f,-0.6225146366376195f,1.183331230604068f,-1.2246467991473532e-16f,-0.6225146366376195f,-0.7826081568524139f,0.26709353887822707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.3755840552672803e-17f,1.1772060590738186e-16f,-0.15625000000000003f,0f,0.9612616959383189f,-0.27563735581699916f,1.3618450651186464f,-1.2246467991473532e-16f,-0.27563735581699916f,-0.9612616959383189f,0.20940364906292522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.307397298776125e-17f,1.0497271911386188e-16f,0.15624999999999997f,0f,0.8571673007021124f,-0.5150380749100542f,1.174482699817056f,-1.2246467991473532e-16f,-0.5150380749100542f,-0.8571673007021124f,0.2189250233646433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.137303368083779e-18f,1.2244602795081332e-16f,0.15624999999999997f,0f,0.9998476951563913f,-0.017452406437283463f,1.3618450651186464f,-1.2246467991473532e-16f,-0.017452406437283463f,-0.9998476951563913f,0.20940364906292525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.492469013153036e-17f,1.2155184676135686e-16f,0.29375f,0f,0.9925461516413221f,0.12186934340514752f,2.048738330778324f,-1.2246467991473532e-16f,0.12186934340514752f,-0.9925461516413221f,0.08995092768880728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.492469013153036e-17f,1.2155184676135686e-16f,0.33125f,0f,0.9925461516413221f,0.12186934340514752f,1.936095312767391f,-1.2246467991473532e-16f,0.12186934340514752f,-0.9925461516413221f,-0.018333941953210094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.492469013153036e-17f,1.2155184676135686e-16f,-0.29375f,0f,0.9925461516413221f,0.12186934340514752f,2.048738330778324f,-1.2246467991473532e-16f,0.12186934340514752f,-0.9925461516413221f,0.0899509276888072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.492469013153036e-17f,1.2155184676135686e-16f,-0.33125f,0f,0.9925461516413221f,0.12186934340514752f,1.936095312767391f,-1.2246467991473532e-16f,0.12186934340514752f,-0.9925461516413221f,-0.018333941953210177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877114756026952f,0.15610361901830394f,0.007596123493896092f,0.19496462027194172f,0.1542650366885564f,0.965977122095601f,0.20758250900155034f,2.1531292909170716f,0.02506669938832514f,0.20620344254470777f,-0.9781880191785661f,0.09021368771009494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999710944567733f,-0.0003303918709204601f,0.007596123493896092f,0.07977960830508365f,0.0012536637626411745f,0.978216709264257f,0.20758250900155034f,2.16313155838936f,-0.00749923850088333f,0.20758603170112416f,-0.9781880191785661f,0.09144181172971326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705028598324492f,0.2406141057938743f,0.015134435901338745f,0.0573305798057141f,0.2344582193663938f,0.9273247588371781f,0.2917158463627055f,2.1589616611318725f,0.05615641039611992f,0.28665945604599175f,-0.9563852852437864f,0.07940205564102107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973569167033716f,-0.07106426354991871f,0.015134435901338745f,0.08642145132926231f,-0.06357609245797038f,0.9543898288690352f,0.2917158463627055f,2.1684359921317458f,-0.03517472347751496f,0.2899826287856596f,-0.9563852852437864f,0.08275226027734495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08583165117743127f,0.015134435901338745f,0.1445354199875296f,0.0865060970576292f,0.9525851983695457f,0.2917158463627055f,2.2775509793260205f,0.010621613142644929f,0.2919150004768671f,-0.9563852852437864f,0.08427893890403709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08682408883346517f,0.007596123493896092f,0.12499999999999999f,0.0865060970576292f,0.9743850353574184f,0.20758250900155034f,2.0583143463706017f,0.010621613142644929f,0.20744970588015121f,-0.9781880191785661f,0.037602755081003136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877114756026952f,-0.156103619018304f,-0.007596123493895851f,-0.19496462027194175f,-0.1542650366885564f,0.965977122095601f,0.20758250900155034f,2.1531292909170716f,-0.02506669938832538f,0.2062034425447077f,-0.9781880191785661f,0.0902136877100949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999710944567733f,0.00033039187092040456f,-0.007596123493895851f,-0.07977960830508368f,-0.0012536637626411745f,0.978216709264257f,0.20758250900155034f,2.16313155838936f,0.007499238500883083f,0.20758603170112414f,-0.9781880191785661f,0.09144181172971325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9705028598324492f,-0.24061410579387438f,-0.015134435901338509f,-0.05733057980571413f,-0.2344582193663938f,0.9273247588371781f,0.2917158463627055f,2.1589616611318725f,-0.056156410396120154f,0.28665945604599163f,-0.9563852852437864f,0.07940205564102105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973569167033716f,0.07106426354991864f,-0.015134435901338509f,-0.08642145132926234f,0.06357609245797038f,0.9543898288690352f,0.2917158463627055f,2.1684359921317458f,0.03517472347751471f,0.2899826287856596f,-0.9563852852437864f,0.08275226027734492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08583165117743134f,-0.015134435901338509f,-0.14453541998752964f,-0.0865060970576292f,0.9525851983695457f,0.2917158463627055f,2.2775509793260205f,-0.010621613142645172f,0.291915000476867f,-0.9563852852437864f,0.08427893890403705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08682408883346522f,-0.007596123493895851f,-0.125f,-0.0865060970576292f,0.9743850353574184f,0.20758250900155034f,2.0583143463706017f,-0.010621613142645172f,0.2074497058801512f,-0.9781880191785661f,0.03760275508100311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.492469013153036e-17f,1.2155184676135686e-16f,-7.546008837903317e-19f,0f,0.9925461516413221f,0.12186934340514752f,1.545826026673013f,-1.2246467991473532e-16f,0.12186934340514752f,-0.9925461516413221f,0.006161783824656314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.137303368083779e-18f,1.2244602795081332e-16f,-1.5560896468217489e-18f,0f,0.9998476951563913f,-0.017452406437283463f,1.1708831409893663f,-1.2246467991473532e-16f,-0.017452406437283463f,-0.9998476951563913f,0.012706436238637613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.11415162468956418f,0.042679543609727505f,0.14147799917103898f,-0.11299528757190812f,0.7308039130211833f,-0.6731698936371625f,0.8712784608847495f,0.0456530595748361f,-0.6729747746339825f,-0.7382552071321927f,0.41770574540650435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.05908343009591989f,0.10658932943828053f,0.12499999999999999f,-0.11299528757190812f,0.11851878152786144f,-0.9865015780077054f,0.884049546935512f,0.0456530595748361f,-0.9911924367716147f,-0.12431150967712074f,0.09106603578074064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1735423958889124f,0.0060602340038824615f,-0.14782521155723818f,0.1610037867077228f,0.925615195478575f,-0.34251173784986344f,0.8829694314517418f,-0.06504975228868995f,-0.3363324943092706f,-0.9394940037056568f,0.4057581521711991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1610037867077228f,0.17466711991980233f,-0.9713748904952688f,0.8847955356057844f,-0.06504975228868995f,-0.9801970732249703f,-0.1870353639512658f,0.06472017982759637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.449675761891814e-17f,-3.992073557315865e-18f,0.10071721869298275f,0.7650232281094622f,-0.636078220277764f,1.0688817087999136f,-0.08302486804696385f,-0.6306364829261877f,-0.77162458338772f,0.03259775439004374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.1506047637740064e-18f,-0.10071721869298275f,0.6690530962731831f,-0.7363586057255098f,1.0313283520969505f,0.0830248680469636f,-0.7318885580723797f,-0.6763475510774893f,0.03389225992885311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.789711564705086e-17f,9.449675761891814e-17f,-3.992073557315865e-18f,0f,0.77162458338772f,-0.636078220277764f,1.0688817087999136f,-1.2246467991473532e-16f,-0.636078220277764f,-0.77162458338772f,0.03259775439004374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1711355583995224e-16f,-4.014156698705039e-18f,0.08334745129907635f,0.9526657276502964f,-0.2923717047227367f,1.0938714127254063f,-0.02548187308350924f,-0.2912591421168357f,-0.9563047559630354f,0.03277807692389227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1711355583995224e-16f,-4.014156698705039e-18f,-0.08334745129907635f,0.9526657276502964f,-0.2923717047227367f,1.0938714127254063f,0.025481873083508997f,-0.2912591421168357f,-0.9563047559630354f,0.03277807692389227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.5805207234995457e-17f,1.1711355583995224e-16f,-4.014156698705039e-18f,0f,0.9563047559630354f,-0.2923717047227367f,1.0938714127254063f,-1.2246467991473532e-16f,-0.2923717047227367f,-0.9563047559630354f,0.03277807692389227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1354727397163214e-16f,-0.19375f,0.12102177802451283f,0.9192516681590037f,-0.374606593415912f,1.1063320540569428f,-0.048895972219104154f,-0.37140178207895425f,-0.9271838545667874f,0.032949738238130716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12102177802451286f,0.8831045221446584f,-0.4532991641415635f,1.1064564259550769f,0.04889597221910393f,-0.4507978836772851f,-0.8912858419008065f,0.020373386228070195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.559780123493432e-17f,1.0911682878666936e-16f,-0.00781250000000001f,0f,0.8910065241883679f,-0.4539904997395468f,0.9678323574952336f,-1.2246467991473532e-16f,-0.4539904997395468f,-0.8910065241883679f,0.08370116071636782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.587607655662906e-17f,1.1354727397163214e-16f,0f,0f,0.9271838545667874f,-0.374606593415912f,1.175f,-1.2246467991473532e-16f,-0.374606593415912f,-0.9271838545667874f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.609909143463333f,-0.13996830792532386f,-0.7800126341902067f,-0.5976400698823765f,0.016295027071973917f,0.9862856015372314f,-0.1642412381013527f,1.643261941078476f,0.792303798307535f,0.08746190586114226f,0.6038253938106525f,0.42541653738903373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44475136612186256f,-0.13996830792532386f,-0.8846497019211947f,-0.5479601388605135f,-0.016295027071973917f,0.9862856015372314f,-0.1642412381013527f,1.643261941078476f,0.8955058315976845f,0.08746190586114226f,0.4363710813031451f,0.5049210464036987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5299192642332046f,-0.13996830792532386f,-0.8364176266501447f,-0.4473374603739233f,0f,0.9862856015372314f,-0.16504760586067763f,1.6680190819575775f,0.8480480961564262f,0.08746190586114226f,0.5226517402904133f,0.38677103085280423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6214898593618128f,-0.39384165464152304f,-0.6772289906520998f,0.6201061928020439f,-0.6891295814097422f,0.6859971424770988f,0.23347021338767926f,2.083941218077093f,0.37262685723987743f,0.6117979009301049f,-0.6977482022055306f,-0.40068224413880044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.26551116349764214f,-0.39384165464152304f,-0.8799957801758802f,0.6393097998036383f,-0.5523156642466178f,0.6859971424770988f,-0.4736616171288026f,2.150912154508298f,0.7902222656227462f,0.6117979009301049f,-0.03538501563616736f,-0.4634132384849434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20483847468367408f,-0.39384165464152304f,-0.8960635861134485f,0.7641175342198584f,-0.7143566552661861f,0.6859971424770988f,-0.13821175633846206f,2.138158449743465f,0.6691306063588585f,0.6117979009301049f,-0.42186201541658663f,-0.36876843899938394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3411225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5.mcfunction new file mode 100644 index 000000000..6f2dde59b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50.mcfunction new file mode 100644 index 000000000..2e9e9f4ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..a7a8759bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.34678823732806346f,-0.1332156086794002f,-0.7272798391950074f,-0.035756288351495455f,-0.028197533293531394f,0.8051004629143732f,-0.13402458049054505f,1.3508525433082081f,0.7388418382925395f,-0.03180079658881708f,-0.34647639424535387f,-0.3943168473295303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3637909821620591f,0.00943830729268108f,-0.7124373934971502f,-0.035756288351495455f,0.27629141355388975f,0.739206434083542f,-0.13128938497032985f,1.3508525433082081f,0.6567489444939807f,-0.30575278602973177f,-0.3394054474240201f,-0.3943168473295303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6710823473066241f,0.04626243826119435f,0.46309039547803726f,-0.1504926041440545f,-0.007633131991936774f,0.8114183759409354f,-0.09212165286083886f,1.3468136423031984f,-0.4653328517028102f,-0.08002781039081606f,-0.6663372502979452f,-0.3634863921310193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6246887647049073f,-0.20970237671836967f,0.4536395710805263f,-0.1504926041440545f,-0.3110874745523181f,0.7314923330791924f,-0.09024161912898501f,1.3468136423031984f,-0.39113748277059546f,-0.24686814262886775f,-0.6527385309041096f,-0.3634863921310193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.538851023462769f,-1.3747435419969425f,0.5110049102022675f,-0.8099236498349501f,0.2328690972206985f,0.457300699015443f,1.4758232632126396f,1.569649511980393f,-1.4480392978344006f,0.5851175218857222f,0.04717973621766542f,0.25649125781969406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8701375068862471f,-0.4773493780205462f,-0.122467507581333f,-0.6069989625445211f,0.06565033441092112f,0.13401370331709617f,-0.9888024883236144f,1.543578707621126f,0.48841657701343477f,-0.8684341648200139f,-0.08527220339503713f,0.11343221366890073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8786403805902576f,-0.4773493780205462f,0.01134252615622909f,-0.3193009338073685f,-0.0855521839090305f,0.13401370331709617f,-0.9872796722062258f,1.5764806465530508f,0.4697572835248034f,-0.8684341648200139f,-0.1585881330641183f,-0.040096062462147516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9431614462883583f,-0.3254290243186377f,0.06739759911355592f,0.5655061548169118f,-0.08450502993841705f,0.03870598561317179f,-0.9956710031897184f,1.6020762099901422f,0.3214115526087376f,-0.9447739395266639f,-0.06400638281381185f,-0.309757713928491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.945522697586722f,-0.3254290243186377f,0.009098267931187724f,0.2550727874614695f,-0.022934516904803838f,0.03870598561317179f,-0.998987414641474f,1.5952868395868025f,0.3247473422257239f,-0.9447739395266639f,-0.04406094538926869f,-0.20149491285319285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9680067709497426f,-0.1786436299468465f,-0.17620824292542608f,-0.09797469660607647f,-0.024604521616338523f,0.7664297414119442f,-0.6418567355689676f,1.3453834808521983f,0.2497148552078609f,-0.6169861464884236f,-0.7463046201986709f,0.2109904412575641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.966825025462474f,-0.13474262391999323f,-0.21701104911649433f,-0.12459525764805328f,-0.027689304293991673f,0.8998358679153021f,-0.435348955713494f,1.511381775113108f,0.253934386342616f,-0.4148973802186154f,-0.873714765424351f,0.12773646518267157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.968631909781741f,-0.1721335838831587f,-0.17922681900908913f,0.20311466260051586f,-0.02122166828750305f,0.7758996053387828f,-0.6304993602139628f,1.3560553224709684f,0.24759213264494567f,-0.6069183072989814f,-0.7552140783365117f,0.13021886619486217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.967381060543994f,-0.13193596367834914f,-0.21625629514315342f,0.1770250675661807f,-0.02520940565589458f,0.8995694836046998f,-0.43604957290845997f,1.5219992908161717f,0.2520681843614022f,-0.4163744056200371f,-0.8735525083114963f,0.04668896196415839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9928467126754553f,-0.08309115463133834f,-0.08573951919373415f,0.21177809426938116f,-0.07052107836569693f,0.9875732909859478f,-0.1404484689746516f,2.1844474425177527f,0.09634408459101629f,-0.13339735736968503f,-0.9863685733087322f,-0.21326728059174155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9928467126754553f,-0.08309115463133834f,-0.08573951919373415f,0.25135816039921544f,-0.07052107836569693f,0.9875732909859478f,-0.1404484689746516f,2.050478277616849f,0.09634408459101629f,-0.13339735736968503f,-0.9863685733087322f,-0.2926775678403877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9928467126754553f,-0.08309115463133834f,-0.08573951919373415f,-0.37151934942744885f,-0.07052107836569693f,0.9875732909859478f,-0.1404484689746516f,2.1430163089779057f,0.09634408459101629f,-0.13339735736968503f,-0.9863685733087322f,-0.15666513089451947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9928467126754553f,-0.08309115463133834f,-0.08573951919373415f,-0.4064027867482737f,-0.07052107836569693f,0.9875732909859478f,-0.1404484689746516f,2.003758063199575f,0.09634408459101629f,-0.13339735736968503f,-0.9863685733087322f,-0.22884961179883936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9856192521974395f,0.14561395725062598f,-0.08573951919373415f,0.11100167608851608f,0.1566494141096373f,0.977617097140687f,-0.1404484689746516f,2.275055512632849f,0.06336916250722573f,-0.1518597604108118f,-0.9863685733087322f,-0.23958628931323456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962636851664025f,-0.010363612646496795f,-0.08573951919373415f,-0.003857406500887478f,0.0017877922717614153f,0.9900863757074276f,-0.1404484689746516f,2.2852389188757765f,0.08634508334266838f,-0.14007699372646462f,-0.9863685733087322f,-0.23105223933610897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9691775807776364f,0.23096223017289097f,-0.08573951919373415f,-0.026065665241251368f,0.24125826001930506f,0.9602440728976845f,-0.1404484689746516f,2.281001990610002f,0.04989257350012678f,-0.15680487460034784f,-0.9863685733087322f,-0.22851850541327234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9931139078279052f,-0.07983420900349893f,-0.08573951919373415f,0.002829354592259678f,-0.06728149697180981f,0.9877992851424365f,-0.1404484689746516f,2.2908519831203247f,0.09590602819437048f,-0.13371264467086488f,-0.9863685733087322f,-0.23243272326203668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9933758494218685f,0.07650592548168023f,-0.08573951919373415f,0.05663447292338601f,0.08807270264153592f,0.9861629817692874f,-0.1404484689746516f,2.390058523061683f,0.07380799980216705f,-0.14706942834627346f,-0.9863685733087322f,-0.2829175348937257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9933758494218685f,0.07650592548168023f,-0.08573951919373415f,0.03942063969000799f,0.08807270264153592f,0.9861629817692874f,-0.1404484689746516f,2.168171852163594f,0.07380799980216705f,-0.14706942834627346f,-0.9863685733087322f,-0.2498269135158142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.948342432598909f,-0.29830449576912377f,-0.10798638032785512f,-0.2896454261495883f,-0.29459537371441424f,0.9543555194626426f,-0.04918443104534245f,2.244603193805933f,0.1177293349953527f,-0.01483139491478201f,-0.9929349593031931f,-0.19013452611497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9833318677843116f,-0.1462784312997136f,-0.10798638032785512f,-0.1778544369324966f,-0.1416743206656641f,0.9886906890462095f,-0.04918443104534245f,2.2708853666272235f,0.11395975019163467f,-0.03306572137163234f,-0.9929349593031931f,-0.20359419723487227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9211361077715783f,-0.3646612916255433f,-0.13612646087156466f,-0.15624985540334937f,-0.3764172564462115f,0.92356666351738f,0.07303880536318816f,2.266142380820778f,0.09908743618105323f,0.11851902981953996f,-0.9879954046258013f,-0.22133276638432342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9887390339939259f,-0.062166786207269537f,-0.13612646087156466f,-0.18614318658284043f,-0.07259629012407412f,0.9946834227890498f,0.07303880536318816f,2.2718879280825295f,0.13086214623403983f,0.0820985939058646f,-0.9879954046258013f,-0.2167893026553783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9668409878234956f,-0.21607427175642518f,-0.13612646087156466f,-0.2608616223061364f,-0.22730527845440074f,0.9710806574625435f,0.07303880536318816f,2.3693722382349596f,0.11640796644239797f,0.10155917382021598f,-0.9879954046258013f,-0.2309176135387948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9668409878234956f,-0.231424817010136f,-0.10798638032785512f,-0.20879103847885588f,-0.22730527845440074f,0.9725806918346227f,-0.04918443104534245f,2.1505415825721697f,0.11640796644239797f,-0.023007649647709558f,-0.9929349593031931f,-0.22574089236806016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9928467126754553f,-0.08309115463133834f,-0.08573951919373415f,-0.03942162267105882f,-0.07052107836569693f,0.9875732909859478f,-0.1404484689746516f,1.6576144203930414f,0.09634408459101629f,-0.13339735736968503f,-0.9863685733087322f,-0.1385937393740757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9651850406855488f,-0.08690524751187981f,-0.24670896860822533f,-0.006832154854103895f,-0.03397605024980336f,0.9768558711464287f,-0.21118294205776839f,1.2912934687131308f,0.25935201029924215f,-0.19544842020761088f,-0.9457993707928183f,-0.06530058179622164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9455438432790062f,-0.2020512975863126f,-0.2551903477423342f,0.2150522699542071f,-0.27488087928206856f,0.9155557133063646f,0.2935953644681587f,0.7289363104757791f,0.1743196565000142f,0.34775423645983305f,-0.9212381062363604f,-0.037825900223071834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9455438432790062f,-0.3092019809444806f,-0.10169058666944131f,0.10616337176179869f,-0.27488087928206856f,0.9258600748063007f,-0.25927518987513687f,1.0449278160233195f,0.1743196565000142f,-0.2172032616230255f,-0.9604350058687139f,-0.1301803983900208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9288286422902372f,0.3055204240270151f,-0.20960587721633026f,-0.20323495503258027f,0.25317722347205507f,0.9364056795337822f,0.2429932033038306f,0.7174454570227551f,0.27051552039810134f,0.1726316130933976f,-0.9471112286233946f,0.03353957242959231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9288286422902372f,0.17533488962559857f,-0.3263970430951445f,-0.1399591885028998f,0.25317722347205507f,0.9435417414566492f,-0.21361244262433524f,1.0756752056713064f,0.27051552039810134f,-0.28104565217937993f,-0.9207793951945339f,-0.08446943779398267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9687478124095343f,0.10110403693427775f,-0.22650750466007458f,-0.020271008543355756f,0.1547343371303538f,0.9600232373125978f,-0.2332652325844331f,1.238959978480663f,0.1938684112086637f,-0.261023672365998f,-0.9456646771451267f,-0.09717334585112072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9495313877844851f,-0.22081048517857757f,-0.2227843649075735f,-0.02183880792386496f,-0.16341371323340428f,0.9544781784769769f,-0.2495342965176193f,1.2332501621416743f,0.26774260389288146f,-0.20053462655230803f,-0.9423904507231522f,-0.0993610259475479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9724926885841131f,-0.054335264636417094f,-0.22650750466007458f,-0.020254967005101092f,0f,0.9724131484442867f,-0.2332652325844331f,1.2386728904757645f,0.23293340389571263f,-0.22684873318923385f,-0.9456646771451267f,-0.09710637272315627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9488380965874647f,0.22489908269993808f,-0.2216453677950508f,-0.018213682126840873f,0.1508501276706509f,0.9395062158520779f,0.30752611166705346f,1.234228685849032f,0.27739954117846927f,0.25835725841561935f,-0.9253653449194753f,-0.08858404579955992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9714545011214948f,-0.08455461658469339f,-0.2216453677950508f,-0.018373209122504248f,-0.15192343138506667f,0.9393332537705295f,0.30752611166705346f,1.2321096060947934f,0.18219611205230152f,0.33242075021737977f,-0.9253653449194753f,-0.08925006808026242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9724926885841131f,0.07163310397741979f,-0.2216453677950508f,-0.018227781075721105f,0f,0.9515396421815241f,0.30752611166705346f,1.234041402204631f,0.23293340389571263f,0.299066895144911f,-0.9253653449194753f,-0.08864290865251889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9340726919604171f,0.25443394189864854f,-0.25054256194055097f,-0.19929176676554172f,0.23735745021091073f,0.9665979124220904f,0.09669496641827867f,1.2912570909156103f,0.26677639881217896f,0.030851983909825312f,-0.9632645057955956f,-0.012798922966977003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9530175635476096f,-0.21870824815599244f,-0.20958107204209744f,0.17644454542272472f,-0.24006577947977012f,0.9672659968265612f,0.08224909060828174f,1.2882953700533724f,0.18473209004541796f,0.12869807135950323f,-0.9743258496703225f,-0.10767232107885626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9724926885841131f,0.021761522864591442f,-0.23191465407139983f,-0.024937009851196734f,0f,0.9956264331037342f,0.09342379624664894f,1.128134092489356f,0.23293340389571263f,0.090853958789638f,-0.9682394267544612f,-0.10734839009139165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9724926885841131f,0.04226986911117468f,-0.2290659922724614f,-0.00789473684210526f,0f,0.9833969213579058f,0.181467614366291f,1.347861842105263f,0.23293340389571263f,0.17647592818601934f,-0.9563463159966894f,-0.06973684210526321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8465505005379137f,0.0973127617392642f,-0.5233378224834175f,-1.7292856309737044f,-0.06416699099599028f,0.9946340662717418f,0.08115215017644907f,1.904168660287081f,0.5284267662652302f,-0.03511838000844628f,0.8482522337607217f,0.22333392631665475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31400592651769665f,0.0973127617392642f,-0.9444207243143492f,-1.6974618716012735f,0.06416699099599026f,0.9946340662717418f,0.0811521501764491f,1.904168660287081f,0.9472501651508345f,-0.03511838000844628f,-0.3185652586320406f,0.3115173195344575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33945343330592953f,0.0973127617392642f,-0.9355755410545394f,-1.573037420129308f,-1.3877787807814457e-17f,0.9946340662717418f,0.10345566302402417f,1.8886503108334776f,0.9406228609898958f,-0.03511838000844628f,0.3376319486789802f,0.21678083062370906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5415903452954373f,0.7884479916988884f,0.2915984606762499f,1.6598969816680011f,-0.7153787044972044f,0.614444757101634f,-0.3327024941629012f,2.2166670496877936f,-0.4414897586973794f,-0.028414870337615805f,0.8968162510286184f,-1.0582776790547395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.12166466901259956f,0.7884479916988884f,0.6029489801799519f,1.6353926648629387f,0.11050270620463881f,0.614444757101634f,-0.7811829442529868f,2.251963946084184f,-0.9864009632170405f,-0.028414870337615805f,-0.16188185478363742f,-0.9749546326467999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2613793792539991f,0.7884479916988884f,0.5568039012855275f,1.5641242380726408f,-0.3765002282281625f,0.614444757101634f,-0.6933290839236844f,2.3383148604745414f,-0.8887791616846872f,-0.028414870337615805f,0.457454038017767f,-1.0852342615534347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001519519825912677f,0f,-0.00000363958443587051f,0.14522801235634133f,0f,0.000015625f,0f,1.513984342105263f,0.00000363958443587051f,0f,-0.00001519519825912677f,0.6005330781389319f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51.mcfunction new file mode 100644 index 000000000..9ba0c9a0d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..a073ea7e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.2855294839415954f,-0.14088067768624246f,-0.7520438769773712f,-0.06950892044177231f,-0.046492023251862434f,0.8044149300234434f,-0.13303968044824543f,1.3493879596997893f,0.7637118894049238f,-0.0037012774130075967f,-0.2892661317394719f,-0.40607546985028603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.31122371993440784f,-0.020463057976590787f,-0.7366960427533432f,-0.06950892044177231f,0.2594774573972183f,0.7454441304791302f,-0.13032458492889348f,1.3493879596997893f,0.6897907256935715f,-0.2896451477108848f,-0.28336274129580924f,-0.40607546985028603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7171983218435681f,0.03592728878027948f,0.388947607667295f,-0.17889968059474337f,-0.001692905162593927f,0.8129112329664181f,-0.07821065038454059f,1.3441313128642642f,-0.39059972562883877f,-0.06949101871724697f,-0.7138258170595675f,-0.36537147921363816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6625504932134442f,-0.2363436036507981f,0.38100990138837065f,-0.17889968059474337f,-0.30627105430523677f,0.7350702397987573f,-0.07661451466240711f,1.3441313128642642f,-0.3274521113649754f,-0.20931661084479633f,-0.6992579432420254f,-0.36537147921363816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7340668053269289f,-1.1543601221899091f,0.754986677773069f,-0.7333506789641033f,0.42750142934447155f,0.6227271786723374f,1.367793712096684f,1.5557050424625796f,-1.311409433863258f,0.8491583004602208f,0.02327504100876232f,0.3714166226031009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7352527461795763f,-0.6363919699478313f,-0.2332566393938449f,-0.5691502448407572f,0.0879978861651149f,0.251601563621622f,-0.9638220920966828f,1.5272242291639322f,0.6720563750652642f,-0.7291789312432674f,-0.12898959246801056f,0.18553738051860882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7673889739817333f,-0.6363919699478313f,-0.078226742212501f,-0.31760330352632626f,-0.11063917783023998f,0.251601563621622f,-0.961486154612849f,1.569870254366629f,0.6315640386693269f,-0.7291789312432674f,-0.26348615009259124f,-0.020030447285407593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9095673912246354f,-0.4124687309562209f,0.05056388834114428f,0.5368871806708247f,-0.11810979961362342f,0.13993770860321592f,-0.9830907958810879f,1.606243029808015f,0.398418418319285f,-0.9001594212661699f,-0.1759993757083052f,-0.3740926045983974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9106455352851099f,-0.4124687309562209f,-0.02437734703900439f,0.23808263689232695f,-0.036896036563438754f,0.13993770860321592f,-0.9894726475233111f,1.5948911905499061f,0.4115378373262959f,-0.9001594212661699f,-0.14265211093618327f,-0.23667745847313953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9417152250775183f,-0.24087176365553656f,-0.2348472446733624f,-0.07287525887556573f,-0.031180336540572912f,0.7575860526053368f,-0.6519901529249351f,1.3333387680637556f,0.3349630150784045f,-0.6066664374854891f,-0.7209407826987244f,0.20545283262668823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9394147627160034f,-0.178445603564575f,-0.2926722914109039f,-0.10816301136524169f,-0.03568531239756666f,0.9000852616842057f,-0.4342500203545915f,1.499390692002328f,0.34092002298240365f,-0.3974967776817184f,-0.8519212696384142f,0.12559767887612594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9429049488590515f,-0.23070674650883682f,-0.24021793132989908f,0.2189727026938636f,-0.02620093381352907f,0.7703859568707943f,-0.6370392362512451f,1.347472061108252f,0.3320297704791061f,-0.5943735143590921f,-0.7324454634606007f,0.09705639826549539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9404745017652564f,-0.17455073346401345f,-0.2916157625653442f,0.18442184165332767f,-0.03202095630220543f,0.8997276325120173f,-0.43527559735392063f,1.5134505197207933f,0.33835243443321716f,-0.40002778496186364f,-0.8517601783199426f,0.016727687470646332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9874211879103357f,-0.10495211380123674f,-0.11825587289599346f,0.190064895529467f,-0.08998393162353413f,0.9880043785763138f,-0.1254999600143479f,2.183747681043816f,0.13000880629908207f,-0.11328019121931257f,-0.9850204609864728f,-0.21894333392443877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9874211879103357f,-0.10495211380123674f,-0.11825587289599346f,0.22912571621725972f,-0.08998393162353413f,0.9880043785763138f,-0.1254999600143479f,2.051855909906314f,0.13000880629908207f,-0.11328019121931257f,-0.9850204609864728f,-0.3020043084757221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9874211879103357f,-0.10495211380123674f,-0.11825587289599346f,-0.39004505236785525f,-0.08998393162353413f,0.9880043785763138f,-0.1254999600143479f,2.1308821212149898f,0.13000880629908207f,-0.11328019121931257f,-0.9850204609864728f,-0.14256316022372806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9874211879103357f,-0.10495211380123674f,-0.11825587289599346f,-0.4250408207733376f,-0.08998393162353413f,0.9880043785763138f,-0.1254999600143479f,1.9922415552057227f,0.13000880629908207f,-0.11328019121931257f,-0.9850204609864728f,-0.21587347430258022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9859018709066721f,0.11837672688636686f,-0.11825587289599346f,0.08635185295703897f,0.1330966573062065f,0.9831251394661368f,-0.1254999600143479f,2.273276180048646f,0.1014040470426949f,-0.13947010676614247f,-0.9850204609864728f,-0.24010649498636435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9922819828091352f,-0.03730971881396854f,-0.11825587289599346f,-0.02832014342430609f,-0.02233663866646067f,0.9918421419810114f,-0.1254999600143479f,2.280698506954028f,0.12197352649429599f,-0.12188991046243956f,-0.9850204609864728f,-0.2272853041592058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9718330050801415f,0.20385327753683008f,-0.11825587289599346f,-0.05032306624963016f,0.21827518608624308f,0.9677839134721204f,-0.1254999600143479f,2.2759151394036614f,0.08886255328268029f,-0.14777732594034537f,-0.9850204609864728f,-0.22403431861310877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9872622393500828f,-0.10643692629471163f,-0.11825587289599346f,-0.02181343632619084f,-0.09146963807272013f,0.9878679392242884f,-0.1254999600143479f,2.2864848916537706f,0.13017901545297084f,-0.1130845496683408f,-0.9850204609864728f,-0.2288036963502813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917578065413627f,0.049315329157079854f,-0.11825587289599346f,0.027923200526712228f,0.06419309756006408f,0.9900146495189053f,-0.1254999600143479f,2.387736517031387f,0.11088597472137125f,-0.1320567758507214f,-0.9850204609864728f,-0.27940033501534767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917578065413627f,0.049315329157079854f,-0.11825587289599346f,0.016827251466369278f,0.06419309756006408f,0.9900146495189053f,-0.1254999600143479f,2.1649832208896336f,0.11088597472137125f,-0.1320567758507214f,-0.9850204609864728f,-0.24968756044893542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.940181413079082f,-0.3059527843450233f,-0.14983926138415096f,-0.3100077004260627f,-0.30908096498162985f,0.9510323681789532f,-0.0025281934175176712f,2.233944085519601f,0.14327549541580653f,0.04393550304092911f,-0.9887071376226103f,-0.1736913148019482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9764677798890531f,-0.15510922147440365f,-0.14983926138415096f,-0.1990963425079491f,-0.15650142566023145f,0.9876744969899539f,-0.0025281934175176712f,2.2619238780508204f,0.1483845632296654f,0.020981358612962152f,-0.9887071376226103f,-0.19057155531178732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9144285721543599f,-0.3583796367376f,-0.18810747566102795f,-0.17891794514506526f,-0.3886850537793087f,0.9071677451661304f,0.1611539980849829f,2.257680123473738f,0.11289072325179939f,0.22047838465941405f,-0.9688369142955179f,-0.2148616591910803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9804186504237156f,-0.05826531988906947f,-0.18810747566102795f,-0.20853287411020405f,-0.08933120317820786f,0.9828780824903764f,0.1611539980849829f,2.262834262284692f,0.17549702572999226f,0.17480225244048014f,-0.9688369142955179f,-0.20825435561797292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9592333657782796f,-0.21091924420997896f,-0.18810747566102795f,-0.28394339121496304f,-0.24198739486460114f,0.9568027433216676f,0.1611539980849829f,2.360799360336901f,0.14599126927428435f,0.20010392998145315f,-0.9688369142955179f,-0.20957268974251328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9592333657782796f,-0.23962375868332642f,-0.14983926138415096f,-0.23002804551121467f,-0.24198739486460114f,0.9702760993473389f,-0.0025281934175176712f,2.14248723798375f,0.14599126927428435f,0.03383408502956281f,-0.9887071376226103f,-0.2171853588741649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9874211879103357f,-0.10495211380123674f,-0.11825587289599346f,-0.04911694267128905f,-0.08998393162353413f,0.9880043785763138f,-0.1254999600143479f,1.6513048591667792f,0.13000880629908207f,-0.11328019121931257f,-0.9850204609864728f,-0.14459847225582517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.936271529659422f,-0.10917392948374097f,-0.33388123018565297f,-0.008176719114886183f,-0.04499144869908854f,0.9799191610280747f,-0.1942529469377268f,1.2838351737812512f,0.34838397249753483f,-0.16685170353074957f,-0.9223823050859787f,-0.08202908343179406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9281927251997054f,-0.16592850949574986f,-0.33305554284963146f,0.2169035347644127f,-0.26594530031507585f,0.9218499108822927f,0.2818968588803942f,0.7302914495217552f,0.26025249686922886f,0.35022917003417575f,-0.899782288295621f,-0.04669015454950133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9281927251997054f,-0.33105672057603797f,-0.1698814664634814f,0.09986456558294658f,-0.26594530031507585f,0.9095370977798379f,-0.3193984423921842f,1.034145780346064f,0.26025249686922886f,-0.2512841330519466f,-0.9322686964334174f,-0.15360973776481301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9103419982197201f,0.292928137480376f,-0.2923534719301364f,-0.186500771820826f,0.23649727151051808f,0.9479159407854254f,0.2133644997954489f,0.7059497411132605f,0.33962698191605367f,0.1250938666648358f,-0.9322043969416968f,0.04090002782466996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9103419982197201f,0.12814101041096776f,-0.39351915801925497f,-0.14185774035104962f,0.23649727151051808f,0.9413827746473881f,-0.2405566714212376f,1.0634496908925453f,0.33962698191605367f,-0.31205504810536433f,-0.8872852754929224f,-0.08838103213545613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9506360019823188f,0.06964776316532423f,-0.3023911057242585f,-0.023434330046738828f,0.15035522026971282f,0.9558371621930002f,-0.2525245079363163f,1.2270524893515193f,0.2714488892456901f,-0.2855249699359049f,-0.9191251231852937f,-0.11132191770680443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9232964219558418f,-0.24363630374806095f,-0.29692603237089643f,-0.025717454736823228f,-0.1619734008611954f,0.9479462046739641f,-0.27415800272413365f,1.219339292856557f,0.34826474788154854f,-0.20503498369841697f,-0.9146979396734154f,-0.11391714815877516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9499112739935849f,-0.07891888695834894f,-0.3023911057242585f,-0.023400351720736658f,0f,0.967590498553764f,-0.2525245079363163f,1.2266358957240167f,0.31251971384199806f,-0.2398758770483893f,-0.9191251231852937f,-0.1112186397582101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9245982913301061f,0.2355784584660625f,-0.29936731547749446f,-0.02053972983958624f,0.14818711506149737f,0.946383478353955f,0.28705206989049853f,1.2241917683961276f,0.35093956545137317f,0.22104547451921008f,-0.9099342391598297f,-0.10252370995000179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9522657039583197f,-0.05974311247804198f,-0.29936731547749446f,-0.02080907720644737f,-0.14960173765671703f,0.9461608897337023f,0.28705206989049853f,1.221315684182364f,0.2661002614708533f,0.31813571200002816f,-0.9099342391598297f,-0.10334239782494085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9499112739935849f,0.08970943073993182f,-0.29936731547749446f,-0.020565479284369626f,0f,0.9579149801373712f,0.28705206989049853f,1.2239168164910181f,0.31251971384199806f,0.272673997412179f,-0.9099342391598297f,-0.10260197601391857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9124073519989607f,0.244003296828119f,-0.3285958233989795f,-0.19535372527842185f,0.23220929302306867f,0.969744809680874f,0.07532495158134776f,1.2800321930236238f,0.3370336307432408f,-0.007575964230022686f,-0.9414621269674176f,-0.013914212199125947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9336071817071504f,-0.21026140255876757f,-0.290116826224974f,0.1707760378225998f,-0.23585184004067394f,0.9701832359479498f,0.05584262023753299f,1.275858645158946f,0.26972493361619404f,0.12055965859102646f,-0.9553605753359067f,-0.14097566953111046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9499112739935849f,0.021895269287988964f,-0.3117517742093713f,-0.02840033346743147f,0f,0.9975427481895909f,0.07006044200801571f,1.1165801078030482f,0.31251971384199806f,0.06655120372438786f,-0.9475771027958361f,-0.11850082831552274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9499112739935849f,0.049726346681846244f,-0.308538266647042f,-0.009868421052631566f,0f,0.9872601726591591f,0.15911427177034537f,1.337171052631579f,0.31251971384199806f,0.15114444060793028f,-0.9378095683737884f,-0.08717105263157893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8381928017340514f,0.05169645682349679f,-0.5429183211801913f,-1.597680425862802f,-0.0330417063049899f,0.9984821920034529f,0.044063112650317045f,1.806773325358852f,0.5443721822114682f,-0.018994436129458305f,0.8386287251403018f,0.4023484249367615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.28635117820497213f,0.05169645682349679f,-0.9567290520792815f,-1.5653479380658786f,0.0330417063049899f,0.9984821920034529f,0.044063112650317045f,1.806773325358852f,0.9575548278741426f,-0.018994436129458305f,-0.2876246912402426f,0.4903465654447393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34487986983384855f,0.05169645682349679f,-0.9372221464174243f,-1.4409308600017265f,3.469446951953614e-18f,0.9984821920034529f,0.05507551408729418f,1.798511998245758f,0.9386468320850967f,-0.018994436129458305f,0.34435640840956655f,0.3946940339293154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2843015148074448f,0.9550722071917114f,0.08372411676539317f,1.4901775631712364f,-0.8770326671580695f,0.29435610247208155f,-0.3796948586365749f,2.1932295653392906f,-0.38728071139135695f,0.03451903804277029f,0.9213154110275192f,-1.2278403944591414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.024055481523475336f,0.9550722071917114f,0.29539535009648793f,1.4726455142961727f,0.0390952635314919f,0.29435610247208155f,-0.9548958295577841f,2.240871615590874f,-0.9989458915166913f,0.03451903804277029f,-0.030257921847424152f,-1.1490246294747934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18700852133401155f,0.9550722071917114f,0.22992366559016814f,1.4469229888951793f,-0.5081818693502238f,0.29435610247208155f,-0.8093859849300318f,2.338458488204587f,-0.8407014931663789f,0.03451903804277029f,0.540397479084075f,-1.2694921338295786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014842363656149765f,0f,-0.00000488312052878122f,0.19813289759369343f,0f,0.000015625f,0f,1.503293552631579f,0.00000488312052878122f,0f,-0.000014842363656149765f,0.5681485592736653f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52.mcfunction new file mode 100644 index 000000000..7b7214518 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..0a353de96 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.21879927407778227f,-0.14429422808322043f,-0.7734665460440726f,-0.10512087278261358f,-0.06600221547691432f,0.8033523698078396f,-0.1311987878019893f,1.3486245873850045f,0.7840376455627747f,0.027360374822724933f,-0.22689386213466745f,-0.41404070703396934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2521108716951657f,-0.04856779766451621f,-0.7576815144921528f,-0.10512087278261358f,0.2414219229033523f,0.7517963424218519f,-0.12852126152031604f,1.3486245873850045f,0.7198302324261961f,-0.26915316931283617f,-0.2222633751523273f,-0.41404070703396934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7582590523105706f,0.02798751658490371f,0.3020005843519671f,-0.20759458711151235f,0.00468027455469085f,0.814165082501838f,-0.06370053303789648f,1.34219315244766f,-0.3032585515094546f,-0.05741395121944807f,-0.7560967752782727f,-0.3636166758285443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6967350638509979f,-0.25892187724554766f,0.2958373071202943f,-0.20759458711151235f,-0.3009732033462834f,0.7385941413941012f,-0.06240052215957207f,1.34219315244766f,-0.25293355188274746f,-0.16564466723064783f,-0.7406662288440222f,-0.3636166758285443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8930270075174728f,-0.8194633917875875f,0.9860977453398678f,-0.6240850264305635f,0.6134769547532641f,0.7821308000554061f,1.2055387540810758f,1.5412695953658504f,-1.1258574687015441f,1.0761772210582576f,-0.12527489391046168f,0.47599222992780366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5390540611497305f,-0.7601420603870345f,-0.3627737134751312f,-0.5132274064708855f,0.10738799877652858f,0.36516709174786854f,-0.9247274262306575f,1.5112019262727898f,0.8353972329836596f,-0.5374356176649978f,-0.11521466915409395f,0.2543380162737682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6146841012322165f,-0.7601420603870345f,-0.21058847006162562f,-0.3107391785511287f,-0.1360676019199824f,0.36516709174786854f,-0.9209444081008088f,1.5636322611301359f,0.7769485590437036f,-0.5374356176649978f,-0.3278931128659991f,0.0022818614404447463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8678709893907188f,-0.49669634994920986f,0.009627134625982706f,0.5020189671400923f,-0.15185273403543598f,0.24677944739557206f,-0.9571001261671107f,1.6112735126353328f,0.4730123602401295f,-0.8321013401565148f,-0.28959742189769927f,-0.43889510747570193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8641525494846818f,-0.49669634994920986f,-0.08082763862848208f,0.21882217590798617f,-0.05132963038096347f,0.24677944739557206f,-0.9677113068410897f,1.595065868748536f,0.500605273907575f,-0.8321013401565148f,-0.2387503286817712f,-0.2715471204126114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9049031347009133f,-0.30756629480080244f,-0.29419940705406966f,-0.04397266084588942f,-0.03756666249609737f,0.7462487661756025f,-0.6646062931166807f,1.3214245141323924f,0.4239564395988869f,-0.5903522281518861f,-0.6868370869709487f,0.19782579668017897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9010271520891248f,-0.22320260192361818f,-0.37192831257204356f,-0.08814770066014309f,-0.04358730880492358f,0.8996965023592656f,-0.43433437597506425f,1.4874030184749105f,0.4315671647719566f,-0.37513571162584747f,-0.8203797780014228f,0.12236047713782369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9068597256252638f,-0.2931053527893953f,-0.3028113112237965f,0.23505493535002112f,-0.030844634442168076f,0.7627636408150928f,-0.6459413570724768f,1.3390856890973935f,0.4203023275750445f,-0.5764380976451053f,-0.700760353486334f,0.060802316788888075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9027686188161925f,-0.2183333084798184f,-0.37059329093894866f,0.19180123194168675f,-0.03862051005154412f,0.8992567197160244f,-0.4357129883867752f,1.5049731178667307f,0.4283891654606387f,-0.3790355108084623f,-0.820252890553947f,-0.015393422053660774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9803015491170591f,-0.12337156786455969f,-0.15423465577273548f,0.17127822846078752f,-0.10736846975122155f,0.9883218089885246f,-0.1081296147266383f,2.1825951939246124f,0.1657735941034486f,-0.08943968984902925f,-0.9820996168300516f,-0.22187593524435034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9803015491170591f,-0.12337156786455969f,-0.15423465577273548f,0.20900148355705322f,-0.10736846975122155f,0.9883218089885246f,-0.1081296147266383f,2.052944134036095f,0.1657735941034486f,-0.08943968984902925f,-0.9820996168300516f,-0.30898432286991834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9803015491170591f,-0.12337156786455969f,-0.15423465577273548f,-0.4046489316454848f,-0.10736846975122155f,0.9883218089885246f,-0.1081296147266383f,2.11951621794577f,0.1657735941034486f,-0.08943968984902925f,-0.9820996168300516f,-0.1244839487085743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9803015491170591f,-0.12337156786455969f,-0.15423465577273548f,-0.4404482927329984f,-0.10736846975122155f,0.9883218089885246f,-0.1081296147266383f,1.981812522825911f,0.1657735941034486f,-0.08943968984902925f,-0.9820996168300516f,-0.19915931677638365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9835726083592758f,0.0937901649641162f,-0.15423465577273548f,0.06501108920622492f,0.11115893930844203f,0.9879026655652321f,-0.1081296147266383f,2.2712787945749504f,0.14222733315770378f,-0.12349788793786316f,-0.9820996168300516f,-0.2372249361702104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.986135211687401f,-0.0612292024193557f,-0.15423465577273548f,-0.04919393706150384f,-0.04475163669164446f,0.9931290336267931f,-0.1081296147266383f,2.2761322181642436f,0.1597956047069623f,-0.09972816722772826f,-0.9820996168300516f,-0.21982387644241586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9716554661459067f,0.17915726629820694f,-0.15423465577273548f,-0.07095623800746104f,0.19683733656430122f,0.974455257748318f,-0.1081296147266383f,2.270842619438175f,0.13092256506444133f,-0.13542387004960613f,-0.9820996168300516f,-0.21582381046111476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9794619026237734f,-0.12986936616186073f,-0.15423465577273548f,-0.042864747773347825f,-0.11391980331258891f,0.9875881048454817f,-0.1081296147266383f,2.2820776849429194f,0.1663630359239659f,-0.08833845652051384f,-0.9820996168300516f,-0.2214724478659068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9877191460992757f,0.024951140005686143f,-0.15423465577273548f,0.0028870963110597704f,0.04197555536686291f,0.9932502399550237f,-0.1081296147266383f,2.3853021885147103f,0.15049565169984488f,-0.11327577605871635f,-0.9820996168300516f,-0.27184223202747926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9877191460992757f,0.024951140005686143f,-0.15423465577273548f,-0.002726910190219603f,0.04197555536686291f,0.9932502399550237f,-0.1081296147266383f,2.1618208845248303f,0.15049565169984488f,-0.11327577605871635f,-0.9820996168300516f,-0.24635518241426813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9316489257397894f,-0.30617131230840927f,-0.19567679138631305f,-0.32592071946893175f,-0.3210454559398481f,0.9458131032110978f,0.04865582200074696f,2.2236084359415487f,0.1701766564140664f,0.1081512890054478f,-0.9794606701129905f,-0.15299718118065375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680745269328068f,-0.15665983408831868f,-0.19567679138631305f,-0.21599176460983974f,-0.16913508680396927f,0.9843911485772541f,0.04865582200074696f,2.2530103493241214f,0.1850000884206168f,0.08019827296254625f,-0.9794606701129905f,-0.17349822988630287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9088724692544607f,-0.3391462738422558f,-0.2427563378579701f,-0.19802717561893565f,-0.3970946604582465f,0.8816404221911953f,0.25500195409855364f,2.250109395950737f,0.12754083764367094f,0.3281615012420632f,-0.9359718819685267f,-0.2047045340980295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691910465619182f,-0.04169023499574773f,-0.2427563378579701f,-0.22717654914910956f,-0.10521759102984393f,0.9611988670112943f,0.25500195409855364f,2.2546188948866868f,0.22270602551814841f,0.27268784784475397f,-0.9359718819685267f,-0.19591567369721213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9507369068894446f,-0.19279184191266657f,-0.2427563378579701f,-0.3019006113438265f,-0.25428681844387224f,0.9329052563747362f,0.25500195409855364f,2.352307200599878f,0.17730636718399242f,0.304169505901412f,-0.9359718819685267f,-0.18330797814028701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9507369068894446f,-0.24043695055263217f,-0.19567679138631305f,-0.24780229746948437f,-0.25428681844387224f,0.9659041489460146f,0.04865582200074696f,2.1349787670870253f,0.17730636718399242f,0.09601691443608446f,-0.9794606701129905f,-0.20491178388840597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9803015491170591f,-0.12337156786455969f,-0.15423465577273548f,-0.057216842306367144f,-0.10736846975122155f,0.9883218089885246f,-0.1081296147266383f,1.6452639491595162f,0.1657735941034486f,-0.08943968984902925f,-0.9820996168300516f,-0.14910502907777043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8958365843258556f,-0.12747915834222032f,-0.42570632878986336f,-0.009412157928034532f,-0.056224318053824884f,0.9827862938290252f,-0.1759827455212336f,1.2767190889736317f,0.44081247741275037f,-0.1337167336206207f,-0.8875833453299274f,-0.09896125397003766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9010576514815729f,-0.12857647770511058f,-0.4142018808352508f,0.22192604537776997f,-0.25611108445803976f,0.9284860042744632f,0.26892536563918357f,0.7344607466422866f,0.35000317302024414f,0.34839895127194165f,-0.8695492795859082f,-0.05668067369466115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9010576514815729f,-0.3626463125457088f,-0.23787131122418312f,0.0930401588859874f,-0.25611108445803976f,0.8875505241439636f,-0.3829636790996013f,1.0233481437445535f,0.35000317302024414f,-0.2841508738131481f,-0.8926119312371895f,-0.1770977238305081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8841898641194159f,0.2727453003766806f,-0.3792338135120907f,-0.16530514587614906f,0.2182585811251397f,0.9589903653004648f,0.18083326858220067f,0.6947683582607767f,0.41300299751179737f,0.07711990912414113f,-0.907458563055611f,0.04754574944751276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8841898641194159f,0.07323513310162408f,-0.4613511671905429f,-0.14222902052121428f,0.2182585811251397f,0.9379684186477691f,-0.26940385554895885f,1.0510838944344552f,0.41300299751179737f,-0.3388980095825156f,-0.8453263648717455f,-0.09135214611676688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9242669674607434f,0.032444929649234164f,-0.3803654813478442f,-0.02613121045174191f,0.14592824288397416f,0.9507379222129788f,-0.27350018499983436f,1.2151097783909293f,0.3527541931568167f,-0.3082932529365571f,-0.883470287787925f,-0.12518306625198106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8875238426592162f,-0.27092819896002135f,-0.3726920172470799f,-0.029226883406476768f,-0.16065657085381052f,0.940060744712228f,-0.3007910611912956f,1.2052157102251555f,0.43184591575342374f,-0.20708381699053713f,-0.8778527198725972f,-0.12801134494196875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9184905407601444f,-0.10815371992289632f,-0.3803654813478442f,-0.026068945981477215f,0f,0.9618719503161823f,-0.27350018499983436f,1.2145560253855625f,0.39544294978433675f,-0.2512073328184974f,-0.883470287787925f,-0.12503844532247718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8921560816048439f,0.24221014118199852f,-0.38130273217495725f,-0.022325118942942618f,0.14551321551410387f,0.9531991878677321f,0.26502304118518055f,1.214275166792826f,0.4276487228628619f,0.1809573313156787f,-0.8856472289105131f,-0.11634270369144936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9237199738834502f,-0.03673739626961897f,-0.38130273217495725f,-0.022726891105477747f,-0.14729788048402273f,0.9529250348510487f,0.26502304118518055f,1.210578600897329f,0.3536166628620218f,0.3009721609542257f,-0.8856472289105131f,-0.11727589501786073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9184905407601444f,0.10480149316708356f,-0.38130273217495725f,-0.022365341997434868f,0f,0.9642420793768326f,0.26502304118518055f,1.2139050884615883f,0.39544294978433675f,0.2434211564120745f,-0.8856472289105131f,-0.11643612929201137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8832193836013579f,0.22777045639135451f,-0.40993187193253394f,-0.18940906954014577f,0.22647663183185546f,0.9726032719522176f,0.052451983965708715f,1.268874308348498f,0.4106480922455814f,-0.046513380688946254f,-0.9106067481366199f,-0.014469672738175648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9045025683838419f,-0.20435665904111866f,-0.37431732486299013f,0.16340171684543334f,-0.23112857474625542f,0.9725330477590332f,0.027550915634340048f,1.2633135640881468f,0.35840575570545447f,0.1114353037510011f,-0.9268913028802914f,-0.17491413144277415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9184905407601444f,0.017680615764116454f,-0.3950474938033896f,-0.030928478562112616f,0f,0.998999967046668f,0.04471091411228588f,1.1050821747791952f,0.39544294978433675f,0.041066551680873836f,-0.9175720199520605f,-0.12918062437702113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9184905407601444f,0.0533064769757364f,-0.3918335693206655f,-0.01184210526315789f,0f,0.9908725633732003f,0.13480194046905686f,1.3264802631578947f,0.39544294978433675f,0.12381430719694082f,-0.9101070765570412f,-0.1046052631578948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8272810787024778f,0.0028854544509193465f,-0.5617808211157411f,-1.4417394565103352f,-0.0017800746426689313f,0.9999952533123352f,0.002514893052426114f,1.7093779904306219f,0.561785411126999f,-0.0010805116428265805f,0.8272822881818868f,0.5695958768339338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2548023599074058f,0.0028854544509193465f,-0.9669888476803796f,-1.4088625522523073f,0.0017800746426689317f,0.9999952533123352f,0.002514893052426114f,1.7093779904306219f,0.9669915142956961f,-0.0010805116428265805f,-0.2548062867644877f,0.6573920707514862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.350686978752297f,0.0028854544509193465f,-0.9364882898820454f,-1.2848277608990144f,2.168404344971009e-19f,0.9999952533123352f,0.003081128494336785f,1.7089158211564714f,0.9364927351205593f,-0.0010805116428265805f,0.35068531415074067f,0.5608911766700989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.0012488872370973597f,0.987764545042898f,-0.15594756758880784f,1.2922386128700392f,-0.9525056907377579f,-0.046313931477739656f,-0.30097828636508306f,2.1690657507810633f,-0.30451822505862564f,0.14891683352553536f,0.9407935093844302f,-1.3838121537971453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14124808996984062f,0.987764545042898f,-0.06610734177130846f,1.2843423448972209f,-0.13908781208740317f,-0.046313931477739656f,-0.9891964417039795f,2.2295548571792807f,-0.9801548640947568f,0.14891683352553536f,0.13084425506730096f,-1.312623815853023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08422685837672844f,0.987764545042898f,-0.1312518185938134f,1.307978251672702f,-0.6452171349143206f,-0.046313931477739656f,-0.7625941702924504f,2.3136994295240396f,-0.759342271403971f,0.14891683352553536f,0.6334217327750808f,-1.4432312447413462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014351414699377257f,0f,-0.000006178796090380263f,0.2533957172356373f,0f,0.000015625f,0f,1.4926027631578946f,0.000006178796090380263f,0f,-0.000014351414699377257f,0.5297110931047729f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53.mcfunction new file mode 100644 index 000000000..c88987683 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..2bec08dd7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.14829650709045686f,-0.14233437796386664f,-0.7903755533155448f,-0.14136757711499567f,-0.08621749354430613f,0.8019143576751016f,-0.12823553020092027f,1.3483702797763224f,0.7984479533671258f,0.060155899532903366f,-0.16064425903118865f,-0.41780500016621674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.18756941970274332f,-0.07322370830930156f,-0.7742454399825746f,-0.14136757711499567f,0.2225875212028856f,0.7580730790946074f,-0.1256184785641668f,1.3483702797763224f,0.7451660943689876f,-0.2448744480207264f,-0.15736580476524603f,-0.41780500016621674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7904059560741262f,0.023184193149543356f,0.20412095001492472f,-0.23549728042475307f,0.01129209977981609f,0.815125726135987f,-0.04885676532771088f,1.3408570310503716f,-0.20512278647081952f,-0.0444633357242684f,-0.7892351352361107f,-0.35830848863275383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7240281715621057f,-0.27532002877087886f,0.19995521634115077f,-0.23549728042475307f,-0.2953494571309307f,0.7419421462557922f,-0.04785968848428822f,1.3408570310503716f,-0.1689730894459189f,-0.11713553417708483f,-0.7731282957414962f,-0.35830848863275383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.996716899905399f,-0.3848444506837727f,1.140112459462169f,-0.48528388483324925f,0.779234458432204f,0.9216666841556796f,0.992335846429698f,1.5270916132245493f,-0.9169271128256815f,1.2015954069883006f,-0.3960042899638586f,0.5573503697187077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2865350171768811f,-0.8261924241064806f,-0.48508119143139516f,-0.44027297107703556f,0.12313063133912075f,0.4703557184765933f,-0.8738445775550692f,1.4962969630959753f,0.9501244821377217f,-0.3101154243913467f,-0.0330437890851053f,0.3137321854291847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4252247812065583f,-0.8261924241064806f,-0.3695807946808005f,-0.2980575452216207f,-0.15951643711959357f,0.4703557184765933f,-0.8679400926245073f,1.5576966192008805f,0.8909199693218832f,-0.3101154243913467f,-0.33179817934712885f,0.025252052238105255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8198437540961635f,-0.5697615794457587f,-0.05681515164974617f,0.46120808161361887f,-0.1838455056016915f,0.35590677023870937f,-0.9162593524588486f,1.6167772599592265f,0.5422702729631855f,-0.740744296964698f,-0.39653604826636796f,-0.5022052059872075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8059488797585831f,-0.5697615794457587f,-0.16068025953227497f,0.1976407777805947f,-0.06575481310506275f,0.35590677023870937f,-0.9322052753829322f,1.595551671476038f,0.5883219422810977f,-0.740744296964698f,-0.3243072289432844f,-0.30539895448150023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8569370311950445f,-0.37692593090795684f,-0.35154767411518073f,-0.011944856946132482f,-0.04364357459254001f,0.7326736646721037f,-0.6791793132102413f,1.3096511418984982f,0.5135700175861208f,-0.5666711071733936f,-0.6443055900203501f,0.18701856511813308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8510620312671072f,-0.26741409953103623f,-0.45186626152824294f,-0.06490916474275328f,-0.05119117905465721f,0.8987495171313673f,-0.4354638545770797f,1.4754450272695228f,0.5225637589065083f,-0.3474751859171228f,-0.7785808327009865f,0.11700083755429141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8598269217885313f,-0.3577273490170875f,-0.36431965131305477f,0.25055329195600345f,-0.03511652839763549f,0.7532755021584765f,-0.6567669657353308f,1.3307940544195649f,0.5093765738635387f,-0.5519122770994517f,-0.6602486988900022f,0.021469103369323464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.853626973209389f,-0.2618160106740286f,-0.45030363885284574f,0.19864839221179284f,-0.04486467248635821f,0.8982408989602604f,-0.4372075578003601f,1.4964816757383614f,0.5189490839880817f,-0.3530094389528421f,-0.7785089493629026f,-0.04958584736785254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9716289785285223f,-0.13677461967950602f,-0.19295033427062752f,0.15682227987451564f,-0.12152265560733869f,0.9886051788213961f,-0.08883718017618367f,2.180589415111877f,0.20290237124725918f,-0.0628689416090493f,-0.9771786550693774f,-0.22286651121787332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9716289785285223f,-0.13677461967950602f,-0.19295033427062752f,0.19226610019140214f,-0.12152265560733869f,0.9886051788213961f,-0.08883718017618367f,2.053242381702961f,0.20290237124725918f,-0.0628689416090493f,-0.9771786550693774f,-0.3142272313512685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9716289785285223f,-0.13677461967950602f,-0.19295033427062752f,-0.4140097450109913f,-0.12152265560733869f,0.9886051788213961f,-0.08883718017618367f,2.1091948549425656f,0.20290237124725918f,-0.0628689416090493f,-0.9771786550693774f,-0.10366136811010854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9716289785285223f,-0.13677461967950602f,-0.19295033427062752f,-0.4514380980837439f,-0.12152265560733869f,0.9886051788213961f,-0.08883718017618367f,1.972733622363099f,0.20290237124725918f,-0.0628689416090493f,-0.9771786550693774f,-0.1798044103999593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9784488709074407f,0.07353893883384029f,-0.19295033427062752f,0.048561805969523024f,0.09205980453612196f,0.9917827119924583f,-0.08883718017618367f,2.2687625433929828f,0.1848318138436271f,-0.10468560869612117f,-0.9771786550693774f,-0.23189163411611685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9779065662198544f,-0.08042957322370037f,-0.19295033427062752f,-0.06488889315719246f,-0.06422260240889456f,0.993973547313093f,-0.08883718017618367f,2.2713817140507877f,0.19893266469819015f,-0.0744826892162205f,-0.9771786550693774f,-0.20972816332012517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9683162367169094f,0.15853653905411036f,-0.19295033427062752f,-0.08638445555480662f,0.1781490480942366f,0.9799851387043897f,-0.08883718017618367f,2.265653554408318f,0.17500452100880068f,-0.12039640236852125f,-0.9771786550693774f,-0.20496296559907975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9699139515611248f,-0.14844896453642664f,-0.19295033427062752f,-0.05872450631724255f,-0.13340224903274406f,0.9870723354300587f,-0.08883718017618367f,2.2774638156740417f,0.20364372448000925f,-0.06042441192690848f,-0.9771786550693774f,-0.2114982974200906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9811952356905121f,0.005106658701471256f,-0.19295033427062752f,-0.016669019238967065f,0.022652286770202257f,0.9957885464908828f,-0.08883718017618367f,2.3825048059255445f,0.19168407174911728f,-0.0915373842453557f,-0.9771786550693774f,-0.2613317290181923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9811952356905121f,0.005106658701471256f,-0.19295033427062752f,-0.017818017446798097f,0.022652286770202257f,0.9957885464908828f,-0.08883718017618367f,2.158452382965096f,0.19168407174911728f,-0.0915373842453557f,-0.9771786550693774f,-0.2407358175629873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9231692166657101f,-0.2972400767322675f,-0.24373537737680762f,-0.33587863755062186f,-0.3294165209361797f,0.9385353383258459f,0.10313183043024807f,2.2137290087656027f,0.19809935167769377f,0.17549859115612781f,-0.964342725055305f,-0.12944925623753412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9583020640891978f,-0.14916507559535533f,-0.24373537737680762f,-0.22699979639112527f,-0.17854158335572295f,0.9785125081290162f,0.10313183043024807f,2.2441551682561784f,0.22311444815433704f,0.1423483461712638f,-0.964342725055305f,-0.15371419784923313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9050389029970844f,-0.3052937865897708f,-0.29614234403663653f,-0.21210751910172918f,-0.4004566305340099f,0.8462405116204825f,0.35144200596065855f,2.2435618403253437f,0.14331458796361804f,0.4366608527930842f,-0.8881375054094015f,-0.19187195180451388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9550841145293121f,-0.010679243524064908f,-0.29614234403663653f,-0.24059100950642992f,-0.11935418854369165f,0.9285704572747431f,0.35144200596065855f,2.247391721429372f,0.2712358970542742f,0.3710025062372603f,-0.8881375054094015f,-0.1808588500573075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9416548424605112f,-0.15995583683991055f,-0.29614234403663653f,-0.312952033843621f,-0.263145163161735f,0.8984671054362159f,0.35144200596065855f,2.3438980299320824f,0.20985895447955893f,0.40886549219750934f,-0.8881375054094015f,-0.1537284407846451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9416548424605112f,-0.23211898562085537f,-0.24373537737680762f,-0.26072526207892865f,-0.263145163161735f,0.959228048305871f,0.10313183043024807f,2.1280717190632616f,0.20985895447955893f,0.16125237318456653f,-0.964342725055305f,-0.1900102247511725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9716289785285223f,-0.13677461967950602f,-0.19295033427062752f,-0.0631449492311594f,-0.12152265560733869f,0.9886051788213961f,-0.08883718017618367f,1.639378058748719f,0.20290237124725918f,-0.0628689416090493f,-0.9771786550693774f,-0.15261585561152408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8433841822545477f,-0.14010683354492692f,-0.5187226583800268f,-0.01060488665181181f,-0.06731727510028399f,0.9853505967272131f,-0.1566926482078776f,1.269871584976014f,0.5330773917508607f,-0.09723310507918148f,-0.8404607175119848f,-0.11615344120683102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8635729234759715f,-0.09149741340974082f,-0.4958528301608158f,0.22997703839556788f,-0.24550575570752103f,0.9352571830835359f,0.2549920104731295f,0.7413893452391289f,0.4404188117617627f,0.34193891973564017f,-0.830125921421793f,-0.06889411801555756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8635729234759715f,-0.40394980267759517f,-0.30177203773029715f,0.08577461602908464f,-0.24550575570752103f,0.8596081863295634f,-0.44810789985189714f,1.012541263260839f,0.4404188117617627f,-0.31288707693340556f,-0.8415063560867657f,-0.20049601457857152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8497104208668266f,0.24463005423136563f,-0.46706352591171113f,-0.13989311308310928f,0.19874613382466835f,0.9691130346642955f,0.14601335669556803f,0.683980572409829f,0.4883566063442447f,0.031242000744498677f,-0.8720847220479289f,0.05209632990173535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8497104208668266f,0.011789991358105961f,-0.5271178205810313f,-0.14084936788357894f,0.19874613382466835f,0.9331647569643797f,-0.2995054434386082f,1.038608326392172f,0.4883566063442447f,-0.35925552530669047f,-0.7952630335785427f,-0.09389009434993997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.88916950808733f,-0.010024963926374392f,-0.457468125650313f,-0.028253128697941332f,0.14150895323410456f,0.944725905018198f,-0.29575019956398135f,1.203162230808389f,0.43514687410381764f,-0.3277078950617785f,-0.8386028460909577f,-0.13890383814193832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8419177127010037f,-0.30217778008031904f,-0.44706057113778297f,-0.03221071279941094f,-0.15945004298045812f,0.9308146752847957f,-0.32887645715069114f,1.1909408074958672f,0.5155096980987268f,-0.2056030872827318f,-0.8318516223858489f,-0.14174996311834848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8778742765075384f,-0.14163215969671447f,-0.457468125650313f,-0.02815068336300981f,0f,0.9552653136473999f,-0.29575019956398135f,1.2024712685635526f,0.4788911720280154f,-0.25963149246919015f,-0.8386028460909577f,-0.13871604156196854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8512634465585299f,0.24377371367065007f,-0.46467722246362886f,-0.02351572520938044f,0.14283399653399714f,0.9597486595232028f,0.24182836884356967f,1.2044793568713312f,0.5049247409143456f,0.13948794595460715f,-0.8518181255091639f,-0.13021951714593263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8853228021544084f,-0.016691761709108632f,-0.46467722246362886f,-0.024060581839893614f,-0.14501667180268185f,0.9594212864647792f,0.24182836884356967f,1.1999142314257307f,0.4417846770596959f,0.28148211340920876f,-0.8518181255091639f,-0.13121831530353179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8778742765075384f,0.11580947098512029f,-0.46467722246362886f,-0.02357157005925408f,0f,0.9703190403276948f,0.24182836884356967f,1.2040114562698028f,0.4788911720280154f,0.21229490433754683f,-0.8518181255091639f,-0.13032188854061064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8461763383684573f,0.20549093906091762f,-0.4916900226252434f,-0.18141924162628012f,0.22023529596104674f,0.9750309955290962f,0.028477573114465f,1.2577830041334974f,0.48526489549348223f,-0.08419044911034623f,-0.8703045153739569f,-0.015098237014477545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.865173048478397f,-0.20168130767853515f,-0.4591298795762191f,0.15424330686367788f,-0.2259557552679223f,0.9741352554510307f,-0.002121496796592459f,1.25067515310766f,0.44768246877435375f,0.10190757685486979f,-0.8883666207887757f,-0.208942869189637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8778742765075384f,0.008582084154670128f,-0.4788142672038171f,-0.03233938655419517f,0f,0.9998394106454863f,0.01792073994249381f,1.0936837189531023f,0.4788911720280154f,0.015732156611496476f,-0.8777332992441298f,-0.13968208202378637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8778742765075384f,0.05220790733558973f,-0.47603685682728886f,-0.013815789473684196f,0f,0.994039741453911f,0.10901831227019473f,1.3157894736842106f,0.4788911720280154f,0.09570437201027009f,-0.8726419188485927f,-0.12203947368421053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8138048349323381f,-0.048267521008175024f,-0.5791303282133264f,-1.2626397859193654f,0.028624084069118753f,0.998664490803745f,-0.04301042453755651f,1.6119826555023926f,0.5804329009041045f,0.018425016239401373f,0.8140996046704753f,0.7177454966010578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2200258475739234f,-0.048267521008175024f,-0.9742991700782169f,-1.2292059839382439f,-0.02862408406911876f,0.998664490803745f,-0.04301042453755651f,1.6119826555023926f,0.9750739911466109f,0.018425016239401373f,-0.22111361461022072f,0.8053311311828039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35662722113196266f,-0.048267521008175024f,-0.9329990737205582f,-1.1059730238707208f,-3.469446951953614e-18f,0.998664490803745f,-0.05166463788411588f,1.61973235118501f,0.9342467688719585f,0.018425016239401373f,0.356150942198506f,0.7081156725621549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26107185060622734f,0.8897862857756742f,-0.37432853814072253f,1.0700000944884338f,-0.9439779516992536f,-0.31641215505657105f,-0.0937495324689081f,2.145164037814717f,-0.20185914774099728f,0.3288825227615288f,0.9225449423715313f,-1.5167702173761421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19202258518855037f,0.8897862857756742f,-0.4140141210430347f,1.0737332833333026f,-0.39418081508839f,-0.31641215505657105f,-0.8628469349477401f,2.2175123727407575f,-0.8987484697031531f,0.3288825227615288f,0.28997840338248343f,-1.4572652240186261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.039820681011934894f,0.8897862857756742f,-0.4546368649914747f,1.1400622186595895f,-0.7717155725444307f,-0.31641215505657105f,-0.5516687622340772f,2.264088519612849f,-0.6347199291468387f,0.3288825227615288f,0.6992616804643637f,-1.5919069727670387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013716785570430287f,0f,-0.000007482674562937742f,0.30908583370488324f,0f,0.000015625f,0f,1.4819119736842106f,0.000007482674562937742f,0f,-0.000013716785570430287f,0.4849554884488343f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54.mcfunction new file mode 100644 index 000000000..3c8386247 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..e0b94551a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.07603606165143385f,-0.13436432401077672f,-0.8019408894713568f,-0.17698366409309274f,-0.10664941901468408f,0.8001293840599619f,-0.12394883876866598f,1.3484451792703602f,0.8060948227081067f,0.0931860592653076f,-0.09204313991945781f,-0.4173051624128249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.11918415849049976f,-0.09309914233173275f,-0.7855747488699005f,-0.17698366409309274f,0.2034269815311132f,0.7641170223890386f,-0.12141927063052996f,1.3484451792703602f,0.7644688349109149f,-0.21784794190537016f,-0.09016470849253011f,-0.4173051624128249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8104462896824219f,0.02194643245126274f,0.09818151601550223f,-0.2616057208768543f,0.017981591582347366f,0.8157639143570851f,-0.03391670445984559f,1.3399811033453493f,-0.09898443488046907f,-0.03149658044793144f,-0.810033636039841f,-0.34980563994505853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.741701167676004f,-0.2839528242904731f,0.0961778116070226f,-0.2616057208768543f,-0.289534540722458f,0.7450274361031064f,-0.03322452681780793f,1.3399811033453493f,-0.07777613770744565f,-0.06561183605947656f,-0.7935023373451504f,-0.34980563994505853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0434463339151174f,0.09814588344917033f,1.1588759138928915f,-0.3254589073498769f,0.91503418722033f,1.030283701381429f,0.7366370754216847f,1.5140785152103673f,-0.7178707644535552f,1.1705934948690624f,-0.745505657465525f,0.6047105514673761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.003655687371838634f,-0.8219289805209316f,-0.5695782535610552f,-0.35346795462203623f,0.13535830652956515f,0.5647466812921216f,-0.8140880264584311f,1.4832878018692615f,0.990789970076044f,-0.0741210965202026f,0.11331945220197262f,0.35855695239772656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.20941844025163048f,-0.8219289805209316f,-0.5296948818540694f,-0.2794034708735644f,-0.17860907824683886f,0.5647466812921216f,-0.8057046500656116f,1.5519939419064173f,0.9613754282539102f,-0.0741210965202026f,-0.2650723467286883f,0.0471921488185289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7679368728101044f,-0.6234841785112397f,-0.1467666124321276f,0.41525273435830173f,-0.2121800131671385f,0.46381586803190855f,-0.860147942260051f,1.6223843904787063f,0.6043613169214511f,-0.6293983791748847f,-0.48847218846214535f,-0.5622631898322459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7369293257651337f,-0.6234841785112397f,-0.2611563669021113f,0.17502565061042932f,-0.07972810167586854f,0.46381586803190855f,-0.8823368236478456f,1.596108931121799f,0.671251516669056f,-0.6293983791748847f,-0.3915087248855641f,-0.33767131894560964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7979870635851085f,-0.4468858510494742f,-0.40436330506439827f,0.022247164973544217f,-0.0493450715132013f,0.7171426700776657f,-0.6951772829079164f,1.2980214562529246f,0.6006510719778774f,-0.5347891424530453f,-0.5943221877451348f,0.1721811310643917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.789791566449393f,-0.3095294278643453f,-0.529547745582384f,-0.03909927616091041f,-0.05834849698540278f,0.897332171195323f,-0.4374819166976297f,1.4635369763726875f,0.6105937556714436f,-0.3146212132451633f,-0.7267659580024253f,0.10864736634340846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8019088774026472f,-0.4227537302556952f,-0.42216280733589184f,0.264672996842241f,-0.03903858248970876f,0.7421793167296497f,-0.6690634132097679f,1.3225010420265042f,0.5961695576092598f,-0.5200472530199592f,-0.6116638890815561f,-0.020718348899304337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7932560829572665f,-0.3035549084815973f,-0.5278249751461405f,0.20445754540727815f,-0.05067038953939832f,0.8967701923108158f,-0.43958586624998336f,1.4878980414207197f,0.6067761518675733f,-0.32195906528556045f,-0.7267496555246712f,-0.0856278589873761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9616224476686446f,-0.14407448781760282f,-0.2335054819481986f,0.14765993462386995f,-0.1315750891303395f,0.9889480800902444f,-0.06833513595627835f,2.177435299973805f,0.24077014777606504f,-0.0349890961002889f,-0.9699512869695965f,-0.2230978640307333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9616224476686446f,-0.14407448781760282f,-0.2335054819481986f,0.1798389484560009f,-0.1315750891303395f,0.9889480800902444f,-0.06833513595627835f,2.052344436809011f,0.24077014777606504f,-0.0349890961002889f,-0.9699512869695965f,-0.3186860407131993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9616224476686446f,-0.14407448781760282f,-0.2335054819481986f,-0.4172932533814587f,-0.1315750891303395f,0.9889480800902444f,-0.06833513595627835f,2.1001349351097303f,0.24077014777606504f,-0.0349890961002889f,-0.9699512869695965f,-0.0816454022122951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9616224476686446f,-0.14407448781760282f,-0.2335054819481986f,-0.45723592312447614f,-0.1315750891303395f,0.9889480800902444f,-0.06833513595627835f,1.9651759402601607f,0.24077014777606504f,-0.0349890961002889f,-0.9699512869695965f,-0.15917581781155624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9705727573847702f,0.05885331360818803f,-0.2335054819481986f,0.03809466405882201f,0.07675708185549292f,0.9947053129338691f,-0.06833513595627835f,2.265506422278458f,0.22824739430616353f,-0.0842474207229524f,-0.9699512869695965f,-0.2254786648394513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9678300827983528f,-0.09370229842791185f,-0.2335054819481986f,-0.07432912953649135f,-0.07979411869470832f,0.9944662929509337f,-0.06833513595627835f,2.266336953232933f,0.23861649031923307f,-0.04750443614816194f,-0.9699512869695965f,-0.19847234193217567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9617500307583118f,0.14322034854211996f,-0.2335054819481986f,-0.0955422847475297f,0.16315927834922928f,0.9842303384281529f,-0.06833513595627835f,2.260258852184866f,0.22003619753337283f,-0.10381990503308111f,-0.9699512869695965f,-0.1929372846929152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.958936155439575f,-0.1609864580979004f,-0.2335054819481986f,-0.0683083788653602f,-0.1489702060856558f,0.9864776666973433f,-0.06833513595627835f,2.2725272881937655f,0.24134897449453702f,-0.03074367278740072f,-0.9699512869695965f,-0.2003578960758583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9723138905540615f,-0.008993783173078335f,-0.2335054819481986f,-0.029492666137084497f,0.007182970417076995f,0.9976365641504048f,-0.06833513595627835f,2.3791603892695052f,0.23356819811697854f,-0.06812046487224893f,-0.9699512869695965f,-0.24943300923535158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9723138905540615f,-0.008993783173078335f,-0.2335054819481986f,-0.027469064923141877f,0.007182970417076995f,0.9976365641504048f,-0.06833513595627835f,2.1546921623356647f,0.23356819811697854f,-0.06812046487224893f,-0.9699512869695965f,-0.23410590463909559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9150761309332104f,-0.2782432830307104f,-0.29191839620791f,-0.3389386447823862f,-0.33340777826863954f,0.9291990599100862f,0.15946272433450304f,2.204424811814559f,0.2268808673869966f,0.24324839672750975f,-0.9430563554227394f,-0.10480751469787794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9473368644115883f,-0.13166820148472458f,-0.29191839620791f,-0.23114650758154173f,-0.1839442174067444f,0.9699155449988616f,0.15946272433450304f,2.235386638884959f,0.26214002023621f,0.20476161819867347f,-0.9430563554227394f,-0.13293865486561646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9032089464374736f,-0.25676807351367614f,-0.3439240548426129f,-0.2201528559445719f,-0.3979880210503924f,0.8010393630563999f,0.4471481565818981f,2.238107622540409f,0.16068333509017527f,0.5407458693862327f,-0.8256965366077454f,-0.17772962446353757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9383484524140814f,0.034905964428936245f,-0.3439240548426129f,-0.2477764877945639f,-0.13097432447967744f,0.8848187681059341f,0.4471481565818981f,2.241244320837243f,0.3199185961759504f,0.4646260014837561f,-0.8256965366077454f,-0.16452501495735605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9322563217370335f,-0.1123138240910364f,-0.3439240548426129f,-0.3159646046024902f,-0.2677779638521096f,0.8534362824139999f,0.4471481565818981f,2.335591798995372f,0.2432963473966575f,0.5089519788520515f,-0.8256965366077454f,-0.12287674221237938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9322563217370335f,-0.21373301227638783f,-0.29191839620791f,-0.267874676840303f,-0.2677779638521096f,0.9501929286324102f,0.15946272433450304f,2.12179839005308f,0.2432963473966575f,0.22682944658977783f,-0.9430563554227394f,-0.1739133676950793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9616224476686446f,-0.14407448781760282f,-0.2335054819481986f,-0.06653664956431977f,-0.1315750891303395f,0.9889480800902444f,-0.06833513595627835f,1.6335448581467558f,0.24077014777606504f,-0.0349890961002889f,-0.9699512869695965f,-0.15576674669788948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7793818290182034f,-0.1458606177199781f,-0.6093345918250387f,-0.011838917919327983f,-0.07795540815370294f,0.9875425690974734f,-0.13668441227861972f,1.2632163947352033f,0.6216807210585106f,-0.05902842043209795f,-0.7810433577244364f,-0.13363108903585275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8160181636380257f,-0.05612937223237774f,-0.575294576878336f,0.24047212697729287f,-0.23428204926188295f,0.9419742252318646f,0.24040898567333352f,0.7508322514003583f,0.528418657890197f,0.3309592914115384f,-0.7818181818184425f,-0.08427580283254335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8160181636380257f,-0.453864243040361f,-0.3579407849103319f,0.0781653926661665f,-0.23428204926188295f,0.8257999902192436f,-0.5129973660239885f,1.001729654505772f,0.528418657890197f,-0.33475606797083973f,-0.7802000364971957f,-0.22368133748710578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8067954269871578f,0.20900893572935847f,-0.5526268214427261f,-0.11088285901493047f,0.17828298243029736f,0.9778612174447345f,0.10955645847351936f,0.673639181733376f,0.563290615196426f,-0.010134308204440667f,-0.826196694878919f,0.05334221799148037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8067954269871578f,-0.054417630762664176f,-0.5883195224151483f,-0.13764278747440406f,0.17828298243029736f,0.9269121476767258f,-0.330225754091164f,1.026053665293702f,0.563290615196426f,-0.3713119873522777f,-0.7381267444552692f,-0.09652587995106518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8455253026027213f,-0.05683572560652159f,-0.5309017451029493f,-0.029743400711677193f,0.1371556788776336f,0.9378333477106301f,-0.3188368417756768f,1.191236352278722f,0.5160186841677269f,-0.34240080639019044f,-0.7851664825838881f,-0.15264857029312776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7869225514182904f,-0.33653164664856194f,-0.5172033921711416f,-0.034552457552774286f,-0.15834466815758902f,0.9202502435209128f,-0.35786373854550246f,1.1765750560087875f,0.5963890208038637f,-0.199714646692996f,-0.7774536614878731f,-0.15527745010814065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8284010515048043f,-0.17859181087714474f,-0.5309017451029493f,-0.02958873744347334f,0f,0.9478096160761992f,-0.3188368417756768f,1.19041553450361f,0.5601354281472783f,-0.2641247749854415f,-0.7851664825838881f,-0.15241983415616706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8022875584784985f,0.2397414505228081f,-0.5466797146518517f,-0.02411823097757199f,0.14016370041584053f,0.9658606032242893f,0.21787021876555324f,1.1947983468872878f,0.5802489212366952f,0.09816991413071267f,-0.8085009940397228f,-0.1443293383923016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8373416739432517f,-0.00045898375055694607f,-0.5466797146518517f,-0.02480163009898969f,-0.14277131036642166f,0.9654785967132077f,0.21787021876555324f,1.189332928405974f,0.527707564863503f,0.26048199289511714f,-0.8085009940397228f,-0.1453400378094987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8284010515048043f,0.12203682826878436f,-0.5466797146518517f,-0.024188688163742623f,0f,0.9759777496311326f,0.21787021876555324f,1.1942348723445644f,0.5601354281472783f,0.18048391831696603f,-0.8085009940397228f,-0.14443353963396005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8014952890843187f,0.17745344589458129f,-0.5710652993448153f,-0.1715036052079172f,0.21357986002169999f,0.9769181887214095f,0.003807353200274574f,1.2467564611990711f,0.558559705822713f,-0.11891647104341568f,-0.8208958082155279f,-0.016403487945448048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8158997804320888f,-0.20261417808168716f,-0.541530279052937f,0.14336292004028628f,-0.22041073997643915f,0.9748601465687037f,-0.032661909544361906f,1.237963641812987f,0.5345340531658466f,0.09271024469996786f,-0.8400465204581019f,-0.24253494301102568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8284010515048043f,-0.005465068401208507f,-0.560108767020393f,-0.03255691059013753f,0f,0.9999524023556705f,-0.009756691197492978f,1.0824184770832086f,0.5601354281472783f,-0.008082453247210852f,-0.8283616215661925f,-0.15032402871384246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8284010515048043f,0.04607800253335152f,-0.5582369707823652f,-0.01578947368421052f,0f,0.9966107172131702f,0.08226225340853832f,1.3050986842105263f,0.5601354281472783f,0.06814613722278781f,-0.8255933660803473f,-0.13947368421052642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7979135607258381f,-0.1008913374275679f,-0.5942683633190408f,-1.0635942109688683f,0.05729560784998432f,0.9941234449494574f,-0.09184655422455472f,1.5145873205741625f,0.6000426342610296f,0.039236644019333425f,0.7990052082653685f,0.8405226418249654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18286434477235647f,-0.1008913374275679f,-0.9779476312375085f,-1.0296140285116775f,-0.05729560784998432f,0.9941234449494574f,-0.09184655422455472f,1.5145873205741625f,0.9814671898398223f,0.039236644019333425f,-0.18757036288823076f,0.9278977509818416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.36245527954336787f,-0.1008913374275679f,-0.9265242081905989f,-0.907625488511683f,0f,0.9941234449494574f,-0.10825237273068547f,1.5308251764837653f,0.9320011643400128f,0.039236644019333425f,0.3603252911397713f,0.8301614027324378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4677682331401489f,0.7073728512072609f,-0.5299212483377638f,0.8298864021564278f,-0.8790856997650732f,-0.43452677546554463f,0.1959459463016979f,2.122582774783187f,-0.09165812857294764f,0.557503480507904f,0.8250991799099541f,-1.6191997495844206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16543650689562683f,0.7073728512072609f,-0.6872076917214212f,0.8458613236162833f,-0.6650406899603069f,-0.43452677546554463f,-0.6073774461573588f,2.2041729476253265f,-0.7282524582061447f,0.557503480507904f,0.3985451371404263f,-1.575876452388325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17039916223845783f,0.7073728512072609f,-0.6859940049908179f,0.9407729636349783f,-0.8702951769828245f,-0.43452677546554463f,-0.23188959943031145f,2.1981613011188035f,-0.46211517009168385f,0.557503480507904f,0.6896661792437757f,-1.7009880278729392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012943766429762567f,0f,-0.000008752116064801225f,0.36332464857780744f,0f,0.000015625f,0f,1.4712211842105263f,0.000008752116064801225f,0f,-0.000012943766429762567f,0.43409481615167955f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55.mcfunction new file mode 100644 index 000000000..cfa8568d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..2c888c820 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.004214301154448383f,-0.12032122903945908f,-0.8077434530546553f,-0.21075951745202737f,-0.12684548790598577f,0.7980475240835794f,-0.11821512570904581f,1.3486840605696582f,0.80674463512819f,0.12484949175285864f,-0.022806633802050905f,-0.41285234384368263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.04891929550593292f,-0.10731387193993906f,-0.7912588927882338f,-0.21075951745202737f,0.18436860307495603f,0.7698038597525039f,-0.11580257212314693f,1.3486840605696582f,0.7769267151587675f,-0.18943534622505298f,-0.022341192295886603f,-0.41285234384368263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8162136891188542f,0.024342361374146214f,-0.012128791455284421f,-0.2850709503859564f,0.024621716365345898f,0.8160723330759724f,-0.019083047859502215f,1.3394249969673f,0.011551156767171026f,-0.01943813455849274f,-0.8163535840226774f,-0.3387340378125929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7478189778954801f,-0.2839464946763838f,-0.011881265099054128f,-0.2850709503859564f,-0.2836406808239595f,0.7477957699660749f,-0.018693597903185845f,1.3394249969673f,0.017740926725521983f,-0.013261771444254875f,-0.7996933067977249f,-0.3387340378125929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0507008265418094f,0.5518685878977755f,1.0163046220479734f,-0.15720543623238875f,1.0135161577922494f,1.1007241962988472f,0.4501083109389258f,1.5030468534183088f,-0.5569730882173706f,0.9619010112137174f,-1.0981501143412193f,0.6118736951528626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3014419781833329f,-0.7488240404956683f,-0.5902501928544036f,-0.2576378490440147f,0.14458740851239202f,0.6477858711842394f,-0.7479758996075652f,1.4728165498560335f,0.9424580707323746f,0.1401285890524046f,0.30354038189603794f,0.3853263594768437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.018157240218713844f,-0.7488240404956683f,-0.6625200910186662f,-0.2551646116889875f,-0.19129865097450152f,0.6477858711842394f,-0.7374132431882491f,1.546453400836818f,0.9813639186168278f,0.1401285890524046f,-0.13148702509071586f,0.06646863274005702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7148102045003759f,-0.6512087754890304f,-0.25489900405495636f,0.36540671571239985f,-0.23509523848299513f,0.5670536034491984f,-0.7894177852429618f,1.6277513847091487f,0.6586171880423062f,-0.5043583463583775f,-0.5584317846200094f,-0.6176428601915642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6589590433495494f,-0.6512087754890304f,-0.37643075048928265f,0.15157011345593543f,-0.09285549952879617f,0.5670536034491984f,-0.8184302456669945f,1.5965216602883174f,0.7464253716180236f,-0.5043583463583775f,-0.4341334162023681f,-0.36797389417547727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7290858247529115f,-0.5152380582612137f,-0.45051482047051583f,0.05742180085181858f,-0.054668376311132916f,0.6999782516275739f,-0.7120686876137083f,1.2865283626024584f,0.6822354643199599f,-0.4945302726503393f,-0.5385114489558323f,0.15280429834653644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7184131805558241f,-0.34815239537096154f,-0.6022228919603827f,-0.011620666354989085f,-0.0649772373492601f,0.8955409428500035f,-0.44020947094057894f,1.4516909801934554f,0.6925752382450031f,-0.2771215063411504f,-0.6659903978985651f,0.09668157592070473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7340466851788607f,-0.4862380737205401f,-0.4740759429062663f,0.2767000964007238f,-0.04270003427771603f,0.7297613180512453f,-0.6823672953393876f,1.3141175764752302f,0.6777552442073823f,-0.480646392206004f,-0.5564412589022706f,-0.0653049599798356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.722767382888055f,-0.34221856099846204f,-0.6004113312898867f,0.20878154539295035f,-0.05602550122690702f,0.8949422268369197f,-0.4426506001763119f,1.4791526777560506f,0.6888167052601335f,-0.28629507004542937f,-0.6660080175360181f,-0.12314783572295371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.950517967124319f,-0.14479277114269476f,-0.27486478057159547f,0.1441965307978898f,-0.13699253791556426f,0.9894337988664251f,-0.047474226862655955f,2.172946168564647f,0.27883442888084103f,-0.007470681734182955f,-0.9603101322932721f,-0.22396001772146068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.950517967124319f,-0.14479277114269476f,-0.27486478057159547f,0.17217147777930158f,-0.13699253791556426f,0.9894337988664251f,-0.047474226862655955f,2.0499534551098035f,0.27883442888084103f,-0.007470681734182955f,-0.9603101322932721f,-0.3235115484902136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.950517967124319f,-0.14479277114269476f,-0.27486478057159547f,-0.4142327748876476f,-0.13699253791556426f,0.9894337988664251f,-0.047474226862655955f,2.092463052539253f,0.27883442888084103f,-0.007470681734182955f,-0.9603101322932721f,-0.06014479075396656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.950517967124319f,-0.14479277114269476f,-0.27486478057159547f,-0.45754667544055977f,-0.13699253791556426f,0.9894337988664251f,-0.047474226862655955f,1.9591958987407423f,0.27883442888084103f,-0.007470681734182955f,-0.9603101322932721f,-0.1387837393566564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.960162508432462f,0.05037171629010941f,-0.27486478057159547f,0.03408329058996698f,0.06587881010357194f,0.9966976372818039f,-0.047474226862655955f,2.26136507813253f,0.27156571908107274f,-0.06369073743377565f,-0.9603101322932721f,-0.21959306157367003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9562211871463249f,-0.10045095148281113f,-0.27486478057159547f,-0.07707134098066179f,-0.0908501290634619f,0.9947323518579986f,-0.047474226862655955f,2.260924803577816f,0.27818572088018056f,-0.02042436077953326f,-0.9603101322932721f,-0.187756060086183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9521186158601508f,0.1338637132828744f,-0.27486478057159547f,-0.09799604224282796f,0.1524960442139029f,0.9871631852347941f,-0.047474226862655955f,2.254598600857923f,0.2649813160048503f,-0.08711688690039354f,-0.9603101322932721f,-0.18145414281951538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9468847762342621f,-0.16690887614839509f,-0.27486478057159547f,-0.0711675358766887f,-0.1600178438999893f,0.98597184920128f,-0.047474226862655955f,2.2671915097362607f,0.27893280583214f,-0.0009693531286302168f,-0.9603101322932721f,-0.18975567985454156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.961337354124357f,-0.01672853748866221f,-0.27486478057159547f,-0.03502196596697494f,-0.0038077799326628192f,0.9988652054185175f,-0.047474226862655955f,2.3751432613299412f,0.2753470398917797f,-0.044592123045588884f,-0.9603101322932721f,-0.23797975719157566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.961337354124357f,-0.01672853748866221f,-0.27486478057159547f,-0.03125804503202595f,-0.0038077799326628192f,0.9988652054185175f,-0.047474226862655955f,2.150398590110775f,0.2753470398917797f,-0.044592123045588884f,-0.9603101322932721f,-0.22794652950631816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9075412957168094f,-0.24922022279049472f,-0.33802082350191215f,-0.33482022090972796f,-0.33257510579115895f,0.9179846800068717f,0.2160970297821802f,2.1957800649034644f,0.256442187591383f,0.30853428954483697f,-0.9159934479014622f,-0.08100555519613478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.935354588617535f,-0.1041811711933172f,-0.33802082350191215f,-0.22813126496456143f,-0.18487611203011967f,0.9587089740478838f,0.2160970297821802f,2.2267362993623636f,0.30155035525223434f,0.26461932402763527f,-0.9159934479014622f,-0.11307296626182545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9032908724354956f,-0.19526024385032548f,-0.3820196813597865f,-0.22171522914001496f,-0.3893777822298026f,0.7469856482387517f,0.5388853162140644f,2.2337298885631522f,0.18014034106918347f,0.6355201637216898f,-0.7507753186024664f,-0.16384979764456334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9194194040152592f,0.09342870315910816f,-0.3820196813597865f,-0.24831097732519727f,-0.13948901723024826f,0.8307499202774605f,0.5388853162140644f,2.236183757700008f,0.3677101760794295f,0.5487491661815991f,-0.7507753186024664f,-0.14855567034910933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9227152946608995f,-0.051550441827559745f,-0.3820196813597865f,-0.31058144402771726f,-0.26772959532020946f,0.7987011204189866f,0.5388853162140644f,2.3274137066042018f,0.27733977137894644f,0.5995156980337036f,-0.7507753186024664f,-0.09301172440683236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9227152946608995f,-0.1853062542871626f,-0.33802082350191215f,-0.26888753681310573f,-0.26772959532020946f,0.9389477820991944f,0.2160970297821802f,2.1161504556318835f,0.27733977137894644f,0.28989421279678057f,-0.9159934479014622f,-0.1582379222861079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.950517967124319f,-0.14479277114269476f,-0.27486478057159547f,-0.06727697131907238f,-0.13699253791556426f,0.9894337988664251f,-0.047474226862655955f,1.6276732705417443f,0.27883442888084103f,-0.007470681734182955f,-0.9603101322932721f,-0.1592538098732795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7052870775934063f,-0.14419772264621306f,-0.6941016892094404f,-0.013202825326742485f,-0.08787743220030414f,0.9893263797671669f,-0.11623627319676239f,1.2566758781290568f,0.703454117259707f,-0.02098406729967417f,-0.7104308367673304f,-0.1513847846359017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7595185903214894f,-0.02372353810875022f,-0.6500528476175305f,0.2524686166789375f,-0.22261670723334187f,0.948470365943753f,0.22549005873232575f,0.762360757863577f,0.6112064402610972f,0.3159765160041579f,-0.7256621312410012f,-0.1034523677015064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7595185903214894f,-0.5102899161566996f,-0.40340514675056655f,0.07032015163926716f,-0.22261670723334187f,0.7866216854177799f,-0.5759063514939522f,0.9909158691920106f,0.6112064402610972f,-0.3476068547932847f,-0.7110528544940089f,-0.2465545232571713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7559767745308001f,0.16704136826641636f,-0.6329267711652679f,-0.07922489643150885f,0.15722598028362011f,0.9849237479949063f,0.07214708420664717f,0.6637660017863056f,0.6354361553247208f,-0.044971012033862556f,-0.7708427210415804f,0.05035763509799672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7559767745308001f,-0.12314548718390289f,-0.642910806688025f,-0.13269303232478127f,0.15722598028362011f,0.919235964275975f,-0.360950457965457f,1.0134503646048607f,0.6354361553247208f,-0.373952444794599f,-0.6755593693660682f,-0.09977567860685473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.79419519686338f,-0.10667234714152753f,-0.5982265454110629f,-0.030602298199202592f,0.1329292619140408f,0.9301290524870705f,-0.34232989505226186f,1.1793539270053517f,0.592945023257743f,-0.3513985715321304f,-0.7245241495761566f,-0.16658273605310364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7237285877008901f,-0.3728489310981772f,-0.5806897673658645f,-0.036188946797380446f,-0.1573363058438274f,0.9084657186987632f,-0.3872148303107165f,1.1621769375642585f,0.6719093824377604f,-0.1888748594389581f,-0.7161452850253371f,-0.16876341169075396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7711150582241519f,-0.21796001318018937f,-0.5982265454110629f,-0.03038512070028462f,0f,0.9395798225555438f,-0.34232989505226186f,1.1784177204373711f,0.6366958198229064f,-0.26397573695509274f,-0.7245241495761566f,-0.1663197080348426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7462262030602245f,0.2301153789515751f,-0.6246545975467512f,-0.024197469154486687f,0.1375249036058429f,0.9714012915920337f,0.19356247462132786f,1.1852193095849715f,0.6513319850541076f,0.05853582717705101f,-0.7565316927810586f,-0.15882571933025857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.780816879764274f,0.01147318782595054f,-0.6246545975467512f,-0.024998940639571685f,-0.14058308269988729f,0.9709634211838591f,0.19356247462132786f,1.1788389838183932f,0.6087375437196066f,0.2389527164190565f,-0.7565316927810586f,-0.15979639749657387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7711150582241519f,0.12324041846597687f,-0.6246545975467512f,-0.024279334463808106f,0f,0.9810879514184585f,0.19356247462132786f,1.1845675991346651f,0.6366958198229064f,0.1492589388876362f,-0.7565316927810586f,-0.1589248680458595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7499765752179253f,0.14446016790796973f,-0.6454970151072683f,-0.15993871357113598f,0.2066232612868075f,0.9781919381631187f,-0.02115088669264123f,1.235791080584827f,0.6283645156432652f,-0.14923736797693288f,-0.763469870708545f,-0.01891922138432703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7577819534814297f,-0.20718948882455462f,-0.6187398699764611f,0.13096200310150333f,-0.21458839047223927f,0.9746347119808693f,-0.06355313427755993f,1.2252043115624112f,0.6162128963697546f,0.08461497457653444f,-0.783021054905301f,-0.2752144126593671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7711150582241519f,-0.024043662433905287f,-0.6362416752121219f,-0.03161783175028285f,0f,0.9992867165188696f,-0.037763185630137946f,1.0713091142455757f,0.6366958198229064f,-0.029119761085913284f,-0.7705650345910697f,-0.16141718716096168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7711150582241519f,0.035044866968032856f,-0.6357306224173536f,-0.017763157894736824f,0f,0.9984840525483247f,0.05504177328787929f,1.294407894736842f,0.6366958198229064f,0.04244354021364361f,-0.7699460883166886f,-0.15690789473684214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7799015075400533f,-0.1541179921971725f,-0.6066310930193608f,-0.8495025420810051f,0.08352472752227309f,0.9861687697926528f,-0.14315997128379077f,1.4171919856459332f,0.6203041660581381f,0.060981980672638346f,0.7819871735547583f,0.933199986564074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1443128100863485f,-0.1541179921971725f,-0.9774566268260161f,-0.8150092756423131f,-0.08352472752227309f,0.9861687697926528f,-0.14315997128379077f,1.4171919856459332f,0.9860007265399511f,0.060981980672638346f,-0.1551894496927237f,1.0203738190506029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3679281753460477f,-0.1541179921971725f,-0.9169931855077442f,-0.6947069310354974f,0f,0.9861687697926528f,-0.165744253250741f,1.4420536236335444f,0.9298542131896419f,0.060981980672638346f,0.3628392760530673f,0.9223610113993783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6053516986422801f,0.505418623920894f,-0.6148994515730323f,0.5802602106010882f,-0.7957007405734218f,-0.3646187283636322f,0.483646063126121f,2.1022821370528693f,0.02023987158590801f,0.7820519148499016f,0.6228845399251681f,-1.686250009614679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08397313223511382f,0.505418623920894f,-0.85877850907934f,0.6072413483890985f,-0.8812472035073722f,-0.3646187283636322f,-0.30075995284765533f,2.1890635401595517f,-0.4651364094252999f,0.7820519148499016f,0.4147805722385538f,-1.663226787023133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2877988030721101f,0.505418623920894f,-0.8134641132491159f,0.7157703964824608f,-0.9256682998046133f,-0.3646187283636322f,0.10095237324265444f,2.1305299826198123f,-0.24558104097649153f,0.7820519148499016f,0.5727868318951694f,-1.7606564231031814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012048672784752375f,0f,-0.000009948372184732913f,0.41439969530077847f,0f,0.000015625f,0f,1.460530394736842f,0.000009948372184732913f,0f,-0.000012048672784752375f,0.3778290598718342f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56.mcfunction new file mode 100644 index 000000000..e846a522f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..340d77908 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.06495361666606717f,-0.10073080765262465f,-0.807823481037839f,-0.24164572346433194f,-0.14640250307175767f,0.7957329383870465f,-0.11099478503373579f,1.3489373595814982f,0.8008069550277183f,0.15364517434664574f,0.0452308039246182f,-0.4051211179533521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.021023319950644312f,-0.11551327783238018f,-0.7913372875472708f,-0.24164572346433194f,0.16580134139901628f,0.7750405102072143f,-0.10872958533916977f,1.3489373595814982f,0.7823477073581412f,-0.16114865864213787f,0.044307726293503547f,-0.4051211179533521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8068451770733626f,0.0300846912070855f,-0.12263855850780642f,-0.3052671451870461f,0.031115291666558326f,0.8160611842884239f,-0.004519575945215996f,1.3390508253661484f,0.12238113948809014f,-0.009137794985327732f,-0.8073932138957122f,-0.3259524870845305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7414928893678002f,-0.2752375359688207f,-0.12013573078315731f,-0.3052671451870461f,-0.27775965443712186f,0.7502199497681589f,-0.004427339701436078f,1.3390508253661484f,0.11418348997977701f,0.03760752270056287f,-0.7909158013672283f,-0.3259524870845305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.047734032734737f,0.8975869295641653f,0.7334830267463436f,0.005371971724114799f,1.0698317992156225f,1.1293871400752886f,0.14611933212147166f,1.494463166066541f,-0.44622815692924217f,0.6001905045134704f,-1.3718812048626503f,0.5787564505023596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5721260823589541f,-0.622304089221241f,-0.5342371818051572f,-0.15847632770349804f,0.15108502669338655f,0.7201970654162142f,-0.6771185285272677f,1.465279591496465f,0.806129679762291f,0.3066819321453337f,0.5060643554943888f,0.39267484149459503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.24128994410712012f,-0.622304089221241f,-0.7446588369255442f,-0.22625283821272751f,-0.1962205334810621f,0.7201970654162142f,-0.6654424762564236f,1.5410004509952335f,0.9504086832059091f,0.3066819321453337f,0.05166746928595184f,0.08167070605006133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6628817833087852f,-0.6490145522830059f,-0.3733200400223029f,0.3132908644469019f,-0.25114489768232284f,0.6624611518697651f,-0.705741781837748f,1.632566336221369f,0.7053467102960788f,-0.374065947645964f,-0.602130123051676f,-0.6673596656901717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5747443140883746f,-0.6490145522830059f,-0.49844667151860184f,0.12793331084978352f,-0.10480253983248129f,0.6624611518697651f,-0.7417288250486461f,1.59660045374381f,0.8115943574642108f,-0.374065947645964f,-0.44876415380908247f,-0.3960987619102406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6521019968161237f,-0.5798016835987811f,-0.48845981763543556f,0.09227831884208047f,-0.05968057121159926f,0.6815541002173053f,-0.7293299924566634f,1.275153446079411f,0.7557785490262883f,-0.4464459834884821f,-0.47904568535654324f,0.12879072318990342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6390078290945956f,-0.38214373960312475f,-0.6675591034791983f,0.0164541232697496f,-0.0710693975389f,0.893480711613223f,-0.4434426216643891f,1.4399095631214878f,0.7659100045627226f,-0.23592028369190252f,-0.5980998952127163f,0.08081754565259225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6580060184577318f,-0.5462398573339271f,-0.5183146707678783f,0.28607529289294326f,-0.046263560731836365f,0.716346666871151f,-0.6962091178740795f,1.305562725523668f,0.751590156017104f,-0.4341307074170211f,-0.49663141891727086f,-0.11161447246094287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6441483190011525f,-0.37667747828084297f,-0.6657229307181587f,0.21128749739829672f,-0.06099593871731403f,0.8928631379520771f,-0.4461781172876634f,1.4701859506566346f,0.7624647130116797f,-0.24679848914115188f,-0.5981120857913351f,-0.16162738971110469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.938533168390034f,-0.13909992045491337f,-0.31592199030963447f,0.14624504415097078f,-0.137606301833299f,0.9901148732955734f,-0.027148542772199226f,2.167038200931878f,0.316575421546789f,0.01799304888915966f,-0.9483966747432981f,-0.22682878778449456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.938533168390034f,-0.13909992045491337f,-0.31592199030963447f,0.16920984143093287f,-0.137606301833299f,0.9901148732955734f,-0.027148542772199226f,2.0458889022037865f,0.316575421546789f,0.01799304888915966f,-0.9483966747432981f,-0.3298616854608283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.938533168390034f,-0.13909992045491337f,-0.31592199030963447f,-0.40514319227817425f,-0.137606301833299f,0.9901148732955734f,-0.027148542772199226f,2.086194498604815f,0.316575421546789f,0.01799304888915966f,-0.9483966747432981f,-0.040840727625755996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.938533168390034f,-0.13909992045491337f,-0.31592199030963447f,-0.45256838262746457f,-0.137606301833299f,0.9901148732955734f,-0.027148542772199226f,1.9547247272392259f,0.316575421546789f,0.01799304888915966f,-0.9483966747432981f,-0.12013046868608056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9475657653789374f,0.04808759008962192f,-0.31592199030963447f,0.03634533948682126f,0.05969075015432039f,0.997847669221791f,-0.027148542772199226f,2.2562596112450026f,0.3139365136900181f,-0.04458265030268981f,-0.9483966747432981f,-0.21583918561124946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9434222148426282f,-0.10073639153865316f,-0.31592199030963447f,-0.07333791879453913f,-0.09714190835755247f,0.9949001991486379f,-0.027148542772199226f,2.255096309478398f,0.31704569730889376f,0.005076726678896089f,-0.9483966747432981f,-0.17926911305479692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9397688819325385f,0.130490400375145f,-0.31592199030963447f,-0.09397550302581531f,0.14643176358889776f,0.9888481659170895f,-0.027148542772199226f,2.248628845493535f,0.30885625647461273f,-0.07177436988468183f,-0.9483966747432981f,-0.1722093572727973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9340970702920623f,-0.16630080971115266f,-0.31592199030963447f,-0.06752239649317651f,-0.1663060051710657f,0.9857003952872231f,-0.027148542772199226f,2.261406570521828f,0.3159192553736278f,0.027180349887877427f,-0.9483966747432981f,-0.18138696713997865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9486119635144682f,-0.018128395296450425f,-0.31592199030963447f,-0.0334293599431698f,-0.01006098825171542f,0.9995807786971223f,-0.027148542772199226f,2.370374655348637f,0.31628170859634636f,-0.022574945032728645f,-0.9483966747432981f,-0.22881339309879692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9486119635144682f,-0.018128395296450425f,-0.31592199030963447f,-0.02935047100146846f,-0.01006098825171542f,0.9995807786971223f,-0.027148542772199226f,2.1454689801417848f,0.31628170859634636f,-0.022574945032728645f,-0.9483966747432981f,-0.22373403046643298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9005530902307178f,-0.211187416778726f,-0.38000527189794775f,-0.3239215697713793f,-0.3268422321182043f,0.9052491480090241f,0.27147400489351803f,2.18782754819664f,0.2866675548085177f,0.36867852530797707f,-0.8842498843634874f,-0.05992511894446981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9225027778748094f,-0.0677098083221845f,-0.38000527189794775f,-0.2183454139171533f,-0.18120609568032356f,0.9452334185561615f,0.27147400489351803f,2.2182252534478404f,0.34081222938966516f,0.3192947952936368f,-0.8842498843634874f,-0.0959639238012534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9048310472840176f,-0.12401360558409935f,-0.40730995752735943f,-0.21693677749845533f,-0.3748047337709847f,0.6858539329875905f,0.6237994823245008f,2.2303114822806105f,0.20199551335059213f,0.7170948390802191f,-0.667062818893952f,-0.15182551086721713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8988677753248319f,0.16166422294882832f,-0.40730995752735943f,-0.24237921445105282f,-0.1445199634391034f,0.7681068845019196f,0.6237994823245008f,2.2321179747554707f,0.41370364108882124f,0.6195776730960424f,-0.667062818893952f,-0.13460097569638102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9130910776581708f,0.01905996852308814f,-0.40730995752735943f,-0.29725081564063766f,-0.2628990724428142f,0.7360423109851721f,0.6237994823245008f,2.319382162520666f,0.3116869609235338f,0.6766671515889522f,-0.667062818893952f,-0.06633888191204171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9130910776581708f,-0.1478535668518255f,-0.38000527189794775f,-0.263983763098977f,-0.2628990724428142f,0.9258433681653621f,0.27147400489351803f,2.11106740468346f,0.3116869609235338f,0.34778352518975175f,-0.8842498843634874f,-0.14459017507973573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.938533168390034f,-0.13909992045491337f,-0.31592199030963447f,-0.06550584561990351f,-0.137606301833299f,0.9901148732955734f,-0.027148542772199226f,1.6216827118102721f,0.316575421546789f,0.01799304888915966f,-0.9483966747432981f,-0.16374614424305062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6234667972113508f,-0.135281090829092f,-0.7700572571173595f,-0.014775436558994005f,-0.09688444011247002f,0.9906936672429025f,-0.09560053843416622f,1.2501725865941837f,0.7758237931638302f,0.01500280470112951f,-0.6307712404762809f,-0.1693721960059742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6959614042132874f,0.004760819356877f,-0.7180634083731883f,0.264819239734872f,-0.21070740297811474f,0.9546049937651506f,0.2105509349512727f,0.7753862254614143f,0.6864693104397949f,0.29783660029903625f,-0.6633650920470751f,-0.1266097790978904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6959614042132874f,-0.5703877561333296f,-0.4362287605129381f,0.06235484619818936f,-0.21070740297811474f,0.7429668279373305f,-0.6352973185170542f,0.9801005422142146f,0.6864693104397949f,-0.35022578465602194f,-0.6372611596405245f,-0.2690379694141048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6984572344890673f,0.12048566650604212f,-0.7054365285101691f,-0.04611746269721352f,0.13595844772536336f,0.9901138624330359f,0.03449405615530371f,0.654348961434982f,0.7026185252909246f,-0.07181743231646764f,-0.7079332343755841f,0.042593071465640064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6984572344890673f,-0.19189899318560633f,-0.6894434480102298f,-0.126239935987129f,0.13595844772536336f,0.9102527935306363f,-0.39109481249664085f,1.000828263649796f,0.7026185252909246f,-0.36689866214531713f,-0.6096823596217809f,-0.10409948715984621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7366846348852072f,-0.15794248161144583f,-0.657533209219479f,-0.030885551197350446f,0.12889256263712312f,0.9217211570261006f,-0.3658098084897422f,1.1675313703208512f,0.6638391793355407f,-0.3542376055600035f,-0.6586602028255776f,-0.18085520596566376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6542056916633114f,-0.40980916748964114f,-0.6356660752602545f,-0.03711824549840991f,-0.1564266018126688f,0.8956190197431102f,-0.41641000194487543f,1.1478018387916389f,0.7399632634399286f,-0.1729827092973103f,-0.6500241157399416f,-0.18238453734724558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7077119835422255f,-0.258445017603864f,-0.657533209219479f,-0.030599421024959522f,0f,0.9306896281858406f,-0.3658098084897422f,1.1665009833309057f,0.7065010604031169f,-0.25888798516547706f,-0.6586602028255776f,-0.18056858537412704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6846658525309897f,0.2154077413451101f,-0.6962989123548959f,-0.02386643933145915f,0.1349478150652879f,0.9762770302955748f,0.16932881422356375f,1.1757226330241228f,0.7162553717684201f,0.021969640093808238f,-0.6974923492964138f,-0.17382406353754012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7175003014578175f,0.01900373808832874f,-0.6962989123548959f,-0.024751593520173514f,-0.13848072285720905f,0.9757821693752077f,0.16932881422356375f,1.1684304402250865f,0.6826539436675699f,0.2179174519584962f,-0.6974923492964138f,-0.17471073485587943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7077119835422255f,0.11963098680575017f,-0.6962989123548959f,-0.023954736732057506f,0f,0.9855596139623629f,0.16932881422356375f,1.1749952098508198f,0.7065010604031169f,0.1198360309850113f,-0.6974923492964138f,-0.17391251227742371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6929881628166427f,0.1077461953855132f,-0.7128521330373931f,-0.1471417472313894f,0.19949510364950615f,0.9788190172814163f,-0.0459895099790741f,1.2248812231578223f,0.6927980295987332f,-0.17408069619630248f,-0.699804830932113f,-0.02307186613306489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6926634106094439f,-0.21510580241900154f,-0.6884380098226496f,0.11736740700329645f,-0.20859978480008373f,0.9734463514012297f,-0.09427794400066472f,1.2124270493404592f,0.6904372016224588f,0.07830513846045604f,-0.7191416939007479f,-0.3065869420725182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7077119835422255f,-0.04630380191349652f,-0.7049820609626065f,-0.02966552879886789f,0f,0.9978499686332479f,-0.0655396070985037f,1.0603664045578254f,0.7065010604031169f,-0.04638316534026018f,-0.7061903805789834f,-0.1732297934916068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7077119835422255f,0.0196909060573141f,-0.70622660426337f,-0.019736842105263133f,0f,0.9996115276322582f,0.027871021235380482f,1.283717105263158f,0.7065010604031169f,0.01972465572183861f,-0.7074370569922996f,-0.17434210526315785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7601791282091908f,-0.20710650122022306f,-0.6158202580196859f,-0.6264333410671408f,0.10680590650497397f,0.9747733950587f,-0.1959829753355793f,1.319796650717704f,0.6408745519762548f,0.08320892643252455f,0.7631225872631351f,0.9929801795160423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10547935956113513f,-0.20710650122022306f,-0.9726155467906579f,-0.5914828599617924f,-0.10680590650497394f,0.9747733950587f,-0.1959829753355793f,1.319796650717704f,0.9886691069524846f,0.08320892643252455f,-0.12493867103392436f,1.0799717099687518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3728051317903828f,-0.20710650122022306f,-0.9045016477945593f,-0.47328285334528264f,1.3877787807814457e-17f,0.9747733950587f,-0.2231968375352472f,1.353276176347991f,0.9279096581622346f,0.08320892643252455f,0.3634005240106176f,0.9819658661408044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.677573328516307f,0.33295217977264f,-0.6557722397814504f,0.3305194347148139f,-0.7221999136403504f,-0.13269509462344287f,0.6788367230790817f,2.0849615403650166f,0.13900240724966967f,0.9335603129136987f,0.3303686924199597f,-1.7161920825294443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.00945132220492173f,0.33295217977264f,-0.9428963455721028f,0.3654229992147383f,-0.9904687209760524f,-0.13269509462344287f,-0.036928642419378266f,2.1719718682951377f,-0.1374131917853651f,0.9335603129136987f,0.33103286373989427f,-1.7162728209489528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3723046879991938f,0.33295217977264f,-0.8663325373541446f,0.4779210975678978f,-0.9281101645879596f,-0.13269509462344287f,0.3478556227106098f,2.0762883609234857f,0.0008612098080909847f,0.9335603129136987f,0.35841930817150935f,-1.769995347964925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011057999742847275f,0f,-0.000011039079068798701f,0.46087472568066373f,0f,0.000015625f,0f,1.449839605263158f,0.000011039079068798701f,0f,-0.000011057999742847275f,0.3173090548255817f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57.mcfunction new file mode 100644 index 000000000..490f5e6c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..3f7bb3399 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1293936937216858f,-0.07664091703260073f,-0.8027003714375028f,-0.2688470492946645f,-0.16497815143840447f,0.7932556654030263f,-0.10233329516053448f,1.3490708097873902f,0.7892933079771232f,0.17837057937577094f,0.11020188219865544f,-0.3950982700964364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.08837385411512423f,-0.11786820973628803f,-0.7863187312040845f,-0.2688470492946645f,0.14806125389778996f,0.7797620361523337f,-0.10024486056542153f,1.3490708097873902f,0.7811964714481582f,-0.1344553907774956f,0.10795286419460126f,-0.3950982700964364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7829167349498293f,0.038592827650571475f,-0.22912098165352826f,-0.3218445752525126f,0.03738752512539296f,0.8157533353075017f,0.00964952559088283f,1.3387238333176787f,0.22932074381734685f,-0.0012385608843639125f,-0.7838079527961163f,-0.3124936467773321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7230265301198757f,-0.25856732063860044f,-0.22444504325243586f,-0.3218445752525126f,-0.2719677228579357f,0.7522926333169363f,0.009452596497191344f,1.3387238333176787f,0.20800527509244f,0.08484535670762922f,-0.7678118721268078f,-0.3124936467773321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.062240411128549f,1.0835112832817855f,0.37290060065184755f,0.14973453859054503f,1.081758201014558f,1.1159255792833807f,-0.16098306134124063f,1.4882762462647672f,-0.37795602059392774f,0.14872676457890532f,-1.508786216133582f,0.5113129320496096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7855140027741638f,-0.467090492504751f,-0.405948547549292f,-0.061677528760654826f,0.15439317744312164f,0.7831536923871668f,-0.6023562408237866f,1.4607563426693995f,0.5992749771221284f,0.41048357569093535f,0.6872937769856906f,0.3814207295000447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.44501955623636613f,-0.467090492504751f,-0.7640576328909073f,-0.19402097881461844f,-0.19293710222238214f,0.7831536923871668f,-0.5911392126110201f,1.5355549318807906f,0.8744900623524646f,0.41048357569093535f,0.25839962255151644f,0.09176315184697173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.614040290560981f,-0.6164480262202215f,-0.4928958840738875f,0.2607685549112516f,-0.2593406333338009f,0.7474001231812649f,-0.6116661603936031f,1.636553374711701f,0.7454508417526999f,-0.247759736111062f,-0.6188038103408606f,-0.7109333601905933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48761594015958476f,-0.6164480262202215f,-0.6182414786080576f,0.10479964768480371f,-0.11530082666261877f,0.7474001231812649f,-0.6542925761763974f,1.5961840433227614f,0.8654111244219136f,-0.247759736111062f,-0.4355211807581532f,-0.42201339947603184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5696293798472734f,-0.6386192936541393f,-0.5173855113815027f,0.1255208462614981f,-0.0645220739656592f,0.6623011857312203f,-0.7464543129691124f,1.263866727508989f,0.8193651637615431f,-0.3918195211468003f,-0.41847125500123816f,0.10048264659288486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5544067156072652f,-0.41070432918583555f,-0.7238474616088516f,0.043989737904098616f,-0.07669491195556266f,0.8912637251504629f,-0.4469528640819394f,1.4281852205741887f,0.8287044612946723f,-0.19227825206958007f,-0.5256215269672405f,0.06114533978629336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5762797659086879f,-0.600985235347866f,-0.5538216123429077f,0.2924618592734146f,-0.049968190848676694f,0.7023056106096083f,-0.7101197147027924f,1.2967649911842831f,0.8157234894911005f,-0.3815541589343973f,-0.43475465781556233f,-0.15878604758900267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5601428399391206f,-0.4060817918921695f,-0.7220371023421036f,0.21180879140399472f,-0.06572905364351622f,0.8906474066720543f,-0.44991875766128264f,1.4609493876999102f,0.8257842880389915f,-0.20455995522581874f,-0.525581139640633f,-0.20042592131659762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9258720938635441f,-0.1277642418131857f,-0.35558003925788395f,0.153085159529111f,-0.1336043071409914f,0.9910008734692967f,-0.008194992157808757f,2.1597185874391345f,0.3534271564525171f,0.039919510229870364f,-0.9346099067444635f,-0.2328412775838019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9258720938635441f,-0.1277642418131857f,-0.35558003925788395f,0.17044026459521544f,-0.1336043071409914f,0.9910008734692967f,-0.008194992157808757f,2.040085359258465f,0.3534271564525171f,0.039919510229870364f,-0.9346099067444635f,-0.3387044134867986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9258720938635441f,-0.1277642418131857f,-0.35558003925788395f,-0.3908646956157212f,-0.1336043071409914f,0.9910008734692967f,-0.008194992157808757f,2.081226056993802f,0.3534271564525171f,0.039919510229870364f,-0.9346099067444635f,-0.025202823167948113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9258720938635441f,-0.1277642418131857f,-0.35558003925788395f,-0.4429499975893824f,-0.1336043071409914f,0.9910008734692967f,-0.008194992157808757f,1.9515725057775581f,0.3534271564525171f,0.039919510229870364f,-0.9346099067444635f,-0.10455892233700596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9332316856679848f,0.05139510236056705f,-0.35558003925788395f,0.04410286109580032f,0.058099754411946494f,0.9982771462078078f,-0.008194992157808757f,2.250165973710789f,0.3545462443780258f,-0.02830693930014113f,-0.9346099067444635f,-0.21557662607764974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9297820203516783f,-0.09522725614083838f,-0.35558003925788395f,-0.06395373355383574f,-0.0987805013047863f,0.995075501992441f,-0.008194992157808757f,2.2488156971898032f,0.3546093726803144f,0.027504818166615753f,-0.9346099067444635f,-0.1744537646616306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9252010790338419f,0.13253602919952173f,-0.35558003925788395f,-0.08431044155024428f,0.14488425345136763f,0.9894146730291468f,-0.008194992157808757f,2.242310875549329f,0.350729976558113f,-0.05909996411716503f,-0.9346099067444635f,-0.16665185079549655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9208744004880691f,-0.15985360242140606f,-0.35558003925788395f,-0.05819926807764828f,-0.16795283509645648f,0.9857609686362084f,-0.008194992157808757f,2.255138049030144f,0.35182692294479345f,0.052174117206744294f,-0.9346099067444635f,-0.1766985350931674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9345435212941496f,-0.013829045104159055f,-0.35558003925788395f,-0.025556744300039187f,-0.011678067208522838f,0.9998982272460566f,-0.008194992157808757f,2.364811480510663f,0.35565717981421974f,-0.0035060892316737882f,-0.9346099067444635f,-0.2235157178358975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9345435212941496f,-0.013829045104159055f,-0.35558003925788395f,-0.022445209151603404f,-0.011678067208522838f,0.9998982272460566f,-0.008194992157808757f,2.1398343793803005f,0.35565717981421974f,-0.0035060892316737882f,-0.9346099067444635f,-0.22272684775877089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8939589736654678f,-0.16602166457824585f,-0.4162621293051431f,-0.3072475124666213f,-0.3164925301606504f,0.8915000022239666f,0.32412994984600985f,2.1805395379683237f,0.31728509538819016f,0.42150273181242304f,-0.8495090436947516f,-0.04317492443867946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9089243655431649f,-0.02413166857685893f,-0.4162621293051431f,-0.20279623260533355f,-0.17313465599385852f,0.9300344974820617f,0.32412994984600985f,2.209854368997519f,0.37931634372360384f,0.3666790095778394f,-0.8495090436947516f,-0.08317131730189484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9071258544006644f,-0.047334777384926655f,-0.41818907581115045f,-0.2065110099073044f,-0.35490619740603746f,0.620087391815727f,0.6996665045248025f,2.2276370248062745f,0.22619521507019413f,0.7831034704054683f,-0.5792967109506665f,-0.14307708371689887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8773552055644578f,0.23529925656738448f,-0.41818907581115045f,-0.23072865623130207f,-0.1459183096478497f,0.6994102010662688f,0.6996665045248025f,2.228856048333819f,0.45711671395658027f,0.6748774929594835f,-0.5792967109506665f,-0.12412226340213332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.903362420421948f,0.0951537400295718f,-0.41818907581115045f,-0.2771462417738542f,-0.2535336737660142f,0.6679726481771184f,0.6996665045248025f,2.31149959767155f,0.34591474908726805f,0.7380774397349048f,-0.5792967109506665f,-0.04474281998942191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.903362420421948f,-0.10325781847273255f,-0.4162621293051431f,-0.25391323261748944f,-0.2535336737660142f,0.9114057558955457f,0.32412994984600985f,2.1064333025950526f,0.34591474908726805f,0.39834328291653265f,-0.8495090436947516f,-0.1343700586456416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9258720938635441f,-0.1277642418131857f,-0.35558003925788395f,-0.061588170728479844f,-0.1336043071409914f,0.9910008734692967f,-0.008194992157808757f,1.6155019868395932f,0.3534271564525171f,0.039919510229870364f,-0.9346099067444635f,-0.16980064260925035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5370209711996676f,-0.11993332458126643f,-0.8349996851176953f,-0.016613174010504935f,-0.10484533480230813f,0.991656103790077f,-0.07500418379047875f,1.2436309479183143f,0.8370280355292512f,0.04726700192278533f,-0.5451145735231023f,-0.18752576833029486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.627843800314353f,0.02872614733669071f,-0.7778090838155732f,0.27636480275152725f,-0.19876830041661953f,0.9602659174692765f,0.1959094956768997f,0.7891973285775509f,0.75253127852357f,0.27760435192208244f,-0.597187155452628f,-0.15344569399757735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.627843800314353f,-0.6309625549897082f,-0.45573941743905605f,0.054392917194777415f,-0.19876830041661953f,0.6960893913137112f,-0.6898918190919469f,0.9692825874467343f,0.75253127852357f,-0.3425577520672487f,-0.5624507634827374f,-0.29107244030182955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6360773655629469f,0.0714873970506463f,-0.768306668643078f,-0.012891789152686878f,0.11488084166426916f,0.9933756632904217f,-0.002680261334979339f,0.6453409760056528f,0.7630255416675186f,-0.08996857031896147f,-0.6400763072616825f,0.029931079405030148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6360773655629469f,-0.25818432650744083f,-0.7271495297147624f,-0.11866061209175799f,0.11488084166426916f,0.9001718280028004f,-0.4201107857322945f,0.988216242507715f,0.7630255416675186f,-0.35075851182258694f,-0.5429184921763062f,-0.10986365567328102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6750540386772943f,-0.20892356002993273f,-0.7075683648453293f,-0.030696376410479384f,0.12510985587177506f,0.9127579908507121f,-0.38887063929013055f,1.1557793103617526f,0.7270829174373564f,-0.3510324717210506f,-0.5900225715751829f,-0.1955819021087921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5807770912762992f,-0.4460534434360383f,-0.6809803931446882f,-0.037400464961634974f,-0.15562357171448177f,0.8819284015463288f,-0.44495347899838333f,1.1335010086648318f,0.7990489810865594f,-0.1524421862372425f,-0.5816202418070925f,-0.19630427314621218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6404292411056092f,-0.2986593313576529f,-0.7075683648453293f,-0.030340741465317754f,0f,0.9212923672201376f,-0.38887063929013055f,1.1546822618985262f,0.768017178933449f,-0.24904412840883136f,-0.5900225715751829f,-0.1952853475208377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6196896746990208f,0.19656757853310203f,-0.7598328067022735f,-0.023270772244354622f,0.1324692984051127f,0.9804348286751086f,0.14560024622529896f,1.1662823462721725f,0.7735868354952008f,-0.010427549589584958f,-0.63360450926274f,-0.1893898869152439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6497327195028154f,0.022394174832336883f,-0.7598328067022735f,-0.024195692227841063f,-0.1364995104647306f,0.9798818561143078f,0.14560024622529896f,1.1580992393581542f,0.7478069783375686f,0.19831805009014564f,-0.63360450926274f,-0.1901611532610439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6404292411056092f,0.11182349035796967f,-0.7598328067022735f,-0.02335954304257581f,0f,0.9893435036927933f,0.14560024622529896f,1.1654969584054853f,0.768017178933449f,0.09324665519485806f,-0.63360450926274f,-0.1894639105393197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6324026903217598f,0.06885053062521193f,-0.7715740027414265f,-0.1336409477582733f,0.19233895837743897f,0.9788070054352447f,-0.07030342240012546f,1.2140190939655269f,0.7503816111580042f,-0.19286381346306364f,-0.6322428228872213f,-0.029151658356567134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6229928353774074f,-0.22578001318176882f,-0.7489347853558804f,0.10300709641281851f,-0.202569992655127f,0.9713439148949865f,-0.12432375908161142f,1.199665680782674f,0.7555430663728707f,0.07425890279367904f,-0.6508765552789242f,-0.3363631103061676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6404292411056092f,-0.07106463487037162f,-0.764722305682026f,-0.026931257861159772f,0f,0.9957098964166419f,-0.09253000690565229f,1.0495889950579058f,0.768017178933449f,-0.05925892210208366f,-0.6376817333234547f,-0.18595744743474693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6404292411056092f,0.0009728810035591478f,-0.7680165627377097f,-0.021710526315789454f,0f,0.9999991976797443f,0.001266743805015136f,1.2730263157894737f,0.768017178933449f,0.0008112597737210753f,-0.6404287272762567f,-0.1917763157894737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.739235194993134f,-0.2590665731267997f,-0.62162354940253f,-0.4009991502845174f,0.12686425358362133f,0.9600914345088689f,-0.2492586980335347f,1.2224013157894738f,0.6613900419919654f,0.1053989946396014f,0.7425996662285994f,1.0192106709116386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0675367576012404f,-0.2590665731267997f,-0.9634953539384856f,-0.3656697292356791f,-0.12686425358362133f,0.9600914345088689f,-0.2492586980335347f,1.2224013157894738f,0.9896182332270265f,0.1053989946396014f,-0.09770774991565084f,1.1060489948726289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3768471578542759f,-0.2590665731267997f,-0.8893091309018989f,-0.24993807012481337f,1.3877787807814457e-17f,0.9600914345088689f,-0.27968631962021706f,1.2643542637325063f,0.926275455583896f,0.1053989946396014f,0.3618077283749018f,1.0083586736358985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6937573016530154f,0.2021587939118073f,-0.6912543876513555f,0.09004153090130812f,-0.665839202864667f,0.1858044610199705f,0.7225889967288619f,2.0709538038136333f,0.27451586899789954f,0.9615656630252567f,0.005702048678012564f,-1.7104591932394566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0745288881843576f,0.2021587939118073f,-0.976512809373296f,0.12845718885298357f,-0.9760720173755265f,0.1858044610199705f,0.11296069741971393f,2.1530522466310384f,0.20427643457450853f,0.9615656630252567f,0.1834737419041888f,-1.7343996487718225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4097670181512051f,0.2021587939118073f,-0.8895070617367764f,0.24267541913766233f,-0.8757167233856513f,0.1858044610199705f,0.44564214639975086f,2.045156703262373f,0.25536485901190215f,0.9615656630252567f,0.10089729665669783f,-1.7375640155041443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010006706892275145f,0f,-0.000012000268420835143f,0.501678986153277f,0f,0.000015625f,0f,1.4391488157894736f,0.000012000268420835143f,0f,-0.000010006706892275145f,0.25406195145958477f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58.mcfunction new file mode 100644 index 000000000..e3c2f020d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..cdfedd093 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.18729954841744847f,-0.049485892382161605f,-0.7933564583856397f,-0.2918886608747023f,-0.18229958453895148f,0.7906841445560231f,-0.09235740072717512f,1.3489638128615722f,0.7737119522690533f,0.19827802310719014f,0.1702941129727009f,-0.3839996175897645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1509597924059093f,-0.11499961194000571f,-0.7771655102553207f,-0.2918886608747023f,0.1314209313448217f,0.7839280932897319f,-0.09047255581437563f,1.3489638128615722f,0.7745577317935859f,-0.11059762115332203f,0.16681872291203353f,-0.3839996175897645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7464061455525146f,0.049099685784848704f,-0.3277369847632577f,-0.33475545936192436f,0.043377167671364604f,0.8151799148750074f,0.023336069798282955f,1.3383126073853076f,0.3285433482064322f,0.00392067400444595f,-0.7476552287713251f,-0.29948951506357196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6939222828742552f,-0.23537149809215613f,-0.32104847487013f,-0.33475545936192436f,-0.2663319873595744f,0.7540190322397384f,0.02285982347586902f,1.3383126073853076f,0.2958701367824773f,0.1267105240542495f,-0.7323969587964001f,-0.29948951506357196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1085649057028821f,1.1010384906989115f,0.014294818761451618f,0.26741702530237277f,1.050096363258086f,1.0632001267553042f,-0.4564092114973651f,1.4839058633773843f,-0.3313423119918455f,-0.3142069102788286f,-1.4942866324159265f,0.4198574122529791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9237401840714515f,-0.3099422483493953f,-0.22503305317166755f,0.02782991010696742f,0.1532869186136633f,0.8375743508485967f,-0.52437803861573f,1.4589834276313915f,0.3510088217033426f,0.4498944426070115f,0.8212111772240789f,0.35427267114207417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6181163464862525f,-0.3099422483493953f,-0.7224043084690239f,-0.1601281473775602f,-0.18202938640615973f,0.8375743508485967f,-0.5151063087219461f,1.5300301024045213f,0.7647205271804098f,0.4498944426070115f,0.46129980036874324f,0.09619540834232468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5696006195612515f,-0.5565709366862018f,-0.6048007329953249f,0.2098083670838936f,-0.25924959538761455f,0.8199349821424639f,-0.5103883544423753f,1.6394759071387903f,0.7799646027139925f,-0.133923177588054f,-0.6113262639686946f,-0.7483929500836908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.40126375661761976f,-0.5565709366862018f,-0.727472466875111f,0.0828450781212871f,-0.12415026266134842f,0.8199349821424639f,-0.5588321191021108f,1.5951394812757203f,0.907509840115375f,-0.133923177588054f,-0.3981086190959507f,-0.4458375962385024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.48480620637523947f,-0.6901482113487717f,-0.5372693818115264f,0.1559829193773471f,-0.06940646848326823f,0.6427083348838478f,-0.7629605090720706f,1.2526277793596239f,0.8718633404339983f,-0.33259801960162527f,-0.35948973972054754f,0.06864000616495286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4679855084645176f,-0.43342704721528325f,-0.7701496988309788f,0.0699019124067879f,-0.08200125099326457f,0.8890077186447808f,-0.45048981234378876f,1.4165011652783717f,0.879923495937429f,-0.14766946513156692f,-0.4515842893248284f,0.03812957964450389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.491919659972932f,-0.649032059162169f,-0.5803209752471727f,0.29579511281875837f,-0.05412858717686662f,0.6880540459057551f,-0.7236378417157006f,1.287663782492933f,0.8689563534391995f,-0.324559726541103f,-0.3735985006999001f,-0.20583359644173382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4740573133570419f,-0.42991723288112194f,-0.7684014813393728f,0.21038312239517698f,-0.07045254852595247f,0.8884162707751407f,-0.4536000090698745f,1.451406833206585f,0.8776708392437916f,-0.1608965589869186f,-0.451448995178046f,-0.23882325747164385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9127673734889821f,-0.11201752391845808f,-0.39282031035729625f,0.1636054387107531f,-0.1254913507473263f,0.9920565853120239f,0.008697840344508816f,2.151069845978962f,0.3887256651954388f,0.05723465623400486f,-0.9195741141116026f,-0.2427134231446884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9127673734889821f,-0.11201752391845808f,-0.39282031035729625f,0.1750095016104007f,-0.1254913507473263f,0.9920565853120239f,0.008697840344508816f,2.0325841210002817f,0.3887256651954388f,0.05723465623400486f,-0.9195741141116026f,-0.3506550408167307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9127673734889821f,-0.11201752391845808f,-0.39282031035729625f,-0.37264539321402385f,-0.1254913507473263f,0.9920565853120239f,0.008697840344508816f,2.077343677414908f,0.3887256651954388f,0.05723465623400486f,-0.9195741141116026f,-0.014337094842368142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9127673734889821f,-0.11201752391845808f,-0.39282031035729625f,-0.42969888332604994f,-0.1254913507473263f,0.9920565853120239f,0.008697840344508816f,1.949446101130178f,0.3887256651954388f,0.05723465623400486f,-0.9195741141116026f,-0.09312428762475253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9177061807124307f,0.05922473852201213f,-0.39282031035729625f,0.05613137466743129f,0.0606911358772802f,0.9981186971494257f,0.008697840344508816f,2.243103405369312f,0.39259642370776726f,-0.01585864898824436f,-0.9195741141116026f,-0.21972072677110854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9156724850696009f,-0.08506529173087544f,-0.39282031035729625f,-0.05019760698698797f,-0.09619623715175772f,0.9953243850781435f,0.008697840344508816f,2.2420533054358343f,0.3902437495262471f,0.04575220881615256f,-0.9195741141116026f,-0.1743094332918001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.909052255556827f,0.13898273431560695f,-0.39282031035729625f,-0.07028305408184915f,0.14745196418249534f,0.9890309731409151f,0.008697840344508816f,2.235605132069635f,0.3897203034559134f,-0.05001533494931183f,-0.9195741141116026f,-0.16579039577345522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9075080981283483f,-0.14873216061856123f,-0.39282031035729625f,-0.04448094119677803f,-0.16539222728745318f,0.9861895146097616f,0.008697840344508816f,2.248359573405618f,0.3861016226129637f,0.07286278660261104f,-0.9195741141116026f,-0.17669180952915736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9196020034976801f,-0.004935477064090726f,-0.39282031035729625f,-0.012753171654909586f,-0.009081945370615505f,0.9999209297947647f,0.008697840344508816f,2.358437639341575f,0.3927463219832082f,0.011566124006046452f,-0.9195741141116026f,-0.22318710575304526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9196020034976801f,-0.004935477064090726f,-0.39282031035729625f,-0.011642689315489174f,-0.009081945370615505f,0.9999209297947647f,0.008697840344508816f,2.1334554301377535f,0.3927463219832082f,0.011566124006046452f,-0.9195741141116026f,-0.2257894836544057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.887560697070356f,-0.11622805873943744f,-0.4457881193769586f,-0.28626142556719125f,-0.3021292398977891f,0.877351614073427f,0.37278957560738807f,2.173827906929475f,0.3477843173789868f,0.46555900124948085f,-0.8138187052045547f,-0.031912744308446275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8948154262584521f,0.024047984369986397f,-0.4457881193769586f,-0.18294975924249487f,-0.161161497200158f,0.913813385839071f,0.37278957560738807f,2.2016001431689958f,0.41633198862219095f,0.4054217437546658f,-0.8138187052045547f,-0.0757823593109836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9094064637685885f,0.030069190802385598f,-0.41482011453207135f,-0.19157729734382725f,-0.3307040329759082f,0.5525649613912296f,0.7650534661160477f,2.2254098617228957f,0.25221959921738935f,0.8329272520497807f,-0.4925621448745536f,-0.13868177349306504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8556050523630084f,0.3096195519512498f,-0.41482011453207135f,-0.21455764334013003f,-0.14376626196079825f,0.6277136735053974f,0.7650534661160477f,2.226123146386286f,0.4972637693344576f,0.7142207481891482f,-0.4925621448745536f,-0.11822057734329962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8935063033487255f,0.17196150283041403f,-0.41482011453207135f,-0.2519916941156346f,-0.24019231342288166f,0.5974954782727528f,0.7650534661160477f,2.3037478199570742f,0.3794128865084309f,0.783216697337282f,-0.4925621448745536f,-0.029571006409112074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8935063033487255f,-0.05403182856844413f,-0.4457881193769586f,-0.2398345326877347f,-0.24019231342288166f,0.8962899000273448f,0.37278957560738807f,2.102082592450922f,0.3794128865084309f,0.4401647153174849f,-0.8138187052045547f,-0.12860806735554603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9127673734889821f,-0.11201752391845808f,-0.39282031035729625f,-0.05605399529473664f,-0.1254913507473263f,0.9920565853120239f,0.008697840344508816f,1.6090682038111592f,0.3887256651954388f,0.05723465623400486f,-0.9195741141116026f,-0.1777948457589158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.449539871962845f,-0.09949997846107278f,-0.8877013336713395f,-0.018741503371834348f,-0.1116981373702828f,0.9922382037394586f,-0.054652293162337995f,1.2369788774088621f,0.8862490787716726f,0.07458620064153122f,-0.4571645973281646f,-0.20576467099949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5580780659259815f,0.047960956725406234f,-0.828401242733435f,0.28612393145802895f,-0.18702482511553684f,0.965369995029642f,0.18188591888041206f,0.8030052955444278f,0.8084371262645097f,0.25643813937566434f,-0.5297819301851738f,-0.1832055441029964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5580780659259815f,-0.6888936181189834f,-0.46257372952563136f,0.0465653668226306f,-0.18702482511553684f,0.6475425185422611f,-0.738722140909861f,0.9584595313935358f,0.8084371262645097f,-0.3257518527881026f,-0.49021948480481625f,-0.3126139739681393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5712208899542761f,0.022326726788058693f,-0.8204926642882164f,0.019113431949556114f,0.09440063373666636f,0.9947836822744212f,-0.038651595447788456f,0.636660697432742f,0.815349750248297f,-0.09953362623493184f,-0.5703488774588448f,0.01269551879205083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5712208899542761f,-0.31975838467347034f,-0.755950573986724f,-0.11043855580292639f,0.09440063373666636f,0.8892914209405258f,-0.4474922222695009f,0.975641975892122f,0.815349750248297f,-0.3269791187103445f,-0.4777964427425616f,-0.11731353464602104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6117875307852054f,-0.2579206185630322f,-0.7477920644776889f,-0.030172401643601708f,0.12164624223522742f,0.9034270858248676f,-0.41112247852438766f,1.1441024316877682f,0.781612569580217f,-0.3424857006037625f,-0.5213303520380913f,-0.21083354947939922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5062524942394264f,-0.48033428468966677f,-0.7162313781369994f,-0.03715123026776461f,-0.15494198766371636f,0.8676703639749381f,-0.4723781535363539f,1.1193206891821796f,0.8483521630403121f,-0.12816830509632426f,-0.5136842347527897f,-0.2106536836124531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5718974591057059f,-0.33725409496792375f,-0.7477920644776889f,-0.029754214432973016f,0f,0.9115801158713174f,-0.41112247852438766f,1.1429720936085312f,0.8203251161999353f,-0.23511990084933743f,-0.5213303520380913f,-0.21054200628699163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5537493929227352f,0.17486592034027595f,-0.8141151759679034f,-0.022570435645880613f,0.13013170368476568f,0.9838611961043167f,0.12281240367440055f,1.1568668649063918f,0.8224520347921831f,-0.037934900866244875f,-0.567568140193286f,-0.20553376656107997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5802788063442389f,0.022203314312393196f,-0.8141151759679034f,-0.02348763788698353f,-0.13468018620285516f,0.983248880471308f,0.12281240367440055f,1.1478316869899978f,0.8032046777453861f,0.1809106184983754f,-0.567568140193286f,-0.20617320282947404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5718974591057059f,0.10074609931499598f,-0.8141151759679034f,-0.022653717521243788f,0f,0.9924299035718926f,0.12281240367440055f,1.1560464716197243f,0.8203251161999353f,0.07023610160805394f,-0.567568140193286f,-0.2055918273128102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5704955865250215f,0.029460085469234336f,-0.8207721298384936f,-0.12003778465116426f,0.18530902051607318f,0.9782036202637914f,-0.0936922847313792f,1.2031947792589355f,0.8001220861036428f,-0.20554751437795998f,-0.5635200676659147f,-0.03729721250136886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5516402281855431f,-0.2384365402066727f,-0.7992753436342657f,0.08837940478324346f,-0.19663522033152098f,0.9684360157611348f,-0.15318705396303417f,1.1869571700435722f,0.8105724204366789f,0.07266154189783673f,-0.5811132863361952f,-0.36437087345595565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5718974591057059f,-0.09695049949398954f,-0.8145759000340627f,-0.02370636598033773f,0f,0.9929915395099626f,-0.11818545791100721f,1.0389637624826082f,0.8203251161999353f,-0.06758996308254936f,-0.5678893383592107f,-0.1997023091490747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5718974591057059f,-0.019897257377303985f,-0.8200837734142157f,-0.023684210526315762f,0f,0.999705796176475f,-0.02425533119048678f,1.2623355263157894f,0.8203251161999353f,-0.013871562277606766f,-0.5717292046865727f,-0.20921052631578946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7175946018605035f,-0.30927949757444717f,-0.624022579527987f,-0.0886083209968541f,0.14366629155186394f,0.9424547137917909f,-0.301892545657173f,1.1401419228001646f,0.6814821964309854f,0.12698545126009902f,0.7207334535845196f,0.8655703454871422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03167108177665928f,-0.30927949757444717f,-0.9504436516486359f,-0.05300053964005408f,-0.14366629155186394f,0.9424547137917909f,-0.301892545657173f,1.1401419228001646f,0.9891192745320612f,0.12698545126009902f,-0.07428159878084223f,0.9522949002962984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3798163344725335f,-0.30927949757444717f,-0.8718289651347596f,0.05996991445175988f,0f,0.9424547137917909f,-0.33433383384221443f,1.1902919978764968f,0.9250619179643319f,0.12698545126009902f,0.3579596947987588f,0.8552386686719065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6608582452360305f,0.09371761076196705f,-0.7446364140549554f,-0.132800687169355f,-0.6154044331776652f,0.5002438938650887f,0.609125135153665f,2.06021028629787f,0.429585571602249f,0.86079791826175f,-0.2729160687599882f,-1.6732640103745975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.09078990755110211f,0.09371761076196705f,-0.9914505545512245f,-0.09571630581693462f,-0.856706637929657f,0.5002438938650887f,0.1257369602700721f,2.1328404499610603f,0.5077508534843895f,0.86079791826175f,0.0348714023536702f,-1.7195097721908599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.39556673442581747f,0.09371761076196705f,-0.913643238933427f,0.022787989346869278f,-0.7747217457406947f,0.5002438938650887f,0.3867328061170715f,2.0385154472119043f,0.493288126040132f,0.86079791826175f,-0.12527477249651037f,-1.6775956754082522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008935897798526656f,0f,-0.00001281757994062399f,0.5361616369500443f,0f,0.000015625f,0f,1.4284580263157893f,0.00001281757994062399f,0f,-0.000008935897798526656f,0.1898896733455564f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59.mcfunction new file mode 100644 index 000000000..0fa6f7d78 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..d7115007c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.23720188887315907f,-0.020909464107247203f,-0.781180198590695f,-0.3106420452812926f,-0.19816806595943026f,0.7880796524108308f,-0.08126698920451869f,1.3485068394387558f,0.7559160839625974f,0.21316120709738956f,0.22382497233302512f,-0.3731695425304212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2068351980827289f,-0.10784430261739905f,-0.7652377455582319f,-0.3106420452812926f,0.11608320609737079f,0.7875196374048803f,-0.07960847922075301f,1.3485068394387558f,0.7640313410431757f,-0.09045676920304291f,0.21925711575480014f,-0.3731695425304212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7004882509242016f,0.0607804213166219f,-0.41541111581922185f,-0.34424685622915263f,0.04902857670811062f,0.8143769682549185f,0.03648008616147503f,1.3376888988480529f,0.4169614531675248f,0.006351252234454626f,-0.70217323547108f,-0.2880940230919557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6567442462467346f,-0.2075867372701245f,-0.40693333794536024f,-0.34424685622915263f,-0.260916318291022f,0.7554109094575817f,0.035735594607159214f,1.3376888988480529f,0.37497955927125753f,0.16205586808879663f,-0.687843169441058f,-0.2880940230919557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1838591938389396f,0.9821044813212436f,-0.27450764457797244f,0.3551644233195067f,0.9792153219948388f,0.9774358191116149f,-0.7260597927775304f,1.4803828998449529f,-0.28464190192864985f,-0.7221469776204404f,-1.3560564075214947f,0.3164732977118233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9847798171395816f,-0.1727088921334f,-0.019502572460717515f,0.10640408619063602f,0.1461985200710513f,0.8838041730141375f,-0.4444279204683598f,1.4593726791154855f,0.09399310870253402f,0.4348123990192207f,0.8956022963210755f,0.31528487591424104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7545507497889452f,-0.1727088921334f,-0.6331072615055001f,-0.12637840468360168f,-0.16503020794312961f,0.8838041730141375f,-0.43778443808459405f,1.524333057817513f,0.6351521049789473f,0.4348123990192207f,0.6383729170320136f,0.09494656568258988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5304890511778066f,-0.47531750387393856f,-0.7018936080999163f,0.16235855938907212f,-0.25103298292608944f,0.8789535049702633f,-0.40549127929428896f,1.6411381964315686f,0.8096689496724574f,-0.03891023787562478f,-0.5855955817155405f,-0.7802220980277625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3194689356569787f,-0.47531750387393856f,-0.819763910928778f,0.06271474759054567f,-0.13121646425294653f,0.8789535049702633f,-0.4585007912855163f,1.593360962027623f,0.9384678143970375f,-0.03891023787562478f,-0.3431678229806954f,-0.4678083031047441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.40109254933177113f,-0.7334133855541705f,-0.54884385098178f,0.18272973457123887f,-0.07461624174840555f,0.6233167155737066f,-0.7784013672609715f,1.2413882099893183f,0.9129935286396526f,-0.2712583233310569f,-0.3047322409685911f,0.0343723722288039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3834188256870456f,-0.450310736674311f,-0.8063561524193923f,0.09325674549218436f,-0.08720816959855446f,0.886833084434298f,-0.45378609003363984f,1.404833250258039f,0.9194480622982663f,-0.1036692856567859f,-0.3792992749101624f,0.012563760699968035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4083224494893471f,-0.6894117387455329f,-0.5983178350365973f,0.2963033909017597f,-0.059130317650310876f,0.6740474315883455f,-0.7363176390008106f,1.2782109449675687f,0.9109206237524722f,-0.2652762983174634f,-0.3159938334420328f,-0.2517176351508297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38952222451201535f,-0.44803291661136835f,-0.8046980441407334f,0.2072678562612486f,-0.07546851175758156f,0.8862942931429618f,-0.45693208431375576f,1.441535299404913f,0.917919898653639f,-0.11725583812726803f,-0.3790437020724193f,-0.2760721279376451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8995408935207002f,-0.09336365064436003f,-0.42674279094360573f,0.17649709998639057f,-0.11402468950569104f,0.9932102831851587f,0.023058698106947138f,2.141232806465943f,0.421692484005953f,0.06940145613468399f,-0.9040790268661665f,-0.25663347908752765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8995408935207002f,-0.09336365064436003f,-0.42674279094360573f,0.1818932031729988f,-0.11402468950569104f,0.9932102831851587f,0.023058698106947138f,2.023519199871788f,0.421692484005953f,0.06940145613468399f,-0.9040790268661665f,-0.36587953802328954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8995408935207002f,-0.09336365064436003f,-0.42674279094360573f,-0.3519831749570209f,-0.11402468950569104f,0.9932102831851587f,0.023058698106947138f,2.0742433013813497f,0.421692484005953f,0.06940145613468399f,-0.9040790268661665f,-0.008889144734030296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8995408935207002f,-0.09336365064436003f,-0.42674279094360573f,-0.4140526387844651f,-0.11402468950569104f,0.9932102831851587f,0.023058698106947138f,1.9479778430742676f,0.421692484005953f,0.06940145613468399f,-0.9040790268661665f,-0.08650826736934566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9016413344221278f,0.07023883853785164f,-0.42674279094360573f,0.07096579646906856f,0.06679278453595291f,0.9975003861530811f,0.023058698106947138f,2.235124662419394f,0.42729571492751733f,-0.007712663956582662f,-0.9040790268661665f,-0.2286218272258379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9015284085390931f,-0.07167369792770499f,-0.42674279094360573f,-0.03359904734446732f,-0.09007298476323708f,0.995668194659975f,0.023058698106947138f,2.2347833340863152f,0.4232415220802557f,0.05922606831382412f,-0.9040790268661665f,-0.17927390368066853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.892088598789191f,0.1485547787450802f,-0.42674279094360573f,-0.0534264129894077f,0.15347650487174824f,0.9878832212837529f,0.023058698106947138f,2.2284704474903116f,0.4249975227724157f,-0.04492459034911034f,-0.9040790268661665f,-0.17007601482464094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.894332626218913f,-0.13438654716170087f,-0.42674279094360573f,-0.02790206599865341f,-0.15930787377806538f,0.9869596231832001f,0.023058698106947138f,2.2410500952319024f,0.4180791253252117f,0.08860563271051841f,-0.9040790268661665f,-0.18180315421978133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.904344595144094f,0.0071724201861298464f,-0.42674279094360573f,0.0033508965695089074f,-0.002952028826625319f,0.9997297544673855f,0.023058698106947138f,2.3512591103389044f,0.4267928522825461f,0.022112766024497056f,-0.9040790268661665f,-0.2283098188078555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.904344595144094f,0.0071724201861298464f,-0.42674279094360573f,0.0017371020276296945f,-0.002952028826625319f,0.9997297544673855f,0.023058698106947138f,2.126319915583743f,0.4267928522825461f,0.022112766024497056f,-0.9040790268661665f,-0.23328519116336732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8812325379621405f,-0.06464455169144205f,-0.4682417067855197f,-0.2626894652090265f,-0.2846110311948211f,0.8634713754668423f,0.416429759589321f,2.1675531053188912f,0.377393395489408f,0.5002382089425115f,-0.7793176241783344f,-0.026739691186971865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8804957389598846f,0.0740064706635154f,-0.4682417067855197f,-0.16052376144892705f,-0.14603031441717607f,0.8973635843957569f,0.416429759589321f,2.19341668514309f,0.45100155315110296f,0.43504211255961117f,-0.7793176241783344f,-0.07430422460086011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9110426637058355f,0.10375553085309272f,-0.3990439258091374f,-0.17356516241718678f,-0.303501702232138f,0.48633833938141313f,0.8193666678538514f,2.2232801091696186f,0.27908418380476185f,0.867588502381816f,-0.4115849959424026f,-0.13925399936105676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8343908396463293f,0.38020503940522f,-0.3990439258091374f,-0.195353822050253f,-0.13836045972959882f,0.5563224306043124f,0.8193666678538514f,2.223586828554036f,0.5335244229627238f,0.7388839429960465f,-0.4115849959424026f,-0.11751863969958333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8835952757630221f,0.2449965998215081f,-0.3990439258091374f,-0.22382658779608247f,-0.2236850146957744f,0.5278288338189068f,0.8193666678538514f,2.296088572724085f,0.4113689376336281f,0.8132486632422291f,-0.4115849959424026f,-0.021505915364035746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8835952757630221f,-0.0030154064157205396f,-0.4682417067855197f,-0.22314812135254536f,-0.2236850146957744f,0.8812214645189546f,0.416429759589321f,2.0978137432073205f,0.4113689376336281f,0.4726940213237488f,-0.7793176241783344f,-0.12786207016187906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8995408935207002f,-0.09336365064436003f,-0.42674279094360573f,-0.04952092649023562f,-0.11402468950569104f,0.9932102831851587f,0.023058698106947138f,1.6023259749472956f,0.421692484005953f,0.06940145613468399f,-0.9040790268661665f,-0.18788940734208104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3648355544610056f,-0.07565078951770449f,-0.9279935216619125f,-0.021151880421096437f,-0.11744655726999713f,0.9924716022991682f,-0.034733626576372446f,1.2301491240851075f,0.923634843640362f,0.09631758237761978f,-0.3709738520952312f,-0.22400850073368847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.48978434519864417f,0.06261748534345823f,-0.8695920570748086f,0.29343948786545093f,-0.17570824700961526f,0.9698619840540831f,0.16880267716918917f,0.8159908294503632f,0.8539542769558236f,0.23547140466718935f,-0.46402080821113756f,-0.21478972568318586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.48978434519864417f,-0.7415227123914556f,-0.458536107854064f,0.0390111139225037f,-0.17570824700961526f,0.5991013246258833f,-0.7811556917569762f,0.9476279853375006f,0.8539542769558236f,-0.302029253283735f,-0.4237221059016464f,-0.33363133508540893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5066720245504398f,-0.024830112339492894f,-0.8617812512808378f,0.04866693535319151f,0.07492263484547182f,0.9945353748098615f,-0.07270479378707073f,0.6281951652229585f,0.8588772079440521f,-0.10140440706900541f,-0.502042914401959f,-0.008387245158654397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5066720245504398f,-0.3748321387511616f,-0.7763918645227991f,-0.10212562735701504f,0.07492263484547182f,0.8779910134644531f,-0.4727773038794001f,0.9631318528339674f,0.8588772079440521f,-0.2977123578807109f,-0.4167700728691263f,-0.1265609622383287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5496389894062962f,-0.30340733690003324f,-0.7783578670763565f,-0.02946983289285226f,0.11856718625950158f,0.8939524428274495f,-0.4321930729492781f,1.1324996094590278f,0.8269454659570544f,-0.3298378660464336f,-0.4553769630262436f,-0.2266294283669964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.43364570005582315f,-0.5116469368283563f,-0.7417336576273554f,-0.03652907887195423f,-0.1544035589130069f,0.8531750216759388f,-0.49824885688103554f,1.1053015299839486f,0.8877561308254044f,-0.10153715784096481f,-0.44897578749804123f,-0.22551681612109223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5049750591584813f,-0.37304050770423475f,-0.7783578670763565f,-0.029004518022794374f,0f,0.9017810974369886f,-0.4321930729492781f,1.131374766055943f,0.8631339349300827f,-0.21824672258044756f,-0.4553769630262436f,-0.2263571966836785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4895195613079456f,0.15175937440658593f,-0.8586848615042646f,-0.02192189589871251f,0.12798158993577993f,0.9865790223121811f,0.10140288640394172f,1.147439993993053f,0.8625493097408323f,-0.060257157361283786f,-0.5023721362220949f,-0.22221352050392648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5121444222799854f,0.019193732073307226f,-0.8586848615042646f,-0.022786786666300848f,-0.13306775779721397f,0.9859058912816026f,0.10140288640394172f,1.137609205169391f,0.8485287635444788f,0.16619619184965345f,-0.5023721362220949f,-0.22271952339508141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5049750591584813f,0.08752427235510243f,-0.8586848615042646f,-0.021994678602961733f,0f,0.994845442583394f,0.10140288640394172f,1.1466127087192326f,0.8631339349300827f,0.05120592856067124f,-0.5023721362220949f,-0.22225610190282252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5098182139794476f,-0.008746997680209881f,-0.8602376873436716f,-0.10696672535393756f,0.17856650100508167f,0.9770942093953537f,-0.11576230252059798f,1.1923964402348184f,0.8415458355987558f,-0.21262736417886266f,-0.496578503953545f,-0.04749616076190624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.48169794359011264f,-0.25221426593433727f,-0.8392586342720938f,0.07402041349557262f,-0.19093965211495595f,0.9648866234682398f,-0.1803769749781784f,1.1743407825005097f,0.8552830761749446f,0.0733605337443929f,-0.5129416065181899f,-0.3905553279078835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5049750591584813f,-0.12253657636373894f,-0.8543915829881179f,-0.020310469001368625f,0f,0.989871384279807f,-0.14196704752856798f,1.0284667617492709f,0.8631339349300827f,-0.07168981822429353f,-0.49986036083598323f,-0.21446491607307502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5049750591584813f,-0.04158900536010784f,-0.8621313961694268f,-0.025657894736842084f,0f,0.9988384899259729f,-0.04818372175747755f,1.2516447368421053f,0.8631339349300827f,-0.02433157774495803f,-0.5043885255401362f,-0.22664473684210534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6957772133403455f,-0.3571139154417232f,-0.6231883509776363f,0.22222652287174682f,0.15741363095159205f,0.9223613167690295f,-0.3528038408503202f,1.0712443462171053f,0.7007959889917892f,0.14737453214848154f,0.6979725847675083f,0.6111268712848991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.0009656995094103338f,-0.3571139154417232f,-0.9340603400328801f,0.25798978500450537f,-0.15741363095159205f,0.9223613167690295f,-0.3528038408503202f,1.0712443462171053f,0.9875322861633911f,0.14737453214848154f,-0.055323874221918645f,0.6977874250658644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3814747960827576f,-0.3571139154417232f,-0.8526116533050088f,0.36799990193387744f,0f,0.9223613167690295f,-0.3863283594665321f,1.129193600137085f,0.924379240330298f,0.14737453214848154f,0.3518575952290892f,0.6016785088910184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5842384984128595f,-0.019823335142376053f,-0.8113398870733032f,-0.33136250810067414f,-0.5537722648805976f,0.7405570488267482f,0.38067247875572835f,2.052379794659896f,0.5932972742405785f,0.6717010442278992f,-0.44363955139487876f,-1.6109000258209762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.060202318327943705f,-0.019823335142376053f,-0.9979893367425196f,-0.2999128418644528f,-0.6714981433585656f,0.7405570488267482f,0.02579730410365727f,2.112174805135992f,0.7385566493735874f,0.6717010442278992f,-0.057894583936750704f,-1.6758964696913436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3354631065196942f,-0.019823335142376053f,-0.9418447534217035f,-0.17436096196930792f,-0.6378134450783598f,0.7405570488267482f,0.21158749185689438f,2.05053917611941f,0.693295401283919f,0.6717010442278992f,-0.2610731578345797f,-1.604237274080973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007890235299351271f,0f,-0.000013486467733282543f,0.5641020280381135f,0f,0.000015625f,0f,1.4177672368421053f,0.000013486467733282543f,0f,-0.000007890235299351271f,0.12675528550470844f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..776c9d246 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7213185706168095f,-0.12718792568580767f,-0.3612024303455176f,0.03531272584673123f,-0.13792407002069074f,0.8048959944145874f,-0.007989588770676003f,1.3036697048755788f,0.35724069622132165f,0.053945474133965776f,-0.7324024953727365f,-0.32561770354953123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7004906211624573f,0.1552950319431544f,-0.35383095217520094f,0.03531272584673123f,0.1769095214759674f,0.7801549631620284f,-0.007826535938621391f,1.3036697048755788f,0.343534439139046f,-0.08509809931736985f,-0.7174555056712522f,-0.32561770354953123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7430390432809011f,0.1310178310502277f,0.3125248030981567f,-0.032612046748871276f,0.13844698325294083f,0.8048037907031722f,-0.0082301726840257f,1.3036046869149582f,-0.30930544358741496f,0.045493195767531504f,-0.7544567291438881f,-0.3315778747134417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.72158391892048f,-0.1599713034736463f,0.3061467458920719f,-0.032612046748871276f,-0.17640170727320853f,0.7802675428603943f,-0.008062209976188442f,1.3036046869149582f,-0.2969833086664292f,-0.07477796215159557f,-0.7390596530389109f,-0.3315778747134417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.061290608978984286f,0.06948272464650657f,1.5597505769278253f,-0.6426617180571353f,1.4847968888009444f,0.48521679984042093f,0.036730180501283294f,1.110813429048918f,-0.4827296450996368f,1.4836249721975965f,-0.08506045857894322f,0.2636346104467603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4526008451796431f,-0.8886797071238229f,-0.07349049658962092f,-0.5524075588857403f,-0.6728998256794292f,0.39445539961648046f,-0.6257881129535753f,1.278957957051412f,0.5851139201414256f,-0.23378048648191163f,-0.7765232672605595f,0.1026480017035757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6849683853484603f,-0.7260098796173293f,0.06105706978847099f,-0.2984375f,-0.6822195113923802f,0.6097185580185583f,-0.4035093781850827f,1.5151460984031042f,0.25572416653235025f,-0.31804549156653855f,-0.9129360415415386f,0.009116538592796744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6521750745403824f,0.7273240720090381f,0.2136992429196666f,0.4096775014022842f,0.3034975943529052f,0.007808235281093867f,-0.9528002107912209f,1.4113876293113488f,-0.6946631430918491f,0.6862497546360122f,-0.21564876974322594f,0.30513044790759786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24840878160066338f,0.8849879794756503f,0.3938138562916244f,0.2984375f,0.3319989259594429f,0.45971810256674894f,-0.8236722523760315f,1.5151460984031042f,-0.9099834011593019f,-0.07386164333423843f,-0.40801307241130824f,0.009116538592796817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.560714385707764e-17f,9.633876491004931e-17f,-0.15625000000000003f,0f,0.7866657143686171f,-0.6173791815707049f,1.1931362742736087f,-1.2246467991473532e-16f,-0.6173791815707049f,-0.7866657143686171f,0.2672100138587285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.2984643495599357e-17f,1.179390144103587e-16f,-0.15625000000000003f,0f,0.9630451367077628f,-0.269340053953226f,1.3720238620691065f,-1.2246467991473532e-16f,-0.269340053953226f,-0.9630451367077628f,0.21068972163807512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.238558211335861e-17f,1.0538328601346595e-16f,0.15624999999999997f,0f,0.8605198338560791f,-0.5094169368408418f,1.184603192953417f,-1.2246467991473532e-16f,-0.5094169368408418f,-0.8605198338560791f,0.21898461694948526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3358559333156855e-18f,1.2245739387862214e-16f,0.15624999999999997f,0f,0.9999405050001499f,-0.01090809149418237f,1.3720238620691065f,-1.2246467991473532e-16f,-0.01090809149418237f,-0.9999405050001499f,0.21068972163807514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.7308324832789167e-17f,1.2123538970985838e-16f,0.29375f,0f,0.989962083714808f,0.14133319782356749f,2.0585013611476377f,-1.2246467991473532e-16f,0.14133319782356749f,-0.989962083714808f,0.1023033717055271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.7308324832789167e-17f,1.2123538970985838e-16f,0.33125f,0f,0.989962083714808f,0.14133319782356749f,1.9480060879792465f,-1.2246467991473532e-16f,0.14133319782356749f,-0.989962083714808f,-0.00817222337068208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.7308324832789167e-17f,1.2123538970985838e-16f,-0.29375f,0f,0.989962083714808f,0.14133319782356749f,2.0585013611476377f,-1.2246467991473532e-16f,0.14133319782356749f,-0.989962083714808f,0.10230337170552702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.7308324832789167e-17f,1.2123538970985838e-16f,-0.33125f,0f,0.989962083714808f,0.14133319782356749f,1.9480060879792465f,-1.2246467991473532e-16f,0.14133319782356749f,-0.989962083714808f,-0.008172223370682163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877244761406111f,0.15591770266441018f,0.00948837333833944f,0.19488510320807206f,0.15338199554205362f,0.9565776540890797f,0.24785712646799235f,2.161641105908672f,0.02956894783878143f,0.2462698960353975f,-0.968750130647951f,0.106771871084377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999548512111308f,-0.000516053018181431f,0.00948837333833944f,0.079700091241214f,0.001851895067237555f,0.9687948262370571f,0.24785712646799235f,2.1716173327393995f,-0.009320194417780467f,0.24786350749070113f,-0.968750130647951f,0.10819613981486118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9706189103547785f,0.23988139163273897f,0.01886395531279186f,0.05726251166537f,0.23105122674968678f,0.9072535390854309f,0.3514346972545902f,2.1682246074866547f,0.0671882540267816f,0.3454677029264837f,-0.9360223313337838f,0.09322045453954957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972408661810422f,-0.07179697771105405f,0.01886395531279186f,0.08634411009472673f,-0.06061398698593504f,0.9342481459158715f,0.3514346972545902f,2.1774508091866656f,-0.0428555644012945f,0.34932162235440717f,-0.9360223313337838f,0.0972705730544008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08508980364211073f,0.01886395531279186f,0.14449348666042625f,0.08628088069818346f,0.9322281175718314f,0.3514346972545902f,2.2862163636764725f,0.012317999831214609f,0.3517249808083394f,-0.9360223313337838f,0.10589314185930773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08663771849078354f,0.00948837333833944f,0.12499999999999999f,0.08628088069818346f,0.9649468661459943f,0.24785712646799235f,2.069103318793624f,0.012317999831214609f,0.24773262047969435f,-0.968750130647951f,0.05015330225137659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877244761406111f,-0.15591770266441024f,-0.009488373338339203f,-0.19488510320807212f,-0.15338199554205362f,0.9565776540890797f,0.24785712646799235f,2.161641105908672f,-0.029568947838781674f,0.2462698960353975f,-0.968750130647951f,0.10677187108437694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999548512111308f,0.0005160530181813755f,-0.009488373338339203f,-0.07970009124121402f,-0.001851895067237555f,0.9687948262370571f,0.24785712646799235f,2.1716173327393995f,0.009320194417780226f,0.24786350749070116f,-0.968750130647951f,0.10819613981486118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706189103547785f,-0.23988139163273903f,-0.018863955312791628f,-0.05726251166537004f,-0.23105122674968678f,0.9072535390854309f,0.3514346972545902f,2.1682246074866547f,-0.06718825402678183f,0.3454677029264837f,-0.9360223313337838f,0.09322045453954957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972408661810422f,0.07179697771105398f,-0.018863955312791628f,-0.08634411009472676f,0.06061398698593504f,0.9342481459158715f,0.3514346972545902f,2.1774508091866656f,0.04285556440129426f,0.34932162235440717f,-0.9360223313337838f,0.09727057305440079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421108f,-0.018863955312791628f,-0.14449348666042627f,-0.08628088069818346f,0.9322281175718314f,0.3514346972545902f,2.2862163636764725f,-0.012317999831214852f,0.3517249808083394f,-0.9360223313337838f,0.1058931418593077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0866377184907836f,-0.009488373338339203f,-0.125f,-0.08628088069818346f,0.9649468661459943f,0.24785712646799235f,2.069103318793624f,-0.012317999831214852f,0.24773262047969435f,-0.968750130647951f,0.05015330225137656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.7308324832789167e-17f,1.2123538970985838e-16f,-1.0600975585104357e-18f,0f,0.989962083714808f,0.14133319782356749f,1.5573310884577982f,-1.2246467991473532e-16f,0.14133319782356749f,-0.989962083714808f,0.00865635348288596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.3358559333156855e-18f,1.2245739387862214e-16f,-1.5610435335038178e-18f,0f,0.9999405050001499f,-0.01090809149418237f,1.182353399082742f,-1.2246467991473532e-16f,-0.01090809149418237f,-0.9999405050001499f,0.01274688779320435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.992809667009055f,-0.11292453814044909f,0.039711632793622616f,0.14281785061545024f,-0.11108486190843343f,0.7455450734995741f,-0.6571321760766999f,0.8691546397542641f,0.04459953529078015f,-0.6568185381566821f,-0.752728562886759f,0.41930458873475057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.992809667009055f,-0.06209905527627927f,0.10233607588315509f,0.12499999999999999f,-0.11108486190843343f,0.1594338959573603f,-0.9809388290177129f,0.8969454161398301f,0.04459953529078015f,-0.9852535410510592f,-0.16518577813539287f,0.09188862612398695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17327638358906883f,0.011357134204529162f,-0.14720524286859998f,0.16114531997906653f,0.9363118800385074f,-0.31201321950776306f,0.897924166000032f,-0.06469834198717983f,-0.30544288858811103f,-0.9500098769776346f,0.40396808097103376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16114531997906653f,0.17680516082742387f,-0.9709645312541715f,0.8969322816078003f,-0.06469834198717983f,-0.9798136762898674f,-0.18915412842294743f,0.06349980642623049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.466647774181203e-17f,-3.9648662338054894e-18f,0.10089811102373383f,0.7663972417747252f,-0.6343932841636455f,1.081313113599931f,-0.08280493975185392f,-0.6289659616741018f,-0.7730104533627371f,0.03237558973383987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.1129301566868e-18f,-0.10089811102373383f,0.6706482359158289f,-0.7348812930363849f,1.0437379866719452f,0.08280493975185367f,-0.7304271700402355f,-0.677952425484049f,0.03358462341591374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.769077048515857e-17f,9.466647774181203e-17f,-3.9648662338054894e-18f,0f,0.7730104533627371f,-0.6343932841636455f,1.081313113599931f,-1.2246467991473532e-16f,-0.6343932841636455f,-0.7730104533627371f,0.03237558973383987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1719139191294434e-16f,-3.992471512118309e-18f,0.08340284572593405f,0.9532988888465616f,-0.2902846772544624f,1.1063000951831838f,-0.025299976654377027f,-0.28918005641816896f,-0.9569403357322089f,0.03260100393760897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1719139191294434e-16f,-3.992471512118309e-18f,-0.08340284572593405f,0.9532988888465616f,-0.2902846772544624f,1.1063000951831838f,0.025299976654376784f,-0.28918005641816896f,-0.9569403357322089f,0.03260100393760897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.5549620084119973e-17f,1.1719139191294434e-16f,-3.992471512118309e-18f,0f,0.9569403357322089f,-0.2902846772544624f,1.1063000951831838f,-1.2246467991473532e-16f,-0.2902846772544624f,-0.9569403357322089f,0.03260100393760897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1364708974283846e-16f,-0.19375f,0.12112816439279585f,0.9200597528534272f,-0.37258290214410295f,1.118750498922888f,-0.04863182750316596f,-0.3693954037665121f,-0.9279989121921846f,0.03281544916936588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12112816439279586f,0.8840859081487386f,-0.4513536028477583f,1.1189062930766949f,0.04863182750316574f,-0.4488701771927876f,-0.8922726653779202f,0.020220220247867123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.535961311941368e-17f,1.0923786459780061e-16f,-0.00781250000000001f,0f,0.8919948565893142f,-0.45204554617671966f,0.9801502430570588f,-1.2246467991473532e-16f,-0.45204554617671966f,-0.8919948565893142f,0.08324899219782299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.562824585278072e-17f,1.1364708974283846e-16f,0f,0f,0.9279989121921846f,-0.37258290214410295f,1.1875f,-1.2246467991473532e-16f,-0.37258290214410295f,-0.9279989121921846f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6191659931214234f,-0.12082742853953575f,-0.7759086321690749f,-0.7044997262334081f,0.017426154393637473f,0.9899620837148079f,-0.14025477514182816f,1.702100487923058f,0.7850667500951818f,0.07331988352117759f,0.6150564141405489f,0.43296224500242736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4104636734163355f,-0.12082742853953575f,-0.9038364372595804f,-0.6558647332808593f,-0.017426154393637473f,0.9899620837148079f,-0.14025477514182816f,1.702100487923058f,0.9117104265876403f,0.07331988352117759f,0.40423791599975367f,0.5131102328780162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5187732581605212f,-0.12082742853953575f,-0.8463303368839148f,-0.5532326792245464f,0f,0.9899620837148079f,-0.1413331978235675f,1.723300467596593f,0.8549118706729468f,0.07331988352117759f,0.5135658556241095f,0.3960013605966053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5847979588105118f,-0.32772279205046184f,-0.7420304029766628f,0.6472281360434924f,-0.742261129911372f,0.5851689477555098f,0.3265359361623196f,2.089771164412309f,0.32719988140852374f,0.7417378742880527f,-0.5854614961318027f,-0.4051503025000136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3373937255555981f,-0.32772279205046184f,-0.8824756345227688f,0.6605635353925166f,-0.6608380002436754f,0.5851689477555098f,-0.46996855215710887f,2.165399972297771f,0.6704167445624052f,0.7417378742880527f,-0.019139343170220702f,-0.45892309340792414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1422442597229244f,-0.32772279205046184f,-0.9340044658065222f,0.7939965055889828f,-0.8067072841115985f,0.5851689477555098f,-0.08246611633875944f,2.139955485805854f,0.5735764363510459f,0.7417378742880527f,-0.3476132873028235f,-0.3798947048585454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6.mcfunction new file mode 100644 index 000000000..6f173b12d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60.mcfunction new file mode 100644 index 000000000..b75cd48b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..6f23ce83d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.27796962737265163f,0.007416862275575188f,-0.7678686872485027f,-0.3253052359715323f,-0.21245898110632724f,0.7854934091102841f,-0.06932337294166675f,1.3475982504159245f,0.7379285277383f,0.22335966252377193f,0.26928868069730716f,-0.36398100028111274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2543498054227379f,-0.09749102090875332f,-0.752197897712819f,-0.3253052359715323f,0.10218005853662822f,0.7905363092826763f,-0.06790861022857152f,1.3475982504159245f,0.7515752870596976f,-0.07448385427657356f,0.26379299333613765f,-0.36398100028111274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6492033767429487f,0.07287538843912267f,-0.49006999278658614f,-0.35081989479245224f,0.05428688695450158f,0.8133834169044105f,0.04903871383039393f,1.336727183267208f,0.4924757394783896f,0.006406193034641723f,-0.6514376801816586f,-0.2794160997485274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6148642442378909f,-0.17741514779978745f,-0.4800685643623701f,-0.35081989479245224f,-0.25578496072046364f,0.7564829223127291f,0.04803792375222263f,1.336727183267208f,0.44330126892103333f,0.19041390070153247f,-0.638143033647339f,-0.2794160997485274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2731370589425248f,0.7820523147629078f,-0.45708036068196684f,0.41452455293919666f,0.8772380756020883f,0.8679449027310054f,-0.9584003623419654f,1.4765718521421838f,-0.2257911376939397f,-1.0375317213450606f,-1.1462776885823234f,0.2124904957620556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9808196157248694f,-0.06806751217880182f,0.18264636649851085f,0.1718984855264902f,0.13188416654452456f,0.9217299922458266f,-0.36471960189899905f,1.4610655010292746f,-0.14352507803229309f,0.38181230359994556f,0.9130278839090992f,0.26920695638859293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8537084233886426f,-0.06806751217880182f,-0.5162835864339165f,-0.09456326090845998f,-0.14423011709358521f,0.9217299922458266f,-0.36001596453168433f,1.5183667719389582f,0.5003794571707049f,0.38181230359994556f,0.7770712732183929f,0.08849834749019053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.49756162255484626f,-0.3803598380624712f,-0.7795888822640298f,0.12025365597070409f,-0.23542170066780022f,0.9242159262852702f,-0.3006684959475149f,1.641384678984104f,0.8348706813724324f,0.03393103578953659f,-0.5493993358159255f,-0.8072525390307008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24587893769073801f,-0.3803598380624712f,-0.8915547888880216f,0.04501323873464045f,-0.13642316812123217f,0.9242159262852702f,-0.3566702129424689f,1.5907672748080275f,0.9596521594827161f,0.03393103578953659f,-0.27913512428644494f,-0.488236755207061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3220415584652508f,-0.7680919292329116f,-0.5534654667353118f,0.20511911501490326f,-0.08049404983549707f,0.604708068688517f,-0.7923691435209249f,1.2300953460433348f,0.9432973775869162f,-0.21062511699763592f,-0.25656795888687906f,-0.00096304398470364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3044353543380103f,-0.4617352628044937f,-0.8331384411440607f,0.11333663798191035f,-0.09259720636931235f,0.8848589683231645f,-0.4565636467686228f,1.3931528798116244f,0.9480215569287912f,-0.061847823413036185f,-0.31213774897852525f,-0.0145103718057637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.32900503705865336f,-0.7217210753076135f,-0.6089945607695164f,0.29449515702308715f,-0.06542074280759244f,0.6607674884211769f,-0.7477342125756136f,1.2683721018810408f,0.9420593463261946f,-0.20616744578713753f,-0.2646113608616811f,-0.2954159347447398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3102488390230777f,-0.46063808785252275f,-0.8315997895047857f,0.20292801686633422f,-0.08114215640506446f,0.8844037272521013f,-0.4596150537966821f,1.4313252066545805f,0.9471861529492335f,-0.07511723665153408f,-0.31176239737830636f,-0.31144893160051684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8866568164611789f,-0.07336860645695811f,-0.45657062696749484f,0.1904562269512859f,-0.10013524898027355f,0.9943695505949598f,0.03467172855852578f,2.1303902916968007f,0.4514561127447341f,0.07646073787337829f,-0.8890113237913635f,-0.27424565763828485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8866568164611789f,-0.07336860645695811f,-0.45657062696749484f,0.1900734370974972f,-0.10013524898027355f,0.9943695505949598f,0.03467172855852578f,2.0130996442615525f,0.4514561127447341f,0.07646073787337829f,-0.8890113237913635f,-0.384077665705825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8866568164611789f,-0.07336860645695811f,-0.45657062696749484f,-0.33045465271965674f,-0.10013524898027355f,0.9943695505949598f,0.03467172855852578f,2.07156083292089f,0.4514561127447341f,0.07646073787337829f,-0.8890113237913635f,-0.009015191400753575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8866568164611789f,-0.07336860645695811f,-0.45657062696749484f,-0.3973367038080338f,-0.10013524898027355f,0.9943695505949598f,0.03467172855852578f,1.9467600418121214f,0.4514561127447341f,0.07646073787337829f,-0.8890113237913635f,-0.08498799101243867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8858029471692822f,0.08304457463749276f,-0.45657062696749484f,0.0871188021222421f,0.07555521872484902f,0.9965386496078331f,0.03467172855852578f,2.2263088205197583f,0.45786957499887865f,-0.0037839742432750553f,-0.8890113237913635f,-0.24203966287504497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8878882765918206f,-0.05654795205235229f,-0.45657062696749484f,-0.0157224749990739f,-0.08126798193766667f,0.9960890453922996f,0.03467172855852578f,2.2269859376164236f,0.45282438472611614f,0.06788919478195238f,-0.8890113237913635f,-0.18919693530072224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8751943879403876f,0.15993137874775795f,-0.45657062696749484f,-0.03531050653409139f,0.16212177449017576f,0.9861614479764053f,0.03467172855852578f,2.2208679058685874f,0.4557974479456931f,-0.04367553796944818f,-0.8890113237913635f,-0.17937569133085615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8817808396425277f,-0.11834615933703689f,-0.45657062696749484f,-0.010031913345315342f,-0.1505536765598998f,0.9879936546927114f,0.03467172855852578f,2.2331954716746196f,0.4469856164504803f,0.09931125241940955f,-0.8890113237913635f,-0.19187727013892306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8894380724005707f,0.021051792200798697f,-0.45657062696749484f,0.021084950965815436f,0.005856147863052399f,0.9993815971744575f,0.03467172855852578f,2.3433026682209133f,0.4570181844265752f,0.02816461031444277f,-0.8890113237913635f,-0.23871518806242323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8894380724005707f,0.021051792200798697f,-0.45657062696749484f,0.016348297720635736f,0.005856147863052399f,0.9993815971744575f,0.03467172855852578f,2.1184418088566606f,0.4570181844265752f,0.02816461031444277f,-0.8890113237913635f,-0.24505222538317284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8750251528807833f,-0.014146030570076483f,-0.48387071790414443f,-0.23831438282024564f,-0.2649729473533587f,0.85052536384559f,0.4543082022440284f,2.1615400555252022f,0.4051176606824688f,0.5257437543846216f,-0.747979401941475f,-0.027680038984185668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8664650679525003f,0.12291222222788467f,-0.48387071790414443f,-0.13727196009059003f,-0.12865921037770905f,0.8815048865200825f,0.4543082022440284f,2.1852429303542453f,0.4823744329906525f,0.45589661181919283f,-0.747979401941475f,-0.07864809916662044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9117070601974215f,0.17005217227162794f,-0.3739953142645984f,-0.1540155405485804f,-0.2747695327169816f,0.42438747394297893f,0.8627844318546718f,2.2208779367503695f,0.3054372935262929f,0.88936917568915f,-0.34019190034058017f,-0.14489462103578948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8145359293907464f,0.4434622020417043f,-0.3739953142645984f,-0.17471116523248487f,-0.13017841292162408f,0.4885249276735203f,0.8627844318546718f,2.220889197412365f,0.5653183178889221f,0.7514550355157017f,-0.34019190034058017f,-0.12211400170398795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8738804127970213f,0.3105809540809479f,-0.3739953142645984f,-0.19475730944550562f,-0.20499783635929214f,0.46214598476803836f,0.8627844318546718f,2.288468845293174f,0.4408048448210575f,0.8306386456967604f,-0.34019190034058017f,-0.020542412045527952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8738804127970213f,0.04692709755179281f,-0.48387071790414443f,-0.205315906394659f,-0.20499783635929214f,0.8669371052514755f,0.4543082022440284f,2.0934079966115924f,0.4408048448210575f,0.4962034895620513f,-0.747979401941475f,-0.13218819719698932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8866568164611789f,-0.07336860645695811f,-0.45657062696749484f,-0.04261456143508636f,-0.10013524898027355f,0.9943695505949598f,0.03467172855852578f,1.5952270165367555f,0.4514561127447341f,0.07646073787337829f,-0.8890113237913635f,-0.20002473558170736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2866924124301563f,-0.05016090094041603f,-0.956708599664403f,-0.023804223582430346f,-0.12215144589745908f,0.9923915683223076f,-0.015427228783897691f,1.2230801784158902f,0.95020339134321f,0.11244046931437257f,-0.2906383593750598f,-0.24218991157459707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4261008542401371f,0.07314972138188203f,-0.9017134690563178f,0.2980534045744926f,-0.16505064567739483f,0.9737115496403068f,0.15698440195939023f,0.827346467216713f,0.8894921845509947f,0.2157195780610221f,-0.40282591434002124f,-0.2469021322604142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4261008542401371f,-0.7869205454228467f,-0.44631168168359114f,0.031876895831414634f,-0.16505064567739483f,0.5526789330111328f,-0.8168869452789357f,0.9367842678334579f,0.8894921845509947f,-0.27441219396572997f,-0.3653787095954198f,-0.35410403887290376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4454472186011071f,-0.06813118493693704f,-0.8927121132143478f,0.0747296717126948f,0.056840921064688f,0.9929367430515312f,-0.104142853767003f,0.6198043091149388f,0.8935020342075645f,-0.09713272330840089f,-0.4384282711341027f,-0.03226859866228561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4454472186011071f,-0.4221919469564338f,-0.7895129735258778f,-0.09430287748708067f,0.056840921064688f,0.8667188536372719f,-0.49554771560588523f,0.9507111352654034f,0.8935020342075645f,-0.26561699620850554f,-0.36207972353076523f,-0.13758915091210733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4914766318349611f,-0.3441252369400544f,-0.8000178383393172f,-0.028747691907201136f,0.11593827506853402f,0.8845901822659129f,-0.45172837614311095f,1.1209643568351753f,0.8631390599053522f,-0.3147666290122103f,-0.3948581169559448f,-0.2429379192417611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.36600288978076867f,-0.5393172956950849f,-0.7584053924098029f,-0.035719300256459634f,-0.15403689286476668f,0.8388192294073001f,-0.5221637061431134f,1.0914783907085253f,0.9177769447467587f,-0.07429101520832551f,-0.3900850224638489f,-0.24092309958257052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.44258888448095113f,-0.4050759653111917f,-0.8000178383393172f,-0.02825935951353341f,0f,0.8921555213005792f,-0.45172837614311095f,1.119888834023285f,0.8967246396380036f,-0.199929958085571f,-0.3948581169559448f,-0.24269689710428916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4297543307588931f,0.12875494540905802f,-0.8937188479755177f,-0.021463687487525918f,0.12606840793880245f,0.9886425327788683f,0.08180891699784283f,1.1379621239976156f,0.8941017680967596f,-0.07751197593465636f,-0.44110534101612703f,-0.2393428140688289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4484018402659022f,0.014227101583453569f,-0.8937188479755177f,-0.0222404443326887f,-0.13171025703310046f,0.9879067310692414f,0.08180891699784283f,1.1274093373850806f,0.8840747693710227f,0.15439520811417506f,-0.44110534101612703f,-0.2397261914518261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.44258888448095113f,0.073360071614066f,-0.8937188479755177f,-0.021522646139628634f,0f,0.9966480327074548f,0.08180891699784283f,1.1371611293511221f,0.8967246396380036f,0.03620771731467f,-0.44110534101612703f,-0.23937191379789977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4530633516236835f,-0.04423252524833921f,-0.890380302525651f,-0.09505855636252591f,0.17227612508122833f,0.9755973933967939f,-0.13612737683647047f,1.1816106639832333f,0.874673959908783f,-0.21506559396504246f,-0.4343872168353393f,-0.05960232077073313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4162948146404468f,-0.2662701576210317f,-0.8693669136008957f,0.0604738517375139f,-0.1856323072359035f,0.9609080135831678f,-0.20541771087694827f,1.161857307255201f,0.8900782402765227f,0.07586825813290657f,-0.44944936710838473f,-0.414965685300348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.44258888448095113f,-0.14647777449361216f,-0.8846803608723922f,-0.01706124391650273f,0f,0.9865685872415934f,-0.16334755176655275f,1.0180647548923858f,0.8967246396380036f,-0.072295810719053f,-0.43664429049120473f,-0.23014957346949136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.44258888448095113f,-0.06278292896614532f,-0.8945241098843225f,-0.027631578947368392f,0f,0.9975460362563814f,-0.07001360974255151f,1.240953947368421f,0.8967246396380036f,-0.030987245434440525f,-0.4415027874051063f,-0.24407894736842106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6742628057617405f,-0.4020345729009549f,-0.6194657948253901f,0.5009318614339751f,0.16851998737457288f,0.9004570503707866f,-0.4009714631901085f,1.0137383711965462f,0.7190067333631717f,0.1659677758779986f,0.6748955584003583f,0.2791734471465623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.029293193165097153f,-0.4020345729009549f,-0.9151557851134087f,0.5367053066998696f,-0.16851998737457294f,0.9004570503707866f,-0.4009714631901085f,1.0137383711965462f,0.9852628698420874f,0.1659677758779986f,-0.04137359883602543f,0.36582979783021413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3815834161695411f,-0.4020345729009549f,-0.8323234339466418f,0.6436670991589186f,-2.7755575615628914e-17f,0.9004570503707866f,-0.43494493954699914f,1.078980112128596f,0.9243344072922866f,0.1659677758779986f,0.3435994773944335f,0.27096170087922317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.47289085474116976f,-0.15248900435647647f,-0.8678256409282551f,-0.5010922119109812f,-0.47038992724580597f,0.8765081006058482f,0.10230770214413823f,2.0469520496450127f,0.7450554045491191f,0.45659681681183334f,-0.48622195654808714f,-1.5308974581034114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0015255796201107674f,-0.15248900435647647f,-0.9883039897507212f,-0.4782866570171672f,-0.46179051715102415f,0.8765081006058482f,-0.13595244698687106f,2.092052725103492f,0.8869877061584408f,0.45659681681183334f,-0.06908079328647582f,-1.609858829920105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24325925220068167f,-0.15248900435647647f,-0.9578998067486683f,-0.34600446345177394f,-0.481073871557114f,0.8765081006058482f,-0.017363170141932845f,2.0721068628955424f,0.8422546327113997f,0.45659681681183334f,-0.2865771807968783f,-1.5273915668922264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006915451320014863f,0f,-0.000014011322494343808f,0.5856722255300179f,0f,0.000015625f,0f,1.407076447368421f,0.000014011322494343808f,0f,-0.000006915451320014863f,0.06667302079882009f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61.mcfunction new file mode 100644 index 000000000..4ef362d3e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..b2268036d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.30874458225857226f,0.03394344975454244f,-0.7552940285671434f,-0.33633938082958087f,-0.22511666263129748f,0.7829666287254987f,-0.056834768869221064f,1.34614092931464f,0.721764307496686f,0.22968575263919194f,0.30536074387982765f,-0.3577526616684339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2921460207485609f,-0.08502051719685476f,-0.7398798647188345f,-0.33633938082958087f,0.08977731906190296f,0.7929945404641676f,-0.05567487562699207f,1.34614092931464f,0.7393177500526f,-0.06269904664030453f,0.2991288919639128f,-0.3577526616684339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5970636772353076f,0.08478188525238732f,-0.5507008640848022f,-0.35515933839598246f,0.05909799405129498f,0.81224019929745f,0.06097319237825896f,1.3353041018122567f,0.5540458797516771f,0.004725994364586731f,-0.5999627259687892f,-0.27447446745540566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5721399515308336f,-0.14709367722370137f,-0.5394620709402145f,-0.35515933839598246f,-0.251002227189147f,0.7572518388472592f,0.05972884151339654f,1.3353041018122567f,0.49965363784163846f,0.2119742972231637f,-0.5877185887041201f,-0.27447446745540566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3587734620632486f,0.5590802136020987f,-0.5315733661041387f,0.4503392659422137f,0.7554335749364592f,0.7459943074791441f,-1.1463938490184924f,1.4713833075598644f,-0.15640026423051273f,-1.253925060746193f,-0.9190305486659743f,0.11681485714003992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9329862965727718f,0.001227541879261121f,0.3599097991835707f,0.22356426018113196f,0.10999830440419008f,0.9511736822889132f,-0.2883903589740003f,1.4630128148444752f,-0.34269074022451596f,0.30865372063509017f,0.8872969837109157f,0.22087107161926461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9194887930773783f,0.001227541879261121f,-0.3931142995949659f,-0.06633704613340012f,-0.12240997585849975f,0.9511736822889132f,-0.28334506159675893f,1.5120337624112445f,0.37357215797677895f,0.30865372063509017f,0.8747438045066042f,0.07774107796032453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4719223329315497f,-0.27980952922866215f,-0.8360597700124541f,0.08516466763137666f,-0.21363485643191313f,0.956331798176064f,-0.1994734065349358f,1.6400963367644286f,0.8553651032148549f,0.08447555356533863f,-0.5110914018569186f,-0.8305186627714054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18385859388391862f,-0.27980952922866215f,-0.9422858615133003f,0.03030572052832278f,-0.13973966880591535f,0.956331798176064f,-0.25671446542676357f,1.5872978256352352f,0.9729690860541467f,0.08447555356533863f,-0.21493031064228293f,-0.5074610174606708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.25110068287964565f,-0.7945090022440644f,-0.5529049578458463f,0.22280978461274498f,-0.08742922575419892f,0.5874870967832897f,-0.8044967629500833f,1.2186968016839956f,0.9640044489219939f,-0.15366963417111004f,-0.2169817181062042f,-0.03587972606626584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.23461293869581976f,-0.46840162282213954f,-0.8517961544489959f,0.12966075436828758f,-0.09849571658463471f,0.883198231729865f,-0.4585405950226423f,1.3814305914144538f,0.9670860162420873f,-0.02368128389310188f,-0.2533452860863677f,-0.041903374834262236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2574044832563155f,-0.7461434392159504f,-0.6140137621540274f,0.2911124317932239f,-0.07349514272386529f,0.6487017779873667f,-0.7574856217988748f,1.2581274717427184f,0.9635047462236748f,-0.1498531659693005f,-0.2218166645079432f,-0.335978653908432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2398203487935366f,-0.4682685905571759f,-0.850417972177295f,0.19799695873764533f,-0.087885007187136f,0.8828565140492792f,-0.4613465087247024f,1.420779652447429f,0.9668311258002937f,-0.03590129104016733f,-0.25288074558057144f,-0.34429065063834197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8747447488155984f,-0.05347306463474214f,-0.4816246004702256f,0.2043515786874472f,-0.08484562285636568f,0.9954406259077809f,0.04357958896594445f,2.1187527534330517f,0.47709835956713487f,0.07898475581334667f,-0.8752934157455172f,-0.2947166812756214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8747447488155984f,-0.05347306463474214f,-0.4816246004702256f,0.19868633355329127f,-0.08484562285636568f,0.9954406259077809f,0.04357958896594445f,2.00158997251725f,0.47709835956713487f,0.07898475581334667f,-0.8752934157455172f,-0.40453972196219956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8747447488155984f,-0.05347306463474214f,-0.4816246004702256f,-0.3095609612417169f,-0.08484562285636568f,0.9954406259077809f,0.04357958896594445f,2.068905950004937f,0.47709835956713487f,0.07898475581334667f,-0.8752934157455172f,-0.014421395029929673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8747447488155984f,-0.05347306463474214f,-0.4816246004702256f,-0.38083206253704266f,-0.08484562285636568f,0.9954406259077809f,0.04357958896594445f,1.9453797473749077f,0.47709835956713487f,0.07898475581334667f,-0.8752934157455172f,-0.0884620587489727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8710617209533911f,0.09638061273727459f,-0.4816246004702256f,0.10326656241932708f,0.08603561468172785f,0.9953384813378293f,0.04357958896594445f,2.2167564308900496f,0.48357972589434944f,-0.003476356784180474f,-0.8752934157455172f,-0.2592074566027569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8754147553182049f,-0.04107006687434525f,-0.4816246004702256f,0.002018024568361164f,-0.07072886936496071f,0.9965431483201888f,0.04357958896594445f,2.2186520719635365f,0.47816987902786384f,0.07221497866110019f,-0.8752934157455172f,-0.20340171538411495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8593469442348481f,0.17193188667645287f,-0.4816246004702256f,-0.01735825196638853f,0.17245768781932624f,0.9840524200150982f,0.04357958896594445f,2.212767485336727f,0.48143657458302946f,-0.04560987838510684f,-0.8752934157455172f,-0.19303302825022567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8704173859308518f,-0.10203586865018793f,-0.4816246004702256f,0.007712066258385719f,-0.14007191335469343f,0.9891818227781557f,0.04357958896594445f,2.2247928263029797f,0.4719676189723805f,0.10539451121423264f,-0.8752934157455172f,-0.20622908613710672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.875663030062408f,0.03538364034152143f,-0.4816246004702256f,0.03894631117469295f,0.016394733608538187f,0.9989154279194332f,0.04357958896594445f,2.3346169434776898f,0.4826442483774438f,0.030264927898765212f,-0.8752934157455172f,-0.2536498596710091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.875663030062408f,0.03538364034152143f,-0.4816246004702256f,0.03098499209785064f,0.016394733608538187f,0.9989154279194332f,0.04357958896594445f,2.1098609721958175f,0.4826442483774438f,0.030264927898765212f,-0.8752934157455172f,-0.26045946844823126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8692242273909047f,0.03259636763370134f,-0.4933423956379315f,-0.21479661959947574f,-0.2443438141519237f,0.8391327441876828f,0.48595507829195395f,2.1555978337958783f,0.4298201286612515f,0.5429490901080298f,-0.7214297904498315f,-0.03424284048720258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8534234394237806f,0.16817167926946375f,-0.4933423956379315f,-0.11480030013606761f,-0.11006625439965917f,0.8670254214985224f,0.48595507829195395f,2.177013163656978f,0.5094642800869499f,0.46902580394579374f,-0.7214297904498315f,-0.08819893713727844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9114572282831402f,0.2263097465144301f,-0.3435543910983966f,-0.13441163935907716f,-0.24603506974331346f,0.36943461330312816f,0.8960941975874919f,2.2178457364646187f,0.32971573433310475f,0.9012779621882157f,-0.2810437144058536f,-0.15521482275159215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7969137786173545f,0.4968891323090295f,-0.3435543910983966f,-0.15415873314388326f,-0.11983168249550724f,0.4273822140898295f,0.8960941975874919f,2.2176787849826836f,0.5920885046343208f,0.7552785137105749f,-0.2810437144058536f,-0.1316078314300208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8648330331970433f,0.36610682190886834f,-0.3435543910983966f,-0.16674222426490745f,-0.18521366366356284f,0.4033746246882041f,0.8960941975874919f,2.280829541398861f,0.4666473223790344f,0.8386028303728998f,-0.2810437144058536f,-0.026065033255433342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8648330331970433f,0.09315098151618462f,-0.4933423956379315f,-0.18770119510604896f,-0.18521366366356284f,0.8541332218539339f,0.48595507829195395f,2.088649566481726f,0.4666473223790344f,0.5116437568933974f,-0.7214297904498315f,-0.14118487855644757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8747447488155984f,-0.05347306463474214f,-0.4816246004702256f,-0.03590238711409926f,-0.08484562285636568f,0.9954406259077809f,0.04357958896594445f,1.5877300864058483f,0.47709835956713487f,0.07898475581334667f,-0.8752934157455172f,-0.21394894161463218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.21867585398194475f,-0.024716524397736764f,-0.9754844767124504f,-0.026633690464947974f,-0.12591699530552053f,0.9920359647515367f,0.0030911054199690563f,1.215716599624022f,0.9676392825730551f,0.12350602439226974f,-0.22004654225940337f,-0.26026370076173333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3700349632992047f,0.08022433064766687f,-0.9255475042958576f,0.3000998319185483f,-0.15528074691684496f,0.9769084380249152f,0.1467576006640443f,0.8363091363106966f,0.9159486970202552f,0.19802515114968156f,-0.34903298402735927f,-0.27820307500707636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3700349632992047f,-0.8239826136973101f,-0.42909996301643505f,0.025316079648414137f,-0.15528074691684496f,0.5102447257987601f,-0.8458949163055034f,0.9259251984360416f,0.9159486970202552f,-0.2463797315509082f,-0.31675702408596945f,-0.37402061032257894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39062773364898107f,-0.1061570923044926f,-0.9144072645477596f,0.09649562668581191f,0.04053332055862677f,0.9903815797518263f,-0.13229276780220683f,0.6113271981750987f,0.9196559267621519f,-0.0887411868397783f,-0.3825676124942038f,-0.05768706735248337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39062773364898107f,-0.46121756427577254f,-0.7966732906956179f,-0.08754590517825303f,0.04053332055862677f,0.8559760632425015f,-0.5154241254349283f,0.9384044277419405f,0.9196559267621519f,-0.2336307718589157f,-0.31567331026213635f,-0.15027523016962868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4401454136283523f,-0.37912277646115167f,-0.8139643328981402f,-0.02815482928167918f,0.1138252657303268f,0.875622718551223f,-0.4693918018440314f,1.1094856015967165f,0.8906827851392141f,-0.29925035526353777f,-0.3422475728640004f,-0.2596835047822623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3062641396889047f,-0.563028829968662f,-0.7675941723103f,-0.03491735904808225f,-0.15387721844084642f,0.8250177862853632f,-0.5437531185728566f,1.0778806209447767f,0.9394275269468759f,-0.04841682493636214f,-0.33931067280231336f,-0.2568481052752525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.38760073577787835f,-0.43269820243922097f,-0.8139643328981402f,-0.027675779569655147f,0f,0.8829899978831095f,-0.4693918018440314f,1.1085080239182759f,0.9218273534802748f,-0.18193660776285064f,-0.3422475728640004f,-0.2594820787558446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3771646030161235f,0.1072970275031887f,-0.9199098923920049f,-0.021307499821200882f,0.12444319420557276f,0.9901303386385734f,0.06446552507641753f,1.12839155875151f,0.9177476524882011f,-0.09016241121689285f,-0.3867945009380974f,-0.25680440824973394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.39204477541510896f,0.008166024066022022f,-0.9199098923920049f,-0.021973541552661822f,-0.1306574889377544f,0.9893294783140258f,0.06446552507641753f,1.117206969893039f,0.9106204009652966f,0.1454664888895404f,-0.3867945009380974f,-0.2570844588082234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38760073577787835f,0.05942608437191026f,-0.9199098923920049f,-0.021351361105955625f,0f,0.99791993470249f,0.06446552507641753f,1.1276550126559521f,0.9218273534802748f,0.02498688495192669f,-0.3867945009380974f,-0.2568228506035857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.40294035092408875f,-0.07568290115367944f,-0.9120916467494562f,-0.08491218181048486f,0.1666030661240842f,0.9738588921963007f,-0.15440944416792626f,1.1708229691988095f,0.8999347153850809f,-0.21417506055364222f,-0.37979804038675274f,-0.07336791352691385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3584468341169317f,-0.2798596641807537f,-0.8906146391544352f,0.048266940683420786f,-0.18086419606064977f,0.9567512031559343f,-0.22784924367442383f,1.1495484287636055f,0.9158624403778571f,0.07940846065947806f,-0.3935610329806654f,-0.43773079868434284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38760073577787835f,-0.16759874387780188f,-0.9064636400181921f,-0.01425088962523117f,0f,0.9833334155207281f,-0.18181142406443918f,1.0077173019505796f,0.9218273534802748f,-0.07047024174020047f,-0.3811407553708084f,-0.24658209035079318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38760073577787835f,-0.08227134783072765f,-0.9181487324777848f,-0.0296052631578947f,0f,0.9960094252046203f,-0.08924810868338817f,1.230263157894737f,0.9218273534802748f,-0.03459263259246531f,-0.38605398605101254f,-0.2615131578947368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.653466261919629f,-0.4436027200633046f,-0.6133502028084972f,0.7283290476909389f,0.1775736431608407f,0.8775111319124835f,-0.44546808485486183f,0.965653782894737f,0.7358324848682432f,0.18218353416845726f,0.6521960702814125f,-0.0993393636779902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.05232547767560353f,-0.4436027200633046f,-0.8946947362863256f,0.7639446938580587f,-0.17757364316084065f,0.8775111319124835f,-0.44546808485486183f,0.965653782894737f,0.982715444897762f,0.18218353416845726f,-0.032855961974719294f,-0.012618038456920666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.37990022578261307f,-0.4436027200633046f,-0.8117219013940411f,0.867895155983605f,2.7755575615628914e-17f,0.8775111319124835f,-0.47955626715712096f,1.0375872229683052f,0.9250274690247418f,0.18218353416845726f,0.33336667714030876f,-0.10598370263850176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3421038541106802f,-0.29872295323317655f,-0.890915007289847f,-0.6395421011529989f,-0.36641186497913986f,0.9154780229381397f,-0.16625984097124435f,2.043417744273125f,0.8652787401786359f,0.2695636969788853f,-0.42264419440700784f,-1.4411985734081605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07570654639199731f,-0.29872295323317655f,-0.9513322847696518f,-0.6267376071146447f,-0.25883840213288417f,0.9154780229381397f,-0.3080627713609196f,2.073470650536614f,0.962949220060275f,0.2695636969788853f,-0.008013292480871431f,-1.5290730876744694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13658126974244525f,-0.29872295323317655f,-0.9445158304481672f,-0.4914624795665967f,-0.3205643334772119f,0.9154780229381397f,-0.24318408175615805f,2.094921809668293f,0.9373281521739611f,0.2695636969788853f,-0.2207970751917321f,-1.4520162692625551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006056261496529349f,0f,-0.000014403552398129293f,0.6013535340493174f,0f,0.000015625f,0f,1.396385657894737f,0.000014403552398129293f,0f,-0.000006056261496529349f,0.011615636876298463f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62.mcfunction new file mode 100644 index 000000000..3be8938c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..77cb82b4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.32882286953056833f,0.05733281413130728f,-0.7453408034865073f,-0.3443693301597378f,-0.2361435797714484f,0.7805333608031011f,-0.04413985557957596f,1.3440390247526897f,0.7092645307999356f,0.2332918034171908f,0.3308522393032068f,-0.3556948213112421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3190854240782104f,-0.07137938040970514f,-0.7301297666806603f,-0.3443693301597378f,0.07888551722723486f,0.7949260722868408f,-0.043239042200400944f,1.3440390247526897f,0.7293569546611729f,-0.05474964521294204f,0.3241001527868148f,-0.3556948213112421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5486674054660438f,0.09609733737806331f,-0.5972217547715849f,-0.3580403128241486f,0.06341428769789624f,0.8109901953543412f,0.07223555633716872f,1.333297892854526f,0.6015705700409328f,0.002156207879244293f,-0.5523157108689315f,-0.2741808375170014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5325819869144156f,-0.11871042888310487f,-0.5850335556946138f,-0.3580403128241486f,-0.24662728075079052f,0.7577386186113543f,0.07076136130987956f,1.333297892854526f,0.5436280084798467f,0.2274643267401416f,-0.5410439616675248f,-0.2741808375170014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4284790799975904f,0.35985372980893565f,-0.5209213579340307f,0.4688600376027161f,0.6268354849982111f,0.6230057140987602f,-1.2885446848857638f,1.4639077409049284f,-0.0890564021072864f,-1.3870023155506594f,-0.7139326185998321f,0.03539341591037215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8650815097965945f,0.04030798414955358f,0.5000092477363229f,0.26170775985592304f,0.08131966243368631f,0.9723130869609905f,-0.21907618178629223f,1.4640683922618913f,-0.49499605443853345f,0.23017933733979815f,0.837852241598777f,0.17472255155045763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9586855666546668f,0.04030798414955358f,-0.2815976752422139f,-0.043145869352518754f,-0.10255738073636195f,0.9723130869609905f,-0.20997439029768877f,1.505241158999522f,0.265337460499864f,0.23017933733979815f,0.9362764040160865f,0.06382727047361486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4551264580063822f,-0.18109519245901493f,-0.8718167459339132f,0.058593569899237835f,-0.18725478301068532f,0.9766705410308301f,-0.10512040963660113f,1.6371834194770203f,0.8705145337455233f,0.11540877588285044f,-0.47841954494672967f,-0.8510869709178241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13643244399756607f,-0.18109519245901493f,-0.9739562205217869f,0.01912618686983436f,-0.1411634700436948f,0.9766705410308301f,-0.16182561295347697f,1.5829071084136705f,0.9805401893599638f,0.11540877588285044f,-0.15881357466900653f,-0.5257950974653057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.19147117967855215f,-0.8135382995386378f,-0.5490848955637783f,0.2357146900464384f,-0.09583932932237961f,0.5722589632447066f,-0.8144534989433897f,1.2071455520684904f,0.9768078676523546f,-0.10332044410413388f,-0.18754006377994137f,-0.0688785975916106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1772428061469059f,-0.47124444524019726f,-0.8640102201359826f,0.14195629268805154f,-0.10525542067395784f,0.8819513807695145f,-0.4594377633341593f,1.3696399499419358f,0.9785225005527048f,0.009509720763807364f,-0.20592056993674987f,-0.06838252851050139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.19673170864242734f,-0.7633898439952467f,-0.6152500149529003f,0.287055476516578f,-0.08387768307130922f,0.6383169424215088f,-0.7651901824384872f,1.2474717889870688f,0.9768629223679338f,-0.09893142626369662f,-0.1896085541324827f,-0.37255628411063396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.18154788451559195f,-0.471727228793866f,-0.8628521236239574f,0.19321379534507838f,-0.0961324442062676f,0.8817440778596978f,-0.4618289015753346f,1.4099123729509162f,0.9786720179911358f,-0.0008959764566219275f,-0.205427063522183f,-0.3740081988432642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8645826372664334f,-0.034861775753001985f,-0.5012798818312645f,0.2173263575780123f,-0.06919469841150769f,0.9963467667924236f,0.05005211298261587f,2.106546241606835f,0.49770368398190457f,0.07796009808633805f,-0.8638363653245962f,-0.3168617379304849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8645826372664334f,-0.034861775753001985f,-0.5012798818312645f,0.2071109395229478f,-0.06919469841150769f,0.9963467667924236f,0.05005211298261587f,1.9892900825403335f,0.49770368398190457f,0.07796009808633805f,-0.8638363653245962f,-0.4262552975897794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8645826372664334f,-0.034861775753001985f,-0.5012798818312645f,-0.29061594181601724f,-0.06919469841150769f,0.9963467667924236f,0.05005211298261587f,2.065894356290074f,0.49770368398190457f,0.07796009808633805f,-0.8638363653245962f,-0.024460823591115927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8645826372664334f,-0.034861775753001985f,-0.5012798818312645f,-0.3656750576660643f,-0.06919469841150769f,0.9963467667924236f,0.05005211298261587f,1.9434485948427096f,0.49770368398190457f,0.07796009808633805f,-0.8638363653245962f,-0.09652660695176768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8583614826099397f,0.10924305581088392f,-0.5012798818312645f,0.11836733923644484f,0.09727519212993962f,0.9939981503916689f,0.05005211298261587f,2.2065860019688666f,0.5037391211408437f,-0.005799290908491305f,-0.8638363653245962f,-0.27896293241250775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8648830073849293f,-0.026379226827831413f,-0.5012798818312645f,0.018479946115349317f,-0.059417995811606436f,0.9969775763575165f,0.05005211298261587f,2.2097888640455645f,0.49844446562333555f,0.0730742679214677f,-0.8638363653245962f,-0.22081320330746912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8455739983529706f,0.18363848556499357f,-0.5012798818312645f,-0.0007245480181576544f,0.1835376777428861f,0.9817375957121762f,0.05005211298261587f,2.2041550459546815f,0.5013168001953647f,-0.04968098010981349f,-0.8638363653245962f,-0.20999536508558111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8609360740042016f,-0.08664615715348105f,-0.5012798818312645f,0.024186143881140654f,-0.12881889668881213f,0.9904041992246665f,0.05005211298261587f,2.215855501336f,0.4921328767051733f,0.10766599095666964f,-0.8638363653245962f,-0.22377297002867622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8638909675337991f,0.04910067499281666f,-0.5012798818312645f,0.05573625264117135f,0.027700428771439578f,0.9983623952412541f,0.05005211298261587f,2.3252737773276024f,0.5029165760435771f,0.02935390065044046f,-0.8638363653245962f,-0.2719172952135387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8638909675337991f,0.04910067499281666f,-0.5012798818312645f,0.04468860076778762f,0.027700428771439578f,0.9983623952412541f,0.05005211298261587f,2.1006422383983208f,0.5029165760435771f,0.02935390065044046f,-0.8638363653245962f,-0.2785219228598878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8643494154436239f,0.07326606069437167f,-0.4975260519536586f,-0.19355231138801726f,-0.22387003604573882f,0.829836006532511f,0.511130520731304f,2.1495396010478025f,0.45031355185375604f,0.5531765419940572f,-0.7008661915118688f,-0.04554777992915238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8422465028235612f,0.20757807232192615f,-0.4975260519536586f,-0.09444629419486678f,-0.09129887265795457f,0.854640337585544f,0.511130520731304f,2.168668400587351f,0.531305321197584f,0.4759214612336584f,-0.7008661915118688f,-0.1019501469830868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9107216450904645f,0.2708867812606789f,-0.3117794683778061f,-0.11605002923407091f,-0.2187917299173779f,0.3238402378722679f,0.9204660120040252f,2.2138638574464893f,0.3503088124547817f,0.9065030899412656f,-0.23566052669774484f,-0.16942643167935814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7824391361332497f,0.5390571039742516f,-0.3117794683778061f,-0.13503164867076853f,-0.10801116348445532f,0.37560073124015636f,0.9204660120040252f,2.213636903636975f,0.6132883390459896f,0.7538842944024986f,-0.23566052669774484f,-0.14520015997839836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8571331216704905f,0.41001996882280384f,-0.3117794683778061f,-0.14144620854849518f,-0.1654382662879852f,0.3540797943868466f,0.9204660120040252f,2.273115527999838f,0.4878042556015948f,0.8405421609732111f,-0.23566052669774484f,-0.037002233950555685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8571331216704905f,0.1333815555570027f,-0.4975260519536586f,-0.17145705854882073f,-0.1654382662879852f,0.8434309520195307f,0.511130520731304f,2.083343563795444f,0.4878042556015948f,0.5204167462838052f,-0.7008661915118688f,-0.15409600186441166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8645826372664334f,-0.034861775753001985f,-0.5012798818312645f,-0.029852572509876014f,-0.06919469841150769f,0.9963467667924236f,0.05005211298261587f,1.5798010545850583f,0.49770368398190457f,0.07796009808633805f,-0.8638363653245962f,-0.22926862621500438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.16402400850248586f,-0.0007808476049077917f,-0.9864560380026037f,-0.029559754658035592f,-0.12887175362873732f,0.9914463765289305f,0.02064348769728895f,1.2080086633867093f,0.9780021450648411f,0.13051234709663298f,-0.1627216380937013f,-0.27821075637624176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3243680597480782f,0.0846185328825868f,-0.9421385597182963f,0.3000241500183788f,-0.14662098619354388f,0.9794558820279592f,0.1384502133204032f,0.8421794530316216f,0.9344986079298887f,0.18304611182330835f,-0.30529735132075597f,-0.30743379531849035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3243680597480782f,-0.852342456858169f,-0.4102410243408714f,0.019486037285984657f,-0.14662098619354388f,0.4737520076127804f,-0.8683670431853645f,0.9150490888393682f,0.9344986079298887f,-0.2215205893813041f,-0.2786413111102872f,-0.3933765508937065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34521686842208205f,-0.13793934004495284f,-0.9283307881487146f,0.11338261484470735f,0.026359124449336198f,0.9873249982631271f,-0.1565073300615047f,0.602589902982128f,0.9381527116174185f,-0.07849895714389615f,-0.33720528378453f,-0.08329262163853997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34521686842208205f,-0.4917921845795143f,-0.7993533392332578f,-0.08239889032546507f,0.026359124449336198f,0.846297639108142f,-0.5320578000539504f,0.9262365214010724f,0.9381527116174185f,-0.2047455817020089f,-0.27919300932937174f,-0.16442879345761324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.39836054849816893f,-0.40772553891509106f,-0.8216256801711085f,-0.027821732805616832f,0.11229445724909488f,0.8673515939052318f,-0.4848620086387314f,1.098048801545673f,0.9103289670615613f,-0.28541390552398194f,-0.2997333385897843f,-0.27675904776032545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.257172828760553f,-0.582780424454442f,-0.7708625772600429f,-0.03431489436653251f,-0.1539658492997098f,0.8122130346094122f,-0.5626761978793744f,1.064532887722555f,0.9540213065737653f,-0.0260185180836657f,-0.298607406673069f,-0.27322272188366903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3427127115977585f,-0.45549889022112344f,-0.8216256801711085f,-0.02739140290204009f,0f,0.8745906657281536f,-0.4848620086387314f,1.0972225371465014f,0.9394402574455235f,-0.16616837373131543f,-0.2997333385897843f,-0.27660206116435243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3343277066663139f,0.08869119785048218f,-0.9382744033485566f,-0.02153570592850048f,0.12315730151166575f,0.9911366205458235f,0.049804402389437535f,1.1186859245286431f,0.9343753333856837f,-0.09890435196112954f,-0.34228740193518836f,-0.2744658723304255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.34588714558276806f,0.0017962576416683945f,-0.9382744033485566f,-0.022084286176009653f,-0.12995978808731648f,0.9902676279586903f,0.049804402389437535f,1.10697573382562f,0.9292322293167111f,0.13916464520686983f,-0.34228740193518836f,-0.2746659972693589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3427127115977585f,0.046788260602653675f,-0.9382744033485566f,-0.02156517455159473f,0f,0.9987589906992733f,0.049804402389437535f,1.1180568767316144f,0.9394402574455235f,0.017068601792390004f,-0.34228740193518836f,-0.2744766226380131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3620734325499378f,-0.1020350526623677f,-0.9265482596549914f,-0.07707787337828659f,0.16171057153250995f,0.972043595570508f,-0.17023789050909846f,1.1600184621584688f,0.9180155339078607f,-0.21147126598795085f,-0.33545101455401605f,-0.08848811397850775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3109585085003874f,-0.2923793622392755f,-0.9043335195201873f,0.03789405205355314f,-0.1767859962866067f,0.9526940250829307f,-0.24722622451559656f,1.137456319943363f,0.9338369865817944f,0.08299640418619797f,-0.3479368899441317f,-0.4590254173554864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3427127115977585f,-0.184931525832632f,-0.9210582652919012f,-0.012132666143783132f,0f,0.9804330376434945f,-0.19685288592537864f,0.997379392366546f,0.9394402574455235f,-0.06746398632133074f,-0.33600686487082926f,-0.26353714126264527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3427127115977585f,-0.09901526952277656f,-0.9342076716183846f,-0.031578947368421026f,0f,0.9944301026215684f,-0.10539815463307232f,1.2195723684210527f,0.9394402574455235f,-0.03612128737170007f,-0.34080383696387495f,-0.27894736842105267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6337259333245966f,-0.48146741776665725f,-0.6054589722359194f,0.8962410508874954f,0.18528858305871346f,0.854387647824114f,-0.48547902965387896f,0.9250203664679276f,0.7510390019299682f,0.19547601611114548f,0.6306580251652651f,-0.48958819230547157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.06917675944211849f,-0.48146741776665725f,-0.8737297646195843f,0.9315077964179314f,-0.1852885830587135f,0.854387647824114f,-0.48547902965387896f,0.9250203664679276f,0.980246253214559f,0.19547601611114548f,-0.030106646843075346f,-0.40272439570590157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3761786189913172f,-0.48146741776665725f,-0.7916304518163082f,1.0326189914251596f,-2.7755575615628914e-17f,0.854387647824114f,-0.5196361681461151f,1.002965791689845f,0.9265471637287468f,0.19547601611114548f,0.3214023654417152f,-0.49436664882194387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2110365489398496f,-0.44147688469914204f,-0.8721019064810596f,-0.7461020378981589f,-0.2520835564924452f,0.8865970103863088f,-0.38781390088569495f,2.041398280123286f,0.9444138158443461f,0.13799964293576938f,-0.29839343657647943f,-1.349460154086606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14710426662377488f,-0.44147688469914204f,-0.8851319082585498f,-0.7430436039337752f,-0.0802007787359701f,0.8865970103863088f,-0.45553658059941066f,2.0572943135492614f,0.9858641741290862f,0.13799964293576938f,0.09501541305690801f,-1.4418020438387968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.032623295620092085f,-0.44147688469914204f,-0.8966793634623385f,-0.6100709163966163f,-0.16955768987707132f,0.8865970103863088f,-0.43034396821334714f,2.113897892068276f,0.9849801573567027f,0.13799964293576938f,-0.10377951706943508f,-1.380064171402286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005354886118714977f,0f,-0.000014678754022586306f,0.6118127006294195f,0f,0.000015625f,0f,1.3856948684210526f,0.000014678754022586306f,0f,-0.000005354886118714977f,-0.03655196913948064f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63.mcfunction new file mode 100644 index 000000000..75a1385c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..f773d6773 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3375033407322654f,0.07647806676600129f,-0.7397209235534302f,-0.3500583441954884f,-0.24558351673587275f,0.7782256928459418f,-0.031590374270328195f,1.3411949403502892f,0.7019434989702847f,0.2355001501966255f,0.3446149270637666f,-0.3588879451430825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.334118515344375f,-0.05730653024813141f,-0.7246245781747889f,-0.3500583441954884f,0.0694770559920678f,0.7963763582807062f,-0.030945672754607214f,1.3411949403502892f,0.723559089774115f,-0.05000657519247009f,0.33758196936858775f,-0.3588879451430825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5083761946673315f,0.10660756118541004f,-0.6301848276800283f,-0.36021919703132727f,0.06720620142957695f,0.8096784262807828f,0.08275637104976491f,1.3305878391733634f,0.635595323794484f,-0.0003440320018408098f,-0.5127990936585314f,-0.2793519929578485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5000574450608574f,-0.0940943052909575f,-0.6173239128294155f,-0.36021919703132727f,-0.24270375705059005f,0.7579729232287877f,0.08106746551813707f,1.3305878391733634f,0.5753585299208971f,0.23795652830678612f,-0.502333806032847f,-0.2793519929578485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4782077359309789f,0.2146633448957152f,-0.4585060389918478f,0.47610487814853264f,0.504565816496689f,0.5086953088633834f,-1.3885419221483435f,1.4534514220399417f,-0.04149067674598675f,-1.4616959263467113f,-0.5505722410770362f,-0.028380274765846203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7986022299722478f,0.05888140386985162f,0.5989720014839333f,0.2871920462263049f,0.04756459892414972f,0.985915665004334f,-0.16033686546844578f,1.4630842028197197f,-0.5999767388928826f,0.15653524132723964f,0.7845537782778724f,0.13454262414433565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.979107437570271f,0.05888140386985162f,-0.19463197572057345f,-0.026217880698536686f,-0.0876097493799626f,0.985915665004334f,-0.1424599358158f,1.497906825522688f,0.1835024727576134f,0.15653524132723964f,0.9704759454589613f,0.04799107870708513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4492090575468177f,-0.09025907112544904f,-0.888855737843589f,0.04190195593362523f,-0.15807742193358298f,0.987216832374169f,-0.020358156889649717f,1.6325738909390317f,0.8793308542822388f,0.1313629550393975f,-0.45773466413478614f,-0.869870293965484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10631140917045878f,-0.09025907112544904f,-0.9902278446699843f,0.01198768330596782f,-0.14069839068054127f,0.987216832374169f,-0.07487916089952795f,1.5775574777146413f,0.9843281196532471f,0.1313629550393975f,-0.11765171865816572f,-0.5434738726385556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.14603913218094347f,-0.8264147371158312f,-0.5437933928888878f,0.2439055133126402f,-0.10614660332632814f,0.5596032443546564f,-0.8219349776655243f,1.1954051432842432f,0.9835677254130091f,-0.06231284928098141f,-0.16944508945486042f,-0.09855000814336677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1352742935515622f,-0.4713258384322946f,-0.8715232753806522f,0.1500848981354559f,-0.11322562927854991f,0.8811998234967873f,-0.45898456177055375f,1.357761456678825f,0.9843174398427584f,0.036589958941292314f,-0.17256984825302596f,-0.09276795239345587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.149892888809857f,-0.774564071874067f,-0.6144775182592941f,0.2832860435752922f,-0.09709675596684139f,0.6300269859575172f,-0.7704792125333442f,1.2364129825292902f,0.9839229349217101f,-0.05582558129703369f,-0.16964422362077874f,-0.4043940635005323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.13840434800765988f,-0.472005091933716f,-0.8706637867978769f,0.18934344017023375f,-0.10631566014500188f,0.881125546000203f,-0.46077625003224354f,1.3987441708416268f,0.9846528407822258f,0.028791758794636337f,-0.17213313964778676f,-0.40007144084933666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8570420196714591f,-0.018409354574377867f,-0.5149175392056685f,0.22881985070090913f,-0.05417544945134907f,0.9970416610076305f,0.05452473651371026f,2.0940022410648593f,0.512390473364026f,0.0746258794206142f,-0.8555039339047421f,-0.33929984636460897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8570420196714591f,-0.018409354574377867f,-0.5149175392056685f,0.21498657645985458f,-0.05417544945134907f,0.9970416610076305f,0.05452473651371026f,1.9765153068414918f,0.512390473364026f,0.0746258794206142f,-0.8555039339047421f,-0.4480462178469063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8570420196714591f,-0.018409354574377867f,-0.5149175392056685f,-0.27469233585607317f,-0.05417544945134907f,0.9970416610076305f,0.05452473651371026f,2.062174164512192f,0.512390473364026f,0.0746258794206142f,-0.8555039339047421f,-0.03827044326324372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8570420196714591f,-0.018409354574377867f,-0.5149175392056685f,-0.352803761572487f,-0.05417544945134907f,0.9970416610076305f,0.05452473651371026f,1.940624071579973f,0.512390473364026f,0.0746258794206142f,-0.8555039339047421f,-0.10858752924323911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8486667179428685f,0.1209327485607529f,-0.5149175392056685f,0.13169616933878353f,0.10836281898493597f,0.9926150072257361f,0.05452473651371026f,2.1959303055685817f,0.5177087031504466f,-0.009524586909322275f,-0.8555039339047421f,-0.29991570500570935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8571362721902599f,-0.013316858269262093f,-0.5149175392056685f,0.03283271849144426f,-0.04825050478082026f,0.9973459489547779f,0.05452473651371026f,2.2004232074649597f,0.5128248235842144f,0.07158016058468913f,-0.8555039339047421f,-0.24012463088836927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8348973013382804f,0.19443874108941225f,-0.5149175392056685f,0.013744833854968233f,0.19446256396029987f,0.9793933654697161f,0.05452473651371026f,2.1950372405875034f,0.5149085427879818f,-0.05460962953058496f,-0.8555039339047421f,-0.22897913198075964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8541193942365087f,-0.07307522293799842f,-0.5149175392056685f,0.03856067733773928f,-0.11770430547830978f,0.9915506792796721f,0.05452473651371026f,2.2064163232473315f,0.5065824284960228f,0.10717864625279908f,-0.8555039339047421f,-0.24319025491525728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8550352505715829f,0.061438164835622894f,-0.5149175392056685f,0.07060507346601944f,0.03885752991461808f,0.9977560550941522f,0.05452473651371026f,2.3153676281840685f,0.5171119923661844f,0.02661214806410407f,-0.8555039339047421f,-0.29206166128550615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8550352505715829f,0.061438164835622894f,-0.5149175392056685f,0.0567814863780043f,0.03885752991461808f,0.9977560550941522f,0.05452473651371026f,2.0908725157878845f,0.5171119923661844f,0.02661214806410407f,-0.8555039339047421f,-0.2980493945999296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.861096961995573f,0.10595369477491659f,-0.4972784296604252f,-0.17570366190128228f,-0.2046525305939166f,0.8230906344428164f,0.5297538571959887f,2.1431996523203147f,0.4654345966551054f,0.5579387260766774f,-0.687077153004256f,-0.06049079732058818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.833920619923772f,0.23935447156970657f,-0.4972784296604252f,-0.07723643869177682f,-0.07337317526221493f,0.8449717320348133f,0.5297538571959887f,2.160166245951977f,0.5469851705648812f,0.47825956237348166f,-0.687077153004256f,-0.11867568607142687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9102023136700284f,0.30292426822531815f,-0.2824334185429956f,-0.09997288018721809f,-0.19443291695844808f,0.28958463859909156f,0.9371961256271084f,2.2086666786512827f,0.36568782997627447f,0.9079524353222416f,-0.20468215896764025f,-0.18648030144238464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7720450946725876f,0.569366082483065f,-0.2824334185429956f,-0.11840459466601952f,-0.09543011801855986f,0.3354944331646964f,0.9371961256271084f,2.208495111645907f,0.6283625262274629f,0.7505103260005067f,-0.20468215896764025f,-0.1618326222182751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8516084169470742f,0.4415817798268121f,-0.2824334185429956f,-0.12018241452280447f,-0.1467381070846443f,0.31643538051038583f,0.9371961256271084f,2.265284983253165f,0.503220659466713f,0.8395678541286775f,-0.20468215896764025f,-0.052026454947770834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8516084169470742f,0.16576268452024923f,-0.4972784296604252f,-0.1574790185398605f,-0.1467381070846443f,0.8353614659027477f,0.5297538571959887f,2.077328653425047f,0.503220659466713f,0.5241125391606776f,-0.687077153004256f,-0.1699517762589231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8570420196714591f,-0.018409354574377867f,-0.5149175392056685f,-0.024822798761382287f,-0.05417544945134907f,0.9970416610076305f,0.05452473651371026f,1.5714128353240016f,0.512390473364026f,0.0746258794206142f,-0.8555039339047421f,-0.24551185069796794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.12562733451128924f,0.020460432259450295f,-0.9918664948143702f,-0.03249546085867615f,-0.13114468532096657f,0.9906708074133076f,0.037046225868902494f,1.1999112825440112f,0.9833711630588186f,0.13473203795245414f,-0.12177205596328405f,-0.29603636493013824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2916143369559964f,0.08711630852263746f,-0.9525606685514069f,0.29844712877227336f,-0.13928597484185837f,0.9813623400769986f,0.1323909917288566f,0.844326634641735f,0.9463405812359882f,0.1712854525871524f,-0.27404524815793946f,-0.3334930181278992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2916143369559964f,-0.8721237068983738f,-0.3928884298977941f,0.014544143580986775f,-0.13928597484185837f,0.44507904196939413f,-0.8845925975340057f,0.9041569579133638f,0.9463405812359882f,-0.20323603584366035f,-0.25126603041495016f,-0.4121715165044003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3120362351171054f,-0.16287929546633834f,-0.9360041255690766f,0.12497541386433131f,0.014660302448578771f,0.9842519275597232f,-0.1761624779204854f,0.5934148445208817f,0.94995708508651f,-0.06869117995316867f,-0.304734406148342f,-0.10777410477890904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3120362351171054f,-0.5141150497839763f,-0.7989487490193361f,-0.07935880454223371f,0.014660302448578771f,0.8382308832168669f,-0.5451183926025497f,0.9142336571834143f,0.94995708508651f,-0.1818095212223249f,-0.25402132683467793f,-0.17984365625319781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3686360663389321f,-0.429438920419691f,-0.824432934945547f,-0.027858056877719587f,0.11141338509780682f,0.8600890821458259f,-0.49782911565576254f,1.0866374027584005f,0.9228729642888053f,-0.27537063097273295f,-0.2692146121265945f,-0.2940418027563124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.22123658541151858f,-0.5987767786894569f,-0.7697536895512284f,-0.034090359771509406f,-0.15434935863729854f,0.800863119001932f,-0.5786143276058345f,1.051456595632438f,0.9629281638646294f,-0.009199669818770278f,-0.2696010335876315f,-0.2899497949380522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3104143070030305f,-0.4732370376300862f,-0.824432934945547f,-0.027521576650588485f,0f,0.8672751418122172f,-0.49782911565576254f,1.086020754200706f,0.9506013665085005f,-0.15453327994221508f,-0.2692146121265945f,-0.29393192675549334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.30363300436748075f,0.07407001541695317f,-0.9499055908220089f,-0.02220500788115058f,0.12226115899483293f,0.9917604955121364f,0.038253477525080154f,1.10880362536714f,0.944912275113419f,-0.10452154016112637f,-0.31018710479697326f,-0.29219582677884315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.312508448241365f,-0.004223541507360255f,-0.9499055908220089f,-0.022645844167885083f,-0.12966676424848153f,0.9908194596931205f,0.038253477525080154f,1.0966895578750615f,0.9410233791076091f,0.13512571920463073f,-0.31018710479697326f,-0.29233977974932024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3104143070030305f,0.0363638080090434f,-0.9499055908220089f,-0.0222222447714829f,0f,0.999268067866295f,0.038253477525080154f,1.108329960065252f,0.9506013665085005f,0.01187442671640375f,-0.31018710479697326f,-0.29220145540252906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3329289501469535f,-0.12244211874638915f,-0.9349685779270567f,-0.07205235424951151f,0.15775843580671403f,0.9703259498388761f,-0.1832479931707353f,1.1491826373662732f,0.9296615459864231f,-0.20850774236506928f,-0.30373332264991226f,-0.10465489027048919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.27637689097800117f,-0.3033655079985742f,-0.9119129249495816f,0.02980818223397f,-0.17354638124522762f,0.9490269870646255f,-0.2631148634716888f,1.1256235024945782f,0.9452499498492557f,0.08554032019934413f,-0.3149371142469137f,-0.47902951742219635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3104143070030305f,-0.1976985604627118f,-0.9298162384034815f,-0.010918592470882234f,0f,0.9781347588617914f,-0.20797209790350532f,0.9870045977842292f,0.9506013665085005f,-0.06455751464668302f,-0.30362702332765934f,-0.28077206050231274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3104143070030305f,-0.11215284310613158f,-0.9439622332440212f,-0.03355263157894733f,0f,0.9930158597511127f,-0.11798094033681224f,1.2088815789473684f,0.9506013665085005f,-0.03662297183421746f,-0.3082463299476602f,-0.2963815789473684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6153067194952786f,-0.5153475890594965f,-0.5965018888440528f,1.0052767460631764f,0.19244791905623387f,0.8320143748759729f,-0.5203036406279216f,0.8898679070723683f,0.7644353729353996f,0.205350779035066f,0.6111216066829971f,-0.8561634461144799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.07904932149598615f,-0.5153475890594965f,-0.8533276435353472f,1.0399797550517698f,-0.19244791905623393f,0.8320143748759729f,-0.5203036406279216f,0.8898679070723683f,0.9781180926769268f,0.205350779035066f,-0.03340739929629455f,-0.7690728974473736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.37016542921166207f,-0.5153475890594965f,-0.7729129430065913f,1.1385651920084618f,-2.7755575615628914e-17f,0.8320143748759729f,-0.5547540716387255f,0.9730810178181771f,0.9289658524491339f,0.205350779035066f,0.30798295818623717f,-0.8588156155088623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.09788632958261385f,-0.5643308383472673f,-0.8197249364092288f,-0.8215570358870274f,-0.1406826948102672f,0.8232557393133655f,-0.549962150578133f,2.040715717546516f,0.9852038600522052f,0.0614873367277711f,-0.1599770657324375f,-1.2625191750337987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.20536751594430974f,-0.5643308383472673f,-0.7995967035231787f,-0.826682801850832f,0.06785656896558767f,0.8232557393133655f,-0.5636004557626105f,2.044188787483372f,0.9763296930049205f,0.0614873367277711f,0.20736354062140125f,-1.356064494577312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05467483694724812f,-0.5643308383472673f,-0.823736224221724f,-0.7005594852356711f,-0.037046079326461964f,0.8232557393133655f,-0.5664605685254194f,2.127421337793757f,0.9978167417974753f,0.0614873367277711f,0.024105128309062723f,-1.3129076040519148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004850223546922352f,0f,-0.000014853146351695321f,0.6177453926348525f,0f,0.000015625f,0f,1.3750040789473683f,0.000014853146351695321f,0f,-0.000004850223546922352f,-0.0761107775200098f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64.mcfunction new file mode 100644 index 000000000..7a2962f8e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..33d8428b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3339272375876051f,0.09045397245831063f,-0.7397669385070319f,-0.35396599985481003f,-0.25349847543649257f,0.7760807936627953f,-0.01953379388506102f,1.3375065077429933f,0.7008391879689159f,0.23761549827122233f,0.3454095424750649f,-0.3682887249622797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.33612125074934757f,-0.04331740178120298f,-0.7246696540477048f,-0.35396599985481003f,0.06150975568938209f,0.7974022800191276f,-0.01913514503026386f,1.3375065077429933f,0.7233526489546623f,-0.047678155618926105f,0.3383603681388391f,-0.3682887249622797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4800792885448284f,0.11622452232794754f,-0.6503538894820083f,-0.36231323315010017f,0.0704788405694782f,0.8083520932892616f,0.09243414277903611f,1.327053643210145f,0.6568873984076099f,-0.0017883313321613345f,-0.48522179684013883f,-0.29074441071232204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.47805318641495437f,-0.07478295437684912f,-0.6370813611252327f,-0.36231323315010017f,-0.23924473013110814f,0.7579993848204176f,0.09054773170191294f,1.327053643210145f,0.5951698161558618f,0.24463123747088905f,-0.4753193111903401f,-0.29074441071232204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5099832506347852f,0.13996557702823106f,-0.3765188840543888f,0.4767407079397423f,0.40045637162866005f,0.40971109614329326f,-1.4536773239337089f,1.439500518753764f,-0.03148852528170423f,-1.5013169901603776f,-0.43181247993934596f,-0.07275909363505295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7500503702587156f,0.06803373023141782f,0.6578722167910442f,0.30086778414179166f,0.010901486502938922f,0.9932883313001117f,-0.11514967865810918f,1.4590004697932253f,-0.6612908585991419f,0.09353984420469302f,0.7442746118734479f,0.10334652912375993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9877773589769937f,0.06803373023141782f,-0.14024015346267368f,-0.01660755742697085f,-0.08024058235098498f,0.9932883313001117f,-0.08330510096635359f,1.489966175455283f,0.13363135124816472f,0.09353984420469302f,0.9866067907275682f,0.03134881286562946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.45653490021070675f,-0.011759217194873862f,-0.8896277905397088f,0.03635446146962289f,-0.12795853417232786f,0.9903850650998937f,0.05257410350684793f,1.626197177021285f,0.8804558469463811f,0.13783738113459407f,-0.4536500390608242f,-0.8874306565636079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09597368419505409f,-0.011759217194873862f,-0.9953144089949627f,0.009388500972274193f,-0.13832838369657574f,0.9903850650998937f,0.0016374037292237603f,1.5712101075652005f,0.9857252711612505f,0.13783738113459407f,-0.09667753697749909f,-0.5605920921019567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11737121054651335f,-0.8344786209460195f,-0.538395235973421f,0.24748058287158492f,-0.11874923715337114f,0.5500458471012409f,-0.8266487674715124f,1.1834547675557536f,0.9859627871326274f,-0.033090742976061585f,-0.16365324658849198f,-0.12365654254932237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.11132870496108921f,-0.4697192309407742f,-0.8757680991769994f,0.1539346764503335f,-0.12272144776485572f,0.8809991615944485f,-0.45692441774146475f,1.3457863327438286f,0.9861771472256822f,0.05660672534502015f,-0.15572511979616166f,-0.11401606354585711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.11947216143724505f,-0.7809686462174781f,-0.613037010519555f,0.2807157619486924f,-0.11365414114202457f,0.6241584428982885f,-0.7729870466961606f,1.2249693557241543f,0.9863108733268543f,-0.022676238312908645f,-0.1633298789970609f,-0.4307935058032232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.11302598438508443f,-0.47019270590033074f,-0.8752964904373307f,0.18708402652714712f,-0.11882820266543619f,0.881015577001241f,-0.4579207478728957f,1.3872977717376815f,0.9864608381000661f,0.05225296545934409f,-0.1554498069976927f,-0.42196763607333176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8530065768064481f,-0.0047035298023317615f,-0.5218789675129131f,0.23851346119911496f,-0.04068764700275796f,0.9975152802731038f,0.05751331152915864f,2.0813481742806843f,0.5203117289724736f,0.07029326019661966f,-0.851078470098149f,-0.3606128384252787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8530065768064481f,-0.0047035298023317615f,-0.5218789675129131f,0.22216299585031257f,-0.04068764700275796f,0.9975152802731038f,0.05751331152915864f,1.9635764239650082f,0.5203117289724736f,0.07029326019661966f,-0.851078470098149f,-0.4686997923580254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8530065768064481f,-0.0047035298023317615f,-0.5218789675129131f,-0.26262790267467334f,-0.04068764700275796f,0.9975152802731038f,0.05751331152915864f,2.057444181666564f,0.5203117289724736f,0.07029326019661966f,-0.851078470098149f,-0.05492969765395048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8530065768064481f,-0.0047035298023317615f,-0.5218789675129131f,-0.3429538612839593f,-0.04068764700275796f,0.9975152802731038f,0.05751331152915864f,1.9366208578256812f,0.5203117289724736f,0.07029326019661966f,-0.851078470098149f,-0.12399327191376164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8428966561424879f,0.13102507520115708f,-0.5218789675129131f,0.14279863661513642f,0.11848278021368458f,0.991289084873724f,0.05751331152915864f,2.1849308833638568f,0.5248686100888955f,-0.013355893034368124f,-0.851078470098149f,-0.3206236486597614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8530160371445134f,-0.0024461483860655497f,-0.5218789675129131f,0.04451932339516142f,-0.03804771711408851f,0.9976194616282082f,0.05751331152915864f,2.190601749771621f,0.5204959285111435f,0.06891608040738469f,-0.851078470098149f,-0.2599758251852512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.828269592140683f,0.20398976935808089f,-0.5218789675129131f,0.02547651227400366f,0.20442845393385795f,0.9771904759150911f,0.05751331152915864f,2.1854424957928558f,0.5217072837878727f,-0.05905038338634667f,-0.851078470098149f,-0.2486474727901982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8507674982647985f,-0.06194358048992914f,-0.5218789675129131f,0.05028114624334955f,-0.1075454505691667f,0.992535236179968f,0.05751331152915864f,2.1965273370487326f,0.5144206838358385f,0.10505616487033409f,-0.851078470098149f,-0.2631085257594245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8499832494700541f,0.07190840624004985f,-0.5218789675129131f,0.08300847408728221f,0.04904533109417582f,0.9971392954320938f,0.05751331152915864f,2.30501110524703f,0.5245217165363043f,0.023289624668580346f,-0.851078470098149f,-0.3125639458965929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8499832494700541f,0.07190840624004985f,-0.5218789675129131f,0.06682908268327102f,0.04904533109417582f,0.9971392954320938f,0.05751331152915864f,2.080654763774809f,0.5245217165363043f,0.023289624668580346f,-0.851078470098149f,-0.3178041114470235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8602415448944624f,0.1291273186775629f,-0.4932652633307278f,-0.1621001958142736f,-0.18769877774427585f,0.8192736111034503f,0.5418117006699071f,2.136445600106351f,0.47408190565649533f,0.5586742214570629f,-0.6805361570177229f,-0.0779265449623781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8294505809684052f,0.2621089729910886f,-0.4932652633307278f,-0.06391854827510739f,-0.057225265247432947f,0.8385495513292841f,0.5418117006699071f,2.151487477756628f,0.5556410736694477f,0.4776332654275799f,-0.6805361570177229f,-0.1371147754499425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9107228864329564f,0.3219993951992539f,-0.25865075607571597f,-0.08696687468342623f,-0.1742114443079111f,0.2683212904340636f,0.9474460711681432f,2.2020483582580193f,0.37447856654203404f,0.9079207424610993f,-0.18827036041158995f,-0.2052311716183342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.76664565038617f,0.5876684721213377f,-0.25865075607571597f,-0.10509260335961786f,-0.08276909062548746f,0.30902300863378984f,0.9474460711681432f,2.2020429042062646f,0.6367132198886694f,0.7477636973065043f,-0.18827036041158995f,-0.18035701725661973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8491385733117076f,0.4605034958560235f,-0.25865075607571597f,-0.10393801927251724f,-0.1300919148132058f,0.2922704841893603f,0.9474460711681432f,2.257316351014716f,0.5118982096221787f,0.8381613772872729f,-0.18827036041158995f,-0.06977149585011216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8491385733117076f,0.18882018775921708f,-0.4932652633307278f,-0.14642256151834102f,-0.1300919148132058f,0.8303711066248731f,0.5418117006699071f,2.07048285202412f,0.5118982096221787f,0.5242430371279695f,-0.6805361570177229f,-0.1877261792039051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8530065768064481f,-0.0047035298023317615f,-0.5218789675129131f,-0.02107746265906144f,-0.04068764700275796f,0.9975152802731038f,0.05751331152915864f,1.5625449357742123f,0.5203117289724736f,0.07029326019661966f,-0.851078470098149f,-0.26219423898566474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.10607792024580348f,0.03807418418847838f,-0.9936286184157072f,-0.03535528172974083f,-0.13283660478032927f,0.9897672622823028f,0.05210760927762646f,1.1913822124183486f,0.985445032087919f,0.13751771890406347f,-0.09993480735291094f,-0.3137633835746885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2740202132516206f,0.08840826658355405f,-0.9576517640192744f,0.29599698351511117f,-0.1334823239128944f,0.9826316823183302f,0.12890867351369883f,0.8421805270450816f,0.9524155563263075f,0.1631531651667828f,-0.25746000225998406f,-0.35546400946671863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2740202132516206f,-0.8835743709105698f,-0.37974893521842523f,0.010642898644340267f,-0.1334823239128944f,0.4259829820129772f,-0.8948301337338527f,0.8932539917532283f,0.9524155563263075f,-0.1945117736933239f,-0.23466950795177383f,-0.4304054380845951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2936605282474994f,-0.18058494229095579f,-0.9386972742940997f,0.1309313937876505f,0.005766052232835221f,0.9816410942654399f,-0.19065024178059137f,0.5836315468135929f,0.9558923824317506f,-0.0613990282262018f,-0.28722798008172923f,-0.12998411436234558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2936605282474994f,-0.5284384999248641f,-0.796565280404914f,-0.0788678765411921f,0.005766052232835221f,0.8323115376311353f,-0.5542781404383031f,0.9024252261506286f,0.9558923824317506f,-0.16736264853083155f,-0.2413700418148398f,-0.19635973019877895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.35324053719747495f,-0.443794211053964f,-0.8235701676939429f,-0.02835548650279877f,0.11125179257112006f,0.854148627275805f,-0.5079893317507469f,1.075234640624076f,0.9288940529092391f,-0.2710660819022692f,-0.25234701843295165f,-0.3114117960460931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.20073044528808867f,-0.6112610038758814f,-0.7655503076056436f,-0.03440480865576556f,-0.1550784294535655f,0.7914290769487915f,-0.5912619528417157f,1.038671915684402f,0.9672941481538391f,0.00003606429535475339f,-0.2536573074971535f,-0.3069267663336501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2929623315807415f,-0.48570078356880036f,-0.8235701676939429f,-0.028161903689403057f,0f,0.8613633605090418f,-0.5079893317507469f,1.074891332257435f,0.9561239837357789f,-0.1488217390478416f,-0.25234701843295165f,-0.31135248106881913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.28725602430454544f,0.06439502223200662f,-0.9556867989108597f,-0.023354769607429972f,0.12180301627050813f,0.9920936146849312f,0.03023714485188292f,1.098705331465229f,0.9500778924531151f,-0.10771973270077675f,-0.29282837543298373f,-0.30987954530647843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.294235698229681f,-0.009385961581336692f,-0.9556867989108597f,-0.023712873212910865f,-0.12982598069953433f,0.9910756428278371f,0.03023714485188292f,1.0863243499380784f,0.9468741038927491f,0.1329698233381668f,-0.29282837543298373f,-0.3099892704770565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2929623315807415f,0.028910459392578053f,-0.9556867989108597f,-0.023362451384983985f,0f,0.9995427529981928f,0.03023714485188292f,1.0984397436729358f,0.9561239837357789f,0.008858344456152217f,-0.29282837543298373f,-0.3098818990508685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.31776669032936966f,-0.13618825262166542f,-0.9383374075272585f,-0.07028316477258535f,0.1549023488012035f,0.9688787254993021f,-0.19307842347273912f,1.1383023169806172f,0.9354301646050276f,-0.2067045599949492f,-0.28678150572222344f,-0.12161761380281633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.25698690207977437f,-0.312451480023162f,-0.9145117849381583f,0.02441828044524929f,-0.17129102041202543f,0.9460370177159478f,-0.2750878903865501f,1.1140929839882232f,0.9511136201767104f,0.08595367207077982f,-0.296639255278025f,-0.49788266930249575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2929623315807415f,-0.2052507697522889f,-0.9338336006970775f,-0.010786759044884991f,0f,0.9766867232515095f,-0.21466961737569917f,0.9765487348384564f,0.9561239837357789f,-0.06289011162593049f,-0.28613241966771663f,-0.29806442408347084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2929623315807415f,-0.12096592989119198f,-0.9484409924082442f,-0.03552631578947365f,0f,0.9919644403254946f,-0.12651699146647538f,1.198190789473684f,0.9561239837357789f,-0.0370647128045994f,-0.2906082152829422f,-0.31381578947368427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.598418137829602f,-0.545005143685083f,-0.5872521823487369f,1.0610735963831126f,0.19984278336656344f,0.8113503717568467f,-0.549339090349787f,0.8582261898643089f,0.7758599063315856f,0.21137636482546673f,0.5944421234572083f,-1.1655469173969293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08120554797243362f,-0.545005143685083f,-0.8344908940996896f,1.0949735022340847f,-0.19984278336656344f,0.8113503717568467f,-0.549339090349787f,0.8582261898643089f,0.976457127023405f,0.21137636482546673f,-0.04302919332696842f,-1.0781406311052943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3615989957437018f,-0.545005143685083f,-0.7564493106837687f,1.191490945911164f,0f,0.8113503717568467f,-0.5845601545179304f,0.9459102130419984f,0.9323337204441051f,0.21137636482546673f,0.2933834796235548f,-1.165851296194645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.016496894682964447f,-0.6588068808731452f,-0.7521312027698471f,-0.8675617273682212f,-0.04349958335930053f,0.7519942385435189f,-0.6577328115921546f,2.0413971651831098f,0.9989172331646836f,0.021866845029652027f,-0.04106339458767058f,-1.1860028130614477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2438661838719287f,-0.6588068808731452f,-0.7116900856959724f,-0.8783869377730884f,0.18596898991982025f,0.7519942385435189f,-0.6323924414361348f,2.034614097391609f,0.9518113359022076f,0.021866845029652027f,0.30590361543549094f,-1.2788783604946996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1154689109852493f,-0.6588068808731452f,-0.7433978909776906f,-0.7614646489240012f,0.07235272310934597f,0.7519942385435189f,-0.655186804397048f,2.1362836519469166f,0.990672505954689f,0.021866845029652027f,0.1344984276261485f,-1.252615350921996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004577536430949086f,0f,-0.000014939437245871548f,0.6196944674006903f,0f,0.000015625f,0f,1.364313289473684f,0.000014939437245871548f,0f,-0.000004577536430949086f,-0.10550336165931154f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65.mcfunction new file mode 100644 index 000000000..1d2c06d03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..fd4102ae8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.31693588375136217f,0.09842137343264085f,-0.7461965714788698f,-0.3563949850530862f,-0.2599392144194725f,0.7741493450085941f,-0.008297040086468045f,1.3328640636819116f,0.7063481399721917f,0.24072903713270985f,0.33176238527510604f,-0.3847493675439839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3237304213415993f,-0.02973709651353538f,-0.7309680700201173f,-0.3563949850530862f,0.05495667782386435f,0.798068733786894f,-0.008127712737764616f,1.3328640636819116f,0.7295055708221525f,-0.04692548606810938f,0.32499172435112433f,-0.3847493675439839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.467028242799603f,0.124886705931028f,-0.6582039011990558f,-0.3646693401650749f,0.07329230042610728f,0.8070602318115968f,0.10112598761399165f,1.3225745135893479f,0.6659258994589478f,-0.0012399009447919625f,-0.47274263983681736f,-0.3090980633389045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46948888938095057f,-0.06205097091287109f,-0.644771168521524f,-0.3646693401650749f,-0.23621419433209284f,0.7578849098131052f,0.09906219194839999f,1.3225745135893479f,0.6031442921423379f,0.2485158757229634f,-0.4630948308605558f,-0.3090980633389045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5266638178280143f,0.1439669254072313f,-0.29996226716635366f,0.47344080969946056f,0.3243020031434137f,0.3289665908767474f,-1.492653825521544f,1.421662500497896f,-0.0743777392232338f,-1.5206777293285116f,-0.3513024984715044f,-0.09666492229816798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7302367229487784f,0.07784662194697037f,0.6787445999110959f,0.30299291120072497f,-0.026639910033376516f,0.9959759803485374f,-0.08556963107425095f,1.4509308988013532f,-0.6826746250231087f,0.044404391902325306f,0.7293720630304825f,0.08337837783928198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9893356467084861f,0.07784662194697037f,-0.12310516481182461f,-0.015271737259503666f,-0.08267394447678952f,0.9959759803485374f,-0.0345957435737192f,1.4813794142296908f,0.11991662543846755f,0.044404391902325306f,0.9917904279247882f,0.014687824822893158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.47949332298062636f,0.05129484853211308f,-0.8760450854442733f,0.04314940193638296f,-0.09867409815734401f,0.9888076504186545f,0.11190555315253461f,1.617963126108449f,0.871980260997823f,0.140100924292481f,-0.4690651931688823f,-0.9037695184405135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,0.05129484853211308f,-0.9928542746334341f,0.011807196919208708f,-0.13398738085770576f,0.9888076504186545f,0.06562630756359844f,1.563814118712769f,0.9851081940146003f,0.140100924292481f,-0.09966733214892975f,-0.5770361534351562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.8388775812363356f,-0.5335496001712403f,0.24641192675634238f,-0.13398738085770576f,0.5440304140681802f,-0.8282984307239127f,1.171294087083365f,0.9851081940146003f,-0.01775703432106507f,-0.17101617998719626f,-0.14320307539301727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.467389487417227f,-0.8774610186188768f,0.15329226649924435f,-0.13398738085770576f,0.8813736317339669f,-0.4530208638186213f,1.3337202626346174f,0.9851081940146003f,0.0687574602202512f,-0.15758888840699764f,-0.1312959821542639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.7838770923228255f,-0.6114960966967227f,0.2800825914042304f,-0.13398738085770576f,0.6209146923636427f,-0.772342104625829f,1.213165143601398f,0.9851081940146003f,-0.0012841099934568084f,-0.17193079173556228f,-0.4510493860225799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.467389487417227f,-0.8774610186188768f,0.1869629311471324f,-0.13398738085770576f,0.8813736317339669f,-0.4530208638186213f,1.3755913191526503f,0.9851081940146003f,0.0687574602202512f,-0.15758888840699764f,-0.4391422927838265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,0.24622152673207875f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,2.0687967311268607f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.379494357562701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,0.22860164782145503f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,1.9507584757815397f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.48709000172271216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,-0.2550780888218422f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,2.051464600391798f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.0736274867027241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,-0.33669366333509404f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,1.9312137326122132f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.1421762962848659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8418521355991729f,0.1392813439567328f,-0.521426590243265f,0.15138458991150952f,0.12695068889166505f,0.9901220573899532f,0.059513309938348254f,2.173729272931998f,0.5245650621010163f,-0.0160940577696405f,-0.8512182310826432f,-0.33976261516860556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.005871871013053517f,-0.521426590243265f,0.053159163485648725f,-0.029501499123511868f,0.997791474953383f,0.059513309938348254f,2.180386269005395f,0.5206244610382584f,0.06616414165662947f,-0.8512182310826432f,-0.2791277190135317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8265094650776683f,0.2121235845546382f,-0.521426590243265f,0.034074615794816826f,0.2127624265156322f,0.9752898624528825f,0.059513309938348254f,2.175417164431094f,0.521166244110463f,-0.061751672627783645f,-0.8512182310826432f,-0.267784608145431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8516070050768525f,-0.053663953370172005f,-0.521426590243265f,0.058970004902715645f,-0.09903204977908486f,0.9933029845201993f,0.059513309938348254f,2.186254967643668f,0.51474086880739f,0.10231989567991673f,-0.8512182310826432f,-0.2822769249958117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8495172015209581f,0.08021742520975055f,-0.521426590243265f,0.09259769428860148f,0.05757402009424267f,0.996565802217982f,0.059513309938348254f,2.294325401598518f,0.5244099126925305f,0.020536955527736836f,-0.8512182310826432f,-0.3320323703523425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8495172015209581f,0.08021742520975055f,-0.521426590243265f,0.07454877361640763f,0.05757402009424267f,0.996565802217982f,0.059513309938348254f,2.0700980960994726f,0.5244099126925305f,0.020536955527736836f,-0.8512182310826432f,-0.3366531853460833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8625160467057915f,0.14155338359362607f,-0.4858278591931594f,-0.153392565474191f,-0.17388610147740843f,0.8187057987440163f,0.5472517143106184f,2.129185376337066f,0.47521541735091144f,0.5564920976043757f,-0.6815327229237647f,-0.09685340045621461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8297532150704181f,0.27473786290225083f,-0.4858278591931594f,-0.05504879286495484f,-0.043671471368924145f,0.8358279510596439f,0.5472517143106184f,2.142638633469627f,0.5564192705764041f,0.4753006868450133f,-0.6815327229237647f,-0.15615477385100246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9130530508884764f,0.3277482146552625f,-0.2427246053731127f,-0.07761654821444611f,-0.1592163821156258f,0.26147479788025096f,0.9519879588206424f,2.193860160635373f,0.37547872100727125f,0.9078612437282307f,-0.18655747695274455f,-0.22461185110420517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7670852855661316f,0.593855984742423f,-0.2427246053731127f,-0.0957061807187558f,-0.07062362156625304f,0.2978778782275947f,0.9519879588206424f,2.19412727847311f,0.6376460371905348f,0.7473980459221401f,-0.18655747695274455f,-0.19971286580520595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8505407360798803f,0.46654605583496467f,-0.2427246053731127f,-0.09346091668358553f,-0.11635249411944426f,0.283162538787693f,0.9519879588206424f,2.249211980932248f,0.5128767428738409f,0.8379461524538115f,-0.18655747695274455f,-0.08904995930239192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8505407360798803f,0.2013746446315595f,-0.4858278591931594f,-0.13877021172568635f,-0.11635249411944426f,0.8288411538384626f,0.5472517143106184f,2.0627227213185946f,0.5128767428738409f,0.521987159040564f,-0.6815327229237647f,-0.20649707008651863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,-0.018825472003727257f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,1.5531824868598512f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.278883680593991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,0.05129484853211308f,-0.9928542746334341f,-0.03806104020326966f,-0.13398738085770576f,0.9888076504186545f,0.06562630756359844f,1.1823796179528558f,0.9851081940146003f,0.140100924292481f,-0.09966733214892975f,-0.33142152720367135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2735777770708212f,0.08899248682331506f,-0.9577241446168047f,0.293128738591318f,-0.12940952255126037f,0.9832519285219057f,0.12833090247874124f,0.8352150233527977f,0.9531045983343291f,0.15904710732030125f,-0.2574794016751664f,-0.37260918779967106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2735777770708212f,-0.8866371939618143f,-0.3728668477841762f,0.007925113944832106f,-0.12940952255126037f,0.41806091427909126f,-0.8991541844562505f,0.8823512587209661f,0.9531045983343291f,-0.19773608228052447f,-0.22911147155545653f,-0.4480736185192027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.19065650386969213f,-0.9371066555145721f,0.1308656430346724f,0f,0.9799247046208296f,-0.1993679344171972f,0.5730887849012379f,0.9563047559630354f,-0.05828954285260675f,-0.28650225638991633f,-0.14906398765989054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.5347588330898537f,-0.7928125735064365f,-0.08130848337206115f,0f,0.8290375725550417f,-0.5591929034707468f,0.8908458886196244f,0.9563047559630354f,-0.16349218245659908f,-0.24238712836711718f,-0.21393212791411714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.35415892835089874f,-0.45015750403075666f,-0.8197131663174273f,-0.02939416140368438f,0.11188278385618665f,0.8498341156187689f,-0.5150380749100543f,1.0638256806831012f,0.9284684680407476f,-0.27411712368121777f,-0.2506114649388634f,-0.3287717964421545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.19771883772131799f,-0.6203048679931431f,-0.7590317068174033f,-0.03540135071313606f,-0.15620633347813498f,0.7843607934933494f,-0.6003146899850118f,1.026200406179743f,0.9677328363714073f,-0.00012796285527254259f,-0.2519784535115232f,-0.32407280504533964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.4925333605385309f,-0.8197131663174273f,-0.02939416140368438f,0f,0.8571673007021122f,-0.5150380749100543f,1.0638256806831012f,0.9563047559630354f,-0.1505825599585692f,-0.2506114649388634f,-0.3287717964421545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2871416380162807f,0.06047769461750155f,-0.9559770542074111f,-0.0250177181602219f,0.12182758182491728f,0.9922060308645477f,0.02617694830787312f,1.088355513862619f,0.9501093200384997f,-0.10894788097880656f,-0.29227151624167463f,-0.32743378346696556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.29313790472330026f,-0.013343187151273389f,-0.9559770542074111f,-0.02533063241226462f,-0.13048146415394216f,0.9911051179817055f,0.02617694830787312f,1.0758597973004247f,0.9471244671777183f,0.1324107415095756f,-0.29227151624167463f,-0.3275294509544807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,0.025033140163417594f,-0.9559770542074111f,-0.0250177181602219f,0f,0.9996573249755573f,0.02617694830787312f,1.088355513862619f,0.9563047559630354f,0.007653399001211841f,-0.29227151624167463f,-0.32743378346696556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.31859737206386757f,-0.14257219470952504f,-0.937106655514572f,-0.0721766677440235f,0.15329399694706572f,0.9678602054151276f,-0.19936793441719716f,1.1273667232574252f,0.9354125640667815f,-0.2071709247686463f,-0.28650225638991633f,-0.1392489434407109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.25482276711502716f,-0.3192963655272749f,-0.912751438410761f,0.022088523185263192f,-0.17016213920821202f,0.9439891272379707f,-0.2827178346630771f,1.1029086357635893f,0.9518982108082384f,0.0832727963837337f,-0.29488207412880757f,-0.5156347380188392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.20698223218781106f,-0.9336365148365138f,-0.011894055457392225f,0f,0.9762960071199334f,-0.21643961393810285f,0.9659740387867892f,0.9563047559630354f,-0.06328081889661417f,-0.2854413279156562f,-0.31525201027804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.12482281839778067f,-0.9481234362068872f,-0.03749999999999996f,0f,0.9914448613738104f,-0.13052619222005157f,1.1875f,0.9563047559630354f,-0.03816216533034411f,-0.2898704242584585f,-0.33125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5832465681150634f,-0.5702099004395813f,-0.5785188935745169f,1.0693782217994987f,0.2082086712007015f,0.7933533402912352f,-0.5720486226585795f,0.828125f,0.7851576848116809f,0.21319274586491518f,0.5814432587034946f,-1.3878625065232006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.07492801571349378f,-0.5702099004395813f,-0.8180748510386571f,1.1022101637925739f,-0.2082086712007015f,0.7933533402912352f,-0.5720486226585795f,0.828125f,0.9752102038525216f,0.21319274586491518f,-0.05927825412831511f,-1.3000494887811633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35020738125946727f,-0.5702099004395813f,-0.7431120100981202f,1.1972609943107544f,0f,0.7933533402912352f,-0.6087614290087207f,0.9194392143513082f,0.9366721892483977f,0.21319274586491518f,0.2778381957168445f,-1.3856317270097087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.02394659882743254f,-0.724517141756174f,-0.6888406722211327f,-0.8861064189697672f,0.03217780832630565f,0.6892398416078465f,-0.7238183676805295f,2.0436271263573875f,0.9991952507172528f,-0.004832395043322418f,0.03981832369941918f,-1.1240367534211861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.25809982765268064f,-0.724517141756174f,-0.6391082774202823f,-0.8995312993089164f,0.2777977108931391f,0.6892398416078465f,-0.6691613202830261f,2.0288728736426127f,0.9253177350446649f,-0.004832395043322418f,0.37916188781305116f,-1.2156399581397335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14319872361759162f,-0.724517141756174f,-0.674217351345808f,-0.7916862564374706f,0.15737869562426268f,0.6892398416078465f,-0.7072343224872478f,2.1423351483730873f,0.9771008503311716f,-0.004832395043322418f,0.2127218283116403f,-1.201746630027206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004568307886292764f,0f,-0.00001494226181192243f,0.6178493269457505f,0f,0.000015625f,0f,1.3536225f,0.00001494226181192243f,0f,-0.000004568307886292764f,-0.12334232342695517f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66.mcfunction new file mode 100644 index 000000000..b194a0c23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..82647f015 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1549900106993785f,0.08321360152222337f,-0.7974948511116241f,-0.3309215353480887f,-0.27355820765804073f,0.7690105435585638f,0.02707647250154573f,1.348642701043167f,0.7537164241614822f,0.2619975665190562f,0.17381965231746926f,-0.414400771555718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.17146439047723736f,0.017208719016677955f,-0.7812194459868972f,-0.3309215353480887f,0.04070474970925561f,0.7985233913508808f,0.026523891430085614f,1.348642701043167f,0.7803480544919534f,-0.04543405611755506f,0.17027231247425562f,-0.414400771555718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5231370035430609f,0.14812784922725072f,-0.609368739148753f,-0.34920214621079715f,0.08144765122326231f,0.8028848179369316f,0.12524653161281038f,1.339103309460268f,0.6218025410680194f,0.01945646047290622f,-0.5290817427502719f,-0.346098361305384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5289812023286805f,-0.06205084997590714f,-0.5969326424314315f,-0.34920214621079715f,-0.22726814692470387f,0.7571632819436812f,0.12269047994724282f,1.339103309460268f,0.5554530375975228f,0.250705916351292f,-0.5182841561635316f,-0.346098361305384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4088070263645214f,0.6497258797292166f,-0.18580983202201728f,0.4495817471024858f,0.26165953252506496f,0.12835432630745502f,-1.5350784038468277f,1.3712276975403865f,-0.623059629172617f,-1.4151988192929832f,-0.2245334059043905f,0.025236705427353956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8473712763040872f,0.17377345293914426f,0.5017616039000886f,0.25003362561388365f,-0.15864736712903715f,0.9846269880760199f,-0.07308014268849047f,1.4331474724250053f,-0.5067474055166012f,-0.017677143602760903f,0.8619133283551429f,0.1618789946400464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9367402332590485f,0.17377345293914426f,-0.303842923971236f,-0.04475452181746595f,-0.1597304978258582f,0.9846269880760199f,0.07068141493100669f,1.4854974726755195f,0.31145449660919466f,-0.017677143602760903f,0.9500966346303729f,0.030307561470310496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.661874764116464f,0.168974829049862f,-0.7303213702017387f,0.17149238406460568f,-0.007951542738367623f,0.9726252651122694f,0.23224311966852218f,1.6141442419217702f,0.7495722577536171f,0.15952304163617714f,-0.6424125073449983f,-0.8649262549471504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2976632412036776f,0.168974829049862f,-0.9395978405592954f,0.07573804297424593f,-0.10393437909701339f,0.9726252651122694f,0.20784065653044376f,1.5688143592676123f,0.9489964381797433f,0.15952304163617714f,-0.271952494949583f,-0.5492882924818401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11717501751802467f,-0.8637211035501426f,-0.49015902577813897f,0.2371199190200679f,-0.30965545074407447f,0.5007288760449937f,-0.8083217765959306f,1.1691877751709598f,0.9436013549662456f,0.057065295730776955f,-0.3261288624593418f,-0.11477292151263768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.19358221058950242f,-0.4828460804995991f,-0.8540407427573091f,0.1412485242841599f,-0.2613190957638731f,0.8644360991105182f,-0.4294910485024598f,1.3285852247010417f,0.9456417175296536f,0.1400353280453371f,-0.29351635212846583f,-0.09035077470493988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.08996609590727464f,-0.8109727448577204f,-0.578125685889442f,0.31753281022221497f,-0.37054024354177795f,0.5660640360728459f,-0.7363908167413009f,1.2129981312847447f,0.9244490410526709f,0.1479686256030471f,-0.3514246097443124f,-0.42376067535083395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.17208537164232077f,-0.48455899822342907f,-0.8576649707825494f,0.2213175919879311f,-0.30877414632377237f,0.8533094824434816f,-0.4201445628995615f,1.3703677557247753f,0.9354384808359928f,0.19252403593511336f,-0.29646137043214443f,-0.3895153021782011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8832853281186446f,0.023923740650056757f,-0.468225035387523f,0.2829592020737397f,-0.0068093784504032195f,0.9979372526988741f,0.06383472441346298f,2.0640676235905553f,0.46878637085079344f,0.05957259696481597f,-0.8813004278879083f,-0.34752588864778733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8832853281186446f,0.023923740650056757f,-0.468225035387523f,0.2691958372293515f,-0.0068093784504032195f,0.9979372526988741f,0.06383472441346298f,1.9455653241088482f,0.46878637085079344f,0.05957259696481597f,-0.8813004278879083f,-0.4551738672897855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8832853281186446f,0.023923740650056757f,-0.468225035387523f,-0.235970928195964f,-0.0068093784504032195f,0.9979372526988741f,0.06383472441346298f,2.0600671137509434f,0.46878637085079344f,0.05957259696481597f,-0.8813004278879083f,-0.07211389577294619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8832853281186446f,0.023923740650056757f,-0.468225035387523f,-0.31598069264925055f,-0.0068093784504032195f,0.9979372526988741f,0.06383472441346298f,1.9410541108854562f,0.46878637085079344f,0.05957259696481597f,-0.8813004278879083f,-0.14460289660113484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8694741824217262f,0.15741652498522313f,-0.468225035387523f,0.18780254241294447f,0.1444012953019778f,0.9874580466400423f,0.06383472441346298f,2.171694792169441f,0.472401219322285f,-0.01210965678326082f,-0.8813004278879083f,-0.31399580055570797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8833948823009843f,0.019462737751473225f,-0.468225035387523f,0.08624482578143006f,-0.011848995539207485f,0.997890138874901f,0.06383472441346298f,2.1803860863535425f,0.46847954408825765f,0.06193926521559891f,-0.8813004278879083f,-0.25940979298052047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8524458165003365f,0.23259717575118444f,-0.468225035387523f,0.06642881863310346f,0.22991444426447535f,0.9711150685050741f,0.06383472441346298f,2.1758108504180353f,0.4695481639295719f,-0.05323605502812829f,-0.8813004278879083f,-0.2492131659974482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8826006287219202f,-0.04220718441241887f,-0.468225035387523f,0.09233681716874115f,-0.08142942925355098f,0.9946327845041597f,0.06383472441346298f,2.1861358215031164f,0.46301768673681587f,0.09446786529544263f,-0.8813004278879083f,-0.2622299324534323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8783370087049897f,0.09638161326479004f,-0.468225035387523f,0.1307909726228654f,0.07516794970033452f,0.9951255736322453f,0.06383472441346298f,2.293331568693454f,0.4720952006502701f,0.020872884984381737f,-0.8813004278879083f,-0.3103547103112601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8783370087049897f,0.09638161326479004f,-0.468225035387523f,0.10910510963828768f,0.07516794970033452f,0.9951255736322453f,0.06383472441346298f,2.069428314626199f,0.4720952006502701f,0.020872884984381737f,-0.8813004278879083f,-0.315051109432746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8925181482408966f,0.11579708998493363f,-0.43589263472977136f,-0.13241366375285302f,-0.14757650000107783f,0.8382921835799249f,0.5248689280155889f,2.1385069908312406f,0.4261836830617434f,0.5327825531113259f,-0.7311020581232861f,-0.09195600377321433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8634151129620877f,0.25399203471172704f,-0.43589263472977136f,-0.030401608683387232f,-0.014621799111170342f,0.8510574665641089f,0.5248689280155889f,2.1487676347740736f,0.5042822083907161f,0.45955329931192723f,-0.7311020581232861f,-0.14541066148779225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.934977999717171f,0.2633719289455249f,-0.23759496435823493f,-0.04627276722143515f,-0.14272701300807708f,0.33387209303378673f,0.9317501946611177f,2.1929646665377596f,0.3247231741078387f,0.9050771528089482f,-0.27457277297754484f,-0.21453197898403487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8078305173381455f,0.5394056805121663f,-0.23759496435823493f,-0.06600660826306938f,-0.032569305077701255f,0.3616363022647546f,0.9317501946611177f,2.194869946695669f,0.5885143121657619f,0.7604345446621176f,-0.27457277297754484f,-0.19099029148582475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8822664222224069f,0.40639216666968675f,-0.23759496435823493f,-0.07171708749616507f,-0.08874070437044566f,0.35208899746627487f,0.9317501946611177f,2.2581984965087596f,0.4623105532071603f,0.8431362551407164f,-0.27457277297754484f,-0.08495949531438533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8822664222224069f,0.17777393286759316f,-0.43589263472977136f,-0.11171622239137347f,-0.08874070437044566f,0.8465445622007172f,0.5248689280155889f,2.0677259700135986f,0.4623105532071603f,0.5017556506918331f,-0.7311020581232861f,-0.1978545167200476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8832853281186446f,0.023923740650056757f,-0.468225035387523f,0.0010655588961631102f,-0.0068093784504032195f,0.9979372526988741f,0.06383472441346298f,1.5551394651738049f,0.46878637085079344f,0.05957259696481597f,-0.8813004278879083f,-0.25944313064936786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.25622101665206787f,0.06739061267832117f,-0.964266195585338f,-0.024205920858207327f,-0.1337040992759479f,0.9855066486003141f,0.10440239174168686f,1.185574471948687f,0.9573264879144358f,0.15567643009594506f,-0.24349711425393544f,-0.31782179193534726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3861945793035535f,0.08555307549613739f,-0.918441298172999f,0.3015995700594726f,-0.126585263705101f,0.9813537178367728f,0.14464111276070102f,0.8164157482209711f,0.9136902746167661f,0.17212074761950114f,-0.36816372758548965f,-0.3248188852349665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3861945793035535f,-0.8366655769412461f,-0.38838699679330557f,0.028781364077854348f,-0.126585263705101f,0.4651411721619372f,-0.8761391789964248f,0.8818148581553715f,0.9136902746167661f,-0.28919613123517224f,-0.2855445319899292f,-0.4310719027019807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4029377778798513f,-0.17634417553611742f,-0.8980778802040136f,0.11237802889333307f,0.0005446122439557946f,0.9812156672368606f,-0.1929132389610066f,0.568481781272064f,0.9152272125296271f,-0.07822113604013775f,-0.3952728213801689f,-0.12091937593297328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4029377778798513f,-0.5023581881829913f,-0.765034246241794f,-0.0869722258117917f,0.0005446122439557946f,0.8357635284960769f,-0.5490892712786247f,0.8894092277714987f,0.9152272125296271f,-0.22166545784422467f,-0.33648710858509706f,-0.208876255454674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4660227701973765f,-0.414965350619013f,-0.7814259628673741f,-0.014522830053933254f,0.12034191116958864f,0.8452578824802307f,-0.520631286536919f,1.0611466140522423f,0.8765503990493724f,-0.3366643282123548f,-0.3439716965619551f,-0.3139546244778945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.30393960064132297f,-0.628020506381994f,-0.7163874389781668f,-0.021499409706291175f,-0.16385718983449f,0.7752165844445935f,-0.6100738222064624f,1.021886476232016f,0.9384942943361654f,-0.06804036129946801f,-0.3385246944208071f,-0.30980171237847154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4028801820292546f,-0.47650920608616976f,-0.7814259628673741f,-0.015480398467205371f,0f,0.8537816251705775f,-0.520631286536919f,1.062862329731296f,0.9152527295387185f,-0.2097520274901189f,-0.3439716965619551f,-0.314376131373415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3951756227527037f,0.08606135515442956f,-0.9145652903598496f,-0.011949659506351459f,0.1261922872400998f,0.9912486501360699f,0.03875074508356888f,1.0878728815237912f,0.9098965511656393f,-0.10009773600038478f,-0.40257758187021836f,-0.31282195435832594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4039344439152306f,-0.020181543248659436f,-0.9145652903598496f,-0.012371134739091585f,-0.1371893578063664f,0.9897865728833389f,0.03875074508356888f,1.0759981267079133f,0.9044423945855093f,0.141121385523093f,-0.40257758187021836f,-0.3130074812767463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4028801820292546f,0.035466725209395505f,-0.9145652903598496f,-0.011902144767427993f,0f,0.9992489078079938f,0.03875074508356888f,1.0892115743603512f,0.9152527295387185f,0.015611907233037473f,-0.40257758187021836f,-0.3128010391006613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4285128131879421f,-0.11402399192642439f,-0.896312054029688f,-0.08115915210122535f,0.15609905208836514f,0.9677458364698853f,-0.19773993509737955f,1.1264436698413358f,0.8899493552280768f,-0.224647557877589f,-0.39689245378158244f,-0.1315967455476178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3621420943406577f,-0.3262288879455373f,-0.8731711265132284f,0.05652038533834442f,-0.1738884472913341f,0.943955148792088f,-0.28055567177926716f,1.1038834081804347f,0.9157597454601131f,0.05023335285171642f,-0.398573329333642f,-0.4943726567016707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4028801820292546f,-0.17391207632251643f,-0.8985778478447295f,-0.0019412102107105728f,0f,0.9817811177658077f,-0.19001535937529185f,0.965542401269819f,0.9152527295387185f,-0.07655342257347181f,-0.3955401554383736f,-0.29948531487621793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4028801820292546f,-0.10516568560809915f,-0.9091907046921747f,-0.02229166666666667f,0f,0.9933766656455654f,-0.11490343837718132f,1.1875f,0.9152527295387185f,-0.046292318169186046f,-0.40021177187889934f,-0.3169791666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5398115357185795f,-0.6316673593020443f,-0.5564169777222209f,1.1175763960827996f,0.24920760964159835f,0.7512849316899637f,-0.611119070813804f,0.8102575231481481f,0.8040516607792496f,0.19122577914075378f,0.5629685854380706f,-1.4139917367367412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0032205620352229736f,-0.6316673593020443f,-0.7752328522273543f,1.1447400545396968f,-0.2492076096415983f,0.7512849316899637f,-0.611119070813804f,0.8102575231481481f,0.9684447301095185f,0.19122577914075378f,-0.15983587242891895f,-1.3242632676801644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.28974569020690316f,-0.6316673593020443f,-0.7190575652886957f,1.2390168601045526f,2.7755575615628914e-17f,0.7512849316899637f,-0.6599779931297758f,0.9092542221176145f,0.9571036699368178f,0.19122577914075378f,0.2176815710745547f,-1.401779737869636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1218529174176642f,-0.8023790237908615f,-0.5842429021367979f,-0.792306700853655f,0.1484317035925847f,0.5672787587377335f,-0.810038788733959f,2.1015516121719204f,0.9813867208625796f,-0.18542575890474444f,0.04997391368696852f,-0.9231384738281492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13963151226736f,-0.8023790237908615f,-0.5802507586917522f,-0.7931608241244872f,0.48050445132610065f,0.5672787587377335f,-0.6688125911948574f,2.07133611930956f,0.8658051241692514f,-0.18542575890474444f,0.46475668354190075f,-1.0118816818190872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.00911064822221025f,-0.8023790237908615f,-0.5967452540820037f,-0.7032219743767705f,0.3222985905318444f,0.5672787587377335f,-0.7578379961615562f,2.200119565164974f,0.9465942185700045f,-0.18542575890474444f,0.26377390565490344f,-1.0070761636718537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006295002844207103f,0f,-0.000014300823899042476f,0.6040367971774061f,0f,0.000015625f,0f,1.3536225f,0.000014300823899042476f,0f,-0.000006295002844207103f,-0.03339320494610848f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67.mcfunction new file mode 100644 index 000000000..93bb7df0e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..e64235a12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.14635688267558522f,0.015011381407207872f,-0.8033049021176062f,-0.27003250056897193f,-0.2750931006399584f,0.766234866152194f,0.06443881064597118f,1.3610798786884692f,0.7548827016949211f,0.282140448651768f,-0.1322623089198144f,-0.491196764668791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.12682924543805107f,0.06845099975450208f,-0.7869109245233694f,-0.27003250056897193f,0.038275105332834236f,0.7965867251337716f,0.06312373287768605f,1.3610798786884692f,0.7889545987022164f,-0.02764145389197495f,-0.12956307812553247f,-0.491196764668791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6635145811026603f,0.1578135713771709f,-0.44920788260869615f,-0.3063795896282981f,0.09213518403525514f,0.7984952831838126f,0.14443280458551333f,1.3528687143415787f,0.4671230597726846f,0.06666786232383647f,-0.6665552397260256f,-0.4363530589332415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6596573193521212f,-0.10590887389985985f,-0.44004037480035546f,-0.3063795896282981f,-0.21595014361644033f,0.757197117461416f,0.14148519632866613f,1.3528687143415787f,0.3977659569360008f,0.23544815934168178f,-0.6529520715683517f,-0.4363530589332415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6204142269919143f,1.4129749847237707f,-0.24493699085864087f,0.2823139179738614f,0.3154281866850639f,-0.1258819968036457f,-1.5251442659385697f,1.300033978458332f,-1.3989272661545342f,-0.655027988276522f,-0.23525961953513114f,0.2649229738049538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9497676374915858f,0.3057787230437832f,-0.06663938255540336f,0.05304817108605006f,-0.31078110126379593f,0.9465969861608972f,-0.08584435268768809f,1.3986312718349025f,0.03683126214120663f,0.10224244874228765f,0.994077431493275f,0.27126932058536596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6470355778260322f,0.3057787230437832f,-0.6984585410466725f,-0.13419600872057355f,-0.28537918637705817f,0.9465969861608972f,0.15004287978399466f,1.489212094589773f,0.7070386700952795f,0.10224244874228765f,0.6997448111026474f,0.018897993829108672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8969544958297577f,0.1900563894569862f,-0.3991881777274467f,0.3790384315251734f,0.08126946897008983f,0.9583801736310721f,0.2736836060201548f,1.5936913141359712f,0.4345893530956603f,0.21303992963163065f,-0.8750691872980362f,-0.7475860421973666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6293162221983011f,0.1900563894569862f,-0.7535513660691173f,0.1717199302461705f,-0.04762936482199006f,0.9583801736310721f,0.28149402550947594f,1.5666770318012886f,0.7756884271952961f,0.21303992963163065f,-0.5940719251890616f,-0.4883730671170873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.20318310017509214f,-0.9081641170796841f,-0.36599803859053165f,0.18906837915051167f,-0.5239486624888726f,0.41661945591125793f,-0.742903781140148f,1.172222138460365f,0.8271604601764762f,0.04081868940920608f,-0.5604814071095982f,-0.06139969250353089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.391152534185136f,-0.5491314893780589f,-0.7385487813096578f,0.0814902950089403f,-0.42142566934084813f,0.8202804726609141f,-0.38670447552595705f,1.3236078241122493f,0.8181687480105581f,0.1599829789215781f,-0.5522728910911834f,-0.03485458952505488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.11147022859639961f,-0.8927652984404316f,-0.43651404334480853f,0.3674652644664825f,-0.6397771986156771f,0.4005860973879567f,-0.6559084651923337f,1.2212181589194628f,0.7604337737555737f,0.20615746525424078f,-0.6158243055058834f,-0.33959797472821135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.32425082476023304f,-0.5868359548863571f,-0.7419467397966825f,0.2527963558015613f,-0.5221691754473493f,0.7650400386754617f,-0.37689931206634386f,1.3623075454706972f,0.7887970302016509f,0.26521180455640625f,-0.5544925102009861f,-0.2933363395626413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9366726122336536f,0.02671833020881939f,-0.3491855499905977f,0.3057858846965332f,0.0029060378539052245f,0.9976440971276502f,0.06854057491987633f,2.0608420713532776f,0.3501941924638033f,0.06318533292788758f,-0.9345435470150212f,-0.2871362038224888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9366726122336536f,0.02671833020881939f,-0.3491855499905977f,0.3048351710675742f,0.0029060378539052245f,0.9976440971276502f,0.06854057491987633f,1.9424532616915382f,0.3501941924638033f,0.06318533292788758f,-0.9345435470150212f,-0.39578011018852555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9366726122336536f,0.02671833020881939f,-0.3491855499905977f,-0.24450927499073832f,0.0029060378539052245f,0.9976440971276502f,0.06854057491987633f,2.062549368592447f,0.3501941924638033f,0.06318533292788758f,-0.9345435470150212f,-0.08139711575000433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9366726122336536f,0.02671833020881939f,-0.3491855499905977f,-0.31571043453722136f,0.0029060378539052245f,0.9976440971276502f,0.06854057491987633f,1.9443785117697505f,0.3501941924638033f,0.06318533292788758f,-0.9345435470150212f,-0.16377645768125587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9220594698953957f,0.16696043140213185f,-0.3491855499905977f,0.20811013843148402f,0.15256628660007f,0.9859136462098077f,0.06854057491987633f,2.1696016221626486f,0.3557103627521799f,0.009924543480478203f,-0.9345435470150212f,-0.26607094540442533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9368257535202943f,0.020662991528254848f,-0.3491855499905977f,0.1004100816758857f,-0.0035429313779093974f,0.9976420386225232f,0.06854057491987633f,2.1792471502453616f,0.34977843726905794f,0.06544771618780154f,-0.9345435470150212f,-0.22512217023536193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9039991948267565f,0.2466878745101595f,-0.3491855499905977f,0.07939543209403714f,0.23791376193900315f,0.9688649191036304f,0.06854057491987633f,2.1748585142808503f,0.35522175838848563f,-0.02111542327247177f,-0.9345435470150212f,-0.21759206384015645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9359850704954324f,-0.044737003558848465f,-0.3491855499905977f,0.1068706695340047f,-0.07312629164834761f,0.9949646903581121f,0.06854057491987633f,2.184939235950779f,0.34436099267980597f,0.089687599216179f,-0.9345435470150212f,-0.22711865836447784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.931459950318688f,0.10223410698035794f,-0.3491855499905977f,0.1522580678913366f,0.08342078341805768f,0.9941544962849438f,0.06854057491987633f,2.2917760827513787f,0.3541515690297375f,0.034713468371201296f,-0.9345435470150212f,-0.269680575230475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.931459950318688f,0.10223410698035794f,-0.3491855499905977f,0.12925539382075613f,0.08342078341805768f,0.9941544962849438f,0.06854057491987633f,2.068091321087267f,0.3541515690297375f,0.034713468371201296f,-0.9345435470150212f,-0.27749110561399526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9400045355609187f,0.027835042248371897f,-0.3400245337441597f,-0.14110174957995053f,-0.13925200961873296f,0.8785582828024477f,0.4568853483494064f,2.1467304024819294f,0.3114487934509397f,0.47682339932331924f,-0.8219726850180051f,-0.0936470739885717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9240771599365706f,0.17454145334455298f,-0.3400245337441597f,-0.03290298982235483f,-0.00010079132799975521f,0.8895255860877469f,0.4568853483494064f,2.155706101933799f,0.3822059553757242f,0.4222315866436589f,-0.8219726850180051f,-0.13341648222238622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9642374000750185f,0.10606985009734071f,-0.2428897346470141f,-0.03582786378067188f,-0.1584252882132045f,0.5040266482724153f,0.849033901493832f,2.1839161509425526f,0.21247979751292181f,0.8571501179674439f,-0.4691971983263169f,-0.19860628019649187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8842668763259618f,0.3988441653526219f,-0.2428897346470141f,-0.058951432067976844f,0.005081397232914606f,0.5283139346225153f,0.849033901493832f,2.188265427935733f,0.4669542491881702f,0.7495383367432567f,-0.4691971983263169f,-0.1787656651783295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9357730573629899f,0.255603916082336f,-0.2428897346470141f,-0.08391156542021035f,-0.07762767093509051f,0.5226044190583881f,0.849033901493832f,2.268197505381008f,0.3439516387789365f,0.8133580142004007f,-0.4691971983263169f,-0.08780688731950335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9357730573629899f,0.09333863918865312f,-0.3400245337441597f,-0.10491275923765726f,-0.07762767093509051f,0.8861318881345117f,0.4568853483494064f,2.068817830550743f,0.3439516387789365f,0.45393631190462796f,-0.8219726850180051f,-0.18994255749804448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9366726122336536f,0.02671833020881939f,-0.3491855499905977f,0.009390221496735681f,0.0029060378539052245f,0.9976440971276502f,0.06854057491987633f,1.5550200830748377f,0.3501941924638033f,0.06318533292788758f,-0.9345435470150212f,-0.23689482883734286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5481793945363871f,0.049221956031269054f,-0.8349111033218901f,-0.009068012014990214f,-0.12383910834703381f,0.9824858601181549f,0.139231497556052f,1.1865878855305296f,0.8271416001202767f,0.17971848461509216f,-0.5324829007941226f,-0.30428926056800243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6102682690374136f,0.062485803960781294f,-0.7897266388500858f,0.29030045105569974f,-0.13496567600504852f,0.9741093038570097f,0.18137069895579094f,0.763777072676199f,0.7806131603467747f,0.2172707721774531f,-0.5860345599457715f,-0.24950384954197213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6102682690374136f,-0.6836133727994712f,-0.400306627893931f,0.05903246089470602f,-0.13496567600504852f,0.587646111674635f,-0.7977821217188203f,0.8820651031424425f,0.7806131603467747f,-0.4328334598473339f,-0.4508861163642181f,-0.4098530447675867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6240794832337859f,-0.10156040197470195f,-0.7747323946740501f,0.04426664891185929f,0.022630304390755078f,0.9887514465039202f,-0.14784602246792883f,0.559198362052234f,0.7810330773596165f,-0.10980009921280803f,-0.6147611489700899f,-0.09202584714195788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6240794832337859f,-0.385483879827582f,-0.6796520999744835f,-0.1092199911553605f,0.022630304390755078f,0.8605490582050976f,-0.5088646064971518f,0.8901147061238347f,0.7810330773596165f,-0.3329526945609448f,-0.5283273940037311f,-0.22425661124710528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.678299595326743f,-0.29317391602215453f,-0.6737645834739396f,-0.003179477898901961f,0.13696245195556891f,0.8504378766367238f,-0.5079337601852622f,1.058029848262975f,0.721907851275975f,-0.4368117133798675f,-0.536697849185414f,-0.30019054544198115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5281764091591981f,-0.5891467616273782f,-0.6115028814908957f,-0.011948223255756158f,-0.17691511280584366f,0.7806954600162692f,-0.5993460115583332f,1.019073431264959f,0.8305002851706862f,-0.20837632296870737f,-0.5165738905107865f,-0.29859302372573865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.62305579232945f,-0.39729430615213956f,-0.6737645834739396f,-0.005138359547290987f,0f,0.8613961314424745f,-0.5079337601852622f,1.0622770097443928f,0.7821773965314527f,-0.31647107140310526f,-0.536697849185414f,-0.3017509236412603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6086517043518406f,0.14738704614171078f,-0.779628219999264f,-0.0020918141213141536f,0.13578392698685338f,0.9874488302305128f,0.08066928069854645f,1.085791882202768f,0.7817325808495054f,-0.05676148611526321f,-0.621025205392147f,-0.29932414963491977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6254697234940748f,-0.03110407646956903f,-0.779628219999264f,-0.0027315545686544783f,-0.14955762995740626f,0.9854567380017769f,0.08066928069854645f,1.0756860367356562f,0.7657807390590136f,0.16705554152398697f,-0.621025205392147f,-0.29983374501963733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.62305579232945f,0.063097687956854f,-0.779628219999264f,-0.001884409684048568f,0f,0.9967409227836386f,0.08066928069854645f,1.0890682065322883f,0.7821773965314527f,0.050261462602279636f,-0.621025205392147f,-0.2991589383458104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6403430413191329f,-0.024748636081584976f,-0.7676902333925216f,-0.11466573170908426f,0.16803576351537194f,0.9707557269235657f,-0.1714564108597449f,1.1256386626771682f,0.7494830028853018f,-0.23879033409499834f,-0.6174580185962684f,-0.14129073019596883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5823625239263018f,-0.3102048219126741f,-0.7514165683482854f,0.11126631109412193f,-0.1861092522855493f,0.9506580909551592f,-0.2482187348191231f,1.1081102296937162f,0.7913388888080133f,-0.004707713204785219f,-0.6113596327011461f,-0.45673289606877887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.62305579232945f,-0.09864979226711068f,-0.7759315035042572f,-0.00028725493385959363f,0f,0.9920147359730763f,-0.12612201874481527f,0.9645606505660831f,0.7821773965314527f,-0.07858105431924062f,-0.6180805273241952f,-0.28730666605767624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.62305579232945f,-0.052201182778394355f,-0.7804335437186551f,-0.0070833333333332514f,0f,0.9977705149489993f,-0.06673829109595761f,1.1875f,0.7821773965314527f,-0.04158167883750534f,-0.6216666987545121f,-0.3027083333333333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49932793791796004f,-0.6723007676267925f,-0.5465192478431325f,1.2005888037193893f,0.3102156187183683f,0.7276929541420347f,-0.6117427845060524f,0.8052546296296297f,0.8089733495720225f,0.13592145651244364f,0.5719156208233502f,-1.231258271774242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14585071842708297f,-0.6723007676267925f,-0.7257680385513882f,1.219166701787707f,-0.3102156187183683f,0.7276929541420347f,-0.6117427845060524f,0.8052546296296297f,0.9394114316089003f,0.13592145651244364f,-0.31469273875012155f,-1.1393674441396886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1981642460620569f,-0.6723007676267925f,-0.7132619500794095f,1.3168670452654596f,0f,0.7276929541420347f,-0.6859030284902076f,0.9081400839031608f,0.9801688281019023f,0.13592145651244364f,0.1442027256222272f,-1.2069432668002993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5635618243490529f,-0.6576428614108418f,-0.4999039277418489f,-0.6382607482929085f,0.12532062790892337f,0.5300882778147987f,-0.83863052528742f,2.1812600365269863f,0.8165125904460266f,-0.5352684229045284f,-0.2163213005795277f,-0.7502653141610824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.14350812940725924f,-0.6576428614108418f,-0.7395345046915591f,-0.6032651549729855f,0.6093703968189184f,0.5300882778147987f,-0.5896389888771729f,2.1448973708804213f,0.7797904438211483f,-0.5352684229045284f,0.32467611425313636f,-0.8292724498847794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.373286328745845f,-0.6576428614108418f,-0.6543417941770259f,-0.5226116825063931f,0.387868433563361f,0.5300882778147987f,-0.7540321584444827f,2.2761835274703763f,0.842742781052768f,-0.5352684229045284f,0.057204199362856034f,-0.7983495119273594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009735246755147655f,0f,-0.000012221521820803948f,0.5261667216009027f,0f,0.000015625f,0f,1.3536225f,0.000012221521820803948f,0f,-0.000009735246755147655f,0.1312878892526293f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68.mcfunction new file mode 100644 index 000000000..e374fb679 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..97ef6bc23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4866081103824477f,-0.07947421118299933f,-0.6510305992127468f,-0.15486954608042047f,-0.26022050533192076f,0.7675074642426896f,0.10080687169534024f,1.3698965050496537f,0.6020317931465644f,0.26750810554643195f,-0.4826402158462718f,-0.568235779712188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4701852122021433f,0.11049038186781344f,-0.637744260453303f,-0.15486954608042047f,0.05221223702822511f,0.7921631151826843f,0.09874958859951698f,1.3698965050496537f,0.6451354497552696f,0.016415677225450315f,-0.47279041552287854f,-0.568235779712188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7825727294548314f,0.14431661427854192f,-0.18356765074826842f,-0.20689702138219074f,0.10978691404912153f,0.794032965190717f,0.15621436597974303f,1.3637297873453225f,0.20608542175911052f,0.12501523698358058f,-0.7802848415192707f,-0.5351086656558248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7623482495453706f,-0.16275570813043655f,-0.17982137216156907f,-0.20689702138219074f,-0.19830208428015103f,0.75977577578061f,0.15302631769444217f,1.3637297873453225f,0.13964751979629714f,0.1903978729081095f,-0.7643606610801019f,-0.5351086656558248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8150046129955646f,1.3072685299507734f,-0.26119479588287053f,-0.11552556613190595f,0.22623222615795097f,-0.43732721767686544f,-1.4828924892002895f,1.2583454930897018f,-1.313770417783704f,0.7356630650504055f,-0.41738878048778016f,0.41405502873091676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5679436215048447f,0.26422061719694645f,-0.7795046556884869f,-0.2603855438630843f,-0.4287840543029955f,0.9033857476690257f,-0.0061988453732459425f,1.3862394592309568f,0.7025555334402027f,0.33775976130459995f,0.6263657606191545f,0.25599477892327593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012099092839593373f,0.26422061719694645f,-0.9643863735041696f,-0.2328817688158459f,-0.3532824231518663f,0.9033857476690257f,0.24307554463668551f,1.4958734332981174f,0.9354384754992734f,0.33775976130459995f,0.1042746479210317f,-0.05088779243589572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.985161004251323f,0.14807733824077357f,0.08678074441978478f,0.5641942351947727f,0.1654305463380493f,0.9539351842347203f,0.25028063971742753f,1.5580078119412866f,-0.04572231447355907f,0.26092291232967224f,-0.9642762590568034f,-0.5175295249782887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9156249082510391f,0.14807733824077357f,-0.3737701556970586f,0.26000925185621027f,0.03252566900389839f,0.9539351842347203f,0.29824443856494476f,1.5577449782936117f,0.40071574494412454f,0.26092291232967224f,-0.8782631300329519f,-0.382115233016593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3551634591469074f,-0.9295825559745393f,-0.09866706094054561f,0.10693032595949578f,-0.6419935331962887f,0.31927305701603775f,-0.6970717455167578f,1.1776882386561895f,0.6794874690683772f,-0.18423079734799028f,-0.7101801128499553f,-0.004487563583193855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6182562038093955f,-0.6300816496282655f,-0.4698471892572295f,-0.014146528278661676f,-0.5162728588397258f,0.7762976720073419f,-0.3616963639040872f,1.3209834498831656f,0.592639520852813f,0.018948330736636876f,-0.8052449062773658f,-0.0059675322343079595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1765458847299724f,-0.9752413576736381f,-0.13317599208487413f,0.3875588521979055f,-0.7649830402556546f,0.22108846792103426f,-0.6049139091420745f,1.2277980465787433f,0.6193807380812929f,-0.004917685960803886f,-0.7850753579489449f,-0.19073780119746514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4994510448120807f,-0.7278683079489093f,-0.4698471880512989f,0.24814699953216438f,-0.6432321771588911f,0.6748541768151044f,-0.3616962901422149f,1.3520726029181864f,0.5803456040184622f,0.12157123968603711f,-0.8052449401130357f,-0.17297597463203965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9820462361939528f,0.023068675417616015f,-0.1872245341609043f,0.314042359743483f,0.009265075809690715f,0.9971951007891111f,0.07427037991309457f,2.0575172805546758f,0.18841270750013528f,0.07120229755191466f,-0.9795054285075695f,-0.21514267514173083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9820462361939528f,0.023068675417616015f,-0.1872245341609043f,0.3304332090959694f,0.009265075809690715f,0.9971951007891111f,0.07427037991309457f,1.939483300730026f,0.18841270750013528f,0.07120229755191466f,-0.9795054285075695f,-0.32293707278955985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9820462361939528f,0.023068675417616015f,-0.1872245341609043f,-0.2629098040204643f,0.009265075809690715f,0.9971951007891111f,0.07427037991309457f,2.062960512592869f,0.18841270750013528f,0.07120229755191466f,-0.9795054285075695f,-0.10445020948540135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9820462361939528f,0.023068675417616015f,-0.1872245341609043f,-0.3201724223825243f,0.009265075809690715f,0.9971951007891111f,0.07427037991309457f,1.945621413453946f,0.18841270750013528f,0.07120229755191466f,-0.9795054285075695f,-0.19811365407072024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9672946736701594f,0.17113733694776279f,-0.1872245341609043f,0.21511947612285467f,0.1597802706131869f,0.9843547001921317f,0.07427037991309457f,2.1669136428912936f,0.19700578522499382f,0.041926556167738466f,-0.9795054285075695f,-0.2102721557380298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9821574488576281f,0.017712127531950686f,-0.1872245341609043f,0.10216815051139833f,0.003826109407387618f,0.9972308015471482f,0.07427037991309457f,2.1774038298316336f,0.18802155871143691f,0.07222886530968498f,-0.9795054285075695f,-0.18788701232612628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9486982236890596f,0.25479139345247825f,-0.1872245341609043f,0.08015369711681286f,0.24496442346691474f,0.9666831652113773f,0.07427037991309457f,2.1731815687316454f,0.19991025887819067f,0.024596827426676876f,-0.9795054285075695f,-0.18399927803207344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9810004982344068f,-0.05084285861434294f,-0.1872245341609043f,0.10891891125578691f,-0.06574651502778586f,0.9950684933356427f,0.07427037991309457f,2.1830436837613965f,0.18252511669780333f,0.08516864034758452f,-0.9795054285075695f,-0.1887497272401922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9768763296125954f,0.10324538948958578f,-0.1872245341609043f,0.16167805625429219f,0.09072594110564271f,0.993102569867816f,0.07427037991309457f,2.2895906889406685f,0.19360124031916545f,0.05556685406862327f,-0.9795054285075695f,-0.22265920729525765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9768763296125954f,0.10324538948958578f,-0.1872245341609043f,0.13844784361913542f,0.09072594110564271f,0.993102569867816f,0.07427037991309457f,2.0661426107204104f,0.19360124031916545f,0.05556685406862327f,-0.9795054285075695f,-0.23516174946069787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9782266493092379f,-0.06885361122367166f,-0.19578509341285544f,-0.16075261784671324f,-0.1369712784501072f,0.9229230125237557f,0.35979436048084323f,2.1545559444403946f,0.15592142720281965f,0.3787773662397679f,-0.9122588532667144f,-0.10832382967594217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.976954133820046f,0.08502245355929716f,-0.19578509341285544f,-0.04736534044427666f,0.009092033015891107f,0.932987327406873f,0.35979436048084323f,2.1629107489126844f,0.21325561035424423f,0.3497225032635707f,-0.9122588532667144f,-0.12936339218310244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9802292023317188f,-0.07981469571561883f,-0.18105337678139433f,-0.03550674377974407f,-0.1842720101662037f,0.7015432788546417f,0.6883900450785044f,2.173819390944109f,0.07207313761332204f,0.7081430944672849f,-0.7023808230531848f,-0.1813389650493215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9569174677173732f,0.22699919544664576f,-0.18105337678139433f,-0.062156063046170204f,0.041535699416232155f,0.7241504895467651f,0.6883900450785044f,2.180808798836104f,0.28737387781664203f,0.651212280102085f,-0.7023808230531848f,-0.16761935918926124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9806467234805324f,0.07450958651710923f,-0.18105337678139433f,-0.10716457071386824f,-0.07225776840899271f,0.7217326102798511f,0.6883900450785044f,2.2777605063368553f,0.1819637838457104f,0.6881499551519874f,-0.7023808230531848f,-0.10548848778489806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9806467234805324f,-0.00044824570895767024f,-0.19578509341285544f,-0.10706371542935277f,-0.07225776840899271f,0.9302294518401005f,0.35979436048084323f,2.068458879672833f,0.1819637838457104f,0.36697815467007167f,-0.9122588532667144f,-0.18805857258566405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9820462361939528f,0.023068675417616015f,-0.1872245341609043f,0.009720134635891386f,0.009265075809690715f,0.9971951007891111f,0.07427037991309457f,1.553917306669918f,0.18841270750013528f,0.07120229755191466f,-0.9795054285075695f,-0.2174917938776757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8393392889946434f,0.007630766042832582f,-0.5435543481194554f,0.006858597369829168f,-0.09948528971206642f,0.9808581034572204f,0.16739192935506542f,1.1860955178734602f,0.5344270156727414f,0.1945742847652396f,-0.8225135941899216f,-0.29045715066464056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8377121750907648f,-0.0002224942401699015f,-0.5461119502455638f,0.25216550365644397f,-0.14985886397263798f,0.9617062206814935f,0.22948521954877382f,0.6962922217991181f,0.5251482006001073f,0.27408227888506703f,-0.8056663526594853f,-0.18797999141550573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8377121750907648f,-0.450069749382333f,-0.3093146171709705f,0.09550117954253945f,-0.14985886397263798f,0.7341013209117695f,-0.6622971927499208f,0.8837757845574645f,0.5251482006001073f,-0.5084608847556705f,-0.6824125556288883f,-0.3843884297691148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8457773251510514f,0.006858219166419294f,-0.5334919690962537f,-0.046007943032632434f,0.057879824526509284f,0.9951955407698165f,-0.0789668382591901f,0.5497803059873545f,0.5303872567974397f,-0.0976667827960866f,-0.8421107749964661f,-0.1020142920599646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8457773251510514f,-0.1948459994950238f,-0.4966847619377083f,-0.12449714183248566f,0.057879824526509284f,0.8919280789773366f,-0.4484576098636063f,0.8931231646891283f,0.5303872567974397f,-0.40804330458002025f,-0.7430948926041032f,-0.2646445361369262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8797439262141166f,-0.09914199360059825f,-0.464996225139807f,0.00772413987448169f,0.1585908154040243f,0.8608140820121302f,-0.4835784005506246f,1.0550580029177856f,0.44821822537560635f,-0.49916929123746456f,-0.7415729506438525f,-0.2898120950283219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.769633471766417f,-0.4864672464144161f,-0.4135383141895651f,-0.0018509346599883403f,-0.1931766969079071f,0.7947448830399318f,-0.5753810343186466f,1.0177037022453885f,0.6085614865471872f,-0.3629465374512076f,-0.7056363993188397f,-0.29258216102305745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8472204500237804f,-0.25689690474436044f,-0.464996225139807f,0.005586677346725878f,0f,0.8753010513651287f,-0.4835784005506246f,1.062340781196722f,0.5312414790483732f,-0.4096975101362802f,-0.7415729506438525f,-0.29322090634312764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8266455254525874f,0.19985626716181593f,-0.5260367360986878f,0.007829166627994329f,0.14785669449103825f,0.9791014986681611f,0.13963757803666169f,1.0831512010893956f,0.5429508017706571f,0.03765272608863632f,-0.8389199598738218f,-0.28964459904601475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8477715450872414f,-0.0675926002978952f,-0.5260367360986878f,0.0072554208408688635f,-0.16449581419362283f,0.9764437894281639f,0.13963757803666169f,1.0754926022389228f,0.5042068369758275f,0.20491160648469053f,-0.8389199598738218f,-0.29055960508966633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8472204500237804f,0.0741812734869288f,-0.5260367360986878f,0.008240640879367137f,0f,0.9902026796570768f,0.13963757803666169f,1.0886437315781183f,0.5312414790483732f,0.11830381170445131f,-0.8389199598738218f,-0.2889883825904666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8490058880565591f,0.09213138181089697f,-0.5202891604972261f,-0.14996521061703555f,0.18541778026724545f,0.9740108502012761f,-0.13008885598295944f,1.1252841956811936f,0.49478202150650247f,-0.20691706593657855f,-0.844023743160189f,-0.1765823118036165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8104458608679628f,-0.27787260616160103f,-0.5157172881986278f,0.1683407964679514f,-0.20333517102869f,0.9590445742331097f,-0.19720119892324894f,1.1145637498717953f,0.5493926781681023f,-0.05495743242722667f,-0.8337549794731585f,-0.39837342955151367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8472204500237804f,-0.021221237744359994f,-0.5308174527369088f,0.0014180432878139627f,0f,0.9992018200231204f,-0.03994650000292552f,0.9640625614693532f,0.5312414790483732f,-0.03384349170935351f,-0.8465442156245686f,-0.28442759264143375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8472204500237804f,0.00039405626349779113f,-0.5312413328998077f,0.008125000000000035f,0f,0.9999997248924054f,0.0007417648640758897f,1.1875f,0.5312414790483732f,0.0006284383619542036f,-0.8472202169470003f,-0.2884375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46471184320392667f,-0.6927322185626579f,-0.5515115376411152f,1.2554225438155857f,0.3791216177142362f,0.718536099626619f,-0.5830717558886779f,0.808828125f,0.8001935401937145f,0.06187040406061195f,0.5965419946102931f,-0.9692630580287751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31555142524313606f,-0.6927322185626579f,-0.6484977805608f,1.2637624957603937f,-0.3791216177142362f,0.718536099626619f,-0.5830717558886779f,0.808828125f,0.8698816568986646f,0.06187040406061195f,-0.4893648496700703f,-0.8758847537950919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.0889594874112844f,-0.6927322185626579f,-0.7156872801473977f,1.3669456118100993f,0f,0.718536099626619f,-0.695489664576955f,0.9131515746865433f,0.9960352451592874f,0.06187040406061195f,0.0639206031092876f,-0.9321619963783266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9629922986652768f,-0.22258588664892975f,-0.15199130164610153f,-0.5656182713748221f,-0.0024996207751739052f,0.5712657747007124f,-0.8207613334895687f,2.2708835912832344f,0.2695173178245635f,-0.7900069225774573f,-0.5506809218343673f,-0.5786390513914188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.45064937283270173f,-0.22258588664892975f,-0.8645060241723029f,-0.4914126145578377f,0.6582771024296783f,0.5712657747007124f,-0.49023124244827726f,2.236460158716766f,0.6029812593955797f,-0.7900069225774573f,-0.11091737058466522f,-0.6244387270092846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7915270060478335f,-0.22258588664892975f,-0.569157730125545f,-0.4431417834474981f,0.367183280708997f,0.5712657747007124f,-0.7340516691782485f,2.3637796253767376f,0.48852987325723585f,-0.7900069225774573f,-0.37044247220717613f,-0.5459725183692753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001323781953162157f,0f,-0.000008300648110130832f,0.36723870324770996f,0f,0.000015625f,0f,1.3536225f,0.000008300648110130832f,0f,-0.00001323781953162157f,0.2978607947663806f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69.mcfunction new file mode 100644 index 000000000..40c73ed10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..f6d6cbf80 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7246191934283374f,-0.15732156892061777f,-0.34223002923774165f,-0.001357852709970922f,-0.22971206804040797f,0.7726334046008642f,0.1312037817134882f,1.3748185076566777f,0.298502654521378f,0.21267813825515064f,-0.7298003968185125f,-0.5985808220425869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7147740731293529f,0.12926065229432473f,-0.33524574292676734f,-0.001357852709970922f,0.08174471039922697f,0.7853654118843788f,0.12852615351525376f,1.3748185076566777f,0.34987973177053416f,0.0805782451045302f,-0.7149065111691552f,-0.5985808220425869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7992103066953817f,0.11137068595068703f,0.1257135650086805f,-0.05931862286445169f,0.13519320298195614f,0.7892996306966118f,0.16022900890324504f,1.3712233638348323f,-0.09965002751528924f,0.17761505492922045f,-0.7908648485823204f,-0.5910172124605576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7650551127109173f,-0.1988095798297104f,0.12314798204931968f,-0.05931862286445169f,-0.17353435951327748f,0.7650161365899255f,0.15695902912970944f,1.3712233638348323f,-0.15676894010996606f,0.1233898769144309f,-0.7747247496316608f,-0.5910172124605576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5608669582301202f,-0.020795269797035092f,-0.06832382790446564f,-0.5787115965077637f,-0.0712392490466282f,-0.5591579834677738f,-1.4572829405848144f,1.2942934229726493f,-0.005055502024820235f,1.458874962523629f,-0.559521702546877f,0.2457757857030659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2621679800950094f,0.048173946288249545f,-0.9638190811101011f,-0.525150394123054f,-0.4064623021556345f,0.9003270704116342f,0.1555620879595863f,1.4186976966960596f,0.8752464493725435f,0.43253952094926684f,-0.2164560363624316f,0.03606424411492626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6684614601944863f,0.048173946288249545f,-0.7421849817489383f,-0.2843294308783799f,-0.2927109229262961f,0.9003270704116342f,0.3220737211938291f,1.5062986980783304f,0.683724792467182f,0.43253952094926684f,-0.5877329078609497f,-0.16710391102291047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8191724004002237f,0.09799506697293245f,0.5651137454278619f,0.6363343898419556f,0.2386536339381607f,0.9541858431409039f,0.18048218681518896f,1.512456034445181f,-0.5215371716672228f,0.28271247513764375f,-0.8050295863947493f,-0.22271514382478025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9886619265196075f,0.09799506697293245f,0.11377417061666009f,0.3059014294632509f,0.12581895428061957f,0.9541858431409039f,0.2714755375594894f,1.5436267663302337f,-0.08195843943285985f,0.28271247513764375f,-0.9556968507886157f,-0.24777273359493743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5858325457135312f,-0.7853792799391125f,0.1999490310682323f,-0.0014493134925510909f,-0.6533944518383483f,0.3117553053011747f,-0.6898436923850475f,1.1774202592541565f,0.4794537711705562f,-0.5347784740047907f,-0.6957988682452991f,0.023854590918776043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8089121047141329f,-0.57946979430618f,-0.09937788654275787f,-0.11072101171585207f,-0.516860911103325f,0.781458355165279f,-0.3495391790855752f,1.3217590809783615f,0.2802070759641745f,-0.23138192805215005f,-0.9316364086651384f,-0.025352248145159184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3807736467884735f,-0.9016405898393433f,0.20507480748636103f,0.3343058634908137f,-0.7792868081126915f,0.1935366217832542f,-0.596033259751718f,1.2175417200182164f,0.497718294432644f,-0.386765850073254f,-0.7763302625842774f,-0.02643982610600449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6863082318415304f,-0.7206707954249265f,-0.09805414589988531f,0.1985672509367657f,-0.6529841423403531f,0.6699187502237358f,-0.3532995583788654f,1.340943363445299f,0.32030098463567924f,-0.1784445928580401f,-0.9303573542038256f,-0.0657129207306609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9996885519390505f,0.020784656055730606f,-0.013812935772281987f,0.3140911674776395f,0.019542726276202887f,0.9962181752979392f,0.08466067006431101f,2.0523426029812164f,0.015520340579304806f,0.08436436023991231f,-0.9963140939230021f,-0.14367011915176417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9996885519390505f,0.020784656055730606f,-0.013812935772281987f,0.3476864434397361f,0.019542726276202887f,0.9962181752979392f,0.08466067006431101f,1.9350194166521453f,0.015520340579304806f,0.08436436023991231f,-0.9963140939230021f,-0.24820212325875857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9996885519390505f,0.020784656055730606f,-0.013812935772281987f,-0.2732258567865527f,0.019542726276202887f,0.9962181752979392f,0.08466067006431101f,2.0638239546684853f,0.015520340579304806f,0.08436436023991231f,-0.9963140939230021f,-0.1345519190614226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9996885519390505f,0.020784656055730606f,-0.013812935772281987f,-0.3146072222198848f,0.019542726276202887f,0.9962181752979392f,0.08466067006431101f,1.9479664728101298f,0.015520340579304806f,0.08436436023991231f,-0.9963140939230021f,-0.23791989762496915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9846959529438556f,0.17373279213016374f,-0.013812935772281987f,0.21719664569821617f,0.171973725824649f,0.9814568806474642f,0.08466067006431101f,2.1627208612782893f,0.02826513544953099f,0.08098955715650616f,-0.9963140939230021f,-0.15490342896267406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997505081506924f,0.017553468539949033f,-0.013812935772281987f,0.1022172644741646f,0.01632276180157098f,0.9962761356127283f,0.08466067006431101f,2.1746408547401743f,0.015247586681220823f,0.08441408265678167f,-0.9963140939230021f,-0.15229646248747064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.965807077017339f,0.2588935935641793f,-0.013812935772281987f,0.07981052937695633f,0.25685891728522825f,0.9627336430993375f,0.08466067006431101f,2.1707018487527177f,0.035216283084447034f,0.07821789856614278f,-0.9963140939230021f,-0.1523205272815626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9985396342274475f,-0.05222836089966973f,-0.013812935772281987f,0.10908624535190638f,-0.05321370972156639f,0.9949878753240821f,0.08466067006431101f,2.180190670654913f,0.009322015585924184f,0.08527207207405657f,-0.9963140939230021f,-0.15192010492645933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9944162700458513f,0.10462067039283976f,-0.013812935772281987f,0.16826451501358533f,0.10309183534603344f,0.9910623817042238f,0.08466067006431101f,2.2862402538187485f,0.022546737082840516f,0.08276394684465317f,-0.9963140939230021f,-0.1750947212528693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9944162700458513f,0.10462067039283976f,-0.013812935772281987f,0.14472486417519642f,0.10309183534603344f,0.9910623817042238f,0.08466067006431101f,2.0632512179352984f,0.022546737082840516f,0.08276394684465317f,-0.9963140939230021f,-0.19371660929291623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913003825157634f,-0.1293039340057707f,-0.024577312195040092f,-0.17178402127750958f,-0.1312706552855567f,0.9577115217477163f,0.25604034090856487f,2.161722922248605f,-0.009569048280875537f,0.2570391677591274f,-0.9663536099962029f,-0.1310088653488319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9993234215821097f,0.02736155702244681f,-0.024577312195040092f,-0.05640120812091936f,0.020164593879641604f,0.9664557584189227f,0.25604034090856487f,2.1691396078548246f,0.03075854728517255f,0.2553715180207307f,-0.9663536099962029f,-0.13197831245408684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9773975878353998f,-0.20801815920052252f,-0.03771472837457711f,-0.03467484625935888f,-0.20093704130344134f,0.8586270609156942f,0.47157594902146593f,2.168143928747128f,-0.06571347446118789f,0.4684954809879207f,-0.8810185716363393f,-0.16275127830220557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9938414912535765f,0.10419543908683931f,-0.03771472837457711f,-0.06339791646721923f,0.07422787115645638f,0.8786958219134108f,0.47157594902146593f,2.1773334877805177f,0.08227583731842467f,0.46587226041632535f,-0.8810185716363393f,-0.15660287463896383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979054110840236f,-0.05255844168977645f,-0.03771472837457711f,-0.11866112463812646f,-0.0641443079456803f,0.8794894155489728f,0.47157594902146593f,2.2851574010969884f,0.008384407396799385f,0.47300737641655105f,-0.8810185716363393f,-0.13199340347375668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979054110840236f,-0.05983933701582343f,-0.024577312195040092f,-0.10519727380956621f,-0.0641443079456803f,0.9645355626339528f,0.25604034090856487f,2.068136899504349f,0.008384407396799385f,0.25708053633037076f,-0.9663536099962029f,-0.18983652414809002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9996885519390505f,0.020784656055730606f,-0.013812935772281987f,0.009543313197136971f,0.019542726276202887f,0.9962181752979392f,0.08466067006431101f,1.55248659794012f,0.015520340579304806f,0.08436436023991231f,-0.9963140939230021f,-0.20387848590836438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9897224404883769f,-0.035635957160518955f,-0.13849032222861263f,0.02290679713233158f,-0.06138970389420041f,0.9805523866413896f,0.1864090161651454f,1.1847794529495987f,0.12915415227360558f,0.19299506628183194f,-0.9726623819914891f,-0.2762516357640514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9684205488280975f,-0.10341983443672825f,-0.22686114354945455f,0.2136860019001067f,-0.16656703987732527f,0.9454262169747344f,0.28004408489262544f,0.6343844146067201f,0.1855183598299426f,0.3089880355319963f,-0.9327965116058731f,-0.1679780140392443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9684205488280975f,-0.23512084292366497f,-0.08294473961832534f,0.1347004110625159f,-0.16656703987732527f,0.8576735783238253f,-0.4864683486843834f,0.8870197054861131f,0.1855183598299426f,-0.45729008546880884f,-0.8697521002549735f,-0.3534613090062034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9735871783408685f,0.0948465022073305f,-0.20768280426963814f,-0.11528217384698491f,0.09732252103020768f,0.9952514210893251f,-0.0017133942931562007f,0.5434951458364677f,0.20653409662956562f,-0.021880352801403602f,-0.9781947235038102f,-0.16065116819632796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9735871783408685f,0.00896113367121476f,-0.22813965953685605f,-0.1131807229786223f,0.09732252103020768f,0.9201906418234366f,-0.3791800490543993f,0.8979999244889774f,0.20653409662956562f,-0.39136796085512476f,-0.8967579306287238f,-0.31779400167518923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9776757019356411f,0.11076775796306584f,-0.17855174499423687f,0.021901302926127082f,0.18177201695618f,0.8721211206054656f,-0.4542726987675455f,1.0526817952644498f,0.10539997958412298f,-0.4765870904564061f,-0.872786107539507f,-0.28232158253188916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9305613717462291f,-0.33711721631916514f,-0.1428548769730793f,0.013745821172827903f,-0.2102068990732531f,0.8113712459295536f,-0.5454262194474438f,1.0175570229200572f,0.2997809083243689f,-0.4775234902493711f,-0.8258951042743111f,-0.28984814694432864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9797089123139178f,-0.09104790767608671f,-0.17855174499423687f,0.02083275456520634f,0f,0.8908626803017685f,-0.4542726987675455f,1.0631370586652136f,0.20042566485527794f,-0.44505501160346006f,-0.872786107539507f,-0.2875447975986242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9599252764240462f,0.20008219109635f,-0.19624112843209524f,0.02172227909289536f,0.15979111653913755f,0.9659949313402848f,0.20327467058159057f,1.0807979046641718f,0.23023957687025526f,0.1637709053249754f,-0.9592543082059333f,-0.2831966762733038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9706384197191611f,-0.13910599439559584f,-0.19624112843209524f,0.021512913251647656f,-0.17905305378076655f,0.9626107272577674f,0.20327467058159057f,1.0757663067639185f,0.16062709017121485f,0.23244377834539834f,-0.9592543082059333f,-0.2842200860284995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9797089123139178f,0.04074146099955289f,-0.19624112843209524f,0.02204104330164186f,0f,0.9791217535628273f,0.20327467058159057f,1.0884586257915847f,0.20042566485527794f,0.19915000641645997f,-0.9592543082059333f,-0.2816385118712491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9641822177367531f,0.18596312115685315f,-0.1891305595873862f,-0.1652775099888966f,0.20446112118815343f,0.9753195266242715f,-0.08335149013599255f,1.125516078411482f,0.16896242458818922f,-0.11903587087516429f,-0.9784079724339289f,-0.23058544984499382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9487820906813369f,-0.24672539145642391f,-0.1973299916713775f,0.21092500063201813f,-0.22197644715641118f,0.965045869809836f,-0.139330276935038f,1.1220019627094828f,0.22480881057060137f,-0.08839146097701844f,-0.970385463780337f,-0.32503965820941755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9797089123139178f,0.010493350261355717f,-0.2001507849921471f,0.012370112623685715f,0f,0.9986285196392921f,0.05235532220353461f,0.9646733845854691f,0.20042566485527794f,0.05129297576986959f,-0.9783652607814688f,-0.28877689654426647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9797089123139178f,0.01481060624199277f,-0.19987769529245838f,0.023333333333333456f,0f,0.9972659710860122f,0.07389575707625626f,1.1875f,0.20042566485527794f,0.0723963317897925f,-0.97703035982036f,-0.27416666666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43945778591772516f,-0.6959586440327804f,-0.5679070524234968f,1.278174234149013f,0.44310217135866237f,0.7179103348495812f,-0.5369033589514974f,0.816689814814815f,0.7813688758413209f,-0.01569448668213433f,0.623872072587205f,-0.7330651694151942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47423426137426755f,-0.6959586440327804f,-0.5392062973805631f,1.2760606255926288f,-0.44310217135866237f,0.7179103348495812f,-0.5369033589514974f,0.816689814814815f,0.7607643071780124f,-0.01569448668213433f,-0.6488384637270997f,-0.6393389982628933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.022545157934764914f,-0.6959586440327804f,-0.7177278604385857f,1.3847766089366087f,0f,0.7179103348495812f,-0.6961355838600423f,0.9211101523938213f,0.9997458256245416f,-0.01569448668213433f,-0.016185401882183897f,-0.6837742735567162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.859665245392324f,0.25954910135949916f,0.44001128377353227f,-0.6283897966706365f,-0.15661817943213055f,0.6859387693104986f,-0.7106044966281622f,2.3589913916918515f,-0.486257556996208f,-0.679795755164943f,-0.5490276127152481f,-0.46647780946849104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7008251557618984f,0.25954910135949916f,-0.6644383831739308f,-0.5387746605897095f,0.6180918661892326f,0.6859387693104986f,-0.3839927729886468f,2.3324900897896312f,0.35609906767923805f,-0.679795755164943f,-0.6411483332721862f,-0.4590031266869753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9558947848632228f,0.25954910135949916f,-0.13747517686756944f,-0.5629609521000376f,0.2826805536236827f,0.6859387693104986f,-0.6705070539224826f,2.446316798829114f,-0.07972994966950192f,-0.679795755164943f,-0.7290547759842354f,-0.35338225168009785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015307951754904964f,0f,-0.000003131651013363718f,0.15405492884671135f,0f,0.000015625f,0f,1.3536225f,0.000003131651013363718f,0f,-0.000015307951754904964f,0.40082978278524495f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..d6a3ba1ce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7067971565906003f,-0.12462740859494867f,-0.3896796542120134f,0.03711828873380352f,-0.14013686688918253f,0.8045472617430927f,-0.003131549874938922f,1.3173669633977518f,0.3843746641213103f,0.06415728402171811f,-0.7176938100144313f,-0.3212934561328042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6863885104644364f,0.15216866926940323f,-0.3817270082076866f,0.03711828873380352f,0.17477615466573712f,0.7806688704827623f,-0.00306764069381772f,1.3173669633977518f,0.3719194919101049f,-0.08602796494133172f,-0.7030469975651573f,-0.3212934561328042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,0.12955232821402396f,0.3321682585119036f,-0.03364545423573986f,0.14038399455345657f,0.8045036864682018f,-0.0032552997915188658f,1.3173362360499759f,-0.3277375348990714f,0.054170630029965555f,-0.7460550217677521f,-0.32833560081440505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,-0.15818194093365764f,0.3253893144606403f,-0.03364545423573986f,-0.17453616277019265f,0.7807220754050822f,-0.003188865101896032f,1.3173362360499759f,-0.31691775003644307f,-0.07383437233187619f,-0.7308294090786144f,-0.32833560081440505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1338017950635264f,0.07228280985626945f,1.5550815171678496f,-0.6371029327471488f,1.4602534606081365f,0.5468281287301338f,0.10022513862031333f,1.155384163239957f,-0.5395953673075216f,1.461903021075195f,-0.114379397408268f,0.3115503500686534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.41160402997211043f,-0.9067995511607149f,-0.09108620381508926f,-0.5576937706887259f,-0.6273617229344959f,0.35441570100238873f,-0.6934023215130204f,1.3103891157328247f,0.661059294698576f,-0.2282631921657791f,-0.7147702595903873f,0.1326593129151625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6994300856012049f,-0.7142959411349807f,0.024059589231390285f,-0.2984375f,-0.6282892476723384f,0.5984703270430038f,-0.4970773470078544f,1.5241328215106433f,0.3406613811620243f,-0.36278723258561907f,-0.8673726115445712f,0.011341650899239693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6572673988660672f,0.7218864565375619f,0.21651676668442274f,0.41089398179585124f,0.29004342172132214f,0.02287641242531155f,-0.956740029093972f,1.4327041092115542f,-0.6956107962819593f,0.6916332941828276f,-0.19434249785826305f,0.3108177046503861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2490613948406406f,0.8878945713418178f,0.38679665430528776f,0.2984375f,0.2970441955843731f,0.45016584592212966f,-0.8420899340538671f,1.5241328215106433f,-0.9218097241132074f,-0.09483639252387832f,-0.3758628622029445f,0.011341650899239766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.497499323768871e-17f,9.68315455604583e-17f,-0.15625000000000003f,0f,0.7906895737438433f,-0.6122172800344492f,1.2029406647121228f,-1.2246467991473532e-16f,-0.6122172800344492f,-0.7906895737438433f,0.2673111556354148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.221203348617999e-17f,1.181523707984897e-16f,-0.15625000000000003f,0f,0.9647873238288129f,-0.2630312144579748f,1.3821943428396628f,-1.2246467991473532e-16f,-0.2630312144579748f,-0.9647873238288129f,0.21196288215061448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.169451884825358e-17f,1.0578933864384e-16f,0.15624999999999997f,0f,0.8638355052043958f,-0.5037739770455263f,1.1947233983875547f,-1.2246467991473532e-16f,-0.5037739770455263f,-0.8638355052043958f,0.21903094314600907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.343512749254889e-19f,1.2246351413924705e-16f,0.15624999999999997f,0f,0.9999904807207345f,-0.004363309284746597f,1.3821943428396628f,-1.2246467991473532e-16f,-0.004363309284746597f,-0.9999904807207345f,0.2119628821506145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.9685286845345902e-17f,1.2087219410780557e-16f,0.29375f,0f,0.986996366560232f,0.16074256560382608f,2.0680549267118855f,-1.2246467991473532e-16f,0.16074256560382608f,-0.986996366560232f,0.11461545538853163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.9685286845345902e-17f,1.2087219410780557e-16f,0.33125f,0f,0.986996366560232f,0.16074256560382608f,1.9597499964172151f,-1.2246467991473532e-16f,0.16074256560382608f,-0.986996366560232f,0.001991725323031622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.9685286845345902e-17f,1.2087219410780557e-16f,-0.29375f,0f,0.986996366560232f,0.16074256560382608f,2.0680549267118855f,-1.2246467991473532e-16f,0.16074256560382608f,-0.986996366560232f,0.11461545538853155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.9685286845345902e-17f,1.2087219410780557e-16f,-0.33125f,0f,0.986996366560232f,0.16074256560382608f,1.9597499964172151f,-1.2246467991473532e-16f,0.16074256560382608f,-0.986996366560232f,0.0019917253230315388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877403530770759f,0.15569065189484854f,0.011376107230962315f,0.19480121720469634f,0.15234990534197412f,0.9455235288237074f,0.2877060353608444f,2.1697730247201132f,0.034036763146115825f,0.28591200980952336f,-0.957651200281822f,0.12321161898308725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999350141104881f,-0.000742792116062943f,0.011376107230962315f,0.07961620523783826f,0.0025617577825527427f,0.957715341118648f,0.2877060353608444f,2.1797193648839306f,-0.011108778192113153f,0.2877164813594526f,-0.957651200281822f,0.1248314833417295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.970760299080112f,0.23898869835400688f,0.02255756611314995f,0.05720602831842167f,0.22702681080475484f,0.8834966935324248f,0.4097467750856558f,2.177397113283291f,0.07799531335736584f,0.40288707422344844f,-0.9119203564555164f,0.10697707650687581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970994774557088f,-0.07268967098978614f,0.02255756611314995f,0.08627632898761912f,-0.057100164986024896f,0.9104104302266499f,0.4097467750856558f,2.186329410754123f,-0.050321001740041164f,0.40727025458032523f,-0.9119203564555164f,0.11170965570801157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08418598282936914f,0.02255756611314995f,0.14444227548943622f,0.0860224014167969f,0.908134200854363f,0.4097467750856558f,2.2942944656253697f,0.01400963769636551f,0.41012802090769257f,-0.9119203564555164f,0.12739130502963786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0864101132863834f,0.011376107230962315f,0.12499999999999999f,0.0860224014167969f,0.9538476732012466f,0.2877060353608444f,2.0796787391550895f,0.01400963769636551f,0.2875898270982518f,-0.957651200281822f,0.06268359393253128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877403530770759f,-0.1556906518948486f,-0.01137610723096208f,-0.19480121720469637f,-0.15234990534197412f,0.9455235288237074f,0.2877060353608444f,2.1697730247201132f,-0.034036763146116075f,0.28591200980952336f,-0.957651200281822f,0.1232116189830872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999350141104881f,0.0007427921160628875f,-0.01137610723096208f,-0.07961620523783829f,-0.0025617577825527427f,0.957715341118648f,0.2877060353608444f,2.1797193648839306f,0.011108778192112912f,0.28771648135945266f,-0.957651200281822f,0.1248314833417295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970760299080112f,-0.23898869835400693f,-0.02255756611314972f,-0.05720602831842171f,-0.22702681080475484f,0.8834966935324248f,0.4097467750856558f,2.177397113283291f,-0.07799531335736609f,0.4028870742234484f,-0.9119203564555164f,0.10697707650687577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970994774557088f,0.07268967098978606f,-0.02255756611314972f,-0.08627632898761914f,0.057100164986024896f,0.9104104302266499f,0.4097467750856558f,2.186329410754123f,0.05032100174004093f,0.4072702545803253f,-0.9119203564555164f,0.11170965570801153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08418598282936922f,-0.02255756611314972f,-0.14444227548943625f,-0.0860224014167969f,0.908134200854363f,0.4097467750856558f,2.2942944656253697f,-0.014009637696365753f,0.41012802090769257f,-0.9119203564555164f,0.1273913050296378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638346f,-0.01137610723096208f,-0.125f,-0.0860224014167969f,0.9538476732012466f,0.2877060353608444f,2.0796787391550895f,-0.014009637696365753f,0.2875898270982518f,-0.957651200281822f,0.06268359393253126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.9685286845345902e-17f,1.2087219410780557e-16f,-1.3650728244818294e-18f,0f,0.986996366560232f,0.16074256560382608f,1.568819896117851f,-1.2246467991473532e-16f,0.16074256560382608f,-0.986996366560232f,0.011146665515577615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.343512749254889e-19f,1.2246351413924705e-16f,-1.5654545525788877e-18f,0f,0.9999904807207345f,-0.004363309284746597f,1.1938234658475757f,-1.2246467991473532e-16f,-0.004363309284746597f,-0.9999904807207345f,0.01278290649735759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9930684569549263f,-0.11162516366175104f,0.03680845879208993f,0.14408036487777964f,-0.10916985757854383f,0.7599302009429951f,-0.6407714349836606f,0.8669319830812682f,0.04355435681355133f,-0.640348274404036f,-0.7668488152630423f,0.4202179061814997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9930684569549263f,-0.06487323681430394f,0.09801276930276445f,0.12499999999999999f,-0.10916985757854383f,0.2000883347991767f,-0.9736768460190337f,0.9098363084720444f,0.04355435681355133f,-0.9776278031145227f,-0.20578361591737587f,0.09271337027566953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17284873590305092f,0.01664344026225259f,-0.14658527417996176f,0.16128608625584603f,0.9460041131368002f,-0.28118146508709974f,0.9128853053455556f,-0.0643466237445106f,-0.2742253314793758f,-0.9595102811266322f,0.40219065731036857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16128608625584603f,0.17894236020519327f,-0.9705495505663102f,0.9090729722789654f,-0.0643466237445106f,-0.979425615789209f,-0.19127199258807143f,0.06227815887099941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.483574728585041e-17f,-3.9376412516346e-18f,0.10107852311526536f,0.7677676076609611f,-0.6327053285625159f,1.0937449826791354f,-0.08258461733460197f,-0.6272924467671348f,-0.7743926440821857f,0.03215328088373022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.075227014579709e-18f,-0.10107852311526536f,0.6722401835107532f,-0.7334004825729703f,1.056148279817105f,0.08258461733460172f,-0.7289623054338469f,-0.6795540730775353f,0.0332767538968545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.748405554275596e-17f,9.483574728585041e-17f,-3.9376412516346e-18f,0f,0.7743926440821857f,-0.6327053285625159f,1.0937449826791354f,-1.2246467991473532e-16f,-0.6327053285625159f,-0.7743926440821857f,0.03215328088373022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1726867019647912e-16f,-3.970767322783326e-18f,0.08345784318482938f,0.953927512678254f,-0.2881962681340893f,1.1187291641237067f,-0.025117959806329925f,-0.2870995943250068f,-0.9575713608048144f,0.032423775782110635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1726867019647912e-16f,-3.970767322783326e-18f,-0.08345784318482938f,0.953927512678254f,-0.2881962681340893f,1.1187291641237067f,0.025117959806329682f,-0.2870995943250068f,-0.9575713608048144f,0.032423775782110635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.5293863729662485e-17f,1.1726867019647912e-16f,-3.970767322783326e-18f,0f,0.9575713608048144f,-0.2881962681340893f,1.1187291641237067f,-1.2246467991473532e-16f,-0.2881962681340893f,-0.9575713608048144f,0.032423775782110635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1374636459420863e-16f,-0.19375f,0.12123397423398094f,0.9208634583897757f,-0.3705574375098362f,1.1311692029467064f,-0.04836745131697875f,-0.367387267262974f,-0.9288095528719242f,0.03268096100429935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12123397423398097f,0.8850630862174846f,-0.44940589327090025f,1.1313565022951826f,0.048367451316978526f,-0.4469403342454626f,-0.8932552419536388f,0.020066932509015197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.512116151177084e-17f,1.0935838047544343e-16f,-0.00781250000000001f,0f,0.892978943411137f,-0.450098441037435f,0.9924691155301795f,-1.2246467991473532e-16f,-0.450098441037435f,-0.892978943411137f,0.08279642744360402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.538019797466663e-17f,1.1374636459420863e-16f,0f,0f,0.9288095528719242f,-0.3705574375098362f,1.2f,-1.2246467991473532e-16f,-0.3705574375098362f,-0.9288095528719242f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6284241504655063f,-0.1012736490920786f,-0.7712501119035778f,-0.7920724868667419f,0.017371104619742176f,0.9930684569549263f,-0.11624665382475173f,1.7511984604605804f,0.7776768813819765f,0.059654738292412496f,0.6258274365695923f,0.43512232440616794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.37550545250257306f,-0.1012736490920786f,-0.9212704831592146f,-0.7444907653391759f,-0.017371104619742176f,0.9930684569549263f,-0.11624665382475173f,1.7511984604605804f,0.9266573799766169f,0.059654738292412496f,0.37114338514128997f,0.515900058197561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5075383629607039f,-0.1012736490920786f,-0.8556567408270349f,-0.6399331149789036f,0f,0.9930684569549263f,-0.11753739745783763f,1.768829070079256f,0.8616291604415262f,0.059654738292412496f,0.5040203389508154f,0.39990814045924217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5309922409464191f,-0.23726394480662388f,-0.8134820591442075f,0.6756661507723598f,-0.7956751374172663f,0.46980196362092586f,0.38234433521884026f,2.096268887135401f,0.2914589435078546f,0.8502893245670686f,-0.4382462193522766f,-0.41001895975664765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.42377848631534315f,-0.23726394480662388f,-0.8741382127736302f,0.6814403361391131f,-0.7375529856907544f,0.46980196362092586f,-0.4850790742513803f,2.1788435849697305f,0.5257636235371659f,0.8502893245670686f,0.02409723412236006f,-0.45403191876782495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.06159131057870232f,-0.23726394480662388f,-0.9694907585717347f,0.8239768572414967f,-0.8807967768995135f,0.46980196362092586f,-0.05901824108994558f,2.1464089722160575f,0.4694715627858908f,0.8502893245670686f,-0.23791703651199902f,-0.39633788378543644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3661225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7.mcfunction new file mode 100644 index 000000000..084623859 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70.mcfunction new file mode 100644 index 000000000..d76fddba7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..d929b483b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7930251436742457f,-0.19507349202575724f,-0.0013779164572654463f,0.14405901001628765f,-0.191906755410907f,0.7790766584164435f,0.15217030585094826f,1.3766578549084123f,-0.035033743341879926f,0.14808895118809384f,-0.8023632243615795f,-0.5706156069823647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7908353559177002f,0.12073780634936615f,-0.001349795713239621f,0.14405901001628765f,0.1183748632589805f,0.7770245043163426f,0.14906478940501056f,1.3766578549084123f,0.023808225027124458f,0.14715740487615783f,-0.785988464680731f,-0.5706156069823647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7165950525122645f,0.07111327918433062f,0.385199788010119f,0.089787311771092f,0.1635164632548296f,0.7840826329137558f,0.15944038212482112f,1.3756372078788612f,-0.35594710478387254f,0.21702942365294267f,-0.7022423600932196f,-0.5846715891842017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6751948171885015f,-0.204273258301784f,0.3773385678466472f,0.089787311771092f,-0.1459453906202663f,0.7709122655540944f,0.15618649677533497f,1.3756372078788612f,-0.40349956852329355f,0.06298186057133003f,-0.6879108833566233f,-0.5846715891842017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9442883973535778f,-1.2399453878874174f,0.11072988611995122f,-0.8041921056118762f,-0.32436369912141616f,-0.3792478478900317f,-1.4806638749436194f,1.3960733472181572f,1.201879304803808f,0.8718444556957993f,-0.48660007373284575f,-0.1559058473322597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8719124684603439f,-0.08551218502932766f,-0.4821372351881773f,-0.596189809462407f,-0.23796351366603952f,0.9345402084008791f,0.26459018319989536f,1.4809110395855962f,0.4279509475478498f,0.3454305503188038f,-0.8351860399930939f,-0.264816899758782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9817223875748372f,-0.08551218502932766f,-0.17002593903834531f,-0.27160130314537956f,-0.13819662109755787f,0.9345402084008791f,0.32792726754458773f,1.5183190255397587f,0.1308542993240158f,0.3454305503188038f,-0.9292765397097192f,-0.27834801155357375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4917400181104615f,0.06661479495268696f,0.8681902001762831f,0.5898622841997265f,0.29535548759927044f,0.9507180697938606f,0.09434133618108824f,1.4669663323966218f,-0.8191195825602758f,0.3028161502642278f,-0.4871811661029524f,0.03725997249582136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8479219086194193f,0.06661479495268696f,0.5259191059246779f,0.3045935411896301f,0.21390651219785395f,0.9507180697938606f,0.22445301469747572f,1.5279496835256805f,-0.485048905701838f,0.3028161502642278f,-0.8203840187476853f,-0.12276571290805435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7594785110644383f,-0.5028878162606938f,0.4126696444953209f,-0.09819509009519443f,-0.618919645047409f,0.36323123102856963f,-0.6964205236635832f,1.174549172688211f,0.20032689336615042f,-0.7843257722796191f,-0.5871134632524164f,0.006831829639587811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.879707451028409f,-0.409241631145289f,0.24214889622429125f,-0.1734144653335343f,-0.4719301837534971f,0.813806508281373f,-0.3391177800429671f,1.3250184068656998f,-0.05828123426532589f,-0.41260181097084747f,-0.9090451272165136f,-0.07621254196254929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5883097125050223f,-0.6712305647431691f,0.4509337103464589f,0.2329776708452613f,-0.7553737272892705f,0.2571398245130486f,-0.6027351348399346f,1.1991248743655671f,0.2886212298036531f,-0.6952184114391425f,-0.6583077897933931f,0.08627573476676824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7905330168181391f,-0.5623442355749996f,0.242541769672733f,0.12905401273540346f,-0.612120051505436f,0.7131576294886814f,-0.34163611935371774f,1.3307067041487342f,0.019146588870979697f,-0.41853931263102917f,-0.9079968347505136f,0.0021246334312595705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9904278507170717f,0.0178469936470496f,0.1368727779425986f,0.31083436360438665f,0.03214937275240104f,0.9941609437079775f,0.10300696984811815f,2.0457203562183692f,-0.13423520535086497f,0.10642134571328311f,-0.9852184563948168f,-0.07697778060089787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9904278507170717f,0.0178469936470496f,0.1368727779425986f,0.3585763567325142f,0.03214937275240104f,0.9941609437079775f,0.10300696984811815f,1.929901540199918f,-0.13423520535086497f,0.10642134571328311f,-0.9852184563948168f,-0.1776108589014149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9904278507170717f,0.0178469936470496f,0.1368727779425986f,-0.27104199869189305f,0.03214937275240104f,0.9941609437079775f,0.10300696984811815f,2.064608112710405f,-0.13423520535086497f,0.10642134571328311f,-0.9852184563948168f,-0.15584096374453105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9904278507170717f,0.0178469936470496f,0.1368727779425986f,-0.2975820943675458f,0.03214937275240104f,0.9941609437079775f,0.10300696984811815f,1.9512004996483836f,-0.13423520535086497f,0.10642134571328311f,-0.9852184563948168f,-0.2665416824463629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.975615952748451f,0.17157900629449932f,0.1368727779425986f,0.21806281540861705f,0.18628781199526087f,0.9770805572033083f,0.10300696984811815f,2.1573638564962287f,-0.11606189661017124f,0.12599297335274265f,-0.9852184563948168f,-0.10039679056662734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9904453714900764f,0.016846624355057627f,0.1368727779425986f,0.10414812332277236f,0.031145225635387977f,0.9941929083849019f,0.10300696984811815f,2.1709701821540497f,-0.13434262545448883f,0.10628571006965108f,-0.9852184563948168f,-0.1147999657054819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9569493437682317f,0.25595662937268593f,0.1368727779425986f,0.08195228559114995f,0.27073711231614084f,0.9571264180751813f,0.10300696984811815f,2.1673712567547208f,-0.10463923487998075f,0.13562899285457822f,-0.9852184563948168f,-0.11825982818274205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9892078574542376f,-0.05228438972650086f,0.1368727779425986f,0.11095008374549682f,-0.03828203407925325f,0.9939436855423269f,0.10300696984811815f,2.1764078002098404f,-0.14142948991476778f,0.09665553559658963f,-0.9852184563948168f,-0.1132864782469859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9852081477694675f,0.10310551986644952f,0.1368727779425986f,0.17422554394917952f,0.11767633001358521f,0.9876952189401561f,0.10300696984811815f,2.2819559853541405f,-0.12456800120090426f,0.11758999215845929f,-0.9852184563948168f,-0.12517938705882364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9852081477694675f,0.10310551986644952f,0.1368727779425986f,0.1510268019792284f,0.11767633001358521f,0.9876952189401561f,0.10300696984811815f,2.059724561092606f,-0.12456800120090426f,0.11758999215845929f,-0.9852184563948168f,-0.15163713529447695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9805162595518297f,-0.14558356576501114f,0.13188362344746696f,-0.16932848294046315f,-0.12210927089056788f,0.9776180197608986f,0.17132522698468472f,2.1667388761825026f,-0.15387394424353482f,0.15188295762831489f,-0.9763474670756376f,-0.14564757793547345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9912187645523969f,0.009595346037871683f,0.13188362344746696f,-0.05505824170902881f,0.03232724879779888f,0.9846840181417651f,0.17132522698468472f,2.1729382993866135f,-0.1282197714254122f,0.17408421453595962f,-0.9763474670756376f,-0.12912426876793265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9622498678057948f,-0.24214735689006672f,0.12425719077335096f,-0.03128222838026627f,-0.2037319060118214f,0.9435708110773781f,0.26108894069946703f,2.167586540924404f,-0.1804674551838104f,0.22591764436168787f,-0.9572840307795516f,-0.13846961759850562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9899816555028574f,0.06705574031309108f,0.12425719077335096f,-0.06018565593610083f,0.09781885922928818f,0.9603457897150961f,0.26108894069946703f,2.1781263803724435f,-0.10182235779484942f,0.27062795839963094f,-0.9572840307795516f,-0.139346706496034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9882831674069995f,-0.0886370778010162f,0.12425719077335096f,-0.1138672650301963f,-0.05361663311663406f,0.9638245803556096f,0.26108894069946703f,2.2891066675791096f,-0.14290429550305533f,0.2513675530796092f,-0.9572840307795516f,-0.14869043315324199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9882831674069995f,-0.07683157480069686f,0.13188362344746696f,-0.09658016070003954f,-0.05361663311663406f,0.983754503548463f,0.17132522698468472f,2.067761904280706f,-0.14290429550305533f,0.16224668212867221f,-0.9763474670756376f,-0.1851959366321932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9904278507170717f,0.0178469936470496f,0.1368727779425986f,0.013799462084775296f,0.03214937275240104f,0.9941609437079775f,0.10300696984811815f,1.5510167812285636f,-0.13423520535086497f,0.10642134571328311f,-0.9852184563948168f,-0.19216939887905465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9678991298206007f,-0.06661532609515412f,0.2423503101334106f,0.03878020937045809f,-0.01820255130570933f,0.980283663377675f,0.19675519419016207f,1.1834104074619354f,-0.2506789612601884f,0.18602778729018324f,-0.9500282736515959f,-0.2619298191128734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9735366479214524f,-0.21585196326999284f,0.0750621416317948f,0.20628914324119635f,-0.18084126013934476f,0.9284565455796768f,0.3244454986611268f,0.592486179965709f,-0.1397241345833847f,0.3022852509183057f,-0.942921414165667f,-0.17598636942604123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9735366479214524f,-0.12505932347337362f,0.1912761374720957f,0.171225753864493f,-0.18084126013934476f,0.9333074996989381f,-0.3102153278562012f,0.8910559526224333f,-0.1397241345833847f,-0.3365966081500209f,-0.9312249403859552f,-0.318110988250202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9864880571004747f,0.12435251787314792f,0.10666660441177982f,-0.13608378620263162f,0.13199837331886927f,0.9889235615693858f,0.06787207683645768f,0.5411453705508933f,-0.09704505468751676f,0.08103481147957348f,-0.9919756129508261f,-0.23757168521654543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9864880571004747f,0.15564957474446173f,0.05113240733623752f,-0.07544243788431623f,0.13199837331886927f,0.9399699730495658f,-0.3146948986023942f,0.9035076518923515f,-0.09704505468751676f,-0.3036933645094456f,-0.9478146431204943f,-0.3611301110622629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9567656679146656f,0.27112240828924017f,0.10531902213392613f,0.04031239120545779f,0.20268076247724848f,0.8811708808095747f,-0.42715148054866864f,1.0510418171254476f,-0.20861439361042436f,-0.3873377318784229f,-0.898025342761458f,-0.2743732651877833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9742412480793864f,-0.18715030472259986f,0.1258123761120405f,0.03523124683900208f,-0.22539820926086154f,0.825562607725783f,-0.5173413070565714f,1.01805136250644f,-0.0070454100460077f,-0.5323731249483232f,-0.8464804888655384f,-0.2853260408123898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9931930209965316f,0.04975466430935674f,0.10531902213392613f,0.04104553827720374f,0f,0.904180077564796f,-0.42715148054866864f,1.064365130334356f,-0.11648014012604553f,-0.42424386938927344f,-0.898025342761458f,-0.28062460171806364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.983080163348939f,0.14456620886714414f,0.11249001592854667f,0.040535657900331167f,0.1695053584475945f,0.9507521917184445f,0.25949605661768105f,1.0791997009638505f,-0.06943576806931653f,0.27417308619985936f,-0.9591703669923652f,-0.2762769967846826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9676222457696433f,-0.22594952048656286f,0.11249001592854667f,0.040620931290409466f,-0.19089407306186806f,0.9466896267889089f,0.25949605661768105f,1.0764751622975308f,-0.16512614075779325f,0.22962047975337238f,-0.9591703669923652f,-0.277004098725072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9931930209965316f,-0.030226137036983732f,0.11249001592854667f,0.04023873158308418f,0f,0.9657441672616374f,0.25949605661768105f,1.0886866843199074f,-0.11648014012604553f,0.2577296724088017f,-0.9591703669923652f,-0.27374519054096763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9656322844110766f,0.2249330431326574f,0.1302283279863791f,-0.15378740354514409f,0.2214042878988289f,0.9743131248832604f,-0.04115915427008672f,1.1261554552886097f,-0.1361412230114683f,-0.010911497940172363f,-0.9906293487524197f,-0.2827132146056997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.96708014844251f,-0.22836004120365827f,0.11228391723606945f,0.23284516707265998f,-0.2384912875159662f,0.9672471293847007f,-0.08691890747146462f,1.1289446756340134f,-0.08875749133109688f,-0.11083628592893119f,-0.9898673777098074f,-0.2526717915042007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9931930209965316f,-0.01563121266585486f,0.11542654908805869f,0.03439884684566898f,0f,0.9909547581515035f,0.13419637587094252f,0.9662301994546304f,-0.11648014012604553f,0.13328290395804746f,-0.9842093499193793f,-0.29164270677061954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9931930209965316f,-0.016185737199609064f,0.11535009733454235f,0.03854166666666674f,0f,0.990298408035221f,0.13895705467124395f,1.1875f,-0.11648014012604553f,0.13801117691771297f,-0.9835574675645571f,-0.2598958333333333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4229846939915166f,-0.6896325747280708f,-0.5877847059279744f,1.3097793401598217f,0.4938564074544639f,0.7193145413720012f,-0.4885616024484099f,0.8245515046296297f,0.7597300819798264f,-0.08362716331862242f,0.6448385069846613f,-0.5596810264399257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5923098336346909f,-0.6896325747280708f,-0.4166244986238532f,1.298493574796629f,-0.4938564074544639f,0.7193145413720012f,-0.4885616024484099f,0.8245515046296297f,0.636612055961726f,-0.08362716331862242f,-0.766636542149841f,-0.4666128041502152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12038149720738878f,-0.6896325747280708f,-0.7140834734147261f,1.4112489784904343f,0f,0.7193145413720012f,-0.6946845259330221f,0.9287541835195829f,0.9927277044235785f,-0.08362716331862242f,-0.0865921614534076f,-0.5001580910770593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.299763166709754f,0.46119600001633954f,0.8351289082848641f,-0.7703994838340554f,-0.2365472126136102f,0.812117718700666f,-0.5333950010800227f,2.435696709461367f,-0.9242226247440992f,-0.3574395900587321f,-0.13434835082640129f,-0.46860591673008395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8549026816788838f,0.46119600001633954f,-0.23757031470110435f,-0.6965220918732095f,0.5145660365662869f,0.812117718700666f,-0.2751119862617559f,2.417908614612707f,0.06605451438558824f,-0.3574395900587321f,-0.9315974133647699f,-0.4136989304831717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7880255142490237f,0.46119600001633954f,0.407816182196698f,-0.7946332151831371f,0.18973967838570455f,0.812117718700666f,-0.5517822626892924f,2.509570001440431f,-0.5856745199670643f,-0.3574395900587321f,-0.7274766636257101f,-0.3320309240627713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015518640953070807f,0f,0.0000018200021894694616f,-0.04870680029903203f,0f,0.000015625f,0f,1.3536225f,-0.0000018200021894694616f,0f,-0.000015518640953070807f,0.4220836731904224f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71.mcfunction new file mode 100644 index 000000000..3b007f09f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..2d6a9c8c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7540024561777057f,-0.20476846434074705f,0.23768596200441355f,0.24186378178262144f,-0.1607741425839611f,0.7835040315229242f,0.16497742908701493f,1.377981615762296f,-0.2694001031900758f,0.10552607755100693f,-0.7636964552767805f,-0.5177371974680249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7591532429386446f,0.09733504146965793f,0.23283522808595616f,0.24186378178262144f,0.14821035660216017f,0.7693605933881068f,0.16161054277911668f,1.377981615762296f,-0.20425485044815903f,0.19649469978500736f,-0.7481108133323565f,-0.5177371974680249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6150876006608574f,0.03663905169957747f,0.5359750627111954f,0.1944633114573329f,0.18547938563772995f,0.7791478306075844f,0.1595947994371671f,1.3788369576986428f,-0.5041915166493427f,0.2419311521786622f,-0.5951509695772871f,-0.5445203929466069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5704045743820783f,-0.19742083030554325f,0.5250367961252527f,0.1944633114573329f,-0.12421847318523167f,0.7746794658883915f,0.1563377627139596f,1.3788369576986428f,-0.5469994446464549f,0.0299456322749473f,-0.5830050314226486f,-0.5445203929466069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04070732914639594f,-1.5577081643244004f,0.115301509751056f,-0.7769776495121075f,-0.4050196885715512f,-0.1219222614477296f,-1.504160983416627f,1.492429299607895f,1.508545065691831f,0.009299836588739278f,-0.4069539873453168f,-0.4764504731437037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9956335135904155f,-0.08197785845545541f,0.04464904633540531f,-0.5312762001521388f,-0.06635014766717215f,0.9579240649686324f,0.2792474595381587f,1.535430618694776f,-0.06566250467464901f,0.2750656584836218f,-0.959180545571491f,-0.46617522504706965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9554060309557585f,-0.08197785845545541f,0.2836881152540965f,-0.22888769942593148f,0.0030265345729854967f,0.9579240649686324f,0.2870057940921222f,1.5282297397141054f,-0.29527979291147366f,0.2750656584836218f,-0.9149583200458525f,-0.34188832873268643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.20161269787952046f,0.03799361261999311f,0.9787281570762247f,0.5060222971400665f,0.33610505550808056f,0.9412567712323162f,0.03269682356475995f,1.4337920594216966f,-0.9199922345952989f,0.33554757637240784f,-0.20253916232410896f,0.19683638345774887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6542654774987889f,0.03799361261999311f,0.7553099829562455f,0.2843462858386256f,0.27724030988747744f,0.9412567712323162f,0.1928043079985778f,1.516186158688987f,-0.7036153036473678f,0.33554757637240784f,-0.6263651718157912f,-0.037129637674413324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.810603920487481f,-0.25739650432214867f,0.5259927030416526f,-0.1496859070347003f,-0.5846366843657472f,0.40707657685011817f,-0.7017753257801354f,1.1728758549093494f,-0.033484793326992834f,-0.8763764602856059f,-0.4804613079875638f,-0.024595920239951108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8505424324887807f,-0.2553566755801939f,0.45975051796893024f,-0.19469184296868086f,-0.4310380642490149f,0.8393388260518108f,-0.33123484455961133f,1.3281816670155664f,-0.30130343128568926f,-0.4798992637195848f,-0.8239617339275352f,-0.11972679302442032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.679095427856738f,-0.44524904645385005f,0.583594625143182f,0.1498070571814644f,-0.7287947699489152f,0.31400342487877253f,-0.608489960853512f,1.184879798140254f,0.08767886381096415f,-0.8385434608869946f,-0.5377334665468384f,0.1378707812933033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7919367247291111f,-0.4017849064009509f,0.4597881175212202f,0.07734606296579372f,-0.5730041072604367f,0.7491716021556682f,-0.33227729923390625f,1.3232727404242297f,-0.21095619708365548f,-0.5266030758663383f,-0.8235209064742155f,0.03398569890290104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,0.3070879494187396f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,2.040525610612182f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.022666396068525108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,0.36449770302603873f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,1.9267138716704102f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.12049952322798563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,-0.2637157333100527f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,2.063999532411213f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.15973711058705836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,-0.27917453494472705f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,1.9531844643374021f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.2750686268339912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9581200125118782f,0.16145272913038358f,0.23651439254427903f,0.21757270120769512f,0.19456560290755268f,0.9730244921455737f,0.12396597859924319f,2.153036683726528f,-0.2101196511263496f,0.16479185034824537f,-0.9636873861732044f,-0.052861975765554195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.00958198651770982f,0.23651439254427903f,0.10575772378599754f,0.039955611572818045f,0.9914817120117615f,0.12396597859924319f,2.167630512030408f,-0.23331185449963104f,0.12989303399567032f,-0.9636873861732044f,-0.07842702269729573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9404025440739351f,0.24434401408399914f,0.23651439254427903f,0.08401463658775218f,0.27862989437213825f,0.9523643305542804f,0.12396597859924319f,2.164240091175901f,-0.1949575263010945f,0.1824779018654462f,-0.9636873861732044f,-0.08419948582137231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9698824203078035f,-0.05821540085997924f,0.23651439254427903f,0.11239067890022966f,-0.029303986300540152f,0.9918536749626072f,0.12396597859924319f,2.1729930718448984f,-0.2418043985637465f,0.1133016088406612f,-0.9636873861732044f,-0.07610929564507622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670484533768438f,0.09422436490030192f,0.23651439254427903f,0.17692895303864978f,0.1262168934389593f,0.9842264637574778f,0.12396597859924319f,2.2784031473736492f,-0.22110310859884574f,0.1497332197562865f,-0.9636873861732044f,-0.07913777372938843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670484533768438f,0.09422436490030192f,0.23651439254427903f,0.1557284709360819f,0.1262168934389593f,0.9842264637574778f,0.12396597859924319f,2.056952193028217f,-0.22110310859884574f,0.1497332197562865f,-0.9636873861732044f,-0.11282774817455284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9611179183817194f,-0.14252469640381998f,0.23651439254427903f,-0.16180679047601343f,-0.11563821952391165f,0.985525361589072f,0.12396597859924319f,2.1686384129889698f,-0.25075914569748f,0.09179582005585744f,-0.9636873861732044f,-0.14396478321445366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9715807365596466f,0.009581986517709848f,0.23651439254427903f,-0.04979869036292767f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,2.1740276660985334f,-0.23331185449963104f,0.12989303399567032f,-0.9636873861732044f,-0.1157817726410955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9450387287578846f,-0.225749292949263f,0.23651439254427903f,-0.028138385491361148f,-0.20109237607244013f,0.9716966051373608f,0.12396597859924319f,2.168852309613638f,-0.2578054643199438f,0.06959140965259702f,-0.9636873861732044f,-0.11113150349565397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9685456091259251f,0.07733269142026254f,0.23651439254427903f,-0.05632276548948255f,0.10902054972291747f,0.9862793498233877f,0.12396597859924319f,2.1799313000306664f,-0.223682638532819f,0.1458516333458546f,-0.9636873861732044f,-0.11662352684419139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9687187036807419f,-0.07513331656804367f,0.23651439254427903f,-0.10407170943163954f,-0.0466097566232503f,0.9911911857646096f,0.12396597859924319f,2.289959112718458f,-0.24374495631012466f,0.10906428381478872f,-0.9636873861732044f,-0.14661624794113318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9687187036807419f,-0.07513331656804367f,0.23651439254427903f,-0.08716671320382974f,-0.0466097566232503f,0.9911911857646096f,0.12396597859924319f,2.0669410959214214f,-0.24374495631012466f,0.10906428381478872f,-0.9636873861732044f,-0.1711557117994606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,0.021979036008791066f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,1.5499383302375649f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.17844667909187512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8705212989903187f,-0.08660377810227361f,0.48445067202205466f,0.05445545279714367f,0.01570856509227743f,0.9790028346560391f,0.2032404750982973f,1.1828122672415502f,-0.49187997416742835f,0.18453518730543525f,-0.8508823982544227f,-0.24764737433141332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9149633250541488f,-0.29553008147537885f,0.2747800661420183f,0.22581874563295962f,-0.18928591012242207f,0.9156801232128465f,0.35454302444418884f,0.5729064886632901f,-0.3563887737218757f,0.27238186961701816f,-0.8937534106614394f,-0.18086331872641126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9149633250541488f,-0.10528446256741338f,0.3895603878062385f,0.19995844642250893f,-0.18928591012242207f,0.9645485808714787f,-0.18389366320768913f,0.8944471359902666f,-0.3563887737218757f,-0.24199425009844253f,-0.9024554420492517f,-0.28524901059217844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9419709818058805f,0.11101574098860116f,0.316806209990299f,-0.11995866385551851f,0.15397447917942308f,0.9814900204477075f,0.11388239338450937f,0.5411719648409462f,-0.29829939523420257f,0.15605398109087298f,-0.9416287090932383f,-0.29068626403454734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9419709818058805f,0.22380165871960594f,0.25020688837443833f,-0.03167172804933096f,0.15397447917942308f,0.9503594464420567f,-0.2703863574956638f,0.9077463356028953f,-0.29829939523420257f,-0.2161706273125481f,-0.9296707646743595f,-0.38026282439737447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.884880694556357f,0.35597992775694287f,0.300440422439493f,0.059937904030666914f,0.21727899068952666f,0.8859364772331341f,-0.40976383260688737f,1.049970929644643f,-0.4120388290032868f,-0.2973127130512693f,-0.8612950447156269f,-0.2633643276028381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9469613587052284f,-0.08198722278315324f,0.3107125366306506f,0.05769465724892047f,-0.23609257111651694f,0.8334506770988674f,-0.4996201224000407f,1.0182604696115565f,-0.21800110775576398f,-0.5464778715956803f,-0.8086021598249135f,-0.2759095784319851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,0.13496025679149776f,0.300440422439493f,0.062215358364023435f,0f,0.912191647345729f,-0.40976383260688737f,1.065364163693602f,-0.3293610759468216f,-0.38690066890541586f,-0.8612950447156269f,-0.269893276390617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9460781213725701f,0.07757713122017322f,0.3145122842939471f,0.060863447104590566f,0.17565815667150841f,0.938621059229868f,0.29687492175151503f,1.0784380672491098f,-0.27217714866409415f,0.3361135163629222f,-0.9016359042669247f,-0.2660176512028003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.90324151651149f,-0.29195339675747434f,0.3145122842939471f,0.060985670909152696f,-0.19853827785365954f,0.9340491598743264f,0.29687492175151503f,1.0772444217819361f,-0.38044357673238083f,0.20570702724952755f,-0.9016359042669247f,-0.26636803933087205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,-0.09777904364970746f,0.3145122842939471f,0.059763432863531356f,0f,0.9549163737390995f,0.29687492175151503f,1.0891808764536748f,-0.3293610759468216f,0.28031050245739414f,-0.9016359042669247f,-0.2628641580501546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9118021664223601f,0.2229181270932416f,0.34485405307279193f,-0.12794008757131067f,0.23265703535994767f,0.9724656452160995f,-0.013463757720457062f,1.126745430700337f,-0.3383600348815011f,0.06795643816207929f,-0.9385597526568634f,-0.31302059014631156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9209003583462332f,-0.220208922591054f,0.3216373119043662f,0.24246698435740996f,-0.24953448847531876f,0.9669450055282912f,-0.052439444555158324f,1.1337652671984049f,-0.2994579587507074f,-0.1285511053829553f,-0.9454097229485635f,-0.19837394078082868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,-0.06245001179571726f,0.3233863237299357f,0.059809669940244156f,0f,0.9818595679537718f,0.18960956942526017f,0.9678182083261793f,-0.3293610759468216f,0.17903012272896238f,-0.9270757772732522f,-0.2867168771741488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,-0.06013432863531333f,0.32382492317366207f,0.05375000000000003f,0f,0.9831912354632536f,0.18257873509322203f,1.1875f,-0.3293610759468216f,0.17239158050154618f,-0.9283331431244556f,-0.245625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4093866021551733f,-0.68527806513279f,-0.6023259777094971f,1.3696866499777325f,0.5289547842263973f,0.7161801451052378f,-0.45529423014249365f,0.828125f,0.743377055214813f,-0.1322118497143899f,0.6556756672130301f,-0.44271113768032455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6565515478175563f,-0.68527806513279f,-0.31517302947148074f,1.3519268187543874f,-0.5289547842263973f,0.7161801451052378f,-0.45529423014249376f,0.828125f,0.5377238150783136f,-0.1322118497143899f,-0.8326902938624438f,-0.350658702107341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.18943819971568146f,-0.68527806513279f,-0.7032120177701326f,1.46628853703158f,5.551115123125783e-17f,0.7161801451052378f,-0.6979154674866008f,0.9328123201229901f,0.9818926461118249f,-0.1322118497143899f,-0.13567187736085173f,-0.376334138289705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1839160993416583f,0.4641302912449572f,0.8664628908105763f,-0.8992870306737117f,-0.24925414955369668f,0.8747087663053813f,-0.41564040116280954f,2.4910775033526975f,-0.9508139867151789f,-0.13952650965816177f,0.27655942538521133f,-0.5453924621802276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8812888433303047f,0.4641302912449572f,0.08895531108598814f,-0.8503290881809282f,0.4401993942543991f,0.8747087663053813f,-0.20275371130161335f,2.4776724966473025f,-0.17191412949374996f,-0.13952650965816177f,-0.9751809499692952f,-0.4665731234231586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5222180532563578f,0.4641302912449572f,0.7154518695216409f,-0.9821258398555661f,0.1429867381908793f,0.8747087663053813f,-0.46307598388390947f,2.5538363975825864f,-0.840739613408737f,-0.13952650965816177f,-0.5231531855469658f,-0.42750981496964824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014753188228417386f,0f,0.0000051462668116690884f,-0.1795005324199104f,0f,0.000015625f,0f,1.3536225f,-0.0000051462668116690884f,0f,-0.000014753188228417386f,0.4011381184847187f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72.mcfunction new file mode 100644 index 000000000..343da1486 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..f9dc7ca3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6673459706349202f,-0.20605414204117328f,0.4232440081908501f,0.315675943386874f,-0.13085816567815722f,0.7865343478892787f,0.17659078263085917f,1.3805760095420831f,-0.4521835251279378f,0.07648434207409631f,-0.6757400753727786f,-0.45517027654652215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6812089368517626f,0.06368624541704837f,0.4146063753706287f,0.315675943386874f,0.1764210445628928f,0.7608883960425143f,0.17298688910778043f,1.3805760095420831f,-0.3805653680888857f,0.23873188080465751f,-0.6619494615896607f,-0.45517027654652215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5138585781097367f,0.00222408963807688f,0.6347352673144654f,0.2761266993792255f,0.2050662541064529f,0.7734494597125705f,0.1633040389626806f,1.383060654390184f,-0.6007009551967032f,0.2621362835245415f,-0.48722415347574244f,-0.49042309136888274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46588853405145303f,-0.19061914141340958f,0.6217814863488641f,0.2761266993792255f,-0.10435570190304026f,0.7768648978717383f,0.1599713034736463f,1.383060654390184f,-0.641917254262348f,0.012052940784232247f,-0.47728080340480894f,-0.49042309136888274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7168512735738278f,-1.3866780555641387f,0.06822368937869171f,-0.642698303903527f,-0.3976451235695068f,0.13150410873697133f,-1.5053209873932822f,1.5785533979243862f,1.3301912859724243f,-0.7079808539799325f,-0.41323177893389734f,-0.7045976019091331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8874739555610487f,-0.04366316120236241f,0.45878481508725005f,-0.4174882039355059f,0.08416262959166212f,0.9634054319317006f,0.2544928790844846f,1.5840100071247256f,-0.45310774654715685f,0.2644683385176947f,-0.8513224230223514f,-0.5970130490086178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.794324084951772f,-0.04366316120236241f,0.6059230779722345f,-0.1771232740152581f,0.12707623481799477f,0.9634054319317006f,0.23601187315254987f,1.5379589655473689f,-0.5940546091143576f,0.2644683385176947f,-0.7597075880308672f,-0.38012161842853487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.056877789907404f,-0.009424868992546874f,0.9983366610816827f,0.4095887672781341f,0.37661155349329634f,0.9262840526037247f,-0.012711871120576729f,1.4050461039063948f,-0.9246235205696506f,0.37670814397420915f,0.056234504291327314f,0.3072178633919177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.44991071956991524f,-0.009424868992546874f,0.8930238049797745f,0.25561669214304356f,0.33251110824420504f,0.9262840526037247f,0.17729697342659492f,1.5060356495373002f,-0.8288647098955846f,0.37670814397420915f,-0.41361125099931073f,0.03015676475687415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7986874008176218f,-0.04633782724294955f,0.5999593665754324f,-0.17861263466035163f,-0.5543915665416236f,0.4443501756074475f,-0.703706552751326f,1.1716767119988964f,-0.23398381722400388f,-0.8946539706523595f,-0.38058618744412004f,-0.06008528101629036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7756558167168477f,-0.12486469882470352f,0.6186815505417436f,-0.19815800599909766f,-0.3951139710604245f,0.8604606733371332f,-0.3217023150570558f,1.3310024487805023f,-0.4921818808796012f,-0.49397999618165034f,-0.7167571133279353f,-0.15718626225864937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7029901245532597f,-0.23856676301100635f,0.669993122626675f,0.07930853208655127f,-0.7046285813583257f,0.3613984173187673f,-0.6106469899151585f,1.1723528859949444f,-0.09645437840526509f,-0.9013751070147991f,-0.4221604781839643f,0.16224044428960613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7421893069885499f,-0.25765892907357296f,0.6186815892367539f,0.03486424281798603f,-0.5385287084615407f,0.7787775655111031f,-0.3217022437275571f,1.3163630405049789f,-0.3989258862929316f,-0.5719417625294198f,-0.7167571119424905f,0.050521631865699385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.2976353326209688f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,2.038213279449948f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,0.025078021744657758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.3637374251766571f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,1.9265927807014327f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.06974650102710135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,-0.260096120959922f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,2.060960397001125f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.15815528398784154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,-0.26519378843583674f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,1.952243785599568f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.27637129259779203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9389549900343496f,0.14021998124592128f,0.31416855913504094f,0.2100916595432223f,0.19294074702104191f,0.9706737467341265f,0.14340971215400594f,2.150752768811194f,-0.28484626525295464f,0.19527118133643276f,-0.9384731061202113f,-0.01034037611906534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.10065849457606822f,0.038718497959449524f,0.9889057247157936f,0.14340971215400594f,2.1651781409587594f,-0.311886477842552f,0.14830729593667985f,-0.9384731061202113f,-0.04477047441511857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9231610062054559f,0.22152172144677446f,0.31416855913504094f,0.07949004642983937f,0.27680634059048775f,0.9501641459604798f,0.14340971215400594f,2.1617712147914427f,-0.26674333436963893f,0.21935410335448385f,-0.9384731061202113f,-0.05237756204251401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.946432267091536f,-0.07459276277888742f,0.31416855913504094f,0.10703867718619517f,-0.030358394577147244f,0.9891976659589342f,0.14340971215400594f,2.1705344417406116f,-0.3214721320529563f,0.12618992591490502f,-0.9384731061202113f,-0.04181610277367637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9464489943105215f,0.07438022330979127f,0.31416855913504094f,0.1708354047455895f,0.12475997533029587f,0.9817681004267194f,0.14340971215400594f,2.2763538199245357f,-0.29777382310100087f,0.1749256395297626f,-0.9384731061202113f,-0.03758747595991046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9464489943105215f,0.07438022330979127f,0.31416855913504094f,0.15409985450088648f,0.12475997533029587f,0.9817681004267194f,0.14340971215400594f,2.055455997328524f,-0.29777382310100087f,0.1749256395297626f,-0.9384731061202113f,-0.07694574485410698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9363296189359452f,-0.1567959219950558f,0.31416855913504094f,-0.16059949357617437f,-0.11645712902123209f,0.982787561765022f,0.14340971215400594f,2.165871434220953f,-0.33124701025579006f,0.09769159270726988f,-0.9384731061202113f,-0.1321247312164202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9493301337547079f,-0.008391280967813483f,0.31416855913504094f,-0.051335452909258415f,0.0387184979594495f,0.9889057247157936f,0.14340971215400594f,2.1713772250669225f,-0.311886477842552f,0.14830729593667985f,-0.9384731061202113f,-0.0947055341472823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9191009370089702f,-0.23780576956887556f,0.31416855913504094f,-0.03009450938213462f,-0.20166955439472822f,0.9688978508027235f,0.14340971215400594f,2.1662406288021527f,-0.33850089869816397f,0.06844976749133597f,-0.9384731061202113f,-0.08837972812035616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9476029594325579f,0.05785108232064702f,0.31416855913504094f,-0.0578109855354476f,0.10760675786595764f,0.9837959341862936f,0.14340971215400594f,2.177257847121687f,-0.3007813440628179f,0.1697021277204484f,-0.9384731061202113f,-0.0959746919216223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9449862976598135f,-0.0910989225304592f,0.31416855913504094f,-0.10372993650714375f,-0.047617650559736525f,0.9885171793221783f,0.14340971215400594f,2.287551987165876f,-0.32362548816551706f,0.12056024427112527f,-0.9384731061202113f,-0.1277913093537418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9449862976598135f,-0.0910989225304592f,0.31416855913504094f,-0.08323267893779046f,-0.047617650559736525f,0.9885171793221783f,0.14340971215400594f,2.0651356218183863f,-0.32362548816551706f,0.12056024427112527f,-0.9384731061202113f,-0.15491736431474495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.0299163518045824f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,1.549000072151798f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.1626117591857178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7456711962146677f,-0.10657996524282064f,0.6577348843908354f,0.06988383877064014f,0.04684610648167502f,0.9762960071199334f,0.21130913087034972f,1.182889069481823f,-0.6646652611979161f,0.1883794508180607f,-0.723002955088146f,-0.23325405324249057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8316344207382449f,-0.3572200627299276f,0.4251799819212923f,0.2559098403143239f,-0.1946421183192583f,0.9045778611831744f,0.3792800269371766f,0.5630857688730087f,-0.5200948336789701f,0.2326643931513805f,-0.8218081553136012f,-0.17775721471012298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8316344207382449f,-0.12053179844259618f,0.5420851185999827f,0.22464113057343116f,-0.1946421183192583f,0.9775023887886489f,-0.08126208026304041f,0.8975785510141746f,-0.5200948336789701f,-0.1730929388411854f,-0.8363851974441955f,-0.25294013488885914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8756404539801697f,0.07959793004757337f,0.4763590713795046f,-0.0882642325203126f,0.1695320224998769f,0.9742198636119542f,0.1488440482216425f,0.541958210930771f,-0.4522307914113141f,0.21109198676417587f,-0.8665607217174395f,-0.32888231330130796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8756404539801697f,0.2558336228749738f,0.40963758709384573f,0.01343153126307628f,0.1695320224998769f,0.957021943417595f,-0.23530383159717375f,0.9113335650576068f,-0.4522307914113141f,-0.13659486529103354f,-0.8813791205126321f,-0.3873214431047874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7934698391850069f,0.408018778526441f,0.4515819866574733f,0.0795372574495505f,0.22961350514271367f,0.8878495471009298f,-0.3987490689252463f,1.048952887289676f,-0.5636339703742104f,-0.21270603677955383f,-0.7981684592601609f,-0.25031641299375196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8911744271341898f,0.004060520716599299f,0.4536426485611322f,0.07987697368381252f,-0.24507364504488593f,0.8371853482026024f,-0.488937216071042f,1.0179516383041332f,-0.381768318390175f,-0.5469042008673892f,-0.7450830464767941f,-0.2636091846842816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,0.1963534361081126f,0.4515819866574733f,0.08321888437657761f,0f,0.917060074385124f,-0.3987490689252463f,1.0661477636843972f,-0.4924235601034672f,-0.34705352338981976f,-0.7981684592601609f,-0.2568236665573111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8849548181005816f,0.0086997490139816f,0.4655956231405749f,0.08141196439520844f,0.18041344951996727f,0.9281467362630045f,0.3255681544571566f,1.0780514170930153f,-0.42930869680554196f,0.37211281935916496f,-0.8229374778898461f,-0.25362994630241137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8150257481340017f,-0.3448967172806236f,0.4655956231405749f,0.08141196439520844f,-0.20464767547402105f,0.9231060100153398f,0.3255681544571566f,1.0780514170930153f,-0.5420815056812863f,0.1700633666684534f,-0.8229374778898461f,-0.25362994630241137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,-0.16031742967410856f,0.4655956231405749f,0.07940799652428208f,0f,0.9455185755993167f,0.3255681544571566f,1.0898703992880068f,-0.4924235601034672f,0.28336009764842734f,-0.8229374778898461f,-0.25008794508180604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8361924600394017f,0.2045946793112435f,0.5088449537637008f,-0.09657466252875276f,0.24133258602093882f,0.9704213527646897f,0.006401642195232024f,1.1272528344004475f,-0.49248426644685767f,0.1281538735110221f,-0.8608343812873772f,-0.3325017318998345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8495894093796762f,-0.21332940673850984f,0.48237785986764403f,0.2469078896108881f,-0.25818857491685077f,0.9656985063019375f,-0.027659622351222636f,1.1376470718401592f,-0.4599309679205117f,-0.14804377442770744f,-0.8755264391215718f,-0.15268092017692575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,-0.1149539971595742f,0.47881785793974896f,0.0857643071094123f,0f,0.9723699203976767f,0.23344536385590542f,0.9693588609091399f,-0.4924235601034672f,0.20318050212274963f,-0.8463076987787447f,-0.2771880926054688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,-0.10657996524282064f,0.48075115554079756f,0.06875000000000003f,0f,0.9762960071199334f,0.21643961393810288f,1.1875f,-0.4924235601034672f,0.1883794508180607f,-0.8497247907202148f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3906951249913272f,-0.6845837617011148f,-0.6153880016080603f,1.455902901319312f,0.5609855267969309f,0.7071067811865475f,-0.4304593345768794f,0.828125f,0.7298304995218965f,-0.1770453987404109f,0.6603047544524179f,-0.32786107915308815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6955385031181093f,-0.6845837617011148f,-0.2181083764906119f,1.4324297759392084f,-0.5609855267969309f,0.7071067811865475f,-0.4304593345768794f,0.828125f,0.4489113825740991f,-0.1770453987404109f,-0.8758615743256806f,-0.2370972378676406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2503800040544415f,-0.6845837617011148f,-0.6845837617011147f,1.5468539028844275f,0f,0.7071067811865475f,-0.7071067811865475f,0.9341910171779821f,0.9681476403781076f,-0.1770453987404109f,-0.17704539874041092f,-0.25592234869930275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5289932421111491f,0.4310983776393146f,0.7309721872940762f,-1.0183181424173753f,-0.25309861080009455f,0.9023048425141521f,-0.348980034366686f,2.5420056783110456f,-0.8100044709825973f,-0.0003999653259437186f,0.5864235645128361f,-0.6696553518720176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8429784397952523f,0.4310983776393146f,0.32177871097559096f,-0.9941410913755435f,0.40259556881808367f,0.9023048425141521f,-0.1541518055150661f,2.530494321688954f,-0.3567970823989537f,-0.0003999653259437186f,-0.9341818249245336f,-0.5798109231541517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2578885444462065f,0.4310983776393146f,0.8646662289231422f,-1.1359295512349308f,0.12278780396897282f,0.9023048425141521f,-0.4132422127179025f,2.5982363319076853f,-0.9583405729905699f,-0.0003999653259437186f,-0.2856277055676566f,-0.5818889816779362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013599307749060932f,0f,0.000007694118126616676f,-0.2760729898065799f,0f,0.000015625f,0f,1.3536225f,-0.000007694118126616676f,0f,-0.000013599307749060932f,0.3635654739136342f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73.mcfunction new file mode 100644 index 000000000..aa004e9c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..893e298a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6635069499508286f,-0.21158349397568754f,0.42653885741914904f,0.3219970649881349f,-0.13518594335649423f,0.785208686917656f,0.1792108343608432f,1.3745124228421504f,-0.45653886201528066f,0.07499458320795606f,-0.6729729002000763f,-0.44274399699298134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6798073356195681f,0.05724289714668934f,0.4178339827779419f,0.3219970649881349f,0.17200734297035616f,0.7613110093757988f,0.1755534703942954f,1.3745124228421504f,-0.3850655274133248f,0.2390163126848375f,-0.6592387593796666f,-0.44274399699298134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47118635242246754f,-0.011506449938086956f,0.6669298818804543f,0.282928238957137f,0.21183154498504694f,0.7716939993979095f,0.16297304159569354f,1.3771514211245974f,-0.6324992191967531f,0.26702137994461406f,-0.4422541857488927f,-0.4802408600193283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.42212189313808024f,-0.18704893147913243f,0.6533190679645268f,0.282928238957137f,-0.09757486988395761f,0.7778122913863676f,0.1596470611549651f,1.3771514211245974f,-0.672526766828393f,0.004553745799147052f,-0.4332285901213643f,-0.4802408600193283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.786351696620349f,-1.3451751618521866f,0.11645189203376341f,-0.6205870326816048f,-0.47156770856709135f,0.14733931473860015f,-1.4823364235453247f,1.5776118411466524f,1.2651802857534116f,-0.7811537366410689f,-0.48012908084453076f,-0.7347147041795512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8632479848773955f,-0.04842896556085438f,0.5024515418424166f,-0.40092956632468546f,0.093366369751258f,0.9628929819497876f,0.2532189296070049f,1.5807553927090148f,-0.4960701942312068f,0.2655028071538067f,-0.8266937896155151f,-0.6161208531185478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7657350333518247f,-0.04842896556085438f,0.6413302534516717f,-0.17120460820833047f,0.13488364597463137f,0.9628929819497876f,0.23375950752950392f,1.532134848914503f,-0.6288531313003618f,0.2655028071538067f,-0.7307886142019309f,-0.3884708213492443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.13863045773282973f,-0.02391445560875874f,0.9900553999659426f,0.37603937431343354f,0.377313980047263f,0.9255838200047709f,-0.030475442675527403f,1.393146850226388f,-0.9156504554958075f,0.37778656799615373f,0.1373373670637666f,0.3254613137218279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3783216751026187f,-0.02391445560875874f,0.9253652300364894f,0.24584478921296246f,0.3414117210018311f,0.9255838200047709f,0.16350115873578264f,1.497171393353273f,-0.860413125719335f,0.37778656799615373f,-0.3420037457858778f,0.037542219074114425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7982707224886827f,0.02284115210689225f,0.6018655459384814f,-0.18918058924189246f,-0.4855412903934182f,0.566885336738396f,-0.6655003157881217f,1.1565801551549049f,-0.35638954662067573f,-0.8234799917189399f,-0.441437644858347f,-0.0836001756657686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7615813947930905f,-0.08341431377763842f,0.6426786377047369f,-0.20080403158954507f,-0.3291027649335092f,0.9040762876417917f,-0.2726489248776818f,1.3243904033072553f,-0.5582876939518996f,-0.4191516651295114f,-0.7159795614408473f,-0.16666598513655728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7323331967573821f,-0.1515389635469836f,0.6638704929835483f,0.05782854820191205f,-0.6338384776475575f,0.5080133647421651f,-0.5832419785104386f,1.1523216556369096f,-0.24887119797304813f,-0.8479141252334754f,-0.4680862773560126f,0.14679438063750855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7423942552444467f,-0.19966263337733708f,0.6395198219077108f,0.02438880333058452f,-0.4603137327142209f,0.8455857128178143f,-0.2703628483225645f,1.3091792089882337f,-0.4867874662054723f,-0.4950955817932697f,-0.7196654275661989f,0.04946605012898175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944829f,0.31560605209702053f,0.2899838832677006f,0.03073835908837215f,0.9885632288688206f,0.147641104740536f,2.0338057582749633f,-0.31460031135637617f,0.14977222714423444f,-0.9373339447980783f,0.02626731712327751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944829f,0.31560605209702053f,0.3573536697219633f,0.03073835908837215f,0.9885632288688206f,0.147641104740536f,1.922924019769972f,-0.31460031135637617f,0.14977222714423444f,-0.9373339447980783f,-0.06853175691870755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944829f,0.31560605209702053f,-0.2673928814751649f,0.03073835908837215f,0.9885632288688206f,0.147641104740536f,2.0518645442393817f,-0.31460031135637617f,0.14977222714423444f,-0.9373339447980783f,-0.15856036579859353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944829f,0.31560605209702053f,-0.2711775756263743f,0.03073835908837215f,0.9885632288688206f,0.147641104740536f,1.9432881826660184f,-0.31460031135637617f,0.14977222714423444f,-0.9373339447980783f,-0.27695446319230677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9396666260190462f,0.13297168984153324f,0.315190675062999f,0.20177379392263267f,0.1850686360452397f,0.9724898879095346f,0.14146737385720828f,2.1459073733443668f,-0.28770858850290937f,0.1912640782122655f,-0.9384251810811961f,-0.00984752505076579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9488991257312394f,-0.015661658271732853f,0.315190675062999f,0.09231700824495331f,0.030659198659566192f,0.9894680367103821f,0.14146737385720828f,2.159410101638828f,-0.3140867121099565f,0.1439017608949986f,-0.9384251810811961f,-0.044575453620096364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9240889668867169f,0.216968704826911f,0.31461748585222177f,0.07088598071155511f,0.26930247291619114f,0.9537959537076818f,0.13322708723107995f,2.155938004259234f,-0.2711747764071435f,0.20784094836337325f,-0.9398225262377727f,-0.05121012157885364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9459078506331058f,-0.07920969452463011f,0.31461748585222177f,0.0983823304653627f,-0.0386172871403916f,0.9903328977479434f,0.13322708723107995f,2.164955823474614f,-0.3221289233281833f,0.1138708739383168f,-0.9398225262377727f,-0.04072702509856649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9466532815366862f,0.06973809684706479f,0.31461748585222177f,0.16169524956532558f,0.11678035281696184f,0.9841813310685525f,0.13322708723107995f,2.2711074546966366f,-0.3003496524915076f,0.16286100031708411f,-0.9398225262377727f,-0.037735370841258414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9466532815366862f,0.06709994716208464f,0.315190675062999f,0.14659776145385656f,0.11678035281696184f,0.9830306868709087f,0.14146737385720828f,2.0499255501506823f,-0.3003496524915076f,0.1707286319307768f,-0.9384251810811961f,-0.07614931302568313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9342871600149647f,-0.16583221192188308f,0.31560605209702053f,-0.16891134885583475f,-0.1242854409859255f,0.9812009138550207f,0.147641104740536f,2.1576177112070063f,-0.3341565977054851f,0.09871395108680217f,-0.9373339447980783f,-0.1320811347272085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9487264080729624f,-0.017635830139448305f,0.31560605209702053f,-0.05981000919919717f,0.030738359088372136f,0.9885632288688206f,0.147641104740536f,2.1640392429825956f,-0.3146003113563762f,0.14977222714423444f,-0.9373339447980783f,-0.09433458203981614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9162786857005635f,-0.24662966166011108f,0.31560605209702053f,-0.038542617239845534f,-0.20932979179188882f,0.9666349582232987f,0.147641104740536f,2.159082374423542f,-0.34148851869310687f,0.06921464823330828f,-0.9373339447980783f,-0.08795448655968618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9476455715477975f,0.048586938631497587f,0.31560605209702053f,-0.06633397688062476f,0.099622166909533f,0.9840109389896248f,0.147641104740536f,2.1698638861059174f,-0.30338637837928245f,0.1713527978854616f,-0.9373339447980783f,-0.09561379202164988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9435791537871359f,-0.1002556752412819f,0.31560605209702053f,-0.11314136749367246f,-0.055537572113208714f,0.9874804718447672f,0.147641104740536f,2.279793246087847f,-0.32645667189096106f,0.12178307479756947f,-0.9373339447980783f,-0.1273981990353241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9435791537871359f,-0.1002556752412819f,0.31560605209702053f,-0.09058384056438407f,-0.055537572113208714f,0.9874804718447672f,0.147641104740536f,2.057610139922775f,-0.32645667189096106f,0.12178307479756947f,-0.9373339447980783f,-0.15479939086477718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944829f,0.31560605209702053f,0.027182634263171614f,0.03073835908837215f,0.9885632288688206f,0.147641104740536f,1.5425154057183164f,-0.31460031135637617f,0.14977222714423444f,-0.9373339447980783f,-0.16294093258171038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7206170717444146f,-0.11406403169187475f,0.6838862716743919f,0.06995664614762465f,0.04867582182086953f,0.9756176269213265f,0.21401147261411554f,1.176658795622819f,-0.6916225128497249f,0.18750904702065543f,-0.6974945569714776f,-0.23325682521445618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8193947161871318f,-0.36346321143942795f,0.443268308155171f,0.2615164155730986f,-0.1851538352413748f,0.8996474362890164f,0.395414399932539f,0.5541178087267391f,-0.5425037846688442f,0.24192764271314238f,-0.8044629632936762f,-0.1885404822458801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8193947161871318f,-0.1291035628408267f,0.5585020762239068f,0.22642809519309617f,-0.1851538352413748f,0.9816916541196132f,-0.044716367554928166f,0.8921514730499027f,-0.5425037846688442f,-0.1400491567047168f,-0.8282969741139213f,-0.2509124804274759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8641296867122978f,0.07230990233069029f,0.498047349724333f,-0.08365513640909224f,0.16839192739370776f,0.9741267606847478f,0.15073557279710786f,0.5363823784409794f,-0.47426157690786863f,0.214122236450972f,-0.8539482563516925f,-0.33532022364659786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8641296867122978f,0.25740010803405894f,0.43246395101390916f,0.018790305147942526f,0.16839192739370776f,0.9576597826456741f,-0.23352066180891262f,0.9060160400798724f,-0.47426157690786863f,-0.128968698090254f,-0.8708863482577774f,-0.3907386338331824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7830570496148385f,0.39727041550809417f,0.4785372232235761f,0.08091882374152072f,0.2303373512675342f,0.8999433587087261f,-0.3701981303668533f,1.0464036912401278f,-0.5777251610061318f,-0.17966125925775817f,-0.7962132065360105f,-0.2515079317705816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8772855157527388f,0.013179800145970061f,0.47978788721534377f,0.08209503764971397f,-0.23982957150450565f,0.8538477493910087f,-0.4619802998958659f,1.0158208758376384f,-0.4157546157078912f,-0.5203559490656577f,-0.7459073573772834f,-0.26562530220205505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8569937526525921f,0.19121671972894314f,0.4785372232235761f,0.08452708324280588f,0.0005574065760396154f,0.9289526541061149f,-0.3701981303668533f,1.06393302782311f,-0.5153264957406487f,-0.31699074517295855f,-0.7962132065360105f,-0.25748954713199534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8748182858851653f,-0.0023719610547945635f,0.48444539473680165f,0.08240688376906018f,0.1862352027642722f,0.9214985228303995f,0.34081801840974046f,1.0678890217741424f,-0.4472241227083926f,0.38837462098101394f,-0.8057020155402135f,-0.2539633520068001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8004698232105595f,-0.3490649174571286f,0.4872388998529403f,0.08239283398067014f,-0.19886507949120974f,0.9215390185822134f,0.33349440383533563f,1.0679642321171896f,-0.5654208541327516f,0.17005740392931748f,-0.8070809978438414f,-0.253939985198184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8570119298973223f,-0.1756223548753732f,0.48444539473680165f,0.08019755454472798f,0f,0.9401292880914082f,0.34081801840974046f,1.0797158482183322f,-0.5152965670501474f,0.29208510770111273f,-0.8057020155402135f,-0.2502889213519201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8235223081942329f,0.19100091250485782f,0.5341625776191689f,-0.0935448723366537f,0.24232473964612317f,0.9698246179262676f,0.02681288905746007f,1.1210836428956803f,-0.5129227314731543f,0.1515218198362225f,-0.8449564542931416f,-0.337327474102414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8381978207563504f,-0.2041652313002172f,0.5057083859374233f,0.24586173171952316f,-0.24779569322548436f,0.9686127094400243f,-0.019665033184733616f,1.128608499012358f,-0.48582065384070144f,-0.14179554802384964f,-0.8624803272321112f,-0.1498150833425581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8570119298973223f,-0.12487513496404015f,0.4999367486806505f,0.08792868556918804f,0f,0.9701922749894777f,0.24233643875971642f,0.9635275446688758f,-0.5152965670501474f,0.20768521906590884f,-0.831466353960206f,-0.27830807079476216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8570119298973223f,-0.11580012876760098f,0.5021164030292917f,0.06875000000000003f,0f,0.9744221777057307f,0.22472520907815713f,1.18125f,-0.5152965670501474f,0.1925921851286507f,-0.8350914310503399f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30256127349125067f,-0.6960626774644044f,-0.6511170592331594f,1.4808001365032308f,0.5399934874842026f,0.6881067922024365f,-0.4846814170148481f,0.821825280439593f,0.7854067158218098f,-0.20495314480621565f,0.5840637800583438f,-0.3226657533690871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.679225838381259f,-0.6960626774644044f,-0.23269939732702533f,1.4544103218687432f,-0.5385741825859632f,0.6881067922024365f,-0.4862580512204753f,0.8219247195604068f,0.49858811691328697f,-0.20495314480621565f,-0.8422613003735272f,-0.23270670548940667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.28149135610120224f,-0.6960626774644044f,-0.6604993304170651f,1.5666801287485468f,0.0010606839553466973f,0.6881067922024365f,-0.7256086531143491f,0.9307162979671523f,0.9595631773832577f,-0.20495314480621565f,-0.19295781156560984f,-0.2487425576944054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.49604167803494653f,0.44311135217414993f,0.7467228289175781f,-1.0315217808432766f,-0.2365188565923222f,0.896418189596154f,-0.37482430529171157f,2.543514591934221f,-0.8354648311739606f,0.009314447678213933f,0.5494649733476329f,-0.6851492589791687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7968033489546971f,0.44311135217414993f,0.41080013713358887f,-1.010386320126877f,0.398589133490845f,0.896418189596154f,-0.19380694524234937f,2.532125408065779f,-0.45412677278222235f,0.009314447678213933f,-0.8908883854371732f,-0.5945256346248297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2254449143082637f,0.44311135217414993f,0.867655991846386f,-1.1511024492620348f,0.12148462793004336f,0.896418189596154f,-0.42623457689147254f,2.6017551865337207f,-0.9666519931129498f,0.009314447678213933f,-0.25592413968832883f,-0.6014488258487498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013390811404645663f,0f,0.000008051508860158552f,-0.29170187345101023f,0f,0.000015625f,0f,1.3473724999999999f,-0.000008051508860158552f,0f,-0.000013390811404645663f,0.3542265488317246f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74.mcfunction new file mode 100644 index 000000000..e54297487 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..5ad2c73ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6666192985298585f,-0.22066356439165918f,0.41697811288120595f,0.32577804005965627f,-0.1447312881528009f,0.7826739529632364f,0.18280804694262476f,1.3688982058948267f,-0.4490167140559855f,0.0753227664608388f,-0.6779785511323315f,-0.42980490800518223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6860279667997545f,0.05019194500875855f,0.40846835547546706f,0.32577804005965627f,0.16241836398794265f,0.7625953096098324f,0.17907727047440794f,1.3688982058948267f,-0.37813476937207857f,0.23649347225097322f,-0.6641422541704473f,-0.42980490800518223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4192275839186526f,-0.02919946209781376f,0.7002428641117106f,0.28654469570701513f,0.21926992876416584f,0.7695307795181211f,0.1633631603466185f,1.3715914034367205f,-0.6656676165068652f,0.27187168891202274f,-0.38719097813177095f,-0.47008019441283033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3684652739929424f,-0.18358357826803878f,0.6859521934155532f,0.28654469570701513f,-0.09003201378235787f,0.7786429770986131f,0.16002921829872832f,1.3715914034367205f,-0.7043632431889097f,-0.0034905594553879815f,-0.3792891214352042f,-0.47008019441283033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8133577744171024f,-1.3158347305247728f,0.22007803784125432f,-0.6029102681945918f,-0.6237354188590124f,0.14720986825164262f,-1.425022677696782f,1.5708815822794946f,1.1793258701716123f,-0.829647194073561f,-0.6018988912681574f,-0.7587315050026529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8448573735606606f,-0.06065175872682295f,0.5315424559746155f,-0.38772667402673466f,0.09266109766556777f,0.9619474349417817f,0.2570429018439113f,1.5742274768993316f,-0.5269060061525157f,0.26641789837071717f,-0.8070883248493533f,-0.6322064249129091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7430548960200469f,-0.06065175872682295f,0.666476395428961f,-0.16671511644440754f,0.13470411896777812f,0.9619474349417817f,0.23772238586645814f,1.52535237830877f,-0.6555335398236708f,0.26641789837071717f,-0.7066097095242734f,-0.39603604832474215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2370791587030155f,-0.04031951495502813f,0.970653289914819f,0.3361515066389499f,0.3746566848978421f,0.9256441674084781f,-0.053058871115246556f,1.3812573117196605f,-0.8963402484380745f,0.3762408963104045f,0.23455691627729522f,0.34229532138864993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2889250941235347f,-0.04031951495502813f,0.956502287869453f,0.2356793968562307f,0.34966058369305597f,0.9256441674084781f,0.144638693142937f,1.4881183482624325f,-0.8912125258304766f,0.3762408963104045f,-0.25334368305999916f,0.04370661656240643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7829620354461757f,0.10532780099637182f,0.6130876816469649f,-0.2002225375586857f,-0.3650951980509531f,0.7201602705827452f,-0.5899785428592492f,1.139490132356917f,-0.5036625332602347f,-0.6857661693401447f,-0.5254034769378929f,-0.11452293858490697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7409540553622425f,-0.0394767575620556f,0.6703944163361101f,-0.20343446449947045f,-0.23019534569955213f,0.9527216672093939f,-0.19832177804773946f,1.31688593384588f,-0.6308701852683409f,-0.30126900013466335f,-0.7150103488043718f,-0.17547969079018366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7499469365642552f,-0.03200358585269364f,0.6607233633151308f,0.03442012646992368f,-0.49494917394446175f,0.6898161067245012f,-0.5283739718373215f,1.1304642726317473f,-0.43886775633393726f,-0.7232769244183177f,-0.5331656244117722f,0.12153730984998831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7350666348764112f,-0.12910861793813777f,0.6655884667462115f,0.014372188523686658f,-0.3376942796993835f,0.9209841778089136f,-0.19429543917435155f,1.3019344594760789f,-0.587911231181871f,-0.367585512499804f,-0.7205839820940185f,0.048111376368187464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,0.2802511165454263f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,2.030717220001543f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,0.024794885302266062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,0.3486893028880474f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,1.920841949395347f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.07040990480489133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,-0.27823938343354765f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,2.0410911893324997f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.1572408040379182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,-0.2810978566627104f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,1.932540255236639f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.27568419278424805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9433150950147067f,0.12418827232710594f,0.3077887336044048f,0.19074984687558172f,0.17220713318605657f,0.975901181513929f,0.13402084613804263f,2.1421752702735155f,-0.2837275714435146f,0.17942730264964057f,-0.9419684221175566f,-0.01203637005921604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9511286467991816f,-0.024907683636863874f,0.3077887336044048f,0.0809430780504424f,0.017422398352921364f,0.9908253493103996f,0.13402084613804263f,2.1541669957248417f,-0.30830302832374146f,0.132833483955555f,-0.9419684221175566f,-0.0462096442055782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9276946616209186f,0.21355244119696773f,0.30623188870342183f,0.05891401620123346f,0.25708540074400027f,0.9601978227359914f,0.10921189466975839f,2.1506788401848462f,-0.27072072607088354f,0.18004303949855235f,-0.9456716091771901f,-0.05066300082585888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9482813865869218f,-0.0835729752606664f,0.30623188870342183f,0.08644626875737799f,-0.05221469956531223f,0.9926461540810733f,0.10921189466975839f,2.1601193491354356f,-0.31310706954984163f,0.08757380084325603f,-0.9456716091771901f,-0.040657128303259446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9496801628120158f,0.06579983816452738f,0.30623188870342183f,0.14921300546481212f,0.10371222011957835f,0.9885932113162166f,0.10921189466975839f,2.2666360426695347f,-0.29555264126583497f,0.13547635895982846f,-0.9456716091771901f,-0.04107580826750151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9496801628120158f,0.0580834212795674f,0.3077887336044048f,0.13614423567690948f,0.10371222011957835f,0.9855364976490273f,0.13402084613804263f,2.044890330698504f,-0.29555264126583497f,0.15919839187048682f,-0.9419684221175566f,-0.07689544643836099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9341162879035405f,-0.1790293545239216f,0.3088288375331188f,-0.18111395264710295f,-0.13713786350547336f,0.9787311826515189f,0.1525728629170765f,2.148195044794563f,-0.3295754345615945f,0.10016866937474436f,-0.9388004423780536f,-0.13118491970106955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9506221276237855f,-0.030697224303994075f,0.3088288375331188f,-0.07192587917963064f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,2.1561189377981274f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.09397850685153593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9149582570434834f,-0.25976169266443655f,0.3088288375331188f,-0.050559722405545016f,-0.2219180557060691f,0.9630544626618606f,0.1525728629170765f,2.1514560945878407f,-0.33705157531094393f,0.07106310555542736f,-0.9388004423780536f,-0.0877076725448839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9504477900201741f,0.03568960007774648f,0.3088288375331188f,-0.07853689089054425f,0.08654358250834027f,0.9844956728335118f,0.1525728629170765f,2.161852577360246f,-0.2985953897373322f,0.17173969435858863f,-0.9388004423780536f,-0.09522144752987269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9443292840430036f,-0.1134325897031821f,0.3088288375331188f,-0.1270336289122528f,-0.06853096651731157f,0.9859132964563821f,0.1525728629170765f,2.271135277435639f,-0.32178519221218255f,0.12291468367831175f,-0.9388004423780536f,-0.1267016380746491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9443292840430036f,-0.1134325897031821f,0.3088288375331188f,-0.10151129622903689f,-0.06853096651731157f,0.9859132964563821f,0.1525728629170765f,2.0493047857329536f,-0.32178519221218255f,0.12291468367831175f,-0.9388004423780536f,-0.1543574419022692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,0.023397896006823293f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,1.5359107424266025f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.1634162769565855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6969812896741028f,-0.12435179097905784f,0.7062249740164427f,0.07002981762396998f,0.04784471798336361f,0.9745906547730965f,0.2188239899783375f,1.1704392468866913f,-0.7154914149067877f,0.1863053614613596f,-0.6733218750979616f,-0.23328078750459535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8111362581848542f,-0.36688086140693116f,0.4554738238265525f,0.27098255110660846f,-0.1689052517060068f,0.892541799530301f,0.4181389147608033f,0.5448979115226282f,-0.5599365915923015f,0.26223571386163247f,-0.7859411197866389f,-0.2086169840286406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8111362581848542f,-0.14458093446231773f,0.5667047944458175f,0.22878109440502856f,-0.1689052517060068f,0.9855846552997255f,0.00969036551692587f,0.8871851866869931f,-0.5599365915923015f,-0.08785920912302884f,-0.8238639285514762f,-0.2507342291643215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8551896732164134f,0.06457169092088702f,0.5142772788638649f,-0.07816701532853636f,0.16560629121448955f,0.9742415232018615f,0.15306211412200835f,0.5311805684972153f,-0.49114679998365646f,0.21606469216633817f,-0.8438547681117169f,-0.34156173043566523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8551896732164134f,0.25646185788445464f,0.45041973566270144f,0.0240270779495817f,0.16560629121448955f,0.958656138206087f,-0.23141513561125127f,0.9012134774545038f,-0.49114679998365646f,-0.12331149228780713f,-0.8623045266815942f,-0.39473433698895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.778283789877697f,0.3748284843646222f,0.5037637836551265f,0.08272210501155107f,0.23102146799427659f,0.916941471639013f,-0.32534200299723126f,1.045819839024643f,-0.5838693550267718f,-0.13682815827672762f,-0.8002341103472285f,-0.2534776555411728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8630245464174595f,0.01530435230456606f,0.5049301031642659f,0.0849401875127295f,-0.2298268883379961f,0.8782093710406026f,-0.4194376020498677f,1.015891436121283f,-0.44985356915091035f,-0.47803146069794045f,-0.7543988924336915f,-0.2688114730590683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8459664179716101f,0.1748223954239104f,0.5037637836551265f,0.08602362594913161f,0.0016734153566090087f,0.9455949348250516f,-0.32534200299723126f,1.063677399368814f,-0.53323355046858f,-0.27438540283960455f,-0.8002341103472285f,-0.25865942387379876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8678662956961688f,-0.012778166300237703f,0.49663347778881506f,0.08356476766187892f,0.1947604804620552f,0.910896265575404f,0.3637806325396834f,1.0558399383145616f,-0.45703002969695483f,0.4124375247559153f,-0.7880474859603411f,-0.25475775961179703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7888757662642621f,-0.35213406275181697f,0.503663208156872f,0.08354731175675051f,-0.1894663241401494f,0.9189968139623603f,0.34575622618233565f,1.0559237719329748f,-0.5846174282535487f,0.17733149121611202f,-0.791691862283096f,-0.25473006095118145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.846012316763579f,-0.193954501426773f,0.49663347778881506f,0.08112288048891585f,0f,0.9314846490356283f,0.3637806325396834f,1.06756733004592f,-0.5331633519704084f,0.30776289572861776f,-0.7880474859603411f,-0.25088302475457375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8138768643758425f,0.17156811335983385f,0.5551295633560633f,-0.09086848010869623f,0.24391826321040877f,0.9680340567923434f,0.05842898050262173f,1.114934871860933f,-0.5273597733105589f,0.18296023439071457f,-0.8297091189841959f,-0.34136784592467484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8292001944654758f,-0.19348241470885777f,0.524396407974775f,0.24584154533923375f,-0.23125396392227388f,0.9728702284813293f,-0.0067173435911584145f,1.1179299957555755f,-0.5088699653827615f,-0.12683877062284868f,-0.8514477579970666f,-0.14885804397757896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.846012316763579f,-0.13587976544799413f,0.5155578039619997f,0.09040031577693464f,0f,0.9669790732177221f,0.25485578659115293f,0.9579403467992861f,-0.5331633519704084f,0.21561113445458555f,-0.8180762059948236f,-0.28025737027881414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.846012316763579f,-0.12647736839899332f,0.5179446255799812f,0.06875000000000003f,0f,0.97145579054865f,0.2372206715476068f,1.175f,-0.5331633519704084f,0.20069160992020285f,-0.8218635639954575f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15556326362461864f,-0.718013177952542f,-0.6784225433289699f,1.521746262515242f,0.49916322219261994f,0.6497869983935901f,-0.5732477076525728f,0.8154904769596637f,0.8524295563979105f,-0.24946729846843554f,0.4594887576145057f,-0.339069871727507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6487002901437822f,-0.718013177952542f,-0.252279626315451f,1.491195342810976f,-0.49482042055182135f,0.6497869983935901f,-0.5770005269699214f,0.8157595230403365f,0.5782220031893384f,-0.24946729846843554f,-0.776804597065806f,-0.250437871753288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3258764768455039f,-0.718013177952542f,-0.6150297538536265f,1.598725265741153f,0.0028698248605092402f,0.6497869983935901f,-0.7601109266573651f,0.9296416389986049f,0.9454079997250031f,-0.24946729846843554f,-0.20968972566825686f,-0.263300412890159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.40999330272662926f,0.4737615052463387f,0.7793943339966193f,-1.0482406531704695f,-0.2101236371511616f,0.8805921048913466f,-0.42474180617569823f,2.546671954110704f,-0.8875548145493198f,0.010372123685671558f,0.46058535606396744f,-0.6849803753644856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7175416282172585f,0.4737615052463387f,0.5105722749249598f,-1.029093419313967f,0.3928145915727716f,0.8805921048913466f,-0.2650551668059766f,2.535298045889296f,-0.5751788490746527f,0.010372123685671558f,-0.8179619249252419f,-0.593914025116903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2042371611360288f,0.4737615052463387f,0.8566429934096345f,-1.1671634852536634f,0.12132168769502252f,0.8805921048913466f,-0.45808142605639324f,2.609697213908459f,-0.9713744026408804f,0.010372123685671558f,-0.23732717700322886f,-0.60384812369021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013218942449430923f,0f,0.000008330677374537632f,-0.3039058983758969f,0f,0.000015625f,0f,1.3411225f,-0.000008330677374537632f,0f,-0.000013218942449430923f,0.3465353612821142f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75.mcfunction new file mode 100644 index 000000000..ddbabf0aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..a57a7a67c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6740639912732698f,-0.2293167017655136f,0.3999950379749482f,0.32885744250222626f,-0.15586741201930568f,0.7801165367386534f,0.18457514302239575f,1.36247254935789f,-0.43392111032259983f,0.0760031831091326f,-0.6876630211216291f,-0.4160573224420379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6960094311874374f,0.045151459190217694f,0.39183187393464314f,0.32885744250222626f,0.15138118743553397f,0.764455422849152f,0.1808083033688775f,1.36247254935789f,-0.3642178026795887f,0.2314503234163185f,-0.6736290819150653f,-0.4160573224420379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.35709129179004806f,-0.047496204061376265f,0.732921799629346f,0.28889813351323756f,0.228588761253723f,0.7672938007951027f,0.16109576634517184f,1.3652906456348364f,-0.6979809682223775f,0.2755880590766042f,-0.3222083706829896f,-0.45992076924268815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.30537142072978374f,-0.1768493309526704f,0.7179642118818084f,0.28889813351323756f,-0.08075965463147912f,0.7801118397394743f,0.15780809764424997f,1.3652906456348364f,-0.7350007983568981f,-0.012240573511309805f,-0.3156326896486429f,-0.45992076924268815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8216007526530327f,-1.2927904602061902f,0.3083363086628563f,-0.5863456519142551f,-0.735734432174288f,0.14052607522661179f,-1.371259828586319f,1.562639974785647f,1.1068302934746346f,-0.8662283175821895f,-0.6826283419735678f,-0.7797213779484258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8292270821860722f,-0.0743078012339681f,0.55395017541738f,-0.37507283273287684f,0.08865319490515394f,0.9610881142189472f,0.26162998249469915f,1.5670199224674564f,-0.5518360781992077f,0.2660601198654938f,-0.7903726686917236f,-0.6467989450514506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.722726133685969f,-0.0743078012339681f,0.687128289595985f,-0.16177158456362042f,0.13193145574068965f,0.9610881142189472f,0.24270090171486852f,1.5187445738029088f,-0.6784254024382294f,0.2660601198654938f,-0.6847999605313114f,-0.4034448843379428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33363360599753067f,-0.05557807958546473f,0.9410630659093342f,0.2949453414193992f,0.36841796580235747f,0.9265572924951868f,-0.07589325528689511f,1.3698745639241776f,-0.8677308450338372f,0.37202508086630487f,0.3296066136825566f,0.3558273689366439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19452652993634173f,-0.05557807958546473f,0.9793214519352249f,0.2258897074520032f,0.3554125927886611f,0.9265572924951868f,0.12318065031176864f,1.4787468731577063f,-0.9142435769739742f,0.37202508086630487f,-0.16048682552861593f,0.04915607858731899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7433694802770681f,0.19296725498753362f,0.6404416088100285f,-0.21061587886570135f,-0.20785146546860747f,0.8434389957084182f,-0.49538715043986276f,1.125765225736391f,-0.6357669259210909f,-0.5013724154966555f,-0.5868782811485658f,-0.14839727488151425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.708377936035104f,0.0034509130149698586f,0.7058249010470012f,-0.20555742704385077f,-0.11677867016910484f,0.9856337334618723f,-0.1220200215355911f,1.3098089256258947f,-0.6961059128697167f,-0.16886158432684972f,-0.6977981967635374f,-0.18442006067257066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7345149075240752f,0.10711187306322381f,0.6700857387482496f,0.010199778590593147f,-0.2987380703950886f,0.8355882833876173f,-0.4610290511041079f,1.11297279956482f,-0.6092974773634949f,-0.5388128314305654f,-0.581753656425345f,0.09146080103358115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7102548158463582f,-0.0529631073367379f,0.7019494325293618f,0.004656379918263287f,-0.18971294958086132f,0.9746724445462603f,-0.1184171550221787f,1.294983775698355f,-0.6778990288593025f,-0.21727525193508412f,-0.702313584923544f,0.046332231389980744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,0.27162519391905837f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,2.0275882665793095f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,0.022251531196645524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,0.3409721459711748f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,1.918524033282003f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.07322781607988445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,-0.2878715606805926f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,2.030714979378089f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.15694069871171867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,-0.2899497262369422f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,1.9220499009061587f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.2752956498063377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9466666870090508f,0.11548693303033271f,0.30080716747869485f,0.180849228019136f,0.16005813024360993f,0.9787812649099186f,0.1279399484299555f,2.138297728845662f,-0.27964902762253224f,0.1692631199068112f,-0.9450642399272045f,-0.015125235429399031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9530777857764031f,-0.03402619950851743f,0.30080716747869485f,0.07072605682298236f,0.004972425491487895f,0.9917694513244861f,0.1279399484299555f,2.148864918101313f,-0.3026846696552052f,0.12343246398956259f,-0.9450642399272045f,-0.04874609654177831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9312308781045722f,0.20871829641929152f,0.2987402289689431f,0.04827172875115757f,0.24540003989325143f,0.9651763827710009f,0.0906276478867089f,2.145355689826575f,-0.2694213653090239f,0.1577061282287897f,-0.950021528721379f,-0.0515312048606667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9501506954271601f,-0.08926327114142728f,0.2987402289689431f,0.07581434636410314f,-0.06486659780601105f,0.9937700709558506f,0.0906276478867089f,2.155181323488093f,-0.3049688188460548f,0.06673166038348022f,-0.950021528721379f,-0.04193293610131782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9524166157505181f,0.06047202359698095f,0.2987402289689431f,0.1378967859257181f,0.09139190707589949f,0.9916824838422594f,0.0906276478867089f,2.262051913655811f,-0.29077501502598296f,0.11361771693945154f,-0.950021528721379f,-0.045109756293287354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9524166157505181f,0.04916948276903883f,0.30080716747869485f,0.1268336523026844f,0.09139190707589949f,0.9875620937018446f,0.1279399484299555f,2.0398504425728965f,-0.29077501502598296f,0.14934347340093151f,-0.9450642399272045f,-0.07871203780849689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.933958890797459f,-0.1909719472797356f,0.3020769863007875f,-0.19198717157244777f,-0.14926520948658606f,0.9764444898089238f,0.15580775192113033f,2.139066226434663f,-0.32471631855714606f,0.10042845052064091f,-0.9404644803440039f,-0.13145177061520197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.042517406257476284f,0.3020769863007875f,-0.08272092872952379f,0.0053220643383483646f,0.9877730610177939f,0.15580775192113033f,2.148407371601312f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.0948079197399628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9137605933389442f,-0.2716451221875605f,0.3020769863007875f,-0.06126545515050713f,-0.23379995506124565f,0.9597195035293612f,0.15580775192113033f,2.1440216269391503f,-0.3322335911286221f,0.07174539802009844f,-0.9404644803440039f,-0.08864301728668433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9529809258237442f,0.024017688555596564f,0.3020769863007875f,-0.08941069381625341f,0.07421266565314819f,0.9849956470451725f,0.15580775192113033f,2.154055433177885f,-0.29380237451861063f,0.17089975406216604f,-0.9404644803440039f,-0.09602095045334416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9450053435063694f,-0.12535707037037333f,0.3020769863007875f,-0.13945541389220314f,-0.08078828252236792f,0.9844781347741401f,0.15580775192113033f,2.262688538981665f,-0.3169197913534197f,0.1228348772124095f,-0.9404644803440039f,-0.12732620316266827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9450053435063694f,-0.12535707037037333f,0.3020769863007875f,-0.11125007305886918f,-0.08078828252236792f,0.9844781347741401f,0.15580775192113033f,2.041180958657484f,-0.3169197913534197f,0.1228348772124095f,-0.9404644803440039f,-0.15496405053546036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,0.020142054506964616f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,1.5294130145960352f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.16431780618985747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.672684182278765f,-0.13320352907554922f,0.7278411988571192f,0.07009337791029557f,0.04744047976812691f,0.9738745783935574f,0.22207590242559155f,1.1642100476984512f,-0.7384073346001645f,0.1839160824957683f,-0.6487907850825954f,-0.2332863371257706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.802852902177547f,-0.3713925722141882f,0.4663633505853769f,0.27802265024095746f,-0.15323522428873063f,0.8845267331217866f,0.44060347755105383f,0.5372779581687117f,-0.5761477097952161f,0.28227648803438915f,-0.7670552788428606f,-0.2240268508005481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.802852902177547f,-0.1563759931001788f,0.5753031950606767f,0.23051242294567037f,-0.15323522428873063f,0.9866937912115263f,0.054353734202971266f,0.881820876152319f,-0.5761477097952161f,-0.04451866088010366f,-0.8161322842108194f,-0.24945850174364328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8455845724980492f,0.05805099258642324f,0.5306758078271728f,-0.07366608058623786f,0.16172116195663522f,0.9752141184035442f,0.15100890384938775f,0.5258950033481358f,-0.5087563233304204f,0.21351230766897009f,-0.8340140873781351f,-0.3450270530902045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8455845724980492f,0.25671296350498013f,0.4680653641552451f,0.02873560129791223f,0.16172116195663522f,0.9587689694518466f,-0.2336842506281491f,0.8959574524443004f,-0.5087563233304204f,-0.12190372260408855f,-0.8522361679056916f,-0.39759122164869937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7743067578873625f,0.34847463243100596f,0.5282182079804107f,0.08432276624741994f,0.22896793278103736f,0.9324425122600231f,-0.2795078658789325f,1.0458204313794108f,-0.5899345136944775f,-0.09547979829415329f,-0.8017860547987652f,-0.2549391931775384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8481600606907476f,0.0153083914304376f,0.5295188047660627f,0.08762194722904725f,-0.21830562107327048f,0.9006577262984754f,-0.3757104149031197f,1.0165979831545726f,-0.4826667248287174f,-0.43425949985080714f,-0.7605600039000514f,-0.2714204082297461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8346640398433807f,0.15595340762641532f,0.5282182079804107f,0.08726092844710161f,0.002511165130261369f,0.9601401184001706f,-0.2795078658789325f,1.06390947121007f,-0.5507536968936441f,-0.23196872135746208f,-0.8017860547987652f,-0.259309483887913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8607762245125287f,-0.022727557631775613f,0.5084759084145984f,0.08454544732413476f,0.20298847034919637f,0.9007895233579318f,0.38389310428019363f,1.0432784913039672f,-0.4667547238317469f,0.43366080377719696f,-0.7707647728380335f,-0.2551932668631667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7777395502455032f,-0.3527509532009903f,0.520276808054823f,0.08453276342923016f,-0.17941487351108526f,0.9178365618139822f,0.3540993489975509f,1.0433338939564683f,-0.6024379595833281f,0.18205167072367348f,-0.777126562433556f,-0.2551740401914344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8347233260974506f,-0.2113982484098628f,0.5084759084145984f,0.08189028532410687f,0f,0.9233775416838534f,0.38389310428019363f,1.0548761132275164f,-0.5506695641387939f,0.3204445288706387f,-0.7707647728380335f,-0.25116848358055144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8039104437195519f,0.15065977239523395f,0.5753517458567842f,-0.08826685443791793f,0.24415495274873567f,0.9657107106768908f,0.08826767433323052f,1.1087478471687697f,-0.5423249556556439f,0.21143428356288596f,-0.8131292555352766f,-0.34508300093633393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8203318587058378f,-0.18015812392967243f,0.5427694648507468f,0.24595371700081595f,-0.21305630349587326f,0.9770372335760178f,0.002292541558265207f,1.1067459601412337f,-0.5307189963934773f,-0.11375981095388132f,-0.8398785937734319f,-0.14801691988610552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8347233260974506f,-0.14478171339603246f,0.5312957974000155f,0.0924427112434714f,0f,0.9648178000012086f,0.26291940362177135f,0.952153949812568f,-0.5506695641387939f,0.21946495908672312f,-0.8053559230950338f,-0.28135147741970196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8347233260974506f,-0.13522343934481773f,0.5338085708571637f,0.06875000000000003f,0f,0.9693809239157798f,0.2455618544240721f,1.16875f,-0.5506695641387939f,0.20497620788751944f,-0.8091648690663994f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.00912495359472959f,-0.7289372036536343f,-0.6845197501544524f,1.551895953117461f,0.4322808322718463f,0.6201535333217723f,-0.6546318638432456f,0.8091927974524081f,0.9016928619392826f,-0.2899312819240819f,0.32076445328247427f,-0.33868587888611557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6231664922060371f,-0.7289372036536343f,-0.2833973819943349f,1.5175155718326818f,-0.4257724732321092f,0.6201535333217723f,-0.6588834465566231f,0.8095572025475919f,0.6560345448445806f,-0.2899312819240819f,-0.6968202980198142f,-0.2514682253311166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3667240670376443f,-0.7289372036536343f,-0.5780692102032327f,1.6214161440055563f,0.0038869876819594973f,0.6201535333217723f,-0.7844708321125023f,0.9270456248168754f,0.9303216379199882f,-0.2899312819240819f,-0.2245918559960019f,-0.2613882737092158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3127936209291242f,0.49803802941021125f,0.8087757859674343f,-1.0526478748643031f,-0.16563776533854507f,0.8670576233043843f,-0.46986722439792034f,2.5459498662928746f,-0.9352669572906447f,0.013007656627771563f,0.3537039997926991f,-0.691588411450915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6237528215304045f,0.49803802941021125f,0.6024039665324699f,-1.035153703327513f,0.36862370888421f,0.8670576233043843f,-0.3351531577028654f,2.534530133707125f,-0.6892379697037221f,0.013007656627771563f,-0.7244182645321315f,-0.6001958178236886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1866044963924267f,0.49803802941021125f,0.8468393491018957f,-1.1709266914611924f,0.1218104809146606f,0.8670576233043843f,-0.4830872432688444f,2.6127030864903267f,-0.9748543320237482f,0.013007656627771563f,-0.22246310301617667f,-0.6125226491848753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013042551970272669f,0f,0.000008604211939668655f,-0.3158599409515291f,0f,0.000015625f,0f,1.3348725f,-0.000008604211939668655f,0f,-0.000013042551970272669f,0.3386478291128256f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76.mcfunction new file mode 100644 index 000000000..7b998c86a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..b809924b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6835070255312156f,-0.23375185375091032f,0.3809496835041703f,0.33285382352512516f,-0.16479085219438344f,0.7788342376357152f,0.1822241744771742f,1.3540292772128768f,-0.4154594631573137f,0.07564222100686749f,-0.6990108248937418f,-0.40116667818119306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7062182330753247f,0.04467748036790295f,0.3731752001673505f,0.33285382352512516f,0.14282455230798363f,0.766640072141176f,0.1785053137735584f,1.3540292772128768f,-0.3476448684073885f,0.2242028602300786f,-0.6847452978550941f,-0.40116667818119306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2842170065448273f,-0.06311599701591998f,0.7630081969126075f,0.2918042672716793f,0.23974026135329482f,0.7656186346128411f,0.15263406521568973f,1.357208530683343f,-0.7271105450489601f,0.2771081408019258f,-0.24792292758909695f,-0.4496329663695162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2335629342986404f,-0.16366698849125647f,0.7474366010572482f,0.2918042672716793f,-0.0700392944258937f,0.7827761753327254f,0.14951908429292057f,1.357208530683343f,-0.7619336276593468f,-0.0217847701312969f,-0.242863276005646f,-0.4496329663695162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8586082819765238f,-1.2685475332870162f,0.3081967292375903f,-0.5673424093530635f,-0.7016797384133265f,0.1373917862025305f,-1.38930748640619f,1.5567318925882507f,1.1008376868646566f,-0.9018408412106351f,-0.6451710891716766f,-0.8002906778719561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.812513667101623f,-0.08347441439770562f,0.576934626204766f,-0.36013436965681855f,0.08752815731446861f,0.961005186945734f,0.2623125089288135f,1.5613980725761096f,-0.5763335513834039f,0.26363052327899245f,-0.7735234868738234f,-0.6611259445562307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7007719924740319f,-0.08347441439770562f,0.7084847469811439f,-0.15454229364806035f,0.13147887609922088f,0.961005186945734f,0.2432741988026699f,1.5133003118315007f,-0.701164688003939f,0.26363052327899245f,-0.6624703974457904f,-0.4112160521574636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.41116581625750104f,-0.06718802305078093f,0.9090810970974099f,0.25789283727730256f,0.35911152622905596f,0.9285697327568405f,-0.09379319344881992f,1.359711814737238f,-0.8378434121425916f,0.36502605518841724f,0.405924125623055f,0.36581339373413857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10974953158915257f,-0.06718802305078093f,0.9916858423283501f,0.21707257652836864f,0.3567545053673487f,0.9285697327568405f,0.10239372201452619f,1.4691153779172135f,-0.9277290893445456f,0.36502605518841724f,-0.07794046328783627f,0.05431105457612495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6816191759051156f,0.27326621353886643f,0.6787642267949613f,-0.2191492452964114f,-0.051406384599804414f,0.9074682952327565f,-0.41696363962548566f,1.1177917447890273f,-0.7298990907384444f,-0.31910322731913165f,-0.6045001634852605f,-0.18001455990214463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6638055793968858f,0.041944258049676136f,0.7467280843641995f,-0.20661764638482089f,-0.012439697165993472f,0.9976688337503765f,-0.06709807819589425f,1.3044352881284986f,-0.7478017161627694f,-0.05382914990807609f,-0.6617363643658937f,-0.19424337778719572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6822670108328983f,0.23938165834484937f,0.6908025387744399f,-0.01299404769107056f,-0.09363526342285465f,0.9084850099756177f,-0.4072927989706354f,1.1023419394067753f,-0.7250821769791851f,-0.3425659181787814f,-0.5974147875048409f,0.06285619369088113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6665438738178358f,0.018328665145674994f,0.7452404473120677f,-0.004899670180556093f,-0.04661877120271294f,0.9967161099682419f,-0.06620941248285411f,1.2888124011978028f,-0.7440066897867667f,-0.07887367218377318f,-0.6635005571879986f,0.04392050167399869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9516049344739597f,-0.048236068030610174f,0.30351495914659155f,0.2672552076848234f,-0.0004817577769323511f,0.9878386615184575f,0.15548166039397363f,2.02320502466624f,-0.3073236349424743f,0.14781089455912563f,-0.9400553828660181f,0.020229587324732956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9516049344739597f,-0.048236068030610174f,0.30351495914659155f,0.3374244286514161f,-0.0004817577769323511f,0.9878386615184575f,0.15548166039397363f,1.9143196635550028f,-0.3073236349424743f,0.14781089455912563f,-0.9400553828660181f,-0.07485233032850419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9516049344739597f,-0.048236068030610174f,0.30351495914659155f,-0.29181269131862797f,-0.0004817577769323511f,0.9878386615184575f,0.15548166039397363f,2.022921991972292f,-0.3073236349424743f,0.14781089455912563f,-0.9400553828660181f,-0.16032304820397072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9516049344739597f,-0.048236068030610174f,0.30351495914659155f,-0.29301384043758216f,-0.0004817577769323511f,0.9878386615184575f,0.15548166039397363f,1.914000499027785f,-0.3073236349424743f,0.14781089455912563f,-0.9400553828660181f,-0.2784542384778934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9469035929187894f,0.10881939657002374f,0.30254243445775186f,0.17586348427442633f,0.15430706328254734f,0.9793398038736306f,0.13070148725196115f,2.1332007143950427f,-0.28206899145174247f,0.17044614245823972f,-0.9441319804892229f,-0.01728938936418356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9522687424819655f,-0.04064870778011242f,0.30254243445775186f,0.06576676518917184f,-0.0007952110359279729f,0.9914214486632483f,0.13070148725196115f,2.1431000514122456f,-0.3052599052139413f,0.12422235582323046f,-0.9441319804892229f,-0.051198918972870266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9322341544189165f,0.20092142549994801f,0.3009486037680131f,0.04348936269996975f,0.23967325091045014f,0.9659417937190168f,0.09753555220997694f,2.139369984620941f,-0.2711018519539551f,0.16305530326229067f,-0.9486394225126733f,-0.054547627750944336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9486955022865369f,-0.0969885654671674f,0.3009486037680131f,0.07092732319699854f,-0.07054962277616902f,0.9927283449067198f,0.09753555220997694f,2.149356320330674f,-0.3082200426115016f,0.07129972922379081f,-0.9486394225126733f,-0.04481638693304293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.952187840737336f,0.05261419810329805f,0.3009486037680131f,0.1322082435180119f,0.08561588771634918f,0.9915426041404557f,0.09753555220997694f,2.2567072591038375f,-0.2932716074264796f,0.118638148722536f,-0.9486394225126733f,-0.04727997788531649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.952187840737336f,0.042501662371565455f,0.30254243445775186f,0.12264536948440967f,0.08561588771634918f,0.9877180979412431f,0.13070148725196115f,2.034470687067058f,-0.2932716074264796f,0.15035480602556925f,-0.9441319804892229f,-0.08110980924106952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9323433151347172f,-0.19650601084406538f,0.30351495914659155f,-0.19657935405926324f,-0.1550078390999647f,0.9756013648507738f,0.15548166039397363f,2.131844854657306f,-0.32666268923947306f,0.09791508874254051f,-0.9400553828660181f,-0.1348296034031594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9516049344739597f,-0.0482360680306102f,0.30351495914659155f,-0.08745482161430926f,-0.0004817577769323511f,0.9878386615184575f,0.15548166039397363f,2.141855174225111f,-0.3073236349424742f,0.14781089455912566f,-0.9400553828660181f,-0.09794097987475164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.911668840008993f,-0.2770173202723972f,0.30351495914659155f,-0.06599095011230338f,-0.23944724905324144f,0.9583790837669446f,0.15548166039397363f,2.137598783160057f,-0.33395350137031354f,0.0690719629598879f,-0.9400553828660181f,-0.09171494741043618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9526516506941749f,0.018262037233188894f,0.30351495914659155f,-0.09417213467780776f,0.06842755741644334f,0.9854659419113136f,0.15548166039397363f,2.1474643111777056f,-0.29626424322837697f,0.16888864772074305f,-0.9400553828660181f,-0.09918206321360665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9437797400644671f,-0.13099035009530116f,0.30351495914659155f,-0.14472869290552295f,-0.08657573680263814f,0.9840376492178607f,0.15548166039397363f,2.255758718696843f,-0.31903674402947235f,0.1204634098126775f,-0.9400553828660181f,-0.13083645076883568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9437797400644671f,-0.13099035009530116f,0.30351495914659155f,-0.11525586413408025f,-0.08657573680263814f,0.9840376492178607f,0.15548166039397363f,2.034350247622825f,-0.31903674402947235f,0.1204634098126775f,-0.9400553828660181f,-0.15794071797668807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9516049344739597f,-0.048236068030610174f,0.30351495914659155f,0.01893089506752145f,-0.0004817577769323511f,0.9878386615184575f,0.15548166039397363f,1.52328435142942f,-0.3073236349424743f,0.14781089455912563f,-0.9400553828660181f,-0.16590161635586764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6454975238536473f,-0.13654394503938694f,0.7514577152254749f,0.07013487445729155f,0.049993238178226346f,0.9742256653649878f,0.21996597255167039f,1.1579497269175496f,-0.7621244142758222f,0.1795552951522956f,-0.6220339807016229f,-0.2332348520379785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7901453777237527f,-0.380581392102788f,0.480445716025122f,0.2757815268975934f,-0.14541949610853783f,0.8778872290347652f,0.45625341998630625f,0.5308494147036753f,-0.5954187200729645f,0.290640356940955f,-0.7490024904524065f,-0.22060196994000303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7901453777237527f,-0.15321001306937165f,0.5934618555198566f,0.23023363316607726f,-0.14541949610853783f,0.9874683630967055f,0.061313962803362265f,0.8751305573378172f,-0.5954187200729645f,-0.03785397969033265f,-0.8025232856486327f,-0.24424202711320298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8316571411000162f,0.05480841400882605f,0.5525779921524064f,-0.07220813692392576f,0.157288109858707f,0.977613199219014f,0.13976009162074718f,0.5200312020916045f,-0.532547509762672f,0.2031464261723584f,-0.8216597102079275f,-0.34327817310498127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8316571411000162f,0.2620988145984518f,0.4895412250704063f,0.03241478638966436f,0.157288109858707f,0.9566806970404131f,-0.24499488649223808f,0.889213754154188f,-0.532547509762672f,-0.1267527328950176f,-0.8368553605905988f,-0.3976252031054918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7658098192982524f,0.3268452141941566f,0.5538118151725854f,0.08516648451715397f,0.22227155727217435f,0.9426591486403703f,-0.24897607176677605f,1.0449299403123482f,-0.6034324117033991f,-0.06757170593516332f,-0.7945460270260191f,-0.2548504515962033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.831740058768859f,0.019359260751974285f,0.5548276251794894f,0.089423357044736f,-0.20982136992276512f,0.9143036009935406f,-0.3464446823577738f,1.0161939597436298f,-0.5139878085742006f,-0.40456661285056844f,-0.7564009442112756f,-0.27198340761780554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8200498444126767f,0.1442592321274129f,0.5538118151725854f,0.08787567289650679f,0.0022318097632870325f,0.9685070648749887f,-0.24897607176677605f,1.0631185029907004f,-0.5722877525370652f,-0.2029367862986982f,-0.7945460270260191f,-0.2586616044428928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8494574724068521f,-0.032188418090842136f,0.5266743854726288f,0.08479611082739545f,0.2084027741541243f,0.8965214997235854f,0.3909187693859662f,1.0315569156637958f,-0.4847579667184718f,0.44182927276741446f,-0.754848731487833f,-0.25424786497591517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7640062105666241f,-0.3489598375081927f,0.5426983895515843f,0.08479163709272038f,-0.17164985464396249f,0.9207383993395049f,0.35039567260802884f,1.0315753241674366f,-0.6219572634967245f,0.17455037034616167f,-0.7633487607874162f,-0.2542414530579681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8201087347600283f,-0.22368673375355624f,0.5266743854726288f,0.08199555292080092f,0f,0.9204251820445601f,0.3909187693859662f,1.0430806389429936f,-0.5722077098137577f,0.3205958973550721f,-0.754848731487833f,-0.25023400434102966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7897168589066843f,0.1331279444439429f,0.5988524302085537f,-0.08541191596295963f,0.2411411771843667f,0.9649571987356251f,0.1034820625733415f,1.1024508053366113f,-0.5640906092328589f,0.22612950938881368f,-0.7941455972042385f,-0.34890040036483755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8089007494047322f,-0.16241727336508713f,0.5650665508814984f,0.24507903206951864f,-0.19787201556302694f,0.9802267014842251f,-0.0015096868485765316f,1.096057629318369f,-0.5536481220680584f,-0.11303204417334975f,-0.8250439466601196f,-0.1453703102209142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8201087347600283f,-0.1479161169659046f,0.5527589759669529f,0.09321193712858966f,0f,0.966011059422574f,0.2585007409530507f,0.9456728572730468f,-0.5722077098137577f,0.21199871559753627f,-0.7922341077072418f,-0.27996298975922473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8201087347600283f,-0.1381551289237588f,0.5552790501381851f,0.06875000000000003f,0f,0.9704151842325185f,0.2414422709696197f,1.1625f,-0.5722077098137577f,0.19800891536248275f,-0.7958459689328505f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07970475032582985f,-0.7144547431385004f,-0.6951270191716019f,1.541735452742275f,0.3573129011888802f,0.6305279317550413f,-0.6890297656275058f,0.8029608154460525f,0.930577585921498f,-0.3032967973513887f,0.2050278256649764f,-0.2850811564069292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6110302949808681f,-0.7144547431385004f,-0.3408759284879069f,1.5053473851173542f,-0.35107964766859673f,0.6305279317550413f,-0.6922265584832786f,0.8032891845539477f,0.7094963422093783f,-0.3032967973513887f,-0.6361021876301822f,-0.19868171654616873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.38813938799915476f,-0.7144547431385004f,-0.5821531031357138f,1.6108643844001718f,0.00350260381754941f,0.6305279317550413f,-0.776158655845058f,0.9195487983767588f,0.9215940251814456f,-0.3032967973513887f,-0.24223027363699137f,-0.20554689543100027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.24860260900273776f,0.4915848080988672f,0.8345903900977004f,-1.0272743441959806f,-0.1114577669559093f,0.8704360020247106f,-0.479498000584403f,2.5358204095647485f,-0.9621714550859601f,0.026182872753728076f,0.2711836060534043f,-0.7263173056046679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5408313274161604f,0.4915848080988672f,0.6825290116410244f,-1.0118325860206552f,0.3287273953529247f,0.8704360020247106f,-0.3664416268980912f,2.524339590435251f,-0.7742349609968253f,0.026182872753728076f,-0.6323564519672479f,-0.6345632572113107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1647120872034714f,0.4915848080988672f,0.8551106973810325f,-1.1478200697154728f,0.12246207071464635f,0.8704360020247106f,-0.47680625794500525f,2.6016009386917505f,-0.9787098495291425f,0.026182872753728076f,-0.20357182420218445f,-0.6499045077776616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012814198980625445f,0f,0.000008940745465839964f,-0.33056193529008887f,0f,0.000015625f,0f,1.3286225f,-0.000008940745465839964f,0f,-0.000012814198980625445f,0.32844484600193874f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77.mcfunction new file mode 100644 index 000000000..286ba690f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..6b60a88cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6930213887077497f,-0.2302156264302472f,0.36560438261234646f,0.3391847924231285f,-0.16718159111356592f,0.780129547953264f,0.17433487444403278f,1.3423901399911968f,-0.39839191110106975f,0.07309649924592218f,-0.7091440131677574f,-0.38456779276782377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135033300173501f,0.05144453721789348f,0.35814306868148227f,0.3391847924231285f,0.1411464517789583f,0.7687085849896158f,0.17077701986354232f,1.3423901399911968f,-0.3331526334945628f,0.21550074467086955f,-0.6946716863684155f,-0.38456779276782377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.19999687345124945f,-0.07275241254623042f,0.788449606203765f,0.29707743055779384f,0.25150294486912755f,0.7652614182362953f,0.13440861179840582f,1.346366038252198f,-0.7507942219918358f,0.27572902036623037f,-0.1650029939001031f,-0.43875391460566815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.15372918367525895f,-0.14081628233817822f,0.7723587979138923f,0.29707743055779384f,-0.05925986258580297f,0.7868624047557734f,0.13166557890456082f,1.346366038252198f,-0.7828509479925604f,-0.03191129283523089f,-0.16163558586132548f,-0.43875391460566815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9493220451531899f,-1.2343698955218039f,0.12854907862623915f,-0.5418009941823039f,-0.39753440768369425f,0.14913534067300904f,-1.503705853839081f,1.5569153084683205f,1.1756531373214374f,-0.9463064309153968f,-0.4046604620103442f,-0.8228116776690457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7899967331339544f,-0.08227141032079284f,0.6075661088980417f,-0.33974991387218845f,0.09544661803072627f,0.9623717464570117f,0.25442202091756455f,1.559546115043468f,-0.605636115785854f,0.2589826956866207f,-0.7524180078857197f,-0.676209360031655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6724921600223018f,-0.08227141032079284f,0.7355173075817905f,-0.14304085201818212f,0.13817648972612676f,0.9623717464570117f,0.23398264745114458f,1.5099388455190061f,-0.7270911582432455f,0.2589826956866207f,-0.6358194798363659f,-0.4197282604943906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.45534406746036804f,-0.07296367909110396f,0.8873207321832041f,0.23029536934167164f,0.3480354763988537f,0.9319192738734539f,-0.10196947656528162f,1.351295520179961f,-0.8194712242638363f,0.35525028996000124f,0.44973786152253675f,0.3736641210072311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.049320836208388064f,-0.07296367909110396f,0.9961143291054471f,0.20959965414833448f,0.35239230226226753f,0.9319192738734539f,0.08570958108329094f,1.4593006695841848f,-0.9345518286440855f,0.35525028996000124f,-0.020251199009713228f,0.05969642250974619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.3404640909192612f,0.7133285843462975f,-0.22508288836645884f,0.05784097094782346f,0.9193644474014914f,-0.3891316421649151f,1.1153992716276828f,-0.7882942905608192f,-0.19711219051258946f,-0.5828712514960258f,-0.20455006693418795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.07595884922299542f,0.7867551840793234f,-0.20592338423665144f,0.05784097094782346f,0.9970108470618929f,-0.0512229725878911f,1.3020186618731133f,-0.7882942905608192f,0.014128838085456175f,-0.6151361535494152f,-0.20574551075284875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.3404640909192612f,0.7133285843462975f,-0.03365360823435044f,0.05784097094782346f,0.9193644474014914f,-0.3891316421649151f,1.097323968206488f,-0.7882942905608192f,-0.19711219051258946f,-0.5828712514960258f,0.0417918988660681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.07595884922299542f,0.7867551840793234f,-0.014494104104543049f,0.05784097094782346f,0.9970108470618929f,-0.0512229725878911f,1.2839433584519184f,-0.7882942905608192f,0.014128838085456175f,-0.6151361535494152f,0.040596455047407304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,0.27021768028043724f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,2.0162688476214043f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,0.0207937360665979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,0.34120893720789125f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,1.9065336601798297f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.07268750577914732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,-0.28550910577322663f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,2.019848528258231f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.16976117766958337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,-0.28546169387389997f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,1.9105703213234853f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.2875685787156922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9409982752377274f,0.10550685701953011f,0.32154400806340966f,0.17947657466785227f,0.16067669315961947f,0.9755230279689764f,0.15012602098746666f,2.125713761330231f,-0.29783425974006283f,0.19293295473842773f,-0.9349179796650553f,-0.016238100025330243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.945917933708364f,-0.04299666925956568f,0.32154400806340966f,0.0700877122606614f,0.00609307342438567f,0.9886480932458808f,0.15012602098746666f,2.136378577311369f,-0.32434878933818095f,0.14396608681862458f,-0.9349179796650553f,-0.05214741784604521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.928221964216793f,0.1871187751777892f,0.32154400806340966f,0.04914496503715031f,0.2450877039026078f,0.9578069717945357f,0.15012602098746666f,2.132244026809504f,-0.2798856954924025f,0.21815675272094054f,-0.9349179796650553f,-0.06001411701911945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9406144291332299f,-0.10887583104107917f,0.32154400806340966f,0.07624818078049804f,-0.06288637375492517f,0.9866648274963625f,0.15012602098746666f,2.141954319162036f,-0.33360125854427414f,0.12098996485943701f,-0.9349179796650553f,-0.04913332918928386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9460658370351643f,0.03960912613869889f,0.32154400806340966f,0.13645374318529055f,0.09223624632335747f,0.9843549424301418f,0.15012602098746666f,2.2498418859649036f,-0.31056707304402126f,0.17168711203780262f,-0.9349179796650553f,-0.0445281455741124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9460658370351643f,0.03960912613869889f,0.32154400806340966f,0.1275416898040833f,0.09223624632335747f,0.9843549424301418f,0.15012602098746666f,2.028362023918122f,-0.31056707304402126f,0.17168711203780262f,-0.9349179796650553f,-0.08315774578261793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9275459533294637f,-0.19044147484372692f,0.32154400806340966f,-0.18988219435787773f,-0.14864057800030783f,0.9774293613321654f,0.15012602098746666f,2.1280929636049906f,-0.34287677529087673f,0.09145429604529799f,-0.9349179796650553f,-0.14288869549006553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.042996669259565704f,0.32154400806340966f,-0.08135991973734144f,0.006093073424385642f,0.9886480932458807f,0.15012602098746666f,2.137354118115523f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.10407777494807188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9074182927533009f,-0.2705577440311074f,0.32154400806340966f,-0.060045708380148985f,-0.23326353769547326f,0.9607550675402463f,0.15012602098746666f,2.132947371958889f,-0.34954279274285843f,0.061222604816640505f,-0.9349179796650553f,-0.09745485206373143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9466130211938094f,0.023091967972570307f,0.32154400806340966f,-0.08800895884851542f,0.07504283576244646f,0.9858147648636639f,0.15012602098746666f,2.1430123716384446f,-0.3135161254338584f,0.16624082047425232f,-0.9349179796650553f,-0.1054559788402511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9385710237451786f,-0.12527523404266624f,0.32154400806340966f,-0.13712472128260758f,-0.08009647144244406f,0.9854170351099784f,0.15012602098746666f,2.2516041251739636f,-0.33566201549832336f,0.1151493927496569f,-0.9349179796650553f,-0.1383363297484904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9385710237451786f,-0.12527523404266624f,0.32154400806340966f,-0.10893779362300772f,-0.08009647144244406f,0.9854170351099784f,0.15012602098746666f,2.0298852922742188f,-0.33566201549832336f,0.1151493927496569f,-0.9349179796650553f,-0.16424494311716314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,0.02128949083408367f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,1.517750072151798f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.1682677770799027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,-0.1302566112731798f,0.7796067480920106f,0.0701357200615261f,0.05784097094782346f,0.9762960071199334f,0.20856780327147345f,1.151639069481823f,-0.7882942905608192f,0.17285636147189593f,-0.5905190850158122f,-0.23308891263186368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7684263583564889f,-0.3970153131436709f,0.5018961774235962f,0.255743967542217f,-0.15272634359472023f,0.8754005748283904f,0.4586376538862799f,0.5265636456217536f,-0.6214463739979278f,0.275776494138925f,-0.7333155729461028f,-0.18551367260274917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7684263583564889f,-0.12040701978277008f,0.6285086167826314f,0.22613859105656414f,-0.15272634359472023f,0.988265093902584f,0.0026015660484132175f,0.8663285510141746f,-0.6214463739979278f,-0.09399071103438043f,-0.7777982710729557f,-0.23240669710343537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8091796049614352f,0.05771721182063114f,0.5847196681950316f,-0.07633300344662863f,0.1527263435947202f,0.9816178776116774f,0.11445962749080171f,0.5133747957718647f,-0.5673649891266143f,0.18192049310838523f,-0.8031201051527466f,-0.33416780959779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8091796049614352f,0.2770862802709507f,0.5181231129761186f,0.03427619961446552f,0.1527263435947202f,0.9506984689880077f,-0.2699019915377534f,0.8800835650576068f,-0.5673649891266143f,-0.13926813831406717f,-0.8116041860192016f,-0.3932067393571111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7470910087446667f,0.3199670337356838f,0.5826457946087521f,0.08465735082951831f,0.2095455015185229f,0.9451986756037317f,-0.25038000405444144f,1.0416840966838032f,-0.6308293806143044f,-0.06496584455957716f,-0.773197084574453f,-0.25235976754401135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8123183104620599f,0.03529841791100367f,0.58214515731134f,0.08956085475355031f,-0.2095455015185229f,0.9138489413042454f,-0.3478085612380184f,1.0129005526310642f,-0.5442698276419657f,-0.4045171617744911f,-0.7349396033338351f,-0.2692521879162089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,0.15068244793683364f,0.5826457946087521f,0.08748264672833393f,0f,0.9681476403781077f,-0.25038000405444144f,1.0598368649408927f,-0.6018150231520484f,-0.19996236224366204f,-0.773197084574453f,-0.25610906183608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8288803711962919f,-0.04001186373943069f,0.5579931729023166f,0.08354419722690369f,0.2085709856554076f,0.9034201924420648f,0.37460659341591196f,1.0220914998494262f,-0.519091007616419f,0.42688523826438385f,-0.7404819505995611f,-0.25088256281999355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7441784014535788f,-0.3375022061532912f,0.5764466737276375f,0.08354419722690369f,-0.16896583696481332f,0.9300140737903944f,0.32638071096585214f,1.0220914998494262f,-0.6462577293532171f,0.14548568105987744f,-0.7491227295028281f,-0.25088256281999355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,-0.2254438756895071f,0.5579931729023166f,0.08072614878078485f,0f,0.9271838545667874f,0.37460659341591196f,1.033681298031511f,-0.6018150231520484f,0.29917412779979563f,-0.7404819505995611f,-0.24714288622249608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7667689956671361f,0.1250554450461772f,0.6296240488957788f,-0.08194428410192033f,0.2328767026824754f,0.9682114311170648f,0.09129658264131874f,1.0960028344004475f,-0.5981920666736976f,0.21662816141616428f,-0.7715170063259155f,-0.35321470797723287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7919725821881034f,-0.13725868589318904f,0.59492813196989f,0.24184562999251313f,-0.19034419425383411f,0.9813467079341147f,-0.026976407113139256f,1.0868207899759859f,-0.5801280175755749f,-0.1346056907182978f,-0.8033260802750545f,-0.13901288208420592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,-0.14049092705368008f,0.5851868261564832f,0.09161487165910667f,0f,0.9723699203976767f,0.23344536385590542f,0.9381088609091399f,-0.6018150231520484f,0.18643775723123687f,-0.776569147331444f,-0.27457427313475213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,-0.1302566112731798f,0.5875496041281351f,0.06875000000000003f,0f,0.9762960071199334f,0.21643961393810288f,1.15625f,-0.6018150231520484f,0.17285636147189593f,-0.7797046596033633f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06243273697808033f,-0.6556179909708569f,-0.7525072778842492f,1.456645892240927f,0.29883623873011983f,0.7071067811865475f,-0.6408563820557884f,0.796875f,0.9522599727884504f,-0.26488686248158333f,0.15177580278029185f,-0.14597477174190093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6165850083981463f,-0.6556179909708569f,-0.43587610319217385f,1.4215265241081854f,-0.29883623873011983f,0.7071067811865475f,-0.6408563820557884f,0.796875f,0.7283679220286214f,-0.26488686248158333f,-0.6319138550818224f,-0.05905128537626463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591207f,-0.6556179909708569f,-0.6556179909708567f,1.5374289068201847f,0f,0.7071067811865475f,-0.7071067811865475f,0.9029410171779821f,0.9271838545667872f,-0.26488686248158333f,-0.2648868624815834f,-0.06277999918684526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.25969538719753615f,0.4274624772081004f,0.8659296371226912f,-0.951794742534134f,-0.06336016272651059f,0.9023048425141521f,-0.4264170035948158f,2.5107556783110456f,-0.9636097735326222f,0.05587308613836697f,0.2614084975623072f,-0.8077955986257537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49641160946654617f,0.4274624772081004f,0.755547049869131f,-0.9395515806882663f,0.2859272485069301f,0.9023048425141521f,-0.32263226704216574f,2.499244321688954f,-0.819646949941308f,0.05587308613836697f,-0.5701377690499772f,-0.7155640630387597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13059372635592142f,0.4274624772081004f,0.8945507862696163f,-1.0798557795516426f,0.12278780396897282f,0.9023048425141521f,-0.4132422127179025f,2.5669863319076853f,-0.9838030462612685f,0.05587308613836697f,-0.1703225305484357f,-0.7361314512499914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001247867984448895f,0f,0.000009403359736750757f,-0.3507619802107996f,0f,0.000015625f,0f,1.3223725f,-0.000009403359736750757f,0f,-0.00001247867984448895f,0.31346831322791385f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78.mcfunction new file mode 100644 index 000000000..7af09dc3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..7f5be5ca2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6991966903999729f,-0.22881298592192148f,0.35456036164758087f,0.34067670545679485f,-0.1684783506397612f,0.7804912862304048f,0.17144340736394187f,1.3403406905307114f,-0.3868894906092365f,0.07363704255568265f,-0.7154289290098792f,-0.3789316404966556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7185663186440541f,0.055028919099934265f,0.3473244358996711f,0.34067670545679485f,0.14010845830369936f,0.7695220879873099f,0.16794456231569818f,1.3403406905307114f,-0.3225400217369814f,0.21167799640572893f,-0.7008283386219225f,-0.3789316404966556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.16788147223547553f,-0.0759237114661695f,0.7956103605168146f,0.29776099347548574f,0.2558544961905408f,0.7650845142994923f,0.12699845354428052f,1.3446653404389695f,-0.7571649308463634f,0.27536470445711825f,-0.1334915408560036f,-0.4355561896525249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.12347511142966261f,-0.13164717167163703f,0.7793734143838184f,0.29776099347548574f,-0.05525528390211888f,0.7883335838604508f,0.12440664836990746f,1.3446653404389695f,-0.7884800254022475f,-0.03462921813434561f,-0.130767223695677f,-0.4355561896525249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9725365817341575f,-1.2218705786253665f,0.05109927865001933f,-0.5332756744054028f,-0.27570069912149114f,0.15545149257926216f,-1.5301079072924233f,1.5598741142027737f,1.1914562399403348f,-0.9613913732422353f,-0.31235381502816184f,-0.8296825939527946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7815988516494321f,-0.08036526032880174f,0.6185827834918888f,-0.33311845287074615f,0.09960180738375586f,0.9628638187648698f,0.250943711775014f,1.561440096044464f,-0.6157781378598776f,0.2577492802042637f,-0.7445687298617943f,-0.6804899447310276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6628116426902786f,-0.08036526032880174f,0.7444609803384582f,-0.13933428311322138f,0.14150933435522442f,0.9628638187648698f,0.22993123929530193f,1.5110152983557423f,-0.7352930263538175f,0.2577492802042637f,-0.6268249149081649f,-0.421999490517644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.46073781896755656f,-0.07391576811574743f,0.8844530068900652f,0.22491113121201073f,0.3453384192975869f,0.932926365651405f,-0.10193023314750653f,1.3510508434421755f,-0.8175952778300904f,0.3523987166496496f,0.45536041348981693f,0.37566163811352893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.038745244665009115f,-0.07391576811574743f,0.9965115479710747f,0.20773873994712494f,0.35041208798560547f,0.932926365651405f,0.08282369749068966f,1.458402559531954f,-0.9357938739965211f,0.3523987166496496f,-0.010245481651102284f,0.06125766444935071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5969815241553956f,0.3541986660293097f,0.7198307890054149f,-0.2260462687610926f,0.07121354327977623f,0.9171135843287384f,-0.39221334078946596f,1.1169553942643589f,-0.7990880371214678f,-0.18288241693162227f,-0.5727236074291052f,-0.2090602300109758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5997514224924672f,0.08329212251987318f,0.7958395903348842f,-0.20545499834902337f,0.06649964703776992f,0.9963155053532474f,-0.05415912422256547f,1.3034260569917018f,-0.7974183520349367f,0.020441040062523397f,-0.6030805383355096f,-0.20899678836384958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5965437830973023f,0.3578024936859291f,0.7184099737337235f,-0.038259120916774754f,0.07893776687517587f,0.9169423066882569f,-0.39113378167320056f,1.098042407721731f,-0.7986891409107295f,-0.1766187467890914f,-0.5752403623477159f,0.03846311523146191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5992919006632945f,0.08660381386002704f,0.7958322670162813f,-0.017046954149167945f,0.07304336358060172f,0.9958996919856828f,-0.05337106462919852f,1.284440030815114f,-0.797191247340441f,0.026145418866788894f,-0.603160453143334f,0.039595628436839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9434379255043799f,-0.040002715914788003f,0.3291271235243805f,0.2719678220989973f,0.009741129051997588f,0.9889216959925469f,0.14811816093922156f,2.0156250919868457f,-0.3314060819067515f,0.14294636027078686f,-0.9325965617353251f,0.0216755214393462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9434379255043799f,-0.040002715914788003f,0.3291271235243805f,0.34320275162517067f,0.009741129051997588f,0.9889216959925469f,0.14811816093922156f,1.9055306652363797f,-0.3314060819067515f,0.14294636027078686f,-0.9325965617353251f,-0.07119597318568571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9434379255043799f,-0.040002715914788003f,0.3291271235243805f,-0.2823019591348259f,0.009741129051997588f,0.9889216959925469f,0.14811816093922156f,2.0213480053048944f,-0.3314060819067515f,0.14294636027078686f,-0.9325965617353251f,-0.17302555168087033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9434379255043799f,-0.040002715914788003f,0.3291271235243805f,-0.28182487402148093f,0.009741129051997588f,0.9889216959925469f,0.14811816093922156f,1.911984163233328f,-0.3314060819067515f,0.14294636027078686f,-0.9325965617353251f,-0.2907525024489086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9383086767196377f,0.104812090531645f,0.3295318692797841f,0.1815860704767699f,0.16421660025711887f,0.9737061978362762f,0.15788967190800068f,2.1249430542498775f,-0.3043184769162665f,0.20226385236519343f,-0.9308488591784142f,-0.015151812201392917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9431527631873046f,-0.043262136113735666f,0.3295318692797841f,0.07251303905803934f,0.009873613241253701f,0.9874073947800605f,0.15788967190800068f,2.136030828761739f,-0.33221284901959225f,0.1521677505667038f,-0.9308488591784142f,-0.05188430052580051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9262865282244582f,0.18187757920642358f,0.33002092935432314f,0.052150323503349444f,0.24811513459422518f,0.9535376969328092f,0.1708939452214849f,2.1318450986534847f,-0.28360561985822796f,0.24017994651944927f,-0.9283757028675109f,-0.06154017218927281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9371541014948462f,-0.11326242200966988f,0.33002092935432314f,0.07911579175202722f,-0.05868783758209929f,0.9835400333522645f,0.1708939452214849f,2.141405720219958f,-0.34394465800666973f,0.1407857469843102f,-0.9283757028675109f,-0.050194527104385656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9433343257836154f,0.03473522688108742f,0.33002092935432314f,0.13892086763961262f,0.09589426604853171f,0.9806118239271081f,0.1708939452214849f,2.2493556957384313f,-0.3176863855083899f,0.19285723939709878f,-0.9283757028675109f,-0.04272457296187506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9433343257836154f,0.0391036689754688f,0.3295318692797841f,0.13012254212013216f,0.09589426604853171f,0.9827894694408348f,0.15788967190800068f,2.0282280651142437f,-0.3176863855083899f,0.18054296394171573f,-0.9308488591784142f,-0.08334673984876104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9255648356316538f,-0.1870964232761185f,0.3291271235243805f,-0.18643380434985538f,-0.1450802368903813f,0.9782702772055449f,0.14811816093922156f,2.129218355771357f,-0.34968766050002437f,0.08934312023580658f,-0.9325965617353251f,-0.14551594141038954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9434379255043799f,-0.04000271591478799f,0.3291271235243805f,-0.07816701829016638f,0.009741129051997602f,0.988921695992547f,0.14811816093922156f,2.1380620661503684f,-0.3314060819067515f,0.14294636027078686f,-0.9325965617353251f,-0.10590240271415965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9057362542603513f,-0.26705275561018926f,0.3291271235243805f,-0.056921134527931724f,-0.22979003540589907f,0.9619030876487188f,0.14811816093922156f,2.1335726533856887f,-0.35614375938177567f,0.058525854909313314f,-0.9325965617353251f,-0.09911743984101534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9439302065372792f,0.02590563157030927f,0.3291271235243805f,-0.08478225528757813f,0.07870109047271431f,0.985833225631186f,0.14811816093922156f,2.1437465749122113f,-0.3206273593205907f,0.16571586977279792f,-0.9325965617353251f,-0.1073341846824081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9363613929486615f,-0.12207652663722612f,0.3291271235243805f,-0.13320415774933864f,-0.07648614381847677f,0.9860075457133999f,0.14811816093922156f,2.252515045162758f,-0.3426035779133394f,0.11351846299359623f,-0.9325965617353251f,-0.1406566061518898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9363613929486615f,-0.12207652663722612f,0.3291271235243805f,-0.10573693925596281f,-0.07648614381847677f,0.9860075457133999f,0.14811816093922156f,2.030663347377243f,-0.3426035779133394f,0.11351846299359623f,-0.9325965617353251f,-0.1661982603254489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9434379255043799f,-0.040002715914788003f,0.3291271235243805f,0.022408970728276634f,0.009741129051997588f,0.9889216959925469f,0.14811816093922156f,1.5179946445202122f,-0.3314060819067515f,0.14294636027078686f,-0.9325965617353251f,-0.16888886717165436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6029057414395372f,-0.12725212825356402f,0.7875986051245776f,0.07012851882336314f,0.06075528376508096f,0.9770079531466502f,0.20436304700903596f,1.1516166620902182f,-0.7954957337622035f,0.1710624311271515f,-0.58131246522245f,-0.23303727884433617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7611948985384281f,-0.40225407119647083f,0.5086983277394731f,0.2473795001097851f,-0.15740728968526455f,0.8755355908779118f,0.45679357948640786f,0.5280935697199962f,-0.6291305680008016f,0.26763611735326476f,-0.7297709483769947f,-0.17179183859407618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7611948985384281f,-0.10636427220852548f,0.6397413290046396f,0.22440468206413614f,-0.15740728968526455f,0.9872624553261189f,-0.023147126330979956f,0.8654046631307426f,-0.6291305680008016f,-0.1183194231772359f,-0.7682416563204543f,-0.22838885122455566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.801843243309316f,0.059440005828065356f,0.5945706844996284f,-0.07820612341192439f,0.15151199586719666f,0.9827463073118362f,0.10608397887187598f,0.5131086701238895f,-0.578006512305472f,0.17514731277444598f,-0.7970143603225445f,-0.33108685213530153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.801843243309316f,0.2822044432050763f,0.526695419948294f,0.03443448335120396f,0.15151199586719666f,0.9486641527395225f,-0.27763364424244863f,0.8790295853118506f,-0.578006512305472f,-0.14281798746067245f,-0.8034372994765351f,-0.39142994606771697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.740260240438914f,0.3216410855967217f,0.5903912164670841f,0.0842792871874264f,0.20554963639874327f,0.9443652584119177f,-0.2567559262820168f,1.0418901458070176f,-0.640128208565804f,-0.06871150384582103f,-0.7651892614494668f,-0.2513582361157233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8068804408141862f,0.04186196522364043f,0.5892296072832044f,0.08927353255405039f,-0.21122051127122612f,0.9110932100725415f,-0.3539704199195653f,1.0129928612942298f,-0.551660991778308f,-0.4100691873663837f,-0.7263011852687887f,-0.2680284216577306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.791874728580817f,0.1561691604959781f,0.5903775127365869f,0.08720745894672599f,-0.0008519241954425535f,0.9664652122799299f,-0.25679615978023357f,1.0600113685372663f,-0.6106829688637325f,-0.20385334621411408f,-0.7651863333705629f,-0.2551804863572379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8217940158335668f,-0.04152084205150669f,0.5682698436618587f,0.08296513700012986f,0.20752353666328793f,0.9070283099270433f,0.36637907516894663f,1.021803021109866f,-0.5306492035901877f,0.41901749923627946f,-0.7367738853019116f,-0.24968022612320187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7378682358678985f,-0.3333440288647698f,0.5868834849588109f,0.08296741286574723f,-0.169384757903749f,0.9331562170860018f,0.3170619471075503f,1.0217935573860768f,-0.6533446795429528f,0.13454082255563243f,-0.7450097293183293f,-0.24968317683116578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7918334923083111f,-0.22376126841647667f,0.5682698436618587f,0.0801681211449239f,0f,0.9304656754971392f,0.36637907516894663f,1.0334338420535802f,-0.6107370305285441f,0.2901112225997162f,-0.7367738853019116f,-0.24605383584070542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7592775240287332f,0.1251678374289139f,0.6386162024081173f,-0.08092573819320002f,0.2299130932093117f,0.9696391975912882f,0.08330543839059416f,1.0959198432584694f,-0.6088001405023843f,0.21007817346857266f,-0.7650029738219228f,-0.35443188312168805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7865556889920314f,-0.12985577805676837f,0.60371154123434f,0.2405401518775424f,-0.19021117636598447f,0.9810532653533509f,-0.03679944191147328f,1.0864375265685284f,-0.5874945586979842f,-0.14377749283110647f,-0.7963530473699854f,-0.1367399224881162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7918334923083111f,-0.13673024720073965f,0.5952348779761216f,0.09078868089652946f,0f,0.9746173037207084f,0.22387744702889642f,0.9376440979805003f,-0.6107370305285441f,0.17727366072996f,-0.7717346232692786f,-0.27261553769844915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7918334923083111f,-0.126321141505737f,0.5975304926675385f,0.06875000000000003f,0f,0.9783760649823766f,0.20683393210399598f,1.15625f,-0.6107370305285441f,0.16377803478576725f,-0.7747109363258584f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03262140842128186f,-0.631300910300832f,-0.7748516015121559f,1.3977733504642509f,0.29234766364284975f,0.7353306459451442f,-0.6114095883255873f,0.796961625087473f,0.9557555583281634f,-0.2464710972654561f,0.160571824855991f,-0.06865006614175208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6260931518875779f,-0.631300910300832f,-0.4576751313025641f,1.3635030836397561f,-0.2956777343831081f,0.7353306459451442f,-0.6098061319173244f,0.7967883749125269f,0.7215137161201794f,-0.2464710972654561f,-0.6470471046710677f,0.01861150212374963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.36554951279461123f,-0.631300910300832f,-0.683982978113464f,1.4832356637690232f,-0.0018480018660924635f,0.7353306459451442f,-0.6777060026464278f,0.8985309003969641f,0.9307900614986848f,-0.2464710972654561f,-0.26996640462849597f,0.015475678685273178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.28168222548643196f,0.4007806754625505f,0.8717969798185772f,-0.9084723737164686f,-0.05540241780698875f,0.9138654471933572f,-0.402219488000302f,2.4980876663553677f,-0.9579069349086844f,0.06499841999515854f,0.27962387139152156f,-0.8495994369137357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49925692264200283f,0.4007806754625505f,0.7681909758450818f,-0.8971762813322351f,0.27733597928923037f,0.9138654471933572f,-0.2965378542745745f,2.4865652694662073f,-0.8208698312069465f,0.06499841999515854f,-0.5674045519842189f,-0.7572485020685727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12049165209849011f,0.4007806754625505f,0.9082161702757544f,-1.039056753065715f,0.12290556681771042f,0.9138654471933572f,-0.38696791349064397f,2.5503716549343842f,-0.9850766383484046f,0.06499841999515854f,-0.1593713336153627f,-0.7795182694488498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012372398317317363f,0f,0.000009542766102008503f,-0.3568467667191093f,0f,0.000015625f,0f,1.3223725f,-0.000009542766102008503f,0f,-0.000012372398317317363f,0.30872753144412407f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79.mcfunction new file mode 100644 index 000000000..5c5e68762 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..212b95696 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7057367298582089f,-0.22703036794897613f,0.3425453613792464f,0.3426293348169832f,-0.16959081410917293f,0.7809569642450336f,0.16819518486393642f,1.337910241498516f,-0.37432481662758327f,0.07421506902629894f,-0.7220231988174564f,-0.3717932725444897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7238169605047542f,0.05909392057634748f,0.33555463971844546f,0.3426293348169832f,0.13927622159933278f,0.7703605713100639f,0.16476263007079486f,1.337910241498516f,-0.31095199272986324f,0.207490960578403f,-0.7072880314946511f,-0.3717932725444897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.12857765555576087f,-0.07991823140729226f,0.8025118735725716f,0.2988156008221057f,0.26073568700630684f,0.7648856640000251f,0.11794603415560119f,1.3426966832594722f,-0.763170447840833f,0.2747861745801916f,-0.0949098005816637f,-0.43152844648988864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.08640674077005406f,-0.12052834954308525f,0.7861340802343559f,0.2988156008221057f,-0.050763141204229575f,0.7899834488077436f,0.11553897223405832f,1.3426966832594722f,-0.7936982919501441f,-0.03740411162215873f,-0.09297286587591547f,-0.43152844648988864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9956348585402823f,-1.2033028228854745f,-0.04668827363826505f,-0.5211735614910569f,-0.12628842215092378f,0.1645818100144043f,-1.5486672697009556f,1.5639279758070195f,1.197567832270933f,-0.9830469949337272f,-0.20212902528253052f,-0.8393837184738862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.768555162206416f,-0.07828118967424719f,0.6349763916785054f,-0.32398824844761787f,0.10552945459934565f,0.9633808889208636f,0.24649705287084311f,1.5639772115033563f,-0.6310202032089262f,0.2564552947498474f,-0.7321503840994241f,-0.6862766369887214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6485706046697605f,-0.07828118967424719f,0.7571183699405835f,-0.13454735727353284f,0.14615092542504526f,0.9633808889208636f,0.2248047371819585f,1.5123705132150396f,-0.7469913505226845f,0.2564552947498474f,-0.6133796573404311f,-0.4248409537413731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4666506655485593f,-0.07571882464128761f,0.8811945392125559f,0.21813877427100317f,0.3422273707681579f,0.9341773974872402f,-0.10096047108190706f,1.3508789367930831f,-0.8155474131160004f,0.34868216131443935f,0.46184755855248444f,0.3782807781027001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.026238163146578453f,-0.07571882464128761f,0.9967839376663509f,0.20514052931744614f,0.34769829885043635f,0.9341773974872402f,0.08011543546957392f,1.4573301308820625f,-0.9372392713556159f,0.34868216131443935f,0.0018162075556137358f,0.06337074407685683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5789599820081488f,0.36838364348333896f,0.7273917998211586f,-0.2269140508752532f,0.08053616959332784f,0.9135902672637695f,-0.39858091894639075f,1.1188345893693687f,-0.8113687599484951f,-0.17218105231080097f,-0.5586004122848338f,-0.21401303833835933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5840637620077183f,0.09083972539263517f,0.8066087441876528f,-0.2048402977129613f,0.07284447048294267f,0.995574390441813f,-0.0593743733985668f,1.3051336977434675f,-0.808432560594544f,0.02407856696324298f,-0.5880960955350285f,-0.21317390762984517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5781545711475058f,0.3745262396325513f,0.7248912937040594f,-0.04363403511384806f,0.09628036693643845f,0.9135349654087608f,-0.39520116133204786f,1.0988502045363495f,-0.8102267477711584f,-0.15869455820006995f,-0.5642239399332999f,0.03519910108273478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.583285179772367f,0.09702270537562836f,0.8064521025451616f,-0.020401952215010496f,0.08620244548476323f,0.9946277006467974f,-0.05731383339571208f,1.2849846869489008f,-0.8076803436077691f,0.03608783379006056f,-0.5885151916492699f,0.03828734997056321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9400832277693434f,-0.03643096053845096f,0.33899308249729665f,0.2739037182265316f,0.014219675392612388f,0.9892202648512433f,0.14574315915117544f,2.014785554528822f,-0.3406483901305007f,0.14183107107359072f,-0.9294313431231036f,0.023077221705552375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9400832277693434f,-0.03643096053845096f,0.33899308249729665f,0.34549131081930984f,0.014219675392612388f,0.9892202648512433f,0.14574315915117544f,1.9042632047656158f,-0.3406483901305007f,0.14183107107359072f,-0.9294313431231036f,-0.06901153596654362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9400832277693434f,-0.03643096053845096f,0.33899308249729665f,-0.27839517808795766f,0.014219675392612388f,0.9892202648512433f,0.14574315915117544f,2.0231396138219813f,-0.3406483901305007f,0.14183107107359072f,-0.9294313431231036f,-0.17705370749611676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9400832277693434f,-0.03643096053845096f,0.33899308249729665f,-0.27731382757788015f,0.014219675392612388f,0.9892202648512433f,0.14574315915117544f,1.9136837397132216f,-0.3406483901305007f,0.14183107107359072f,-0.9294313431231036f,-0.29469109442800034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9347406183531061f,0.10346649019718637f,0.33993331964832246f,0.1839561049431136f,0.16854689228462416f,0.9713009378288813f,0.16782858300638395f,2.12392058693333f,-0.31281291773526276f,0.2141708980674334f,-0.9253533946114538f,-0.013515482997803654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9394181352716394f,-0.04403300257338068f,0.33993331964832246f,0.07530547836917373f,0.014526857750732272f,0.9857091544314475f,0.16782858300638395f,2.1355272316516976f,-0.3424653815010298f,0.1625993774724041f,-0.9253533946114538f,-0.051323785901688054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9237622037494914f,0.17446242783310317f,0.340919715180074f,0.05572517585248157f,0.25170430459463394f,0.9475125237188395f,0.19714198042143927f,2.1313443498578835f,-0.28863183118362945f,0.26792327011764894f,-0.9191892010663801f,-0.06323741138440059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9324619184634669f,-0.11953459088049984f,0.340919715180074f,0.08250128488667147f,-0.05341245314795008f,0.9789188676311387f,0.19714198042143927f,2.1407113907094475f,-0.3572980275122566f,0.16561803095919425f,-0.9191892010663801f,-0.05129738811498023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.939681094693534f,0.027806259674740222f,0.340919715180074f,0.14171213866219154f,0.10038179215885137f,0.9752223004825565f,0.19714198042143927f,2.248674773655203f,-0.3269907278173786f,0.21947272396453024f,-0.9191892010663801f,-0.04017860808602985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.939681094693534f,0.038010241625557745f,0.33993331964832246f,0.13315983429644107f,0.10038179215885137f,0.9806921344280509f,0.16782858300638395f,2.0280190434088916f,-0.3269907278173786f,0.19182846244110974f,-0.9253533946114538f,-0.08334001213527947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9228101854340892f,-0.1830438517899003f,0.33899308249729665f,-0.18226031639989387f,-0.14070353534662888f,0.9792657691870961f,0.14574315915117544f,2.130548700809079f,-0.3586417109038795f,0.08679574655662513f,-0.9294313431231036f,-0.1486834648168374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9400832277693434f,-0.03643096053845096f,0.33899308249729665f,-0.07434394729292496f,0.014219675392612388f,0.9892202648512433f,0.14574315915117544f,2.1388795585669205f,-0.34064839013050074f,0.14183107107359075f,-0.9294313431231036f,-0.10801658993337646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9033452912163593f,-0.2627755217980022f,0.33899308249729665f,-0.05318842453573844f,-0.22551675137593438f,0.9632762461565635f,0.14574315915117544f,2.1342888211072504f,-0.3648417186754775f,0.05520777784250633f,-0.9294313431231036f,-0.10102036870713232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9403345276171888f,0.029234674445591788f,0.33899308249729665f,-0.08091617692754807f,0.08318955441028678f,0.9858186595909276f,0.14574315915117544f,2.144596087615487f,-0.3299249523876249f,0.165248008194977f,-0.9294313431231036f,-0.10951728752672049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9333307598440553f,-0.11822598169564749f,0.33899308249729665f,-0.12846181852741542f,-0.07205066168943913f,0.9866953094601946f,0.14574315915117544f,2.253580406885588f,-0.351713512505608f,0.11160189757056681f,-0.9294313431231036f,-0.14339168271452712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9333307598440553f,-0.11822598169564749f,0.33899308249729665f,-0.10186097264589478f,-0.07205066168943913f,0.9866953094601946f,0.14574315915117544f,2.0315739622570446f,-0.351713512505608f,0.11160189757056681f,-0.9294313431231036f,-0.16850210966790463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9400832277693434f,-0.03643096053845096f,0.33899308249729665f,0.02372676427318876f,0.014219675392612388f,0.9892202648512433f,0.14574315915117544f,1.5182666433732315f,-0.3406483901305007f,0.14183107107359072f,-0.9294313431231036f,-0.16956475535421034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5902027055934426f,-0.12371188098718693f,0.797719334611361f,0.07011871964338386f,0.06447683454261362f,0.9778060518079541f,0.19934408156528005f,1.1515893739452487f,-0.8046760243213069f,0.1690878338330487f,-0.56912722684133f,-0.23297269304160362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7517199397388651f,-0.40889526861234493f,0.5174183911550067f,0.236464615337175f,-0.1637987933024945f,0.8757604986245432f,0.45410737096147025f,0.5306457347995545f,-0.6388169436635537f,0.25660905743042267f,-0.7253031808375214f,-0.15467503138798233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7517199397388651f,-0.08783727862234889f,0.6536067201943513f,0.22214529396529295f,-0.1637987933024945f,0.9849014713329701f,-0.05602719945524051f,0.8642958635153815f,-0.6388169436635537f,-0.14917675506046668f,-0.7547577149244556f,-0.22337604113016604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7922821807285473f,0.06153853297026021f,0.6070436187457089f,-0.08039346008800699f,0.14987704378174282f,0.9840471091226713f,0.09585488393691105f,0.5126540692729861f,-0.591460749202568f,0.16692601950319597f,-0.7888662029555809f,-0.32768490115692916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7922821807285473f,0.2882114716826277f,0.5377946575511432f,0.034628419511997736f,0.14987704378174282f,0.9463296730742606f,-0.2863512207175105f,0.8777540391297447f,-0.591460749202568f,-0.14626789616897073f,-0.7929564204311863f,-0.3892438152237422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.731137510123916f,0.32473217087042133f,0.5999891319778918f,0.08377142942777994f,0.20067957068721962f,0.9429128164404978f,-0.26578775461078175f,1.0419247368971272f,-0.6520472768124976f,-0.07392183570523246f,-0.7545660415148399f,-0.250100161285857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7999544654497641f,0.05055895556620174f,0.5979269564244759f,0.08885629549368004f,-0.21380316538777855f,0.9070328650807306f,-0.36273900828778693f,1.012868387444388f,-0.5606791057968439f,-0.4180133654268674f,-0.71477532599227f,-0.26646363642325266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.783062623250943f,0.16397976734916306f,0.5999362999248055f,0.08684605006557675f,-0.0018814652040582476f,0.9639874340755622f,-0.2659411345262321f,1.059999501286044f,-0.621940019741484f,-0.20937732170540319f,-0.7545540066817183f,-0.2540259860678333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8124490565032714f,-0.043284295173523585f,0.5814232540742376f,0.08222411727039451f,0.20589170173701862f,0.9116888450208476f,0.35557285754172474f,1.021621616386101f,-0.5454678154967337f,0.4085950558387662f,-0.7317888647699806f,-0.24820874547841978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7295537240008962f,-0.32817302331523746f,0.6000448571269992f,0.0822327072268027f,-0.1702813508872156f,0.9368871351798935f,0.30536332044703257f,1.0215853197272942f,-0.6623863112538251f,0.12060249874089998f,-0.7393912441738827f,-0.24821955693875322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.782956172992849f,-0.22119364998597144f,0.5814232540742376f,0.07945919664556987f,0f,0.9346485665637178f,0.35557285754172474f,1.0333047234681474f,-0.6220768691828944f,0.27839796376100034f,-0.7317888647699806f,-0.24472877093140727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7495376681171692f,0.12589679532472503f,0.6498794357420773f,-0.07958911638579445f,0.22613476530242366f,0.9713843692953484f,0.07263246526379076f,1.0957931201644902f,-0.622138531193089f,0.20140110231982916f,-0.7565588172701867f,-0.3560046355989337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7793931951547177f,-0.12087045943382668f,0.6147654669731991f,0.23878646157947697f,-0.19072552395958983f,0.9804178130494056f,-0.04903760154984016f,1.0861178512591594f,-0.5967998172392983f,-0.1554710387553792f,-0.78718405360593f,-0.1338039997137158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.782956172992849f,-0.131835429321041f,0.6079465854399783f,0.08971494607362382f,0f,0.9772853091910064f,0.21192787556015136f,0.9370946539196833f,-0.6220768691828944f,0.16593023839908083f,-0.7651715656063237f,-0.27019556307266107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.782956172992849f,-0.12120521924533895f,0.6101548377257049f,0.06875000000000003f,0f,0.9808351153244947f,0.19483961749702008f,1.15625f,-0.6220768691828944f,0.1525508812628574f,-0.7679509082314662f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.015297585413267922f,-0.5986613784976225f,-0.8008561280129223f,1.3235470354873198f,0.28941859122057667f,0.7693142398387838f,-0.5695546325306915f,0.7970887870483803f,0.9570803847830235f,-0.22306984170120503f,0.18503238307652753f,0.032624772920381934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6447089270647874f,-0.5986613784976225f,-0.4753471923324013f,1.2903313858720853f,-0.2975207957240238f,0.7693142398387838f,-0.5653644634154309f,0.7966612129516197f,0.7041532329505519f,-0.22306984170120503f,-0.6740979678419783f,0.12029232849842772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.354300262562502f,-0.5986613784976225f,-0.7183842132476663f,1.4146968426668525f,-0.004560790365445544f,0.7693142398387838f,-0.6388542866511242f,0.8927031429976686f,0.9351205928324883f,-0.22306984170120503f,-0.2752986062151689f,0.11775334164168016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.31869110621378327f,0.36620874386936486f,0.8742580481378807f,-0.8538818930983029f,-0.04885326811460329f,0.927470852424539f,-0.3706901348800932f,2.4820585882589588f,-0.9465988258046583f,0.07542528632044382f,0.31346720589037913f,-0.9034376069305996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5132783427348357f,0.36620874386936486f,0.7761678290118718f,-0.8436672418591299f,0.2689444380713548f,0.927470852424539f,-0.25974354108116376f,2.4705051350000318f,-0.8149933939056584f,0.07542528632044382f,-0.5745405069040959f,-0.8109646859328511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10895627988451201f,0.36620874386936486f,0.924131854762809f,-0.9873943456931378f,0.12323683476188879f,0.927470852424539f,-0.35300212529214314f,2.5292321804233167f,-0.9863778239759848f,0.07542528632044382f,-0.14618418023808277f,-0.8352735193960129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012233690203013268f,0f,0.000009719951080982726f,-0.36457883374181577f,0f,0.000015625f,0f,1.3223725f,-0.000009719951080982726f,0f,-0.000012233690203013268f,0.3025425291292562f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..2295ff44b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6911859125786083f,-0.12187472507321102f,-0.41755602029625905f,0.039059358849854786f,-0.1427094665287488f,0.8040995635180421f,0.0015311948336311487f,1.3310132693001697f,0.4109020404675554f,0.07426229044991695f,-0.701846899117732f,-0.3170327065650943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6712280384337109f,0.14880767353704383f,-0.4090344688616415f,0.039059358849854786f,0.17228005783723035f,0.7812280920664075f,0.0014999459594754112f,1.3310132693001697f,0.3997155264585467f,-0.08682709521096142f,-0.6875234930132885f,-0.3170327065650943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7259129383890179f,0.1279980366833455f,0.35158406239344114f,-0.03474147156501389f,0.1425677247533566f,0.8041245564173372f,0.0016081261505758175f,1.3310308931823023f,-0.34593249945981847f,0.06280640744600789f,-0.7371095613581832f,-0.32511088626728923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7049523273567829f,-0.15628416839271733f,0.34440887744663623f,-0.03474147156501389f,-0.17241770684327803f,0.7811975760164486f,0.001575307249543658f,1.3310308931823023f,-0.3366219697541453f,-0.07283959044243597f,-0.7220665090855672f,-0.32511088626728923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2210166009825581f,0.09536091024960351f,1.5438472103438488f,-0.624585553050225f,1.433763972418986f,0.5978226581162328f,0.16833059982121712f,1.2012445064498614f,-0.5804125976264178f,1.4404584743196205f,-0.17206641240330836f,0.35656404186948293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3576017630641699f,-0.9271933055920647f,-0.11150584342830473f,-0.5593403844743652f,-0.5793091562471322f,0.31389522538170034f,-0.7522437696457227f,1.3425895746321768f,0.7324765392431576f,-0.2044073422062718f,-0.6493810575544494f,0.16137628663898976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.703615224550135f,-0.7103631481729488f,-0.01760151979461978f,-0.2984375f,-0.57070133917804f,0.5796910928149593f,-0.5815997063027026f,1.5331050755894946f,0.42335044259059745f,-0.39917719703011056f,-0.813284678405741f,0.013529667083653869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6657424280194939f,0.7131315110913822f,0.21961436069444673f,0.4107033839481706f,0.27722306909936234f,0.03686856985293005f,-0.9600979525632423f,1.4535555777608318f,-0.6927729711051367f,0.7000601091660067f,-0.1731515349647231f,0.31633606200556436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2453197427188335f,0.891609322149072f,0.3805930116137677f,0.2984375f,0.2632751255080047f,0.4391087756480446f,-0.8589934175752568f,1.5331050755894946f,-0.933008270124713f,-0.11052737129664933f,-0.34246060806046436f,0.013529667083653942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.43396309391256e-17f,9.732017826973587e-17f,-0.15625000000000003f,0f,0.7946795626093497f,-0.6070291531475341f,1.2127444877128788f,-1.2246467991473532e-16f,-0.6070291531475341f,-0.7946795626093497f,0.26739696078674347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.143804362045601e-17f,1.1836066593229728e-16f,-0.15625000000000003f,0f,0.966488182671972f,-0.25671110758093196f,1.3923565775414928f,-1.2246467991473532e-16f,-0.25671110758093196f,-0.966488182671972f,0.2132230769736189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.100081279529638e-17f,1.0619085961104084e-16f,0.15624999999999997f,0f,0.8671141727147372f,-0.498109437249724f,1.2048433883842746f,-1.2246467991473532e-16f,-0.498109437249724f,-0.8671141727147372f,0.2190640008807892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.6717627329490157e-19f,1.2246438847051646e-16f,0.15624999999999997f,0f,0.9999976201773518f,0.0021816598343368243f,1.3923565775414928f,-1.2246467991473532e-16f,0.0021816598343368243f,-0.9999976201773518f,0.21322307697361892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.2054659805097213e-17f,1.2046239997401682e-16f,0.29375f,0f,0.9836501435180122f,0.1800899640651698f,2.077399787182175f,-1.2246467991473532e-16f,0.1800899640651698f,-0.9836501435180122f,0.1268832864922391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.2054659805097213e-17f,1.2046239997401682e-16f,0.33125f,0f,0.9836501435180122f,0.1800899640651698f,1.9713269533735334f,-1.2246467991473532e-16f,0.1800899640651698f,-0.9836501435180122f,0.012154840029279228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.2054659805097213e-17f,1.2046239997401682e-16f,-0.29375f,0f,0.9836501435180122f,0.1800899640651698f,2.077399787182175f,-1.2246467991473532e-16f,0.1800899640651698f,-0.9836501435180122f,0.126883286492239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.2054659805097213e-17f,1.2046239997401682e-16f,-0.33125f,0f,0.9836501435180122f,0.1800899640651698f,1.9713269533735334f,-1.2246467991473532e-16f,0.1800899640651698f,-0.9836501435180122f,0.012154840029279145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877590988555276f,0.15542257477348836f,0.01325842671267115f,0.1947130021870089f,0.15117019561349723f,0.9328337609396062f,0.3270607686798381f,2.1775296322063267f,0.038464718721093555f,0.32506152910187475f,-0.9449102961189798f,0.13952210207195995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999115925962307f,-0.00101050124903454f,0.01325842671267115f,0.07952799022015081f,0.0033816892888835215f,0.9449972580743857f,0.3270607686798381f,2.187442251199763f,-0.0128596722051156f,0.327076689966006f,-0.9449102961189798f,0.1413369375702145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9709267568669749f,0.23793772525007148f,0.02620823730432341f,0.05716116417449946f,0.22240015434849816f,0.8561494457118136f,0.4664185866291335f,2.1864793869360493f,0.08854040967570927f,0.45868700167998633f,-0.8841757915393758f,0.12068396699715685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969330196688458f,-0.07374064409372152f,0.02620823730432341f,0.08621816392349846f,-0.05304961243145476f,0.8829719365120016f,0.4664185866291335f,2.1950732077743877f,-0.05753514504048007f,0.4635977531663512f,-0.8841757915393758f,0.1260786527141574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08312190921349338f,0.02620823730432341f,0.14438181084830332f,0.08573075886215291f,0.8803998745069203f,0.4664185866291335f,2.301789941248357f,0.015695874579498822f,0.4668905751639273f,-0.8841757915393758f,0.148754046962162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08614138154801497f,0.01325842671267115f,0.12499999999999999f,0.08573075886215291f,0.9411065245632255f,0.3270607686798381f,2.0900409732216314f,0.015695874579498822f,0.32695285869606105f,-0.9449102961189798f,0.07518965375554837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877590988555276f,-0.15542257477348848f,-0.013258426712670917f,-0.19471300218700893f,-0.15117019561349723f,0.9328337609396062f,0.3270607686798381f,2.1775296322063267f,-0.0384647187210938f,0.32506152910187475f,-0.9449102961189798f,0.13952210207195992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999115925962307f,0.0010105012490344567f,-0.013258426712670917f,-0.07952799022015083f,-0.0033816892888835215f,0.9449972580743857f,0.3270607686798381f,2.187442251199763f,0.012859672205115358f,0.327076689966006f,-0.9449102961189798f,0.14133693757021448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709267568669749f,-0.2379377252500716f,-0.026208237304323194f,-0.0571611641744995f,-0.22240015434849816f,0.8561494457118136f,0.4664185866291335f,2.1864793869360493f,-0.0885404096757095f,0.4586870016799863f,-0.8841757915393758f,0.12068396699715683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969330196688458f,0.07374064409372141f,-0.026208237304323194f,-0.08621816392349851f,0.05304961243145476f,0.8829719365120016f,0.4664185866291335f,2.1950732077743877f,0.057535145040479824f,0.46359775316635127f,-0.8841757915393758f,0.12607865271415739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0831219092134935f,-0.026208237304323194f,-0.14438181084830337f,-0.08573075886215291f,0.8803998745069203f,0.4664185866291335f,2.301789941248357f,-0.015695874579499065f,0.4668905751639273f,-0.8841757915393758f,0.14875404696216196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08614138154801505f,-0.013258426712670917f,-0.125f,-0.08573075886215291f,0.9411065245632255f,0.3270607686798381f,2.0900409732216314f,-0.015695874579499065f,0.32695285869606105f,-0.9449102961189798f,0.07518965375554834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.2054659805097213e-17f,1.2046239997401682e-16f,-1.6695137291487117e-18f,0f,0.9836501435180122f,0.1800899640651698f,1.5802924632916135f,-1.2246467991473532e-16f,0.1800899640651698f,-0.9836501435180122f,0.013632614157086675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.6717627329490157e-19f,1.2246438847051646e-16f,-1.5693226266631236e-18f,0f,0.9999976201773518f,0.0021816598343368243f,1.2052933557251067f,-1.2246467991473532e-16f,0.0021816598343368243f,-0.9999976201773518f,0.012814491719210366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9933225202471875f,-0.11025558218329479f,0.03397171422225381f,0.14526339372108596f,-0.10725031104116131f,0.7739522040145739f,-0.6240956310394727f,0.8646420414204317f,0.042517544041841236f,-0.6235717220163262f,-0.7806090993258047f,0.4204398585206185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9933225202471875f,-0.0674052228912851f,0.09363176115374489f,0.12499999999999999f,-0.10725031104116131f,0.24041145083259008f,-0.9647277880781414f,0.9227222164337393f,0.042517544041841236f,-0.968327873313345f,-0.24603533935820038f,0.09354025042919265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17225985174845745f,0.021914221013882115f,-0.14596530549132355f,0.1614260848680637f,0.9546815416485593f,-0.250049541410695f,0.9278528059747956f,-0.06399459923473631f,-0.24271320011719524f,-0.967985017320855f,0.4004259005805896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1614260848680637f,0.18107870788079966f,-0.9701299504068457f,0.9212176114437612f,-0.06399459923473631f,-0.9790328935700252f,-0.19338894636635573f,0.06105524856751744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.500456544537034e-17f,-3.910398729391875e-18f,0.10125845410887978f,0.7691343192457145f,-0.6310143615084455f,1.1061773163402995f,-0.08236390184386459f,-0.6256159461706242f,-0.7757711489673285f,0.03193082880806489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.037495510064935e-18f,-0.10125845410887978f,0.6738289314808501f,-0.7319161813833985f,1.0685592321190627f,0.08236390184386434f,-0.7274939712254502f,-0.6811524862346743f,0.03296865278116104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.727697180373285e-17f,9.500456544537034e-17f,-3.910398729391875e-18f,0f,0.7757711489673285f,-0.6310143615084455f,1.1061773163402995f,-1.2246467991473532e-16f,-0.6310143615084455f,-0.7757711489673285f,0.03193082880806489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1734539032273945e-16f,-3.949044234004331e-18f,0.08351244341399396f,0.954551596153348f,-0.2861064873017041f,1.131158619884581f,-0.024935823405703578f,-0.28501776573961096f,-0.9581978281773966f,0.0322463933009404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1734539032273945e-16f,-3.949044234004331e-18f,-0.08351244341399396f,0.954551596153348f,-0.2861064873017041f,1.131158619884581f,0.024935823405703335f,-0.28501776573961096f,-0.9581978281773966f,0.0322463933009404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.503793938893248e-17f,1.1734539032273945e-16f,-3.949044234004331e-18f,0f,0.9581978281773966f,-0.2861064873017041f,1.131158619884581f,-1.2246467991473532e-16f,-0.2861064873017041f,-0.9581978281773966f,0.0322463933009404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1384509805322962e-16f,-0.19375f,0.12133920704445082f,0.921662780942696f,-0.36853020915360496f,1.1435881666091063f,-0.04810284491887937f,-0.36537738212635723f,-0.9296157727476445f,0.03254627423465369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12133920704445085f,0.8860360516998753f,-0.44745604468139616f,1.1438070539031597f,0.048102844918879145f,-0.4450083640206779f,-0.8942335669512469f,0.019913523775237352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.488244754695089e-17f,1.0947837584598506e-16f,-0.00781250000000001f,0f,0.8939587799699322f,-0.4481491935892225f,1.0047889757766981f,-1.2246467991473532e-16f,-0.4481491935892225f,-0.8939587799699322f,0.0823434686077586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.513193410290669e-17f,1.1384509805322962e-16f,0f,0f,0.9296157727476445f,-0.36853020915360496f,1.2125f,-1.2246467991473532e-16f,-0.36853020915360496f,-0.9296157727476445f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6376470549250949f,-0.08132757632484891f,-0.7660235366321844f,-0.8640912307195177f,0.01613023410467503f,0.9956029323293272f,-0.09227468062785973f,1.7928733618199377f,0.7701597554358979f,0.046482539370940205f,0.6361551105198695f,0.43143409101364083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3399617610786866f,-0.08132757632484891f,-0.9369161255594891f,-0.8175709334999669f,-0.01613023410467503f,0.9956029323293272f,-0.09227468062785973f,1.7928733618199377f,0.9403009180852728f,0.046482539370940205f,0.3371550933644967f,0.512827729871998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4962165036752083f,-0.08132757632484891f,-0.8643812855502359f,-0.7111738892772069f,0f,0.9956029323293272f,-0.09367390851910223f,1.806924448097803f,0.8681988144891425f,0.046482539370940205f,0.49403460612924366f,0.39802571952343285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.45897208406298323f,-0.11957064980585541f,-0.8803678127668499f,0.7050302040699659f,-0.8486273355891827f,0.3523444840812866f,0.3945693979875994f,2.1036086411096004f,0.26301382348022406f,0.9282005301886536f,-0.26318720412629504f,-0.41521553640683684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5157343111468863f,-0.11957064980585541f,-0.8483637073866681f,0.7019756896622105f,-0.7768301760878376f,0.3523444840812866f,-0.5219082697724106f,2.1910784893464013f,0.36132118374818f,0.9282005301886536f,0.0888300508404476f,-0.44881253167670876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.03258148701605852f,-0.11957064980585541f,-0.9922909383889524f,0.852346587624431f,-0.9330117145258785f,0.3523444840812866f,-0.07309244211936378f,2.1583074315459054f,0.35836794954530043f,0.9282005301886536f,-0.10008090974906027f,-0.41700189757941375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3786224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8.mcfunction new file mode 100644 index 000000000..63e127519 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80.mcfunction new file mode 100644 index 000000000..fca4ebb2d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..fbf2e043f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7123248708752848f,-0.22483869404899506f,0.3301291935520022f,0.34495120529611656f,-0.17035204288927674f,0.7815353067863361f,0.16470333990020342f,1.3351536705266325f,-0.36127261764546037f,0.07479686055693985f,-0.7285821640932937f,-0.36335454600789163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.728957791217216f,0.06354715983393265f,0.32339186307134915f,0.34495120529611656f,0.13880409596925145f,0.7711693502283417f,0.16134204724917886f,1.3351536705266325f,-0.2989213300617346f,0.20312457198831968f,-0.7137131403362877f,-0.36335454600789163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.08335741415771017f,-0.08453843912591485f,0.8079908652079789f,0.3002070737169225f,0.265725807343719f,0.764718338861284f,0.10742486660550987f,1.3405168869086281f,-0.7677146483302979f,0.27386777642474996f,-0.05054803873242199f,-0.4268416384444903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.0437493049193953f,-0.10775787916587914f,0.7915012557139386f,0.3002070737169225f,-0.04618423253198359f,0.791702679607102f,0.10523252238907091f,1.3405168869086281f,-0.7974666231162917f,-0.039938785417266254f,-0.049516446105229706f,-0.4268416384444903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0119528548121064f,-1.1789870402507547f,-0.1653699747789547f,-0.5057867341585549f,0.04771441488607307f,0.17669997612409236f,-1.5517431176099425f,1.568895723342583f,1.1895717734755256f,-1.010036102007502f,-0.0784367158401143f,-0.851350953561709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.751151693521594f,-0.07601523413038626f,0.6557383758022277f,-0.31259353107413357f,0.11292660970931907f,0.9639085412754624f,0.24109729338125976f,1.5670513154880434f,-0.6503988884824453f,0.25515095186244685f,-0.7154573905023884f,-0.6932470876021548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6301507092480046f,-0.07601523413038626f,0.7727430153772593f,-0.1287745957803603f,0.15187144227766122f,0.9639085412754624f,0.21866730225782072f,1.5139615370809212f,-0.7614756389108845f,0.25515095186244685f,-0.5958631076924864f,-0.42812273759984687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4729283853830549f,-0.07816634419298012f,0.8776267799779591f,0.21014814114268712f,0.3387246118751529f,0.9356419492045698f,-0.09919566622942981f,1.3507796619258212f,-0.8133906685037662f,0.3441862366861551f,0.4689685009324383f,0.38139240577793126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0121186862731964f,-0.07816634419298012f,0.9968666711644623f,0.2018671540778362f,0.3443252990766841f,0.9356419492045698f,0.07755147519180694f,1.4561084232190669f,-0.9387721906079045f,0.3441862366861551f,0.015575898595526882f,0.06594602693889268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5587988712515818f,0.38306120433844615f,0.7355324161576682f,-0.22766185025212268f,0.0861662506618553f,0.908946230256256f,-0.40791191175279445f,1.1210002201379137f,-0.8248146450778115f,-0.16456264531697462f,-0.5409250752474349f,-0.21934508739086975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5657930562844916f,0.09867966335459949f,0.818621122070813f,-0.20404303136019272f,0.07705382947328698f,0.9947960082832324f,-0.0666604025434043f,1.3071078441751234f,-0.8209390506144507f,0.02536189945508807f,-0.5704523198587891f,-0.21815505824215814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5577216023217979f,0.39061603523231647f,0.7323699388444284f,-0.049660446063224825f,0.11015848284513248f,0.9093721084659883f,-0.4011327423701313f,1.0997385419877674f,-0.8226856768905516f,-0.14304363447392185f,-0.5502061392565756f,0.0319543656187001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5648359299561245f,0.1072034594286957f,0.8182101139176414f,-0.02444598420835914f,0.0974442968760913f,0.9932532824266639f,-0.06286911765710085f,1.28558060045741f,-0.819429668267463f,0.04421917271024162f,-0.5714715071881517f,0.03667376358194446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9358472014818843f,-0.03231762369235086f,0.35092105476503577f,0.27599663657645657f,0.01946673775961294f,0.9895249337869324f,0.14304353021009258f,2.013749486519284f,-0.35186796046176777f,0.1406981755846423f,-0.9254150213756145f,0.025006161288774698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9358472014818843f,-0.03231762369235086f,0.35092105476503577f,0.3480294584777931f,0.01946673775961294f,0.9895249337869324f,0.14304353021009258f,1.9027391980871284f,-0.35186796046176777f,0.1406981755846423f,-0.9254150213756145f,-0.06614372039595312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9358472014818843f,-0.03231762369235086f,0.35092105476503577f,-0.2738135942941504f,0.01946673775961294f,0.9895249337869324f,0.14304353021009258f,2.025186194953057f,-0.35186796046176777f,0.1406981755846423f,-0.9254150213756145f,-0.18171626548251385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9358472014818843f,-0.03231762369235086f,0.35092105476503577f,-0.2719693125039552f,0.01946673775961294f,0.9895249337869324f,0.14304353021009258f,1.915635911852872f,-0.35186796046176777f,0.1406981755846423f,-0.9254150213756145f,-0.29925624420187424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9302974913932522f,0.10137200171741254f,0.35251992110408004f,0.18654342511550986f,0.17360237296084585f,0.9682835321708072f,0.1796920071377383f,2.12264596529662f,-0.3231234959110608f,0.22836531828329487f,-0.9183901609858329f,-0.011330445257401817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9347020603927416f,-0.04540664623529357f,0.35251992110408004f,0.07842217694998209f,0.019992123310670656f,0.9835197494592277f,0.1796920071377383f,2.1348600632219994f,-0.35486951588308474f,0.17500611103993197f,-0.9183901609858329f,-0.05044249112561999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9206746058868065f,0.16468949546347716f,0.3538864791980038f,0.059841943736681474f,0.25574415244467685f,0.939435411438281f,0.22815791949029923f,2.1307815836719146f,-0.2948782775409674f,0.3005636002908093f,-0.9070327026158974f,-0.06502096189403532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9265054362093699f,-0.1278750816825791f,0.3538864791980038f,0.08637466499196882f,-0.04707436456515861f,0.9724854590042182f,0.22815791949029923f,2.1399090444079376f,-0.3733251677496069f,0.19473057158553478f,-0.9070327026158974f,-0.052373045531978704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9351026868369968f,0.018636655039744272f,0.3538864791980038f,0.1447660380055455f,0.10563544151679617f,0.9678766022946365f,0.22815791949029923f,2.2477837660695155f,-0.3382663426440491f,0.2507340380154237f,-0.9070327026158974f,-0.036909006108967406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9351026868369968f,0.03623079208356887f,0.35251992110408004f,0.13661410978674252f,0.10563544151679617f,0.9780347315235604f,0.1796920071377383f,2.0277259514767145f,-0.3382663426440491f,0.20526907618692763f,-0.9183901609858329f,-0.08309454825102605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9192697793085614f,-0.17831849643989184f,0.35092105476503577f,-0.1773959142206777f,-0.13556873374633582f,0.9803875085370324f,0.14304353021009258f,2.1320518607233754f,-0.3695459258067989f,0.0839216714083249f,-0.9254150213756145f,-0.15227386888199435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9358472014818843f,-0.03231762369235086f,0.35092105476503577f,-0.06992602018252247f,0.019466737759612954f,0.9895249337869326f,0.14304353021009258f,2.1397814058051616f,-0.35186796046176777f,0.1406981755846423f,-0.9254150213756145f,-0.1103260842771272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9002301992602935f,-0.25775958112622555f,0.35092105476503577f,-0.048882883671441335f,-0.2204992552721824f,0.9648412443969462f,0.14304353021009258f,2.135072151355383f,-0.3754539475943562f,0.05139427446890837f,-0.9254150213756145f,-0.10307436356385871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9358218882031584f,0.03304250115336982f,0.35092105476503577f,-0.07644619803979882f,0.08844508782769084f,0.9857565698001646f,0.14304353021009258f,2.1455351933740996f,-0.3411962192038884f,0.1649005100457339f,-0.9254150213756145f,-0.11190918544919745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9294693538435045f,-0.11375910332071504f,0.35092105476503577f,-0.1229434888308894f,-0.06685011962625857f,0.9874561306564407f,0.14304353021009258f,2.2547702653143165f,-0.36279165063668894f,0.10949546310545313f,-0.9254150213756145f,-0.1464250591677411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9294693538435045f,-0.11375910332071504f,0.35092105476503577f,-0.09734769058372855f,-0.06685011962625857f,0.9874561306564407f,0.14304353021009258f,2.0325926359166178f,-0.36279165063668894f,0.10949546310545313f,-0.9254150213756145f,-0.171061538366468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9358472014818843f,-0.03231762369235086f,0.35092105476503577f,0.025229708782429444f,0.01946673775961294f,0.9895249337869324f,0.14304353021009258f,1.5185576548117978f,-0.35186796046176777f,0.1406981755846423f,-0.9254150213756145f,-0.1702666388778883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5747105508858674f,-0.11966813062318224f,0.80955995529276f,0.07010525776612278f,0.06888717989668267f,0.9786653279822695f,0.193568417494278f,1.1515581568184468f,-0.8154522298371284f,0.16701411412964484f,-0.5542056897354493f,-0.2328969316765051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7402647336879346f,-0.4165490235432128f,0.5277262879970326f,0.22300071966941018f,-0.17171586194673788f,0.876047622442171f,0.4506153858550641f,0.5345153714757604f,-0.6500167588715079f,0.24295570419032195f,-0.7200352345458968f,-0.1349079779154166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7402647336879346f,-0.06467517324574423f,0.6691974641490837f,0.2193366428900255f,-0.17171586194673788f,0.9805371639969195f,-0.0951868308999057f,0.8630481558612594f,-0.6500167588715079f,-0.18537527339564833f,-0.7369628356977498f,-0.217524160797295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7806538555618291f,0.06416065054216805f,0.6216614582861452f,-0.08295861727681741f,0.14785899279113557f,0.9854374152155632f,0.08396915471803013f,0.5120762892023416f,-0.6072209450004518f,0.15746908145815602f,-0.7787722467689016f,-0.3240134353625183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7806538555618291f,0.2950958641571205f,0.5509065154396099f,0.034787430294586474f,0.14785899279113557f,0.9436846020584722f,-0.2959680558582868f,0.8763064816469242f,-0.6072209450004518f,-0.1495921214339354f,-0.7803236002823783f,-0.38669934389088306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7199185999419256f,0.3292638133679248f,0.6109849021572219f,0.08312069408574478f,0.1950303691857175f,0.9408084025866565f,-0.2772051671914259f,1.0418145910116126f,-0.6660933602378427f,-0.08040454482649638f,-0.7415219110844289f,-0.24862379575321072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7917267093049338f,0.0613080651514923f,0.607791196810682f,0.08828718389137871f,-0.2171604885864388f,0.9017139944830983f,-0.373835785272403f,1.0125605612420623f,-0.570972976567263f,-0.42796400935208956f,-0.7005973642037233f,-0.26460502694265775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7723736546381778f,0.17400192439565187f,0.6108700908765095f,0.08638323016816325f,-0.0030698542185474166f,0.9607111724422931f,-0.27753309557534145f,1.0598279254949055f,-0.6351610139294933f,-0.2162345334380349f,-0.741493838769341f,-0.2526781932551739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8009754995519592f,-0.04499725402608912f,0.597003765689632f,0.08131349268937127f,0.20369585795944695f,0.9171998586491236f,0.3424214022869954f,1.0215534802841857f,-0.5629797923262025f,0.39587834801127875f,-0.7254888607058048f,-0.24651736433089125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.719444767938119f,-0.3218396181599194f,0.6154823198672269f,0.08133159905254819f,-0.17159243568681248f,0.9410527594059075f,0.2915059862671677f,1.0214752941406497f,-0.6730195107881594f,0.10411034625436762f,-0.7322607280888838f,-0.24653936748321237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.772169209434273f,-0.21758036619614554f,0.597003765689632f,0.07859373811191946f,0f,0.9395464774324938f,0.3424214022869954f,1.0332978112520919f,-0.6354169591706298f,0.2644072634973244f,-0.7254888607058048f,-0.2432122735371747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7377219959380734f,0.1274198845432798f,0.662970911678727f,-0.07797076756696351f,0.22161720460731624f,0.9733144328478429f,0.05953847018626644f,1.0956343024143693f,-0.6376927718981799f,0.19084859924311534f,-0.7462739046997132f,-0.3578703864077585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.770671728237901f,-0.11027614996933646f,0.6276179236149548f,0.23660560403892134f,-0.19180000557039098f,0.9793818830126704f,-0.06343410037002196f,1.085862681193995f,-0.6076823554769424f,-0.16926398900680686f,-0.7759328945646644f,-0.13031301680416604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.772169209434273f,-0.12570150930405646f,0.6228594083421491f,0.08837072733175796f,0f,0.9802373061542593f,0.19782523505215666f,0.9364901611142863f,-0.6354169591706298f,0.15275455535637306f,-0.7569090657511158f,-0.267388509022896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.772169209434273f,-0.1148119688076674f,0.6249583376675256f,0.06875000000000003f,0f,0.9835405376703273f,0.18068760543867812f,1.15625f,-0.6354169591706298f,0.13952140544615593f,-0.7594597194194564f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.07931994193656033f,-0.5574981785667392f,-0.8263801351109237f,1.2338687781855089f,0.2857015465950652f,0.8069289573974324f,-0.5169528837202481f,0.7972649441542364f,0.9550303519178684f,-0.19509340995600227f,0.22328364988814287f,0.15196553172026997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6715175360071368f,-0.5574981785667392f,-0.4881188172255515f,1.2019002099950253f,-0.30014848638822367f,0.8069289573974324f,-0.508700839229061f,0.7964850558457636f,0.6774769995754553f,-0.19509340995600227f,-0.70919917966533f,0.24009308088667253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.34099806069849137f,-0.5574981785667392f,-0.7569122165050817f,1.3314213265660293f,-0.008318808623710483f,0.8069289573974324f,-0.5905899212961347f,0.8854634881944202f,0.9400271911082941f,-0.19509340995600227f,-0.2797989302495437f,0.23799914584090281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3678614913393632f,0.3242122233014189f,0.871529894754925f,-0.7884660922205705f,-0.041335132860709806f,0.9420241619079317f,-0.33298931690528216f,2.4631789299476483f,-0.9289614254536982f,0.08646914272507766f,0.3599357684023957f,-0.9661778049687503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5365073576165021f,0.3242122233014189f,0.7791317536112294f,-0.7794520839939427f,0.2583888210294203f,0.9420241619079317f,-0.21406937087936045f,2.451577556169785f,-0.803364843885009f,0.08646914272507766f,-0.5891757080583052f,-0.8735861299533549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09614942108403063f,0.3242122233014189f,0.9410853962777006f,-0.9251218975489117f,0.12374798696387745f,0.9420241619079317f,-0.31189247202208487f,2.504162113862029f,-0.9876445334975503f,0.08646914272507766f,-0.1306956877972505f,-0.900277614291465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012065143897410516f,0f,0.000009928389987041091f,-0.3736722906988998f,0f,0.000015625f,0f,1.3223725f,-0.000009928389987041091f,0f,-0.000012065143897410516f,0.2950302095832486f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81.mcfunction new file mode 100644 index 000000000..10bd85cab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..786717c4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7186805591763452f,-0.22221886681932496f,0.3179016727479664f,0.347544500165911f,-0.17061434123423966f,0.7822317766721415f,0.16108581121252055f,1.332123894438194f,-0.34832950617429237f,0.07534366090338657f,-0.7348022402895172f,-0.3538230200664961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7337277430799922f,0.06830074811504326f,0.311413883508212f,0.347544500165911f,0.13882779759940603f,0.7718980014970374f,0.15779834567757117f,1.332123894438194f,-0.287002511571657f,0.19876740953135477f,-0.7198062762019761f,-0.3538230200664961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.03360894815202302f,-0.08956992937345515f,0.8110438402457621f,0.30191265491316716f,0.27043565119604634f,0.7646305864762124f,0.09565076702075326f,1.3381787849088584f,-0.7698567669448189f,0.2725100703121305f,-0.001806768439145787f,-0.42164917273997965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0031604656677015966f,-0.0936621179888456f,0.7944919251387058f,0.30191265491316716f,-0.041888810765054574f,0.7933888574802272f,0.09369871055094198f,1.3381787849088584f,-0.7988963255576113f,-0.041970566830379086f,-0.0017698956138570976f,-0.42164917273997965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.014132345787212f,-1.1491202212215248f,-0.3040798454483944f,-0.48740881395529867f,0.24175226620170753f,0.19196508620092118f,-1.5317021569046025f,1.574593625818705f,1.163828886483947f,-1.0411908436303432f,0.05319962524180877f,-0.8650072601049985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7296711403511019f,-0.07356701124674796f,0.6798293328438714f,-0.2991713917803628f,0.12148523353899657f,0.9644327264500691f,0.2347570109369727f,1.5705549351111878f,-0.6729200286591995f,0.25388464114299497f,-0.6947814217586669f,-0.7010736400298143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6079370071821273f,-0.07356701124674796f,0.7905697250430597f,-0.12211302199954285f,0.15843759784107747f,0.9644327264500691f,0.21158223872157952f,1.5157449215538152f,-0.7780167883078019f,0.25388464114299497f,-0.5746585648042718f,-0.43171419557889334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.47941820421996184f,-0.08105123416072091f,0.8738357299307067f,0.20111008288192314f,0.3348483105873379f,0.9372894699877417f,-0.09677323156175004f,1.3507539916640148f,-0.8111934383113023f,0.3389972667900471f,0.4764935033655391f,0.38486880638097243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0032914671881663637f,-0.08105123416072091f,0.9967045016878238f,0.1979808285338061f,0.34036611759760305f,0.9372894699877417f,0.07509564196165475f,1.4547631587742744f,-0.9402872285824602f,0.3389972667900471f,0.030672151434057382f,0.06889184274397739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5367872651540974f,0.3983202054692706f,0.743774459015166f,-0.2282721007913256f,0.0884669024574295f,0.9032567307518367f,-0.4198819899937265f,1.1234202175063506f,-0.8390667667939021f,-0.15958788258017026f,-0.5200948649963821f,-0.2249893639722063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5452259798611888f,0.10692314098081981f,0.8314421644391161f,-0.20302749832967742f,0.07930574553140449f,0.9939629096736511f,-0.07581776123572528f,1.309314402062437f,-0.8345293461647197f,0.0246003275564588f,-0.5504140207825379f,-0.22381689018526113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5355528768842309f,0.40611111866573746f,0.7404437016796666f,-0.05622730814690046f,0.12086894225394537f,0.904615506574426f,-0.4087315550131979f,1.1007031681555768f,-0.8358072833251912f,-0.12940071314006613f,-0.5335556583707138f,0.028688392645038693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5442309521943648f,0.11717512944167222f,0.8307121401026605f,-0.02906502050094531f,0.1068962465171543f,0.9918123676791523f,-0.06986715823058642f,1.2862313173564768f,-0.8320972678444262f,0.05077613966226052f,-0.5523005707826488f,0.034757040264321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9307182064825164f,-0.027702843376493466f,0.36468640307917327f,0.2782128580378407f,0.025417735637776342f,0.989816906341348f,0.14005866854961604f,2.0125170759427253f,-0.3648527906389314f,0.13962465537898594f,-0.9205364722667339f,0.02746724407865825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9307182064825164f,-0.027702843376493466f,0.36468640307917327f,0.3507669964916692f,0.025417735637776342f,0.989816906341348f,0.14005866854961604f,1.9009672977401668f,-0.3648527906389314f,0.13962465537898594f,-0.9205364722667339f,-0.06260415246976135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9307182064825164f,-0.027702843376493466f,0.36468640307917327f,-0.26858408827063773f,0.025417735637776342f,0.989816906341348f,0.14005866854961604f,2.027449995629919f,-0.3648527906389314f,0.13962465537898594f,-0.9205364722667339f,-0.18688377042171395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9307182064825164f,-0.027702843376493466f,0.36468640307917327f,-0.2658338153029979f,0.025417735637776342f,0.989816906341348f,0.14005866854961604f,1.9178065476001935f,-0.3648527906389314f,0.13962465537898594f,-0.9205364722667339f,-0.30431912626805335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9249787190826506f,0.09842078914412764f,0.3670527448589177f,0.18929942852606227f,0.1793152234087063f,0.9646298872193408f,0.1932232681047692f,2.1211194085579286f,-0.33505286134892853f,0.2445455559756688f,-0.909910463262428f,-0.008601385219091845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9289870996351582f,-0.047489485183465074f,0.3670527448589177f,0.08181546861848871f,0.026206195083015665f,0.9808047736436563f,0.1932232681047692f,2.134021914564304f,-0.3691831578643956f,0.1891209792562054f,-0.909910463262428f,-0.049219907180662076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.917046339109328f,0.15236429949227467f,0.3685256194166256f,0.06446944235388545f,0.26012132299599383f,0.9290123930793014f,0.26319739897628913f,2.1301974095180336f,-0.3022629802820601f,0.337225582874874f,-0.8915806172218573f,-0.06680358448497951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9192460544336887f,-0.13847584353123912f,0.3685256194166256f,0.09070207421662783f,-0.039690538183786594f,0.9639251995620811f,0.26319739897628913f,2.139037295222593f,-0.3916776130783801f,0.22731619037700404f,-0.8915806172218573f,-0.053351035608125055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9295910046060416f,0.007030788655795508f,0.3685256194166256f,0.14801455661823015f,0.11158924113621979f,0.9582666489212484f,0.26319739897628913f,2.246667524798828f,-0.35129532507303973f,0.28578942873402247f,-0.8915806172218573f,-0.03293884382029903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9295910046060416f,0.03365778731682054f,0.3670527448589177f,0.14044155447194553f,0.11158924113621979f,0.9747884949698347f,0.1932232681047692f,2.0273401134306153f,-0.35129532507303973f,0.22057774916654815f,-0.909910463262428f,-0.08256883738277229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9149258414387041f,-0.1729581801385914f,0.36468640307917327f,-0.1718778246057744f,-0.12973667709752384f,0.9816068275943284f,0.14005866854961604f,2.133695299187926f,-0.3822029556183096f,0.08083009305540201f,-0.9205364722667339f,-0.15617012021996832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9307182064825162f,-0.027702843376493466f,0.36468640307917327f,-0.06495220901042525f,0.02541773563777635f,0.989816906341348f,0.14005866854961604f,2.1407423208270857f,-0.3648527906389314f,0.13962465537898594f,-0.9205364722667339f,-0.11273749606976477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8963699737341041f,-0.2520410633152782f,0.36468640307917327f,-0.044043570603208224f,-0.21479566201775022f,0.9665642208060804f,0.14005866854961604f,2.1358988807884014f,-0.3877933647785607f,0.04721132767078991f,-0.9205364722667339f,-0.10519110265648986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9303834763758884f,0.03728825949130865f,0.36468640307917327f,-0.07141143990475723f,0.09440195634994522f,0.9856327104968726f,0.14005866854961604f,2.1465380610872775f,-0.3542243039713953f,0.16473538084666883f,-0.9205364722667339f,-0.11441461594922844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9247620808246408f,-0.10871486226848082f,0.36468640307917327f,-0.1166988411590917f,-0.060947214176518986f,0.9882656558072987f,0.14005866854961604f,2.2560543198967014f,-0.37563350616392244f,0.10729432544974103f,-0.9205364722667339f,-0.14964081181631345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9247620808246408f,-0.10871486226848082f,0.36468640307917327f,-0.09223799714868355f,-0.060947214176518986f,0.9882656558072987f,0.14005866854961604f,2.0336945473400596f,-0.37563350616392244f,0.10729432544974103f,-0.9205364722667339f,-0.17378203504250514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9307182064825164f,-0.027702843376493466f,0.36468640307917327f,0.02690303579585973f,0.025417735637776342f,0.989816906341348f,0.14005866854961604f,1.518859332493221f,-0.3648527906389314f,0.13962465537898594f,-0.9205364722667339f,-0.1709663073360336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5566799290519426f,-0.11515750222486001f,0.8227066343916617f,0.07008709913018224f,0.07386587105907255f,0.9795609646021329f,0.18709395960432115f,1.1515239707674212f,-0.827436577438663f,0.1649213943339986f,-0.5367957190659414f,-0.23281183021128307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.727107749304821f,-0.42482174723480176f,0.5392965825751611f,0.20702889694011486f,-0.1809692779064601f,0.8763677093285088f,0.4463516086005699f,0.5399903948654643f,-0.6622419809668457f,0.22694960040209816f,-0.7140934375293164f,-0.11327369325097361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.727107749304821f,-0.036777689136736846f,0.6855375427229635f,0.21595792553383228f,-0.1809692779064601f,0.9735140254911688f,-0.1397160070499943f,0.8617079267060425f,-0.6622419809668457f,-0.2256498255123216f,-0.7145052238377034f,-0.210992287316568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7671253028567152f,0.06744739563411961f,0.6379417046558151f,-0.08596111741641363f,0.14549643574961657f,0.9868347949826789f,0.0706248865177942f,0.5114410819347719f,-0.6247796066623418f,0.14699638170263976f,-0.7668392966359909f,-0.32012726858488333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7671253028567152f,0.3028388066663546f,0.5655151871469865f,0.03484226640188494f,0.14549643574961657f,0.9407187094161185f,-0.30639695974116626f,0.874736897192115f,-0.6247796066623418f,-0.15276441644365504f,-0.7657110918404402f,-0.3838506771764676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7068096342243386f,0.3352579051411638f,0.6229143424324207f,0.08231394323952394f,0.18869792507066738f,0.9380121265890798f,-0.29073414564831707f,1.0415868153680916f,-0.681772127650934f,-0.08795105122845562f,-0.7262584791560979f,-0.24696783868510144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7823957092733341f,0.07402354367275343f,0.6183667755408631f,0.0875440031626866f,-0.22115405956071302f,0.895175550022291f,-0.38697754015201646f,1.0121034703510676f,-0.5821922672541202f,-0.43952388970841716f,-0.6840109021975381f,-0.262500689833788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7599889901007061f,0.18611942693633454f,0.6227168649094058f,0.08580368249458022f,-0.004397762591034754f,0.9566258119392074f,-0.29128631209832906f,1.0595235493419517f,-0.6499210679843374f,-0.22411295109507323f,-0.7262065756667008f,-0.25116995651813406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.787514514932559f,-0.046352743476128055f,0.614550495844542f,0.08022788889104603f,0.2009560463052327f,0.9233545135112444f,0.32715915061599987f,1.0216046691286955f,-0.5826126983030026f,0.38114021770294665f,-0.7178402177542332f,-0.2446570191410139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7077580430149751f,-0.31420091070966094f,0.6327371810292423f,0.08025779167131908f,-0.17325447019192408f,0.9454973390382329f,0.2757130218726292f,1.0214718592804517f,-0.684880603540594f,0.08551356372436417f,-0.7236200586723883f,-0.24469194778959172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7596439937618306f,-0.21276440209490707f,0.614550495844542f,0.07756833386485969f,0f,0.9449692535570762f,0.32715915061599987f,1.033416784798159f,-0.6503391444020388f,0.2485244837696664f,-0.7178402177542332f,-0.24155046309389308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7240146873246907f,0.12991332932933786f,0.6774402257031223f,-0.07610772377257506f,0.21643788922631707f,0.9752914565725664f,0.04428560537937988f,1.0954551305066413f,-0.6549483740306459f,0.17868716125992f,-0.7342435057632342f,-0.35996699467378784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7605857006449388f,-0.09805458341852341f,0.6417902232389234f,0.23402044227128332f,-0.1933457801114559f,0.9778857582412338f,-0.0797298760945967f,1.0856733283547508f,-0.6197796392973393f,-0.18472883505177806f,-0.7627243645071744f,-0.12637656316425716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7596439937618306f,-0.11823177615716382f,0.6395015636011363f,0.08673491982717792f,0f,0.9833354936509823f,0.18180018406530532f,0.9358605053185977f,-0.6503391444020388f,0.13810341789000444f,-0.7469849016047934f,-0.26427067315161973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7596439937618306f,-0.10705292767974127f,0.6414675934268012f,0.06875000000000003f,0f,0.9863585775950875f,0.16461092431729943f,1.15625f,-0.6503391444020388f,0.12504569996521978f,-0.7492813691655708f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1567957562341618f,-0.5077421664412093f,-0.8471204065801656f,1.1288324013719357f,0.2768730398733421f,0.8459331164232973f,-0.45578337215135756f,0.7974982681909638f,0.9480276423281404f,-0.1630799035931635f,0.2732188398075662f,0.2834514325560973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7050644556521592f,-0.5077421664412093f,-0.49505757826086466f,1.0982899375895356f,-0.29924965250570124f,0.8459331164232973f,-0.4414145534682621f,0.7962517318090363f,0.642910381663838f,-0.1630799035931635f,-0.7483790391191506f,0.37207798925977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.32578628034560014f,-0.5077421664412093f,-0.7975344456236142f,1.233191336324278f,-0.013296388073893689f,0.8459331164232973f,-0.5331232208435087f,0.8768434831265264f,0.9453499381725091f,-0.1630799035931635f,-0.28234454030718936f,0.370116391954012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4259655982957903f,0.27533785983331033f,0.8618250240106293f,-0.7127689090681364f,-0.03051844606639434f,0.9563978618891167f,-0.2904681638727704f,2.4419591590863066f,-0.9042244928767423f,0.0974278846960069f,0.41579547107377157f,-1.0346793518609125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5666337769737363f,0.27533785983331033f,0.7766049354304223f,-0.7050594320991914f,0.24332260260479724f,0.9563978618891167f,-0.1615464045887557f,2.430296189115787f,-0.7872231410814255f,0.0974278846960069f,-0.6089232574221118f,-0.9419776712055324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08223442100207928f,0.27533785983331033f,0.9578238684355622f,-0.8525877508489983f,0.1244050130188757f,0.9563978618891167f,-0.264247086095002f,2.475764737015297f,-0.9888179269907207f,0.0974278846960069f,-0.11290223445723035f,-0.971393176364638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011869437402528603f,0f,0.000010161549131281857f,-0.38384089230137763f,0f,0.000015625f,0f,1.3223725f,-0.000010161549131281857f,0f,-0.000011869437402528603f,0.2863114229365367f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82.mcfunction new file mode 100644 index 000000000..e910be433 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..a928c4910 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7245617851234638f,-0.21916168324828877f,0.3064683027311646f,0.3503096969064836f,-0.17025221384620254f,0.7830488110075452f,0.15745852693512968f,1.328871883224762f,-0.3361083867796381f,0.07581002981064439f,-0.7404244972723032f,-0.34341573940254255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7379043413914531f,0.07327229135785278f,0.30021384757338576f,0.3503096969064836f,0.13946181645896688f,0.7725016858869452f,0.15424508760992298f,1.328871883224762f,-0.27576726547146874f,0.19460811036798364f,-0.7253137932463378f,-0.34341573940254255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.019165761165439776f,-0.09478133214001437f,0.810921461746548f,0.3039223692371232f,0.2745297014748525f,0.764661876458121f,0.08288607931442929f,1.3357292425277336f,-0.7689021791174233f,0.2706532065462255f,0.049806878833837116f,-0.4160819941834494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.052876506096221174f,-0.07859472348894705f,0.7943720441598838f,0.3039223692371232f,-0.03819532332017056f,0.7949519269203843f,0.08119452667535931f,1.3357292425277336f,-0.7973363107118124f,-0.04329322493490126f,0.048790411918860854f,-0.4160819941834494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.994642070750484f,-1.1138004843042988f,-0.45993682420164916f,-0.46635879430225285f,0.4494709708279535f,0.21042732348836224f,-1.4815878097205377f,1.5808389298126846f,1.1180649567338052f,-1.0754418034896325f,0.18644551437564882f,-0.8797787623395941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7044422581069117f,-0.07093821124671122f,0.7062073882213016f,-0.28397294648987415f,0.1308981343245923f,0.9649404027285947f,0.2274987859578998f,1.5743815177713412f,-0.6975863985368235f,0.25270098806117536f,-0.6704591167322059f,-0.7094332376973209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5823482649064605f,-0.07093821124671122f,0.8098384212579395f,-0.11466551220567993f,0.16561799083391315f,0.9649404027285947f,0.2036190076935726f,1.5176774587988917f,-0.7958901805353378f,0.25270098806117536f,-0.5501827252471065f,-0.43548732014770886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4859646081184033f,-0.0841698500970813f,0.8699159936401684f,0.19120241364405205f,0.3306171708750213f,0.9390889149952256f,-0.09383121045625868f,1.3508030938002704f,-0.8090307076860084f,0.33320781213489675f,0.484191974276063f,0.3885866072555215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.019662587320914693f,-0.0841698500970813f,0.9962574059922878f,0.1935480292429549f,0.33589460666233817f,0.9390889149952256f,0.0727105422084231f,1.4533205392263755f,-0.9416943218874161f,0.33320781213489675f,0.04673711648438372f,0.07211573640676913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.513226904148982f,0.4142654653231108f,0.7516530244057282f,-0.22873388736462555f,0.08780649589348946f,0.8965432637046293f,-0.4341660921637687f,1.1260658332865898f,-0.8537494738719072f,-0.15682570116686215f,-0.4965053225464595f,-0.23087487997234618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.522666390693423f,0.11569483524659643f,0.8446505485328077f,-0.2017620398275587f,0.07977936172149451f,0.9930390287978044f,-0.08665299029822474f,1.3117190699968142f,-0.8487962638247303f,0.02209507595769228f,-0.5282581851098976f,-0.23003366688721572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5119589775423592f,0.4210875567023403f,0.7487210928671875f,-0.06322715774275003f,0.12871318851773833f,0.8993732964389145f,-0.4178044862782081f,1.1017431631015588f,-0.8493120277114762f,-0.11752847843418084f,-0.51464175534207f,0.025368267329317074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5217713660100514f,0.12699346032956468f,0.8435800511187593f,-0.034143508611464424f,0.11468732445959612f,0.9903230418986341f,-0.07814787452602492f,1.286940309241765f,-0.8453410313123956f,0.05597261578807361f,-0.5312867465517433f,0.03254259062363249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9246859449236953f,-0.02263015941480377f,0.38005759977328907f,0.28051618754951607f,0.03200578581663176f,0.9900782166850292f,0.1368238083085402f,2.011090088118232f,-0.3793830952148935f,0.13868309461016803f,-0.914787115308537f,0.030459131587604327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9246859449236953f,-0.02263015941480377f,0.38005759977328907f,0.35365108038975096f,0.03200578581663176f,0.9900782166850292f,0.1368238083085402f,1.8989573260934052f,-0.3793830952148935f,0.13868309461016803f,-0.914787115308537f,-0.058410681228283495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9246859449236953f,-0.02263015941480377f,0.38005759977328907f,-0.26273680509315495f,0.03200578581663176f,0.9900782166850292f,0.1368238083085402f,2.029893487285503f,-0.3793830952148935f,0.13868309461016803f,-0.914787115308537f,-0.19242843685114558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9246859449236953f,-0.02263015941480377f,0.38005759977328907f,-0.25895335812219716f,0.03200578581663176f,0.9900782166850292f,0.1368238083085402f,1.9201611591969237f,-0.3793830952148935f,0.13868309461016803f,-0.914787115308537f,-0.30975198180815045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9187851526028228f,0.09450801599225939f,0.38327806912190315f,0.19217331176432112f,0.18561575364912614f,0.9603209983882603f,0.20815948705701925f,2.119342976462069f,-0.34839723786774557f,0.26239629373865264f,-0.8998708516661401f,-0.005339804523696798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9222576936614952f,-0.050385198345996085f,0.38327806912190315f,0.08543529735446567f,0.03310321406025335f,0.9775345544619072f,0.20815948705701925f,2.1330069604314854f,-0.3851557135770685f,0.20466442441370936f,-0.8998708516661401f,-0.04764148825998596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9128982817385788f,0.13731369910832938f,0.384397808573277f,0.06957269799307121f,0.2647256732632324f,0.9159839835115149f,0.3014857540012542f,2.129631084886518f,-0.31070411183967117f,0.3769857954718767f,-0.8725506660924383f,-0.0684983986046212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9106501261470862f,-0.15150799487934088f,0.384397808573277f,0.09544617861138557f,-0.031285540892700844f,0.9529572682263072f,0.3014857540012542f,2.1381338996072428f,-0.4119921876435855f,0.2625219465536076f,-0.8725506660924383f,-0.054162054317504885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9231395840852361f,-0.007185614726634648f,0.384397808573277f,0.15138725712270343f,0.11817499649224913f,0.9461189197655608f,0.3014857540012542f,2.2453129848765467f,-0.3658523998814198f,0.32373964323611687f,-0.8725506660924383f,-0.02829926353468703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9231395840852361f,0.030186586841227537f,0.38327806912190315f,0.14459527508342723f,0.11817499649224913f,0.9709296051476725f,0.20815948705701925f,2.0268538237183207f,-0.3658523998814198f,0.23745414677924975f,-0.8998708516661401f,-0.08172644656001814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9097613896315014f,-0.16700429572416964f,0.38005759977328907f,-0.16574692062374818f,-0.1232706146924359f,0.9828955188794466f,0.1368238083085402f,2.1354469289020956f,-0.3964070754781106f,0.0776270840388665f,-0.914787115308537f,-0.16025814710470446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9246859449236953f,-0.022630159414803785f,0.38005759977328907f,-0.059465011770360975f,0.03200578581663176f,0.9900782166850292f,0.1368238083085402f,2.141737739226917f,-0.3793830952148935f,0.13868309461016803f,-0.914787115308537f,-0.11516133811629128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.891744089443591f,-0.24565972359543894f,0.38005759977328907f,-0.038713025264133435f,-0.20846652177839814f,0.9684115627033603f,0.1368238083085402f,2.1367460165429075f,-0.4016642730440905f,0.04278253645411945f,-0.914787115308537f,-0.1072863215644802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9240120565574584f,0.04192779735477428f,0.38005759977328907f,-0.06585457816126587f,0.10099218645780723f,0.9854338251523636f,0.1368238083085402f,2.14757957141428f,-0.36878489341474946f,0.16480969648220833f,-0.914787115308537f,-0.11694219129128983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9191948873806459f,-0.10313573516414333f,0.38005759977328907f,-0.10978175155942879f,-0.05440700821467203f,0.9891001581928274f,0.1368238083085402f,2.257402805765864f,-0.3900264561160057f,0.10508994811624575f,-0.914787115308537f,-0.15292698203758626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9191948873806459f,-0.10313573516414333f,0.38005759977328907f,-0.08657621114749658f,-0.05440700821467203f,0.9891001581928274f,0.1368238083085402f,2.0348552701724785f,-0.3900264561160057f,0.10508994811624575f,-0.914787115308537f,-0.1765722203637415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9246859449236953f,-0.02263015941480377f,0.38005759977328907f,0.028730688675136964f,0.03200578581663176f,0.9900782166850292f,0.1368238083085402f,1.51916371688468f,-0.3793830952148935f,0.13868309461016803f,-0.914787115308537f,-0.1716373220961992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5363792998915016f,-0.11022035661102011f,0.8367488987960738f,0.0700633224042695f,0.07929203441615709f,0.9804692164229086f,0.17998024593047518f,1.1514877607260894f,-0.8402440240347143f,0.16288520078750837f,-0.5171637955603269f,-0.23271927239151483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7125483218260754f,-0.43333199355710056f,0.5518136210920065f,0.18865897829903694f,-0.19136465137634648f,0.876692891772187f,0.4413492310174898f,0.5473210904968617f,-0.6750218213261353f,0.20888503267574993f,-0.7076104746663928f,-0.09057166175079477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7125483218260754f,-0.004155622412957777f,0.7016107324330241f,0.21199697783146593f,-0.19136465137634648f,0.9632203701339466f,-0.18864275433377303f,0.8603205535829593f,-0.6750218213261353f,-0.2686805712391274f,-0.6871362975219422f,-0.20394056793774173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7518838904089927f,0.07152177322159264f,0.6554046469919762f,-0.0894524680115225f,0.14283046100167268f,0.988160421798267f,0.05602178327687091f,0.5108130989868491f,-0.6436381551411378f,0.13573362423036564f,-0.7531973901307694f,-0.31608360407366415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7518838904089927f,0.31141226860404336f,0.5811135984524204f,0.03472853788770823f,0.14283046100167268f,0.9374225731524519f,-0.31755059243258477f,0.8730942908362886f,-0.6436381551411378f,-0.1557604516785922f,-0.7493120891453664f,-0.38075489158799314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6920364143961341f,0.34272148752651704f,0.6353169155133157f,0.08133994794410909f,0.181780010308203f,0.9344838079584905f,-0.3060980896963399f,1.0412683651297252f,-0.6985997630990807f,-0.09634310899597505f,-0.7089967393062522f,-0.2451712728413561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7721741103197304f,0.08859937381548758f,0.6292036985837226f,0.08660685112817407f,-0.22564241642317623f,0.8874566484273655f,-0.4018783361575707f,1.0115311382275853f,-0.5939971744567837f,-0.45229508965007664f,-0.6652792711454237f,-0.2601995026779114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7461047955726331f,0.20019929913462314f,0.635018011279621f,0.08509368480288328f,-0.005845303403647757f,0.9517198417858332f,-0.30691232490610054f,1.0591131121632096f,-0.6658028735681745f,-0.2327006303754981f,-0.7089125123533984f,-0.24953440966089668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7722320457638688f,-0.047060032498060206f,0.6335953131428858f,0.07896586446084752f,0.19769527562762312f,0.9299470363494584f,0.31002433385038874f,1.0217804107571449f,-0.6037998389283223f,0.36466952563401933f,-0.7088313562364403f,-0.24267894353967095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6947223141815626f,-0.3051389509341822f,0.6513456277591804f,0.07900884805261398f,-0.17520390017915513f,0.9500686528631549f,0.25821144089447856f,1.0215826190398705f,-0.6976134313072151f,0.06526695541831935f,-0.7134954274486954f,-0.24272703120227787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7455664423470688f,-0.20660992040389403f,0.6335953131428858f,0.07638324045579885f,0f,0.9507286218583212f,0.31002433385038874f,1.0336645185303739f,-0.6664313018203263f,0.2311437396298543f,-0.7088313562364403f,-0.2397896467942978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7086218089155654f,0.13353556113205423f,0.6928372000999796f,-0.07403850002520854f,0.21067758229899078f,0.9771788242944957f,0.02713856420444649f,1.095267183886194f,-0.6734018772218295f,0.1651962447017919f,-0.7205831752757913f,-0.36223377250542954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7493417691301052f,-0.08421218294267191f,0.6568068371149878f,0.23105834493495284f,-0.19527342336597817f,0.9758740350657051f,-0.0976634927263515f,1.0855511065647718f,-0.6327362824778545f,-0.20144025399261348f,-0.7477075771366075f,-0.12210394922938807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7455664423470688f,-0.10935262985208673f,0.657398419826491f,0.08479147942214613f,0f,0.9864458917683452f,0.16408687520138246f,0.935234705026735f,-0.6664313018203263f,0.12233766777974218f,-0.7354609540936069f,-0.26091920774691335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7455664423470688f,-0.09786279050285904f,0.6592067614041351f,0.06875000000000003f,0f,0.9891593621181093f,0.1468460293439869f,1.15625f,-0.6664313018203263f,0.10948347167078959f,-0.7374840265286947f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.24416425016815138f,-0.44955941931320376f,-0.8592323012123089f,1.0089135546190648f,0.2591742139823116f,0.884070365316289f,-0.3889065645835439f,0.7977957384319277f,0.9344584237655925f,-0.12773377656790022f,0.33237258698217953f,0.4212127712671541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7432700298823751f,-0.44955941931320376f,-0.49542506111966983f,0.9799623202569219f,-0.2909204163881806f,0.884070365316289f,-0.36576618282456186f,0.7959542615680723f,0.6024242475259286f,-0.12773377656790022f,-0.7878890203045864f,0.510361509294499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30881316652952406f,-0.44955941931320376f,-0.8381710784110746f,1.1201635991996546f,-0.01964241988112611f,0.884070365316289f,-0.4669408576155408f,0.8669161286423311f,0.9509198722916786f,-0.12773377656790022f,-0.2818430038239015f,0.5080635908544118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.48940355957923465f,0.22025362221832562f,0.8437846275981103f,-0.6275278251661752f,-0.014405099303864258f,0.9694889979508831f,-0.24471120931873655f,2.418909745204592f,-0.8719384433463298f,0.10760773555790387f,0.47764414187015825f,-1.1058565005302408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6010197452647307f,0.22025362221832562f,0.7682861496224084f,-0.6212113092376933f,0.22176978042424983f,0.9694889979508831f,-0.1044473424399717f,2.407174688113569f,-0.7678498748404525f,0.10760773555790387f,-0.6315276280224025f,-1.0130585880451224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.06737616990380701f,0.22025362221832562f,0.9731129398116134f,-0.7703365081736763f,0.12517394230424223f,0.9694889979508831f,-0.21076661742364924f,2.444657209272628f,-0.9898443998412618f,0.10760773555790387f,-0.09289046964566744f,-1.0455239738408315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001164947566167295f,0f,0.000010412989090942599f,-0.3948026457991143f,0f,0.000015625f,0f,1.3223725f,-0.000010412989090942599f,0f,-0.00001164947566167295f,0.2765169611927217f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83.mcfunction new file mode 100644 index 000000000..cda49b6e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..97e1cf98f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7297624217901908f,-0.2156665084196857f,0.2964442769449624f,0.3531506735444865f,-0.16916270991178975f,0.7839863852204293f,0.1539278071329179f,1.3254468843214957f,-0.32523104058908603f,0.07614295357753546f,-0.7452324907720232f,-0.3323617411641606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7413007981479829f,0.07838509264125045f,0.290394393742004f,0.3531506735444865f,0.14079931638074122f,0.7729417876211143f,0.15078642331387876f,1.3254468843214957f,-0.26579819256699155f,0.19083178509016493f,-0.7300236644297371f,-0.3323617411641606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.07337989063605323f,-0.09992855851149673f,0.8072014118474394f,0.306237506334727f,0.27774509267408337f,0.7648403815098231f,0.06943557266860707f,1.3332075166308364f,-0.7644720397700295f,0.2682870076059721f,0.10270845342096914f,-0.4102453233612505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.10387119949620391f,-0.06292964719048026f,0.7907279136464713f,0.306237506334727f,-0.03535223121361736f,0.7963188435939211f,0.06801852016516612f,1.3332075166308364f,-0.7924398990860054f,-0.043773951634754754f,0.10061236253482692f,-0.4102453233612505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9465256158992327f,-1.0730727905300406f,-0.6277023933924806f,-0.4429997021295402f,0.6627374136644718f,0.23193162700305756f,-1.3958485200497373f,1.5874535168792792f,1.0517959065217475f,-1.111813274169627f,0.3146472062553702f,-0.8951105884241644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.675878604060162f,-0.06813090037770257f,0.7338571339078268f,-0.2672719649337838f,0.14086533617815353f,0.9654200201220674f,0.21936531587952318f,1.57842765310833f,-0.7234259254665281f,0.25163935535053095f,-0.6429094533460108f,-0.7180167894180982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5538605069854521f,-0.06813090037770257f,0.8298172806199816f,-0.10654334907077526f,0.17318845615752523f,0.9654200201220674f,0.1948587780965491f,1.519716928810058f,-0.8143981197519988f,0.25163935535053095f,-0.5229085363456769f,-0.43931994626756765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4924057877889422f,-0.08732586026833015f,0.8659738646635632f,0.18061483328615704f,0.3260546341815381f,0.9410084126671163f,-0.09050714236156981f,1.350927300120554f,-0.8069850777311152f,0.32692103238872555f,0.49183099017975207f,0.3924297408332863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.03665296302596199f,-0.08732586026833015f,0.9955052759427312f,0.18864309705259136f,0.33098759381028003f,0.9410084126671163f,0.07035893712525217f,1.4518069265080915f,-0.942922994228637f,0.32692103238872555f,0.06339452292423453f,0.07552598795899904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4884431750195387f,0.43099219061888244f,0.7587285393356236f,-0.22904292280747626f,0.08455943037964977f,0.8887939072620643f,-0.4504387784679538f,1.1289105796173062f,-0.8684888988989448f,-0.15585609400780578f,-0.47056977213791396f,-0.23692652681834905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4984457076569266f,0.1251159812818227f,0.8578448972549012f,-0.2002221457092914f,0.07865678464572425f,0.9919762533654699f,-0.09897587073727288f,1.3142875279312238f,-0.8633452303381203f,0.018141223412211804f,-0.5042875263830409f,-0.23667684446845333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4872623580332974f,0.4356403091982956f,0.7568308367432208f,-0.07055363959344166f,0.13399646039853982f,0.8937128168395433f,-0.4281615928798279f,1.1028597904769513f,-0.8629138676858156f,-0.1072143741218608f,-0.49384687397731314f,0.021970985505869463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.49778093169849674f,0.1367289004415338f,0.8564574430883448f,-0.03956411174135194f,0.12094922524198012f,0.9887895842521739f,-0.08755822627130994f,1.2877105986100381f,-0.8588279390836917f,0.06000304874306214f,-0.5087378550794075f,0.03004194555094733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9177475221298999f,-0.01714558936040214f,0.3967940453055126f,0.2828707091610601f,0.039162245560354164f,0.990292336146894f,0.13336943987059982f,2.009472289098461f,-0.3952287997440209f,0.13793881880823652f,-0.9081668779022327f,0.033971206548908894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9177475221298999f,-0.01714558936040214f,0.3967940453055126f,0.3566288816583734f,0.039162245560354164f,0.990292336146894f,0.13336943987059982f,1.8967205478594544f,-0.3952287997440209f,0.13793881880823652f,-0.9081668779022327f,-0.053590710615054216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9177475221298999f,-0.01714558936040214f,0.3967940453055126f,-0.256305960090256f,0.039162245560354164f,0.990292336146894f,0.13336943987059982f,2.032480108365169f,-0.3952287997440209f,0.13793881880823652f,-0.9081668779022327f,-0.1982257133007034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9177475221298999f,-0.01714558936040214f,0.3967940453055126f,-0.2513788517526852f,0.039162245560354164f,0.990292336146894f,0.13336943987059982f,1.922665535543189f,-0.3952287997440209f,0.13793881880823652f,-0.9081668779022327f,-0.31542979044546804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9117241756238957f,0.08954424754804285f,0.40092499961212463f,0.19511544139762838f,0.19243333676189434f,0.9553477944264994f,0.2242320284595983f,2.117321540786759f,-0.3629441258453026f,0.2815890967624236f,-0.8882449786511103f,-0.0015666382564971104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9145071445650437f,-0.05418327440740295f,0.40092499961212463f,0.08923189941199329f,0.04061484191306684f,0.9736890838605876f,0.2242320284595983f,2.131811999421169f,-0.4025259210980913f,0.22134529754485777f,-0.8882449786511103f,-0.04570101001072861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9082508092534916f,0.11941625311033073f,0.4010239718314443f,0.07511305953783046f,0.26945536863934044f,0.9001535588263071f,0.342224158766986f,2.1291184435365436f,-0.32011602865494715f,0.4188834313092648f,-0.8497425487597766f,-0.07002162267286194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.900699502186552f,-0.16709332954199618f,0.4010239718314443f,0.10056681958908227f,-0.021895463029260334f,0.9393631959231546f,0.342224158766986f,2.137234028397768f,-0.4338905339594673f,0.2994605238885533f,-0.8497425487597766f,-0.054740621180369715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9157495523081953f,-0.02413568859329519f,0.4010239718314443f,0.15481559670885145f,0.12532288548678794f,0.9312232812432764f,0.342224158766986f,2.2437107524794535f,-0.3817026746311914f,0.3636491014792052f,-0.8497425487597766f,-0.023032232052376332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9157495523081953f,0.025727458742701402f,0.40092499961212463f,0.14902691849174365f,0.12532288548678794f,0.9664440862182143f,0.2242320284595983f,2.0262608330803555f,-0.3817026746311914f,0.25558545749021655f,-0.8882449786511103f,-0.08053895998767496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9037663661183861f,-0.16050184137028956f,0.3967940453055126f,-0.15904787929794217f,-0.11623575850709436f,0.9842265191270163f,0.13336943987059982f,2.1372758525912543f,-0.41194126270312786f,0.07441315719591202f,-0.9081668779022327f,-0.16442908652283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9177475221298999f,-0.01714558936040214f,0.3967940453055126f,-0.053509902645403534f,0.03916224556035417f,0.9902923361468942f,0.13336943987059982f,2.1427445037786272f,-0.395228799744021f,0.1379388188082365f,-0.9081668779022327f,-0.11751459022073749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8863386050437854f,-0.23865951231644475f,0.3967940453055126f,-0.03293658771282626f,-0.20157443965989721f,0.9703506262091044f,0.13336943987059982f,2.137592006028788f,-0.41685923581568285f,0.03822694594753591f,-0.9081668779022327f,-0.10928242133138068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9167079511458671f,0.04691500736473589f,0.3967940453055126f,-0.05982132884115124f,0.10814614964389604f,0.9851482136337673f,0.13336943987059982f,2.148636008445679f,-0.38464391665948217f,0.1651725741706664f,-0.9081668779022327f,-0.11940696231251424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9127608791570909f,-0.09706731216254513f,0.3967940453055126f,-0.10225010727730394f,-0.04729644270160431f,0.9899371894299034f,0.13336943987059982f,2.258787262092172f,-0.4057469950451244f,0.10296746036084756f,-0.9081668779022327f,-0.15617848134248952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9127608791570909f,-0.09706731216254513f,0.3967940453055126f,-0.08040996204073131f,-0.04729644270160431f,0.9899371894299034f,0.13336943987059982f,2.036051394470444f,-0.4057469950451244f,0.10296746036084756f,-0.9081668779022327f,-0.1793461599236802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9177475221298999f,-0.01714558936040214f,0.3967940453055126f,0.030695778856915004f,0.039162245560354164f,0.990292336146894f,0.13336943987059982f,1.51946349650416f,-0.3952287997440209f,0.13793881880823652f,-0.9081668779022327f,-0.17225598966045405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5141057086974062f,-0.10489975699972257f,0.8512880600984232f,0.07003318773181097f,0.08504617382779371f,0.9813681633385423f,0.17228951303776127f,1.1514504352522066f,-0.853500128062082f,0.16097381453806509f,-0.4956056521379413f,-0.23262117011222846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6969089525248908f,-0.44172466207739175f,0.5649754284951456f,0.16808956015658014f,-0.20270219552591487f,0.8769992005198322f,0.4356423099476786f,0.5566945651836206f,-0.6879169512518449f,0.18908126612699985f,-0.700727153020473f,-0.067591170124255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6969089525248908f,0.033022224399655575f,0.7163989423403402f,0.20745487000407353f,-0.20270219552591487f,0.9491368690700136f,-0.24093780048167152f,0.8589291519188005f,-0.6879169512518449f,-0.3131273486421631f,-0.6547683038393779f,-0.19652773868142498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7351451904249444f,0.07647950458897626f,0.6735817948645116f,-0.09347282459792303f,0.13990570808921987f,0.9893418817383118f,0.040361291884058514f,0.5102544601977854f,-0.6633158688280617f,0.12390934757443006f,-0.7380098452897174f,-0.311940434282333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7351451904249444f,0.3207774893345071f,0.5972129865728997f,0.034389686464456115f,0.13990570808921987f,0.933788173221218f,-0.3293418291019749f,0.8714254182221377f,-0.6633158688280617f,-0.15856055590351154f,-0.7313484862036995f,-0.37747125219613237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6758508087294419f,0.3516358838985627f,0.6477483226490329f,0.08019104000490915f,0.17437691535233524f,0.930188911761557f,-0.323019008462435f,1.04088554658324f,-0.7161133818970038f,-0.10536030367613146f,-0.6899861090466309f,-0.24327299736382194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7612889429247496f,0.10489692322511303f,0.6398716909493823f,0.0854602621927951f,-0.23048347075549275f,0.8786029228853676f,-0.4182514478227068f,1.0108768593584427f,-0.606066427950781f,-0.46589005075789425f,-0.6446936834775002f,-0.25775072555504613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7309384668471813f,0.21608187658404926f,0.6473311210617079f,0.08424257519086008f,-0.00739209794818622f,0.9459866799191328f,-0.3241212092774868f,1.058622796831724f,-0.6824033371628662f,-0.24169779483373793f,-0.689860755081409f,-0.24780483101695452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.755328933795399f,-0.04686063130912138f,0.6536683279804952f,0.07753114219581526f,0.19394221981883591f,0.9367781805442871f,0.2912611471306755f,1.0220845126999858f,-0.6259909081953571f,0.34677185827204215f,-0.6984874094551071f,-0.24063322540937754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6805821270044131f,-0.29457578697864567f,0.6708450447965316f,0.07758745151503321f,-0.17737755996954638f,0.9546226731111873f,0.23923367906986065f,1.0218138424005547f,-0.7108763391908601f,0.043825308988787115f,-0.7019502636730314f,-0.24069339560399328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7301438300987375f,-0.1990168444226006f,0.6536683279804952f,0.07504343164053276f,0f,0.9566435826221398f,0.2912611471306755f,1.0340425574827625f,-0.6832934855307388f,0.21266252952494336f,-0.6984874094551071f,-0.23797494379031575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6917784954456037f,0.13841328529040675f,0.708720167410335f,-0.07180367025832757f,0.20442118283480817f,0.9788472815013031f,0.008365375420539833f,1.0950816334431155f,-0.6925709301201103f,0.1506644017431627f,-0.7054401071671075f,-0.3646123205735221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7371617073981347f,-0.0687929773472007f,0.6722054324487227f,0.22775328191284955f,-0.19749399156522388f,0.9733004823713839f,-0.11697133970022935f,1.0854969916556303f,-0.6462110649327371f,-0.218983326496194f,-0.7310660450842721f,-0.11760229752620062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7301438300987375f,-0.09902557724392612f,0.6760798195629366f,0.08253202066868999f,0f,0.9894428000258206f,0.1449239299669444f,0.9346399116523221f,-0.6832934855307388f,0.10581531329902599f,-0.7224355556744718f,-0.25741058507224435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7301438300987375f,-0.08721127537381304f,0.6777050839534987f,0.06875000000000003f,0f,0.9918213744231744f,0.12763369945796116f,1.15625f,-0.6832934855307388f,0.09319095817190692f,-0.7241722570951306f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.33695700817217666f,-0.3834231099668334f,-0.8599108636289099f,0.8751110519735652f,0.22989764192073536f,0.9191826696704546f,-0.3197659988441255f,0.7981623707229722f,0.913020837047513f,-0.08994408552460526f,0.39787311117516044f,0.559525038828837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7834792730811275f,-0.3834231099668334f,-0.4890265303596832f,0.8479018477440465f,-0.27215096812241846f,0.9191826696704546f,-0.2846701078924977f,0.7955876292770278f,0.5586538097984288f,-0.08994408552460526f,-0.82450954044016f,0.6492027529593994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29023151178153367f,-0.3834231099668334f,-0.8767852578096689f,0.9930242385302562f,-0.02746390875674104f,0.9191826696704546f,-0.39287269374862044f,0.8558059040622931f,0.9565622840593326f,-0.08994408552460526f,-0.27730607312919703f,0.6459598068634977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5543224616992634f,0.15977305748879936f,0.816822611437973f,-0.5337409444137752f,0.0084365302333501f,0.9802726862616116f,-0.19746970787203239f,2.3945411761953967f,-0.832259234501661f,0.11635304323533976f,0.542039238355107f,-1.1767414039401993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6367854274892623f,0.15977305748879936f,0.754305567683282f,-0.5288902263063896f,0.19241159691653043f,0.9802726862616116f,-0.04520218956504922f,2.3827266890754273f,-0.7466472371269769f,0.11635304323533976f,-0.6549655507128044f,-1.0838654063523683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.05174099314544628f,0.15977305748879936f,0.985796855203446f,-0.6791851136405993f,0.12602119594633876f,0.9802726862616116f,-0.15226332040809606f,2.4114734306966263f,-0.9906773076035291f,0.11635304323533976f,-0.07085507412527192f,-1.119675144027493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011408497345292775f,0f,0.000010676460711417794f,-0.4062840843961205f,0f,0.000015625f,0f,1.3223725f,-0.000010676460711417794f,0f,-0.000011408497345292775f,0.26579221246106394f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84.mcfunction new file mode 100644 index 000000000..41499a051 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..e842a6901 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7341043996267769f,-0.21173873434265272f,0.2884473665541524f,0.35598025256169724f,-0.16726342436589456f,0.7850428420848781f,0.15058262650497395f,1.3218968128545057f,-0.3163196512429297f,0.07628164205569606f,-0.7490443469964128f,-0.32090331871186883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7437579773040508f,0.08356751849580435f,0.28256068560406766f,0.35598025256169724f,0.1429142547460767f,0.773185915388266f,0.14750951167834184f,1.3218968128545057f,-0.25768117313253774f,0.1876166573032969f,-0.7337577276699554f,-0.32090331871186883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.12741077004824683f,-0.10476227842401069f,0.7998348611679584f,0.30886703050693154f,0.27990582520594665f,0.765180947644999f,0.05563533788271533f,1.3306441380031908f,-0.7565472021863112f,0.26545701502306535f,0.15528473358174427f,-0.40421755152476996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.15458252175552484f,-0.04704953535952652f,0.7835117007359593f,0.30886703050693154f,-0.03352438382371031f,0.7974370659189548f,0.05449992282388441f,1.3306441380031908f,-0.784206834742559f,-0.04336435311429737f,0.15211565738619848f,-0.40421755152476996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8642904536531687f,-1.0270081302506275f,-0.7997890735207052f,-0.4177517799682531f,0.871948114839053f,0.25603712196813366f,-1.2710459186051843f,1.5942676871179586f,0.9664961183329299f,-1.1493935542595426f,0.43149271219105595f,-0.9104823751831982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6445058577436806f,-0.06514568824811572f,0.7618190327346525f,-0.2493708447432963f,0.1511009023579419f,0.9658618297278416f,0.21042681193565066f,1.582595268862322f,-0.7495203243679909f,0.2507328561985152f,-0.6126600347516039f,-0.7265379370040096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5230233445302772f,-0.06514568824811572f,0.8498250528073658f,-0.09786795075057576f,0.18093741847475311f,0.9658618297278416f,0.18539842628910866f,1.5218228537408485f,-0.8328914885338037f,0.2507328561985152f,-0.4933809918820137f,-0.44309875219020733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.49857068294023f,-0.09033395716884782f,0.8621293698133299f,0.1695527705796478f,0.3211926391064741f,0.9430149749465951f,-0.08693702094212416f,1.3511249556668816f,-0.8051475409490679f,0.32025385744544865f,0.49917422218598123f,0.3962924406003048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.053906186599268935f,-0.09033395716884782f,0.9944515570044332f,0.18335120068734048f,0.32572701975918983f,0.9430149749465951f,0.06800489412733023f,1.4502483998760514f,-0.9439258613075082f,0.32025385744544865f,0.08025855185703928f,0.07903341904272207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.462792715117201f,0.44856536712562556f,0.7645992507515961f,-0.22920160496559921f,0.07910754966561113f,0.8799814306941769f,-0.46837450530460406f,1.1319293280408418f,-0.882929724508328f,-0.15627473579847254f,-0.44273390262184054f,-0.2430650716357614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.47293044096518605f,0.13529004101434866f,0.8706511372592415f,-0.1983931526675386f,0.07612518397820264f,0.99072038313441f,-0.11259697512052808f,1.3169856687840404f,-0.8778050776640333f,0.013027940909593722f,-0.4788408069315903f,-0.24361508775853502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.46180487470927833f,0.44986851186507226f,0.7644308861676463f,-0.0780997844344174f,0.13702814702265068f,0.8876720907246652f,-0.4396152252504917f,1.1040554101142244f,-0.8763330101156105f,-0.09826790615865902f,-0.4715759472247352f,0.01848550759016019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4726124276741157f,0.14645662411934757f,0.8690155064551741f,-0.0452078204966949f,0.125817691105746f,0.9872060339670277f,-0.0979497580594817f,1.2885443554951703f,-0.8722427424821589f,0.06304525161069663f,-0.4849926746215308f,0.02727528805078125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9099131942979459f,-0.01129633206541869f,0.4146448742289914f,0.2852437403893705f,0.04681747869421328f,0.9904446135940841f,0.1297212052487272f,2.0076696437009365f,-0.412148156044917f,0.13744766380092938f,-0.9006897563447923f,0.03798141302509586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9099131942979459f,-0.01129633206541869f,0.4146448742289914f,0.3596504836426888f,0.04681747869421328f,0.9904446135940841f,0.1297212052487272f,1.8942697745427113f,-0.412148156044917f,0.13744766380092938f,-0.9006897563447923f,-0.04818365375566022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9099131942979459f,-0.01129633206541869f,0.4146448742289914f,-0.2493302612606727f,0.04681747869421328f,0.9904446135940841f,0.1297212052487272f,2.035174912433787f,-0.412148156044917f,0.13744766380092938f,-0.9006897563447923f,-0.2041556286512929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9099131942979459f,-0.01129633206541869f,0.4146448742289914f,-0.24316700757970033f,0.04681747869421328f,0.9904446135940841f,0.1297212052487272f,1.9252863541776275f,-0.412148156044917f,0.13744766380092938f,-0.9006897563447923f,-0.3212318071354177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9038145049765157f,0.08346726137891915f,0.4197053214720522f,0.19808087768231508f,0.19969749975609172f,0.9497152468607715f,0.24116769781906913f,2.1150634788942413f,-0.3784709357205931f,0.30178496675296346f,-0.875034619118976f,0.002686077685160576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9057442050082551f,-0.05894809769623706f,0.4197053214720522f,0.0931586780463511f,0.04867069557187656f,0.9692622477540328f,0.24116769781906913f,2.130437240206904f,-0.4210209002965454f,0.23886359466606674f,-0.875034619118976f,-0.04340209988406195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9031251208429025f,0.09862972418351788f,0.4178961517051523f,0.08104864427659808f,0.27422143363666523f,0.8814109646959793f,0.38460020365043435f,2.128689960344657f,-0.33040523821020845f,0.46193818722983565f,-0.8230707683681087f,-0.0712953216507389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8894012921307113f,-0.18527856850225655f,0.4178961517051523f,0.10602195457262403f,-0.011570885751524929f,0.9230107247237f,0.38460020365043435f,2.136368609486823f,-0.45698080502264676f,0.3372284894530488f,-0.8230707683681087f,-0.055027631427172596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9074352400948238f,-0.043864466531278415f,0.4178961517051523f,0.1582374277286445f,0.13296226000140823f,0.9134570163764482f,0.38460020365043435f,2.241856367548255f,-0.3986004546527353f,0.4045641949166584f,-0.8230707683681087f,-0.017192174597424614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9074352400948238f,0.02021702653929605f,0.4197053214720522f,0.1536885967573029f,0.13296226000140823f,0.9613319816504433f,0.24116769781906913f,2.0255566716769056f,-0.3986004546527353f,0.27464903585110456f,-0.875034619118976f,-0.07898820766392305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8969435172981888f,-0.15349903925555186f,0.4146448742289914f,-0.15182892550394772f,-0.108698595437233f,0.9855744640861949f,0.1297212052487272f,2.1391529803774567f,-0.4285754800810778f,0.07128127867001413f,-0.9006897563447923f,-0.168581126810476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.909913194297946f,-0.01129633206541869f,0.4146448742289914f,-0.0471344007918898f,0.046817478694213266f,0.990444613594084f,0.1297212052487272f,2.1437413980028173f,-0.41214815604491706f,0.13744766380092938f,-0.9006897563447923f,-0.11972272380739399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.880152053642848f,-0.2310887075213781f,0.4146448742289914f,-0.026761344134090592f,-0.19418343891514858f,0.9723503488763217f,0.1297212052487272f,2.138417251482114f,-0.4331571937753822f,0.033657217594367794f,-0.9006897563447923f,-0.11111051437867106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9084846837798397f,0.05220352107921884f,0.4146448742289914f,-0.053359548704816254f,0.11579335735233845f,0.984766118071642f,0.1297212052487272f,2.1496856009593803f,-0.4015563195001647f,0.16586285022584266f,-0.9006897563447923f,-0.12173244634380856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9054661596718523f,-0.09055750639638556f,0.4146448742289914f,-0.09416514075637028f,-0.039683611895011184f,0.9907560849451209f,0.1297212052487272f,2.260181160463111f,-0.42255916110773617f,0.10100355528141013f,-0.9006897563447923f,-0.15929944673683505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9054661596718523f,-0.09055750639638556f,0.4146448742289914f,-0.07378970181718357f,-0.039683611895011184f,0.9907560849451209f,0.1297212052487272f,2.037261041350459f,-0.42255916110773617f,0.10100355528141013f,-0.9006897563447923f,-0.1820252466751523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9099131942979459f,-0.01129633206541869f,0.4146448742289914f,0.03278116533393077f,0.04681747869421328f,0.9904446135940841f,0.1297212052487272f,1.5197522043826912f,-0.412148156044917f,0.13744766380092938f,-0.9006897563447923f,-0.17280209998173923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4901930629466998f,-0.09924006854837256f,0.8659458238443367f,0.06999619103957049f,0.09101220252438447f,0.982238285098034f,0.16408756893602222f,1.1514128474709284f,-0.8668492025898122f,0.1592462247030922f,-0.4724543362984606f,-0.2325194342453988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6805343051435455f,-0.44968324924669684f,0.5784963568335799f,0.14561754974555452f,-0.2147772719136921f,0.8772685703831726f,0.4292674910672558f,0.5682149094292307f,-0.7005310721103692f,0.16788338442144202f,-0.6935930984684742f,-0.04508086793625177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6805343051435455f,0.07439843943839661f,0.7289293050302771f,0.2023493747798778f,-0.2147772719136921f,0.9308779741244719f,-0.295528206368243f,0.8575734634591439f,-0.7005310721103692f,-0.357674530123477f,-0.6175153014370139f,-0.18890831254219168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7171579804186574f,0.08238188809662944f,0.6920243172284241f,-0.0980483293694745f,0.1367710629840898f,0.9903156156588521f,0.023846545083737847f,0.5098234510117741f,-0.683357964358384f,0.11175064159038647f,-0.7214802053085742f,-0.3077543174064655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7171579804186574f,0.33088389930088646f,0.6133516742499958f,0.03377933688059631f,0.1367710629840898f,0.9298094662682513f,-0.3416841125486399f,0.8697736563920972f,-0.683357964358384f,-0.16115272762628066f,-0.7120756216347918f,-0.37405996253425755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6585342040459495f,0.3619484828221862f,0.6597923899866419f,0.07886443857556953f,0.16659164908989918f,0.9251037371619344f,-0.3412188417167647f,1.0404635560075752f,-0.7338800477973735f,-0.11478837603058983f,-0.6695100478508028f,-0.24131125042734478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7499803479453029f,0.12273635598577863f,0.6499732799240092f,0.08409494695105074f,-0.23553698388075478f,0.8686718613365048f,-0.43581134283830786f,1.0101725850566907f,-0.6181033950078251f,-0.47994268849676647f,-0.6225778737140408f,-0.2552033160040218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7147328077677834f,0.23357411203505551f,0.6592421009670241f,0.08324395317622682f,-0.009017410016590743f,0.9394297070258217f,-0.34262298795318935f,1.0580778630143093f,-0.6993394739445024f,-0.2508285465101887f,-0.6693349986655505f,-0.2460142856744108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7370474539894192f,-0.04554176062076462f,0.6743048261782469f,0.07593337697696756f,0.18973326554607786f,0.9436601910438086f,0.27112124923064196f,1.0225188780392926f,-0.6486619601247913f,0.32776728311215464f,-0.6868815542787127f,-0.23856735700436035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6655998786909866f,-0.2824850551387747f,0.6907814380176897f,0.07600221902346432f,-0.1797131430339915f,0.9590276681180616f,0.21901853347348657f,1.0221699979253664f,-0.7243479741860177f,0.021636205935331027f,-0.6890949766798012f,-0.23863748305130775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7136096590483306f,-0.18993224030071712f,0.6743048261782469f,0.07355922397320859f,0f,0.9625452032063824f,0.27112124923064196f,1.0345506930793724f,-0.70054354219629f,0.19347474222423588f,-0.6868815542787127f,-0.2361489227265574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6737530471397079f,0.14463035645014288f,0.7246646751864363f,-0.06944623049394148f,0.19775812006312332f,0.9801802770057418f,-0.011762249701764177f,1.0949090110069009f,-0.7120032004275386f,0.13538347226324182f,-0.6890012757745011f,-0.36704717654266555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7242837056943914f,-0.051887889074620164f,0.6875469152232306f,0.22414730094876156f,-0.19992014442272435f,0.970132173783482f,-0.13738814084240636f,1.0855113411495538f,-0.659882602831441f,-0.23696247035662782f,-0.713024360118844f,-0.11297471793379668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7136096590483306f,-0.08725616633107337f,0.695088207316258f,0.07995774302202217f,0f,0.9922127112000363f,0.12455495065662095f,0.9341005331703379f,-0.70054354219629f,0.08888361587085293f,-0.7080525745428776f,-0.25381883794414667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7136096590483306f,-0.07511191489046029f,0.6965051720945175f,0.06875000000000003f,0f,0.9942353760208655f,0.10721948082623846f,1.15625f,-0.70054354219629f,0.07651285715575105f,-0.7094959676960386f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43006904679790947f,-0.3101489455704818f,-0.8478491885635414f,0.729038798319146f,0.18773818979618465f,0.949330924818884f,-0.25204199506148606f,0.7986006084741296f,0.8830600132937675f,-0.05077821131194657f,0.466504647541233f,0.6929065447293181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8226541241975448f,-0.3101489455704818f,-0.47649535517388675f,0.7037077845788321f,-0.24122583488790325f,0.949330924818884f,-0.20144699492709356f,0.7951493915258703f,0.5148303492641088f,-0.05077821131194657f,-0.8557869388653666f,0.7831035033502388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.27019747989668086f,-0.3101489455704818f,-0.9114828322129829f,0.8530957162809365f,-0.03681298078143369f,0.949330924818884f,-0.3121147219028737f,0.843692208285431f,0.9621008919564871f,-0.05077821131194657f,-0.2679243306467159f,0.7781936736367858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.616847269382293f,0.09486232851951736f,0.7813453685045199f,-0.4327084416280309f,0.038710296564645426f,0.9878526488020622f,-0.15049470819476254f,2.369363971227463f,-0.7861303703556338f,0.1230783607406464f,0.6056820600958139f,-1.244545200721375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6709644912809204f,0.09486232851951736f,0.7353963489629186f,-0.42938065133801984f,0.15478030781319663f,0.9878526488020622f,0.013791322199181222f,2.357465796637808f,-0.7251549543052075f,0.1230783607406464f,-0.6774968703721129f,-1.1516128503087237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.03549642976011719f,0.09486232851951736f,0.9948573476142899f,-0.5802731486251689f,0.12691386228964746f,0.9878526488020622f,-0.08966613526562815f,2.3768648042224796f,-0.9912784044016137f,0.1230783607406464f,-0.04710458665974948f,-1.191013337516087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011150150922630167f,0f,0.000010945992846817031f,-0.41802416297413064f,0f,0.000015625f,0f,1.3223725f,-0.000010945992846817031f,0f,-0.000011150150922630167f,0.2543004675799255f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85.mcfunction new file mode 100644 index 000000000..4b8c9f160 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..f37cefb10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7374248469751294f,-0.20738613111476348f,0.283090148414602f,0.3587260377243112f,-0.16448872675646745f,0.7862158778083287f,0.14748727638870895f,1.3182687334458036f,-0.30998790021255257f,0.0761579316143327f,-0.7516993518811118f,-0.30929611197493406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7451313887662081f,0.08875148051080309f,0.2773127984469571f,0.3587260377243112f,0.1458651651139409f,0.7732073810772618f,0.14447733197261287f,1.3182687334458036f,-0.2519971568919476f,0.1851310901895799f,-0.7363585487814973f,-0.30929611197493406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.17965936976136787f,-0.10903702857424481f,0.78916277262748f,0.3118230090240972f,0.2809308929920933f,0.7656839822088477f,0.04183679237119178f,1.32806046579207f,-0.7454829231203471f,0.2622659151185005f,0.20595204671826492f,-0.39805165591127756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.20347129361249375f,-0.031331671551442335f,0.7730574099207969f,0.3118230090240972f,-0.03278524636715627f,0.7982765955155213f,0.04098298028198379f,1.32806046579207f,-0.7729971282587687f,-0.042104672067849486f,0.20174894372401464f,-0.39805165591127756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.744792954054115f,-0.9758196742536666f,-0.9666776447869337f,-0.39110009345363234f,1.0666253197240723f,0.28197324884876146f,-1.106439227548081f,1.6011239610848087f,0.865447937726392f,-1.1872966353330336f,0.5317262611645134f,-0.9254228632752216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6109774294049231f,-0.0619798598823349f,0.7892180166004311f,-0.2306039267512877f,0.16133997494706018f,0.9662580152228103f,0.20078560830337705f,1.5867937509011723f,-0.7750328981674484f,0.25000788984878325f,-0.5803620092420975f,-0.7347409593048271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49046898918301574f,-0.0619798598823349f,0.8692517860889082f,-0.08877178342953557f,0.18867111554092805f,0.9662580152228103f,0.17535295314940363f,1.5239572401294805f,-0.850789857021305f,0.25000788984878325f,-0.4622257827112482f,-0.44672197480306475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5042765854901359f,-0.09302333891704818f,0.8585172006099434f,0.1582401077343862f,0.31607492131334536f,0.9450742677405877f,-0.08325426458359014f,1.3513911777675682f,-0.8036179250384925f,0.31333893290064657f,0.5059811692993247f,0.40008214749561544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07104967808621654f,-0.09302333891704818f,0.9931256726419719f,0.17777059113719068f,0.32020201474619986f,0.9450742677405877f,0.06561477125667892f,1.4486702025543283f,-0.9446812229510648f,0.31333893290064657f,0.096933483030193f,0.0825534209532918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4366671338223043f,0.46700412701189364f,0.7689141431871785f,-0.22921909287173867f,0.07184172024865498f,0.8700792464181811f,-0.48764830788600505f,1.1350975434592856f,-0.8967500105777126f,-0.15769987414779085f,-0.4134853905794534f,-0.24920723370110054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.44652665846604817f,0.1462909036411812f,0.8827303749112704f,-0.19627248359582178f,0.07237901905562624f,0.9892165860657716f,-0.1273256590516038f,1.3197798679775452f,-0.8918381136056535f,0.007036857553382958f,-0.4522999687774507f,-0.2507146977147003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4359529722727214f,0.46386358494273006f,0.7712169477719343f,-0.0857569697561741f,0.13812287572629717f,0.8812700446692668f,-0.4519791804604791f,1.1053324446029218f,-0.8893070769805432f,-0.09051896449201743f,-0.4482624676454801f,0.014914552556752498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.44665185066670826f,0.15624826982046636f,0.8809589107751368f,-0.05095442597249207f,0.12943418944387292f,0.9855593857113696f,-0.10917640697163197f,1.2894424768802308f,-0.8852959476350336f,0.06526235832651585f,-0.46042579172614695f,0.02427358354468581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9012117006230846f,-0.005129195960254199f,0.4333487764016985f,0.28760886662243074f,0.05490178850060301f,0.9905225495465222f,0.12590024805095593f,2.0056903019190844f,-0.42988750188797414f,0.13725439952387133f,-0.8923889093505469f,0.04245500311808789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9012117006230846f,-0.005129195960254199f,0.4333487764016985f,0.36267190267848737f,0.05490178850060301f,0.9905225495465222f,0.12590024805095593f,1.8916193144117734f,-0.42988750188797414f,0.13725439952387133f,-0.8923889093505469f,-0.04224247575321077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9012117006230846f,-0.005129195960254199f,0.4333487764016985f,-0.24185300749363153f,0.05490178850060301f,0.9905225495465222f,0.12590024805095593f,2.0379451026631887f,-0.42988750188797414f,0.13725439952387133f,-0.8923889093505469f,-0.2101039042410969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9012117006230846f,-0.005129195960254199f,0.4333487764016985f,-0.23438084898430622f,0.05490178850060301f,0.9905225495465222f,0.12590024805095593f,1.9279917492934229f,-0.42988750188797414f,0.13725439952387133f,-0.8923889093505469f,-0.3270429457539936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8950906213312909f,0.07625287019614067f,0.43931569445173957f,0.20103289839024333f,0.20733910697528624f,0.943445628270132f,0.25869062838971657f,2.1125810845042285f,-0.3947445684533916f,0.32263887906578487f,-0.860279535611373f,0.0073745186471055185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.895999147421889f,-0.06470895168084574f,0.43931569445173957f,0.0971751289983829f,0.0571990063559156f,0.964265229309462f,0.25869062838971657f,2.128886822529107f,-0.44035644822250997f,0.25691500368241726f,-0.860279535611373f,-0.04075891328342661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8975448358671233f,0.0750140792326321f,0.43449528826575246f,0.0873351375475935f,0.2789515795111376f,0.8597505895204957f,0.4278024545364383f,2.1283690339716643f,-0.3414663730098475f,0.5051750307923387f,-0.7925899976453523f,-0.0722501279311503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8767964901187638f,-0.20601397862833826f,0.43449528826575246f,0.11176888302535418f,-0.00037882566081967606f,0.9038721792287431f,0.4278024545364383f,2.1355628142985443f,-0.480861488795407f,0.37493109263704083f,-0.7925899976453523f,-0.054972766108910394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8982293569025765f,-0.06631641480994467f,0.43449528826575246f,0.1616014873887898f,0.14102259913408627f,0.892803274202142f,0.4278024545364383f,2.23975121697311f,-0.41628914102081827f,0.44553837848235917f,-0.7925899976453523f,-0.010846438120623747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8982293569025765f,0.013628756611289733f,0.43931569445173957f,0.1585350171512496f,0.14102259913408627f,0.9556106871089294f,0.25869062838971657f,2.0247388123736014f,-0.41628914102081827f,0.2943169578471989f,-0.860279535611373f,-0.0770677536362434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8893139060872076f,-0.1460466173215397f,0.4333487764016985f,-0.14414124100707787f,-0.10072600876872997f,0.9869161051975133f,0.12590024805095593f,2.14105150928916f,-0.4460661919462572f,0.06831534871978807f,-0.8923889093505469f,-0.17262092314803004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9012117006230848f,-0.005129195960254199f,0.4333487764016985f,-0.04038684935705322f,0.05490178850060302f,0.9905225495465223f,0.12590024805095593f,2.144709520983151f,-0.4298875018879741f,0.13725439952387136f,-0.8923889093505469f,-0.12172116097982409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.873200996774895f,-0.22299967987080366f,0.4333487764016985f,-0.020234793544956442f,-0.1863581220734667f,0.9743817413508725f,0.12590024805095593f,2.1392044627598725f,-0.4503228503735748f,0.029178157919246106f,-0.8923889093505469f,-0.11271188212386406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8993741888384386f,0.05774864883572521f,0.4333487764016985f,-0.04651804143266014f,0.12386341072357582f,0.9842799312312683f,0.12590024805095593f,2.150708905111023f,-0.4192659346227927f,0.16690749094338928f,-0.8923889093505469f,-0.12385209359683742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8973352791353482f,-0.08365545296176394f,0.4333487764016985f,-0.08559038492091842f,-0.031636857893976106f,0.9915383183535087f,0.12590024805095593f,2.261560381128291f,-0.4402141592925919f,0.09926494057046514f,-0.8923889093505469f,-0.1622050174798823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8973352791353482f,-0.08365545296176394f,0.4333487764016985f,-0.06676790800452156f,-0.031636857893976106f,0.9915383183535087f,0.12590024805095593f,2.0384642594987517f,-0.4402141592925919f,0.09926494057046514f,-0.8923889093505469f,-0.18453962910823693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9012117006230846f,-0.005129195960254199f,0.4333487764016985f,0.034970118240441224f,0.05490178850060301f,0.9905225495465222f,0.12590024805095593f,1.5200243465419914f,-0.42988750188797414f,0.13725439952387133f,-0.8923889093505469f,-0.17325941771101966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.465017784394655f,-0.09328529258630108f,0.8803728269226478f,0.06995210296030413f,0.09707965151140566f,0.9830628485570881f,0.15544445004324697f,1.1513757783330834f,-0.8799625000300355f,0.15775072099331805f,-0.44808560406129777f,-0.23241593808351393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6637872635076185f,-0.45693977267874697f,0.5921085313938337f,0.12163657951239323f,-0.22738167825437697f,0.8774902907341362f,0.42226574815102386f,0.581889894223765f,-0.7125195023290876f,0.14565999386110096f,-0.6863666112137838f,-0.02371679543902072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6637872635076185f,0.11941482363897143f,0.7383268711758639f,0.1967172745707716f,-0.22738167825437697f,0.9082247751076739f,-0.35131941346136586f,0.8562888923229938f,-0.7125195023290876f,-0.4010833551468928f,-0.5757152951110652f,-0.1812295560684662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6982065072071856f,0.08925088953727636f,0.710311165624156f,-0.10318919726525809f,0.13348000369052873f,0.9910289792925552f,0.006682126692343415f,0.5095733578674189f,-0.7033425636973201f,0.09947784134751314f,-0.7038560912377758f,-0.3035776337572221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6982065072071856f,0.3416685094915626f,0.6291027761148065f,0.03286297495416608f,0.13348000369052873f,0.9254829341211193f,-0.3544917873030917f,0.8681780222401771f,-0.7033425636973201f,-0.16353583176899797f,-0.6917841208204358f,-0.37058048908226743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6403982131826909f,0.37356735209991987f,0.6710719499408923f,0.07736323545314763f,0.15852970847703557f,0.9192198252516308f,-0.3604209266878759f,1.040026053948108f,-0.7515041317801274f,-0.12442807685331991f,-0.6478882570381884f,-0.23932284930667558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7384989835780497f,0.14189186881985444f,0.659155481519343f,0.08250910254411403f,-0.24066710386855406f,0.8577370903968146f,-0.4542757190001786f,1.0094483597390635f,-0.6298401355659309f,-0.4941191974821621f,-0.5992892643038703f,-0.2526049912175377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6977582438368475f,0.2524461377752441f,0.6703762978209187f,0.08209660053643346f,-0.010700344292707359f,0.9320664882532408f,-0.3621292091329954f,1.0575023006028563f,-0.7162534019393807f,-0.2598518981990197f,-0.6476558153931998f,-0.2441950723979072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7176743400303606f,-0.042946972942070366f,0.6950533067161825f,0.07418845591306752f,0.18511389755248334f,0.9504212390355917f,0.24986458997420857f,1.0230831347388187f,-0.671324352749783f,0.30798543131967104f,-0.6741428539263182f,-0.23652484173481514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6500563782044796f,-0.26889996451516046f,0.7107176051283802f,0.07426805933985736f,-0.18214974344654447f,0.9631677190586894f,0.19781156671347494f,1.0226533890117273f,-0.737731777896298f,-0.0008683588123615527f,-0.6750933786039828f,-0.23660205031838688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6962266126375424f,-0.1793583136577561f,0.6950533067161825f,0.07194647699234558f,0f,0.9682807891706933f,0.24986458997420857f,1.0351866446034523f,-0.7178220558434057f,0.17396237709581175f,-0.6741428539263182f,-0.2343503120211175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6548481291952407f,0.15221970772273447f,0.7402723068373548f,-0.06701177011573455f,0.1907823076055629f,0.9810785669644545f,-0.03296902406302887f,1.0947589980557135f,-0.7312838291622411f,0.11964115522585651f,-0.6714982912726085f,-0.36948626880627977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7109622313977703f,-0.03364035326733837f,0.7024251078641424f,0.22029138642519375f,-0.20246732248834282f,0.9663528717381358f,-0.15864775639087758f,1.0855936766300476f,-0.6734535535954241f,-0.2550106937277465f,-0.6938514662621885f,-0.10831862287602809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6962266126375424f,-0.074099752364468f,0.7139872061562295f,0.0770806624843304f,0f,0.9946576597139098f,0.10322858118005919f,0.9336374858381717f,-0.7178220558434057f,0.07187048540237218f,-0.6925071331566008f,-0.25021365375190086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6962266126375424f,-0.061627671700413625f,0.7151716814416239f,0.06875000000000003f,0f,0.9963077556893013f,0.08585368922386222f,1.15625f,-0.7178220558434057f,0.05977362323076586f,-0.6936559738880744f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.518231956561428f,-0.23089215200194924f,-0.8234831226821977f,0.5729687120149143f,0.13292927289120815f,0.9729119850347294f,-0.18913507814363031f,0.79910990041504f,0.8448464047429742f,-0.011449171135554034f,0.534886407448516f,0.8162140183903828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8576709956944464f,-0.23089215200194924f,-0.4594445312422448f,0.5496372507659848f,-0.1979584145592196f,0.9729119850347294f,-0.11939319696273562f,0.79464009958496f,0.4745660430853618f,-0.011449171135554034f,-0.8801454352722689f,0.906904295137833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24886891998858146f,-0.23089215200194924f,-0.9406131376966973f,0.7023949520449542f,-0.047677875520854354f,0.9729119850347294f,-0.22620585660322842f,0.8308058784904843f,0.9673629519728028f,-0.011449171135554034f,-0.25313600224143107f,0.8995295571003226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6733787440212151f,0.026629644860647735f,0.7388179269041911f,-0.32604896202323125f,0.07632630132559196f,0.9915066851704037f,-0.10530331898070858f,2.3438886900067484f,-0.7353471036363479f,0.12730025639013337f,0.6656269840508574f,-1.3067144648152826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.700702476995595f,0.026629644860647735f,0.7129564508066629f,-0.3242854385943052f,0.10933805221180662f,0.9915066851704037f,0.07042502112833313f,2.3319055748999427f,-0.7050256939082191f,0.12730025639013337f,-0.6976628237567487f,-1.213750184376758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.01881091657521128f,0.026629644860647735f,0.9994683643978914f,-0.47508745496845195f,0.12781989447259293f,0.9915066851704037f,-0.0240118270736137f,2.3414989065143876f,-0.991618991344264f,0.12730025639013337f,-0.022054947934435354f,-1.256924082405855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000108785408224616f,0f,0.000011215969622553217f,-0.4297776789690529f,0f,0.000015625f,0f,1.3223725f,-0.000011215969622553217f,0f,-0.0000108785408224616f,0.2422249155002606f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86.mcfunction new file mode 100644 index 000000000..c99c96139 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..0ddf074c8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7395584930378091f,-0.2026142601577234f,0.28097178043502485f,0.36133631202378536f,-0.16078501413555144f,0.787503547022489f,0.14467476317890804f,1.3146093391578821f,-0.30683197201321755f,0.07569722222235747f,-0.7530395181813128f,-0.29780812113118676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7452735431860836f,0.09386998980815447f,0.27523766246696313f,0.36133631202378536f,0.14969983021702052f,0.7729843297531883f,0.14172221699158338f,1.3146093391578821f,-0.2493136712253384f,0.18353106268267286f,-0.7376713647490412f,-0.29780812113118676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.22860885575023365f,-0.11252005332071996f,0.7759005562040253f,0.31511629654319906f,0.28083551997366485f,0.7663354037955306f,0.028388449325502465f,1.3254689930911852f,-0.731993064337453f,0.25887010436643254f,0.2532130866910757f,-0.3917792403135747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2490774886463433f,-0.016134027107791063f,0.7600658509753718f,0.31511629654319906f,-0.033115762052108116f,0.79883039541455f,0.027809093216818744f,1.3254689930911852f,-0.7595154711744448f,-0.04012097370601349f,0.24804547267697208f,-0.3917792403135747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5879426874418155f,-0.9200058361837031f,-1.117729353498253f,-0.3635967387356238f,1.236250010348902f,0.3086509590501804f,-0.9043377396690594f,1.6078807053090558f,0.7532699105871915f,-1.224634678941165f,0.6117684161009258f,-0.9395226392669676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5760786770568549f,-0.058625597633190585f,0.8152891494080953f,-0.21133827711456193f,0.17134559677920586f,0.9666026584997882f,0.19057803400580908f,1.590941901196533f,-0.7992334104032451f,0.249484147559104f,-0.5467939427352003f,-0.7424073939248892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.45691424212729737f,-0.058625597633190585f,0.8875767091600528f,-0.07939850191905738f,0.19621845354150164f,0.9666026584997882f,0.16485635890351058f,1.5260852793051032f,-0.8675988092609506f,0.249484147559104f,-0.4301510970411307f,-0.45010172229210355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5093272477605352f,-0.09524079474065876f,0.8552864699653832f,0.1469207756834143f,0.31075980958795607f,0.9471504585567597f,-0.07958862733190615f,1.3517165839781211f,-0.8025048881056962f,0.3063253170615962f,0.5120065475104559f,0.40372210750585413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08769428000724039f,-0.09524079474065876f,0.9915840379267808f,0.1720140860468815f,0.3145108321910415f,0.9471504585567597f,0.06315809758232332f,1.4470961096447612f,-0.9451945036279625f,0.3063253170615962f,0.11301393913408331f,0.0860080655064337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4104927639962626f,0.486271215439283f,0.7713857632481373f,-0.2291113460696489f,0.06316319327085693f,0.8590752147496525f,-0.5079371874736742f,1.1383906322142323f,-0.9096736237368528f,-0.15978135197212684f,-0.3833586021461137f,-0.2552657918747225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4196813450057378f,0.1581536992833395f,0.893786873956633f,-0.1938713594917938f,0.06762223562862812f,0.9874144089586975f,-0.1429685917582325f,1.322637280195499f,-0.9051490495508248f,0.0004386157097990978f,-0.42509411394830904f,-0.25784038964131206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.41010022874176927f,0.4776999285473785f,0.7769302289470903f,-0.09341447543714601f,0.13760194586942984f,0.8745155355738258f,-0.4650680407563726f,1.1066924071619535f,-0.9016005251101483f,-0.08381739858677366f,-0.4243714608868637f,0.011276078593189276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4203203349417878f,0.1661652212595897f,0.8920313533044537f,-0.056683300492820124f,0.13194773062115123f,0.9838324906039704f,-0.12109263733157569f,1.2904041701668756f,-0.8977308128934596f,0.0668038148292447f,-0.4354499258306384f,0.021080231837231178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8916950261425892f,0.0013111141172848367f,0.4526347990735347f,0.28994888936042906f,0.06334643652863407f,0.9905159156715311f,0.12192395080750815f,2.003544406081059f,-0.44818211625598287f,0.1373917820728714f,-0.8833211697265889f,0.04734415185430657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8916950261425892f,0.0013111141172848367f,0.4526347990735347f,0.3656580759892594f,0.06334643652863407f,0.9905159156715311f,0.12192395080750815f,1.8887847956404977f,-0.44818211625598287f,0.1373917820728714f,-0.8833211697265889f,-0.035834351207070736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8916950261425892f,0.0013111141172848367f,0.4526347990735347f,-0.23392193849834209f,0.06334643652863407f,0.9905159156715311f,0.12192395080750815f,2.0407604375416315f,-0.44818211625598287f,0.1373917820728714f,-0.8833211697265889f,-0.21596284144608335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8916950261425892f,0.0013111141172848367f,0.4526347990735347f,-0.22508987883020587f,0.06334643652863407f,0.9905159156715311f,0.12192395080750815f,1.930751809840718f,-0.44818211625598287f,0.1373917820728714f,-0.8833211697265889f,-0.33275500322665935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.885606723142125f,0.0679242556855727f,0.4594420827645517f,0.20394632111806987f,0.21529154937462808f,0.936580820784529f,0.2765247093958322f,2.109890708907422f,-0.4115219079141962f,0.3438061396021576f,-0.8440657898994139f,0.012443305659114084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8853291294015714f,-0.07145141858652704f,0.4594420827645517f,0.1012496314598435f,0.0661274334796144f,0.958728975068006f,0.2765247093958322f,2.127169076964368f,-0.46023851987252795f,0.27519710599318287f,-0.8440657898994139f,-0.03779600718979601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8915379984628993f,0.04874820872763774f,0.45031501134496366f,0.09392694844618356f,0.2835931272572999f,0.8352832650067524f,0.4710380084155458f,2.1281705839383886f,-0.3531783338048823f,0.5476545255409706f,-0.7585114271949379f,-0.07282787892866388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8629670479050562f,-0.2291380910879255f,0.45031501134496366f,0.11776573390315295f,0.011596367650496514f,0.8820366879474063f,0.4710380084155458f,2.1348347786679285f,-0.5051271112179068f,0.41171229800353404f,-0.7585114271949379f,-0.05453672146000303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.888187586233309f,-0.09131923246739589f,0.45031501134496366f,0.16487162316473755f,0.14943453454655958f,0.8693632810929898f,0.4710380084155458f,2.2374030900333612f,-0.434502165179763f,0.48566272583841186f,-0.7585114271949379f,-0.004074644295373783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.888187586233309f,0.00598199348209931f,0.4594420827645517f,0.16352567463126522f,0.14943453454655958f,0.9493173362887687f,0.2765247093958322f,2.0238066893683886f,-0.434502165179763f,0.3142623279611739f,-0.8440657898994139f,-0.0747836680866378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.880921884123256f,-0.1381968622668187f,0.4526347990735347f,-0.1360381447303056f,-0.0923842906043286f,0.9882305869932496f,0.12192395080750815f,2.1429472574938013f,-0.4641570606187825f,0.06558913164985991f,-0.8833211697265889f,-0.1764646007953201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8916950261425892f,0.0013111141172848367f,0.4526347990735347f,-0.033315029874488006f,0.06334643652863407f,0.9905159156715311f,0.12192395080750815f,2.1456325054515304f,-0.44818211625598287f,0.1373917820728714f,-0.8833211697265889f,-0.12345618879567585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8655250602203183f,-0.21444838259654883f,0.4526347990735347f,-0.013403363205330296f,-0.17816271130235012f,0.9764182497889331f,0.12192395080750815f,2.13993885215234f,-0.4681072723553975f,0.024885591832232157f,-0.8833211697265889f,-0.11403886605696834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8894314431778433f,0.06350942098807413f,0.4526347990735347f,-0.03934519453610276f,0.13228702525771047f,0.9836842446476175f,0.12192395080750815f,2.151689030096359f,-0.4375064009075129f,0.1683207066222257f,-0.8833211697265889f,-0.1257102126155126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8884161284827466f,-0.07641021737561744f,0.4526347990735347f,-0.07659038081389599f,-0.023223766120898506f,0.9922677092935402f,0.12192395080750815f,2.2629035330915936f,-0.458451130807734f,0.09780731963386355f,-0.8833211697265889f,-0.1648225502330143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8884161284827466f,-0.07641021737561744f,0.4526347990735347f,-0.0593980819043821f,-0.023223766120898506f,0.9922677092935402f,0.12192395080750815f,2.0396432985005473f,-0.458451130807734f,0.09780731963386355f,-0.8833211697265889f,-0.18682919715063354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8916950261425892f,0.0013111141172848367f,0.4526347990735347f,0.03724701290728512f,0.06334643652863407f,0.9905159156715311f,0.12192395080750815f,1.5202754636900735f,-0.44818211625598287f,0.1373917820728714f,-0.8833211697265889f,-0.17361593437702638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4390017887967158f,-0.0870772771592349f,0.894256661834743f,0.0699009918419982f,0.10314595209159554f,0.9838281102038589f,0.14643483922831307f,1.1513399223636265f,-0.8925459887313383f,0.15652411116258547f,-0.4229206315898535f,-0.23231247606299593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.647042665503103f,-0.4632820065351513f,0.6055621945262137f,0.096624634054877f,-0.2403055840323808f,0.8776618710490003f,0.4146840561073269f,0.5976247400774382f,-0.7235945102759529f,0.12279830018177118f,-0.6792139296061086f,-0.004071839952596995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.647042665503103f,0.16731943628533028f,0.7438682647215158f,0.19061551249081854f,-0.2403055840323808f,0.8811479417562615f,-0.4072241778450299f,0.8551056969891563f,-0.7235945102759529f,-0.44224711528721533f,-0.5299325180800294f,-0.17362843346139353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6786102718576527f,0.0970665128986094f,0.7280564476762685f,-0.10888859676274787f,0.13009062394839183f,0.9914419020744585f,-0.010926315559146804f,0.5095514561603706f,-0.7228862486518892f,0.0872986075758603f,-0.6854301019252913f,-0.2994554842807121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6786102718576527f,0.3530557814731701f,0.6440805183342002f,0.031618921986376454f,0.13009062394839183f,0.9208080946356715f,-0.36768040798245205f,0.8666723478602751f,-0.7228862486518892f,-0.1657228651146047f,-0.670799078329872f,-0.36708959125303187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6217829866417285f,0.3863587174319122f,0.6812582909493727f,0.0756970268559051f,0.15029846072932587f,0.9125475537681867f,-0.38035159367891924f,1.039594779041805f,-0.7686327407971167f,-0.1341040774028375f,-0.6254756639539593f,-0.23734230275369153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7271024668704321f,0.16209060471657785f,0.6671196583324063f,0.08070927421503071f,-0.24574491570951018f,0.8458915873443269f,-0.4733675726779569f,1.008731812761208f,-0.6410393428439929f,-0.5081279940356653f,-0.5752169178696266f,-0.250001106558699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6803132300917225f,0.2724309187480245f,0.6804081888633282f,0.08080510658243056f,-0.012420099444040714f,0.9239321669301616f,-0.38235466786942207f,1.0569185071717455f,-0.7328162457887839f,-0.26857167650711633f,-0.6251796577674209f,-0.24237802168819997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6975405598898051f,-0.03898363434421542f,0.7154840624094528f,0.07231835510612647f,0.18013943670324037f,0.956909268172805f,0.22775960095949002f,1.0237743807801674f,-0.6935322275517242f,0.2877584555461461f,-0.6604605367535898f,-0.23454393462767445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6342500852901488f,-0.25391763587246474f,0.7302415103939089f,0.0724060947368933f,-0.18462845362499966f,0.9669456194915107f,0.1758650137412774f,1.0232638934102674f,-0.7507590581681185f,-0.02328096087185321f,-0.6601657620926752f,-0.2346249267373179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6782877049822128f,-0.1673569410213659f,0.7154840624094528f,0.0702263933433594f,0f,0.9737173944070086f,0.22775960095949002f,1.035945848210255f,-0.7347964270939011f,0.15448653702247703f,-0.6604605367535898f,-0.23261285291489348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6353994095525144f,0.16115848056600499f,0.7551791406560253f,-0.06454847805230965f,0.18359170100069205f,0.9814640384915119f,-0.054976617498756125f,1.0946402373944646f,-0.75004111731557f,0.10371251269537651f,-0.6532090301323327f,-0.37188116998672016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6974666734028859f,-0.0142483792171329f,0.716475556583752f,0.21624572834934883f,-0.20505495076524513f,0.9619656479993688f,-0.18048423542187123f,1.0857425290894789f,-0.6866532652357921f,-0.2727985992611387f,-0.6738606811368248f,-0.10372425617753375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6782877049822128f,-0.05966411337936733f,0.7323701132928738f,0.07392415381633757f,0f,0.9966979782269447f,0.08119815390956267f,0.9332675797409122f,-0.7347964270939011f,0.05507570946410975f,-0.6760479842119658f,-0.24665843762957176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6782877049822128f,-0.04687340536620342f,0.7332998521337218f,0.06875000000000003f,0f,0.9979632794812324f,0.06379100882619476f,1.15625f,-0.7347964270939011f,0.04326865697521973f,-0.6769062224958478f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5965713447924298f,-0.1471078617126354f,-0.788962551452785f,0.4098265155704037f,0.0671279398020787f,0.988758885436541f,-0.13360279251654045f,0.7996864832657431f,0.7997477541515705f,0.026742166939599514f,0.5997402656457995f,0.9247290091656187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8856483395307763f,-0.1471078617126354f,-0.4404387536408615f,0.38860117878695655f,-0.14370954050977708f,0.988758885436541f,-0.04127268390543553f,0.7940635167342568f,0.44155926742946755f,0.026742166939599514f,-0.8968334682952721f,1.0158713693820134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.22640359235676927f,-0.1471078617126354f,-0.962860680675188f,0.5436429492799584f,-0.059978309669187456f,0.988758885436541f,-0.1369615597148204f,0.817419233957223f,0.9721851756415427f,0.026742166939599514f,-0.23268184452208057f,1.0052024659521281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7208925223741391f,-0.043701685929500564f,0.6916676469461116f,-0.21569245539965518f,0.12043599352196645f,0.9907246201567184f,-0.06292772425332807f,2.318625938246342f,-0.6825021191538004f,0.1286658061112016f,0.719469226366442f,-1.3609795128366513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7234538825511883f,-0.043701685929500564f,0.6889881294104645f,-0.2155186990615122f,0.057436003978596814f,0.9907246201567184f,0.12314963443833948f,2.3065595419539315f,-0.6879793494492276f,0.1286658061112016f,-0.7142335227845109f,-1.268009440290431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0018534009401917073f,-0.043701685929500564f,0.9990429057612463f,-0.36546201309477067f,0.12870822711904228f,0.9907246201567184f,0.04357659104610026f,2.3060562514432217f,-0.9916807738263499f,0.1286658061112016f,0.003788556575629709f,-1.3150627600498856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010598245390347076f,0f,0.000011481194173342207f,-0.4413180851377661f,0f,0.000015625f,0f,1.3223725f,-0.000011481194173342207f,0f,-0.000010598245390347076f,0.22976940396272105f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87.mcfunction new file mode 100644 index 000000000..badfd188d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..135730cee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.740315788191214f,-0.1974211586493945f,0.28266917822216936f,0.36378570564877916f,-0.1561059189573348f,0.7889051354643398f,0.14214103471173303f,1.3109653253546347f,-0.30742140502208354f,0.07481990243221834f,-0.75288678191261f,-0.2867177583662988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7440121576342207f,0.09885376564725688f,0.2769004194829414f,0.36378570564877916f,0.15445994607809865f,0.7724987330230012f,0.13924019726863646f,1.3109653253546347f,-0.25017600674329765f,0.18295802932698843f,-0.7375217455470466f,-0.2867177583662988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.27287046696951217f,-0.11499793651207327f,0.7610923907767374f,0.3187536854362607f,0.2797254402210332f,0.767107678523286f,0.015618325397062175f,1.3228743904954716f,-0.7171051741505106f,0.25547158079329396f,0.2957006680039561f,-0.3854170062290897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2900642395290831f,-0.0017840649145264842f,0.7455598930057836f,0.3187536854362607f,-0.034409917193128026f,0.79911318367693f,0.015299584062428255f,1.3228743904954716f,-0.7447675439660197f,-0.03761564549628246f,0.2896659604936713f,-0.3854170062290897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.39705996559440837f,-0.8604961228796211f,-1.2422946736709883f,-0.3358581279470744f,1.3712323174218555f,0.33473856282161424f,-0.6701330287472842f,1.614415330176333f,0.6351941162983608f,-1.260516865047533f,0.6700984387018707f,-0.9524438575258776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5407207545932669f,-0.055068416323021965f,0.8393977216288845f,-0.19197219799357806f,0.18091475796712014f,0.9668915664893161f,0.17997374531174035f,1.594969623904835f,-0.8215174471073553f,0.24917497501858243f,-0.5128556482312568f,-0.7493608661647745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4231561754005419f,-0.055068416323021965f,0.9043817339730276f,-0.06990239930043843f,0.20343518955633902f,0.9668915664893161f,0.1540610992496589f,1.5281759699834487f,-0.882922972218167f,0.24917497501858243f,-0.3979432835894165f,-0.45316574801138987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5135114261887507f,-0.09685315109046111f,0.8525992507019012f,0.13585925712453092f,0.30532244795337027f,0.9492061520641775f,-0.07606499628133458f,1.3520860719592487f,-0.8019253194340211f,0.29937793507098387f,0.5169996460765491f,0.40715336605895724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10343472010728866f,-0.09685315109046111f,0.989909453334079f,0.1662097525850071f,0.30876253202318105f,0.9492061520641775f,0.060608412800138706f,1.445547764117354f,-0.9454982588534794f,0.29937793507098387f,0.1280854968279892f,0.0893280993647449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3847267508978138f,0.5062676699440551f,0.7718020300005879f,-0.22890107529738557f,0.053484466487768875f,0.8469832291363023f,-0.5289223207677676f,1.141783389286093f,-0.921479646540351f,-0.16221114613755605f,-0.35293456203751183f,-0.2611496829341368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.39288080419691945f,0.17086837936842672f,0.9035754924883637f,-0.1912159073377533f,0.06207025962706428f,0.9852723428344283f,-0.1593288841214483f,1.3255261480417893f,-0.9174922106281942f,-0.006512094714027153f,-0.3977004350752271f,-0.26485632841223705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38466723290113986f,0.4914280863610262f,0.7813639074513998f,-0.10095952149778728f,0.135794774065108f,0.8674152155900187f,-0.4786967966255134f,1.1081350103241379f,-0.9130119929490448f,-0.07803383688158315f,-0.40039957671400206f,0.007604364678385999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3940738245676029f,0.17625336206640052f,0.9020202731374457f,-0.06227438940322816f,0.13351665283761432f,0.9820067108187603f,-0.13355194989950556f,1.2914265689157836f,-0.9093289416958542f,0.06780539998562334f,-0.41051589923788295f,0.017752152805453614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8814424127260431f,0.00798370655589982f,0.4722240289071716f,0.2922585048088996f,0.07208465451159897f,0.9904167424993258f,0.11780695548637171f,2.0012437659931557f,-0.46675804827730105f,0.13788015305566584f,-0.8735708258416779f,0.052588330575166764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8814424127260431f,0.00798370655589982f,0.4722240289071716f,0.3685856346766861f,0.07208465451159897f,0.9904167424993258f,0.11780695548637171f,1.8857829007134022f,-0.46675804827730105f,0.13788015305566584f,-0.8735708258416779f,-0.029040526669049965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8814424127260431f,0.00798370655589982f,0.4722240289071716f,-0.2255889126676507f,0.07208465451159897f,0.9904167424993258f,0.11780695548637171f,2.04359350051872f,-0.46675804827730105f,0.13788015305566584f,-0.8735708258416779f,-0.2216320227877476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8814424127260431f,0.00798370655589982f,0.4722240289071716f,-0.21536996375431744f,0.07208465451159897f,0.9904167424993258f,0.11780695548637171f,1.9335389843273365f,-0.46675804827730105f,0.13788015305566584f,-0.8735708258416779f,-0.33826773365276186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8754400704044447f,0.058559295567342615f,0.4797660805360435f,0.20681041039853507f,0.22349184479108575f,0.929183614801332f,0.29439634049459096f,2.107012663701439f,-0.428551138654581f,0.36495015945658454f,-0.8265320941563467f,0.017826517905465522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8738226425034665f,-0.07911066562317254f,0.4797660805360435f,0.10536191040735851f,0.07538394761265922f,0.9527056497920672f,0.29439634049459096f,2.125296544095306f,-0.4803657459588377f,0.29341684927579376f,-0.8265320941563467f,-0.03454754239429549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8851395632513546f,0.020138822557266373f,0.4648896443170231f,0.10077870527910393f,0.28811487620338405f,0.8082416268378118f,0.5135516437096431f,2.128100057211929f,-0.36540083699618137f,0.5885064999408031f,-0.7212089349487539f,-0.07298409819229838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.848040987877744f,-0.2543700090146872f,0.4648896443170231f,0.12397317426624434f,0.02425313220066147f,0.8577158590241766f,0.5135516437096431f,2.1341946509426073f,-0.5293753568667486f,0.44678787326010416f,-0.7212089349487539f,-0.05369321535447705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8773924323561214f,-0.11857545383004288f,0.4648896443170231f,0.16803048133074f,0.15813085746047495f,0.8433619277403616f,0.5135516437096431f,2.234826387246894f,-0.45296484583577096f,0.5240997238952341f,-0.7212089349487539f,0.003032897449585778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8773924323561214f,-0.002650964219202384f,0.4797660805360435f,0.16862694828006053f,0.15813085746047495f,0.9425101732194767f,0.29439634049459096f,2.022761598272512f,-0.45296484583577096f,0.3341669429589059f,-0.8265320941563467f,-0.07215466471616794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8718393208196703f,-0.13000255841857372f,0.4722240289071716f,-0.1275741561518341f,-0.08373814048283512f,0.9894995932629327f,0.11780695548637171f,2.1448188552691017f,-0.48258069014536087f,0.06316557398707234f,-0.8735708258416779f,-0.18003840152593825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8814424127260431f,0.00798370655589982f,0.4722240289071716f,-0.02596474642711956f,0.07208465451159897f,0.9904167424993258f,0.11780695548637171f,2.1464965920778782f,-0.46675804827730105f,0.13788015305566584f,-0.8735708258416779f,-0.1248853990728028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8571912394503973f,-0.20549366299759778f,0.4722240289071716f,-0.006310910574631692f,-0.16966006357639868f,0.9784359887423831f,0.11780695548637171f,2.140608186123255f,-0.4862495674411894f,0.02086553142254695f,-0.8735708258416779f,-0.11505526496400145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8787383480930357f,0.069450573168272f,0.4722240289071716f,-0.03188758096545677f,0.14099703941006708f,0.9829757657829762f,0.11780695548637171f,2.1526117192228766f,-0.4560030158544115f,0.1701036794721692f,-0.8735708258416779f,-0.12726242474199126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.878784084105639f,-0.06886944202831845f,0.4722240289071716f,-0.06722927935782187f,-0.01451015618401473f,0.9929304993837926f,0.11780695548637171f,2.264192124261765f,-0.47699894013522565f,0.09667483306507722f,-0.8735708258416779f,-0.16709233934585085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.878784084105639f,-0.06886944202831845f,0.4722240289071716f,-0.05173365490145025f,-0.01451015618401473f,0.9929304993837926f,0.11780695548637171f,2.0407827619004117f,-0.47699894013522565f,0.09667483306507722f,-0.8735708258416779f,-0.1888441767854932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8814424127260431f,0.00798370655589982f,0.4722240289071716f,0.03959799617605736f,0.07208465451159897f,0.9904167424993258f,0.11780695548637171f,1.5205021321966081f,-0.46675804827730105f,0.13788015305566584f,-0.8735708258416779f,-0.1738639108843069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.41261285739048037f,-0.08065395934177388f,0.9073288096156533f,0.06984323092922257f,0.10911865320321827f,0.9845233495670093f,0.13713822837003714f,1.1513058761089796f,-0.9043471398966101f,0.15559149398296862f,-0.39742614101360907f,-0.23221072112792013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.630679498823473f,-0.46855775238340913f,0.6186250903779937f,0.0711223507423495f,-0.2533399640782038f,0.8777893198418518f,0.4065768962600233f,0.6152230688132783f,-0.7335272540026221f,0.09969725499223825f,-0.672308132467833f,0.01341021960246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.630679498823473f,0.21719196256059842f,0.7450308860462421f,0.1841212386654831f,-0.2533399640782038f,0.8498197785646238f,-0.4621960693917986f,0.8540483475763474f,-0.7335272540026221f,-0.480243683310306f,-0.4809405080422352f,-0.16622873563301055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6587216947535888f,0.10576641089069092f,0.7449155624554112f,-0.1151223328537897f,0.12666537733582217f,0.991528124213338f,-0.0287725751081368f,0.5097981682074415f,-0.7416479023400078f,0.07540189136408398f,-0.6665380287225817f,-0.295422437181796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6587216947535888f,0.3649579577420247f,0.6579448441486039f,0.030038607542149237f,0.12666537733582217f,0.915787960881719f,-0.3811670144286849f,0.8652846234319482f,-0.7416479023400078f,-0.16774414977838736f,-0.6494769350560436f,-0.3636392210777981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6030535917573178f,0.40014717204003925f,0.6900786956405464f,0.07388218947268832f,0.14200620887198911f,0.9051188922181296f,-0.4007418465691235f,1.0391892089384527f,-0.7849589811642412f,-0.14367335054972866f,-0.6026585818118012f,-0.23540087114336425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7160512635688803f,0.18301488471786403f,0.6736290818492898f,0.07871076144887301f,-0.25065092092386987f,0.8332498283556957f,-0.4928172474510396f,1.0080477148102083f,-0.6514942085555527f,-0.5217281624724799f,-0.5507767430653402f,-0.24743344614339338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6627230686200074f,0.2932266363315f,0.6890691359106105f,0.07938018890390394f,-0.014156261820476601f,0.9150820233318032f,-0.40301921892912645f,1.056346996875924f,-0.7487307490481149f,-0.2768447765819095f,-0.6022949735048115f,-0.24059171070427504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6770182564616163f,-0.03362707134954135f,0.7351975928212265f,0.07035060456769653f,0.17487517250234266f,0.9629951780856747f,0.2050828150431323f,1.0245870440586964f,-0.7148880712810566f,0.26741261573866065f,-0.6460847765455078f,-0.23265659634165775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6184952732979105f,-0.23769989661003288f,0.7489742025328527f,0.07044319078222967f,-0.18709299115705325f,0.9702851243465427f,0.15343725144736217f,1.0239988078408226f,-0.7631905460421071f,-0.04522760908332351f,-0.6445887478141056f,-0.232737960242073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6601157857877363f,-0.15405079962049384f,0.7351975928212265f,0.06842496957244035f,0f,0.9787446239821624f,0.2050828150431323f,1.0368213518584735f,-0.7511638631842186f,0.1353784036037583f,-0.6460847765455078f,-0.23096436629661077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6157720874167161f,0.1713663603119185f,0.7690632658708293f,-0.06210701292362665f,0.17628752509827963f,0.9812827074514094f,-0.077504558263078f,1.0945601726268224f,-0.7679501577922773f,0.08785111615840269f,-0.6344562526577695f,-0.3741871477388983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6840790474620133f,0.006036669108347756f,0.7293829004367604f,0.21207945424754182f,-0.20760762247186224f,0.9569947336473377f,-0.20263305471428397f,1.0859553449553268f,-0.6992388232321238f,-0.29004247688457224f,-0.6534067872984006f,-0.09927351718223693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6601157857877363f,-0.04410907896822493f,0.7498676806653387f,0.07052284113114518f,0f,0.9982744344045182f,0.05872098104033452f,0.9330030441930313f,-0.7511638631842186f,0.03876264654166719f,-0.6589767126987466f,-0.24320848317074822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6601157857877363f,-0.03101536540469633f,0.7505232817592354f,0.06875000000000003f,0f,0.9991472148004196f,0.04128974638532364f,1.15625f,-0.7511638631842186f,0.02725601338012426f,-0.6595528488156072f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6611090761162624f,-0.06048074191361108f,-0.7478481592771902f,0.2431437496237358f,-0.006921738895470736f,0.9962116748479618f,-0.0866855721979254f,0.8003233764089198f,0.7502578750052312f,0.06248502824035514f,0.6581859480712401f,1.0142271382850596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9042113920573693f,-0.06048074191361108f,-0.42278107612717686f,0.22411646336604518f,-0.08119469346295148f,0.9962116748479618f,0.03114033798911235f,0.7934266235910803f,0.4192960531976565f,0.06248502824035514f,-0.9056966605981666f,1.1057665269559347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20295772008203306f,-0.06048074191361108f,-0.9773178826342444f,0.3802277888900272f,-0.07356536339028763f,0.9962116748479618f,-0.046372795967827285f,0.8038309193951741f,0.9764201458226671f,0.06248502824035514f,-0.20663813800323483f,1.0909925533209823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7571694847523677f,-0.11483383068887922f,0.6430455370260739f,-0.10385177957577549f,0.1695513589510266f,0.9852363227568998f,-0.023700738349723985f,2.2940863691615396f,-0.6308301736899514f,0.12697472051467476f,0.7654611109080108f,-1.4053907626739979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7371289678946401f,-0.11483383068887922f,0.665923476099094f,-0.10527744431496908f,0.0011732820658221788f,0.9852363227568998f,0.17119582859887666f,2.2819411683896673f,-0.6757510696253294f,0.12697472051467476f,-0.7261115012520073f,-1.3124417224516143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015207090551398073f,-0.11483383068887922f,0.9932683100382693f,-0.2535548584511127f,0.1295488082333086f,0.9852363227568998f,0.11192182363503277f,2.2712254952303486f,-0.9914564290387607f,0.12697472051467476f,0.029859163885300355f,-1.3633951171456011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010314309152933381f,0f,0.000011736935362253417f,-0.45243954162307326f,0f,0.000015625f,0f,1.3223725f,-0.000011736935362253417f,0f,-0.000010314309152933381f,0.21715807754653665f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88.mcfunction new file mode 100644 index 000000000..d130ab0b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..2821051cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7394573495634966f,-0.19179152227063814f,0.2887270070604488f,0.366080311658126f,-0.15040845157686422f,0.7904217509692848f,0.13983990036232286f,1.307383559478992f,-0.3122892414336799f,0.07344325717317826f,-0.7510166190604677f,-0.2763110603190453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7411248474786729f,0.1036269205063109f,0.28283461916125596f,0.366080311658126f,0.16018483469228112f,0.7717354778237471f,0.13698602484472444f,1.307383559478992f,-0.255097587570562f,0.18353695435669515f,-0.7356897492837235f,-0.2763110603190453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3112062798759139f,-0.11627930416745626f,0.7460390199128802f,0.3227375229574418f,0.27778492112655095f,0.7679618426802849f,0.0038197154686838053f,1.320275182631641f,-0.7020901889393945f,0.25230571942363506f,0.33219818630692716f,-0.3789752132540389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3252394536471796f,0.011427348422711793f,0.7308137337922093f,0.3227375229574418f,-0.036486338755815084f,0.799158774149821f,0.0037417620917718913f,1.320275182631641f,-0.7299918115126225f,-0.03485210764618782f,0.3254186314843368f,-0.3789752132540389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.17877672359512203f,-0.7987665103033657f,-1.3309459775356687f,-0.308558129488132f,1.463883269977649f,0.35879823547519923f,-0.4119658336554486f,1.6206267834633887f,0.5162275709221066f,-1.2940796491088435f,0.7072999411721981f,-0.963925702432568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5059258084137932f,-0.05128590965478284f,0.861051004210396f,-0.17293185604266886f,0.18988306078998504f,0.9671219996094542f,0.16917287340598547f,1.598819218649252f,-0.8414175536592264f,0.24908792291536777f,-0.47955365398652855f,-0.7554695850571289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.390062637732951f,-0.05128590965478284f,0.9193589582506357f,-0.060447279388971195f,0.2102071073196825f,0.9671219996094542f,0.14313633327601424f,1.5302026246101217f,-0.8964731511189303f,0.24908792291536777f,-0.3664574954624393f,-0.4558585457266966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5166017743526856f,-0.09774877501727397f,0.8506278761704673f,0.12534009414384584f,0.2998563510543423f,0.9512024129434642f,-0.0728020490295874f,1.3524777515083033f,-0.8020029772189329f,0.2926758387587773f,0.5207034452918611f,0.41033581552640236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11785069506963963f,-0.09774877501727397f,0.9882086776861584f,0.16050080163185715f,0.30307828754229277f,0.9512024129434642f,0.05794412162560347f,1.4440440388866427f,-0.9456504456150985f,0.2926758387587773f,0.1417253968588978f,0.09245457938672408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3598501415097544f,0.5268326866336347f,0.7700358406917152f,-0.22861755453049495f,0.04322945769586402f,0.8338524364585405f,-0.5502920390115389f,1.1452495364570225f,-0.9320080952667376f,-0.16473443631051204f,-0.32283660859748636f,-0.26676405863045427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.36664645195207857f,0.18437622220801791f,0.9119077738210438f,-0.18834758928011008f,0.05595161053952905f,0.9827618854438678f,-0.17620582793099368f,1.3284161035531792f,-0.928676368036242f,-0.01358253301537335f,-0.3706423049894618f,-0.2716272979770209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3600990111328027f,0.5050703307637591f,0.7843676836556724f,-0.108277648489961f,0.13304006890059245f,0.8599802165164581f,-0.49268079652776336f,1.1096573847852937f,-0.9233791432819475f,-0.0730615369568204f,-0.3768726171658056f,0.003950590324183524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.36840067465536785f,0.18653931019955f,0.9107601378319904f,-0.06760927696609546f,0.13431019088134277f,0.9800643427761891f,-0.14640579443482993f,1.2925044128406116f,-0.9199139718141514f,0.06838837451608622f,-0.3861104954441933f,0.014360219949423492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.870563429559041f,0.01485307660039259f,0.49183198475689194f,0.2945465402173216f,0.08105255502014312f,0.9902192077690112f,0.11356233482109429f,1.998801459972836f,-0.4853347282434127f,0.13872745467575812f,-0.8632525093389988f,0.058115262361192965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.870563429559041f,0.01485307660039259f,0.49183198475689194f,0.37144528282169514f,0.08105255502014312f,0.9902192077690112f,0.11356233482109429f,1.8826310570779319f,-0.4853347282434127f,0.13872745467575812f,-0.8632525093389988f,-0.021955539914679967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.870563429559041f,0.01485307660039259f,0.49183198475689194f,-0.21690947464861504f,0.08105255502014312f,0.9902192077690112f,0.11356233482109429f,2.0464198360471704f,-0.4853347282434127f,0.13872745467575812f,-0.8632525093389988f,-0.227018890481812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.870563429559041f,0.01485307660039259f,0.49183198475689194f,-0.20530298926116952f,0.08105255502014312f,0.9902192077690112f,0.11356233482109429f,1.9363283747787767f,-0.4853347282434127f,0.13872745467575812f,-0.8632525093389988f,-0.3434897973759409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8646935724616861f,0.0482954397885612f,0.4999725754869721f,0.2096311787672216f,0.2318815574176195f,0.9213379925118015f,0.31203725239769414f,2.1039709324916456f,-0.44557375267516114f,0.38575102598690847f,-0.8078738619840488f,0.023449259061453703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8616028309951705f,-0.08756703364869359f,0.4999725754869721f,0.10950499985354889f,0.08489769468060082f,0.9462690603385576f,0.31203725239769414f,2.1232857899798225f,-0.5004327557814604f,0.3112986991041745f,-0.8078738619840488f,-0.03105601775977361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8783943349854512f,-0.010379433671755006f,0.47782387929248626f,0.10784705065522388f,0.2925078279187592f,0.7789789482954824f,0.5546449032657862f,2.1281529218271293f,-0.3779716429465527f,0.6269641660167808f,-0.6812146296573248f,-0.07269023982555434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8321952347681015f,-0.2813102053021608f,0.47782387929248626f,0.13035628222889653f,0.03747374252584984f,0.8312428946477634f,0.5546449032657862f,2.133644047378687f,-0.5532149761624052f,0.4794786945115114f,-0.6812146296573248f,-0.05243073195542579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8659561419560883f,-0.14766279350739142f,0.47782387929248626f,0.1710824110429138f,0.1670474161139619f,0.8151467303810616f,0.5546449032657862f,2.2320420150231515f,-0.4713969887241281f,0.5601174049810076f,-0.6812146296573248f,0.010377443678905474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8659561419560883f,-0.012140179959580943f,0.4999725754869721f,0.1738139515338195f,0.1670474161139619f,0.9352688992400775f,0.31203725239769414f,2.0216065126941345f,-0.4713969887241281f,0.3537297020958269f,-0.8078738619840488f,-0.06921173929265545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8621688822161652f,-0.12151591380648306f,0.49183198475689194f,-0.11880404003423738f,-0.07484974847106524f,0.9907073792315266f,0.11356233482109429f,2.146647805036013f,-0.5010612075305235f,0.06109641092548262f,-0.8632525093389988f,-0.18327906651826728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8705634295590409f,0.014853076600392597f,0.49183198475689194f,-0.018378500844575804f,0.08105255502014311f,0.9902192077690112f,0.11356233482109429f,2.147290583484311f,-0.4853347282434128f,0.13872745467575814f,-0.8632525093389988f,-0.12597777037819596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.848297259599966f,-0.19619647837126006f,0.49183198475689194f,0.001002663277056573f,-0.1609107600628855f,0.9804138531283441f,0.11356233482109429f,2.141202719465507f,-0.504479421434782f,0.01719355893203911f,-0.8632525093389988f,-0.11573635866013168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8674066825511053f,0.07554433026893795f,0.49183198475689194f,-0.024188646156794433f,0.1499293152374688f,0.9821531431209723f,0.11356233482109429f,2.153465309455587f,-0.4744753391885711f,0.1722447607964093f,-0.8632525093389988f,-0.12847576369895336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8685452038024785f,-0.06107804615250515f,0.49183198475689194f,-0.05756946624025436f,-0.005559164958249763f,0.9935153203624736f,0.11356233482109429f,2.2654105985307265f,-0.4955787774276437f,0.09589984610646571f,-0.8632525093389988f,-0.16896795597955389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8685452038024785f,-0.06107804615250515f,0.49183198475689194f,-0.04382690585594072f,-0.005559164958249763f,0.9935153203624736f,0.11356233482109429f,2.0418696514491703f,-0.4955787774276437f,0.09589984610646571f,-0.8632525093389988f,-0.19054542135350863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.870563429559041f,0.01485307660039259f,0.49183198475689194f,0.04201157155758532f,0.08105255502014312f,0.9902192077690112f,0.11356233482109429f,1.5207019151268746f,-0.4853347282434127f,0.13872745467575812f,-0.8632525093389988f,-0.1739997599275644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38636259940484696f,-0.07404778393471659f,0.9193698208422373f,0.06977949053310405f,0.11491741028021599f,0.9851407616645678f,0.1276388205893635f,1.1512741295026616f,-0.9151600573646221f,0.1549664654088514f,-0.3721121658896266f,-0.23211218445588366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.615072424987964f,-0.4726760098468098f,0.631081057974904f,0.0457045093366244f,-0.26627933742107607f,0.8778868697655162f,0.39800748530134f,0.6343946284497298f,-0.7421463645952988f,0.07675958317110748f,-0.6658278605686154f,0.028433255177562372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.615072424987964f,0.26798463731389915f,0.741532296116065f,0.17733085264988807f,-0.26627933742107607f,0.8146150254822102f,-0.5152646647318354f,0.8531350577612073f,-0.7421463645952988f,-0.5143798153333352f,-0.4296884674920026f,-0.15913862740406273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6389220916148538f,0.11524758935149035f,0.7605896094446536f,-0.12184928894560111f,0.12327059592327402f,0.9912759928368275f,-0.046650468444407345f,0.510346409764362f,-0.7593305742739597f,0.06395231953597921f,-0.6475547697289757f,-0.2914993541712783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6389220916148538f,0.37727579126937855f,0.670404011151906f,0.02812618112804237f,0.12327059592327402f,0.9104294335200015f,-0.39487036703349887f,0.8640365184435753f,-0.7593305742739597f,-0.16965029885771943f,-0.6282004895495269f,-0.3602744731123963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5845949914262597f,0.41471831068535325f,0.6973216035529217f,0.07194181321318893f,0.1337610334258369f,0.8969893014335849f,-0.4213290626701904f,1.0388262782190993f,-0.8002228951587074f,-0.15303240145791347f,-0.5798486027989034f,-0.2335256628629359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7056044446098183f,0.20430720477476555f,0.6785137683378221f,0.07653758100738955f,-0.25527733714610934f,0.819948908551327f,-0.5123643903561987f,1.0074176105318617f,-0.6610263602054471f,-0.5347357790933852f,-0.5264045950321187f,-0.24493903823985563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6453373903488272f,0.31450126729989836f,0.6961527170704165f,0.07783871197506202f,-0.015889122054388496f,0.9055932022337438f,-0.4238496052473967f,1.055806150760982f,-0.763732406290388f,-0.28458725364076165f,-0.5794160048247741f,-0.2388616738687002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6565153904624457f,-0.02692133556818567f,0.7538320660313992f,0.0683174362037699f,0.1693959559576221f,0.968575264191943f,0.18211800487791202f,1.0255128527680866f,-0.7350459524350474f,0.24725937653956218f,-0.6313242023890111f,-0.23088773364659979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6031193883030311f,-0.2204707930182168f,0.766576566873066f,0.06841116162184634f,-0.18949031783596673f,0.9731325170728039f,0.1307919097726361f,1.02485279586862f,-0.7748163801181556f,-0.06637570068532393f,-0.628692169077308f,-0.2309662274219073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6420616031011838f,-0.13962132375095945f,0.7538320660313992f,0.06657216965688291f,0f,0.9832766814581178f,0.18211800487791202f,1.037803811286313f,-0.7666530491840087f,0.11693097816550141f,-0.6313242023890111f,-0.22942609641953102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5963558397971961f,0.18270695307169263f,0.7816507414690013f,-0.059740264933424866f,0.1689732560630676f,0.9805068489331331f,-0.10027142130568831f,1.094524920852282f,-0.7847341913509478f,0.07228062322971597f,-0.6156035740883072f,-0.37636301381030235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6710910588076541f,0.026914134384529532f,0.740886239687817f,0.20786989726745508f,-0.2100562038111787f,0.951486602405769f,-0.22483246358736195f,1.0862284482294422f,-0.7109945021087423f,-0.3065108070079379f,-0.632880670552107f,-0.09503916010530097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6420616031011838f,-0.02764348984766863f,0.7661545113697236f,0.06692190884268541f,0f,0.9993497217355156f,0.03605736633682098f,0.9328511985382704f,-0.7666530491840087f,0.023151050433825936f,-0.6416440843962271f,-0.23990939666970015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6420616031011838f,-0.014268039684087816f,0.7665202677468557f,0.06875000000000003f,0f,0.9998268037448044f,0.018610817108565707f,1.15625f,-0.7666530491840087f,0.011949291067748636f,-0.6419504004359218f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7090879552421727f,0.0271669597394362f,-0.7045965001538046f,0.07697069978464388f,-0.08585223939949506f,0.9951495038075262f,-0.048029762249320394f,0.8010105814175039f,0.6998740348952561f,0.09454851331538909f,0.7079808711464483f,1.0810223399968106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9116123766967845f,0.0271669597394362f,-0.41015220461647645f,0.06021896348718836f,-0.014144109526513252f,0.9951495038075262f,0.09735198630401154f,0.7927394185824961f,0.4108075204021248f,0.09454851331538909f,-0.9068063518805477f,1.1728919742421766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.17868518717285903f,0.0271669597394362f,-0.9835311688927384f,0.2161245069698269f,-0.08822573690674994f,0.9951495038075262f,0.0435164844500954f,0.7903475273324857f,0.9799427652839023f,0.09454851331538909f,-0.17542165031029772f,1.1532704046660383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7809013304648259f,-0.18544451096845713f,0.5964926197614977f,0.0070238753187992775f,0.22170900490151715f,0.9750278530484069f,0.012876448477485272f,2.2707806807937065f,-0.5839847850961906f,0.12219254941069066f,0.8025152656770288f,-1.4383394589224097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7401506264630936f,-0.18544451096845713f,0.6463647449373766f,0.004004947451540064f,-0.05680170798510534f,0.9750278530484069f,0.2146957189833768f,2.2585638799709726f,-0.6700377721563651f,0.12219254941069066f,-0.7322010412122145f,-1.3454379069860187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.03220189725076511f,-0.18544451096845713f,0.9821269628541521f,-0.14180463304295318f,0.13031254210916138f,0.9750278530484069f,0.17983138532765167f,2.237697572583192f,-0.9909498873215029f,0.12219254941069066f,0.05556349238498881f,-1.4002232068119624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010032212548455998f,0f,0.000011978953893500138f,-0.46295805093438874f,0f,0.000015625f,0f,1.3223725f,-0.000011978953893500138f,0f,-0.000010032212548455998f,0.20463403374957823f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89.mcfunction new file mode 100644 index 000000000..814411aba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..2f53c7423 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7366655075151521f,-0.18569061764284062f,0.29964540544000995f,0.36826191941880215f,-0.1436510459840167f,0.7920564940696746f,0.1376783629848848f,1.3039109579582693f,-0.32192041170075797f,0.0714839084404326f,-0.7471290007816178f,-0.26687817835296823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.736311093176664f,0.10810180300532532f,0.2935301930840914f,0.36826191941880215f,0.16691327663918865f,0.7706817882157898f,0.13486860047498922f,1.3039109579582693f,-0.26454854402652805f,0.18537416621393182f,-0.7318814701534215f,-0.26687817835296823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3425212071542687f,-0.1161923431967557f,0.7322042109114603f,0.32706842869321984f,0.275259835443026f,0.7688503135896714f,-0.006757420320387328f,1.3176658833574717f,-0.688371767350975f,0.24962567800600055f,0.36162933404051134f,-0.3724675817003981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.35354764158363855f,0.023245188732362282f,0.7172612678316346f,0.32706842869321984f,-0.03910466830161749f,0.7990162745240513f,-0.006619513783236566f,1.3176658833574717f,-0.7165716224130477f,-0.03213493809707496f,0.3542491435498887f,-0.3724675817003981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.05753829906445119f,-0.7368913656914046f,-1.3766214836730637f,-0.2824180813294231f,1.5092387189214782f,0.3794640797767617f,-0.14004196323755885f,1.6264370666097432f,0.4003674355501758f,-1.324539307581558f,0.7257463670059557f,-0.9737844214735711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4728057996284004f,-0.04724686364967909f,0.8798990906422266f,-0.15466651706187926f,0.19812741909927667f,0.9672923525571048f,0.15840148511172789f,1.6024461604888014f,-0.8586036347691574f,0.2492252767273216f,-0.44798053506975216f,-0.7606459942830099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.35855905164461366f,-0.04724686364967909f,0.9323106458466426f,-0.051204891204290504f,0.21645185964458022f,0.9672923525571048f,0.13226525296140448f,1.5321432217339885f,-0.9080660763072906f,0.2492252767273216f,-0.33660475709661575f,-0.4581416362191405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5183539845105216f,-0.09783779694104353f,0.8495510062567102f,0.11566655887393101f,0.29447418408738374f,0.9530988603924127f,-0.06991078046162719f,1.3528621386979094f,-0.8028661791657035f,0.2864093710205854f,0.5228532973439655f,0.41324793176548236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13050830058155755f,-0.09783779694104353f,0.9866080016749492f,0.15504475815524643f,0.2975921799665626f,0.9530988603924127f,0.05514940381756814f,1.4426004897015248f,-0.9457306582225526f,0.2864093710205854f,0.1535030758308441f,0.09533988467401136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.33635892621737945f,0.5477483935781355f,0.7660511537008892f,-0.228296242784445f,0.03283289608118868f,0.8197738948837894f,-0.5717453648277209f,1.148761350324955f,-0.9411613430697275f,-0.16715997906087998f,-0.29372243310913915f,-0.2720102765636193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.34152853944204264f,0.19856936126460925f,0.9186557927284572f,-0.18532288884277792f,0.04950896563181775f,0.9798709886365845f,-0.1933952118084361f,1.3312784406205118f,-0.9385665235179936f,-0.020568286154356144f,-0.3444848712730645f,-0.27801986066301776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.33686042996684284f,0.5186186373991661f,0.7858497055193098f,-0.11525327569844704f,0.12968650833696446f,0.8522315818430513f,-0.5068360094395986f,1.111253444909492f,-0.9325805382260131f,-0.06881889167607085f,-0.3543409373337449f,0.0003828075072527942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.34381749142475954f,0.1970281811170739f,0.9181336658875344f,-0.07257215632719861f,0.1345096460137468f,0.9779907882139011f,-0.1595028943248641f,1.293629824610068f,-0.9293528327388054f,0.06865794939007273f,-0.36275253033701665f,0.010988969703285084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8591999297736427f,0.02189044205315544f,0.5111714870996671f,0.296837609033059f,0.0901898519184324f,0.9899194647741403f,0.10920276494764564f,1.9962314259405163f,-0.503628108119373f,0.1399294887005486f,-0.8525130303427062f,0.06384222829448488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8591999297736427f,0.02189044205315544f,0.5111714870996671f,0.37424362805851996f,0.0901898519184324f,0.9899194647741403f,0.10920276494764564f,1.8793471326106492f,-0.503628108119373f,0.1399294887005486f,-0.8525130303427062f,-0.014686000333235916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8591999297736427f,0.02189044205315544f,0.5111714870996671f,-0.20794234970895611f,0.0901898519184324f,0.9899194647741403f,0.10920276494764564f,2.0492179639425956f,-0.503628108119373f,0.1399294887005486f,-0.8525130303427062f,-0.23203928522564676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8591999297736427f,0.02189044205315544f,0.5111714870996671f,-0.19497632541651835f,0.0901898519184324f,0.9899194647741403f,0.10920276494764564f,1.9390979095066108f,-0.503628108119373f,0.1399294887005486f,-0.8525130303427062f,-0.3483396219623205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8534974761071922f,0.037331843387176655f,0.5197580126827949f,0.21243294162415277f,0.24040745512077205f,0.9131484535902639f,0.32918711582937665f,2.100792752407822f,-0.46232706366922416f,0.40591407363507953f,-0.7883447539141539f,0.029229490444047018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8488294928276895f,-0.09664419464157777f,0.5197580126827949f,0.11368658579450226f,0.0945997505752284f,0.9395140924770853f,0.32918711582937665f,2.1211570689236856f,-0.5201340012890832f,0.3285927109341284f,-0.7883447539141539f,-0.02737079620015448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8713602109151442f,-0.04225273422082809f,0.48882112197078775f,0.11509266496939011f,0.29678475033699775f,0.7479618959199558f,0.5936933671679607f,2.128314694655029f,-0.3907047412066067f,0.6623954322779476f,-0.6392042682085195f,-0.07193562198432517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8156559936981234f,-0.30944985160692384f,0.48882112197078775f,0.13688650755234533f,0.051126133760860046f,0.8030655665806096f,0.5936933671679607f,2.133175969852536f,-0.5762737356421803f,0.5092410874163799f,-0.6392042682085195f,-0.050753977715679174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8540225369050856f,-0.17804330140003038f,0.48882112197078775f,0.1740553981546442f,0.17612381851557646f,0.7851806074606409f,0.5936933671679607f,2.2290770190581943f,-0.4895159925984993f,0.5931205581450676f,-0.6392042682085195f,0.017854380841411152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8540225369050856f,-0.02229606938977119f,0.5197580126827949f,0.1790720137673427f,0.17612381851557646f,0.927694046183023f,0.32918711582937665f,2.0203458586670147f,-0.4895159925984993f,0.3726749816748337f,-0.7883447539141539f,-0.06599749003542629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8520461724696675f,-0.11278754699036861f,0.5111714870996671f,-0.10978190265455393f,-0.0657780567250166f,0.991840714722515f,0.10920276494764564f,2.1484184320685364f,-0.5193174050937154f,0.05942193082209329f,-0.8525130303427062f,-0.18613407826020195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8591999297736427f,0.02189044205315545f,0.5111714870996671f,-0.010594350098403135f,0.0901898519184324f,0.9899194647741402f,0.10920276494764564f,2.148005710239372f,-0.503628108119373f,0.13992948870054864f,-0.8525130303427062f,-0.1267135455832513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8389737971130159f,-0.18661907333947195f,0.5111714870996671f,0.008502594208204643f,-0.15197236553924856f,0.9823335259677307f,0.10920276494764564f,2.1417150459444136f,-0.5225202080974222f,0.013934318272614557f,-0.8525130303427062f,-0.11606871651564948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8555799618816234f,0.08177187537873312f,0.5111714870996671f,-0.016287571086612114f,0.1590234451254011f,0.9812167446737942f,0.10920276494764564f,2.1542406013141724f,-0.4926403076556857f,0.17471994839973815f,-0.8525130303427062f,-0.12932857293775168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8578382923775203f,-0.05307706573591953f,0.5111714870996671f,-0.04767030846664985f,0.0035694860900675612f,0.9940130858780692f,0.10920276494764564f,2.266546265969188f,-0.5139073096384921f,0.09550293291843351f,-0.8525130303427062f,-0.17041635715862205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8578382923775203f,-0.05307706573591953f,0.5111714870996671f,-0.03572796867606798f,0.0035694860900675612f,0.9940130858780692f,0.10920276494764564f,2.042893321646623f,-0.5139073096384921f,0.09550293291843351f,-0.8525130303427062f,-0.19190451706526956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8591999297736427f,0.02189044205315544f,0.5111714870996671f,0.044479062021530597f,0.0901898519184324f,0.9899194647741403f,0.10920276494764564f,1.520873278055458f,-0.503628108119373f,0.1399294887005486f,-0.8525130303427062f,-0.17402383431116955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3608023440498538f,-0.06728441263616866f,0.9302120598790024f,0.06971071676009384f,0.12047557123342031f,0.9856752471900692f,0.11802518296015009f,1.151245060359182f,-0.9248282571721692f,0.15465159195107442f,-0.34752781161064833f,-0.23201818129282245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6005834886092546f,-0.47560507858962736f,0.6427280003467188f,0.020948030664396655f,-0.27892458978249784f,0.8779762184288182f,0.3890486256088014f,0.6547688381120877f,-0.7493334013805889f,0.05438353696833581f,-0.659955971624025f,0.0408578892196709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6005834886092546f,0.31857423512539507f,0.7333552549237013f,0.1703581891257044f,-0.27892458978249784f,0.776100791467962f,-0.5655693014100645f,0.8523774997166425f,-0.7493334013805889f,-0.5442223977355881f,-0.3772551330046082f,-0.15244884021611224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6196164274435652f,0.12536995459788275f,0.7748276307193734f,-0.12901252865451568f,0.11997584632178476f,0.9906888014259786f,-0.06435444839736604f,0.5112211430554097f,-0.7756811710628565f,0.053085527342982886f,-0.6288884222541171f,-0.2876905340354746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6196164274435652f,0.38989956739756143f,0.6812149515279794f,0.025897543139643542f,0.11997584632178476f,0.9047436115682363f,-0.4087111371443596f,0.8629430911494218f,-0.7756811710628565f,-0.1715147943171622f,-0.6073725349313195f,-0.35703176452312124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5668061733058245f,0.4298233218747557f,0.7028390099268521f,0.06990532013586269f,0.12566951852472427f,0.8882387757988238f,-0.4418586304251289f,1.0385201645450644f,-0.8142100060894437f,-0.16212275947551838f,-0.5574749114030795f,-0.23173886041336833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6960156803655317f,0.22557728885188594f,0.6816722522147565f,0.07422202124570151f,-0.25953009310196684f,0.8061486970909372f,-0.5317597285927816f,1.0068595405302248f,-0.6694821158625452f,-0.5470275723698186f,-0.5025480391041163f,-0.24254911496722933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6285265746313565f,0.3358986815996131f,0.7015172276443505f,0.07620342041585544f,-0.017599994384476705f,0.8955656252217148f,-0.4445812086884751f,1.0553120200179715f,-0.7775889564415382f,-0.2917778035095897f,-0.5569749798682871f,-0.23720969422917315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.636468699744287f,-0.018976714876320036f,0.7710690491378314f,0.06625470713839628f,0.1637853393724212f,0.9735728346905151f,0.1591549501565555f,1.0265409090441235f,-0.7537121180215146f,0.2275869500766195f,-0.6165405285156399f,-0.22925478416114006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5884598769740039f,-0.2025112366387643f,0.7827542221072834f,0.06634573595246059f,-0.1917712074542505f,0.9754574692767135f,0.10819671725060906f,1.0258179346283707f,-0.7854545035731089f,-0.08644029539114187f,-0.6128534067372172f,-0.22932757005910354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6245006538041638f,-0.12430388111339263f,0.7710690491378314f,0.06470090862447887f,0f,0.9872536157647964f,0.1591549501565555f,1.0388815792411834f,-0.781024284768516f,0.09939237042893798f,-0.6165405285156399f,-0.22801237953077833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5775587414972495f,0.1949918657458003f,0.7927194159430467f,-0.057503032971639986f,0.16175345566416016f,0.9791362284084222f,-0.12299620237565359f,1.0945391841736998f,-0.8001635580934787f,0.05718757304783907f,-0.5970492959447168f,-0.3783707753783332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6588008040701683f,0.04804038962477129f,0.7507820066578581f,0.20370148859903808f,-0.21233879267929287f,0.9455103035542329f,-0.24682484274538188f,1.0865570522659866f,-0.7217296846326886f,-0.3220285497242168f,-0.6127021099053906f,-0.09108443886062814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6245006538041638f,-0.010519948936521497f,0.7809534327170508f,0.06317593659102894f,0f,0.9999092831646249f,0.013469426164692759f,0.9328142727447388f,-0.781024284768516f,0.008411665446217536f,-0.6244440010811608f,-0.23679591430922725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6245006538041638f,0.0031111700190257618f,0.7810180881511546f,0.06875000000000003f,0f,0.9999920660375327f,-0.003983448504354594f,1.15625f,-0.781024284768516f,-0.0024876661953646623f,-0.6244956990394156f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7390470149428677f,0.1139776972195019f,-0.6639417099720252f,-0.08424407516455859f,-0.1661282984145151f,0.9859798031817221f,-0.01565938005255449f,0.8017354636561198f,0.6528482964440782f,0.1218725246077723f,0.7476203512316885f,1.1219790854977707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9066615142911162f,0.1139776972195019f,-0.4061698943051789f,-0.09865696988432279f,0.053078949458444616f,0.9859798031817221f,0.1581975121236753f,0.7920145363438803f,0.4185063005830717f,0.1218725246077723f,-0.8999997578433007f,1.214103102659351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1537375436774851f,0.1139776972195019f,-0.9815160987984626f,0.05577689229532873f,-0.10368989133055423f,0.9859798031817221f,0.13073727147829867f,0.7772644092782552f,0.982656183056857f,0.1218725246077723f,-0.13976377801797124f,1.1890056607812565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7916424149198362f,-0.2542414694530014f,0.5555749833373249f,0.11431019514958726f,0.27462580964958894f,0.9603445812330643f,0.048155477057111776f,2.249219608981729f,-0.5457865439658601f,0.11445331147096094f,0.8300707728375536f,-1.458559571923889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7314026294767575f,-0.2542414694530014f,0.6327807430736683f,0.10971989963245213f,-0.11349089524524415f,0.9603445812330643f,0.2546725387487298f,2.2369410646641517f,-0.6724358782002328f,0.11445331147096094f,-0.7312526438943063f,-1.3657305407078593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.04896315218277447f,-0.2542414694530014f,0.965900556443936f,-0.032870036075570735f,0.13097113938749547f,0.9603445812330643f,0.2461398910047526f,2.2061593531722274f,-0.9901763329709854f,0.11445331147096094f,0.08031979281262819f,-1.4241930252377684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009757822715690059f,0f,0.000012203504449508064f,-0.47271152924718635f,0f,0.000015625f,0f,1.3223725f,-0.000012203504449508064f,0f,-0.000009757822715690059f,0.19245715671504576f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..1198abdc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6745089099875744f,-0.11893411955906677f,-0.444788545262272f,0.04113294320545764f,-0.14562977352022008f,0.8035550322345631f,0.00597692892747069f,1.344610034012889f,0.4367769955666942f,0.0842521799104583f,-0.6848882177176887f,-0.3128411936791847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6550325814192994f,0.14521722715788565f,-0.4357112280120216f,0.04113294320545764f,0.16943297706139837f,0.781830023621122f,0.005854950786093737f,1.344610034012889f,0.4268779492586617f,-0.08748583371707079f,-0.6709109071520216f,-0.3128411936791847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7166006086208841f,0.12635602169196888f,0.37075890812062995f,-0.03589934758116316f,0.14499356579345135f,0.8036672128221277f,0.006349910051133595f,1.3446891387789848f,-0.36387481095443125f,0.07139755781072686f,-0.7276276212019341f,-0.32190570204488667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6959088895063312f,-0.15427928648932904f,0.36319239979163753f,-0.03589934758116316f,-0.17005081439966555f,0.7816930523808466f,0.0062203200500900524f,1.3446891387789848f,-0.3560808026671413f,-0.07179048418738092f,-0.7127780779120988f,-0.32190570204488667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.31996754621756845f,0.13893047177178722f,1.5230644580518504f,-0.6050977756074298f,1.4066318086318432f,0.6375398837164923f,0.23735227324774327f,1.247511902358192f,-0.6003448794756379f,1.4197350001616607f,-0.25562629951425553f,0.3979386164424524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.29031535849547907f,-0.9476215550170104f,-0.1331554771264955f,-0.5573305079709481f,-0.5299186302009027f,0.275068394675659f,-0.802199241844914f,1.3750219088400817f,0.7968081563260008f,-0.16232919243838764f,-0.5820188959945034f,0.18867235032718901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6970726336462126f,-0.7143405409213521f,-0.061703606197070375f,-0.2984375f,-0.5108626808187514f,0.5552060073969584f,-0.6563273654945428f,1.5420631962552116f,0.5030994581275273f,-0.4259857755213415f,-0.7519488375449953f,0.015680493948104463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6773520608352517f,0.7010918691950389f,0.2228550574495537f,0.409158491240698f,0.2654222588420925f,0.04962633332762133f,-0.9628542213396671f,1.4738070068960705f,-0.6861087451660988f,0.7113419838509905f,-0.1524708884264105f,0.3216903138319036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23732897068675574f,0.896204908767622f,0.3748222527726749f,0.2984375f,0.23110935324805243f,0.4268575984044787f,-0.8742888867677705f,1.5420631962552116f,-0.9435377186493564f,-0.12086915315819341f,-0.30842701130217043f,0.015680493948104536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.370108417819461e-17f,9.780464210648311e-17f,-0.15625000000000003f,0f,0.7986355100472928f,-0.6018150231520482f,1.2225478290877008f,-1.2246467991473532e-16f,-0.6018150231520482f,-0.7986355100472928f,0.26746742640014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.06627070535773e-17f,1.1856389088911126e-16f,-0.15625000000000003f,0f,0.9681476403781077f,-0.2503800040544414f,1.4025106366332558f,-1.2246467991473532e-16f,-0.2503800040544414f,-0.9681476403781077f,0.2144702528875691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.030449367054552e-17f,1.065878317152465e-16f,0.15624999999999997f,0f,0.8703556959398997f,-0.49242356010346705f,1.214963235211859f,-1.2246467991473532e-16f,-0.49242356010346705f,-0.8703556959398997f,0.21908378950077506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0686923765729363e-18f,1.2246001683497691e-16f,0.15624999999999997f,0f,0.9999619230641713f,0.008726535498373933f,1.4025106366332558f,-1.2246467991473532e-16f,0.008726535498373933f,-0.9999619230641713f,0.21447025288756913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.441553027366399e-17f,1.2000616529193144e-16f,0.29375f,0f,0.9799247046208296f,0.1993679344171972f,2.0865367771583214f,-1.2246467991473532e-16f,0.1993679344171972f,-0.9799247046208296f,0.13910298818802044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.441553027366399e-17f,1.2000616529193144e-16f,0.33125f,0f,0.9799247046208296f,0.1993679344171972f,1.98273693293233f,-1.2246467991473532e-16f,0.1993679344171972f,-0.9799247046208296f,0.02231405532766802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.441553027366399e-17f,1.2000616529193144e-16f,-0.29375f,0f,0.9799247046208296f,0.1993679344171972f,2.0865367771583214f,-1.2246467991473532e-16f,0.1993679344171972f,-0.9799247046208296f,0.13910298818802036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.441553027366399e-17f,1.2000616529193144e-16f,-0.33125f,0f,0.9799247046208296f,0.1993679344171972f,1.98273693293233f,-1.2246467991473532e-16f,0.1993679344171972f,-0.9799247046208296f,0.022314055327667937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987780704553991f,0.1551135988905204f,0.015134435901338738f,0.19462050014058044f,0.1498445054099142f,0.9185301781869717f,0.36585370841125564f,2.1849158710616456f,0.04284744927389694f,0.3636510459204546f,-0.9305493070717318f,0.15569267959863087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999884597815731f,-0.0013190530020480429f,0.015134435901338738f,0.07943548817372235f,0.004309893847630447f,0.9306623925230642f,0.36585370841125564f,2.194790947381384f,-0.014567630757817144f,0.36587671590636056f,-0.9305493070717318f,0.15770178658286615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9711179668535093f,0.2367304729079695f,0.029809019626209264f,0.057127918315064696f,0.2171887322221414f,0.8253214087013192f,0.5212232026061472f,2.195470368194607f,0.09878739317365133f,0.5126433999731578f,-0.8528996397079291f,0.13435302572897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967418096823115f,-0.07494789643582349f,0.029809019626209264f,0.08616963930288363f,-0.048479582064428484f,0.8520423130266768f,0.5212232026061472f,2.2036825243002665f,-0.06446312864024671f,0.5180798294008323f,-0.8528996397079291f,0.14038664480560653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08189960831908927f,0.029809019626209264f,0.14431212151492198f,0.08540606546800794f,0.8491361357557841f,0.5212232026061472f,2.3087081579338906f,0.0173760604041971f,0.5217856620403767f,-0.8528996397079291f,0.16996218492457166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08583165117743125f,0.015134435901338738f,0.12499999999999999f,0.08540606546800794f,0.9267453091454017f,0.36585370841125564f,2.1001904633761757f,0.0173760604041971f,0.36575409721990737f,-0.9305493070717318f,0.08766751305009264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987780704553991f,-0.1551135988905205f,-0.015134435901338509f,-0.19462050014058047f,-0.1498445054099142f,0.9185301781869717f,0.36585370841125564f,2.1849158710616456f,-0.04284744927389718f,0.36365104592045455f,-0.9305493070717318f,0.1556926795986308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999884597815731f,0.0013190530020479319f,-0.015134435901338509f,-0.0794354881737224f,-0.004309893847630447f,0.9306623925230642f,0.36585370841125564f,2.194790947381384f,0.014567630757816901f,0.36587671590636056f,-0.9305493070717318f,0.15770178658286615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711179668535092f,-0.23673047290796967f,-0.02980901962620906f,-0.05712791831506471f,-0.2171887322221414f,0.8253214087013192f,0.5212232026061472f,2.195470368194607f,-0.09878739317365157f,0.5126433999731577f,-0.8528996397079291f,0.13435302572897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967418096823116f,0.07494789643582334f,-0.02980901962620906f,-0.08616963930288365f,0.048479582064428484f,0.8520423130266768f,0.5212232026061472f,2.2036825243002665f,0.06446312864024648f,0.5180798294008324f,-0.8528996397079291f,0.14038664480560656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08189960831908942f,-0.02980901962620906f,-0.144312121514922f,-0.08540606546800794f,0.8491361357557841f,0.5212232026061472f,2.3087081579338906f,-0.017376060404197344f,0.5217856620403767f,-0.8528996397079291f,0.16996218492457166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08583165117743136f,-0.015134435901338509f,-0.125f,-0.08540606546800794f,0.9267453091454017f,0.36585370841125564f,2.1001904633761757f,-0.017376060404197344f,0.36575409721990737f,-0.9305493070717318f,0.08766751305009261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.441553027366399e-17f,1.2000616529193144e-16f,-1.9734073247205288e-18f,0f,0.9799247046208296f,0.1993679344171972f,1.5917488043074628f,-1.2246467991473532e-16f,0.1993679344171972f,-0.9799247046208296f,0.016114093680679956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0686923765729363e-18f,1.2246001683497691e-16f,-1.5726476835056777e-18f,0f,0.9999619230641713f,0.008726535498373933f,1.2167630831583984f,-1.2246467991473532e-16f,0.008726535498373933f,-0.9999619230641713f,0.012841642868789731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9935718556765875f,-0.108817913252206f,0.031203034512972426f,0.14636504504090608f,-0.10532625884168502f,0.7876041701947682f,-0.6071128810116162f,0.8623167087578947f,0.041489116715070544f,-0.6064967706816302f,-0.7940027206168487f,0.419966023822005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9935718556765875f,-0.06969485759995522f,0.08920534979195105f,0.12499999999999999f,-0.10532625884168502f,0.280333160592723f,-0.9541067541268686f,0.9356031325805201f,0.041489116715070544f,-0.9573692839736486f,-0.285871837189302f,0.0943692487555271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17151028044722008f,0.027164559778537337f,-0.14534533680268535f,0.16156531514937583f,0.9623349005745973f,-0.2186508359845974f,0.9428266243201855f,-0.0636422701333688f,-0.21094018781871865f,-0.9754249835919085f,0.39867383004339135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16156531514937583f,0.18321419368598568f,-0.9697057327729259f,0.9333662028956735f,-0.0636422701333688f,-0.9786355115015346f,-0.195504979681851f,0.059831086932008566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.517293141685716e-17f,-3.8831387857437696e-18f,0.10143790314816939f,0.7704973700239233f,-0.6293203910498374f,1.1186101148841816f,-0.08214279433016923f,-0.6239364678641182f,-0.777145961456971f,0.03170823447582897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.999735815932361e-18f,-0.10143790314816939f,0.6754144722642427f,-0.7304283965324168f,1.0809708441614372f,0.08214279433016898f,-0.7260221744037952f,-0.682747657347586f,0.03266032147976978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.70695202537344e-17f,9.517293141685716e-17f,-3.8831387857437696e-18f,0f,0.777145961456971f,-0.6293203910498374f,1.1186101148841816f,-1.2246467991473532e-16f,-0.6293203910498374f,-0.777145961456971f,0.03170823447582897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1742155192656464e-16f,-3.9273023491755244e-18f,0.08356664615355006f,0.9551711363014271f,-0.28401534470392253f,1.1435884628015731f,-0.024753568319402657f,-0.28293458057074716f,-0.958819734868193f,0.03206885733837598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1742155192656464e-16f,-3.9273023491755244e-18f,-0.08356664615355006f,0.9551711363014271f,-0.28401534470392253f,1.1435884628015731f,0.024753568319402414f,-0.28293458057074716f,-0.958819734868193f,0.03206885733837598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.47818482800391e-17f,1.1742155192656464e-16f,-3.9273023491755244e-18f,0f,0.958819734868193f,-0.28401534470392253f,1.1435884628015731f,-1.2246467991473532e-16f,-0.28401534470392253f,-0.958819734868193f,0.03206885733837598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1394328964996512e-16f,-0.19375f,0.12144386232333464f,0.9224577167076962f,-0.36650122672429725f,1.1560073903898858f,-0.04783800956830044f,-0.36336575792300235f,-0.9304175679820246f,0.032411389353301734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12144386232333466f,0.8870047999649403f,-0.44550406635983375f,1.1562579481915425f,0.04783800956830022f,-0.44307427571392666f,-0.8952076357142641f,0.019759994810953738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.464347236114762e-17f,1.0959785013828998e-16f,-0.00781250000000001f,0f,0.8949343616020251f,-0.44619781310980877f,1.0171098246540164f,-1.2246467991473532e-16f,-0.44619781310980877f,-0.8949343616020251f,0.08189011784621016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.48834554191489e-17f,1.1394328964996512e-16f,0f,0f,0.9304175679820246f,-0.36650122672429725f,1.225f,-1.2246467991473532e-16f,-0.36650122672429725f,-0.9304175679820246f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6467969971128491f,-0.06101038663716383f,-0.7602179800874119f,-0.923390271297901f,0.013706714056273415f,0.9975640502598242f,-0.06839657607654348f,1.8288364887390702f,0.7625390288474293f,0.03381860954561295f,0.646057684059884f,0.4214318524435592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3039195828407443f,-0.06101038663716383f,-0.9507421416389891f,-0.8779393693998069f,-0.013706714056273408f,0.9975640502598242f,-0.06839657607654348f,1.8288364887390702f,0.9525990831171777f,0.03381860954561295f,0.30234299808779086f,0.5034274499878776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48480962024633667f,-0.06101038663716383f,-0.872489177491037f,-0.7697914437251984f,3.469446951953614e-18f,0.9975640502598242f,-0.0697564737441253f,1.839299959800689f,0.874619707139396f,0.03381860954561295f,0.483628648377863f,0.3898853539590389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3675157610090248f,0.023805551291206588f,-0.9297125690973951f,0.734948435246187f,-0.8989248557790596f,0.24723404738178645f,0.36167586244843253f,2.1119064363457745f,0.23846649465397532f,0.968663316918186f,-0.06946300730966967f,-0.4206624421743191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6029687442474714f,0.023805551291206588f,-0.797409549220693f,0.7222885228954875f,-0.7764101722008249f,0.24723404738178645f,-0.5797090393622527f,2.2019863933739803f,0.1833464970042036f,0.968663316918186f,0.16755727526235686f,-0.44334261988678797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13503906507412886f,0.023805551291206588f,-0.9905542623358028f,0.8772016184212077f,-0.9608528749675302f,0.24723404738178645f,-0.1250483045940729f,2.1757036605489883f,0.24192189559966779f,0.968663316918186f,0.05625988701127215f,-0.44044151408224436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9.mcfunction new file mode 100644 index 000000000..1e749b78f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90.mcfunction new file mode 100644 index 000000000..86fb4cf10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..bd9f3626b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7315139493395497f,-0.17905816000499586f,0.31586383411483526f,0.37041104241345446f,-0.13579444482755296f,0.7938140811367107f,0.1355120577199714f,1.3005939929896115f,-0.33673677423185544f,0.06886090595649673f,-0.7408177677102645f,-0.2587092410285522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7291624719722426f,0.11217315898624118f,0.30941763341861417f,0.37041104241345446f,0.17468256884005906f,0.7693272160889933f,0.13274650552160466f,1.3005939929896115f,-0.27894101457255527f,0.1885545464522318f,-0.7256990377569938f,-0.2587092410285522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3658204995713281f,-0.11457653814250263f,0.7211047243258831f,0.3317512621004596f,0.27243738032809905f,0.7697202448847579f,-0.015907949552206847f,1.3150393867234123f,-0.6774198700494332f,0.24768408500804506f,0.38301352213777107f,-0.3659221897311565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3740283575626644f,0.033441821299210514f,0.7063883013804569f,0.3317512621004596f,-0.041985174560593724f,0.7987455201473767f,-0.015583297520529157f,1.3150393867234123f,-0.7059320313288612f,-0.029786551205007367f,0.3751969196451635f,-0.3659221897311565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3007468412453689f,-0.6775099833521752f,-1.3754773025895657f,-0.25819482369157454f,1.5056027202358229f,0.3956303053337173f,0.1343255758224806f,1.631791529490448f,0.29003109540086247f,-1.3512450310582773f,0.7289890806732916f,-0.9819069483636035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4425375169263518f,-0.04291074361488096f,0.8957227328783594f,-0.1376429245648082f,0.2055662903234374f,0.9674018441721572f,0.1479059571990581f,1.605819255979112f,-0.8728705782619318f,0.24958433439366204f,-0.4192906076099888f,-0.7648431413095353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.32961314973638006f,-0.04291074361488096f,0.9431404135139584f,-0.04235307902729271f,0.22211918867270364f,0.9674018441721572f,0.1216418427831856f,1.5339805698194025f,-0.9176155172752053f,0.24958433439366204f,-0.30933706936128774f,-0.4599929359085753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5185060695235232f,-0.09705071246340036f,0.8495484771792683f,0.10715869570514913f,0.28930765223218907f,0.9548538025440192f,-0.06749294872152099f,1.3532017240584437f,-0.804644355120426f,0.28077637895231417f,0.5231750058969371f,0.4158848446455574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14096153329499073f,-0.09705071246340036f,0.9852466723320976f,0.15001202259341745f,0.29245134409940193f,0.9548538025440192f,0.05221519991037425f,1.4412289655730928f,-0.9458340538728655f,0.28077637895231417f,0.16298026738488314f,0.0979478418432273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.31475417301039416f,0.5687489249162714f,0.7599042511916407f,-0.22797815890445275f,0.022738930678834687f,0.8048844508820205f,-0.5929957518902907f,1.1522893853167664f,-0.9489008123108159f,-0.1693684773945069f,-0.26627348208362844f,-0.27678580677672165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.31809849330435985f,0.21329331765007933f,0.9237528398891764f,-0.18221220659575554f,0.04299952720527282f,0.9766067325720899f,-0.21069012923008404f,1.3340863343663452f,-0.9470820393279662f,-0.02729927729242794f,-0.31982864199707317f,-0.2839033502815336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.31543015799552404f,0.5320349785017437f,0.7857751568213185f,-0.12177025297394947f,0.12609275101901804f,0.8442043262273108f,-0.5209795329180872f,1.1129134415474935f,-0.9405341214264238f,-0.06525210517478611f,-0.33337325808001456f,-0.0030147930221760214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3208636296243879f,0.20770293611418006f,0.9240703552835208f,-0.07705051273201872f,0.13430898475901942f,0.9757764170275587f,-0.17268897065493682f,1.2947922136735674f,-0.9375540665995029f,0.06870134134359368f,-0.34098753335030585f,0.00773553639630839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8475267533698462f,0.029074778848607277f,0.5299557147132884f,0.2991730936038654f,0.0994403104703976f,0.9895154538164355f,0.10474154530082597f,1.993548108806362f,-0.52135403228125f,0.1414702226384006f,-0.8415320250178973f,0.06967745707292244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8475267533698462f,0.029074778848607277f,0.5299557147132884f,0.3770043477535295f,0.0994403104703976f,0.9895154538164355f,0.10474154530082597f,1.87594918530862f,-0.52135403228125f,0.1414702226384006f,-0.8415320250178973f,-0.007349171891758627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8475267533698462f,0.029074778848607277f,0.5299557147132884f,-0.19874887400091923f,0.0994403104703976f,0.9895154538164355f,0.10474154530082597f,2.0519692912077208f,-0.52135403228125f,0.1414702226384006f,-0.8415320250178973f,-0.23661803689231195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8475267533698462f,0.029074778848607277f,0.5299557147132884f,-0.18448212635399358f,0.0994403104703976f,0.9895154538164355f,0.10474154530082597f,1.9418283909952585f,-0.52135403228125f,0.1414702226384006f,-0.8415320250178973f,-0.3527462182780867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.842010025863122f,0.025928668633912327f,0.5388383992338123f,0.21525905278493704f,0.24902183663827987f,0.9047385019296955f,0.3455956712739737f,2.0975081355482468f,-0.478547010463217f,0.4251775479360163f,-0.7682556940939874f,0.035079805457192414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8356996226161675f,-0.10610994425753839f,0.5388383992338123f,0.11792967123077906f,0.1044236810505443f,0.9325552674413169f,0.3455956712739737f,2.118933894870059f,-0.5391677249196667f,0.34508166120081846f,-0.7682556940939874f,-0.023546715408102853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8641114451425697f,-0.07482478421199357f,0.49770740605424835f,0.12248240889655795f,0.30097864373486466f,0.7157580827946282f,0.6301604739506278f,2.1285615124914044f,-0.4033897202323595f,0.6943281778682089f,-0.5959740892262614f,-0.07072899669589872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7986966907861187f,-0.3381877201881443f,0.49770740605424835f,0.1435436185960286f,0.06506628894494976f,0.7737339045907532f,0.6301604739506278f,2.13277520813232f,-0.5982056286681323f,0.5356910591009458f,-0.5959740892262614f,-0.04868504423630904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.841767624252177f,-0.20908037860975184f,0.49770740605424835f,0.17700192792449707f,0.18530386440486468f,0.7540293461841813f,0.6301604739506278f,2.225964026750061f,-0.5070401804566076f,0.6226757907398193f,-0.5959740892262614f,0.025355688828404943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.841767624252177f,-0.0328701425611207f,0.5388383992338123f,0.1843977100007492f,0.18530386440486468f,0.9199054896201649f,0.3455956712739737f,2.0189852915855244f,-0.5070401804566076f,0.39076008482788593f,-0.7682556940939874f,-0.06256533025786926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8416405901211927f,-0.10386557419654405f,0.5299557147132884f,-0.10056037538618295f,-0.05657828543004305f,0.9928887683450709f,0.10474154530082597f,2.1501177541558243f,-0.5370661176040122f,0.05817075030486195f,-0.8415320250178973f,-0.18856190066003675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8475267533698462f,0.02907477884860727f,0.5299557147132884f,-0.0026449984820647067f,0.09944031047039761f,0.9895154538164355f,0.10474154530082597f,2.1486354467745947f,-0.52135403228125f,0.14147022263840056f,-0.8415320250178973f,-0.12708408063076101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8293854123125285f,-0.1768241450874419f,0.5299557147132884f,0.016160174053274856f,-0.1428989460434525f,0.9841794043301586f,0.10474154530082597f,2.1421399049749494f,-0.5400923338308437f,0.011140996653343449f,-0.8415320250178973f,-0.11604997225513015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8434340667478138f,0.08812443186751276f,0.5299557147132884f,-0.008218363327658528f,0.16822318764549665f,0.9801684384973754f,0.10474154530082597f,2.154930676765966f,-0.5102155761907237f,0.1774934271505428f,-0.8415320250178973f,-0.12981037548892221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8468356921437254f,-0.04490268315128766f,0.5299557147132884f,-0.03758708205075205f,0.012819955729549706f,0.9944168428898857f,0.10474154530082597f,2.2675891588533483f,-0.5317000651180603f,0.09549288781227458f,-0.8415320250178973f,-0.17141793857042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8468356921437254f,-0.04490268315128766f,0.5299557147132884f,-0.027483978341712338f,0.012819955729549706f,0.9944168428898857f,0.10474154530082597f,2.043845369203124f,-0.5317000651180603f,0.09549288781227458f,-0.8415320250178973f,-0.19290383832818175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8475267533698462f,0.029074778848607277f,0.5299557147132884f,0.046994925584816945f,0.0994403104703976f,0.9895154538164355f,0.10474154530082597f,1.5210154870227501f,-0.52135403228125f,0.1414702226384006f,-0.8415320250178973f,-0.17394019761339655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3365174203639577f,-0.06038179588441027f,0.9397393598851549f,0.0696380990414708f,0.1257411862168888f,0.986124146247296f,0.10838967790712954f,1.1512189321800141f,-0.9332444373690941f,0.15463895665004665f,-0.3242554752133385f,-0.23192980635716404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.587554775941154f,-0.4773677891877667f,0.6533753738202293f,-0.002599789727681906f,-0.29108564381087787f,0.8780853888017359f,0.37978309327840093f,0.6759127104357954f,-0.7550155847636173f,0.032955178938794905f,-0.6548781741249017f,0.05070022638475499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.587554775941154f,0.3678193489178753f,0.7207553758595011f,0.1633320312341482f,-0.29108564381087787f,0.735016808974363f,-0.6123883069526649f,0.8517807087386552f,-0.7550155847636173f,-0.5696132170927699f,-0.32479570452405626f,-0.14623171303342994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6012273123767072f,0.13596136269730746f,0.7874263309705694f,-0.13654090449941855f,0.11685319107483144f,0.9897846616423497f,-0.08168020147605204f,0.5124391521894109f,-0.7904878560660564f,0.042904911502422705f,-0.6109730910449813f,-0.2839813984922382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6012273123767072f,0.40271026513682284f,0.6901812524299042f,0.023378911198308434f,0.11685319107483144f,0.8987460084433911f,-0.42261204909787065f,0.8620126944016229f,-0.7904878560660564f,-0.1734360246906677f,-0.5874086267255426f,-0.35393740937910556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5500939497006775f,0.4451849450296879f,0.7065458309420715f,0.06780781578518948f,0.11783547949643099f,0.8789720429524132f,-0.462085433096421f,1.0382821546350427f,-0.8267475105947127f,-0.17093423421589524f,-0.5359757842463323f,-0.23005716672971888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6875297550983885f,0.24641038998279502f,0.683070095643834f,0.07180384391049988f,-0.26333038954715654f,0.792031116693177f,-0.5507665713627704f,1.0063878661937122f,-0.6767273762714883f,-0.5585415202993291f,-0.47965761570772714f,-0.24028833230568997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6126773764102519f,0.35704549110859085f,0.7050850655871784f,0.07450241874347556f,-0.019271517223725814f,0.8851221166325115f,-0.46495961896908655f,1.0548781943219023f,-0.7900981211589774f,-0.29845829847234556f,-0.5354134878895435f,-0.23565325982607535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.617335612496034f,-0.009964296763629185f,0.7866367995041631f,0.06420070014342312f,0.15813436570834608f,0.9779389347560711f,0.13648795650232276f,1.0276578560702512f,-0.7706427602502769f,0.20865318755812778f,-0.6021408335229119f,-0.2277676823544086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5748607294601612f,-0.1841513318011871f,0.7972599505308042f,0.06428537952850631f,-0.19389071550375092f,0.9772531754146012f,0.08592218330281268f,1.026883853608817f,-0.7949475027735953f,-0.1051880132806381f,-0.5974897067699972f,-0.22783250123339868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6078290618402545f,-0.10838070514737919f,0.7866367995041631f,0.06284594132908088f,0f,0.9906417302586339f,0.13648795650232276f,1.0400408776984842f,-0.7940679011157649f,0.08296134655330034f,-0.6021408335229119f,-0.22673066552249235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5598006939416875f,0.2079869963104963f,0.8021001137190686f,-0.05545163365690205f,0.15473256276059474f,0.9771984152032775f,-0.14539976391226095f,1.0946062053336911f,-0.8140522201210091f,0.04271611744927478f,-0.5792187119095136f,-0.3801750949057793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6475093511220167f,0.06903674486782346f,0.7589239540741879f,0.19966436983550606f,-0.21440146128471838f,0.9391570734627289f,-0.26835797875952855f,1.0869353132083575f,-0.7312753610019432f,-0.3364787054524806f,-0.5933114082575023f,-0.08746325173698108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6078290618402545f,0.006972061419653397f,0.7940372925385537f,0.059347386803085336f,0f,0.999961453451061f,-0.00878018291616722f,0.9328893805632614f,-0.7940679011157649f,-0.005336850344719748f,-0.6078056321275759f,-0.23389123312216192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6078290618402545f,0.02082886109667227f,0.7937946775632926f,0.06875000000000003f,0f,0.9996559191574318f,-0.02623057935902599f,1.15625f,-0.7940679011157649f,-0.015943708443323112f,-0.6076199195045191f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7506415973189526f,0.19815949982963166f,-0.6302935863561681f,-0.23580143896971653f,-0.24435880801425075f,0.9695864818981871f,0.013814017017181254f,0.8024832781901976f,0.6138615196608309f,0.14364841366185238f,0.7762339646859878f,1.1344870983425934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8884748324830503f,0.19815949982963166f,-0.4139387450716409f,-0.2478262623605175f,0.1157902458769401f,0.9695864818981871f,0.2156262346748516f,0.7912667218098024f,0.44407779836867817f,0.14364841366185238f,-0.8843981242904463f,1.2267836583293312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12826478283521003f,0.19815949982963166f,-0.9717411991428097f,-0.09605267079369553f,-0.11964326805754934f,0.9695864818981871f,0.21351239432128016f,0.764848140851808f,0.9844966398585344f,0.14364841366185238f,-0.10065534938435983f,1.1957336807436163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7896106923391051f,-0.32001569787896f,0.5235502914284371f,0.21527984549930343f,0.32579165572077723f,0.9416811172631074f,0.08424055111892594f,2.229913915841134f,-0.5199757221317876f,0.10405107640552312f,0.8478199230334107f,-1.4651084659979572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.710077033245843f,-0.32001569787896f,0.6272005739536788f,0.20915570541364228f,-0.16569120918261582f,0.9416811172631074f,0.2928875152506649f,2.217586084158866f,-0.6843515398217386f,0.10405107640552312f,-0.7216899219488018f,-1.3723745349143195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06532416091371868f,-0.32001569787896f,0.9451575038648113f,0.07044414987675113f,0.13149687127752305f,0.9416811172631074f,0.30975029658473024f,2.1772874555122903f,-0.9891619315588027f,0.10405107640552312f,0.10359559186428191f,-1.4342808392357806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009497329091253979f,0f,0.000012407310954933826f,-0.48155868827092035f,0f,0.000015625f,0f,1.3223725f,-0.000012407310954933826f,0f,-0.000009497329091253979f,0.18090129493887191f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91.mcfunction new file mode 100644 index 000000000..01eadd09b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..002551c58 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7215158934101161f,-0.17146370930517965f,0.3419933572342531f,0.372887263242922f,-0.12605406464571164f,0.7958324453113714f,0.13306215172039698f,1.2975712959473416f,-0.3612058039225579f,0.06477159736702545f,-0.7295748432009062f,-0.25260303663273026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7172670241039912f,0.1152983186944917f,0.33501390096416633f,0.372887263242922f,0.18425448631173613f,0.7675024747628826f,0.1303465976036542f,1.2975712959473416f,-0.3026190681483952f,0.19402641299337098f,-0.714685560686602f,-0.25260303663273026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.37609086296180255f,-0.11055595662509893f,0.7164338683338471f,0.33730661440295306f,0.26975440734537026f,0.7704941977563688f,-0.02270892745071211f,1.3123732094773015f,-0.6728541201173098f,0.24710426164459995f,0.39134545016223504f,-0.3591168089236261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3818160818983988f,0.04093063522896657f,0.7018127689800953f,0.33730661440295306f,-0.04470346625014884f,0.7984401910769143f,-0.022245479951717988f,1.3123732094773015f,-0.7015825537376035f,-0.02859972679613859f,0.38335880832218944f,-0.3591168089236261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5391324922243446f,-0.6237047842031977f,-1.3273035628634502f,-0.23666786101742684f,1.4547222711911263f,0.4066124652373923f,0.39981954281163035f,1.63665774624176f,0.18581043977262915f,-1.373704806454288f,0.7209825484683309f,-0.9882374059701794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.41633624014340787f,-0.0382275171070473f,0.9084067327354421f,-0.12233934007327937f,0.2121570612253386f,0.9674502743956543f,0.13794690262561568f,1.6089200816152167f,-0.8841117104277483f,0.25015719759304067f,-0.3946743720802224f,-0.7680474368596977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.30421925913856607f,-0.0382275171070473f,0.9518347016709428f,-0.03407380200658401f,0.22718929467039067f,0.9674502743956543f,0.11146744349335172f,1.5357022526530577f,-0.9251138669138802f,0.25015719759304067f,-0.28563212308149794f,-0.46140512624630003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5167776839270285f,-0.0953350565245634f,0.8507949532011074f,0.10015096734230061f,0.28450638951493507f,0.9564243651385431f,-0.06563953149216187f,1.3534510212868027f,-0.8074632745333945f,0.27597764541134995f,0.5213822009936807f,0.41825442318164185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14875362935663589f,-0.0953350565245634f,0.9842680451740202f,0.14558397503242973f,0.28781533642082624f,0.9564243651385431f,0.04914026750335296f,1.4399374408860368f,-0.9460627304117815f,0.27597764541134995f,0.16971048688579038f,0.10025272245956415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.29553244841469367f,0.5895328491906457f,0.7517390449212918f,-0.22770894453507973f,0.013399039021722021f,0.789367632789609f,-0.6137745563783361f,1.1558023014391423f,-0.9552387333474867f,-0.17131771662407969f,-0.24118292286851634f,-0.2809840423465906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.29694064358668487f,0.228352367919046f,0.9271900831286378f,-0.17909793753070463f,0.03669457617837278f,0.9729970376790243f,-0.2278821466173527f,1.336814982587601f,-0.9541906320360806f,-0.03364462414127643f,-0.2973016599364646f,-0.2891505447476828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2962938536044676f,0.5452537847700718f,0.7841608651993075f,-0.12771221352441198f,0.12262667193414259f,0.8359499661719092f,-0.5349302322616846f,1.114623743888014f,-0.9471919824653134f,-0.062337502765958515f,-0.31454949388344844f,-0.006143402831508705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.30009482898090606f,0.2185253462983338f,0.9285417420041568f,-0.08093532520594844f,0.1339147140739363f,0.9734180347387404f,-0.1858068324897229f,1.295978332698467f,-0.9444627800889862f,0.0685857322667141f,-0.3213814779293012f,0.004707787731442065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8357510833432972f,0.03639353221329734f,0.5479011201882552f,0.30161141451031703f,0.1087518555367896f,0.9890067403657767f,0.10019332027818029f,1.9907662289626258f,-0.5382315120910429f,0.14332193943740945f,-0.8305213188522549f,0.0755213163883155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8357510833432972f,0.03639353221329734f,0.5479011201882552f,0.37976861862667743f,0.1087518555367896f,0.9890067403657767f,0.10019332027818029f,1.8724553156103534f,-0.5382315120910429f,0.14332193943740945f,-0.8305213188522549f,-0.00007161798034552302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8357510833432972f,0.03639353221329734f,0.5479011201882552f,-0.18939234695387008f,0.1087518555367896f,0.9890067403657767f,0.10019332027818029f,2.0546579440904895f,-0.5382315120910429f,0.14332193943740945f,-0.8305213188522549f,-0.24068969696517223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8357510833432972f,0.03639353221329734f,0.5479011201882552f,-0.17391647408825694f,0.1087518555367896f,0.9890067403657767f,0.10019332027818029f,1.9445034199034765f,-0.5382315120910429f,0.14332193943740945f,-0.8305213188522549f,-0.3566499947406614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8304169960449607f,0.014403693114457064f,0.556956143968561f,0.21817181645500106f,0.25768247287983287f,0.8962484632450299f,0.3610241478093344f,2.0941494049497282f,-0.4939710070947465f,0.4433184247869544f,-0.7479715358181855f,0.04090880965395606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8224464188526099f,-0.11567947878594922f,0.556956143968561f,0.1222725694727158f,0.11430582514826843f,0.9255245772186265f,0.3610241478093344f,2.1166425882012883f,-0.5572396849235443f,0.3605863490928266f,-0.7479715358181855f,-0.01964308346626277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8567415418986273f,-0.10735958353353395f,0.5044480649270735f,0.12999143272866737f,0.3051402345501793f,0.6830196462895208f,0.6636065099448614f,2.128861216733594f,-0.41579245741574533f,0.7224666653943584f,-0.5524115764085068f,-0.06909974029116958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.781633690382568f,-0.36685272773997324f,0.5044480649270735f,0.15031750516807488f,0.07914093025735218f,0.7438838035048225f,0.6636065099448614f,2.132419214268516f,-0.6186966035278753f,0.5586196944549481f,-0.5524115764085068f,-0.046264306033651226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8293988928197644f,-0.2400617136918755f,0.5044480649270735f,0.17999876613295437f,0.19453563893240883f,0.7223449903916825f,0.6636065099448614f,2.2227405810175944f,-0.5236920486072979f,0.6485276312350614f,-0.5524115764085068f,0.03277187547433377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8293988928197644f,-0.04355835493932837f,0.556956143968561f,0.18979939599430323f,0.19453563893240883f,0.9120402676876187f,0.3610241478093344f,2.0175315207878803f,-0.5236920486072979f,0.40778084779851564f,-0.7479715358181855f,-0.05897881528033211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8311548034006414f,-0.09479480618945477f,0.5479011201882552f,-0.09118989081111506f,-0.04730180061852894f,0.9938429645723104f,0.10019332027818029f,2.151735301507904f,-0.5540254799576335f,0.0573594498720549f,-0.8305213188522549f,-0.1905323589850904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8357510833432972f,0.03639353221329734f,0.5479011201882552f,0.005442859279024274f,0.1087518555367896f,0.9890067403657767f,0.10019332027818029f,2.1491753171966175f,-0.5382315120910429f,0.14332193943740945f,-0.8305213188522549f,-0.12709184578301544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8197300966991439f,-0.16687399756123616f,0.5479011201882552f,0.023953390058856952f,-0.13374092473820562f,0.9859384684765087f,0.10019332027818029f,2.142473985716216f,-0.5569164511987251f,0.008854677641164987f,-0.8305213188522549f,-0.11568875270970186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8311765512346827f,0.09460392789981927f,0.5479011201882552f,-0.000009191758897676011f,0.1774765641996394f,0.9790114236981737f,0.10019332027818029f,2.1555307048511687f,-0.5269227740736876f,0.1805179467377151f,-0.8305213188522549f,-0.12992189653172437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.835742703482286f,-0.03658546258522709f,0.5479011201882552f,-0.027370103923197137f,0.022140404854369633f,0.9947216198738813f,0.10019332027818029f,2.268531849143701f,-0.5486747087747025f,0.09586658898128353f,-0.8305213188522549f,-0.17196671078230408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.835742703482286f,-0.03658546258522709f,0.5479011201882552f,-0.019138374841521054f,0.022140404854369633f,0.9947216198738813f,0.10019332027818029f,2.044719484672078f,-0.5486747087747025f,0.09586658898128353f,-0.8305213188522549f,-0.19353669330309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8357510833432972f,0.03639353221329734f,0.5479011201882552f,0.049556915311193224f,0.1087518555367896f,0.9890067403657767f,0.10019332027818029f,1.5211285070338254f,-0.5382315120910429f,0.14332193943740945f,-0.8305213188522549f,-0.17375645703925188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3141203594392198f,-0.05334963702315744f,0.9478830181068089f,0.06956302919487727f,0.1306772796452285f,0.9864869643116816f,0.0988277179117557f,1.1511958954169448f,-0.9403466639331998f,0.15491057250110515f,-0.3029040543754436f,-0.2318479217271663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5763026259767408f,-0.478034198984976f,0.6628412991758323f,-0.024449157116636727f,-0.30258374174325037f,0.8782473402266902f,0.37030350878353624f,0.697351344387664f,-0.7591563491962422f,0.012841884033772344f,-0.650781625039841f,0.058120503771870585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5763026259767408f,0.41461655342972703f,0.7042502374258507f,0.15639315826062683f,-0.30258374174325037f,0.692247934632138f,-0.6551609544456942f,0.851343181997809f,-0.7591563491962422f,-0.5906656504483678f,-0.27348807443001916f,-0.14054124465624118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5841886605946588f,0.14682376812783915f,0.7982270290746619f,-0.1443509752939105f,0.11397642452683161f,0.9885959023610977f,-0.09842518217877988f,0.5140090535864885f,-0.8035751262232413f,0.033480187388798544f,-0.5942609641964656f,-0.28033691610127043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5841886605946588f,0.4155806632366372f,0.697148708079141f,0.020605064561935407f,0.11397642452683161f,0.8924566629623069f,-0.4364979718008582f,0.8612470836481994f,-0.8035751262232413f,-0.17553864838826813f,-0.5687294606729302f,-0.35100672282004525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5348668726654986f,0.46050412173104877f,0.7084161082257694f,0.06568923280314826f,0.11035881078337909f,0.869317953031729f,-0.481775081774891f,1.0381206011544448f,-0.8376982520021798f,-0.17950557207351533f,-0.5157900621251369f,-0.22849155202829963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6803797680626633f,0.26637600099481307f,0.682735085743371f,0.06932920758532603f,-0.2666157013531562f,0.7777986593658835f,-0.5691619394167171f,1.0060132100943466f,-0.6826415157335226f,-0.5692741620543177f,-0.4581784471299293f,-0.2381743536837626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5981880032615997f,0.3775578510789802f,0.7068388655432887f,0.07276844251087913f,-0.02088791334784274f,0.8744077845413744f,-0.48474191216503904f,1.0545157471145956f,-0.8010835211323932f,-0.30473118550957007f,-0.5151738509940684f,-0.23420526175660406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5995857178006778f,-0.00010803901598147037f,0.8003105368149399f,0.062194903486460514f,0.15254012045797924f,0.9816521225759456f,0.11441425563628688f,1.028848126793303f,-0.7856388983878734f,0.19068061928185429f,-0.5885681122607455f,-0.22642922031113646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5626689344727214f,-0.16576101614820732f,0.8098931754897348f,0.06227007228969468f,-0.19580850369502273f,0.9785357548472051f,0.0642402238969216f,1.0280379566442042f,-0.8031579546141897f,-0.12243799251508544f,-0.5830490870662841f,-0.22648450130343292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5924587133034122f,-0.09217221758126626f,0.8003105368149399f,0.06104275076669469f,0f,0.993433127144044f,0.11441425563628688f,1.0412660408826035f,-0.8056008149393007f,0.06778572267784222f,-0.5885681122607455f,-0.22558189877766344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5435068324321415f,0.22142042917553903f,0.8096748215446127f,-0.053643450614777904f,0.14801374819347982f,0.9747481758632964f,-0.1672062319319862f,1.0947277721566069f,-0.8262519309782563f,0.028965275674437185f,-0.5625555611313489f,-0.38174256590081623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6375173695233555f,0.08949821329754978f,0.7652200163172471f,0.19585282006159874f,-0.21619871435475332f,0.9325392667085073f,-0.28918615450624713f,1.0873564160449347f,-0.739479357025856f,-0.3498007802497095f,-0.5751605816372688f,-0.08422082056949667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5924587133034122f,0.024514053536767715f,0.8052277530053605f,0.055504888304626195f,0f,0.9995369146517455f,-0.030429529218654976f,0.9330686461074809f,-0.8056008149393007f,-0.01802823972731291f,-0.5921843543538358f,-0.23120694910933803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5924587133034122f,0.038563481947707666f,0.8046772836926206f,0.06875000000000003f,0f,0.9988536118266592f,-0.04786921913753686f,1.15625f,-0.8056008149393007f,-0.02836053597706416f,-0.5917795256412884f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7414649994352626f,0.2780747838066316f,-0.6106587174710281f,-0.4249352512641294f,-0.31715603466161757f,0.9472447995401883f,0.046252993652166355f,0.8014715399394043f,0.591305085628548f,0.15937912145247757f,0.7905419605276187f,1.1213916210513875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8540835940762846f,0.2780747838066316f,-0.43956299769274376f,-0.43453681362006297f,0.16789523013662877f,0.9472447995401883f,0.27301736472509763f,0.7887459600605957f,0.492293008306135f,0.15937912145247757f,-0.8557136726837613f,1.2137763173872698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.10241666512995828f,0.2780747838066316f,-0.9550838922914326f,-0.28647344859838125f,-0.1357395187072919f,0.9472447995401883f,0.29034819235735093f,0.7515565211463974f,0.9854367609160772f,0.15937912145247757f,-0.05926791611205551f,1.176474156636137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7734016950587347f,-0.38168788150850697f,0.5061266434301044f,0.335607684510703f,0.3719729144264308f,0.9197589401632691f,0.1252183809304652f,2.205800729360325f,-0.5133088436929402f,0.09142129456143078f,0.8533206770536672f,-1.458869915256801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6729905414054708f,-0.38168788150850697f,0.6335598569103944f,0.32800271252540125f,-0.2087519202731743f,0.9197589401632691f,0.3323644502229476f,2.193438645639676f,-0.7095818254162333f,0.09142129456143078f,-0.6986671453129012f,-1.3662502316728757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08111970117655232f,-0.38168788150850697f,0.9207246902253545f,0.19369649498424893f,0.13186222635359163f,0.9197589401632691f,0.36966991391079435f,2.144169200413381f,-0.9879432915618696f,0.09142129456143078f,0.12494078420840443f,-1.431301191096099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009257167395365815f,0f,0.000012587512733426575f,-0.48937663103403656f,0f,0.000015625f,0f,1.3223725f,-0.000012587512733426575f,0f,-0.000009257167395365815f,0.17025094151427145f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92.mcfunction new file mode 100644 index 000000000..1bfa4cf18 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..b01d36ee7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7047354238242242f,-0.16256699839506422f,0.3792946056623461f,0.3760005095136799f,-0.11423863436755925f,0.798146503879227f,0.1298311873459017f,1.294906931258661f,-0.3965374651525006f,0.058979435590981136f,-0.7114941386633085f,-0.24895715644030622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6987451404166345f,0.11705950865566565f,0.37155389942433903f,0.3760005095136799f,0.19581522369352217f,0.7651674627800192f,0.127181571277618f,1.294906931258661f,-0.3367664278309132f,0.20202926851345598f,-0.6969738501191594f,-0.24895715644030622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3710161023996789f,-0.1037232780441964f,0.7200923397706448f,0.34393359584059957f,0.2676465453752097f,0.7710965501144551f,-0.02683060928763748f,1.3096478165572734f,-0.6765033798535756f,0.24818548796776246f,0.3843066289479495f,-0.3520650855755363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.37466190690346457f,0.045211985533730306f,0.7053965777345093f,0.34393359584059957f,-0.04683693968637008f,0.7981951531941089f,-0.02628304583278774f,1.3096478165572734f,-0.7052905476442137f,-0.02898920111922458f,0.37646363652044035f,-0.3520650855755363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7616037050928215f,-0.5788089545313839f,-1.2354538601433773f,-0.21862652284434103f,1.3615689427358415f,0.41224793527577025f,0.6462104177727771f,1.6410228314126365f,0.0865797930587123f,-1.3915595869437827f,0.705317024761745f,-0.992756089702504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3954299275067443f,-0.0331377493753028f,0.9178981762692148f,-0.10923965817028104f,0.21789035028431206f,0.9674379032068895f,0.1287932400851725f,1.6117416319320517f,-0.8922774051184927f,0.2509298567428689f,-0.3753335041133584f,-0.7702676025262708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.28338343212353667f,-0.0331377493753028f,0.9584339935354049f,-0.026551161626653566f,0.2316691944331599f,0.9674379032068895f,0.10194747563989934f,1.537300332173536f,-0.9306036829652975f,0.2509298567428689f,-0.26647887767406175f,-0.46238297441593795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5128694124072358f,-0.09264991389810995f,0.8534523766864378f,0.09498972010817026f,0.2802357534065302f,0.9577665608911461f,-0.06442932058791984f,1.3535571910471311f,-0.81143877669836f,0.27221169756904157f,0.5171729917318284f,0.42037111261819404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1534180932015043f,-0.09264991389810995f,0.9838083564053963f,0.14195078725843824f,0.283854612340324f,0.9577665608911461f,0.045932275056553874f,1.4387301267666517f,-0.9465143674195015f,0.27221169756904157f,0.17323782489699469f,0.10223691166201507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.27917761412679215f,0.6097777224931781f,0.741775565060959f,-0.22753754110070776f,0.0052693843506596335f,0.773451410286072f,-0.6338336923160924f,1.159266808779565f,-0.9602250222520954f,-0.17304347741974802f,-0.2191434725549546f,-0.28449400855082657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.278644097153927f,0.24351742135447502f,0.9290084674631014f,-0.17607172167509932f,0.030878132450677206f,0.9690912139487928f,-0.2447626605175168f,1.3394416447667292f,-0.9598979154356111f,-0.039515624050770304f,-0.27755090956119527f,-0.2936378812451035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2799372311560907f,0.5581863258734335f,0.781065408413776f,-0.13296254197544566f,0.11966376914980283f,0.8275373486454521f,-0.5485093608587901f,1.1163668900924413f,-0.9525312220423666f,-0.06008296101868402f,-0.2984531936999553f,-0.008891966598480548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2820764684452405f,0.22943855005439778f,0.9315529065481988f,-0.08412060817431986f,0.13354490734623997f,0.9709198453826862f,-0.19869678297331628f,1.2971725062081116f,-0.9500519057774399f,0.06835645976055632f,-0.30451399103761706f,0.0020216571626386626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8241104157306477f,0.043843003521967766f,0.5647298590710713f,0.3042275862486955f,0.1180762717286443f,0.9883944213899382f,0.09557437846992438f,1.9879007329520717f,-0.5539855744863065f,0.14544503706700246f,-0.8197229559147746f,0.08126703316123612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8241104157306477f,0.043843003521967766f,0.5647298590710713f,0.3825947756862617f,0.1180762717286443f,0.9883944213899382f,0.09557437846992438f,1.8688836680700607f,-0.5539855744863065f,0.14544503706700246f,-0.8197229559147746f,0.0070118354540871786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8241104157306477f,0.043843003521967766f,0.5647298590710713f,-0.17993728299306f,0.1180762717286443f,0.9883944213899382f,0.09557437846992438f,2.0572705425926503f,-0.5539855744863065f,0.14544503706700246f,-0.8197229559147746f,-0.24419949184946893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8241104157306477f,0.043843003521967766f,0.5647298590710713f,-0.16337837473529226f,0.1180762717286443f,0.9883944213899382f,0.09557437846992438f,1.9471091980902875f,-0.5539855744863065f,0.14544503706700246f,-0.8197229559147746f,-0.36000360764309086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8189300315941482f,0.0031265637243320585f,0.5738848560055276f,0.2212516262052739f,0.2663521140559212f,0.8878328358406962f,0.37524579536752783f,2.0907508195131297f,-0.5083405892619133f,0.4601554956776512f,-0.72790573916305f,0.04662178844073049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8093367462923782f,-0.12502081086115946f,0.5738848560055276f,0.1267682808349552f,0.12418522282600925f,0.9185687908320451f,0.37524579536752783f,2.1143118651826445f,-0.5740662518669093f,0.3749682298021692f,-0.72790573916305f,-0.015723341277573327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8493653114678597f,-0.13906754998240084f,0.5091549707279686f,0.13760505615385374f,0.30933466344616384f,0.6504642989710139f,0.6936917627843042f,2.1291748887820594f,-0.4276571449955616f,0.7466970016720569f,-0.5094633981241496f,-0.06709869805067484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7648201778759214f,-0.3947294152921033f,0.5091549707279686f,0.1572096739417522f,0.09319022477021244f,0.7142179781078613f,0.6936917627843042f,2.1320794062024753f,-0.6374681776536942f,0.5779977235687632f,-0.5094633981241496f,-0.04355112142493875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8171532572568101f,-0.27022540579595256f,0.5091549707279686f,0.18314572391644565f,0.2037712057903976f,0.6908466066616608f,0.6936917627843042f,2.2194484536126313f,-0.539201121888033f,0.6706036058108255f,-0.5094633981241496f,0.039992971110692194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8171532572568101f,-0.05400672367493278f,0.5738848560055276f,0.1952972367433055f,0.2037712057903976f,0.9042499039257447f,0.37524579536752783f,2.015992225229339f,-0.539201121888033f,0.4235745330495929f,-0.72790573916305f,-0.055311298825466065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8208228057818885f,-0.08561604862358702f,0.5647298590710713f,-0.08171803996984081f,-0.03799639567155826f,0.9946968443179348f,0.09557437846992438f,2.1532629173468893f,-0.5699177093443571f,0.05699193032373562f,-0.8197229559147746f,-0.19202729084305384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8241104157306478f,0.04384300352196776f,0.5647298590710713f,0.013648950855734598f,0.1180762717286443f,0.9883944213899383f,0.09557437846992438f,2.1496227294722723f,-0.5539855744863065f,0.14544503706700246f,-0.8197229559147746f,-0.1267507505080137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8102373968837996f,-0.15682967501251974f,0.5647298590710713f,0.03186729069876358f,-0.12454535018988379f,0.9876001184316285f,0.09557437846992438f,2.14271576835868f,-0.5727161744154291f,0.007103457559568191f,-0.8197229559147746f,-0.11500493821004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8190445908535288f,0.10122324074610502f,0.5647298590710713f,0.008318042205350939f,0.18673555336973313f,0.9777501579073189f,0.09557437846992438f,2.1560377733055103f,-0.5424903605606978f,0.18373482044802747f,-0.8197229559147746f,-0.12967540870665778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8247955963293008f,-0.02814978773208395f,0.5647298590710713f,-0.017064069429075263f,0.031482705942633804f,0.9949243073754993f,0.09557437846992438f,2.269369262320987f,-0.5645538623571036f,0.09660855057406309f,-0.8197229559147746f,-0.17207076856787853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8247955963293008f,-0.02814978773208395f,0.5647298590710713f,-0.010730367189356382f,0.031482705942633804f,0.9949243073754993f,0.09557437846992438f,2.0455112931615f,-0.5645538623571036f,0.09660855057406309f,-0.8197229559147746f,-0.19380769244704268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8241104157306477f,0.043843003521967766f,0.5647298590710713f,0.05216608737599511f,0.1180762717286443f,0.9883944213899382f,0.09557437846992438f,1.521212918905891f,-0.5539855744863065f,0.14544503706700246f,-0.8197229559147746f,-0.17348373476075646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.29424356320249434f,-0.04618924692119278f,0.9546136804921418f,0.0694870549714424f,0.13526124338757628f,0.9867651376370652f,0.08943690055760338f,1.1511759922919915f,-0.946110522904775f,0.1554384656800139f,-0.28410167517263335f,-0.23177315939076168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.567113790833855f,-0.4777121797887064f,0.6709493434884465f,-0.04418864004161829f,-0.3132531200136911f,0.8784984770073541f,0.36071166975500973f,0.7185889947957368f,-0.761744334437574f,-0.005612412786120569f,-0.6478534323247624f,0.0634030466232306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.567113790833855f,0.45794919623526087f,0.6845907404526687f,0.1496911373830454f,-0.3132531200136911f,0.6487913911869564f,-0.6934999737010678f,0.8510571733633545f,-0.761744334437574f,-0.6077435844080729f,-0.22448453078794772f,-0.13541427164666126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5689393529165814f,0.1577400472858725f,0.8071097138463348f,-0.15234900377667543f,0.11142034934922661f,0.987167996532484f,-0.11438903956646368f,0.5159315500170347f,-0.8147966117097923f,0.024848020128219878f,-0.5792141723421048f,-0.2767009186484248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5689393529165814f,0.4283761637311345f,0.7019984865011164f,0.01761742249490386f,0.11142034934922661f,0.8859001385637203f,-0.4502959585024915f,0.8606417302305294f,-0.8147966117097923f,-0.17797417464277654f,-0.5517532733989572f,-0.34824375404945856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5215295962854367f,0.4754666537194637f,0.7084760697434779f,0.06359333457495159f,0.1033345682012836f,0.8594281056444724f,-0.5007048014978566f,1.0380409803319908f,-0.8469526829835323f,-0.18792230423547204f,-0.49734933432932915f,-0.2270473654025064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6747850603636919f,0.28503618239317885f,0.6807492174337708f,0.0668493977652677f,-0.26934010871762315f,0.7636722666063285f,-0.5867372282822455f,1.005742523132055f,-0.6871106374856583f,-0.579274584237109f,-0.4385429601657935f,-0.23621788011023018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.585462833547631f,0.39704745305878164f,0.7068143961139401f,0.07103797431980374f,-0.02243518903595598f,0.8635887092041981f,-0.5036975318859009f,1.0542332686295695f,-0.8103887541342735f,-0.31075369885901905f,-0.4966912580448121f,-0.232873997256113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5836923071215588f,0.01032509973766739f,0.811909282446333f,0.06027686387373869f,0.1471041625381085f,0.9847172598988858f,0.09323241615013589f,1.0300942609667132f,-0.7985384499014896f,0.1738542791323745f,-0.5762907544428322f,-0.22523579359015677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5522309761289369f,-0.1477396691110932f,0.820496154271686f,0.060340131527076755f,-0.1974889750242954f,0.9793429236220835f,0.043422836102714905f,1.0292657166031058f,-0.8099623779827893f,-0.13805950935120231f,-0.5700004544999684f,-0.2252807007792508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5788118431988479f,-0.0760274111767143f,0.811909282446333f,0.05932652123402976f,0f,0.9956443725441368f,0.09323241615013589f,1.0425398156235148f,-0.8154611273216844f,0.05396402663774219f,-0.5762907544428322f,-0.224561243257185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5291012759791573f,0.23499127851074156f,0.815371656841906f,-0.05213642284285788f,0.14169793465429578f,0.9718659612841462f,-0.18814422290346755f,1.0949042745166333f,-0.8366442105650016f,0.01598913134381759f,-0.5475132990228964f,-0.38304081213000774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6291219034675934f,0.10900243493935152f,0.7696259479478358f,0.19236358283008292f,-0.21769360049091244f,0.925788657457576f,-0.30907095953551217f,1.0878126836593778f,-0.7462004602535536f,-0.3619859540095328f,-0.5587047898641941f,-0.08139491778527139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5788118431988479f,0.04176674823542233f,0.8143908084664213f,0.051721461088434555f,0f,0.9986874679621106f,-0.05121856436321103f,0.9333394827462258f,-0.8154611273216844f,-0.029645911645069006f,-0.5780521341107396f,-0.2287436634918463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5788118431988479f,0.05597346634550817f,0.8135378425359331f,0.06875000000000003f,0f,0.9976414758210876f,-0.06864026312247214f,1.15625f,-0.8154611273216844f,-0.03972979721557201f,-0.5774467014716226f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7131461949952792f,0.35230873749500136f,-0.6060536758806386f,-0.6264437985721634f,-0.3809279513092788f,0.9205147707400184f,0.08687032151872702f,0.7977019301273972f,0.588486533809459f,0.16891154588757268f,0.7906658517925254f,1.0851385318782694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8022025553313991f,0.35230873749500136f,-0.4820265695005336f,-0.6336010690012535f,0.2040679775023161f,0.9205147707400184f,0.33317985744574286f,0.7834880698726026f,0.5610947520498556f,0.16891154588757268f,-0.810334232824939f,1.1775279368804776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07634421791029544f,0.35230873749500136f,-0.9327647687795377f,-0.49010771846977774f,-0.15161450938447601f,0.9205147707400184f,0.36009109596539035f,0.7365813356051913f,0.9854869866902205f,0.16891154588757268f,-0.01686086385985275f,1.1338623639583514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7442917250489698f,-0.4383431682842704f,0.503870117036262f,0.45728335812377185f,0.4097451482406321f,0.8954935652307302f,0.17378201323387377f,2.1808093501671046f,-0.5273886057897829f,0.07711382138672501f,0.8461174369047391f,-1.4405440058058654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6200196827565709f,-0.4383431682842704f,0.6507156520423869f,0.4482659004891286f,-0.2391509038554061f,0.8954935652307302f,0.3753639831090593f,2.1684306498328954f,-0.7472499168147048f,0.07711382138672501f,-0.6600538011189336f,-1.3480533806817845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09618621476952771f,-0.4383431682842704f,0.8936461709797777f,0.31872770365948355f,0.13203947023156223f,0.8954935652307302f,0.42503747238487605f,2.1108643791422685f,-0.9865666679901965f,0.07711382138672501f,0.14401273610989263f,-1.4159006036603088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009043935049982f,0f,0.00001274158011440132f,-0.4960570995119457f,0f,0.000015625f,0f,1.3223725f,-0.00001274158011440132f,0f,-0.000009043935049982f,0.1607975515127637f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93.mcfunction new file mode 100644 index 000000000..9ad8adb92 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..8d1729137 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.681686887116743f,-0.15245304183060704f,0.42309041872172504f,0.3797691007935967f,-0.10120834527809519f,0.8006072471410787f,0.1254167098743145f,1.2925332660323232f,-0.4381829563362766f,0.05225466779363621f,-0.687175080248565f,-0.2474558095243347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6740941870145889f,0.11757260350405596f,0.41445592038046536f,0.3797691007935967f,0.2085304267009433f,0.7625097856348023f,0.12285718518300195f,1.2925332660323232f,-0.37697756985404735f,0.21155498036313386f,-0.6731510990190025f,-0.2474558095243347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3533210793412224f,-0.09455329037765332f,0.7301837677025949f,0.35121445579457045f,0.2662399118160177f,0.7715077292918586f,-0.028923648517495133f,1.3068843881179244f,-0.6864582789170781f,0.2505592611860987f,0.3646087387659868f,-0.3452544550090063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.355209885366157f,0.04687765582797738f,0.715282058157644f,0.35121445579457045f,-0.048264118214376886f,0.798039970827761f,-0.028333369976321764f,1.3068843881179244f,-0.7151898434899298f,-0.03057270588777143f,0.35716774409729324f,-0.3452544550090063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9587037786307804f,-0.5461765889040061f,-1.106338306564609f,-0.20485752624095938f,1.2337711980809447f,0.4129133993193053f,0.8652845806140811f,1.6448891143567541f,-0.01009681261457658f,-1.4044927583991877f,0.684619891603557f,-0.9954508473530682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3810346837895f,-0.02757291178738595f,0.9241495032109257f,-0.09882781003441053f,0.22278112781366982f,0.9673654998875403f,0.12071685349361407f,1.6142861269259141f,-0.8973188612970893f,0.2518803766927753f,-0.3624570829734199f,-0.771519732750612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.26811010646517536f,-0.02757291178738595f,0.9629936164621224f,-0.019969542768954712f,0.2355869802298648f,0.9673654998875403f,0.09328860795136062f,1.538770790606064f,-0.9341390397352022f,0.2518803766927753f,-0.2528646481414513f,-0.4629395879382694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5064620147950667f,-0.08895813609695519f,0.8576611671236359f,0.09203061401228203f,0.27667345764788587f,0.9588352480566955f,-0.06392781020197075f,1.3534613175771593f,-0.8166688590872591f,0.2696690881547443f,0.5102259866871772f,0.4222473313710976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1544794185967872f,-0.08895813609695519f,0.9839830076033602f,0.13930908818360593f,0.28074802075607064f,0.9588352480566955f,0.0426088714425129f,1.4376079096708088f,-0.9472679969636616f,0.2696690881547443f,0.1730951322892738f,0.10388709901778304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2661548124580678f,0.6291553796412971f,0.7302911228228277f,-0.22751439809691215f,-0.0011921951954549485f,0.7574027505660949f,-0.652946898381124f,1.1626477404271207f,-0.9639295588765949f,-0.17465560885161793f,-0.20083631101134078f,-0.28719997242451417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.26379538387287566f,0.25853594957175063f,0.9292852943129982f,-0.1732308744627527f,0.025844680314719915f,0.9649591591218062f,-0.2611242495946455f,1.341945556202493f,-0.9642323620096933f,-0.044866290307646245f,-0.2612335507687287f,-0.2972451115495024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.26683953038556335f,0.5707266652209415f,0.7765743613005747f,-0.13740379835498817f,0.11758473576289684f,0.819051611106266f,-0.5615409942825189f,1.1181219417409833f,-0.9565409008187689f,-0.0585280441328212f,-0.28566409139197874f,-0.01114044692496309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.26737683027132575f,0.24037111301979758f,0.9331298723434389f,-0.08650215296162965f,0.1334272871430343f,0.9682937920603574f,-0.21119728052942308f,1.2983570447489914f,-0.9543095879638374f,0.06803572798902983f,-0.2909713904102838f,-0.0002023191170842653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.812869158107837f,0.05142841296404965f,0.5801713972069424f,0.3071120779922521f,0.12736842950683733f,0.9876811377552516f,0.09090243829212631f,1.9849669828357885f,-0.5683493775504801f,0.14778730819150604f,-0.809405891117362f,0.08680069896027409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.812869158107837f,0.05142841296404965f,0.5801713972069424f,0.3855571882889406f,0.12736842950683733f,0.9876811377552516f,0.09090243829212631f,1.8652526280997626f,-0.5683493775504801f,0.14778730819150604f,-0.809405891117362f,0.013758584802226137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.812869158107837f,0.05142841296404965f,0.5801713972069424f,-0.17044855239610218f,0.12736842950683733f,0.9876811377552516f,0.09090243829212631f,2.0597959351710555f,-0.5683493775504801f,0.14778730819150604f,-0.809405891117362f,-0.247104560350633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.812869158107837f,0.05142841296404965f,0.5801713972069424f,-0.1529686289575014f,0.12736842950683733f,0.9876811377552516f,0.09090243829212631f,1.9496342126480424f,-0.5683493775504801f,0.14778730819150604f,-0.809405891117362f,-0.3627728778249669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8077837784045876f,-0.007488820353332086f,0.5894313233245447f,0.22459540748146128f,0.2749975147800388f,0.8796573855288161f,0.3880454238222766f,2.0873483583363455f,-0.5214036192923968f,0.4755489476955273f,-0.7085135595981675f,0.052120385715279965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7966671100463416f,-0.13376184379069572f,0.5894313233245447f,0.13148332757925135f,0.13400310651699493f,0.9118464325172222f,0.3880454238222766f,2.1119725332785397f,-0.5893765207524008f,0.388128654767113f,-0.7085135595981675f,-0.011855634868222206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8421196050290547f,-0.16913185497749744f,0.5120829878619091f,0.14532017883317527f,0.31363754303524943f,0.6188553594377675f,0.7201732678279333f,2.1294587517811263f,-0.43870954220819186f,0.7670804779989012f,-0.46810413141570983f,-0.06479877106476585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7486387203845777f,-0.4210832220397322f,0.5120829878619091f,0.164234236994999f,0.10705020593218895f,0.6854857531093643f,0.7201732678279333f,2.131722836909657f,-0.654278472632883f,0.5939681829868716f,-0.46810413141570983f,-0.04062444692981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8052936640191131f,-0.2987860910971126f,0.5120829878619091f,0.18656351350286277f,0.21296583733789465f,0.6602999442927477f,0.7201732678279333f,2.216133025190245f,-0.5533061239654242f,0.6890071518742766f,-0.46810413141570983f,0.04690822157927331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8052936640191131f,-0.06381872589254811f,0.5894313233245447f,0.20092272682868606f,0.21296583733789465f,0.8966974412685471f,0.3880454238222766f,2.014376100904822f,-0.5533061239654242f,0.43801925648068557f,-0.7085135595981675f,-0.05164611112888079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8109065661623953f,-0.07636550803639866f,0.5801713972069424f,-0.0721890064539381f,-0.028707057631252406f,0.9954459561195186f,0.09090243829212631f,2.1546945654813277f,-0.5844710820877871f,0.05705837035563322f,-0.809405891117362f,-0.19304157980626857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.812869158107837f,0.051428412964049645f,0.5801713972069424f,0.021959601052134077f,0.12736842950683736f,0.9876811377552516f,0.09090243829212631f,2.1499768722696317f,-0.5683493775504801f,0.14778730819150604f,-0.809405891117362f,-0.12608694068075396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.801165129285547f,-0.14675007829577952f,0.5801713972069424f,0.039894084162658425f,-0.11535665028081724f,0.9891559987931812f,0.09090243829212631f,2.1428654381978594f,-0.5872199578121152f,0.0059012347561484685f,-0.809405891117362f,-0.11403040942167464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8073015849547186f,0.1080060220198108f,0.5801713972069424f,0.016747902739727608f,0.19595531976746558f,0.9763904236356361f,0.09090243829212631f,2.1564507802317143f,-0.5566557855483313f,0.1870733541691057f,-0.809405891117362f,-0.1290955477336827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8142582270795431f,-0.019613502905493074f,0.5801713972069424f,-0.00670760085200911f,0.04080167102007255f,0.9950236029132757f,0.09090243829212631f,2.2700985189370178f,-0.5790671491936399f,0.0976900207250478f,-0.809405891117362f,-0.1717532008533651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8142582270795431f,-0.019613502905493074f,0.5801713972069424f,-0.0022945626982731754f,0.04080167102007255f,0.9950236029132757f,0.09090243829212631f,2.0462182082815312f,-0.5790671491936399f,0.0976900207250478f,-0.809405891117362f,-0.1937334555165008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.812869158107837f,0.05142841296404965f,0.5801713972069424f,0.05482666425841404f,0.12736842950683733f,0.9876811377552516f,0.09090243829212631f,1.5212698702969811f,-0.5683493775504801f,0.14778730819150604f,-0.809405891117362f,-0.1731368446734201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.27753190880359374f,-0.03889377780956502f,0.9599288065494931f,0.06941183093700092f,0.13948323665120474f,0.9869618801932923f,0.08031608642498385f,1.1511591652244966f,-0.9505369357837379f,0.1561842536654116f,-0.2684883845119573f,-0.23170593979794946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5602437149907101f,-0.47653635509993486f,0.6775249678657433f,-0.06149679660212068f,-0.32294188306138216f,0.8788772035078608f,0.3511173611756774f,0.7391287428889455f,-0.7627814365715624f,-0.022089894120869147f,-0.6462789773770707f,0.06692971518292706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5602437149907101f,0.49692345556837236f,0.6627171788322644f,0.14338104986992584f,-0.32294188306138216f,0.6057215663609845f,-0.7271931821806116f,0.8509091837745905f,-0.7627814365715624f,-0.6214245435700003f,-0.17887430410945074f,-0.13087283304634176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5559171299203909f,0.16848109687721338f,0.8139841918957187f,-0.16043279546722194f,0.10926015274652497f,0.9855580216887778f,-0.12937389577000702f,0.5181999324862798f,-0.8240257057172922f,0.01701487231670082f,-0.5662968571669501f,-0.27299641660717155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5559171299203909f,0.44095508569535874f,0.7046380326525626f,0.014462109465190567f,0.10926015274652497f,0.8791054080237823f,-0.46393523320086955f,0.8601863404439094f,-0.8240257057172922f,-0.1809206842313448f,-0.5368885753435072f,-0.345641706677258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5104778791117623f,0.48974923079060856f,0.706794189193406f,0.0615666467238595f,0.09685238838465375f,0.8494747758776866f,-0.5186638796096585f,1.0380460582391442f,-0.8544190715344229f,-0.1963117319152407f,-0.4810714646605987f,-0.22572485521860794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6709497837434522f,0.3019528352026654f,0.677237678372731f,0.06441944956145734f,-0.27147386476996427f,0.7498887108072108f,-0.6032983193667611f,1.0055792873400897f,-0.6900205275507925f,-0.5886352068276f,-0.4211653651970386f,-0.23442318427412798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5749068934800706f,0.4151260537659884f,0.7050903653531032f,0.06935026023197179f,-0.023901253447033685f,0.8528499996055114f,-0.5216086734866856f,1.0540369957317475f,-0.8178696680478837f,-0.316728965611857f,-0.4803873108541563f,-0.23166352332383025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5701243606081675f,0.021036390836512715f,0.821289037855554f,0.05848518898188759f,0.1419309468947739f,0.9871632989675251f,0.07324088670343609f,1.0313772765152178f,-0.8092056720974471f,0.15832274451930833f,-0.5657915595103845f,-0.2241785024317606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5438894209777448f,-0.1305052944182562f,0.8289467207711829f,0.05853515728557015f,-0.19890118076745938f,0.9797319475150664f,0.02374092053071089f,1.0305510311022577f,-0.815243900951f,-0.15196604603377473f,-0.5588234988035641f,-0.22421292593330944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5673152094789041f,-0.060313923700962946f,0.821289037855554f,0.057731264935625554f,0f,0.9973142797107111f,0.07324088670343609f,1.0438437050116016f,-0.8235007304756367f,0.04155066898258056f,-0.5657915595103845f,-0.22365911906947836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5170014474295778f,0.24837884289848725f,0.8191565502125525f,-0.050988461126556535f,0.13588307274564884f,0.9686555160939665f,-0.2079477859510218f,1.0951348163515364f,-0.8451303413657104f,0.003800202776152728f,-0.5345467842592806f,-0.38403741740840314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6226132914411626f,0.12711814783437095f,0.7721357819787663f,0.18929415994148158f,-0.21885742366786287f,0.919054168046825f,-0.32778173271435335f,1.0882956991606905f,-0.7513016154822693f,-0.37306891144521437f,-0.5443945902438923f,-0.0790176339413414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5673152094789041f,0.05837803452911756f,0.8214289124315167f,0.04807281430869168f,0f,0.9974841333256338f,-0.07089008226550039f,0.9336850213969268f,-0.8235007304756367f,-0.0402170218704291f,-0.565887920049515f,-0.22649228481298875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5673152094789041f,0.072705054510789f,0.8202849676438612f,0.06875000000000003f,0f,0.9960950091326354f,-0.08828778387214799f,1.15625f,-0.8235007304756367f,-0.05008700260185585f,-0.565099848766972f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6713691245029336f,0.4197118607465058f,-0.6108235855080177f,-0.8309642600713012f,-0.43264650379509145f,0.8911268641002278f,0.13678419072677234f,0.7923346787913998f,0.6017312534828557f,0.17243800633155043f,0.7798619317253225f,1.0272111396964736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7347254566724812f,0.4197118607465058f,-0.5329356971212569f,-0.8356706006417367f,0.22200991862043556f,0.8911268641002278f,0.39573287469332347f,0.7766878212086001f,0.641007097738833f,0.17243800633155043f,-0.7479137882275192f,1.1195262993736288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.05020096608464464f,0.4197118607465058f,-0.9062680712420992f,-0.697377219670204f,-0.16689981421652994f,0.8911268641002278f,0.4219447405684563f,0.7212195389147316f,0.984695036556322f,0.17243800633155043f,0.02531440210125463f,1.069571559219863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.706160393017827f,-0.489250500352442f,0.5118314637044051f,0.577066259545107f,0.4367024164930962f,0.8699537897493071f,0.22906637276105982f,2.1557128176946723f,-0.5573405590498495f,0.06176043722079422f,0.8279837858510865f,-1.4116372575022058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5550514170000896f,-0.489250500352442f,0.6727197576934084f,0.566719834617396f,-0.25596605961543545f,0.8699537897493071f,0.4214994424975742f,2.1433378073053273f,-0.7914539157848297f,0.06176043722079422f,-0.6081006064650457f,-1.3192853592592415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.11036186589558578f,-0.489250500352442f,0.8651324791388486f,0.4421231752104242f,0.13200011081967636f,0.8699537897493071f,0.47513826876437937f,2.078254572185343f,-0.9850869145916202f,0.06176043722079422f,0.16059084374477417f,-1.3895499349424398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008864300148107877f,0f,0.000012867198913681823f,-0.5015013497264142f,0f,0.000015625f,0f,1.3223725f,-0.000012867198913681823f,0f,-0.000008864300148107877f,0.15283558999453867f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94.mcfunction new file mode 100644 index 000000000..b1e0bf1c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..252a05ec6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6535520381888491f,-0.1413182878969873f,0.46887452407814795f,0.3841338663952704f,-0.08781533042548095f,0.8030685297372909f,0.11964049787715651f,1.2903826991356198f,-0.4817703244969632f,0.04532684078881425f,-0.6578656978309789f,-0.2478074182910327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6444573247171489f,0.11710282133460728f,0.45930565623981845f,0.3841338663952704f,0.22157410771928343f,0.7597166203001264f,0.117198855063337f,1.2903826991356198f,-0.41902228032268013f,0.22162487693223598f,-0.6444398672629998f,-0.2478074182910327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.32551048194249455f,-0.08347571073716152f,0.7443246444307317f,0.35876298541566376f,0.26550355538552844f,0.7717373015226393f,-0.029560851825396438f,1.3041251860891734f,-0.7003536482861021f,0.25376719173274775f,0.3347408313559407f,-0.3392334161426456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.325887911890842f,0.046477682829719695f,0.7291343455647984f,0.35876298541566376f,-0.04901659964198134f,0.7979716988398302f,-0.028957569135082226f,1.3041251860891734f,-0.7289680664082377f,-0.032878455703626464f,0.3279093858180644f,-0.3392334161426456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1232770079640866f,-0.5289529430107609f,-0.9486115102925451f,-0.19613264415605347f,1.080798482210238f,0.40945388391699455f,1.0514886627050877f,1.6482681445056107f,-0.10737622749610036f,-1.4120773884690396f,0.6602378698190244f,-0.9962810750171611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3743306191433228f,-0.021455887594903522f,0.9270470497549148f,-0.09158237210514222f,0.22685667375288238f,0.9672346025367137f,0.11398803985253705f,1.616561950304892f,-0.8991176992727677f,0.2529760236527569f,-0.3571981163322184f,-0.7718085211614141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2593900510452445f,-0.021455887594903522f,0.965534280233623f,-0.014511924781768423f,0.2389839505963853f,0.9672346025367137f,0.085696528593577f,1.540112699859633f,-0.9357368608621177f,0.2529760236527569f,-0.24576342014374303f,-0.46309161552094563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4972157165103849f,-0.08421627401901516f,0.8635300518484686f,0.09163603133362253f,0.2740050087621589f,0.9595839422984964f,-0.06418654731425658f,1.3531003958555918f,-0.8232240195890266f,0.268526119536313f,0.5001958983223033f,0.42388231371485796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1514537181058203f,-0.08421627401901516f,0.9848702404186437f,0.13785956897064283f,0.2786792496196631f,0.9595839422984964f,0.039198641740467964f,1.4365691536863792f,-0.9483668315073785f,0.268526119536313f,0.16880188394513126f,0.10518890044827597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2569070113644711f,0.6473465987448067f,0.717594013774715f,-0.22768912471613956f,-0.005529388725164152f,0.741519000634778f,-0.6709090829299644f,1.1659082626087807f,-0.966420308857436f,-0.17632910364182655f,-0.18692199933867734f,-0.2889809644657781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2529722414378213f,0.2731434353012522f,0.9281151376923853f,-0.1706740109865774f,0.02189594943081491f,0.9606890540512458f,-0.2767618268920869f,1.3443076988253138f,-0.9672257298378948f,-0.049691097572431286f,-0.24900839817483933f,-0.2998543477492017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.25746766266632015f,0.5827587802631358f,0.7707805178566491f,-0.14091648725312908f,0.11677222279400261f,0.8105911393072489f,-0.5738521175880804f,1.1198651700859843f,-0.9592052182223f,-0.05774260907508812f,-0.2767510441395151f,-0.012764015662180337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2565605830625788f,0.25124242650459455f,0.9333026895614698f,-0.08797539047375844f,0.1337963033071382f,0.9655591662693053f,-0.22314579461569184f,1.299512852545131f,-0.9572226577134153f,0.06762203455536987f,-0.2813397305797007f,-0.0018432574991716077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.802313918037179f,0.05916360497497401f,0.5939629994959248f,0.31036898550828945f,0.1365849649653978f,0.9868712271204368f,0.08619587244876688f,1.9819812369885839f,-0.5810653356286468f,0.15028256361989661f,-0.7998613797418903f,0.0920003629623791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.802313918037179f,0.05916360497497401f,0.5939629994959248f,0.38874433801555486f,0.1365849649653978f,0.9868712271204368f,0.08619587244876688f,1.8615812604543989f,-0.5810653356286468f,0.15028256361989661f,-0.7998613797418903f,0.020017988245164126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.802313918037179f,0.05916360497497401f,0.5939629994959248f,-0.1609904413385532f,0.1365849649653978f,0.9868712271204368f,0.08619587244876688f,2.062224903905755f,-0.5810653356286468f,0.15028256361989661f,-0.7998613797418903f,-0.24937552171945088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.802313918037179f,0.05916360497497401f,0.5939629994959248f,-0.14278863268407618f,0.1365849649653978f,0.9868712271204368f,0.08619587244876688f,1.9520687997439747f,-0.5810653356286468f,0.15028256361989661f,-0.7998613797418903f,-0.3649377966088144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7972318302454982f,-0.016993263757422217f,0.6034340376795826f,0.22831442501867505f,0.283587921524492f,0.8718961782713246f,0.3992179167839002f,2.0839797284726185f,-0.5329158466482601f,0.48939583498710865f,-0.6902843016384187f,0.05730107512344737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7847582513596207f,-0.1414985833593625f,0.6034340376795826f,0.13649610106089594f,0.14370187140485324f,0.9055246142836019f,0.3992179167839002f,2.1096573483824352f,-0.6029131438919983f,0.40000415477070694f,-0.6902843016384187f,-0.00811448759943463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8351622910111762f,-0.19673180018173891f,0.5136151735202299f,0.1531459401419154f,0.3181305355215683f,0.5889821527800438f,0.7428950033990975f,2.1296663484603466f,-0.4486612419651643f,0.7838345632235401f,-0.4293092911345374f,-0.06229538198116377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7334930694400348f,-0.4451824015088877f,0.5136151735202299f,0.1714181536570657f,0.12055462424767914f,0.6584630562887759f,0.7428950033990975f,2.131314158230425f,-0.6689203985945842f,0.6068270205665073f,-0.4293092911345374f,-0.03758351112486498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7941044234186302f,-0.32495787147990285f,0.5136151735202299f,0.1903907936457984f,0.22207671273355062f,0.631497385256752f,0.7428950033990975f,2.2128428128260724f,-0.5657562181438442f,0.7039981776802668f,-0.4293092911345374f,0.05340419102730236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7941044234186302f,-0.07256395025548865f,0.6034340376795826f,0.2067176824532833f,0.22207671273355062f,0.8895543764043786f,0.3992179167839002f,2.0126930781350874f,-0.5657562181438442f,0.4510293610654811f,-0.6902843016384187f,-0.048077415212430724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8016913292366362f,-0.06707434574111942f,0.5939629994959248f,-0.06264311135523017f,-0.01947729508126298f,0.9960878006225722f,0.08619587244876688f,2.156026164891116f,-0.597420829569168f,0.05753369094962932f,-0.7998613797418903f,-0.19358465874374636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.802313918037179f,0.05916360497497401f,0.5939629994959248f,0.03036764118756924f,0.1365849649653978f,0.986871227120437f,0.08619587244876688f,2.1502387031528687f,-0.5810653356286467f,0.15028256361989661f,-0.7998613797418903f,-0.1251401861908042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7927947372692806f,-0.1366911108592522f,0.5939629994959248f,0.048032943771063104f,-0.10621795019826413f,0.9905998276945515f,0.08619587244876688f,2.1429249026577306f,-0.6001618545141066f,0.005246101751646831f,-0.7998613797418903f,-0.11281040387516976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7962324771999524f,0.11498607516491413f,0.5939629994959248f,0.025271359217967193f,0.2050929076989379f,0.974939572888695f,0.08619587244876688f,2.156770414223918f,-0.5691667079719459f,0.19044955167649483f,-0.7998613797418903f,-0.12822071545874378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8044173192890759f,-0.010987795847250549f,0.5939629994959248f,0.0036669488783572083f,0.050053723141601544f,0.9950200482263962f,0.08619587244876688f,2.2707188302273753f,-0.5919521950524729f,0.09906751218214443f,-0.7998613797418903f,-0.17105355887860996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8044173192890759f,-0.010987795847250549f,0.5939629994959248f,0.006139202943988578f,0.050053723141601544f,0.9950200482263962f,0.08619587244876688f,2.0468393193764367f,-0.5919521950524729f,0.09906751218214443f,-0.7998613797418903f,-0.19334374911959243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.802313918037179f,0.05916360497497401f,0.5939629994959248f,0.05754575141471411f,0.1365849649653978f,0.9868712271204368f,0.08619587244876688f,1.521301073842514f,-0.5810653356286468f,0.15028256361989661f,-0.7998613797418903f,-0.17273472790427455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.26463558564102074f,-0.03144884708738288f,0.9638355548688315f,0.06933906907248269f,0.14334350809658483f,0.9870821465938815f,0.07156447835469372f,1.1511452688698083f,-0.9536354888000964f,0.15709807730360525f,-0.2567090738725693f,-0.23164650689312652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5559168792935919f,-0.47465581235512994f,0.6823915907409515f,-0.07614344912007334f,-0.33151192227997023f,0.8794226613663451f,0.34163669015721f,0.758489012539365f,-0.7622704695203095f,-0.03629934534983148f,-0.6462399622620538f,0.06914939550241048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5559168792935919f,0.5307878103921838f,0.6397036217308336f,0.13762029925343783f,-0.33151192227997023f,0.5641552058833665f,-0.7561935923167658f,0.8508806444364132f,-0.7622704695203095f,-0.6324501593119947f,-0.1376609141460258f,-0.1269277311488858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5455528010038132f,0.17881288111476f,0.8187784162179244f,-0.1684931517602303f,0.10757093006529486f,0.9838326638542929f,-0.14318444237504785f,0.5208008299011049f,-0.8311441730059721f,0.009962082152074808f,-0.5559677334139224f,-0.26912697229031657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5455528010038132f,0.45316817705516454f,0.7049898897299116f,0.0111881394647379f,0.10757093006529486f,0.8721056250352843f,-0.4773471208530574f,0.8598655784265583f,-0.8311441730059721f,-0.18458164070761499f,-0.524527388790999f,-0.34318406534784396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5020942653583583f,0.5030243084648318f,0.7034684739117514f,0.05965737511873038f,0.09099633154243296f,0.8396482090739195f,-0.5354535952300437f,1.0381361713363022f,-0.860012218715566f,-0.2048351290487974f,-0.4673559174413997f,-0.22452012006243247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6690619220834397f,0.3166934336601486f,0.6723551245395236f,0.062096738535861354f,-0.27300213071691926f,0.7366976133708205f,-0.6186650653445362f,1.0055238605309493f,-0.6912495794154493f,-0.5974796193430217f,-0.406438339022886f,-0.2327891777508409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5669201172382461f,0.4314080546977784f,0.7017753707650705f,0.06774627614431372f,-0.025275942323577688f,0.8423932831207207f,-0.5382700839659851f,1.0539310453948156f,-0.8233849084178242f,-0.32289417290340205f,-0.46666545371904206f,-0.23057438580437126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5593391719527595f,0.031707404959369315f,0.8283322589335416f,0.0568567516803703f,0.13712633996303214f,0.9890400658944749f,0.05473677871226712f,1.0326770812525878f,-0.817518230749348f,0.14420259542114808f,-0.5575567718773223f,-0.2232445636926351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5379795536501147f,-0.11448375770625167f,0.8351475732323477f,0.0568931535338249f,-0.2000184689707494f,0.9797768950131671f,0.00546333862714652f,1.0318766269613953f,-0.8188837597150288f,-0.16410577448649935f,-0.5499988025943016f,-0.22326906605830252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5583939055473383f,-0.04540831485142899f,0.8283322589335416f,0.05628914774472744f,0f,0.9985008187559009f,0.05473677871226712f,1.0451583414870367f,-0.8295759436287858f,0.0305646836422232f,-0.5575567718773223f,-0.22286250514710731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5076130338227588f,0.2612515320912812f,0.8210217079183796f,-0.05025677151217981f,0.13066374881617832f,0.9652406498323082f,-0.22635695848947576f,1.0954173838687686f,-0.8516196290824664f,-0.007623968209658216f,-0.524104839197446f,-0.38469869272836166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.61827214916976f,0.143412756811711f,0.7727692609988256f,0.1867411127939096f,-0.21966901412128448f,0.9124990833755087f,-0.3450955622343462f,1.088796432183198f,-0.7546423482657126f,-0.3831164366384215f,-0.5326694304927676f,-0.07711765962882297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5583939055473383f,0.07399020793281456f,0.826269747345048f,0.04463582135005713f,0f,0.9960145947949313f,-0.08919039721566868f,0.934084683884997f,-0.8295759436287858f,-0.04980337423857568f,-0.5561684795696913f,-0.22443602421053654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5583939055473383f,0.08839933432326412f,0.8248525952791773f,0.06875000000000003f,0f,0.9943063098853284f,-0.10655966461199673f,1.15625f,-0.8295759436287858f,-0.059502267296507344f,-0.5552145836872305f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6214581425349942f,0.47941425633834445f,-0.6196384009214622f,-1.029602622055145f,-0.47017851225487994f,0.8608731548169819f,0.19449827230400857f,0.786530366936735f,0.6266753096227282f,0.1704681264489313f,0.7604069135497447f,0.9500343738381436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6545984333439122f,0.47941425633834445f,-0.5845193426083073f,-1.0318660716673096f,0.22140873244728465f,0.8608731548169819f,0.4581218009564086f,0.7695396330632651f,0.7228271330406615f,0.1704681264489313f,-0.6696727212640581f,1.042204077419603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.024143462529753412f,0.47941425633834445f,-0.8772565554252795f,-0.8991458635474354f,-0.18123449465034397f,0.8608731548169819f,0.47544870308403514f,0.7067176945373947f,0.983143504868902f,0.1704681264489313f,0.06610194171945588f,0.986203934370955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6624480255258294f,-0.5338641865845147f,0.525501326125239f,0.691975836863914f,0.45146508814138764f,0.8443159013259628f,0.2886346011094583f,2.1312841066298933f,-0.5977808023568667f,0.04604008091415107f,0.8003364438053533f,-1.3740148668548613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4823492880072509f,-0.5338641865845147f,0.6944985202585767f,0.6803989827888626f,-0.2593664744523363f,0.8443159013259628f,0.46889198190872555f,2.1189358933701063f,-0.8367007806193705f,0.04604008091415107f,-0.5457216457685683f,-1.281805536638143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1234864434672151f,-0.5338641865845147f,0.8365047092289875f,0.5607117034420401f,0.13171427477106212f,0.8443159013259628f,0.5194054375819146f,2.0471991843627126f,-0.9835661889783278f,0.04604008091415107f,0.17457910197978166f,-1.3540970670434693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008724904774177161f,0f,0.00001296212411919978f,-0.5056136692580782f,0f,0.000015625f,0f,1.3223725f,-0.00001296212411919978f,0f,-0.000008724904774177161f,0.14665834569065428f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95.mcfunction new file mode 100644 index 000000000..a69d971e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..53ae14925 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6224384953317011f,-0.1295170903174888f,0.5125817859516116f,0.38891666794102264f,-0.07485805041688934f,0.8053952004034054f,0.11260234411141419f,1.28839350539343f,-0.523365107990048f,0.03883733934365654f,-0.6257196410979244f,-0.2497773657486582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.611874838292294f,0.11611955360811789f,0.502120933177089f,0.38891666794102264f,0.23417297542225224f,0.7569649732988342f,0.11030433708873227f,1.28839350539343f,-0.4590993354892472f,0.2313445017037294f,-0.6129498525040893f,-0.2497773657486582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.29014159416892504f,-0.07092418103667728f,0.7600868768251667f,0.3661829872413867f,0.26532145053394796f,0.771811364125296f,-0.029260733723810467f,1.3014238228838335f,-0.7157980355268663f,0.2573352350452043f,0.29724769735786494f,-0.33455317660002454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.289172952900896f,0.04457826799203124f,0.7445748997471021f,0.3661829872413867f,-0.049209173169629514f,0.7979704610403848f,-0.028663575892712297f,1.3014238228838335f,-0.7442831857475605f,-0.035438980372275164f,0.29118141781994933f,-0.33455317660002454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2507209337954088f,-0.5298747054848321f,-0.7722280701018986f,-0.19319526740339737f,0.913032371644577f,0.4030351814269852f,1.2022232658126342f,1.6511730495487416f,-0.20850727588029005f,-1.4135776204437727f,0.6322414703936314f,-0.9951348587705218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37643506668827664f,-0.014701750107973637f,0.9263263459014622f,-0.08797090494345562f,0.23014148916599722f,0.9670480190504411f,0.10887159324210768f,1.6185797108172058f,-0.897402660755945f,0.2541692101620109f,-0.3606473028788232f,-0.7711048250997887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2581881194091901f,-0.014701750107973637f,0.9659827915339427f,-0.01035835406262152f,0.24190463125761671f,0.9670480190504411f,0.07937429197627062f,1.5413271120451046f,-0.9353186859953467f,0.2541692101620109f,-0.24612388797830503f,-0.4628534327009568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4847697766442653f,-0.07836240855146066f,0.8711243290014826f,0.09417227934020023f,0.27241794753725057f,0.9599644778186085f,-0.06524310834132843f,1.3524100657713851f,-0.8311358044939834f,0.2689377888145518f,0.48670909200021983f,0.4252483669316923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1438497597197035f,-0.07836240855146066f,0.9864920575223086f,0.13780451173956004f,0.2778321842539244f,0.9599644778186085f,0.035741834300157656f,1.4356108908847647f,-0.949798149093415f,0.2689377888145518f,0.1598622586049081f,0.10611987929497088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2518538886455493f,0.664054003974107f,0.703989984715743f,-0.22810749711109038f,-0.007290686934480123f,0.7261162256355179f,-0.6875333248307701f,1.1690102258553279f,-0.9677378078065042f,-0.17829051201560497f,-0.17803378518437096f,-0.2897102393168503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.24673850938661146f,0.2870758078541117f,0.9255849980042796f,-0.16849587690091772f,0.01933676276427352f,0.9563834643030383f,-0.2914734272854344f,1.3465104164916135f,-0.9688891565042262f,-0.05401990144963567f,-0.24152774717597225f,-0.3013485192585068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2522709346062774f,0.5941644232329852f,0.7637591333117328f,-0.14337713410789898f,0.11760682812416201f,0.8022624485287625f,-0.5852722423447131f,1.1215710932913425f,-0.9604832166838985f,-0.05782388645576057f,-0.272265290890525f,-0.013638201933322953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2501824090765906f,0.2619692129114996f,0.9320841666261491f,-0.08843238064557941f,0.13488917562452626f,0.9627414061708579f,-0.23437980959010735f,1.3006202331384402f,-0.9587563154879184f,0.06709035944670916f,-0.27619777548224783f,-0.0027849956338290294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7927475772885273f,0.0670702912382656f,0.6058488712017089f,0.3141134689434171f,0.1456823285202167f,0.9859710497640948f,0.08147237681580674f,1.9789614732232788f,-0.5918850714962308f,0.15284850362467856f,-0.7913971171792316f,0.09673407441709464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7927475772885273f,0.0670702912382656f,0.6058488712017089f,0.3922560483621138f,0.1456823285202167f,0.9859710497640948f,0.08147237681580674f,1.8578900400097407f,-0.5918850714962308f,0.15284850362467856f,-0.7913971171792316f,0.02563022190956557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7927475772885273f,0.0670702912382656f,0.6058488712017089f,-0.15162573271359275f,0.1456823285202167f,0.9859710497640948f,0.08147237681580674f,2.064549841228906f,-0.5918850714962308f,0.15284850362467856f,-0.7913971171792316f,-0.25099840508694093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7927475772885273f,0.0670702912382656f,0.6058488712017089f,-0.13293922159153546f,0.1456823285202167f,0.9859710497640948f,0.08147237681580674f,1.9544045826543843f,-0.5918850714962308f,0.15284850362467856f,-0.7913971171792316f,-0.3664936379566874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.787541564885427f,-0.024912108526396852f,0.615757801758599f,0.23253145190775987f,0.292092951132106f,0.8647287011320709f,0.40856576133760764f,2.0806846526795435f,-0.5426416787132647f,0.5016210325407128f,-0.6737331431924951f,0.06205227528132956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7739485090010344f,-0.14780404253096094f,0.615757801758599f,0.1418947057273937f,0.15322343043667724f,0.8997758604384972f,0.40856576133760764f,2.107401081087522f,-0.614431677064499f,0.4105573845197138f,-0.6737331431924951f,-0.004583700887383288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.828669144592994f,-0.2210604929407249f,0.5142370146735062f,0.16110330320718f,0.32289654306198495f,0.561641888383262f,0.7617717582661512f,2.129750916407921f,-0.4572146883884372f,0.7973021056501025f,-0.39403563423601295f,-0.05970698541297724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7197997407143107f,-0.4663138707000809f,0.5142370146735062f,0.17880043823293804f,0.13353597310501414f,0.6339336970022921f,0.7617717582661512f,2.130817816873129f,-0.6812169090344928f,0.616992254244504f,-0.39403563423601295f,-0.0345487112218205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7838853723707344f,-0.34797128577351844f,0.5142370146735062f,0.19478043328421396f,0.2310610024473777f,0.6052392927232251f,0.7617717582661512f,2.209629214654504f,-0.5763111452429219f,0.7159618584959779f,-0.39403563423601295f,0.059361074579005704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7838853723707344f,-0.07978754637544239f,0.615757801758599f,0.21273263121868846f,0.2310610024473777f,0.8829976397537166f,0.40856576133760764f,2.010954745709918f,-0.5763111452429219f,0.46254633890319863f,-0.6737331431924951f,-0.04471185167421382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7934796442528718f,-0.05776849850871469f,0.6058488712017089f,-0.053116577454779934f,-0.010351116404832474f,0.99662184714422f,0.08147237681580674f,2.1572554643547917f,-0.608508757985873f,0.058375460382696996f,-0.7913971171792316f,-0.1936825430599011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7927475772885273f,0.0670702912382656f,0.6058488712017089f,0.03887195471820744f,0.14568232852021673f,0.9859710497640948f,0.08147237681580674f,2.1504110512548475f,-0.5918850714962308f,0.15284850362467858f,-0.7913971171792316f,-0.12396594114201795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7854253582534914f,-0.1267049796811091f,0.6058488712017089f,0.05628942450583706f,-0.09717304460822215f,0.9919272408889435f,0.08147237681580674f,2.1428979361412788f,-0.6112809550558103f,0.0051182913611937525f,-0.7913971171792316f,-0.11140556803898978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7861378970238335f,0.12220618694059633f,0.6058488712017089f,0.03388536765665719f,0.21410531733524643f,0.9734069883171976f,0.08147237681580674f,2.1569992456792346f,-0.579781096580182f,0.19376398780135434f,-0.7913971171792316f,-0.12710515182371063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.79557649446908f,-0.002277435378958706f,0.6058488712017089f,0.01403331393629093f,0.05919492410762185f,0.9949161837943317f,0.08147237681580674f,2.2712314691936966f,-0.6029543949654759f,0.10068068589465698f,-0.7913971171792316f,-0.17002996522197372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.79557649446908f,-0.002277435378958706f,0.6058488712017089f,0.014545736896556638f,0.05919492410762185f,0.9949161837943317f,0.08147237681580674f,2.0473753278399722f,-0.6029543949654759f,0.10068068589465698f,-0.7913971171792316f,-0.1926831195482715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7927475772885273f,0.0670702912382656f,0.6058488712017089f,0.06033288257295802f,0.1456823285202167f,0.9859710497640948f,0.08147237681580674f,1.5213088619953525f,-0.5918850714962308f,0.15284850362467856f,-0.7913971171792316f,-0.17230118380703946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.25620318801708264f,-0.023833621552835887f,0.9663290769368165f,0.06927049065527148f,0.1468485867301548f,0.9871327366955348f,0.06328074524956424f,1.151134085734527f,-0.955403275598969f,0.1581167879374617f,-0.2494066204957281f,-0.2315949792835876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5543289546922999f,-0.472220925550641f,0.685366184941917f,-0.08798062915361884f,-0.3388377734160077f,0.8801737560158304f,0.3323900156855913f,0.7762155714650314f,-0.7602028500974094f,-0.047974542135191936f,-0.6479120850938761f,0.07054597180934893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5543289546922999f,0.5589339664630282f,0.6166946011792617f,0.13256558306708363f,-0.3388377734160077f,0.5252195463549416f,-0.780598098532908f,0.8509487884270749f,-0.7602028500974094f,-0.6416675535357976f,-0.10175646143198874f,-0.1235832505401494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5382646914100052f,0.18850322323561078f,0.8214241637613771f,-0.17641474570998839f,0.10642738826212968f,0.9820657767985668f,-0.1556278287091663f,0.5237152025870369f,-0.8360289068022672f,0.0036530632095786997f,-0.5486732380207667f,-0.2649791471188228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5382646914100052f,0.4648571032070662f,0.7029786594052675f,0.007845813752278566f,0.10642738826212968f,0.8649377879509089f,-0.4904649161788135f,0.8596599890658104f,-0.8360289068022672f,-0.18918376402990728f,-0.5150389989296758f,-0.3408464125168347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4967443235119062f,0.5149634924500313f,0.6986112499111115f,0.05791435019664479f,0.08584521219818117f,0.8301533563677149f,-0.5508865622376962f,1.0383096242621492f,-0.863640941943669f,-0.2136773416979081f,-0.4565811177037084f,-0.2234264892793358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6692924974885779f,0.3288349744418871f,0.6662695493486892f,0.05993959250854416f,-0.27392283615918106f,0.7243582228452491f,-0.6326700916172527f,1.0055739659417586f,-0.690661880109227f,-0.605947790308931f,-0.39473211521703117f,-0.231311011643356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5618913031088432f,0.4455108748620472f,0.6969922695914923f,0.06626767910030817f,-0.02655093361610181f,0.8324336927900471f,-0.553488206768707f,1.0539177560019626f,-0.8267848640455142f,-0.3295060052375055f,-0.4559085227297924f,-0.22960472687753905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5517755954562114f,0.042012537988744415f,0.8329337542149962f,0.05542611822216973f,0.13279630983361235f,0.9904140557698259f,0.038014973735882196f,1.0339729118006504f,-0.8233521921714416f,0.13158626366497714f,-0.5520654153822467f,-0.2224189803769398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5348259245346764f,-0.10009836112464571f,0.8390122457662872f,0.05544985016124782f,-0.20081785439663938f,0.9795652131106753f,-0.011143725542552003f,1.033224501082447f,-0.820751740662887f,-0.17444859232334778f,-0.5439984088535955f,-0.22243470981849345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5524647536767865f,-0.031686859013792035f,0.8329337542149962f,0.05503003248449733f,0f,0.9992771696440685f,0.038014973735882196f,1.0464638764212013f,-0.8335362595261514f,0.021001933101023634f,-0.5520654153822467f,-0.222156456213177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5013254866638981f,0.27327519867969835f,0.8209710239757413f,-0.049997054962869096f,0.126131179803672f,0.9617612153725732f,-0.2431178522577166f,1.095749069615532f,-0.8560161691828837f,-0.01833113176109251f,-0.5166239325716706f,-0.38498828800554324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6163662498684052f,0.157458772459531f,0.7715564665004736f,0.1847983791423811f,-0.22011353219407517f,0.9062978059326421f,-0.3607967847788103f,1.0893053607351504f,-0.7560705515811382f,-0.39221298032729224f,-0.5239525733256557f,-0.07572303962972124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5524647536767865f,0.08824621340488913f,0.8288517972258651f,0.04148723300651248f,0f,0.9943800137705475f,-0.10586967560961932f,0.9345148961709353f,-0.8335362595261514f,-0.058489264257509645f,-0.549359909368865f,-0.2225530563832631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5524647536767865f,0.10269823152061612f,0.8271854502996203f,0.06875000000000003f,0f,0.99238088426994f,-0.12320787529866786f,1.15625f,-0.8335362595261514f,-0.06806800847791877f,-0.5482554607817439f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5686703160500622f,0.5308118824945507f,-0.6283731511181189f,-1.2140020029883298f,-0.49274845771146747f,0.8315143165753449f,0.25648177080098145f,0.7814503516944484f,0.6586448428906835f,0.16377633141827427f,0.7344142456411633f,0.8567096890611386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.566190618102257f,0.5308118824945507f,-0.6306083803562844f,-1.2138455138237632f,0.2041454532068657f,0.8315143165753449f,0.5166319533915807f,0.7632371483055518f,0.7985942761552629f,0.16377633141827427f,-0.5791584371821099f,0.9486733625059074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.0016692177553797038f,0.5308118824945507f,-0.8474880288916635f,-1.086800554072297f,-0.1942741694815637f,0.8315143165753449f,0.5204243349445582f,0.6942800997583164f,0.9809458500775332f,0.16377633141827427f,0.1045110160836541f,0.887014873370975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6164863310146433f,-0.5718069483229189f,0.5412775789941187f,0.7993033208668248f,0.4540339859385132f,0.8198156512082008f,0.34893471831685047f,2.1082960939528577f,-0.6432711273521372f,0.03064493243106503f,0.7650249308561166f,-1.3298065678244722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4066800940014766f,-0.5718069483229189f,0.7124942911999934f,0.7866094687714589f,-0.2508148752802596f,0.8198156512082008f,0.514775870036875f,2.0960007810471417f,-0.878466390638309f,0.03064493243106503f,-0.4768203945252316f,-1.2377372792449925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13540108901723646f,-0.5718069483229189f,0.8091374166002813f,0.6715857823290996f,0.13115000432763596f,0.8198156512082008f,0.5574064714361817f,2.0185374667845726f,-0.9820724115144501f,0.03064493243106503f,0.18599641571408843f,-1.3116713858918456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008632261776199789f,0f,0.000013024004055096117f,-0.5082935927838912f,0f,0.000015625f,0f,1.3223725f,-0.000013024004055096117f,0f,-0.000008632261776199789f,0.1425534701996607f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96.mcfunction new file mode 100644 index 000000000..23a10ef86 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..6725b45d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5913896149930019f,-0.117564872081811f,0.5508005706017929f,0.3938080294813854f,-0.06302189981782583f,0.8074737927923845f,0.10468408924606187f,1.2865175863462686f,-0.5596704457680656f,0.03330194063884173f,-0.5938050330941179f,-0.2532138199434689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5792942594013989f,0.11529720359696144f,0.5395597426303278f,0.3938080294813854f,0.24566419516308338f,0.7544090910725861f,0.10254767926144838f,1.2865175863462686f,-0.4940316429536263f,0.23994473978346603f,-0.5816865630309727f,-0.2532138199434689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2499953667306615f,-0.05736785505447641f,0.7753423052201491f,0.37303761325078244f,0.2655383706038292f,0.7717646749549545f,-0.028514990324058364f,1.298838682595511f,-0.7307093367370571f,0.2608307116552157f,0.2549032159608195f,-0.33172048874238447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.24775771124060206f,0.041797320398648814f,0.7595189928687176f,0.37303761325078244f,-0.048995352580521095f,0.7980095237813047f,-0.02793305174601636f,1.298838682595511f,-0.7590886456444524f,-0.03786533984830849f,0.24970110951263952f,-0.33172048874238447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3388373476720108f,-0.5511127937285193f,-0.5875333991079327f,-0.19674354480365644f,0.7408656376122755f,0.39494466800586037f,1.3177795969808825f,1.6536093178064104f,-0.31628928765282516f,-1.4077285419435406f,0.5997230099917639f,-0.9917801740401873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3883675695844695f,-0.007219029964695426f,0.9214762701781424f,-0.08844307124180369f,0.23263936648496075f,0.9668105929511666f,0.10562292610456306f,1.6203474399903006f,-0.8916555142298669f,0.2553921748287968f,-0.3737984496753418f,-0.7693198876563013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.26542782257705577f,-0.007219029964695426f,0.964103706355479f,-0.007684491034399776f,0.2443847421497796f,0.9668105929511666f,0.07452097128862192f,1.5424156706279013f,-0.9326436451326888f,0.2553921748287968f,-0.2548542097549668f,-0.4622303740093265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.46874275161243584f,-0.07130227487687076f,0.8804522805968449f,0.10000613894972044f,0.2720949314965422f,0.959926563089895f,-0.06712184240851715f,1.3513281082568638f,-0.8403835916203353f,0.2710294800788375f,0.4693596061267956f,0.4262746041378029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1311712570927748f,-0.07130227487687076f,0.9887922364734081f,0.13934507957767167f,0.278385169796711f,0.959926563089895f,0.032290721758396417f,1.4347304120765105f,-0.9514703350866792f,0.2710294800788375f,0.14576426989573765f,0.10664099499626423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2513921209610757f,0.6790125015896649f,0.6897419982889523f,-0.22880774128839737f,-0.006032721906529798f,0.7115147204525817f,-0.7026452937618545f,1.1719146545501156f,-0.967866523744411f,-0.18080051234504227f,-0.174772901076454f,-0.28925472503713734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.24563958170614178f,0.3000824157758968f,0.9217438579352365f,-0.16678138921832153f,0.018469968365764075f,0.9521538393800343f,-0.3050605291125474f,1.3485368711269186f,-0.9691852537919668f,-0.057910360868859354f,-0.2394291835517116f,-0.30160935009724665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2516757662957023f,0.6048313329952074f,0.7555384618182661f,-0.1446557283213655f,0.12046232953043709f,0.7941729978783625f,-0.595632501300084f,1.123213873717186f,-0.9602854449712185f,-0.05889234303485314f,-0.2727334891579944f,-0.013645035167514682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.24878032061990998f,0.2724728487510376f,0.9294444032677527f,-0.08775804166012251f,0.13694089643718854f,0.9598700544196425f,-0.2447379609120984f,1.3016598966651682f,-0.9588302993518893f,0.06639296138843895f,-0.2761094560547308f,-0.0029220390075244407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7844822657513681f,0.07517661247061905f,0.6155778193364686f,0.31846831771416073f,0.15461410034368123f,0.9849895200827546f,0.07674715175209251f,1.9759286056641552f,-0.6005681099563258f,0.15538379022467882f,-0.7843301747599025f,0.1008568096757903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7844822657513681f,0.07517661247061905f,0.6155778193364686f,0.39619974668380353f,0.15461410034368123f,0.9849895200827546f,0.07674715175209251f,1.8542019323676815f,-0.6005681099563258f,0.15538379022467882f,-0.7843301747599025f,0.03042418613732678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7844822657513681f,0.07517661247061905f,0.6155778193364686f,-0.1424150134147681f,0.15461410034368123f,0.9849895200827546f,0.07674715175209251f,2.066764389616068f,-0.6005681099563258f,0.15538379022467882f,-0.7843301747599025f,-0.2519769549235511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7844822657513681f,0.07517661247061905f,0.6155778193364686f,-0.12351975437647786f,0.15461410034368123f,0.9849895200827546f,0.07674715175209251f,1.95663377384537f,-0.6005681099563258f,0.15538379022467882f,-0.7843301747599025f,-0.367452186708739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7789879842633998f,-0.030755687307532385f,0.6262841272709105f,0.2373771790425344f,0.300479767151076f,0.8583371562890462f,0.4158957028708862f,2.0775054862072735f,-0.5503540950207236f,0.5121634639759796f,-0.6593928694352444f,0.06625003930988294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7645861000297702f,-0.15223760235165235f,0.6262841272709105f,0.14777416337228072f,0.16250684873162963f,0.8947749931959692f,0.4158957028708862f,2.1052408296093383f,-0.6236983403509914f,0.41976353341062556f,-0.6593928694352444f,-0.001360543694302302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8228284858143192f,-0.24133493439097742f,0.5145004687801723f,0.16922318929750604f,0.3280145194411436f,0.5376237016710694f,0.7767671661684037f,2.129667910382667f,-0.46406869962141384f,0.8079097751877987f,-0.3632107338552791f,-0.057175782076402934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7079797971638077f,-0.48379114753463237f,0.5145004687801723f,0.1864299869975827f,0.14582548575879567f,0.6126725856980373f,0.7767671661684037f,2.1302004434716126f,-0.6910134112382369f,0.624962741530409f,-0.3632107338552791f,-0.03166288050841566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7749450003913829f,-0.3670824348744871f,0.5145004687801723f,0.19989488378902368f,0.23987324023407225f,0.5823174376423177f,0.7767671661684037f,2.206546527082666f,-0.584740177333494f,0.7253667264386362f,-0.3632107338552791f,0.0646471221024238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7749450003913829f,-0.08502022287028563f,0.6262841272709105f,0.21902443393483792f,0.23987324023407225f,0.8772066991041156f,0.4158957028708862f,2.00917501978424f,-0.584740177333494f,0.4725250985396948f,-0.6593928694352444f,-0.041671025069007356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7865842004416607f,-0.048468999953694046f,0.6155778193364686f,-0.043641733377040484f,-0.0013757644433188415f,0.9970496386690774f,0.07674715175209251f,2.1583819635676735f,-0.6174815000368427f,0.05952120692115563f,-0.7843301747599025f,-0.19338042292141822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7844822657513681f,0.07517661247061905f,0.6155778193364686f,0.04747644928942442f,0.15461410034368125f,0.9849895200827546f,0.07674715175209251f,2.150498852973074f,-0.6005681099563258f,0.15538379022467882f,-0.7843301747599025f,-0.122638116061138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7793666583915169f,-0.11683989099874484f,0.6155778193364686f,0.06467428433711159f,-0.088269131058745f,0.9931356580045223f,0.07674715175209251f,2.142790473394286f,-0.6203194115048911f,0.0054776519902278165f,-0.7843301747599025f,-0.1098947460617277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7773272509859597f,0.1297162025946212f,0.6155778193364686f,0.04259188216963792f,0.22294686376201278f,0.9718048006861377f,0.07674715175209251f,2.157141947336375f,-0.5882661309418493f,0.1968987967149809f,-0.7843301747599025f,-0.12582171486321322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7880491473856424f,0.006518408219802235f,0.6155778193364686f,0.024370509346451383f,0.06817825379112853f,0.9947168443370876f,0.07674715175209251f,2.2716398348460047f,-0.6118253566294504f,0.10244954829742423f,-0.7843301747599025f,-0.1687619041911684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7880491473856424f,0.006518408219802235f,0.6155778193364686f,0.022903867496995883f,0.06817825379112853f,0.9947168443370876f,0.07674715175209251f,2.0478285448701605f,-0.6118253566294504f,0.10244954829742423f,-0.7843301747599025f,-0.1918130525580888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7844822657513681f,0.07517661247061905f,0.6155778193364686f,0.06319932997045999f,0.15461410034368123f,0.9849895200827546f,0.07674715175209251f,1.5212963047925354f,-0.6005681099563258f,0.15538379022467882f,-0.7843301747599025f,-0.17186591334244905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.25287471218623675f,-0.016022532946988133f,0.9673663516862112f,0.06920777982558053f,0.1500063182776012f,0.9871225586358207f,0.05556220576137827f,1.1511253453041026f,-0.955799395487111f,0.15916134163242468f,-0.24721485173071567f,-0.2315514164546083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5556503429878251f,-0.4693694874885673f,0.6862543118642186f,-0.09692422618574092f,-0.34480435950529736f,0.8811685376699638f,0.32349955469323227f,0.7918881794562135f,-0.7565465286442427f,-0.05687083993838725f,-0.6514622456912207f,0.07160664881570641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5556503429878251f,0.5808793369471785f,0.594837702441026f,0.12837002260175684f,-0.34480435950529736f,0.49002534785807533f,-0.800615458333596f,0.8510877053119897f,-0.7565465286442427f,-0.649964887024198f,-0.07199302488413417f,-0.12084295698526223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5344530683605793f,0.19732830063233092f,0.8218402883100332f,-0.1840762867545103f,0.10590374268631507f,0.9803355086853416f,-0.16651332588019235f,0.526919572530071f,-0.8385370087271001f,-0.001957595517161098f,-0.5448411262146043f,-0.2604260077515994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5344530683605793f,0.4758516970567123f,0.6985163420623808f,0.004485372255725567f,0.10590374268631507f,0.8576423046411635f,-0.5032236824463096f,0.8595471159512127f,-0.8385370087271001f,-0.19497394620317948f,-0.508764036953249f,-0.3385988907395958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4947731624671887f,0.5252393151951656f,0.692331697581102f,0.05638600921944518f,0.08147345730901469f,0.8212061180093945f,-0.5647854349202507f,1.0385632050572553f,-0.865194540815147f,-0.22303401874434745f,-0.44910381096848095f,-0.22243631010399778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6717946438633668f,0.33796618209927654f,0.6591440026532371f,0.05800594282989312f,-0.27424364951921376f,0.7131360525422096f,-0.645156873374916f,1.0057253269078852f,-0.688100557458628f,-0.6141789888312312f,-0.38639590125074025f,-0.22998218306508406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.560191553005246f,0.45705313545744913f,0.6908602284906009f,0.06495575550927235f,-0.027719546651203263f,0.8231964105576244f,-0.567079620845693f,1.0539981377552108f,-0.8278991790520283f,-0.336823545812281f,-0.44847836994822826f,-0.22875175158797806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5478476686632261f,0.05163183093240138f,0.8349832848475687f,0.0542251893256197f,0.12904584620510645f,0.9913632655510033f,0.023367612057264175f,1.0352437881376761f,-0.8265652433519547f,0.12055301634807274f,-0.5497789271442706f,-0.2216864135492937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5347385749954945f,-0.0877597706365171f,0.8404480228245016f,0.05423821850106636f,-0.20127910213777886f,0.9791936493240393f,-0.025817051847175802f,1.0345763859784964f,-0.820695667988078f,-0.1829699969429308f,-0.5412768245217103f,-0.22169499236305995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.549929090741914f,-0.019516894756485104f,0.8349832848475687f,0.053981228141163635f,0f,0.9997269400725085f,0.023367612057264175f,1.0477403748885825f,-0.8352113475975836f,0.012850529651460996f,-0.5497789271442706f,-0.22152578192865044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4985077856744792f,0.2841207460027311f,0.8190026796737476f,-0.05026254245402868f,0.12237362587040998f,0.9583683396066905f,-0.2579822112682265f,1.0961263505646364f,-0.8582043365733224f,-0.028381813373470927f,-0.5125229647112186f,-0.3848656580132937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6171470608466586f,0.16883916857611656f,0.768519902437703f,0.1835555747582985f,-0.22018079443793526f,0.9006321964740148f,-0.37467594589868103f,1.0898125815262454f,-0.7554137429574671f,-0.4004434814414106f,-0.5186473706884788f,-0.07486434379840559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.549929090741914f,0.10079487254979382f,0.8291069827371149f,0.038702633782539395f,0f,0.9926912333291118f,-0.12068187631755953f,0.9349499360840512f,-0.8352113475975836f,-0.06636647451234363f,-0.5459097873321477f,-0.22081980073580765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.549929090741914f,0.11524943304521149f,0.827221592645241f,0.06875000000000003f,0f,0.9904338524909598f,-0.13798834675404847f,1.15625f,-0.8352113475975836f,-0.07588380606343381f,-0.5446683879403645f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5181366723347839f,0.5735268853516312f,-0.6345087080258969f,-1.3763712106653003f,-0.5013247642559677f,0.8047086285150615f,0.317989785900596f,0.7782570328518466f,0.6929703236975843f,0.15333275896645623f,0.7044722815712479f,0.7506892618708317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47508162351954486f,0.5735268853516312f,-0.6673562487703921f,-1.3738327235452539f,0.17424948241896074f,0.8047086285150615f,0.5675219300345431f,0.7589729671481534f,0.8625164165804365f,0.15333275896645623f,-0.48223904462100237f,0.8423993670560129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.027077195947161403f,0.5735268853516312f,-0.8187391142717533f,-1.252291099964514f,-0.20569670083939273f,0.8047086285150615f,0.5568957626497062f,0.6850806356025441f,0.9782411219752664f,0.15333275896645623f,0.1397618413741969f,0.7755800382572928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5715894713324193f,-0.6028351468818507f,0.5566644069328152f,0.8966026269517404f,0.44599002492351003f,0.7977002734996952f,0.40591522677430864f,2.08752152287887f,-0.6887513150119223f,0.016249902844290898f,0.7248155397940216f,-1.2812962213720398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3331208121605033f,-0.6028351468818507f,0.7249967656406918f,0.8829200172413816f,-0.23313380027736819f,0.7977002734996952f,0.5561680544824052f,2.07530847712113f,-0.9136077690528682f,0.016249902844290898f,-0.4062718117022054f,-1.1893577081970197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14594783691049407f,-0.6028351468818507f,0.7844036043932264f,0.772100781437577f,0.13027248808256464f,0.7977002734996952f,0.5888152108321333f,1.9930927183751799f,-0.9806774738668804f,0.016249902844290898f,0.19495546390810703f,-1.2645702843707458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008592642042842406f,0f,0.000013050177306212246f,-0.5094269146857684f,0f,0.000015625f,0f,1.3223725f,-0.000013050177306212246f,0f,-0.000008592642042842406f,0.14079811198378034f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97.mcfunction new file mode 100644 index 000000000..7ba93fd81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..7b629d4ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5641896585394511f,-0.1061059754149181f,0.5808407661509569f,0.39837838294200184f,-0.052830878288589886f,0.8092214031742724f,0.0965093953372538f,1.284727029267319f,-0.5880844938789307f,0.029097887730124377f,-0.565910227362301f,-0.2580560487726519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5503819854811663f,0.11547124513153613f,0.5689868729642027f,0.39837838294200184f,0.25554245581185464f,0.7521703773072139f,0.09453981584057516f,1.284727029267319f,-0.5213230508383985f,0.2467916429891746f,-0.5543610390487848f,-0.2580560487726519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.20813272444854858f,-0.04332353126635638f,0.7885101680363302f,0.3788313629330698f,0.2659846231832962f,0.7716366469102863f,-0.027812044504751884f,1.29642886714073f,-0.7435572564961683f,0.263902256959101f,0.21076681315669257f,-0.33116128966838443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.20460613401894964f,0.03881458439154471f,0.7724181237906909f,0.3788313629330698f,-0.04854348857783787f,0.7980609435155963f,-0.027244451759756948f,1.29642886714073f,-0.7718677734162198f,-0.0399018605268984f,0.20646544962288255f,-0.33116128966838443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.387358096812943f,-0.5941481372961338f,-0.40451421749439564f,-0.2074065528698343f,0.5739488543433316f,0.3863714494636506f,1.4009661186614522f,1.655564139050377f,-0.4326967457764682f,-1.3925197822605226f,0.5613095689613369f,-0.9858116328522399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.410998211703676f,0.0010881183410358618f,0.9116355006113223f,-0.09342103974149905f,0.23431294579855963f,0.9665302506496379f,0.10448309916129604f,1.6218649650505772f,-0.8810095989304441f,0.256550366551334f,-0.3974971647883725f,-0.7662767462165399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.28196798920244576f,0.0010881183410358618f,0.9594231960212372f,-0.0066600545461788785f,0.246437209933997f,0.9665302506496379f,0.07133005074367355f,1.5433789471092354f,-0.9272339265930021f,0.256550366551334f,-0.2727987441270571f,-0.46121109604371324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4487340917339582f,-0.06289434747584337f,0.8914493905832723f,0.10949998827865541f,0.27320572510464947f,0.959417342789569f,-0.06983547898200002f,1.3497986968124691f,-0.850879748663548f,0.27488663738019437f,0.4477063657176066f,0.4268283318056358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11292166108796534f,-0.06289434747584337f,0.9916113147361332f,0.14267801852430925f,0.28050420077961646f,0.959417342789569f,0.028909439627763142f,1.4339272587849006f,-0.9531873330054924f,0.27488663738019437f,0.12598112869666706f,0.10668657571238693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.25589533620002697f,0.6919971303809791f,0.675024109536515f,-0.22981602794629524f,-0.0013238297298565392f,0.6980219758627032f,-0.7160751138585773f,1.1745823648975813f,-0.9667035866210085f,-0.1841338989898875f,-0.1777044818142197f,-0.28747454325586225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2501972392404433f,0.31193923698790244f,0.9165671027829143f,-0.16559887661867034f,0.019590461200756342f,0.9481135013854763f,-0.3173279097723901f,1.3503703469712807f,-0.9679966711236161f,-0.06143859469403415f,-0.2433264140524413f,-0.3005150698488214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.25607925201449305f,0.6146614807769305f,0.7460661369723255f,-0.14461271596056288f,0.12570013643093203f,0.7864220535853256f,-0.6047642758429801f,1.124769073170826f,-0.9584481688588815f,-0.06108696819903714f,-0.2786494032423305f,-0.012680237221862206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2528677481802635f,0.28268716057579485f,0.9252815091505058f,-0.08582586392041071f,0.14017820958120142f,0.9569759176389572f,-0.2540613363298016f,1.3026141743760693f,-0.9572919990728282f,0.06546038729392444f,-0.2816149253972128f,-0.0021665078879839483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7778313502152794f,0.08351464641645222f,0.6228994256348375f,0.32355936896041915f,0.1633274509408622f,0.983938878602058f,0.07203073610955972f,1.9729081486295428f,-0.6068793408837013f,0.15776434010656448f,-0.7789787407877731f,0.10420631121720497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7778313502152794f,0.08351464641645222f,0.6228994256348375f,0.40068553494470166f,0.1633274509408622f,0.983938878602058f,0.07203073610955972f,1.8505438909042746f,-0.6068793408837013f,0.15776434010656448f,-0.7789787407877731f,0.03421448703816954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7778313502152794f,0.08351464641645222f,0.6228994256348375f,-0.13341654929105745f,0.1633274509408622f,0.983938878602058f,0.07203073610955972f,2.0688630260572993f,-0.6068793408837013f,0.15776434010656448f,-0.7789787407877731f,-0.25233530155196954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7778313502152794f,0.08351464641645222f,0.6228994256348375f,-0.11462773457292094f,0.1633274509408622f,0.983938878602058f,0.07203073610955972f,1.9587483271525958f,-0.6068793408837013f,0.15776434010656448f,-0.7789787407877731f,-0.36784307629728263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7718467121112895f,-0.03403047962118779f,0.6348972983559972f,0.2429855729773371f,0.3087094356048859f,0.852903928181405f,0.42101469530319424f,2.0744882039056627f,-0.5558337317683276f,0.5209575949628534f,-0.6478055625564003f,0.06975234288866591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7570204584044095f,-0.15435493544889828f,0.6348972983559972f,0.15423266865219637f,0.17148514044288166f,0.8906960609242885f,0.42101469530319424f,2.103216606984195f,-0.6304862188537217f,0.42759219000880117f,-0.6478055625564003f,0.0014387903869128998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8178336104007433f,-0.2567978576462563f,0.5149786850027662f,0.17754272924948603f,0.33355380872042745f,0.5176950191279958f,0.7878665647545661f,2.1293776631562866f,-0.4689243461231053f,0.8161168589597676f,-0.33773248309077564f,-0.05486873492051125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6984510822850472f,-0.49695376006995673f,0.5149786850027662f,0.1943616033795159f,0.1572519645048156f,0.5954310168283271f,0.7878665647545661f,2.1294334312933425f,-0.6981675338442935f,0.6312676647438202f,-0.33773248309077564f,-0.029093010140922693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7675926860552711f,-0.38157361322197814f,0.5149786850027662f,0.20590034407050067f,0.24846186446298685f,0.5635006460062097f,0.7878665647545661f,2.203652273038926f,-0.5908199135286746f,0.7327131769275809f,-0.33773248309077564f,0.06911119305048989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7675926860552711f,-0.08778888799107712f,0.6348972983559972f,0.225652843868493f,0.24846186446298685f,0.8723607787184927f,0.42101469530319424f,2.0073710978272654f,-0.5908199135286746f,0.4809155673285646f,-0.6478055625564003f,-0.039094809598436975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7813195245921863f,-0.03919318862799234f,0.6228994256348375f,-0.03424802753843323f,0.007394666887016357f,0.9973750006678256f,0.07203073610955972f,2.159406881336434f,-0.6240874292858895f,0.06088515424982987f,-0.7789787407877731f,-0.19274579884002643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7778313502152794f,0.08351464641645222f,0.6228994256348375f,0.056188094901914704f,0.1633274509408622f,0.9839388786020581f,0.07203073610955972f,2.1505095356326875f,-0.6068793408837014f,0.15776434010656448f,-0.7789787407877731f,-0.12125254305752325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7749304564487776f,-0.10714053020159485f,0.6228994256348375f,0.0732013542116143f,-0.07956043103415013f,0.9942241753594485f,0.07203073610955972f,2.1426110688917626f,-0.62701907904126f,0.00626066441729034f,-0.7789787407877731f,-0.1083784855850935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7701109048998227f,0.13756998109386287f,0.6228994256348375f,0.05139593321928913f,0.23156570003020782f,0.9701489059031274f,0.07203073610955972f,2.1572056583595924f,-0.5943959292625549f,0.1997137969114789f,-0.7789787407877731f,-0.12446534974853368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7821502481327389f,0.015404378912649994f,0.6228994256348375f,0.03466099157001936f,0.07695001689726638f,0.9944296194075404f,0.07203073610955972f,2.271949624929177f,-0.6183200500108382f,0.10427097944917424f,-0.7789787407877731f,-0.16735367444329813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7821502481327389f,0.015404378912649994f,0.6228994256348375f,0.031195006314673118f,0.07695001689726638f,0.9944296194075404f,0.07203073610955972f,2.048202960562481f,-0.6183200500108382f,0.10427097944917424f,-0.7789787407877731f,-0.1908146448193623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7778313502152794f,0.08351464641645222f,0.6228994256348375f,0.0661570617520626f,0.1633274509408622f,0.983938878602058f,0.07203073610955972f,1.5212673934078946f,-0.6068793408837013f,0.15776434010656448f,-0.7789787407877731f,-0.17146586586389606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2552736406344308f,-0.007987936121180511f,0.9668358502216223f,0.06915253779750528f,0.1528197523046769f,0.987063058149549f,0.04850404665589608f,1.1511187466018138f,-0.95471539827468f,0.16013341972550288f,-0.2507504659701258f,-0.23151589826095964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5600305470918275f,-0.46621218546209287f,0.6848444965469807f,-0.10292816223692866f,-0.3493036247840339f,0.8824439485129603f,0.3150867427322048f,0.8051216447325849f,-0.7512341605896016f,-0.06276046414355858f,-0.6570451735639811f,0.07279155948713309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5600305470918275f,0.5962331960492478f,0.5752145358498231f,0.1251803397531972f,-0.3493036247840339f,0.4596459498080345f,-0.8165246956080414f,0.8512695731800989f,-0.7512341605896016f,-0.6582032943961682f,-0.04914935614296445f,-0.1187164621074985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5344940914850062f,0.20507900001878004f,0.819913818592488f,-0.1913499182326543f,0.10607379813641245f,0.9787210061488354f,-0.17565176193800908f,0.5303874807932454f,-0.8384893651779571f,-0.006913456032162091f,-0.5448741034488224f,-0.25533165720178125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5344940914850062f,0.4859657937104219f,0.691486307536901f,0.0011558710057975319f,0.10607379813641245f,0.8502624708783948f,-0.5155599673798215f,0.8595028090844594f,-0.8384893651779571f,-0.20221517737095465f,-0.5060085043991849f,-0.33640924369379444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4965017912202307f,0.5335255588777643f,0.684716327641799f,0.055119391828823736f,0.07795250283161323f,0.8130291486914064f,-0.5769809448156968f,1.038892815171632f,-0.8645284140023333f,-0.23309672113158542f,-0.4452600812786995f,-0.22154309702199085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6767022097070938f,0.3436883227501495f,0.6511163154020374f,0.05635198909546463f,-0.2739780702944796f,0.7032994414133058f,-0.6559770672100094f,1.005972443483001f,-0.6833813989093132f,-0.622292722529294f,-0.3817612226403165f,-0.22879709294566392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5621668460905895f,0.46565099348078554f,0.6834746443189511f,0.06385034795658846f,-0.02877642087451272f,0.8149128125606394f,-0.5788687463718878f,1.0541724304071438f,-0.8265230515588857f,-0.34508877147027756f,-0.44471719670698834f,-0.22801351148705856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.547938120359932f,0.06026420657304473f,0.834345277245905f,0.05328300790606401f,0.12597813138704483f,0.9919710962106345f,0.011083983710764134f,1.0364689745008058f,-0.8269784318037885f,0.11118259615962124f,-0.5511307500426313f,-0.2210332046442782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5380086053074579f,-0.07785598969150614f,0.839336157617602f,0.05328813874798966f,-0.2013835309662407f,0.9787635398444834f,-0.038296299124919456f,1.0359142292593602f,-0.818530032479379f,-0.18963221756930493f,-0.5422621211084677f,-0.2210365938463699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5511646076624124f,-0.009248437586585334f,0.834345277245905f,0.05316740243623169f,0f,0.9999385707657743f,0.011083983710764134f,1.048968206635378f,-0.8343965335860037f,0.006109099533279927f,-0.5511307500426313f,-0.2209568409001122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4995040106547884f,0.293471176464283f,0.8150892048876925f,-0.05110281469004924f,0.11947722360200866f,0.9552189440194304f,-0.2707064129767889f,1.0965454168413538f,-0.8580331790671831f,-0.03783434380392714f,-0.5121988149623049f,-0.3842843970454207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6208456278247144f,0.17715202521242812f,0.7636542845909211f,0.18309620715034358f,-0.21986312790806914f,0.8956875292856477f,-0.3865282070802232f,1.090307903496503f,-0.7524698740796314f,-0.40787376704724104f,-0.5171344880756616f,-0.07457818709532477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5511646076624124f,0.11129538022282164f,0.8269406953351592f,0.036355578947643394f,0f,0.9910643945046111f,-0.13338427922813284f,0.9353629108219844f,-0.8343965335860037f,-0.0735166939291075f,-0.5462396181653203f,-0.21921476499415124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5511646076624124f,0.12571053451186145f,0.8248723760516418f,0.06875000000000003f,0f,0.9885855739435664f,-0.15066042277475988f,1.15625f,-0.8343965335860037f,-0.0830386928089037f,-0.5448733800033265f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4746302734286669f,0.6073452383445647f,-0.6370697489327302f,-1.50947881179635f,-0.498701742458757f,0.7819644014847592f,0.373936153479684f,0.7781139483251686f,0.7252742071889966f,0.14022637508958896f,0.6740281063246586f,0.6353957545791593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.38747851080324536f,0.6073452383445647f,-0.6935359869003788f,-1.5046110589742845f,0.1374834464570638f,0.7819644014847592f,0.6079720197187284f,0.7579385516748312f,0.9115693641275939f,0.14022637508958896f,-0.3864943183453632f,0.7268196073335955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.051922696768698706f,0.6073452383445647f,-0.7927394244141317f,-1.3881340217231974f,-0.21520423093693272f,0.7819644014847592f,0.5849947126234779f,0.6802770431064782f,0.9751877627139853f,0.14022637508958896f,0.17130496543336027f,0.6554119361413734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5310160516254359f,-0.6267881610257217f,0.5702267567504409f,0.9816619111928384f,0.43042556040940105f,0.7791819051913135f,0.4556417403714106f,2.0697329645862124f,-0.7299012192498279f,0.0034870934069753945f,0.6835437442601502f,-1.2307974744738526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2667195741375637f,-0.6267881610257217f,0.7321183442380546f,0.9671335712035893f,-0.2103448746272759f,0.7791819051913135f,0.5904494833095126f,2.057635160413788f,-0.9405401121110742f,0.0034870934069753945f,-0.3396647430771389f,-1.1389735507319296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15496895988532428f,-0.6267881610257217f,0.7636237441764463f,0.8598541795717469f,0.12904324450585927f,0.7791819051913135f,0.613370523965601f,1.97167848390516f,-0.97945518658051f,0.0034870934069753945f,0.2016317873255834f,-1.2151302807017286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008611946994725194f,0f,0.00001303744583728131f,-0.5088756473961811f,0f,0.000015625f,0f,1.3223725f,-0.00001303744583728131f,0f,-0.000008611946994725194f,0.14165341078675148f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98.mcfunction new file mode 100644 index 000000000..c0381bb81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..c0ed073a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5450273399370776f,-0.09585772548384221f,0.6005838323087145f,0.4021050302078654f,-0.04463298254783511f,0.8105887581302539f,0.0888718544094903f,1.2830166231807063f,-0.606545579519332f,0.026487848201795488f,-0.5462099397737474f,-0.2643159564657993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5291978129963801f,0.11756271925452542f,0.5883270194044551f,0.4021050302078654f,0.2634743403888615f,0.7503346931053521f,0.08705814309501092f,1.2830166231807063f,-0.5390092268936615f,0.2513500653749243f,-0.5350627981457118f,-0.2643159564657993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1678545709513841f,-0.02935198992314351f,0.7986912721087686f,0.38300273144884495f,0.26648175083945347f,0.7714708346435009f,-0.027652707072611193f,1.2942523798410392f,-0.7534963595961899f,0.2662999369629213f,0.16814286810114157f,-0.33319666467718057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.16291584273402265f,0.03635996142502073f,0.7823914502289978f,0.38300273144884495f,-0.04803141706049836f,0.7980972393114423f,-0.02708836611194566f,1.2942523798410392f,-0.7817617355444201f,-0.041457807571377236f,0.16471138099703664f,-0.33319666467718057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3972547223111855f,-0.6596496226911347f,-0.2322667997423147f,-0.22570868198572555f,0.4206638672968169f,0.37819473718715657f,1.4565084625620353f,1.656994538636797f,-0.5586836329533723f,-1.3650045296801698f,0.5157920920512841f,-0.9765952296664269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4449679929877915f,0.010316198020136377f,0.8954870525444947f,-0.10328510526247606f,0.23506130939849254f,0.9662193394462453f,0.10567104099008155f,1.6231175325740688f,-0.8641467850083588f,0.25751459014679284f,-0.43236161927401284f,-0.7616796959898995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.30856488954593775f,0.010316198020136377f,0.9511473518850342f,-0.007446888688861994f,0.24803640284800427f,0.9662193394462453f,0.06998664831440263f,1.5442145131650475f,-0.918294969931626f,0.25751459014679284f,-0.300700156401362f,-0.45975918255682025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4243279417465983f,-0.052934910904690144f,0.9039600063391124f,0.12300436250803704f,0.2758981903373137f,0.9583811575267316f,-0.0733876383753925f,1.347777374782051f,-0.862453469134243f,0.28054135542774183f,0.42127255010631137f,0.4266944433215192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08861313149198105f,-0.052934910904690144f,0.9946585384616661f,0.14799120082654388f,0.2843350968469788f,0.9583811575267316f,0.02567312989764168f,1.43320560548237f,-0.9546210062785148f,0.28054135542774183f,0.09997640855002454f,0.10615300148402776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2657111194258073f,0.702828865268992f,0.6598705836436307f,-0.23114114110606468f,0.007251803232112735f,0.6859134204166215f,-0.727647023660685f,1.176974693551606f,-0.9640254210151138f,-0.18855865357249452f,-0.18735159940486473f,-0.2842227260848299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.26090197884272703f,0.32246220219048416f,0.9099166366181096f,-0.16499249921648573f,0.022978278380233717f,0.9443693300714521f,-0.32808317107568463f,1.3519934231207804f,-0.9650917863906158f,-0.06468923077962616f,-0.2537974532230585f,-0.2979381909386539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.26583979242417727f,0.6235791008028491f,0.7351722994004747f,-0.14309587272363178f,0.13366287108168148f,0.7790898437540769f,-0.6124975528550703f,1.1262157518076552f,-0.9547059451255514f,-0.06456098203371945f,-0.2904624553032107f,-0.010661533371259748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2629229668139927f,0.29256627617860054f,0.9193891926516841f,-0.08249351348607116f,0.14481259987955597f,0.9540875598769466f,-0.2621950400068191f,1.3034684502845402f,-0.9538872178815753f,0.06420204148654995f,-0.2932188149336731f,-0.0004562681858670814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7731005404401428f,0.09211630140059901f,0.6275588748375993f,0.3295093358344084f,0.17175860812704274f,0.9828357408892487f,0.06732671806157188f,1.9699323809206182f,-0.6105854034493623f,0.15983896097934142f,-0.7756526101597444f,0.10659799185021437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7731005404401428f,0.09211630140059901f,0.6275588748375993f,0.40581971294186375f,0.17175860812704274f,0.9828357408892487f,0.06732671806157188f,1.8469488453229703f,-0.6105854034493623f,0.15983896097934142f,-0.7756526101597444f,0.03679764215467174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7731005404401428f,0.09211630140059901f,0.6275588748375993f,-0.12468723167417554f,0.17175860812704274f,0.9828357408892487f,0.06732671806157188f,2.070840563195256f,-0.6105854034493623f,0.15983896097934142f,-0.7756526101597444f,-0.252120932676286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7731005404401428f,0.09211630140059901f,0.6275588748375993f,-0.10635939509973087f,0.17175860812704274f,0.9828357408892487f,0.06732671806157188f,1.9607389232071362f,-0.6105854034493623f,0.15983896097934142f,-0.7756526101597444f,-0.3677151876305308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7663863392277063f,-0.034251527993767204f,0.6414661424231584f,0.24948767274201336f,0.31673231790071915f,0.8486091247449814f,0.4237253735579146f,2.0716837889028583f,-0.5588672631693443f,0.5279103960234622f,-0.6395138746954272f,0.07239211997413937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7515927321880802f,-0.153719071838239f,0.6414661424231584f,0.16136636896703807f,0.18008110302247327f,0.8877091889450143f,0.4237253735579146f,2.101372218181812f,-0.6345700601637826f,0.43398484168894114f,-0.6395138746954272f,0.003672591360017685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8138733041806734f,-0.2667121880051434f,0.5162120237959812f,0.18609912848470464f,0.3395678041110933f,0.5025898044773937f,0.7950454042672942f,2.1288482265826674f,-0.47149119944406565f,0.8223552135208267f,-0.3184775528069636f,-0.052978850171741615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6916209106791817f,-0.5051590466375487f,0.5162120237959812f,0.2026497107970362f,0.16763938204079482f,0.5829235307846433f,0.7950454042672942f,2.1284957442301233f,-0.7025365139978705f,0.6364074912018307f,-0.3184775528069636f,-0.027032374374171775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.762130194810597f,-0.3907463533373272f,0.5162120237959812f,0.21295913545552875f,0.2567647937639252f,0.5495221977653164f,0.7950454042672942f,2.2010078587961175f,-0.5943310582842957f,0.7384731826659363f,-0.3184775528069636f,0.07257361709034296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.762130194810597f,-0.08762850154324398f,0.6414661424231584f,0.2326755483027586f,0.2567647937639252f,0.8686360851856055f,0.4237253735579146f,2.0055647396293566f,-0.5943310582842957f,0.4876398232617093f,-0.6395138746954272f,-0.037145343143541454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7779925542316161f,-0.029957372593947908f,0.6275588748375993f,-0.024964402418963354f,0.015894591295500804f,0.9976043679749034f,0.06732671806157188f,2.1603331651926974f,-0.628072406277903f,0.062354477182162145f,-0.7756526101597444f,-0.19187206727676545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7731005404401428f,0.09211630140059901f,0.6275588748375993f,0.06501348381042596f,0.17175860812704274f,0.9828357408892487f,0.06732671806157188f,2.1504535598066026f,-0.6105854034493623f,0.15983896097934142f,-0.7756526101597444f,-0.1199310218846798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.772421100621197f,-0.0976498946630541f,0.6275588748375993f,0.0818839170308561f,-0.07111284208224769f,0.9951934870797954f,0.06732671806157188f,2.1423715358788886f,-0.631116951924225f,0.0073770825026931025f,-0.7756526101597444f,-0.10698314571957601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.764791598019471f,0.14582067827091816f,0.6275588748375993f,0.060302224404778136f,0.23989936834433154f,0.9684603275834527f,0.06732671806157188f,2.157200501925385f,-0.597948245809631f,0.20204188596813544f,-0.7756526101597444f,-0.12315713515896126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7781871241460696f,0.024385619242421372f,0.6275588748375993f,0.04488717752226771f,0.08544523577163039f,0.9940655032335586f,0.06732671806157188f,2.2721691298886677f,-0.6221928250126326f,0.10601470112760561f,-0.7756526101597444f,-0.1659383862521708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7781871241460696f,0.024385619242421372f,0.6275588748375993f,0.03940041319272291f,0.08544523577163039f,0.9940655032335586f,0.06732671806157188f,2.048504391661117f,-0.6221928250126326f,0.10601470112760561f,-0.7756526101597444f,-0.18979169400588203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7731005404401428f,0.09211630140059901f,0.6275588748375993f,0.06921716144125876f,0.17175860812704274f,0.9828357408892487f,0.06732671806157188f,1.5212272885000728f,-0.6105854034493623f,0.15983896097934142f,-0.7756526101597444f,-0.17114684200913224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2639967543373266f,0.00029580381566249314f,0.9645235228855024f,0.06910623501038533f,0.15527991307596853f,0.9869688117483466f,0.042198497972987664f,1.1511139840944429f,-0.9519421528089178f,0.16091139529616677f,-0.26060249532451507f,-0.2314886152451948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.567602698555624f,-0.46281727977164644f,0.680901859402034f,-0.10595347011641687f,-0.3522301269018416f,0.884035885494696f,0.307269410876386f,0.8155616795473111f,-0.7441512711103075f,-0.06542720154784494f,-0.6647993434131321f,0.07450442511605647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.567602698555624f,0.6046505141587768f,0.5587709121991772f,0.12313385021024176f,-0.3522301269018416f,0.43510244226674516f,-0.828625248490671f,0.8514660632008211f,-0.7441512711103075f,-0.6671458764476033f,-0.03398919304533732f,-0.11722700419402916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5387326216582917f,0.21156750765003549f,0.8154792162084428f,-0.19809988539417955f,0.10701117933641723f,0.9772987019058115f,-0.18285473674544167f,0.5340911608031053f,-0.8356529003469163f,-0.011244419058705907f,-0.54914278032386f,-0.24955675128423416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5387326216582917f,0.4949915215813875f,0.6817261590431505f,-0.002095820808614035f,0.10701117933641723f,0.84284387826805f,-0.5274114184989754f,0.8595027176046567f,-0.8356529003469163f,-0.21118141591677805f,-0.5070371186739406f,-0.33424635037190453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5022227371033557f,0.5394965795777852f,0.6758074895710199f,0.05415908202742617f,0.07535270895474289f,0.805847258338801f,-0.5873092588075036f,1.0392942087559325f,-0.8614489489166468f,-0.24403613841336722f,-0.445367344513152f,-0.22074397701736836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6841275506905288f,0.3456153122327099f,0.6422768486692202f,0.055030799138775344f,-0.27314068041402534f,0.6951160548082795f,-0.6649870969054481f,1.0063095048963149f,-0.6762866722693428f,-0.6303679293064164f,-0.38114644247690366f,-0.2277539731351353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5681292534843175f,0.4709133174285778f,0.6748850263591301f,0.062988706729212f,-0.029717074881569695f,0.8078162439808939f,-0.5886848150080685f,1.0544407633305743f,-0.8224026062676574f,-0.35450467335285196f,-0.4449498733286173f,-0.22739093964273435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5523910199159304f,0.06764157578054027f,0.8308361922437923f,0.05262565155926671f,0.12369394328361277f,0.9923193556357023f,0.001450801742126251f,1.03762844031025f,-0.8243567004101979f,0.10357081469540541f,-0.5565151541801369f,-0.22044950245027858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5449026462003713f,-0.07074170947502616f,0.8355098543430736f,0.05262614306833622f,-0.20111255780512863f,0.9783754762698156f,-0.04832356078446874f,1.037220677938366f,-0.8140238603732153f,-0.19436316002360748f,-0.547346432133001f,-0.22044983167551957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5565157398647594f,-0.0012053798636867952f,0.8308361922437923f,0.052610584310970626f,0f,0.9999989475865987f,0.001450801742126251f,1.0501284271550826f,-0.8308370666278555f,0.0008073940049165007f,-0.5565151541801369f,-0.22043941002521714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5046280833724021f,0.30102857670137995f,0.8091552962695343f,-0.05256234506046961f,0.11752721131464505f,0.9524695784382425f,-0.28104991860927314f,1.0970025461926647f,-0.8552998609099028f,-0.046727916268733294f,-0.5160219469835401f,-0.3831904653505759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6276674347944262f,0.1820151767690502f,0.7569042652306277f,0.18349568362697513f,-0.21915277593560464f,0.891648068769333f,-0.39615121135702364f,1.090780921486131f,-0.7469977590985822f,-0.4145288854659589f,-0.5197693248125046f,-0.07491101827011162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5565157398647594f,0.11942170338417281f,0.8222096375278036f,0.03451677330401346f,0f,0.9896159795384812f,-0.14373660995756174f,0.9357268608926155f,-0.8308370666278555f,-0.07999168583618482f,-0.5507368690348466f,-0.21772288387326003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5565157398647594f,0.13375305165110218f,0.8200002149126531f,0.06875000000000003f,0f,0.9869567064945882f,-0.16098589846739733f,1.15625f,-0.8308370666278555f,-0.08959118639337667f,-0.549256941729322f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4423708693930577f,0.6321352912280351f,-0.6361705647831231f,-1.6066252887500623f,-0.48918757799754187f,0.7646126446581926f,0.41959863817903814f,0.7821857084069346f,0.7516671653367131f,0.12558852341218002f,0.6474750924489832f,0.5137928567932851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.30956753772002665f,0.6321352912280351f,-0.7103329593746917f,-1.5994952351852778f,0.10062588892623137f,0.7646126446581926f,0.6365861560752089f,0.7613242915930654f,0.9455381378177012f,0.12558852341218002f,-0.3003084293178976f,0.6049137990880251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.07605390469103579f,0.6321352912280351f,-0.7711165781937867f,-1.487392775238602f,-0.22252177934793865f,0.7646126446581926f,0.6048566452843449f,0.6810265032073483f,0.971956717810559f,0.12558852341218002f,0.19881564699508486f,0.5295309808913924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.49792034247245265f,-0.6435248708483134f,0.5813355942584086f,1.0524594608280993f,0.41158481578341244f,0.765392508382187f,0.4947446286004107f,2.055702778920745f,-0.7633303819242687f,-0.007074511437935249f,0.6459695653196557f,-1.1805169171725776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2122089594454657f,-0.6435248708483134f,0.7354203547160865f,1.0372432619742247f,-0.18728557490880215f,0.765392508382187f,0.6157096893370311f,2.0437572210792543f,-0.9591097283221313f,-0.007074511437935249f,-0.2829460731760777f,-1.0887845159160152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1623061211079958f,-0.6435248708483134f,0.7480190262623928f,0.932648507461803f,0.12741928364256794f,0.765392508382187f,0.6308237743367309f,1.9551064338494901f,-0.9784789467366641f,-0.007074511437935249f,0.20622536721030021f,-1.1655845216258414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008695558435386868f,0f,0.000012981829166060243f,-0.5064671356591246f,0f,0.000015625f,0f,1.3223725f,-0.000012981829166060243f,0f,-0.000008695558435386868f,0.14535800462863557f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99.mcfunction new file mode 100644 index 000000000..d7d6eb9c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..c5319140b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5380710477838889f,-0.08754067187337329f,0.608079454306056f,0.404408152819316f,-0.038634138643899696f,0.8115548448420135f,0.08264733261965342f,1.2814004251181115f,-0.6131324451637155f,0.025686748059224628f,-0.5388443561049423f,-0.2720278777077389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5197843521977007f,0.1224821293872223f,0.5956696695242998f,0.404408152819316f,0.2692656035533296f,0.7489602175764496f,0.08096065236210948f,1.2814004251181115f,-0.5452708152409022f,0.25309429165551917f,-0.527847532510964f,-0.2720278777077389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.13260466999808698f,-0.016046009699605037f,0.8056692693108403f,0.38492308194091474f,0.26682886719188303f,0.7713179573435598f,-0.02855536301466223f,1.2923665389648775f,-0.7603701740417225f,0.267872317898888f,0.1304839613733513f,-0.3380328471777992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.12602574621477985f,0.03518794807108437f,0.7892270393249048f,0.38492308194091474f,-0.04765995847769168f,0.7980890063012643f,-0.02797260050415892f,1.2923665389648775f,-0.7885721524685694f,-0.0426115750894899f,0.12782102338614007f,-0.3380328471777992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3699452112755746f,-0.747306819336119f,-0.07866947233111304f,-0.25201630431176114f,0.2878544405653915f,0.37080104838476113f,1.4903196481169896f,1.6578147125886324f,-0.6941154004557945f,-1.3211530381793382f,0.4627793324680747f,-0.9632151217934786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.490567486755492f,0.020556164639940117f,0.8711607113694327f,-0.11835189881117521f,0.2346965945970559f,0.965896254109002f,0.1093706303481117f,1.6240688166872146f,-0.8392026271544587f,0.25811212755989166f,-0.47866175968376745f,-0.7550832342071438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.34581131603782483f,0.020556164639940117f,0.938078876105567f,-0.010196274481575687f,0.24910091961078f,0.965896254109002f,0.0706622823524816f,1.5449147626641397f,-0.9046343269792781f,0.25811212755989166f,-0.33913841430491887f,-0.4578041401042516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3951002309252366f,-0.04114462599935152f,0.9177161474411347f,0.1408464249645411f,0.28028839333326244f,0.9567597804135747f,-0.0777762119521555f,1.3452367006635666f,-0.8748338265553539f,0.2879545838050538f,0.3895483712970382f,0.42555344084302243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05778178677639645f,-0.04114462599935152f,0.9974810198035353f,0.15545719483741918f,0.2899947686027017f,0.9567597804135747f,0.022666203167574693f,1.4325770072667499f,-0.9552823139260941f,0.2879545838050538f,0.06721501592401569f,0.1048864221598037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2811515755995021f,0.7113795183570089f,0.6441218614517502f,-0.23276831719897909f,0.020088829700414937f,0.6754112870912112f,-0.7371675740230716f,1.1790543107614744f,-0.9594530892436509f,-0.19431617053643066f,-0.20418372954001884f,-0.2793453095970028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.278200224269674f,0.331520639606311f,0.9014980314628124f,-0.16497383457615322f,0.028890725960500907f,0.9410124786034102f,-0.33713623517228386f,1.353387049029787f,-0.9600885173616953f,-0.06774644365343975f,-0.2713677545371464f,-0.29374381624787993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2812624163084079f,0.6315382548095713f,0.7225308892251163f,-0.13993755915954367f,0.14466691907660167f,0.7722253930661249f,-0.6186593770636252f,1.1275388824193537f,-0.9486637632466204f,-0.06947931358289469f,-0.3085606735908028f,-0.0075381539786274696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2793739024753506f,0.3020919875605906f,0.9114223245386223f,-0.07759892196356656f,0.1510323474836902f,0.9512273673878f,-0.26899019600357377f,1.304212825079544f,-0.948229641294375f,0.06250541243898204f,-0.3113737638057734f,0.0022355248298955854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7705781939820644f,0.10100682543451767f,0.6292907660016799f,0.3364294092809686f,0.1798271830327177f,0.9817024558368346f,0.06262964510872879f,1.9670430567407466f,-0.6114502687887687f,0.1614246245762051f,-0.7746422783314718f,0.1078192405459425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7705781939820644f,0.10100682543451767f,0.6292907660016799f,0.4116962476886387f,0.1798271830327177f,0.9817024558368346f,0.06262964510872879f,1.8434582596263587f,-0.6114502687887687f,0.1614246245762051f,-0.7746422783314718f,0.03794783395992016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7705781939820644f,0.10100682543451767f,0.6292907660016799f,-0.11628527968349427f,0.1798271830327177f,0.9817024558368346f,0.06262964510872879f,2.072691526772468f,-0.6114502687887687f,0.1614246245762051f,-0.7746422783314718f,-0.25140779236745914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7705781939820644f,0.10100682543451767f,0.6292907660016799f,-0.09881180582447892f,0.1798271830327177f,0.9817024558368346f,0.06262964510872879f,1.9625937683855343f,-0.6114502687887687f,0.1614246245762051f,-0.7746422783314718f,-0.3671379691126391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7628603452390037f,-0.030957260976705904f,0.6458217568761898f,0.2570030649019581f,0.3244823419648927f,0.8456279842791338f,0.4238213325883767f,2.0691500373694884f,-0.5592452980712548f,0.5328742442610911f,-0.6350509714884026f,0.07396938074649874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7486254859349437f,-0.14991377573132264f,0.6458217568761898f,0.16926189084752524f,0.18820206454397384f,0.8859771221337481f,0.4238213325883767f,2.099756424998264f,-0.635719957772332f,0.438828439030084f,-0.6350509714884026f,0.0051662119468943585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8111210178120646f,-0.2703508186450088f,0.5186454755625409f,0.1949205702088624f,0.34608660816177106f,0.49299759290281026f,0.7982339463109268f,2.1280584856969766f,-0.4714941718776612f,0.8269605844597482f,-0.3063159114956159f,-0.05172645382280397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6878789320896342f,-0.5077690867566973f,0.5186454755625409f,0.21133914752745336f,0.17680328950182955f,0.5758152166956136f,0.7982339463109268f,2.1273770368044054f,-0.703962478835738f,0.6407865407107526f,-0.3063159114956159f,-0.025702780537883982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7588425864167168f,-0.3939096339503437f,0.5186454755625409f,0.22121939020502365f,0.2647038930056267f,0.5410678478569485f,0.7982339463109268f,2.1986795486685153f,-0.5950544328614431f,0.7430213888553653f,-0.3063159114956159f,0.07481576072565974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7588425864167168f,-0.08409629828797208f,0.6458217568761898f,0.24014105731981733f,0.2647038930056267f,0.8662028209782501f,0.4238213325883767f,2.0037839139484093f,-0.5950544328614431f,0.49256520943280396f,-0.6350509714884026f,-0.03601141139672098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7768920464152042f,-0.02078172374504999f,0.6292907660016799f,-0.015823780383597108f,0.024041113495966965f,0.9977472387410695f,0.06262964510872879f,2.161165527104409f,-0.6291746761263287f,0.06378532388218867f,-0.7746422783314718f,-0.19088232093148622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7705781939820645f,0.1010068254345177f,0.6292907660016799f,0.07395316255241799f,0.17982718303271772f,0.9817024558368347f,0.06262964510872879f,2.1503451222740044f,-0.6114502687887687f,0.1614246245762051f,-0.7746422783314718f,-0.11882567667594474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7721244910598962f,-0.08841324635209138f,0.6292907660016799f,0.09072885116232123f,-0.06300977186599875f,0.9960458303727543f,0.06262964510872879f,2.142087770199243f,-0.6323397338099919f,0.008706415251693703f,-0.7746422783314718f,-0.10586533202863706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7616552242642484f,0.15451359544064985f,0.6292907660016799f,0.06930949325819243f,0.2478692346380581f,0.9667669678229073f,0.06262964510872879f,2.157140257479792f,-0.5987003940794771f,0.20368401692451282f,-0.7746422783314718f,-0.12204863696439554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7764492362033737f,0.033462149127289134f,0.6292907660016799f,0.05502549237794127f,0.09358187961430786f,0.9936397533117363f,0.06262964510872879f,2.272309654201729f,-0.6231925989668452f,0.10751895281472562f,-0.7746422783314718f,-0.16468221421059998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7764492362033737f,0.033462149127289134f,0.6292907660016799f,0.04749650882430123f,0.09358187961430786f,0.9936397533117363f,0.06262964510872879f,2.0487407097065886f,-0.6231925989668452f,0.10751895281472562f,-0.7746422783314718f,-0.1888739785939132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7705781939820644f,0.10100682543451767f,0.6292907660016799f,0.07238744859931646f,0.1798271830327177f,0.9817024558368346f,0.06262964510872879f,1.5211826268014734f,-0.6114502687887687f,0.1614246245762051f,-0.7746422783314718f,-0.17096524389276374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.27959972036027736f,0.008846111679443686f,0.9600759046464034f,0.06907015671952509f,0.1573575166407786f,0.9868582664893215f,0.0367338239003005f,1.1511107768679778f,-0.9471338914488816f,0.1613459270320947f,-0.2773172975114465f,-0.23146996652979923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5784874497531968f,-0.4591941847672017f,0.6741609386148295f,-0.10593505969499602f,-0.35347572036798613f,0.8859794590379739f,0.30015881341901757f,0.8228765800654442f,-0.7351239253271356f,-0.06466141692512142f,-0.6748419930419711f,0.07706277251275497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5784874497531968f,0.60577927619198f,0.5462451272225352f,0.12235491266790167f,-0.35347572036798613f,0.4173538738748461f,-0.8371801831577192f,0.8516499132870652f,-0.7351239253271356f,-0.677382618981311f,-0.02730571210651972f,-0.116419650931763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.547472993957969f,0.21663473442878356f,0.8082961788389625f,-0.20418061756482364f,0.10878964691489595f,0.9761381867609206f,-0.18793364007338997f,0.5380034147984325f,-0.829721720585179f,-0.01495433669784782f,-0.5579769118907139f,-0.24296496441557844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.547472993957969f,0.5026919773722924f,0.6690097882484473f,-0.0052260968085721254f,0.10878964691489595f,0.8354337721266958f,-0.5387162751526006f,0.8595239641234553f,-0.829721720585179f,-0.22215127340552132f,-0.5120651112050842f,-0.3320841453028699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5121941836779418f,0.5428264119378796f,0.6655799010705885f,0.05354598447349045f,0.07374574095326258f,0.7998824135967483f,-0.5956086719565915f,1.0397638328532228f,-0.8556977760271094f,-0.25598361455625956f,-0.44972625582788817f,-0.2200423388875303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6941581785562059f,0.3433741588101449f,0.6326441418403842f,0.054090709971625316f,-0.2717416165745747f,0.6888492839468734f,-0.6720440147991174f,1.0067314287705103f,-0.6665590123649724f,-0.6384205910426958f,-0.38486131523930484f,-0.22685806919675422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5783461551047901f,0.47243679333438465f,0.6650708241829812f,0.062404174348510165f,-0.030537351364871523f,0.802137426257341f,-0.596358130294932f,1.054803909595548f,-0.815219721944412f,-0.3652109331621558f,-0.44948612798584003f,-0.2268900438843207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5615025587903272f,0.07354461440344977f,0.824200258531968f,0.052276092578691216f,0.12229122491466286f,0.9924803892754049f,-0.005247209983605006f,1.0387033182863499f,-0.8183884974636353f,0.09784613735855184f,-0.5662741391086342f,-0.21993145496657213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5556556835814517f,-0.0667259788255571f,0.8287305985984834f,0.05227512485460665f,-0.20044602154827246f,0.9781233523746645f,-0.05564260943572855f,1.0384795603739512f,-0.8068879437376041f,-0.19703388360664986f,-0.5568747569802226f,-0.21993079008310817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5662819349427524f,0.004324811363443981f,0.824200258531968f,0.05233015272073427f,0f,0.9999862332989329f,-0.005247209983605006f,1.0512031462025866f,-0.824211605206753f,-0.0029714002225667557f,-0.5662741391086342f,-0.2199685974693542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5141568498859749f,0.3065218906931838f,0.8010537211955306f,-0.05467869315393683f,0.1166094836218995f,0.9502695707014763f,-0.2887732178167943f,1.0974945177541835f,-0.8497322884560554f,-0.05506426722210757f,-0.5243309684069092f,-0.38152034323578177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6377858022894608f,0.18307196156268976f,0.7481403125668193f,0.18481894997572879f,-0.2180388968903168f,0.8886922462982421f,-0.4033424485623087f,1.0912210696291977f,-0.7387071881610755f,-0.4203697756249537f,-0.5268784887430719f,-0.07592307956813288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5662819349427524f,0.12486789411373145f,0.8146979680698205f,0.03325306892182647f,0f,0.9884572880594833f,-0.1514998009308646f,0.9360159893234544f,-0.824211605206753f,-0.08579160041457179f,-0.5597455056905897f,-0.21634027203955106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5662819349427524f,0.13906731619103022f,0.8123946403841648f,0.06875000000000003f,0f,0.9856627051257985f,-0.1687276851144862f,1.15625f,-0.824211605206753f,-0.09554744000504267f,-0.5581629838595447f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4250091661819425f,0.6477506827358093f,-0.6322865344735904f,-1.6616139193091357f,-0.47793334604485094f,0.7537928270495302f,0.4509723834416579f,0.7916378030071229f,0.768730723595527f,0.11052342242244362f,0.629950512101012f,0.38791083306874885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24709399218639216f,0.6477506827358093f,-0.7206688643480332f,-1.6523017967241462f,0.07063474079518331f,0.7537928270495302f,0.6533047583490221f,0.7703196969928772f,0.9664136238786103f,0.11052342242244362f,-0.23201138049208195f,0.47872870151393704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09932930757322056f,0.6477506827358093f,-0.7553494169404762f,-1.5436554454755695f,-0.22739313081862145f,0.7537928270495302f,0.6165133720732927f,0.6885017441890061f,0.9687239300820072f,0.11052342242244362f,0.2221677753016855f,0.39999460099609013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4753743562860431f,-0.6528509715448962f,0.5897498031695437f,1.1071099937327686f,0.3942676307857261f,0.7573389246796518f,0.5205677558970392f,2.0462030756498852f,-0.7864936469547869f,-0.014945304210820631f,0.6174175096171193f,-1.1324051345577926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1739267400949954f,-0.6528509715448962f,0.7372483286063206f,1.091378805168101f,-0.16907517714413106f,0.7573389246796518f,0.6307545779768464f,2.034451299350115f,-0.9701355954471566f,-0.014945304210820631f,-0.2421023839792525f,-1.0407345942509796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1677993446897877f,-0.6528509715448962f,0.738667035188767f,0.9884443441721198f,0.1253522805308793f,0.7573389246796518f,0.640877959467149f,1.9441954935799277f,-0.9778190966060061f,-0.014945304210820631f,0.20891733339926694f,-1.1179074644142761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008848155233480507f,0f,0.000012878306331355518f,-0.501982618445092f,0f,0.000015625f,0f,1.3223725f,-0.000012878306331355518f,0f,-0.000008848155233480507f,0.15212008301256247f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..6cfff69e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6567918635467208f,-0.11581012625307939f,-0.4713352385304073f,0.04333584448383214f,-0.14888456938945951f,0.8029159999343569f,0.010184620344971584f,1.358158808869284f,0.46195484348687726f,0.09411884057457258f,-0.6668461673222373f,-0.3087245147519885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6378271116420481f,0.14140286634000462f,-0.4617161520297868f,0.04333584448383214f,0.16624774960657943f,0.7824718204460501f,0.009976770950176246f,1.358158808869284f,0.45336327752158134f,-0.08799477029162017f,-0.6532370618666815f,-0.3087245147519885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7067971565906003f,0.12462740859494867f,0.3896796542120136f,-0.03711828873380342f,0.1476565481192911f,0.8031325332171715f,0.010960033307825278f,1.3583114985196134f,-0.38154916809944983f,0.07994115060168257f,-0.7176169515887576f,-0.3187219917970955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6863885104644364f,-0.15216866926940323f,0.38172700820768685f,-0.03711828873380342f,-0.16744031197414105f,0.7822074357342929f,0.010736359158685987f,1.3583114985196134f,-0.37527930215829214f,-0.07068396971563613f,-0.702971707678783f,-0.3187219917970955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.426511723055638f,0.2031008508476111f,1.4893770659175223f,-0.5788299803429463f,1.3804100813537326f,0.6656844074391329f,0.3045300099980153f,1.293277650042314f,-0.5949470626812877f,1.3989355110502366f,-0.3611421860286074f,0.4349448395841881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2099685150188464f,-0.9653990391983874f,-0.15465418783728715f,-0.5517168816823196f,-0.4806166697531505f,0.23966478916505138f,-0.8435451414061148f,1.4071689564029455f,0.8514228323554469f,-0.10278853997066961f,-0.5143089310857107f,0.2144322668264807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6795725945293832f,-0.7259006680122146f,-0.10606275945883623f,-0.2984375f,-0.45021725693812237f,0.5268224730742626f,-0.720945562035741f,1.5510075197204667f,0.5792111103213706f,-0.44218356148022775f,-0.6848271224454726f,0.017794041141514966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6917812577092549f,0.6857916078334694f,0.22611625794574458f,0.4063242004219427f,0.2549816405219174f,0.06097411070277396f,-0.9650215131388301f,1.493330240532533f,-0.6755908928330466f,0.7252392904753511f,-0.13268352223187319f,0.3268816354715002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2252762703018012f,0.9016666371435971f,0.3691177014192989f,0.2984375f,0.20094677233460342f,0.41371001486496917f,-0.887955189347262f,1.5510075197204667f,-0.9533472592540532f,-0.1258622225395049f,-0.2743860495910849f,0.01779404114151504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.305938030811365e-17f,9.82849163178816e-17f,-0.15625000000000003f,0f,0.8025572465980508f,-0.5965751134039663f,1.2323507746637934f,-1.2246467991473532e-16f,-0.5965751134039663f,-0.8025572465980508f,0.267522550072103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.98860569983818e-17f,1.1876203696345077e-16f,-0.15625000000000003f,0f,0.9697656258615752f,-0.24403817508190648f,1.4126565909185769f,-1.2246467991473532e-16f,-0.24403817508190648f,-0.9697656258615752f,0.21570435708261074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.960559130199472e-17f,1.0698023795149338e-16f,0.15624999999999997f,0f,0.8735599360238168f,-0.4867165891708081f,1.2250830111394717f,-1.2246467991473532e-16f,-0.4867165891708081f,-0.8735599360238168f,0.21909030877329894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.870162700626466e-18f,1.2245039941989474e-16f,0.15624999999999997f,0f,0.9998833909103383f,0.015271037346674454f,1.4126565909185769f,-1.2246467991473532e-16f,0.015271037346674454f,-0.9998833909103383f,0.2157043570826108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.676698809053942e-17f,1.1950366594870424e-16f,0.29375f,0f,0.9758214860962962f,0.2185690446353645f,2.095466805812502f,-1.2246467991473532e-16f,0.2185690446353645f,-0.9758214860962962f,0.15127070052253988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.676698809053942e-17f,1.1950366594870424e-16f,0.33125f,0f,0.9758214860962962f,0.2185690446353645f,1.9939799679850307f,-1.2246467991473532e-16f,0.2185690446353645f,-0.9758214860962962f,0.03246630562159156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.676698809053942e-17f,1.1950366594870424e-16f,-0.29375f,0f,0.9758214860962962f,0.2185690446353645f,2.095466805812502f,-1.2246467991473532e-16f,0.2185690446353645f,-0.9758214860962962f,0.15127070052253977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.676698809053942e-17f,1.1950366594870424e-16f,-0.33125f,0f,0.9758214860962962f,0.2185690446353645f,1.9939799679850307f,-1.2246467991473532e-16f,0.2185690446353645f,-0.9758214860962962f,0.032466305621591474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878051598893237f,0.15476387130173086f,0.017003241918195584f,0.19452375509137518f,0.14837468064620632f,0.9026373839158398f,0.40401820169480596f,2.1919370339140674f,0.04717965916752348f,0.40161411491289734f,-0.914592905321032f,0.1717129124017126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998540426170424f,-0.0016683005211800966f,0.017003241918195584f,0.0793387431245171f,0.005344345835597106f,0.9147353336713765f,0.40401820169480596f,2.2017707605302057f,-0.016227489945989458f,0.4040501034605565f,-0.914592905321032f,0.1739155163229411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9713335650606378f,0.23536923940114993f,0.03335305878500272f,0.05710625453624173f,0.21141224176513945f,0.7911361464293323f,0.5739411658391338f,2.204367745267766f,0.10870128526576815f,0.5645395636770465f,-0.818217032103891f,0.1479959097705532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965262114751829f,-0.07630912994264308f,0.03335305878500272f,0.08613074800588931f,-0.04340952395566827f,0.8177451628625865f,0.5739411658391338f,2.212156609069928f,-0.07107125349155798f,0.5704995751989992f,-0.818217032103891f,0.15464256340240093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538033f,0.03335305878500272f,0.14423324065764054f,0.0850484464098463f,0.8144681085951047f,0.5739411658391338f,2.3150551857570134f,0.019049547426841125f,0.5745937722582211f,-0.818217032103891f,0.19099676253640965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0854810695895137f,0.017003241918195584f,0.12499999999999999f,0.0850484464098463f,0.9107886991298072f,0.40401820169480596f,2.1101277284528073f,0.019049547426841125f,0.40392688977000046f,-0.914592905321032f,0.10011321233815969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878051598893237f,-0.15476387130173097f,-0.017003241918195355f,-0.1945237550913752f,-0.14837468064620632f,0.9026373839158398f,0.40401820169480596f,2.1919370339140674f,-0.047179659167523716f,0.4016141149128973f,-0.914592905321032f,0.17171291240171255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998540426170424f,0.0016683005211799856f,-0.017003241918195355f,-0.07933874312451714f,-0.005344345835597106f,0.9147353336713765f,0.40401820169480596f,2.2017707605302057f,0.01622748994598922f,0.4040501034605565f,-0.914592905321032f,0.1739155163229411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713335650606378f,-0.2353692394011501f,-0.03335305878500251f,-0.05710625453624174f,-0.21141224176513945f,0.7911361464293323f,0.5739411658391338f,2.204367745267766f,-0.10870128526576839f,0.5645395636770464f,-0.818217032103891f,0.1479959097705532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9965262114751829f,0.07630912994264291f,-0.03335305878500251f,-0.08613074800588932f,0.04340952395566827f,0.8177451628625865f,0.5739411658391338f,2.212156609069928f,0.07107125349155774f,0.5704995751989993f,-0.818217032103891f,0.1546425634024009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0805214068653805f,-0.03335305878500251f,-0.14423324065764057f,-0.0850484464098463f,0.8144681085951047f,0.5739411658391338f,2.3150551857570134f,-0.019049547426841368f,0.5745937722582211f,-0.818217032103891f,0.19099676253640963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0854810695895138f,-0.017003241918195355f,-0.125f,-0.0850484464098463f,0.9107886991298072f,0.40401820169480596f,2.1101277284528073f,-0.019049547426841368f,0.40392688977000046f,-0.914592905321032f,0.10011321233815966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.676698809053942e-17f,1.1950366594870424e-16f,-2.2767406687242134e-18f,0f,0.9758214860962962f,0.2185690446353645f,1.6031889341836f,-1.2246467991473532e-16f,0.2185690446353645f,-0.9758214860962962f,0.018590998403044578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.870162700626466e-18f,1.2245039941989474e-16f,-1.575429655989289e-18f,0f,0.9998833909103383f,0.015271037346674454f,1.2282326625922233f,-1.2246467991473532e-16f,0.015271037346674454f,-0.9998833909103383f,0.012864359398041657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9938164620563781f,-0.10731431357704543f,0.028503997039559255f,0.1473836868277649f,-0.10339773761129534f,0.8008793692278786f,-0.5898314537238764f,0.8599881572416445f,0.0404690944130131f,-0.5891314573562025f,-0.8070231584971695f,0.41879341465358777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9938164620563781f,-0.07174257544397422f,0.08474575278094655f,0.12499999999999999f,-0.10339773761129534f,0.31978406680149185f,-0.9418317569910057f,0.9484790495220751f,0.0404690944130131f,-0.9447704236948598f,-0.3252246898819736f,0.09520034740336104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17060072121318567f,0.03238955894399778f,-0.14472536811404713f,0.16170377643709566f,0.9689560229409007f,-0.1870190212051558f,0.9578067167604659f,-0.06328963811736961f,-0.17894026804521568f,-0.9818221846031381f,0.3969344648306335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16170377643709566f,0.18534880745659665f,-0.9692768996836763f,0.9455187503971629f,-0.06328963811736961f,-0.978233471475135f,-0.1976200824629893f,0.05860568539122527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.534084439894868e-17f,-3.855861539433979e-18f,0.1016168693790204f,0.7718567535079487f,-0.6276234252493902f,1.131043378609522f,-0.0819212958459092f,-0.6222540198413377f,-0.7785170750074935f,0.031485498856638344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-3.9619481051487354e-18f,-0.1016168693790204f,0.6769967983143192f,-0.728937135101353f,1.0933831165248256f,0.08192129584590895f,-0.724546921974113f,-0.6843395788238218f,0.032351761405061435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.686170188015636e-17f,9.534084439894868e-17f,-3.855861539433979e-18f,0f,0.7785170750074935f,-0.6276234252493902f,1.131043378609522f,-1.2246467991473532e-16f,-0.6276234252493902f,-0.7785170750074935f,0.031485498856638344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1749715464545256e-16f,-3.905541771780564e-18f,0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1560186932086047f,-0.024571195414896715f,-0.2808500487336378f,-0.9594370779171484f,0.03189116873942556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1749715464545256e-16f,-3.905541771780564e-18f,-0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1560186932086047f,0.024571195414896472f,-0.2808500487336378f,-0.9594370779171484f,0.03189116873942556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.452559162188514e-17f,1.1749715464545256e-16f,-3.905541771780564e-18f,0f,0.9594370779171484f,-0.28192285029384145f,1.1560186932086047f,-1.2246467991473532e-16f,-0.28192285029384145f,-0.9594370779171484f,0.03189116873942556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1404093891705801e-16f,-0.19375f,0.12154793957251038f,0.9232482619011639f,-0.36447049987914965f,1.1684268747679252f,-0.04757294652576429f,-0.3613524042275269f,-0.9312149347588036f,0.03227630685426485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12154793957251041f,0.8879693264017813f,-0.44354996759693743f,1.1687091854495397f,0.04757294652576406f,-0.4411380785307831f,-0.8961774436064688f,0.01960634638127785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.440423709179816e-17f,1.0971680278370307e-16f,-0.00781250000000001f,0f,0.8959056836639934f,-0.44424430888707267f,1.02943166301483f,-1.2246467991473532e-16f,-0.44424430888707267f,-0.8959056836639934f,0.08143637731674748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.463476310606364e-17f,1.1404093891705801e-16f,0f,0f,0.9312149347588036f,-0.36447049987914965f,1.2375f,-1.2246467991473532e-16f,-0.36447049987914965f,-0.9312149347588036f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6558352957379077f,-0.04034379770468201f,-0.7538252070945459f,-0.972047688391795f,0.010106523009626936f,0.9989506813588601f,-0.04466983775798852f,1.8604652860895363f,0.7548363551505898f,0.02167750445583694f,0.6555548510563705f,0.40464930113665354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2674675785501113f,-0.04034379770468201f,-0.9627219081392633f,-0.9276739695932159f,-0.010106523009626943f,0.9989506813588601f,-0.04466983775798852f,1.8604652860895363f,0.9635138569928282f,0.02167750445583694f,0.26677918431423997f,0.48723280784340844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4733196671848433f,-0.04034379770468201f,-0.8799664031329794f,-0.8178658685225585f,-3.469446951953614e-18f,0.9989506813588601f,-0.04579886693652078f,1.8673351161300145f,0.8808907382053858f,0.02167750445583694f,0.4728230040348481f,0.37501760388480376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2559862819241938f,0.1862506219212302f,-0.9485682523153416f,0.7650565217387636f,-0.9427432724011804f,0.16891548427495118f,0.28758073912289717f,2.1212159093840754f,0.21378995722189625f,0.967873062444716f,0.13234647401780614f,-0.42627834195274894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.674997545558396f,0.1862506219212302f,-0.7139250796295753f,0.7425453986317114f,-0.737819114719642f,0.16891548427495118f,-0.6535216240695345f,2.211503092734319f,-0.0011258083602605495f,0.967873062444716f,0.2514368062743043f,-0.4377035928969815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24011864647522338f,0.1862506219212302f,-0.9527086340790982f,0.8967072552971023f,-0.9630632890692616f,0.16891548427495118f,-0.20970612871171418f,2.1978154203659543f,0.12186934340514752f,0.967873062444716f,0.21993089399146337f,-0.4649806015235847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4036225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_play_as_root.mcfunction new file mode 100644 index 000000000..533ea7957 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/play_as_root +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..699418dd2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..95a5a5ed3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..20 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_20 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/end.mcfunction new file mode 100644 index 000000000..5d1d44099 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.11_0_damage_1.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/end_loop +execute if score @s aj.ecual.animation.11_0_damage_1.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/11_0_damage_1/stop +execute if score @s aj.ecual.animation.11_0_damage_1.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/11_0_damage_1/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/end_loop.mcfunction new file mode 100644 index 000000000..eb27a0305 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.11_0_damage_1.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/next_frame_as_root.mcfunction new file mode 100644 index 000000000..49ec563cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/pause_as_root.mcfunction new file mode 100644 index 000000000..215463ec5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.11_0_damage_1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/play_as_root.mcfunction new file mode 100644 index 000000000..370d0177b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.11_0_damage_1.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.11_0_damage_1.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.11_0_damage_1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/resume_as_root.mcfunction new file mode 100644 index 000000000..4b6a161fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.11_0_damage_1.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.11_0_damage_1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/stop_as_root.mcfunction new file mode 100644 index 000000000..c70a12fa2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.11_0_damage_1.local_anim_time 0 +tag @s remove aj.ecual.animation.11_0_damage_1 +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick.mcfunction new file mode 100644 index 000000000..c3a3eae7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick_animation.mcfunction new file mode 100644 index 000000000..ef5cb9448 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.11_0_damage_1.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.11_0_damage_1.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root +execute if score @s aj.ecual.animation.11_0_damage_1.local_anim_time matches 20.. run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_20.mcfunction new file mode 100644 index 000000000..a7c7eebf0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_20.mcfunction @@ -0,0 +1,7 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_8_15 +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..c5d8f97a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..bd16d6fb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0.mcfunction new file mode 100644 index 000000000..52fa8cd27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/yarare/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..e02e94c5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911391f,-0.11616614544038797f,-0.46842075635335423f,0.043084795571100856f,-0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.235752948116656f,0.46705111511728925f,0.046181678806472684f,-0.6683374543258495f,-0.3165361904103068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507789f,0.14183756177801374f,-0.4588611490808368f,0.043084795571100856f,0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.235752948116656f,0.4400051551851228f,-0.13328955036413048f,-0.6546979144416485f,-0.3165361904103068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911389f,0.11616614544038793f,0.46842075635335434f,-0.04308479557110079f,0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.235752948116656f,-0.46705111511728936f,0.04618167880647271f,-0.6683374543258492f,-0.31653619041030684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801368f,0.4588611490808369f,-0.04308479557110079f,-0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.235752948116656f,-0.4400051551851229f,-0.13328955036413054f,-0.6546979144416483f,-0.31653619041030684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.42841548834634763f,-0.18059803169560143f,1.4917274450423694f,-0.7019765550604713f,1.2218447439866125f,-0.8610129920677019f,-0.4551464589370252f,1.056431720859224f,0.8746209698705204f,1.2912967236225368f,-0.09485346922728725f,-0.18223776110587395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7309698269877657f,-0.6755902076156601f,0.09623400338396618f,-0.5353034678996053f,-0.6748664011539945f,0.736575612152763f,0.044852069910298886f,1.2419897609441695f,-0.10118523917514682f,-0.03215958575000422f,-0.9943476798471732f,-0.1709754102716604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6385009033121033f,-0.6755902076156601f,0.3686386684050622f,-0.2984375f,-0.6063311111437749f,0.736575612152763f,0.2996981001623767f,1.4699837455908606f,-0.474003354554357f,-0.03215958575000422f,-0.8799355549786613f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,0.29375f,0f,0.9848077530122081f,-0.1736481776669304f,2.0050779927461297f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.07076632554328537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,0.33125f,0f,0.9848077530122081f,-0.1736481776669304f,1.865697506963329f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.14138603017981355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,-0.29375f,0f,0.9848077530122081f,-0.1736481776669304f,2.0050779927461297f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.07076632554328545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,-0.33125f,0f,0.9848077530122081f,-0.1736481776669304f,1.865697506963329f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.14138603017981363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2060416625018976e-16f,0.19523827377799086f,0.1540578740099366f,0.9726831353778541f,-0.1736481776669304f,2.10643006302128f,-0.02716455977853734f,-0.17151028044722008f,-0.9848077530122081f,-0.11084988721845548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,2.7755575615628914e-17f,1.2060416625018976e-16f,0.08005326181113277f,0f,0.9848077530122081f,-0.1736481776669304f,2.1163543476886706f,-1.231653667943533e-16f,-0.17364817766693041f,-0.9848077530122081f,-0.11259980636954776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966776f,1.2060416625018976e-16f,0.05771677939820298f,0.23824655840996278f,0.9555547539512127f,-0.1736481776669304f,2.112100288419487f,-0.042009296308611804f,-0.16849008466583745f,-0.9848077530122081f,-0.11184970094285773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412526f,1.2060416625018976e-16f,0.08682420206637903f,-0.06869671616600714f,0.982408810822135f,-0.1736481776669304f,2.1219495265075015f,0.012113084546138311f,-0.17322517943366064f,-0.9848077530122081f,-0.11358638735719614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.2060416625018976e-16f,0.14461004211822306f,0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,2.2196690165285786f,-0.015134435901338748f,-0.1729873939250895f,-0.9848077530122081f,-0.16254905161041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.2060416625018976e-16f,0.125f,0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,1.9989304575357374f,-0.015134435901338748f,-0.1729873939250895f,-0.9848077530122081f,-0.12362688797726815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2060416625018976e-16f,-0.19523827377799086f,-0.1540578740099366f,0.9726831353778541f,-0.1736481776669304f,2.10643006302128f,0.0271645597785371f,-0.1715102804472201f,-0.9848077530122081f,-0.11084988721845551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,2.7755575615628914e-17f,1.2060416625018976e-16f,-0.08005326181113276f,0f,0.9848077530122081f,-0.1736481776669304f,2.1163543476886706f,-1.196959198423997e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.11259980636954778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2060416625018976e-16f,-0.05771677939820295f,-0.23824655840996278f,0.9555547539512127f,-0.1736481776669304f,2.112100288419487f,0.04200929630861157f,-0.16849008466583748f,-0.9848077530122081f,-0.11184970094285773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.0697564737441253f,1.2060416625018976e-16f,-0.08682420206637902f,0.06869671616600714f,0.982408810822135f,-0.1736481776669304f,2.1219495265075015f,-0.01211308454613855f,-0.17322517943366061f,-0.9848077530122081f,-0.11358638735719616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.2060416625018976e-16f,-0.14461004211822304f,-0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,2.2196690165285786f,0.015134435901338505f,-0.1729873939250895f,-0.9848077530122081f,-0.16254905161041325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.2060416625018976e-16f,-0.12499999999999999f,-0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,1.9989304575357374f,0.015134435901338505f,-0.1729873939250895f,-0.9848077530122081f,-0.12362688797726817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,4.723407155967195e-19f,0f,0.9848077530122081f,-0.1736481776669304f,1.4996429896690722f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16561121050749122f,-0.05221701409779426f,-0.13796731946119498f,0.16042999720436046f,0.7526582569765643f,-0.6385669614081275f,0.8970973323519171f,-0.06645228065352395f,-0.6372428698379007f,-0.7677926928779027f,0.40856834877424136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.05939117461388483f,-0.16317591116653482f,-0.125f,0.16042999720436046f,-0.048419915760496035f,-0.9858588782147044f,0.8362879207163036f,-0.06645228065352395f,-0.9970597776140252f,0.03815618246386543f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1.mcfunction new file mode 100644 index 000000000..4a44883c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10.mcfunction new file mode 100644 index 000000000..f558ee277 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..921351121 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.686911516257192f,-0.12112103367550432f,-0.4247666517972743f,0.0395908285365299f,-0.05199932866471533f,0.8020759666881562f,-0.1446190095531114f,0.6137163566785182f,0.4386263593266009f,-0.09459536620300897f,-0.6823511398402251f,-1.213366237445879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6670770645696622f,0.14788742478661393f,-0.41609794461773814f,0.0395908285365299f,0.25361639362492705f,0.7453918537630881f,-0.14166760119488467f,0.6137163566785182f,0.36150645196152253f,-0.2500405845730058f,-0.6684256063740981f,-1.213366237445879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.686911516257192f,0.12112103367550435f,0.4247666517972744f,-0.03959082853652958f,0.05199932866471533f,0.8020759666881562f,-0.1446190095531114f,0.6137163566785182f,-0.43862635932660105f,-0.09459536620300894f,-0.6823511398402251f,-1.213366237445879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6670770645696622f,-0.14788742478661387f,0.41609794461773825f,-0.03959082853652958f,-0.25361639362492705f,0.7453918537630881f,-0.14166760119488467f,0.6137163566785182f,-0.36150645196152276f,-0.2500405845730059f,-0.6684256063740981f,-1.213366237445879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6329768858155236f,0.21902549132038815f,1.4116565964054946f,-0.7352533361954247f,1.4268603900431587f,-0.17194051332137256f,-0.6131167402743696f,0.49231490704808395f,0.06939696930823283f,1.5374883882588009f,-0.26966602793119243f,-0.8312932875161541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7310604456051878f,-0.6596817151238235f,-0.17427179807081544f,-0.5717413748850724f,-0.5796783842617745f,0.7352137648390721f,-0.3513313120272885f,0.6489998697450005f,0.35989386725978356f,-0.1558228311976403f,-0.9198889332883339f,-0.9364229383247644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7421027125733894f,-0.6596817151238235f,0.11875857325897894f,-0.2984374999999999f,-0.6700016670425994f,0.7352137648390721f,-0.10275449455520307f,0.8975044386956558f,-0.01952767654779272f,-0.1558228311976403f,-0.9875919780588521f,-0.9369617824441016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.38159596289823783f,0.2554641287590358f,0.0388792784036302f,-0.9660364799676042f,0.7781294932464231f,-0.6864657403216939f,0.710900626296468f,-0.15292183263313883f,-0.6369062618477228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.3638093985661687f,0.4858311857675962f,-0.7947394418616542f,0.8975044386956558f,-0.9144544706259689f,0.023934157016606006f,-0.4039804169512218f,-0.9369617824441014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.791815668985394e-17f,8.525253985000603e-17f,-0.15624999999999992f,0f,0.6961398168791372f,-0.7179062301968697f,0.6149664181476654f,-1.2246467991473532e-16f,-0.7179062301968697f,-0.6961398168791372f,-0.6284399693505933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.8601050934234435e-17f,1.124078986313085e-16f,-0.15624999999999992f,0f,0.9178801488688104f,-0.39685769781191105f,0.7845885854492429f,-1.2246467991473532e-16f,-0.39685769781191105f,-0.9178801488688104f,-0.7085875386207567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.189135019493356e-17f,9.105715013039521e-17f,0.15625000000000008f,0f,0.7435380567996643f,-0.6686936204949012f,0.602458878891762f,-1.2246467991473532e-16f,-0.6686936204949012f,-0.7435380567996643f,-0.663597734339277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.5391414553822616e-17f,1.1980348030660253e-16f,0.15625000000000008f,0f,0.9782696561164768f,-0.20733663429734284f,0.7845885854492429f,-1.2246467991473532e-16f,-0.20733663429734284f,-0.9782696561164768f,-0.7085875386207567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.483501511905519e-17f,1.1740579009688478e-16f,0.2937500000000001f,0f,0.95869102976162f,0.28444948489073485f,1.408657729914454f,-1.2246467991473532e-16f,0.28444948489073485f,-0.95869102976162f,-0.7772542661325504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.483501511905519e-17f,1.1740579009688478e-16f,0.3312500000000001f,0f,0.95869102976162f,0.28444948489073485f,1.315488490402758f,-1.2246467991473532e-16f,0.28444948489073485f,-0.95869102976162f,-0.9026877357840442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.483501511905519e-17f,1.1740579009688478e-16f,-0.2937499999999999f,0f,0.95869102976162f,0.28444948489073485f,1.408657729914454f,-1.2246467991473532e-16f,0.28444948489073485f,-0.95869102976162f,-0.7772542661325506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.483501511905519e-17f,1.1740579009688478e-16f,-0.3312499999999999f,0f,0.95869102976162f,0.28444948489073485f,1.315488490402758f,-1.2246467991473532e-16f,0.28444948489073485f,-0.95869102976162f,-0.9026877357840443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879985895540231f,0.15199769822271825f,0.027486119665321728f,0.19389287618455536f,0.1403150549880085f,0.8087826516119991f,0.571123723719454f,1.4931414096513083f,0.06457919466030107f,0.5681261498879088f,-0.8204036844325897f,-0.7406887886167766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996123660357671f,-0.004430676485509141f,0.027486119665321728f,0.07870786421769727f,0.012066062382879092f,0.8207753056369307f,0.571123723719454f,1.502802506102191f,-0.02509039272207789f,0.5712339860009062f,-0.8204036844325897f,-0.7378222822830137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9730077488151869f,0.22479885918502107f,0.05216697858526158f,0.05719873426456221f,0.1755762567661721f,0.5744206873196751f,0.7995085065458472f,1.5194196227870371f,0.14976280848588971f,0.7870872549395683f,-0.5983851220628014f,-0.7757681545091722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948520277206339f,-0.08687951015877192f,0.05216697858526158f,0.08608945096752041f,-0.010522811198138443f,0.6005625849196043f,0.7995085065458472f,1.5245048112688293f,-0.10079044292308484f,0.7948437156506017f,-0.5983851220628014f,-0.7664551006870335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06981926553023042f,0.05216697858526158f,0.1436093319044977f,0.08355542876439125f,0.5948147932632707f,0.7995085065458472f,1.610500104030782f,0.024791406129840644f,0.800824969563257f,-0.5983851220628014f,-0.698765238439929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08270814179776727f,0.027486119665321728f,0.1250000000000001f,0.08355542876439125f,0.8166003811711229f,0.571123723719454f,1.4267650182672797f,0.024791406129840644f,0.5712470400374403f,-0.8204036844325897f,-0.8272958224483529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879985895540231f,-0.15199769822271839f,-0.027486119665321527f,-0.1938928761845552f,-0.1403150549880085f,0.8087826516119991f,0.571123723719454f,1.4931414096513083f,-0.0645791946603013f,0.5681261498879088f,-0.8204036844325897f,-0.7406887886167766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996123660357671f,0.0044306764855090025f,-0.027486119665321527f,-0.0787078642176971f,-0.012066062382879092f,0.8207753056369307f,0.571123723719454f,1.502802506102191f,0.025090392722077647f,0.5712339860009062f,-0.8204036844325897f,-0.7378222822830137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9733055510436002f,-0.22291860991430382f,-0.054622318346884524f,-0.05735401672751504f,-0.17105938986610603f,0.5459023120877974f,0.8202007990704668f,1.5222919903777992f,-0.15301957210222975f,0.8076496511551724f,-0.5694620720843303f,-0.7792092799890196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9945542254922206f,0.08875975942948919f,-0.054622318346884524f,-0.08622093734529337f,0.006005944298072358f,0.5720442096877266f,0.8202007990704668f,1.5270162556050113f,0.10404720653942441f,0.8154061118662058f,-0.5694620720843303f,-0.7696359923034942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06791557871584086f,-0.054622318346884524f,-0.14360933190449754f,-0.08355542876439125f,0.5659409328968581f,0.8202007990704668f,1.610500104030782f,-0.024791406129840887f,0.8216436786341913f,-0.5694620720843303f,-0.698765238439929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0827081417977674f,-0.027486119665321527f,-0.12499999999999992f,-0.08355542876439125f,0.8166003811711229f,0.571123723719454f,1.4267650182672797f,-0.024791406129840887f,0.5712470400374403f,-0.8204036844325897f,-0.8272958224483529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.483501511905519e-17f,1.1740579009688478e-16f,1.1549853239892337e-16f,0f,0.95869102976162f,0.28444948489073485f,0.9265468191116137f,-1.2246467991473532e-16f,0.28444948489073485f,-0.95869102976162f,-0.9431170887748039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.5391414553822616e-17f,1.1980348030660253e-16f,1.059767519412399e-16f,0f,0.9782696561164768f,-0.20733663429734284f,0.559695698067935f,-1.2246467991473532e-16f,-0.20733663429734284f,-0.9782696561164768f,-0.8653658509133003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9628322062111089f,-0.26903897060427867f,0.023920179322878377f,0.1360436499978394f,-0.15709945625377322f,0.4857759334905064f,-0.8598496980787955f,0.5729877939014024f,0.21971323020568742f,-0.8316488289762796f,-0.5099865897599325f,-0.4397401148540231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9628322062111089f,-0.09237972471840501f,0.2538112076792518f,0.12500000000000008f,-0.15709945625377322f,-0.5728569094020398f,-0.8044592731736716f,0.35122204456602457f,0.21971323020568742f,-0.8144328995143155f,0.5370522774007086f,-0.6467028930434464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.938415918269655f,0.263092969037436f,-0.22395904532120836f,-0.14625353646556705f,0.20095898179421515f,-0.11166084822875572f,-0.9732149519037749f,0.6064752724704593f,-0.28105346817705806f,-0.9582869844758937f,0.05191342225037615f,-0.40619098063723413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.938415918269655f,0.0802714556959319f,-0.3360536530653645f,-0.12499999999999992f,0.20095898179421515f,-0.6643839095033119f,-0.7198677020323437f,0.3448760235811931f,-0.28105346817705806f,-0.7430683105835904f,0.6073371665163398f,-0.6642037214301993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,3.686648693065601e-18f,9.658700556245111e-17f,0.003929330614295609f,0.029846229173792718f,-0.9995467787777764f,0.48306930726720765f,-0.1304670349796815f,-0.9909955175219712f,-0.030103771108799582f,-0.7886927531244008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777413f,9.302941764246368e-17f,-0.003929330614295609f,-0.10955425703399763f,-0.9939730505032078f,0.4593552977358408f,0.1304670349796813f,-0.9855408524438392f,0.10810911593330833f,-0.7596428432037252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2240917632282513e-16f,3.686648693065601e-18f,9.658700556245111e-17f,0f,0.030103771108799582f,-0.9995467787777764f,0.48306930726720765f,-1.2246467991473532e-16f,-0.9995467787777764f,-0.030103771108799582f,-0.7886927531244008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,5.807824761707499e-17f,9.855925659285321e-17f,0.04133316489352553f,0.47244023657165574f,-0.8803929760896566f,0.5021907852894285f,-0.07673130374091541f,-0.8770428150177288f,-0.47424488152430005f,-0.8047974049454423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,5.807824761707499e-17f,9.855925659285321e-17f,-0.04133316489352553f,0.47244023657165574f,-0.8803929760896566f,0.5021907852894285f,0.07673130374091516f,-0.8770428150177288f,-0.47424488152430005f,-0.8047974049454423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.0781704401600102e-16f,5.807824761707499e-17f,9.855925659285321e-17f,0f,0.47424488152430005f,-0.8803929760896566f,0.5021907852894285f,-1.2246467991473532e-16f,-0.8803929760896566f,-0.47424488152430005f,-0.8047974049454423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,5.634932267486001e-17f,-0.1937499999999999f,0.06005864325983107f,0.45619068654555456f,-0.8878530378834574f,0.5117519455443439f,-0.11588807628593302f,-0.8802573320646808f,-0.46012713799678895f,-0.8128498645203067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962244f,0.19375000000000012f,-0.06005864325983108f,0.3770732522880174f,-0.9242341271445919f,0.5036991983900182f,0.11588807628593278f,-0.9170104096296844f,-0.3816567337353609f,-0.8224104698670734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0544796704838508e-16f,6.22761918551646e-17f,-0.007812499999999915f,0f,0.5085236975961046f,-0.8610479945875176f,0.423124928515874f,-1.2246467991473532e-16f,-0.8610479945875176f,-0.5085236975961046f,-0.6942189522572544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.961897794152178e-17f,7.122960803279192e-17f,1.0727591716273636e-16f,0f,0.5816338889089062f,-0.8134506864418409f,0.5530837505689578f,-1.2246467991473532e-16f,-0.8134506864418409f,-0.5816338889089062f,-0.8759743400091032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,0.6312087505689578f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.5112470920851497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,0.6312087505689578f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.4344515879330568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543365f,0f,0.9659258262890683f,-0.2588190451025207f,0.6700316073343359f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.5559541839924518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.29598025964942887f,-0.5489564193883943f,-0.7816920976382772f,0.5417253292003303f,-0.30798437401769185f,0.8294993993759021f,-0.46591455417914135f,1.4897436272769553f,0.9041799108909615f,0.10284744064531116f,-0.414585446794653f,-1.2640099984097637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.14169596341257928f,-0.5489564193883943f,-0.8237530598212394f,0.5623359207996699f,-0.21361783720952035f,0.8294993993759021f,-0.5160408569686555f,1.5143063738609601f,0.9665866094554113f,0.10284744064531116f,-0.2348035995767555f,-1.3521061816084425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.5760109504799225f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.259129528781049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.0072174999999999765f,0f,0.000015625f,0f,0.7192062505689577f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.18847434000910324f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11.mcfunction new file mode 100644 index 000000000..ca8815e35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..205089cb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.69884543003813f,-0.12322530466053225f,-0.4041967759032528f,0.03810699013198525f,-0.06210253252314531f,0.8026395037855586f,-0.137322783475752f,0.6761730985935417f,0.41797462221225473f,-0.0867743954092196f,-0.6962125134844473f,-1.1258773736628565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6786663886462072f,0.15045671607802327f,-0.39594786210930893f,0.03810699013198525f,0.2446839982483784f,0.7496892929015657f,-0.13452027769053257f,0.6761730985935417f,0.3457479919292415f,-0.2352206213234025f,-0.6820040948419076f,-1.1258773736628565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.69884543003813f,0.12322530466053228f,0.4041967759032531f,-0.03810699013198497f,0.06210253252314531f,0.8026395037855586f,-0.137322783475752f,0.6761730985935417f,-0.41797462221225495f,-0.08677439540921957f,-0.6962125134844473f,-1.1258773736628565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6786663886462072f,-0.15045671607802322f,0.39594786210930916f,-0.03810699013198497f,-0.2446839982483784f,0.7496892929015657f,-0.13452027769053257f,0.6761730985935417f,-0.3457479919292417f,-0.23522062132340255f,-0.6820040948419076f,-1.1258773736628565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.579437157812897f,0.25200892343744213f,1.4290382544402414f,-0.721492508145369f,1.4505995875113464f,-0.14055106555339614f,-0.5633937208415764f,0.5359817603139287f,0.037678466763162145f,1.535624677608336f,-0.28608291221719434f,-0.7414189162773432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7101758933258097f,-0.6836901396275543f,-0.16798212260518458f,-0.5636506042938578f,-0.6082106786179625f,0.7159778778941664f,-0.34271773922755105f,0.699405685960315f,0.35458422265234185f,-0.14122135582914289f,-0.9242978728222915f,-0.8449425944481221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7204009475811599f,-0.6836901396275543f,0.1165773035381331f,-0.2984374999999999f,-0.6930657982099387f,0.7159778778941664f,-0.08387775460625253f,0.9565207443149113f,-0.026120376639462095f,-0.14122135582914289f,-0.9896333940313409f,-0.8430255009034227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.38159596289823783f,0.265123593906083f,0.028845782339671333f,-0.9637828597747184f,0.8329243951813082f,-0.6827932437219535f,0.71137839410479f,-0.1665357821266734f,-0.544684026210051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.3766746224995736f,0.48544516099338664f,-0.78896085101411f,0.9565207443149113f,-0.9092307111496521f,0.030786045614030005f,-0.41515266264080297f,-0.8430255009034225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.627271220512544e-17f,8.691729951735832e-17f,-0.15624999999999994f,0f,0.7097336111756757f,-0.7044701563356214f,0.6692711471918857f,-1.2246467991473532e-16f,-0.7044701563356214f,-0.7097336111756757f,-0.5393760082646774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.6443782509344833e-17f,1.1331625167134347e-16f,-0.15624999999999994f,0f,0.9252974143258176f,-0.37924226431392943f,0.8403941482260144f,-1.2246467991473532e-16f,-0.37924226431392943f,-0.9252974143258176f,-0.6162670416630754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.059853467395808e-17f,9.220343830372787e-17f,0.15625000000000006f,0f,0.7528982100628812f,-0.6581369806386128f,0.657647837216288f,-1.2246467991473532e-16f,-0.6581369806386128f,-0.7528982100628812f,-0.5738512626140432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.36986593835847e-17f,1.2014978722427855e-16f,0.15625000000000006f,0f,0.9810974666975941f,-0.19351423937158546f,0.8403941482260144f,-1.2246467991473532e-16f,-0.19351423937158546f,-0.9810974666975941f,-0.6162670416630754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.1929651886298587e-17f,1.182289945700223e-16f,0.2937500000000001f,0f,0.9654130044053351f,0.2607253937096743f,1.4717009564890646f,-1.2246467991473532e-16f,0.2607253937096743f,-0.9654130044053351f,-0.6948450479925345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.1929651886298587e-17f,1.182289945700223e-16f,0.3312500000000001f,0f,0.9654130044053351f,0.2607253937096743f,1.3754673365986796f,-1.2246467991473532e-16f,0.2607253937096743f,-0.9654130044053351f,-0.8179431913692439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.1929651886298587e-17f,1.182289945700223e-16f,-0.2937499999999999f,0f,0.9654130044053351f,0.2607253937096743f,1.4717009564890646f,-1.2246467991473532e-16f,0.2607253937096743f,-0.9654130044053351f,-0.6948450479925345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.1929651886298587e-17f,1.182289945700223e-16f,-0.3312499999999999f,0f,0.9654130044053351f,0.2607253937096743f,1.3754673365986796f,-1.2246467991473532e-16f,0.2607253937096743f,-0.9654130044053351f,-0.817943191369244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879386621671299f,0.15285469978231397f,0.02475157671503086f,0.19407229408753968f,0.1430965859882245f,0.8401617698530377f,0.5231171642719497f,1.5598547569363608f,0.05916558859621072f,0.5203495375532393f,-0.8519012806036824f,-0.6628546548588328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996872410349644f,-0.0035748513285147193f,0.02475157671503086f,0.0788872821206816f,0.009904572545325369f,0.8522032221757722f,0.5231171642719497f,1.569583593298599f,-0.02296343952014656f,0.523198708476245f,-0.8519012806036824f,-0.6602272252724207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9724949639546867f,0.22803645537470713f,0.047464935509404164f,0.0571394687711205f,0.18707431408415995f,0.6432714898387831f,0.74243180923943f,1.58163167684711f,0.1387686783561542f,0.7308906658185831f,-0.6682380477992514f,-0.6955998570357492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953648125811341f,-0.08364191396908588f,0.047464935509404164f,0.08607115988949673f,-0.020863576915888776f,0.6695966844211084f,0.74243180923943f,1.5875729108948455f,-0.09388078095967596f,0.7380002103250695f,-0.6682380477992514f,-0.6869439566192188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07309721876367166f,0.047464935509404164f,0.14380262811526112f,0.08414128745719518f,0.6646166205975534f,0.74243180923943f,1.6793907542002273f,0.022723715341942147f,0.7436003928418164f,-0.6682380477992514f,-0.6275957826077471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08356723606782691f,0.02475157671503086f,0.12500000000000008f,0.08414128745719518f,0.8480970912514202f,0.5231171642719497f,1.488568908668658f,0.022723715341942147f,0.5232091750599033f,-0.8519012806036824f,-0.7453178469962252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879386621671299f,-0.15285469978231409f,-0.02475157671503065f,-0.19407229408753957f,-0.1430965859882245f,0.8401617698530377f,0.5231171642719497f,1.5598547569363608f,-0.05916558859621096f,0.5203495375532393f,-0.8519012806036824f,-0.6628546548588328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996872410349644f,0.0035748513285146083f,-0.02475157671503065f,-0.07888728212068147f,-0.009904572545325369f,0.8522032221757722f,0.5231171642719497f,1.569583593298599f,0.022963439520146317f,0.523198708476245f,-0.8519012806036824f,-0.6602272252724207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9727383439362841f,-0.22649981464725497f,-0.049778993570126495f,-0.0572567669903135f,-0.18330576973788884f,0.6194778372643939f,0.7633126514862891f,1.5839151489469603f,-0.14205319080152912f,0.7516282612455365f,-0.6441085683952016f,-0.6989128019994293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9951214325995367f,0.08517855469653804f,-0.049778993570126495f,-0.08616901066934708f,0.01709503256961767f,0.6458030318467192f,0.7633126514862891f,1.5895552549516125f,0.09716529340505042f,0.7587378057520231f,-0.6441085683952016f,-0.6899944504308678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07154142361626083f,-0.049778993570126495f,-0.14380262811526098f,-0.08414128745719518f,0.6405263771508684f,0.7633126514862891f,1.6793907542002273f,-0.02272371534194239f,0.7645964850043077f,-0.6441085683952016f,-0.6275957826077471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08356723606782702f,-0.02475157671503065f,-0.12499999999999993f,-0.08414128745719518f,0.8480970912514202f,0.5231171642719497f,1.488568908668658f,-0.02272371534194239f,0.5232091750599033f,-0.8519012806036824f,-0.7453178469962252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.1929651886298587e-17f,1.182289945700223e-16f,1.0394440207854724e-16f,0f,0.9654130044053351f,0.2607253937096743f,0.9856470753574962f,-1.2246467991473532e-16f,0.2607253937096743f,-0.9654130044053351f,-0.8487704548847665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.36986593835847e-17f,1.2014978722427855e-16f,9.505740480970298e-17f,0f,0.9810974666975941f,-0.19351423937158546f,0.6177355253458984f,-1.2246467991473532e-16f,-0.19351423937158546f,-0.9810974666975941f,-0.776202615120422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9666773243125518f,-0.25417469577934215f,0.030498765309507084f,0.13634465244619284f,-0.15998083339795507f,0.5067954960790961f,-0.8470917648633107f,0.6063879639401447f,0.19985265473648653f,-0.8237436185970861f,-0.5305707937828437f,-0.34725113087039733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9666773243125518f,-0.08755645572090377f,0.2405593850206617f,0.12500000000000006f,-0.15998083339795507f,-0.5269835279426405f,-0.8346822714197446f,0.39770029060682377f,0.19985265473648653f,-0.8453533156844668f,0.49541567199277925f,-0.569177860991481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9445718841850377f,0.26253519586595897f,-0.19712743730579593f,-0.1480995169060021f,0.2051674805719224f,0.0032856519151586716f,-0.9787213645401138f,0.6308453352344553f,-0.25630111299582325f,-0.964916823059436f,-0.05696721911755248f,-0.3109231772144903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9445718841850377f,0.08643174826408456f,-0.31672307857044746f,-0.12499999999999993f,0.2051674805719224f,-0.597736453873038f,-0.7749951203891902f,0.3923135613435456f,-0.25630111299582325f,-0.7970198771695091f,0.5468720644481695f,-0.5869973482008999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,1.388804395937504e-17f,8.622680042179183e-17f,0.014802255610875099f,0.11243429393391349f,-0.9935489030623569f,0.5368425746992191f,-0.1296841551011387f,-0.9850489544647598f,-0.11340448502412653f,-0.7040952581742449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777414f,8.292395026897743e-17f,-0.014802255610875099f,-0.02693519068040108f,-0.9995275827769041f,0.5107872408711635f,0.12968415510113848f,-0.9912453795973077f,0.024791477218856772f,-0.6771254399775699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2167464839316793e-16f,1.388804395937504e-17f,8.622680042179183e-17f,0f,0.11340448502412653f,-0.9935489030623569f,0.5368425746992191f,-1.2246467991473532e-16f,-0.9935489030623569f,-0.11340448502412653f,-0.7040952581742449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765828f,6.612072858830114e-17f,8.803309815538798e-17f,0.04705684296192166f,0.5378621762575916f,-0.8417184403836622f,0.5570277621524029f,-0.07336059585603864f,-0.8385154475962573f,-0.5399167223916068f,-0.7188447984894913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765808f,6.612072858830114e-17f,8.803309815538798e-17f,-0.04705684296192166f,0.5378621762575916f,-0.8417184403836622f,0.5570277621524029f,0.0733605958560384f,-0.8385154475962573f,-0.5399167223916068f,-0.7188447984894913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.0308077937991542e-16f,6.612072858830114e-17f,8.803309815538798e-17f,0f,0.5399167223916068f,-0.8417184403836622f,0.5570277621524029f,-1.2246467991473532e-16f,-0.8417184403836622f,-0.5399167223916068f,-0.7188447984894913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,6.370368973201587e-17f,-0.19374999999999992f,0.0678971280280719f,0.5157298894614533f,-0.8540565912874959f,0.5671207853279616f,-0.11147675480119383f,-0.8467500187544204f,-0.5201801023476227f,-0.7262196729835174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962253f,0.1937500000000001f,-0.06789712802807191f,0.4393314449667469f,-0.8957554696840929f,0.5597455857213716f,0.11147675480119361f,-0.8888645624748996f,-0.44440153320538833f,-0.7363121623737064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0191219280464859e-16f,6.79080465362295e-17f,-0.0078124999999999245f,0f,0.5545112809955469f,-0.8321762068508554f,0.4720763221209323f,-1.2246467991473532e-16f,-0.8321762068508554f,-0.5545112809955469f,-0.6127210182004842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.560580990848704e-17f,7.653186877609105e-17f,9.639860652238058e-17f,0f,0.6249301335648411f,-0.7806806825857996f,0.6117091488393265f,-1.2246467991473532e-16f,-0.7806806825857996f,-0.6249301335648411f,-0.7871543582157488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,0.6898341488393265f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.4224271102917953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,0.6898341488393265f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.34563160613970234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543365f,0f,0.9659258262890683f,-0.2588190451025207f,0.7286570056047046f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.4671342021990973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3299632631808519f,-0.5489564193883943f,-0.7679655555839188f,0.5417253292003303f,-0.32811289456992404f,0.8294993993759021f,-0.45196534695921475f,1.548369025547324f,0.8851362456526055f,0.10284744064531116f,-0.4538240083828966f,-1.175190016616409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.10544835450772713f,-0.5489564193883943f,-0.8291727770156748f,0.5623359207996699f,-0.19079046506769576f,0.8294993993759021f,-0.5249092729932191f,1.5729317721313287f,0.9759506355194738f,0.10284744064531116f,-0.19220499728634566f,-1.263286199815088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.634636348750291f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.1703095469876943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999988f,0f,0.000015625f,0f,0.7778316488393264f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.09965435821574875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12.mcfunction new file mode 100644 index 000000000..4cb297ba4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..b818541f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7110796736847453f,-0.12538253190399162f,-0.38156174180620506f,0.03658580932687498f,-0.07306337259948983f,0.8032887051518792f,-0.12780236384453053f,0.7442844944835979f,0.3949327609875239f,-0.07714221485805402f,-0.7106487440571534f,-1.0306372976587956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6905473706153004f,0.15309066636752822f,-0.3737747674836295f,0.03658580932687498f,0.235007534053925f,0.7543857654796969f,-0.1251941523374993f,0.7442844944835979f,0.3285053848480849f,-0.21786547388872304f,-0.6961457084641504f,-1.0306372976587956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7110796736847453f,0.12538253190399165f,0.3815617418062053f,-0.03658580932687472f,0.07306337259948983f,0.8032887051518792f,-0.12780236384453053f,0.7442844944835979f,-0.39493276098752406f,-0.07714221485805398f,-0.7106487440571534f,-1.0306372976587956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6905473706153004f,-0.15309066636752816f,0.3737747674836297f,-0.03658580932687472f,-0.235007534053925f,0.7543857654796969f,-0.1251941523374993f,0.7442844944835979f,-0.3285053848480851f,-0.2178654738887231f,-0.6961457084641504f,-1.0306372976587956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5179557915230472f,0.28150056813072655f,1.4470264262168167f,-0.705868667293874f,1.4741190300297513f,-0.1093682687314533f,-0.5063772478092103f,0.5830651731828461f,0.010056506942226411f,1.5330369408258768f,-0.30183249449215716f,-0.6457713012470967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6866976810995749f,-0.7092661544124076f,-0.15933554837983044f,-0.5543467156018711f,-0.63999562465971f,0.693810439694868f,-0.3302009603057529f,0.7540172344381011f,0.3447490321797785f,-0.1247741799229663f,-0.9303652556043014f,-0.7465438394531422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6954010071426273f,-0.7092661544124076f,0.11558097365074589f,-0.29843749999999997f,-0.7176412953799362f,0.693810439694868f,-0.06015018649863946f,1.02032978850066f,-0.03752879468390585f,-0.1247741799229663f,-0.9914751603515463f,-0.7403862353539066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.276560531428352f,0.01688695698851861f,-0.9608481165822907f,0.8917372485983879f,-0.6782414070035037f,0.7117626918022365f,-0.1827086872164049f,-0.44416393416297023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.39190110108755316f,0.48485924777253664f,-0.7818727753386822f,1.02032978850066f,-0.9027722770994145f,0.03893963001742705f,-0.4283525661354717f,-0.7403862353539065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.487354975733458e-17f,8.828407771624411e-17f,-0.15624999999999994f,0f,0.720894202130042f,-0.6930451279211838f,0.728079699058634f,-1.2246467991473532e-16f,-0.6930451279211838f,-0.720894202130042f,-0.44146309567220765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.462808158874108e-17f,1.1404355378681974e-16f,-0.15624999999999994f,0f,0.9312362867907816f,-0.364415941149831f,0.9004089031997191f,-1.2246467991473532e-16f,-0.364415941149831f,-0.9312362867907816f,-0.5156113114302433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.903766925754795e-17f,9.354488048500054e-17f,0.15625000000000006f,0f,0.7638519167332992f,-0.6453915472818534f,0.7169755992567516f,-1.2246467991473532e-16f,-0.6453915472818534f,-0.7638519167332992f,-0.4762725836347631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.167618919044862e-17f,1.2053107752276363e-16f,0.15625000000000006f,0f,0.9842109382613996f,-0.17699951696718125f,0.9004089031997191f,-1.2246467991473532e-16f,-0.17699951696718125f,-0.9842109382613996f,-0.5156113114302433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.8737310988823294e-17f,1.1904522159141974e-16f,0.2937500000000001f,0f,0.9720780038318286f,0.2346579520628424f,1.5395676412307582f,-1.2246467991473532e-16f,0.2346579520628424f,-0.9720780038318286f,-0.6048478078480382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.8737310988823294e-17f,1.1904522159141974e-16f,0.3312500000000001f,0f,0.9720780038318286f,0.2346579520628424f,1.440057073757671f,-1.2246467991473532e-16f,0.2346579520628424f,-0.9720780038318286f,-0.7253123647151274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.8737310988823294e-17f,1.1904522159141974e-16f,-0.2937499999999999f,0f,0.9720780038318286f,0.2346579520628424f,1.5395676412307582f,-1.2246467991473532e-16f,0.2346579520628424f,-0.9720780038318286f,-0.6048478078480383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.8737310988823294e-17f,1.1904522159141974e-16f,-0.3312499999999999f,0f,0.9720780038318286f,0.2346579520628424f,1.440057073757671f,-1.2246467991473532e-16f,0.2346579520628424f,-0.9720780038318286f,-0.7253123647151275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987880948023373f,0.15368005049047267f,0.02176406703002242f,0.19425614693571627f,0.1458389029841643f,0.8710512881799123f,0.4690422877912936f,1.6314031126198827f,0.05312482384739782f,0.4665319875864472f,-0.8829075023182338f,-0.5781036080845524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997593507445897f,-0.0027506335759605594f,0.02176406703002242f,0.0790711349688582f,0.00778094179361595f,0.8831414321660565f,0.4690422877912936f,1.6411991147324048f,-0.020510912791996152f,0.46909875805273366f,-0.8829075023182338f,-0.5757388700850643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9719961084300411f,0.23118610519904192f,0.04214913949006864f,0.05710309629602485f,0.19852163635184816f,0.7118337069732469f,0.67370760238913f,1.6488313235230534f,0.1257486584303797f,0.6632086838843585f,-0.7377950369332505f,-0.607817288866144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9958636681057796f,-0.08049226414475107f,0.04214913949006864f,0.08607464879697087f,-0.03116341674564778f,0.7383406449192859f,0.67370760238913f,1.655625080683407f,-0.085348673121723f,0.6696074129465897f,-0.7377950369332505f,-0.5999585590494964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07628612936925495f,0.04214913949006864f,0.1439887854946167f,0.08472218043262393f,0.7341254788017043f,0.67370760238913f,1.7528696868872984f,0.020451788103681274f,0.6747149085651105f,-0.7377950369332505f,-0.5502083443156235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08439460219829617f,0.02176406703002242f,0.12500000000000008f,0.08472218043262393f,0.8791026586276776f,0.4690422877912936f,1.5550715886960713f,0.020451788103681274f,0.46910133949237465f,-0.8829075023182338f,-0.6557561457014076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987880948023373f,-0.15368005049047279f,-0.021764067030022205f,-0.19425614693571613f,-0.1458389029841643f,0.8710512881799123f,0.4690422877912936f,1.6314031126198827f,-0.05312482384739807f,0.4665319875864472f,-0.8829075023182338f,-0.5781036080845524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997593507445898f,0.0027506335759604483f,-0.021764067030022205f,-0.07907113496885805f,-0.00778094179361595f,0.8831414321660565f,0.4690422877912936f,1.6411991147324048f,0.02051091279199591f,0.4690987580527337f,-0.8829075023182338f,-0.5757388700850643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9721856789215194f,-0.2299892042213335f,-0.04427156696506489f,-0.05718446106074079f,-0.19552140494487802f,0.6928909913831136f,0.6940269838187179f,1.6505337638470865f,-0.12894334379209152f,0.6833791334257754f,-0.7185865112079066f,-0.6109064715217919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9956740976143014f,0.08168916512245948f,-0.04427156696506489f,-0.08614086580544993f,0.02816318533867765f,0.7193979293291526f,0.6940269838187179f,1.6570877855209059f,0.08854335848343436f,0.6897778624880065f,-0.7185865112079066f,-0.6027924682459923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07507430887030363f,-0.04427156696506489f,-0.14398878549461658f,-0.08472218043262393f,0.7149466398789737f,0.6940269838187179f,1.7528696868872984f,-0.020451788103681517f,0.6951367852972616f,-0.7185865112079066f,-0.5502083443156235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08439460219829628f,-0.021764067030022205f,-0.12499999999999993f,-0.08472218043262393f,0.8791026586276776f,0.4690422877912936f,1.5550715886960713f,-0.020451788103681517f,0.46910133949237465f,-0.8829075023182338f,-0.6557561457014076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.8737310988823294e-17f,1.1904522159141974e-16f,9.131467519248349e-17f,0f,0.9720780038318286f,0.2346579520628424f,1.0495485507302953f,-1.2246467991473532e-16f,0.2346579520628424f,-0.9720780038318286f,-0.7456409085138698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.167618919044862e-17f,1.2053107752276363e-16f,8.318610424606526e-17f,0f,0.9842109382613996f,-0.17699951696718125f,0.6804694488822705f,-1.2246467991473532e-16f,-0.17699951696718125f,-0.9842109382613996f,-0.6792660896511767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9706033965351789f,-0.23778616054794027f,0.03723960910433173f,0.13663025871115556f,-0.16145748404647428f,0.5285200019211391f,-0.83342551461703f,0.641299428994125f,0.17849517494811099f,-0.8149382488392283f,-0.5513756642245786f,-0.24810995695126026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9706033965351789f,-0.08231896004242188f,0.2261694839095416f,0.12500000000000006f,-0.16145748404647428f,-0.4741983794175159f,-0.8654867866138591f,0.44836192862113833f,0.17849517494811099f,-0.8765611705838536f,0.44696754551634654f,-0.48587308981132665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9508746910970073f,0.25950632983648825f,-0.16880102667331973f,-0.14980500602730037f,0.20767170310673932f,0.13032795270719572f,-0.969477740060027f,0.6554604048559339f,-0.2295861179599441f,-0.9569070433004173f,-0.17781767325588266f,-0.21002685406557897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9508746910970073f,0.09211742554915534f,-0.2955532130452431f,-0.12499999999999994f,0.20767170310673932f,-0.5182167799259527f,-0.8296528386812903f,0.4440584949906329f,-0.2295861179599441f,-0.8502739258106016f,0.47362903788377486f,-0.5039847279357574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,2.499535421656407e-17f,7.500927815607501e-17f,0.026640729485032207f,0.2023564305519316f,-0.9789495117455173f,0.5951685225653527f,-0.12777855214382114f,-0.9705744629644937f,-0.20410255621430462f,-0.612497237638635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774152f,7.201318544582889e-17f,-0.026640729485032207f,0.06414367244713337f,-0.997585014330859f,0.566748150287619f,0.12777855214382092f,-0.9895344846719568f,-0.06703838644413851f,-0.5880322840509383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.198867386086012e-16f,2.499535421656407e-17f,7.500927815607501e-17f,0f,0.20410255621430462f,-0.9789495117455173f,0.5951685225653527f,-1.2246467991473532e-16f,-0.9789495117455173f,-0.20410255621430462f,-0.612497237638635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765828f,7.453556396261931e-17f,7.662244099995484e-17f,0.053045518453162015f,0.6063130503467338f,-0.7934548871557061f,0.6164165025614128f,-0.06915415002681499f,-0.7904355517594986f,-0.6086290676994697f,-0.6256697118981764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765808f,7.453556396261931e-17f,7.662244099995484e-17f,-0.053045518453162015f,0.6063130503467338f,-0.7934548871557061f,0.6164165025614128f,0.06915415002681474f,-0.7904355517594986f,-0.6086290676994697f,-0.6256697118981764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,9.717019878230598e-17f,7.453556396261931e-17f,7.662244099995484e-17f,0f,0.6086290676994697f,-0.7934548871557061f,0.6164165025614128f,-1.2246467991473532e-16f,-0.7934548871557061f,-0.6086290676994697f,-0.6256697118981764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,7.146998199605071e-17f,-0.19374999999999992f,0.07617465390409014f,0.5786039406774077f,-0.8120436576534336f,0.6270409286970519f,-0.10599296654994594f,-0.8050965115916904f,-0.5835966912730342f,-0.6322560204176242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.01137610723096226f,0.1937500000000001f,-0.07617465390409017f,0.5056279098715144f,-0.8593822425798404f,0.6204542554296721f,0.10599296654994572f,-0.8528966793927785f,-0.5112071452187595f,-0.6428799390259772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,9.763605812320321e-17f,7.392427193270868e-17f,-0.007812499999999936f,0f,0.603637489471884f,-0.7972589173562632f,0.5252260714791404f,-1.2246467991473532e-16f,-0.7972589173562632f,-0.603637489471884f,-0.5248564727612489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.082159861753745e-17f,8.215251092433813e-17f,8.456933087898936e-17f,0f,0.6708261596856817f,-0.7416146327314208f,0.6751137915339098f,-1.2246467991473532e-16f,-0.7416146327314208f,-0.6708261596856817f,-0.6905609922621757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395523f,0f,0.9659258262890683f,-0.2588190451025207f,0.7532387915339098f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.32583374433822226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955311f,0f,0.9659258262890683f,-0.2588190451025207f,0.7532387915339098f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.2490382401861293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543364f,0f,0.9659258262890683f,-0.2588190451025207f,0.7920616482992879f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.37054083624552425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36600055663458114f,-0.5489564193883943f,-0.7514588758910564f,0.5417253292003303f,-0.34917108281586645f,0.8294993993759021f,-0.4359017106644718f,1.6117736682419075f,0.8626257284989662f,0.10284744064531116f,-0.4952769492761975f,-1.0785966506628362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06601971180449534f,-0.5489564193883943f,-0.833239609755516f,0.5623359207996699f,-0.16569062416991714f,0.8294993993759021f,-0.5333641940524324f,1.6363364148259123f,0.9839654540254117f,0.10284744064531116f,-0.14572024305934486f,-1.1666928338615152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.6980409914448746f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.0737161810341214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999999f,0f,0.000015625f,0f,0.8412362915339098f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.00306099226217571f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13.mcfunction new file mode 100644 index 000000000..bacc93c3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..d257b5e0f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7231072974209897f,-0.12750332648250107f,-0.3574957098999282f,0.03509031921836096f,-0.08419071800437791f,0.8039275957744927f,-0.11643362142695539f,0.815911005745445f,0.37009755992557447f,-0.06624022141105049f,-0.72497205025366f,-0.9306228186025296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7022276987883371f,0.15568013278140844f,-0.350199879085644f,0.03509031921836096f,0.22517651317452056f,0.7591353250249055f,-0.11405742507130325f,0.815911005745445f,0.31011577994194617f,-0.19868883853023556f,-0.7101767022892996f,-0.9306228186025296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231072974209897f,0.1275033264825011f,0.35749570989992846f,-0.03509031921836071f,0.08419071800437791f,0.8039275957744927f,-0.11643362142695539f,0.815911005745445f,-0.3700975599255747f,-0.06624022141105045f,-0.72497205025366f,-0.9306228186025297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7022276987883371f,-0.15568013278140838f,0.3501998790856442f,-0.03509031921836071f,-0.22517651317452056f,0.7591353250249055f,-0.11405742507130325f,0.815911005745445f,-0.3101157799419464f,-0.1986888385302356f,-0.7101767022892996f,-0.9306228186025297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4507494429551987f,0.30629528692247987f,1.4643819129191178f,-0.6887876815951942f,1.496011060271225f,-0.07848454925807707f,-0.4440690634055955f,0.6324906367857491f,-0.013494340359728964f,1.5301730695371787f,-0.3159027224343336f,-0.5472309884756341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.661108651687185f,-0.7353287490926157f,-0.1490871604875535f,-0.544100040820851f,-0.6733556808761396f,0.6691357661600978f,-0.3144033293035707f,0.8113455105054808f,0.3309493582048209f,-0.10746607466185874f,-0.9375092346748317f,-0.6442621643918142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6678379383568656f,-0.7353287490926157f,0.11525675185923241f,-0.29843749999999997f,-0.7424164768665691f,0.6691357661600978f,-0.03278873773676194f,1.0869501395157304f,-0.05301191345615275f,-0.10746607466185874f,-0.9927944297932423f,-0.6323531898306807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.28918955914028305f,0.0035801008610611973f,-0.9572651574992548f,0.9528432284015799f,-0.6729535887431417f,0.7119539884260233f,-0.20063645172800523f,-0.3385862253285562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.40870679540626254f,0.4840467025461446f,-0.7737296331038043f,1.0869501395157304f,-0.8952893458104156f,0.04799556948978123f,-0.4428921003898233f,-0.6323531898306807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.369451925357044e-17f,8.940260216309308e-17f,-0.15624999999999994f,0f,0.7300276473619877f,-0.6834176132403387f,0.7895508265212248f,-1.2246467991473532e-16f,-0.6834176132403387f,-0.7300276473619877f,-0.3380042096505703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.31107586636025e-17f,1.1462574018983341e-16f,-0.15624999999999994f,0f,0.9359901995386779f,-0.3520260592165667f,0.9628488260646233f,-1.2246467991473532e-16f,-0.3520260592165667f,-0.9359901995386779f,-0.4098590345007933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.7275367990832e-17f,9.50058699686502e-17f,0.15625000000000006f,0f,0.7757818012082912f,-0.6310012653822648f,0.7787122686590118f,-1.2246467991473532e-16f,-0.6310012653822648f,-0.7757818012082912f,-0.3739558211792819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.9419496782526275e-17f,1.2091518089690816e-16f,0.15625000000000006f,0f,0.9873473803311619f,-0.15857222503702206f,0.9628488260646233f,-1.2246467991473532e-16f,-0.15857222503702206f,-0.9873473803311619f,-0.40985903450079325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.5357626897229194e-17f,1.1981063635904572e-16f,0.29375000000000007f,0f,0.978328089719114f,0.20706073714383735f,1.610068431944964f,-1.2246467991473532e-16f,0.20706073714383735f,-0.978328089719114f,-0.5101883128162195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.5357626897229194e-17f,1.1981063635904572e-16f,0.33125000000000004f,0f,0.978328089719114f,0.20706073714383735f,1.5071893648373096f,-1.2246467991473532e-16f,0.20706073714383735f,-0.978328089719114f,-0.627789163370366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.5357626897229194e-17f,1.1981063635904572e-16f,-0.29374999999999996f,0f,0.978328089719114f,0.20706073714383735f,1.610068431944964f,-1.2246467991473532e-16f,0.20706073714383735f,-0.978328089719114f,-0.5101883128162196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.5357626897229194e-17f,1.1981063635904572e-16f,-0.33124999999999993f,0f,0.978328089719114f,0.20706073714383735f,1.5071893648373096f,-1.2246467991473532e-16f,0.20706073714383735f,-0.978328089719114f,-0.6277891633703662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878285852617219f,0.15442887286912554f,0.01861207576269544f,0.19443674910791517f,0.14839149388764822f,0.8997460018768095f,0.41041088758522015f,1.705406683933148f,0.046633150028889445f,0.40817748018609207f,-0.9117107512732948f,-0.4892322240652831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998247742836402f,-0.002002839102781484f,0.01861207576269544f,0.07925173714105707f,0.005813263880639519f,0.9118821795136507f,0.41041088758522015f,1.7152656705534093f,-0.017794007185622844f,0.41044716995121616f,-0.9117107512732948f,-0.4871455937635112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715392556606264f,0.23407056006391802f,0.03636547293463799f,0.057096807370781f,0.20925818644475008f,0.7761394497304124f,0.5948265007361618f,1.718927461016098f,0.11100669401549784f,0.5855070686879338f,-0.8030311241790153f,-0.5152869079398348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963205208751944f,-0.077607809279875f,0.03636547293463799f,0.08610486499619698f,-0.04082391816513187f,0.8028168170433525f,0.5948265007361618f,1.726520817605824f,-0.07535799485540973f,0.5911532679527021f,-0.8030311241790153f,-0.5083486694384712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07920653932685152f,0.03636547293463799f,0.14415768195309772f,0.08526691131036694f,0.7993190776264276f,0.5948265007361618f,1.8284045538526237f,0.018046532339648636f,0.5956637778733076f,-0.8030311241790153f,-0.4691667952743742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08514525312487861f,0.01861207576269544f,0.12500000000000006f,0.08526691131036694f,0.9079055331845389f,0.41041088758522015f,1.6241258088861028f,0.018046532339648636f,0.4104361444648833f,-0.9117107512732948f,-0.5615149277789728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878285852617219f,-0.15442887286912566f,-0.018612075762695218f,-0.19443674910791503f,-0.14839149388764822f,0.8997460018768095f,0.41041088758522015f,1.705406683933148f,-0.04663315002888969f,0.40817748018609207f,-0.9117107512732948f,-0.4892322240652832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998247742836402f,0.002002839102781373f,-0.018612075762695218f,-0.07925173714105696f,-0.005813263880639519f,0.9118821795136507f,0.41041088758522015f,1.7152656705534093f,0.0177940071856226f,0.4104471699512162f,-0.9117107512732948f,-0.4871455937635113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9716788151232836f,-0.23318941629517845f,-0.03824887408180292f,-0.05714667910408673f,-0.2069976187911556f,0.7618667872835049f,0.6137678585989187f,1.7200967071647801f,-0.113983621873509f,0.6043026514605284f,-0.7885594710498203f,-0.5180584127593987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9961809614125372f,0.07848895304861456f,-0.03824887408180292f,-0.08614358513779452f,0.03856335051153739f,0.788544154596445f,0.6137678585989187f,1.7275094315922608f,0.07833492271342041f,0.6099488507252969f,-0.7885594710498203f,-0.5108823008570836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07831441199019731f,-0.03824887408180292f,-0.1441576819530976f,-0.08526691131036694f,0.7848685046467897f,0.6137678585989187f,1.8284045538526237f,-0.01804653233964888f,0.6146936499494216f,-0.7885594710498203f,-0.4691667952743743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08514525312487872f,-0.018612075762695218f,-0.12499999999999992f,-0.08526691131036694f,0.9079055331845389f,0.41041088758522015f,1.6241258088861028f,-0.01804653233964888f,0.4104361444648833f,-0.9117107512732948f,-0.5615149277789729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.5357626897229194e-17f,1.1981063635904572e-16f,7.801744729640742e-17f,0f,0.978328089719114f,0.20706073714383735f,1.1162620148693119f,-1.2246467991473532e-16f,0.20706073714383735f,-0.978328089719114f,-0.6370608027614673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.9419496782526275e-17f,1.2091518089690816e-16f,7.073513600296006e-17f,0f,0.9873473803311619f,-0.15857222503702206f,0.7460067472451261f,-1.2246467991473532e-16f,-0.15857222503702206f,-0.9873473803311619f,-0.577596218372584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9744477430361239f,-0.2203638848071553f,0.04348970412066459f,0.13684310371991487f,-0.16104319685407684f,0.5504636627205353f,-0.8191793727696711f,0.6768221514101295f,0.15657804711652012f,-0.8052512119189834f,-0.5718861782419515f,-0.1459459308870935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9744477430361239f,-0.07682262446439334f,0.21106842601916315f,0.12500000000000006f,-0.16104319685407684f,-0.41610273931513564f,-0.894943349649272f,0.5019820059932592f,0.15657804711652012f,-0.9060666612920061f,0.3930986141623165f,-0.39947637386954293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9570656386988358f,0.25362532256307246f,-0.1403551173871727f,-0.15119596884075698f,0.2078309042912143f,0.2628576716414816f,-0.9421847800090569f,0.6798827935933892f,-0.20206849938445554f,-0.9309028092201658f,-0.3042832255358776f,-0.10755630386507942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9570656386988358f,0.09676319470099681f,-0.2732439338269865f,-0.12499999999999996f,0.2078309042912143f,-0.42804975136145074f,-0.8795338115052179f,0.4988481789461633f,-0.20206849938445554f,-0.8985601229248141f,0.3895613264248098f,-0.41782658107822024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,3.650977229777603e-17f,6.328942975971487e-17f,0.03891310996907632f,0.29557441508653753f,-0.954526864482496f,0.6564103337333541f,-0.12459075699264552f,-0.9463607548344262f,-0.29812491506282096f,-0.5167974129665749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774162f,6.064517831303216e-17f,-0.03891310996907632f,0.15985344151744768f,-0.986373482565079f,0.6257502760246085f,0.12459075699264527f,-0.9786418059254508f,-0.16351562300578912f,-0.4952054613236707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1689582692886485e-16f,3.650977229777603e-17f,6.328942975971487e-17f,0f,0.29812491506282096f,-0.954526864482496f,0.6564103337333541f,-1.2246467991473532e-16f,-0.954526864482496f,-0.29812491506282096f,-0.5167974129665749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765826f,8.286997864633874e-17f,6.468769610350344e-17f,0.05897696009521175f,0.6741097385461389f,-0.7362728968087743f,0.6786505361530832f,-0.06417041118633873f,-0.7334711561495518f,-0.6766847282337735f,-0.5282151241365391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476581f,8.286997864633874e-17f,6.468769610350344e-17f,-0.05897696009521175f,0.6741097385461389f,-0.7362728968087743f,0.6786505361530832f,0.06417041118633848f,-0.7334711561495518f,-0.6766847282337735f,-0.5282151241365391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,9.016742463758149e-17f,8.286997864633874e-17f,6.468769610350344e-17f,0f,0.6766847282337735f,-0.7362728968087743f,0.6786505361530832f,-1.2246467991473532e-16f,-0.7362728968087743f,-0.6766847282337735f,-0.5282151241365391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,7.925000149804095e-17f,-0.19374999999999995f,0.08446681064429926f,0.6415891243402126f,-0.7623835999206299f,0.6897710778345014f,-0.09951102830865516f,-0.7558613025369754f,-0.647125371602799f,-0.5339240157397177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171937f,0.011376107230962268f,0.19375000000000006f,-0.08446681064429927f,0.5727015751113296f,-0.8154006768237209f,0.6840617817779656f,0.09951102830865492f,-0.8093857144929519f,-0.5787852109545365f,-0.5450440809313858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,9.269759196451637e-17f,8.002970867495774e-17f,-0.007812499999999947f,0f,0.6534921638686153f,-0.7569332809186783f,0.5811865416619275f,-1.2246467991473532e-16f,-0.7569332809186783f,-0.6534921638686153f,-0.4334534563373811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,8.536980093947856e-17f,8.780429895040664e-17f,7.215755368570781e-17f,0f,0.7169765111993059f,-0.6970973263386336f,0.7413859808830224f,-1.2246467991473532e-16f,-0.6970973263386336f,-0.7169765111993059f,-0.5892111401911695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395524f,0f,0.9659258262890683f,-0.2588190451025207f,0.8195109808830224f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.22448389226721605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955297f,0f,0.9659258262890683f,-0.2588190451025207f,0.8195109808830224f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.14768838811512308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543363f,0f,0.9659258262890683f,-0.2588190451025207f,0.8583338376484005f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.26919098417451803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.40278663179405627f,-0.5489564193883943f,-0.7324000128756639f,0.5417253292003303f,-0.37034160103382613f,0.8294993993759021f,-0.4180644029078772f,1.67804585759102f,0.8370245084773216f,0.10284744064531116f,-0.5374126684039068f,-0.9772467985918298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.024650604738777365f,-0.5489564193883943f,-0.8354874010410246f,0.5623359207996699f,-0.13905826121271864f,0.8294993993759021f,-0.5409191681050994f,1.7026086041750248f,0.9899773470511877f,0.10284744064531116f,-0.09678458698677864f,-1.0653429817905087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.7643131807939871f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.972366328963115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000012f,0f,0.000015625f,0f,0.9075084808830224f,-1.9135106236677393e-21f,0f,-0.000015625f,0.09828885980883051f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14.mcfunction new file mode 100644 index 000000000..5b01512c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..451f856e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7345015009346599f,-0.12951243198564436f,-0.3326838131474686f,0.033673587283378534f,-0.09488728868361175f,0.8044809373342766f,-0.10368832314432118f,0.8889070543814648f,0.34416332171724645f,-0.05460215995152656f,-0.7385896401640245f,-0.8288122948522557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.713292896638598f,0.15813322808589939f,-0.3258943475730305f,0.033673587283378534f,0.21570328404351374f,0.7636459744847951f,-0.10157223491688606f,0.8889070543814648f,0.29100745155023355f,-0.17843404335580348f,-0.7235163822014935f,-0.8288122948522557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7345015009346599f,0.12951243198564436f,0.3326838131474688f,-0.033673587283378326f,0.09488728868361175f,0.8044809373342766f,-0.10368832314432118f,0.8889070543814648f,-0.3441633217172467f,-0.05460215995152652f,-0.7385896401640245f,-0.8288122948522558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.713292896638598f,-0.15813322808589939f,0.3258943475730307f,-0.033673587283378326f,-0.21570328404351374f,0.7636459744847951f,-0.10157223491688606f,0.8889070543814648f,-0.2910074515502338f,-0.17843404335580354f,-0.7235163822014935f,-0.8288122948522558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3802782126702582f,0.32565828401665586f,1.4801153377421776f,-0.6707318564054491f,1.5151534702229148f,-0.04822868189323795f,-0.3786689925440134f,0.6831208042688618f,-0.03323691682107483f,1.5274249331126448f,-0.32752806149406655f,-0.4485665819660804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6340290670172797f,-0.7609010382972312f,-0.13797373697698131f,-0.533225469851869f,-0.7067183542141077f,0.6425668298679564f,-0.296069311091757f,0.8698676105285505f,0.313936792991998f,-0.09020797676281306f,-0.9451487771426565f,-0.54106666767194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.638566741277081f,-0.7609010382972312f,0.11516130796827938f,-0.29843749999999997f,-0.766223442895037f,0.6425668298679564f,-0.0030829712163291667f,1.1544194956782006f,-0.07165300058507937f,-0.09020797676281306f,-0.9933420198680384f,-0.5222344335997574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.3024358121063988f,-0.010494308590627388f,-0.953111981376138f,1.014531684871969f,-0.6671054738746849f,0.711885642673809f,-0.21952020062247074f,-0.23117585971949678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.42632476650592716f,0.48300335638862385f,-0.7648234771376926f,1.1544194956782006f,-0.8870352026817003f,0.05755469271717312f,-0.45810043281977625f,-0.5222344335997573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.270509063948196e-17f,9.03186902525366e-17f,-0.15624999999999997f,0f,0.7375080742906444f,-0.6753383154805488f,0.8518655857871362f,-1.2246467991473532e-16f,-0.6753383154805488f,-0.7375080742906444f,-0.23229455939557245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.184607408374811e-17f,1.1509345728752804e-16f,-0.15624999999999997f,0f,0.9398093994746942f,-0.341699125926618f,1.0259442286516f,-1.2246467991473532e-16f,-0.341699125926618f,-0.9398093994746942f,-0.30223695425353014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.538221853197611e-17f,9.651486391129595e-17f,0.15625000000000003f,0f,0.7881036718382259f,-0.6155425269102908f,0.8411339268204098f,-1.2246467991473532e-16f,-0.6155425269102908f,-0.7881036718382259f,-0.26998071707272514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.7025484286673447e-17f,1.2127543325596827e-16f,0.15625000000000003f,0f,0.9902890640828437f,-0.13902362949486535f,1.0259442286516f,-1.2246467991473532e-16f,-0.13902362949486535f,-0.9902890640828437f,-0.30223695425353014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.1893510114674358e-17f,1.2049179242370508e-16f,0.29375000000000007f,0f,0.9838901510835298f,0.1787740769821754f,1.6810770650423479f,-1.2246467991473532e-16f,0.1787740769821754f,-0.9838901510835298f,-0.41377605508263837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.1893510114674358e-17f,1.2049179242370508e-16f,0.33125000000000004f,0f,0.9838901510835298f,0.1787740769821754f,1.5748508658739857f,-1.2246467991473532e-16f,0.1787740769821754f,-0.9838901510835298f,-0.5283625163694912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.1893510114674358e-17f,1.2049179242370508e-16f,-0.29374999999999996f,0f,0.9838901510835298f,0.1787740769821754f,1.6810770650423479f,-1.2246467991473532e-16f,0.1787740769821754f,-0.9838901510835298f,-0.4137760550826385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.1893510114674358e-17f,1.2049179242370508e-16f,-0.33124999999999993f,0f,0.9838901510835298f,0.1787740769821754f,1.5748508658739857f,-1.2246467991473532e-16f,0.1787740769821754f,-0.9838901510835298f,-0.5283625163694913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877838548601817f,0.15506854741308085f,0.015388361860719455f,0.1946076254165391f,0.1506383456354785f,0.9249280795563474f,0.3490216848168796f,1.7795835648816813f,0.03988915769686627f,0.34707606263095153f,-0.936988293334997f,-0.39898183374434804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998806617326523f,-0.001364042637505336f,0.015388361860719455f,0.07942261344968099f,0.004093108304617246f,0.9371057090808879f,0.3490216848168796f,1.7894986025232198f,-0.014896602212586964f,0.34904301940547333f,-0.936988293334997f,-0.3971802589438914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9711457894636172f,0.23655480786125804f,0.030293208559197524f,0.05712430212164317f,0.21874438395485907f,0.8329341022745856f,0.5083027402604079f,1.7898616719139926f,0.09500921058137976f,0.5002625352210116f,-0.8606454820417925f,-0.42090074439136504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967139870722036f,-0.07512356148253496f,0.030293208559197524f,0.08616379992529191f,-0.04935252103404976f,0.8597631376788285f,0.5083027402604079f,1.798161136776001f,-0.06423049620090857f,0.5051374046720712f,-0.8606454820417925f,-0.4149768879349542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08172175358547397f,0.030293208559197524f,0.14430196017999697f,0.08575167689979066f,0.8568984619852194f,0.5083027402604079f,1.9036152698389386f,0.015581187463408395f,0.5089661883055503f,-0.8606454820417925f,-0.38695859617059947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08578648968887537f,0.015388361860719455f,0.12500000000000006f,0.08575167689979066f,0.9331830010434506f,0.3490216848168796f,1.6936490946041625f,0.015581187463408395f,0.3490131297679212f,-0.936988293334997f,-0.4654865503683816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877838548601817f,-0.15506854741308096f,-0.015388361860719227f,-0.19460762541653895f,-0.1506383456354785f,0.9249280795563474f,0.3490216848168796f,1.7795835648816813f,-0.03988915769686651f,0.34707606263095153f,-0.936988293334997f,-0.39898183374434804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998806617326523f,0.001364042637505225f,-0.015388361860719227f,-0.07942261344968088f,-0.004093108304617246f,0.9371057090808879f,0.3490216848168796f,1.7894986025232198f,0.014896602212586723f,0.3490430194054734f,-0.936988293334997f,-0.3971802589438914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712417269213428f,-0.23594908259222877f,-0.03189887632399282f,-0.05714886798123486f,-0.217150254685486f,0.8228691661854936f,0.5251019922179113f,1.7905786498983087f,-0.09764873156818968f,0.5169278148494976f,-0.8504412733740334f,-0.42327602454654045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.996618049614478f,0.07572928675156423f,-0.03189887632399282f,-0.08618069983849985f,0.04775839176467668f,0.8496982015897364f,0.5251019922179113f,1.7987507348005234f,0.06687001718771798f,0.5218026843005574f,-0.8504412733740334f,-0.4171412554096878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08110847787477328f,-0.03189887632399282f,-0.14430196017999689f,-0.08575167689979066f,0.8467080652017286f,0.5251019922179113f,1.9036152698389386f,-0.015581187463408638f,0.5258392027408977f,-0.8504412733740334f,-0.38695859617059947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08578648968887548f,-0.015388361860719227f,-0.12499999999999993f,-0.08575167689979066f,0.9331830010434506f,0.3490216848168796f,1.6936490946041625f,-0.015581187463408638f,0.3490131297679212f,-0.936988293334997f,-0.4654865503683816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.1893510114674358e-17f,1.2049179242370508e-16f,6.4460716816008e-17f,0f,0.9838901510835298f,0.1787740769821754f,1.18381870226816f,-1.2246467991473532e-16f,0.1787740769821754f,-0.9838901510835298f,-0.5263616976003862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.7025484286673447e-17f,1.2127543325596827e-16f,5.807616020850547e-17f,0f,0.9902890640828437f,-0.13902362949486535f,0.8124603032370937f,-1.2246467991473532e-16f,-0.13902362949486535f,-0.9902890640828437f,-0.47422783653981165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9780756941991289f,-0.2024617061214568f,0.04875647619835686f,0.13694321323425399f,-0.15854111075219215f,0.5721106965809489f,-0.8047074419061395f,0.7121572406288043f,0.13502834005627565f,-0.7947946957624028f,-0.5916660704904385f,-0.044153018468831684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9780756941991289f,-0.07122559131097023f,0.1956907038141943f,0.12500000000000003f,-0.15854111075219215f,-0.354620973783283f,-0.9214709334289701f,0.557241313166353f,0.13502834005627565f,-0.9322933444444399f,0.3355539707502326f,-0.3125552647903055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9629287019168145f,0.24491268360080923f,-0.11307560495636827f,-0.15216068313006836f,0.2053660628676201f,0.3937739524552588f,-0.8959725746863104f,0.7038650917722109f,-0.17490881980921222f,-0.8859796000920187f,-0.4294729944638371f,-0.007134576341292442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9629287019168145f,0.09999045595169848f,-0.2505398645792126f,-0.12499999999999997f,0.2053660628676201f,-0.3304766882403363f,-0.9212002707077067f,0.555322042626091f,-0.17490881980921222f,-0.9385025664580098f,0.2976908421578964f,-0.33107194314134303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,4.7928662994981755e-17f,5.141603853688384e-17f,0.051083674764746005f,0.38801903268743354f,-0.9202345833779766f,0.7188933451157992f,-0.12011471611753298f,-0.9123618489485642f,-0.3913672336248424f,-0.41984381596948345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777418f,4.915740661451382e-17f,-0.051083674764746005f,0.2561709575549502f,-0.9652807356815476f,0.6862421200656491f,0.12011471611753273f,-0.9579505976695146f,-0.2605822468945732f,-0.40140068670198714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1269623369985371e-16f,4.7928662994981755e-17f,5.141603853688384e-17f,0f,0.3913672336248424f,-0.9202345833779766f,0.7188933451157992f,-1.2246467991473532e-16f,-0.9202345833779766f,-0.3913672336248424f,-0.41984381596948345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765826f,9.072167890812044e-17f,5.258474407545054e-17f,0.06456486322470197f,0.7379797635789759f,-0.6717270628645944f,0.7420000102033608f,-0.058544871087666726f,-0.6691709385904496f,-0.7407987263861254f,-0.4293870209113524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476581f,9.072167890812044e-17f,5.258474407545054e-17f,-0.06456486322470197f,0.7379797635789759f,-0.6717270628645944f,0.7420000102033608f,0.05854487108766648f,-0.6691709385904496f,-0.7407987263861254f,-0.4293870209113524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,8.226283974377784e-17f,9.072167890812044e-17f,5.258474407545054e-17f,0f,0.7407987263861254f,-0.6717270628645944f,0.7420000102033608f,-1.2246467991473532e-16f,-0.6717270628645944f,-0.7407987263861254f,-0.4293870209113524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,8.668533371310202e-17f,-0.19374999999999995f,0.09239159028361002f,0.701783801877948f,-0.7063733357556745f,0.7535537846886424f,-0.09220022180196433f,-0.7003302139464407f,-0.7078394666401425f,-0.434158622924121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171937f,0.011376107230962277f,0.19375000000000006f,-0.09239159028361005f,0.637548809902553f,-0.7648498604541313f,0.7487817402762071f,0.09220022180196409f,-0.7593575205080298f,-0.6441081238018707f,-0.44571195592606766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,8.722925414330366e-17f,8.59572861846017e-17f,-0.0078124999999999575f,0f,0.7018945074159219f,-0.7122809140075004f,0.6385103892125632f,-1.2246467991473532e-16f,-0.7122809140075004f,-0.7018945074159219f,-0.34124564439934707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.940564937406456e-17f,9.323272319363893e-17f,5.953273839568118e-17f,0f,0.7613029590127633f,-0.6483963329618782f,0.8086140191169775f,-1.2246467991473532e-16f,-0.6483963329618782f,-0.7613029590127633f,-0.4861217000455167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955256f,0f,0.9659258262890683f,-0.2588190451025207f,0.8867390191169775f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.12139445212156322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955284f,0f,0.9659258262890683f,-0.2588190451025207f,0.8867390191169775f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.044598947969470254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543361f,0f,0.9659258262890683f,-0.2588190451025207f,0.9255618758823556f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.1661015440288652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4390917504429426f,-0.5489564193883943f,-0.7112280114739759f,0.5417253292003303f,-0.39088757086885634f,0.8294993993759021f,-0.3989206103666021f,1.7452738958249752f,0.8089532382240627f,0.10284744064531116f,-0.5788065845509289f,-0.8741573584461771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01737655099941046f,-0.5489564193883943f,-0.835670332779403f,0.5623359207996699f,-0.11169303311955608f,0.8294993993759021f,-0.5472251938531076f,1.76983664240898f,0.993590822133497f,0.10284744064531116f,-0.04690076891470513f,-0.9622535416448561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.8315412190279423f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.8692768888174623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000024f,0f,0.000015625f,0f,0.9747365191169775f,-1.9135106236677393e-21f,0f,-0.000015625f,0.2013782999544833f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15.mcfunction new file mode 100644 index 000000000..ffba8a24e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..5fd410e9d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7449258644844295f,-0.13135052853618262f,-0.3078586356102993f,0.03237744326373676f,-0.10467628507970685f,0.8048997041028814f,-0.09013204824839066f,0.9611189173461011f,0.3179194492453733f,-0.0427545252903569f,-0.7510284407418664f,-0.7281894698951923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7234162584868271f,0.16037752337565495f,-0.30157580631212993f,0.03237744326373676f,0.2070009836583948f,0.7676946048064379f,-0.08829261869230107f,0.9611189173461011f,0.2716974599096889f,-0.15787350552571625f,-0.7357013297063181f,-0.7281894698951923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7449258644844295f,0.13135052853618262f,0.3078586356102995f,-0.032377443263736566f,0.10467628507970685f,0.8048997041028814f,-0.09013204824839066f,0.9611189173461011f,-0.3179194492453735f,-0.042754525290356865f,-0.7510284407418664f,-0.7281894698951922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7234162584868271f,-0.16037752337565495f,0.30157580631213016f,-0.032377443263736566f,-0.2070009836583948f,0.7676946048064379f,-0.08829261869230107f,0.9611189173461011f,-0.27169745990968913f,-0.15787350552571627f,-0.7357013297063181f,-0.7281894698951922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3091643591675572f,0.33937787200730385f,1.4935348368927681f,-0.6522643341123306f,1.5308034329557973f,-0.019083424299010353f,-0.3125426731948265f,0.7337161208916438f,-0.0496437173392362f,1.5250785989282054f,-0.33626926475656965f,-0.35242635501744607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6062303810189685f,-0.7851336945256598f,-0.1266878322889935f,-0.5220836463081289f,-0.7386819295669887f,0.6149139150074108f,-0.2760975987969636f,0.9280034584590444f,0.2946756387297506f,-0.0737967401092128f,-0.9527435694290812f,-0.4398567423703693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6085651755091889f,-0.7851336945256598f,0.11495002774231146f,-0.29843749999999997f,-0.7881110925382663f,0.6149139150074108f,0.02760041572873513f,1.2207983655123646f,-0.09235438796078117f,-0.0737967401092128f,-0.9929877683907504f,-0.4133357541781508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.31573977199448994f,-0.02475397713297023f,-0.9485228710985136f,1.0751076204206553f,-0.6609126493712252f,0.7115325286829814f,-0.23857059862252453f,-0.12513807924652737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.4440098905282534f,0.48175337998869966f,-0.755492487045736f,1.2207983655123646f,-0.8783162724474519f,0.06721953440710318f,-0.47333081428120133f,-0.41333575417815077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.187145552600101e-17f,9.107503827434061e-17f,-0.15624999999999997f,0f,0.743684124579843f,-0.6685311681948062f,0.9132273497994504f,-1.2246467991473532e-16f,-0.6685311681948062f,-0.743684124579843f,-0.12761683520585992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.0786453807773834e-17f,1.1547321339776122e-16f,-0.15624999999999997f,0f,0.9429103434407224f,-0.3330466697514007f,1.0879414975086397f,-1.2246467991473532e-16f,-0.3330466697514007f,-0.9429103434407224f,-0.19595627543075206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.34335300704949e-17f,9.800568599833528e-17f,0.15625000000000003f,0f,0.8002771580064608f,-0.599630278065661f,0.9025220714876072f,-1.2246467991473532e-16f,-0.599630278065661f,-0.8002771580064608f,-0.16740896462866697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.459245953144944e-17f,1.2159217882512667e-16f,0.15625000000000003f,0f,0.9928754879348387f,-0.11915647467995905f,1.0879414975086397f,-1.2246467991473532e-16f,-0.11915647467995905f,-0.9928754879348387f,-0.195956275430752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.845063191094339e-17f,1.2106680803880745e-16f,0.29375000000000007f,0f,0.9885855099045607f,0.15066084297766041f,1.7505393947279293f,-1.2246467991473532e-16f,0.15066084297766041f,-0.9885855099045607f,-0.31850503709930406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.845063191094339e-17f,1.2106680803880745e-16f,0.33125000000000004f,0f,0.9885855099045607f,0.15066084297766041f,1.641090660019015f,-1.2246467991473532e-16f,0.15066084297766041f,-0.9885855099045607f,-0.43001753402506415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.845063191094339e-17f,1.2106680803880745e-16f,-0.29374999999999996f,0f,0.9885855099045607f,0.15066084297766041f,1.7505393947279293f,-1.2246467991473532e-16f,0.15066084297766041f,-0.9885855099045607f,-0.3185050370993041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.845063191094339e-17f,1.2106680803880745e-16f,-0.33124999999999993f,0f,0.9885855099045607f,0.15066084297766041f,1.641090660019015f,-1.2246467991473532e-16f,0.15066084297766041f,-0.9885855099045607f,-0.43001753402506426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877480904503324f,0.1555800023022038f,0.01218903996908914f,0.1947636812048532f,0.15250389632970518f,0.9457401811873641f,0.28691126030874026f,1.8517680775113246f,0.033109989670495624f,0.28525492558646104f,-0.9578796145720411f,-0.3100428840604205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999925346814008f,-0.0008532898204559186f,0.01218903996908914f,0.07957866923799514f,0.0026799609890830883f,0.9579534156299808f,0.28691126030874026f,1.8617304320808754f,-0.011921350929434926f,0.2869225076206728f,-0.9578796145720411f,-0.3085246170795139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708290678410332f,0.23855450948557805f,0.024138497032869397f,0.057185243657467535f,0.22660644008643377f,0.8799572035256773f,0.41752226440589146f,1.8596036998628636f,0.07836097463829866f,0.4108126896377045f,-0.9083460197999278f,-0.3275613598956141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970307086947876f,-0.07312385985821496f,0.024138497032869397f,0.08625004931307387f,-0.05640619873343855f,0.9069142734954725f,0.41752226440589146f,1.8684875810192092f,-0.05242238704993835f,0.4149209583156959f,-0.9083460197999278f,-0.32270550231926826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0837463817420796f,0.024138497032869397f,0.1444173185372099f,0.08616090438530438f,0.9045725273746065f,0.41752226440589146f,1.9762993531573276f,0.013130957672706172f,0.418013260871263f,-0.9083460197999278f,-0.30600714579249333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08629919349871072f,0.01218903996908914f,0.12500000000000003f,0.08616090438530438f,0.954074539678927f,0.28691126030874026f,1.7616325817295695f,0.013130957672706172f,0.28686969504971305f,-0.9578796145720411f,-0.37055282717867866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877480904503324f,-0.15558000230220387f,-0.012189039969088903f,-0.19476368120485316f,-0.15250389632970518f,0.9457401811873641f,0.28691126030874026f,1.8517680775113246f,-0.03310998967049587f,0.28525492558646104f,-0.9578796145720411f,-0.3100428840604206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999253468140081f,0.0008532898204558631f,-0.012189039969088903f,-0.07957866923799507f,-0.0026799609890830883f,0.9579534156299808f,0.28691126030874026f,1.8617304320808754f,0.011921350929434684f,0.2869225076206728f,-0.9578796145720411f,-0.3085246170795139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708895283284209f,-0.2381727769917561f,-0.02544114938935909f,-0.05719163934213224f,-0.22557100008311734f,0.8734196926363832f,0.4315735909859034f,1.859971286749769f,-0.0805682797614466f,0.42474906570232834f,-0.9017189049150962f,-0.3294881250328483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969702482073999f,0.07350559235203691f,-0.02544114938935909f,-0.08625161386227137f,0.05537075873012212f,0.9003767626061784f,0.4315735909859034f,1.8687724303838038f,0.05462969217308582f,0.42885733438031987f,-0.9017189049150962f,-0.32445589127218627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08335989090470479f,-0.02544114938935909f,-0.14441731853720985f,-0.08616090438530438f,0.8979535255897368f,0.4315735909859034f,1.9762993531573276f,-0.013130957672706415f,0.43212335561656134f,-0.9017189049150962f,-0.30600714579249333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08629919349871078f,-0.012189039969088903f,-0.12499999999999994f,-0.08616090438530438f,0.954074539678927f,0.28691126030874026f,1.7616325817295695f,-0.013130957672706415f,0.28686969504971305f,-0.9578796145720411f,-0.37055282717867866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.845063191094339e-17f,1.2106680803880745e-16f,5.105224447508287e-17f,0f,0.9885855099045607f,0.15066084297766041f,1.2502743565604302f,-1.2246467991473532e-16f,0.15066084297766041f,-0.9885855099045607f,-0.4168732120202121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.459245953144944e-17f,1.2159217882512667e-16f,4.558007215078933e-17f,0f,0.9928754879348387f,-0.11915647467995905f,0.8779460485848657f,-1.2246467991473532e-16f,-0.11915647467995905f,-0.9928754879348387f,-0.3721895340152275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9813830973077317f,-0.1846789076635893f,0.05273440416717251f,0.13691050619888606f,-0.15405082604876474f,0.5929364307521137f,-0.7903763230769487f,0.7465736537589109f,0.11469768660429236f,-0.7837857425030946f,-0.6103477291974602f,0.054158957247660705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9813830973077317f,-0.0656885425155264f,0.18047778727829397f,0.12500000000000003f,-0.15405082604876474f,-0.29195485395946646f,-0.9439442283541968f,0.6126958757104032f,0.11469768660429236f,-0.9541736627216728f,0.2764001846163115f,-0.22756208454972707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.968294663204221f,0.23377538728476271f,-0.0880597155916569f,-0.15265338427058928f,0.20037213840294638f,0.5162956051742428f,-0.8326402910198333f,0.7272576437630901f,-0.1491859623491929f,-0.8238858636835696f,-0.5467683533822378f,0.08813354140846377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.968294663204221f,0.10162896894259806f,-0.22820385159301923f,-0.12499999999999999f,0.20037213840294638f,-0.22957664299327374f,-0.9524418990908418f,0.6119922434728335f,-0.1491859623491929f,-0.9679701016372372f,0.20193422437601272f,-0.24616466174313642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,5.878148600892866e-17f,3.9732001570127987e-17f,0.06265090920193156f,0.4758809012365417f,-0.8772754592569361f,0.7808921642848844f,-0.11450742522490498f,-0.8697702460896388f,-0.4799872587741594f,-0.32443641381164723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777419f,3.7877643336948015e-17f,-0.06265090920193156f,0.34915651495755484f,-0.9349676955055004f,0.7465851412038046f,0.11450742522490473f,-0.9281070170689881f,-0.3542674334957529f,-0.30929442973533194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.0743525831495311e-16f,5.878148600892866e-17f,3.9732001570127987e-17f,0f,0.4799872587741594f,-0.8772754592569361f,0.7808921642848844f,-1.2246467991473532e-16f,-0.8772754592569361f,-0.4799872587741594f,-0.32443641381164723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765825f,9.776745090273444e-17f,4.066500202455884e-17f,0.06957920280284627f,0.7952939272209715f,-0.6022178209441867f,0.804702850549206f,-0.05248674148026694f,-0.599926200320963f,-0.7983318208221664f,-0.3320549406806224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765811f,9.776745090273444e-17f,4.066500202455884e-17f,-0.06957920280284627f,0.7952939272209715f,-0.6022178209441867f,0.804702850549206f,0.05248674148026669f,-0.599926200320963f,-0.7983318208221664f,-0.3320549406806224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,7.37504126808792e-17f,9.776745090273444e-17f,4.066500202455884e-17f,0f,0.7983318208221664f,-0.6022178209441867f,0.804702850549206f,-1.2246467991473532e-16f,-0.6022178209441867f,-0.7983318208221664f,-0.3320549406806224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.347954832632538e-17f,-0.19374999999999998f,0.09963304931659256f,0.7567881441098557f,-0.6460224147958317f,0.8166086341003836f,-0.08432284589210273f,-0.6404956034816276f,-0.7633184391729066f,-0.3358641674601024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171937f,0.011376107230962284f,0.19375000000000003f,-0.09963304931659257f,0.6976037733477638f,-0.7095225372705501f,0.8127989302468792f,0.08432284589210251f,-0.7045859098585681f,-0.7045909120116655f,-0.34776954724727077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,8.141825225964857e-17f,9.148041334407494e-17f,-0.007812499999999969f,0f,0.7469942632256679f,-0.6648304826855802f,0.6956679909283322f,-1.2246467991473532e-16f,-0.6648304826855802f,-0.7469942632256679f,-0.25087364176451515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.313538785709255e-17f,9.82283710015147e-17f,4.7064348462054436e-17f,0f,0.8020955190501059f,-0.5971957621414783f,0.8748862084660902f,-1.2246467991473532e-16f,-0.5971957621414783f,-0.8020955190501059f,-0.3843095698680017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395527f,0f,0.9659258262890683f,-0.2588190451025207f,0.9530112084660902f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.019582321944048214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.01126139545395527f,0f,0.9659258262890683f,-0.2588190451025207f,0.9530112084660902f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.05721318220804475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.1030610172854336f,0f,0.9659258262890683f,-0.2588190451025207f,0.9918340652314683f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.0642894138513502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4737945524509783f,-0.5489564193883943f,-0.6885968135854612f,0.5417253292003303f,-0.41017438672626433f,0.8294993993759021f,-0.37906162943346094f,1.8115460851740877f,0.7792789581026233f,0.10284744064531116f,-0.6181801593477414f,-0.7723452282686621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05876365810073564f,-0.5489564193883943f,-0.833782754738243f,0.5623359207996698f,-0.08444017265322457f,0.8294993993759021f,-0.5520874963964599f,1.8361088317580925f,0.9946942694762614f,0.10284744064531116f,0.002390444267439118f,-0.8604414114673411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.8978134083770548f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.7674647586399473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000037f,0f,0.000015625f,0f,1.0410087084660902f,-1.9135106236677393e-21f,0f,-0.000015625f,0.3031904301319983f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16.mcfunction new file mode 100644 index 000000000..6a9aa5c04 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..d3a272eb4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7541378612574916f,-0.13297485211347276f,-0.2837925639755572f,0.031232042446760477f,-0.11321746908280006f,0.8051630974456055f,-0.0764109655136479f,1.030383357118403f,0.29223677961014055f,-0.03121729747500145f,-0.7619498601784082f,-0.6317465511842614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7323622604401537f,0.1623608042607008f,-0.2780008789964642f,0.031232042446760477f,0.19936973910451905f,0.771134846434952f,-0.0748515580541857f,1.030383357118403f,0.2527790074598449f,-0.1378042737129786f,-0.7463998630319101f,-0.6317465511842614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7541378612574916f,0.13297485211347276f,0.2837925639755574f,-0.031232042446760325f,0.11321746908280006f,0.8051630974456055f,-0.0764109655136479f,1.030383357118403f,-0.2922367796101408f,-0.031217297475001415f,-0.7619498601784082f,-0.6317465511842614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7323622604401537f,-0.1623608042607008f,0.2780008789964644f,-0.031232042446760325f,-0.19936973910451905f,0.771134846434952f,-0.0748515580541857f,1.030383357118403f,-0.2527790074598451f,-0.13780427371297865f,-0.7463998630319101f,-0.6317465511842614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.24009437128208735f,0.3477707640477832f,1.5042660797054095f,-0.6340236834498487f,1.5426436537803618f,0.008415076400431917f,-0.24816525530450334f,0.782905333697142f,-0.06333640603818207f,1.5232829455366446f,-0.34205820777664503f,-0.2613461196209414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5786312294027716f,-0.8073186214946058f,-0.11585570226746147f,-0.5110765859176323f,-0.7680661342276264f,0.5871706536523578f,-0.25554850213235974f,0.9840984619996709f,0.27433613289624637f,-0.05888350259208812f,-0.9598293698934309f,-0.34346797942051854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5789216075198438f,-0.8073186214946058f,0.11439587289185511f,-0.29843749999999997f,-0.8073947589597397f,0.5871706536523578f,0.057830153845609716f,1.284171113396472f,-0.11385725954450121f,-0.05888350259208812f,-0.9917506025062469f,-0.30895939797562333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.3285608101085533f,-0.0386168538233701f,-0.9436930288296059f,1.1328911456792823f,-0.6546334300804046f,0.7109149297621216f,-0.2570117407094116f,-0.02365593776376884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.46104370307004844f,0.48035178363461606f,-0.746123895756261f,1.284171113396472f,-0.869495808611149f,0.07659601096328225f,-0.48796525482062447f,-0.3089593979756233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.115738831249163e-17f,9.171191933938589e-17f,-0.15625f,0f,0.7488846531362292f,-0.6627003669057605f,0.9718600622970155f,-1.2246467991473532e-16f,-0.6627003669057605f,-0.7488846531362292f,-0.02723823918081847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.9883017892395283e-17f,1.157883530861954e-16f,-0.15625f,0f,0.9454836542814773f,-0.3256695556642404f,1.147102812751891f,-1.2246467991473532e-16f,-0.3256695556642404f,-0.9454836542814773f,-0.09421055370712275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.150947730741389e-17f,9.94182703623385e-17f,0.15625f,0f,0.8118117846840198f,-0.5839191949646345f,0.961162226382809f,-1.2246467991473532e-16f,-0.5839191949646345f,-0.8118117846840198f,-0.06928244024617321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2219888778398037e-17f,1.2185348638780164e-16f,0.15625f,0f,0.9950092261102612f,-0.09978296425472216f,1.147102812751891f,-1.2246467991473532e-16f,-0.09978296425472216f,-0.9950092261102612f,-0.09421055370712272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.5136622202509628e-17f,1.215256371919813e-16f,0.29375000000000007f,0f,0.9923321342659139f,0.12359990009403811f,1.816475882873763f,-1.2246467991473532e-16f,0.12359990009403811f,-0.9923321342659139f,-0.2272557401794678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.5136622202509628e-17f,1.215256371919813e-16f,0.33125000000000004f,0f,0.9923321342659139f,0.12359990009403811f,1.70402185672434f,-1.2246467991473532e-16f,0.12359990009403811f,-0.9923321342659139f,-0.335736865278652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.5136622202509628e-17f,1.215256371919813e-16f,-0.29374999999999996f,0f,0.9923321342659139f,0.12359990009403811f,1.816475882873763f,-1.2246467991473532e-16f,0.12359990009403811f,-0.9923321342659139f,-0.2272557401794679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.5136622202509628e-17f,1.215256371919813e-16f,-0.33124999999999993f,0f,0.9923321342659139f,0.12359990009403811f,1.70402185672434f,-1.2246467991473532e-16f,0.12359990009403811f,-0.9923321342659139f,-0.3357368652786521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877216608506266f,0.15595796318689412f,0.009112321607299993f,0.1949012690721989f,0.1539555770271196f,0.9618190422161007f,0.22627817025234503f,1.9199189640767291f,0.02652547810551463f,0.2249027428669957f,-0.9740201000298587f,-0.2250642572475796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999583687153347f,-0.0004758477611551126f,0.009112321607299993f,0.07971625710534083f,0.0015984810646997027f,0.9740614120914228f,0.22627817025234503f,1.9299190748140092f,-0.008983634812950666f,0.22628331587497044f,-0.9740201000298587f,-0.2238186937458278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705938005583861f,0.2400399286477447f,0.018124761306387138f,0.057275129669741326f,0.23266505769138443f,0.916122419023867f,0.3264761619036267f,1.926147309942326f,0.06176281443629854f,0.32109273740874916f,-0.9450316443041806f,-0.23816287676208786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972659759774347f,-0.0716384406960483f,0.018124761306387138f,0.08635873451408355f,-0.06181977717468254f,0.9431816531605932f,0.3264761619036267f,1.935480353894563f,-0.0404831854953058f,0.32446309952888214f,-0.9450316443041806f,-0.23438083434511797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08525031684095058f,0.018124761306387138f,0.14450256739820602f,0.0864874442143146f,0.9412402656611928f,0.3264761619036267f,2.0444416524316136f,0.010772441096232118f,0.32680138582411916f,-0.9450316443041806f,-0.22869096177070933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08667807732536009f,0.009112321607299993f,0.12500000000000003f,0.0864874442143146f,0.9702154975367723f,0.22627817025234503f,1.8261431654858402f,0.010772441096232118f,0.2262052149059617f,-0.9740201000298587f,-0.27958713512455063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877216608506266f,-0.15595796318689417f,-0.009112321607299754f,-0.19490126907219885f,-0.1539555770271196f,0.9618190422161007f,0.22627817025234503f,1.9199189640767291f,-0.026525478105514873f,0.22490274286699563f,-0.9740201000298587f,-0.22506425724757964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999583687153348f,0.0004758477611550571f,-0.009112321607299754f,-0.07971625710534078f,-0.0015984810646997027f,0.9740614120914228f,0.22627817025234503f,1.9299190748140092f,0.00898363481295042f,0.22628331587497044f,-0.9740201000298587f,-0.2238186937458278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706277011269067f,-0.23982588888189976f,-0.01911566967446107f,-0.05727057504617504f,-0.2320607130540019f,0.9123067371542073f,0.33740812497613654f,1.9262765190592512f,-0.06347984925915187f,0.3319336686222877f,-0.9411643577893208f,-0.23962143736132158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972320754089141f,0.07185248046189326f,-0.01911566967446107f,-0.08635147104303663f,0.061215432537299996f,0.9393659712909335f,0.33740812497613654f,1.9355612724511866f,0.04220022031815865f,0.33530403074242066f,-0.9411643577893208f,-0.23570219413454202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08503360904250074f,-0.01911566967446107f,-0.14450256739820597f,-0.0864874442143146f,0.9373770208370608f,0.33740812497613654f,2.0444416524316136f,-0.010772441096232361f,0.3377774506088935f,-0.9411643577893208f,-0.22869096177070933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08667807732536015f,-0.009112321607299754f,-0.12499999999999996f,-0.0864874442143146f,0.9702154975367723f,0.22627817025234503f,1.8261431654858402f,-0.010772441096232361f,0.22620521490596168f,-0.9740201000298587f,-0.27958713512455063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.5136622202509628e-17f,1.215256371919813e-16f,3.819939172784273e-17f,0f,0.9923321342659139f,0.12359990009403811f,1.3137104497966203f,-1.2246467991473532e-16f,0.12359990009403811f,-0.9923321342659139f,-0.31192170472693537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.2219888778398037e-17f,1.2185348638780164e-16f,3.361693343594347e-17f,0f,0.9950092261102612f,-0.09978296425472216f,0.9405819900052724f,-1.2246467991473532e-16f,-0.09978296425472216f,-0.9950092261102612f,-0.2745030931314146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9842965954254835f,-0.16763244336974295f,0.055313435652577965f,0.13674559146440635f,-0.14794069592627437f,0.6124321731343723f,-0.7765567486016458f,0.7793600365445542f,0.09630037758312053f,-0.7725452719677988f,-0.6276145632771345f,0.1461857846913074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9842965954254835f,-0.06037426937731814f,0.16587694183025253f,0.12500000000000003f,-0.14794069592627437f,-0.23050101512168908f,-0.9617602780925819f,0.6667569562011992f,0.09630037758312053f,-0.9711973175544844f,0.21794955299867558f,-0.14685277307295833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9730418170836319f,0.22094343044136794f,-0.06613337093619355f,-0.15269164689543338f,0.19328622612885749f,0.6248084420540705f,-0.7564752775384199f,0.74988885566745f,-0.12581755440099734f,-0.7488647483242659f,-0.6506700636434617f,0.17568887473921996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9730418170836319f,0.10171888572350585f,-0.20698524221246337f,-0.12499999999999999f,0.19328622612885749f,-0.12994148456014154f,-0.9724996891409121f,0.667225261632182f,-0.12581755440099734f,-0.986290260966555f,0.10677763870341594f,-0.16546276142829625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,6.866516135822252e-17f,2.8575368804239675e-17f,0.07318519965515217f,0.5558967812712334f,-0.8280233662909025f,0.840622147291128f,-0.10807873707118063f,-0.8209395116065596f,-0.5606935926834568f,-0.2333355937739351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.0181657349277742f,2.712608763802245e-17f,-0.07318519965515217f,0.4352482524550225f,-0.8973309786730227f,0.8050384240520864f,0.10807873707118038f,-0.8909836506944723f,-0.4409842636514929f,-0.22150131496614928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.0140361651473701e-16f,6.866516135822252e-17f,2.8575368804239675e-17f,0f,0.5606935926834568f,-0.8280233662909025f,0.840622147291128f,-1.2246467991473532e-16f,-0.8280233662909025f,-0.5606935926834568f,-0.2333355937739351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765825f,1.0378498905542036e-16f,2.9276010479739315e-17f,0.07386176825416552f,0.8442438743195492f,-0.5308452880682708f,0.8649585173237925f,-0.046266215365684836f,-0.5288252614805967f,-0.847468748766416f,-0.23905676722563934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765811f,1.0378498905542036e-16f,2.9276010479739315e-17f,-0.07386176825416552f,0.8442438743195492f,-0.5308452880682708f,0.8649585173237925f,0.046266215365684586f,-0.5288252614805967f,-0.847468748766416f,-0.23905676722563934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,6.500979828752623e-17f,1.0378498905542036e-16f,2.9276010479739315e-17f,0f,0.847468748766416f,-0.5308452880682708f,0.8649585173237925f,-1.2246467991473532e-16f,-0.5308452880682708f,-0.847468748766416f,-0.23905676722563934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.941542987465915e-17f,-0.19374999999999998f,0.105959673585016f,0.8048436264163998f,-0.5839514402676438f,0.8771271385088842f,-0.07622095793955057f,-0.578955654745191f,-0.8117885903419342f,-0.24191728275238208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171937f,0.011376107230962289f,0.19375000000000003f,-0.10595967358501603f,0.7508862319238598f,-0.6518760727937054f,0.8742661156142726f,0.07622095793955033f,-0.6475045912327201f,-0.7582401795627329f,-0.25408553896782365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,7.550062125066291e-17f,9.642226930218209e-17f,-0.007812499999999981f,0f,0.7873475794760989f,-0.6165093584797623f,0.7510314986843516f,-1.2246467991473532e-16f,-0.6165093584797623f,-0.7873475794760989f,-0.1648972207722089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,6.680956409409696e-17f,1.0263566617981941e-16f,3.5121847337972794e-17f,0f,0.838083815278645f,-0.5455414911516723f,0.9382908511606738f,-1.2246467991473532e-16f,-0.5455414911516723f,-0.838083815278645f,-0.28679164770141063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955284f,0f,0.9659258262890683f,-0.2588190451025207f,1.0164158511606738f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.07793560022254284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955256f,0f,0.9659258262890683f,-0.2588190451025207f,1.0164158511606738f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.1547311043746358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543358f,0f,0.9659258262890683f,-0.2588190451025207f,1.055238707926052f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.03322850831524085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5059073422987965f,-0.5489564193883943f,-0.6653605117682005f,0.5417253292003303f,-0.4276840260450817f,0.8294993993759021f,-0.35918953256030084f,1.8749507278686712f,0.749095544556259f,0.10284744064531116f,-0.6544297281440314f,-0.6748273061020711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09822620956173134f,-0.5489564193883943f,-0.83005931195753f,0.5623359207996698f,-0.05817142852719198f,0.8294993993759021f,-0.5554699193818899f,1.899513474452676f,0.9934624787369881f,0.10284744064531116f,0.04954500271943241f,-0.76292348930075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9612180510716384f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.6699468364733563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000049f,0f,0.000015625f,0f,1.1044133511606737f,-1.9135106236677393e-21f,0f,-0.000015625f,0.40070835229858937f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17.mcfunction new file mode 100644 index 000000000..4bf1e2439 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..e8696f546 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7619849375612285f,-0.1343585033854996f,-0.26128756560973915f,0.03025635304623242f,-0.12030991084892949f,0.8052774562000324f,-0.06323122908794189f,1.0945272425326273f,0.2680464973204792f,-0.020505012764147266f,-0.7711517776483491f,-0.542486213611861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7399827537675521f,0.16405022695809113f,-0.2559551663115812f,0.03025635304623242f,0.19299377314606345f,0.7738971128886569f,-0.0619407958412492f,1.0945272425326273f,0.23490195327718372f,-0.11904109247482694f,-0.7554139862677706f,-0.542486213611861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7619849375612285f,0.1343585033854996f,0.26128756560973937f,-0.030256353046232268f,0.12030991084892949f,0.8052774562000324f,-0.06323122908794189f,1.0945272425326273f,-0.26804649732047947f,-0.02050501276414723f,-0.7711517776483491f,-0.5424862136118611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7399827537675521f,-0.16405022695809113f,0.25595516631158144f,-0.030256353046232268f,-0.19299377314606345f,0.7738971128886569f,-0.0619407958412492f,1.0945272425326273f,-0.23490195327718394f,-0.119041092474827f,-0.7554139862677706f,-0.5424862136118611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.17572416187258338f,0.3516388704531354f,1.5122424983185143f,-0.6167109209592444f,1.5507742335208303f,0.03377505078818359f,-0.18805523814065028f,0.8291710418847986f,-0.07501030317269192f,1.5220432322147415f,-0.34520154067912556f,-0.1777697906159738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5522784766758932f,-0.8268903062700608f,-0.1060231370841295f,-0.5006392477735881f,-0.7939385464644911f,0.5604822535400577f,-0.23562942919870888f,1.0364150552629172f,0.2542637776766593f,-0.04595720686969394f,-0.9660423730346046f,-0.25468504928512536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5508120788568389f,-0.8268903062700608f,0.11339521675102833f,-0.2984375f,-0.8236750518822935f,0.5604822535400577f,0.08613392115397725f,1.3426445569556136f,-0.13477931106853314f,-0.04595720686969394f,-0.9898093111527227f,-0.2124030831543927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.3403788757398146f,-0.05150329695904887f,-0.9388767924240365f,1.1862153495211f,-0.6485671550950792f,0.7100976757885112f,-0.27408381231227374f,0.07010991849824125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.47673661593405015f,0.47888367763491085f,-0.7371516955977327f,1.3426445569556136f,-0.8609915541749805f,0.08529483121096505f,-0.5014163294190211f,-0.21240308315439263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.052489498196174e-17f,9.226775772046596e-17f,-0.15625f,0f,0.7534234179577848f,-0.6575356669206689f,1.0260051387793052f,-1.2246467991473532e-16f,-0.6575356669206689f,-0.7534234179577848f,0.06559047313337155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.9085960110356856e-17f,1.1605983607118428e-16f,-0.15625f,0f,0.9477004810855642f,-0.3191610849558421f,1.2017042222018746f,-1.2246467991473532e-16f,-0.3191610849558421f,-0.9477004810855642f,-0.0001753583026335992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.969471720237076e-17f,1.006987796385842e-16f,0.15625f,0f,0.8222679364261974f,-0.5691005541425899f,1.0153421322454277f,-1.2246467991473532e-16f,-0.5691005541425899f,-0.8222679364261974f,0.021376530873612395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.0008005787533317e-17f,1.2205505989829047e-16f,0.15625f,0f,0.9966551987337897f,-0.08172156898218547f,1.2017042222018746f,-1.2246467991473532e-16f,-0.08172156898218547f,-0.9966551987337897f,-0.00017535830263354368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2060154680643311e-17f,1.2186939934084164e-16f,0.29375f,0f,0.9951391652327174f,0.09847863636307279f,1.8769775502879962f,-1.2246467991473532e-16f,0.09847863636307279f,-0.9951391652327174f,-0.14289796759664536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2060154680643311e-17f,1.2186939934084164e-16f,0.33125f,0f,0.9951391652327174f,0.09847863636307279f,1.7618175267929446f,-1.2246467991473532e-16f,0.09847863636307279f,-0.9951391652327174f,-0.2485020938825967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2060154680643311e-17f,1.2186939934084164e-16f,-0.29375f,0f,0.9951391652327174f,0.09847863636307279f,1.8769775502879962f,-1.2246467991473532e-16f,0.09847863636307279f,-0.9951391652327174f,-0.14289796759664544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2060154680643311e-17f,1.2186939934084164e-16f,-0.33125f,0f,0.9951391652327174f,0.09847863636307279f,1.7618175267929446f,-1.2246467991473532e-16f,0.09847863636307279f,-0.9951391652327174f,-0.2485020938825968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987704028878591f,0.15621011213442426f,0.006257172200761641f,0.1950181386268865f,0.1550024330685436f,0.9732825959333902f,0.16939667705121234f,1.9821162337372091f,0.020371477114609196f,0.16828365731737488f,-0.9855280886915692f,-0.14666564712308394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999803986078507f,-0.00022404493747325838f,0.006257172200761641f,0.07983312666002843f,0.0008391536778716291f,0.98554759480459f,0.16939667705121234f,1.9921446319999476f,-0.0062046934806568935f,0.169398607369582f,-0.9855280886915692f,-0.14567324021124328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704362736200263f,0.24103451459341632f,0.012482051802238468f,0.057385610268025175f,0.23694099913420397f,0.9415557443354585f,0.23944047953131475f,1.9875081783726214f,0.0459608721823549f,0.23531923653542855f,-0.9708308066520244f,-0.15557277398149086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974235029157945f,-0.07064385475037668f,0.012482051802238468f,0.08648180240717478f,-0.06561244494694081f,0.9686915215020202f,0.23944047953131475f,1.997156705368985f,-0.029006256209148158f,0.23800458389726234f,-0.9708308066520244f,-0.1528190211236388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08625730042554197f,0.012482051802238468f,0.1445594394488573f,0.08673209308314202f,0.9670293691461658f,0.23944047953131475f,2.1062069718459857f,0.008582978697000027f,0.23961193069642123f,-0.9708308066520244f,-0.15736566694222942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08693084199492136f,0.006257172200761641f,0.12500000000000003f,0.08673209308314202f,0.9817241515993301f,0.16939667705121234f,1.8853190377361368f,0.008582978697000027f,0.1692947691945311f,-0.9855280886915692f,-0.19545699001099887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987704028878591f,-0.15621011213442432f,-0.0062571722007614f,-0.19501813862688644f,-0.1550024330685436f,0.9732825959333902f,0.16939667705121234f,1.9821162337372091f,-0.02037147711460944f,0.16828365731737482f,-0.9855280886915692f,-0.14666564712308397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999803986078507f,0.00022404493747320287f,-0.0062571722007614f,-0.07983312666002837f,-0.0008391536778716291f,0.98554759480459f,0.16939667705121234f,1.9921446319999476f,0.006204693480656651f,0.169398607369582f,-0.9855280886915692f,-0.1456732402112433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704522929940967f,-0.24093337224611444f,-0.013170313611112858f,-0.05737658246423519f,-0.23663713127342106f,0.9396371981691793f,0.2471534015939495f,1.9875038870029682f,-0.047172185927572954f,0.24296717052904418f,-0.9688868555821805f,-0.15657723305136637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997407483541724f,0.07074499709767856f,-0.013170313611112858f,-0.0864714945646425f,0.0653085770861579f,0.966772975335741f,0.2471534015939495f,1.997128133235762f,0.030217569954365725f,0.24565251789087802f,-0.9688868555821805f,-0.1537266893628535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08615489732615848f,-0.013170313611112858f,-0.14455943944885727f,-0.08673209308314202f,0.9650869080605938f,0.2471534015939495f,2.1062069718459857f,-0.00858297869700027f,0.24735519714928567f,-0.9688868555821805f,-0.15736566694222948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08693084199492142f,-0.0062571722007614f,-0.12499999999999997f,-0.08673209308314202f,0.9817241515993301f,0.16939667705121234f,1.8853190377361368f,-0.00858297869700027f,0.16929476919453107f,-0.9855280886915692f,-0.1954569900109989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2060154680643311e-17f,1.2186939934084164e-16f,2.6308988263223006e-17f,0f,0.9951391652327174f,0.09847863636307279f,1.3722327581680231f,-1.2246467991473532e-16f,0.09847863636307279f,-0.9951391652327174f,-0.2148291922335513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.0008005787533317e-17f,1.2205505989829047e-16f,2.255598609289801e-17f,0f,0.9966551987337897f,-0.08172156898218547f,0.998487058642852f,-1.2246467991473532e-16f,-0.08172156898218547f,-0.9966551987337897f,-0.18418360386523175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9867716223974209f,-0.1519270183246872f,0.056568068149193865f,0.13646881198158017f,-0.14079232536910832f,0.6301267481175061f,-0.7636215046893426f,0.8097736639067554f,0.08036968550592197f,-0.7614843809362256f,-0.6431813517522507f,0.22941895753906877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9867716223974209f,-0.05544711453481006f,0.15233969515830512f,0.125f,-0.14079232536910832f,-0.17275220527660234f,-0.9748508586903073f,0.717685668665195f,0.08036968550592197f,-0.9834034233527125f,0.1626604456831619f,-0.07271462730473799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.977093104981297f,0.20737349124285812f,-0.04780480444219461f,-0.15234833102755999f,0.18481975477454185f,0.7155205868217213f,-0.6737001915387719f,0.7714490225082313f,-0.10550223904300066f,-0.6671030842111645f,-0.7374569496539208f,0.25348025187477974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.977093104981297f,0.10049322759471319f,-0.1875904459337026f,-0.125f,0.18481975477454185f,-0.036289802869996446f,-0.9821021883962662f,0.7192381547240085f,-0.10550223904300066f,-0.9942756968845482f,0.01688538248484689f,-0.09126565863994121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,7.727046207349306e-17f,1.8280830981017894e-17f,0.08235696359602704f,0.625563244946078f,-0.7758143831611889f,0.8962370305306206f,-0.10126409730357822f,-0.7691771835650532f,-0.6309612055271101f,-0.14927431316315629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774208f,1.7218216322729866e-17f,-0.08235696359602704f,0.5115028129744995f,-0.8553257875607498f,0.8597546677158446f,0.10126409730357797f,-0.8495044316477546f,-0.5177719606237066f,-0.14059740600079845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.500986010708283e-17f,7.727046207349306e-17f,1.8280830981017894e-17f,0f,0.6309612055271101f,-0.7758143831611889f,0.8962370305306206f,-1.2246467991473532e-16f,-0.7758143831611889f,-0.6309612055271101f,-0.14927431316315629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765824f,1.0866296513371096e-16f,1.8762382391007857e-17f,0.07733332943004681f,0.883924000132108f,-0.46119184527668866f,0.9209256676980523f,-0.04019551782425298f,-0.45943687106778586f,-0.8873004462132784f,-0.1532064788318637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765812f,1.0866296513371096e-16f,1.8762382391007857e-17f,-0.07733332943004681f,0.883924000132108f,-0.46119184527668866f,0.9209256676980523f,0.04019551782425273f,-0.45943687106778586f,-0.8873004462132784f,-0.1532064788318637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,5.647971171109582e-17f,1.0866296513371096e-16f,1.8762382391007857e-17f,0f,0.8873004462132784f,-0.46119184527668866f,0.9209256676980523f,-1.2246467991473532e-16f,-0.46119184527668866f,-0.8873004462132784f,-0.1532064788318637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.0436336705829271e-16f,-0.19374999999999998f,0.11123331983447625f,0.8449009466047951f,-0.5232299102544906f,0.9332704161009787f,-0.0682952078411581f,-0.5187536058388947f,-0.8521915635671816f,-0.15517245886570077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962296f,0.19375000000000003f,-0.11123331983447628f,0.7960833519643732f,-0.5948768320280837f,0.9313039034474144f,0.06829520784115786f,-0.5910529804386679f,-0.8037363615642263f,-0.16751688024993322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,6.975070404199099e-17f,1.0066000751174798e-16f,-0.00781249999999999f,0f,0.8219513379844001f,-0.5695577213818233f,0.802868871077157f,-1.2246467991473532e-16f,-0.5695577213818233f,-0.8219513379844001f,-0.08581510937061465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,6.071218383512666e-17f,1.0635614021103042e-16f,2.4074698476581436e-17f,0f,0.8684637912341723f,-0.4957526029333261f,0.9969162494310423f,-1.2246467991473532e-16f,-0.4957526029333261f,-0.8684637912341723f,-0.19658483158852968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.0425113954539553f,0f,0.9659258262890683f,-0.2588190451025207f,1.0750412494310422f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.1681424163354238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955242f,0f,0.9659258262890683f,-0.2588190451025207f,1.0750412494310422f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.24493792048751675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543357f,0f,0.9659258262890683f,-0.2588190451025207f,1.1138641061964203f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.1234353244281218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5345888338396236f,-0.5489564193883943f,-0.6425430945440659f,0.5417253292003303f,-0.4430189022092611f,0.8294993993759021f,-0.3400955729207874f,1.9335761261390398f,0.7196867589578761f,0.10284744064531116f,-0.686639186861205f,-0.5846204899891901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.134519624944019f,-0.5489564193883943f,-0.8249553443170082f,0.5623359207996698f,-0.03376501477839847f,0.8294993993759021f,-0.5574860269208834f,1.9581388727230447f,0.9903354958204491f,0.10284744064531116f,0.09304842648198958f,-0.6727166731878691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.019843449342007f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.5797400203604753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.00721750000000006f,0f,0.000015625f,0f,1.1630387494310424f,-1.9135106236677393e-21f,0f,-0.000015625f,0.4909151684114703f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18.mcfunction new file mode 100644 index 000000000..4ea6c70bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..4e5f6437f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7683926763024431f,-0.13548836061090666f,-0.24116393509018313f,0.029459627931149868f,-0.12587943474536006f,0.8052723222117751f,-0.05133516759774076f,1.1513683101518426f,0.24631586907343545f,-0.01112814733315534f,-0.7785557792631008f,-0.4634221255216821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.74620547015657f,0.16542976996867714f,-0.23624222212915902f,0.029459627931149868f,0.1879512910308052f,0.7759803337879101f,-0.05028751111615422f,1.1513683101518426f,0.21875033373292463f,-0.10240855815074412f,-0.7626668858087519f,-0.4634221255216821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7683926763024431f,0.13548836061090666f,0.24116393509018333f,-0.029459627931149757f,0.12587943474536006f,0.8052723222117751f,-0.05133516759774076f,1.1513683101518426f,-0.2463158690734356f,-0.01112814733315531f,-0.7785557792631008f,-0.4634221255216821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.74620547015657f,-0.16542976996867714f,0.23624222212915919f,-0.029459627931149757f,-0.1879512910308052f,0.7759803337879101f,-0.05028751111615422f,1.1513683101518426f,-0.2187503337329248f,-0.10240855815074416f,-0.7626668858087519f,-0.4634221255216821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.11860555534219289f,0.35218195958057485f,1.5176649299459868f,-0.6010716074763133f,1.5556516894677432f,0.05662344031072262f,-0.13471398243513663f,0.8708546035823573f,-0.08536271608920533f,1.5212389369699175f,-0.34634022773641143f,-0.10407782166728319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5283169211286332f,-0.8434127870848225f,-0.09765296427130818f,-0.4912288081988738f,-0.8156085593234138f,0.5361019907177555f,-0.2176633490205569f,1.0831354908280755f,0.2359320003889826f,-0.035348636894105265f,-0.971126441336133f,-0.17625857917333898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5254713616580936f,-0.8434127870848225f,0.11195855777474413f,-0.2984375f,-0.8368202120031869f,0.5361019907177555f,0.11102516981027677f,1.3943443339257435f,-0.15366125360718041f,-0.035348636894105265f,-0.9874911103445937f,-0.1269596275586329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.3506937475499432f,-0.0628377192017498f,-0.9343796425837297f,1.2334230546548897f,-0.6430482323647281f,0.7091845456603095f,-0.2890436836348078f,0.15301900541039043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.4904267324271022f,0.477460352098709f,-0.7290495403569309f,1.3943443339257435f,-0.8532677642181111f,0.09293221782687139f,-0.5131254480495044f,-0.12695962755863283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.99346706339692e-17f,9.277955732410797e-17f,-0.15625000000000003f,0f,0.7576025788717591f,-0.652716119371094f,1.073917444243897f,-1.2246467991473532e-16f,-0.652716119371094f,-0.7576025788717591f,0.14763375640028054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.83448066866519e-17f,1.163068081703813e-16f,-0.15625000000000003f,0f,0.9497171613183379f,-0.3131091079758592f,1.2500324800662364f,-1.2246467991473532e-16f,-0.3131091079758592f,-0.9497171613183379f,0.08299006639656734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.807756476400995e-17f,1.0179903242379373e-16f,0.15624999999999997f,0f,0.8312521822183359f,-0.555895502371853f,1.063349953801528f,-1.2246467991473532e-16f,-0.555895502371853f,-0.8312521822183359f,0.10156281222012575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.057384301516144e-18f,1.221993305416861e-16f,0.15624999999999997f,0f,0.9978332579382565f,-0.06579353579436953f,1.2500324800662364f,-1.2246467991473532e-16f,-0.06579353579436953f,-0.9978332579382565f,0.08299006639656739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.33008819708177e-18f,1.221087518601892e-16f,0.29375f,0f,0.9970936268743449f,0.07618595176648273f,1.9301955072650132f,-1.2246467991473532e-16f,0.07618595176648273f,-0.9970936268743449f,-0.06829423088359976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.33008819708177e-18f,1.221087518601892e-16f,0.33125f,0f,0.9970936268743449f,0.07618595176648273f,1.8127012368838278f,-1.2246467991473532e-16f,0.07618595176648273f,-0.9970936268743449f,-0.17129500237387993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.33008819708177e-18f,1.221087518601892e-16f,-0.29375f,0f,0.9970936268743449f,0.07618595176648273f,1.9301955072650132f,-1.2246467991473532e-16f,0.07618595176648273f,-0.9970936268743449f,-0.06829423088359984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.33008819708177e-18f,1.221087518601892e-16f,-0.33125f,0f,0.9970936268743449f,0.07618595176648273f,1.8127012368838278f,-1.2246467991473532e-16f,0.07618595176648273f,-0.9970936268743449f,-0.17129500237388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876938873623763f,0.15635514257314725f,0.003722130831681724f,0.19511326010901262f,0.1556896295502332f,0.9806680029343299f,0.11853694475269923f,2.0365460401485453f,0.014883686287627958f,0.11765771292917478f,-0.9929426662555938f,-0.0774508966673472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999930697096258f,-0.00007921358145139556f,0.003722130831681724f,0.07992824814215453f,0.0003625574372380924f,0.9929495764039584f,0.11853694475269923f,2.0465941342693266f,-0.0037052779685666504f,0.11853747274346743f,-0.9929426662555938f,-0.07668314167082732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703454598531355f,0.24160789015167664f,0.007437469923472485f,0.05750521377312308f,0.23963493853350776f,0.9574757014770889f,0.16067164440248521f,2.041723248218845f,0.03169834027909333f,0.15768927832104512f,-0.9869798917536968f,-0.08261926147985693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975143166826853f,-0.07007047919211637f,0.007437469923472485f,0.08660866244673165f,-0.06796989363321332f,0.9846647735369085f,0.16067164440248521f,2.0515688015935742f,-0.018581753753751068f,0.1597667415368298f,-0.9869798917536968f,-0.08079718051349191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08683782318225977f,0.007437469923472485f,0.14459215098121875f,0.08690243563918988f,0.9831747501665093f,0.16067164440248521f,2.1599151920543407f,0.00664004321314494f,0.16070657453878104f,-0.9869798917536968f,-0.09438464763375247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08707622658319442f,0.003722130831681724f,0.12500000000000003f,0.08690243563918988f,0.9891395045233368f,0.11853694475269923f,1.9373588035365903f,0.00664004321314494f,0.118409338125674f,-0.9929426662555938f,-0.12102674871202908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876938873623763f,-0.1563551425731473f,-0.003722130831681481f,-0.1951132601090126f,-0.1556896295502332f,0.9806680029343299f,0.11853694475269923f,2.0365460401485453f,-0.0148836862876282f,0.11765771292917472f,-0.9929426662555938f,-0.07745089666734725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999930697096258f,0.00007921358145136781f,-0.003722130831681481f,-0.07992824814215449f,-0.0003625574372380924f,0.9929495764039584f,0.11853694475269923f,2.0465941342693266f,0.003705277968566403f,0.11853747274346742f,-0.9929426662555938f,-0.07668314167082733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703511354549977f,-0.24157205581182184f,-0.007849571456248434f,-0.0574967573494642f,-0.23951390184298474f,0.9567115058889681f,0.1653365819279331f,2.0416717662146375f,-0.03243092266874001f,0.16231462149329953f,-0.9862059617059417f,-0.08321418725513574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997508641080823f,0.07010631353197118f,-0.007849571456248434f,-0.08659975251033017f,0.0678488569426903f,0.9839005779487877f,0.1653365819279331f,2.051507648072088f,0.019314336143397264f,0.1643920847090843f,-0.9862059617059417f,-0.08133356880556186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08680154216285113f,-0.007849571456248434f,-0.1445921509812187f,-0.08690243563918988f,0.982401028784256f,0.1653365819279331f,2.1599151920543407f,-0.006640043213145185f,0.16538957319549033f,-0.9862059617059417f,-0.09438464763375251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08707622658319444f,-0.003722130831681481f,-0.12499999999999999f,-0.08690243563918988f,0.9891395045233368f,0.11853694475269923f,1.9373588035365903f,-0.006640043213145185f,0.11840933812567397f,-0.9929426662555938f,-0.1210267487120291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.33008819708177e-18f,1.221087518601892e-16f,1.5787273747513243e-17f,0f,0.9970936268743449f,0.07618595176648273f,1.4239675087707857f,-1.2246467991473532e-16f,0.07618595176648273f,-0.9970936268743449f,-0.12891287315252822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,8.057384301516144e-18f,1.221993305416861e-16f,1.2765754634444689e-17f,0f,0.9978332579382565f,-0.06579353579436953f,1.0497800370439394f,-1.2246467991473532e-16f,-0.06579353579436953f,-0.9978332579382565f,-0.10424029722963965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9887880765584964f,-0.13813075789140222f,0.05672771262880129f,0.13611751127494437f,-0.13332820847734672f,0.6455988205521047f,-0.7519479714221936f,0.8369992553444678f,0.06724379882167725f,-0.7510805926304299f,-0.6567771424874284f,0.3016036256165277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9887880765584964f,-0.05107236865748222f,0.1403201796444947f,0.125f,-0.13332820847734672f,-0.12120387112796438f,-0.9836326603198049f,0.7636049482595472f,0.06724379882167725f,-0.9913128844029567f,0.11303555518826708f,-0.007397270077070042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9804095837826128f,0.19414005945374302f,-0.033266880564625984f,-0.1517391908083229f,0.17586809899193015f,0.7867463939831022f,-0.5916929299151291f,0.7914079091182853f,-0.08869870226879652f,-0.5859520021894986f,-0.8054767478617548f,0.31986758237166363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9804095837826128f,0.09834250966283949f,-0.17066282202172295f,-0.125f,0.17586809899193015f,0.046882872595345904f,-0.983296703957749f,0.7661118324715659f,-0.08869870226879652f,-0.9940476583395902f,-0.06325972783223549f,-0.025843584291840194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,8.439258136688622e-17f,9.181348325230788e-18f,0.08994791237040682f,0.6832222253185591f,-0.7246494075695926f,0.945833851940164f,-0.09458572786457527f,-0.7184499314324486f,-0.6891177229683172f,-0.07497139854220172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774214f,8.46773725912122e-18f,-0.08994791237040682f,0.5757214484271931f,-0.812683325091084f,0.9087893288202253f,0.09458572786457502f,-0.8073646765191644f,-0.5824223718174237f,-0.06914432197933958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.874395774841273e-17f,8.439258136688622e-17f,9.181348325230788e-18f,0f,0.6891177229683172f,-0.7246494075695926f,0.945833851940164f,-1.2246467991473532e-16f,-0.7246494075695926f,-0.6891177229683172f,-0.07497139854220172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.12396119467036e-16f,9.46692633764703e-18f,0.07999014312473099f,0.9142915196210408f,-0.39708008531268985f,0.9707246710195172f,-0.034607809765731086f,-0.3955690757063196f,-0.9177839646932534f,-0.07730331997959144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.12396119467036e-16f,9.46692633764703e-18f,-0.07999014312473099f,0.9142915196210408f,-0.39708008531268985f,0.9707246710195172f,0.034607809765730836f,-0.3955690757063196f,-0.9177839646932534f,-0.07730331997959144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,4.8628285548334363e-17f,1.12396119467036e-16f,9.46692633764703e-18f,0f,0.9177839646932534f,-0.39708008531268985f,0.9707246710195172f,-1.2246467991473532e-16f,-0.39708008531268985f,-0.9177839646932534f,-0.07730331997959144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.0827820099634326e-16f,-0.19375f,0.11540585649944232f,0.8765945091382077f,-0.4671868521634302f,0.9831705028546502f,-0.060980120868164824f,-0.4631900038788389f,-0.8841586086023396f,-0.07846915039461244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.0113761072309623f,0.19375f,-0.11540585649944235f,0.8325407852775746f,-0.5418093106758406f,0.982004119840499f,0.0609801208681646f,-0.5384869263126673f,-0.8404244493404747f,-0.09091469023796286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,6.44680569266618e-17f,1.0412236773488811e-16f,-0.007812499999999998f,0f,0.8502236547499423f,-0.5264216341523693f,0.8493502960113848f,-1.2246467991473532e-16f,-0.5264216341523693f,-0.8502236547499423f,-0.016088411684019532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,5.514787421003835e-17f,1.0934491207519609e-16f,1.429236533102538e-17f,0f,0.892868965577065f,-0.45031656677202314f,1.0488507055075103f,-1.2246467991473532e-16f,-0.45031656677202314f,-0.892868965577065f,-0.11670601957214344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.0425113954539553f,0f,0.9659258262890683f,-0.2588190451025207f,1.1269757055075103f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.24802122835181004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955242f,0f,0.9659258262890683f,-0.2588190451025207f,1.1269757055075103f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32481673250390297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543357f,0f,0.9659258262890683f,-0.2588190451025207f,1.1657985622728884f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.20331413644450805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5591400343027028f,-0.5489564193883943f,-0.6212964442617113f,0.5417253292003303f,-0.4558929987402017f,0.8294993993759021f,-0.32263341447327487f,1.9855105822155081f,0.6924767113337739f,0.10284744064531116f,-0.7140717108337722f,-0.504741677972804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16645702079234403f,-0.5489564193883943f,-0.8191086068655429f,0.5623359207996698f,-0.012088393361488259f,0.8294993993759021f,-0.5583767699152208f,2.0100733287995127f,0.9859746097009167f,0.10284744064531116f,0.13143999763327036f,-0.5928378611714828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.0717779054184753f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.49986120834408915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.00721750000000007f,0f,0.000015625f,0f,1.2149732055075102f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5707939804278566f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19.mcfunction new file mode 100644 index 000000000..374abfb12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..c4e4d6f37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7733448209935629f,-0.13636155733232325f,-0.2242493209996011f,0.028843888399892104f,-0.12994984331759224f,0.8051937951499615f,-0.041478125779493655f,1.1987170992700906f,0.22802471468814914f,-0.0035947709732037526f,-0.7841787114921462f,-0.3975775884826751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7510146225229128f,0.166495933380132f,-0.21967280424450722f,0.028843888399892104f,0.18423803241099246f,0.7774351534238861f,-0.04063163341664685f,1.1987170992700906f,0.2050204481755247f,-0.0887337950763819f,-0.7681750643188372f,-0.3975775884826751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7733448209935629f,0.13636155733232325f,0.22424932099960126f,-0.028843888399892006f,0.12994984331759224f,0.8051937951499615f,-0.041478125779493655f,1.1987170992700906f,-0.22802471468814933f,-0.003594770973203724f,-0.7841787114921462f,-0.3975775884826751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7510146225229128f,-0.166495933380132f,0.21967280424450739f,-0.028843888399892006f,-0.18423803241099246f,0.7774351534238861f,-0.04063163341664685f,1.1987170992700906f,-0.20502044817552487f,-0.08873379507638193f,-0.7681750643188372f,-0.3975775884826751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.07114771067441505f,0.3508742021520429f,1.5209311449010297f,-0.5878755836899746f,1.5579831461671485f,0.07674081552742514f,-0.09058484139909105f,0.9061831174774291f,-0.09504088343919413f,1.5206591963672704f,-0.3463655424241049f,-0.042618445382929304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5079513536709067f,-0.8565509116610772f,-0.09113702889863638f,-0.4833132894714769f,-0.8325831978365436f,0.5153421363713308f,-0.20304605674700404f,1.1223772541329955f,0.2208860361909921f,-0.027258360420432302f,-0.9749186329140608f,-0.11092293694155256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5041624902024392f,-0.8565509116610772f,0.11018493184393642f,-0.2984375f,-0.8469089375181184f,0.5153421363713308f,0.1310256998919087f,1.437409247818511f,-0.1690131208658288f,-0.027258360420432302f,-0.9852367973042736f,-0.05591744093107426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.35902135160309556f,-0.07204915882970447f,-0.9305442427982766f,1.272862884100566f,-0.6384362167132369f,0.7083079961922141f,-0.30116271302911835f,0.22194617170752384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5014746029838697f,0.47621225696393144f,-0.7223192568937149f,1.437409247818511f,-0.8468219883157668f,0.09912956800956345f,-0.5225570292811764f,-0.05591744093107419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.934638098009534e-17f,9.328316917847578e-17f,-0.15625000000000003f,0f,0.7617148817391526f,-0.6479123697978828f,1.1138607320473781f,-1.2246467991473532e-16f,-0.6479123697978828f,-0.7617148817391526f,0.215667741610916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.7608574003240486e-17f,1.1654695615099246e-16f,-0.15625000000000003f,0f,0.9516781183941115f,-0.3070973118896406f,1.2903810210469637f,-1.2246467991473532e-16f,-0.3070973118896406f,-0.9516781183941115f,0.1521390073916452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.674880860634561e-17f,1.0267518870813931e-16f,0.15624999999999997f,0f,0.8384065412135627f,-0.5450453849454286f,1.103472884816278f,-1.2246467991473532e-16f,-0.5450453849454286f,-0.8384065412135627f,0.16828401004792995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.46856957137103e-18f,1.2229372606278258e-16f,0.15624999999999997f,0f,0.9986040558627045f,-0.05281987897142831f,1.2903810210469637f,-1.2246467991473532e-16f,-0.05281987897142831f,-0.9986040558627045f,0.15213900739164526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.054804956923541e-18f,1.2226130848980123e-16f,0.29375f,0f,0.9983393462909005f,0.05760685417081375f,1.974324260308876f,-1.2246467991473532e-16f,0.05760685417081375f,-0.9983393462909005f,-0.006303366544666775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.054804956923541e-18f,1.2226130848980123e-16f,0.33125f,0f,0.9983393462909005f,0.05760685417081375f,1.854932484601027f,-1.2246467991473532e-16f,0.05760685417081375f,-0.9983393462909005f,-0.10709853703079039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.054804956923541e-18f,1.2226130848980123e-16f,-0.29375f,0f,0.9983393462909005f,0.05760685417081375f,1.974324260308876f,-1.2246467991473532e-16f,0.05760685417081375f,-0.9983393462909005f,-0.006303366544666844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.054804956923541e-18f,1.2226130848980123e-16f,-0.33125f,0f,0.9983393462909005f,0.05760685417081375f,1.854932484601027f,-1.2246467991473532e-16f,0.05760685417081375f,-0.9983393462909005f,-0.10709853703079047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876893709157092f,0.15641973076959925f,0.001604495589424771f,0.19518651779470364f,0.1560889467410172f,0.9848220671755168f,0.07590610455965792f,2.0814735598167906f,0.01029306977583944f,0.0752220966877945f,-0.9971136790178349f,-0.02002036608382428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999987126878717f,-0.000014714044957453432f,0.001604495589424771f,0.08000150582784557f,0.00010711955346182078f,0.9971149641921835f,0.07590610455965792f,2.0915342075289383f,-0.0016009834480308332f,0.07590617871765998f,-0.9971136790178349f,-0.01943983976502213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703049677976175f,0.24186354692853504f,0.00320844735234795f,0.0576203919989918f,0.24108294558896662f,0.9659240193361445f,0.09417962739178272f,2.086849153560999f,0.01967950236697604f,0.09215646226204652f,-0.9955500508010294f,-0.02208797418116761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975548087382032f,-0.06981482241525797f,0.00320844735234795f,0.08672707621723463f,-0.06920343087980727f,0.9931470600766075f,0.09417962739178272f,2.096798788650151f,-0.00976159401688742f,0.09372730462526535f,-0.9955500508010294f,-0.02105292808934419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08709666675300026f,0.00320844735234795f,0.14460671881192383f,0.08701100724019496f,0.9917455734226353f,0.09417962739178272f,2.203999478436048f,0.005020768162613181f,0.09410041571175501f,-0.9955500508010294f,-0.04211482766627973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714097249743938f,0.001604495589424771f,0.125f,0.08701100724019496f,0.9933113046319492f,0.07590610455965792f,1.9805044348938599f,0.005020768162613181f,0.07575686769247719f,-0.9971136790178349f,-0.059160122897087074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876893709157092f,-0.15641973076959928f,-0.0016044955894245268f,-0.19518651779470364f,-0.1560889467410172f,0.9848220671755168f,0.07590610455965792f,2.0814735598167906f,-0.010293069775839683f,0.07522209668779446f,-0.9971136790178349f,-0.020020366083824327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999987126878717f,0.000014714044957425676f,-0.0016044955894245268f,-0.08000150582784557f,-0.00010711955346182078f,0.9971149641921835f,0.07590610455965792f,2.0915342075289383f,0.0016009834480305869f,0.07590617871765996f,-0.9971136790178349f,-0.01943983976502215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703060230237116f,-0.24185688449318543f,-0.003386607027470551f,-0.057615646614938995f,-0.2410524830406208f,0.9657316863753852f,0.09620816155870553f,2.0868094946376483f,-0.019998052501675703f,0.09416770865750487f,-0.9953554744624332f,-0.02234223080598616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975537535121092f,0.06982148485060757f,-0.003386607027470551f,-0.08672224651463878f,0.06917296833146144f,0.9929547271158482f,0.09620816155870553f,2.0967566955966093f,0.010080144151586597f,0.09573855102072379f,-0.9953554744624332f,-0.021281730753728148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08708992126955598f,-0.003386607027470551f,-0.14460671881192383f,-0.08701100724019496f,0.9915508430073269f,0.09620816155870553f,2.203999478436048f,-0.0050207681626134254f,0.09613673254652347f,-0.9953554744624332f,-0.04211482766627977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871409724974394f,-0.0016044955894245268f,-0.12499999999999999f,-0.08701100724019496f,0.9933113046319492f,0.07590610455965792f,1.9805044348938599f,-0.0050207681626134254f,0.07575686769247716f,-0.9971136790178349f,-0.0591601228970871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.054804956923541e-18f,1.2226130848980123e-16f,7.039947164425204e-18f,0f,0.9983393462909005f,0.05760685417081375f,1.467055305726935f,-1.2246467991473532e-16f,0.05760685417081375f,-0.9983393462909005f,-0.057485531088038506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,6.46856957137103e-18f,1.2229372606278258e-16f,4.614233575161067e-18f,0f,0.9986040558627045f,-0.05281987897142831f,1.092578784778421f,-1.2246467991473532e-16f,-0.05281987897142831f,-0.9986040558627045f,-0.03767807647375289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9903436565155248f,-0.126762836274002f,0.056130431489797565f,0.13574151925085182f,-0.12633471031674343f,0.6584768735666846f,-0.7419216589014158f,0.8601288477065494f,0.05708750273610525f,-0.7418486303267096f,-0.6681329408985464f,0.36066682475384726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9903436565155248f,-0.04741568968140303f,0.13027353672752262f,0.12499999999999999f,-0.12633471031674343f,-0.07828465314946326f,-0.9888938537833333f,0.8025299515218403f,0.05708750273610525f,-0.9958028245859244f,0.0715384622287204f,0.046858469914920514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9829801829532995f,0.18233451525878533f,-0.022451825459005273f,-0.15100728516403683f,0.1674129049255616f,0.83873119501042f,-0.5181726563422443f,0.8089894449829456f,-0.07564971371712344f,-0.5131121778536702f,-0.8549812943876495f,0.3734797911226085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9829801829532995f,0.09576435113029262f,-0.15677738667834684f,-0.12500000000000003f,0.1674129049255616f,0.11553077071509543f,-0.9790942550553348f,0.8058221107577036f,-0.07564971371712344f,-0.9886768076932774f,-0.12959664634529394f,0.028536006539920403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,8.992180177683905e-17f,1.6096321409966407e-18f,0.09584110611866975f,0.7279854759690134f,-0.6788605373389434f,0.9874655209242912f,-0.08860908098731055f,-0.6730527913341591f,-0.7342672339440738f,-0.013143643882606226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774225f,1.1890734702798699e-18f,-0.09584110611866975f,0.6264216452588708f,-0.7735699093999968f,0.9501230743056573f,0.0886090809873103f,-0.7686929357169674f,-0.6334505516182101f,-0.009709521725837595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.313643841195892e-17f,8.992180177683905e-17f,1.6096321409966407e-18f,0f,0.7342672339440738f,-0.6788605373389434f,0.9874655209242912f,-1.2246467991473532e-16f,-0.6788605373389434f,-0.7342672339440738f,-0.013143643882606226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1506434173738718e-16f,1.7317621334575146e-18f,0.08188906527885911f,0.9359962991615975f,-0.34235231698288265f,1.0124454366652071f,-0.02983797046802497f,-0.34104956305777234f,-0.9395716529655692f,-0.014140910952147465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1506434173738718e-16f,1.7317621334575146e-18f,-0.08188906527885911f,0.9359962991615975f,-0.34235231698288265f,1.0124454366652071f,0.02983797046802473f,-0.34104956305777234f,-0.9395716529655692f,-0.014140910952147465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,4.1926066917376724e-17f,1.1506434173738718e-16f,1.7317621334575146e-18f,0f,0.9395716529655692f,-0.34235231698288265f,1.0124454366652071f,-1.2246467991473532e-16f,-0.34235231698288265f,-0.9395716529655692f,-0.014140910952147465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1118336609720159e-16f,-0.19375f,0.11850226061081251f,0.9001140334018068f,-0.4192277914252085f,1.024935809257188f,-0.05472020728755457f,-0.41564123955361454f,-0.9078810819136733f,-0.01463939178276483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962303f,0.19375f,-0.11850226061081254f,0.860150718210732f,-0.4960826102492297f,1.0244367610008944f,0.05472020728755435f,-0.4931866491723256f,-0.8682007993503466f,-0.027129502357376017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.996379344365817e-17f,1.0677987311504389e-16f,-0.007812500000000003f,0f,0.8719238329728065f,-0.4896415316269743f,0.8885681796812599f,-1.2246467991473532e-16f,-0.4896415316269743f,-0.8719238329728065f,0.04183612995198688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,5.0429133954198484e-17f,1.1159973241566523e-16f,6.144311354449878e-18f,0f,0.9112809709163925f,-0.41178512849018356f,1.0921825216203913f,-1.2246467991473532e-16f,-0.41178512849018356f,-0.9112809709163925f,-0.05017210969503849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395531f,0f,0.9659258262890683f,-0.2588190451025207f,1.1703075216203913f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.31455513822891495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955228f,0f,0.9659258262890683f,-0.2588190451025207f,1.1703075216203913f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.3913506423810079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543356f,0f,0.9659258262890683f,-0.2588190451025207f,1.2091303783857694f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.26984804632161297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5789803697796567f,-0.5489564193883943f,-0.6028503802952149f,0.5417253292003303f,-0.4661089544230792f,0.8294993993759021f,-0.3076900860308004f,2.028842398328389f,0.6689724762771901f,0.10284744064531116f,-0.7361373716476248f,-0.43820776809569906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19291399347596638f,-0.5489564193883943f,-0.8132841082508794f,0.5623359207996698f,0.006012963483328776f,0.8294993993759021f,-0.5584752373249557f,2.053405144912394f,0.9811972459150621f,0.10284744064531116f,0.16332289662324218f,-0.5263039512943779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1151097215313563f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.4333272984669842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000078f,0f,0.000015625f,0f,1.2583050216203913f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6373278903049615f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..2f621387d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911391f,-0.11616614544038797f,-0.46842075635335423f,0.043084795571100884f,-0.1314905197995376f,0.8058735295268238f,-0.014917843519462131f,1.0368461163556142f,0.46435204482372333f,0.06338553073017832f,-0.6688078179914801f,-0.6038892262593993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507789f,0.14183756177801374f,-0.4588611490808368f,0.043084795571100884f,0.18309849636189213f,0.7786278888125578f,-0.01461339773335066f,1.0368461163556142f,0.4440116988289069f,-0.1167078267819561f,-0.655158678848797f,-0.6038892262593993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911389f,0.11616614544038793f,0.46842075635335434f,-0.04308479557110076f,0.1314905197995376f,0.8058735295268238f,-0.014917843519462131f,1.0368461163556142f,-0.46435204482372344f,0.06338553073017833f,-0.6688078179914799f,-0.6038892262593994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801368f,0.4588611490808369f,-0.04308479557110076f,-0.18309849636189213f,0.7786278888125578f,-0.01461339773335066f,1.0368461163556142f,-0.444011698828907f,-0.11670782678195613f,-0.6551586788487967f,-0.6038892262593994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41571241269814235f,-0.1894915212773466f,1.494216317436229f,-0.6987520102023628f,1.1964219037205384f,-0.9000913541859661f,-0.44700831358867926f,0.8549982613091273f,0.9149667033430292f,1.263065622793871f,-0.0943790987979791f,-0.48082468993474464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7274997957997001f,-0.677969622320218f,0.10536241418255099f,-0.5328764424737009f,-0.6739987008885528f,0.7349071282052674f,0.07508171624056947f,1.040699305124808f,-0.12833471203044522f,-0.01639219704821571f,-0.9915954303868059f,-0.4624137386645474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6318017209438328f,-0.677969622320218f,0.375744296860767f,-0.29843749999999997f,-0.5939610758113281f,0.7349071282052674f,0.3272945971661253f,1.2643264957606672f,-0.4980329565736196f,-0.01639219704821571f,-0.8670031545746942f,-0.28499028748163024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.3783506551935373f,-0.09364607179572237f,-0.9209132396441323f,1.0913713965483651f,-0.6271745494139935f,0.7057773813286509f,-0.3294394824125154f,-0.012281236113998006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.5271012117081321f,0.47296290265542773f,-0.7060243659588322f,1.2643264957606672f,-0.8311128503089802f,0.11362604300157858f,-0.5443717042638107f,-0.2849902874816302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0185863358410016e-16f,6.798835628987213e-17f,-0.15625f,0f,0.555167059900114f,-0.8317388626256821f,0.9586379563502246f,-1.2246467991473532e-16f,-0.8317388626256821f,-0.555167059900114f,0.027919122000980123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,6.808708923204801e-17f,1.0179266234127934e-16f,-0.15625f,0f,0.8312001665472147f,-0.5559732755554735f,1.1110131546056057f,-1.2246467991473532e-16f,-0.5559732755554735f,-0.8312001665472147f,-0.08152086820659124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.358215184034969e-17f,1.0466569540192858e-16f,0.15625f,0f,0.8546602618387678f,-0.5191876701479811f,0.9236991519669664f,-1.2246467991473532e-16f,-0.5191876701479811f,-0.8546602618387678f,-0.07109125098006541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.7309110200580526e-18f,1.224342270430091e-16f,0.15625f,0f,0.9997513334314234f,-0.022299580760423432f,1.1110131546056057f,-1.2246467991473532e-16f,-0.022299580760423432f,-0.9997513334314234f,-0.08152086820659118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,4.115721807480101e-18f,1.2239550098194792e-16f,0.29375000000000007f,0f,0.9994351111452249f,-0.03360741897456164f,1.8038290355015802f,-1.2246467991473532e-16f,-0.03360741897456164f,-0.9994351111452249f,-0.28090844226932077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,4.115721807480101e-18f,1.2239550098194792e-16f,0.33125000000000004f,0f,0.9994351111452249f,-0.03360741897456164f,1.6757489510795618f,-1.2246467991473532e-16f,-0.03360741897456164f,-0.9994351111452249f,-0.3704045565673654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,4.115721807480101e-18f,1.2239550098194792e-16f,-0.29374999999999996f,0f,0.9994351111452249f,-0.03360741897456164f,1.8038290355015802f,-1.2246467991473532e-16f,-0.03360741897456164f,-0.9994351111452249f,-0.2809084422693209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,4.115721807480101e-18f,1.2239550098194792e-16f,-0.33124999999999993f,0f,0.9994351111452249f,-0.03360741897456164f,1.6757489510795618f,-1.2246467991473532e-16f,-0.03360741897456164f,-0.9994351111452249f,-0.3704045565673655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877294491979537f,0.155846584631079f,0.010118164158324661f,0.19485762471566254f,0.15614864958683738f,0.9843067775523797f,0.08220563786417953f,1.9058775539295554f,0.0028520903411251527f,0.08277686707817283f,-0.9965640249664887f,-0.2937339133876723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999486377303863f,-0.0005870734280736672f,0.010118164158324661f,0.07967261274880447f,0.00024669641471498915f,0.9966153582221289f,0.08220563786417953f,1.9159492440835497f,-0.010132178542826945f,0.08220391171086515f,-0.9965640249664887f,-0.29407258821209326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9706632368770242f,0.23960152498577003f,0.020099497503955427f,0.05724239425765276f,0.2387993744679574f,0.9508956253675174f,0.19690700447325477f,1.9100465283890056f,0.028066694303575127f,0.19593013775683293f,-0.9802161199396069f,-0.3091968692352668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971965396587966f,-0.07207684435802299f,0.020099497503955427f,0.0863204507467604f,-0.0667312069403988f,0.9781485457790382f,0.19690700447325477f,1.9198034699946973f,-0.03385272976880673f,0.19501371976797433f,-0.9802161199396069f,-0.3066406324857892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08480644842218345f,0.020099497503955427f,0.14447744602875423f,0.08710650943995038f,0.9765449746952556f,0.19690700447325477f,2.0285471989407826f,-0.0029290795625597824f,0.19790851094245054f,-0.9802161199396069f,-0.3154842655582599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08656642679446325f,0.010118164158324661f,0.12500000000000003f,0.08710650943995038f,0.9928014348884328f,0.08220563786417953f,1.8051668760908857f,-0.0029290795625597824f,0.08277417855531777f,-0.9965640249664887f,-0.3341084557332064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877294491979537f,-0.15584658463107903f,-0.010118164158324418f,-0.19485762471566248f,-0.15614864958683738f,0.9843067775523797f,0.08220563786417953f,1.9058775539295554f,-0.002852090341125394f,0.08277686707817279f,-0.9965640249664887f,-0.2937339133876723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999486377303863f,0.0005870734280736395f,-0.010118164158324418f,-0.07967261274880441f,-0.00024669641471498915f,0.9966153582221289f,0.08220563786417953f,1.9159492440835497f,0.010132178542826699f,0.08220391171086514f,-0.9965640249664887f,-0.29407258821209326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970704994505249f,-0.2393378776973163f,-0.02119419594863191f,-0.057240717474124236f,-0.23838838598041243f,0.9483007461817663f,0.20951532693518854f,1.9099727113200922f,-0.030046481860917178f,0.20843002444573458f,-0.9775756409799354f,-0.3108217975608933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971547820305717f,0.07234049164647673f,-0.02119419594863191f,-0.0863154372921685f,0.06632021845285382f,0.9755536665932871f,0.20951532693518854f,1.9196968126172689f,0.035832517326148304f,0.20751360645687603f,-0.9775756409799354f,-0.30810736456955556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08453951473711548f,-0.02119419594863191f,-0.14447744602875418f,-0.08710650943995038f,0.9739177500140495f,0.20951532693518854f,2.0285471989407826f,0.0029290795625595387f,0.21056421029126515f,-0.9775756409799354f,-0.3154842655582599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08656642679446327f,-0.010118164158324418f,-0.12499999999999996f,-0.08710650943995038f,0.9928014348884328f,0.08220563786417953f,1.8051668760908857f,0.0029290795625595387f,0.08277417855531774f,-0.9965640249664887f,-0.3341084557332064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,4.115721807480101e-18f,1.2239550098194792e-16f,3.4982318256154226e-17f,0f,0.9994351111452249f,-0.03360741897456164f,1.2940066134719128f,-1.2246467991473532e-16f,-0.03360741897456164f,-0.9994351111452249f,-0.2856523062854553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.7309110200580526e-18f,1.224342270430091e-16f,3.3958226623632455e-17f,0f,0.9997513334314234f,-0.022299580760423432f,0.9190998634351291f,-1.2246467991473532e-16f,-0.022299580760423432f,-0.9997513334314234f,-0.2772899635002965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9833725024939333f,-0.1634517829861493f,0.07913302709657928f,0.13975959313676037f,-0.15817198030982377f,0.5568288564756977f,-0.8154282612473249f,0.7207202999861126f,0.08921965021052214f,-0.8143863574708355f,-0.573423678253433f,0.14254466043861327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9833725024939333f,-0.06211082162126055f,0.1706480799081875f,0.12500000000000003f,-0.15817198030982377f,-0.16872563839559834f,-0.9728891424992194f,0.637731224521594f,0.08921965021052214f,-0.9837041754437814f,0.15609596160946093f,-0.1672606838299612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9715338083180266f,0.21797861703550356f,-0.0927759764721523f,-0.14561424188836736f,0.2063387339777582f,0.5862043946908638f,-0.7834467017644366f,0.7337986619514173f,-0.11638894344192663f,-0.7802882353082145f,-0.6144948199001068f,0.15366108707859583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9715338083180266f,0.08246221140479001f,-0.22208566587086118f,-0.12499999999999999f,0.2063387339777582f,-0.1660224926194651f,-0.9642929320517057f,0.6393787066192969f,-0.11638894344192663f,-0.9826680597407506f,0.14428131621876983f,-0.1858035201637115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,7.395372834373375e-17f,2.968751261556066e-17f,0.07882189842740285f,0.5987117591527493f,-0.7970767452262801f,0.81675247071397f,-0.10403939246153864f,-0.7902576431751572f,-0.6038780193213523f,-0.24241693716286408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774204f,2.8471713765864316e-17f,-0.07882189842740285f,0.4819534951327638f,-0.8726442212365891f,0.7805904564678132f,0.10403939246153839f,-0.8666104866659029f,-0.4880185131907608f,-0.2324891861529988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,9.761374847161541e-17f,7.395372834373375e-17f,2.968751261556066e-17f,0f,0.6038780193213523f,-0.7970767452262801f,0.81675247071397f,-1.2246467991473532e-16f,-0.7970767452262801f,-0.6038780193213523f,-0.24241693716286408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765824f,1.0724407536091255e-16f,3.021332314408381e-17f,0.07632353303723052f,0.8723819745470781f,-0.4828295856615001f,0.8413808283329668f,-0.04208137115887221f,-0.4809922733178207f,-0.8757143319655926f,-0.24671050596073496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765812f,1.0724407536091255e-16f,3.021332314408381e-17f,-0.07632353303723052f,0.8723819745470781f,-0.4828295856615001f,0.8413808283329668f,0.042081371158871964f,-0.4809922733178207f,-0.8757143319655926f,-0.24671050596073496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,5.912957066139989e-17f,1.0724407536091255e-16f,3.021332314408381e-17f,0f,0.8757143319655926f,-0.4828295856615001f,0.8413808283329668f,-1.2246467991473532e-16f,-0.4828295856615001f,-0.8757143319655926f,-0.24671050596073496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.0341307255706211e-16f,-0.19374999999999998f,0.11022047006571317f,0.8372075888081403f,-0.5356630482127295f,0.8536954384221116f,-0.0699180579961936f,-0.5310803765783423f,-0.8444318200893705f,-0.24885719386942923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962294f,0.19375000000000003f,-0.1102204700657132f,0.7873356503433885f,-0.6065921378297335f,0.8515482227435298f,0.06991805799619337f,-0.6026565378875581f,-0.7949317973936022f,-0.2611714691691688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,6.923421930678817e-17f,1.0101594281893397e-16f,-0.007812499999999978f,0f,0.8248577703323537f,-0.5653403034653888f,0.7229804088581908f,-1.2246467991473532e-16f,-0.5653403034653888f,-0.8248577703323537f,-0.1799246947846544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,6.016664267420438e-17f,1.0666570646619833e-16f,3.547790437807669e-17f,0f,0.870991591538582f,-0.4912979212953052f,0.9175925925925926f,-1.2246467991473532e-16f,-0.4912979212953052f,-0.870991591538582f,-0.28969907407407414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955284f,0f,0.9659258262890683f,-0.2588190451025207f,0.9957175925925925f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.07502817384987934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955256f,0f,0.9659258262890683f,-0.2588190451025207f,0.9957175925925925f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.1518236780019723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543358f,0f,0.9659258262890683f,-0.2588190451025207f,1.0345404493579706f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.03032108194257735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4955458367043979f,-0.5489564193883943f,-0.6731130464767501f,0.5417253292003303f,-0.42207192504756075f,0.8294993993759021f,-0.36576773575817717f,1.8542524693005902f,0.7591374143141573f,0.10284744064531116f,-0.6427540666080026f,-0.6777347324747346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08536375568231636f,-0.5489564193883943f,-0.831480534244839f,0.5623359207996698f,-0.0667640436282734f,0.8294993993759021f,-0.5545027582559166f,1.878815215884595f,0.9941104524620047f,0.10284744064531116f,0.03415863373288519f,-0.7658309156734135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9405197925035573f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.6728542628460198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.0072175000000000485f,0f,0.000015625f,0f,1.0837150925925925f,-1.9135106236677393e-21f,0f,-0.000015625f,0.39780092592592586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2.mcfunction new file mode 100644 index 000000000..47424869f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20.mcfunction new file mode 100644 index 000000000..514fe69a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..0c4f25c23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911391f,-0.11616614544038797f,-0.46842075635335423f,0.04308479557110094f,-0.14360078075645713f,0.8039381370340044f,0.002594616132394972f,0.7622399833420657f,0.4607509024356454f,0.08445911981699303f,-0.6689691378747763f,-1.0005479651493479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507789f,0.14183756177801374f,-0.4588611490808368f,0.04308479557110094f,0.1714128817918406f,0.7814161272305227f,0.0025416647827542584f,0.7622399833420657f,0.4486525069836724f,-0.09628573192804615f,-0.6553167064895769f,-1.0005479651493479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911389f,0.11616614544038793f,0.46842075635335434f,-0.043084795571100704f,0.14360078075645713f,0.8039381370340044f,0.002594616132394972f,0.7622399833420657f,-0.46075090243564554f,0.08445911981699304f,-0.6689691378747761f,-1.0005479651493479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801368f,0.4588611490808369f,-0.043084795571100704f,-0.1714128817918406f,0.7814161272305227f,0.0025416647827542584f,0.7622399833420657f,-0.4486525069836725f,-0.09628573192804618f,-0.6553167064895766f,-1.0005479651493479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.40292285329913935f,-0.19821820831761708f,1.4965857697374494f,-0.6954650153192364f,1.1650005176682439f,-0.9443009566915748f,-0.43872057966785627f,0.5778043469890541f,0.9601214600882554f,1.2289879963135235f,-0.09571591714686764f,-0.8896193332294879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7239086917823679f,-0.6803419546798765f,0.11441604198846189f,-0.5304178337061036f,-0.6713896327043387f,0.7328893127287686f,0.11004188468526988f,0.7632701750205029f,-0.15872040530150383f,0.0028425323776622765f,-0.9873194786646357f,-0.8631542761847075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6250193000789784f,-0.6803419546798765f,0.3827345022742903f,-0.29843749999999997f,-0.5781719338605265f,0.7328893127287686f,0.3585951340773213f,0.9812946098667247f,-0.5244693407862491f,0.0028425323776622765f,-0.8514245889008133f,-0.6758035629404777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.39463851963354457f,-0.11208907965368692f,-0.9119739453755427f,0.801260087306533f,-0.6170555668166922f,0.7030841606666209f,-0.35343329000002777f,-0.40771539884535224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000001f,0.5486765854080734f,0.46982644702711923f,-0.6915324390791875f,0.9812946098667247f,-0.8170301475207848f,0.12596783164886846f,-0.5626667250085494f,-0.6758035629404777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.198376845483807e-16f,2.522949045663387e-17f,-0.15624999999999997f,0f,0.20601442370322304f,-0.9785489549461635f,0.7219639317435452f,-1.2246467991473532e-16f,-0.9785489549461635f,-0.20601442370322304f,-0.3181577785228248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.0106067597302608e-16f,6.916890629823207e-17f,-0.15624999999999994f,0f,0.5648069822775853f,-0.8252230442556044f,0.822707596893995f,-1.2246467991473532e-16f,-0.8252230442556044f,-0.5648069822775853f,-0.47641714295998555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.082053532676979e-17f,1.0629421578422658e-16f,0.15625000000000006f,0f,0.8679581399162007f,-0.4966373600054759f,0.6351847665347787f,-1.2246467991473532e-16f,-0.4966373600054759f,-0.8679581399162007f,-0.4708944086672102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.749792273617619e-19f,1.2246375880786998e-16f,0.15625000000000006f,0f,0.999992478591656f,0.003878499724920381f,0.822707596893995f,-1.2246467991473532e-16f,0.003878499724920381f,-0.999992478591656f,-0.4764171429599855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.9587612940755237e-17f,1.2088806080792983e-16f,0.29375000000000007f,0f,0.9871259279989689f,0.15994499764661038f,1.5103003593258695f,-1.2246467991473532e-16f,0.15994499764661038f,-0.9871259279989689f,-0.5726230571286746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.9587612940755237e-17f,1.2088806080792983e-16f,0.33125000000000004f,0f,0.9871259279989689f,0.15994499764661038f,1.4019044618553682f,-1.2246467991473532e-16f,0.15994499764661038f,-0.9871259279989689f,-0.6851592375844041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.9587612940755237e-17f,1.2088806080792983e-16f,-0.29374999999999996f,0f,0.9871259279989689f,0.15994499764661038f,1.5103003593258695f,-1.2246467991473532e-16f,0.15994499764661038f,-0.9871259279989689f,-0.5726230571286746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.9587612940755237e-17f,1.2088806080792983e-16f,-0.33124999999999993f,0f,0.9871259279989689f,0.15994499764661038f,1.4019044618553682f,-1.2246467991473532e-16f,0.15994499764661038f,-0.9871259279989689f,-0.6851592375844042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879190070501793f,0.15313578105006093f,0.02377957256082126f,0.19413348755293508f,0.1487737995548849f,0.8942209556793431f,0.42217915508694287f,1.6021486837184893f,0.04338654255630994f,0.4206165890524408f,-0.9062004706128216f,-0.5508711093071308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997117987028721f,-0.0032941558998958453f,0.02377957256082126f,0.078948475586077f,0.007055170376935857f,0.9064849615856997f,0.42217915508694287f,1.6120963295225148f,-0.022946548873863118f,0.4222252514427338f,-0.9062004706128216f,-0.5492592823460666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9723256256818856f,0.22910561515109723f,0.04575472378418433f,0.05712438250483316f,0.20276882984443384f,0.7302656457697221f,0.6523778722887907f,1.6193557370427842f,0.11605033083041472f,0.64360135465579f,-0.7565114784320082f,-0.5844526150411373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9955341508539352f,-0.08257275419269579f,0.04575472378418433f,0.086069604710553f,-0.03281987802594752f,0.7571829153872347f,0.6523778722887907f,1.6263484756308715f,-0.08851333283690255f,0.6479627866712104f,-0.7565114784320082f,-0.5766717832411192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07417970575116192f,0.04575472378418433f,0.14386602583416103f,0.08603369344022149f,0.752994897287481f,0.6523778722887907f,1.7249268440047036f,0.013940125068662646f,0.6538318254059577f,-0.7565114784320082f,-0.5294751358463562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08384900370738227f,0.02377957256082126f,0.12500000000000006f,0.08603369344022149f,0.9024206140171604f,0.42217915508694287f,1.5218822058508428f,0.013940125068662646f,0.4226184803983025f,-0.9062004706128216f,-0.6245642939359741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879190070501793f,-0.15313578105006104f,-0.023779572560821038f,-0.19413348755293494f,-0.1487737995548849f,0.8942209556793431f,0.42217915508694287f,1.6021486837184893f,-0.043386542556310186f,0.42061658905244076f,-0.9062004706128216f,-0.5508711093071308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997117987028721f,0.003294155899895762f,-0.023779572560821038f,-0.07894847558607687f,-0.007055170376935857f,0.9064849615856997f,0.42217915508694287f,1.6120963295225148f,0.022946548873862875f,0.4222252514427338f,-0.9062004706128216f,-0.5492592823460666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725508345404356f,-0.2276837023793096f,-0.048010477039417326f,-0.057229345986358746f,-0.199580232748546f,0.7101336360258717f,0.675187344135471f,1.6211271140267294f,-0.11963529968507905f,0.6662359571919882f,-0.7360822266661085f,-0.5878840075414935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9953089419953852f,0.0839946669644834f,-0.048010477039417326f,-0.08615657272841175f,0.029631280930059678f,0.7370509056433843f,0.675187344135471f,1.6278650656425957f,0.09209830169156638f,0.6705973892074086f,-0.7360822266661085f,-0.5798167164201756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0727400686578144f,-0.048010477039417326f,-0.14386602583416092f,-0.08603369344022149f,0.7326119395098083f,0.675187344135471f,1.7249268440047036f,-0.013940125068662889f,0.6767485711099311f,-0.7360822266661085f,-0.5294751358463562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08384900370738235f,-0.023779572560821038f,-0.12499999999999992f,-0.08603369344022149f,0.9024206140171604f,0.42217915508694287f,1.5218822058508428f,-0.013940125068662889f,0.4226184803983025f,-0.9062004706128216f,-0.6245642939359741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.9587612940755237e-17f,1.2088806080792983e-16f,8.274796607493098e-17f,0f,0.9871259279989689f,0.15994499764661038f,1.0109818865749145f,-1.2246467991473532e-16f,0.15994499764661038f,-0.9871259279989689f,-0.6756884199798942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.749792273617619e-19f,1.2246375880786998e-16f,8.292608328519164e-17f,0f,0.999992478591656f,0.003878499724920381f,0.6359847071030436f,-1.2246467991473532e-16f,0.003878499724920381f,-0.999992478591656f,-0.6771428573767393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.967985587914051f,-0.22430695791299665f,0.11265118828714646f,0.1458076648496151f,-0.19471024357626188f,0.3877893201837802f,-0.9009480363471992f,0.5112094824898741f,0.15840398554696072f,-0.8940390549540991f,-0.41904933549597645f,-0.2293695286460079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.967985587914051f,-0.08584903284931845f,0.23586827923552078f,0.12500000000000006f,-0.19471024357626188f,-0.33620032611230816f,-0.9214430322968697f,0.37718750456439676f,0.15840398554696072f,-0.9378695454490533f,0.30872138423184103f,-0.5212622578558279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9466700899802639f,0.2766647155638483f,-0.1651435009279323f,-0.1582706513853614f,0.24994052708526363f,0.3071054498229804f,-0.9182679214746452f,0.5206010508568816f,-0.20333586416837449f,-0.9105728295150255f,-0.3598772686512729f,-0.20678973877406942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9466700899802639f,0.11410547354047011f,-0.3013232178987609f,-0.12499999999999994f,0.24994052708526363f,-0.33011546432875355f,-0.9102491489319569f,0.37568596294743173f,-0.20333586416837449f,-0.9370185276285183f,0.28399085411995917f,-0.5398174821696169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,4.0468867776765274e-17f,7.640151201827499e-17f,0.043132821790214326f,0.32762630850646146f,-0.9438223146645994f,0.5416347169841433f,-0.12319353286548564f,-0.9357477839241526f,-0.3304533830075847f,-0.6238656898582408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777417f,7.388664273753469e-17f,-0.043132821790214326f,0.19308319350644462f,-0.9802338700890548f,0.5102572386404038f,0.12319353286548539f,-0.9726313728516847f,-0.1970065125948058f,-0.6033302237753566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1558489766178477e-16f,4.0468867776765274e-17f,7.640151201827499e-17f,0f,0.3304533830075847f,-0.9438223146645994f,0.5416347169841433f,-1.2246467991473532e-16f,-0.9438223146645994f,-0.3304533830075847f,-0.6238656898582408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765826f,8.707010038862987e-17f,7.763049886814644e-17f,0.0619661054580612f,0.7082758263840646f,-0.7032108898007273f,0.5645318934917893f,-0.061288867408824124f,-0.7005349600598633f,-0.7109813249767318f,-0.6339011290618309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476581f,8.707010038862987e-17f,7.763049886814644e-17f,-0.0619661054580612f,0.7082758263840646f,-0.7032108898007273f,0.5645318934917893f,0.061288867408823874f,-0.7005349600598633f,-0.7109813249767318f,-0.6339011290618309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,8.611849653200231e-17f,8.707010038862987e-17f,7.763049886814644e-17f,0f,0.7109813249767318f,-0.7032108898007273f,0.5645318934917893f,-1.2246467991473532e-16f,-0.7032108898007273f,-0.7109813249767318f,-0.6339011290618309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,8.481450119193645e-17f,-0.19374999999999992f,0.09039760601451959f,0.6866379876652949f,-0.721357433400251f,0.5759809235957352f,-0.09415603901136435f,-0.7151861205584795f,-0.6925629597936942f,-0.638918857661899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171937f,0.011376107230962275f,0.1937500000000001f,-0.0903976060145196f,0.6211546799260089f,-0.7784568943961256f,0.5709627621438172f,0.09415603901136411f,-0.7728254606094972f,-0.6275949711011144f,-0.650367436917449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,8.527020594270188e-17f,8.790102277623275e-17f,-0.007812499999999933f,0f,0.7177663211746673f,-0.6962840714732632f,0.45908243437288243f,-1.2246467991473532e-16f,-0.6962840714732632f,-0.7177663211746673f,-0.5481140934574926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.728464813696947e-17f,9.499832097970678e-17f,8.439290558013126e-17f,0f,0.7757201590356363f,-0.6310770435261664f,0.6324074074074074f,-1.2246467991473532e-16f,-0.6310770435261664f,-0.7757201590356363f,-0.6891203703703704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395523f,0f,0.9659258262890683f,-0.2588190451025207f,0.7105324074074074f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.324393122446417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955311f,0f,0.9659258262890683f,-0.2588190451025207f,0.7105324074074074f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.24759761829432403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543364f,0f,0.9659258262890683f,-0.2588190451025207f,0.7493552641727855f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.369100214353719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34181308613908523f,-0.5489564193883943f,-0.7627651432494458f,0.5417253292003303f,-0.3350707369694156f,0.8294993993759021f,-0.4468314533040285f,1.569067284115405f,0.8780042228661813f,0.10284744064531116f,-0.4674729816597556f,-1.077156028771031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.09259876008724877f,-0.5489564193883943f,-0.8307059162198001f,0.5623359207996699f,-0.1826411414363006f,0.8294993993759021f,-0.5278001135750756f,1.5936300306994098f,0.978809319063294f,0.10284744064531116f,-0.17707264291120697f,-1.16525221196971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.6553346073183721f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.072275559142316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.0072175f,0f,0.000015625f,0f,0.7985299074074074f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.0016203703703704386f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3.mcfunction new file mode 100644 index 000000000..97a2b0dcb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..73e9a97e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911391f,-0.11616614544038797f,-0.46842075635335423f,0.04308479557110097f,-0.14181267842799308f,0.8042596649599697f,0f,0.5552827769878045f,0.4613043925286257f,0.08134041072212513f,-0.6689741695026766f,-1.3000631834947285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507789f,0.14183756177801374f,-0.4588611490808368f,0.04308479557110097f,0.1731516911504823f,0.7810368056959466f,0f,0.5552827769878045f,0.4479843076700854f,-0.09931572995825058f,-0.6553216354311935f,-1.3000631834947285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911389f,0.11616614544038793f,0.46842075635335434f,-0.04308479557110066f,0.14181267842799308f,0.8042596649599697f,0f,0.5552827769878045f,-0.4613043925286258f,0.08134041072212514f,-0.6689741695026764f,-1.3000631834947285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801368f,0.4588611490808369f,-0.04308479557110066f,-0.1731516911504823f,0.7810368056959466f,0f,0.5552827769878045f,-0.4479843076700855f,-0.0993157299582506f,-0.6553216354311933f,-1.3000631834947285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.42841548834634763f,-0.18059803169560143f,1.4917274450423694f,-0.7019765550604712f,1.1825313876463373f,-0.9165190704753922f,-0.45057581014314385f,0.37027420859400484f,0.9270846436955946f,1.2525108360419868f,-0.11461639944272595f,-1.1737144586114674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7309698269877657f,-0.6755902076156601f,0.09623400338396618f,-0.5353034678996051f,-0.6698104397350119f,0.7372773368101241f,0.08818221730122622f,0.5551643816974028f,-0.13052619222005168f,-8.27359385291814e-17f,-0.9914448613738103f,-1.1543688990104977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6385009033121033f,-0.6755902076156601f,0.3686386684050622f,-0.2984374999999999f,-0.5850782823431647f,0.7372773368101241f,0.33779510380783f,0.7755952769878044f,-0.5f,-8.27359385291814e-17f,-0.8660254037844385f,-0.9761708271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.38159596289823783f,0.39224230154993106f,-0.10936132486220657f,-0.9133378769651433f,0.5966018884114702f,-0.6185815310796448f,0.7035136099481518f,-0.3498935409876577f,-0.7073864155890364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.5455036073850148f,0.47031147947095936f,-0.6937095405194976f,0.7755952769878044f,-0.8191520442889915f,0.12414466244781346f,-0.5599803845876069f,-0.9761708271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2246467991473527e-16f,1.8488927466117464e-32f,-0.15624999999999994f,0f,1.6653345369377348e-16f,-0.9999999999999998f,0.5518038804975457f,-1.2246467991473532e-16f,-0.9999999999999998f,-1.6653345369377348e-16f,-0.6005516433316853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1314261122877e-16f,4.686520405326298e-17f,-0.15624999999999992f,0f,0.3826834323650898f,-0.9238795325112865f,0.6177827769878045f,-1.2246467991473532e-16f,-0.9238795325112865f,-0.3826834323650898f,-0.7761708271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.123233995736764e-17f,1.0605752387249068e-16f,0.15625000000000008f,0f,0.8660254037844386f,-0.4999999999999999f,0.4302827769878045f,-1.2246467991473532e-16f,-0.4999999999999999f,-0.8660254037844386f,-0.7699208271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.224646799147353e-16f,0.15625000000000008f,0f,0.9999999999999999f,0f,0.6177827769878045f,-1.2246467991473532e-16f,0f,-0.9999999999999999f,-0.7761708271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479537e-17f,1.1679664110263897e-16f,0.2937500000000001f,0f,0.9537169507482268f,0.300705799504273f,1.2845044094110265f,-1.2246467991473532e-16f,0.300705799504273f,-0.9537169507482268f,-0.8021362522097267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479537e-17f,1.1679664110263897e-16f,0.3312500000000001f,0f,0.9537169507482268f,0.300705799504273f,1.1934809592710236f,-1.2246467991473532e-16f,0.300705799504273f,-0.9537169507482268f,-0.9291354412804071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479537e-17f,1.1679664110263897e-16f,-0.2937499999999999f,0f,0.9537169507482268f,0.300705799504273f,1.2845044094110265f,-1.2246467991473532e-16f,0.300705799504273f,-0.9537169507482268f,-0.8021362522097268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479537e-17f,1.1679664110263897e-16f,-0.3312499999999999f,0f,0.9537169507482268f,0.300705799504273f,1.1934809592710236f,-1.2246467991473532e-16f,0.300705799504273f,-0.9537169507482268f,-0.9291354412804071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881511284719194f,0.1498162900667217f,0.03335305878500271f,0.1934703602038355f,0.1361220992102752f,0.7550353476549397f,0.6413987822705713f,1.3617702018788278f,0.07090924767799985f,0.6383390188780785f,-0.7664823387211946f,-0.7593179845127617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,-0.006609090231285017f,0.03335305878500271f,0.07828534823697741f,0.01633265959045818f,0.767033797386093f,0.6413987822705713f,1.371381172631638f,-0.029821985760564756f,0.6415726565197307f,-0.7664823387211946f,-0.7562876570744493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9742890798676322f,0.21670885331184475f,0.06162841671621941f,0.05740930866239033f,0.15393049286263838f,0.44052596613716044f,0.8844446147306151f,1.3978276344353873f,0.16451806046069187f,0.8711912224392453f,-0.4625577388035632f,-0.7990177470619111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935706966681885f,-0.09496951603194827f,0.06162841671621941f,0.08619763975517342f,0.010266588293711673f,0.46653222893903146f,0.8844446147306151f,1.4012296106736004f,-0.11274691963463078f,0.8793909656039438f,-0.4625577388035632f,-0.7886773323909743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06162841671621924f,0.06162841671621941f,0.14311731654471066f,0.08312190921349343f,0.45918239478742773f,0.8844446147306151f,1.4750653618362786f,0.026208237304323173f,0.8862017076096924f,-0.4625577388035632f,-0.7074734114532036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538033f,0.03335305878500271f,0.1250000000000001f,0.08312190921349343f,0.762691517135553f,0.6413987822705713f,1.3034597704807793f,0.026208237304323173f,0.6417304361847644f,-0.7664823387211946f,-0.8518627595947754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881511284719194f,-0.1498162900667218f,-0.03335305878500251f,-0.1934703602038353f,-0.1361220992102752f,0.7550353476549397f,0.6413987822705713f,1.3617702018788278f,-0.07090924767800008f,0.6383390188780784f,-0.7664823387211946f,-0.7593179845127617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,0.006609090231284878f,-0.03335305878500251f,-0.07828534823697722f,-0.01633265959045818f,0.767033797386093f,0.6413987822705713f,1.371381172631638f,0.029821985760564513f,0.6415726565197308f,-0.7664823387211946f,-0.7562876570744493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970842f,-0.06425795390070163f,-0.057661908015246455f,-0.14782705013188085f,0.4019903453511077f,0.9036320741838479f,1.4019830979328247f,-0.16754241071534243f,0.8902862184404517f,-0.4234619107625759f,-0.8025957031994514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408458f,-0.06425795390070163f,-0.08641590347829914f,-0.016370031024469198f,0.42799660815297874f,0.9036320741838479f,1.404897374519207f,0.11577126988928088f,0.8984859616051503f,-0.4234619107625759f,-0.792013625809411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05888156633778755f,-0.06425795390070163f,-0.1431173165447105f,-0.08312190921349343f,0.4201664226409581f,0.9036320741838479f,1.4750653618362786f,-0.026208237304323416f,0.9055347251379753f,-0.4234619107625759f,-0.7074734114532036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08052140686538047f,-0.03335305878500251f,-0.1249999999999999f,-0.08312190921349343f,0.762691517135553f,0.6413987822705713f,1.3034597704807793f,-0.026208237304323416f,0.6417304361847644f,-0.7664823387211946f,-0.8518627595947754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479537e-17f,1.1679664110263897e-16f,1.1954644788655744e-16f,0f,0.9537169507482268f,0.300705799504273f,0.8052827769878045f,-1.2246467991473532e-16f,0.300705799504273f,-0.9537169507482268f,-0.9761708271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.224646799147353e-16f,1.1954644788655744e-16f,0f,0.9999999999999999f,0f,0.43028277698780454f,-1.2246467991473532e-16f,0f,-0.9999999999999999f,-0.9761708271298333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.2725320076978042f,0.1270837622818432f,0.14895227730501515f,-0.20315389351832494f,0.27236702788693573f,-0.9405023645203566f,0.3743262040494626f,0.22170357102186944f,-0.9227906083723658f,-0.3151269897928608f,-0.5186902243273936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.10284744064531119f,0.2825710208216923f,0.12500000000000008f,-0.20315389351832494f,-0.47244302728384874f,-0.8576281720648041f,0.19693410872571065f,0.22170357102186944f,-0.8753399282127953f,0.4296830653779238f,-0.7842772306521619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9238795325112867f,0.30360317934095904f,-0.23296291314453405f,-0.16665748780714054f,0.25853717952260447f,0.046356561533620166f,-0.9648883852587697f,0.38820447215198195f,-0.28214382185549064f,-0.9516702047961999f,-0.12132058807941859f,-0.4869054742858979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9238795325112867f,0.13088544238586697f,-0.35960479749049806f,-0.1249999999999999f,0.25853717952260447f,-0.47933742404318236f,-0.838685972647774f,0.19274745152167944f,-0.28214382185549064f,-0.86781601441959f,0.40901128212516946f,-0.8024162184414084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,1.0673500138322977e-17f,1.1127738498816645e-16f,0.011376107230962199f,0.08641011328638346f,-0.9961946980917453f,0.34540729440393314f,-0.1300295006517195f,-0.9876721143508953f,-0.0871557427476582f,-0.9086488044197077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774138f,1.0789151112645546e-16f,-0.011376107230962199f,-0.053074329289557104f,-0.998525763190281f,0.32007247687078916f,0.13002950065171928f,-0.9901898922128338f,0.05114984183553782f,-0.8810010461920427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.21998664834562e-16f,1.0673500138322977e-17f,1.1127738498816645e-16f,0f,0.0871557427476582f,-0.9961946980917453f,0.34540729440393314f,-1.2246467991473532e-16f,-0.9961946980917453f,-0.0871557427476582f,-0.9086488044197077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765828f,6.580022455450642e-17f,1.1303345852297762e-16f,0.04682874644349327f,0.5352550211218773f,-0.8433914458128856f,0.36588585683362984f,-0.07350640788684348f,-0.8401820867347284f,-0.5372996083468238f,-0.9229882330291143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765808f,6.580022455450642e-17f,1.1303345852297762e-16f,-0.04682874644349327f,0.5352550211218773f,-0.8433914458128856f,0.36588585683362984f,0.07350640788684323f,-0.8401820867347284f,-0.5372996083468238f,-0.9229882330291143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.0328566345430087e-16f,6.580022455450642e-17f,1.1303345852297762e-16f,0f,0.5372996083468238f,-0.8433914458128856f,0.36588585683362984f,-1.2246467991473532e-16f,-0.8433914458128856f,-0.5372996083468238f,-0.9229882330291143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,6.580022455450642e-17f,-0.1937499999999999f,0.07013167195883595f,0.5327029357136193f,-0.8433914458128856f,0.3761255695144326f,-0.11008467397292004f,-0.8361761150778139f,-0.5372996083468238f,-0.9301580429875167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962254f,0.19375000000000012f,-0.07013167195883596f,0.4571694323289721f,-0.8866102067607069f,0.36895542374377494f,0.11008467397291982f,-0.8798229589549647f,-0.46237747074441915f,-0.9403972285486658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,9.715776287805219e-17f,7.455177354798983e-17f,-0.0078124999999999f,0f,0.6087614290087207f,-0.7933533402912352f,0.274047812985876f,-1.2246467991473532e-16f,-0.7933533402912352f,-0.6087614290087207f,-0.822764595056488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.029043306084033e-17f,8.273593852918141e-17f,1.2093387141580113e-16f,0f,0.6755902076156602f,-0.737277336810124f,0.42500000000000004f,-1.2246467991473532e-16f,-0.737277336810124f,-0.6755902076156602f,-0.9875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.0425113954539552f,0f,0.9659258262890683f,-0.2588190451025207f,0.503125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.6227727520760467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955339f,0f,0.9659258262890683f,-0.2588190451025207f,0.503125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.5459772479239536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543367f,0f,0.9659258262890683f,-0.2588190451025207f,0.5419478567653782f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.6674798439833486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.5417253292003303f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3616598767079977f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.3755356584006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.5623359207996699f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3862226232920025f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.4636318415993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.4479271999109649f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.3706551887719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.0072174999999999635f,0f,0.000015625f,0f,0.5911225f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.30000000000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4.mcfunction new file mode 100644 index 000000000..95f2148e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..83ed43d14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.655014905234327f,-0.11549680055901018f,-0.4738780512177603f,0.04355678784203018f,-0.11958140238577528f,0.8072515786490081f,-0.03145824878437713f,0.475252147401117f,0.4728638351246174f,0.0441567919323935f,-0.6643752069440299f,-1.4157588787845303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6361014626947818f,0.1410202991788003f,-0.4642070705806632f,0.04355678784203018f,0.1943931377302781f,0.7754106441925845f,-0.030816243707144943f,0.475252147401117f,0.4445067346631953f,-0.13730115837953694f,-0.6508165292512946f,-1.4157588787845303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6550149052343268f,0.11549680055901015f,0.4738780512177604f,-0.043556787842029834f,0.11958140238577528f,0.8072515786490081f,-0.03145824878437713f,0.475252147401117f,-0.4728638351246175f,0.04415679193239351f,-0.6643752069440296f,-1.4157588787845303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6361014626947816f,-0.14102029917880024f,0.4642070705806633f,-0.043556787842029834f,-0.1943931377302781f,0.7754106441925845f,-0.030816243707144943f,0.475252147401117f,-0.4445067346631954f,-0.13730115837953696f,-0.6508165292512944f,-1.4157588787845303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5069689015020071f,-0.14043759640903458f,1.4712804166523457f,-0.7223496584877015f,1.2436289437509265f,-0.7999303109925301f,-0.5048809739139992f,0.30103377077807547f,0.7986086858874015f,1.3348389524846236f,-0.14776802006845172f,-1.2400710431950193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7538885304687524f,-0.6554928529996152f,0.044510709880764276f,-0.5501924663725164f,-0.65640866952146f,0.7543562041184559f,-0.008624145468449279f,0.48172828569531967f,-0.02792386443047362f,-0.035718860206046206f,-0.9989716816911526f,-1.2471373751015449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6794686718609144f,-0.6554928529996152f,0.32962318429684173f,-0.2984374999999999f,-0.6097428523229242f,0.7543562041184559f,0.24322905120297394f,0.7106056619447771f,-0.4080881988010307f,-0.035718860206046206f,-0.912243489987685f,-1.1033166439204367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.38159596289823783f,0.36254619606543337f,-0.07596475770394445f,-0.9288646894491495f,0.5445253233961671f,-0.6364411908703813f,0.7078987599543304f,-0.3063036993224407f,-0.8263671644319381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.5061495714073585f,0.475656823781932f,-0.719418652353295f,0.7106056619447771f,-0.8440360588843618f,0.101761342985086f,-0.526543217957297f,-1.1033166439204367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2212606590434668e-16f,9.100651259429066e-18f,-0.15624999999999992f,0f,0.07431245699384748f,-0.9972350067739988f,0.4835820438705199f,-1.2246467991473532e-16f,-0.9972350067739988f,-0.07431245699384748f,-0.725845848160299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.0934710421443443e-16f,5.5143527512630126e-17f,-0.1562499999999999f,0f,0.4502810732941383f,-0.8928868657523633f,0.5624292022022186f,-1.2246467991473532e-16f,-0.8928868657523633f,-0.4502810732941383f,-0.8960763921969555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.618002950937261e-17f,1.0304271697095895e-16f,0.1562500000000001f,0f,0.8414076372281485f,-0.5404009511595484f,0.37543464721841613f,-1.2246467991473532e-16f,-0.5404009511595484f,-0.8414076372281485f,-0.8809651742973389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.792228292841026e-18f,1.2232762532650666e-16f,0.1562500000000001f,0f,0.9988808643575919f,-0.04729713331936847f,0.5624292022022186f,-1.2246467991473532e-16f,-0.04729713331936847f,-0.9988808643575919f,-0.8960763921969555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.2363614096888816e-17f,1.14903968718528e-16f,0.2937500000000001f,0f,0.938262107887177f,0.34592516084134634f,1.2106200859170195f,-1.2246467991473532e-16f,0.34592516084134634f,-0.938262107887177f,-0.9079906651522627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.2363614096888816e-17f,1.14903968718528e-16f,0.3312500000000001f,0f,0.938262107887177f,0.34592516084134634f,1.1257678062599987f,-1.2246467991473532e-16f,0.34592516084134634f,-0.938262107887177f,-1.0391933828718538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.2363614096888816e-17f,1.14903968718528e-16f,-0.2937499999999999f,0f,0.938262107887177f,0.34592516084134634f,1.2106200859170195f,-1.2246467991473532e-16f,0.34592516084134634f,-0.938262107887177f,-0.9079906651522627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.2363614096888816e-17f,1.14903968718528e-16f,-0.3312499999999999f,0f,0.938262107887177f,0.34592516084134634f,1.1257678062599987f,-1.2246467991473532e-16f,0.34592516084134634f,-0.938262107887177f,-1.0391933828718538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882405699446957f,0.14853721741503992f,0.036294227612390206f,0.1932382084886492f,0.1308055492016678f,0.6983148651101148f,0.7037373497721235f,1.282144607975539f,0.07918638906676383f,0.7002092860058621f,-0.7095325725981351f,-0.8594161633991427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999310028782356f,-0.00788640710507138f,0.036294227612390206f,0.0780531965217911f,0.019954603478489097f,0.7101799464471832f,0.7037373497721235f,1.291599834361417f,-0.03132539185745614f,0.7039760281765629f,-0.7095325725981351f,-0.8559301431486911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9750244239183596f,0.21206607369775687f,0.0659950994323702f,0.057557247740599324f,0.13529770671956887f,0.3314936802318595f,0.9337057729942357f,1.3253202399980706f,0.1761303588797127f,0.9193149190308809f,-0.35190648804497526f,-0.8990633692773683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9928353526174611f,-0.09961229564603613f,0.0659950994323702f,0.0862868206778076f,0.026238584895897435f,0.3570785153714762f,0.9337057729942357f,1.3273775409078434f,-0.11657400763301619f,0.9287477183908603f,-0.35190648804497526f,-0.8882169515824668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0569277642702358f,0.0659950994323702f,0.14282882244094514f,0.08177493090489031f,0.3485776673178263f,0.9337057729942357f,1.3907205554610949f,0.03014936432823054f,0.9355494853306559f,-0.35190648804497526f,-0.7983486642104805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07923921084864473f,0.036294227612390206f,0.1250000000000001f,0.08177493090489031f,0.705738339054361f,0.7037373497721235f,1.2319294291738638f,0.03014936432823054f,0.7040273746473753f,-0.7095325725981351f,-0.9567548235061396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882405699446957f,-0.14853721741504008f,-0.03629422761239004f,-0.19323820848864898f,-0.1308055492016678f,0.6983148651101148f,0.7037373497721235f,1.282144607975539f,-0.07918638906676406f,0.7002092860058621f,-0.7095325725981351f,-0.8594161633991428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999310028782356f,0.007886407105071214f,-0.03629422761239004f,-0.0780531965217909f,-0.019954603478489097f,0.7101799464471832f,0.7037373497721235f,1.291599834361417f,0.0313253918574559f,0.703976028176563f,-0.7095325725981351f,-0.8559301431486911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755270729862536f,-0.2088924723839915f,-0.06863574034113716f,-0.057866331666826296f,-0.12826754228192233f,0.28710696886525405f,0.9492718398993838f,1.3303108625790883f,-0.17858994223591632f,0.9348441171715793f,-0.30687474500496564f,-0.9023868240298918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923327035495672f,0.1027858969598015f,-0.06863574034113716f,-0.0865557400958678f,-0.03326874933354397f,0.3126918040048708f,0.9492718398993838f,1.3318064135225223f,0.11903359098921931f,0.944276916531559f,-0.30687474500496564f,-0.891343871690629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053714603616893376f,-0.06863574034113716f,-0.14282882244094497f,-0.08177493090489031f,0.30363767001072034f,0.9492718398993838f,1.3907205554610949f,-0.030149364328230784f,0.951272256879565f,-0.30687474500496564f,-0.7983486642104805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0792392108486449f,-0.03629422761239004f,-0.12499999999999989f,-0.08177493090489031f,0.705738339054361f,0.7037373497721235f,1.2319294291738638f,-0.030149364328230784f,0.7040273746473753f,-0.7095325725981351f,-0.9567548235061396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.2363614096888816e-17f,1.14903968718528e-16f,1.3528927641976001e-16f,0f,0.938262107887177f,0.34592516084134634f,0.7402599376053933f,-1.2246467991473532e-16f,0.34592516084134634f,-0.938262107887177f,-1.1047207775658554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.792228292841026e-18f,1.2232762532650666e-16f,1.3311719080994464e-16f,0f,0.9988808643575919f,-0.04729713331936847f,0.36567961347129635f,-1.2246467991473532e-16f,-0.04729713331936847f,-0.9988808643575919f,-1.0869843525710923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9486692166134963f,-0.2973805288214842f,0.1076640075781569f,0.1470543255438323f,-0.19126465300602427f,0.2683297530389846f,-0.9441488103813525f,0.35614231354105796f,0.2518820159527476f,-0.9162772313617161f,-0.3114345602653758f,-0.6355707419063664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9486692166134963f,-0.10817071318980051f,0.2971965919352793f,0.1250000000000001f,-0.19126465300602427f,-0.5521648493553251f,-0.8114997299117829f,0.15101331968292633f,0.2518820159527476f,-0.8266880160885491f,0.5031325611557639f,-0.8743975804990903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9158597886673999f,0.2986825219477551f,-0.2683087747074898f,-0.16350902350416235f,0.24280653358532495f,-0.12018613487180085f,-0.9626007896489883f,0.38183081139504904f,-0.3197590260655423f,-0.9467544792962463f,0.037551580287781994f,-0.6020704372409338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9158597886673999f,0.12034120002318789f,-0.3830389576519402f,-0.12499999999999989f,0.24280653358532495f,-0.5937876984752495f,-0.7671122189013448f,0.14517242687212434f,-0.3197590260655423f,-0.7955715962227696f,0.5146066464137153f,-0.8920734099770872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,-4.62439321108537e-18f,1.238872425682411e-16f,-0.004928804269047081f,-0.03743798529743164f,-0.9992867977439445f,0.2876567764481354f,-0.13043310064528602f,-0.9907377606619239f,0.03776103619676352f,-1.0116161055946595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774124f,1.2014087116548258e-16f,0.004928804269047081f,-0.1761474837885414f,-0.9843514468133032f,0.2659677223916397f,0.1304331006452858f,-0.9758406483770626f,0.17527759477780058f,-0.9810246615524517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2237733782873302e-16f,-4.62439321108537e-18f,1.238872425682411e-16f,0f,-0.03776103619676352f,-0.9992867977439445f,0.2876567764481354f,-1.2246467991473532e-16f,-0.9992867977439445f,0.03776103619676352f,-1.0116161055946595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,5.3309457495368915e-17f,1.2590496414253978e-16f,0.03793930924996883f,0.4336482890577809f,-0.9002831611281501f,0.30645927369842846f,-0.07846484759133367f,-0.8968573118971398f,-0.4353047550729322f,-1.0280920525836486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,5.3309457495368915e-17f,1.2590496414253978e-16f,-0.03793930924996883f,0.4336482890577809f,-0.9002831611281501f,0.30645927369842846f,0.07846484759133342f,-0.8968573118971398f,-0.4353047550729322f,-1.0280920525836486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1025288916018499e-16f,5.3309457495368915e-17f,1.2590496414253978e-16f,0f,0.4353047550729322f,-0.9002831611281501f,0.30645927369842846f,-1.2246467991473532e-16f,-0.9002831611281501f,-0.4353047550729322f,-1.0280920525836486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,5.420966771461795e-17f,-0.19374999999999987f,0.05777814071150783f,0.43886854993504815f,-0.8966917432060081f,0.31586094086959765f,-0.11704175883584066f,-0.8890204210379211f,-0.44265552935230645f,-1.0363301679644599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962242f,0.19375000000000014f,-0.057778140711507844f,0.35904668770969544f,-0.931529474842647f,0.3076225488290805f,0.11704175883584043f,-0.9242174013753263f,-0.36348785630836694f,-1.0457312747032894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0361631579683417e-16f,6.52783036491399e-17f,-0.007812499999999888f,0f,0.5330378007323351f,-0.8460914270871888f,0.22425091319420118f,-1.2246467991473532e-16f,-0.8460914270871888f,-0.5330378007323351f,-0.9198294580763258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.753264539275824e-17f,7.40606569597452e-17f,1.344390706144061e-16f,0f,0.6047511577322466f,-0.7964144883297312f,0.359375f,-1.2246467991473532e-16f,-0.7964144883297312f,-0.6047511577322466f,-1.0977783203125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955186f,0f,0.9659258262890683f,-0.2588190451025207f,0.4375f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7330510723885466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955353f,0f,0.9659258262890683f,-0.2588190451025207f,0.4375f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.6562555682364536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543368f,0f,0.9659258262890683f,-0.2588190451025207f,0.4763228567653781f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7777581642958485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18001230444053723f,-0.5489564193883943f,-0.8162367425338561f,0.5417253292003303f,-0.23748491328667445f,0.8294993993759021f,-0.5055013970269896f,1.2960348767079974f,0.9545661245881439f,0.10284744064531116f,-0.2796889660703138f,-1.4858139787131603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.25915068732737273f,-0.5489564193883943f,-0.7946620482129643f,0.5623359207996699f,-0.28588915988715285f,0.8294993993759021f,-0.47978967756094487f,1.3205976232920023f,0.9225553151528466f,0.10284744064531116f,-0.37190602903951553f,-1.5739101619118392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3823021999109646f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.4809335090844455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.00721749999999995f,0f,0.000015625f,0f,0.5254975f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.4102783203125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5.mcfunction new file mode 100644 index 000000000..dfa771295 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..ad6cfd87a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6485908672369411f,-0.11436406933497469f,-0.48290287949692556f,0.044355539573251904f,-0.08279865116610695f,0.8084842141526094f,-0.08026271410534014f,0.4295596223773443f,0.4893043171139516f,-0.014784436263426957f,-0.6536873489233727f,-1.479649821796013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6298629176878067f,0.13963724704809613f,-0.47304771869086587f,0.044355539573251904f,0.2281445240355966f,0.7627373288204213f,-0.07862469953176178f,0.4295596223773443f,0.43729027095783274f,-0.1968075365953187f,-0.6403467907820793f,-1.479649821796013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6485908672369409f,0.11436406933497467f,0.4829028794969257f,-0.04435553957325156f,0.08279865116610695f,0.8084842141526094f,-0.08026271410534014f,0.4295596223773443f,-0.4893043171139517f,-0.01478443626342693f,-0.6536873489233724f,-1.4796498217960128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6298629176878064f,-0.13963724704809607f,0.473047718690866f,-0.04435553957325156f,-0.2281445240355966f,0.7627373288204213f,-0.07862469953176178f,0.4295596223773443f,-0.43729027095783285f,-0.19680753659531872f,-0.6403467907820791f,-1.4796498217960128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.620418289350736f,-0.07602924458506471f,1.4320289627681877f,-0.7488792962978631f,1.3049276588659775f,-0.617111994835652f,-0.5981160764906106f,0.28596388875000933f,0.5946858005414848f,1.43345686708662f,-0.18153913858049142f,-1.2318841825635847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7807487473220407f,-0.6237943423389003f,-0.036221706489937f,-0.5703664865646003f,-0.6128315593191198f,0.7757626801504297f,-0.15043185828912195f,0.45448348167462205f,0.12193799021453716f,-0.09525168004713111f,-0.9879566002566302f,-1.2774127918811051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7351792346503496f,-0.6237943423389003f,0.26531511718125866f,-0.29843749999999986f,-0.6237503143990514f,0.7757626801504297f,0.09553956967093277f,0.6874863817245157f,-0.26541860941917966f,-0.09525168004713111f,-0.9594165306175355f,-1.186781152792871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.38159596289823783f,0.31393246187909185f,-0.022809420409413306f,-0.9491712910318765f,0.5425837624758513f,-0.6617730298951124f,0.7115975190362066f,-0.23597760021866143f,-0.8981864127572152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000002f,0.44160798442997146f,0.48193527752140614f,-0.756783176588951f,0.6874863817245157f,-0.8795263756253118f,0.06590275576035884f,-0.4712644495000591f,-1.186781152792871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1773899935180924e-16f,3.369162890471822e-17f,-0.15624999999999992f,0f,0.27511302792099446f,-0.9614118898100555f,0.4434760398716452f,-1.2246467991473532e-16f,-0.9614118898100555f,-0.27511302792099446f,-0.8183486993185258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,9.588342348826779e-17f,7.618377075721627e-17f,-0.1562499999999999f,0f,0.6220876975325325f,-0.7829475694953479f,0.5552240608496491f,-1.2246467991473532e-16f,-0.7829475694953479f,-0.6220876975325325f,-0.9690394167084819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.370108417819463e-17f,9.780464210648313e-17f,0.1562500000000001f,0f,0.7986355100472929f,-0.6018150231520484f,0.3698833408131834f,-1.2246467991473532e-16f,-0.6018150231520484f,-0.7986355100472929f,-0.9399855013722586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4924690131530357e-17f,1.2155184676135688e-16f,0.1562500000000001f,0f,0.9925461516413222f,-0.1218693434051476f,0.5552240608496491f,-1.2246467991473532e-16f,-0.1218693434051476f,-0.9925461516413222f,-0.9690394167084819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.44481043890273e-17f,1.141138196838609e-16f,0.2937500000000002f,0f,0.9318100513822546f,0.3629463157865092f,1.1836538898663735f,-1.2246467991473532e-16f,0.3629463157865092f,-0.9318100513822546f,-0.9851400244474715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.44481043890273e-17f,1.141138196838609e-16f,0.33125000000000016f,0f,0.9318100513822546f,0.3629463157865092f,1.1012038505485768f,-1.2246467991473532e-16f,0.3629463157865092f,-0.9318100513822546f,-1.1178655062378715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.44481043890273e-17f,1.141138196838609e-16f,-0.29374999999999984f,0f,0.9318100513822546f,0.3629463157865092f,1.1836538898663735f,-1.2246467991473532e-16f,0.3629463157865092f,-0.9318100513822546f,-0.9851400244474716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.44481043890273e-17f,1.141138196838609e-16f,-0.3312499999999998f,0f,0.9318100513822546f,0.3629463157865092f,1.1012038505485768f,-1.2246467991473532e-16f,0.3629463157865092f,-0.9318100513822546f,-1.1178655062378715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882720547084319f,0.14808696431667623f,0.03726388173346071f,0.19315854010996286f,0.12872550148752618f,0.676630181749184f,0.7249836842390671f,1.2530509626564164f,0.08214676590809158f,0.7212779271165436f,-0.6877572687404356f,-0.9346190887914049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992706908138295f,-0.008336042142814026f,0.03726388173346071f,0.07797352814310476f,0.021292396444483858f,0.6884368463706747f,0.7249836842390671f,1.262441169199336f,-0.03169732376878294f,0.725248384321257f,-0.6877572687404356f,-0.9309615398476353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.975280467465041f,0.2104494783670749f,0.06737230021453336f,0.05761213435465465f,0.12844512564923535f,0.29182287848354255f,0.9478086606960986f,1.2987605469264643f,0.17980505965662735f,0.9330329172374393f,-0.31164036303609827f,-0.9739075052926515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925793090707797f,-0.1012288909767181f,0.06737230021453336f,0.0863212479619276f,0.03198034493622523f,0.31723177685602105f,0.9478086606960986f,1.3003304838711789f,-0.1173182540883283f,0.9429298549650426f,-0.31164036303609827f,-0.9629262613342326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.055291017875408584f,0.06737230021453336f,0.1427272681125735f,0.08121259712795395f,0.30832329911507f,0.9478086606960986f,1.3597386301852574f,0.031632855729899184f,0.9496734420657982f,-0.31164036303609827f,-0.870326706402581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0787878582781041f,0.03726388173346071f,0.1250000000000001f,0.08121259712795395f,0.6839613816984711f,0.7249836842390671f,1.2058473193031016f,0.031632855729899184f,0.7252511990566222f,-0.6877572687404356f,-1.0335082261903208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882720547084319f,-0.1480869643166764f,-0.03726388173346054f,-0.19315854010996264f,-0.12872550148752618f,0.676630181749184f,0.7249836842390671f,1.2530509626564164f,-0.08214676590809183f,0.7212779271165436f,-0.6877572687404356f,-0.9346190887914051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992706908138295f,0.008336042142813846f,-0.03726388173346054f,-0.07797352814310456f,-0.021292396444483858f,0.6884368463706747f,0.7249836842390671f,1.262441169199336f,0.03169732376878269f,0.725248384321257f,-0.6877572687404356f,-0.9309615398476354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9758080274519901f,-0.20711859570039315f,-0.07000414898670862f,-0.05794090063985577f,-0.12111176645517392f,0.24552187076438103f,0.9617956908837066f,1.304036727447399f,-0.1820182232260376f,0.9470062820760253f,-0.26466671139790265f,-0.9770996639031273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9920517490838306f,0.10455977364339986f,-0.07000414898670862f,-0.08660785921540237f,-0.03931370413028666f,0.27093076913685954f,0.9617956908837066f,1.3050206874470573f,0.11953141765773807f,0.9569032198036286f,-0.26466671139790265f,-0.9659415756373462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.051918615337301556f,-0.07000414898670862f,-0.1427272681125733f,-0.08121259712795395f,0.26144514351057785f,0.9617956908837066f,1.3597386301852574f,-0.031632855729899434f,0.9638209866547789f,-0.26466671139790265f,-0.8703267064025813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07878785827810429f,-0.03726388173346054f,-0.12499999999999988f,-0.08121259712795395f,0.6839613816984711f,0.7249836842390671f,1.2058473193031016f,-0.031632855729899434f,0.7252511990566222f,-0.6877572687404356f,-1.033508226190321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.44481043890273e-17f,1.141138196838609e-16f,1.4578185074389935e-16f,0f,0.9318100513822546f,0.3629463157865092f,0.7169525956013676f,-1.2246467991473532e-16f,0.3629463157865092f,-0.9318100513822546f,-1.1903991489252115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.4924690131530357e-17f,1.2155184676135688e-16f,1.4018509194457547e-16f,0f,0.9925461516413222f,-0.1218693434051476f,0.3447477887358717f,-1.2246467991473532e-16f,-0.1218693434051476f,-0.9925461516413222f,-1.1446981451482812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9469301294951057f,-0.3140086281754483f,0.06871616466127456f,0.14268631516247052f,-0.17063421979308568f,0.3098827708325728f,-0.9353377098015092f,0.38017928833276327f,0.2724101556293144f,-0.8974247878081484f,-0.34701794958980503f,-0.7080598212945802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9469301294951057f,-0.1099387719935136f,0.30205429357474883f,0.1250000000000001f,-0.17063421979308568f,-0.6244368539988556f,-0.762209012281813f,0.15002430639336078f,0.2724101556293144f,-0.7732994774216326f,0.5725387544345296f,-0.9137056803940515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9131012333607504f,0.2811483827940394f,-0.295299381115797f,-0.1544667615578875f,0.21644258701197966f,-0.27954715551529696f,-0.9354175508140032f,0.4213572348031599f,-0.3455412336648668f,-0.9180462813472985f,0.19440236917733106f,-0.6783225027112544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9131012333607504f,0.09583195117465144f,-0.39631095716512266f,-0.12499999999999989f,0.21644258701197966f,-0.7098037136389279f,-0.6703217843930994f,0.1426208145723248f,-0.3455412336648668f,-0.697850216907931f,0.6273805309370988f,-0.9307860575976836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,-1.6911490976723363e-17f,1.301234594488544e-16f,-0.0180247278112541f,-0.13691140040308475f,-0.9904192938483158f,0.27390195726275335f,-0.12927565912729314f,-0.9819461194913907f,0.13809280348013647f,-1.0625386808625266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777411f,1.2612889683348116e-16f,0.0180247278112541f,-0.2734187124414149f,-0.9617262172126791f,0.25540027001984983f,0.1292756591272929f,-0.9531710836764192f,0.27340938023470374f,-1.0299206017710334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2129138180251218e-16f,-1.6911490976723363e-17f,1.301234594488544e-16f,0f,-0.13809280348013647f,-0.9904192938483158f,0.27390195726275335f,-1.2246467991473532e-16f,-0.9904192938483158f,0.13809280348013647f,-1.0625386808625266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,4.226175808261277e-17f,1.3235115895653679e-16f,0.030076875373997284f,0.3437802586284236f,-0.9385683328054019f,0.291051147747793f,-0.08180162016508616f,-0.9349967969375502f,-0.3450934433669941f,-1.0807292277960048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,4.226175808261277e-17f,1.3235115895653679e-16f,-0.030076875373997284f,0.3437802586284236f,-0.9385683328054019f,0.291051147747793f,0.08180162016508591f,-0.9349967969375502f,-0.3450934433669941f,-1.0807292277960048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.149414704551203e-16f,4.226175808261277e-17f,1.3235115895653679e-16f,0f,0.3450934433669941f,-0.9385683328054019f,0.291051147747793f,-1.2246467991473532e-16f,-0.9385683328054019f,-0.3450934433669941f,-1.0807292277960048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,4.3513035795522286e-17f,-0.19374999999999987f,0.046377378998407374f,0.35227116726456587f,-0.9347481818282926f,0.2996261461337763f,-0.12200912085866356f,-0.9267512815521728f,-0.3553109012804162f,-1.089824682336894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.01137610723096223f,0.19375000000000014f,-0.04637737899840738f,0.2694619970502832f,-0.9618936380197718f,0.2905304695235737f,0.12200912085866333f,-0.9541920986394395f,-0.2731871397437265f,-1.0983990965052637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0905611608597633e-16f,5.571679612882128e-17f,-0.007812499999999881f,0f,0.4549621667864847f,-0.8905107673649696f,0.21888953799882838f,-1.2246467991473532e-16f,-0.8905107673649696f,-0.4549621667864847f,-0.9655263372737259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.0378508588920028e-16f,6.500964369683855e-17f,1.414323539718418e-16f,0f,0.5308440257395095f,-0.8474695394742345f,0.3375f,-1.2246467991473532e-16f,-0.8474695394742345f,-0.5308440257395095f,-1.1548828125000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395517f,0f,0.9659258262890683f,-0.2588190451025207f,0.415625f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7901555645760467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955367f,0f,0.9659258262890683f,-0.2588190451025207f,0.415625f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7133600604239537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.1030610172854337f,0f,0.9659258262890683f,-0.2588190451025207f,0.45444785676537813f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.8348626564833487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.16663316109214343f,-0.5489564193883943f,-0.8190727923919295f,0.5417253292003303f,-0.2291822448647646f,0.8294993993759021f,-0.5093193939698002f,1.2741598767079976f,0.959014540172977f,0.10284744064531116f,-0.26403317157039635f,-1.5429184709006607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2721180440412434f,-0.5489564193883943f,-0.7903155190931285f,0.5623359207996699f,-0.29370108010798757f,0.8294993993759021f,-0.47504781020274045f,1.2987226232920024f,0.9163467933323983f,0.10284744064531116f,-0.3869508473981415f,-1.6310146540993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3604271999109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.538038001271946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999943f,0f,0.000015625f,0f,0.5036225f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.46738281250000013f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6.mcfunction new file mode 100644 index 000000000..c67b5112a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..cd15b61a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6472915506349891f,-0.11413496476156808f,-0.48469712474892135f,0.044517093939156455f,-0.04778974567601976f,0.8054944435078062f,-0.1258542257165628f,0.42822695479931583f,0.49565535720822906f,-0.07138876481190717f,-0.6451153815976315f,-1.477938137431214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6286011186288835f,0.13935751293140497f,-0.47480534669282093f,0.044517093939156455f,0.2587076674271811f,0.7469075988397568f,-0.12328577213051051f,0.42822695479931583f,0.4218186535383466f,-0.25041669749639783f,-0.6319497615650268f,-1.477938137431214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6472915506349889f,0.11413496476156806f,0.48469712474892146f,-0.04451709393915611f,0.04778974567601976f,0.8054944435078062f,-0.1258542257165628f,0.42822695479931583f,-0.4956553572082292f,-0.07138876481190716f,-0.6451153815976313f,-1.477938137431214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6286011186288832f,-0.1393575129314049f,0.47480534669282104f,-0.04451709393915611f,-0.2587076674271811f,0.7469075988397568f,-0.12328577213051051f,0.42822695479931583f,-0.4218186535383467f,-0.25041669749639783f,-0.6319497615650266f,-1.477938137431214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7123983127876417f,0.01317661873284683f,1.3905830685924845f,-0.765272010562797f,1.3404596727104998f,-0.42245909443097945f,-0.6827169467425116f,0.32349982883227885f,0.3702198803065307f,1.5042476326228094f,-0.20391799816223194f,-1.1613396568271583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7903173637826106f,-0.6008889944398554f,-0.11971165717992524f,-0.5849401529267286f,-0.5544424079328522f,0.7845423270120983f,-0.2776453734749832f,0.47606087338134473f,0.26075291137267387f,-0.15305474016671722f,-0.95319576463766f,-1.2422351308219606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7759697044507576f,-0.6008889944398554f,0.19184221155851794f,-0.29843749999999986f,-0.6184882771471294f,0.7845423270120983f,-0.04433495413347999f,0.7060996861870803f,-0.12386794906746301f,-0.15305474016671722f,-0.9804238765484647f,-1.2041799913739777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.38159596289823783f,0.2665397157839186f,0.027369717835411533f,-0.9634352487092414f,0.5818845897251421f,-0.6822416827106452f,0.7114367134914446f,-0.16853512710601212f,-0.9060956025638243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375000000002f,0.37856032770968695f,0.4853802396910054f,-0.7880977738845838f,0.7060996861870803f,-0.908447211244128f,0.03179320452465263f,-0.416788743284677f,-1.2041799913739775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.06517866768351e-16f,6.042798925778021e-17f,-0.15624999999999992f,0f,0.4934319781005637f,-0.8697843887928576f,0.44545931519449367f,-1.2246467991473532e-16f,-0.8697843887928576f,-0.4934319781005637f,-0.857468238296171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.528488661395556e-17f,9.659080532919493e-17f,-0.1562499999999999f,0f,0.7887237805744908f,-0.6147477514853411f,0.5895028506054273f,-1.2246467991473532e-16f,-0.6147477514853411f,-0.7887237805744908f,-0.977662965328263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.040705301734987e-17f,9.237046958678767e-17f,0.1562500000000001f,0f,0.7542621239944414f,-0.6565734142557054f,0.4066689266405166f,-1.2246467991473532e-16f,-0.6565734142557054f,-0.7542621239944414f,-0.935626448493572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.3449315763073367e-17f,1.2019869973033093e-16f,0.1562500000000001f,0f,0.9814968676194471f,-0.19147819419770412f,0.5895028506054273f,-1.2246467991473532e-16f,-0.19147819419770412f,-0.9814968676194471f,-0.977662965328263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.375487670642484e-17f,1.1438141715778897e-16f,0.2937500000000002f,0f,0.9339951505807695f,0.3572856821810884f,1.2031760299739007f,-1.2246467991473532e-16f,0.3572856821810884f,-0.9339951505807695f,-1.0074409619842757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.375487670642484e-17f,1.1438141715778897e-16f,0.33125000000000016f,0f,0.9339951505807695f,0.3572856821810884f,1.1199221688557817f,-1.2246467991473532e-16f,0.3572856821810884f,-0.9339951505807695f,-1.1396637176238589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.375487670642484e-17f,1.1438141715778897e-16f,-0.29374999999999984f,0f,0.9339951505807695f,0.3572856821810884f,1.2031760299739007f,-1.2246467991473532e-16f,0.3572856821810884f,-0.9339951505807695f,-1.0074409619842757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.375487670642484e-17f,1.1438141715778897e-16f,-0.3312499999999998f,0f,0.9339951505807695f,0.3572856821810884f,1.1199221688557817f,-1.2246467991473532e-16f,0.3572856821810884f,-0.9339951505807695f,-1.1396637176238589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882405699446957f,0.14853721741503992f,0.036294227612390206f,0.1932382084886492f,0.12983497520135506f,0.6897662693238126f,0.7122958464834492f,1.2741058243515826f,0.08076790903475428f,0.7086319134400503f,-0.700940337064751f,-0.9580020729817581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999310028782356f,-0.00788640710507138f,0.036294227612390206f,0.0780531965217911f,0.020333273863370804f,0.701584766836071f,0.7122958464834492f,1.2835180509754838f,-0.03108093224155398f,0.7125423633206305f,-0.700940337064751f,-0.9544015684094672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9750244239183596f,0.21206607369775687f,0.0659950994323702f,0.057557247740599324f,0.13315036800475158f,0.3203132055316628f,0.9379074740411393f,1.317759403729983f,0.1777592536631219f,0.923269966341616f,-0.3405498744511317f,-0.9971224147740937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9928353526174611f,-0.09961229564603613f,0.0659950994323702f,0.0862868206778076f,0.02765130110601749f,0.3457816878970233f,0.9379074740411393f,1.3196849297627324f,-0.1162470134674698f,0.9330125480781128f,-0.3405498744511317f,-0.9862518299994448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0569277642702358f,0.0659950994323702f,0.14282882244094514f,0.08140304107157781f,0.3371989250310105f,0.9379074740411393f,1.3819327109498802f,0.031139499003596385f,0.9397106547300205f,-0.3405498744511317f,-0.8956214801979334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07923921084864473f,0.036294227612390206f,0.1250000000000001f,0.08140304107157781f,0.6971428633979737f,0.7122958464834492f,1.2250755666853363f,0.031139499003596385f,0.7125398062405766f,-0.700940337064751f,-1.055942936602063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882405699446957f,-0.14853721741504008f,-0.03629422761239004f,-0.19323820848864898f,-0.12983497520135506f,0.6897662693238126f,0.7122958464834492f,1.2741058243515826f,-0.08076790903475452f,0.7086319134400503f,-0.700940337064751f,-0.9580020729817581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999310028782356f,0.007886407105071214f,-0.03629422761239004f,-0.07805319652179088f,-0.020333273863370804f,0.701584766836071f,0.7122958464834492f,1.2835180509754838f,0.031080932241553737f,0.7125423633206305f,-0.700940337064751f,-0.9544015684094672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755270729862536f,-0.2088924723839915f,-0.06863574034113716f,-0.05786633166682627f,-0.12609087370489158f,0.2757413127030819f,0.9529259257870564f,1.3227899896007127f,-0.18013334349644916f,0.9382593796227591f,-0.29533255003589726f,-1.0003850626305824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923327035495672f,0.1027858969598015f,-0.06863574034113716f,-0.08655574009586778f,-0.03471079540587749f,0.30120979506844237f,0.9529259257870564f,1.3241514220449708f,0.11862110330079656f,0.948001961359256f,-0.29533255003589726f,-0.9893247746283939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053714603616893376f,-0.06863574034113716f,-0.14282882244094494f,-0.08140304107157781f,0.292071437951712f,0.9529259257870564f,1.3819327109498802f,-0.031139499003596628f,0.9548869129332014f,-0.29533255003589726f,-0.8956214801979334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0792392108486449f,-0.03629422761239004f,-0.12499999999999988f,-0.08140304107157781f,0.6971428633979737f,0.7122958464834492f,1.2250755666853363f,-0.031139499003596628f,0.7125398062405766f,-0.700940337064751f,-1.055942936602063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.375487670642484e-17f,1.1438141715778897e-16f,1.4816566876505917e-16f,0f,0.9339951505807695f,0.3572856821810884f,0.7352378744445327f,-1.2246467991473532e-16f,0.3572856821810884f,-0.9339951505807695f,-1.2098645002642219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.3449315763073367e-17f,1.2019869973033093e-16f,1.3937217535390666e-16f,0f,0.9814968676194471f,-0.19147819419770412f,0.3671765490872401f,-1.2246467991473532e-16f,-0.19147819419770412f,-0.9814968676194471f,-1.138060177440083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9486692166134963f,-0.3148201562020373f,0.03024874706264509f,0.13818222021383172f,-0.15276465696340463f,0.3723801696928241f,-0.9154211974836485f,0.4299944606512249f,0.27692901081827515f,-0.8730528497567993f,-0.40135899703226197f,-0.7166280501314656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9486692166134963f,-0.10817071318980051f,0.2971965919352793f,0.1250000000000001f,-0.15276465696340463f,-0.666081241772554f,-0.7300676262796384f,0.18556542769881149f,0.27692901081827515f,-0.7379938185152652f,0.615366107939387f,-0.8966224961704321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9158597886673999f,0.2637988466147163f,-0.3026731174499167f,-0.1454387123538955f,0.19393158238426444f,-0.3694276218001252f,-0.9087979828350405f,0.48115755295235746f,-0.3515556696400172f,-0.8910294051129003f,0.28718497587462716f,-0.6923594149946937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9158597886673999f,0.07281732730491607f,-0.3948398211253197f,-0.12499999999999989f,0.19393158238426444f,-0.7808568803562524f,-0.5938460017161321f,0.17722592721014752f,-0.3515556696400172f,-0.6204515849318702f,0.7010338379133273f,-0.9132659245480853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,-2.2300996179179888e-17f,1.288555881221885e-16f,-0.023769009285035714f,-0.1805435500322123f,-0.9832797469384662f,0.30089295906154395f,-0.12834376125497401f,-0.974867652395083f,0.18210145320844112f,-1.052185725810109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774107f,1.247640020706184e-16f,0.023769009285035714f,-0.3156326041068007f,-0.9485837303171332f,0.28386354358498184f,0.1283437612549738f,-0.9400366834835543f,0.31600460859323926f,-1.0187753902389156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.204170394754612e-16f,-2.2300996179179888e-17f,1.288555881221885e-16f,0f,-0.18210145320844112f,-0.9832797469384662f,0.30089295906154395f,-1.2246467991473532e-16f,-0.9832797469384662f,0.18210145320844112f,-1.052185725810109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,3.677805939079161e-17f,1.311855514885132e-16f,0.02617423313606556f,0.2991728537298984f,-0.9538398781298923f,0.3171107726616933f,-0.08313262304074666f,-0.9502102294214755f,-0.30031564542852623f,-1.071211320519922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,3.677805939079161e-17f,1.311855514885132e-16f,-0.02617423313606556f,0.2991728537298984f,-0.9538398781298923f,0.3171107726616933f,0.08313262304074641f,-0.9502102294214755f,-0.30031564542852623f,-1.071211320519922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.168116953650874e-16f,3.677805939079161e-17f,1.311855514885132e-16f,0f,0.30031564542852623f,-0.9538398781298923f,0.3171107726616933f,-1.2246467991473532e-16f,-0.9538398781298923f,-0.30031564542852623f,-1.071211320519922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,3.773248136037257e-17f,-0.19374999999999987f,0.040216306598870245f,0.30547317624698433f,-0.9513510326252475f,0.325220073043057f,-0.12417622775318773f,-0.9432120926589698f,-0.3081090922431136f,-1.080724318887935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962225f,0.19375000000000014f,-0.04021630659887026f,0.2213950527242861f,-0.974354596290671f,0.3157068821068615f,0.12417622775318751f,-0.9664763626646412f,-0.22473029362218483f,-1.0888330246749032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.1197869654263543e-16f,4.958194577899242e-17f,-0.007812499999999884f,0f,0.40486731205694004f,-0.914375447848305f,0.2514502766182522f,-1.2246467991473532e-16f,-0.914375447848305f,-0.40486731205694004f,-0.9521831592908279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.072312324837557e-16f,5.915285797519266e-17f,1.4056828433084183e-16f,0f,0.4830197410092215f,-0.8756094619151763f,0.3593750000000001f,-1.2246467991473532e-16f,-0.8756094619151763f,-0.4830197410092215f,-1.1478271484375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.04251139545395517f,0f,0.9659258262890683f,-0.2588190451025207f,0.4375000000000001f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7830999005135466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955367f,0f,0.9659258262890683f,-0.2588190451025207f,0.4375000000000001f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7063043963614536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.1030610172854337f,0f,0.9659258262890683f,-0.2588190451025207f,0.4763228567653782f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.8278069924208485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18001230444053723f,-0.5489564193883943f,-0.8162367425338561f,0.5417253292003303f,-0.23748491328667445f,0.8294993993759021f,-0.5055013970269896f,1.2960348767079977f,0.9545661245881439f,0.10284744064531116f,-0.2796889660703138f,-1.5358628068381603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.25915068732737273f,-0.5489564193883943f,-0.7946620482129643f,0.5623359207996699f,-0.28588915988715285f,0.8294993993759021f,-0.47978967756094487f,1.3205976232920025f,0.9225553151528466f,0.10284744064531116f,-0.37190602903951553f,-1.6239589900368392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3823021999109648f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.5309823372094455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999944f,0f,0.000015625f,0f,0.5254975000000001f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.4603271484375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7.mcfunction new file mode 100644 index 000000000..e75d18314 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..8768619de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.658810948691139f,-0.11616614544038792f,-0.46842075635335423f,0.04308479557110101f,-0.03440711919448081f,0.8019441530039025f,-0.1504864447584386f,0.48163222017779334f,0.48138210236553514f,-0.10166339833401415f,-0.651828404877972f,-1.3994844573974914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,0.14183756177801374f,-0.4588611490808368f,0.04308479557110101f,0.26948836686386063f,0.7386777047985736f,-0.14741529282459293f,0.48163222017779334f,0.3975518434015456f,-0.2724653271562812f,-0.6385257843702583f,-1.3994844573974914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.658810948691139f,0.11616614544038797f,0.46842075635335434f,-0.04308479557110065f,0.03440711919448081f,0.8019441530039025f,-0.1504864447584386f,0.48163222017779334f,-0.48138210236553525f,-0.10166339833401414f,-0.6518284048779718f,-1.3994844573974914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801368f,0.4588611490808369f,-0.04308479557110065f,-0.26948836686386063f,0.7386777047985736f,-0.14741529282459293f,0.48163222017779334f,-0.3975518434015457f,-0.27246532715628125f,-0.6385257843702581f,-1.3994844573974914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7280712777912397f,0.11606497991743775f,1.377623818352527f,-0.7620327423362004f,1.3698631117179676f,-0.2706359852305625f,-0.7011686449440311f,0.3925604248632769f,0.18653021098416614f,1.5345003531883097f,-0.22786267016594655f,-1.0364679085704658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7745476983615946f,-0.6087614290087208f,-0.17171309068913915f,-0.5864861098614096f,-0.5304103590138031f,0.7730197455771535f,-0.34800190229175654f,0.5379573704282787f,0.3445877450136679f,-0.17846567036574057f,-0.9216340328391209f,-1.1383583046701051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.781300520396941f,-0.6087614290087208f,0.1377643617875452f,-0.2984374999999999f,-0.6232098369634061f,0.7730197455771535f,-0.11853257805294483f,0.7691580521339925f,-0.034336510299008666f,-0.17846567036574057f,-0.9833468404186758f,-1.1334529703029186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982378f,0.24303858915870774f,0.05169772711210796f,-0.968638007302618f,0.6552155892780385f,-0.6909626458049448f,0.7100835470346708f,-0.13546947380458313f,-0.8312927343358233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1772448664054934f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.3472532692375753f,0.48618389943015733f,-0.8018979878629839f,0.7691580521339925f,-0.9208688420924634f,0.015165779615001804f,-0.3895774310608283f,-1.1334529703029186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.449675761891812e-17f,7.789711564705085e-17f,-0.1562499999999999f,0f,0.636078220277764f,-0.7716245833877198f,0.4977620107602086f,-1.2246467991473532e-16f,-0.7716245833877198f,-0.636078220277764f,-0.8095345286045076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.749368466564468e-17f,1.0812989434095451e-16f,-0.1562499999999999f,0f,0.8829475928589269f,-0.46947156278589075f,0.6603804871538456f,-1.2246467991473532e-16f,-0.46947156278589075f,-0.8829475928589269f,-0.9030788690822303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.352071086742827e-17f,8.956499697324857e-17f,0.1562500000000001f,0f,0.7313537016191705f,-0.6819983600624985f,0.47909204409626316f,-1.2246467991473532e-16f,-0.6819983600624985f,-0.7313537016191705f,-0.854810733487848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.7548558866703657e-17f,1.1932591810242374e-16f,0.1562500000000001f,0f,0.9743700647852351f,-0.22495105434386503f,0.6603804871538456f,-1.2246467991473532e-16f,-0.22495105434386503f,-0.9743700647852351f,-0.9030788690822303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940687e-17f,1.1544028848095246e-16f,0.2937500000000002f,0f,0.9426414910921784f,0.33380685923377085f,1.2709406479116439f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921784f,-0.9494780531889085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940687e-17f,1.1544028848095246e-16f,0.33125000000000016f,0f,0.9426414910921784f,0.33380685923377085f,1.1844048545782875f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921784f,-1.0795765503830217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940687e-17f,1.1544028848095246e-16f,-0.29374999999999984f,0f,0.9426414910921784f,0.33380685923377085f,1.2709406479116439f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921784f,-0.9494780531889087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940687e-17f,1.1544028848095246e-16f,-0.3312499999999998f,0f,0.9426414910921784f,0.33380685923377085f,1.1844048545782875f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921784f,-1.0795765503830217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881511284719194f,0.14981629006672167f,0.0333530587850027f,0.1934703602038355f,0.13356448024981715f,0.7322976900371077f,0.6677579073151528f,1.3466650361540287f,0.07561664443274466f,0.6643005136208763f,-0.7436309237032654f,-0.9039893319542673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,-0.006609090231285031f,0.0333530587850027f,0.07828534823697741f,0.017363482469242214f,0.7441759783106601f,0.6677579073151528f,1.3561643952606952f,-0.029233817413082234f,0.6679509212746747f,-0.7436309237032654f,-0.9006254324674582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9742890798676322f,0.21670885331184472f,0.061628416716219395f,0.05740930866239033f,0.14809512505689942f,0.4098534744264368f,0.9000488672483062f,1.384086005229088f,0.16978993723146243f,0.8860346507879042f,-0.43140928921164007f,-0.9424065242321152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935706966681885f,-0.09496951603194828f,0.061628416716219395f,0.08619763975517342f,0.014195144915522998f,0.4355577280061368f,0.9000488672483062f,1.3871250338075845f,-0.11231993849320684f,0.8951370043735147f,-0.43140928921164007f,-0.9319536814038998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.061628416716219235f,0.061628416716219395f,0.14311731654471066f,0.0821566193008988f,0.4279746797067412f,0.9000488672483062f,1.4580818302546315f,0.029093184750782156f,0.9016870919465156f,-0.43140928921164007f,-0.8482223971464794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538031f,0.0333530587850027f,0.1250000000000001f,0.0821566193008988f,0.7398308368290246f,0.6677579073151528f,1.2916198919681012f,0.029093184750782156f,0.6679570614293144f,-0.7436309237032654f,-0.9985127359680749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881511284719194f,-0.14981629006672184f,-0.03335305878500252f,-0.1934703602038353f,-0.13356448024981715f,0.7322976900371077f,0.6677579073151528f,1.3466650361540287f,-0.0756166444327449f,0.6643005136208762f,-0.7436309237032654f,-0.9039893319542674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,0.006609090231284864f,-0.03335305878500252f,-0.07828534823697722f,-0.017363482469242214f,0.7441759783106601f,0.6677579073151528f,1.3561643952606952f,0.029233817413081994f,0.6679509212746748f,-0.7436309237032654f,-0.9006254324674583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970842f,-0.06425795390070164f,-0.05766190801524643f,-0.14188985207680457f,0.37067492274939084f,0.9178602134978701f,1.3883638061988635f,-0.17259943805419714f,0.9037731408629246f,-0.39166764461484394f,-0.9458372771908237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408458f,-0.06425795390070164f,-0.08641590347829911f,-0.020400417895617827f,0.3963791763290909f,0.9178602134978701f,1.3909069983117113f,0.11512943931594107f,0.9128754944485351f,-0.39166764461484394f,-0.9351599393302945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05888156633778756f,-0.06425795390070164f,-0.14311731654471047f,-0.0821566193008988f,0.38830776245484916f,0.9178602134978701f,1.4580818302546315f,-0.0290931847507824f,0.9196466945316104f,-0.39166764461484394f,-0.8482223971464795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08052140686538048f,-0.03335305878500252f,-0.12499999999999989f,-0.0821566193008988f,0.7398308368290246f,0.6677579073151528f,1.2916198919681012f,-0.0290931847507824f,0.6679570614293144f,-0.7436309237032654f,-0.998512735968075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940687e-17f,1.1544028848095246e-16f,1.3962580304790818e-16f,0f,0.9426414910921784f,0.33380685923377085f,0.7980846634323042f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921784f,-1.140131204728752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.7548558866703657e-17f,1.1932591810242374e-16f,1.292950934728943e-16f,0f,0.9743700647852351f,-0.22495105434386503f,0.432695889137841f,-1.2246467991473532e-16f,-0.22495105434386503f,-0.9743700647852351f,-1.0557745593498027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30041959421409453f,0.013116602751580012f,0.13578467800806893f,-0.14807462033565352f,0.431221327706921f,-0.8900124006681771f,0.492365257371432f,0.2617210054007054f,-0.8507621488658969f,-0.45574760711288986f,-0.6390321767328134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.1028474406453112f,0.28257102082169216f,0.1250000000000001f,-0.14807462033565352f,-0.6572429828626478f,-0.7389895589859583f,0.24849459897524456f,0.2617210054007054f,-0.7466284654568953f,0.6115946777903855f,-0.8163071543626874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9238795325112867f,0.25853717952260463f,-0.2821438218554906f,-0.14228374222080198f,0.18844233815783185f,-0.3343404877572879f,-0.9234207726902335f,0.5424608070628227f,-0.3330707051007873f,-0.9062973932714995f,0.2601709829188281f,-0.6141627524413243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9238795325112867f,0.06645228065352397f,-0.37686961114246337f,-0.1249999999999999f,0.18844233815783185f,-0.7781335268691884f,-0.5991641674463912f,0.24033486109619762f,-0.3330707051007873f,-0.6245737016222048f,0.706379215892994f,-0.8330394481178109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,-1.7043789261815554e-17f,1.1889976889257422e-16f,-0.01816573492777414f,-0.13798245578831536f,-0.9902680687415703f,0.3651849098739892f,-0.12925592028994157f,-0.981796188136397f,0.1391731009600654f,-0.9708902924121212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.01816573492777411f,1.1490273704639522e-16f,0.01816573492777414f,-0.2744582979222137f,-0.9614274017190144f,0.34671881443645514f,0.12925592028994135f,-0.9528722630928248f,0.2744582979222137f,-0.9382520505209745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2127286206821952e-16f,-1.7043789261815554e-17f,1.1889976889257422e-16f,0f,-0.1391731009600654f,-0.9902680687415703f,0.3651849098739892f,-1.2246467991473532e-16f,-0.9902680687415703f,0.1391731009600654f,-0.9708902924121212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,4.087955016940686e-17f,1.2117498925905578e-16f,0.029093184750782285f,0.33253662335534023f,-0.9426414910921783f,0.3819129384909467f,-0.08215661930089894f,-0.9390544556273255f,-0.3338068592337709f,-0.9894688766052588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,4.087955016940686e-17f,1.2117498925905578e-16f,-0.029093184750782285f,0.33253662335534023f,-0.9426414910921783f,0.3819129384909467f,0.0821566193008987f,-0.9390544556273255f,-0.3338068592337709f,-0.9894688766052588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1544028848095244e-16f,4.087955016940686e-17f,1.2117498925905578e-16f,0f,0.3338068592337709f,-0.9426414910921783f,0.3819129384909467f,-1.2246467991473532e-16f,-0.9426414910921783f,-0.3338068592337709f,-0.9894688766052588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,4.087955016940686e-17f,-0.1937499999999999f,0.04357053827271888f,0.330951095278653f,-0.9426414910921783f,0.3902773516895349f,-0.12303940446089383f,-0.9345770624610866f,-0.3338068592337709f,-0.9987583589626501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962227f,0.19375000000000012f,-0.04357053827271889f,0.24753510714335147f,-0.9678987441494875f,0.38098766070285667f,0.1230394044608936f,-0.9601138993326749f,-0.2510828653216197f,-1.0071221830103063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.1143811577270162e-16f,5.0785275224699974e-17f,-0.007812499999999894f,0f,0.4146932426562391f,-0.9099612708765432f,0.31497411078938164f,-1.2246467991473532e-16f,-0.9099612708765432f,-0.4146932426562391f,-0.8711548991884288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.0658783171524651e-16f,6.030449367054553e-17f,1.3050142453413983e-16f,0f,0.4924235601034671f,-0.8703556959398997f,0.42500000000000004f,-1.2246467991473532e-16f,-0.8703556959398997f,-0.4924235601034671f,-1.065625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955186f,0f,0.9659258262890683f,-0.2588190451025207f,0.503125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7008977520760467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955353f,0f,0.9659258262890683f,-0.2588190451025207f,0.503125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.6241022479239536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543368f,0f,0.9659258262890683f,-0.2588190451025207f,0.5419478567653782f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.7456048439833486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.5417253292003303f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3616598767079977f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.4536606584006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.5623359207996699f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.3862226232920025f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.5417568415993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.4479271999109649f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.4487801887719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999954f,0f,0.000015625f,0f,0.5911225f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.37812500000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8.mcfunction new file mode 100644 index 000000000..3e7c75e5a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..29c8ff5af --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6662716158430315f,-0.11748166235335197f,-0.4574107971802297f,0.04215715149333116f,-0.03739037496054309f,0.8016332060286979f,-0.15142855509086017f,0.514310029585131f,0.4707744026884535f,-0.1025997390215427f,-0.659385471306796f,-1.3531638838697513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6470331377240199f,0.1434437931865295f,-0.4480758829520618f,0.04215715149333116f,0.26667188046555923f,0.7395146337880514f,-0.1483381764155365f,0.514310029585131f,0.38760060223891823f,-0.26933619253561986f,-0.6459286249535962f,-1.3531638838697513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6662716158430315f,0.11748166235335203f,0.4574107971802298f,-0.042157151493330824f,0.03739037496054309f,0.8016332060286979f,-0.15142855509086017f,0.514310029585131f,-0.47077440268845366f,-0.10259973902154268f,-0.659385471306796f,-1.3531638838697513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6470331377240199f,-0.14344379318652944f,0.4480758829520619f,-0.042157151493330824f,-0.26667188046555923f,0.7395146337880514f,-0.1483381764155365f,0.514310029585131f,-0.38760060223891835f,-0.26933619253561986f,-0.6459286249535962f,-1.3531638838697513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7088141999613733f,0.14916339671138035f,1.3844634198904073f,-0.7558384777338448f,1.3849900350101423f,-0.236387677098118f,-0.6836151834466233f,0.4194828042545881f,0.14419182659125618f,1.537295481421083f,-0.23945264656419604f,-0.9818163088458893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7635848078417412f,-0.621024502218395f,-0.17682423159082558f,-0.5833709037138605f,-0.5391696545442175f,0.7639059213269451f,-0.3546037605275786f,0.5667507927740806f,0.3552947014127292f,-0.17543178448053776f,-0.9181445224701903f,-1.0862463351831426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7731280791720453f,-0.621024502218395f,0.1288469667479156f,-0.2984374999999999f,-0.6338287925928457f,0.7639059213269451f,-0.1212798624748827f,0.8018299218522367f,-0.023109194621169282f,-0.17543178448053776f,-0.984220328035311f,-1.085486276355797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982378f,0.24383709203197934f,0.05087692601063332f,-0.9684807746925574f,0.6875382761830368f,-0.6906812624267527f,0.7101428287025126f,-0.13658900605459054f,-0.7834579452813806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1772448664054934f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.3483174449119132f,0.4861660449300299f,-0.8014471500524087f,0.8018299218522367f,-0.920466846172601f,0.015727736440325088f,-0.3905040632356194f,-1.0854862763557969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.202200431496537e-17f,8.08056220103222e-17f,-0.15624999999999992f,0f,0.6598279770672019f,-0.7514166891142382f,0.5273300515484947f,-1.2246467991473532e-16f,-0.7514166891142382f,-0.6598279770672019f,-0.7668095982716236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.4094273541955675e-17f,1.0986995675154627e-16f,-0.15624999999999992f,0f,0.8971562807173629f,-0.4417132644254508f,0.6927861462803412f,-1.2246467991473532e-16f,-0.4417132644254508f,-0.8971562807173629f,-0.8552380621058792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.341712929103296e-17f,8.966147649610543e-17f,0.15625000000000008f,0f,0.7321415167093993f,-0.681152552304152f,0.5114420324813584f,-1.2246467991473532e-16f,-0.681152552304152f,-0.7321415167093993f,-0.8071795052147116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.7410614828752847e-17f,1.1935768103196514e-16f,0.15625000000000008f,0f,0.9746294287876848f,-0.22382465579330452f,0.6927861462803412f,-1.2246467991473532e-16f,-0.22382465579330452f,-0.9746294287876848f,-0.8552380621058792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.9402519983187235e-17f,1.1595274574408796e-16f,0.2937500000000001f,0f,0.946826022203453f,0.3217459924822472f,1.3060155444937058f,-1.2246467991473532e-16f,0.3217459924822472f,-0.946826022203453f,-0.9075298866683156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.9402519983187235e-17f,1.1595274574408796e-16f,0.3312500000000001f,0f,0.946826022203453f,0.3217459924822472f,1.2178259785134848f,-1.2246467991473532e-16f,0.3217459924822472f,-0.946826022203453f,-1.0365130753101701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.9402519983187235e-17f,1.1595274574408796e-16f,-0.2937499999999999f,0f,0.946826022203453f,0.3217459924822472f,1.3060155444937058f,-1.2246467991473532e-16f,0.3217459924822472f,-0.946826022203453f,-0.9075298866683156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.9402519983187235e-17f,1.1595274574408796e-16f,-0.3312499999999999f,0f,0.946826022203453f,0.3217459924822472f,1.2178259785134848f,-1.2246467991473532e-16f,0.3217459924822472f,-0.946826022203453f,-1.0365130753101703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881092489209523f,0.1504151955480844f,0.03186504581987802f,0.1935825258532544f,0.1353553275776424f,0.7526797265761642f,0.6443230280671177f,1.3840599098533715f,0.07293180028780666f,0.6409746470410995f,-0.7640892973712676f,-0.8641633150021385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994741050429297f,-0.006011006865072874f,0.03186504581987802f,0.07839751388639629f,0.01594382851230343f,0.7645872284015675f,0.6443230280671177f,1.3936014380816972f,-0.02823663721134547f,0.6444922326620217f,-0.7640892973712676f,-0.8609209574859439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.973940709411669f,0.21890837780585037f,0.05931792879986629f,0.057345185660789555f,0.15535503712948767f,0.45335938975677764f,0.8776844969337546f,1.418487532053199f,0.1652401494467687f,0.8640280006144323f,-0.47555368484014127f,-0.9019612101582539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939190671241518f,-0.09276999153794262f,0.05931792879986629f,0.08616135352661634f,0.007655664406975016f,0.4791777484865403f,0.8776844969337546f,1.4220676281000284f,-0.10984661492073268f,0.8728014745779364f,-0.47555368484014127f,-0.8917593962595415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06385535855971647f,0.05931792879986629f,0.14325239933290007f,0.08252132521795265f,0.4720806654867526f,0.8776844969337546f,1.4971319647265773f,0.028042010950872578f,0.8792396365364763f,-0.47555368484014127f,-0.8118118985700516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08112177481288878f,0.03186504581987802f,0.1250000000000001f,0.08252132521795265f,0.7602881469460728f,0.6443230280671177f,1.3260671316637112f,0.028042010950872578f,0.6445007302280688f,-0.7640892973712676f,-0.9568245628713669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881092489209523f,-0.15041519554808458f,-0.03186504581987783f,-0.1935825258532542f,-0.1353553275776424f,0.7526797265761642f,0.6443230280671177f,1.3840599098533715f,-0.0729318002878069f,0.6409746470410995f,-0.7640892973712676f,-0.8641633150021386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994741050429297f,0.006011006865072707f,-0.03186504581987783f,-0.0783975138863961f,-0.01594382851230343f,0.7645872284015675f,0.6443230280671177f,1.3936014380816972f,0.028236637211345228f,0.6444922326620217f,-0.7640892973712676f,-0.860920957485944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9743351420137676f,-0.21641802836691332f,-0.06192146667181997f,-0.057571119747165916f,-0.1495828458559269f,0.41691520836033924f,0.8965526650808067f,1.4223949019403839f,-0.16821415892443012f,0.8828051574586735f,-0.43858756332312226f,-0.9054333934624845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9935246345220532f,0.09526034097687969f,-0.06192146667181997f,-0.08635577021351831f,-0.013427855680535797f,0.4427335670901019f,0.8965526650808067f,1.4255137672034408f,0.1128206243983936f,0.8915786314221776f,-0.43858756332312226f,-0.894993939357944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06133396660176696f,-0.06192146667181997f,-0.14325239933289988f,-0.08252132521795265f,0.4351822027849668f,0.8965526650808067f,1.4971319647265773f,-0.02804201095087282f,0.898250853002722f,-0.43858756332312226f,-0.8118118985700518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08112177481288894f,-0.03186504581987783f,-0.12499999999999989f,-0.08252132521795265f,0.7602881469460728f,0.6443230280671177f,1.3260671316637112f,-0.02804201095087282f,0.6445007302280688f,-0.7640892973712676f,-0.956824562871367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.9402519983187235e-17f,1.1595274574408796e-16f,1.337474820134792e-16f,0f,0.946826022203453f,0.3217459924822472f,0.8307642330193712f,-1.2246467991473532e-16f,0.3217459924822472f,-0.946826022203453f,-1.0921310708246608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.7410614828752847e-17f,1.1935768103196514e-16f,1.2346850145269688e-16f,0f,0.9746294287876848f,-0.22382465579330452f,0.4652781972239894f,-1.2246467991473532e-16f,-0.22382465579330452f,-0.9746294287876848f,-1.0081968249021716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9561455132631983f,-0.2925380065603064f,0.014396950523534208f,0.13568541061389627f,-0.15021684837776136f,0.4475924939925007f,-0.8815304066139895f,0.5148541746571083f,0.25143718088243755f,-0.8450340076229448f,-0.4719076922774168f,-0.5895004329634868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9561455132631983f,-0.10017498355520589f,0.27522850531216636f,0.12500000000000008f,-0.15021684837776136f,-0.6389712207666225f,-0.7544207562729599f,0.2754637391976818f,0.25143718088243755f,-0.7626799798747352f,0.5959014955243576f,-0.773153797196589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9277452600557485f,0.26002725016927863f,-0.2677210518683487f,-0.14307905120848513f,0.1914119483900606f,-0.2842964914618434f,-0.9394343888510827f,0.5613510001251352f,-0.3203906965840495f,-0.9228008095531179f,0.2139823998147935f,-0.5622879693595001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9277452600557485f,0.0694670167131418f,-0.36669205886283895f,-0.1249999999999999f,0.1914119483900606f,-0.7548971360689002f,-0.6272892315100694f,0.2677020948469187f,-0.3203906965840495f,-0.6521538526635788f,0.6870554227996742f,-0.790074431154416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,-1.217777908846487e-17f,1.1328893491346714e-16f,-0.012979408717852164f,-0.09858839714936626f,-0.9950436487395182f,0.39562997059689814f,-0.12987925856271595f,-0.9865309123854421f,0.09943911254202858f,-0.9250743560702015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774117f,1.0938558864520139e-16f,0.012979408717852164f,-0.23611225183112672f,-0.9716390994008886f,0.37587274364830653f,0.12987925856271573f,-0.9630908117126f,0.23576994420401487f,-0.8932011149774766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2185770194407541e-16f,-1.217777908846487e-17f,1.1328893491346714e-16f,0f,-0.09943911254202858f,-0.9950436487395182f,0.39562997059689814f,-1.2246467991473532e-16f,-0.9950436487395182f,0.09943911254202858f,-0.9250743560702015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,4.5000200350044194e-17f,1.154977856091151e-16f,0.03202577174114363f,0.3660562460375678f,-0.9300414908385903f,0.41294096538691516f,-0.0810584569201768f,-0.9265024021787465f,-0.3674545214291589f,-0.9431109907732511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,4.5000200350044194e-17f,1.154977856091151e-16f,-0.03202577174114363f,0.3660562460375678f,-0.9300414908385903f,0.41294096538691516f,0.08105845692017655f,-0.9265024021787465f,-0.3674545214291589f,-0.9431109907732511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.138972334829712e-16f,4.5000200350044194e-17f,1.154977856091151e-16f,0f,0.3674545214291589f,-0.9300414908385903f,0.41294096538691516f,-1.2246467991473532e-16f,-0.9300414908385903f,-0.3674545214291589f,-0.9431109907732511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,4.453384456905371e-17f,-0.1937499999999999f,0.04746538479964448f,0.3605353918039815f,-0.9315370462319634f,0.42159686752676234f,-0.12158998355657245f,-0.9235676176660178f,-0.36364643748760794f,-0.9521294855905912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962232f,0.19375000000000012f,-0.047465384799644496f,0.2779746426282501f,-0.9594149963918212f,0.41257814543039883f,0.12158998355657223f,-0.9517470394048835f,-0.28176843130973944f,-0.9607848055197844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.1020558277437285e-16f,5.340718446032733e-17f,-0.007812499999999899f,0f,0.4361027563009309f,-0.8998968751733338f,0.3432220969875519f,-1.2246467991473532e-16f,-0.8998968751733338f,-0.4361027563009309f,-0.8264135902222437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.0513147443024022e-16f,6.280900342102493e-17f,1.246967896217611e-16f,0f,0.5128744342022125f,-0.8584636362372959f,0.45781747837960873f,-1.2246467991473532e-16f,-0.8584636362372959f,-0.5128744342022125f,-1.0182265589440145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955186f,0f,0.9659258262890683f,-0.2588190451025207f,0.5359424783796087f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.6534993110200611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955353f,0f,0.9659258262890683f,-0.2588190451025207f,0.5359424783796087f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.5767038068679681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543368f,0f,0.9659258262890683f,-0.2588190451025207f,0.5747653351449868f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.698206402927363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.23957363502974735f,-0.5489564193883943f,-0.8007816949774181f,0.5417253292003303f,-0.27403023953388694f,0.8294993993759021f,-0.48666022464961944f,1.3944773550876062f,0.9314031893973919f,0.10284744064531116f,-0.34915684546214365f,-1.4062622173446748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1999865183740834f,-0.5489564193883943f,-0.8115739289065943f,0.5623359207996699f,-0.24981715244638955f,0.8294993993759021f,-0.4995219082068322f,1.419040101671611f,0.9474158447124418f,0.10284744064531116f,-0.30302742638335467f,-1.4943584005433537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.4807446782905733f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.40138174771596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999959f,0f,0.000015625f,0f,0.6239399783796087f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.3307265589440145f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9.mcfunction new file mode 100644 index 000000000..53f941068 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..da1de92b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6758489335230596f,-0.11917040186315712f,-0.44268620807515674f,0.040966327422786136f,-0.043504663199174884f,0.801705467234231f,-0.14939923872334165f,0.5590502922187096f,0.4563770456323517f,-0.10005600217358925f,-0.6698158202770143f,-1.2901242238885604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6563339120060632f,0.1455057252033052f,-0.4336517956654597f,0.040966327422786136f,0.2611653864965279f,0.741872117012622f,-0.14635027466776326f,0.5590502922187096f,0.37552421605927966f,-0.26163685889467253f,-0.656146109659116f,-1.2901242238885604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6758489335230596f,0.11917040186315718f,0.44268620807515685f,-0.04096632742278582f,0.043504663199174884f,0.801705467234231f,-0.14939923872334165f,0.5590502922187096f,-0.4563770456323518f,-0.10005600217358923f,-0.6698158202770143f,-1.2901242238885604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6563339120060632f,-0.14550572520330515f,0.4336517956654598f,-0.04096632742278582f,-0.2611653864965279f,0.741872117012622f,-0.14635027466776326f,0.5590502922187096f,-0.37552421605927977f,-0.26163685889467253f,-0.656146109659116f,-1.2901242238885604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6766484112565248f,0.18413209514727258f,1.3962981590909214f,-0.7468060052638666f,1.404465921056108f,-0.20372749167559245f,-0.6537406486731484f,0.45312066786985333f,0.10501739920621897f,1.5381796808800483f,-0.2537338471542858f,-0.9124282923527347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7489726572726687f,-0.6383955083506143f,-0.17745741341425597f,-0.5783854138013762f,-0.5561087287036165f,0.7512483126321675f,-0.3554842536976404f,0.6042811985909919f,0.3602541332414727f,-0.16756236953767933f,-0.9176817595426823f,-1.0178966106044507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7598705205288077f,-0.6383955083506143f,0.12267015508688194f,-0.2984374999999999f,-0.6498154066568986f,0.7512483126321675f,-0.11561102905281324f,0.8452749889300608f,-0.018350185356237975f,-0.16756236953767933f,-0.9856906832329855f,-1.0188854208983422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982378f,0.2481723666702096f,0.046413540602202985f,-0.9676033586496455f,0.7290877203058598f,-0.6891354076952741f,0.7104485076391287f,-0.14267202898256842f,-0.717581236309049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1772448664054934f,0.8737249081167114f,0.4529779710640937f,0.29843750000000013f,0.35409457871725336f,0.486057616859515f,-0.798977485550062f,0.8452749889300608f,-0.9182599232548208f,0.018782386144818655f,-0.3955324706199951f,-1.0188854208983422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.983027529810719e-17f,8.323532583275473e-17f,-0.15624999999999992f,0f,0.6796680144079617f,-0.733519863528411f,0.5670269641259412f,-1.2246467991473532e-16f,-0.733519863528411f,-0.6796680144079617f,-0.7053505453481701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.113957256407026e-17f,1.1127597200017067e-16f,-0.15624999999999992f,0f,0.9086372664971267f,-0.41758629998196717f,0.7347865372192652f,-1.2246467991473532e-16f,-0.41758629998196717f,-0.9086372664971267f,-0.789326959510396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.285206942861857e-17f,9.018388114299553e-17f,0.15625000000000008f,0f,0.7364072743731912f,-0.6765384883731653f,0.5531440143481389f,-1.2246467991473532e-16f,-0.6765384883731653f,-0.7364072743731912f,-0.7424088778678954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.6660056309797993e-17f,1.195275667960198e-16f,0.15625000000000008f,0f,0.9760166513254234f,-0.21769588038248872f,0.7347865372192652f,-1.2246467991473532e-16f,-0.21769588038248872f,-0.9760166513254234f,-0.789326959510396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.7357114038949926e-17f,1.1662780053357547e-16f,0.2937500000000001f,0f,0.9523382628752737f,0.3050439854573532f,1.3526749487364973f,-1.2246467991473532e-16f,0.3050439854573532f,-0.9523382628752737f,-0.8491340877544615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.7357114038949926e-17f,1.1662780053357547e-16f,0.3312500000000001f,0f,0.9523382628752737f,0.3050439854573532f,1.2622305395137148f,-1.2246467991473532e-16f,0.3050439854573532f,-0.9523382628752737f,-0.9765462980811875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.7357114038949926e-17f,1.1662780053357547e-16f,-0.2937499999999999f,0f,0.9523382628752737f,0.3050439854573532f,1.3526749487364973f,-1.2246467991473532e-16f,0.3050439854573532f,-0.9523382628752737f,-0.8491340877544615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.7357114038949926e-17f,1.1662780053357547e-16f,-0.3312499999999999f,0f,0.9523382628752737f,0.3050439854573532f,1.2622305395137148f,-1.2246467991473532e-16f,0.3050439854573532f,-0.9523382628752737f,-0.9765462980811876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880568920487399f,0.15116393370383807f,0.02988382877353736f,0.1937265320966734f,0.13767070217880695f,0.7789039741171186f,0.6118458767256285f,1.4337138364129236f,0.06921239655277586f,0.6086526630614051f,-0.7904122847676904f,-0.8087562320468781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995395212235461f,-0.005263296499180545f,0.02988382877353736f,0.07854152012981533f,0.014128320874831943f,0.7908508163257497f,0.6118458767256285f,1.4433109136003381f,-0.026853976641498987f,0.6119863430068165f,-0.7904122847676904f,-0.8056821870482533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9735015446033519f,0.22168115527955454f,0.05614452821789602f,0.057271087268361304f,0.16475508496083557f,0.5096378716874598f,0.8444672887219633f,1.4643203996680023f,0.15858910629181291f,0.8313403064544614f,-0.5326563528484062f,-0.8454889719849921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943582319324689f,-0.08999721406423847f,0.05614452821789602f,0.08612234689035929f,-0.0007953661837396264f,0.5356065399817386f,0.8444672887219633f,1.468600184954404f,-0.10607107985105199f,0.8396583446792306f,-0.5326563528484062f,-0.8356627885383856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06666269905341247f,0.05614452821789602f,0.14342127679495445f,0.08300174864790902f,0.529136757369931f,0.8444672887219633f,1.5488437233641683f,0.026586335123241333f,0.8459139297558284f,-0.5326563528484062f,-0.7610742391053866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0818723413109083f,0.02988382877353736f,0.1250000000000001f,0.08300174864790902f,0.7866100259056175f,0.6118458767256285f,1.3718564675354046f,0.026586335123241333f,0.6119980284878651f,-0.7904122847676904f,-0.8987737955151561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880568920487399f,-0.15116393370383824f,-0.029883828773537166f,-0.19372653209667323f,-0.13767070217880695f,0.7789039741171186f,0.6118458767256285f,1.4337138364129236f,-0.0692123965527761f,0.6086526630614051f,-0.7904122847676904f,-0.8087562320468782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995395212235461f,0.005263296499180378f,-0.029883828773537166f,-0.07854152012981513f,-0.014128320874831943f,0.7908508163257497f,0.6118458767256285f,1.4433109136003381f,0.026853976641498745f,0.6119863430068165f,-0.7904122847676904f,-0.8056821870482533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9738508809139217f,-0.2194755326195636f,-0.058693716227017564f,-0.05746358615848751f,-0.159556734828564f,0.476816780666019f,0.8644000266347407f,1.4677474334580136f,-0.1617285074253333f,0.8511617051163968f,-0.49936724124568027f,-0.8489751020997415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9940088956218991f,0.09220283672422941f,-0.058693716227017564f,-0.08628693183018689f,-0.004402983948531947f,0.5027854489602978f,0.8644000266347407f,1.4716118411187962f,0.10921048098457188f,0.859479743341166f,-0.49936724124568027f,-0.8388980627170156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06442958302952388f,-0.058693716227017564f,-0.14342127679495428f,-0.08300174864790902f,0.4959065473204084f,0.8644000266347407f,1.5488437233641683f,-0.026586335123241576f,0.8659824046453789f,-0.49936724124568027f,-0.7610742391053869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08187234131090847f,-0.029883828773537166f,-0.1249999999999999f,-0.08300174864790902f,0.7866100259056175f,0.6118458767256285f,1.3718564675354046f,-0.026586335123241576f,0.6119980284878651f,-0.7904122847676904f,-0.8987737955151562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.7357114038949926e-17f,1.1662780053357547e-16f,1.2556894736180299e-16f,0f,0.9523382628752737f,0.3050439854573532f,0.8742504832662844f,-1.2246467991473532e-16f,0.3050439854573532f,-0.9523382628752737f,-1.0253482673471974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.6660056309797993e-17f,1.195275667960198e-16f,1.1557142624562874e-16f,0f,0.9760166513254234f,-0.21769588038248872f,0.5082442390192506f,-1.2246467991473532e-16f,-0.21769588038248872f,-0.9760166513254234f,-0.9437123122037641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9592540658689283f,-0.28195330063624086f,0.018274938420125272f,0.13579786078403683f,-0.15354505519408598f,0.46590606826834396f,-0.8714100364215331f,0.5421094226405452f,0.23718253126943162f,-0.8387096469047333f,-0.49021482540776184f,-0.5217819761767073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9592540658689283f,-0.09663605723981371f,0.26550538517151256f,0.12500000000000008f,-0.15354505519408598f,-0.6105328670687966f,-0.7769643069370689f,0.31009420157104683f,0.23718253126943162f,-0.7860732094849043f,0.5708181463397309f,-0.7156524165445238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9327007789843063f,0.26192145883005225f,-0.24792419463700127f,-0.14449307461428326f,0.19599078240634527f,-0.20896041488330358f,-0.95808306436527f,0.5830189039537961f,-0.30274885646987504f,-0.9421956773495274f,0.1435633500934279f,-0.4914769525023272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9327007789843063f,0.07434871413472216f,-0.3529044142378808f,-0.12499999999999992f,0.19599078240634527f,-0.7169288806623787f,-0.6690295907386588f,0.3029465103868412f,-0.30274885646987504f,-0.6931704327066337f,0.6541084628159775f,-0.7328414097465042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,-5.1420912401209175e-18f,1.0572927641424866e-16f,-0.005480580932301174f,-0.04162914515664969f,-0.999118099879174f,0.4354628247224678f,-0.13041108115536187f,-0.9905705060307725f,0.04198836140919188f,-0.8633450598806243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994132f,0.018165734927774124f,1.0197170124653984e-16f,0.005480580932301174f,-0.180274377363151f,-0.9836010939903295f,0.41390338739450044f,0.13041108115536165f,-0.975086691497904f,0.1794405026061873f,-0.8326621301548863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.223566782987216e-16f,-5.1420912401209175e-18f,1.0572927641424866e-16f,0f,-0.04198836140919188f,-0.999118099879174f,0.4354628247224678f,-1.2246467991473532e-16f,-0.999118099879174f,0.04198836140919188f,-0.8633450598806243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,5.088175178604527e-17f,1.0783653176837388e-16f,0.0362115580778256f,0.41390000279402656f,-0.9096018418784567f,0.45359865410642536f,-0.07927702413355495f,-0.9061405322538049f,-0.41548103356389077f,-0.880552105663885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,5.088175178604527e-17f,1.0783653176837388e-16f,-0.0362115580778256f,0.41390000279402656f,-0.9096018418784567f,0.45359865410642536f,0.0792770241335547f,-0.9061405322538049f,-0.41548103356389077f,-0.880552105663885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1139409841549891e-16f,5.088175178604527e-17f,1.0783653176837388e-16f,0f,0.41548103356389077f,-0.9096018418784567f,0.45359865410642536f,-1.2246467991473532e-16f,-0.9096018418784567f,-0.41548103356389077f,-0.880552105663885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005168f,4.9821982156101656e-17f,-0.1937499999999999f,0.05310162590731465f,0.40334689337787766f,-0.9135050634388484f,0.4626669814022858f,-0.11923633750440966f,-0.9056899009854029f,-0.40682735782096247f,-0.8891557868922983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171934f,0.011376107230962237f,0.19375000000000012f,-0.05310162590731466f,0.32219482436705893f,-0.9451828989550539f,0.45406304590677377f,0.11923633750440943f,-0.9377008180178497f,-0.3263431808804805f,-0.8982235432474941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0821222441592976e-16f,5.733857613836457e-17f,-0.0078124999999999055f,0f,0.46820500554352423f,-0.8836198689391205f,0.3797253377923607f,-1.2246467991473532e-16f,-0.8836198689391205f,-0.46820500554352423f,-0.7664392797282691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.0280305804043105e-16f,6.655170233851529e-17f,1.1683179934691159e-16f,0f,0.5434358901264525f,-0.8394506735493575f,0.5011492944924899f,-1.2246467991473532e-16f,-0.8394506735493575f,-0.5434358901264525f,-0.9540040395994537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.0425113954539552f,0f,0.9659258262890683f,-0.2588190451025207f,0.5792742944924899f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.5892767916755002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955339f,0f,0.9659258262890683f,-0.2588190451025207f,0.5792742944924899f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.5124812875234073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543367f,0f,0.9659258262890683f,-0.2588190451025207f,0.618097151257868f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,-0.6339838835828022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26539829478832716f,-0.5489564193883943f,-0.7925973724002128f,0.5417253292003303f,-0.2896572406995985f,0.8294993993759021f,-0.4775242709489355f,1.4378091712004875f,0.9195990583040757f,0.10284744064531116f,-0.37915692782667987f,-1.3420396980001141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17358125184818723f,-0.5489564193883943f,-0.8176285211629358f,0.5623359207996699f,-0.23349821107984423f,0.8294993993759021f,-0.5073552324136709f,1.4623719177844923f,0.9567382789610378f,0.10284744064531116f,-0.2721658860389753f,-1.430135881198793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.5240764944034546f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-1.3371592283713993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217499999999967f,0f,0.000015625f,0f,0.6672717944924899f,-1.9135106236677393e-21f,0f,-0.000015625f,-0.2665040395994537f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_play_as_root.mcfunction new file mode 100644 index 000000000..4fb329418 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/play_as_root +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..aa232e893 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_0_damage_1/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..5332b65ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..20 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_20 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/end.mcfunction new file mode 100644 index 000000000..130b6883c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.11_1_damage_2.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/end_loop +execute if score @s aj.ecual.animation.11_1_damage_2.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/11_1_damage_2/stop +execute if score @s aj.ecual.animation.11_1_damage_2.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/11_1_damage_2/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/end_loop.mcfunction new file mode 100644 index 000000000..7bdc0f158 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.11_1_damage_2.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/next_frame_as_root.mcfunction new file mode 100644 index 000000000..fb20d252b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/pause_as_root.mcfunction new file mode 100644 index 000000000..bb2761a95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.11_1_damage_2 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/play_as_root.mcfunction new file mode 100644 index 000000000..27762c89b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.11_1_damage_2.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.11_1_damage_2.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.11_1_damage_2 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/resume_as_root.mcfunction new file mode 100644 index 000000000..896835a54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.11_1_damage_2.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.11_1_damage_2 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/stop_as_root.mcfunction new file mode 100644 index 000000000..f52eb872a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.11_1_damage_2.local_anim_time 0 +tag @s remove aj.ecual.animation.11_1_damage_2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick.mcfunction new file mode 100644 index 000000000..1d5acc323 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick_animation.mcfunction new file mode 100644 index 000000000..b81b0eb5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.11_1_damage_2.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.11_1_damage_2.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root +execute if score @s aj.ecual.animation.11_1_damage_2.local_anim_time matches 20.. run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_20.mcfunction new file mode 100644 index 000000000..255d26ddd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_20.mcfunction @@ -0,0 +1,7 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_8_15 +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..389108241 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..29146952d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0.mcfunction new file mode 100644 index 000000000..7b662457f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/yarare/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..bb899602b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6633977639928151f,-0.08926553897003274f,0.46784560992507684f,0.2848295915636686f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.45745559750071113f,-0.10391269968984539f,-0.6684915643468358f,-0.20191715552212008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6338547515869585f,0.16790275487519446f,0.45829774033476917f,0.2848295915636686f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.4529628070013988f,0.07744443604384167f,-0.6548488793601657f,-0.20191715552212008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33530800629186336f,0.08683323412038639f,0.7395762129849864f,0.24830971974500288f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.7327555921806226f,0.10595364579209429f,-0.34465564193239706f,-0.24543984396309496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3360135616425495f,-0.04711187363429848f,0.7244828208832521f,0.24830971974500288f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.7028812396331543f,-0.1788000199426561f,-0.33762185332153183f,-0.24543984396309496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4635328588435174f,-1.019121698979457f,1.0899240805861576f,-0.2382440818594615f,1.4277585348422708f,-0.6346026280996447f,0.013831868784680918f,0.948106453222207f,0.4336462901460221f,1.0000383578034642f,1.1195000794838479f,-0.5378398591744143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24744068316888684f,-0.5399632045746842f,0.8044953983823353f,-0.17904306497782857f,-0.8634926963474008f,0.4995241107909291f,0.06968519278316826f,1.1751874291873996f,-0.4394922885189345f,-0.6774329490392162f,-0.5898568706800152f,-0.45258672329787036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.042635447403540305f,-0.5399632045746842f,0.8406080872381241f,-0.1898693182779168f,-0.7875839752368036f,0.4995241107909291f,0.36081455720179273f,1.4699837455908606f,-0.6147305918651633f,-0.6774329490392162f,-0.4039689331881061f,-0.23026321297122032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9241329914473285f,-0.09068761788242691f,0.371152219556104f,0.03556197816117404f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,0.1132952693593122f,0.9927751243399829f,-0.03951878581804226f,0.46829810878815353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5312064899971238f,0.48232490171035736f,0.6965503242229016f,0.19379453625373627f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.677111910438021f,0.7358482167939517f,0.006845625182162418f,0.2269695640154198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.49240387650610407f,0.5868240888334653f,-0.30456679212361426f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-0.7660444431189781f,-0.4131759111665347f,-0.49240387650610384f,0.05159199398160345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.230354006723898f,0.7305895704290554f,-0.2568092310477018f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-0.7660444431189781f,-0.19328996208223143f,-0.6130374390889876f,0.011518642096878895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.4115953792640877f,0.6460753304390419f,-0.06698652188100065f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-0.7660444431189781f,-0.34536953093476846f,-0.5421215714841391f,0.2601782547623649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.03341438930346985f,0.7653153385506797f,-0.05593810302065833f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-0.7660444431189781f,-0.028038001740555596f,-0.6421758183121902f,0.25090753057155957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132634f,0.452768994831844f,0.30105798260146166f,0.016692416874629232f,0.9852411428035694f,-0.17035625537678434f,2.000323342414085f,-0.4619827356580613f,-0.1435025030476207f,-0.8752022529524026f,0.07927668773843453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132634f,0.452768994831844f,0.3650936577832614f,0.016692416874629232f,0.9852411428035694f,-0.17035625537678434f,1.8605713349892667f,-0.4619827356580613f,-0.1435025030476207f,-0.8752022529524026f,0.03248864199227668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132634f,0.452768994831844f,-0.2198969598504782f,0.016692416874629232f,0.9852411428035694f,-0.17035625537678434f,2.0101301373279297f,-0.4619827356580613f,-0.1435025030476207f,-0.8752022529524026f,-0.19213816946067647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132634f,0.452768994831844f,-0.2223661709391388f,0.016692416874629232f,0.9852411428035694f,-0.17035625537678434f,1.8716300611687087f,-0.4619827356580613f,-0.1435025030476207f,-0.8752022529524026f,-0.2735749203811889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8612176377051819f,0.2308774952750216f,0.452768994831844f,0.23357188194073966f,0.17061257663352694f,0.9704999201177035f,-0.17035625537678434f,2.1034380965068613f,-0.4787436988619014f,-0.06946572699586197f,-0.8752022529524026f,-0.0007012340579181861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132636f,0.452768994831844f,0.13237399654642495f,0.016692416874629246f,0.9852411428035696f,-0.17035625537678434f,2.1152894648465215f,-0.4619827356580613f,-0.14350250304762072f,-0.8752022529524026f,-0.05536085064271365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8378181450005866f,0.3050589995832573f,0.452768994831844f,0.1121644532624651f,0.25454798564449255f,0.9519370090811321f,-0.17035625537678434f,2.1114063833459102f,-0.4829762715828878f,-0.027476126272296134f,-0.8752022529524026f,-0.06506003428430768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8910808214313721f,0.031228304407262264f,0.452768994831844f,0.13890814991223416f,-0.05207519292352862f,0.9840055490371877f,-0.17035625537678434f,2.1207740826092483f,-0.4508471403471118f,-0.175379224732778f,-0.8752022529524026f,-0.0530481016747406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8752249547616406f,0.17023958376783485f,0.452768994831844f,0.21407084422160316f,0.1024983207754395f,0.9800371628118064f,-0.17035625537678434f,2.2176772518987047f,-0.47273181911174456f,-0.10269198423606093f,-0.8752022529524026f,-0.06873216036709721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8752249547616406f,0.17023958376783485f,0.452768994831844f,0.17576693787384037f,0.1024983207754395f,0.9800371628118064f,-0.17035625537678434f,1.9971688902660487f,-0.47273181911174456f,-0.10269198423606093f,-0.8752022529524026f,-0.04562646391398354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8904117159465351f,-0.04655333955913486f,0.452768994831844f,-0.11267609654582815f,-0.13763876558667726f,0.9757224587257257f,-0.17035625537678434f,2.109956093818431f,-0.433846224269524f,-0.2140057712168444f,-0.8752022529524026f,-0.1810946577081457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132636f,0.452768994831844f,-0.00959755204900907f,0.016692416874629232f,0.9852411428035694f,-0.17035625537678434f,2.117962029683172f,-0.46198273565806125f,-0.1435025030476207f,-0.8752022529524026f,-0.1293273004224299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8829660396580514f,-0.12398068450181196f,0.452768994831844f,0.009805843935138676f,-0.22215482413515242f,0.9600135313460324f,-0.17035625537678434f,2.1133332484306617f,-0.4135434764617328f,-0.25100360456173293f,-0.8752022529524026f,-0.11838834556381697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8780627441694133f,0.15493887382009983f,0.452768994831844f,-0.015071414993046144f,0.08537870289568979f,0.9816767407583057f,-0.17035625537678434f,2.1236726941606463f,-0.47086759751922697f,-0.11092665159243655f,-0.8752022529524026f,-0.13327066645864877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8914901145670839f,0.01567204352115456f,0.452768994831844f,-0.042389806568767854f,-0.06924052639775383f,0.9829468427937301f,-0.17035625537678434f,2.222505034113295f,-0.4477176846332176f,-0.18322088116180765f,-0.8752022529524026f,-0.20234684608990552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8914901145670839f,0.01567204352115456f,0.452768994831844f,-0.04591601636102763f,-0.06924052639775383f,0.9829468427937301f,-0.17035625537678434f,2.0013419944847057f,-0.4477176846332176f,-0.18322088116180765f,-0.8752022529524026f,-0.16112214782849887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.886731816939472f,0.09331088975132634f,0.452768994831844f,0.0029545986703564744f,0.016692416874629232f,0.9852411428035694f,-0.17035625537678434f,1.4996429896690722f,-0.4619827356580613f,-0.1435025030476207f,-0.8752022529524026f,-0.0024792026545730015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.03341438930346985f,0.7653153385506797f,-0.009575797318444719f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-0.7660444431189781f,-0.028038001740555596f,-0.6421758183121902f,0.008035047998135347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6755525543409285f,0.4517431241475645f,0.5827151071568718f,-0.1820057460669502f,-0.1205904774487396f,0.711985856664465f,-0.6917615750086531f,0.9479034881526199f,-0.72738344982006f,-0.5375911919806401f,-0.4265079450991536f,0.32209068210347797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6755525543409285f,0.7373027665020045f,-0.0036574351582814024f,0.04361035441637466f,-0.1205904774487396f,-0.11538182868118291f,-0.9859741225604609f,0.8632690969909846f,-0.72738344982006f,-0.6656362851578002f,0.1668581817268538f,0.12658247886024435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6207725255319724f,0.604777577799819f,0.49888430816697393f,-0.4163710969199364f,0.06444657835235831f,0.6735505400924142f,-0.7363262242239443f,0.7221029737430196f,-0.7813373855661394f,-0.4249397031718743f,-0.45709751540001753f,0.16417369785169325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6207725255319724f,0.749656385253426f,0.22947064211664076f,-0.1336564913348935f,0.06444657835235831f,0.3404997112768587f,-0.9380333603657437f,0.8362879207163036f,-0.7813373855661394f,-0.5675167404307494f,-0.2596856546818236f,-0.05102479858297637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5730168695437395f,0.5720919121811339f,0.5868240888334653f,-0.025650961201838032f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.813421105115891f,-0.3096522697378526f,-0.49240387650610384f,0.021523712083805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.701560075613208f,0.4820262730972911f,0.524846770352572f,-0.026903823862360475f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,-0.705560548312655f,-0.5731996885095371f,-0.41668504863663514f,0.02257498868016517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.492403876506104f,0.5868240888334653f,-0.025650961201838032f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-0.7660444431189781f,-0.4131759111665346f,-0.49240387650610384f,0.021523712083805005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6202649342178763f,0.2855000717337596f,0.7305895704290554f,-0.025650845223235224f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.7799757429487133f,-0.1257892630029227f,-0.6130374390889876f,0.021523614766202164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.660418283319717f,0.17345480863131532f,0.7305895704290554f,-0.025650845223235224f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.7462830825268263f,-0.25931960783842417f,-0.6130374390889876f,0.021523614766202164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.23035400672389794f,0.7305895704290554f,-0.025650845223235224f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-0.7660444431189781f,-0.19328996208223137f,-0.6130374390889876f,0.021523614766202164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.599024390816019f,0.37454517551543026f,0.7077327819916305f,-0.15019101616703365f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.7915982036084861f,-0.1438908758613856f,-0.5938583163412472f,-0.12689743603623016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6755525543409285f,0.26764019050035487f,0.6870207236702401f,0.10846479668462199f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,-0.72738344982006f,-0.3943182431160554f,-0.5616283825393225f,0.161909891414344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.35371995928659195f,0.6794897197425117f,-0.07052304368143752f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-0.7660444431189781f,-0.2968062873774217f,-0.5701595732246946f,0.04897736549468498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6427876096865391f,0.2931525168369743f,0.7077327819916305f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-0.7660444431189781f,-0.2459841687565964f,-0.5938583163412472f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2588190451025209f,-0.24999999999999992f,-0.933012701892219f,-0.3067230797945095f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.9659258262890679f,-0.0669872981077807f,-0.2500000000000003f,0.20187653762385194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2588190451025209f,-0.24999999999999992f,-0.933012701892219f,-0.33098736527287087f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.9659258262890679f,-0.0669872981077807f,-0.2500000000000003f,0.29243208383845204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2588190451025209f,-0.24999999999999992f,-0.933012701892219f,-0.17890331724985734f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.9659258262890679f,-0.0669872981077807f,-0.2500000000000003f,0.28465431073115205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8800275880081998f,-0.4316480950360969f,0.1980690950051986f,0.6454668893131739f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,-0.036462691526753854f,-0.3544159540521929f,-0.9343766925816903f,0.16556116479420907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6115466619831955f,-0.4316480950360969f,-0.6630916997436476f,0.7262007138208783f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.7909626067164496f,-0.3544159540521929f,-0.4987659634433697f,0.12472265893749152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8611607947488462f,-0.4316480950360969f,-0.2684809260250044f,0.7261059404707767f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.4356107291383206f,-0.3544159540521929f,-0.8274252982432035f,0.26925570660233084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010043556401352176f,0f,0.000011969444423734034f,-0.5312948742172101f,0f,0.000015625f,0f,1.2911225f,-0.000011969444423734034f,0f,-0.000010043556401352176f,0.4363875558912844f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1.mcfunction new file mode 100644 index 000000000..ff6425c78 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10.mcfunction new file mode 100644 index 000000000..3c5e3493b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..bea49e47c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.634381081705213f,-0.07801482711604915f,0.5083490674418721f,0.2975602381423949f,-0.468305518777692f,0.4212946786647342f,-0.5197549223004815f,0.40168041857424414f,-0.21259122442218753f,-0.6952473839744208f,-0.37199528333010323f,-1.0580262537412066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6033763386278747f,0.16720734148849473f,0.49797459667775235f,0.2975602381423949f,-0.2658958923352376f,0.5568375125834729f,-0.5091476789882268f,0.40168041857424414f,-0.45303020696557084f,-0.5495213276408848f,-0.3644035428539787f,-1.0580262537412066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2882772554875641f,0.08467473170664602f,0.7593884764884238f,0.2638212078801599f,-0.5007044282249842f,0.5921572768961857f,-0.25610404022433936f,0.36624643981044613f,-0.5771791264147497f,-0.5559895625582786f,-0.15711240180776564f,-1.086905942671537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.29264039803844566f,-0.03143478666917309f,0.743890752478456f,0.2638212078801599f,-0.6751340593933977f,0.3482161948980911f,-0.25087742715853656f,0.36624643981044613f,-0.3139356610563576f,-0.7195535670106558f,-0.1539060262606684f,-1.086905942671537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.044746860687427094f,-1.145546149106695f,1.0616628413604017f,-0.3486589167291642f,1.313423089015612f,-0.6023379044537852f,-0.5945713481987764f,0.13436572464973823f,0.8451767612158462f,0.8753966638758943f,0.9801852749228824f,-1.7263570394838332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.45676881795675894f,-0.3995923215023779f,0.7947881626815572f,-0.23430187100540004f,-0.5988663014281501f,0.7987870785774619f,0.05743131646977831f,0.30270161908023124f,-0.6578156276314459f,-0.44973901286637785f,-0.6041634053381775f,-1.581705270288634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.15017370922820944f,-0.3995923215023779f,0.9043084836785407f,-0.17309727242852935f,-0.5410241275553829f,0.7987870785774619f,0.26311992798079836f,0.5064597561996593f,-0.8274906346657814f,-0.44973901286637785f,-0.3361459055921969f,-1.2797343481120182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9173605557003339f,-0.15276288762510914f,0.36757735377687817f,0.00744944501242939f,0.3587332182609613f,0.7174746027542581f,-0.5971102683079172f,0.9540020943054397f,-0.17251112706520605f,0.6796276146295539f,0.7129840225921156f,-0.7019472401502312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5752338264848147f,0.43829271083460086f,0.690655879940868f,0.18135212057161565f,-0.18192620744318702f,0.891736961569916f,-0.41437669627452817f,0.8787156321625933f,-0.7975016613857153f,0.11271508771815332f,0.5926941952539373f,-0.9763353431072269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.7404060097851873f,0.3148820742657673f,-0.3650640925173013f,-0.6236747660111981f,-0.1763514231704523f,-0.7615313268583461f,0.5783302737684395f,-0.5083124691179752f,-0.6486132254431239f,0.5664974117500047f,-0.8639239388337635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.5635458052186232f,0.5742542167371771f,-0.25581016518420213f,-0.6236747660111981f,0.1284979516192754f,-0.7710499741719259f,0.597604577358479f,-0.5083124691179752f,-0.8160296574574626f,0.2751618285464818f,-1.0152097381786223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.4371169283431081f,0.6754854335778243f,-0.08290891323574151f,-0.6236747660111981f,0.28031930262863436f,-0.7296923151676146f,0.6816496828971462f,-0.5083124691179752f,-0.8546051015116176f,0.10615344652673891f,-0.7055435633876884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.04081164758044167f,0.803546009536296f,-0.07023456675480687f,-0.6236747660111981f,0.6076097948313426f,-0.4917724305671181f,0.7925029417369784f,-0.5083124691179752f,-0.7931864513762092f,-0.3353709693643798f,-0.856362091579255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.726681549947843f,-0.4599928678456692f,0.5102357166021575f,-0.026668548203293514f,-0.6053521237187677f,0.7799077721097836f,-0.1590367042915931f,1.2891927456323695f,-0.32478105128621393f,-0.42444131341549507f,-0.845202248098969f,-1.2538891294133814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.726681549947843f,-0.4599928678456692f,0.5102357166021575f,0.10591571683191153f,-0.6053521237187677f,0.7799077721097836f,-0.1590367042915931f,1.1994952877307634f,-0.32478105128621393f,-0.42444131341549507f,-0.845202248098969f,-1.2678923865724898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.726681549947843f,-0.4599928678456692f,0.5102357166021575f,-0.45359395879765124f,-0.6053521237187677f,0.7799077721097836f,-0.1590367042915931f,0.9335483729475933f,-0.32478105128621393f,-0.42444131341549507f,-0.845202248098969f,-1.4446979970440321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.726681549947843f,-0.4599928678456692f,0.5102357166021575f,-0.3755108100085344f,-0.6053521237187677f,0.7799077721097836f,-0.1590367042915931f,0.7984495057670797f,-0.32478105128621393f,-0.42444131341549507f,-0.845202248098969f,-1.4830598330496065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7995125252294885f,-0.48106826198861263f,0.3596568493834393f,-0.14689848644209155f,-0.47534962804799974f,0.8727997770153779f,0.11073969638993397f,1.3017766866437392f,-0.3671817712193713f,-0.08242497527547038f,-0.9264899731432842f,-1.3157953313986923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7144135431169194f,-0.6002168275737589f,0.3596568493834393f,-0.23523683366287082f,-0.6060332515338782f,0.7876930986613633f,0.11073969638993397f,1.239908624162334f,-0.3497670473992719f,-0.1388500710066514f,-0.9264899731432842f,-1.3574824982501106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8527645343400041f,-0.5002622696072136f,0.15010100126020262f,-0.2308602686539849f,-0.4117544818753525f,0.8207272866961837f,0.39606182286087677f,1.225180841505713f,-0.32132677390381886f,0.27594271593894243f,-0.9058723540835123f,-1.4055725021576007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6564377242962525f,-0.7392964246778433f,0.15010100126020262f,-0.217216374756573f,-0.6452204624376492f,0.653318901704111f,0.39606182286087677f,1.2495574569240906f,-0.3908709108804383f,0.16314168423395736f,-0.9058723540835123f,-1.3926538952257106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7640073273148478f,-0.6275049746654664f,0.15010100126020262f,-0.2441524701544141f,-0.5350751349743152f,0.7462101797780153f,0.39606182286087677f,1.3694688291520318f,-0.3605376592555087f,0.22227882122630238f,-0.9058723540835123f,-1.379187117349005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7640073273148478f,-0.5356675783550848f,0.3596568493834393f,-0.1236272650245202f,-0.5350751349743152f,0.8375149667771219f,0.11073969638993397f,1.1810279616271797f,-0.3605376592555087f,-0.10783749776174961f,-0.9264899731432842f,-1.3549236803526112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6356423597480896f,-0.7129276700370795f,0.29612991707928005f,-0.42915912697483033f,-0.7205991891734291f,0.6855539840086092f,0.1036944722370477f,1.0658567816316513f,-0.2769397029255225f,-0.14747837911173428f,-0.9495022530979582f,-1.437887012324688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.739343006186197f,-0.6047139748791784f,0.29612991707928005f,-0.35009182814193507f,-0.6044831466443202f,0.7898402255206184f,0.1036944722370477f,1.1434437023796646f,-0.2966008169687642f,-0.10233976126297487f,-0.9495022530979582f,-1.4047543606180837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5614797406841407f,-0.8262775969225798f,0.044786533970786274f,-0.31562539608494805f,-0.7647251245303079f,0.5388075572538249f,0.353386332727047f,1.1557670580098265f,-0.3161265327576524f,0.16416987869281152f,-0.9344047657287566f,-1.4395237486822088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7893327856657351f,-0.6123299109532819f,0.044786533970786274f,-0.3439613568589259f,-0.5607961209700878f,0.7487494978606875f,0.353386332727047f,1.145042105122359f,-0.2499229164724063f,0.2538233039051264f,-0.9344047657287566f,-1.4449380203393374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6838252872034185f,-0.7282699657105499f,0.044786533970786274f,-0.4553390925208458f,-0.6710220172801142f,0.6518033078828727f,0.353386332727047f,1.194873785857763f,-0.2865526634084706f,0.21160176009877446f,-0.9344047657287566f,-1.4648741213914054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6838252872034185f,-0.666850844486067f,0.29612991707928005f,-0.30529765251148094f,-0.6710220172801142f,0.7341504673790014f,0.1036944722370477f,1.0296899306974878f,-0.2865526634084706f,-0.12780079207662542f,-0.9495022530979582f,-1.4361189431741648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.726681549947843f,-0.4599928678456692f,0.5102357166021575f,0.0053390198590875185f,-0.6053521237187677f,0.7799077721097836f,-0.1590367042915931f,0.7106261099651818f,-0.32478105128621393f,-0.42444131341549507f,-0.845202248098969f,-1.151582568384854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.04081164758044167f,0.803546009536296f,-0.009965347983578109f,-0.6236747660111981f,0.6076097948313426f,-0.4917724305671181f,0.48277243690342836f,-0.5083124691179752f,-0.7931864513762092f,-0.3353709693643798f,-0.8541376491187754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7533865534699598f,0.12550225935439646f,0.6454904212671144f,-0.11771019235693034f,-0.5538117878420639f,0.4081570975444569f,-0.7257411986178414f,0.6439774803635597f,-0.35454365697024126f,-0.9042438645747208f,-0.2379954383620438f,-0.5950929044806107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7533865534699598f,0.6518886827676583f,-0.08631249231775454f,0.05924340301477397f,-0.5538117878420639f,-0.6997821723792828f,-0.45121770229824554f,0.39258403268805797f,-0.35454365697024126f,-0.29214047391550946f,0.8882301159061142f,-0.5784230381565323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.42541894912317635f,0.7409223813710306f,0.5196659912967301f,-0.44590236807569117f,-0.679281376702852f,0.11800151280474883f,-0.7243289682461062f,0.32755841457388624f,-0.5979929171751202f,-0.6611426984844283f,0.4530946956753281f,-0.5704221770609073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.42541894912317635f,0.8971612296469844f,0.11882948180162675f,-0.10150514430142771f,-0.679281376702852f,-0.22978927642437158f,-0.6969746765163293f,0.22859650514296556f,-0.5979929171751202f,-0.37722488844013813f,0.7071816276952585f,-0.7030159263550783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5173254560925115f,0.6201226627129566f,0.5897645764781635f,-0.018913151127011044f,-0.5987633963533471f,0.23009844236709578f,-0.7671617182886804f,0.4197224354034218f,-0.6114382778875389f,-0.7500017266713651f,0.25227097003795673f,-0.7663249783741792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6601975740463283f,0.5426518700790776f,0.5192957838486876f,-0.02173186904681804f,-0.6379148875072848f,-0.040136446813562904f,-0.7690602459715038f,0.39774722413146674f,-0.39648929307096153f,-0.8389982202227022f,0.37266369147426626f,-0.736069459319061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.5472929054459484f,0.5897645764781635f,-0.018913151127011044f,-0.6236747660111981f,0.14997561212822708f,-0.7671617182886804f,0.4197224354034218f,-0.5083124691179752f,-0.8233940681200562f,0.25227097003795673f,-0.7663249783741792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5671838250764516f,0.3306310597677983f,0.7543113487734808f,-0.01790910374471092f,-0.583638058062218f,0.4848518942395167f,-0.6513718276328163f,0.4349224991086886f,-0.5810930439723124f,-0.8096923755162667f,-0.0820312823124013f,-0.7861477098772083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6159805093271737f,0.22711759341928564f,0.7543113487734808f,-0.01790910374471092f,-0.658964932405713f,0.3761382193101609f,-0.6513718276328163f,0.4349224991086886f,-0.4316633294461897f,-0.8982970771040132f,-0.0820312823124013f,-0.7861477098772083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.27993958121613965f,0.7543113487734808f,-0.01790910374471092f,-0.6236747660111981f,0.4321394779549328f,-0.6513718276328163f,0.4349224991086886f,-0.5083124691179752f,-0.8572568474275201f,-0.0820312823124013f,-0.7861477098772083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.543779984322055f,0.4191805711131984f,0.727042624233214f,-0.13246407058782714f,-0.56955833715832f,0.4519328908601037f,-0.6865565983458893f,0.321685876384421f,-0.6163656619443971f,-0.7874289243862219f,-0.007004271254219957f,-0.8945448834390656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6337430458167849f,0.3265174670700135f,0.7012532321330485f,0.10769445064497876f,-0.6671199467023118f,0.22818356271394113f,-0.7091426079563105f,0.5572185475560997f,-0.39156190901410337f,-0.9172342151301136f,0.07321656918946289f,-0.7017736526982367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.27171362974005214f,0.7573133324017353f,-0.050371565594550465f,-0.6236747660111981f,0.43920293855242476f,-0.6466301609171909f,0.36291198085311455f,-0.5083124691179752f,-0.8563133084218654f,-0.09135617964202813f,-0.6752391308866209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5938419149740649f,0.2046754713681262f,0.7781129297474568f,1.0533105179056973e-16f,-0.6236747660111981f,0.49388917073001576f,-0.6058904796054272f,0.4781378015475649f,-0.5083124691179752f,-0.8450925620639745f,-0.16564116421751768f,-0.860093309057806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3645757205940061f,-0.5767219636720953f,-0.7310788743846751f,-0.27600746017582445f,0.5691080526094293f,0.4834139874733411f,-0.6651518181364516f,0.6149829308872443f,0.7370214165195366f,-0.6585610779064662f,0.1519761108141971f,-0.7835999142456139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3645757205940061f,-0.5767219636720953f,-0.7310788743846751f,-0.3101864339815126f,0.5691080526094293f,0.4834139874733411f,-0.6651518181364516f,0.6683368108193782f,0.7370214165195366f,-0.6585610779064662f,0.1519761108141971f,-0.7145041564469075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3645757205940061f,-0.5767219636720953f,-0.7310788743846751f,-0.18343511592096723f,0.5691080526094293f,0.4834139874733411f,-0.6651518181364516f,0.741432643573779f,0.7370214165195366f,-0.6585610779064662f,0.1519761108141971f,-0.7718484519683902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6648859646414974f,-0.7467627987512109f,0.016491707734613233f,0.19183546434832438f,-0.3702297945989721f,0.3103003448489744f,-0.8755818609232437f,1.5226531080000605f,0.6487345784016361f,-0.5882678117897203f,-0.4827881817093139f,-1.3000440543998202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.655858181466043f,-0.7467627987512109f,-0.11043264103204906f,0.25403056832769744f,-0.19670601182391234f,0.3103003448489744f,-0.9300647509173425f,1.5493506569038509f,0.7288050430097104f,-0.5882678117897203f,-0.3504057518017478f,-1.3649137115865564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.663414442446646f,-0.7467627987512109f,-0.04718686209596984f,0.2300110456524064f,-0.2847738549737648f,0.3103003448489744f,-0.9069826610856399f,1.6720492816148016f,0.6919430099918539f,-0.5882678117897203f,-0.41851625122036434f,-1.2697014453101336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009278779921469765f,-0.000006599195813811898f,0.000010700256201600832f,-0.5452589209128796f,-0.00000974491821892497f,0.000012177582399844045f,-9.400429785242736e-7f,0.644468427640905f,-0.000007942382329968364f,-0.0000072317167053180495f,-0.00001134731075711907f,-0.44136683592669457f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11.mcfunction new file mode 100644 index 000000000..3754e96d1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..8b85b3471 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.665901886033351f,-0.12937137281729502f,0.4547330761194295f,0.2751709652534877f,-0.4401730860690834f,0.4563017452027596f,-0.514762873631908f,0.4663110659692204f,-0.17253051011948498f,-0.6648279549362592f,-0.4417934561054816f,-1.0065874670199202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6511556612242116f,0.132544707846704f,0.4454528092598493f,0.2751709652534877f,-0.22731211781209715f,0.5779736722811372f,-0.5042575088639099f,0.4663110659692204f,-0.40537082523467216f,-0.5370086913371968f,-0.4327772631237371f,-1.0065874670199202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3565905393244831f,0.050921629343327314f,0.7329356174820129f,0.23778128210488564f,-0.464294790972448f,0.615783835109288f,-0.26867277483658897f,0.43323720986819675f,-0.5694014214809878f,-0.5340053375459485f,-0.23992658279630572f,-1.0337178389937405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3418124715112932f,-0.08759102735528371f,0.717977747737482f,0.23778128210488564f,-0.6510394051059054f,0.3832478277259181f,-0.2631896569827811f,0.43323720986819675f,-0.31513794966441333f,-0.6967416411197274f,-0.23503012192291173f,-1.0337178389937405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1475549744606096f,-1.0281205981294546f,1.1673053650240202f,-0.4618512462568476f,1.3689750958512479f,-0.4709297443190415f,-0.5878253251219016f,0.20647411967452323f,0.738607450849906f,1.0782390558765411f,0.8563094195041118f,-1.5712521867672882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5696959346311449f,-0.42839100922933754f,0.7013755664950241f,-0.3213782904579091f,-0.6128662243387836f,0.790039354880044f,-0.015258073451384246f,0.3771204823934673f,-0.5475778785976204f,-0.43854185769683773f,-0.7126285890408384f,-1.455123744192871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2854965804674138f,-0.42839100922933754f,0.8573055731493195f,-0.21062015265874118f,-0.5788124915877109f,0.790039354880044f,0.2020245463371968f,0.5943568977739271f,-0.7638506412404455f,-0.43854185769683773f,-0.47351160167874096f,-1.1776515943950217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9080498368056873f,-0.06589789269172058f,0.41364593750689116f,0.03714882336024469f,0.34169326765419394f,0.6877201932204964f,-0.6405362180833825f,1.0084556270576757f,-0.24226267710269303f,0.7229788403373598f,0.6470010755072069f,-0.599843684592094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4921450616099777f,0.4747602966701705f,0.7296546436764195f,0.18218160819459106f,-0.15873216573743f,0.873078776538051f,-0.46101794923747286f,0.9418182245537858f,-0.855919001946572f,0.11106804519965088f,0.5050411383662841f,-0.892630246619277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.6535928831642466f,0.37379731182771825f,-0.3554515991520606f,-0.582134160050025f,-0.12682002838959905f,-0.8031416438599813f,0.6441192977522789f,-0.47752267690177086f,-0.7461454439158015f,0.4639386484959604f,-0.7409555268088335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.4607950490514133f,0.595462853604057f,-0.26533088461989524f,-0.582134160050025f,0.19018257240602726f,-0.7905380502264758f,0.6748376672644936f,-0.47752267690177086f,-0.8668901383236123f,0.14308592216509358f,-0.9026031407309789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.3639126317367098f,0.6591476949174918f,-0.06167743154544912f,-0.582134160050025f,0.3092965776136491f,-0.7519677165805296f,0.7391377066698737f,-0.47752267690177086f,-0.8785802317028f,0.00829876530703505f,-0.6072350001278988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,-0.014416263616704061f,0.7527949645128578f,-0.05967551244537579f,-0.582134160050025f,0.6438425518072702f,-0.496574856577691f,0.8567545922801263f,-0.47752267690177086f,-0.7650221825709606f,-0.4321031742754626f,-0.7533773041991755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7624798013578717f,-0.44787633776296565f,0.4669382599373222f,-0.02902009739346062f,-0.5720247428907164f,0.8038725644667054f,-0.16302329164426888f,1.3682726271747292f,-0.30234458163173733f,-0.3914022051161136f,-0.8691329402273126f,-1.1493970108614497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7624798013578717f,-0.44787633776296565f,0.4669382599373222f,0.09933289924695417f,-0.5720247428907164f,0.8038725644667054f,-0.16302329164426888f,1.2739560508831427f,-0.30234458163173733f,-0.3914022051161136f,-0.8691329402273126f,-1.170615026557056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7624798013578717f,-0.44787633776296565f,0.4669382599373222f,-0.47697698069121036f,-0.5720247428907164f,0.8038725644667054f,-0.16302329164426888f,1.0322080907264333f,-0.30234458163173733f,-0.3914022051161136f,-0.8691329402273126f,-1.3270244525700954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7624798013578717f,-0.44787633776296565f,0.4669382599373222f,-0.40580996915263584f,-0.5720247428907164f,0.8038725644667054f,-0.16302329164426888f,0.8949896587180431f,-0.30234458163173733f,-0.3914022051161136f,-0.8691329402273126f,-1.370918311888082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8313153054655456f,-0.4397718394442889f,0.33987584811297356f,-0.15056319360447382f,-0.43844247295354133f,0.8947048659301401f,0.08527250900092703f,1.387660698657831f,-0.34158902325617807f,-0.07812766547591499f,-0.9365965017435062f,-1.2092426563983472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7522849621233791f,-0.5644038834314598f,0.33987584811297356f,-0.24290285993100158f,-0.5730071956285848f,0.8151020506455322f,0.08527250900092703f,1.3298729533211586f,-0.32516163599184156f,-0.1306020803851737f,-0.9365965017435062f,-1.2480125304838972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8792598411059285f,-0.4463297969811915f,0.16640866607573515f,-0.24189126322905716f,-0.3698338154158549f,0.8598192101454091f,0.3520424332944484f,1.3138162553579833f,-0.3002083956076656f,0.24799322206796925f,-0.9210723538436152f,-1.2917275809978839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6983023090373264f,-0.6961910952088031f,0.16640866607573515f,-0.2266600293044595f,-0.6174316081225235f,0.7034517285865168f,0.3520424332944484f,1.3377649671260397f,-0.3621492709979865f,0.14308607374796728f,-0.9210723538436152f,-1.2798223576574865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7986133303915914f,-0.5783812794132821f,0.16640866607573515f,-0.2460373777345778f,-0.4997859056144651f,0.7913786538119744f,0.3520424332944484f,1.4595317132303764f,-0.3353070191182698f,0.1979770742156829f,-0.9210723538436152f,-1.270710692484218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7986133303915914f,-0.49669020162505484f,0.33987584811297356f,-0.13428208236894063f,-0.4997859056144651f,0.8619412089915506f,0.08527250900092703f,1.2655949412072778f,-0.3353070191182698f,-0.10176539614154939f,-0.9365965017435062f,-1.2478134783523693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.67459932736266f,-0.6821919282507638f,0.2820104972360983f,-0.4469090222723774f,-0.6916537912406894f,0.7176227266828404f,0.08144111498908801f,1.164625037046874f,-0.2579356132530507f,-0.14011350819171534f,-0.9559484422488395f,-1.3231211256369255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7730122195600937f,-0.5682624286889169f,0.2820104972360983f,-0.3635961985111171f,-0.5708774579875104f,0.8169860909165175f,0.08144111498908801f,1.2386146454206135f,-0.2766785795331758f,-0.09803845872677368f,-0.9559484422488395f,-1.2922398712157428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6037290034786775f,-0.7942446889242896f,0.06845921759852108f,-0.33030963507289746f,-0.7414934539776873f,0.5910098687141372f,0.31763940686057474f,1.24830365093709f,-0.2927434850972476f,0.14100606085575568f,-0.9457370367787552f,-1.32335215794275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8196155094044246f,-0.5688090648622997f,0.06845921759852108f,-0.35920019396760994f,-0.5225700879197052f,0.7912178653322066f,0.31763940686057474f,1.2390527872338322f,-0.23484232999039398f,0.2245674449015761f,-0.9457370367787552f,-1.3285504992642574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7205433406379269f,-0.6900221951416743f,0.06845921759852108f,-0.4674333390734263f,-0.639910126475586f,0.6997286883094488f,0.31763940686057474f,1.2945161972309098f,-0.2670811193183375f,0.18506521274567905f,-0.9457370367787552f,-1.3508000157365168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7205433406379269f,-0.6334724727334133f,0.2820104972360983f,-0.32490203270840856f,-0.639910126475586f,0.764121963316939f,0.08144111498908801f,1.1225887554845988f,-0.2670811193183375f,-0.12177951989427932f,-0.9559484422488395f,-1.3233996237603038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7624798013578717f,-0.44787633776296565f,0.4669382599373222f,-0.014647255058195956f,-0.5720247428907164f,0.8038725644667054f,-0.16302329164426888f,0.7872016369206349f,-0.30234458163173733f,-0.3914022051161136f,-0.8691329402273126f,-1.0578525165522248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,-0.014416263616704061f,0.7527949645128578f,-0.009241156201931933f,-0.582134160050025f,0.6438425518072702f,-0.496574856577691f,0.5457606799929086f,-0.47752267690177086f,-0.7650221825709606f,-0.4321031742754626f,-0.7709691980881146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7909866249976514f,0.0877513866684598f,0.6055079299336941f,-0.09839368302461886f,-0.5253737052510324f,0.40978624189312973f,-0.7456927690315273f,0.6938400107134104f,-0.313564393555177f,-0.9079509513695481f,-0.27803316529059324f,-0.48057844252914406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7909866249976514f,0.6117353595237611f,-0.01095486116569365f,0.07749193859108024f,-0.5253737052510324f,-0.688277708081648f,-0.5002562007498508f,0.4418570237229539f,-0.313564393555177f,-0.389940567864141f,0.8658081338426922f,-0.5020666562118985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5133780309373469f,0.6538331372578026f,0.5558284141482082f,-0.4186438243050251f,-0.6254948237196591f,0.15834721296945617f,-0.7639910900296669f,0.3955705884286387f,-0.5875365715007067f,-0.7398840373791188f,0.3276772625324646f,-0.45239516690246595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5133780309373469f,0.8441503137754388f,0.1544449581686649f,-0.09684406700826169f,-0.6254948237196591f,-0.24486283596481961f,-0.7408092987153838f,0.28899667487417635f,-0.5875365715007067f,-0.4769197409586798f,0.6537188522852165f,-0.6201183338766728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5909471606615284f,0.5531890875619525f,0.5871654679121142f,-0.012804644467738586f,-0.5541709532468576f,0.25055673175286153f,-0.7937983867146581f,0.4794541619408064f,-0.5862388658930306f,-0.7944829498332225f,0.15849553476598074f,-0.6852258129247214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.713986995859085f,0.4593972122197601f,0.5283718114631321f,-0.013422526636159315f,-0.6001368899766556f,-0.012845625332026378f,-0.7997941630188212f,0.4560942660160658f,-0.36063594251442344f,-0.8881380474422553f,0.28487282364625727f,-0.6558969022994636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.4713223955469643f,0.5871654679121142f,-0.012804644467738586f,-0.582134160050025f,0.17607935981272224f,-0.7937983867146581f,0.4794541619408064f,-0.47752267690177086f,-0.8642055649576741f,0.15849553476598074f,-0.6852258129247214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6372251544530846f,0.267301612804301f,0.7228374300798638f,-0.013213747106601411f,-0.5392652017923164f,0.5154109613775409f,-0.6659914286443717f,0.4955821769990127f,-0.5505789177476148f,-0.8141875635773974f,-0.18428637130229353f,-0.7043232079655221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6739607104706978f,0.15258771384803652f,0.7228374300798638f,-0.013213747106601411f,-0.6205727258475368f,0.4139382911816529f,-0.6659914286443717f,0.4955821769990127f,-0.40083220014862875f,-0.8974252507458451f,-0.18428637130229353f,-0.7043232079655221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.21074661783316745f,0.7228374300798638f,-0.013213747106601411f,-0.582134160050025f,0.46644960786250067f,-0.6659914286443717f,0.4955821769990127f,-0.47752267690177086f,-0.8590754486055344f,-0.18428637130229353f,-0.7043232079655221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6168407246642795f,0.35650794229494415f,0.7017190374190165f,-0.14092476316640398f,-0.5240781019293654f,0.47913463091132946f,-0.7041108922176803f,0.3908580381248425f,-0.5872390173291964f,-0.8020798542178258f,-0.10871174722241861f,-0.8063921626219765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6880934318563339f,0.24516606760699122f,0.6829502385461893f,0.12349740179463263f,-0.6302297412941478f,0.2645548429108378f,-0.7299460310740332f,0.6102483849159394f,-0.3596357910782577f,-0.9326866217473829f,-0.027527502410674157f,-0.6267778638494993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.21472856990340777f,0.721664554013718f,-0.03888363138014891f,-0.582134160050025f,0.46277076783480575f,-0.6685529419129321f,0.4204448989042989f,-0.47752267690177086f,-0.8600784020685682f,-0.179547306690313f,-0.5937090789204479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6580971909584623f,0.15101425264687451f,0.7376332305082839f,9.526826783899596e-17f,-0.582134160050025f,0.5192780135674331f,-0.6256757661347551f,0.541019003186163f,-0.47752267690177086f,-0.8411569652109924f,-0.2538248469350475f,-0.7779244424214838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2684277757964172f,-0.5935520453321121f,-0.7587110771980692f,-0.2654665035178156f,0.5643753803016678f,0.5413828152951825f,-0.6232054857046835f,0.683939618167651f,0.7806580296713383f,-0.5954835151245824f,0.1896639763490549f,-0.6705268977310177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2684277757964172f,-0.5935520453321121f,-0.7587110771980692f,-0.2906316074987297f,0.5643753803016678f,0.5413828152951825f,-0.6232054857046835f,0.7368498100709324f,0.7806580296713383f,-0.5954835151245824f,0.1896639763490549f,-0.5973402074493297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2684277757964172f,-0.5935520453321121f,-0.7587110771980692f,-0.16424239392856224f,0.5643753803016678f,0.5413828152951825f,-0.6232054857046835f,0.8038755369749943f,0.7806580296713383f,-0.5954835151245824f,0.1896639763490549f,-0.6623831490425319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6458186633531802f,-0.7627224251874392f,-0.03424552789639809f,0.22310519895758452f,-0.3799529805070219f,0.35997489680576106f,-0.8520879099444566f,1.5796352234397921f,0.6622340875162968f,-0.537282584666461f,-0.522277165445307f,-1.2170942801226208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6113479902961945f,-0.7627224251874392f,-0.21096951646386086f,0.28261428741100264f,-0.13030827675261397f,0.35997489680576106f,-0.9238169876547225f,1.6037888885123346f,0.780559663171604f,-0.537282584666461f,-0.31945897458603173f,-1.285390190358935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6347636101697937f,-0.7627224251874392f,-0.1238130094957769f,0.2714316946086601f,-0.25763909410712f,0.35997489680576106f,-0.8966828708397101f,1.72621448660202f,0.7284897091873518f,-0.537282584666461f,-0.4250060797474012f,-1.1874913232786677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010282768608725974f,-0.000006332790166967564f,0.000009914689276046864f,-0.5083253564305769f,-0.000009095846250781642f,0.000012630947512237635f,-0.00000136578582700199f,0.7312022392725981f,-0.000007461291826590171f,-0.000006670499130069422f,-0.000011998924561568084f,-0.32433796110406393f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12.mcfunction new file mode 100644 index 000000000..49a178d49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..b2250cdb3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6961619376949182f,-0.18523074228248776f,0.3846980284103102f,0.24548410154484773f,-0.4102349627822982f,0.4941596342505727f,-0.5044382773271584f,0.5401340001503961f,-0.11836501282181178f,-0.6232497672965979f,-0.5142897002165933f,-0.947200084025584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6994819609331545f,0.09333428396312785f,0.37684704823867127f,0.24548410154484773f,-0.18602545044617955f,0.6010129915210406f,-0.49414361860619604f,0.5401340001503961f,-0.34076314078169484f,-0.5196846115289734f,-0.5037939920489077f,-0.947200084025584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4334046180123734f,0.013942317994639089f,0.6920335926087184f,0.2041790174525397f,-0.42288749095274825f,0.6410616010781012f,-0.27776003683632255f,0.5096690462821679f,-0.5479699366987959f,-0.5057569375071017f,-0.33299146097490206f,-0.9715660861743982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3974685550852099f,-0.1498537906215623f,0.6779104580656834f,0.2041790174525397f,-0.6230407359715825f,0.4216473362673449f,-0.27209146465598943f,0.5096690462821679f,-0.30633150187087266f,-0.6631420400298881f,-0.32619571687337345f,-0.9715660861743982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3142333010915134f,-0.8431901803475031f,1.2773777836844804f,-0.5710523842969595f,1.421700629337509f,-0.32223286307803667f,-0.5624407102031846f,0.2842883805514782f,0.566948853977554f,1.275383296000883f,0.7024049368102858f,-1.3729057396635687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6653113712004007f,-0.4757889362686162f,0.5753135384082504f,-0.4096311188666556f,-0.6319339492448849f,0.7692227060021899f,-0.09463568228967228f,0.4581287989176386f,-0.3975176262044313f,-0.4265223519290018f,-0.812439794792049f,-1.2950511464301047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4163917523746585f,-0.4757889362686162f,0.7747533779718162f,-0.2512660155925378f,-0.6241317730947699f,0.7692227060021899f,0.13695239459113956f,0.6915649681035498f,-0.6611183240297759f,-0.4265223519290018f,-0.6172529829308343f,-1.0565603328747062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8875736860674428f,0.038627119922996445f,0.4590434591703783f,0.07317289192515988f,0.32632586854735823f,0.6506266404485159f,-0.6857086861455745f,1.0671941400410294f,-0.3251528553118741f,0.7584147416454483f,0.5648740570582111f,-0.4905467957741999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.38909490460817464f,0.515048443723349f,0.7637606011219167f,0.18266945530112758f,-0.12851977771916268f,0.8513374336790321f,-0.5086327169498799f,1.01161816235489f,-0.9121884793961017f,0.09974805579536737f,0.3974449690486367f,-0.8005804008979851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.5417154636304313f,0.4218974538455866f,-0.33979898516989565f,-0.5362147757090518f,-0.06414562423675632f,-0.8416406912706681f,0.7148944844791653f,-0.42886690174110337f,-0.8381107894275933f,0.33711049410548327f,-0.6041066081825561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.3390266635492967f,0.5970879554139021f,-0.2724996860330656f,-0.5362147757090518f,0.26281911922108697f,-0.8021220760477443f,0.7591598063578207f,-0.42886690174110337f,-0.9033200052996081f,-0.009281627901543577f,-0.7735371193506173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.27599095081174885f,0.6287146412862904f,-0.03544717717621815f,-0.5362147757090518f,0.343711893361454f,-0.7709318054621794f,0.8017389022824382f,-0.42886690174110337f,-0.8976029909887284f,-0.10189235083692738f,-0.49995954144095667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,-0.0753421460255492f,0.6824783264910226f,-0.04530834001543974f,-0.5362147757090518f,0.6831291339649568f,-0.49579058143492327f,0.9267269237668994f,-0.42886690174110337f,-0.7264008172906697f,-0.5370428597704598f,-0.6395162125565226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.802382473097888f,-0.4337217682814823f,0.4099607232212633f,-0.030730065172179112f,-0.5340427495873631f,0.8284385156108935f,-0.1687837891078059f,1.4544250333611246f,-0.2664220495351055f,-0.35436570597506106f,-0.8963505106543479f,-1.032771278159208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.802382473097888f,-0.4337217682814823f,0.4099607232212633f,0.09200831640617041f,-0.5340427495873631f,0.8284385156108935f,-0.1687837891078059f,1.3550733417904324f,-0.2664220495351055f,-0.35436570597506106f,-0.8963505106543479f,-1.0625175984286042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.802382473097888f,-0.4337217682814823f,0.4099607232212633f,-0.5021297681171882f,-0.5340427495873631f,0.8284385156108935f,-0.1687837891078059f,1.140674917978549f,-0.2664220495351055f,-0.35436570597506106f,-0.8963505106543479f,-1.1892942322610827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.802382473097888f,-0.4337217682814823f,0.4099607232212633f,-0.4395700720211804f,-0.5340427495873631f,0.8284385156108935f,-0.1687837891078059f,1.0012700201888043f,-0.2664220495351055f,-0.35436570597506106f,-0.8963505106543479f,-1.2390222062456115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8666937406358778f,-0.3935406761242263f,0.30654150808377767f,-0.15382630497554325f,-0.39685805887107534f,0.9162740822192891f,0.05427234435954942f,1.4811965315613946f,-0.30223441407568413f,-0.07461596671548365f,-0.9503088005798125f,-1.0891506667175708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7944599773517788f,-0.5242763090279158f,0.30654150808377767f,-0.25061952000955445f,-0.5353089235003828f,0.8429109496611012f,0.05427234435954942f,1.4280313030703196f,-0.2868408980725599f,-0.12097719922979537f,-0.9503088005798125f,-1.1234095725359334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9081986089908659f,-0.3828227278901765f,0.1691805119917196f,-0.253624598070622f,-0.3232554850834919f,0.8983423688501289f,0.29746744307936523f,1.4108838736173686f,-0.2658593199240775f,0.21547098955419228f,-0.9396228363923709f,-1.1621375666573697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7454494764199165f,-0.6447348543917042f,0.1691805119917196f,-0.23658259137680482f,-0.5850372942585429f,0.754482925343223f,0.29746744307936523f,1.4342748810319996f,-0.319431436198624f,0.12277004071857353f,-0.9396228363923709f,-1.1516639615007602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.837130508402259f,-0.5201831083997203f,0.1691805119917196f,-0.24764221885754856f,-0.459807381544434f,0.8367139846955325f,0.29746744307936523f,1.5573582507478623f,-0.2962932395101632f,0.17122862363088975f,-0.9396228363923709f,-1.1479473406396197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.837130508402259f,-0.4530395299793372f,0.30654150808377767f,-0.14570832461219785f,-0.459807381544434f,0.8863586658429925f,0.05427234435954942f,1.3579275509331894f,-0.2962932395101632f,-0.09551701294079168f,-0.9503088005798125f,-1.1264560127279415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7181078595266921f,-0.6475275395124545f,0.25500821096376397f,-0.46585046774356526f,-0.6582007340978153f,0.7509505216770542f,0.05333955029859977f,1.2728876822276927f,-0.2260373768187241f,-0.12954304136427627f,-0.9654665735876118f,-1.1895916315570807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8105623843866926f,-0.5272185821444654f,0.25500821096376397f,-0.3777988132460216f,-0.5326226477093404f,0.8446703543519418f,0.05333955029859977f,1.342749894740686f,-0.24351947799806853f,-0.09258811543899513f,-0.9654665735876118f,-1.1624748834475713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6515398452080289f,-0.7543702988083768f,0.08013290449034138f,-0.34618650551675834f,-0.7139780403532254f,0.6454719299214146f,0.2712956792447905f,1.3497711792211877f,-0.2563809431289033f,0.11954681074493156f,-0.9591545089510081f,-1.1899391497574738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8527644577945271f,-0.5161119036995253f,0.08013290449034138f,-0.3756439687982591f,-0.47957167203186696f,0.8345116331170387f,0.2712956792447905f,1.3421428664713528f,-0.20689077047313126f,0.1929218418219787f,-0.9591545089510081f,-1.1945578429286787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7615278226814585f,-0.643159461486791f,0.08013290449034138f,-0.48037188554418686f,-0.6042137298421036f,0.7492158721579522f,0.2712956792447905f,1.4032997399258016f,-0.2345232268930538f,0.15818180681298227f,-0.9591545089510081f,-1.21859000501586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7615278226814585f,-0.5958575229222988f,0.25500821096376397f,-0.3463039428866698f,-0.6042137298421036f,0.7950350061753485f,0.05333955029859977f,1.2244168635363484f,-0.2345232268930538f,-0.1134599106850771f,-0.9654665735876118f,-1.1930615251117178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.802382473097888f,-0.4337217682814823f,0.4099607232212633f,-0.03653500010583859f,-0.5340427495873631f,0.8284385156108935f,-0.1687837891078059f,0.8718719613938047f,-0.2664220495351055f,-0.35436570597506106f,-0.8963505106543479f,-0.9501353911496625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,-0.0753421460255492f,0.6824783264910226f,-0.008281695346257644f,-0.5362147757090518f,0.6831291339649568f,-0.49579058143492327f,0.6156985361569459f,-0.42886690174110337f,-0.7264008172906697f,-0.5370428597704598f,-0.6777350846656613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8291269449656785f,0.038706239661736155f,0.5577188683764688f,-0.07057477914708131f,-0.4959302378090561f,0.40958965052909696f,-0.7656954469017726f,0.7461668179270515f,-0.2580730678674814f,-0.9114483776883366f,-0.32040622099261107f,-0.35412195963933996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8291269449656785f,0.5541636175288176f,0.07383220258975733f,0.09885911535565171f,-0.4959302378090561f,-0.668094528543028f,-0.5547097440621735f,0.4967426260690185f,-0.2580730678674814f,-0.49654041722526826f,0.8287616700253595f,-0.41916248741661755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6100523337124386f,0.5472693253997778f,0.5730029979053157f,-0.3819545785623587f,-0.5635156279262696f,0.20872463353870316f,-0.7993022985310353f,0.4680034464250534f,-0.557033470461937f,-0.8105123767288235f,0.18106186775388233f,-0.3202570317076845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6100523337124386f,0.7694365539540433f,0.18921823266095106f,-0.09025228046129266f,-0.5635156279262696f,-0.25342824149446974f,-0.7862723850523321f,0.35608267874089594f,-0.557033470461937f,-0.5862947346278553f,0.5881940130031785f,-0.526500591777849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6715098712687486f,0.46923376054636756f,0.573492956148672f,-0.0056214723508381205f,-0.504284110589772f,0.27768285411448723f,-0.817673387323762f,0.5458264252177322f,-0.5429291193105332f,-0.8382791363825932f,0.05016035197586102f,-0.5948831711847695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7700753611010076f,0.3565407132574814f,0.5290204703175473f,-0.0037622817899900353f,-0.5589706573491275f,0.022564454165555803f,-0.8288803590572615f,0.5209276555657494f,-0.3074666525785144f,-0.9340072618550975f,0.18191946667167366f,-0.5669037824364591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.3775697741419184f,0.573492956148672f,-0.0056214723508381205f,-0.5362147757090518f,0.2094849540510635f,-0.817673387323762f,0.5458264252177322f,-0.42886690174110337f,-0.9019740127523876f,0.05016035197586102f,-0.5948831711847695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7129711008117358f,0.1922337668973196f,0.6743281013510921f,-0.007606327853406534f,-0.4900343848281491f,0.5512559258396148f,-0.6752652855824935f,0.562977851280053f,-0.501536151332483f,-0.8118885903196177f,-0.2988283885701368f,-0.6129629849198144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7355205110608151f,0.0655071716460787f,0.6743281013510921f,-0.007606327853406534f,-0.5783142483714748f,0.4577875317412321f,-0.6752652855824935f,0.562977851280053f,-0.3529337160705586f,-0.8866450170418833f,-0.2988283885701368f,-0.6129629849198144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.12936273352845198f,0.6743281013510921f,-0.007606327853406534f,-0.5362147757090518f,0.5064489198314917f,-0.6752652855824935f,0.562977851280053f,-0.42886690174110337f,-0.8525108649017689f,-0.2988283885701368f,-0.6129629849198144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6963004157514109f,0.2809308803354898f,0.6604873742156915f,-0.149457537899787f,-0.473455974116291f,0.5118457985205828f,-0.7168356290743513f,0.46766231480011905f,-0.5394489517998957f,-0.8118446397006964f,-0.22339003870190816f,-0.7050960577251053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7452848166183453f,0.14836102663527165f,0.6500304207449736f,0.14078505003753108f,-0.5897987938226086f,0.30797424999173695f,-0.7465180802548744f,0.6692986729705969f,-0.3109468200891518f,-0.9397557486484215f,-0.14202537786849698f,-0.5456767329162131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.14596039122614493f,0.6709311956458968f,-0.025103085133246765f,-0.5362147757090518f,0.48963459846230234f,-0.6875548518481642f,0.4843362830383857f,-0.42886690174110337f,-0.8596240597969386f,-0.2777042606969079f,-0.5031931972199124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7270123072564026f,0.08692946118179001f,0.6810993861958514f,8.398334546815476e-17f,-0.5362147757090518f,0.5476957447830092f,-0.6422640309544634f,0.6109012289485662f,-0.42886690174110337f,-0.8321494096165835f,-0.3515686855591071f,-0.6857760582612654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1541227498417907f,-0.6064157526941428f,-0.7800680181020119f,-0.2498404045674516f,0.554004139007909f,0.6006816468584764f,-0.5764208298539306f,0.7595575113874787f,0.818123213179598f,-0.5210004740993861f,0.2433781297588278f,-0.5431190168837557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1541227498417907f,-0.6064157526941428f,-0.7800680181020119f,-0.2642894123651195f,0.554004139007909f,0.6006816468584764f,-0.5764208298539306f,0.8114953994194702f,0.818123213179598f,-0.5210004740993861f,0.2433781297588278f,-0.46641996564816846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1541227498417907f,-0.6064157526941428f,-0.7800680181020119f,-0.14005470575098375f,0.554004139007909f,0.6006816468584764f,-0.5764208298539306f,0.8719895798815641f,0.818123213179598f,-0.5210004740993861f,0.2433781297588278f,-0.5412762107297863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6201456972270813f,-0.7785025447931806f,-0.09671143655886387f,0.2513479491968142f,-0.3873649967932207f,0.41108311044274093f,-0.8252024209659768f,1.6390549156903533f,0.6821786228475099f,-0.47428310539092916f,-0.5564960579111153f,-1.1342110412812214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5418907929287875f,-0.7785025447931806f,-0.3166830533665354f,0.30678576374349437f,-0.058952751680050625f,0.41108311044274093f,-0.9096896445371198f,1.6603476038101852f,0.8383787578465715f,-0.47428310539092916f,-0.268657019882929f,-1.2067529784687507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5913366884979215f,-0.7785025447931806f,-0.21036803128530257f,0.31062206116294966f,-0.2271220066115405f,0.41108311044274093f,-0.8828512164693825f,1.7821289422206767f,0.7737806633336473f,-0.47428310539092916f,-0.4199035853522536f,-1.107496472072148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011359567300881292f,-0.000006048027626208546f,0.000008861276294607158f,-0.45944503032776696f,-0.000008378355870453936f,0.000013061828055072152f,-0.0000018254932943618664f,0.8262240697458465f,-0.000006701045339704742f,-0.000006078703372623828f,-0.00001273915152837398f,-0.1929765395413236f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13.mcfunction new file mode 100644 index 000000000..b7ada455f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..45978f1bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7227900365452156f,-0.2430410828431803f,0.2923183873207856f,0.20606841772639517f,-0.37737898022331995f,0.5344890412204518f,-0.488723863286103f,0.6204630105604642f,-0.04587060933776161f,-0.5676239435666016f,-0.5853574893458919f,-0.8819826250070467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7452526205930117f,0.0509966596567028f,0.286352705946892f,0.20606841772639517f,-0.14117154119758873f,0.6251952675815065f,-0.4787499068925091f,0.6204630105604642f,-0.2543012533495389f,-0.4965180944311565f,-0.5734114181347513f,-0.8819826250070467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5189028314938208f,-0.024097128454622585f,0.6301615858749099f,0.16066318855062794f,-0.375674780372814f,0.6672727371375234f,-0.2838309322629933f,0.5929259444617114f,-0.5065103703814738f,-0.4702242732119251f,-0.435064158513182f,-0.9021816497595174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46058657980617485f,-0.21633145507742724f,0.6173011453468505f,0.16066318855062794f,-0.5901379218010301f,0.4630678628944381f,-0.2780384642576261f,0.5929259444617114f,-0.2821298207471369f,-0.6154420004342089f,-0.426185298135362f,-0.9021816497595174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4258498670873784f,-0.5898129802257067f,1.3828155296564082f,-0.6649967064682983f,1.4641621671983878f,-0.1632900940009028f,-0.5205494629198054f,0.3678808268931017f,0.34100922105799963f,1.4376589454938349f,0.5081886633869063f,-1.1336543646409414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7271363110586896f,-0.5442405709988914f,0.4184196291030827f,-0.4919190520083496f,-0.6527934765393895f,0.7367841497369083f,-0.17609597861415976f,0.5450570120033478f,-0.2124463747103686f,-0.40118738461629344f,-0.891019203102357f,-1.1021681051511676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.527413702606275f,-0.5442405709988914f,0.652408604466511f,-0.29363545771644806f,-0.6723829157318942f,0.7367841497369083f,0.071065683197571f,0.7957406318706902f,-0.5193611469247736f,-0.40118738461629344f,-0.7545281184221841f,-0.9169893857085123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8511026735108895f,0.1650919678612174f,0.4983662120271869f,0.11762335146483903f,0.3113576704542581f,0.605583960937393f,-0.7323417694660571f,1.1272276636871916f,-0.4227063285449055f,0.7784681807261544f,0.46401147766515116f,-0.38060170565702606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.26127424132914245f,0.5601163334939737f,0.7861332353813497f,0.18337457473838142f,-0.09166028990050296f,0.8251390254636269f,-0.5574441495901554f,1.0850345531199024f,-0.9609027849232388f,0.07358859701206216f,0.2669279983751415f,-0.7047861301003635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.40144305629623384f,0.4473882201717482f,-0.3159285632046529f,-0.48468091518192596f,0.009851415637587624f,-0.8746355584289642f,0.788775575584787f,-0.3555237790293592f,-0.9158310008737824f,0.18669874231823072f,-0.4574434319947216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.19967696348583364f,0.5669584263859061f,-0.2749456423861472f,-0.48468091518192596f,0.34381005884198185f,-0.8042879172892525f,0.8482131621346007f,-0.3555237790293592f,-0.9175640324751999f,-0.17798620410732235f,-0.6305991018594923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.17163570399355865f,0.5760676454302407f,-0.0027204122806420324f,-0.48468091518192596f,0.38283508080829476f,-0.7864615129559215f,0.8668409997000779f,-0.3555237790293592f,-0.9077326071135384f,-0.22276524982039164f,-0.388942340601631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,-0.1393929428602722f,0.5847070672376543f,-0.025202169896707743f,-0.48468091518192596f,0.7247756619178124f,-0.4896781089144251f,0.9996759481289526f,-0.3555237790293592f,-0.6747368726936076f,-0.6467866689816152f,-0.5194979209128175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8463708056843502f,-0.4162789053678565f,0.3322172967064829f,-0.02995656609762598f,-0.4893383605310474f,0.8540435365096488f,-0.1765151740187758f,1.5445372092057397f,-0.2102484915475274f,-0.3119639573601913f,-0.926538753161549f,-0.9077971199753818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8463708056843502f,-0.4162789053678565f,0.3322172967064829f,0.08496257385275194f,-0.4893383605310474f,0.8540435365096488f,-0.1765151740187758f,1.4395836580976875f,-0.2102484915475274f,-0.3119639573601913f,-0.926538753161549f,-0.9477803149812208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8463708056843502f,-0.4162789053678565f,0.3322172967064829f,-0.5271994144371818f,-0.4893383605310474f,0.8540435365096488f,-0.1765151740187758f,1.2570509223937494f,-0.2102484915475274f,-0.3119639573601913f,-0.926538753161549f,-1.0313181087595542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8463708056843502f,-0.4162789053678565f,0.3322172967064829f,-0.47575808491313f,-0.4893383605310474f,0.8540435365096488f,-0.1765151740187758f,1.1153969942458688f,-0.2102484915475274f,-0.3119639573601913f,-0.926538753161549f,-1.0870699406314577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9054712112439492f,-0.3416790037252126f,0.25174857302825304f,-0.15489877394088913f,-0.34852015901537003f,0.9371216266724787f,0.018350901411876758f,1.5794380522429134f,-0.24218914998058155f,-0.07112323977486877f,-0.9676186750965535f,-0.9584235716108581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8408729859269729f,-0.4791192727458322f,0.25174857302825304f,-0.256583007184347f,-0.49082741786798456f,0.871063539752651f,0.018350901411876758f,1.5316801309363126f,-0.22808127368835787f,-0.10813432478675075f,-0.9676186750965535f,-0.9857848268299189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393341841195306f,-0.3089997791405439f,0.14889737081490417f,-0.264215496655664f,-0.2702510990375631f,0.9340500635879743f,0.23348409406272225f,1.5139182903944364f,-0.2112241321759547f,0.17907991289476363f,-0.9608926843223016f,-1.018858033642472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7978737137731378f,-0.5841464797756383f,0.14889737081490417f,-0.2451332404709519f,-0.5456614120212857f,0.8048222171701316f,0.23348409406272225f,1.536538504204028f,-0.2562248237403978f,0.1050432716316633f,-0.9608926843223016f,-1.0104046880852764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8794312064299062f,-0.4521397196903283f,0.14889737081490417f,-0.2473355304126672f,-0.41304148157060133f,0.8802737712335136f,0.23348409406272225f,1.6601215226357298f,-0.2366378829756602f,0.1438324078804184f,-0.9608926843223016f,-1.013238767401794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8794312064299062f,-0.40400916961806455f,0.25174857302825304f,-0.15643346724860283f,-0.41304148157060133f,0.9105273081678188f,0.018350901411876758f,1.4552528782979708f,-0.2366378829756602f,-0.08784424821915118f,-0.9676186750965535f,-0.993473811552485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7663109382411362f,-0.6081839644053119f,0.20707441023030393f,-0.4841772489418545f,-0.6182279597601924f,0.7857465477114887f,0.019913626747206065f,1.3885030524685795f,-0.17481915141865748f,-0.1127591601587905f,-0.9781225056696858f,-1.0375452006549402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8520173120890826f,-0.4808187689018252f,0.20707441023030393f,-0.39088301942301f,-0.4876987068366071f,0.8727848639955176f,0.019913626747206065f,1.4534740209892016f,-0.19030625646677002f,-0.08402316735317236f,-0.9781225056696858f,-1.0164715058441693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7051783753772801f,-0.7055513797840214f,0.0701477682119944f,-0.36143715958236444f,-0.6799391125580421f,0.7009763140284373f,0.21520922467424064f,1.4579368165451827f,-0.20101308940972515f,0.10406468015599449f,-0.9740453173389769f,-1.0405671419200502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8886918558109475f,-0.45310713526733476f,0.0701477682119944f,-0.3914622339163252f,-0.43004692999317284f,0.8767808321459585f,0.21520922467424064f,1.452116967992224f,-0.15901705386134377f,0.16108785289794533f,-0.9740453173389769f,-1.0440153152133689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.806869012054871f,-0.586550669593406f,0.0701477682119944f,-0.49250681341788694f,-0.5619110790972717f,0.7987120437321901f,0.21520922467424064f,1.5189838181527282f,-0.18225898214720773f,0.13422884636573237f,-0.9740453173389769f,-1.0686011207567152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.806869012054871f,-0.5532473099919858f,0.20707441023030393f,-0.36802616866969035f,-0.5619110790972717f,0.8269579110556429f,0.019913626747206065f,1.3329182881652089f,-0.18225898214720773f,-0.10028971696599343f,-0.9781225056696858f,-1.0460359344393668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8463708056843502f,-0.4162789053678565f,0.3322172967064829f,-0.059268669480197676f,-0.4893383605310474f,0.8540435365096488f,-0.1765151740187758f,0.9619043699584815f,-0.2102484915475274f,-0.3119639573601913f,-0.926538753161549f,-0.8309190088125294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,-0.1393929428602722f,0.5847070672376543f,-0.006996315907595596f,-0.48468091518192596f,0.7247756619178124f,-0.4896781089144251f,0.6901134967393018f,-0.3555237790293592f,-0.6747368726936076f,-0.6467866689816152f,-0.5778926815524266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8671137667929705f,-0.026275518850747692f,0.49741663879209974f,-0.03041856918505234f,-0.46338404065048083f,0.40888043156924525f,-0.7861882875941245f,0.7981142435439473f,-0.18272642476812057f,-0.9122096194345201f,-0.366721507281191f,-0.22220721669598176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8671137667929705f,0.47006953657105227f,0.16476755210290156f,0.12341057754122758f,-0.46338404065048083f,-0.639906964901967f,-0.613020641691931f,0.5546366165627138f,-0.18272642476812057f,-0.6079092918008653f,0.7726948599761947f,-0.3347455334058606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7137646366488681f,0.4198545404399073f,0.5605909456470948f,-0.3330110031705725f,-0.4926378537963895f,0.26797827312882627f,-0.827946610680773f,0.5425828969036697f,-0.4978433372823189f,-0.8671273320584966f,0.015562824959397592f,-0.17887085637788586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7137646366488681f,0.6654664619602888f,0.2183905480453886f,-0.0815632806672374f,-0.4926378537963895f,-0.25537571618469285f,-0.8319201816220367f,0.4275645301972369f,-0.4978433372823189f,-0.7013826570348105f,0.5101121248651049f,-0.4255590849233859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.757960388747828f,0.3654682528151487f,0.5403045486329761f,0.002618158844285851f,-0.4479994220091437f,0.3103912681695424f,-0.8384233885833436f,0.6164128620725158f,-0.47412294499287266f,-0.8775478430423866f,-0.07153472026183932f,-0.49902987315715136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8267236590045327f,0.23051013721031272f,0.5132183436759058f,0.00711608552783394f,-0.5130693835170086f,0.06538882330028793f,-0.8558528550427817f,0.5898570583199699f,-0.23084150263683975f,-0.970870423089861f,0.06420920673610137f,-0.4729375475218458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.2634079378519598f,0.5403045486329761f,0.002618158844285851f,-0.48468091518192596f,0.24926016917035565f,-0.8384233885833436f,0.6164128620725158f,-0.3555237790293592f,-0.9319257622481221f,-0.07153472026183932f,-0.49902987315715136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7929488258034157f,0.10610541028309943f,0.5999781675741539f,-0.0010196979406034582f,-0.4348017939072486f,0.5912825907519422f,-0.6792144712008938f,0.6346594671346075f,-0.42682497545483794f,-0.7994539009738624f,-0.42272201332039777f,-0.5157277213344444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7993271625293928f,-0.03320068790055776f,0.5999781675741539f,-0.0010196979406034582f,-0.5308713220337308f,0.5067971404353512f,-0.6792144712008938f,0.6346594671346075f,-0.28151683197434f,-0.8614257790253785f,-0.42272201332039777f,-0.5157277213344444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.03659160328909291f,0.5999781675741539f,-0.0010196979406034582f,-0.48468091518192596f,0.5511371086850357f,-0.6792144712008938f,0.6346594671346075f,-0.3555237790293592f,-0.8336119852779424f,-0.42272201332039777f,-0.5157277213344444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.780758620001894f,0.1922984940042181f,0.5945059011451844f,-0.15767973732712473f,-0.4165971363873312f,0.5489153083303949f,-0.7246646191407601f,0.5498762218826062f,-0.4656853049502566f,-0.8134576039869914f,-0.3484593566961995f,-0.5929595397422589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8039254277504667f,0.03554762183970303f,0.5936668031798398f,0.15929244177153956f,-0.5444716691388211f,0.35762220198292494f,-0.7587206087579736f,0.7316640835389795f,-0.23927914267945577f,-0.9331895451784837f,-0.2681469087052079f,-0.46336666592901343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.06398820162578438f,0.5976773854259536f,-0.008847458339134218f,-0.48468091518192596f,0.5195025502806931f,-0.7037055568277593f,0.5521844334155771f,-0.3555237790293592f,-0.8520696041430851f,-0.3841617266726729f,-0.4076692462263438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7991791119662064f,0.011653690749754642f,0.6009799817704539f,7.189539314964776e-17f,-0.48468091518192596f,0.5788576667157447f,-0.6557501141004969f,0.6853095129722351f,-0.3555237790293592f,-0.8153453214290941f,-0.4569626345428807f,-0.5870704369594901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0175146008713028f,-0.6127837201189551f,-0.7900565493137139f,-0.2261794429715529f,0.5368495652824928f,0.6608505689808354f,-0.5244702753576265f,0.8396595105795275f,0.8434961665664622f,-0.4333274025894049f,0.31739813980677695f,-0.4050162593566166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0175146008713028f,-0.6127837201189551f,-0.7900565493137139f,-0.22782143680323758f,0.5368495652824928f,0.6608505689808354f,-0.5244702753576265f,0.8899891573247612f,0.8434961665664622f,-0.4333274025894049f,0.31739813980677695f,-0.3259384937410108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.0175146008713028f,-0.6127837201189551f,-0.7900565493137139f,-0.10849195749033813f,0.5368495652824928f,0.6608505689808354f,-0.5244702753576265f,0.9434948752557883f,0.8434961665664622f,-0.4333274025894049f,0.31739813980677695f,-0.41308709751983025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5835396168128827f,-0.7927720441625731f,-0.1760511334929981f,0.2728002150110528f,-0.390957176311982f,0.4642621369924276f,-0.7947409354282603f,1.698132346663694f,0.7117822714145355f,-0.3949343668883726f,-0.5808552693661686f,-1.057325345881671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4391365816611418f,-0.7927720441625731f,-0.4226955744282908f,0.32211262783705624f,0.01429565573479366f,0.4642621369924276f,-0.8855824650377494f,1.7162945845510014f,0.8983065717638267f,-0.3949343668883726f,-0.19254129161403466f,-1.1349622028260542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5259990701440368f,-0.7927720441625731f,-0.30795691939280084f,0.34364995933297465f,-0.19373053746461305f,0.4642621369924276f,-0.86425062742754f,1.8368510597214787f,0.8281264740734233f,-0.3949343668883726f,-0.39778560656363554f,-1.0364759333693172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012487173624471977f,-0.0000057483472892610475f,0.00000742749105111118f,-0.3936931901333651f,-0.000007573139299717594f,0.000013471027578679661f,-0.000002306426266223344f,0.9265158940328462f,-0.000005555059047333738f,-0.000005443210855414036f,-0.00001355187808254407f,-0.05122514110372056f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14.mcfunction new file mode 100644 index 000000000..e63bb4d3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..6a1955157 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7414150748014677f,-0.29277333253968185f,0.1775722586869562f,0.15743341908937214f,-0.34009423432676983f,0.5804049037234204f,-0.4630448185175381f,0.7067701867388887f,0.039800038684235185f,-0.4943261756490956f,-0.6488466948619817f,-0.8105985985001509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7807520488218632f,0.01296977244118791f,0.17394833504028365f,0.15743341908937214f,-0.0902152765725964f,0.6527731984055486f,-0.45359492426207815f,0.7067701867388887f,-0.14928979246215363f,-0.46229745450977155f,-0.6356049255790841f,-0.8105985985001509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6063560563696011f,-0.05512491829425477f,0.5442775217950868f,0.10814920504379254f,-0.31818653209341896f,0.6964775637247466f,-0.2839379834873273f,0.6826987034996302f,-0.44501023375054327f,-0.42287668540076534f,-0.5385959944579922f,-0.8254160000049203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5281024231370881f,-0.27719627816845505f,0.5331698172686565f,0.10814920504379254f,-0.5490577461289636f,0.5110497813009938f,-0.27814333076309616f,0.6826987034996302f,-0.24422002803316234f,-0.5495364814111645f,-0.5276042394690537f,-0.8254160000049203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.45787719214209843f,-0.2924202235981687f,1.4650068736176172f,-0.7275784567306736f,1.4904802097094436f,-0.014287728903688662f,-0.4686905751850227f,0.4601742046026865f,0.10111118326159828f,1.5348265451293093f,0.2747548998395984f,-0.8690707221010563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7401959181688277f,-0.626190309896671f,0.24494019375700096f,-0.5554863830762913f,-0.6722080453379918f,0.6976515207566936f,-0.24782796325021283f,0.6402968392394394f,-0.01569542956029918f,-0.34809201567600445f,-0.9373289721936124f,-0.8857686191072638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6000510289682348f,-0.626190309896671f,0.49781970473824527f,-0.3317340563883453f,-0.7162973784684679f,0.6976515207566936f,0.014157018933129928f,0.9066765695782801f,-0.3561696621462346f,-0.34809201567600445f,-0.8671649902926509f,-0.7615649366503079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7969507116460848f,0.30862508879240885f,0.5192495717616692f,0.17015986630591903f,0.2984645997539387f,0.5461589876345667f,-0.7827063580422139f,1.1838346874000385f,-0.5251556396921967f,0.7787560046599081f,0.343148130266823f,-0.2736970531092778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11444878178706058f,0.6092136641817938f,0.7847038853743814f,0.18602711271372474f,-0.04169191701934666f,0.792143738884871f,-0.6089089266883425f,1.1595623981410101f,-0.992553908058756f,0.036973075604959674f,0.11605917144974037f,-0.6058989637879022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,0.2416813939043685f,0.43487346706930075f,-0.2828150646677952f,-0.4236830635605947f,0.09935040675544138f,-0.9003455771699206f,0.8628957418840459f,-0.2608016299265436f,-0.9652562356794023f,0.016214478397048315f,-0.3079567440171885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,0.05686562219445726f,0.4942581608156511f,-0.2690636470012367f,-0.4236830635605947f,0.43633514313413635f,-0.7937910962703107f,0.939747386870007f,-0.2608016299265436f,-0.8979854920200827f,-0.35440734466022034f,-0.47854406967508034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,0.05954458207197552f,0.4939425789161191f,0.035794161309200864f,-0.4236830635605947f,0.43202491009578314f,-0.7961451743926102f,0.9303168158506195f,-0.2608016299265436f,-0.8998938380734722f,-0.34953338899889647f,-0.2789836939929204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,-0.19540416872600125f,0.45753911238814676f,0.0020154991255015445f,-0.4236830635605947f,0.7722171344069414f,-0.47346949107650105f,1.072148344232693f,-0.2608016299265436f,-0.6045642299812588f,-0.7526517133806486f,-0.39704356032303545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8902745090139996f,-0.3901713034952211f,0.2348992390977927f,-0.021018324646643452f,-0.4342599713537417f,0.8826782421033332f,-0.1797147690013728f,1.6371540367658033f,-0.13722090175964202f,-0.2620028145768848f,-0.9552617176847722f,-0.7739326445055251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8902745090139996f,-0.3901713034952211f,0.2348992390977927f,0.08316018604370218f,-0.4342599713537417f,0.8826782421033332f,-0.1797147690013728f,1.5262557458347732f,-0.13722090175964202f,-0.2620028145768848f,-0.9552617176847722f,-0.8255922949003753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8902745090139996f,-0.3901713034952211f,0.2348992390977927f,-0.5440545986923683f,-0.4342599713537417f,0.8826782421033332f,-0.1797147690013728f,1.38202630359548f,-0.13722090175964202f,-0.2620028145768848f,-0.9552617176847722f,-0.8545499242893148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8902745090139996f,-0.3901713034952211f,0.2348992390977927f,-0.5066466761780726f,-0.4342599713537417f,0.8826782421033332f,-0.1797147690013728f,1.2385585148129192f,-0.13722090175964202f,-0.2620028145768848f,-0.9552617176847722f,-0.9165011423161382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.942902156400872f,-0.28259568752513187f,0.1762815953149489f,-0.14741192015321447f,-0.2896239146351345f,0.9570236902700294f,-0.014954742838141966f,1.6814348577224232f,-0.16447951704089406f,-0.06515622498374667f,-0.9842261705623672f,-0.8165410690713226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8870857609984841f,-0.42661886009289013f,0.1762815953149489f,-0.2538901056931966f,-0.43576965266086354f,0.8999339784042357f,-0.014954742838141966f,1.6403097042206756f,-0.15226182204863697f,-0.090084308992008f,-0.9842261705623672f,-0.8349871629280404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9682929806180343f,-0.2267995850306732f,0.10474087986912177f,-0.2662377434656652f,-0.2074869356404998f,0.9636276511167452f,0.16843669891606008f,1.622808230161199f,-0.13913258146228183f,0.14136370903856044f,-0.9801318414083399f,-0.8618108365970094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8508164228079744f,-0.5149182097814027f,0.10474087986912177f,-0.2450311655329116f,-0.4951091226316975f,0.852347367653078f,0.16843669891606008f,1.6443029669766318f,-0.17600673670945996f,0.09145054450567315f,-0.9801318414083399f,-0.8558507219490077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9208924154809264f,-0.37548170021180427f,0.10474087986912177f,-0.23822059762281028f,-0.3556770032583576f,0.9193056879033299f,0.16843669891606008f,1.767343778277512f,-0.159533784706749f,0.11785815624995123f,-0.9801318414083399f,-0.8658616884564467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9208924154809264f,-0.34768082814978685f,0.1762815953149489f,-0.15999241128910835f,-0.3556770032583576f,0.9344892856634576f,-0.014954742838141966f,1.5570836890032345f,-0.159533784706749f,-0.07647101880633622f,-0.9842261705623672f,-0.8486557092250211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8156974023493014f,-0.5615345701207042f,0.13898443927273801f,-0.493921519085346f,-0.5683133537498736f,0.8227338489069965f,-0.01135543095836522f,1.5119269078112463f,-0.1079707356192995f,-0.08824930833743073f,-0.9902294581700711f,-0.8677598129846118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8934981738325745f,-0.4270179609781035f,0.13898443927273801f,-0.3953071446761956f,-0.4326125437790139f,0.9015084254474832f,-0.01135543095836522f,1.5708422343037152f,-0.12044667003659862f,-0.0702724686438603f,-0.9902294581700711f,-0.8545943244187548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7609184375273228f,-0.6477524441648086f,0.0376815937759275f,-0.36820921471662943f,-0.6355959073113832f,0.7557970559572699f,0.1574441260109214f,1.5730974201305117f,-0.13046445508259022f,0.09585187157713569f,-0.9868087173688543f,-0.8755440630974834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9238429517743223f,-0.38091245443987937f,0.0376815937759275f,-0.3987057908280614f,-0.37093349478967197f,0.9152156519792357f,0.1574441260109214f,1.569340678109838f,-0.09445921289121388f,0.13147628084490848f,-0.9868087173688543f,-0.8773079678198923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8528810759710304f,-0.5207436679797494f,0.0376815937759275f,-0.49579600682519553f,-0.5095379588537841f,0.8459210457671428f,0.1574441260109214f,1.6421026765464803f,-0.1138636848938983f,0.11508091321856963f,-0.9868087173688543f,-0.9010740375914361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8528810759710304f,-0.5032665257003888f,0.13898443927273801f,-0.38256103854260826f,-0.5095379588537841f,0.8603732461408067f,-0.01135543095836522f,1.4485186961647991f,-0.1138636848938983f,-0.08050267967335392f,-0.9902294581700711f,-0.8829609346649315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8902745090139996f,-0.3901713034952211f,0.2348992390977927f,-0.07865453309636344f,-0.4342599713537417f,0.8826782421033332f,-0.1797147690013728f,1.0560446800373513f,-0.13722090175964202f,-0.2620028145768848f,-0.9552617176847722f,-0.7016799507966737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,-0.19540416872600125f,0.45753911238814676f,-0.005377969824112982f,-0.4236830635605947f,0.7722171344069414f,-0.47346949107650105f,0.7664632546347482f,-0.2608016299265436f,-0.6045642299812588f,-0.7526517133806486f,-0.4749683645537016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9008204267114936f,-0.10239930958378632f,0.4219442382781001f,0.02168752556148107f,-0.4241596772579046f,0.4152326982784094f,-0.8047797055523344f,0.8442705305860204f,-0.09279615836764178f,-0.9039337296932755f,-0.4174837545522128f,-0.09241651544442098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9008204267114936f,0.3561986615722982f,0.2482842570793115f,0.1480252532925564f,-0.4241596772579046f,-0.5997198856536862f,-0.6785459652374333f,0.6112591650690421f,-0.09279615836764178f,-0.7165602362995265f,0.6913250326341254f,-0.25377643025942875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8150558030833093f,0.2813501880118968f,0.5064840664481876f,-0.2731559679559775f,-0.4086989593207327f,0.3404277379387373f,-0.8468022885491423f,0.614213111548824f,-0.4106692081351752f,-0.8971906302161125f,-0.16248007429233707f,-0.03820982718330301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8150558030833093f,0.5315380755119519f,0.23054568341496304f,-0.07238909259356723f,-0.4086989593207327f,-0.24542108824354436f,-0.8790527004085164f,0.5001619179736487f,-0.4106692081351752f,-0.8107007855715974f,0.4172709404730016f,-0.3231681352068623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8421694722502149f,0.24890538354494307f,0.4783269698147275f,0.010857747843873826f,-0.3807977716087409f,0.35351578784064264f,-0.8544118707539281f,0.6882182867244407f,-0.3817638499748395f,-0.9017054384829642f,-0.20293758908253956f,-0.40185784996530205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8778946970486963f,0.08880636029863025f,0.4705468427949418f,0.01770595814954179f,-0.45931902082778936f,0.1216371583611202f,-0.8799036531414294f,0.6597645207258662f,-0.13537702168233215f,-0.9885938660928165f,-0.06599416583365314f,-0.37841138476133507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,0.13685078906712025f,0.4783269698147275f,0.010857747843873826f,-0.4236830635605947f,0.30078732813514947f,-0.8544118707539281f,0.6882182867244407f,-0.2608016299265436f,-0.9438214051212362f,-0.20293758908253956f,-0.40185784996530205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8690865955073821f,0.019204804247368812f,0.49428702694204735f,0.005792132620087279f,-0.36935375340975163f,0.6394852586465019f,-0.6742673125815495f,0.7077086180259465f,-0.32903843901817365f,-0.768563451816203f,-0.5486746997819808f,-0.4166719398864999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8592180965546605f,-0.13200226342672294f,0.49428702694204735f,0.005792132620087279f,-0.47478788977091335f,0.5656324344580481f,-0.6742673125815495f,0.7077086180259465f,-0.19057996295484278f,-0.8140241713482985f,-0.5486746997819808f,-0.4166719398864999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,-0.05661416357436081f,0.49428702694204735f,0.005792132620087279f,-0.4236830635605947f,0.6048605234564115f,-0.6742673125815495f,0.7077086180259465f,-0.2608016299265436f,-0.7943164253915511f,-0.5486746997819808f,-0.4166719398864999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8617705338474783f,0.10002053930375103f,0.49734036505156015f,-0.16480990517136546f,-0.34907922163955074f,0.5944420942187969f,-0.7244185900708902f,0.6353655864278243f,-0.36809678620134373f,-0.7978937826165573f,-0.47735758886822405f,-0.4746094136942335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8582936354514329f,-0.08260303058177322f,0.5064669531985966f,0.17700819019322983f,-0.4910375707969795f,0.41886022792673f,-0.7638312729438153f,0.7937776722406639f,-0.1490440854558278f,-0.9042858225140294f,-0.4000662592505913f,-0.38307525252435065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,-0.022967821940058662f,0.49698823695914823f,0.008013645715982905f,-0.4236830635605947f,0.5577484802666148f,-0.7137291463939179f,0.620412101072676f,-0.2608016299265436f,-0.8296921790131635f,-0.4935518188721898f,-0.3121998284409465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8674532676055623f,-0.06619580137242542f,0.4930952690921858f,5.942351935507676e-17f,-0.4236830635605947f,0.6178316727849442f,-0.6624022084471539f,0.7617688893946291f,-0.2608016299265436f,-0.7835190744228376f,-0.5639861433078283f,-0.4852298588984981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.136500679566332f,-0.6041565977952021f,-0.7850874918239721f,-0.1926576542595855f,0.5057101423008956f,0.7239598326205071f,-0.46919016691113113f,0.9205032145804537f,0.8518361441333288f,-0.332981930579744f,0.40434912817446383f,-0.26193426291712435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.136500679566332f,-0.6041565977952021f,-0.7850874918239721f,-0.17986071555024188f,0.5057101423008956f,0.7239598326205071f,-0.46919016691113113f,0.9679135404211626f,0.8518361441333288f,-0.332981930579744f,0.40434912817446383f,-0.18207462440462477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.136500679566332f,-0.6041565977952021f,-0.7850874918239721f,-0.06849606113131787f,0.5057101423008956f,0.7239598326205071f,-0.46919016691113113f,1.0145869025374779f,0.8518361441333288f,-0.332981930579744f,0.40434912817446383f,-0.28265681288704414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5377850154973344f,-0.7981325198638114f,-0.2716095687607023f,0.28785312499341215f,-0.3940829178347288f,0.5227764725836588f,-0.755912305485136f,1.7572628317425163f,0.7453092854496033f,-0.2994816195508995f,-0.5956717456567601f,-0.9827257064213394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30417424835052886f,-0.7981325198638114f,-0.5200600997733181f,0.3290024090442291f,0.07943393618127917f,0.5227764725836588f,-0.8487608670855034f,1.7726407495092096f,0.949298834099747f,-0.2994816195508995f,-0.09561633295640981f,-1.0655467095984683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.43892569654204755f,-0.7981325198638114f,-0.41270899390602234f,0.370334116104724f,-0.16403112284472884f,0.5227764725836588f,-0.8365396287392992f,1.8904327349367578f,0.8834240338893751f,-0.2994816195508995f,-0.3603786007767309f,-0.9700794178933942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013553957306336913f,-0.000005366973633446167f,0.000005623740779578121f,-0.31076624321539864f,-0.0000066200478681342926f,0.000013894279418391903f,-0.0000026952904606483097f,1.0250254928435418f,-0.000004075025467602244f,-0.000004720722239397782f,-0.000014326533913576177f,0.09306533400113992f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15.mcfunction new file mode 100644 index 000000000..1231f193b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..4d57c8d42 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7508254179132202f,-0.3158671916613025f,0.0585965313980665f,0.10888769332518437f,-0.29966696245828284f,0.6349339689490455f,-0.41713668159259604f,0.8012404053863231f,0.11578146600777128f,-0.40500767492858536f,-0.6996483972842911f,-0.7308308405583934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7979259204986708f,-0.0044030550207802f,0.057400683818514125f,0.10888769332518437f,-0.033186085834212814f,0.686968241797358f,-0.40862368809070637f,0.8012404053863231f,-0.04704156782414143f,-0.40994542059685274f,-0.6853698585642035f,-0.7308308405583934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6799297264085625f,-0.06358645692993854f,0.4478803122325413f,0.05656898642551959f,-0.24544416363764948f,0.7310517679641326f,-0.26882135245767774f,0.7813072188119856f,-0.37999628172738265f,-0.3584194742143028f,-0.6277601061088152f,-0.740492436085094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5915164155281496f,-0.31243500496806453f,0.43873989769718336f,0.05656898642551959f,-0.49618505041004757f,0.5696094863347769f,-0.26333520240752106f,0.7813072188119856f,-0.2095440906117564f,-0.4668290915828157f,-0.6149486753719006f,-0.740492436085094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41140284171355385f,-0.01733325492985495f,1.5072669007523352f,-0.7453852670383012f,1.5049752504261358f,0.09269485730867824f,-0.4097113728386271f,0.5605973276932076f,-0.08487312551568517f,1.5596517148716442f,0.041101470328179845f,-0.6175355685288336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7057345876911159f,-0.7026155414490818f,0.09094004976172165f,-0.5856860410620501f,-0.6934669407125884f,0.6587873289543696f,-0.29172394030639676f,0.7444969714945121f,0.14505962179453635f,-0.2689435928282742f,-0.9521696540015574f,-0.6724513975202582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.622657668821533f,-0.7026155414490818f,0.3444253596527814f,-0.35491900488458217f,-0.7521618710330165f,0.6587873289543696f,-0.01586741860791313f,1.023800972636113f,-0.2157543677932061f,-0.2689435928282742f,-0.9386796027691096f,-0.6004398072747217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7387302700674176f,0.44499581274922945f,0.5062176554820788f,0.2246146563400005f,0.2952228097938621f,0.4615476397614079f,-0.8365508166322537f,1.2307987633996147f,-0.6059051746466085f,0.7674324093145444f,0.20958629838359308f,-0.1668249391839236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.020942418464080736f,0.6606703552628241f,0.7503839662371317f,0.19472138960819815f,0.034084069836167796f,0.750584086055991f,-0.6598952992277606f,1.2332114336635294f,-0.9991995252662396f,0.011756336010259466f,-0.038237380550128264f,-0.4989387669888912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,0.09786830219168645f,0.37740194966150625f,-0.2455597263454281f,-0.3508447514595455f,0.2141921720495737f,-0.9116082896759854f,0.9319953750361165f,-0.17005409890819764f,-0.9718762826917849f,-0.1629051705309515f,-0.1670950902231218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.05400695220121343f,0.38612651462457903f,-0.253272739166752f,-0.3508447514595455f,0.5467451530464124f,-0.7602484449135984f,1.0297585384516088f,-0.17005409890819764f,-0.8355554959032887f,-0.5224257044885234f,-0.3270269063580417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.031096415138636285f,0.38864308709626494f,0.07397540270609469f,-0.3508447514595455f,0.5008668185587768f,-0.7912271421280358f,0.9866067770358977f,-0.17005409890819764f,-0.8649655733220455f,-0.4721399796799527f,-0.17243666854371287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.22125182902481844f,0.32102657886125546f,0.034497100881824075f,-0.3508447514595455f,0.8293769598486097f,-0.4347893959672513f,1.1393975232827167f,-0.17005409890819764f,-0.5130121700558866f,-0.8413680032061304f,-0.2738850004492299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9275350177241309f,-0.3461677205877282f,0.14087831670840162f,0.006385294291726823f,-0.3667718127147031f,0.9155369284138358f,-0.16513803350085532f,1.7308315690238998f,-0.07181384471999057f,-0.20484150442148036f,-0.9761571235067015f,-0.6268117232818258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9275350177241309f,-0.3461677205877282f,0.14087831670840162f,0.0976461647212604f,-0.3667718127147031f,0.9155369284138358f,-0.16513803350085532f,1.6146617053082664f,-0.07181384471999057f,-0.20484150442148036f,-0.9761571235067015f,-0.6900282463808944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9275350177241309f,-0.3461677205877282f,0.14087831670840162f,-0.5385415286212001f,-0.3667718127147031f,0.9155369284138358f,-0.16513803350085532f,1.5153531290540116f,-0.07181384471999057f,-0.20484150442148036f,-0.9761571235067015f,-0.6690023570548203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9275350177241309f,-0.3461677205877282f,0.14087831670840162f,-0.5168457845209763f,-0.3667718127147031f,0.9155369284138358f,-0.16513803350085532f,1.3716753793847756f,-0.07181384471999057f,-0.20484150442148036f,-0.9761571235067015f,-0.7376049185078881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9714614568577217f,-0.21387339438520683f,0.10257099499382291f,-0.11954139484822038f,-0.21807085290830622f,0.9754247499068066f,-0.03149063957889364f,1.786177047160034f,-0.09331527716144287f,-0.052959686964649914f,-0.9942271021275216f,-0.6614020770363476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.92604398423895f,-0.3632103113085154f,0.10257099499382291f,-0.2298679915823113f,-0.36797608777984364f,0.9293018553953034f,-0.03149063957889364f,1.7531566475775293f,-0.08388169095274776f,-0.0669053907993842f,-0.9942271021275216f,-0.6717382218440116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.988363137196317f,-0.1407539900038804f,0.05767688730715247f,-0.246055152587015f,-0.1332795553246615f,0.9840745219003089f,0.11761758150522895f,1.7370833342321368f,-0.07331349919295162f,0.10856173195314378f,-0.9913826108982439f,-0.6923141004952953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8964938271591977f,-0.439286005395133f,0.05767688730715247f,-0.22288939254957355f,-0.43085214057903654f,0.8947248389752702f,0.11761758150522895f,1.7570041910150185f,-0.1032727012521553f,0.08059322542660916f,-0.9913826108982439f,-0.6886029481239166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9541759717542997f,-0.29363513345186737f,0.05767688730715247f,-0.20698543391067414f,-0.2855818342270685f,0.9511094156196563f,0.11761758150522895f,1.8785402028658305f,-0.08939368482304033f,0.09575639885845794f,-0.9913826108982439f,-0.7047802919807269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9541759717542997f,-0.28111813515444906f,0.10257099499382291f,-0.1437338535009232f,-0.2855818342270685f,0.9578368105154529f,-0.03149063957889364f,1.663026920499854f,-0.08939368482304033f,-0.05934002451018655f,-0.9942271021275216f,-0.691428786465935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8607972137369325f,-0.5036752185785212f,0.073071410364196f,-0.48075688860160476f,-0.5065218481877264f,0.8618203723865818f,-0.0264813717156675f,1.6429304897746977f,-0.04963641940373621f,-0.05980735681613483f,-0.9969750778928448f,-0.6876451442491713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9289915349971013f,-0.36281578919765456f,0.073071410364196f,-0.3774072211032278f,-0.36546731479665034f,0.9304474078460226f,-0.0264813717156675f,1.6944033214654917f,-0.058381244582962774f,-0.051306182293173505f,-0.9969750778928448f,-0.681437531929919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8126878940246329f,-0.5826887614167144f,0.003492022975661452f,-0.35218635256995007f,-0.578652020042234f,0.8077338787225647f,0.11281764429752694f,1.695016135777016f,-0.06855819868439675f,0.08966486760407696f,-0.9936095736810783f,-0.6989667821880002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9529728470353662f,-0.30303557314092044f,0.003492022975661452f,-0.3829302421291247f,-0.3007272788708552f,0.9470138768138974f,0.11281764429752694f,1.6935995979266047f,-0.0374947537162139f,0.10646200511481238f,-0.9936095736810783f,-0.699235669323471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8938349621481252f,-0.44838249990069545f,0.003492022975661452f,-0.47515808331682363f,-0.4451704362447033f,0.88831045351772f,0.11281764429752694f,1.7727211621588004f,-0.05368745789623667f,0.09928580942886897f,-0.9936095736810783f,-0.7220270693365711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8938349621481252f,-0.44240211282163533f,0.073071410364196f,-0.37561760793195587f,-0.4451704362447033f,0.8950541992783215f,-0.0264813717156675f,1.5713339673211784f,-0.05368745789623667f,-0.05619920751394886f,-0.9969750778928448f,-0.7093822476459326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9275350177241309f,-0.3461677205877282f,0.14087831670840162f,-0.08666722131236633f,-0.3667718127147031f,0.9155369284138358f,-0.16513803350085532f,1.153128331645327f,-0.07181384471999057f,-0.20484150442148036f,-0.9761571235067015f,-0.5649193359303406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.22125182902481844f,0.32102657886125546f,-0.0036977854280594176f,-0.3508447514595455f,0.8293769598486097f,-0.4347893959672513f,0.8421119717020982f,-0.17005409890819764f,-0.5130121700558866f,-0.8413680032061304f,-0.37253977215938316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9261901793582671f,-0.16511538600949932f,0.33898180034219405f,0.07421504158729038f,-0.3767608717284388f,0.44087116886029304f,-0.8146679433991406f,0.8764600071537919f,-0.014933090595315515f,-0.8822525272112813f,-0.47053956372932054f,0.028856477170800504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9261901793582671f,0.23121675573116904f,0.29784318613903854f,0.16485554268968963f,-0.3767608717284388f,-0.5362238271232894f,-0.7553246009231256f,0.6618499000782306f,-0.014933090595315515f,-0.8117898860508213f,0.5837586690669926f,-0.17831101638225919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8964567399051914f,0.16472583453710127f,0.41137660715530666f,-0.21559986073913723f,-0.3082984322808499f,0.43498766005004985f,-0.846012891306836f,0.6743361308253882f,-0.3183039272954799f,-0.8852407215216874f,-0.3391629030835125f,0.08699243374783128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8964567399051914f,0.39061509617960066f,0.20924903850473775f,-0.06792223515853275f,-0.3082984322808499f,-0.2105867243604514f,-0.9276881524393341f,0.5698547828874034f,-0.3183039272954799f,-0.8961434473117217f,0.3092079101648875f,-0.22772302661174315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9092705238088834f,0.1484138884078864f,0.38884499773041986f,0.016329182438251835f,-0.2989596783774148f,0.4171018371738501f,-0.8582826854426644f,0.7579903104050251f,-0.2895690336289283f,-0.8966601224286996f,-0.3348886376235511f,-0.30743378568407825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.916700222908071f,-0.036967816470818135f,0.3978618879280511f,0.024359307998863208f,-0.3967267735716614f,0.2028952454757228f,-0.8952325879316312f,0.7272548411905807f,-0.04762949140724419f,-0.9785023760363212f,-0.20066023930903995f,-0.28750642935911924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,0.028460567847799823f,0.38884499773041986f,0.016329182438251835f,-0.3508447514595455f,0.3745114046896542f,-0.8582826854426644f,0.7579903104050251f,-0.17005409890819764f,-0.92678541412517f,-0.3348886376235511f,-0.30743378568407825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9280368096709882f,-0.041785671924310736f,0.37013732251358816f,0.010625705424765647f,-0.2907271432028556f,0.7024656193541096f,-0.6496304963827926f,0.7789547382748954f,-0.23286349671170092f,-0.7104899796951968f,-0.6640621813143094f,-0.3198012367584465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9066818394624593f,-0.20230275448308474f,0.37013732251358816f,0.010625705424765647f,-0.40829221931177534f,0.6413093495489611f,-0.6496304963827926f,0.7789547382748954f,-0.10595048673053063f,-0.7401323622904522f,-0.6640621813143094f,-0.3198012367584465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.12251040227124152f,0.37013732251358816f,0.010625705424765647f,-0.3508447514595455f,0.6744539854895485f,-0.6496304963827926f,0.7789547382748954f,-0.17005409890819764f,-0.7280817418343921f,-0.6640621813143094f,-0.3198012367584465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9247046179193522f,0.031180304592106522f,0.3794063233581755f,-0.1706434805342644f,-0.26753457721612395f,0.6557991785625288f,-0.7059409942697067f,0.7214611944924968f,-0.27082581042510456f,-0.7542912076925302f,-0.5980787192379692f,-0.35893300180574533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9012661287976022f,-0.17534974503152356f,0.39619670871874196f,0.1901433388425955f,-0.42815187473295224f,0.5005365173281939f,-0.7524288451299702f,0.8522037055592362f,-0.06637271461106788f,-0.8477709960468937f,-0.5261929313634075f,-0.3036901862075092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.08868411218506803f,0.3796650687489378f,0.01993925177988354f,-0.3508447514595455f,0.6132189160532625f,-0.7077220650564398f,0.6847866224967375f,-0.17005409890819764f,-0.784918906155539f,-0.595805265337688f,-0.221894838154563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9208634881554435f,-0.1214366334258927f,0.3704909988709236f,4.6986832556043345e-17f,-0.3508447514595455f,0.6725674751807277f,-0.6515834188362307f,0.837804392353209f,-0.17005409890819764f,-0.7300042023106487f,-0.6619482366872159f,-0.38367660446062823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2826920371646042f,-0.568408869863131f,-0.7726555304821449f,-0.1539356480020719f,0.44839606603885074f,0.7903907121997727f,-0.41740087449503344f,0.9955391652670245f,0.8479541143744802f,-0.22845979674606662f,0.4783094617359531f,-0.12227610648778839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2826920371646042f,-0.568408869863131f,-0.7726555304821449f,-0.12743326951789027f,0.44839606603885074f,0.7903907121997727f,-0.41740087449503344f,1.0375762964581667f,0.8479541143744802f,-0.22845979674606662f,0.4783094617359531f,-0.04278040826518087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2826920371646042f,-0.568408869863131f,-0.7726555304821449f,-0.02478612918765935f,0.44839606603885074f,0.7903907121997727f,-0.41740087449503344f,1.0791678620368506f,0.8479541143744802f,-0.22845979674606662f,0.4783094617359531f,-0.1542746766368776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5012540421194456f,-0.7830883125572078f,-0.3681264456612995f,0.3082308212344681f,-0.40534256686284376f,0.5883660722363764f,-0.6996590373390312f,1.8204060055183566f,0.7644879258352991f,-0.20148960215714323f,-0.6123398986466569f,-0.8944187701065209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.16247530068331067f,-0.7830883125572078f,-0.6003119783947114f,0.3411918720941211f,0.11918455133230488f,0.5883660722363764f,-0.7997627196643116f,1.8346167210849915f,0.9794880394326339f,-0.20148960215714323f,-0.002262925312761177f,-0.9810252778834286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3515845425029651f,-0.7830883125572078f,-0.5129922067724668f,0.40166017768016465f,-0.15158096604410523f,0.5883660722363764f,-0.7942597659294311f,1.9466503281910887f,0.9238027496203485f,-0.20148960215714323f,-0.3255616992467627f,-0.8888877691079604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014388492002428805f,-0.000004756673519908865f,0.000003806045181161167f,-0.22468451199276104f,-0.0000054819492415554f,0.00001436756776643484f,-0.0000027680054172477424f,1.109818090400343f,-0.0000026570952954405883f,-0.0000038842860993882095f,-0.000014899422508575527f,0.22937351213490542f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16.mcfunction new file mode 100644 index 000000000..dd4635d47 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..e22581dd0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7561182352801686f,-0.3054956823960217f,-0.04361246104770045f,0.07047699417655784f,-0.25941479541646534f,0.6917510358710017f,-0.3480357923186546f,0.9023365905887665f,0.16713354732154043f,-0.3083785609494106f,-0.737504905035169f,-0.6445861909827778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7988280470653971f,0.006967555900012745f,-0.04272241082223718f,0.07047699417655784f,0.02454234204082889f,0.7232996257478792f,-0.34093302104684536f,0.9023365905887665f,0.03565704234558402f,-0.341744209252707f,-0.7224537845242472f,-0.6445861909827778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7312340875481391f,-0.04323533806198414f,0.3610704352266337f,0.01608868703440397f,-0.16069326427775563f,0.7658274216081753f,-0.23373164007719985f,0.8869744159157915f,-0.3262189885151448f,-0.28032750542906826f,-0.6942205022012214f,-0.6504034998373669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6455772336894046f,-0.31324938553660386f,0.3537016508342534f,0.01608868703440397f,-0.4325198538896021f,0.6328531888926594f,-0.2289616066062366f,0.8869744159157915f,-0.19014891883272253f,-0.3759942336915979f,-0.6800527368501762f,-0.6504034998373669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3213305052717669f,0.18254833169122253f,1.5181663489152113f,-0.7262276893402595f,1.5181967876710296f,0.14685670609180598f,-0.33899538607661167f,0.6599446278229865f,-0.18229500894746783f,1.5448350929703198f,-0.14717104076626716f,-0.4092863721169325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6476670019455463f,-0.7617407741453343f,-0.0166867490942586f,-0.5837596851320698f,-0.722881595527778f,0.6212530285087944f,-0.30246797089256383f,0.8501134914934443f,0.2407688797126445f,-0.18383598008311014f,-0.9530134726166261f,-0.48595021890739903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6074161310220386f,-0.7617407741453343f,0.2253810923273836f,-0.35965634428803905f,-0.7835192311554676f,0.6212530285087944f,-0.011928494380924248f,1.140933738506078f,-0.13093226563289384f,-0.18383598008311014f,-0.9741976566606593f,-0.4453165417468687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.69476624289933f,0.5533714059911188f,0.45943438569502126f,0.2744114599295454f,0.3048172375933662f,0.35203386012620574f,-0.8849624924202111f,1.2647373527815318f,-0.6514493989509075f,0.7548855862685785f,0.07590409903586218f,-0.05884547109634031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11810361259963717f,0.713782596780952f,0.6903375559996398f,0.21172648156692295f,0.13514767010881484f,0.7002884308964306f,-0.7009502270609334f,1.302322890644605f,-0.9837614771656155f,0.010512758213532605f,-0.17917264846976516f,-0.3842021120677362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,0.0013707158927397378f,0.2891242493488434f,-0.2121849277392026f,-0.2703902025357518f,0.3498884785765684f,-0.8969209502135901f,0.9921567753483702f,-0.10239066752524817f,-0.936790357389163f,-0.33457432284384653f,-0.04252267762995915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.10937668376260527f,0.2676405265887172f,-0.23102030265351162f,-0.2703902025357518f,0.6664915918062998f,-0.6947503842562304f,1.11278175891045f,-0.10239066752524817f,-0.7374453871986724f,-0.6676005183514573f,-0.1849661909694068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.079194614055304f,0.27806999753339484f,0.10580405941605145f,-0.2703902025357518f,0.5858105687662162f,-0.7640125102997184f,1.032833423910005f,-0.10239066752524817f,-0.8065693960388244f,-0.5822043975935774f,-0.07090841899796918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.20761954638149482f,0.20121837486654415f,0.06813300931243707f,-0.2703902025357518f,0.8893330895068131f,-0.3687489583455682f,1.1972786972028726f,-0.10239066752524817f,-0.407407388087905f,-0.9074884965304659f,-0.15296910736776675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9566919818177307f,-0.28237426581238523f,0.07074762139167068f,0.05551763714907322f,-0.2895102369942155f,0.9483152251469136f,-0.1299309679411019f,1.8189643305200467f,-0.030401884829989526f,-0.1447860758549485f,-0.9889958127501397f,-0.4700398040570578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9566919818177307f,-0.28237426581238523f,0.07074762139167068f,0.1333229591992553f,-0.2895102369942155f,0.9483152251469136f,-0.1299309679411019f,1.6991005330194873f,-0.030401884829989526f,-0.1447860758549485f,-0.9889958127501397f,-0.5435198313393902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9566919818177307f,-0.28237426581238523f,0.07074762139167068f,-0.5065389021688437f,-0.2895102369942155f,0.9483152251469136f,-0.1299309679411019f,1.6488770662859449f,-0.030401884829989526f,-0.1447860758549485f,-0.9889958127501397f,-0.4879009113946766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9566919818177307f,-0.28237426581238523f,0.07074762139167068f,-0.5004854787549913f,-0.2895102369942155f,0.9483152251469136f,-0.1299309679411019f,1.5073000010108193f,-0.030401884829989526f,-0.1447860758549485f,-0.9889958127501397f,-0.5636610800392583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9895268934092584f,-0.1355349010563528f,0.0496670697290155f,-0.06736163115112778f,-0.13701990389830287f,0.9901778476459242f,-0.027809638023261293f,1.8865692539458678f,-0.04541005566526086f,-0.03432376184117381f,-0.9983785886213448f,-0.4984405963494753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.956141845584621f,-0.28866235173047416f,0.0496670697290155f,-0.18040380208220969f,-0.2902309034009974f,0.9565524798692732f,-0.027809638023261293f,1.8627785493295483f,-0.03948156320456202f,-0.04100487714133386f,-0.9983785886213448f,-0.5034015025214461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.998260170483375f,-0.05310794140790051f,0.025615983016822483f,-0.19922760881413215f,-0.05072882622841127f,0.9950056408120918f,0.08596720852514758f,1.8490212004840942f,-0.03005358907003939f,0.08451817148716328f,-0.9959686041600285f,-0.5183414896087368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9329905836648146f,-0.3589880112300001f,0.025615983016822483f,-0.17433856941187528f,-0.35571963325840616f,0.9306305290355021f,0.08596720852514758f,1.8669933753023011f,-0.05470021304614734f,0.07109448797361456f,-0.9959686041600285f,-0.5161500802593215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9776620188634111f,-0.2086163902621295f,0.025615983016822483f,-0.14899998358882352f,-0.2057574453303303f,0.9748197334633362f,0.08596720852514758f,1.9862671351744523f,-0.04290513446028825f,0.07877619541758105f,-0.9959686041600285f,-0.5365797353151043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9776620188634111f,-0.20423065160854864f,0.0496670697290155f,-0.10304808697690016f,-0.2057574453303303f,0.9782077988465188f,-0.027809638023261293f,1.7661703804339859f,-0.04290513446028825f,-0.03740779623816799f,-0.9983785886213448f,-0.5281629811615165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9003394749573879f,-0.4342915610647641f,0.027922568316424326f,-0.4401862199148142f,-0.4349136360313225f,0.9001964112959082f,-0.02228340826674012f,1.7734150930425443f,-0.015458299630603935f,-0.03220653781296703f,-0.9993616862250786f,-0.5090060665960218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9571929700196131f,-0.2881005871629675f,0.027922568316424326f,-0.33283523609735116f,-0.28873738344176353f,0.9571489816738153f,-0.02228340826674012f,1.816318868651638f,-0.020306194824143097f,-0.029391811055658836f,-0.9993616862250786f,-0.5069632898320778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8589471941145108f,-0.5118361371939522f,-0.015280261293013915f,-0.308770559195992f,-0.5111383208952911f,0.8552186949450986f,0.0856656333003185f,1.8157102721701812f,-0.030778801717277114f,0.08139258245550361f,-0.9962067621162148f,-0.5206499438154536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.975073390844202f,-0.2213558133015878f,-0.015280261293013915f,-0.3395225311675122f,-0.2218443201704305f,0.9713117403178935f,0.0856656333003185f,1.8168323334367331f,-0.0041206887421580615f,0.08692011871953274f,-0.9962067621162148f,-0.5200817683346941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9284409411240049f,-0.37116564019260906f,-0.015280261293013915f,-0.42556763931467945f,-0.3710596809435142f,0.9246491834470805f,0.0856656333003185f,1.902669685621191f,-0.01766725849897462f,0.08520537008345086f,-0.9962067621162148f,-0.5427496501314925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9284409411240049f,-0.3704291417037633f,0.027922568316424326f,-0.3422210824313328f,-0.3710596809435142f,0.9283416197144859f,-0.02228340826674012f,1.693792821185432f,-0.01766725849897462f,-0.031049767833238526f,-0.9993616862250786f,-0.5357634523690138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9566919818177307f,-0.28237426581238523f,0.07074762139167068f,-0.08012863664375873f,-0.2895102369942155f,0.9483152251469136f,-0.1299309679411019f,1.2480303906700752f,-0.030401884829989526f,-0.1447860758549485f,-0.9889958127501397f,-0.42685423374116216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.20761954638149482f,0.20121837486654415f,-0.00227130675069817f,-0.2703902025357518f,0.8893330895068131f,-0.3687489583455682f,0.9145304821050203f,-0.10239066752524817f,-0.407407388087905f,-0.9074884965304659f,-0.2740764632081978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9456499559547314f,-0.19616481594528667f,0.259355982749514f,0.1145586651871494f,-0.3234863275527749f,0.4860235870356292f,-0.8118729387850285f,0.8917403740278299f,0.033207780552654574f,-0.8516457231913819f,-0.52306481957841f,0.137831490849675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9456499559547314f,0.12117604289692135f,0.3017656829903922f,0.16958995883340042f,-0.3234863275527749f,-0.4453051079485322f,-0.8349011658402236f,0.7055982314429149f,0.033207780552654574f,-0.8871413232753782f,0.4603015488220492f,-0.1083185847908533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9504609959548788f,0.09681879993530776f,0.29538113539552074f,-0.1737414390085748f,-0.19719106147283239f,0.546772638364527f,-0.8137292960260873f,0.7197745974216962f,-0.24029061663676704f,-0.8316644767663106f,-0.5005942644910559f,0.1901571917813255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9504609959548788f,0.2709389095570652f,0.1523679836989666f,-0.07173503903614649f,-0.19719106147283239f,-0.14662446939116563f,-0.9693384085297438f,0.6349569957622048f,-0.24029061663676704f,-0.9513639536285721f,0.1927875703787325f,-0.14372114575703349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9540073313000161f,0.08768302948267771f,0.286673504472529f,0.017422987379091683f,-0.2070527820275483f,0.49881778250009584f,-0.8416115287449071f,0.8237927247938184f,-0.21679289029041937f,-0.8622601151638796f,-0.4577208062969164f,-0.21858861354466613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9441943577341998f,-0.12074400968628046f,0.30646027303352263f,0.025085712783109365f,-0.3291011717122416f,0.3069345669388681f,-0.8930193673127583f,0.79067063905331f,0.013763487949336212f,-0.9440402829026571f,-0.32954288136225857f,-0.2027626352167976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.037590055294315194f,0.286673504472529f,0.017422987379091683f,-0.2703902025357518f,0.46752451599497485f,-0.8416115287449071f,0.8237927247938184f,-0.10239066752524817f,-0.8831805108168063f,-0.4577208062969164f,-0.21858861354466613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9662360609338255f,-0.06045089572064405f,0.2504666919126303f,0.012096410721025594f,-0.20364523561773296f,0.7747039540149652f,-0.5986337792371699f,0.8462705565301889f,-0.1578495884102416f,-0.6294278932809941f,-0.760857433819613f,-0.2281471381990472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9410595761673842f,-0.22731764195945464f,0.2504666919126303f,0.012096410721025594f,-0.3350773367464054f,0.7275718361475789f,-0.5986337792371699f,0.8462705565301889f,-0.04615249183521218f,-0.6472757626381772f,-0.760857433819613f,-0.2281471381990472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.14443388337206164f,0.2504666919126303f,0.012096410721025594f,-0.2703902025357518f,0.7540071198131344f,-0.5986337792371699f,0.8462705565301889f,-0.10239066752524817f,-0.6407902282378901f,-0.760857433819613f,-0.2281471381990472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9650321743041834f,0.003941032891625243f,0.26210183291516165f,-0.17604205107579915f,-0.17684392965743012f,0.7282767971311279f,-0.6620718475390293f,0.8051217959806256f,-0.1934919303254224f,-0.6852717526793097f,-0.702113593287275f,-0.252764593156545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9331695147300325f,-0.22218232095385249f,0.28254145365605166f,0.19735120161750488f,-0.3593100240823598f,0.5974847143870068f,-0.7168739935775399f,0.9055951271169119f,-0.009537472015660742f,-0.7704849332267543f,-0.6373868560757388f,-0.2245672442595169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.11558671517699262f,0.2650177761928123f,0.02341021600632732f,-0.2703902025357518f,0.682507817869811f,-0.6790229870330342f,0.7436878928477638f,-0.10239066752524817f,-0.7216805316905687f,-0.6846118326340499f,-0.13932802998305152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9572905982910358f,-0.13824469395457795f,0.25393525753033164f,3.500444122414924e-17f,-0.2703902025357518f,0.7390914223456698f,-0.6169546237672019f,0.910941055985435f,-0.10239066752524817f,-0.6592664666191204f,-0.7449052806869303f,-0.2858329540282202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3994812615027741f,-0.5055002304841828f,-0.7647772477581888f,-0.11750560437995364f,0.36414663181713686f,0.8530955155411034f,-0.3736646516596042f,1.0597068265788125f,0.8413156079881f,-0.12921903243755112f,0.524871879044321f,0.007728408930262359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3994812615027741f,-0.5055002304841828f,-0.7647772477581888f,-0.08005423611406857f,0.36414663181713686f,0.8530955155411034f,-0.3736646516596042f,1.093845573311669f,0.8413156079881f,-0.12921903243755112f,0.524871879044321f,0.08660174717914673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3994812615027741f,-0.5055002304841828f,-0.7647772477581888f,0.015936666916717218f,0.36414663181713686f,0.8530955155411034f,-0.3736646516596042f,1.1328258976941814f,0.8413156079881f,-0.12921903243755112f,0.524871879044321f,-0.03156570380194361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4897507845002456f,-0.7464427978534344f,-0.4505189436795426f,0.3441389703683041f,-0.42531675941522673f,0.6556210210854183f,-0.6239124384650809f,1.8861232911930186f,0.7610846360569395f,-0.11394834901678044f,-0.6385655412832936f,-0.7877868426790269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.039382693650363676f,-0.7464427978534344f,-0.6642831873332175f,0.37088966630186826f,0.1274114249908291f,0.6556210210854183f,-0.7442629948430324f,1.901184094085376f,0.9910677737786896f,-0.11394834901678044f,0.06928521872450183f,-0.8763680764890588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.28534075662468417f,-0.7464427978534344f,-0.6011686969076064f,0.44768962287122716f,-0.16064856418514503f,0.6556210210854183f,-0.7378028974842566f,2.0043241272618357f,0.9448664939736745f,-0.11394834901678044f,-0.306990361937058f,-0.7860289052934841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014957665598297436f,-0.000003873337131629286f,0.0000023251073769293515f,-0.15039467012759847f,-0.000004224846914621122f,0.00001484126944297737f,-0.000002455201594362981f,1.1748083869652288f,-0.0000015998541800820027f,-0.000002979027657758141f,-0.000015254720115976769f,0.3529631810190347f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17.mcfunction new file mode 100644 index 000000000..921315fee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..6130c5b34 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7613560908216515f,-0.2695956340748562f,-0.12082856243866304f,0.04517010830651021f,-0.2206489088216659f,0.7410030999738132f,-0.26300743204223603f,1.0036839077840674f,0.19645713641663887f,-0.2125489222777181f,-0.7636569868952938f,-0.557219739633348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7901104573335547f,0.04142152526844195f,-0.11836267340930258f,0.04517010830651021f,0.07808972959333652f,0.7533416614224075f,-0.2576399334291292f,1.0036839077840674f,0.09811961752983434f,-0.2660086434869408f,-0.748072150428043f,-0.557219739633348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7620409563842693f,-0.0009796323208453733f,0.2936614812295078f,-0.010536253415056318f,-0.07171720524575735f,0.7925551341287886f,-0.18345965846005502f,0.9929928981518507f,-0.28477125506119905f,-0.19697676038319364f,-0.7396282394583483f,-0.5604491395113105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6892987625924137f,-0.28655560265390045f,0.2876683897758444f,-0.010536253415056318f,-0.3620138224872933f,0.690397205432079f,-0.17971558379760494f,0.9929928981518507f,-0.18388368121371096f,-0.28502207865222545f,-0.7245337855918514f,-0.5604491395113105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2249459691939788f,0.3015295497827012f,1.5165373360228307f,-0.6883349180924568f,1.5327236582960175f,0.1585789146662061f,-0.2588767373151959f,0.7504092619021057f,-0.20387189174345324f,1.5249061966006727f,-0.2729534636633433f,-0.24927989064149267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5899590755384689f,-0.8037076214481027f,-0.07747482440140568f,-0.561985401118436f,-0.7587454727141968f,0.5846423806973242f,-0.28722568535608906f,0.9488120351413597f,0.2761405381784885f,-0.11066772753968745f,-0.9547245975964461f,-0.3330105126007932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5759121513106183f,-0.8037076214481027f,0.14959696921732385f,-0.35018632058913f,-0.8110796532054312f,0.5846423806973242f,0.018522495747671175f,1.2499462251351154f,-0.10234739922896383f,-0.11066772753968745f,-0.9885735500974464f,-0.30285809523043206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6712729526219177f,0.6292967749780762f,0.39163527941242104f,0.316348778371676f,0.32195485706316235f,0.22837294676068645f,-0.9187985999125592f,1.2856331346005252f,-0.6676358985942046f,0.7428535294323053f,-0.04930457096736157f,0.045260577134116964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1730836507054069f,0.7663167757813133f,0.6187088564216785f,0.2350434843278476f,0.24787232913496066f,0.6418628027505479f,-0.7256524311916972f,1.3622618976735594f,-0.9532058320780974f,0.02776223336375637f,-0.3010446812201768f,-0.26893125093165576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.043161360653352666f,0.19177329090719328f,-0.1866924816321428f,-0.1881728545146708f,0.48819700616940354f,-0.8522057615335815f,1.042915738602501f,-0.05684078625972986f,-0.8716655207783444f,-0.486793945015335f,0.0637974299902036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.1132643589032841f,0.1606582807111162f,-0.2069254346720641f,-0.1881728545146708f,0.7771602477381745f,-0.6005105545778022f,1.1848800940872974f,-0.05684078625972986f,-0.619025956109893f,-0.7833109157158531f,-0.0571656300036254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.08657340053027791f,0.17647930326088618f,0.12939562713804126f,-0.1881728545146708f,0.6729869958908126f,-0.7153177477077302f,1.0691122897605752f,-0.05684078625972986f,-0.7345703163635755f,-0.6761475987792104f,0.02244292082034719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.16321441578166895f,0.10954885960096643f,0.09947760455148436f,-0.1881728545146708f,0.9404827087118823f,-0.282989843347356f,1.243684111123132f,-0.05684078625972986f,-0.2980827554472232f,-0.952846155432432f,-0.039402884297459834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9783737153007647f,-0.20511232400625765f,0.026717180789339517f,0.1199169043999859f,-0.20663903468597647f,0.9749750568328509f,-0.08199968230320642f,1.8931465208828433f,-0.009229439453514364f,-0.0857471462763103f,-0.9962741813139808f,-0.31391681196216575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9783737153007647f,-0.20511232400625765f,0.026717180789339517f,0.1847496949235473f,-0.20663903468597647f,0.9749750568328509f,-0.08199968230320642f,1.7713361323635353f,-0.009229439453514364f,-0.0857471462763103f,-0.9962741813139808f,-0.39625301919630584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9783737153007647f,-0.20511232400625765f,0.026717180789339517f,-0.45487765333921343f,-0.20663903468597647f,0.9749750568328509f,-0.08199968230320642f,1.7717460880048321f,-0.009229439453514364f,-0.0857471462763103f,-0.9962741813139808f,-0.31933910764110546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9783737153007647f,-0.20511232400625765f,0.026717180789339517f,-0.4634228914632093f,-0.20663903468597647f,0.9749750568328509f,-0.08199968230320642f,1.634437771884076f,-0.009229439453514364f,-0.0857471462763103f,-0.9962741813139808f,-0.40236752283425914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9985273170683691f,-0.05114263433779216f,0.01810049781734363f,0.002312735647568488f,-0.05134267953880045f,0.9986230731482083f,-0.010765084012861886f,1.9732357705129142f,-0.017525020000582713f,-0.011678558516307246f,-0.9997782178788255f,-0.3378184897775958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9782333181907917f,-0.20671707031640518f,0.01810049781734363f,-0.11244824785422874f,-0.20692963218015709f,0.9782966013903865f,-0.010765084012861886f,1.9592592476542656f,-0.015482328869332587f,-0.014276293210125223f,-0.9997782178788255f,-0.3397456896846886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.99935068810997f,0.035033213857660214f,0.008418794505921869f,-0.1329739438686399f,0.03552811276680004f,0.9970228634544521f,0.06843363904041712f,1.9482169907662086f,-0.005996280293567972f,0.06868830814547702f,-0.9976201486270978f,-0.34982012848514776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9612648424406215f,-0.275497779640189f,0.008418794505921869f,-0.10658074746164439f,-0.27430776542926416f,0.9592038818066205f,0.06843363904041712f,1.9639955065013006f,-0.026928655978545563f,0.0634735105412973f,-0.9976201486270978f,-0.3485150424269867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9925274248804083f,-0.12173099342128277f,0.008418794505921869f,-0.07155644039614237f,-0.1208780355342587f,0.9903056788553037f,0.06843363904041712f,2.080303771192303f,-0.016667674872153704f,0.0669046161905381f,-0.9976201486270978f,-0.3715656391741235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9925274248804083f,-0.1206717980268367f,0.01810049781734363f,-0.044405285840104156f,-0.1208780355342587f,0.992608993255438f,-0.010765084012861886f,1.85696674770983f,-0.016667674872153704f,-0.01287259373225974f,-0.9997782178788255f,-0.36866930558436506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9341573883146916f,-0.3568437707078643f,0.0035351328217856394f,-0.37922005487948035f,-0.3568590431956018f,0.9341407756561724f,-0.005712665402810513f,1.8924086752013711f,-0.001263782653059136f,-0.00659807270935702f,-0.9999774338903492f,-0.3405425058772483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.978479025092849f,-0.20631602043777436f,0.0035351328217856394f,-0.2685930621713216f,-0.20633370368819284f,0.9784650061071724f,-0.005712665402810513f,1.9260355917089709f,-0.002280389366057711f,-0.00631914032217247f,-0.9999774338903492f,-0.3403435195965402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.899602461966888f,-0.4362665740989593f,-0.019669436877329555f,-0.24519945746798935f,-0.43651133151977173f,0.8969236199451308f,0.07061074591985682f,1.9243485016552455f,-0.013163125690731301f,0.07210753295238875f,-0.9973099998563988f,-0.3500709518032896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9903865690030876f,-0.13692171920926702f,-0.019669436877329555f,-0.2757358081988467f,-0.13798230505921097f,0.9879144730447006f,0.07061074591985682f,1.9280960616543479f,0.009763576641757503f,0.07264596862586628f,-0.9973099998563988f,-0.349203367170422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.956773990989481f,-0.29016657874226204f,-0.019669436877329555f,-0.35443118783975114f,-0.29082738601167346f,0.9541664184544846f,0.07061074591985682f,2.0205776479728623f,-0.0017209624277458708f,0.07327893609184093f,-0.9973099998563988f,-0.3724377801484833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.956773990989481f,-0.29081099188647075f,0.0035351328217856394f,-0.2889987146652953f,-0.29082738601167346f,0.9567584841534528f,-0.005712665402810513f,1.8053069890383358f,-0.0017209624277458708f,-0.006493843114398601f,-0.9999774338903492f,-0.3709766654477436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9783737153007647f,-0.20511232400625765f,0.026717180789339517f,-0.06241684609915952f,-0.20663903468597647f,0.9749750568328509f,-0.08199968230320642f,1.3340246418192216f,-0.009229439453514364f,-0.0857471462763103f,-0.9962741813139808f,-0.29474400488338337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.16321441578166895f,0.10954885960096643f,-0.00121144018103366f,-0.1881728545146708f,0.9404827087118823f,-0.282989843347356f,0.9813436260522657f,-0.05684078625972986f,-0.2980827554472232f,-0.952846155432432f,-0.18296297159067468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9622542532383416f,-0.19686941298459737f,0.18790738770953538f,0.13832551035609522f,-0.2664483533739489f,0.5408719306095122f,-0.7977862054855611f,0.8936192071444587f,0.05542587039490527f,-0.8177407834453647f,-0.5729118466056782f,0.23136632625637849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9622542532383416f,0.03870596192924464f,0.26938559841953963f,0.16383081657827459f,-0.2664483533739489f,-0.33557288809117586f,-0.903546408195206f,0.7440064179379087f,0.05542587039490527f,-0.941218723405606f,0.3332195786590101f,-0.04506581321506464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9803170389082896f,0.07885605904312662f,0.18099785959582515f,-0.15049662236823286f,-0.08503053805383978f,0.6587503831908472f,-0.7475411294665911f,0.7538226496244249f,-0.178180556807856f,-0.7482176518888731f,-0.6390790519001099f,0.2723232328361038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9803170389082896f,0.1837444679875002f,0.07222515981341694f,-0.08288492100234052f,-0.08503053805383978f,-0.06278453879819273f,-0.9943982649251621f,0.6955495724830112f,-0.178180556807856f,-0.9809669067669351f,0.07717264414126063f,-0.07185523912426625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.980038177978425f,0.0676945359257663f,0.18692945062382274f,0.014748291786947972f,-0.11277403402049668f,0.5850444013559681f,-0.803122073966829f,0.8845047379736435f,-0.16372900462493778f,-0.8081710822887885f,-0.5657316632438872f,-0.13767688477558454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9641648220056082f,-0.16041691495299432f,0.21131164048357018f,0.020824651727658627f,-0.2603519852967273f,0.41893288900764203f,-0.8698919922954593f,0.8493518624233131f,0.05101999371762526f,-0.8937346630318611f,-0.4456852166455367f,-0.12611813463263943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.06080525181511522f,0.18692945062382274f,0.014748291786947972f,-0.1881728545146708f,0.5653193001579018f,-0.803122073966829f,0.8845047379736435f,-0.05684078625972986f,-0.8226279901758027f,-0.5657316632438872f,-0.13767688477558454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.987889459468089f,-0.04177024017815911f,0.1494311309844971f,0.0105799519552167f,-0.11514991687088906f,0.8428718008276024f,-0.5256497160793128f,0.9082369395492073f,-0.10399477158239431f,-0.5364907961979344f,-0.8374740074046667f,-0.14434008846864843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9656278727155662f,-0.21268086074563564f,0.1494311309844971f,0.0105799519552167f,-0.25976368311371983f,0.810071111027256f,-0.5256497160793128f,0.9082369395492073f,-0.009254208232223733f,-0.5463987980875897f,-0.8374740074046667f,-0.14434008846864843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.12771153139602476f,0.1494311309844971f,0.0105799519552167f,-0.1881728545146708f,0.8296284426232857f,-0.5256497160793128f,0.9082369395492073f,-0.05684078625972986f,-0.5435130283065381f,-0.8374740074046667f,-0.14434008846864843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9870078220771844f,0.014754833098383074f,0.15999329379287058f,-0.18147418796520617f,-0.08466668507388561f,0.7985409127149901f,-0.5959563433330581f,0.8836449799667742f,-0.13655442723343839f,-0.6017596743057391f,-0.786916884291091f,-0.15868453875255992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9571951779068487f,-0.22634215794680637f,0.18040681508152406f,0.19976706188613408f,-0.2884593342433384f,0.6946251610901428f,-0.659004626742774f,0.9534133953758908f,0.02384541632612589f,-0.6828360807078635f,-0.7301823628407891f,-0.14868556208406958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.10694595471159225f,0.16493168564484453f,0.019356587047911055f,-0.1881728545146708f,0.7532768599081471f,-0.630210242023027f,0.7972913602925673f,-0.05684078625972986f,-0.64895033330583f,-0.7587045471852847f,-0.06589209179340935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9804897255153551f,-0.12091373663104783f,0.15498311666998235f,2.38954538309962e-17f,-0.1881728545146708f,0.805336855766393f,-0.562159697566537f,0.9787039144287666f,-0.05684078625972986f,-0.5803554230281798f,-0.8123771956296891f,-0.1951211879836141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.482924318107667f,-0.42555403523593405f,-0.7653024670512035f,-0.08725081494494777f,0.2631331954010514f,0.9041016926027217f,-0.3366913288323978f,1.1115968702705428f,0.8351916094276073f,-0.038780053214341026f,0.5485900865075999f,0.1246310949689096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.482924318107667f,-0.42555403523593405f,-0.7653024670512035f,-0.041976660122354f,0.2631331954010514f,0.9041016926027217f,-0.3366913288323978f,1.1362656073393913f,0.8351916094276073f,-0.038780053214341026f,0.5485900865075999f,0.20293030835274778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.482924318107667f,-0.42555403523593405f,-0.7653024670512035f,0.05018163252402966f,0.2631331954010514f,0.9041016926027217f,-0.3366913288323978f,1.1744349381298267f,0.8351916094276073f,-0.038780053214341026f,0.5485900865075999f,0.0814921886846887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5024572607088857f,-0.6953358431142962f,-0.5138528645842636f,0.39425418274549395f,-0.4464987010518072f,0.7176197370095727f,-0.5344724717077208f,1.9473862428227693f,0.7403888242808447f,-0.03911493748994492f,-0.6710397980337572f,-0.6721829399268372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.058435511693021275f,-0.6953358431142962f,-0.7163053512669758f,0.41712910220118854f,0.11069872375218748f,0.7176197370095727f,-0.6875810538503432f,1.9646858400856917f,0.9921346095832013f,-0.03911493748994492f,0.11890726694506965f,-0.7614383290887033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24399914086074215f,-0.6953358431142962f,-0.6759973998025071f,0.5070912524437173f,-0.18452903747117233f,0.7176197370095727f,-0.671543704746217f,2.056767597166163f,0.9520574843932389f,-0.03911493748994492f,-0.30340825314413455f,-0.6712993965361501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015320151961177422f,-0.0000028034924344335837f,0.0000012545911909882207f,-0.09208498000149709f,-0.0000029402008517917315f,0.000015231941041928015f,-0.0000018664983381594814f,1.221415263777536f,-8.881372853082792e-7f,-0.0000020661624489140705f,-0.00001546230286526372f,0.4628427811422974f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18.mcfunction new file mode 100644 index 000000000..f0612361a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..5dec69c06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7674554468908297f,-0.21976877098516892f,-0.17221576229169527f,0.032012888366171735f,-0.1836759600060713f,0.7767703078624448f,-0.17272948498613477f,1.0978708075313914f,0.2102848620274161f,-0.1235881085193703f,-0.7793912372352921f,-0.4745138699206245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7769517522651451f,0.08880256183357585f,-0.16870115489798723f,0.032012888366171735f,0.12495934776305327f,0.7718516921286663f,-0.1692043934558055f,1.0978708075313914f,0.1439831103246248f,-0.19068054533671927f,-0.7634852936182455f,-0.4745138699206245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7763830069386298f,0.05245160228020458f,0.24783603531289636f,-0.024440958322335615f,0.014088784377122835f,0.8066731025079734f,-0.12658774146567287f,1.0916694796725432f,-0.25293354292412645f,-0.11606799538565457f,-0.7677872672527524f,-0.47607341268679787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7223086321898505f,-0.24357546331209878f,0.24277815704120462f,-0.024440958322335615f,-0.2896497229130044f,0.7353407149692587f,-0.12400431817045506f,1.0916694796725432f,-0.18540031790816106f,-0.19986251919956396f,-0.752118139349635f,-0.47607341268679787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.14503102444204174f,0.3551203923303285f,1.5146820652864568f,-0.6461264951995636f,1.5455702561424551f,0.14089111569153337f,-0.1810207912007392f,0.8289370355765029f,-0.1777212291118834f,1.515072754183887f,-0.33819515705079656f,-0.13205725447059058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5457130720815322f,-0.8317872888978995f,-0.10162258108913871f,-0.5317425713838138f,-0.7938317492214242f,0.5519922826209263f,-0.255216915299503f,1.0356953563539744f,0.2683810665590824f,-0.058603975588876936f,-0.9615285628403286f,-0.21271700619238587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5436019132768138f,-0.8317872888978995f,0.11236932815350187f,-0.3322234541045272f,-0.8313855815458385f,0.5519922826209263f,0.0640510321901813f,1.3445866231737593f,-0.11530383636061439f,-0.058603975588876936f,-0.9916000198495879f,-0.17767237333521405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6661913915351453f,0.6751713895498561f,0.31675325503897017f,0.3488332813600403f,0.3396843847865202f,0.10340787457292971f,-0.934837595632799f,1.2951526983689825f,-0.6639303793144805f,0.7303768932610243f,-0.16045574222727102f,0.13926171107269839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19240532291949636f,0.8143303156402623f,0.547582257511577f,0.2608591429866662f,0.35752066049480025f,0.5778271543094238f,-0.7336857345362764f,1.4097354101507207f,-0.9138704333939281f,0.054606929705892635f,-0.40231693252520406f,-0.16128841142132802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.04534392544920471f,0.1030101265838925f,-0.16969553896246597f,-0.10914980017082558f,0.6114566220528306f,-0.783713672504449f,1.0849723662359905f,-0.02744956969865722f,-0.7899776754900095f,-0.612520851359984f,0.1512614950402058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.08131259345572425f,0.07781657856444668f,-0.18445529661938648f,-0.10914980017082558f,0.8648264963185521f,-0.4900627025065734f,1.2440644424050529f,-0.02744956969865722f,-0.49544262373243736f,-0.8682068461561894f,0.05293971030189763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.06422337192523135f,0.09242573371375529f,0.14485306965963207f,-0.10914980017082558f,0.750166322398913f,-0.6521785107324216f,1.0964059397589399f,-0.02744956969865722f,-0.6581229727315738f,-0.7524099108107992f,0.10397429656407436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.1018319384608243f,0.047931347396912266f,0.12605915211945823f,-0.10914980017082558f,0.9757523476272167f,-0.18971999689712282f,1.278173754958436f,-0.02744956969865722f,-0.19374625779427673f,-0.9806675831871228f,0.06151770083272799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9923920465662444f,-0.123044909986108f,0.004239815865306112f,0.19004112545062074f,-0.12311697002257209f,0.9919319979687168f,-0.030217926769568748f,1.9482206530399528f,-0.0004874469429641433f,-0.030510023472631376f,-0.9995343420129083f,-0.16876527634188215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9923920465662444f,-0.123044909986108f,0.004239815865306112f,0.24303392368249085f,-0.12311697002257209f,0.9919319979687168f,-0.030217926769568748f,1.8260131090350629f,-0.0004874469429641433f,-0.030510023472631376f,-0.9995343420129083f,-0.2586395887111522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9923920465662444f,-0.123044909986108f,0.004239815865306112f,-0.3929892019070478f,-0.12311697002257209f,0.9919319979687168f,-0.030217926769568748f,1.8758894331516918f,-0.0004874469429641433f,-0.030510023472631376f,-0.9995343420129083f,-0.16905165142087358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9923920465662444f,-0.123044909986108f,0.004239815865306112f,-0.414425807167646f,-0.12311697002257209f,0.9919319979687168f,-0.030217926769568748f,1.7444481163951089f,-0.0004874469429641433f,-0.030510023472631376f,-0.9995343420129083f,-0.2589625223108659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9994328525944158f,0.0335665095492163f,0.002694919603800227f,0.0792658497935776f,0.03359760560932732f,0.9993576586147074f,0.012468803689629184f,2.0400499820119786f,-0.0022746543272934086f,0.012552274885963161f,-0.9999186298608896f,-0.1892518444503371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9923791346798431f,-0.1231924935230031f,0.002694919603800227f,-0.036282810619978935f,-0.12315001737700303f,0.9923097309583303f,0.012468803689629184f,2.0358648307572644f,-0.004210257964775549f,0.012041901219969385f,-0.9999186298608896f,-0.1896154522166994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9927178141296972f,0.1204591022638663f,0.0009727236707556528f,-0.057852487756018436f,0.1203009000294574f,0.9909306048753703f,0.05986843720555797f,2.0275556616313852f,0.006247796544283691f,0.05954948365113436f,-0.9982058024451795f,-0.19559565117302524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.981354655697014f,-0.19220326102971236f,0.0009727236707556528f,-0.030200047211671636f,-0.19180144226354826f,0.9796060315107229f,0.05986843720555797f,2.0410430440424734f,-0.012459794838526262f,0.058565599778003775f,-0.9982058024451795f,-0.19475978477315722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9993397657388673f,-0.03631922936470838f,0.0009727236707556528f,0.014263454594250883f,-0.03619590274347462f,0.9975498117142569f,0.05986843720555797f,2.153774182400531f,-0.0031447158171875817f,0.0597937014007714f,-0.9982058024451795f,-0.2192614578364647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9993397657388673f,-0.036232168322017345f,0.002694919603800227f,0.022415692466704773f,-0.03619590274347462f,0.9992669240794148f,0.012468803689629184f,1.928939124482663f,-0.0031447158171875817f,0.01236302631035728f,-0.9999186298608896f,-0.22204313875629508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9609279819973503f,-0.2767401207533195f,-0.00568497844658229f,-0.3079581428732399f,-0.2767967696146748f,0.9607920265831398f,0.01619351676270534f,1.9918542345409507f,0.0009806861784413163f,0.017134387053569705f,-0.9998527146709749f,-0.18892512739317505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9923890567156118f,-0.12301073583700008f,-0.00568497844658229f,-0.1948894237677012f,-0.12308795536936008f,0.9922636369724765f,0.01619351676270534f,2.0160315426169833f,0.0036490209767467254f,0.016770021198358256f,-0.9998527146709749f,-0.18917644199562028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9332308980584839f,-0.3589384704107038f,-0.015596966633931387f,-0.171943394883772f,-0.3591895439286361f,0.9311648922428862f,0.06256848237437848f,2.0132732705749987f,-0.007934887604377851f,0.06399310832830958f,-0.9979187941136228f,-0.19517041702668148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9984734140983561f,-0.052986564057249386f,-0.015596966633931387f,-0.20205322015234886f,-0.05386378007004519f,0.9965861117886067f,0.06256848237437848f,2.0195909328880974f,0.012228431434111446f,0.06331307779182836f,-0.9979187941136228f,-0.1943037047368101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9778916246965513f,-0.20852986591891184f,-0.015596966633931387f,-0.2727152050157794f,-0.20910104281973876f,0.9758903313923472f,0.06256848237437848f,2.1181558711967536f,0.002173531696823764f,0.06444653687185818f,-0.9979187941136228f,-0.21833454664093643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9778916246965513f,-0.2090350481818808f,-0.00568497844658229f,-0.22568231917485632f,-0.20910104281973876f,0.9777599520877065f,0.01619351676270534f,1.8981598819770202f,0.002173531696823764f,0.017024239338220823f,-0.9998527146709749f,-0.2221650004920361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9923920465662444f,-0.123044909986108f,0.004239815865306112f,-0.03870529123198621f,-0.12311697002257209f,0.9919319979687168f,-0.030217926769568748f,1.4061286644824231f,-0.0004874469429641433f,-0.030510023472631376f,-0.9995343420129083f,-0.17523223440653862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.1018319384608243f,0.047931347396912266f,-0.0005183143091770925f,-0.10914980017082558f,0.9757523476272167f,-0.18971999689712282f,1.0402215341222167f,-0.02744956969865722f,-0.19374625779427673f,-0.9806675831871228f,-0.10257738773368487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9763021307809204f,-0.17542762132218104f,0.12672528993802307f,0.1461517967581486f,-0.2077544984311353f,0.5957785991128207f,-0.7758130762115267f,0.8875124360712902f,0.06059882683899072f,-0.7837557084426283f,-0.6181057932662753f,0.3069985700779039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9763021307809204f,-0.013545689826035642f,0.2159876471462463f,0.1510073480489566f,-0.2077544984311353f,-0.22080277277247645f,-0.9529345223663657f,0.7778741305254873f,0.06059882683899072f,-0.9752244099811708f,0.21275603954439248f,0.00934650242153326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9914543427200998f,0.09927317993937851f,0.08463522934439766f,-0.14318701979788717f,0.019730892031587666f,0.7554232884819111f,-0.6549399568806389f,0.7805834314842366f,-0.12895339546166606f,-0.6476731358979613f,-0.7509264483523057f,0.33530660096350934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9914543427200998f,0.1294676247372631f,-0.016013133557996585f,-0.09853831351761842f,0.019730892031587666f,0.02748418912370426f,-0.9994274917410719f,0.751071591891618f,-0.12895339546166606f,-0.9912026803298626f,-0.029803830388114128f,-0.012489193776882124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9918048355787502f,0.07911383967016317f,0.10032032942156673f,0.009659108799225428f,-0.02282288078843829f,0.6628721088064481f,-0.7483847162248902f,0.938674016733309f,-0.125707136770848f,-0.7445411793441223f,-0.6556341571530111f,-0.06719857932161905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9784860737617235f,-0.16456351678856715f,0.12443412874507506f,0.013467158496262342f,-0.19360913621024828f,0.5240495456011903f,-0.829389881859616f,0.9021258109255323f,0.07127766712153608f,-0.8356380332999241f,-0.5446361826690793f,-0.05971667286735025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.05101949880899384f,0.10032032942156673f,0.009659108799225428f,-0.10914980017082558f,0.6542221622993672f,-0.7483847162248902f,0.938674016733309f,-0.02744956969865722f,-0.7545796002395107f,-0.6556341571530111f,-0.06719857932161905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9973192637126533f,0.0014006323065577503f,0.07315958212560299f,0.00706993795890573f,-0.031094643883047404f,0.8969401020632494f,-0.4410573391664109f,0.9632292034115901f,-0.06623752221692387f,-0.4421498519053351f,-0.8944920900212885f,-0.07111389968982015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9824109603802631f,-0.17180331914120955f,0.07315958212560299f,0.00706993795890573f,-0.1863742605728525f,0.8779140382539558f,-0.4410573391664109f,0.9632292034115901f,0.011547290619519562f,-0.44693462717571525f,-0.8944920900212885f,-0.07111389968982015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.08552679870765503f,0.07315958212560299f,0.00706993795890573f,-0.10914980017082558f,0.8908168973981772f,-0.4410573391664109f,0.9632292034115901f,-0.02744956969865722f,-0.4462403186767258f,-0.8944920900212885f,-0.07111389968982015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9954341903473001f,0.05154615326041208f,0.08033533949432846f,-0.18674365541696444f,0.0025989522560957296f,0.8559701017074794f,-0.5170187911769338f,0.9543594498442525f,-0.09541497856618442f,-0.514449394077728f,-0.8521958711459903f,-0.07838981097381395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9748567189931736f,-0.2000549570062373f,0.09814474826039835f,0.19884500362882107f,-0.2190309692547823f,0.7792663322616263f,-0.5871706889064059f,0.994744884673321f,0.04098550891687253f,-0.593904030615002f,-0.8034912510277133f,-0.08009409389285783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.07366322296834402f,0.0850934035979795f,0.010290730355163149f,-0.10914980017082558f,0.8151013231089665f,-0.5689430148869755f,0.8452545873550854f,-0.02744956969865722f,-0.5746160132192004f,-0.8179626877036814f,-0.0032047285480624743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.993646235964303f,-0.08079929095892255f,0.07834942459589586f,1.407897884818582e-17f,-0.10914980017082558f,0.8615862675322855f,-0.4957372537165771f,1.038618001820665f,-0.02744956969865722f,-0.5011392802208987f,-0.8649311781540993f,-0.11496358670914875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.535935947872012f,-0.33999766354020866f,-0.7727705018734391f,-0.06453212844305381f,0.15745442106927135f,0.9395173983797964f,-0.30416305401445376f,1.151487928153339f,0.8294460591649517f,0.04133578266898967f,0.5570552827205513f,0.2253751521839677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.535935947872012f,-0.33999766354020866f,-0.7727705018734391f,-0.014288133330052688f,0.15745442106927135f,0.9395173983797964f,-0.30416305401445376f,1.166249280128583f,0.8294460591649517f,0.04133578266898967f,0.5570552827205513f,0.3031357202306819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.535935947872012f,-0.33999766354020866f,-0.7727705018734391f,0.07650544439446264f,0.15745442106927135f,0.9395173983797964f,-0.30416305401445376f,1.2044930622431291f,0.8294460591649517f,0.04133578266898967f,0.5570552827205513f,0.18069714379924212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5315357760282222f,-0.6377011530022376f,-0.5575006352119181f,0.4520670284782933f,-0.4623311402104443f,0.7699116632484571f,-0.43987037589010786f,1.9979111999198964f,0.7097320871947288f,0.02394306274499884f,-0.7040646945789875f,-0.5585418672478115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13162239313432622f,-0.6377011530022376f,-0.7589550613081182f,0.47305711749756f,0.07828837055865892f,0.7699116632484571f,-0.6333300575760354f,2.0180682945984096f,0.9882036615297796f,0.02394306274499884f,0.1512621997907147f,-0.647660721577772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.223894282872179f,-0.6377011530022376f,-0.7370268580972943f,0.5731161017025208f,-0.21500900990414024f,0.7699116632484571f,-0.6008387108484569f,2.0981155538864216f,0.9506011128529116f,0.02394306274499884f,-0.3094903132396796f,-0.5566777474268398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015525722436942233f,-0.0000016684523596254564f,5.557288319753737e-7f,-0.04936242885014909f,-0.0000017054656276691496f,0.000015489557397776278f,-0.0000011426388816390597f,1.2527888198540245f,-4.2889952654151913e-7f,-0.0000011960365147663905f,-0.00001557325164670108f,0.5573452996172449f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19.mcfunction new file mode 100644 index 000000000..93f9ceb74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..598f19a29 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7735545231834701f,-0.16843128289635287f,-0.20047131228364706f,0.028239902236043835f,-0.15050667044665605f,0.797680106864243f,-0.08943508097249152f,1.1777192687922633f,0.21425588966910675f,-0.04776813267632707f,-0.7866111260890993f,-0.402379161441201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7632265006111029f,0.13755064667836597f,-0.19638006101255223f,0.028239902236043835f,0.1628169099350921f,0.7783412899235832f,-0.08760987523835904f,1.1777192687922633f,0.17599989376166827f,-0.12355021650509579f,-0.7705578378015667f,-0.402379161441201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7788526626388114f,0.1052999890098149f,0.22191188940525722f,-0.028527278973337622f,0.08863487243829989f,0.8085897741980603f,-0.07260083260280482f,1.175456790493163f,-0.22907822623009055f,-0.04515455482348411f,-0.7825782241350784f,-0.40292117275961564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7443551951766841f,-0.1966721687759787f,0.21738307533576218f,-0.028527278973337622f,-0.22290217043552582f,0.7650207083671263f,-0.07111918295784962f,1.175456790493163f,-0.1903942379081166f,-0.126741365774609f,-0.7666072399690564f,-0.40292117275961564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08890690727587261f,0.36391644642061105f,1.5169267061605956f,-0.6083584373912304f,1.5543259020118765f,0.10844845681252976f,-0.11711606444013896f,0.8932182394911681f,-0.1325624463172178f,1.5156549746692272f,-0.3558418828452032f,-0.05024370350527574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5177112796039547f,-0.8495539667219862f,-0.10115872971609664f,-0.5013397499914112f,-0.8218812433877498f,0.5266915394133161f,-0.21704203297480723f,1.1068410309045595f,0.23766836713841802f,-0.02922464606064034f,-0.9709066213207058f,-0.12270739432043916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5172276395217779f,-0.8495539667219862f,0.10360321685000073f,-0.31167051245485816f,-0.8426090861443992f,0.5266915394133161f,0.11227622302754695f,1.4201736012644872f,-0.14995164841251352f,-0.02922464606064034f,-0.9882613132168031f,-0.07476889357756283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6734944219561838f,0.6962916854077165f,0.2481595301937596f,0.37105393919832375f,0.3534349063476065f,-0.008477589359594362f,-0.9354207061283755f,1.2969553346637348f,-0.6492218654427502f,0.7177088680730732f,-0.2518033957680153f,0.2175216905908433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18703561296927612f,0.8531378159512586f,0.48700466781656565f,0.28470385769165435f,0.4509944315715504f,0.5149931048676664f,-0.7289623616005253f,1.4439423359779386f,-0.8727094030504433f,0.08329447120113849f,-0.4810824554010066f,-0.06907472924272429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.021452659424582583f,0.03487955093429306f,-0.16015548776258468f,-0.03982196391782454f,0.7074906314380691f,-0.7055998991050735f,1.1187210916763386f,-0.009539961189258315f,-0.706397048288691f,-0.7077515095777135f,0.219151561576365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.03316749923119545f,0.024014925869419737f,-0.16622430058174995f,-0.03982196391782454f,0.9236575050951089f,-0.38114436172034144f,1.2895247216209194f,-0.009539961189258315f,-0.3817809977935356f,-0.9242035808544998f,0.14179135210973648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.02665774808164317f,0.031083180934079538f,0.15317137939184128f,-0.03982196391782454f,0.8094024933739932f,-0.5859025643481094f,1.1162520425859206f,-0.009539961189258315f,-0.5866489309520461f,-0.8097851696303959f,0.17033151353607687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.03862787751342864f,0.013589950278519414f,0.14601358954731417f,-0.03982196391782454f,0.9939144033223986f,-0.10270525818091292f,1.3019690853452397f,-0.009539961189258315f,-0.10316029249225711f,-0.9946189939838368f,0.1447725899813797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9988984847573414f,-0.04686830697754195f,-0.0022757307718921822f,0.25497257514613686f,-0.04690024840448011f,0.9987555060278741f,0.016964842427894394f,1.9837117303935008f,0.0014777851959281996f,0.01705288773387431f,-0.9998534968538394f,-0.0448603720616914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9988984847573414f,-0.04686830697754195f,-0.0022757307718921822f,0.2980764569368651f,-0.04690024840448011f,0.9987555060278741f,0.016964842427894394f,1.8622165054327997f,0.0014777851959281996f,0.01705288773387431f,-0.9998534968538394f,-0.14078366530332043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9988984847573414f,-0.04686830697754195f,-0.0022757307718921822f,-0.3318802846488012f,-0.04690024840448011f,0.9987555060278741f,0.016964842427894394f,1.9561578344558688f,0.0014777851959281996f,0.01705288773387431f,-0.9998534968538394f,-0.04399217325908358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9988984847573414f,-0.04686830697754195f,-0.0022757307718921822f,-0.36369378921487366f,-0.04690024840448011f,0.9987555060278741f,0.016964842427894394f,1.8311450908648315f,0.0014777851959281996f,0.01705288773387431f,-0.9998534968538394f,-0.139804632611018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9939297601422721f,0.11000583802360683f,-0.0015321567313727356f,0.15149591913707267f,0.1098833585186227f,0.9933155348808241f,0.035353863792942794f,2.0854751415628994f,0.005411046497059901f,0.03497089883240211f,-0.9993736822683799f,-0.06276786474429541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989015398855692f,-0.04683338670210759f,-0.0015321567313727356f,0.03596547534812108f,-0.046858272280953475f,0.9982757167404975f,0.035353863792942794f,2.090137777402285f,-0.00012622631525863355f,0.03538682320097107f,-0.9993736822683799f,-0.0624257975620423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9805563365920383f,0.19623652368781036f,-0.0007053652421602306f,0.013827207636865985f,0.19589256391467208f,0.979038105170611f,0.05577178522224277f,2.0842544282544577f,0.0116350407020139f,0.05454920159693737f,-0.9984432935490124f,-0.06510101417185565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9932049142469573f,-0.11637654736058062f,-0.0007053652421602306f,0.042434553983531645f,-0.1162345132335521f,0.9916547009450838f,0.05577178522224277f,2.095590634464782f,-0.005791049046029012f,0.0554747989446318f,-0.9984432935490124f,-0.06448799805549887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9991822165530948f,0.04042772048878779f,-0.0007053652421602306f,0.09523218186246582f,0.04032549915144363f,0.9976288699167196f,0.05577178522224277f,2.20449589403497f,0.002958418873540389f,0.055697731774009565f,-0.9984432935490124f,-0.08974070998031033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9991822165530948f,0.04040483411418625f,-0.0015321567313727356f,0.08614109418677393f,0.04032549915144363f,0.9985609437751394f,0.035353863792942794f,1.979819681685564f,0.002958418873540389f,0.03526316700337802f,-0.9993736822683799f,-0.09767492255607038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9792737674400279f,-0.20247907932282574f,-0.005011071781034377f,-0.23843747843813154f,-0.20252394431297815f,0.9785693821470862f,0.037229239908758475f,2.0670951374982947f,-0.00263446080395252f,0.037472480046709174f,-0.9992941873419565f,-0.061969723279111176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988919888068949f,-0.04679405792418079f,-0.005011071781034377f,-0.12385165438618159f,-0.04694856068833883f,0.998203294096503f,0.037229239908758475f,2.0825621846851177f,0.003259961150018879f,0.03742325210185436f,-0.9992941873419565f,-0.06196809350781294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9579205302162171f,-0.286929056320009f,-0.007744315953678367f,-0.10126827233953493f,-0.2868896814845506f,0.9562377232534507f,0.05747805915956476f,2.0787842123543707f,-0.009086718218058804f,0.05728117724319596f,-0.9983167324480037f,-0.0647233174121755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9997025169378911f,0.023127974369907794f,-0.007744315953678367f,-0.13080980853425345f,0.022645406114001176f,0.9980899049169778f,0.05747805915956476f,2.087388761182542f,0.009058874652928341f,0.05728558723067579f,-0.9983167324480037f,-0.06399874600800583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9910125323411889f,-0.1335446978098102f,-0.007744315953678367f,-0.19366043926603024f,-0.13376905675090148f,0.9893442839432711f,0.05747805915956476f,2.190915042901202f,-0.000014095319336100958f,0.05799742680208153f,-0.9983167324480037f,-0.08885335808255862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9910125323411889f,-0.1336751656154173f,-0.005011071781034377f,-0.1635835270025614f,-0.13376905675090148f,0.990312992518926f,0.037229239908758475f,1.968094619584444f,-0.000014095319336100958f,0.037564969664576495f,-0.9992941873419565f,-0.09730547625708832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9988984847573414f,-0.04686830697754195f,-0.0022757307718921822f,-0.014630092495281853f,-0.04690024840448011f,0.9987555060278741f,0.016964842427894394f,1.4615648024698467f,0.0014777851959281996f,0.01705288773387431f,-0.9998534968538394f,-0.07498438259350745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.03862787751342864f,0.013589950278519414f,-0.00014463842774611283f,-0.03982196391782454f,0.9939144033223986f,-0.10270525818091292f,1.0888469012239472f,-0.009539961189258315f,-0.10316029249225711f,-0.9946189939838368f,-0.03629927290891104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.986675105265675f,-0.14243964873452622f,0.07863321891766722f,0.1419388877209653f,-0.152613084766421f,0.6426815260839245f,-0.7507793966196163f,0.8791668468150873f,0.056404636396720005f,-0.7527757982950982f,-0.6558560165875823f,0.3638324701820098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.986675105265675f,-0.038708451956648945f,0.15803130195024276f,0.13533668977190547f,-0.152613084766421f,-0.11653709533071749f,-0.9813910289838381f,0.8070505949586555f,0.056404636396720005f,-0.9924317413096978f,0.10907683454315453f,0.053217791439138754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9899156017679379f,0.1406887906831075f,0.016545862097397834f,-0.14657162981061078f,0.10843075625682116f,0.827695552383657f,-0.5506022554093716f,0.8028995319960044f,-0.09115850192930545f,-0.5432556826582099f,-0.8346037327891406f,0.38077981213278334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9899156017679379f,0.10310787718920907f,-0.0971383911641341f,-0.11500907608149265f,0.10843075625682116f,0.11024664753974528f,-0.9879718861404009f,0.7994949190753863f,-0.09115850192930545f,-0.9885415734139775f,-0.12031494154186612f,0.03398353473943838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9935235913910395f,0.1083107446425132f,0.03434611978717357f,0.0037668394241393718f,0.055082900920482264f,0.7234840868244712f,-0.6881399931249058f,0.9843167308199081f,-0.09938182618383962f,-0.6817914334360217f,-0.7247645782718826f,-0.009632541726563918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9877029794547908f,-0.1462582854455098f,0.05523892028876774f,0.005214259763396593f,-0.13404546391276312f,0.610378163499194f,-0.7806857953925916f,0.9470534929900719f,0.08046513518624812f,-0.7784902128234439f,-0.6224775904059261f,-0.0056818968106425415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.02229672005767214f,0.03434611978717357f,0.0037668394241393718f,-0.03982196391782454f,0.7244843414814306f,-0.6881399931249058f,0.9843167308199081f,-0.009539961189258315f,-0.6889305445564796f,-0.7247645782718826f,-0.009632541726563918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9983000496275909f,0.05346786938371758f,0.02319909173039706f,0.0027879100274536745f,0.04161764274849214f,0.9325976282054319f,-0.35851030065768247f,1.0092494132833587f,-0.04080419985257082f,-0.35693535942684174f,-0.9332374652065907f,-0.011179724470876694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9924182267879396f,-0.12069741207650814f,0.02319909173039706f,0.0027879100274536745f,-0.12095850139356734f,0.925656202519575f,-0.35851030065768247f,1.0092494132833587f,0.02179688233909051f,-0.358598284233309f,-0.9332374652065907f,-0.011179724470876694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.03374317431199528f,0.02319909173039706f,0.0027879100274536745f,-0.03982196391782454f,0.9326760292363397f,-0.35851030065768247f,1.0092494132833587f,-0.009539961189258315f,-0.35913343296786593f,-0.9332374652065907f,-0.011179724470876694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9947369781739219f,0.09909415699610821f,0.026051723602191258f,-0.1912890645648342f,0.077715665231603f,0.8953969994230055f,-0.43843413279749066f,1.0140006666043857f,-0.06677289593108662f,-0.4341020173571056f,-0.8983856738035548f,-0.013801539797874525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9864895926719084f,-0.15885324527158357f,0.040049095079642466f,0.19603567154836246f,-0.1566782282238839f,0.8434216308561542f,-0.5138987112306956f,1.0286629869772228f,0.047856204933495156f,-0.5132305515756357f,-0.85691550609073f,-0.022580324876403893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.02949876118707558f,0.028401104876271253f,-0.0006868198616931154f,-0.03982196391782454f,0.8615571601038725f,-0.5060963061152273f,0.8862699525058747f,-0.009539961189258315f,-0.50680280480891f,-0.8620092262721608f,0.04716423444156545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9991612484130051f,-0.031861828885184816f,0.02572204365629368f,5.974124747319918e-18f,-0.03982196391782454f,0.9023878744597778f,-0.42908080266739035f,1.0882083522985893f,-0.009539961189258315f,-0.4297452127575776f,-0.9028997957982113f,-0.048782430587164693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5635739397422168f,-0.2609828475728776f,-0.7837552983656244f,-0.049613646175152085f,0.060594441038183774f,0.9592856361733496f,-0.27586116425978147f,1.1805933704521037f,0.8238402321801884f,0.10797694894857983f,0.5564424950855654f,0.30668973515665565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5635739397422168f,-0.2609828475728776f,-0.7837552983656244f,0.0032214106756807553f,0.060594441038183774f,0.9592856361733496f,-0.27586116425978147f,1.1862740992994334f,0.8238402321801884f,0.10797694894857983f,0.5564424950855654f,0.3839247569235483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5635739397422168f,-0.2609828475728776f,-0.7837552983656244f,0.09436717700510801f,0.060594441038183774f,0.9592856361733496f,-0.27586116425978147f,1.2248129095147358f,0.8238402321801884f,0.10797694894857983f,0.5564424950855654f,0.26184087177726717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5671815448677441f,-0.5823905671397079f,-0.5823455352865072f,0.5083619527530945f,-0.4702210170157788f,0.809495391273248f,-0.35158129453089193f,2.0346716045302204f,0.6761636564605389f,0.0744206880783869f,-0.7329831313665093f,-0.45761634098412024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18207456976120573f,-0.5823905671397079f,-0.7922563211189679f,0.5289213256308148f,0.04067276451503707f,0.809495391273248f,-0.5857157482380643f,2.057603525432699f,0.9824431674519274f,0.0744206880783869f,0.17107595948280774f,-0.5461629484323862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21929997736235016f,-0.5823905671397079f,-0.7827699197309271f,0.6360571271515938f,-0.2446071562931045f,0.809495391273248f,-0.5337457733767752f,2.126199430987976f,0.9444971461148377f,0.0744206880783869f,-0.3199792214611223f,-0.4538927614890849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015611894506453206f,-6.178481397851533e-7f,1.6624859560388654e-7f,-0.021095247083485247f,-6.222181862160085e-7f,0.00001560669134701144f,-4.2971470519444104e-7f,1.2727562296333779f,-1.490618935821612e-7f,-4.359746268790311e-7f,-0.000015618205136205615f,0.6337145282589612f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..2cb53569d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6690732312415228f,-0.09125168684517107f,0.45930228099627685f,0.2821513234232958f,-0.20567043025089476f,0.776881287722604f,-0.14525695629237462f,1.0623078367224255f,-0.4206960063999703f,-0.23467645574028903f,-0.6594590781578011f,-0.360339775061261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397357448093864f,0.1682328243445464f,0.44992876505757734f,0.2821513234232958f,0.10509540908503352f,0.780197277161479f,-0.14229252861293842f,1.0623078367224255f,-0.468714339232788f,-0.05468021143769883f,-0.6460007296239685f,-0.360339775061261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.34474432668495625f,0.08751170213323428f,0.7351445406535537f,0.24507885587118183f,0.009841583688431311f,0.8114111969725845f,-0.0919753070256676f,1.0551469244821572f,-0.740269502879515f,-0.029966912782372075f,-0.3435804006186238f,-0.40279303091127305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3448080057972962f,-0.05003527030341687f,0.7201415908442976f,0.24507885587118183f,-0.2952697314413347f,0.7380366449233491f,-0.09009825994351113f,1.0551469244821572f,-0.6587284909829344f,-0.3046282693315748f,-0.3365685557080397f,-0.40279303091127305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3525457019296809f,-0.9915168719386676f,1.1549944028920092f,-0.29030865677890644f,1.4663030978738139f,-0.5395531430301634f,-0.015616690171996357f,0.7629003026650218f,0.40874564611328235f,1.0803624153529372f,1.052212097571684f,-0.7065772924248042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3234788894044778f,-0.5502541621113282f,0.7697933262823248f,-0.21293583197228216f,-0.8607827159885562f,0.5089682742304108f,0.0021004005051120656f,0.9886429250439219f,-0.39295613491204107f,-0.6619453549244662f,-0.6382897642363635f,-0.6331447271363104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.04068590156718482f,-0.5502541621113282f,0.8340054043546873f,-0.193065774568789f,-0.8081527870326989f,0.5089682742304108f,0.2963787587500131f,1.290578686589791f,-0.5875659369168251f,-0.6619453549244662f,-0.46539726779277096f,-0.4212726055911925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9252013493221856f,-0.07794194914739777f,0.3713859391192822f,0.0414029113109278f,0.3774124231956625f,0.08705727748127379f,-0.9219440835837749f,1.241192028778081f,0.03952627012488022f,0.9931495773551198f,0.10996177049030281f,0.29239019789149423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5220975477173513f,0.49128508674770655f,0.697175095802214f,0.196403440128015f,0.38938655542772327f,0.589961180325491f,-0.7073357874171827f,1.365808501352177f,-0.7588097660940194f,0.6407688891076502f,0.11671747783467323f,0.024725120186946392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.5767930103692658f,0.4914625884416487f,-0.325660144407737f,-0.1260394802301755f,0.5569142004435939f,-0.8209510477291442f,1.0318581666814493f,-0.7472213206754158f,-0.5976256324267163f,-0.2906955476003287f,-0.07155538299168945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.34481266655185344f,0.6747813554285608f,-0.256790385957836f,-0.1260394802301755f,0.8286859959034301f,-0.5453380324320388f,1.1838284282106422f,-0.7472213206754158f,-0.44088971997421367f,-0.4972690949065175f,-0.15733013733002024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.4064542333377818f,0.6395471904796404f,-0.06365401559529402f,-0.1260394802301755f,0.7740084031931894f,-0.6205038607532078f,1.0403000270102343f,-0.7472213206754158f,-0.4854955694835177f,-0.4538219363802971f,0.1164389313976901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.03222609630642681f,0.7570912305432247f,-0.05287980234694386f,-0.1260394802301755f,0.9805628702845344f,-0.1503679049620052f,1.223215765782572f,-0.7472213206754158f,-0.19354052840737088f,-0.6357691104417414f,0.07617652538104719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.868877025265919f,-0.04229345472448455f,0.4932179828965235f,0.225525799309428f,-0.11610607195588461f,0.9859621334117158f,-0.11999188111365254f,1.896259496925551f,-0.4812193834624935f,-0.16152379133021227f,-0.8615903724011149f,-0.12609017505966186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.868877025265919f,-0.04229345472448455f,0.4932179828965235f,0.3096345554940096f,-0.11610607195588461f,0.9859621334117158f,-0.11999188111365254f,1.7661189690930275f,-0.4812193834624935f,-0.16152379133021227f,-0.8615903724011149f,-0.16862807167614638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.868877025265919f,-0.04229345472448455f,0.4932179828965235f,-0.28493945303429946f,-0.11610607195588461f,0.9859621334117158f,-0.11999188111365254f,1.828047179651469f,-0.4812193834624935f,-0.16152379133021227f,-0.8615903724011149f,-0.4088065628438768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.868877025265919f,-0.04229345472448455f,0.4932179828965235f,-0.2659964737446618f,-0.11610607195588461f,0.9859621334117158f,-0.11999188111365254f,1.6891986964222538f,-0.4812193834624935f,-0.16152379133021227f,-0.8615903724011149f,-0.4874359132200483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8688059007863786f,0.03680332315585816f,0.4937831732283458f,0.13989935582912172f,0.04006551705891033f,0.9991891357475307f,-0.003978108458126864f,1.9846350495735199f,-0.49352918971583765f,0.016327474047994346f,-0.8695759613108225f,-0.1983118378985269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8638667666165516f,-0.0995609731371169f,0.4937831732283458f,0.0393915379448405f,-0.11673537386567429f,0.9931550871548395f,-0.003978108458126864f,1.981197288086378f,-0.49000720609385484f,-0.061078519026361966f,-0.8695759613108225f,-0.2553688354106436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8722197018772917f,0.04970498885872446f,0.48658216751093797f,0.028485208460662256f,0.12577342206323686f,0.9841624972423041f,0.12492087625491055f,1.9712257634319077f,-0.4726667303286655f,0.17015755376810598f,-0.8646574864858703f,-0.2798854737720639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8448899173739777f,-0.22225845716226542f,0.48658216751093797f,0.05184115374794172f,-0.1845053042443772f,0.9748602809538375f,0.12492087625491055f,1.984458489707711f,-0.5021143497506151f,0.015767397960802162f,-0.8646574864858703f,-0.26483022883724916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8692568033235131f,-0.08735218449555038f,0.48658216751093797f,0.09959732771444037f,-0.02973199124014722f,0.9917211217739597f,0.12492087625491055f,2.0982719081103984f,-0.493465924429117f,0.09412126481966868f,-0.8646574864858703f,-0.25765400623574597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8692568033235131f,-0.02389116389656712f,0.4937831732283458f,0.10497283959116796f,-0.02973199124014722f,0.9995499904206848f,-0.003978108458126864f,1.8733731602657446f,-0.493465924429117f,-0.018139154822542858f,-0.8695759613108225f,-0.2535726964006738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8471965234617286f,-0.24014650102128673f,0.4739068565462981f,-0.19931535499178193f,-0.2694282866792029f,0.9629996178333674f,0.006335170865702677f,1.9389910237293748f,-0.45789349085946807f,-0.12231677767183652f,-0.880552188645573f,-0.3845674010050328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8743333178344328f,-0.10465916416176434f,0.4739068565462981f,-0.09965995177009726f,-0.11546484732986333f,0.9932913644249576f,0.006335170865702677f,1.9623006208175597f,-0.47139062183684144f,-0.049180531877635894f,-0.880552188645573f,-0.33076587763152665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8137203250949885f,-0.37192885076310467f,0.4466857536315015f,-0.07156491487865115f,-0.3509275166687545f,0.9269728458697835f,0.13255648254527524f,1.9577403235256208f,-0.4633671444675457f,-0.04889041818302435f,-0.884816713471147f,-0.33381833139436207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8888263532075424f,-0.10227194799375997f,0.4466857536315015f,-0.09880611693602018f,-0.04730153877722321f,0.9900461319375633f,0.13255648254527524f,1.9642011394093453f,-0.45579631226358963f,0.09669077147810264f,-0.884816713471147f,-0.3466027122392133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8618845684037593f,-0.24005588568107017f,0.4466857536315015f,-0.1528508334134599f,-0.20159651535727469f,0.970457430251852f,0.13255648254527524f,2.0647224797100634f,-0.46531047241951223f,0.024198095355806207f,-0.884816713471147f,-0.39414504386346544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8618845684037593f,-0.18046407416954752f,0.4739068565462981f,-0.11224641672531177f,-0.20159651535727469f,0.9794481663701794f,0.006335170865702677f,1.8443466422767736f,-0.46531047241951223f,-0.09007778487630333f,-0.880552188645573f,-0.3738775422662972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.868877025265919f,-0.04229345472448455f,0.4932179828965235f,0.0026255450137100626f,-0.11610607195588461f,0.9859621334117158f,-0.11999188111365254f,1.3573040541825563f,-0.4812193834624935f,-0.16152379133021227f,-0.8615903724011149f,-0.20401947713921686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.03222609630642681f,0.7570912305432247f,-0.009459241101199991f,-0.1260394802301755f,0.9805628702845344f,-0.1503679049620052f,0.9895929778258558f,-0.7472213206754158f,-0.19354052840737088f,-0.6357691104417414f,-0.1314417789864528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6965300179117005f,0.3812056078068754f,0.6078883275113258f,-0.16244944930979566f,-0.2313725012118964f,0.6826187470461766f,-0.693179927482078f,0.8667276702634309f,-0.6792000440451085f,-0.623469270098935f,-0.3872639531526579f,0.20307413702379704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6965300179117005f,0.7174122133629539f,0.01287051924336266f,0.05599465854651452f,-0.2313725012118964f,-0.20758633985739355f,-0.9504602449274572f,0.7483684005717717f,-0.6792000440451085f,-0.6650019756529136f,0.31057957522484403f,0.019375977429151536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5870170541236637f,0.6393195682530532f,0.49667038145706377f,-0.4210278596862172f,-0.08386616501651564f,0.5621726252830059f,-0.8227565896107036f,0.6209455516175563f,-0.805218879891299f,-0.5246259896642012f,-0.2763876379931984f,0.07344032331609185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5870170541236637f,0.7775238159678199f,0.2255386746675951f,-0.12304466195163884f,-0.08386616501651564f,0.21868694686856344f,-0.9721843887014072f,0.6927437796401232f,-0.805218879891299f,-0.5896038796277936f,-0.06316502667185425f,-0.15127206914067948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.588056206982339f,0.5323725588048382f,0.6089083314105116f,-0.020958770433741752f,-0.029970723170524113f,0.7379757205259588f,-0.6741613988258506f,0.8859392127386734f,-0.808264593547299f,-0.41469421812436774f,-0.41801561247403063f,-0.10391570543071571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7058068349424849f,0.44325264543599197f,0.5525973254210217f,-0.020477509958944394f,-0.21995166683834283f,0.6043859611012067f,-0.7657276763176353f,0.8488979252823812f,-0.6733928838378873f,-0.6620005304663776f,-0.32908558409436317f,-0.09808793343887785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.45106130025471247f,0.6089083314105116f,-0.020958770433741752f,-0.1260394802301755f,0.7277502715605674f,-0.6741613988258506f,0.8859392127386734f,-0.7472213206754158f,-0.5166461513028511f,-0.41801561247403063f,-0.10391570543071571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6340197201826613f,0.23987844247747367f,0.7351716311543048f,-0.022105290622990447f,-0.04447504147720251f,0.9377888035424038f,-0.34434594615895797f,0.910709812852256f,-0.7720368936165558f,-0.25101890921818654f,-0.5839079911337152f,-0.10709274705774434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6660419903963105f,0.12613778091769282f,0.7351716311543048f,-0.022105290622990447f,-0.20664468243387796f,0.9158186745124244f,-0.34434594615895797f,0.910709812852256f,-0.7167189422993667f,-0.38126816761889043f,-0.5839079911337152f,-0.10709274705774434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.1837071729533828f,0.7351716311543048f,-0.022105290622990447f,-0.1260394802301755f,0.9303439787450657f,-0.34434594615895797f,0.910709812852256f,-0.7472213206754158f,-0.3173511553756763f,-0.5839079911337152f,-0.10709274705774434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6146807776879717f,0.3301388663679863f,0.7163629460365543f,-0.14910325920649442f,-0.007906348421930151f,0.9055712857673004f,-0.42412042635127734f,0.8986753763995879f,-0.7887363508774914f,-0.2663624885508826f,-0.5540270692822145f,-0.2534553403169342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6791822642368521f,0.22162562821556375f,0.6997096060968147f,0.11320078772420543f,-0.2420160415869368f,0.8323830814989467f,-0.49856458082068755f,0.946907082508922f,-0.6929211265076949f,-0.5079571699979974f,-0.511702868749954f,0.027939029564355747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.31393677534719233f,0.6896878668885018f,-0.06154520314540869f,-0.1260394802301755f,0.8525055063484752f,-0.5072951912534133f,0.7882683505703316f,-0.7472213206754158f,-0.41794504750042966f,-0.516703237069356f,-0.06245396709023092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6525138675548549f,0.252631892834177f,0.7144247891637203f,1.7094028238098473e-17f,-0.1260394802301755f,0.8934751547043764f,-0.43106402929181853f,0.9888888888888889f,-0.7472213206754158f,-0.37132098600673175f,-0.5511633362979399f,-0.13958333333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.25597265613656484f,-0.31493677877807325f,-0.9139435566178487f,-0.2981227042498153f,0.16587574461619084f,0.9171093849265738f,-0.36248532856879284f,1.0779572807549578f,0.9523461748011677f,-0.24438740035544476f,-0.18251455254058885f,0.049343968315465475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.25597265613656484f,-0.31493677877807325f,-0.9139435566178487f,-0.32212014076261825f,0.16587574461619084f,0.9171093849265738f,-0.36248532856879284f,1.0935081318127258f,0.9523461748011677f,-0.24438740035544476f,-0.18251455254058885f,0.13862642220307494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.25597265613656484f,-0.31493677877807325f,-0.9139435566178487f,-0.17302988901353944f,0.16587574461619084f,0.9171093849265738f,-0.36248532856879284f,1.1401055055691607f,0.9523461748011677f,-0.24438740035544476f,-0.18251455254058885f,0.12136237814035854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8598905593520753f,-0.5048782093925782f,0.07540702631531737f,0.5675828615624335f,-0.4817024659092375f,0.753621017469445f,-0.44723382739376755f,1.9866327778316175f,0.16897029405826008f,-0.42089589652176734f,-0.8912326766995265f,-0.07853780556658219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.687460920082143f,-0.5048782093925782f,-0.5220109932179181f,0.6453332823604001f,-0.056177229713986726f,0.753621017469445f,-0.6549041768762667f,2.013659845197514f,0.724045303984133f,-0.42089589652176734f,-0.5464476572094187f,-0.12340953603620464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8293378218449761f,-0.5048782093925782f,-0.23936743917662354f,0.6423631878379104f,-0.2882887185695599f,0.753621017469445f,-0.5907156479845777f,2.0887536587122524f,0.4786317916759727f,-0.42089589652176734f,-0.7705571051441846f,0.014609894970234294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010195529180544607f,-0.0000013037807032622066f,0.000011768260942317033f,-0.5363745881331977f,-0.0000019693668785964925f,0.00001550039020054237f,1.1078285841229461e-8f,1.1522894229130478f,-0.000011675333135553373f,-0.0000014760367572425752f,-0.000010278547400538576f,0.2915866957712672f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2.mcfunction new file mode 100644 index 000000000..a242ebca0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20.mcfunction new file mode 100644 index 000000000..fce494812 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..bd604b0ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6639996806115787f,-0.06082325724930476f,0.47153939386837124f,0.2899806178838283f,-0.26810406117770325f,0.7167971347385652f,-0.2850728406127986f,0.8179448690067103f,-0.39264370741448085f,-0.38658355300324476f,-0.6027673846681184f,-0.5597918527197863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6237372414983098f,0.19386936920077796f,0.46191614093228206f,0.2899806178838283f,0.02606746102137003f,0.749224343618154f,-0.279255027539068f,0.8179448690067103f,-0.5002722669147059f,-0.2026759744410735f,-0.59046600947081f,-0.5597918527197863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.32490038746469035f,0.11354650597697921f,0.7406020345976362f,0.25381931312104433f,-0.12873382494760488f,0.7867703610297704f,-0.17710010097085957f,0.8034336193821532f,-0.7381136667100116f,-0.18720051931004092f,-0.29510781933116825f,-0.6011404817051444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.33660850748468346f,-0.019034157640588134f,0.7254877073609498f,0.25381931312104433f,-0.4114467215539361f,0.6637878184648012f,-0.17348581319594408f,0.8034336193821532f,-0.5978346828442223f,-0.44612042421374687f,-0.28908521077338933f,-0.6011404817051444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.18877038995492074f,-1.0353351239715047f,1.1549256127332086f,-0.33210117991681287f,1.4903174011919291f,-0.4434622540022769f,-0.15395298951223385f,0.5312374321325757f,0.42979766586243967f,1.0829721419991047f,1.0410819161204703f,-0.9704950569871778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4177236074073294f,-0.49731777551548495f,0.760382810149557f,-0.23020546534865463f,-0.8156247979657152f,0.5740014189091874f,-0.07265369938018182f,0.7463299318022871f,-0.4003288357812783f,-0.6505362413014124f,-0.6453986535432475f,-0.8950556298924032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13246555369901114f,-0.49731777551548495f,0.8573960037459611f,-0.1761340885668347f,-0.7912856326535298f,0.5740014189091874f,0.21068796511984889f,1.0415599724727624f,-0.5969253928585361f,-0.6505362413014124f,-0.46955582640843996f,-0.679729531919679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9351901699010752f,-0.10098885873813668f,0.3394415951694294f,0.0380392924122783f,0.35408314143209274f,0.2846823702915524f,-0.8908316771415146f,1.1290668560571853f,-0.006668963486076665f,0.9532875738495452f,0.3019906065924389f,0.03665131086442153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5535551889667998f,0.49263033442578286f,0.6714849263918528f,0.2037627971361557f,0.217380952540934f,0.6928654948897822f,-0.6875194015179014f,1.1940096303651262f,-0.8039416485294977f,0.5265479651415231f,0.2764508386042531f,-0.24533659497586718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.7013823373557504f,0.32087464158246204f,-0.3520077836199513f,-0.25541303940081894f,0.20088487476575462f,-0.9457322276386602f,0.8933820566047912f,-0.7277787425236636f,-0.6838918656744877f,0.051283701065189896f,-0.2785450492767809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.5251993767482098f,0.5648569141194796f,-0.2500025447664152f,-0.25541303940081894f,0.5475094791582187f,-0.7968673349660731f,0.9910596631034193f,-0.7277787425236636f,-0.6514591198956294f,-0.21433412475732158f,-0.4020332225369447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.4429050559922241f,0.6314529516454999f,-0.06862567328662746f,-0.25541303940081894f,0.6514690410612625f,-0.7143894371018897f,0.8999477450631898f,-0.7277787425236636f,-0.615973375979225f,-0.30152098105344394f,-0.09929139955367225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.06784055413108542f,0.7683068254157817f,-0.05110365172820032f,-0.25541303940081894f,0.9213834578890857f,-0.29294488019487064f,1.0708762379161754f,-0.7277787425236636f,-0.38268810112615026f,-0.5691115173559014f,-0.1746023654982998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8216698014759337f,-0.2202910708534858f,0.525671552820508f,0.1334840454850397f,-0.27500352455182303f,0.9610610379726561f,-0.027106139064719065f,1.716054071171487f,-0.49923120778510505f,-0.16683382568635635f,-0.8502556531892509f,-0.393626586708554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8216698014759337f,-0.2202910708534858f,0.525671552820508f,0.24111475497399557f,-0.27500352455182303f,0.9610610379726561f,-0.027106139064719065f,1.603692873058281f,-0.49923120778510505f,-0.16683382568635635f,-0.8502556531892509f,-0.4337626556923103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8216698014759337f,-0.2202910708534858f,0.525671552820508f,-0.3492469628820714f,-0.27500352455182303f,0.9610610379726561f,-0.027106139064719065f,1.554489500497291f,-0.49923120778510505f,-0.16683382568635635f,-0.8502556531892509f,-0.6869249212823032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8216698014759337f,-0.2202910708534858f,0.525671552820508f,-0.3032414885038105f,-0.27500352455182303f,0.9610610379726561f,-0.027106139064719065f,1.4215030380426983f,-0.49923120778510505f,-0.16683382568635635f,-0.8502556531892509f,-0.7645033308499424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8556282944462898f,-0.22652084262992642f,0.46539072788052094f,0.027328166955520167f,-0.12335611179194257f,0.9624833139864315f,0.24167982948783748f,1.779322062135963f,-0.5026763286912435f,0.1493793096513854f,-0.8514706867658853f,-0.45329904478448896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.809658423470629f,-0.3575817496823549f,0.46539072788052094f,-0.06953583639883418f,-0.27240295569166806f,0.9313363998841521f,0.24167982948783748f,1.7573307578002912f,-0.5198556213349038f,0.06890429990162217f,-0.8514706867658853f,-0.5124842457454006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.892029484981041f,-0.27682128780501225f,0.35728612139633037f,-0.06718283738009748f,-0.05738968972647282f,0.8534688124971795f,0.5179743329623138f,1.7529154053679628f,-0.4483188836504193f,0.4415438378152605f,-0.7772060330760517f,-0.5574299142160032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7628279720821217f,-0.5389249599588466f,0.35728612139633037f,-0.048783289471618106f,-0.3183172056131529f,0.7939626861527437f,0.5179743329623138f,1.7686894349296438f,-0.5628211453203511f,0.28139499023698966f,-0.7772060330760517f,-0.5384588242855121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8377427317133348f,-0.4129573136766634f,0.35728612139633037f,-0.042207140794003194f,-0.19019506452472712f,0.8339834697538563f,0.5179743329623138f,1.8853056482769606f,-0.511872008310588f,0.36597517574047644f,-0.7772060330760517f,-0.4979241775699799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8377427317133348f,-0.285654661898451f,0.46539072788052094f,0.02206515813314818f,-0.19019506452472712f,0.9515338656344108f,0.24167982948783748f,1.6712105285092185f,-0.511872008310588f,0.11395050103670845f,-0.8514706867658853f,-0.5235630403032393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7669590971203476f,-0.49103176760569023f,0.41311202663003227f,-0.292696206541462f,-0.41948698081507513f,0.870830858374001f,0.25628946336174924f,1.6708677293363199f,-0.4855969689680878f,0.023268418631956382f,-0.8738730825602616f,-0.6442386808978996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8343308498222964f,-0.36500751566020145f,0.41311202663003227f,-0.20027211806419368f,-0.2780944405122441f,0.9257317068816043f,0.25628946336174924f,1.712228993533508f,-0.475978481857097f,0.0989460478525504f,-0.8738730825602616f,-0.5884159765728987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7049041078685971f,-0.6591763477796263f,0.2619097959945186f,-0.16260395653909143f,-0.47510080146408273f,0.7129661643256502f,0.5157116219118552f,1.7208941406354976f,-0.5266777260888897f,0.23909368677295323f,-0.8157479891407353f,-0.611892984235138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8741003389055664f,-0.4090866122073463f,0.2619097959945186f,-0.19184536027508922f,-0.23152905193851867f,0.8248853381734305f,0.5157116219118552f,1.720564673930789f,-0.4270162709237495f,0.3901439767306701f,-0.8157479891407353f,-0.6214897224434491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7993434679115097f,-0.5407894960789372f,0.2619097959945186f,-0.281527729510858f,-0.35771904170541147f,0.7785105074605004f,0.5157116219118552f,1.8045032327864208f,-0.4827909563243325f,0.3185405950648725f,-0.8157479891407353f,-0.6355266564658365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7993434679115097f,-0.43633527677787953f,0.41311202663003227f,-0.18335229223583527f,-0.35771904170541147f,0.897971490734037f,0.25628946336174924f,1.6024596473712627f,-0.4827909563243325f,0.057085270149684814f,-0.8738730825602616f,-0.6483708422495156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8216698014759337f,-0.2202910708534858f,0.525671552820508f,0.015828370735427096f,-0.27500352455182303f,0.9610610379726561f,-0.027106139064719065f,1.1451383728250266f,-0.49923120778510505f,-0.16683382568635635f,-0.8502556531892509f,-0.4738941164499557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.06784055413108542f,0.7683068254157817f,-0.009611837063729936f,-0.25541303940081894f,0.9213834578890857f,-0.29294488019487064f,0.7996195761166196f,-0.7277787425236636f,-0.38268810112615026f,-0.5691115173559014f,-0.33038607852764934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7043622305861984f,0.3233103991088343f,0.63193689079822f,-0.15239650315192435f,-0.33212143203091893f,0.6366930454420474f,-0.6959291057797933f,0.750534822372527f,-0.6273509404706163f,-0.7000659624019848f,-0.3410842209437664f,0.006756870621234701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7043622305861984f,0.7097937328031059f,-0.008167312720122027f,0.059328957443587814f,-0.33212143203091893f,-0.3397050906616288f,-0.8799407967382273f,0.5865547064373532f,-0.6273509404706163f,-0.6170845227778832f,0.4750131463850505f,-0.14414767205298368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5215462625186719f,0.702798304757078f,0.4838016524190276f,-0.4391444596929453f,-0.24442776848326228f,0.4201936938310249f,-0.8738949168286376f,0.4800238537925776f,-0.8174622694944995f,-0.5740311859953391f,-0.04736702922589381f,-0.09645733381012928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5215462625186719f,0.8289130225792745f,0.2022194279768779f,-0.11657662469495939f,-0.24442776848326228f,0.08191958565052126f,-0.966200935355136f,0.5024846289415253f,-0.8174622694944995f,-0.5533465302008658f,0.1598845066526604f,-0.308973669282625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5738348977699221f,0.5175267576751937f,0.634727945809529f,-0.019057415373201693f,-0.16750335109585318f,0.6844810315413243f,-0.7095268457442494f,0.7011207759967132f,-0.8016583670573411f,-0.5134703229499498f,-0.3060916365676003f,-0.28755744900293273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6882277290184124f,0.4362905787578727f,0.5796491386151448f,-0.017604056774988608f,-0.3389525397877638f,0.513045362934416f,-0.7886035958217016f,0.6653840961428136f,-0.6414466219270184f,-0.7392124095675164f,-0.2052102452603261f,-0.27628673579311275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.4381987603516295f,0.634727945809529f,-0.019057415373201693f,-0.25541303940081894f,0.6567616268268509f,-0.7095268457442494f,0.7011207759967132f,-0.7277787425236636f,-0.6137149272700178f,-0.3060916365676003f,-0.28755744900293273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6199402104620483f,0.21679933335915488f,0.7541035635158461f,-0.020865174052922562f,-0.17789285491165452f,0.8972113373622268f,-0.4041855369506254f,0.7251001713231872f,-0.7642174216959808f,-0.3847205026557726f,-0.517650332959071f,-0.29439201851123536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6481687348242676f,0.10585417653078602f,0.7541035635158461f,-0.020865174052922562f,-0.33098937643753334f,0.8526899110493964f,-0.4041855369506254f,0.7251001713231872f,-0.6858012276759217f,-0.5115806963769858f,-0.517650332959071f,-0.29439201851123536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.16194299694025566f,0.7541035635158461f,-0.020865174052922562f,-0.25541303940081894f,0.8782927934487281f,-0.4041855369506254f,0.7251001713231872f,-0.7277787425236636f,-0.4498624620014855f,-0.517650332959071f,-0.29439201851123536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6013951833661759f,0.30818560500956943f,0.7371197096054679f,-0.145086526472882f,-0.14362203009322097f,0.8658776737643773f,-0.4791957497185178f,0.6876040047647916f,-0.7859367314840717f,-0.3940526448855229f,-0.4764724201492237f,-0.4388164398775898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6606674434221587f,0.20573564957492407f,0.7219358501252123f,0.11114692646505561f,-0.36283386079039603f,0.7543956263653956f,-0.5470272647544159f,0.785058948244339f,-0.6571682575002877f,-0.6233458762314437f,-0.42375676976219423f,-0.1646641947687305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.30148121552256096f,0.7099343599603617f,-0.05825318463966846f,-0.25541303940081894f,0.7861267780147978f,-0.5628222349837545f,0.609979130258534f,-0.7277787425236636f,-0.5395495951023519f,-0.42334895341262285f,-0.23202759250525157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6364764577222876f,0.23845913203340144f,0.7335086646490047f,4.141687438783063e-17f,-0.25541303940081894f,0.8321885182111942f,-0.49216506322725967f,0.7979166666666666f,-0.7277787425236636f,-0.5005991535223902f,-0.46876282854268797f,-0.33819444444444446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.31769279893179037f,-0.3622534627460331f,-0.8762669195144783f,-0.29116022688817567f,0.3513847385962381f,0.8133647753152853f,-0.46364480775478223f,0.9041819635971298f,0.8806815832004994f,-0.45520343913993455f,-0.13110979370984305f,-0.17636321970165025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31769279893179037f,-0.3622534627460331f,-0.8762669195144783f,-0.32094392678803096f,0.3513847385962381f,0.8133647753152853f,-0.46364480775478223f,0.9371242828405271f,0.8806815832004994f,-0.45520343913993455f,-0.13110979370984305f,-0.09379932127660345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.31769279893179037f,-0.3622534627460331f,-0.8762669195144783f,-0.17461203891093155f,0.3513847385962381f,0.8133647753152853f,-0.46364480775478223f,0.9901998443820458f,0.8806815832004994f,-0.45520343913993455f,-0.13110979370984305f,-0.1154148014326504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8225733804948745f,-0.565616139898565f,-0.05874875307171522f,0.4802498043853207f,-0.41031992853414173f,0.6618856401926628f,-0.627331615299664f,1.841456934383742f,0.3937138427195202f,-0.4919205033264986f,-0.776533082655229f,-0.3800700240000424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7653562404669507f,-0.565616139898565f,-0.30709641395584886f,0.5555888385079913f,-0.19918563293178954f,0.6618856401926628f,-0.7226565456289116f,1.8703748156846938f,0.612008912363094f,-0.4919205033264986f,-0.6192409140190485f,-0.42778635850435165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8036163639751537f,-0.565616139898565f,-0.1851462174542065f,0.545691254064787f,-0.3084574005434851f,0.6618856401926628f,-0.6831994081940533f,1.9583957862633259f,0.5089742347126317f,-0.4919205033264986f,-0.706370615757546f,-0.2979725988885651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009944944651910743f,-0.0000026141748249140752f,0.000011764556551575474f,-0.5500277455734459f,-0.000003990828740637797f,0.000015106741237663028f,-1.6737418877142785e-8f,0.9574221252456208f,-0.000011371542851932244f,-0.000003015474119119048f,-0.000010282779488231377f,0.07693507160495694f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3.mcfunction new file mode 100644 index 000000000..18f8c0b03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..c69d5de4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6425930687058713f,-0.023937441625507653f,0.5034338003988618f,0.3036609113132145f,-0.33275162970444067f,0.6328345285831585f,-0.3946406679580993f,0.6076096398956461f,-0.3785431883215633f,-0.5156470719065526f,-0.5076983319393402f,-0.7331303537581492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5905362085560116f,0.21922717593589086f,0.4931596412070483f,0.3036609113132145f,-0.06391555648296571f,0.6974707633026433f,-0.38658677677528097f,0.6076096398956461f,-0.5358934483866766f,-0.32476757792181477f,-0.4973371414915986f,-0.7331303537581492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.28009068512521446f,0.13875659883628025f,0.7544801248740219f,0.2699209516357296f,-0.2618275590387242f,0.7376748817263292f,-0.2328659327645715f,0.5858675448712456f,-0.7210686388121146f,-0.3217558384767526f,-0.2085129323860045f,-0.773340077354483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.30550521084756516f,0.020579575747113873f,0.7390825713051644f,0.2699209516357296f,-0.5134952606221824f,0.5694618669981333f,-0.22811356678978434f,0.5858675448712456f,-0.5319672766848933f,-0.5615066011162017f,-0.2042575664189432f,-0.773340077354483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.11364102496428621f,-1.1330126626673183f,1.0699412477704462f,-0.32119242705656625f,1.4642292990269277f,-0.44483267312941294f,-0.3155355808584088f,0.33313086567194117f,0.5334084057419594f,0.9797001832969382f,1.0941066097651393f,-1.2613447885795566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4454959619833149f,-0.4122929742287068f,0.7946998497912324f,-0.20993570295544423f,-0.7506391529422027f,0.6557808675824898f,-0.08057490789923039f,0.5339288967500571f,-0.4879284885377909f,-0.6324286181968714f,-0.601630977392972f,-1.163157624044944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.14682591153915597f,-0.4122929742287068f,0.899142177357031f,-0.1500376629489533f,-0.7329283144409201f,0.6557808675824898f,0.18101806430173967f,0.8075899601701024f,-0.6642727132672902f,-0.6324286181968714f,-0.3984668183100173f,-0.9223845642132387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9397835159261871f,-0.15569342609620163f,0.3042474326331117f,0.0202088787619725f,0.34158304970280445f,0.4573483437020225f,-0.8210685188635283f,1.0254748842667556f,-0.011312088628749745f,0.8755524253769407f,0.48299066975192373f,-0.22219067778633922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.606655841049927f,0.4705708105367841f,0.6407275573836038f,0.20442149413358005f,0.06124606668001542f,0.7759207521997928f,-0.627850225469367f,1.0360041239457671f,-0.7926017977750444f,0.4201310492887448f,0.4418962452740526f,-0.4999565332162369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.7860943031133831f,0.17142956989598795f,-0.3688121149582483f,-0.38268341574980463f,-0.08854992532532663f,-0.91962618168196f,0.7648292813669452f,-0.7077328268012594f,-0.6117308700217466f,0.35341135880208385f,-0.5147839696271448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.6606531810535105f,0.4592055369721891f,-0.24206960890463888f,-0.38268341574980463f,0.270116240085382f,-0.8835103961766373f,0.8099541364068503f,-0.7077328268012594f,-0.7004103020416057f,0.09241025193064328f,-0.6455333371853793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.4919903692044591f,0.6366143474915555f,-0.08167882910285255f,-0.38268341574980463f,0.5232911368944394f,-0.7613933210619774f,0.7756760665171634f,-0.7077328268012594f,-0.6957814762249603f,-0.122484216167282f,-0.3200316103401709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.10776898440256902f,0.7973193819435709f,-0.056488898390223564f,-0.38268341574980463f,0.8338800786568135f,-0.3977403898642541f,0.9295427038286643f,-0.7077328268012594f,-0.5413223258098131f,-0.45396518087597093f,-0.4243668288099857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7618150712977501f,-0.36909059403983546f,0.5323625931026007f,0.05452353144731819f,-0.42321888041546873f,0.9057521445862665f,0.022334543587370803f,1.5317523335227587f,-0.49043203036045796f,-0.20829110871254297f,-0.846221742587496f,-0.6707638292251822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7618150712977501f,-0.36909059403983546f,0.5323625931026007f,0.17913691397933207f,-0.42321888041546873f,0.9057521445862665f,0.022334543587370803f,1.4364978869263714f,-0.49043203036045796f,-0.20829110871254297f,-0.846221742587496f,-0.7056695278651749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7618150712977501f,-0.36909059403983546f,0.5323625931026007f,-0.39304282294011f,-0.42321888041546873f,0.9057521445862665f,0.022334543587370803f,1.2831112412786707f,-0.49043203036045796f,-0.20829110871254297f,-0.846221742587496f,-0.9588926470619512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7618150712977501f,-0.36909059403983546f,0.5323625931026007f,-0.3255655707554274f,-0.42321888041546873f,0.9057521445862665f,0.022334543587370803f,1.1561153786511233f,-0.49043203036045796f,-0.20829110871254297f,-0.846221742587496f,-1.0305807479789784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8227857687230113f,-0.42572398705935643f,0.37654039043529963f,-0.06319225534537179f,-0.2819007225609609f,0.8809630709236698f,0.38004743162971805f,1.567325753088658f,-0.493513486549751f,0.20655061004756628f,-0.8448557770900823f,-0.723079584519943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7460580064049013f,-0.5491946699031011f,0.37654039043529963f,-0.15466140063681877f,-0.41624304359894904f,0.8260179649179177f,0.38004743162971805f,1.527704892325739f,-0.5197491507781689f,0.12680511102824465f,-0.8448557770900823f,-0.7816690330329437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8745872514481055f,-0.46495592420644705f,0.1375250091793382f,-0.1475945814816859f,-0.2417650693344906f,0.6640375810020374f,0.7075335626432514f,1.5339907990390085f,-0.4202936959486039f,0.5855510904799779f,-0.6931689040800743f,-0.840122319497049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6881026223432865f,-0.7124616852677169f,0.1375250091793382f,-0.13279591909981467f,-0.43513114203637715f,0.5568277534062633f,0.7075335626432514f,1.5513538280508943f,-0.5806682963227894f,0.4270142855479404f,-0.6931689040800743f,-0.8194634124533595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.79108449981792f,-0.5960471340406346f,0.1375250091793382f,-0.15537276238872424f,-0.34266690389551413f,0.6180417871859561f,0.7075335626432514f,1.6576605005143987f,-0.5067195547070331f,0.5125935654043414f,-0.6931689040800743f,-0.7605157910586401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.79108449981792f,-0.48208157869665935f,0.37654039043529963f,-0.04690440718197606f,-0.34266690389551413f,0.8591526888081753f,0.38004743162971805f,1.4643511455325595f,-0.5067195547070331f,0.17162170257580833f,-0.8448557770900823f,-0.7991306741381969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6818401404978413f,-0.6675876145137759f,0.29903310812298056f,-0.3586265032102629f,-0.5533847064291693f,0.7380932639638658f,0.38598406752283093f,1.400736574397217f,-0.4783925056856413f,0.09769908207845743f,-0.8726943908750877f,-0.908822957361975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7778792682634148f,-0.5527052055592422f,0.29903310812298056f,-0.2745962922937815f,-0.4311083975057684f,0.8155745516006119f,0.38598406752283093f,1.4586126572448104f,-0.45721919645393594f,0.1713333199619287f,-0.8726943908750877f,-0.854431567302976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6103554211505883f,-0.7920686593401973f,0.009669475844658881f,-0.23745023326834408f,-0.5787323417400972f,0.45423034198266976f,0.6773061885486726f,1.4843443397333014f,-0.5408651740462788f,0.407801465560546f,-0.7356377017190998f,-0.8926976106028032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8252451769892416f,-0.5646918620742507f,0.009669475844658881f,-0.2664754687519456f,-0.4100422697692841f,0.6108368554336939f,0.6773061885486726f,1.4770060198477681f,-0.38837576502460724f,0.5549787716219348f,-0.7356377017190998f,-0.8998355648881052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7267477700884876f,-0.6868363559890378f,0.009669475844658881f,-0.37649786918176215f,-0.5005499057089148f,0.5391716970024172f,0.6773061885486726f,1.532898356541778f,-0.47041202213188327f,0.4873907069725818f,-0.7356377017190998f,-0.892301466813714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7267477700884876f,-0.6183986407793282f,0.29903310812298056f,-0.23735817500641354f,-0.5005499057089148f,0.7748974716137144f,0.38598406752283093f,1.3585464254286925f,-0.47041202213188327f,0.13083206628709976f,-0.8726943908750877f,-0.9217386817283114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7618150712977501f,-0.36909059403983546f,0.5323625931026007f,0.03039130731676464f,-0.42321888041546873f,0.9057521445862665f,0.022334543587370803f,0.946552856893059f,-0.49043203036045796f,-0.20829110871254297f,-0.846221742587496f,-0.7272410552622166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.10776898440256902f,0.7973193819435709f,-0.010022061834198744f,-0.38268341574980463f,0.8338800786568135f,-0.3977403898642541f,0.6338478273967539f,-0.7077328268012594f,-0.5413223258098131f,-0.45396518087597093f,-0.5242451830835367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6949161202258586f,0.2808636885773162f,0.6619721854345424f,-0.15104792011173568f,-0.4209788010071858f,0.5874256354285678f,-0.6911642148895554f,0.6587340274661093f,-0.5829823624714493f,-0.7589774115743416f,-0.2899738846294958f,-0.20709262725838076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6949161202258586f,0.7169458179067683f,-0.05550027059605146f,0.05497861958397655f,-0.4209788010071858f,-0.4681850712686576f,-0.7769038474249654f,0.4544651566406414f,-0.5829823624714493f,-0.5165185700699992f,0.6271683440831902f,-0.30517157953286955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.42195834565095514f,0.7847507037977788f,0.4540016381296438f,-0.46458126013395984f,-0.4066974688389275f,0.283710723403742f,-0.8683924195119019f,0.3611188322760953f,-0.810276695564866f,-0.551066745789125f,0.19944201741324477f,-0.2917082039725375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.42195834565095514f,0.8927021508585099f,0.1582214409873049f,-0.11189312742601683f,-0.4066974688389275f,-0.030406826564056577f,-0.913056730843332f,0.34229821883517303f,-0.810276695564866f,-0.4496201671977063f,0.3758901194146871f,-0.4659269689110242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5282457715492709f,0.5372999603246448f,0.6574687501892774f,-0.0197173761611305f,-0.30683634410255317f,0.601198102632975f,-0.7378430045262274f,0.5429325252779502f,-0.7917119822120258f,-0.5914977548779419f,-0.15271720006685272f,-0.46695036863968964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6493096960322827f,0.47005356342993604f,0.5978683518512111f,-0.018505139199122424f,-0.4519826680536894f,0.3937311908989674f,-0.8004295203778715f,0.509547007736195f,-0.6116441665033134f,-0.7899527813863938f,-0.043197416153830506f,-0.4499154276515259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.4637533755635517f,0.6574687501892774f,-0.0197173761611305f,-0.38268341574980463f,0.5560045898927201f,-0.7378430045262274f,0.5429325252779502f,-0.7077328268012594f,-0.6897765599610061f,-0.15271720006685272f,-0.46695036863968964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5761849832596097f,0.22793504566121792f,0.7848926550972062f,-0.021401169043355938f,-0.3118475969117577f,0.8263654329948907f,-0.46890430521752396f,0.5654373411423202f,-0.75548788300441f,-0.5149425075778707f,-0.4050583569350585f,-0.47770624314954774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6070119439887719f,0.12441872780827706f,0.7848926550972062f,-0.021401169043355938f,-0.45060678272343146f,0.7596593183211205f,-0.46890430521752396f,0.5654373411423202f,-0.6545914964453863f,-0.6383084679513976f,-0.4050583569350585f,-0.47770624314954774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.17684985382096693f,0.7848926550972062f,-0.021401169043355938f,-0.38268341574980463f,0.7960415541028831f,-0.46890430521752396f,0.5654373411423202f,-0.7077328268012594f,-0.5788281034512486f,-0.4050583569350585f,-0.47770624314954774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5568530125989265f,0.32000639146800375f,0.7664924212144086f,-0.13730326909954121f,-0.2812349259573191f,0.795660179801233f,-0.5364995756759279f,0.5025452399743082f,-0.7815507909159078f,-0.5143158443002667f,-0.35306879431694715f,-0.6202074964909257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6207024549826272f,0.23115469725709292f,0.7491968822108921f,0.10283872090703945f,-0.4775840861989235f,0.6463531666835916f,-0.5950974916159809f,0.6482367660901832f,-0.6218053577994314f,-0.7271829823738142f,-0.2907971924861829f,-0.3529654605664948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.3104582863837523f,0.7422587171853916f,-0.059288931570001584f,-0.38268341574980463f,0.7025235160992052f,-0.6000117604161371f,0.4602029605171652f,-0.7077328268012594f,-0.6403720494706759f,-0.2983921649853171f,-0.40005135503769407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5938582736461291f,0.244584789066926f,0.7664924212144086f,6.505936120470313e-17f,-0.38268341574980463f,0.7521446726591976f,-0.5364995756759279f,0.63125f,-0.7077328268012594f,-0.6119286497194553f,-0.35306879431694715f,-0.53125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.41603626851762987f,-0.3897992624183454f,-0.8215657966931438f,-0.28991496071813094f,0.46984630088344903f,0.6813822110816175f,-0.5612154095956966f,0.7504898263718383f,0.778561671818017f,-0.6194956153514244f,-0.10033397099833175f,-0.4065750736000755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.41603626851762987f,-0.3897992624183454f,-0.8215657966931438f,-0.3289183608916587f,0.46984630088344903f,0.6813822110816175f,-0.5612154095956966f,0.7945379170796616f,0.778561671818017f,-0.6194956153514244f,-0.10033397099833175f,-0.33358491686713637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.41603626851762987f,-0.3897992624183454f,-0.8215657966931438f,-0.18618179130092324f,0.46984630088344903f,0.6813822110816175f,-0.5612154095956966f,0.8566961831651044f,0.778561671818017f,-0.6194956153514244f,-0.10033397099833175f,-0.35502989958385617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.785955407617176f,-0.6088317244090984f,-0.10769414371432753f,0.38855716849061744f,-0.3261904104589607f,0.5562810049022155f,-0.764297886762482f,1.7039201965399415f,0.5252370068473216f,-0.56557526018915f,-0.6358071340430538f,-0.6718618963381081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.785955407617176f,-0.6088317244090984f,-0.10769414371432753f,0.46224048795472766f,-0.3261904104589607f,0.5562810049022155f,-0.764297886762482f,1.7345005475204691f,0.5252370068473216f,-0.56557526018915f,-0.6358071340430538f,-0.7211028657300446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.785955407617176f,-0.6088317244090984f,-0.10769414371432753f,0.4415529497798217f,-0.3261904104589607f,0.5562810049022155f,-0.764297886762482f,1.8338550550445776f,0.5252370068473216f,-0.56557526018915f,-0.6358071340430538f,-0.6011113109276183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009279035525720768f,-0.000003843502221811723f,0.0000119694450741603f,-0.5718052560150407f,-0.000005979428371090698f,0.000014435617803024425f,6.853249868640777e-14f,0.781965158214303f,-0.000011058325418769678f,-0.0000045805080849107465f,-0.000010043555626204284f,-0.14314084320192705f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4.mcfunction new file mode 100644 index 000000000..f3fb701b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..ea41098dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6527260297109745f,0.007229591608450527f,0.49075544580510505f,0.30414562122033f,-0.3431758396896497f,0.5770664890755021f,-0.4649398398543857f,0.46582727068124613f,-0.35088960890213927f,-0.5778290790845445f,-0.45818607810938045f,-0.88444116918737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5880230931487385f,0.25123269468665743f,0.4807400285437764f,0.30414562122033f,-0.09425568940345191f,0.6509070625882888f,-0.45545127169409216f,0.46582727068124613f,-0.5341766626677641f,-0.3914104354678941f,-0.4488353418214339f,-0.88444116918737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.28459311571240636f,0.1725042464811939f,0.7457838077348588f,0.269870486278148f,-0.3226803207087298f,0.6944748954246797f,-0.2837718708692531f,0.4414787765091476f,-0.6941387567056465f,-0.39356238262222193f,-0.1738518963609646f,-0.9226549285291102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3222311234363611f,0.04943419322151023f,0.7305637300259842f,0.269870486278148f,-0.5523739890803037f,0.5075527141619199f,-0.27798060819845205f,0.4414787765091476f,-0.48067668892557447f,-0.6163980068814362f,-0.17030389847604696f,-0.9226549285291102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06532951606985278f,-1.210507466315155f,0.9858042292084889f,-0.3180687458409113f,1.3581874044446303f,-0.5305479855365378f,-0.5614731155194163f,0.263874653683444f,0.7697176617033265f,0.8334247170791043f,1.0744041196047125f,-1.5201724681380058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.45954493335431246f,-0.337005723603523f,0.8217332879267131f,-0.2011839457993917f,-0.6289394295040168f,0.7767463280822636f,-0.033171310282869904f,0.4379593037086617f,-0.6270993926352844f,-0.5320641728863035f,-0.5689060271145587f,-1.3846324245985318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.15173197057134719f,-0.337005723603523f,0.92919564751725f,-0.139062236924466f,-0.6025427881620873f,0.7767463280822636f,0.18332302158915692f,0.6637869296190007f,-0.7835302148228834f,-0.5320641728863035f,-0.3209176193206284f,-1.0989882476375963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.953402972771138f,-0.1438933232237647f,0.26517443889405623f,0.03411858527804823f,0.2997840813691747f,0.5507223254858656f,-0.778995779686309f,0.9451585203737586f,-0.03394519213079358f,0.8221919676955385f,0.5681972300074526f,-0.42255078974504406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6155657353694186f,0.4991723895446871f,0.6098407586865228f,0.22101926751797046f,-0.04529240306046878f,0.7949545977230239f,-0.6049758555380813f,0.9195829294651509f,-0.7867829584225339f,0.3447812539499102f,0.5119555285965889f,-0.6975290563787835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.7927229486487417f,0.08744190144489783f,-0.36676446122371675f,-0.4285587431977385f,-0.229755063300427f,-0.8738134895483084f,0.6809982339882064f,-0.6726017864021994f,-0.5646263698884963f,0.4783345057123824f,-0.694322109009939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.6989179402311049f,0.38414772193228547f,-0.23331642416830778f,-0.4285587431977385f,0.12212794495316354f,-0.8952218544530133f,0.6983020870765932f,-0.6726017864021994f,-0.704697437120802f,0.22585030228880276f,-0.8250413140807843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.5196308291102353f,0.6050120336661612f,-0.07734829915696101f,-0.4285587431977385f,0.4285580366449804f,-0.7954089595018242f,0.6910339852793891f,-0.6726017864021994f,-0.7391358539979028f,-0.035847262982843464f,-0.49568940323660776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.1475074817659536f,0.7837712053052993f,-0.04479207629268661f,-0.4285587431977385f,0.7688466264814474f,-0.4745653470038374f,0.8322266943258865f,-0.6726017864021994f,-0.622186794918668f,-0.4006125673982353f,-0.614853255830097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7707059730285215f,-0.39426933405222886f,0.5005636776316991f,0.05997175075775972f,-0.4546897458033845f,0.8906487223833428f,0.001445122200002924f,1.4017177575113782f,-0.44639616732159954f,-0.22648740702946624f,-0.8656985134893413f,-0.8820308163046731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7707059730285215f,-0.39426933405222886f,0.5005636776316991f,0.18508473628082966f,-0.4546897458033845f,0.8906487223833428f,0.001445122200002924f,1.3075730128873373f,-0.44639616732159954f,-0.22648740702946624f,-0.8656985134893413f,-0.9181392697910555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7707059730285215f,-0.39426933405222886f,0.5005636776316991f,-0.39281800839649667f,-0.4546897458033845f,0.8906487223833428f,0.001445122200002924f,1.1345875318518897f,-0.44639616732159954f,-0.22648740702946624f,-0.8656985134893413f,-1.1442885646061127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7707059730285215f,-0.39426933405222886f,0.5005636776316991f,-0.3255079708505658f,-0.4546897458033845f,0.8906487223833428f,0.001445122200002924f,1.0063410562925952f,-0.44639616732159954f,-0.22648740702946624f,-0.8656985134893413f,-1.2138767306416152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8353722931992318f,-0.44728934582492696f,0.3195080169049994f,-0.061005657439888616f,-0.3156784599286519f,0.8662261265510326f,0.387297569857428f,1.4307219883085938f,-0.4500002685467324f,0.22267586037086126f,-0.8648209175985311f,-0.9278683665307286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7551160045167868f,-0.5724634895397596f,0.3195080169049994f,-0.1537526371539892f,-0.44729955495944096f,0.8061784545096806f,0.387297569857428f,1.3873239525729082f,-0.47929419760277736f,0.14953879974222223f,-0.8648209175985311f,-0.9815689146954948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.885317806735449f,-0.4620595253397246f,0.05209007698173046f,-0.14877299859649593f,-0.28152871311361494f,0.6218050198167995f,0.7308215247399479f,1.396263666640892f,-0.37007291817927757f,0.6323444570591714f,-0.6805780799120814f,-1.044493958430554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6992030233450857f,-0.7130229701945998f,0.05209007698173046f,-0.1336487352414004f,-0.4598980354419343f,0.504374559205188f,0.7308215247399479f,1.413946305285716f,-0.5473654438688482f,0.4870364955539197f,-0.6805780799120814f,-1.0243483243248155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8021360407705996f,-0.59486502332622f,0.05209007698173046f,-0.15823081778720072f,-0.37533436311944207f,0.5701087745671883f,0.7308215247399479f,1.5173203833657236f,-0.4644371733168975f,0.5666670884960539f,-0.6805780799120814f,-0.961141000935275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8021360407705996f,-0.5044723968963034f,0.3195080169049994f,-0.044724528485532614f,-0.37533436311944207f,0.8420954270415283f,0.387297569857428f,1.3278489122813801f,-0.4644371733168975f,0.190743001248918f,-0.8648209175985311f,-1.0040581762162815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6870862111105867f,-0.6880775540577726f,0.23337055963332473f,-0.35921899980049127f,-0.5817670806844943f,0.7134142205268953f,0.3906241336397991f,1.2519152310702595f,-0.4352695743255431f,0.13262514675533887f,-0.8904779436429547f,-1.0959341704599477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.786266083772834f,-0.5721222136964788f,0.23337055963332473f,-0.27441842606215333f,-0.46300199059392766f,0.7956393296740786f,0.3906241336397991f,1.313264082957715f,-0.40916353969359415f,0.19908347412787264f,-0.8904779436429547f,-1.046798422874918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.618892773562255f,-0.7807562796936722f,-0.0859730571244007f,-0.2400353043684288f,-0.6005145669050327f,0.3997621054987378f,0.6925117428189049f,1.3428462612769922f,-0.5063141216352557f,0.4802185864021843f,-0.7162653973958308f,-1.0915976648921741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.829868964074668f,-0.5512949627144454f,-0.0859730571244007f,-0.2690915673828097f,-0.4475900076789727f,0.5657655619458117f,0.6925117428189049f,1.334033336895082f,-0.333137640460478f,0.6131746839211628f,-0.7162653973958308f,-1.0966307125253527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7334103674667065f,-0.6743277143504002f,-0.0859730571244007f,-0.38105738384919086f,-0.5305846649725882f,0.48878154563552145f,0.6925117428189049f,1.3834346157024482f,-0.42495781695160884f,0.5535112774868417f,-0.7162653973958308f,-1.0790576044774427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7334103674667065f,-0.6384727204734586f,0.23337055963332473f,-0.23740102174266292f,-0.5305846649725882f,0.7522583994307295f,0.3906241336397991f,1.2141764758305342f,-0.42495781695160884f,0.16266494919661578f,-0.8904779436429547f,-1.1156572180466813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7707059730285215f,-0.39426933405222886f,0.5005636776316991f,0.04535764366167898f,-0.4546897458033845f,0.8906487223833428f,0.001445122200002924f,0.8145100637657438f,-0.44639616732159954f,-0.22648740702946624f,-0.8656985134893413f,-0.9167298224823379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.1475074817659536f,0.7837712053052993f,-0.009957662000553617f,-0.4285587431977385f,0.7688466264814474f,-0.4745653470038374f,0.526192578835201f,-0.6726017864021994f,-0.622186794918668f,-0.4006125673982353f,-0.6834097743878375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7342606377015385f,0.24180610065342245f,0.6343430661786389f,-0.13137036795845114f,-0.42445084637209324f,0.5657300447537028f,-0.7069589772235639f,0.6060284394090046f,-0.5298139248228039f,-0.7883396007747936f,-0.3127584993474929f,-0.39042674247561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7342606377015385f,0.6680399921664582f,-0.12076375610409203f,0.04946403495801702f,-0.42445084637209324f,-0.590594213213054f,-0.6863235055957706f,0.36627137691945666f,-0.5298139248228039f,-0.45268205639885095f,0.7172002237021152f,-0.4489652112725941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4123113036301673f,0.8177595086302386f,0.40158283696346236f,-0.4787120772095883f,-0.48402531441622654f,0.17681151783124993f,-0.857004773712774f,0.3024477697097241f,-0.771828273583616f,-0.5477290143921905f,0.3229149158677789f,-0.44756527432281484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4123113036301673f,0.9057919952927177f,0.09767420418119349f,-0.12132392253172176f,-0.48402531441622654f,-0.1269644169600435f,-0.865794162506464f,0.24596207431290845f,-0.771828273583616f,-0.404253507207586f,0.49077511958869846f,-0.6030592793888866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5312873065796184f,0.5863638698006497f,0.6114827962091666f,-0.023527104388547253f,-0.3676563535850466f,0.4906888004243203f,-0.7899704467932258f,0.4416703601125145f,-0.7632578879618093f,-0.6445168060885211f,-0.04511632890129719f,-0.6173842573389325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6649462674692344f,0.5098048901364478f,0.5458437829376622f,-0.024800052465988896f,-0.48212837389538593f,0.2651833045016392f,-0.8350030216104503f,0.41059061056286417f,-0.5704372817968022f,-0.8183989180140425f,0.06945875416187902f,-0.5964395614572475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.5120005365064315f,0.6114827962091666f,-0.023527104388547253f,-0.4285587431977385f,0.43850210583540655f,-0.7899704467932258f,0.4416703601125145f,-0.6726017864021994f,-0.7386280212630986f,-0.04511632890129719f,-0.6173842573389325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5801500767403271f,0.29069206293277006f,0.7608705625834679f,-0.023547943464432054f,-0.36527121056884093f,0.7420910868807148f,-0.5620300361206446f,0.46276253769622666f,-0.7280129333931961f,-0.6039858800668192f,-0.3243427592719529f,-0.6308047767976315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6218144404750179f,0.18553379371601703f,0.7608705625834679f,-0.023547943464432054f,-0.48858468502005714f,0.6673883757319111f,-0.5620300361206446f,0.46276253769622666f,-0.6120717336886193f,-0.72122809660139f,-0.3243427592719529f,-0.6308047767976315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.23902248102756343f,0.7608705625834679f,-0.023547943464432054f,-0.4285587431977385f,0.7074317225902453f,-0.5620300361206446f,0.46276253769622666f,-0.6726017864021994f,-0.6651380393846276f,-0.3243427592719529f,-0.6308047767976315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5583810680630452f,0.3805663195837164f,0.737143038512389f,-0.14044359390896932f,-0.339299084064551f,0.7060836470102805f,-0.6215480793773065f,0.39027576915091633f,-0.7570249100140164f,-0.5971726382070484f,-0.26513793729887847f,-0.76783176568534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6378525059858076f,0.28647654725866833f,0.7148953549145337f,0.1032957913176097f,-0.5104856434158815f,0.5377747422935547f,-0.6709714855471687f,0.5523007396959129f,-0.576670259744595f,-0.7929246587298524f,-0.19677880247691426f,-0.5135651282344339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.333527735861079f,0.7244411700435289f,-0.0648444643292797f,-0.4285587431977385f,0.6304952832093487f,-0.6471577098973157f,0.3663652623287751f,-0.6726017864021994f,-0.7008815500939839f,-0.23742765143602082f,-0.5439589264149509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6032779132019878f,0.2691193538792247f,0.7507533102226613f,8.45113926384255e-17f,-0.4285587431977385f,0.6844995691859806f,-0.589743794721896f,0.5226562499999999f,-0.6726017864021994f,-0.6775213008842125f,-0.2976100196175101f,-0.690087890625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.42348420416469174f,-0.4142212970524465f,-0.8056561586006687f,-0.2785298672138632f,0.5094065926048692f,0.626527868962703f,-0.5898879154752625f,0.6589162748698879f,0.7491101736284813f,-0.6602147729953056f,-0.0543175964588144f,-0.5828407164058346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42348420416469174f,-0.4142212970524465f,-0.8056561586006687f,-0.31823151135430305f,0.5094065926048692f,0.626527868962703f,-0.5898879154752625f,0.7066731429265944f,0.7491101736284813f,-0.6602147729953056f,-0.0543175964588144f,-0.5126116376281644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.42348420416469174f,-0.4142212970524465f,-0.8056561586006687f,-0.1775322654939828f,0.5094065926048692f,0.626527868962703f,-0.5898879154752625f,0.7712778962195306f,0.7491101736284813f,-0.6602147729953056f,-0.0543175964588144f,-0.5395785375481773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7561560929847755f,-0.6386117476517502f,-0.142839066095998f,0.3565373977351284f,-0.28222086974076027f,0.5151805924507231f,-0.8092838425700163f,1.5971965996475f,0.5904060837464061f,-0.571632743046879f,-0.5697865068180644f,-0.8891201747348217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7665156715046448f,-0.6386117476517502f,-0.06803499907371663f,0.4279987149818297f,-0.36018558707777953f,0.5151805924507231f,-0.7777244370749562f,1.6273457182445947f,0.5317142730820931f,-0.571632743046879f,-0.6249127450112392f,-0.9417830011419244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7622540506314806f,-0.6386117476517502f,-0.10556418927400332f,0.4081026847495795f,-0.32159059836901016f,0.5151805924507231f,-0.794461103014354f,1.7314403243982004f,0.561736815009095f,-0.571632743046879f,-0.5980700274550952f,-0.8257410838201088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000942621739378106f,-0.000004342922648066947f,0.000011680157255708789f,-0.5644543363163459f,-0.000006696230362464665f,0.000014116551621821627f,-1.5522319817464805e-7f,0.6764778661856028f,-0.000010509402912534366f,-0.000005099276240933845f,-0.000010377401275881253f,-0.29255142698899284f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5.mcfunction new file mode 100644 index 000000000..e96fe3014 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..5d2c7c639 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6368412712749407f,-0.010660587524415975f,0.511139894274548f,0.3074103939270921f,-0.433829101873028f,0.44326722402828256f,-0.5312729269544484f,0.33030692441526366f,-0.2704994454955571f,-0.6858170050533444f,-0.35132539050103057f,-1.0468376254048508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.580353547311926f,0.22908686198682954f,0.5007084678607817f,0.3074103939270921f,-0.22645695191721416f,0.5637989147534302f,-0.520430622322725f,0.33030692441526366f,-0.5019033861719093f,-0.519278339032047f,-0.3441554845724381f,-1.0468376254048508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2674018460218819f,0.1487818711749431f,0.7571688398225437f,0.2743447566601946f,-0.4714467490245473f,0.6028917815253385f,-0.2849629924180214f,0.29720352297412733f,-0.6108835077350835f,-0.5304054100622753f,-0.1115163010433641f,-1.0790673305220697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.29777970576027346f,0.0344094066914409f,0.7417164145200429f,0.2743447566601946f,-0.6526792147509406f,0.3688991188667263f,-0.2791474211441843f,0.29720352297412733f,-0.3540297861330608f,-0.7090341549110987f,-0.10924045816492811f,-1.0790673305220697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1913286939427323f,-1.2317583617555412f,0.942109823279364f,-0.27409944781067946f,1.329864179959436f,-0.6185971445566559f,-0.5387068642658718f,0.06363780402515876f,0.7976596039257506f,0.7358771371578663f,1.124113092741721f,-1.7372519036071923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3873101317630191f,-0.3404114812879291f,0.8568027108039931f,-0.1747624204181421f,-0.6353274238205381f,0.7719960539526909f,0.019523248270518295f,0.2398889706269094f,-0.6680942496199703f,-0.5367887071174577f,-0.5152746428225408f,-1.590942972974797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0734653247488744f,-0.3404114812879291f,0.9374021919469255f,-0.14149249142249037f,-0.5909755619631474f,0.7719960539526909f,0.2340298652817972f,0.4618108720107027f,-0.8033372462558204f,-0.5367887071174577f,-0.25788980726132527f,-1.2975258625664954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9415789974764447f,-0.17028026853928574f,0.2905746404238369f,0.01626511157154653f,0.32249243767935665f,0.704578039140425f,-0.6321142415739894f,0.8849062171325112f,-0.0970959275710351f,0.6888936179899059f,0.7183299826276901f,-0.6951704265184975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.622223213285972f,0.4663374931326467f,0.6287826455515757f,0.20588249141847836f,-0.18516483527250455f,0.8680872861646316f,-0.460584897036183f,0.8095825908731886f,-0.7606262266228965f,0.17015817963907537f,0.6264933657073553f,-0.9589328642917692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.806659856285141f,0.10289848440219213f,-0.37373921346856626f,-0.5826541886701336f,-0.32537307167793733f,-0.7447459034140518f,0.5572212642409652f,-0.567276227475981f,-0.4933885289352594f,0.6593674554114113f,-0.9066027492141405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.7058789857241413f,0.403761166219945f,-0.2388633963564151f,-0.5826541886701336f,-0.015603602795245197f,-0.8125703809547555f,0.5492170238358896f,-0.567276227475981f,-0.7081605644858132f,0.42036448071614396f,-1.0367555770507546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.5080909513961595f,0.6349266154002194f,-0.08499542111296382f,-0.5826541886701336f,0.28412094525460013f,-0.761439022438948f,0.6170095892798153f,-0.567276227475981f,-0.8130921679471387f,0.13068591417456193f,-0.7133666830469381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.12255636364196891f,0.8039080541735417f,-0.056991677591510026f,-0.5826541886701336f,0.6267754675572054f,-0.5173650642376182f,0.7312964577953063f,-0.567276227475981f,-0.7695014301476664f,-0.29336876238160575f,-0.8594817559645105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7564032078749044f,-0.45906095158757576f,0.4659583992633499f,0.013999822158060997f,-0.5635248336530927f,0.8190241503967504f,-0.10788513763783786f,1.2393899620148185f,-0.3321053281307127f,-0.3441837936254267f,-0.8782047410671394f,-1.2096258881653523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7564032078749044f,-0.45906095158757576f,0.4659583992633499f,0.1434311613327559f,-0.5635248336530927f,0.8190241503967504f,-0.10788513763783786f,1.1480298928236685f,-0.3321053281307127f,-0.3441837936254267f,-0.8782047410671394f,-1.2364806586323167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7564032078749044f,-0.45906095158757576f,0.4659583992633499f,-0.4303870624684453f,-0.5635248336530927f,0.8190241503967504f,-0.10788513763783786f,0.9083191222436267f,-0.3321053281307127f,-0.3441837936254267f,-0.8782047410671394f,-1.404737768442146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7564032078749044f,-0.45906095158757576f,0.4659583992633499f,-0.35768596388436824f,-0.5635248336530927f,0.8190241503967504f,-0.10788513763783786f,0.7746946905284946f,-0.3321053281307127f,-0.3441837936254267f,-0.8782047410671394f,-1.4565004385189138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8301793920108993f,-0.4963331913393442f,0.2538809568583581f,-0.11038965835850209f,-0.43103902787923604f,0.8602607282156526f,0.27231752777740476f,1.2530456712814613f,-0.35356404444645784f,0.1166397988028804f,-0.9281097046200342f,-1.2523779547287877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7423148888226447f,-0.6200911752128951f,0.2538809568583581f,-0.2021421038264562f,-0.5603066489913191f,0.7822401313927333f,0.27231752777740476f,1.196389676422807f,-0.36745756888155623f,0.05989416717652563f,-0.9281097046200342f,-1.2940999827502806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8787850392447089f,-0.4757971565004389f,-0.036795660963931165f,-0.20033336318950673f,-0.3897998310886833f,0.6711886988132455f,0.6305250369879185f,1.1968634477369047f,-0.27530518789683156f,0.5684389118027366f,-0.77529623826355f,-1.35934358105741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6887448307624605f,-0.7240694976535176f,-0.036795660963931165f,-0.1856078454216752f,-0.5781303837733435f,0.5178836134591153f,0.6305250369879185f,1.2181689747268452f,-0.43748807693019076f,0.4555435494860098f,-0.77529623826355f,-1.3427153138250678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7935346635066303f,-0.6074115714634079f,-0.036795660963931165f,-0.21475651519200586f,-0.48999779337214533f,0.6019471241079336f,0.6305250369879185f,1.3274451169484862f,-0.3608391612669662f,0.5183732657367097f,-0.77529623826355f,-1.2927680984569825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7935346635066303f,-0.5530345355925828f,0.2538809568583581f,-0.09032374468367495f,-0.48999779337214533f,0.8280974136873211f,0.27231752777740476f,1.1411231988688393f,-0.3608391612669662f,0.09169228913199629f,-0.9281097046200342f,-1.3133988635116816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6642653686898263f,-0.7292199954306258f,0.164285477822986f,-0.4025343531258436f,-0.6819422090809742f,0.6811973125807291f,0.2663175638341435f,1.0328879839294898f,-0.3061149186712887f,0.06487233306233328f,-0.949781678581936f,-1.3756635315594559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7701622995979016f,-0.616328089619924f,0.164285477822986f,-0.32003417349211627f,-0.5669836316885607f,0.7794899079466632f,0.2663175638341435f,1.106051218486742f,-0.2921978673353429f,0.1119605705360479f,-0.949781678581936f,-1.340878447190962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5986481961279477f,-0.7813957342276516f,-0.176184686631907f,-0.2898926812107889f,-0.7056476622664433f,0.4103754175138424f,0.577627382867401f,1.131384089974177f,-0.37905370860955556f,0.4701199030366281f,-0.7970605765926285f,-1.392935715533314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.810812829104258f,-0.5581590385870017f,-0.176184686631907f,-0.3184368705452824f,-0.544297829321451f,0.6083473346351684f,0.577627382867401f,1.12003401038554f,-0.21522646016674163f,0.5642446349642329f,-0.7970605765926285f,-1.3948515896336109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7135150671025063f,-0.6781262457788538f,-0.176184686631907f,-0.4326735861973693f,-0.6327631096843422f,0.5157106296988243f,0.577627382867401f,1.16384125309812f,-0.30084397291670467f,0.5236290110388456f,-0.7970605765926285f,-1.3770599395079097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7135150671025063f,-0.6811068424220821f,0.164285477822986f,-0.2794245466524011f,-0.6327631096843422f,0.7271078339669075f,0.2663175638341435f,1.000241990455566f,-0.30084397291670467f,0.08606780460644431f,-0.949781678581936f,-1.3964251955443596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7564032078749044f,-0.45906095158757576f,0.4659583992633499f,0.03583339204361495f,-0.5635248336530927f,0.8190241503967504f,-0.10788513763783786f,0.6543041281350503f,-0.3321053281307127f,-0.3441837936254267f,-0.8782047410671394f,-1.1510739371366412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.12255636364196891f,0.8039080541735417f,-0.01012524432212339f,-0.5826541886701336f,0.6267754675572054f,-0.5173650642376182f,0.41926332780109826f,-0.567276227475981f,-0.7695014301476664f,-0.29336876238160575f,-0.8625109008312662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7386921965202135f,0.17075660773901202f,0.6520552275027076f,-0.1188012385874985f,-0.5282565956731843f,0.4542012530443319f,-0.7173884518590585f,0.5658702168138202f,-0.41866311985643095f,-0.8743817259334873f,-0.24531161698063905f,-0.612108896375898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7386921965202135f,0.6617539081879722f,-0.12812339286050636f,0.054946008790687756f,-0.5282565956731843f,-0.6864324810974456f,-0.49975535817255945f,0.3137202580503835f,-0.41866311985643095f,-0.3014833559126449f,0.8566381839374949f,-0.6005145075220669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3758905929323282f,0.8296925067300437f,0.41269432564671793f,-0.4739184027945863f,-0.6641872291632632f,0.06933279018494506f,-0.7443442005024269f,0.23772604087462917f,-0.6461900546754101f,-0.553898283515292f,0.5250096234902781f,-0.6003609654098192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3758905929323282f,0.9208056985029653f,0.10403426238239469f,-0.1105709020411757f,-0.6641872291632632f,-0.18942919882417975f,-0.7231679633731406f,0.15771453411230985f,-0.6461900546754101f,-0.3409302630118006f,0.6827920393511444f,-0.7294813161755821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5064448911331634f,0.611963881012011f,0.6074650447407124f,-0.02189142689317029f,-0.5458366524262234f,0.31784612549433217f,-0.7752652380807328f,0.350397055749764f,-0.6675147347536626f,-0.7242058055863391f,0.1730607697942808f,-0.7797064145763063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6475761072584394f,0.5400999077352744f,0.5375288596646273f,-0.024107664771634934f,-0.6095023502036377f,0.056233794865329575f,-0.7907873578979914f,0.325443109411944f,-0.4573314666675018f,-0.8397201021646394f,0.29277650113415776f,-0.7518022864536005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.540624121966822f,0.6074650447407124f,-0.02189142689317029f,-0.5826541886701336f,0.2438809280135962f,-0.7752652380807328f,0.350397055749764f,-0.567276227475981f,-0.80513828110383f,0.1730607697942808f,-0.7797064145763063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5565038567535224f,0.31671244615686195f,0.7681124161656236f,-0.02129953070637326f,-0.5349419110831697f,0.5707930595697981f,-0.6229224951096525f,0.3675257255425562f,-0.6357205433090404f,-0.7575542948173984f,-0.14822577784775853f,-0.7979066635324276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.603045851831639f,0.2152649918608715f,0.7681124161656236f,-0.02129953070637326f,-0.6259321160650997f,0.4692297424126388f,-0.6229224951096525f,0.3675257255425562f,-0.49451459702107836f,-0.8564370567149157f,-0.14822577784775853f,-0.7979066635324276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.26700475270384366f,0.7681124161656236f,-0.02129953070637326f,-0.5826541886701336f,0.5219977600636934f,-0.6229224951096525f,0.3675257255425562f,-0.567276227475981f,-0.8100782681457676f,-0.14822577784775853f,-0.7979066635324276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5335538753183512f,0.40605070289556977f,0.7419185189835763f,-0.13376417605483834f,-0.5168808263334784f,0.5377874606256539f,-0.6660471894412822f,0.2632011650614007f,-0.669443405749575f,-0.7388555162356334f,-0.077058760868481f,-0.9169167892263479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6204671230732516f,0.31781640880975776f,0.71694719434312f,0.10191745225669652f,-0.6384581762963827f,0.3261667130639342f,-0.6971272713137581f,0.48351524828048054f,-0.4554027956715895f,-0.8902853506490702f,0.0005367626687055177f,-0.7019089365253639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.3101217551332126f,0.7517397946279873f,-0.05893666602289741f,-0.5826541886701336f,0.4858430030134844f,-0.6515141386401277f,0.289461808840042f,-0.567276227475981f,-0.8171787279511961f,-0.10206178679938939f,-0.6928851894581766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5819895000476962f,0.24342320807283874f,0.7759080896638211f,1.0634335291033461e-16f,-0.5826541886701336f,0.5407774223707862f,-0.6066909228587127f,0.41484374999999996f,-0.567276227475981f,-0.8051738453436845f,-0.1728952298794948f,-0.8683593749999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.45030750366251937f,-0.4998406780009136f,-0.7398529913170704f,-0.2774118139953753f,0.5774568405152098f,0.4689626287103804f,-0.6682945834100716f,0.556202632757788f,0.6810042213433201f,-0.7281712363782553f,0.07745902803380345f,-0.7945557138572874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.45030750366251937f,-0.4998406780009136f,-0.7398529913170704f,-0.3196281424637365f,0.5774568405152098f,0.4689626287103804f,-0.6682945834100716f,0.6103392115560888f,0.6810042213433201f,-0.7281712363782553f,0.07745902803380345f,-0.7307115681063511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.45030750366251937f,-0.4998406780009136f,-0.7398529913170704f,-0.18754202953199534f,0.5774568405152098f,0.4689626287103804f,-0.6682945834100716f,0.6835151096684492f,0.6810042213433201f,-0.7281712363782553f,0.07745902803380345f,-0.7742524951868898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6967251251454073f,-0.7114138221105326f,-0.09200257442702253f,0.23423192978709967f,-0.24608355539126156f,0.3575108056621912f,-0.90090449416171f,1.4758700996651428f,0.6738078240545387f,-0.6050424758187265f,-0.42415400351527205f,-1.2434969730980248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7027732908298402f,-0.7114138221105326f,-0.0002746020395641077f,0.29997417723419034f,-0.3615699096381234f,0.3575108056621912f,-0.8610767818720059f,1.5044149726024985f,0.612680097718602f,-0.6050424758187265f,-0.508474876778263f,-1.3039304872238449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7012506394356338f,-0.7114138221105326f,-0.04623758645515552f,0.27403869147891835f,-0.30447864466512653f,0.3575108056621912f,-0.882880953910355f,1.622574679220374f,0.6446241506754165f,-0.6050424758187265f,-0.46731499742801275f,-1.2036164805467329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009093585938245254f,-0.000005993462725985323f,0.000011203826325678777f,-0.5608904042951001f,-0.00000910397169797084f,0.000012684392362611972f,-6.037505394258961e-7f,0.572061897224525f,-0.000008863691054312205f,-0.0000068793328123834564f,-0.000010874299331459025f,-0.4671244863556217f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6.mcfunction new file mode 100644 index 000000000..31582815e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..550ca5a94 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5776757191842323f,0.027594325939582057f,0.5766053772601886f,0.32824633361841266f,-0.5078475847287139f,0.3635401001935015f,-0.5261880563837941f,0.26654783219482836f,-0.2744558955363066f,-0.7307678107112294f,-0.2399933596542309f,-1.1375712220610081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5124664966713695f,0.24152890771632873f,0.5648379205814092f,0.32824633361841266f,-0.32333310937641063f,0.5193914592569963f,-0.5154495246208596f,0.26654783219482836f,-0.5223349405988034f,-0.5584767665608349f,-0.23509553598781804f,-1.1375712220610081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17504912553150154f,0.16032002511255553f,0.781408815949123f,0.3007212950518408f,-0.5543216405647887f,0.5508291926909542f,-0.23719014255537088f,0.22770727964010234f,-0.5736111635042175f,-0.5812307067523063f,-0.009248949994279006f,-1.168582658273061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.21852354783622857f,0.07947231640386916f,0.7654616972562839f,0.3007212950518408f,-0.7081661625323289f,0.29071357615475013f,-0.23234952740117965f,0.22770727964010234f,-0.3012443282209688f,-0.7410598947215533f,-0.009060195912763108f,-1.168582658273061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.43383908259001946f,-1.2470122085910913f,0.8355539791313413f,-0.13304633127073928f,1.2561808611253134f,-0.7777316079206051f,-0.5084775709740759f,-0.047994886058031455f,0.8217052662359638f,0.5305660634322533f,1.2184852718740944f,-1.9117658732982694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22765809829803477f,-0.34429765287326053f,0.910840774507425f,-0.07271567445708463f,-0.63060254916032f,0.76488254570849f,0.1315108978868508f,0.12838908511623462f,-0.7419651038100298f,-0.5444389933651551f,-0.39124668334914753f,-1.7456709371703314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09473201961096867f,-0.34429765287326053f,0.934069039571696f,-0.10159682635059092f,-0.548631439572301f,0.76488254570849f,0.33757700570880744f,0.33542711997796437f,-0.8306800755846089f,-0.5444389933651551f,-0.11643364861707692f,-1.4411205302498535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9235181901896795f,-0.2824309945703306f,0.25951278522414284f,-0.031444483214207036f,0.3804275905793788f,0.7607106410925719f,-0.5259222079875473f,0.8325785660180243f,-0.04887740495102927f,0.5844245493085846f,0.8099746572891715f,-0.8801853359934293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7043864939676437f,0.3898521185516493f,0.5931736615669654f,0.18757073822957432f,-0.2194788532081507f,0.9143419759545413f,-0.3403054275235412f,0.7434711618431111f,-0.6750323696760068f,0.10951747197747008f,0.7296144346305512f,-1.115326200774753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.8688805172594551f,0.10166721889147684f,-0.3753846414202419f,-0.6836339968421308f,-0.3035184904657701f,-0.663717623923784f,0.45269160652135226f,-0.54583343158132f,-0.3910539255298704f,0.7410416265607748f,-1.0844855793324815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.7638345658094272f,0.4264344413211832f,-0.2295004450727169f,-0.6836339968421308f,-0.026420782635691697f,-0.7293466258279193f,0.4431792933657356f,-0.54583343158132f,-0.6448710710829266f,0.5349833330567592f,-1.2020552593289255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.5655762859530984f,0.6673927190475522f,-0.11275368533161252f,-0.6836339968421308f,0.23124136008309862f,-0.6922225016196542f,0.5573942755039554f,-0.54583343158132f,-0.7916128461277127f,0.27461785596305044f,-0.8762076040586767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.15610707188965914f,0.8607671919725f,-0.07810381440247333f,-0.6836339968421308f,0.5463721430474553f,-0.483861591432286f,0.6568149173789015f,-0.54583343158132f,-0.8228657626902263f,-0.1579803834670387f,-1.0314823119597631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6877949153729859f,-0.4850589824295188f,0.540051791915837f,-0.009229411096164417f,-0.6445467925676466f,0.75030527803678f,-0.14697422202859012f,1.1304069963308656f,-0.3339125433071153f,-0.4491767729019275f,-0.8286993665422847f,-1.4152370032995112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6877949153729859f,-0.4850589824295188f,0.540051791915837f,0.12782512652612205f,-0.6445467925676466f,0.75030527803678f,-0.14697422202859012f,1.0470105079823744f,-0.3339125433071153f,-0.4491767729019275f,-0.8286993665422847f,-1.4242587519260925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6877949153729859f,-0.4850589824295188f,0.540051791915837f,-0.41330892387779367f,-0.6445467925676466f,0.75030527803678f,-0.14697422202859012f,0.7517357556973732f,-0.3339125433071153f,-0.4491767729019275f,-0.8286993665422847f,-1.6114106224924414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6877949153729859f,-0.4850589824295188f,0.540051791915837f,-0.32783900490848106f,-0.6445467925676466f,0.75030527803678f,-0.14697422202859012f,0.6199982579063086f,-0.3339125433071153f,-0.4491767729019275f,-0.8286993665422847f,-1.6454758118670565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7682128639160795f,-0.5574853478599359f,0.3147365289179837f,-0.1303142863883376f,-0.5200602156732934f,0.8301352605567212f,0.201029403954427f,1.1316439632257302f,-0.3733448376336577f,-0.009248572966177631f,-0.9276465361927392f,-1.4692257298770532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6715449666248748f,-0.6707967465376188f,0.3147365289179837f,-0.21442607697110824f,-0.643519176824128f,0.7385595763412214f,0.201029403954427f,1.0649629466806478f,-0.367301547587799f,-0.06753870763659015f,-0.9276465361927392f,-1.5122139764390448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8258357688863445f,-0.5639104924460174f,-0.0004892210031151034f,-0.20736124556345223f,-0.474015524136089f,0.6937159094380441f,0.5422799275932462f,1.0587711253397454f,-0.30545796061960606f,0.44806605930580967f,-0.840197739102096f,-1.5752697130734177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6111585639168116f,-0.7915080355965758f,-0.0004892210031151034f,-0.19547858326766515f,-0.6651855583393177f,0.5132841835730708f,0.5422799275932462f,1.0826286164481564f,-0.428967810829613f,0.33174444453490937f,-0.840197739102096f,-1.559878544184202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7274533239590973f,-0.6861569952450169f,-0.0004892210031151034f,-0.23530627239966745f,-0.5767006836331459f,0.6110227504983148f,0.5422799275932462f,1.194339416884679f,-0.3717902405361423f,0.39476546993094974f,-0.840197739102096f,-1.5249486604814755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7274533239590973f,-0.609715162043326f,0.3147365289179837f,-0.09812036093991934f,-0.5767006836331459f,0.791835526004479f,0.201029403954427f,1.0161764235336714f,-0.3717902405361423f,-0.035269263271160645f,-0.9276465361927392f,-1.5170130762454643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5903766642965944f,-0.7735975296330204f,0.23022218919929002f,-0.39634214454009487f,-0.7533063003739381f,0.6305332036406199f,0.1869692405815098f,0.8806284278658365f,-0.2898016771362031f,-0.06304554902912682f,-0.9550079825198634f,-1.5931997115890235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7041254635897819f,-0.6717180026802622f,0.23022218919929002f,-0.3220066040069024f,-0.645394725374574f,0.7406133617043724f,0.1869692405815098f,0.9624316713509627f,-0.2960962343278834f,-0.016934383371924027f,-0.9550079825198634f,-1.5592645175575868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5169329753896386f,-0.8459344268120808f,-0.13105435700094648f,-0.28914743166764806f,-0.7800470275521534f,0.4024422814387613f,0.47913134411914127f,0.9842658211926197f,-0.3525718845311767f,0.3499073529442916f,-0.8679043211055315f,-1.6093426675904199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7530405887439211f,-0.6447903746298302f,-0.13105435700094648f,-0.31666221759522606f,-0.6175073043505379f,0.6237931421203003f,0.47913134411914127f,0.9708616572969923f,-0.22718846972929918f,0.44173237217619193f,-0.8679043211055315f,-1.6125877516600098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6429019721789614f,-0.75465343680359f,-0.13105435700094648f,-0.4344384501793167f,-0.7074875112227134f,0.5195137886009149f,0.47913134411914127f,1.0083874061040903f,-0.2934935700016149f,0.4007538069364452f,-0.8679043211055315f,-1.6100934088578371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6429019721789614f,-0.7305304906495607f,0.23022218919929002f,-0.27006908978316585f,-0.7074875112227134f,0.6815452476103582f,0.1869692405815098f,0.8550397253917599f,-0.2934935700016149f,-0.042676430158195056f,-0.9550079825198634f,-1.6004912120722432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6877949153729859f,-0.4850589824295188f,0.540051791915837f,0.04762138463621597f,-0.6445467925676466f,0.75030527803678f,-0.14697422202859012f,0.5556695639072592f,-0.3339125433071153f,-0.4491767729019275f,-0.8286993665422847f,-1.3026521928421695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.15610707188965914f,0.8607671919725f,-0.010918767322406209f,-0.6836339968421308f,0.5463721430474553f,-0.483861591432286f,0.3507800102644634f,-0.54583343158132f,-0.8228657626902263f,-0.1579803834670387f,-0.9940775318333347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6774223531019294f,0.19303279503146595f,0.7098149727641594f,-0.14076010970255626f,-0.6059145751695473f,0.4007151072322808f,-0.6872371718940472f,0.523420214228473f,-0.417092895066497f,-0.8956370597949602f,-0.15449198686950258f,-0.7867402279371475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6774223531019294f,0.7062386089502038f,-0.20573279453194937f,0.03303055657574619f,-0.6059145751695473f,-0.6943137425517034f,-0.3883245478989882f,0.2802261360204921f,-0.417092895066497f,-0.13840323020770554f,0.8982639159807772f,-0.7157125148445631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.26452878464149937f,0.8849199636153476f,0.3833290754575016f,-0.4875011522417673f,-0.76442998738608f,0.049924309119221244f,-0.6427708438813058f,0.17193857296334059f,-0.5879381910379768f,-0.4630596304516085f,0.6632529398087965f,-0.7674737939682882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.26452878464149937f,0.9626590251243474f,0.05755105075263228f,-0.10802252821841081f,-0.76442998738608f,-0.17292707127267837f,-0.6210821382119852f,0.0991904226131336f,-0.5879381910379768f,-0.2082878521846505f,0.7816296144282767f,-0.8436249136577822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3964782130940437f,0.7001118286815452f,0.5938421119135429f,-0.028111574698734165f,-0.658787703985639f,0.23353407060192583f,-0.7151647355298112f,0.2916626151697677f,-0.6393776564903437f,-0.6747631178482397f,0.36863389314147244f,-0.9047754769965862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5641708205528145f,0.650704207400381f,0.5082276258805749f,-0.033665854702093975f,-0.6967831224735016f,-0.044997843667283335f,-0.7158690343221811f,0.271006180909404f,-0.4429498453243223f,-0.7579968525902575f,0.4787861798239611f,-0.8739742885171675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.6423714834799638f,0.5938421119135429f,-0.028111574698734165f,-0.6836339968421308f,0.14554710377135205f,-0.7151647355298112f,0.2916626151697677f,-0.54583343158132f,-0.7524459567274728f,0.36863389314147244f,-0.9047754769965862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.45070746179213694f,0.40705102381813996f,0.7944634968917662f,-0.02535219492783799f,-0.6454599740634623f,0.46617918187342505f,-0.6050275962878212f,0.30594230503681674f,-0.6166394455164897f,-0.7854848403352087f,0.05262470747365615f,-0.9251093652772894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5145438712168282f,0.322602474726569f,0.7944634968917662f,-0.02535219492783799f,-0.7166051521153372f,0.3470139243487728f,-0.6050275962878212f,0.30594230503681674f,-0.4708732956485794f,-0.8806298766271546f,0.05262470747365615f,-0.9251093652772894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.3662203281860424f,0.7944634968917662f,-0.02535219492783799f,-0.6836339968421308f,0.4081496858896683f,-0.6050275962878212f,0.30594230503681674f,-0.54583343158132f,-0.8362395022548699f,0.05262470747365615f,-0.9251093652772894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4236671684891633f,0.4935912089183647f,0.7595221187186598f,-0.11783851776210133f,-0.6315967721952421f,0.44006970257766176f,-0.638297872647058f,0.18062837313305222f,-0.6493008914955578f,-0.7501375709506326f,0.12530752950784046f,-1.0410318348422538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.536981865157695f,0.4319190787063807f,0.7246353468753746f,0.08074104069252452f,-0.7239740542638985f,0.2049786048380307f,-0.6586693710135217f,0.4398575845152142f,-0.4330266103191082f,-0.8783106973093779f,0.20262841298163847f,-0.8320369142305882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.3605781057379622f,0.7970401535259117f,-0.06852355638605691f,-0.6836339968421308f,0.41242927809641533f,-0.6021184675215694f,0.23761641288654226f,-0.54583343158132f,-0.8365916089892921f,0.046694161700021455f,-0.8155290519257896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.48446921814477945f,0.2897393706038644f,0.8254336277328798f,1.2226734913166956e-16f,-0.6836339968421308f,0.4633379424363791f,-0.5638816449047408f,0.34648437499999984f,-0.54583343158132f,-0.83747778968812f,-0.026397286740520165f,-0.9983886718749998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5396299614309101f,-0.5103288690463464f,-0.6695998432974357f,-0.2877876393047532f,0.5713928282476253f,0.3621143456297079f,-0.7364668604332087f,0.47345823223177574f,0.6183120090643985f,-0.7800241317466052f,0.0961905054550653f,-0.9706883605115024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5396299614309101f,-0.5103288690463464f,-0.6695998432974357f,-0.338377948188901f,0.5713928282476253f,0.3621143456297079f,-0.7364668604332087f,0.5270263098799907f,0.6183120090643985f,-0.7800241317466052f,0.0961905054550653f,-0.9127216096617151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5396299614309101f,-0.5103288690463464f,-0.6695998432974357f,-0.21264281725221174f,0.5713928282476253f,0.3621143456297079f,-0.7364668604332087f,0.6107123001208645f,0.6183120090643985f,-0.7800241317466052f,0.0961905054550653f,-0.9561335609048686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7024929881318613f,-0.7106046788387219f,0.03930129817302359f,0.14082644615484496f,-0.28586370531934735f,0.23116682564751367f,-0.9299698063384345f,1.3960774334765267f,0.6517557392203472f,-0.6645320828466963f,-0.36552916061618085f,-1.4454815624285935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6952580915249822f,-0.7106046788387219f,0.107968405478436f,0.20642504439822296f,-0.3756401744538648f,0.23116682564751367f,-0.8974722046148962f,1.4271228233726534f,0.6127892341623742f,-0.6645320828466963f,-0.4276522715502888f,-1.5048285941547157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6997183812626986f,-0.7106046788387219f,0.0737236551971295f,0.16256719699696454f,-0.3311508255586848f,0.23116682564751367f,-0.9148229497841938f,1.5488235708922191f,0.6330350050786369f,-0.6645320828466963f,-0.39706900308702164f,-1.4155947278286014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000075698315335121795f,-0.0000069137738914198675f,0.000011791437831433688f,-0.5958260589747955f,-0.000010681781200658295f,0.000011402220259325265f,-1.7189688506652652e-7f,0.47034029101262365f,-0.000008528647368458126f,-0.000008144306522728222f,-0.000010250515612804013f,-0.6378945015646643f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7.mcfunction new file mode 100644 index 000000000..c5c32725f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..8e4b334fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5573335775555199f,0.027681436129959037f,0.5962863958429646f,0.33267884747088416f,-0.5299784658665037f,0.35243653216159876f,-0.5117184391441625f,0.28450233697851146f,-0.2746753601825196f,-0.7361838583778739f,-0.22255609993193579f,-1.1455471728949926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4940236977245672f,0.2339820134226112f,0.5841172857237205f,0.33267884747088416f,-0.34752454086597007f,0.5176387366243936f,-0.5012752056922408f,0.28450233697851146f,-0.5245638946615009f,-0.5632961527834205f,-0.21801413870883507f,-1.1455471728949926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.148858109100118f,0.15220208403936603f,0.7884289653568389f,0.3068553961167182f,-0.5686606497623529f,0.5461562503086531f,-0.21279769760289874f,0.24432818271653955f,-0.5669310127444434f,-0.5877859476946601f,0.0064304685439020995f,-1.1763223599175967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19177682564496548f,0.08194369775385103f,0.7723385783087402f,0.3068553961167182f,-0.7193915595778969f,0.2811091316681696f,-0.20845488744773755f,0.24432818271653955f,-0.2927412392431613f,-0.7444883387207574f,0.006299234491985731f,-1.1763223599175967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4823093935933484f,-1.2293896462721439f,0.8350958007860348f,-0.10019129663531628f,1.2087557222070815f,-0.835305935871625f,-0.5315823995668629f,-0.025718610770878003f,0.8646927216550696f,0.4819453715271895f,1.208900908255208f,-1.945620401342437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.18768402573567478f,-0.3669938588383622f,0.911092867966037f,-0.0503170292843869f,-0.6029068061248222f,0.7753191487125926f,0.1881052917063911f,0.1447837950898747f,-0.7754212336607869f,-0.513999732698869f,-0.36677811435999635f,-1.770177777462687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13524681926153231f,-0.3669938588383622f,0.9203389622604088f,-0.09431956254365526f,-0.5022112779073592f,0.7753191487125926f,0.38296742679010926f,0.33504290611929527f,-0.8541031145138714f,-0.513999732698869f,-0.0794490060554295f,-1.4566254422671205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9119418187935312f,-0.314907144367008f,0.2630505836567598f,-0.04832760681504045f,0.4082390525348837f,0.7608140602359917f,-0.5044827467145385f,0.843090179883814f,-0.041267361449046636f,0.5674464346295964f,0.8223755521081547f,-0.9029992946445237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7212563333581179f,0.3595983925823979f,0.5920120755887996f,0.17697177530781283f,-0.20819870333168342f,0.9277085761386019f,-0.3098549623451163f,0.7570972592460063f,-0.6606380260943268f,0.10022870751956975f,0.7439836051064215f,-1.1333130567348706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.8767085837913432f,0.15746131598986157f,-0.37277822534106797f,-0.7071067696363744f,-0.24763406245533004f,-0.6623272510219407f,0.4423662352857972f,-0.5416752008917275f,-0.4123826259900464f,0.7324810895309583f,-1.1005756461145222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.7497152796740543f,0.48097713703453343f,-0.22920050329571695f,-0.7071067696363744f,0.024677623914909574f,-0.706676044034553f,0.44257656449462685f,-0.5416752008917275f,-0.6613002451996887f,0.5189122878076197f,-1.2213262402906662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.5703835559248475f,0.6841597810871436f,-0.12112749296200578f,-0.7071067696363744f,0.2360370530437663f,-0.666548217254255f,0.5656010761218951f,-0.5416752008917275f,-0.7867331877586837f,0.29603862588852514f,-0.8956933849515871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.15188675878824826f,0.8776915286314904f,-0.08716315363526245f,-0.7071067696363744f,0.5376881927974441f,-0.45922916246753076f,0.6635474300059938f,-0.5416752008917275f,-0.8293502395435952f,-0.13698962335844145f,-1.0520527400120014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6527209838699385f,-0.4834092537885447f,0.5833273614082074f,-0.02142484113394509f,-0.6716176003861296f,0.7254949232130372f,-0.1502894382306548f,1.132156928992687f,-0.350549734085531f,-0.4898699926957264f,-0.7982119231061713f,-1.4486832420612596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6527209838699385f,-0.4834092537885447f,0.5833273614082074f,0.11816529261676513f,-0.6716176003861296f,0.7254949232130372f,-0.1502894382306548f,1.0525660887714132f,-0.350549734085531f,-0.4898699926957264f,-0.7982119231061713f,-1.44913624573729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6527209838699385f,-0.4834092537885447f,0.5833273614082074f,-0.404898419157534f,-0.6716176003861296f,0.7254949232130372f,-0.1502894382306548f,0.7375815887658357f,-0.350549734085531f,-0.4898699926957264f,-0.7982119231061713f,-1.654631210836509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6527209838699385f,-0.4834092537885447f,0.5833273614082074f,-0.3142623591970691f,-0.6716176003861296f,0.7254949232130372f,-0.1502894382306548f,0.6076194285156024f,-0.350549734085531f,-0.4898699926957264f,-0.7982119231061713f,-1.6813754445689542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7336234777630248f,-0.5657873699043271f,0.3764056919490301f,-0.13899384621760194f,-0.549992999026069f,0.8196744612437918f,0.16012956818467214f,1.1302555444234865f,-0.39912941998453966f,-0.08954568466119917f,-0.9125115212759571f,-1.512191719229697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6360827108358933f,-0.6735855847953047f,0.3764056919490301f,-0.219049020633512f,-0.6714470083988133f,0.723545047875579f,0.16012956818467214f,1.0602063531140284f,-0.38020744323059386f,-0.1508808259875744f,-0.9125115212759571f,-1.5575064019619986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.796005967263819f,-0.599846950970838f,0.08098231591761645f,-0.20875702936354884f,-0.4984694073487768f,0.7255333531938223f,0.47447824327432253f,1.0494061979843237f,-0.34336969874721196f,0.33732030596202905f,-0.8765342327416149f,-1.6148097248979971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5716837603020969f,-0.8164677230089832f,0.08098231591761645f,-0.198246456691134f,-0.6982747141555696f,0.5359877052976775f,0.47447824327432253f,1.0744279784473139f,-0.4308016965818637f,0.2147036027975681f,-0.8765342327416149f,-1.6002940785272768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6923690760294923f,-0.7169846072731869f,0.08098231591761645f,-0.2405993236190348f,-0.6058308437574755f,0.6386230385849054f,0.47447824327432253f,1.1884497498893631f,-0.39191076957666315f,0.2794524781101353f,-0.8765342327416149f,-1.5781374806057866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6923690760294923f,-0.6155841271722643f,0.3764056919490301f,-0.10209289500527553f,-0.6058308437574755f,0.7793122032568817f,0.16012956818467214f,1.013104504156565f,-0.39191076957666315f,-0.11716941677957438f,-0.9125115212759571f,-1.5517743618303825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5553855045413274f,-0.7751635745225712f,0.30111189627572826f,-0.39207891427906844f,-0.7769309065327323f,0.6127804066985085f,0.14449408168031155f,0.8688478387207421f,-0.29652201911426695f,-0.15369322008403613f,-0.9425778940122658f,-1.6431417461364035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6698100864701285f,-0.6787385903159725f,0.30111189627572826f,-0.321766740018822f,-0.6715056227213742f,0.7267748337779332f,0.14449408168031155f,0.9535192100865417f,-0.3169142576730467f,-0.10541473807273549f,-0.9425778940122658f,-1.6077002782374636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.47657084154738494f,-0.8783347531512803f,-0.037527248680078285f,-0.28616932527291894f,-0.8080751911337842f,0.42083758875031035f,0.412201661045807f,0.9720543662983571f,-0.34625816735625964f,0.22676813114170943f,-0.9103194473576739f,-1.651237748332151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7246661698037756f,-0.6880775014113082f,-0.037527248680078285f,-0.3131843977066625f,-0.638479209388616f,0.6499492978760458f,0.412201661045807f,0.9582344671916136f,-0.2592358800791536f,0.32266896696460556f,-0.9103194473576739f,-1.656381859050148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6081052908994287f,-0.7929688901757902f,-0.037527248680078285f,-0.4305431966188331f,-0.7322929415420505f,0.5420671899301488f,0.412201661045807f,0.9949339286419621f,-0.3065208034502913f,0.27814295032340275f,-0.9103194473576739f,-1.6692545580055766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6081052908994287f,-0.7345335806492144f,0.30111189627572826f,-0.26527314097276017f,-0.7322929415420505f,0.6654836648085766f,0.14449408168031155f,0.8452001040600325f,-0.3065208034502913f,-0.13263450068360627f,-0.9425778940122658f,-1.6394117953517653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6527209838699385f,-0.4834092537885447f,0.5833273614082074f,0.04583524453360492f,-0.6716176003861296f,0.7254949232130372f,-0.1502894382306548f,0.562032700906325f,-0.350549734085531f,-0.4898699926957264f,-0.7982119231061713f,-1.3195905847374463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.15188675878824826f,0.8776915286314904f,-0.011122290011988174f,-0.7071067696363744f,0.5376881927974441f,-0.45922916246753076f,0.3603996286072834f,-0.5416752008917275f,-0.8293502395435952f,-0.13698962335844145f,-1.008584244908598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6598050051497726f,0.19616093585516026f,0.7253814461534952f,-0.1479082288479413f,-0.6236613550722662f,0.39553057526633145f,-0.6742418543956682f,0.5371706513186559f,-0.41917045383558865f,-0.897260525864095f,-0.13863505818282104f,-0.8104671981771053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6598050051497726f,0.7161346239011126f,-0.2276149283973276f,0.02505276807458065f,-0.6236613550722662f,-0.6908529269274225f,-0.36574410117627054f,0.2971502529732845f,-0.41917045383558865f,-0.09936515388115381f,0.902453708965419f,-0.7256069340855025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.24214088482298227f,0.8964361479521633f,0.3711738467912714f,-0.4887052186728464f,-0.7779503494635245f,0.0492256758466286f,-0.6263945135511825f,0.18098727497865522f,-0.5797939682910846f,-0.440430545582535f,0.6854632658656094f,-0.7910459394448484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.24214088482298227f,0.9693233655146831f,0.04219010505356785f,-0.10671771771353818f,-0.7779503494635245f,-0.1679825369569119f,-0.6054544747931917f,0.11030324249092222f,-0.5797939682910846f,-0.17942708921678321f,0.7947608910788634f,-0.8557346491408653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3624632061688291f,0.7290278993190042f,0.580636500909418f,-0.030029669884423946f,-0.6850303545131877f,0.2140332472282383f,-0.6963642599074654f,0.3033529597920663f,-0.6319444893100574f,-0.650160050368719f,0.4218270633034291f,-0.9182499286478127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5387988766728524f,0.6852433548657199f,0.4900380751619667f,-0.03687041720739434f,-0.7170843918840486f,-0.0677603555750827f,-0.693684733238827f,0.2838028216092687f,-0.44213769960540183f,-0.7251552101617358f,0.5278865178832777f,-0.886988965969899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.6754800224568817f,0.580636500909418f,-0.030029669884423946f,-0.7071067696363744f,0.12278775939782882f,-0.6963642599074654f,0.3033529597920663f,-0.5416752008917275f,-0.7270831488926912f,0.4218270633034291f,-0.9182499286478127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4177653365506573f,0.439946977518084f,0.7949331925070299f,-0.026424019311823088f,-0.671303093667508f,0.4401108372545795f,-0.5963678456820974f,0.31689467054459575f,-0.6122289441125347f,-0.7827829251483296f,0.11147471501230846f,-0.938952877371953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.48781453329093094f,0.36071900498966325f,0.7949331925070299f,-0.026424019311823088f,-0.737528936125567f,0.3168540058354686f,-0.5963678456820974f,0.31689467054459575f,-0.46699898231970544f,-0.8772031340717406f,0.11147471501230846f,-0.938952877371953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.4018621982437057f,0.7949331925070299f,-0.026424019311823088f,-0.7071067696363744f,0.37992816290833875f,-0.5963678456820974f,0.31689467054459575f,-0.5416752008917275f,-0.8331634681452561f,0.11147471501230846f,-0.938952877371953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.38933385521299835f,0.5249250563301614f,0.7568836333425112f,-0.11268444058614485f,-0.6584398484536992f,0.4160081929890411f,-0.6272114072099313f,0.18666388734035863f,-0.6441087758703911f,-0.7425569800377405f,0.18366550096296463f,-1.054254235638942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5119282276286832f,0.4706924210875779f,0.7185945550083644f,0.07442916480724333f,-0.7436748979435371f,0.17587059983668857f,-0.644993936624022f,0.4549859696416855f,-0.4299734130450682f,-0.8645913351658095f,0.26000901374871155f,-0.8461574775250886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.3738746263198812f,0.8084737291469966f,-0.07102655448420271f,-0.7071067696363744f,0.40050965860067034f,-0.582745252835221f,0.25022908350288f,-0.5416752008917275f,-0.8365463389207698f,0.08232982191868937f,-0.8289240065103466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4545195189134544f,0.30198879213512275f,0.8379825632741122f,1.2399548841366951e-16f,-0.7071067696363744f,0.4497751937760484f,-0.5456210144396285f,0.35624999999999996f,-0.5416752008917275f,-0.8405385443205371f,0.009106714578762054f,-1.0125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.547708185190444f,-0.5219289605813874f,-0.6539158233150676f,-0.2905428802262707f,0.5599804213018447f,0.35202392315984804f,-0.7500007235208227f,0.4758417069727858f,0.6216411116021836f,-0.7769615934070242f,0.09946361513849844f,-0.9955294083952779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.547708185190444f,-0.5219289605813874f,-0.6539158233150676f,-0.3418905225878748f,0.5599804213018447f,0.35202392315984804f,-0.7500007235208227f,0.5283398714698337f,0.6216411116021836f,-0.7769615934070242f,0.09946361513849844f,-0.9372505541825732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.547708185190444f,-0.5219289605813874f,-0.6539158233150676f,-0.2181293279098126f,0.5599804213018447f,0.35202392315984804f,-0.7500007235208227f,0.6145908977494332f,0.6216411116021836f,-0.7769615934070242f,0.09946361513849844f,-0.9813095235597004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7006854483544115f,-0.7053207301646459f,0.10752939163032554f,0.11774715743938449f,-0.34071860946544746f,0.19837386434905446f,-0.9189987155089797f,1.401626190512934f,0.6268578240943548f,-0.6805662918064879f,-0.3793135784920666f,-1.4758507918908654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7006854483544115f,-0.7053207301646459f,0.10752939163032554f,0.1834364182226106f,-0.34071860946544746f,0.19837386434905446f,-0.9189987155089797f,1.4335685601503196f,0.6268578240943548f,-0.6805662918064879f,-0.3793135784920666f,-1.534618712899711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7006854483544115f,-0.7053207301646459f,0.10752939163032554f,0.1344623790864487f,-0.34071860946544746f,0.19837386434905446f,-0.9189987155089797f,1.5554471826579737f,0.6268578240943548f,-0.6805662918064879f,-0.3793135784920666f,-1.4483377156214783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007101867483022725f,-0.000007101866450428439f,0.000011969444271722203f,-0.6054419503858577f,-0.000011048543275568351f,0.000011048543636511233f,-7.389895735274156e-13f,0.4686128375820962f,-0.000008463675013933243f,-0.00000846367540920528f,-0.00001004355658251279f,-0.6644774938944783f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8.mcfunction new file mode 100644 index 000000000..01e6653c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..82f2f8312 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5741904345332861f,0.004307792107122377f,0.5807161374217892f,0.32642558014879897f,-0.5176025101072276f,0.3664928297515114f,-0.5145047052417224f,0.3101588037695934f,-0.2633200160747715f,-0.7298005844834161f,-0.25494728958451507f,-1.127888073367452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.518041733446135f,0.2191474748830867f,0.5688647876784874f,0.32642558014879897f,-0.33105465897603054f,0.5257206165435281f,-0.5040046092163812f,0.3101588037695934f,-0.5118941054343055f,-0.5617759496395869f,-0.24974428367462703f,-1.127888073367452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17763368041552433f,0.13687466831986f,0.7852745030871741f,0.29893347874611464f,-0.5555255976180595f,0.5557142689000996f,-0.22252506864704083f,0.27091751558922816f,-0.5716485199994641f,-0.5825731035308792f,-0.02776676195140787f,-1.1584205332944213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2120735897113775f,0.05728480462524092f,0.7692484928200889f,0.29893347874611464f,-0.7110870595223243f,0.2946833598349017f,-0.21798374071546858f,0.27091751558922816f,-0.29896485801315353f,-0.7415390539920752f,-0.02720009334015465f,-1.1584205332944213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.39156530701253195f,-1.225514738542004f,0.8866772163310077f,-0.15228272867308024f,1.2237849095137334f,-0.7949861237745403f,-0.5583491812946395f,0.014410339252772464f,0.8890631898749628f,0.5545420981514879f,1.159075474586146f,-1.910883628784198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2447922216316495f,-0.37529019395820734f,0.8939989029900722f,-0.08865596359304062f,-0.5939751815256696f,0.7868193260920786f,0.16765688718199198f,0.18269945124265147f,-0.7663356000866652f,-0.4899720588021508f,-0.41552031193792704f,-1.737767943134612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.07762578725540664f,-0.37529019395820734f,0.9236511827913119f,-0.11137462121170123f,-0.5000731659633542f,0.7868193260920786f,0.36172113122044036f,0.3720392493957252f,-0.8624969946825125f,-0.4899720588021508f,-0.12659508583201576f,-1.4214071955680236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.914945726573639f,-0.2832429091062933f,0.2874852550403926f,-0.037816487367279106f,0.39777059834258305f,0.7532981900319293f,-0.5237560386179839f,0.8684897145659534f,-0.06821193824264943f,0.5935615312127493f,0.8018926612368746f,-0.8602874754722758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.692908217576316f,0.3751626227509258f,0.615736314103577f,0.17744691807798163f,-0.20397473719254106f,0.9210815007867982f,-0.3316672662406913f,0.7842932670117272f,-0.6915724897669413f,0.10422032143006597f,0.7147486383327828f,-1.1006448083920901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.8521448296935908f,0.1992489668271481f,-0.3723301119266862f,-0.6906873593566525f,-0.23206049736021145f,-0.6849079479680943f,0.4721297265503129f,-0.5374029523366424f,-0.4690385003295703f,0.7008572979062486f,-1.0504939152040167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.7110298883686139f,0.5101837506249307f,-0.23582335941616528f,-0.6906873593566525f,0.04770698056707179f,-0.7215781424281833f,0.4765649220164627f,-0.5374029523366424f,-0.7015415467751639f,0.46801444952925436f,-1.1791078649148021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.5431436015846696f,0.6861821839809298f,-0.11388523725877955f,-0.6906873593566525f,0.24447166183437632f,-0.6805766512192972f,0.5918231654426213f,-0.5374029523366424f,-0.8032612492941333f,0.2568451521876335f,-0.8555368615986105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.12728506488483296f,0.8658230037441075f,-0.08460789381947272f,-0.6906873593566525f,0.5520069952636171f,-0.46716083826126487f,0.6924047218154166f,-0.5374029523366424f,-0.8240672238581612f,-0.1791961980136957f,-1.0111694423096014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6662953106822549f,-0.4789365251824946f,0.5715508409660118f,-0.023921795851143603f,-0.6594726495736287f,0.7362296282469918f,-0.15186098562710082f,1.1666129826367726f,-0.34806089040163013f,-0.47810641005681404f,-0.8063918881259968f,-1.4091432412028007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6662953106822549f,-0.4789365251824946f,0.5715508409660118f,0.1145142352878164f,-0.6594726495736287f,0.7362296282469918f,-0.15186098562710082f,1.085077536062369f,-0.34806089040163013f,-0.47810641005681404f,-0.8063918881259968f,-1.41192689606745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6662953106822549f,-0.4789365251824946f,0.5715508409660118f,-0.4153702908769684f,-0.6594726495736287f,0.7362296282469918f,-0.15186098562710082f,0.7791728010122657f,-0.34806089040163013f,-0.47810641005681404f,-0.8063918881259968f,-1.6136290143137584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6662953106822549f,-0.4789365251824946f,0.5715508409660118f,-0.3269064080391775f,-0.6594726495736287f,0.7362296282469918f,-0.15186098562710082f,0.6481769057198399f,-0.34806089040163013f,-0.47810641005681404f,-0.8063918881259968f,-1.6425172359585298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7455672291746821f,-0.548323881314231f,0.37877490408062164f,-0.1418525838691425f,-0.5361283244035828f,0.8310938196312864f,0.14781570533230143f,1.167653376900924f,-0.3958483630798463f,-0.09286540879776624f,-0.9136082800061689f,-1.4731459926798938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6506113063434819f,-0.6582055150914067f,0.37877490408062164f,-0.223426243883248f,-0.659539412148489f,0.7369927279695101f,0.14781570533230143f,1.0991112796275322f,-0.3764474623116141f,-0.1536464084296017f,-0.9136082800061689f,-1.518055451797857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8064705422619659f,-0.5819665580462169f,0.10449971186338333f,-0.21411728250332207f,-0.48155145944769534f,0.7490277480468953f,0.4550446401833471f,1.0870970413482706f,-0.3430939468534614f,0.3166581089623892f,-0.8843156595135462f,-1.5729477147042616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5871615078241533f,-0.8026961903174431f,0.10449971186338333f,-0.203037058026369f,-0.689444956844059f,0.5635601360304882f,0.4550446401833471f,1.1120753774949956f,-0.42415447093241965f,0.1951378977214865f,-0.8843156595135462f,-1.5587851946643274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7055019244463175f,-0.7009613718479873f,0.10449971186338333f,-0.2422663426111434f,-0.5927965169590658f,0.6644747285801083f,0.4550446401833471f,1.2276860272293793f,-0.3884061329121141f,0.2590878041424939f,-0.8843156595135462f,-1.53926890838311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7055019244463175f,-0.5989963327444154f,0.37877490408062164f,-0.10749216774365014f,-0.5927965169590658f,0.7916708954725534f,0.14781570533230143f,1.049560075748055f,-0.3884061329121141f,-0.12025217927516829f,-0.9136082800061689f,-1.512212168046197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5702451757192132f,-0.7621041789929284f,0.3066229931536092f,-0.4003535177412837f,-0.7667856273017885f,0.6277263826200289f,0.134161806510557f,0.9108961151898184f,-0.29472061572337727f,-0.1586089812220226f,-0.9423284723191513f,-1.603426621757352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6824438708841755f,-0.6635154129047377f,0.3066229931536092f,-0.3284327110865953f,-0.6591471829651016f,0.739949728605258f,0.134161806510557f,0.9942767479823345f,-0.3159040270110429f,-0.11055177960965089f,-0.9423284723191513f,-1.568153285223101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.4918822176999133f,-0.87059751110782f,-0.010576273610521325f,-0.2927980753377789f,-0.8010359913102651f,0.44775370869673836f,0.3973134241048212f,1.0112463659517967f,-0.34116451242208085f,0.20390338398659802f,-0.9176220275596144f,-1.6092186478954233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7368372145860623f,-0.6759874715093238f,-0.010576273610521325f,-0.32007897159868104f,-0.6234669940408739f,0.6733728167722096f,0.3973134241048212f,0.9980589748366284f,-0.26145712180525954f,0.29934927425115276f,-0.9176220275596144f,-1.6146141126369884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6220177872837919f,-0.7829316794836514f,-0.010576273610521325f,-0.43617161916409286f,-0.7211297971244633f,0.5675507543165925f,0.3973134241048212f,1.0376211585450652f,-0.305066694350278f,0.2547628829629156f,-0.9176220275596144f,-1.630201778681749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6220177872837919f,-0.7204694388883524f,0.3066229931536092f,-0.27406599541421384f,-0.7211297971244633f,0.6796855341796341f,0.134161806510557f,0.8846919133546478f,-0.305066694350278f,-0.1376639468228651f,-0.9423284723191513f,-1.5992273906466046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6662953106822549f,-0.4789365251824946f,0.5715508409660118f,0.03681492379690868f,-0.6594726495736287f,0.7362296282469918f,-0.15186098562710082f,0.5945539658756149f,-0.34806089040163013f,-0.47810641005681404f,-0.8063918881259968f,-1.2854904976883461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.12728506488483296f,0.8658230037441075f,-0.010916975534903683f,-0.6906873593566525f,0.5520069952636171f,-0.46716083826126487f,0.3875513426517585f,-0.5374029523366424f,-0.8240672238581612f,-0.1791961980136957f,-0.9764652887415357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.681500519031027f,0.1802416189799695f,0.7092742779404313f,-0.1423757979416454f,-0.6079395113307414f,0.40009767861659623f,-0.6858071143758645f,0.5623939309603259f,-0.40738997670951627f,-0.8985737623328925f,-0.163090773876175f,-0.766152898796081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.681500519031027f,0.7040209936086682f,-0.19977858523551534f,0.03170573551963331f,-0.6079395113307414f,-0.6966046014734284f,-0.3809876372915336f,0.3189345612381161f,-0.40738997670951627f,-0.13818997707615874f,0.9027385762845798f,-0.694055114045782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.28096623088737477f,0.86258862729794f,0.42071229736863874f,-0.47979435489631994f,-0.7586421004723879f,0.0688724737392381f,-0.6478570411378435f,0.2150119311248807f,-0.5878096124526935f,-0.5011960119726547f,0.6350452086984993f,-0.7464506889160747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.28096623088737477f,0.9579276037328064f,0.05858910400122064f,-0.10583796808666031f,-0.7586421004723879f,-0.1842942873434179f,-0.6248982149465825f,0.13669948623395095f,-0.5878096124526935f,-0.22002345706607107f,0.7785046806852922f,-0.8241254969929208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3946456763095889f,0.7095898569747274f,0.5837268411241108f,-0.02782405402974509f,-0.6684535328733675f,0.2141527202069763f,-0.7122559138519429f,0.329368241835599f,-0.6304162629241579f,-0.6712829860100269f,0.3898134016862438f,-0.8864630108598843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5648538201773811f,0.6588320891840925f,0.4968706472436691f,-0.03389593410447477f,-0.7011033336266314f,-0.06560912408535104f,-0.7100348994340895f,0.30938742136317793f,-0.43519452823839977f,-0.7494235925683662f,0.4989689384052677f,-0.8553157702106694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.652007619975773f,0.5837268411241108f,-0.02782405402974509f,-0.6906873593566525f,0.12506991967642828f,-0.7122559138519429f,0.329368241835599f,-0.5374029523366424f,-0.7478259013203938f,0.3898134016862438f,-0.8864630108598843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.44901664910907846f,0.41972546568669467f,0.7888057950325555f,-0.024717585079028707f,-0.6542323661765297f,0.4468385401101139f,-0.6101764745705307f,0.34320902861094366f,-0.6085754348229265f,-0.7900416777147578f,0.07396004058771617f,-0.9070487633146509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5150796395110808f,0.33537796988501345f,0.7888057950325555f,-0.024717585079028707f,-0.7218858046836412f,0.3264438004878184f,-0.6101764745705307f,0.34320902861094366f,-0.4621405088903018f,-0.8837171846461266f,0.07396004058771617f,-0.9070487633146509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.3789939040120078f,0.7888057950325555f,-0.024717585079028707f,-0.6906873593566525f,0.38811807675707793f,-0.6101764745705307f,0.34320902861094366f,-0.5374029523366424f,-0.8400761746509204f,0.07396004058771617f,-0.9070487633146509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4214958208460632f,0.5056427611845381f,0.7527726556344747f,-0.11691803504611459f,-0.6412530665398957f,0.420760774227487f,-0.6416812881210312f,0.21630905085516283f,-0.6411987037280125f,-0.7531837550911209f,0.14689606327044555f,-1.0214637669727125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5380036756409068f,0.443487280255384f,0.7168480154457821f,0.08141743740582119f,-0.7283037999601032f,0.1836139782897375f,-0.6601965479615066f,0.4781347704538696f,-0.42441208743454517f,-0.8772713030917504f,0.22420847622503898f,-0.8154957237348961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.3536013335354163f,0.8005104986676815f,-0.0668985056810087f,-0.6906873593566525f,0.4074126332113276f,-0.5974662483561284f,0.27556250545798766f,-0.5374029523366424f,-0.8420101206171974f,0.04708528005728617f,-0.7966641769586471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4838894899094162f,0.2824866866174726f,0.8282827014003653f,1.2011377054950819e-16f,-0.6906873593566525f,0.4579349197828567f,-0.5596843582488287f,0.38327833409194356f,-0.5374029523366424f,-0.8429097704543175f,-0.026479911112203602f,-0.9808033682294036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5099593920003662f,-0.5370056499200184f,-0.67198686777689f,-0.2883101512888083f,0.5637683184630695f,0.38138094274340506f,-0.7326075754518752f,0.5066800407969451f,0.6496973923358013f,-0.7524450202281429f,0.10825797857862296f,-0.9517722740925083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5099593920003662f,-0.5370056499200184f,-0.67198686777689f,-0.33611884428884264f,0.5637683184630695f,0.38138094274340506f,-0.7326075754518752f,0.5595333206528579f,0.6496973923358013f,-0.7524450202281429f,0.10825797857862296f,-0.890863143561027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5099593920003662f,-0.5370056499200184f,-0.67198686777689f,-0.211416467622292f,0.5637683184630695f,0.38138094274340506f,-0.7326075754518752f,0.6429978170426828f,0.6496973923358013f,-0.7524450202281429f,0.10825797857862296f,-0.9375564056135611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.692759487523208f,-0.7151187894320642f,0.09321700192454783f,0.13338285715834244f,-0.35148473642739897f,0.2219392802116834f,-0.9095061494886562f,1.429631178810821f,0.6297164222927204f,-0.6628333673709698f,-0.4051038812385252f,-1.4376670972419743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6964994101035306f,-0.7151187894320642f,0.05910743376812165f,0.19852399323039968f,-0.3064271121589728f,0.2219392802116834f,-0.9256594302620335f,1.4604800906482014f,0.6488381898897028f,-0.6628333673709698f,-0.3737123632425277f,-1.4976174060793042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6948387847686107f,-0.7151187894320642f,0.07618517035814287f,0.15452564964064963f,-0.3290550595987245f,0.2219392802116834f,-0.9178593158276489f,1.5827345321036586f,0.6394699609315201f,-0.6628333673709698f,-0.3895254756314419f,-1.409213430315923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007560773279834629f,-0.000007011227579823851f,0.000011739591996098338f,-0.5945767700540223f,-0.000010791989989947696f,0.000011297443955930885f,-2.0331532030207907e-7f,0.5073517887175025f,-0.000008396921130260038f,-0.000008206769942341394f,-0.000010309280656072681f,-0.6183267901144783f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9.mcfunction new file mode 100644 index 000000000..d8b130bf6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..a87af4186 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6029938579086186f,-0.03265987852201853f,0.5497964933535427f,0.31438870350403103f,-0.49461212487411393f,0.3907345241314224f,-0.5192589161716429f,0.3489732065002388f,-0.24228433233793525f,-0.7163827946225133f,-0.3082830490261233f,-1.0990598267936178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5579677498434854f,0.19648845642978563f,0.5385761567544909f,0.31438870350403103f,-0.301160218643224f,0.5390414646139837f,-0.5086617954334461f,0.3489732065002388f,-0.4878263142157906f,-0.5575182381919462f,-0.30199155822967183f,-1.0990598267936178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.22797915279450945f,0.11386308350548696f,0.7758899074934308f,0.2840023487451128f,-0.5315141983267344f,0.5716682805269065f,-0.24006765392477053f,0.31145064188907023f,-0.5765957052499012f,-0.5719921500322158f,-0.08547992415378271f,-1.1290039754081265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.24901105833958848f,0.017585561789637348f,0.7600554195854017f,0.2840023487451128f,-0.6953368837611432f,0.31812337567178034f,-0.23516831404875482f,0.31145064188907023f,-0.3074087033672608f,-0.7338175971368732f,-0.08373543590574634f,-1.1290039754081265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2335967737408018f,-1.2056613946863923f,0.9660328144844527f,-0.24170854720059298f,1.2622786488243265f,-0.7122706311255141f,-0.5837203189527458f,0.0696046042130602f,0.8907813480423367f,0.6931503440083727f,1.0804894449188074f,-1.838905238458617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.34282526586591183f,-0.38385149316410816f,0.857396564186988f,-0.15443483863371926f,-0.5920459500294429f,0.7969129808620814f,0.12004704905680355f,0.2370275097939907f,-0.7293506907775582f,-0.46646300188674844f,-0.5004596264766039f,-1.6755298839782469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.024522303291598102f,-0.38385149316410816f,0.9230691674175666f,-0.1394551339542503f,-0.513780295346774f,0.7969129808620814f,0.3177412611652662f,0.43112678854810615f,-0.8575712592867467f,-0.46646300188674844f,-0.21675747534086715f,-1.361601711294782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.918741434620352f,-0.22529291046253397f,0.32427963366060797f,-0.01750524369419118f,0.37798184457946565f,0.7393353950629201f,-0.5572368426221121f,0.9064465172702205f,-0.11420990097203582f,0.6345283903045447f,0.7644146913930168f,-0.7907001580863193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6419755447577209f,0.4047577388467604f,0.6511824420058369f,0.17977232801110665f,-0.19690974462235045f,0.9078540648220528f,-0.3701723240044248f,0.8253245514021353f,-0.7410087397634307f,0.10941741099904435f,0.6625208508148842f,-1.0470198985448471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.8058478645034091f,0.25409574268483953f,-0.3702400782120355f,-0.6604360424779547f,-0.21110904001126202f,-0.7205950367727914f,0.5198665324344944f,-0.5270480632459643f,-0.5532108029502125f,0.6451187073150639f,-0.9688261516355376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.6472681173726372f,0.5431384827170201f,-0.24548269068768463f,-0.6604360424779547f,0.08072046082294859f,-0.7465309377384088f,0.5303358004779323f,-0.5270480632459643f,-0.7579763792080944f,0.38430736083409234f,-1.1085448017318422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.49706788550322023f,0.6832854047736001f,-0.1002553805800135f,-0.6604360424779547f,0.25848810612324946f,-0.7049880373374239f,0.6316642821411025f,-0.5270480632459643f,-0.8283160122768202f,0.1900340044163273f,-0.7899649378001636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.08883071386440344f,0.8402764613206807f,-0.07834789384718362f,-0.6604360424779547f,0.5763512851475738f,-0.4812934966367168f,0.7367220637522931f,-0.5270480632459643f,-0.8123597112013129f,-0.24958373073098636f,-0.9438422819674784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6942707667521993f,-0.47036240038752475f,0.5447451833059189f,-0.02476935200247611f,-0.634783543204443f,0.756883707379022f,-0.15548924972807657f,1.2207427303532354f,-0.33917245718089545f,-0.45374691823292074f,-0.8240605429724206f,-1.341896836646588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6942707667521993f,-0.47036240038752475f,0.5447451833059189f,0.11113096273410183f,-0.634783543204443f,0.756883707379022f,-0.15548924972807657f,1.1353595326390171f,-0.33917245718089545f,-0.45374691823292074f,-0.8240605429724206f,-1.3497151806268537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6942707667521993f,-0.47036240038752475f,0.5447451833059189f,-0.4326534274693933f,-0.634783543204443f,0.756883707379022f,-0.15548924972807657f,0.8478073987206252f,-0.33917245718089545f,-0.45374691823292074f,-0.8240605429724206f,-1.541160655240364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6942707667521993f,-0.47036240038752475f,0.5447451833059189f,-0.3488234202392302f,-0.634783543204443f,0.756883707379022f,-0.15548924972807657f,0.7148154352660736f,-0.33917245718089545f,-0.45374691823292074f,-0.8240605429724206f,-1.574416933509197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7706076874919344f,-0.5176133871571149f,0.3718066344406348f,-0.14378803761110062f,-0.5082689858852816f,0.8511091102818795f,0.13143789553372645f,1.22712094376728f,-0.3844820281436839f,-0.08769072830650955f,-0.9189580546486293f,-1.4051126380606571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.68014765479118f,-0.6317903087797296f,0.3718066344406348f,-0.2284976461300512f,-0.6351541496028199f,0.761119757896209f,0.13143789553372645f,1.1616308005673435f,-0.3660305641942711f,-0.14675735031687567f,-0.9189580546486293f,-1.4487528029688919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8281817476137583f,-0.5456714077993181f,0.12789725419152573f,-0.22134569623877332f,-0.44945365036375834f,0.7829547558604312f,0.4300851851089793f,1.1482995616760387f,-0.3348229518627926f,0.2987048124584585f,-0.8936828441455296f,-1.5005874147575913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6190259093902815f,-0.7748865825872864f,0.12789725419152573f,-0.20909702452780268f,-0.6694021483386572f,0.6057454063790871f,0.4300851851089793f,1.1730171620362284f,-0.41074041352553264f,0.18061917610495085f,-0.8936828441455296f,-1.4869391218698045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.732623641244978f,-0.6685094559235629f,0.12789725419152573f,-0.24273199945315357f,-0.5664012384859387f,0.7030052422218269f,0.4300851851089793f,1.290783582428059f,-0.37742845326040875f,0.24264941118702976f,-0.8936828441455296f,-1.4700452406959699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.732623641244978f,-0.5701073818807103f,0.3718066344406348f,-0.11445783852999394f,-0.5664012384859387f,0.8135807990969673f,0.13143789553372645f,1.1077279026312414f,-0.37742845326040875f,-0.11429722860096841f,-0.9189580546486293f,-1.444328364260752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6004906291807435f,-0.739805290516413f,0.30347839526075115f,-0.41329482780775517f,-0.745844541861947f,0.6550351203992253f,0.12101615767456328f,0.9798559375201044f,-0.2883174008638002f,-0.1536786360152192f,-0.9451221895562734f,-1.5323341139116504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7088286379343264f,-0.6367596294160984f,0.30347839526075115f,-0.33806526317352215f,-0.6341918892513513f,0.7636463430079969f,0.12101615767456328f,1.0606008943609044f,-0.30880837043702314f,-0.10668381862487762f,-0.9451221895562734f,-1.497839111741465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.523858106839251f,-0.8516379573174848f,0.016895962680412102f,-0.30283732825872123f,-0.7846794519414204f,0.4901987800515959f,0.3794513325010722f,1.0754027784785793f,-0.33143753800634634f,0.1855207419455544f,-0.925057410493134f,-1.5359913872321227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7613892679893813f,-0.6480747711766723f,0.016895962680412102f,-0.33062645427500853f,-0.5947947523139876f,0.7086860298347237f,0.3794513325010722f,1.0633485449251303f,-0.2578867681955328f,0.2788605423529847f,-0.925057410493134f,-1.5414435018393007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6506340725122859f,-0.759203418150353f,0.016895962680412102f,-0.44465141718875434f,-0.6983347618663784f,0.6069145299234393f,0.3794513325010722f,1.1077620857482622f,-0.29833515390430654f,0.23508492771045736f,-0.925057410493134f,-1.5590897409661197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6506340725122859f,-0.696115053203159f,0.30347839526075115f,-0.2880255302180438f,-0.6983347618663784f,0.7054669729694749f,0.12101615767456328f,0.9490320168301306f,-0.29833515390430654f,-0.1331922773784172f,-0.9451221895562734f,-1.529121478555976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6942707667521993f,-0.47036240038752475f,0.5447451833059189f,0.022795758846277686f,-0.634783543204443f,0.756883707379022f,-0.15548924972807657f,0.6453360987529394f,-0.33917245718089545f,-0.45374691823292074f,-0.8240605429724206f,-1.2284277338461038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.08883071386440344f,0.8402764613206807f,-0.010515758852873607f,-0.6604360424779547f,0.5763512851475738f,-0.4812934966367168f,0.4292043668225992f,-0.5270480632459643f,-0.8123597112013129f,-0.24958373073098636f,-0.9237928421456114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7163044129916409f,0.1558205669342348f,0.6801675814451865f,-0.13175633276516147f,-0.5817766950642727f,0.40484609218916606f,-0.7054328591150643f,0.5991854950297348f,-0.3852841354231874f,-0.901010317676471f,-0.1993402679634799f,-0.6920722723722801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7163044129916409f,0.6814078569847504f,-0.15030409298535718f,0.043855188711551175f,-0.5817766950642727f,-0.7021292557956518f,-0.4105488828823397f,0.3509866761463002f,-0.3852841354231874f,-0.20663455808575398f,0.8993654954443785f,-0.6437832849669729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3469026430134685f,0.8102645735272171f,0.47236625319451747f,-0.465855546545926f,-0.7241264276482602f,0.08869781449774969f,-0.6839397740186572f,0.2662498154377029f,-0.5960700236143729f,-0.5793134027364459f,0.555964484799417f,-0.6701470422945889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3469026430134685f,0.9339796973776812f,0.08567660798937535f,-0.10444488562151742f,-0.7241264276482602f,-0.2086579184586489f,-0.6573452592404336f,0.17704941897657794f,-0.5960700236143729f,-0.29007550387924685f,0.7487033651570973f,-0.7721181977725261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4509497615267491f,0.6721986184829803f,0.587191050586213f,-0.02396741730811102f,-0.6374426175550023f,0.21793966711614915f,-0.7390326182394991f,0.36892166978529845f,-0.6247489270927923f,-0.7075671832461385f,0.3302082059694009f,-0.8346031879391724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6095618255725821f,0.6091177904421898f,0.507355790517311f,-0.02863867590215653f,-0.6721292236066452f,-0.05776530486000736f,-0.7381771307270084f,0.34809744774518336f,-0.4203292609116684f,-0.7909732529746216f,0.44461739226012714f,-0.8037684245377019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.6075871108628985f,0.587191050586213f,-0.02396741730811102f,-0.6604360424779547f,0.1328722054235878f,-0.7390326182394991f,0.36892166978529845f,-0.5270480632459643f,-0.7830599464531101f,0.3302082059694009f,-0.8346031879391724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.503457003801551f,0.3819616577845856f,0.7750073143562042f,-0.021767316435453616f,-0.6225748286710439f,0.4615909144043752f,-0.6319291182122829f,0.3833421657023812f,-0.5991090284984741f,-0.8006491864242316f,0.005408534906101256f,-0.8549058869145988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5621353064649971f,0.2887344106958635f,0.7750073143562042f,-0.021767316435453616f,-0.6932709392194228f,0.34646932676539505f,-0.6319291182122829f,0.3833421657023812f,-0.45097594399183105f,-0.892519717256065f,0.005408534906101256f,-0.8549058869145988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.3366290092515031f,0.7750073143562042f,-0.021767316435453616f,-0.6604360424779547f,0.40557345000813844f,-0.6319291182122829f,0.3833421657023812f,-0.5270480632459643f,-0.8498182669129014f,0.005408534906101256f,-0.8549058869145988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4776675252589134f,0.4692570547315746f,0.7427190262122503f,-0.12429094623543986f,-0.6092383008098208f,0.43217272202996526f,-0.6648724924070576f,0.2625932472515568f,-0.6329790108205703f,-0.7700808755694808f,0.07945449605122376f,-0.967173087896081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5828440618404178f,0.39311591163002846f,0.7111629065134478f,0.09346077234553404f,-0.7003335403518268f,0.20082838080629284f,-0.684982403949911f,0.5125028574893716f,-0.41209917718389033f,-0.897289162692838f,0.15826062895851975f,-0.7660714278404168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.3182016519639659f,0.7827535601085874f,-0.05976276724726037f,-0.6604360424779547f,0.42040853574775355f,-0.6221582570909808f,0.31387952867793345f,-0.5270480632459643f,-0.8497084039585774f,-0.014695824946053454f,-0.7441298658734122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5348313498896032f,0.24876933069090001f,0.8075080478130645f,1.1375258885127438e-16f,-0.6604360424779547f,0.47303341934777904f,-0.5831497388974854f,0.4247325898953118f,-0.5270480632459643f,-0.8451941814090711f,-0.08869686996127985f,-0.9288603777878924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.44534106818432956f,-0.5571692301279569f,-0.7008807188010383f,-0.2833194755876328f,0.5684440962910562f,0.4288521344608028f,-0.7021090771100015f,0.5549247665560368f,0.691767766219477f,-0.7110895131887639f,0.12573409184736623f,-0.8787774920285946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44534106818432956f,-0.5571692301279569f,-0.7008807188010383f,-0.3250702007299137f,0.5684440962910562f,0.4288521344608028f,-0.7021090771100015f,0.6082164005833234f,0.691767766219477f,-0.7110895131887639f,0.12573409184736623f,-0.8139242639455185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.44534106818432956f,-0.5571692301279569f,-0.7008807188010383f,-0.1990627303386175f,0.5684440962910562f,0.4288521344608028f,-0.7021090771100015f,0.6868869451361803f,0.691767766219477f,-0.7110895131887639f,0.12573409184736623f,-0.8652109917641615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6802472633668928f,-0.7306031736586616f,0.05901409426352983f,0.1608228602987f,-0.36035109127253584f,0.26322872841461037f,-0.8949065468281701f,1.4714814635844513f,0.6382873582490457f,-0.6300235227173021f,-0.4423342730586625f,-1.3758755141738364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6825463609114875f,-0.7306031736586616f,-0.01869405911986361f,0.22480757903878046f,-0.2562888123691389f,0.26322872841461037f,-0.930068105673796f,1.5004334120640423f,0.6844315231350041f,-0.6300235227173021f,-0.36691123035685275f,-1.4379786779176256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6825036665608581f,-0.7306031736586616f,0.02019276531029146f,0.1897863048721965f,-0.3088207837823048f,0.26322872841461037f,-0.9139695618790102f,1.6230528721060984f,0.6624337466004186f,-0.6300235227173021f,-0.4052800170102312f,-1.3461350934941962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000835673984202505f,-0.000006830890793290381f,0.000011297984562870135f,-0.5735964040058504f,-0.000010319313163718043f,0.000011719780800641332f,-5.469358408756891e-7f,0.568633904064748f,-0.000008235125988218193f,-0.000007754114646757527f,-0.000010779472668137054f,-0.5408080560523223f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_play_as_root.mcfunction new file mode 100644 index 000000000..b2343cbf2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/play_as_root +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..a8d182734 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/11_1_damage_2/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..998a326d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..265 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_265 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/end.mcfunction new file mode 100644 index 000000000..e3f65a8f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.12_0_opening_attack.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/end_loop +execute if score @s aj.ecual.animation.12_0_opening_attack.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/12_0_opening_attack/stop +execute if score @s aj.ecual.animation.12_0_opening_attack.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/12_0_opening_attack/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/end_loop.mcfunction new file mode 100644 index 000000000..7cc32898c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.12_0_opening_attack.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/next_frame_as_root.mcfunction new file mode 100644 index 000000000..7be534dab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/pause_as_root.mcfunction new file mode 100644 index 000000000..839653d49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.12_0_opening_attack \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/play_as_root.mcfunction new file mode 100644 index 000000000..137c3764c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.12_0_opening_attack.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.12_0_opening_attack.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.12_0_opening_attack \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/resume_as_root.mcfunction new file mode 100644 index 000000000..0f8aec9b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.12_0_opening_attack.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.12_0_opening_attack \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/stop_as_root.mcfunction new file mode 100644 index 000000000..176ee0233 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.12_0_opening_attack.local_anim_time 0 +tag @s remove aj.ecual.animation.12_0_opening_attack +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick.mcfunction new file mode 100644 index 000000000..9480bd45f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick_animation.mcfunction new file mode 100644 index 000000000..6e543285e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.12_0_opening_attack.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.12_0_opening_attack.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root +execute if score @s aj.ecual.animation.12_0_opening_attack.local_anim_time matches 265.. run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_265.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_265.mcfunction new file mode 100644 index 000000000..e49693bba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_265.mcfunction @@ -0,0 +1,5 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..127 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_127 +execute if score @s aj.anim_time matches 128..191 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_191 +execute if score @s aj.anim_time matches 192..255 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_255 +execute if score @s aj.anim_time matches 256..265 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_265 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..fb6c5dd8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..2a003c90d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..c9309414e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..e87302f68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_120_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_120_127.mcfunction new file mode 100644 index 000000000..a73db3146 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_120_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120 +execute if score @s aj.anim_time matches 121 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121 +execute if score @s aj.anim_time matches 122 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122 +execute if score @s aj.anim_time matches 123 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123 +execute if score @s aj.anim_time matches 124 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124 +execute if score @s aj.anim_time matches 125 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125 +execute if score @s aj.anim_time matches 126 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126 +execute if score @s aj.anim_time matches 127 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_135.mcfunction new file mode 100644 index 000000000..98141e6a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_135.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128 +execute if score @s aj.anim_time matches 129 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129 +execute if score @s aj.anim_time matches 130 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130 +execute if score @s aj.anim_time matches 131 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131 +execute if score @s aj.anim_time matches 132 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132 +execute if score @s aj.anim_time matches 133 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133 +execute if score @s aj.anim_time matches 134 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134 +execute if score @s aj.anim_time matches 135 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_191.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_191.mcfunction new file mode 100644 index 000000000..31fda124d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_191.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128..135 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_128_135 +execute if score @s aj.anim_time matches 136..143 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_136_143 +execute if score @s aj.anim_time matches 144..151 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_144_151 +execute if score @s aj.anim_time matches 152..159 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_152_159 +execute if score @s aj.anim_time matches 160..167 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_160_167 +execute if score @s aj.anim_time matches 168..175 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_168_175 +execute if score @s aj.anim_time matches 176..183 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_176_183 +execute if score @s aj.anim_time matches 184..191 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_184_191 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_136_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_136_143.mcfunction new file mode 100644 index 000000000..8a98c9c30 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_136_143.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 136 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136 +execute if score @s aj.anim_time matches 137 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137 +execute if score @s aj.anim_time matches 138 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138 +execute if score @s aj.anim_time matches 139 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139 +execute if score @s aj.anim_time matches 140 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140 +execute if score @s aj.anim_time matches 141 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141 +execute if score @s aj.anim_time matches 142 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142 +execute if score @s aj.anim_time matches 143 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_144_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_144_151.mcfunction new file mode 100644 index 000000000..f8f93ee72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_144_151.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 144 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144 +execute if score @s aj.anim_time matches 145 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145 +execute if score @s aj.anim_time matches 146 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146 +execute if score @s aj.anim_time matches 147 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147 +execute if score @s aj.anim_time matches 148 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148 +execute if score @s aj.anim_time matches 149 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149 +execute if score @s aj.anim_time matches 150 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150 +execute if score @s aj.anim_time matches 151 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_152_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_152_159.mcfunction new file mode 100644 index 000000000..0f38e817f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_152_159.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 152 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152 +execute if score @s aj.anim_time matches 153 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153 +execute if score @s aj.anim_time matches 154 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154 +execute if score @s aj.anim_time matches 155 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155 +execute if score @s aj.anim_time matches 156 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156 +execute if score @s aj.anim_time matches 157 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157 +execute if score @s aj.anim_time matches 158 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158 +execute if score @s aj.anim_time matches 159 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_160_167.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_160_167.mcfunction new file mode 100644 index 000000000..70f06fe1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_160_167.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 160 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160 +execute if score @s aj.anim_time matches 161 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161 +execute if score @s aj.anim_time matches 162 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162 +execute if score @s aj.anim_time matches 163 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163 +execute if score @s aj.anim_time matches 164 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164 +execute if score @s aj.anim_time matches 165 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165 +execute if score @s aj.anim_time matches 166 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166 +execute if score @s aj.anim_time matches 167 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_168_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_168_175.mcfunction new file mode 100644 index 000000000..4ee94c83f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_168_175.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 168 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168 +execute if score @s aj.anim_time matches 169 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169 +execute if score @s aj.anim_time matches 170 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170 +execute if score @s aj.anim_time matches 171 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171 +execute if score @s aj.anim_time matches 172 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172 +execute if score @s aj.anim_time matches 173 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173 +execute if score @s aj.anim_time matches 174 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174 +execute if score @s aj.anim_time matches 175 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..47cab0e0d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_176_183.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_176_183.mcfunction new file mode 100644 index 000000000..426d30fbe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_176_183.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 176 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176 +execute if score @s aj.anim_time matches 177 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177 +execute if score @s aj.anim_time matches 178 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178 +execute if score @s aj.anim_time matches 179 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179 +execute if score @s aj.anim_time matches 180 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180 +execute if score @s aj.anim_time matches 181 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181 +execute if score @s aj.anim_time matches 182 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182 +execute if score @s aj.anim_time matches 183 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_184_191.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_184_191.mcfunction new file mode 100644 index 000000000..b508d5b83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_184_191.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 184 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184 +execute if score @s aj.anim_time matches 185 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185 +execute if score @s aj.anim_time matches 186 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186 +execute if score @s aj.anim_time matches 187 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187 +execute if score @s aj.anim_time matches 188 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188 +execute if score @s aj.anim_time matches 189 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189 +execute if score @s aj.anim_time matches 190 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190 +execute if score @s aj.anim_time matches 191 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_199.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_199.mcfunction new file mode 100644 index 000000000..a672afe28 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_199.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 192 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192 +execute if score @s aj.anim_time matches 193 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193 +execute if score @s aj.anim_time matches 194 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194 +execute if score @s aj.anim_time matches 195 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195 +execute if score @s aj.anim_time matches 196 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196 +execute if score @s aj.anim_time matches 197 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197 +execute if score @s aj.anim_time matches 198 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198 +execute if score @s aj.anim_time matches 199 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_255.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_255.mcfunction new file mode 100644 index 000000000..56af94edc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_255.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 192..199 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_192_199 +execute if score @s aj.anim_time matches 200..207 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_200_207 +execute if score @s aj.anim_time matches 208..215 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_208_215 +execute if score @s aj.anim_time matches 216..223 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_216_223 +execute if score @s aj.anim_time matches 224..231 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_224_231 +execute if score @s aj.anim_time matches 232..239 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_232_239 +execute if score @s aj.anim_time matches 240..247 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_240_247 +execute if score @s aj.anim_time matches 248..255 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_248_255 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_200_207.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_200_207.mcfunction new file mode 100644 index 000000000..cd0870199 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_200_207.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 200 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200 +execute if score @s aj.anim_time matches 201 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201 +execute if score @s aj.anim_time matches 202 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202 +execute if score @s aj.anim_time matches 203 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203 +execute if score @s aj.anim_time matches 204 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204 +execute if score @s aj.anim_time matches 205 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205 +execute if score @s aj.anim_time matches 206 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206 +execute if score @s aj.anim_time matches 207 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_208_215.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_208_215.mcfunction new file mode 100644 index 000000000..0108fa1ba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_208_215.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 208 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208 +execute if score @s aj.anim_time matches 209 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209 +execute if score @s aj.anim_time matches 210 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210 +execute if score @s aj.anim_time matches 211 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211 +execute if score @s aj.anim_time matches 212 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212 +execute if score @s aj.anim_time matches 213 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213 +execute if score @s aj.anim_time matches 214 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214 +execute if score @s aj.anim_time matches 215 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_216_223.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_216_223.mcfunction new file mode 100644 index 000000000..e1f6f67e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_216_223.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 216 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216 +execute if score @s aj.anim_time matches 217 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217 +execute if score @s aj.anim_time matches 218 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218 +execute if score @s aj.anim_time matches 219 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219 +execute if score @s aj.anim_time matches 220 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220 +execute if score @s aj.anim_time matches 221 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221 +execute if score @s aj.anim_time matches 222 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222 +execute if score @s aj.anim_time matches 223 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_224_231.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_224_231.mcfunction new file mode 100644 index 000000000..d50560d13 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_224_231.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 224 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224 +execute if score @s aj.anim_time matches 225 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225 +execute if score @s aj.anim_time matches 226 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226 +execute if score @s aj.anim_time matches 227 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227 +execute if score @s aj.anim_time matches 228 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228 +execute if score @s aj.anim_time matches 229 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229 +execute if score @s aj.anim_time matches 230 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230 +execute if score @s aj.anim_time matches 231 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_232_239.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_232_239.mcfunction new file mode 100644 index 000000000..9c19839f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_232_239.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 232 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232 +execute if score @s aj.anim_time matches 233 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233 +execute if score @s aj.anim_time matches 234 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234 +execute if score @s aj.anim_time matches 235 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235 +execute if score @s aj.anim_time matches 236 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236 +execute if score @s aj.anim_time matches 237 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237 +execute if score @s aj.anim_time matches 238 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238 +execute if score @s aj.anim_time matches 239 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_240_247.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_240_247.mcfunction new file mode 100644 index 000000000..b2b406cbb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_240_247.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 240 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240 +execute if score @s aj.anim_time matches 241 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241 +execute if score @s aj.anim_time matches 242 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242 +execute if score @s aj.anim_time matches 243 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243 +execute if score @s aj.anim_time matches 244 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244 +execute if score @s aj.anim_time matches 245 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245 +execute if score @s aj.anim_time matches 246 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246 +execute if score @s aj.anim_time matches 247 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_248_255.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_248_255.mcfunction new file mode 100644 index 000000000..e960d4441 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_248_255.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 248 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248 +execute if score @s aj.anim_time matches 249 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249 +execute if score @s aj.anim_time matches 250 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250 +execute if score @s aj.anim_time matches 251 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251 +execute if score @s aj.anim_time matches 252 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252 +execute if score @s aj.anim_time matches 253 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253 +execute if score @s aj.anim_time matches 254 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254 +execute if score @s aj.anim_time matches 255 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..527adf7e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_263.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_263.mcfunction new file mode 100644 index 000000000..a3d68c3b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_263.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 256 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256 +execute if score @s aj.anim_time matches 257 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257 +execute if score @s aj.anim_time matches 258 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258 +execute if score @s aj.anim_time matches 259 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259 +execute if score @s aj.anim_time matches 260 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260 +execute if score @s aj.anim_time matches 261 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261 +execute if score @s aj.anim_time matches 262 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262 +execute if score @s aj.anim_time matches 263 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_265.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_265.mcfunction new file mode 100644 index 000000000..cb59b295b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_265.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 256..263 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_256_263 +execute if score @s aj.anim_time matches 264 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264 +execute if score @s aj.anim_time matches 265 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..fec47f898 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..b56083122 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..3509d7cf9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..8372e0d69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_127.mcfunction new file mode 100644 index 000000000..ed1f6bce6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_112_119 +execute if score @s aj.anim_time matches 120..127 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_120_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..dfad12ca5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..111a33726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..d3f15df5b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..2c19f764c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..3b34d37db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..8594eda73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0.mcfunction new file mode 100644 index 000000000..927e217fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..c9d90865a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.000004021298324799852f,-7.090633921399659e-7f,-0.0000070725407975729146f,7.500000000000002e-7f,-0.000002019778238396995f,0.000007904953225861186f,3.558859495529382e-7f,1.3750012959695643f,0.000006814990836024967f,0.000001924418885616702f,-0.000004067795017207963f,-0.000002698103277298244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.000003905184028479736f,8.65758455752412e-7f,-0.0000069282032302755086f,7.500000000000002e-7f,0.0000011354085144405176f,0.000007911340564622008f,3.486229709906334e-7f,1.3750012959695643f,0.000006889149817578565f,-8.131130098944168e-7f,-0.000003984778792366984f,-0.000002698103277298244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.000005686974629280154f,0.0000010027670657466113f,0.00000577470537969014f,-5.428932188134522e-7f,0.0000019083828815235645f,0.000007924595232803619f,5.032987365157922e-7f,1.3750013098202347f,-0.0000055417360806768965f,0.0000016999097189334815f,-0.000005752730882289195f,-0.000002856417166558306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.000005522764216638838f,-0.0000012243673498642473f,0.000005656854249492382f,-5.428932188134522e-7f,-0.0000012435873495759517f,0.00000788735789426155f,4.930273337297557e-7f,1.3750013098202347f,-0.000005652660073928759f,-5.389898333145179e-7f,-0.000005635328211222069f,-0.000002856417166558306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0000032460813337804084f,0.00001528386545717131f,8.389077165094024e-8f,-8.118792671552201e-7f,0.000011812918055657797f,0.0000024544051824940007f,0.000009928317441060231f,1.3750020417832902f,0.000009698378626595091f,0.0000021260237268742713f,-0.000012064911940332227f,0.000004279167499734108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.000009089284459648233f,-0.0000032767457300977755f,-0.0000025783416049629944f,-0.000003179520312558777f,-0.0000026372070817118703f,2.717520338140043e-7f,-0.000009642162083282295f,1.3750025761683704f,0.0000032295583010321875f,0.000009443997472066793f,-6.171425506559547e-7f,0.000003695133035597179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[8.715574274765803e-7f,-0.000009622501868990583f,-0.0000025783416049629944f,-0.0000029843750000000005f,-8.682408883346537e-7f,0.0000025049686863386415f,-0.000009642162083282295f,1.3750027358114776f,0.000009924038765061042f,0.000001064231958614101f,-6.171425506559547e-7f,3.855962178808198e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.000009089284459648233f,0.0000032767457300977734f,0.0000025783416049629944f,0.000003179520312558776f,0.0000026372070817118703f,2.717520338140043e-7f,-0.000009642162083282295f,1.3750025761683704f,-0.0000032295583010321853f,0.000009443997472066794f,-6.17142550655954e-7f,0.00000369513303559718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[8.715574274765827e-7f,0.000009622501868990583f,0.0000025783416049629944f,0.0000029843750000000005f,8.682408883346537e-7f,0.0000025049686863386415f,-0.000009642162083282295f,1.3750027358114776f,-0.000009924038765061042f,0.0000010642319586141035f,-6.17142550655954e-7f,3.8559621788082056e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.00001f,6.580022455450643e-22f,1.032856634543009e-21f,-0.0000015625000000000003f,0f,0.000008433914458128858f,-0.000005372996083468237f,1.3749996518160572f,-1.2246467991473532e-21f,-0.000005372996083468237f,-0.000008433914458128858f,0.000002671161646603249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.00001f,2.126576849575771e-22f,1.206041662501898e-21f,-0.0000015625000000000003f,0f,0.000009848077530122082f,-0.000001736481776669302f,1.375001487477583f,-1.2246467991473532e-21f,-0.000001736481776669302f,-0.000009848077530122082f,0.000002284020828914492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.00001f,5.175581015019658e-22f,1.1099069304367545e-21f,0.0000015624999999999999f,0f,0.000009063077870366501f,-0.000004226182617406993f,1.3749996141652903f,-1.2246467991473532e-21f,-0.000004226182617406993f,-0.000009063077870366501f,0.000002182865979893367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.00001f,-1.0673500138322978e-22f,1.21998664834562e-21f,0.0000015624999999999999f,0f,0.000009961946980917456f,8.715574274765832e-7f,1.375001487477583f,-1.2246467991473532e-21f,8.715574274765832e-7f,-0.000009961946980917456f,0.0000022840208289144926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.00001f,-5.1755810150196585e-22f,1.1099069304367545e-21f,0.0000029375f,0f,0.000009063077870366501f,0.000004226182617406995f,1.3750080537116731f,-1.2246467991473532e-21f,0.000004226182617406995f,-0.000009063077870366501f,0.000002806015049538816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.00001f,-5.1755810150196585e-22f,1.1099069304367545e-21f,0.0000033125f,0f,0.000009063077870366501f,0.000004226182617406995f,1.3750073170315598f,-1.2246467991473532e-21f,0.000004226182617406995f,-0.000009063077870366501f,0.0000014280786720160823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.00001f,-5.1755810150196585e-22f,1.1099069304367545e-21f,-0.0000029375000000000007f,0f,0.000009063077870366501f,0.000004226182617406995f,1.3750080537116731f,-1.2246467991473532e-21f,0.000004226182617406995f,-0.000009063077870366501f,0.000002806015049538815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.00001f,-5.1755810150196585e-22f,1.1099069304367545e-21f,-0.0000033125f,0f,0.000009063077870366501f,0.000004226182617406995f,1.3750073170315598f,-1.2246467991473532e-21f,0.000004226182617406995f,-0.000009063077870366501f,0.0000014280786720160814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.000009882579590136626f,0.0000014828854214322983f,3.6833608500734956e-7f,0.0000019319408756119527f,0.0000012341807543918028f,0.000006325937150303823f,0.00000764586927928374f,1.3750087191121072f,9.00787716448147e-7f,0.000007601550499556622f,-0.000006434672601817954f,0.000003352650849403328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.000009992883023799141f,-8.134741021333943e-8f,3.6833608500734956e-7f,7.800907559433716e-7f,2.2939134731379355e-7f,0.0000064411227727689484f,0.00000764586927928374f,1.375008810444212f,-2.994469609872862e-7f,0.000007648877043394597f,-0.000006434672601817954f,0.0000033952397092323022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.00000975166017871049f,0.000002111720846644958f,6.676517241775076e-7f,5.758740744485306e-7f,0.0000011815886154100418f,0.0000024108626916185182f,0.000009632839115551308f,1.3750091925056405f,0.0000018732250539872345f,0.000009472506328739351f,-0.0000026005099017514836f,0.00000299157086326673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.000009926937586647719f,-0.0000010050628467929724f,6.676517241775076e-7f,8.630566622307368e-7f,3.787600094512381e-7f,0.0000026579976352783323f,0.000009632839115551308f,1.375009202365f,-0.0000011456225408228011f,0.000009587747245565626f,-0.0000026005099017514836f,0.00000310182292358002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,5.602263155122202e-7f,6.676517241775076e-7f,0.0000014277273387586222f,7.898992833716566e-7f,0.000002566022154236719f,0.000009632839115551308f,1.375009745789149f,3.6833608500734755e-7f,0.00000964892101632996f,-0.0000026005099017514836f,0.000004058066446193832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,7.898992833716555e-7f,3.6833608500734956e-7f,0.0000012499999999999999f,7.898992833716566e-7f,0.000006396619582735409f,0.00000764586927928374f,1.375008306549743f,3.6833608500734755e-7f,0.00000764586927928374f,-0.000006434672601817954f,0.000002337745858354993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.000009882579590136626f,-0.0000014828854214323f,-3.6833608500734797e-7f,-0.000001931940875611953f,-0.0000012341807543918028f,0.000006325937150303823f,0.00000764586927928374f,1.3750087191121072f,-9.007877164481494e-7f,0.000007601550499556621f,-0.000006434672601817954f,0.0000033526508494033274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.000009992883023799141f,8.134741021333774e-8f,-3.6833608500734797e-7f,-7.800907559433722e-7f,-2.2939134731379355e-7f,0.0000064411227727689484f,0.00000764586927928374f,1.375008810444212f,2.994469609872838e-7f,0.000007648877043394597f,-0.000006434672601817954f,0.0000033952397092323027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.00000975166017871049f,-0.00000211172084664496f,-6.676517241775069e-7f,-5.75874074448531e-7f,-0.0000011815886154100418f,0.0000024108626916185182f,0.000009632839115551308f,1.3750091925056405f,-0.000001873225053987237f,0.000009472506328739351f,-0.0000026005099017514836f,0.00000299157086326673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.000009926937586647719f,0.0000010050628467929703f,-6.676517241775069e-7f,-8.630566622307371e-7f,-3.787600094512381e-7f,0.0000026579976352783323f,0.000009632839115551308f,1.375009202365f,0.0000011456225408227986f,0.000009587747245565626f,-0.0000026005099017514836f,0.0000031018229235800206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,-5.602263155122224e-7f,-6.676517241775069e-7f,-0.0000014277273387586228f,-7.898992833716566e-7f,0.000002566022154236719f,0.000009632839115551308f,1.375009745789149f,-3.6833608500735e-7f,0.00000964892101632996f,-0.0000026005099017514836f,0.000004058066446193832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,-7.898992833716572e-7f,-3.6833608500734797e-7f,-0.0000012500000000000003f,-7.898992833716566e-7f,0.000006396619582735409f,0.00000764586927928374f,1.375008306549743f,-3.6833608500735e-7f,0.00000764586927928374f,-0.000006434672601817954f,0.000002337745858354993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.00001f,-5.1755810150196585e-22f,1.1099069304367545e-21f,-5.572736282183328e-23f,0f,0.000009063077870366501f,0.000004226182617406995f,1.3750035296541276f,-1.2246467991473532e-21f,0.000004226182617406995f,-0.000009063077870366501f,4.5504845038286046e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.00001f,-1.0673500138322978e-22f,1.21998664834562e-21f,-1.5701737303122105e-23f,0f,0.000009961946980917456f,8.715574274765832e-7f,1.3749997939240097f,-1.2246467991473532e-21f,8.715574274765832e-7f,-0.000009961946980917456f,1.2821441507914174e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,-8.707278979269374e-7f,3.8016801040238097e-8f,0.0000015290995191698563f,-8.189960831908936e-7f,0.000009203071217709474f,-0.000003825274575437101f,1.3749946843984138f,2.980901962620903e-7f,-0.000003813831811910333f,-0.00000923936302703564f,0.0000036038535746964558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,-7.898992833716554e-7f,3.6833608500734967e-7f,0.0000012499999999999999f,-8.189960831908936e-7f,0.000007038659930018326f,-0.000007055955768375566f,1.3749971478212903f,2.980901962620903e-7f,-0.000007059272307517496f,-0.0000070765681458747395f,0.0000010447592642316309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.00000984807753012208f,0.0000015038373318043525f,8.682408883346531e-7f,-0.0000013790571253902684f,0.0000016317591116653484f,0.000009724443376390563f,0.000001665101564731381f,1.3749974798929552f,-5.939117461388481e-7f,0.0000017814809285662702f,-0.000009822097257661065f,0.000003786453402275262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.00000984807753012208f,9.330109785058147e-7f,-0.000001464533876252852f,-0.0000012500000000000003f,0.0000016317591116653484f,0.0000020876910195451094f,-0.000009642557150901822f,1.374997044589171f,-5.939117461388481e-7f,-0.000009735041690763239f,-0.00000220821921848805f,4.50477130411645e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.000009914448613738104f,0.0000013052619222005164f,9.715776287805222e-22f,-3.554703890841558e-23f,0.0000010355339059327378f,0.000007865660924854933f,-0.000006087614290087206f,1.3749989284006499f,-7.945931129894566e-7f,-0.000006035533905932737f,-0.000007933533402912355f,2.9026360035534175e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.000009914448613738104f,-0.0000012925592028994136f,1.816573492777423e-7f,-3.5444838307262954e-23f,-0.0000010355339059327378f,0.000006941880695231886f,-0.0000071230584683007206f,1.3749985496185673f,7.945931129894543e-7f,-0.000007080930950105851f,-0.000007016340831560481f,2.8942906911560976e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00001f,7.455177354798983e-22f,9.715776287805222e-22f,-3.554703890841558e-23f,0f,0.000007933533402912355f,-0.000006087614290087206f,1.3749989284006499f,-1.2246467991473532e-21f,-0.000006087614290087206f,-0.000007933533402912355f,2.9026360035534175e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,8.715574274765822e-7f,1.1829179713786698e-21f,-3.6649713954673633e-23f,8.418598282936921e-7f,0.000009622501868990583f,-0.0000025881904510252067f,1.3749991777689567f,-2.2557566113149953e-7f,-0.0000025783416049629944f,-0.000009659258262890684f,2.992676254099598e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.000009961946980917456f,-8.715574274765816e-7f,1.1829179713786698e-21f,-3.6649713954673633e-23f,-8.418598282936921e-7f,0.000009622501868990583f,-0.0000025881904510252067f,1.3749991777689567f,2.255756611314971e-7f,-0.0000025783416049629944f,-0.000009659258262890684f,2.992676254099598e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00001f,3.169619151431764e-22f,1.1829179713786698e-21f,-3.6649713954673633e-23f,0f,0.000009659258262890684f,-0.0000025881904510252067f,1.3749991777689567f,-1.2246467991473532e-21f,-0.0000025881904510252067f,-0.000009659258262890684f,2.992676254099598e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.000009914448613738104f,0.0000013052619222005162f,1.1507915602278503e-21f,-0.0000019375f,0.0000012265449964846553f,0.000009316534201490777f,-0.000003420201433256687f,1.3749993005853838f,-4.464258697085594e-7f,-0.0000033909411358656836f,-0.000009396926207859086f,3.0777499032511724e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.000009914448613738104f,-0.0000013002950065171942f,1.1376107230962309e-7f,0.0000019375f,-0.0000012265449964846555f,0.000008982991779853435f,-0.000004219175992380989f,1.3749993069551227f,4.464258697085571e-7f,-0.0000041970336642814885f,-0.000009065628073318632f,1.7908548444050766e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00001f,5.175581015019658e-22f,1.1099069304367545e-21f,-7.81250000000001e-8f,0f,0.000009063077870366501f,-0.000004226182617406994f,1.3749979003743005f,-1.2246467991473532e-21f,-0.000004226182617406994f,-0.000009063077870366501f,7.642012577432908e-7f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00001f,4.188538737676991e-22f,1.1507915602278503e-21f,0f,0f,0.000009396926207859086f,-0.000003420201433256687f,1.375f,-1.2246467991473532e-21f,-0.000003420201433256687f,-0.000009396926207859086f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.000007364160640053198f,0.0000020338670806338616f,-0.000006452326926451045f,-0.000010941571942183908f,-0.0000010271123718056198f,0.000009762960071199335f,0.0000019051642511477414f,1.37500903125f,0.000006686866100287571f,-7.402670778046226e-7f,0.000007398501632786432f,-0.000004534230915993396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0000013430396596504579f,0.0000020338670806338616f,-0.000009698434366995525f,-0.000010620928057816094f,0.0000010271123718056198f,0.000009762960071199335f,0.0000019051642511477414f,1.37500903125f,0.000009856027833173454f,-7.402670778046226e-7f,-0.0000015201052612331767f,-0.000003653269084006607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.0000034202014332566835f,0.0000020338670806338616f,-0.000009174181535933483f,-0.000009405122769609978f,0f,0.000009762960071199335f,0.0000021643961393810285f,1.3750087065905792f,0.000009396926207859086f,-7.402670778046226e-7f,0.0000033391290028343748f,-0.000004594619350425158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.000007250516652084652f,-0.0000026635455445832915f,0.0000063510261698227724f,0.000010201636291640687f,9.136765487057916e-7f,0.000009512339825883555f,0.0000029462834556869614f,1.375008715910387f,-0.000006826067934190833f,-0.0000015559293585635981f,0.000007140299740835227f,-0.000004759230915993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0000013208700287595514f,-0.0000026635455445832915f,0.0000095478179443816f,0.000009885863708359312f,-0.0000019592332344648524f,0.000009512339825883555f,0.0000023826028141253466f,1.3750087715896133f,-0.000009716825999270192f,-0.0000015559293585635981f,-0.0000017783071531843817f,-0.000003878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0000033682408883346562f,-0.0000026635455445832915f,0.00000903108401301201f,0.000008689087398048198f,-5.939117461388488e-7f,0.000009512339825883555f,0.000003026988581859524f,1.3750082897017128f,-0.000009396926207859086f,-0.0000015559293585635981f,0.0000030457940959971335f,-0.00000477561911439957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5625000000000003e-10f,0f,1.9135106236677395e-26f,-7.217500000000086e-8f,0f,1.5625000000000003e-10f,0f,1.375001661225f,-1.9135106236677395e-26f,0f,-1.5625000000000003e-10f,0.000006875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1.mcfunction new file mode 100644 index 000000000..56fbd4658 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10.mcfunction new file mode 100644 index 000000000..aa739926b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100.mcfunction new file mode 100644 index 000000000..ba4654825 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..47b03658e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5530866699520827f,0.05295156880990875f,0.5985279536716142f,0.08584210356747234f,-0.04074421465066764f,0.814922016438099f,-0.03444503652788824f,1.4394886430226712f,-0.5994826844357231f,-0.006533217390898241f,0.5545469074629368f,0.331172202584159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5204073229467886f,-0.1594150869696028f,0.5863130974742343f,0.08584210356747234f,0.26861819596056835f,0.7527986032570027f,-0.033742076598747665f,1.4394886430226712f,-0.5449958559679575f,0.21881748783125177f,0.5432296236371627f,0.331172202584159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7945287354988302f,-0.18466938678946457f,-0.03956956524751669f,0.14938451018683221f,0.17878154549539224f,0.7905823106651932f,-0.09980587907537004f,1.445997342885932f,0.06087439446395626f,0.08843795616437279f,0.8095785820119994f,0.30577588637145403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7882959198453471f,0.1307174369409212f,-0.03876202309960819f,0.14938451018683221f,-0.13456666926225455f,0.7825171112451564f,-0.0977690244003625f,1.445997342885932f,0.021939787575117106f,0.10285874920555849f,0.7930565701342035f,0.30577588637145403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5928948362186661f,0.7750510007070522f,-1.2203187737178507f,0.46836304596605494f,0.14648723424112137f,-1.2799639277679136f,-0.8841041136751495f,2.423783489544506f,-1.438201464812781f,-0.4498828068685577f,0.4130233125314356f,-0.08665100110027496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7810040151794242f,0.3775973531057196f,0.49744644656603226f,0.5108115502916071f,0.5658266327520959f,-0.09069152808803996f,-0.8195213654331904f,1.8892944696414493f,-0.26433492002011894f,0.9215179247635994f,-0.2844850864234302f,-0.16655217366003272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7810040151794242f,0.3775973531057196f,0.49744644656603226f,0.2545446078108586f,0.5658266327520959f,-0.09069152808803996f,-0.8195213654331904f,1.7036326057696678f,-0.26433492002011894f,0.9215179247635994f,-0.2844850864234302f,-0.0798172780284312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.431371717837594f,-0.8515151335664836f,0.2980610983625618f,-0.5978119015789944f,0.6961284998286756f,-0.5243143147688794f,-0.49040759685665375f,1.4400652344076117f,0.5738671908866378f,-0.004059142236243485f,0.818938319159743f,0.1458031347978233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7518532315761985f,-0.5881124890795386f,0.2980610983625618f,-0.31258481378982106f,0.6492027575942187f,0.5814087791539994f,-0.49040759685665375f,1.6091967558964972f,0.11511949313860434f,0.5622166234747296f,0.818938319159743f,0.14327337643305701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.4025032176773684f,0.9119138190047683f,0.08002716081121442f,-0.0440489123586566f,-0.8379215254359118f,0.4022202555983093f,-0.36892598606981486f,1.410946894636365f,-0.36861724996331835f,0.08143741581465869f,0.9260071653798965f,-0.25224241679647336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8085178486835708f,0.5199963211382899f,0.27550447249134646f,0.05517230080784366f,-0.4528023168389115f,0.8487479195692098f,-0.2731245702829612f,1.5683801009913234f,-0.375857619618659f,0.09607702654424072f,0.9216833809638822f,-0.22846745318840397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.4025032176773684f,0.9119138190047683f,0.08002716081121442f,-0.3329265959311302f,-0.8379215254359118f,0.4022202555983093f,-0.36892598606981486f,1.3813569209542158f,-0.36861724996331835f,0.08143741581465869f,0.9260071653798965f,-0.1367852065786115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8085178486835708f,0.5199963211382899f,0.27550447249134646f,-0.23370538276462996f,-0.4528023168389115f,0.8487479195692098f,-0.2731245702829612f,1.5387901273091742f,-0.375857619618659f,0.09607702654424072f,0.9216833809638822f,-0.11301024297054213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9712009344830772f,-0.12371180215013967f,0.2036274413431602f,-0.37658541455202826f,0.14732730521586987f,0.9834800886103388f,-0.10517404834287927f,2.1813116453397448f,-0.18725226299574416f,0.13214501623506308f,0.9733829075380396f,0.13701181824732833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9712009344830772f,-0.12371180215013967f,0.2036274413431602f,-0.37845140170045494f,0.14732730521586987f,0.9834800886103388f,-0.10517404834287927f,2.0429917932857125f,-0.18725226299574416f,0.13214501623506308f,0.9733829075380396f,0.2187702986619771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9712009344830772f,-0.12371180215013967f,0.2036274413431602f,0.19399513445677957f,0.14732730521586987f,0.9834800886103388f,-0.10517404834287927f,2.267866437154068f,-0.18725226299574416f,0.13214501623506308f,0.9733829075380396f,0.027001113737328646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9712009344830772f,-0.12371180215013967f,0.2036274413431602f,0.26496921739458373f,0.14732730521586987f,0.9834800886103388f,-0.10517404834287927f,2.140596132991226f,-0.18725226299574416f,0.13214501623506308f,0.9733829075380396f,0.09471567442729656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9124235223999709f,-0.3549918039944968f,0.2036274413431602f,-0.29737307527556667f,0.38087642193586013f,0.9186248259047359f,-0.10517404834287927f,2.290833357882611f,-0.14972129769864415f,0.1735201669208118f,0.9733829075380396f,0.15474793810952298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9567230277107434f,-0.20788678019543638f,0.2036274413431602f,-0.18926787653351115f,0.23248261794056063f,0.9668972292393195f,-0.10517404834287927f,2.3273556644761664f,-0.17502251456167323f,0.14796227461519137f,0.9733829075380396f,0.13607904014989405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8780119010825747f,-0.4331639028005459f,0.2036274413431602f,-0.16700004404687813f,0.45949050116882395f,0.8819336136528605f,-0.10517404834287927f,2.3283718169346366f,-0.1340282839291242f,0.185908941204576f,0.9733829075380396f,0.13153050241470968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9688939472244249f,-0.14064275368432883f,0.2036274413431602f,-0.1969268983793257f,0.1644689607830929f,0.9807590838193135f,-0.10517404834287927f,2.331274958854662f,-0.18491749503711746f,0.13539289250913453f,0.9733829075380396f,0.13810475383647985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9349638810123723f,-0.29047961431797603f,0.2036274413431602f,-0.26762206163991736f,0.31586859756588104f,0.9429556981252796f,-0.10517404834287927f,2.415824164131802f,-0.1614607391103042f,0.16265345074343396f,0.9733829075380396f,0.19413394542276205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9349638810123723f,-0.29047961431797603f,0.2036274413431602f,-0.20226414841837287f,0.31586859756588104f,0.9429556981252796f,-0.10517404834287927f,2.2036591320536147f,-0.1614607391103042f,0.16265345074343396f,0.9733829075380396f,0.15753691900548947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9816025938984737f,-0.018391415665839156f,0.190047634769797f,0.084693706732278f,-0.08511032368125492f,0.8488466127987446f,0.5217429067490715f,2.3158867778728f,-0.1709168817134803f,-0.5283192063231326f,0.8316647376049051f,0.015758560166380248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9666403858204483f,-0.17172146347879885f,0.190047634769797f,-0.02837928059085726f,0.048726391410129896f,0.8517100903694735f,0.5217429067490715f,2.31885723647224f,-0.25145994369092145f,-0.49507742924064224f,0.8316647376049051f,0.03973389204168709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9916634296650506f,-0.009754041498879124f,0.12848541138739147f,-0.03780553358447328f,-0.10600895373341832f,0.5050891747477422f,0.8565319768000441f,2.3447313544782062f,-0.07325123885160617f,-0.8630120417625025f,0.4998444475830674f,0.09756768139759359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.940113802167555f,-0.31571749719436837f,0.12848541138739147f,-0.012360847064563384f,0.05526063243807091f,0.5131269192135155f,0.8565319768000441f,2.3504519872798824f,-0.3363514552913479f,-0.7981373482952485f,0.4998444475830674f,0.08122424500092679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9779285390108995f,-0.16476429118173683f,0.12848541138739147f,0.021001641301630576f,-0.025690452751911952f,0.5154541428259268f,0.8565319768000441f,2.432352027121299f,-0.20735422162427544f,-0.8409279130787426f,0.4998444475830674f,-0.005175826615015672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9779285390108995f,-0.08681975067007067f,0.190047634769797f,0.040536085202396446f,-0.025690452751911952f,0.852715861172074f,0.5217429067490715f,2.2404909583575825f,-0.20735422162427544f,-0.5151096883180857f,0.8316647376049051f,0.11072385325655343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9712009344830772f,-0.12371180215013967f,0.2036274413431602f,-0.023825090548015362f,0.14732730521586987f,0.9834800886103388f,-0.10517404834287927f,1.7213281888035148f,-0.18725226299574416f,0.13214501623506308f,0.9733829075380396f,0.03598784944998786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9244085874319156f,-0.05374944101741948f,0.3775973531057197f,-0.0036690501664830583f,0.09468791578287714f,0.991367361444662f,-0.09069152808804017f,1.3495654282617666f,-0.3694630726971579f,0.1195899337426188f,0.9215179247635994f,-0.008858375703494188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8957403300800691f,0.07018415382257712f,0.439002785435648f,-0.23588868578883757f,-0.10353163350759768f,0.9932420357358551f,0.05245435454318986f,0.7611329993618972f,-0.43235455581189064f,-0.09243615634319194f,0.8969532290310346f,-0.09274801915334072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9059141995602519f,0.26668483439710683f,0.3289356504511117f,-0.13714646436771388f,-0.16743587826453f,0.9390617468595157f,-0.3002136943161327f,1.0902934280705663f,-0.3889533258694336f,0.21689221905762912f,0.8953619802110002f,-0.004463094647308256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9196225870811743f,-0.25415602706809237f,0.29949793193792024f,0.011917293085859995f,0.13159080047887559f,0.9177414243440064f,0.3747459663190027f,0.9958121574300435f,-0.3701056046042221f,-0.3052136824390372f,0.8774203379752181f,-0.3439293434868801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9196225870811743f,0.3479398191295627f,0.18229695442934649f,0.115830842551097f,0.13159080047887559f,0.16438442709823456f,-0.9775794706093791f,1.1047396427934293f,-0.3701056046042221f,0.922992763997461f,0.10538595280620079f,-0.047000302645562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9418972665247355f,0.021310241528098156f,0.3352244217225908f,0.0061529428811272924f,0.1521203634349164f,0.86271745154208f,-0.48226340710566856f,1.2796078745832544f,-0.2994811084887663f,0.5052370457624351f,0.8093494877045311f,-0.0014774667861377948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8778053790299672f,0.3421729148059649f,0.3352244217225908f,0.0061529428811272924f,-0.1521203634349164f,0.86271745154208f,-0.48226340710566856f,1.2796078745832544f,-0.4542214345167833f,0.37233895200197464f,0.8093494877045311f,-0.0014774667861377948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9238872460075693f,0.1845452349569171f,0.3352244217225908f,0.0061529428811272924f,0f,0.8760262588340787f,-0.48226340710566856f,1.2796078745832544f,-0.38266480980689765f,0.44555701104108336f,0.8093494877045311f,-0.0014774667861377948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.906180635811417f,-0.1812488368943448f,0.3820805077530954f,0.0023407917412713525f,0.17338302920213944f,0.9833040213443398f,0.05524062628844846f,1.272214465409859f,-0.3857135990150024f,0.016188289980636088f,0.922476535637843f,-0.010681338497632274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9135220097432858f,0.13961383638352193f,0.3820805077530954f,0.0023407917412713525f,-0.17338302920213944f,0.9833040213443398f,0.05524062628844846f,1.272214465409859f,-0.3679889439905472f,-0.11670980377982443f,0.922476535637843f,-0.010681338497632274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9238872460075693f,-0.021138643752283047f,0.3820805077530954f,0.0023407917412713525f,0f,0.9984730708473113f,0.05524062628844846f,1.272214465409859f,-0.38266480980689765f,-0.051036110089367995f,0.922476535637843f,-0.010681338497632274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.899889971364768f,-0.1771313702585339f,0.39852542843268024f,0.17498490000080597f,0.2580791704648363f,0.9529140566032982f,-0.15921665270953397f,1.3424207827113215f,-0.3515582188049359f,0.24612858102662635f,0.903231720209449f,-0.10017561495840091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8849231316308183f,0.29928801467666566f,0.35684413316685687f,-0.18302140782712717f,-0.2580791704648363f,0.9529140566032982f,-0.15921665270953397f,1.3424207827113215f,-0.3876934264040177f,0.048800461050551205f,0.9204956937022389f,0.048106998841771935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9238872460075693f,0.06205978410006963f,0.377598914010623f,0.0007574611210464776f,0f,0.9867615321125792f,-0.16217792310556742f,1.1678262309685503f,-0.38266480980689765f,0.14983411474123004f,0.9116563943697005f,-0.018587262660780875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9238872460075693f,0.02891371407390281f,0.38157090272058447f,0f,0f,0.9971413439169774f,-0.07555885289920806f,1.390625f,-0.38266480980689765f,0.06980786051654038f,0.9212461701117428f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7237586633966901f,0.6202356938908706f,0.3024583957868361f,-0.9607752627748639f,0.18692493614661376f,0.5981429794068782f,-0.7792843155311463f,0.5722685695234087f,-0.6642533141842958f,-0.5074767582953656f,-0.5488486807720377f,0.6245007000829645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5281236710953447f,0.6202356938908706f,0.5799940276007037f,-1.0208820172851334f,-0.15992825761055918f,0.5981429794068782f,-0.7852693350716767f,0.5735647638099249f,-0.8339714266366843f,-0.5074767582953656f,-0.2167002522924245f,0.5525662824331788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6411387147762078f,0.6202356938908706f,0.4519389698165255f,-1.0586194855024775f,0.013826072389507449f,0.5981429794068782f,-0.801270126679226f,0.6931071856685507f,-0.7673004549310475f,-0.5074767582953656f,-0.3920680446716291f,0.6473436979588161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.46328521724397176f,-0.5906167941896622f,-0.6607106854776393f,0.7655767249699873f,-0.21279912553055852f,0.7978740312625938f,-0.5640155692976985f,0.5689004342682188f,0.86028096553198f,-0.12070141945272911f,-0.4953259812340361f,-0.7263146454329603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.14065059859711174f,-0.5906167941896622f,-0.7946000324285171f,0.794573557038433f,0.045501774948349574f,0.7978740312625938f,-0.601104498996079f,0.5769328990651148f,0.989013143285176f,-0.12070141945272911f,-0.08534734765224056f,-0.8151049925393941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3092995420634209f,-0.5906167941896622f,-0.7453224776568088f,0.8918735126527315f,-0.08567962450022457f,0.7978740312625938f,-0.5967043088350191f,0.6624223129919197f,0.9470970358019598f,-0.12070141945272911f,-0.29738589764351236f,-0.7261019343396503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001443573821886827f,0f,0.000005979137653232777f,-0.25641390054418256f,0f,0.000015625f,0f,1.5567475f,-0.000005979137653232777f,0f,0.00001443573821886827f,-0.6379343648949852f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101.mcfunction new file mode 100644 index 000000000..2cbc79c18 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..89d9fe5f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6897235823735293f,0.050206691849113146f,0.4344020170945781f,0.003648019616133605f,-0.03027467109379764f,0.8148020469419222f,-0.046103286584152574f,1.4339190208608736f,-0.4362445055842334f,0.02283323974529948f,0.6900100136626611f,0.346161218886743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6430381420503979f,-0.2131208354854051f,0.42553666980693367f,0.003648019616133605f,0.2780484196356882f,0.748765272750212f,-0.045162403184475994f,1.4339190208608736f,-0.38625253941750154f,0.18420118296390997f,0.6759281766491375f,0.346161218886743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7590511633403765f,-0.20525138478929394f,-0.22058477943444463f,0.06999189120204971f,0.18010070225588673f,0.7883836752355786f,-0.11383919410037395f,1.440780017714285f,0.24155643838035415f,0.05716199881532623f,0.778027915574293f,0.3372458508020242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7639034824828509f,0.09879061332380333f,-0.21608304924190497f,0.06999189120204971f,-0.1325485893106603f,0.781021808548724f,-0.11151594524118265f,1.440780017714285f,0.1971860566123443f,0.14228615284133345f,0.762149794848287f,0.3372458508020242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5097704310960509f,0.7679471350125642f,-1.2616645970328804f,0.4930788775194379f,-0.8131616527449929f,-0.9682871068848395f,-0.9179294390886583f,2.345906968918203f,-1.2330079010635646f,0.9560771550803735f,0.08375105640074641f,-0.3164557542180262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8074653421010434f,0.14329720733432533f,0.5722461285809003f,0.5295411852203462f,0.5874748410167413f,-0.10719112765196033f,-0.8021118209608034f,1.8998975335379198f,-0.05360067609647802f,0.9838576993259159f,-0.17073662465656253f,-0.025830173460980647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8074653421010434f,0.14329720733432533f,0.5722461285809003f,0.2645916198434413f,0.5874748410167413f,-0.10719112765196033f,-0.8021118209608034f,1.7071323513293015f,-0.05360067609647802f,0.9838576993259159f,-0.17073662465656253f,-0.0082424516168238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5900139579375341f,-0.7994920707018583f,0.11267634323024736f,-0.611212297462721f,0.6955792617135522f,-0.574187798177731f,-0.4318308269424951f,1.4253950329120546f,0.40994270345124517f,-0.17641088772710165f,0.8948889196869186f,0.01545384511818361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6806914782997661f,-0.723852991322367f,0.11267634323024736f,-0.3391041110430479f,0.6896442013591387f,0.5813028577547824f,-0.4318308269424951f,1.6068636290876999f,0.24708295550643497f,0.3716501507059895f,0.8948889196869186f,0.06876054888039884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.4840741806652003f,0.8629157923488093f,-0.14508109087107754f,0.018322143777974628f,-0.8308338383441507f,0.40123883178481445f,-0.3856456053558538f,1.4160015180790555f,-0.274567515696305f,0.30721936003934397f,0.9111689986722413f,-0.25321057946348813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8777900224469959f,0.476915321555737f,0.04512707123103123f,0.10802581076486925f,-0.44539506790395667f,0.8471836587918762f,-0.28966028682378897f,1.5730380773098835f,-0.1763743461485609f,0.23416153471780513f,0.9560650948964038f,-0.20332988486079717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.4840741806652003f,0.8629157923488093f,-0.14508109087107754f,-0.28977980255532404f,-0.8308338383441507f,0.40123883178481445f,-0.3856456053558538f,1.3841389445844532f,-0.274567515696305f,0.30721936003934397f,0.9111689986722413f,-0.21180747479808665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8777900224469959f,0.476915321555737f,0.04512707123103123f,-0.20007613556842943f,-0.44539506790395667f,0.8471836587918762f,-0.28966028682378897f,1.5411755038152812f,-0.1763743461485609f,0.23416153471780513f,0.9560650948964038f,-0.1619267801953957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9870582556097044f,-0.16035410935560238f,-0.0015998892145540067f,-0.40510557606208275f,0.1589983462719139f,0.9799138071322023f,-0.12036800436357621f,2.1761762992287377f,0.020869257665855914f,0.11855585267900048f,0.9927280513212221f,0.06924129194915049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9870582556097044f,-0.16035410935560238f,-0.0015998892145540067f,-0.4222259865918608f,0.1589983462719139f,0.9799138071322023f,-0.12036800436357621f,2.0364401349429304f,0.020869257665855914f,0.11855585267900048f,0.9927280513212221f,0.14670746801317042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9870582556097044f,-0.16035410935560238f,-0.0015998892145540067f,0.17479114910861857f,0.1589983462719139f,0.9799138071322023f,-0.12036800436357621f,2.269587827663487f,0.020869257665855914f,0.11855585267900048f,0.9927280513212221f,0.08150198082784085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9870582556097044f,-0.16035410935560238f,-0.0015998892145540067f,0.23170010774956834f,0.1589983462719139f,0.9799138071322023f,-0.12036800436357621f,2.1417765393480734f,0.020869257665855914f,0.11855585267900048f,0.9927280513212221f,0.16053335121679996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9189452369010325f,-0.39438191126293576f,-0.0015998892145540067f,-0.33263309671389296f,0.39133802161829856f,0.9123409978519031f,-0.12036800436357621f,2.2860555240161804f,0.04893060813827131f,0.10998550680515903f,0.9927280513212221f,0.10471615427410669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9693264194425477f,-0.24577170896014666f,-0.0015998892145540067f,-0.22345795707220195f,0.2437984252507286f,0.9623273202870193f,-0.12036800436357621f,2.323835189288503f,0.03112266723715641f,0.1162858362141064f,0.9927280513212221f,0.10947287595279691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8810757244351096f,-0.47297252368995807f,-0.0015998892145540067f,-0.2007449581896583f,0.4693646196047842f,0.8747619089722566f,-0.12036800436357621f,2.325123837645054f,0.05833028093883194f,0.1053023952508474f,0.9927280513212221f,0.10966572868088498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9841093567660885f,-0.17755622850223157f,-0.0015998892145540067f,-0.23141755870586822f,0.17607598408922792f,0.9769896577510636f,-0.12036800436357621f,2.3276519011038865f,0.02293516410330351f,0.1181735772815704f,0.9927280513212221f,0.10992282345155883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9442174239281387f,-0.32931883745848894f,-0.0015998892145540067f,-0.3132223345623645f,0.32674305100387124f,0.937416941465329f,-0.12036800436357621f,2.410593762407295f,0.041139214518401857f,0.11313081432031533f,0.9927280513212221f,0.15132657716839643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9442174239281387f,-0.32931883745848894f,-0.0015998892145540067f,-0.23912559613420462f,0.32674305100387124f,0.937416941465329f,-0.12036800436357621f,2.1996749505775965f,0.041139214518401857f,0.11313081432031533f,0.9927280513212221f,0.1258721439463255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9966579929148423f,0.0813922669746118f,0.006938590324511706f,0.06963049730858477f,-0.0735898255873463f,0.8577429234142714f,0.5087844483696056f,2.3168462117864057f,0.03545959290490889f,-0.5075946967901391f,0.8608659832177973f,0.04853180219265846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9971200349055263f,-0.07552146684427281f,0.006938590324511706f,-0.04598384457202595f,0.06149674264730361f,0.8586946696824244f,0.5087844483696056f,2.3184161036048914f,-0.044382278375195025f,-0.5068924662141683f,0.8608659832177973f,0.04853582606065528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9864790862696874f,0.1634801507075474f,0.011543512340712788f,-0.06752248878573973f,-0.0961010343098841f,0.5199648832603282f,0.848764461662153f,2.3431944858366007f,0.13275392106108622f,-0.838397734074175f,0.528645094503104f,0.10353755329502545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9887155079972848f,-0.1493599396374765f,0.011543512340712788f,-0.039310729918284264f,0.06928047050250759f,0.524212843248148f,0.848764461662153f,2.3494200798417215f,-0.13282266618548952f,-0.8383868459161213f,0.528645094503104f,0.09292603757445338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9999078216701467f,0.007148110638606249f,0.011543512340712788f,0.0102648645556083f,-0.013577442754470315f,0.5285967666072175f,0.848764461662153f,2.4331015832329084f,-0.0000348010205131373f,-0.8488429553496295f,0.528645094503104f,0.01660231286187855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9999078216701467f,0.01167065238838587f,0.006938590324511706f,0.007638967768221483f,-0.013577442754470315f,0.8607868714992613f,0.5087844483696056f,2.2394245371455748f,-0.0000348010205131373f,-0.5088317577818272f,0.8608659832177973f,0.13108945836278948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9870582556097044f,-0.16035410935560238f,-0.0015998892145540067f,-0.0335118366002905f,0.1589983462719139f,0.9799138071322023f,-0.12036800436357621f,1.7211054178426937f,0.020869257665855914f,0.11855585267900048f,0.9927280513212221f,0.03669817505278154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9859262282665558f,-0.08611261688200263f,0.14329720733432538f,-0.0012196052695395124f,0.10196023518272741f,0.9889965483226846f,-0.10719112765196044f,1.350231712221687f,-0.13248993492928474f,0.12029316115037214f,0.9838576993259159f,-0.008411760378608012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9739672233697102f,0.08689398882081344f,0.20937354777599199f,-0.20473809087280653f,-0.105834966659972f,0.9910784996315974f,0.08100844030139243f,0.7552033588696293f,-0.20046647508643398f,-0.10105860811821032f,0.9744743968374081f,-0.1301489341510158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9736310406722112f,0.20340237069548955f,0.10329604171991175f,-0.1311758177753107f,-0.17047024991163845f,0.9495950187463312f,-0.26307640385868586f,1.0894716076516249f,-0.1515997708923421f,0.23853045081835883f,0.9592292392842182f,-0.03358071035645559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9819630845469436f,-0.1758210681212174f,0.06953741864468582f,0.09683000377324899f,0.1331655119854442f,0.9042176374354026f,0.40578000267188225f,0.9934557378458393f,-0.13422163389225517f,-0.38920099711518275f,0.9113216429120077f,-0.3253323274949833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9819630845469436f,0.11223169059960234f,0.1521596142614958f,0.124456305588929f,0.1331655119854442f,0.1607701064408879f,-0.9779672383534326f,1.104785982006436f,-0.13422163389225517f,0.9805901388960326f,0.14292491908394672f,-0.012764552151569426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.986301785605717f,-0.10558384478846998f,0.12673136719320274f,0.006568235705063076f,0.1533696426155056f,0.8698024658465825f,-0.46895780527804054f,1.2796355416064453f,-0.06071688755993829f,0.4819706652140655f,0.8740810817299188f,0.0017441775219606253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9629323115290851f,0.2381187182533004f,0.12673136719320274f,0.006568235705063076f,-0.1533696426155056f,0.8698024658465825f,-0.46895780527804054f,1.2796355416064453f,-0.2218988871924443f,0.4321378789513942f,0.8740810817299188f,0.0017441775219606253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9896520875128807f,0.06728971875954934f,0.12673136719320274f,0.006568235705063076f,0f,0.8832205709044617f,-0.46895780527804054f,1.2796355416064453f,-0.14348778931113837f,0.4641050709488718f,0.8740810817299188f,0.0017441775219606253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9728645086801292f,-0.18179042912172488f,0.1431324129270162f,0.005155003475434371f,0.17321810301190263f,0.982368678440071f,0.07033682114558537f,1.2720922951501223f,-0.15339536022816544f,-0.04363507189918796f,0.9872010149715326f,-0.008003050677086987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9763695884546729f,0.1619121339200455f,0.1431324129270162f,0.005155003475434371f,-0.17321810301190263f,0.982368678440071f,0.07033682114558537f,1.2720922951501223f,-0.12922041452421715f,-0.0934678581618592f,0.9872010149715326f,-0.008003050677086987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9896520875128807f,-0.010092474973352973f,0.1431324129270162f,0.005155003475434371f,0f,0.9975232987710783f,0.07033682114558537f,1.2720922951501223f,-0.14348778931113837f,-0.06960898187574868f,0.9872010149715326f,-0.008003050677086987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9581761269986261f,-0.23433435002421596f,0.16427392382432793f,0.19436354582878174f,0.2583454440645414f,0.9552192903170504f,-0.14426967435079813f,1.3420392266499275f,-0.12311028056587214f,0.1806751776114214f,0.9758075317469495f,-0.05329868953209309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9536848937405352f,0.27599788031037187f,0.11962563903815081f,-0.18912663808245955f,-0.2583454440645414f,0.9552192903170504f,-0.14426967435079813f,1.3420392266499275f,-0.154086842339634f,0.1066830702144069f,0.9822810023345808f,0.0023028288259730346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9896520875128807f,0.02112628117751015f,0.14192401461699994f,0.005793024614911194f,0f,0.9891016880136919f,-0.14723400004233111f,1.1675963579798352f,-0.14348778931113837f,0.14571043549476456f,0.9788665503052643f,-0.014491972500396025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9896520875128807f,0.008676396391756921f,0.1432252276208725f,0f,0f,0.9981701461042338f,-0.060467837949214315f,1.390625f,-0.14348778931113837f,0.059842122053830535f,0.9878411687850921f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6040093503181989f,0.6959393826598133f,0.3883826468719536f,-1.1380422034002282f,0.19026778156646323f,0.599146645876271f,-0.777702686142327f,0.5637662080389755f,-0.773932087476649f,-0.39584298957830766f,-0.4943050187644709f,0.3254956502278237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3832807785250546f,0.6959393826598133f,0.6072595989165633f,-1.1854450652904975f,-0.15623018531266897f,0.599146645876271f,-0.7852486395609884f,0.5654004586276913f,-0.9103230053175612f,-0.39584298957830766f,-0.12091465416280506f,0.24462933827021466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5056305268295385f,0.6959393826598133f,0.5099079779736347f,-1.2382298310414082f,0.01743200627963487f,0.599146645876271f,-0.8004495123943052f,0.6846507601924792f,-0.8625739942144961f,-0.39584298957830766f,-0.3150784538913407f,0.3323242623327203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6417650022277341f,-0.5497904119755406f,-0.5346664238713722f,0.9655205606062257f,-0.21064584432822206f,0.7967337454086498f,-0.5664306375844753f,0.56069014576087f,0.7374049160284237f,-0.2508900991009215f,-0.627126899431242f,-0.474904808149746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.35567682429895325f,-0.5497904119755406f,-0.7557939531091639f,1.013410836995213f,0.04847396243104948f,0.7967337454086498f,-0.6023832782318398f,0.5684765209057968f,0.9333510977241333f,-0.2508900991009215f,-0.25672920860370574f,-0.5551229874452701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5108296148158662f,-0.5497904119755406f,-0.6608960640878709f,1.0886001084139f,-0.08305466821255295f,0.7967337454086498f,-0.5985960750081875f,0.6543727445845615f,0.8556605791522574f,-0.2508900991009215f,-0.45265785253097435f,-0.4471152199178619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015463313867388762f,0f,0.000002241996707986537f,-0.09150504120978341f,0f,0.000015625f,0f,1.5567475f,-0.000002241996707986537f,0f,0.000015463313867388762f,-0.6814214332844586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102.mcfunction new file mode 100644 index 000000000..c151622d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..c730659b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7775735859038425f,0.03689314112870709f,0.24690617466305106f,-0.07813807127688838f,-0.020198025734177186f,0.8143488684094949f,-0.05807240929271858f,1.4283202778932524f,-0.24882886228395068f,0.04918598481556318f,0.7762791898773547f,0.3412932936389759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7175536799175481f,-0.2581025738363272f,0.24186727313931536f,-0.07813807127688838f,0.286998149419719f,0.7445776669344127f,-0.0568872580826631f,1.4283202778932524f,-0.20675777776529125f,0.13779390146726425f,0.7604367574308781f,0.3412932936389759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6860167512684313f,-0.22117732401896417f,-0.3839349590273875f,-0.01299830678611015f,0.18186351200253645f,0.7858428813310294f,-0.12775395613402127f,1.4355154960047316f,0.4040434684853287f,0.021817461942220822f,0.7093781208729159f,0.34820140353605333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7037757384232094f,0.05699857206721304f,-0.37609955170029796f,-0.01299830678611015f,-0.1300007262148566f,0.7793831577076256f,-0.1251467325394494f,1.4355154960047316f,0.35749058895371805f,0.1712105611929045f,0.6949010163653053f,0.34820140353605333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9510838998327297f,-0.22964155718832105f,-1.218240707204898f,0.7650527150318414f,-1.2373383450070057f,-0.08119626718613851f,-0.950687770075098f,2.0948990956202245f,0.07641652605484728f,1.5433982543100013f,-0.23127601072862825f,-0.3088012881756941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7796740526111348f,-0.09114039299842625f,0.6195173931771584f,0.5114850812676824f,0.6084401728480625f,-0.12359657172051894f,-0.7839160946960808f,1.9101733906034726f,0.14801664686632185f,0.9881383082458786f,-0.04091156349277692f,0.10966275508647974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7796740526111348f,-0.09114039299842625f,0.6195173931771584f,0.25565453275465383f,0.6084401728480625f,-0.12359657172051894f,-0.7839160946960808f,1.710528958887702f,0.14801664686632185f,0.9881383082458786f,-0.04091156349277692f,0.06109479283346789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6945704957205449f,-0.7137701726441901f,-0.09002203684653659f,-0.5967576020731242f,0.6886907222835819f,-0.6234892774057863f,-0.370089462158177f,1.410829884279887f,0.2080310445943933f,-0.3190505627694354f,0.9246241522269857f,-0.10957528712535457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5893440466655685f,-0.8028509373114369f,-0.09002203684653659f,-0.3481191140392333f,0.7286052519095457f,0.5763403307849441f,-0.370089462158177f,1.6044757823212505f,0.3490100020768453f,0.15251949242260263f,0.9246241522269857f,-0.00785909340491263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5424940271811973f,0.7628344440372654f,-0.3518292788599074f,0.0766964961564644f,-0.8234915554924298f,0.4001390041639598f,-0.4021820923155741f,1.4210428691962445f,-0.16601773551456764f,0.5079098230365608f,0.845260742704631f,-0.23965931829182982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8986051531312408f,0.4008599090473218f,-0.1783819275727001f,0.15074284205550786f,-0.4378565023869817f,0.8453516805702042f,-0.306042839280011f,1.5776335415576577f,0.028115157538565097f,0.35311735935196437f,0.935156494091164f,-0.16760508532526674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5424940271811973f,0.7628344440372654f,-0.3518292788599074f,-0.23220299169122638f,-0.8234915554924298f,0.4001390041639598f,-0.4021820923155741f,1.3869224021211286f,-0.16601773551456764f,0.5079098230365608f,0.845260742704631f,-0.2724182885749489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8986051531312408f,0.4008599090473218f,-0.1783819275727001f,-0.15815664579218291f,-0.4378565023869817f,0.8453516805702042f,-0.306042839280011f,1.5435130744825418f,0.028115157538565097f,0.35311735935196437f,0.935156494091164f,-0.20036405560838577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9602267939829326f,-0.19632488419189734f,-0.19854733431677335f,-0.42232014836692866f,0.17167122134715826f,0.9758982829679206f,-0.13472762545758582f,2.170403576758335f,0.22021238811300664f,0.09528421247668796f,0.9707870121577976f,-0.0027033690310754657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9602267939829326f,-0.19632488419189734f,-0.19854733431677335f,-0.45240185520949894f,0.17167122134715826f,0.9758982829679206f,-0.13472762545758582f,2.029347905700178f,0.22021238811300664f,0.09528421247668796f,0.9707870121577976f,0.0681394222448943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9602267939829326f,-0.19632488419189734f,-0.19854733431677335f,0.14181309309804424f,0.17167122134715826f,0.9758982829679206f,-0.13472762545758582f,2.2712604192997907f,0.22021238811300664f,0.09528421247668796f,0.9707870121577976f,0.12667140898531595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9602267939829326f,-0.19632488419189734f,-0.19854733431677335f,0.1837483958041939f,0.17167122134715826f,0.9758982829679206f,-0.13472762545758582f,2.1430800898426705f,0.22021238811300664f,0.09528421247668796f,0.9707870121577976f,0.21403012936976124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8842086663202522f,-0.42279308229897056f,-0.19854733431677335f,-0.3601702073579712f,0.4026630149257885f,0.9053789059556416f,-0.13472762545758582f,2.280703435397766f,0.23672247636216323f,0.039179665780876005f,0.9707870121577976f,0.0478485466244403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9394620000298395f,-0.27926708817122914f,-0.19854733431677335f,-0.2547725469805568f,0.2560731002192069f,0.9572225625645713f,-0.13472762545758582f,2.3198455166557803f,0.22767897980283036f,0.07572885303289922f,0.9707870121577976f,0.07483690127525601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8439951402786701f,-0.49824809003315934f,-0.19854733431677335f,-0.2325819246901693f,0.480039731603334f,0.8668392717342469f,-0.13472762545758582f,2.321430389019203f,0.23923640874287286f,0.018398852071505975f,0.9707870121577976f,0.07959532401362412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9566542051185765f,-0.2130532512416738f,-0.19854733431677335f,-0.2627202421929151f,0.1886768484644421f,0.9727535730040197f,-0.13472762545758582f,2.323550114732629f,0.221841787502874f,0.0914264641297353f,0.9707870121577976f,0.0737255534897008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9115473329938542f,-0.36008390098349957f,-0.19854733431677335f,-0.3524620970022744f,0.338526108177422f,0.9312618004733195f,-0.13472762545758582f,2.4047992774990052f,0.2334127969800278f,0.05559715129119847f,0.9707870121577976f,0.09883765368838672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9115473329938542f,-0.36008390098349957f,-0.19854733431677335f,-0.2714432192809871f,0.338526108177422f,0.9312618004733195f,-0.13472762545758582f,2.195265372392509f,0.2334127969800278f,0.05559715129119847f,0.9707870121577976f,0.08632829464786708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9703844733679422f,0.16786376295085464f,-0.17371163154607816f,0.044655995318171174f,-0.06095701021512606f,0.8659943670548378f,0.4963244897593952f,2.3176011578440017f,0.23374819090648408f,-0.4710366369161429f,0.8505799609270581f,0.07383028354004965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9846971081969266f,0.013995505500324981f,-0.17371163154607816f,-0.0686253148074431f,0.07526483727105816f,0.8648683166445845f,0.4963244897593952f,2.3176473857219224f,0.15718399848321446f,-0.5018036674737971f,0.8505799609270581f,0.05066817516866645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9412771683643385f,0.3198896436300621f,-0.10801809206908089f,-0.10113528300050603f,-0.08500556009284438f,0.5341482255464808f,0.8411062524430833f,2.3413415377416498f,0.3267588515546509f,-0.7825319731766734f,0.5299739275539013f,0.1005155476922185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9940591208189894f,0.0133624886279958f,-0.10801809206908089f,-0.07147158121417191f,0.0842157873614661f,0.5342733132585237f,0.8411062524430833f,2.348091165295701f,0.06895045667481892f,-0.8452061704918074f,0.5299739275539013f,0.0958493984004552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9797302497350424f,0.1687030810028874f,-0.10801809206908089f,-0.00893956313509877f,-0.00039980867390942976f,0.5408697738404102f,0.8411062524430833f,2.4335140014656997f,0.20032093726601688f,-0.8240140521896193f,0.5299739275539013f,0.0319875920770977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9797302497350424f,0.09976425622291187f,-0.17371163154607816f,-0.031386520785253905f,-0.00039980867390942976f,0.8681369943840087f,0.4963244897593952f,2.238183177729298f,0.20032093726601688f,-0.4861946648845387f,0.8505799609270581f,0.14138139167611874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9602267939829326f,-0.19632488419189734f,-0.19854733431677335f,-0.0445937626873739f,0.17167122134715826f,0.9758982829679206f,-0.13472762545758582f,1.7207866433353938f,0.22021238811300664f,0.09528421247668796f,0.9707870121577976f,0.03468459013775914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9884783611126104f,-0.12084683850320606f,-0.09114039299842619f,0.0007238017513283736f,0.10918549464037025f,0.9863074648501209f,-0.12359657172051894f,1.3509213440165984f,0.1048287049059809f,0.11222132776218488f,0.9881383082458786f,-0.007398407773060197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9934515813842859f,0.11163079385787154f,-0.024341760571549617f,-0.17089858479651165f,-0.10834419651002408f,0.988069608596203f,0.10945311165582994f,0.7498741241820341f,0.03626969158482804f,-0.10609907837115107f,0.9936938638439575f,-0.1575542320287773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9808954409760511f,0.14770598701024573f,-0.12659808558476335f,-0.11978167919043067f,-0.17346941898705265f,0.9586612787536611f,-0.2255591126394357f,1.0887186902754327f,0.08804825125289162f,0.24321080160988817f,0.9659689495173139f,-0.05943950267973652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9855621999271283f,-0.07471833724530158f,-0.1519352498734121f,0.17121640525537507f,0.13471211065234898f,0.8896434461569568f,0.43633380106698466f,0.9911562519755563f,0.10256606319045344f,-0.4505016190750828f,0.8868644168599509f,-0.2876723145836323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9855621999271283f,-0.12345087441791902f,0.11587506927829636f,0.12347636501352639f,0.13471211065234898f,0.15716151819946692f,-0.9783419159173482f,1.104897720376738f,0.10256606319045344f,0.9798265860868899f,0.17152277947526995f,0.021673923551971397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9724262678012697f,-0.21650439259502882f,-0.08667757309218183f,0.00579704114597238f,0.15458383125648922f,0.8766884718117792f,-0.45554490723351565f,1.2796886027031904f,0.1746167025348897f,0.42958488262435934f,0.8859829771595259f,0.004934958840388245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9878306514972234f,0.12914179139775153f,-0.08667757309218183f,0.00579704114597238f,-0.15458383125648922f,0.8766884718117792f,-0.45554490723351565f,1.2796886027031904f,0.017159343712279923f,0.4634001738313297f,0.8859829771595259f,0.004934958840388245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9952485209944286f,-0.044355155069638406f,-0.08667757309218183f,0.00579704114597238f,0f,0.8902128046111265f,-0.45554490723351565f,1.2796886027031904f,0.0973672504408037f,0.45338039517070056f,0.8859829771595259f,0.004934958840388245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9815726587141933f,-0.16463263209544882f,-0.09701140197973673f,0.006744806500543685f,0.17301354501056887f,0.9812085723660495f,0.08541692313736737f,1.2719972448373527f,0.08112600635816698f,-0.10062720290609117f,0.9916111824337555f,-0.00475271399741389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9786842605842998f,0.18101355189733154f,-0.09701140197973673f,0.006744806500543685f,-0.17301354501056887f,0.9812085723660495f,0.08541692313736737f,1.2719972448373527f,0.11065003988900264f,-0.06681191169912082f,0.9916111824337555f,-0.00475271399741389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9952485209944286f,0.00831681094699893f,-0.09701140197973673f,0.006744806500543685f,0f,0.9963452961909065f,0.08541692313736737f,1.2719972448373527f,0.0973672504408037f,-0.08501106642035969f,0.9916111824337555f,-0.00475271399741389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9601930800773564f,-0.26933657949467915f,-0.07407466447892741f,0.20139826368131516f,0.2585526089587538f,0.9573059725641156f,-0.12928968749940775f,1.3416687868757917f,0.10573456091638662f,0.10499086550352421f,0.9888362456891635f,-0.004532571862478742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9624794199316768f,0.24388155429688516f,-0.11897543310162026f,-0.1842605382040259f,-0.2585526089587538f,0.9573059725641156f,-0.12928968749940775f,1.3416687868757917f,0.08236452275466931f,0.15520007205799935f,0.9844435093110154f,-0.042262381408290174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9952485209944286f,-0.012877441072561922f,-0.0965119317484884f,0.008762273332623926f,0f,0.9912155402515418f,-0.13225639025712255f,1.1674175133123872f,0.0973672504408037f,0.13162797679546315f,0.9865058004220404f,-0.009326951010031946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9952485209944286f,-0.004416869425924267f,-0.0972670176518049f,0f,0f,0.9989705697907147f,-0.045362988129253864f,1.390625f,0.0973672504408037f,0.04514744684352773f,0.9942239821011705f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.47415914872776166f,0.7496196659038759f,0.4617829123819178f,-1.2241664844333935f,0.19345342633639784f,0.6003780336512388f,-0.7759651980261614f,0.5552694593841075f,-0.8589230894070039f,-0.278597511114571f,-0.4296912301691692f,-0.011193903066229291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2345762370542356f,0.7496196659038759f,0.6189057646359716f,-1.2581950689674384f,-0.1526087164434956f,0.6003780336512388f,-0.7850202522066171f,0.5572305406158928f,-0.9600440451744614f,-0.278597511114571f,-0.026435924909536224f,-0.09852815805825231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.36297156836314526f,0.7496196659038759f,0.5534636366105367f,-1.3242003221919965f,0.02091819980570947f,0.6003780336512388f,-0.7994427094082229f,0.6761664064112336f,-0.931565386581579f,-0.278597511114571f,-0.2336008504348376f,-0.019820902997015152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7846955768060844f,-0.4831745970311124f,-0.3883235255876064f,1.0848120692352201f,-0.2084241132298748f,0.7956293224949053f,-0.568799938652105f,0.5524825254498145f,0.5837912647216523f,-0.3653988094809835f,-0.7250320470603856f,-0.18008201938162344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5470630983357156f,-0.4831745970311124f,-0.6835673157949763f,1.148753934655144f,0.05148884452492507f,0.7956293224949053f,-0.6035916501044278f,0.5600174745501858f,0.835506352656169f,-0.3653988094809835f,-0.41038134058588105f,-0.24822690098453729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6820465644791887f,-0.4831745970311124f,-0.5489579152047612f,1.1991266892258963f,-0.08037279040396147f,0.7956293224949053f,-0.6004283435589787f,0.6463142515338469f,0.7268787370977475f,-0.3653988094809835f,-0.5814903366222548f,-0.12693090968974213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001555075814053795f,0f,-0.000001521363288137558f,0.07412319087832983f,0f,0.000015625f,0f,1.5567475f,0.000001521363288137558f,0f,0.00001555075814053795f,-0.6835306100536132f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103.mcfunction new file mode 100644 index 000000000..31e5e18c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..18b0c6b7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8149766820548326f,0.014899532583112723f,0.05035331250419753f,-0.15491127034353072f,-0.010528107041740502f,0.8135641900044666f,-0.07033428857206322f,1.4226948554123153f,-0.051445224398949406f,0.0695396082504451f,0.812072703774336f,0.3182445381108863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7431595888593888f,-0.29202876811957507f,0.049325693881662885f,-0.15491127034353072f,0.2954555109240307f,0.7402425165730195f,-0.0688988949277354f,1.4226948554123153f,-0.020490645450157295f,0.08222052814356388f,0.7954997914524109f,0.3182445381108863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5828209318825528f,-0.231569900323963f,-0.5231057130905252f,-0.09439984355005107f,0.1840642435986143f,0.7829650870015812f,-0.14152904722890225f,1.4302073301215152f,0.5416498500253341f,-0.016896693315578724f,0.6109618532829825f,0.3394657657204112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6142768597948031f,0.008907647424046386f,-0.5124300862927594f,-0.09439984355005107f,-0.12693020041260228f,0.7776036784336473f,-0.1386406993262716f,1.4302073301215152f,0.4965406969663741f,0.1877582837156057f,0.5984932440323094f,0.3394657657204112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2189531249876196f,-1.086037240409528f,-1.1018116406635994f,0.9515859678984624f,-0.901325471659675f,0.8148870539663529f,-0.9823328017609424f,1.8406675457843777f,1.257409310127621f,0.77323246939177f,-0.5122886150234894f,0.08623876677542078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7051594500247037f,-0.3121713604387254f,0.6366311269194216f,0.46144435010377677f,0.6286929931270029f,-0.13989916430259694f,-0.7649662373075332f,1.9201104846161678f,0.3278647136150333f,0.9396686998880349f,0.09760872920421586f,0.23120030934984054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7051594500247037f,-0.3121713604387254f,0.6366311269194216f,0.23006390556442086f,0.6286929931270029f,-0.13989916430259694f,-0.7649662373075332f,1.71382059624637f,0.3278647136150333f,0.9396686998880349f,0.09760872920421586f,0.12361970019490776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7377520096427848f,-0.6059974299116717f,-0.2974711535737219f,-0.5582168447886878f,0.6749165137794796f,-0.6715635173461003f,-0.30576157639161833f,1.3964794885786063f,-0.014480044743908738f,-0.42634441137439905f,0.9044450072801726f,-0.22367108849983236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4879092942364006f,-0.8206433046027101f,-0.2974711535737219f,-0.3405839406236173f,0.7655956923173349f,0.5660151007770491f,-0.30576157639161833f,1.6020358243965294f,0.419294355438847f,-0.07855871882286616f,0.9044450072801726f,-0.08260033316641095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.576112747673054f,0.6222077034091738f,-0.5300487485004429f,0.12806583280728365f,-0.8159023979382432f,0.3989214040072906f,-0.41852716813066837f,1.426068149173046f,-0.04896303715282423f,0.6735868817332578f,0.7374844633954245f,-0.21393977004925369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.873916906953232f,0.2995373409962935f,-0.38281408162470504f,0.18183649623393427f,-0.43019376378779606f,0.843255141971192f,-0.3222640084422006f,1.5821643382398807f,0.22627983856142833f,0.44631619608525863f,0.8657940215620565f,-0.12484427064850487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.576112747673054f,0.6222077034091738f,-0.5300487485004429f,-0.1648225673002422f,-0.8159023979382432f,0.3989214040072906f,-0.41852716813066837f,1.3897061459114919f,-0.04896303715282423f,0.6735868817332578f,0.7374844633954245f,-0.31665510386685164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.873916906953232f,0.2995373409962935f,-0.38281408162470504f,-0.11105190387359155f,-0.43019376378779606f,0.843255141971192f,-0.3222640084422006f,1.5458023349783265f,0.22627983856142833f,0.44631619608525863f,0.8657940215620565f,-0.22755960446610282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.896381712739853f,-0.2288813542048204f,-0.3796223791650528f,-0.4277591196941024f,0.18529030748902342f,0.9714463948343458f,-0.14818705717428773f,2.1640162837503656f,0.40270004596000575f,0.06249182075055924f,0.9131962797356815f,-0.07693153367533197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.896381712739853f,-0.2288813542048204f,-0.3796223791650528f,-0.468352862692968f,0.18529030748902342f,0.9714463948343458f,-0.14818705717428773f,2.0217445612551446f,0.40270004596000575f,0.06249182075055924f,0.9131962797356815f,-0.01423211176743194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.896381712739853f,-0.2288813542048204f,-0.3796223791650528f,0.09886513654056125f,0.18529030748902342f,0.9714463948343458f,-0.14818705717428773f,2.2728743394001665f,0.40270004596000575f,0.06249182075055924f,0.9131962797356815f,0.15965474332617144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.896381712739853f,-0.2288813542048204f,-0.3796223791650528f,0.12550002199718457f,0.18529030748902342f,0.9714463948343458f,-0.14818705717428773f,2.1444993899666223f,0.40270004596000575f,0.06249182075055924f,0.9131962797356815f,0.25255666868107185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8143839339067882f,-0.43893696293610185f,-0.3796223791650528f,-0.3785640075634076f,0.4148005467887529f,0.8977645027900001f,-0.14818705717428773f,2.274797637682327f,0.40585627330159085f,-0.03678641187524463f,0.9131962797356815f,-0.01454962345139283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8730223852710287f,-0.30613520551016077f,-0.3796223791650528f,-0.2810899553093962f,0.2692523540096766f,0.951600633641168f,-0.14818705717428773f,2.3154011171163273f,0.40661417175982845f,0.027156398895646475f,0.9131962797356815f,0.03255990021458136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7730290801449436f,-0.5082449119148436f,-0.3796223791650528f,-0.2602672985023996f,0.49146743752965716f,0.8581959880668617f,-0.14818705717428773f,2.3173046526122443f,0.4011057206003111f,-0.07201913342033463f,0.9131962797356815f,0.0415249234222381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8922506590437821f,-0.24449051243964748f,-0.3796223791650528f,-0.2887404428928776f,0.20221616419240193f,0.9680646770879187f,-0.14818705717428773f,2.31898453830068f,0.4037293454472292f,0.05545421806916624f,0.9131962797356815f,0.029961028853677907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8430188303049629f,-0.38105918305207775f,-0.3796223791650528f,-0.3831157149810031f,0.35116522753729973f,0.9245126170338083f,-0.14818705717428773f,2.3984626945432184f,0.40743371819220925f,-0.00838569955234416f,0.9131962797356815f,0.03784615598194518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8430188303049629f,-0.38105918305207775f,-0.3796223791650528f,-0.29737739879428576f,0.35116522753729973f,0.9245126170338083f,-0.14818705717428773f,2.190447355710612f,0.40743371819220925f,-0.00838569955234416f,0.9131962797356815f,0.03973293838122261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9080006435242486f,0.2396865829676093f,-0.343635232921279f,0.012896156681865695f,-0.04726612381459317f,0.8735593680552493f,0.48441711780495256f,2.3181453816134443f,0.4162940606099177f,-0.423608749234745f,0.8045215240580459f,0.08937659967444989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9343168912456412f,0.09469304846829565f,-0.343635232921279f,-0.0937688875234296f,0.08997059302580523f,0.8701984534392876f,0.48441711780495256f,2.3165514406673906f,0.34490178185052267f,-0.48351616126418506f,0.8045215240580459f,0.044776506379223535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8619401198402834f,0.45501663427203265f,-0.2236494854576445f,-0.13571475723982113f,-0.07276970666361415f,0.5475725953821204f,0.8335879213247877f,2.3391776103795427f,0.501760699538943f,-0.7022279653518793f,0.5050862154879605f,0.08757454228324713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9603616403436754f,0.16639238988287897f,-0.2236494854576445f,-0.10583698741034875f,0.10000113391575496f,0.5432595610175519f,0.8335879213247877f,2.346468010222566f,0.260202407698254f,-0.8229110656395873f,0.5050862154879605f,0.08877227561997339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9225084904241755f,0.3145774829034014f,-0.2236494854576445f,-0.03373511663341962f,0.013785435209112795f,0.5522147582213963f,0.8335879213247877f,2.4335838539623724f,0.38573053660736306f,-0.772075040428484f,0.5050862154879605f,0.03879433517402586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9225084904241755f,0.17576379544845763f,-0.343635232921279f,-0.07328197060932252f,0.013785435209112795f,0.8747285394644663f,0.48441711780495256f,2.2367699325828676f,0.38573053660736306f,-0.4516160653208815f,0.8045215240580459f,0.14040794987122404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.896381712739853f,-0.2288813542048204f,-0.3796223791650528f,-0.056164791322925754f,0.18529030748902342f,0.9714463948343458f,-0.14818705717428773f,1.7203732123308337f,0.40270004596000575f,0.06249182075055924f,0.9131962797356815f,0.029506002249821656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9372428803440827f,-0.15532168221521084f,-0.31217136043872534f,0.002080839507778313f,0.11635841043697345f,0.9833051124386651f,-0.1398991643025972f,1.3516337951663344f,0.3286890682163135f,0.09479573242409865f,0.939668699888035f,-0.0060423974092153375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9581844008411745f,0.1428337369612882f,-0.24795398276759542f,-0.13700086397777766f,-0.11106520632024638f,0.9842185336423829f,0.1377621064730015f,0.7451550936137215f,0.2637179818095092f,-0.10446244119544118f,0.958926704420003f,-0.17614289340079958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9323978779427512f,0.10294065543232697f,-0.346464166497803f,-0.10421237350827157f,-0.1764313622591518f,0.9662470255428927f,-0.18771963147442136f,1.0880348482073516f,0.31544598843420785f,0.2361565309041347f,0.9190886362544637f,-0.08128410820003243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9353402174602657f,0.041657220297739814f,-0.351288134724827f,0.2315181554693273f,0.13622958031007665f,0.8740359038902287f,0.46637189040435484f,0.9889137810933392f,0.32646619893937406f,-0.48407222054963733f,0.811845986774721f,-0.2353471985464522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9353402174602657f,-0.34549214918376325f,0.07598587009284609f,0.11367229556685744f,0.13622958031007665f,0.15355874896960672f,-0.9787038428776244f,1.105074832338913f,0.32646619893937406f,0.9257725884185994f,0.19069592413788874f,0.0538141335458084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9061482730636565f,-0.3059258861552019f,-0.2920696139688398f,0.003947774025417686f,0.15576265155494698f,0.883373893939019f,-0.4420277818051562f,1.2797670457332613f,0.3932344130468807f,0.35504917361848476f,0.848119555669191f,0.007731287476087409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9561336609656468f,0.022444664500105876f,-0.2920696139688398f,0.003947774025417686f,-0.15576265155494698f,0.883373893939019f,-0.4420277818051562f,1.2797670457332613f,0.24808550693057735f,0.4681311787763043f,0.848119555669191f,0.007731287476087409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.945505317323704f,-0.14392718821923303f,-0.2920696139688398f,0.003947774025417686f,0f,0.8970013601508156f,-0.4420277818051562f,1.2797670457332613f,0.3256066567387737f,0.41793961810157715f,0.848119555669191f,0.007731287476087409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9368220645823596f,-0.13196616997643745f,-0.3239588697557068f,0.007078961760421685f,0.1727694020004291f,0.9798239685512571f,0.10047748197919354f,1.2719293362187925f,0.30416303694574576f,-0.15009970231221326f,0.9407204294165857f,-0.0013611392041208707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9254598694469437f,0.19640438067887034f,-0.3239588697557068f,0.007078961760421685f,-0.1727694020004291f,0.9798239685512571f,0.10047748197919354f,1.2719293362187925f,0.3371568830317123f,-0.03701769715439372f,0.9407204294165857f,-0.0013611392041208707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.945505317323704f,0.03271613698477559f,-0.3239588697557068f,0.007078961760421685f,0f,0.9949393326304478f,0.10047748197919354f,1.2719293362187925f,0.3256066567387737f,-0.09500199348262413f,0.9407204294165857f,-0.0013611392041208707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.910738929300035f,-0.28162615339276137f,-0.3020617691509843f,0.19671289357544336f,0.2587006177487328f,0.9591736259175087f,-0.1142801195339034f,1.3413095481444848f,0.3219139528412053f,0.025935787426952434f,0.9464136209378509f,0.04301789551410737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9158370804931781f,0.20594098608112762f,-0.34471836656271265f,-0.16967041688749196f,-0.2587006177487328f,0.9591736259175087f,-0.1142801195339034f,1.3413095481444848f,0.3071098050700368f,0.19384082541144937f,0.9317238335653177f,-0.08315468397216744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.945505317323704f,-0.03817689879512415f,-0.323360819072114f,0.009587367586094603f,0f,0.9931026051827267f,-0.11724852058461613f,1.1672897378853593f,0.3256066567387737f,0.1108590996610923f,0.9389837938482912f,-0.0038463803054068018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.945505317323704f,-0.009848871807566611f,-0.3254576695005354f,0f,0f,0.9995424318417487f,-0.03024775938616059f,1.390625f,0.3256066567387737f,0.028599417336742813f,0.9450726841970394f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3394807327164872f,0.7823907094103421f,0.5221279631878163f,-1.2156165983610299f,0.1964599882784067f,0.6018286843353068f,-0.7740837859798394f,0.5467794460578316f,-0.9198675475958069f,-0.16020927732068188f,-0.3580177123278395f,-0.35835469810375203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08701321940121315f,0.7823907094103421f,0.6166793960218041f,-1.2360938960860233f,-0.14908872685461036f,0.6018286843353068f,-0.7845857418001584f,0.5490538872755018f,-0.9849879446847594f,-0.16020927732068188f,0.06427858341685186f,-0.44981271959464875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21842450906659683f,0.7823907094103421f,0.5832285243945095f,-1.313339525882703f,0.024260706321815872f,0.6018286843353068f,-0.7982566334456608f,0.6676551616835158f,-0.975552229236232f,-0.16020927732068188f,-0.1504354861480567f,-0.3815183859269919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8886323845153213f,-0.3963683752311517f,-0.2307045649900112f,1.1182025664744435f,-0.20613545489903382f,0.7945615194376585f,-0.5711218486999843f,0.5442774871776258f,0.40968360892789174f,-0.4599609798075661f,-0.7877786729978679f,0.13306734834553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7078744876674595f,-0.3963683752311517f,-0.584641617425708f,1.194855814145029f,0.054544354980385595f,0.7945615194376585f,-0.6047287864561213f,0.5515558461557075f,0.7042290984113797f,-0.4599609798075661f,-0.5408301711306042f,0.07958494364886526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8176346418195776f,-0.3963683752311517f,-0.41757119586148106f,1.2191648696889583f,-0.07763582909953762f,0.7945615194376585f,-0.6021998587420515f,0.6382466454779744f,0.5704789834311145f,-0.4599609798075661f,-0.6804334107889364f,0.20839115761553922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014773520583182875f,0f,-0.00000508760401154334f,0.23067876113569075f,0f,0.000015625f,0f,1.5567475f,0.00000508760401154334f,0f,0.000014773520583182875f,-0.6476848396150344f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104.mcfunction new file mode 100644 index 000000000..2fb6da34b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..8f208b634 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8040724778927131f,-0.013245263497283393f,-0.14225490407997982f,-0.22295445709957487f,-0.001278009627087981f,0.8124501820203535f,-0.08287045837288552f,1.4170452130662505f,0.14286448624941672f,0.08181509136110901f,0.7999002899353816f,0.2796416531008616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7227402730608895f,-0.31341281001614224f,-0.13935174277222515f,-0.22295445709957487f,0.3034094667863234f,0.7357666946589685f,-0.08117922452854093f,1.4170452130662505f,0.15996622506113525f,0.02048857116545403f,0.7835757942224147f,0.2796416531008616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.4575890890388356f,-0.23571023827023427f,-0.6340326124196154f,-0.16978549431894646f,0.18669629470805926f,0.7797559356438843f,-0.15514386489596185f,1.4248591135263358f,0.6501547228001455f,-0.0580155914144153f,0.4907926976004691f,0.3130610818251791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5024910334905909f,-0.04178556885064334f,-0.6210931713498273f,-0.16978549431894646f,-0.12334510274231753f,0.7756860030997199f,-0.15197766357155448f,1.4248591135263358f,0.6101546909522575f,0.19122026783531498f,0.48077652009841876f,0.3130610818251791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9444625718773272f,-0.829783713002463f,-0.9278230919516444f,0.7702565728931701f,-0.04944295658138245f,1.1887622433401195f,-1.012820799970784f,1.7425555938413368f,1.2437652890989341f,-0.5828460932740408f,-0.744811779705337f,0.6285650069071512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5938067788490524f,-0.5090917266866107f,0.6230723258275539f,0.3858962024078301f,0.6482053119813015f,-0.15609052088775374f,-0.7452956613373067f,1.9296979605764173f,0.4766795390114159f,0.8464404072988451f,0.23730835210676599f,0.33229493206359595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5938067788490524f,-0.5090917266866107f,0.6230723258275539f,0.1910533530979848f,0.6482053119813015f,-0.15609052088775374f,-0.7452956613373067f,1.7170055925825527f,0.4766795390114159f,0.8464404072988451f,0.23730835210676599f,0.17588445832547508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7177829771094595f,-0.48816798777987297f,-0.4964671323248204f,-0.5002760014362059f,0.653814038328996f,-0.7177418207093501f,-0.23952845778478515f,1.382447073236232f,-0.23940509822435158f,-0.49652663021410726f,0.8343539443380197f,-0.32273337065273305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.38578471726322505f,-0.7776185044398716f,-0.4964671323248204f,-0.31826742952228854f,0.8001539541884901f,0.5498906868712785f,-0.23952845778478515f,1.5995464654452776f,0.4592644135165028f,-0.3048437206913256f,0.8343539443380197f,-0.1521070347618702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5848169280836839f,0.4528284904338132f,-0.6730048431313083f,0.17035206164338312f,-0.8080744008122287f,0.39758670640250077f,-0.4346729502096597f,1.4310746420647293f,0.07074548309765621f,0.7980420848197451f,0.5984345473632298f,-0.1788562052336396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8090325735095824f,0.1814894749287395f,-0.559041917471805f,0.200887326208323f,-0.42241419143008585f,0.8408974772199801f,-0.33831595245205326f,1.5866284443406502f,0.4086961534917214f,0.5098558652160075f,0.7569771798580902f,-0.07852712313152516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5848169280836839f,0.4528284904338132f,-0.6730048431313083f,-0.09219966176950897f,-0.8080744008122287f,0.39758670640250077f,-0.4346729502096597f,1.392489104091444f,0.07074548309765621f,0.7980420848197451f,0.5984345473632298f,-0.34388347204804315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8090325735095824f,0.1814894749287395f,-0.559041917471805f,-0.06166439720456908f,-0.42241419143008585f,0.8408974772199801f,-0.33831595245205326f,1.5480429063673649f,0.4086961534917214f,0.5098558652160075f,0.7569771798580902f,-0.24355438994592873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8023765957026407f,-0.25551906588106016f,-0.5393531363030265f,-0.42131341045904935f,0.19979636886664984f,0.9665722387743397f,-0.16068453011557352f,2.1570391383931593f,0.5623817294830461f,0.02116870808602845f,0.8266067239876688f,-0.15144856525118572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8023765957026407f,-0.25551906588106016f,-0.5393531363030265f,-0.47002700609117454f,0.19979636886664984f,0.9665722387743397f,-0.16068453011557352f,2.0136610700155324f,0.5623817294830461f,0.02116870808602845f,0.8266067239876688f,-0.09768958824370953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8023765957026407f,-0.25551906588106016f,-0.5393531363030265f,0.05008283951625209f,0.19979636886664984f,0.9665722387743397f,-0.16068453011557352f,2.274419505102316f,0.5623817294830461f,0.02116870808602845f,0.8266067239876688f,0.1789507008201039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8023765957026407f,-0.25551906588106016f,-0.5393531363030265f,0.061547488561824876f,0.19979636886664984f,0.9665722387743397f,-0.16068453011557352f,2.1460261643896876f,0.5623817294830461f,0.02116870808602845f,0.8266067239876688f,0.2748883075388085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7167269248943529f,-0.4420415246236185f,-0.5393531363030265f,-0.3867195536952083f,0.4276965510750757f,0.8895257961296134f,-0.16068453011557352f,2.268360297336244f,0.5507977626406713f,-0.11551254706050051f,0.8266067239876688f,-0.0807730050800135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7770533565388231f,-0.32447846685386866f,-0.5393531363030265f,-0.30048454722970297f,0.2832784047525836f,0.9454807386628079f,-0.16068453011557352f,2.310517695068795f,0.5620866716909231f,-0.027926642580054027f,0.8266067239876688f,-0.016310472541229915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6754731051554763f,-0.5028262906528529f,-0.5393531363030265f,-0.2817262638344666f,0.5035963180279943f,0.8488646713406f,-0.16068453011557352f,2.312760959218935f,0.5386342290277006f,-0.1630781750514399f,0.8266067239876688f,-0.003634799185676125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7977949672704856f,-0.26948355155365855f,-0.5393531363030265f,-0.3075894513728439f,0.2166349504740208f,0.9629380977065224f,-0.16068453011557352f,2.313971376558188f,0.5626655209189584f,0.01135056947341348f,0.8266067239876688f,-0.020274992851002104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7458162721341001f,-0.3909683907684641f,-0.5393531363030265f,-0.40333188030410966f,0.3646045209301728f,0.9171935592331734f,-0.16068453011557352f,2.3916074990506497f,0.5575137949300202f,-0.0768094546335345f,0.8266067239876688f,-0.029849141268853144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7458162721341001f,-0.3909683907684641f,-0.5393531363030265f,-0.3153639923812054f,0.3646045209301728f,0.9171935592331734f,-0.16068453011557352f,2.185238948223186f,0.5575137949300202f,-0.0768094546335345f,0.8266067239876688f,-0.012567013976307908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8158356968025167f,0.2968720933343387f,-0.49626512674379925f,-0.022238956935525495f,-0.032575377928281676f,0.8803990208436783f,0.4731135263869789f,2.3184730172157786f,0.5773655346273978f,-0.36981687941031105f,0.727931669270982f,0.09405078288957945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8522324326792865f,0.16559228444437218f,-0.49626512674379925f,-0.11873462306058012f,0.10555042887737989f,0.8746557597783707f,0.4731135263869789f,2.3151294306727555f,0.5124051011195594f,-0.4555836884909462f,0.727931669270982f,0.030438303979295714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7552388186803051f,0.5664770665130119f,-0.3297242179051905f,-0.16832337634800681f,-0.0594449895234128f,0.560174692152993f,0.826238831992216f,2.3367084974443073f,0.6527485120465141f,-0.6044071867426069f,0.4567398960403495f,0.0647657105812709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8933258403411463f,0.30537007565508933f,-0.3297242179051905f,-0.13933448989543687f,0.11656795504669044f,0.5511273032289109f,0.826238831992216f,2.344554017994989f,0.4340286336579848f,-0.776535776722511f,0.4567398960403495f,0.07150053756708362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8345571124329049f,0.44135741323156874f,-0.3297242179051905f,-0.06094104449930241f,0.02891750523695452f,0.562577257271399f,0.826238831992216f,2.43330656066872f,0.550161979764616f,-0.699078295605384f,0.4567398960403495f,0.03596044163135424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8345571124329049f,0.2392391064721906f,-0.49626512674379925f,-0.11476984345554521f,0.02891750523695452f,0.8805267565727622f,0.4731135263869789f,2.2351880404398488f,0.550161979764616f,-0.4091910078359979f,0.727931669270982f,0.1280284183944536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8023765957026407f,-0.25551906588106016f,-0.5393531363030265f,-0.06725861114486234f,0.19979636886664984f,0.9665722387743397f,-0.16068453011557352f,1.71986661352578f,0.5623817294830461f,0.02116870808602845f,0.8266067239876688f,0.02105027919036862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8401655149212547f,-0.18694256165022494f,-0.5090917266866106f,0.0028448494739720075f,0.12347372151451308f,0.9799948925297245f,-0.15609052088775385f,1.3523685288271334f,0.5280872538060913f,0.06828242276974145f,0.8464404072988451f,-0.004555629348284423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8751346379693115f,0.1780602137643198f,-0.44992657812194914f,-0.10491033087183661f,-0.11400325682535158f,0.9795291643552544f,0.1659092330484045f,0.741055186587492f,0.4702580385910852f,-0.09389982136139352f,0.8775193449085688f,-0.1875506174891996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8358806454169835f,0.07041888182894578f,-0.5443755392183303f,-0.08571705266276217f,-0.17935406573898546f,0.9723410403166745f,-0.14961624383329133f,1.0874202379085092f,0.5187828695323146f,0.22269728870789637f,0.8253909691061376f,-0.0987298542886181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8390133584332714f,0.16507730595181602f,-0.5184651072446564f,0.2756873312809188f,0.1377169113194772f,0.8574132624087839f,0.4958594052573261f,0.9867283910495073f,0.5263939937985102f,-0.4874340781123293f,0.6966472441541971f,-0.17311574895708104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8390133584332714f,-0.54299374493581f,0.034847917170284584f,0.09639207898781292f,0.1377169113194772f,0.14996187065213698f,-0.9790533640650723f,1.1053172773702458f,0.5263939937985102f,0.8262379985882371f,0.2005994341511411f,0.08163528964994488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7959107104867493f,-0.3707589384782167f,-0.4786062582864786f,0.0012224082866122586f,0.15690583380013517f,0.8898572026226645f,-0.42840952167295526f,1.279870852749115f,0.5847278856459318f,0.26587961275560745f,0.766421118751934f,0.009842171239623231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8747184467264604f,-0.07618194330328407f,-0.4786062582864786f,0.0012224082866122586f,-0.15690583380013517f,0.8898572026226645f,-0.42840952167295526f,1.279870852749115f,0.4585282960471825f,0.4498338253789961f,0.766421118751934f,0.009842171239623231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8482006524132736f,-0.22691783265030835f,-0.4786062582864786f,0.0012224082866122586f,0f,0.9035846843212592f,-0.42840952167295526f,1.279870852749115f,0.5296750449527491f,0.36337723578305914f,0.766421118751934f,0.009842171239623231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.845939318811938f,-0.08703260162279956f,-0.5261292570678437f,0.006252638486295988f,0.17248572984071223f,0.9782151837891232f,0.1155150518578796f,1.271888584831741f,0.5046140524096718f,-0.18846851317707908f,0.8425225680369102f,0.0017869596947008006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8246898384012717f,0.2075443935521331f,-0.5261292570678437f,0.006252638486295988f,-0.17248572984071223f,0.9782151837891232f,0.1155150518578796f,1.271888584831741f,0.5386421292834425f,-0.004514300553690509f,0.8425225680369102f,0.0017869596947008006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8482006524132736f,0.06118544028554152f,-0.5261292570678437f,0.006252638486295988f,0f,0.9933057297701807f,0.1155150518578796f,1.271888584831741f,0.5296750449527491f,-0.0979799423494066f,0.8425225680369102f,0.0017869596947008006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8172253463217357f,-0.2725632635633289f,-0.507791296385657f,0.18162602950454523f,0.2587894365704867f,0.9608218230634349f,-0.09924440460090132f,1.3409615926488105f,0.514947337937433f,-0.050305980566575106f,0.8557444405138641f,0.08674126469958726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8213724857607004f,0.16482694273145093f,-0.5460579809737155f,-0.14705172330559826f,-0.2587894365704867f,0.9608218230634349f,-0.09924440460090132f,1.3409615926488105f,0.508306272983934f,0.2228306605358884f,0.8318480808238495f,-0.11850781521960302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8482006524132736f,-0.054140112236655685f,-0.5269008459783483f,0.008416672471267688f,0f,0.9947624510521385f,-0.10221382478286357f,1.167213060933407f,0.5296750449527491f,0.08669783286648092f,0.843758159978651f,0.001271483195478811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8482006524132736f,-0.008011658178636036f,-0.5296144508781133f,0f,0f,0.9998856014169193f,-0.015125610041437266f,1.390625f,0.5296750449527491f,0.012829552305295852f,0.8481036194604694f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.20457828541432022f,0.7961306985156529f,0.5694941931380116f,-1.1165408276836029f,0.1992668153335299f,0.6034886334161729f,-0.7720713734133088f,0.5382972442942368f,-0.9583529941747818f,-0.0444677435728244f,-0.28210309877378453f,-0.6905886573071923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.055267752845803916f,0.7961306985156529f,0.6025955412848266f,-1.1237096895483523f,-0.14569439533691475f,0.6034886334161729f,-0.7839480929914243f,0.5408694223724299f,-0.9877847025859358f,-0.0444677435728244f,0.14934524136629085f,-0.7840287655022184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.0764678598906603f,0.7961306985156529f,0.6002737519538235f,-1.210166321409051f,0.02743656616739293f,0.6034886334161729f,-0.7968994316564809f,0.6591182480818054f,-0.9966944874136128f,-0.0444677435728244f,-0.06799057685339127f,-0.7271101248766967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9528121763826732f,-0.29535143381256584f,-0.07011766597495456f,1.0677265033955623f,-0.20378143786779812f,0.7935310680557868f,-0.5733947764069489f,0.5360749430172781f,0.22499351572311257f,-0.5320488460424511f,-0.8162732038401421f,0.4407177780050956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8339080889273044f,-0.29535143381256584f,-0.46622401243015416f,1.1535124861565433f,0.05763839970319107f,0.7935310680557868f,-0.6057939079504657f,0.5430917236493886f,0.5488853378450423f,-0.5320488460424511f,-0.6447083924718449f,0.4035614534923897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9150504827837975f,-0.29535143381256584f,-0.27468189693170675f,1.1518217793158088f,-0.07484566007584526f,0.7935310680557868f,-0.603909406449389f,0.6301697443007417f,0.39633412813552943f,-0.5320488460424511f,-0.7482267599464392f,0.5343736297407086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013253135193957402f,0f,-0.000008276172577386706f,0.3702734816138078f,0f,0.000015625f,0f,1.5567475f,0.000008276172577386706f,0f,0.000013253135193957402f,-0.5793150188971792f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105.mcfunction new file mode 100644 index 000000000..1f6bfd3fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..004c3e594 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7500083136718054f,-0.044724057952804895f,-0.3200495782028989f,-0.2795733275572792f,0.00753991915491439f,0.8110094613013172f,-0.0956621541850755f,1.4113738179491402f,0.32307139069678814f,0.0848990975477711f,0.745225780682111f,0.2287241082017594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6620102931017257f,-0.3216346751331179f,-0.3135179541579418f,-0.2795733275572792f,0.31084982332933786f,0.7311571981982042f,-0.0937098653241556f,1.4113738179491402f,0.324214063796571f,-0.044275131563505224f,0.7300170912804353f,0.2287241082017594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3184940215100214f,-0.23312984859536065f,-0.7149520797932704f,-0.2357015254683831f,0.18975221443130086f,0.7762215350685286f,-0.16857837957080668f,1.41947446607446f,0.7276675750816689f,-0.10037453180067932f,0.35688835507060573f,0.27186656136811527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3756392212384111f,-0.09159331610987084f,-0.7003612210219792f,-0.2357015254683831f,-0.11925446610999359f,0.7736328662809003f,-0.1651380044775249f,1.41947446607446f,0.6961849953713601f,0.18194189361990254f,0.3496049192528383f,0.27186656136811527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3403218804152945f,0.36853103396155956f,-0.7135323285508747f,0.2823621372875312f,0.7899292976411797f,0.8552328717448201f,-1.042110689809494f,1.8561068668636382f,0.14475915034332534f,-1.254658464321798f,-0.9199365066663823f,0.9317693025806373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.45666069027255957f,-0.6743423013766772f,0.58027879035322f,0.2921861029624425f,0.6669508414780763f,-0.17216259343480442f,-0.7249390432812182f,1.9389256803904842f,0.5887593642664849f,0.7180685914282905f,0.37113327659038564f,0.40884378325265414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.45666069027255957f,-0.6743423013766772f,0.58027879035322f,0.14234431396675895f,0.6669508414780763f,-0.17216259343480442f,-0.7249390432812182f,1.7200824355304905f,0.5887593642664849f,0.7180685914282905f,0.37113327659038564f,0.21565711685271374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6381864414065741f,-0.3714573011515865f,-0.6743423013766771f,-0.42804993514109346f,0.6250623695490246f,-0.7613521363965301f,-0.17216259343480453f,1.3688291345741788f,-0.44946089949913554f,-0.5313778296331331f,0.7180685914282905f,-0.40421911112046915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.290913152172792f,-0.678698753842157f,-0.6743423013766771f,-0.28350985774731424f,0.8318530735884802f,0.5276177644689389f,-0.17216259343480453f,1.5970105103003005f,0.47264151516163766f,-0.5108693533085562f,0.7180685914282905f,-0.21377242192967527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5698424562394749f,0.2666416086050821f,-0.7772913402498812f,0.20239661881145676f,-0.800015891036575f,0.3961356156767255f,-0.4506119706370174f,1.4360597205971093f,0.18776088292271365f,0.8786232563237306f,0.4390524163367825f,-0.13737203009001184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7108641779374623f,0.055265833264152214f,-0.7011546250285419f,0.20837674614205692f,-0.41452530717021624f,0.838282377093265f,-0.3541912279691616f,1.5910239711272893f,0.5681908924302941f,0.5424281924167325f,0.6188139993817063f,-0.03179915651573885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5698424562394749f,0.2666416086050821f,-0.7772913402498812f,-0.018512374514819838f,-0.800015891036575f,0.3961356156767255f,-0.4506119706370174f,1.3952702855283432f,0.18776088292271365f,0.8786232563237306f,0.4390524163367825f,-0.35460851103725516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7108641779374623f,0.055265833264152214f,-0.7011546250285419f,-0.01253224718421967f,-0.41452530717021624f,0.838282377093265f,-0.3541912279691616f,1.5502345360585232f,0.5681908924302941f,0.5424281924167325f,0.6188139993817063f,-0.24903563746298218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6856191538623839f,-0.2742058285869134f,-0.6743423013766771f,-0.4032829582174438f,0.21512685015481303f,0.96129104841576f,-0.17216259343480453f,2.1494986420970785f,0.6954472044659448f,-0.02703116358378789f,0.7180685914282905f,-0.22425231019076106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6856191538623839f,-0.2742058285869134f,-0.6743423013766771f,-0.4579375386679824f,0.21512685015481303f,0.96129104841576f,-0.17216259343480453f,2.00512976102979f,0.6954472044659448f,-0.02703116358378789f,0.7180685914282905f,-0.17963375446385824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6856191538623839f,-0.2742058285869134f,-0.6743423013766771f,-0.00048170532329318283f,0.21512685015481303f,0.96129104841576f,-0.17216259343480453f,2.275885666563031f,0.6954472044659448f,-0.02703116358378789f,0.7180685914282905f,0.1843229224329815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6856191538623839f,-0.2742058285869134f,-0.6743423013766771f,-0.0037148492341531197f,0.21512685015481303f,0.96129104841576f,-0.17216259343480453f,2.1476512992573538f,0.6954472044659448f,-0.02703116358378789f,0.7180685914282905f,0.2811000184948302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5989169410094123f,-0.43192702895967855f,-0.6743423013766771f,-0.38399391783960724f,0.4412940159681643f,0.8806927006013459f,-0.17216259343480453f,2.2614150857203845f,0.6682500200094406f,-0.1944721284955078f,0.7180685914282905f,-0.14884135125407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6591115533316261f,-0.332918039221034f,-0.6743423013766771f,-0.3114290881889499f,0.29809026286275264f,0.9388835053446287f,-0.17216259343480453f,2.3052121046613343f,0.6904448967522218f,-0.08754051949243208f,0.7180685914282905f,-0.07019462688072335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5589929602091332f,-0.4824824670499824f,-0.6743423013766771f,-0.29526875351271986f,0.5163721854604506f,0.8388800912553596f,-0.17216259343480453f,2.307814711589398f,0.6487577641303636f,-0.25197393016890174f,0.7180685914282905f,-0.05439436911921093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6807291791764087f,-0.2861297698454665f,-0.6743423013766771f,-0.31778336480428004f,0.23187092737501833f,0.9573901579084942f,-0.17216259343480453f,2.308528013806371f,0.6948695256348935f,-0.03916427387465797f,0.7180685914282905f,-0.07536694891610776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6275877158975774f,-0.3890965425552745f,-0.6743423013766771f,-0.41181277605307326f,0.37878502867848496f,0.9093304918844642f,-0.17216259343480453f,2.3842585554847826f,0.6801878864721872f,-0.14738363918932798f,0.7180685914282905f,-0.101993991721303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6275877158975774f,-0.3890965425552745f,-0.6743423013766771f,-0.3242660539781366f,0.37878502867848496f,0.9093304918844642f,-0.17216259343480453f,2.1796591948107786f,0.6801878864721872f,-0.14738363918932798f,0.7180685914282905f,-0.06883267290370426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7007773301325836f,0.34044336998596725f,-0.6269046541579077f,-0.05742512093959384f,-0.016946655744171403f,0.8864772310304472f,0.4624618143411193f,2.3185785862990382f,0.7131787605021175f,-0.3134588181838073f,0.62699252377638f,0.08781431007886445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7454066747855908f,0.22662622041644453f,-0.6269046541579077f,-0.14100099852944764f,0.12193757711599545f,0.8782142663173954f,0.4624618143411193f,2.3133833063224785f,0.6553625839733067f,-0.4211653578540813f,0.62699252377638f,0.008082118486942569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6282943876080989f,0.653688173184432f,-0.42182690139317147f,-0.19631432083461642f,-0.045086996328702465f,0.5718947657214357f,0.8190870159528107f,2.333940650566077f,0.7766680920845274f,-0.49560886713135444f,0.3887911078697093f,0.033000051638878966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7995442260222587f,0.427540753490826f,-0.42182690139317147f,-0.1691431371799359f,0.13384491994341463f,0.5578368916653516f,0.8190870159528107f,2.3423532042209f,0.5855036874690104f,-0.7113556820618191f,0.3887911078697093f,0.04475680904933657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7228184007771138f,0.5473532906259462f,-0.42182690139317147f,-0.08744694539861819f,0.044932151148625754f,0.5719069523014013f,0.8190870159528107f,2.4326783974486523f,0.6895757110652702f,-0.6110047570602634f,0.3887911078697093f,0.023479209371522702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7228184007771138f,0.29073031161743357f,-0.6269046541579077f,-0.15286126551254064f,0.044932151148625754f,0.8854999559963159f,0.4624618143411193f,2.2334409073494816f,0.6895757110652702f,-0.36244408373893044f,0.62699252377638f,0.10502912821278193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6856191538623839f,-0.2742058285869134f,-0.6743423013766771f,-0.07695997567652431f,0.21512685015481303f,0.96129104841576f,-0.17216259343480453f,1.7192684698118907f,0.6954472044659448f,-0.02703116358378789f,0.7180685914282905f,0.009512055509096042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7069087786440851f,-0.21340674602724008f,-0.6743423013766771f,0.003067554083690715f,0.13052619222005157f,0.9763825861650424f,-0.17216259343480453f,1.353125f,0.6951567390311787f,0.033683915801591746f,0.7180685914282905f,-0.0031194129165008637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7532515093973667f,0.2143761079361444f,-0.621815927696243f,-0.07574357192823464f,-0.11716296486756245f,0.9740061008382124f,0.19386839658228017f,0.7375824262983484f,0.6472132594856438f,-0.07317786465928411f,0.7587885060211945f,-0.19358299714839522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7010692705983687f,0.049727240683102705f,-0.7113572093939278f,-0.06546209468298202f,-0.18223552549214744f,0.9769344031114299f,-0.1113076154893057f,1.086875f,0.6894143101729704f,0.20766890366966123f,0.6939607592489424f,-0.11170844488988423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7060697152984731f,0.2874024653544962f,-0.6471980995386892f,0.30307724029987587f,0.13917310096006547f,0.8397949503807893f,0.5247621263811701f,0.9846001322946631f,0.6943316247352507f,-0.4605912116216346f,0.5529550891975062f,-0.10566528073011995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7060697152984731f,-0.7081210027717869f,-0.00549568665522103f,0.07335009089818671f,0.13917310096006547f,0.14637094010114848f,-0.9793908289661821f,1.105625f,0.6943316247352507f,0.6907533520203758f,0.2018994838158884f,0.10368709739031058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6516857665782265f,-0.4101596235086262f,-0.6380240942806247f,-0.002117026012907441f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.28f,0.7418473675047899f,0.16943350823721706f,0.648810272431504f,0.01106667636920287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7526671591435901f,-0.1625343122669991f,-0.6380240942806247f,-0.002117026012907441f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.28f,0.639158824222239f,0.41294216036413955f,0.648810272431504f,0.01106667636920287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7130086666287688f,-0.2907643314260778f,-0.6380240942806247f,-0.002117026012907441f,0f,0.9099612708765432f,-0.414693242656239f,1.28f,0.7011552191293062f,0.2956798760062855f,0.648810272431504f,0.01106667636920287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7180685914282905f,-0.033683915801591774f,-0.6951567390311787f,0.004456304166429805f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.271875f,0.6743423013766771f,-0.21340674602724008f,0.7069087786440851f,0.004382220119558164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6862843342935261f,0.21394139544003532f,-0.6951567390311787f,0.004456304166429805f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.271875f,0.7066638903503518f,0.0301019060996824f,0.7069087786440851f,0.004382220119558164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7130086666287688f,0.0915191209081642f,-0.6951567390311787f,0.004456304166429805f,0f,0.9914448613738104f,0.13052619222005157f,1.271875f,0.7011552191293062f,-0.09306630627494936f,0.7069087786440851f,0.004382220119558164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6887134854646604f,-0.24494769489142618f,-0.6824033716992436f,0.15793950374420734f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3406250000000002f,0.6772639343943678f,-0.11863896737625582f,0.7261118086001338f,0.12463397924335692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6887134854646604f,0.12272828708220276f,-0.7145708519726982f,-0.11835135457444057f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3406250000000002f,0.6772639343943678f,0.2429245672273513f,0.6944790981779551f,-0.14706366816924923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7130086666287688f,-0.06110970390461171f,-0.6984871118359709f,0.0055703802080372565f,0f,0.9961946980917455f,-0.08715574274765818f,1.1671875f,0.7011552191293062f,0.06214279992554775f,0.7102954533890444f,0.005477775149447705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7130086666287688f,0f,-0.7011552191293062f,0f,0f,1f,0f,1.390625f,0.7011552191293062f,0f,0.7130086666287688f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0732856042366257f,0.7932552286306426f,0.6044628710366085f,-0.9373376248975392f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5298238766698269f,-0.9766698160588891f,0.06558797878619849f,-0.20448542108971243f,-0.9862051063610844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.18903773404694404f,0.7932552286306426f,0.5788012416681081f,-0.9317800060552119f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5326761233301731f,-0.971582732870073f,0.06558797878619849f,0.2274317704883416f,-1.0797467551694733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.05928126765149144f,0.7932552286306426f,0.6059965953334879f,-1.0254583047763988f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.650557063997949f,-0.997777587289481f,0.06558797878619849f,0.011751737808659457f,-1.0347386914365777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9787510936595403f,-0.18602616164261282f,0.0862587030088566f,0.9414474556389791f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5278748033324049f,0.038716493445900224f,-0.5807552982940576f,-0.8131570061424997f,0.722138188219711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.923504240879889f,-0.18602616164261282f,-0.33546115164259493f,1.0327806354904274f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.534625196667595f,0.37874405995498733f,-0.5807552982940576f,-0.7206082295895551f,0.7020946119908238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9742205850821155f,-0.18602616164261282f,-0.12762648152627598f,1.0062580177936447f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6220833722563579f,0.21379814644146367f,-0.5807552982940576f,-0.785502155364054f,0.8299417234098755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011140760416074514f,0f,-0.000010955550298895412f,0.48719035320279114f,0f,0.000015625f,0f,1.5567475f,0.000010955550298895412f,0f,0.000011140760416074514f,-0.4851328705132128f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106.mcfunction new file mode 100644 index 000000000..997c63d59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..a301cbc41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.665304943305692f,-0.06295231394441972f,-0.4694153630064717f,-0.3215141536923876f,0.010036528219426421f,0.8111126130636195f,-0.09455179255229493f,1.4191160943526056f,0.473511398974465f,0.07125854013797063f,0.6615539433357607f,0.1646609115720613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5785183468634798f,-0.3063786452092976f,-0.4598354576389927f,-0.3215141536923876f,0.313147985437913f,0.7303146403623044f,-0.09262216413286034f,1.4191160943526056f,0.45525252504354446f,-0.11301615739438889f,0.6480528424513574f,0.1646609115720613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.158061161447662f,-0.20813397321326832f,-0.7737191757225091f,-0.28770743787618175f,0.19226581321284433f,0.7754412520086141f,-0.16931971591448242f,1.4274224573741956f,0.7778142263779084f,-0.14938392926354516f,0.19908268474773086f,0.21603928331411415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.22107320346856574f,-0.1291134662062894f,-0.7579289884628662f,-0.28770743787618175f,-0.11668708926088558f,0.7738689724628002f,-0.1658642115080644f,1.4274224573741956f,0.7599412884611338f,0.1563858251363184f,0.1950197728141037f,0.21603928331411415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4815589411138959f,1.4013563394505604f,-0.495689061927928f,-0.15683946937868648f,1.1516029372033476f,0.022274495347858324f,-1.0558033774721602f,2.1196045238753554f,-0.9398499408192172f,-0.6907318631268752f,-1.0397008377429489f,0.8280514419204765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.31724099963387364f,-0.8099486597831493f,0.49329637812047683f,0.19728960802676404f,0.6757141615821827f,-0.17192215965308172f,-0.7168355061361763f,1.9504663271863902f,0.6654085361554872f,0.5607369610928997f,0.4927530217824253f,0.458037872255678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.31724099963387364f,-0.8099486597831493f,0.49329637812047683f,0.09319490502189927f,0.6757141615821827f,-0.17192215965308172f,-0.7168355061361763f,1.7287476179172365f,0.6654085361554872f,0.5607369610928997f,0.4927530217824253f,0.23970069632965874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5304844189201514f,-0.25013886103208605f,-0.8099486597831493f,-0.33352417111007177f,0.6225044824685194f,-0.7634991423222564f,-0.17192215965308194f,1.3746758757987942f,-0.5753906938676971f,-0.595398698247443f,0.5607369610928999f,-0.485226231265506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.18362457607288044f,-0.5570145272589709f,-0.8099486597831493f,-0.23264392114219054f,0.833672348038605f,0.5248172892883951f,-0.17192215965308194f,1.6036528661270906f,0.5208382005746638f,-0.6436626673083082f,0.5607369610928999f,-0.269306735407413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5367756159684184f,0.0495549461870107f,-0.8422685114677666f,0.22959489981847256f,-0.7678720789286159f,0.44237112579404747f,-0.46333600924766527f,1.4419335885770344f,0.3496346786341002f,0.895461944681129f,0.2755058930845584f,-0.0883132775262586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5790861613392309f,-0.07746485582980744f,-0.8115777312473903f,0.2099978785300875f,-0.3859643961906046f,0.8508015735109883f,-0.35660646009915253f,1.599230093234725f,0.7181160787913164f,0.5197459750902296f,0.46278874095951206f,0.012031522434156377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5367756159684184f,0.0495549461870107f,-0.8422685114677666f,0.059366935544450626f,-0.7678720789286159f,0.44237112579404747f,-0.46333600924766527f,1.4001083111566097f,0.3496346786341002f,0.895461944681129f,0.2755058930845584f,-0.34702032487485096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5790861613392309f,-0.07746485582980744f,-0.8115777312473903f,0.03976991425606556f,-0.3859643961906046f,0.8508015735109883f,-0.35660646009915253f,1.5574048158143003f,0.7181160787913164f,0.5197459750902296f,0.46278874095951206f,-0.24667552491443598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5237109323778762f,-0.2640265665105986f,-0.8099486597831493f,-0.3484750992862774f,0.21839350644604294f,0.9605972347255756f,-0.17192215965308194f,2.1558404663500186f,0.8234264603776694f,-0.08685001332298144f,0.5607369610928999f,-0.30632769920203745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5237109323778762f,-0.2640265665105986f,-0.8099486597831493f,-0.4110436252912932f,0.21839350644604294f,0.9605972347255756f,-0.17192215965308194f,2.0114583530501187f,0.8234264603776694f,-0.08685001332298144f,0.5607369610928999f,-0.27378084969836797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5237109323778762f,-0.2640265665105986f,-0.8099486597831493f,-0.04079492651427509f,0.21839350644604294f,0.9605972347255756f,-0.17192215965308194f,2.284146651387069f,0.8234264603776694f,-0.08685001332298144f,0.5607369610928999f,0.1774353462698434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5237109323778762f,-0.2640265665105986f,-0.8099486597831493f,-0.06408513259095017f,0.21839350644604294f,0.9605972347255756f,-0.17192215965308194f,2.1561440510706222f,0.8234264603776694f,-0.08685001332298144f,0.5607369610928999f,0.27173918030183797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.44428067203135496f,-0.3828809906156841f,-0.8099486597831493f,-0.3456624447652576f,0.44429578988363494f,0.8792292204606812f,-0.17192215965308194f,2.267985777746267f,0.7779562555510716f,-0.2834750869357927f,0.5607369610928999f,-0.22887004453755821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.49870662265817983f,-0.30866628100968824f,-0.8099486597831493f,-0.2913294647237819f,0.3012840186930675f,0.93790762396964f,-0.17192215965308194f,2.312140835160611f,0.8127235966778785f,-0.15828586755384244f,0.5607369610928999f,-0.13685157460054748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4092197728212044f,-0.4201456248107814f,-0.8099486597831493f,-0.27885677191642455f,0.5192349860212565f,0.8371605582633035f,-0.17192215965308194f,2.314818994859738f,0.7502894153749388f,-0.35019973392427395f,0.5607369610928999f,-0.11801444319050337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5190232697172408f,-0.273126370033185f,-0.8099486597831493f,-0.2964598629309397f,0.2351249774201599f,0.9566394388762098f,-0.17192215965308194f,2.315429575112071f,0.8217853068078022f,-0.10120755890300968f,0.5607369610928999f,-0.14325377764072517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.46990685441276275f,-0.35095685873249804f,-0.8099486597831493f,-0.38291777823364825f,0.38188157763757347f,0.9080799698711883f,-0.17192215965308194f,2.3908808654107534f,0.7958354156714442f,-0.22851707075699879f,0.5607369610928999f,-0.18927308016720437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.46990685441276275f,-0.35095685873249804f,-0.8099486597831493f,-0.3039524850188363f,0.38188157763757347f,0.9080799698711883f,-0.17192215965308194f,2.1865628721897363f,0.7958354156714442f,-0.22851707075699879f,0.5607369610928999f,-0.13785673924687972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5351965847102635f,0.39723117378399414f,-0.745501180608495f,-0.07624721772525059f,-0.01360064683173167f,0.886472209590718f,0.4625819322337489f,2.3264724768162397f,0.8446180427389816f,-0.2374329720100818f,0.4798394999187036f,0.07098906974602724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5907480728128673f,0.3086174074468632f,-0.745501180608495f,-0.14118248582184012f,0.12524160558010183f,0.8776858755856846f,0.4625819322337489f,2.320891297485855f,0.7970766931102686f,-0.36663714980640894f,0.4798394999187036f,-0.024516961579256744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.45103317242481594f,0.7423051756383494f,-0.4955321418363551f,-0.20053325082353057f,-0.041748819899885735f,0.5721532125244981f,0.8190834740335466f,2.341384464807686f,0.891530208915757f,-0.34874593562995926f,0.2890504436464529f,-0.011844621377729283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6583429519846269f,0.5665972590643567f,-0.4955321418363551f,-0.17645557268462492f,0.13709957884287183f,0.5570511359347936f,0.8190834740335466f,2.349887549111026f,0.7401271938344615f,-0.6071750801659391f,0.2890504436464529f,0.005337596109241284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5616023186732069f,0.6626090340977493f,-0.4955321418363551f,-0.09226547670183624f,0.04826965907359598f,0.5716400113515984f,0.8190834740335466f,2.4403450955275323f,0.825998108759213f,-0.4839183457505949f,0.2890504436464529f,0.0014511367997459973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5616023186732069f,0.35893011210013825f,-0.745501180608495f,-0.17302475192436723f,0.04826965907359598f,0.8852615410057134f,0.4625819322337489f,2.241161248801247f,0.825998108759213f,-0.295772173545741f,0.4798394999187036f,0.06799987584753761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5237109323778762f,-0.2640265665105986f,-0.8099486597831493f,-0.07786410751669652f,0.21839350644604294f,0.9605972347255756f,-0.17192215965308194f,1.7269285451877927f,0.8234264603776694f,-0.08685001332298144f,0.5607369610928999f,-0.007940829905796183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5447294856768702f,-0.21737745041676354f,-0.8099486597831493f,0.0036524363895898003f,0.13384088774535935f,0.9759761205007806f,-0.17192215965308194f,1.3609375f,0.8278625515154955f,-0.01475317804926067f,0.5607369610928999f,-0.002408388137323431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6009870137198969f,0.22611298371619898f,-0.7666078058140277f,-0.0339743302259022f,-0.11932443126743972f,0.9737822506330092f,0.19367449097600187f,0.7455369928697231f,0.7903013915227167f,-0.024920813531449704f,0.6122112900054917f,-0.20578364038850322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5410505834596185f,0.006339913124784893f,-0.8409661536825227f,-0.04063515177526242f,-0.18438021954266334f,0.9765370579298902f,-0.11126234372434125f,1.0946875f,0.8205292199424744f,0.21525608003307217f,0.5295248995367355f,-0.12293431961906075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5451313987491159f,0.3725199516740139f,-0.75103970847261f,0.31898553911567457f,0.13917310096006547f,0.84321149893526f,0.5192544809941574f,0.9944266422636371f,0.8267179725075486f,-0.38758644670336784f,0.4078163070119506f,-0.040572983196853235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5451313987491159f,-0.8372905148041643f,-0.04214679011277231f,0.05002713106277905f,0.13917310096006547f,0.13995775285781453f,-0.9803278407676437f,1.1134375f,0.8267179725075486f,0.5285417875948585f,0.19282368293090862f,0.11674132155165765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4820079346882271f,-0.4365353384446512f,-0.7596744363124268f,-0.004386094924373241f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.2878125f,0.861800560415243f,0.07984690826402041f,0.5009234126177874f,0.010378597993678495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.602243178408342f,-0.24535261334254077f,-0.7596744363124268f,-0.004386094924373241f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.2878125f,0.7825183762027925f,0.36978470167963234f,0.5009234126177874f,0.010378597993678495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5504887171024985f,-0.3462035862844893f,-0.7596744363124268f,-0.004386094924373241f,0f,0.9099612708765432f,-0.414693242656239f,1.2878125f,0.8348426033348114f,0.2282839511409081f,0.5009234126177874f,0.010378597993678495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5610477946258964f,0.01172198224498304f,-0.8277004091322331f,0.0034405544818906157f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.2796875f,0.8096822917461021f,-0.21573048130922978f,0.5457792098155333f,0.005217766270842572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5232033184706727f,0.20290470734709343f,-0.8277004091322331f,0.0034405544818906157f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.2796875f,0.8346366448719335f,0.07420731210638214f,0.5457792098155333f,0.005217766270842572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5504887171024985f,0.10896882611636786f,-0.8277004091322331f,0.0034405544818906157f,0f,0.9914448613738104f,0.13052619222005157f,1.2796875f,0.8348426033348114f,-0.07185319610349031f,0.5457792098155333f,0.005217766270842572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.53173126893004f,-0.21469612340784167f,-0.8192480895526667f,0.1283599253684487f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3484375000000002f,0.8063960314474946f,-0.1672726887641025f,0.567225958555635f,0.15492657998034515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.53173126893004f,0.06917346906577354f,-0.844083460813832f,-0.08495445250876947f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3484375000000002f,0.8063960314474946f,0.26322919479065f,0.5295619241180367f,-0.1685749288118943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5504887171024985f,-0.07276132717103406f,-0.8316657751832494f,0.004300693102363269f,0f,0.9961946980917455f,-0.08715574274765818f,1.175f,0.8348426033348114f,0.047978253013273735f,0.5483939413368358f,0.006522207838553214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5504887171024985f,0f,-0.8348426033348114f,0f,0f,1f,0f,1.3984375f,0.8348426033348114f,0f,0.5504887171024985f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13272674483701374f,0.7619648288095315f,0.6338716043981077f,-0.7101975130293017f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5376363766698269f,-0.9703805029955008f,0.23014178318674133f,-0.0734604590090829f,-1.16052653022162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.38817699801132866f,0.7619648288095315f,0.5183900248578998f,-0.6851873083701153f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5404886233301731f,-0.9105091377464563f,0.23014178318674133f,0.34352273536380573f,-1.2508338768324807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2667755163646551f,0.7619648288095315f,0.5901189909887943f,-0.7862102593480277f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.658369563997949f,-0.9632783638491818f,0.23014178318674133f,0.1383096286296431f,-1.2264266478214967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9651813497863792f,-0.060371264737739544f,0.25451968964798893f,0.769478147067387f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5356873033324049f,-0.16696596128862806f,-0.606825971515779f,-0.7771001274384752f,0.9031667929015627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9823160420317555f,-0.060371264737739544f,-0.17723008762913778f,0.8629835384402114f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.542437696667595f,0.177094154170581f,-0.606825971515779f,-0.7748547611343282f,0.9026805069412809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9973908413101262f,-0.060371264737739544f,0.0395830780087153f,0.8102933810524919f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6298958722563579f,0.005187050243005198f,-0.606825971515779f,-0.7948177997526897f,1.0221463198843252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000860138620472654f,0f,-0.00001304441567710643f,0.5779274421083701f,0f,0.000015625f,0f,1.56456f,0.00001304441567710643f,0f,0.00000860138620472654f,-0.3724355165183987f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107.mcfunction new file mode 100644 index 000000000..570cb9e8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..3d78208a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5557791300958433f,-0.07694462695277762f,-0.5934083984722917f,-0.3482366510881321f,0.012534896892813147f,0.8112060583554641f,-0.09344544767789432f,1.426855300492545f,0.5982448322837721f,0.05448577534488634f,0.5532439474366371f,0.09604559086523126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.47414941611246086f,-0.2779837039546273f,-0.5812980229932654f,-0.3482366510881321f,0.3154441013370453f,0.7294626382985981f,-0.09153839772528424f,1.426855300492545f,0.5618517154302161f,-0.17495519329849746f,0.5419532546318078f,0.09604559086523126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.0027241123609007653f,-0.17446314839564658f,-0.7978092713851903f,-0.32552867986202394f,0.19477519206704952f,0.7746516962987683f,-0.17006415971958666f,1.4353672773918102f,0.7930949805739119f,-0.19084497299578979f,0.03902553670543352f,0.1531728267151246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.06293623326834498f,-0.15891468210478524f,-0.7815274495201865f,-0.32552867986202394f,-0.11412005547952651f,0.7740951047268926f,-0.16659346258245225f,1.4353672773918102f,0.78931340003787f,0.12459090115010882f,0.03822909718083284f,0.1531728267151246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8883644688456609f,1.2569709233823723f,-0.26877298648456754f,-0.24732273461083462f,0.8100079961002226f,-0.8011261654797317f,-1.0693409948362789f,2.380172824446682f,-0.9980490302316158f,0.4686440170908063f,-1.1071030523391776f,0.5152462221104166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.1720147113501232f,-0.9064303597579985f,0.38573947424151356f,0.09883140759457275f,0.6843782366952187f,-0.17168636756709374f,-0.7086255854325045f,1.96196986564046f,0.7085459534970734f,0.3858857267386322f,0.590808630338387f,0.48491706530763784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1720147113501232f,-0.9064303597579985f,0.38573947424151356f,0.04238908043281357f,0.6843782366952187f,-0.17168636756709374f,-0.7086255854325045f,1.7374082567248414f,0.7085459534970734f,0.3858857267386322f,0.590808630338387f,0.25242542431641063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4038275506228269f,-0.12372272332499745f,-0.9064303597579983f,-0.22851307078533908f,0.6199388714287922f,-0.7656367199156608f,-0.17168636756709393f,1.3805224302741148f,-0.672754862523909f,-0.6312630995471176f,0.3858857267386323f,-0.5426969248841613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0735863144634974f,-0.4158954883533421f,-0.9064303597579983f,-0.1736353141909002f,0.8354813231199288f,0.5220102967465197f,-0.17168636756709393f,1.610292208897353f,0.5445695667602553f,-0.7446718692537979f,0.3858857267386323f,-0.3115632053891693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.46308219861407984f,-0.15512823553290073f,-0.8726340056788979f,0.24480276888893696f,-0.7328912187743231f,0.4866521012224658f,-0.47543684524786867f,1.4479724302384276f,0.4984228513724436f,0.8597121395654523f,0.11166780338824345f,-0.036041160648305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.4223223043137256f,-0.19362169788756756f,-0.8855249908310214f,0.20296416934232417f,-0.35701187525718286f,0.8624262462349082f,-0.3588363007424348f,1.6074346245278326f,0.8331784876030434f,0.4676875109646408f,0.29509659415724276f,0.05349460137104742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.46308219861407984f,-0.15512823553290073f,-0.8726340056788979f,0.1304606442167604f,-0.7328912187743231f,0.4866521012224658f,-0.47543684524786867f,1.4051118191282883f,0.4984228513724436f,0.8597121395654523f,0.11166780338824345f,-0.32369563487166575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.4223223043137256f,-0.19362169788756756f,-0.8855249908310214f,0.08862204467014763f,-0.35701187525718286f,0.8624262462349082f,-0.3588363007424348f,1.5645740134176933f,0.8331784876030434f,0.4676875109646408f,0.29509659415724276f,-0.23415987285231285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3461159020392038f,-0.24204913811987427f,-0.9064303597579983f,-0.28018551669580205f,0.2216574884541447f,0.9598915298114769f,-0.17168636756709393f,2.1621725909735345f,0.9116313619922195f,-0.14149369502422576f,0.3858857267386323f,-0.37299330921537827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3461159020392038f,-0.24204913811987427f,-0.9064303597579983f,-0.34788656698460024f,0.2216574884541447f,0.9598915298114769f,-0.17168636756709393f,2.0177783969706544f,0.9116313619922195f,-0.14149369502422576f,0.3858857267386323f,-0.3533159865303115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3461159020392038f,-0.24204913811987427f,-0.9064303597579983f,-0.07684242424776981f,0.2216574884541447f,0.9598915298114769f,-0.17168636756709393f,2.2923963654403448f,0.9116313619922195f,-0.14149369502422576f,0.3858857267386323f,0.16259011595505077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3461159020392038f,-0.24204913811987427f,-0.9064303597579983f,-0.11858478188362774f,0.2216574884541447f,0.9598915298114769f,-0.17168636756709393f,2.164626483071525f,0.9116313619922195f,-0.14149369502422576f,0.3858857267386323f,0.25063979078953397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.27727779422257504f,-0.3185922593850155f,-0.9064303597579983f,-0.2932183719855009f,0.44729209220618504f,0.8777548492839159f,-0.17168636756709393f,2.2745452364263135f,0.8503215915645543f,-0.3578343147582701f,0.3858857267386323f,-0.2969229247239115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.32370285412242866f,-0.2712940565916979f,-0.9064303597579983f,-0.25866658890718774f,0.3044740740282564f,0.9369201296995664f,-0.17168636756709393f,2.3190577890448885f,0.8958303413468588f,-0.22040917726303524f,0.3858857267386323f,-0.1959578437776369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.24845552350274777f,-0.3415462717553234f,-0.9064303597579983f,-0.25026430093480445f,0.5220913865938642f,0.8354306525595723f,-0.17168636756709393f,2.3218114690230824f,0.8158985457061875f,-0.4305830570446611f,0.3858857267386323f,-0.17499604689838927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.341838846974611f,-0.24805282826054248f,-0.9064303597579983f,-0.2623997170041231f,0.23837614605900673f,0.9558768771037782f,-0.17168636756709393f,2.3223193188800146f,0.9090231106463266f,-0.15738230589959606f,0.3858857267386323f,-0.20327571079927975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.2988262320286545f,-0.2984742634810285f,-0.9064303597579983f,-0.337845683928686f,0.3849734280525406f,0.9068182016728005f,-0.17168636756709393f,2.3974902102802105f,0.8732115108866992f,-0.29764721257617305f,0.3858857267386323f,-0.2660681282727909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.2988262320286545f,-0.2984742634810285f,-0.9064303597579983f,-0.2706889746454547f,0.3849734280525406f,0.9068182016728005f,-0.17168636756709393f,2.1934561149038307f,0.8732115108866992f,-0.29764721257617305f,0.3858857267386323f,-0.19909750544315208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.3533304115851541f,0.4360785087863456f,-0.8276431322881516f,-0.09007972500745169f,-0.010254728628453953f,0.8864603317666178f,0.46269095597923116f,2.334354828732548f,0.9354423877448693f,-0.15499553019005152f,0.31768526064531616f,0.05104007578066225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.4171980361378715f,0.37543660479361973f,-0.8276431322881516f,-0.1343512674257248f,0.1285444718770053f,0.877150727073111f,0.46269095597923116f,2.328387815811838f,0.8996788968251758f,-0.2994227075159005f,0.31768526064531616f,-0.05560684594571072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.2614491001674747f,0.7968754684770077f,-0.544641033857317f,-0.19506070048338497f,-0.03841105841200366f,0.5724106433553311f,0.8190669361933773f,2.34881620236353f,0.9644526730811044f,-0.1932240748796214f,0.18026507779829967f,-0.055264530211629206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.4949009325536743f,0.6770813918550239f,-0.544641033857317f,-0.1749648849346701f,0.14035352915736451f,0.5562645421810266f,0.8190669361933773f,2.3574097895869497f,0.8575394765318834f,-0.4817992817717733f,0.18026507779829967f,-0.033594872137134676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.3828890155093891f,0.7461649590010802f,-0.544641033857317f,-0.09182693816323206f,0.05160659823317079f,0.571372131848933f,0.8190669361933773f,2.447999152865889f,0.9223517554713337f,-0.3417188038509471f,0.18026507779829967f,-0.020660669471492425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.3828890155093891f,0.4103691598774305f,-0.8276431322881516f,-0.18415999913565378f,0.05160659823317079f,0.8850162926600987f,0.46269095597923116f,2.248870487017367f,0.9223517554713337f,-0.21987113122842356f,0.31768526064531616f,0.0288103350549028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3461159020392038f,-0.24204913811987427f,-0.9064303597579983f,-0.0750483548616812f,0.2216574884541447f,0.9598915298114769f,-0.17168636756709393f,1.7345840909186885f,0.9116313619922195f,-0.14149369502422576f,0.3858857267386323f,-0.024686995454791177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.36589479895096494f,-0.21096207955369287f,-0.9064303597579983f,0.0040624249709536285f,0.1371539555524461f,0.9755575757831694f,-0.17168636756709393f,1.36875f,0.9204943175147529f,-0.06150136033005296f,0.3858857267386323f,-0.0016239853310213168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4295287668083739f,0.2272901220982243f,-0.8739818298343803f,0.007855856267280317f,-0.12148532972534899f,0.973553765569697f,0.19347966354784357f,0.7534932212736667f,0.894844317826068f,0.02307088948518926f,0.4457817637732182f,-0.20911763498250244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3646822935685225f,-0.03632329783155895f,-0.9304232600232228f,-0.015060873967538198f,-0.1865240360087346f,0.9761350647783361f,-0.11121654239008584f,1.1025f,0.9122585207870707f,0.2141050054175132f,0.3492040061433322f,-0.12859717172369667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.36758418683774147f,0.4375438784300386f,-0.8206322075298018f,0.32124278804170003f,0.1391731009600654f,0.8465919271155418f,0.5137245924733918f,1.0042582502616575f,0.9195176526614353f,-0.3030469656525083f,0.25029946674496056f,0.023905842489379353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.36758418683774147f,-0.9270392474180276f,-0.07402769301722883f,0.025507109607133243f,0.1391731009600654f,0.1335385702901638f,-0.9812228585871907f,1.12125f,0.9195176526614353f,0.3503793429862492f,0.1781055935464367f,0.12442120944392758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.2986914682935814f,-0.4436728008988466f,-0.844948431865044f,-0.006385217322013036f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.295625f,0.9411775931263248f,-0.009647601405608747f,0.33777457273166195f,0.009283432810693718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.43242320360031095f,-0.3147575582521365f,-0.844948431865044f,-0.006385217322013036f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.295625f,0.8877173131253447f,0.3128359154468392f,0.33777457273166195f,0.009283432810693718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.37119664709058664f,-0.3850651849719858f,-0.844948431865044f,-0.006385217322013036f,0f,0.9099612708765432f,-0.414693242656239f,1.295625f,0.928554279075115f,0.15393274124511896f,0.33777457273166195f,0.009283432810693718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3866036087011866f,0.054901722718484286f,-0.9206103684956858f,0.0023199790443161664f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.2875f,0.9060340452549352f,-0.20895656552548506f,0.3680210083171499f,0.005803464244219469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.34451106319270575f,0.18381696536519435f,-0.9206103684956858f,0.0023199790443161664f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.2875f,0.9228608609967343f,0.11352695132696292f,0.3680210083171499f,0.005803464244219469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.37119664709058664f,0.12120065431730988f,-0.9206103684956858f,0.0023199790443161664f,0f,0.9914448613738104f,0.13052619222005157f,1.2875f,0.928554279075115f,-0.04845088490958456f,0.3680210083171499f,0.005803464244219469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.35854842805670656f,-0.17663601375595048f,-0.9166475567973071f,0.09455145427288547f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3562500000000002f,0.8969145592698806f,-0.20706109353795843f,0.39073005632096025f,0.17759092915991642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.35854842805670656f,0.014778338007334635f,-0.9333941426127581f,-0.049287246474716856f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3562500000000002f,0.8969145592698806f,0.2717649325031993f,0.3488382072411901f,-0.18222385398169066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.37119664709058664f,-0.08092883787430792f,-0.9250208497050326f,0.002899973805395208f,0f,0.9961946980917455f,-0.08715574274765818f,1.1828125f,0.928554279075115f,0.03235191948262043f,0.36978413178107516f,0.007254330305274336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.37119664709058664f,0f,-0.928554279075115f,0f,0f,1f,0f,1.40625f,0.928554279075115f,0f,0.37119664709058664f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3253170815971535f,0.7000520132061272f,0.6356854373250648f,-0.4620874871129279f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5454488766698269f,-0.9238092366987584f,0.3787912611414894f,0.05562081150879977f,-1.2797177380637095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5634896788437327f,0.7000520132061272f,0.4386417224143582f,-0.41941311725806024f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5483011233301731f,-0.8137491342800124f,0.3787912611414894f,0.44082822838535457f,-1.3631433057661742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.45519327845192165f,0.7000520132061272f,0.5502056506963913f,-0.5232811497899528f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.666182063997949f,-0.8898727221596225f,0.3787912611414894f,0.2542512907323444f,-1.3595682155247935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.911825223263336f,0.06299873446352156f,0.40571655336794166f,0.5719532647270946f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5434998033324049f,-0.3578092123258706f,-0.606558825480347f,-0.7099710971628647f,1.0395558366833269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9978575248037805f,0.06299873446352156f,-0.017649919219840188f,0.6636430577435782f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.550250196667595f,-0.024238524435279518f,-0.606558825480347f,-0.7946690412776266f,1.0578991337265145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9780244588424918f,0.06299873446352156f,0.19874435177344185f,0.5879865084693201f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6377083722563579f,-0.19566183512733415f,-0.606558825480347f,-0.7705860351099711f,1.1643153904714163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005799947610790416f,0f,-0.000014508660610548673f,0.6410601786645178f,0f,0.000015625f,0f,1.5723725f,0.000014508660610548673f,0f,0.000005799947610790416f,-0.2484958543655537f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108.mcfunction new file mode 100644 index 000000000..f528f8d38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..f8369ada7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42914238175578906f,-0.08642553907892475f,-0.689428666955712f,-0.36028141193267516f,0.015034990741644981f,0.8112897992504076f,-0.09234313796962121f,1.434591436559437f,0.6946619391321304f,0.03583200066414236f,0.4279080537849663f,0.02645992406039093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.35598586883127425f,-0.23909139552480785f,-0.6753586941606976f,-0.36028141193267516f,0.31773814064094674f,0.7286012067918879f,-0.09045858413350649f,1.434591436559437f,0.6421187858756952f,-0.22798154760288075f,0.41917523636078335f,0.02645992406039093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.15663604095450828f,-0.13447575937632655f,-0.7901429397638773f,-0.34909253207911023f,0.19728031542377847f,0.7738528823560651f,-0.17081170352159414f,1.4433089234434948f,0.7768462346338793f,-0.22363459270384534f,-0.11593938556760208f,0.08687880499869932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.09134810167193665f,-0.18042261501183762f,-0.7740175736462472f,-0.34909253207911023f,-0.11155340236235496f,0.7743112627866832f,-0.1673257503885004f,1.4433089234434948f,0.7868998428912767f,0.08882425521208961f,-0.11357327565805919f,0.08687880499869932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.561324771269264f,0.04082156274357981f,-0.04477508946000491f,-0.013875512345669574f,-0.0015956760244895576f,-1.1265512939812152f,-1.0827215181417953f,2.4912853094569813f,-0.06056948438780313f,1.0819528788465886f,-1.1256622741819922f,0.33800122249897946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.028656057254403358f,-0.9639962550964034f,0.2643672645066745f,0.0018416034370583f,0.6929417716107491f,-0.17145522430675905f,-0.7003105077141677f,1.9734358602409836f,0.7204238554764748f,0.20325925862806f,0.6630800421083284f,0.4910140959063063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.028656057254403358f,-0.9639962550964034f,0.2643672645066745f,-0.007561165349542803f,0.6929417716107491f,-0.17145522430675905f,-0.7003105077141677f,1.7460643414312065f,0.7204238554764748f,0.20325925862806f,0.6630800421083284f,0.254625018328088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2659118313511556f,0.0014553719745537819f,-0.9639962550964034f,-0.11888427452848029f,0.6173655751990148f,-0.7677648420037924f,-0.17145522430675914f,1.3863688258548008f,-0.7403719636146846f,-0.6407300752074209f,0.2032592586280601f,-0.5767601633363648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03385102414297561f,-0.2637523996565366f,-0.9639962550964034f,-0.10999864295026032f,0.8372799765868169f,0.5191968286350545f,-0.17145522430675914f,1.6169285561710534f,0.5457255253066791f,-0.8129386968343432f,0.2032592586280601f,-0.3401343576157017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.35539518462678055f,-0.3358852876538728f,-0.8722816840228685f,0.24840599639968025f,-0.69520200896837f,0.5288157407916104f,-0.48687583531878265f,1.4541784295631428f,0.6248107149132758f,0.7794453065024479f,-0.04556955892770907f,0.01655053160135611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2503697607865462f,-0.28805743383871324f,-0.9243040071826708f,0.18861832751002985f,-0.3276969852400746f,0.8731446431713126f,-0.36087825920358163f,1.6156375610377416f,0.9110047578076932f,0.39324464002894743f,0.1242134627979172f,0.09106023574927075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.35539518462678055f,-0.3358852876538728f,-0.8722816840228685f,0.19206629601784242f,-0.69520200896837f,0.5288157407916104f,-0.48687583531878265f,1.4102830078982171f,0.6248107149132758f,0.7794453065024479f,-0.04556955892770907f,-0.2876784612933762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2503697607865462f,-0.28805743383871324f,-0.9243040071826708f,0.132278627128192f,-0.3276969852400746f,0.8731446431713126f,-0.36087825920358163f,1.571742139372816f,0.9110047578076932f,0.39324464002894743f,0.1242134627979172f,-0.21316875714546157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.16256482162975386f,-0.21043739907296904f,-0.9639962550964034f,-0.2028586027757685f,0.224918750897855f,0.9591739474946489f,-0.17145522430675914f,2.168495040148406f,0.9607206848314627f,-0.1889482456095753f,0.2032592586280601f,-0.4228990907123051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.16256482162975386f,-0.21043739907296904f,-0.9639962550964034f,-0.273024757618051f,0.224918750897855f,0.9591739474946489f,-0.17145522430675914f,2.024089916274147f,0.9607206848314627f,-0.1889482456095753f,0.2032592586280601f,-0.41625203019590734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.16256482162975386f,-0.21043739907296904f,-0.9639962550964034f,-0.10735177006828811f,0.224918750897855f,0.9591739474946489f,-0.17145522430675914f,2.300634806300896f,0.9607206848314627f,-0.1889482456095753f,0.2032592586280601f,0.14152431162617923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.16256482162975386f,-0.21043739907296904f,-0.9639962550964034f,-0.16532556328833903f,0.224918750897855f,0.9591739474946489f,-0.17145522430675914f,2.1730985887439758f,0.9607206848314627f,-0.1889482456095753f,0.2032592586280601f,0.22022542350493662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.10682653718137339f,-0.24351449877563008f,-0.9639962550964034f,-0.23045430956115215f,0.45028288234324576f,0.8762696114362163f,-0.17145522430675914f,2.2810934831072136f,0.8864724568888167f,-0.41575504441855665f,0.2032592586280601f,-0.35117574883530506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.14360538558570113f,-0.22380507901049032f,-0.9639962550964034f,-0.21616849094770393f,0.30766038496396053f,0.9359210402495216f,-0.17145522430675914f,2.325962982782253f,0.9405969278892045f,-0.2719615653495208f,0.2032592586280601f,-0.245573741229127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.08519634294497118f,-0.2518983987819545f,-0.9639962550964034f,-0.21199408433757466f,0.524941348863736f,0.8336904019544908f,-0.17145522430675914f,2.3287921494903263f,0.8468637218596178f,-0.4914341363601505f,0.2032592586280601f,-0.22338932619984933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.15886742320179298f,-0.21324249577730076f,-0.9639962550964034f,-0.2184123815289887f,0.24162438825840507f,0.9551024872005467f,-0.17145522430675914f,2.329197261976212f,0.9572767608398178f,-0.20568635574096167f,0.2032592586280601f,-0.253487614690002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.12355302584603864f,-0.23546946715954029f,-0.9639962550964034f,-0.2802763371607435f,0.3880605377300708f,0.9055452087635201f,-0.17145522430675914f,2.4040866111288355f,0.9133146603777561f,-0.3529050933622735f,0.2032592586280601f,-0.3299734363064214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.12355302584603864f,-0.23546946715954029f,-0.9639962550964034f,-0.22729570704984706f,0.3880605377300708f,0.9055452087635201f,-0.17145522430675914f,2.2003389391570436f,0.9133146603777561f,-0.3529050933622735f,0.2032592586280601f,-0.25056979029991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.16512877885301816f,0.45745767253078434f,-0.8737648220415083f,-0.09871409088074364f,-0.0069089486341141135f,0.8864416031591469f,0.4627888834203049f,2.342225645108908f,0.9862478151171142f,-0.07038296691216608f,0.14953757101597825f,0.029387150695236577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.23465791585074136f,0.42599377729182586f,-0.8737648220415083f,-0.12145026338102696f,0.13184612996792058f,0.8766088337423196f,0.4627888834203049f,2.3358728697949784f,0.9630951461517538f,-0.22379958515058213f,0.14953757101597825f,-0.08380228931949305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.06937780062905732f,0.8189597014929964f,-0.5696417541844847f,-0.18108187041222976f,-0.03507375967074205f,0.5726670596442824f,0.8190374046287086f,2.356235872565627f,0.9969736968257654f,-0.03684353578138458f,0.06845437684101749f,-0.0953127619591561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.3190546748440608f,0.7574380412613124f,-0.5696417541844847f,-0.16557615170613782f,0.1436067258629855f,0.5554771265371621f,0.8190374046287086f,2.3649199337701408f,0.9367930522517038f,-0.34312210005221755f,0.06845437684101749f,-0.07018458268958284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.19663716757001795f,0.7980238694548325f,-0.5696417541844847f,-0.08656898299860791f,0.054942921633987424f,0.5711033226846002f,0.8190374046287086f,2.455640576350062f,0.9789356974246887f,-0.19235097763969322f,0.06845437684101749f,-0.04166657374863414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.19663716757001795f,0.44482452730578154f,-0.8737648220415083f,-0.1866545016424086f,0.054942921633987424f,0.8847642198602456f,0.4627888834203049f,2.2565686268815073f,0.9789356974246887f,-0.13900868736262154f,0.14953757101597825f,-0.01038961909204434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.16256482162975386f,-0.21043739907296904f,-0.9639962550964034f,-0.06900105434946854f,0.224918750897855f,0.9591739474946489f,-0.17145522430675914f,1.742235110687854f,0.9607206848314627f,-0.1889482456095753f,0.2032592586280601f,-0.03999558065319668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.18028704122188108f,-0.1954681634629268f,-0.9639962550964034f,0.004299506949129003f,0.14046534932776175f,0.9751269618342776f,-0.17145522430675914f,1.3765625f,0.9735327772631435f,-0.10449691563047087f,0.2032592586280601f,-0.0008092372917701046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.24866133754510317f,0.21895433879713674f,-0.9435181697944076f,0.04793496596940118f,-0.12364564995618005f,0.9733206467357837f,0.19328391522511473f,0.7614511108260829f,0.9606660670894929f,0.06859968046386362f,0.2690999654088824f,-0.20441603560351965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.18164669772863457f,-0.07657670543554826f,-0.980377725873512f,0.010046559556992178f,-0.1886669646865552f,0.9757284255701124f,-0.11117021170453759f,1.1103125f,0.9650954634854751f,0.20515859162878564f,0.16279035180454937f,-0.12908574336876946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.18316842287424917f,0.48221719928688067f,-0.8566889176204375f,0.3112865780957677f,0.1391731009600654f,0.8499360901153425f,0.5081726977008933f,1.0140948697968577f,0.9731804441268431f,-0.21230924480898358f,0.08856979020929999f,0.08504696033080836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.18316842287424917f,-0.9779188617532933f,-0.10061823238808634f,0.0010093154550538316f,0.1391731009600654f,0.12711366737461327f,-0.9820758440852393f,1.1290625f,0.9731804441268431f,0.16588193208941987f,0.1593832104563132f,0.12700484747564633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.11139029545995852f,-0.4334655178371825f,-0.8942593845878757f,-0.008057175902747713f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3034375f,0.98113406683887f,-0.09511190943542369f,0.1683141930193866f,0.007876232695405943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.2529265772082935f,-0.36922662365843933f,-0.8942593845878757f,-0.008057175902747713f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3034375f,0.954494631507236f,0.24619165471660126f,0.1683141930193866f,0.007876232695405943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.18496852383316675f,-0.40753748081310615f,-0.8942593845878757f,-0.008057175902747713f,0f,0.9099612708765432f,-0.414693242656239f,1.3034375f,0.9827444455152006f,0.07670519693771376f,0.1683141930193866f,0.007876232695405943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.20443296364407393f,0.09420567468411443f,-0.9743369305497002f,0.0011560532739572922f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.2953125f,0.9636219200482639f,-0.19442822915146463f,0.18338609247029236f,0.006142152784470004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.15988390902417804f,0.15844456886285757f,-0.9743369305497002f,0.0011560532739572922f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.2953125f,0.9720067782978421f,0.14687533500056033f,0.18338609247029236f,0.006142152784470004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.18496852383316675f,0.12827389039850506f,-0.9743369305497002f,0.0011560532739572922f,0f,0.9914448613738104f,0.13052619222005157f,1.2953125f,0.9827444455152006f,-0.024143237096507113f,0.18338609247029236f,0.006142152784470004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.17866587422102082f,-0.13334302614077712f,-0.9748323664961367f,0.05849123951227836f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3640625000000002f,0.9492582405652624f,-0.23726402001219551f,0.20643298555849732f,0.1925027026441896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.17866587422102082f,-0.03796061801924849f,-0.9831772459065735f,-0.013184063473073757f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3640625000000002f,0.9492582405652624f,0.26950615817143064f,0.16209633995441747f,-0.18831076999295063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.18496852383316675f,-0.0856518220800128f,-0.9790048062013551f,0.0014450665924466153f,0f,0.9961946980917455f,-0.08715574274765818f,1.190625f,0.9827444455152006f,0.01612106907961756f,0.1842646627564574f,0.0076776909805875045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.18496852383316675f,0f,-0.9827444455152006f,0f,0f,1f,0f,1.4140625f,0.9827444455152006f,0f,0.18496852383316675f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.497528682326963f,0.6137637578271496f,0.6129920552828491f,-0.20636188427813754f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5532613766698269f,-0.8436349445410776f,0.5068034039832483f,0.17728618124423823f,-1.34484835858115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7099757559315066f,0.6137637578271496f,0.34529476620328503f,-0.14838585023663756f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5561136233301731f,-0.6896685419057245f,0.5068034039832483f,0.5172113804013055f,-1.418467015630891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6184110297759998f,0.6137637578271496f,0.49077678004290615f,-0.2509903842638235f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.673994563997949f,-0.785265675197237f,0.5068034039832483f,0.35567981256745423f,-1.4350096589911385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.825604115229307f,0.17890278808529142f,0.5351370266873168f,0.3605216286620651f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5513123033324049f,-0.5270963053569295f,-0.5829890579825769f,-0.6182986682434803f,1.1304118850583647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9744101186535046f,0.17890278808529142f,0.13608347835417697f,0.4469458960952224f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.558062696667595f,-0.21640717765358414f,-0.5829890579825769f,-0.7831294220833469f,1.1661097937991063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9218588526203448f,0.17890278808529142f,0.34375870645092044f,0.3521699564110057f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6455208722563579f,-0.3807776932345775f,-0.5829890579825769f,-0.7177270418533364f,1.255919895706736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000028901331848932307f,0f,-0.00001535538196117501f,0.6769718166124663f,0f,0.000015625f,0f,1.580185f,0.00001535538196117501f,0f,0.0000028901331848932307f,-0.1200729020997962f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109.mcfunction new file mode 100644 index 000000000..648bd6103 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..33619f762 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.29283109734816876f,-0.09144433794365624f,-0.7568568728156982f,-0.35892729424710407f,0.017536775292205504f,0.8113638379399764f,-0.09124488172005665f,1.4423245028105796f,0.7621593366105689f,0.01646511420558095f,0.292893308349609f,-0.041032558667299296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2307393543263625f,-0.19253403587914014f,-0.7414108141868065f,-0.35892729424710407f,0.3200300729715927f,0.7277303607488447f,-0.0893827412767902f,1.4423245028105796f,0.695945473984026f,-0.270812051195006f,0.2869158938934946f,-0.041032558667299296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2979968784192063f,-0.09053347136439924f,-0.7549476772992714f,-0.35913939684840024f,0.1997811477927084f,0.773044824708579f,-0.1715623397554222f,1.4512473929138838f,0.7336414641250052f,-0.24728492472942706f,-0.25993232304298913f,0.02038375698643885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.23575597435895929f,-0.19364619376487452f,-0.7395405818441843f,-0.35913939684840024f,-0.10898716747518604f,0.7745174464860564f,-0.16806106751551564f,1.4512473929138838f,0.7566643363340139f,0.051223790655276755f,-0.25462758175639755f,0.02038375698643885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9753298921467093f,-1.2093028214819808f,0.1665068690499244f,0.237726080554733f,-0.788311485316332f,-0.7866894609787315f,-1.0959429474673172f,2.402747026499426f,0.9320423024752935f,0.6000938492775215f,-1.10117699233858f,0.4645183956624893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.10656439619195131f,-0.9849972236083449f,0.13573687394402742f,-0.08957281663039296f,0.701403486379083f,-0.17122873686144388f,-0.6918915153173232f,1.9848638805408418f,0.7047532750966912f,0.02147531505441425f,0.7091273736669607f,0.47880890906266316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10656439619195131f,-0.9849972236083449f,0.13573687394402742f,-0.05460637412990893f,0.701403486379083f,-0.17122873686144388f,-0.6918915153173232f,1.7547158615727052f,0.7047532750966912f,0.02147531505441425f,0.7091273736669607f,0.24756174067156134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.12385428057318873f,0.12016899212171944f,-0.984997223608345f,-0.009825921179563296f,0.614784632640831f,-0.7698834815356885f,-0.17122873686144413f,1.3922150903944541f,-0.7789094765454947f,-0.6267685682857248f,0.02147531505441434f,-0.58883704028344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1343673105284004f,-0.10828617337969074f,-0.984997223608345f,-0.04495393625241537f,0.8390682863259833f,0.5163769268226573f,-0.17122873686144413f,1.6235619255439306f,0.5271715439430908f,-0.8494874773061528f,0.02147531505441434f,-0.35544213877879616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.22213160809159088f,-0.48452395378794955f,-0.846105245753941f,0.24142257964334546f,-0.6549429868841892f,0.5687070697805331f,-0.4976162705467505f,1.460553599968023f,0.7222930379131871f,0.6646869992615567f,-0.1910077495674101f,0.06697303053500445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.07256321677543567f,-0.35794376984626664f,-0.9309193505344295f,0.1684898768563303f,-0.29804933487801066f,0.8829459284158586f,-0.3627300393855367f,1.623838898799837f,0.9517884079720538f,0.3037807517307513f,-0.04261550572177923f,0.1236655745737592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.22213160809159088f,-0.48452395378794955f,-0.846105245753941f,0.24249058619660457f,-0.6549429868841892f,0.5687070697805331f,-0.4976162705467505f,1.415623905348052f,0.7222930379131871f,0.6646869992615567f,-0.1910077495674101f,-0.2422783751260828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.07256321677543567f,-0.35794376984626664f,-0.9309193505344295f,0.1695578834095894f,-0.29804933487801066f,0.8829459284158586f,-0.3627300393855367f,1.5789092041798658f,0.9517884079720538f,0.3037807517307513f,-0.04261550572177923f,-0.18558583108732804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.018442148938908966f,-0.17158192394995206f,-0.984997223608345f,-0.12076147573022081f,0.2281772485351078f,0.9584445017442491f,-0.17122873686144413f,2.174807838172758f,0.9734449293069757f,-0.22791178216549252f,0.02147531505441434f,-0.4558399485099787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.018442148938908966f,-0.17158192394995206f,-0.984997223608345f,-0.19096564436455005f,0.2281772485351078f,0.9584445017442491f,-0.17122873686144413f,2.0303929345539f,0.9734449293069757f,-0.22791178216549252f,0.02147531505441434f,-0.4618418498019524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.018442148938908966f,-0.17158192394995206f,-0.984997223608345f,-0.13159623823182984f,0.2281772485351078f,0.9584445017442491f,-0.17122873686144413f,2.3088619716871337f,0.9734449293069757f,-0.22791178216549252f,0.02147531505441434f,0.1160589474578695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.018442148938908966f,-0.17158192394995206f,-0.984997223608345f,-0.20318356803657722f,0.2281772485351078f,0.9584445017442491f,-0.17122873686144413f,2.1815603617084087f,0.9734449293069757f,-0.22791178216549252f,0.02147531505441434f,0.183065415863919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.059403762591379194f,-0.16202364788461926f,-0.984997223608345f,-0.161165621006037f,0.4532681197760787f,0.8747735314168419f,-0.17122873686144413f,2.2876305392744287f,0.8893926043006235f,-0.4566394707629513f,0.02147531505441434f,-0.39085754073378487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.03332632101828968f,-0.1693216637386898f,-0.984997223608345f,-0.16671063290558177f,0.3108429076477661f,0.9349103734786113f,-0.17122873686144413f,2.3328564329869987f,0.9498768568043272f,-0.3118858248635955f,0.02147531505441434f,-0.28458895644880805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.07329900471430176f,-0.15622971993748438f,-0.984997223608345f,-0.16672360943948128f,0.5277848346015708f,0.8319398343855323f,-0.17122873686144413f,2.3357610518191083f,0.8462094446840485f,-0.5324174927355676f,0.02147531505441434f,-0.262024800225946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.021433857584364648f,-0.17123393131300005f,-0.984997223608345f,-0.16744698230405308f,0.24486965902697494f,0.9543162839231275f,-0.17122873686144413f,2.3360634214133444f,0.9693190598750581f,-0.24486602664773124f,0.02147531505441434f,-0.29279249317370004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.04795685967173842f,-0.1657727634271602f,-0.984997223608345f,-0.2140366311513097f,0.39114286454114555f,0.9042610127564835f,-0.17122873686144413f,2.410670089155453f,0.9190796478700702f,-0.39348622811267664f,0.02147531505441434f,-0.37967686622178015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.04795685967173842f,-0.1657727634271602f,-0.984997223608345f,-0.1767377593801987f,0.39114286454114555f,0.9042610127564835f,-0.17122873686144413f,2.2072113612852444f,0.9190796478700702f,-0.39348622811267664f,0.02147531505441434f,-0.29114246489642803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.020694801940231683f,0.4627141520724058f,-0.8862659525472979f,-0.10229963282676359f,-0.0035633543380856544f,0.8864160294055691f,0.4628757126040709f,2.350084929146229f,0.9997794895268234f,0.012737200821991916f,-0.016695389684114013f,0.007332101986207672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.05194442625869838f,0.4602547533009144f,-0.8862659525472979f,-0.10364468887307081f,0.13514653383000946f,0.8760602085901446f,0.4628757126040709f,2.3433464680683014f,0.9894630821685004f,-0.14381958485862353f,-0.016695389684114013f,-0.10808853997844936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.11677799722676711f,0.8116701356285305f,-0.5723237635224212f,-0.160102764469718f,-0.031736971459196114f,0.5729224627615739f,0.8189948817335864f,2.3636434848961625f,0.9926508268300105f,0.11380440497615202f,-0.04114478583879914f,-0.13052931151515218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.13975739051342018f,0.8080305572838267f,-0.5723237635224212f,-0.14952627326349283f,0.14685912393873252f,0.5546889050721466f,0.8189948817335864f,2.3724179899318116f,0.9792345324348133f,-0.19851155403515425f,-0.04114478583879914f,-0.10299003919099657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.011632917157251593f,0.8199452328942126f,-0.5723237635224212f,-0.07716641160095963f,0.05827858229558974f,0.570833592686875f,0.8189948817335864f,2.4632693730160558f,0.9982325791537905f,-0.042881517163582905f,-0.04114478583879914f,-0.060614089135464205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.011632917157251593f,0.4630306000620731f,-0.8862659525472979f,-0.1813482966149259f,0.05827858229558974f,0.8845053315423766f,0.4628757126040709f,2.2642556734190213f,0.9982325791537905f,-0.05703491807013385f,-0.016695389684114013f,-0.04778123256968411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.018442148938908966f,-0.17158192394995206f,-0.984997223608345f,-0.060326128735451054f,0.2281772485351078f,0.9584445017442491f,-0.17122873686144413f,1.749881608235125f,0.9734449293069757f,-0.22791178216549252f,0.02147531505441434f,-0.05332816396869157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.003417620970429153f,-0.17253634211595686f,-0.984997223608345f,0.004374999558032761f,0.1437750227839077f,0.9746842886270001f,-0.17122873686144413f,1.384375f,0.9896044981154791f,-0.14220319318821342f,0.02147531505441434f,-0.0000019665231115329114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06712246865150305f,0.20253681964400438f,-0.9769715507068872f,0.08483169101402749f,-0.1258053816775749f,0.9730828952408326f,0.19308724693950796f,0.7694106608349693f,0.9897815820387282f,0.10994778614511004f,0.09079594803019275f,-0.19282135160804018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.0004412325812934373f,-0.11311798672861761f,-0.99358146439649f,0.033693810215923214f,-0.19080899537654478f,0.9753171422406774f,-0.11112335188821408f,1.118125f,0.9816270842826226f,0.18963331228964608f,-0.021153587706454258f,-0.1250151576935107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.00044511658143846835f,0.5074844107050784f,-0.8616608235045553f,0.29100059005012063f,0.13917310096006547f,0.8532438446818503f,0.5025990345013548f,1.0239364141626943f,0.9902679687036173f,-0.12014372394700414f,-0.07024838614343899f,0.1407416951962347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.00044511658143846835f,-0.9925536751605619f,-0.12180724032868752f,-0.022443811352410397f,0.13917310096006547f,0.12068331933261855f,-0.9828867607227297f,1.136875f,0.9902679687036173f,-0.016514792161057352f,0.13819049098794287f,0.12501010091979534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07156805638476674f,-0.40847113252581485f,-0.9099611789512699f,-0.009372189734196582f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.31125f,0.984840021698826f,-0.17346459109393841f,0.00040901939880653304f,0.006254213346714371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0724533808221223f,-0.4083150259408285f,-0.9099611789512699f,-0.009372189734196582f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.31125f,0.9847752853528979f,0.1738317291556682f,0.00040901939880653304f,0.006254213346714371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00044949099692180827f,-0.41469320076347843f,-0.9099611789512699f,-0.009372189734196582f,0f,0.9099612708765432f,-0.414693242656239f,1.31125f,0.9999998989789167f,0.00018640087905829022f,0.00040901939880653304f,0.006254213346714371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.023108295345786154f,0.12846513979140145f,-0.9914447612169764f,0.0000028093187307613017f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.303125f,0.9847974655268026f,-0.173705939138647f,0.00044564553913191803f,0.00624999936861823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.022222970908430586f,0.12862124637638778f,-0.9914447612169764f,0.0000028093187307613017f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.303125f,0.9848178415249214f,0.17359038111095962f,0.00044564553913191803f,0.00624999936861823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00044949099692180827f,0.13052617903415423f,-0.9914447612169764f,0.0000028093187307613017f,0f,0.9914448613738104f,0.13052619222005157f,1.303125f,0.9999998989789167f,-0.000058670348265398554f,0.00044564553913191803f,0.00624999936861823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.00043417496261119297f,-0.08727162807693262f,-0.9961844580321977f,0.021964895989548164f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3718750000000002f,0.965925728710195f,-0.2577949587279182f,0.02300534438233355f,0.19999014718022567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.00043417496261119644f,-0.08703983980924865f,-0.9962047368779583f,0.02179071822824096f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3718750000000002f,0.965925728710195f,0.2578733101713084f,-0.022109783286386596f,-0.18750981367410458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00044949099692180827f,-0.08715573394309063f,-0.996194597455078f,0.000003511648413451627f,0f,0.9961946980917455f,-0.08715574274765818f,1.1984375f,0.9999998989789167f,0.000039175721695105536f,0.0004477805479734785f,0.007812499210772787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00044949099692180827f,0f,-0.9999998989789167f,0f,0f,1f,0f,1.421875f,0.9999998989789167f,0f,0.00044949099692180827f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6446580967061168f,0.5097050969357397f,0.5697513953550046f,0.045342391913987035f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5610738766698269f,-0.7373402523530627f,0.6113561604080227f,0.28735517637773933f,-1.3598332259349877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8250459973502495f,0.5097050969357397f,0.24392584203823087f,0.11590744483489801f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5639261233301731f,-0.546815667260197f,0.6113561604080227f,0.5720456897573352f,-1.421489535387124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7526938978230504f,0.5097050969357397f,0.41671646276295743f,0.018117448959998894f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.681807063997949f,-0.6576673008227858f,0.6113561604080227f,0.4401333508831513f,-1.4566813832935286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7141630396902521f,0.2834076658251451f,0.6400400360070624f,0.14573931230582213f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5591248033324049f,-0.670390798672589f,-0.5399653176488709f,-0.5089338196578036f,1.1775257650951763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9177441315467989f,0.2834076658251451f,0.27825492621507f,0.2240922381539964f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.565875196667595f,-0.39249567498985094f,-0.5399653176488709f,-0.7445700778641423f,1.2285582420177275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8357645423805257f,0.2834076658251451f,0.4702953589511732f,0.11437147138723328f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6533333722563579f,-0.5443464205072127f,-0.5399653176488709f,-0.6419691816725616f,1.299337380807336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[7.023296826903255e-9f,0f,-0.000015624998421545575f,0.6875031747492756f,0f,0.000015625f,0f,1.5879975f,0.000015624998421545575f,0f,7.023296826903255e-9f,0.006908474210496588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..2f37ec118 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.37100465979700126f,-0.06541813149077647f,-0.7245829524116693f,0.07887004024185812f,-0.20861644181830424f,0.7887686572662619f,0.03560379139772583f,1.5192600711670705f,0.6969785987076117f,0.20126827328488262f,-0.3750418104117732f,-0.26678008587970675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3602919641638175f,0.0798748054482597f,-0.7097955452195944f,0.07887004024185812f,0.10688545602944642f,0.792060023840846f,0.03487718341001714f,1.5192600711670705f,0.7062331058852707f,-0.07912606452896141f,-0.3673878959135738f,-0.26678008587970675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19492437137933974f,0.7911829387064121f,0.054575556677869626f,1.5209625151706059f,-0.5527496083635451f,0.17583681088688297f,-0.5748858415681524f,-0.2847132232267407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1201821702934211f,0.7891122132578344f,0.0534617698068927f,1.5209625151706059f,-0.5661687027889297f,-0.048074533936233343f,-0.5631534774545166f,-0.2847132232267407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0774052138691733f,1.5517475256275497f,-0.1658140511978508f,-0.04321523453944154f,1.1087035348189191f,0.17151661826934375f,1.0875498938152124f,1.5821847678054513f,1.098267342110244f,-0.06378021923938548f,-1.10957071829058f,0.3858599671655508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9502555982465738f,-0.16815766342305108f,-0.262177989604668f,-0.2864829418667057f,-0.26841850201599204f,-0.015108216456426182f,-0.9631839126412961f,1.6357929030607838f,0.15800571437937422f,0.9856443283596801f,-0.059493295385765047f,0.3694039153285654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.19129893102267992f,-0.9514675453827139f,-0.24106893012782105f,-0.2984375f,-0.10398742643818816f,0.2245763618512041f,-0.9688921884505204f,1.658364368397065f,0.9760078555689711f,0.21041617756500947f,-0.055979443428710834f,0.04026623945430352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9237286136595599f,0.278302041954704f,0.2631984455699343f,0.3067138316904638f,0.27384744356414475f,0.0006339217440531897f,-0.96177293359535f,1.6371580910972572f,-0.2678302185339996f,0.9604934000747036f,-0.07562673107417404f,0.3716568335035812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12588382461784076f,0.9619050493500421f,0.24267661348897662f,0.2984375f,0.10262551304251677f,0.23068330180490762f,-0.967601787070046f,1.658364368397065f,-0.9867224872132718f,0.14671022562616165f,-0.06967670288106192f,0.0402662394543036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.50359067909773e-17f,1.0376863039711898e-16f,-0.15625000000000003f,0f,0.8473351701843075f,-0.5310584801777773f,1.351085783705885f,-1.2246467991473532e-16f,-0.5310584801777773f,-0.8473351701843075f,0.26680554344377005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0374807510301854e-17f,1.2075787777837405e-16f,-0.15625000000000003f,0f,0.9860629028912695f,-0.16637292911301116f,1.5349327471910417f,-1.2246467991473532e-16f,-0.16637292911301116f,-0.9860629028912695f,0.22944772609201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.0934991395074704e-17f,1.1136976465002626e-16f,0.15624999999999997f,0f,0.9094031416043078f,-0.4159157679629558f,1.3476813024618086f,-1.2246467991473532e-16f,-0.4159157679629558f,-0.9094031416043078f,0.2179495111516387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1573885835336645e-17f,1.2191654109795426e-16f,0.15624999999999997f,0f,0.9955241068921856f,0.09450794991172012f,1.5349327471910417f,-1.2246467991473532e-16f,0.09450794991172012f,-0.9955241068921856f,0.22944772609201008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,0.29375f,0f,0.8967260237383401f,0.44258608015890655f,2.1875833550539117f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.2931213116722397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,0.33125f,0f,0.8967260237383401f,0.44258608015890655f,2.1169850471015166f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.15372998692690698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,-0.29375f,0f,0.8967260237383401f,0.44258608015890655f,2.1875833550539117f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.29312131167223965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,-0.33125f,0f,0.8967260237383401f,0.44258608015890655f,2.1169850471015166f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.15372998692690693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883225681719592f,0.14736458813330316f,0.03875795926367745f,0.19303264735797587f,0.12004899971095863f,0.5963854178443008f,0.7936703793459078f,2.2503199370095195f,0.09384422683565152f,0.7890552018376034f,-0.6071121391824068f,0.35029615774942346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992075778409946f,-0.009057426723299428f,0.03875795926367745f,0.07784763539111779f,0.025275763516355132f,0.607822724754174f,0.7936703793459078f,2.2593565883772775f,-0.03074657970893853f,0.7940210943630931f,-0.6071121391824068f,0.3547562670813075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.975688202420615f,0.20787514117373362f,0.06942951345954664f,0.057702573152025316f,0.10651263535621841f,0.1728932650511095f,0.9791644281781484f,2.3021842358200972f,0.1915400484668998f,0.9627543012534233f,-0.19083124809980823f,0.3148175871813381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921715741152057f,-0.1038032281700594f,0.06942951345954664f,0.0863791064264198f,0.04787257880953608f,0.1973454807911362f,0.9791644281781484f,2.3023289677982253f,-0.11534202926895096f,0.9748228818779286f,-0.19083124809980823f,0.32599350401249994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05268459124513156f,0.06942951345954664f,0.14256433657828582f,0.07815482264006919f,0.18742690919038085f,0.9791644281781484f,2.349642050149862f,0.038573918546023954f,0.9808646632215243f,-0.19083124809980823f,0.42544367586966214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07806371812571497f,0.03875795926367745f,0.12499999999999997f,0.07815482264006919f,0.6033068478370044f,0.7936703793459078f,2.213898009386536f,0.038573918546023954f,0.7936793453690015f,-0.6071121391824068f,0.24686582316163705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883225681719592f,-0.14736458813330333f,-0.0387579592636773f,-0.19303264735797596f,-0.12004899971095863f,0.5963854178443008f,0.7936703793459078f,2.2503199370095195f,-0.09384422683565177f,0.7890552018376032f,-0.6071121391824068f,0.3502961577494234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992075778409946f,0.009057426723299233f,-0.0387579592636773f,-0.07784763539111787f,-0.025275763516355132f,0.607822724754174f,0.7936703793459078f,2.2593565883772775f,0.03074657970893828f,0.7940210943630931f,-0.6071121391824068f,0.3547562670813075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9756882024206149f,-0.20787514117373385f,-0.0694295134595466f,-0.057702573152025385f,-0.10651263535621841f,0.1728932650511095f,0.9791644281781484f,2.3021842358200972f,-0.19154004846690004f,0.9627543012534232f,-0.19083124809980823f,0.314817587181338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921715741152058f,0.10380322817005914f,-0.0694295134595466f,-0.08637910642641985f,-0.04787257880953608f,0.1973454807911362f,0.9791644281781484f,2.3023289677982253f,0.11534202926895071f,0.9748228818779288f,-0.19083124809980823f,0.3259935040124998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05268459124513181f,-0.0694295134595466f,-0.1425643365782859f,-0.07815482264006919f,0.18742690919038085f,0.9791644281781484f,2.349642050149862f,-0.038573918546024204f,0.9808646632215243f,-0.19083124809980823f,0.42544367586966203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07806371812571516f,-0.0387579592636773f,-0.12500000000000003f,-0.07815482264006919f,0.6033068478370044f,0.7936703793459078f,2.213898009386536f,-0.038573918546024204f,0.7936793453690015f,-0.6071121391824068f,0.246865823161637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.4201162641377875e-17f,1.0981726546832914e-16f,-5.886037707556646e-18f,0f,0.8967260237383401f,0.44258608015890655f,1.7404951072156707f,-1.2246467991473532e-16f,0.44258608015890655f,-0.8967260237383401f,0.048063145322020474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1573885835336645e-17f,1.2191654109795426e-16f,-1.5458305193054043e-18f,0f,0.9955241068921856f,0.09450794991172012f,1.367173567131101f,-1.2246467991473532e-16f,0.09450794991172012f,-0.9955241068921856f,0.012622664105125426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9964105978804819f,-0.08463193595484382f,0.0018318973758950155f,0.15289583190566655f,-0.07961914852003203f,0.9296034462223041f,-0.35985861662680885f,0.8432968326048726f,0.028752593281401187f,-0.3587127934548065f,-0.9330050483204491f,0.3497172150180472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9964105978804819f,-0.07822441471511384f,0.03235523719490366f,0.12499999999999999f,-0.07961914852003203f,0.7361941836528989f,-0.6720706176768827f,1.1041561252512861f,0.028752593281401187f,-0.6722343824129493f,-0.7397798479828136f,0.1053459433665833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14730856286809693f,0.09194496676154566f,-0.13722408859017035f,0.1633246619578078f,0.9656066871629501f,0.20230862686143805f,1.139942072285989f,-0.05898088167714713f,0.2142519848494493f,-0.9749960731124292f,0.37726614149908566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1633246619578078f,0.21121512286583838f,-0.9636976842709215f,1.0932180761132433f,-0.05898088167714713f,-0.9729764010563899f,-0.22324466081844224f,0.043775736845460086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.734482487345302e-17f,-3.5217102305975565e-18f,0.10375276636419604f,0.7880805018174538f,-0.6067655940533597f,1.2818299522993175f,-0.07919880256192274f,-0.6015746302826309f,-0.7948808174016236f,0.02875694635424278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.499831783169523e-18f,-0.10375276636419604f,0.6959655072673753f,-0.7105402002461517f,1.2439520734147849f,0.0791988025619225f,-0.7063461755853606f,-0.7034220851726881f,0.028578295273431024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.430735425901893e-17f,9.734482487345302e-17f,-3.5217102305975565e-18f,0f,0.7948808174016236f,-0.6067655940533597f,1.2818299522993175f,-1.2246467991473532e-16f,-0.6067655940533597f,-0.7948808174016236f,0.02875694635424278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.183710846742889e-16f,-3.639652618954155e-18f,0.08424241023466103f,0.9628951550928531f,-0.2563905938535297f,1.306764441285447f,-0.022345912640817665f,-0.25541495023748034f,-0.966573258156584f,0.029720019041312343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.183710846742889e-16f,-3.639652618954155e-18f,-0.08424241023466103f,0.9628951550928531f,-0.2563905938535297f,1.306764441285447f,0.022345912640817422f,-0.25541495023748034f,-0.966573258156584f,0.029720019041312343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.139879200942142e-17f,1.183710846742889e-16f,-3.639652618954155e-18f,0f,0.966573258156584f,-0.2563905938535297f,1.306764441285447f,-1.2246467991473532e-16f,-0.2563905938535297f,-0.966573258156584f,0.029720019041312343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.151840619209353e-16f,-0.19375f,0.12276631121271826f,0.9325027132981006f,-0.3396573604721414f,1.3190439070653932f,-0.044334181921942196f,-0.3367515446678966f,-0.9405492424520354f,0.030601619948260904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12276631121271829f,0.8993511694120763f,-0.41963782826188656f,1.3197132221220467f,0.04433418192194197f,-0.41744437118901856f,-0.9076203376279737f,0.017734310891782325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1476696948244155e-17f,1.1112041890632526e-16f,-0.007812500000000009f,0f,0.9073670790932669f,-0.4203391294868385f,1.1789085286396235f,-1.2246467991473532e-16f,-0.4203391294868385f,-0.9073670790932669f,0.07589219148049407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.159602993090467e-17f,1.151840619209353e-16f,0f,0f,0.9405492424520354f,-0.3396573604721414f,1.3890625f,-1.2246467991473532e-16f,-0.3396573604721414f,-0.9405492424520354f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8495206049077548f,0.22929691509416178f,-0.4751185815830219f,-1.0935050787603469f,-0.15951349304708304f,0.9700927137909356f,0.1829633083043043f,2.322783811896845f,0.5028619963499728f,-0.07964327578671337f,0.8606897009078713f,-0.48066118664675084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3548917556266229f,0.22929691509416178f,-0.9063524515973649f,-1.0627449212396531f,0.15951349304708304f,0.9700927137909356f,0.1829633083043043f,2.322783811896845f,0.9211988315907544f,-0.07964327578671337f,-0.3808538581894503f,-0.3921011775608089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3281083468873979f,0.22929691509416178f,-0.9163884751736675f,-0.9406667287239499f,1.3877787807814457e-17f,0.9700927137909356f,0.2427346836563282f,2.286373609348396f,0.9446400969167139f,-0.07964327578671337f,0.31829551664945355f,-0.48412550960119793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8473631464734968f,-0.2663545544583291f,0.45938105023807885f,1.0244648818212658f,0.15415245096225208f,0.9512339825883555f,0.2671908161434946f,2.2573655676754227f,-0.5081463567328471f,-0.15559293585635978f,0.8470998279132944f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.33959516967454445f,-0.2663545544583291f,0.9020700483072379f,0.9928876234931283f,-0.2436856452116574f,0.9512339825883555f,0.18913280172110417f,2.2629334902954743f,-0.9084560677608443f,-0.15559293585635978f,-0.3879412471755268f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8732099924620169f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2147447002575555f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.555185f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11.mcfunction new file mode 100644 index 000000000..c25b8eb33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110.mcfunction new file mode 100644 index 000000000..0e750579d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..4ac90f1df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1536066640189298f,-0.09231480268062528f,-0.7967605753420894f,-0.34599100778662606f,0.02004021603107922f,0.8114281767335423f,-0.09015069710629714f,1.4500544995700793f,0.801840275213741f,-0.002595313730722193f,0.154886674172557f,-0.10398409444595769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1044114684700403f,-0.14113026824362085f,-0.7805001554371489f,-0.34599100778662606f,0.3223198679592072f,0.7268501151976747f,-0.08831088696127068f,1.4500544995700793f,0.7247124588212136f,-0.30293754706640563f,0.15172572163842318f,-0.10398409444595769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.422757717828365f,-0.04485621000790598f,-0.6972863664841896f,-0.3570421223943784f,0.20227765376391424f,0.7722275379950535f,-0.1723160607555451f,1.45918268325609f,0.6688079748692917f,-0.26191027935205086f,-0.388642950232488f,-0.04360052124670511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36579083197135703f,-0.19907667805687163f,-0.6830560324743082f,-0.3570421223943784f,-0.10642138835255979f,0.774713655799194f,-0.16879940645441152f,1.45918268325609f,0.7034710764109754f,0.013683119969095825f,-0.38071146145223317f,-0.04360052124670511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3498611331925804f,-1.48022349995004f,0.35768956886783493f,0.2076854982435186f,-1.1006618466342384f,-0.007836731304493551f,-1.1090033070312144f,2.182445353208251f,1.052400559124192f,-0.5002831456666467f,-1.040949608442682f,0.7561085988707495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22892132407541418f,-0.9734274774655951f,0.005828678969376638f,-0.17231861128559023f,0.7097621164999771f,-0.17100691207983054f,-0.6833698661796512f,1.9962535012208773f,0.6662077494033166f,-0.15230095907738073f,0.7300490754045771f,0.45140766864635107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22892132407541418f,-0.9734274774655951f,0.005828678969376638f,-0.09720380182334495f,0.7097621164999771f,-0.17100691207983054f,-0.6833698661796512f,1.7633628067443223f,0.6662077494033166f,-0.15230095907738073f,0.7300490754045771f,0.23280825087338777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.016139291686313933f,0.22842606983186692f,-0.9734274774655949f,0.09435086698716172f,0.6121960827076252f,-0.7719926115827532f,-0.17100691207983051f,1.3980612517451447f,-0.7905412573555555f,-0.5931685580699699f,-0.15230095907738064f,-0.5813395254094915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.22475653166533616f,0.043857127000495655f,-0.9734274774655949f,0.018718073832344466f,0.8408462303567772f,0.5135506332541306f,-0.17100691207983051f,1.6301923346471725f,0.4924044256183795f,-0.8569377454025139f,-0.15230095907738064f,-0.358576520008387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0725249884660399f,-0.5962645831607432f,-0.7995052675974975f,0.2253368594203273f,-0.6122620259510674f,0.6061795031834047f,-0.5076235036901023f,1.467099782257868f,0.7873216227351407f,0.5263221036480095f,-0.321107000212139f,0.11324201274165781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10277232923288365f,-0.40255332080460127f,-0.9096090766110658f,0.14417305504064543f,-0.26809887075792116f,0.8918201932492015f,-0.3643895421266706f,1.6320386338538015f,0.9578939627340676f,0.20641600427812026f,-0.19957852924470562f,0.15069764773602595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0725249884660399f,-0.5962645831607432f,-0.7995052675974975f,0.28098286635173086f,-0.6122620259510674f,0.6061795031834047f,-0.5076235036901023f,1.4211363667389896f,0.7873216227351407f,0.5263221036480095f,-0.321107000212139f,-0.1908091940417212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.10277232923288365f,-0.40255332080460127f,-0.9096090766110658f,0.19981906197204902f,-0.26809887075792116f,0.8918201932492015f,-0.3643895421266706f,1.5860752183349232f,0.9578939627340676f,0.20641600427812026f,-0.19957852924470562f,-0.15335355904735307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.1899385395619383f,-0.12791519575111807f,-0.9734274774655949f,-0.03775481918872284f,0.23143293616378158f,0.9577032066770647f,-0.17100691207983051f,2.181111009461558f,0.954128999269852f,-0.25776398238780573f,-0.15230095907738064f,-0.4725852281191237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.1899385395619383f,-0.12791519575111807f,-0.9734274774655949f,-0.10590155049865992f,0.23143293616378158f,0.9577032066770647f,-0.17100691207983051f,2.0366874755132987f,0.954128999269852f,-0.25776398238780573f,-0.15230095907738064f,-0.4904227827067718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.1899385395619383f,-0.12791519575111807f,-0.9734274774655949f,-0.14934371118136158f,0.23143293616378158f,0.9577032066770647f,-0.17100691207983051f,2.3170778594577794f,0.954128999269852f,-0.25776398238780573f,-0.15230095907738064f,0.08796555895191434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.1899385395619383f,-0.12791519575111807f,-0.9734274774655949f,-0.23173583295844402f,0.23143293616378158f,0.9577032066770647f,-0.17100691207983051f,2.190011795721804f,0.954128999269852f,-0.25776398238780573f,-0.15230095907738064f,0.14168767930950504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.21524203982416604f,-0.07816527622481076f,-0.9734274774655949f,-0.08891902656799341f,0.45624776406041856f,0.8732666338586342f,-0.17100691207983051f,2.294156426551726f,0.8634285390709534f,-0.4809319866487456f,-0.15230095907738064f,-0.41613057624792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.20036430996929294f,-0.1108742053207054f,-0.9734274774655949f,-0.11311531381423284f,0.3140215982799181f,0.9338881473895292f,-0.17100691207983051f,2.339738156419237f,0.928032639029606f,-0.33994093422218985f,-0.15230095907738064f,-0.3126608405239777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2212355315857358f,-0.059108253898637046f,-0.9734274774655949f,-0.11711180605948679f,0.5306218056638992f,0.830178977916753f,-0.17100691207983051f,2.3427181917134416f,0.8182269482961071f,-0.5543546508744649f,-0.15230095907738064f,-0.2904634180524626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.19214203898812823f,-0.12458082905669499f,-0.9734274774655949f,-0.11238859011576795f,0.24811191341585107f,0.9535182821750439f,-0.17100691207983051f,2.3429178143503715f,0.9494850790163107f,-0.2743765707736362f,-0.15230095907738064f,-0.3208758662760407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.20926518699450314f,-0.09298939524012657f,-0.9734274774655949f,-0.14284263139591039f,0.3942203664217193f,0.9029656354032786f,-0.17100691207983051f,2.4172406657215584f,0.8948733900449164f,-0.419530730285195f,-0.15230095907738064f,-0.4148668747024527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.20926518699450314f,-0.09298939524012657f,-0.9734274774655949f,-0.12192001746688194f,0.3942203664217193f,0.9029656354032786f,-0.17100691207983051f,2.214073397755821f,0.8948733900449164f,-0.419530730285195f,-0.15230095907738064f,-0.320472460388284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.196979031578316f,0.45384310788597526f,-0.8690372227602612f,-0.10127117401476032f,-0.0002179932185290001f,0.8863836161792201f,0.46295144178197134f,2.3579326841852235f,0.9804076772432095f,0.09138117089120887f,-0.17450005160207332f,-0.014010245546058231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.12355718903728585f,0.47906985554753556f,-0.8690372227602612f,-0.08221146741607929f,0.13844563745715174f,0.8755048646472944f,0.46295144178197134f,2.350808619403051f,0.9826323964261953f,-0.06311343347169804f,-0.17450005160207332f,-0.127830788113521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2903128235235681f,0.779226528948148f,-0.5554498006851696f,-0.13380261137928945f,-0.028400741537052104f,0.5731768540172183f,0.8189393700995639f,2.3710390489872166f,0.9565102521028822f,0.25352378705428325f,-0.14426997962062404f,-0.15995795734389517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.03530966266335467f,0.8308000641799479f,-0.5554498006851696f,-0.1282506576205333f,0.15011067836726097f,0.553899893790431f,0.8189393700995639f,2.3799039664926687f,0.9880384668436352f,-0.05446247347985486f,-0.14426997962062404f,-0.13101223793528208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.1648407057183225f,0.8150478885667337f,-0.5554498006851696f,-0.0644470727631896f,0.06161353325122365f,0.5705629506209025f,0.8189393700995639f,2.470885550049297f,0.9843938816645428f,0.10077131894382937f,-0.14426997962062404f,-0.07681723314581895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.1648407057183225f,0.4664781315296759f,-0.8690372227602612f,-0.16940465235736651f,0.06161353325122365f,0.884239636677917f,0.46295144178197134f,2.2719316317967664f,0.9843938816645428f,0.022768788555564648f,-0.17450005160207332f,-0.08194021057082099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.1899385395619383f,-0.12791519575111807f,-0.9734274774655949f,-0.04968618841887635f,0.23143293616378158f,0.9577032066770647f,-0.17100691207983051f,1.7575235873567927f,0.954128999269852f,-0.25776398238780573f,-0.15230095907738064f,-0.06434288953463387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1780672221804914f,-0.1439826743045578f,-0.9734274774655949f,0.004307314445332824f,0.14708292966041103f,0.9742295662847806f,-0.17100691207983051f,1.3921875f,0.9729638617068129f,-0.17362529100530238f,-0.15230095907738064f,0.0007665945923545197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.10774190111951525f,0.1797015819961169f,-0.9778031622833122f,0.11751764457843009f,-0.12796451460997663f,0.9728405122164561f,0.19288965962709448f,0.7773718706004198f,0.9859091062282495f,0.1459064056802036f,-0.08182026055750596f,-0.17566997090687247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.1719289557612462f,-0.14504355177636882f,-0.97437303034256f,0.05513055693126806f,-0.19295011788339703f,0.974901216747594f,-0.11107596316415144f,1.1259375f,0.9660283050613117f,0.16890821671001252f,-0.19559991857925915f,-0.11715239729706009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1735163763379752f,0.5152158411236334f,-0.8393120422094545f,0.26253067609482145f,0.13917310096006544f,0.8565150491218672f,0.4970038416319583f,1.033782796441659f,0.9749476473696922f,-0.03057135396138483f,-0.2203235738754937f,0.18951974722949977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1735163763379752f,-0.975141400804519f,-0.13780898221646634f,-0.04405460550041222f,0.13917310096006544f,0.11424780161888981f,-0.9836555737626915f,1.1446875f,0.9749476473696922f,-0.18985965411917025f,0.11588958808301736f,0.11912364053454313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.24345626005974264f,-0.37164796189437177f,-0.8958832746834169f,-0.01032509465764822f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3190625f,0.9569539719715677f,-0.24252097412403045f,-0.15944488902994383f,0.0045106036525729195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.10166296186846953f,-0.43250179228142804f,-0.8958832746834169f,-0.01032509465764822f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3190625f,0.982189644222829f,0.09940236487962197f,-0.15944488902994383f,0.0045106036525729195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.1752216211096045f,-0.4082775301657436f,-0.8958832746834169f,-0.01032509465764822f,0f,0.9099612708765432f,-0.414693242656239f,1.3190625f,0.9845290160760739f,-0.07266322224142478f,-0.15944488902994383f,0.0045106036525729195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.15024463522844977f,0.156981431388366f,-0.976106233862037f,-0.0010951351319350281f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3109375f,0.973543317478412f,-0.14843812055170796f,-0.17372257585070613f,0.006153306350475462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.19487458669976238f,0.09612760100130972f,-0.976106233862037f,-0.0010951351319350281f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3109375f,0.9656002987159846f,0.19348521845194444f,-0.17372257585070613f,0.006153306350475462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.1752216211096045f,0.12850682359856386f,-0.976106233862037f,-0.0010951351319350281f,0f,0.9914448613738104f,0.13052619222005157f,1.3109375f,0.9845290160760739f,0.02287101099806128f,-0.17372257585070613f,0.006153306350475462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.16925108915400477f,-0.04062923807313579f,-0.9847351592351009f,-0.013507751995256783f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3796875000000002f,0.9509820033588451f,-0.2691167828774786f,-0.15234627156997826f,0.20073877617698738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.16925108915400477f,-0.13098547723232687f,-0.9768300126298345f,0.054390626184714956f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3796875000000002f,0.9509820033588451f,0.23857364181096594f,-0.19676342831087906f,-0.18076621755249128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.1752216211096045f,-0.08580735765273133f,-0.9807825859324677f,-0.001368918914918785f,0f,0.9961946980917455f,-0.08715574274765818f,1.20625f,0.9845290160760739f,-0.015271570533256321f,-0.17455484994042866f,0.007691632938094327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.1752216211096045f,0f,-0.9845290160760739f,0f,0f,1f,0f,1.4296875f,0.9845290160760739f,0f,-0.1752216211096045f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7641580054842726f,0.3943859078734083f,0.5104138500522548f,0.28351125943280286f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5688863766698269f,-0.6126314161411652f,0.691386575210988f,0.38297173730562795f,-1.3307229992136091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9082725649742532f,0.3943859078734083f,0.13964491894071235f,0.3638098393906465f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5717386233301731f,-0.3933817731161082f,0.691386575210988f,0.6059994919123672f,-1.3790248133176606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8565181862169983f,0.3943859078734083f,0.33292094009000206f,0.27372240839822437f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.689619563997949f,-0.5152193504432152f,0.691386575210988f,0.5064914851672156f,-1.4308476290407173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5852942925483374f,0.37385326419173925f,0.7194889352613578f,-0.06337596250467306f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5669373033324049f,-0.785419162813611f,-0.4817843772532324f,-0.38858789548811357f,1.1848165942418936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.834525938206487f,0.37385326419173925f,0.404722368190546f,0.004794011387739411f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.573687696667595f,-0.5476071624211188f,-0.4817843772532324f,-0.6841127169551849f,1.2488193234753258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.727146388185733f,0.37385326419173925f,0.5757533039432987f,-0.11565397114996165f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6611458722563579f,-0.6826957784899421f,-0.4817843772532324f,-0.5493726311591492f,1.299223853532482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000027378378298375705f,0f,-0.000015383265876188655f,0.6755990365019422f,0f,0.000015625f,0f,1.59581f,0.000015383265876188655f,0f,-0.0000027378378298375705f,0.12757070268638215f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111.mcfunction new file mode 100644 index 000000000..7762c1076 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..37ff56d95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.017002649081226347f,-0.08954199214178277f,-0.8115648994454765f,-0.3235806097472493f,0.022545278405738795f,0.8114828180581958f,-0.08906060218963832f,1.4577814272288356f,0.8161783290373943f,-0.020550233187343527f,0.019366661305382525f,-0.16071216076441908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.018179106033314425f,-0.087411571542644f,-0.7950023504772015f,-0.3235806097472493f,0.32460749524274624f,0.7259604852877841f,-0.08724303887964571f,1.4577814272288356f,0.73095792911498f,-0.3245621526937024f,0.018971423319558395f,-0.16071216076441908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5286619698836326f,0.0006773510466493937f,-0.6224632577419824f,-0.3445889086718953f,0.20476979800844916f,0.7714010369645681f,-0.1730728587561096f,1.4671147919917384f,0.5878182507091633f,-0.2681127110190656f,-0.4995295013987372f,-0.10306524877180634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4787061400320336f,-0.19756837854135553f,-0.6097599259513298f,-0.3445889086718953f,-0.10385610249709101f,0.7748998908304913f,-0.16954075959782164f,1.4671147919917384f,0.6324984912786314f,-0.022291141546190274f,-0.48933502177835486f,-0.10306524877180634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.336260421674029f,-0.6173239818429279f,0.5241425730744833f,-0.14781637738603806f,-0.7868751561800582f,0.7507147795521433f,-1.1219006454889786f,1.9681669680193066f,0.19142054240377807f,-1.223415167146284f,-0.9529007056048776f,0.9186660122006693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3354512467676694f,-0.934322993867441f,-0.1204699305743901f,-0.2444623415729766f,0.7180164131129461f,-0.17078975666978416f,-0.6747468336473282f,2.007604302152475f,0.6098564515871219f,-0.3128440540385227f,0.728150881555675f,0.4121670458050022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3354512467676694f,-0.934322993867441f,-0.1204699305743901f,-0.1343924012273351f,0.7180164131129461f,-0.17078975666978416f,-0.6747468336473282f,1.77200516659979f,0.6098564515871219f,-0.3128440540385227f,0.728150881555675f,0.21205789762797783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.14924800868535232f,0.32367510722024817f,-0.934322993867441f,0.1905041768457095f,0.609599964443793f,-0.7740922053391327f,-0.17078975666978416f,1.4039073377569338f,-0.7785325396241207f,-0.5440732327537893f,-0.31284405403852267f,-0.557306268948474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.30307372523054f,0.18758160945429936f,-0.934322993867441f,0.07888370082805699f,0.8426137868314664f,0.5107179899496509f,-0.17078975666978416f,1.6368198011470882f,0.44513854395729324f,-0.8390353237714864f,-0.31284405403852267f,-0.3510996508293588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.08452438088716638f,-0.6696608520676937f,-0.7378414275734401f,0.20188197712741415f,-0.5673157988975116f,0.6410953784561674f,-0.5168650694750243f,1.47381864275372f,0.8191510320795059f,0.374901398943928f,-0.4340973712348032f,0.15399441415103188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.26901813805581243f,-0.42296294558748754f,-0.8652927759186138f,0.11716834498026892f,-0.23787584695186872f,0.8997584661909332f,-0.36585486733767836f,1.6402367622436596f,0.9332975532132908f,0.1074106567231353f,-0.34266401618551934f,0.17199226218546027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.08452438088716638f,-0.6696608520676937f,-0.7378414275734401f,0.30766569117538733f,-0.5673157988975116f,0.6410953784561674f,-0.5168650694750243f,1.4268220728398147f,0.8191510320795059f,0.374901398943928f,-0.4340973712348032f,-0.13627680085063523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.26901813805581243f,-0.42296294558748754f,-0.8652927759186138f,0.2229520590282421f,-0.23787584695186872f,0.8997584661909332f,-0.36585486733767836f,1.5932401923297541f,0.9332975532132908f,0.1074106567231353f,-0.34266401618551934f,-0.11827895281620686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.34694571438100497f,-0.08166525823896165f,-0.934322993867441f,0.043027329773202914f,0.23468576862244472f,0.9569500765571672f,-0.17078975666978416f,2.187404578546116f,0.9080480500935767f,-0.2785270840941603f,-0.31284405403852267f,-0.4746685910276402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.34694571438100497f,-0.08166525823896165f,-0.934322993867441f,-0.02134682933271178f,0.23468576862244472f,0.9569500765571672f,-0.17078975666978416f,2.0429735629653356f,0.9080480500935767f,-0.2785270840941603f,-0.31284405403852267f,-0.5032336374604908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.34694571438100497f,-0.08166525823896165f,-0.934322993867441f,-0.1608032774256375f,0.23468576862244472f,0.9569500765571672f,-0.17078975666978416f,2.325282467611802f,0.9080480500935767f,-0.2785270840941603f,-0.31284405403852267f,0.058809638402336176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.34694571438100497f,-0.08166525823896165f,-0.934322993867441f,-0.25119836511012755f,0.23468576862244472f,0.9569500765571672f,-0.17078975666978416f,2.1984528846777054f,0.9080480500935767f,-0.2785270840941603f,-0.31284405403852267f,0.09834819572650381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3563965579914676f,0.004694313838743521f,-0.934322993867441f,-0.016735291349707797f,0.45922177482711246f,0.8717489435275001f,-0.17078975666978416f,2.300671166700713f,0.8136933420991419f,-0.4899303449228989f,-0.31284405403852267f,-0.4279430168302698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.35274307743050626f,-0.05111618584595348f,-0.934322993867441f,-0.05788112431452251f,0.3171964131140338f,0.9328543801281457f,-0.17078975666978416f,2.3466081699845116f,0.8803174182262028f,-0.35660880670602463f,-0.31284405403852267f,-0.33013732791630207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.35463122507994105f,0.03573845728179019f,-0.934322993867441f,-0.065539358039063f,0.5334522239936765f,0.8284078607382213f,-0.17078975666978416f,2.3496635850233454f,0.7678967501653466f,-0.5589840596459271f,-0.31284405403852267f,-0.30893369567649986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3483181281468275f,-0.07559778260552631f,-0.934322993867441f,-0.055783138287929954f,0.2513511065194227f,0.9527084970063706f,-0.17078975666978416f,2.349760458092137f,0.9030487821019151f,-0.29433228670499245f,-0.31284405403852267f,-0.33812397516773013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.35585585266866776f,-0.020178088413860713f,-0.934322993867441f,-0.06995094240291491f,0.3972930013733943f,0.9016590985934739f,-0.17078975666978416f,2.4237983623508437f,0.8458870392559373f,-0.4319765209725714f,-0.31284405403852267f,-0.4361204373017684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.35585585266866776f,-0.020178088413860713f,-0.934322993867441f,-0.06541087250979626f,0.3972930013733943f,0.9016590985934739f,-0.17078975666978416f,2.2209250651673123f,0.8458870392559373f,-0.4319765209725714f,-0.31284405403852267f,-0.33892572008294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.358587168447394f,0.4332194616596633f,-0.8268833900038096f,-0.09626001209413776f,0.003127087258417871f,0.8863443691893178f,0.4630160694097656f,2.3657689137062494f,0.9334910090355228f,0.16344588476221167f,-0.3191864326755437f,-0.03378714782236049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.2864019106327695f,0.483981203066511f,-0.8268833900038096f,-0.058393540760948756f,0.1417433948607148f,0.8749428149780367f,0.4630160694097656f,2.358259332708439f,0.9475667552205802f,0.015403428079555609f,-0.3191864326755437f,-0.14277740962134006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.44662799354019755f,0.7264093347265368f,-0.5223532461930411f,-0.1038413180805027f,-0.025065117639770484f,0.5734302346609388f,0.8188708725155667f,2.378422574620503f,0.89436859027135f,0.37882350032548306f,-0.23790245971235166f,-0.1831632317828054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.20029563431313513f,0.8288719714568056f,-0.5223532461930411f,-0.10321040585713606f,0.15336134413563576f,0.5531101086316412f,0.8188708725155667f,2.3873778720226646f,0.9676579752164555f,0.08390746488127848f,-0.23790245971235166f,-0.1537239684903036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.32749380612487783f,0.7873340416503236f,-0.5223532461930411f,-0.04928226522933822f,0.06494772754863118f,0.570291405188491f,0.8188708725155667f,2.478489114784404f,0.942618480423607f,0.23424948244703392f,-0.23790245971235166f,-0.0898793005681518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.32749380612487783f,0.45717793722537525f,-0.8268833900038096f,-0.15214730110504748f,0.06494772754863118f,0.8839671442732474f,0.4630160694097656f,2.2795965073229234f,0.942618480423607f,0.0979306977395289f,-0.3191864326755437f,-0.11191370755954576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.34694571438100497f,-0.08166525823896165f,-0.934322993867441f,-0.037728048401596485f,0.23468576862244472f,0.9569500765571672f,-0.17078975666978416f,1.7651610519055003f,0.9080480500935767f,-0.2785270840941603f,-0.31284405403852267f,-0.07289820653428179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3385078849535142f,-0.11159280870594018f,-0.934322993867441f,0.004119254863131084f,0.15038902372449728f,0.9737628050813342f,-0.17078975666978416f,1.4f,0.9288678880053348f,-0.1983256021930879f,-0.31284405403852267f,0.0014738942881261595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2704898087005427f,0.15214974472473886f,-0.9506238575637268f,0.14541349755514907f,-0.13012303847667822f,0.9725934988163115f,0.19269115422831984f,0.7853347394146287f,0.9538884936127182f,0.17581905824011815f,-0.24327844235118168f,-0.15433770282146606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3304168737518937f,-0.17188732236848103f,-0.9280514198841674f,0.07388837431918721f,-0.19509032201612825f,0.9744806510705198f,-0.11102804575790322f,1.13375f,0.923452465368775f,0.14436831057461869f,-0.3555184033297882f,-0.1063229544382006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3336115314815825f,0.5079160632487437f,-0.7941817290497253f,0.22804483066907844f,0.13917310096006544f,0.8597495633078835f,0.4913873587721432f,1.0436339295090047f,0.9323809275353464f,0.05340375535298772f,-0.35751062205552114f,0.23060652150682642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3336115314815825f,-0.9308434128302605f,-0.14911031772827193f,-0.06329600467113584f,0.13917310096006544f,0.1078073899095855f,-0.9843822502717335f,1.1525f,0.9323809275353464f,-0.34915341537982364f,0.09358257581906883f,0.11011296832195358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3995732696772095f,-0.32601972352900827f,-0.8567685463586611f,-0.01093253797546112f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.326875f,0.9029800978946887f,-0.30108100295498236f,-0.3065569644710761f,0.002726304901345493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.2639707404105852f,-0.4430204353949763f,-0.8567685463586611f,-0.01093253797546112f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.326875f,0.9514995024914752f,0.025913785766550568f,-0.3065569644710761f,0.002726304901345493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.336890123000265f,-0.3904519214901283f,-0.8567685463586611f,-0.01093253797546112f,0f,0.9099612708765432f,-0.414693242656239f,1.326875f,0.9415439687156764f,-0.13970605752583912f,-0.3065569644710761f,0.002726304901345493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3104313127200864f,0.17952943632706847f,-0.933488929540661f,-0.0021055632687516563f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.31875f,0.9348756288965321f,-0.1201924578571748f,-0.3340079812962037f,0.005884649804472977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.35311269736770834f,0.0625287244611004f,-0.933488929540661f,-0.0021055632687516563f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.31875f,0.9196039714896318f,0.20680233086435812f,-0.3340079812962037f,0.005884649804472977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.336890123000265f,0.1228961490442126f,-0.933488929540661f,-0.0021055632687516563f,0f,0.9914448613738104f,0.13052619222005157f,1.31875f,0.9415439687156764f,0.043972984951769406f,-0.3340079812962037f,0.005884649804472977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3254108704276568f,0.004800818120275788f,-0.9455605308772628f,-0.04678175028439759f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3875000000000002f,0.9094616359691784f,-0.2721241076385985f,-0.3143692140495986f,0.19567826518376608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3254108704276568f,-0.168922745966261f,-0.9303616884323715f,0.08376317237820512f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3875000000000002f,0.9094616359691784f,0.21340028984972245f,-0.35684709469508136f,-0.16917002269355852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.336890123000265f,-0.08206096392299261f,-0.9379611096548172f,-0.0026319540859395703f,0f,0.9961946980917455f,-0.08715574274765818f,1.2140625f,0.9415439687156764f,-0.02936190889443802f,-0.33560815437234f,0.0073558122555912216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.336890123000265f,0f,-0.9415439687156764f,0f,0f,1f,0f,1.4375f,0.9415439687156764f,0f,-0.336890123000265f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8555909386048088f,0.27361396049363307f,0.4394309347330143f,0.5013748241794259f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5766988766698269f,-0.4766747897321334f,0.7474563808906179f,0.4626987178496671f,-1.264842132655411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9611402679674919f,0.27361396049363307f,0.036671322779066956f,0.5886017253313582f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5795511233301731f,-0.23646914597101365f,0.7474563808906179f,0.6207989220912347f,-1.2990823853475213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9304202789539443f,0.27361396049363307f,0.24383089454425802f,0.5084136405737534f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.697432063997949f,-0.36522936204917855f,0.7474563808906179f,0.5549022181997919f,-1.365197591731435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4461759541121313f,0.4489353209415006f,0.7741990025718716f,-0.25999721948870297f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5747498033324049f,-0.8719975276207049f,-0.41272209405755733f,-0.2632124330272466f,1.157673667521421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7315633783086393f,0.4489353209415006f,0.5131004785895276f,-0.20345030051677915f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.581500196667595f,-0.679059768644836f,-0.41272209405755733f,-0.6070735570627063f,1.232144740057023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6031671357005206f,0.4489353209415006f,0.6592772436706589f,-0.3306153465533399f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6689583722563579f,-0.7943581070464221f,-0.41272209405755733f,-0.44570805562202936f,1.2617654121325264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005263908171879141f,0f,-0.000014711624511182445f,0.6448799740292731f,0f,0.000015625f,0f,1.6036225f,0.000014711624511182445f,0f,-0.000005263908171879141f,0.23840755315688758f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112.mcfunction new file mode 100644 index 000000000..fe9add108 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..976539427 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.11250397490329789f,-0.0837433995247347f,-0.8045336183848647f,-0.29392296182139077f,0.02505192782513425f,0.8115277644586166f,-0.08797461491526204f,1.4655052862445281f,0.8084922392872097f,-0.0367991167459906f,-0.10922714160643669f,-0.21012564116784777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1332120796480329f,-0.03361509113447301f,-0.7881145649484389f,-0.29392296182139077f,0.32689292447038343f,0.7250614862894416f,-0.08617921461086894f,1.4655052862445281f,0.7179105499761418f,-0.33638648419305894f,-0.10699801626752983f,-0.21012564116784777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6147710167354921f,0.04449480389570725f,-0.5357436456484911f,-0.3237842578118679f,0.2072575452789237f,0.7705653364762037f,-0.1738327258910535f,1.4750437167110022f,0.49602958717339474f,-0.2668215116740811f,-0.5913589214690129f,-0.15656307840434594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5730629719055959f,-0.1901925004217797f,-0.5248101018597464f,-0.3237842578118679f,-0.10129134737881967f,0.775076151814471f,-0.1702851192402157f,1.4750437167110022f,0.548943433494663f,-0.055531717709634304f,-0.579290372051278f,-0.15656307840434594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2616694729820175f,0.6399935547614056f,0.6633284562033633f,-0.6055926562487302f,-0.052260132696020874f,1.0729785653186865f,-1.1346330362268002f,1.8847074473126553f,-0.9202528291050628f,-0.9383663987113522f,-0.8449908178753275f,0.7675347843338283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4245302119701528f,-0.8732407795953835f,-0.23921672177384184f,-0.3049468824637777f,0.726165143185152f,-0.1705772771982285f,-0.6660237062796837f,2.0189158684593536f,0.5407941234402096f,-0.45645803022324544f,0.7065322233962509f,0.36446224001856314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4245302119701528f,-0.8732407795953835f,-0.23921672177384184f,-0.16564790666107132f,0.726165143185152f,-0.1705772771982285f,-0.6660237062796837f,1.7806429308517258f,0.5407941234402096f,-0.45645803022324544f,0.7065322233962509f,0.18701416826474437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2717875529954863f,0.4044527993330893f,-0.8732407795953835f,0.2764161751135209f,0.60699631698401f,-0.7761822361220886f,-0.17057727719822868f,1.4097533762773986f,-0.7467844382447808f,-0.4836931562883041f,-0.4564580302232453f,-0.520089292882718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.36831549886936604f,0.31905208688277925f,-0.8732407795953835f,0.13393571739873525f,0.844370934035519f,0.5078790390039971f,-0.17057727719822868f,1.6434443427447816f,0.3890776516951275f,-0.8001653876519026f,-0.4564580302232453f,-0.33484251966945616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.24084414846025873f,-0.7058318229736205f,-0.6661798059309425f,0.17290325824185449f,-0.5202692091056288f,0.6733264558124686f,-0.5253107974900413f,1.4807116715983601f,0.8193375654814421f,0.22007480905536436f,-0.5293893011859878f,0.18837604355025742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.42104732347960205f,-0.42149179279198257f,-0.8031586518239491f,0.08885380551945808f,-0.2074107943422042f,0.9067527221016473f,-0.36712431593615336f,1.648433280017818f,0.8830061799223147f,0.012007063348421915f,-0.46920775425044686f,0.18769481946402125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.24084414846025873f,-0.7058318229736205f,-0.6661798059309425f,0.32326473241398307f,-0.5202692091056288f,0.6733264558124686f,-0.5253107974900413f,1.4326825282321527f,0.8193375654814421f,0.22007480905536436f,-0.5293893011859878f,-0.08132912598175694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.42104732347960205f,-0.42149179279198257f,-0.8031586518239491f,0.23921527969158668f,-0.2074107943422042f,0.9067527221016473f,-0.36712431593615336f,1.6004041366516106f,0.8830061799223147f,0.012007063348421915f,-0.46920775425044686f,-0.08201035006799312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.48604228105316766f,-0.034834492680102205f,-0.8732407795953835f,0.11907025791605033f,0.23793570079110107f,0.956185125795568f,-0.17057727719822868f,2.19368857007358f,0.8409218176011852f,-0.2906829257576606f,-0.4564580302232453f,-0.46410530563737723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.48604228105316766f,-0.034834492680102205f,-0.8732407795953835f,0.059784831953489666f,0.23793570079110107f,0.956185125795568f,-0.17057727719822868f,2.049251220832134f,0.8409218176011852f,-0.2906829257576606f,-0.4564580302232453f,-0.5020974484111435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.48604228105316766f,-0.034834492680102205f,-0.8732407795953835f,-0.1664795822026857f,0.23793570079110107f,0.956185125795568f,-0.17057727719822868f,2.333475794288352f,0.8409218176011852f,-0.2906829257576606f,-0.4564580302232453f,0.029936262203319075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.48604228105316766f,-0.034834492680102205f,-0.8732407795953835f,-0.2622181792442339f,0.23793570079110107f,0.956185125795568f,-0.17057727719822868f,2.2068836226062385f,0.8409218176011852f,-0.2906829257576606f,-0.4564580302232453f,0.055013255749641846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4800319745967483f,0.08378451059947312f,-0.8732407795953835f,0.05285561441809716f,0.4621901117827601f,0.8702204853218971f,-0.17057727719822868f,2.3071747816203705f,0.7456202813329222f,-0.48548580072925757f,-0.4564580302232453f,-0.42776426912307525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.4872287695163558f,0.007659439093321313f,-0.8732407795953835f,-0.003188650129808294f,0.3203673084578145f,0.9318090899831006f,-0.17057727719822868f,2.3534664907334064f,0.8123871699055034f,-0.36286795507131997f,-0.4564580302232453f,-0.33784620250863756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4709030067557461f,0.12530322853001136f,-0.8732407795953835f,-0.014104713335270625f,0.5362760516208744f,0.82662651116545f,-0.17057727719822868f,2.35659724774447f,0.700470095497533f,-0.5486234701126008f,-0.4564580302232453f,-0.31813285551650994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.48657620018385433f,-0.0263465797834981f,-0.8732407795953835f,0.00015386381242356306f,0.25458719347607245f,0.9518869436133766f,-0.17057727719822868f,2.3565913700889687f,0.835720624570567f,-0.3053147626828684f,-0.4564580302232453f,-0.34540845941773296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.48470715284674987f,0.05009507791034888f,-0.8732407795953835f,0.0018222413125266804f,0.40036072746409423f,0.9003414243541501f,-0.17057727719822868f,2.4303432007287173f,0.7776697653140557f,-0.43229134014122483f,-0.4564580302232453f,-0.4446230174475554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.48470715284674987f,0.05009507791034888f,-0.8732407795953835f,-0.009449151217301801f,0.40036072746409423f,0.9003414243541501f,-0.17057727719822868f,2.227766380249034f,0.7776697653140557f,-0.43229134014122483f,-0.4564580302232453f,-0.34735746591577993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5019708703954853f,0.40338670484319017f,-0.7650519012656276f,-0.08800868652430086f,0.006471839639448328f,0.8862982941807737f,0.4630695941475018f,2.3735936213291455f,0.8648603127477176f,0.22749615400705941f,-0.44750658022638745f,-0.051378119803249606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4326871926315278f,0.4769458897008079f,-0.7650519012656276f,-0.03336324077909862f,0.14503976007032307f,0.8743740726798864f,0.4630695941475018f,2.365698617031392f,0.8898006862951894f,0.08940133848379245f,-0.44750658022638745f,-0.15296889099555133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5827489157445489f,0.6581992596696826f,-0.4766313415721149f,-0.0718021803511786f,-0.021730147477770148f,0.5736826058820926f,0.8187893919677551f,2.385794071727089f,0.8123616816967346f,0.48750589973723724f,-0.3200101495769154f,-0.20010371935523513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.35083239675984773f,0.8060640133481376f,-0.4766313415721149f,-0.07582859393457234f,0.15661107623608378f,0.5523195654702534f,0.8187893919677551f,2.3948397152407424f,0.9232494788430244f,0.2126120974541286f,-0.3200101495769154f,-0.1709621690862575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.47260926049904634f,0.7412577494513701f,-0.4766313415721149f,-0.03254026806787988f,0.06828111825084435f,0.5700189650279087f,0.8187893919677551f,2.4860800747049376f,0.8786228859874744f,0.3544225280464004f,-0.3200101495769154f,-0.09963922621544277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.47260926049904634f,0.43741979294539546f,-0.7650519012656276f,-0.1309597214805937f,0.06828111825084435f,0.8836878633694605f,0.4630695941475018f,2.2872503054468094f,0.8786228859874744f,0.16661237911129279f,-0.44750658022638745f,-0.1371270115154836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.48604228105316766f,-0.034834492680102205f,-0.8732407795953835f,-0.02506298448803964f,0.23793570079110107f,0.956185125795568f,-0.17057727719822868f,1.7727940057901375f,0.8409218176011852f,-0.2906829257576606f,-0.4564580302232453f,-0.07900292582035424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4811567173508115f,-0.07706331293058839f,-0.8732407795953835f,0.0038357578609310083f,0.15369325877186313f,0.9732840154403666f,-0.17057727719822868f,1.4078125f,0.8630565425024459f,-0.21628562385983593f,-0.4564580302232453f,0.002104183127084231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4171905874661126f,0.12154391918508864f,-0.9006548114781867f,0.1682689722325887f,-0.13228094300387186f,0.9723418562160953f,0.19249173168799943f,0.7932992665618939f,0.8991405706827416f,0.19944520640859476f,-0.3895739259664931f,-0.13017937038285746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4715088784038737f,-0.1934993331149334f,-0.8603704932588034f,0.08970964998673153f,-0.19722959758812594f,0.9740554472111985f,-0.11097959989753924f,1.1415625f,0.8595230441480594f,0.11736265948873188f,-0.49743958702156477f,-0.09336081190337903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4762755112082971f,0.4883939532129826f,-0.7311860118248091f,0.18964785641160664f,0.13917310096006544f,0.8629472486840764f,0.4857498265133423f,1.053489726036476f,0.8682122352238735f,0.12958932229770193f,-0.4789719429715979f,0.2637315920816403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4762755112082971f,-0.8652881325058187f,-0.15632685363643567f,-0.07984627263005178f,0.13917310096006544f,0.10136236009050825f,-0.9850667591214523f,1.1603125f,0.8682122352238735f,-0.49091966725878317f,0.07214842275539252f,0.09877156851588133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5367843577527054f,-0.27453932726230634f,-0.7978036795217076f,-0.011225457026401061f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3346875f,0.8287909316024473f,-0.34866429162830725f,-0.4376514634236676f,0.0009706902432923738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.41051431987473364f,-0.44157364291747414f,-0.7978036795217076f,-0.011225457026401061f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3346875f,0.8980589335963547f,-0.044174068760982704f,-0.4376514634236676f,0.0009706902432923738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.48095614333353853f,-0.36358008351854604f,-0.7978036795217076f,-0.011225457026401061f,0f,0.9099612708765432f,-0.414693242656239f,1.3346875f,0.8767446539270876f,-0.19944926265442398f,-0.4376514634236676f,0.0009706902432923738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.45377736413416614f,0.1962167265476384f,-0.8692439818729707f,-0.003005975895834616f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3265625f,0.8743261091956767f,-0.09042146679076238f,-0.4768414968542026f,0.005479654087044298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4935213134932729f,0.029182410892470576f,-0.8692439818729707f,-0.003005975895834616f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3265625f,0.8525237560031254f,0.21406875607656214f,-0.4768414968542026f,0.005479654087044298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.48095614333353853f,0.11443814122638962f,-0.8692439818729707f,-0.003005975895834616f,0f,0.9914448613738104f,0.13052619222005157f,1.3265625f,0.8767446539270876f,0.06277737401416812f,-0.4768414968542026f,0.005479654087044298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4645679601582518f,0.04759359193888696f,-0.8842575758232187f,-0.07701243936205268f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3953125000000002f,0.8468703042890453f,-0.2679728117161929f,-0.45934873450821373f,0.18586984642083865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4645679601582518f,-0.20042025496499463f,-0.8625591758216751f,0.10935806617969351f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.3953125000000002f,0.8468703042890453f,0.18413663191362553f,-0.49890318549883567f,-0.15386870697590777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.48095614333353853f,-0.07641333151305384f,-0.8734083758224469f,-0.00375746986979327f,0f,0.9961946980917455f,-0.08715574274765818f,1.221875f,0.8767446539270876f,-0.0419180899012837f,-0.4791259600035247f,0.0068495676088053715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.48095614333353853f,0f,-0.8767446539270876f,0f,0f,1f,0f,1.4453125f,0.8767446539270876f,0f,-0.48095614333353853f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9199799829235616f,0.15249458280205824f,0.361084800616128f,0.6942998662608962f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5845113766698269f,-0.33599336363802523f,0.7812176668042895f,0.5261249059530138f,-1.17010684579287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9863860532188432f,0.15249458280205824f,-0.06154637464042098f,0.7858304136486596f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5873636233301731f,-0.08216340864542748f,0.7812176668042895f,0.6188280305162543f,-1.1901838496501427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9763258388028093f,0.15249458280205824f,0.1534055367384649f,0.7170543094440082f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.705244563997949f,-0.2141547078109089f,0.7812176668042895f,0.5863759188398565f,-1.2681017355474848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3032914381566183f,0.5083272669518684f,0.805988643353077f,-0.4390575998899726f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5825623033324049f,-0.9313790709187008f,-0.3368765931099208f,-0.13801154759392348f,1.1022863959031746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6155009115795096f,0.5083272669518684f,0.602297283339412f,-0.394943528870741f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.589312696667595f,-0.785789904312291f,-0.3368765931099208f,-0.518698744258681f,1.1847330054631218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4705500908718039f,0.5083272669518684f,0.7212392125042706f,-0.5251864462559974f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6767708722563579f,-0.879430501972772f,-0.3368765931099208f,-0.3363274493920627f,1.1939588180919576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007514939739586541f,0f,-0.000013699135217610743f,0.599290648610363f,0f,0.000015625f,0f,1.611435f,0.000013699135217610743f,0f,-0.000007514939739586541f,0.3369852530815265f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113.mcfunction new file mode 100644 index 000000000..35270dc2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..32d34122f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.23163366066559352f,-0.07559067940634494f,-0.7794718345636283f,-0.25921480812196745f,0.027560129660282342f,0.8115630185969435f,-0.08689275311192515f,1.473226077141599f,0.7826434251587433f,-0.05095056895804724f,-0.22763513134638555f,-0.2517184930518574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.23797116615147998f,0.018421893318519483f,-0.7635642461031462f,-0.25921480812196745f,0.32917612529999374f,0.7241531335934392f,-0.08511943161984506f,1.473226077141599f,0.6892117255335892f,-0.33950386294321266f,-0.22298951642094914f,-0.2517184930518574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6813587860597928f,0.08539452213437651f,-0.4420434647102152f,-0.2967015057290223f,0.20974086041008333f,0.7697204514987064f,-0.1745956541942261f,1.4829694550726304f,0.39837597891691157f,-0.25919615463681805f,-0.664122260798359f,-0.20322683528684554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6486587809694099f,-0.17813923369757384f,-0.4330221695120476f,-0.2967015057290223f,-0.09872716043456206f,0.7752424391156958f,-0.1710324775780174f,1.4829694550726304f,0.45770594672104425f,-0.08523833651349579f,-0.6505687452718619f,-0.20322683528684554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2737567357109246f,1.3290442316309061f,0.7746643983180803f,-0.876589580020966f,0.6852305034464659f,0.8098153064627078f,-1.1471985776513212f,1.9768085611619017f,-1.3772881531471193f,0.13873301621216688f,-0.7247321873721856f,0.3719020999384522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49578521492357164f,-0.7958629164651955f,-0.34756184896893005f,-0.3535374287918987f,0.7342070896968456f,-0.17036948009102088f,-0.6572017876515582f,2.0301877905785437f,0.4638285999181985f,-0.5810133031601161f,0.6687948649988987f,0.3114813206422731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49578521492357164f,-0.7958629164651955f,-0.34756184896893005f,-0.19085790514510176f,0.7342070896968456f,-0.17036948009102088f,-0.6572017876515582f,1.789276089271766f,0.4638285999181985f,-0.5810133031601161f,0.6687948649988987f,0.15928756129411414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3812994341007808f,0.47033281806603466f,-0.7958629164651954f,0.35081438577437973f,0.6043851795524966f,-0.7782626773723714f,-0.17036948009102082f,1.4155993951511572f,-0.699520761873242f,-0.4160459653202402f,-0.5810133031601159f,-0.4731141119922637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4203583168874443f,0.43577643765934415f,-0.7958629164651954f,0.18282831970178276f,0.8461176503878839f,0.5050338225857769f,-0.17036948009102082f,1.6500659771758242f,0.3276946858367428f,-0.7450098888104303f,-0.5810133031601159f,-0.31176164332777984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38957046315357463f,-0.7079795041919796f,-0.589066953649912f,0.14021997616873694f,-0.47129479213683323f,0.7027543842549134f,-0.5329329172749575f,1.4877801812407332f,0.7912749668370713f,0.070009264062522f,-0.6074394042226893f,0.2160331766782391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.555392255233035f,-0.40132584683205375f,-0.7283385253381136f,0.060419264104363685f,-0.17673448966615177f,0.9127958903239063f,-0.3681963915768761f,1.65662818322911f,0.8125911413433006f,-0.07577088670671779f,-0.5778878868241397f,0.19821433612807865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38957046315357463f,-0.7079795041919796f,-0.589066953649912f,0.3289778624921937f,-0.47129479213683323f,0.7027543842549134f,-0.5329329172749575f,1.4387190597946555f,0.7912749668370713f,0.070009264062522f,-0.6074394042226893f,-0.028138313699229388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.555392255233035f,-0.40132584683205375f,-0.7283385253381136f,0.24917715042782043f,-0.17673448966615177f,0.9127958903239063f,-0.3681963915768761f,1.6075670617830324f,0.8125911413433006f,-0.07577088670671779f,-0.5778878868241397f,-0.045957154249389835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6053786905495145f,0.01090225775096354f,-0.7958629164651954f,0.18856192977722583f,0.24118268759193456f,0.9554083689498678f,-0.17036948009102082f,2.1999630088064337f,0.7585166789428471f,-0.29508640991493484f,-0.5810133031601159f,-0.44321102426901404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6053786905495145f,0.01090225775096354f,-0.7958629164651954f,0.13528870003535012f,0.24118268759193456f,0.9554083689498678f,-0.17036948009102082f,2.0555204731444694f,0.7585166789428471f,-0.29508640991493484f,-0.5810133031601159f,-0.48923959566126485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6053786905495145f,0.01090225775096354f,-0.7958629164651954f,-0.167098050920614f,0.24118268759193456f,0.9554083689498678f,-0.17036948009102082f,2.3416578377666952f,0.7585166789428471f,-0.29508640991493484f,-0.5810133031601159f,0.0024175246099086833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6053786905495145f,0.01090225775096354f,-0.7958629164651954f,-0.2657746824537033f,0.24118268759193456f,0.9554083689498678f,-0.17036948009102082f,2.215304003674126f,0.7585166789428471f,-0.29508640991493484f,-0.5810133031601159f,0.013277704138371427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5847588613573236f,0.15703277447590247f,-0.7958629164651954f,0.11791543426418258f,0.46515273471035157f,0.8686812842723137f,-0.17036948009102082f,2.3136672933465796f,0.664597628234985f,-0.4698228752364062f,-0.5810133031601159f,-0.41743160401415286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6021248474912382f,0.06362300078718716f,-0.7958629164651954f,0.04920082983132847f,0.32353424067375736f,0.9307522953853891f,-0.17036948009102082f,2.3603131358611527f,0.729911818746147f,-0.3600726015759364f,-0.5810133031601159f,-0.3369852918628674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5688473692511591f,0.20740031024940322f,-0.7958629164651954f,0.03547664744340341f,0.5390932506630717f,0.8248349576388223f,-0.17036948009102082f,2.363519196017722f,0.6211208719609718f,-0.5259585572698797f,-0.5810133031601159f,-0.31912622914794797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6050962178093724f,0.021465912240242413f,-0.7958629164651954f,0.05363925486346239f,0.2578201294689149f,0.9510536373381615f,-0.17036948009102082f,2.3634105679362816f,0.7532511852187318f,-0.30827940819579075f,-0.5810133031601159f,-0.3439732313140994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5942884707706302f,0.11585953437080207f,-0.7958629164651954f,0.07022652309868391f,0.4034235028287372f,0.8990126348494258f,-0.17036948009102082f,2.436875202701826f,0.6957518888759824f,-0.4223184233211638f,-0.5810133031601159f,-0.4420214567060357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5942884707706302f,0.11585953437080207f,-0.7958629164651954f,0.04415812786525348f,0.4034235028287372f,0.8990126348494258f,-0.17036948009102082f,2.2345973598607056f,0.6957518888759824f,-0.4223184233211638f,-0.5810133031601159f,-0.346999811458774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6251907828867405f,0.36689160210470784f,-0.6888592289419553f,-0.07730389422488876f,0.009816216484896799f,0.8862453969340033f,0.46311201485948594f,2.381406810813065f,0.7804102298710504f,0.2827713718153446f,-0.5576739409316902f,-0.06640237659036657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5600991554017766f,0.4601759433300608f,-0.6888592289419553f,-0.008151497191636728f,0.14833468713462825f,0.8737986508832911f,0.46311201485948594f,2.373126481556289f,0.8150372732034334f,0.15720693017430704f,-0.5576739409316902f,-0.15869822025060326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.697307093202832f,0.5794586288575336f,-0.4218892214925195f,-0.03909691213372653f,-0.018395878735611715f,0.5739339688095936f,0.8186949316393826f,2.3931535503871233f,0.71653639782956f,0.5786428059597872f,-0.38954857681221555f,-0.21108494783934095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.48411589099520214f,0.7665776469962828f,-0.4218892214925195f,-0.047400173045217195f,0.15985982966674647f,0.5515282801152682f,0.8186949316393826f,2.402289505014584f,0.8602770710328389f,0.3289000871978256f,-0.38954857681221555f,-0.18289176043031108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5980747851524502f,0.6814073936737746f,-0.4218892214925195f,-0.015024524939611136f,0.07161365843697962f,0.5697456387136794f,0.8186949316393826f,2.4936584374431647f,0.798234323547993f,0.45942776473941527f,-0.38954857681221555f,-0.10615076664046337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5980747851524502f,0.40960897703339627f,-0.6888592289419553f,-0.10718654477212515f,0.07161365843697962f,0.8834018030421147f,0.46311201485948594f,2.294893031758689f,0.798234323547993f,0.22764388925599516f,-0.5576739409316902f,-0.1573706417230622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6053786905495145f,0.01090225775096354f,-0.7958629164651954f,-0.012230899411267293f,0.24118268759193456f,0.9554083689498678f,-0.17036948009102082f,1.7804224529757344f,0.7585166789428471f,-0.29508640991493484f,-0.5810133031601159f,-0.08279677578576031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6040252362350615f,-0.04190145804970814f,-0.7958629164651954f,0.0034821473573732626f,0.15699558862744867f,0.972793207935292f,-0.17036948009102082f,1.415625f,0.7813487692078992f,-0.2278544324964348f,-0.5810133031601159f,0.0026486364004027446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5454771322308357f,0.08940752180736525f,-0.8333432625620061f,0.18614033602041608f,-0.1344382179206973f,0.9720855856135366f,0.19229139295531367f,0.8012654513186199f,0.8272732703137038f,0.21692374071699305f,-0.5182306696229164f,-0.10445007883834866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5932489696714598f,-0.21002263722585995f,-0.7771397247834176f,0.102537605339815f,-0.1993679344171972f,0.9736256071934496f,-0.11093062581364461f,1.149375f,0.779941078998902f,0.08912726221466416f,-0.6194741676778355f,-0.0790575865504149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.59951086926296f,0.4595611264761368f,-0.6552787869812009f,0.14926335120648226f,0.13917310096006544f,0.8661079682722468f,0.48009148634867477f,1.0633500984960498f,0.7881735631221904f,0.1966228835291166f,-0.5831996879868556f,0.2890865269143308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.59951086926296f,-0.7841795844285708f,-0.16015335463549862f,-0.09358351213514089f,0.13917310096006544f,0.09491298824528516f,-0.9857090709897669f,1.168125f,0.7881735631221904f,-0.6132323409832393f,0.05223533638722364f,0.08586836586573623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6535199133361687f,-0.2199209465257544f,-0.7242558250730903f,-0.011245510623518053f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3425f,0.74023211083249f,-0.38545221201794305f,-0.5508929245715095f,-0.0007011532046155055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5388904464475888f,-0.43017506503191877f,-0.7242558250730903f,-0.011245510623518053f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3425f,0.8274230730176405f,-0.10903230665767599f,-0.5508929245715095f,-0.0007011532046155055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6054026058063415f,-0.3300623952082221f,-0.7242558250730903f,-0.011245510623518053f,0f,0.9099612708765432f,-0.414693242656239f,1.3425f,0.7959193959710313f,-0.2510563697143686f,-0.5508929245715095f,-0.0007011532046155055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5781651610416274f,0.2074370901840734f,-0.789110195203226f,-0.003783766286289635f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.334375f,0.7975494266686618f,-0.06038956076697574f,-0.6002233025890118f,0.004974496224818947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.61424519874213f,-0.002817028322090978f,-0.789110195203226f,-0.003783766286289635f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.334375f,0.7701057571814687f,0.21603034459329132f,-0.6002233025890118f,0.004974496224818947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6054026058063415f,0.10388832807018218f,-0.789110195203226f,-0.003783766286289635f,0f,0.9914448613738104f,0.13052619222005157f,1.334375f,0.7959193959710313f,0.07902089689599864f,-0.6002233025890118f,0.004974496224818947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5847740122510455f,0.0867245265072275f,-0.8065470916802758f,-0.10366978437440201f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4031250000000002f,0.7687991002128146f,-0.25797952305333205f,-0.5851448617198497f,0.17242706119621998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5847740122510455f,-0.2254624187534729f,-0.7792342730691763f,0.13092372537555536f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4031250000000002f,0.7687991002128146f,0.1524508955124932f,-0.6210528705105592f,-0.13599170474255468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6054026058063415f,-0.0693689461231227f,-0.792890682374726f,-0.004729707857862043f,0f,0.9961946980917455f,-0.08715574274765818f,1.2296875f,0.7959193959710313f,-0.052764313770419416f,-0.6030988661152045f,0.006218120281023682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6054026058063415f,0f,-0.7959193959710313f,0f,0f,1f,0f,1.453125f,0.7959193959710313f,0f,-0.6054026058063415f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.959571859660315f,0.0352101362801539f,0.27925273937989814f,0.8598095341423919f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.5923238766698269f,-0.19615441758185276f,0.7951829267622921f,0.5737661173761301f,-1.0544808674694295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.987684755934444f,0.0352101362801539f,-0.15244365909361482f,0.9533033651017879f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.5951761233301731f,0.0647077630551383f,0.7951829267622921f,0.6029071391069731f,-1.0607920291314712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9972675302335574f,0.0352101362801539f,0.06494397158315196f,0.8968148538846171f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.713057063997949f,-0.0673190577284451f,0.7951829267622921f,0.6026211558286925f,-1.1480296216747543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.16212568404898645f,0.5525820682234988f,0.8175379626962214f,-0.5973412898698924f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5903748033324049f,-0.9660061763654209f,-0.25794477546549355f,-0.017220918498010634f,1.0251781591659699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49244224263394987f,0.5525820682234988f,0.6724237470133592f,-0.5659134530872992f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.597125196667595f,-0.8682210453242729f,-0.25794477546549355f,-0.4238593036210042f,1.1132450982804123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3352302590143266f,0.5525820682234988f,0.7630686281842725f,-0.6960876657062367f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6845833722563579f,-0.9393806838873856f,-0.25794477546549355f,-0.22589471784290022f,1.1030958363996262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009459415715724088f,0f,-0.000012436240562047366f,0.5428250914226768f,0f,0.000015625f,0f,1.6192475f,0.000012436240562047366f,0f,-0.000009459415715724088f,0.4219588397322807f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114.mcfunction new file mode 100644 index 000000000..f42edf3e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..b8bc6795b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3382509388782995f,-0.06575640508208513f,-0.7404099148330432f,-0.22150671551508894f,0.0300698492448567f,0.8115885832526433f,-0.08581503449165115f,1.4809438005112363f,0.7427156595621133f,-0.06280534347563442f,-0.3337265082617308f,-0.2854831950265063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3307758426898175f,0.06729015526903075f,-0.725299508407879f,-0.22150671551508894f,0.3314570673996392f,0.7232354427107531f,-0.08406370725712767f,1.4809438005112363f,0.6486320639343018f,-0.3352648645636026f,-0.32691576319516485f,-0.2854831950265063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7296575696433997f,0.12254467789842612f,-0.34572688270555835f,-0.265354135583609f,0.212219708319385f,0.7688663971101507f,-0.17536163559951062f,1.490892004803982f,0.2991773235179548f,-0.24651918740347858f,-0.7187945908108978f,-0.2427039504273638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7062969916326954f,-0.16262335687225626f,-0.338671232038098f,-0.265354135583609f,-0.09616357906726289f,0.7753987532286798f,-0.1717828267097247f,1.490892004803982f,0.3631764387616282f,-0.11095231989917022f,-0.7041253134474101f,-0.2427039504273638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.829943851268283f,1.007206492463825f,0.8591475631582088f,-0.8286735006365609f,1.038750597129146f,0.13319898796243682f,-1.159595393475511f,2.1928780481050607f,-0.8207293407121573f,1.1870970310570657f,-0.5988407452317243f,-0.018118817432773604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5498544404212536f,-0.7076587578420915f,-0.44371069042611333f,-0.3906658157972722f,0.7421410518243271f,-0.17016637163282972f,-0.6482823961534041f,2.04141966432056f,0.3832580769483032f,-0.6857568726704135f,0.6187493499303113f,0.2560801127860746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5498544404212536f,-0.7076587578420915f,-0.44371069042611333f,-0.21024482753404836f,0.7421410518243271f,-0.17016637163282972f,-0.6482823961534041f,1.7979046316907028f,0.3832580769483032f,-0.6857568726704135f,0.6187493499303113f,0.13032355628741263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4764508910905695f,0.5217409614247193f,-0.7076587578420915f,0.4132568629922317f,0.6017665914622851f,-0.7803335026545899f,-0.17016637163282983f,1.421445422219392f,-0.6409926035289844f,-0.34476947922695916f,-0.6857568726704134f,-0.4196756476841783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4597872261537434f,0.5364837267944242f,-0.7076587578420915f,0.2250265700644137f,0.8478539144412688f,0.5021823829366528f,-0.17016637163282983f,1.6566847222099264f,0.26408227209046775f,-0.6782315719227692f,-0.6857568726704134f,-0.2838067984608513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5254238092554339f,-0.680745768927216f,-0.5104067189557782f,0.10552062196377782f,-0.42057208959729986f,0.7292711316519469f,-0.5397061552278696f,1.4950253051008375f,0.7396275671709851f,-0.06891164362269836f,-0.669479086494827f,0.23704148757878427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6701483911149059f,-0.3661137614477654f,-0.6456483931403159f,0.03283898923519483f,-0.14587792431131213f,0.9178818618538772f,-0.3690698021760692f,1.664821467934839f,0.7277504827100606f,-0.1531456867111461f,-0.668524968536737f,0.20414839026708978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5254238092554339f,-0.680745768927216f,-0.5104067189557782f,0.32630684377577707f,-0.42057208959729986f,0.7292711316519469f,-0.5397061552278696f,1.4449328153676468f,0.7396275671709851f,-0.06891164362269836f,-0.669479086494827f,0.02163388156100024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6701483911149059f,-0.3661137614477654f,-0.6456483931403159f,0.2536252110471941f,-0.14587792431131213f,0.9178818618538772f,-0.3690698021760692f,1.6147289782016485f,0.7277504827100606f,-0.1531456867111461f,-0.668524968536737f,-0.011259215750694246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7044699467288332f,0.054232615696303804f,-0.7076587578420915f,0.2503608523917996f,0.24442668399005324f,0.9546198207239069f,-0.17016637163282983f,2.206227919621986f,0.6663165091077224f,-0.29284777833508097f,-0.6857568726704134f,-0.4144169349264907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7044699467288332f,0.054232615696303804f,-0.7076587578420915f,0.2036563898843968f,0.24442668399005324f,0.9546198207239069f,-0.17016637163282983f,2.0617813440412927f,0.6663165091077224f,-0.29284777833508097f,-0.6857568726704134f,-0.4670875385389964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7044699467288332f,0.054232615696303804f,-0.7076587578420915f,-0.16351524131138995f,0.24442668399005324f,0.9546198207239069f,-0.17016637163282983f,2.349828596466142f,0.6663165091077224f,-0.29284777833508097f,-0.6857568726704134f,-0.022955985825703774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7044699467288332f,0.054232615696303804f,-0.7076587578420915f,-0.2630549498234552f,0.24442668399005324f,0.9546198207239069f,-0.17016637163282983f,2.223714022184703f,0.6663165091077224f,-0.29284777833508097f,-0.6857568726704134f,-0.025652851255130338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6704241214082876f,0.22304838014052836f,-0.7076587578420915f,0.1770949847704838f,0.46810960346990466f,0.8671313655407501f,-0.17016637163282983f,2.320148724051652f,0.5756777714773901f,-0.4453455007206429f,-0.6857568726704134f,-0.39897889361513217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6970625419940784f,0.11542484567085964f,-0.7076587578420915f,0.0979670078785323f,0.326697166179866f,0.9296840149079485f,-0.17016637163282983f,2.3671481227072353f,0.6382576079913178f,-0.34980671438166466f,-0.6857568726704134f,-0.3289863195518763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6484330079799431f,0.280630925971232f,-0.7076587578420915f,0.08189848369519787f,0.5419037833260436f,0.8230332287230194f,-0.17016637163282983f,2.3704294461288895f,0.534672725860412f,-0.49382445039334666f,-0.6857568726704134f,-0.31321883490238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7034161628924808f,0.06651905163941474f,-0.7076587578420915f,0.10334256221160293f,0.26104986972653466f,0.9502085936682939f,-0.17016637163282983f,2.370218069374173f,0.6611041274242495f,-0.30443200273282034f,-0.6857568726704134f,-0.33529534824687834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.684350070416878f,0.17573862287443293f,-0.7076587578420915f,0.1335978444417462f,0.40648128566990754f,0.8976727523799842f,-0.17016637163282983f,2.4433943902775717f,0.6053411810876186f,-0.4041034101127349f,-0.6857568726704134f,-0.43024527445784067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.684350070416878f,0.17573862287443293f,-0.7076587578420915f,0.09405665429499885f,0.40648128566990754f,0.8976727523799842f,-0.17016637163282983f,2.2414180209920755f,0.6053411810876186f,-0.4041034101127349f,-0.6857568726704134f,-0.33932200718247546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7277084962192044f,0.3261485778645097f,-0.6033800209547395f,-0.06491779470453957f,0.013160170369547204f,0.8861856832647369f,0.46314333061424506f,2.389208486056312f,0.6857602747653354f,0.32909275278190087f,-0.6491770217900524f,-0.07869572079662462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6677283187658626f,0.4359718369697438f,-0.6033800209547395f,0.01638795475474722f,0.151628130122078f,0.8732165627513179f,0.46314333061424506f,2.3805429356047116f,0.7287988765590935f,0.2177645331682846f,-0.6491770217900524f,-0.16044793156327272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7903012469219344f,0.49468936998164414f,-0.3615333543959668f,-0.006914560324312025f,-0.015062359071182724f,0.5741843245118385f,0.8185874949106506f,2.4005010208295627f,0.6125333170145493f,0.652376263142711f,-0.4463273987053738f,-0.21667727483257898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5987537284603268f,0.7146940648375761f,-0.3615333543959668f,-0.019038768570485632f,0.16310755943243205f,0.5507362683098882f,0.8185874949106506f,2.4097272503603526f,0.7841491546324926f,0.4311634915598043f,-0.4463273987053738f,-0.18993506310563707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7031848601884262f,0.6122292757300845f,-0.3615333543959668f,0.002565374472241505f,0.0749453012030312f,0.5694714347563822f,0.8185874949106506f,2.5012242107798115f,0.7070461471710106f,0.548523107020592f,-0.4463273987053738f,-0.10964053173120691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7031848601884262f,0.3761164749308938f,-0.6033800209547395f,-0.08206083238720946f,0.0749453012030312f,0.8831089724009892f,0.46314333061424506f,2.302524691989589f,0.7070461471710106f,0.2804548807748358f,-0.6491770217900524f,-0.17274287990554488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7044699467288332f,0.054232615696303804f,-0.7076587578420915f,0.00031803159210434893f,0.24442668399005324f,0.9546198207239069f,-0.17016637163282983f,1.7880463974833558f,0.6663165091077224f,-0.29284777833508097f,-0.6857568726704134f,-0.0845180548763307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7065159097983977f,-0.007372357230249621f,-0.7076587578420915f,0.003082665553447957f,0.16029596714620917f,0.972290393288949f,-0.17016637163282983f,1.4234375f,0.6893043392569089f,-0.2336600938690441f,-0.6857568726704134f,0.003104480324560844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6543687051521101f,0.0570640969498126f,-0.7540194205435646f,0.19932865513301384f,-0.1365948529592911f,0.9718246882283927f,0.1920901389838039f,0.809233292953322f,0.7437361386019778f,0.22869294739691864f,-0.6281370009387519f,-0.07825650519789962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6950398679259308f,-0.22183216143475654f,-0.6838933207355433f,0.11248000068547978f,-0.20150532232561705f,0.973191133063159f,-0.1108811237393186f,1.1571875f,0.6901559150423575f,0.060741342431897466f,-0.7211069977830038f,-0.06412731045190082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7026897681026446f,0.4242466024097822f,-0.5711759012314925f,0.10856450090537469f,0.1391731009600654f,0.869231586677688f,0.4744125806626004f,1.0732149591636864f,0.6977520603860736f,0.2538725449227329f,-0.6698438572991797f,0.30722501483714515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7026897681026446f,-0.6929705521759425f,-0.16130376195495483f,-0.10455314640518502f,0.1391731009600654f,0.08845955064354027f,-0.986309158362175f,1.1759375f,0.6977520603860736f,-0.7155184985148266f,0.03428323949216133f,0.07211025985791442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7495545775644367f,-0.1645376123053015f,-0.6411671462177931f,-0.011040683792475399f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3503125f,0.6428061840762236f,-0.412148037247758f,-0.6457044254968248f,-0.002248649904847584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6480757276704775f,-0.4109775441740242f,-0.6411671462177931f,-0.011040683792475399f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3503125f,0.7450031585428469f,-0.16743980606473768f,-0.6457044254968248f,-0.002248649904847584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7095955027567643f,-0.29219670271634807f,-0.6411671462177931f,-0.011040683792475399f,0f,0.9099612708765432f,-0.414693242656239f,1.3503125f,0.7046092693595329f,-0.2942644600124868f,-0.6457044254968248f,-0.002248649904847584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6828447358068452f,0.21379270044410148f,-0.698581239382864f,-0.004434971892229777f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3421875f,0.709988104268432f,-0.031140434654679264f,-0.7035248148621595f,0.004403807933497081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7147855694280689f,-0.03264723142462127f,-0.698581239382864f,-0.004434971892229777f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3421875f,0.6778212383506386f,0.21356779652834101f,-0.7035248148621595f,0.004403807933497081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7095955027567643f,0.09196996493245249f,-0.698581239382864f,-0.004434971892229777f,0f,0.9914448613738104f,0.13052619222005157f,1.3421875f,0.7046092693595329f,0.09262079899131355f,-0.7035248148621595f,0.004403807933497081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6854166223313344f,0.12154721652732506f,-0.7179347658292948f,-0.1265057727841131f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4109375000000002f,0.6806002907170435f,-0.24351766253638985f,-0.6910010074585193f,0.1564442554947108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6854166223313344f,-0.24436870496315474f,-0.6859212708952359f,0.1484624845341331f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4109375000000002f,0.6806002907170435f,0.11982701635006242f,-0.7227895478135511f,-0.11659183638210822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7095955027567643f,-0.06141074421791484f,-0.7019280183622654f,-0.005543714865287221f,0f,0.9961946980917455f,-0.08715574274765818f,1.2375f,0.7046092693595329f,-0.06184532309316372f,-0.7068952776360352f,0.005504759916871351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7095955027567643f,0f,-0.7046092693595329f,0f,0f,1f,0f,1.4609375f,0.7046092693595329f,0f,-0.7095955027567643f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.977473207861942f,-0.07502883841151703f,0.19727341766873416f,0.9972963285817689f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6001363766698269f,-0.061650931062846956f,0.7924180172848988f,0.6068548826378127f,-0.9255281561673648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9692629287677795f,-0.07502883841151703f,-0.23430759339621207f,1.090765169731406f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6029886233301731f,0.2005932367289307f,0.7924180172848988f,0.5760521150563381f,-0.918857105040862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9970009722627976f,-0.07502883841151703f,-0.018966673763589625f,1.046875750221126f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.720869563997949f,0.07115787868269718f,0.7924180172848988f,0.6058137025386996f,-1.0130646859849184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.027059488671104776f,0.5829291911148157f,0.8120722518465241f,-0.7332970681265595f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.5981873033324049f,-0.9791427139479468f,-0.17909775950114487f,0.0959350731709677f,0.9327820133832695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36772078877908576f,0.5829291911148157f,0.7245515714191179f,-0.714342442305577f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.604937696667595f,-0.9279485801347044f,-0.17909775950114487f,-0.32685688789997336f,1.0243473826546636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20218267542381418f,0.5829291911148157f,0.786966151689318f,-0.841864677969466f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.6923958722563579f,-0.9766972722282035f,-0.17909775950114487f,-0.11826424211762548f,0.9963043343366104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011087429730574442f,0f,-0.000011009519833742703f,0.47929736714353194f,0f,0.000015625f,0f,1.62706f,0.000011009519833742703f,0f,-0.000011087429730574442f,0.4929324255468779f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115.mcfunction new file mode 100644 index 000000000..0ebc5f65c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..c3d1d7f40 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4312464475229308f,-0.05487310228170505f,-0.6913464316746548f,-0.1826240963023803f,0.03258105187577892f,0.8116044613223778f,-0.08474147664942486f,1.4886584570113544f,0.6927549501822158f,-0.07232969965400621f,-0.42638414369021904f,-0.31181087166995664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.41085922624684607f,0.11200137271823121f,-0.6772373208241517f,-0.1826240963023803f,0.33373572044805344f,0.7223084292722008f,-0.08301205875862028f,1.4886584570113544f,0.5998459511448433f,-0.32515569426285273f,-0.41768242647205134f,-0.31181087166995664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7615988386696464f,0.15545770548495688f,-0.25048863284956235f,-0.2316013147841798f,0.21469405400757147f,0.7680031884976006f,-0.17613066194094978f,1.498811363701052f,0.20203493894691676f,-0.2301052991726083f,-0.7570851201693535f,-0.2750715556811541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.747542857816003f,-0.14481018651296063f,-0.24537661993426518f,-0.2316013147841798f,-0.09360064064534868f,0.775545094777797f,-0.17253615863603244f,1.498811363701052f,0.26910703409436093f,-0.13251345534767184f,-0.7416344034312035f,-0.2750715556811541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2636918312716554f,-0.00175058760128671f,0.9189592705992691f,-0.5603020688107083f,0.8513392140545725f,-0.5860561859111039f,-1.1718216330006341f,2.4216712227655437f,0.34599241059629315f,1.448427192646693f,-0.4730266053948616f,-0.1717474450258492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.588133933183532f,-0.6136407802071968f,-0.5268239454549987f,-0.41726581052507355f,0.7499658451204061f,-0.1699679579670198f,-0.6392668647891556f,2.05261109092875f,0.30273702745271125f,-0.771074501025176f,0.5601735499627523f,0.20069451159681004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.588133933183532f,-0.6136407802071968f,-0.5268239454549987f,-0.2242843636992271f,0.7499658451204061f,-0.1699679579670198f,-0.6392668647891556f,1.8065285479986168f,0.30273702745271125f,-0.771074501025176f,0.5601735499627523f,0.10135892446388917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.556882503339378f,0.5597560811113802f,-0.6136407802071969f,0.46398831567892174f,0.5991405921144852f,-0.7823946856575813f,-0.16996795796701977f,1.4272914853193752f,-0.5752498834030055f,-0.2730049184787785f,-0.7710745010251759f,-0.3627908228874609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4877168391291433f,0.6209486916779677f,-0.6136407802071969f,0.2604333062083811f,0.8495797048824176f,0.4993247623705692f,-0.16996795796701977f,1.6633005956506108f,0.20086465563105255f,-0.6042329881651568f,-0.7710745010251759f,-0.2528200377438291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6447952922949796f,-0.6295940846638425f,-0.4334170273426394f,0.07029055674283072f,-0.3682869976117906f,0.7527793773011141f,-0.5456078229829919f,1.5024479964164237f,0.6697788578511006f,-0.19218349998489767f,-0.7172599137754947f,0.25182120895006904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7647878079846749f,-0.3196206501550821f,-0.5594124138347651f,0.006865357252285551f,-0.11487227289381563f,0.922005495536383f,-0.3697434612280758f,1.67301313019682f,0.6339589652952347f,-0.21851431576707142f,-0.7418541124282079f,0.20621318654106685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6447952922949796f,-0.6295940846638425f,-0.4334170273426394f,0.3169070054770817f,-0.3682869976117906f,0.7527793773011141f,-0.5456078229829919f,1.4513247625995844f,0.6697788578511006f,-0.19218349998489767f,-0.7172599137754947f,0.06682663557610409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7647878079846749f,-0.3196206501550821f,-0.5594124138347651f,0.2534818059865366f,-0.11487227289381563f,0.922005495536383f,-0.3697434612280758f,1.6218898963799808f,0.6339589652952347f,-0.21851431576707142f,-0.7418541124282079f,0.02121861316710192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7839449149014915f,0.09420914640731991f,-0.6136407802071969f,0.3039264236294018f,0.24766764499423233f,0.9538194959674143f,-0.16996795796701977f,2.212483327511867f,0.5692900034456113f,-0.2852244832507754f,-0.7710745010251759f,-0.38011982247614856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7839449149014915f,0.09420914640731991f,-0.6136407802071969f,0.264019391492868f,0.24766764499423233f,0.9538194959674143f,-0.16996795796701977f,2.0680338577692488f,0.5692900034456113f,-0.2852244832507754f,-0.7710745010251759f,-0.43810337167012225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7839449149014915f,0.09420914640731991f,-0.6136407802071969f,-0.15664121387522448f,0.24766764499423233f,0.9538194959674143f,-0.16996795796701977f,2.357988068945979f,0.5692900034456113f,-0.2852244832507754f,-0.7710745010251759f,-0.0456619454518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7839449149014915f,0.09420914640731991f,-0.6136407802071969f,-0.2553441146293701f,0.24766764499423233f,0.9538194959674143f,-0.16996795796701977f,2.2321136725779276f,0.5692900034456113f,-0.2852244832507754f,-0.7710745010251759f,-0.0609487443874048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7378671452830314f,0.28106417199382117f,-0.6136407802071969f,0.2295925914012812f,0.47106067799910073f,0.8655707544201969f,-0.16996795796701977f,2.326619096043857f,0.4833776096954606f,-0.4144758139070105f,-0.7710745010251759f,-0.3744915112168523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7727508996920976f,0.16217595349421024f,-0.6136407802071969f,0.1422175789298969f,0.32985604145035974f,0.9286042672652436f,-0.16996795796701977f,2.373971468754999f,0.5422647314216112f,-0.3337560110694994f,-0.7710745010251759f,-0.31539412870924444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7105629813571708f,0.34430399706002796f,-0.6136407802071969f,0.12425649301722483f,0.5447076119043502f,0.8212213531064455f,-0.16996795796701977f,2.377328014508263f,0.4454142645428734f,-0.45502774290202036f,-0.7710745010251759f,-0.30184012124119797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7821813399806195f,0.10787652317731229f,-0.6136407802071969f,0.14837123072481426f,0.2642763695237227f,0.9493518282364458f,-0.16996795796701977f,2.377013892287024f,0.5642254442131118f,-0.2951165227012758f,-0.7710745010251759f,-0.32096200340599235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7556757835362964f,0.22890850365049162f,-0.6136407802071969f,0.19083486969515123f,0.40953403425852664f,0.8963217993825975f,-0.16996795796701977f,2.449900785623629f,0.5111124973630956f,-0.37974745411659516f,-0.7710745010251759f,-0.41134997094805664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7556757835362964f,0.22890850365049162f,-0.6136407802071969f,0.13933045637379068f,0.40953403425852664f,0.8963217993825975f,-0.16996795796701977f,2.2482283807625447f,0.5111124973630956f,-0.37974745411659516f,-0.7710745010251759f,-0.32590679377182286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.810132869437256f,0.2833450244958026f,-0.5132254192368405f,-0.05156388302803f,0.016503653883440626f,0.8861191590238318f,0.4631635406844895f,2.39699865109617f,0.586013961664612f,0.3667539135501764f,-0.722550485177179f,-0.08827742689329042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7558338621472488f,0.4065892791020723f,-0.5132254192368405f,0.039594205218029026f,0.1549200431216844f,0.8726278214793423f,0.4631635406844895f,2.387947988635174f,0.6361721096297361f,0.2705657836820364f,-0.722550485177179f,-0.15882832399134894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.862822321747176f,0.40787220677892566f,-0.29862669678396486f,0.023802767904174633f,-0.011729636114883757f,0.574433673996635f,0.8184670853585624f,2.40783649343189f,0.5053712068682041f,0.7096944533501847f,-0.4908500037206456f,-0.21763435517747232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6945533480746646f,0.6545362806187077f,-0.29862669678396486f,0.008352001014044855f,0.16635422054536736f,0.5499435457311989f,0.8184670853585624f,2.417152960442433f,0.6999442263387969f,0.5187912430471678f,-0.4908500037206456f,-0.19269958287154723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7883942767226726f,0.5378257714156434f,-0.29862669678396486f,0.019656762709377502f,0.07827599966266363f,0.5691963616024531f,0.8184670853585624f,2.5087774026438168f,0.6101699208480738f,0.6218994625658539f,-0.4908500037206456f,-0.11046328622859856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7883942767226726f,0.33916682249315483f,-0.5132254192368405f,-0.05665577235158221f,0.07827599966266363f,0.8828093805898406f,0.4631635406844895f,2.3101452920111027f,0.6101699208480738f,0.32498225191920704f,-0.722550485177179f,-0.18358429291042003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7839449149014915f,0.09420914640731991f,-0.6136407802071969f,0.012231428858827671f,0.24766764499423233f,0.9538194959674143f,-0.16996795796701977f,1.795665843389993f,0.5692900034456113f,-0.2852244832507754f,-0.7710745010251759f,-0.08447191751806227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7891726359496033f,0.025525350831231933f,-0.6136407802071969f,0.002659422297115697f,0.16359434821388594f,0.9717755823733149f,-0.16996795796701977f,1.43125f,0.5919826347966878f,-0.23452222489126118f,-0.7710745010251759f,0.003473916816160668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7440421293713845f,0.02560418913504492f,-0.6676419214064023f,0.2083161578561804f,-0.1387508378548357f,0.9715591653024426f,0.19188797073136754f,0.817202790726629f,0.6535667637778693f,0.2354086103258713f,-0.719328347466833f,-0.05252942035497588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7773994355771799f,-0.2294724945070341f,-0.5856556085525018f,0.1197703096109116f,-0.2036417511401775f,0.9727520268882693f,-0.11083109391017358f,1.165f,0.5951303678664399f,0.0331039038405274f,-0.8029470572794155f,-0.04918470733578047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7863106049161804f,0.3850619907675729f,-0.48315928622190835f,0.0689377705988087f,0.1391731009600654f,0.8723179700949832f,0.4687133527205379f,1.0830842201230853f,0.6019522244875501f,0.3013115037888224f,-0.7395031420616199f,0.31896215285740354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7863106049161804f,-0.5966292012595982f,-0.16046566237262175f,-0.11293179513261409f,0.1391731009600654f,0.0820023237290618f,-0.9868669955329307f,1.18375f,0.6019522244875501f,-0.7983164880593208f,0.018555439286694175f,0.058117636291622185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8257479186071024f,-0.11036581625736994f,-0.5531362956070435f,-0.010661500374048876f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.358125f,0.5414538114654613f,-0.429834871866108f,-0.7225439453606757f,-0.003644932753036149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7382018934498169f,-0.3861323645969378f,-0.5531362956070435f,-0.010661500374048876f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.358125f,0.6558123356125153f,-0.21872454704739144f,-0.7225439453606757f,-0.003644932753036149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7940381294081527f,-0.2520787327961628f,-0.5531362956070435f,-0.010661500374048876f,0f,0.9099612708765432f,-0.414693242656239f,1.358125f,0.607867953626445f,-0.32928224667696115f,-0.7225439453606757f,-0.003644932753036149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.768197192609997f,0.2160205697958142f,-0.6026675590167525f,-0.004962738308800955f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.35f,0.6166304522872036f,-0.0034869555138307834f,-0.7872450231365856f,0.0037991747101652814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7957526194469223f,-0.059745978543753644f,-0.6026675590167525f,-0.004962738308800955f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.35f,0.580635694790773f,0.20762336930488579f,-0.7872450231365856f,0.0037991747101652814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7940381294081527f,0.07934268935945475f,-0.6026675590167525f,-0.004962738308800955f,0f,0.9914448613738104f,0.13052619222005157f,1.35f,0.607867953626445f,0.10364277350917872f,-0.7872450231365856f,0.0037991747101652814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.766981936253596f,0.1517509715071912f,-0.6234664001430297f,-0.14551051439605203f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4187500000000002f,0.587155355381269f,-0.22593410645440662f,-0.7773045530470954f,0.13894317480609233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.766981936253596f,-0.2577093374888149f,-0.5876432649420573f,0.16217926074960712f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4187500000000002f,0.587155355381269f,0.08752414057734928f,-0.8047285961510826f,-0.0966056572241551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7940381294081527f,-0.05297918299081185f,-0.6055548325425435f,-0.006203422886001193f,0f,0.9961946980917455f,-0.08715574274765818f,1.2453125f,0.607867953626445f,-0.06920498293852867f,-0.791016574599089f,0.004748968387706601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7940381294081527f,0f,-0.607867953626445f,0f,0f,1f,0f,1.46875f,0.607867953626445f,0f,-0.7940381294081527f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9773145515095435f,-0.17595565197612661f,0.11788077004056172f,1.1076768716889258f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6079488766698269f,0.06411689946130511f,0.7762700878230256f,0.6271313849224106f,-0.7900976412992716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9355663545445277f,-0.17595565197612661f,-0.3061947171032168f,1.1995202181917959f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6108011233301731f,0.3231468210413735f,0.7762700878230256f,0.5412770850517196f,-0.7715039086954538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9796623626972812f,-0.17595565197612661f,-0.09644305911799228f,1.1680650038080598f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.728682063997949f,0.19833314777405675f,0.7762700878230256f,0.5983884300730304f,-0.8705590395083173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.09863708606814427f,0.6010738114012477f,0.7930832229341146f,-0.8467837658057316f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6059998033324049f,-0.9745375290138794f,-0.10292095296721929f,0.19920813734343562f,0.8311222103771609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24577589389796367f,0.6010738114012477f,0.7604633345705983f,-0.8397191751828842f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.612750196667595f,-0.9674199480334194f,-0.10292095296721929f,-0.2313134703975f,0.9243616132557283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.07535563331037165f,0.6010738114012477f,0.7956329566929525f,-0.9625964139982508f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7002083722563579f,-0.9945536307047185f,-0.10292095296721929f,-0.016442417473761295f,0.8802082744375088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012406845772002387f,0f,-0.000009497936775413202f,0.4121782479191776f,0f,0.000015625f,0f,1.6348725f,0.000009497936775413202f,0f,-0.000012406845772002387f,0.5502885009234039f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116.mcfunction new file mode 100644 index 000000000..cfb6be011 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..46947b022 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5103778943413997f,-0.043504874241785556f,-0.636055166891434f,-0.14412249868430363f,0.03509370281381009f,0.8116106558198698f,-0.08367209706288845f,1.4963700473665742f,0.6365746471820092f,-0.07962357516019908f,-0.5053486413242376f,-0.33138847554764433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47821350370058974f,0.15195418925717957f,-0.6230744491997722f,-0.14412249868430363f,0.336012054135127f,0.7213721090280988f,-0.08196450324527849f,1.4963700473665742f,0.5462670998278211f,-0.3106963222884141f,-0.49503540374619204f,-0.33138847554764433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7795691425724702f,0.18394759205106792f,-0.15931001152432908f,-0.1970866329171155f,0.2171638625592446f,0.7671308409567708f,-0.17690272495287254f,1.5067275296285014f,0.10980097081363861f,-0.2112297343557863f,-0.7811979202332856f,-0.3007429239952368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.774486534760628f,-0.12576272316227796f,-0.1560587867993428f,-0.1970866329171155f,-0.09103838250208121f,0.7756814645171892f,-0.17329246525995678f,1.5067275296285014f,0.17855705078735837f,-0.15000667674232643f,-0.7652551055346472f,-0.3007429239952368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7961852645636966f,-0.9441860987994908f,0.957083008586734f,-0.29935021581947147f,0.2510615695919078f,-0.9883386092352502f,-1.1838754713942592f,2.555303733019005f,1.3207813455548512f,0.7570374193715458f,-0.35190514759745495f,-0.03662133187704658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6125331254955095f,-0.5182101697171794f,-0.5968763608758472f,-0.4346138160403884f,0.757680301692326f,-0.16977424509553435f,-0.630156540971898f,2.063761677137806f,0.22521929446237127f,-0.8382332167743852f,0.4966299867083524f,0.14730295171651875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6125331254955095f,-0.5182101697171794f,-0.5968763608758472f,-0.23362638423717433f,0.757680301692326f,-0.16977424509553435f,-0.630156540971898f,1.815147828145011f,0.22521929446237127f,-0.8382332167743852f,0.4966299867083524f,0.07340287072105317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6230265865123548f,0.58591474849201f,-0.5182101697171795f,0.5037843888047392f,0.5965072209975474f,-0.7844462001947772f,-0.16977424509553454f,1.4331376122839943f,-0.5059812326525032f,-0.20334223983107935f,-0.8382332167743851f,-0.3051054721643104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5056195877834266f,0.6897876865031802f,-0.5182101697171795f,0.28930400749921026f,0.8512950005323845f,0.49646100327297493f,-0.16977424509553454f,1.6699136153348824f,0.14016295701177686f,-0.5269909105267201f,-0.8382332167743851f,-0.2204662020866407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.745678086694069f,-0.5602650697554247f,-0.3606483642500292f,0.035770377647935656f,-0.31463109226651986f,0.7731928655554775f,-0.5506178969424134f,1.5100490272726745f,0.5873427166514021f,-0.2971125111234104f,-0.7528297874888401f,0.2610483114948039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8399172944677218f,-0.2654548951015496f,-0.47336311339250725f,-0.016960934642308054f,-0.08374886165109263f,0.9251626232771082f,-0.37021648891313014f,1.6812031660814253f,0.5362136389781302f,-0.271307609841016f,-0.7992916327700338f,0.20518256194480072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.745678086694069f,-0.5602650697554247f,-0.3606483642500292f,0.3024622621540791f,-0.31463109226651986f,0.7731928655554775f,-0.5506178969424134f,1.4578956879764942f,0.5873427166514021f,-0.2971125111234104f,-0.7528297874888401f,0.10673785190499087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8399172944677218f,-0.2654548951015496f,-0.47336311339250725f,0.2497309498638354f,-0.08374886165109263f,0.9251626232771082f,-0.37021648891313014f,1.629049826785245f,0.5362136389781302f,-0.271307609841016f,-0.7992916327700338f,0.05087210235498768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8452805899277871f,0.13022651148297132f,-0.5182101697171795f,0.3492253554537517f,0.2509055256576573f,0.953007409675652f,-0.16977424509553454f,2.2187292575815194f,0.4717490238313029f,-0.2735286690829309f,-0.8382332167743851f,-0.3425701836564827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8452805899277871f,0.13022651148297132f,-0.5182101697171795f,0.3160628602296867f,0.2509055256576573f,0.953007409675652f,-0.16977424509553454f,2.0742780386821944f,0.4717490238313029f,-0.2735286690829309f,-0.8382332167743851f,-0.4046540524873888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8452805899277871f,0.13022651148297132f,-0.5182101697171795f,-0.14737699112882324f,0.2509055256576573f,0.953007409675652f,-0.16977424509553454f,2.366136253905393f,0.4717490238313029f,-0.2735286690829309f,-0.8382332167743851f,-0.06541763215559221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8452805899277871f,0.13022651148297132f,-0.5182101697171795f,-0.24393553059747228f,0.2509055256576573f,0.953007409675652f,-0.16977424509553454f,2.2405029494303923f,0.4717490238313029f,-0.2735286690829309f,-0.8382332167743851f,-0.09212032419915059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7886674993956925f,0.33085011016869464f,-0.5182101697171795f,0.2750854473113259f,0.47400591831392f,0.8639994763341113f,-0.16977424509553454f,2.3330784317669413f,0.3915634875729895f,-0.3795301167176907f,-0.8382332167743851f,-0.345992250792361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8307140537521897f,0.20340201793565482f,-0.5182101697171795f,0.18144939907676f,0.33301082301638374f,0.9275130713128479f,-0.16977424509553454f,2.380783191631245f,0.4461142820539992f,-0.3136034464790072f,-0.8382332167743851f,-0.297766873838903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7568308943653668f,0.3983280273038934f,-0.5182101697171795f,0.16201553658104295f,0.5475046987819233f,0.8193993596006508f,-0.16977424509553454f,2.3842149177302527f,0.3569952410688896f,-0.4122128966325922f,-0.8382332167743851f,-0.28644758192293246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8428790835924223f,0.1449588577634727f,-0.5182101697171795f,0.18822974154077884f,0.26749958418221365f,0.9484833568200257f,-0.16977424509553454f,2.3837980547030897f,0.4669034406649212f,-0.2817201650420593f,-0.8382332167743851f,-0.30256922292332494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8098252820286781f,0.27502951221435157f,-0.5182101697171795f,0.24134293873382578f,0.412581706934523f,0.8949597984296482f,-0.16977424509553454f,2.456394411067456f,0.4170843412190962f,-0.35129151228844f,-0.8382332167743851f,-0.3873890428818726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8098252820286781f,0.27502951221435157f,-0.5182101697171795f,0.17946129848559678f,0.412581706934523f,0.8949597984296482f,-0.16977424509553454f,2.2550284564207854f,0.4170843412190962f,-0.35129151228844f,-0.8382332167743851f,-0.30834845261697374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8739497667808152f,0.24038477490203886f,-0.4224061613412559f,-0.03786747842989422f,0.019846619632684352f,0.8860458300970835f,0.4631726445470694f,2.404777310108734f,0.485610869763965f,0.3964062902665224f,-0.779130371763429f,-0.09531220758469822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8255855312496342f,0.37414110366572184f,-0.4224061613412559f,0.06099796397285147f,0.15821038024379347f,0.8720324402947338f,0.4631726445470694f,2.395341650242871f,0.5416438000885582f,0.3155595944055689f,-0.779130371763429f,-0.15452144036477333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.91677076585931f,0.3223798642465943f,-0.23580200591615377f,0.05236159522983286f,-0.008397757468813466f,0.5746820182111309f,0.8183337067567709f,2.4151599787198372f,0.39932548195078843f,0.7522046271282363f,-0.5241444060482205f,-0.21481835911410385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7722799541229093f,0.5898992172107331f,-0.23580200591615377f,0.03408606159361991f,0.16959976802595111f,0.5491501279898486f,0.8183337067567709f,2.4245666445731744f,0.6122251147620957f,0.5919907520079155f,-0.5241444060482205f,-0.1919101699051048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8550524748345573f,0.4618253774807284f,-0.23580200591615377f,0.0358127953208959f,0.08160570694800567f,0.568920427633988f,0.8183337067567709f,2.516318021112085f,0.5120798510709198f,0.680475471810368f,-0.5241444060482205f,-0.109058810078605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8550524748345573f,0.3007628636322044f,-0.4224061613412559f,-0.031858848996349984f,0.08160570694800567f,0.8825030367861577f,0.4631726445470694f,2.3177548378351998f,0.5120798510709198f,0.36156616258019175f,-0.779130371763429f,-0.19041119665914802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8452805899277871f,0.13022651148297132f,-0.5182101697171795f,0.023254205413262435f,0.2509055256576573f,0.953007409675652f,-0.16977424509553454f,1.8032807948284564f,0.4717490238313029f,-0.2735286690829309f,-0.8382332167743851f,-0.08300159370885922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8534140304196591f,0.05605990264498488f,-0.5182101697171795f,0.002231741921393106f,0.16689068574777738f,0.9712487862092174f,-0.16977424509553454f,1.4390625f,0.4937934706874017f,-0.2313721733540074f,-0.8382332167743851f,0.00376297129889355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.815579899551715f,-0.004124054588800913f,-0.5786297776825552f,0.21370570199430683f,-0.14090616234560738f,0.9712890180994813f,0.19168488916025403f,0.8251739438912871f,0.561226229661665f,0.23786684403904235f,-0.7927449045226704f,-0.028014610601616165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8417004443451017f,-0.2335992152188433f,-0.48679746161868886f,0.12472976050484824f,-0.20577721069223487f,0.9723082907587706f,-0.11078053656433372f,1.1728125f,0.4991954542551263f,0.006927796972965569f,-0.8664617152997122f,-0.03473541916262421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8517372162023483f,0.3443146757970482f,-0.39495710978111004f,0.031474599436803904f,0.1391731009600654f,0.8753669863137388f,0.46299404665844446f,1.092957793269452f,0.5051480599834406f,0.33938185470466153f,-0.7935019812150378f,0.3252803130797301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8517372162023483f,-0.49949455286616934f,-0.15826846240770692f,-0.11899099556412311f,0.1391731009600654f,0.07554158410796041f,-0.9873825586061458f,1.1915625f,0.5051480599834406f,-0.8630171844914127f,0.005174627279416408f,0.04441163107406477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8837743234845187f,-0.058970271711872496f,-0.4641825634421323f,-0.010157977401404584f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3659375f,0.4404257033642775f,-0.43984217342648824f,-0.7826647189515729f,-0.004875307181353169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8103071894356123f,-0.35768254995910753f,-0.4641825634421323f,-0.010157977401404584f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3659375f,0.5642996666518562f,-0.26268198249034813f,-0.7826647189515729f,-0.004875307181353169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8601077254613828f,-0.2115401815209994f,-0.4641825634421323f,-0.010157977401404584f,0f,0.9099612708765432f,-0.414693242656239f,1.3659375f,0.510112439175567f,-0.35668086170526303f,-0.7826647189515729f,-0.004875307181353169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8354787338921297f,0.21492762751116168f,-0.5057483565434764f,-0.005375673284133643f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3578125f,0.5218575731325609f,0.02198090912785436f,-0.852749384636604f,0.0031882027448472943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8586027790280013f,-0.08378465073607338f,-0.5057483565434764f,-0.005375673284133643f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3578125f,0.48286779688357273f,0.19914110006399446f,-0.852749384636604f,0.0031882027448472943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8601077254613828f,0.06658303428966943f,-0.5057483565434764f,-0.005375673284133643f,0f,0.9914448613738104f,0.13052619222005157f,1.3578125f,0.510112439175567f,0.1122665863035238f,-0.852749384636604f,0.0031882027448472943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8308002654138973f,0.17730592480955112f,-0.527573244218874f,-0.16086283548531102f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4265625000000002f,0.4927307793109917f,-0.20648774016913765f,-0.8453278608205372f,0.12083734432958117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8308002654138973f,-0.2662243818518834f,-0.48876937045582186f,0.1724289081309748f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4265625000000002f,0.4927307793109917f,0.056561084857966265f,-0.8683416509642232f,-0.07683122585095108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8601077254613828f,-0.04445922852116615f,-0.5081713073373479f,-0.006719591605167053f,0f,0.9961946980917455f,-0.08715574274765818f,1.253125f,0.510112439175567f,-0.0749633276555857f,-0.8568347558923802f,0.0039852534310591175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8601077254613828f,0f,-0.510112439175567f,0f,0f,1f,0f,1.4765625f,0.510112439175567f,0f,-0.8601077254613828f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9629598979417847f,-0.2661624553309814f,0.04319470254707933f,1.193026928209595f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6157613766698269f,0.17878183449326956f,0.7501421119249972f,0.6366505066140494f,-0.654132313395398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8909929242155105f,-0.2661624553309814f,-0.3678167429170086f,1.2820409545959055f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6186136233301731f,0.431091499223513f,0.7501421119249972f,0.5014448436407822f,-0.6248504026741732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.949482948120644f,-0.2661624553309814f,-0.16625185292294808f,1.2624717193411925f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.736494563997949f,0.31234038102639833f,0.7501421119249972f,0.5828638763013101f,-0.7269209394799822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.21273465102381023f,0.6090122960943781f,0.7640994643759612f,-0.938781816974727f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6138123033324049f,-0.956136307467858f,-0.03140816005366742f,0.2912333927003782f,0.7256001479685518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13011931663616477f,0.6090122960943781f,0.7824148430621639f,-0.9427484354707352f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.620562696667595f,-0.9896343311104686f,-0.03140816005366742f,-0.14013357259978163f,0.8190226325615412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.04231059729075415f,0.6090122960943781f,0.7920314618515812f,-1.0595698455004683f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7080208722563579f,-0.9965065023252204f,-0.03140816005366742f,0.0773842251728244f,0.7607037564891228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013439183210334107f,0f,-0.000007970506862118236f,0.34449447442468484f,0f,0.000015625f,0f,1.642685f,0.000007970506862118236f,0f,-0.000013439183210334107f,0.5950057977844504f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117.mcfunction new file mode 100644 index 000000000..057c139b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..072e1f617 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5760905375152509f,-0.03213079419232274f,-0.577954798487221f,-0.10727236303121385f,0.0376077672841431f,0.8116071698757658f,-0.08260691309204149f,1.5040785723682024f,0.5776242661711289f,-0.08488732717705841f,-0.5710418489563125f,-0.345100892748319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5334212366594941f,0.18688194723111792f,-0.5661598025997268f,-0.10727236303121385f,0.3382860381623921f,0.720426497847916f,-0.08092105772281616f,1.5040785723682024f,0.49094229871243367f,-0.29336120908820307f,-0.5593879336714899f,-0.345100892748319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.786194642397658f,0.20807683844560845f,-0.07447454606872646f,-0.1632066402282824f,0.21962909914343642f,0.7662493698916838f,-0.17767781627002371f,1.5146405005196821f,0.02460665599193213f,-0.19107688737134557f,-0.7936174015467512f,-0.3203738004818757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7895281933844261f,-0.10640888035613862f,-0.07295465737344634f,-0.1632066402282824f,-0.08847684193491312f,0.775807863330671f,-0.17405173838696203f,1.5146405005196821f,0.09389930932838841f,-0.1637049460940385f,-0.7774211280457971f,-0.3203738004818757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.18090930252958193f,-1.2059128241977304f,0.9769607641526419f,-0.23211585764004383f,-0.4449921015487061f,-0.9019744988377518f,-1.1957551099642658f,2.542272281014248f,1.4868288750954246f,-0.416680349766869f,-0.2390055068416489f,0.2481712963300185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6252548890576906f,-0.425082126482123f,-0.6544933226969482f,-0.4441851115377276f,0.7652832703771302f,-0.16958523887878668f,-0.6209527863173734f,2.074871035231439f,0.15296352437865557f,-0.8891265559524479f,0.43134223965408164f,0.09742958217958207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6252548890576906f,-0.425082126482123f,-0.6544933226969482f,-0.2390233510656729f,0.7652832703771302f,-0.16958523887878668f,-0.6209527863173734f,1.8237624621389432f,0.15296352437865557f,-0.8891265559524479f,0.43134223965408164f,0.04723842574283571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6759157039874704f,0.6020325131158271f,-0.42508212648212296f,0.5337976922049782f,0.5938665176865254f,-0.7864880202045702f,-0.16958523887878665f,1.4389838309412755f,-0.4364178276308174f,-0.13781671606208307f,-0.8891265559524477f,-0.248849498539781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5151716510138868f,0.7442468379086753f,-0.42508212648212296f,0.3121583041917327f,0.8529997803468067f,0.4935911481000486f,-0.16958523887878665f,1.6765237991329003f,0.0836034970555968f,-0.4499604680193733f,-0.8891265559524477f,-0.18819258782355777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8274852488294488f,-0.47833589823979783f,-0.29404579817571036f,0.0029412311590299306f,-0.2598009344651525f,0.7904367192312219f,-0.5547190886764362f,1.5178289878158382f,0.4977666495665396f,-0.38262848998226484f,-0.7783468386479087f,0.26556937695779864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8970118234786343f,-0.2068726455285409f,-0.3906065758170973f,-0.03828868097642834f,-0.05253913668139998f,0.9273500542667076f,-0.3704882129951066f,1.6893915716596264f,0.4388729060403572f,-0.3118101752405732f,-0.8427128733798569f,0.2018380136415671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8274852488294488f,-0.47833589823979783f,-0.29404579817571036f,0.2845887651034974f,-0.2598009344651525f,0.7904367192312219f,-0.5547190886764362f,1.464646196035367f,0.4977666495665396f,-0.38262848998226484f,-0.7783468386479087f,0.14106031190053042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8970118234786343f,-0.2068726455285409f,-0.3906065758170973f,0.24335885296803914f,-0.05253913668139998f,0.9273500542667076f,-0.3704882129951066f,1.6362087798791551f,0.4388729060403572f,-0.3118101752405732f,-0.8427128733798569f,0.07732894858429888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8905433538688586f,0.16198061805488068f,-0.42508212648212296f,0.3866261195076965f,0.25414028107866476f,0.9521835769890605f,-0.16958523887878665f,2.224965735049685f,0.3772866979012936f,-0.2590534985034495f,-0.8891265559524477f,-0.3037977211023318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8905433538688586f,0.16198061805488068f,-0.42508212648212296f,0.3599224686632196f,0.25414028107866476f,0.9521835769890605f,-0.16958523887878665f,2.0805139112407165f,0.3772866979012936f,-0.2590534985034495f,-0.8891265559524477f,-0.36891989958124105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8905433538688586f,0.16198061805488068f,-0.42508212648212296f,-0.13656810089025798f,0.25414028107866476f,0.9521835769890605f,-0.16958523887878665f,2.3742731501834005f,0.3772866979012936f,-0.2590534985034495f,-0.8891265559524477f,-0.08214178608532177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8905433538688586f,0.16198061805488068f,-0.42508212648212296f,-0.23006250327489924f,0.25414028107866476f,0.9521835769890605f,-0.16958523887878665f,2.2488818474553316f,0.3772866979012936f,-0.2590534985034495f,-0.8891265559524477f,-0.11896746222163405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8249037521522034f,0.3726110377198352f,-0.42508212648212296f,0.3136448182970435f,0.4769452845092746f,0.8624175568358937f,-0.16958523887878665f,2.3395267537996602f,0.30340895713472793f,-0.34263241561556235f,-0.8891265559524477f,-0.31535941718489124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8730370264677003f,0.23898020035532722f,-0.42508212648212296f,0.21549233290574576f,0.3361614674667154f,0.9264104460470258f,-0.16958523887878665f,2.38758330910584f,0.3532730080363633f,-0.2909504241156528f,-0.8891265559524477f,-0.27759968031325544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7892895525815645f,0.4430882394411187f,-0.42508212648212296f,0.19495943753371942f,0.5502950064326515f,0.817567277139755f,-0.16958523887878665f,2.391090172513012f,0.27239201177876304f,-0.36777242884596023f,-0.8891265559524477f,-0.2684519898022656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8875807682213647f,0.17749807218392116f,-0.42508212648212296f,0.22276137890056966f,0.27071946907141997f,0.9476031953408101f,-0.16958523887878665f,2.3905705747940966f,0.37270812836489164f,-0.2655986041960276f,-0.8891265559524477f,-0.2816447036794295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8488863601409532f,0.31416099903087935f,-0.42508212648212296f,0.28495685478633315f,0.4156242621075005f,0.8935867722286519f,-0.16958523887878665f,2.462875289095811f,0.3265706972682018f,-0.32063304131966675f,-0.8891265559524477f,-0.36031741559621056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8488863601409532f,0.31416099903087935f,-0.42508212648212296f,0.21427063000438537f,0.4156242621075005f,0.8935867722286519f,-0.16958523887878665f,2.261818265344365f,0.3265706972682018f,-0.32063304131966675f,-0.8891265559524477f,-0.28817498129928565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9212578786762784f,0.19886473061736323f,-0.3342704591993838f,-0.024349636921979646f,0.023189020240257777f,0.8859657024050384f,0.46317064188292834f,2.4125444674087393f,0.38826046710575646f,0.4189481985621021f,-0.8208143618409641f,-0.10007145029274288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8788063677004733f,0.3405328592011841f,-0.3342704591993838f,0.08030736502104274f,0.16149909562085185f,0.8714304324565463f,0.46317064188292834f,2.4027239301594068f,0.4490182737960085f,0.3530529325651657f,-0.8208143618409641f,-0.1482337759989698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9545875706498423f,0.24095313760975573f,-0.17522601244348984f,0.07830115328007392f,-0.005066770705957027f,0.5749293580417464f,0.8181873630754258f,2.422471487367102f,0.29788739113202684f,0.7819193172813419f,-0.5475995648891945f,-0.20913599696117186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8334081150715131f,0.524143833595418f,-0.17522601244348984f,0.057685507206784066f,0.17284415690350463f,0.5483560306297343f,0.8181873630754258f,2.4319683122126277f,0.5249341017282684f,0.6515971956476645f,-0.5475995648891945f,-0.18834967742561548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9051416384261394f,0.3873170005956332f,-0.17522601244348984f,0.05072969314680626f,0.0849343762104412f,0.5686436411685482f,0.8181873630754258f,2.5238460744092377f,0.41653903313493557f,0.7256927382909228f,-0.5475995648891945f,-0.10591341116035967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9051416384261394f,0.26264400715393615f,-0.3342704591993838f,-0.00836520846282928f,0.0849343762104412f,0.8821899502009187f,0.46317064188292834f,2.3253533356140315f,0.41653903313493557f,0.3908439807271231f,-0.8208143618409641f,-0.19385330682396223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8905433538688586f,0.16198061805488068f,-0.42508212648212296f,0.03322146047021801f,0.25414028107866476f,0.9521835769890605f,-0.16958523887878665f,1.8108912559872667f,0.3772866979012936f,-0.2590534985034495f,-0.8891265559524477f,-0.08046402120509201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9012721086222959f,0.08374826544446524f,-0.42508212648212296f,0.0018158609285435447f,0.17018493369750823f,0.9707100159660451f,-0.16958523887878665f,1.446875f,0.39842900818325827f,-0.22518501934685572f,-0.8891265559524477f,0.00398036104997888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8707179904422516f,-0.031505282472471696f,-0.4907724506291451f,0.2161667817508912f,-0.14306081617302624f,0.9710142479053135f,0.19148089523705933f,0.8331467516921637f,0.47051438234778176f,0.2369361676511373f,-0.8499867460511824f,-0.005278670559968012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8899155682494019f,-0.23492690070886668f,-0.39097267514580897f,0.12773267144816106f,-0.20791169081775926f,0.9718599267866891f,-0.11072945194243405f,1.180625f,0.4059840024048294f,-0.017252073194188353f,-0.9137173281501547f,-0.021176098429978477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9009427313958297f,0.30396321565427165f,-0.30969106909004745f,-0.003014709224690465f,0.13917310096006547f,0.8783785047242486f,0.4572549074723557f,1.1028355903132734f,0.4110146502427635f,0.3688598188573917f,-0.8336722325460472f,0.3272465279788733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9009427313958297f,-0.40521036408579214f,-0.15526350370412728f,-0.12306331477476337f,0.13917310096006547f,0.06907760853681721f,-0.9878558254968148f,1.199375f,0.4110146502427635f,-0.9116100289248104f,-0.00584058640247518f,0.0314113125584956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9258632880834324f,-0.011520609873793386f,-0.37768299846229564f,-0.009577360632563139f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.37375f,0.343233195967074f,-0.4436281168033028f,-0.8278798627625769f,-0.005935258066321109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8660866190283453f,-0.3274897265756274f,-0.37768299846229564f,-0.009577360632563139f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.37375f,0.4742634535513852f,-0.2994814008544267f,-0.8278798627625769f,-0.005935258066321109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.909796811423744f,-0.17212005866754093f,-0.37768299846229564f,-0.009577360632563139f,0f,0.9099612708765432f,-0.414693242656239f,1.37375f,0.4150539265242387f,-0.3772865898876192f,-0.8278798627625769f,-0.005935258066321109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8865674925789727f,0.2113369207580643f,-0.4115030826454795f,-0.005686230071398401f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.365625f,0.42936944759034135f,0.04487484103774969f,-0.9020133735803486f,0.002594087040776492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.905382414532805f,-0.10463219594376974f,-0.4115030826454795f,-0.005686230071398401f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.365625f,0.3881272019281179f,0.1890215569866258f,-0.9020133735803486f,0.002594087040776492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.909796811423744f,0.05417540859518995f,-0.4115030826454795f,-0.005686230071398401f,0f,0.9914448613738104f,0.13052619222005157f,1.365625f,0.4150539265242387f,0.11875231348908563f,-0.9020133735803486f,0.002594087040776492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8787962368296396f,0.19840236384909915f,-0.43399732274883157f,-0.1728800576420311f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4343750000000002f,0.40091130693244753f,-0.18630909755515737f,-0.8969721534930165f,0.10291259055474214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8787962368296396f,-0.2707510303422031f,-0.39295171930238354f,0.17966620678466974f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4343750000000002f,0.40091130693244753f,0.027721063856982336f,-0.9156973662692024f,-0.057920805973400366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.909796811423744f,-0.03617433324655197f,-0.41347452102560756f,-0.007107787589248f,0f,0.9961946980917455f,-0.08715574274765818f,1.2609375f,0.4150539265242387f,-0.07929401684908752f,-0.9063347598811095f,0.003242608800970615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.909796811423744f,0f,-0.4150539265242387f,0f,0f,1f,0f,1.484375f,0.4150539265242387f,0f,-0.909796811423744f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9382715204305652f,-0.34497724674816754f,-0.02524387400873887f,1.256226495948459f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6235738766698269f,0.2808936868954992f,0.7173188551384702f,0.6376146145792827f,-0.522587146549064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.839694263167764f,-0.34497724674816754f,-0.41940939859426074f,1.3415921488840175f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6264261233301731f,0.524043715836788f,0.7173188551384702f,0.4591642886318641f,-0.48393960474011666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9105669646459562f,-0.34497724674816754f,-0.22772461905007874f,1.33306801527375f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.744307063997949f,0.41224044596210485f,0.7173188551384702f,0.5617040811457568f,-0.5875189878164538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3139203294325401f,0.6088729665421572f,0.7285106295608309f,-1.0110986926928414f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6216248033324049f,-0.9278505790122986f,0.0340023517753755f,0.3713989002410822f,0.6208754369832818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.02337345685079939f,0.6088729665421572f,0.7929233204598011f,-1.02504874938973f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.628375196667595f,-0.9978781625976043f,0.0340023517753755f,-0.05552488347193846f,0.7133356479281732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1488006047668125f,0.6088729665421572f,0.7791868136943692f,-1.134951743095441f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7158333722563579f,-0.9862422500788413f,0.0340023517753755f,0.16177164224043583f,0.6428397961196621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014215575178496f,0f,-0.000006485217601941231f,0.27878311599896327f,0f,0.000015625f,0f,1.6504975f,0.000006485217601941231f,0f,-0.000014215575178496f,0.6284809595685128f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118.mcfunction new file mode 100644 index 000000000..4496c31d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..5e60a8682 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6293337308734231f,-0.02113849366901358f,-0.5200352523769783f,-0.07306740325214008f,0.04012321047699623f,0.8115940067375005f,-0.08154594197894223f,1.5117840328742078f,0.5189158193873078f,-0.08838991321196907f,-0.6243861305926197f,-0.3539432749641267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5774869267446935f,0.21678971812393294f,-0.5094222880427544f,-0.07306740325214008f,0.34055764224350865f,0.7194716117199285f,-0.0798817390814128f,1.5117840328742078f,0.4364966686568313f,-0.2745228916591006f,-0.6116435564988928f,-0.3539432749641267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.784161788345283f,0.2280989034797649f,0.002371576459067606f,-0.13110433366479263f,0.2220897290141802f,0.76535879081433f,-0.178455927427696f,1.5225502743766628f,-0.05206617337562157f,-0.1707081017380254f,-0.7969267858689807f,-0.33477482338408354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7951941528803309f,-0.0875263507398834f,0.0023231769394947976f,-0.13110433366479263f,-0.0859160562048425f,0.7759242922316337f,-0.17481396972508997f,1.5225502743766628f,0.016872774257354093f,-0.17401330595962264f,-0.780662973912471f,-0.33477482338408354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0052017155733977f,-0.682828349021173f,0.9822022229568194f,-0.39196380179280144f,-0.9061832991789229f,-0.40284163329305944f,-1.2074587764288194f,2.4053390257318865f,0.7809017795456098f,-1.3464287260225838f,-0.1368515489269318f,0.4661919128697532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6286094226923644f,-0.33727725154898847f,-0.700781170758699f,-0.4475316766697087f,0.7727736169144444f,-0.1694009450355483f,-0.6116569764353468f,2.0859387830992095f,0.08758499131323666f,-0.926038538835519f,0.3671259918448117f,0.052177953853364434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6286094226923644f,-0.33727725154898847f,-0.700781170758699f,-0.24126920984877662f,0.7727736169144444f,-0.1694009450355483f,-0.6116569764353468f,1.8323724400491574f,0.08758499131323666f,-0.926038538835519f,0.3671259918448117f,0.023439128578708654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7169961069175403f,0.6100497014609969f,-0.3372772515489886f,0.5554152782411299f,0.5912185218423386f,-0.7885201197506779f,-0.16940094503554853f,1.4448301691139098f,-0.3692928947267351f,-0.07794474001319915f,-0.9260385388355191f,-0.1958320130007338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5181226387209624f,0.7859980832243724f,-0.3372772515489886f,0.32969469766099224f,0.8546940234161773f,0.4907152393779207f,-0.16940094503554853f,1.683131164947648f,0.032358269136250756f,-0.3760393157767983f,-0.9260385388355191f,-0.1572137464392432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8907954648097136f,-0.3888965586630093f,-0.2350380959217349f,-0.027467883694542686f,-0.20399735671662758f,0.8044477116603298f,-0.5578969059396978f,1.5257882856516096f,0.4060400452259298f,-0.4490248833467111f,-0.7959322432270207f,0.2663255495270127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9381482534549096f,-0.14665673056514905f,-0.3136393755883402f,-0.056926266772935254f,-0.021274632062401905f,0.9285655782125665f,-0.3705581695083399f,1.6975783430070388f,0.34557957776771486f,-0.340965937211774f,-0.8742522434007158f,0.1969303597785506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8907954648097136f,-0.3888965586630093f,-0.2350380959217349f,0.2647672026879974f,-0.20399735671662758f,0.8044477116603298f,-0.5578969059396978f,1.471576708762297f,0.4060400452259298f,-0.4490248833467111f,-0.7959322432270207f,0.16980607367802414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9381482534549096f,-0.14665673056514905f,-0.3136393755883402f,0.23530881960960484f,-0.021274632062401905f,0.9285655782125665f,-0.3705581695083399f,1.6433667661177263f,0.34557957776771486f,-0.340965937211774f,-0.8742522434007158f,0.10041088392956207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9221526059734423f,0.18941654332172178f,-0.3372772515489886f,0.4167910571618083f,0.257371866401485f,0.9513480131929005f,-0.16940094503554853f,2.231192785247896f,0.28878070171222586f,-0.24301919864482127f,-0.9260385388355191f,-0.26557076719035955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9221526059734423f,0.18941654332172178f,-0.3372772515489886f,0.3960749696378794f,0.257371866401485f,0.9513480131929005f,-0.16940094503554853f,2.086741500011645f,0.28878070171222586f,-0.24301919864482127f,-0.9260385388355191f,-0.33283875668979523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9221526059734423f,0.18941654332172178f,-0.3372772515489886f,-0.12497359884758907f,0.257371866401485f,0.9513480131929005f,-0.16940094503554853f,2.3823987567587683f,0.28878070171222586f,-0.24301919864482127f,-0.9260385388355191f,-0.09591210493442684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9221526059734423f,0.18941654332172178f,-0.3372772515489886f,-0.21485113181952603f,0.257371866401485f,0.9513480131929005f,-0.16940094503554853f,2.2572503615026287f,0.28878070171222586f,-0.24301919864482127f,-0.9260385388355191f,-0.14152154180544563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8489367233319765f,0.40687896894030734f,-0.3372772515489886f,0.3456443334894469f,0.47987873675964177f,0.86082502160836f,-0.16940094503554853f,2.345964084855293f,0.2214110154990887f,-0.3056628646189114f,-0.9260385388355191f,-0.28427538311412326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9021347973803311f,0.2690666514882685f,-0.3372772515489886f,0.2444434136911811f,0.3393079314484726f,0.9252964106043111f,-0.16940094503554853f,2.3943718390913054f,0.26650128519710314f,-0.2672633337733946f,-0.9260385388355191f,-0.2562717443003766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8102444240523002f,0.47932038229113183f,-0.3372772515489886f,0.22313061247953386f,0.5530784974209652f,0.8157251347798661f,-0.16940094503554853f,2.39795379571805f,0.19392820574306335f,-0.3237969666452309f,-0.9260385388355191f,-0.24916454961914478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9187063831650101f,0.2054814763413629f,-0.3372772515489886f,0.2520804149300896f,0.27393597960916805f,0.9467113598645728f,-0.16940094503554853f,2.3973314708748323f,0.284495449185802f,-0.24802210382130346f,-0.9260385388355191f,-0.25959466346623705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8752511982552716f,0.3466689999701035f,-0.3372772515489886f,0.32185240260640346f,0.41866165825740664f,0.8922027436217743f,-0.16940094503554853f,2.4693434423542597f,0.24219363298375488f,-0.2894734335539393f,-0.9260385388355191f,-0.33192577869745976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8752511982552716f,0.3466689999701035f,-0.3372772515489886f,0.24385187761313032f,0.41866165825740664f,0.8922027436217743f,-0.16940094503554853f,2.268597825039361f,0.24219363298375488f,-0.2894734335539393f,-0.9260385388355191f,-0.26679425614782354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9545265565713502f,0.16007839650833666f,-0.2515033991248643f,-0.011422511163731906f,0.026530808346820943f,0.885878781902806f,0.46315753257705417f,2.4203001274493854f,0.2969430400068426f,0.43542357624010264f,-0.8498418324875365f,-0.10289686131805037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9177329723916682f,0.3074284170563824f,-0.2515033991248643f,0.09738464607208441f,0.16478614340817604f,0.8708218112552046f,0.46315753257705417f,2.4100948382525353f,0.36140243265065863f,0.3836106638616972f,-0.8498418324875365f,-0.1406592133590582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9790135280553934f,0.16572673769627158f,-0.11860506016643119f,0.10136490049353444f,-0.0017367233693721396f,0.5751756943141066f,0.818028058481018f,2.4297710301950657f,0.20378786930646747f,0.8010665197615219f,-0.562816964243877f,-0.20148746719500948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.879884817027723f,0.4601473117024677f,-0.11860506016643119f,0.0788587674803665f,0.1760873422170253f,0.5475612691276845f,0.818028058481018f,2.4393579729682795f,0.44135694927692587f,0.6988856187419166f,-0.562816964243877f,-0.18281047252090016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9410348733908439f,0.3168378240759706f,-0.11860506016643119f,0.06422511967860582f,0.08826196062140265f,0.5683660104589667f,0.818028058481018f,2.53136157090736f,0.3265933149492568f,0.7593246152929338f,-0.562816964243877f,-0.10152800916300207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9410348733908439f,0.22627286026149418f,-0.2515033991248643f,0.013313726119769713f,0.08826196062140265f,0.8818701300783472f,0.46315753257705417f,2.3329407916397322f,0.3265933149492568f,0.4136492069189561f,-0.8498418324875365f,-0.19459908071976706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9221526059734423f,0.18941654332172178f,-0.3372772515489886f,0.04204673752497345f,0.257371866401485f,0.9513480131929005f,-0.16940094503554853f,1.8184972311105458f,0.28878070171222586f,-0.24301919864482127f,-0.9260385388355191f,-0.07721062478971437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9351522764241283f,0.10832486088766073f,-0.3372772515489886f,0.0014249146921006717f,0.1734770460458003f,0.9701592829614559f,-0.16940094503554853f,1.4546875f,0.30886232271676334f,-0.2169255406755567f,-0.9260385388355191f,0.004136452963619392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.911609862634703f,-0.05613330304983055f,-0.40720573502328505f,0.21639004332185555f,-0.14521478908170435f,0.9707348560277483f,0.19127598993272238f,0.8411212133662503f,0.3845518474524522f,0.23350137383215258f,-0.8930828545210143f,0.015274063778784187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9243830053968864f,-0.23418557567024653f,-0.3011198689582191f,0.12917656944247352f,-0.21004518135738248f,0.9714069371060784f,-0.11067784028761932f,1.1884375f,0.318429083348183f,-0.039059937150265775f,-0.9471416156984409f,-0.008802068340669593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9362736657654218f,0.2656072996183304f,-0.22987906643197817f,-0.03397087447448058f,0.1391731009600654f,0.8813523963230864f,0.4514961810078931f,1.1127175227840977f,0.32252514748983346f,0.3907310019502052f,-0.8621524304620674f,0.32594405091868056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9362736657654218f,-0.3167235771842509f,-0.1519137862400618f,-0.1255125030913575f,0.1391731009600654f,0.06261067391083242f,-0.9882867759317587f,1.2071875f,0.32252514748983346f,-0.9464491952387317f,-0.014541322794641674f,0.019438661675690885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9545645919623231f,0.031168494079761577f,-0.2963696420833338f,-0.008962607145386284f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3815625f,0.25266241272939827f,-0.44268177672805653f,-0.8603455990162617f,-0.006828235361897738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9076575559429121f,-0.297191514668801f,-0.2963696420833338f,-0.008962607145386284f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3815625f,0.3888310895159707f,-0.32956916433303174f,-0.8603455990162617f,-0.006828235361897738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9454749631130038f,-0.13506342724017004f,-0.2963696420833338f,-0.008962607145386284f,0f,0.9099612708765432f,-0.414693242656239f,1.3815625f,0.32569478676586777f,-0.3920820783036195f,-0.8603455990162617f,-0.006828235361897738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.923728994658625f,0.20604585646527784f,-0.3229084227152585f,-0.005909218519456274f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3734375f,0.3421765419323308f,0.06497807681944562f,-0.9373862937359806f,0.0020355924172866737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9384931532466102f,-0.12231415228328474f,-0.3229084227152585f,-0.005909218519456274f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3734375f,0.2993169603130381f,0.1780906892144704f,-0.9373862937359806f,0.0020355924172866737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9454749631130038f,0.042511700342470364f,-0.3229084227152585f,-0.005909218519456274f,0f,0.9914448613738104f,0.13052619222005157f,1.3734375f,0.32569478676586777f,0.1234092467745341f,-0.9373862937359806f,0.0020355924172866737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9132586849805546f,0.2153895723348917f,-0.3457830337610286f,-0.1819704191620974f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4421875000000002f,0.31459700602486274f,-0.16637881458322734f,-0.9345302637464838f,0.08582122217127051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9132586849805546f,-0.2721619144341304f,-0.3031278057835296f,0.18440112904419156f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4421875000000002f,0.31459700602486274f,0.0015716692643702318f,-0.9492240271168424f,-0.04038550770050325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9454749631130038f,-0.02838617104961936f,-0.3244554197722791f,-0.007386523149320342f,0f,0.9961946980917455f,-0.08715574274765818f,1.26875f,0.32569478676586777f,-0.08240357265942856f,-0.9418771454316631f,0.002544490521608342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9454749631130038f,0f,-0.32569478676586777f,0f,0f,1f,0f,1.4921875f,0.32569478676586777f,0f,-0.9454749631130038f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9069324135119707f,-0.41231972509774983f,-0.08640625912899769f,1.3006357240347635f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6313863766698269f,0.36976790924873815f,0.6808436568011982f,0.6322369874369808f,-0.3994359125389258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7854430456452286f,-0.41231972509774983f,-0.4615968656120435f,1.381891919972732f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6342386233301731f,0.602318432187186f,0.6808436568011982f,0.4167306339125339f,-0.35276303164778094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8667327566716654f,-0.41231972509774983f,-0.28065418722629354f,1.3833619500876917f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.752119563997949f,0.4978440628388783f,0.6808436568011982f,0.5372180228637635f,-0.4566821755229179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4016401460846791f,0.6027866331178083f,0.6894443182647705f,-1.0660888101457904f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6294373033324049f,-0.8933856184523961f,0.09236191989451095f,0.43969468099560793f,0.5208277291929522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07263783263102347f,0.6027866331178083f,0.7945892147551237f,-1.0888603672249615f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.636187696667595f,-0.9955053446089552f,0.09236191989451095f,0.020937636170423796f,0.6115192441103372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2428966088444935f,0.6027866331178083f,0.7600325732140312f,-1.1914794746674806f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7236458722563579f,-0.9673761591187733f,0.09236191989451095f,0.23590812305219497f,0.5307872681938154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014773046298640686f,0f,-0.0000050889810432166844f,0.217091200355266f,0f,0.000015625f,0f,1.65831f,0.0000050889810432166844f,0f,-0.000014773046298640686f,0.6523647392636728f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119.mcfunction new file mode 100644 index 000000000..1c2e5ca70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..6f17df88c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6712375085119369f,-0.010854910163289913f,-0.4650449682949799f,-0.04236531760004374f,0.04263999754820596f,0.8115711697691572f,-0.08048920084741233f,1.5194864298091977f,0.4632132146433443f,-0.0904370044246988f,-0.6664826407753698f,-0.3589329992299767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6115558431157729f,0.2418052352938059f,-0.45555425465630683f,-0.04236531760004374f,0.34282683610474873f,0.718507466750871f,-0.07884656409542433f,1.5194864298091977f,0.38531702687185243f,-0.25549412597504717f,-0.6528809542289337f,-0.3589329992299767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7761146215967722f,0.24435232096074408f,0.06987475816946366f,-0.10179237181819481f,0.22454571751107755f,0.7644591193443215f,-0.17923704986186323f,1.5304568492702524f,-0.11903679824146353f,-0.15112459275990184f,-0.7936851029041805f,-0.3448014066944496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7940042435927842f,-0.06979993395342901f,0.06844874269661747f,-0.10179237181819481f,-0.08335606253577103f,0.776030752362948f,-0.17557915088509052f,1.5304568492702524f,-0.05107864519721933f,-0.18139526070736717f,-0.7774874477428707f,-0.3448014066944496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1956209718280142f,0.24220106630380217f,0.9763377413612235f,-0.6661246101320825f,-0.9441240473546624f,0.25320401453961994f,-1.2189847251822599f,2.2212598221192525f,-0.3471693029800945f,-1.5227056907039918f,-0.04740363452304282f,0.46572856034694754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6248561544711833f,-0.25746817589400595f,-0.7370650748891158f,-0.44618017553240175f,0.7801502241166463f,-0.16922136914284702f,-0.6022705007188768f,2.0969645442924896f,0.03033832609474757f,-0.9513539123939279f,0.30660286910356077f,0.012428088113712703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6248561544711833f,-0.25746817589400595f,-0.7370650748891158f,-0.24114924984654476f,0.7801502241166463f,-0.16922136914284702f,-0.6022705007188768f,1.840977752004215f,0.03033832609474757f,-0.9513539123939279f,0.30660286910356077f,0.0024733248638736547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7478580598808244f,0.6118974265946069f,-0.2574681758940061f,0.5700863330178392f,0.5885632732110332f,-0.790542473022503f,-0.16922136914284724f,1.4506766546187793f,-0.30708564879916456f,-0.02498274753430372f,-0.9513539123939279f,-0.1476496291727593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5161954652477818f,0.8168551769190417f,-0.2574681758940061f,0.34267177937228127f,0.856377708966112f,0.48783331970189703f,-0.16922136914284724f,1.6897357307146044f,-0.012627796465698005f,-0.3078413099783515f,-0.9513539123939279f,-0.1286261029117795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9369628959181568f,-0.29650146533998933f,-0.18489838486017224f,-0.05487165492203583f,-0.14742473443896434f,0.8151744964021922f,-0.5601397040837519f,1.5339271454288645f,0.31680669081991f,-0.49757152397084725f,-0.8074999066161348f,0.26430631125670145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9656743468934273f,-0.08717656328520501f,-0.24469021755217998f,-0.07274657439771288f,0.010013062118768928f,0.9288079675749699f,-0.3704261032328301f,1.7057634762039662f,0.25956269828108613f,-0.36016108365984556f,-0.8960531231338952f,0.1911757760508936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9369628959181568f,-0.29650146533998933f,-0.18489838486017224f,0.24436316331216867f,-0.14742473443896434f,0.8151744964021922f,-0.5601397040837519f,1.4786874651759772f,0.31680669081991f,-0.49757152397084725f,-0.8074999066161348f,0.19314908195495492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9656743468934273f,-0.08717656328520501f,-0.24469021755217998f,0.2264882438364916f,0.010013062118768928f,0.9288079675749699f,-0.3704261032328301f,1.6505237959510788f,0.25956269828108613f,-0.36016108365984556f,-0.8960531231338952f,0.12001854674914705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9426091487412428f,0.21259852095234005f,-0.2574681758940061f,0.4404998222377804f,0.2606002368169811f,0.9505007337168939f,-0.16922136914284724f,2.2374104336199605f,0.20874747730270382f,-0.22660587832738097f,-0.9513539123939279f,-0.22952532618491636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9426091487412428f,0.21259852095234005f,-0.2574681758940061f,0.42513520870647137f,0.2606002368169811f,0.9505007337168939f,-0.16922136914284724f,2.09296082966757f,0.20874747730270382f,-0.22660587832738097f,-0.9513539123939279f,-0.2982170510797758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9426091487412428f,0.21259852095234005f,-0.2574681758940061f,-0.1132830526476998f,0.2606002368169811f,0.9505007337168939f,-0.16922136914284724f,2.390513072749937f,0.20874747730270382f,-0.22660587832738097f,-0.9513539123939279f,-0.10688618326957783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9426091487412428f,0.21259852095234005f,-0.2574681758940061f,-0.19934335233460196f,0.2606002368169811f,0.9505007337168939f,-0.16922136914284724f,2.26560848655882f,0.20874747730270382f,-0.22660587832738097f,-0.9513539123939279f,-0.15992184736673454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.863177391381807f,0.43432122836572395f,-0.2574681758940061f,0.3715871869698211f,0.48280623531969524f,0.8592218964632146f,-0.16922136914284724f,2.352390447781163f,0.1477258614587214f,-0.2703753007007949f,-0.9513539123939279f,-0.2543207935862893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9204930543481448f,0.29394331987414885f,-0.2574681758940061f,0.2685223628320257f,0.3424501716678197f,0.924170984261084f,-0.16922136914284724f,2.401148799642421f,0.1882031264923722f,-0.24393711597717718f,-0.9513539123939279f,-0.23510086189496643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8220391515579298f,0.5078993716354959f,-0.2574681758940061f,0.24669204336544548f,0.555855134402419f,0.8138729616985005f,-0.16922136914284724f,2.4048058043498446f,0.12359895980301483f,-0.28222159823156584f,-0.9513539123939279f,-0.22984333457150635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.938755229006634f,0.22901693914318896f,-0.2574681758940061f,0.2764250033610658f,0.27714907126243166f,0.9458078666007128f,-0.16922136914284724f,2.4040807614027337f,0.20476086616117245f,-0.2302145109711659f,-0.9513539123939279f,-0.23776110115203136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8913714520025549f,0.3730510326438861f,-0.2574681758940061f,0.3523573842661769f,0.4216938539351992f,0.8908077355853501f,-0.16922136914284724f,2.4757988936466813f,0.1662264362492788f,-0.2594118448811293f,-0.9513539123939279f,-0.30391567445403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8913714520025549f,0.3730510326438861f,-0.2574681758940061f,0.2684209019213027f,0.4216938539351992f,0.8908077355853501f,-0.16922136914284724f,2.2753671531399777f,0.1662264362492788f,-0.2594118448811293f,-0.9513539123939279f,-0.24554800935578558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9763166993565844f,0.12518261028813588f,-0.17645117352659706f,0.0005728797532828164f,0.029871936611520003f,0.885785074579872f,0.46313331671842417f,2.4280442948221634f,0.21427405340017694f,0.4468938528699849f,-0.8685462073525383f,-0.10416878322150738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9447137460100625f,0.2763709852005479f,-0.17645117352659706f,0.11217484009300428f,0.16807147778471862f,0.8702065900121952f,0.46313331671842417f,2.417454384525892f,0.2815455850388984f,0.40787200104766447f,-0.8685462073525383f,-0.13248833253374315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9928465351910634f,0.09855119411094257f,-0.06740489372744274f,0.12140246272217912f,0.0015923370286213129f,0.5754210277929782f,0.8178557973362175f,2.4370586181725056f,0.11938685866496276f,0.8118979633629958f,-0.5714617004359365f,-0.1927676525621923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9137991731783008f,0.40053420752820335f,-0.06740489372744274f,0.09741420596152599f,0.1793292790159376f,0.5467658588931502f,0.8178557973362175f,2.44673563659479f,0.36443391827089544f,0.7352682803906275f,-0.5714617004359365f,-0.1760887893803163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9652061434786721f,0.2526532819747669f,-0.06740489372744274f,0.07618958317378535f,0.09158841337316154f,0.5680875436931592f,0.8178557973362175f,2.538864519125749f,0.24492583188960648f,0.7832259327984821f,-0.5714617004359365f,-0.09641803613695255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9652061434786721f,0.19298208194574862f,-0.17645117352659706f,0.03276861473599199f,0.09158841337316154f,0.8815435856956699f,0.46313331671842417f,2.3405172123442233f,0.24492583188960648f,0.43085823952514335f,-0.8685462073525383f,-0.19336114003010965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9426091487412428f,0.21259852095234005f,-0.2574681758940061f,0.04968389683726072f,0.2606002368169811f,0.9505007337168939f,-0.16922136914284724f,1.8260987244979061f,0.20874747730270382f,-0.22660587832738097f,-0.9513539123939279f,-0.0735892522878546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9575514183494545f,0.12963571891558723f,-0.2574681758940061f,0.0010705022439155079f,0.1767669768092399f,0.9695965986610833f,-0.16922136914284724f,1.4625f,0.22770313376558887f,-0.20755003311514303f,-0.9513539123939279f,0.00424201013032405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9405191952255434f,-0.07770504421147847f,-0.33073489310380944f,0.2150616725983426f,-0.14736807081949468f,0.9704508437965915f,0.19107017422251954f,0.849097328142667f,0.3061148397501116f,0.22844492964076868f,-0.9241788890719088f,0.03330821730742418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9475255436074203f,-0.23210478046993105f,-0.21982428231309595f,0.1294584496051782f,-0.21217767215644626f,0.9709493238730087f,-0.11062570184554264f,1.19625f,0.23911499252396162f,-0.05817887377349604f,-0.9692467379345227f,0.0021382997506281705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9601662124201541f,0.23063375489261323f,-0.15776221230342094f,-0.060941753153345296f,0.1391731009600654f,0.8842885337186344f,0.44571811394973276f,1.1226035020343252f,0.2423049576378805f,0.4060072169775822f,-0.8811619869616614f,0.3224383198370183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9601662124201541f,-0.2366424211762999f,-0.14859747314996416f,-0.12670572954939546f,0.1391731009600654f,0.05614105725196228f,-0.9886753914504958f,1.215f,0.2423049576378805f,-0.9699734770551461f,-0.02097048672907611f,0.008769726298776537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9724919104772307f,0.06844150328951225f,-0.22265499025132493f,-0.008353947851710446f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.389375f,0.17114712703046817f,-0.4384682327122236f,-0.8823005552596213f,-0.007560732787957952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9372518448139471f,-0.26829784700782666f,-0.22265499025132493f,-0.008353947851710446f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.389375f,0.3107906601352268f,-0.3534895978119778f,-0.8823005552596213f,-0.007560732787957952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.96960231550264f,-0.10146972498288045f,-0.22265499025132493f,-0.008353947851710446f,0f,0.9099612708765432f,-0.414693242656239f,1.389375f,0.24468622718068747f,-0.4020875283027875f,-0.8823005552596213f,-0.007560732787957952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9493259088287954f,0.19982242727151736f,-0.24259290258723737f,-0.0060600144718915006f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.38125f,0.26294554616533033f,0.08214647279696681f,-0.9613072332812405f,0.0015292889198792968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9604178464623824f,-0.13691692302582156f,-0.24259290258723737f,-0.0060600144718915006f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.38125f,0.2189922410003646f,0.16712510769721262f,-0.9613072332812405f,0.0015292889198792968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.96960231550264f,0.03193796152258562f,-0.24259290258723737f,-0.0060600144718915006f,0f,0.9914448613738104f,0.13052619222005157f,1.38125f,0.24468622718068747f,0.12655849821030468f,-0.9613072332812405f,0.0015292889198792968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9365639177736814f,0.22867078916283623f,-0.2656269905488872f,-0.18856795188095046f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4500000000000002f,0.23634874617106022f,-0.14759487794762116f,-0.9603931602146043f,0.07014729608775774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9365639177736814f,-0.27132240890294634f,-0.22188325387805927f,0.18715294537632252f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4500000000000002f,0.23634874617106022f,-0.021417942007342428f,-0.9714322117078154f,-0.02466861694475865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.96960231550264f,-0.021325809870055043f,-0.24375512221347323f,-0.007575018089864375f,0f,0.9961946980917455f,-0.08715574274765818f,1.2765625f,0.24468622718068747f,-0.0845064099774818f,-0.9659126859612098f,0.0019116111498491209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.96960231550264f,0f,-0.24468622718068747f,0f,0f,1f,0f,1.5f,0.24468622718068747f,0f,-0.96960231550264f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8724658214269044f,-0.46834386735759426f,-0.1394898288421372f,1.3297217678400013f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6391988766698269f,0.44503718926704106f,0.6435912232307428f,0.6226814896475145f,-0.2881707046070073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.731771618886759f,-0.46834386735759426f,-0.49514070697164825f,1.4067461840685778f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6420511233301731f,0.6664972389265647f,0.6435912232307428f,0.37626023957311994f,-0.2348024884701009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8215937731048154f,-0.46834386735759426f,-0.3250195284962505f,1.4169869052287272f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.759932063997949f,0.5692609721270011f,0.6435912232307428f,0.5115977746173037f,-0.33822626273114964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.47565154723263814f,0.5928333857192657f,0.6498493536134583f,-1.1062642206809736f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6372498033324049f,-0.8562758176076737f,0.14293714034055563f,0.4963473562854687f,0.4289362990648754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.156448496955534f,0.5928333857192657f,0.7899825596663425f,-1.1366133047243756f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.644000196667595f,-0.9858148982819652f,0.14293714034055563f,0.08796567646862358f,0.5173807889302522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.32372356312962036f,0.5928333857192657f,0.7373951664143824f,-1.232048037664832f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7314583722563579f,-0.943407891897353f,0.14293714034055563f,0.2992499346984998f,0.42827105379278885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001515003617972875f,0f,-0.000003823222299698242f,0.16122367647458233f,0f,0.000015625f,0f,1.6661225f,0.000003823222299698242f,0f,-0.00001515003617972875f,0.6683676147527416f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..44d336433 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3675005728802288f,-0.06480026642460193f,-0.7264218463458052f,0.07930573123438686f,-0.20936073508281497f,0.7885728514923147f,0.03557224956771082f,1.5208879343450619f,0.6986099455223433f,0.2022331026440151f,-0.3714705380735978f,-0.26645356824490907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.35688905715306596f,0.07912039912650584f,-0.711596910706095f,0.07930573123438686f,0.10613844972193445f,0.7921618306205213f,0.03484628529081877f,1.5208879343450619f,0.7080712043114168f,-0.07886441878316959f,-0.3638895066843407f,-0.26645356824490907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19537772887463642f,0.7910384327582307f,0.05504711984868771f,1.5226265527064433f,-0.5525895250214867f,0.1764857627753186f,-0.5748408795645855f,-0.2846094483496417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.11971769903491097f,0.7891513835251366f,0.05392370923953082f,1.5226265527064433f,-0.566267098295427f,-0.047427205338571046f,-0.5631094330428593f,-0.2846094483496417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04817333600271412f,1.5509252604725137f,-0.183620304233038f,-0.03947596156412614f,1.0993040486862968f,0.1641628396404017f,1.0981745856752991f,1.5823599800581785f,1.109331414970425f,-0.0953291587577666f,-1.096221881395482f,0.38089605394428805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9531240581358553f,-0.1500611982555527f,-0.2627473436226256f,-0.2830308537903945f,-0.2686823881017462f,-0.02038165957668779f,-0.9630131682780056f,1.6359099143213196f,0.13915568305527837f,0.9884666027393173f,-0.05974505119598777f,0.36918183972232455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.20269418125066296f,-0.9495743518598914f,-0.23921458813582092f,-0.2984375f,-0.10656200223093144f,0.22144562462665385f,-0.9693329536409282f,1.6594507005855013f,0.9734267350795631f,0.22196933487213547f,-0.05630280462608787f,0.040452827449850876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9251802856495254f,0.27279585005360996f,0.26386334197646877f,0.3054811733574846f,0.2749798039775865f,-0.0026225713135045597f,-0.9614464257170827f,1.6375479198233485f,-0.2615865945531436f,0.9620683688352061f,-0.07743970065060535f,0.37185602106077276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13012382353035135f,0.961757862371764f,0.24101785144660315f,0.2984375f,0.10470336859764637f,0.22839635723474497f,-0.9679216438360102f,1.6594507005855013f,-0.9859538504180342f,0.1511850461123511f,-0.07097948068180643f,0.04045282744985095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.495076301894444e-17f,1.0382194474134793e-16f,-0.15625000000000003f,0f,0.8477705148425879f,-0.5303632285175258f,1.3522974649843216f,-1.2246467991473532e-16f,-0.5303632285175258f,-0.8477705148425879f,0.26676978208858215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.027574240575606e-17f,1.2077455069887037e-16f,-0.15625000000000003f,0f,0.9861990476189403f,-0.16556400114606773f,1.53617501140571f,-1.2246467991473532e-16f,-0.16556400114606773f,-0.9861990476189403f,0.2295627878260761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.0843617121471824e-17f,1.1141150939029487e-16f,0.15624999999999997f,0f,0.9097440132768393f,-0.4151696403964892f,1.3489330617164672f,-1.2246467991473532e-16f,-0.4151696403964892f,-0.9097440132768393f,0.21791097352224176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1673890647663385e-17f,1.219070059666998e-16f,0.15624999999999997f,0f,0.995446246636795f,0.09532455117500982f,1.53617501140571f,-1.2246467991473532e-16f,0.09532455117500982f,-0.995446246636795f,0.22956278782607614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,0.29375f,0f,0.8956341431188669f,0.4447915036056029f,2.188369920394911f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.29450456087386057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,0.33125f,0f,0.8956341431188669f,0.4447915036056029f,2.118114855968078f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.15493992200576645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,-0.29375f,0f,0.8956341431188669f,0.4447915036056029f,2.188369920394911f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.2945045608738605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,-0.33125f,0f,0.8956341431188669f,0.4447915036056029f,2.118114855968078f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.1549399220057664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883299495260058f,0.1472590298525594f,0.038970360491091705f,0.19301443618988248f,0.11966651587732739f,0.5922798712121042f,0.796796384991018f,2.2506774961856824f,0.09425410255105067f,0.7921611782231291f,-0.6029899102542595f,0.3519457881115285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991983553651456f,-0.00916284010461485f,0.038970360491091705f,0.0778294242230244f,0.02554023768451682f,0.6037078905598832f,0.796796384991018f,2.259703144254515f,-0.030827631998043024f,0.7971529497135121f,-0.6029899102542595f,0.3564281223396221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9757474680267524f,0.20750095286321535f,0.06971537276841805f,0.05771600410131719f,0.10520602350155929f,0.16525197176039627f,0.980624025020951f,2.3030488809627956f,0.19195981678041674f,0.9641758866462897f,-0.18307454315515848f,0.31656250363887156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921123085090684f,-0.10417741648057766f,0.06971537276841805f,0.08638780171802571f,0.04899120657672769f,0.1896744137459395f,0.980624025020951f,2.3030993942263303f,-0.11538209992439735f,0.9763046054718612f,-0.18307454315515848f,0.32775138628356437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.052305738630254284f,0.06971537276841805f,0.14254052796854175f,0.07805965897368722f,0.17967529377357672f,0.980624025020951f,2.349614865533182f,0.03876613386459387f,0.9823344127707847f,-0.18307454315515848f,0.427595398597704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07795790208240803f,0.038970360491091705f,0.12499999999999997f,0.07805965897368722f,0.5991846213865616f,0.796796384991018f,2.2147983257212056f,0.03876613386459387f,0.7968063472367376f,-0.6029899102542595f,0.24831397046943837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883299495260058f,-0.14725902985255962f,-0.03897036049109155f,-0.19301443618988257f,-0.11966651587732739f,0.5922798712121042f,0.796796384991018f,2.2506774961856824f,-0.09425410255105092f,0.792161178223129f,-0.6029899102542595f,0.35194578811152843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991983553651456f,0.009162840104614656f,-0.03897036049109155f,-0.07782942422302448f,-0.02554023768451682f,0.6037078905598832f,0.796796384991018f,2.259703144254515f,0.030827631998042775f,0.7971529497135122f,-0.6029899102542595f,0.35642812233962207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9757474680267524f,-0.2075009528632156f,-0.069715372768418f,-0.057716004101317275f,-0.10520602350155929f,0.16525197176039627f,0.980624025020951f,2.3030488809627956f,-0.191959816780417f,0.9641758866462897f,-0.18307454315515848f,0.3165625036388716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921123085090684f,0.1041774164805774f,-0.069715372768418f,-0.08638780171802579f,-0.04899120657672769f,0.1896744137459395f,0.980624025020951f,2.3030993942263303f,0.1153820999243971f,0.9763046054718612f,-0.18307454315515848f,0.3277513862835644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.052305738630254534f,-0.069715372768418f,-0.14254052796854186f,-0.07805965897368722f,0.17967529377357672f,0.980624025020951f,2.349614865533182f,-0.03876613386459412f,0.9823344127707847f,-0.18307454315515848f,0.427595398597704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07795790208240823f,-0.03897036049109155f,-0.12500000000000003f,-0.07805965897368722f,0.5991846213865616f,0.796796384991018f,2.2147983257212056f,-0.03876613386459412f,0.7968063472367376f,-0.6029899102542595f,0.24831397046943832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.447124911785401e-17f,1.0968354865776032e-16f,-5.9207866345516356e-18f,0f,0.8956341431188669f,0.4447915036056029f,1.741886092885111f,-1.2246467991473532e-16f,0.4447915036056029f,-0.8956341431188669f,0.04834689184403142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1673890647663385e-17f,1.219070059666998e-16f,-1.5430776416778664e-18f,0f,0.995446246636795f,0.09532455117500982f,1.3685937503963128f,-1.2246467991473532e-16f,0.09532455117500982f,-0.995446246636795f,0.012600185153402737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.996434198259908f,-0.08435795712424696f,0.0016197555241573396f,0.15288775382475028f,-0.07936543703374792f,0.9306016644926124f,-0.3573257189848242f,0.8433131621655703f,0.028635920494660582f,-0.356180118919351f,-0.9339784295924721f,0.34848263081492536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.996434198259908f,-0.07812451034760572f,0.03186611713216994f,0.12499999999999999f,-0.07936543703374792f,0.7396886374961124f,-0.6682528316165874f,1.105752854728978f,0.028635920494660582f,-0.6683990428195508f,-0.7432514403721878f,0.10544274915178317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14695604906832274f,0.09250734700160054f,-0.13714835259585298f,0.16334112615869295f,0.964765448694351f,0.206269982088519f,1.1418260435496528f,-0.058935270528400696f,0.21824653181165707f,-0.9741124602631503f,0.37711394158992284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16334112615869295f,0.21148682089469417f,-0.9636353050262665f,1.0947471509883129f,-0.058935270528400696f,-0.9729173807306208f,-0.22351376727175531f,0.043634329537844595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.736557160545265e-17f,-3.518042891384781e-18f,0.10377487879637491f,0.7882484624151188f,-0.6065435977990359f,1.2833844260261817f,-0.07916982623615873f,-0.6013545332370374f,-0.7950502273246649f,0.028727000257006176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.494869074772416e-18f,-0.10377487879637491f,0.6961627291911655f,-0.7103437400413307f,1.245506598507339f,0.07916982623615848f,-0.706151797813408f,-0.7036204779983511f,0.028537771684094375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.428016755879091e-17f,9.736557160545265e-17f,-3.518042891384781e-18f,0f,0.7950502273246649f,-0.6065435977990359f,1.2833844260261817f,-1.2246467991473532e-16f,-0.6065435977990359f,-0.7950502273246649f,0.028727000257006176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1837984825559192e-16f,-3.636837999500055e-18f,0.08424864710588076f,0.9629664428571001f,-0.25612066568703973f,1.3083186450994644f,-0.02232238685097872f,-0.25514604922915746f,-0.9666448182285093f,0.02969703592931581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1837984825559192e-16f,-3.636837999500055e-18f,-0.08424864710588076f,0.9629664428571001f,-0.25612066568703973f,1.3083186450994644f,0.02232238685097848f,-0.25514604922915746f,-0.9666448182285093f,0.02969703592931581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1365735342912254e-17f,1.1837984825559192e-16f,-3.636837999500055e-18f,0f,0.9666448182285093f,-0.25612066568703973f,1.3083186450994644f,-1.2246467991473532e-16f,-0.25612066568703973f,-0.9666448182285093f,0.02969703592931581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1519567323248804e-16f,-0.19375f,0.12277868686490397f,0.9325967157090878f,-0.33939469633503816f,1.3205978642112084f,-0.04429989737229334f,-0.3364911276588984f,-0.9406440560061214f,0.030582065875577213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.122778686864904f,0.899467706803472f,-0.41938435649107514f,1.3212707724722605f,0.04429989737229312f,-0.41719320869109056f,-0.9077374872257048f,0.017714944228829375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1445664266700295e-17f,1.1113478957903569e-16f,-0.007812500000000009f,0f,0.907484424541117f,-0.42008572841180625f,1.1804498437361324f,-1.2246467991473532e-16f,-0.42008572841180625f,-0.907484424541117f,0.07583350246236008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.156386285142924e-17f,1.1519567323248804e-16f,0f,0f,0.9406440560061214f,-0.33939469633503816f,1.390625f,-1.2246467991473532e-16f,-0.33939469633503816f,-0.9406440560061214f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-1.0934324118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-1.0628175881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.3650698223570778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-0.9406925134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.4568578404165245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,1.0201636291640688f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,0.9885863708359313f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8689087398048199f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5567475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12.mcfunction new file mode 100644 index 000000000..2594b3cdc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120.mcfunction new file mode 100644 index 000000000..77a495992 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..1b2d7668e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7034165222725721f,-0.001471111359664472f,-0.41490658764325744f,-0.01559433442811238f,0.0451580936198223f,0.8115386624513277f,-0.0794367067027437f,1.527185764164393f,0.4124444050039083f,-0.09136344795661902f,-0.6989182910776442f,-0.36110648419277386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6371609120350107f,0.2623608680329897f,-0.40643910626278285f,-0.01559433442811238f,0.34509358948548285f,0.7175340791655869f,-0.07781554942309588f,1.527185764164393f,0.3390226934450532f,-0.2373006956605257f,-0.684654652484223f,-0.36110648419277386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7644788319105308f,0.25735844443942485f,0.1276056075604605f,-0.07586487605025331f,0.22699703005986643f,0.7635503712085493f,-0.18002117490931724f,1.5383602233400224f,-0.17603666762681824f,-0.13304851050444103f,-0.7862910593080906f,-0.3513997824617697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7883492166920769f,-0.05366711904925582f,0.12500141148779803f,-0.07586487605025331f,-0.08079689811386073f,0.7761272449968638f,-0.17634727338055567f,1.5383602233400224f,-0.10944118875527259f,-0.18640370142926627f,-0.7702443029956807f,-0.3513997824617697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7009735243777805f,1.0115209678737862f,0.9627396842724787f,-0.8892878851862523f,-0.5781649034643327f,0.7703354076594533f,-1.2303312375568716f,2.078782186922156f,-1.271128519278626f,-0.9081932290310376f,0.028698366133027082f,0.23595024418765154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6161533979343866f,-0.18718733694774925f,-0.7650594036415206f,-0.44159206798015316f,0.7874119920363976f,-0.1690465166358622f,-0.59279476213151f,2.1079479480795675f,-0.018366954325137384f,-0.9676694560125844f,0.2515521395041739f,-0.021513722707650958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6161533979343866f,-0.18718733694774925f,-0.7650594036415206f,-0.2394167342829326f,0.7874119920363976f,-0.1690465166358622f,-0.59279476213151f,1.8495783881926244f,-0.018366954325137384f,-0.9676694560125844f,0.2515521395041739f,-0.015487065819715254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7704071570232213f,0.6094536186567501f,-0.18718733694774933f,0.5793824673702921f,0.5859008116230413f,-0.7925550543354969f,-0.1690465166358624f,1.4565233152664803f,-0.2513822812905853f,0.020561433642871402f,-0.9676694560125844f,-0.1052121786552098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5110218294205888f,0.8389383712419192f,-0.18718733694774933f,0.35197693818239617f,0.8580508163576193f,0.4849454317356789f,-0.1690465166358624f,1.696337514401413f,-0.051043965399032123f,-0.24700270746826147f,-0.9676694560125844f,-0.10311675195790367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.968173837012492f,-0.20462886836416178f,-0.14410568190224465f,-0.07904054681834158f,-0.09029024441927985f,0.8225777937815922f,-0.5614387276810489f,1.5422456086091534f,0.2334247053917282f,-0.530558949985212f,-0.8148742893866355f,0.2604646109320998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.982282494122542f,-0.030060790607327234f,-0.18497959511378675f,-0.0858330675266766f,0.04129233179147443f,0.9280769788054607f,-0.3700919679573593f,1.7139469673354437f,0.18280056092808042f,-0.37117310015596594f,-0.9103924893390699f,0.18517970159448707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.968173837012492f,-0.20462886836416178f,-0.14410568190224465f,0.22444150869417753f,-0.09029024441927985f,0.8225777937815922f,-0.5614387276810489f,1.4859785210969512f,0.2334247053917282f,-0.530558949985212f,-0.8148742893866355f,0.211588166249713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.982282494122542f,-0.030060790607327234f,-0.18497959511378675f,0.2176489879858425f,0.04129233179147443f,0.9280769788054607f,-0.3700919679573593f,1.6576798798232415f,0.18280056092808042f,-0.37117310015596594f,-0.9103924893390699f,0.1363032569121002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9545660122204118f,0.23187201038510485f,-0.18718733694774933f,0.45879011676256926f,0.26382534756338905f,0.9496417541348622f,-0.1690465166358624f,2.2436187057214494f,0.1385637553499377f,-0.21075082349455188f,-0.9676694560125844f,-0.19677998881958825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9545660122204118f,0.23187201038510485f,-0.18718733694774933f,0.44805352808384513f,0.26382534756338905f,0.9496417541348622f,-0.1690465166358624f,2.0991719249863525f,0.1385637553499377f,-0.21075082349455188f,-0.9676694560125844f,-0.26635128820957166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9545660122204118f,0.23187201038510485f,-0.18718733694774933f,-0.1020174154169227f,0.26382534756338905f,0.9496417541348622f,-0.1690465166358624f,2.3986160974149406f,0.1385637553499377f,-0.21075082349455188f,-0.9676694560125844f,-0.11537378255149981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9545660122204118f,0.23187201038510485f,-0.18718733694774933f,-0.18434645501217778f,0.26382534756338905f,0.9496417541348622f,-0.1690465166358624f,2.2739562177470978f,0.1385637553499377f,-0.21075082349455188f,-0.9676694560125844f,-0.17455280029023795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8701164058169157f,0.45591483987106823f,-0.18718733694774933f,0.3922740957768061f,0.4857277405249352f,0.8576082073405209f,-0.1690465166358624f,2.35880586555816f,0.0834625809138043f,-0.23801222970157607f,-0.9676694560125844f,-0.2266414576500282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9307246230650481f,0.3141855771782557f,-0.18718733694774933f,0.28823473724859716f,0.34558814489067313f,0.9230341864331484f,-0.1690465166358624f,2.407914208955816f,0.11966833387094142f,-0.22202547999917047f,-0.9676694560125844f,-0.21509489492440803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8270697536988146f,0.5300155878868015f,-0.18718733694774933f,0.2660884403522654f,0.5586248801242744f,0.8120107871940009f,-0.1690465166358624f,2.411646215555459f,0.06240084793271809f,-0.24438076454088392f,-0.9676694560125844f,-0.21146284515606117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9503739026265355f,0.24849616917131345f,-0.18718733694774933f,0.2963216613708465f,0.2803586995480649f,0.9448927319018804f,-0.1690465166358624f,2.4108184649774778f,0.13486454239023016f,-0.21313699609918257f,-0.9676694560125844f,-0.21716659837848182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8997998575412667f,0.3941080020186417f,-0.18718733694774933f,0.37716167541167334f,0.42472080776351195f,0.8894017712293982f,-0.1690465166358624f,2.4822416659347772f,0.09986216411347165f,-0.23161038853834515f,-0.9676694560125844f,-0.27757572869950287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8997998575412667f,0.3941080020186417f,-0.18718733694774933f,0.28848737495747906f,0.42472080776351195f,0.8894017712293982f,-0.1690465166358624f,2.282126267408163f,0.09986216411347165f,-0.23161038853834515f,-0.9676694560125844f,-0.22546339127837528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.989352916735824f,0.0948261967437526f,-0.11040289197947689f,0.011451946638267964f,0.0332123577127939f,0.885684586459911f,0.4630979945999485f,2.4357769742566777f,0.1416959612743932f,0.45450061135102077f,-0.8794040304888727f,-0.10428670253490242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.962338255234357f,0.2484276231723458f,-0.11040289197947689f,0.12480239032927454f,0.17135505295383582f,0.8695847820797545f,0.4630979945999485f,2.424802579118722f,0.21105100885729317f,0.42673882272444436f,-0.8794040304888727f,-0.1242962050626504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.998935699695245f,0.04032987193498669f,-0.02238234357878241f,0.13851386664076376f,0.00492036300725289f,0.575665359182206f,0.8176705841997123f,2.444334262415309f,0.045861289801399474f,0.8166902078923989f,-0.5752511159749476f,-0.18374012976745918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9375816907461452f,0.34704409499877775f,-0.02238234357878241f,0.11339340354529384f,0.1825699223608453f,0.5459698152678921f,0.8176705841997123f,2.454101312993722f,0.2959878318896815f,0.7625466260779227f,-0.5752511159749476f,-0.16887968960345856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9803281616519486f,0.19610131607929576f,-0.02238234357878241f,0.08665789142461361f,0.09491368767962005f,0.5678082489939336f,0.8176705841997123f,2.5463549277306563f,0.1730551569967393f,0.7994611098774045f,-0.5752511159749476f,-0.09103286891780497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9803281616519486f,0.16360897565438912f,-0.11040289197947689f,0.049845871902376125f,0.09491368767962005f,0.8812103263628733f,0.4630979945999485f,2.34808260429901f,0.1730551569967393f,0.4435092601026047f,-0.8794040304888727f,-0.19082245244089088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9545660122204118f,0.23187201038510485f,-0.18718733694774933f,0.05618182238717849f,0.26382534756338905f,0.9496417541348622f,-0.1690465166358624f,1.8336957405043401f,0.1385637553499377f,-0.21075082349455188f,-0.9676694560125844f,-0.06989345431828196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9711425776400612f,0.14779375758477545f,-0.18718733694774933f,0.0007591632928876962f,0.1800546800390473f,0.9690219746782409f,-0.1690465166358624f,1.4703125f,0.15640462298363794f,-0.19787222596831325f,-0.9676694560125844f,0.004308630419835509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9599722149036282f,-0.09619792084033799f,-0.2630576108745349f,0.21281551228941253f,-0.1495206511375399f,0.9701622125636409f,0.19086344908606084f,0.8570750952426655f,0.23684788683124924f,0.22255615322793773f,-0.9457123437726476f,0.04872919066905705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9619481575580687f,-0.22934469659612222f,-0.148515158532284f,0.12896012882614818f,-0.21430915306505074f,0.9704870892655567f,-0.11057303686436452f,1.2040625f,0.16949138350717852f,-0.07453737124490034f,-0.9827089351403713f,0.011547626299082611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9752455142335292f,0.19988108456474007f,-0.09457134344293952f,-0.08383769930351123f,0.13917310096006547f,0.8871867911365389f,0.43992095381103535f,1.1324934392430064f,0.1718343240931177f,0.4158691496926345f,-0.8930430087052844f,0.31769643505598855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9752455142335292f,-0.16642999961844174f,-0.14559272713423793f,-0.12700799464443696f,0.13917310096006547f,0.049669035697050834f,-0.9890216554060304f,1.2228125f,0.1718343240931177f,-0.9848015242270548f,-0.02527692512017283f,-0.00046829093379129744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9823635524797861f,0.10014828674311826f,-0.157899244525465f,-0.007781964798810075f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3971875f,0.0999685240149704f,-0.4323296787553767f,-0.8961569857304807f,-0.008148260481236524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9573725125799869f,-0.24187951698019006f,-0.157899244525465f,-0.007781964798810075f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.3971875f,0.24180514301958078f,-0.3720657599615141f,-0.8961569857304807f,-0.008148260481236524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9848298102481162f,-0.07195883145901413f,-0.157899244525465f,-0.007781964798810075f,0f,0.9099612708765432f,-0.414693242656239f,1.3971875f,0.17352303837433053f,-0.4084022674763199f,-0.8961569857304807f,-0.008148260481236524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659350226056759f,0.193319109541206f,-0.17203852472620051f,-0.006155186314050726f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3890625f,0.1932086269439709f,0.09646122184514787f,-0.9764044546982396f,0.0010845189898395658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9738010424540972f,-0.1487086941821023f,-0.17203852472620051f,-0.006155186314050726f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.3890625f,0.1485650400905803f,0.1567251406390105f,-0.9764044546982396f,0.0010845189898395658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9848298102481162f,0.022649301461455253f,-0.17203852472620051f,-0.006155186314050726f,0f,0.9914448613738104f,0.13052619222005157f,1.3890625f,0.17352303837433053f,0.12854608511648252f,-0.9764044546982396f,0.0010845189898395658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.951272548218018f,0.23879923806370776f,-0.19507809438015128f,-0.1931701455851848f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4578125000000002f,0.16761038422191493f,-0.13057374051822251f,-0.9771679780815896f,0.05624775977404364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.951272548218018f,-0.2690462966503981f,-0.1506473672704059f,0.18845140588596027f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4578125000000002f,0.16761038422191493f,-0.04109340666619716f,-0.9849964929021569f,-0.010992417596009435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9848298102481162f,-0.01512352929334517f,-0.1728627308252786f,-0.007693982892563408f,0f,0.9961946980917455f,-0.08715574274765818f,1.284375f,0.17352303837433053f,-0.08583357359220983f,-0.9810822354918732f,0.0013556487372994573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9848298102481162f,0f,-0.17352303837433053f,0f,0f,1f,0f,1.5078125f,0.17352303837433053f,0f,-0.9848298102481162f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8377897459936532f,-0.5139094586810018f,-0.1844055579045535f,1.347158102553948f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6470113766698269f,0.5073096203471027f,0.6078262161089397f,0.6108880749482403f,-0.19070233764818748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6813622143565585f,-0.5139094586810018f,-0.5211934392577545f,1.4200973009344535f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6498636233301731f,0.717951115711933f,0.6078262161089397f,0.3392543094179922f,-0.1318737686651006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7780181160587247f,-0.5139094586810018f,-0.3613652990571068f,1.437832496602767f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.767744563997949f,0.6275047358195937f,0.6078262161089397f,0.48660568999413717f,-0.23427890665576462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5366654769063229f,0.5808683009272628f,0.6120311943641301f,-1.134529591184036f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6450623033324049f,-0.8194161556263103f,0.18567300905079917f,0.5422939217883784f,0.3473463420595321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2277285412606851f,0.5808683009272628f,0.7814932683479463f,-1.171230519324959f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.651812696667595f,-0.9718265572465118f,0.18567300905079917f,0.1451849728464137f,0.43334946155769355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.39147656683650955f,0.5808683009272628f,0.7136792799260565f,-1.259931947243406f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7392708722563579f,-0.917366607980389f,0.18567300905079917f,0.3520852741490003f,0.33753511068626274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015387965785126816f,0f,-0.0000027112974745989147f,0.11218907972688646f,0f,0.000015625f,0f,1.673935f,0.0000027112974745989147f,0f,-0.000015387965785126816f,0.6783228970750466f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121.mcfunction new file mode 100644 index 000000000..0b3ee48de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121_as_bone.mcfunction new file mode 100644 index 000000000..1c541fad1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_121_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7273467223391307f,0.006866781476776393f,-0.3713004676257733f,0.006886934331933645f,0.047677463780703463f,0.8114964883809707f,-0.07838847643140819f,1.5348820369976004f,0.36829071315254125f,-0.09149175428391305f,-0.7231429000882806f,-0.3613963608114347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6556926820931843f,0.2788776676749628f,-0.363722907061982f,0.006886934331933645f,0.347357872138665f,0.7165514653066777f,-0.07678871160627741f,1.5348820369976004f,0.2990144065304297f,-0.2208647641409244f,-0.708384881719132f,-0.3613963608114347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7514142980443911f,0.2676122473903716f,0.17522751549221363f,-0.05382974235366289f,0.22944363217298566f,0.7626325622408358f,-0.1808082938078059f,1.5462603947943285f,-0.2228825179195692f,-0.11713114231961004f,-0.776883596910876f,-0.3554260233088228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7803693685947739f,-0.0394896241866326f,0.1716514437474746f,-0.05382974235366289f,-0.07823860008689278f,0.7762137715349089f,-0.17711832862805477f,1.5462603947943285f,-0.15780484788319143f,-0.18955935867466647f,-0.7610288296269807f,-0.3554260233088228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1560013296307125f,1.2350198381127704f,0.9443494240064718f,-0.9461589398232979f,0.004599725368736065f,0.9487208387556672f,-1.2414966220804935f,2.0378553166362083f,-1.5546860382984025f,0.12673207793865535f,0.09108541453695299f,-0.11180502230930772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6043836313641422f,-0.12774886374138825f,-0.7863845458501054f,-0.4350510680403607f,0.7945578381315157f,-0.16887639280782715f,-0.5832311769924415f,2.1188886294998746f,-0.058294665303650156f,-0.9773233813661681f,0.20356998853498695f,-0.04944215771984787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6043836313641422f,-0.12774886374138825f,-0.7863845458501054f,-0.23673768899900155f,0.7945578381315157f,-0.16887639280782715f,-0.5832311769924415f,1.858174338862971f,-0.058294665303650156f,-0.9773233813661681f,0.20356998853498695f,-0.030314220667087662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7863845458501053f,0.6043836313641421f,-0.12774886374138836f,0.5847210475438702f,0.5832311769924413f,-0.7945578381315157f,-0.16887639280782712f,1.4623701788608507f,-0.20356998853498695f,0.05829466530365016f,-0.9773233813661681f,-0.06929665179550465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5040424791587793f,0.8541787910128975f,-0.12774886374138836f,0.3584189652386708f,0.8597133250873645f,0.4820516182105852f,-0.16887639280782712f,1.7029365340075524f,-0.08266908654810912f,-0.19494827612549065f,-0.9773233813661681f,-0.08128464331876548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9867761349873524f,-0.11605782643775395f,-0.1131522882754312f,-0.09981885594719654f,-0.032803113116798926f,0.8266305335770499f,-0.5617881422101827f,1.5507435334221902f,0.15873504713600142f,-0.5506473843401654f,-0.8195063409944218f,0.25569494474943855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9904872697522424f,0.023460997856697512f,-0.13558963838846994f,-0.09626735408899369f,0.07253157095098273f,0.926373352586171f,-0.3695559265302619f,1.7221288124912832f,0.11693647708961713f,-0.3758749701667108f,-0.9192626758049322f,0.17947299611939949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9867761349873524f,-0.11605782643775395f,-0.1131522882754312f,0.20590963675419913f,-0.032803113116798926f,0.8266305335770499f,-0.5617881422101827f,1.4934497491028642f,0.15873504713600142f,-0.5506473843401654f,-0.8195063409944218f,0.22563232628558622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9904872697522424f,0.023460997856697512f,-0.13558963838846994f,0.20946113861240198f,0.07253157095098273f,0.926373352586171f,-0.3695559265302619f,1.664835028171957f,0.11693647708961713f,-0.3758749701667108f,-0.9192626758049322f,0.14941037765554713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9604074704901986f,0.24758376045169478f,-0.12774886374138836f,0.4726249114189639f,0.2670471539270569f,0.9487710901643638f,-0.16887639280782712f,2.2498176272191803f,0.07939337633629642f,-0.19630511972162756f,-0.9773233813661681f,-0.16832848959870084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9604074704901986f,0.24758376045169478f,-0.12774886374138836f,0.4657157655301293f,0.2670471539270569f,0.9487710901643638f,-0.16887639280782712f,2.1053748108506363f,0.07939337633629642f,-0.19630511972162756f,-0.9773233813661681f,-0.23839166824918678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9604074704901986f,0.24758376045169478f,-0.12774886374138836f,-0.09161447749402785f,0.2670471539270569f,0.9487710901643638f,-0.16887639280782712f,2.4067078301513263f,0.07939337633629642f,-0.19630511972162756f,-0.9773233813661681f,-0.12168488100112668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9604074704901986f,0.24758376045169478f,-0.12774886374138836f,-0.17055418366962724f,0.2670471539270569f,0.9487710901643638f,-0.16887639280782712f,2.282293550327312f,0.07939337633629642f,-0.19630511972162756f,-0.9773233813661681f,-0.1857935564263904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8719833314520118f,0.47257306047069025f,-0.12774886374138836f,0.4084600700123697f,0.4886432127923176f,0.8559839803081702f,-0.16887639280782712f,2.3652103613002518f,0.029544547074754398f,-0.20968101481332768f,-0.9773233813661681f,-0.20226313573358087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9351744835756146f,0.330346655926568f,-0.12774886374138836f,0.3040710156242839f,0.3487218079434048f,0.9218860366753038f,-0.16887639280782712f,2.414668085369567f,0.06198214205531474f,-0.202477708158785f,-0.9773233813661681f,-0.19716416732371927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8274777155290145f,0.546773132218169f,-0.12774886374138836f,0.28175551372761903f,0.5613876974260789f,0.810138640684952f,-0.16887639280782712f,2.4184750466241507f,0.011157216567254026f,-0.21145809219197717f,-0.9773233813661681f,-0.19490506438094704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9559402633659309f,0.2643074737661774f,-0.12774886374138836f,0.31227988854958566f,0.2835648200335349f,0.9439659722636009f,-0.16887639280782712f,2.417544600340565f,0.07595528760542852f,-0.19766082697331802f,-0.9773233813661681f,-0.19873422048137496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9028242541672283f,0.41059541388107546f,-0.12774886374138836f,0.39692715976213505f,0.4277424784373188f,0.8879848737971364f,-0.16887639280782712f,2.488671782337575f,0.04409918624745148f,-0.2071093189774712f,-0.9773233813661681f,-0.25406421224608955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9028242541672283f,0.41059541388107546f,-0.12774886374138836f,0.3045431916388932f,0.4277424784373188f,0.8879848737971364f,-0.16887639280782712f,2.2888751857332195f,0.04409918624745148f,-0.2071093189774712f,-0.9773233813661681f,-0.20746461547615863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9960893960652403f,0.06958179344836084f,-0.05444528507496477f,0.02107892680672046f,0.036552024349179674f,0.8855773236006012f,0.4630515667184091f,2.4434981706204697f,0.08043546831069925f,0.45925067005384523f,-0.8846575368427789f,-0.1036344596369107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.972940892049456f,0.22454783791235766f,-0.05444528507496477f,0.1354099896099776f,0.17463682314405382f,0.8689564008405596f,0.4630515667184091f,2.4321394323056174f,0.1512878071100282f,0.44101365276724286f,-0.8846575368427789f,-0.11661628413011554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.999841154005341f,-0.008167903111134744f,0.01584146824112992f,0.1528243627009992f,0.008247307118111363f,0.5759086891246523f,0.8174724238260421f,2.451597974186185f,-0.015800274762394526f,0.8174732210595597f,-0.5757498451306272f,-0.17510710543635627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9534294656465944f,0.30119977078479726f,0.01584146824112992f,0.12686838259856362f,0.18580922732428323f,0.5451731535256745f,0.8174724238260421f,2.4614550122132757f,0.2375861634818029f,0.7823457872028563f,-0.5757498451306272f,-0.16182585838442448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9888091918119536f,0.14834227338205408f,0.01584146824112992f,0.09569291940386959f,0.09823773677710149f,0.5675281344188046f,0.8174724238260421f,2.553832805535037f,0.11227523886014991f,0.8098804767192225f,-0.5757498451306272f,-0.08579903202130311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9888091918119536f,0.1388959795001159f,-0.05444528507496477f,0.06444132401634356f,0.09823773677710149f,0.8808703614224626f,0.4630515667184091f,2.3556369742149834f,0.11227523886014991f,0.45252106387014035f,-0.8846575368427789f,-0.18761627139208453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9604074704901986f,0.24758376045169478f,-0.12774886374138836f,0.06159773258804316f,0.2670471539270569f,0.9487710901643638f,-0.16887639280782712f,1.8412882835401094f,0.07939337633629642f,-0.19630511972162756f,-0.9773233813661681f,-0.06639271390909467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9783311766444661f,0.16293660306462227f,-0.12774886374138836f,0.0004965064388098072f,0.18334010982184382f,0.9684354227736255f,-0.16887639280782712f,1.478125f,0.09620037908432755f,-0.18863853079111645f,-0.9773233813661681f,0.004346735137573994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.972240968592439f,-0.11161849218591792f,-0.20564243529140142f,0.21022108857824057f,-0.15167251979032123f,0.9698689637026783f,0.1906558155072843f,0.8650545138796328f,0.17816550095596695f,0.21655370107304836f,-0.9598757986430713f,0.06145800602754704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9699886077306066f,-0.2265060948429279f,-0.08841430807197379f,0.12802262503007547f,-0.21643961393810288f,0.9700202354837951f,-0.11051984559475161f,1.211875f,0.11079708656442337f,-0.08806663244935223f,-0.9899334694098721f,0.01934605852386203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9838704022894909f,0.1740293266948184f,-0.04138628938264045f,-0.10258982208526767f,0.13917310096006547f,0.8900470444250977f,0.43410494892284723f,1.142387245419645f,0.11238273652067254f,0.42134315250196785f,-0.8999111447092033f,0.31258129211950686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9838704022894909f,-0.10734774560501487f,-0.1430926029263445f,-0.12674589418742166f,0.13917310096006547f,0.04319488648596159f,-0.9893255529655668f,1.230625f,0.11238273652067254f,-0.9932827710652118f,-0.02755825170686979f,-0.008168739598671761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9866176577909195f,0.12617893064041222f,-0.103268944013202f,-0.007273563993983863f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.405f,0.04021756294950124f,-0.4254615234457178f,-0.9040824297029844f,-0.008605137525073117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702730685055171f,-0.21887370270383358f,-0.103268944013202f,-0.007273563993983863f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.405f,0.18330855835810084f,-0.38604783736607423f,-0.9040824297029844f,-0.008605137525073117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9935394600169127f,-0.047062369167940675f,-0.103268944013202f,-0.007273563993983863f,0f,0.9099612708765432f,-0.414693242656239f,1.405f,0.11348718601367021f,-0.4120141003813423f,-0.9040824297029844f,-0.008605137525073117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9758731039655522f,0.1871143234101222f,-0.11251628740502709f,-0.006209621625105705f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.396875f,0.13428226382676403f,0.10800590450728072f,-0.9850395922058784f,0.0007092949125854388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9810176223308844f,-0.15793830993412358f,-0.11251628740502709f,-0.006209621625105705f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.396875f,0.08924385748083805f,0.14741959058692428f,-0.9850395922058784f,0.0007092949125854388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9935394600169127f,0.014813050256133066f,-0.11251628740502709f,-0.006209621625105705f,0f,0.9914448613738104f,0.13052619222005157f,1.396875f,0.11348718601367021f,0.12968292253637378f,-0.9850395922058784f,0.0007092949125854388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9596854238676312f,0.24627735260404432f,-0.13546716506352466f,-0.19622535980933353f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4656250000000002f,0.10962020392347559f,-0.11585354291980329f,-0.9871987477122856f,0.044431112890604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9596854238676312f,-0.26605947258277046f,-0.09064350095281526f,0.18877118094722017f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4656250000000002f,0.10962020392347559f,-0.057331796253959226f,-0.992318737115283f,0.00045482831030680033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9935394600169127f,-0.009891059989363071f,-0.11305533300816996f,-0.007762027031382131f,0f,0.9961946980917455f,-0.08715574274765818f,1.2921875f,0.11348718601367021f,-0.08659266958688126f,-0.9897587424137843f,0.0008866186407317985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9935394600169127f,0f,-0.11348718601367021f,0f,0f,1f,0f,1.515625f,0.11348718601367021f,0f,-0.9935394600169127f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8054867049674936f,-0.549820230691606f,-0.22110830387581243f,1.356242730234697f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6548238766698269f,0.5571767022313846f,0.5755461359729044f,0.5985822983159607f,-0.108664582761688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6365744660261019f,-0.549820230691606f,-0.5408055686897204f,1.4254805606645626f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6576761233301731f,0.7579453944107487f,0.5755461359729044f,0.3070267487666072f,-0.04552149108608411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7385368579185663f,-0.549820230691606f,-0.39020638567045546f,1.4493926033001983f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.775557063997949f,0.6735263112064417f,0.5755461359729044f,0.4637983974522791f,-0.14666279654172792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5853644328642631f,0.5685409094017536f,0.5780222444457704f,-1.1535038044547061f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6528748033324049f,-0.7853668893848224f,0.22055313112429445f,0.5784074389297543f,0.27791338169090174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2862375875640448f,0.5685409094017536f,0.771251760323529f,-1.1953521213684493f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.659625196667595f,-0.9562296739485984f,0.22055313112429445f,0.19230477636144808f,0.3615328355357287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4463820470799261f,0.5685409094017536f,0.6910168611411455f,-1.2780804920827495f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7470833722563579f,-0.8919408410114873f,0.22055313112429445f,0.3947123667773661f,0.26051625359671027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015524054062764264f,0f,-0.000001773237281463597f,0.07085156933172619f,0f,0.000015625f,0f,1.6817475f,0.000001773237281463597f,0f,-0.000015524054062764264f,0.6838774725266812f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122.mcfunction new file mode 100644 index 000000000..8c41cad8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122_as_bone.mcfunction new file mode 100644 index 000000000..d9a023039 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_122_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7444106813471009f,0.014066752739059522f,-0.3355582042033359f,0.024840380696845174f,0.05019807308711172f,0.8114446512712684f,-0.07734452680076967f,1.5425752494331864f,0.3320803146817505f,-0.09112710263731717f,-0.7405153342168154f,-0.3606268447232293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.668436910098567f,0.2917906477436649f,-0.32871007758694126f,0.024840380696845174f,0.34961965383131804f,0.7155596416341493f,-0.07576606707014172f,1.5425752494331864f,0.26637979441532306f,-0.20696042412437293f,-0.725402776375656f,-0.3606268447232293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7387772258742058f,0.27559279824269933f,0.2126058901602116f,-0.03605806021782454f,0.23188548945013895f,0.7617057083815875f,-0.18159839769617406f,1.5541573619103286f,-0.2595799968343606f,-0.10391086478375147f,-0.7673103686695565f,-0.35765004299687514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7719242018324203f,-0.027529723049885158f,0.20826699444265628f,-0.03605806021782454f,-0.07568120556362715f,0.7762903335077854f,-0.17789230794727257f,1.5541573619103286f,-0.1959729107550756f,-0.19135159380357367f,-0.751650973390586f,-0.35765004299687514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.923752049362348f,0.8572763991116714f,0.9236696253666614f,-0.8215945488549548f,0.5549803515284913f,0.7514644875752963f,-1.2524792147299328f,2.109547751349213f,-1.1314085074437854f,1.0685431902545277f,0.13977299397416446f,-0.4234653860964925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5911485602346633f,-0.08010803245663507f,-0.8025746587504563f,-0.42765667580987354f,0.801586697427157f,-0.16871100280993212f,-0.5735811747596763f,2.1297862294173306f,-0.08945471614346556f,-0.9824048557833952f,0.16394679958113914f,-0.07130856663325932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5911485602346633f,-0.08010803245663507f,-0.8025746587504563f,-0.2336860544828746f,0.801586697427157f,-0.16871100280993212f,-0.5735811747596763f,1.8667655943240449f,-0.08945471614346556f,-0.9824048557833952f,0.16394679958113914f,-0.04195623789868468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7973854202709769f,0.5981297473585511f,-0.08010803245663514f,0.587369380116324f,0.5805544093162147f,-0.7965507989791787f,-0.16871100280993215f,1.4682172731984964f,-0.1647211867452952f,0.08802062241558976f,-0.9824048557833953f,-0.04046362361333733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49649454131366455f,0.8643355098465297f,-0.08010803245663514f,0.3627350363924985f,0.8613652147879344f,0.47915192192477163f,-0.16871100280993215f,1.7095328075640048f,-0.1074389929172333f,-0.15276636453793396f,-0.9824048557833953f,-0.06358807211822676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9951799113190489f,-0.032820599056384306f,-0.09241078067298039f,-0.1171543247673531f,0.02482614246761071f,0.8273179533425529f,-0.5611850556877537f,1.5594205950073659f,0.09487152764232012f,-0.5607742971594448f,-0.822515398572053f,0.2508092327693333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9926031126484923f,0.07257484924700844f,-0.09732395397484775f,-0.10415481524588181f,0.10369921369875355f,0.9236988130699363f,-0.3688183506978078f,1.7303090077661176f,0.06313108456841626f,-0.37618266040577264f,-0.9243922718041572f,0.174497532244475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9951799113190489f,-0.032820599056384306f,-0.09241078067298039f,0.18948941077694945f,0.02482614246761071f,0.8273179533425529f,-0.5611850556877537f,1.5011008386697349f,0.09487152764232012f,-0.5607742971594448f,-0.822515398572053f,0.23582005426765362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9926031126484923f,0.07257484924700844f,-0.09732395397484775f,0.20248892029842072f,0.10369921369875355f,0.9236988130699363f,-0.3688183506978078f,1.6719892514284866f,0.06313108456841626f,-0.37618266040577264f,-0.9243922718041572f,0.15950835374279532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9622521572178098f,0.2601028432478164f,-0.08010803245663514f,0.482908129693746f,0.2702656112431822f,0.9478887576663289f,-0.16871100280993215f,2.2560072238907f,0.03205129184636013f,-0.18399297275761836f,-0.9824048557833953f,-0.14496804125863477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9622521572178098f,0.2601028432478164f,-0.08010803245663514f,0.4789696021406273f,0.2702656112431822f,0.9478887576663289f,-0.16871100280993215f,2.1115695122473586f,0.03205129184636013f,-0.18399297275761836f,-0.9824048557833953f,-0.2152712983378643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9622521572178098f,0.2601028432478164f,-0.08010803245663514f,-0.08241501267171723f,0.2702656112431822f,0.9478887576663289f,-0.16871100280993215f,2.4147882704960697f,0.03205129184636013f,-0.18399297275761836f,-0.9824048557833953f,-0.12613790729889818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9622521572178098f,0.2601028432478164f,-0.08010803245663514f,-0.1585224520161717f,0.2702656112431822f,0.9478887576663289f,-0.16871100280993215f,2.290620479695967f,0.03205129184636013f,-0.18399297275761836f,-0.9824048557833953f,-0.1940373174896507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8707445828589241f,0.4851665431145936f,-0.08010803245663514f,0.4208750005782499f,0.49155261262088196f,0.8543492415613491f,-0.16871100280993215f,2.3716039582540014f,-0.013412697246393131f,-0.18628150441142255f,-0.9824048557833953f,-0.1820282093157056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9359210407536857f,0.34297887487491757f,-0.08010803245663514f,0.316527253698064f,0.3518511177135468f,0.9207265546809188f,-0.16871100280993215f,2.421410447362783f,0.01589328280329529f,-0.18608627809416986f,-0.9824048557833953f,-0.18207280399566053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8251460864147027f,0.5592107288048278f,-0.08010803245663514f,0.2941405091335334f,0.564143549240246f,0.8082565517095951f,-0.16871100280993215f,2.4252923149869807f,-0.02959716076109529f,-0.1844036534564544f,-0.9824048557833953f,-0.18091396986142547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9575661810176386f,0.27685684406787137f,-0.08010803245663514f,0.32481295138689364f,0.28676738833765353f,0.9430276043238971f,-0.16871100280993215f,2.4242591863749072f,0.028835290137198023f,-0.1845243219088201f,-0.9824048557833953f,-0.18323766443799752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9024670000448506f,0.4232446301679138f,-0.08010803245663514f,0.4123152021119118f,0.4307588247245978f,0.8865570666644931f,-0.16871100280993215f,2.495089266130928f,-0.0003856837185291645f,-0.18676335449245793f,-0.9824048557833953f,-0.23434637652372495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9024670000448506f,0.4232446301679138f,-0.08010803245663514f,0.31708516032413137f,0.4307588247245978f,0.8865570666644931f,-0.16871100280993215f,2.2956139261314172f,-0.0003856837185291645f,-0.18676335449245793f,-0.9824048557833953f,-0.19232462176292198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9987117548944501f,0.049875997897696964f,-0.009338922280257025f,0.02937691059651911f,0.03989088924011788f,0.8854632920934371f,0.4629940337743945f,2.4512078889188347f,0.03136156232205904f,0.46202504606218203f,-0.8863121962491312f,-0.10257251907629245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9786136308750835f,0.2054948807054064f,-0.009338922280257025f,0.14416938394689816f,0.17791674260983503f,0.8683214597074178f,0.4629940337743945f,2.4394649544962403f,0.10325209036427098f,0.45143072183387145f,-0.8863121962491312f,-0.10991637216912889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9978221009521873f,-0.04642528368863123f,0.04685880798519303f,0.16450325927709328f,0.011573121945954196f,0.5761510182021394f,0.8172613211654289f,2.4588497648943717f,-0.06493933861525812f,0.8160237112113032f,-0.5743589339786965f,-0.16748228273462115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9633314128423633f,0.2641909179842164f,0.04685880798519303f,0.1379587664489296f,0.1890471489914689f,0.5443758888719588f,0.8172613211654289f,2.4687967444480137f,0.19040421342326824f,0.7961520272344486f,-0.5743589339786965f,-0.15549424189155636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9927997695167917f,0.11024005515969194f,0.04685880798519303f,0.1033918713955886f,0.10156051392514065f,0.5672472079598093f,0.8172613211654289f,2.5612981614982866f,0.06351440512723401f,0.8161358559089222f,-0.5743589339786965f,-0.08110162034000187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9927997695167917f,0.11942111278182108f,-0.009338922280257025f,0.0765221210196789f,0.10156051392514065f,0.8805237002492189f,0.4629940337743945f,2.363180328942213f,0.06351440512723401f,0.4587119042725787f,-0.8863121962491312f,-0.18431179880133192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9622521572178098f,0.2601028432478164f,-0.08010803245663514f,0.06600430952166901f,0.2702656112431822f,0.9478887576663289f,-0.16871100280993215f,1.8488763580706316f,0.03205129184636013f,-0.18399297275761836f,-0.9824048557833953f,-0.06332166000061641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.981259953741768f,0.1752472719292085f,-0.08010803245663514f,0.00028658254821583044f,0.1866232202804191f,0.9678369548550175f,-0.16871100280993215f,1.4859375f,0.047965371205375015f,-0.1804993698003869f,-0.9824048557833953f,0.004365603674528659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9793610049330781f,-0.12402969284229066f,-0.1595890262828819f,0.20777202688823898f,-0.15382366653570712f,0.9695710986094647f,0.19044727447445242f,0.8730355832590955f,0.1311117905833908f,0.21106520327776165f,-0.9686388276005324f,0.07146181483319362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9737256835168014f,-0.22411297044013873f,-0.04039393197294929f,0.12694231321562663f,-0.21856904463536456f,0.9695487647497824f,-0.11046612828987543f,1.2196875f,0.06392077899182516f,-0.09873484315412018f,-0.9930586914983471f,0.025489441254483068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9881412387809365f,0.15354444122282426f,0.0009983937334313991f,-0.11719516787557484f,0.13917310096006547f,0.8928691710605798f,0.428270348423461f,1.1522848314080119f,0.0648670963558236f,0.4233305421761628f,-0.9036501047812701f,0.30783348407308636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9881412387809365f,-0.060310115944802144f,-0.14120758526085206f,-0.12620538666307163f,0.13917310096006547f,0.03671888694969938f,-0.9895870711111452f,1.2384375f,0.0648670963558236f,-0.9975040918492012f,-0.027889900581833944f,-0.014263603234266516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9874096828743791f,0.1465236071666792f,-0.05960663309383205f,-0.006850682138360577f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.4128125f,-0.007346645517195202f,-0.41889075307671053f,-0.9080069183582639f,-0.008945461376538793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9779756178133495f,-0.20002684883238656f,-0.05960663309383205f,-0.006850682138360577f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.4128125f,0.13636548682505562f,-0.39614125033439096f,-0.9080069183582639f,-0.008945461376538793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9978522684636932f,-0.027164307704756724f,-0.05960663309383205f,-0.006850682138360577f,0f,0.9099612708765432f,-0.414693242656239f,1.4128125f,0.06550458244933266f,-0.4138025929010929f,-0.9080069183582639f,-0.008945461376538793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.981207947359937f,0.18169539703981194f,-0.06494418166582795f,-0.006236576677898083f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.4046875f,0.0871263763707705f,0.11689237840085538f,-0.9893155039785285f,0.00040940364030832917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9841773533277917f,-0.16485505895925381f,-0.06494418166582795f,-0.006236576677898083f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.4046875f,0.041892464937089924f,0.139641881143175f,-0.9893155039785285f,0.00040940364030832917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9978522684636932f,0.008550063720075812f,-0.06494418166582795f,-0.006236576677898083f,0f,0.9914448613738104f,0.13052619222005157f,1.4046875f,0.06550458244933266f,0.13024585700070654f,-0.9893155039785285f,0.00040940364030832917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9638512769302141f,0.25157130140191764f,-0.08776443625376511f,-0.1981375409516595f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4734375000000002f,0.06327256792809205f,-0.10385787463487312f,-0.9925775153730373f,0.03492893486250982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9638512769302141f,-0.2629895024754112f,-0.0427461992197125f,0.18853021307802162f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4734375000000002f,0.06327256792809205f,-0.07007923658590448f,-0.9955327632716674f,0.009545909163393415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9978522684636932f,-0.005709100536746802f,-0.0652553177367388f,-0.007795720847372603f,0f,0.9961946980917455f,-0.08715574274765818f,1.3f,0.06550458244933266f,-0.0869685556103888f,-0.9940551393223523f,0.0005117545503854114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9978522684636932f,0f,-0.06550458244933266f,0f,0f,1f,0f,1.5234375f,0.06550458244933266f,0f,-0.9978522684636932f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7777171886678715f,-0.57690167009065f,-0.2496806710523683f,1.3599023676290847f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6626363766698269f,0.5953240158429473f,0.5483977605331103f,0.5872386332683635f,-0.04321903953175091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5993315330115401f,-0.57690167009065f,-0.554965022847977f,1.4260187486835785f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6654886233301731f,0.7877245617872529f,0.5483977605331103f,0.28062414543183845f,0.023185413219894452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7052413979146017f,-0.57690167009065f,-0.4120910502717535f,1.4547742156970946f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.783369563997949f,0.7083141626842171f,0.5483977605331103f,0.4444670327293416f,-0.07668686806532948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6225100238573785f,0.5572588446055298f,0.5494941767716885f,-1.165550083893673f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6606873033324049f,-0.7562631423000716f,0.24767928742834597f,0.6055749583473609f,0.22203575511571463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.33195940830642534f,0.5572588446055298f,0.7610949555382414f,-1.2113771223188974f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.667437696667595f,-0.9413342111658192f,0.24767928742834597f,0.22922668576719255f,0.303542670398979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.48882174320239324f,0.5572588446055298f,0.6712047999541445f,-1.2891443230994069f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7548958722563579f,-0.8694070963548195f,0.24767928742834597f,0.4275351112913043f,0.19865894606365114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001559144169474521f,0f,-0.0000010235091007708229f,0.0378324016862795f,0f,0.000015625f,0f,1.68956f,0.0000010235091007708229f,0f,-0.00001559144169474521f,0.6864962138926172f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123.mcfunction new file mode 100644 index 000000000..b74adfb67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123_as_bone.mcfunction new file mode 100644 index 000000000..b4e88e650 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_123_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557997353277293f,0.020075370523124025f,-0.3087202358468556f,0.03810471770373568f,0.052719886563309726f,0.8113831549514836f,-0.07630487445879859f,1.5502654026620462f,0.30484720448731456f,-0.09054722416386127f,-0.7522059734919242f,-0.3594873055938199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6764918149703969f,0.30149805142504804f,-0.30241982287038915f,0.03810471770373568f,0.3518789043450199f,0.7145586247250586f,-0.07474763212290475f,1.5502654026620462f,0.24195053410771128f,-0.1962266465542636f,-0.7368548311757626f,-0.3594873055938199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7280915475353442f,0.2817254401299805f,0.23970381564672874f,-0.022822603219834106f,0.23432256757885714f,0.7607698256774472f,-0.18239147761450608f,1.5620511230340033f,-0.2862168359396142f,-0.09383226079936322f,-0.7590914794031353f,-0.3587223584197655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7645523627518822f,-0.01797375140866536f,0.23481190104169347f,-0.022822603219834106f,-0.07312475161316331f,0.7763569325752662f,-0.17866920256114882f,1.5620511230340033f,-0.2238581142420969f,-0.1922156536357618f,-0.7435998165581734f,-0.3587223584197655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2705336514019927f,0.11065671453679465f,0.9027212095564405f,-0.5865065001888162f,0.8722036347632911f,0.29119981586096017f,-1.2632773791801415f,2.2600691795310253f,-0.25770391956822136f,1.5311316105320492f,0.17501694509021254f,-0.5833107497869695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5777415741161217f,-0.0449667797833668f,-0.8149801606503928f,-0.4203029772567835f,0.8084975226752906f,-0.16855035165123286f,-0.563846197811215f,2.140640394572798f,-0.11201084485773628f,-0.9846668307981946f,0.13373407553834657f,-0.08715845012937695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5777415741161217f,-0.0449667797833668f,-0.8149801606503928f,-0.23073152324993107f,0.8084975226752906f,-0.16855035165123286f,-0.563846197811215f,1.8753521449449684f,-0.11201084485773628f,-0.9846668307981946f,0.13373407553834657f,-0.05040489166043223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8047730544572903f,0.5918769462780228f,-0.04496677978336685f,0.5883928215599296f,0.5778705486735038f,-0.7985339115742233f,-0.16855035165123283f,1.4740646260683148f,-0.1356685659807272f,0.10965980362271822f,-0.9846668307981944f,-0.019121448948463564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48938802153660405f,0.870906052965762f,-0.04496677978336685f,0.365553098155403f,0.8630064652280992f,0.4762463857424508f,-0.16855035165123283f,1.7161263531329254f,-0.12537625513226122f,-0.1212931447974295f,-0.9846668307981944f,-0.05037994520935293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9956577658112167f,0.043687944315650686f,-0.08220083272868331f,-0.13105363115984123f,0.08238647860492243f,0.8246376520065845f,-0.5596295301680818f,1.568276285741132f,0.04333683794299049f,-0.5639717248360419f,-0.8246561780903378f,0.24652032773122526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9906296879444932f,0.11679328262359387f,-0.07079654297351828f,-0.10959736906150186f,0.13476376624102265f,0.9200560661220178f,-0.36787982073037384f,1.7384875492594456f,0.022170896949174016f,-0.37397348077916215f,-0.9271743563119004f,0.170605460358183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9956577658112167f,0.043687944315650686f,-0.08220083272868331f,0.17573552475448465f,0.08238647860492243f,0.8246376520065845f,-0.5596295301680818f,1.5089312964991015f,0.04333683794299049f,-0.5639717248360419f,-0.8246561780903378f,0.24266856641479384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9906296879444932f,0.11679328262359387f,-0.07079654297351828f,0.197191786852824f,0.13476376624102265f,0.9200560661220178f,-0.36787982073037384f,1.679142560017415f,0.022170896949174016f,-0.37397348077916215f,-0.9271743563119004f,0.16675369904175158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9618731644885018f,0.2697739871684999f,-0.04496677978336685f,0.4904253640830061f,0.2734806748965501f,0.9469947726446928f,-0.16855035165123283f,2.2621875216237672f,-0.0028871950060923753f,-0.1744216054015008f,-0.9846668307981944f,-0.12733887515909323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9618731644885018f,0.2697739871684999f,-0.04496677978336685f,0.4885582237505718f,0.2734806748965501f,0.9469947726446928f,-0.16855035165123283f,2.117756054267257f,-0.0028871950060923753f,-0.1744216054015008f,-0.9846668307981944f,-0.19774042005850787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9618731644885018f,0.2697739871684999f,-0.04496677978336685f,-0.0746751200539888f,0.2734806748965501f,0.9469947726446928f,-0.16855035165123283f,2.4228574181254903f,-0.0028871950060923753f,-0.1744216054015008f,-0.9846668307981944f,-0.1290351022251725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9618731644885018f,0.2697739871684999f,-0.04496677978336685f,-0.1486827477230607f,0.2734806748965501f,0.9469947726446928f,-0.16855035165123283f,2.2989370013862214f,-0.0028871950060923753f,-0.1744216054015008f,-0.9846668307981944f,-0.1996531867500441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8680371863634778f,0.4944587260895402f,-0.04496677978336685f,0.4301645593735509f,0.4944559005923781f,0.8527040174220043f,-0.16855035165123283f,2.37798667979808f,-0.04499783838760514f,-0.16854206260243473f,-0.9846668307981944f,-0.1666245028316544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9347005944745072f,0.3525801857803659f,-0.04496677978336685f,0.32605414569758306f,0.35497603115049337f,0.9195557602815012f,-0.16855035165123283f,2.428141313555201f,-0.018078052927432937f,-0.17350624290841235f,-0.9846668307981944f,-0.17045531239464268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8216391252713784f,0.568231587065695f,-0.04496677978336685f,0.3036531869712962f,0.5668923985926332f,0.8063645499252412f,-0.16855035165123283f,2.432098038216419f,-0.05951601667765896f,-0.16397888914328174f,-0.9846668307981944f,-0.17010962019267223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9570184612763417f,0.2865199006913438f,-0.04496677978336685f,0.334386129602793f,0.28996636013130805f,0.9420776448629096f,-0.16855035165123283f,2.4309622421044046f,-0.005930832021218978f,-0.17434465164545815f,-0.9846668307981944f,-0.1713186815645844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9004143885489115f,0.43270303628470647f,-0.04496677978336685f,0.42392163427354046f,0.43376980546699356f,0.8851183733396185f,-0.16855035165123283f,2.501494140747017f,-0.033131325950168926f,-0.171270393140857f,-0.9846668307981944f,-0.2192174206760979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9004143885489115f,0.43270303628470647f,-0.04496677978336685f,0.32656345110948165f,0.43376980546699356f,0.8851183733396185f,-0.16855035165123283f,2.302342506745603f,-0.033131325950168926f,-0.171270393140857f,-0.9846668307981944f,-0.18068158221940514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9990531665512061f,0.03603410634730439f,0.024378547613816123f,0.03630902150376434f,0.04322890512675736f,0.8853424980635447f,0.46292539667223287f,2.458906134294641f,-0.0049022612690217265f,0.46354094134429313f,-0.8860619411373547f,-0.10142784554512908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9811161880876352f,0.1918768143591844f,0.024378547613816123f,0.15125251746966234f,0.1811947656323439f,0.8676799721229573f,0.46292539667223287f,2.44677915623505f,0.06767187288547566f,0.4586008657733599f,-0.8860619411373547f,-0.10460113457699897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9947639297314842f,-0.07408326555818091f,0.07040166098474374f,0.17372672666903305f,0.014897760109516447f,0.5763923469353907f,0.8170372813636056f,2.466089646095344f,-0.10110776848934033f,0.8138080438030509f,-0.5722706413861869f,-0.16139097804894456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689697056027725f,0.2369415872207024f,0.07040166098474374f,0.14679805024011924f,0.192283642461054f,0.5435780364435985f,0.8170372813636056f,2.4761265200385902f,0.15532131362432544f,0.8052214617988372f,-0.5722706413861869f,-0.15037402873281136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9941059110564152f,0.08244418556383393f,0.07040166098474374f,0.10986342987514172f,0.10488197240727373f,0.566965477543323f,0.8170372813636056f,2.568751004725981f,0.027444661897253135f,0.819605456021852f,-0.5722706413861869f,-0.07728378871309147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9941059110564152f,0.10563675505682467f,0.024378547613816123f,0.0860951599873562f,0.10488197240727373f,0.8801703522499584f,0.46292539667223287f,2.3707126754697407f,0.027444661897253135f,0.4627537433681641f,-0.8860619411373547f,-0.18140338097092823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9618731644885018f,0.2697739871684999f,-0.04496677978336685f,0.0694753489927929f,0.2734806748965501f,0.9469947726446928f,-0.16855035165123283f,1.8564599686163676f,-0.0028871950060923753f,-0.1744216054015008f,-0.9846668307981944f,-0.06088057036445391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9817252989258427f,0.1849146456202944f,-0.04496677978336685f,0.00013235688518250144f,0.18990396557449765f,0.9672265829769805f,-0.16855035165123283f,1.49375f,0.012325636212580562f,-0.17400951415883897f,-0.9846668307981944f,0.00437299744511071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9830397964683023f,-0.13351419785014454f,-0.12572476896773893f,0.20587673694745362f,-0.15597408113500216f,0.969268618701732f,0.19023782698014624f,0.8810183025787233f,0.09646162228394589f,0.2066211600307886f,-0.9736543799798163f,0.0787259995061027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9748958801581888f,-0.2226031273748384f,-0.0050863084385267335f,0.12596382297457098f,-0.2206974350215011f,0.9690726793075519f,-0.11041188520541136f,1.2275f,0.029507033492383934f,-0.10651755678114334f,-0.9938729018701814f,0.02995292642849686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.989814796475795f,0.1387231956095964f,0.03197723686378144f,-0.12767412970371828f,0.13917310096006544f,0.8956530501524729f,0.4224174022477428f,1.162186107889963f,0.029958582188417248f,0.42256536624815044f,-0.905837178857672f,0.3040597305714379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.989814796475795f,-0.02599069787073125f,-0.13996839751091347f,-0.12562347669838742f,0.13917310096006544f,0.030241314498530292f,-0.9898061986401986f,1.24625f,0.029958582188417248f,-0.9992046569755332f,-0.026316094536737417f,-0.018708075855355034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9865355207370406f,0.16121357621203344f,-0.02752906044569822f,-0.006530761104120659f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.420625f,-0.04218437339268319f,-0.4134595667235624f,-0.9095447571869296f,-0.009181627546405087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9821784394218639f,-0.18592381226139135f,-0.02752906044569822f,-0.006530761104120659f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.420625f,0.10177115588057989f,-0.4029528092773395f,-0.9095447571869296f,-0.009181627546405087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.999542273168162f,-0.012545715635248237f,-0.02752906044569822f,-0.006530761104120659f,0f,0.9099612708765432f,-0.414693242656239f,1.420625f,0.030253002327428898f,-0.41450342643209337f,-0.9095447571869296f,-0.009181627546405087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9836712765584347f,0.1774575121491072f,-0.029994183698659305f,-0.006247139207301013f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.4125f,0.052448651991272834f,0.12323098967188861f,-0.9909910504584717f,0.00018908126454643062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9850426836004699f,-0.16967987632431758f,-0.029994183698659305f,-0.006247139207301013f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.4125f,0.0071381304966238734f,0.13373774711811148f,-0.9909910504584717f,0.00018908126454643062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.999542273168162f,0.003948809197023652f,-0.029994183698659305f,-0.006247139207301013f,0f,0.9914448613738104f,0.13052619222005157f,1.4125f,0.030253002327428898f,0.1304664468796148f,-0.9909910504584717f,0.00018908126454643062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9654836961208105f,0.2550794199946822f,-0.05268512142982079f,-0.1992466702077199f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4812500000000002f,0.029222156270846865f,-0.09491610668323903f,-0.995056278948572f,0.027915587691039325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9654836961208105f,-0.26035286577106964f,-0.007590639610063014f,0.18807596064494286f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4812500000000002f,0.029222156270846865f,-0.07931559176806859f,-0.9964211471488165f,0.016192549289160623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.999542273168162f,-0.002636722888193697f,-0.030137880519941904f,-0.007808924009126266f,0f,0.9961946980917455f,-0.08715574274765818f,1.3078125f,0.030253002327428898f,-0.08711584922565381f,-0.9957387130486942f,0.00023635158068303826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.999542273168162f,0f,-0.030253002327428898f,0f,0f,1f,0f,1.53125f,0.030253002327428898f,0f,-0.999542273168162f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7562259097225883f,-0.5958934731127151f,-0.270246817124475f,1.3605805197803114f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6704488766698269f,0.6223962426405506f,0.5276993551377315f,0.5780625465588884f,0.004794168914002542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5711621906463542f,-0.5958934731127151f,-0.5645216742320205f,1.424312540346847f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6733011233301731f,0.8083823499316029f,0.5276993551377315f,0.26086656916186457f,0.07349028775266203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6798082193763797f,-0.5958934731127151f,-0.4275181324458434f,1.4565742499304557f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.791182063997949f,0.7327586009457012f,0.5276993551377315f,0.4296489535973768f,-0.025305114706274244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6488082804033846f,0.5481720502272333f,0.5277833065090959f,-1.172659100799433f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6684998033324049f,-0.7338259231483278f,0.26718879591362915f,0.6245875934196334f,0.18076921177739183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.36496913325081287f,0.5481720502272333f,0.7525323482241953f,-1.2213336994032176f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.675250196667595f,-0.9290342715145f,0.26718879591362915f,0.2559403635414844f,0.2606082883037436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5191957184403704f,0.5481720502272333f,0.6557005484997392f,-1.2953514823762862f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7627083722563579f,-0.8516168162810858f,0.26718879591362915f,0.45095337404824043f,0.15304574393333165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015617848018252533f,0f,-4.7270316136607655e-7f,0.013584742743516155f,0f,0.000015625f,0f,1.6973725f,4.7270316136607655e-7f,0f,-0.000015617848018252533f,0.6874036638474096f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124.mcfunction new file mode 100644 index 000000000..63c6cc64d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124_as_bone.mcfunction new file mode 100644 index 000000000..a71e22699 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_124_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7624302732100509f,0.02486192118073879f,-0.2915928802500058f,0.04655484226029501f,0.055242869202157326f,0.8113120033668119f,-0.07526953593378931f,1.557952497941574f,0.28738954111032794f,-0.08999534717182547f,-0.7591129913209642f,-0.35851134428999815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6806982651948921f,0.30831561209032055f,-0.28564200514286286f,0.04655484226029501f,0.35413559347638873f,0.7135484312731577f,-0.07373342295554872f,1.557952497941574f,0.22635779905669318f,-0.18918276763222086f,-0.7436208894572711f,-0.35851134428999815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7205301503278447f,0.2863478551733224f,0.25648713954234786f,-0.01433425836675116f,0.23675483233505817f,0.7598249302809431f,-0.18318752450427073f,1.5699416765801713f,-0.302866135906569f,-0.08726640593975594f,-0.7533930730766152f,-0.3591468001814401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7594419316048507f,-0.01095578299773553f,0.2512527081231163f,-0.01433425836675116f,-0.07056927526430179f,0.7764135705260868f,-0.1794490035960203f,1.5699416765801713f,-0.24138750984457447f,-0.19251477429496114f,-0.7380177042383169f,-0.3591468001814401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1084112233681527f,-0.6581046718936213f,0.8830226784988617f,-0.34582210042588096f,0.8723640061913162f,-0.23998502980810762f,-1.2738895070491159f,2.4317927077462f,0.6721695103270847f,1.3966788021230188f,0.19718702565548427f,-0.5561592388002898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5651345142392713f,-0.0228727034371789f,-0.8246816478211563f,-0.4136660335947671f,0.8152892845114342f,-0.16839444419855912f,-0.5540277012243088f,2.151450777635638f,-0.12619969641951004f,-0.985454286408321f,0.1138133824428845f,-0.09707591102035976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5651345142392713f,-0.0228727034371789f,-0.8246816478211563f,-0.2282312711100062f,0.8152892845114342f,-0.16839444419855912f,-0.5540277012243088f,1.8839339811553237f,-0.12619969641951004f,-0.985454286408321f,0.1138133824428845f,-0.055666635632708024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8096055530510955f,0.5865285056212568f,-0.02287270343717905f,0.5886123255699828f,0.5751796352248683f,-0.8005071507398579f,-0.1683944441985593f,1.479912265251024f,-0.11707790436891707f,0.12317716390650324f,-0.985454286408321f,-0.0055865947489201345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4834905139148157f,0.8750507198967739f,-0.02287270343717905f,0.36736001241139343f,0.8646370563130725f,0.4733350525931105f,-0.1683944441985593f,1.722717188807311f,-0.1365272273381827f,-0.10119370333580559f,-0.985454286408321f,-0.04194176829821228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9901853879714844f,0.11256422640622038f,-0.08283835090904497f,-0.14153890940514735f,0.1396670905670579f,0.8185995985545303f,-0.5571245830681815f,1.5773099157499182f,0.005099143094105609f,-0.5632264128926581f,-0.8262868790921074f,0.24343172843193422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9861623219243759f,0.1558535762146368f,-0.05651139352229696f,-0.1126695600744173f,0.16569383881315572f,0.9154487965652708f,-0.3667411248367946f,1.7466644330756764f,-0.005424628658579814f,-0.3710298689436011f,-0.9286050881594451f,0.16805984620401251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9901853879714844f,0.11256422640622038f,-0.08283835090904497f,0.16505779471035448f,0.1396670905670579f,0.8185995985545303f,-0.5571245830681815f,1.5169404470306982f,0.005099143094105609f,-0.5632264128926581f,-0.8262868790921074f,0.24663145843156453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9861623219243759f,0.1558535762146368f,-0.05651139352229696f,0.19392714404108452f,0.16569383881315572f,0.9154487965652708f,-0.3667411248367946f,1.6862949643564564f,-0.005424628658579814f,-0.3710298689436011f,-0.9286050881594451f,0.1712595762036428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.960633718949714f,0.27687487689264395f,-0.02287270343717905f,0.49579198812570807f,0.2766923003222688f,0.946089151246028f,-0.1683944441985593f,2.268358546415832f,-0.024984574425298493f,-0.1680940821095543f,-0.985454286408321f,-0.11596403462216623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.960633718949714f,0.27687487689264395f,-0.02287270343717905f,0.49506207702750626f,0.2766923003222688f,0.946089151246028f,-0.1683944441985593f,2.123934462104378f,-0.024984574425298493f,-0.1680940821095543f,-0.985454286408321f,-0.18640169216830332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.960633718949714f,0.27687487689264395f,-0.02287270343717905f,-0.06858032175724897f,0.2766923003222688f,0.946089151246028f,-0.1683944441985593f,2.4309152728551644f,-0.024984574425298493f,-0.1680940821095543f,-0.985454286408321f,-0.1306424720970291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.960633718949714f,0.27687487689264395f,-0.02287270343717905f,-0.1413577617766792f,0.2766923003222688f,0.946089151246028f,-0.1683944441985593f,2.3072431110678813f,-0.024984574425298493f,-0.1680940821095543f,-0.985454286408321f,-0.20295397272506357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8651166969517311f,0.5010488400273984f,-0.02287270343717905f,0.4368376375080923f,0.49735303737189174f,0.8510483343383098f,-0.1683944441985593f,2.384358549442779f,-0.06490806477072125f,-0.15705665387746778f,-0.985454286408321f,-0.15661565206527805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9328469820821162f,0.3595460296787641f,-0.02287270343717905f,0.3330109296729009f,0.35809650526620224f,0.9183736734462671f,-0.1683944441985593f,2.434860702706772f,-0.039539865154305014f,-0.16527688423686548f,-0.985454286408321f,-0.16283561032928606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8181553829285175f,0.5745420862065422f,-0.02287270343717905f,0.3106212838758832f,0.5696342086031171f,0.8044626651076845f,-0.1683944441985593f,2.4388922340259547f,-0.0783494593101407f,-0.15080189529735846f,-0.985454286408321f,-0.16300484775580543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9556552768975808f,0.29359807760828927f,-0.02287270343717905f,0.3413699392759737f,0.2931616911381908f,0.9411161108025163f,-0.1683944441985593f,2.4376537866935335f,-0.02791441539427606f,-0.16763243961913418f,-0.985454286408321f,-0.16350690780330823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8979607164124656f,0.4394808200792004f,-0.02287270343717905f,0.4322183541909532f,0.4367753795804782f,0.8836688174623948f,-0.1683944441985593f,2.5078864297738486f,-0.05379423363466394f,-0.1612018294782229f,-0.985454286408321f,-0.20932814616106987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8979607164124656f,0.4394808200792004f,-0.02287270343717905f,0.33333516967313326f,0.4367753795804782f,0.8836688174623948f,-0.1683944441985593f,2.30906094584481f,-0.05379423363466394f,-0.1612018294782229f,-0.985454286408321f,-0.1730577345284698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9985262661285398f,0.028320730438005245f,0.04629505458312329f,0.041859337039941324f,0.04656602477275875f,0.8852149476694956f,0.4628456565199191f,2.466592912028148f,-0.027872947247453723f,0.4643193218572214f,-0.8852291602527511f,-0.10048723931802804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9818024125175385f,0.18417597752119297f,0.04629505458312329f,0.15680427149465795f,0.18447084652021167f,0.8670319515593191f,0.4628456565199191f,2.454082048201031f,0.045105759708243834f,0.46296307010316873f,-0.8852291602527511f,-0.10101729073084514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9921203201100408f,-0.09085388822043834f,0.08627190400112003f,0.1806429194622428f,0.01822117426231791f,0.5766326757839773f,0.8168003097616411f,2.473317629490519f,-0.1239566828906478f,0.8119361601834462f,-0.5704335303550352f,-0.15727369209889144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9716378908546452f,0.22017485695591615f,0.08627190400112003f,0.1535016718790817f,0.19551866284587516f,0.5427796113085386f,0.8168003097616411f,2.4834443494714753f,0.13301226084274184f,0.8105018975376886f,-0.5704335303550352f,-0.14687812347294066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9941183520407922f,0.06546648543889595f,0.08627190400112003f,0.11520545804702007f,0.10820206553182696f,0.56668295102988f,0.8168003097616411f,2.5761913444696174f,0.004584228435174975f,0.821330976096936f,-0.5704335303550352f,-0.07464904722110435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9941183520407922f,0.09790541382806817f,0.04629505458312329f,0.09317673993570476f,0.10820206553182696f,0.8798103268632912f,0.4628456565199191f,2.3782340209253774f,0.004584228435174975f,0.46513258183862316f,-0.8852291602527511f,-0.1793038781347944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.960633718949714f,0.27687487689264395f,-0.02287270343717905f,0.0720723523793508f,0.2766923003222688f,0.946089151246028f,-0.1683944441985593f,1.864039119752709f,-0.024984574425298493f,-0.1680940821095543f,-0.985454286408321f,-0.05923714280022547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9811094531696058f,0.1920965391117492f,-0.02287270343717905f,0.00003615021244483755f,0.1931822999015041f,0.9666043193405581f,-0.1683944441985593f,1.5015625f,-0.010239135998816935f,-0.16963198251940756f,-0.985454286408321f,0.00437485064455236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9845808763535533f,-0.14014030163514923f,-0.10469571995300804f,0.20485122519328625f,-0.15812375335299558f,0.9689615254191777f,0.19002747402126183f,0.8890026710283324f,0.0748156169822206f,0.20365229710206972f,-0.9761804983406603f,0.08322852883696791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9748252325390603f,-0.2223202546537886f,0.017013828958872625f,0.1252746057689276f,-0.22282477496612907f,0.9685919814231017f,-0.11035711659953718f,1.2353125f,0.008055163962398769f,-0.11137000446055703f,-0.993746364239887f,0.032715984616694276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9902342625859838f,0.12973308215164187f,0.05104343832686366f,-0.13403179952091124f,0.1391731009600654f,0.8983985624486623f,0.41654636111642634f,1.1720909853892656f,0.008182491671393545f,0.41958235232861285f,-0.90768039333481f,0.3017245124043124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9902342625859838f,-0.004921046367863631f,-0.13932655347577622f,-0.12518164807978371f,0.1391731009600654f,0.023762446610098742f,-0.9899829261660331f,1.2540625f,0.008182491671393545f,-0.9997055213580384f,-0.02284551151320609f,-0.02146636867355963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9853691511004383f,0.17026773575424053f,-0.007518924173431177f,-0.006327251376028023f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.4284375f,-0.0638708939505231f,-0.4098140171241501f,-0.9099302062655839f,-0.009323036791976715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984179115425559f,-0.1770167634418796f,-0.007518924173431177f,-0.006327251376028023f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.4284375f,0.08014564114536397f,-0.4069443400894902f,-0.9099302062655839f,-0.009323036791976715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999658616119679f,-0.0034265711591912247f,-0.007518924173431177f,-0.006327251376028023f,0f,0.9099612708765432f,-0.414693242656239f,1.4284375f,0.008262905701677153f,-0.4146790856974069f,-0.9099302062655839f,-0.009323036791976715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9845868492548809f,0.17470438998840335f,-0.008192215397944172f,-0.006249786635074799f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.4203125f,0.030802235245979002f,0.12710397929429093f,-0.9914110150444203f,0.00005164316063548221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9849614172711164f,-0.1725801092077168f,-0.008192215397944172f,-0.006249786635074799f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.4203125f,-0.014527488051138123f,0.12997365632895078f,-0.9914110150444203f,0.00005164316063548221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999658616119679f,0.0010785256179132723f,-0.008192215397944172f,-0.006249786635074799f,0f,0.9914448613738104f,0.13052619222005157f,1.4203125f,0.008262905701677153f,0.1305217362662532f,-0.9914110150444203f,0.00005164316063548221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9658928511384002f,0.257105198769997f,-0.030788258885047638f,-0.1998124212601694f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4890625000000002f,0.007981354017441156f,-0.08928322674594505f,-0.9959742985689343f,0.023526834363097226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9658928511384002f,-0.2585455181373641f,0.014325333183361972f,0.18767435011446815f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4890625000000002f,0.00798135401744116f,-0.08502230803624103f,-0.9963470806522389f,0.020324958403697326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999658616119679f,-0.0007201596836835319f,-0.008231462850842834f,-0.007812233293843499f,0f,0.9961946980917455f,-0.08715574274765818f,1.315625f,0.008262905701677153f,-0.08715276739109304f,-0.9961606896105866f,0.00006455395079435276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999658616119679f,0f,-0.008262905701677153f,0f,0f,1f,0f,1.5390625f,0.008262905701677153f,0f,-0.9999658616119679f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7423547352241905f,-0.607354953880013f,-0.2828946925759286f,1.3601459961821065f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6782613766698269f,0.6388772624526979f,0.5144663261171901f,0.5719792328506581f,0.034716047168745115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5532454140451059f,-0.607354953880013f,-0.5701223305883278f,1.4223517786027016f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6811136233301731f,0.8207483070606616f,0.5144663261171901f,0.24838803463238482f,0.10479719886040993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6635283458196802f,-0.607354953880013f,-0.4368639310943465f,1.456778477056556f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.798994563997949f,0.7475322847110915f,0.5144663261171901f,0.42014269314852615f,0.006735219042298596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6647902724311614f,0.5421632207793219f,0.5139191918143302f,-1.1763510969627597f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6763123033324049f,-0.719379290698165f,0.27918003393204105f,0.6360439802154481f,0.15493537778333963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.38531296513082025f,0.5421632207793219f,0.7467214748058926f,-1.2267698110635448f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.683062696667595f,-0.9207828543019373f,0.27918003393204105f,0.27242878679992977f,0.2336846505307341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5377996170750401f,0.5421632207793219f,0.6456242048654405f,-1.2984040847429683f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7705208722563579f,-0.8399922426388742f,0.27918003393204105f,0.46526502228323474f,0.12452026081455164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624466587687f,0f,-1.2910790158870553e-7f,-0.001536505936281335f,0f,0.000015625f,0f,1.705185f,1.2910790158870553e-7f,0f,-0.000015624466587687f,0.6875361673801298f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125.mcfunction new file mode 100644 index 000000000..c48237995 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125_as_bone.mcfunction new file mode 100644 index 000000000..7c1ca6691 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_125_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7648724301405947f,0.02840331646650698f,-0.2847944200102397f,0.050067982277028855f,0.057766985965709845f,0.8112312005782357f,-0.07423852763408037f,1.565636536595632f,0.28031693738998864f,-0.08967516527189723f,-0.7617908005418547f,-0.35805850797404964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6815809024193729f,0.3124361628994058f,-0.2789822889896226f,0.050067982277028855f,0.35638969103756857f,0.7125290780885356f,-0.07272345564154813f,1.565636536595632f,0.22007694467921832f,-0.18624166287648358f,-0.7462440495103883f,-0.35805850797404964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7168977813811066f,0.2896793839678721f,0.26284571520054406f,-0.010772249251374294f,0.2391822495836063f,0.758871038450138f,-0.1839865292084693f,1.5778290210325066f,-0.30950584320722746f,-0.08452837363895975f,-0.7510030169812769f,-0.35925697975744303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7574034495310878f,-0.006578987554721083f,0.25748151693114524f,-0.010772249251374294f,-0.06801481350490655f,0.7764602492778382f,-0.18023170208176587f,1.5778290210325066f,-0.24842302586978843f,-0.19252583778327642f,-0.7356764247979856f,-0.35925697975744303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5675765519615013f,-1.1704829580140144f,0.8655823199801713f,-0.18370280652246412f,0.5962338894385365f,-0.6606427944797066f,-1.2843140181384918f,2.5702835211826702f,1.3280693719638623f,0.7968230626060002f,0.20666639821389868f,-0.3816572191123138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5539726847873094f,-0.014300402322314078f,-0.8324120151721504f,-0.408195636442798f,0.821960971608635f,-0.1682432851764306f,-0.5441271525528117f,2.1622170372543614f,-0.13226649485689507f,-0.9856417683349575f,0.10495655697386774f,-0.10113892053655323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5539726847873094f,-0.014300402322314078f,-0.8324120151721504f,-0.2264233492469621f,0.821960971608635f,-0.1682432851764306f,-0.5441271525528117f,1.8925110934452782f,-0.13226649485689507f,-0.9856417683349575f,0.10495655697386774f,-0.05773897691163453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8125715643775171f,0.5826859799742004f,-0.014300402322314231f,0.5885676623349675f,0.5724817092115402f,-0.8024704914271154f,-0.1682432851764308f,1.4857602185186871f,-0.10950865437630042f,0.128522990667934f,-0.9856417683349575f,-0.0001334594554684987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.47931516401836355f,0.8775263369469141f,-0.014300402322314231f,0.3684736186455382f,0.8662569680847707f,0.470417965470732f,-0.1682432851764308f,1.7293053327106678f,-0.14091074759091238f,-0.09302938098744959f,-0.9856417683349575f,-0.03851190276223471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.980322022674611f,0.1732286627387416f,-0.09466024648661497f,-0.14860778140935554f,0.19645817749732894f,0.8092260957634365f,-0.55367617831174f,1.5865206136080447f,-0.019311042270871784f,-0.5613777305355219f,-0.8273343503718431f,0.24203009097755995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.980322022674611f,0.18961067895540762f,-0.05492287579168383f,-0.11339904707891463f,0.19645817749732894f,0.9098816644316131f,-0.36540325836749954f,1.7548396553241754f,-0.019311042270871784f,-0.369002909415667f,-0.929227602091751f,0.16703437294904896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.980322022674611f,0.1732286627387416f,-0.09466024648661497f,0.15774285067646038f,0.19645817749732894f,0.8092260957634365f,-0.55367617831174f,1.5251274331401294f,-0.019311042270871784f,-0.5613777305355219f,-0.8273343503718431f,0.24806479168720735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.980322022674611f,0.18961067895540762f,-0.05492287579168383f,0.1929515850069013f,0.19645817749732894f,0.9098816644316131f,-0.36540325836749954f,1.69344647485626f,-0.019311042270871784f,-0.369002909415667f,-0.929227602091751f,0.1730690736586964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9594318263278814f,0.281577820722027f,-0.014300402322314231f,0.49940699971395924f,0.2799004430065062f,0.9451719097591738f,-0.1682432851764308f,2.2745203243735155f,-0.03385723901778763f,-0.1654206513094126f,-0.9856417683349575f,-0.1112829273431674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9594318263278814f,0.281577820722027f,-0.014300402322314231f,0.49884780289328445f,0.2799004430065062f,0.9451719097591738f,-0.1682432851764308f,2.1301047610555846f,-0.03385723901778763f,-0.1654206513094126f,-0.9856417683349575f,-0.18173961524772606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9594318263278814f,0.281577820722027f,-0.014300402322314231f,-0.06425919825367106f,0.2799004430065062f,0.9451719097591738f,-0.1682432851764308f,2.438961834639838f,-0.03385723901778763f,-0.1654206513094126f,-0.9856417683349575f,-0.13117405526611764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9594318263278814f,0.281577820722027f,-0.014300402322314231f,-0.13677578204893692f,0.2799004430065062f,0.9451719097591738f,-0.1682432851764308f,2.315538804547395f,-0.03385723901778763f,-0.1654206513094126f,-0.9856417683349575f,-0.20417003609701034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8628127605912211f,0.5053213221845837f,-0.014300402322314231f,0.44121953409793724f,0.5002439837084685f,0.8493822188841273f,-0.1682432851764308f,2.39071959082952f,-0.072870411858569f,-0.15231614356036066f,-0.9856417683349575f,-0.15246689849710673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9312397744620208f,0.36412632554285995f,-0.014300402322314231f,0.33762410988625435f,0.36121249713589554f,0.9171803142817081f,-0.1682432851764308f,2.4415686337172464f,-0.04814576173221824f,-0.16184032297533993f,-0.9856417683349575f,-0.15964349551823315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8154878423856512f,0.5785975089944783f,-0.014300402322314231f,0.31525057801868084f,0.5723689424861699f,0.8025509271506113f,-0.1682432851764308f,2.445674920269697f,-0.08586834456573048f,-0.1453854597787511f,-0.9856417683349575f,-0.1600198032644128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.954371489642654f,0.2982793292380176f,-0.014300402322314231f,0.34599826010360035f,0.2963533371355286f,0.9401430192059492f,-0.1682432851764308f,2.4443338394469203f,-0.03673907083606602f,-0.1648045666468026f,-0.9856417683349575f,-0.16023699818031376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8959604256145544f,0.4439036091608251f,-0.014300402322314231f,0.43750141289869826f,0.4397755060560118f,0.8822084228039431f,-0.1682432851764308f,2.51426615695475f,-0.06206786612866091f,-0.1570282920615661f,-0.9856417683349575f,-0.20520686061940796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8959604256145544f,0.4439036091608251f,-0.014300402322314231f,0.33762310083751274f,0.4397755060560118f,0.8822084228039431f,-0.1682432851764308f,2.3157692618238634f,-0.06206786612866091f,-0.1570282920615661f,-0.9856417683349575f,-0.16987549490555565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9980640255066615f,0.026971191459384744f,0.0560424465980845f,0.04601472494860434f,0.04990220096509877f,0.8850806471031226f,0.4627548146290394f,2.4742682275368204f,-0.03712103619616289f,0.46465557454396156f,-0.8847130753622579f,-0.0999927993848075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9815569772529312f,0.18277074324242742f,0.0560424465980845f,0.16091722785574222f,0.18774493961030186f,0.8663774115178485f,0.4627548146290394f,2.4613736412074134f,0.03602413158998558f,0.46474190280869154f,-0.8847130753622579f,-0.09945885737611346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9908624966065134f,-0.09644959925578275f,0.09428142776870813f,0.18534033001592382f,0.021543317093470515f,0.5768720051462654f,0.8165504118957614f,2.4805337269269607f,-0.13314427628447795f,0.8111203144305574f,-0.5695229909413282f,-0.15548987213974796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9721707994207991f,0.21446433067393292f,0.09428142776870813f,0.15813785880133863f,0.19875216527370598f,0.5419806284655163f,0.8165504118957614f,2.49075024337868f,0.1240222300740381f,0.8125651046142126f,-0.5695229909413282f,-0.14534521953793852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9937513764941655f,0.05974289994505739f,0.09428142776870813f,0.11948370080166526f,0.11152074663270606f,0.5663996362139954f,0.8165504118957614f,2.5836191901263503f,-0.004617876831948479f,0.8219624310166547f,-0.5695229909413282f,-0.07346435052145593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9937513764941655f,0.09652691798276848f,0.0560424465980845f,0.09776514425554239f,0.11152074663270606f,0.8794436335593813f,0.4627548146290394f,2.38574437257549f,-0.004617876831948479f,0.46611312950465233f,-0.8847130753622579f,-0.17833980466000254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9594318263278814f,0.281577820722027f,-0.014300402322314231f,0.07383237699906099f,0.2799004430065062f,0.9451719097591738f,-0.1682432851764308f,1.8716138161098634f,-0.03385723901778763f,-0.1654206513094126f,-0.9856417683349575f,-0.05852826072623768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.980322022674611f,0.19688633866416264f,-0.014300402322314231f,2.678914873134835e-18f,0.19645817749732894f,0.9659701762929693f,-0.1682432851764308f,1.509375f,-0.019311042270871784f,-0.16774202860330048f,-0.9856417683349575f,0.004375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848181419770683f,-0.14393188413671396f,-0.09704040375890094f,0.2049118642828213f,-0.16027267295801004f,0.9686498202234565f,0.1898162165990044f,0.89698868778989f,0.06667756396067372f,0.2024873786435119f,-0.9770122639733594f,0.08491835390580015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,-0.22350503650083883f,0.025465182292203938f,0.12500000000000003f,-0.22495105434386495f,0.9681066733843829f,-0.11030182273293208f,1.243125f,5.966295905121187e-16f,-0.11320321376790655f,-0.9935718556765875f,0.033749999999999926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.12664213182145084f,0.057714144527653145f,-0.13622578711170644f,0.13917310096006544f,0.9011055903405393f,0.4106574765253735f,1.1819993742754318f,6.063643103410976e-16f,0.41469324265623925f,-0.9099612708765431f,0.3011415704430309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.0024289055230915495f,-0.13915190422268917f,-0.125f,0.13917310096006544f,0.01728256081754176f,-0.9901172461182298f,1.261875f,6.063643103410976e-16f,-0.9998476951563912f,-0.017452406437283543f,-0.022499999999999923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693008f,-5.571905788635081e-16f,-0.006250000000000006f,0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.43625f,-0.07201072587804545f,-0.4083931204896372f,-0.9099612708765432f,-0.009374999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693058f,-5.571905788635081e-16f,-0.006250000000000006f,-0.1580131164351957f,0.8961369145000617f,-0.414693242656239f,1.43625f,0.07201072587804665f,-0.408393120489637f,-0.9099612708765432f,-0.009374999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.5392637612349987e-16f,-5.571905788635081e-16f,-0.006250000000000006f,0f,0.9099612708765432f,-0.414693242656239f,1.43625f,6.123233995736765e-16f,-0.414693242656239f,-0.9099612708765432f,-0.009374999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693041f,-6.07084888006264e-16f,-0.00625f,0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.428125f,0.02266563541681602f,0.12854320606946842f,-0.9914448613738104f,3.827021247335479e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693025f,-6.07084888006264e-16f,-0.00625f,-0.17216259343480453f,0.9763825861650423f,0.13052619222005157f,1.428125f,-0.022665635416814812f,0.12854320606946865f,-0.9914448613738104f,3.827021247335479e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,7.992424175358914e-17f,-6.07084888006264e-16f,-0.00625f,0f,0.9914448613738104f,0.13052619222005157f,1.428125f,6.123233995736765e-16f,0.13052619222005157f,-0.9914448613738104f,3.827021247335479e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2578341604962994f,-0.02255756611315045f,-0.2f,0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4968750000000002f,5.89724262213358e-16f,-0.08715574274765833f,-0.9961946980917455f,0.02187500000000012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25783416049629954f,0.022557566113149227f,0.1875f,-0.25881904510252074f,0.9622501868990583f,-0.08418598282936919f,1.4968750000000002f,5.931937091653116e-16f,-0.08715574274765803f,-0.9961946980917455f,0.021874999999999884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-5.336750069161486e-17f,-6.0999332417281e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,1.3234375f,6.123233995736765e-16f,-0.08715574274765818f,-0.9961946980917455f,4.783776559169348e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,-6.123233995736765e-16f,0f,0f,1f,0f,1.546875f,6.123233995736765e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7370504098555899f,-0.6115852065003184f,-0.2876112454715034f,1.359812707566218f,0.20185462742074683f,0.605346478711893f,-0.7699417835784361f,0.6860738766698269f,0.6449894593871578f,0.509430246354763f,0.569622174233401f,0.04595362012582158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5464447612724312f,-0.6115852065003184f,-0.5721552744385725f,1.421437292433782f,-0.14244903753664795f,0.605346478711893f,-0.7831116857868963f,0.6889261233301731f,0.825291702722618f,0.509430246354763f,0.2436686880092046f,0.1165463798741766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6573289052540137f,-0.6115852065003184f,-0.4403206167186842f,1.4566730925078026f,0.03042396437702588f,0.605346478711893f,-0.7953804266529931f,0.806807063997949f,0.7529894373157867f,0.509430246354763f,0.41651858468714226f,0.018772212296927736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.670711740805659f,0.5398378739067429f,0.5086460760109035f,-1.1775911546490268f,-0.2013636754618549f,0.7925386745691951f,-0.5756171640218837f,0.6841248033324049f,-0.7138616329163061f,0.2836503467439286f,0.6402687325194896f,0.14521001035302591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3929081530641202f,0.5398378739067429f,0.7444449295626838f,-1.228658845350973f,0.060768858189639605f,0.7925386745691951f,-0.6067862846063932f,0.690875196667595f,-0.9175676155630543f,0.2836503467439286f,0.27858957565203274f,0.22353998964697547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5447220341540936f,0.5398378739067429f,0.641757723290397f,-1.2993886584935594f,-0.07200419557536095f,0.7925386745691951f,-0.6055558150423861f,0.7783333722563579f,-0.835519779135462f,0.2836503467439286f,0.47058387080888925f,0.1137874193786673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,-9.567553118338697e-21f,-0.007217499999999579f,0f,0.000015625f,0f,1.7129975f,9.567553118338697e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126.mcfunction new file mode 100644 index 000000000..93a5be5bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126_as_bone.mcfunction new file mode 100644 index 000000000..ab50e3869 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_126_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7671394586354802f,0.023361162649757187f,-0.2790981037709832f,0.05596534596306664f,0.05098937385598924f,0.8118696190495529f,-0.07219591305989935f,1.565275163102248f,0.27539349883880904f,-0.08524331169323474f,-0.7640919074648898f,-0.35922682688010343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.685522789722378f,0.30872273746393486f,-0.2734022241021877f,0.05596534596306664f,0.3504951098761816f,0.7156476102918472f,-0.07072252707908508f,1.565275163102248f,0.2172824952087304f,-0.18038505829569937f,-0.7484981950676471f,-0.35922682688010343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7109857588543901f,0.2839945193587891f,0.28423723915923105f,-0.005629635531671506f,0.23231139175354287f,0.7619160504172275f,-0.18016601739115287f,1.57708059420422f,-0.3278339708026359f,-0.07599664160492625f,-0.74410606938594f,-0.36141207469400144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7499218167709437f,-0.009507670315229727f,0.27843647917638964f,-0.005629635531671506f,-0.07537460506521583f,0.7766403577920696f,-0.17648915989337424f,1.57708059420422f,-0.26820875757929663f,-0.19167513885160792f,-0.7289202312352067f,-0.36141207469400144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.20305263855256028f,-1.2933076184950125f,0.8529544418781126f,-0.13742941357308674f,0.13879203258166983f,-0.8719758695469914f,-1.2891086473294704f,2.6483102234679814f,1.5430206245117695f,-0.0917591241813403f,0.22819698828157553f,-0.10511148395521566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5322543645306402f,0.003959105917912374f,-0.846575228150703f,-0.4110858759985949f,0.8382977078896149f,-0.13710861300188637f,-0.527691369256421f,2.1573948468395887f,-0.118161941356353f,-0.9905481077267421f,0.06965774826871818f,-0.10118306349536058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5527957836285046f,0.003959105917912374f,-0.8333073545114541f,-0.22894008524519538f,0.8251438841352208f,-0.13710861300188637f,-0.5480317497325681f,1.8867938541152234f,-0.116423331324907f,-0.9905481077267421f,0.07252623113178602f,-0.06307153870117033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7913221296508304f,0.6113962683057985f,0.0019723657415435126f,0.5839307258764075f,0.600305596880205f,-0.7763477796634474f,-0.1921387919342067f,1.48483032906342f,-0.11594169862122669f,0.15322770021565757f,-0.9813657801286153f,0.014292659021721874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4743360118617453f,0.8802413388019388f,0.013436268651110406f,0.36642571565343646f,0.8642136116642286f,0.46849894994068036f,-0.18342182890471345f,1.7288960219183511f,-0.16775035399475122f,-0.0753917725527822f,-0.9829424700184571f,-0.03389673323821012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9897428523285292f,0.1290077858467707f,-0.061368375043673616f,-0.14820541802015594f,0.14113163618491267f,0.8163308869901461f,-0.5600765521012739f,1.581675784785787f,-0.02215733585873283f,-0.562992783378966f,-0.826164740430653f,0.23724693276386888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9863346244582571f,0.16173770558649928f,-0.031383485886747914f,-0.1180757450094795f,0.16191535433455234f,0.9163793483052934f,-0.3661042311013113f,1.7512087611486462f,-0.03045367999938915f,-0.36618274753349705f,-0.9300444982812996f,0.16277488948708008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9891193668063146f,0.13312825937292283f,-0.06260786504115073f,0.1576490449958193f,0.14528328974416257f,0.8169833168851481f,-0.5580600555965779f,1.5220593964248583f,-0.023143982582711928f,-0.5610838854286208f,-0.8274353325683729f,0.2458453474005563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9856065104850664f,0.16635188559506553f,-0.030114060643108342f,0.18865181066587466f,0.16615890714447934f,0.9203913689132805f,-0.3539363581302295f,1.6924206758577844f,-0.03116125905676605f,-0.3538456982766697f,-0.9347845729070915f,0.17365687539301145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9596232612865518f,0.27833464351365533f,0.04065738085377239f,0.49460336041053105f,0.2676326563325351f,0.9479369572721148f,-0.1725928338665202f,2.2783561498023746f,-0.08657919878442796f,-0.15474285527225945f,-0.9841537944244464f,-0.09115505243661577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9596232612865518f,0.27833464351365533f,0.04065738085377239f,0.4996090317246111f,0.2676326563325351f,0.9479369572721148f,-0.1725928338665202f,2.1336472273559037f,-0.08657919878442796f,-0.15474285527225945f,-0.9841537944244464f,-0.16082989380045914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9596232612865518f,0.27833464351365533f,0.04065738085377239f,-0.06917530559531813f,0.2676326563325351f,0.9479369572721148f,-0.1725928338665202f,2.435590335397739f,-0.08657919878442796f,-0.15474285527225945f,-0.9841537944244464f,-0.1420203317224672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9596232612865518f,0.27833464351365533f,0.04065738085377239f,-0.1361413788777296f,0.2676326563325351f,0.9479369572721148f,-0.1725928338665202f,2.3109538621762082f,-0.08657919878442796f,-0.15474285527225945f,-0.9841537944244464f,-0.21818861299514267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8650934448385975f,0.4992250838636129f,0.048863558391267804f,0.4367493879516853f,0.48708676597772055f,0.8593212906821571f,-0.15592755301651193f,2.393704048768334f,-0.1198324417954233f,-0.11109111135334121f,-0.9865591471734609f,-0.1339250510553154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9325387179212346f,0.35774836441158386f,0.048863558391267804f,0.33294007176659096f,0.34666245320884304f,0.9249387772958326f,-0.15592755301651193f,2.4429553296735897f,-0.10097862701110041f,-0.1284693193541829f,-0.9865591471734609f,-0.1468509099194178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8184242772628485f,0.5718828380039599f,0.055961790387019456f,0.3104469582489023f,0.5605056360711639f,0.8159829581484234f,-0.14143989516331182f,2.4459561876842746f,-0.12655091591625944f,-0.08439094505860906f,-0.9883638166550166f,-0.1504488171457734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9550892577195822f,0.2909858893577777f,0.055961790387019456f,0.34115802608779555f,0.28091993641743607f,0.9492516765217828f,-0.14143989516331182f,2.4451463870482253f,-0.09427883703080592f,-0.11936694188613561f,-0.9883638166550166f,-0.1485940502804385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8978103021413562f,0.43681224729341783f,0.055961790387019456f,0.4341708580950794f,0.4259570240454563f,0.8936192532183548f,-0.14143989516331182f,2.5178337027929274f,-0.11179121179764206f,-0.10314887731790429f,-0.9883638166550166f,-0.18534744118610527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8978103021413562f,0.4376631284791876f,0.048863558391267804f,0.33569665418726236f,0.4259570240454563f,0.8912054824094282f,-0.15592755301651193f,2.3173124692508065f,-0.11179121179764206f,-0.11917958756930108f,-0.9865591471734609f,-0.15853203398301258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9951731822803056f,-0.005106096484283937f,0.0980013522803781f,0.03924661876659258f,0.0390196824836612f,0.8957206261099372f,0.44290182246192744f,2.4739925267952305f,-0.09004333206275658f,0.44458799774613306f,-0.8911979076563863f,-0.10671534479537172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9837197184831803f,0.1506361524289227f,0.0980013522803781f,0.15407440447690857f,0.17866086241384518f,0.8785887956839905f,0.44290182246192744f,2.4622673487986186f,-0.019385863635997314f,0.4532002622240702f,-0.8911979076563863f,-0.09991531135328344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9829757489163685f,-0.14211374336628985f,0.11645755015766379f,0.18102552859680215f,0.006822137997140973f,0.6051658670837603f,0.7960701801662394f,2.4792967740160137f,-0.18360864760531417f,0.7833121710168821f,-0.5938938518467476f,-0.15370445685563172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9787810532014446f,0.16859800978999206f,0.11645755015766379f,0.15326203556203521f,0.19349477614177824f,0.5734387847503295f,0.7960701801662394f,2.489606945008723f,0.06743457199177713f,0.8017123369631526f,-0.5938938518467476f,-0.1453286313076913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.993105173710841f,0.013407198068038327f,0.11645755015766379f,0.11026421444153506f,0.1014069448355627f,0.5966480535367635f,0.7960701801662394f,2.584654417884974f,-0.05881110003968238f,0.8023910189245366f,-0.5938938518467476f,-0.07897495914120309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.993105173710841f,0.06432611367071403f,0.0980013522803781f,0.09579083886562442f,0.1014069448355627f,0.8908168202268191f,0.44290182246192744f,2.3842206333339404f,-0.05881110003968238f,0.44978610905740735f,-0.8911979076563863f,-0.18017683367911957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9596232612865518f,0.27833464351365533f,0.04065738085377239f,0.0718266985740146f,0.2676326563325351f,0.9479369572721148f,-0.1725928338665202f,1.8703423867487432f,-0.08657919878442796f,-0.15474285527225945f,-0.9841537944244464f,-0.05929391442826912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9815281781611332f,0.19128810992486536f,0.003360725674523765f,0.0000936573521900766f,0.18812187293075794f,0.9681811633770578f,-0.1650314994383522f,1.5072744504823465f,-0.03482235489898044f,-0.161350840974628f,-0.9862825709278604f,0.0012126509372163861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9858259035884395f,-0.14859981323910934f,-0.07788057087193556f,0.20451972834327836f,-0.16031905211313174f,0.9712030819241796f,0.17624521324144435f,0.8942335532557397f,0.049447844680872696f,0.18623283589710227f,-0.981260537008464f,0.08789036514706003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9745263456250968f,-0.22022264848688888f,0.04243096482540323f,0.12581110351667138f,-0.22380459365517202f,0.967149404113045f,-0.12055510765880295f,1.2405763565250982f,-0.014488117249586697f,-0.12698037335431964f,-0.9917994148220495f,0.03201824486414453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9906296868266437f,0.11772129119634682f,0.0692424810128209f,-0.1387931249090433f,0.13567739766835266f,0.9063020438880502f,0.40026022661049726f,1.1840004221816567f,-0.015635451374668985f,0.40590430256823823f,-0.9137818283468451f,0.29544301904988635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9906296868266437f,0.018453516155023383f,-0.13532291498213536f,-0.12338515191439356f,0.13567739766835266f,0.01953749808053405f,-0.9905604120550634f,1.2592828688170086f,-0.015635451374668985f,-0.9996388117266505f,-0.021858150654640047f,-0.0275069803925816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9844682164012369f,0.17489246949359982f,0.01532824224095855f,-0.005441879428194666f,0.15207902748110944f,0.8931485553338806f,-0.42327015900651693f,1.4330161274921167f,-0.08771716078491829f,-0.4143649143200138f,-0.9058738419252433f,-0.012313614043575283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9853258843843228f,-0.16992995531052818f,0.016022229882695836f,-0.005433521796650654f,-0.16076980609340755f,0.8924708829518406f,-0.42148403591577505f,1.431958623796117f,0.0573233897370018f,-0.41787502123400977f,-0.9066942679965149f,-0.012552882898922273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998712506315972f,0.0024871762268320807f,0.01585232206404983f,-0.005441879428194666f,-0.0044114558351938315f,0.9072393942689446f,-0.42059151268651723f,1.4330161274921167f,-0.01542793627870604f,-0.4206072936135741f,-0.9071116157018634f,-0.012313614043575283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9861993008591756f,0.1649346226856948f,0.014405180470949528f,-0.005555006498421433f,0.16542491166003964f,0.9780965427371452f,0.12633982621450854f,1.4258091857524438f,0.00674815435072584f,0.1269792239902718f,-0.9918824220076125f,-0.002921197082448082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9840239085534264f,-0.1773957858840372f,0.01508915325068391f,-0.005555006498421433f,-0.17411758350984757f,0.9765861727995205f,0.1263428439187463f,1.4258091857524438f,-0.03714854651166109f,0.12169709218946141f,-0.9918718683603749f,-0.002921197082448082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9998712506315972f,-0.0063538260973630255f,0.014734688810088532f,-0.005555006498421433f,-0.0044114558351938315f,0.9917263940267524f,0.12829379738751565f,1.4258091857524438f,-0.01542793627870604f,0.12821227821320097f,-0.9916267395031061f,-0.002921197082448082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9675030277800073f,0.25273859683981437f,-0.007816194979664091f,-0.19990530011054086f,0.2523796013054527f,0.963302231817229f,-0.09139664666083992f,1.492468946031803f,-0.015570102164695943f,-0.09039918054599544f,-0.9957838922553395f,0.0153057738507366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9656485377084209f,-0.2569158155294032f,0.03895080682668918f,0.18755099627412697f,-0.25946001591244405f,0.961526315781728f,-0.090264301924576f,1.4939628507475209f,-0.01426189904264751f,-0.09726976811979356f,-0.9951558623882084f,0.020944770054009607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9998712506315972f,-0.003010110852730851f,0.015761389312492463f,-0.0068345467311645754f,-0.0044114558351938315f,0.9959640349439713f,-0.08964474416014676f,1.3202208295844775f,-0.01542793627870604f,-0.08970273312880886f,-0.9958490841746063f,-0.0026769899102138447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9998712506315972f,-0.004372352064424179f,0.01543906402054235f,3.8332879946279757e-19f,-0.0044114558351938315f,0.9999871453619475f,-0.0024996336286327607f,1.543689921875f,-0.01542793627870604f,-0.0025674205514451885f,-0.9998776860865994f,-0.0031301171874999877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6982116692904139f,-0.6410023960076668f,-0.31877326296150416f,1.340211713528967f,0.22794455869018015f,0.6211655380002159f,-0.7497964074096656f,0.7232950442729131f,0.6786322590551035f,0.45085397049746895f,0.5798180354701247f,0.08091560488562047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5053301950808267f,-0.6410023960076668f,-0.5777173376764837f,1.39791872344701f,-0.10059062618680774f,0.6211655380002159f,-0.7771968221269617f,0.729401366673184f,0.8570431260227924f,0.45085397049746895f,0.24941487009348062f,0.15454763822073117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6155414391257908f,-0.6410023960076668f,-0.4585026336144439f,1.4378406135301551f,0.06513410560288933f,0.6211655380002159f,-0.7809679396032938f,0.8434933964135427f,0.7854083555745142f,0.45085397049746895f,0.4241042469492676f,0.05411598451078567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6640839515179376f,0.650221989452362f,0.3690580845462318f,-1.119945478491997f,-0.2800167701320875f,0.6739947279216327f,-0.6836093293531313f,0.7338794759161987f,-0.6932410214212044f,0.3506315319055843f,0.6296621435757658f,0.07578023384794057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.44588994558401673f,0.650221989452362f,0.6151369935711025f,-1.173238805421113f,0.035128995279798556f,0.6739947279216327f,-0.7379004407265768f,0.7456373057896953f,-0.8943981832034957f,0.3506315319055843f,0.2776858273585977f,0.15200776982735087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5684621539105683f,0.650221989452362f,0.504045775702931f,-1.2221990083119947f,-0.12541685198396307f,0.6739947279216327f,-0.7280121702089032f,0.8489602163842825f,-0.8130937171137098f,0.3506315319055843f,0.46468928976656365f,0.04419060837266116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562298829111871f,-6.892079349508594e-8f,2.410638500310667e-7f,-0.018556135001913283f,-6.892899742490362e-8f,0.00001562484796064634f,0f,1.7097789657344276f,-2.410615043547819e-7f,-1.06344252787384e-9f,-0.000015623140312376646f,0.6841653990761752f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127.mcfunction new file mode 100644 index 000000000..21ebbf142 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127_as_bone.mcfunction new file mode 100644 index 000000000..ea7479c9a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_127_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.772840885110908f,0.018322388235278486f,-0.26329774179583976f,0.06720407180115548f,0.04300596760256504f,0.8125505538200772f,-0.06968879882518342f,1.5632334923585585f,0.26040717635272675f,-0.07981435973861777f,-0.7699105239753248f,-0.3597939366512491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6925716256877121f,0.3062998354908888f,-0.25792431849388386f,0.06720407180115548f,0.3435251932896736f,0.7192566411533866f,-0.06826657844099601f,1.5632334923585585f,0.20575467155710547f,-0.16985374571967143f,-0.754198064302359f,-0.3597939366512491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6987257283361558f,0.27779928609578003f,0.3186759445741525f,0.004726816463403449f,0.22431325247956085f,0.7654149628576544f,-0.17540793551062747f,1.5745828740427745f,-0.35834392106968144f,-0.06254546924226144f,-0.7311785985339806f,-0.36395196724987516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7365037553245917f,-0.01051854899396465f,0.3121723538685576f,0.004726816463403449f,-0.08392476963238722f,0.776808669498053f,-0.1718281817246963f,1.5745828740427745f,-0.30086350964336817f,-0.19093886749356742f,-0.7162565863190015f,-0.36395196724987516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9086771062488253f,-0.9613660184736958f,0.8315573011544635f,-0.2239843069816806f,-0.33720054814704364f,-0.8032477626209353f,-1.2971102775684855f,2.643643825743974f,1.225564342214881f,-0.9337958344137627f,0.2596606106495769f,0.1554258160676522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5032042026118398f,0.03795814335508366f,-0.8633334870296746f,-0.4134755259970518f,0.8580414443667544f,-0.09679924181185137f,-0.5043756403055801f,2.1497975050561275f,-0.10271518983478575f,-0.9945798540779346f,0.01614012513948692f,-0.10570837310067163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5505698823163623f,0.03795814335508366f,-0.83392564658918f,-0.23106243506222282f,0.8285765083841309f,-0.09679924181185137f,-0.551444354888698f,1.8783001093038545f,-0.10165517419250747f,-0.9945798540779346f,0.021843521286764485f,-0.07248348504088294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7661669090838329f,0.6417584458651838f,0.03368032935749929f,0.5769593256382937f,0.6317281089728553f,-0.7425029310990585f,-0.2227307649223301f,1.48185728409189f,-0.11793160627459331f,0.1919257524930154f,-0.9742980251296234f,0.038471773368700474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.46395854595324015f,0.8839248375884657f,0.05847520099289715f,0.36397605633229724f,0.8615920133451576f,0.46560977608230236f,-0.20215523479847242f,1.7265759877579994f,-0.2059166583275684f,-0.043409882639702135f,-0.9776062151563967f,-0.024135650286233074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9956505490868427f,0.09212423724752722f,-0.01389636695796153f,-0.1515100726485585f,0.08383334352570156f,0.8208176693334193f,-0.5650047116824382f,1.5745898157112153f,-0.0406442445663677f,-0.5637122303282189f,-0.8249706460002165f,0.2295141691417118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9904263107481025f,0.13785544616124962f,0.007183240326347217f,-0.12561728124128455f,0.12569645954858863f,0.9221346514373202f,-0.3658798773853539f,1.7452033136220544f,-0.05706244855290794f,-0.36147414925863575f,-0.9306343623480129f,0.15592130139104254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9948253990345258f,0.10032866232756094f,-0.016018269299738534f,0.15374174044914626f,0.09199356674780514f,0.8225850890044856f,-0.5611514546221005f,1.5171750394064991f,-0.043123185327777105f,-0.5597212974892456f,-0.8275581309032869f,0.2453072675986266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.989226565856134f,0.14610508992474264f,0.009170828891809635f,0.1811937624906093f,0.13423417597970064f,0.9302821982516394f,-0.3414033063916456f,1.6894691809137337f,-0.05841221964221815f,-0.33649418169439427f,-0.9398721606060526f,0.17634040752713986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9537643471737168f,0.2757613926204763f,0.1195375438944167f,0.48803928372122507f,0.2528271431834932f,0.9511788885123407f,-0.17702304290148632f,2.2812458907171123f,-0.1625177089734146f,-0.1386159312216442f,-0.9769204767439308f,-0.061050653765813784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9537643471737168f,0.2757613926204763f,0.1195375438944167f,0.5005419174027814f,0.2528271431834932f,0.9511788885123407f,-0.17702304290148632f,2.1362716015116745f,-0.1625177089734146f,-0.1386159312216442f,-0.9769204767439308f,-0.12921554297134874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9537643471737168f,0.2757613926204763f,0.1195375438944167f,-0.07229727024333359f,0.2528271431834932f,0.9511788885123407f,-0.17702304290148632f,2.4297818373374147f,-0.1625177089734146f,-0.1386159312216442f,-0.9769204767439308f,-0.15652980778769487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9537643471737168f,0.2757613926204763f,0.1195375438944167f,-0.13132696259980592f,0.2528271431834932f,0.9511788885123407f,-0.17702304290148632f,2.303769583870739f,-0.1625177089734146f,-0.1386159312216442f,-0.9769204767439308f,-0.2368835251662359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8618659113973162f,0.4881329492217228f,0.13752590539740744f,0.43115680083334407f,0.4710699290755245f,0.8710120038276243f,-0.13939587909607176f,2.3955302185492617f,-0.18783043601092436f,-0.05535623788056198f,-0.9806403082862017f,-0.10645276821842109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9276157286235417f,0.3472976898207638f,0.13752590539740744f,0.3278092237815155f,0.3290139796904801f,0.9339799730504212f,-0.13939587909607176f,2.442839771411292f,-0.1768583081974056f,-0.08405786450948426f,-0.9806403082862017f,-0.12767127783882418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8168672132470515f,0.556186005746742f,0.1529218196775117f,0.3057506042863195f,0.5458893808929122f,0.8310500905335979f,-0.1065857910438901f,2.44458492690048f,-0.18636721747761673f,-0.0035880406329806547f,-0.9824736058612805f,-0.13554315358237198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9487578139157365f,0.2765384739965696f,0.1529218196775117f,0.3361586072043001f,0.26236305172281094f,0.9590646997143842f,-0.1065857910438901f,2.4444048778027025f,-0.17613699107378458f,-0.06100306681968333f,-0.9824736058612805f,-0.13079062100884123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8938168826104091f,0.4215522475650306f,0.1529218196775117f,0.43033894639808923f,0.4091637004283687f,0.9062143981416938f,-0.1065857910438901f,2.5203724048898297f,-0.18351143455483748f,-0.032698121865923926f,-0.9824736058612805f,-0.15618044315984173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8938168826104091f,0.4268231550715514f,0.13752590539740744f,0.3343037365069903f,0.4091637004283687f,0.9017504395024143f,-0.13939587909607176f,2.3174785560017868f,-0.18351143455483748f,-0.06832378174522338f,-0.9806403082862017f,-0.1408075922671665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9857163576098067f,-0.046413488841132555f,0.16189209490907822f,0.03314198418182035f,0.026034973959066288f,0.9077241933546308f,0.4187588434046918f,2.471882160073817f,-0.16638943016732363f,0.41699229831290485f,-0.8935502116144983f,-0.11508876796753532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9808412228426265f,0.10835794930936586f,0.16189209490907822f,0.14721215670229482f,0.16771378881857457f,0.8924758350288725f,0.4187588434046918f,2.461557865891093f,-0.09910893306205878f,0.4378874726581998f,-0.8935502116144983f,-0.09926014466107658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9665730167365922f,-0.20379105363718938f,0.15558216406184797f,0.17769018437052603f,-0.010700487325791735f,0.6383499919685475f,0.7696718699060956f,2.476083463490676f,-0.2561681145023989f,0.7422792562177659f,-0.6191925410573729f,-0.14963536940191707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9822404649178686f,0.10487067895156335f,0.15558216406184797f,0.1493174267143353f,0.18708422767866442f,0.6104135519704094f,0.7696718699060956f,2.486496837908089f,-0.014253449821263989f,0.7851098243348548f,-0.6191925410573729f,-0.14382039896125007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9865528434203198f,-0.050076714799539374f,0.15558216406184797f,0.1009160753068967f,0.08929119293166485f,0.6321647692968141f,0.7696718699060956f,2.584017147642121f,-0.13689620156937293f,0.7732140887844656f,-0.6191925410573729f,-0.08523078467200855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9865528434203198f,0.02245966930371396f,0.16189209490907822f,0.09586264971356107f,0.08929119293166485f,0.9036969148642728f,0.4187588434046918f,2.38068534179766f,-0.13689620156937293f,0.42758326594894114f,-0.8935502116144983f,-0.18143701951052016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9537643471737168f,0.2757613926204763f,0.1195375438944167f,0.07001993114558101f,0.2528271431834932f,0.9511788885123407f,-0.17702304290148632f,1.86713473862782f,-0.1625177089734146f,-0.1386159312216442f,-0.9769204767439308f,-0.05955287623950281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9817953399420604f,0.18642421385364316f,0.03638575211680271f,0.00011085095046483354f,0.17834922466662664f,0.970699808832719f,-0.16103861398104374f,1.5031223103155504f,-0.06534113963551147f,-0.15161759007837328f,-0.9862771627944952f,-0.0026962799601128323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9871613864825345f,-0.1540463174928843f,-0.0422152709900262f,0.20179131870419928f,-0.15886601726555516f,0.9743223165916138f,0.15955441689195382f,0.8890648428865218f,0.016552510264615128f,0.16421253136844507f,-0.9862860938619724f,0.09393658606860578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9743242324479806f,-0.2123905142099397f,0.07471652787898223f,0.1260340326089988f,-0.22083152886591367f,0.9661638102837832f,-0.13327013002419183f,1.2357392969338306f,-0.04388309382206835f,-0.14634808222713164f,-0.988259334843362f,0.03139564285017926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9901267407906978f,0.10307582330625861f,0.09499690427023005f,-0.145820201562083f,0.1322056217519483f,0.9119351889965992f,0.3884531949243277f,1.184649780747826f,-0.04659088696699244f,0.3971770206337143f,-0.9165586198013498f,0.2866185293571711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9901267407906978f,0.050136340118176775f,-0.1309021946750504f,-0.12133528220520758f,0.1322056217519483f,0.023615084768799942f,-0.9909409676406274f,1.2546557501251185f,-0.04659088696699244f,-0.9984631566417045f,-0.0300102329333186f,-0.03507508218732796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9821804876968314f,0.18264101964096136f,0.0443141910918464f,-0.004463471302412524f,0.1457651565333902f,0.8891318072647753f,-0.4338169527011025f,1.4274745048989237f,-0.11863392739183407f,-0.4196270811739685f,-0.8999106089034647f,-0.015969340518061988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9862155468407678f,-0.15897413753242084f,0.045892469593478154f,-0.004418743358881218f,-0.1631512199849976f,0.8880436244635482f,-0.4298374116652148f,1.4251059778588604f,0.027578516765270115f,-0.4313997504003304f,-0.901739253203253f,-0.01648400455562093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9988929008363951f,0.011805501703957538f,0.04553682892088108f,-0.004463471302412524f,-0.008822825818881245f,0.9038065315222032f,-0.427850337527475f,1.4274745048989237f,-0.04620747129222089f,-0.4277784282865634f,-0.9027017701818559f,-0.015969340518061988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9871164782841096f,0.15381999118913092f,0.04405075039715529f,-0.004844739700572644f,0.15811144865071108f,0.9799605242492093f,0.12115337683609397f,1.421402255503643f,-0.024532185095305924f,0.12655742263411782f,-0.9916558831926823f,-0.006567815551862161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822252944983286f,-0.18209493888316225f,0.04555111503365171f,-0.004844739700572644f,-0.17550586543408964f,0.9769935205639213f,0.12116662896336561f,1.421402255503643f,-0.0665669741381024f,0.11101843995144269f,-0.9915864782987134f,-0.006567815551862161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9988929008363951f,-0.014544515855013714f,0.044737341418495016f,-0.004844739700572644f,-0.008822825818881245f,0.9920507032100069f,0.1255291201478784f,1.421402255503643f,-0.04620747129222089f,0.12499543719301943f,-0.9910807284362381f,-0.006567815551862161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.968316580031242f,0.248749972429794f,0.022055658067173623f,-0.19990568153693833f,0.24541234167823983f,0.9642167383886392f,-0.10029388796520654f,1.4856755063282128f,-0.0462145365507672f,-0.09170350389898568f,-0.9947133677517592f,0.004857140612251919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9648435785286559f,-0.2531220100385737f,0.07075391866214673f,0.18720457983358338f,-0.2592452850881834f,0.9608473151472748f,-0.09779733704871565f,1.4886101282899282f,-0.043229054252481566f,-0.11270175246333025f,-0.9926880496208917f,0.022006237835960896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9988929008363951f,-0.004490703968473097f,0.046827409030601674f,-0.0058923668609535225f,-0.008822825818881245f,0.9956530573172012f,-0.09272080240959715f,1.3147032608055134f,-0.04620747129222089f,-0.09303130136022722f,-0.9945903913491227f,-0.006019116871970258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9988929008363951f,-0.008554893099102946f,0.04625782596182679f,8.569083274908835e-19f,-0.008822825818881245f,0.9999454472404f,-0.005591090033795662f,1.5381975f,-0.04620747129222089f,-0.005993024883916929f,-0.9989138868038222f,-0.0069971874999999704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6456596299492058f,-0.6730730440294903f,-0.36068867414257644f,1.3118798766289756f,0.2656926979111195f,0.6408337437581569f,-0.7202357274792852f,0.7662005427424894f,0.71591272689523f,0.3691947863415471f,0.5925910708133009f,0.14108633362426815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44931036589171114f,-0.6730730440294903f,-0.5874460592285318f,1.364295647583548f,-0.04219939740981836f,0.6408337437581569f,-0.7665189650094464f,0.7768990766689474f,0.8923785104766383f,0.3691947863415471f,0.259529967012896f,0.21807458485172648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5591015568487709f,-0.6730730440294903f,-0.4841261473316181f,1.4107066842060045f,0.1141176952155517f,0.6408337437581569f,-0.7591503569778487f,0.8854223632523958f,0.8212080130928886f,0.3691947863415471f,0.435100688312773f,0.11431535599108136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6493705460015831f,0.7421601806976095f,0.16587995711507109f,-1.0456076058602315f,-0.3731898040581635f,0.5010515624931791f,-0.7808179697408183f,0.7980042514026322f,-0.6626064172135941f,0.4451354826454927f,0.6023347391254539f,-0.023274068806077783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5184156747309014f,0.7421601806976095f,0.4247863632229688f,-1.1016767915073207f,-0.008216502356309968f,0.5010515624931791f,-0.8653784263616541f,0.8163167992146024f,-0.8550892802990415f,0.4451354826454927f,0.2658509447183351f,0.049595400201913095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5980713135689519f,0.7421601806976095f,0.30250449595468853f,-1.1190178730769793f,-0.19533384332768317f,0.5010515624931791f,-0.8430848245425724f,0.9336232489900032f,-0.7772743360852361f,0.4451354826454927f,0.44463356660650316f,-0.053534369293057826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015607701575568675f,-1.3770939234347668e-7f,7.220198413143068e-7f,-0.04044248675550925f,-1.3785665342001947e-7f,0.000015624391845544193f,0f,1.7042498554537828f,-7.219917389409516e-7f,-6.370255297692407e-9f,-0.00001560830908038243f,0.6793671820776909f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128.mcfunction new file mode 100644 index 000000000..bb5118428 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128_as_bone.mcfunction new file mode 100644 index 000000000..0a17d2b5a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_128_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7815727054027175f,0.013144323221756352f,-0.23646517160242275f,0.08382822151868691f,0.03391155824886707f,0.8132166402482814f,-0.06688158703914877f,1.5596725545110297f,0.23438975410852533f,-0.07382660248706786f,-0.7788167437713484f,-0.3591447428266627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7024152597202544f,0.3048868866021302f,-0.2316393517738019f,0.08382822151868691f,0.3355442250399785f,0.7232687195906512f,-0.06551665669141105f,1.5596725545110297f,0.1844529098562766f,-0.15468143275700447f,-0.7629225245107086f,-0.3591447428266627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.678266434940577f,0.2705533511585305f,0.36565006748848417f,0.020446901387842553f,0.215367455848675f,0.769262024338479f,-0.16969749944055965f,1.5704954133848523f,-0.4006444142112969f,-0.044511420242434076f,-0.7102444869717278f,-0.36636296265925367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7152712769536862f,-0.009406651879236921f,0.358187821213209f,0.020446901387842553f,-0.09346309952752388f,0.776936813043358f,-0.1662342851662625f,1.5704954133848523f,-0.3459069952917274f,-0.19047494175994115f,-0.6957497015233253f,-0.36636296265925367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3088619138721544f,-0.2976994790560142f,0.799788572426924f,-0.407219894433435f,-0.6827119585818519f,-0.5133573450661238f,-1.3083481447519962f,2.5724993334548634f,0.5120460155340053f,-1.4454222588698562f,0.29994936495900637f,0.31536093739734705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4686675131185256f,0.08833612458131475f,-0.8789468079703404f,-0.4153199469334533f,0.8793348323522585f,-0.04839643733724883f,-0.47373836393634683f,2.1394136721475987f,-0.0843861052503411f,-0.9949143249280393f,-0.05499519336871379f,-0.11546341182576147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5484208017751259f,0.08833612458131475f,-0.8315235133622392f,-0.23240888383968383f,0.8314380077449093f,-0.04839643733724883f,-0.5535057579919449f,1.8672796847222057f,-0.08913732920333638f,-0.9949143249280393f,-0.04690439846624091f,-0.08625031106090625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7380788506902135f,0.6697939598200662f,0.0813367171231352f,0.566237930084811f,0.6644858471985786f,-0.7006774811149528f,-0.2598261463578904f,1.4771071325510794f,-0.11703917735784168f,0.24581928086901664f,-0.9622238368053658f,0.07213757010241187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4458565024402705f,0.8869477139190964f,0.12056422357157831f,0.36052985445666097f,0.8581938717090978f,0.46185597423140523f,-0.22403646495092702f,1.722511008465729f,-0.2543919373578448f,0.00357936313439151f,-0.9670945819137209f,-0.00913160871995205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9968312021442574f,0.06336368432569518f,0.04808947847823131f,-0.15849450917742275f,0.02485582411576745f,0.8223940839593182f,-0.568375015879692f,1.5655257007372896f,-0.07556283768599917f,-0.5653786467292409f,-0.821363039942419f,0.2186365854262844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.991096096350579f,0.11818155088153594f,0.061332282118624265f,-0.13595214162389335f,0.08795946675987396f,0.9269409603992004f,-0.3647514059486638f,1.7370474345249605f,-0.09995829133174605f,-0.35610893974378577f,-0.9290827535954991f,0.1460593920143527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.996108332269203f,0.07547778447461691f,0.04551147585686588f,0.145685724943288f,0.03685517487812098f,0.8257586582420199f,-0.5628182072597171f,1.51070000336424f,-0.08006176658411883f,-0.5589505724025535f,-0.8253268268645386f,0.2464489932453039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9896736921594966f,0.12844194338968476f,0.06362900459437291f,0.17016627060756873f,0.100829204969063f,0.939330287381867f,-0.3278598521203927f,1.6847753081725876f,-0.10187960773725233f,-0.3180586084126322f,-0.9425811727071169f,0.18092187183851588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9362931054795613f,0.27299867697626073f,0.22096819454539185f,0.47757376687266406f,0.2357027316438916f,0.9548329990063973f,-0.18093691249730398f,2.2832517110743913f,-0.260383261610739f,-0.1173271766372167f,-0.9583500877525357f,-0.021660098135188502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9362931054795613f,0.27299867697626073f,0.22096819454539185f,0.49927569194474547f,0.2357027316438916f,0.9548329990063973f,-0.18093691249730398f,2.1380958982153238f,-0.260383261610739f,-0.1173271766372167f,-0.9583500877525357f,-0.08707514947193393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9362931054795613f,0.27299867697626073f,0.22096819454539185f,-0.07249843259657829f,0.2357027316438916f,0.9548329990063973f,-0.18093691249730398f,2.421727065915178f,-0.260383261610739f,-0.1173271766372167f,-0.9583500877525357f,-0.17463526433149767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9362931054795613f,0.27299867697626073f,0.22096819454539185f,-0.1210184904354639f,0.2357027316438916f,0.9548329990063973f,-0.18093691249730398f,2.2942489579294016f,-0.260383261610739f,-0.1173271766372167f,-0.9583500877525357f,-0.2595790602890485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8480518614770415f,0.46744428441796987f,0.24960745423624003f,0.42243727656299507f,0.4524016487929041f,0.8839327943276173f,-0.11830284561933281f,2.3962477198077985f,-0.27593620352318116f,0.01259587540196807f,-0.9610934166396478f,-0.0707481243795041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9107353323699154f,0.3290247303209333f,0.24960745423624003f,0.3208499245486957f,0.3085542799666105f,0.9438213247393039f,-0.11830284561933281f,2.441299796980094f,-0.2745093999981533f,-0.030725133109268162f,-0.9610934166396478f,-0.10267712182985292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8065295288527832f,0.5241396306344278f,0.27347352099776145f,0.3002452213640284f,0.5285700628945924f,0.8465072061938885f,-0.0635550035278437f,2.441741621871901f,-0.2648090023018746f,0.09329092914224367f,-0.9597775757120306f,-0.11571274911360765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9290232172913455f,0.24925508028267798f,0.27347352099776145f,0.3298496281734324f,0.24111489005967202f,0.9684133266937667f,-0.0635550035278437f,2.442267656915825f,-0.28067680973879844f,0.006894464097206468f,-0.9597775757120306f,-0.10731227236547769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8785933147182645f,0.3915175866362318f,0.27347352099776145f,0.4237747754246162f,0.3896395863549862f,0.9187718728126645f,-0.0635550035278437f,2.5218990691803955f,-0.2761426806516655f,0.05071710838415021f,-0.9597775757120306f,-0.11838247678289718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8785933147182645f,0.40714850622601545f,0.24960745423624003f,0.3321663615237629f,0.3896395863549862f,0.9133375222027634f,-0.11830284561933281f,2.316398126684774f,-0.2761426806516655f,-0.006683144053563045f,-0.9610934166396478f,-0.1168787693708455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9642746735776624f,-0.09361884145130515f,0.24781014188690426f,0.028476140441523842f,0.011169771755054042f,0.9202689286836675f,0.3911270063526101f,2.468015959962759f,-0.2646688309862577f,0.3799218491015358f,-0.886346319719125f,-0.1252782153967611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670480656039606f,0.058379554551485996f,0.24781014188690426f,0.1404538965669363f,0.15499403088135166f,0.9071915538037134f,0.3911270063526101f,2.4593050871808617f,-0.20197744726277778f,0.41664770768309073f,-0.886346319719125f,-0.09781472229236424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9366780143420887f,-0.2768591660676045f,0.21443716938187815f,0.17512951904464433f,-0.030580961417622538f,0.6746706176477097f,0.7374851608552075f,2.471094006842215f,-0.3488539841351043f,0.6842284412732406f,-0.6404157539488359f,-0.14336281546989732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9763879165738143f,0.02614071070444879f,0.21443716938187815f,0.14630516339580663f,0.17940046382778405f,0.6510999240491004f,0.7374851608552075f,2.4816022205283197f,-0.1203416384591051f,0.7585417273605467f,-0.6404157539488359f,-0.14091340910171832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9684562691927563f,-0.12692184622331562f,0.21443716938187815f,0.09221464746929105f,0.07533727811370608f,0.6711482191325449f,0.7374851608552075f,2.5817046176812997f,-0.2375221025245133f,0.7303772401344928f,-0.6404157539488359f,-0.09254636761394039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9684562691927563f,-0.02612638970925109f,0.24781014188690426f,0.09809308515387254f,0.07533727811370608f,0.9172480359357894f,0.3911270063526101f,2.375323809595747f,-0.2375221025245133f,0.39745874293151107f,-0.886346319719125f,-0.18197458477353023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9362931054795613f,0.27299867697626073f,0.22096819454539185f,0.06831264530894054f,0.2357027316438916f,0.9548329990063973f,-0.18093691249730398f,1.8621633346650226f,-0.260383261610739f,-0.1173271766372167f,-0.9583500877525357f,-0.05934805880334755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9795789191406787f,0.18203670296850435f,0.08536849505254146f,0.000048881695751413644f,0.16727080432759267f,0.9734367819223905f,-0.1563371664709983f,1.497124541444126f,-0.1115599354373222f,-0.1388649357215022f,-0.9840075764100009f,-0.007273707907784225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9871959273008399f,-0.1591555282396475f,0.010663908823374299f,0.19619665767524463f,-0.15612182739187738f,0.9777612952888041f,0.14003151233554761f,0.88176334727924f,-0.032713546619944925f,0.1365736697387844f,-0.990089620489795f,0.10301049178056099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9722834592924631f,-0.19901757864308015f,0.12270647161957918f,0.1254948054826325f,-0.21623320674585533f,0.9650330749493556f,-0.1481700528251086f,1.2288428142119425f,-0.08892735848255795f,-0.17059650537111448f,-0.9813199056721912f,0.03207771237589464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9872553948327843f,0.08295763138017766f,0.13581169599616102f,-0.1572905393697184f,0.12876764958120293f,0.9178820174203352f,0.37538179833032354f,1.1840743404893184f,-0.09351832865751841f,0.38808585840270676f,-0.916866232725875f,0.27437708408337347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9872553948327843f,0.09805417047327379f,-0.1253481752015611f,-0.11866271720920672f,0.12876764958120293f,0.02933405124676585f,-0.9912408415005831f,1.24819714456413f,-0.09351832865751841f,-0.9947486582500376f,-0.04158640540914903f,-0.04511732393537991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9763821044973146f,0.19765104998693037f,0.087247054142011f,-0.003330919092775984f,0.1391130907016008f,0.8841164115462269f,-0.4460781532759377f,1.4198616334561633f,-0.16530436779723412f,-0.4234055187095308f,-0.8907312909702175f,-0.02022273923299791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9860961299586861f,-0.13973456590188965f,0.08993705339131669f,-0.00320380627977451f,-0.16519988650110123f,0.8828934560132408f,-0.43955448220785903f,1.4159542703157408f,-0.01798388113076188f,-0.44830056482365294f,-0.8937019545677791f,-0.02102762195373975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.99557969681431f,0.02871960670298697f,0.0894217617918158f,-0.003330919092775984f,-0.01323402410122666f,0.8997041499047819f,-0.436299556784329f,1.4198616334561633f,-0.09298348185142699f,-0.4355543902142872f,-0.8953471088174944f,-0.02022273923299791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9860271181895516f,0.14040312213409328f,0.08965202446016893f,-0.004144286701850075f,0.15028156582102734f,0.981923360151934f,0.11507374054194666f,1.4151165563513983f,-0.07187470465461457f,0.1269388753807671f,-0.9893030621340854f,-0.01083861288030412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9779786552047428f,-0.18730291391716397f,0.09206176406121098f,-0.004144286701850075f,-0.17638866686298063f,0.977567235179622f,0.11510577268569157f,1.4151165563513983f,-0.11155621079179343f,0.0963323369456442f,-0.9890780013185855f,-0.01083861288030412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.99557969681431f,-0.02445078463527375f,0.09068200715602827f,-0.004144286701850075f,-0.01323402410122666f,0.9924060682377842f,0.12229086773308302f,1.4151165563513983f,-0.09298348185142699f,0.12055021715261119f,-0.9883429148060119f,-0.01083861288030412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9668461291249238f,0.24621075869330863f,0.06774086580356392f,-0.1996976113791736f,0.23797092647773072f,0.9649441275318706f,-0.11069177427924665f,1.476737323552175f,-0.09261965637747531f,-0.09090155689218171f,-0.9915434968810476f,-0.00951118382998994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9620946513958295f,-0.24562763003187324f,0.11849451092967342f,0.18621576754516156f,-0.2582685044360122f,0.9601714081783879f,-0.10662197959669115f,1.4810637757327465f,-0.0875857372631119f,-0.13318383641289527f,-0.9872136568881229f,0.025282295367351028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.99557969681431f,-0.00415790128500965f,0.09382845596102825f,-0.0050252682221095f,-0.01323402410122666f,0.9952626793902315f,-0.09631749383712955f,1.3071207281243802f,-0.09298348185142699f,-0.09713346935985274f,-0.990918342363741f,-0.009922181738659667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.99557969681431f,-0.012319767985464821f,0.09310902538374471f,1.4107213559693677e-18f,-0.01323402410122666f,0.9998700271321014f,-0.009208118642752814f,1.5306325781249999f,-0.09298348185142699f,-0.010399623052552246f,-0.9956133385723347f,-0.011519414062500035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5733850495930906f,-0.6992545430691006f,-0.4269340334294648f,1.2700601536921063f,0.2997265657208459f,0.6640152040125633f,-0.6850166382222704f,0.8147293756205065f,0.7624916856624181f,0.2648148274500069f,0.5903215534421106f,0.22283872021659373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3677968001115491f,-0.6992545430691006f,-0.6129996719615171f,1.3150319147549259f,0.016519952054610404f,0.6640152040125633f,-0.7475365543063877f,0.8298403372681517f,0.9297594339461245f,0.2648148274500069f,0.2557743187867082f,0.30369824065167955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4796987846700749f,-0.6992545430691006f,-0.530030338738525f,1.3720505850342948f,0.16118359090821485f,0.6640152040125633f,-0.7301394790463578f,0.9318057783012827f,0.8625015513075821f,0.2648148274500069f,0.431235644578039f,0.1985831337474308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6204808644423645f,0.7784974587881934f,-0.0945790860665344f,-0.9520471217576991f,-0.47302064990705545f,0.2753311716887555f,-0.8369254510755446f,0.8743603805199809f,-0.6255037662735236f,0.5640340881159772f,0.5390830973243503f,-0.14522587838879292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6023086497051571f,0.7784974587881934f,0.17653893947419966f,-1.0107573655725053f,-0.07495433178658023f,0.2753311716887555f,-0.9584229724098459f,0.9006705053676543f,-0.7947365215194137f,0.5640340881159772f,0.22418610306261277f,-0.07703535777407805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6262426006912652f,0.7784974587881934f,0.0419751323972336f,-0.9876985135246872f,-0.28064133170851696f,0.2753311716887555f,-0.9194744090149367f,1.025436604296058f,-0.7273655532236253f,0.5640340881159772f,0.3909026725757543f,-0.16976601896779864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015555932762723596f,-2.058856192297101e-7f,0.0000014529941477573406f,-0.07330628192503147f,-2.0678162658166658e-7f,0.000015623631663570038f,0f,1.6966450136220597f,-0.0000014528669039285467f,-1.9228959570361933e-8f,-0.000015557295170002495f,0.6721260259158285f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129.mcfunction new file mode 100644 index 000000000..248079c8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129_as_bone.mcfunction new file mode 100644 index 000000000..c31d1ab35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_129_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7923655079992592f,0.007654397349304982f,-0.19759239959760333f,0.10572617868034932f,0.02380631769114376f,0.8138116330057991f,-0.06394004744186012f,1.5547527463569515f,0.19630233166090594f,-0.06779734972768432f,-0.7898185604294433f,-0.35639145606881273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7142410423426342f,0.3039643036737268f,-0.19355990164663184f,0.10572617868034932f,0.3266217782954518f,0.7275953903878764f,-0.06263514851447523f,1.5547527463569515f,0.15224305362289642f,-0.13494684130597512f,-0.7736998142982302f,-0.35639145606881273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6471372734281193f,0.261477576519832f,0.4240132907843566f,0.04158983307794211f,0.20565712135271344f,0.7733510376162148f,-0.16302688581728944f,1.5649763781689308f,-0.45372121641089175f,-0.022407455002379017f,-0.6786600092707552f,-0.3678606291540779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6836963442754427f,-0.0059509536485208014f,0.4153599583193698f,0.04158983307794211f,-0.10378405652092883f,0.7769973239408006f,-0.1596998065148958f,1.5649763781689308f,-0.40222901242508113f,-0.19036739410809736f,-0.6648098049999235f,-0.3678606291540779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2851659364983974f,0.46700298285469594f,0.7560839765985081f,-0.6189956438596511f,-0.8227621561277096f,-0.12281892985525811f,-1.322642882607883f,2.4694696231709306f,-0.3358827177874422f,-1.4860114314748811f,0.3469280551032101f,0.3331149650741609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.43124245451006016f,0.1551667867062625f,-0.8887931220094988f,-0.4163823082010166f,0.90014145569774f,0.0069063183801988115f,-0.43554295138457294f,2.126238255186816f,-0.06144351196417783f,-0.9878641460594085f,-0.1426503549516209f,-0.13121195976755906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5475679519652423f,0.1551667867062625f,-0.8222485064041425f,-0.23239153102478066f,0.8329103690285253f,0.0069063183801988115f,-0.5533648163112619f,1.8539836722734102f,-0.08018513045045f,-0.9878641460594085f,-0.13302170418754908f,-0.10460002030926097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7086006419819145f,0.690587159675736f,0.14482577489458898f,0.5498019728034585f,0.6961700550598366f,-0.6507757206631177f,-0.3030482071113169f,1.4708473163626365f,-0.1150321025662079f,0.3155635217929969f,-0.9419061944232017f,0.1146315907164466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.41711490918889765f,0.886832844561303f,0.19885335888449382f,0.35517814346398435f,0.853820870447283f,0.45734276085248343f,-0.2486514031419726f,1.7168673593729484f,-0.31145637530957904f,0.06606894053286864f,-0.9479608754457554f,0.01107791711940089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.991247075233685f,0.043693442712499864f,0.12457976924282049f,-0.1689795300799252f,-0.035470791399123895f,0.8208030855103975f,-0.5701088648443652f,1.5547445259476893f,-0.12716547801264602f,-0.5695376878491365f,-0.8120688168630015f,0.20424663590318393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9859742827120931f,0.10298123622705715f,0.13133765193393898f,-0.14884968796276485f,0.04887857006335544f,0.9306060655923796f,-0.36274403657570053f,1.7269660130176623f,-0.15957944485094286f,-0.35123669464880597f,-0.9225872235801049f,0.13262358550915715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9907476003909514f,0.05937027348546548f,0.12204246369945354f,0.1330433554834406f,-0.01982948495175925f,0.8262652902580528f,-0.5629320222205549f,1.5028576979738977f,-0.1342608798053974f,-0.5601435893956448f,-0.8174430716648372f,0.24903922253987937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9845701465475938f,0.11292228144800413f,0.13367941082989324f,0.1550517795726282f,0.06610230916020389f,0.9473258873140026f,-0.313375410567623f,1.6785227055292256f,-0.16202503279104274f,-0.2997035561639455f,-0.9401732112604285f,0.18696872318876193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9003613620839582f,0.2689082683521576f,0.34210782054516575f,0.4605224701154059f,0.21654657161966984f,0.9588224564989879f,-0.1837582086139648f,2.2844099955964694f,-0.37743476255650665f,-0.09136651533844459f,-0.9215178565219576f,0.025732889596809097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9003613620839582f,0.2689082683521576f,0.34210782054516575f,0.49274509582564396f,0.21654657161966984f,0.9588224564989879f,-0.1837582086139648f,2.139209360040799f,-0.37743476255650665f,-0.09136651533844459f,-0.9215178565219576f,-0.03508479143894985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9003613620839582f,0.2689082683521576f,0.34210782054516575f,-0.06843983010891955f,0.21654657161966984f,0.9588224564989879f,-0.1837582086139648f,2.411631106423026f,-0.37743476255650665f,-0.09136651533844459f,-0.9215178565219576f,-0.19601003340513856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9003613620839582f,0.2689082683521576f,0.34210782054516575f,-0.10374430655497838f,0.21654657161966984f,0.9588224564989879f,-0.1837582086139648f,2.2826714637388306f,-0.37743476255650665f,-0.09136651533844459f,-0.9215178565219576f,-0.28513532163263555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.817351219317099f,0.43207122211578086f,0.3811186735128926f,0.4081205994470586f,0.4313485751096401f,0.8974460390698972f,-0.09235265945621281f,2.395876067101623f,-0.38193637039660727f,0.08891043795375005f,-0.9199019203106047f,-0.02807109285693267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8748790999816789f,0.298889807646598f,0.3811186735128926f,0.31035966683939714f,0.2856464673437441f,0.9538747726957684f,-0.09235265945621281f,2.4383908200458855f,-0.39114275668774245f,0.028067791141725605f,-0.9199019203106047f,-0.07284202609233202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7819321270785368f,0.4678937765845439f,0.41189508673433783f,0.29273211104889174f,0.5086310282675682f,0.8608958112339913f,-0.012364436228316594f,2.43760083133411f,-0.36038399759965883f,0.19983447158391104f,-0.91114738557539f,-0.09159519238935808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8882487732854715f,0.20336310943966032f,0.41189508673433783f,0.32075944853101684f,0.21770541776626517f,0.9759362027263727f,-0.012364436228316594f,2.4388827071676737f,-0.40449779706701855f,0.07868909662120245f,-0.91114738557539f,-0.07894249413916715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8454999576878828f,0.3398120937722795f,0.41189508673433783f,0.4117520219483148f,0.36769516059902807f,0.9298641780329053f,-0.012364436228316594f,2.5223899786663724f,-0.38720807122507545f,0.14099769975885681f,-0.91114738557539f,-0.07323883557730854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8454999576878828f,0.3740031794645085f,0.3811186735128926f,0.3276013065688005f,0.36769516059902807f,0.9253492611784047f,-0.09235265945621281f,2.3141863949012316f,-0.38720807122507545f,0.06205132220202025f,-0.9199019203106047f,-0.08720038307276307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9241764857759172f,-0.14238222464166428f,0.3544363486508772f,0.02616576420880773f,-0.0052900761255592205f,0.9326092374768747f,0.36084903390114176f,2.462485267856251f,-0.3819291010560224f,0.3316131967803637f,-0.8626487405008172f,-0.13731298213982462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9350718267961184f,0.0039437909685466205f,0.3544363486508772f,0.13391176685928702f,0.14066728064619702f,0.9219548204159552f,0.36084903390114176f,2.4555733970600047f,-0.32535118700839843f,0.38727736265444146f,-0.8626487405008172f,-0.09593465955493836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8872923462930361f,-0.35471093325346026f,0.2947752466545619f,0.17297327293307052f,-0.052311988636332456f,0.7124151525201209f,0.6998057632690979f,2.4645323019211496f,-0.45823110768989794f,0.6055120182871615f,-0.6506761465238273f,-0.1350252115163728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9534768742667249f,-0.06316173048846965f,0.2947752466545619f,0.14412052643275516f,0.1703967315059955f,0.6937123666098425f,0.6998057632690979f,2.4751114120125686f,-0.24869017698861684f,0.7174773503144704f,-0.6506761465238273f,-0.13671845516752684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9318573202203613f,-0.21154074952942045f,0.2947752466545619f,0.0850581444627561f,0.05977834202158869f,0.7118275377649455f,0.6998057632690979f,2.5777319924994395f,-0.35786657370712455f,0.6697402987487209f,-0.6506761465238273f,-0.10113340173469396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9318573202203613f,-0.07756809593357702f,0.3544363486508772f,0.1025109660478109f,0.05977834202158869f,0.9307064653035145f,0.36084903390114176f,2.368323037806149f,-0.35786657370712455f,0.35744743100975956f,-0.8626487405008172f,-0.18155907371188973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9003613620839582f,0.2689082683521576f,0.34210782054516575f,0.06654977938578843f,0.21654657161966984f,0.9588224564989879f,-0.1837582086139648f,1.8556006514171453f,-0.37743476255650665f,-0.09136651533844459f,-0.9215178565219576f,-0.05875695626506236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9724846961132578f,0.17771135065032803f,0.15063927666960128f,-0.00009197710808457536f,0.1550185839629975f,0.9763029575407464f,-0.15100256197594303f,1.4894870423393654f,-0.17390444057473525f,-0.12349579323696652f,-0.9769882469104533f,-0.012446033801199912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9833806370148783f,-0.162383150513691f,0.08120489624068382f,0.18699999123509098f,-0.1522930110321427f,0.9812696630219859f,0.11796900958930395f,0.872611842366815f,-0.09884008060992219f,0.1036415016388976f,-0.9896914052385514f,0.11484622379978363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.966058594773681f,-0.17882323927491658f,0.18642167405944748f,0.12391702618256283f,-0.21021029815404155f,0.9636362925171108f,-0.1649749262581006f,1.2201159379792264f,-0.15014134012286523f,-0.19856320112020434f,-0.9685196090668517f,0.0342082132043981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9796394644745512f,0.05775963169093242f,0.19227673959931368f,-0.17300545799275294f,0.12537335936316857f,0.9240235775914624f,0.36119516721167244f,1.1824004473979068f,-0.15680574098548897f,0.377947420949002f,-0.9124514817742307f,0.258211131517349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9796394644745512f,0.1625018227198091f,-0.11789689248132958f,-0.11508644803172258f,0.12537335936316857f,0.03651212066912547f,-0.9914375349996774f,1.2401104942528955f,-0.15680574098548897f,-0.9860324653159158f,-0.056142113756152884f,-0.05749443606442342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9646619951423351f,0.22062000045435345f,0.1440626618091261f,-0.0020697637509777835f,0.13216493628257814f,0.8781342423922641f,-0.459796348349556f,1.4104139264089468f,-0.22794662696655904f,-0.4245080302393412f,-0.8762609585716364f,-0.024944775619869776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9827178820036541f,-0.11098791769430236f,0.14814603105090238f,-0.0017974559231770965f,-0.1669586106249512f,0.8770590181978f,-0.4504356790220963f,1.4047659670729826f,-0.0799398944735236f,-0.4673854519813319f,-0.8804319692899436f,-0.026028855315378126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9875774865264431f,0.05402301479569248f,0.14755413236672674f,-0.0020697637509777835f,-0.01764496483573574f,0.894974360685872f,-0.4457684925281959f,1.4104139264089468f,-0.15613892314877406f,-0.4428345149006557f,-0.8829032954353735f,-0.024944775619869776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9805171366193173f,0.12482116166352263f,0.1516767035402062f,-0.0034840224517001615f,0.14199510015593567f,0.9839351187340474f,0.10820847311334601f,1.4071642907964828f,-0.13573332799117782f,0.1276376109255602f,-0.9824892385922884f,-0.015632365045070328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.969009028201187f,-0.1923122268763646f,0.15504035171027208f,-0.0034840224517001615f,-0.1768271220417277f,0.9782689228503137f,0.10826857113551676f,1.4071642907964828f,-0.17249252788173502f,0.07749788370749354f,-0.981957435862588f,-0.015632365045070328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9875774865264431f,-0.03583510908597359f,0.1529920032645808f,-0.0034840224517001615f,-0.01764496483573574f,0.9927808025762299f,0.11863782386761063f,1.4071642907964828f,-0.15613892314877406f,0.11446450538438949f,-0.981080278919645f,-0.015632365045070328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9607067103412579f,0.24542089313246856f,0.12965801910926955f,-0.198797325714777f,0.23010953637999124f,0.9654362934903218f,-0.12240246925064174f,1.4658969979988106f,-0.15521668071526254f,-0.08775732690624898f,-0.9839748134998203f,-0.027796631284799308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.955145539161525f,-0.23331073262813404f,0.1823817454142902f,0.1841887194262276f,-0.25662307350753744f,0.9594555333886813f,-0.11657477254271441f,1.4715707216522733f,-0.14778902923892778f,-0.15814923803282752f,-0.9762925900293679f,0.030942671674603524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9875774865264431f,-0.001664166972130541f,0.15712395951732502f,-0.004285216569007738f,-0.01764496483573574f,0.9947938765174779f,-0.10036831402028407f,1.2977091539581915f,-0.15613892314877406f,-0.10189393402758368f,-0.9824654003507317f,-0.014286939388506038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9875774865264431f,-0.015352089709561274f,0.15638101370582908f,2.0347506567833297e-18f,-0.01764496483573574f,0.9997560604376141f,-0.013284383094711463f,1.52123f,-0.15613892314877406f,-0.01587869515454558f,-0.9876074643896381f,-0.01661500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.47863057767646766f,-0.7099223491476414f,-0.5166459409438777f,1.2101580307219644f,0.3264991027929501f,0.6901365000091259f,-0.6458404967409153f,0.8681541820708136f,0.8150528240479198f,0.14043457386216585f,0.5621094417243516f,0.3228435723475597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2594068132788131f,-0.7099223491476414f,-0.6547658844237572f,1.2453541427866706f,0.0708510926338391f,0.6901365000091259f,-0.7202025645800942f,0.8871033331281503f,0.9631657323104481f,0.14043457386216585f,0.22932488431705286f,0.40764466827051865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3754251953568657f,-0.7099223491476414f,-0.5958742995565031f,1.317137231687793f,0.20212427794492316f,0.6901365000091259f,-0.6948794050915577f,0.9818606683632156f,0.9045450231782287f,0.14043457386216585f,0.40258717255726006f,0.30485604442545017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5743053048429269f,0.7214198435375849f,-0.3869455080233898f,-0.8355999304308697f,-0.5698705746387798f,0.012964447871774218f,-0.8216321873273023f,0.9608476501130389f,-0.5877252291591195f,0.6923765828229509f,0.4185614919797016f,-0.2815709114536192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6840366516004553f,0.7214198435375849f,-0.10792251209753953f,-0.8960173925394302f,-0.16915881184224318f,0.012964447871774218f,-0.9855035359994913f,0.996331073141411f,-0.7095626509642101f,0.6923765828229509f,0.130902681084292f,-0.2192835173634002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6444529291579789f,0.7214198435375849f,-0.25344394143460475f,-0.8277920702699593f,-0.3784898456359692f,0.012964447871774218f,-0.9255146459358924f,1.1174165585176088f,-0.6643988702956688f,0.6923765828229509f,0.2814050616251465f,-0.29263797365228167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015430898226975674f,-2.7232005261299136e-7f,0.0000024400505522763012f,-0.11738532803733476f,-2.75702575558371e-7f,0.000015622567429517802f,0f,1.6871992847661428f,-0.000002439670674199595f,-4.305460619233291e-8f,-0.00001543330095288549f,0.6608655595648353f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..0941e326e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4696166368912063f,-0.08279041516236625f,-0.6629859771946013f,0.06644284296442417f,-0.16874982636111358f,0.7987969859517423f,0.01978170321155987f,1.502309594160862f,0.6464736304773236f,0.14836969648853254f,-0.4764480272871469f,-0.28384419136558975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4560506636981246f,0.10111948059884532f,-0.6494556511294054f,0.06644284296442417f,0.1467250889701565f,0.7861909701701922f,0.019377994982752528f,1.502309594160862f,0.6406945765395552f,-0.10806761340138711f,-0.4667245981588378f,-0.28384419136558975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6163313139157962f,0.10869150820997714f,0.5246582811452737f,-0.048532586372427605f,0.16312277977965114f,0.7997891860857576f,0.02593570862122853f,1.503009249611287f,-0.5103637082005656f,0.12436984484900794f,-0.6253043031104505f,-0.30065388071982985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5985407271216249f,-0.13267780201508783f,0.5139509692851661f,-0.048532586372427605f,-0.15218965555103364f,0.7849795049255548f,0.025406408445285092f,1.503009249611287f,-0.5085148048188709f,-0.07876406350154923f,-0.612542990802074f,-0.30065388071982985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8261459107288263f,1.2985217147990078f,0.2696860033102977f,-0.19396158697820828f,0.9360458015535132f,0.3458200542096378f,1.2023447914389962f,1.6145202080708718f,0.9395251149277907f,0.79728043767666f,-0.9607511187180756f,0.4908645330018059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7076691967208143f,-0.6754069877089374f,-0.20743603584347728f,-0.38842359846121416f,-0.20283434580371723f,0.08702991009631636f,-0.9753379019145133f,1.6541318836350967f,0.6768031738806306f,0.7322917422056364f,-0.07540734793465687f,0.3394076111280866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1492936167935492f,-0.9696818304981966f,-0.19346463135769115f,-0.29842700757256574f,-0.033147406243171f,0.20045546523177482f,-0.979141897744174f,1.6569122951726725f,0.9882371504067488f,-0.13976678453902833f,-0.06206915897263077f,0.023089893374080704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6340703469527748f,0.745814836762543f,0.20424256260645077f,0.40639012892530835f,0.19645882648447033f,0.10008851071061342f,-0.9753902908682641f,1.6567449031176746f,-0.7479028844786827f,0.658591314313052f,-0.08305875089281059f,0.33544698670410367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.20794706579237876f,0.9591669361093141f,0.19172064704410843f,0.2984479304371696f,0.027507540951510416f,0.20166229965819304f,-0.979068767803044f,1.6569122951726725f,-0.9777532168288386f,-0.19832071392378725f,-0.0683194072692262f,0.022817862356343543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.00029674098365477236f,-0.0003459202913143934f,-0.1561232497948213f,0f,0.7589986450654398f,-0.651092202985742f,1.3661484010569251f,0.00045575877317220856f,-0.6510921353645852f,-0.7589985662373321f,0.2781436744493431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.00013038791965319535f,-0.0004367093423914223f,-0.15615042696314624f,0f,0.9582028215316694f,-0.2860897635511412f,1.5440233690719185f,0.00045575877317220856f,-0.2860897338384205f,-0.9582027220146072f,0.218513082342048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.00025175074063285503f,-0.0003799179173377398f,0.15635926886220744f,0f,0.8335943040512523f,-0.5523771684757692f,1.3576374973603371f,0.00045575877317220856f,-0.552377111106962f,-0.8335942174757859f,0.23971589681227395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.000036741653000932826f,-0.00045427536831551385f,0.1563495405812178f,0f,0.996745197363136f,-0.08061644704105339f,1.5440233690719185f,0.00045575877317220856f,-0.08061643866838761f,-0.9967450938431385f,0.21837065772543168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,0.0001507549475653897f,-0.00043010348185988135f,0.2938481949361051f,0f,0.943708617754609f,0.3307779387681187f,2.213119409639858f,0.00045575877317220856f,0.33077790441417193f,-0.9437085197428864f,0.21538678657935956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,0.0001507549475653897f,-0.00043010348185988135f,0.33128902447155867f,0f,0.943708617754609f,0.3307779387681187f,2.1261662641800427f,0.00045575877317220856f,0.33077790441417193f,-0.9437085197428864f,0.08554978384769854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,0.0001507549475653897f,-0.00043010348185988135f,-0.2936517440472994f,0f,0.943708617754609f,0.3307779387681187f,2.213119409639858f,0.00045575877317220856f,0.33077790441417193f,-0.9437085197428864f,0.21565454485859825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,0.0001507549475653897f,-0.00043010348185988135f,-0.33121090672249304f,0f,0.943708617754609f,0.3307779387681187f,2.1261662641800427f,0.00045575877317220856f,0.33077790441417193f,-0.9437085197428864f,0.08585172403492511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9852669851442487f,0.16685346869876305f,0.03753515642638809f,0.19519350806648636f,0.15106061275878657f,0.7461418606533089f,0.6484234843478125f,2.2899297035027644f,0.08018515609327241f,0.6445403352498654f,-0.7603539287583703f,0.2589259990521362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992383467162952f,0.010669511878782373f,0.03753515642638809f,0.08020374789724004f,0.03247850312958771f,0.7605867023428056f,0.6484234843478125f,2.3013354635924337f,-0.021630378779537433f,0.6491486961671918f,-0.7603539287583703f,0.26297622348988203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9701426472905227f,0.2320936913991218f,0.07039717551766952f,0.059278706107750656f,0.1707279925329688f,0.44735433482448334f,0.8779100476013512f,2.326497677256783f,0.17226490203694692f,0.8637167461190466f,-0.4736224086756536f,0.22251850644134025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943813813710257f,-0.07905634738454084f,0.07039717551766952f,0.08821759439706824f,0.024131877844404598f,0.47821710633591535f,0.8779100476013512f,2.3295802332159186f,-0.10306949526583267f,0.8746762218935181f,-0.4736224086756536f,0.23253370580716357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9945060338961844f,0.07747248687899229f,0.07039717551766952f,0.14706244540123162f,0.09864441158633065f,0.46855440280012306f,0.8779100476013512f,2.4034849713235116f,0.0350289681102341f,0.8800311275139105f,-0.4736224086756536f,0.3122896944650439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9945060338961844f,0.0977182714548706f,0.03753515642638809f,0.12507583432388578f,0.09864441158633065f,0.7548617522493961f,0.6484234843478125f,2.233641077067398f,0.0350289681102341f,0.6485637011233697f,-0.7603539287583703f,0.16636286171228595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9853396660018421f,-0.16626588961858368f,-0.038228216708592194f,-0.1949574114100051f,-0.15106061275878657f,0.7461418606533089f,0.6484234843478125f,2.2899297035027644f,-0.07928703473026397f,0.6446921573357f,-0.7603193989327927f,0.2591038137750163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992182151328479f,-0.010077797081035317f,-0.038228216708592194f,-0.07996400716094025f,-0.03247850312958771f,0.7605867023428056f,0.6484234843478125f,2.3013354635924337f,0.022541192984999125f,0.649158151936252f,-0.7603193989327927f,0.2630492213570105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702992667266255f,-0.2313063020925555f,-0.07082886136343441f,-0.05907585197953004f,-0.1707279925329688f,0.44735433482448334f,0.8779100476013512f,2.326497677256783f,-0.1713805285189532f,0.863927944753503f,-0.47355804366365983f,0.22257244757513567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9942870186293915f,0.07985359718281695f,-0.07082886136343441f,-0.08800559921769999f,-0.024131877844404598f,0.47821710633591535f,0.8779100476013512f,2.3295802332159186f,0.10397584843019525f,0.8746037972846153f,-0.47355804366365983f,0.23261402108203133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9945375502621825f,-0.07667029096368587f,-0.07082886136343441f,-0.14677772680028492f,-0.09864441158633065f,0.46855440280012306f,0.8779100476013512f,2.4034849713235116f,-0.03412244395238221f,0.8801013794445296f,-0.47355804366365983f,0.31242361471534386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9945375502621825f,-0.09712705372746451f,-0.038228216708592194f,-0.12492413971160543f,-0.09864441158633065f,0.7548617522493961f,0.6484234843478125f,2.233641077067398f,-0.03412244395238221f,0.648652503598956f,-0.7603193989327927f,0.166476801405579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,0.0001507549475653897f,-0.00043010348185988135f,0.000012026129321035873f,0f,0.943708617754609f,0.3307779387681187f,1.7396535998816567f,0.00045575877317220856f,0.33077790441417193f,-0.9437085197428864f,0.02638704678863448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,0.000018894454570726423f,-0.0004553669497338508f,0.000004940708857013464f,0f,0.9991402832782997f,0.0414571384752854f,1.3649759936522943f,0.00045575877317220856f,0.04145713416962846f,-0.9991401795095533f,0.010840621475023812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914942175079605f,-0.13014913330994424f,0.0006478788059011212f,0.1680658195340413f,-0.1262488392920155f,0.9605476467866566f,-0.24780929932114143f,0.8137307725123554f,0.03162984707037985f,-0.24578328126885812f,-0.9688086144450914f,0.2961016903302256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914942175079605f,-0.12053943588450493f,0.04908626126445261f,0.12503704930350712f,-0.1262488392920155f,0.799088442086516f,-0.5878085507213753f,1.097832088701487f,0.03162984707037985f,-0.5890058625518002f,-0.8075095334755585f,0.08126298293081169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9795971196110937f,0.18059207770746374f,0.0881815440948385f,-0.15172076961876604f,0.1952132348883103f,0.95932077884424f,0.20394959230683005f,1.0478912371653017f,-0.04776270693846753f,0.2170026376498274f,-0.9750018354233637f,0.3639591740262583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9795971196110937f,0.12722043019750012f,-0.15557777922959168f,-0.12498809777660828f,0.1952132348883103f,0.418366036744944f,-0.8870522263219736f,1.0993850057919705f,-0.04776270693846753f,-0.8993246474097611f,-0.4346652762611928f,0.026143664392963693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9877274562072815f,0.1561868348771795f,-0.0003806117987447327f,0.00000793985518512801f,0.13064104660062079f,0.8248351058534025f,-0.550072690737234f,1.280978824640529f,-0.0856001705453155f,-0.5433716230747193f,-0.8351166924686382f,0.017421177227695792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9876490198242533f,-0.15574803381923208f,0.01708694243084701f,0.000006915347820812954f,-0.13064104660062079f,0.7583786513222063f,-0.6385880817567815f,1.2507596771610368f,0.0865004657980878f,-0.6329331490609058f,-0.7693590177781495f,0.01517326162361235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.0002507004546859374f,-0.0003806117987447327f,0.00000793985518512801f,0f,0.8351167792022258f,-0.550072690737234f,1.280978824640529f,0.00045575877317220856f,-0.5500726336077651f,-0.8351166924686382f,0.017421177227695792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9925531753359186f,0.1218112877951035f,-0.00045199146448419997f,0.000010244045746532226f,0.12086196962928676f,0.984341750628256f,-0.12831095926470837f,1.2996093346973236f,-0.015184809116839783f,-0.12741007862723713f,-0.9917338823677884f,0.02247690068872256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9925389217789397f,-0.12192737370097029f,-0.00045199146448419997f,0.000010244045746532226f,-0.12086196962928676f,0.984341750628256f,-0.12831095926470837f,1.2996093346973236f,0.016089532349617474f,-0.12729899258236188f,-0.9917338823677884f,0.02247690068872256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.000058478845379032705f,-0.00045199146448419997f,0.000010244045746532226f,0f,0.9917339853673314f,-0.12831095926470837f,1.2996093346973236f,0.00045575877317220856f,-0.12831094593858422f,-0.9917338823677884f,0.02247690068872256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.987705331581807f,0.15632652426478139f,-0.000442466004883202f,-0.19373906241650926f,0.15187186039365222f,0.9588811885969386f,-0.23975363224671536f,1.328557908296982f,-0.037055579680309474f,-0.23687313897150716f,-0.9708336623996622f,0.02404277326975996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9876711444497279f,-0.15619190883636072f,0.010478455774526612f,0.1937562568321706f,-0.15187186039365222f,0.9398210342618397f,-0.3060577749046358f,1.3301635838435524f,0.037955874933081744f,-0.3038758153803288f,-0.9519552722607321f,0.013684232522973438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.00014741746993303465f,-0.0004312587957154955f,-0.007788084212913199f,0f,0.9462435417618263f,-0.3234550350111043f,1.173704331028621f,0.00045575877317220856f,-0.32345500141769995f,-0.9462434434868314f,0.053573507256870885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999998961419649f,-0.00010926982129634385f,-0.000442466004883202f,0f,0f,0.9708337632285492f,-0.23975363224671536f,1.390625f,0.00045575877317220856f,-0.23975360734637421f,-0.9708336623996622f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8599708901227507f,0.23214217930648967f,-0.4544888081441805f,-1.2577437942336922f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4826061695055718f,-0.08032343052656221f,0.8721464508117912f,-0.4531069969330998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3778079393452558f,0.23214217930648967f,-0.8963097508978275f,-1.2270885886695535f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9108895694161002f,-0.08032343052656221f,-0.40475713562258087f,-0.36451060382468714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32698885935081273f,0.23214217930648967f,-0.9160722102800021f,-1.1050053599096226f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9450281931564024f,-0.08032343052656221f,0.3169698103100517f,-0.45635427192540123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8582418961505913f,-0.2664254396408286f,0.4386779374484532f,1.187386456951618f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48743440820388945f,-0.1554715262718144f,0.8592067866454716f,-0.4764643028788873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36220792553980785f,-0.2664254396408286f,0.8932093280907564f,1.1558493525114084f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.8984199533084396f,-0.1554715262718144f,-0.4106947674562873f,-0.38835373721718913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3363957806955691f,-0.2664254396408286f,0.9032471222441896f,1.0361308363948847f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9398460337247808f,-0.1554715262718144f,0.3041677783896757f,-0.47803418680648957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624998377218203f,0f,-7.121230830815759e-9f,-0.006904165093848738f,0f,0.000015625f,0f,1.5567475f,7.121230830815759e-9f,0f,-0.000015624998377218203f,0.6875032180365462f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13.mcfunction new file mode 100644 index 000000000..9febb2e22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130.mcfunction new file mode 100644 index 000000000..7af1c495a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130_as_bone.mcfunction new file mode 100644 index 000000000..2a068c66a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_130_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8035881325829475f,0.0017210265758412205f,-0.14555959495622725f,0.13260283277608803f,0.012798099092193274f,0.8142827608752053f,-0.06102653886240075f,1.5486341827789085f,0.14500609047871785f,-0.062330312476538675f,-0.8012693743773683f,-0.3503611464043074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7266220603152167f,0.3028015209923489f,-0.14258899097752875f,0.13260283277608803f,0.3168356803139009f,0.7321484629822389f,-0.05978109929378033f,1.5486341827789085f,0.1078681284870434f,-0.11076943187299151f,-0.7849169381655854f,-0.3503611464043074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6022899400423093f,0.24961526236608877f,0.49181652408411874f,0.06811221435025562f,0.1953655281829737f,0.7775778969844528f,-0.15540067233917565f,1.5581830912640315f,-0.515774740527358f,0.0030462041278915054f,-0.6331757908502126f,-0.36736909325271194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6386615251743742f,0.00012543709529069802f,0.4817794521640347f,0.06811221435025562f,-0.11468274191288055f,0.776964690463332f,-0.15222923004653943f,1.5581830912640315f,-0.46793089764332285f,-0.19059342601137563f,-0.6202538359349021f,-0.36736909325271194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8750697049229308f,1.08936392894587f,0.699246374204194f,-0.787718719426451f,-0.7664031425275264f,0.2441982297755847f,-1.339552051134409f,2.370212688392475f,-1.0432092238137212f,-1.0931878634919465f,0.3975689380018083f,0.22033808039360875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.394435396031049f,0.2376809925044332f,-0.8876533468420749f,-0.4161045989170493f,0.9183484332347382f,0.06778342808276427f,-0.38992507235704926f,2.110292140947442f,-0.03250959140209179f,-0.9689753106655793f,-0.2450101503762911f,-0.1537647719389668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5491261056472676f,0.2376809925044332f,-0.8012292218203061f,-0.23016392233945956f,0.8322329268730702f,0.06778342808276427f,-0.5502669918372641f,1.8386656591878472f,-0.07647794142724407f,-0.9689753106655793f,-0.23502759794457068f,-0.12768053874336505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.680061504044458f,0.6983882447165615f,0.22309238077197904f,0.5252070933871592f,0.7243348135235019f,-0.592960577912931f,-0.351762463828983f,1.4633437084389178f,-0.11338178264017204f,0.4008136882429079f,-0.9091165814583153f,0.16479533630367801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.37441592925438866f,0.8801836691722391f,0.2917009092256432f,0.3467016189129781f,0.8482888753824017f,0.4521767992813826f,-0.2755759896908735f,1.7098133910597777f,-0.3744578692230046f,0.14426659597473865f,-0.9159522113422887f,0.0362884358176592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9760013453204733f,0.034479464364608324f,0.2150175352610949f,-0.1826165169451178f,-0.09678310415751873f,0.8158279539423348f,-0.5701383869867898f,1.5425055417858047f,-0.19507538205078911f,-0.5772658972288188f,-0.7929121510068726f,0.1857892192072882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9717458841408869f,0.0927300427479367f,0.21705086000108825f,-0.16387306605487287f,0.008643050123987f,0.9329552450077478f,-0.3598886056783227f,1.715185346439268f,-0.23587122406050384f,-0.34784428985466875f,-0.9073968898314017f,0.11489718429809155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9755873660792961f,0.053150380442390066f,0.2130829139215314f,0.11526249986503403f,-0.07772563014072316f,0.8239047755058893f,-0.5613730019495218f,1.4938692242368952f,-0.20539721898236368f,-0.5642304121167341f,-0.7996599430238401f,0.2525838705562731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9705866086308182f,0.09926323193110317f,0.21933637621953872f,0.13524520820348798f,0.030224143747945895f,0.9540767851133083f,-0.298033537110436f,1.6708959118387003f,-0.23884751679938082f,-0.28263810587825233f,-0.9290142974272911f,0.19378288634518026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8383023523499716f,0.26217963444175524f,0.4780282474169196f,0.4338878511992992f,0.1957225879924528f,0.9630575946379104f,-0.1849668563818357f,2.284730185779146f,-0.5088632769163449f,-0.06149722509373615f,-0.8586479236053214f,0.07904395686094273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8383023523499716f,0.26217963444175524f,0.4780282474169196f,0.47736688330253996f,0.1957225879924528f,0.9630575946379104f,-0.1849668563818357f,2.139667746613893f,-0.5088632769163449f,-0.06149722509373615f,-0.8586479236053214f,0.0253152400440238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8383023523499716f,0.26217963444175524f,0.4780282474169196f,-0.05861478080630915f,0.1957225879924528f,0.9630575946379104f,-0.1849668563818357f,2.399717206224712f,-0.5088632769163449f,-0.06149722509373615f,-0.8586479236053214f,-0.2199132183274099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8383023523499716f,0.26217963444175524f,0.4780282474169196f,-0.07800842512931629f,0.1957225879924528f,0.9630575946379104f,-0.1849668563818357f,2.269333961158893f,-0.5088632769163449f,-0.06149722509373615f,-0.8586479236053214f,-0.31180668091305463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7626177121649889f,0.37722472030510756f,0.5254671592811218f,0.3855203271110236f,0.4082464200279309f,0.9108071830641506f,-0.06136070251492093f,2.394405445169262f,-0.5017460369814759f,0.16772532804999904f,-0.8485983317824186f,0.019569902523819585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8122395699575785f,0.2532807641968819f,0.5254671592811218f,0.29451490973084526f,0.2607385947138526f,0.9634574455644216f,-0.06136070251492093f,2.4341477527688964f,-0.5218067326336194f,0.0871699780562256f,-0.8485983317824186f,-0.03965596698533619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7366183833713287f,0.38050752630231877f,0.5591130294553158f,0.2818461838168442f,0.48620703562679213f,0.8725939341630449f,0.046717711511447796f,2.4323295829914104f,-0.4701021971725061f,0.30625781376015526f,-0.8277741695199438f,-0.06411542127604142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8181490056430925f,0.13425656355842908f,0.5591130294553158f,0.30724001599930373f,0.19276401465653567f,0.9801323839587324f,0.046717711511447796f,2.4343864151014536f,-0.5417326270575866f,0.14599892142359647f,-0.8277741695199438f,-0.04684729011600651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7870738800447854f,0.26059034449600443f,0.5591130294553158f,0.39133825816370216f,0.343717254915761f,0.9379103923639543f,0.046717711511447796f,2.521781488216012f,-0.5122237362954013f,0.22894708613814435f,-0.8277741695199438f,-0.022863308140336713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7870738800447854f,0.32310829743025055f,0.5254671592811218f,0.31863889124189587f,0.343717254915761f,0.9370663332230269f,-0.06136070251492093f,2.310941563240831f,-0.5122237362954013f,0.13231672332579753f,-0.8485983317824186f,-0.05263457088864111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.857974768372207f,-0.1874480857931245f,0.47827033356581033f,0.027258898974091145f,-0.022989476176320058f,0.9441237184089969f,0.32878851610527327f,2.455400715296621f,-0.5131771437055596f,0.2710970665095116f,-0.8143436619193036f,-0.15095097473610367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8767350162699055f,-0.05092346489642398f,0.47827033356581033f,0.12773245706792158f,0.12498705124536401f,0.936096335159091f,0.32878851610527327f,2.4504374813683576f,-0.4644501569245053f,0.3480380037074421f,-0.8143436619193036f,-0.0939459656760305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8118866309762559f,-0.42873891706386014f,0.3962613272033162f,0.17073319079570445f,-0.07532811507863257f,0.7500007581999438f,0.6571335768154065f,2.456604374846546f,-0.5789350339379415f,0.5036683469252539f,-0.6412116832878646f,-0.1248297798769458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9046376824055308f,-0.15686817438542697f,0.3962613272033162f,0.14258800943035685f,0.1601216853721136f,0.7365707760258916f,0.6571335768154065f,2.4672185344354367f,-0.394957857809595f,0.6579178275207316f,-0.6412116832878646f,-0.13134545383542826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.868960502433128f,-0.2964533787532745f,0.3962613272033162f,0.08045631326771646f,0.042925266406601575f,0.7525509176964125f,0.6571335768154065f,2.572143407925533f,-0.49301629457360574f,0.5880327461120298f,-0.6412116832878646f,-0.11094771410057978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.868960502433128f,-0.12714217727416247f,0.47827033356581033f,0.10906330315440298f,0.042925266406601575f,0.9434275452737294f,0.32878851610527327f,2.3598722102389442f,-0.49301629457360574f,0.30623411563176745f,-0.8143436619193036f,-0.17985039011772735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8383023523499716f,0.26217963444175524f,0.4780282474169196f,0.06454565181497109f,0.1957225879924528f,0.9630575946379104f,-0.1849668563818357f,1.8476200837498908f,-0.5088632769163449f,-0.06149722509373615f,-0.8586479236053214f,-0.05789240502997814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9571784776267547f,0.1729426471014232f,0.2321641720457335f,-0.0003078408480626068f,0.1417261907218169f,0.9792117666968913f,-0.1451137582238023f,1.4804156712385566f,-0.25243424655068397f,-0.10599602245322967f,-0.9617909307081675f,-0.018143896610017016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9721625314955952f,-0.16183706242455215f,0.1694366476942566f,0.17327872444730077f,-0.14758251495835745f,0.9846040877269912f,0.09367065554305656f,0.861892504778216f,-0.18198739965899347f,0.06605721502675815f,-0.9810795231316707f,0.1289085005120948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.952338205687417f,-0.150346435572629f,0.2654202164468192f,0.12090427189133068f,-0.20296372626207884f,0.9618575255880338f,-0.18340072598405102f,1.2097879751518552f,-0.2277227871994433f,-0.22853019446075473f,-0.9465285428394892f,0.03786812154658634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9639422049901606f,0.028010713416588423f,0.26463337917315166f,-0.19256402455459953f,0.122032672809453f,0.9302470480735188f,0.3460468990144048f,1.1797533041862394f,-0.23648139928055292f,0.3658631294410498f,-0.9001226129311013f,0.2373767582194251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9639422049901606f,0.2433869252834365f,-0.10760218417756306f,-0.11022765555604626f,0.122032672809453f,0.04496596169800303f,-0.9915069788234245f,1.2305992694375403f,-0.23648139928055292f,-0.9688864055655072f,-0.0730457452878885f,-0.07200331253767765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9436805433339707f,0.25210562616802235f,0.21426568877758134f,-0.0007178185116275848f,0.12496334363556869f,0.8712237186736911f,-0.4747140136627568f,1.3993676727840032f,-0.3063514238261686f,-0.4212030214454955f,-0.853660834198726f,-0.030000267775760044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9728635617959459f,-0.07139550089155242f,0.22008901058923883f,-0.00022558486681834185f,-0.16847050277222786f,0.8705820528954151f,-0.4622819257467001f,1.3918039343441728f,-0.1586006930167032f,-0.4868157471044348f,-0.858985592746335f,-0.03132150214825265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.971574759694295f,0.08847997774607083f,0.21957636453641305f,-0.0007178185116275848f,-0.022055562180926552f,0.889661918760561f,-0.4560868584865831f,1.3993676727840032f,-0.23570328487710185f,-0.4479653600953225f,-0.8624215892780119f,-0.030000267775760044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9672010037278768f,0.10726885356301312f,0.23025119205568656f,-0.0029006459424526588f,0.13331252735409624f,0.9859483406060416f,0.10066598088061535f,1.3977574803667496f,-0.21621745636800732f,0.12805960608821937f,-0.9679105066328596f,-0.02085192800330293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9521079457116032f,-0.1961528273007051f,0.23455175986287266f,-0.0029006459424526588f,-0.17688245077624318f,0.979060413884441f,0.10076360737794687f,1.3977574803667496f,-0.24940540956487062f,0.054449741104681766f,-0.9668671922107049f,-0.02085192800330293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.971574759694295f,-0.04832404021438963f,0.23174829764710464f,-0.0029006459424526588f,-0.022055562180926552f,0.9931635180431909f,0.11462887334766769f,1.3977574803667496f,-0.23570328487710185f,0.10625918108770842f,-0.965998420253736f,-0.02085192800330293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9465588946779607f,0.2466082194356766f,0.20787170325179471f,-0.1965266267724451f,0.2218830142807693f,0.9656495721056405f,-0.13523620767336503f,1.4533971959803877f,-0.23408158167552814f,-0.08188583515455378f,-0.9687623666933622f,-0.04993531313961064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9408041287374727f,-0.21479396592510958f,0.26220439270288304f,0.1805543714299898f,-0.25440242669216545f,0.9586580558185351f,-0.1274917146616352f,1.46037807625083f,-0.22397990232086049f,-0.18665016532644513f,-0.9565535631316987f,0.039090397971047706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.971574759694295f,0.0033995709282191346f,0.2367085322553392f,-0.0037374998453008966f,-0.022055562180926552f,0.9942480094253604f,-0.1048067170108479f,1.286704375753791f,-0.23570328487710185f,-0.10704830064607601f,-0.9659112913859799f,-0.019026015674760484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.971574759694295f,-0.017243873408943355f,0.23610407695512012f,2.7189790018178785e-18f,-0.022055562180926552f,0.9995991028438399f,-0.017753472073760698f,1.510224609375f,-0.23570328487710185f,-0.022456233514257344f,-0.9715655814583476f,-0.0222021484375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3584934911253373f,-0.6954580996249283f,-0.6227523171268426f,1.1271150849910159f,0.34453911502119233f,0.7185638398350143f,-0.604118205570709f,0.9256146936689402f,0.8676261954558436f,0.002009912347138082f,0.497212977717975f,0.4362565611013525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.12484485909531567f,-0.6954580996249283f,-0.70763817931451f,1.1501183229888252f,0.1180748988742683f,0.7185638398350143f,-0.6853643748674068f,0.9476316105097021f,0.9851254130380064f,0.002009912347138082f,0.17182514611969557f,0.5244334793648251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2453678719766334f,-0.6954580996249283f,-0.6753759242582921f,1.2399230926286644f,0.23484711296812716f,0.7185638398350143f,-0.654608922649314f,1.0348144904867183f,0.9405537948103738f,0.002009912347138082f,0.3396388071468905f,0.42939919916105523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5126837654969318f,0.5443627605737695f,-0.6639461887053748f,-0.6923496785976905f,-0.6537262034143921f,-0.25381756911427084f,-0.7128945872836516f,1.0554242896127928f,-0.5565944731717092f,0.7995285026247831f,0.22573605366728622f,-0.4219450979289049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7452923227137003f,0.5443627605737695f,-0.3849786209707285f,-0.7527498348661174f,-0.2910816823921253f,-0.25381756911427084f,-0.9224142755750764f,1.1007880643944965f,-0.5998423191804565f,0.7995285026247831f,-0.030714257451284976f,-0.36642022458096746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6442683335298865f,0.5443627605737695f,-0.5372034059005294f,-0.6419692458468245f,-0.48388026433817205f,-0.25381756911427084f,-0.8375180782484303f,1.2037338887409093f,-0.5922653157113326f,0.7995285026247831f,0.099879774208435f,-0.4091646273862014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001518085562022336f,-3.3490377160533737e-7f,0.000003683759913688373f,-0.17265842034548648f,-3.4461815907697737e-7f,0.00001562119916409859f,0f,1.676147513475789f,-0.0000036828638262047166f,-8.124739583595854e-8f,-0.000015184549314955077f,0.6433530236489782f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131.mcfunction new file mode 100644 index 000000000..781200962 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131_as_bone.mcfunction new file mode 100644 index 000000000..656a272e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_131_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8127755902985601f,-0.004686869236084476f,-0.07948784508360895f,0.16379050870540052f,0.0010038839864573677f,0.8145827665804891f,-0.058295394770619215f,1.5414770543059135f,0.07961957344908162f,-0.058115351597357215f,-0.8106958578141044f,-0.3396533149653924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7373390885955233f,0.30044635109803075f,-0.07786564416353531f,0.16379050870540052f,0.30627408678717666f,0.7368413150796728f,-0.057105692836524946f,1.5414770543059135f,0.05027178325665789f,-0.08244311070997652f,-0.7941510443893268f,-0.3396533149653924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5404329588911588f,0.23392030851142095f,0.5658250176993885f,0.09968808992338127f,0.18467260497748195f,0.7818429918929292f,-0.14684008118762523f,1.5502726771688256f,-0.5837573899827073f,0.030777747452975047f,-0.5702845643595337f,-0.3635346697341321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5767957968735739f,0.009109660996640762f,0.5542775683585848f,0.09968808992338127f,-0.12595897445283882f,0.7768162130780576f,-0.14384334483685737f,1.5502726771688256f,-0.5398527071931457f,-0.19098058847849503f,-0.5586461038624003f,-0.3635346697341321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.23660763217288244f,1.4106238231861896f,0.6289383975057653f,-0.867534790000745f,-0.5814319471778414f,0.5081144675681162f,-1.358367707452203f,2.297080024812023f,-1.4308598705668303f,-0.4397344281581188f,0.4479731169321732f,0.02884503745413583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.36267908133594406f,0.3335648235030559f,-0.8701714730343044f,-0.4135134217614377f,0.9319093932203559f,0.13278163873171664f,-0.33751136165081574f,2.091638983098478f,0.0029608763877563005f,-0.9333292800170234f,-0.3590093150238881f,-0.18380391901789053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5538624326223197f,0.3335648235030559f,-0.7628701817813185f,-0.22461764525563507f,0.8287518361045699f,0.13278163873171664f,-0.5436353838456652f,1.8215827351217024f,-0.08004248798600933f,-0.9333292800170234f,-0.3499852213735809f,-0.15540507226355732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6555885080367876f,0.6870301738766867f,0.31335801938528507f,0.48972884773241027f,0.7466301300210251f,-0.5277233969389273f,-0.4050326718525641f,1.4548578167359218f,-0.11290330852054922f,0.4994973038027425f,-0.8589268225052148f,0.22060884710826156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3144839155031485f,0.8626971884504373f,0.39604725466731827f,0.33361478544520545f,0.8414406898947617f,0.4464677193271848f,-0.30437500059664846f,1.7015209057546934f,-0.439405771786439f,0.2375292332292874f,-0.8663154339397809f,0.0659260163503545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9474612362457124f,0.03742875514642843f,0.3176732505262843f,-0.19876678962441863f,-0.1586898425280484f,0.8072966343857805f,-0.5684097799895904f,1.5290661611729406f,-0.2777314164623259f,-0.58895775094448f,-0.7589427039719469f,0.16259598840446282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9442241583197509f,0.08812849554150001f,0.3172918327328174f,-0.18025962275580729f,-0.03254439627418593f,0.9338341098367561f,-0.3562228481955392f,1.7019336639661102f,-0.3276913198675045f,-0.3466802901507169f,-0.8788806376889343f,0.09210043001564758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9466524140725544f,0.058248378588869124f,0.3169484710838236f,0.0918005673378609f,-0.13647097376597336f,0.8185192832693933f,-0.5580339203270046f,1.4839532472169314f,-0.2919330064414996f,-0.5715184242943762f,-0.7669040425255961f,0.2562331699250724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9435061411083949f,0.08740903845154491f,0.3196182436716065f,0.1101873760704731f,-0.006623508944092166f,0.9594115689798239f,-0.2819318542430777f,1.6620808423116291f,-0.33128883292380024f,-0.26812143014807455f,-0.904631752634926f,0.20030645331834013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7425868074562034f,0.25145237232334783f,0.6207548129857426f,0.39473916853661917f,0.1736686903955459f,0.9674372805201992f,-0.1841311875701061f,2.284197835584827f,-0.6468415720779701f,-0.02892771530283853f,-0.7620755657538552f,0.13501507804834023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7425868074562034f,0.25145237232334783f,0.6207548129857426f,0.44935039099322166f,0.1736686903955459f,0.9674372805201992f,-0.1841311875701061f,2.1394933007952717f,-0.6468415720779701f,-0.02892771530283853f,-0.7620755657538552f,0.09144301712469499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7425868074562034f,0.25145237232334783f,0.6207548129857426f,-0.04153058084390041f,0.1736686903955459f,0.9674372805201992f,-0.1841311875701061f,2.38622819119221f,-0.6468415720779701f,-0.02892771530283853f,-0.7620755657538552f,-0.2450043455474672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7425868074562034f,0.25145237232334783f,0.6207548129857426f,-0.04261336894651311f,0.1736686903955459f,0.9674372805201992f,-0.1841311875701061f,2.254548808182321f,-0.6468415720779701f,-0.02892771530283853f,-0.7620755657538552f,-0.3370895243769602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6766979502479723f,0.29954327808184383f,0.6725724560864623f,0.3521020633284022f,0.38350103169472705f,0.9231935971781576f,-0.025308907885043946f,2.3918025295987033f,-0.628495698329967f,0.24080574470979077f,-0.7395983710741192f,0.06910541426834878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7152255680276812f,0.18999652142422194f,0.6725724560864623f,0.271633465384679f,0.2343602011079568f,0.9718203307804918f,-0.025308907885043946f,2.4285907176104367f,-0.6584281912069979f,0.1395226380498549f,-0.7395983710741192f,-0.005329621788502666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6637703362257803f,0.2579125318141378f,0.7020612983778101f,0.26618948778321294f,0.4614973844594059f,0.8799050342032821f,0.11308092200211411f,2.4260865632971167f,-0.5885822838684852f,0.3990592145495983f,-0.7030808192513972f,-0.03466192342390749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7109824589837912f,0.040173079760277966f,0.7020612983778101f,0.28764918856514504f,0.1670044857384042f,0.9794499511574866f,0.11308092200211411f,2.428903910626712f,-0.683091095506751f,0.19764593808163983f,-0.7030808192513972f,-0.01278020910865417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6959446308646337f,0.1509006431091423f,0.7020612983778101f,0.3598031800370197f,0.3181681125339104f,0.9412660395689205f,0.11308092200211411f,2.519977394566267f,-0.6437624740052016f,0.302071578708568f,-0.7030808192513972f,0.029469839045616245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6959446308646337f,0.2516095429122529f,0.6725724560864623f,0.3031910328817629f,0.3181681125339104f,0.9476964236232378f,-0.025308907885043946f,2.306745699251039f,-0.6437624740052016f,0.1963775103396821f,-0.7395983710741192f,-0.01471510078081216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7584045046641091f,-0.2228339127511344f,0.6125093098339057f,0.03282674433251111f,-0.04150945397589202f,0.9543476836397756f,0.2957997024373388f,2.446896747678385f,-0.650461046132519f,0.1989108998004248f,-0.7330312963337751f,-0.16554800306532286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7839261906456165f,-0.10144985454225842f,0.6125093098339057f,0.12210094296847841f,0.10829446563611278f,0.9490915892318144f,0.2957997024373388f,2.4439872075725733f,-0.6113362710754546f,0.2982165023314169f,-0.7330312963337751f,-0.09212598552781215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.704352839484353f,-0.4885118515841276f,0.5150177165614568f,0.16782741532896017f,-0.09902152990980302f,0.7860544070803176f,0.6101747337639708f,2.447516175881327f,-0.7029095348084643f,0.3787804640836931f,-0.6020328445391421f,-0.11313643550376301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8208378218556558f,-0.24694538229958088f,0.5150177165614568f,0.1414581647097075f,0.14872909901690753f,0.7781815015673957f,0.6101747337639708f,2.4581222412655803f,-0.5514570929064945f,0.5774526203761028f,-0.6020328445391421f,-0.12494489111167306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7721011773921497f,-0.37231240040788277f,0.5150177165614568f,0.07943214877770863f,0.025163590104320205f,0.791867153005559f,0.6101747337639708f,2.5650195329513656f,-0.6350012327568494f,0.48407632507011866f,-0.6020328445391421f,-0.12157044166063691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7721011773921497f,-0.16938747662223763f,0.6125093098339057f,0.11754433101771203f,0.025163590104320205f,0.9549184937841784f,0.2957997024373388f,2.3501628718499257f,-0.6350012327568494f,0.24380023173185722f,-0.7330312963337751f,-0.1764254938003047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7425868074562034f,0.25145237232334783f,0.6207548129857426f,0.06209975322821721f,0.1736686903955459f,0.9674372805201992f,-0.1841311875701061f,1.838396778895446f,-0.6468415720779701f,-0.02892771530283853f,-0.7620755657538552f,-0.0569299817680457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9294303962440972f,0.16716898156709165f,0.328958462635273f,-0.0005886148594421671f,0.1275290292943399f,0.9820813486209333f,-0.13875363554924286f,1.470116273162596f,-0.34625927456861616f,-0.08701009305080709f,-0.934095154940066f,-0.024301196873993042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9490051626045294f,-0.155377472462597f,0.27431194359904504f,0.15403304785067687f,-0.1421881297120948f,0.9875384729264692f,0.06745591344747956f,0.8498845810356253f,-0.2813747272214177f,0.02501210789182451f,-0.9592719412866618f,0.14425444312425112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9268652402341768f,-0.11221270246175116f,0.3582305624201715f,0.11595175548879293f,-0.19469539733766722f,0.9595937104210169f,-0.20315908341975142f,1.1980887187130747f,-0.32095876479879737f,-0.25804693434849435f,-0.911261351628705f,0.04300306659095293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9359059120959625f,-0.005465468083473118f,0.35220768356532656f,-0.21521220412972425f,0.11875559163521497f,0.9364475669367175f,0.3300955374337431f,1.1762565788540522f,-0.3316281549555084f,0.35076499688100327f,-0.8757777593681374f,0.21097016343097408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9359059120959625f,0.33963320143616726f,-0.09343132336665527f,-0.10363171148676603f,0.11875559163521497f,0.05451119355183989f,-0.9914260634222422f,1.219867051103102f,-0.3316281549555084f,-0.9389770062465715f,-0.09135069009608845f,-0.08831038263428108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9092524788036772f,0.2922125095342445f,0.2964317443545271f,0.0006682692653682859f,0.11755147507134886f,0.8634335337298579f,-0.49057535969443133f,1.3869590059594488f,-0.3993013655097097f,-0.41121087303531967f,-0.8194290923561427f,-0.035252521515955496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9523364643272637f,-0.019833523914365776f,0.3044041557564299f,0.001457539635448134f,-0.1697789543008932f,0.8635097621469628f,-0.47489577525325594f,1.3773315211068515f,-0.2534371034184651f,-0.5039419827778135f,-0.8257191487453979f,-0.03673317230477255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9433407782433789f,0.13252446808995005f,0.3042128226433794f,0.0006682692653682859f,-0.02646573030199977f,0.8838159203671451f,-0.46708562815094007f,1.3869590059594488f,-0.330768410255209f,-0.44867213448469506f,-0.8302322413121462f,-0.035252521515955496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.941750495112896f,0.08807785349319895f,0.32457402341938274f,-0.0024371692852385588f,0.12429507770178658f,0.987919120041469f,0.09255563686559914f,1.3871079398284496f,-0.3125007817809778f,0.12750727030456108f,-0.9413209640742937f,-0.026407828114764626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9231728530433551f,-0.19758235383505007f,0.3297166918079718f,-0.0024371692852385588f,-0.17661610474157383f,0.9799048306356395f,0.09269991608870075f,1.3871079398284496f,-0.3414068466649511f,0.027344768237083514f,-0.939517763908887f,-0.026407828114764626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9433407782433789f,-0.061339338291452966f,0.32610682556662796f,-0.0024371692852385588f,-0.02646573030199977f,0.9935433542363744f,0.11032301832489984f,1.3871079398284496f,-0.330768410255209f,0.09544154666968191f,-0.9388733513880032f,-0.026407828114764626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9201454116444565f,0.2498439740582704f,0.3015135321282017f,-0.19201557737271666f,0.21334696432562597f,0.9655473281388617f,-0.1490014427344426f,1.4394807413748965f,-0.32835269793728494f,-0.07277599707785269f,-0.9417473971329205f,-0.07568412207805522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9149645914877301f,-0.18860506233433508f,0.35674630591717804f,0.17457806103322052f,-0.251700262111725f,0.9577411244210496f,-0.13920817736610389f,1.4477332975813126f,-0.31541524119259057f,-0.21716369184227208f,-0.9237711602820554f,0.049656934186121195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9433407782433789f,0.011441941883284006f,0.33162819251251235f,-0.0034585988268825392f,-0.02646573030199977f,0.9936271044143935f,-0.10956615578110765f,1.2743420828306842f,-0.330768410255209f,-0.1121350049672612f,-0.9370261466139749f,-0.024070885186280207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9433407782433789f,-0.017504899594489986f,0.3313634780620267f,3.4533891629581134e-18f,-0.02646573030199977f,0.99939537298498f,-0.02254891517999234f,1.49785125f,-0.330768410255209f,-0.030041087636760132f,-0.9432336888761144f,-0.02819906249999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.21039027379603614f,-0.647942663586126f,-0.7320561709301718f,1.0160570124465698f,0.35322693918441606f,0.7486119749889436f,-0.5610800658886054f,0.986207567783029f,0.9115737282998218f,-0.1405361718849266f,0.3863714822104404f,0.5558584390665833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0334308295746468f,-0.647942663586126f,-0.7609551132221053f,1.0244618703686346f,0.15637794394868065f,0.7486119749889436f,-0.644302762332691f,1.0104117387328737f,0.9871313581688781f,-0.1405361718849266f,0.07629722217483495f,0.6460392517261541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08965181783535611f,-0.647942663586126f,-0.756394643201373f,1.1337186378878081f,0.25817782346501106f,0.7486119749889436f,-0.6106753002816001f,1.0899109483001914f,0.9619286683687546f,-0.1405361718849266f,0.23439885102586286f,0.5657890177424892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4430297426066484f,0.24709107407200512f,-0.8617834114670757f,-0.5193725764582706f,-0.7161805688436536f,-0.48067819885815716f,-0.5059978873011819f,1.1561089323582678f,-0.539268059481246f,0.8413646476150646f,-0.03599291273167833f,-0.5537886255906537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.765824641540409f,0.24709107407200512f,-0.5936822546812801f,-0.5774144869354765f,-0.4351105154750792f,-0.48067819885815716f,-0.7613325872872445f,1.2113869996966944f,-0.473488603593071f,0.8413646476150646f,-0.2606032847280759f,-0.5051621472122599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6191137117568636f,0.24709107407200512f,-0.745415463368304f,-0.43658121219162793f,-0.5896327182765505f,-0.48067819885815716f,-0.6490621901484362f,1.2811072945497466f,-0.5186824360361997f,0.8413646476150646f,-0.15190148218872807f,-0.5066901640731476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014739699660052799f,-3.9023360649008445e-7f,0.000005170067375170783f,-0.23844042784131153f,-4.135270359687464e-7f,0.000015619526893940256f,0f,1.663724544403615f,-0.00000516825641023764f,-1.3682960879443778e-7f,-0.00001474486447330713f,0.6167329028165318f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132.mcfunction new file mode 100644 index 000000000..ba86dc7d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132_as_bone.mcfunction new file mode 100644 index 000000000..238294ed0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_132_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8165862661901696f,-0.011390792935001498f,0.001250659967203307f,0.1982235112281237f,-0.011449682023348999f,0.814671603333654f,-0.05588853145129373f,1.5334419835601638f,-0.00046807649571886585f,-0.05590056352605014f,-0.8147510984014128f,-0.3226804267264651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.743300968751645f,0.2958076552321224f,0.0012251362944032396f,0.1982235112281237f,0.2950366026504089f,0.7415902272531926f,-0.054747949176777534f,1.5334419835601638f,-0.021379264472165763f,-0.05041592951272514f,-0.7981235249646493f,-0.3226804267264651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4582683643407994f,0.2134004749087299f,0.6414006454608393f,0.1356925225001488f,0.17375131189802434f,0.7860534469737895f,-0.13738596929375133f,1.5414027981857488f,-0.6532572481821906f,0.05936884918706658f,-0.48649229376021935f,-0.35474533038657935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4947424539607864f,0.021340036296579296f,0.6283108363698018f,0.1356925225001488f,-0.13742140437626488f,0.776532675461979f,-0.13458217400204212f,1.5414027981857488f,-0.6134698540825899f,-0.19115859067988947f,-0.47656387960184754f,-0.35474533038657935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.43259409374734664f,1.3986636539867088f,0.5459016239868314f,-0.850738726603663f,-0.3518482943859408f,0.646726587988784f,-1.3781704350790904f,2.2554050792016884f,-1.4596134343697362f,0.258632854457692f,0.494008014917218f,-0.17746125105044613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.34105251039483f,0.43883383784977803f,-0.8313290852071873f,-0.4070659983583398f,0.939017982484076f,0.20034920945578316f,-0.2794734743083468f,2.0703984246493623f,0.04391370771091617f,-0.8759480903732124f,-0.4804024659039573f,-0.2218712255975496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5618206530327066f,0.43883383784977803f,-0.7012719990017693f,-0.21435926084551868f,0.8219627333814733f,0.20034920945578316f,-0.533139249354706f,1.8029962647728732f,-0.0934602522891943f,-0.8759480903732124f,-0.4732653845503205f,-0.18739117056213173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6389055735284328f,0.6503943987164307f,0.41083670020166996f,0.4405934846813221f,0.7609520943832788f,-0.45592054776586693f,-0.4616149522909474f,1.4456441343058581f,-0.112922885935518f,0.6075554133107238f,-0.7862091589321697f,0.27912301461511996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23452631925059964f,0.8292442399988794f,0.5072981332583895f,0.31423759653921945f,0.8331573437851938f,0.4403293670192228f,-0.334602583727698f,1.6921663178918382f,-0.5008455311526363f,0.34418605283934933f,-0.7941597540516029f,0.09901634051707278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9014600523966784f,0.05475059856216903f,0.4293857774659779f,-0.21648989816093087f,-0.22077818396582868f,0.7950852515901564f,-0.5648862152580538f,1.5146818898711756f,-0.3723261573106687f,-0.6040213693743806f,-0.7046498548366908f,0.13389818140662701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8984709122445118f,0.0902775238511325f,0.4296510078398781f,-0.1968775436398443f,-0.07446981716455024f,0.9331111427529323f,-0.3517923273776666f,1.68744152709124f,-0.4326710831359004f,-0.3480712052980325f,-0.8316502689594838f,0.06343701623224918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8993466423684983f,0.07653977922701027f,0.4304849347612402f,0.06214230470142789f,-0.19568152017358958f,0.8099964248063395f,-0.5528241442479708f,1.4733258319063867f,-0.39100429604169534f,-0.5814184843955588f,-0.7134901446271767f,0.25876172986344037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8983288347959494f,0.07777333689785759f,0.43238479695975013f,0.07942721035077462f,-0.04424937602087052f,0.9631826421826324f,-0.2651814294400097f,1.6522651933816301f,-0.4370895758261864f,-0.2573528819847479f,-0.8618133190188167f,0.20512173124743255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6069726040754736f,0.23554406368930753f,0.759014658595317f,0.3407180450280512f,0.1508832340809784f,0.9718523046637357f,-0.18093465006197684f,2.2827816549083533f,-0.7802682279672184f,0.004700210688128512f,-0.6254273742365171f,0.1891845940238177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6069726040754736f,0.23554406368930753f,0.759014658595317f,0.405194133963029f,0.1508832340809784f,0.9718523046637357f,-0.18093465006197684f,2.138679372104039f,-0.7802682279672184f,0.004700210688128512f,-0.6254273742365171f,0.1592233099018988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6069726040754736f,0.23554406368930753f,0.759014658595317f,-0.01587835986628954f,0.1508832340809784f,0.9718523046637357f,-0.18093465006197684f,2.3714255549309278f,-0.7802682279672184f,0.004700210688128512f,-0.6254273742365171f,-0.2692229899069231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6069726040754736f,0.23554406368930753f,0.759014658595317f,0.0030747837630277566f,0.1508832340809784f,0.9718523046637357f,-0.18093465006197684f,2.238639514682687f,-0.7802682279672184f,0.004700210688128512f,-0.6254273742365171f,-0.35770439112638336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5534436710389752f,0.1984169768946529f,0.8089071678918967f,0.3059849765681024f,0.3575801633069778f,0.9337519523281177f,0.015611480800467509f,2.3880209813153916f,-0.7522210644459896f,0.29788923243953463f,-0.5877290833371508f,0.11642590830123328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5776691146967816f,0.10939647004609993f,0.8089071678918967f,0.2405485827795914f,0.20710677098368696f,0.9781937778783543f,0.015611480800467509f,2.4217342103179984f,-0.7895601176212913f,0.1765484218607618f,-0.5877290833371508f,0.027259562726388027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5569818229954167f,0.10107699867406057f,0.8243510715658384f,0.24456034348077604f,0.4347739018048071f,0.8811820407813359f,0.18571447254822118f,2.4190218157061687f,-0.7076318980671564f,0.461845917318194f,-0.5347480205614508f,-0.005076130635653681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5609557025484435f,-0.0759869106270007f,0.8243510715658384f,0.2606360718767267f,0.14119432668710025f,0.9724064462957412f,0.18571447254822118f,2.42255063617292f,-0.8157161650290857f,0.22057128692522932f,-0.5347480205614508f,0.02093125307845825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5659363787114465f,0.012701419575299272f,0.8243510715658384f,0.31519880397304323f,0.29157387245497607f,0.9383468503638435f,0.18571447254822118f,2.5168627907515595f,-0.7711683941608237f,0.3454618102671074f,-0.5347480205614508f,0.07935873202604268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5659363787114465f,0.15932736420365734f,0.8089071678918967f,0.2793501470272204f,0.29157387245497607f,0.9564209107755988f,0.015611480800467509f,2.30166808582705f,-0.7711683941608237f,0.24469130030936775f,-0.5877290833371508f,0.024303189456435018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6195148828022822f,-0.2425056540704576f,0.746587113289758f,0.04385279730854309f,-0.060382315264372585f,0.9629885345317044f,0.2626919457535657f,2.4371336380080026f,-0.7826591122511692f,0.11766091153964381f,-0.6112287819678259f,-0.1799307273087812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6498238688327207f,-0.14260652777815241f,0.746587113289758f,0.11726566685257983f,0.09100568747458246f,0.9605784228700354f,0.2626919457535657f,2.4363312632408363f,-0.7546170580781708f,0.23864717000537577f,-0.6112287819678259f,-0.09060521356806289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5600183890029529f,-0.5228929674629411f,0.6426214659940461f,0.16369484144851704f,-0.1227662016699899f,0.819475448849418f,0.5598110828311353f,2.4374712719753946f,-0.8193337926059566f,0.23461230426140156f,-0.523114904187498f,-0.1004376490237968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6941919512915677f,-0.3242455646661473f,0.6426214659940461f,0.1404770430867579f,0.13647424408845923f,0.8173043082230238f,0.5598110828311353f,2.448023834357504f,-0.706733553372478f,0.4763176267517464f,-0.523114904187498f,-0.11766677817777259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6349221149754528f,-0.42884911024597083f,0.6426214659940461f,0.0828995525217953f,0.00693945744576141f,0.8285912113158033f,0.5598110828311353f,2.556481224403672f,-0.7725449837035098f,0.35989588101484155f,-0.523114904187498f,-0.13207065459577236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6349221149754528f,-0.19869974882914127f,0.746587113289758f,0.127606996008352f,0.00693945744576141f,0.9648548002505684f,0.2626919457535657f,2.3393888943472945f,-0.7725449837035098f,0.17196983528709908f,-0.6112287819678259f,-0.1707638675353696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6069726040754736f,0.23554406368930753f,0.759014658595317f,0.059043030795912395f,0.1508832340809784f,0.9718523046637357f,-0.18093465006197684f,1.8281083917614445f,-0.7802682279672184f,0.004700210688128512f,-0.6254273742365171f,-0.05609459157224199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8841752127699806f,0.15989507245275883f,0.4389393567777748f,-0.0009176213738721716f,0.1125642678707513f,0.9848364827021497f,-0.13200904490821835f,1.4587947107481383f,-0.4533910880485868f,-0.06731023803393715f,-0.8887664784035981f,-0.030853252309515553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9084697663477748f,-0.14085909344605693f,0.39349891921779756f,0.1282736826111953f,-0.13630120069427934f,0.9898731614578021f,0.03966241186354297f,0.8368623159619228f,-0.39510083057533246f,-0.017602273122825002f,-0.9184691032689081f,0.15949625021667127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8844848071469107f,-0.06338582949296656f,0.4622432936731271f,0.10844506557689829f,-0.18560871117394842f,0.9567613751361335f,-0.22395775803476975f,1.1852486244135412f,-0.4280607810377377f,-0.28388361641190796f,-0.8580058624917773f,0.049405755416985664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8904171492280583f,-0.04159389324281708f,0.4532408282640509f,-0.2398236743306329f,0.11555222908909592f,0.9425298029108182f,0.31350478940111076f,1.1720322462253028f,-0.4402328732763137f,0.331523028867979f,-0.8344384330896331f,0.17794804757070615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8904171492280583f,0.4490272692407788f,-0.07437615100787964f,-0.09478306005317276f,0.11555222908909592f,0.06496246204199055f,-0.9911748387030331f,1.20811760953185f,-0.4402328732763137f,-0.891153404304563f,-0.1097297921408268f,-0.10594012549904754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8564227249298162f,0.3404364486203083f,0.38812773757434615f,0.0020115345588924f,0.1099729160195753f,0.8548256879561199f,-0.507128189861792f,1.373423877049024f,-0.5044264802386368f,-0.39163256716102973f,-0.7695309339935087f,-0.040571569766122986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9160039653366809f,0.044431435890735387f,0.39870111987824175f,0.003163550834527967f,-0.1709275593084016f,0.8558967419600009f,-0.48808251000330705f,1.3616125806854766f,-0.362933196272192f,-0.5152345238888237f,-0.7764102526607359f,-0.04209563305121478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8977881029069601f,0.18612290994209169f,0.39916761476027796f,0.0020115345588924f,-0.030875383372509235f,0.8774911954692374f,-0.47859786102276825f,1.373423877049024f,-0.43934409405421876f,-0.4420039188385737f,-0.7820545394990182f,-0.040571569766122986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8989600591173197f,0.06772819894955051f,0.4327628717656303f,-0.002142098683229147f,0.11500480565457923f,0.9898080320065303f,0.08398782323475112f,1.3754272620466204f,-0.4226638224264499f,0.12527150850217078f,-0.8975869553249163f,-0.03222451951917121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.877259265557198f,-0.19515056979127587f,0.43855722101475647f,-0.002142098683229147f,-0.1760898795438559f,0.9807674992359514f,0.08418709381305542f,1.3754272620466204f,-0.44655182825320044f,-0.003371580133740684f,-0.8947514163895613f,-0.03222451951917121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8977881029069601f,-0.07409492711467584f,0.4341502781924625f,-0.002142098683229147f,-0.030875383372509235f,0.993910173076946f,0.10577938625155603f,1.3754272620466204f,-0.43934409405421876f,0.08156291822897327f,-0.8946084380273035f,-0.03222451951917121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8763538320902325f,0.2549786177189177f,0.4086439348466027f,-0.18422050695442407f,0.20455780889972433f,0.9651021524063934f,-0.1635051627279402f,1.424390690243686f,-0.43607346147055115f,-0.05969706799078471f,-0.897928836976737f,-0.10459134157272554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8726530702922092f,-0.1533242172181174f,0.4636467441102461f,0.16536031639586524f,-0.24861070886551265f,0.956672672714648f,-0.15155894140036436f,1.4338843276768845f,-0.4203205138307762f,-0.24752592125970022f,-0.8729613874379376f,0.06237886945118348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8977881029069601f,0.022838184140282703f,0.4398351277739151f,-0.0035321699619188483f,-0.030875383372509235f,0.9929340894076438f,-0.11458012390381583f,1.2608577630279758f,-0.43934409405421876f,-0.11644875026116747f,-0.8907392747500753f,-0.029382446692665543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8977881029069601f,-0.015582879293054092f,0.44015190122463377f,4.227963912089134e-18f,-0.030875383372509235f,0.9991419912254057f,-0.027604203877883784f,1.4843447656250002f,-0.43934409405421876f,-0.03837258452423162f,-0.8974989202091602f,-0.03452394531249996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.03306634808396909f,-0.5632994315579302f,-0.8255909199057988f,0.8731206653526044f,0.3524594500121026f,0.7795452422394447f,-0.5177659233659666f,1.0490244714159709f,0.9352427239607676f,-0.27386669331694685f,0.22431692216612942f,0.6721559293839299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.21119600646209358f,-0.5632994315579302f,-0.7988053563046361f,0.8646769642964967f,0.18460157565236973f,0.7795452422394447f,-0.5985244135108512f,1.0744822351083665f,0.9598533768868692f,-0.27386669331694685f,-0.06065087938781803f,0.7619872640075301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.09006614459848283f,-0.5632994315579302f,-0.8213293127629614f,0.9920982117389947f,0.2715494793855516f,0.7795452422394447f,-0.5644201409830109f,1.1464163744096203f,0.958200902651736f,-0.27386669331694685f,0.08275303286913582f,0.7046586417653596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.37743538921350706f,-0.13286572860893708f,-0.9164547043528473f,-0.3160742924968012f,-0.7522839004160838f,-0.6211015229927523f,-0.21977677609530774f,1.2609596806595302f,-0.5400106111402f,0.7723856525708512f,-0.3343784436214275f,-0.6627171068721265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7295230022323017f,-0.13286572860893708f,-0.6709268867583005f,-0.3692240273324238f,-0.5888112686364871f,-0.6211015229927523f,-0.5172370714312479f,1.325351308362339f,-0.3479906308231009f,0.7723856525708512f,-0.5313406859652672f,-0.6200804270214877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.566930504913308f,-0.13286572860893708f,-0.8129800125218073f,-0.2207021580363414f,-0.6868440288299609f,-0.6211015229927523f,-0.3774628169723624f,1.349774917056789f,-0.4547912517401468f,0.7723856525708512f,-0.44337943236389626f,-0.5748918520922226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014027939107921254f,-4.333245889769956e-7f,0.000006868025857918813f,-0.31327996107922795f,-4.824278651954569e-7f,0.00001561755065158692f,0f,1.650165222265077f,-0.000006864751469597169f,-2.1205293137555e-7f,-0.000014034630234350979f,0.577574306162191f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133.mcfunction new file mode 100644 index 000000000..6468a1bfb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133_as_bone.mcfunction new file mode 100644 index 000000000..24220a8b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_133_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8107517432917309f,-0.01792680725960413f,0.09646079398046005f,0.23422072565742008f,-0.024426671810856407f,0.8145177642912718f,-0.053931380500012546f,1.5246903697251886f,-0.09502311770358023f,-0.056425930917171616f,-0.8091545994842189f,-0.29784749334502697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.740470759551211f,0.28770519145316253f,0.09449220634820577f,0.23422072565742008f,0.2832344342477412f,0.7463157295399767f,-0.05283074008164495f,1.5246903697251886f,-0.1071508726330064f,-0.015445214537566691f,-0.7926412403110716f,-0.29784749334502697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3532185162529666f,0.1873125542403607f,0.7121061235830298f,0.17496861078535048f,0.16276403659575814f,0.7901251544395846f,-0.12710056316681526f,1.5317324580965364f,-0.7181148881700975f,0.08695223855783603f,-0.3790709169043092f,-0.3392404294065713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.38989005928348835f,0.03711023105680654f,0.6975733455507231f,0.17496861078535048f,-0.14889153703758162f,0.7760988328154582f,-0.12450667412259456f,1.5317324580965364f,-0.6825079134123679f,-0.1905083527129294f,-0.37133477574299684f,-0.3392404294065713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9754775903678573f,1.1337423353218896f,0.45219247869573004f,-0.7631685864582556f,-0.1454180781580617f,0.6826816392105541f,-1.397929043989575f,2.2373978162533916f,-1.2119006985867016f,0.8306505562411068f,0.5317166540380363f,-0.3488961637573754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.33466589592054313f,0.5473047203110775f,-0.7671090412926405f,-0.3946107072209102f,0.9382914732636589f,0.268886611132985f,-0.2175065551980711f,2.0467552071976325f,0.08722298612414496f,-0.7925638986722978f,-0.6035185309606945f,-0.2680370744620858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5719168442258167f,0.5473047203110775f,-0.6110390056420266f,-0.19780249508807068f,0.811544411313323f,0.268886611132985f,-0.5187443096743627f,1.78317242078902f,-0.11961100182213646f,-0.7925638986722978f,-0.5979428691476072f,-0.2227408133454419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6336933868456209f,0.5833367199870984f,0.5080855858837369f,0.37545025544753863f,0.7655961982005544f,-0.37877173890322274f,-0.5199946452696281f,1.4359476581355974f,-0.11088350990559381f,0.7185055608155878f,-0.6866255211598922f,0.3361447986904303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1330742232313231f,0.7742180349807513f,0.6187711090717831f,0.28686660915695794f,0.8233677963366222f,0.4338807590245376f,-0.3658045364727808f,1.6819315863517672f,-0.5516853478815209f,0.46079704996759197f,-0.6952045423283781f,0.1339524519158614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8338210579596296f,0.08883160481640176f,0.5448407008372513f,-0.2344158284690997f,-0.2826208324839701f,0.7791206605627189f,-0.5595502312843597f,1.4996062001083303f,-0.4742023917581522f,-0.6205480982728537f,-0.624541551364513f,0.0989884554447624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8292657029323176f,0.10058644929136154f,0.5497278964716326f,-0.2121200698740217f,-0.11691059151383909f,0.9306798571182315f,-0.3466510019403846f,1.6719421045558713f,-0.546489073570601f,-0.35173480034444227f,-0.7600212646331691f,0.02828804747622219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8289974734627096f,0.11004200706739246f,0.548319200532887f,0.026022919070550505f,-0.25495813070695483f,0.7982714004611919f,-0.545673091504559f,1.462200257311844f,-0.4977544983009791f,-0.592160052592462f,-0.6337088696987231f,0.25850432505868304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8297238325290741f,0.07130264335461844f,0.5536012055477384f,0.042852172234214815f,-0.08245470182174282f,0.9652688858248272f,-0.2479056276206418f,1.64163876323137f,-0.5520503454221839f,-0.2513402297865205f,-0.7950273611707377f,0.20640911096639333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.4283490337587638f,0.21369255827822226f,0.8779821158853078f,0.27074176136675987f,0.12790247193731463f,0.9761904557108703f,-0.17519461136498454f,2.2804437950553083f,-0.8945155465112151f,0.037251640440551445f,-0.44548204490667187f,0.23581085422455259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.4283490337587638f,0.21369255827822226f,0.8779821158853078f,0.34240410371218327f,0.12790247193731463f,0.9761904557108703f,-0.17519461136498454f,2.1371991505783328f,-0.8945155465112151f,0.037251640440551445f,-0.44548204490667187f,0.22293479045365375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.4283490337587638f,0.21369255827822226f,0.8779821158853078f,0.0190867040334861f,0.12790247193731463f,0.9761904557108703f,-0.17519461136498454f,2.3555864973184804f,-0.8945155465112151f,0.037251640440551445f,-0.44548204490667187f,-0.28971702935078625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.4283490337587638f,0.21369255827822226f,0.8779821158853078f,0.05862286884700228f,0.12790247193731463f,0.9761904557108703f,-0.17519461136498454f,2.2219345382368036f,-0.8945155465112151f,0.037251640440551445f,-0.44548204490667187f,-0.36968175911002626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.38941709741664393f,0.07745080544327265f,0.9177993773019157f,0.2465681905046586f,0.33099710681167505f,0.9416596284486852f,0.060975892221308725f,2.3830155258507926f,-0.8595319886553942f,0.32753399348170326f,-0.3923343517868796f,0.15639326708344542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3967387020632735f,0.015579002194130658f,0.9177993773019157f,0.20102683392783904f,0.1796139629422622f,0.9818455911618644f,0.060975892221308725f,2.4135987961503536f,-0.9001873286162857f,0.18904107968016978f,-0.3923343517868796f,0.0546102181807575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.41173473119772824f,-0.08178761248706896f,0.9076261882345613f,0.2162164214857782f,0.40638335380825696f,0.8749743286149145f,0.2631966831334181f,2.411276784607907f,-0.8156758430118473f,0.47721138996103696f,-0.3270201957347093f,0.02226626660568015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3663092369027759f,-0.2050176709225487f,0.9076261882345613f,0.22547917159032094f,0.11611159956940323f,0.9577293993780298f,0.2631966831334181f,2.4154347895668478f,-0.9232202550882106f,0.20179730468093937f,-0.3270201957347093f,0.051321009424404485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3938711920157369f,-0.14519017367199116f,0.9076261882345613f,0.2570404505905392f,0.2645039593475547f,0.9277743052472591f,0.2631966831334181f,2.512323090020289f,-0.8802858283475712f,0.3437363117159181f,-0.3270201957347093f,0.12133663221220883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3938711920157369f,0.0500977756424191f,0.9177993773019157f,0.24576845107099493f,0.2645039593475547f,0.9624549839121218f,0.060975892221308725f,2.2957707186400618f,-0.8802858283475712f,0.26677821653650696f,-0.3923343517868796f,0.06131153349149487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.43847811886103905f,-0.24123878253977907f,0.8657602376401966f,0.06097025942790191f,-0.07911476750516827f,0.9699234240975684f,0.23019427653495592f,2.4262969602787443f,-0.8952529211584219f,0.032440733431501945f,-0.444375748631424f,-0.19234429885584972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4708177854987042f,-0.16967564285803227f,0.8657602376401966f,0.1134915252874651f,0.07358871854494234f,0.9703583335827346f,0.23019427653495592f,2.427599315189729f,-0.8791560233320417f,0.1720897459677711f,-0.444375748631424f,-0.08934448754925112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.37728825745214867f,-0.521590699669026f,0.7652429109815373f,0.15787350318292592f,-0.14594730595343414f,0.8494729237342765f,0.5070454967034762f,2.4266689803687638f,-0.9145233483480102f,0.07961717064249477f,-0.39662091657554815f,-0.087407485547293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5200028460771579f,-0.37947375042835124f,0.7652429109815373f,0.1393962080621869f,0.12369743333252908f,0.8529969573566308f,0.5070454967034762f,2.437125262475793f,-0.8451603309778568f,0.358323685340743f,-0.39662091657554815f,-0.10969024467894735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.4542379750016276f,-0.45614816590546936f,0.7652429109815373f,0.09141669147030788f,-0.011263610040945837f,0.8618456911544959f,0.5070454967034762f,2.5466892256064413f,-0.8908091788678798f,0.22169992192038723f,-0.39662091657554815f,-0.1409847889633038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.4542379750016276f,-0.21006444960442747f,0.8657602376401966f,0.138681192631304f,-0.011263610040945837f,0.9730795065868945f,0.23019427653495592f,2.3277463366243905f,-0.8908091788678798f,0.0948113963244673f,-0.444375748631424f,-0.1623173531363089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.4283490337587638f,0.21369255827822226f,0.8779821158853078f,0.05527044461214464f,0.12790247193731463f,0.9761904557108703f,-0.17519461136498454f,1.8169357506855608f,-0.8945155465112151f,0.037251640440551445f,-0.44548204490667187f,-0.05567306164485616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.815911174746357f,0.1507727803921008f,0.558172485542646f,-0.001269348034893154f,0.09697069223840435f,0.9874102730040468f,-0.12497054698159252f,1.4466568983090433f,-0.5699874031685477f,-0.04783849348494481f,-0.8202596166886837f,-0.037733626588001855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8446045043412657f,-0.11644778835605604f,0.5225735774352049f,0.09525924504811598f,-0.1301056423945833f,0.9914429766069748f,0.010646405674879539f,0.8230931593137591f,-0.5193416535032963f,-0.058997768802595246f,-0.8525277181492563f,0.1726920358714102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8195191441355121f,-0.003648643825328979f,0.573040190382519f,0.09771879247056778f,-0.175908847701379f,0.9533021214463685f,-0.2455018178063581f,1.1714989552143806f,-0.5453846804740401f,-0.3019962791891468f,-0.7818911674012824f,0.05662110363886877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8219030338902277f,-0.07889623416300931f,0.5641372059321516f,-0.2647304476720391f,0.11243283679476557f,0.9484092514605562f,0.29644350044200474f,1.167200664603446f,-0.5584212210261361f,0.30707535879474745f,-0.7706299137256198f,0.13731528375396715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8219030338902277f,0.5674580739856733f,-0.04966625766563567f,-0.08317203951046538f,0.11243283679476557f,0.07613359312513386f,-0.9907383777810054f,1.195554978112064f,-0.5584212210261361f,-0.8198749967320181f,-0.12637535219081494f,-0.12419958189670752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7799160551216425f,0.3952045434893645f,0.4853290798714394f,0.003210921819803307f,0.10227153489984278f,0.8454778185028554f,-0.5241257402273646f,1.3589980331202292f,-0.6174718456032837f,-0.3591387297758564f,-0.699819900161648f,-0.04584486483122858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8581166330610052f,0.1211800224015437f,0.498950144037263f,0.004761891104869776f,-0.17195998749406022f,0.8478064894353283f,-0.5016511927349393f,1.3449114347812696f,-0.4838032727928645f,-0.5162746930095508f,-0.7066787350648152f,-0.0472603741083455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8293634986294909f,0.24830517410995967f,0.5005004771738715f,0.003210921819803307f,-0.035284435576032266f,0.8707493948095535f,-0.49045947849427585f,1.3589980331202292f,-0.5575941138024426f,-0.424429065862623f,-0.7134064565896848f,-0.04584486483122858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8331324377390527f,0.046922675097079966f,0.5510794895010314f,-0.002065579224908004f,0.10550461568728628f,0.9915809018310567f,0.0750739048710414f,1.3629268130376266f,-0.5429172287334981f,0.12068793512875273f,-0.8310687727611334f,-0.03824522832111743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8089648486841449f,-0.18728660558416774f,0.5572249105722025f,-0.002065579224908004f,-0.1753659925240079f,0.9816167036367037f,0.07533535562723173f,1.3629268130376266f,-0.5610905829360427f,-0.03677464493604608f,-0.826937109598015f,-0.03824522832111743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8293634986294909f,-0.08555092183340453f,0.5521206633649072f,-0.002065579224908004f,-0.035284435576032266f,0.9942547183251416f,0.10105722979715093f,1.3629268130376266f,-0.5575941138024426f,0.06433191168967427f,-0.8276171877089193f,-0.03824522832111743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8096085962789892f,0.2615034367652693f,0.5254996416660221f,-0.17199608013535228f,0.19557280590954032f,0.964297658925352f,-0.1785533605949626f,1.4083703886445056f,-0.5534303916662278f,-0.041784896207101865f,-0.8318466349208414f,-0.1358418399241202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8083892716524614f,-0.10793001804555326f,0.5786690735488543f,0.15190724362562202f,-0.24522843280336915f,0.9554280581479968f,-0.1643783484779896f,1.4190796987700844f,-0.5351353111335545f,-0.27478780341971965f,-0.7988253012203353f,0.07665777456547747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8293634986294909f,0.037802335989610275f,0.5574290722009206f,-0.0040384240324613865f,-0.035284435576032266f,0.992172985746794f,-0.1197821980111102f,1.2464866591861592f,-0.5575941138024426f,-0.11901155300230562f,-0.8215382246157802f,-0.034959270787623724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8293634986294909f,-0.010924658128476674f,0.5586025769595289f,5.0326860210960535e-18f,-0.035284435576032266f,0.9988371744264186f,-0.0328528170775201f,1.4699399999999998f,-0.5575941138024426f,-0.04695690395058086f,-0.828784563939414f,-0.04109500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17109542281296936f,-0.44334217537300413f,-0.8798716223563434f,0.696822594424903f,0.34248796873881127f,0.8105856122961657f,-0.4750294268859703f,1.113175371254723f,0.9238118572315548f,-0.3826208053334039f,0.0131518730378241f,0.7732060258736397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.40140762545240066f,-0.44334217537300413f,-0.8014484598301987f,0.6697359036533447f,0.20212676280264208f,0.8105856122961657f,-0.5496323652200394f,1.1389425892068286f,0.8933177989873424f,-0.3826208053334039f,-0.23576392713565736f,0.8591794180485136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2889247015632891f,-0.44334217537300413f,-0.8485105964937013f,0.810555838513179f,0.27485032482245964f,0.8105856122961657f,-0.5171153295769124f,1.2036262796673127f,0.9170495165319881f,-0.3826208053334039f,-0.1123454652153994f,0.8330445417433866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3295547556847262f,-0.5198865523432676f,-0.7881063606507761f,-0.08590791342361229f,-0.7614543626977338f,-0.6398713979119135f,0.10369111660524062f,1.3680299915919414f,-0.5581943358134052f,0.5659351259878506f,-0.6067425455981699f,-0.7330046867781286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6318906726018898f,-0.5198865523432676f,-0.5748322803839063f,-0.13207117748947328f,-0.7338764951291418f,-0.6398713979119135f,-0.22801290321212175f,1.4398274657124528f,-0.24927789267341413f,0.5659351259878506f,-0.7858612889037211f,-0.6942343597134769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.49240815003585026f,-0.5198865523432676f,-0.6980345166758606f,-0.004284367955163668f,-0.7658397239521231f,-0.6398713979119135f,-0.06367190393878153f,1.4134795142430143f,-0.4135501553562851f,0.5659351259878506f,-0.713227665039648f,-0.6066353734898555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012958804666085796f,-4.575290069226085e-7f,0.000008717836534029384f,-0.39443511374561124f,-5.513193058755042e-7f,0.0000156152704754983f,0f,1.6357043918384515f,-0.000008712408028163168f,-3.0760394154734023e-7f,-0.000012966879006373994f,0.5221528448741857f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134.mcfunction new file mode 100644 index 000000000..c59bea4ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134_as_bone.mcfunction new file mode 100644 index 000000000..652a01065 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_134_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7902153959947361f,-0.023458368365029132f,0.20482621250947725f,0.2694400735764174f,-0.03778313145220931f,0.814099228975576f,-0.0525292756801606f,1.5153847082919247f,-0.2026734007091014f,-0.060304185422471644f,-0.7888164186361645f,-0.26374320264062623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7239584909960348f,0.27500045745153656f,0.20064608572356957f,0.2694400735764174f,0.27098960856222065f,0.7509439283396444f,-0.05145724964587162f,1.5153847082919247f,-0.20603090876380364f,0.02140011428167551f,-0.7727181243782836f,-0.26374320264062623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.22410529090497894f,0.15539373582613386f,0.7697883149923991f,0.21575131604979567f,0.15185916129107693f,0.7939845470628797f,-0.11606799128859338f,1.5214228384264272f,-0.7704933861914778f,0.11129137583746564f,-0.24677644932983078f,-0.3152536532601083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.261073860821463f,0.0566240425229747f,0.7540783493803094f,0.21575131604979567f,-0.16020750443138712f,0.7755037295418046f,-0.11369925677249965f,1.5214228384264272f,-0.7390358548268429f,-0.1881161430476079f,-0.24174019526187507f,-0.3152536532601083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3202262664583202f,0.7584707574381108f,0.35090022152284994f,-0.6486552010265827f,-0.0022076450082097023f,0.6592308673513491f,-1.416621346667735f,2.2295501172254406f,-0.8357056788469516f,1.196471070959281f,0.5580853381880843f,-0.46422704811391197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3476662280238759f,0.6507921750841984f,-0.674979806172621f,-0.37336907724661195f,0.9289371664225691f,0.33681234625286033f,-0.15373088255276457f,2.020963822328029f,0.1272946767561745f,-0.6804608646063502f,-0.721643317026299f,-0.32167321577345565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.581480386505904f,0.6507921750841984f,-0.48821112744193285f,-0.17328829244542193f,0.7973813533408367f,0.33681234625286033f,-0.5007398733434152f,1.7623824795004275f,-0.16144205602407524f,-0.6804608646063502f,-0.7147793185913383f,-0.25991572163358184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6425987994924569f,0.48256785508174815f,0.595142880435156f,0.29288452846481045f,0.7593960130755304f,-0.29781829580118413f,-0.5784651744150786f,1.4260016369758828f,-0.10190426004756764f,0.8236701572400686f,-0.5578377845362201f,0.3862885671175228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.010788736368110202f,0.6920551145059327f,0.7217640346080982f,0.24999362833454364f,0.8120568651277855f,0.42724672424468185f,-0.3975221810427971f,1.671004909376875f,-0.583478577984156f,0.5818246772940879f,-0.5665975590533529f,0.16844777145705836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7410139971928564f,0.1419601365541282f,0.6563121022758902f,-0.2507333215658471f,-0.3437836458374127f,0.7593819207456645f,-0.5524055605253824f,1.484090361752015f,-0.5768111136403334f,-0.6349696198040965f,-0.5139090591795786f,0.05734777534338838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7317211616187067f,0.1207265562173829f,0.6708272805001759f,-0.22390442177196174f,-0.15963835748685354f,0.9264605092793303f,-0.3408614374856497f,1.6556713232576041f,-0.6626460114256103f,-0.35650529220444266f,-0.6586381709041429f,-0.013613455513095493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7315579884611785f,0.16067620544998096f,0.6625753289406646f,-0.01642840973100049f,-0.31389367374037014f,0.7833281306132972f,-0.5365331316663039f,1.4507868246137976f,-0.6052220015039179f,-0.6004833026754972f,-0.5226147071251621f,0.2533878474169941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7326264881060237f,0.06960796324546122f,0.6770621539993599f,0.0008547218400194723f,-0.1210355591991525f,0.9655778749233503f,-0.23023848693877272f,1.6303936856185586f,-0.6697826679862526f,-0.25062741053469284f,-0.6989828887418432f,0.20202656488710272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.2085693102557088f,0.18583764657546636f,0.9601891542476149f,0.18571486940434662f,0.1052717642484909f,0.980342688999847f,-0.1668714109024051f,2.277152210226471f,-0.9723254077064263f,0.06627655120660117f,-0.22403285537771184f,0.26830130480248227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.2085693102557088f,0.18583764657546636f,0.9601891542476149f,0.2603242459277163f,0.1052717642484909f,0.980342688999847f,-0.1668714109024051f,2.1350174881700714f,-0.9723254077064263f,0.06627655120660117f,-0.22403285537771184f,0.2754758584989876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.2085693102557088f,0.18583764657546636f,0.9601891542476149f,0.0631803996291177f,0.1052717642484909f,0.980342688999847f,-0.1668714109024051f,2.3389993717224593f,-0.9723254077064263f,0.06627655120660117f,-0.22403285537771184f,-0.3029398722250431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.2085693102557088f,0.18583764657546636f,0.9601891542476149f,0.12214707788330921f,0.1052717642484909f,0.980342688999847f,-0.1668714109024051f,2.2047600319846965f,-0.9723254077064263f,0.06627655120660117f,-0.22403285537771184f,-0.3686897241065198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.1856278971402226f,-0.054492666827818455f,0.9811079619824168f,0.17514058847845773f,0.30428819370669563f,0.9461929405768953f,0.11012544834489635f,2.376757955551666f,-0.9343184569374703f,0.3189819249807743f,-0.15905833068891506f,0.18332476915932988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.17481797851076605f,-0.08286037245944544f,0.9811079619824168f,0.1541691618431611f,0.15252471462086845f,0.9821448961617927f,0.11012544834489635f,2.4042239666701986f,-0.9727152131118503f,0.1688951201758766f,-0.15905833068891506f,0.07298457646819398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.22703560611891563f,-0.2740183911709395f,0.9345420027234231f,0.18118758300298818f,0.3767438028743091f,0.8601786154461164f,0.3437395184220258f,2.4029847457988964f,-0.8980639957987518f,0.43012401796376415f,-0.09205644258109891f,0.04461822971777894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.1312473529873122f,-0.33076483712679816f,0.9345420027234231f,0.18246172878748965f,0.09249483832666588f,0.9344987150113786f,0.3437395184220258f,2.407660375482535f,-0.9870252464941046f,0.1315552133614059f,-0.09205644258109891f,0.0750119900080311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.18137450062959243f,-0.3061609636564717f,0.9345420027234231f,0.18696513834691592f,0.23754387994406834f,0.9085241045652624f,0.3437395184220258f,2.506266027685258f,-0.954293558409824f,0.28434031679807353f,-0.09205644258109891f,0.1494585425626369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.18137450062959243f,-0.06730867296325688f,0.9811079619824168f,0.20210958976364868f,0.23754387994406834f,0.9651141335240894f,0.11012544834489635f,2.2891153476423383f,-0.954293558409824f,0.25303014013348635f,-0.15905833068891506f,0.09252676103260257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.21736542356575816f,-0.21585111018386097f,0.951924666594197f,0.08419584887056906f,-0.09721624551276957f,0.9751807615816788f,0.1989258249935835f,2.414594755321285f,-0.9712369815068201f,-0.04930294588938465f,-0.23295481381621835f,-0.2004941219123886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.24845584745437516f,-0.17919018107936333f,0.951924666594197f,0.11100847059212715f,0.056532528546157965f,0.9783826395469208f,0.1989258249935835f,2.4179425916839348f,-0.9669921225542151f,0.10323899281736985f,-0.23295481381621835f,-0.08807074385824207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.15915076726310973f,-0.47752640300285276f,0.8640830791739418f,0.1501300993566181f,-0.16799237104498538f,0.8755733317534331f,0.45293476792235365f,2.4153033359359224f,-0.9728564110649872f,-0.07307444941530124f,-0.21956896022070868f,-0.07482457332018219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.2989251480695753f,-0.40497430552673574f,0.8640830791739418f,0.1380237278462784f,0.11079680016309795f,0.8846322202366033f,0.45293476792235365f,2.4256274144587757f,-0.9478226758867933f,0.2311312328145979f,-0.21956896022070868f,-0.10117063178264649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.23189294461888077f,-0.44675059543470574f,0.8640830791739418f,0.10493066318981609f,-0.028954260433723386f,0.8910733678041666f,0.45293476792235365f,2.5358403035701715f,-0.9723102966845105f,0.080013490543008f,-0.21956896022070868f,-0.1463769662570581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.23189294461888077f,-0.20016266226624646f,0.951924666594197f,0.14996726219972148f,-0.028954260433723386f,0.9795867327364934f,0.1989258249935835f,2.315433288704461f,-0.9723102966845105f,0.018567220608648523f,-0.23295481381621835f,-0.150554590894004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.2085693102557088f,0.18583764657546636f,0.9601891542476149f,0.050790721041520576f,0.1052717642484909f,0.980342688999847f,-0.1668714109024051f,1.805063421651678f,-0.9723254077064263f,0.06627655120660117f,-0.22403285537771184f,-0.055979620693530324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7192292595583399f,0.1397356903346212f,0.6805756453487511f,-0.0016101628339623708f,0.08088844044494554f,0.989745556334246f,-0.11773187299537202f,1.4339088380263358f,-0.6900480652806343f,-0.029625505283805115f,-0.7231569656991024f,-0.04487005621210341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7515117418505196f,-0.08107586998524514f,0.6547188749126863f,0.05472384552878299f,-0.12377727473475889f,0.9921238997446423f,-0.019218579935023378f,0.8088362788884407f,-0.6480040803266859f,-0.09548230653696263f,-0.7556281102621498f,0.18137666644563072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7262935906160298f,0.065953679279472f,0.6842132214591995f,0.08312018385891955f,-0.16580284273690926f,0.9491868183379185f,-0.2674954228279412f,1.1570718933018813f,-0.6670884780675159f,-0.3077247082751722f,-0.6784529949425572f,0.06390719138419203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7248687002835822f,-0.11554193134560922f,0.6791284336928598f,-0.2876930503965338f,0.10940782722804013f,0.9540132377631717f,0.27908541616119875f,1.1618808694283098f,-0.6801435838780144f,0.2766022492199887f,-0.6788931440484679f,0.08828943172561132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7248687002835822f,0.6886247893466589f,-0.019007020978052222f,-0.06836586006511355f,0.10940782722804013f,0.08783782001531609f,-0.9901082994885945f,1.1823835211449665f,-0.6801435838780144f,-0.7197780330575717f,-0.13901182840803017f,-0.14216229719015477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6746926499916421f,0.45358034795949376f,0.582284033777503f,0.004145140103299971f,0.09449130137216855f,0.8354848308663502f,-0.5413284505337037f,1.3439170002661962f,-0.732025424430224f,-0.3102095506865821f,-0.6065548719205701f,-0.050990540383325234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7727986721715896f,0.2088180443720723f,0.5993139716663138f,0.006081982259274824f,-0.17291981711270948f,0.8393124865086911f,-0.5154156447376288f,1.3274927867934359f,-0.6106397867315354f,-0.5019457882433338f,-0.6125107970682991f,-0.052119217521677454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.732577744375817f,0.31685378499325284f,0.6024396462556973f,0.004145140103299971f,-0.03969280110783947f,0.8636597749911757f,-0.5025099746297633f,1.3439170002661962f,-0.6795250767892629f,-0.3920401407989256f,-0.6201211156031577f,-0.050990540383325234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7386169360385467f,0.026575047219180636f,0.6736013573786261f,-0.002253196443405876f,0.09585824831972875f,0.9932094140001727f,0.06592614178387043f,1.3498177363230233f,-0.6672752191008614f,0.11326441103335189f,-0.7361487316888928f,-0.04443734262130852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7129414571541367f,-0.1724774017439508f,0.6796808255045835f,-0.002253196443405876f,-0.1745071276226395f,0.9824242798251591f,0.06625554179774976f,1.3498177363230233f,-0.6791625292077238f,-0.07137282604516479f,-0.7305095335603051f,-0.04443734262130852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.732577744375817f,-0.09445006999005306f,0.674098681740377f,-0.002253196443405876f,-0.03969280110783947f,0.9945687399096144f,0.09621591934194411f,1.3498177363230233f,-0.6795250767892629f,0.0437287762631894f,-0.7323479119524205f,-0.04443734262130852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7144053526023987f,0.2684289196188605f,0.6461972665411807f,-0.1542033845279593f,0.18645003004831381f,0.9631298730275225f,-0.19395162793070667f,1.391663513959601f,-0.6744341172182983f,-0.01807658137590433f,-0.7381137166709036f,-0.16819384985989036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7166888240852137f,-0.052144884235307096f,0.6954408964674427f,0.13321787772846877f,-0.24164868407639647f,0.9539913350069053f,-0.17750055271995313f,1.4035686100922857f,-0.6541888434660894f,-0.29526503988760566f,-0.6963156707303599f,0.09150080957988004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.732577744375817f,0.0562748708356611f,0.6783531435452111f,-0.005039177522418902f,-0.03969280110783947f,0.9913490557025719f,-0.1251060801793124f,1.2314637354877678f,-0.6795250767892629f,-0.11857566643307854f,-0.724006547860237f,-0.04084499057487335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.732577744375817f,-0.003061644108608281f,0.6806764831993187f,5.857538261863944e-18f,-0.03969280110783947f,0.9984803865894367f,-0.03822825050172462f,1.454871796875f,-0.6795250767892629f,-0.05502312179040131f,-0.7315860346418492f,-0.04783042968750002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3934948752930772f,-0.2969734244379831f,-0.8700394061740323f,0.48932410551342853f,0.32387049673620033f,0.8409346881250096f,-0.43351672591947327f,1.1778068599639582f,0.860389263334877f,-0.45236670466079887f,-0.23472255974319334f,0.8455031339078289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5930638411823285f,-0.2969734244379831f,-0.7483863076377327f,0.4427289036032718f,0.20885575962246555f,0.8409346881250096f,-0.4992074939147206f,1.2029675392660024f,0.7775953651833224f,-0.45236670466079887f,-0.4367033461742018f,0.9228652039164024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4970154870416722f,-0.2969734244379831f,-0.8153418858480819f,0.5883277874355625f,0.2683805792218042f,0.8409346881250096f,-0.46989436579369814f,1.260871354484035f,0.8251954134247828f,-0.45236670466079887f,-0.33825566392453976f,0.9349225185007967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.31082695664702464f,-0.8177531998066798f,-0.4844236856590365f,0.16218289127014543f,-0.7469611683848133f,-0.5253304183763017f,0.40752541571511147f,1.4753073063371114f,-0.5877377101622315f,0.2351757975101097f,-0.7741167407560312f,-0.7491044600200895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4865208783563837f,-0.8177531998066798f,-0.30753396418813517f,0.12389851036527051f,-0.8492200175336432f,-0.5253304183763017f,0.05341641460018187f,1.551947394680282f,-0.2052383900333747f,0.2351757975101097f,-0.9500366032537864f,-0.7110299864520749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.40836672965199905f,-0.8177531998066798f,-0.4056061122804579f,0.20388161765977666f,-0.8174942756604879f,-0.5253304183763017f,0.2360742696502818f,1.4782162100611544f,-0.40612771805882114f,0.2351757975101097f,-0.8830360246840547f,-0.597611819533474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011446527255872141f,-4.5470306747862965e-7f,0.00001062595331727943f,-0.47766365609126943f,-6.202000173099919e-7f,0.000015612686410048998f,0f,1.6205768979648194f,-0.000010617579324832233f,-4.217738516039596e-7f,-0.000011455555032341222f,0.4468252873873502f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135.mcfunction new file mode 100644 index 000000000..dc698d10b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135_as_bone.mcfunction new file mode 100644 index 000000000..ccdff4a11 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_135_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7494541415983387f,-0.026753499508655628f,0.3233375702722807f,0.3008171957091316f,-0.05136910848493947f,0.8134040215583965f,-0.05176443615586252f,1.5056888731245022f,-0.3203500410160801f,-0.06784240872133163f,-0.748142836124445f,-0.21945719879317027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6883038004881022f,0.25673796508210933f,0.31673884434835664f,0.3008171957091316f,0.25843334687700953f,0.755407772015729f,-0.05070801909145717f,1.5056888731245022f,-0.3153570729436429f,0.058691696718785935f,-0.7328746149790482f,-0.21945719879317027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.07213460958405546f,0.1181147643713742f,0.8048539898528771f,0.2555354444500332f,0.1411679743635833f,0.7975700586669707f,-0.10439372096295634f,1.51063812529259f,-0.801132102439219f,0.12990515155259882f,-0.09086501244075068f,-0.2812675332072908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.10956171705113402f,0.07985543833681367f,0.7884283982232266f,0.2555354444500332f,-0.17122740777963405f,0.7747408632643824f,-0.10226323686167152f,1.51063812529259f,-0.7737424668336839f,-0.1827558583367296f,-0.08901062443175578f,-0.2812675332072908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4868748939061474f,0.4126550068200381f,0.24561177744142898f,-0.5488468101519531f,0.0650823034835744f,0.6186213435260105f,-1.43334510049302f,2.219222808136785f,-0.47578734077826795f,1.3742014876576245f,0.5714918439266794f,-0.532385156089054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3819660114164809f,0.7394818528342049f,-0.5543180995164025f,-0.3401093539661548f,0.9108730647146358f,0.40263501568620497f,-0.09052791901251384f,1.9933486515779508f,0.15624412340933566f,-0.5394920142803422f,-0.8273669925902214f,-0.3810496140712911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5859121303456116f,0.7394818528342049f,-0.33147181606097165f,-0.13934170081537275f,0.7795734240879786f,0.40263501568620497f,-0.47973984679106446f,1.74090289004375f,-0.22129675092420964f,-0.5394920142803422f,-0.8123891398573269f,-0.2965802766582706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6659144179127672f,0.3476725380219666f,0.6600619624862991f,0.19309671277212642f,0.7418286612533879f,-0.21484412904570305f,-0.63524187327159f,1.4160256376671507f,-0.07904571689159581f,0.9126696042489619f,-0.40098125657084827f,0.4231244989423788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12858341914146088f,0.5781243541742214f,0.8057533961656822f,0.20263233896372734f,0.7992711544453686f,0.420558226841501f,-0.42929756522428564f,1.6595811782039962f,-0.5870535972068127f,0.6992159959172642f,-0.408001305218463f,0.1994746326458861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6211024799046314f,0.21562660721534377f,0.7534831621988092f,-0.26318116908104594f,-0.4038335790213541f,0.7359006160467665f,-0.5434783562910238f,1.4683832475693899f,-0.6716771173049745f,-0.6418375569899204f,-0.36999243306598883f,0.00887659463670467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.602279861838367f,0.15232589874907992f,0.7836171186199563f,-0.22972245607421873f,-0.20242218495098158f,0.9204013061277013f,-0.334494685635051f,1.6388679006831148f,-0.7721944230979838f,-0.3600809023659906f,-0.5235050302410339f,-0.06191048099592502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6046462494660635f,0.22963619918899741f,0.762673015799467f,-0.06443353056065729f,-0.3720805427476212f,0.7651993042095383f,-0.525381855935161f,1.4392926750190758f,-0.7042435535489541f,-0.6014459583863454f,-0.37723172775559566f,0.24101987191276775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6032252190631179f,0.07490028811722414f,0.7940461459677329f,-0.045426938126379456f,-0.15978538333983772f,0.9640475646141637f,-0.21232268939621302f,1.6187245765755052f,-0.781401283821056f,-0.2549553686460759f,-0.5695698321025693f,0.18965592884098748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.04366385863062544f,0.15284927260225045f,0.9872844409360697f,0.08919521572395137f,0.08351397734364277f,0.9842096255785782f,-0.15606674375638258f,2.272893666488991f,-0.99554953821381f,0.08926652666838668f,0.030209339265067248f,0.2799371091048331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.04366385863062544f,0.15284927260225045f,0.9872844409360697f,0.16100957828777812f,0.08351397734364277f,0.9842096255785782f,-0.15606674375638258f,2.1321044319141214f,-0.99554953821381f,0.08926652666838668f,0.030209339265067248f,0.30894402651040276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.04366385863062544f,0.15284927260225045f,0.9872844409360697f,0.11484773266944381f,0.08351397734364277f,0.9842096255785782f,-0.15606674375638258f,2.321958128178381f,-0.99554953821381f,0.08926652666838668f,0.030209339265067248f,-0.30494824459578024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.04366385863062544f,0.15284927260225045f,0.9872844409360697f,0.18993688463056746f,0.08351397734364277f,0.9842096255785782f,-0.15606674375638258f,2.1874324419042845f,-0.99554953821381f,0.08926652666838668f,0.030209339265067248f,-0.3506075425562464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.05059596486254765f,-0.1830428845244064f,0.9818020934814778f,0.09537003995484167f,0.2779867662997342f,0.9467933583844365f,0.16219030267354675f,2.3692530729530072f,-0.9592514821994516f,0.26472181425810865f,0.09878742305602788f,0.19173681663124645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.07860726029589586f,-0.17287437017719143f,0.9818020934814778f,0.10268229697586702f,0.12645317539147993f,0.9786234721035841f,0.16219030267354675f,2.3936805467753306f,-0.9888531200649493f,0.11140265698700587f,0.09878742305602788f,0.0789584053775044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.007386154801706547f,-0.4509003867197599f,0.8925437165613884f,0.14056806579840259f,0.3463346094177973f,0.8361713460620814f,0.4252879240516342f,2.394271852541222f,-0.9380819703185149f,0.31226002190593943f,0.14998631831815595f,0.05911575761419918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.13231123161211392f,-0.43111419834664383f,0.8925437165613884f,0.13320810238632966f,0.07099263096277458f,0.9022694874619415f,0.4252879240516342f,2.3993307265668706f,-0.9886626241232491f,0.007093657666954967f,0.14998631831815595f,0.08856918453137735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.0632411418034625f,-0.4465045039080548f,0.8925437165613884f,0.10920042060782434f,0.21126463846333793f,0.8800553585944502f,0.4252879240516342f,2.4986438981141843f,-0.9753808540864176f,0.16166723167981606f,0.14998631831815595f,0.15818362056361046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.0632411418034625f,-0.17906760516291517f,0.9818020934814778f,0.1494906317694802f,0.21126463846333793f,0.9638783939136815f,0.16219030267354675f,2.281771259483606f,-0.9753808540864176f,0.19716296439138845f,0.09878742305602788f,0.11382195357554813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.03503351986100369f,-0.1664176041821322f,0.9854328153174259f,0.11260919146337448f,-0.11422913941488683f,0.9789091710689918f,0.1693769125517205f,2.402252878040154f,-0.9928365203771883f,-0.11849901187477486f,0.01528489417755198f,-0.20175469364790546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.008568750213212793f,-0.16984917725840104f,0.9854328153174259f,0.10991056469763617f,0.04031234334285337f,0.9847265490828682f,0.1693769125517205f,2.407532966634109f,-0.9991503848240221f,0.03827375753684982f,0.01528489417755198f,-0.08628184531108116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.08528987790510946f,-0.38930259537939926f,0.9171527277164886f,0.14054423911999525f,-0.18840063369884402f,0.8975993758544281f,0.39852297510634793f,2.4035630362826894f,-0.9783817444887274f,-0.20678213098961118f,0.0032112855042431797f,-0.06348057773503249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.039185623770835856f,-0.39660479186703634f,0.9171527277164886f,0.1362275129612579f,0.09819381092594222f,0.9118867329927687f,0.39852297510634793f,2.4137289502885193f,-0.9943955261290806f,0.10567509290215658f,0.0032112855042431797f,-0.0922083638087372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.023339474730709693f,-0.39785191084309157f,0.9171527277164886f,0.12250398876120379f,-0.045665631082851044f,0.9160207904028105f,0.39852297510634793f,2.5241606382053243f,-0.998684093723886f,-0.051183675017633566f,0.0032112855042431797f,-0.146079986381534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.023339474730709693f,-0.16845603407081247f,0.9854328153174259f,0.16040659642713653f,-0.045665631082851044f,0.9844928194924792f,0.1693769125517205f,2.3026497538195168f,-0.998684093723886f,-0.04895357957168737f,0.01528489417755198f,-0.13506543097790435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.04366385863062544f,0.15284927260225045f,0.9872844409360697f,0.045760723110402794f,0.08351397734364277f,0.9842096255785782f,-0.15606674375638258f,1.792680159284927f,-0.99554953821381f,0.08926652666838668f,0.030209339265067248f,-0.057314875470759655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5897456574330857f,0.12709505166998292f,0.7975254901129004f,-0.0018999212658408014f,0.06445863714435085f,0.9917960067413911f,-0.11038915304196856f,1.4207566567569054f,-0.80501251147812f,-0.013694117453659255f,-0.5930997618536489f,-0.05217958142563744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6243225712602983f,-0.03496918866628801f,0.7803835485573432f,0.007194549377039165f,-0.11748349489874634f,0.9918381708397971f,-0.04954463938249912f,0.7943414129507693f,-0.7722816555126154f,-0.1226140232974483f,-0.6233352595911023f,0.1826612830933563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6000762315227832f,0.14260193421389947f,0.7871297254708843f,0.06413332131469081f,-0.15549947915337411f,0.944418464730837f,-0.2896440495823763f,1.142200619541494f,-0.7846836485772113f,-0.2962067720932514f,-0.5445485467996882f,0.07018343384101483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5948402588488282f,-0.14936902169256172f,0.7898442642769941f,-0.30587035616372626f,0.1064877921591601f,0.9592816088155877f,0.26160876344122186f,1.1561910488914622f,-0.7967593216108152f,0.23972419641493153f,-0.55471334315977f,0.030595099071018428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5948402588488282f,0.8036616794259888f,0.017116409520055192f,-0.05012566684644997f,0.1064877921591601f,0.09988807110942087f,-0.9892839447656606f,1.1688079939651828f,-0.7967593216108152f,-0.5866432291199127f,-0.1449976039596343f,-0.15865111679146707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5369133179063786f,0.5109127862559518f,0.6713361407632871f,0.004681038925085281f,0.08667607595651408f,0.8249598481480238f,-0.5585056014046501f,1.3284160715494857f,-0.8391730136935674f,-0.24168031319031652f,-0.4872158446773731f,-0.05597167092441232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6549287759662387f,0.3038033371611275f,0.6919334005098515f,0.006923308188291529f,-0.17385034035766098f,0.8304988686093925f,-0.5291953215931188f,1.3096215941743128f,-0.7354212109865269f,-0.46687810140151276f,-0.4911012938924404f,-0.056628371004657646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6029383384772621f,0.38789387028410266f,0.6971396598891059f,0.004681038925085281f,-0.04410039417656503f,0.8562996881653814f,-0.5145930423949998f,1.3284160715494857f,-0.7965679602066292f,-0.3410120077708266f,-0.4991896386428305f,-0.05597167092441232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6107524087642269f,0.00778522383391286f,0.7917833576670772f,-0.0027358792418214453f,0.08613023133050732f,0.9946715564578453f,0.056657550464882606f,1.336310965345603f,-0.7871232930358801f,0.10280021918061896f,-0.6081685921656664f,-0.05079474115345345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5848078260528624f,-0.1495175039920504f,0.7972730539704149f,-0.0027358792418214453f,-0.17357644971233713f,0.9831660477524381f,0.05705908036510135f,1.336310965345603f,-0.7923831287278807f,-0.1050192294146067f,-0.6009159165478785f,-0.05079474115345345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6029383384772621f,-0.09938458431249145f,0.7915731579552908f,-0.0027358792418214453f,-0.04410039417656503f,0.9948450829125927f,0.09131492888957496f,1.336310965345603f,-0.7965679602066292f,0.020148583217432972f,-0.6042131406768476f,-0.05079474115345345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5862501040521785f,0.27415029607603203f,0.762333542919524f,-0.12989290814371643f,0.17724832284827582f,0.9616082034130898f,-0.20950583566126005f,1.3745141002235002f,-0.7905022754845701f,0.012299523977517393f,-0.6123355894961874f,-0.19989303722887422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5929642748032655f,0.013103161419024123f,0.8051221497188265f,0.10845133840129102f,-0.23796729221931096f,0.9523561560868128f,-0.19075984849375205f,1.3876009760080217f,-0.7692625927736552f,-0.3047065130980583f,-0.5615950536060448f,0.10543681756319032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6029383384772621f,0.07775551342845018f,0.7939895717991242f,-0.006555799126526955f,-0.04410039417656503f,0.990468905735998f,-0.13048563907038263f,1.216023653671539f,-0.7965679602066292f,-0.11369004750466369f,-0.5937626275462587f,-0.04712852037436436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6029383384772621f,0.00825887936077584f,0.797745041292005f,6.692503406277918e-18f,-0.04410039417656503f,0.9980724453100162f,-0.04366404867114717f,1.439375f,-0.7965679602066292f,-0.06150759973034935f,-0.6014119220198924f,-0.0546484375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6166115546126036f,-0.1397965275101846f,-0.7747561691360207f,0.25770313029180925f,0.29742679879898926f,0.8698083626034037f,-0.39366319576685266f,1.2421164487310727f,0.7289221426698562f,-0.4731705223714597f,-0.494754653019359f,0.875297288859886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7696833248562636f,-0.1397965275101846f,-0.6229321875889076f,0.1923320140115066f,0.20517228596449957f,0.8698083626034037f,-0.4487067476841499f,1.2658166467906917f,0.6045592712962968f,-0.4731705223714597f,-0.6407946193972067f,0.9381779716504058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6972919069898953f,-0.1397965275101846f,-0.7030227075582193f,0.33047097828539085f,0.25280211263593544f,0.8698083626034037f,-0.4237033209593637f,1.3175220459047867f,0.6707272830988787f,-0.4731705223714597f,-0.5711694743817434f,0.9924130514124074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.32736533661969225f,-0.9423092740066212f,-0.06989398043458403f,0.41267031664403636f,-0.7141423873527583f,-0.29517765644960814f,0.6347210424422842f,1.5806461572033543f,-0.6187346660451302f,-0.15787141366957957f,-0.7695739274299709f,-0.6979439946469549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.32620766346859553f,-0.9423092740066212f,0.07511186600979874f,0.3812891106096963f,-0.9155669453516048f,-0.29517765644960814f,0.2731434050319514f,1.6588963975571849f,-0.2352142191150253f,-0.15787141366957957f,-0.9590364371972933f,-0.6569417716291958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3347328643662947f,-0.9423092740066212f,0.0026723836270642343f,0.3965788560828067f,-0.8346692304408583f,-0.29517765644960814f,0.4649703505474112f,1.550025724798158f,-0.4373570455227642f,-0.15787141366957957f,-0.8853222190126979f,-0.5446445502861706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000942091153870722f,-4.1587051096905696e-7f,0.000012458495193961408f,-0.5569469647256029f,-6.890686590088286e-7f,0.0000156097985055276f,0f,1.6050175855480393f,-0.000012446374378228582f,-5.49424548900539e-7f,-0.000009430086028347807f,0.3486847245985295f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136.mcfunction new file mode 100644 index 000000000..7baa5ab5d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136_as_bone.mcfunction new file mode 100644 index 000000000..4f5b5c285 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_136_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6831038296427785f,-0.026250529139486417f,0.44679359002979374f,0.32465227320942147f,-0.06503130574877958f,0.8124303889007716f,-0.05169368343999211f,1.4957683490942146f,-0.44281433089323463f,-0.07881762084002751f,-0.6816507136687666f,-0.16496561118675201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6280665691881192f,0.2323201876896719f,0.4376753534985735f,0.32465227320942147f,0.24570372972584914f,0.7596482068807194f,-0.050638710308563706f,1.4957683490942146f,-0.4303046152054059f,0.0946674821400854f,-0.667739474614302f,-0.16496561118675201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.09811899661066938f,0.07689808022931088f,0.8070959002532514f,0.29105022678144904f,0.13080209754892624f,0.8008332237638467f,-0.09220305546591297f,1.4995462815719132f,-0.8001299383383681f,0.1403469893424704f,0.0839002312367961f,-0.2363614298195577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.059973072425831525f,0.10637689157530847f,0.7906245553501239f,0.29105022678144904f,-0.1818320582076256f,0.7738082155503927f,-0.09032136045640454f,1.4995462815719132f,-0.776749852392509f,-0.17293005084568777f,0.08218798161971863f,-0.2363614298195577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5516811699176691f,0.11920432614298858f,0.13957838497320774f,-0.46840157320896436f,0.08545787008554585f,0.5823727211784826f,-1.4473925576938729f,2.200617786567682f,-0.16244614296244472f,1.445004703195102f,0.5718206960058891f,-0.5814012459295659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4359232919926545f,0.8028909261979418f,-0.4066165812252347f,-0.29154177428957967f,0.884779533043329f,0.46502150930099323f,-0.03033436656755556f,1.9642998571578245f,0.16473026863911605f,-0.37298948579877883f,-0.9130951659480226f,-0.44295377795180635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5786218597487691f,0.8028909261979418f,-0.14339771284747466f,-0.09504175906701569f,0.7584317913067257f,0.46502150930099323f,-0.4566576549480996f,1.7190151353412326f,-0.29996326667801665f,-0.37298948579877883f,-0.8780096139151413f,-0.32954717593528715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7002512244503037f,0.1819295310633022f,0.6903259146105823f,0.07858919131841086f,0.7130713597034437f,-0.13176693352968105f,-0.6885976410058826f,1.4062240380370077f,-0.03431411701518769f,0.9744429798378511f,-0.22199869463174f,0.43969371666304596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2774472701750972f,0.42993634153047966f,0.8591727151765082f,0.1447142261655121f,0.7851227553435912f,0.4139523787603817f,-0.4606795927326375f,1.6478621916155154f,-0.5537194879305529f,0.8023703448844602f,-0.22270284761519796f,0.22335960951353132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.47518435937783204f,0.324420475828155f,0.8178943571550747f,-0.27087106480944f,-0.41968816261875297f,0.7334219519112353f,-0.5347467499783507f,1.4514230915198973f,-0.7733444709573958f,-0.5973638717884997f,-0.2123552069563596f,-0.05024715054189549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4402402924316151f,0.2057361827733561f,0.8739914805177303f,-0.22683308378619996f,-0.21891685466117827f,0.9194243475721091f,-0.3267021270773395f,1.6217732683954345f,-0.8707834952874235f,-0.3351589058781666f,-0.3597285256211518f,-0.11533774867918392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4532333099979535f,0.33002070264878614f,0.8280494565733985f,-0.1199190498273094f,-0.38797230830220314f,0.7633022962639605f,-0.5165724465250012f,1.4275873448992624f,-0.8025316533937832f,-0.5553880988474335f,-0.2179151324705887f,0.21599096237411575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.43999478097839034f,0.10899888200506286f,0.891360665742787f,-0.09391075529046772f,-0.17638514030262092f,0.9627799981719959f,-0.2047997983406141f,1.6068285958168829f,-0.880507169188419f,-0.24733361850257607f,-0.4043923913307705f,0.16708845645906542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3116128397542884f,0.11663471421083299f,0.943023743890484f,-0.012253013251465592f,0.06309870418040088f,0.9877075626694646f,-0.14301162252173788f,2.267685909210382f,-0.9481118033391537f,0.10406783406270688f,0.30042285912106353f,0.26504814782341674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3116128397542884f,0.11663471421083299f,0.943023743890484f,0.04989064197112735f,0.06309870418040088f,0.9877075626694646f,-0.14301162252173788f,2.128448922858521f,-0.9481118033391537f,0.10406783406270688f,0.30042285912106353f,0.3157585042333963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3116128397542884f,0.11663471421083299f,0.943023743890484f,0.17081953010417886f,0.06309870418040088f,0.9877075626694646f,-0.14301162252173788f,2.3047563979163677f,-0.9481118033391537f,0.10406783406270688f,0.30042285912106353f,-0.291967536638336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3116128397542884f,0.11663471421083299f,0.943023743890484f,0.2563341483083434f,0.06309870418040088f,0.9877075626694646f,-0.14301162252173788f,2.1702518143780365f,-0.9481118033391537f,0.10406783406270688f,0.30042285912106353f,-0.31236556547879296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.3043062227305942f,-0.28947911089586675f,0.9075238658913474f,0.013442237862845832f,0.25259650894045343f,0.943122826995117f,0.21613499686962764f,2.3605525939291367f,-0.9184730406922856f,0.16346613580701347f,0.36011955787736594f,0.17744165369782436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.3458442180148716f,-0.2383111615164206f,0.9075238658913474f,0.05087675546412071f,0.10194971184731001f,0.9710262197193321f,0.21613499686962764f,2.3820810755897313f,-0.932736850949898f,0.01777275764415666f,0.36011955787736594f,0.07018345124062639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.23552843963844125f,-0.5825397640615185f,0.7779291596338522f,0.0967062041743788f,0.31568026133435756f,0.8029013275451102f,0.5056633572152244f,2.3852591053075223f,-0.9191693678127838f,0.12647877890559417f,0.37300240181692784f,0.06323502772588172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.40401554428515074f,-0.4812459481048562f,0.7779291596338522f,0.0808689736107985f,0.052119614590152685f,0.8611551050448476f,0.5056633572152244f,2.3905524420146747f,-0.9132661089468651f,-0.16375048851180762f,0.37300240181692784f,0.08908900884254353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.32375799006508005f,-0.5385229674400044f,0.7779291596338522f,0.030596282641828593f,0.18619227382136055f,0.8423995526702635f,0.5056633572152244f,2.4894731847377383f,-0.9276385077379284f,-0.018868153077394423f,0.37300240181692784f,0.14361411987503842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.32375799006508005f,-0.267546625294813f,0.9075238658913474f,0.09079427333316142f,0.18619227382136055f,0.9584456689335069f,0.21613499686962764f,2.2738229092276994f,-0.9276385077379284f,0.0989984999682285f,0.36011955787736594f,0.12133945738218704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.3020847048616406f,-0.09718520321579946f,0.9483142239598429f,0.1441044672565137f,-0.12975752743864077f,0.981339031096095f,0.14190380586999002f,2.389509210949036f,-0.9444087119259676f,-0.16591787825090198f,0.2838369999049681f,-0.19357098602478853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.283162425589076f,-0.143245151296481f,0.9483142239598429f,0.11004486365903055f,0.02535524939701697f,0.9895556685743492f,0.14190380586999002f,2.3965607974736174f,-0.9587367480505407f,-0.016137082215227222f,0.2838369999049681f,-0.08330150178155535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.3399309934163438f,-0.26321779006163626f,0.9028639513847287f,0.12954096928557504f,-0.2067676614277179f,0.9156250452916046f,0.34478676108931366f,2.3916322444094678f,-0.9174388556752379f,-0.303886774029103f,0.25682440434564324f,-0.054027032558618876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.24195481602843597f,-0.35537944832333745f,0.9028639513847287f,0.13391131191087144f,0.08629596771049558f,0.9347058870759559f,0.34478676108931366f,2.401625715759399f,-0.9664423795330762f,-0.0055092989527381064f,0.25682440434564324f,-0.0828071691238893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.2945695446268814f,-0.3131540653867768f,0.9028639513847287f,0.14214279680783007f,-0.06098669426665064f,0.9366977700944774f,0.34478676108931366f,2.5118975776439827f,-0.953682025887422f,-0.15662636697493695f,0.25682440434564324f,-0.13810638850489368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.2945695446268814f,-0.11802082872845987f,0.9483142239598429f,0.1686974832717335f,-0.06098669426665064f,0.9879999660941483f,0.14190380586999002f,2.2895975852727997f,-0.953682025887422f,-0.09963508912129924f,0.2838369999049681f,-0.11568849345260139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3116128397542884f,0.11663471421083299f,0.943023743890484f,0.04050109527281792f,0.06309870418040088f,0.9877075626694646f,-0.14301162252173788f,1.779979234585953f,-0.9481118033391537f,0.10406783406270688f,0.30042285912106353f,-0.05989749733987771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4253514511863432f,0.1135934823153436f,0.8978711843851241f,-0.002096460595435925f,0.047822952251364924f,0.9935269144980977f,-0.10303996994299475f,1.4074066416491664f,-0.903763856442398f,-0.0008893499667237403f,-0.42803049055528875f,-0.05956399110235631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4605162522507781f,0.019828816935008514f,0.8874297715491946f,-0.04569903612397605f,-0.11138328685494397f,0.9905576173304665f,-0.07993353587811655f,0.7798480949685105f,-0.8806353075037854f,-0.13565553717982465f,-0.45395928276682074f,0.17350543998880866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.438360790996867f,0.22133081461584325f,0.8711213964873601f,0.040545084368256185f,-0.14520902988128656f,0.9390336962559895f,-0.311656950727478f,1.1271193602969363f,-0.8869916316164074f,-0.26311288033332997f,-0.37949632099028585f,0.07403103540959022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.42963423644860205f,-0.17801497276577308f,0.8852824929605393f,-0.31592666288416854f,0.10368351735765896f,0.9641670983647511f,0.2441956892724354f,1.1502491530176058f,-0.8970307414462285f,0.19670403122990854f,-0.3957819765961208f,-0.03518925109826812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.42963423644860205f,0.9011929987321082f,0.05714544520306536f,-0.028546757742572773f,0.10368351735765896f,0.1120972989392734f,-0.9882732030156757f,1.1550335933807414f,-0.8970307414462285f,-0.41867096222063094f,-0.14159969736436673f,-0.17227728256582153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3651985995650973f,0.5606995395854146f,0.7431325650140732f,0.00469085726920219f,0.07886938637336906f,0.8140345048218602f,-0.5754367427028942f,1.3127302998326058f,-0.9275826662722734f,-0.15153828317667048f,-0.341506289785543f,-0.060808398087255744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5013766149222251f,0.40021317903967846f,0.7671055346769994f,0.0070800510927809535f,-0.17479435587103131f,0.8214606914722764f,-0.542816051274758f,1.2915629117980478f,-0.8473891804624142f,-0.40624099213255627f,-0.34190617594070194f,-0.06083089709118804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4382078612332063f,0.4556494406622011f,0.7748273727596633f,0.00469085726920219f,-0.04850712900587592f,0.8487547859089286f,-0.5265570926616563f,1.3127302998326058f,-0.8975638856310041f,-0.2683261087201765f,-0.3498287732449429f,-0.060808398087255744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.44714475036880413f,-0.008257244939289199f,0.8944234959590632f,-0.003516832737668496f,0.07638580202518133f,0.9959518970697402f,0.047381726141578095f,1.3226172424466882f,-0.8911940201025754f,0.08950774619661855f,-0.44470392611737986f,-0.057335567759941926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.42238291971250136f,-0.11783664028986549f,0.8987253169574891f,-0.003516832737668496f,-0.17263759163962206f,0.9838220784679065f,0.04785791336821432f,1.3226172424466882f,-0.8898252250234389f,-0.1349394090852826f,-0.4358926757674428f,-0.057335567759941926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4382078612332063f,-0.09894631243893881f,0.8934111582066538f,-0.003516832737668496f,-0.04850712900587592f,0.9950777410672077f,0.08641381641954324f,1.3226172424466882f,-0.8975638856310041f,-0.00546959663221222f,-0.4408504902159626f,-0.057335567759941926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.42292536016532f,0.27637770086616853f,0.8629887057157614f,-0.09855304540406506f,0.16802721717821853f,0.9597559941595484f,-0.2250228565327546f,1.3571665480701058f,-0.8904498829335529f,0.04983771803310756f,-0.4523441254674082f,-0.22866629373337208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.43475801905420924f,0.08524058811963355f,0.8965040474002773f,0.0771567673463284f,-0.2342806164389739f,0.9505262996388772f,-0.2039910450382509f,1.371427446456354f,-0.8695389914368614f,-0.29872026351060005f,-0.39327871355963756f,0.11650225468855857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4382078612332063f,0.1011426010753405f,0.8931651832674253f,-0.0085431777655363f,-0.04850712900587592f,0.9895405456187706f,-0.1358549484270382f,1.2004007591233103f,-0.8975638856310041f,-0.10285758515646978f,-0.4287183089007901f,-0.053933457975247394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4382078612332063f,0.022913247998441993f,0.8985815786113027f,7.527564226223077e-18f,-0.04850712900587592f,0.9976155840283356f,-0.049093838100216114f,1.423684453125f,-0.8975638856310041f,-0.0651009183496271f,-0.4360515355333689f,-0.06146722656249998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8127520031321946f,0.008385717372335807f,-0.5825494495309016f,0.014665891068536462f,0.2641982398225331f,0.8964821604713523f,-0.3556951307387998f,1.3053632811825207f,0.519262430259768f,-0.44300046918797714f,-0.7308331634647891f,0.8507520042348993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9085427567991826f,0.008385717372335807f,-0.4177077193587555f,-0.06638894668608372f,0.1918883121406326f,0.8964821604713523f,-0.39937277275802835f,1.326840149835111f,0.3711184914977435f,-0.44300046918797714f,-0.8161014946485952f,0.8926795594874009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.864584936049282f,0.008385717372335807f,-0.5024167275288617f,0.04950098132055563f,0.22908659896096573f,0.8964821604713523f,-0.3792612109524441f,1.3729908971516824f,0.44722725602668356f,-0.44300046918797714f,-0.7770060268531223f,0.9882666858891185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.37909737494687956f,-0.8571059253015288f,0.3487902136261789f,0.6434569633334186f,-0.6681573317912011f,0.007231255233802206f,0.7439848714331543f,1.6817106798432349f,-0.6401960326978355f,-0.515089450251851f,-0.5699402582351923f,-0.5721724288090758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1960040267523595f,-0.8571059253015288f,0.47639464135301823f,0.6158434696805747f,-0.9201173919570107f,0.007231255233802206f,0.39157591086017146f,1.7579716902904499f,-0.33906696464723535f,-0.515089450251851f,-0.7872207134750434f,-0.5251531162465329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29454393229700204f,-0.8571059253015288f,0.42262667303428636f,0.5662562155518537f,-0.8134507781036275f,0.007231255233802206f,0.5815888071054558f,1.632602864001024f,-0.5015393340004574f,-0.515089450251851f,-0.6950835595017505f,-0.4444002386025418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000684699783176885f,-3.325196371547805e-7f,0.000014040964225531634f,-0.6245004867409302f,-7.579238907168114e-7f,0.00001560660681813573f,0f,1.5892612995547282f,-0.00001402443571298444f,-6.810868630547516e-7f,-0.000006855067367819288f,0.22643636372290687f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137.mcfunction new file mode 100644 index 000000000..5bae22ac0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137_as_bone.mcfunction new file mode 100644 index 000000000..73e3ea20e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_137_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5869246400789255f,-0.020260405632538527f,0.5674975130132937f,0.3368948608009936f,-0.07861617037256288f,0.8111866202230601f,-0.05234700919331944f,1.4857904057909617f,-0.5623907974608229f,-0.09225089473353798f,-0.5849365844232055f,-0.10153966332778841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.538776473793347f,0.20168636250197822f,0.5559159311150632f,0.3368948608009936f,0.2329428336822525f,0.7636151719725673f,-0.051278702883251696f,1.4857904057909617f,-0.5435600679988268f,0.12733609195364445f,-0.5729991031084463f,-0.10153966332778841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2779618294149235f,0.03421807392304608f,0.7671445686764331f,0.3183922859875116f,0.12085158152771129f,0.8037393776950921f,-0.07963888766803176f,1.4883197194420024f,-0.7583380256027019f,0.14062923097189778f,0.2684982360569481f,-0.18063294903598365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.23873491105767955f,0.1351687494724339f,0.7514885570707917f,0.3183922859875116f,-0.19192696274769067f,0.7727081716424113f,-0.0780136042462352f,1.4883197194420024f,-0.7390329378402077f,-0.15700793178403458f,0.2630186802190512f,-0.18063294903598365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5491476332484175f,-0.20083150261061092f,0.034850652217588575f,-0.3792092577751056f,0.10428076620212126f,0.5513301208770425f,-1.4582753065227447f,2.174751426349317f,0.17513818030665285f,1.4481395151617367f,0.560022153513595f,-0.6259492672243911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5033572317556955f,0.8313685686219796f,-0.23549479898011338f,-0.22499151800206535f,0.8520695722402079f,0.5228514164015508f,0.02457316482021321f,1.934265563301889f,0.1435581460650433f,-0.18828887241239994f,-0.9715649022191131f,-0.5024388288618741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.55148279640224f,0.8313685686219796f,0.06850568136882093f,-0.040485926330915425f,0.7344611322991659f,0.5228514164015508f,-0.43265834270093456f,1.697005410672699f,-0.3955168396088753f,-0.18828887241239994f,-0.8989514614880351f,-0.3548977530848133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7376767056447208f,-0.007282611516514548f,0.67511483580103f,-0.04530432762260285f,0.6739995022742766f,-0.050511438980424705f,-0.7370028937976798f,1.396785060502551f,0.03946832759541858f,0.9986969300551725f,-0.03235263536706629f,0.4294338481482024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4241018393476674f,0.24857025631810747f,0.8708331973092642f,0.0774993328402788f,0.7697905242097208f,0.4075721636391959f,-0.4912305774922684f,1.6360566402637606f,-0.4770326809547208f,0.8786909349142135f,-0.018494923647769224f,0.23608284602901936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.29851895146150736f,0.43398350986594025f,0.8500263224058191f,-0.26742046044853324f,-0.43543354740061146f,0.730609969926711f,-0.5259341191079069f,1.4344830037416934f,-0.849284440818529f,-0.5271312787229856f,-0.0291299429355506f,-0.11454026265337394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.24619603293005446f,0.2611108594245575f,0.9333855754510418f,-0.21262851445985972f,-0.23538207919426984f,0.918088698278498f,-0.3189175738141055f,1.6046313998325736f,-0.9402035897419696f,-0.2982184789443169f,-0.16456897840252893f,-0.17148478357044916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2713044158472557f,0.43036347049469614f,0.8609188098802002f,-0.175162518333072f,-0.403770358616674f,0.761065567612269f,-0.5076895698136583f,1.415921829561066f,-0.8737067079085189f,-0.4853519187752077f,-0.03271243642534685f,0.17766059522158825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2443913319493134f,0.1476917679539926f,0.9583631976169914f,-0.1414805418565922f,-0.19297061217132638f,0.9611569055706872f,-0.19733156288846565f,1.594905427087517f,-0.9502816528304985f,-0.23316205641657248f,-0.20639824548995328f,0.13265272060916872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5707429598038655f,0.0800296548967993f,0.8172195103957214f,-0.1092929322792189f,0.04441565034071816f,0.9907732522731841f,-0.12804535362452024f,2.2615876523043767f,-0.8199266575975772f,0.10937832014214052f,0.5619222893281143f,0.22049525807791545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5707429598038655f,0.0800296548967993f,0.8172195103957214f,-0.06408517103436488f,0.04441565034071816f,0.9907732522731841f,-0.12804535362452024f,2.124071156980153f,-0.8199266575975772f,0.10937832014214052f,0.5619222893281143f,0.2902504323445677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5707429598038655f,0.0800296548967993f,0.8172195103957214f,0.2260185566055521f,0.04441565034071816f,0.9907732522731841f,-0.12804535362452024f,2.287681846879549f,-0.8199266575975772f,0.10937832014214052f,0.5619222893281143f,-0.2612116532606612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5707429598038655f,0.0800296548967993f,0.8172195103957214f,0.31403203983569594f,0.04441565034071816f,0.9907732522731841f,-0.12804535362452024f,2.153496525330879f,-0.8199266575975772f,0.10937832014214052f,0.5619222893281143f,-0.2529509783138272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5528971717928778f,-0.35365316145462855f,0.7544760823356719f,-0.06237415662677836f,0.22856695665826615f,0.9351008392080093f,0.2708201743527522f,2.3507653535231094f,-0.8012876286000025f,0.022712593546825234f,0.5978480361655136f,0.1388145028804997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6014136332497936f,-0.26280693089167095f,0.7544760823356719f,0.004251273882816483f,0.07947091859650776f,0.959343945757189f,0.2708201743527522f,2.3695868883679423f,-0.7949754806525233f,-0.10291603769252095f,0.5978480361655136f,0.04620811832470413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4821263225720359f,-0.639433209416522f,0.5988984720121195f,0.05316529844826574f,0.2853289645948074f,0.7609272651809988f,0.5827324249322505f,2.376065469586423f,-0.8283366411347627f,-0.11006756015944047f,0.5493118796768621f,0.05540357407932981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6561251092369739f,-0.45915189344085f,0.5988984720121195f,0.030007368246426476f,0.03622451464145984f,0.8118563330242425f,0.5827324249322505f,2.3814396868054137f,-0.7537822136186022f,-0.36065056949644847f,0.5493118796768621f,0.07495079083900795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5762199395424418f,-0.5561395521766577f,0.5988984720121195f,-0.040015471344103735f,0.16278084190125863f,0.7961942717970888f,0.5827324249322505f,2.478849126532761f,-0.8009200826447184f,-0.23829284517637153f,0.5493118796768621f,0.10484807364084779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5762199395424418f,-0.3142235230804998f,0.7544760823356719f,0.030684821349008608f,0.16278084190125863f,0.9487670054726094f,0.2708201743527522f,2.2653765503014243f,-0.8009200826447184f,-0.033237732615452376f,0.5978480361655136f,0.11232656347932457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5595761210297264f,-0.01672438226181644f,0.8286101977475812f,0.17532738349338287f,-0.14349137456944885f,0.9827423461055771f,0.1167377685030695f,2.3766075224211023f,-0.8162626968063009f,-0.18422208393367706f,0.5475193454058388f,-0.17404044866232826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.550070540624259f,-0.10405546850622499f,0.8286101977475812f,0.11091889490505284f,0.012010015547193081f,0.9930901534762491f,0.1167377685030695f,2.385231898223575f,-0.8350318316470888f,-0.05426238607424186f,0.5475193454058388f,-0.07840411997503138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5820287842118259f,-0.1138921417428017f,0.8051528267342426f,0.11783054144034548f,-0.22280318611828978f,0.9299160067417163f,0.2926003428929621f,2.3796919293687786f,-0.7820493811802698f,-0.34969243694249075f,0.5158623507688651f,-0.04680269406485671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5183476605717168f,-0.2881746490961461f,0.8051528267342426f,0.13095322982220425f,0.07546142741535708f,0.9532526487303132f,0.2926003428929621f,2.389510624412902f,-0.8518340658557073f,-0.09091072162817335f,0.5158623507688651f,-0.07285368065391182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5570463877909625f,-0.20353930198096698f,0.8051528267342426f,0.16083407891210583f,-0.07458919612949516f,0.9533212948212563f,0.2926003428929621f,2.4993109875618593f,-0.8271250048631081f,-0.2230476661824194f,0.5158623507688651f,-0.12119268810414369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5570463877909625f,-0.055717699501640766f,0.8286101977475812f,0.17337056129997497f,-0.07458919612949516f,0.9903578874455837f,0.1167377685030695f,2.2764804628866036f,-0.8271250048631081f,-0.12683372081810657f,0.5475193454058388f,-0.09265510092006975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5707429598038655f,0.0800296548967993f,0.8172195103957214f,0.035474383490015846f,0.04441565034071816f,0.9907732522731841f,-0.12804535362452024f,1.7671586321047732f,-0.8199266575975772f,0.10937832014214052f,0.5619222893281143f,-0.0637807293347232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.22767351233045607f,0.10036627301807541f,0.9685511772867632f,-0.00216296889176243f,0.031123112784181856f,0.9949156254560665f,-0.09578230564142341f,1.3940652725587481f,-0.9732400133747773f,0.00833723358345591f,-0.22963964575490475f,-0.06690719192851917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.261468997165994f,0.07910510469842882f,0.9619648361201464f,-0.10100374138080573f,-0.10562755607452923f,0.9883050620629622f,-0.10998146979581061f,0.7655852798886251f,-0.959414812747193f,-0.13036673928335873f,-0.2500554545893633f,0.15118478778783767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2423892640887394f,0.2949813278175076f,0.9242475106233934f,0.012641442461471598f,-0.1351428959569731f,0.9331029361872819f,-0.33324961838093087f,1.1120634016123216f,-0.9607204808511588f,-0.2056816149238757f,-0.18630950312698602f,0.07377368776804533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2308464460123686f,-0.19915227800255414f,0.9523908276174504f,-0.314324250636059f,0.1010059937871279f,0.968635350792201f,0.2270315978333074f,1.1441735778991484f,-0.9677332832875664f,0.1486066195095741f,-0.20349045445770514f,-0.1072735716431091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2308464460123686f,0.9680164376997323f,0.09825525281927179f,-0.004203077600581055f,0.1010059937871279f,0.12427882512500492f,-0.9870929859160298f,1.1412659962502822f,-0.9677332832875664f,-0.21794253822663637f,-0.12646478738683684f,-0.18155442468784946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16206169970245682f,0.5948304227933252f,0.7873453966392797f,0.004078251952408822f,0.07111420736729007f,0.8028586223037101f,-0.5919128331968404f,1.2970944955051276f,-0.9842148012502517f,-0.039934956017289795f,-0.1724135269862094f,-0.06558277319138484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3125109255718802f,0.489638136445033f,0.8139971847229215f,0.006381189156136646f,-0.1757939644873727f,0.8123038139273655f,-0.5561105968500044f,1.2735817198624004f,-0.9335059739755386f,-0.31688642952592827f,-0.16777838756612792f,-0.06486921743991027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.23988423328841188f,0.5125212902821631f,0.82448619250242f,0.004078251952408822f,-0.05291291983614144f,0.8411189495251525f,-0.5382556415534516f,1.2970944955051276f,-0.9693584360462567f,-0.17274501369709805f,-0.17465217636417976f,-0.06558277319138484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.24917315502901158f,-0.020442042487111213f,0.9682431831476241f,-0.004557469497943044f,0.06669080702022318f,0.9970416894331338f,0.03821263915661578f,1.3089471427290458f,-0.9661599635008062f,0.07409448313658389f,-0.24707272714090275f,-0.06409269976457682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.22714060298452513f,-0.07785918559694313f,0.9707446078624425f,-0.004557469497943044f,-0.17175461779731535f,0.9843767941670156f,0.0387643956584789f,1.3089471427290458f,-0.9585966293186745f,-0.15792490089802097f,-0.23696461325528292f,-0.06409269976457682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.23988423328841188f,-0.09196301026907969f,0.966435905459788f,-0.004557469497943044f,-0.05291291983614144f,0.9952618746495948f,0.08157219981947408f,1.3089471427290458f,-0.9693584360462567f,-0.03156906098101885f,-0.24361366311176363f,-0.06409269976457682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2259768180019554f,0.27220424254941034f,0.9353284599881546f,-0.06040278887902942f,0.15884684243676572f,0.9576106564648077f,-0.24031127995354148f,1.3398656200213315f,-0.9610942505153073f,0.09426919413648271f,-0.25963659345954626f,-0.25183499252289715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.24321220066378063f,0.1597576545781948f,0.9567263544253161f,0.03955148893919799f,-0.2306854601015538f,0.9485158200622233f,-0.21702985414320808f,1.3552994008390418f,-0.9421422631142364f,-0.27348716769779524f,-0.193836851910628f,0.12233609301887408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.23988423328841188f,0.12462429860550948f,0.9627690994297209f,-0.010865043960621221f,-0.05291291983614144f,0.98857340359209f,-0.1411483213671517f,1.1848290768340013f,-0.9693584360462567f,-0.08480218102994445f,-0.23054893744825558f,-0.06139190629390897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.23988423328841188f,0.04023920956891978f,0.9699671956478216f,8.352703493584517e-18f,-0.05291291983614144f,0.9971134701192906f,-0.0544513601398573f,1.4080350000000001f,-0.9693584360462567f,-0.06438581924566096f,-0.2370626262109239f,-0.06820499999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.945820703852449f,0.1280211662813271f,-0.29838528306206147f,-0.22179467358966726f,0.22540845525855172f,0.9203411305929851f,-0.3196298353357824f,1.3668755936219668f,0.23369686446765028f,-0.36957108155643714f,-0.899334749253688f,0.7646926575827445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9818544397671859f,0.1280211662813271f,-0.13990153713749562f,-0.3124593160687759f,0.17017785653156922f,0.9203411305929851f,-0.3521529504138031f,1.3854812656652005f,0.0836741074394339f,-0.36957108155643714f,-0.9254273928415017f,0.7796196154762685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9670895197771587f,0.1280211662813271f,-0.21988279087084778f,-0.2341445761985944f,0.1984605017944937f,0.9203411305929851f,-0.33702467649462053f,1.4267321311177767f,0.15922088419758879f,-0.36957108155643714f,-0.9154594069168458f,0.9094750475670333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.46110463434294213f,-0.5936298029565028f,0.6595348157825223f,0.8277105881131827f,-0.6123100653292571f,0.32508716735726206f,0.7206904450012588f,1.7759404662436087f,-0.6422296318949652f,-0.7361535102554733f,-0.213586303995837f,-0.3738764370921287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13887244547980526f,-0.5936298029565028f,0.7926651884170783f,0.7989026228896406f,-0.8596669453416467f,0.32508716735726206f,0.3940698880992987f,1.8466176036865731f,-0.49161691078869607f,-0.7361535102554733f,-0.4651782694463745f,-0.3194346711164781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3072849623844483f,-0.5936298029565028f,0.7437604513109124f,0.7017425378047748f,-0.7538894660582871f,0.32508716735726206f,0.5709369550011476f,1.7256384917149188f,-0.5807121704069401f,-0.7361535102554733f,-0.3476368571941208f,-0.2945100255251853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000003748191145131436f,-1.9860595867470415e-7f,0.000015167473217801876f,-0.6712117328127177f,-8.267643724397101e-7f,0.000015603111409986935f,0f,1.5735428850142381f,-0.000015146225563222762f,-8.02555294490373e-7f,-0.000003753449238668721f,0.08141778250708537f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138.mcfunction new file mode 100644 index 000000000..8f7db33ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138_as_bone.mcfunction new file mode 100644 index 000000000..0b7c24ad2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_138_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4589969241253774f,-0.007319159999535339f,0.6754351915504464f,0.3336744786060058f,-0.09197319532709414f,0.809690543906702f,-0.05372707784569805f,1.4759242056943958f,-0.6691839802544673f,-0.10626428115512151f,-0.4559003702189972f,-0.03203942230671816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.41814738118111716f,0.1654417922454584f,0.6616507998861516f,0.3336744786060058f,0.22029355473639983f,0.7672683813126765f,-0.05263060686925524f,1.4759242056943958f,-0.6454638001878762f,0.15468757033593836f,-0.4465962810308544f,-0.03203942230671816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.45451660521702114f,-0.006529158893813826f,0.6784662630599831f,0.3333948132613297f,0.1113837920343361f,0.8062679319955643f,-0.06685893472148813f,1.4771358317704715f,-0.6692927243728942f,0.12974527492043703f,0.44961968059880786f,-0.11558828492057542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.41379643070934896f,0.1644772097484436f,0.664620012793453f,0.3333948132613297f,-0.20144343566492917f,0.7714473521010055f,-0.06549446666594756f,1.4771358317704715f,-0.6543646201925291f,-0.13347745281400106f,0.44044376874985264f,-0.11558828492057542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.468279692989754f,-0.5299983237892992f,-0.06828447799059746f,-0.28010900221241913f,0.1222205711248937f,0.5274331503960858f,-1.4657021026993056f,2.1428420274999436f,0.5202144991710824f,1.3719775138987498f,0.5370854924575668f,-0.6635025785794255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5733774203647616f,0.8179703801020222f,-0.04650581782535837f,-0.13927861335746808f,0.8147794557860587f,0.5752494195206159f,0.07226716937980027f,1.9037410593810264f,0.08586484871486133f,0.003544378217422259f,-0.9963004893796983f,-0.5529044004054586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49596621190821694f,0.8179703801020222f,0.29144806384871985f,0.0227626617614604f,0.708329178132721f,0.5752494195206159f,-0.4090939754469853f,1.6751641517213631f,-0.5022820841432013f,0.003544378217422259f,-0.8646965625766152f,-0.36836355694313605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7658899250486311f,-0.20880468978223798f,0.6081227049156657f,-0.17034641268498735f,0.6261251928594549f,0.027120603691731138f,-0.7792507399560855f,1.3878804537421794f,0.1462185541431485f,0.9775812367165911f,0.15150927378859597f,0.3874785597782845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5534220167106596f,0.03994221642599538f,0.8319427208449423f,0.0038620586061747383f,0.7535188138089206f,0.4015659056757074f,-0.5205326316714892f,1.6243798761035875f,-0.354871059197427f,0.9149587109513895f,0.19213820181907723f,0.23382765194145758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.09688151445651708f,0.5360832072883878f,0.8385873639758753f,-0.25012841978374317f,-0.45093523209172426f,0.727472493519704f,-0.5171471624505031f,1.4178091132139776f,-0.8872831501922003f,-0.4282505878987439f,0.17126016860141738f,-0.18073211624171528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.02690382253780323f,0.3148449652179326f,0.9487617362698462f,-0.1851652279536943f,-0.25167889455895237f,0.916398445859321f,-0.3112420640919297f,1.5876885589120258f,-0.9674367774518593f,-0.24715690624285608f,0.054585211642183246f,-0.22673287858948715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.06510293671882075f,0.5229476800670939f,0.8498748917005547f,-0.22576699201533373f,-0.4193407430082141f,0.7584926876427673f,-0.49884084039477994f,1.4044967639502879f,-0.9054915509732294f,-0.3888631722147209f,0.16991316726846167f,0.12499110598285407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.02318532260863572f,0.18940012788129834f,0.9816262182593135f,-0.1841193041734696f,-0.20940176499827243f,0.959189473182877f,-0.19001698700580227f,1.583157184003291f,-0.9775547767931688f,-0.20995986781693013f,0.01742160369069004f,0.08573251579024649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7911650932306461f,0.04639995418385877f,0.6098400114005956f,-0.19089849850883214f,0.0277548029468299f,0.9933668987417209f,-0.11158797156341874f,2.2547053903236476f,-0.6109725576216379f,0.10521049727090695f,0.7846293934701166f,0.1471291167527844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7911650932306461f,0.04639995418385877f,0.6098400114005956f,-0.16919468270915786f,0.0277548029468299f,0.9933668987417209f,-0.11158797156341874f,2.119032350536356f,-0.6109725576216379f,0.10521049727090695f,0.7846293934701166f,0.2304482811425559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7911650932306461f,0.04639995418385877f,0.6098400114005956f,0.27391099376417244f,0.0277548029468299f,0.9933668987417209f,-0.11158797156341874f,2.2710113370549103f,-0.6109725576216379f,0.10521049727090695f,0.7846293934701166f,-0.2118172608499279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7911650932306461f,0.04639995418385877f,0.6098400114005956f,0.3549521915561452f,0.0277548029468299f,0.9933668987417209f,-0.11158797156341874f,2.137419907488631f,-0.6109725576216379f,0.10521049727090695f,0.7846293934701166f,-0.1743210382817793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7681322487657167f,-0.35853172180758724f,0.5304977406773848f,-0.1229011010441441f,0.20627357888866127f,0.9229187587455018f,0.3250725694489236f,2.34006274059362f,-0.6061551443802042f,-0.1402710562209782f,0.7828792829856114f,0.07789657425609724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8147619842419451f,-0.23395524394703893f,0.5304977406773848f,-0.031410388679934634f,0.059357706541215596f,0.9438243942948505f,0.3250725694489236f,2.356411138406897f,-0.5767491410555332f,-0.23336764249492642f,0.7828792829856114f,0.009111982485640935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.70610746785975f,-0.599975923568082f,0.3760866056792226f,0.014324761828654609f,0.25582778140476264f,0.7113941816454235f,0.654576553645603f,2.366812130302982f,-0.6602759953945088f,-0.3659879908680952f,0.6558112536745049f,0.03564531111795439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8569508651110279f,-0.3524118043059027f,0.3760866056792226f,-0.013956356777830803f,0.023473786726437462f,0.755631204195649f,0.654576553645603f,2.372118693258361f,-0.5148632790578318f,-0.5521117671556108f,0.6558112536745049f,0.046567048386654014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7912710258526223f,-0.4821296803504421f,0.3760866056792226f,-0.09326377445342109f,0.14139154865537099f,0.7426560209048875f,0.654576553645603f,2.4669535597082635f,-0.5948937666634058f,-0.4647719934967033f,0.6558112536745049f,0.04504188009803908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7912710258526223f,-0.30407615950996364f,0.5304977406773848f,-0.024846638563679375f,0.14139154865537099f,0.935059492524786f,0.3250725694489236f,2.256565173890187f,-0.5948937666634058f,-0.18221260839184675f,0.7828792829856114f,0.08603971698620454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7781329379250409f,0.06308530604074178f,0.6249234953799466f,0.201932200111196f,-0.15522390080030024f,0.9833963024542224f,0.09400666433664297f,2.3637917186523985f,-0.6086170154838616f,-0.17015274455943888f,0.775005401260151f,-0.14256448902156507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7784215463239857f,-0.059418188635170295f,0.6249234953799466f,0.11167092515311038f,0.0005242374948145195f,0.995571430001558f,0.09400666433664297f,2.37376408871055f,-0.6277416836515034f,-0.07284920469002076f,0.775005401260151f,-0.07099218499714412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7844537144969931f,0.037346413047929766f,0.6190618832106557f,0.10623841719892263f,-0.2363411029574552f,0.9408657288492204f,0.24272322371351127f,2.3679213440627707f,-0.5733892681806347f,-0.33671490271367427f,0.7468921082899441f,-0.041690099208450904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7576004932150598f,-0.20689097959063996f,0.6190618832106557f,0.1271210002034267f,0.06596975360330874f,0.9678498996640128f,0.24272322371351127f,2.37757380748273f,-0.6493762270747345f,-0.14304787409949815f,0.7468921082899441f,-0.062135472816833376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7806380536915514f,-0.08582898044566875f,0.6190618832106557f,0.17489129504319917f,-0.08624752482725884f,0.9662540044580888f,0.24272322371351127f,2.4866653254775604f,-0.6190037104814785f,-0.24287154008727507f,0.7468921082899441f,-0.09534216135626494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7806380536915514f,0.008651823552075721f,0.6249234953799466f,0.17294463474398214f,-0.08624752482725884f,0.9918286704474061f,0.09400666433664297f,2.2635038746268945f,-0.6190037104814785f,-0.12728328416471124f,0.775005401260151f,-0.06670342241920496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7911650932306461f,0.04639995418385877f,0.6098400114005956f,0.031211521214655143f,0.0277548029468299f,0.9933668987417209f,-0.11158797156341874f,1.7544211127647653f,-0.6109725576216379f,0.10521049727090695f,0.7846293934701166f,-0.06877190111378119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.003346956096718994f,0.08877062928492105f,0.996046471436572f,-0.002077464767190245f,0.014500399707951006f,0.9959516362564241f,-0.08871345245486278f,1.3809392491686063f,-0.9998892620151477f,0.01414615193296971f,-0.004620616007963391f,-0.07407670808864483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.03381614905659908f,0.13653258167482024f,0.990058241824283f,-0.15445609164567328f,-0.10035976105345051f,0.9851537242669914f,-0.1392840907073415f,0.7517713944148656f,-0.9943763806649253f,-0.10407206015105672f,-0.019611727910580617f,0.11392315726539001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.018510379036885745f,0.3547192687214767f,0.9347896053474342f,-0.018619504125724242f,-0.1255131861862265f,0.9267292187227869f,-0.3541460083903738f,1.0972690708347277f,-0.9919192537506734f,-0.12388379863062768f,0.02736783651576505f,0.06767050037221291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.00515631754168408f,-0.21082990188796255f,0.9775091635679538f,-0.29783637200662566f,0.09846642540888423f,0.9726645932113975f,0.21030442739063449f,1.1380838607147048f,-0.9951270147356096f,0.09733622954901297f,0.01574429930406248f,-0.18241984828862964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.00515631754168408f,0.99063976760263f,0.13640477716567045f,0.021756402269571446f,0.09846642540888423f,0.13624667291053638f,-0.9857693478638934f,1.1277113839449924f,-0.9951270147356096f,0.008348351035753866f,-0.09824728789324354f,-0.18510218179864427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.06490226355011477f,0.6044018846792039f,0.7940315220331606f,0.002809815867485797f,0.06345276124850503f,0.7915993126674257f,-0.6077370116048547f,1.2817432291113442f,-0.9958722022810016f,0.08982700028769466f,0.013025618730134978f,-0.07042974557154569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.09360690796778781f,0.5616859514130838f,0.8220381005561049f,0.0047416982748836375f,-0.17689038478786234f,0.8031444184085742f,-0.5689190056139408f,1.2559427506553558f,-0.9797691251260741f,-0.1986653849172824f,0.02417697841658307f,-0.06897639929617037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.014503862109369456f,0.5496992089229926f,0.835236743500517f,0.002809815867485797f,-0.05731768092610209f,0.833493961144909f,-0.5495475413357996f,1.2817432291113442f,-0.9982506305718851f,-0.055844394923796656f,0.019418602380940918f,-0.07042974557154569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.02332244470181657f,-0.027970677498167763f,0.9993366323583981f,-0.005766833734943993f,0.0571115863311578f,0.9979388059719102f,0.029264419387660404f,1.2955111010429121f,-0.9980953512965932f,0.057756218155724647f,-0.021676922855399152f,-0.07109565844638174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.005494236839425418f,-0.03129058358340112f,0.9994952289733866f,-0.005766833734943993f,-0.1709919683614728f,0.9848188992696049f,0.029891175909841874f,1.2955111010429121f,-0.9852571035610055f,-0.17074142737020276f,-0.010761266754634395f,-0.07109565844638174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.014503862109369456f,-0.0777983818131189f,0.9968636064031893f,-0.005766833734943993f,-0.05731768092610209f,0.9953937926841507f,0.0768497295968934f,1.2955111010429121f,-0.9982506305718851f,-0.05602329223744575f,-0.018896277138944623f,-0.07109565844638174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.002018377728933207f,0.2583878891213975f,0.9660391425334336f,-0.01665101742208827f,0.14976781701208042f,0.9552233840030577f,-0.2551820676324701f,1.3228564219070713f,-0.9887191346073867f,0.14416651972332192f,-0.04062619170049918f,-0.26659717049144604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.0243898821866047f,0.23028083942889532f,0.9728185178330266f,-0.003224134173234031f,-0.2272789591079078f,0.9463488231836841f,-0.2297132551806318f,1.3394689166080682f,-0.9735242207535207f,-0.226703859364545f,0.029256653183012526f,0.12043295684722144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.014503862109369456f,0.14570208173871546f,0.9892221900872004f,-0.01328076183704483f,-0.05731768092610209f,0.9875782978096105f,-0.14630033885376242f,1.169542317201612f,-0.9982506305718851f,-0.05882184179772706f,-0.005972394022267856f,-0.06960210738786331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.014503862109369456f,0.05893124660952344f,0.9981566741533916f,9.157903980247354e-18f,-0.05731768092610209f,0.9965711789254387f,-0.05967050182807935f,1.3926614843749998f,-0.9982506305718851f,-0.05807747849389469f,-0.011076328571564218f,-0.07477996093750004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9773804666681705f,0.20512866682200825f,0.051474784344717375f,-0.4303516908078836f,0.18245512451642368f,0.940927162077766f,-0.28524761734671444f,1.4260567193059794f,-0.10694648621252592f,-0.2694036111712439f,-0.9570706052192217f,0.6173511864646083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9610397793633734f,0.20512866682200825f,0.18526945924524202f,-0.5214313243990719f,0.14153457592009674f,0.940927162077766f,-0.3076102070533415f,1.4412798698397657f,-0.23742473818100188f,-0.2694036111712439f,-0.9333012311079292f,0.6011703789223201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9715160916393418f,0.20512866682200825f,0.11865375566598724f,-0.49368957095337584f,0.1623802723603865f,0.940927162077766f,-0.2971341831773113f,1.4782384220494693f,-0.17259528045107436f,-0.2694036111712439f,-0.9474347278065695f,0.7513759918644496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5656354370052952f,-0.2425402588142379f,0.7881819429916874f,0.9380938674815662f,-0.5476528602109236f,0.6040979747565602f,0.5789144855657153f,1.860548396774902f,-0.6165491846613891f,-0.7591046434776598f,0.20887135548952576f,-0.11764637300547479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17917061620597466f,-0.2425402588142379f,0.953452732516245f,0.9023318829814887f,-0.7411153483869839f,0.6040979747565602f,0.2929397161196513f,1.9224288131616327f,-0.6470285393038016f,-0.7591046434776598f,-0.07151370202306886f,-0.056975481859711734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.38146116800082663f,-0.2425402588142379f,0.891998654798183f,0.7864130770118f,-0.6600577747917961f,0.6040979747565602f,0.4465303694396665f,1.8245090495523173f,-0.6471561722214725f,-0.7591046434776598f,0.07034933550721928f,-0.09786332775867615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.2662284545889775e-7f,-1.301088596876046e-8f,0.000015623351042678473f,-0.6876704571605052f,-8.955887644703453e-7f,0.000015599312349105474f,0f,1.558097187018629f,-0.000015597666102685708f,-8.954942500607289e-7f,-2.269960291229332e-7f,-0.08151776116980922f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139.mcfunction new file mode 100644 index 000000000..751b04bc0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139_as_bone.mcfunction new file mode 100644 index 000000000..a73b7cd96 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_139_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3009443696247774f,0.013338793193047427f,0.7590777347753936f,0.31202856147410973f,-0.10495819215049358f,0.8079687488317888f,-0.055809705752118105f,1.4663408432107345f,-0.7519047205172273f,-0.1181229103594686f,-0.2960248532751321f,0.03902940410767418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.267361771452852f,0.1248880284131417f,0.7435863524330387f,0.31202856147410973f,0.20789635449741872f,0.7705778460552763f,-0.054670732165340186f,1.4663408432107345f,-0.7247736122074787f,0.17496503515813971f,-0.28998352973890495f,0.03902940410767418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.611652848252323f,-0.04144749472386832f,0.5395436431377725f,0.33222709496226405f,0.10244317013456271f,0.8084122150702733f,-0.054032692533312894f,1.4661773466861574f,-0.5313479411478378f,0.10814915695803366f,0.6106697714245114f,-0.044392271331944816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.569098596290368f,0.1917814720024466f,0.5285325483798587f,0.33222709496226405f,-0.2103387556859396f,0.7700363787477486f,-0.05292998452242896f,1.4661773466861574f,-0.5214253499369047f,-0.10131062334044118f,0.5982071230280929f,-0.044392271331944816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3027473799803408f,-0.8455677472265203f,-0.1710868165716598f,-0.17045480906659116f,0.13951977868017895f,0.512289148699305f,-1.4695238376705488f,2.1065939318666445f,0.8513458435391524f,1.2099509341189045f,0.5026283335760133f,-0.6900730754820252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.631388382602081f,0.760211567499791f,0.15305908321507436f,-0.03566604662453643f,0.775395294526092f,0.6215902404614969f,0.11130009069993546f,1.8732558359997877f,-0.010528415926607637f,0.18895487715994339f,-0.9819293288498656f,-0.5866498583374877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.40498720152113354f,0.760211567499791f,0.5079997433499268f,0.09137652155063267f,0.6808254978413011f,0.6215902404614969f,-0.3874302704386473f,1.653785448534193f,-0.6102966558102918f,0.18895487715994339f,-0.7693075108851111f,-0.36598119048416683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7698471426626872f,-0.40875795735296194f,0.4901553929466962f,-0.2859900054447474f,0.5714841792878801f,0.09956820487346237f,-0.8145501859320483f,1.3796659117053023f,0.28414997757831034f,0.9071951856568191f,0.3102510038071358f,0.3120883748490161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6486928106450623f,-0.18450288756895233f,0.7383470199683396f,-0.07167638345331788f,0.7366136204933105f,0.39608652471581274f,-0.5481932497233865f,1.6130534879266722f,-0.1913060676537639f,0.8994854914990394f,0.39284582098017173f,0.21371942647706327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11890852801285523f,0.6207790059139581f,0.774915600425165f,-0.21737436073745003f,-0.46606522633099173f,0.7240268814024459f,-0.5084960961617011f,1.4016474104111885f,-0.8767234266123254f,-0.3006966924046998f,0.3754164786021199f,-0.24431170341828956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2054410618950888f,0.36219460492793754f,0.9091804211753097f,-0.1437804946811161f,-0.2676724100612f,0.9143690017836673f,-0.30377756577661974f,1.5711929884595222f,-0.9413529895737556f,-0.18095412882339815f,0.2847984415026142f,-0.2764606123132854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.1540267302904234f,0.5985377479702639f,0.7861477791170857f,-0.266638573891551f,-0.4345555834308553f,0.7555971299988655f,-0.49013714616069115f,1.393512890490785f,-0.8873765893154443f,-0.26613068480008584f,0.3764800756251615f,0.05858143500049197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.21134976351879092f,0.23137953341283357f,0.9496287637694062f,-0.21731973160308596f,-0.2255421444980084f,0.9569004017737276f,-0.18295453571999343f,1.571788249975109f,-0.9510320806974868f,-0.17551390999843372f,0.2544265097847924f,0.027262742561940598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9424062744258894f,0.018982684845569454f,0.333931237830139f,-0.2462808643249818f,0.013294967913821454f,0.9954731014519825f,-0.09410923500773623f,2.2471964961899102f,-0.3342060109436774f,0.09312873864508554f,0.9378877226446083f,0.05070159471012037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9424062744258894f,0.018982684845569454f,0.333931237830139f,-0.25268788167507333f,0.013294967913821454f,0.9954731014519825f,-0.09410923500773623f,2.113441056429669f,-0.3342060109436774f,0.09312873864508554f,0.9378877226446083f,0.1395202017878046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9424062744258894f,0.018982684845569454f,0.333931237830139f,0.3073828219002282f,0.013294967913821454f,0.9954731014519825f,-0.09410923500773623f,2.25500728983928f,-0.3342060109436774f,0.09312873864508554f,0.9378877226446083f,-0.14564443671929012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9424062744258894f,0.018982684845569454f,0.333931237830139f,0.3716562751320784f,0.013294967913821454f,0.9954731014519825f,-0.09410923500773623f,2.1222489726725753f,-0.3342060109436774f,0.09312873864508554f,0.9378877226446083f,-0.08189128046238167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9204512511081514f,-0.2953669441412141f,0.2559841062295068f,-0.1598631743107522f,0.1860041352316768f,0.9070304436299566f,0.3777542005129262f,2.3286790113419036f,-0.3437614812775778f,-0.30009022416120945f,0.8898167796533848f,0.0008700044416753705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9553245387030271f,-0.14774018786277765f,0.2559841062295068f,-0.05131294030942889f,0.041823293446352924f,0.9249608511283816f,0.3777542005129262f,2.34281761242841f,-0.29258475332311557f,-0.35017175895570307f,0.8898167796533848f,-0.036360188716225456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8779949501632722f,-0.4578751824922062f,0.13955351928748355f,-0.015405445532244044f,0.22769682057916857f,0.6559532879768281f,0.7196384105163691f,2.3576275563731195f,-0.42104515836894607f,-0.6000629977345023f,0.6801803976622316f,0.006021057288071174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9765140313196408f,-0.16414981538320922f,0.13955351928748355f,-0.0457456728662714f,0.013851831450542945f,0.6942108360397f,0.7196384105163691f,2.3627321502502703f,-0.21500807752577422f,-0.700803933518298f,0.6801803976622316f,0.006845285210969547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9388128346060393f,-0.31488930885860733f,0.13955351928748355f,-0.12129939022117775f,0.1222797931805922f,0.6834970448284214f,0.7196384105163691f,2.4540554123748306f,-0.32199085974400715f,-0.6585412005921599f,0.6801803976622316f,-0.028330588908002857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9388128346060393f,-0.23044001157970379f,0.2559841062295068f,-0.06945038761574447f,0.1222797931805922f,0.9177959556320519f,0.3777542005129262f,2.2475513223576193f,-0.32199085974400715f,-0.3233388082006156f,0.8898167796533848f,0.044420642937135546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9278938532490187f,0.12930365068271382f,0.34970496568223225f,0.2192070012648754f,-0.16486081671464736f,0.9835545586403701f,0.07376544780536348f,2.3513010930955804f,-0.3344157714804549f,-0.12609915185229859f,0.9339513347531888f,-0.10038871410239356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9366974875862508f,-0.017442870371425806f,0.34970496568223225f,0.11113771146684506f,-0.008969275271262483f,0.9972352835771418f,0.07376544780536348f,2.3623837408246304f,-0.35002481176441447f,-0.07223250973089003f,0.9339513347531888f,-0.060799016618538954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.91992735216122f,0.1665348952435795f,0.3549644988049607f,0.09545038345126106f,-0.247341536153035f,0.9489368283374924f,0.19580873401929016f,2.356499286815336f,-0.30422989866070654f,-0.26792727463061733f,0.9141439406734072f,-0.03808619319379315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9263650155777924f,-0.1258890880962269f,0.3549644988049607f,0.12199471088576665f,0.05800182683575006f,0.9789252922289209f,0.19580873401929016f,2.366002839915507f,-0.3721339086905036f,-0.16080177154752345f,0.9141439406734072f,-0.050429077156708024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9346533171721544f,0.020576231123099635f,0.3549644988049607f,0.18061014680303691f,-0.0958499263052944f,0.9759465822005998f,0.19580873401929016f,2.4742232894763876f,-0.3423973836441478f,-0.2170366038338609f,0.9141439406734072f,-0.06218533082525599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9346533171721544f,0.06426207027692904f,0.34970496568223225f,0.1661511809907279f,-0.0958499263052944f,0.9926587784013918f,0.07376544780536348f,2.250875064336075f,-0.3423973836441478f,-0.10246431567320985f,0.9339513347531888f,-0.039130859798783814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9424062744258894f,0.018982684845569454f,0.333931237830139f,0.02818641952194552f,0.013294967913821454f,0.9954731014519825f,-0.09410923500773623f,1.7419741424466975f,-0.3342060109436774f,0.09312873864508554f,0.9378877226446083f,-0.0743925783190745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.23532555815030354f,0.08007500610221055f,0.9686123450994103f,-0.0018417077663834378f,-0.0019048368498778604f,0.9966363512317566f,-0.08192896313286241f,1.3682355107347888f,-0.9719147356007232f,0.01743493048972451f,0.23468653544887277f,-0.0809306772527212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2098304237886613f,0.1843232065145605f,0.9602063053286317f,-0.20082767151533248f,-0.09571679850360354f,0.981224599116281f,-0.16744127499906972f,0.7386148250975432f,-0.9730413597257268f,-0.056773599756261735f,0.22353360068192085f,0.06157057018217231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.22107234930541042f,0.3912258456527423f,0.8933472751768392f,-0.0515129676134448f,-0.1165322848151374f,0.9200457402006941f,-0.3740802888877208f,1.0829736858340888f,-0.9682702324084689f,-0.021404990816479327f,0.2489871149272511f,0.05421769262563919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.23498954473751943f,-0.21183738139106864f,0.9486331417937223f,-0.26423563549465306f,0.0960762335668987f,0.9762449485538398f,0.19420390770195411f,1.1321013189646918f,-0.9672379599703746f,0.04550521144314511f,0.24975989374569846f,-0.25593944593337953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.23498954473751943f,0.9575903060680285f,0.16673547789415746f,0.04760621664005206f,0.0960762335668987f,0.1478158573410815f,-0.9843372540253263f,1.1145764504873032f,-0.9672379599703746f,0.24732827990963904f,-0.05726648888562302f,-0.18191851781723184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3024974298525304f,0.5811422945771637f,0.7554925137856779f,0.0009441016280810708f,0.055926355957862446f,0.7804395636663533f,-0.6227249233598625f,1.2669108388758816f,-0.9515080386638296f,0.23062463207095052f,0.20357979133561077f,-0.07551020134972122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.14427640640656797f,0.6052269580537357f,0.7828694960205238f,0.002212463261313269f,-0.17812380461102936f,0.7941081938234142f,-0.5810887081448122f,1.238910328580833f,-0.9733736326741641f,-0.05561030253052626f,0.22237640492454383f,-0.0734382497222155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.22566325359246234f,0.5583795105037221f,0.7983034624926088f,0.0009441016280810708f,-0.06172132655453799f,0.8259889314671875f,-0.5602970309952051f,1.2669108388758816f,-0.9722482058746172f,0.07716610229445003f,0.22085927381541026f,-0.07551020134972122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.21809815040364375f,-0.03059199623414785f,0.9754472443740457f,-0.006999800267778626f,0.04771484860479732f,0.9986474971318113f,0.020651142704214663f,1.2825194403337625f,-0.9747597088581015f,0.04203934155976342f,0.21926286449850707f,-0.07834489964901122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2305114129857432f,0.018789447681805127f,0.9728881976564053f,-0.006999800267778626f,-0.17041438836881112f,0.9851411411914885f,0.021351069500506685f,1.2825194403337625f,-0.9580310144876314f,-0.17071581235416994f,0.2302882686809202f,-0.07834489964901122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.22566325359246234f,-0.05665009348962162f,0.9725568687154912f,-0.006999800267778626f,-0.06172132655453799f,0.9954708994228635f,0.07230605957029597f,1.2825194403337625f,-0.9722482058746172f,-0.07634432074393116f,0.2211446831007602f,-0.07834489964901122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.2365799724653763f,0.23188993591428586f,0.9435342994560136f,0.03036323826364391f,0.14085113462112686f,0.9526584597830384f,-0.26944909886609414f,1.306384371235834f,-0.9613484667404546f,0.1966441370228906f,0.19271795160363148f,-0.27046817560432407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.20997881479933128f,0.2891524930014432f,0.9339698780616634f,-0.04895301702030003f,-0.22415845390812517f,0.9440588694242147f,-0.24187980197402242f,1.3241887138579318f,-0.9516626949066497f,-0.1585676097206605f,0.2630483382773767f,0.10855266073991927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.22566325359246234f,0.16140454310055308f,0.96074172879321f,-0.01545424853536541f,-0.06172132655453799f,0.9865673643678187f,-0.1512458707293653f,1.1547738916411148f,-0.9722482058746172f,-0.025167618696203552f,0.23259410384347748f,-0.07857450519139886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.22566325359246234f,0.07705619112305023f,0.9711531492960686f,9.93314845809666e-18f,-0.06172132655453799f,0.9959951238945023f,-0.06468532311678649f,1.37779875f,-0.9722482058746172f,-0.04534376018795688f,0.2295155105556157f,-0.08111031250000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8769185775887034f,0.23552080846058318f,0.4189794231962696f,-0.5898518417825014f,0.13683663001711258f,0.9579753237707822f,-0.25210913456641104f,1.482384893401207f,-0.4607488957831209f,-0.16374745136440494f,-0.8722942320148038f,0.41811908326752023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8243013950742479f,0.23552080846058318f,0.5148370216493003f,-0.6697230189930764f,0.10764952959237259f,0.9579753237707822f,-0.2658850462602321f,1.4938633604386797f,-0.555822623556463f,-0.16374745136440494f,-0.8150141000709571f,0.3703917080467251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8519592235794673f,0.23552080846058318f,0.4676488320737524f,-0.6999347551988517f,0.1224369817330436f,0.9579753237707822f,-0.25940791150303655f,1.527035313645399f,-0.5090920023551476f,-0.16374745136440494f,-0.8449923699712844f,0.5210042511528153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6828851194605576f,0.08226554378566484f,0.7258789802198358f,0.9531426291593f,-0.473881231096091f,0.806100187385787f,0.3544560151999854f,1.9325510154149912f,-0.5559716651360871f,-0.5860331630567063f,0.5894579199260612f,0.1685370244604697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.31177012131120935f,0.08226554378566484f,0.9465895476727189f,0.905384107179607f,-0.5793283487656042f,0.806100187385787f,0.12075244185157306f,1.9831210328514044f,-0.7531122464640396f,-0.5860331630567063f,0.298976714851909f,0.23139288667550928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5094242344500591f,0.08226554378566484f,0.8565741822286147f,0.8007772408351613f,-0.5394135193217411f,0.806100187385787f,0.24338353080998057f,1.9213284945117006f,-0.6704625302937555f,-0.5860331630567063f,0.45502211734139597f,0.1317116379667801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000003525988337382224f,2.1804439637834765e-7f,0.000015220397100136797f,-0.6657505347380241f,-9.643957274146562e-7f,0.00001559520970942502f,0f,1.5431590507226458f,-0.000015191378216790895f,-9.394230997072863e-7f,0.0000035327237528778644f,-0.253555155140918f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..6ebc7aa35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5611358797599098f,-0.09895620620238449f,-0.5850458427717844f,0.05476767693737225f,-0.13459030676552303f,0.8054680519068158f,-0.007149204616308039f,1.482620946545434f,0.5778896245956305f,0.09150590721868507f,-0.5697496776420774f,-0.302848769165916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5449379803212258f,0.12079718298551231f,-0.5731061316948093f,0.05476767693737225f,0.1801411092921213f,0.7794229496860865f,-0.007003302481281344f,1.482620946545434f,0.557307615546771f,-0.1338204247691845f,-0.5581221332004024f,-0.302848769165916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6593812880845021f,0.11625390090646744f,0.4675957569231103f,-0.04347552747817024f,0.13602087551129724f,0.8052158040391776f,-0.008383006329793836f,1.4824430725567086f,-0.4622327149754844f,0.07111247354729289f,-0.6694986017586763f,-0.316921113664128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6403369645782053f,-0.14197194606309624f,0.4580529863736591f,-0.04347552747817024f,-0.1787518479724161f,0.7797309415056815f,-0.00821192456796131f,1.4824430725567086f,-0.44499027926598184f,-0.10892027079346131f,-0.655835364988091f,-0.316921113664128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3747219359697007f,0.5398461472035179f,0.5100117509560299f,-0.4070647752800481f,0.6845131990193358f,0.5048319879185805f,1.310722165198441f,1.6571550338149956f,0.2880755614973843f,1.3766325040923926f,-0.6806626694217006f,0.5129805478573835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2087710496945138f,-0.9684085763955614f,-0.1363799031124918f,-0.48378596463509604f,-0.0819957204309322f,0.12162878470935772f,-0.9891830672636575f,1.6674236904336708f,0.9745210878377458f,0.2176953557006821f,-0.054012789836206866f,0.2756366133554354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48286912082421146f,-0.8654901362540283f,-0.13328254274824014f,-0.2984313589992602f,0.029976232680121097f,0.13577650503455033f,-0.9902859012199003f,1.6536761845495074f,0.8751793174137289f,-0.4821737910002847f,-0.039618147907916984f,0.0051653151987757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.13156501390301625f,0.9822585956212742f,0.13363644130558508f,0.4962038942074959f,0.07213571804438793f,0.12496449865555274f,-0.9895354022257048f,1.6697674183450626f,-0.9886794653976181f,0.13982819960182669f,-0.054414973097411425f,0.26761516055068485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5229687974287218f,0.8421188709223627f,0.13167932317718437f,0.2984431874399295f,-0.03529567022111589f,0.13296087625696282f,-0.9904926153428016f,1.6536761845495074f,-0.8516207210839805f,-0.5226444418736562f,-0.03981123960611875f,0.004429490483469038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.0009334729927540214f,-0.0008052406526469254f,-0.15589577954627884f,0f,0.6531827547384392f,-0.7572002964290913f,1.3823540518663338f,0.0012327953345451937f,-0.7571997210382975f,-0.6531822583897908f,0.2874272053266996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.0004958739500321485f,-0.001128668845390848f,-0.15599581009219357f,0f,0.9155362725372738f,-0.40223542070354096f,1.5515031315876755f,0.0012327953345451937f,-0.4022351150478788f,-0.9155355768281661f,0.20628602390004627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.0008333481749819577f,-0.000908468577404104f,0.1565701307613482f,0f,0.736917598523569f,-0.6759825833453522f,1.371743270769765f,0.0012327953345451937f,-0.6759820696712859f,-0.7369170385454442f,0.2595822485042868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.0003132062118153165f,-0.0011923448350861822f,0.15650395244141355f,0f,0.9671879846349885f,-0.25406180818397195f,1.5515031315876755f,0.0012327953345451937f,-0.2540616151243203f,-0.9671872496761342f,0.2059007753580009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,0.0002609828729553324f,-0.0012048536329780381f,0.2939137060115569f,0f,0.9773346793387534f,0.21170008162921458f,2.2296810952993975f,0.0012327953345451937f,0.21169992075991936f,-0.9773339366695024f,0.132611362298025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,0.0002609828729553324f,-0.0012048536329780381f,0.33126809962837866f,0f,0.9773346793387534f,0.21170008162921458f,2.127361143034792f,0.0012327953345451937f,0.21169992075991936f,-0.9773339366695024f,0.014477585815223779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,0.0002609828729553324f,-0.0012048536329780381f,-0.2935858475516245f,0f,0.9773346793387534f,0.21170008162921458f,2.2296810952993975f,0.0012327953345451937f,0.21169992075991936f,-0.9773339366695024f,0.1333356295570703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,0.0002609828729553324f,-0.0012048536329780381f,-0.3312313969428684f,0f,0.9773346793387534f,0.21170008162921458f,2.127361143034792f,0.0012327953345451937f,0.21169992075991936f,-0.9773339366695024f,0.015294312724359979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9818809665666342f,0.1867129604078519f,0.03237341362766688f,0.1974508804357143f,0.179829124956823f,0.8642055905756144f,0.46990444032283496f,2.3177034894786437f,0.05975996411842478f,0.46721190870266716f,-0.8821234488749152f,0.1589124843679084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990007246076289f,0.030814190294800647f,0.03237341362766688f,0.08269149640677688f,0.042423590772807135f,0.8816972586499432f,0.46990444032283496f,2.3314752520391107f,-0.014063825204174974f,0.47080827283051346f,-0.8821234488749152f,0.16203705766309245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9639699818452678f,0.25832977303914756f,0.06346339466792206f,0.06090754560746968f,0.22902404114328814f,0.6846140936242533f,0.6919909908296783f,2.3414947694360335f,0.13531394118726794f,0.6815931859786929f,-0.7191111639710398f,0.12727957088131198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966182227689826f,-0.0521968924555679f,0.06346339466792206f,0.0901263800766971f,0.006257417199077964f,0.7218790157225496f,0.6919909908296783f,2.347045038888617f,-0.08193267220584988f,0.6900479483901284f,-0.7191111639710398f,0.13519915712451955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9925135916016209f,0.10435117643454869f,0.06346339466792206f,0.15159789817580194f,0.11910713565809423f,0.712012611437385f,0.6919909908296783f,2.4407768848445692f,0.02702333660699733f,0.6943694068223638f,-0.7191111639710398f,0.18736464425471916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9925135916016209f,0.11776558315629715f,0.03237341362766688f,0.1251006419656351f,0.11910713565809423f,0.8746446748252731f,0.46990444032283496f,2.243981833008883f,0.02702333660699733f,0.47024244834303264f,-0.8821234488749152f,0.08156009337753699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9820253255699571f,-0.18556044043376188f,-0.03454826891825262f,-0.1970584674292799f,-0.179829124956823f,0.8642055905756144f,0.46990444032283496f,2.3177034894786437f,-0.05733886776422199f,0.46767084596314296f,-0.882040948074201f,0.15939883402096428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989630124664761f,-0.029653277030630365f,-0.03454826891825262f,-0.08229172830646383f,-0.042423590772807135f,0.8816972586499432f,0.46990444032283496f,2.3314752520391107f,0.016526907449508035f,0.47088281689876954f,-0.882040948074201f,0.16224044836735224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9643006803295758f,-0.2566484593056192f,-0.06523623419518643f,-0.060593541390940184f,-0.22902404114328814f,0.6846140936242533f,0.6919909908296783f,2.3414947694360335f,-0.13293677630480877f,0.6822280492233477f,-0.7189525035484549f,0.12742935696832713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964131812008764f,0.05389810828944179f,-0.06523623419518643f,-0.08979276060440737f,-0.006257417199077964f,0.7218790157225496f,0.6919909908296783f,2.347045038888617f,0.08438967388932303f,0.6899171548688023f,-0.7189525035484549f,0.13542096077029353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.992577203224355f,-0.10263882982257791f,-0.06523623419518643f,-0.1511354732160311f,-0.11910713565809423f,0.712012611437385f,0.6919909908296783f,2.4407768848445692f,-0.024576124076868912f,0.6946245833302818f,-0.7189525035484549f,0.18773785282618055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.992577203224355f,-0.11660580068791354f,-0.03454826891825262f,-0.12489916806125059f,-0.11910713565809423f,0.8746446748252731f,0.46990444032283496f,2.243981833008883f,-0.024576124076868912f,0.47053138051114407f,-0.882040948074201f,0.0818682922111733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,0.0002609828729553324f,-0.0012048536329780381f,0.000004634905833213424f,0f,0.9773346793387534f,0.21170008162921458f,1.736482182296859f,0.0012327953345451937f,0.21169992075991936f,-0.9773339366695024f,0.003759668925818374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.00001544832605497381f,-0.0012326985382073328f,0.000010428028103828603f,0f,0.9999214822321691f,-0.012531136046741331f,1.3615116264597955f,0.0012327953345451937f,-0.01253112652442559f,-0.999920722399377f,0.00845884137247797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9844604456470126f,-0.1755987128065496f,-0.001650156710187714f,0.18314423544853986f,-0.17376879649523416f,0.9754712362443074f,-0.13513057620168945f,0.7897339915692098f,0.0253384356479077f,-0.132743961522495f,-0.9908264249394196f,0.24110807739754797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9844604456470126f,-0.162686436753171f,0.06611168015594338f,0.12506971486402202f,-0.17376879649523416f,0.8481637030334065f,-0.5004225596645872f,1.0918233713339118f,0.0253384356479077f,-0.5041343631941945f,-0.8632534433905845f,0.056473140786796897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.973616874523047f,0.21468858159909282f,0.07732395860884965f,-0.16907010414930945f,0.22618150610516036f,0.9528050104991335f,0.20249577344662667f,0.9566088071423229f,-0.03020112481307203f,0.21464255146339423f,-0.9762256230817288f,0.3243972377461599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.973616874523047f,0.16412710250421125f,-0.15853225497527487f,-0.12498778582693122f,0.22618150610516036f,0.6021729490890222f,-0.7656563626597974f,1.1043825075953202f,-0.03020112481307203f,-0.7813130189680716f,-0.6234082598514582f,0.009984747670221061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.983364460058189f,0.1816402632909052f,-0.0010739860693194498f,0.000007306181787827034f,0.15875986080518448f,0.8565915555668886f,-0.49096457461676035f,1.2797617614888952f,-0.08825896720212012f,-0.4829676197045808f,-0.8711788754471188f,0.00592651191254712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9831438607337448f,-0.18227916723800558f,0.014228643384605739f,0.0000032992841422808102f,-0.1587598608051845f,0.8125045116593312f,-0.5609204267365827f,1.25726839634199f,0.09068327132754715f,-0.5537244113494101f,-0.8277474376747317f,0.0026762606433750457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.0006052588370145078f,-0.0010739860693194498f,0.000007306181787827034f,0f,0.8711795374498781f,-0.49096457461676035f,1.2797617614888952f,0.0012327953345451937f,-0.49096420153648335f,-0.8711788754471188f,0.00592651191254712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9876872669322799f,0.1564363863037403f,-0.001232793604099055f,0.000016952624324428235f,0.15643424545681064f,0.9876869541999858f,0.0016755152979534282f,1.2915750134614965f,0.0014797257183982852f,0.0014620339880776125f,-0.9999978364318676f,0.013751359181214848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9876879131841555f,-0.15643230602998137f,-0.001232793604099055f,0.000016952624324428235f,-0.15643424545681064f,0.9876869541999858f,0.0016755152979534282f,1.2915750134614965f,0.0009555094381424549f,0.001847737345404952f,-0.9999978364318676f,0.013751359181214848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,0.0000020655674422760976f,-0.001232793604099055f,0.000016952624324428235f,0f,0.999998596323258f,0.0016755152979534282f,1.2915750134614965f,0.0012327953345451937f,0.0016755140247419753f,-0.9999978364318676f,0.013751359181214848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9832850540999892f,0.18206869950211538f,-0.001221083612914315f,-0.19372605395032383f,0.18050426346834336f,0.9739138535812731f,-0.1375136963077692f,1.3370204184364005f,-0.023847709603486058f,-0.1354355731116567f,-0.9904991127116596f,0.0195436014139574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9832232666919446f,-0.18221600539808358f,0.008326776830616583f,0.1937644427918773f,-0.18050426346834336f,0.9653822277001322f,-0.1882959513916356f,1.339012132946363f,0.026272013728913076f,-0.1866399791510273f,-0.9820770333721952f,0.01159604626831412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.00027530559394790686f,-0.0012016618354667784f,-0.007774615543365284f,0f,0.9747456060174812f,-0.22331816663588638f,1.169310186328031f,0.0012327953345451937f,-0.223317996938096f,-0.9747448653156475f,0.030735324384078087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999992401075428f,-0.0001695262432442825f,-0.001221083612914315f,0f,0f,0.9904998653850361f,-0.1375136963077692f,1.390625f,0.0012327953345451937f,-0.13751359181214862f,-0.9904991127116596f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8603456332472512f,0.23207969496457395f,-0.45381098106759943f,-1.8466032909467023f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.481937794799021f,-0.08050378928890355f,0.8724993420366486f,-0.45140403673961016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37710003058998726f,0.23207969496457395f,-0.8966239914892873f,-1.8158792519811686f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9111828650893231f,-0.08050378928890355f,-0.4040605477867648f,-0.3628314906000508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32772308229902725f,0.23207969496457395f,-0.9158256365234464f,-1.6938674259854185f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9447738254886325f,-0.08050378928890355f,0.31768153641926195f,-0.4547699941327198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8578628825904155f,-0.26654616630292416f,0.4393454402891615f,1.786554214066728f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.4881011465699516f,-0.15526445697039032f,0.8588656583650254f,-0.4781259106236261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3629059215390312f,-0.26654616630292416f,0.8928899334974725f,1.7550855842975497f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.8981382332016026f,-0.15526445697039032f,-0.4113886999702272f,-0.3899908660718276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33566538420456954f,-0.26654616630292416f,0.9034831991110919f,1.635297419315475f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9401071418858501f,-0.15526445697039032f,0.3034658303284045f,-0.4795782628969875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624988126680358f,0f,-1.9262427102268655e-8f,-0.00636994772297637f,0f,0.000015625f,0f,1.5567475f,1.9262427102268655e-8f,0f,-0.000015624988126680358f,0.6875083752742628f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14.mcfunction new file mode 100644 index 000000000..bf4849d53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140.mcfunction new file mode 100644 index 000000000..a359fa995 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140_as_bone.mcfunction new file mode 100644 index 000000000..8fb3bf7f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_140_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.11881023078700693f,0.041298471707079384f,0.8069219353440842f,0.2707063320714382f,-0.11743628999003007f,0.806055586586753f,-0.05854531211043004f,1.4572133137292973f,-0.7993980806195122f,-0.12455228625516943f,-0.111327809351009f,0.1058420626530596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.09204450570392853f,0.08191495802627988f,0.7904541407452254f,0.2707063320714382f,0.1958861719407924f,0.7735240957239058f,-0.057350509822462085f,1.4572133137292973f,-0.7701664862950749f,0.18695029549606706f,-0.10905581324180474f,0.1058420626530596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7321245320872329f,-0.06684538726651124f,0.3556259385389159f,0.3121677533151332f,0.09405190895331379f,0.8101788838906935f,-0.04133834738245321f,1.4556324771653515f,-0.34941716097343034f,0.07801483668677989f,0.7340066602684524f,0.02817957775439748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6876494622188274f,0.21395739792931326f,0.348368266323836f,0.3121677533151332f,-0.21859533300384631f,0.7684895959231278f,-0.04049470763995417f,1.4556324771653515f,-0.3454769131202476f,-0.06038189156713551f,0.7190269325078718f,0.02817957775439748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.053087706618609f,-1.1210366275439911f,-0.2751170875710064f,-0.051146988002997607f,0.15591535138846502f,0.5071392485271962f,-1.4696620141395378f,2.0680244351124646f,1.1437232774452786f,0.9630643344595754f,0.4536633138372167f,-0.7004308242598908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6613605719659468f,0.6611280270439762f,0.35427662314329356f,0.08142516963341433f,0.7366410166324181f,0.6614741211034296f,0.14075510550315012f,1.843359234777841f,-0.1412876727235367f,0.3540645689240664f,-0.9244869250394954f,-0.5959881783190939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.27518107859515334f,0.6611280270439762f,0.6979864653703162f,0.16030126103269923f,0.6528119740633698f,0.6614741211034296f,-0.36917274226292984f,1.6331663844545594f,-0.7057704304536243f,0.3540645689240664f,-0.6136174545512216f,-0.34495452077983985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7348296694532199f,-0.5922525133023565f,0.3305485098715677f,-0.38077205697275396f,0.5124868805782921f,0.16560265788547224f,-0.8425751936393564f,1.3722822930884426f,0.44427756428431453f,0.7885510257353732f,0.4252113894115342f,0.20582543091149325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.694554215029893f,-0.4082130744861749f,0.5924158406075534f,-0.1433079903292509f,0.7194362091586216f,0.3912906212139541f,-0.5738494495087281f,1.6023047082632182f,0.002446085787840502f,0.8247749605610868f,0.5654558171031366f,0.17462214048930347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.33347562374194917f,0.6776225509406977f,0.6554553278649426f,-0.16925325158687776f,-0.48070221529576074f,0.7202998479562424f,-0.5000935005016184f,1.386243468829648f,-0.8109990065219969f,-0.14830983612301496f,0.565937102449997f,-0.2999643377291705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.43379675056318606f,0.3976726286148866f,0.8085028507379225f,-0.08963649090447454f,-0.283232074661877f,0.9120266783799258f,-0.2966259088582929f,1.5553945590955198f,-0.8553361743101654f,-0.10031858438896431f,0.5082678531469843f,-0.3155973982199327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.370201830095359f,0.6475044246712549f,0.6660995608955121f,-0.29270801726586526f,-0.44929323920203135f,0.7524020776250172f,-0.4816914975302178f,1.3831709394621126f,-0.8130720695002338f,-0.12095095541873463f,0.5694599864625276f,-0.018918315149879864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.4420180533628766f,0.26973402711951106f,0.8554902659383005f,-0.23678607301884258f,-0.24125917096252592f,0.9543233599662673f,-0.17624113324978607f,1.5610050623729765f,-0.8639525756242455f,-0.12849310968524735f,0.48690396161424593f,-0.03996762345577472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9998739042125959f,0.00010775305427333098f,0.015879674553962775f,-0.2673424929007896f,0.0011011020515303699f,0.9970997723256262f,-0.07609751377316172f,2.2392685712413742f,-0.015841819621893016f,0.07610540333947201f,0.9969739235976052f,-0.05830168039933807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9998739042125959f,0.00010775305427333098f,0.015879674553962775f,-0.3033625139511121f,0.0011011020515303699f,0.9970997723256262f,-0.07609751377316172f,2.1074556664575046f,-0.015841819621893016f,0.07610540333947201f,0.9969739235976052f,0.026245517756324388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9998739042125959f,0.00010775305427333098f,0.015879674553962775f,0.32008342582411053f,0.0011011020515303699f,0.9970997723256262f,-0.07609751377316172f,2.2399154686966485f,-0.015841819621893016f,0.07610540333947201f,0.9969739235976052f,-0.06760874942720022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9998739042125959f,0.00010775305427333098f,0.015879674553962775f,0.3590539475897327f,0.0011011020515303699f,0.9970997723256262f,-0.07609751377316172f,2.1081851465666435f,-0.015841819621893016f,0.07610540333947201f,0.9969739235976052f,0.015750312256820276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9850733129659928f,-0.16780549847536816f,-0.038365124314100434f,-0.16795919034616535f,0.16795213137142934f,0.8881217209691558f,0.42782226486074704f,2.3169068544925198f,-0.037718028182784184f,-0.4278798002058734f,0.9030482971169285f,-0.0824922855870221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9991959892327397f,-0.011640117592633281f,-0.038365124314100434f,-0.05298409028945214f,0.026951515623244562f,0.9034609706539796f,0.42782226486074704f,2.329115787147771f,0.02968149098035193f,-0.4285122894006644f,0.9030482971169285f,-0.08339170504885274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9708690998539737f,-0.22669655024389623f,-0.07760067690588404f,-0.032637549893498874f,0.20140534018143308f,0.5966392207530142f,0.7768252887269036f,2.348652761441482f,-0.12980400569757464f,-0.7698248595406311f,0.6249164790098845f,-0.029385483999216214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.99340447047727f,0.08441381983729647f,-0.07760067690588404f,-0.0615048180143763f,0.007176202472886861f,0.629675291648347f,0.7768252887269036f,2.353443025297468f,0.11443801883047028f,-0.7722585927706115f,0.6249164790098845f,-0.038924867020533604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9943792437337361f,-0.07202815126928926f,-0.07760067690588404f,-0.11997316283111653f,0.10559076891028087f,0.6208003385270489f,0.7768252887269036f,2.440504299727488f,-0.007778762913129801f,-0.78065285825995f,0.6249164790098845f,-0.10440334959505203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9943792437337361f,-0.09868149202300622f,-0.038365124314100434f,-0.09776982712594016f,0.10559076891028087f,0.8976740495359975f,0.42782226486074704f,2.2385276385818886f,-0.007778762913129801f,-0.429468583160348f,0.9030482971169285f,-0.00777291838397387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9848288447011002f,0.17097778874279237f,0.029643589548521726f,0.22300717308418855f,-0.17242120062812635f,0.9834284332136443f,0.05603076227316611f,2.3393669484675685f,-0.01957233298949209f,-0.06029189417808766f,0.9979888833437808f,-0.05079563037512044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9994507863087966f,0.014811594964989405f,0.029643589548521726f,0.10803468441460126f,-0.016456308676686585f,0.9982934155767158f,0.05603076227316611f,2.3513226534301834f,-0.02876309530397827f,-0.05648781347129259f,0.9979888833437808f,-0.04805180221568227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9667066335831401f,0.25283295460359684f,0.039418037150115444f,0.08575165561010287f,-0.25588563251072394f,0.9546142159254202f,0.15242782497851867f,2.3456049383098865f,0.0009097587257422511f,-0.15743949891787234f,0.9875282155561683f,-0.035033161392129114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9975223229255378f,-0.05827034934227804f,0.039418037150115444f,0.11494911071664993f,0.05163031756723939f,0.986965079666056f,0.15242782497851867f,2.3549829271453855f,-0.04778624878712516f,-0.15001499227512155f,0.9875282155561683f,-0.03764612249065671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9943566587639981f,0.09849392630477134f,0.039418037150115444f,0.17511784822605655f,-0.10340069156856162f,0.9828906628692029f,0.15242782497851867f,2.462241491929431f,-0.02373040570324906f,-0.1556434750499005f,0.9875282155561683f,-0.02495881236436044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9943566587639981f,0.10186310799487899f,0.029643589548521726f,0.15219864892720883f,-0.10340069156856162f,0.9930603459318225f,0.05603076227316611f,2.238802914094771f,-0.02373040570324906f,-0.058779729221837065f,0.9979888833437808f,-0.011733373289447124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9998739042125959f,0.00010775305427333098f,0.015879674553962775f,0.026662947630507906f,0.0011011020515303699f,0.9970997723256262f,-0.07609751377316172f,1.7300296903268575f,-0.015841819621893016f,0.07610540333947201f,0.9969739235976052f,-0.07991260016061508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.47087866276597773f,0.07506396145596522f,0.8789986840958649f,-0.0014860379154790517f,-0.017953610487861274f,0.9969825168712303f,-0.07552171160373207f,1.356161246500146f,-0.8820152792453057f,0.0197803625761634f,0.47080546347103996f,-0.08733023612667636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.45139314409246123f,0.2145403729287756f,0.8661504822199803f,-0.2346595737945597f,-0.0918300875840009f,0.9766818710247426f,-0.19406122185002098f,0.7263148488057838f,-0.8875874404703106f,0.008059230434120226f,0.4605687617763198f,-0.0038723069487358527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4587448128638177f,0.39649763457235665f,0.7951998632099145f,-0.08360819009203278f,-0.10841244985023663f,0.9132122163877887f,-0.39279789785279234f,1.0694154720490512f,-0.8819296669168186f,0.09398443285262029f,0.46191664723558123f,0.0325224996243354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.47188014056167016f,-0.202002014021486f,0.8582099505801374f,-0.2130339498048095f,0.09384705774117834f,0.9793773860279413f,0.17892083581964693f,1.1263495690574346f,-0.8766537872483198f,-0.0038887103698385357f,0.48110603325549456f,-0.32206103984298784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.47188014056167016f,0.8621712786256422f,0.18436328066218477f,0.07119023829425207f,0.09384705774117834f,0.15880260350398398f,-0.98283999861304f,1.1020683923133552f,-0.8766537872483198f,0.48108462814081f,-0.005976442904947074f,-0.17166981955394428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5326174878013608f,0.5193053061119539f,0.668311761629359f,-0.0013530569467296244f,0.04857527617765457f,0.7695763619861367f,-0.6367045355708152f,1.252831443118004f,-0.8449609779347398f,0.3715833986013807f,0.3846644299274571f,-0.08096642005002856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.3845290015254317f,0.6103665816447134f,0.6925244277259843f,-0.0009896202697491441f,-0.1795332833822907f,0.7853292069691036f,-0.5924743343295582f,1.222748237141484f,-0.9054861937897389f,0.10349237987710193f,0.4115629722940888f,-0.07852535159253987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.46308878508706997f,0.5315141692282951f,0.7092541610989229f,-0.0013530569467296244f,-0.06612377102193753f,0.8187195005995185f,-0.5703735848055322f,1.252831443118004f,-0.8838418546507174f,0.21723505068848917f,0.41428554008069074f,-0.08096642005002856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.45742104176429227f,-0.02876318151367268f,0.8887849402079678f,-0.00806941454059985f,0.03856754410557178f,0.9991779764085494f,0.012486632924096915f,1.2701823996796275f,-0.8884134933086814f,0.02856660374157004f,0.4581543561483811f,-0.08578354942067892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.46365639516709106f,0.06814989304675517f,0.8833902531148813f,-0.00806941454059985f,-0.1700868455753159f,0.985339900087913f,0.013256932412155538f,1.2701823996796275f,-0.8695362052168367f,-0.15639972305748384f,0.46845054642368106f,-0.08578354942067892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.46308878508706997f,-0.0297489162669876f,0.8858124965857737f,-0.00806941454059985f,-0.06612377102193753f,0.995491605106122f,0.06800081667947329f,1.2701823996796275f,-0.8838418546507174f,-0.09006367827363436f,0.45903388744558205f,-0.08578354942067892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4721859411550604f,0.19063021751310483f,0.8606396209485223f,0.07725912140874273f,0.13215805090115634f,0.9499921658856534f,-0.2829295572008916f,1.290695153324037f,-0.8715358205819869f,0.24733581408035415f,0.423379626949256f,-0.261823744575796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.44288958291165725f,0.3285854033993106f,0.8341944917231537f,-0.0943975922348115f,-0.2214213543217422f,0.9416880103711115f,-0.2533698383265515f,1.3097120772159057f,-0.8688045817090652f,-0.07249361210623763f,0.4898196351772013f,0.08524086736999549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.46308878508706997f,0.1687252474332589f,0.8701037685271609f,-0.01699392810097666f,-0.06612377102193753f,0.9855539422717625f,-0.15592008779636413f,1.1407569379543472f,-0.8838418546507174f,0.014670301672872626f,0.4675557273912993f,-0.08817957907857953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.46308878508706997f,0.09224865671370924f,0.8814981352567332f,1.0668419699017545e-17f,-0.06612377102193753f,0.9953929430357202f,-0.06943007893215934f,1.3636816406249999f,-0.8838418546507174f,-0.026135689950788105f,0.4670551377282733f,-0.08711425781250001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6338540982116736f,0.22597611827650557f,0.7397051954319024f,-0.6838883329765224f,0.09013919449203124f,0.9714332751007893f,-0.21952748721579762f,1.535413140079237f,-0.7681822100235034f,-0.0724719669640419f,-0.6361162678377036f,0.18531103738578497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5658919037870367f,0.22597611827650557f,0.7929067708103935f,-0.7401816927674058f,0.07035413356778684f,0.9714332751007893f,-0.2266444085277209f,1.5429436579100582f,-0.8214722448861003f,-0.0724719669640419f,-0.5656245794572171f,0.11072275784634367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6004625044360894f,0.22597611827650557f,0.7670590425352029f,-0.8270938692522445f,0.08032552352875844f,0.9714332751007893f,-0.2233051774965939f,1.5726741756191367f,-0.795608315087374f,-0.0724719669640419f,-0.6014609072651295f,0.23823603370583374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8002522280643211f,0.2885141335999753f,0.525695697329877f,0.8604218761959455f,-0.3908900105163863f,0.9157839891210569f,0.09243746506705773f,2.076468535891318f,-0.45475418761853037f,-0.2794624840342254f,0.8456354704367781f,0.5225244003662383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5028062746650303f,0.2885141335999753f,0.8148284757361697f,0.7978554407518581f,-0.3933024191750466f,0.9157839891210569f,-0.08156526430153994f,2.1141215844115977f,-0.7697396035209116f,-0.2794624840342254f,0.573935242678902f,0.5813185462733804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6673753114035986f,0.2885141335999753f,0.6865637540986309f,0.7261540953591071f,-0.40163251754964835f,0.9157839891210569f,0.005568313591701363f,2.0944598131127026f,-0.62713755634285f,-0.2794624840342254f,0.7270482827445087f,0.442864230908133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007235762266985468f,4.795053189719556e-7f,0.000013840319507321604f,-0.6005336911853258f,-0.0000010331839222177741f,0.000015590803570787197f,0f,1.528963321343687f,-0.000013810028978917461f,-9.151741179725891e-7f,0.000007251632984042497f,-0.42229522249073703f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141.mcfunction new file mode 100644 index 000000000..395c6c64a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141_as_bone.mcfunction new file mode 100644 index 000000000..bebbfe84a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_141_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.07673113074729557f,0.07463303119919992f,0.809621324245295f,0.21085850681047838f,-0.1292844287623276f,0.8039920158373295f,-0.06186129156322618f,1.4487164139795f,-0.8027093586711722f,-0.12235682885842983f,0.08735523097026789f,0.16199312946751374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.09742153053158645f,0.03878027509282047f,0.7930984400770237f,0.21085850681047838f,0.1843897338208936f,0.7760980669564668f,-0.06059881622520116f,1.4487164139795f,-0.7723402562668499f,0.1901785496057872f,0.08557247115454814f,0.16199312946751374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8006865362094967f,-0.08007937683555673f,0.1394016089681595f,0.272409473557834f,0.08621154973233741f,0.8115869265471085f,-0.028959865245048212f,1.445694845751813f,-0.13569481887688808f,0.04310914645282992f,0.8041597864022557f,0.09616395084136165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7546608524575344f,0.22768239153358594f,0.13655667817289097f,0.272409473557834f,-0.2262188908896941f,0.7668247660914604f,-0.028368847586986008f,1.445694845751813f,-0.1389676623272634f,-0.011853551970774458f,0.7877483621899648f,0.09616395084136165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7286934549150142f,-1.3288979314186364f,-0.3800557677963711f,0.0744260091058424f,0.1706771271145366f,0.5128645673786026f,-1.4660305262195215f,2.029269067407062f,1.3715981251970084f,0.6421888144454309f,0.3843414621885385f,-0.6890304129599305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6490664334959165f,0.52917572886682f,0.5465215575685562f,0.20422315931230292f,0.701256679004635f,0.6946742326635055f,0.1602085535318275f,1.8146053720517445f,-0.2948759655520969f,0.48723788692140896f,-0.8219777408714173f,-0.574828419359616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10910822816844512f,0.52917572886682f,0.8414680282246096f,0.22323933252847328f,0.6251675774060101f,0.6946742326635055f,-0.35579939661791216f,1.61360633952855f,-0.772826561853462f,0.48723788692140896f,-0.40661818311791875f,-0.30455807524847905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6503896977630896f,-0.7453208729982892f,0.1465948065816275f,-0.4443391006903429f,0.45175404590510637f,0.2243822446467985f,-0.8634644696197007f,1.3658576748678737f,0.6106648205456113f,0.6278131924070502f,0.482637620153738f,0.07604766435525534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6805370556169821f,-0.611310078221043f,0.4039422040311592f,-0.20470446882625476f,0.702394366277592f,0.3873374312270444f,-0.5971698825224981f,1.5923656793676493f,0.20859403192245965f,0.6901229619682399f,0.6929782299686729f,0.11778810558306847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5285952192322851f,0.697457435078218f,0.48388037825363983f,-0.10802857006696734f,-0.4947315008072005f,0.7163270086900676f,-0.49205320721462087f,1.371842204858665f,-0.6898027517441687f,0.020706107196982404f,0.7237011958059208f,-0.34235033127052544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6382051817521943f,0.4158240021652422f,0.6479078215363117f,-0.026012145776382497f,-0.29823178275776957f,0.909407967144773f,-0.28988782838666044f,1.5405443997708932f,-0.7097548518592677f,-0.008218790476219512f,0.7044008104377343f,-0.3394888494195808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5648077102104428f,0.6614976208931774f,0.49336918026920007f,-0.29990093299556436f,-0.4634382619103636f,0.7489399434293715f,-0.47361792463283214f,1.3736715197308444f,-0.6828010163175928f,0.03885690014239307f,0.7295703622180567f,-0.10272763542453002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6486371066782364f,0.2997724503992816f,0.699575858518357f,-0.23932124942995933f,-0.2564242852970879f,0.9515021492670961f,-0.16997130890233902f,1.5510158520377855f,-0.7166006487228181f,-0.06913854150694043f,0.6940485374441252f,-0.11135330859805559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9513840339610864f,-0.009443066491479857f,-0.3078623855217915f,-0.25097999628523104f,-0.008870227153882727f,0.9982753340916906f,-0.05803168457284505f,2.2311754750645614f,0.3078794228170652f,0.05794122745818518f,0.9496594522071952f,-0.16617950895582057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9513840339610864f,-0.009443066491479857f,-0.3078623855217915f,-0.31433861289000475f,-0.008870227153882727f,0.9982753340916906f,-0.05803168457284505f,2.1012832213926664f,0.3078794228170652f,0.05794122745818518f,0.9496594522071952f,-0.09593706709930912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9513840339610864f,-0.009443066491479857f,-0.3078623855217915f,0.3079581236669072f,-0.008870227153882727f,0.9982753340916906f,-0.05803168457284505f,2.225964216611655f,0.3078794228170652f,0.05794122745818518f,0.9496594522071952f,0.014699651949205236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9513840339610864f,-0.009443066491479857f,-0.3078623855217915f,0.31595330960921497f,-0.008870227153882727f,0.9982753340916906f,-0.05803168457284505f,2.095406695903219f,0.3078794228170652f,0.05794122745818518f,0.9496594522071952f,0.10803305051699656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9484239195144986f,0.0068927900961397726f,-0.3169298949885393f,-0.14655090710629187f,0.15221730582657705f,0.8670640297323161f,0.4743731233441201f,2.3050891713278383f,0.2780682662578638f,-0.49814903170542035f,0.8212950636106965f,-0.16051040905395536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9356689773146875f,0.1551741168927365f,-0.3169298949885393f,-0.03721211578765382f,0.014704560554912788f,0.8802010655228902f,0.4743731233441201f,2.3156530393501304f,0.35257246175754287f,-0.4485165300174879f,0.8212950636106965f,-0.12441921857224764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9670516624621068f,0.06081052523627234f,-0.24721076463164893f,-0.03601779634497787f,0.1773524808231045f,0.5357246216014458f,0.8255575251645872f,2.3400459859606233f,0.18263948005610983f,-0.842200219562116f,0.5072884884307525f,-0.06509649927578814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9009292994437732f,0.35666964442462407f,-0.24721076463164893f,-0.059971942854558896f,0.0031242201879899817f,0.5643093228827066f,0.8255575251645872f,2.34443730897902f,0.43395464815112783f,-0.7445413036586174f,0.5072884884307525f,-0.08391619035044773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9456327897828157f,0.21134205624485813f,-0.24721076463164893f,-0.0903858301026217f,0.09136318289550077f,0.5568730029866102f,0.8255575251645872f,2.426718562170573f,0.31214002578774247f,-0.8032602279503636f,0.5072884884307525f,-0.17103929501815152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9456327897828157f,0.07303470784580954f,-0.3169298949885393f,-0.10681863936792882f,0.09136318289550077f,0.875570047831667f,0.4743731233441201f,2.229715301408448f,0.31214002578774247f,-0.47753850398677766f,0.8212950636106965f,-0.06359313162112673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9371117288571444f,0.18205138547795097f,-0.29779002784501085f,0.21078687419031533f,-0.17803077824934543f,0.9831781136496915f,0.04081468897549346f,2.3282107031864743f,0.30021100851618715f,0.014767866663550223f,0.95375849169478f,0.0012048976242538083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9540534395242298f,0.03321345883906983f,-0.29779002784501085f,0.10122892207904012f,-0.02203598169590411f,0.9989237091362541f,0.04081468897549346f,2.3408154545620263f,0.2988251161510436f,-0.03237729879736576f,0.95375849169478f,-0.03354155538816238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9143317247931044f,0.2841666026094057f,-0.28852528311795345f,0.07687800178526495f,-0.2621642561183297f,0.9583726520852887f,0.1131006743964558f,2.3354182503192935f,0.30865417517148525f,-0.027770518476225997f,0.9507688459624516f,-0.03151229309819629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9573934543599676f,-0.012285542332096056f,-0.28852528311795345f,0.10524767145423095f,0.04682041231753406f,0.992479766263012f,0.1131006743964558f,2.3446970424590345f,0.28496600242678954f,-0.12179071807048059f,0.9507688459624516f,-0.02400686277734014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9475282344758936f,0.13763504594652096f,-0.28852528311795345f,0.15718098836462172f,-0.1090140659507223f,0.9875850195684209f,0.1131006743964558f,2.4509681812297317f,0.30050986389116696f,-0.07571276808663527f,0.9507688459624516f,0.01197952618173914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9475282344758936f,0.11623830774346203f,-0.29779002784501085f,0.1310273691223428f,-0.1090140659507223f,0.9932019404877969f,0.04081468897549346f,2.2274977446199777f,0.30050986389116696f,-0.00620976845066859f,0.95375849169478f,0.013376724083139571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9513840339610864f,-0.009443066491479857f,-0.3078623855217915f,0.02656463600164641f,-0.008870227153882727f,0.9982753340916906f,-0.05803168457284505f,1.7188039044351227f,0.3078794228170652f,0.05794122745818518f,0.9496594522071952f,-0.08447994072278835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6825891316914459f,0.07368363273206113f,0.7270782623377793f,-0.0010667262728765146f,-0.0335086472540557f,0.9970133583818012f,-0.06958113082902151f,1.3449238950419473f,-0.7300337306288807f,0.02313191465592226f,0.683019521440222f,-0.0931544087187592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6693249119953414f,0.2208847079007915f,0.7093758580597527f,-0.25129844604398677f,-0.08882679192578823f,0.9717264735848989f,-0.21876348317401878f,0.7150630016357965f,-0.7376408090789184f,0.08341226738219332f,0.670021216404048f,-0.07808905102507012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6733876793206068f,0.3659165907034855f,0.6423815703981126f,-0.11202137100592408f,-0.10136547736046325f,0.9064101379407943f,-0.4100557301607131f,1.0568334476442396f,-0.7323073626140141f,0.21101116199407077f,0.6474567291913946f,0.002674498482313978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.684479195716965f,-0.18231593299015297f,0.7058676442567592f,-0.1460924219918272f,0.09179075223303823f,0.9820723087533593f,0.16464640349652082f,1.1209548649556784f,-0.7232307297364718f,-0.04790491579969897f,0.6889429806646367f,-0.3746960909037258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.684479195716965f,0.7050475595578954f,0.18546204299562885f,0.09022148800896643f,0.09179075223303823f,0.1690244654891241f,-0.9813282773214113f,1.090394877867465f,-0.7232307297364718f,0.6887224904325192f,0.050976884342598575f,-0.15492275396472172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7343493507502686f,0.41766411600081f,0.5350586110492204f,-0.0038173755461754577f,0.04143874093807895f,0.7592184116554523f,-0.6495153840771122f,1.2397389575390785f,-0.6775056175428553f,0.4991433557692957f,0.5402240725747424f,-0.08686771037281617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6066326662989486f,0.5708301142707052f,0.5533080415290582f,-0.004489622220731733f,-0.1811567180514385f,0.7769484885573675f,-0.6029372186498803f,1.2077196251249256f,-0.7740665679926113f,0.26552594368557586f,0.5747320432567027f,-0.08440678856167881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6768825531985841f,0.46578343048188825f,0.5699787759766936f,-0.0038173755461754577f,-0.07052492865216486f,0.8118068280839745f,-0.5796515404230744f,1.2397389575390785f,-0.7327047451831965f,0.3521583021380584f,0.5823472216996206f,-0.08686771037281617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6735287046407342f,-0.02364771915209818f,0.7387826943045417f,-0.008775479588646594f,0.029736741550944468f,0.9995458318144756f,0.0048842915801539655f,1.25871016052272f,-0.7385626650643174f,0.01867927946177584f,0.6739260154437443f,-0.09327410652490538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6734012647229265f,0.11198062386610863f,0.7307469305772827f,-0.008775479588646594f,-0.1700744405209546f,0.9854146074693209f,0.005721544159427244f,1.25871016052272f,-0.7194479976697742f,-0.12813427045346262f,0.6826244848995028f,-0.09327410652490538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6768825531985841f,0.0006349030504143455f,0.7360907593996017f,-0.008775479588646594f,-0.07052492865216486f,0.99545520106007f,0.06399357093538721f,1.25871016052272f,-0.7327047451831965f,-0.09522887997121438f,0.6738510345806817f,-0.09327410652490538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6838313889274698f,0.13433663082716313f,0.7171668572483909f,0.11997898176426161f,0.12374997610002904f,0.9473113100051641f,-0.29544411544578447f,1.2760346659371469f,-0.719069242098958f,0.29078334125995986f,0.6311770540133125f,-0.24042773379541466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6538634216216704f,0.34224312753125496f,0.6747831262878664f,-0.13562156067311146f,-0.2191650050958246f,0.9392854659457229f,-0.2640255934648631f,1.2962927562416573f,-0.7241749280433206f,0.024747830627170855f,0.689172125432174f,0.05035754262506535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6768825531985841f,0.16524369110517462f,0.7173036537794182f,-0.017524322465542776f,-0.07052492865216486f,0.9845524157116101f,-0.16025846359877532f,1.127724355402533f,-0.7327047451831965f,0.05788836900769075f,0.6780801524301213f,-0.09811463003292822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6768825531985841f,0.10209775625133083f,0.7289760334495295f,1.1353700474895108e-17f,-0.07052492865216486f,0.994773341951876f,-0.07383923469608246f,1.350545f,-0.7327047451831965f,-0.0014304930408524513f,0.6805451565294452f,-0.09270999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.26728902372023633f,0.1914758537911023f,0.9444011728146317f,-0.7051435097262582f,0.04400043867172047f,0.9814621857045487f,-0.18653669727092942f,1.584769412481322f,-0.9626113126259108f,-0.008305145815612931f,-0.2707590909971488f,-0.05657101106913465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2041122310616401f,0.1914758537911023f,0.9600391630272217f,-0.7272525987688565f,0.03154118781625841f,0.9814621857045487f,-0.18904267111736894f,1.5883123740867557f,-0.9784392421618111f,-0.008305145815612931f,-0.20636781229349277f,-0.1476078064035975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.23583028312104903f,0.1914758537911023f,0.9527439713679717f,-0.8591096499527532f,0.037791590457958865f,0.9814621857045487f,-0.1878929847618269f,1.614724840998313f,-0.9710591502342706f,-0.008305145815612931f,-0.2386946821763687f,-0.06628520640991077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.901765778998783f,0.3359472937216753f,0.271952009861667f,0.6210807634668905f,-0.3001316512627843f,0.9394614825739345f,-0.1653272955995454f,2.1886745970966324f,-0.3110296959085937f,0.06746509172207096f,0.9480026316745858f,0.790080600262955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7021351201034802f,0.3359472937216753f,0.6278102332380014f,0.5440696439440023f,-0.2020485911771175f,0.9394614825739345f,-0.2767462548316184f,2.212786724407128f,-0.6827756878511517f,0.06746509172207096f,0.727506578305873f,0.8377980529023601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8214519415774744f,0.3359472937216753f,0.46082114048693545f,0.513452032632406f,-0.2571960246452873f,0.9394614825739345f,-0.22641185407713488f,2.2346924388634504f,-0.508986161486988f,0.06746509172207096f,0.8581267673331687f,0.6852203114826823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010576289893727879f,7.477539847112394e-7f,0.000011477089398544305f,-0.49215653298342615f,-0.000001101952010190076f,0.00001558609401894003f,0f,1.5157448441617805f,-0.000011448511643487446f,-8.094209109668548e-7f,0.000010602690410354439f,-0.5731223081720088f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142.mcfunction new file mode 100644 index 000000000..998b349d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142_as_bone.mcfunction new file mode 100644 index 000000000..984cce66e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_142_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.27153604832814465f,0.10997313625541037f,0.7623113066227791f,0.13625756323229984f,-0.1403931424510372f,0.8018243504154675f,-0.06566521969795662f,1.441026576240038f,-0.7572994021227686f,-0.10921568031838233f,0.28550655887656023f,0.20169119471440422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2869728927081234f,-0.002263265899708128f,0.7467539330182327f,0.13625756323229984f,0.17352347143390512f,0.7783006390057393f,-0.06432511317350853f,1.441026576240038f,-0.7263168480162489f,0.18504862320678095f,0.27967989440969165f,0.20169119471440422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8076687228245955f,-0.08031978260812218f,-0.09035713108059022f,0.2145972676643359f,0.07890546696768197f,0.8126662865842293f,-0.01708444838019895f,1.4365631727670958f,0.09159479187127964f,0.008166003650968146f,0.811472830679422f,0.1533675551233368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7610700266081333f,0.23008225553343128f,-0.08851310799731288f,0.2145972676643359f,-0.23323570088106885f,0.7650627564427925f,-0.016735786168358156f,1.4365631727670958f,0.07983434369500224f,0.041726902506719246f,0.7949121606655563f,0.1533675551233368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3482850349147546f,-1.4450736265996853f,-0.4815246599712849f,0.20029928869170688f,0.1827538468928303f,0.5300284838778065f,-1.4584502349151531f,1.9923950295875674f,1.5121854436213504f,0.26877178048341877f,0.28716400212330395f,-0.6514826683227988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5854767694835077f,0.37660537615193473f,0.7179034357409187f,0.3224608430485453f,0.6717920602194487f,0.7210602894137772f,0.16960980766638545f,1.7875378179642851f,-0.45377569373123566f,0.5815844304002469f,-0.6751645503836501f,-0.5203336778553206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.08376414153657225f,0.37660537615193473f,0.9225789718208957f,0.27371657938519156f,0.5987297886541608f,0.7210602894137772f,-0.34870431486958064f,1.5954062960662454f,-0.7965589800955013f,0.5815844304002469f,-0.16508586113061108f,-0.2467150651149804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5137663463090607f,-0.8570187346959317f,-0.039535171435348515f,-0.46978946828293433f,0.3919586175077025f,0.27546434780487206f,-0.8777743646575051f,1.3605102458044753f,0.7631596055620928f,0.435474777075114f,0.47744018993973547f,-0.06584573264525864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6041944079764476f,-0.7740480687464198f,0.18920545615792256f,-0.2502100947042567f,0.6859314931838887f,0.3843876824271675f,-0.6178544296651045f,1.583472606355563f,0.4055207812535762f,0.503086172408076f,0.7631888358088585f,0.04703345436872583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6863918760420283f,0.674547840886801f,0.2717561459442267f,-0.038085479295641905f,-0.508044704294705f,0.712152160035372f,-0.48448929750311265f,1.3586876926764153f,-0.5203429359005565f,0.19448524702894257f,0.8315159155100283f,-0.3671793025783079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7993316453023003f,0.4123447002135656f,0.4370821078745987f,0.041960915168617885f,-0.31254979906690505f,0.9065585414324338f,-0.28366218299085183f,1.5268945305513038f,-0.5132071160082983f,0.09013023444817464f,0.8535191836840941f,-0.3449453887212496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7197987440922345f,0.6354063112896138f,0.2795506887427901f,-0.28616561113083855f,-0.47688112595988624f,0.7452516165352245f,-0.4660304923015933f,1.3652150258497173f,-0.5044543187509379f,0.20213571585684925f,0.8394444547845714f,-0.18648334655415263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8116094260168379f,0.3168080717768937f,0.4908388587485973f,-0.22369635480549224f,-0.27091292423477004f,0.9484896111162576f,-0.16423655222603728f,1.5420303494826029f,-0.5175870236812208f,0.00032134333151885575f,0.8556305100072571f,-0.18107540399194752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8014976961695406f,-0.010708582905403129f,-0.597901972974732f,-0.2003904645092603f,-0.016758781488245174f,0.9990447076224058f,-0.0403585853901101f,2.2232108086595774f,0.5977629850349957f,0.04236742172730913f,0.8005525687287702f,-0.25884099751550643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8014976961695406f,-0.010708582905403129f,-0.597901972974732f,-0.2851613652188238f,-0.016758781488245174f,0.9990447076224058f,-0.0403585853901101f,2.095175057132263f,0.5977629850349957f,0.04236742172730913f,0.8005525687287702f,-0.21150123385191016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8014976961695406f,-0.010708582905403129f,-0.597901972974732f,0.2704894319903448f,-0.016758781488245174f,0.9990447076224058f,-0.0403585853901101f,2.2133650245352334f,0.5977629850349957f,0.04236742172730913f,0.8005525687287702f,0.09234475619255357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8014976961695406f,-0.010708582905403129f,-0.597901972974732f,0.2458308584934968f,-0.016758781488245174f,0.9990447076224058f,-0.0403585853901101f,2.0840723643963006f,0.5977629850349957f,0.04236742172730913f,0.8005525687287702f,0.18451674373377447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8127351753304785f,0.2009150616424243f,-0.546895486163268f,-0.10027320040493606f,0.13881229309581455f,0.8448591114938587f,0.5166664581829259f,2.2936084002210246f,0.5658557078142963f,-0.4958288209967513f,0.6587572376854419f,-0.22218031384210463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.771299016478901f,0.32558125620637757f,-0.546895486163268f,-0.008150107025078152f,0.0049382002811043935f,0.8561725206795034f,0.5166664581829259f,2.3028051850748685f,0.6364538014315446f,-0.4012050104876343f,0.6587572376854419f,-0.15291347156184693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8636521767559474f,0.35976035222126623f,-0.3530968798422671f,-0.026820110865956877f,0.15585471892411867f,0.4755737668859827f,0.8657591459747689f,2.3319860460856465f,0.4793894285169396f,-0.8027465859282792f,0.35465997040361696f,-0.09544202995111598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7102099677775494f,0.6090356271311785f,-0.3530968798422671f,-0.04309797998291141f,0.0012662699814543904f,0.5004592867770296f,0.8657591459747689f,2.3359252367382006f,0.7039887770623524f,-0.615317891145349f,0.35465997040361696f,-0.12126410149880792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7967402670690414f,0.4904360715489922f,-0.3530968798422671f,-0.03908291883846792f,0.07953976089810821f,0.4940997142250851f,0.8657591459747689f,2.4131696591247787f,0.5990645818833096f,-0.7178704145779248f,0.35465997040361696f,-0.21771524470312822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7967402670690414f,0.25711918256908667f,-0.546895486163268f,-0.09693473491651233f,0.07953976089810821f,0.8524841332394303f,0.5166664581829259f,2.221360729145907f,0.5990645818833096f,-0.45514890808396125f,0.6587572376854419f,-0.1153067403842371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7893527187772469f,0.16304028868938586f,-0.5918953873980186f,0.18238011407675508f,-0.1819091181203868f,0.982912234977294f,0.02815334929637365f,2.31804334897595f,0.5863713482969918f,0.08544824513132027f,0.8055229601323268f,0.049818946600934284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8051395972944884f,0.037551021895801284f,-0.5918953873980186f,0.09001851594789097f,-0.02590816535527904f,0.9992678098944845f,0.02815334929637365f,2.3310975855076923f,0.5925191944877339f,-0.007332452745238527f,0.8055229601323268f,-0.01850427583957663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7674796024361805f,0.26063537765119427f,-0.5856998034497041f,0.06804858963066493f,-0.26646201789161117f,0.9606573788260566f,0.07832875288283947f,2.3261200268118483f,0.5830720820494953f,0.09595103138408476f,0.8067343718416846f,-0.026775220592304375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8104572380500947f,0.010714734303308465f,-0.5856998034497041f,0.09223200259336266f,0.043439017367970706f,0.9959807519434922f,0.07832875288283947f,2.3353260961747475f,0.5841850024284411f,-0.08892432865580319f,0.8067343718416846f,-0.010111594055409547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7988030108442302f,0.1373662626163021f,-0.5856998034497041f,0.12764533954698484f,-0.11290150513939272f,0.9905139355955971f,0.07832875288283947f,2.4406426647529154f,0.5909035454314457f,0.0035571457308322466f,0.8067343718416846f,0.044109808360788524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7988030108442302f,0.10758066853827582f,-0.5918953873980186f,0.10343968912587281f,-0.11290150513939272f,0.9932072487958673f,0.02815334929637365f,2.2171710337738455f,0.5909035454314457f,0.0443368999390077f,0.8055229601323268f,0.034134005874511805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8014976961695406f,-0.010708582905403129f,-0.597901972974732f,0.02742506249915972f,-0.016758781488245174f,0.9990447076224058f,-0.0403585853901101f,1.7085166745968339f,0.5977629850349957f,0.04236742172730913f,0.8005525687287702f,-0.08731693866288266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8501032639171523f,0.07487835580938887f,0.5212654530166824f,-0.000654320929361104f,-0.04843462058015776f,0.9967614492081871f,-0.06419268573327236f,1.3347311311437637f,-0.5243839511337667f,0.0293231172230558f,0.8509768660719647f,-0.09831310762152859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8424098663776006f,0.20047355202659012f,0.5001559476478462f,-0.24803260666758659f,-0.08683111750306625f,0.966587946581907f,-0.24118063470299808f,0.705044875717111f,-0.5317950489265969f,0.15974384639295006f,0.8316705654745418f,-0.154937186014031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8440834990388618f,0.2999213529206055f,0.4444887273177863f,-0.1339111893958037f,-0.09560245628094668f,0.8998370184548176f,-0.42562132297547517f,1.045467277099641f,-0.5276203341450758f,0.31676572144191645f,0.7882107971323541f,-0.034049526208117575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8521234461700208f,-0.15481885170835513f,0.4999167487122572f,-0.06773379955142599f,0.08991937808327323f,0.9843477813626915f,0.15157160278714468f,1.116046206968929f,-0.5155580839560612f,-0.08420551337087717f,0.8527070385457729f,-0.4086098745672549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8521234461700208f,0.4955189014967829f,0.16836463627124715f,0.10273443586917481f,0.08991937808327323f,0.17830032280927544f,-0.9798589185853366f,1.0797639955999097f,-0.5155580839560612f,0.8501000018500942f,0.10737713407436958f,-0.13318502765623547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8877362790079506f,0.28077905843273576f,0.36481148457627344f,-0.006127715422198752f,0.03455493837617503f,0.7495835001933305f,-0.6610072106049477f,1.227867117362093f,-0.4590536517303144f,0.5994061199083153f,0.6557301642059192f,-0.09316260003821164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7896387057191803f,0.4860528873971548f,0.37446402374998156f,-0.007815416637924776f,-0.1830308826345854f,0.7691123578639099f,-0.6123445737352633f,1.1940869620478745f,-0.5856367563875601f,0.4149924958766191f,0.6962835758036752f,-0.09107142293967024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8464458083349757f,0.3631002643108982f,0.3894710407841713f,-0.006127715422198752f,-0.07492471379412732f,0.8053763866996191f,-0.5880094922784269f,1.227867117362093f,-0.5271771816145097f,0.46853716373839693f,0.7089126500359274f,-0.09316260003821164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8455437217154715f,-0.016914843075928714f,0.5336381758750645f,-0.00894633314712909f,0.021289514089359668f,0.9997712651412234f,-0.0020430339586496593f,1.2483128698641595f,-0.5334815566234584f,0.013088372000900114f,0.8457104251816798f,-0.10059406606086968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8394778648232584f,0.14581430429804093f,0.5234645194603562f,-0.00894633314712909f,-0.17044231142754213f,0.985366994161442f,-0.001142493974157055f,1.2483128698641595f,-0.5159712520548213f,-0.0882614042451319f,0.8520467073897167f,-0.10059406606086968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8464458083349757f,0.0314904508276279f,0.5315428910810702f,-0.00894633314712909f,-0.07492471379412732f,0.9953616992319948f,0.060343806350474635f,1.2483128698641595f,-0.5271771816145097f,-0.09090346092788892f,0.8448791511076091f,-0.10059406606086968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8508941734336172f,0.06510066774886905f,0.5212878366846602f,0.15449614592239042f,0.11568837889965573f,0.9447113839572425f,-0.30681688351386566f,1.2626489530953489f,-0.5124405376278218f,0.321375643259166f,0.7963180214684749f,-0.20772868339727257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.822507563542075f,0.32689262895682675f,0.46542724141349323f,-0.1686574869202233f,-0.2174865582508158f,0.9369059502085155f,-0.27369113512149573f,1.2841848453921614f,-0.5255291665514809f,0.12388885986065412f,0.8417069831634602f,0.00539585116892094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8464458083349757f,0.14977984105067826f,0.5109750412368331f,-0.016775568409322674f,-0.07492471379412732f,0.983578014032441f,-0.1641967648124261f,1.11590884941758f,-0.5271771816145097f,0.10069900459702981f,0.8437676988710517f,-0.10791721360526277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8464458083349757f,0.10467547429119861f,0.5220848002327422f,1.1978973557614454e-17f,-0.07492471379412732f,0.9941458937327158f,-0.0778474741866922f,1.3386236718750002f,-0.5271771816145097f,0.026776613981088507f,0.8493334045760182f,-0.09781574218749996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17063892946982623f,0.14950966397795404f,0.9739246460207233f,-0.658091191256423f,0.00021246402845511965f,0.9884155944422036f,-0.1517714318391372f,1.6301622370743594f,-0.9853336037142082f,0.026105038606838365f,0.1686304134813979f,-0.28226708532243816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.21522242934227287f,0.14950966397795404f,0.9650524163407964f,-0.6399991593988098f,-0.00676352751158945f,0.9884155944422036f,-0.15162080120836066f,1.6298550748086091f,-0.9765416328061034f,0.026105038606838365f,0.21374041816120132f,-0.37425429386039527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1929816731478749f,0.14950966397795404f,0.969744777870057f,-0.794506892008125f,-0.0032763975013337526f,0.9884155944422036f,-0.151736211508257f,1.6527690876677228f,-0.9811968910715423f,0.026105038606838365f,0.19123594827039053f,-0.3569460818319753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9700768170679869f,0.2393276633250847f,0.0409052387182717f,0.2979869507481976f,-0.20516889971946262f,0.8981048390643147f,-0.3889902577663953f,2.275056799732455f,-0.12983332228341446f,0.36895794830389067f,0.9203332770297045f,0.9329740479670457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8617739999023976f,0.2393276633250847f,0.4472894394679776f,0.21003134309275207f,-0.02142715693431553f,0.8981048390643147f,-0.43925912055980554f,2.2859367216511366f,-0.5068396689663653f,0.36895794830389067f,0.7790915108929432f,0.963543655112129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9381931483247522f,0.2393276633250847f,0.2500317699890249f,0.21650438142212108f,-0.11605250046593668f,0.8981048390643147f,-0.42419278068452004f,2.344125677794474f,-0.32607580954755516f,0.36895794830389067f,0.8703703802469902f,0.8177032945025389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013225715755233997f,9.937261397607605e-7f,0.000008260361742739327f,-0.34678155673711863f,-0.0000011706986530332394f,0.000015581081145536283f,0f,1.5037384645195495f,-0.000008237143462726713f,-6.189052394107028e-7f,0.000013262995471577626f,-0.6917725457257945f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143.mcfunction new file mode 100644 index 000000000..b59b0d235 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143_as_bone.mcfunction new file mode 100644 index 000000000..b6c3d41aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_143_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4501017473825039f,0.14301226342269419f,0.6662584738360774f,0.052922887810607104f,-0.15066747058429375f,0.7996029679326877f,-0.0698487754038154f,1.4343216392570721f,-0.6645691647642041f,-0.08442174262830397f,0.46708161927082154f,0.220963168983727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4609647828158283f,-0.03930159529226594f,0.652661362125137f,0.052922887810607104f,0.1633922116013568f,0.7801418066911864f,-0.06842329019149264f,1.4343216392570721f,-0.6330990871827046f,0.1727256381088074f,0.4575493413265191f,0.220963168983727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7516177027324691f,-0.06888329887471581f,-0.3118819720980142f,0.14287624011417882f,0.07210218888824439f,0.8134561468426621f,-0.005900505559502787f,1.428440723821645f,0.3111535758128675f,-0.022105038893210863f,0.7547445024369771f,0.19450864419470712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7060552252150408f,0.2194205116856986f,-0.3055170338919323f,0.14287624011417882f,-0.2396889343240347f,0.7632272304864204f,-0.005780087078696608f,1.428440723821645f,0.2898883124742123f,0.09663764119438616f,0.7393415534076511f,0.19450864419470712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.061265448040834766f,-1.453622167095179f,-0.5697678388658586f,0.31861550493972407f,0.19100703644905997f,0.5589449608957953f,-1.4465486831476313f,1.9592444652662886f,1.5495706201729897f,-0.12636999651307035f,0.15578115122820002f,-0.5859629714144238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46934267416372644f,0.2167840598741297f,0.8559918957521337f,0.4250065914511215f,0.6504300606605222f,0.7405047027034786f,0.16909618997240133f,1.762674308675555f,-0.5972086657090565f,0.6361269186715202f,-0.4885533266118304f,-0.4340860195775115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2876630622160907f,0.2167840598741297f,0.9328743934855063f,0.3063717503792811f,0.5742344072467037f,0.7405047027034786f,-0.34915273278045506f,1.578868179998653f,-0.7664886223359669f,0.6361269186715202f,0.08853098424274375f,-0.17601260632864663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33156779876647036f,-0.920763838554756f,-0.20556446295765346f,-0.45540264190986474f,0.33569256159175365f,0.3187743009070165f,-0.8863935069556919f,1.356352024970487f,0.8816877559051868f,0.22489308279970283f,0.41478886484056177f,-0.20629672466334809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4725440672394252f,-0.8807381213031358f,-0.03166174663918833f,-0.27600901531043126f,0.6705137713961896f,0.3826023681287036f,-0.6356309544620736f,1.5758648236912034f,0.5719382719182903f,0.2791339993367533f,0.7713435184983336f,-0.0316935263584449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.792858653986655f,0.6082607286334274f,0.03733685579694135f,0.0346398790468891f,-0.5205392225852283f,0.7078263085812018f,-0.4775152716203698f,1.3470230481648109f,-0.3168817958621727f,0.3591668176246818f,0.877829781090003f,-0.372179372013768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9023289313770835f,0.38517857558827384f,0.1934940942449635f,0.10807020005872148f,-0.32606848699516977f,0.9035320111052878f,-0.2780454040201258f,1.5146975164719265f,-0.2819252407794861f,0.1877960857308335f,0.9408776694106444f,-0.3310871205054202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8212853861615048f,0.5688951472176982f,0.04299565035793235f,-0.25215456044058093f,-0.48951772544382005f,0.7413854500140196f,-0.4590424936580696f,1.3580015663125833f,-0.2930233965980478f,0.35595775870131485f,0.8873732940913197f,-0.26324908223377064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.915836846916366f,0.3171720839339828f,0.24626152562522485f,-0.1911456601678015f,-0.2846043073913461f,0.9453463097748008f,-0.15912492830935934f,1.534259468593425f,-0.283272409607044f,0.07564538167093307f,0.9560515248600767f,-0.24309025114009525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5715110357321493f,-0.006247202339341756f,-0.8205705993388365f,-0.12464721480588307f,-0.02278402915602752f,0.9994646974764383f,-0.023477787667264396f,2.2156998099925076f,0.8202780163162872f,0.03211371920633277f,0.5710627679922353f,-0.3250280709305416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5715110357321493f,-0.006247202339341756f,-0.8205705993388365f,-0.22222647204143686f,-0.02278402915602752f,0.9994646974764383f,-0.023477787667264396f,2.0894200813074977f,0.8202780163162872f,0.03211371920633277f,0.5710627679922353f,-0.30626557694392187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5715110357321493f,-0.006247202339341756f,-0.8205705993388365f,0.21111551868675466f,-0.02278402915602752f,0.9994646974764383f,-0.023477787667264396f,2.202314192863341f,0.8202780163162872f,0.03211371920633277f,0.5710627679922353f,0.15688526365527716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5715110357321493f,-0.006247202339341756f,-0.8205705993388365f,0.15639958913111207f,-0.02278402915602752f,0.9994646974764383f,-0.023477787667264396f,2.0743256619916295f,0.8202780163162872f,0.03211371920633277f,0.5710627679922353f,0.2371686088656183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5966134764410889f,0.3826195938091884f,-0.7054463878723669f,-0.03811399514386585f,0.12767405434309004f,0.8225818362577946f,0.5541285577430134f,2.2828748203264757f,0.7923078287991832f,-0.42066776569169906f,0.44191281417433204f,-0.25978313643925066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.5294132830513446f,0.471239821711437f,-0.7054463878723669f,0.02761534425269431f,-0.002577974635618846f,0.8324271112478412f,0.5541285577430134f,2.29096656290307f,0.848360141552852f,-0.29154439609251137f,0.44191281417433204f,-0.1650027678518373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6744453104839028f,0.62436245849194f,-0.3940749212931117f,-0.008751002138019853f,0.13714116335230214f,0.41851448490976856f,0.8977961501560853f,2.3246737900402885f,0.7254762742368969f,-0.6595582963973778f,0.1966393378058913f,-0.11597486614793893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.4484969970966916f,0.8022190473948358f,-0.3940749212931117f,-0.015711944680297144f,0.0011009088293090913f,0.44040987814155724f,0.8977961501560853f,2.3281407218529626f,0.893783660398309f,-0.4030927179102355f,0.1966393378058913f,-0.14575390722936687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5684699623486283f,0.7221820119022466f,-0.3940749212931117f,0.023426607779839653f,0.06998263850027459f,0.4348154816395704f,0.8977961501560853f,2.4003650107973113f,0.8197221067019536f,-0.5379485464348532f,0.1966393378058913f,-0.23815233973262073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5684699623486283f,0.4233052040138169f,-0.7054463878723669f,-0.07181706312326899f,0.06998263850027459f,0.829484160067079f,0.5541285577430134f,2.2137310747822188f,0.8197221067019536f,-0.3643744399002669f,0.44191281417433204f,-0.1561680907550608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5625842774558784f,0.12062780153561892f,-0.8178923304788538f,0.14020078864067104f,-0.18435267842897243f,0.9826929790860419f,0.018127294642728185f,2.3090659438874224f,0.8059237065104308f,0.14058251083148188f,0.5750856779061753f,0.08970878532469072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5745282770475149f,0.031135102644499903f,-0.8178923304788538f,0.07433750252012569f,-0.028355940559665074f,0.9994335104567551f,0.018127294642728185f,2.322403797263363f,0.8179933982055055f,0.01277746294864504f,0.5750856779061753f,-0.004383030651647489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5460064353361458f,0.19397407356995103f,-0.8150159699994808f,0.05822335638299086f,-0.2691381097456346f,0.9618734937418042f,0.04862159931020915f,2.3178919390615618f,0.7933735882004531f,0.19280415145845536f,0.5773949330625641f,-0.020624026158786543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.579224263466781f,0.015755039104062618f,-0.8150159699994808f,0.0755713020373906f,0.04126970294807615f,0.9979643038200793f,0.04862159931020915f,2.3270492677374484f,0.8141228803012126f,-0.061798277028849546f,0.5773949330625641f,0.0030921653165277285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5696284205020138f,0.10617170622245073f,-0.8150159699994808f,0.08930595996105367f,-0.11535440757570092f,0.9921337111162875f,0.04862159931020915f,2.4314958382522884f,0.8137670570926547f,0.06631943956666908f,0.5773949330625641f,0.06780628750526274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5696284205020138f,0.08109006289460158f,-0.8178923304788538f,0.07106069580976834f,-0.11535440757570092f,0.9931589811514545f,0.018127294642728185f,2.2080350674932117f,0.8137670570926547f,0.08402166302778567f,0.5750856779061753f,0.04890141332401099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5715110357321493f,-0.006247202339341756f,-0.8205705993388365f,0.028466338771500968f,-0.02278402915602752f,0.9994646974764383f,-0.023477787667264396f,1.6993910945456423f,0.8202780163162872f,0.03211371920633277f,0.5710627679922353f,-0.08793733130852782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9574907527248735f,0.07675131134304564f,0.27806598974609964f,-0.00031540298214114505f,-0.06259824678879496f,0.9962673475742833f,-0.05943762828605764f,1.3257908392052862f,-0.28158998196903995f,0.039504535998101685f,0.9587212700729292f,-0.10275153230781596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9540264082489207f,0.15493106332741297f,0.25657353328022864f,-0.2248855339000378f,-0.08596563001302399f,0.9615147518072981f,-0.26095841146323273f,0.6964423296567572f,-0.2871298013444918f,0.2269047105575094f,0.9306292116125979f,-0.22747892552927113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9543169574830201f,0.20457279844182036f,0.21778226465447958f,-0.14704382563284554f,-0.09133362401125028f,0.8936997181138451f,-0.43927096759085443f,1.0355570935615002f,-0.28449483964621053f,0.3993128898256557f,0.8715571709496519f,-0.07523334557586676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9586702834007811f,-0.12222244108061953f,0.256929878800735f,0.015723265923778124f,0.08824518922319093f,0.9862274027412584f,0.13988672796657659f,1.1117551838357569f,-0.2704885844231307f,-0.11143242337186356f,0.9562524461240581f,-0.4205722150270441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9586702834007811f,0.2508513701731607f,0.13425676074788095f,0.1075212425353561f,0.08824518922319093f,0.1864502369197657f,-0.9784932783272078f,1.0703841794005058f,-0.2704885844231307f,0.9498999416963931f,0.15660787484018723f,-0.10871727919307138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9778536737777981f,0.11901789719750494f,0.17215380572600616f,-0.007971055952047432f,0.027961144860005227f,0.7408955559722528f,-0.6710379642901617f,1.2174495042976872f,-0.20741351705561806f,0.6609905561256157f,0.7211595646286391f,-0.09965705690092871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.916261283812255f,0.36214195853720493f,0.1712263462600178f,-0.010498192866336218f,-0.18519154791399756f,0.7619705058644246f,-0.6205683191832551f,1.1821120500045943f,-0.35520325219222826f,0.536893052720512f,0.7652297037965228f,-0.0982894575078262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9555846400369165f,0.23103907127149906f,0.18297252053660923f,-0.007971055952047432f,-0.07932304082344234f,0.7995565719251189f,-0.5953294411381607f,1.2174495042976872f,-0.28384124245789094f,0.5543737329972944f,0.782370700654495f,-0.09965705690092871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9569945006651849f,-0.010349968498133952f,0.28992137528764783f,-0.008481277266806243f,0.013292838626962497f,0.9998781609421638f,-0.008183135838657894f,1.2392006595409735f,-0.2898013563422902f,0.011685094051997538f,0.9570154818179092f,-0.10745341308779079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9459422153506202f,0.1664720988584733f,0.2783529513391509f,-0.008481277266806243f,-0.17125553547725675f,0.9852001685595405f,-0.00722284145270579f,1.2392006595409735f,-0.275435776154731f,-0.04083709308836227f,0.9604516984430469f,-0.10745341308779079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9555846400369165f,0.05960151643841605f,0.28862719027104483f,-0.008481277266806243f,-0.07932304082344234f,0.995211636308428f,0.057110893451457145f,1.2392006595409735f,-0.28384124245789094f,-0.07746907895762291f,0.9557367267639234f,-0.10745341308779079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9572333466974366f,-0.012547386777353717f,0.2890447769040023f,0.1776128298161035f,0.10803470530961397f,0.9422943689550399f,-0.3168750931901843f,1.2507841285487127f,-0.26838931129814f,0.3345502732336093f,0.9033511456018792f,-0.16678293655428486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9325827355747391f,0.28348389787397993f,0.2234419856564808f,-0.19028613915046552f,-0.21648285574096027f,0.9346076536763688f,-0.2822121663922226f,1.2736426443760334f,-0.28883319490351983f,0.21481483499918672f,0.9329683661229342f,-0.04654604324566844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9555846400369165f,0.12284943123522882f,0.26789179339930796f,-0.014662324793067146f,-0.07932304082344234f,0.9826465697631735f,-0.16767102948091916f,1.1055429858855765f,-0.28384124245789094f,0.13897386868706485f,0.9487467590996616f,-0.11702524608913054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9555846400369165f,0.09903364383040256f,0.2775794176721136f,1.253422171906069e-17f,-0.07932304082344234f,0.993520796007788f,-0.08138969894632854f,1.3281524999999998f,-0.28384124245789094f,0.05575630269058794f,0.957248861994746f,-0.10234968750000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5994627486488037f,0.11398535776544559f,0.7922447546039701f,-0.5585124893640746f,-0.039152674135246465f,0.992798792108289f,-0.11321495703475663f,1.671406548975563f,-0.7994444828069555f,0.03684964861984387f,0.5996087243412267f,-0.47221438819531447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6213497989579321f,0.11398535776544559f,0.7751978879937824f,-0.5012813225303231f,-0.04229855622490007f,0.992798792108289f,-0.11207760940353588f,1.667588150350242f,-0.7823907332504817f,0.03684964861984387f,0.62169674594642f,-0.5463701423536091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6104657795600164f,0.11398535776544559f,0.7837977227584072f,-0.64746656436096f,-0.040729585336754595f,0.992798792108289f,-0.11265726459762199f,1.6863959393525458f,-0.7909947110218105f,0.03684964861984387f,0.6107122649268771f,-0.6008991050134934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9909028131998316f,0.048249729026653226f,-0.12563271246579902f,-0.043717873159557906f,-0.11131879843545221f,0.8184643811052302f,-0.5636702777128839f,2.3416673443292777f,0.07562896209486647f,0.5725277464987064f,0.8163897596011149f,0.9475311287454683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9510929341559928f,0.048249729026653226f,0.3051134121067096f,-0.13696130581939575f,0.13744656376273545f,0.8184643811052302f,-0.5578749850744777f,2.3404128397660395f,-0.2766417768674149f,0.5725277464987064f,0.7718039302703454f,0.9571826044933059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9945966150382705f,0.048249729026653226f,0.09192136314953644f,-0.1041277939619073f,0.013381382007871506f,0.8184643811052302f,-0.5744014236382009f,2.427200305593389f,-0.10294907464360153f,0.5725277464987064f,0.8133962549207729f,0.8303474283812712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014931010000576822f,0.0000011881169160783131f,0.000004449038497968245f,-0.1762288928180983f,-0.0000012394225128662865f,0.000015575765048131673f,0f,1.4931790278221848f,-0.000004435019413404546f,-3.5291126239940174e-7f,0.000014978206883455592f,-0.7671915106155143f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144.mcfunction new file mode 100644 index 000000000..f3f14b7f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144_as_bone.mcfunction new file mode 100644 index 000000000..049fd5033 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_144_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5985056861054895f,0.16941846354616957f,0.5291812282701431f,-0.03193084555938151f,-0.16002688916130606f,0.7973810259084888f,-0.07429225202485921f,1.4287805580736892f,-0.5320965916910171f,-0.049247621010820045f,0.6175696992081318f,0.2185939153072607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6051730213423882f,-0.07103604181132031f,0.5183816113666708f,-0.03193084555938151f,0.15408875789375426f,0.7816394925694642f,-0.07277608361618862f,1.4287805580736892f,-0.5000222684342026f,0.15489862626741036f,0.6049662359589862f,0.2185939153072607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6400842115715857f,-0.04897835344723569f,-0.5048145871850613f,0.06327567591519785f,0.06575948784378154f,0.8140029121620411f,0.004403770507668892f,1.4215345185373407f,0.5029039036433797f,-0.04410016246861603f,0.641940249411841f,0.21634996491922617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5976528064294443f,0.19562402429477102f,-0.4945122486710805f,0.06327567591519785f,-0.24563420423907337f,0.7613443557254413f,0.0043138976401654455f,1.4215345185373407f,0.47167251422448486f,0.14861363707187672f,0.6288394279952729f,0.21634996491922617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.46831649678523585f,-1.3508075601988674f,-0.6304005426301511f,0.4211845429597398f,0.19451194288271517f,0.5997537231329482f,-1.429638704590834f,1.9313159956577621f,1.4779211795338736f,-0.5069720474520774f,-0.01160087011621295f,-0.49395578483232583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3080491759767119f,0.061185263844925314f,0.949400899867014f,0.5021082532893294f,0.6388399288008946f,0.7527788837494919f,0.15876869197211604f,1.7404915697280037f,-0.7049746453240264f,0.6554237680074592f,-0.27098050443005584f,-0.32219552705235144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.48316120953815284f,0.061185263844925314f,0.8733908684465714f,0.31818728914582817f,0.5522546647803758f,0.7527788837494919f,-0.3582439635348844f,1.5642942655617609f,-0.679389454455943f,0.6554237680074592f,0.3299237086130071f,-0.09895171547608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11867263405031808f,-0.9349862501697284f,-0.33424170583742163f,-0.4051984711184828f,0.2853715545186569f,0.35453475757374664f,-0.8904314580829509f,1.3534933799307938f,0.9510414721762477f,0.010286771392176493f,0.3088920532081728f,-0.332316558327861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.30101876208048134f,-0.9232784676513018f,-0.23863062680007896f,-0.28099278779781967f,0.6566155989698399f,0.3821414388719698f,-0.6502490875705547f,1.5697837971626882f,0.6915516322481011f,0.03904858343556868f,0.72127078692171f,-0.11138156323629779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8409470623292072f,0.5036977254369585f,-0.19772870239171486f,0.10376430210975762f,-0.5321174325500069f,0.7034064681626276f,-0.47124343870590635f,1.3370903925982216f,-0.09828059999952027f,0.5015056748797695f,0.8595539434655172f,-0.35769003412516515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9401768016686114f,0.3352495008925174f,-0.06062469592087723f,0.16624467917759916f,-0.3386738298015668f,0.900388457850803f,-0.2731312175065166f,1.5042061583358315f,-0.03698132787935277f,0.2773236324592095f,0.9600645729678339f,-0.2996914494580144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8626270323888092f,0.4669551323911594f,-0.19449294929542113f,-0.20129058260668192f,-0.5012486328542023f,0.7373960092866796f,-0.4527658705665348f,1.352230916435739f,-0.06800302238775469f,0.48805740422785704f,0.870158352901641f,-0.3268733460848735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9541186201729088f,0.29918726269350293f,-0.012026657112994825f,-0.14526813745860634f,-0.2973810238408051f,0.9421390245186095f,-0.15472099126659297f,1.527914977337562f,-0.03495976685762059f,0.15119867830471104f,0.9878850005846679f,-0.29234931264908603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.2945776472066409f,0.0006290713754667027f,-0.9556273405650368f,-0.036511754399408514f,-0.027226104162842386f,0.9995993774624891f,-0.007734586525356928f,2.2089906303941573f,0.9552396291079607f,0.02829644581583957f,0.2944767599249172f,-0.3589159731871175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.2945776472066409f,0.0006290713754667027f,-0.9556273405650368f,-0.13722711326956308f,-0.027226104162842386f,0.9995993774624891f,-0.007734586525356928f,2.084336569630701f,0.9552396291079607f,0.02829644581583957f,0.2944767599249172f,-0.370667318762685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.2945776472066409f,0.0006290713754667027f,-0.9556273405650368f,0.13655261333449303f,-0.027226104162842386f,0.9995993774624891f,-0.007734586525356928f,2.1929952941984876f,0.9552396291079607f,0.02829644581583957f,0.2944767599249172f,0.20228730891380947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.2945776472066409f,0.0006290713754667027f,-0.9556273405650368f,0.057930578004836544f,-0.027226104162842386f,0.9995993774624891f,-0.007734586525356928f,2.066299275622818f,0.9552396291079607f,0.02829644581583957f,0.2944767599249172f,0.262178935521339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.33086543275314123f,0.5248463119910857f,-0.7842604249854974f,0.028848240866810926f,0.11867842083639082f,0.8013272453605219f,0.5863361478458397f,2.2733151280253856f,0.9361856107828497f,-0.2870731520575791f,0.20284355432418583f,-0.27063517688114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.24468787819157858f,0.5701433399309955f,-0.7842604249854974f,0.0627781697062646f,-0.008137906409788787f,0.8100269725191669f,0.5863361478458397f,2.280540715022299f,0.9695677473726986f,-0.13708710998398904f,0.20284355432418583f,-0.16033698357544865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.42692052739052866f,0.8196173012468349f,-0.3820554184793725f,0.013034124496030322f,0.12135675622617728f,0.3667420088389146f,0.922373480034556f,2.318331413439892f,0.8961090341084915f,-0.4401451788326812f,0.05710359480360183f,-0.12457892905184947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.15274987454592315f,0.9114280734302387f,-0.3820554184793725f,0.015734792768466163f,0.0020876205229165626f,0.3862936773615311f,0.922373480034556f,2.321338978041625f,0.9882626764513357f,-0.14169002009227386f,0.05710359480360183f,-0.15509001836456748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.2934480332060859f,0.876311536508582f,-0.3820554184793725f,0.08542824613819215f,0.06249156321654646f,0.38121118537589466f,0.922373480034556f,2.3888311875998918f,0.9539303204816548f,-0.29454392393372114f,0.05710359480360183f,-0.23172727260553583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.2934480332060859f,0.546647818626442f,-0.7842604249854974f,-0.0375675130527571f,0.06249156321654646f,0.8076538406124582f,0.5863361478458397f,2.207109073462089f,0.9539303204816548f,-0.22106884930921122f,0.20284355432418583f,-0.18198678151096337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.28948643179186945f,0.06528413297394246f,-0.9549531861773395f,0.0887086909478084f,-0.18571569519929795f,0.9825433723975725f,0.010872070375342775f,2.301470733041486f,0.938992697716576f,0.17420247799456112f,0.2965572630968623f,0.1172195221777057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.296135061858713f,0.01919472187045916f,-0.9549531861773395f,0.05479180286297446f,-0.02972557997402836f,0.9994989684741857f,0.010872070375342775f,2.3149670079952562f,0.9546834108923986f,0.02516693607403328f,0.2965572630968623f,0.007507918917097518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.2806432512066904f,0.10322010059326349f,-0.9542457630954698f,0.046473718259469665f,-0.2706052599033525f,0.9623782069432447f,0.02451489574410357f,2.3109167410871057f,0.9208757564757463f,0.2513439826895042f,0.29801685103530745f,-0.013472877806686934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.2988043580587907f,0.01144461530235967f,-0.9542457630954698f,0.05544935978045969f,0.04003032518672564f,0.9988976889312042f,0.02451489574410357f,2.320044634937032f,0.953474450979427f,-0.04552392589046188f,0.29801685103530745f,0.014516138577443966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.29333524830126645f,0.058047013001353856f,-0.9542457630954698f,0.046186497820341926f,-0.11672454014071507f,0.992861723310751f,0.02451489574410357f,2.423751131503083f,0.9488571092809356f,0.10419281484836815f,0.29801685103530745f,0.0811855205271329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.29333524830126645f,0.04493155142861693f,-0.9549531861773395f,0.03607689874890314f,-0.11672454014071507f,0.9931048181409111f,0.010872070375342775f,2.200302547421378f,0.9488571092809356f,0.10827731004936059f,0.2965572630968623f,0.056823125766026814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.2945776472066409f,0.0006290713754667027f,-0.9556273405650368f,0.02879564816080374f,-0.027226104162842386f,0.9995993774624891f,-0.007734586525356928f,1.691652835321125f,0.9552396291079607f,0.02829644581583957f,0.2944767599249172f,-0.08628615510073971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9968410132358576f,0.07703901390388143f,0.01931281097164768f,-0.00009398205315179763f,-0.07586822080553744f,0.9955780335919309f,-0.05539306907029374f,1.318311072724151f,-0.023494837788570685f,0.05375285449110287f,0.9982778286786436f,-0.10644347553490328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9959177951166323f,0.09025589070966092f,0.0012726202229637294f,-0.18476556008663467f,-0.08635254714366102f,0.9567631915478145f,-0.27775426711581175f,0.6894360980534799f,-0.026286554963097734f,0.2765105232924158f,0.9606513142325505f,-0.28940180750035893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9957348364448038f,0.09055740705590475f,-0.017649122288411406f,-0.15030551809257187f,-0.08876831555701492f,0.8882069000215661f,-0.4507867443783701f,1.0273432902628663f,-0.025146006510186707f,0.45043074804168387f,0.8924571808076838f,-0.11770010965571637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.996174386412215f,-0.08738102447127366f,-0.0010716429433162379f,0.09708677634752327f,0.0867806115189024f,0.9877378307412407f,0.12978098160745044f,1.1082155278521937f,-0.010281892853586196f,-0.1293774875507278f,0.9915421062135529f,-0.41018871547964386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.996174386412215f,-0.0067122033250149975f,0.08712943350424668f,0.10443802301642768f,0.0867806115189024f,0.19329515815486964f,-0.9772953019933582f,1.0624641110566235f,-0.010281892853586196f,0.9811176933275679f,0.19313817468056332f,-0.0841020930912862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9982626673934827f,-0.05312978569837054f,-0.025472980981709192f,-0.009114323788517082f,0.021693931654624438f,0.7333814262306791f,-0.6794711597920982f,1.2087195783079732f,0.05478156823069032f,0.6777380832825466f,0.7332598927056396f,-0.10603226582717862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9767310537518015f,0.2110895616990352f,-0.03791629700544486f,-0.012185730071224378f,-0.18767368381476063f,0.7556738503602216f,-0.6274835617648914f,1.1720560954701948f,-0.10380287587679415f,0.6199985716301823f,0.7777060718139215f,-0.10563677104664898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9961825154460229f,0.08170496988810022f,-0.030735871798588957f,-0.009114323788517082f,-0.08371982414410356f,0.794477134976761f,-0.6014956966133653f,1.2087195783079732f,-0.024726240412060903f,0.6017726978641537f,0.7982845564962302f,-0.10603226582717862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9995419275653129f,-0.0054116914826169045f,0.029776645786857032f,-0.007379063124581223f,0.005813511339251537f,0.9998929874944193f,-0.013424479334163707f,1.2315836611401987f,-0.029700810172912328f,0.013591436818157478f,0.99946642500901f,-0.11353606170087195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9848015925104635f,0.17278137772399063f,0.017675375544942154f,-0.007379063124581223f,-0.17257902666036135f,0.9849175264856544f,-0.012407480741170145f,1.2315836611401987f,-0.01955256877797271f,0.009168507685544815f,0.9997667905671818f,-0.11353606170087195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9961825154460229f,0.082215992136841f,0.029341550003187597f,-0.007379063124581223f,-0.08371982414410356f,0.9950058425993625f,0.05435406367892795f,1.2315836611401987f,-0.024726240412060903f,-0.05660303728677003f,0.9980905315676518f,-0.11353606170087195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9948602962035324f,-0.092316924424206f,0.04160019834899309f,0.18767523665299427f,0.10085031518885396f,0.9401662002983252f,-0.3254485055164921f,1.2406862892310409f,-0.009066695325692691f,0.32797118971254907f,0.944644215434788f,-0.12172118886351317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9756890275972139f,0.21719890007889925f,-0.029249944118230935f,-0.19876491937000415f,-0.216250322803361f,0.9324498887325038f,-0.28943566278222094f,1.2649204994116279f,-0.035591000461429184f,0.2887245102294879f,0.9567504574751438f,-0.10124943575303602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9961825154460229f,0.08670664992788181f,0.010116954972639366f,-0.011320102932160599f,-0.08371982414410356f,0.9817742350288491f,-0.17061753274150493f,1.0968592549372387f,-0.024726240412060903f,0.16911921325444335f,0.9852853925352203f,-0.12487968285323783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9961825154460229f,0.08549495422246789f,0.017635439380201977f,1.3009427731118893e-17f,-0.08371982414410356f,0.9929085854506775f,-0.08440101885412875f,1.319366328125f,-0.024726240412060903f,0.08260238338469866f,0.9962757947949213f,-0.1062300390625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9160324217663547f,0.091770091201515f,0.3904649185698158f,-0.42981599726836817f,-0.07102147967874688f,0.9952029273473726f,-0.06728359995914243f,1.7085223799237665f,-0.3947664520917508f,0.033902562736262125f,0.9181557953543643f,-0.6192058206077469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9208377568768773f,0.091770091201515f,0.3789935037316956f,-0.34371102859860836f,-0.07185629121297442f,0.9952029273473726f,-0.06639131579006988f,1.7018248538115381f,-0.383268181464464f,0.033902562736262125f,0.9230146896538737f,-0.6556769052414083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9184529991441053f,0.091770091201515f,0.38473671351206384f,-0.44447401996029784f,-0.07144027853043684f,0.9952029273473726f,-0.06683876122965006f,1.7151994310521f,-0.38902490275905455f,0.033902562736262125f,0.9206031942553872f,-0.7755318420628857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9577216515209748f,-0.18002024947002643f,-0.22441467863909037f,-0.3546343445360748f,-0.024723138867348754f,0.7256556934183866f,-0.6876136858833063f,2.394745646682648f,0.2866321765128308f,0.6640907501164504f,0.6905255035096732f,0.8596340730700812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.962808536979683f,-0.18002024947002643f,0.20147563351381237f,-0.44684616450923154f,0.2682661816161531f,0.7256556934183866f,-0.6336064002285405f,2.383052236525321f,-0.032139958309426925f,0.6640907501164504f,0.7469608414700456f,0.8474149521470916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9835927463803387f,-0.18002024947002643f,-0.01174815086438669f,-0.39897803189299513f,0.12472970834482597f,0.7256556934183866f,-0.6766581961860028f,2.490397671031885f,0.1303372898452227f,0.6640907501164504f,0.7362035496284792f,0.7430939801643145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015565351803844107f,0.0000013077194832216974f,3.877086222531461e-7f,0.0040342322365890205f,-0.0000013081222522516182f,0.000015570145830182973f,0f,1.4843013795374125f,-3.8634750643845164e-7f,-3.2458897674186064e-8f,0.000015620189084138215f,-0.7940419182114038f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145.mcfunction new file mode 100644 index 000000000..b36c35e20 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145_as_bone.mcfunction new file mode 100644 index 000000000..264bfff03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_145_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7070798175136401f,0.18583508942256463f,0.36393391659562235f,-0.11128957806627437f,-0.1684042137814571f,0.7952132177674653f,-0.07886953475840681f,1.424583053458003f,-0.37232055663093766f,-0.00676034552857002f,0.7268260763640828f,0.19638620604940704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7095894672262221f,-0.09688015932958918f,0.35650669380795663f,-0.11128957806627437f,0.14569441698220198f,0.782818009892997f,-0.07725995241639852f,1.424583053458003f,-0.3394936300754743f,0.13345485422209763f,0.7119928911321628f,0.19638620604940704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.48801781260795424f,-0.024892867348617925f,-0.6543419627205308f,-0.017412705949784446f,0.05982917606520294f,0.8143579263482802f,0.013641185048689127f,1.4160543067900886f,0.6520763212332981f,-0.05608883483669226f,0.48846182894670026f,0.21836147859241642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4509999247227385f,0.16041631438551035f,-0.6409880451139894f,-0.017412705949784446f,-0.2511343691902253f,0.7594425352591515f,0.013362793517083228f,1.4160543067900886f,0.6111714951726005f,0.19368438687235917f,0.47849322019268603f,0.21836147859241642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8409413735370271f,-1.1468259384506703f,-0.6473130024728363f,0.5011579587557794f,0.19291018676468108f,0.6524724698983321f,-1.4065815247852462f,1.909677950146727f,1.302693178041581f,-0.8369445578540493f,-0.20957228099731232f,-0.3799730115458554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1164997311986889f,-0.08278564548332515f,0.9897344843605999f,0.5474046775757179f,0.6380448998823507f,0.7574481774247115f,0.13845925122614294f,1.7214101565461444f,-0.7611350197992168f,0.6476255055337862f,-0.03542155018281179f,-0.19420318987887963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6510027271908336f,-0.08278564548332515f,0.7545475373308208f,0.30915691231900194f,0.5331397543803651f,0.7574481774247115f,-0.376874330268363f,1.551986662883719f,-0.5403308722341722f,0.6476255055337862f,0.5372371479084133f,-0.022644132203690492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.10524780415727372f,-0.9028250372768856f,-0.4169290728482039f,-0.3279676600660574f,0.24318272464287038f,0.38316239173853717f,-0.8910941274593129f,1.3520483206505498f,0.9642536295785161f,-0.19517564813058624f,0.1792244520746638f,-0.4340964329333153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11007942182809591f,-0.9028250372768856f,-0.41567953155764464f,-0.2669405598877601f,0.6447034089457983f,0.38316239173853717f,-0.6614711604075201f,1.565472077360332f,0.7564654885608856f,-0.19517564813058624f,0.6242326737628737f,-0.18532480826379658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8319250826380746f,0.37088322741714386f,-0.4127302854144289f,0.16371980521412613f,-0.542685644936056f,0.6989542434991876f,-0.4657845599360455f,1.3291309032063423f,0.11572790354089121f,0.6114806596411055f,0.7827505702501331f,-0.32659212107206476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9150810606135027f,0.2664852271522287f,-0.30267519920880903f,0.21179406531011397f,-0.3502547389066556f,0.8971927771786194f,-0.26901066605610036f,1.4956732322644828f,0.19987063411091094f,0.3521799884833624f,0.9143418317740696f,-0.2548437367828464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8457184687002067f,0.33911610090686534f,-0.41202007451713146f,-0.13910959604351555f,-0.5119781192981954f,0.7333426005522479f,-0.4473108936468564f,1.348102498033788f,0.15046154677943666f,0.5892443468723234f,0.7938214047377081f,-0.37319489713582255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9285949226540607f,0.2637036767690259f,-0.26109737738934946f,-0.09129701525800663f,-0.30912841118204903f,0.9389390801926427f,-0.15110601936076612f,1.5232091629489037f,0.2053073184793014f,0.22102889979704302f,0.9534123611708353f,-0.32579315116655927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.007525022138651555f,0.0068104453673949695f,-0.9999484946114527f,0.05078851130902286f,-0.030406207187533528f,0.9995159746240873f,0.006578680394267098f,2.203445805266547f,0.9995092979088697f,0.030355136388408147f,0.0077284596498625735f,-0.3610573447740574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.007525022138651555f,0.0068104453673949695f,-0.9999484946114527f,-0.044090154061924625f,-0.030406207187533528f,0.9995159746240873f,0.006578680394267098f,2.080263292495031f,0.9995092979088697f,0.030355136388408147f,0.0077284596498625735f,-0.4016087924020164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.007525022138651555f,0.0068104453673949695f,-0.9999484946114527f,0.05520946181548065f,-0.030406207187533528f,0.9995159746240873f,0.006578680394267098f,2.1855821585438706f,0.9995092979088697f,0.030355136388408147f,0.0077284596498625735f,0.22615436774740358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.007525022138651555f,0.0068104453673949695f,-0.9999484946114527f,-0.03910482689506797f,-0.030406207187533528f,0.9995159746240873f,0.006578680394267098f,2.06011918023329f,0.9995092979088697f,0.030355136388408147f,0.0077284596498625735f,0.2605661174626097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.05087228388872227f,0.6115332769900602f,-0.7895815739147816f,0.09025047615651631f,0.11165618734876588f,0.7821660240614996f,0.6129838551141157f,2.2653622457149325f,0.9924439060010809f,-0.11934555684073096f,-0.028490902121437057f,-0.2572810781948733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.045418919383902544f,0.6119624660845263f,-0.7895815739147816f,0.09118587738630837f,-0.012076209147022662f,0.7900031383115351f,0.6129838551141157f,2.2719324114223913f,0.9988950329912728f,0.03737621652429202f,-0.028490902121437057f,-0.14184668742628198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.15531100424459154f,0.9288804192806873f,-0.336243451441766f,0.033368031054723496f,0.1085725312034808f,0.32226126383596576f,0.9404040000440851f,2.3131997257029018f,0.9818811014723757f,-0.18256189226610497f,-0.050800177791159584f,-0.12181585735006091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.1393302926606959f,0.9314115153408905f,-0.336243451441766f,0.044912255448286434f,0.00367440613766723f,0.34003943218488675f,0.9404040000440851f,2.315792554521988f,0.9902391470178405f,0.12979126954370335f,-0.050800177791159584f,-0.15022842053724939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.008089956581985344f,0.9417403537945215f,-0.336243451441766f,0.13701564151506712f,0.05682305476721176f,0.33527817875311716f,0.9404040000440851f,2.379098863609201f,0.9983514877283571f,-0.026714207586273808f,-0.050800177791159584f,-0.2030954427348141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.008089956581985344f,0.6135922837982548f,-0.7895815739147816f,-0.0010426223395400037f,0.05682305476721176f,0.7880494488395761f,0.6129838551141157f,2.201787737620297f,0.9983514877283571f,-0.04982544979107209f,-0.028490902121437057f,-0.1918847165318229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.0063669882513322775f,0.007903770296312031f,-0.9999484946114527f,0.03332145550144067f,-0.186390603110331f,0.9824536956195122f,0.006578680394267098f,2.295442496448904f,0.9824550903388787f,0.18633911660911667f,0.0077284596498625735f,0.13110114263718112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.007525022138651555f,0.0068104453673949695f,-0.9999484946114527f,0.032523317201049826f,-0.030406207187533535f,0.9995159746240871f,0.006578680394267098f,2.309017340833889f,0.9995092979088697f,0.030355136388408158f,0.0077284596498625735f,0.016278552524534265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.005653900968107696f,0.008428613654231549f,-0.9999484946114527f,0.03232581569776098f,-0.27130781214953487f,0.9624701512415348f,0.006578680394267098f,2.30537891439266f,0.9624760279978278f,0.2712566431278042f,0.0077284596498625735f,-0.006178093956807643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.007981764216384577f,0.006268936455532974f,-0.9999484946114527f,0.032612962177258814f,0.039390570645663606f,0.9992022337387358f,0.006578680394267098f,2.3144902057055208f,0.9991920107688027f,-0.039441051294779345f,0.0077284596498625735f,0.02321863277443737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.0069028177331100305f,0.0074403784603291065f,-0.9999484946114527f,0.0025127183486969313f,-0.11740405954581182f,0.9930624390069507f,0.006578680394267098f,2.4176252345999765f,0.9930602388120807f,0.1173526011724219f,0.0077284596498625735f,0.08439694320918938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.0069028177331100305f,0.0074403784603291065f,-0.9999484946114527f,0.000838633195122885f,-0.11740405954581182f,0.9930624390069507f,0.006578680394267098f,2.194186185823413f,0.9930602388120807f,0.1173526011724219f,0.0077284596498625735f,0.057992607945394486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.007525022138651555f,0.0068104453673949695f,-0.9999484946114527f,0.027656042633609417f,-0.030406207187533528f,0.9995159746240873f,0.006578680394267098f,1.685529440964689f,0.9995092979088697f,0.030355136388408147f,0.0077284596498625735f,-0.08274457605633159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.07374944702295841f,-0.2321025185462449f,1.3394574365674175e-17f,-0.08811497819014692f,0.9947451759058377f,-0.05213238562174314f,1.3125f,0.2270381260278811f,0.07101446384978241f,0.971293279732685f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.015408092001429965f,-0.24304968782653796f,-0.13283836277433336f,-0.08811497819014692f,0.9525850273633537f,-0.2912344695631147f,0.6842087886329753f,0.2270381260278811f,0.3038821421933746f,0.9252617645756867f,-0.3363107748970607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.969891457817986f,-0.029142205505168606f,-0.24178770008004255f,-0.1439488286231789f,-0.08811497819014692f,0.8835606364247005f,-0.4599525544872301f,1.0210662812698923f,0.2270381260278811f,0.4674091715179249f,0.8543900489300392f,-0.15811102825585183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9665486873960315f,-0.052781195398647375f,-0.25099358618358864f,0.16970474256067086f,0.08553821299142997f,0.9889059666520831f,0.12144218063812003f,1.1055623828551011f,0.2417991915024563f,-0.13884932312474116f,0.9603405731596263f,-0.38002961161271126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9665486873960315f,-0.2543610215846719f,0.032925758782613446f,0.09443915529245443f,0.08553821299142997f,0.19865648282788456f,-0.9763292559114918f,1.0562125999735805f,0.2417991915024563f,0.946486171335248f,0.21376874996103135f,-0.06171114933363253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9523675975581417f,-0.2199603284222914f,-0.21121887472877798f,-0.00945623636113041f,0.015789457717084024f,0.7272673862119214f,-0.6861726036337218f,1.201910714137619f,0.3045433501922738f,0.6501535225412824f,0.6960989476940962f,-0.11189902383725195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9708202063298502f,0.04834760746694242f,-0.2348843030810906f,-0.012725044144377876f,-0.1905117423904571f,0.7503721680370666f,-0.632966733285964f,1.164179840353234f,0.1456482165802907f,0.6592451124487575f,0.737687249936859f,-0.11257849726792439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.969891457817986f,-0.07068546342254281f,-0.23305391074264867f,-0.00945623636113041f,-0.08811497819014692f,0.7902674421074888f,-0.6063935360501768f,1.201910714137619f,0.2270381260278811f,0.6086714509533262f,0.7602451934238851f,-0.11189902383725195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9747077176171784f,-0.002891432122906162f,-0.22346477314733448f,-0.005740372730034978f,-0.0010819194447709707f,0.9998435320841619f,-0.017656183046824647f,1.225672016624852f,0.22348085973484633f,0.017451388762690992f,0.9745520788354142f,-0.11855102440740509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9576937383883247f,0.16575995914982905f,-0.23525802726887443f,-0.005740372730034978f,-0.17447742874621736f,0.9845214941963678f,-0.01658476178485352f,1.225672016624852f,0.22886749509247506f,0.056930338203796865f,0.9717914417621185f,-0.11855102440740509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.09760675941982566f,-0.22312212030021222f,-0.005740372730034978f,-0.08811497819014692f,0.9947451759058378f,0.05213238562174312f,1.225672016624852f,0.2270381260278811f,-0.03090235472620928f,0.9733954662942105f,-0.11855102440740509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9656059624579355f,-0.16739062655817577f,-0.19896106002468322f,0.18490687312451243f,0.09419643729657337f,0.9384339001007937f,-0.3323685399406001f,1.232601418757888f,0.2423471816760347f,0.3021956208850071f,0.9219249699686022f,-0.07691286841852338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9530308277225641f,0.13633397650409354f,-0.2704538560661056f,-0.1942032012184836f,-0.2168848686007324f,0.9304904022942311f,-0.2952093579315589f,1.258272625515695f,0.2114076516649469f,0.34000096777641897f,0.9163548148662781f,-0.15417900783447958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.04491354829040098f,-0.23936025825451457f,-0.007081174778564909f,-0.08811497819014692f,0.9809771566032434f,-0.17297274016782493f,1.0900901441856365f,0.2270381260278811f,0.18885600705982786f,0.9553989208321131f,-0.1310328983950309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.06560425977182854f,-0.23453494654633567f,1.3394574365674175e-17f,-0.08811497819014692f,0.9923198100016914f,-0.08681673396734682f,1.3125f,0.2270381260278811f,0.10486885037034391f,0.9682232250631826f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.08579568322345738f,-0.2279246822788665f,-0.2971886361038843f,-0.08811497819014692f,0.9961103104669432f,0f,1.7429094860527812f,0.2270381260278811f,0.02008357840799849f,0.9736787659223538f,-0.7373918027302246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.08579568322345738f,-0.2279246822788665f,-0.2062613119334481f,-0.08811497819014692f,0.9961103104669432f,0f,1.7346487068474548f,0.2270381260278811f,0.02008357840799849f,0.9736787659223538f,-0.7161069784151108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.969891457817986f,0.08579568322345738f,-0.2279246822788665f,-0.2175362716768362f,-0.08811497819014692f,0.9961103104669432f,0f,1.738779096450118f,0.2270381260278811f,0.02008357840799849f,0.9736787659223538f,-0.8728012054610208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8735702688776888f,-0.39986266394377723f,-0.2774614123022307f,-0.6127400714204798f,0.04865160878331326f,0.638978151878846f,-0.767684793638828f,2.440717013753651f,0.4842602671041245f,0.6571276675085902f,0.5776462778370183f,0.7105410309365683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9089837969748377f,-0.39986266394377723f,0.117721309969746f,-0.698326022020985f,0.36853094494458655f,0.638978151878846f,-0.6751976481296011f,2.4206867851514837f,0.1947649851884503f,0.6571276675085902f,0.7281825520700579f,0.6779389220791218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9129168064053897f,-0.39986266394377723f,-0.08180925721683371f,-0.6432616581382073f,0.21365577175644992f,0.638978151878846f,-0.7389574633337499f,2.54154551895263f,0.3477558278127628f,0.6571276675085902f,0.6687668598375519f,0.5939249475322123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015154554028406034f,0.0000013405575503665216f,-0.0000035613231606072894f,0.17795100404981082f,-0.0000013767965342210458f,0.00001556422360104599f,0f,1.4773403651954573f,0.0000035474707191856426f,3.1380591262497645e-7f,0.00001521373071753678f,-0.7738041696429293f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146.mcfunction new file mode 100644 index 000000000..3d0418811 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146_as_bone.mcfunction new file mode 100644 index 000000000..57b25cb21 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_146_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7685954858539666f,0.19760247738162803f,0.19276588002546685f,-0.17839911082587737f,-0.18167997450356313f,0.7914441334224024f,-0.08690808351408878f,1.4184855676754864f,-0.20784082956371716f,0.03890872714893612f,0.7888173077223648f,0.1560493761038073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7696739583176763f,-0.10929097880865218f,0.18883188247392674f,-0.17839911082587737f,0.132266593559789f,0.7843836266743985f,-0.08513444915665841f,1.4184855676754864f,-0.17351526190998215f,0.11312739790238618f,0.7727189953198677f,0.1560493761038073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.30998054231967587f,0.007420422869241415f,-0.7555140271047822f,-0.09076732619237077f,0.050270653073011824f,0.8146151423071996f,0.028626487871870606f,1.4078088670501843f,0.7538762294085527f,-0.05737204626564316f,0.30874507847815225f,0.20041347776337967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.27775837286468136f,0.12291917849412867f,-0.740095373490399f,-0.09076732619237077f,-0.2598814934738586f,0.7560920844897363f,0.028042273833669168f,1.4078088670501843f,0.7037839836578846f,0.2306851432803904f,0.30244415850921036f,0.20041347776337967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1977153408351422f,-0.7753104575115362f,-0.6370069911715354f,0.5625823287639453f,0.17625955223512862f,0.8139365584684348f,-1.322061306836575f,1.8816456764400438f,0.9878343902568041f,-1.085268272484649f,-0.5364533942144052f,-0.2412186997734504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.12142360587183504f,-0.18470244399869845f,0.975264741041113f,0.5673207618866019f,0.6707408193903058f,0.7395329728856528f,0.05654852092256474f,1.6885991151881379f,-0.7316850833115999f,0.6472835462112537f,0.21368422885997312f,-0.058284347944717985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7966895306947772f,-0.18470244399869845f,0.5754744119960884f,0.2842973606671912f,0.49831787825015394f,0.7395329728856528f,-0.4525154961227f,1.5318903765932492f,-0.3420015846419439f,0.6472835462112537f,0.6812187071026334f,0.044029244255837874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.30774237728262366f,-0.8330168906147857f,-0.45975807679138603f,-0.229047224513054f,0.17620777162740775f,0.42495243514617576f,-0.8878999093824931f,1.3506232761367818f,0.935010936001576f,-0.3542573751015071f,0.01600817739929916f,-0.5106247906314286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08709537051236133f,-0.8291478860583799f,-0.5522030237876598f,-0.23535800996751444f,0.625722517715804f,0.3857901556933763f,-0.6779655497099217f,1.5593902438590197f,0.7751681928837835f,-0.4045735270812968f,0.4852159662730496f,-0.2503115304715601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7932398281351263f,0.1867564969556592f,-0.5795624089819893f,0.2154894473599407f,-0.5140111362998124f,0.7156430717449505f,-0.47291388816911223f,1.3153718381861201f,0.3264400815156304f,0.6730356637714697f,0.663671506448609f,-0.2844277774048097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8437627372207324f,0.16772166515806614f,-0.5098371174349542f,0.24375077759310962f,-0.3408867135357012f,0.9011867835006336f,-0.267691295672107f,1.4826712894945382f,0.4145608421119952f,0.3996646397673782f,0.8175619144181103f,-0.2043808954833131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7954638704846374f,0.16551329129699272f,-0.5829601883127501f,-0.06928705921051198f,-0.48665684199318815f,0.7477114011308933f,-0.4517662877640318f,1.3404967832821162f,0.36111265402200654f,0.6430653240712905f,0.6753255807995648f,-0.39904123951897796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8541020810217959f,0.20717243638384072f,-0.4770631161565745f,-0.03342387186452042f,-0.3043507234539893f,0.9428840282286546f,-0.13542653522976744f,1.516441122729803f,0.4217585474264525f,0.2608625901007839f,0.8683722915654551f,-0.34470217705279693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.2856209142467112f,0.018869446226304477f,-0.9581568959956328f,0.14252382399272093f,-0.03397460390119165f,0.9989782916826587f,0.029800990529749133f,2.194490852292314f,0.9577402673139679f,0.04106478717721146f,-0.28468801102164526f,-0.33387714758663223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.2856209142467112f,0.018869446226304477f,-0.9581568959956328f,0.061048718499093955f,-0.03397460390119165f,0.9989782916826587f,0.029800990529749133f,2.0736864563404405f,0.9577402673139679f,0.04106478717721146f,-0.28468801102164526f,-0.40161500704133674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.2856209142467112f,0.018869446226304477f,-0.9581568959956328f,-0.02527846312722192f,-0.03397460390119165f,0.9989782916826587f,0.029800990529749133f,2.174530772500364f,0.9577402673139679f,0.04106478717721146f,-0.28468801102164526f,0.22879525946032397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.2856209142467112f,0.018869446226304477f,-0.9581568959956328f,-0.1281751371893522f,-0.03397460390119165f,0.9989782916826587f,0.029800990529749133f,2.051178281255901f,0.9577402673139679f,0.04106478717721146f,-0.28468801102164526f,0.23288792005416697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.23785405449041502f,0.6562845274367606f,-0.7160419455657463f,0.15289866644942934f,0.10196299354825722f,0.7499965845263192f,0.6535355163612258f,2.2526384692949253f,0.9659342610701565f,0.08243629204400295f,-0.24530646352040383f,-0.2215919781006209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3375911953472139f,0.6109960040904201f,-0.7160419455657463f,0.12017046116857025f,-0.016617654582584136f,0.7567134083724433f,0.6535355163612258f,2.258350055205129f,0.9411461301945696f,0.23252677388829807f,-0.24530646352040383f,-0.11084278853029347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.1342181524910197f,0.9619941745234671f,-0.23780810693668797f,0.05957279471282656f,0.08973485840773622f,0.2507923916910833f,0.9638728295041883f,2.305162241552596f,0.9868805108666608f,0.10802955360816843f,-0.11998530251151172f,-0.10832654272471655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4249215969491313f,0.8734351382451874f,-0.23780810693668797f,0.07914813557354375f,0.007843810735017373f,0.2662473345908714f,0.9638728295041883f,2.3070447161936567f,0.9051961727047645f,0.40770506018673336f,-0.11998530251151172f,-0.13200201409093207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.28305474837499744f,0.9291540850136517f,-0.23780810693668797f,0.18705332465455435f,0.049397499763921965f,0.26174234575372696f,0.9638728295041883f,2.3634011197876617f,0.9578308287163453f,0.2610816553145412f,-0.11998530251151172f,-0.15359067951033684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.28305474837499744f,0.6380939912056752f,-0.7160419455657463f,0.04348217663327763f,0.049397499763921965f,0.755282209423431f,0.6535355163612258f,2.19346262266739f,0.9578308287163453f,0.14961564930070875f,-0.24530646352040383f,-0.18725420060299625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.2832341336252058f,-0.05240635875625231f,-0.957617877397603f,-0.018994813535202604f,-0.18610147061234933f,0.9825297048663594f,0.0012734563776925119f,2.2864150570502777f,0.9408212732424264f,0.1785747815822156f,-0.2880388501528295f,0.13143873874263978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.2879452121369218f,-0.007453569341803967f,-0.957617877397603f,0.014097046699438454f,-0.030108743924521245f,0.9995458177833281f,0.0012734563776925119f,2.299955938866691f,0.9571734525919069f,0.02919935711492981f,-0.2880388501528295f,0.021480956249334972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.27443404284497974f,-0.09681094198347254f,-0.9567202295551365f,0.022990705516713193f,-0.27099612250464195f,0.9623798776220932f,-0.019648733687812343f,2.2969881497967766f,0.9226305098549525f,0.25387519110846224f,-0.29034519046203083f,0.0007896000769380823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.29091851105528144f,-0.007267894147932441f,-0.9567202295551365f,0.014282732908814176f,0.03965910903094949f,0.9990200610274736f,-0.019648733687812343f,2.3061059782599123f,0.9559255070329749f,-0.04365885224462225f,-0.29034519046203083f,0.028866317160260085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.2861998722995983f,-0.05268809595782594f,-0.9567202295551365f,-0.035240341074682845f,-0.11711032922303148f,0.9929245178027074f,-0.019648733687812343f,2.4084205428950987f,0.9509862269691225f,0.1064183559852356f,-0.29034519046203083f,0.07749593301302363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.2861998722995983f,-0.03252128509458971f,-0.957617877397603f,-0.027923051928400174f,-0.11711032922303148f,0.9931180942355887f,0.0012734563776925119f,2.1849689716920917f,0.9509862269691225f,0.1125114079445686f,-0.2880388501528295f,0.05218086622549574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.2856209142467112f,0.018869446226304477f,-0.9581568959956328f,0.028051374161321203f,-0.03397460390119165f,0.9989782916826587f,0.029800990529749133f,1.6763081417383232f,0.9577402673139679f,0.04106478717721146f,-0.28468801102164526f,-0.07968587027264472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8869588782644161f,0.07485948521421616f,-0.4557411609031946f,-0.000020932794009860267f,-0.1080634663528471f,0.9930229165243205f,-0.04719930611078751f,1.303924548041703f,0.4490281010223482f,0.09111281320975276f,0.888860067592908f,-0.113853175226302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8864815659688894f,-0.06565968149864872f,-0.4580821317436885f,-0.07350361642462645f,-0.09101917553388371f,0.9458081534883399f,-0.31170891305849613f,0.6761801971693353f,0.4537245231222113f,0.3180184633326703f,0.8324652029346628f,-0.3706478056851258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8875284534948459f,-0.14754602100238878f,-0.43648988066553157f,-0.12970489619474143f,-0.08727173859262208f,0.8763587553853305f,-0.4736865793987578f,1.0114212621271168f,0.4524122985508555f,0.45850354801881f,0.7649167330985084f,-0.1957248299861942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8799270787148357f,-0.027713371042800417f,-0.47429980519690246f,0.22888532020455132f,0.08964534855832458f,0.9900503015214384f,0.10846249093196073f,1.1021413765163457f,0.466574803891329f,-0.1379578541539162f,0.8736564444053595f,-0.33819015168614686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8799270787148357f,-0.4747020162462449f,-0.019655327932277533f,0.07933093922847374f,0.08964534855832458f,0.20651295624527335f,-0.9743285433490566f,1.0472090419278126f,0.466574803891329f,0.8555760601340993f,0.224271170013402f,-0.04558674339238346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8523194606064196f,-0.36977096773249696f,-0.3698931852491403f,-0.009071094684199048f,0.009094054237939936f,0.7175940969477241f,-0.696402189975949f,1.1917918817326527f,0.522942477954411f,0.5901933102365302f,0.6149821308810098f,-0.11964622588788233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.907588649021397f,-0.11370716587407301f,-0.4041701678704176f,-0.012193017521094984f,-0.19257396187810713f,0.7426667558613682f,-0.6413745855152979f,1.1524216003517112f,0.37309263377087054f,0.6599369440842338f,0.6521388781990215f,-0.12157623761468543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8873250272092845f,-0.21484282871363605f,-0.4080402615408998f,-0.009071094684199048f,-0.09250841742731582f,0.7839255159335305f,-0.6139242446535579f,1.1917918817326527f,0.45177039388735535f,0.5824975059334344f,0.6757219596758659f,-0.11964622588788233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8929537237441414f,-0.002529276678422482f,-0.4501413666960147f,-0.003763652727695585f,-0.009304649487837116f,0.9996668586820997f,-0.024074782461557337f,1.2169308645235994f,0.4500522977936902f,0.025686074284460174f,0.8926327099308389f,-0.12492292971132395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8755227658409095f,0.14497552158810356f,-0.4609142920701651f,-0.003763652727695585f,-0.17506855795280185f,0.9842886883024274f,-0.022951646917235335f,1.2169308645235994f,0.45034529697845255f,0.10078628984214222f,0.8871478102713467f,-0.12492292971132395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8873250272092845f,0.10457855738379268f,-0.449129849179018f,-0.003763652727695585f,-0.09250841742731582f,0.9945150754079322f,0.048805301878471805f,1.2169308645235994f,0.45177039388735535f,-0.0017578742503523148f,0.8921325131867933f,-0.12492292971132395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8803270635662869f,-0.2327566804472f,-0.4133383467087937f,0.1710019463836136f,0.08633768991668644f,0.9354101765232029f,-0.34286091196968016f,1.220984339336267f,0.466444063583844f,0.26614306183710806f,0.8435625680311807f,-0.03848280197898504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8752828870593021f,0.04554490197098597f,-0.4814618671562539f,-0.17885046742332036f,-0.2155627366665811f,0.9279286613375786f,-0.30410706343171934f,1.2479464279896935f,0.43291173948271167f,0.36996494614044567f,0.8220178613907061f,-0.20355111600900783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8873250272092845f,0.0006830425649512473f,-0.4611440442431162f,-0.00220006493620303f,-0.09250841742731582f,0.979934560044907f,-0.17655155262610495f,1.0800278666299208f,0.45177039388735535f,0.1993183169767628f,0.8695836473418843f,-0.13812707481256403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8873250272092845f,0.04087179507144316f,-0.45932972084950113f,1.398852386351167e-17f,-0.09250841742731582f,0.991593094895984f,-0.09047279624117804f,1.302309670781893f,0.45177039388735535f,0.12277064193952147f,0.8836463549885903f,-0.11422496570644718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4344572496605796f,0.1000969669115005f,-0.8951131187914091f,-0.11796433049986303f,-0.0518865055297595f,0.9949365462136376f,0.08607589414225308f,1.7892291218910645f,0.8991966908086769f,0.009047995556812264f,0.4374510772819388f,-0.871057166524675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4515207359044207f,0.1000969669115005f,-0.8866282322729458f,-0.07643220797256595f,-0.05352551099272404f,0.9949365462136376f,0.08506637809055878f,1.784287707028178f,0.8906537176261594f,0.009047995556812264f,0.4545922228273442f,-0.7871540812564298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4430093069578355f,0.1000969669115005f,-0.8909115282472534f,0.03643846000087354f,-0.05270842520412408f,0.9949365462136376f,0.08557506015761472f,1.773922155435979f,0.8949662428612823f,0.009047995556812264f,0.4460421032987406f,-0.8960119393853635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7620113115059544f,-0.6142759108886245f,-0.20494844824717823f,-0.8021952886937428f,0.16918450318542397f,0.4943505713867577f,-0.8526394997016544f,2.46262777714497f,0.6250722878346768f,0.6150468420141159f,0.48062669204860686f,0.5263758624020687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7772874755612398f,-0.6142759108886245f,0.1359753126033762f,-0.8760984464964096f,0.5133871210225571f,0.4943505713867577f,-0.7014635960174673f,2.429856882449746f,0.3636727159188678f,0.6150468420141159f,0.6996138490800892f,0.47890530070675386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7883003498951116f,-0.6142759108886245f,-0.035322282729115584f,-0.8338485251857088f,0.34955621008238863f,0.4943505713867577f,-0.7958818810366418f,2.5656246119528543f,0.5063526580833579f,0.6150468420141159f,0.6044206877501641f,0.41197747839188664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013864453550145072f,0.0000012881021641367914f,-0.000007089312066104575f,0.3320288954052404f,-0.0000014454440223018097f,0.000015557998475973445f,0f,1.4670521417959048f,0.000007058912404489928f,6.558210398837089e-7f,0.000013924161713704137f,-0.71665484392687f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147.mcfunction new file mode 100644 index 000000000..93e6723c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147_as_bone.mcfunction new file mode 100644 index 000000000..241eadd73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_147_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7923042093166285f,0.19691446738676527f,0.020571263388108975f,-0.23151194264569222f,-0.19327574376787396f,0.7876670662060425f,-0.09575763222733433f,1.4155825192298233f,-0.04292984060733888f,0.08803254961999478f,0.8107723129444394f,0.10828763889107594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7908730254093868f,-0.1188014186689981f,0.020151441686310834f,-0.23151194264569222f,0.1203562115839681f,0.785312234369614f,-0.09380339483493975f,1.4155825192298233f,-0.005851496642608284f,0.09576490730762457f,0.7942259392108795f,0.10828763889107594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.13131002831891597f,0.03405635752513904f,-0.805321231198737f,-0.1550756541935601f,0.04031067994550708f,0.8146389340637181f,0.04102317191910544f,1.4029234660613088f,0.8050324030681377f,-0.04634669420890222f,0.12930297131423593f,0.17135757536529994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.10607201023910308f,0.08004650841835356f,-0.7888861040314159f,-0.1550756541935601f,-0.2689044355420158f,0.7523798859730267f,0.04018596432891962f,1.4029234660613088f,0.7459484789110207f,0.25984045811467815f,0.12666413516496583f,0.17135757536529994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4610651961691814f,-0.2785630674876953f,-0.47864115992563283f,0.6045959753391676f,0.18649607507263716f,1.024078357797343f,-1.1652849355730974f,1.8654147701614106f,0.5214536954760328f,-1.1467660548354845f,-0.9243483699079293f,-0.06576030243227188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.37255312286807224f,-0.29195372108703177f,0.880890001864411f,0.553320200922776f,0.7269430152532903f,0.6818491550541803f,-0.08145908375592459f,1.6597757074570223f,-0.5768518208480417f,0.6707046701010333f,0.46625875036181635f,0.0862639174211877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8841743327586322f,-0.29195372108703177f,0.36468996974726703f,0.2459480940826514f,0.45980261825202995f,0.6818491550541803f,-0.5689141253304213f,1.5167934146251947f,-0.08256695185971819f,0.6707046701010333f,0.7371146070763072f,0.10180274408831844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.49501695071159885f,-0.7387311048738563f,-0.4574216579918814f,-0.12914679667054363f,0.13824555787082732f,0.45277851676540876f,-0.8808403830914544f,1.3529941360088187f,0.857814889260599f,-0.4992674327928546f,-0.12200674700711434f,-0.5537107502298408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26068277645288046f,-0.716642353771109f,-0.6468912017041366f,-0.1951257489487287f,0.6132321233132826f,0.39460704861836865f,-0.6842745356341878f,1.5583243232414f,0.7456479417241761f,-0.5750730509788341f,0.33660085121757255f,-0.2987653404249649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7108090036675416f,0.006054930129711089f,-0.7033590108374819f,0.25201251799671864f,-0.4834019875845156f,0.7305984368229752f,-0.48223276797742076f,1.3064162269562711f,0.5109531081268579f,0.6827805371661888f,0.52224291221859f,-0.23253966183567523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7339278187966042f,0.06710796569324273f,-0.6759041927203687f,0.26037086035969936f,-0.3302491282643482f,0.9048213944007203f,-0.2687633857417602f,1.4743904672455201f,0.5935364100685794f,0.4204696959059602f,0.6862359395628098f,-0.14941261923104016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7036060128130215f,-0.0034435225900485977f,-0.7105819593020455f,-0.0026055814645052633f,-0.4595194763107442f,0.7605535521899947f,-0.45869395585976586f,1.3372590234858728f,0.5420151562682186f,0.6492660751982603f,0.5335476866899389f,-0.40493636558751794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7411944345992366f,0.14918055783793546f,-0.654504370712893f,0.021275120813152068f,-0.2983234489711732f,0.9466262470306399f,-0.1220732084719246f,1.5139884872511682f,0.6013600667761881f,0.28573398397084043f,0.7461381644783288f,-0.3466978800649958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.516205609338156f,0.024215191465768456f,-0.8561223004863843f,0.20841654777430857f,-0.03634430972806804f,0.9980804665744948f,0.05014452505338013f,2.189035581370156f,0.8556932043894075f,0.05700005916413586f,-0.5143346509978418f,-0.2841313071024378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.516205609338156f,0.024215191465768456f,-0.8561223004863843f,0.1444858935206698f,-0.03634430972806804f,0.9980804665744948f,0.05014452505338013f,2.0703394838869014f,0.8556932043894075f,0.05700005916413586f,-0.5143346509978418f,-0.3715636831936052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.516205609338156f,0.024215191465768456f,-0.8561223004863843f,-0.09485424771185808f,-0.03634430972806804f,0.9980804665744948f,0.05014452505338013f,2.167683299404916f,0.8556932043894075f,0.05700005916413586f,-0.5143346509978418f,0.21858845047633918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.516205609338156f,0.024215191465768456f,-0.8561223004863843f,-0.1975003226658585f,-0.03634430972806804f,0.9980804665744948f,0.05014452505338013f,2.0462613786920563f,0.8556932043894075f,0.05700005916413586f,-0.5143346509978418f,0.19533306471437728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4693190736276845f,0.635805420892222f,-0.6127732646691727f,0.19207342367988273f,0.09584408502083511f,0.7265233655296779f,0.6804246546870192f,2.244685338370202f,0.87781177851278f,0.2606055757337022f,-0.4019094616959581f,-0.17144121880703653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5630028579279286f,0.5545599228863084f,-0.6127732646691727f,0.13281244535569736f,-0.01898920873577535f,0.732571975471107f,0.6804246546870192f,2.2498804743272847f,0.8262367650477512f,0.3947171046239212f,-0.4019094616959581f,-0.0722934117942344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.37427857779810164f,0.9132053645506333f,-0.16115678191554617f,0.07424761591420953f,0.07781818693651223f,0.2041059835533552f,0.9758509503298298f,2.300151141561388f,0.9240453863221999f,0.3526991772511841f,-0.14745648301445946f,-0.08442151830768228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.638156057325082f,0.7528514715014718f,-0.16115678191554617f,0.09920510125507331f,0.010937276200644067f,0.21816346790807875f,0.9758509503298298f,2.301559541675162f,0.769829346341523f,0.6209825787640013f,-0.14745648301445946f,-0.10237718481104784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5125273801010625f,0.8434122220417284f,-0.16115678191554617f,0.21124270857967176f,0.0449309055747667f,0.21376654664516587f,0.9758509503298298f,2.3532592591735066f,0.857494547137748f,0.49290941079069917f,-0.14745648301445946f,-0.09460812522700164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5125273801010625f,0.6015185872052705f,-0.6127732646691727f,0.0759010264584861f,0.0449309055747667f,0.7314393365264699f,0.6804246546870192f,2.188685408455051f,0.857494547137748f,0.321203807929316f,-0.4019094616959581f,-0.16687898201109763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5113377147240932f,-0.09136325958633543f,-0.85450950626573f,-0.06398626293125917f,-0.1863656965623219f,0.9824590924026532f,0.006477569003522657f,2.2808607371736014f,0.8389288221569107f,0.16256348468556742f,-0.5193953646320911f,0.1263005062730394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5193346615772696f,-0.010247584394432747f,-0.85450950626573f,-0.00426996255293606f,-0.030380763037576877f,0.9995174087213585f,0.006477569003522657f,2.294432665225816f,0.8540307479954551f,0.02932467692950387f,-0.5193953646320911f,0.028224480338709296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.49712186244203477f,-0.16277636244541538f,-0.8522756066620711f,0.010660277944715565f,-0.27123532055208427f,0.9621736899207528f,-0.02555760765977834f,2.2918322763867427f,0.8241973396991584f,0.21846200185231707f,-0.522468275572314f,0.01116617864861507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5230916489464494f,-0.0011904164326203975f,-0.8522756066620711f,-0.004902875167556706f,0.03936790266549918f,0.998897881132215f,-0.02555760765977834f,2.300940475183167f,0.8513667218315522f,-0.04692127426113142f,-0.522468275572314f,0.0361080030584048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5164653005692809f,-0.08300532270090208f,-0.8522756066620711f,-0.06563148304248213f,-0.1173788372083404f,0.9927582874327098f,-0.02555760765977834f,2.4030392002044723f,0.848225089161774f,0.08683950216918765f,-0.522468275572314f,0.0703648427527983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5164653005692809f,-0.055471587406352246f,-0.85450950626573f,-0.0531503758760529f,-0.1173788372083404f,0.993066085250837f,0.006477569003522657f,2.1795993310230344f,0.848225089161774f,0.10364677185130705f,-0.5193953646320911f,0.047044319086254255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.516205609338156f,0.024215191465768456f,-0.8561223004863843f,0.025718861555209773f,-0.03634430972806804f,0.9980804665744948f,0.05014452505338013f,1.6710591142116957f,0.8556932043894075f,0.05700005916413586f,-0.5143346509978418f,-0.07305690394035878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7651063665489514f,0.06898862700867595f,-0.6401974829767134f,-0.00015187357304370565f,-0.1267136640180736f,0.9909338134097176f,-0.04465226525485228f,1.2994589341830516f,0.631312834668658f,0.1152855011904477f,0.7669115711722511f,-0.11628896688677667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7631147491064068f,-0.13626229630427705f,-0.6317344903534642f,-0.015932152985750958f,-0.09862255189518596f,0.941515801194533f,-0.32221357568963127f,0.6724214806539377f,0.638693566551243f,0.30818919952993457f,0.7050460590196578f,-0.3868735270120247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7651248678826017f,-0.2461780648183189f,-0.5949624332257784f,-0.1097647054125857f,-0.09286844173229061f,0.8721697169677753f,-0.48030764863217285f,1.0067036574548072f,0.6371494244506913f,0.42274856026562435f,0.6444565661978271f,-0.22547043977592757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7536036135443192f,-0.005332543788905589f,-0.6573075061412913f,0.2722639303091643f,0.09581032683774406f,0.9901789608438145f,0.10181358835395411f,1.1002012170954887f,0.6503091379676199f,-0.13970393508775314f,0.7467133557107491f,-0.2859308764696712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7536036135443192f,-0.6538678666078673f,-0.06736769753094096f,0.06126209845469403f,0.09581032683774406f,0.21065710224356757f,-0.9728535175171994f,1.0423108522426157f,0.6503091379676199f,0.7266914051315173f,0.22139924747792578f,-0.032884704857204544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7156081038080452f,-0.49186948064054153f,-0.49595307820262363f,-0.007999966662218807f,0.0034869562750721996f,0.7125305724579699f,-0.7016323997996766f,1.1865336182644841f,0.6984932948140515f,0.500364464492755f,0.5116077792339451f,-0.12470571677218556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8020221140514708f,-0.2583414477342853f,-0.5385352587853118f,-0.010678645686300291f,-0.195702444374204f,0.7381967388163876f,-0.6455742622400706f,1.146302865528512f,0.5643235613000496f,0.6231575011049802f,0.5414920562466504f,-0.1276101201503081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7650707811868861f,-0.3385653921849127f,-0.5477592308567368f,-0.007999966662218807f,-0.09690005635472546f,0.7804132380840483f,-0.617709929418025f,1.1865336182644841f,0.6366137595532622f,0.5256697185855836f,0.5642643601270725f,-0.12470571677218556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7710506651334967f,-0.005311386109394009f,-0.6367516477990371f,-0.0015898893685452695f,-0.015741725779685814f,0.9995006198746381f,-0.027399068226698776f,1.212397455679138f,0.6365791937117246f,0.03114963960964968f,0.7705820073720379f,-0.12847245210192842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7540242658526453f,0.11876008667403157f,-0.6460212444792783f,-0.0015898893685452695f,-0.1774166726216741f,0.9837863448031516f,-0.02622502725847948f,1.212397455679138f,0.6324323922612066f,0.13438924656396722f,0.7628687958140221f,-0.12847245210192842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7650707811868861f,0.10469930052827658f,-0.6353776485232836f,-0.0015898893685452695f,-0.09690005635472546f,0.9941769582685389f,0.04714397868622046f,1.212397455679138f,0.6366137595532622f,0.02549964934671453f,0.7707611102220037f,-0.12847245210192842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7556107684494059f,-0.28484654093125805f,-0.5898430424467134f,0.149439085636532f,0.08011412946780361f,0.9339233595458144f,-0.3483803736640101f,1.2145187490400156f,0.6501031401730915f,0.21598519998869464f,0.7285027800378864f,-0.005308765517072628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7575656207541103f,-0.039703697558652135f,-0.6515504175822546f,-0.15530340787810168f,-0.21688120531837832f,0.9261342060987563f,-0.30860650523518396f,1.2429657593590178f,0.6156759480693449f,0.37509871859818084f,0.6929964489627027f,-0.24343416454907663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7650707811868861f,-0.041311646811150474f,-0.6426196757117217f,0.002658275038329329f,-0.09690005635472546f,0.9791909319052472f,-0.17831292144144945f,1.074803276385984f,0.6366137595532622f,0.19869188889404682f,0.7451472702997556f,-0.14158940730704161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7650707811868861f,0.014853551618207478f,-0.6437748610954088f,1.4309699665860073e-17f,-0.09690005635472546f,0.991005809893257f,-0.09229227397924845f,1.29698816872428f,0.6366137595532622f,0.1329919424707184f,0.759628899124649f,-0.11684756515775033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.37749059336709084f,0.11508283963439997f,-0.9188344747238453f,0.11979036546238261f,0.025315701861018405f,0.9931591508091475f,0.11399129968263873f,1.8092278085153157f,0.925667309111997f,0.019769703734150858f,-0.37782164000440505f,-0.9546859596938754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3503843261860176f,0.11508283963439997f,-0.9295088832199794f,0.08566755985241734f,0.02196213066823096f,0.9931591508091475f,0.11468463707299541f,1.8114441952126985f,0.9363484868251145f,0.019769703734150858f,-0.3505148642134624f,-0.8673945840184274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.363976593172963f,0.11508283963439997f,-0.9242710531245075f,0.24136962062607611f,0.023641458105416298f,0.9931591508091475f,0.11435026288864826f,1.79318346243071f,0.9311080072047779f,0.019769703734150858f,-0.36420741032193554f,-0.8564091603078611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6211305751077871f,-0.759144102581523f,-0.19467162140888356f,-0.9273729574071873f,0.23352038443731601f,0.4163919981755206f,-0.8786842060192306f,2.4752981094838775f,0.74810763845754f,0.5003178343524157f,0.43590942397520027f,0.3257173625414399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6452940920340122f,-0.759144102581523f,0.0854152580145592f,-0.9881711171656293f,0.5822824917418616f,0.4163919981755206f,-0.6982584075156462f,2.436133274113702f,0.49451252218410846f,0.5003178343524157f,0.7107316160352092f,0.2660620028458184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6485137040900484f,-0.759144102581523f,-0.05594825397721681f,-0.9493797991898257f,0.417758243948541f,0.4163919981755206f,-0.8075244599815097f,2.576844360796016f,0.6363238367532967f,0.5003178343524157f,0.5871746242886116f,0.2078134890503374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011954230956045095f,0.000001163842560387664f,-0.000009994121159169695f,0.4576370172539149f,-0.0000015140633805425853f,0.000015551470576112732f,0f,1.461629539497478f,0.000009947089993019721f,9.684309035394976e-7f,0.000012010752151961033f,-0.6304296976169728f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148.mcfunction new file mode 100644 index 000000000..79099e6b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148_as_bone.mcfunction new file mode 100644 index 000000000..38d7cbd14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_148_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7831038014832852f,0.1845570874331083f,-0.14011267617557033f,-0.27030565542618057f,-0.20351766012651318f,0.7839130054611215f,-0.10490665531788375f,1.4152210675028085f,0.11078557019531576f,0.13551208725262945f,0.7976888341260514f,0.05824637900802372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7779139726123053f,-0.1265361648885832f,-0.13725323380464033f,-0.27030565542618057f,0.10967972464655157f,0.7857541398260225f,-0.1027657031685392f,1.4152210675028085f,0.15106359328441316f,0.08111122438699198f,0.7814094701642953f,0.05824637900802372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.0332043073046025f,0.05232957378977606f,-0.8143116934736027f,-0.20787668451826435f,0.029971503875297362f,0.8145138752064579f,0.05112045085928237f,1.4007733874818291f,0.8154407565092141f,-0.027806604387872542f,-0.03503726331410307f,0.13535452063614073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.04966769713176588f,0.03491214747505244f,-0.7976930874843455f,-0.20787668451826435f,-0.27821476553537416f,0.7483908207926608f,0.05007717635195008f,1.4007733874818291f,0.7484181078112182f,0.2805215166648857f,-0.03432221712401934f,0.13535452063614073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5367313978464847f,0.24512156452010303f,-0.14063527110938073f,0.6064720296838833f,0.2803468360002493f,1.2243029567601438f,-0.9294590747381091f,1.84524256257971f,-0.03561618196046932f,-0.939363581727325f,-1.248092063474074f,0.1368416596637255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5693017939193574f,-0.42615588617607847f,0.7030552098645477f,0.5050277718972305f,0.7659230419229475f,0.5856913961636002f,-0.2651932923575413f,1.6314641315202452f,-0.29875970493307985f,0.6894612020537592f,0.6598377751924217f,0.22594481863976518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8902674694815189f,-0.42615588617607847f,0.16067044986697032f,0.1997550699400813f,0.4068752337151677f,0.5856913961636002f,-0.7010122200426759f,1.5058381985662341f,0.204637183747727f,0.6894612020537592f,0.6948142729466521f,0.1478685680600514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6523559966382766f,-0.6240690174271266f,-0.43008082395943026f,-0.037105107373228724f,0.12461736028637121f,0.4714116492785311f,-0.8730644709526053f,1.3582747513859268f,0.7475975970837107f,-0.6231443800693681f,-0.22975838270371224f,-0.5704670410563035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4013783723995507f,-0.5840103952908906f,-0.7055687495645382f,-0.15187665510900655f,0.6061650357877496f,0.40812397072463685f,-0.6826410285855903f,1.5612286107581976f,0.6866289766375469f,-0.7016884513173453f,0.1901945470552234f,-0.33133252712492584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5997238147117241f,-0.1567309863838646f,-0.7847080628964883f,0.2737369947670312f,-0.4509528884790381f,0.7438888434152995f,-0.4932249801202898f,1.3013308464796025f,0.6610392109701437f,0.6496651341648164f,0.3754495638705434f,-0.1771211216793679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6025628567789414f,-0.027399502981218876f,-0.7976009471325769f,0.2636145820384741f,-0.3183829419489474f,0.9081832858488215f,-0.2717267406435575f,1.4699169204472342f,0.7318130266033357f,0.41767497715474905f,0.5385139808328523f,-0.0954413510826471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5861116305775229f,-0.1547308434291202f,-0.7953185038671431f,0.056292900377454415f,-0.4306491796968323f,0.7719670128114224f,-0.4675555744052837f,1.3374614100229032f,0.6863049180416845f,0.6165430213883882f,0.3858241338344127f,-0.3952062254612012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6071769511649652f,0.09421475074282343f,-0.7889611718687337f,0.06902715881755424f,-0.2910907858237056f,0.9502877777540393f,-0.11054091486787812f,1.5149494876338614f,0.7393255740082008f,0.2967772231721255f,0.6044178814559404f,-0.33578288435732806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6835795713845354f,0.023238018438966696f,-0.7295059726176103f,0.24933185612933403f,-0.03864011076061441f,0.996939202541964f,0.06796446332753955f,2.1866759459161735f,0.728852462043f,0.07464731029329366f,-0.6805893531637373f,-0.2258486471944492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6835795713845354f,0.023238018438966696f,-0.7295059726176103f,0.2036701528184823f,-0.03864011076061441f,0.996939202541964f,0.06796446332753955f,2.069879218188908f,0.728852462043f,0.07464731029329366f,-0.6805893531637373f,-0.32631678016682375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6835795713845354f,0.023238018438966696f,-0.7295059726176103f,-0.15227114205908052f,-0.03864011076061441f,0.996939202541964f,0.06796446332753955f,2.1639748808443127f,0.728852462043f,0.07464731029329366f,-0.6805893531637373f,0.20235217425581337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6835795713845354f,0.023238018438966696f,-0.7295059726176103f,-0.24920131322377242f,-0.03864011076061441f,0.996939202541964f,0.06796446332753955f,2.044280144810001f,0.728852462043f,0.07464731029329366f,-0.6805893531637373f,0.15654797593666378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6407159393279049f,0.5779880330375379f,-0.5053839320324294f,0.21066911861578175f,0.09178656305937066f,0.71118391553016f,0.6969882819193867f,2.240840616398113f,0.7622718097456505f,0.4001840476038351f,-0.5087184055157653f,-0.11803772217368369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.723244911655516f,0.47064198602318363f,-0.5053839320324294f,0.1321049842455941f,-0.020597157214136554f,0.7167866432780104f,0.6969882819193867f,2.2456914659560456f,0.6902844014455939f,0.514502700683287f,-0.5087184055157653f,-0.03334246448926895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.557616404343802f,0.8228517508907848f,-0.1094483515758018f,0.0779486573094296f,0.07074430528430076f,0.17847749862292692f,0.9813974861161734f,2.297659135490188f,0.8270787077881596f,0.5395004898434048f,-0.1577340565071314f,-0.05669129737863403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7845998898206793f,0.6102655743450703f,-0.1094483515758018f,0.10612748536225611f,0.012129252343392204f,0.1916033806654923f,0.9813974861161734f,2.2988210365112343f,0.6198837746956836f,0.76867683280221f,-0.1577340565071314f,-0.06901482206057968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6794735945529743f,0.7254906564819431f,-0.1094483515758018f,0.2149697671643845f,0.04195329347401073f,0.18734699200024202f,0.9813974861161734f,2.3479486725497436f,0.7324995259192626f,0.6622419587627026f,-0.1577340565071314f,-0.03699174287347122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6794735945529743f,0.5318859986394658f,-0.5053839320324294f,0.09529541747050489f,0.04195329347401073f,0.7158542142320217f,0.6969882819193867f,2.186881474347539f,0.7324995259192626f,0.4523826128594614f,-0.5087184055157653f,-0.13877783076684988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6768639800880719f,-0.11482383333675153f,-0.7270974073376885f,-0.10187575038557879f,-0.18793861221666824f,0.9819795770856886f,0.019879341656225784f,2.277926074543203f,0.7117121823443853f,0.15010528799634631f,-0.6862464367981278f,0.1197305488513825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6864930662437113f,-0.0075253067790697625f,-0.7270974073376885f,-0.022877873731894774f,-0.032009326212202274f,0.999289855252597f,0.019879341656225784f,2.2916832955207735f,0.7264314647884881f,0.0369209283080074f,-0.6862464367981278f,0.03642859821285527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6602443510151261f,-0.19886430856239323f,-0.7242446987949698f,-0.004455993530344662f,-0.27282101289119876f,0.9619412374790176f,-0.015419162180765052f,2.289175068082317f,0.6997471628221409f,0.18740875757908865f,-0.6893706301439212f,0.02312142250154403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6893821433004033f,0.01489552838693782f,-0.7242446987949698f,-0.024835830595425226f,0.0377879878786649f,0.9991668116034106f,-0.015419162180765052f,2.298238426456207f,0.723411589947676f,-0.037997444971323915f,-0.6893706301439212f,0.04432952003968277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6832248791669969f,-0.09313098708070397f,-0.7242446987949698f,-0.09074838422937144f,-0.11898137061682496f,0.9927767537990528f,-0.015419162180765052f,2.4005783749455767f,0.720449302819695f,0.07563687170678557f,-0.6893706301439212f,0.06595623379594387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6832248791669969f,-0.06732848379441114f,-0.7270974073376885f,-0.07559947537562896f,-0.11898137061682496f,0.9926974590586283f,0.019879341656225784f,2.1772214466573856f,0.720449302819695f,0.10009310689797239f,-0.6862464367981278f,0.04343528474390011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6835795713845354f,0.023238018438966696f,-0.7295059726176103f,0.020735548241767866f,-0.03864011076061441f,0.996939202541964f,0.06796446332753955f,1.6689962297207201f,0.728852462043f,0.07464731029329366f,-0.6805893531637373f,-0.06465960225042111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6226797543069434f,0.056043309215337477f,-0.7804672133206103f,-0.00028069271398368644f,-0.14410421499720677f,0.9885845831868008f,-0.043982918336764175f,1.2982770110256698f,0.7690929064789791f,0.13985588789026274f,0.623647682450711f,-0.11710556020926964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6192005486483204f,-0.19098495276212116f,-0.7616530892552528f,0.03573790392529386f,-0.10979895300689899f,0.9393828196700249f,-0.32481395910179434f,0.6720667054393891f,0.7775184052305181f,0.28475369343916107f,0.5606964094771327f,-0.38954561710350993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6217464236504863f,-0.32110410387500865f,-0.7143693296555069f,-0.08672287075125662f,-0.10346017740343659f,0.8704298586104957f,-0.4812980915513397f,1.0059289444434414f,0.7763551869920622f,0.3731541447095825f,0.5079651640777942f,-0.24698072280930494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6066104413204464f,0.01710674946959166f,-0.7948151556202224f,0.30000409986720245f,0.10339804729897707f,0.9895787984389949f,0.1002130006276313f,1.0994554749098542f,0.7882465453750953f,-0.1429725875915372f,0.598520027151647f,-0.2298724812489984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6066104413204464f,-0.787743129716542f,-0.10716591839480016f,0.04243940299990198f,0.10339804729897707f,0.21183104076737025f,-0.9718212047399313f,1.0406953061502349f,0.7882465453750953f,0.5784361431928335f,0.20995002251113917f,-0.023950714643979173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5611811852139554f,-0.5813221919322548f,-0.589186037282741f,-0.006559354819119772f,-0.0012569743215543462f,0.7112419030367755f,-0.7029462108726251f,1.1851561025351003f,0.8276920305146206f,0.39522077947864154f,0.3984048670521983f,-0.12742845064632363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6721524496646034f,-0.37712230160356075f,-0.6371733312397077f,-0.008681677482477614f,-0.19967396153931516f,0.736355339851854f,-0.6464604570697707f,1.1446853542717323f,0.7129806403353945f,0.5617469030665803f,0.4196415415590278f,-0.13100759727694541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6217267062417061f,-0.43579298925934284f,-0.6507997950662293f,-0.006559354819119772f,-0.10128980950652712f,0.7791993035991392f,-0.6185376461952401f,1.1851561025351003f,0.7766571169029297f,0.45048076072460963f,0.44030762766616516f,-0.12742845064632363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6277663391127958f,-0.008974197626580617f,-0.7783501058353355f,0.0005366730586601538f,-0.020748985387295554f,0.9993853088978712f,-0.028257458564142898f,1.2112236894253188f,0.7781252489685169f,0.033889056287620845f,0.6271942512345107f,-0.12970926297765226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6116300225288046f,0.09110747446878995f,-0.785880489411293f,0.0005366730586601538f,-0.18116967133670164f,0.9830803096114262f,-0.027030631551144532f,1.2112236894253188f,0.7701209422741118f,0.15891045576116453f,0.6177873431210885f,-0.12970926297765226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6217267062417061f,0.09995936349753091f,-0.7768294718887848f,0.0005366730586601538f,-0.10128980950652712f,0.9937552709673991f,0.04680636617643698f,1.2112236894253188f,0.7766571169029297f,0.049584141352651726f,0.6279690563159538f,-0.12970926297765226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.610249237620887f,-0.32064429199873423f,-0.7244191507627038f,0.12373551316329955f,0.07519949299022492f,0.9337455458868015f,-0.34994898455428136f,1.2121696179453845f,0.7886322997678573f,0.15908014818068916f,0.5939297956978339f,0.02125800597123023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6183358883799159f,-0.11304744379697299f,-0.777740962398401f,-0.12709471563149238f,-0.22030902539814268f,0.9249910232441426f,-0.3096054590052872f,1.2422583929047377f,0.7544035143539173f,0.3627835199795111f,0.5470497739344519f,-0.2729573649672975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6217267062417061f,-0.07790034381253663f,-0.7793506522610528f,0.007019896935240144f,-0.10128980950652712f,0.9786889107248483f,-0.17862919838128777f,1.0734419526529317f,0.7766571169029297f,0.189998822254504f,0.6005865219149783f,-0.14221312874216052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6217267062417061f,-0.00967902452688918f,-0.783174450062084f,1.4412278534410055e-17f,-0.10128980950652712f,0.9905332644066195f,-0.0926511014186968f,1.2955555555555556f,0.7766571169029297f,0.13693125497188025f,0.6148605973518348f,-0.11768518518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9176444475539168f,0.11813095472463932f,-0.37943872418259167f,0.3776551578971141f,0.0925575294206435f,0.9920710262126573f,0.08501871968520645f,1.8086306597696622f,0.38647350701052485f,0.04289704518041089f,-0.9213023781005758f,-0.942640633619998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9049035140667915f,0.11813095472463932f,-0.40889449466264277f,0.29221206526542665f,0.08976178475420953f,0.9920710262126573f,0.08796533946449565f,1.8171779937096344f,0.4160438104662917f,0.04289704518041089f,-0.908332203154484f,-0.9050177216639641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9113929880713331f,0.11813095472463932f,-0.3942180853667839f,0.39406632438628797f,0.09117156202636936f,0.9920710262126573f,0.08650332494787055f,1.7999288279974677f,0.40131106086436175f,0.04289704518041089f,-0.9149367606248593f,-0.7865886635482521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4645693805203233f,-0.8503764562571818f,-0.24705297676093932f,-0.9958670882775773f,0.25029775757838546f,0.39370767480735563f,-0.8845028543475807f,2.480641875749345f,0.8494270558642425f,0.34907613702638524f,0.39575185068997665f,0.13158664172800855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5254030268394552f,-0.8503764562571818f,-0.028487576790892616f,-1.043389558837823f,0.5994384615081518f,0.39370767480735563f,-0.6968986997136138f,2.439851279814241f,0.6038420242519389f,0.34907613702638524f,0.7166035586752675f,0.0618241548521116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5069063526426212f,-0.8503764562571818f,-0.14108803030035114f,-0.9984651190126475f,0.43509968997443826f,0.39370767480735563f,-0.8097422593528966f,2.5817079166847274f,0.7441331933429006f,0.34907613702638524f,0.5695714539230649f,0.011269680201600324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000971447978502666f,9.890646038965043e-7f,-0.000012198002242811221f,0.5517149878042843f,-0.0000015826532735394864f,0.00001554464002850355f,0f,1.4600926219960872f,0.000012135267451608278f,0.0000012355333235345391f,0.000009764700009952817f,-0.5285904702713747f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149.mcfunction new file mode 100644 index 000000000..06b9b40f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149_as_bone.mcfunction new file mode 100644 index 000000000..0f035a891 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_149_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7495081186039572f,0.16340136351277748f,-0.28014642420235547f,-0.29619996805946625f,-0.2126936816315135f,0.7802023341277523f,-0.113974383350312f,1.4167437184596903f,0.24483345846765583f,0.17756338774707095f,0.758598883067326f,0.010344244239268836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7395783231393732f,-0.13308848726103323f,-0.27442915023904213f,-0.29619996805946625f,0.09998416458067172f,0.7858357379728436f,-0.11164837552683625f,1.4167437184596903f,0.28814418400422054f,0.06891768628767288f,0.7431172732088093f,0.010344244239268836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1745848687405534f,0.06202688272526512f,-0.7953723869173951f,-0.2485060334908781f,0.019407731182700675f,0.8142838621837574f,0.05924167622449507f,1.4007092869491828f,0.7975511946086147f,-0.006237150866708546f,-0.17554952113828798f,0.09681739600506023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.18125588306525212f,-0.009311382262817924f,-0.7791402973884687f,-0.2485060334908781f,-0.2876890165105017f,0.744222574147817f,0.05803266242399517f,1.4007092869491828f,0.7241417918014786f,0.2933360841920966f,-0.1719668778497515f,0.09681739600506023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3814575561390516f,0.656256093645668f,0.3198581093848432f,0.5559260605197689f,0.4878231601600714f,1.3390886876874273f,-0.6405281421756612f,1.8073726105698948f,-0.5431480783338548f,-0.46645007885141543f,-1.3888199087505007f,0.34356720683263453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6569063976138032f,-0.5830709670868485f,0.47801907086900103f,0.4281817701802022f,0.751896686053096f,0.4595991332496215f,-0.4726732594706073f,1.6009648374449572f,0.05590490386743774f,0.6699230433837934f,0.7403227388558107f,0.3481929903612213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8124172431132749f,-0.5830709670868485f,0.002543704509795186f,0.15134176310230887f,0.3324324001526065f,0.4595991332496215f,-0.8235638020487384f,1.4981594903055941f,0.47902705813033497f,0.6699230433837934f,0.5672179418198908f,0.1817609567811736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7730439280477601f,-0.4973708699574747f,-0.39373252726468316f,0.041978676026626624f,0.1297411142962619f,0.4835981666734523f,-0.8656211968587878f,1.365696316681278f,0.6209430960801917f,-0.720246507043124f,-0.30931317547515724f,-0.5689993657127806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5076997901680604f,-0.44836343464318024f,-0.7356705468742637f,-0.11018329087750851f,0.6030955952067294f,0.42483065873227915f,-0.6751256286376178f,1.5670359749122245f,0.6152370487101282f,-0.7864408063395927f,0.054719576189725116f,-0.35030467138147553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.47553998607777614f,-0.29260731465792766f,-0.8296039302280485f,0.2829732631958525f,-0.41674166944444646f,0.7555885133980783f,-0.505383398391298f,1.2991818196366474f,0.7747180794261901f,0.5860605410958482f,0.23737089033964864f,-0.12328942809133606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.4656541649874682f,-0.11001596530130828f,-0.8781017515121154f,0.2568571337549065f,-0.3053160828262676f,0.9113488389626005f,-0.276089447985872f,1.4683341678922233f,0.8306312588612639f,0.396660788458276f,0.3907837390452824f,-0.04647313188637629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.4587641900027844f,-0.2804338892880524f,-0.8431442650637347f,0.10478474672383589f,-0.40010530259479665f,0.7820531853973156f,-0.4778164522548781f,1.3401793537568263f,0.793379584314227f,0.5565515689931063f,0.2465749100064649f,-0.3750264763124954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.46822442356197125f,0.045941783541600924f,-0.8824144387446731f,0.10788374089573188f,-0.28268420174561354f,0.9539514435816033f,-0.1003308794540354f,1.5184181814317892f,0.8371711481313157f,0.2964219894231729f,0.45965038118433377f,-0.3165745384132484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7973057313688898f,0.017339147285877717f,-0.6033265489746977f,0.2700229711234303f,-0.04157228018861313f,0.9956358601865223f,0.08355225568806243f,2.1868600281337733f,0.6021422724292318f,0.09169835266809627f,-0.7931053497939089f,-0.168736783359258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7973057313688898f,0.017339147285877717f,-0.6033265489746977f,0.24119267867265112f,-0.04157228018861313f,0.9956358601865223f,0.08355225568806243f,2.071797530088287f,0.6021422724292318f,0.09169835266809627f,-0.7931053497939089f,-0.2771330392020452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7973057313688898f,0.017339147285877717f,-0.6033265489746977f,-0.19839414605579242f,-0.04157228018861313f,0.9956358601865223f,0.08355225568806243f,2.162436313522963f,0.6021422724292318f,0.09169835266809627f,-0.7931053497939089f,0.18502180169291566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7973057313688898f,0.017339147285877717f,-0.6033265489746977f,-0.2870223683592384f,-0.04157228018861313f,0.9956358601865223f,0.08355225568806243f,2.0442558944633307f,0.6021422724292318f,0.09169835266809627f,-0.7931053497939089f,0.12178621628232086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7598213528338121f,0.5059770331560857f,-0.4082385989790293f,0.21398645767758723f,0.08863533044335808f,0.7026894960947571f,0.7059541417650957f,2.240278336313483f,0.6440615575975577f,0.5002146679143482f,-0.5787659250753681f,-0.0684199478558064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8296189376335962f,0.38088536940048334f,-0.4082385989790293f,0.12226511807163301f,-0.02238077296727068f,0.707903842853035f,0.7059541417650957f,2.2448342246897255f,0.5578812770841938f,0.5948096205094224f,-0.5787659250753681f,0.001833737933570015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6890225804959064f,0.7205961336186882f,-0.07738924848168488f,0.07320117807311172f,0.06672400021077243f,0.16940153942831354f,0.9832858314016277f,2.2971312349194486f,0.7216618261780482f,0.6723424206854092f,-0.16480254240833087f,-0.02961191141857332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8779758664241887f,0.47240796161383136f,-0.07738924848168488f,0.10306099320188625f,0.011110340637107731f,0.18172928794153426f,0.9832858314016277f,2.2982449690880884f,0.4785759483171116f,0.8624414088551919f,-0.16480254240833087f,-0.0369886764058156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7932656398352796f,0.6039375206725978f,-0.07738924848168488f,0.20512204993992034f,0.039402277848587644f,0.17775385865052923f,0.9832858314016277f,2.346505931776f,0.6075994446648773f,0.7769575515166087f,-0.16480254240833087f,0.01341037824009815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7932656398352796f,0.45174204028445664f,-0.4082385989790293f,0.10348009087591775f,0.039402277848587644f,0.7071606679001948f,0.7059541417650957f,2.1873947814984565f,0.6075994446648773f,0.5439236332561648f,-0.5787659250753681f,-0.10897243924253873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.78894660852064f,-0.12982957272935666f,-0.6005893197091442f,-0.13373528594649287f,-0.19115383736400693f,0.9807815009595865f,0.03908782209941384f,2.2767993416042596f,0.5839721392025435f,0.14564315782203202f,-0.7986016599123948f,0.11407307970718697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7995431863442314f,-0.004812714600003265f,-0.6005893197091442f,-0.04168839402652849f,-0.03537238700048123f,0.9986095014576083f,0.03908782209941384f,2.290937080593372f,0.5995660826034125f,0.05249667967372942f,-0.7986016599123948f,0.04554108244203989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7715430302248688f,-0.21758103105098847f,-0.5978125520915533f,-0.021491150452112404f,-0.2760243807457337f,0.9611291561661421f,0.006425449501305046f,2.2883428867813405f,0.5731770178098227f,0.16996835027189147f,-0.8016101709437639f,0.03522649302636423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8010172627458486f,0.031488050827767414f,-0.5978125520915533f,-0.04505851405212209f,0.03449045708002611f,0.9993843714853246f,0.006425449501305046f,2.297309924643644f,0.5976468465185433f,-0.015471932198367566f,-0.8016101709437639f,0.052874077278066964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.796081227415908f,-0.09420632631498393f,-0.5978125520915533f,-0.11260415769864254f,-0.12227233720313527f,0.9924757876913618f,0.006425449501305046f,2.4001401928860258f,0.5927091655364073f,0.07821111767930314f,-0.8016101709437639f,0.06508745063791785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.796081227415908f,-0.07447918103261274f,-0.6005893197091442f,-0.0958463419663047f,-0.12227233720313527f,0.991726584154326f,0.03908782209941384f,2.177001711451303f,0.5927091655364073f,0.10455254121399414f,-0.7986016599123948f,0.04156312886476921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7973057313688898f,0.017339147285877717f,-0.6033265489746977f,0.013784516126253494f,-0.04157228018861313f,0.9956358601865223f,0.08355225568806243f,1.669323860139035f,0.6021422724292318f,0.09169835266809627f,-0.7931053497939089f,-0.055915518750224456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.47671485714935874f,0.03767536003837073f,-0.8782502560313009f,-0.00034374388813552886f,-0.16026884332661093f,0.9860610340209971f,-0.04469379200954098f,1.2995509723811611f,0.8643245008859908f,0.162062347358728f,0.47610813134913194f,-0.11668889900974745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.47233639130603466f,-0.2293509563290602f,-0.8510560923223206f,0.07940923727409407f,-0.1234542511329288f,0.9388205914079348f,-0.32151974282408136f,0.6743056906269038f,0.8727298444107435f,0.25693196760893977f,0.4151247796691959f,-0.38350643789975947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.47489968196964233f,-0.373500863533734f,-0.7968484153241994f,-0.06309702019490648f,-0.11760151291698556f,0.8704132928708049f,-0.4780696432042497f,1.0081065450818811f,0.8721468776672705f,0.3207457007246669f,0.3694347293391267f,-0.26089903702983935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.45651169167525624f,0.04042563093970708f,-0.8887985394491391f,0.3143547959758062f,0.11177261881389015f,0.9884471515613898f,0.10236752538603218f,1.099603917084805f,0.8826686564318917f,-0.14607531253877817f,0.4467192026535436f,-0.17560739861601066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.45651169167525624f,-0.8789154277101872f,-0.13821992004343994f,0.02465441376218372f,0.11177261881389015f,0.2107757871779362f,-0.9711232924932891f,1.0415363416912258f,0.8826686564318917f,0.4278799346458543f,0.19446029023988137f,-0.018422734221022016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4061575487654573f,-0.6393469453946882f,-0.6528947304085986f,-0.005018947660124829f,-0.005355743027530696f,0.7128030070731844f,-0.701343845145909f,1.186680889139425f,0.9137873722028875f,0.28835283338630024f,0.2860861441605208f,-0.1282901684211657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5352098289562711f,-0.46756616668540835f,-0.7035142633662177f,-0.006603045803020839f,-0.20427288864475449f,0.7364800487912315f,-0.6448796203146698f,1.1464345981281974f,0.8196481110533513f,0.4888548020666034f,0.2986602694418782f,-0.13229698417336733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.47456035159413074f,-0.5058551248201056f,-0.7203492662508169f,-0.005018947660124829f,-0.10567759145357092f,0.7797092571807375f,-0.6171593966968619f,1.186680889139425f,0.8738562349491061f,0.36900415574881784f,0.31656154801345504f,-0.1282901684211657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.48048827875710237f,-0.012067168020356511f,-0.8769181247032163f,0.0024442252476636855f,-0.024683666249522826f,0.9993231269002609f,-0.027276448866508166f,1.2125619416254219f,0.876653711905402f,0.034751568284806245f,0.47986518721848026f,-0.12921329357134706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4654989109157997f,0.06477818661399709f,-0.8826746572068366f,0.0024442252476636855f,-0.18597372941100637f,0.9822107997433993f,-0.025994553975661763f,1.2125619416254219f,0.8652887008999751f,0.17625473442274958f,0.46926509851937614f,-0.12921329357134706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.47456035159413074f,0.09230856767188296f,-0.8753694083238347f,0.0024442252476636855f,-0.10567759145357092f,0.9932676859873613f,0.047450507245811f,1.2125619416254219f,0.8738562349491061f,0.0699888013019084f,0.4811204093913444f,-0.12921329357134706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.46157483977293795f,-0.3406862270828599f,-0.8190735998459678f,0.0971295728614279f,0.07126608142525907f,0.9345711160928082f,-0.34856559584005326f,1.2129000243286912f,0.8842340261078372f,0.10251694319032843f,0.45565388556670505f,0.04112572783537491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.47481006680745835f,-0.17186375651517624f,-0.8631443967580332f,-0.09767659387353955f,-0.22531408535953396f,0.9243246752553106f,-0.3079893791233089f,1.2447482225225663f,0.8507578758947189f,0.34071504796626895f,0.4001553357040857f,-0.29266725146547357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.47456035159413074f,-0.10756952908941587f,-0.8736253596973569f,0.010638249660877416f,-0.10567759145357092f,0.9783630325880655f,-0.17787080460170013f,1.074971315729514f,0.8738562349491061f,0.17673305541569f,0.452924615983728f,-0.14087154494059764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.47456035159413074f,-0.031018727447488702f,-0.879676253653805f,1.4350437230852288e-17f,-0.10567759145357092f,0.9901425279613771f,-0.09192399570746236f,1.2970318930041151f,0.8738562349491061f,0.13658555146790535f,0.46660440179104723f,-0.11718021262002744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9351349380351759f,0.10713211668843181f,0.3377060219181829f,0.5939600407285153f,0.12387125547041362f,0.9918933416081962f,0.028346268564130167f,1.796208334684658f,-0.33193155881014325f,0.06833965501217062f,-0.9408247083376832f,-0.8370768501525478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.944821152529778f,0.10713211668843181f,0.3095734150507089f,0.5058272325718349f,0.12296760369290537f,0.9918933416081962f,0.03204008919074416f,1.8077802016710391f,-0.3036312865538183f,0.06833965501217062f,-0.9503355898725941f,-0.8668721940986626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9400832870045911f,0.10713211668843181f,0.32367595380024794f,0.5013422435801379f,0.12343324785473161f,0.9918933416081962f,0.03019655936292521f,1.7974647842734097f,-0.3178170020918902f,0.06833965501217062f,-0.9456860180494062f,-0.7101216194181942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3011844341913954f,-0.8917412841897316f,-0.33776533077338966f,-1.021278427133224f,0.23097157922617817f,0.41188764978128484f,-0.8814764282426473f,2.480454781912446f,0.9251702903739262f,0.18747278743673168f,0.3300210414202823f,-0.040495455689812485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.41525555406621606f,-0.8917412841897316f,-0.17988970756774336f,-1.0556672692418334f,0.5800744482667737f,0.41188764978128484f,-0.7027532984096536f,2.4415248865417243f,0.700768477662315f,0.18747278743673168f,0.688314967646022f,-0.11853988716864257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3668143158251657f,-0.8917412841897316f,-0.2650372422459981f,-0.998717261850629f,0.41525221728769823f,0.41188764978128484f,-0.8111190788011954f,2.5826576960472645f,0.8324739357741876f,0.18747278743673168f,0.521383831958123f,-0.15772524622294598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007415005493658293f,7.880124395274966e-7f,-0.000013730890536457106f,0.6159623451168093f,-0.0000016512123664620456f,0.00001553750696607544f,0f,1.4614614530499985f,0.000013654003671079784f,0.0000014510474404054174f,0.000007456760025361736f,-0.42354329214139863f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..477ea598f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6402589317948084f,-0.11300670076749292f,-0.49420889336702706f,0.04461187419991745f,-0.10922783858331132f,0.8081705571875497f,-0.043290578859931574f,1.4616807222992754f,0.49505779862540616f,0.032160231983867534f,-0.6487125248855266f,-0.323116853291159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6218134674834831f,0.1377422769756039f,-0.48412299758402655f,0.04461187419991745f,0.2041078710008529f,0.7723610652173399f,-0.04240709765870848f,1.4616807222992754f,0.46009562989846625f,-0.15647827347562362f,-0.6354734937654138f,-0.323116853291159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6973404731849556f,0.12284816371002816f,0.40690175420573066f,-0.039073240739455894f,0.11476417865030382f,0.8071943510593617f,-0.04702028669650623f,1.4609923451111357f,-0.40925528976587194f,0.01703093465945456f,-0.7065157461144952f,-0.33327850257619906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6771629851255038f,-0.15023386946666825f,0.3985976367729607f,-0.039073240739455894f,-0.1987313917994677f,0.7735530019600978f,-0.04606068900882243f,1.4609923451111357f,-0.37677065369978513f,-0.138005570987526f,-0.6920970574182811f,-0.33327850257619906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4116641024572865f,-0.44144867747640243f,0.5037199390413275f,-0.6285831600846736f,0.3379284845015403f,0.5451454006928205f,1.4247901885772358f,1.6896645692117884f,-0.5782863055580307f,1.3961897461512163f,-0.3970458305362807f,0.42265262412689514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3698991752728467f,-0.9264825605976936f,-0.06931569115870251f,-0.5598225690901143f,0.028310841847474594f,0.06333259128822336f,-0.9975908375253885f,1.671057143592486f,0.9286404559173345f,-0.3709704136303322f,0.0028028279621185714f,0.1833839518583132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7566933303451367f,-0.649686847776436f,-0.07295343472039983f,-0.29846517952703205f,0.06314812423344553f,0.03843398898822545f,-0.9972638281298737f,1.6498324071436528f,0.6507130844058561f,-0.7592297598993146f,0.011943762650273429f,-0.01334991942075459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4203514319102555f,0.9047298502641268f,0.06905484582597032f,0.5666285436860172f,-0.03417773748138943f,0.060263580638062836f,-0.9975972048423817f,1.6725166300924694f,-0.9067174620308417f,-0.4217015519176213f,0.005589736900655264f,0.17422587877528337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7780306839940007f,0.6239483885420446f,0.07318922871306364f,0.29840859374541656f,-0.0661957681818825f,0.03443052544799052f,-0.9972124443628778f,1.6498324071436528f,-0.6247290412960149f,-0.7807066973922798f,0.014514737620815447f,-0.014560045244676491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.001715828668329207f,-0.0010800131725841153f,-0.15565366942210387f,0f,0.5326990381024599f,-0.8463047529139336f,1.4008396198686353f,0.0020274359353665366f,-0.8463030135457955f,-0.5326979432725764f,0.2942882064712581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.0010384988179240068f,-0.001741268697584042f,-0.1558592708798245f,0f,0.85885263608551f,-0.5122227537790279f,1.5586730969235494f,0.0020274359353665366f,-0.5122217010330349f,-0.8588508709283307f,0.192878819584262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.0015873650314212164f,-0.0012612568053480251f,0.15681111318369395f,0f,0.6220945300153243f,-0.7829421407262563f,1.391104059012076f,0.0020274359353665366f,-0.7829405315841491f,-0.6220932514553248f,0.2766010446084161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.0008507976716449662f,-0.0018402825310095973f,0.15664008685444172f,0f,0.9076896087850468f,-0.41964219771568356f,1.5586730969235494f,0.0020274359353665366f,-0.41964133524591063f,-0.9076877432556623f,0.19224524585445998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,0.00018121433998323684f,-0.0020193211322125128f,0.29384641980527904f,0f,0.9959975045265452f,0.08938104372233854f,2.237842708492682f,0.0020274359353665366f,0.08938086002191732f,-0.9959954575023272f,0.047259632549188066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,0.00018121433998323684f,-0.0020193211322125128f,0.3311343795847482f,0f,0.9959975045265452f,0.08938104372233854f,2.121722493275833f,0.0020274359353665366f,0.08938086002191732f,-0.9959954575023272f,-0.057363577941971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,0.00018121433998323684f,-0.0020193211322125128f,-0.29365237273514155f,0f,0.9959975045265452f,0.08938104372233854f,2.237842708492682f,0.0020274359353665366f,0.08938086002191732f,-0.9959954575023272f,0.0484507511612159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,0.00018121433998323684f,-0.0020193211322125128f,-0.3313642588118963f,0f,0.9959975045265452f,0.08938104372233854f,2.121722493275833f,0.0020274359353665366f,0.08938086002191732f,-0.9959954575023272f,-0.056020401634790676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9782485748922024f,0.20607697076986614f,0.023706704530380953f,0.1996131253807525f,0.2047506642748426f,0.940928306306238f,0.26968701835773434f,2.3330544417741543f,0.033269974457245416f,0.26867490487574375f,-0.9626561713766884f,0.05374002426455435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984422523043331f,0.050508028804931854f,0.023706704530380953f,0.08511653133933902f,0.05503622759514459f,0.9613739781070686f,0.26968701835773434f,2.349081923856584f,-0.00916964915065255f,0.27057164161240116f,-0.9626561713766884f,0.055410472112634966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9576172462574185f,0.28391073820239465f,0.048619979470690786f,0.06263771263681574f,0.27564554328095264f,0.854260779092354f,0.4407471562856338f,2.3488632382307553f,0.08359870895957393f,0.4354689587535439f,-0.8963135845352319f,0.030898288382543035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9984813651598151f,-0.025904845586526476f,0.048619979470690786f,0.09212087281501269f,-0.0018266082424523433f,0.8976294378686873f,0.4407471562856338f,2.356050459938516f,-0.05506021186774325f,0.4399890126431369f,-0.8963135845352319f,0.03603177988738365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9902408133311436f,0.13061098426068546f,0.048619979470690786f,0.1558906129727115f,0.1386160612534461f,0.8868638744411161f,0.4407471562856338f,2.4601103293724753f,0.014447116523940453f,0.44318533256612513f,-0.8963135845352319f,0.05579559391344923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9902408133311436f,0.13733580659676717f,0.023706704530380953f,0.12499005648843893f,0.1386160612534461f,0.9529189365795476f,0.26968701835773434f,2.245703568642077f,0.014447116523940453f,0.2703412224107145f,-0.9626561713766884f,-0.005031181128961441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9783754379238728f,-0.20498583653746769f,-0.02760994904567152f,-0.19939357589779172f,-0.2047506642748426f,0.940928306306238f,0.26968701835773434f,2.3330544417741543f,-0.02930303646861035f,0.26950831009582765f,-0.9625521299353142f,0.05454898645179835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9983968624416341f,-0.04941048249507499f,-0.02760994904567152f,-0.08489114969400041f,-0.05503622759514459f,0.9613739781070686f,0.26968701835773434f,2.349081923856584f,0.013218120849656895f,0.2707742204091693f,-0.9625521299353142f,0.05575515250285478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9579483550494906f,-0.2821426369718931f,-0.052254009037793085f,-0.06251190934970538f,-0.27564554328095264f,0.854260779092354f,0.4407471562856338f,2.3488632382307553f,-0.07971501444096779f,0.4366165980663939f,-0.8961090685656545f,0.03115202174494163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9982498950061177f,0.027688728027001674f,-0.052254009037793085f,-0.09197401153953029f,0.0018266082424523433f,0.8976294378686873f,0.4407471562856338f,2.356050459938516f,0.05910846489804683f,0.4398803548827693f,-0.8961090685656545f,0.03640502123854562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9902912536544113f,-0.12881285446356927f,-0.052254009037793085f,-0.15566308787779976f,-0.1386160612534461f,0.8868638744411161f,0.4407471562856338f,2.4601103293724753f,-0.010431706387515095f,0.44371129886023786f,-0.8961090685656545f,0.05642725038056217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9902912536544113f,-0.13623848079478082f,-0.02760994904567152f,-0.1250094296989741f,-0.1386160612534461f,0.9529189365795476f,0.26968701835773434f,2.245703568642077f,-0.010431706387515095f,0.2708958778919203f,-0.9625521299353142f,-0.004524322145119809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,0.00018121433998323684f,-0.0020193211322125128f,-0.00003945516912735917f,0f,0.9959975045265452f,0.08938104372233854f,1.7324616899558993f,0.0020274359353665366f,0.08938086002191732f,-0.9959954575023272f,-0.019460584351325545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.0001347897759351893f,-0.002022950367240612f,0.000011090996848336809f,0f,0.9977875660346751f,-0.06648287799575817f,1.3582913526928961f,0.0020274359353665366f,-0.06648274135680002f,-0.9977855153314327f,0.005470443657474463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9753791133232852f,-0.2204791853160662f,-0.004951175117676981f,0.19797809002620487f,-0.22033326634557085f,0.975201793433583f,-0.020849791975333598f,0.7715293527831387f,0.009425340003093344f,-0.019245543023949097f,-0.999770359652425f,0.18421132695870696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9753791133232852f,-0.20425993831844186f,0.08314723621882146f,0.12506360631292118f,-0.22033326634557085f,0.8864599607620406f,-0.4069913877556295f,1.08776627638509f,0.009425340003093344f,-0.4152910010629989f,-0.9096397899179204f,0.03124600624646521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9668388978280257f,0.24820380430161623f,0.060144968009746835f,-0.18870907081417515f,0.2552999460860909f,0.9454745765111447f,0.20223689747301415f,0.8752204839106528f,-0.006669570835333698f,0.21088550614320656f,-0.9774880153350198f,0.25968654860516965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9668388978280257f,0.20327619777504438f,-0.15460055971699946f,-0.1250104012485401f,0.2552999460860909f,0.7534870122127331f,-0.605870662728579f,1.1095369544617832f,-0.006669570835333698f,-0.6252488383394642f,-0.7803969547480454f,-0.005003522277795651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9783266376231711f,0.20705950326915756f,-0.001830907662970546f,-0.000011419306281049412f,0.18775789720358196f,0.8833314564763327f,-0.42950263100135927f,1.2797464292438403f,-0.08731530309533228f,-0.42053763221063867f,-0.9030637506511042f,-0.005632376644962512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9779645431680467f,-0.2085397169823601f,0.009825413326218325f,-0.000017905733342407415f,-0.18775789720358194f,0.8579786511691925f,-0.47814182642348085f,1.2649367426269535f,0.09128156628697284f,-0.4694505517930617f,-0.8782276783826541f,-0.008831695359294098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.0008707890684266294f,-0.001830907662970546f,-0.000011419306281049412f,0f,0.9030656066770066f,-0.42950263100135927f,1.2797464292438403f,0.0020274359353665366f,-0.42950174826592746f,-0.9030637506511042f,-0.005632376644962512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9815742431166489f,0.19107057852454404f,-0.0020097940874886505f,0.000007277398459044107f,0.1891486601662207f,0.9730854992735346f,0.1316335650998609f,1.2844356489187991f,0.02710700291993955f,0.12882796717278364f,-0.9912964063623082f,0.0035894517677337737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9816760887994583f,-0.1905466279080371f,-0.0020097940874886505f,0.000007277398459044107f,-0.1891486601662207f,0.9730854992735346f,0.1316335650998609f,1.2844356489187991f,-0.023126630466230685f,0.1296016732008188f,-0.9912964063623082f,0.0035894517677337737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,0.00026687862018386847f,-0.0020097940874886505f,0.000007277398459044107f,0f,0.9912984437287796f,0.1316335650998609f,1.2844356489187991f,0.0020274359353665366f,0.13163329455993045f,-0.9912964063623082f,0.0035894517677337737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.978159830924723f,0.20784426708513914f,-0.0020262786478614635f,-0.19371583789182667f,0.2077930120483122f,0.9775892610217092f,-0.03378314489384408f,1.3456619420740994f,-0.005040764744305129f,-0.03346636184095626f,-0.9994271325694148f,0.01704628102606624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9781313498664947f,-0.20792228129765453f,0.005233292302934638f,0.19377360388876225f,-0.20779301204831221f,0.9758147253036497f,-0.06787993830619231f,1.3475003305091466f,0.009007027935945683f,-0.0674829372548463f,-0.9976797715836578f,0.011445804570484934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.00024483434537562316f,-0.00201259847345169f,-0.007797180002479549f,0f,0.9926816617699122f,-0.12076058291398489f,1.1673150411086506f,0.0020274359353665366f,-0.12076033472075484f,-0.9926796215605814f,0.007564245266567552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.999997944749652f,-0.00006849316196747402f,-0.0020262786478614635f,0f,0f,0.9994291866465985f,-0.03378314489384408f,1.390625f,0.0020274359353665366f,-0.033783075461023784f,-0.9994271325694148f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8607283294297348f,0.23201565003115518f,-0.45311751351908564f,-2.1839340948007058f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.48125397621261773f,-0.08068818405034525f,0.8728596836457755f,-0.44925331450668227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.376375847724828f,0.23201565003115518f,-0.8969447917179951f,-2.1531396821063624f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9114822367730344f,-0.08068818405034525f,-0.403347925495947f,-0.3607052109312219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3284737354063313f,0.23201565003115518f,-0.9155729044094917f,-2.03120095279211f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9445131048049105f,-0.08068818405034525f,0.31840918926194045f,-0.45274064110824314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8574747462662664f,-0.26666946174248274f,0.4400277919513459f,2.114151830272562f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48878268599127017f,-0.15505259927866683f,0.8585162650364225f,-0.4802103859454179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3636195049567519f,-0.26666946174248274f,0.8925627450151511f,2.082753246211181f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.8978495694945766f,-0.15505259927866683f,-0.4120980975633507f,-0.3920503629381753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3349182299880596f,-0.26666946174248274f,0.90372406042754f,1.9628939291777405f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9403735787439206f,-0.15505259927866683f,0.3027477891864461f,-0.4815425428197635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624967886713314f,0f,-3.167868649010214e-8f,-0.00582362296066612f,0f,0.000015625f,0f,1.5567475f,3.167868649010214e-8f,0f,-0.000015624967886713314f,0.6875132200342492f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15.mcfunction new file mode 100644 index 000000000..c08ab7473 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150.mcfunction new file mode 100644 index 000000000..ccb9287b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150_as_bone.mcfunction new file mode 100644 index 000000000..45e54c856 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_150_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7015748615979915f,0.1373194294639104f,-0.3948170871554446f,-0.31172760447683245f,-0.22103379643628793f,0.7765555193280217f,-0.12267856650039828f,1.4194921702002758f,0.35479743354647497f,0.2122483077372754f,0.7042825295688813f,-0.03226368064989246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6864201068595803f,-0.13872437466078177f,-0.3867595955808437f,-0.31172760447683245f,0.09106905897575464f,0.785661768543436f,-0.12017492228610445f,1.4194921702002758f,0.40066677351154684f,0.05908581322259836f,0.6899094167205368f,-0.03226368064989246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.28929811468568134f,0.0646239154645548f,-0.760969641203764f,-0.27786127544214134f,0.008863168041796085f,0.81396692562784f,0.06575509623344436f,1.4020634882129472f,0.7636573115842067f,0.015034559469326591f,-0.2890431056607129f,0.05961139281153595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.28604777998535624f,-0.04996396672283179f,-0.7454396485261362f,-0.27786127544214134f,-0.29711329702912465f,0.7399828606986725f,0.06441315549398631f,1.4020634882129472f,0.6854927835462112f,0.29988158980092305f,-0.28314426676967797f,0.05961139281153595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.051377553801537f,0.8448316367489017f,0.7888415524745569f,0.4568550862407229f,0.784044199502117f,1.3047917999601117f,-0.35241921341484195f,1.7461152541169538f,-0.8492856896176815f,0.15869503553994424f,-1.3018970593351822f,0.5243912778220781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6201063479963786f,-0.7385263834445179f,0.264663745403399f,0.3333339667071651f,0.668228256938839f,0.3204755030872278f,-0.6713914272236943f,1.567256682087993f,0.4110220356660639f,0.5931898792775794f,0.6922330917541978f,0.4440393059531565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6687631136682375f,-0.7385263834445179f,-0.08564273905664793f,0.1053477803458162f,0.23643908217170106f,0.3204755030872278f,-0.9172742296297176f,1.4928877501125664f,0.704877619320239f,0.5931898792775794f,0.3889386955602169f,0.20481874008402917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8572211841304296f,-0.36945425077064614f,-0.35871353203569706f,0.10623455473514212f,0.14762187945577765f,0.4910535412143259f,-0.8585302559414052f,1.3745089297418818f,0.49333520266039044f,-0.7889042883952218f,-0.36640196719949614f,-0.5568844525211609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.58348655605134f,-0.32278278514405023f,-0.7452212507181989f,-0.07315116291960069f,0.6025083208130415f,0.44322934667968455f,-0.6637254474501859f,1.5746671716350722f,0.5445430765865966f,-0.8362768799007602f,-0.06413905117051613f,-0.3588894100453267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.35172179039211354f,-0.39834244224411786f,-0.8471216446711523f,0.2830738095824604f,-0.38083597169350947f,0.7657791882683115f,-0.5182144319481912f,1.299036136700972f,0.8551349278491828f,0.504881702502792f,0.1176380960839456f,-0.07458796260484907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.335954289619458f,-0.1776850181268615f,-0.9249663505336518f,0.2439768289928386f,-0.2910688388666479f,0.9143899493520944f,-0.28137155429199945f,1.4687256799901647f,0.8957754441416147f,0.36375686228184223f,0.25547465395957025f,-0.004786834339756352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.33475942962704563f,-0.3779079714469212f,-0.863204314975689f,0.14218701521773497f,-0.3679333398910683f,0.7909190449078245f,-0.4889500197348378f,1.3444932615661673f,0.8675028424578094f,0.4812822763399539f,0.12572266624858697f,-0.34945462482225886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.33714125074413254f,0.006740167742966388f,-0.9414299481031391f,0.13756685949389658f,-0.27312733319184324f,0.9576683508200392f,-0.09095487728065076f,1.5234876093619207f,0.9009646146826156f,0.2877948922000233f,0.3247104296344409f,-0.29346364234953926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8705268492974144f,0.008296333877407192f,-0.4920509887161202f,0.27653720543092f,-0.045441757729877116f,0.994231033928844f,0.09715810736732615f,2.1889005379814255f,0.4900184193545544f,0.10693840291016278f,-0.865127809445684f,-0.11827700202800374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8705268492974144f,0.008296333877407192f,-0.4920509887161202f,0.26201514035276086f,-0.045441757729877116f,0.994231033928844f,0.09715810736732615f,2.0754342972208772f,0.4900184193545544f,0.10693840291016278f,-0.865127809445684f,-0.23112572525310277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8705268492974144f,0.008296333877407192f,-0.4920509887161202f,-0.23489731853131102f,-0.045441757729877116f,0.994231033928844f,0.09715810736732615f,2.162203505315123f,0.4900184193545544f,0.10693840291016278f,-0.865127809445684f,0.16960881934279698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8705268492974144f,0.008296333877407192f,-0.4920509887161202f,-0.3147088973067762f,-0.045441757729877116f,0.994231033928844f,0.09715810736732615f,2.0453291327248335f,0.4900184193545544f,0.10693840291016278f,-0.865127809445684f,0.09351147756928953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8385681364950159f,0.43520928470263515f,-0.3277138370040195f,0.20767543399832325f,0.0856135918663821f,0.6993315041053588f,0.7096518584865914f,2.2420487131128963f,0.5380276882680044f,0.5670346778410973f,-0.6236969462668788f,-0.02604416558572807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8963257028437175f,0.2986701783871615f,-0.3277138370040195f,0.10744196089523785f,-0.024840003247605526f,0.7041144892595138f,0.7096518584865914f,2.246283148253313f,0.4426999081323316f,0.6442196136078093f,-0.6236969462668788f,0.03144027625495317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7787632761218795f,0.6245981904817458f,-0.0583511800295973f,0.06315800105416061f,0.06432653957520774f,0.17203645863709552f,0.9829880737861911f,2.297961038985916f,0.6240111025215792f,0.7617614832390358f,-0.17415391635925787f,-0.0055830439858170905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9336593439217753f,0.3533770922070555f,-0.0583511800295973f,0.0937276528058211f,0.008015985262774184f,0.18349438894522316f,0.9829880737861911f,2.299180807401051f,0.3580725813125424f,0.9173082578549621f,-0.17415391635925787f,-0.008940748826274963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8668840917023601f,0.49508293380253743f,-0.0583511800295973f,0.18804357250638176f,0.03662214175495455f,0.17998129215947378f,0.9829880737861911f,2.3478107535455566f,0.4971627402437296f,0.849999778311782f,-0.17415391635925787f,0.05450434680979374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8668840917023601f,0.37565358056256704f,-0.3277138370040195f,0.10352151687980429f,0.03662214175495455f,0.7036000699828042f,0.7096518584865914f,2.189500737799426f,0.4971627402437296f,0.6031843241752192f,-0.6236969462668788f,-0.08121212612963036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8604804923266732f,-0.1414444857024251f,-0.48945559531955757f,-0.16059142889464179f,-0.19594294627083708f,0.9786752024575062f,0.06165395284540183f,2.2767393819269195f,0.4702974421915878f,0.14895739511395756f,-0.869845969300838f,0.11036163021200208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8720133420343685f,-0.005094263875083299f,-0.48945559531955757f,-0.06019989850407832f,-0.04043203170898568f,0.9972783166751499f,0.06165395284540183f,2.2914465012937586f,0.48780937068278535f,0.07355275362044905f,-0.869845969300838f,0.05491452126329199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.84286658238497f,-0.22860421161036018f,-0.4871509404000842f,-0.03920483139308713f,-0.28069475961079476f,0.9591379575953686f,0.03556445172954447f,2.2887009520369843f,0.45911477456701266f,0.16671680399345065f,-0.8725933365780938f,0.04658317475162393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8722563419179395f,0.0430445728431382f,-0.4871509404000842f,-0.0647985969832256f,0.029433348629298528f,0.9989338555488262f,0.03556445172954447f,2.29751404102716f,0.48816242376119123f,0.01668283510404331f,-0.8725933365780938f,0.0612308452274466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8682510736481164f,-0.09393633150281588f,-0.4871509404000842f,-0.13235226150867935f,-0.12719670803752584f,0.9912397122984901f,0.03556445172954447f,2.400881183130788f,0.47954256388073596f,0.09284286933415928f,-0.8725933365780938f,0.06734483523077799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8682510736481164f,-0.08107584917391138f,-0.48945559531955757f,-0.11411019544454931f,-0.12719670803752584f,0.9899594878392516f,0.06165395284540183f,2.178140298366957f,0.47954256388073596f,0.11578825120786566f,-0.869845969300838f,0.04129247870900825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8705268492974144f,0.008296333877407192f,-0.4920509887161202f,0.005830383002835062f,-0.045441757729877116f,0.994231033928844f,0.09715810736732615f,1.6712409223394296f,0.4900184193545544f,0.10693840291016278f,-0.865127809445684f,-0.04773051115659187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3405119023966145f,0.016415562320635f,-0.940096895878258f,-0.0003254528674030626f,-0.1752381739896191f,0.9834367494277004f,-0.04630056427153414f,1.302452141304042f,0.9237657856313053f,0.18050675662915178f,0.33774855160044986f,-0.11542054489252378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.33596762099185085f,-0.2539959298003213f,-0.9069795065435308f,0.1146325325648953f,-0.13850926852277662f,0.9391598202306882f,-0.3143151517148779f,0.6783360974141422f,0.9316334795284901f,0.23122478177983358f,0.28034650008963363f,-0.37307114819689563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3381152120482195f,-0.40757227289891546f,-0.8482705616403294f,-0.04092552233340349f,-0.1338483380183093f,0.8713673266827526f,-0.47202076691549233f,1.0122432179400223f,0.9315378284274473f,0.27313700656221074f,0.2400696770833644f,-0.2686315270847267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.31689163166294115f,0.06395241312636586f,-0.9463032191836367f,0.3187589957553838f,0.12029781358261896f,0.9869563266421604f,0.10698432290880133f,1.100339193517443f,0.9408018547118413f,-0.1477406449029103f,0.3050648652572627f,-0.12706061370865607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.31689163166294115f,-0.9346561070843586f,-0.1612378841088881f,0.009093680467761482f,0.12029781358261896f,0.20823421582173385f,-0.9706528459796268f,1.0440062628819529f,0.9408018547118413f,0.28819519921577447f,0.17842476655369274f,-0.015552462556895685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.2635139973288772f,-0.6714466148579322f,-0.6926180885651055f,-0.0035677246686636726f,-0.009024071112061325f,0.7162479763187616f,-0.6977875053050487f,1.1901303732566038f,0.9646133626237618f,0.19012700969378996f,0.18268218531804503f,-0.1278400551126136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.40502051127759753f,-0.5318422712407881f,-0.7437083998220498f,-0.004698929205578002f,-0.20928751226538642f,0.7378864207069725f,-0.6416559571499502f,1.1504182781037062f,0.8900320908002135f,0.4155327046788171f,0.1875511895139771f,-0.13210683348162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.33704636408897354f,-0.5521035028296092f,-0.7626148901101257f,-0.0035677246686636726f,-0.11006331680506899f,0.7813502309125464f,-0.6143109008855188f,1.1901303732566038f,0.9350325206902005f,0.2909871798141395f,0.2025849116680301f,-0.1278400551126136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.34277196444894215f,-0.014004196427098742f,-0.9393142513931346f,0.004042902318012548f,-0.02790348271060504f,0.9992959236266231f,-0.025080922547492883f,1.2155649125710501f,0.9390041405874803f,0.034807176065369136f,0.3421398609544382f,-0.12758950168385444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.32902925472803773f,0.04137929295122503f,-0.9434126899973146f,0.004042902318012548f,-0.19147485301530315f,0.9812103093412025f,-0.023742567369809058f,1.2155649125710501f,0.9247038067380713f,0.18845180539702602f,0.3307699908497162f,-0.12758950168385444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.33704636408897354f,0.0834057162048635f,-0.9377863482471672f,0.004042902318012548f,-0.11006331680506899f,0.9927290591113819f,0.04873480778352951f,1.2155649125710501f,0.9350325206902005f,0.08678998617458308f,0.34377562966496855f,-0.12758950168385444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.323023642433545f,-0.3480320718873666f,-0.8800735215689384f,0.07214463896365507f,0.0679853814391278f,0.9360570041005085f,-0.3452177182372842f,1.2156725272851292f,0.9439458217183556f,0.05168135071926408f,0.32602963615029057f,0.055086927133537494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3404522137011171f,-0.2164410077692296f,-0.9150112460193315f,-0.0698552920134811f,-0.23136494585916761f,0.9239404096554646f,-0.3046381152010969f,1.249357794361676f,0.9113520461455021f,0.31541624809374147f,0.2644806957508884f,-0.3041860606053182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.33704636408897354f,-0.1302383002181233f,-0.9324364501727168f,0.013464422107563096f,-0.11006331680506899f,0.9781444867431192f,-0.17640699914659635f,1.078419553508053f,0.9350325206902005f,0.1620843860781606f,0.3153455835133825f,-0.13840701480796372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.33704636408897354f,-0.048475512785982555f,-0.9402392637592516f,1.4178352516877452e-17f,-0.11006331680506899f,0.989797234697674f,-0.09048480799949095f,1.300437242798354f,0.9350325206902005f,0.1339834275012166f,0.3282721834191197f,-0.11577503429355282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5037623572911064f,0.08553117992115407f,0.8595975247973919f,0.7260746482410215f,0.12097904664501541f,0.9922647898228718f,-0.027832663376597795f,1.7793781626309098f,-0.8553289178142939f,0.08997224093611872f,-0.5102131301834187f,-0.6792273210072697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.524196004304582f,0.08553117992115407f,0.8472915474217866f,0.6778856473922442f,0.1216106659514245f,0.9922647898228718f,-0.024928554001844204f,1.7907503702056096f,-0.842869737858681f,0.08997224093611872f,-0.530542741787098f,-0.7588360868064861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.514016009053624f,0.08553117992115407f,0.8535056881461773f,0.5739542945947063f,0.1213035474634644f,0.9922647898228718f,-0.026382498944392277f,1.7890216412599185f,-0.8491601685249749f,0.08997224093611872f,-0.5204152227323575f,-0.6409694204970242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1405098593132098f,-0.888081207636835f,-0.43768567268998354f,-1.0186653511733694f,0.18759373593561682f,0.45794378505102484f,-0.8689626459007654f,2.4764680525267724f,0.9721448295771059f,0.039990728618543664f,0.23094408836568642f,-0.18287774411066024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3111908879012006f,-0.888081207636835f,-0.33833710989125004f,-1.0403449095495505f,0.5348886646942665f,0.45794378505102484f,-0.7100574667692224f,2.4417922201824345f,0.7855280693067862f,0.039990728618543664f,0.6175325043718032f,-0.26723795925880406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2312486226792662f,-0.888081207636835f,-0.3972855939387228f,-0.9699122912706515f,0.369875545006272f,0.45794378505102484f,-0.8083808328624907f,2.580387261283977f,0.8998422949135342f,0.039990728618543664f,0.4343783902420819f,-0.29021461022104444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005266349438890212f,5.831749205756269e-7f,-0.000014699186902666163f,0.6553970782976961f,-0.0000017197393250792031f,0.0000155300715276452f,0f,1.4647560964797925f,0.000014609883135784383f,0.0000016178412648450665f,0.000005298540308470592f,-0.324961581174947f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151.mcfunction new file mode 100644 index 000000000..5ca07d251 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151_as_bone.mcfunction new file mode 100644 index 000000000..80c64dd79 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_151_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6491464704431996f,0.11030575944224608f,-0.48310034546608366f,-0.3197731147481598f,-0.22870258381294797f,0.7729992607165848f,-0.13081175609760412f,1.4228094780097797f,0.43960030995537475f,0.23926810654562153f,0.6453268823795083f,-0.06764408952723168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6288443992921586f,-0.14351839929803975f,-0.47324115474228606f,-0.3197731147481598f,0.08279546849580716f,0.7853180918073915f,-0.12814212842214281f,1.4228094780097797f,0.4875444922009106f,0.05174904581657086f,0.6321569460044163f,-0.06764408952723168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.37748785461696177f,0.06240501593016471f,-0.7214935745021458f,-0.29774634567625313f,-0.0013637307525663001f,0.8135661593266458f,0.07108226981019516f,1.404155118137017f,0.7241860978364346f,0.03406116307014143f,-0.3759504984904147f,0.02671866195586739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3650298791952596f,-0.08503212826484863f,-0.7067692158388368f,-0.29774634567625313f,-0.3062186578651656f,0.735786363213542f,0.06963161124264017f,1.404155118137017f,0.6426377835685906f,0.3023044241683205f,-0.3682780393375491f,0.02671866195586739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6761896189411238f,0.79560393296152f,1.1624062246445592f,0.32991766947239365f,1.0957927509723742f,1.1073099532297006f,-0.12045399285550572f,1.6664492975294558f,-0.8851056977291775f,0.7630762080779343f,-1.0371638513334078f,0.655674583424368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4895462926625852f,-0.8646893473745232f,0.11250226609868388f,0.23371990902399947f,0.5245088213657889f,0.18894031421428925f,-0.8301759174862134f,1.531292942828778f,0.6965880587906953f,0.46541797365553705f,0.5460322207970738f,0.5098094629279867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.4914350826916658f,-0.8646893473745232f,-0.1039417723384406f,0.06514886997475254f,0.12647688884585156f,0.18894031421428925f,-0.9738096088314592f,1.48915128186743f,0.8616815862531295f,0.46541797365553705f,0.20221511741376816f,0.21930342719489865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9098379770748657f,-0.2514749188100767f,-0.33008365709586585f,0.1558401367808827f,0.17204800610822896f,0.4952543824083456f,-0.8515412968843676f,1.3839126384393983f,0.3776166562355249f,-0.8315548460052372f,-0.4073354870603688f,-0.5402755673008981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6348795603397671f,-0.21588127327181567f,-0.741837731389637f,-0.04255474390458144f,0.6029875927582867f,0.46186055039610513f,-0.6504542989075967f,1.5830374871608266f,0.4830464851775139f,-0.8602790871794727f,-0.16305209388199626f,-0.36044432254097447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.23870038159406692f,-0.47509316729331397f,-0.8469407359538527f,0.277627616628088f,-0.34329728044423385f,0.7745516679859337f,-0.5312407089632727f,1.2999625164248114f,0.9083881907347979f,0.4175598112982315f,0.021787586423131278f,-0.03313519147592662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2225493801337793f,-0.22965718372795113f,-0.9474858053629175f,0.22864510839557894f,-0.27565739119169946f,0.9173780835011405f,-0.28710704378882856f,1.4701764880575952f,0.935138907373368f,0.3250769599247539f,0.14085522369661346f,0.02869708365806857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.22399848239076198f,-0.4484516503121777f,-0.8652836513068529f,0.16914269504081228f,-0.3341722402877131f,0.7986790313844574f,-0.5004405245859646f,1.3494896275963877f,0.9155072876322319f,0.40125169427563634f,0.029042798301899653f,-0.32281992431490186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.22295964906800256f,-0.022196264895266063f,-0.9745749436098652f,0.15888980197538827f,-0.26243926357801595f,0.9614634024819605f,-0.0819375287669817f,1.5292519060069616f,0.9388368483501814f,0.2740354931619451f,0.20854237139580944f,-0.27013487952581333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9155705215654861f,-0.0020773804491207894f,-0.4021520912923029f,0.2745642774792001f,-0.05015515673589112f,0.9927691770033801f,0.10905879810831012f,2.191982855129888f,0.39901764408745294f,0.12002102183576244f,-0.9090543845251493f,-0.07673989322816638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9155705215654861f,-0.0020773804491207894f,-0.4021520912923029f,0.27145608603539245f,-0.05015515673589112f,0.9927691770033801f,0.10905879810831012f,2.0799917887047155f,0.39901764408745294f,0.12002102183576244f,-0.9090543845251493f,-0.19192953116014888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9155705215654861f,-0.0020773804491207894f,-0.4021520912923029f,-0.26333340394052307f,-0.05015515673589112f,0.9927691770033801f,0.10905879810831012f,2.162516700547552f,0.39901764408745294f,0.12002102183576244f,-0.9090543845251493f,0.15768297267321224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9155705215654861f,-0.0020773804491207894f,-0.4021520912923029f,-0.33510938450174205f,-0.05015515673589112f,0.9927691770033801f,0.10905879810831012f,2.046763997367188f,0.39901764408745294f,0.12002102183576244f,-0.9090543845251493f,0.07241965804778867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8885763773588612f,0.37418982608358137f,-0.2653563559731349f,0.19663746011057504f,0.08232059980064513f,0.6991417253429202f,0.7102282497429866f,2.2450988282779036f,0.45128188579674233f,0.609247750869926f,-0.6520443524881359f,0.008126308082017406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9361727129124947f,0.2305789581525559f,-0.2653563559731349f,0.09112802738730144f,-0.028062765177428124f,0.7034119095363753f,0.7102282497429866f,2.248954969382081f,0.3504185109389282f,0.6723429404549971f,-0.6520443524881359f,0.055264725611646706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.837717912371979f,0.5440604023060698f,-0.047190867058045816f,0.050822984087181736f,0.0624882083915094f,0.18134408741726885f,0.981432394905944f,2.299494115813924f,0.5425162883298086f,0.8192146242599405f,-0.18591255012906632f,0.014572832248811257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9648409896575895f,0.2585631194561059f,-0.047190867058045816f,0.08156636772630392f,0.003391412941002373f,0.1917783943708111f,0.981432394905944f,2.300917219923202f,0.26281241027551605f,0.9467661594658321f,-0.18591255012906632f,0.01428169291463803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9125140127418258f,0.40631416246067553f,-0.047190867058045816f,0.16873216214205855f,0.033350409549643766f,0.18888675022895007f,0.981432394905944f,2.350631060107743f,0.40768361106706436f,0.8939969781670551f,-0.18591255012906632f,0.08650567029906543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9125140127418258f,0.3112943637370733f,-0.2653563559731349f,0.09869093030121719f,0.033350409549643766f,0.7031810459973195f,0.7102282497429866f,2.1924153247583464f,0.40768361106706436f,0.6392434869872716f,-0.6520443524881359f,-0.05732411427307045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9037598534636379f,-0.15205672465332992f,-0.40012108136798374f,-0.18297834046168335f,-0.20186026407205607f,0.9757057950120736f,0.08515066276087901f,2.277090175512142f,0.37745272691575954f,0.15772429764484153f,-0.9124979369161874f,0.10889055910453554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9164199823409187f,-0.008805464847757558f,-0.40012108136798374f,-0.07750922986868505f,-0.04674101517405849f,0.9952711400075265f,0.08515066276087901f,2.292503768127367f,0.3974791736264532f,0.0967358343993239f,-0.9124979369161874f,0.06408175976318112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8859577274060433f,-0.2372569444696881f,-0.39848217971501076f,-0.0561876956810647f,-0.2863428623496348f,0.9557405369362507f,0.06758543658381692f,2.2896319969165986f,0.3648104582258256f,0.17398036773646144f,-0.9146825466856513f,0.05683322947326912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9159122976861696f,0.048131230992100205f,-0.39848217971501076f,-0.08303911413672234f,0.023011822994112252f,0.9974480762246537f,0.06758543658381692f,2.2982423406270387f,0.40071825382646176f,0.05273253112569681f,-0.9146825466856513f,0.06916728529879734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9121652808043096f,-0.0957415946429159f,-0.39848217971501076f,-0.1501464249558441f,-0.13330674694248734f,0.988767677455825f,0.06758543658381692f,2.402043804686987f,0.3875355618711735f,0.11476945183211892f,-0.9146825466856513f,0.0719076182871437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9121652808043096f,-0.08864322162528789f,-0.40012108136798374f,-0.13020170009015436f,-0.13330674694248734f,0.9874100849449505f,0.08515066276087901f,2.1798765355743734f,0.3875355618711735f,0.13101031794822648f,-0.9124979369161874f,0.042430296748792784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9155705215654861f,-0.0020773804491207894f,-0.4021520912923029f,-0.002123474561409697f,-0.05015515673589112f,0.9927691770033801f,0.10905879810831012f,1.6739436395112428f,0.39901764408745294f,0.12002102183576244f,-0.9090543845251493f,-0.040549732936556185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.22321698054461017f,-0.0050120014662342754f,-0.9747558973598719f,-0.00024397401157184403f,-0.18904133743797316f,0.9807789207345731f,-0.04833302579384017f,1.3061515442357778f,0.956262282188422f,0.19505791059074767f,0.21797903380775496f,-0.11369644940808656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.21910093032733327f,-0.26871519494540896f,-0.9379695764443254f,0.14187888352711656f,-0.15388995125474592f,0.9397780159885637f,-0.3051805425767028f,0.683330241872617f,0.963489836600526f,0.21120943319380792f,0.1645536693527113f,-0.36164983189515015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2205808244611608f,-0.42840467779894176f,-0.8762496972438957f,-0.021670835573114094f,-0.15076121290891126f,0.872606038081585f,-0.46457481527283995f,1.017345467873404f,0.9636468007326481f,0.23458076294433056f,0.1278933504690033f,-0.2719567281399886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.19694701352575197f,0.08613245281733363f,-0.97662330221788f,0.31691524392587234f,0.12833770603831535f,0.985297172064511f,0.11277817133869564f,1.101351865898593f,0.9719780383692369f,-0.14754891830625877f,0.1829972940634444f,-0.08661206525159652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.19694701352575197f,-0.9641924196263094f,-0.17760870417423175f,-0.0036046273027038334f,0.12833770603831535f,0.20495213438898308f,-0.9703216249358885f,1.047276968733907f,0.9719780383692369f,0.1683080525244194f,0.1641069540980121f,-0.01452681547779068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.14186475283910416f,-0.6849994105653636f,-0.7145979285073556f,-0.002317179835281423f,-0.012476329712557327f,0.7206045220635529f,-0.6932340614673099f,1.1945274129581172f,0.9898074222285884f,0.10726103815767651f,0.09368210391816582f,-0.12665016348419794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.2913826267821244f,-0.5746031064965402f,-0.7648054882217271f,-0.003099332588724732f,-0.21450723816743483f,0.7398917809771729f,-0.6376102235819361f,1.155504881077022f,0.932246109985624f,0.3498448548241815f,0.09233508525863164f,-0.13108219814942154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.21844673640904835f,-0.5798691599159838f,-0.7848775577952057f,-0.002317179835281423f,-0.11444690021025676f,0.7835283506468136f,-0.6107251679478646f,1.1945274129581172f,0.9691145083964531f,0.22323772331533692f,0.1047949832028509f,-0.12665016348419794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.22393284530147234f,-0.014847060093108433f,-0.9744914805178022f,0.005306351242429074f,-0.030766077861811764f,0.9992779394676123f,-0.022294576613241537f,1.2193855333565986f,0.9741188475992996f,0.03497376874107774f,0.22331436642513128f,-0.12543297054094857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2114189132793785f,0.02172702599746429f,-0.9771540203310181f,0.005306351242429074f,-0.19731999973178613f,0.9801163312426624f,-0.020899639644541043f,1.2193855333565986f,0.9572705264519609f,0.1972306101312097f,0.2115023064026872f,-0.12543297054094857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.21844673640904835f,0.07454492957964817f,-0.9729974701026722f,0.005306351242429074f,-0.11444690021025676f,0.9921542130076295f,0.05031823370781849f,1.2193855333565986f,0.9691145083964531f,0.10036469043033208f,0.22526428596278708f,-0.12543297054094857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.203761246216734f,-0.34689566276523f,-0.9155024596880528f,0.050521000727386994f,0.06502840849187044f,0.9378511934199063f,-0.34089066442170546f,1.2194501350287885f,0.9768585673623472f,0.009926638682310258f,0.2136558007994469f,0.064307663047873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.22451345422157504f,-0.24863558301980732f,-0.9422176265226081f,-0.045637641574692196f,-0.2379319514801178f,0.9236502032982131f,-0.3004308379844389f,1.2550100938786664f,0.9449772988481571f,0.2916344437880577f,0.14821354815964227f,-0.3096674742651567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.21844673640904835f,-0.14668525827013096f,-0.9647613478775258f,0.015569255153453214f,-0.11444690021025676f,0.9779644707041051f,-0.17460641761602888f,1.0828148641815383f,0.9691145083964531f,0.14855614779154888f,0.1968454738337567f,-0.13557419332271195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.21844673640904835f,-0.062042584728425235f,-0.9738746023141026f,1.395020115417622e-17f,-0.11444690021025676f,0.9894609726533624f,-0.08870676765684446f,1.3047916666666666f,0.9691145083964531f,0.13083463332037898f,0.2090439387770492f,-0.11391203703703706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.12686201983609927f,0.05886411550012604f,0.9901722293770373f,0.7653105524947756f,0.09751173080441664f,0.9926622946431113f,-0.07150546237456057f,1.7625252251642922f,-0.9871157431014012f,0.10562473526717372f,0.12019120192887388f,-0.5221923441287584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11084451624028963f,0.05886411550012604f,0.9920929941925017f,0.7764534101304372f,0.09865450856716329f,0.9926622946431113f,-0.0699203599336003f,1.771720817823714f,-0.9889291082574255f,0.10562473526717372f,0.10422396145278591f,-0.614822470434153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.11885714811372505f,0.05886411550012604f,0.9911649682311513f,0.6222072360779337f,0.09808632170050054f,0.9926622946431113f,-0.07071521964286494f,1.777730304440433f,-0.9880546805908756f,0.10562473526717372f,0.11221124481174574f,-0.5853390940032175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.005801317324004365f,-0.8519286934844328f,-0.5236256734874765f,-1.0013382484826643f,0.13251893838851844f,0.5183611491886769f,-0.844831610429069f,2.4704414510077144f,0.9911634959408492f,-0.074291454620982f,0.10988950852839549f,-0.2936193369917979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2140915829729253f,-0.8519286934844328f,-0.4778936025079789f,-1.0113344185710493f,0.47425016854506274f,0.5183611491886769f,-0.7116097924050606f,2.4413216686770847f,0.8539622777003245f,-0.074291454620982f,0.5150040854548359f,-0.38216975969310873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10662581427610748f,-0.8519286934844328f,-0.51268746517529f,-0.9294332137505632f,0.31061101152671555f,0.5183611491886769f,-0.7967575029644494f,2.575395185287067f,0.9445378421473155f,-0.074291454620982f,0.3198891128531744f,-0.3858779152704295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000034132302563913807f,3.9321730921270067e-7f,-0.000015242567512220175f,0.6764302333744998f,-0.000001788232815785262f,0.000015522333857914175f,0f,1.4689966161683252f,0.00001514241419369458f,0.0000017444646030191637f,0.000003435805674861436f,-0.23954603422162557f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152.mcfunction new file mode 100644 index 000000000..68e949a57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152_as_bone.mcfunction new file mode 100644 index 000000000..2731e120f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_152_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.600614954536994f,0.08584477774686797f,-0.5466596701463898f,-0.3230617887441082f,-0.2358006767341188f,0.7695689595168055f,-0.1382248235462694f,1.4260408487384129f,0.5006037971117484f,0.25949708115170883f,0.5907635293715138f,-0.09494667344891539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5757523960317215f,-0.1474630130926115f,-0.535503350347484f,-0.3230617887441082f,0.07508558878291517f,0.7848744713928562f,-0.135403908780019f,1.4260408487384129f,0.5503374717578796f,0.04718817569511505f,0.5787071308129115f,-0.09494667344891539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4415308989949881f,0.05779396655428831f,-0.6845836450770962f,-0.3103303840881036f,-0.01094508798123694f,0.8130768952116655f,0.0757008055867682f,1.4062939283632467f,0.6869316667079813f,0.05010253833214935f,-0.43881552544425206f,0.00009110064940029416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.42126186518573006f,-0.11321328697518072f,-0.6706125502796045f,-0.3103303840881036f,-0.31470661205265377f,0.7317517694769154f,0.07415589118703825f,1.4062939283632467f,0.6029081101383363f,0.30285656591805754f,-0.4298601065576347f,0.00009110064940029416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.37630363872231054f,0.589764666121201f,1.3971325850037637f,0.20309896591272886f,1.3444952632680618f,0.7956436877480412f,0.026265170786507357f,1.5812117641481451f,-0.7015228496165293f,1.2085259661015344f,-0.699097225516064f,0.73102546392808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.32172294322193934f,-0.9460758069862764f,0.03788027507659972f,0.1423385700256947f,0.3512241581906258f,0.08209330081507824f,-0.932685520775664f,1.4955417110508433f,0.8792814899154304f,0.3133707985702419f,0.35869597725030283f,0.5477026840061765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3155880772736307f,-0.9460758069862764f,-0.07310768029420005f,0.03282806762269709f,0.015254394094040566f,0.08209330081507824f,-0.9965078993275011f,1.4860774143680098f,0.9487736658147488f,0.3133707985702419f,0.040339480163882425f,0.22769753016480213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9387496551451731f,-0.1529209835097497f,-0.3088110389335675f,0.19214025574809612f,0.19672815053662646f,0.49793609569028213f,-0.8446050434345962f,1.3930188111695574f,0.28292599695195364f,-0.8536245178127962f,-0.4373534758494713f,-0.5236109020267373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6683651140365241f,-0.1321032577418798f,-0.7320087455986618f,-0.019079291264498203f,0.6033291007130464f,0.4793198502683121f,-0.6373746758159986f,1.591060910238398f,0.4350655934129135f,-0.8676411760818785f,-0.24065892668987798f,-0.3580089570103469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14356253976797792f,-0.5269089393208887f,-0.8377092376469917f,0.26990562558099684f,-0.3041828534417309f,0.7820067128313875f,-0.5440021073108947f,1.3010317063606884f,0.9417338205923232f,0.33291511042664307f,-0.04800979485690202f,0.00010527159732806601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.13097817215131294f,-0.26691546294648716f,-0.9547779082383313f,0.21389161435204096f,-0.2590958142243927f,0.9203866274032281f,-0.29284435311050544f,1.471773921791853f,0.9569295049643416f,0.28573517763372064f,0.051393878928585504f,0.05400182914695434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.13297786721194577f,-0.49591240698472144f,-0.858130393023334f,0.187070446466089f,-0.29885955906030864f,0.8054563733945629f,-0.5117841288242106f,1.3542614784669742f,0.9449866934460188f,0.3245164327991703f,-0.04110029261771263f,-0.29843170023433796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.1310981961942064f,-0.040679893703713124f,-0.9905344058652782f,0.17325212635998483f,-0.25063642782933837f,0.965338825402844f,-0.07281712171465013f,1.534807401219291f,0.9591635126502541f,0.25781019843697406f,0.11635831548417094f,-0.24936504855562924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9422932307202068f,-0.012155412728441537f,-0.33456795016898433f,0.26871935239097267f,-0.055263907072017664f,0.9912788818283893f,0.11963310167421774f,2.1951765764225595f,0.33019595381229333f,0.1312189939850919f,-0.9347471357022337f,-0.044209138329348946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9422932307202068f,-0.012155412728441537f,-0.33456795016898433f,0.2742090298056934f,-0.055263907072017664f,0.9912788818283893f,0.11963310167421774f,2.0845547159911693f,0.33019595381229333f,0.1312189939850919f,-0.9347471357022337f,-0.16062640481753082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9422932307202068f,-0.012155412728441537f,-0.33456795016898433f,-0.2848779206571488f,-0.055263907072017664f,0.9912788818283893f,0.11963310167421774f,2.162709031017749f,0.33019595381229333f,0.1312189939850919f,-0.9347471357022337f,0.1497809845353734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9422932307202068f,-0.012155412728441537f,-0.33456795016898433f,-0.3500602355464436f,-0.055263907072017664f,0.9912788818283893f,0.11963310167421774f,2.0479423775559575f,0.33019595381229333f,0.1312189939850919f,-0.9347471357022337f,0.05812841458311349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.919362856103937f,0.32627254111755266f,-0.21981393888720027f,0.18462351066153332f,0.07869811678479059f,0.6999702045293651f,0.7098227378618175f,2.2482867079534357f,0.3854588761864726f,0.6352857165746871f,-0.6692036409683135f,0.03470045837624874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9590842441771451f,0.1784355481456763f,-0.21981393888720027f,0.07594954383456137f,-0.03177025211452006f,0.7036635075765502f,0.7098227378618175f,2.2517183375801486f,0.28133265656822287f,0.6877633482986851f,-0.6692036409683135f,0.07403661829552985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8752663149574557f,0.48194381029039585f,-0.04048507902388934f,0.038677330454731665f,0.06047703577650347f,0.19211561959025356f,0.9795070785109932f,2.301032732943413f,0.4798451896648368f,0.8548811335105178f,-0.19729886346172598f,0.03106213504580993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9813565600474824f,0.18788363533900726f,-0.04048507902388934f,0.0693501444080543f,-0.0018499123768021576f,0.20140124371775278f,0.9795070785109932f,2.3026881503515817f,0.1921870960183586f,0.9613205909584694f,-0.19729886346172598f,0.03298663560168938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9398829563413791f,0.3390884644977151f,-0.04048507902388934f,0.1506983671907809f,0.02967895893373368f,0.19921105025442049f,0.9795070785109932f,2.353648880603275f,0.34020462632891774f,0.9194204537104405f,-0.19729886346172598f,0.11090399665528292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9398829563413791f,0.26134624667265255f,-0.21981393888720027f,0.09189546168943416f,0.02967895893373368f,0.7037548154087214f,0.7098227378618175f,2.1953040471363128f,0.34020462632891774f,0.6606264444746014f,-0.6692036409683135f,-0.03773695335150216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9287635411998352f,-0.16204372444327553f,-0.3333768376874633f,-0.20100154597585332f,-0.20812653653616253f,0.9722019507354769f,0.10726934219801519f,2.277280196486661f,0.3067272882014296f,0.16901242071127578f,-0.9366713256622686f,0.10954760511511404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9426781441593395f,-0.01475806958276793f,-0.3333768376874633f,-0.09256787537587763f,-0.053478261430842444f,0.9927906948489899f,0.10726934219801519f,2.2934448224973316f,0.3293903339180395f,0.11894887810925589f,-0.9366713256622686f,0.07280546893400563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9106262200822544f,-0.24540511886018995f,-0.33246987071901946f,-0.07110235329159684f,-0.2922156662204546f,0.951298267449024f,0.09819170414969638f,2.29051906603283f,0.2921812651660633f,0.1865688451636598f,-0.9379883657595423f,0.06602836479732255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9418913527528552f,0.048004840104667254f,-0.33246987071901946f,-0.09872724161798441f,0.016053717838699327f,0.9950380230824019f,0.09819170414969638f,2.2989033650837967f,0.33553383995202574f,0.08714853955627382f,-0.9379883657595423f,0.07669769933039293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9378047187024925f,-0.09993044903039856f,-0.33246987071901946f,-0.16547173400280557f,-0.1398021709030969f,0.9852988086093275f,0.09819170414969638f,2.4029672453770012f,0.3177698264312077f,0.1385646531754154f,-0.9379883657595423f,0.07793304780922991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9378047187024925f,-0.09686172449861369f,-0.3333768376874633f,-0.14367784599061753f,-0.1398021709030969f,0.9843518889275251f,0.10726934219801519f,2.1814880703683084f,0.3177698264312077f,0.1472045009229279f,-0.9366713256622686f,0.04481203510157118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9422932307202068f,-0.012155412728441537f,-0.33456795016898433f,-0.009206294684484634f,-0.055263907072017664f,0.9912788818283893f,0.11963310167421774f,1.6766270973879418f,0.33019595381229333f,0.1312189939850919f,-0.9347471357022337f,-0.034501345551630314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.13004636157457963f,-0.024189905698934436f,-0.9912127886097365f,-0.00013508004738422018f,-0.20170713416780112f,0.9781516354496288f,-0.050334978822178016f,1.309820234094331f,0.9707740086482675f,0.2064805717967022f,0.1223257847041274f,-0.11193155997539364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.1266424615912581f,-0.27725430159250497f,-0.9524136386941121f,0.16205138314958997f,-0.16852297046146061f,0.9401729236105798f,-0.2960994463628406f,0.6884167783953385f,0.9775283603808907f,0.1980023382639389f,0.07234209488990706f,-0.35166660980227765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.12741316388118826f,-0.4407033516690959f,-0.8885642585077403f,-0.0062218571893874475f,-0.16690984467678516f,0.8735629815675819f,-0.45719669835282944f,1.0224209796395143f,0.977704960312546f,0.206563000226037f,0.0377456953553823f,-0.2727176237252176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.10176820409957259f,0.10514919036925412f,-0.9892355030017057f,0.31215257689388615f,0.13525724593355157f,0.9837016809157689f,0.11847565313583087f,1.1023331642703904f,0.9855702461300353f,-0.14585832416485972f,0.0858873635350406f,-0.05538238586428057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.10176820409957259f,-0.9767145747999089f,-0.18886998704871216f,-0.013243748941893611f,0.13525724593355157f,0.2016777347672421f,-0.97006781655801f,1.0505206696234928f,0.9855702461300353f,0.07317602525818798f,0.15263210432472768f,-0.01467192895941663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.04583695041654261f,-0.6874883532696572f,-0.7247473615647635f,-0.0013158531342897213f,-0.015928269002601622f,0.7249146915134965f,-0.6886544708883208f,1.1988951086614612f,0.99882193819674f,0.04310979177016768f,0.022277379344092685f,-0.12528463958895414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.20015777552907307f,-0.6013453351982276f,-0.7735118956619764f,-0.001842272586084188f,-0.21972097011078356f,0.7418293775975731f,-0.6335707299321628f,1.1605629357554712f,0.9548086510860851f,0.2967708920506335f,0.016354737620698112f,-0.12984202675258935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.12404506149846733f,-0.5949357723230808f,-0.794143720952436f,-0.0013158531342897213f,-0.11882825636005422f,0.785659148330709f,-0.607140468207065f,1.1988951086614612f,0.9851358628170385f,0.16967949037701707f,0.026761956900142367f,-0.12528463958895414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.1292883095734078f,-0.015037533447754298f,-0.9914930184300131f,0.006251353633429469f,-0.03362871125075492f,0.999243359268371f,-0.01954018264179474f,1.223176898654838f,0.9910366505771944f,0.035868949606435684f,0.12868479190202303f,-0.12330857901617795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.117893645610234f,0.006116587672470419f,-0.9930073895394603f,0.006251353633429469f,-0.2031578273129277f,0.9789788900732249f,-0.018089499509037564f,1.223176898654838f,0.9720226260361531f,0.2038698608089038f,0.11665802298830114f,-0.12330857901617795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.12404506149846733f,0.06664629721963626f,-0.9900359053007892f,0.006251353633429469f,-0.11882825636005422f,0.9915595486604203f,0.051860456522991594f,1.223176898654838f,0.9851358628170385f,0.11121120684200748f,0.13091752848443766f,-0.12330857901617795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.10895349907227292f,-0.341586327815396f,-0.933513746920473f,0.03326236150010672f,0.062065905459177756f,0.939609721456101f,-0.3365730154434855f,1.2231968849862056f,0.9921073321064816f,-0.021268568235334982f,0.12357463164330398f,0.06996607476049788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.13225648642171545f,-0.2709125254543847f,-0.9534750260763571f,-0.026231720378389063f,-0.24448806341239274f,0.9232888750074147f,-0.2962486120413063f,1.2606296142279214f,0.9605903438241717f,0.27229406317338234f,0.055876063858236f,-0.31137420650156666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.12404506149846733f,-0.15808832302822112f,-0.9796024218222238f,0.017080905911744295f,-0.11882825636005422f,0.9777561531987622f,-0.17283735236455114f,1.087185013859921f,0.9851358628170385f,0.1378440677145142f,0.10250046237771678f,-0.1330234863239398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.12404506149846733f,-0.07210877255960843f,-0.9896530440703893f,1.3720159904439263e-17f,-0.11882825636005422f,0.9890992636630586f,-0.08696259029964948f,1.3091152263374486f,0.9851358628170385f,0.12838602549009032f,0.11412431927765086f,-0.11203360768175585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6868418678166147f,0.032909402898656105f,0.7260614435535313f,0.7314098184763371f,0.061710443184913845f,0.99272644110736f,-0.10337327666392564f,1.7482275302026877f,-0.7241823456948571f,0.11580666788734108f,0.6798152292032928f,-0.4083548438152307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6807337967693309f,0.032909402898656105f,0.7317912742967525f,0.7955154904080507f,0.06257448246161072f,0.99272644110736f,-0.10285255111554874f,1.7540534372262422f,-0.7298533634098514f,0.11580666788734108f,0.6737231505538148f,-0.47651336590554905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.683793833938278f,0.032909402898656105f,0.7289327567539029f,0.6541227409291085f,0.06214300825124833f,0.99272644110736f,-0.10311381891773903f,1.7666075565521258f,-0.727024235630062f,0.11580666788734108f,0.676775129920829f,-0.5439503743485142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.12653040103380198f,-0.8021366336992272f,-0.5835810813348025f,-0.9794583174867182f,0.0780393355676797f,0.578436619471497f,-0.8119857999734613f,2.4642115650075214f,0.98888822407711f,-0.1482831687416306f,-0.010591607505982342f,-0.3744184123185028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12923204229715574f,-0.8021366336992272f,-0.5829887650044195f,-0.9795879648236465f,0.41059644988268473f,0.578436619471497f,-0.7048557530432186f,2.4407627344130027f,0.9026126714086404f,-0.1482831687416306f,0.4041069997915143f,-0.46518844060602516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0013829049272359728f,-0.8021366336992272f,-0.5971389356352794f,-0.8899523008098904f,0.25012085967486325f,0.578436619471497f,-0.7764345644095799f,2.568952334371699f,0.9682136350669049f,-0.1482831687416306f,0.2014310272487123f,-0.4500180805495708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000019382040859135524f,2.3195686748991966e-7f,-0.000015502586427205375f,0.6854752263304557f,-0.0000018566915056258472f,0.00001551429410746544f,0f,1.4732030760606851f,0.000015392747856516228f,0.0000018421453142158574f,0.000001952034596780427f,-0.17122751761271995f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153.mcfunction new file mode 100644 index 000000000..caef0bbc2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153_as_bone.mcfunction new file mode 100644 index 000000000..5f2fd41e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_153_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5623282014365338f,0.0666496913184168f,-0.5884634712203954f,-0.3238068135556323f,-0.24237279527787906f,0.7663081848204394f,-0.14481587768899867f,1.4285333073461854f,0.5403580909200719f,0.2743611287496963f,0.5474336024148062f,-0.11411226531581815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5339062026131296f,-0.15048235159262682f,-0.5764540126240609f,-0.3238068135556323f,0.06791527995601626f,0.7843871027856395f,-0.141860451613713f,1.4285333073461854f,0.5918882340102088f,0.04573767421616136f,0.5362614880798102f,-0.11411226531581815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4847065933976273f,0.05296290753518051f,-0.6551327294424633f,-0.31765702269626567f,-0.019538363561262553f,0.8124901886724004f,0.0801398159773249f,1.4077826569630119f,0.656979615445304f,0.06323818609789102f,-0.48096066487066624f,-0.019249807963864815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45852590513332514f,-0.13377094197291714f,-0.6417626737395559f,-0.31765702269626567f,-0.3222637992069829f,0.7279993936165651f,0.07850430952880808f,1.4077826569630119f,0.570876552366925f,0.3035164212651301f,-0.47114514109779554f,-0.019249807963864815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.20008140214998796f,0.3444499192190963f,1.510869926785113f,0.09980854601709106f,1.4911211695775342f,0.45747477604869813f,0.09317047234462279f,1.5048974047270218f,-0.42181908462209405f,1.453780359073939f,-0.3872952070700424f,0.7613682559186055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.1698046366050669f,-0.9851917352538998f,0.023740896672840524f,0.06957720815174828f,0.1858959994221448f,0.008363619177470277f,-0.9825338300909012f,1.4629772828230505f,0.9677856491942123f,0.1712521376849456f,0.18456338356259433f,0.5644745802974696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.16997247088963888f,-0.9851917352538998f,-0.022507863672063075f,0.009428909220427027f,-0.08347673315738717f,0.008363619177470277f,-0.996474628325089f,1.4827929373802156f,0.9819068154163312f,0.1712521376849456f,-0.08081900257547849f,0.23215977866410525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9526339404056545f,-0.08080629528717315f,-0.2931875137674835f,0.21693517444740296f,0.21540428328641997f,0.5012655864346859f,-0.8380535821760767f,1.4008430669885157f,0.2146848162517784f,-0.8615121325310819f,-0.4601165886736616f,-0.5096915746369578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6895851690145185f,-0.07275869446826862f,-0.7205403993215724f,-0.0026711514769524915f,0.6025680793284802f,0.49426285844918044f,-0.6265907249010567f,1.597651981822266f,0.4017262805065212f,-0.8662623154316009f,-0.2969942700010848f,-0.3540376707508618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07050650075307706f,-0.5591518013950134f,-0.8260617993517602f,0.2625374341048311f,-0.26354611153554913f,0.7882550741874994f,-0.5560551996988712f,1.3013163282265792f,0.9620666715181687f,0.25691088146353636f,-0.09178517603393571f,0.024902942701062906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.06400173631378345f,-0.29141195606781606f,-0.9544542155648693f,0.20193235349483518f,-0.24139686741369493f,0.9234916128990475f,-0.29814559079075903f,1.4726075957027083f,0.9683136527756261f,0.24948409321206236f,-0.011240866624912672f,0.0716109547619189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.06538710285716767f,-0.5252350727033294f,-0.8484413033217293f,0.19763450296656954f,-0.26203498431478467f,0.8113836340587223f,-0.5224885313351981f,1.3579082330874692f,0.9628406897172017f,0.25648531494802984f,-0.0845759389005715f,-0.2785647290734075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.0641701804249311f,-0.04919462572864784f,-0.9967256777788209f,0.18218097515633044f,-0.23773339578251113f,0.9692757616839377f,-0.06314531132030601f,1.5392527802074556f,0.9692084504759271f,0.24100702606239657f,0.05050339508004966f,-0.23306026546745787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9577743374163437f,-0.020590944879256185f,-0.2867827253787493f,0.26239234990034577f,-0.06002676834798245f,0.9897729915476728f,0.12940715700635638f,2.197453412606394f,0.2811851803854204f,0.141157494281209f,-0.949215179050498f,-0.01950479708789072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9577743374163437f,-0.020590944879256185f,-0.2867827253787493f,0.2739968751591079f,-0.06002676834798245f,0.9897729915476728f,0.12940715700635638f,2.0881147134453304f,0.2811851803854204f,0.141157494281209f,-0.949215179050498f,-0.13668285117347928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9577743374163437f,-0.020590944879256185f,-0.2867827253787493f,-0.3003000733317561f,-0.06002676834798245f,0.9897729915476728f,0.12940715700635638f,2.1621876862019542f,0.2811851803854204f,0.141157494281209f,-0.949215179050498f,0.14569149638854378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9577743374163437f,-0.020590944879256185f,-0.2867827253787493f,-0.3605286233792197f,-0.06002676834798245f,0.9897729915476728f,0.12940715700635638f,2.048346979414792f,0.2811851803854204f,0.141157494281209f,-0.949215179050498f,0.04960233083186172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9379031199360045f,0.29152763443184754f,-0.1880142972672007f,0.17424949163376224f,0.07497030996674656f,0.6995231778159232f,0.7106664311206784f,2.2503954801474464f,0.33869926223391483f,0.6524407728375679f,-0.6779408880583311f,0.055100114790651286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9719609457053848f,0.14121807266286507f,-0.1880142972672007f,0.06371726704154385f,-0.03538223305991722f,0.7026388270383949f,0.7106664311206784f,2.253400737607755f,0.23246508900733306f,0.6973923821576301f,-0.6779408880583311f,0.0889044988153994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.898612271019411f,0.4372790358725382f,-0.03581942433540637f,0.02860589835801744f,0.057830538507618365f,0.19897873996864493f,0.9782960134112829f,2.3018413625048972f,0.43491564146309497f,0.8770373457423998f,-0.20409281953040603f,0.044613871826729545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9897577093443041f,0.13819061340697564f,-0.03581942433540637f,0.05913363359350014f,-0.006487701681096622f,0.20711064644408758f,0.9782960134112829f,2.303680049819068f,0.1426099103162652f,0.9685084070340927f,-0.20409281953040603f,0.04806962577528677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9559543748516186f,0.29132147542248044f,-0.03581942433540637f,0.13618160298922777f,0.02599141587293862f,0.20557567084777006f,0.9782960134112829f,2.3554776800307997f,0.29236224021403784f,0.934275356366183f,-0.20409281953040603f,0.12971679625714538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9559543748516186f,0.22539267340615016f,-0.1880142972672007f,0.08546825147284405f,0.02599141587293862f,0.7030488389714599f,0.7106664311206784f,2.1972916912622216f,0.29236224021403784f,0.674477926099669f,-0.6779408880583311f,-0.022040737115279912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9427709896240875f,-0.17074163263922162f,-0.2864090710974631f,-0.21449739300302612f,-0.21369069954917463f,0.9687566911150544f,0.12588390820909204f,2.2768090798862004f,0.25596708001108853f,0.1798826514800797f,-0.94980160330834f,0.11193530700390261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.957873790265063f,-0.021157644394644237f,-0.2864090710974631f,-0.10437790268936831f,-0.05951287770961071f,0.9902582789559125f,0.12588390820909204f,2.2936432831209066f,0.28095554685743945f,0.13762592431276885f,-0.94980160330834f,0.08096034809331096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9241844099349749f,-0.2530044439270085f,-0.28613271009503194f,-0.0828077306630007f,-0.2973615799897982f,0.9467699870477125f,0.12329915803299277f,2.2907357715896017f,0.23970662731579467f,0.19903603437282225f,-0.9502238630144095f,0.0744084050838137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9571342781528783f,0.04496716355787696f,-0.28613271009503194f,-0.11090999320142225f,0.009760347416771897f,0.9923215473054382f,0.12329915803299277f,2.2989113563613963f,0.2894800670220186f,0.11522109596293623f,-0.9502238630144095f,0.08393144445477198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9523847810910944f,-0.10531524561876339f,-0.28613271009503194f,-0.17750163321554413f,-0.14559310905691686f,0.9816312771216571f,0.12329915803299277f,2.403078209765164f,0.2678915365240358f,0.15908719249758527f,-0.9502238630144095f,0.08461310671537806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9523847810910944f,-0.10456133481912125f,-0.2864090710974631f,-0.15397533288124188f,-0.14559310905691686f,0.981303158177505f,0.12588390820909204f,2.182284999175226f,0.2678915365240358f,0.16158910548579078f,-0.94980160330834f,0.048255557981075184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9577743374163437f,-0.020590944879256185f,-0.2867827253787493f,-0.014738721285494196f,-0.06002676834798245f,0.9897729915476728f,0.12940715700635638f,1.6784857133940925f,0.2811851803854204f,0.141157494281209f,-0.949215179050498f,-0.029572831040893935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.06320441068321524f,-0.03919608328644404f,-0.9972305999743437f,-0.00004019005307768022f,-0.21326459041519127f,0.9756169418252136f,-0.05186325576608557f,1.3126293602096373f,0.9749479047340057f,0.2159519619698322f,0.0533041572126601f,-0.11055481677958101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06039945308844131f,-0.28272722131148675f,-0.9572968319158395f,0.1761269167802596f,-0.1813354430684994f,0.939981380861938f,-0.2890544251867373f,0.6926774918862129f,0.9815647523998445f,0.19105057435760223f,0.0055058953733347835f,-0.3446587997933447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.060618581882242895f,-0.44818363087341273f,-0.8918838604592587f,0.004981526550414922f,-0.18087676930170532f,0.8738019667747134f,-0.4513908696325394f,1.0264790783572986f,0.9816358702989431f,0.18868374566392057f,-0.02809737113449306f,-0.2725836591624876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.03333939277092492f,0.11928241482054755f,-0.9923004536954748f,0.3070728356173761f,0.14042239726978314f,0.9824448457339027f,0.12281561560280486f,1.1029756767773709f,0.9895302093593067f,-0.1434358065667968f,0.016004191946463277f,-0.033686932713767576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.03333939277092492f,-0.9799554022042642f,-0.19640747078546913f,-0.01991249777145295f,0.14042239726978314f,0.1991602520339476f,-0.9698539809449575f,1.052910089449424f,0.9895302093593067f,0.004754334911778554f,0.14424756866191343f,-0.015565381614178309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.022892404208566364f,-0.6853185723340957f,-0.7278835018349492f,-0.0005703164927070804f,-0.01959750420825733f,0.7282420237027305f,-0.6850397745694472f,1.202256739296971f,0.9995458346961178f,-0.0014175074280574247f,-0.030101744373581627f,-0.12428447254128638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.13409173591666215f,-0.6171865636859734f,-0.7753064890508502f,-0.000910590333738223f,-0.22471667811675758f,0.743053058040397f,-0.6303765283645831f,1.1644608557735965f,0.9651537809774283f,0.25875258171139925f,-0.03905483993898744f,-0.12896520443596415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.05607766724765552f,-0.6024466913799382f,-0.7961867113192902f,-0.0005703164927070804f,-0.12320729998872615f,0.787171032444334f,-0.604302678225084f,1.202256739296971f,0.9907952646564018f,0.1319838994949264f,-0.03008311500765677f,-0.12428447254128638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.06109298331933375f,-0.015166458922050922f,-0.9980168465075674f,0.006915169729115157f,-0.03684813354123581f,0.9991686921889028f,-0.01743959873520401f,1.226092223464915f,0.9974516842652935f,0.037840495151139616f,0.06048334054138976f,-0.12174415252512742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.05064023399708286f,-0.0054691505866183016f,-0.998701985124983f,0.006915169729115157f,-0.20863903987867516f,0.9778628990664763f,-0.01593429219673878f,1.226092223464915f,0.9766807655212758f,0.20917513958682413f,0.04837812769844825f,-0.12174415252512742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.05607766724765552f,0.06029593269446415f,-0.9966040817378614f,0.006915169729115157f,-0.12320729998872615f,0.9909634878541876f,0.05302194799657338f,1.226092223464915f,0.9907952646564018f,0.11981555091209133f,0.06299981979405014f,-0.12174415252512742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.04072721502143373f,-0.3358173066188465f,-0.9410462425045125f,0.020802834529030804f,0.05876843752467931f,0.9410022574833818f,-0.33325819144034097f,1.2258780378679308f,0.9974405068511635f,-0.04173113929001575f,0.05805985967991598f,0.07299317597059753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.06588543208726497f,-0.28567339898680955f,-0.9560595268862696f,-0.012213739289917354f,-0.2505093470819373f,0.922719286121812f,-0.29297471911998707f,1.2651427097284769f,0.9658696479666683f,0.2588046138116107f,-0.010770097797475175f,-0.31135546490315924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.05607766724765552f,-0.16565062887311466f,-0.984588830116411f,0.01813607890406556f,-0.12320729998872615f,0.9774552490151074f,-0.17146777365529176f,1.090557208204613f,0.9907952646564018f,0.13092404411243935f,0.034404043478852474f,-0.13131358879565463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.05607766724765552f,-0.07920770742911659f,-0.995279575958376f,1.354240552935726e-17f,-0.12320729998872615f,0.9886801378610112f,-0.08562444877848828f,1.3124279835390946f,0.9907952646564018f,0.12742732863461978f,0.045683908014697544f,-0.11058213305898493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9799762785533662f,0.012926562688605751f,0.1986942310429586f,0.6591879852432875f,0.011719500532654638f,0.9924158849842525f,-0.12236570000693935f,1.739644429793252f,-0.19876907903383823f,0.12224408046192141f,0.9723925328857989f,-0.3588890824613261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.979497768308001f,0.012926562688605751f,0.20103986136262433f,0.7510383969997407f,0.012012427482309988f,0.9924158849842525f,-0.1223372911948986f,1.7407568647160012f,-0.2010965525950854f,0.12224408046192141f,0.9719138651785927f,-0.37763279737360095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9797377254021685f,0.012926562688605751f,0.1998671894054712f,0.6751331127106934f,0.011865972509323293f,0.9924158849842525f,-0.12235158326450521f,1.7585533847443025f,-0.1999329590642648f,0.12224408046192141f,0.9721538955699486f,-0.5140840242529559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21339742429275693f,-0.7584044456637132f,-0.6158605654713841f,-0.9597867550348778f,0.03577098232542705f,0.6238929621094567f,-0.7806907253540047f,2.459686138537294f,0.9763103892352529f,-0.18862732736219312f,-0.10600827912717473f,-0.42871653203098664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06357238853330277f,-0.7584044456637132f,-0.6486765358895655f,-0.9525972196013928f,0.3588278992095917f,0.6238929621094567f,-0.6942622779462522f,2.4407508342576785f,0.9312363234780965f,-0.18862732736219312f,0.3117990397791406f,-0.5202524666801125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.07668837795717268f,-0.7584044456637132f,-0.6472569732987152f,-0.8591034413233279f,0.20197657898256569f,0.6238929621094567f,-0.7549589613831916f,2.563462330604965f,0.9763833029240091f,-0.18862732736219312f,0.10533459613725585f,-0.49028468877613796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.762135507446176e-7f,1.0878474156629607e-7f,-0.00001560003335552504f,0.687962790173236f,-0.000001925114062323846f,0.00001550595243276088f,0f,1.4763955401641504f,0.00001548117601025628f,0.000001922037989468308f,8.829407151706938e-7f,-0.12184565932588914f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154.mcfunction new file mode 100644 index 000000000..180ddccf8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154_as_bone.mcfunction new file mode 100644 index 000000000..0cb163a39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_154_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5385778307376049f,0.05470565746218105f,-0.6114619004680919f,-0.3235409350201594f,-0.248420730652521f,0.7632656655622106f,-0.15052278498748192f,1.4296344223977262f,0.5613960324623676f,0.285266996443596f,0.5200016153051892f,-0.12553803593817436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5079340244083765f,-0.15238861285276267f,-0.5989830861728248f,-0.3235409350201594f,0.06130118811664462f,0.7839007583591329f,-0.14745089141630882f,1.4296344223977262f,0.6150164153775072f,0.0477211872943995f,0.509389337441818f,-0.12553803593817436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5102083683820153f,0.04970335582069751f,-0.6357369280587429f,-0.3213023215169862f,-0.026789413562087715f,0.8117926393519138f,0.08496753768056073f,1.4079177914187222f,0.6371139557397918f,0.07393734887497125f,-0.5055329072250191f,-0.03096449028376627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48038372539067825f,-0.14628085860632195f,-0.6227627050371359f,-0.3213023215169862f,-0.32856468683157447f,0.7246498671747548f,0.0832335062993248f,1.4079177914187222f,0.5488868034003395f,0.30575231873038605f,-0.49521590911838603f,-0.03096449028376627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12593003389117563f,0.15031844117423565f,1.5501458779118549f,0.03328638552489649f,1.5484186154420254f,0.17902238662269798f,0.10842982265278364f,1.4486428892882561f,-0.16717556016585713f,1.5449147553605864f,-0.16339210737477708f,0.7662524257843861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.06698722773178863f,-0.9970785747480839f,0.03670186778815416f,0.022402006357306988f,0.06062429473426373f,-0.03264908614519617f,-0.997626549397046f,1.436086222096969f,0.9959103404467605f,0.06905326170582544f,0.05826011361990435f,0.5687788416924834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0733765206681731f,-0.9970785747480839f,0.02121796392123491f,-0.004662424036375355f,-0.15828898786633872f,-0.03264908614519617f,-0.9868528935429707f,1.4784239683515534f,0.9846626237117377f,0.06905326170582544f,-0.16022223476441572f,0.23420992506311694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9591488950072514f,-0.0400381022607337f,-0.28005418685270034f,0.2320161239358507f,0.2218752472515909f,0.5076949678072323f,-0.832476542804816f,1.4063304417470661f,0.1755128823289436f,-0.8606060481024826f,-0.47807160353446415f,-0.4999939679436466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7028942931517116f,-0.037339463813207574f,-0.7103135765962084f,0.007111599970527845f,0.5999189246431043f,0.5053951757999878f,-0.6202201223220356f,1.6017254410963964f,0.38214774173062566f,-0.8620797415090101f,-0.3328387338786478f,-0.3503274137165692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021731315498283724f,-0.5772453565709319f,-0.8162815373656394f,0.25741815938906143f,-0.22143606820620806f,0.7934165136411377f,-0.5669711664440424f,1.2998903713258392f,0.9749327246657021f,0.19307520347999146f,-0.11058095756987386f,0.041327975206398415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.022656163581841523f,-0.30536907361057747f,-0.9519645093878083f,0.19421167990340435f,-0.22257189845493328f,0.9267709054538157f,-0.30258459779453695f,1.4717687623622138f,0.9746529886425834f,0.2187359542611424f,-0.046969501206077444f,0.08204740724782462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02306405746122671f,-0.5413220638445052f,-0.8404989425624227f,0.2023481000539574f,-0.22374278724487773f,0.8166023495518852f,-0.5320712056315717f,1.3595350492286746f,0.9743752944370657f,0.2003272969454396f,-0.10228274384868183f,-0.26463537975405715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02306405746122671f,-0.04854918763715203f,-0.9985544680352684f,0.187004161946771f,-0.22374278724487773f,0.9732339823177785f,-0.05248600592321249f,1.541688383376238f,0.9743752944370657f,0.22462990015056036f,0.011584193930984789f,-0.22244487226375842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9667447798553481f,-0.026311460929701606f,-0.25438600127793914f,0.2579376270854647f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.1977092902249056f,0.2477387603124268f,0.15056264834018315f,-0.957056108889992f,-0.0009085969050658844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9667447798553481f,-0.026311460929701606f,-0.25438600127793914f,0.2736308013264461f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.089593348556643f,0.2477387603124268f,0.15056264834018315f,-0.957056108889992f,-0.11874314166774153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9667447798553481f,-0.026311460929701606f,-0.25438600127793914f,-0.31002493107955237f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.160413277723976f,0.2477387603124268f,0.15056264834018315f,-0.957056108889992f,0.14463792477848486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9667447798553481f,-0.026311460929701606f,-0.25438600127793914f,-0.36683761532772197f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.0475361429704884f,0.2477387603124268f,0.15056264834018315f,-0.957056108889992f,0.045383787039241216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9489583870633281f,0.26825391090709855f,-0.16588495683820564f,0.1672420617455074f,0.07157227602873283f,0.6953798661619189f,0.7150694029537962f,2.2501483941594853f,0.30717322299678695f,0.6666983433455328f,-0.6790860991465576f,0.07099299685996227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9792392916601188f,0.116501462496296f,-0.16588495683820564f,0.05562240204633451f,-0.03809027481935087f,0.6980149568050014f,0.7150694029537962f,2.2527951292871746f,0.19909681221249012f,0.7065426592306626f,-0.6790860991465576f,0.10104606636716404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9129458162306068f,0.4069006194857523f,-0.03101326311665309f,0.02200307806770556f,0.05428537945230598f,0.1964167816631961f,0.9790166216458183f,2.301153673469079f,0.40445399516477876f,0.8921055619954308f,-0.20140663358505778f,0.056083175501818405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9940022739933077f,0.10486971348769428f,-0.03101326311665309f,0.05239224119356775f,-0.009067659646690495f,0.2035785649073602f,0.9790166216458183f,2.3030410064006155f,0.10898282821007008f,0.9734259659076641f,-0.20140663358505778f,0.0605778794870961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9653592190198736f,0.25907480727426435f,-0.03101326311665309f,0.12651897093807013f,0.022890682185419578f,0.20249066944008703f,0.9790166216458183f,2.3546739253787003f,0.2599184389812045f,0.9443928065299461f,-0.20140663358505778f,0.1449870860136238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9653592190198736f,0.20140446705107273f,-0.16588495683820564f,0.08120296585157884f,0.022890682185419578f,0.6986785853512241f,0.7150694029537962f,2.1974712436746753f,0.2599184389812045f,0.6865016205541584f,-0.6790860991465576f,-0.009475778611061574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9507265280793755f,-0.17721972565139793f,-0.25438600127793914f,-0.22316327460812277f,-0.21729740093161948f,0.9661524065892477f,0.13903728561133544f,2.275226687471477f,0.22113549772594043f,0.18746385273392924f,-0.957056108889992f,0.11537313627663354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9667447798553481f,-0.026311460929701616f,-0.25438600127793914f,-0.11207391623422397f,-0.063482574469667f,0.9882502698955035f,0.13903728561133544f,2.2924979047991174f,0.24773876031242684f,0.15056264834018318f,-0.957056108889992f,0.08835462164135237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9316630097891633f,-0.2594066277958566f,-0.25438600127793914f,-0.09036658123833795f,-0.30067624932091896f,0.9435371886174581f,0.13903728561133544f,2.289646952349593f,0.2039554590710979f,0.2060237247295695f,-0.957056108889992f,0.08217062596647254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9662252328935556f,0.04118933931996349f,-0.25438600127793914f,-0.11876917577417766f,0.00560891989570847f,0.9902712624465256f,0.13903728561133544f,2.297682805536161f,0.2576380005694003f,0.13291450296694277f,-0.957056108889992f,0.09088746668984277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9607728291796653f,-0.11046869721293101f,-0.25438600127793914f,-0.18533868598516762f,-0.14937269040121293f,0.9789568083281996f,0.13903728561133544f,2.401865881931103f,0.23367364008891822f,0.17158156766955604f,-0.957056108889992f,0.09106476419269519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9607728291796653f,-0.11046869721293101f,-0.25438600127793914f,-0.16048322911225818f,-0.14937269040121293f,0.9789568083281996f,0.13903728561133544f,2.1816006000572585f,0.23367364008891822f,0.17158156766955604f,-0.957056108889992f,0.052458911467045136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9667447798553481f,-0.026311460929701606f,-0.25438600127793914f,-0.018205945363931997f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,1.6787127433691669f,0.2477387603124268f,0.15056264834018315f,-0.957056108889992f,-0.025763787443539868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.02306405746122671f,-0.04854918763715203f,-0.9985544680352684f,1.3471114790620885e-17f,-0.22374278724487773f,0.9732339823177785f,-0.05248600592321249f,1.31375f,0.9743752944370657f,0.22462990015056036f,0.011584193930984789f,-0.11f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.020318963214859105f,-0.2875485820665707f,-0.9575504961543164f,0.18495176677782338f,-0.1912577860376657f,0.9389427475772515f,-0.2860191882585019f,0.6951593348862539f,0.981329505830658f,0.18895060127871124f,-0.03591756203544141f,-0.34147348385021015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.020318963214859105f,-0.4535049571610068f,-0.8910221061030228f,0.011769561261963914f,-0.1912577860376657f,0.8729843108135471f,-0.4486856943934885f,1.0285302185781773f,0.981329505830658f,0.179531743443297f,-0.06899821796515099f,-0.2729147993228011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.008201105422788969f,0.12701456989957402f,-0.9918669471774278f,0.3034506279135731f,0.14319950611263038f,0.9818261074676712f,0.12454475558601356f,1.1029725190733894f,0.9896598624370612f,-0.14101345229483367f,-0.0262404830929161f,-0.02149224396245488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.008201105422788969f,-0.9794813524462572f,-0.20136787747775253f,-0.023832218176563516f,0.14319950611263038f,0.19814873577284067f,-0.9696550829860708f,1.0536181700062963f,0.9896598624370612f,-0.03678802416107481f,0.1386362072453698f,-0.01706300776379957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.06434544794666623f,-0.6832821860150408f,-0.7273136308382031f,-0.00006590231138272045f,-0.02370284521013953f,0.7296648225094883f,-0.6833940458631032f,1.2036358546781203f,0.9976461489212931f,-0.026733893594163404f,-0.063146341745258f,-0.12416516526261803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09394029384787717f,-0.6261789337418776f,-0.7739994600318916f,-0.0002617293512962261f,-0.22928204985405976f,0.7429323250995191f,-0.6288730411910999f,1.1660673029125188f,0.9688162688593203f,0.23654070106454758f,-0.0737803085748317f,-0.12899540283501224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.014925109329934084f,-0.6063370849265737f,-0.7950676578469498f,-0.00006590231138272045f,-0.12758394587554114f,0.7875017310599937f,-0.6029621549752028f,1.2036358546781203f,0.991715472232997f,0.11043714511095608f,-0.06560532839202261f,-0.12416516526261803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.019732959095751068f,-0.015818851194210712f,-0.9996801359796147f,0.007336190475556395f,-0.04078064470315508f,0.9990299941362313f,-0.016613543684495746f,1.2272848356959623f,0.9989732475611749f,0.04109543482014803f,0.019068715059555496f,-0.12123412974742973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.01000367047008889f,-0.013223634132845344f,-0.9998625215885665f,0.007336190475556395f,-0.21341625618252158f,0.9768453638080337f,-0.0150544612585925f,1.2272848356959623f,0.9769101433469519f,0.21353751592418319f,0.006949900630010407f,-0.12123412974742973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.014925109329934084f,0.0558155338876026f,-0.9983295384232259f,0.007336190475556395f,-0.12758394587554114f,0.9903857510525611f,0.05346401469101755f,1.2272848356959623f,0.991715472232997f,0.1265728655316622f,0.02190278166779868f,-0.12123412974742973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.000618699050532235f,-0.33240983685512293f,-0.9431348353090534f,0.013218515042073678f,0.05480637873500285f,0.9417062126427177f,-0.3319422689566123f,1.2264598813060472f,0.9984968092394889f,-0.05189517734875747f,0.017635546674280016f,0.07393974839190712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.025741023044038427f,-0.2949059105490441f,-0.9551795138380457f,-0.0037680097908824673f,-0.25547494646109614f,0.9218266030679588f,-0.2914931656263795f,1.2674772276773683f,0.9664729439893008f,0.25152776745207894f,-0.05161231187639784f,-0.31126480881861507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.014925109329934084f,-0.17036226126141216f,-0.9852684614100807f,0.018850088809578756f,-0.12758394587554114f,0.9769992081838417f,-0.1708651045795292f,1.091958277289322f,0.991715472232997f,0.12825461841994154f,-0.007153669522607939f,-0.13093937562108066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.014925109329934084f,-0.08384217686350158f,-0.996367266870143f,1.3471114790620885e-17f,-0.12758394587554114f,0.9881733063318617f,-0.08506381961788197f,1.31375f,0.991715472232997f,0.12839005425633987f,0.0040516788788849505f,-0.11f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9184861683723249f,0.0034692273487199918f,-0.39543788762627197f,0.5863407667771972f,-0.053305996913414935f,0.991921223179954f,-0.11511193551604834f,1.7415885482600633f,0.39184388371109247f,0.1268079314033108f,0.9112508542280884f,-0.3728060308153369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9184861683723249f,0.0034692273487199918f,-0.39543788762627197f,0.6724488450621026f,-0.053305996913414935f,0.991921223179954f,-0.11511193551604834f,1.7365911110494305f,0.39184388371109247f,0.1268079314033108f,0.9112508542280884f,-0.336070666717422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9184861683723249f,0.0034692273487199918f,-0.39543788762627197f,0.6887104890635907f,-0.053305996913414935f,0.991921223179954f,-0.11511193551604834f,1.756356619982154f,0.39184388371109247f,0.1268079314033108f,0.9112508542280884f,-0.49112597690059273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26127652594722117f,-0.7369974783362911f,-0.623353265744954f,-0.9461564435376033f,0.01650283271602171f,0.6422802646362644f,-0.7662921885097858f,2.4588135820498254f,0.9651229110850587f,-0.21050125554190482f,-0.15565021013151142f,-0.46035144899921254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.023106944682365738f,-0.7369974783362911f,-0.6755003967677548f,-0.9347277770544128f,0.3352012329640685f,0.6422802646362644f,-0.689286729219516f,2.4419369160789093f,0.9418631548833484f,-0.21050125554190482f,0.26188359797525945f,-0.5518589690624408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12190577582069864f,-0.7369974783362911f,-0.6648110248390152f,-0.8407204565701557f,0.18001777035643635f,0.6422802646362644f,-0.7450299752457397f,2.5621297453512284f,0.9760802140077683f,-0.21050125554190482f,0.05437496885360761f,-0.5142614543588678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.3320483328022008e-7f,2.9998346038004654e-8f,-0.000015623230799196746f,0.6878488147565862f,-0.0000019934991543053306f,0.000015497308996138132f,0f,1.4775940725481445f,0.00001549555425364058f,0.0000019932734326858047f,2.3512633844440123e-7f,-0.09199568825814576f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155.mcfunction new file mode 100644 index 000000000..9c280009b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155_as_bone.mcfunction new file mode 100644 index 000000000..87ad28a2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_155_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.529218098107118f,0.05031073913537853f,-0.6199528035326412f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.567710750311431f,0.29349273114364033f,0.5084397360465873f,-0.1283118440392713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983193f,-0.152857406792489f,-0.6073007055013628f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433727f,0.052798460791550955f,0.49806341490277944f,-0.1283118440392713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926757f,0.048331357229931475f,-0.6295175375202636f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148054f,0.08221499943553663f,-0.5124927559274071f,-0.03419005353493676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4869142006916136f,-0.15044060366769046f,-0.6166702408361766f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589425f,0.3107662035436314f,-0.5020337200921539f,-0.03419005353493676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473726f,-0.000052086426031025015f,1.560332612578077f,-0.005157079867934676f,1.5574375074151383f,-0.09514142136579978f,0.0821143741193712f,1.3949471802395355f,0.09500671073268246f,1.5596007044200444f,0.005061391928791317f,0.7606651959155716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.000033335312660158836f,-0.9986128720499693f,0.052652926460631626f,-0.004652714406329856f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344268724f,-0.060804294868919445f,0.5678691244422065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.9986128720499693f,0.05185879881350706f,-0.009516593363525467f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344268724f,-0.2332065059381373f,0.23585430251285766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931069f,-0.024282846992506053f,-0.27255967831383004f,0.23781334303954324f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.16028475417996968f,-0.85728864212744f,-0.4892494063938727f,-0.4948374359600286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989756f,-0.024282846992506053f,-0.7046916664606881f,0.010497220713527619f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.3773810236793544f,-0.85728864212744f,-0.3501995817330636f,-0.34666531124560857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.5802915723519888f,-0.8143578416737477f,0.25522076092688867f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.19494390251947794f,-0.12803375448474816f,0.04525769844556156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.30855178306535436f,-0.9511639187886906f,0.19142252710970542f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370608f,-0.06348719985443846f,0.0869399903434162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.5442174732072282f,-0.8388947163346591f,0.20454042738306197f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.20034311305302f,-0.11940856112192845f,-0.2606478085785295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.05185879881350728f,-0.9986128720499693f,0.18857557215521706f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.2332065059381373f,-0.003239290834426924f,-0.21694183428284392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,0.25626504097294694f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.011008112805089468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,-0.10771623441948001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,-0.31320564277663404f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.1501155339333376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,-0.3689244214155922f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.04914958089535297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533889f,0.26045975587521897f,-0.15942015810293364f,0.1647593629442621f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.2975927860403124f,0.6743696324368627f,-0.6757692894351859f,0.08229943585167597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199409f,0.10829114848857146f,-0.15942015810293364f,0.05282496936176481f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760235f,0.7126207914933659f,-0.6757692894351859f,0.11118559223988782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195564f,0.39714759542099787f,-0.03053934986980225f,0.019663918122344873f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.3950457270155142f,0.8972181490024923f,-0.19732832201011075f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976563f,-0.03053934986980225f,0.050000816603867224f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925727f,0.9753810103500965f,-0.19732832201011075f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680812417945711f,0.24876908448400825f,-0.03053934986980225f,0.12314701568529884f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156194f,0.9479706717122136f,-0.19732832201011075f,0.156589740789896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680812417945711f,0.19340093711230424f,-0.15942015810293364f,0.07963180483503046f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156194f,0.6934859252718077f,-0.6757692894351859f,0.0005554076037394932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362237f,-0.17948853103107998f,-0.24421154578883122f,-0.2260703932261065f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.20882725427005788f,0.19511266206959546f,-0.9582913059055397f,0.12291564429607638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.028201970868042173f,-0.24421154578883122f,-0.11470440375338561f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.0972551114337826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933696424780617f,-0.2618620004035024f,-0.24421154578883122f,-0.09293156410227146f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874011f,0.2125706939361584f,-0.9582913059055397f,0.09127497649895533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689178773347951f,0.039482500990505376f,-0.24421154578883122f,-0.12142778536764554f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043286f,0.14313602615738757f,-0.9582913059055397f,0.09976760679262414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963165314358667f,-0.11257574392292656f,-0.24421154578883122f,-0.18802568807936454f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.22192893286308127f,0.18007032455157498f,-0.9582913059055397f,0.10026587791646004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963165314358667f,-0.11257574392292656f,-0.24421154578883122f,-0.1626961456967061f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.22192893286308127f,0.18007032455157498f,-0.9582913059055397f,0.05975005489235573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,-0.019447049555065217f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,-0.021922560273198513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.05185879881350728f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.2332065059381373f,-0.003239290834426924f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006079677280625875f,-0.2921640371313614f,-0.9563488970722285f,0.19061062291494313f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.1921613868343895f,-0.05247541990501207f,-0.34132606724662423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006079677280625875f,-0.4615524671349017f,-0.887092079553103f,0.014643744819761854f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739797f,-0.08661534545714712f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523202f,0.12517182956312511f,-0.9918441865386194f,0.30225332220198275f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.1426812123116355f,-0.041958084137622836f,-0.016919064161482898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523202f,-0.978965793364661f,-0.2026051645653085f,-0.024884264831218906f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352815f,0.13894938041161528f,-0.017583959633655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07945931129894647f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495887f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101497f,-0.034901309548412134f,-0.07622871994964883f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0794593112989447f,-0.6308733544586036f,-0.7718063413072265f,0.00021882562287639865f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789185f,0.22916253452253085f,-0.08751027731334284f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,-0.6087614290087209f,-0.7933533402912352f,0.0003022787468495887f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.1035533905932732f,-0.07945931129894628f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004561379138761809f,-0.017651075422032515f,-0.9998338028676558f,0.0076261274904201055f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.043811887243133084f,0.0037842686105682673f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004561379138763586f,-0.017651075422032668f,-0.9998338028676558f,0.0076261274904201055f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808732f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,0.05233595624294371f,-0.9986295347545739f,0.0076261274904201055f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999624f,0.006831213084585792f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01588287257927881f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621777f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.053990100862535466f,0.002212404753743657f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961326f,-0.29997784443843983f,-0.953878334500966f,-0.0006389918786099194f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.2497409905887329f,-0.06701855824600342f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,-0.17364817766693047f,-0.9848077530122081f,0.0194738612701799f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694684f,-0.022665635416816307f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,-0.08715574274765829f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.13002950065171934f,-0.011376107230963094f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5480242505536103f,0.001142055991441698f,-0.8364616647003412f,0.5425921135502486f,-0.10918025779586196f,0.9915416021444748f,-0.07017779224510404f,1.7494400420643943f,0.8293063921813112f,0.1297842321889692f,0.5435135333755149f,-0.4340007141832897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5480242505536103f,0.001142055991441698f,-0.8364616647003412f,0.5939693870396496f,-0.10918025779586196f,0.9915416021444748f,-0.07017779224510404f,1.7392043928960323f,0.8293063921813112f,0.1297842321889692f,0.5435135333755149f,-0.35625323991629176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5480242505536103f,0.001142055991441698f,-0.8364616647003412f,0.6937500000000003f,-0.10918025779586196f,0.9915416021444748f,-0.07017779224510404f,1.7548488863169789f,0.8293063921813112f,0.1297842321889692f,0.5435135333755149f,-0.476654007056118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27240571327696306f,-0.7309698269877652f,-0.6256822191876202f,-0.9379934152603145f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962974f,-0.2120870010380159f,-0.1711197684857058f,-0.47060820024790584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698950845f,-0.7309698269877652f,-0.6821842964934578f,-0.9257565847396847f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.2120870010380159f,0.2515359715251906f,-0.5621440677008785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005243f,-0.7309698269877652f,-0.6698104397350121f,-0.8314034340397478f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650423f,-0.2120870010380159f,0.04118433469615023f,-0.5225537841788147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3936319008151617e-20f,-1.8347512045978596e-21f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-1.405657495550539e-20f,-0.08053590934595839f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156.mcfunction new file mode 100644 index 000000000..b72455470 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156_as_bone.mcfunction new file mode 100644 index 000000000..a0063c89a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_156_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5177114581334007f,0.04826999332140857f,-0.629753363076835f,-0.3248996823570701f,-0.2570614714189509f,0.7598879897518279f,-0.15308196297178203f,1.4333233717833371f,0.5769217368705711f,0.29527054580523493f,0.49691152004211636f,-0.12708362882701385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.48663687834171376f,-0.15039079729872917f,-0.6169012536262874f,-0.3248996823570701f,0.05221490163921681f,0.7840830631290954f,-0.14995784127848036f,1.4333233717833371f,0.6328176298781816f,0.050954471854269656f,0.48677046861268547f,-0.12708362882701385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.506182831662136f,0.04623718542401478f,-0.6392069368045153f,-0.32403001905812256f,-0.03480875042017823f,0.8113525847274314f,0.08625415117399403f,1.4113061071402457f,0.6399310402450655f,0.08070656964972403f,-0.5009183144891858f,-0.035290195921747106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4754411389736f,-0.14790876163647693f,-0.6261618972778926f,-0.32403001905812256f,-0.3356574211075368f,0.7212453693969013f,0.08449386237452478f,1.4113061071402457f,0.548898732943449f,0.31293468224965304f,-0.49069549174450855f,-0.035290195921747106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08231984486590048f,0.0001012795499183924f,1.5603299916632083f,-0.005076637071294527f,1.5574167300284274f,-0.09543105014180112f,0.08217234143184998f,1.3999713375697407f,0.09530384131195119f,1.5595830065794145f,0.004926806257670646f,0.760699131575465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0000648189119474684f,-0.9986111946644534f,0.05268470071417609f,-0.004591231627668234f,-0.061075872090755406f,-0.05259029851638374f,-0.9967467072181935f,1.411797245266425f,0.9981331242108251f,-0.0031531560049096433f,-0.06099445843965143f,0.5679052054248215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009212436436971984f,-0.9986111946644534f,0.05187304604251039f,-0.009489460301496002f,-0.23323124166091053f,-0.05259029851638374f,-0.9709981711698882f,1.4771758582531433f,0.9723776627052911f,-0.0031531560049096433f,-0.23339181365035924f,0.23590298789489011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.96282127207279f,-0.024363233732157583f,-0.269038344639286f,0.23866228607005585f,0.21867666313678485f,0.5144401984611996f,-0.829175373010175f,1.415628826806636f,0.15860553282750256f,-0.8571800948746502f,-0.489986295632021f,-0.494410758209893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7116700813116087f,-0.024363233732157583f,-0.7020912534763847f,0.010463456373446216f,0.5932511167775929f,0.5144401984611996f,-0.6191965718972776f,1.6085974052276912f,0.3762695945835477f,-0.8571800948746502f,-0.35165818224892614f,-0.34659414888518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009212436436971984f,-0.580302687084476f,-0.8143487719505887f,0.25523618556744065f,-0.23323124166091053f,0.7906748046689442f,-0.5660711449765273f,1.3024055483886912f,0.9723776627052911f,0.19514646966897367f,-0.12806067486754727f,0.045248500784217105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009212436436971984f,-0.3085651106924842f,-0.9511586111044941f,0.19143548599319682f,-0.23323124166091053f,0.9243008399687814f,-0.30211114700771136f,1.4738237612140395f,0.9723776627052911f,0.2246230836230775f,-0.06345196116319218f,0.08696875420627419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009212436436971984f,-0.5442289729767207f,-0.8388861400616887f,0.2045241157062666f,-0.23323124166091053f,0.814613934003162f,-0.5310436200927396f,1.3649750565044474f,0.9723776627052911f,0.20054666165408f,-0.11942662002752685f,-0.260640523223541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009212436436971984f,-0.05187304604251061f,-0.9986111946644534f,0.18855659960664306f,-0.23323124166091053f,0.9709981711698882f,-0.05259029851638396f,1.546708524233074f,0.9723776627052911f,0.23339181365035924f,-0.003153156004909695f,-0.2168992653891293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692865632838947f,-0.028223835568002033f,-0.24430917572438324f,0.25624328267522245f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.2005908565825063f,0.23685938738907933f,0.16022866813282297f,-0.9582402645026206f,0.011165616837642313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692865632838947f,-0.028223835568002033f,-0.24430917572438324f,0.27321552302020785f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.093671811754729f,0.23685938738907933f,0.16022866813282297f,-0.9582402645026206f,-0.10758021850317169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692865632838947f,-0.028223835568002033f,-0.24430917572438324f,-0.3132125732540657f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.1617039087518988f,0.23685938738907933f,0.16022866813282297f,-0.9582402645026206f,0.15032050692872642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692865632838947f,-0.028223835568002033f,-0.24430917572438324f,-0.36893682515537235f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.0498205727117034f,0.23685938738907933f,0.16022866813282297f,-0.9582402645026206f,0.049339125642093334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522060778871275f,0.2604984442684476f,-0.15951221197304274f,0.1647424890518946f,0.06841137396170036f,0.690816069081523f,0.719786803582439f,2.252580545109184f,0.29769694178389994f,0.6744729195694007f,-0.6756203161688099f,0.08247538353013247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812337757458885f,0.10833342774478875f,-0.15951221197304274f,0.052810782266885924f,-0.040498325781898006f,0.6930128736159514f,0.719786803582439f,2.254899500951066f,0.1885209880738256f,0.7127391005379363f,-0.6756203161688099f,0.11137272051813628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172104769934385f,0.397226471883912f,-0.030595276238817984f,0.019643601057715232f,0.05086001634428511f,0.19291152259701455f,0.9798971390848943f,2.3032512872304474f,0.39514326469133804f,0.8972158460949974f,-0.19714341451113665f,0.06654893676305008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950687313865269f,0.09435119972040387f,-0.030595276238817984f,0.04998089024482391f,-0.011242188930113816f,0.19918637001888212f,0.9798971390848943f,2.3051683759040835f,0.09854863268898623f,0.9754089609543385f,-0.19714341451113665f,0.07136965048563822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680580046271021f,0.24885262455771862f,-0.030595276238817984f,0.12313335327248658f,0.020055834308168166f,0.19849272108428234f,0.9798971390848943f,2.356528848394778f,0.24992291449084392f,0.9479836554114702f,-0.19714341451113665f,0.15678898992214452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680580046271021f,0.19344134487968573f,-0.15951221197304274f,0.07960905067455736f,0.020055834308168166f,0.6939054120690936f,0.719786803582439f,2.200400130679232f,0.24992291449084392f,0.693596226339475f,-0.6756203161688099f,0.0007298389957628611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529378566325701f,-0.1795061783153899f,-0.24430917572438324f,-0.22608428023434363f,-0.2197258185492021f,0.964174228301121f,0.14862241467161252f,2.276825707091729f,0.20887796930123378f,0.19530895889984434f,-0.9582402645026206f,0.12313362826751814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692865632838948f,-0.028223835568002023f,-0.24430917572438324f,-0.11472141823701201f,-0.06619054949890645f,0.986676334475603f,0.14862241467161252f,2.2943929814058595f,0.23685938738907936f,0.16022866813282297f,-0.9582402645026206f,0.09746566251377442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933666646089407f,-0.26187710979967593f,-0.24430917572438324f,-0.09294904788425554f,-0.30292301647831843f,0.9413548873537841f,0.14862241467161252f,2.2916093144981593f,0.19106082818787173f,0.2127706639039152f,-0.9582402645026206f,0.09148291960024482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688942251766655f,0.03945892897916306f,-0.24430917572438324f,-0.12144475318472357f,0.0027977491727446957f,0.9888900598432292f,0.14862241467161252f,2.2995506043019556f,0.24745939670757416f,0.14331588351286018f,-0.9582402645026206f,0.09997976140652777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631382659228682f,-0.11259532571098968f,-0.24430917572438324f,-0.18804653843138897f,-0.15193318325734784f,0.9771528466327406f,0.14862241467161252f,2.4037118837968716f,0.22199321732967547f,0.18026260551087056f,-0.9582402645026206f,0.1005037720829785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631382659228682f,-0.11259532571098968f,-0.24430917572438324f,-0.16271259014641634f,-0.15193318325734784f,0.9771528466327406f,0.14862241467161252f,2.183852493304505f,0.22199321732967547f,0.18026260551087056f,-0.9582402645026206f,0.05994468584303268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692865632838947f,-0.028223835568002033f,-0.24430917572438324f,-0.019452392265941466f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,1.681810240114634f,0.23685938738907933f,0.16022866813282297f,-0.9582402645026206f,-0.02183492173296714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009212436436971984f,-0.05187304604251061f,-0.9986111946644534f,1.3392351858520168e-17f,-0.23323124166091053f,0.9709981711698882f,-0.05259029851638396f,1.317685925925926f,0.9723776627052911f,0.23339181365035924f,-0.003153156004909695f,-0.10935685185185186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006099526137267801f,-0.296551450677932f,-0.9549973994109697f,0.19286280237408135f,-0.19924882771342511f,0.9355049495057799f,-0.2917711330906708f,0.7025858023638962f,0.9799299466980929f,0.19206177795439214f,-0.05338139201323966f,-0.3412009405411459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006099526137267801f,-0.4656201221495789f,-0.8849636702318985f,0.015345130804554402f,-0.19924882771342511f,0.86666876688971f,-0.45736763457058843f,1.0330032697405982f,0.9799299466980929f,0.17911769970407956f,-0.08748799470208797f,-0.2729123175289656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.024803630355851557f,0.12091056750538479f,-0.9923534726027292f,0.3025708842521221f,0.14691985405053287f,0.9823211534223809f,0.11601598176411981f,1.1076838336057502f,0.9888373660046129f,-0.1429188098342841f,-0.042129293711280665f,-0.016878390213321305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.024803630355851557f,-0.9798078442375106f,-0.1983969966804247f,-0.024349585736552947f,0.14691985405053287f,0.1927303726225714f,-0.9701904761203f,1.0571915389429523f,0.9888373660046129f,-0.053212703740807554f,0.13917281255206657f,-0.017576678885012076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08036727015950478f,-0.6884130505845238f,-0.7208526712664796f,0.0005518441831398047f,-0.027321616599741083f,0.7244416588315322f,-0.688794462968304f,1.207615544386993f,0.9963908024231688f,-0.035661670380502754f,-0.07702995594044208f,-0.12384780854460443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0800676112940585f,-0.6364913973619117f,-0.7671166004630229f,0.0007464888592816354f,-0.23149742850277966f,0.736671411587116f,-0.6353929272087044f,1.170061790311423f,0.9695350010279485f,0.22845991428372456f,-0.0883626015190209f,-0.12879182445089588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0001511223049918534f,-0.6145696841561471f,-0.7888625231802199f,0.0005518441831398047f,-0.13052619222005157f,0.78212582635837f,-0.60929640150568f,1.207615544386993f,0.9914448498563011f,0.1028751430591975f,-0.0803356373844546f,-0.12384780854460443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0042151700002460235f,-0.019876944085415613f,-0.9997935484067172f,0.007822052344627455f,-0.04372794769880836f,0.9988424145275433f,-0.020042393341056335f,1.2312816762306396f,0.9990345834514037f,0.04380340208947934f,0.003341112609310609f,-0.12073099497177492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045162644782386f,-0.01990322227024112f,-0.9997917108570287f,0.007822052344627455f,-0.21633105360463048f,0.9761456233165259f,-0.0184552790903224f,1.2312816762306396f,0.976309622303024f,0.2162026452734855f,-0.00871421684802091f,-0.12073099497177492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0001511223049918534f,0.05009098771474374f,-0.9987446471004542f,0.007822052344627455f,-0.13052619222005157f,0.990199271237694f,0.04968215358530462f,1.2312816762306396f,0.9914448498563011f,0.13036984386774825f,0.006388544694676191f,-0.12073099497177492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01643907007851013f,-0.33649524460350333f,-0.9415416652141224f,0.010649625159196353f,0.051607855136542424f,0.9401281765850249f,-0.3368911409923414f,1.2298878608124773f,0.9985321157895524f,-0.05412912293899172f,0.0019109648599698395f,0.07450780012427768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011518544371735691f,-0.3049003638953814f,-0.9523145967756772f,-0.0004488087979989744f,-0.2583011534581895f,0.9191466706116646f,-0.297405299256185f,1.2720084326246686f,0.9659957749688791f,0.24940963493809978f,-0.06816888397442514f,-0.31079233979123266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0001511223049918534f,-0.17586150244076723f,-0.9844149069987336f,0.019972988737023068f,-0.13052619222005157f,0.9759965808972526f,-0.17433756686786273f,1.0960267667201717f,0.9914448498563011f,0.1284655830802492f,-0.023102027124660016f,-0.13065587585786737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0001511223049918534f,-0.08939488393859941f,-0.9959962509405613f,1.3392351858520168e-17f,-0.13052619222005157f,0.9874771393747026f,-0.08861045286470509f,1.317685925925926f,0.9914448498563011f,0.12999020708483516f,-0.011817603625887897f,-0.10935685185185186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.0006958030387216907f,0.0018979470417836999f,-0.9999979568254919f,0.5437736656418982f,-0.1305261454079689f,0.991443250054238f,0.001790889954030065f,1.766421858802008f,0.9914446233769536f,0.1305246326136039f,0.0009375809376603315f,-0.5228634384526757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.0006958030387216907f,0.0018979470417836999f,-0.9999979568254919f,0.5438388971767784f,-0.1305261454079689f,0.991443250054238f,0.001790889954030065f,1.7541850326700108f,0.9914446233769536f,0.1305246326136039f,0.0009375809376603315f,-0.42991550501108633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.0006958030387216907f,0.0018979470417836999f,-0.9999979568254919f,0.6938059749331621f,-0.1305261454079689f,0.991443250054238f,0.001790889954030065f,1.7600348122429048f,0.9914446233769536f,0.1305246326136039f,0.0009375809376603315f,-0.47653010887253006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2725523674660905f,-0.7309374908522359f,-0.6256561287602536f,-0.9379383429115276f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4623541097247523f,0.9621108088150032f,-0.21219841762478014f,-0.17121513694437224f,-0.47073302280039486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017397372574281256f,-0.7309374908522359f,-0.6822226292744542f,-0.9256875600564008f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4462138665902393f,0.9443271615802933f,-0.21219841762478014f,0.25143198575210407f,-0.5622670239747964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13067501712135174f,-0.7309374908522359f,-0.669816709531027f,-0.8313404450543102f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5654923559696643f,0.9763626791936165f,-0.21219841762478014f,0.04108223746831199f,-0.5226623590078424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.3612860154977096e-9f,-3.1086920145846375e-10f,-0.00001562499981848604f,0.6874955961765387f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4814451521171486f,0.000015491325779004706f,0.00000203947172974598f,-2.381661459443905e-9f,-0.08041296842861598f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157.mcfunction new file mode 100644 index 000000000..01cd949ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157_as_bone.mcfunction new file mode 100644 index 000000000..b8b2e8419 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_157_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5003443338178457f,0.04524961861560206f,-0.6438574873960565f,-0.3271042113005383f,-0.26130272081728206f,0.7591128449699591f,-0.14970978972513635f,1.4398731214793292f,0.5901871568869539f,0.2977324387116755f,0.4795612153093041f,-0.12523721371979885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4697869406569787f,-0.14661383562802385f,-0.6307175386736881f,-0.3271042113005383f,0.04808588425756838f,0.7849714701285092f,-0.14665448789401112f,1.4398731214793292f,0.6457460631884054f,0.048209690796827576f,0.46977425173156323f,-0.12523721371979885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4880175604723956f,0.04307607588972126f,-0.6533970896789786f,-0.3262280535632292f,-0.03723688173958651f,0.8117534317107168f,0.08132788690621895f,1.4186536364329918f,0.653755856381668f,0.07839172300862936f,-0.48311744167940623f,-0.03682070233410596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45781610076816304f,-0.14395996431732022f,-0.6400624551957341f,-0.3262280535632292f,-0.33800520722443583f,0.7206979036297f,0.07966813411221449f,1.4186536364329918f,0.562278309884528f,0.3160222466496805f,-0.47325790205329593f,-0.03682070233410596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08235681679863154f,0.000765794836997509f,1.5603278560241962f,-0.004712644922823926f,1.5574002390537804f,-0.09563372755717293f,0.08224922825623976f,1.4069428268905042f,0.0955410912750281f,1.5595704067825173f,0.004277401803513771f,0.7607250376878303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0004901086956781032f,-0.9986098278554856f,0.052708362751123956f,-0.004309387599837418f,-0.06120558563659337f,-0.0526395060839932f,-0.9967361529944193f,1.4187938140851657f,0.998125060340811f,-0.0027375371542492435f,-0.06114629841602065f,0.5679324622137772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009635373982862683f,-0.9986098278554856f,0.05182249780402353f,-0.009351313652626253f,-0.23335715184479738f,-0.0526395060839932f,-0.9709652527676349f,1.4842153300619227f,0.9723433546083885f,-0.0027375371542492435f,-0.23353994655997198f,0.2359408473287306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9640956198981687f,-0.024736109585476836f,-0.2644007575173364f,0.23969617788889364f,0.2144764854776482f,0.514564177247689f,-0.8301948835487756f,1.4237718762273015f,0.15658694987233868f,-0.8570949961211909f,-0.4907837555927189f,-0.49392271864008497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7150329978848868f,-0.024736109585476836f,-0.6986529444712353f,0.010348654114652444f,0.5900718271404815f,0.514564177247689f,-0.6221245424418673f,1.6157135684766895f,0.3748907184111733f,-0.8570949961211909f,-0.35333428488213586f,-0.3465475910232948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009635373982862683f,-0.5802593207466122f,-0.814374778744339f,0.2553023263322472f,-0.23335715184479738f,0.7906206023632699f,-0.5660949591734804f,1.309482952729546f,0.9723433546083885f,0.19549471554346579f,-0.1277897372384999f,0.04515167205715256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009635373982862683f,-0.30851593108726444f,-0.9511703737152293f,0.19151077441766495f,-0.23335715184479738f,0.9242563073782244f,-0.3021501579586767f,1.4808925718757213f,0.9723433546083885f,0.2248737391002503f,-0.06308884379966094f,0.08692119286470161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009635373982862683f,-0.5441845135135905f,-0.8389102304896439f,0.2044577498103716f,-0.23335715184479738f,0.8145608220467538f,-0.5310697758952212f,1.372089693846314f,0.9723433546083885f,0.20088275794227134f,-0.11914074999936963f,-0.2607077358232005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009635373982862683f,-0.05182249780402375f,-0.9986098278554856f,0.18849972004802037f,-0.23335715184479738f,0.9709652527676349f,-0.05263950608399341f,1.5538166818272205f,0.9723433546083885f,0.23353994655997198f,-0.0027375371542492956f,-0.2169361054504198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969182987240801f,-0.02820501915288799f,-0.24472191184604478f,0.2562504260161063f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.2076727316799607f,0.2372608094164183f,0.16036884146574254f,-0.9581174995802977f,0.0111851124151445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969182987240801f,-0.02820501915288799f,-0.24472191184604478f,0.27317773619618063f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.1007699633905106f,0.2372608094164183f,0.16036884146574254f,-0.9581174995802977f,-0.1075817887068419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969182987240801f,-0.02820501915288799f,-0.24472191184604478f,-0.31314457898786424f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.168739405182594f,0.2372608094164183f,0.16036884146574254f,-0.9581174995802977f,0.15057583794729024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969182987240801f,-0.02820501915288799f,-0.24472191184604478f,-0.36890599285084996f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.056866424999863f,0.2372608094164183f,0.16036884146574254f,-0.9581174995802977f,0.04960349753153523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9520834467190128f,0.2607494687282337f,-0.15983374187445287f,0.16477722781984488f,0.06832537247599207f,0.6907413512613346f,0.7198666745541722f,2.259648605900115f,0.2981086277846755f,0.6744524447398865f,-0.6754592110740133f,0.08254033845595635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811519232480266f,0.10860054541810499f,-0.15983374187445287f,0.05285764106281663f,-0.04057158000437579f,0.6929256220997071f,0.7198666745541722f,2.261958244686579f,0.1889308085057797f,0.7127832796668453f,-0.6754592110740133f,0.11148532582531087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9170457533959625f,0.39759642688723296f,-0.030727308781235585f,0.019669100448654026f,0.05076308972833278f,0.19281465551777957f,0.9799212301704628f,2.3103142078225583f,0.39553785520436f,0.8970727896575983f,-0.19700308412882628f,0.06668186237676119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950263923189399f,0.09475395022804295f,-0.030727308781235585f,0.05000833112948824f,-0.011304438046138645f,0.19906429198042472f,0.9799212301704628f,2.312232177342621f,0.09896811743797507f,0.9753948413716951f,-0.19700308412882628f,0.07148999087080465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679531827634876f,0.24924379324889423f,-0.030727308781235585f,0.12319437490677887f,0.01997525436941884f,0.1983818839362198f,0.9799212301704628f,2.3635851829574532f,0.25033502589712026f,0.9479040877920186f,-0.19700308412882628f,0.15688505127713911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679531827634876f,0.19370031217436307f,-0.15983374187445287f,0.07961180466754725f,0.01997525436941884f,0.69382487709738f,0.7198666745541722f,2.207474585610543f,0.25033502589712026f,0.6936045191493204f,-0.6754592110740133f,0.0008240344685422687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528384993182737f,-0.17947139069867762f,-0.24472191184604478f,-0.22603350894536708f,-0.21980031069416628f,0.9641399175214833f,0.14873480715829493f,2.2838690647460873f,0.20925252121694637f,0.19551020270653355f,-0.9581174995802977f,0.1233670666830164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969182987240801f,-0.028205019152887992f,-0.24472191184604478f,-0.11468238773558148f,-0.06626949191041123f,0.9866540992574452f,0.14873480715829493f,2.301445207970028f,0.2372608094164183f,0.16036884146574257f,-0.9581174995802977f,0.09765427570857779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9335706988002613f,-0.261833794999823f,-0.24472191184604478f,-0.09291241218827596f,-0.3029942347766976f,0.9413142147187984f,0.14873480715829493f,2.298663400407252f,0.19141641526701933f,0.2130037862675742f,-0.9581174995802977f,0.09166196093435207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9687895888728401f,0.039470474458905f,-0.24472191184604478f,-0.1214049144707538f,0.00271744801057508f,0.9888733855332009f,0.14873480715829493f,2.306602170022525f,0.24786961888844736f,0.14342771360547552f,-0.9581174995802977f,0.10017188899977116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963036723976524f,-0.11256755365104928f,-0.24472191184604478f,-0.1880116417141391f,-0.1520098873421898f,0.977123815741792f,0.14873480715829493f,2.410760071174843f,0.22238089491406376f,0.1804372316768869f,-0.9581174995802977f,0.10073761394994632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963036723976524f,-0.11256755365104928f,-0.24472191184604478f,-0.16268394214265303f,-0.1520098873421898f,0.977123815741792f,0.14873480715829493f,2.1909072126329403f,0.22238089491406376f,0.1804372316768869f,-0.9581174995802977f,0.06013923682264684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969182987240801f,-0.02820501915288799f,-0.24472191184604478f,-0.019433436676508892f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,1.688882710528604f,0.2372608094164183f,0.16036884146574254f,-0.9581174995802977f,-0.021766223743714216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009635373982862683f,-0.05182249780402375f,-0.9986098278554856f,1.3390741674765733e-17f,-0.23335715184479738f,0.9709652527676349f,-0.05263950608399341f,1.3247707407407407f,0.9723433546083885f,0.23353994655997198f,-0.0027375371542492956f,-0.1093437037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006415899428502116f,-0.3023501311867991f,-0.9531753429489501f,0.19580720083132677f,-0.19935313898574275f,0.9336746340591744f,-0.2975063086574769f,0.7108022562410105f,0.9799067109735775f,0.19192726717637634f,-0.054284085173772346f,-0.3410698986592289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006415899428502116f,-0.47098965980048546f,-0.8821153986840646f,0.016242393032391687f,-0.19935313898574275f,0.8638239475112383f,-0.4626732255951629f,1.04013513622967f,0.9799067109735775f,0.17882093855900744f,-0.08835105953989009f,-0.2728944158336073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0255479304416001f,0.11507649692936228f,-0.9930280474914179f,0.3030162808950117f,0.14700207274792224f,0.9829860594193599f,0.11013082036838245f,1.1166313379534376f,0.9888061963084402f,-0.1431635667398127f,-0.04202974304429462f,-0.016925749707777882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0255479304416001f,-0.9809380755387525f,-0.19263383713273266f,-0.023599707793061572f,0.14700207274792224f,0.18691552113861076f,-0.9713150768753135f,1.0642048817125516f,0.9888061963084402f,-0.05313266336078539f,0.13942462560904978f,-0.01757053210119243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0812910349464178f,-0.6954833361506249f,-0.7139290558410811f,0.000884388425817265f,-0.028118053593775755f,0.7176148866928356f,-0.6958722939296594f,1.214702496379863f,0.996293703031108f,-0.036493883509786586f,-0.07789129455167815f,-0.12383441419098917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08118253426392412f,-0.644002275943864f,-0.7607039271027923f,0.0014554590797781434f,-0.23070099150874498f,0.730354993651858f,-0.6429297284810187f,1.1771525145005433f,0.9696321202638497f,0.22768981493891594f,-0.08927989429716775f,-0.1287779315795436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00005471846530291454f,-0.6223791809402931f,-0.7827158821296395f,0.000884388425817265f,-0.13052619222005157f,0.7760240855469015f,-0.6170490513691997f,1.214702496379863f,0.9914448598638371f,0.10213115970743301f,-0.08127924745217018f,-0.12383441419098917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004050451286769337f,-0.022868671399918335f,-0.9997302724799205f,0.008083063040032241f,-0.04371531297463811f,0.9987786871880466f,-0.023024018555662204f,1.2383902047256972f,0.9990358178042982f,0.043796779417265376f,0.0030457932911570227f,-0.12071547092100976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0041594717768142974f,-0.022878186222661905f,-0.9997296071386998f,0.008083063040032241f,-0.21634368832880074f,0.9760818959770292f,-0.02143690430492827f,1.2383902047256972f,0.9763084078890383f,0.21619602434145072f,-0.009009536287859676f,-0.12071547092100976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00005471846530291454f,0.047099151500284986f,-0.9988902176584987f,0.008083063040032241f,-0.13052619222005157f,0.9903442384397615f,0.04670334606538118f,1.2383902047256972f,0.9914448598638371f,0.13038389209224358f,0.006093482785278522f,-0.12071547092100976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016887536926841126f,-0.34207127984774255f,-0.9395222459313415f,0.010857107192118822f,0.05155481687905625f,0.9381083981072857f,-0.34248318828396396f,1.237004802704708f,0.9985273716594409f,-0.05422059483175767f,0.0017930819777182225f,0.07452415195376047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01200348040263936f,-0.311490017764201f,-0.9501736079746066f,-0.00025307818531377334f,-0.2582657790994968f,0.9170335507312823f,-0.3038885555253871f,1.2790921384451917f,0.9659993290910471f,0.249045047464177f,-0.06943961786482174f,-0.3107792811689498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00005471846530291454f,-0.1788094043373898f,-0.9838837298819397f,0.02064025134635786f,-0.13052619222005157f,0.9754677467070288f,-0.17727263826898365f,1.1031721361113207f,0.9914448598638371f,0.1284128967620451f,-0.023392686779347367f,-0.13063666059449547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00005471846530291454f,-0.09237786331465411f,-0.9957240216924109f,1.3390741674765733e-17f,-0.13052619222005157f,0.987206125886214f,-0.0915804463696618f,1.3247707407407407f,0.9914448598638371f,0.12996305391206933f,-0.012111749148032326f,-0.1093437037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.546590827347929f,0.002072237561422783f,-0.8373972613345446f,0.5937821251345076f,-0.10930651425807712f,0.9912646561028959f,0.07380018632738085f,1.783313397862674f,0.8302352397964418f,0.13187148058885353f,-0.5415896594354884f,-0.5967401474825187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.546590827347929f,0.002072237561422783f,-0.8373972613345446f,0.5425392350706393f,-0.10930651425807712f,0.9912646561028959f,0.07380018632738085f,1.7730659121509793f,0.8302352397964418f,0.13187148058885353f,-0.5415896594354884f,-0.5189055937516023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.546590827347929f,0.002072237561422783f,-0.8373972613345446f,0.6937702693027551f,-0.10930651425807712f,0.9912646561028959f,0.07380018632738085f,1.7671196270577196f,0.8302352397964418f,0.13187148058885353f,-0.5415896594354884f,-0.47658442170173715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724588146548163f,-0.7309581206595525f,-0.6256727740270849f,-0.9379734771442894f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4694389245395674f,0.962137306088337f,-0.212127343399379f,-0.17115430002018467f,-0.47062867184783197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017489194809372666f,-0.7309581206595525f,-0.6821981778829191f,-0.9257315947202154f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4532986814050544f,0.9443254654703012f,-0.212127343399379f,0.25149832096183183f,-0.5621638638030245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13058007919012304f,-0.7309581206595525f,-0.6698127117042169f,-0.8313806291766198f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5725771707844793f,0.9763753808553876f,-0.212127343399379f,0.041147367374092546f,-0.5225683729315421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-8.549760203580398e-10f,-1.1255972845746812e-10f,-0.000015624999976203084f,0.6874984073053889f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4885299669319634f,0.000015491325935372456f,0.000002039471750332185f,-8.623535747346852e-10f,-0.08046666953629641f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158.mcfunction new file mode 100644 index 000000000..8bc4c0122 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158_as_bone.mcfunction new file mode 100644 index 000000000..b2cab3da2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_158_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4784987343463478f,0.04145375740849544f,-0.660503589445285f,-0.329877069011286f,-0.26633947299282196f,0.7582067103674816f,-0.14536269784257577f,1.4478801046677432f,0.6058437841550358f,0.300580463095797f,0.4577653753291822f,-0.12306107219913581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4485931622837477f,-0.1418598465566837f,-0.6470239243545649f,-0.329877069011286f,0.04318781247454087f,0.7860395410485863f,-0.14239611217231912f,1.4478801046677432f,0.6609833489626886f,0.044917967930906744f,0.44842322481226016f,-0.12306107219913581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4651520232449804f,0.03910037213760316f,-0.6701113344916998f,-0.3289938111552735f,-0.03997906767204475f,0.8122189337779406f,0.07514334438354146f,1.4276085744435807f,0.6700594853172513f,0.07560429191368961f,-0.4607045925808145f,-0.038624421273350515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43563183516599707f,-0.13898638951390918f,-0.656435592971461f,-0.3289938111552735f,-0.34066145805173065f,0.7200912215471857f,0.07360980674306103f,1.4276085744435807f,0.5780784334222949f,0.3196113517705055f,-0.4513024580383489f,-0.038624421273350515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08239804579240238f,0.0016084186649681297f,1.560325038265743f,-0.004250603265432474f,1.557387708444067f,-0.09575818434427318f,0.08234164024613949f,1.4155223467405156f,0.09570965278867974f,1.559562128650374f,0.0034466277118357434f,0.760742704887673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0010293879455793003f,-0.9986080244900755f,0.0527347493071373f,-0.003951512065454583f,-0.061285237980337526f,-0.052698649757529026f,-0.9967281334042029f,1.4273887487610566f,0.9981197623362393f,-0.0022058417355753056f,-0.061254177784757696f,0.567950887842924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010171042346570614f,-0.9986080244900755f,0.05175483862996183f,-0.009175486788951985f,-0.23343420150323552f,-0.052698649757529026f,-0.9709435235286756f,1.492836468071425f,0.9723194040366216f,-0.0022058417355753056f,-0.2336452670098551f,0.2359672523273169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9656115221452894f,-0.0252167327003425f,-0.25876341451638246f,0.2409378615633732f,0.2093712183617767f,0.514640439163795f,-0.8314498850195371f,1.4336845234261077f,0.15413656679050228f,-0.8570352004259895f,-0.4916630797698984f,-0.4933461544871427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7190918739838064f,-0.0252167327003425f,-0.6944573371794538f,0.010204074534846461f,0.586215096697178f,0.514640439163795f,-0.625697274072386f,1.6243823778045257f,0.37317386989817003f,-0.8570352004259895f,-0.3552913284278244f,-0.34652117029186963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010171042346570614f,-0.5802012886304492f,-0.8144096110491026f,0.2553861071542427f,-0.23343420150323552f,0.7905704982363805f,-0.566133165330232f,1.3181350549491204f,0.9723194040366216f,0.19586922165017973f,-0.12739789850708552f,0.045022125367810355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010171042346570614f,-0.3084501105983395f,-0.9511861432808284f,0.19160679802154887f,-0.23343420150323552f,0.9242200110360195f,-0.30220166241952834f,1.489537546628252f,0.9723194040366216f,0.22511308374337538f,-0.06260252440131273f,0.08683956279218503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010171042346570614f,-0.5441250172673491f,-0.8389424983164173f,0.2043736796844264f,-0.23343420150323552f,0.8145124321370424f,-0.5311101311994968f,1.3807631904973712f,0.9723194040366216f,0.20123981583674508f,-0.11873294848466376f,-0.2608049520227597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010171042346570614f,-0.05175483862996205f,-0.9986080244900755f,0.18842834728824556f,-0.23343420150323552f,0.9709435235286756f,-0.05269864975752924f,1.5624857345980132f,0.9723194040366216f,0.2336452670098551f,-0.0022058417355753576f,-0.21701025096925924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690515834583129f,-0.028177562630100843f,-0.24524488488277163f,0.25626262404674666f,-0.06634604565307589f,0.9866396152407005f,0.1487967468188806f,2.2163275974104133f,0.23777558920784336f,0.16046275144689756f,-0.9579741513083505f,0.011126794377025268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690515834583129f,-0.028177562630100843f,-0.24524488488277163f,0.2731325457974361f,-0.06634604565307589f,0.9866396152407005f,0.1487967468188806f,2.109435317231586f,0.23777558920784336f,0.16046275144689756f,-0.9579741513083505f,-0.10765771083428889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690515834583129f,-0.028177562630100843f,-0.24524488488277163f,-0.31305518123501214f,-0.06634604565307589f,0.9866396152407005f,0.1487967468188806f,2.177349295589231f,0.23777558920784336f,0.16046275144689756f,-0.9579741513083505f,0.1508199530366333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690515834583129f,-0.028177562630100843f,-0.24524488488277163f,-0.36886412824369613f,-0.06634604565307589f,0.9866396152407005f,0.1487967468188806f,2.0654810619864232f,0.23777558920784336f,0.16046275144689756f,-0.9579741513083505f,0.049868617015907335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9519273867018254f,0.2610703438609205f,-0.1602389653092364f,0.16482464446374717f,0.06824497698055756f,0.6907030055981191f,0.7199110925486892f,2.2682923373464203f,0.2986249714339995f,0.6743675804886125f,-0.6753158467132088f,0.08253524951855042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9810479805183442f,0.1089418832107495f,-0.1602389653092364f,0.05292047014286653f,-0.0406449871145411f,0.6928751719089169f,0.7199110925486892f,2.270593012328139f,0.18945407080170643f,0.7127802341778877f,-0.6753158467132088f,0.11154047817116518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9168363698753217f,0.3980663292004499f,-0.03089123550009623f,0.019705018144795028f,0.050676999222057734f,0.1927666750968227f,0.9799351257720907f,2.3189505790539147f,0.3960339791276637f,0.8968746883087935f,-0.19690830568392503f,0.06675869365092081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949724645577096f,0.09526555695127015f,-0.03089123550009623f,0.05004671075261219f,-0.011371488217649738f,0.19899205645892573f,0.9799351257720907f,2.3208699682436076f,0.09950117601151226f,0.9753597465166441f,-0.19690830568392503f,0.07155069321594774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678198860184271f,0.24974066508391696f,-0.03089123550009623f,0.12327552061580516f,0.019897729571619838f,0.19832102671156965f,0.9799351257720907f,2.372220506944438f,0.25085603159018166f,0.9477860362800836f,-0.19690830568392503f,0.15691056735130982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678198860184271f,0.19403129186784518f,-0.1602389653092364f,0.07961847994554005f,0.019897729571619838f,0.6937810167360066f,0.7199110925486892f,2.216119778178837f,0.25085603159018166f,0.6935558799353143f,-0.6753158467132088f,0.0008604943658643248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9527130084808542f,-0.17942371613082966f,-0.24524488488277163f,-0.22596556443291377f,-0.219873656133814f,0.9641136361832391f,0.1487967468188806f,2.2924863050259545f,0.20974627245724697f,0.19568348580127096f,-0.9579741513083505f,0.12357363269612269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690515834583128f,-0.02817756263010085f,-0.24524488488277163f,-0.1146293022794973f,-0.06634604565307588f,0.9866396152407007f,0.1487967468188806f,2.3100711201326796f,0.23777558920784336f,0.16046275144689756f,-0.9579741513083505f,0.0978024931720731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334498406057357f,-0.26177536460095574f,-0.24524488488277163f,-0.09286238043399771f,-0.3030650105452488f,0.9412816409127112f,0.1487967468188806f,2.3072910850776203f,0.19189318501795558f,0.21321944322390154f,-0.9579741513083505f,0.09179827436655366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686565899131507f,0.03948869783447957f,-0.24524488488277163f,-0.12135078329345413f,0.00264007039504624f,0.9888642769179332f,0.1487967468188806f,2.3152274815535123f,0.248389695531308f,0.14348548560363175f,-0.9579741513083505f,0.10032412555542362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9629082132187368f,-0.11252874901435808f,-0.24524488488277163f,-0.1879633844472687f,-0.15208488740951404f,0.9771027147428019f,0.1487967468188806f,2.419381377582698f,0.2228855310188072f,0.18057565031728456f,-0.9579741513083505f,0.10093391298921414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9629082132187368f,-0.11252874901435808f,-0.24524488488277163f,-0.16264441591903817f,-0.15208488740951404f,0.9771027147428019f,0.1487967468188806f,2.199533266765568f,0.2228855310188072f,0.18057565031728456f,-0.9579741513083505f,0.06030439166782517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690515834583129f,-0.028177562630100843f,-0.24524488488277163f,-0.019408064486235756f,-0.06634604565307589f,0.9866396152407005f,0.1487967468188806f,1.6975238213232533f,0.23777558920784336f,0.16046275144689756f,-0.9579741513083505f,-0.021718024871304337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010171042346570614f,-0.05175483862996205f,-0.9986080244900755f,1.3389675778477587e-17f,-0.23343420150323552f,0.9709435235286756f,-0.05269864975752924f,1.33342f,0.9723194040366216f,0.2336452670098551f,-0.0022058417355753576f,-0.109335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.0068239982288938825f,-0.30932882699893277f,-0.9509306545882495f,0.19935095779420842f,-0.19942161441229503f,0.931429881717986f,-0.3044164830425785f,0.7208338417030123f,0.9798900207438416f,0.19171346387325788f,-0.055330778201206306f,-0.3409028248702106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.0068239982288938825f,-0.47744243474318354f,-0.87863653153888f,0.017326029548369704f,-0.19942161441229503f,0.8603575044951878f,-0.4690586148489406f,1.0488451402918026f,0.9798900207438416f,0.17841997075807942f,-0.08934126303853175f,-0.27288021101869286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026415656517912077f,0.10796666342380651f,-0.9938035080838961f,0.3035431914869439f,0.1470227718741797f,0.9837591136327163f,0.10296752349651345f,1.1275478405831223f,0.9887803181906286f,-0.14339179172359423f,-0.041860200968662185f,-0.016999008373365963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026415656517912077f,-0.9822689767526424f,-0.18560676280794597f,-0.02268687868624949f,0.1470227718741797f,0.1798349594548968f,-0.9726477738155208f,1.072770390592284f,0.9887803181906286f,-0.05298155025264033f,0.13966544916931448f,-0.01756945757758284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08237589772801789f,-0.7039998158633172f,-0.7054065995848913f,0.001287430106928081f,-0.02910126160382462f,0.7092095789203968f,-0.7043968268956207f,1.2233556859846535f,0.9961763538884915f,-0.037497098980709645f,-0.07890905855135999f,-0.12382536072880647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0825573556106348f,-0.6530543559212185f,-0.7527976429605118f,0.002316582296655303f,-0.22971778349869612f,0.7225648021467247f,-0.6520198207440557f,1.1858153161685643f,0.9697494640261605f,0.22676003817028095f,-0.09036515982383576f,-0.1287677391887829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00009151183776649578f,-0.6318013669647043f,-0.7751303273173582f,0.001287430106928081f,-0.13052619222005157f,0.7684914364032622f,-0.6264054799563815f,1.2233556859846535f,0.991444857150471f,0.10123213361567482f,-0.08239630060567327f,-0.12382536072880647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0038800329602459494f,-0.026497002756649207f,-0.9996413627842445f,0.008399317500524929f,-0.04370103178811689f,0.9986893691763784f,-0.026641391006131665f,1.2470692855706251f,0.9990371190125429f,0.043788728446961404f,0.0027170013096934316f,-0.1207040625410316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0036977057450547197f,-0.026481090049476838f,-0.9996424755091265f,0.008399317500524929f,-0.21635796951532194f,0.975992577965361f,-0.02505427675539773f,1.2470692855706251f,0.9763071012747118f,0.21618797289932795f,-0.009338328236330486f,-0.1207040625410316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00009151183776649578f,0.043472400477616704f,-0.9990546241433936f,0.008399317500524929f,-0.13052619222005157f,0.9905080966787139f,0.043088554842856744f,1.2470692855706251f,0.991444857150471f,0.13039885279643162f,0.005764930117258125f,-0.1207040625410316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01740215507193543f,-0.3488428705294814f,-0.9370196458343891f,0.011114143578942016f,0.05149029437973565f,0.9356053603160973f,-0.34927261463285925f,1.2456938012041505f,0.9985218648500095f,-0.054325513605829726f,0.0016804725294802744f,0.07453646286832481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012620225290917143f,-0.3194781849435766f,-0.9475095879508368f,-0.00002153798187923793f,-0.258221293407802f,0.9144019644692148f,-0.311754408157515f,1.2877409143788867f,0.9660033610419834f,0.248601562183343f,-0.07095611133364862f,-0.31077062569201686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00009151183776649578f,-0.18238018537842507f,-0.9832280811728858f,0.02144897212507299f,-0.13052619222005157f,0.9748142541731925f,-0.18083164271027516f,1.111897546919698f,0.991444857150471f,0.12835356575527535f,-0.023716184089952585f,-0.13062105032793195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00009151183776649578f,-0.09599220000599912f,-0.9953820819984616f,1.3389675778477587e-17f,-0.13052619222005157f,0.9868653077642867f,-0.09518286335172792f,1.33342f,0.991444857150471f,0.12993214332607553f,-0.012439186491667168f,-0.109335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9156188199982961f,0.001241976053225858f,-0.40204556204541214f,0.676328894525858f,-0.05246678967920211f,0.9910746001793737f,0.1225494710721064f,1.7966106877440076f,0.3986093481664555f,0.1333026420397506f,-0.9073813934501501f,-0.631470061862969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9156188199982961f,0.001241976053225858f,-0.40204556204541214f,0.5904896301510177f,-0.05246678967920211f,0.9910746001793737f,0.1225494710721064f,1.7916919262115822f,0.3986093481664555f,0.1333026420397506f,-0.9073813934501501f,-0.5941004354723637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9156188199982961f,0.001241976053225858f,-0.40204556204541214f,0.6937160966452497f,-0.05246678967920211f,0.9910746001793737f,0.1225494710721064f,1.775768886316979f,0.3986093481664555f,0.1333026420397506f,-0.9073813934501501f,-0.47667803965014377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2723169040220038f,-0.7309893998201575f,-0.625698011131917f,-0.9380267536272178f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4780881837988264f,0.9621774811509054f,-0.21201953053053568f,-0.17106201635579535f,-0.47048162051947207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017628475182329517f,-0.7309893998201575f,-0.6821610764425889f,-0.9257983720556509f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4619479406643134f,0.9443228756805204f,-0.21201953053053568f,0.25159893708059217f,-0.5620186170602095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1304360700967135f,-0.7309893998201575f,-0.6698066355063161f,-0.8314415675154869f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5812264300437384f,0.9763946297678657f,-0.21201953053053568f,0.041246159022190504f,-0.5224370426431694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4298724651014968e-9f,1.8824628126205854e-10f,-0.0000156249999334409f,0.6875026589624317f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4971792261912227f,0.00001549132589297611f,0.0000020394717447506f,1.4422107782375034e-9f,-0.08055936674304973f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159.mcfunction new file mode 100644 index 000000000..d43f91ef6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159_as_bone.mcfunction new file mode 100644 index 000000000..2ba7c79d8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_159_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4537853816171448f,0.03716036733378439f,-0.677969305333689f,-0.3330140181115881f,-0.27168904468517485f,0.7572536996106811f,-0.1403436563170486f,1.4570712580264193f,0.6222606647322998f,0.3035298765690109f,0.433134763787625f,-0.1207722497342734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4246174855328756f,-0.1364810885819429f,-0.664133197061573f,-0.3330140181115881f,0.03798905862465371f,0.7871824556521209f,-0.13747950006568027f,1.4570712580264193f,0.6769466909621102f,0.04143300584056897f,0.4242952788123674f,-0.1207722497342734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.43926822511526203f,0.03460060095933513f,-0.6875977525136225f,-0.3321240992443082f,-0.042721937927078235f,0.8126928388762813f,0.06818819621759979f,1.4377974928458652f,0.6871409657910716f,0.07264704052408383f,-0.43532073816813477f,-0.04050438076842919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4105195094238996f,-0.13335564252451523f,-0.673565145319467f,-0.3321240992443082f,-0.3433214782822036f,0.7194918878821878f,0.06679660037642429f,1.4377974928458652f,0.5946461930698651f,0.32333836128520077f,-0.42643664147082594f,-0.04050438076842919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08244401621320199f,0.002566185337085201f,1.5603213287279811f,-0.0037253478896732773f,1.5573787927830591f,-0.0958132733245754f,0.0824461184314388f,1.4253705264338563f,0.09581508221683019f,1.5595574633041402f,0.0024977333997336965f,0.760752859356241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0016423586157342258f,-0.998605650385908f,0.052764170376449045f,-0.003544657063339625f,-0.06132049492773095f,-0.052765515796120585f,-0.9967224273811578f,1.437243771889314f,0.9981167765146497f,-0.0015985493758299953f,-0.06132165261877398f,0.567961316323216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01077980952997927f,-0.998605650385908f,0.05167737148728627f,-0.00897553042867845f,-0.23346793197787258f,-0.052765515796120585f,-0.970931781888277f,1.5027028905988782f,0.9723047466944058f,-0.0015985493758299953f,-0.2337111982670497f,0.23598324849755858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.96729857167699f,-0.02576878830196617f,-0.2523280459661657f,0.24234370636771094f,0.2035510546567183f,0.5146744310173232f,-0.8328728583674294f,1.4449910447925185f,0.1513289178570729f,-0.8569983661632286f,-0.49259857796563333f,-0.49269522862781256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7236873293341277f,-0.02576878830196617f,-0.6896467348655296f,0.010039887375456188f,0.5818145379903689f,0.5146744310173232f,-0.6297635059608077f,1.6342707149378712f,0.37117178333527917f,-0.8569983661632286f,-0.3574707087990084f,-0.34651222593502273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01077980952997927f,-0.5801346778997457f,-0.8144492318153758f,0.2554812429041196f,-0.23346793197787258f,0.7905246683409616f,-0.566183250796408f,1.328025971605688f,0.9723047466944058f,0.19625112545555248f,-0.12692113816443726f,0.04487058210485827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01077980952997927f,-0.3083746686211667f,-0.951203900044193f,0.19171596816237466f,-0.23346793197787258f,0.9241913632780575f,-0.3022632110929497f,1.4994227071509927f,0.9723047466944058f,0.22533394727610667f,-0.06203298929195621f,0.08673299103605354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01077980952997927f,-0.5440567417017497f,-0.8389791758532348f,0.20427807015303426f,-0.23346793197787258f,0.8144688305588792f,-0.5311621680673682f,1.3906615112637517f,0.9723047466944058f,0.2016005601602517f,-0.11823998350219742f,-0.2609231010474211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01077980952997927f,-0.05167737148728649f,-0.998605650385908f,0.18834727768425613f,-0.23346793197787258f,0.970931781888277f,-0.0527655157961208f,1.572381435894078f,0.9723047466944058f,0.2337111982670497f,-0.001598549375830047f,-0.21711224230594825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689019090760624f,-0.028145793936357622f,-0.24583918498167456f,0.25627688986850294f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.226219769892265f,0.23836432351498615f,0.16051487019889826f,-0.9578190986403821f,0.011006548922753406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689019090760624f,-0.028145793936357622f,-0.24583918498167456f,0.27308151210886794f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.1193328250409467f,0.23836432351498615f,0.16051487019889826f,-0.9578190986403821f,-0.10779201248145664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689019090760624f,-0.028145793936357622f,-0.24583918498167456f,-0.3129529817136838f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.1871983583828714f,0.23836432351498615f,0.16051487019889826f,-0.9578190986403821f,0.15104558898780776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689019090760624f,-0.028145793936357622f,-0.24583918498167456f,-0.3688160026540234f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.07532995674312f,0.23836432351498615f,0.16051487019889826f,-0.9578190986403821f,0.050124351847221665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9517496165157956f,0.2614353780331955f,-0.1606991305971392f,0.1648790049603768f,0.0681705927431816f,0.6906966374618382f,0.7199242496846132f,2.2781758525620712f,0.2992080175180462f,0.6742326735716315f,-0.6751924645176147f,0.082472609962007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809295029037585f,0.10933023259057603f,-0.1606991305971392f,0.0529923910302933f,-0.04071745936252897f,0.6928572459165795f,0.7199242496846132f,2.280467999179952f,0.1900510427123372f,0.7127381966911717f,-0.6751924645176147f,0.11154617720344792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9165980084210843f,0.39860043898909925f,-0.031077017170244428f,0.019746387187894898f,0.05060151988621959f,0.19276161714759113f,0.9799400211950985f,2.328824924030686f,0.39659497871721316f,0.8966385274971977f,-0.1968547024176724f,0.06678637622775838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949108183449784f,0.09584718328634545f,-0.031077017170244428f,0.05009086862376977f,-0.011441710339575f,0.1989639216658519f,0.9799400211950985f,2.3307461776466707f,0.1001076960309806f,0.9753085026448907f,-0.1968547024176724f,0.07155993422268256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676680123682897f,0.25030548704134353f,-0.031077017170244428f,0.1233682938314356f,0.019823970749238876f,0.1983042234645629f,0.9799400211950985f,2.382098604167288f,0.25144706803408373f,0.947640542670644f,-0.1968547024176724f,0.15687694176883105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676680123682897f,0.1944078374565374f,-0.1606991305971392f,0.07962653040371477f,0.019823970749238876f,0.6937694753300839f,0.7199242496846132f,2.2260004722180193f,0.25144706803408373f,0.6934619728836562f,-0.6751924645176147f,0.0008479978700086307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9525701465572304f,-0.179368924330506f,-0.24583918498167456f,-0.22588771787747391f,-0.2199449465543501f,0.9640946795195646f,0.14881421103937678f,2.3023421700857507f,0.21031960529903249f,0.19582706122133714f,-0.9578190986403821f,0.12375022805358857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689019090760623f,-0.028145793936357633f,-0.24583918498167456f,-0.11456837582428164f,-0.0664194238457764f,0.9866320442438118f,0.14881421103937678f,2.3199353609646467f,0.23836432351498615f,0.1605148701988983f,-0.9578190986403821f,0.09791180038193809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333122977349162f,-0.2617083300629106f,-0.24583918498167456f,-0.09280493440873835f,-0.30313437750210903f,0.9412565430153125f,0.14881421103937678f,2.3171569976246196f,0.19245182273280803f,0.2134124415458152f,-0.9578190986403821f,0.09189420618633051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9685050640581219f,0.0395099483841659f,-0.24583918498167456f,-0.12128866290831242f,0.0025663428218894724f,0.988861842967585f,0.14881421103937678f,2.3250911825315512f,0.2489806313316238f,0.14349640936773359f,-0.9578190986403821f,0.10043771516245767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627618772167981f,-0.11248405622813046f,-0.24583918498167456f,-0.18790785951663017f,-0.15215732652018066f,0.9770887772249557f,0.14881421103937678f,2.42924059113219f,0.22346748256562587f,0.18067888231751889f,-0.9578190986403821f,0.10109182727019686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627618772167981f,-0.11248405622813046f,-0.24583918498167456f,-0.16259894686530085f,-0.15215732652018066f,0.9770887772249557f,0.14881421103937678f,2.2093956162565753f,0.22346748256562587f,0.18067888231751889f,-0.9578190986403821f,0.060439078748755176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689019090760624f,-0.028145793936357622f,-0.24583918498167456f,-0.01937901430773242f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,1.707398677467363f,0.23836432351498615f,0.16051487019889826f,-0.9578190986403821f,-0.021688485835041543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01077980952997927f,-0.05167737148728649f,-0.998605650385908f,1.338908613372244e-17f,-0.23346793197787258f,0.970931781888277f,-0.0527655157961208f,1.3432992592592592f,0.9723047466944058f,0.2337111982670497f,-0.001598549375830047f,-0.10933018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007288761125152318f,-0.3172234441967153f,-0.9483228144536195f,0.20336134888206098f,-0.19945822549576828f,0.9288299864398102f,-0.31223592453832294f,0.7323049830054997f,0.9798792222735103f,0.19142659883672258f,-0.05650280536809448f,-0.34070260795668134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007288761125152318f,-0.48472961472890813f,-0.8746336802147655f,0.01855818326666476f,-0.19945822549576828f,0.8563761646737369f,-0.4762733257917976f,1.058798395787362f,0.9798792222735103f,0.17792432431644867f,-0.0904413875014945f,-0.2728689593110353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02739460258883199f,0.09985393082656077f,-0.994624918372491f,0.30412204626977024f,0.14698874113104435f,0.9845850584904927f,0.09479753466195188f,1.1400121863189223f,0.9887587399005435f,-0.1436017238606749f,-0.041649719981431514f,-0.017088342739898506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02739460258883199f,-0.9837243725709112f,-0.17758348616627462f,-0.021647458511482826f,0.14698874113104435f,0.17175495885597847f,-0.9741121824970121f,1.0825583096545255f,0.9887587399005435f,-0.05278818919368837f,0.13989124830360386f,-0.01757304451365302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08359476571975147f,-0.7135856570665492f,-0.6955626680416086f,0.0017459719372609223f,-0.030240390765944827f,0.6995009241049026f,-0.7139915797421635f,1.2332412008597233f,0.9960408796382719f,-0.038651871950639974f,-0.08005372498596494f,-0.12382006487131911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08411374393837584f,-0.6632591161229203f,-0.743647915992852f,0.003297277876934913f,-0.22857865433657593f,0.7135490932514268f,-0.6622684427796229f,1.1957185161216939f,0.9698848781491282f,0.22568791815227726f,-0.0915875905226331f,-0.12876042972950372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0002617282306074155f,-0.6424323992206514f,-0.7663423151111589f,0.0017459719372609223f,-0.13052619222005157f,0.7597642289152834f,-0.6369625025111753f,1.2332412008597233f,0.9914448268274273f,0.100194455397304f,-0.08365540308175087f,-0.12382006487131911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0036899054837601776f,-0.030625061967343145f,-0.9995241318632668f,0.008759002589105266f,-0.04368618004932942f,0.9985717375602561f,-0.030757155567259928f,1.2569838776942015f,0.9990384888832954f,0.04377888218522089f,0.0023467433592242893f,-0.12069613340442865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003168440932416096f,-0.030579550864145474f,-0.9995273143096215f,0.008759002589105266f,-0.21637282125410942f,0.9758749463492387f,-0.029170041316525994f,1.2569838776942015f,0.9763056709886483f,0.21617812136480824f,-0.009708585818090988f,-0.12069613340442865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0002617282306074155f,0.039345350059337036f,-0.9992256376449923f,0.008759002589105266f,-0.13052619222005157f,0.990678501270761f,0.03897461051060028f,1.2569838776942015f,0.9914448268274273f,0.13041491689460635f,0.005394887256048647f,-0.12069613340442865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0179837242256618f,-0.35654068770387265f,-0.9341066982281119f,0.011407154157904893f,0.05141537523086537f,0.9326919166970508f,-0.35699054289693855f,1.2556192910960624f,0.9985154204381846f,-0.0544474658696909f,0.0015583990259817014f,0.07454538420052352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013325537744757704f,-0.3285534062172932f,-0.9443913856589478f,0.00024115356949308726f,-0.2581685863879213f,0.9113211339191885f,-0.3206910848070259f,1.2976207735236245f,0.9660079766990929f,0.24808557018750405f,-0.07267832426841953f,-0.3107658037109447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0002617282306074155f,-0.18643992942934784f,-0.9824663272665956f,0.022368783506123997f,-0.13052619222005157f,0.9740548551915321f,-0.18487847960846476f,1.1218670311717673f,0.9914448268274273f,0.12828597659987306f,-0.024080356412424064f,-0.1306082831068784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0002617282306074155f,-0.10010288673263157f,-0.9949770568038879f,1.338908613372244e-17f,-0.13052619222005157f,0.9864615036006608f,-0.09928048679603488f,1.3432992592592592f,0.9914448268274273f,0.12989655107706843f,-0.012807863811545786f,-0.10933018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9864650073995931f,-0.0005630248596731526f,0.16397094919261926f,0.764489208664183f,0.021436328611168395f,0.9909691252222118f,0.13236569295704223f,1.804498171616146f,-0.16256467325896828f,0.13408905943189905f,-0.9775442962591893f,-0.6158037455780481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9864650073995931f,-0.0005630248596731526f,0.16397094919261926f,0.6720081142204712f,0.021436328611168395f,0.9909691252222118f,0.13236569295704223f,1.806507827423443f,-0.16256467325896828f,0.13408905943189905f,-0.9775442962591893f,-0.6310441836960764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9864650073995931f,-0.0005630248596731526f,0.16397094919261926f,0.6936530190634342f,0.021436328611168395f,0.9909691252222118f,0.13236569295704223f,1.785648145576238f,-0.16256467325896828f,0.13408905943189905f,-0.9775442962591893f,-0.47679232019818385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27215170838931135f,-0.7310257896593315f,-0.6257273707244473f,-0.9380887433271998f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4879674430580856f,0.9622242197486036f,-0.21189402735512317f,-0.1709545907556067f,-0.4703157550849355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017790601170583675f,-0.7310257896593315f,-0.6821178705787878f,-0.9258760774820827f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4718271999235726f,0.9443198352151513f,-0.21189402735512317f,0.2517160503234856f,-0.5618548497085678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1302684356812496f,-0.7310257896593315f,-0.6697995442803099f,-0.8315124787625947f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5911056893029976f,0.976417009318745f,-0.21189402735512317f,0.041361154290758935f,-0.5222894755403655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.0895036032408675e-9f,5.38393363259315e-10f,-0.000015624999455554964f,0.687507589180018f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5070584854504818f,0.00001549132541917855f,0.0000020394716823739685f,4.124791768625626e-9f,-0.08067258637384692f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..ee547ba25 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7052836653367409f,-0.1246343669538811f,-0.3924100794164468f,0.03622473769621451f,-0.0945483018432763f,0.806577129203314f,-0.08624614605382358f,1.439404121180162f,0.4007243622144397f,-0.029052601683671412f,-0.7109995613976742f,-0.34424755607241414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6850213717770283f,0.15159500391761968f,-0.38440171044876426f,0.03622473769621451f,0.21679588247902293f,0.7654160030070163f,-0.08448602062415372f,1.439404121180162f,0.35177445266656354f,-0.1765142972339072f,-0.6964893662671094f,-0.34424755607241414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7298775228360579f,0.12842327218660163f,0.34311908904056954f,-0.035329315990082794f,0.09991456772529746f,0.8056309117426584f,-0.08899639119315009f,1.4387368906679507f,-0.3524774109916992f,-0.037559840921165835f,-0.7357264284603415f,-0.3495599332114665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7086997843437043f,-0.1573855376068943f,0.33611665865198653f,-0.035329315990082794f,-0.21158456659981922f,0.7665713239227822f,-0.08718013831165723f,1.4387368906679507f,-0.3049206238481645f,-0.16612705346048218f,-0.7207116033897224f,-0.3495599332114665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8876858065210746f,-1.2508888179425295f,0.2978209597180338f,-0.8003976534298842f,-0.026353575316375073f,0.37951830416228594f,1.515479328751741f,1.6927979190907936f,-1.2855837771102572f,0.8559493395944205f,-0.23670937894135635f,0.2285747383839976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8261893825353199f,-0.5629902814474601f,-0.021284905017788663f,-0.6090960103720786f,0.06481599756730395f,-0.057452809374727284f,-0.9962419691793288f,1.6622648079759983f,0.5596516690274961f,-0.8244641397238945f,0.08395767781493974f,0.07110967451076597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9365946140862305f,-0.34949657510001747f,-0.02535099323543288f,-0.2985276299474853f,0.05398646236962849f,-0.07243590192927843f,-0.9959108905883622f,1.6454716135614709f,0.3462311233056293f,-0.9341333866772188f,0.0867111593133917f,-0.03240996892370954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8432150604198423f,0.5370886536898842f,0.022894103143590618f,0.6113323496283971f,-0.0656206711701921f,-0.06056672567340591f,-0.9960048188921459f,1.6628103893306114f,-0.5335562663827832f,-0.841348589954717f,0.086314893181158f,0.06348054185937667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9434268060193602f,0.33047614955532895f,0.027043968998508916f,0.29834511934778274f,-0.05483614881543304f,-0.07506450927845307f,-0.9956697827241103f,1.6454716135614709f,-0.32701507376144023f,-0.94082455007396f,0.08893990955094888f,-0.0340491070228847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.0025166304074073016f,-0.00109917496099334f,-0.15543095441642735f,0f,0.4002530690812708f,-0.9164046489902937f,1.4214904021367567f,0.002746199956733259f,-0.9164011933986205f,-0.40025155980131f,0.29846030796655637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.001687176906579005f,-0.0021668060107605967f,-0.15576084262397816f,0f,0.7890197527124426f,-0.6143678294227292f,1.5655918068364476f,0.002746199956733259f,-0.6143655127557874f,-0.7890167774655467f,0.17833541946568657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.0023909020858779344f,-0.001351000154739552f,0.15704670412930713f,0f,0.491952580301776f,-0.8706219953196821f,1.4154010134888084f,0.002746199956733259f,-0.8706187123658901f,-0.4919507252399953f,0.2898958371226586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.0015714628246995387f,-0.002252136495186093f,0.15673797899658104f,0f,0.820091956401136f,-0.5722317564118207f,1.5655918068364476f,0.002746199956733259f,-0.5722295986321818f,-0.8200888639867328f,0.17747723197920742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.00009421234442110379f,-0.0027445834358824713f,0.29364234024858277f,0f,0.9994113608345145f,-0.03430644013743779f,2.2375089039530636f,0.002746199956733259f,-0.03430631077422577f,-0.9994075922399529f,-0.03960637384035849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.00009421234442110379f,-0.0027445834358824713f,0.3308966706889885f,0f,0.9994113608345145f,-0.03430644013743779f,2.109366255085864f,0.002746199956733259f,-0.03430631077422577f,-0.9994075922399529f,-0.12911552926445335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.00009421234442110379f,-0.0027445834358824713f,-0.2938554443980685f,0f,0.9994113608345145f,-0.03430644013743779f,2.2375089039530636f,0.002746199956733259f,-0.03430631077422577f,-0.9994075922399529f,-0.03799298136577771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.00009421234442110379f,-0.0027445834358824713f,-0.33160083114659694f,0f,0.9994113608345145f,-0.03430644013743779f,2.109366255085864f,0.002746199956733259f,-0.03430631077422577f,-0.9994075922399529f,-0.12729617179311759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.974416696022924f,0.2244420839793596f,0.011741100918171222f,0.20162202696941134f,0.22474447161333921f,0.9727358644550878f,0.05722639672436153f,2.3353426268959514f,0.0014230217881536058f,0.058401103943462776f,-0.9982921847170674f,-0.05460239306835682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975304868829042f,0.06924647491667288f,0.011741100918171222f,0.0874192891326818f,0.06980807964423183f,0.9959176529886046f,0.05722639672436153f,2.3534197147669804f,-0.007730443424582355f,0.0579046990950133f,-0.9982921847170674f,-0.05490929647062144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9514221258052221f,0.30677903113745997f,0.02612593697140206f,0.06460340602563103f,0.30717752466567916f,0.940031200797548f,0.1482676966415346f,2.3489936886122234f,0.020926224421484698f,0.14909046777537951f,-0.9886021067901789f,-0.06686817898526051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9996561466338002f,-0.0022414090721576962f,0.02612593697140206f,0.09430953612574197f,0.0016575702035785123f,0.9889458744509905f,0.1482676966415346f,2.3568029467371665f,-0.026169466144394925f,0.1482600198696101f,-0.9886021067901789f,-0.06491192056335252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.987699354263607f,0.15416686091576276f,0.02612593697140206f,0.1598296595409033f,0.1563423815872764f,0.9765110085668427f,0.1482676966415346f,2.4606693697110793f,-0.002654299695261605f,0.1505284994383042f,-0.9886021067901789f,-0.07921311413299185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.987699354263607f,0.15592348167124517f,0.011741100918171222f,0.1247468761648732f,0.1563423815872764f,0.986043710612042f,0.05722639672436153f,2.2388095348233703f,-0.002654299695261605f,0.05835810677148837f,-0.9982921847170674f,-0.09234368815657672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9744098144486106f,-0.2241179376594326f,-0.017223923057969284f,-0.20191888290643056f,-0.22474447161333921f,0.9727358644550878f,0.05722639672436153f,2.3353426268959514f,0.003928865671557236f,0.05963294410051986f,-0.9982126406695315f,-0.05349418486026842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9974729823760375f,-0.0689273958912305f,-0.017223923057969284f,-0.08771955324554404f,-0.06980807964423183f,0.9959176529886046f,0.05722639672436153f,2.3534197147669804f,0.013209142524700384f,0.05828415360390008f,-0.9982126406695315f,-0.054428328375618715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9515227100477918f,-0.3059555425347411f,-0.03155532055895469f,-0.06496969699327976f,-0.30717752466567916f,0.940031200797548f,0.1482676966415346f,2.3489936886122234f,-0.015700337689751424f,0.15077316578022865f,-0.9884437019259295f,-0.06651234399356855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9994973359602185f,0.0030556755141885883f,-0.03155532055895469f,-0.0946646345159739f,-0.0016575702035785123f,0.9889458744509905f,0.1482676966415346f,2.3568029467371665f,0.03165956205392944f,0.1482454729612946f,-0.9884437019259295f,-0.06439295774720018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9876698781482076f,-0.15333777598206655f,-0.03155532055895469f,-0.16026231725428355f,-0.1563423815872764f,0.9765110085668427f,0.1482676966415346f,2.4606693697110793f,0.008079079051678227f,0.15137297184319687f,-0.9884437019259295f,-0.07833407424547015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9876698781482076f,-0.1556006049898199f,-0.017223923057969284f,-0.12525218113157413f,-0.1563423815872764f,0.986043710612042f,0.05722639672436153f,2.2388095348233703f,0.008079079051678227f,0.0592136174307701f,-0.9982126406695315f,-0.0916571381673934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.00009421234442110379f,-0.0027445834358824713f,-0.00011860042446331703f,0f,0.9994113608345145f,-0.03430644013743779f,1.7276832886499762f,0.002746199956733259f,-0.03430631077422577f,-0.9994075922399529f,-0.04318694163269582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.00033020527833359416f,-0.002726275605385924f,0.000005226554911780781f,0f,0.9927447557857236f,-0.12024079948147319f,1.3554040052303298f,0.002746199956733259f,-0.12024034607575779f,-0.992741012329691f,0.0019031881457133482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9642911060319778f,-0.264687647723793f,-0.009116576663994347f,0.21251885558146924f,-0.2643616878844609f,0.9598846458503892f,0.09345782278414061f,0.7592373938140868f,-0.015986269311635118f,0.09253062089448105f,-0.9955815001246147f,0.12610783696157152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9642911060319778f,-0.24513253625022924f,0.1002631662134968f,0.12501620955388354f,-0.2643616878844609f,0.9137437292545779f,-0.30852114226875216f,1.0856931766867408f,-0.015986269311635118f,-0.3240099333654245f,-0.9459186023511903f,0.005730879481439022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9592558383577479f,0.2801330218697422f,0.03679302426684762f,-0.20989583497067732f,0.28164264347340534f,0.9377062624112399f,0.20343152855950186f,0.810378548087993f,0.022486839570882343f,0.20550536609263925f,-0.9783976116861917f,0.17298476942703117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9592558383577479f,0.24355499234482716f,-0.14321034278460992f,-0.12505260118987033f,0.28164264347340534f,0.8646183085607286f,-0.4160680255425752f,1.1146758755680422f,0.022486839570882343f,-0.4394498221702859f,-0.8979856323130219f,-0.01898246324593068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9726008800073723f,0.23246719496990206f,-0.0025556744140335782f,-0.00004704306193281023f,0.21724941842581413f,0.9049089526213208f,-0.3659815263909232f,1.2809329941032224f,-0.08276604619365689f,-0.3565091734143878f,-0.9306186065563378f,-0.017130174526010705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9721316275353532f,-0.23440173327821356f,0.0039907620368347455f,-0.00005283270538607598f,-0.21724941842581416f,0.8943373382714573f,-0.39110537655109084f,1.2736565968491078f,0.08810669066030653f,-0.3810728969760173f,-0.9203372524521622f,-0.019238404703278273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.0010050584519399255f,-0.0025556744140335782f,-0.00004704306193281023f,0f,0.9306221157594365f,-0.3659815263909232f,1.2809329941032224f,0.002746199956733259f,-0.3659801463425827f,-0.9306186065563378f,-0.017130174526010705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.974206169173163f,0.22564420141266597f,-0.002652228080455674f,-0.000021723212974282234f,0.2172534820693173f,0.9410282161874735f,0.2593584794599525f,1.278403444777273f,0.06101855843681783f,0.2520924249315358f,-0.9657774820415057f,-0.00791025103864716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9745266120603341f,-0.2242562107777991f,-0.002652228080455674f,-0.000021723212974282234f,-0.2172534820693173f,0.9410282161874735f,0.2593584794599525f,1.278403444777273f,-0.05566692837730704f,0.25332794608294823f,-0.9657774820415057f,-0.00791025103864716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,0.0007122502450713253f,-0.002652228080455674f,-0.000021723212974282234f,0f,0.9657811238226918f,0.2593584794599525f,1.278403444777273f,0.002746199956733259f,0.25935750146731246f,-0.9657774820415057f,-0.00791025103864716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9723211765859681f,0.23363224356677068f,-0.0027394029341972653f,-0.19370539705719597f,0.23286757147951215f,0.9699632419451261f,0.07031360770530373f,1.3541614442876642f,0.019084646072511854f,0.06772949166543475f,-0.9975211738319287f,0.01650767263206497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9724113309567575f,-0.2332690066314457f,0.0013319054344050002f,0.1937868287655551f,-0.23286757147951215f,0.971042653505f,0.05337470587462709f,1.3553259640412774f,-0.013744001605862212f,0.05159201119502134f,-0.9985736661862814f,0.013144720703545755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,-0.000046394256610651975f,-0.0027458080368655234f,-0.007855615255171235f,0f,0.9998572864780749f,-0.016893983446799057f,1.1677405222659725f,0.002746199956733259f,-0.016893919742726207f,-0.9998535162020106f,-0.015689182792373364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999962291857893f,0.00019309522643806446f,-0.0027394029341972653f,0f,0f,0.9975249353131302f,0.07031360770530373f,1.390625f,0.002746199956733259f,0.0703133425657526f,-0.9975211738319287f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8610740160992032f,0.23195759417355355f,-0.4524900145903849f,-2.3126771352249635f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4806351896211368f,-0.08085492817348183f,0.8731851436481929f,-0.4473307905955317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3757206080405627f,0.23195759417355355f,-0.8972344728101163f,-2.2818190851170055f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9117525274969008f,-0.08085492817348183f,-0.40270312786601814f,-0.3588048438706604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32915253448488724f,0.23195759417355355f,-0.9153438061992841f,-2.159946539241092f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9442767650652935f,-0.08085492817348183f,0.31906718970756937f,-0.4509278956892315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.857123204382976f,-0.26678083939850683f,0.44064475060766084f,2.237914551410026f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.48939888344529114f,-0.15486088627837696f,0.8581997662453529f,-0.4820706702425284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3642647547930597f,-0.26678083939850683f,0.8922663123447957f,2.2065793418883515f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.897587980223745f,-0.15486088627837696f,-0.41273953488723847f,-0.39388810177273453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33424223489786f,-0.26678083939850683f,0.9039414318086721f,2.086655731877888f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9406140636778014f,-0.15486088627837696f,0.3020981448347684f,-0.48329410773284676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562494108102796f,0f,-4.290937432395717e-8f,-0.005329460313894319f,0f,0.000015625f,0f,1.5567475f,4.290937432395717e-8f,0f,-0.00001562494108102796f,0.6875172282634179f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16.mcfunction new file mode 100644 index 000000000..f58ed2647 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160.mcfunction new file mode 100644 index 000000000..3e1b04237 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160_as_bone.mcfunction new file mode 100644 index 000000000..34eddbf45 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_160_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42801172549284977f,0.03268526613389915f,-0.6947532516389068f,-0.3362878384931195f,-0.27691245148185123f,0.7563301858187007f,-0.13501329074652385f,1.4671681053499577f,0.6380202986578007f,0.30633440525290356f,0.40747242250660975f,-0.11855486083154235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39961408916529334f,-0.13086930397549187f,-0.6805746138503577f,-0.3362878384931195f,0.03291554477272113f,0.788304769857367f,-0.13225791746598256f,1.4671681053499577f,0.6922608949326173f,0.03806330381212289f,0.3991566587819851f,-0.11855486083154235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4122298479432062f,0.029902495315659795f,-0.7043556187630383f,-0.33539063584575346f,-0.04521685647087693f,0.8131302740877125f,0.06098391343114882f,1.448854994823009f,0.7035385083988352f,0.0697813913617569f,-0.40878914988537085f,-0.04228699539523431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3842879106109185f,-0.1274715719912743f,-0.6899810142984866f,-0.33539063584575346f,-0.3457434244562898f,0.7189524986056121f,0.05973934376928864f,1.448854994823009f,0.6105606327004164f,0.3268918828646879f,-0.40044651417342453f,-0.04228699539523431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0824936446191011f,0.0036016523099518427f,1.5603166591106101f,-0.0031574750161408706f,1.557373122420209f,-0.09580809248777873f,0.08255917257931514f,1.4361478576702706f,0.09586451982138827f,1.5595557340199457f,0.0014684430268794397f,0.7607563495576135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.002305057478368502f,-0.9986026618307905f,0.052795932556224494f,-0.0031047901869400586f,-0.061317179192174f,-0.05283787045076144f,-0.9967187983489341f,1.4480204987484901f,0.9981156697727656f,-0.000939803537203271f,-0.06135329268568407f,0.5679646918283134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011437955952450615f,-0.9986026618307905f,0.05159357467834331f,-0.008759344046112179f,-0.2334640364409568f,-0.05283787045076144f,-0.9709287837606443f,1.513478160617253f,0.9722981625264575f,-0.000939803537203271f,-0.23374216546653723f,0.2359900713400471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9690871197427691f,-0.026369972828849855f,-0.2453054807411968f,0.24386455521397088f,0.19720710912903128f,0.5146717196922377f,-0.8343994109885295f,1.4573149567064032f,0.14825488341917858f,-0.856981706620416f,-0.49356138834022f,-0.49198835112822836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7286562358994965f,-0.026369972828849855f,-0.6843717662336627f,0.009862382303148096f,0.5770060856073566f,0.5146717196922377f,-0.6341742647893485f,1.6450454967814618f,0.3689499519675442f,-0.856981706620416f,-0.3598031231953199f,-0.34651823213075095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011437955952450615f,-0.5800623986384026f,-0.81449173528618f,0.2555839884206621f,-0.2334640364409568f,0.790483263618162f,-0.5662426632003938f,1.338819790100162f,0.9722981625264575f,0.1966311868077953f,-0.1263821962233309f,0.04470358871529121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011437955952450615f,-0.30829295362426634f,-0.9512227015316949f,0.1918339177315391f,-0.2334640364409568f,0.9241697405465236f,-0.30233232434998847f,1.5102120394254477f,0.9722981625264575f,0.22553435526277815f,-0.061404704574467076f,0.08660750092347169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011437955952450615f,-0.5439826772588903f,-0.8390184860930539f,0.2041746183850301f,-0.2334640364409568f,0.8144300567768651f,-0.5312233299725528f,1.401450640548443f,0.9722981625264575f,0.20195675146100533f,-0.11768497647105315f,-0.2610564571189145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011437955952450615f,-0.05159357467834353f,-0.9986026618307905f,0.18825955649639828f,-0.2334640364409568f,0.9709287837606443f,-0.05283787045076165f,1.5831695508132466f,0.9722981625264575f,0.23374216546653723f,-0.000939803537203323f,-0.21723567486604628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9687396826722564f,-0.028111412693156656f,-0.24648159300940042f,0.2562922252871005f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.2370135352164744f,0.2390034706679937f,0.16053028474262135f,-0.95765722922615f,0.010836204517619366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9687396826722564f,-0.028111412693156656f,-0.24648159300940042f,0.2730262406293234f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.130127427686686f,0.2390034706679937f,0.16053028474262135f,-0.95765722922615f,-0.10797307646520962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9687396826722564f,-0.028111412693156656f,-0.24648159300940042f,-0.31284233828285013f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.1979513312008265f,0.2390034706679937f,0.16053028474262135f,-0.95765722922615f,0.15125074353506568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9687396826722564f,-0.028111412693156656f,-0.24648159300940042f,-0.36876379914104646f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.086078559328615f,0.2390034706679937f,0.16053028474262135f,-0.95765722922615f,0.050366722852336204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515570189927873f,0.2618299329396435f,-0.16119654407704442f,0.16493772788230854f,0.06810259589053756f,0.6907177361285074f,0.7199104426458053f,2.2889632247876444f,0.2998354149171355f,0.6740579316455905f,-0.6750886080709245f,0.08236236287883775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9808009985615748f,0.10975005876187917f,-0.16119654407704442f,0.053070146475436085f,-0.04078791961971613f,0.6928674477723831f,0.7199104426458053f,2.2912473582479636f,0.19069805146805768f,0.7126637527047018f,-0.6750886080709245f,0.11150970563100354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9163399191645806f,0.3991777167859615f,-0.03127783507529715f,0.01979112734046691f,0.050536381731222935f,0.1927933671081687f,0.9799371366167378f,2.3396017309270016f,0.39719922792846263f,0.8963748479406606f,-0.19683725590545992f,0.06677168752422195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948437495255004f,0.09647596106308903f,-0.03127783507529715f,0.050138611051219056f,-0.011513471683733203f,0.19897398887587509f,0.9799371366167378f,2.341525198304588f,0.10076385264484486f,0.9752444517595458f,-0.19683725590545992f,0.07152522627687635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675034067621399f,0.2509160316453626f,-0.03127783507529715f,0.1234685659313687f,0.01975466776492281f,0.19832539267800908f,0.9799371366167378f,2.392883206928155f,0.2520851265052176f,0.9474746348491117f,-0.19683725590545992f,0.15679372690135585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675034067621399f,0.19481486617112043f,-0.16119654407704442f,0.07963522104286667f,0.01975466776492281f,0.6937857793807956f,0.7199104426458053f,2.2367814065674763f,0.2520851265052176f,0.6933314216503611f,-0.6750886080709245f,0.0007941570300248196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.952415295841042f,-0.17930958857676643f,-0.24648159300940042f,-0.22580343734571356f,-0.22001328677272314f,0.9640823087397784f,0.14879333190180924f,2.313101363123283f,0.21094847212408147f,0.19594227062941075f,-0.95765722922615f,0.12389760585803057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687396826722564f,-0.02811141269315666f,-0.24648159300940042f,-0.11450243486983766f,-0.06648885789897513f,0.986630516534355f,0.14879333190180924f,2.3307025363691145f,0.2390034706679937f,0.16053028474262138f,-0.95765722922615f,0.0979857133521694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9331632077241424f,-0.26163572397044355f,-0.24648159300940042f,-0.0927427655376501f,-0.30320137948081805f,0.9412382630675864f,0.14879333190180924f,2.327925730540819f,0.19306825536819539f,0.21358202190253495f,-0.95765722922615f,0.09195377627144627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9683408345153935f,0.03953292953450874f,-0.24648159300940042f,-0.12122142819177165f,0.002496971338929954f,0.9888651624542604f,0.14879333190180924f,2.3358578791225217f,0.24961929681850453f,0.14346720171080551f,-0.95765722922615f,0.10051604333750586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9626032646562238f,-0.11243566685322286f,-0.24648159300940042f,-0.1878477246671725f,-0.15222636320719185f,0.9770812037524159f,0.14879333190180924f,2.4400024629370254f,0.22410285410474512f,0.18074994354909477f,-0.95765722922615f,0.1012137619955695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9626032646562238f,-0.11243566685322286f,-0.24648159300940042f,-0.1625496996251974f,-0.15222636320719185f,0.9770812037524159f,0.14879333190180924f,2.220159192092732f,0.22410285410474512f,0.18074994354909477f,-0.95765722922615f,0.060545024697023234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9687396826722564f,-0.028111412693156656f,-0.24648159300940042f,-0.01934759050437881f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,1.7181723679843155f,0.2390034706679937f,0.16053028474262135f,-0.95765722922615f,-0.02167539165375225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011437955952450615f,-0.05159357467834353f,-0.9986026618307905f,1.3388904704567012e-17f,-0.2334640364409568f,0.9709287837606443f,-0.05283787045076165f,1.354074074074074f,0.9722981625264575f,0.23374216546653723f,-0.000939803537203323f,-0.1093287037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007791176930779724f,-0.3257681352237617f,-0.945417590081159f,0.20770274951966688f,-0.1994670465805783f,0.9259396363638002f,-0.3207003073570324f,0.7448377637616466f,0.9798735606650761f,0.19107828731519064f,-0.05776584826901399f,-0.3404755010834847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007791176930779724f,-0.4926017890246813f,-0.8702199578334876f,0.01989831745400714f,-0.1994670465805783f,0.851991702525988f,-0.48406924727283573f,1.0696596003496794f,0.9798735606650761f,0.1773516740167731f,-0.09161980589912608f,-0.27286017536458995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028456233803473605f,0.09100970486433609f,-0.9954433566899867f,0.30472652962997543f,0.14690715612246172f,0.9854139469888417f,0.08589319274472684f,1.153603071135209f,0.9887408812412546f,-0.14379355583745243f,-0.0414111465898824f,-0.017188869779653868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028456233803473605f,-0.9852341978876229f,-0.16883073793138004f,-0.020516339528561862f,0.14690715612246172f,0.16294309989525002f,-0.9756371424236253f,1.0932385465894836f,0.9887408812412546f,-0.05256540220771522f,0.14010120717898333f,-0.017580485523816053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08490524309572241f,-0.7238741467677072f,-0.684687753166493f,0.0022447752036710393f,-0.03150292870535858f,0.6887758044932862f,-0.7242896220626189f,1.2440249766307525f,0.9958908901972351f,-0.03992631695949939f,-0.08128483275622958f,-0.12381795441570775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08579039914639781f,-0.6742329604352179f,-0.7335188630683359f,0.004364596026837957f,-0.22731611639716215f,0.7035684546108847f,-0.6732895461111538f,1.2065297096164609f,0.9700347368215293f,0.2245024381587287f,-0.09290459956521312f,-0.12875525491341286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0004463970136719781f,-0.6538750550324327f,-0.7566024141753974f,0.0022447752036710393f,-0.13052619222005157f,0.750091550061025f,-0.6483252113496613f,1.2440249766307525f,0.9914447608789106f,0.09904584258504773f,-0.08501298249313227f,-0.12381795441570775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0034824997911929675f,-0.03511524509066452f,-0.9993772019400017f,0.009150125751907033f,-0.043671714632115666f,0.9984244338826284f,-0.03523394907251229f,1.2677988204250399f,0.9990398658393445f,0.043767218193253944f,0.001943469919681905f,-0.12069117731287513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0025931031146649414f,-0.0350376225105202f,-0.9993826298395659f,0.009150125751907033f,-0.21638728667132318f,0.9757276426716109f,-0.033646834821778354f,1.2677988204250399f,0.976304162637474f,0.21616644590526005f,-0.010111858455741975f,-0.12069117731287513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0004463970136719781f,0.03485486276818607f,-0.9993922849767839f,0.009150125751907033f,-0.13052619222005157f,0.9908444733198506f,0.034498446864203f,1.2677988204250399f,0.9914447608789106f,0.13043146948845977f,0.004991782531387141f,-0.12069117731287513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01861663871442033f,-0.36489786326722407f,-0.9308614129643527f,0.011725595248544926f,0.05133139586831789f,0.929446123158626f,-0.3653696647829569f,1.2664456204678511f,0.9985081414596412f,-0.05458437073388813f,0.0014275539915104534f,0.07455139183316883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01409207599940697f,-0.3384019564101744f,-0.940896130979288f,0.0005270220121493582f,-0.25810872645557503f,0.9078674080820229f,-0.3303886418597207f,1.3083976309843786f,0.9660130944875996f,0.24750936394447f,-0.07455076148702863f,-0.31076424033880823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0004463970136719781f,-0.19085281331513398f,-0.9816185635874074f,0.02336898716457477f,-0.13052619222005157f,0.9732096556560833f,-0.1892772550580285f,1.1327443154864285f,0.9914447608789106f,0.12821142611899478f,-0.024476853112547183f,-0.13059792947561427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0004463970136719781f,-0.10457286573608034f,-0.9945171272941709f,1.3388904704567012e-17f,-0.13052619222005157f,0.9860028988461039f,-0.10373618757026844f,1.354074074074074f,0.9914447608789106f,0.12985684124767352f,-0.013209349224552452f,-0.1093287037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7365586964444394f,-0.002806206391576189f,0.676367808147132f,0.8295659228085162f,0.08832738209974125f,0.9910289046114018f,0.10029947056755154f,1.8073275349402602f,-0.6705815090378453f,0.13361824512547948f,-0.7297030932551354f,-0.5549419894969444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7365586964444394f,-0.002806206391576189f,0.676367808147132f,0.7605135450168501f,0.08832738209974125f,0.9910289046114018f,0.10029947056755154f,1.815608227012111f,-0.6705815090378453f,0.13361824512547948f,-0.7297030932551354f,-0.6178090059692425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7365586964444394f,-0.002806206391576189f,0.676367808147132f,0.6935845626906133f,0.08832738209974125f,0.9910289046114018f,0.10029947056755154f,1.7964229603910529f,-0.6705815090378453f,0.13361824512547948f,-0.7297030932551354f,-0.4769200337448231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2719724775780399f,-0.731065244845932f,-0.6257592022642735f,-0.9381559650546144f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.498742257872901f,0.962274894658534f,-0.21175786113903852f,-0.17083803837473371f,-0.4701395367803972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017966492040545817f,-0.731065244845932f,-0.6820709735372956f,-0.9259603497030836f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.482602014738388f,0.9443165051160223f,-0.21175786113903852f,0.2518430987962171f,-0.5616809045752708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13008656374966132f,-0.731065244845932f,-0.6697918286379453f,-0.8315893830831572f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.601880504117813f,0.9764412564786514f,-0.21175786113903852f,0.041485911972767235f,-0.5221331074737491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.974953338624658e-9f,9.182700275854813e-10f,-0.000015624998416217714f,0.6875129150840357f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5178333002652966f,0.000015491324388732982f,0.000002039471546713235f,7.035139936032055e-9f,-0.08079916213003795f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161.mcfunction new file mode 100644 index 000000000..91110be01 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161_as_bone.mcfunction new file mode 100644 index 000000000..2272a8bf2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_161_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4031803775266805f,0.02837955530499053f,-0.7096369694869192f,-0.33944746121831165f,-0.2816279276804136f,0.7555024075449525f,-0.1297931700385688f,1.4778850749995105f,0.6519783263056552f,0.3087963041859731f,0.3827708831575422f,-0.11655728103696124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3755270050679338f,-0.12545746329414853f,-0.6951545823545332f,-0.33944746121831165f,0.028337609448380346f,0.789323317330668f,-0.12714432983370005f,1.4778850749995105f,0.7058161576185821f,0.03505888791600523f,0.3749592324808577f,-0.11655728103696124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3860935302534418f,0.02536668311547367f,-0.719188961072539f,-0.3385404716761887f,-0.0472943967185999f,0.8135002878938407f,0.05408295554152362f,1.4604254990092762f,0.7180804066258198f,0.06721798441490098f,-0.3831275461719501f,-0.043832984799521246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3589335375659062f,-0.12177878011420992f,-0.7045116353363648f,-0.3385404716761887f,-0.3477623583986812f,0.7185085553723253f,0.05297922175496192f,1.4604254990092762f,0.6246823654397581f,0.3300233091323538f,-0.3753086166582369f,-0.043832984799521246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08254541631056171f,0.004684387418209368f,1.5603110461573462f,-0.0025636696059110325f,1.5573703003057513f,-0.09575207665743686f,0.08267730971289637f,1.4475146436449366f,0.09586580188831631f,1.5595562979034467f,0.0003894842816279914f,0.7607540939823647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0029980079476529427f,-0.9985990695407015f,0.05282906643875931f,-0.0026448343652821556f,-0.061281329060748124f,-0.05291347821625343f,-0.9967169921956816f,1.4593803977510622f,0.9981160306582065f,-0.0002492699402423441f,-0.06135411320851092f,0.5679620221442059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012126132585376578f,-0.9985990695407015f,0.0515058755965463f,-0.008533274830111853f,-0.23342841731836123f,-0.05291347821625343f,-0.9709332303569093f,1.524825765743885f,0.9722983754469442f,-0.0002492699402423441f,-0.23374303619087783f,0.2359890440237326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.970911756488265f,-0.02700183433830037f,-0.2379101974595434f,0.24545068723185837f,0.19053177585789127f,0.5146380563184708f,-0.8359696844845419f,1.4702786890043298f,0.14501035653121594f,-0.8569822471504958f,-0.4945234317679763f,-0.4912454872085449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7338374036348704f,-0.02700183433830037f,-0.6787883071833216f,0.009676784105226663f,0.5719289912739789f,0.5146380563184708f,-0.6387839227227586f,1.6563736902515922f,0.36657863271985947f,-0.8569822471504958f,-0.3622175231847917f,-0.3465366580369456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012126132585376578f,-0.5799865038469516f,-0.8145358262617501f,0.2556913037110799f,-0.23342841731836123f,0.7904463898166281f,-0.5663088192974786f,1.3501805642525293f,0.9722983754469442f,0.19700294460045326f,-0.12580027393445484f,0.044526546554778085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012126132585376578f,-0.30820731306312626f,-0.9512419298385296f,0.19195717045025293f,-0.23342841731836123f,0.9241544668990281f,-0.3024065067071445f,1.5215694861291775f,0.9722983754469442f,0.22571391956408296f,-0.06073792569928461f,0.08646829443742311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012126132585376578f,-0.543904931481121f,-0.8390592246194776f,0.2040663498763046f,-0.23342841731836123f,0.8143961037594449f,-0.5312910315163247f,1.4127965950880965f,0.9722983754469442f,0.20230277232888444f,-0.11708739219608864f,-0.26120020923841003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012126132585376578f,-0.05150587559654652f,-0.9985990695407015f,0.18816775401732275f,-0.23342841731836123f,0.9709332303569093f,-0.05291347821625365f,1.5945158665411654f,0.9722983754469442f,0.23374303619087783f,-0.000249269940242396f,-0.21737494788974698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9685695972091821f,-0.028075395491111092f,-0.24715320659473727f,0.2563081876474675f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.248373149306501f,0.23967384042603848f,0.1605144189560739f,-0.9574923349680812f,0.010626624929607281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9685695972091821f,-0.028075395491111092f,-0.24715320659473727f,0.27296835886094406f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.1414840620043494f,0.23967384042603848f,0.1605144189560739f,-0.9574923349680812f,-0.10819035285913602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9685695972091821f,-0.028075395491111092f,-0.24715320659473727f,-0.312726450712927f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.2092728920729985f,0.23967384042603848f,0.1605144189560739f,-0.9574923349680812f,0.1514350061799049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9685695972091821f,-0.028075395491111092f,-0.24715320659473727f,-0.3687089992901391f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.0973922825708256f,0.23967384042603848f,0.1605144189560739f,-0.9574923349680812f,0.05059356642311448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9513551766515672f,0.262242415385273f,-0.16171655274326033f,0.16499910443379603f,0.06804129867565167f,0.6907616417593453f,0.7198741111808821f,2.300318481523971f,0.3004891171619972f,0.6738525579433768f,-0.6750029782307422f,0.08221391120330691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9806661677052338f,0.11018903796279884f,-0.16171655274326033f,0.053151477282154f,-0.04085533051804225f,0.692901223855029f,0.7198741111808821f,2.302595190633672f,0.19137583307876763f,0.7125631690545311f,-0.6750029782307422f,0.11143831061847155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9160696125421026f,0.3997811730438246f,-0.03148775407465622f,0.019837953784041906f,0.05048122986918714f,0.19285561521211814f,0.9799277305557028f,2.3509454455205483f,0.3978292478034473f,0.8960924758979174f,-0.19685061399773246f,0.06672152696393616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947731508898368f,0.09713341140946657f,-0.03148775407465622f,0.05018856265680827f,-0.01158515994349616f,0.19901614747812274f,0.9799277305557028f,2.3528713794971887f,0.10145029491228855f,0.9751705868364395f,-0.19685061399773246f,0.07145406796956646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9673308294196068f,0.2515543436271973f,-0.03148775407465622f,0.12357341372621217f,0.019690457164986838f,0.19837824675247057f,0.9799277305557028f,2.404237985296677f,0.252751562509532f,0.9472942960968921f,-0.19685061399773246f,0.15667014610867944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9673308294196068f,0.19524042364021946f,-0.16171655274326033f,0.07964431840716285f,0.019690457164986838f,0.6938253021821625f,0.7198741111808821f,2.2481272923056905f,0.252751562509532f,0.6931721481916442f,-0.6750029782307422f,0.0007064127655597406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522529387439932f,-0.17924740757781804f,-0.24715320659473727f,-0.2257151510801197f,-0.22007782500304526f,0.9640757387231658f,0.14874044825571595f,2.3244285330274383f,0.21161307047382086f,0.19603146911150235f,-0.9574923349680812f,0.1240177422491589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9685695972091822f,-0.028075395491111085f,-0.24715320659473727f,-0.11443337694121263f,-0.06655362933362106f,0.9866341234090842f,0.14874044825571595f,2.342037203319602f,0.23967384042603848f,0.16051441895607393f,-0.9574923349680812f,0.0980284733090914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9330068878760129f,-0.2615596292355855f,-0.24715320659473727f,-0.0926776623029468f,-0.3032650995090115f,0.9412260931744711f,0.14874044825571595f,2.339261828676755f,0.19372255056060766f,0.21372880452027282f,-0.9574923349680812f,0.09198163106125751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.96816865093895f,0.03955699443832114f,-0.24715320659473727f,-0.12115101399313961f,0.002432609287105786f,0.9888732787697043f,0.14874044825571595f,2.3471921280019306f,0.25028692684818865f,0.1434046119420908f,-0.9574923349680812f,0.10056325218664577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624369655256828f,-0.11238496278264015f,-0.24715320659473727f,-0.18778469752122667f,-0.15229120252681994f,0.9770791516994025f,0.14874044825571595f,2.451331694104651f,0.2247720556978812f,0.1807925647108331f,-0.9574923349680812f,0.10130319993200673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624369655256828f,-0.11238496278264015f,-0.24715320659473727f,-0.16249808089513268f,-0.15229120252681994f,0.9770791516994025f,0.14874044825571595f,2.2314888849722854f,0.2247720556978812f,0.1807925647108331f,-0.9574923349680812f,0.06062487287206936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9685695972091821f,-0.028075395491111092f,-0.24715320659473727f,-0.019314703348704932f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,1.7295099613838412f,0.23967384042603848f,0.1605144189560739f,-0.9574923349680812f,-0.021676361428420818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012126132585376578f,-0.05150587559654652f,-0.9985990695407015f,1.3389063455078011e-17f,-0.23342841731836123f,0.9709332303569093f,-0.05291347821625365f,1.3654100000000002f,0.9722983754469442f,0.23374303619087783f,-0.000249269940242396f,-0.10933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00831663232194274f,-0.33469841213361884f,-0.9422886004521418f,0.2122398790563449f,-0.19945229286172983f,0.9228310870827466f,-0.3295475194655161f,0.7580509877806685f,0.9798722449886108f,0.1906823474496531f,-0.05908151887070457f,-0.3402289711349731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00831663232194274f,-0.5008123145529f,-0.8655159497195813f,0.02130518413305181f,-0.19945229286172983f,0.8473229298422578f,-0.49220182388501055f,1.0810928547830292f,0.9798722449886108f,0.17672260227740946f,-0.09284129116551643f,-0.2728534790167107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.029567588859917688f,0.08170580519008137f,-0.9962178070518771f,0.3053332422175006f,0.14678573705897596f,0.9862035430365776f,0.0765278975155729f,1.167899055997089f,0.988726304436705f,-0.1439678196693321f,-0.04115290772952279f,-0.017297063900628903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.029567588859917688f,-0.9867362364326919f,-0.15961628174988152f,-0.0193280532734534f,0.14678573705897596f,0.15366862573767393f,-0.9771590970051641f,1.1044805255825165f,0.988726304436705f,-0.05232163199424658f,0.14029519500109253f,-0.017590892407467473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0862621480895179f,-0.7345134168353139f,-0.6730890597059902f,0.002768535084446676f,-0.03285405174426925f,0.677337211053084f,-0.7349387143203266f,1.2553727307631657f,0.995730612711574f,-0.04128368941533776f,-0.08256030460996959f,-0.12381847274168412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08753208108389049f,-0.6856047717446413f,-0.7226923493037002f,0.005485476842019091f,-0.2259649933582515f,0.6929005681338746f,-0.6847106136583243f,1.217915443594753f,0.9701948034068871f,0.2232373168642106f,-0.09427164898069532f,-0.1287515742477368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.000640445598060228f,-0.6657446533045723f,-0.7461793661217191f,0.002768535084446676f,-0.13052619222005157f,0.7397401943987619f,-0.6601116253599961f,1.2553727307631657f,0.9914446545188339f,0.09781871695772995f,-0.0864233512354933f,-0.12381847274168412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0032647522214952246f,-0.03982977234005611f,-0.9992011462304631f,0.009560657072643608f,-0.043658421446199f,0.9982480571746398f,-0.03993442855335681f,1.279178781705266f,0.9990411821490435f,0.04375392076598839f,0.0015201275753358697f,-0.12068873354495001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0019887352030876324f,-0.03971840725865787f,-0.9992089336355671f,0.009560657072643608f,-0.21640057985723984f,0.9755512659636224f,-0.03834731430262288f,1.279178781705266f,0.976302634417086f,0.21615312998337355f,-0.010535199506818128f,-0.12068873354495001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.000640445598060228f,0.030138504124698165f,-0.9995455269263933f,0.009560657072643608f,-0.13052619222005157f,0.9909969955231798f,0.029797114097928665f,1.279178781705266f,0.9914446545188339f,0.13044778814972824f,0.004568543846078906f,-0.12068873354495001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01928082850851111f,-0.3736502893385334f,-0.9273692419577304f,0.012059770354351691f,0.051240049580189545f,0.9259534757995638f,-0.3741451830155327f,1.2778370133283024f,0.9985002288287395f,-0.05473227504806484f,0.001292709177607437f,0.07455490678791145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014896865500773427f,-0.34871203878104023f,-0.9371115181276036f,0.000827184286247902f,-0.25804303768849157f,0.9041273074565246f,-0.3405401629938982f,1.3197372612241243f,0.9660185681956364f,0.24688808379625232f,-0.07651405087085042f,-0.31076536760923373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.000640445598060228f,-0.19548276393027406f,-0.9807069281062598f,0.024418824220306914f,-0.13052619222005157f,0.9723006989626276f,-0.19389240300052996f,1.1441926888349414f,0.9914446545188339f,0.128132118545533f,-0.024892915117828415f,-0.13058967608171185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.000640445598060228f,-0.10926465225878404f,-0.9940124876460068f,1.3389063455078011e-17f,-0.13052619222005157f,0.9854996376541074f,-0.10841299427724098f,1.3654100000000002f,0.9914446545188339f,0.12981409765657173f,-0.013630740098761614f,-0.10933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2476672267360666f,-0.004598748332567602f,0.9688342460476091f,0.8504471414698282f,0.12648034739489655f,0.9912774127799979f,0.03703798907958803f,1.8073858183947815f,-0.9605538332252556f,0.13171158804739658f,-0.24492527646264037f,-0.4687699040236721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2476672267360666f,-0.004598748332567602f,0.9688342460476091f,0.827228338963322f,0.12648034739489655f,0.9912774127799979f,0.03703798907958803f,1.819243350963053f,-0.9605538332252556f,0.13171158804739658f,-0.24492527646264037f,-0.5588218258885398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2476672267360666f,-0.004598748332567602f,0.9688342460476091f,0.6935126033094338f,0.12648034739489655f,0.9912774127799979f,0.03703798907958803f,1.8077588863169791f,-0.9605538332252556f,0.13171158804739658f,-0.24492527646264037f,-0.4770570734867099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27178413299100435f,-0.7311066767378224f,-0.6257926272206356f,-0.9382265660822837f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.510078183798827f,0.9623281075103013f,-0.2116147707632907f,-0.17071555960263768f,-0.46995720741854513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.018151316203378787f,-0.7311066767378224f,-0.6820216689735468f,-0.9260488677200909f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.493937940664314f,0.9443129705721861f,-0.2116147707632907f,0.2519765909840306f,-0.5615009604230962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.129895449196725f,-0.7311066767378224f,-0.6697836960596744f,-0.8316701624922361f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.613216430043739f,0.9764666987152112f,-0.2116147707632907f,0.04161700487801459f,-0.5219716346525228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0006962469691063e-8f,1.3174416023981635e-9f,-0.000015624996740001254f,0.6875184858044852f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5291692261912229f,0.000015491322726856782f,0.0000020394713279230825f,1.0093312154369096e-8f,-0.08093502109773681f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162.mcfunction new file mode 100644 index 000000000..f72ac92fb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162_as_bone.mcfunction new file mode 100644 index 000000000..1afc643e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_162_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38145295648747846f,0.024622807144928975f,-0.7216867767942752f,-0.3422222647869974f,-0.285513383206855f,0.754826029310617f,-0.12515677340594708f,1.488929192312068f,0.663264799639768f,0.3107665157122235f,0.3611764426362091f,-0.11489285644414886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.35445484355988727f,-0.12071237791373088f,-0.7069584752270451f,-0.3422222647869974f,0.02456761932953505f,0.7901677327921098f,-0.1226025535405196f,1.488929192312068f,0.7167692766556159f,0.03261097779260133f,0.35380549482730694f,-0.11489285644414886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36307371955793893f,0.02138205178941775f,-0.7312077177328493f,-0.3413007056760696f,-0.04886334107693978f,0.8137856675227653f,0.04805939739291635f,1.4721631036040725f,0.7298864928943444f,0.06511635462958804f,-0.36051353968275857f,-0.04503841844666097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.33660630393022545f,-0.11675545194186387f,-0.7162851112485055f,-0.3413007056760696f,-0.34928927330765414f,0.7181786752605733f,0.04707859336448949f,1.4721631036040725f,0.636155012325332f,0.3325470716196719f,-0.35315612050555945f,-0.04503841844666097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08259760708450865f,0.005787474535291382f,1.560304582587136f,-0.0019586554826977187f,1.5573699005911936f,-0.0956550573217577f,0.08279705756454683f,1.4591309658959695f,0.09582733449537648f,1.559558548162676f,-0.0007119102728909444f,0.7607470759529719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.003703983702586934f,-0.9985949328557671f,0.05286246853408526f,-0.002176186018160364f,-0.061219236685941786f,-0.05299011684130972f,-0.9967167363783629f,1.4709847646947118f,0.9981174708241116f,0.0004556225746497748f,-0.06132949407705779f,0.5679543743110784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012827183195257831f,-0.9985949328557671f,0.05141617883566883f,-0.00830289220920589f,-0.2333672238440378f,-0.05299011684130972f,-0.9709437606537626f,1.5364091052558846f,0.9723040688008056f,0.0004556225746497748f,-0.2337190411615353f,0.23598156328827163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9727127722997586f,-0.027647865841427494f,-0.23035941074619137f,0.24705296289558765f,0.18371892023419417f,0.5145794198937197f,-0.8375293302146646f,1.483503374165001f,0.14169411050886982f,-0.8569968588835417f,-0.4954585380340547f,-0.4904877086563898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7390733015955336f,-0.027647865841427494f,-0.6730573901110454f,0.009487782819103166f,0.5667264647377376f,0.5145794198937197f,-0.6434509575621975f,1.6679223221526984f,0.3641315271087403f,-0.8569968588835417f,-0.3646431335281104f,-0.3465649343524649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012827183195257831f,-0.5799086317269153f,-0.8145805314515518f,0.2558005079706631f,-0.2333672238440378f,0.7904140930756892f,-0.566379113582645f,1.3617723121947223f,0.9723040688008056f,0.19736144587014187f,-0.1251928810973093f,0.0443442841147748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012827183195257831f,-0.30811960199241556f,-0.9512611493377152f,0.1920827004137245f,-0.2333672238440378f,0.9241448028489623f,-0.3024832593757539f,1.5331589423578043f,0.9723040688008056f,0.22587318175314275f,-0.06005084144381082f,0.08632018793446525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012827183195257831f,-0.5438251834650967f,-0.8391004905256756f,0.2039559575272429f,-0.2333672238440378f,0.8143669039515012f,-0.5313626676609613f,1.4243654329167437f,0.9723040688008056f,0.2026344382813553f,-0.11646493985658331f,-0.26135000142466586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012827183195257831f,-0.051416178835669055f,-0.9985949328557671f,0.18807420566520644f,-0.2333672238440378f,0.9709437606537626f,-0.052990116841309935f,1.606086199809066f,0.9723040688008056f,0.2337190411615353f,0.0004556225746497229f,-0.21752483356578645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9683958519522782f,-0.028038360094483936f,-0.24783729397496668f,0.2563246155801805f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.2599628391369473f,0.24035841921708895f,0.16047300760847139f,-0.9573276576703263f,0.010388317034140823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9683958519522782f,-0.028038360094483936f,-0.24783729397496668f,0.27290950873004827f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.1530676665710993f,0.24035841921708895f,0.16047300760847139f,-0.9573276576703263f,-0.10843371754415203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9683958519522782f,-0.028038360094483936f,-0.24783729397496668f,-0.312607947441783f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.2208276466728694f,0.24035841921708895f,0.16047300760847139f,-0.9573276576703263f,0.15159888832418056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9683958519522782f,-0.028038360094483936f,-0.24783729397496668f,-0.36865274318833596f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.1089364920903306f,0.24035841921708895f,0.16047300760847139f,-0.9573276576703263f,0.05080373518716941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9511490406169972f,0.2626627626982746f,-0.16224603423528172f,0.1650618639910713f,0.06798692393516943f,0.6908235250778434f,0.7198198631413666f,2.311905601765376f,0.30115325119812286f,0.673625363455632f,-0.6749337663816117f,0.08203652256260056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980528326354353f,0.1106364568831445f,-0.16224603423528172f,0.05323462290879222f,-0.040918716499063604f,0.6929538392037478f,0.7198198631413666f,2.314175539985103f,0.1920673315709918f,0.7124426651605943f,-0.6749337663816117f,0.11133935787600441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9157937464346777f,0.40039585719668747f,-0.0317012859497532f,0.019885977863423873f,0.05043559573296914f,0.19294182859323072f,0.9799131091388467f,2.362520466966494f,0.39846965339182167f,0.8957994241563401f,-0.19688912363807987f,0.06664299734526702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947007344801528f,0.0978032580938766f,-0.0317012859497532f,0.05023975635428475f,-0.011655201986018097f,0.19908403955240672f,0.9799131091388467f,2.364449023081367f,0.10214991478856233f,0.9750897742781013f,-0.19688912363807987f,0.07135409357008893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9671545174683596f,0.25220461496506635f,-0.0317012859497532f,0.12368051787003276f,0.019631898116557536f,0.1984562599521119f,0.9799131091388467f,2.4158265411091975f,0.25342992703484407f,0.9471050338141713f,-0.19688912363807987f,0.15651540943907366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9671545174683596f,0.19567412633117637f,-0.16224603423528172f,0.07965383944551815f,0.019631898116557536f,0.6938832417658503f,0.7198198631413666f,2.2597028117118816f,0.25342992703484407f,0.6929918347867062f,-0.6749337663816117f,0.0005922466120650109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520871261919744f,-0.17918364840206302f,-0.24783729397496668f,-0.2256247737947486f,-0.2201377756590726f,0.964074130009339f,0.14866213900860029f,2.335988264235677f,0.2122956991259689f,0.19609765932326287f,-0.9573276576703263f,0.12411336606774695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683958519522783f,-0.028038360094483947f,-0.24783729397496668f,-0.11436263928546986f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.3536038624121702f,0.24035841921708895f,0.1604730076084714f,-0.9573276576703263f,0.09804482659343983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9328472632691346f,-0.26148166116661553f,-0.24783729397496668f,-0.09261096548632612f,-0.30332468182604455f,0.9412192655383319f,0.14866213900860029f,2.3508297823429465f,0.19439681274757445f,0.21385423786549304f,-0.9573276576703263f,0.09198287214745605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679927454580871f,0.039581819762132125f,-0.24783729397496668f,-0.12107888950227859f,0.0023738332806369777f,0.9888851972503906f,0.14866213900860029f,2.35875842872146f,0.2509669493301292f,0.14331554766798602f,-0.9573276576703263f,0.1005840054347874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622671092694375f,-0.1123329254199641f,-0.24783729397496668f,-0.18772003176204324f,-0.15235111936426615f,0.9770817288506848f,0.14866213900860029f,2.4628929273143156f,0.2254576386967102f,0.18081097591891393f,-0.9573276576703263f,0.10136432099809282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622671092694375f,-0.1123329254199641f,-0.24783729397496668f,-0.16244512354255136f,-0.15235111936426615f,0.9770817288506848f,0.14866213900860029f,2.243049538322912f,0.2254576386967102f,0.18081097591891393f,-0.9573276576703263f,0.06068185141633725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9683958519522782f,-0.028038360094483936f,-0.24783729397496668f,-0.01928106706337588f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,1.7410765028377537f,0.24035841921708895f,0.16047300760847139f,-0.9573276576703263f,-0.021688878082942786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012827183195257831f,-0.051416178835669055f,-0.9985949328557671f,1.3389494349322157e-17f,-0.2333672238440378f,0.9709437606537626f,-0.052990116841309935f,1.3769725925925926f,0.9723040688008056f,0.2337190411615353f,0.0004556225746497229f,-0.10933351851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008852700187433967f,-0.3437522588382138f,-0.9390186442467567f,0.21683870108918823f,-0.19941834514608764f,0.9195855961416284f,-0.33851832297239365f,0.7715595644640909f,0.9798744579376416f,0.19025434531823857f,-0.06040969101842163f,-0.3399713496900878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008852700187433967f,-0.5091186515701001f,-0.8606508167211802f,0.022737215178087605f,-0.19941834514608764f,0.8424969858557863f,-0.5004309667108051f,1.0927615403216093f,0.9798744579376416f,0.17605972693196503f,-0.0940692257545189f,-0.27284857879727614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.030693630114436276f,0.07221479145230118f,-0.9969167091416908f,0.3059220089198312f,0.14663285506644244f,0.986920973152198f,0.06697610445063273f,1.1824786150140487f,0.9887146741529943f,-0.1441250035483747f,-0.04088124835079171f,-0.017410081649214294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.030693630114436276f,-0.9881776403960163f,-0.1502093608659583f,-0.018116985426684103f,0.14663285506644244f,0.14420256658112268f,-0.9786237405696229f,1.1159530867685152f,0.9887146741529943f,-0.052063142555731065f,0.14047320848389475f,-0.017603367840545225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08762028372610522f,-0.74517027281801f,-0.6610929967773743f,0.0033019171982340573f,-0.03425622903890091f,0.6655068563780049f,-0.7456052138269285f,1.266949917543733f,0.9955647626607678f,-0.04268358726955969f,-0.08383862311614317f,-0.12382108449452192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08928785136402578f,-0.6970201535064956f,-0.7114707198504917f,0.006626836660484416f,-0.22456281606361983f,0.6818430890009665f,-0.6961763739335004f,1.229540997165735f,0.9703603563833243f,0.22192996099535794f,-0.09564450414020877f,-0.12874888438109855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0008409785066664554f,-0.6776729332296962f,-0.7353629636601309f,0.0033019171982340573f,-0.13052619222005157f,0.7289976968909226f,-0.6719563014603438f,1.266949917543733f,0.9914445046999278f,0.0965492283531563f,-0.0878409961505709f,-0.12382108449452192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003045802516498172f,-0.04463082351084158f,-0.9989989052445326f,0.009978560984130717f,-0.04364688001295673f,0.9980455674411763f,-0.04472130561773722f,1.2907882229473515f,0.999042377956093f,0.043739397615474886f,0.0010918535022350238f,-0.1206883742876784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0013702458573976992f,-0.04448458838933751f,-0.9990091310003736f,0.009978560984130717f,-0.2164121212904821f,0.9753487762301589f,-0.043134191367003284f,1.2907882229473515f,0.9763011401124367f,0.21613858078131915f,-0.010963471758217772f,-0.1206883742876784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0008409785066664554f,0.025334236360543938f,-0.9996786829892791f,0.009978560984130717f,-0.13052619222005157f,0.9911294186186456f,0.02500777265571369f,1.2907882229473515f,0.9914445046999278f,0.1304632209348436f,0.0041402999433276765f,-0.1206883742876784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019954069412187837f,-0.3825372535734112f,-0.9237245719057198f,0.012400412631965174f,0.051143459850158585f,0.922308396337328f,-0.38305556850177924f,1.2894575443165492f,0.9984919537124215f,-0.054885987958474644f,0.0011604729093629765f,0.07455631559908243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015719081751464876f,-0.3591753709383525f,-0.9331376979739847f,0.001132314477210265f,-0.25797315225044576f,0.9001995395873368f,-0.3508427591453399f,1.331305269016503f,0.9660242042448309f,0.24623939944298837f,-0.07850729249628553f,-0.31076862977353636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0008409785066664554f,-0.20019385221961705f,-0.9797559462889834f,0.025487538371917126f,-0.13052619222005157f,0.9713523606556966f,-0.19858878264680407f,1.1558749128003472f,0.9914445046999278f,0.1280508218719254f,-0.02531365477837917f,-0.13058329359322646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0008409785066664554f,-0.11404069696149387f,-0.993475723000662f,1.3389494349322157e-17f,-0.13052619222005157f,0.9849642245170415f,-0.11317415591060186f,1.3769725925925926f,0.9914445046999278f,0.12976978021897007f,-0.014056964189850377f,-0.10933351851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3211609421957004f,-0.0050374636610183415f,0.9470112318065899f,0.8204354770175829f,0.12357622130307994f,0.9916586602178363f,-0.03663357945134209f,1.8080338066182884f,-0.9389273490193065f,0.12879334445082746f,0.3191045403762665f,-0.38532295612715695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3211609421957004f,-0.0050374636610183415f,0.9470112318065899f,0.8505443153484299f,0.12357622130307994f,0.9916586602178363f,-0.03663357945134209f,1.8196190773654521f,-0.9389273490193065f,0.12879334445082746f,0.3191045403762665f,-0.4733473950977169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3211609421957004f,-0.0050374636610183415f,0.9470112318065899f,0.6934382114120179f,0.12357622130307994f,0.9916586602178363f,-0.03663357945134209f,1.8193214789095715f,-0.9389273490193065f,0.12879334445082746f,0.3191045403762665f,-0.4772008566688769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27158948372036185f,-0.7311494636962793f,-0.6258271439216665f,-0.9382994885593677f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5216407763914193f,0.9623830597961173f,-0.21146689034566607f,-0.17058898119455607f,-0.4697709497077353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01834231574129383f,-0.7311494636962793f,-0.6819706893920658f,-0.9261403063928463f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5055005332569062f,0.9443092799099392f,-0.21146689034566607f,0.2521145338204559f,-0.5613171639418595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12969794310956234f,-0.7311494636962793f,-0.6697752647640787f,-0.8317536077614952f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6247790226363312f,0.9764929518306574f,-0.21146689034566607f,0.04175247672393931f,-0.5218069283333883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3140289166663367e-8f,1.7299518878118324e-9f,-0.000015624994378881135f,0.6875242150048206f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5407318187838153f,0.000015491320385936373f,0.0000020394710197350646f,1.3253676203894312e-8f,-0.08107759999235811f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163.mcfunction new file mode 100644 index 000000000..670002758 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163_as_bone.mcfunction new file mode 100644 index 000000000..b7e5ebb3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_163_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3650880196511392f,0.021811881745577726f,-0.7301913613337061f,-0.34432968532667607f,-0.2882951660450634f,0.7543481206792445f,-0.12161107888340479f,1.5000014742483592f,0.6712235690041756f,0.3121339441439417f,0.34492863866441703f,-0.11364791055779842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3385904274548622f,-0.11712155301078414f,-0.7152894968166917f,-0.34432968532667607f,0.021870881425676364f,0.790778030459066f,-0.11912922013068225f,1.5000014742483592f,0.7244847734642861f,0.03086500224562813f,0.33788927869167384f,-0.11364791055779842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.34548132904514817f,0.0183546931893383f,-0.7397636115432875f,-0.343386299662477f,-0.04989300944767504f,0.8139798205751835f,0.043496939537059374f,1.4837293820848814f,0.7383073772717546f,0.06359560817196139f,-0.3432233379765806f,-0.04582762845698876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3195498766621848f,-0.11290036452626577f,-0.7246663949811797f,-0.343386299662477f,-0.3502939316157359f,0.7179683931430154f,0.04260924689344592f,1.4837293820848814f,0.6443462095786494f,0.33432752524653553f,-0.3362187800586912f,-0.04582762845698876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08264840621924603f,0.006885621872190137f,1.5602974329149082f,-0.0013562513075774138f,1.5573714689727065f,-0.09552729075623986f,0.08291498266638357f,1.4706566688175327f,0.09575802096541247f,1.559561917633348f,-0.0018101073398000766f,0.7607363417155732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004406797998201385f,-0.9985903570655412f,0.052894979980317225f,-0.0017095371802809765f,-0.0611374660839962f,-0.05306558890648524f,-0.9967177401425321f,1.4824947107576385f,0.9981196272853426f,0.0011584686974716195f,-0.06128513341786665f,0.5679428728843097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01352496571589825f,-0.9985903570655412f,0.051326153938307986f,-0.00807340748898119f,-0.2332868698230921f,-0.05306558890648524f,-0.9709589484845133f,1.5478914841026432f,0.9723138956481737f,0.0011584686974716195f,-0.2336757289059981f,0.2359690918175571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9744369579557803f,-0.028292476658871163f,-0.22287249882924637f,0.24862345924433385f,0.17696392248637322f,0.5145020404522368f,-0.8390300474409257f,1.49660874828358f,0.13840659344164996f,-0.8570222786689927f,-0.4963430555139114f,-0.48973693755389014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7442110352723291f,-0.028292476658871163f,-0.6673450911959986f,0.009299820219152214f,0.5615459727343719f,0.5145020404522368f,-0.648038402316015f,1.679358484108921f,0.3616850224777033f,-0.8570222786689927f,-0.36701056984821456f,-0.34660043632337717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01352496571589825f,-0.5798302469282747f,-0.8146250426113109f,0.25590909243743076f,-0.2332868698230921f,0.7903863512511646f,-0.5664509264923259f,1.3732590165191916f,0.9723138956481737f,0.1977025556308432f,-0.12457683503166184f,0.04416136714362023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01352496571589825f,-0.30803146031738887f,-0.9512800296217307f,0.19220769344278457f,-0.2332868698230921f,0.9241399395590889f,-0.3025600906925223f,1.5446442546196926f,0.9723138956481737f,0.22601325528928728f,-0.059360734185250695f,0.08616784792170377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01352496571589825f,-0.5437449317218962f,-0.839141540223778f,0.20384598525165878f,-0.2332868698230921f,0.8143423209661719f,-0.5314356223020547f,1.4358232585292283f,0.9723138956481737f,0.2029483518291758f,-0.1158346011314996f,-0.26150168406758434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01352496571589825f,-0.05132615393830821f,-0.9985903570655412f,0.18798114165656638f,-0.2332868698230921f,0.9709589484845133f,-0.05306558890648545f,1.617546401439409f,0.9723138956481737f,0.2336757289059981f,0.0011584686974715677f,-0.21768024446835052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682224408835012f,-0.028000764465222684f,-0.2485181324550766f,0.25634147903064497f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.2714468052353514f,0.2410411929340217f,0.16041207977534344f,-0.9571661861824691f,0.010131757669983768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682224408835012f,-0.028000764465222684f,-0.2485181324550766f,0.2728513412042656f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.164543186324777f,0.2410411929340217f,0.16041207977534344f,-0.9571661861824691f,-0.10869312699156644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682224408835012f,-0.028000764465222684f,-0.2485181324550766f,-0.31248920498841204f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.232280121674707f,0.2410411929340217f,0.16041207977534344f,-0.9571661861824691f,0.1517434585187215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682224408835012f,-0.028000764465222684f,-0.2485181324550766f,-0.3685960258810539f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.1203765006074544f,0.2410411929340217f,0.16041207977534344f,-0.9571661861824691f,0.050996663327222955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509432934460057f,0.26308162158487286f,-0.16277258072027512f,0.16512493724614555f,0.0679395888908798f,0.6908983796265732f,0.7197524861302764f,2.3233885162674075f,0.3018129634581705f,0.6733850974098324f,-0.6748788377738246f,0.0818395461763671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803906362383066f,0.11108234487041989f,-0.16277258072027512f,0.05331804938544472f,-0.04097717860169642f,0.6930203673364376f,0.7197524861302764f,2.3256523909586f,0.19275650756873042f,0.7123085589229983f,-0.6748788377738246f,0.11122041279543163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155186070890777f,0.40100776878129274f,-0.03191315482250451f,0.019934489114633025f,0.05039887950229567f,0.19304524017144628f,0.9798946311680976f,2.3739911467724246f,0.3991060423228255f,0.8955033805766446f,-0.1969468516052318f,0.06654344640436873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946281524913287f,0.09847024332742352f,-0.03191315482250451f,0.050291409562040895f,-0.011722077131537636f,0.19917104386848147f,0.9798946311680976f,2.3759223827337212f,0.10284663912549313f,0.9750048750972369f,-0.1969468516052318f,0.07123315147095229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669784896060611f,0.25285203417899654f,-0.03191315482250451f,0.12378783530245896f,0.019579456788693633f,0.19855265467829425f,0.9798946311680976f,2.4273124066249605f,0.2541047923810986f,0.9469121881841771f,-0.1969468516052318f,0.1563388820599737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669784896060611f,0.19610631709570986f,-0.16277258072027512f,0.07966391395592431f,0.019579456788693633f,0.6939546120468874f,0.7197524861302764f,2.2711726189144112f,0.2541047923810986f,0.6927981732178653f,-0.6748788377738246f,0.0004592930859542675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9519217313533644f,-0.17911938816960815f,-0.2485181324550766f,-0.22553399351843673f,-0.22019243452525838f,0.9640765850843446f,0.1485652377575201f,2.347445071806403f,0.21297959797842964f,0.19614429095401656f,-0.9571661861824691f,0.12418770180180169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682224408835013f,-0.028000764465222677f,-0.2485181324550766f,-0.1142914544996443f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.3650669547176295f,0.2410411929340217f,0.1604120797753434f,-0.9571661861824691f,0.09803990303564414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326880984561084f,-0.2614032303537402f,-0.2485181324550766f,-0.09254381649506396f,-0.3033793466726281f,0.9412169474369557f,0.1485652377575201f,2.3622940245153723f,0.19507404494401298f,0.2139602977612637f,-0.9571661861824691f,0.09196296101558635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678171342714325f,0.03960722726566396f,-0.2485181324550766f,-0.12100631696114457f,0.00232112758936151f,0.9888998849715606f,0.1485652377575201f,2.3702212204484305f,0.25164380973381173f,0.1432071403651389f,-0.9571661861824691f,0.10058335873595081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620976347571237f,-0.11228035908292269f,-0.2485181324550766f,-0.18765477705860856f,-0.15240547382682584f,0.9770879907550151f,0.1485652377575201f,2.4743507429786957f,0.2261431244640653f,0.18080978758501348f,-0.9571661861824691f,0.10140179352608766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620976347571237f,-0.11228035908292269f,-0.2485181324550766f,-0.16239169626495098f,-0.15240547382682584f,0.9770879907550151f,0.1485652377575201f,2.254505945058818f,0.2261431244640653f,0.18080978758501348f,-0.9571661861824691f,0.0607195913194597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682224408835012f,-0.028000764465222684f,-0.2485181324550766f,-0.019247307726865566f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,1.7525370130890998f,0.2410411929340217f,0.16041207977534344f,-0.9571661861824691f,-0.021710305363954407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01352496571589825f,-0.05132615393830821f,-0.9985903570655412f,1.3390129351366159e-17f,-0.2332868698230921f,0.9709589484845133f,-0.05306558890648545f,1.3884274074074074f,0.9723138956481737f,0.2336757289059981f,0.0011584686974715677f,-0.1093387037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00938793910945036f,-0.35267085735681425f,-0.9357003435771984f,0.22136695966694148f,-0.19936976140066343f,0.9162941282905053f,-0.3473568319457466f,0.7849742127045123f,0.9798793623902484f,0.18981131902906306f,-0.06170979120145728f,-0.3397116283383893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00938793910945036f,-0.5172831950658486f,-0.8557627958153735f,0.02415274154808668f,-0.19936976140066343f,0.8376499436107544f,-0.5085216516609126f,1.1043282537061123f,0.9798793623902484f,0.17538719471890543f,-0.09526682051119877f,-0.2728452603518066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03179854600781369f,0.06281000598442794f,-0.9975187996323802f,0.3064760375052519f,0.14645758622919958f,0.9875436238769464f,0.05751318436588378f,1.1969202062173636f,0.9887057337285475f,-0.1442653599732926f,-0.04060145322609499f,-0.017525392514533868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03179854600781369f,-0.9895157658059841f,-0.14088080668843983f,-0.016917489009041914f,0.14645758622919958f,0.13481767013372314f,-0.9799869240227803f,1.1273244323950602f,0.9887057337285475f,-0.05179522218420554f,0.140635084709269f,-0.017617042519823364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08893601416638215f,-0.7555326900465967f,-0.6490460227558217f,0.0038295795257203375f,-0.03566906714629477f,0.6536260945735208f,-0.7559766174568363f,1.2784217041784236f,0.9953984644518546f,-0.044082680992881915f,-0.08508004585900042f,-0.12382527775531862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09101017037418636f,-0.7081441870418974f,-0.7001778054517525f,0.007755641901232581f,-0.223149977956226f,0.6707147406801125f,-0.7073512733943054f,1.2410702657245096f,0.9705262676644034f,0.2206208217580106f,-0.09698049690645369f,-0.12874683285986258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.001046027009979213f,-0.6893106336742005f,-0.7244651517714064f,0.0038295795257203375f,-0.13052619222005157f,0.718173523724115f,-0.683512767229861f,1.2784217041784236f,0.9914443095666183f,0.09527665047303145f,-0.08922186336661686f,-0.12382527775531862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.002835732065391f,-0.049380629172512486f,-0.9987760069636136f,0.0103918150758048f,-0.043637444572160955f,0.997822499623425f,-0.049457382426406654f,1.3022913805061123f,0.9990434084937776f,0.04372428052909582f,0.0006747127892967938f,-0.1206896970122046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0007516389425868933f,-0.049198738808266224f,-0.9987887259769085f,0.0103918150758048f,-0.2164215567312779f,0.9751257084124075f,-0.04787026817567272f,1.3022913805061123f,0.9762997207932154f,0.21612342976381937f,-0.011380610098460907f,-0.1206896970122046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.001046027009979213f,0.02058023312568398f,-0.9997876573712976f,0.0103918150758048f,-0.13052619222005157f,0.9912376781606829f,0.020267672267743647f,1.3022913805061123f,0.9914443095666183f,0.13047727541265958f,0.0037231208495616553f,-0.1206896970122046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020613250477620148f,-0.3913019100050718f,-0.9200314718155731f,0.012738457325809267f,0.05104421909037621f,0.9186149761444083f,-0.391843097809138f,1.300971125457747f,0.9984836411289875f,-0.05503944794046176f,0.001038059829023814f,0.07455598206100246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016538838699327558f,-0.36948825151511755f,-0.9290882083025158f,0.0014329000271229957f,-0.2579010380300031f,0.8961960007119478f,-0.3609983142494672f,1.3427670740086004f,0.9660297725212844f,0.24558330623275562f,-0.08046936250688233f,-0.310773485646699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.001046027009979213f,-0.20485052456168829f,-0.978792709624615f,0.026544414154588435f,-0.13052619222005157f,0.9703915549327156f,-0.20323174766704302f,1.167453174264881f,0.9914443095666183f,0.1279706712573926f,-0.02572330316860197f,-0.13057861723370787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.001046027009979213f,-0.11876360086634054f,-0.9929220074793161f,1.3390129351366159e-17f,-0.13052619222005157f,0.9844117360148018f,-0.11788319278361196f,1.3884274074074074f,0.9914443095666183f,0.12972563781143892f,-0.014472039330613437f,-0.1093387037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.785599562211192f,-0.0036009052922688508f,0.6187247864233822f,0.7493458534971986f,0.08065385169124481f,0.9920468630285304f,-0.09663321252353611f,1.8125006625478288f,-0.6134560164029288f,0.12581754661543962f,0.7796420081695967f,-0.33164739746246163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.785599562211192f,-0.0036009052922688508f,0.6187247864233822f,0.8229958124544978f,0.08065385169124481f,0.9920468630285304f,-0.09663321252353611f,1.820061961143883f,-0.6134560164029288f,0.12581754661543962f,0.7796420081695967f,-0.38915889900023626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.785599562211192f,-0.0036009052922688508f,0.6187247864233822f,0.6933621150123409f,0.08065385169124481f,0.9920468630285304f,-0.09663321252353611f,1.8307762937243863f,-0.6134560164029288f,0.12581754661543962f,0.7796420081695967f,-0.4773494494567885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2713904398191215f,-0.731193183208339f,-0.6258624114008127f,-0.9383740134232073f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.533095591206234f,0.9624392087944119f,-0.21131567098887674f,-0.1704595452584186f,-0.46958207000636737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.018537615459682882f,-0.731193183208339f,-0.6819185329954929f,-0.9262337649172101f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.516955348071721f,0.9443054661939908f,-0.21131567098887674f,0.2522555722093574f,-0.5611307970197532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1294959840639688f,-0.731193183208339f,-0.6697666152780091f,-0.8318388968785073f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.636233837451146f,0.976519754809449f,-0.21131567098887674f,0.04189099737908205f,-0.5216400831199226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.6344172030925205e-8f,2.151751068869363e-9f,-0.000015624991303613836f,0.6875300441320373f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.55218663359863f,0.000015491317336978412f,0.0000020394706183321335f,1.6485205247095294e-8f,-0.08122497813147053f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164.mcfunction new file mode 100644 index 000000000..4c0b8e597 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164_as_bone.mcfunction new file mode 100644 index 000000000..54499631d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_164_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3563641033250408f,0.02034730233591513f,-0.7345305014724949f,-0.34548476140898876f,-0.28972153246137045f,0.7541118354957539f,-0.11967128994835971f,1.5108002250418107f,0.6752854980924875f,0.31280308709685106f,0.33628584450301374f,-0.112897613786269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.33014603429977557f,-0.11517666814252708f,-0.7195400830750971f,-0.34548476140898876f,0.02049140730689486f,0.7910988935622235f,-0.1172290187249238f,1.5108002250418107f,0.728411764225918f,0.029947883401198666f,0.32942286808458493f,-0.112897613786269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33564825633027356f,0.016694539582509285f,-0.744315782994704f,-0.3445095046020683f,-0.05037849994515421f,0.8140806473488474f,0.04097744257273518f,1.4947890587244457f,0.7427965395787511f,0.06275696299737382f,-0.3335555558368398f,-0.04613741033623703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3100283538179571f,-0.11071668575495189f,-0.729125664974404f,-0.3445095046020683f,-0.3507711098717389f,0.7178776463242998f,0.0401411682345161f,1.4947890587244457f,0.6487233989215095f,0.3352513988088976f,-0.3267482995952717f,-0.04613741033623703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08269594701252575f,0.0079547424506935f,1.5602898296214858f,-0.0007696050512353344f,1.557374524687164f,-0.09537945497919403f,0.0830277027461375f,1.4817513615306077f,0.0956672368323168f,1.5595658792242202f,-0.0028806520883933283f,0.7607229990564321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005091035168443538f,-0.9985854909577508f,0.05292540608801624f,-0.0012550581128900123f,-0.06104285118668687f,-0.05313772975752775f,-0.9967196957997848f,1.4935711639970934f,0.9981221627035007f,0.0018436173365713006f,-0.061227031572685414f,0.5679286986301664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01420409122420729f,-0.9985854909577508f,0.05123730126735944f,-0.007849767293043288f,-0.2331940319349895f,-0.05313772975752775f,-0.9709773041354359f,1.5589361137888558f,0.9723264818271676f,0.0018436173365713006f,-0.2336189500291421f,0.23595315544279608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9760377616890867f,-0.02892076942716715f,-0.21567076031001103f,0.25011562409478916f,0.17046359441708964f,0.5144124021629983f,-0.840429677890601f,1.5092131587790096f,0.13524958682141552f,-0.8570551146785335f,-0.49715599128241644f,-0.48901587069636154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7491026018813651f,-0.02892076942716715f,-0.6618223938114437f,0.009117152730833255f,0.5565392120088973f,0.5144124021629983f,-0.6524139682727593f,1.690349332617721f,0.3593179613532903f,-0.8570551146785335f,-0.3692521266726586f,-0.3466404814877322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01420409122420729f,-0.5797526947878491f,-0.8146686790829273f,0.25601467845569253f,-0.2331940319349895f,0.7903630709991243f,-0.5665216319530404f,1.3843046265763694f,0.9723264818271676f,0.1980227989072476f,-0.12396847926203772f,0.04398216755675185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01420409122420729f,-0.30794437578641326f,-0.9512983260859922f,0.19232949345770262f,-0.2331940319349895f,0.9241389983301938f,-0.3026345241957188f,1.5556892229870576f,0.9723264818271676f,0.22613574062226946f,-0.05868423596520763f,0.08601584244864482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01420409122420729f,-0.5436655499977654f,-0.8391817523862883f,0.2037388682562537f,-0.2331940319349895f,0.8143221470006526f,-0.5315072759371694f,1.446836224252332f,0.9723264818271676f,0.20324175419897f,-0.11521285556624293f,-0.26165125886116275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01420409122420729f,-0.05123730126735966f,-0.9985854909577508f,0.18789071495013784f,-0.2331940319349895f,0.9709773041354359f,-0.053137729757527966f,1.6285623579667416f,0.9723264818271676f,0.2336189500291421f,0.0018436173365712488f,-0.21783618312234504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680532148588399f,-0.02796295302352345f,-0.2491807505801152f,0.25635884361210715f,-0.06671397647315352f,0.9866660099670885f,0.14845682914155364f,2.282489225329291f,0.24170688559618f,0.16033794944999497f,-0.9570107227307154f,0.009867461177875979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680532148588399f,-0.02796295302352345f,-0.2491807505801152f,0.2727955129303682f,-0.06671397647315352f,0.9866660099670885f,0.14845682914155364f,2.175575575933169f,0.24170688559618f,0.16033794944999497f,-0.9570107227307154f,-0.1089585459692347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680532148588399f,-0.02796295302352345f,-0.2491807505801152f,-0.31237242011746136f,-0.06671397647315352f,0.9866660099670885f,0.14845682914155364f,2.2432947641513135f,0.24170688559618f,0.16033794944999497f,-0.9570107227307154f,0.15187025646563174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680532148588399f,-0.02796295302352345f,-0.2491807505801152f,-0.36853974191361316f,-0.06671397647315352f,0.9866660099670885f,0.14845682914155364f,2.131377566519705f,0.24170688559618f,0.16033794944999497f,-0.9570107227307154f,0.05117226573823455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9507424281190345f,0.26349016397195196f,-0.16328431910124364f,0.16518740132795606f,0.06789929838703522f,0.6909810262800675f,0.719676945996947f,2.3344311107029023f,0.30245416289558846f,0.6731405163938494f,-0.6748357759752746f,0.08163245562641974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9802561540065963f,0.11151727968274666f,-0.16328431910124364f,0.05340038680930148f,-0.04102990184760716f,0.6930956936490681f,0.719676945996947f,2.3366896715584677f,0.19342807367745865f,0.7121672947961575f,-0.6748357759752746f,0.1110892530230789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.91525021433528f,0.4016036147208039f,-0.032118247187678806f,0.01998290471897883f,0.05037034378791965f,0.1931588539133566f,0.9798737090164044f,2.3850217908616598f,0.399724747327347f,0.8952118150460611f,-0.19701759458491497f,0.06643047034490221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945570223352412f,0.0991198644129942f,-0.032118247187678806f,0.05034287230976463f,-0.011784324785686917f,0.19927027893737717f,0.9798737090164044f,2.386955666265056f,0.10352516125563202f,0.9749187701603503f,-0.19701759458491497f,0.07109931589927322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9668066120532287f,0.2534825301431037f,-0.032118247187678806f,0.12389352409087989f,0.01953349929137692f,0.19866040567729754f,0.9798737090164044f,2.438359047670847f,0.2547614909981334f,0.9467209990955003f,-0.19701759458491497f,0.1561501156243429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9668066120532287f,0.19652787595097426f,-0.16328431910124364f,0.07967475200191075f,0.01953349929137692f,0.6940342468538141f,0.719676945996947f,2.2822013421287393f,0.2547614909981334f,0.6925989158006656f,-0.6748357759752746f,0.0003153595691933672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9517605037945359f,-0.17905556946686196f,-0.2491807505801152f,-0.225444336935472f,-0.22024118615985266f,0.9640821488857348f,0.14845682914155364f,2.3584634016263735f,0.21364869139705225f,0.19617521057147128f,-0.9570107227307154f,0.1242444068803314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680532148588399f,-0.027962953023523446f,-0.2491807505801152f,-0.11422090917798475f,-0.06671397647315355f,0.9866660099670885f,0.14845682914155364f,2.3760908628387725f,0.24170688559618f,0.16033794944999497f,-0.9570107227307154f,0.09801918325725459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325330465832562f,-0.26132560259278426f,-0.2491807505801152f,-0.09247721442104521f,-0.303428397709777f,0.9412182410814788f,0.14845682914155364f,2.3733189320471015f,0.1957378974379482f,0.21404941505410677f,-0.9570107227307154f,0.09192769222440984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.967645682880022f,0.03963314198984548f,-0.2491807505801152f,-0.12093441099472324f,0.0022748770389923734f,0.9889162729046846f,0.14845682914155364f,2.38124488298347f,0.25230270973200875f,0.14308675424482772f,-0.9570107227307154f,0.10056672515184564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619323481728627f,-0.11222794250530313f,-0.2491807505801152f,-0.1875898387764924f,-0.15245371859372292f,0.9770969417453834f,0.14845682914155364f,2.4853696599031614f,0.22681274484823183f,0.1807939582863456f,-0.9570107227307154f,0.10142072158266606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619323481728627f,-0.11222794250530313f,-0.2491807505801152f,-0.16233855171279923f,-0.15245371859372292f,0.9770969417453834f,0.14845682914155364f,2.2655228480104506f,0.22681274484823183f,0.1807939582863456f,-0.9570107227307154f,0.06074208096823837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680532148588399f,-0.02796295302352345f,-0.2491807505801152f,-0.01921398797525986f,-0.06671397647315352f,0.9866660099670885f,0.14845682914155364f,1.7635564890507882f,0.24170688559618f,0.16033794944999497f,-0.9570107227307154f,-0.021737893739071715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01420409122420729f,-0.05123730126735966f,-0.9985854909577508f,1.3390900425276734e-17f,-0.2331940319349895f,0.9709773041354359f,-0.053137729757527966f,1.3994399999999998f,0.9723264818271676f,0.2336189500291421f,0.0018436173365712488f,-0.109345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009911622097258052f,-0.36119890095202617f,-0.9324361177573773f,0.22569435407373067f,-0.19931127530931395f,0.913057345193188f,-0.3558107642038705f,0.797901475039962f,0.9798861032191324f,0.18937169360761386f,-0.0629411342303903f,-0.3394594008538297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009911622097258052f,-0.52507357787516f,-0.8509991172526441f,0.025510052508825966f,-0.19931127530931395f,0.8329267539580629f,-0.5162441651732824f,1.1154547999864735f,0.9798861032191324f,0.17473053642183695f,-0.09639742921759432f,-0.2728433838430044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.032846086504843774f,0.0537653888269152f,-0.9980132351655497f,0.3069819207434287f,0.14626971377949188f,0.98805927954273f,0.04841519328027899f,1.2108023501540692f,0.9886992998036267f,-0.14438886062917686f,-0.040318128602730104f,-0.017640694301941633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.032846086504843774f,-0.9907183096427974f,-0.13190286403196352f,-0.015763904973001064f,0.14626971377949188f,0.12578818299557856f,-0.9812148102477543f,1.1382621198313887f,0.9886992998036267f,-0.051522460705882143f,0.14078043404759405f,-0.01763108428579245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09016770762003067f,-0.7653108245484299f,-0.6373139935161876f,0.004336180269618963f,-0.03704937756835226f,0.6420552977059089f,-0.7657625861254742f,1.289452968002095f,0.9952372220352022f,-0.04543497019674466f,-0.08624694405527988f,-0.12383056464074463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0926547472982253f,-0.718662563461963f,-0.6891583400651714f,0.008838963133926457f,-0.2217696675341685f,0.6598547643586185f,-0.7179205419230016f,1.2521657486175204f,0.9706870311098661f,0.2193531623467331f,-0.09823888132303497f,-0.12874522048256187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0012542501227695213f,-0.7003286153097883f,-0.7138194851885905f,0.004336180269618963f,-0.13052619222005157f,0.7075985548341128f,-0.6944546049535628f,1.289452968002095f,0.9914440680145117f,0.09404315910766509f,-0.09052372188485575f,-0.12383056464074463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0026452599990408033f,-0.05394151556948361f,-0.9985405928141353f,0.01078841645240007f,-0.04363024174380442f,0.9975869881637518f,-0.054005583523854164f,1.3133522637199537f,0.9990442455691912f,0.043709426265303025f,0.000285395591029402f,-0.12069232270744057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0001463053542729673f,-0.05372341793958493f,-0.9985558436860865f,0.01078841645240007f,-0.21642875955963442f,0.9748901969527344f,-0.05241846927312023f,1.3133522637199537f,0.9762984024519457f,0.21610853349728645f,-0.011769924359610587f,-0.12069232270744057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0012542501227695213f,0.016014810185234624f,-0.9998709680310558f,0.01078841645240007f,-0.13052619222005157f,0.9913203213478035f,0.0157141219106246f,1.3133522637199537f,0.9914440680145117f,0.13048964072913502f,0.00333371582735998f,-0.12069232270744057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.021234680484905538f,-0.39969153779736843f,-0.9164037117765722f,0.013064988564523438f,0.05094539284930136f,0.9149869946442186f,-0.40025412749823186f,1.3120415049033827f,0.9984756658487649f,-0.055185815615205004f,0.0009329859325143686f,0.07455424994043738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017336901777565184f,-0.3793520603489398f,-0.9250899665144843f,0.001719304712996448f,-0.2578290015624424f,0.8922417861612303f,-0.3707139071860284f,1.3537879088957765f,0.9660350085737416f,0.24494205301832422f,-0.08233925475190595f,-0.3107794091611846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0012542501227695213f,-0.20931767682869662f,-0.977846888333581f,0.027558790841462892f,-0.13052619222005157f,0.9694477540264624f,-0.20768718149558904f,1.1785890804081627f,0.9914440680145117f,0.1278951225812968f,-0.02610550935629076f,-0.13057554227513668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0012542501227695213f,-0.12329618802742935f,-0.9923691232976439f,1.3390900425276734e-17f,-0.13052619222005157f,0.9838598432005282f,-0.12240393001029853f,1.3994399999999998f,0.9914440680145117f,0.12968368808503522f,-0.0148593756093456f,-0.109345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9958639830931276f,-0.00043921726393593224f,0.09085556816225397f,0.6602320211200892f,0.011696105793751606f,0.9922876408904091f,-0.12340356091056552f,1.8227300972213119f,-0.09010065641909776f,0.12395581803344831f,0.9881886595627914f,-0.3250495903456066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9958639830931276f,-0.00043921726393593224f,0.09085556816225397f,0.7535942695350698f,0.011696105793751606f,0.9922876408904091f,-0.12340356091056552f,1.823826607139476f,-0.09010065641909776f,0.12395581803344831f,0.9881886595627914f,-0.333496526884897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9958639830931276f,-0.00043921726393593224f,0.09085556816225397f,0.6932848101032414f,0.011696105793751606f,0.9922876408904091f,-0.12340356091056552f,1.8417888863169787f,-0.09010065641909776f,0.12395581803344831f,0.9881886595627914f,-0.47750135754967055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2711883023492842f,-0.7312375476000975f,-0.6258981975119503f,-0.9384496510406231f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5441081837988264f,0.9624961849892929f,-0.2111621011346923f,-0.17032809787418712f,-0.4693912810456256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.018735938086731685f,-0.7312375476000975f,-0.6818655392405494f,-0.9263286298661982f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5279679406643134f,0.9443015520980528f,-0.2111621011346923f,0.2523987831777132f,-0.5609425557349927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12929089252719844f,-0.7312375476000975f,-0.669757802559489f,-0.8319254700694872f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6472464300437384f,0.9765469300199159f,-0.2111621011346923f,0.04203166084107732f,-0.5214716675164708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.959765816827377e-8f,2.580080644717271e-9f,-0.0000156249874967943f,0.687535933413812f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5631992261912224f,0.000015491313562726746f,0.0000020394701214424757f,1.9766765588071115e-8f,-0.08137567010902343f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165.mcfunction new file mode 100644 index 000000000..c9326ead7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165_as_bone.mcfunction new file mode 100644 index 000000000..5ed49da74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_165_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.35749030656142927f,0.020617457050196415f,-0.7339755075095101f,-0.34541123668654067f,-0.28952080950007564f,0.7541637938802869f,-0.11982953438513143f,1.5210262348962629f,0.6747761303021029f,0.31266009804469735f,0.33743930048179616f,-0.11272996215800313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3312665500740234f,-0.11535435523696548f,-0.7189964155195202f,-0.34541123668654067f,0.020692544399380036f,0.7910706714589383f,-0.11738403368339406f,1.5210262348962629f,0.7278971709028235f,0.030009423276172675f,0.330552784145433f,-0.11272996215800313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33584210858798824f,0.016800295663760453f,-0.744225955345034f,-0.3443904865580984f,-0.05028916734413436f,0.8140814611118398f,0.041070899263225095f,1.505003604378229f,0.7427149669903332f,0.06271817267799314f,-0.3337444427536223f,-0.04589279532304781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.31024344008741056f,-0.11069364396077792f,-0.7290376705420741f,-0.3443904865580984f,-0.35069056670629906f,0.7179118712307685f,0.04023271764560826f,1.505003604378229f,0.6486641151674293f,0.3351857131988488f,-0.32693333167701777f,-0.04589279532304781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08273832414695528f,0.008971708317647575f,1.560282066860738f,-0.0002113313225414323f,1.5573785640244084f,-0.0952226163617936f,0.08313189310057584f,1.4920744366462948f,0.0955647844900215f,1.5595699444985072f,-0.0039000233714691877f,0.7607082129029661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005741893323294146f,-0.9985805227908723f,0.05295252745405114f,-0.0008225042503456192f,-0.0609424744715506f,-0.05320441158436829f,-0.9967222809756213f,1.5038748839869216f,0.9981247644790445f,0.0024960149577398505f,-0.06116146207361642f,0.5679130843802558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01484977095700319f,-0.9985805227908723f,0.05115099026639343f,-0.0076367082459965945f,-0.23309562907877435f,-0.05320441158436829f,-0.9709972802703062f,1.5692061199365046f,0.9723404300999187f,0.0024960149577398505f,-0.23355482847167972f,0.23593533759862956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9774749244765748f,-0.02951840891766587f,-0.20897711729872132f,0.2514842625003324f,0.16441599302818993f,0.5143172269332169f,-0.8416918505701954f,1.520933673249392f,0.13232593568937387f,-0.857091858329488f,-0.4978788940387374f,-0.48834788665689594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7536047153040376f,-0.02951840891766587f,-0.656664752066448f,0.008943888317561374f,0.5518617741107216f,0.5143172269332169f,-0.6564498247048992f,1.7005620843299731f,0.3571113486671733f,-0.857091858329488f,-0.37130180586474026f,-0.34668233350812494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01484977095700319f,-0.5796772314338368f,-0.8147108638404956f,0.25611499224084827f,-0.23309562907877435f,0.790344090580949f,-0.5665886040048309f,1.3945730627877848f,0.9723404300999187f,0.19831925232053188f,-0.12338380020136436f,0.043810903734881536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01484977095700319f,-0.3078597199052799f,-0.9513158661361468f,0.19244557059525738f,-0.23309562907877435f,0.9241410352680258f,-0.30270410409856013f,1.5659576062499236f,0.9723404300999187f,0.22624265688323267f,-0.05803747237363848f,0.08586866769815242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01484977095700319f,-0.5435883183948635f,-0.8392206053280443f,0.20363695611358565f,-0.23309562907877435f,0.8143061059274995f,-0.5315750121606192f,1.4570705278587603f,0.9723404300999187f,0.20351242211186166f,-0.11461580187421123f,-0.26179484713999795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01484977095700319f,-0.05115099026639365f,-0.9985805227908723f,0.1878050171711939f,-0.23309562907877435f,0.9709972802703062f,-0.053204411584368505f,1.6387999903370405f,0.9723404300999187f,0.23355482847167972f,0.0024960149577397985f,-0.21798771670807215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9678919155090129f,-0.027925183478272542f,-0.24981077642887872f,0.2563768492310116f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.2927542589642025f,0.242340807077765f,0.16025719037402514f,-0.9568639224875818f,0.009606001397119444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9678919155090129f,-0.027925183478272542f,-0.24981077642887872f,0.2727436837071762f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.185829801805384f,0.242340807077765f,0.16025719037402514f,-0.9568639224875818f,-0.10921992039826066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9678919155090129f,-0.027925183478272542f,-0.24981077642887872f,-0.3122596511305335f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.2535359468832272f,0.242340807077765f,0.16025719037402514f,-0.9568639224875818f,0.1519812255553064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9678919155090129f,-0.027925183478272542f,-0.24981077642887872f,-0.36848471031754476f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.1416048966927947f,0.242340807077765f,0.16025719037402514f,-0.9568639224875818f,0.05133086429075867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9505507918200894f,0.2638799785829837f,-0.16376980513283057f,0.16524844741009276f,0.06786594759630543f,0.6910661295573621f,0.7195983725214106f,2.3446972315093024f,0.30306336850080834f,0.6729004097796725f,-0.6748019214490221f,0.08142485517021492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9801278575086352f,0.11193227355096409f,-0.16376980513283057f,0.053480392777142255f,-0.04107615512041736f,0.693174531950692f,0.7195983725214106f,2.346951259164827f,0.1940673399005009f,0.7120254450457874f,-0.6748019214490221f,0.110953856980197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9149943808248706f,0.40217066614050906f,-0.03231158236625531f,0.020030740037233624f,0.05034911854897636f,0.1932754658976313f,0.9798518053988547f,2.3952766645626813f,0.4003126894319654f,0.8949320362899928f,-0.19709490379407085f,0.06631189621900038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994488938733453f,0.09973821926322629f,-0.03231158236625531f,0.050393596904605514f,-0.011840546272382516f,0.19937462456535657f,0.9798518053988547f,2.3972130408355867f,0.10417078381572378f,0.9748343688533063f,-0.19709490379407085f,0.07096087404011443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9666426346633558f,0.2540826213972046f,-0.03231158236625531f,0.12399589928748558f,0.019494293236968996f,0.19877226161563988f,0.9798518053988547f,2.448629871039846f,0.2553859615998451f,0.9465366392887962f,-0.19709490379407085f,0.1559588457037693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9666426346633558f,0.1969301088656613f,-0.16376980513283057f,0.07968662479271187f,0.019494293236968996f,0.6941168163902446f,0.7195983725214106f,2.2924535873520413f,0.2553859615998451f,0.6924018901089384f,-0.6748019214490221f,0.00016842042925839865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516070987659723f,-0.17899303214988654f,-0.24981077642887872f,-0.2253572068834641f,-0.22028350343098757f,0.9640898133962884f,0.14834422746328854f,2.368707635613008f,0.21428744175611306f,0.1961946129415879f,-0.9568639224875818f,0.12428751565789936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967891915509013f,-0.02792518347827254f,-0.24981077642887872f,-0.11415197777535295f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.3863399160221226f,0.24234080707776504f,0.16025719037402514f,-0.9568639224875818f,0.09798845994126064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932385675793451f,-0.26124993311997474f,-0.24981077642887872f,-0.09241204903104175f,-0.30347122195702936f,0.9412221882330588f,0.14834422746328854f,2.383568830734472f,0.19637252613107017f,0.21412441435432167f,-0.9568639224875818f,0.0918831581861596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9674821417770125f,0.039659567856521305f,-0.24981077642887872f,-0.1208641728564058f,0.0022353684965051857f,0.988933260289088f,0.14834422746328854f,2.3914937419055993f,0.2529294535443629f,0.14296197176672198f,-0.9568639224875818f,0.10053983524816716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617749544485289f,-0.11217625851993594f,-0.24981077642887872f,-0.18752601225152687f,-0.15249539813288301f,0.9771075394891873f,0.14834422746328854f,2.4956141402983953f,0.22745129268444306f,0.1807687564206129f,-0.9568639224875818f,0.10142659239333748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617749544485289f,-0.11217625851993594f,-0.24981077642887872f,-0.16228635408454134f,-0.15249539813288301f,0.9771075394891873f,0.14834422746328854f,2.2757649439133285f,0.22745129268444306f,0.1807687564206129f,-0.9568639224875818f,0.06075362219869965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9678919155090129f,-0.027925183478272542f,-0.24981077642887872f,-0.019181621349897607f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,1.7737999060272909f,0.242340807077765f,0.16025719037402514f,-0.9568639224875818f,-0.021768791174971963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01484977095700319f,-0.05115099026639365f,-0.9985805227908723f,1.3391739535120594e-17f,-0.23309562907877435f,0.9709972802703062f,-0.053204411584368505f,1.409675925925926f,0.9723404300999187f,0.23355482847167972f,0.0024960149577397985f,-0.10935185185185185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01041357893969218f,-0.369084607003834f,-0.9293374576796591f,0.229692526618602f,-0.19924778218576517f,0.9099848960393949f,-0.36363142091164996f,0.8099440325565013f,0.9798938098935622f,0.18895513185144538f,-0.0640630898355848f,-0.3392247877197413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01041357893969218f,-0.5322625511026223f,-0.8465152887381273f,0.02676742901072726f,-0.19924778218576517f,0.8284805517645192f,-0.5233739548754901f,1.1258022429167243f,0.9798938098935622f,0.17411648986148934f,-0.09742468522193541f,-0.27284287596004847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0337997524883097f,0.04535523364013372f,-0.9983989580889883f,0.30742940674134533f,0.14607967903735894f,0.988465496364848f,0.0399586019342061f,1.2237037003113673f,0.9886952534042384f,-0.144495208493718f,-0.04003536709318117f,-0.017753861688282413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0337997524883097f,-0.9917626966820772f,-0.12354889801864997f,-0.01469056806514633f,0.14607967903735894f,0.11738953190291376f,-0.9822832713489306f,1.1484331015427691f,0.9886952534042384f,-0.051248914812984755f,0.14090863928950645f,-0.01764469813288444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09127585160256915f,-0.7742363506024913f,-0.6262801228842901f,0.0048063830167241785f,-0.03835144689157144f,0.6311718610399285f,-0.7746942934814455f,1.2997083147823902f,0.9950868733108424f,-0.0466921324971259f,-0.08730383340565342f,-0.12383647927821753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0941803134504422f,-0.7282811100958964f,-0.6787758785017813f,0.009844015945355632f,-0.2204675982109493f,0.6496208836070239f,-0.7275896822527962f,1.2624886396922799f,0.970836807448848f,0.21817271199469088f,-0.09938088872318349f,-0.1287439904257332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.001464762167332445f,-0.7104174338448271f,-0.7037790307767939f,0.0048063830167241785f,-0.13052619222005157f,0.6976230142849482f,-0.7044750123918639f,1.2997083147823902f,0.9914437793522773f,0.09289348539759607f,-0.09170623072812066f,-0.12383647927821753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.002485566565782682f,-0.05817593346099889f,-0.9983032518853119f,0.011156384559960701f,-0.04362518476098241f,0.9973496024239891f,-0.058228977316120964f,1.3236346694616323f,0.9990448764762357f,0.04369589581016299f,-0.00005895701969697636f,-0.12069589300110248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0004328100443412304f,-0.05792123055026283f,-0.9983210624478523f,0.011156384559960701f,-0.21643381654245641f,0.9746528112129716f,-0.05664186306538703f,1.3236346694616323f,0.9762971964173265f,0.21609495284757357f,-0.012114273460390512f,-0.12069589300110248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.001464762167332445f,0.011776369845098972f,-0.9999295833132774f,0.011156384559960701f,-0.13052619222005157f,0.9913783437185915f,0.011484456901245749f,1.3236346694616323f,0.9914437793522773f,0.13050017900008362f,0.002989258205447506f,-0.12069589300110248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.021794263039763166f,-0.40745749607258236f,-0.9129640732212932f,0.013371207162736445f,0.05085048960449268f,0.911547230899453f,-0.4080390588491777f,1.3223322775818391f,0.9984684460740544f,-0.05531758069367106f,0.0008529130449210637f,0.07455144586995532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018094521158842185f,-0.3884733241061422f,-0.9212822937416936f,0.0019818055229576977f,-0.2577596663239823f,0.8884742373367327f,-0.37970183566248467f,1.364032831202367f,0.9660396175729965f,0.24433993952449803f,-0.08405623851079176f,-0.31078588814146546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.001464762167332445f,-0.2134606717870393f,-0.9769505596866296f,0.02850006831290336f,-0.13052619222005157f,0.968552821684265f,-0.21182149265828168f,1.1889436958635995f,0.9914437793522773f,0.1278279046518177f,-0.026443509146830232f,-0.1305740166889272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.001464762167332445f,-0.12750153782812226f,-0.9918372912545973f,1.3391739535120594e-17f,-0.13052619222005157f,0.9833286453062148f,-0.12660050736382755f,1.409675925925926f,0.9914437793522773f,0.12964618456286447f,-0.015201947637206852f,-0.10935185185185185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8848749617811005f,0.00357612401649284f,-0.46581489172193097f,0.5818558767069408f,-0.06097194561952575f,0.992256929748575f,-0.10820631780677523f,1.838651924522804f,0.46182109507932323f,0.12415070158057871f,0.8782413560273649f,-0.367567065822727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8848749617811005f,0.00357612401649284f,-0.46581489172193097f,0.664812904373919f,-0.06097194561952575f,0.992256929748575f,-0.10820631780677523f,1.8329358046209732f,0.46182109507932323f,0.12415070158057871f,0.8782413560273649f,-0.3242713381590405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8848749617811005f,0.00357612401649284f,-0.46581489172193097f,0.6932066242987196f,-0.06097194561952575f,0.992256929748575f,-0.10820631780677523f,1.8520248122429048f,0.46182109507932323f,0.12415070158057871f,0.8782413560273649f,-0.4776554053949885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2709839306310087f,-0.7312823669002536f,-0.6259343489540508f,-0.9385260780606471f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5543441097247523f,0.9625537443643334f,-0.21100683362532494f,-0.17019519785709492f,-0.4691988649465175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.018936440026074725f,-0.7312823669002536f,-0.6818119323537111f,-0.9264244961265372f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5382038665902393f,0.9442975526336602f,-0.21100683362532494f,0.2525435571411277f,-0.5607527112133502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1290835406305063f,-0.7312823669002536f,-0.6697488629322599f,-0.8320129576537532f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6574823559696643f,0.9765743601795485f,-0.21100683362532494f,0.042173868726022905f,-0.5213018683888373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.2886908864569456e-8f,3.0131187140756784e-9f,-0.00001562498294752728f,0.687541856608212f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5734351521171486f,0.000015491309052379335f,0.000002039469527643974f,2.3084399098963374e-8f,-0.08152850623194488f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166.mcfunction new file mode 100644 index 000000000..b88901797 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166_as_bone.mcfunction new file mode 100644 index 000000000..9bdc2bd03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_166_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3709394174757064f,0.02305726098507955f,-0.7271978793444698f,-0.34380010257918864f,-0.28727113002252486f,0.754577059786533f,-0.12260996347743171f,1.5303989734035892f,0.6684487196956919f,0.3114903979326191f,0.3508482372442725f,-0.11330400026441075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3443529476396793f,-0.11818798822454624f,-0.7123571062966235f,-0.34380010257918864f,0.02288348269113666f,0.7906013420039915f,-0.12010771932483107f,1.5303989734035892f,0.7217322174267883f,0.03132279458992235f,0.34368806913724653f,-0.11330400026441075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3486137784408734f,0.019120648461680396f,-0.7382731735123707f,-0.34271416983712377f,-0.049474038787305136f,0.8139543186709326f,0.044442446461176295f,1.5140194823631672f,0.7368617220426735f,0.06369625078281402f,-0.34629760996715375f,-0.044948840572530444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3226719575856094f,-0.11338142844874427f,-0.7232063740529345f,-0.34271416983712377f,-0.3499051927676487f,0.7181023743116618f,0.04353545775788699f,1.5140194823631672f,0.6430001274199759f,0.3338766713786341f,-0.3392303118045588f,-0.044948840572530444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08277363138383198f,0.009913727722517019f,1.560274493142209f,0.0003061411977906439f,1.5573830651969875f,-0.09506816684787574f,0.0832242866585215f,1.5012851053787062f,0.09546079920663142f,1.5595736634269084f,-0.004845013932172276f,0.7606931978394518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006344785742409837f,-0.9985756756110138f,0.052975124085652324f,-0.000421486642865539f,-0.060843626782629f,-0.053263543461453504f,-0.9967251617260727f,1.5130664891696388f,0.998127144593222f,0.0031008089165898266f,-0.06109491149223259f,0.5678973077754484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01544742794947956f,-0.9985756756110138f,0.05106855243447758f,-0.007438894811336783f,-0.23299878334542323f,-0.053263543461453504f,-0.9710172819767331f,1.5783645563024764f,0.9723543304419937f,0.0031008089165898266f,-0.233489702245655f,0.235917268411163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9787136344825533f,-0.030071279713603488f,-0.20301561470570983f,0.25268548331439167f,0.1590201538954692f,0.5142234391887476f,-0.842785171466583f,1.5313862840071757f,0.12973901623263667f,-0.8571289125477465f,-0.4984955515766465f,-0.48775684931649094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7575783092949125f,-0.030071279713603488f,-0.6520512429420314f,0.00878408120066618f,0.5476725193572751f,0.5142234391887476f,-0.6600220194279518f,1.7096640066797804f,0.35514773943630434f,-0.8571289125477465f,-0.3730953101393802f,-0.34672320875286977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01544742794947956f,-0.5796050996837481f,-0.8147510695852679f,0.25620780226133233f,-0.23299878334542323f,0.7903291883146524f,-0.5666492222331689f,1.4037282228348356f,0.9723543304419937f,0.19858928097582515f,-0.12283872985425479f,0.04365174263514876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01544742794947956f,-0.3077788365319067f,-0.9513325206008736f,0.19255344215784437f,-0.23299878334542323f,0.9241450509768712f,-0.3027663979283516f,1.5751131299059467f,0.9723543304419937f,0.22633628197445996f,-0.05743643036157083f,0.08573081781560019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01544742794947956f,-0.5435145015482623f,-0.839257626463108f,0.2035425724776654f,-0.23299878334542323f,0.8142938619748417f,-0.531636222721562f,1.4661924064773881f,0.9723543304419937f,0.2037584181250966f,-0.11405947182877943f,-0.26192860967431186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01544742794947956f,-0.051068552434477804f,-0.9985756756110138f,0.187726120923632f,-0.23299878334542323f,0.9710172819767331f,-0.05326354346145372f,1.6479252497013914f,0.9723543304419937f,0.233489702245655f,0.0031008089165897746f,-0.2181299104475229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9677422665063308f,-0.027887690664598553f,-0.250394054095911f,0.25639566112437373f,-0.06678821020230824f,0.9866943488606986f,0.14823493820396796f,2.30190605290665f,0.24292846806243715f,0.1601765857912996f,-0.9567283944616046f,0.009358079161366804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9677422665063308f,-0.027887690664598553f,-0.250394054095911f,0.2726975148799442f,-0.06678821020230824f,0.9866943488606986f,0.14823493820396796f,2.1949708426382712f,0.24292846806243715f,0.1601765857912996f,-0.9567283944616046f,-0.10946709859566245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9677422665063308f,-0.027887690664598553f,-0.250394054095911f,-0.3121529204480956f,-0.06678821020230824f,0.9866943488606986f,0.14823493820396796f,2.262667979412794f,0.24292846806243715f,0.1601765857912996f,-0.9567283944616046f,0.15207855414804866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9677422665063308f,-0.027887690664598553f,-0.250394054095911f,-0.3684317366804999f,-0.06678821020230824f,0.9866943488606986f,0.14823493820396796f,2.150723653379242f,0.24292846806243715f,0.1601765857912996f,-0.9567283944616046f,0.05147301149570216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503727015504095f,0.26424280073131523f,-0.16421775302764083f,0.1653073035874874f,0.06783933417562145f,0.6911482252201473f,0.7195220326811744f,2.3538506942104545f,0.3036273256582567f,0.6726736749990377f,-0.6747744616365559f,0.08122650848599149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800087177143777f,0.1123184882126471f,-0.16421775302764083f,0.053556864106135596f,-0.04111528347682017f,0.6932514536234106f,0.7195220326811744f,2.356100990034917f,0.19465982294362238f,0.711889724082778f,-0.6747744616365559f,0.11082238775029354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9147568666807726f,0.40269639871332163f,-0.03248823361922806f,0.020077538347131746f,0.05033421715964052f,0.19338770054594967f,0.9798304260740613f,2.40442000033996f,0.4008570087241857f,0.8946713406278711f,-0.1971721349882538f,0.06619575079706463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994425509658492f,0.10031161655935897f,-0.03248823361922806f,0.050443065639529897f,-0.01188940074950029f,0.19947676127644925f,0.9798304260740613f,2.40635864087759f,0.10476902161549059f,0.9747546364567378f,-0.1971721349882538f,0.07082630693218217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9664902874062858f,0.2546390367277141f,-0.03248823361922806f,0.12409332627726471f,0.01946201794129465f,0.1988807833783256f,0.9798304260740613f,2.4577882358803773f,0.2559643612047745f,0.9463643035201643f,-0.1971721349882538f,0.15577499966546093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9664902874062858f,0.19730447014669591f,-0.16421775302764083f,0.07969982049425821f,0.01946201794129465f,0.69419685561374f,0.7195220326811744f,2.301593943367286f,0.2559643612047745f,0.69221504730548f,-0.6747744616365559f,0.000026614021728186416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9514651573590914f,-0.17893259067328626f,-0.250394054095911f,-0.22527397437105184f,-0.2203189391282794f,0.9640985261668308f,0.14823493820396796f,2.377842101737774f,0.21488047699367485f,0.19620693116679358f,-0.9567283944616046f,0.12432131105585867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9677422665063308f,-0.02788769066459855f,-0.250394054095911f,-0.11408560475567148f,-0.06678821020230824f,0.9866943488606987f,0.14823493820396796f,2.395478399145032f,0.24292846806243715f,0.16017658579129962f,-0.9567283944616046f,0.09795375331843609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9322495423382624f,-0.26117735063269737f,-0.250394054095911f,-0.09234918060082131f,-0.30350728217878264f,0.9412277794243616f,0.14823493820396796f,2.3927080040586532f,0.19696223108644365f,0.21418837213156666f,-0.9567283944616046f,0.09183567347049232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673302419453069f,0.03968653035285914f,-0.250394054095911f,-0.12079657355709185f,0.002202800960759005f,0.9889497210493531f,0.14823493820396796f,2.4006320776648233f,0.25351006032495355f,0.14284057037466108f,-0.9567283944616046f,0.10050864968834969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616291426195057f,-0.11212586560775717f,-0.250394054095911f,-0.1874640658940698f,-0.15253013973844765f,0.9771187029051462f,0.14823493820396796f,2.504748598970367f,0.2280437425939251f,0.18073967659226275f,-0.9567283944616046f,0.10142515827059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616291426195057f,-0.11212586560775717f,-0.250394054095911f,-0.16223574613232447f,-0.15253013973844765f,0.9771187029051462f,0.14823493820396796f,2.284896890816709f,0.2280437425939251f,0.18073967659226275f,-0.9567283944616046f,0.06075873103733748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9677422665063308f,-0.027887690664598553f,-0.250394054095911f,-0.019150707162929163f,-0.06678821020230824f,0.9866943488606986f,0.14823493820396796f,1.7829322214820156f,0.24292846806243715f,0.1601765857912996f,-0.9567283944616046f,-0.02180006536158309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01544742794947956f,-0.051068552434477804f,-0.9985756756110138f,1.3392578644964455e-17f,-0.23299878334542323f,0.9710172819767331f,-0.05326354346145372f,1.4188007407407408f,0.9723543304419937f,0.233489702245655f,0.0031008089165897746f,-0.10935870370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010883806297163063f,-0.3760794524865624f,-0.92652349575059f,0.23323492748906266f,-0.1991843126550217f,0.9071940263461798f,-0.3705733505717235f,0.8207013108814801f,0.9799016034034397f,0.18858219422632244f,-0.06503540319051757f,-0.3390182636909489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010883806297163063f,-0.5386274634203078f,-0.8424737375193906f,0.027883207060070327f,-0.1991843126550217f,0.824471349242761f,-0.5296910456765981f,1.1350310127802827f,0.9799016034034397f,0.17357260707619276f,-0.09831275461577296f,-0.27284370724315044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03462318612855122f,0.03785398291472106f,-0.9986832886154646f,0.307810907246203f,0.145898481799761f,0.9887682107055815f,0.032420032489307915f,1.2352030901255615f,0.9886935157018237f,-0.1445838907886178f,-0.039757144434585785f,-0.01786282072270401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03462318612855122f,-0.9926346920611747f,-0.11609307946180307f,-0.013731831764079508f,0.145898481799761f,0.10989795204518163f,-0.9831765218641056f,1.157503812117554f,0.9886935157018237f,-0.05097850775465861f,0.1410188773046917f,-0.01765712240058616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09222317059803116f,-0.7820599683941432f,-0.6163417012016942f,0.005224863648074243f,-0.03952748864667978f,0.6213670112950116f,-0.7825219581044303f,1.3088521180887331f,0.9949534986350531f,-0.04780421644224497f,-0.08821730240837082f,-0.12384257151535549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09554795586529506f,-0.7367236362806029f,-0.6694093455244332f,0.010738186279860555f,-0.21929155645584097f,0.6403859482650465f,-0.7360822308219729f,1.2716990195614486f,0.9709695162038497f,0.2171269697899445f,-0.10036970455619643f,-0.12874320090143598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0016767373541362973f,-0.7192852379649846f,-0.6947128435530043f,0.005224863648074243f,-0.13052619222005157f,0.6886130084378024f,-0.7132846821254284f,1.3088521180887331f,0.9914434435187814f,0.09187421322599097f,-0.09273094007787125f,-0.12384257151535549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0023678920788158557f,-0.061946480381457544f,-0.9980766637164966f,0.011483763961734396f,-0.04362200427952355f,0.9971229933069485f,-0.0619907812600248f,1.3328022131317814f,0.9990453011899612f,0.043684891975838795f,-0.0003411499948446895f,-0.120700062280267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0009728216457500662f,-0.0616549177686573f,-0.9980970517604917f,0.011483763961734396f,-0.21643699702391528f,0.9744262020959311f,-0.06040366700929087f,1.3328022131317814f,0.976296102592505f,0.21608389061621344f,-0.012396462352019673f,-0.120700062280267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0016767373541362973f,0.00800331905325466f,-0.9999665671591111f,0.011483763961734396f,-0.13052619222005157f,0.9914148356508337f,0.007716009069758639f,1.3328022131317814f,0.9914434435187814f,0.13050889063800308f,0.0027069850495241646f,-0.120700062280267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022267891236060454f,-0.4143548112834008f,-0.909842970729673f,0.01364835421732885f,0.0507633962631365f,0.9084260880957896f,-0.41495194910593236f,1.331506907681084f,0.9984624272448767f,-0.05542682413126188f,0.0008053241529994981f,0.07454788708877189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018793043859678178f,-0.39656336294811123f,-0.9178149708246063f,0.002210674022923371f,-0.2576959264978715f,0.8850410550019625f,-0.3876791720319998f,1.3731667486544386f,0.9660432862811539f,0.24380285094374482f,-0.08556014786575745f,-0.3107924206222763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0016767373541362973f,-0.2171453390866407f,-0.9761378438851724f,0.02933771105572238f,-0.13052619222005157f,0.9677406620177152f,-0.21550156431462048f,1.1981776218625713f,0.9914434435187814f,0.1277728953669838f,-0.026720507352189445f,-0.13057402102350882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0016767373541362973f,-0.13124301670553593f,-0.991348807997405f,1.3392578644964455e-17f,-0.13052619222005157f,0.9828403155309667f,-0.13033735961543783f,1.4188007407407408f,0.9914434435187814f,0.12961552658929495f,-0.015482686155844345f,-0.10935870370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48931406007387895f,0.007089251941795227f,-0.8720788342351408f,0.5393794417670452f,-0.11393982004832175f,0.9919156200291679f,-0.05586698622180534f,1.858110508189214f,0.8646325624341084f,0.12670100729298517f,0.48616600737769644f,-0.4454152098370384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.48931406007387895f,0.007089251941795227f,-0.8720788342351408f,0.5852526348989713f,-0.11393982004832175f,0.9919156200291679f,-0.05586698622180534f,1.8474286500596837f,0.8646325624341084f,0.12670100729298517f,0.48616600737769644f,-0.36435590710884075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48931406007387895f,0.007089251941795227f,-0.8720788342351408f,0.6931278634682794f,-0.11393982004832175f,0.9919156200291679f,-0.05586698622180534f,1.8611496270577197f,0.8646325624341084f,0.12670100729298517f,0.48616600737769644f,-0.47781045957959406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27077812603884377f,-0.7313274644132404f,-0.6259707231602709f,-0.9386029935488054f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5634689245395674f,0.9626116599693367f,-0.21085047728360373f,-0.1700613663368444f,-0.4690050474002211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01913833473436663f,-0.7313274644132404f,-0.6817579218010568f,-0.9265209865228888f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5473286814050544f,0.9442934823530112f,-0.21085047728360373f,0.2526893258823958f,-0.5605614789481168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12887474160977716f,-0.7313274644132404f,-0.66973983065808f,-0.8321010154371351f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6666071707844794f,0.9766019365108873f,-0.21085047728360373f,0.04231706313605815f,-0.5211308226445777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.6199021158379645e-8f,3.449166569845709e-9f,-0.000015624977654849314f,0.6875477896523271f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5825599669319634f,0.000015491303804980963f,0.000002039468836810872f,2.6425091479193894e-8f,-0.08168235831723214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167.mcfunction new file mode 100644 index 000000000..9bf76d4d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167_as_bone.mcfunction new file mode 100644 index 000000000..6c8470439 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_167_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3956185243771553f,0.02747297349673427f,-0.7139157256576817f,-0.3407857517685502f,-0.28296977026849746f,0.7553507630088777f,-0.12774105988500503f,1.5385857957431677f,0.6560171771594704f,0.3092489369320425f,0.3754344186706457f,-0.11465914473148012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3683434865136752f,-0.12344320349877932f,-0.6993460169707902f,-0.3407857517685502f,0.02706636103576271f,0.7896890965739709f,-0.1251340994791886f,1.5385857957431677f,0.7096410980511427f,0.03395447337457422f,0.3677724917589999f,-0.11465914473148012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3729190010533953f,0.023470435085534296f,-0.7261714685765874f,-0.3396124395363037f,-0.04781900921443125f,0.8136777497473408f,0.05085574076049297f,1.521487704487174f,0.7249753136869779f,0.06574270064002583f,-0.37017987020024207f,-0.04327723247543576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.34629940801510656f,-0.11855614895276466f,-0.7113516426872694f,-0.3396124395363037f,-0.34830367150099256f,0.7184724994020564f,0.049817868500074754f,1.521487704487174f,0.631475472546096f,0.33127285905798554f,-0.36262517897166574f,-0.04327723247543576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08279993837215516f,0.01075866795976851f,1.560267499908044f,0.0007707501476626436f,1.5573874944110098f,-0.09492773272881251f,0.08330166751730701f,1.5090424484716611f,0.09536567756674376f,1.5595766177468477f,-0.005693058891078255f,0.7606792078179676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006885547494251545f,-0.9985711999411482f,0.05299196055817906f,-0.00006133147945459362f,-0.0607537489464427f,-0.05331306721107624f,-0.9967279964230461f,1.5208064965038612f,0.9981290353579825f,0.003643557690289654f,-0.06103403364271867f,0.5678826816927884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015982897937998345f,-0.9985711999411482f,0.050991230830396f,-0.00726084742067521f,-0.23291076319548665f,-0.05331306721107624f,-0.9710356807307562f,1.5860744250312595f,0.9723667638094173f,0.003643557690289654f,-0.23343007759532203f,0.2359006150070193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.979723083962388f,-0.030565659438400686f,-0.19801115931765845f,0.25367627953231375f,0.15447576347391123f,0.5141381124959848f,-0.8436819541617671f,1.540186203637966f,0.12759277898995552f,-0.8571626110267303f,-0.49899132357933695f,-0.4872670232619487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7608874018195585f,-0.030565659438400686f,-0.6481636384551183f,0.0086416831601457f,0.5441326748155407f,0.5141381124959848f,-0.6630095274407081f,1.7173224039869917f,0.35351095308401204f,-0.8571626110267303f,-0.374569438565764f,-0.34676029306144013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015982897937998345f,-0.5795374825286232f,-0.8147888397111788f,0.2562909491729007f,-0.23291076319548665f,0.790318096575133f,-0.5667008757832961f,1.4114339895960377f,0.9723667638094173f,0.1988306127593144f,-0.12234894388001921f,0.04350874649493655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015982897937998345f,-0.30770299120899336f,-0.9513482097394946f,0.1926507120103426f,-0.23291076319548665f,0.9241500051189663f,-0.3028189961450742f,1.5828194968299372f,0.9723667638094173f,0.22641916270415946f,-0.0568967433088037f,0.08560673485628643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.015982897937998345f,-0.5434453012399334f,-0.8392924112213462f,0.20345798218504957f,-0.23291076319548665f,0.8142850338884122f,-0.5316883109238374f,1.4738681268615792f,0.9723667638094173f,0.20397815605006642f,-0.11355962527771606f,-0.2620487906188437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015982897937998345f,-0.05099123083039622f,-0.9985711999411482f,0.1876560564047181f,-0.23291076319548665f,0.9710356807307562f,-0.053313067211076454f,1.6556041103285268f,0.9723667638094173f,0.23343007759532203f,0.003643557690289602f,-0.2182578788341565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.967607916804549f,-0.02785065136408842f,-0.2509168399206343f,0.2564154943346191f,-0.06681467658966159f,0.986707325316015f,0.14813660303900117f,2.3096087471636135f,0.24345578310933613f,0.1601030773792674f,-0.9566066518085206f,0.009134418358253984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.967607916804549f,-0.02785065136408842f,-0.2509168399206343f,0.2726586688927412f,-0.06681467658966159f,0.986707325316015f,0.14813660303900117f,2.20266368840613f,0.24345578310933613f,0.1601030773792674f,-0.9566066518085206f,-0.10968993178780334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.967607916804549f,-0.02785065136408842f,-0.2509168399206343f,-0.3120541567880535f,-0.06681467658966159f,0.986707325316015f,0.14813660303900117f,2.270355124667187f,0.24345578310933613f,0.1601030773792674f,-0.9566066518085206f,0.15216469093498897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.967607916804549f,-0.02785065136408842f,-0.2509168399206343f,-0.3683815759902725f,-0.06681467658966159f,0.986707325316015f,0.14813660303900117f,2.1583989651654796f,0.24345578310933613f,0.1601030773792674f,-0.9566066518085206f,0.051599524522131845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9502123746647947f,0.2645706511486291f,-0.1646171728122021f,0.16536327495201977f,0.06781917981205252f,0.6912217586619935f,0.7194532918833862f,2.3615552940084488f,0.3041331976018278f,0.6724692192978138f,-0.6747504332814291f,0.08104725023781126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9799016518234177f,0.11266738289786997f,-0.1646171728122021f,0.05362868380188368f,-0.041146692871367144f,0.6933209289094829f,0.7194532918833862f,2.363802672070474f,0.1951914506823672f,0.7117669213773822f,-0.6747504332814291f,0.11070312751969691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9145432901647188f,0.4031686756272367f,-0.03264336697816769f,0.020122908881890667f,0.050324563502350025f,0.1934880614057114f,0.9798111085315155f,2.412116008087184f,0.40134524878586664f,0.8944369117419293f,-0.19724249590433351f,0.06609019950730449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994368327913622f,0.10082677736889376f,-0.03264336697816769f,0.050490829588921926f,-0.01192959513440894f,0.199569226981946f,0.9798111085315155f,2.414056578539391f,0.10530580801739689f,0.974682555813549f,-0.19724249590433351f,0.07070422196623077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9663532207579337f,0.2551389098571544f,-0.03264336697816769f,0.12418427676694285f,0.01943678323913693f,0.19897839846465043f,0.9798111085315155f,2.4654974688249265f,0.2564832629784704f,0.9462091384156812f,-0.19724249590433351f,0.15560861043291582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9663532207579337f,0.19764270577505777f,-0.1646171728122021f,0.07971466796755493f,0.01943678323913693f,0.6942688040344847f,0.7194532918833862f,2.309286987917168f,0.2564832629784704f,0.6920463774910178f,-0.6747504332814291f,-0.00010182450256294301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.95133825594824f,-0.17887499046430205f,-0.2509168399206343f,-0.2251959268842871f,-0.2203471096353315f,0.9641072026053018f,0.14813660303900117f,2.3855310886916548f,0.21541279916642958f,0.19621681801256302f,-0.9566066518085206f,0.12435031555308738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967607916804549f,-0.027850651364088416f,-0.2509168399206343f,-0.114022659081706f,-0.06681467658966156f,0.986707325316015f,0.14813660303900117f,2.4031705653987636f,0.24345578310933613f,0.1601030773792674f,-0.9566066518085206f,0.09792127825327365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9321281440145882f,-0.2611089094231799f,-0.2509168399206343f,-0.09228939582471732f,-0.30353610168998985f,0.9412339676248991f,0.14813660303900117f,2.4004007054241816f,0.19749166591723213f,0.2142446162892505f,-0.9566066518085206f,0.0917917375752429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.967193635781653f,0.039714107666049964f,-0.2509168399206343f,-0.12073250777077828f,0.0021773042359596317f,0.9889645120965309f,0.14813660303900117f,2.408324138441874f,0.2540309631712872f,0.1427304573872022f,-0.9566066518085206f,0.1004793274043025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9614985323466474f,-0.11207725790492123f,-0.2509168399206343f,-0.1874046942621896f,-0.152557636385808f,0.9771293232834848f,0.14813660303900117f,2.5124374165085364f,0.22857545772811874f,0.18071240643650563f,-0.9566066518085206f,0.10142241272298479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9614985323466474f,-0.11207725790492123f,-0.2509168399206343f,-0.16218731123358235f,-0.152557636385808f,0.9771293232834848f,0.14813660303900117f,2.2925833187697524f,0.22857545772811874f,0.18071240643650563f,-0.9566066518085206f,0.06076212127477108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.967607916804549f,-0.02785065136408842f,-0.2509168399206343f,-0.01912171156139857f,-0.06681467658966159f,0.986707325316015f,0.14813660303900117f,1.7906183802740334f,0.24345578310933613f,0.1601030773792674f,-0.9566066518085206f,-0.021828720901754237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015982897937998345f,-0.05099123083039622f,-0.9985711999411482f,1.3393349718875029e-17f,-0.23291076319548665f,0.9710356807307562f,-0.053313067211076454f,1.42648f,0.9723667638094173f,0.23343007759532203f,0.003643557690289602f,-0.109365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011312676746340575f,-0.3819374360742836f,-0.9241189416248512f,0.2361963478529674f,-0.19912599451493052f,0.9048075206832386f,-0.3763936620394804f,0.8297703687474134f,0.9799085986219697f,0.18827412312915753f,-0.06581787680162708f,-0.3388505843990546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011312676746340575f,-0.5439491593466854f,-0.8390419151573221f,0.028815730852043586f,-0.19912599451493052f,0.8210641383188902f,-0.5349789893772446f,1.1428010714814902f,0.9799085986219697f,0.17312710016832245f,-0.09902598413565487f,-0.27284587745988165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0352799219537798f,0.03153597951944549f,-0.9988797771016711f,0.3081208238639468f,0.1457375308656703f,0.9889795812484717f,0.026076042084164516f,1.2448795439605957f,0.988694037204692f,-0.14465431161685585f,-0.03948709822892227f,-0.017965611036613417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0352799219537798f,-0.9933262796721517f,-0.10980996867141679f,-0.012922035695588995f,0.1457375308656703f,0.1035901019869162f,-0.9838849845726472f,1.165140302395143f,0.988694037204692f,-0.05071481916582775f,0.14111026863011913f,-0.017667608683322608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09297388554004572f,-0.7885470142042885f,-0.6079058010885303f,0.005576306157603555f,-0.04052825834573086f,0.6130415708531859f,-0.7890104515665934f,1.316548579691318f,0.9948433629888918f,-0.04872000405746783f,-0.08895529394922003f,-0.12384840044853322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09672081881724791f,-0.7437277956339936f,-0.6614484478844299f,0.011489016228146093f,-0.21829078675678987f,0.6325334026015343f,-0.7431356720077613f,1.279456148129651f,0.971078892585161f,0.21626479277664618f,-0.10116977701295718f,-0.12874298985569843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0018896327083738065f,-0.7266537892926923f,-0.6870012371130045f,0.005576306157603555f,-0.13052619222005157f,0.6809458139687881f,-0.720607876436914f,1.316548579691318f,0.9914430606105231f,0.09103333974405224f,-0.09356061469594115f,-0.12384840044853322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0023037596450832458f,-0.0651158743282433f,-0.9978750500949335f,0.011758617009425563f,-0.04362029576052186f,0.9969213514698683f,-0.06515434583553198f,1.3405183760311843f,0.9990455257340688f,0.043677704769824244f,-0.0005437065180648143f,-0.12070449428632307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0014611245257622175f,-0.06478729200834259f,-0.9978980268090252f,0.011758617009425563f,-0.216438705542917f,0.9742245602588508f,-0.06356723158479805f,1.3405183760311843f,0.9762951151460436f,0.2160766368274798f,-0.012599014219322522f,-0.12070449428632307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0018896327083738065f,0.004834076864910136f,-0.9999865304038308f,0.011758617009425563f,-0.13052619222005157f,0.9914344387079338f,0.004546084955043189f,1.3405183760311843f,0.9914430606105231f,0.13051584365412675f,0.0025044205896665016f,-0.12070449428632307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022631213699897425f,-0.42014140804912725f,-0.9071764025860494f,0.013887746248319677f,0.05068827948805965f,0.9057595487919765f,-0.4207497333269451f,1.339228762892409f,0.9984580744773461f,-0.05550528816835114f,0.0007978072062671746f,0.07454388267655052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01941412382733536f,-0.40333725327220404f,-0.9148454251505282f,0.0023961309253600124f,-0.2576408763078484f,0.8820975063677771f,-0.39436679387985163f,1.3808544581260822f,0.9660456876625145f,0.24335786279178082f,-0.08679101316424348f,-0.3107985103956139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0018896327083738065f,-0.22023784455596582f,-0.9754443711014839f,0.03004123119031731f,-0.13052619222005157f,0.9670466848779365f,-0.2185946532080031f,1.2059511172029118f,0.9914430606105231f,0.12773410308893707f,-0.026919444186372026f,-0.13057555971298387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0018896327083738065f,-0.134384194393435f,-0.9909275036981539f,1.3393349718875029e-17f,-0.13052619222005157f,0.9824185596436096f,-0.13347916246481933f,1.42648f,0.9914430606105231f,0.12959422041512095f,-0.015684246945118226f,-0.109365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06291800746383905f,0.008721493523320311f,-0.9979805909372701f,0.5463009217827846f,-0.130251829494659f,0.9913373231904291f,0.016875205567012122f,1.877465721659593f,0.9894825846118133f,0.1310505520795594f,-0.061236978612339336f,-0.5335331275900042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06291800746383905f,0.008721493523320311f,-0.9979805909372701f,0.5404023585830496f,-0.130251829494659f,0.9913373231904291f,0.016875205567012122f,1.8652546126444685f,0.9894825846118133f,0.1310505520795594f,-0.061236978612339336f,-0.44076913528264666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06291800746383905f,0.008721493523320311f,-0.9979805909372701f,0.6930487288235077f,-0.130251829494659f,0.9913373231904291f,0.016875205567012122f,1.8688288863169789f,0.9894825846118133f,0.1310505520795594f,-0.061236978612339336f,-0.47796558464447453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2705714155317659f,-0.7313727240586124f,-0.6260072264760376f,-0.938680199763378f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.571148183798827f,0.9626697827122062f,-0.2106934324531914f,-0.16992694599128738f,-0.4688097865879225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.019341105044450774f,-0.7313727240586124f,-0.681703645405204f,-0.9266178531817985f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.555007940664314f,0.9442893509546959f,-0.2106934324531914f,0.2528357158208694f,-0.560368810427764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12866503020351522f,-0.7313727240586124f,-0.6697307283571607f,-0.8321894172190141f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.674286430043739f,0.9766295876249759f,-0.2106934324531914f,0.04246087724672885f,-0.5209584300948525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.9525511068340728e-8f,3.887107274691357e-9f,-0.000015624971620281212f,0.6875537168190532f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5902392261912226f,0.000015491297822039424f,0.0000020394680491416757f,2.9780285539458305e-8f,-0.08183629429019329f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168.mcfunction new file mode 100644 index 000000000..715e2b52e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168_as_bone.mcfunction new file mode 100644 index 000000000..29a181963 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_168_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42816484111686975f,0.03327064739250553f,-0.6946311087893297f,-0.33678483460777414f,-0.2769060940611431f,0.7564325172377631f,-0.13445187384929572f,1.5452177369966735f,0.6379203150453914f,0.3060185539013428f,0.4078661064184714f,-0.11674459396173766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39997210656979165f,-0.13039691839084522f,-0.6804549637119964f,-0.33678483460777414f,0.03295965974045076f,0.7883949991053935f,-0.13170795805645297f,1.5452177369966735f,0.6920520029563652f,0.0378149317039963f,0.3995423083282985f,-0.11674459396173766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4054149653850291f,0.0292592304932173f,-0.7083269356146529f,-0.3355029544677502f,-0.045255918806757396f,0.8132383722657216f,0.05949534546500314f,1.5270649747120197f,0.7074850189928096f,0.06878729352132314f,-0.4020916569579621f,-0.04093545995525434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3778791295802507f,-0.1254990233103707f,-0.6938712838674151f,-0.3355029544677502f,-0.34581929999040073f,0.7190356867055891f,0.05828115474122757f,1.5270649747120197f,0.6145049838543388f,0.3274716421187714f,-0.3938857047751466f,-0.04093545995525434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08281530560382518f,0.01148470855034718f,1.5602615090513698f,0.001170606527218428f,1.5573913130100152f,-0.09481305575554608f,0.08336085783649559f,1.5150054824960144f,0.09528994342891453f,1.5595784160880812f,-0.006421896410326066f,0.7606675222878932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007350213472221517f,-0.9985673657928767f,0.05300179558644792f,0.00024876982542508443f,-0.0606803556835451f,-0.053350949015356926f,-0.99673044032641f,1.5267553730604344f,0.9981301862963723f,0.004110013702608252f,-0.060985563794500874f,0.5678705410856596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.016442212430400366f,-0.9985673657928767f,0.05092022804218796f,-0.007107018531506148f,-0.23283890932053175f,-0.053350949015356926f,-0.9710508321120918f,1.5919987029603595f,0.9723763139632816f,0.004110013702608252f,-0.2333825439713638f,0.2358870649814753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9804745666357526f,-0.030988019687108997f,-0.1941889976705788f,0.25441413269429425f,0.15098278292493517f,0.514068398576345f,-0.844356489194815f,1.5469482484754422f,0.1259913625637672f,-0.8571892581110798f,-0.4993523328655848f,-0.4869028434633864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7633976841118979f,-0.030988019687108997f,-0.6451850265842056f,0.008520597206816069f,0.5414046662639664f,0.514068398576345f,-0.6652929196472446f,1.723204599135385f,0.3522853434933022f,-0.8571892581110798f,-0.3756615664914133f,-0.34679075910765517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.016442212430400366f,-0.5794755392980551f,-0.8148237557936204f,0.25636230950576766f,-0.23283890932053175f,0.7903105212419401f,-0.5667409658042359f,1.4173542407377115f,0.9723763139632816f,0.19904114994020936f,-0.12192999907184565f,0.04338592928398014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016442212430400366f,-0.30763341543153033f,-0.951362883110501f,0.19273502609291512f,-0.23283890932053175f,0.9241548356970916f,-0.3028595086242246f,1.5887404005020147f,0.9723763139632816f,0.22649397644885172f,-0.056433878792514214f,0.08550083812568662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016442212430400366f,-0.54338189394747f,-0.8393245921456454f,0.20338542350253075f,-0.23283890932053175f,0.8142792144674109f,-0.5317286932193535f,1.4797639720750095f,0.9723763139632816f,0.20417021873034397f,-0.11313189570932104f,-0.2621516745681109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016442212430400366f,-0.05092022804218818f,-0.9985673657928767f,0.187596834708415f,-0.23283890932053175f,0.9710508321120918f,-0.05335094901535714f,1.6615025596646809f,0.9723763139632816f,0.2333825439713638f,0.0041100137026082f,-0.21836675998783886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.967492486239923f,-0.027814216141197525f,-0.2513655872424534f,0.25643658819116305f,-0.06683380509898085f,0.9867179882400983f,0.14805692884632132f,2.315526481490406f,0.24390885913653096f,0.16004368486092768f,-0.9565011695606292f,0.008945756492894055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.967492486239923f,-0.027814216141197525f,-0.2513655872424534f,0.27262880963882974f,-0.06683380509898085f,0.9867179882400983f,0.14805692884632132f,2.208573337730948f,0.24390885913653096f,0.16004368486092768f,-0.9565011695606292f,-0.1098782709786508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.967492486239923f,-0.027814216141197525f,-0.2513655872424534f,-0.31196524747479176f,-0.06683380509898085f,0.9867179882400983f,0.14805692884632132f,2.2762616209947546f,0.24390885913653096f,0.16004368486092768f,-0.9565011695606292f,0.15224221123560597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.967492486239923f,-0.027814216141197525f,-0.2513655872424534f,-0.3683349624951192f,-0.06683380509898085f,0.9867179882400983f,0.14805692884632132f,2.164295941852873f,0.24390885913653096f,0.16004368486092768f,-0.9565011695606292f,0.05171134819930094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9500739876320521f,0.26485568667906156f,-0.16495721644927916f,0.16541570310409245f,0.06780516107132958f,0.691281133692016f,0.7193975634748646f,2.367474818485683f,0.3045683472671159f,0.6722959611921253f,-0.6747268057575107f,0.08089695199323715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.979809557945409f,0.11297055766936903f,-0.16495721644927916f,0.05369477499661099f,-0.0411698273191873f,0.6933773799201531f,0.7193975634748646f,2.3697201006845003f,0.1956483464722634f,0.711663868771582f,-0.6747268057575107f,0.11060441832159704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9143592084113664f,0.40357554598086814f,-0.03277219369502152f,0.020166491148604068f,0.05031902994955265f,0.19356899599333324f,0.9797954067125794f,2.4180288878384726f,0.40176514684362025f,0.8942358874907544f,-0.19729912393456522f,0.06600347660719658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943189856163447f,0.10127061846014246f,-0.03277219369502152f,0.05053647163576526f,-0.011959868018863035f,0.19964449038704377f,0.9797954067125794f,2.419970956501621f,0.10576727471129771f,0.9746211260252867f,-0.19729912393456522f,0.07060328959437982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9662350539025424f,0.2555695676921793f,-0.03277219369502152f,0.12426727247253234f,0.01941865685463902f,0.1990574709748238f,0.9797954067125794f,2.471420882657864f,0.25692943851554484f,0.946076275634655f,-0.19729912393456522f,0.15546976494086834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9662350539025424f,0.19793670036467995f,-0.16495721644927916f,0.07973151489047943f,0.01941865685463902f,0.694327056531999f,0.7193975634748646f,2.3151972949381645f,0.25692943851554484f,0.6919038959395685f,-0.6747268057575107f,-0.0002086116455343283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951229946250012f,-0.17882094650083916f,-0.2513655872424534f,-0.22512431489421572f,-0.22036767068978386f,0.9641147418929732f,0.14805692884632132f,2.3914388650383724f,0.21586958811272694f,0.19622903342061707f,-0.9565011695606292f,0.12437916847428906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967492486239923f,-0.02781421614119753f,-0.2513655872424534f,-0.11396397579091558f,-0.06683380509898088f,0.9867179882400984f,0.14805692884632132f,2.4090806525174235f,0.243908859136531f,0.16004368486092768f,-0.9565011695606292f,0.0978973450857209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9320249567092382f,-0.2610456313011184f,-0.2513655872424534f,-0.09223344823538901f,-0.30355724159563924f,0.9412396862093322f,0.14805692884632132f,2.4063111737459804f,0.1979456520007186f,0.21429659699388243f,-0.9565011695606292f,0.09175794083994698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670759448074118f,0.0397424021054185f,-0.2513655872424534f,-0.12067283590005015f,0.0021589661307115093f,0.9889764833836252f,0.14805692884632132f,2.4142341566238734f,0.25447879251540517f,0.14263960456005698f,-0.9565011695606292f,0.10045812454925579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9613867165690824f,-0.11203090089245778f,-0.2513655872424534f,-0.1873485593703043f,-0.15257762144044262f,0.9771382784724854f,0.14805692884632132f,2.5183449563197278f,0.22903198606329228f,0.1806927281023006f,-0.9565011695606292f,0.10142446696161597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9613867165690824f,-0.11203090089245778f,-0.2513655872424534f,-0.16214160666950136f,-0.15257762144044262f,0.9771382784724854f,0.14805692884632132f,2.298488843663419f,0.22903198606329228f,0.1806927281023006f,-0.9565011695606292f,0.0607686031385984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.967492486239923f,-0.027814216141197525f,-0.2513655872424534f,-0.019095085515820554f,-0.06683380509898085f,0.9867179882400983f,0.14805692884632132f,1.7965233213012937f,0.24390885913653096f,0.16004368486092768f,-0.9565011695606292f,-0.021851731195923763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016442212430400366f,-0.05092022804218818f,-0.9985673657928767f,1.339398472091903e-17f,-0.23283890932053175f,0.9710508321120918f,-0.05335094901535714f,1.4323792592592592f,0.9723763139632816f,0.2333825439713638f,0.0041100137026082f,-0.10937018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011690731948894313f,-0.38641404069553364f,-0.922251330137208f,0.23845235098094397f,-0.19907800312333013f,0.9029509907163906f,-0.38085096433738497f,0.8367470631778476f,0.9799139122693004f,0.18805237971809677f,-0.06637037760503015f,-0.3387325793947019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011690731948894313f,-0.5480104576488871f,-0.8363897806011f,0.029523364002305777f,-0.19907800312333013f,0.8184264172914114f,-0.539023328022055f,1.1487721347701982f,0.9799139122693004f,0.17280838459693398f,-0.09952882373499489f,-0.27284938276712084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03573352158639144f,0.026675349934095316f,-0.9990052758323793f,0.30835459910620067f,0.14560844525798375f,0.9891150662821405f,0.02120297911212332f,1.2523122439315197f,0.9886967665086133f,-0.14470594790667715f,-0.03922872080303413f,-0.01806031836052235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03573352158639144f,-0.9938327521340907f,-0.1049741693018515f,-0.012295511283536863f,0.14560844525798375f,0.09874269107494157f,-0.9844023880653842f,1.171008420704236f,0.9886967665086133f,-0.050461289567920634f,0.14118201780168335f,-0.01767540190761621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09349313621329584f,-0.7934710653124386f,-0.6013839888066076f,0.00584540202555481f,-0.04130381862377652f,0.6066007842050422f,-0.7939329210764107f,1.3224618109575272f,0.99476279989156f,-0.049387823537505336f,-0.08948639470965375f,-0.12385352333616784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0976631587110033f,-0.749039123807146f,-0.6552879507795123f,0.012064165499989645f,-0.21751522647874422f,0.6264516795010704f,-0.7484954371939677f,1.2854188560120823f,0.9711586037720561f,0.215635535699734f,-0.10174616485646383f,-0.12874352280025475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0021030027287292567f,-0.7322526294264083f,-0.6810298554965369f,0.00584540202555481f,-0.13052619222005157f,0.6750040158909114f,-0.7261766256742752f,1.3224618109575272f,0.991442630979754f,0.09041938525146731f,-0.09415861217482775f,-0.12385352333616784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0023047874705086633f,-0.06754692097332204f,-0.9977134365246062f,0.011969017884684937f,-0.043619583415564614f,0.9967596774696674f,-0.06758311411304689f,1.3464465690626246f,0.9990455544655449f,0.043675609183940374f,-0.0006490493381200307f,-0.12070885205767448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.001885212866356454f,-0.06718123640811464f,-0.9977390076804281f,0.011969017884684937f,-0.21643941788787424f,0.97406288625865f,-0.06599599986231296f,1.3464465690626246f,0.976294230422779f,0.2160744665344456f,-0.012704351815344885f,-0.12070885205767448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0021030027287292567f,0.0024070393466039397f,-0.9999948917575063f,0.011969017884684937f,-0.13052619222005157f,0.9914426119497053f,0.002111955226832718f,1.3464465690626246f,0.991442630979754f,0.1305210840130049f,0.0023991881987447394f,-0.12070885205767448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022859805335344967f,-0.4245769035117022f,-0.905103244002829f,0.014080731264243883f,0.05062945293906304f,0.903686473862845f,-0.42519103406872166f,1.3451611603636024f,0.9984558517005752f,-0.05554466636637953f,0.0008379994786698961f,0.0745397417684503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.019939529295729386f,-0.4085123239152967f,-0.9125349836476344f,0.0025283822121106494f,-0.25759771499231277f,0.8798027462590836f,-0.3994878532642935f,1.386760698140911f,0.9660464959836061f,0.24303252639162953f,-0.0876889885532838f,-0.3108036600345284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0021030027287292567f,-0.2226045581552391f,-0.9749065535055313f,0.03058017180721009f,-0.13052619222005157f,0.9665070885912802f,-0.2209682349283291f,1.2119242609161336f,0.991442630979754f,0.12771553700046773f,-0.027023158302186753f,-0.13057863539433393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0021030027287292567f,-0.13678877582497068f,-0.9905980053421412f,1.339398472091903e-17f,-0.13052619222005157f,0.9820878879615399f,-0.135890740905243f,1.4323792592592592f,0.991442630979754f,0.12958476425702073f,-0.015789184538640595f,-0.10937018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5944125796144847f,0.0075976503701899985f,-0.8041243441812378f,0.6002138236883113f,-0.10480057479049426f,0.9906954489176955f,0.086829528487421f,1.8926651017926557f,0.7973020285435347f,0.1358852574881403f,-0.5880855992776443f,-0.6037062859107294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5944125796144847f,0.0075976503701899985f,-0.8041243441812378f,0.5444876443494534f,-0.10480057479049426f,0.9906954489176955f,0.086829528487421f,1.8828400479060468f,0.7973020285435347f,0.1358852574881403f,-0.5880855992776443f,-0.5289592207347731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5944125796144847f,0.0075976503701899985f,-0.8041243441812378f,0.692969385646068f,-0.10480057479049426f,0.9906954489176955f,0.086829528487421f,1.8747281455762381f,0.7973020285435347f,0.1358852574881403f,-0.5880855992776443f,-0.4781199134311046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2703642315454112f,-0.7314180507957316f,-0.6260437822317473f,-0.9387575347191025f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5770474430580856f,0.9627279905304971f,-0.21053602766746407f,-0.16979221802872901f,-0.46861294856555624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01954432663456787f,-0.7314180507957316f,-0.6816492164350909f,-0.9267148929824234f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5609071999235726f,0.944285166656335f,-0.21053602766746407f,0.2529824205094534f,-0.5601745662421831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12845484519124503f,-0.7314180507957316f,-0.6697215747734766f,-0.8322779776347414f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6801856893029976f,0.9766572552173536f,-0.21053602766746407f,0.04260501009634103f,-0.5207845089183208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.2859417636394634e-8f,4.3260244010986775e-9f,-0.000015624964849374396f,0.6875596253939366f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5961384854504819f,0.000015491291109058657f,0.0000020394671653609914f,3.3142960255865864e-8f,-0.08198944965997532f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169.mcfunction new file mode 100644 index 000000000..7a115be70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169_as_bone.mcfunction new file mode 100644 index 000000000..adac1c44f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_169_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4652115619197503f,0.03985564458635895f,-0.6700255030185317f,-0.3322145134356623f,-0.26940867180143013f,0.7577630275232786f,-0.14198100619938103f,1.5499209513225825f,0.6147695622416743f,0.3019125140795015f,0.4448051973929926f,-0.11948805131576043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43596885082255876f,-0.13832516865599337f,-0.6563515131610107f,-0.3322145134356623f,0.04024378631860731f,0.7867885585532427f,-0.13908343464429163f,1.5499209513225825f,0.6695607506232721f,0.042777468905975f,0.43572754030333977f,-0.11948805131576043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4427404006904526f,0.03589337257378376f,-0.6853006988513739f,-0.3308056579725547f,-0.04175187470640263f,0.8126290272046006f,0.06953624628529878f,1.530412380698312f,0.6849687314026843f,0.07273358505001948f,-0.43871643125236737f,-0.03799945457944055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41414654050231803f,-0.13348727893145806f,-0.6713149703033867f,-0.3308056579725547f,-0.3424196256542513f,0.71979778779288f,0.06811713921825187f,1.530412380698312f,0.592647823717226f,0.32260237297941785f,-0.42976303469619664f,-0.03799945457944055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08281778526248224f,0.012070175854224235f,1.5602569580998717f,0.00149390321660618f,1.5573939856179424f,-0.09473584705193203f,0.08339869809782613f,1.5188332412540493f,0.09524409695764245f,1.5595786867414545f,-0.007009411995464629f,0.7606594293216826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007724912546703209f,-0.998564453183918f,0.05300338256798839f,0.0004996895900761323f,-0.06063094211323919f,-0.05337516678260847f,-0.996732150795483f,1.5305735993614207f,0.9981303595145308f,0.004486023677096933f,-0.06095622205289383f,0.5678622270529503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.016811494560448927f,-0.998564453183918f,0.05085672510245566f,-0.00698182817097669f,-0.232790543473228f,-0.05337516678260847f,-0.971061097171732f,1.595800373870238f,0.9723815796898267f,0.004486023677096933f,-0.23335367807575988f,0.2358783074059786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9809390413008933f,-0.03132492229055901f,-0.1917742070643883f,0.25485643352957765f,0.1487410265362878f,0.5140214390416583f,-0.8447828521167285f,1.551287309195494f,0.12503881108126302f,-0.8572051734847577f,-0.4995643965239626f,-0.48668867570555463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7649746365242585f,-0.03132492229055901f,-0.6432981849174372f,0.00842470414068883f,0.5396506867941099f,0.5140214390416583f,-0.6667526501246086f,1.726977910889401f,0.3515550336963254f,-0.8572051734847577f,-0.3763088476686966f,-0.3468117892952745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.016811494560448927f,-0.5794204165182482f,-0.8148554194287865f,0.25641977682649547f,-0.232790543473228f,0.7903061665085721f,-0.5667669062744969f,1.42115285991427f,0.9723815796898267f,0.19921883470280857f,-0.121597365841419f,0.043287283212139975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016811494560448927f,-0.30757132246332813f,-0.9513765055165085f,0.19280405070514328f,-0.232790543473228f,0.9241584829639119f,-0.3028855579840019f,1.5925395407326035f,0.9723815796898267f,0.22656341267733512f,-0.05606321000367707f,0.08541752802661733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016811494560448927f,-0.5433254424839675f,-0.8393538212221618f,0.2033271224441129f,-0.232790543473228f,0.8142759953862049f,-0.5317547989508363f,1.4835462246406788f,0.9723815796898267f,0.2043332251186923f,-0.11279182857153555f,-0.2622335679136404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016811494560448927f,-0.05085672510245588f,-0.998564453183918f,0.18755045865500297f,-0.232790543473228f,0.971061097171732f,-0.05337516678260869f,1.6652865855679873f,0.9723815796898267f,0.23335367807575988f,0.004486023677096881f,-0.21845171562645355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9673995817720595f,-0.02777852066261369f,-0.2517268419875827f,0.2564591959380811f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.3193234023278557f,0.2442738976284254f,0.16000541184622308f,-0.9564144139008666f,0.008802790109607602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9673995817720595f,-0.02777852066261369f,-0.2517268419875827f,0.2726096039010242f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.2123647936126196f,0.2442738976284254f,0.16000541184622308f,-0.9564144139008666f,-0.11002200883544247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9673995817720595f,-0.02777852066261369f,-0.2517268419875827f,-0.3118880583530039f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.2800517095100266f,0.2442738976284254f,0.16000541184622308f,-0.9564144139008666f,0.15231370496630753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9673995817720595f,-0.02777852066261369f,-0.2517268419875827f,-0.3682926190229653f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.168079693201025f,0.2442738976284254f,0.16000541184622308f,-0.9564144139008666f,0.05180944834338937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9499616981384006f,0.2650901302646898f,-0.1652271010042133f,0.1654639493883872f,0.06779694944996673f,0.69132077149301f,0.7193602467106369f,2.3712730623341423f,0.3049202284455482f,0.6721627881239481f,-0.674700556207089f,0.08078545262724977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9797353259786579f,0.1132196808122904f,-0.1652271010042133f,0.05375408220014871f,-0.04118413856005865f,0.6934152451334467f,0.7193602467106369f,2.3735170776747565f,0.19601672826715402f,0.7115873816287678f,-0.674700556207089f,0.1105345802268485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9142101502589154f,0.40390514722935267f,-0.032869943796832654f,0.020207941493338266f,0.050316486106493336f,0.19362297442678195f,0.9797848717958557f,2.421822844816701f,0.40210452918298123f,0.8940753747955265f,-0.1973351762731932f,0.06594379597271456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942790752762981f,0.10163014937755019f,-0.032869943796832654f,0.05057959225091095f,-0.011978967610646419f,0.1996950408371782f,0.9797848717958557f,2.4237658830836057f,0.1061396476473008f,0.9745733442909953f,-0.1973351762731932f,0.07053215706937788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.966139391898279f,0.2559184288346916f,-0.032869943796832654f,0.12434086145612722f,0.019407700243148765f,0.19911038689945654f,0.9797848717958557f,2.475221798413827f,0.25728975221274575f,0.9459708302117629f,-0.1973351762731932f,0.15536851999244727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.966139391898279f,0.19817840577663237f,-0.1652271010042133f,0.07975072015638501f,0.019407700243148765f,0.6943660249635519f,0.7193602467106369f,2.318989442797028f,0.25728975221274575f,0.6917955932644764f,-0.674700556207089f,-0.0002854884920596573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9511437695934107f,-0.17877115703209986f,-0.2517268419875827f,-0.22506036909535404f,-0.22038028529505682f,0.9641200464400941f,0.14800360098869395f,2.3952297027562626f,0.21623611959362032f,0.1962483362114325f,-0.9564144139008666f,0.12441251289834816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9673995817720595f,-0.027778520662613673f,-0.2517268419875827f,-0.11391037147729621f,-0.06684543458353909f,0.9867252008384694f,0.14800360098869395f,2.4128729024617463f,0.24427389762842544f,0.1600054118462231f,-0.9564144139008666f,0.09788825685490439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319434474189618f,-0.26098852050582594f,-0.2517268419875827f,-0.09218207327400521f,-0.303570270520275f,0.9412438711357577f,0.14800360098869395f,2.4101036522959274f,0.19830910636959767f,0.21434777165520885f,-0.9564144139008666f,0.09174086426064339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.966980776659448f,0.03977152994353733f,-0.2517268419875827f,-0.12061839973220091f,0.0021478681004220568f,0.9889844896443033f,0.14800360098869395f,2.4180263688039814f,0.2548402720013348f,0.14257596097851716f,-0.9564144139008666f,0.1004512905243756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9612972766967165f,-0.11198724408804549f,-0.2517268419875827f,-0.18729630520644006f,-0.15258983529066922f,0.9771444500483776f,0.14800360098869395f,2.5221355854120278f,0.2293989711865407f,0.18068641592886445f,-0.9564144139008666f,0.10143742949904114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9612972766967165f,-0.11198724408804549f,-0.2517268419875827f,-0.16209917528662987f,-0.15258983529066922f,0.9771444500483776f,0.14800360098869395f,2.302278084151143f,0.2293989711865407f,0.18068641592886445f,-0.9564144139008666f,0.0607829859150467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9673995817720595f,-0.02777852066261369f,-0.2517268419875827f,-0.019071271913420944f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,1.8003119855134735f,0.2442738976284254f,0.16000541184622308f,-0.9564144139008666f,-0.021866074425293758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016811494560448927f,-0.05085672510245588f,-0.998564453183918f,1.3394415615163176e-17f,-0.232790543473228f,0.971061097171732f,-0.05337516678260869f,1.436164074074074f,0.9723815796898267f,0.23335367807575988f,0.004486023677096881f,-0.10937370370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012008594702120163f,-0.3892647891180785f,-0.9210476196191693f,0.2398784743370107f,-0.1990455005229478f,0.901749512592952f,-0.38370392916927853f,0.8412274894387359f,0.9799166711383418f,0.1879381294235721f,-0.0666526603664045f,-0.3386749342281701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012008594702120163f,-0.5505941112067894f,-0.8346867186901237f,0.029964469439422284f,-0.1990455005229478f,0.8167251464848589f,-0.5416095676969296f,1.1526039515360884f,0.9799166711383418f,0.17264460548679555f,-0.0997855591829766f,-0.2728541783863293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03594755241646207f,0.023545946424998687f,-0.9990762542880384f,0.3085075433091754f,0.14552280645901527f,0.9891897380299042f,0.018076918338635437f,1.2570804507714513f,0.9887016164018129f,-0.14473855942104982f,-0.03898542216215587f,-0.01814504464526994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03594755241646207f,-0.9941490419563501f,-0.10185998160483495f,-0.011886575756065852f,0.14552280645901527f,0.09563212558135425f,-0.984722097526548f,1.1747740411865146f,0.9887016164018129f,-0.05022129960548338f,0.1412336177769959f,-0.01767971181308993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09374602249289483f,-0.7966055608244275f,-0.5971861215151948f,0.006016845164552279f,-0.04180445018785503f,0.6024482398370725f,-0.7970624230646582f,1.3262559352262597f,0.9947180862994562f,-0.04975639437110038f,-0.08977878372942419f,-0.12385748219121848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09833928117286332f,-0.7524031261078172f,-0.6513209052391828f,0.01243133694816504f,-0.2170145949146657f,0.6225275535457504f,-0.7519069827248357f,1.289246034001694f,0.9712023740562148f,0.21528813459995147f,-0.10206354749882582f,-0.1287449285086575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.002316446864026185f,-0.7358113356357062f,-0.6771826285603642f,0.006016845164552279f,-0.13052619222005157f,0.6711685285027977f,-0.7297230430046205f,1.3262559352262597f,0.991442155255898f,0.09008043459812558f,-0.0944879255997957f,-0.12385748219121848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0023826360356897784f,-0.06910244985925167f,-0.9976067233479188f,0.012103041758819606f,-0.04361940070281495f,0.9966528640258469f,-0.06914055619825656f,1.350250212741671f,0.9990453798140746f,0.04367974419026074f,-0.00063954642105547f,-0.12071278705029173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0022326281330184937f,-0.06869965016112224f,-0.9976348898466607f,0.012103041758819606f,-0.2164396006006239f,0.9739560728148294f,-0.06755344194752262f,1.350250212741671f,0.9762934572470829f,0.21607851881863294f,-0.012694843113785288f,-0.12071278705029173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.002316446864026185f,0.0008605738299173327f,-0.9999969467386435f,0.012103041758819606f,-0.13052619222005157f,0.9914447083434013f,0.0005508560630764769f,1.350250212741671f,0.991442155255898f,0.130524517660673f,0.0024089564106407647f,-0.12071278705029173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022929197724077897f,-0.4274209907623582f,-0.9037618870850077f,0.01421866607380222f,0.05059121046543799f,0.9023452497537005f,-0.42803455429506354f,1.3489674243430068f,0.9984561989969173f,-0.05553689676832808f,0.000933692654019434f,0.07453578167092093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02035107454065851f,-0.41180604508185764f,-0.9110442442598929f,0.0025976268279855295f,-0.2575696274500045f,0.8783152600563878f,-0.4027656774941801f,1.3905502149167783f,0.9660454030635962f,0.24285404090959437f,-0.08819407028578843f,-0.3108073622929298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.002316446864026185f,-0.2241118501310946f,-0.97456067676915f,0.030924078875253846f,-0.13052619222005157f,0.9661579603517193f,-0.22248979480762668f,1.2157571565806826f,0.991442155255898f,0.12772108001353358f,-0.027014412851591972f,-0.1305832211258043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.002316446864026185f,-0.13832047724365262f,-0.990384813922858f,1.3394415615163176e-17f,-0.13052619222005157f,0.9818727009417504f,-0.13743693932086148f,1.436164074074074f,0.991442155255898f,0.12958952396100615f,-0.015779989261704833f,-0.10937370370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9353815238369765f,0.0037414942909755593f,-0.3536204265662357f,0.6836929277047932f,-0.04587635324216322f,0.9902105695986144f,0.13182711431411967f,1.9004374815963971f,0.3506519144074593f,0.13953146267296962f,-0.9260530253968858f,-0.6336173726342654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9353815238369765f,0.0037414942909755593f,-0.3536204265662357f,0.5960009098450766f,-0.04587635324216322f,0.9902105695986144f,0.13182711431411967f,1.8961365734799445f,0.3506519144074593f,0.13953146267296962f,-0.9260530253968858f,-0.6007437556585662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9353815238369765f,0.0037414942909755593f,-0.3536204265662357f,0.6928899827598702f,-0.04587635324216322f,0.9902105695986144f,0.13182711431411967f,1.8785129603910529f,0.3506519144074593f,0.13953146267296962f,-0.9260530253968858f,-0.4782726103368829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2701569629694965f,-0.7314633594039152f,-0.6260803216909446f,-0.9388348530705403f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.580832257872901f,0.9627861739810807f,-0.21037855837837102f,-0.1696574353381252f,-0.46841435696328837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.019747618001658418f,-0.7314633594039152f,-0.6815947369462291f,-0.9268119235903776f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.564692014738388f,0.9442809371442599f,-0.21037855837837102f,0.25312916450025313f,-0.5599785651358808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12824458112173578f,-0.7314633594039152f,-0.6697123869710409f,-0.8323665302848028f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.683970504117813f,0.976684887174319f,-0.21037855837837102f,0.042749191102588346f,-0.5206088397149728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.6194482250409145e-8f,4.765093987149031e-9f,-0.000015624957352048485f,0.6875655041622306f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5999233002652966f,0.000015491283675873408f,0.000002039466186763588f,3.6506803010966956e-8f,-0.08214099109754623f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..3389422f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7547628450763553f,-0.1335673563249574f,-0.28184615211326247f,0.029805769863746362f,-0.09189229899477276f,0.8004635750345588f,-0.13326032745267005f,1.4157717173371467f,0.29804915286265393f,-0.09144545265730512f,-0.7548171143466471f,-0.3657867225271225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7331500004927977f,0.16205886313977796f,-0.2760941898252367f,0.029805769863746362f,0.216907821199129f,0.75888741931345f,-0.13054072893322782f,1.4157717173371467f,0.23546140634944357f,-0.1944911558030712f,-0.7394126834416136f,-0.3657867225271225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.756742421599934f,0.13295180367301584f,0.2767836152946995f,-0.03225535787788074f,0.09189229899477276f,0.8004635750345588f,-0.13326032745267005f,1.4157717173371467f,-0.2929866160440911f,-0.09233811448924775f,-0.756688152329642f,-0.3655788590475037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7347108120175595f,-0.16335804449649732f,0.27113497008460363f,-0.03225535787788074f,-0.216907821199129f,0.75888741931345f,-0.13054072893322782f,1.4157717173371467f,-0.2305450494093187f,-0.19340122570979792f,-0.741245536975976f,-0.3655788590475037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.005153800211724079f,-1.5624912359784582f,-0.0009087540305072597f,-0.8748200361328489f,-0.27132527760457853f,6.833476513896986e-16f,1.538762114081575f,1.6577566309482223f,-1.5387534832052132f,0.005233305887326896f,-0.27132375574820883f,-0.02877581478639485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0032984321355034106f,0.0005816025795250896f,-0.6267363020872061f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,0.0033493157678892906f,-0.9848022292513364f,0.17364720367885342f,-0.05084224704907931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0032984321355034106f,0.0005816025795250896f,-0.2986131425317299f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,0.0033493157678892906f,-0.9848022292513364f,0.17364720367885342f,-0.05194124128541799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0032984321355034106f,0.0005816025795250896f,0.6263816691675174f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,0.0033493157678892906f,-0.9848022292513364f,0.17364720367885342f,-0.05503935837071559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0032984321355034106f,0.0005816025795250896f,0.29825850961204114f,0f,-0.17364817766693005f,-0.984807753012208f,1.6406835138180038f,0.0033493157678892906f,-0.9848022292513364f,0.17364720367885342f,-0.05394036413437691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0032351906006014676f,-0.0008668667087919231f,-0.15524700435650735f,0f,0.25881904510252096f,-0.9659258262890682f,1.4441529836178628f,0.0033493157678892906f,-0.9659204084364286f,-0.25881759339328153f,0.2997228357788423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0023683238918095454f,-0.0023683238918095462f,-0.15570586711054543f,0f,0.7071067811865476f,-0.7071067811865474f,1.5723160877079245f,0.0033493157678892906f,-0.7071028150431473f,-0.7071028150431475f,0.16272166536423252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0031378502139028054f,-0.0011712438465759135f,0.1572512428391843f,0f,0.34969645376674086f,-0.9368630584151375f,1.4441529836178628f,0.0033493157678892906f,-0.9368578035748012f,-0.3496944923284984f,0.29867617460137685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0023683238918095454f,-0.0023683238918095462f,0.1567923800851462f,0f,0.7071067811865476f,-0.7071067811865474f,1.5723160877079245f,0.0033493157678892906f,-0.7071028150431473f,-0.7071028150431475f,0.1616750041867671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.000527412345894924f,-0.003307529641655452f,0.29332657348770985f,0f,0.9875239812756824f,-0.15746868388802135f,2.2287025612866787f,0.0033493157678892906f,-0.1574678006503012f,-0.9875184422795577f,-0.12691301830275184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.000527412345894924f,-0.003307529641655452f,0.3305822087905245f,0f,0.9875239812756824f,-0.15746868388802135f,2.0904993745127163f,0.0033493157678892906f,-0.1574678006503012f,-0.9875184422795577f,-0.19993499652646857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.000527412345894924f,-0.003307529641655452f,-0.2941701312401904f,0f,0.9875239812756824f,-0.15746868388802135f,2.2287025612866787f,0.0033493157678892906f,-0.1574678006503012f,-0.9875184422795577f,-0.12494529528911688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.000527412345894924f,-0.003307529641655452f,-0.33191407526434175f,0f,0.9875239812756824f,-0.15746868388802135f,2.0904993745127163f,0.0033493157678892906f,-0.1574678006503012f,-0.9875184422795577f,-0.1977160748302419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704178765071839f,0.2414087927208898f,-0.003307529641655452f,0.20345633993712214f,0.23890367350034383f,0.9581902986268517f,-0.15746868388802135f,2.324263791991425f,-0.03484508205369966f,-0.15360060681659743f,-0.9875184422795577f,-0.16400159427291744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962350774765382f,0.08662984851069305f,-0.003307529641655452f,0.0895779927576504f,0.08606838606920655f,0.983766154385287f,-0.15746868388802135f,2.3440913681501248f,-0.010387652514310777f,-0.1571605002314448f,-0.9875184422795577f,-0.16678186266691652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9456849808745023f,0.3250676501838684f,-0.003307529641655452f,0.06695139181411373f,0.32150636006610767f,0.9337222681459496f,-0.15746868388802135f,2.34176427325064f,-0.048099660970058994f,-0.1499791611268759f,-0.9875184422795577f,-0.1663350024306698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.999851291651499f,0.016924976528753216f,-0.003307529641655452f,0.09681562786612322f,0.017234669887787546f,0.9873735765901543f,-0.15746868388802135f,2.3490978652332175f,0.0006006135931408696f,-0.15750227116161772f,-0.9875184422795577f,-0.16760443484829823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9848938134440801f,0.173127803911582f,-0.003307529641655452f,0.1633539152063484f,0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.4422403363319134f,-0.02404556448864086f,-0.1556571135097225f,-0.9875184422795577f,-0.21432467592974178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9848938134440801f,0.173127803911582f,-0.003307529641655452f,0.12440015932624252f,0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.2234230498966143f,-0.02404556448864086f,-0.1556571135097225f,-0.9875184422795577f,-0.17930182539005426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701626913182209f,-0.24243228461130384f,-0.003307529641655452f,-0.20455035531418703f,-0.23890367350034383f,0.9581902986268517f,-0.15746868388802135f,2.324263791991425f,0.04134473560476323f,-0.15198006117753818f,-0.9875184422795577f,-0.16263504335015952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961431434470567f,-0.08768065927607034f,-0.003307529641655452f,-0.09069318697928723f,-0.08606838606920655f,0.983766154385287f,-0.15746868388802135f,2.3440913681501248f,0.017060793734723564f,-0.15657667602455114f,-0.9875184422795577f,-0.16617807417549377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9453415635463205f,-0.32606500652395654f,-0.003307529641655452f,-0.06806410034709222f,-0.32150636006610767f,0.9337222681459496f,-0.15746868388802135f,2.34176427325064f,0.05443334151823303f,-0.147798300020384f,-0.9875184422795577f,-0.16588279037741935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998328824222578f,-0.01797964056563331f,-0.003307529641655452f,-0.09793616978244167f,-0.017234669887787546f,0.9873735765901543f,-0.15746868388802135f,2.3490978652332175f,0.006096997708609261f,-0.15738536392148175f,-0.9875184422795577f,-0.1669521459229376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9847106450585927f,-0.17416660344612533f,-0.003307529641655452f,-0.16478592420568894f,-0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.4422403363319134f,0.03064242875964768f,-0.15449390835067234f,-0.9875184422795577f,-0.21322562582698315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9847106450585927f,-0.17416660344612533f,-0.003307529641655452f,-0.1255984384303108f,-0.17148173975091408f,0.9725212730457746f,-0.15746868388802135f,2.2234230498966143f,0.03064242875964768f,-0.15449390835067234f,-0.9875184422795577f,-0.17846449644808193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.000527412345894924f,-0.003307529641655452f,-0.00022548042346127236f,0f,0.9875239812756824f,-0.15746868388802135f,1.7222379058643273f,0.0033493157678892906f,-0.1574678006503012f,-0.9875184422795577f,-0.06732096176455253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0005816025795250903f,-0.0032984321355034106f,-0.00000737945613936348f,0f,0.984807753012208f,-0.17364817766693028f,1.3529349984847494f,0.0033493157678892906f,-0.17364720367885364f,-0.9848022292513364f,-0.002203260384982415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9512309069251295f,-0.30815910377045347f,-0.01406159570555822f,0.22674609108764637f,-0.30432233187297814f,0.9299770406121394f,0.20622953779146222f,0.7528926379652434f,-0.050474548376272466f,0.2004511678630934f,-0.9784026008083448f,0.06748870992087613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9512309069251295f,-0.2852296825277806f,0.11748953108893234f,0.12493395917931914f,-0.30432233187297814f,0.9300018024530965f,-0.20611784434489092f,1.085629019026283f,-0.050474548376272466f,-0.23182035208128993f,-0.9714482200957075f,-0.01992692735120536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9508714567630383f,0.30949493094749253f,0.007507358466475114f,-0.23170772605695023f,0.30432233187297814f,0.9299770406121394f,0.20622953779146222f,0.7676734505082374f,0.056845325548634904f,0.1983824378620598f,-0.9784748424518516f,0.06911278452534464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9508714567630383f,0.2836704127514488f,-0.12399423229634518f,-0.1251083090991647f,0.30432233187297814f,0.9300018024530965f,-0.20611784434489092f,1.1196601646391693f,0.056845325548634904f,-0.23372578882830713f,-0.9706394101827184f,-0.03212816509273143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9661810802831596f,0.25784475281717867f,-0.0031942992212443304f,-0.00009526258663030757f,0.24684011049074386f,0.9212198336973717f,-0.3007057995042731f,1.2833085939886522f,-0.07459276074649705f,-0.2913247353851623f,-0.9537116013748502f,-0.02844224280620445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9656597365896977f,-0.25979043396938384f,-0.0031942992212443304f,-0.00009526258663030757f,-0.24684011049074386f,0.9212198336973717f,-0.3007057995042731f,1.2833085939886522f,0.0810631419477f,-0.2895910019675784f,-0.9537116013748502f,-0.02844224280620445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,-0.0010071586757754171f,-0.0031942992212443304f,-0.00009526258663030757f,0f,0.9537169507482268f,-0.3007057995042731f,1.2833085939886522f,0.0033493157678892906f,-0.3007041128533262f,-0.9537116013748502f,-0.02844224280620445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9655886729089052f,0.2600556472366747f,-0.003094364285870239f,-0.00006906530631860448f,0.23911761839433449f,0.8923991008325228f,0.3826834323650897f,1.2736790793298005f,0.1022803955968145f,0.36877487058314995f,-0.9238743504952067f,-0.020620605436863858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9662521439639522f,-0.2575795395498878f,-0.003094364285870239f,-0.00006906530631860448f,-0.23911761839433449f,0.8923991008325228f,0.3826834323650897f,1.2736790793298005f,-0.09581001439561156f,0.3705086040007338f,-0.9238743504952067f,-0.020620605436863858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,0.00128172765413039f,-0.003094364285870239f,-0.00006906530631860448f,0f,0.9238795325112867f,0.3826834323650897f,1.2736790793298005f,0.0033493157678892906f,0.38268128590374895f,-0.9238743504952067f,-0.020620605436863858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9657698786121668f,0.25937937834548086f,-0.00329843213550341f,-0.19369130012285282f,0.25488700224417876f,0.9512512425641977f,0.17364817766693033f,1.3622062522882308f,0.0481783940414853f,0.16686345198749095f,-0.9848022292513364f,0.017850298602930206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9660709382606906f,-0.25825580844108165f,-0.00329843213550341f,0.1938065263998048f,-0.25488700224417876f,0.9512512425641977f,0.17364817766693033f,1.3622062522882308f,-0.04170801284028236f,0.16859718540507482f,-0.9848022292513364f,0.016552438742873106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,0.0002919121034468342f,-0.003336570610206394f,-0.007942408006254929f,0f,0.9961946980917455f,0.08715574274765814f,1.1705820176863349f,0.0033493157678892906f,0.0871552538933817f,-0.9961891104617974f,-0.038773130542557224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999943910262132f,0.0005816025795250908f,-0.00329843213550341f,0f,0f,0.984807753012208f,0.17364817766693033f,1.390625f,0.0033493157678892906f,0.17364720367885367f,-0.9848022292513364f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8613637395058833f,0.23190878687616723f,-0.45196329810512903f,-2.344938785820048f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4801157724630567f,-0.08099481140385677f,0.8734578899740139f,-0.4458287378345441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3751706448118525f,0.23190878687616723f,-0.8974771873652744f,-2.314027349680716f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9119789657523993f,-0.08099481140385677f,-0.4021619158384321f,-0.3573214182739336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3297219854862047f,0.23190878687616723f,-0.9151512043682508f,-2.1922103870951446f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9440780753131783f,-0.08099481140385677f,0.3196191925379619f,-0.4495179569349331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8568278829307887f,-0.2668741903560511f,0.4411622666934983f,2.268556879160785f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2622160386899743f,-0.4899157413694535f,-0.1546999576305647f,0.8579338491209685f,-0.4835239169980422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3648060405344629f,-0.2668741903560511f,0.892017219178739f,2.23727485988414f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.267783961310026f,-0.8973681221305767f,-0.1546999576305647f,-0.4132776022154408f,-0.3953224657193204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.333674872284213f,-0.2668741903560511f,0.9041234684089982f,2.1172973492611127f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.219595171272107f,-0.9408154803063656f,-0.1546999576305647f,0.30155290601319734f,-0.48465612726066093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624912359784583f,0f,-5.233305887327017e-8f,-0.004914804926807807f,0f,0.000015625f,0f,1.5567475f,5.233305887327017e-8f,0f,-0.000015624912359784583f,0.6875203175170763f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17.mcfunction new file mode 100644 index 000000000..cae96cc22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170.mcfunction new file mode 100644 index 000000000..8ce7b5d93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170_as_bone.mcfunction new file mode 100644 index 000000000..548d698cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_170_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5035621695133088f,0.046663372755345496f,-0.641242633893435f,-0.32747078163622917f,-0.2609016151889718f,0.7592661776953992f,-0.1496317581399364f,1.5523097038527869f,0.5876222707414005f,0.2971226102055487f,0.48307625265355997f,-0.1227617666516086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4732291409750912f,-0.14654063454558922f,-0.628156049528263f,-0.32747078163622917f,0.04850637520356306f,0.7849598761576836f,-0.1465780487901418f,1.5523097038527869f,0.6431961689069583f,0.048619288862447485f,0.4732175536198139f,-0.1227617666516086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4816790036615787f,0.04280478019236735f,-0.6581014607708424f,-0.3259224564345397f,-0.03738421412122355f,0.8118620173657866f,0.08016813417897523f,1.5312047380559248f,0.6584316231854085f,0.07740968928940863f,-0.47688571171507094f,-0.03459825961143889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4519778477671936f,-0.14182933626713815f,-0.6446708187142947f,-0.3259224564345397f,-0.3381792525825337f,0.7207409453303429f,0.07853204980797573f,1.5312047380559248f,0.5668781335088297f,0.31688630310940646f,-0.46715335025149807f,-0.03459825961143889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08280541147731164f,0.01249350331778968f,1.5602542825465733f,0.0017288938311332647f,1.5573949892865138f,-0.09470761382513707f,0.08341202088912238f,1.5201848722948015f,0.09523844378890181f,1.5595770677521505f,-0.007433610581078593f,0.7606562053775621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007995842123385093f,-0.9985627408298069f,0.05299546334547921f,0.0006823476293187011f,-0.060612872848090416f,-0.05338369336903807f,-0.9967327931433687f,1.5319217444649174f,0.9981293233613763f,0.004757510771889869f,-0.060952604024899826f,0.5678590678350539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017076932949528306f,-0.9985627408298069f,0.05080187976346391f,-0.006889671329567446f,-0.23277286026335803f,-0.05338369336903807f,-0.9710648674558747f,1.5971424666805245f,0.9723811875421348f,0.004757510771889869f,-0.23334993508763371f,0.2358760109668444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9810841710551579f,-0.031562980291348505f,-0.1909911714717249f,0.25495973547972406f,0.14794968535346692f,0.5140042598461428f,-0.844932252588235f,1.55281891080713f,0.12483885576543888f,-0.8572067423528273f,-0.4996117101870503f,-0.48664855831546894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.765481193055749f,-0.031562980291348505f,-0.6426836868577537f,0.008357870459710495f,0.5390309949863994f,0.5140042598461428f,-0.6672669685395727f,1.7283096268520435f,0.3514030869555923f,-0.8572067423528273f,-0.37644716939158096f,-0.3468206037581111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.017076932949528306f,-0.5793732403813066f,-0.814883443623137f,0.2564612547889905f,-0.23277286026335803f,0.7903047650024173f,-0.5667761232967468f,1.4224937496042718f,0.9723811875421348f,0.1993615478083446f,-0.1213663848419678f,0.043216784397253426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017076932949528306f,-0.3075179027440885f,-0.951389046527715f,0.19285546648367569f,-0.23277286026335803f,0.9241599179357801f,-0.3028947698553859f,1.5938806419056344f,0.9723811875421348f,0.2266300632590685f,-0.05580000485069974f,0.0853611712280119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.017076932949528306f,-0.543277088850066f,-0.8393797609494973f,0.20328529452278388f,-0.23277286026335803f,0.8142749972548372f,-0.5317640683333633f,1.4848811461735139f,0.9723811875421348f,0.20446572714328545f,-0.11255484235658214f,-0.26229079715016085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017076932949528306f,-0.05080187976346413f,-0.9985627408298069f,0.18751892493694808f,-0.23277286026335803f,0.9710648674558747f,-0.05338369336903828f,1.666622160737934f,0.9723811875421348f,0.23334993508763371f,0.004757510771889817f,-0.2185079498789052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.967332792626219f,-0.027743682302023755f,-0.25198721475956953f,0.256483585072925f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.3206636702025305f,0.2445371758207317f,0.1599951368750309f,-0.956348851527496f,0.008716084233405523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.967332792626219f,-0.027743682302023755f,-0.25198721475956953f,0.2726027237004516f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.2137030575532632f,0.2445371758207317f,0.1599951368750309f,-0.956348851527496f,-0.11011115679995352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.967332792626219f,-0.027743682302023755f,-0.25198721475956953f,-0.31182443059497866f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.281389666724077f,0.2445371758207317f,0.1599951368750309f,-0.956348851527496f,0.15238167502808542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.967332792626219f,-0.027743682302023755f,-0.25198721475956953f,-0.3682552514144185f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.1694153515030923f,0.2445371758207317f,0.1599951368750309f,-0.956348851527496f,0.051894722181281216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9498796409862783f,0.26526625598026266f,-0.16541608470155872f,0.16550739488301847f,0.06779426053689835f,0.6913351797887921f,0.7193466531684521f,2.372613844137199f,0.30517635209503796f,0.6720784795130791f,-0.6746687420485354f,0.08072245908469726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9796818312183398f,0.11340647469473568f,-0.16541608470155872f,0.053805571882837064f,-0.04118904832218798f,0.693429055400521f,0.7193466531684521f,2.374857433118151f,0.19628288738194521f,0.7115441775628929f,-0.6746687420485354f,0.1105018088412099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9141016151215913f,0.4041456794771562f,-0.03293185375964518f,0.020246935539333724f,0.05031585822471162f,0.19364258189245037f,0.9797810290514593f,2.4231621068300058f,0.40235127891335143f,0.8939624266365863f,-0.19734393357490598f,0.06591924318772394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942501807789654f,0.10189244834112285f,-0.03293185375964518f,0.05061981147167462f,-0.011985623801814546f,0.1997134946190292f,0.9797810290514593f,2.4251054896540536f,0.10640922348685941f,0.9745421740684735f,-0.19734393357490598f,0.07049934098120161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9660698205421092f,0.25617297836752967f,-0.03293185375964518f,0.12440361748314267f,0.019404012808231064f,0.19912965474233524f,0.9797810290514593f,2.4765635709289557f,0.2575511330292985f,0.9458978727941553f,-0.19734393357490598f,0.1553147898877399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9660698205421092f,0.1983598264763917f,-0.16541608470155872f,0.07977265652595461f,0.019404012808231064f,0.6943802105923559f,0.7193466531684521f,2.320328023545676f,0.2575511330292985f,0.691729356307777f,-0.6746687420485354f,-0.00032431528150971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9510832526530875f,-0.17872629946523966f,-0.25198721475956953f,-0.22500529671847763f,-0.2203845838807489f,0.9641220448718902f,0.14798418084293322f,2.396567905155132f,0.21649776375411597f,0.19627937352535624f,-0.956348851527496f,0.12445488406099434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967332792626219f,-0.02774368230202376f,-0.25198721475956953f,-0.11386264112948846f,-0.06684936762289923f,0.9867278471132072f,0.14798418084293322f,2.4142115845553245f,0.2445371758207317f,0.1599951368750309f,-0.956348851527496f,0.09790019877100165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318870703584244f,-0.2609385592366678f,-0.25198721475956953f,-0.09213598525152226f,-0.3035747269233583f,0.9412454873164889f,0.14798418084293322f,2.4114424108086965f,0.19856704981492218f,0.21440149465392622f,-0.956348851527496f,0.09174696985266734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9669117200074241f,0.03980162446433361f,-0.25198721475956953f,-0.12057001922515878f,0.002144129236542419f,0.9889874038278058f,0.14798418084293322f,2.4193650393019777f,0.2551021921154387f,0.14254734567832938f,-0.956348851527496f,0.10046495670420175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9612337780669333f,-0.11194671724032237f,-0.25198721475956953f,-0.18724855300967266f,-0.15259398400166746f,0.9771467434662744f,0.14798418084293322f,2.5234736989198625f,0.22966214304858537f,0.18069912626343945f,-0.956348851527496f,0.10146728208294703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9612337780669333f,-0.11194671724032237f,-0.25198721475956953f,-0.16206054163060016f,-0.15259398400166746f,0.9771467434662744f,0.14798418084293322f,2.3036156816399513f,0.22966214304858537f,0.18069912626343945f,-0.956348851527496f,0.060809978673673215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.967332792626219f,-0.027743682302023755f,-0.25198721475956953f,-0.019050704911299038f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,1.8016493252959531f,0.2445371758207317f,0.1599951368750309f,-0.956348851527496f,-0.021868774342137354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017076932949528306f,-0.05080187976346413f,-0.9985627408298069f,1.3394574365674175e-17f,-0.23277286026335803f,0.9710648674558747f,-0.05338369336903828f,1.4375f,0.9723811875421348f,0.23334993508763371f,0.004757510771889817f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01225696472987393f,-0.39024341893456693f,-0.9206301324603008f,0.2403492186279271f,-0.19903356331613326f,0.9013236072845604f,-0.38470949510667185f,0.8428096995126169f,0.9799160206309995f,0.18795166647254752f,-0.06662404656652784f,-0.3386879550363181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01225696472987393f,-0.5514802727847574f,-0.8340978812734512f,0.030097364628738354f,-0.19903356331613326f,0.8161231231632075f,-0.542520680262066f,1.1539566402185897f,0.9799160206309995f,0.17266313030749142f,-0.09975989145505747f,-0.27286013660658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03588544657338208f,0.022421333605268476f,-0.9991043581746554f,0.3085734335335878f,0.14549186161387315f,0.9892138359472608f,0.016973655311540353f,1.2587633850864095f,0.988708426649818f,-0.14475244581652721f,-0.03876050182563192f,-0.018217904029453953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03588544657338208f,-0.9942652953129439f,-0.10074104059663783f,-0.011729517190862952f,0.14549186161387315f,0.09453415424678102f,-0.9848326821775236f,1.1761033391516225f,0.988708426649818f,-0.04999816213732564f,0.1412651084115648f,-0.017679677061545232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09369630983190493f,-0.7977135024985634f,-0.595713160384558f,0.0060753232433637255f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811539f,1.3275952111643958f,0.9947153045051358f,-0.049775738700961476f,-0.08979887983727047f,-0.12385978817552583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09871233486770266f,-0.7535554931250147f,-0.6499307607169266f,0.01255817069530061f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709993f,1.2905972207232534f,0.9712041226238592f,0.21527010328151647f,-0.10208493929853207f,-0.12874722280240813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.002529654059050343f,-0.7370499415750579f,-0.6758335479055072f,0.0060753232433637255f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877654f,1.3275952111643958f,0.9914416341847238f,0.09006308037255661f,-0.09450993365213384f,-0.12385978817552583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.002549053898377823f,-0.06964522369436418f,-0.9975685666362916f,0.012148749702954858f,-0.043619387365335965f,0.9966145903260725f,-0.06969008103788996f,1.3515928335380654f,0.999044969643557f,0.04369097350433934f,-0.0004974576838190506f,-0.12071592726087191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.002491002024886607f,-0.06920535006411553f,-0.9975993255969129f,0.012148749702954858f,-0.21643961393810288f,0.973917799115055f,-0.06810296678715602f,1.3515928335380654f,0.9762928292409183f,0.21608965752527523f,-0.012552748040659707f,-0.12071592726087191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.002529654059050343f,0.00033303527490605167f,-0.9999967449636261f,0.012148749702954858f,-0.13052619222005157f,0.9914448613738105f,0f,1.3515928335380654f,0.9914416341847238f,0.13052576735254817f,0.002551482344207318f,-0.12071592726087191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022814805645605934f,-0.42843142815005475f,-0.9032862204288615f,0.014292908375054165f,0.0505776252052218f,0.9018697769781165f,-0.42903707206026204f,1.3503109555426114f,0.9984595076776791f,-0.05547446932370702f,0.0010930605197096623f,0.07453233616903321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020630641534598065f,-0.4129333495280589f,-0.9105275533872708f,0.0025940433904303468f,-0.2575596405248657f,0.8777874180874515f,-0.403921131187844f,1.391887841954372f,0.9660421358318554f,0.24284830140419666f,-0.08824564749903298f,-0.31080908997066314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.002529654059050343f,-0.22462582251761476f,-0.9744418098114564f,0.03104246305666749f,-0.13052619222005157f,0.9660341938077882f,-0.22302656688984573f,1.2171101783365548f,0.9914416341847238f,0.1277543590349141f,-0.026875820967974078f,-0.1305892300598012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.002529654059050343f,-0.1388428537480555f,-0.9903111949349244f,1.3394574365674175e-17f,-0.13052619222005157f,0.9817961881363971f,-0.1379824557883154f,1.4375f,0.9914416341847238f,0.12961059726710758f,-0.015639024304219803f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9779066353854149f,-0.0018265924980467275f,0.20903415038941253f,0.7700051320087171f,0.027608244162887922f,0.9900739960031557f,0.13780880702112452f,1.8992260709250122f,-0.20721099711023974f,0.14053521266283855f,-0.9681495012023664f,-0.6139323121166975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9779066353854149f,-0.0018265924980467275f,0.20903415038941253f,0.6783263849413345f,0.027608244162887922f,0.9900739960031557f,0.13780880702112452f,1.901814343815283f,-0.20721099711023974f,0.14053521266283855f,-0.9681495012023664f,-0.6333583430957825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9779066353854149f,-0.0018265924980467275f,0.20903415038941253f,0.6928106359166138f,0.027608244162887922f,0.9900739960031557f,0.13780880702112452f,1.8798488863169789f,-0.20721099711023974f,0.14053521266283855f,-0.9681495012023664f,-0.47842290242588503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26994991187392603f,-0.7315085838929748f,-0.6261167916372746f,-0.9389120421902037f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5821681837988266f,0.9628442483233149f,-0.2102212540794048f,-0.16952279434929282f,-0.46821375078267913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01995068288721215f,-0.7315085838929748f,-0.6815402863684793f,-0.9269088036505704f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5660279406643136f,0.9442766686321945f,-0.2102212540794048f,0.2532757339544531f,-0.5597805423400962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12803454442275652f,-0.7315085838929748f,-0.669703178374832f,-0.8324549461641623f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6853064300437386f,0.9767124432791153f,-0.2102212540794048f,0.04289321015059298f,-0.5204311280839766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.952584467266161e-8f,5.203676170407366e-9f,-0.000015624949140056658f,0.6875713445931197f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.6012592261912226f,0.00001549127553413631f,0.000002039465114883565f,3.986691162823925e-8f,-0.08229014732989061f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171.mcfunction new file mode 100644 index 000000000..8f6fc9072 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171_as_bone.mcfunction new file mode 100644 index 000000000..462d6ceca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_171_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5403488567857143f,0.053188268127371124f,-0.6100316102862434f,-0.3229073510563235f,-0.2520242826958482f,0.7607954593178134f,-0.15690275477978355f,1.5519071190333142f,0.5580782367611726f,0.29207143246037026f,0.5197955409952384f,-0.12593628854539393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5089680178371243f,-0.15442579875595971f,-0.5975819855865242f,-0.3229073510563235f,0.05711386895116727f,0.7830160367340228f,-0.15370065774346145f,1.5519071190333142f,0.614564531023698f,0.05512312487448098f,0.5091874687300295f,-0.12593628854539393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5193251155450094f,0.049481215311201567f,-0.6283291161007373f,-0.3212178511290528f,-0.032486476449524924f,0.8109623824569905f,0.09071431823048094f,1.5290434002793387f,0.6294366510273307f,0.08268051775027191f,-0.513729382819875f,-0.030505780074949515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4885513335026742f,-0.1498995288101464f,-0.615506072915008f,-0.3212178511290528f,-0.3334094289430901f,0.7217627857718713f,0.08886300561353236f,1.5290434002793387f,0.5386610689706482f,0.3107870852164295f,-0.5032451097011021f,-0.030505780074949515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08277138192926409f,0.012717284914197692f,1.560254280237017f,0.0018554988436708794f,1.5573780418328935f,-0.0950024670628413f,0.08339314161677809f,1.5184926723382985f,0.0955446657342113f,1.559557325626854f,-0.007642966266639004f,0.7610863698609815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00813906234508622f,-0.9985627393516908f,0.052973684434728774f,0.0007812888146184237f,-0.06080157892022112f,-0.05337161063473773f,-0.9967219467730517f,1.5302659882122798f,0.9981166884011864f,0.004891498410648532f,-0.0611485860698979f,0.5682916065036228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01721419546608432f,-0.9985627393516908f,0.050755561792801274f,-0.006837778901079547f,-0.23295681601379298f,-0.05337161063473773f,-0.9710214174007543f,1.5955495381110962f,0.9723347126104114f,0.004891498410648532f,-0.23354074568718713f,0.23632197529505516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9808302969493812f,-0.03167996179769086f,-0.19227144511519706f,0.25463528506440253f,0.14896980552033123f,0.5141666358799567f,-0.8446541704100696f,1.5510959025101838f,0.12561817396150976f,-0.8571050405687655f,-0.4995908564037087f,-0.48639658513196593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7646384607808012f,-0.03167996179769086f,-0.6436803588080535f,0.008327400055701161f,0.5397883952727957f,0.5141666358799567f,-0.666529188315642f,1.7268266021470653f,0.35207458389322566f,-0.8571050405687655f,-0.3760511093030138f,-0.34635203824536775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01721419546608432f,-0.579334175406871f,-0.814908329004003f,0.2564830725269891f,-0.23295681601379298f,0.790274611646016f,-0.566742587124397f,1.4209338050078706f,0.9723347126104114f,0.19959446734160674f,-0.12135590327400256f,0.04359175658948706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01721419546608432f,-0.3074731626374396f,-0.9514010330729026f,0.19288559807576358f,-0.23295681601379298f,0.9241210756471395f,-0.3028718531284971f,1.592313557609656f,0.9723347126104114f,0.22684905069782593f,-0.055719968147191115f,0.08577770379440948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01721419546608432f,-0.5432369755717623f,-0.8394029186547425f,0.20326384694971056f,-0.23295681601379298f,0.8142434097704573f,-0.5317318793509519f,1.4833796194177922f,0.9723347126104114f,0.2046979677891894f,-0.11253421095740077f,-0.2618963555777582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01721419546608432f,-0.050755561792801496f,-0.9985627393516908f,0.18750616199261222f,-0.23295681601379298f,0.9710214174007543f,-0.05337161063473794f,1.6651125626139665f,0.9723347126104114f,0.23354074568718713f,0.00489149841064848f,-0.21807689389634408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672983715288828f,-0.02770774415156785f,-0.2521232661846255f,0.25651212523489264f,-0.06688299859140404f,0.9866979579140842f,0.148168162395295f,2.3191102283438196f,0.24466410635194216f,0.1601855822544824f,-0.9562845048942278f,0.009260767712065177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672983715288828f,-0.02770774415156785f,-0.2521232661846255f,0.27261272598136305f,-0.06688299859140404f,0.9866979579140842f,0.148168162395295f,2.2121718612762953f,0.24466410635194216f,0.1601855822544824f,-0.9562845048942278f,-0.10958900639177681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672983715288828f,-0.02770774415156785f,-0.2521232661846255f,-0.311775668038326f,-0.06688299859140404f,0.9866979579140842f,0.148168162395295f,2.2798164666713694f,0.24466410635194216f,0.1601855822544824f,-0.9562845048942278f,0.1530009301938312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672983715288828f,-0.02770774415156785f,-0.2521232661846255f,-0.36822244515652175f,-0.06688299859140404f,0.9866979579140842f,0.148168162395295f,2.1678618747094904f,0.24466410635194216f,0.1601855822544824f,-0.9562845048942278f,0.05250096406638485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9498347171040418f,0.2653722263462486f,-0.16550405332776935f,0.16554700180298543f,0.06774894209407314f,0.691204725351779f,0.7194762737550877f,2.37104797789812f,0.30532620429471746f,0.6721708184199963f,-0.674508932361591f,0.08129008301347385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9796540378411536f,0.11351816803315376f,-0.16550405332776935f,0.05384950575981032f,-0.04121340124971408f,0.6932931177077446f,0.7194762737550877f,2.3732873918906625f,0.19641644966487526f,0.7116588216733302f,-0.674508932361591f,0.11108597245572562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.914042898922284f,0.4042771784699763f,-0.03294756285529006f,0.020285066655017392f,0.05025171314867603f,0.19346840457267586f,0.9798187290298788f,2.421600925153277f,0.40249266360440833f,0.8939406800232661f,-0.19715404217050714f,0.06651737737853525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942349737785268f,0.1020356556185617f,-0.03294756285529006f,0.05065862840004315f,-0.01199280564252143f,0.19952802022546637f,0.9798187290298788f,2.4235430476724384f,0.10655040839167945f,0.974565182082449f,-0.19715404217050714f,0.0710934599872376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9660323982112444f,0.2563120436267659f,-0.03294756285529006f,0.12445534112085001f,0.019367904800365196f,0.19894758733374324f,0.9798187290298788f,2.4749841424304826f,0.25769417896001523f,0.9458985113562418f,-0.19715404217050714f,0.15590798405562245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9660323982112444f,0.1984686724355038f,-0.16550405332776935f,0.07979988982286172f,0.019367904800365196f,0.6942469126810277f,0.7194762737550877f,2.3187785870772517f,0.25769417896001523f,0.6918319234427903f,-0.674508932361591f,0.00024580128099487356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9510548773019191f,-0.17868541912710395f,-0.2521232661846255f,-0.2249590639535975f,-0.22041312509534877f,0.9640872626158399f,0.148168162395295f,2.3949988513918967f,0.21659333933880417f,0.19648733051590786f,-0.9562845048942278f,0.12508337703897404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672983715288828f,-0.027707744151567862f,-0.2521232661846255f,-0.11382001099661924f,-0.06688299859140404f,0.9866979579140841f,0.148168162395295f,2.412646103370699f,0.24466410635194216f,0.16018558225448237f,-0.9562845048942278f,0.09851599044520762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318623659402682f,-0.260895361385754f,-0.2521232661846255f,-0.09209427920637744f,-0.30360012805665926f,0.9412083498866665f,0.148168162395295f,2.409877809933533f,0.1986441370596845f,0.21461699026641692f,-0.9562845048942278f,0.09235910368124814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668748758395024f,0.03983507397688865f,-0.2521232661846255f,-0.12052695184672882f,0.0021084952262527545f,0.9889599334150411f,0.148168162395295f,2.4177991605887845f,0.2552420982483661f,0.14272847291614058f,-0.9562845048942278f,0.10108268983163103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9612026201684605f,-0.11190791584907446f,-0.2521232661846255f,-0.18720398412540068f,-0.15262488197883395f,0.9771140368725385f,0.148168162395295f,2.5219084957257216f,0.22977199216230423f,0.1808999096654501f,-0.9562845048942278f,0.10211430754370662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9612026201684605f,-0.11190791584907446f,-0.2521232661846255f,-0.16202470305935895f,-0.15262488197883395f,0.9771140368725385f,0.148168162395295f,2.302057837429401f,0.22977199216230423f,0.1808999096654501f,-0.9562845048942278f,0.061411827868980404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672983715288828f,-0.02770774415156785f,-0.2521232661846255f,-0.019033335672300547f,-0.06688299859140404f,0.9866979579140842f,0.148168162395295f,1.800105253747505f,0.24466410635194216f,0.1601855822544824f,-0.9562845048942278f,-0.021382405552490005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01721419546608432f,-0.050755561792801496f,-0.9985627393516908f,1.3343774202153987e-17f,-0.23295681601379298f,0.9710214174007543f,-0.05337161063473794f,1.4359722222222222f,0.9723347126104114f,0.23354074568718713f,0.00489149841064848f,-0.10896018518518517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012402770450936391f,-0.38847307611926785f,-0.921376600753229f,0.23942394187253518f,-0.19903882535038758f,0.9020487805753229f,-0.3830033204369264f,0.8408638174273473f,0.9799131172141127f,0.1881400185845814f,-0.06613332079000797f,-0.3383871739804958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012402770450936391f,-0.549875607565169f,-0.8351544692390611f,0.029783866488314527f,-0.19903882535038758f,0.8171470789977064f,-0.5409752279805925f,1.1524011412952229f,0.9799131172141127f,0.1729377561157554f,-0.09931170737314021f,-0.272454654461364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03540676961150047f,0.023974390219851816f,-0.9990853763714413f,0.3084977903337335f,0.1454167439120738f,0.9891959458596117f,0.01858362948721777f,1.2567321113824101f,0.9887367350592817f,-0.14462575603430425f,-0.03851051071872988f,-0.01786686074753315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03540676961150047f,-0.9941245206067f,-0.10228782036086939f,-0.011937378445771613f,0.1454167439120738f,0.0961377617692771f,-0.9846885301210754f,1.1745865833307194f,0.9887367350592817f,-0.0497390017038247f,0.14115842324784741f,-0.017260267507341054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09328650164957379f,-0.796411644385025f,-0.5975166284698062f,0.00597017110597162f,-0.04176976990808069f,0.6027357732347618f,-0.7968468321985849f,1.326061901749906f,0.9947627430356497f,-0.049376921238914975f,-0.08949304284220042f,-0.12344672240559025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09872428837657472f,-0.7520755105431659f,-0.6516409604420026f,0.012368967456603205f,-0.21704927519444006f,0.6227993476679455f,-0.75167185971137f,1.289049682906199f,0.9711555627303522f,0.21564646759364692f,-0.10175202205496972f,-0.12833719135331792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0027423545871557505f,-0.7355259000524632f,-0.6774910551758837f,0.00597017110597162f,-0.13052619222005157f,0.671434224446152f,-0.7294785777436705f,1.326061901749906f,0.9914410686651287f,0.09043081661916019f,-0.09416408428769099f,-0.12344672240559025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0028436121129744416f,-0.06872103678183986f,-0.9976318624491601f,0.012066547635015116f,-0.043619423973819044f,0.9966778343716588f,-0.06877965051098088f,1.350053978537959f,0.9990441730586006f,0.04371170982527986f,-0.00016340687675510477f,-0.12030495624428926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.002620226087049831f,-0.06824417732219733f,-0.997665207710918f,0.012066547635015116f,-0.2164395773296198f,0.9739810431606414f,-0.06719253626024695f,1.350053978537959f,0.9762924990906303f,0.21611029550978264f,-0.012218690357242493f,-0.12030495624428926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0027423545871557505f,0.0012815336022743706f,-0.9999954185709776f,0.012066547635015116f,-0.13052619222005157f,0.9914444413385733f,0.0009126244455090193f,1.350053978537959f,0.9914410686651287f,0.1305230914837319f,0.0028861659129218314f,-0.12030495624428926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022434465241247245f,-0.42712195210049786f,-0.9039156668645584f,0.01427488248415015f,0.05060069564444475f,0.902499289312411f,-0.4277085484192374f,1.3487705882106134f,0.9984669570745132f,-0.05533417411015454f,0.0013655789649687725f,0.0749425819385564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020718899261104942f,-0.41137233281536123f,-0.911231875544011f,0.002484998186213675f,-0.2575761647265903f,0.8784643838074097f,-0.40243613871844125f,1.3903572577866683f,0.9660358412492512f,0.24304964549637942f,-0.08775889268863687f,-0.31039501441925205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0027423545871557505f,-0.22370133576750345f,-0.9746538831129506f,0.0308342159274829f,-0.13052619222005157f,0.9662390803692642f,-0.22213723846238106f,1.2155541140803312f,0.9914410686651287f,0.12782703917009614f,-0.02654911337793165f,-0.13018423507645108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0027423545871557505f,-0.13790340154302988f,-0.9904418869041133f,1.3343774202153987e-17f,-0.13052619222005157f,0.9819227849630074f,-0.13707865448356837f,1.4359722222222222f,0.9914410686651287f,0.12965452638976105f,-0.015307225444028422f,-0.10896018518518517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.709587702350422f,-0.00734985386103963f,0.7045787907120613f,0.8316801878195372f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8894797914368573f,-0.6985555879316611f,0.13821707429020474f,-0.7020798608022506f,-0.5507238983407216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.709587702350422f,-0.00734985386103963f,0.7045787907120613f,0.7651563407241851f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8981258509384331f,-0.6985555879316611f,0.13821707429020474f,-0.7020798608022506f,-0.6162134847093148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.709587702350422f,-0.00734985386103963f,0.7045787907120613f,0.692731445665052f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.878321108539201f,-0.6985555879316611f,0.13821707429020474f,-0.7020798608022506f,-0.4781567124046806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26974334026317315f,-0.7315536672265073f,-0.6261531460841784f,-0.9389890046535523f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5806404060210486f,0.9629021403204461f,-0.21006431382619828f,-0.16938846543679537f,-0.4675974966473138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.020153264399775148f,-0.7315536672265073f,-0.6814859337517402f,-0.9270054108246577f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5645001628865356f,0.9442723667485002f,-0.21006431382619828f,0.2534219435090699f,-0.5591668612323261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12782500084154141f,-0.7315536672265073f,-0.6696939607965032f,-0.8325431136196295f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6837786522659606f,0.976739888906797f,-0.21006431382619828f,0.04303688505301416f,-0.519837711697772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.2849290424308603e-8f,5.6412161042079125e-9f,-0.000015624940227565386f,0.6875771394641351f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5997314484134448f,0.000015491266697892636f,0.000002039463951570016f,4.321903526226748e-8f,-0.08202284240477423f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172.mcfunction new file mode 100644 index 000000000..c0a3213a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172_as_bone.mcfunction new file mode 100644 index 000000000..89f09667d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_172_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5731761404677717f,0.05900904467551973f,-0.5787326577007696f,-0.31882150221869127f,-0.24347774011807974f,0.7622045043742499f,-0.16342376823167792f,1.5487228794731094f,0.5283295813314889f,0.2872397441207099f,0.5525446835614355f,-0.1284280130094157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5408595805312666f,-0.1614639322532815f,-0.5669217871354478f,-0.31882150221869127f,0.06537691609555003f,0.7810873846257906f,-0.1600885892881743f,1.5487228794731094f,0.5858299864204441f,0.06190231142493849f,0.5412682614479368f,-0.1284280130094157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.553188864326284f,0.05548474862090487f,-0.5982039514248593f,-0.3170017573748978f,-0.027500309080207067f,0.8099852456276537f,0.10055883506906237f,1.5240516384135914f,0.6001418647539375f,0.08825978121675133f,-0.5467946576491781f,-0.025686144590457677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.521449433544861f,-0.15716080626528045f,-0.5859957075182295f,-0.3170017573748978f,-0.32853052080862877f,0.7227476350056511f,0.09850661394520396f,1.5240516384135914f,0.5100570410777157f,0.3048546162809172f,-0.5356355830032765f,-0.025686144590457677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08271267585787519f,0.012736349806778376f,1.5602572379726458f,0.0018711230000375417f,1.5573318515025911f,-0.09580323374519663f,0.08333963462527294f,1.5137405595694668f,0.09634504423135033f,1.5595081839469653f,-0.007622772100526173f,0.762254500875889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.008151263876337859f,-0.9985646323024933f,0.052936112549039877f,0.0007945572070031885f,-0.06131406959692853f,-0.05333736616017443f,-0.9966923849616582f,1.5256128490673848f,0.9980852377260577f,0.004878574144336321f,-0.06166082830806688f,0.5694658201395814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017219687339178166f,-0.9985646323024933f,0.050716441934812964f,-0.006826910078708985f,-0.2334563874508839f,-0.05333736616017443f,-0.9709033116276194f,1.5910670261239348f,0.9722147898105252f,0.004878574144336321f,-0.2340397444623338f,0.23752984428390123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9801588901558917f,-0.03167343592197884f,-0.19566640872992636f,0.2538704385997698f,0.15183125243355527f,0.5146075705366834f,-0.8438757723331027f,1.546238071224357f,0.1274198604332481f,-0.8568406163361008f,-0.4995881677581475f,-0.4856293718326804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7624053241469011f,-0.03167343592197884f,-0.6463241564179346f,0.008334671491420254f,0.5419136982579397f,0.5146075705366834f,-0.664461129026172f,1.7226425229911766f,0.35364907090626096f,-0.8568406163361008f,-0.375175282826454f,-0.3450769453421988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.017219687339178166f,-0.5793021991350071f,-0.8149309445868929f,0.25648472572651443f,-0.2334563874508839f,0.7901934017900237f,-0.5666502474418351f,1.4165405283327888f,0.9722147898105252f,0.20000837443680886f,-0.12163491533610554f,0.04470622989860229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017219687339178166f,-0.307435865688007f,-0.9514129864872597f,0.19289416974446777f,-0.2334563874508839f,0.9240158573528412f,-0.3028082074826849f,1.5879009502896797f,0.9722147898105252f,0.22732770145576114f,-0.05586160241629871f,0.08698103890645564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.017219687339178166f,-0.5432040432563532f,-0.8394241179272197f,0.20326337926564264f,-0.2334563874508839f,0.8141582494078705f,-0.5316431698794734f,1.4791450589764032f,0.9722147898105252f,0.20512365127176763f,-0.11279490308792575f,-0.2607490260844232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017219687339178166f,-0.050716441934813186f,-0.9985646323024933f,0.1875130174509746f,-0.2334563874508839f,0.9709033116276194f,-0.05333736616017465f,1.6608560713680809f,0.9722147898105252f,0.2340397444623338f,0.004878574144336269f,-0.21683608290933348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672972930968469f,-0.02766910850293921f,-0.2521316465701317f,0.25654634174668084f,-0.06697294593850092f,0.9866166452464711f,0.1486681533984929f,2.3147344492132875f,0.24464376403217766f,0.16069230148719563f,-0.9562046919791372f,0.010836157936747602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672972930968469f,-0.02766910850293921f,-0.2521316465701317f,0.2726412869347301f,-0.06697294593850092f,0.9866166452464711f,0.1486681533984929f,2.207856493411281f,0.24464376403217766f,0.16069230148719563f,-0.9562046919791372f,-0.1080687107734026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672972930968469f,-0.02766910850293921f,-0.2521316465701317f,-0.31174081794771674f,-0.06697294593850092f,0.9866166452464711f,0.1486681533984929f,2.2753878434744186f,0.24464376403217766f,0.16069230148719563f,-0.9562046919791372f,0.15456436930565196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672972930968469f,-0.02766910850293921f,-0.2521316465701317f,-0.36819316974193095f,-0.06697294593850092f,0.9866166452464711f,0.1486681533984929f,2.1634869167270243f,0.24464376403217766f,0.16069230148719563f,-0.9562046919791372f,0.05400778289791508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9498278055852476f,0.26540739205375735f,-0.16548732876065353f,0.1655841721352312f,0.06762720455339982f,0.6908499330781962f,0.7198284039756592f,2.3666385764808058f,0.305374689424985f,0.6725215879130388f,-0.674137235916782f,0.08289343407672063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9796527125432668f,0.11355398199219413f,-0.16548732876065353f,0.05388718965748225f,-0.04127813825973151f,0.692923649568743f,0.7198284039756592f,2.3688668104682216f,0.19640946542473617f,0.7120128573572606f,-0.674137235916782f,0.11269208679228437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9140352257835186f,0.4042972317412569f,-0.03291434995908572f,0.020323884134516843f,0.05007879827905594f,0.1929947617319228f,0.9799209845222034f,2.417204443595434f,0.40253163849540863f,0.8940339872456726f,-0.1966507301278254f,0.06814877661081291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942338729915222f,0.10205709854316486f,-0.03291434995908572f,0.05069758354229263f,-0.012010893768981224f,0.19902412548207885f,0.9799209845222034f,2.4191430998083447f,0.10655864219831565f,0.9746659664280093f,-0.1966507301278254f,0.07272541526535148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9660279565643153f,0.25633305035235854f,-0.03291434995908572f,0.12449741663444444f,0.019271212864139242f,0.19845272597719854f,0.9799209845222034f,2.470537948105313f,0.25771807754001064f,0.9459967668281297f,-0.1966507301278254f,0.15756525693983936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9660279565643153f,0.1985042346042958f,-0.16548732876065353f,0.07983396384847796f,0.019271212864139242f,0.6938844926820318f,0.7198284039756592f,2.314413937251856f,0.25771807754001064f,0.692185220630694f,-0.674137235916782f,0.001823582297933446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951059856094196f,-0.1786470904434835f,-0.2521316465701317f,-0.22492037818797844f,-0.2204892449376848f,0.963992880176971f,0.1486681533984929f,2.3905813443900894f,0.21649397911465704f,0.196984628954104f,-0.9562046919791372f,0.12670466981726397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967297293096847f,-0.027669108502939216f,-0.2521316465701317f,-0.11378106010398792f,-0.06697294593850094f,0.9866166452464711f,0.1486681533984929f,2.4082381375362694f,0.24464376403217766f,0.16069230148719563f,-0.9562046919791372f,0.10014473275750052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318706663516266f,-0.26085761248468536f,-0.2521316465701317f,-0.0920555192959558f,-0.303667732268452f,0.9411076923200757f,0.1486681533984929f,2.405472204451549f,0.19850181251643967f,0.2151037365197821f,-0.9562046919791372f,0.09398611150194477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668711049478637f,0.03987354028340308f,-0.2521316465701317f,-0.12048777414391318f,0.002013094901409218f,0.9888850932307557f,0.1486681533984929f,2.413390123748851f,0.2552571524283225f,0.14323537681476506f,-0.9562046919791372f,0.10271417332930438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9612049131588369f,-0.11186933322920818f,-0.2521316465701317f,-0.1871609594023056f,-0.1527074001831787f,0.9770251941963303f,0.1486681533984929f,2.517501369461405f,0.2297075637601163f,0.18140292772851185f,-0.9562046919791372f,0.10380018204489297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9612049131588369f,-0.11186933322920818f,-0.2521316465701317f,-0.16199035942573378f,-0.1527074001831787f,0.9770251941963303f,0.1486681533984929f,2.297670700767231f,0.2297075637601163f,0.18140292772851185f,-0.9562046919791372f,0.06298452330597787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672972930968469f,-0.02766910850293921f,-0.2521316465701317f,-0.019018665725554933f,-0.06697294593850092f,0.9866166452464711f,0.1486681533984929f,1.795755408527024f,0.24464376403217766f,0.16069230148719563f,-0.9562046919791372f,-0.02006935508588409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017219687339178166f,-0.050716441934813186f,-0.9985646323024933f,1.320588804402777e-17f,-0.2334563874508839f,0.9709033116276194f,-0.05333736616017465f,1.4316666666666666f,0.9722147898105252f,0.2340397444623338f,0.004878574144336269f,-0.10783425925925927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012432720395047952f,-0.3836070999546174f,-0.9234127031441504f,0.23693039372653f,-0.1990530062401777f,0.9040516121087996f,-0.3782440790683026f,0.8354009045095176f,0.9799098571656101f,0.1885106774373505f,-0.06511832554500188f,-0.33748475911987713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012432720395047952f,-0.5454621628103526f,-0.8380432306306346f,0.028972944155083055f,-0.1990530062401777f,0.8199836757837763f,-0.5366606676055872f,1.1480196809020824f,0.9799098571656101f,0.17348717644361838f,-0.0983812555281466f,-0.2713427731007476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.034454467989668905f,0.028373666191084862f,-0.99900341576114f,0.30824897241878396f,0.14521358171223447f,0.9891309809411669f,0.023085021738533953f,1.2510184721393391f,0.9888002352962165f,-0.14427348200290055f,-0.03820022341434201f,-0.016799800923967427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.034454467989668905f,-0.9936976494390471f,-0.10666710427709772f,-0.012551743049739897f,0.14521358171223447f,0.10062018064179098f,-0.9842705903022386f,1.1703128361043158f,0.9888002352962165f,-0.04940203180969077f,0.14083158002103513f,-0.016125714827459878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09251860102907401f,-0.7927075784345243f,-0.6025404580242686f,0.005682698595186834f,-0.041175691341057225f,0.6076641823231899f,-0.7931259697955143f,1.3217414235216596f,0.9948592216520933f,-0.048568885245202066f,-0.08886052261735457f,-0.12232318973004717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09837667790140016f,-0.7479747243363106f,-0.6563961006885282f,0.011846714920121789f,-0.21764335376146351f,0.6274561971590099f,-0.7476162727029262f,1.284690148929797f,0.9710578766523377f,0.21640825400333968f,-0.10106467132821144f,-0.12721947187717988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0029543129933664804f,-0.7312527688260742f,-0.6821001833447469f,0.005682698595186834f,-0.13052619222005157f,0.6759856371313693f,-0.7252629395857966f,1.3217414235216596f,0.9914404597247741f,0.09117459337061436f,-0.09345056631413078f,-0.12232318973004717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00328074758145923f,-0.06616224416156823f,-0.997803484731744f,0.011841790583966416f,-0.04361991224665132f,0.996849660268678f,-0.06624241902146615f,1.3457179402094037f,0.9990428118708934f,0.0437414250993963f,0.00038442082763579357f,-0.11918496038914887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.002605394299531254f,-0.06564852791778636f,-0.9978394072709152f,0.011841790583966416f,-0.21643908905678752f,0.9741528690576606f,-0.06465530477073221f,1.3457179402094037f,0.9762926470320321f,0.21613990489716586f,-0.01167085524852992f,-0.11918496038914887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0029543129933664804f,0.003874404948181809f,-0.9999881304400742f,0.011841790583966416f,-0.13052619222005157f,0.9914388390361101f,0.003455661335310084f,1.3457179402094037f,0.9914404597247741f,0.13051443382640757f,0.003434731969297257f,-0.11918496038914887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02175795644893055f,-0.42342315000759945f,-0.905670705813547f,0.014153966063300855f,0.05066418186337132f,0.9042542386581001f,-0.4239780802647406f,1.3444302284379894f,0.9984787088402446f,-0.055109961953366836f,0.0017776631336627845f,0.07606134724033363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020593767967504752f,-0.4070778652736329f,-0.913161271805349f,0.002258483509053189f,-0.25762163672988125f,0.8803515372106445f,-0.3982615512693538f,1.3860441991364731f,0.9660263914663603f,0.2434518074180536f,-0.08674231064114729f,-0.30927005631056737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0029543129933664804f,-0.22117328007348094f,-0.9752300509194098f,0.030261938668603494f,-0.13052619222005157f,0.9668056804830463f,-0.21965811919946848f,1.2111707185865797f,0.9914404597247741f,0.12794200392072702f,-0.02601265948489889f,-0.129073456767199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0029543129933664804f,-0.13533474953104474f,-0.9907955276463992f,1.320588804402777e-17f,-0.13052619222005157f,0.9822711595115762f,-0.13455958656416017f,1.4316666666666666f,0.9914404597247741f,0.12972229862730986f,-0.01476279308178747f,-0.10783425925925927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.21672016796553983f,-0.010890740948049009f,0.9761730177374249f,0.8492372104821572f,0.12750709044409894f,0.9910561878218779f,0.03936463471755952f,1.8739433533267122f,-0.9678710196526543f,0.13300009150962647f,-0.2133932167969788f,-0.46381890437089024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.21672016796553983f,-0.010890740948049009f,0.9761730177374249f,0.8289196947353877f,0.12750709044409894f,0.9910561878218779f,0.03936463471755952f,1.8858971430558467f,-0.9678710196526543f,0.13300009150962647f,-0.2133932167969788f,-0.5545568124633266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21672016796553983f,-0.010890740948049009f,0.9761730177374249f,0.6926524999481587f,0.12750709044409894f,0.9910561878218779f,0.03936463471755952f,1.8740155529836455f,-0.9678710196526543f,0.13300009150962647f,-0.2133932167969788f,-0.4771788758975616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26953747691798635f,-0.7315985597943407f,-0.6261893450415237f,-0.9390656556447599f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5763348504654933f,0.9629597862770367f,-0.2099079114342032f,-0.1692545973692137f,-0.46627081769258927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.020355138293013483f,-0.7315985597943407f,-0.6814317395395659f,-0.9271016385455783f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5601946073309803f,0.9442680366378255f,-0.2099079114342032f,0.2535676314151254f,-0.5578427421367621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1276161823912704f,-0.7315985597943407f,-0.6696847447110651f,-0.8326309353885093f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6794730967104052f,0.976767194071177f,-0.2099079114342032f,0.04318005678146457f,-0.5185337884318953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.616114052135126e-8f,6.077229441118637e-9f,-0.000015624930630770435f,0.6875828826389899f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5954258928578893f,0.000015491257183199597f,0.0000020394626989369134f,4.6559463183244896e-8f,-0.08104391302019306f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173.mcfunction new file mode 100644 index 000000000..bbed3daf6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173_as_bone.mcfunction new file mode 100644 index 000000000..23751af44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_173_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.600160251630466f,0.06379393195699427f,-0.5501658395909058f,-0.31544929803950833f,-0.23593932030267292f,0.7633890793603949f,-0.16886146716419914f,1.54308117672769f,0.5010835797972357f,0.28304044269891815f,0.5794374843750033f,-0.13008382969402618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5670745993994243f,-0.16724912035548545f,-0.5389379653135404f,-0.31544929803950833f,0.07264343919418537f,0.779333500101567f,-0.16541531477309304f,1.54308117672769f,0.5595974709181799f,0.06831564505848653f,0.56761222959184f,-0.13008382969402618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5812510430876605f,0.06045972830705466f,-0.5704702363901101f,-0.3135230780173198f,-0.022889118259667558f,0.8090275164535787f,0.10906424863672658f,1.5167151593694292f,0.5732083021199587f,0.09361379876084454f,-0.5741194505560343f,-0.020649184243947377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5487113909955235f,-0.16317809506334063f,-0.5588279866678629f,-0.3135230780173198f,-0.32399825118523773f,0.7236094798535311f,0.10683844764414033f,1.5167151593694292f,0.48367441799279126f,0.299603454515467f,-0.5624027270752989f,-0.020649184243947377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08263291310374218f,0.012575446357133965f,1.5602627694785607f,0.001789127672866344f,1.5572632635583217f,-0.09698382086846435f,0.08325572930098106f,1.5064154754813184f,0.09751502265637843f,1.559436515744925f,-0.007404303995213024f,0.7639757885908867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.008048285668565436f,-0.9985681724662788f,0.05288506438639476f,0.000732454657554127f,-0.06206964535581988f,-0.05328366675262763f,-0.9966484886773257f,1.5184336822670943f,0.9980393700767519f,0.004738754556935907f,-0.062409614500084865f,0.5711960390847001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017109409181356013f,-0.9985681724662788f,0.05068405128658211f,-0.006852179047867067f,-0.2341928618064475f,-0.05328366675262763f,-0.9707288778728594f,1.584139412427766f,0.9720395936361703f,0.004738754556935907f,-0.23476919007586577f,0.23930892200931916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9791181877961551f,-0.0315585217177939f,-0.20082737371623588f,0.2527335942612142f,0.15623383236750038f,0.5152575053716901f,-0.842674725372671f,1.5387136695327779f,0.1300713802130852f,-0.8564541802485002f,-0.49956748611607305f,-0.48449370588603724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7589930198786916f,-0.0315585217177939f,-0.6503334955870039f,0.008375009639479741f,0.5451820023096396f,0.5152575053716901f,-0.6612762565794985f,1.7161547852572467f,0.35595811570053626f,-0.8564541802485002f,-0.3738717119571812f,-0.3431966404631547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.017109409181356013f,-0.5792767832679804f,-0.8149513338133549f,0.2564686553048857f,-0.2341928618064475f,0.7900751385240415f,-0.5665112346327499f,1.4097437209172696f,0.9720395936361703f,0.20054845761789797f,-0.12214476882253718f,0.04637954833951751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017109409181356013f,-0.3074054949861611f,-0.9514247893395349f,0.19288372006160845f,-0.2341928618064475f,0.9238612657135258f,-0.30271119106023836f,1.5810757632944292f,0.9720395936361703f,0.22799610384064734f,-0.05618545218393842f,0.08877765873348928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.017109409181356013f,-0.543177762214033f,-0.8394433791231071f,0.20328134038658313f,-0.2341928618064475f,0.8140340350487443f,-0.5315094479509896f,1.4725823909249867f,0.9720395936361703f,0.20568545991006523f,-0.11328071320932714f,-0.25903355463301964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017109409181356013f,-0.050684051286582335f,-0.9985681724662788f,0.18753702969243471f,-0.2341928618064475f,0.9707288778728594f,-0.05328366675262784f,1.654261032608944f,0.9720395936361703f,0.23476919007586577f,0.004738754556935855f,-0.21498471427781393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9673255086579848f,-0.027628507223452545f,-0.2520278276067444f,0.25658518679776604f,-0.06710243919052675f,0.986496375473248f,0.1494060368018176f,2.3079630049161852f,0.2444966726854435f,0.1614359525221938f,-0.9561170484198047f,0.013189047427276335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9673255086579848f,-0.027628507223452545f,-0.2520278276067444f,0.27268584793723977f,-0.06710243919052675f,0.986496375473248f,0.1494060368018176f,2.2011741154018445f,0.2444966726854435f,0.1614359525221938f,-0.9561170484198047f,-0.10579504515305871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9673255086579848f,-0.027628507223452545f,-0.2520278276067444f,-0.3117185495388f,-0.06710243919052675f,0.986496375473248f,0.1494060368018176f,2.268540321891751f,0.2444966726854435f,0.1614359525221938f,-0.9561170484198047f,0.1568308426299744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9673255086579848f,-0.027628507223452545f,-0.2520278276067444f,-0.3681673015486752f,-0.06710243919052675f,0.986496375473248f,0.1494060368018176f,2.15671874943812f,0.2444966726854435f,0.1614359525221938f,-0.9561170484198047f,0.056184000501047604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9498543494905776f,0.26538001555564805f,-0.16537884416549736f,0.1656188156053633f,0.06745072138092328f,0.6903256724059836f,0.7203477397774072f,2.3598178270632135f,0.30533115618787565f,0.673070511433171f,-0.6736089159891405f,0.08527651169619907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9796746470212386f,0.11352279016257488f,-0.16537884416549736f,0.05391899227250076f,-0.04137043619369863f,0.6923782353646911f,0.7203477397774072f,2.3620299333643064f,0.19628059759679498f,0.7125482126193148f,-0.6736089159891405f,0.11506571574934496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9140724586417729f,0.4042192124745785f,-0.03283852339884291f,0.020362899457631145f,0.049826757210822976f,0.1922950736427631f,0.980071374400139f,2.410403181339659f,0.40247836540420207f,0.8942200137098009f,-0.19591256330926227f,0.07055564665024563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942451742646928f,0.10197139222524398f,-0.03283852339884291f,0.05073625384393955f,-0.01203438355898611f,0.19828079759214506f,0.980071374400139f,2.4123366292323296f,0.10645049113896138f,0.9748264258183961f,-0.19591256330926227f,0.07513677615835175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9660525261220544f,0.2562501671300555f,-0.03283852339884291f,0.12453058125161254f,0.01913173017161711f,0.19772222429980507f,0.980071374400139f,2.4636630347849375f,0.2576363593785592f,0.9461721692502674f,-0.19591256330926227f,0.16002282840928633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9660525261220544f,0.19847507318472477f,-0.16537884416549736f,0.07987368978504954f,0.01913173017161711f,0.6933491982386804f,0.7203477397774072f,2.3076594651812345f,0.2576363593785592f,0.6927297702756083f,-0.6736089159891405f,0.004158630097274706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9510940757143916f,-0.1786114029193337f,-0.2520278276067444f,-0.22488872406566285f,-0.22059832957526182f,0.9638538339166254f,0.1494060368018176f,2.38374987907719f,0.21623236605464874f,0.19769611425470482f,-0.9561170484198047f,0.12906695222704617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967325508657985f,-0.027628507223452545f,-0.2520278276067444f,-0.11374574681729127f,-0.06710243919052677f,0.9864963754732479f,0.1494060368018176f,2.401420375900616f,0.2444966726854435f,0.1614359525221938f,-0.9561170484198047f,0.1025314519419325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319078661285105f,-0.260825043198754f,-0.2520278276067444f,-0.09201975115761159f,-0.3037642831259527f,0.9409596678201195f,0.1494060368018176f,2.3986578547671766f,0.1981791849432799f,0.21578971332345334f,-0.9561170484198047f,0.09637290385144213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668964195752263f,0.03991601087826323f,-0.2520278276067444f,-0.12045242122719092f,0.0018755274931589183f,0.9887741494212903f,0.1494060368018176f,2.4065708020101937f,0.25516229386261385f,0.1439874769268842f,-0.9561170484198047f,0.10510412161551554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9612365599859164f,-0.11183134559803584f,-0.2520278276067444f,-0.18711974013900468f,-0.15282591847287014f,0.9768940960053435f,0.1494060368018176f,2.510685026984805f,0.22949621868206424f,0.18213092909123113f,-0.9561170484198047f,0.10626225731416253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9612365599859164f,-0.11183134559803584f,-0.2520278276067444f,-0.16195768737944666f,-0.15282591847287014f,0.9768940960053435f,0.1494060368018176f,2.290883855383603f,0.22949621868206424f,0.18213092909123113f,-0.9561170484198047f,0.06528279826863559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9673255086579848f,-0.027628507223452545f,-0.2520278276067444f,-0.019006519232468364f,-0.06710243919052675f,0.986496375473248f,0.1494060368018176f,1.789023329202322f,0.2444966726854435f,0.1614359525221938f,-0.9561170484198047f,-0.01813655372155032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017109409181356013f,-0.050684051286582335f,-0.9985681724662788f,1.3002687389947021e-17f,-0.2341928618064475f,0.9707288778728594f,-0.05328366675262784f,1.4249999999999998f,0.9720395936361703f,0.23476919007586577f,0.004738754556935855f,-0.10617499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012367192204334243f,-0.37618598923594826f,-0.9264616311858531f,0.23314083968123755f,-0.19907342785765308f,0.907058379570189f,-0.37096477780579995f,0.8269893149086585f,0.9799065378279629f,0.18902168540692302f,-0.06367086906852593f,-0.33613475582113994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012367192204334243f,-0.5387209422805131f,-0.8423934941020003f,0.02775348043679194f,-0.19907342785765308f,0.8242666419368789f,-0.5300511987639539f,1.1412409721470935f,0.9799065378279629f,0.17425340552912244f,-0.0970511606500321f,-0.26970064496316204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.033117526099151126f,0.03513579207486538f,-0.9988336726304049f,0.3078490281648326f,0.1449145131654485f,0.9889897378961977f,0.029984699598805065f,1.2421927014909957f,0.9888897882671723f,-0.14375247633095362f,-0.037844579659781455f,-0.015194904581848547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.033117526099151126f,-0.9929978792876959f,-0.11339506689098047f,-0.013499626947756966f,0.1449145131654485f,0.10748750729628381f,-0.9835884401767092f,1.1636978233748032f,0.9888897882671723f,-0.049006606752245385f,0.14034008392308203f,-0.014453897258014187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09144141136433656f,-0.7869159701322989f,-0.6102472648348709f,0.005245526645123871f,-0.040264373410431514f,0.6152352522511653f,-0.7873146541385535f,1.3150533759472731f,0.9949961047770807f,-0.04742193941824812f,-0.08794265825097901f,-0.1206665685701588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09771789662878336f,-0.74160457348005f,-0.6636820543542814f,0.011046802116411045f,-0.21855467169208923f,0.6346034474531177f,-0.7412909819781844f,1.2779445964571898f,0.9709197022205335f,0.21748820904612481f,-0.10006903000379089f,-0.12557057842563557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0031653224041878086f,-0.7246028738592938f,-0.6891593835455844f,0.005245526645123871f,-0.13052619222005157f,0.6829675149838186f,-0.7186920666191895f,1.3150533759472731f,0.9914398085000479f,0.09222824226710495f,-0.09241784162004921f,-0.1206665685701588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0038345565776370005f,-0.062261109315950795f,-0.9980525288994562f,0.011499899458195273f,-0.04362175338878929f,0.9970994030786338f,-0.062369247322055545f,1.3390058405987744f,0.9990407593322409f,0.04377595969227066f,0.0011074953183402387f,-0.1175331187407067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0024719982159688235f,-0.06171070130586889f,-0.9980910171768694f,0.011499899458195273f,-0.21643724791464955f,0.9744026118676163f,-0.06078213307132161f,1.3390058405987744f,0.9762934020774455f,0.21617432625060995f,-0.010947772839353127f,-0.1175331187407067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0031653224041878086f,0.007816801961135184f,-0.9999644385382801f,0.011499899458195273f,-0.13052619222005157f,0.9914177142991746f,0.007336819360891311f,1.3390058405987744f,0.9914398085000479f,0.130498327119165f,0.004158454098305049f,-0.1175331187407067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020838426593443937f,-0.41771080094758356f,-0.9083410409911234f,0.013948383102146881f,0.05075880467957361f,0.9069246369762265f,-0.4182239192024295f,1.3377112289921476f,0.9984935171169668f,-0.05482143392203127f,0.0023036184844317537f,0.07771148146281569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020292963628699548f,-0.40047085959808143f,-0.9160847593099329f,0.0019355925279497949f,-0.2576894103204733f,0.8832208655347079f,-0.39181254509370655f,1.379366980569726f,0.9660146807558625f,0.24401637915700417f,-0.08527393075995833f,-0.30761176835235904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0031653224041878086f,-0.21732659692227246f,-0.9760938126042299f,0.029390543769174226f,-0.13052619222005157f,0.9676581677616795f,-0.2158716829707948f,1.2043880356522938f,0.9914398085000479f,0.12808911208331988f,-0.02530386308639484f,-0.12743314399468372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0031653224041878086f,-0.13142742237937455f,-0.9913207419300732f,1.3002687389947021e-17f,-0.13052619222005157f,0.9827903931568646f,-0.1307132597065407f,1.4249999999999998f,0.9914398085000479f,0.1298070713223624f,-0.014043872546396184f,-0.10617499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34396751309910806f,-0.011004507289385653f,0.9389170627652543f,0.8172879584352962f,0.12241895800094536f,0.9919223305261072f,-0.0332218140025314f,1.8566272255603047f,-0.9309672113744809f,0.12636847321612252f,0.34253621753421704f,-0.38064750568306494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34396751309910806f,-0.011004507289385653f,0.9389170627652543f,0.8495349127883376f,0.12241895800094536f,0.9919223305261072f,-0.0332218140025314f,1.8681040028728932f,-0.9309672113744809f,0.12636847321612252f,0.34253621753421704f,-0.4679256817494225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34396751309910806f,-0.011004507289385653f,0.9389170627652543f,0.6925738761970287f,0.12241895800094536f,0.9919223305261072f,-0.0332218140025314f,1.8673488863169787f,-0.9309672113744809f,0.12636847321612252f,0.34253621753421704f,-0.47566702634637625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2693325229119539f,-0.7316432181805318f,-0.6262253535208522f,-0.9391419208645357f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5696681837988264f,0.9630171304561055f,-0.20975219966965167f,-0.1691213208966588f,-0.464411687830717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.020556107545606786f,-0.7316432181805318f,-0.6813777569990145f,-0.9271973934002695f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5535279406643134f,0.9442636830426947f,-0.20975219966965167f,0.2537126556173097f,-0.5559861565172138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12740829295217332f,-0.7316432181805318f,-0.6696755394797153f,-0.8327183262104453f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6728064300437384f,0.9767943326559666f,-0.20975219966965167f,0.04332258562144219f,-0.5166973100171818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.945816256543451e-8f,6.511290627822899e-9f,-0.00001562492036758108f,0.6875885688881682f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5887592261912225f,0.00001549124700781325f,0.000002039461359321887f,4.988493510057843e-8f,-0.07953099346808354f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174.mcfunction new file mode 100644 index 000000000..9cf57b97a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174_as_bone.mcfunction new file mode 100644 index 000000000..48b0a943f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_174_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.619843637873426f,0.06728623255515141f,-0.5274569858678669f,-0.3129737844804995f,-0.23015541951031415f,0.7642328315920114f,-0.17297718471327952f,1.5352976233938438f,0.4793399544188993f,0.2799378260789971f,0.5990095709354709f,-0.13071436234169548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5861977242256823f,-0.17146728273655587f,-0.5166925575848493f,-0.3129737844804995f,0.07819431353886795f,0.7779288853191563f,-0.1694470380864779f,1.5352976233938438f,0.5387558607039149f,0.0736588103151082f,0.5867848858143389f,-0.13071436234169548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6019163923618672f,0.06412517548167886f,-0.5482053109191509f,-0.3109780227846915f,-0.019233288442405617f,0.8082067894880995f,0.11565600064620188f,1.5075342712169477f,0.5516078150880481f,0.09815391861371053f,-0.5941709106301041f,-0.01594346418927009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5687881248396781f,-0.16760766747392697f,-0.537017447431005f,-0.3109780227846915f,-0.32038196551533055f,0.7242371755179486f,0.11329567410240185f,1.5075342712169477f,0.4624234695751248f,0.2956149241864044f,-0.5820449736784693f,-0.01594346418927009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08253581752110806f,0.012259039908878146f,1.5602704268064027f,0.0016227087554870233f,1.5571791797459253f,-0.09841782030990108f,0.08314556399023454f,1.4970045404715417f,0.09892972754399218f,1.5593491907157804f,-0.007018576929187982f,0.7660653942177762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00784578554168171f,-0.9985730731560978f,0.05282292321350891f,0.0006051525048801701f,-0.06298740499833938f,-0.05321316095374986f,-0.9965946750373921f,1.5091999829689666f,0.9979834820580994f,0.00449188923467988f,-0.06331502562815766f,0.5732965652192998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01689919478498525f,-0.9985730731560978f,0.050658017955753545f,-0.0069087726677916f,-0.23508733397729434f,-0.05321316095374986f,-0.9705165144935753f,1.5752112527933682f,0.9718273316896716f,0.00449188923467988f,-0.23565114112186294f,0.24146847522439074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9777527786696578f,-0.031350208311123236f,-0.20740460034100544f,0.2512923185964106f,0.1618763902012088f,0.5160467197432463f,-0.841125327961096f,1.5289917541126905f,0.133399917912977f,-0.8559865346377152f,-0.49949125559886076f,-0.48313610871295076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7546101034061204f,-0.031350208311123236f,-0.6554241041312513f,0.008443766192157963f,0.5493659318189584f,0.5160467197432463f,-0.657185556748566f,1.7077607419615322f,0.35883236308071714f,-0.8559865346377152f,-0.37219133214628175f,-0.3409124900567666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01689919478498525f,-0.5792574601181739f,-0.8149694547116849f,0.25643726528908894f,-0.23508733397729434f,0.7899339158046725f,-0.5663376678845795f,1.400973199884904f,0.9718273316896716f,0.20115964694475513f,-0.1228268448751911f,0.04843110201040287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01689919478498525f,-0.30738161711142875f,-0.9514362609642234f,0.19285673544966966f,-0.23508733397729434f,0.9236743866844569f,-0.3025881240011581f,1.5722709716132324f,0.9718273316896716f,0.22878410968652343f,-0.05665217150187284f,0.09097404650473931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01689919478498525f,-0.5431576670330999f,-0.8394606399104005f,0.20331519715329122f,-0.23508733397729434f,0.8138853758668896f,-0.5313422064484054f,1.4640964992695522f,0.9718273316896716f,0.206325819259665f,-0.1139354803727129f,-0.2569346579163492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01689919478498525f,-0.05065801795575377f,-0.9985730731560978f,0.1875757370793618f,-0.23508733397729434f,0.9705165144935753f,-0.053213160953750074f,1.6457357634811367f,0.9718273316896716f,0.23565114112186294f,0.004491889234679828f,-0.2127219946482831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.967378974739414f,-0.027586757406280398f,-0.2518271034815901f,0.25662753043113096f,-0.06725460285119356f,0.9863496696054131f,0.15030351847052797f,2.2992225949002325f,0.24424319361539773f,0.16233699542956662f,-0.956029268530756f,0.01606610190703607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.967378974739414f,-0.027586757406280398f,-0.2518271034815901f,0.27274379570824486f,-0.06725460285119356f,0.9863496696054131f,0.15030351847052797f,2.1925418886630874f,0.24424319361539773f,0.16233699542956662f,-0.956029268530756f,-0.10301288620699553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.967378974739414f,-0.027586757406280398f,-0.2518271034815901f,-0.3117076172282748f,-0.06725460285119356f,0.9863496696054131f,0.15030351847052797f,2.259710515725156f,0.24424319361539773f,0.16233699542956662f,-0.956029268530756f,0.15955897815608222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.967378974739414f,-0.027586757406280398f,-0.2518271034815901f,-0.36814477505661686f,-0.06725460285119356f,0.9863496696054131f,0.15030351847052797f,2.1479857142741716f,0.24424319361539773f,0.16233699542956662f,-0.956029268530756f,0.058798229563205476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.949909816668585f,0.26529818555592516f,-0.1651914432934996f,0.16565074690612888f,0.06724128518823475f,0.6896869485229831f,0.7209788641862466f,2.3510179652351293f,0.3052047669399841f,0.6737572157519278f,-0.6729793937850701f,0.08818316121933033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9797166302740112f,0.11343329064761877f,-0.1651914432934996f,0.053945185810924695f,-0.04147737545037013f,0.6917146121938285f,0.7209788641862466f,2.3532110661519647f,0.1960483401875304f,0.7132066908340066f,-0.6729793937850701f,0.11795224843701611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9141485034970684f,0.40405630255310576f,-0.032726410148131393f,0.020401534322672166f,0.049525370032529714f,0.19144292312020567f,0.9802534595247965f,2.4016277125061074f,0.40234282804246874f,0.8944764454999944f,-0.19501829957335876f,0.07348000387319606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942671552855651f,0.10179295653023712f,-0.032726410148131393f,0.05077412437757324f,-0.01205769080559398f,0.19737722052482315f,0.9802534595247965f,2.4035546732491144f,0.10624234566681562f,0.9750284235952965f,-0.19501829957335876f,0.0780689275652865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9661021500125767f,0.2560773668637924f,-0.032726410148131393f,0.1245554589524056f,0.018967359280742016f,0.19683341782223673f,0.9802534595247965f,2.4547975174684105f,0.2574623759367419f,0.9464042412249238f,-0.19501829957335876f,0.16301673575315914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9661021500125767f,0.19838957332402207f,-0.1651914432934996f,0.07991780495450071f,0.018967359280742016f,0.6926974207246803f,0.7209788641862466f,2.2989405978053576f,0.2574623759367419f,0.6934059853489063f,-0.6729793937850701f,0.00700038904965548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9511534146499513f,-0.17857853104953697f,-0.2518271034815901f,-0.22486367613646524f,-0.2207256699948117f,0.9636851306006132f,0.15030351847052797f,2.3749390310391982f,0.21584105356738645f,0.19854641096597136f,-0.956029268530756f,0.1319181854208853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967378974739414f,-0.0275867574062804f,-0.2518271034815901f,-0.11371411966797683f,-0.06725460285119357f,0.9863496696054131f,0.15030351847052797f,2.392625576424516f,0.24424319361539773f,0.1623369954295666f,-0.956029268530756f,0.10542096227974464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319698442337331f,-0.2607974681453487f,-0.2518271034815901f,-0.09198711011016826f,-0.3038764355139501f,0.9407805080223101f,0.15030351847052797f,2.3898670878151425f,0.19771525327674583f,0.21660266926854813f,-0.956029268530756f,0.09926418379852164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9669468430959428f,0.03996138860028449f,-0.2518271034815901f,-0.12042091889220588f,0.001713500811504065f,0.9886384153219764f,0.15030351847052797f,2.397774138734608f,0.2549722858307534f,0.14490400674511525f,-0.956029268530756f,0.10799703493108367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961293461349089f,-0.11179441452756142f,-0.2518271034815901f,-0.1870806819990541f,-0.15296471684599205f,0.976734686460763f,0.15030351847052797f,2.5018922515462303f,0.22916517311256782f,0.18300645110168826f,-0.956029268530756f,0.1092376389513847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961293461349089f,-0.11179441452756142f,-0.2518271034815901f,-0.1619269387303528f,-0.15296471684599205f,0.976734686460763f,0.15030351847052797f,2.282126947092559f,0.22916517311256782f,0.18300645110168826f,-0.956029268530756f,0.06806118745350491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.967378974739414f,-0.027586757406280398f,-0.2518271034815901f,-0.01899675673340765f,-0.06725460285119356f,0.9863496696054131f,0.15030351847052797f,1.78033258182398f,0.24424319361539773f,0.16233699542956662f,-0.956029268530756f,-0.01579100726448661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01689919478498525f,-0.05065801795575377f,-0.9985730731560978f,1.2755943738563264e-17f,-0.23508733397729434f,0.9705165144935753f,-0.053213160953750074f,1.4163888888888891f,0.9718273316896716f,0.23565114112186294f,0.004491889234679828f,-0.10416018518518522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01222659684123762f,-0.36674820414642206f,-0.9302398965240397f,0.22832628797841417f,-0.19909729035576587f,0.9107886725556738f,-0.36169636840486186f,0.8162002890091704f,0.9799034540722232f,0.18963055845419038f,-0.06188272778149169f,-0.33449102513066875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01222659684123762f,-0.5301297279440558f,-0.8478283917631227f,0.026214329199742925f,-0.19909729035576587f,0.8296235042791644f,-0.5216177816376191f,1.1324942500156019f,0.9799034540722232f,0.1751779458080284f,-0.09540392025386474f,-0.26770443329135796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.031485012900424096f,0.04377678017767468f,-0.9985450853516505f,0.3073180016080125f,0.14455121228899345f,0.9887367518407738f,0.0387889492657114f,1.2308250846772595f,0.9889962795624877f,-0.14311963204477277f,-0.03745837603162184f,-0.01323040983329477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.031485012900424096f,-0.9920322175144692f,-0.12198677541432316f,-0.01470800166079877f,0.14455121228899345f,0.11624476734259655f,-0.9826454605254367f,1.155157694398285f,0.9889962795624877f,-0.04857194127055216f,0.1397394916720666f,-0.012422701912762457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09010234760163553f,-0.7793399779240954f,-0.6200893207965643f,0.004691275288385409f,-0.03910220126742993f,0.6249100027812948f,-0.7797169398441482f,1.306417549335568f,0.9951646018688142f,-0.046007469319149806f,-0.08677976696288163f,-0.11865424131232573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09679499680013072f,-0.7333057332444858f,-0.672973573170024f,0.01002456922133071f,-0.21971684383509082f,0.6437246410195142f,-0.7330368988526045f,1.2692397781099387f,0.9707498324128668f,0.21881793376015682f,-0.09881029670700628f,-0.12356697247936248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.003375199902302892f,-0.7159380857700945f,-0.6981556168716772f,0.004691275288385409f,-0.13052619222005157f,0.6918712616053572f,-0.7101246865932385f,1.306417549335568f,0.9914391162195254f,0.09352440702011361f,-0.09111346838630656f,-0.11865424131232573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004479151792512586f,-0.05730986433379166f,-0.998346391113456f,0.011066281901377501f,-0.0436259982346594f,0.9973946857319651f,-0.05745096301772323f,1.3303389515627289f,0.9990378919126387f,0.043811189480276666f,0.0019672821541842963f,-0.11552661342993782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0022455607028352502f,-0.05672296138216901f,-0.9983874313657832f,0.011066281901377501f,-0.21643300306877944f,0.9746978945209477f,-0.0558638487669893f,1.3303389515627289f,0.9762948902046756f,0.2162094356601217f,-0.010087977585824743f,-0.11552661342993782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.003375199902302892f,0.012813791835520505f,-0.9999122035280974f,0.011066281901377501f,-0.13052619222005157f,0.9913690101548888f,0.012263720848504578f,1.3303389515627289f,0.9914391162195254f,0.13047333997147406f,0.005018604042411777f,-0.11552661342993782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019728971818242944f,-0.41035848976555334f,-0.9117108519417376f,0.013676344104150452f,0.050874972901989f,0.9102949676880532f,-0.41082211349199277f,1.3290350510209454f,0.9985101425640186f,-0.05448836278637977f,0.0029177932831176787f,0.07971583179823173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01985420618348162f,-0.39196947960224804f,-0.9197639575223453f,0.0015374146063036071f,-0.257772615807921f,0.8868369862883537f,-0.38350154926744706f,1.370744039695422f,0.9660015988787833f,0.244704080087221f,-0.08343155369703459f,-0.3055977058297611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.003375199902302892f,-0.2124459292540222f,-0.9771669945147626f,0.028284910033111434f,-0.13052619222005157f,0.9687190235857435f,-0.21106010160051059f,1.1956344916257247f,0.9914391162195254f,0.1282582569914261f,-0.02446013784441243f,-0.12543955350042776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.003375199902302892f,-0.1264717931586f,-0.9919644618437031f,1.2755943738563264e-17f,-0.13052619222005157f,0.9834278551561189f,-0.1258275281787321f,1.4163888888888891f,0.9914391162195254f,0.1299020370828871f,-0.01318861598358915f,-0.10416018518518522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7955390117295454f,-0.007293283826945314f,0.6058584726051109f,0.7460835227486836f,0.07873518878897076f,0.9926934750931878f,-0.09143541192434976f,1.8413317514427325f,-0.6007648881740206f,0.12044281845934196f,0.7903006242050087f,-0.32709286622622336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7955390117295454f,-0.007293283826945314f,0.6058584726051109f,0.8206653050983285f,0.07873518878897076f,0.9926934750931878f,-0.09143541192434976f,1.8487131753916985f,-0.6007648881740206f,0.12044281845934196f,0.7903006242050087f,-0.3834145744925378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7955390117295454f,-0.007293283826945314f,0.6058584726051109f,0.6924956430327394f,0.07873518878897076f,0.9926934750931878f,-0.09143541192434976f,1.858737775205868f,-0.6007648881740206f,0.12044281845934196f,0.7903006242050087f,-0.4737988139901319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2691286560956075f,-0.7316876041617411f,-0.6262611407266329f,-0.9392177348292462f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5610570726877158f,0.9630741237922459f,-0.20959731365614917f,-0.16898875166685937f,-0.4621980583428615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0207559979554795f,-0.7316876041617411f,-0.6813240333827387f,-0.9272925930019599f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5449168295532028f,0.9442593103695899f,-0.20959731365614917f,0.2538568905672488f,-0.5537750535106323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12720151282438696f,-0.7316876041617411f,-0.6696663535308001f,-0.832805210885983f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6641953189326277f,0.9768212817895551f,-0.20959731365614917f,0.043464348046833606f,-0.5145062081337719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[5.273749847348269e-8f,6.943023390545471e-9f,-0.000015624909457359456f,0.6875941937429154f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5801481150801118f,0.000015491236190930086f,0.000002039459935252202f,5.319256826890623e-8f,-0.0776617346496909f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175.mcfunction new file mode 100644 index 000000000..8dc2d6fe8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175_as_bone.mcfunction new file mode 100644 index 000000000..61a730448 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_175_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6309891612372378f,0.06926815135595481f,-0.5138083748376431f,-0.31155074739719923f,-0.22690208125623404f,0.76461432586184f,-0.1755699936004944f,1.525684062110653f,0.46616796154085993f,0.2784085134097318f,0.6100168651260935f,-0.13012110168133054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5970276687850086f,-0.17385175906753436f,-0.5033224896368749f,-0.31155074739719923f,0.08128167761581778f,0.7770545565987798f,-0.1719869325066068f,1.525684062110653f,0.5262615809548482f,0.07721257629556104f,0.59756754134801f,-0.13012110168133054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.613819389456256f,0.06624065733836088f,-0.5345861734906501f,-0.309534047100957f,-0.017169853002693046f,0.8076507931053916f,0.11979080510849835f,1.497016241221525f,0.5384007779710754f,0.10127594065748383f,-0.6056502543287888f,-0.012128032209469258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5803536712061124f,-0.17015522279937176f,-0.5236762515826776f,-0.309534047100957f,-0.3183060768228968f,0.7245075123784208f,0.11734609480016166f,1.497016241221525f,0.44930040927557996f,0.29348946260697084f,-0.5932900450567727f,-0.012128032209469258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08242540743130573f,0.011813670429893178f,1.5602796990926842f,0.0013861829471878491f,1.557086771831866f,-0.09997878100982552f,0.08301372376907189f,1.485994922626992f,0.10046435783899513f,1.5592533246842097f,-0.006498635644126576f,0.7683386186474932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007560749075131332f,-0.9985790074193179f,0.052752260756035424f,0.00042368640794304344f,-0.06398641984629103f,-0.05312878321220576f,-0.996535533972394f,1.4983832888548905f,0.9979221277978941f,0.00415912681224058f,-0.06429718901695955f,0.5755818090285061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.016606218255865494f,-0.9985790074193179f,0.050637925082771845f,-0.006991467188481659f,-0.2360609018067692f,-0.05312878321220576f,-0.9702847948064348f,1.5647271433916854f,0.9715963586559045f,0.00415912681224058f,-0.23660772918640308f,0.24381783179869587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9761090919380642f,-0.031064749585695984f,-0.21504888274303147f,0.2496141935152928f,0.16845837047172219f,0.5169055484311371f,-0.8393035395011255f,1.5175409753132438f,0.13723271495478062f,-0.8554786001615021f,-0.49932308840254575f,-0.4817033801536632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7494664809499231f,-0.031064749585695984f,-0.6613130690268543f,0.00853590202318256f,0.5542394409041047f,0.5169055484311371f,-0.6524011773038203f,1.6978577937865955f,0.36210307383236084f,-0.8554786001615021f,-0.37018607292397215f,-0.3384259204054757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.016606218255865494f,-0.5792437024382833f,-0.8149852555113057f,0.25639315923985695f,-0.2360609018067692f,0.7897838215301967f,-0.5661420015219975f,1.390658856081795f,0.9715963586559045f,0.2017876320163058f,-0.12362146824819104f,0.05067997388243445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016606218255865494f,-0.3073637447868314f,-0.9514471934405263f,0.1928159121333228f,-0.2360609018067692f,0.9234724012206826f,-0.3024466478932796f,1.56191963976134f,0.9715963586559045f,0.2296219775507609f,-0.057221178529146224f,0.09337646230739495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016606218255865494f,-0.5431432332262728f,-0.8394758255695929f,0.20336219867775532f,-0.2360609018067692f,0.813726889602041f,-0.5311532733371439f,1.4540923274448252f,0.9715963586559045f,0.2069878676132941f,-0.11470195511624023f,-0.2546373435376023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016606218255865494f,-0.05063792508277207f,-0.9985790074193179f,0.18762646892836485f,-0.2360609018067692f,0.9702847948064348f,-0.053128783212205974f,1.6356886715759553f,0.9715963586559045f,0.23660772918640308f,0.004159126812240527f,-0.21024739977257523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9674532895069673f,-0.02754473225257553f,-0.25154606009095576f,0.2566721539599662f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.288940158000111f,0.24390498692560614f,0.16331592062689015f,-0.9559488832686668f,0.019213644833736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9674532895069673f,-0.02754473225257553f,-0.25154606009095576f,0.27281230071452217f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.182377194227521f,0.24390498692560614f,0.16331592062689015f,-0.9559488832686668f,-0.099967490060773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9674532895069673f,-0.02754473225257553f,-0.25154606009095576f,-0.31170665362537714f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.249335118953005f,0.24390498692560614f,0.16331592062689015f,-0.9559488832686668f,0.1625078246525296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9674532895069673f,-0.02754473225257553f,-0.25154606009095576f,-0.3681255035838436f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.13771619274887f,0.24390498692560614f,0.16331592062689015f,-0.9559488832686668f,0.06161956377744106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9499892736873461f,0.2651706816693556f,-0.1649390477176293f,0.16567977434784348f,0.06702044965975862f,0.6889889930591441f,0.7216664234746899f,2.3406714531034063f,0.3050059658537727f,0.6745210723367773f,-0.6723040114168971f,0.0913570141201523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9797751630427342f,0.1132949267292499f,-0.1649390477176293f,0.053966076808808584f,-0.04158630783742761f,0.6909907034321809f,0.7216664234746899f,2.342844711536264f,0.1957324931763634f,0.7139300437351783f,-0.6723040114168971f,0.12109701000012932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9142567333569833f,0.40382279821126144f,-0.032584860844345254f,0.020439173770149907f,0.04920418810869927f,0.1905120734567397f,0.9804509665147858f,2.3913088064114936f,0.40213626220969195f,0.894780586240024f,-0.19404671886939273f,0.07666383527163613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942979311892046f,0.10153743583833039f,-0.032584860844345254f,0.05081064845508487f,-0.012075504601949956f,0.19639267921394304f,0.9804509665147858f,2.3932284732886338f,0.1059519052281584f,0.9752538462751872f,-0.19404671886939273f,0.08126318626315214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9661725192565179f,0.2558298064676373f,-0.032584860844345254f,0.12457273803758451f,0.018795748608501944f,0.19586378454034947f,0.9804509665147858f,2.4443797483530973f,0.25721077517817953f,0.946672323472205f,-0.19404671886939273f,0.16628286475556298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9661725192565179f,0.1982568373890689f,-0.1649390477176293f,0.07996494962504408f,0.018795748608501944f,0.6919857607375282f,0.7216664234746899f,2.2886829521871537f,0.25721077517817953f,0.6941541135547558f,-0.6723040114168971f,0.010098189205743183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9512333886618358f,-0.17854864868611772f,-0.25154606009095576f,-0.22484475669246673f,-0.22085685324567422f,0.9635019139287231f,0.1512822270794099f,2.3645835004324f,0.21535387312361032f,0.19946037678709205f,-0.9559488832686668f,0.13500663019733264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9674532895069674f,-0.027544732252575532f,-0.25154606009095576f,-0.11368621677302915f,-0.06741283242060546f,0.9861892302164555f,0.1512822270794099f,2.3822866546834325f,0.24390498692560614f,0.16331592062689015f,-0.9559488832686668f,0.10855822840170504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9320521183399364f,-0.2607746696877503f,-0.25154606009095576f,-0.09195772882014776f,-0.3039911511878155f,0.940586555171506f,0.1512822270794099f,2.379532393413674f,0.1971502693316563f,0.2174706966003562f,-0.9559488832686668f,0.10240477561977883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670180453099264f,0.04000849531895874f,-0.25154606009095576f,-0.12039328041247298f,0.0015444649953473555f,0.9884894042921109f,0.1512822270794099f,2.387433234095223f,0.25470318936528447f,0.14590413943593525f,-0.9559488832686668f,0.11113757283287065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9613711560600008f,-0.11175902625101736f,-0.25154606009095576f,-0.18704415365817664f,-0.15310836109001094f,0.9765610669764716f,0.1512822270794099f,2.4915559841517085f,0.22874293444867114f,0.18395217453783938f,-0.9559488832686668f,0.1124636752081585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9613711560600008f,-0.11175902625101736f,-0.25154606009095576f,-0.16189837275169777f,-0.15310836109001094f,0.9765610669764716f,0.1512822270794099f,2.2718297440820026f,0.22874293444867114f,0.18395217453783938f,-0.9559488832686668f,0.07107443593714471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9674532895069673f,-0.02754473225257553f,-0.25154606009095576f,-0.01898922190603951f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,1.770106798052413f,0.24390498692560614f,0.16331592062689015f,-0.9559488832686668f,-0.013239694147691439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016606218255865494f,-0.05063792508277207f,-0.9985790074193179f,1.2487428588527989e-17f,-0.2360609018067692f,0.9702847948064348f,-0.053128783212205974f,1.40625f,0.9715963586559045f,0.23660772918640308f,0.004159126812240527f,-0.1019675925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012031383622238595f,-0.3558360856173968f,-0.9344709337270066f,0.22275976694518568f,-0.19912192006395335f,0.9149688417271362f,-0.35097361669867333f,0.8036022571060715f,0.9799008657809111f,0.19029634479146315f,-0.05984642345896286f,-0.33270810126957595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012031383622238595f,-0.5201713791365317f,-0.8539771555113951f,0.02444442864938299f,-0.19912192006395335f,0.8356877424233516f,-0.511836358725527f,1.1222082089049743f,0.9799008657809111f,0.17620367047981883f,-0.09352304395848296f,-0.26553045189914504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.029645342533206342f,0.0538118301750212f,-0.9981109360182883f,0.30667725365101034f,0.144155981366274f,0.988340890072555f,0.04900344933692191f,1.2174860405777592f,0.9891108161891745f,-0.14243093745322494f,-0.037057001413770406f,-0.011084408464249833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.029645342533206342f,-0.9908120655702363f,-0.13195682773745004f,-0.016103833371879275f,0.144155981366274f,0.1263967205626369f,-0.981449398628038f,1.145108152808589f,0.9891108161891745f,-0.04811776960181005f,0.13908441158566903f,-0.010210138828942228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08854933889615467f,-0.7702869222926747f,-0.6315196528422002f,0.004052587023792346f,-0.037755412722482715f,0.6361501484140482f,-0.7706409783309862f,1.2962535353375704f,0.9953559882731448f,-0.04439646402207838f,-0.08541317574664552f,-0.11646364550990232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09565558485577215f,-0.7234229728678608f,-0.683746452577947f,0.00883547423264942f,-0.221063632380038f,0.6543042991514383f,-0.7231989730018211f,1.2590021214469294f,0.9705569944752567f,0.22032949516342928f,-0.0973346497203581f,-0.12138520807635493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0035837827379379384f,-0.7056243678716196f,-0.7085770303693627f,0.004052587023792346f,-0.13052619222005157f,0.7021894094195269f,-0.6999235289969828f,1.2962535353375704f,0.991438384190274f,0.09499623552980074f,-0.08958596759172287f,-0.11646364550990232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005188657222255319f,-0.0516009721011079f,-0.9986543033074312f,0.010566376788674642f,-0.04363354093517244f,0.997704910535462f,-0.05177862106009096f,1.3201383904366555f,0.9990341295179502f,0.04384348493957277f,0.0029252156612610374f,-0.11334266973386309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0019516335030376674f,-0.05097779933275275f,-0.9986978797924122f,0.010566376788674642f,-0.2164254603682664f,0.9750081193244445f,-0.05019150680935702f,1.3201383904366555f,0.9762971941120459f,0.2162416038291415f,-0.009130035177744782f,-0.11334266973386309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0035837827379379384f,0.018570340961867535f,-0.9998211334723064f,0.010566376788674642f,-0.13052619222005157f,0.9912824673721043f,0.01794388545457888f,1.3201383904366555f,0.991438384190274f,0.13043853846633244f,0.005976456888969294f,-0.11334266973386309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018482733482504135f,-0.40174145148935825f,-0.915566597642268f,0.01335609531156503f,0.0510034171597209f,0.9141519371220453f,-0.4021503292228461f,1.3188230448517975f,0.9985274357778289f,-0.05412986247198205f,0.0035941602243218605f,0.08189721434865585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01931528215452916f,-0.3819938470314953f,-0.9239629974762894f,0.0010850481505837277f,-0.2578646140054678f,0.89096693619034f,-0.3737429055639849f,1.3605936858790022f,0.9659879713118077f,0.2454763113737803f,-0.08129341815436747f,-0.3034054596295419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0035837827379379384f,-0.2068164338037747f,-0.9783732003739556f,0.027009996173720033f,-0.13052619222005157f,0.9699124579058582f,-0.20550605135506594f,1.185338118274026f,0.991438384190274f,0.12843981745434604f,-0.0235190060689831f,-0.1232690522018504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0035837827379379384f,-0.12075859187056731f,-0.9926754348681774f,1.2487428588527989e-17f,-0.13052619222005157f,0.9841326807239384f,-0.12019059811669486f,1.40625f,0.991438384190274f,0.13000088161452006f,-0.012235241461701388f,-0.1019675925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9965525720946152f,-0.0006378352276947538f,0.08296122116886315f,0.6581486430186555f,0.010362523901119716f,0.9930964347179229f,-0.11684215612932324f,1.8305868195897155f,-0.08231396691938397f,0.11729903885698612f,0.98967941593893f,-0.31944152361869005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9965525720946152f,-0.0006378352276947538f,0.08296122116886315f,0.7515754466525256f,0.010362523901119716f,0.9930964347179229f,-0.11684215612932324f,1.8315583062054455f,-0.08231396691938397f,0.11729903885698612f,0.98967941593893f,-0.3271584580173823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9965525720946152f,-0.0006378352276947538f,0.08296122116886315f,0.6924178616602611f,0.010362523901119716f,0.9930964347179229f,-0.11684215612932324f,1.8485988863169789f,-0.08231396691938397f,0.11729903885698612f,0.98967941593893f,-0.4717519032088757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2689260347693576f,-0.731731683886681f,-0.6262966793937137f,-0.9392930394775673f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5509181837988266f,0.9631307228373831f,-0.2094433736650196f,-0.16885699261373405f,-0.45980786145852875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02095465453098569f,-0.731731683886681f,-0.6812706108807638f,-0.927387164247202f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5347779406643136f,0.9442549227429362f,-0.2094433736650196f,0.25400022461318095f,-0.551387363458473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12699600245722906f,-0.731731683886681f,-0.6696571945079404f,-0.8328915226861936f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6540564300437386f,0.9768480213327381f,-0.2094433736650196f,0.04360523415978054f,-0.5121383975824679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[5.5996605280280295e-8f,7.372092941564459e-9f,-0.00001562489792070472f,0.6875997533755386f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491224752973033f,0.000002039458429416589f,5.6479797779866204e-8f,-0.07561380144880495f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176.mcfunction new file mode 100644 index 000000000..7640ae990 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176_as_bone.mcfunction new file mode 100644 index 000000000..3509e8999 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_176_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6332953926917102f,0.06968701134139652f,-0.5109061660326689f,-0.3112198917987904f,-0.2265747251329679f,0.7644794223558161f,-0.17657732348714025f,1.5145995131319512f,0.4631903323373849f,0.278674321905098f,0.6121599323578447f,-0.12828449491910957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5992718850935115f,-0.17433722558308204f,-0.5004795095830227f,-0.3112198917987904f,0.08152737128315285f,0.7768097484163111f,-0.17297370464046394f,1.5145995131319512f,0.5236663971156906f,0.07856937406764215f,0.5996668725138071f,-0.12828449491910957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6165928147989358f,0.06674189621151563f,-0.531322185187915f,-0.3092341458121617f,-0.017061153909417853f,0.8074390012996128f,0.121225495057795f,1.4856339862466401f,0.5352258048805651f,0.10262661893884839f,-0.6082315014199575f,-0.009584205048076604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.583051591259791f,-0.17074127301364603f,-0.5204788752861208f,-0.3092341458121617f,-0.3181283062929425f,0.7243565839483117f,0.11875150536273796f,1.4856339862466401f,0.44592064615199134f,0.2935216465278365f,-0.5958186136358768f,-0.009584205048076604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08230611263323659f,0.011269593496261481f,1.5602900211453108f,0.001095884402354059f,1.5569935991735127f,-0.10154048470664188f,0.08286562675953915f,1.4738736960376155f,0.10199453885339159f,1.5591564309677104f,-0.005881140715435694f,0.7706110147209189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007212539837607045f,-0.9985856135329989f,0.05267591208527118f,0.00020065013931567892f,-0.0649859102122535f,-0.053034001126104804f,-0.996475903471048f,1.4864550726548726f,0.9978601158193345f,0.003763930057878415f,-0.06527650486617328f,0.5778663826558363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0162500412915356f,-0.9985856135329989f,0.050623202219413924f,-0.007094290075700353f,-0.23703485294033794f,-0.053034001126104804f,-0.9700525105457481f,1.553131675282505f,0.9713652323660631f,0.003763930057878415f,-0.23756139876028606f,0.246166454054252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9742396749315552f,-0.030720630326951534f,-0.22341284354658897f,0.24776750662823255f,0.1756810823391684f,0.5177645729121f,-0.8372908720064307f,1.504828626543802f,0.14139735887701782f,-0.8549713971294393f,-0.49902975561897955f,-0.48034300887577824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7437765233342408f,-0.030720630326951534f,-0.6677220426263795f,0.00864569938754632f,0.5595808064785777f,0.5177645729121f,-0.6471392184514361f,1.6868434608730556f,0.36560334292456126f,-0.8549713971294393f,-0.36791045885231405f,-0.3359384053790666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0162500412915356f,-0.5792348347635627f,-0.8149987376397902f,0.2563393061575191f,-0.23703485294033794f,0.7896388413494769f,-0.5659372568790715f,1.379230688167746f,0.9713652323660631f,0.202379609715712f,-0.12446718009877271f,0.05294469207485808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0162500412915356f,-0.30735123338091175f,-0.9514573850137776f,0.19276434124226208f,-0.23703485294033794f,0.9232725632632625f,-0.3022949758379018f,1.5504549501806209f,0.9713652323660631f,0.2304408671753289f,-0.057849737129105974f,0.09579079381317535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0162500412915356f,-0.5431337859094288f,-0.8394889080635397f,0.20341921383937858f,-0.23703485294033794f,0.8135731165744375f,-0.5309550475124135f,1.4429749585041869f,0.9713652323660631f,0.20761617131391197f,-0.11552104033195253f,-0.2523271281316347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.0162500412915356f,-0.050623202219414146f,-0.9985856135329989f,0.1876862033386572f,-0.23703485294033794f,0.9700525105457481f,-0.05303400112610502f,1.6245283417244765f,0.9713652323660631f,0.23756139876028606f,0.0037639300578783622f,-0.20776084130121936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675434455927596f,-0.02750333075844296f,-0.25120359807869613f,0.2567177559134825f,-0.06756107684488241f,0.9860280046882834f,0.15226383308587307f,2.2775430013171802f,0.24350602002014507f,0.16429345929657216f,-0.9558830877499165f,0.022377554527910543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675434455927596f,-0.02750333075844296f,-0.25120359807869613f,0.2728882141481385f,-0.06756107684488241f,0.9860280046882834f,0.15226383308587307f,2.1710977754646286f,0.24350602002014507f,0.16429345929657216f,-0.9558830877499165f,-0.09690464311147108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675434455927596f,-0.02750333075844296f,-0.25120359807869613f,-0.3117140183722638f,-0.06756107684488241f,0.9860280046882834f,0.15226383308587307f,2.237850868670812f,0.24350602002014507f,0.16429345929657216f,-0.9558830877499165f,0.1654373412897458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675434455927596f,-0.02750333075844296f,-0.25120359807869613f,-0.3681093185570647f,-0.06756107684488241f,0.9860280046882834f,0.15226383308587307f,2.126338562054894f,0.24350602002014507f,0.16429345929657216f,-0.9558830877499165f,0.06441809515187505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9500870936445147f,0.265007585180045f,-0.16463746319462325f,0.16570577216171783f,0.06680925415912531f,0.6882872804260788f,0.7223552748906692f,2.3292110789018894f,0.30474749883931956f,0.675301117576977f,-0.6716378209648897f,0.09454149527955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9798462647618519f,0.11311853581569588f,-0.16463746319462325f,0.05398210721156506f,-0.04168513113062372f,0.6902645917908935f,0.7223552748906692f,2.3313656370676057f,0.19535518235990182f,0.7146600521749238f,-0.6716378209648897f,0.12424538718307951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9143895915768304f,0.4035350235320147f,-0.032421591555236176f,0.020475213466969955f,0.048892248812621164f,0.18957643075467856f,0.9806479107755045f,2.379877499656191f,0.40187214735784177f,0.8951090780934654f,-0.19307644986549782f,0.07984926127477182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943353595984955f,0.10122269040663284f,-0.032421591555236176f,0.050845299966062504f,-0.012083047006573765f,0.19540643558152226f,0.9806479107755045f,2.3817895537289018f,0.10559920751202884f,0.9754846446152641f,-0.19307644986549782f,0.08446093345096373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.966258723893213f,0.2555247911676788f,-0.032421591555236176f,0.12458330620250374f,0.018634016568357878f,0.19489086309565373f,0.9806479107755045f,2.4328484039141935f,0.2568985245710659f,0.9469554543802712f,-0.19307644986549782f,0.16955702493159808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.966258723893213f,0.19808731461933518f,-0.16463746319462325f,0.08001366041315339f,0.018634016568357878f,0.6912710251877742f,0.7223552748906692f,2.2773124232469444f,0.2568985245710659f,0.6949142288964478f,-0.6716378209648897f,0.013201323429897542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9513289113971931f,-0.1785218604321308f,-0.25120359807869613f,-0.22483132810014173f,-0.22097805130584036f,0.9633194828171342f,0.15226383308587307f,2.353118112104008f,0.21480689742395526f,0.2003634681591933f,-0.9558830877499165f,0.1380812635142863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675434455927596f,-0.027503330758442968f,-0.25120359807869613f,-0.11366198633218022f,-0.0675610768448824f,0.9860280046882836f,0.15226383308587307f,2.370836717159468f,0.24350602002014507f,0.16429345929657216f,-0.9558830877499165f,0.111688667757771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9321496123326196f,-0.2607563087261068f,-0.25120359807869613f,-0.09193166345088691f,-0.30409598813374117f,0.9403942551584209f,0.15226383308587307f,2.368086463592179f,0.1965266654403704f,0.2183226793637675f,-0.9558830877499165f,0.10553990383399295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9671050937577865f,0.040056084931763894f,-0.25120359807869613f,-0.12036942519077601f,0.001385335162714385f,0.988338912509512f,0.15226383308587307f,2.3759813768153326f,0.25437338397369863f,0.1469071273950144f,-0.9558830877499165f,0.11427086468742528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9614645774526398f,-0.11172563992268987f,-0.25120359807869613f,-0.1870104699676417f,-0.15324198966883956f,0.9763875346072035f,0.15226383308587307f,2.4801093493223445f,0.22826028762391606f,0.18489122112077905f,-0.9558830877499165f,0.11567835318710903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9614645774526398f,-0.11172563992268987f,-0.25120359807869613f,-0.16187220098503652f,-0.15324198966883956f,0.9763875346072035f,0.15226383308587307f,2.260422154035724f,0.22826028762391606f,0.18489122112077905f,-0.9558830877499165f,0.07407782843493381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675434455927596f,-0.02750333075844296f,-0.25120359807869613f,-0.018983700832280292f,-0.06756107684488241f,0.9860280046882834f,0.15226383308587307f,1.7587696914546553f,0.24350602002014507f,0.16429345929657216f,-0.9558830877499165f,-0.010689475464892698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0162500412915356f,-0.050623202219414146f,-0.9985856135329989f,1.2218913438492713e-17f,-0.23703485294033794f,0.9700525105457481f,-0.05303400112610502f,1.3949999999999998f,0.9713652323660631f,0.23756139876028606f,0.0037639300578783622f,-0.09977499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01180203904633009f,-0.343999918921094f,-0.9388955041199367f,0.21671864159682938f,-0.19914495671794447f,0.9193422853849024f,-0.3393391349624628f,0.7897564599640001f,0.979898973409074f,0.19098119825141227f,-0.057655735415462706f,-0.3309418511414234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01180203904633009f,-0.5093397240562795f,-0.8604846061218192f,0.022532871800372833f,-0.19914495671794447f,0.8421081682558318f,-0.5011936942646181f,1.110810199111536f,0.979898973409074f,0.1772762771920726f,-0.09149384381892871f,-0.26335527046194573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.027685748490649174f,0.06475545562539273f,-0.9975170325850382f,0.30595203824168793f,0.14376255029956755f,0.9877835240376961f,0.060133507888984625f,1.2027461183369907f,0.9892248624361788f,-0.14174075139640693f,-0.036656935656231675f,-0.008934708084348167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.027685748490649174f,-0.9893613659862452f,-0.14282012051648596f,-0.01761412477653974f,0.14376255029956755f,0.13744873842356842f,-0.9800204964372602f,1.1339638012400735f,0.9892248624361788f,-0.047664785739584714f,0.13842774193969443f,-0.007994426509066427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08683229964442847f,-0.7600804811613157f,-0.6440014083028416f,0.003362138931792196f,-0.03628872869222505f,0.6484272780685845f,-0.7604112000927318f,1.2849804326273437f,0.9955617911050837f,-0.04265826079611886f,-0.08388678607199132f,-0.11427231240392152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09434928626826426f,-0.712316668773798f,-0.6954877249582979f,0.007535197607045404f,-0.2225303164102957f,0.6658379290780975f,-0.7121377047168083f,1.2476568618861352f,0.9703496640175658f,0.2219567876591975f,-0.09569072030770337f,-0.11920204600918895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0037909252025472087f,-0.6940430224427379f,-0.7199235458607103f,0.003362138931792196f,-0.13052619222005157f,0.7134261122246237f,-0.6884664810581504f,1.2849804326273437f,0.9914376137864868f,0.09657880406490851f,-0.08788624792735877f,-0.11427231240392152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0059372083859868694f,-0.04542727467141927f,-0.9989500048913904f,0.010025683495768866f,-0.04364488773186184f,0.9980038982100421f,-0.04564365161151299f,1.3088248897091235f,0.999029465697311f,0.04387005668434256f,0.003942688810701696f,-0.11115858628894876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.001615790789292942f,-0.04476808254794308f,-0.9989961000950434f,0.010025683495768866f,-0.216414113571577f,0.9753071069990247f,-0.04405653736077906f,1.3088248897091235f,0.9763003229883486f,0.21626804161080693f,-0.00811255266069132f,-0.11115858628894876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0037909252025472087f,0.02479135315962895f,-0.9996854593794108f,0.010025683495768866f,-0.13052619222005157f,0.9911522774806331f,0.02408476675179426f,1.3088248897091235f,0.9914376137864868f,0.1303938328812707f,0.006993305076172306f,-0.11115858628894876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01715296219346631f,-0.39223942074081086f,-0.9197032199056949f,0.01300595269843534f,0.0511356695991598f,0.918290639076076f,-0.3925906844028494f,1.3074962838480568f,0.9985444002059374f,-0.053763733149450155f,0.004306020808081996f,0.08407839228310757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018714085210273627f,-0.3709695228407028f,-0.9284564589349811f,0.0005996067974649369f,-0.2579593398131014f,0.8953880115540586f,-0.36295631661187255f,1.3493339104021813f,0.9659745141658405f,0.2462964106287592f,-0.07893868565828879f,-0.30121268107663574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0037909252025472087f,-0.20072434571536818f,-0.9796404268522437f,0.0256309155298404f,-0.13052619222005157f,0.9711670024952801f,-0.1994932740943084f,1.1739259646305067f,0.9914376137864868f,0.12862499874235211f,-0.022518163066446648f,-0.12109819434443014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0037909252025472087f,-0.11457923995164415f,-0.9934068787049003f,1.2218913438492713e-17f,-0.13052619222005157f,0.9848584033243026f,-0.11409136052322046f,1.3949999999999998f,0.9914376137864868f,0.13009812901655765f,-0.011222067356253213f,-0.09977499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8852131384994731f,0.007000751836488739f,-0.46513297980430984f,0.5810762741808324f,-0.061156466229951224f,0.992959697542792f,-0.10144419990315842f,1.824998965686034f,0.4611481172748919f,0.1182456279506817f,0.879409111508615f,-0.3594089216028567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8852131384994731f,0.007000751836488739f,-0.46513297980430984f,0.6640650059151579f,-0.061156466229951224f,0.992959697542792f,-0.10144419990315842f,1.8192655469769758f,0.4611481172748919f,0.1182456279506817f,0.879409111508615f,-0.3161762856083356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8852131384994731f,0.007000751836488739f,-0.46513297980430984f,0.6923405870186417f,-0.061156466229951224f,0.992959697542792f,-0.10144419990315842f,1.8373488863169787f,0.4611481172748919f,0.1182456279506817f,0.879409111508615f,-0.46970397033188843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26872480071431804f,-0.7317754271989652f,-0.6263319452405586f,-0.9393677830206584f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5396681837988266f,0.9631868888907699f,-0.20929048741783482f,-0.1687261359283883f,-0.4574190133091922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021151938512977406f,-0.7317754271989652f,-0.6812175274058317f,-0.9274810418775471f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5235279406643136f,0.9442505240495896f,-0.20929048741783482f,0.2541425578459467f,-0.5490010008206864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12679190552652106f,-0.7317754271989652f,-0.6696480693922187f,-0.8329772020402699f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6428064300437386f,0.9768745334559377f,-0.20929048741783482f,0.04374514557809996f,-0.5097717789016543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[5.923320628980014e-8f,7.798199548161632e-9f,-0.000015624885779273926f,0.6876052445005861f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5587592261912224f,0.000015491212715413857f,0.0000020394568446418586f,5.974432729191088e-8f,-0.073564870564203f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177.mcfunction new file mode 100644 index 000000000..4751decc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177_as_bone.mcfunction new file mode 100644 index 000000000..a4760780f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_177_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6284776743472079f,0.06884592725504833f,-0.5169337439091802f,-0.31177048932869905f,-0.2286540141044202f,0.7639354453879714f,-0.17625101860205425f,1.502516550233286f,0.4686977694906439f,0.2803699663386195f,0.6071733914576798f,-0.12559815528328244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5945964300891412f,-0.17329239232292432f,-0.5063840756661357f,-0.31177048932869905f,0.07944164051147912f,0.7770969062158786f,-0.17265405903874703f,1.502516550233286f,0.5292864168652864f,0.07803938180629005f,0.5947820977544619f,-0.12559815528328244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6120048299097295f,0.06594132033170753f,-0.5366994269463297f,-0.30985539758460023f,-0.018577211891389646f,0.8075289810046649f,0.120400483721431f,1.47377406549818f,0.5404159692403157f,0.10243598759675866f,-0.603657098922535f,-0.008281112848068248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5785992361967748f,-0.16974589981972243f,-0.5257463774168127f,-0.30985539758460023f,-0.31953410745083627f,0.7238696877546466f,0.11794333099242221f,1.47377406549818f,0.4506893365147508f,0.2952947758501383f,-0.591337566291463f,-0.008281112848068248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08218282561744407f,0.01066164832127689f,1.5603007922925012f,0.0007706399732917901f,1.5569076307125682f,-0.10297721468251839f,0.08270775468604426f,1.461127694493558f,0.10339662761671255f,1.559066474692886f,-0.0052071956163496505f,0.7726984426350564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006823454925616906f,-0.9985925070672007f,0.05259700839516397f,-0.00004943647180558671f,-0.06590541739681446f,-0.05293296299906808f,-0.9964208836560435f,1.4738866291401178f,0.9978025438034469f,0.003332605194463348f,-0.0661738416746987f,0.5799651483312852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015853165971629328f,-0.9985925070672007f,0.05061306113957986f,-0.007210339892961532f,-0.23793083665403292f,-0.05293296299906808f,-0.9698386558584119f,1.5408693793582118f,0.9711527140969065f,0.003332605194463348f,-0.23843510573074164f,0.24832398568645714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9722062665764479f,-0.0303390741255039f,-0.2321519239866261f,0.24582179768094792f,0.18324867390854865f,0.518554780422712f,-0.8351771448091185f,1.491319949905252f,0.14572199127188548f,-0.8545059861007179f,-0.4985826119890228f,-0.47920344245055296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7377612740447654f,-0.0303390741255039f,-0.674379598669067f,0.008766611792585794f,0.5651748159209063f,0.518554780422712f,-0.6416216697942198f,1.6751154341623917f,0.36916897210981103f,-0.8545059861007179f,-0.3654227548325713f,-0.33365143478622117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015853165971629328f,-0.5792299857568062f,-0.8150100003857906f,0.25627913044033024f,-0.23793083665403292f,0.7895127658816155f,-0.5657371381472789f,1.3671188132026169f,0.9711527140969065f,0.2028847360205582f,-0.12530039821197908f,0.0550430967440485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015853165971629328f,-0.30734322202793307f,-0.9514666683610966f,0.19270560963283598f,-0.23793083665403292f,0.9230921460892499f,-0.30214203083559016f,1.538310202901629f,0.9711527140969065f,0.23117316821342268f,-0.05849249695799192f,0.09802248767807781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.015853165971629328f,-0.5431284502437717f,-0.8394999485791974f,0.20348264739954308f,-0.23793083665403292f,0.8134384320460043f,-0.5307606185839807f,1.4311496724013062f,0.9711527140969065f,0.2081571613140825f,-0.11633143210618162f,-0.2501901465841849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015853165971629328f,-0.050613061139580084f,-0.9985925070672007f,0.18775149526670182f,-0.23793083665403292f,0.9698386558584119f,-0.05293296299906829f,1.6126635893560142f,0.9711527140969065f,0.23843510573074164f,0.003332605194463295f,-0.20546273547720545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9676437082397916f,-0.027463454658958285f,-0.2508214754803527f,0.2567629639273222f,-0.06768402309919572f,0.9858791856429414f,0.1531701809528156f,2.2654588457663793f,0.243073089668629f,0.1651907684291288f,-0.9558386281714821f,0.025303277033521775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9676437082397916f,-0.027463454658958285f,-0.2508214754803527f,0.27296802149240107f,-0.06768402309919572f,0.9858791856429414f,0.1531701809528156f,2.159121802891558f,0.243073089668629f,0.1651907684291288f,-0.9558386281714821f,-0.09407068127376934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9676437082397916f,-0.027463454658958285f,-0.2508214754803527f,-0.3117277146635555f,-0.06768402309919572f,0.9858791856429414f,0.1531701809528156f,2.225694482195602f,0.243073089668629f,0.1651907684291288f,-0.9558386281714821f,0.1681087172138413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9676437082397916f,-0.027463454658958285f,-0.2508214754803527f,-0.3680959352164609f,-0.06768402309919572f,0.9858791856429414f,0.1531701809528156f,2.114281137588341f,0.243073089668629f,0.1651907684291288f,-0.9558386281714821f,0.06696524063169734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9501968093400002f,0.2648206097418676f,-0.16430480265661607f,0.1657287270986651f,0.06662803563324449f,0.687637473417526f,0.7229906016122315f,2.3170699786556583f,0.3044449513257514f,0.676036056588631f,-0.671035410246251f,0.09747989692837628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.979925380272416f,0.11291669903930064f,-0.16430480265661607f,0.05399391524103142f,-0.04176246634397373f,0.6895944361617575f,0.7229906016122315f,2.3192088755491196f,0.19494138991714915f,0.7153386140093487f,-0.671035410246251f,0.12714296427176408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9145383895482574f,0.4032118189546336f,-0.032245357770950056f,0.020509092158963127f,0.04861787539369718f,0.18870995554618372f,0.9808286572434355f,2.3677651008667215f,0.401566727001483f,0.8954377598320576f,-0.19218580080813247f,0.08277869551907906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994376999171762f,0.10086932348531868f,-0.032245357770950056f,0.05087760878643641f,-0.012076236069910134f,0.1944975826390228f,0.9808286572434355f,2.369669730326591f,0.10520716724893897f,0.9757028594439964f,-0.19218580080813247f,0.08740375870432025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9663551295795344f,0.25518228864391324f,-0.032245357770950056f,0.12458833076553091f,0.018498567727228937f,0.19399213417579803f,0.9808286572434355f,2.4206424911666384f,0.2565454472941648f,0.9472323112311858f,-0.19218580080813247f,0.17257506636666595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9663551295795344f,0.1978931412638964f,-0.16430480265661607f,0.08006237398115429f,0.018498567727228937f,0.6906101599110926f,0.7229906016122315f,2.265255205186643f,0.2565454472941648f,0.6956262729859208f,-0.671035410246251f,0.01605915494483401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9514341776409545f,-0.17849815980715336f,-0.2508214754803527f,-0.22482253073267644f,-0.22107620345999957f,0.9631532629496692f,0.1531701809528156f,2.3409777738185955f,0.2142389270893459f,0.20118200469938993f,-0.9558386281714821f,0.14089206886445355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9676437082397917f,-0.02746345465895829f,-0.2508214754803527f,-0.11364123836379947f,-0.06768402309919572f,0.9858791856429414f,0.1531701809528156f,2.3587090407333484f,0.243073089668629f,0.1651907684291288f,-0.9558386281714821f,0.11455838272323697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9322565436521163f,-0.26074187284682404f,-0.2508214754803527f,-0.09190884821984246f,-0.30417927977331255f,0.9402201132838368f,0.1531701809528156f,2.3559621762043026f,0.19588951624423226f,0.21908859924893423f,-0.9558386281714821f,0.10841541284784988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9672023305539629f,0.040102857863779595f,-0.2508214754803527f,-0.12034912953898927f,0.0012523073074682811f,0.9881990322770458f,0.1531701809528156f,2.3638520224130355f,0.25400410133970547f,0.14783245042232132f,-0.9558386281714821f,0.11714274636332446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615679340010982f,-0.11169465402927457f,-0.2508214754803527f,-0.18697985023538038f,-0.15335149764110495f,0.976228566391146f,0.1531701809528156f,2.4679856268498517f,0.22775079905917056f,0.1857473833548369f,-0.9558386281714821f,0.1186205886168295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615679340010982f,-0.11169465402927457f,-0.2508214754803527f,-0.16184855307879364f,-0.15335149764110495f,0.976228566391146f,0.1531701809528156f,2.248334199411844f,0.22775079905917056f,0.1857473833548369f,-0.9558386281714821f,0.07682742736199126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9676437082397916f,-0.027463454658958285f,-0.2508214754803527f,-0.01897989792734252f,-0.06768402309919572f,0.9858791856429414f,0.1531701809528156f,1.7467450515024603f,0.243073089668629f,0.1651907684291288f,-0.9558386281714821f,-0.008347020536157088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015853165971629328f,-0.050613061139580084f,-0.9985925070672007f,1.1972169787108956e-17f,-0.23793083665403292f,0.9698386558584119f,-0.05293296299906829f,1.3830555555555557f,0.9711527140969065f,0.23843510573074164f,0.003332605194463295f,-0.0977601851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01155904573859638f,-0.33180016858678096f,-0.943278875300087f,0.2104859844151027f,-0.19916447991112085f,0.9236765505805988f,-0.327345596960245f,0.7752138965038815f,0.9798979020302807f,0.19165144933788042f,-0.055405988515178355f,-0.3293499258918793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01155904573859638f,-0.498143065619453f,-0.867017805259423f,0.02056894064768625f,-0.19916447991112085f,0.8485555044805282f,-0.49019084626044274f,1.0987256825870828f,0.9798979020302807f,0.17834528867074012f,-0.08940391269740153f,-0.2613557845861596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025692007475952308f,0.07612193776365435f,-0.9967674610173438f,0.305173328300507f,0.14340658616108065f,0.9870642705421563f,0.07168456503812615f,1.1871759067621785f,0.9893303148076885f,-0.14110129840007546f,-0.03627604984466638f,-0.006958749255096269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025692007475952308f,-0.9877223011873624f,-0.15409275287630236f,-0.01916596214549681f,0.14340658616108065f,0.14890775553963043f,-0.978397174661586f,1.1221376997089207f,0.9893303148076885f,-0.04723490316800963f,0.13782014411989493f,-0.00595404965802121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08500419331957414f,-0.7490693391041621f,-0.6570155343156985f,0.0026526443560041316f,-0.03476424819677926f,0.6612303863332056f,-0.7493769567026679f,1.2730166478652358f,0.9957739372796423f,-0.040859532592697215f,-0.08224818800985895f,-0.11225789266746604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09292873651527829f,-0.7003709066108526f,-0.7077039233343042f,0.0061796825585759795f,-0.22405479690574148f,0.6778401397051428f,-0.7002372405035592f,1.2356274091483415f,0.9701359172369616f,0.22363662083300473f,-0.09393063349724591f,-0.11719453673896764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.003996461883277806f,-0.6815985619762766f,-0.7317154013715221f,0.0026526443560041316f,-0.13052619222005157f,0.7251056109483411f,-0.676154395175959f,1.2730166478652358f,0.9914368065776807f,0.09821025039732295f,-0.08606860798192026f,-0.11225789266746604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006698923076489061f,-0.039082032164991946f,-0.9992135503442043f,0.009469776576911266f,-0.0436600008858381f,0.9982716734988203f,-0.03933789791681133f,1.296818640802486f,0.9990239880764945f,0.043889186045304895f,0.004981023591262694f,-0.10915175511453021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0012635852020051437f,-0.03838709991112963f,-0.9992621447412336f,0.009469776576911266f,-0.21639900041760074f,0.9755748822878029f,-0.0377507836660774f,1.296818640802486f,0.9763041923348995f,0.21628703060875537f,-0.0070742080649922445f,-0.10915175511453021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.003996461883277806f,0.031181754082578575f,-0.9995057411064477f,0.009469776576911266f,-0.13052619222005157f,0.9909788734856718f,0.030393839007322676f,1.296818640802486f,0.9914368065776807f,0.13034021066962603f,0.008030444922160093f,-0.10915175511453021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01579308450650799f,-0.3822384710270335f,-0.9239287471167277f,0.012644314545530774f,0.0512643892408233f,0.9225191330272746f,-0.38253158247963126f,1.2954754514084517f,0.9985602339756653f,-0.05340599653148718f,0.0050257991347767705f,0.0860820615027186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018088601629381935f,-0.35932974678436147f,-0.9330353345758028f,0.00010222610988558714f,-0.25805153525438485f,0.8998936620516164f,-0.3515690574441756f,1.3373822581331358f,0.9659618044436065f,0.2471305931591995f,-0.07644777485861647f,-0.29919709857840027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.003996461883277806f,-0.19445730253908222f,-0.9809028421722712f,0.02421297326021866f,-0.13052619222005157f,0.9724172752892883f,-0.19330689554046043f,1.1618236980772476f,0.9914368065776807f,0.12880605656637498f,-0.021495542674474462f,-0.11910377263194596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.003996461883277806f,-0.10822601802184302f,-0.9941182813506406f,1.1972169787108956e-17f,-0.13052619222005157f,0.9855647400350832f,-0.10781955455348967f,1.3830555555555557f,0.9914368065776807f,0.13018937062108601f,-0.010187558114477035f,-0.0977601851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49770093022810213f,0.013167721510561845f,-0.867248750451854f,0.5388468378108092f,-0.11347043739002727f,0.9922797847711338f,-0.050052857791219714f,1.8232154399565093f,0.8598943213491981f,0.12331844892299143f,0.4953527190463678f,-0.4338373164292766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.49770093022810213f,0.013167721510561845f,-0.867248750451854f,0.5855063000196938f,-0.11347043739002727f,0.9922797847711338f,-0.050052857791219714f,1.8125775864511942f,0.8598943213491981f,0.12331844892299143f,0.4953527190463678f,-0.3532222238027893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.49770093022810213f,0.013167721510561845f,-0.867248750451854f,0.6922638814830296f,-0.11347043739002727f,0.9922797847711338f,-0.050052857791219714f,1.8254044418725346f,0.8598943213491981f,0.12331844892299143f,0.4953527190463678f,-0.4678326779729881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2685251148874066f,-0.7318187998711264f,-0.6263669107080045f,-0.9394419066752024f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.527723739354382f,0.9632425780273289f,-0.20913877720548904f,-0.16859628627065784f,-0.45520944873948693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021347692377941124f,-0.7318187998711264f,-0.6811648260041918f,-0.9275741518184443f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.511583496219869f,0.9442461187110688f,-0.20913877720548904f,0.2542837768479823f,-0.5467938985452192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12658938513875376f,-0.7318187998711264f,-0.6696389861151877f,-0.8330621813295452f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630861985599294f,0.9769007979278111f,-0.20913877720548904f,0.043883970615685504f,-0.5075842692347059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.244471692621572e-8f,8.221002944474233e-9f,-0.00001562487305780238f,0.6876106633948924f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5468147817467783f,0.000015491200102776262f,0.0000020394551841566183f,6.298354992701084e-8f,-0.07169260502537558f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178.mcfunction new file mode 100644 index 000000000..ce691db87 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178_as_bone.mcfunction new file mode 100644 index 000000000..34cf19ab2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_178_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6180787150680915f,0.06701778326209129f,-0.5295580828869074f,-0.31301362305679936f,-0.23249708693724777f,0.763111609444639f,-0.17478621381834158f,1.4899229113464592f,0.4804875138751424f,0.28304369398008594f,0.5966258968169558f,-0.12251584405697691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5844997906878584f,-0.1710486131107964f,-0.5187507750728889f,-0.31301362305679936f,0.07565472978622217f,0.7777919806351146f,-0.17121914823021217f,1.4899229113464592f,0.5409587383034158f,0.07603950823472459f,0.5844498581064057f,-0.12251584405697691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6016623733596532f,0.0641231392943639f,-0.5484843260611094f,-0.3111945037139117f,-0.02124686881904809f,0.807853515036169f,0.11775276325223495f,1.461805164636799f,0.5518110215400377f,0.10102161004055686f,-0.5935012007200982f,-0.008125301586541622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5685574680179655f,-0.16751428526474957f,-0.5372907683863929f,-0.3111945037139117f,-0.3220718725362755f,0.7231626153037043f,0.11534964563484242f,1.461805164636799f,0.46153235475097243f,0.29828643291196927f,-0.5813889313176472f,-0.008125301586541622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08206088621610516f,0.010029482387289438f,1.560311401751737f,0.0004318946994255955f,1.5568371743534903f,-0.10416398816929032f,0.08254772025747956f,1.4482433770309826f,0.10454794835130245f,1.5589918290522597f,-0.004522548377011155f,0.7744170659115294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006418868727865682f,-0.9985992971211117f,0.05251896717830698f,-0.00031002981127031554f,-0.06666495242836265f,-0.05283054096478667f,-0.9963757915862327f,1.4611489694202666f,0.9977547705934452f,0.0028944309612867107f,-0.06691068694485042f,0.5816932196833651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015441174632232067f,-0.9985992971211117f,0.050606461200113285f,-0.0073317363850950055f,-0.23867100248603607f,-0.05283054096478667f,-0.9696623569643602f,1.5283846683751856f,0.9709777148309262f,0.0028944309612867107f,-0.23915246093469933f,0.2501002695957092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.970081673649831f,-0.029944166361485364f,-0.24092507829127913f,0.243848239010337f,0.19086879014743063f,0.5192076750231709f,-0.8330621196193531f,1.477477697734391f,0.150035500453724f,-0.8541233734642493f,-0.49795844355292496f,-0.4784342399125187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.731649753594696f,-0.029944166361485364f,-0.6810227492277602f,0.008891230508070334f,0.5708141351950637f,0.5192076750231709f,-0.6360775214221492f,1.6630716019116172f,0.3726390493846994f,-0.8541233734642493f,-0.3627856140694095f,-0.33176646903929485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015441174632232067f,-0.5792280677176243f,-0.8150192732040662f,0.2562165381503383f,-0.23867100248603607f,0.7894191082213714f,-0.5655560309529772f,1.354753455399994f,0.9709777148309262f,0.203254316419312f,-0.12605538528214788f,0.05679229998132541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015441174632232067f,-0.30733860437121985f,-0.9514749352395615f,0.19264383148548733f,-0.23867100248603607f,0.9229483632074493f,-0.30199746923608556f,1.5259187893186652f,0.9709777148309262f,0.23175267229492896f,-0.05910140595511929f,0.09987654224940509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.015441174632232067f,-0.5431261295554857f,-0.8395091289081107f,0.203548421494943f,-0.23867100248603607f,0.8133369637422372f,-0.5305837690533599f,1.4190219765457637f,0.9709777148309262f,0.20855932202765853f,-0.1170695797253752f,-0.24841317025402354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015441174632232067f,-0.05060646120011351f,-0.9985992971211117f,0.1878184644129148f,-0.23867100248603607f,0.9696623569643602f,-0.052830540964786885f,1.6005034775955513f,0.9709777148309262f,0.23915246093469933f,0.002894430961286658f,-0.20355399363525936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9677475965059515f,-0.02742598393452767f,-0.2504244494097524f,0.256806357787769f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.253115789757564f,0.24263594048360218f,0.1659295748178173f,-0.9558217284548498f,0.027735916890303705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9677475965059515f,-0.02742598393452767f,-0.2504244494097524f,0.27304784851639385f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.146867860169092f,0.24263594048360218f,0.1659295748178173f,-0.9558217284548498f,-0.0917124147727007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9677475965059515f,-0.02742598393452767f,-0.2504244494097524f,-0.3117453551594776f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.213302575159804f,0.24263594048360218f,0.1659295748178173f,-0.9558217284548498f,0.17028453192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9677475965059515f,-0.02742598393452767f,-0.2504244494097524f,-0.36808493416879906f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.1019721075375752f,0.24263594048360218f,0.1659295748178173f,-0.9558217284548498f,0.06903389579768572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.950311085191118f,0.2646232039811488f,-0.16396158476189357f,0.16574877041248745f,0.0664963380653354f,0.687095309864656f,0.7235179833189309f,2.3046815831792538f,0.3041168827717081f,0.6766643149130475f,-0.6705507635790715f,0.09991548811874576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800073681336028f,0.1127038469894357f,-0.16396158476189357f,0.05400236979050513f,-0.041807729430924714f,0.6890383455033091f,0.7235179833189309f,2.3068096625050907f,0.1945190791765175f,0.7159078162025084f,-0.6705507635790715f,0.12953564766278575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9146932640509842f,0.4028746772035382f,-0.032065981474174554f,0.02054031917402703f,0.048408573889516034f,0.18798653878691854f,0.9809779157600327f,2.3554031317999238f,0.4012391340257583f,0.8957416232949432f,-0.19145260934027586f,0.08519498183192559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944201110461866f,0.10050082377268632f,-0.032065981474174554f,0.05090718945654228f,-0.01205174555670338f,0.1937448946943863f,0.9809779157600327f,2.357301051906684f,0.1048017088406821f,0.975890618973701f,-0.19145260934027586f,0.08983359299403453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9664553567306579f,0.2548250699572461f,-0.032065981474174554f,0.12458930090368936f,0.018405010385616996f,0.19324488190844197f,0.9809779157600327f,2.4082012780423674f,0.2561743528133188f,0.9474811867987024f,-0.19145260934027586f,0.17507300854386385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9664553567306579f,0.197688244893281f,-0.16396158476189357f,0.0801094458027012f,0.018405010385616996f,0.6900601302834503f,0.7235179833189309f,2.2529377487285913f,0.2561743528133188f,0.6962301159991587f,-0.6705507635790715f,0.018421232444053394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9515426485828964f,-0.1784774021148603f,-0.2504244494097524f,-0.2248172512188772f,-0.22113908375095748f,0.9630187366226998f,0.1539234178135548f,2.328597398538818f,0.2136915851540114f,0.20184332995655233f,-0.9558217284548498f,0.1431902019611167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9677475965059517f,-0.027425983934527665f,-0.2504244494097524f,-0.11362361487198716f,-0.06776717378342136f,0.9857561522029683f,0.1539234178135548f,2.346337003311062f,0.2426359404836022f,0.1659295748178173f,-0.9558217284548498f,0.11691431408876954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9323664109814654f,-0.26073064800932855f,-0.2504244494097524f,-0.09188906609132609f,-0.30423019604383317f,0.9400806184916933f,0.1539234178135548f,2.3435925275415164f,0.19528661881622297f,0.21969970397092256f,-0.9558217284548498f,0.11077791717759752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673033519279229f,0.04014748419051946f,-0.2504244494097524f,-0.12033199657874416f,0.0011607767952051262f,0.9880820988388695f,0.1539234178135548f,2.3514787229687486f,0.2536195535565768f,0.14859995110142685f,-0.9558217284548498f,0.11949991534151616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616746927298597f,-0.11166638035126308f,-0.2504244494097524f,-0.1869523889028209f,-0.15342360884102957f,0.976098754070913f,0.1539234178135548f,2.455618174948691f,0.22725092213921883f,0.18644527830025215f,-0.9558217284548498f,0.1210304051825106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616746927298597f,-0.11166638035126308f,-0.2504244494097524f,-0.16182745332378673f,-0.15342360884102957f,0.976098754070913f,0.1539234178135548f,2.235995955282736f,0.22725092213921883f,0.18644527830025215f,-0.9558217284548498f,0.07908021756495393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9677475965059515f,-0.02742598393452767f,-0.2504244494097524f,-0.018977422950042556f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,1.7344567171949685f,0.24263594048360218f,0.1659295748178173f,-0.9558217284548498f,-0.006418753075413675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015441174632232067f,-0.05060646120011351f,-0.9985992971211117f,1.1768969133028207e-17f,-0.23867100248603607f,0.9696623569643602f,-0.052830540964786885f,1.3708333333333333f,0.9709777148309262f,0.23915246093469933f,0.002894430961286658f,-0.09610092592592592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01132288549929619f,-0.31980803625345056f,-0.9474146991743805f,0.20435104446499186f,-0.19917907469934112f,0.927767167565835f,-0.3155563008225031f,0.7605136413541771f,0.9798976928567003f,0.19227819100090238f,-0.05319406733402133f,-0.3280920163031794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01132288549929619f,-0.4871054366876244f,-0.873269766918178f,0.018642096727835077f,-0.19917907469934112f,0.85472605228307f,-0.47934441871217487f,1.0863779487870975f,0.9798976928567003f,0.17936462610547663f,-0.08734324493719285f,-0.25970925260046646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.023748337695224296f,0.08742599839984422f,-0.9958879009509575f,0.3043788927160504f,0.1431259223528583f,0.9862042932582453f,0.08316286617023298f,1.1713458857991215f,0.9894195201265019f,-0.14056239455414435f,-0.035933639251374064f,-0.005333599224190589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.023748337695224296f,-0.9859585461355542f,-0.16529295737864338f,-0.020686554579126812f,0.1431259223528583f,0.16028319985999417f,-0.9766392712733216f,1.1100411376482917f,0.9894195201265019f,-0.04685126620386666f,0.13730976676018813f,-0.0042677878197952684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08312161579047225f,-0.7376323592067634f,-0.6700666382080558f,0.001956845299809634f,-0.033240624999144375f,0.67407161892695f,-0.7379176874197195f,1.2607797921381412f,0.9959848682776498f,-0.03906347665358437f,-0.08054928276333373f,-0.11059816969399136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0914501903331103f,-0.6879982283027053f,-0.7199272883704138f,0.004825117224575733f,-0.22557842010337636f,0.689850733484824f,-0.6879101263203756f,1.223334949521884f,0.9699233160779788f,0.22530957228397802f,-0.09211057249582337f,-0.11554007242566561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004200220742027676f,-0.668723277506155f,-0.7434995200180995f,0.001956845299809634f,-0.13052619222005157f,0.7367785416584184f,-0.6634156266596593f,1.2607797921381412f,0.9914359642913164f,0.09983265334107974f,-0.0841912705488367f,-0.11059816969399136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007447924861583681f,-0.03285886973529842f,-0.9994322503776707f,0.008924306741976645f,-0.04367821781342883f,0.9984953952861201f,-0.03315356513344763f,1.2845392122674697f,0.9990178885805294f,0.04390034478376877f,0.006001501809326869f,-0.107499672288801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0009205504064622129f,-0.032128506490952266f,-0.9994833223509085f,0.008924306741976645f,-0.21638078349001f,0.9757986040751027f,-0.0315664508827137f,1.2845392122674697f,0.9763086136684438f,0.21629804288467844f,-0.0060537196052695245f,-0.107499672288801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004200220742027676f,0.03744661137258712f,-0.999289802530992f,0.008924306741976645f,-0.13052619222005157f,0.9907698576822788f,0.03657871310983134f,1.2845392122674697f,0.9914359642913164f,0.13027985417917703f,0.009049215700820791f,-0.107499672288801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.014456692100003412f,-0.3721318998846828f,-0.9280672675737154f,0.012289669400232819f,0.051383532354805944f,0.9266614059558583f,-0.37236859603711814f,1.2831807814376417f,0.9985743520921556f,-0.05307059261142953f,0.005724992891119886f,0.08773084274370868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017476924725421263f,-0.3475164820139619f,-0.937510987578696f,-0.00038594464312101916f,-0.2581368715078699f,0.9042973979482258f,-0.3400170166803383f,1.3251557608150224f,0.96595026407692f,0.24794860514370265f,-0.07390247991116959f,-0.29753652615728243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004200220742027676f,-0.18830443752532405f,-0.9821017243412159f,0.022821668940666024f,-0.13052619222005157f,0.9736049104977385f,-0.18723352103516275f,1.1494553954491407f,0.9914359642913164f,0.1289764205696604f,-0.02048930566870654f,-0.11746284548867034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004200220742027676f,-0.10199207705116163f,-0.9947763438906799f,1.1768969133028207e-17f,-0.13052619222005157f,0.9862185264670144f,-0.10166578184308078f,1.3708333333333333f,0.9914359642913164f,0.13027138700428678f,-0.009170301943063508f,-0.09610092592592592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.043993470244325684f,0.0157085430824722f,-0.9989083122339546f,0.5444137570760141f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798792f,1.822492993308932f,0.9904882893291433f,0.13117059259338748f,-0.04155988860099198f,-0.5189788060210274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.043993470244325684f,0.0157085430824722f,-0.9989083122339546f,0.5402893692406086f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798792f,1.810270379250032f,0.9904882893291433f,0.13117059259338748f,-0.04155988860099198f,-0.4261205288964202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.043993470244325684f,0.0157085430824722f,-0.9989083122339546f,0.6921878099934046f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798792f,1.8131822196503122f,0.9904882893291433f,0.13117059259338748f,-0.04155988860099198f,-0.466315684168575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26832714471844143f,-0.7318617663748915f,-0.6264015471930704f,-0.9395153493933994f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5155015171321597f,0.963297744654932f,-0.20898837023730932f,-0.1684675525087091f,-0.45335710891965864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021541752294786484f,-0.7318617663748915f,-0.6811125515116381f,-0.9276664171172299f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4993612739976467f,0.944241711416548f,-0.20898837023730932f,0.2544237636831547f,-0.5449439958384396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12638861094580844f,-0.7318617663748915f,-0.669629952990316f,-0.8331463903067672f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6186397633770717f,0.9769267938003293f,-0.20898837023730932f,0.044021593117038266f,-0.5057537913466048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.562844909418244e-8f,8.640149236036383e-9f,-0.000015624859783514564f,0.6876160062521f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.534592559524556f,0.00001549118694205182f,0.000002039453451514375f,6.61947543943527e-8f,-0.07017466326305628f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179.mcfunction new file mode 100644 index 000000000..e44ea8073 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179_as_bone.mcfunction new file mode 100644 index 000000000..4e3df5429 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_179_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6035568476177777f,0.06446080605537703f,-0.5463592047552837f,-0.3147711911062746f,-0.23742959254983287f,0.7621426937855754f,-0.17236631728772067f,1.477310073963647f,0.496276903270498f,0.28623026261456336f,0.5820016464652717f,-0.11950010759864586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.57039859663875f,-0.1679188767772234f,-0.535209016903135f,-0.3147711911062746f,0.0708274687744209f,0.778764153858147f,-0.16884863734307332f,1.477310073963647f,0.5564430883922928f,0.07300440731544867f,0.5701240618435316f,-0.11950010759864586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5870798224229031f,0.061555461951707496f,-0.564351531983611f,-0.3130592826063225f,-0.024557447806323202f,0.8083380775963231f,0.11371424057506846f,1.450090485721316f,0.5671672225239894f,0.09871637076106841f,-0.5792416285822619f,-0.009011775108990636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5543973427076367f,-0.16437148418510122f,-0.5528341537798639f,-0.3130592826063225f,-0.32524967847667147f,0.7223601079093352f,0.11139354178782217f,1.450090485721316f,0.47629427148511144f,0.30195676791223025f,-0.5674203708560933f,-0.009011775108990636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08194600217950758f,0.009417220262956405f,1.5603212549630012f,0.00010353571634584384f,1.5567907185830727f,-0.1049767134644971f,0.0823941634085287f,1.4357067272602186f,0.10532692561921009f,1.55894113281827f,-0.0038772602303128027f,0.7755832846201469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006027020968291795f,-0.9986056031763207f,0.052445441394884613f,-0.0005626976215800288f,-0.06718509661728084f,-0.05273226458145812f,-0.9963460598931665f,1.4487127396608113f,0.9977223250036927f,0.0024814465473997657f,-0.06740923239629712f,0.5828659126827679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015042512302300413f,-0.9986056031763207f,0.05060209608792551f,-0.007449682280527182f,-0.23917808166164706f,-0.05273226458145812f,-0.9695427548719888f,1.5161217849817121f,0.970859190653459f,0.0024814465473997657f,-0.23963779824297915f,0.25130533273359457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9679504700901913f,-0.029562642725254343f,-0.24939514351181086f,0.24191984482157763f,0.1982528680858069f,0.5196553199855132f,-0.8310560442632645f,1.4637619523614693f,0.15416772602568116f,-0.8538643912038099f,-0.49713973255636873f,-0.4781861208686242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7256793918584818f,-0.029562642725254343f,-0.6873976072019767f,0.009011352919269583f,0.57629983064745f,0.5196553199855132f,-0.630743096360534f,1.6511100457611194f,0.3758562563369466f,-0.8538643912038099f,-0.36006621058705696f,-0.33048488720990177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015042512302300413f,-0.5792277744603391f,-0.8150269370501553f,0.2561558874154477f,-0.23917808166164706f,0.7893710407020363f,-0.5654088833345638f,1.342564915560925f,0.970859190653459f,0.20344174938961426f,-0.12666446434972903f,0.058008723998747964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015042512302300413f,-0.3073360201238106f,-0.9514821561953182f,0.19258362016601252f,-0.23917808166164706f,0.9228582722572389f,-0.30187158623997434f,1.5137141441951574f,0.970859190653459f,0.23211458390381362f,-0.05962593280502917f,0.10115754640068159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.015042512302300413f,-0.5431255022850452f,-0.8395167726682133f,0.20361201310788168f,-0.23917808166164706f,0.813282523483562f,-0.5304388581626197f,1.4069976048295583f,0.970859190653459f,0.20877314425908974f,-0.11766990337330822f,-0.24718354689000416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015042512302300413f,-0.050602096087925735f,-0.9986056031763207f,0.18788283507154363f,-0.23917808166164706f,0.9695427548719888f,-0.052732264581458334f,1.588457294714422f,0.970859190653459f,0.23963779824297915f,0.0024814465473997124f,-0.20223595067852432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9678479506003389f,-0.02739174696469143f,-0.2500400702226476f,0.2568465048818582f,-0.06779680679009592f,0.9856723575329982f,0.1544460960478043f,2.240942193838912f,0.24222703711144755f,0.16643225586875732f,-0.9558380441783252f,0.029420369739178567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9678479506003389f,-0.02739174696469143f,-0.2500400702226476f,0.2731235148165841f,-0.06779680679009592f,0.9856723575329982f,0.1544460960478043f,2.1347548509063974f,0.24222703711144755f,0.16643225586875732f,-0.9558380441783252f,-0.09007699277781336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9678479506003389f,-0.02739174696469143f,-0.2500400702226476f,-0.31176416609584096f,-0.06779680679009592f,0.9856723575329982f,0.1544460960478043f,2.2011115698497306f,0.24222703711144755f,0.16643225586875732f,-0.9558380441783252f,0.17172875404215399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9678479506003389f,-0.02739174696469143f,-0.2500400702226476f,-0.3680757524561404f,-0.06779680679009592f,0.9856723575329982f,0.1544460960478043f,2.089839466407959f,0.24222703711144755f,0.16643225586875732f,-0.9558380441783252f,0.07039841930852064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9504217883249613f,0.26443045917014457f,-0.16363054892118833f,0.16576620050803498f,0.06643293202773659f,0.6867164467796657f,0.7238834072311012f,2.2924794955718544f,0.3037846108995335f,0.677124105305207f,-0.6702371641406064f,0.10159162757632906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800865563967684f,0.11249615740137556f,-0.16363054892118833f,0.05400858561753913f,-0.041811087590960465f,0.6886542279620103f,0.7238834072311012f,2.2946033171885007f,0.19411897105843487f,0.7163099670393904f,-0.6702371641406064f,0.13116975328990824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9148432692909855f,0.4025475743599332f,-0.03189424728561309f,0.02056850160618963f,0.048291041868209164f,0.18747986286845178f,0.9810806675773962f,2.3432232104012587f,0.4009111720921039f,0.895994838933663f,-0.19095413244016152f,0.08684148351558058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994461694169586f,0.10014337631337139f,-0.03189424728561309f,0.05093376791307026f,-0.012006953681993861f,0.19322669786851163f,0.9810806675773962f,2.345115680867561f,0.10441155057097748f,0.9760300955459261f,-0.19095413244016152f,0.09149280404274142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9665523449988829f,0.2544785283029691f,-0.03189424728561309f,0.12458804092941547f,0.018368186954779736f,0.1927260579524338f,0.9810806675773962f,2.3959641552622797f,0.2558108169823064f,0.9476799803830775f,-0.19095413244016152f,0.176787148810805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9665523449988829f,0.19748824733869974f,-0.16363054892118833f,0.08015318527820811f,0.018368186954779736f,0.6896777671082965f,0.7238834072311012f,2.2407866576629134f,0.2558108169823064f,0.6966656082509046f,-0.6702371641406064f,0.02003738695435172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516471229939146f,-0.1784592854980058f,-0.2500400702226476f,-0.22481411223030295f,-0.22115524355177676f,0.9629313379806198f,0.1544460960478043f,2.316411799027079f,0.2132090794196146f,0.20227585558932776f,-0.9558380441783252f,0.1447280215836241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9678479506003389f,-0.02739174696469142f,-0.2500400702226476f,-0.11360857157680057f,-0.0677968067900959f,0.9856723575329983f,0.1544460960478043f,2.3341539726465896f,0.24222703711144755f,0.16643225586875735f,-0.9558380441783252f,0.11850429896044595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9324720668030061f,-0.2607217058765612f,-0.2500400702226476f,-0.09187192913159986f,-0.3042386770581659f,0.9399921440083898f,0.1544460960478043f,2.3314105207407545f,0.19476825206903609f,0.2200885305674208f,-0.9558380441783252f,0.11237486408846395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9674010733144928f,0.04018863810856818f,-0.2500400702226476f,-0.12031743825801444f,0.0011253707523498357f,0.9880005753825563f,0.1544460960478043f,2.339295015582088f,0.25324671151001693f,0.149129931303935f,-0.9558380441783252f,0.12108998753199843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617776488951557f,-0.11164102009906758f,-0.2500400702226476f,-0.1869280318941668f,-0.15344582589846775f,0.976012695578254f,0.1544460960478043f,2.4434403124704964f,0.2267997632274867f,0.18691040822091762f,-0.9558380441783252f,0.12264898808192001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617776488951557f,-0.11164102009906758f,-0.2500400702226476f,-0.16180880237187661f,-0.15344582589846775f,0.976012695578254f,0.1544460960478043f,2.2238374559653895f,0.2267997632274867f,0.18691040822091762f,-0.9558380441783252f,0.08059414623221361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9678479506003389f,-0.02739174696469143f,-0.2500400702226476f,-0.01897578603297214f,-0.06779680679009592f,0.9856723575329982f,0.1544460960478043f,1.722328533076996f,0.24222703711144755f,0.16643225586875732f,-0.9558380441783252f,-0.005110825658882823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015042512302300413f,-0.050602096087925735f,-0.9986056031763207f,1.1631082974901987e-17f,-0.23917808166164706f,0.9695427548719888f,-0.052732264581458334f,1.3587500000000001f,0.970859190653459f,0.23963779824297915f,0.0024814465473997124f,-0.094975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01111414392044935f,-0.30860459090654374f,-0.9511254818772971f,0.19860890163734857f,-0.19918783637293908f,0.9314381099769333f,-0.30454433687669413f,0.7461825914304943f,0.9798983016854262f,0.19283737644451326f,-0.051118143550155475f,-0.3273299120464843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01111414392044935f,-0.4767658305045069f,-0.8789600779718403f,0.016841928757505346f,-0.19918783637293908f,0.8603422954605322f,-0.4691858272398788f,1.074188091574822f,0.9798983016854262f,0.18029275499877978f,-0.08540398614214201f,-0.2585932992031995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.021937427189150947f,0.09818352450305286f,-0.9949265022123388f,0.3036136219255774f,0.14296052011136762f,0.9852471609130437f,0.09407614789240656f,1.1558262696823614f,0.989485239393599f,-0.1401714215842342f,-0.035650155585171234f,-0.004236032772658882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.021937427189150947f,-0.9841560852980696f,-0.17594189114335274f,-0.022103252187691835f,0.14296052011136762f,0.17108774383844555f,-0.9748288432323684f,1.0980836191944965f,0.989485239393599f,-0.04653798103752566f,0.13694224090156748f,-0.0031147132298869895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08124486856193079f,-0.7261804538799438f,-0.6826867654606126f,0.0013074983501569345f,-0.03177255784978683f,0.6864899698882273f,-0.7264447851079548f,1.2486866730664952f,0.9961876208325601f,-0.0373292063347147f,-0.0788463978529378f,-0.10947106023692978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08997383031300592f,-0.6756412038010692f,-0.7317196687154505f,0.003527873060930004f,-0.2270464872527339f,0.7014385247584242f,-0.6755989110492405f,1.2111982868319164f,0.9697188265084887f,0.22692060221797308f,-0.09029085116462157f,-0.11441640741087132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00440214180896541f,-0.6558787012888664f,-0.754853462827802f,0.0013074983501569345f,-0.13052619222005157f,0.7480258409505218f,-0.6507075029648872f,1.2486866730664952f,0.9914350882897114f,0.10139265489124244f,-0.08231643360883355f,-0.10947106023692978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.008158472698734761f,-0.027051662651061507f,-0.9996007437327351f,0.008414990324470895f,-0.04369824542258546f,0.9986694290439067f,-0.02738311231589611f,1.2724055427788357f,0.9990114627321407f,0.04390420299846765f,0.006965507078300664f,-0.10637993950100241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0006123079619439324f,-0.026286187984100144f,-0.9996542709358193f,0.008414990324470895f,-0.21636075588085338f,0.9759726378328892f,-0.025795998065162175f,1.2724055427788357f,0.9763132941805235f,0.21630174877419883f,-0.005089703684681618f,-0.10637993950100241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00440214180896541f,0.04329126514726185f,-0.9990527951562136f,0.008414990324470895f,-0.13052619222005157f,0.9905400666378191f,0.04234724937559689f,1.2724055427788357f,0.9914350882897114f,0.13021613858156875f,0.010011141836862445f,-0.10637993950100241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01319740313444274f,-0.362320259650451f,-0.9319602233986903f,0.011960611805827758f,0.05148836704866319f,0.9305586698426176f,-0.36250449657818046f,1.2710320527297343f,0.9985863891567766f,-0.052769228036496404f,0.006374320611885564f,0.08884727963965933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01691735681407199f,-0.3359803836729686f,-0.9417170407428073f,-0.0008437746172289158f,-0.2582119593556691f,0.9084346465432074f,-0.32874469882512797f,1.313070932068263f,0.9659401570926284f,0.24872409361958206f,-0.07138584011542985f,-0.2964088636433384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00440214180896541f,-0.18255626678940332f,-0.9831855524789865f,0.021522670597156433f,-0.13052619222005157f,0.974678647297866f,-0.18156114024244283f,1.137243525147807f,0.9914350882897114f,0.1291307242971945f,-0.019537700746352884f,-0.1163527410270821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00440214180896541f,-0.09617131799395305f,-0.9953550616452401f,1.1631082974901987e-17f,-0.13052619222005157f,0.9867937968133105f,-0.09592140384348513f,1.3587500000000001f,0.9914350882897114f,0.13034216572574195f,-0.008208869708754826f,-0.094975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5712300129709508f,0.01351643832421808f,-0.8206787301838857f,0.5957869930491788f,-0.10680532444086675f,0.9901390880061268f,0.09064882279145488f,1.819702709318863f,0.8138113386727225f,0.13943418625797263f,-0.564153536504282f,-0.5881011622139507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5712300129709508f,0.01351643832421808f,-0.8206787301838857f,0.5422341793331522f,-0.10680532444086675f,0.9901390880061268f,0.09064882279145488f,1.8096897101525315f,0.8138113386727225f,0.13943418625797263f,-0.564153536504282f,-0.511806349213383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5712300129709508f,0.01351643832421808f,-0.8206787301838857f,0.6921123957187484f,-0.10680532444086675f,0.9901390880061268f,0.09064882279145488f,1.801098886316979f,0.8138113386727225f,0.13943418625797263f,-0.564153536504282f,-0.46533072523802455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2681309487797337f,-0.7319043148860948f,-0.6264358452049147f,-0.9395880906140963f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5034181837988267f,0.9633523736185581f,-0.20883931101911618f,-0.16833997272350665f,-0.4520398288605435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021734061167969165f,-0.7319043148860948f,-0.6810607200802753f,-0.9277578116591783f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4872779406643137f,0.9442373045246246f,-0.20883931101911618f,0.2545624774336005f,-0.5436291270967875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12618964218579246f,-0.7319043148860948f,-0.6696209734291018f,-0.833229805122272f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6065564300437387f,0.976952514519935f,-0.20883931101911618f,0.04415797262371772f,-0.5044581738722231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.878346576508454e-8f,9.055515060690516e-9f,-0.00001562484597788037f,0.6876212722724853f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5225092261912228f,0.00001549117325452674f,0.0000020394516495175125f,6.937699557973773e-8f,-0.06918878143037122f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..3047f3222 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7405424302232724f,-0.1311519561418024f,-0.3183402548903183f,0.03138512434805733f,-0.08307631512071613f,0.8008499832540016f,-0.13668238596276183f,1.4112651240868175f,0.33412524500465024f,-0.09155825012902259f,-0.7395416498942694f,-0.36146559994844885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7193747020184716f,0.15891400269217737f,-0.31184351499459756f,0.03138512434805733f,0.22503135989356257f,0.7559322490374056f,-0.13389294951454223f,1.4112651240868175f,0.26806888137247314f,-0.20811721364077615f,-0.7244489631617334f,-0.36146559994844885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7430714736285055f,0.13044920406148047f,0.31268552042544595f,-0.03414353949345411f,0.08307631512071613f,0.8008499832540016f,-0.13668238596276183f,1.4112651240868175f,-0.32846241092394296f,-0.09255676056472668f,-0.7419502241580894f,-0.36121548234716355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7214001059636748f,-0.1604980823078711f,0.30630418327390624f,-0.03414353949345411f,-0.22503135989356257f,0.7559322490374056f,-0.13389294951454223f,1.4112651240868175f,-0.26256956065022624f,-0.2068980435884923f,-0.7268083828487407f,-0.36121548234716355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.00405173586792834f,-1.5624943719327635f,-0.0010821806208912927f,-0.8749944927225319f,-0.2835183854039842f,-0.0017994166384935047f,1.5365612051713655f,1.654423907693156f,-1.5365569168027504f,-0.0037881101093820407f,-0.28352203026823997f,-0.03391085727092099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9999963980369686f,0.0025931109554741378f,0.0006925955973708719f,-0.6267681283823712f,-0.0011516266486362797f,-0.18145176665854967f,-0.9833991713096739f,1.6374687331128883f,-0.0024243904700044254f,-0.9833964267537603f,0.18145409937167337f,-0.05440846593128439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9999963980369686f,0.0025931109554741378f,0.0006925955973708719f,-0.2986443102764908f,-0.0011516266486362797f,-0.18145176665854967f,-0.9833991713096739f,1.637846610606972f,-0.0024243904700044254f,-0.9833964267537603f,0.18145409937167337f,-0.053612962808314193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9999487536908822f,-0.010100015019291335f,0.0006925955973708702f,0.626334526678529f,0.0011516266486362797f,-0.18145176665854967f,-0.9833991713096739f,1.6374687331128883f,0.010058019094909238f,-0.9833479781202081f,0.18145409937167337f,-0.05919145724949771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9999487536908822f,-0.010100015019291335f,0.0006925955973708702f,0.2982263418737083f,0.0011516266486362797f,-0.18145176665854967f,-0.9833991713096739f,1.637846610606972f,0.010058019094909238f,-0.9833479781202081f,0.18145409937167337f,-0.05589116973398062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.003625372076793137f,-0.0011938742052969454f,-0.15512589533307616f,0f,0.31278706875064377f,-0.9498232728367841f,1.4391650215101637f,0.0038168911843625827f,-0.9498163539862243f,-0.3127847902983806f,0.2948039660474957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0026207776454989966f,-0.002774920331490173f,-0.15563463439367903f,0f,0.7270105951300737f,-0.6866262408098135f,1.5711880940919911f,0.0038168911843625827f,-0.6866212391800509f,-0.7270052993263102f,0.16151870058044673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0035082693949421476f,-0.0015035638216507642f,0.15737182830577148f,0f,0.39392368003853845f,-0.919143152237395f,1.4391650215101637f,0.0038168911843625827f,-0.9191364568717462f,-0.39392081055833944f,0.2936111875523824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0026207776454989966f,-0.002774920331490173f,0.15686308924516862f,0f,0.7270105951300737f,-0.6866262408098135f,1.5711880940919911f,0.0038168911843625827f,-0.6866212391800509f,-0.7270052993263102f,0.16032592208533344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0006189684771837078f,-0.00376636911859654f,0.29324862270262214f,0f,0.9867635561702608f,-0.1621656073716639f,2.2254644135665362f,0.0038168911843625827f,-0.16216442609969953f,-0.9867563682335381f,-0.13191715465019643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0006189684771837078f,-0.00376636911859654f,0.33047262349406337f,0f,0.9867635561702608f,-0.1621656073716639f,2.08691594335416f,0.0038168911843625827f,-0.16216442609969953f,-0.9867563682335381f,-0.20429814432904178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0006189684771837078f,-0.00376636911859654f,-0.29424709773841146f,0f,0.9867635561702608f,-0.1621656073716639f,2.2254644135665362f,0.0038168911843625827f,-0.16216442609969953f,-0.9867563682335381f,-0.1296747310793834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0006189684771837078f,-0.00376636911859654f,-0.3320225506202936f,0f,0.9867635561702608f,-0.1621656073716639f,2.08691594335416f,0.0038168911843625827f,-0.16216442609969953f,-0.9867563682335381f,-0.20176945391940157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704384003241209f,0.24131955088642063f,-0.00376636911859654f,0.2033593232843531f,0.23871971001737866f,0.9574524613969081f,-0.1621656073716639f,2.3208466613871863f,-0.03552761215702399f,-0.15827083914915677f,-0.9867563682335381f,-0.16941796544823853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962413881125969f,0.08653849475897142f,-0.00376636911859654f,0.08947932860746916f,0.08600211065433958f,0.9830086229269701f,-0.1621656073716639f,2.3406589696769764f,-0.010331194242911908f,-0.16188000548577147f,-0.9867563682335381f,-0.17223929095643395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457132045304869f,0.32498053671003146f,-0.00376636911859654f,0.0668529813259513f,0.32125878986793266f,0.9330032720834215f,-0.1621656073716639f,2.338333666715123f,-0.049186631408027044f,-0.15457213539732528f,-0.9867563682335381f,-0.17177078286499145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.999851214399582f,0.016833405102460813f,-0.00376636911859654f,0.09671648741913777f,0.017221398639782587f,0.9866132673011595f,-0.1621656073716639f,2.345661611596909f,0.000986150379386895f,-0.1622063416084199f,-0.9867563682335381f,-0.17308905925168652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849080620703475f,0.17303734779663904f,-0.00376636911859654f,0.16323123255597147f,0.17134969331710542f,0.9717724005063703f,-0.1621656073716639f,2.4385817919018815f,-0.024400653043852197f,-0.16036358028427689f,-0.9867563682335381f,-0.22028305572076579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849080620703475f,0.17303734779663904f,-0.00376636911859654f,0.12429782930172775f,0.17134969331710542f,0.9717724005063703f,-0.1621656073716639f,2.2199330017879486f,-0.024400653043852197f,-0.16036358028427689f,-0.9867563682335381f,-0.18420125015680355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701389162694875f,-0.24252071582264245f,-0.00376636911859654f,-0.20464668839608935f,-0.23871971001737866f,0.9574524613969081f,-0.1621656073716639f,2.3208466613871863f,0.042934638564719074f,-0.15642406004791945f,-0.9867563682335381f,-0.1678606395549728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961334947978643f,-0.0877717209894841f,-0.00376636911859654f,-0.09079154910470266f,-0.08600211065433958f,0.9830086229269701f,-0.1621656073716639f,2.3406589696769764f,0.01793592776502216f,-0.16121467751345125f,-0.9867563682335381f,-0.17155121162028242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9453101716809191f,-0.3261510290958067f,-0.00376636911859654f,-0.068162284631474f,-0.32125878986793266f,0.9330032720834215f,-0.1621656073716639f,2.338333666715123f,0.056404514439739234f,-0.15208681896001186f,-0.9867563682335381f,-0.17125544053266734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998296094207106f,-0.01807115351303401f,-0.00376636911859654f,-0.09803498394396007f,-0.017221398639782587f,0.9866132673011595f,-0.1621656073716639f,2.345661611596909f,0.006646469327308457f,-0.16207311373586714f,-0.9867563682335381f,-0.172345708662669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984693096574155f,-0.1742564777070404f,-0.00376636911859654f,-0.1649080570934344f,-0.17134969331710542f,0.9717724005063703f,-0.1621656073716639f,2.4385817919018815f,0.03191846110538064f,-0.15903798788724183f,-0.9867563682335381f,-0.21903057463534226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984693096574155f,-0.1742564777070404f,-0.00376636911859654f,-0.12570034960935036f,-0.17134969331710542f,0.9717724005063703f,-0.1621656073716639f,2.2199330017879486f,0.03191846110538064f,-0.15903798788724183f,-0.9867563682335381f,-0.1832470273607129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0006189684771837078f,-0.00376636911859654f,-0.0002663397742985098f,0f,0.9867635561702608f,-0.1621656073716639f,1.7192843544810543f,0.0038168911843625827f,-0.16216442609969953f,-0.9867563682335381f,-0.06977873387536412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.000692595597370871f,-0.0037535276276813635f,-0.00000661642528443312f,0f,0.9833991713096739f,-0.18145542115750252f,1.3505096652399267f,0.0038168911843625827f,-0.18145409937167337f,-0.9833920078803272f,-0.0017334466109866055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9512617716259633f,-0.30797025475283873f,-0.01598011359488012f,0.226966802265002f,-0.3039756422826244f,0.9276709771106774f,0.21685333090683023f,0.7521152741201528f,-0.05196008797047606f,0.21114184903517552f,-0.976073393164729f,0.061676456407625424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9512617716259633f,-0.28586932788804575f,0.115670952342715f,0.12491724130166496f,-0.3039756422826244f,0.93240160812383f,-0.19551483336811498f,1.0857589736385913f,-0.05196008797047606f,-0.22114693880072767f,-0.9738553181644425f,-0.021920624904105068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9508374052964566f,0.3095730805094752f,0.008528570394622681f,-0.23169048091111483f,0.30397564228262447f,0.9276709771106773f,0.21685333090683012f,0.7672522926963314f,0.0592202464362312f,0.20878473615280227f,-0.9761669408260232f,0.06526614097361914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9508374052964566f,0.28358364316255014f,-0.12445298718695932f,-0.1251298792952296f,0.30397564228262447f,0.9314604002856224f,-0.19995082295057953f,1.1198721850183426f,0.0592202464362312f,-0.22795139839536738f,-0.9718699102151627f,-0.033788703542304205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9682197367810891f,0.25007438628386125f,-0.0036527568094273637f,-0.000679336714285467f,0.24034809378587654f,0.9263248647714252f,-0.2900948788236293f,1.283491268146121f,-0.06916165932837447f,-0.28175352035236556f,-0.9569909187907663f,-0.0291205439727392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.967663564246367f,-0.2522179291757596f,-0.0036527568094273637f,-0.000679336714285467f,-0.24034809378587654f,0.9263248647714252f,-0.2900948788236293f,1.283491268146121f,0.0765507690589244f,-0.2798363112758818f,-0.9569909187907663f,-0.0291205439727392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,-0.0011072605856106421f,-0.0036527568094273637f,-0.000679336714285467f,0f,0.9569978899037885f,-0.2900948788236293f,1.283491268146121f,0.0038168911843625827f,-0.29009276566934883f,-0.9569909187907663f,-0.0291205439727392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9675762141043517f,0.25255458509516215f,-0.003528660780026215f,-0.0006497160777910811f,0.23218268730823094f,0.8948545962451964f,0.3812170658472346f,1.2738123062707258f,0.09943575621384004f,0.3680372713819309f,-0.9244788246682152f,-0.02136019155596457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9683070869231044f,-0.24973773036445868f,-0.003528660780026215f,-0.0006497160777910811f,-0.23218268730823094f,0.8948545962451964f,0.3812170658472346f,1.2738123062707258f,-0.09204664648329011f,0.3699544804584146f,-0.9244788246682152f,-0.02136019155596457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,0.0014550640579608799f,-0.003528660780026215f,-0.0006497160777910811f,0f,0.9244855589498546f,0.3812170658472346f,1.2738123062707258f,0.0038168911843625827f,0.38121428892653275f,-0.9244788246682152f,-0.02136019155596457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9657410748539887f,0.2594424504926082f,-0.005813021783294825f,-0.19425336050528627f,0.2545966302893812f,0.9515648069190776f,0.17235131005696042f,1.3598620040216616f,0.050246713177626454f,0.1649667636690764f,-0.9850183930766959f,0.017353474403027803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9660965054295749f,-0.2581755798371967f,-0.0017065088603992972f,0.19324381680688482f,-0.2545966302893812f,0.9515648069190776f,0.17235131005696042f,1.3598620040216616f,-0.04287304563540467f,0.16694246975765523f,-0.9850340673038465f,0.015874429069087297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,0.0003567894222689101f,-0.0038001788933446036f,-0.007965864024892563f,0f,0.9956214913628013f,0.09347644589152564f,1.170832694693602f,0.0038168911843625827f,0.09347576497584535f,-0.9956142389017281f,-0.040165147839091433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999927156443125f,0.0006866391448229278f,-0.0037546218182476962f,0f,0f,0.983685841930732f,0.17989487036885385f,1.390625f,0.0038168911843625827f,0.17989355995063172f,-0.9836786764131746f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8615881371133063f,0.23187089010035847f,-0.4515548386516199f,-2.3330423466145636f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4797129648956545f,-0.08110323809065434f,0.8736691227703035f,-0.4447784488018079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37474418212973565f,0.23187089010035847f,-0.8976651314850006f,-2.3020895297429766f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9121542877514047f,-0.08110323809065434f,-0.4017422309241816f,-0.35628559243637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3301633799635908f,0.23187089010035847f,-0.9150016572963601f,-2.180315689584316f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9439238012313377f,-0.08110323809065434f,0.3200470625395476f,-0.4485390800000211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8565987152457794f,-0.2669464955422347f,0.4415633698089101f,2.259818017647637f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2636260609823498f,-0.49031632202948205f,-0.15457515611124567f,0.8577274773869994f,-0.483448596973623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36522559061122506f,-0.2669464955422347f,0.8918238819859008f,2.2285772428845076f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2691939836024013f,-0.897197448608316f,-0.15457515611124567f,-0.41369464502687553f,-0.39523252853993823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33323493080670996f,-0.2669464955422347f,0.904264369201821f,2.108557974885799f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2210051935644826f,-0.9409713966259711f,-0.15457515611124567f,0.3011301244395082f,-0.48451008142270685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624886181942384f,0f,-5.963892475566535e-8f,-0.00459333473591355f,0f,0.000015625f,0f,1.5567475f,5.963892475566535e-8f,0f,-0.000015624886181942384f,0.687522540417588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18.mcfunction new file mode 100644 index 000000000..ca13522d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180.mcfunction new file mode 100644 index 000000000..f3fdb4294 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180_as_bone.mcfunction new file mode 100644 index 000000000..34768e2c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_180_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5864791701158265f,0.06145253438318944f,-0.5649869144348199f,-0.31685179418301107f,-0.24277346397755475f,0.761164015557022f,-0.16921829408752795f,1.465169848077702f,0.5138556924400415f,0.2894777571480011f,0.5648888385407987f,-0.11700368208372425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.553815152619928f,-0.1642394675196529f,-0.5534565692422726f,-0.31685179418301107f,0.06562425174898946f,0.7798817018834238f,-0.1657648595143131f,1.465169848077702f,0.5735697292491567f,0.06935364717356672f,0.553360494897109f,-0.11700368208372425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5698649963513179f,0.05852300728632786f,-0.582042428003424f,-0.3152456808966783f,-0.028001872862049613f,0.8089090131522669f,0.10874993334107257f,1.4389936522419295f,0.5843066194167015f,0.09584211237047387f,-0.5624451159416674f,-0.010842936167436146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5376807102605005f,-0.16066254776384764f,-0.5701640111053949f,-0.3152456808966783f,-0.32858099738781843f,0.7215855948693382f,0.1065305469463568f,1.4389936522419295f,0.4928833350493705f,0.3057805994877582f,-0.5509666441877558f,-0.010842936167436146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08184415354812603f,0.008871982446582303f,1.5603297960551346f,-0.0001889178885421442f,1.5567766920396109f,-0.10529223249083242f,0.08225647025798292f,1.4240032086604641f,0.10561304678966851f,1.5589230525284317f,-0.003324250778636297f,0.7760136025793114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00567806876581237f,-0.9986110694752861f,0.05238025827080042f,-0.0007877460383334317f,-0.06738702879413544f,-0.052644140965108825f,-0.9963370829053508f,1.4370481815489964f,0.9977107536181962f,0.002127520498326802f,-0.06759234994539051f,0.5832986427057731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01468754253715613f,-0.9986110694752861f,0.050598498156015255f,-0.007554769682752353f,-0.23937538719742096f,-0.052644140965108825f,-0.9694988491102662f,1.5045247648174453f,0.9708159970346101f,0.002127520498326802f,-0.2398161244750344f,0.25174933079815964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9659086129538671f,-0.02922302012424155f,-0.25722862693789467f,0.24011167546577836f,0.20511601254402673f,0.5198302909022758f,-0.8292791388058027f,1.4506302085691696f,0.1579492729314544f,-0.8537695729851664f,-0.4961144458944443f,-0.47861081812412376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7200957952428838f,-0.02922302012424155f,-0.6932590141991208f,0.009118241022477382f,0.581441011183508f,0.5198302909022758f,-0.6258616613712291f,1.639629000864625f,0.3786666029469966f,-0.8537695729851664f,-0.3573361443477391f,-0.33000793161128483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01468754253715613f,-0.5792276770356366f,-0.8150334804473491f,0.2561018437282977f,-0.23937538719742096f,0.789381359742728f,-0.5653109700817831f,1.3309835240186134f,0.9708159970346101f,0.20340198388074304f,-0.12705877716660877f,0.058508314983985246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01468754253715613f,-0.3073339595707357f,-0.9514883674479644f,0.19252992401223498f,-0.23937538719742096f,0.9228386706183026f,-0.3017751017157131f,1.502129680373822f,0.9708159970346101f,0.23219523101480263f,-0.06001395334152246f,0.10166983359087622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01468754253715613f,-0.5431251195340925f,-0.8395233055879371f,0.2036686045578471f,-0.23937538719742096f,0.8132885617867124f,-0.5303405879913266f,1.3954824805458732f,0.9708159970346101f,0.20875061628167427f,-0.1180655754388941f,-0.2466889858246229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01468754253715613f,-0.05059849815601548f,-0.9986110694752861f,0.18794006696937368f,-0.23937538719742096f,0.9694988491102662f,-0.05264414096510904f,1.5769344888730161f,0.9708159970346101f,0.2398161244750344f,0.0021275204983267487f,-0.20171016548243942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9679371737503356f,-0.027361553777928527f,-0.24969776340021663f,0.2568819550994027f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.2293664899734926f,0.24188062386613757f,0.16662182307962786f,-0.9558927407778288f,0.03010157306797523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9679371737503356f,-0.027361553777928527f,-0.24969776340021663f,0.273190628018511f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.12320182666911f,0.24188062386613757f,0.16662182307962786f,-0.9558927407778288f,-0.08941162265987986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9679371737503356f,-0.027361553777928527f,-0.24969776340021663f,-0.31178113447891953f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.1895576032497353f,0.24188062386613757f,0.16662182307962786f,-0.9558927407778288f,0.17220643958933105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9679371737503356f,-0.027361553777928527f,-0.24969776340021663f,-0.36806774959108635f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.0783109544061498f,0.24188062386613757f,0.16662182307962786f,-0.9558927407778288f,0.07083429065143626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9505202714833639f,0.26425855915313645f,-0.163335934238308f,0.16578141584914144f,0.06645595591403683f,0.6865562792879061f,0.7240332045520417f,2.280897305159644f,0.3034712826986174f,0.6773535925088575f,-0.6701472161343363f,0.10225192030968586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9801569359768667f,0.11231096759862835f,-0.163335934238308f,0.054013828057345115f,-0.04176329145101626f,0.6884996341271934f,0.7240332045520417f,2.283025074273997f,0.1937736007396737f,0.7164876135452595f,-0.6701472161343363f,0.1317920547508003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9149767533507316f,0.40225615181376223f,-0.031741599766530765f,0.02059329668889394f,0.04829130286802959f,0.18726326907490543f,0.9811220199968443f,2.3316568820582053f,0.4006064039616234f,0.8961709972897827f,-0.19076701161776782f,0.08746210899646999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994498590535118f,0.09982496815890046f,-0.031741599766530765f,0.05095712988464998f,-0.011939774293331935f,0.19302078558315028f,0.9811220199968443f,2.333545718743173f,0.10406726292878277f,0.976103453566751f,-0.19076701161776782f,0.0921242495603974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9666385971182384f,0.25416981214445167f,-0.031741599766530765f,0.12458658514315996f,0.018402327475483718f,0.19251217161727008f,0.9811220199968443f,2.3843704379016195f,0.25548224381504386f,0.9478062936980622f,-0.19076701161776782f,0.17745417263577654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9666385971182384f,0.19730989622364004f,-0.163335934238308f,0.08019185849284102f,0.018402327475483718f,0.6895195958416169f,0.7240332045520417f,2.2292285288372558f,0.25548224381504386f,0.6968726797648406f,-0.6701472161343363f,0.020657819688687663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9517399709138967f,-0.1784434216152136f,-0.24969776340021663f,-0.22481157931577433f,-0.22111382047009775f,0.9629063211527575f,0.15466122681907113f,2.3048555634016092f,0.2128372762509725f,0.2024088979425508f,-0.9558927407778288f,0.14525887702037232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9679371737503356f,-0.027361553777928524f,-0.24969776340021663f,-0.11359545722437224f,-0.06775980718937367f,0.9856411687061774f,0.15466122681907113f,2.3225931609199217f,0.2418806238661376f,0.16662182307962786f,-0.9558927407778288f,0.11907696635234245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325659440371087f,-0.26071399459006106f,-0.24969776340021663f,-0.09185695227290647f,-0.30419523124360515f,0.939970832636561f,0.15466122681907113f,2.319849017299063f,0.19438626831858907f,0.22018866187300432f,-0.9558927407778288f,0.11295445026308641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9674879729511406f,0.04022498163856575f,-0.24969776340021663f,-0.12030475648781065f,0.0011601046013250405f,0.9879668815684735f,0.15466122681907113f,2.3277342771783904f,0.2529143656501297f,0.14934320130505854f,-0.9558927407778288f,0.12166138640537814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618691640337477f,-0.11161871811640414f,-0.24969776340021663f,-0.18690664652093378f,-0.15340624880702974f,0.9759848501620175f,0.15466122681907113f,2.4318851683263665f,0.22643814631809614f,0.18706906216762625f,-0.9558927407778288f,0.1232185146429379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618691640337477f,-0.11161871811640414f,-0.24969776340021663f,-0.16179243494474288f,-0.15340624880702974f,0.9759848501620175f,0.15466122681907113f,2.2122885770399128f,0.22643814631809614f,0.18706906216762625f,-0.9558927407778288f,0.08112797565522206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9679371737503356f,-0.027361553777928527f,-0.24969776340021663f,-0.018974436808505794f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,1.7107842906385722f,0.24188062386613757f,0.16662182307962786f,-0.9558927407778288f,-0.004629138507047298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01468754253715613f,-0.05059849815601548f,-0.9986110694752861f,1.1580282811381802e-17f,-0.23937538719742096f,0.9694988491102662f,-0.05264414096510904f,1.3472222222222223f,0.9708159970346101f,0.2398161244750344f,0.0021275204983267487f,-0.09456018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01095334458527811f,-0.29877884212982075f,-0.9542595180232472f,0.19355950981622422f,-0.1991903145100091f,0.9345387744456599f,-0.2948906537396662f,0.7327367025962437f,0.9798996085557947f,0.19330929246460882f,-0.049277526307968555f,-0.32722727804430596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01095334458527811f,-0.46767574752327207f,-0.8838322348845085f,0.015258131072976744f,-0.1991903145100091f,0.8651502830355278f,-0.4602588471381619f,1.0625752480035386f,0.9798996085557947f,0.18109219459185663f,-0.08368019006972517f,-0.2581858788561606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.020340982479403434f,0.10791220917096304f,-0.9939523125098179f,0.3029290609397897f,0.142952175468009f,0.9842572672141581f,0.10393414965775526f,1.1411869011318148f,0.9895205505499802f,-0.13997352266753668f,-0.03544704488817669f,-0.003842576506621523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.020340982479403434f,-0.9824215948956166f,-0.18556415148008895f,-0.023343569205521286f,0.142952175468009f,0.1808376905098122f,-0.9730685511412035f,1.0866730610541133f,0.9895205505499802f,-0.04631996949297557f,0.13676088792280355f,-0.0026741660291581537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07943794060211493f,-0.7151553944023784f,-0.6944367325034536f,0.000737363762552139f,-0.030410633563390882f,0.6980526041380029f,-0.7154004160066066f,1.2371533826949337f,0.9963758361979519f,-0.03571167474834006f,-0.07720018994471935f,-0.10905460168939814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0885634419719322f,-0.6637711909176938f,-0.7426737661004263f,0.0023444267235230177f,-0.22840841153912986f,0.7122025767690647f,-0.6637748768834778f,1.1996339246042313f,0.9695288104457008f,0.22841912299807796f,-0.0885358117629993f,-0.11400164507100635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004602122480705782f,-0.6435542925009904f,-0.7653866297971387f,0.000737363762552139f,-0.13052619222005157f,0.7584599481839567f,-0.6385150116836127f,1.2371533826949337f,0.99143418017194f,0.10284152665309607f,-0.08051016570877126f,-0.10905460168939814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.008804811542446247f,-0.021954412974700917f,-0.999720200378405f,0.007967594804188372f,-0.04371822956721921f,0.9987945600130934f,-0.02231912390214308f,1.2608360092926552f,0.9990051009365317f,0.04390251290288042f,0.007834389804094285f,-0.10597025305193017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00036440848804961687f,-0.021154164294374646f,-0.9997761592173822f,0.007967594804188372f,-0.21634077173621963f,0.976097768802076f,-0.020732009651409145f,1.2608360092926552f,0.9763178466519142f,0.2162999007688534f,-0.00422080991676203f,-0.10597025305193017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004602122480705782f,0.048421382162011445f,-0.9988163946482822f,0.007967594804188372f,-0.13052619222005157f,0.9903107742928315f,0.047407630863255834f,1.2608360092926552f,0.99143418017194f,0.1301535249966478f,0.01087779011289747f,-0.10597025305193017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01206898421191873f,-0.3532106363021697f,-0.9354659726698288f,0.01167579783972272f,0.05157533131681244f,0.934068940756158f,-0.35334855187793f,1.2594486377081866f,0.9985961770503898f,-0.05251152556996971f,0.006943692293076811f,0.08925384748469381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016448234238542647f,-0.3251799585755398f,-0.9455090957422062f,-0.001250127789809291f,-0.25827424751134054f,0.9121624854116241f,-0.31820435773279365f,1.3015438241516586f,0.9659316066176139f,0.24943455002966028f,-0.06898214688320477f,-0.2959920887040078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004602122480705782f,-0.17750445579787932f,-0.9841092361321334f,0.020381776528290103f,-0.13052619222005157f,0.9755935698518569f,-0.17657887644971665f,1.1256091211860724f,0.99143418017194f,0.129264668937838f,-0.01867917961754241f,-0.11595102895517287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004602122480705782f,-0.09105822633358135f,-0.9958349360640321f,1.1580282811381802e-17f,-0.13052619222005157f,0.9872710049093408f,-0.0908783583139272f,1.3472222222222223f,0.99143418017194f,0.1304007756199428f,-0.0073419414673917376f,-0.09456018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9211252573729544f,0.006969917904813183f,-0.38920390603642274f,0.676834838321129f,-0.05025554107911032f,0.9893428885702839f,0.13665661135215015f,1.812425328730107f,0.3860086020031864f,0.14543750919142878f,-0.9109584458688217f,-0.6197934278553942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9211252573729544f,0.006969917904813183f,-0.38920390603642274f,0.5904793454424146f,-0.05025554107911032f,0.9893428885702839f,0.13665661135215015f,1.8077138717539405f,0.3860086020031864f,0.14543750919142878f,-0.9109584458688217f,-0.5836051214175955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9211252573729544f,0.006969917904813183f,-0.38920390603642274f,0.6920376777872352f,-0.05025554107911032f,0.9893428885702839f,0.13665661135215015f,1.7895711085392012f,0.3860086020031864f,0.14543750919142878f,-0.9109584458688217f,-0.4650555077561715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2679366270825782f,-0.7319464246350795f,-0.6264697880437134f,-0.9396600944665865f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.491890406021049f,0.9634064382791104f,-0.2086916755401296f,-0.16821361194211293f,-0.45143548399430433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021924521298822983f,-0.7319464246350795f,-0.6810093588415224f,-0.9278482900809143f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.475750162886536f,0.9442329013737017f,-0.2086916755401296f,0.25469984790661787f,-0.5430271666336871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12599258011383724f,-0.7319464246350795f,-0.6696120527739791f,-0.8333123843576535f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.595028652265961f,0.9769779481534168f,-0.2086916755401296f,0.0442930398843066f,-0.5038752812966417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[7.190816376102785e-8f,9.466889356062784e-9f,-0.000015624831666100934f,0.6876264595803769f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.510981448413445f,0.00001549115906518656f,0.0000020394497814554394f,7.252865647151292e-8f,-0.0689126661100716f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181.mcfunction new file mode 100644 index 000000000..f19e738c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181_as_bone.mcfunction new file mode 100644 index 000000000..0b5f40d15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_181_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5686297940837479f,0.05830881572442635f,-0.5832706779305247f,-0.3190371443823147f,-0.24787154046124146f,0.7603069318031767f,-0.16564272795947033f,1.4539913877210846f,0.5311913978540032f,0.2923660306966233f,0.5470852286299234f,-0.11545683820212206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.536482526761126f,-0.1603933517703704f,-0.5713671947074528f,-0.3190371443823147f,0.060689067809853614f,0.7810171539024389f,-0.1622622641235628f,1.4539913877210846f,0.5903417108153285f,0.06546890878882966f,0.5359202239640066f,-0.11545683820212206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5518251768872678f,0.05534570831220948f,-0.5994749962835813f,-0.3175247591014914f,-0.03111396042206159f,0.8094996028353681f,0.10337678134223227f,1.4288831951234335f,0.6012198766380186f,0.09269136974522035f,-0.5448737600165425f,-0.01354186308809184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5201631399910146f,-0.1567754308258309f,-0.5872408126859572f,-0.3175247591014914f,-0.3316189104201057f,0.7209534538450543f,0.10126705111075815f,1.4288831951234335f,0.5093713832229586f,0.3092694321756714f,-0.5337538873631438f,-0.01354186308809184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08176143489223514f,0.00844201002371639f,1.5603365182649296f,-0.00041933767252841326f,1.5568031461547163f,-0.10498821855565686f,0.08214431256809965f,1.4136177929945115f,0.10528666528643987f,1.558945944037595f,-0.0029174786360967936f,0.7755244256229327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0054028864151789285f,-0.9986153716895549f,0.05232731833103018f,-0.0009650103533262924f,-0.06719245987563724f,-0.052572360043583524f,-0.9963540135390173f,1.4266251479219787f,0.9977254041840596f,0.0018671863271015195f,-0.06738346578333837f,0.5828067652204896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014407347900693295f,-0.9986153716895549f,0.05059414740659912f,-0.007637363764631362f,-0.23918671419167165f,-0.052572360043583524f,-0.9695493090676921f,1.494037421758248f,0.9708666973795423f,0.0018671863271015195f,-0.23961295777682795f,0.25124245296541825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9640619397449373f,-0.028954485454356586f,-0.264095085352421f,0.23850087257849142f,0.21117639450987075f,0.5196655238603848f,-0.8278600568409633f,1.4385377252583462f,0.1612113728526634f,-0.853879020167954f,-0.49487524910827196f,-0.4798608511354077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7151517333653237f,-0.028954485454356586f,-0.6983692691095783f,0.009202954881318075f,0.5860535560951552f,0.5196655238603848f,-0.6216823728393258f,1.629026776019982f,0.38091892530142923f,-0.853879020167954f,-0.354670820993522f,-0.3305366581703314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014407347900693295f,-0.5792263192288378f,-0.8150394465540187f,0.2560591933465297f,-0.23918671419167165f,0.7894624851001995f,-0.5652775427819582f,1.3204395796753117f,0.9708666973795423f,0.20309075737716303f,-0.12716917939229752f,0.05810680830565027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014407347900693295f,-0.3073308705644998f,-0.9514936491246462f,0.19248781980865695f,-0.23918671419167165f,0.9229059894639394f,-0.30171882666777383f,1.4915987100331267f,0.9708666973795423f,0.23193160761235906f,-0.0602128334301481f,0.10121765452402917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014407347900693295f,-0.5431235027817071f,-0.8395292067894945f,0.2037132723014874f,-0.23918671419167165f,0.8133681518524798f,-0.5303036538684915f,1.3848826400181045f,0.9708666973795423f,0.20844450167421183f,-0.11818944809554513f,-0.2471172879047774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014407347900693295f,-0.050594147406599344f,-0.9986153716895549f,0.1879855235896903f,-0.23918671419167165f,0.9695493090676921f,-0.05257236004358374f,1.5663445582180242f,0.9708666973795423f,0.23961295777682795f,0.0018671863271014664f,-0.2021781884070778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680075272499776f,-0.027336215076581287f,-0.24942766192359575f,0.25691125140215126f,-0.0676433653026898f,0.9856756640517125f,0.1544922665596643f,2.2188169191700644f,0.24163154247306265f,0.16642180338375853f,-0.9559905758115957f,0.029524734250069698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680075272499776f,-0.027336215076581287f,-0.24942766192359575f,0.273244717253261f,-0.0676433653026898f,0.9856756640517125f,0.1544922665596643f,2.11262773735242f,0.24163154247306265f,0.16642180338375853f,-0.9559905758115957f,-0.08996329049797705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680075272499776f,-0.027336215076581287f,-0.24942766192359575f,-0.31179317085721064f,-0.0676433653026898f,0.9856756640517125f,0.1544922665596643f,2.1790764420547344f,0.24163154247306265f,0.16642180338375853f,-0.9559905758115957f,0.171483265452994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680075272499776f,-0.027336215076581287f,-0.24942766192359575f,-0.3680602695498492f,-0.0676433653026898f,0.9856756640517125f,0.1544922665596643f,2.067814007839388f,0.24163154247306265f,0.16642180338375853f,-0.9559905758115957f,0.07011760639042693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9505977170956489f,0.2641240972435366f,-0.16310254905374144f,0.16579484948687043f,0.06658318630971577f,0.6866697484871509f,0.7239139008289857f,2.270368343247917f,0.30320069187484855f,0.6772910140906048f,-0.6703329192861809f,0.10164032029147632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9802123936282543f,0.11216604597533486f,-0.16310254905374144f,0.054019413374167935f,-0.04165537796611728f,0.6886316095511891f,0.7239139008289857f,2.2725098723451813f,0.1935161307593476f,0.7163834758404174f,-0.6703329192861809f,0.13114974861431483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9150818214132989f,0.4020266810871028f,-0.03161973771252963f,0.02061437395285777f,0.04843497580420015f,0.18740964875087446f,0.9810869873125014f,2.3211354044327766f,0.40034898930528934f,0.8962433660837682f,-0.1909673153004734f,0.08680124574949846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994527605846428f,0.0995742607121127f,-0.03161973771252963f,0.050977077676802665f,-0.011848367018677197f,0.1932043983067423f,0.9810869873125014f,2.3230229822561013f,0.10380008385528244f,0.9760927348764391f,-0.1909673153004734f,0.09147124548534753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9667064744882378f,0.25392673031706176f,-0.03161973771252963f,0.12458704185973875f,0.018521332733095475f,0.1926792245154354f,0.9810869873125014f,2.3738591137367333f,0.25521667738671167f,0.9478375029880476f,-0.1909673153004734f,0.1768111859606066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9667064744882378f,0.19717035952367395f,-0.16310254905374144f,0.08022371096691218f,0.018521332733095475f,0.689641663779351f,0.7239139008289857f,2.2186897393863796f,0.25521667738671167f,0.6967913783227759f,-0.6703329192861809f,0.02003312583798229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518134220914032f,-0.1784294005874073f,-0.24942766192359575f,-0.22480807109694656f,-0.22100420843718838f,0.9629586073275992f,0.1544922665596643f,2.2943629184723013f,0.21262255143729403f,0.20217237590657408f,-0.9559905758115957f,0.14453674352928522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680075272499777f,-0.02733621507658128f,-0.24942766192359575f,-0.11358358998905431f,-0.0676433653026898f,0.9856756640517126f,0.1544922665596643f,2.312087451253303f,0.24163154247306268f,0.1664218033837585f,-0.9559905758115957f,0.11838150762946356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326403377238018f,-0.2607064286084299f,-0.24942766192359575f,-0.09184362304308898f,-0.3040905933579775f,0.9400324731648642f,0.1544922665596643f,2.3093405577212636f,0.19419297485137557f,0.21993432537416002f,-0.9559905758115957f,0.11226541916444137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9675563875347383f,0.040255166228160624f,-0.24942766192359575f,-0.12029322165016927f,0.0012786691150904472f,0.9879931703096696f,0.1544922665596643f,2.31722955191791f,0.25265193833814625f,0.1491610438867716f,-0.9559905758115957f,0.12096310475667192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619414582304194f,-0.11159960754798168f,-0.24942766192359575f,-0.18688808254387806f,-0.15329325648434092f,0.9760293628214695f,0.1544922665596643f,2.4213855046955373f,0.22620744562007924f,0.18684809473326924f,-0.9559905758115957f,0.12248183277123346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619414582304194f,-0.11159960754798168f,-0.24942766192359575f,-0.16177817084558224f,-0.15329325648434092f,0.9760293628214695f,0.1544922665596643f,2.201778898060707f,0.22620744562007924f,0.18684809473326924f,-0.9559905758115957f,0.08044101145624795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680075272499776f,-0.027336215076581287f,-0.24942766192359575f,-0.018972805277474743f,-0.0676433653026898f,0.9856756640517125f,0.1544922665596643f,1.700247657567051f,0.24163154247306265f,0.16642180338375853f,-0.9559905758115957f,-0.005179400092948788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014407347900693295f,-0.050594147406599344f,-0.9986153716895549f,1.1638340141119158e-17f,-0.23918671419167165f,0.9695493090676921f,-0.05257236004358374f,1.3366666666666664f,0.9708666973795423f,0.23961295777682795f,0.0018671863271014664f,-0.09503425925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010860988120320669f,-0.29092493857137836f,-0.956684231632512f,0.1895061245919601f,-0.19918639651651487f,0.9369373959375729f,-0.2871812938484771f,0.7206837671343851f,0.9799014329920208f,0.19367755732391753f,-0.04777222424405914f,-0.32794924230143596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010860988120320669f,-0.46039522726465193f,-0.8876476066823927f,0.013980444197311568f,-0.19918639651651487f,0.8689136586398185f,-0.453115695239009f,1.0519570994908158f,0.9799014329920208f,0.18172861233469623f,-0.0822672053681765f,-0.25866520884883304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.01904033041993044f,0.11613185728077961f,-0.9930512864610854f,0.302382189650258f,0.14314398205705073f,0.9833158263003762f,0.11224876902692016f,1.1279972550079271f,0.9895187043297113f,-0.14001206187941376f,-0.035346234734757995f,-0.004329656666957829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.01904033041993044f,-0.9808784402515929f,-0.19368776746894106f,-0.0243351594024851f,0.14314398205705073f,0.18905281407954935f,-0.9714776548585428f,1.0762162021412278f,0.9895187043297113f,-0.04622249385533013f,0.13680721780462965f,-0.0031256977954931264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07776796187080944f,-0.7050258766563772f,-0.7049047150866329f,0.00027919446790237654f,-0.029201562491039154f,0.7083534719747486f,-0.7052535909085476f,1.2265954811857802f,0.996543733538344f,-0.03426181527919689f,-0.0756750629945686f,-0.10952692731181021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08728596710954477f,-0.6528844959794152f,-0.7524114531660563f,0.0013312769219526455f,-0.22961748261148157f,0.7217705454709409f,-0.6529342167245843f,1.189056390886639f,0.9693590519641921f,0.2297588183297549f,-0.08691325431024458f,-0.11447419393316763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004800067865371027f,-0.6322636329653016f,-0.7747384447528122f,0.00027919446790237654f,-0.13052619222005157f,0.767723001459221f,-0.6273470380698223f,1.2265954811857802f,0.991433241571525f,0.10413496751794403f,-0.07884184198136651f,-0.10952692731181021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.009361223102611659f,-0.01786113036275449f,-0.9997966530871105f,0.007607917836616719f,-0.04373589947425631f,0.9988763464490586f,-0.018254194086785303f,1.2502485706269688f,0.9989992685679008f,0.043897887497520584f,0.008569531728989237f,-0.10644838485278968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00020238121331470028f,-0.01702646157876537f,-0.9998550188142036f,0.007607917836616719f,-0.21632310182918252f,0.9761795552380412f,-0.01666707983605137f,1.2502485706269688f,0.9763218089630312f,0.21629511215320382f,-0.0034856565790918424f,-0.10644838485278968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004800067865371027f,0.05254296275011121f,-0.9986071281609843f,0.007607917836616719f,-0.13052619222005157f,0.9901080348464103f,0.0514683638472591f,1.2502485706269688f,0.991433241571525f,0.13009733432326787f,0.011610818617043939f,-0.10644838485278968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.011125257198813087f,-0.34521533002768146f,-0.9384575667371111f,0.011453931312069062f,0.0516417340062858f,0.9370648493335587f,-0.3453152175220473f,1.2488496058790997f,0.9986037051609032f,-0.05230529664722095f,0.007402430787378815f,0.08877296663823156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016107946001500145f,-0.3155799797343415f,-0.9487622518136383f,-0.0015838784092530173f,-0.2583218084366141f,0.9153571854758263f,-0.3088544419039667f,1.290990146466846f,0.9659246230227542f,0.25006099133740584f,-0.06677666695563535f,-0.2964642407829145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004800067865371027f,-0.17344143633627845f,-0.9848324870302039f,0.019464862148701616f,-0.13052619222005157f,0.9763094927704732f,-0.17257661333678828f,1.1149721498314338f,0.991433241571525f,0.1293748139626483f,-0.017952298435246684f,-0.11643547205724691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004800067865371027f,-0.08694763241847675f,-0.9962013192951058f,1.1638340141119158e-17f,-0.13052619222005157f,0.98763538331083f,-0.0868289282267377f,1.3366666666666664f,0.991433241571525f,0.13044714964034773f,-0.006608226515998773f,-0.09503425925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9868996173964694f,-0.0020999051297357213f,0.1613218385127949f,0.7624228878368087f,0.02167643618598817f,0.9891233113360498f,0.14548266936608853f,1.7998218704423403f,-0.15987269090428466f,0.14707367327313875f,-0.9761198990559352f,-0.6045916961788861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9868996173964694f,-0.0020999051297357213f,0.1613218385127949f,0.6699010487058896f,0.02167643618598817f,0.9891233113360498f,0.14548266936608853f,1.8018540363347768f,-0.15987269090428466f,0.14707367327313875f,-0.9761198990559352f,-0.6195797609511627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9868996173964694f,-0.0020999051297357213f,0.1613218385127949f,0.6919636924944299f,0.02167643618598817f,0.9891233113360498f,0.14548266936608853f,1.7790155529836453f,-0.15987269090428466f,0.14707367327313875f,-0.9761198990559352f,-0.4656677437066341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26774427216406593f,-0.7319880765272108f,-0.6265033603623595f,-0.9397313279224445f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.481334850465493f,0.9634599141497089f,-0.208545534111419f,-0.16808853033094884f,-0.45172194246989605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02211304233429426f,-0.7319880765272108f,-0.6809584929940413f,-0.9279378105728892f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.46519460733098f,0.9442285051985579f,-0.208545534111419f,0.25483581022430846f,-0.5433159815777143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12579751839525707f,-0.7319880765272108f,-0.6696031960703211f,-0.8333940898371186f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.584473096710405f,0.9770030838167283f,-0.208545534111419f,0.04442673085863758f,-0.5041829716526008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[7.50010603964223e-8f,9.874076922892119e-9f,-0.000015624816873920294f,0.687631566548303f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.500425892857889f,0.00001549114439955508f,0.000002039447850688426f,7.564824159005268e-8f,-0.06952402923131587f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182.mcfunction new file mode 100644 index 000000000..7635932c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182_as_bone.mcfunction new file mode 100644 index 000000000..530c450bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_182_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.552036284706994f,0.055388280326193785f,-0.5992766666689517f,-0.32107856943127727f,-0.2521062866458776f,0.7596953580253271f,-0.16201798564616487f,1.4442589618436457f,0.5464822092666599f,0.2945157819909168f,0.5306242489349254f,-0.11526153243186071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5203701569362216f,-0.1568160408366136f,-0.5870465306144834f,-0.32107856943127727f,0.05662725444382832f,0.7820511588420201f,-0.15871149614318192f,1.4442589618436457f,0.6049861600270918f,0.061682366120171375f,0.519795182630131f,-0.11526153243186071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.534996732942259f,0.052383747610892484f,-0.6147998724559007f,-0.3196392800161486f,-0.03348977674073233f,0.8100536495845113f,0.0981629466403374f,1.4201353583175544f,0.6161179879206655f,0.08951799944980973f,-0.5285164114571457f,-0.017059526830906238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5038226192930381f,-0.15314754006123668f,-0.6022529362833313f,-0.3196392800161486f,-0.3339767807040036f,0.7205642491835914f,0.09615962119869786f,1.4201353583175544f,0.5240441567647638f,0.31198236131499335f,-0.5177303622437346f,-0.017059526830906238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08170388328242703f,0.008173648094471976f,1.5603409617559232f,-0.0005626378347941532f,1.5568773636938145f,-0.10394291743506473f,0.0820670112340163f,1.40503506865446f,0.10422859432213594f,1.5590174185659103f,-0.0027090097298771367f,0.773931790368942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005231134780461388f,-0.9986182155237908f,0.05229048530075311f,-0.0010751341034531993f,-0.06652346715843704f,-0.05252288718977018f,-0.9964015127640417f,1.4179131789015476f,0.9977711478821829f,0.001733766227120939f,-0.06670630036616257f,0.581205359135669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014231809570645376f,-0.9986182155237908f,0.05058769831119535f,-0.007688229401558209f,-0.23853613313093028f,-0.05252288718977018f,-0.9697122560389724f,1.4851033581779332f,0.9710293346687772f,0.001733766227120939f,-0.23895402333374033f,0.24959478194551754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962523647076974f,-0.028785132293094262f,-0.26966580238604493f,0.23716672608817108f,0.216154121654498f,0.5190940527741955f,-0.8269333468099065f,1.4279381549717547f,0.16378530004067182f,-0.8542322755160505f,-0.49341827586466375f,-0.4820890999661753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.711105575073004f,-0.028785132293094262f,-0.7024957489259f,0.009256874320725065f,0.5899578964143737f,0.5190940527741955f,-0.6184586039766831f,1.6197016324198361f,0.3824637780998605f,-0.8542322755160505f,-0.35214865881932733f,-0.3322718903093407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014231809570645376f,-0.5792224081079621f,-0.8150453101159212f,0.25603254105970313f,-0.23853613313093028f,0.7896264949268762f,-0.5653233691441024f,1.311363276851567f,0.9710293346687772f,0.20246333113704632f,-0.12692765954512342f,0.05662016803399155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014231809570645376f,-0.30732537725515446f,-0.9514980652062944f,0.19246216991682236f,-0.23853613313093028f,0.9230761886685972f,-0.30171321334008444f,1.4825543546435536f,0.9710293346687772f,0.23126059415307487f,-0.06017116256712031f,0.09960545967164859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014231809570645376f,-0.5431193396183739f,-0.8395348941698888f,0.2037412867063685f,-0.23853613313093028f,0.8135340044959848f,-0.5303422826059315f,1.375604116284598f,0.9710293346687772f,0.20780713765707912f,-0.11797552606995997f,-0.2486559228263401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014231809570645376f,-0.05058769831119557f,-0.9986182155237908f,0.18801472942599567f,-0.23853613313093028f,0.9697122560389724f,-0.0525228871897704f,1.5570968962469693f,0.9710293346687772f,0.23895402333374033f,0.0017337662271208858f,-0.2038412074123443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680515932677843f,-0.02731662516744465f,-0.24925873056157144f,0.25693289744208053f,-0.06743454133129728f,0.985788390594785f,0.15386302871054205f,2.2097212002368583f,0.24151334415957698f,0.165755998256488f,-0.9561361062290521f,0.027435652838935988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680515932677843f,-0.02731662516744465f,-0.24925873056157144f,0.2732814043454057f,-0.06743454133129728f,0.985788390594785f,0.15386302871054205f,2.1034511056540475f,0.24151334415957698f,0.165755998256488f,-0.9561361062290521f,-0.09197835730808278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680515932677843f,-0.02731662516744465f,-0.24925873056157144f,-0.31179741360274277f,-0.06743454133129728f,0.985788390594785f,0.15386302871054205f,2.1701034072047216f,0.24151334415957698f,0.165755998256488f,-0.9561361062290521f,0.16932474253268748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680515932677843f,-0.02731662516744465f,-0.24925873056157144f,-0.3680527761945014f,-0.06743454133129728f,0.985788390594785f,0.15386302871054205f,2.058775722022063f,0.24151334415957698f,0.165755998256488f,-0.9561361062290521f,0.06802423319763698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9506456864045016f,0.26404293634907827f,-0.16295430857964732f,0.16580681224389443f,0.06683243783683734f,0.6871111449992114f,0.7234719757327561f,2.261325383879082f,0.30299538638946233f,0.6768748792664928f,-0.6708458792037644f,0.0995012521191039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9802470759942078f,0.11207838025299743f,-0.16295430857964732f,0.054026497801416024f,-0.04147824476613858f,0.6891065632690364f,0.7234719757327561f,2.2634921023565115f,0.19337845075376592f,0.71594034747275f,-0.6708458792037644f,0.12899035619468124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9151470762640781f,0.4018843819137577f,-0.03154001235109552f,0.020631301587635445f,0.04874768047925594f,0.18799136623144533f,0.9809601979032212f,2.3120894887069685f,0.4001618328291725f,0.8961853545981614f,-0.1916306806087319f,0.08460360540529405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945456940346322f,0.09941876129818322f,-0.03154001235109552f,0.05099330749056087f,-0.011730727787210796f,0.19385427556609472f,0.9809601979032212f,2.313978732800787f,0.1036400140040262f,0.9759797281433052f,-0.1916306806087319f,0.08927746668957373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9667486654484617f,0.2537759749749995f,-0.03154001235109552f,0.12459131785013958f,0.01873918683182002f,0.19330269787707355f,0.9809601979032212f,2.3648685422034013f,0.2550409001131014f,0.9477509279968729f,-0.1916306806087319f,0.17459572207098048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9667486654484617f,0.19708605016324193f,-0.16295430857964732f,0.08024695656341022f,0.01873918683182002f,0.6900993719793f,0.7234719757327561f,2.209596183508059f,0.2550409001131014f,0.6963619357954798f,-0.6708458792037644f,0.017914286516997772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518600101203634f,-0.17841694530648178f,-0.24925873056157144f,-0.22480218578113786f,-0.22081558975186857f,0.9631026132861198f,0.15386302871054205f,2.285367583556544f,0.21260996321009185f,0.2014962776553218f,-0.9561361062290521f,0.14231559121189846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680515932677843f,-0.02731662516744464f,-0.24925873056157144f,-0.11357243151344472f,-0.06743454133129728f,0.985788390594785f,0.15386302871054205f,2.3030691989344234f,0.241513344159577f,0.165755998256488f,-0.9561361062290521f,0.11616726041312223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326878340205066f,-0.26069808113787585f,-0.24925873056157144f,-0.09183156490988409f,-0.3039152433699759f,0.9401923703388511f,0.15386302871054205f,2.3003171540662635f,0.19423936037143666f,0.21925970274458167f,-0.9561361062290521f,0.1100566881510653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9675989796869581f,0.04027778230727733f,-0.24925873056157144f,-0.12028225024299267f,0.0014948478079262195f,0.9880910554326712f,0.15386302871054205f,2.3082133539887826f,0.2524875837319325f,0.14850510572487913f,-0.9561361062290521f,0.11874427445912823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619870639368057f,-0.11158393279087554f,-0.24925873056157144f,-0.18687232663148282f,-0.1530950519167941f,0.9761598606143427f,0.15386302871054205f,2.412373516813461f,0.2261477258272539f,0.18617452153371672f,-0.9561361062290521f,0.12018188990197823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619870639368057f,-0.11158393279087554f,-0.24925873056157144f,-0.16176594175353587f,-0.1530950519167941f,0.9761598606143427f,0.15386302871054205f,2.1927375481752343f,0.2261477258272539f,0.18617452153371672f,-0.9561361062290521f,0.07829262255689202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680515932677843f,-0.02731662516744465f,-0.24925873056157144f,-0.018970386866698326f,-0.06743454133129728f,0.985788390594785f,0.15386302871054205f,1.6911420960146146f,0.24151334415957698f,0.165755998256488f,-0.9561361062290521f,-0.006967241249847364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014231809570645376f,-0.05058769831119557f,-0.9986182155237908f,1.1827026462765561e-17f,-0.23853613313093028f,0.9697122560389724f,-0.0525228871897704f,1.3275000000000001f,0.9710293346687772f,0.23895402333374033f,0.0017337662271208858f,-0.09657499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010857325612314575f,-0.28563877558054973f,-0.9582758519160299f,0.18675330299883772f,-0.19917613091303565f,0.9385108524663592f,-0.28200398698844864f,0.7105277626647628f,0.9799035602318533f,0.1939274856427324f,-0.04670270824295259f,-0.32966169365673836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010857325612314575f,-0.4554876313204876f,-0.8901759018276107f,0.013098643557901817f,-0.19917613091303565f,0.8714042567298576f,-0.44831182253828394f,1.042750635543021f,0.9799035602318533f,0.18216925939119408f,-0.0812611443298849f,-0.2602096635138456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.018117556380603417f,0.12236427976526894f,-0.9923198764452532f,0.30203340535069745f,0.14357955421271532f,0.9825144627048011f,0.11853371751520252f,1.116826597963079f,0.9894729232085503f,-0.14032930418634196f,-0.03536976991306978f,-0.005873698064040193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.018117556380603417f,-0.9796602946964168f,-0.19984359170642807f,-0.025005782245983196f,0.14357955421271532f,0.19525551390607984f,-0.9701856502244046f,1.067119224257129f,0.9894729232085503f,-0.04627084702706985f,0.1371216356105917f,-0.004648993871118959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07630465133911392f,-0.6962811208077028f,-0.7137017591338736f,-0.0000342653894474694f,-0.02818884032069517f,0.717008925256057f,-0.6964937834500236f,1.217428276255589f,0.9966860034461158f,-0.033027290381190344f,-0.07433847338145919f,-0.11106622865105457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08621051097924907f,-0.6434963602493177f,-0.7605788467625019f,0.0005448841427218298f,-0.23063020478182555f,0.7297938612240934f,-0.6435919738172018f,1.1798788059649736f,0.9692148659812179f,0.23089684810648495f,-0.08549379565501125f,-0.11601269119650913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004995668456241202f,-0.6225385095291136f,-0.7825732217817993f,-0.0000342653894474694f,-0.13052619222005157f,0.7754817673675733f,-0.6177304765227298f,1.217428276255589f,0.991432275267055f,0.10523227942857964f,-0.07738353135555312f,-0.11106622865105457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.009801793329553856f,-0.01506576169634543f,-0.9998384607885583f,0.00736176734843071f,-0.04374878698481473f,0.9989226131197148f,-0.015480847374673472f,1.2410609865909636f,0.9989944787059046f,0.04389345990679661f,0.009132124206799926f,-0.10799215123750154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00015152352950946512f,-0.014197080537550748f,-0.9998992048925882f,0.00736176734843071f,-0.21631021431862413f,0.9762258219086973f,-0.013893733123939538f,1.2410609865909636f,0.9763246735702478f,0.21629051653481868f,-0.0029230523516424883f,-0.10799215123750154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004995668456241202f,0.05536221421452854f,-0.9984538389599892f,0.00736176734843071f,-0.13052619222005157f,0.9899601672458125f,0.05423818222596499f,1.2410609865909636f,0.991432275267055f,0.13005342173086987f,0.012171731794738395f,-0.10799215123750154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.010420276374320712f,-0.33875002359689316f,-0.9408187069533573f,0.011313693546567229f,0.051685298438210237f,0.9394296442817445f,-0.33882233304495807f,1.2396538822053265f,0.998609056520937f,-0.05215711799725594f,0.00771927953791061f,0.08722702644894505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015934683648645472f,-0.30764943968384206f,-0.9513663374953076f,-0.001823866744981105f,-0.25835301146028344f,0.917909512668828f,-0.3011575136394198f,1.2818254457481346f,0.9659191515475922f,0.2505872080021099f,-0.06485556151392932f,-0.29800339727553293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004995668456241202f,-0.1706599595368649f,-0.9853173202108807f,0.018837827424557085f,-0.13052619222005157f,0.9767884885715302f,-0.16984452225102756f,1.1057520691680627f,0.991432275267055f,0.12945820485786633f,-0.01739588324199874f,-0.11798394654523905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004995668456241202f,-0.0841344839820652f,-0.9964418858627667f,1.1827026462765561e-17f,-0.13052619222005157f,0.9878744389604174f,-0.08406548633758502f,1.3275000000000001f,0.991432275267055f,0.13048172842858943f,-0.006046660655136361f,-0.09657499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7498980840360229f,-0.010926627020756101f,0.6614631300239272f,0.8262614986336101f,0.0868379239851961f,0.9895864596104171f,0.1147946597784992f,1.782997557596948f,-0.6558292754345775f,0.14352438042949142f,-0.7411401444432f,-0.5477740197038974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7498980840360229f,-0.010926627020756101f,0.6614631300239272f,0.755958553255233f,0.0868379239851961f,0.9895864596104171f,0.1147946597784992f,1.79113861297056f,-0.6558292754345775f,0.14352438042949142f,-0.7411401444432f,-0.609258014275889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7498980840360229f,-0.010926627020756101f,0.6614631300239272f,0.6918905564408324f,0.0868379239851961f,0.9895864596104171f,0.1147946597784992f,1.769848886316979f,-0.6558292754345775f,0.14352438042949142f,-0.7411401444432f,-0.46734499532341317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26755418514988777f,-0.7320292064023015f,-0.6265365104946369f,-0.9398016808416009f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4721681837988267f,0.9635127188879291f,-0.20840111551966212f,-0.16796492369346275f,-0.45307727589786034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02229932952673802f,-0.7320292064023015f,-0.6809082029735539f,-0.9280262343853061f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4560279406643137f,0.9442241241217253f,-0.20840111551966212f,0.25497015212906976f,-0.5446736399758834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12560476220047745f,-0.7320292064023015f,-0.6695944180521356f,-0.8334747949056331f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5753064300437387f,0.977027883498912f,-0.20840111551966212f,0.044558836562423244f,-0.5055592834212354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[7.805731962876878e-8f,1.0276441084105068e-8f,-0.000015624801645128525f,0.6876365861001137f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4912592261912228f,0.000015491129301047735f,0.000002039445862932224f,7.873087316283782e-8f,-0.07120043386906755f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183.mcfunction new file mode 100644 index 000000000..79933fef9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183_as_bone.mcfunction new file mode 100644 index 000000000..5f0f123c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_183_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5389257941322246f,0.05308454762869381f,-0.611298179014507f,-0.32270227871207324f,-0.2549079938913145f,0.7594441149573035f,-0.15877970698885943f,1.436451056555774f,0.5581445579002818f,0.29558604754659756f,0.5177335081164093f,-0.11679353392330655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5076412287019596f,-0.1539861998124056f,-0.5988227059733947f,-0.32270227871207324f,0.05399745538445494f,0.7828740636096285f,-0.15553930480541334f,1.436451056555774f,0.6159420895944429f,0.058279076817339515f,0.50716751815485f,-0.11679353392330655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5216082644088071f,0.05003099989923451f,-0.6263913808426479f,-0.3213084923032966f,-0.03479182362208792f,0.8105260090912351f,0.09370998900933254f,1.4131348171888358f,0.6274223393806805f,0.08653861612114262f,-0.5155547695544636f,-0.021374207118787625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49082373966575904f,-0.15025785225402377f,-0.6136078832744306f,-0.3213084923032966f,-0.335332240578026f,0.7205036433164158f,0.09179754025404005f,1.4131348171888358f,0.5353917677826586f,0.31352364791795073f,-0.5050332436451889f,-0.021374207118787625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08167716475610624f,0.008108930790765533f,1.5603426982553654f,-0.0005960825461423513f,1.5570053920012368f,-0.10203474758030079f,0.08203273471791155f,1.3987394201193655f,0.10231959751914009f,1.5591438052750792f,-0.0027467136483986195f,0.7710510260747041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005189715706088893f,-0.9986193268834338f,0.05227338544390784f,-0.0011005778646766967f,-0.06530223845138103f,-0.05250095021946314f,-0.9964834508807923f,1.4113816316727839f,0.9978520353760515f,0.0017578967349746878f,-0.06548454241223814f,0.5783089558269577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014188050386101207f,-0.9986193268834338f,0.05057805058638416f,-0.007699012523122969f,-0.23734768603667566f,-0.05250095021946314f,-0.9700050134711105f,1.4781659967031584f,0.9713211493421097f,0.0017578967349746878f,-0.23776487259431756f,0.24661611994932245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.961410579528025f,-0.02874049729024094f,-0.27361228296093804f,0.23619035311202893f,0.21976954573294816f,0.5180486444930295f,-0.8266359227055577f,1.4192844624619034f,0.16550239980109194f,-0.8548681686403142f,-0.491741161492136f,-0.4854484389105318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7082187725104924f,-0.02874049729024094f,-0.7054077927548298f,0.00927214729900607f,0.5929758234959711f,0.5180486444930295f,-0.6164456786191385f,1.612051623560494f,0.3831525062073934f,-0.8548681686403142f,-0.3498493550552135f,-0.33541418416319546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014188050386101207f,-0.5792148684324858f,-0.8150514311458998f,0.256026063845826f,-0.23734768603667566f,0.7898851907663937f,-0.5654621661446266f,1.3041846201709315f,0.9713211493421097f,0.20147337688805408f,-0.12626837785465927f,0.05386491512709676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014188050386101207f,-0.307316345909636f,-0.9515016357121989f,0.192457363764568f,-0.23734768603667566f,0.9233646483388447f,-0.30176779505294693f,1.475429443015384f,0.9713211493421097f,0.23011820817751621f,-0.05984007942752254f,0.09663807866395904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014188050386101207f,-0.5431115401234201f,-0.8395406804979779f,0.2037483532968799f,-0.23734768603667566f,0.8137985083545167f,-0.5304696633484326f,1.3680527858148837f,0.9713211493421097f,0.2067893681617368f,-0.117360053067441f,-0.2514916809714784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014188050386101207f,-0.050578050586384385f,-0.9986193268834338f,0.1880235980189114f,-0.23734768603667566f,0.9700050134711105f,-0.052500950219463355f,1.5496005949018452f,0.9713211493421097f,0.23776487259431756f,0.001757896734974635f,-0.20689978050545024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680626369503433f,-0.027303716638612474f,-0.249217250603698f,0.2569454273284319f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.20250613043374f,0.24155677601905956f,0.16454816084578708f,-0.9563337423313825f,0.02358085912640688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680626369503433f,-0.027303716638612474f,-0.249217250603698f,0.2732966235497996f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.0960896277189796f,0.24155677601905956f,0.16454816084578708f,-0.9563337423313825f,-0.09570232842359833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680626369503433f,-0.027303716638612474f,-0.249217250603698f,-0.31179137187989486f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.1630733033053553f,0.24155677601905956f,0.16454816084578708f,-0.9563337423313825f,0.16549546503760437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680626369503433f,-0.027303716638612474f,-0.249217250603698f,-0.3680448734298028f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.051622822659312f,0.24155677601905956f,0.16454816084578708f,-0.9563337423313825f,0.06432903568902863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9506565354730111f,0.2640293743801529f,-0.1629129860596661f,0.16581747049641546f,0.06722208279643925f,0.6879339033723254f,0.7226535381325029f,2.2542002890202375f,0.30287512797679594f,0.6760439586708406f,-0.6717374656796348f,0.09557957594964842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9802556699333271f,0.11206328808618583f,-0.1629129860596661f,0.054036014071415193f,-0.04122210474852358f,0.689980146022099f,0.7226535381325029f,2.256405314416432f,0.19338965754058862f,0.7151008443280119f,-0.6717374656796348f,0.12506151088458634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9151621893142011f,0.40185209760990304f,-0.03151283700589344f,0.02064356646367345f,0.04925556877631283f,0.1890802072874881f,0.9807255294712394f,2.304948995819324f,0.4000650649508912f,0.8959707399567477f,-0.19283251008893076f,0.08061396680720888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945500910008901f,0.09938338691130336f,-0.03151283700589344f,0.05100542200822605f,-0.011584167703235178f,0.19504677106268864f,0.9807255294712394f,2.3068433580996066f,0.10361430185425721f,0.975745714571198f,-0.19283251008893076f,0.08528673305887999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9667585420540563f,0.25374172394258687f,-0.03151283700589344f,0.12460101378875568f,0.019070489913031938f,0.19445758472693858f,0.9807255294712394f,2.3578361023699292f,0.2549788967345981f,0.9475238177865557f,-0.19283251008893076f,0.17054559437842334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9667585420540563f,0.1970717644378286f,-0.1629129860596661f,0.08025986679024433f,0.019070489913031938f,0.6909473064127628f,0.7226535381325029f,2.2023729584270577f,0.2549788967345981f,0.695524650477831f,-0.6717374656796348f,0.014052548020911632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518729371756665f,-0.1784059233156332f,-0.249217250603698f,-0.22479277047295976f,-0.22053633792657432f,0.9633520583742732f,0.1526975287291407f,2.278302611051054f,0.21284180775051173f,0.20031010496714172f,-0.9563337423313825f,0.13834874776735917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680626369503434f,-0.027303716638612474f,-0.249217250603698f,-0.11356161405437304f,-0.06711970575044206f,0.9859910799900714f,0.1526975287291407f,2.2959700046674016f,0.24155677601905956f,0.1645481608457871f,-0.9563337423313825f,0.112183242429435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9327016725142605f,-0.26068822775613654f,-0.249217250603698f,-0.09182055653456943f,-0.30365879475411806f,0.9404652046133817f,0.1526975287291407f,2.2932100519254885f,0.19457370443504976f,0.21809825038471772f,-0.9563337423313825f,0.10607691752954651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9676090960142087f,0.04029142975993451f,-0.249217250603698f,-0.12027143422031354f,0.0018230553626105983f,0.9882712892668482f,0.1526975287291407f,2.301117443033145f,0.25244665531496147f,0.14729718089203933f,-0.9563337423313825f,0.11475368822960393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619991906472365f,-0.11157203590324886f,-0.249217250603698f,-0.18685950052557246f,-0.15279907992516872f,0.9763892184441793f,0.1526975287291407f,2.4052806061393874f,0.22629626238204673f,0.1849750656449917f,-0.9563337423313825f,0.11606113179579958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619991906472365f,-0.11157203590324886f,-0.249217250603698f,-0.1617557924473415f,-0.15279907992516872f,0.9763892184441793f,0.1526975287291407f,2.1855930319894474f,0.22629626238204673f,0.1849750656449917f,-0.9563337423313825f,0.07444174202567652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680626369503433f,-0.027303716638612474f,-0.249217250603698f,-0.018966768969894132f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,1.6838907689405551f,0.24155677601905956f,0.16454816084578708f,-0.9563337423313825f,-0.010198357962316135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014188050386101207f,-0.050578050586384385f,-0.9986193268834338f,1.2168113274972534e-17f,-0.23734768603667566f,0.9700050134711105f,-0.052500950219463355f,1.3201388888888888f,0.9713211493421097f,0.23776487259431756f,0.001757896734974635f,-0.09936018518518522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010962959908503043f,-0.28351384128320817f,-0.9589054777770769f,0.1856042344029567f,-0.1991594906245494f,0.9391308600953175f,-0.2799441460556005f,0.7027747750829245f,0.9799057662878683f,0.1940441429610005f,-0.046168818246910145f,-0.3325304991750127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010962959908503043f,-0.45351301944402683f,-0.8911822230637267f,0.012702395739921499f,-0.1991594906245494f,0.8723892584685857f,-0.44639946124833224f,1.0353731798740728f,0.9799057662878683f,0.1823812569958682f,-0.08075745347887396f,-0.26299764494533795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.017656075368159573f,0.12613254997339862f,-0.9918562611789077f,0.30194380916405406f,0.14430200553340308f,0.98194641351119f,0.12230360661709258f,1.1082443277453473f,0.9893761641568041f,-0.14096744599275013f,-0.03553849980865113f,-0.00865150787947751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.017656075368159573f,-0.9789024535282257f,-0.2035638707605396f,-0.025283155762162404f,0.14430200553340308f,0.19896921307194598f,-0.969323570046952f,1.0597885834629797f,0.9893761641568041f,-0.0464891248137708f,0.13774457184375022f,-0.007423747227528477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07511868234189505f,-0.6894222846376512f,-0.7204540908400887f,-0.00017028785229263824f,-0.027413859581124314f,0.7236501313554677f,-0.6896223370019859f,1.2100671982670461f,0.9967977045850795f,-0.0320530939881907f,-0.07325937004711648f,-0.1138507053862229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.085407919060086f,-0.6361327712067459f,-0.7668380433694272f,0.00004162436939395952f,-0.23140518552139644f,0.7359395618054952f,-0.636273998748451f,1.172513692211777f,0.9691011956837292f,0.23179313787591185f,-0.08434935540953817f,-0.11879589508603888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005189011068116046f,-0.614921031065368f,-0.7885716199037597f,-0.00017028785229263824f,-0.13052619222005157f,0.781419125428738f,-0.6102024775094906f,1.2100671982670461f,0.991431282191897f,0.10609559824842416f,-0.07620850821030324f,-0.1138507053862229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010101010456743009f,-0.013862126833807463f,-0.9998528946937124f,0.007254930518541895f,-0.04375452051165429f,0.9989400857522586f,-0.01429150139298005f,1.2336911126386279f,0.9989912469699361f,0.043892442594526f,0.009483773538958337f,-0.11077937800061363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00023752017205017203f,-0.012959825933110562f,-0.9999159897191119f,0.007254930518541895f,-0.21630448079178455f,0.9762432945412411f,-0.012704387142246115f,1.2336911126386279f,0.9763259267138019f,0.2162893265398157f,-0.002571390944331127f,-0.11077937800061363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005189011068116046f,0.056585429564008055f,-0.9983842763811895f,0.007254930518541895f,-0.13052619222005157f,0.9898943824029689f,0.055425849849856615f,1.2336911126386279f,0.991431282191897f,0.1300276926200776f,0.012522453562680808f,-0.11077937800061363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.010007663121362639f,-0.33423156992416525f,-0.942437851714837f,0.011273822181205664f,0.051703548735071436f,0.9410513683265551f,-0.3342888948483308f,1.232280460414442f,0.9986123320523582f,-0.052072832040768825f,0.007863233190264003f,0.08443840697326155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01596700070659625f,-0.3018588783148736f,-0.9532189006051661f,-0.0019490193827451444f,-0.25836608323511845f,0.9197177598118448f,-0.295577755117711f,1.2744653478761305f,0.9659151214895536f,0.25099892403986107f,-0.06330496195917529f,-0.30078764011574216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005189011068116046f,-0.16945244694210237f,-0.9855247040990239f,0.018566522437389134f,-0.13052619222005157f,0.9769915568741512f,-0.16867249610163543f,1.0983685815159674f,0.991431282191897f,0.12951203041399678f,-0.01704836265964705f,-0.12077435280388718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005189011068116046f,-0.08291349164047875f,-0.9965432389355311f,1.2168113274972534e-17f,-0.13052619222005157f,0.987974585717269f,-0.08288022153279224f,1.3201388888888888f,0.991431282191897f,0.13050506074775348f,-0.005695771287196495f,-0.09936018518518522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2842860721441973f,-0.016655314536685f,0.9585948203920716f,0.8489333708097334f,0.12533147652482696f,0.990623415500274f,0.05438078387333328f,1.7647699798247665f,-0.9505122041178276f,0.1356018036762621f,-0.2795330046037739f,-0.4676397926000643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2842860721441973f,-0.016655314536685f,0.9585948203920716f,0.822281551546215f,0.12533147652482696f,0.990623415500274f,0.05438078387333328f,1.7765198057489688f,-0.9505122041178276f,0.1356018036762621f,-0.2795330046037739f,-0.5567503117361107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2842860721441973f,-0.016655314536685f,0.9585948203920716f,0.6918182381191634f,0.12533147652482696f,0.990623415500274f,0.05438078387333328f,1.7624877752058676f,-0.9505122041178276f,0.1356018036762621f,-0.2795330046037739f,-0.4702651014775214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2673662820466602f,-0.7320698335196716f,-0.6265692540134935f,-0.9398711857380986f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4648070726877154f,0.9635648772524742f,-0.20825835595793774f,-0.16784273740356195f,-0.4556791802616659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.022483465581424f,-0.7320698335196716f,-0.680858467396807f,-0.9281136020359276f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4486668295532024f,0.9442197574962251f,-0.20825835595793774f,0.25510293359243524f,-0.5472778389693416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12541422615649062f,-0.7320698335196716f,-0.669585715743734f,-0.833554536525453f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5679453189326273f,0.9770523595485405f,-0.20825835595793774f,0.04468941568566395f,-0.5081819219683533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.107829793931323e-8f,1.0674160423845595e-8f,-0.000015624785994435334f,0.6876415214082994f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4838981150801114f,0.000015491113784248392f,0.0000020394438201068363f,8.177791937613745e-8f,-0.0741197179741506f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184.mcfunction new file mode 100644 index 000000000..3fd757a9b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184_as_bone.mcfunction new file mode 100644 index 000000000..da5ddca54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_184_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5316228936074233f,0.05180789090051775f,-0.6177681489663858f,-0.3236217237937987f,-0.2557485928421856f,0.7596597778140821f,-0.1563781432142797f,1.4310412877886378f,0.5647248893896535f,0.29525820709396694f,0.5107375401240288f,-0.12041461116329367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5005533374025111f,-0.15240394150920844f,-0.6051606357221738f,-0.3236217237937987f,0.05331753875082766f,0.7833843621804653f,-0.15318675253643727f,1.4310412877886378f,0.621774554381861f,0.05551558072796728f,0.5003143250194568f,-0.12041461116329367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5139910006455801f,0.048698912450381125f,-0.6327607064490883f,-0.3222397178838271f,-0.03473360133996065f,0.81087962606379f,0.09062148430173271f,1.4082729945616983f,0.6336807339960369f,0.08394696185832239f,-0.5082775613790615f,-0.026482345487315068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48343056231223447f,-0.14860791366205864f,-0.6198472226440049f,-0.3222397178838271f,-0.3354121096216241f,0.7208455014578591f,0.08877206625475859f,1.4082729945616983f,0.5420273130956117f,0.313524243121609f,-0.497904549922346f,-0.026482345487315068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0816863122062652f,0.00828061805931674f,1.5603413177131138f,-0.0005020058330886027f,1.5571914943993606f,-0.09914181212969092f,0.08204755241887383f,1.3952152488719298f,0.0994396609428419f,1.5593295297826553f,-0.0030694265548908343f,0.7666963543508487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005299595557963152f,-0.9986184433363928f,0.05227923981200941f,-0.0010277255870672387f,-0.06345075976301903f,-0.052510433548079f,-0.9966025564155896f,1.4074998407725365f,0.9979708990608983f,0.001964432995129705f,-0.06364138300343566f,0.5739312172216189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014297277516479039f,-0.9986184433363928f,0.0505647355774393f,-0.007663273541477906f,-0.23554501792890747f,-0.052510433548079f,-0.9704438154254287f,1.4736686214137786f,0.9717582684929866f,0.001964432995129705f,-0.2359703553807559f,0.24211577138343027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9608386398028119f,-0.028840665155553693f,-0.2756035636476201f,0.23565476608780817f,0.22174099461731078f,0.5164613596545751f,-0.8271025300951955f,1.4130301465675374f,0.16619277832688287f,-0.8558246783174305f,-0.4898408725441954f,-0.49009093783791136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7067531507220108f,-0.028840665155553693f,-0.7068721242048637f,0.009242544420321982f,0.594926307293227f,0.5164613596545751f,-0.6158980052526497f,1.6064744040591838f,0.3828350465082266f,-0.8558246783174305f,-0.3478526227411705f,-0.340163778029894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014297277516479039f,-0.5792031639383617f,-0.8150578401189746f,0.2560430122712317f,-0.23554501792890747f,0.7902501771923206f,-0.5657059324210562f,1.299333325582711f,0.9717582684929866f,0.20007086827246293f,-0.125129993543576f,0.049658862708694136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014297277516479039f,-0.30730325591981744f,-0.951504228449194f,0.19247675035845851f,-0.23554501792890747f,0.9237860440130901f,-0.301890525547782f,1.470656393050492f,0.9717582684929866f,0.22843829317284908f,-0.05917612548813959f,0.09212119189430247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014297277516479039f,-0.5430995672139018f,-0.8395465728282675f,0.20373110432618116f,-0.23554501792890747f,0.8141737803298785f,-0.5306972771290855f,1.362634185970683f,0.9717582684929866f,0.20533853879734146f,-0.1162839288125633f,-0.2558099863498671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014297277516479039f,-0.05056473557743952f,-0.9986184433363928f,0.1880088511345588f,-0.23554501792890747f,0.9704438154254287f,-0.052510433548079216f,1.5442642111532754f,0.9717582684929866f,0.2359703553807559f,0.0019644329951296526f,-0.21155326700975585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680353618230585f,-0.027298610283321117f,-0.2493237336009153f,0.256947338753437f,-0.06668387599167533f,0.9862943157280127f,0.15091979143021034f,2.197597115993511f,0.24178668065637463f,0.1627215678366291f,-0.9565881519326704f,0.01770811767269101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680353618230585f,-0.027298610283321117f,-0.2493237336009153f,0.27328689108213094f,-0.06668387599167533f,0.9862943157280127f,0.15091979143021034f,2.0909597023237794f,0.24178668065637463f,0.1627215678366291f,-0.9565881519326704f,-0.10137921807518954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680353618230585f,-0.027298610283321117f,-0.2493237336009153f,-0.3117734363176099f,-0.06668387599167533f,0.9862943157280127f,0.15091979143021034f,2.1584203388484013f,0.24178668065637463f,0.1627215678366291f,-0.9565881519326704f,0.15975779255831113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680353618230585f,-0.027298610283321117f,-0.2493237336009153f,-0.3680365361256453f,-0.06668387599167533f,0.9862943157280127f,0.15091979143021034f,2.046781634479294f,0.24178668065637463f,0.1627215678366291f,-0.9565881519326704f,0.058804457859658654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9506243145927233f,0.264094257339695f,-0.16299581511594277f,0.1658265743015001f,0.06777166805285416f,0.6891903668763716f,0.7214039362341643f,2.2494235924716217f,0.30285378240076405f,0.674737624151053f,-0.6730592284788489f,0.08962076186059167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9802339956766093f,0.11213241268499982f,-0.16299581511594277f,0.05404831102105931f,-0.04087583999469761f,0.6913071144510099f,0.7214039362341643f,2.2516818747463914f,0.19357293050578522f,0.7138072537701333f,-0.6730592284788489f,0.1191107710870387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9151191149172685f,0.4019475221970968f,-0.03154671001309592f,0.02065037342184889f,0.049985956159228385f,0.19074732758118118f,0.9803656772895946f,2.300142580564459f,0.4000730054626075f,0.8955744784328395f,-0.19464825681177916f,0.0745768908201498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945386126341259f,0.0994874518074434f,-0.03154671001309592f,0.051012714606467946f,-0.011404696525712098f,0.1968579987952513f,0.9803656772895946f,2.3020459991318214f,0.10374430527477219f,0.9753713012197923f,-0.19464825681177916f,0.07924281629600124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9667309256686771f,0.25384271201500536f,-0.03154671001309592f,0.12461695575727645f,0.019531089943953833f,0.19621843776290732f,0.9803656772895946f,2.353197781008279f,0.25504872844494725f,0.9471336770692675f,-0.19464825681177916f,0.16439888141603215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9667309256686771f,0.19713873696073206f,-0.16299581511594277f,0.08026073994111181f,0.019531089943953833f,0.692239046364372f,0.7214039362341643f,2.197443995576296f,0.25504872844494725f,0.6942200091311634f,-0.6730592284788489f,0.008199379361520612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518467966604173f,-0.17839661305810328f,-0.2493237336009153f,-0.2247793059265545f,-0.220153310475802f,0.963719739572251f,0.15091979143021034f,2.2736002015600327f,0.2133546239804704f,0.19854196535793242f,-0.9565881519326704f,0.13238783143118854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680353618230585f,-0.027298610283321117f,-0.2493237336009153f,-0.11355123973513373f,-0.0666838759916753f,0.986294315728013f,0.15091979143021034f,2.2912204499429976f,0.24178668065637463f,0.1627215678366291f,-0.9565881519326704f,0.10617743724797277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326764429139739f,-0.26067667463092503f,-0.2493237336009153f,-0.09181081350357731f,-0.30330927036633915f,0.94086486971536f,0.15091979143021034f,2.288449452414477f,0.19523867276535223f,0.21638153395995255f,-0.9565881519326704f,0.10007386739360158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9675815311264243f,0.04029462105970069f,-0.2493237336009153f,-0.12026084621109268f,0.0022789761177816614f,0.9885433843906483f,0.15091979143021034f,2.2963725621178646f,0.2525485832288505f,0.14545900003485088f,-0.9565881519326704f,0.10873906194244982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619724643582337f,-0.111564571795204f,-0.2493237336009153f,-0.18685012916857366f,-0.15239133736618263f,0.9767292853449253f,0.15091979143021034f,2.400537115780985f,0.22668449023321754f,0.1831754608831234f,-0.9565881519326704f,0.10986052822431697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619724643582337f,-0.111564571795204f,-0.2493237336009153f,-0.1617481005146528f,-0.15239133736618263f,0.9767292853449253f,0.15091979143021034f,2.180773026578377f,0.22668449023321754f,0.1831754608831234f,-0.9565881519326704f,0.06864604952561427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680353618230585f,-0.027298610283321117f,-0.2493237336009153f,-0.018961775841539807f,-0.06668387599167533f,0.9862943157280127f,0.15091979143021034f,1.6789164307845357f,0.24178668065637463f,0.1627215678366291f,-0.9565881519326704f,-0.01507870932480905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014297277516479039f,-0.05056473557743952f,-0.9986184433363928f,1.2683372076391553e-17f,-0.23554501792890747f,0.9704438154254287f,-0.052510433548079216f,1.315f,0.9717582684929866f,0.2359703553807559f,0.0019644329951296526f,-0.1035675925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011198292047249836f,-0.28513653020489454f,-0.9584214925584348f,0.18635781109091643f,-0.1991360764637155f,0.9386466153196993f,-0.28158010334451844f,0.6979404624743417f,0.9799078636820207f,0.19400951185853155f,-0.046269730953967844f,-0.33672026364086133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011198292047249836f,-0.45502033698907496f,-0.8904106306539546f,0.012881307613831605f,-0.1991360764637155f,0.8716149928802682f,-0.4479197776800742f,1.030243678509944f,0.9799078636820207f,0.1823288159142118f,-0.08085036537616722f,-0.26720740257356806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.01774262924769444f,0.126959942170229f,-0.9917491478148649f,0.3021716140423456f,0.14535266551704054f,0.981695351155038f,0.12307249955890895f,1.1028204819210343f,0.9892208053485684f,-0.14196975242888327f,-0.03587182265806114f,-0.012840333454128897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.01774262924769444f,-0.9787307539153614f,-0.20438030836567217f,-0.025094886469208693f,0.14535266551704054f,0.19971603764799278f,-0.9690129549873298f,1.0546320524856334f,0.9892208053485684f,-0.04690006019669815f,0.13871763629429348f,-0.011629533524252375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07428099860918273f,-0.6849517518240356f,-0.7247919914836307f,-0.0000961472144388846f,-0.026917479615287038f,0.7279122043206305f,-0.6851417897721909f,1.204928270919156f,0.9968740053471067f,-0.031383442677077156f,-0.07250722025392652f,-0.11805850225577254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08494898149061537f,-0.631320699230806f,-0.7708552686895468f,-0.00012220017487364274f,-0.2319015654872337f,0.7398787053999314f,-0.6315070587256263f,1.1673740248498f,0.9690228761325902f,0.23240842501606424f,-0.08355231602579971f,-0.12300254396327259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005380018242593133f,-0.6099541302459639f,-0.7924184591486995f,-0.0000961472144388846f,-0.13052619222005157f,0.785222040057554f,-0.6053009672488447f,1.204928270919156f,0.9914302640873152f,0.1066878943636183f,-0.07539048114990324f,-0.11805850225577254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010233175103540626f,-0.014543931045927945f,-0.9998418655952708f,0.0073131531367798585f,-0.04375119375579059f,0.998930167213647f,-0.014978453707205248f,1.2285572698671159f,0.9989900475841806f,0.043897552326376f,0.00958591297214511f,-0.11498784645892036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00048591619427567267f,-0.013608416505231473f,-0.9999072831446284f,0.0073131531367798585f,-0.21630780754764825f,0.9762333760026296f,-0.013391339456471314f,1.2285572698671159f,0.9763250976387843f,0.2162942592366451f,-0.0024692391316497603f,-0.11498784645892036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005380018242593133f,0.05591862682810339f,-0.9984208344066988f,0.0073131531367798585f,-0.13052619222005157f,0.9899325526457874f,0.054739879034664526f,1.2285572698671159f,0.9914302640873152f,0.13002556820046926f,0.012624700626217482f,-0.11498784645892036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.009941114144593819f,-0.33207530514789296f,-0.9432004908610353f,0.01135296616360957f,0.051693039228192766f,0.9418152085093514f,-0.3321324174419587f,1.2271486710188262f,0.9986135408379543f,-0.05205866624704055f,0.0078032892848182165f,0.08022952151840089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01624322609289918f,-0.2986776252922504f,-0.9542158213715999f,-0.0019382280600513278f,-0.25835855580098466f,0.9206785080527143f,-0.29257809462476425f,1.2693258612935845f,0.9659125292957559f,0.25128223367283664f,-0.06221113075540014f,-0.3049950161237849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005380018242593133f,-0.17011038333346784f,-0.9854103271662268f,0.01871669029536882f,-0.13052619222005157f,0.9768744389579925f,-0.16934947196564148f,1.0932425782482376f,0.9914302640873152f,0.1295329610278715f,-0.016948258291293955f,-0.1249844776344976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005380018242593133f,-0.08357889299176975f,-0.9964866401763647f,1.2683372076391553e-17f,-0.13052619222005157f,0.9879169158043898f,-0.08356482879822304f,1.315f,0.9914302640873152f,0.13051718704374718f,-0.0055942236229889f,-0.1035675925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2670566477185789f,-0.01726741335945973f,0.9635261197005445f,0.823757405035451f,0.1255962305728967f,0.9919351862983183f,-0.01703446650764672f,1.7489063930327273f,-0.9554613198739099f,0.12556441621412467f,0.2670716076366252f,-0.3897577958767419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2670566477185789f,-0.01726741335945973f,0.9635261197005445f,0.8487939657590678f,0.1255962305728967f,0.9919351862983183f,-0.01703446650764672f,1.7606810396489363f,-0.9554613198739099f,0.12556441621412467f,0.2670716076366252f,-0.479332294614921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2670566477185789f,-0.01726741335945973f,0.9635261197005445f,0.6917467674421778f,0.1255962305728967f,0.9919351862983183f,-0.01703446650764672f,1.7573488863169788f,-0.9554613198739099f,0.12556441621412467f,0.2670716076366252f,-0.4746057863913252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26718063850267854f,-0.7321099425934393f,-0.6266015786487709f,-0.9399398160373352f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4596681837988266f,0.9636163696509783f,-0.20811731290705676f,-0.1677220206443242f,-0.4597055072559332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.022665376752119937f,-0.7321099425934393f,-0.680809307113611f,-0.9281998797772565f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4435279406643136f,0.9442154083510106f,-0.20811731290705676f,0.25523410175930694f,-0.5513064294574487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12522598677417363f,-0.7321099425934393f,-0.6695770935390974f,-0.8336332838764312f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5628064300437385f,0.9770765034828319f,-0.20811731290705676f,0.044818415970553215f,-0.5122287307522739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.40627850405177e-8f,1.1067075604736534e-8f,-0.000015624769949282735f,0.6876463714272036f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4787592261912226f,0.000015491097876364302f,0.000002039441725794164f,8.47881594988902e-8f,-0.07845960556152606f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185.mcfunction new file mode 100644 index 000000000..71f9f81fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185_as_bone.mcfunction new file mode 100644 index 000000000..473617be0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_185_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5323982747866489f,0.05195833528703848f,-0.6170873948176584f,-0.32355606143967003f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5647294647771472f,0.29320553388485177f,0.5119136557626304f,-0.12649487494739603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5013114742602366f,-0.15255845550911337f,-0.6044937745152572f,-0.32355606143967003f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6210092022946813f,0.05365614527670892f,0.5014664382980869f,-0.12649487494739603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5144430915556307f,0.04879235203984578f,-0.6323860026736435f,-0.3221456524508789f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6334041468857435f,0.0819422516550058f,-0.5089490136998951f,-0.0323795215188218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48387474385160933f,-0.14869282544357687f,-0.6194801658843856f,-0.3221456524508789f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5425285077516241f,0.3116062453777634f,-0.4985622991345911f,-0.0323795215188218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08173529876887976f,0.008707346654099272f,1.560336429443794f,-0.0002704540834149059f,1.5574375074151376f,-0.09514142136581084f,0.0821143741193712f,1.3949471802395388f,0.09546727937720224f,1.5595763982744604f,-0.0037022308918588714f,0.7606804377947187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005572701858622858f,-0.9986153148440282f,0.052310591212082855f,-0.0008489276649938874f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.998128894895655f,0.002369427770789248f,-0.06109905880140501f,0.567884574435576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014571678832255262f,-0.9986153148440282f,0.050548186267880504f,-0.007577477296076912f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9723553339807199f,0.002369427770789248f,-0.23349409048471f,0.23590230695860737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9609169966311217f,-0.02909738986835502f,-0.2753032282561802f,0.23564465846381266f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.16568431762649952f,-0.8571387370091383f,-0.4877108696871754f,-0.4961670249970981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7069672886353101f,-0.02909738986835502f,-0.7066474330969355f,0.009164324018282818f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.38135769088312993f,-0.8571387370091383f,-0.3462361869052207f,-0.3467205258036988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014571678832255262f,-0.5791875254545235f,-0.8150640935128204f,0.25608522357275004f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9723553339807199f,0.19820001117591549f,-0.12345792825537741f,0.0438218227619316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014571678832255262f,-0.30728646080090094f,-0.9515054898341188f,0.1925221028611179f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9723553339807199f,0.22615122531813306f,-0.058144026059002395f,0.08586177734621278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014571678832255262f,-0.5430836708452265f,-0.8395521381291836f,0.20368758386904093f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9723553339807199f,0.20339652787869586f,-0.11469506060041922f,-0.26179421541221276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014571678832255262f,-0.050548186267880726f,-0.9986153148440282f,0.18796845322603814f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9723553339807199f,0.23349409048471f,0.002369427770789196f,-0.21799926452276222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9679666566653596f,-0.02730265278874418f,-0.24958989710079194f,0.25693712577980743f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.24221895385921638f,0.16019859255129518f,-0.9569045873732299f,0.009566912165226815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9679666566653596f,-0.02730265278874418f,-0.24958989710079194f,0.2732496541501521f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.24221895385921638f,0.16019859255129518f,-0.9569045873732299f,-0.10925092773964601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9679666566653596f,-0.02730265278874418f,-0.24958989710079194f,-0.3117432850110914f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.24221895385921638f,0.16019859255129518f,-0.9569045873732299f,0.15187054755751644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9679666566653596f,-0.02730265278874418f,-0.24958989710079194f,-0.3680282558906486f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.24221895385921638f,0.16019859255129518f,-0.9569045873732299f,0.051219129192084836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9505456406820786f,0.26424321668534856f,-0.16321307366775936f,0.16583329575785438f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.30293626399523327f,0.67289613464441f,-0.6748632542502393f,0.08137104859588926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9801795927479066f,0.11229184540504886f,-0.16321307366775936f,0.054062905543950865f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.19394246904080506f,0.7120013390192002f,-0.6748632542502393f,0.11088542422874635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.91501327158043f,0.40218051972387037f,-0.03164715447424438f,0.020650558108588f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.40019117284835826f,0.8949734348028309f,-0.19715368667990835f,0.0662364318290238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945099498343397f,0.0997417530133865f,-0.03164715447424438f,0.05101406780404773f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.1040424218330375f,0.9748361904892728f,-0.19715368667990835f,0.07088924086198171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9666628342824086f,0.25408939850136353f,-0.03164715447424438f,0.12463885322336839f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.2552594649328181f,0.9465585187354941f,-0.19715368667990835f,0.15589389580724589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9666628342824086f,0.1972928214634885f,-0.16321307366775936f,0.08024796839408355f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.2552594649328181f,0.6923887590255846f,-0.6748632542502393f,0.00010642502648957122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951778304990046f,-0.17838985793898632f,-0.24958989710079194f,-0.22476217683966976f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.21417625547193989f,0.1961176745122362f,-0.9569045873732299f,0.12418169543643091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9679666566653596f,-0.02730265278874419f,-0.24958989710079194f,-0.11354206519053514f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.2422189538592164f,0.16019859255129518f,-0.9569045873732299f,0.09789608487154064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326088006225107f,-0.26066397577467243f,-0.24958989710079194f,-0.09180315612817536f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.1962684685702323f,0.2140380781757415f,-0.9569045873732299f,0.09179375801284798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9675132753219599f,0.04028579577208856f,-0.24958989710079194f,-0.12025122943544425f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.2528038095766476f,0.14291201673618342f,-0.9569045873732299f,0.10044630219443722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619036683168398f,-0.11156261086862362f,-0.24958989710079194f,-0.18684528321769664f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2273350102909429f,0.1806997613725208f,-0.9569045873732299f,0.10131860980011079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619036683168398f,-0.11156261086862362f,-0.24958989710079194f,-0.16174369577225636f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2273350102909429f,0.1806997613725208f,-0.9569045873732299f,0.060661163491293676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9679666566653596f,-0.02730265278874418f,-0.24958989710079194f,-0.01895556985045526f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.24221895385921638f,0.16019859255129518f,-0.9569045873732299f,-0.02181471606823375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014571678832255262f,-0.050548186267880726f,-0.9986153148440282f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9723553339807199f,0.23349409048471f,0.002369427770789196f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011583482186755032f,-0.29108016258734926f,-0.9566285391355162f,0.18930487303543664f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799097494830546f,0.19379928310273428f,-0.047103298577952854f,-0.3423929654230718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011583482186755032f,-0.4605377028886711f,-0.8875645594312875f,0.0137248738091308f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799097494830546f,0.1819702018243729f,-0.08163166368545062f,-0.27301682597752963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.018469002184297027f,0.1243684922262656f,-0.9920641985777342f,0.30276782983832545f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9889982858935921f,-0.1433819842388275f,-0.03638677088275091f,-0.018618115583982082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.018469002184297027f,-0.9792481563010988f,-0.20182156559499642f,-0.02436833179913425f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9889982858935921f,-0.047524223438632815f,0.1400851122928204f,-0.017445645966299078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07386137339645216f,-0.6833603138777206f,-0.7263354451883327f,0.00022088495854413054f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9969099059186528f,-0.03106373481945673f,-0.07215042522625767f,-0.12386763369003019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08490291374200681f,-0.6295763222453605f,-0.7722856658686109f,0.00010966482914126843f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9689849129506465f,0.23270219393604152f,-0.083174078963228f,-0.12881118529020424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005568408680970306f,-0.608170224068137f,-0.7937871070895988f,0.00022088495854413054f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914292238830245f,0.10697084046138426f,-0.07500222211167637f,-0.12386763369003019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010172332267234591f,-0.01740472938575851f,-0.9997967788762142f,0.007562105497377642f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9989912550584069f,0.0439103327517317f,0.009399733744188093f,-0.1207952336817005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0009221061423467449f,-0.016436456221116356f,-0.9998644871317082f,0.007562105497377642f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763218176725593f,0.216306858784131f,-0.002655405711393992f,-0.1207952336817005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005568408680970306f,0.053067221007283505f,-0.9985754167209036f,0.007562105497377642f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914292238830245f,0.13005131200294093f,0.012439866438908195f,-0.1207952336817005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.010274369341590461f,-0.3326919050746855f,-0.9429796040383955f,0.011569627582749953f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9986124760136244f,-0.05212237276052384f,0.007508728770701111f,0.07442286036854748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01680137400979472f,-0.2985704532106175f,-0.9542396964604803f,-0.0017703344994239659f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.965911528100529f,0.25142186460962557f,-0.061660083349929964f,-0.3108034885559472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005568408680970306f,-0.17292348126239238f,-0.9849195207999774f,0.019353879730766556f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914292238830245f,0.12951646637303965f,-0.017134146285865855f,-0.1307918416256134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005568408680970306f,-0.08642406282717299f,-0.9962428791159347f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914292238830245f,0.1305169563622916f,-0.005780841861513572f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7363433163818304f,-0.012268838875012995f,0.6764968558777398f,0.7586346860927765f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773416f,1.7391043490048694f,-0.670890048470482f,0.11647263443183803f,0.7323528304661506f,-0.3392437365010096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7363433163818304f,-0.012268838875012995f,0.6764968558777398f,0.8276668720035731f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773416f,1.747333582429768f,-0.670890048470482f,0.11647263443183803f,0.7323528304661506f,-0.40213967854511723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7363433163818304f,-0.012268838875012995f,0.6764968558777398f,0.6916762506665138f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773416f,1.7548488863169789f,-0.670890048470482f,0.11647263443183803f,0.7323528304661506f,-0.48054463209298603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2669975283105526f,-0.7321494756090171f,-0.6266334376982265f,-0.9400074720198202f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9636671216380094f,-0.2079781943888932f,-0.16760295144373208f,-0.46533430185901864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0228447951612311f,-0.7321494756090171f,-0.6807607955071171f,-0.9282849418825352f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9442110844534833f,-0.2079781943888932f,0.2553634638195388f,-0.5569374532171419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12504032146437352f,-0.7321494756090171f,-0.6695685651025798f,-0.8337109221857907f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9771002811533157f,-0.2079781943888932f,0.04494564749614187f,-0.5178777246625016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.700638564016103e-8f,1.1454607975579332e-8f,-0.00001562475355584254f,0.6876511300059857f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.00001549108162317226f,0.0000020394395860208376f,8.775716031207155e-8f,-0.08439767926211565f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186.mcfunction new file mode 100644 index 000000000..d5f9d88c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186_as_bone.mcfunction new file mode 100644 index 000000000..cdd2d6655 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_186_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.586146876480834f,0.06128882387278212f,-0.5653494173557602f,-0.3170989333215423f,-0.22590052215349635f,0.7701937407187918f,-0.1507149637322607f,1.4479832569449307f,0.5218670690194813f,0.26455571486991175f,0.569745101292789f,-0.1942811506951708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5534530478804763f,-0.16426306149943773f,-0.5538116741444181f,-0.3170989333215423f,0.08427968863655261f,0.7817286076497919f,-0.14763914814588805f,1.4479832569449307f,0.571477609250911f,0.04379532633454929f,0.5581176502459975f,-0.1942811506951708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.567684776197576f,0.05803345747229831f,-0.584217902097979f,-0.3153233141656236f,-0.009334719985870437f,0.811672060721451f,0.08969823460594403f,1.4253591678282334f,0.5870189965586616f,0.06902918297682895f,-0.5635495666055098f,-0.08763243199238219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5355240375621585f,-0.16028829560539645f,-0.5722950877694488f,-0.3153233141656236f,-0.31272255368659607f,0.7310840437493359f,0.0878676583894962f,1.4253591678282334f,0.5053895622278501f,0.28253103062679014f,-0.5520485550421321f,-0.08763243199238219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08323872978381223f,0.0007834289754101624f,1.560281048434229f,-0.0010488461984498386f,1.5537162127189132f,0.14322567036441497f,0.08281659062687687f,1.4775530068046918f,-0.14298074764937166f,1.5559216058618457f,-0.008409055471473581f,0.7080443145663771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0005013945442629598f,-0.9985798709979067f,0.053272787061639605f,-0.0006477851596978987f,0.09166442903320876f,-0.05300261800120101f,-0.994378376140106f,1.4598763704359223f,0.9957898277515828f,0.005381795501742629f,0.09150767849558106f,0.5156983727100319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012973934083038664f,-0.9985798709979067f,0.05167125189322183f,-0.007108044807930166f,-0.14395950580464853f,-0.05300261800120101f,-0.9881631359110193f,1.4995591588483408f,0.9894985284086533f,0.005381795501742629f,-0.14444271720750435f,0.17235690421674849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.969807260310315f,-0.03078431252566349f,-0.241921896387498f,0.24330193949711143f,0.19604531224439226f,0.4916171303704922f,-0.8484567358877418f,1.4252652544164701f,0.1450521057978818f,-0.870267156239166f,-0.4707387421649034f,-0.5544756998748515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7309264792773709f,-0.03078431252566349f,-0.6817615477522252f,0.008612109386097015f,0.5828050815024246f,0.4916171303704922f,-0.6470323284823061f,1.6155729329845978f,0.35508410111710126f,-0.870267156239166f,-0.3413947244836328f,-0.4135324515602426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.061238503611823605f,-0.5722913682120407f,-0.8177606223983734f,0.2559415308511133f,-0.43287222095109235f,0.7230125377753277f,-0.5383999540755453f,1.3254206587727084f,0.899372829256173f,0.38695666435619247f,-0.20345282968313733f,-0.0356391896177381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.022063367848137876f,-0.3052909145781026f,-0.9520035006633449f,0.1927494624885732f,-0.31948760562511624f,0.9001510665368128f,-0.2960670992605712f,1.4923485643779824f,0.9473335619786348f,0.310685556292378f,-0.07767629921776456f,0.022128875316971747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023927060444463015f,-0.5405125356379323f,-0.8409956567050391f,0.20314741101529118f,-0.3559329846517537f,0.7815066270318587f,-0.5124052130318171f,1.3779363338726505f,0.9342051199899205f,0.3115984446744565f,-0.17368708374855701f,-0.3366669297375503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02016648985073585f,-0.04931078913284614f,-0.9985798709979068f,0.18766051385914564f,-0.2825616868909989f,0.9577836997915197f,-0.053002618001201346f,1.557189511221053f,0.9590371243014597f,0.2832292896025483f,0.005381795501742568f,-0.2835278017151866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675338925749645f,-0.03538840328598428f,-0.2502515287298077f,0.25263939315961814f,-0.06025529563348767f,0.9938958799073214f,0.09241363130714196f,2.219262668615321f,0.24545359249124515f,0.10449230027193342f,-0.9637602882029441f,-0.08840591997710541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675338925749645f,-0.03538840328598428f,-0.2502515287298077f,0.26988438372350787f,-0.06025529563348767f,0.9938958799073214f,0.09241363130714196f,2.105949035148206f,0.24545359249124515f,0.10449230027193342f,-0.9637602882029441f,-0.2010244942485448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675338925749645f,-0.03538840328598428f,-0.2502515287298077f,-0.31578676872817346f,-0.06025529563348767f,0.9938958799073214f,0.09241363130714196f,2.1838626824306466f,0.24545359249124515f,0.10449230027193342f,-0.9637602882029441f,0.05579806561150112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675338925749645f,-0.03538840328598428f,-0.2502515287298077f,-0.37110682010740603f,-0.06025529563348767f,0.9938958799073214f,0.09241363130714196f,2.0660299017910204f,0.24545359249124515f,0.10449230027193342f,-0.9637602882029441f,-0.03841148922309488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9530405913134683f,0.2324860099307433f,-0.1940718591021301f,0.15904516574853597f,0.08389283904050211f,0.8184294539504026f,0.5684498398840221f,2.2876628654769444f,0.29099076079250197f,0.5254745322971688f,-0.7995004021515391f,-0.02877591983225787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977675904747062f,0.08053532629633287f,-0.1940718591021301f,0.047243140268939735f,-0.04517059482217098f,0.821476960662465f,0.5684498398840221f,2.290738227728975f,0.2052058543034899f,0.5645260528258216f,-0.7995004021515391f,0.0005496640609658626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9175481519476176f,0.3879249048565315f,-0.08729064697642416f,0.012680565606519992f,0.09434791410045243f,0.42566455617203586f,0.8999489745111983f,2.3229997893566887f,0.38626915481617907f,0.817510827947199f,-0.42716763246608447f,-0.04835251541792597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925155370663103f,0.08540053648784138f,-0.08729064697642416f,0.042870812276024337f,-0.0418073832561378f,0.43398615874416663f,0.8999489745111983f,2.327691518075928f,0.11473905781053048f,0.8968627333020767f,-0.42716763246608447f,-0.044637369033254035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669364365802917f,0.23961275125469622f,-0.08729064697642416f,0.11318660787335136f,0.026597727585128732f,0.4351831846056898f,0.8999489745111983f,2.402124756915746f,0.253626671508962f,0.8678717216689371f,-0.42716763246608447f,0.024652070108505467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669364365802917f,0.16543893471021442f,-0.1940718591021301f,0.07596284756355318f,0.026597727585128732f,0.8222878695585488f,0.5684498398840221f,2.2171099862650725f,0.253626671508962f,0.5444929921117557f,-0.7995004021515391f,-0.09785885311663937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.95008597889025f,-0.1863083602111021f,-0.2502515287298077f,-0.22972610383818984f,-0.21499302323530028f,0.9722333674117409f,0.09241363130714196f,2.2979410721924864f,0.22608545436693f,0.14160322809412554f,-0.9637602882029441f,0.02169268162442243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675338925749646f,-0.03538840328598426f,-0.2502515287298077f,-0.11863732332860992f,-0.06025529563348769f,0.9938958799073214f,0.09241363130714196f,2.3148974483417364f,0.24545359249124515f,0.10449230027193343f,-0.9637602882029441f,-0.005526884459178601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302327713874764f,-0.2684048498167827f,-0.2502515287298077f,-0.09687315279868461f,-0.29891063113454874f,0.9497958492978233f,0.09241363130714196f,2.311950022578416f,0.2128835964359894f,0.16076903075983554f,-0.9637602882029441f,-0.011460828132153936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9676455988654006f,0.03218955365976231f,-0.2502515287298077f,-0.12538949649237577f,0.0092221550894043f,0.9956779964447013f,0.09241363130714196f,2.3201362762873883f,0.2521446942767733f,0.08711578520021887f,-0.9637602882029441f,-0.00327126052723049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9607678314342045f,-0.11957987476833398f,-0.2502515287298077f,-0.19282609740306306f,-0.146649739669191f,0.9848622109734875f,0.09241363130714196f,2.423640159825735f,0.23541246342573863f,0.12548736568596622f,-0.9637602882029441f,-0.008260797714485724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9607678314342045f,-0.11957987476833398f,-0.2502515287298077f,-0.16592062558018794f,-0.146649739669191f,0.9848622109734875f,0.09241363130714196f,2.2020461623567007f,0.23541246342573863f,0.12548736568596622f,-0.9637602882029441f,-0.03649545499382808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675338925749645f,-0.03538840328598428f,-0.2502515287298077f,-0.01902197205144393f,-0.06025529563348767f,0.9938958799073214f,0.09241363130714196f,1.6973185098800359f,0.24545359249124515f,0.10449230027193342f,-0.9637602882029441f,-0.09061194893825762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016284635614168107f,-0.05072525880385054f,-0.9985798709979068f,2.065174058284379e-17f,-0.20749102989782572f,0.9767999769640447f,-0.053002618001201346f,1.331018518518519f,0.9781013665029067f,0.20805949418934014f,0.005381795501742568f,-0.16863425925926018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015079732739960727f,-0.38572680496640843f,-0.9224898013479053f,0.2368844920887546f,-0.19871262422920088f,0.9030358047546035f,-0.3808406862497103f,0.7352837552414417f,0.9799417812464348f,0.18905334501566534f,-0.0630312470601054f,-0.3987165100197289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015079732739960727f,-0.5473781876719677f,-0.8367494973535649f,0.028196558038816932f,-0.19871262422920088f,0.818511684143423f,-0.5390286781727314f,1.0473413348211218f,0.9799417812464348f,0.17440109684761076f,-0.09642801867670275f,-0.3322260918465773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.033401844814263164f,0.06228311319974386f,-0.9974994388836275f,0.3107908660574788f,0.16048471723464372f,0.9854395663543118f,0.05615618040378133f,1.1395188217109016f,0.9864729962331054f,-0.15820769536774584f,-0.04291098727955568f,-0.07730119427086403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.033401844814263164f,-0.9895378042713903f,-0.14035401911152962f,-0.012549584068258277f,0.16048471723464372f,0.1332997669113734f,-0.9779958219110602f,1.0696780370653638f,0.9864729962331054f,-0.05519153974233056f,0.15435323658333314f,-0.07688738564197131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07775606091848208f,-0.7115885923468054f,-0.6982805097038963f,0.005526506452588998f,-0.029975824186738345f,0.701753036317591f,-0.7117893831628621f,1.2210874339975903f,0.9965216730983661f,-0.03441440484643025f,-0.07589600637911682f,-0.18313928019967624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08916592445649868f,-0.6596443902883541f,-0.7462698682627643f,0.006929747000635457f,-0.2288432209157824f,0.7156421019640925f,-0.6599145112340733f,1.1835600322321522f,0.9693710425614686f,0.22962068778209216f,-0.08714425733099421f,-0.18808808386316006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0057541594003555265f,-0.6394195009288642f,-0.7688365180462473f,0.005526506452588998f,-0.13052619222005157f,0.761791152207127f,-0.6345369599664562f,1.2210874339975903f,0.9914281632040364f,0.10400452995336361f,-0.07907752496791007f,-0.18313928019967624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00619265264205801f,-0.06500517398681208f,-0.997865711610635f,0.011719564950400345f,-0.04362027198609125f,0.9969174452571904f,-0.06521410287458192f,1.2450576001593068f,0.9990289900323784f,0.04393102203251615f,0.0033380200814777288f,-0.18001943875780863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005271873531159896f,-0.06400460121070131f,-0.9979356784749859f,0.011719564950400345f,-0.2164387293173476f,0.974220654046173f,-0.06362698862384798f,1.2450576001593068f,0.9762819694130193f,0.21632736362676458f,-0.008717106476932465f,-0.18001943875780863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0057541594003555265f,0.005282377740523897f,-0.9999694926021502f,0.011719564950400345f,-0.13052619222005157f,0.9914347114889333f,0.0044862009975149f,1.2450576001593068f,0.9914281632040364f,0.13049639588993397f,0.0063943620172913565f,-0.18001943875780863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018750435413844403f,-0.3735295843073567f,-0.9274287416394666f,0.014608273677618761f,0.05068957383661146f,0.9260437915472016f,-0.3739966085957811f,1.2437680921935987f,0.998538426038805f,-0.05402356693200143f,0.001570331140109153f,0.015219178147494378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.023187333911309248f,-0.33919840248650757f,-0.9404290463914259f,0.0016152663989154898f,-0.2576398237303086f,0.9068806665034209f,-0.33345041303097306f,1.2853931432558698f,0.9659627677992051f,0.2500237998129623f,-0.06636287179430056f,-0.37007558240722543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0057541594003555265f,-0.21979720093129906f,-0.9755286157321893f,0.02997170058294472f,-0.13052619222005157f,0.9670334797081923f,-0.21865306370595294f,1.110491437545954f,0.9914281632040364f,0.1285902001951607f,-0.023124826910466627f,-0.18996159581087915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0057541594003555265f,-0.1339378851474324f,-0.9909730231302104f,2.065174058284379e-17f,-0.13052619222005157f,0.9824104955338561f,-0.13353850159956704f,1.331018518518519f,0.9914281632040364f,0.130116337126268f,-0.011829455554416883f,-0.16863425925926018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.982576665390119f,-0.0029177167426045324f,0.18583482870507317f,0.6734320577750063f,0.02352072308863426f,0.9937897820555495f,-0.10875957276199258f,1.7669669890416841f,-0.18436342429077893f,0.1112355878799285f,0.9765432769584689f,-0.3833596812984812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.982576665390119f,-0.0029177167426045324f,0.18583482870507317f,0.7655486201553299f,0.02352072308863426f,0.9937897820555495f,-0.10875957276199258f,1.7691720568312437f,-0.18436342429077893f,0.1112355878799285f,0.9765432769584689f,-0.40064375232574173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.982576665390119f,-0.0029177167426045324f,0.18583482870507317f,0.6916151146594071f,0.02352072308863426f,0.9937897820555495f,-0.10875957276199258f,1.7843834588507628f,-0.18436342429077893f,0.1112355878799285f,0.9765432769584689f,-0.5384832083558818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.31457641437048317f,-0.7321884288480557f,-0.6041041170053598f,-0.9402339846102542f,-0.05138500265024462f,0.6486156150018105f,-0.7593795924822165f,2.4793124298790135f,0.9478403140953882f,-0.20784101769583024f,-0.2416626788288111f,-0.5519571094587836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07570256481037625f,-0.7321884288480557f,-0.6768819884899777f,-0.9285286171344957f,0.38076227494535075f,0.6486156150018105f,-0.6590279766096915f,2.4631721867445004f,0.9215688860088385f,-0.20784101769583024f,0.32789159748854435f,-0.6435624555026487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12485725307475747f,-0.7321884288480557f,-0.6695601324867255f,-0.8339472809993661f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5824506761239254f,0.9771236911345604f,-0.20784101769583024f,0.04507109480291565f,-0.6045204467011535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.990874063055511e-8f,1.1836710258949953e-8f,-0.000015624736839724647f,0.6876557976029559f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4947777447097417f,0.00001549106505006307f,0.0000020394374041296207f,9.068455960926734e-8f,-0.14378577494342135f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187.mcfunction new file mode 100644 index 000000000..7b3e99888 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187_as_bone.mcfunction new file mode 100644 index 000000000..b7425ac11 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_187_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6616029966998884f,0.07426941246002945f,-0.4729798870723931f,-0.3075934076396395f,-0.18726348121308362f,0.782650878302273f,-0.1390483216046931f,1.4922291588343277f,0.44063398394373626f,0.2211020160694314f,0.6510760594034681f,-0.29157056673202375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6266087911632021f,-0.18080181117715843f,-0.4633272363158137f,-0.3075934076396395f,0.12391702234059054f,0.778518621367553f,-0.13621060075561775f,1.4922291588343277f,0.4816700057209628f,0.034920785486925496f,0.6377887928850301f,-0.29157056673202375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6474698854185775f,0.07177736361977913f,-0.4925192402254886f,-0.30563996836232177f,0.023116189068573788f,0.8115944747175847f,0.08788910544133481f,1.4695411773023035f,0.4971849089860276f,0.055739242227770956f,-0.6454802457061516f,-0.1619478513938861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6128837710352191f,-0.17775904747011767f,-0.48246782715966235f,-0.30563996836232177f,-0.283324589704507f,0.7431788144980778f,0.08609545022824636f,1.4695411773023035f,0.4290695282473717f,0.23682687922562373f,-0.6323071794672506f,-0.1619478513938861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08162683871600614f,-0.015938820391137892f,1.5602849942256607f,-0.005426702317885604f,1.48972546643528f,0.4639925373852942f,0.08267532827236529f,1.6097764425270285f,-0.4641781380627681f,1.491932682548142f,-0.009043057518696856f,0.6247822854864489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.010200845050328925f,-0.9985823963044228f,0.05224117677824366f,-0.002958432973917913f,0.2969552239265925f,-0.05291221009431371f,-0.9534242985185779f,1.5524464585809865f,0.9548369168308096f,0.005787556811965498f,0.2970740083601758f,0.4403459380408675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.006851487444080703f,-0.9985823963044228f,0.052784987550629665f,-0.007630602395636221f,-0.01994823972807827f,-0.05291221009431371f,-0.9983999027216931f,1.5544643405723928f,0.9997775376810356f,0.005787556811965498f,-0.020282488372819263f,0.08462147466307679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9827748248424836f,-0.02952691006715527f,-0.182433015755678f,0.2575464458760634f,0.14865404677064747f,0.46018827262677997f,-0.875287797307543f,1.4674007338791841f,0.10979807846467785f,-0.887330217742339f,-0.44787215435523325f,-0.6323621071146277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7711089483987997f,-0.02952691006715527f,-0.6360182004323328f,0.008953826446045244f,0.5543637034705525f,0.46018827262677997f,-0.6934750449808512f,1.6494616410754666f,0.31316429230311443f,-0.887330217742339f,-0.3384866477538264f,-0.5050166566234979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11802822383948341f,-0.5531609417878904f,-0.8246710319015885f,0.25506413009430906f,-0.6687555906650411f,0.5696262345613305f,-0.47779902977479116f,1.3830163991147646f,0.7340540159494726f,0.607897133880243f,-0.3026974996405444f,-0.14258344894051567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.028007222766777022f,-0.3021734201388293f,-0.952841445170441f,0.1924513547859633f,-0.42985266884853385f,0.8569399617072111f,-0.2843951214649016f,1.541915172425711f,0.9024645580612487f,0.4175465557166602f,-0.10588954269647788f,-0.06495527938549486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.032257675412833677f,-0.5359583513810564f,-0.8436279321844792f,0.20296640793120246f,-0.51509378139341f,0.7144278405169103f,-0.47357286352174144f,1.42073398385375f,0.8565266129822228f,0.4498238613938173f,-0.2530230324969602f,-0.43848380141875226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.023955664364019927f,-0.04753234620545227f,-0.9985823963044228f,0.18781295304077755f,-0.3496593550107113f,0.9353815443317387f,-0.05291221009431393f,1.5957873221028616f,0.9365705854864181f,0.3504312237626329f,0.005787556811965487f,-0.3727417747331838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.967893936554083f,-0.046206479089554706f,-0.24707547201611754f,0.24701854383184418f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.2661477877845604f,0.24601109687327452f,0.027544531579589093f,-0.9688755539259257f,-0.2223074018441942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.967893936554083f,-0.046206479089554706f,-0.24707547201611754f,0.2659270508373056f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.144696506399683f,0.24601109687327452f,0.027544531579589093f,-0.9688755539259257f,-0.3258079676049461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.967893936554083f,-0.046206479089554706f,-0.24707547201611754f,-0.3216191438936796f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.2358481179130054f,0.24601109687327452f,0.027544531579589093f,-0.9688755539259257f,-0.07777588243114542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.967893936554083f,-0.046206479089554706f,-0.24707547201611754f,-0.37530268212977436f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.110528793565802f,0.24601109687327452f,0.027544531579589093f,-0.9688755539259257f,-0.16282561592640177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9579705309077877f,0.18064280484453776f,-0.22284667143610068f,0.1487828540714236f,0.10146926934834358f,0.9399872916129444f,0.3257727413152833f,2.3523595036506952f,0.26832154086126675f,0.28946859702575584f,-0.9188098182136368f,-0.18491551085546987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9744350845505781f,0.02855918463048708f,-0.22284667143610068f,0.0368303390312367f,-0.04682639484401991f,0.9442877791022382f,0.3257727413152833f,2.3564817541812912f,0.21973519231752475f,0.3278794949541741f,-0.9188098182136368f,-0.15630114293060168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9253162832764463f,0.3471988320872148f,-0.15245572111513972f,0.002407441808650726f,0.14674208197653482f,0.6985899618344693f,0.7003133774256398f,2.3679067983942668f,0.349652023132507f,0.6256397016025989f,-0.697365346499205f,-0.20423265559614678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873184203861598f,0.04426725500232767f,-0.15245572111513972f,0.03211629566318154f,-0.07631615702809587f,0.7097443325417656f,0.7003133774256398f,2.3758158972964134f,0.13920553488508045f,0.703067132327634f,-0.697365346499205f,-0.20278497393010636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9682379679151301f,0.19817288055342547f,-0.15245572111513972f,0.09592623975975344f,0.03565189648082885f,0.7129446792535965f,0.7003133774256398f,2.4739521258985366f,0.24747561448534627f,0.6726346658752761f,-0.697365346499205f,-0.16299532450473214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9682379679151301f,0.11337812186409724f,-0.22284667143610068f,0.0704161623403316f,0.03565189648082885f,0.9447756682373046f,0.3257727413152833f,2.2613776005451434f,0.24747561448534627f,0.3074806305921141f,-0.9188098182136368f,-0.2321784663879577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9487492702294306f,-0.19704957083722735f,-0.24707547201611754f,-0.23660860982622184f,-0.20714690652890919f,0.9781903122515372f,0.015292878497633392f,2.3478814279882187f,0.2386733779763174f,0.06569002702164582f,-0.9688755539259257f,-0.12026400783134383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9678939365540828f,-0.04620647908955472f,-0.24707547201611754f,-0.1255873755371459f,-0.0515739061643488f,0.998552081801549f,0.015292878497633392f,2.363884760516251f,0.24601109687327452f,0.02754453157958909f,-0.9688755539259257f,-0.1483232221811317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9279649911165457f,-0.2789886850574444f,-0.24707547201611754f,-0.1037684322115387f,-0.29161355322305216f,0.9564139602932836f,0.015292878497633392f,2.360723309724298f,0.23203989061946934f,0.08624181216808557f,-0.9688755539259257f,-0.153937228419461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9687593966162353f,0.021422945543510874f,-0.24707547201611754f,-0.13240344936422932f,0.01820719735530349f,0.999717272948568f,0.015292878497633392f,2.369208823811992f,0.24733323559969156f,0.010316567865240496f,-0.9688755539259257f,-0.1465010016657467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9601836479055215f,-0.13038816442782736f,-0.24707547201611754f,-0.2008946587944503f,-0.1384072002424398f,0.9902573275610262f,0.015292878497633392f,2.471292022705287f,0.24267428626843546f,0.048880996193163634f,-0.9688755539259257f,-0.15967746802617727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9601836479055215f,-0.13038816442782736f,-0.24707547201611754f,-0.17155732179818917f,-0.1384072002424398f,0.9902573275610262f,0.015292878497633392f,2.2484841240040563f,0.24267428626843546f,0.048880996193163634f,-0.9688755539259257f,-0.17067569216963907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.967893936554083f,-0.046206479089554706f,-0.24707547201611754f,-0.019168650695028308f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,1.7426950178982548f,0.24601109687327452f,0.027544531579589093f,-0.9688755539259257f,-0.18526629065315262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014842885584594453f,-0.051116401853408905f,-0.9985823963044228f,3.063034413145163e-17f,-0.1723908789668819f,0.9836064674817673f,-0.05291221009431393f,1.3738425925925921f,0.9849167851126046f,0.17293186690023257f,0.005787556811965487f,-0.25011574074073983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02028153770471519f,-0.5217763621769427f,-0.8528411851580153f,0.305022299835381f,-0.1978627695426743f,0.8340505346538715f,-0.5149854658847118f,0.8161968938762016f,0.980019889419207f,0.17919021601914267f,-0.086324288736011f,-0.4746363382823183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02028153770471519f,-0.668457130299963f,-0.7434740911285816f,0.050173018908520085f,-0.1978627695426743f,0.7262356343584404f,-0.6583556241249071f,1.093074229475357f,0.980019889419207f,0.16045830716772436f,-0.11753360372095051f,-0.41346160867462345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.058353836852363346f,-0.0368539167973543f,-0.997615466270096f,0.32008942276643565f,0.1774771724903977f,0.9830164560434602f,-0.04669582842791134f,1.2146018530929017f,0.9823933443226401f,-0.17977885294007462f,-0.05082205295075762f,-0.15832720700771086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.058353836852363346f,-0.9974316757108651f,-0.04153169889642336f,0.005537977749280029f,0.1774771724903977f,0.030574701453947972f,-0.9836498568473516f,1.112208948515648f,0.9823933443226401f,-0.06477067175518066f,0.17523720241707022f,-0.15851336514672212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08458147060293661f,-0.7595244865657083f,-0.6449562226521593f,0.0136013063952054f,-0.036197692953485586f,0.6491905984059102f,-0.7597639725376698f,1.2646106126196668f,0.9957588572819674f,-0.040916026792362524f,-0.0824025296701316f,-0.2645781148728857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09635447498344893f,-0.7111354500325324f,-0.6964209839297576f,0.01772552105273614f,-0.22262135214903517f,0.6665542416934948f,-0.7114388072404719f,1.2272828485813208f,0.970131717200298f,0.22358849386191088f,-0.09408845144098736f,-0.26951719478276487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005937296585610858f,-0.6931020606245417f,-0.7208150123764546f,0.0136013063952054f,-0.13052619222005157f,0.7141235641091159f,-0.6877430103815141f,1.2646106126196668f,0.9914270833771834f,0.09816857308786388f,-0.08622800939430346f,-0.2645781148728857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00001550808216023653f,-0.13737533680042563f,-0.9905190642276751f,0.018014363394542578f,-0.04382215731369911f,0.9895674267058374f,-0.1372440400569755f,1.2889636465075462f,0.9990393477175326f,0.04340881064665244f,-0.006004737327334199f,-0.2613983478411057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.011813898677007285f,-0.13634291887211963f,-0.9905912579219949f,0.018014363394542578f,-0.21623684398973975f,0.96687063549482f,-0.13565692580624156f,1.2889636465075462f,0.9762694602922937f,0.21580496447318767f,-0.01805985075574682f,-0.2613983478411057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005937296585610858f,-0.06768567522284161f,-0.9976890286451399f,0.018014363394542578f,-0.13052619222005157f,0.9891183371314526f,-0.06788098625421066f,1.2889636465075462f,0.9914270833771834f,0.13062757947668707f,-0.0029620645288649383f,-0.2613983478411057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03168048947580364f,-0.4386597386413893f,-0.8980946388224582f,0.019167899498077526f,0.04843615914003255f,0.8968161740352056f,-0.43974388964102384f,1.2877371630419243f,0.9983237376093663f,-0.05743155651663606f,-0.007164582454093415f,-0.06614136309339841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03275903086634671f,-0.4057350589343525f,-0.9134034748391509f,0.006790890559923483f,-0.256025815489913f,0.8799939359823312f,-0.4000768106714633f,1.3286077856989655f,0.9661147073196964f,0.24696099810670982f,-0.07505090082547239f,-0.4515371563739824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005937296585610858f,-0.2903820946529433f,-0.9568923594711286f,0.04604734879778201f,-0.13052619222005157f,0.9484973988032515f,-0.2886444137827716f,1.156078405105845f,0.9914270833771834f,0.12661328353863532f,-0.03227095873655596f,-0.2711811597831471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005937296585610858f,-0.20587843879477216f,-0.9785595622897371f,3.063034413145163e-17f,-0.13052619222005157f,0.9700450981148109f,-0.20487903935727794f,1.3738425925925921f,0.9914270833771834f,0.12894408114703895f,-0.021113083227164934f,-0.25011574074073983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9330706916679398f,0.0080923579094631f,-0.3596019995686587f,0.5938807375302626f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8293892958924491f,0.35651999699504483f,0.111693416683474f,0.9275872316996526f,-0.495672114844149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9330706916679398f,0.0080923579094631f,-0.3596019995686587f,0.681356114874132f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.824920088656587f,0.35651999699504483f,0.111693416683474f,0.9275872316996526f,-0.46224836512586354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9330706916679398f,0.0080923579094631f,-0.3596019995686587f,0.691558726137496f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8423546071958241f,0.35651999699504483f,0.111693416683474f,0.9275872316996526f,-0.6180983247399542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.37693048138076785f,-0.7322268088901882f,-0.5672453724346762f,-0.9405315479707803f,-0.13193419293027372f,0.6486156150018105f,-0.7495939919127289f,2.5271218793503802f,0.9167970227601636f,-0.2077057638061947f,-0.34108874906655207f,-0.6711319103972119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14749394222507767f,-0.7322268088901882f,-0.6648980653825045f,-0.9288431020964412f,0.4487565973565084f,0.6486156150018105f,-0.6147481600662433f,2.5109816362158672f,0.8813983511080072f,-0.2077057638061947f,0.4242584852961355f,-0.7627394171016378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12467675599295101f,-0.7322268088901882f,-0.6695517955002181f,-0.834254555708578f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630260125595292f,0.9771467381805439f,-0.2077057638061947f,0.04519477563622722f,-0.723714880094859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.277025915016967e-8f,1.22134363189498e-8f,-0.000015624719821839702f,0.6876603758998467f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5376018187838147f,0.000015491048177768495f,0.000002039435182849899f,9.357077005938704e-8f,-0.22539428109464718f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188.mcfunction new file mode 100644 index 000000000..13fc8d905 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188_as_bone.mcfunction new file mode 100644 index 000000000..5c3d41ae3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_188_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7071077359563782f,0.08206805375704943f,-0.40025982654723097f,-0.30146149285679674f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.3747607723369982f,0.18845789804624624f,0.7007013833480077f,-0.36424525394013685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6707152153760948f,-0.190802370914469f,-0.392091258658512f,-0.30146149285679674f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.4098156954425362f,0.03007117329434575f,0.6864013551164158f,-0.36424525394013685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.698566600362339f,0.0805620211059309f,-0.4152817237225545f,-0.29986851188942515f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4206896633067471f,0.048198524425951524f,-0.6983133636659556f,-0.2158882362442407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6624207036008259f,-0.18896352192466287f,-0.4068065865037269f,-0.29986851188942515f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.3626662459159959f,0.2013262966815888f,-0.6840620705299157f,-0.2158882362442407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07557063287143441f,-0.03180353495028174f,1.5603473538324972f,-0.011227344018514501f,1.4021690899257453f,0.6845630598090003f,0.08186275344590445f,1.7067637642496987f,-0.6852861976606688f,1.4041966394738326f,-0.0045689152080087125f,0.5563391476569985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.020354262368180626f,-0.9986223064527983f,0.04836520503771786f,-0.00679784906562983f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8986858492632541f,0.0029241057331250795f,0.4385831665028256f,0.3827498042295918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0007542187403518294f,-0.9986223064527983f,0.05246827812102208f,-0.00895494380402029f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.997543155697718f,0.0029241057331250795f,0.06999358632260352f,0.020611748064093993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9902495811947718f,-0.025580966471356232f,-0.13693568234017883f,0.2687473518352499f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.08272261249417101f,-0.8988945073668212f,-0.43028552614269877f,-0.6880464083367379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7997040625459655f,-0.025580966471356232f,-0.5998491697934322f,0.010153637840453356f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.28095738964019473f,-0.8988945073668212f,-0.3362314825121641f,-0.5711821547544621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15243394546731553f,-0.5361665238501337f,-0.830234515647074f,0.25425459135099365f,-0.7841489400351873f,0.4457037494016596f,-0.43180853119292906f,1.4242219960838565f,0.6015599156451163f,0.7168497935214647f,-0.35249403032856264f,-0.21351977803646605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.027555083651173f,-0.3015973755057833f,-0.9530371138906398f,0.1917486014818428f,-0.4761598868905592f,0.834326290632761f,-0.2777974133705127f,1.5789219417439335f,0.8789268908625715f,0.46145277531617607f,-0.1206186414765647f,-0.12775124917391156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03489098652475876f,-0.5332534732070187f,-0.8452356785962011f,0.2034628162764172f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7827529427014329f,0.5404119208723277f,-0.30863050152460375f,-0.5115708511840978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.023558154467934016f,-0.04688819054898799f,-0.9986223064527984f,0.188429891133152f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9171510270864742f,0.39852909946437653f,0.002924105733125088f,-0.43682836937369524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689439977800535f,-0.05337569091334469f,-0.24145095730920368f,0.24345036651392005f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.24316265403476242f,-0.02821861456513123f,-0.9695749756851169f,-0.31862841007806997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689439977800535f,-0.05337569091334469f,-0.24145095730920368f,0.2638217005471023f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.24316265403476242f,-0.02821861456513123f,-0.9695749756851169f,-0.41511733675421186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689439977800535f,-0.05337569091334469f,-0.24145095730920368f,-0.3258042321818614f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.24316265403476242f,-0.02821861456513123f,-0.9695749756851169f,-0.17577035083264703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689439977800535f,-0.05337569091334469f,-0.24145095730920368f,-0.37810369798218313f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.24316265403476242f,-0.02821861456513123f,-0.9695749756851169f,-0.25402207845618174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9624729165501756f,0.14020907162291643f,-0.232351675573985f,0.14126671133762692f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.24755134859778918f,0.1027918006460625f,-0.9634065473762132f,-0.3005923916308272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.972556808928324f,-0.012081070528614388f,-0.232351675573985f,0.02912099809095922f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.22842340036405004f,0.14025182579477852f,-0.9634065473762132f,-0.27286806819573434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.933546730884695f,0.30591500290363893f,-0.18683284575514492f,-0.0041348345886538795f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.3118157743014241f,0.4359581008060388f,-0.8442223979724743f,-0.3159175861866542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9823886364054131f,0.0024606520574102786f,-0.18683284575514492f,0.025095224894105386f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.16183596204849582f,0.5109771659765657f,-0.8442223979724743f,-0.3166692221982551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9699088713225313f,0.15610979814504822f,-0.18683284575514492f,0.08331116859105686f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.23977793241161383f,0.47936946699807287f,-0.8442223979724743f,-0.30223438028316824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9699088713225313f,0.07272881263856226f,-0.232351675573985f,0.06694718574738037f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.23977793241161383f,0.11980971413477101f,-0.9634065473762132f,-0.3291915659634917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9486648916428181f,-0.20429478353298572f,-0.24145095730920368f,-0.24133269491580145f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.24458328213197683f,0.010167823107962552f,-0.9695749756851169f,-0.2239471550808582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689439977800536f,-0.053375690913344695f,-0.24145095730920368f,-0.13026275620344757f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.24316265403476245f,-0.028218614565131233f,-0.9695749756851169f,-0.2522402180755395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9272494717220663f,-0.28619897345311773f,-0.24145095730920368f,-0.10838938946702525f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.24276638472665163f,0.0314459690891595f,-0.9695749756851169f,-0.2575497208950795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9703069988821877f,0.014344446127739469f,-0.24145095730920368f,-0.13712667176252474f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.24060189098483786f,-0.04511204473004091f,-0.9695749756851169f,-0.25075410214717264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9606048753500874f,-0.13762161410226356f,-0.24145095730920368f,-0.20625367687064228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.24469676103508164f,-0.006918212496386678f,-0.9695749756851169f,-0.26995750026648807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9606048753500874f,-0.13762161410226356f,-0.24145095730920368f,-0.17528881369763302f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.24469676103508164f,-0.006918212496386678f,-0.9695749756851169f,-0.2684009024548011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689439977800535f,-0.05337569091334469f,-0.24145095730920368f,-0.01927042996612454f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.24316265403476242f,-0.02821861456513123f,-0.9695749756851169f,-0.2540349762543567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010619873115810561f,-0.051387813242998875f,-0.9986223064527984f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890467846393077f,0.14757339665504876f,0.002924105733125088f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.024102244903665953f,-0.6140437048307243f,-0.7889039297331217f,0.35113615980709806f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.9801048923259877f,0.17002720724910783f,-0.10239701574622527f,-0.5290375084398237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.024102244903665953f,-0.7475278084312976f,-0.6637930832816089f,0.06614118284266586f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.9801048923259877f,0.1485197119737378f,-0.13166736571338294f,-0.4724143682498362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07822419887513954f,-0.10911854833102742f,-0.9909460717518748f,0.3248099220505419f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9789780147599532f,-0.19622084565427203f,-0.05567249183738107f,-0.21750639351014814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07822419887513954f,-0.9964526583533836f,0.03103343955828486f,0.018816868799277044f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9789780147599532f,-0.07089618223778853f,0.19124794890603977f,-0.21777406592969917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08957681189104441f,-0.7944165051687362f,-0.6007315632517803f,0.0194879163003941f,-0.041423705255468f,0.6056060138934413f,-0.7946857445424608f,1.2979029493479879f,0.995118119327723f,-0.046300888237576256f,-0.0871559311468067f,-0.323759678768715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10170704557136162f,-0.7489804282441689f,-0.6547396390843664f,0.025734058547407266f,-0.21739533984705273f,0.6255118467102951f,-0.7493158184890139f,1.2608678307638672f,0.9707702833801255f,0.21854804444848674f,-0.09920589283814163f,-0.3286740783749948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00611745249428635f,-0.7327412767083724f,-0.6804798293724543f,0.0194879163003941f,-0.13052619222005157f,0.6740855287301938f,-0.727029306906585f,1.2979029493479879f,0.991425988119897f,0.09326800825749185f,-0.09151824253211015f,-0.323759678768715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004457567109044211f,-0.19008707789858886f,-0.9817571150297024f,0.02257816600211362f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.999009947325139f,0.042610341413523566f,-0.012786084234268745f,-0.32054640461380224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.016645914590316585f,-0.18902333322294512f,-0.981831499303592f,0.02257816600211362f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.9762966785056837f,0.21500630478919577f,-0.024841184345059684f,-0.32054640461380224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00611745249428635f,-0.12106764875185366f,-0.9926254082989605f,0.02257816600211362f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.991425988119897f,0.13030276665312293f,-0.009782590813659741f,-0.32054640461380224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04100834419656486f,-0.4864173619909765f,-0.8727636940546939f,0.022465642509237188f,0.046179554637788f,0.8716423164366632f,-0.4879622126050166f,1.3211926092637405f,0.9980910601942649f,-0.060314361064900276f,-0.013282070983894799f,-0.12528627088334168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03974559724665133f,-0.45511233790205763f,-0.8895465403163739f,0.010557774893568208f,-0.25440952255126037f,0.8563013603653178f,-0.4494705497268379f,1.361541860125967f,0.9662795052854771f,0.24417358605268805f,-0.08175070360201078f,-0.5107517768222062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00611745249428635f,-0.3412568249231004f,-0.9399501881580665f,0.057702752210151725f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.991425988119897f,0.1247625110677514f,-0.0388436083874157f,-0.3301564641066297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00611745249428635f,-0.2580361828812983f,-0.9661158859572848f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.991425988119897f,0.12767319558631104f,-0.02782202741112278f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6045307208357643f,0.01743036146377825f,-0.7963911037078661f,0.5437047527453012f,-0.1044555384378126f,0.992862445173819f,-0.05756045042502599f,1.8820403544190154f,0.7897035190851424f,0.11798452213196126f,0.6020365474635528f,-0.622744850625414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6045307208357643f,0.01743036146377825f,-0.7963911037078661f,0.6003795078236541f,-0.1044555384378126f,0.992862445173819f,-0.05756045042502599f,1.8722476476904704f,0.7897035190851424f,0.11798452213196126f,0.6020365474635528f,-0.5487101457111818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6045307208357643f,0.01743036146377825f,-0.7963911037078661f,0.6915007958406576f,-0.1044555384378126f,0.992862445173819f,-0.05756045042502599f,1.8857780686184968f,0.7897035190851424f,0.11798452213196126f,0.6020365474635528f,-0.6760329802878309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4195929486316032f,-0.732264539809797f,-0.5364050719333131f,-0.9407779661368203f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8876846278413253f,-0.2075727046433828f,-0.41101043025845285f,-0.7577598659022933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19872868304701458f,-0.732264539809797f,-0.6513797312409599f,-0.9291061668058223f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8458350196111417f,-0.2075727046433828f,0.49140277968938084f,-0.8493694950464816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12449919286397917f,-0.732264539809797f,-0.6695435719304336f,-0.8345105306817562f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9771693775380088f,-0.2075727046433828f,0.04531644170729946f,-0.8103621467304823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.558519522322424e-8f,1.2584029683516287e-8f,-0.000015624702560773794f,0.6876648567775747f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491031064373392f,0.000002039432929828692f,9.640999610485164e-8f,-0.2847784981586883f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189.mcfunction new file mode 100644 index 000000000..060e7101b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189_as_bone.mcfunction new file mode 100644 index 000000000..627125d29 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_189_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7266715233728929f,0.0854566493109283f,-0.3627535012262633f,-0.2987345767464278f,-0.1526360690387538f,0.7934239489016647f,-0.11884911519287752f,1.5373228379142527f,0.3399928999137488f,0.1735512686276943f,0.7219620693709623f,-0.39600348679739145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6896912240128054f,-0.1950695544988857f,-0.35535036854817637f,-0.2987345767464278f,0.15929423018298938f,0.7752876164541984f,-0.11642362304608411f,1.5373228379142527f,0.37276180564822803f,0.02961385959941988f,0.7072281495878815f,-0.39600348679739145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7207667106762287f,0.08441547151647649f,-0.3745848654097831f,-0.29743857452491274f,0.05319960272111064f,0.8109572807797736f,0.08038989653579495f,1.5154982876926897f,0.38027568354514907f,0.046548484007223806f,-0.7212267934466547f,-0.2379172388157131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6839569117654479f,-0.19379828807971852f,-0.36694027631978754f,-0.29743857452491274f,-0.2558594856670999f,0.7538796147166192f,0.07874928640241138f,1.5154982876926897f,0.32670914655460553f,0.184682836376563f,-0.7065078792946823f,-0.2379172388157131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07147425366267679f,-0.03896091549754442f,1.5603780721757652f,-0.014214142539264818f,1.3555056581161877f,0.7729078600453435f,0.08138857840710496f,1.7453414098059385f,-0.7738876480978134f,1.357387835861115f,-0.0015560134684476181f,0.5255185420811113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.024934985918428753f,-0.9986419661924897f,0.04574352234411299f,-0.008899835843625624f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8687282149511151f,0.0009958486198059797f,0.4952880947825983f,0.35771652291222333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.004626693097070042f,-0.9986419661924897f,0.05189236042216743f,-0.009718130774936872f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941716280678458f,0.0009958486198059797f,0.10780437018254768f,-0.006430035111757715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9926436248626274f,-0.023219667066702924f,-0.11882542270446828f,0.27330935872786f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.07170851788212954f,-0.9035313830523467f,-0.422479500452581f,-0.7114744090626541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8105779684141756f,-0.023219667066702924f,-0.5851702352160948f,0.01088327959341181f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26753980908574626f,-0.9035313830523467f,-0.3347439176353717f,-0.5989868044639755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15997971510345865f,-0.5352826474830246f,-0.8293846984716927f,0.2546148881769766f,-0.7117646048322777f,0.5196109054792548f,-0.47264749466698797f,1.4259819321436904f,0.6839573364350793f,0.6659406837028302f,-0.29786803743610896f,-0.21296965831872436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01800436198629846f,-0.3056900359280757f,-0.9519608420958073f,0.19134825117736362f,-0.3271155572796939f,0.8979155049272067f,-0.29452191462931f,1.5925003273511085f,0.9448128148660253f,0.3167038805345004f,-0.08382957067364272f,-0.1541116155352158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.035342605671463904f,-0.5324697792683913f,-0.8457108456146357f,0.20384354987465528f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7475226288887424f,0.5757428249292763f,-0.331255368019479f,-0.5421664512411148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.022709557856652324f,-0.046888157792282434f,-0.9986419661924897f,0.1888105079998993f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9081519711912105f,0.41863946960009113f,0.0009958486198060057f,-0.46366532663722393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9695579677759799f,-0.0561343427318145f,-0.238340686178796f,0.24212989741560428f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.241215151501304f,-0.051596354822728f,-0.9690991006368804f,-0.3589434038894207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9695579677759799f,-0.0561343427318145f,-0.238340686178796f,0.2631606747194183f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.241215151501304f,-0.051596354822728f,-0.9690991006368804f,-0.45239246840258607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9695579677759799f,-0.0561343427318145f,-0.238340686178796f,-0.32748540865278386f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.241215151501304f,-0.051596354822728f,-0.9690991006368804f,-0.21722950238240457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9695579677759799f,-0.0561343427318145f,-0.238340686178796f,-0.3791714789321684f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.241215151501304f,-0.051596354822728f,-0.9690991006368804f,-0.2925874305329722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9645153968894052f,0.1232151082930619f,-0.23351249699235f,0.13821767526999473f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.2379329521304393f,0.02226349665932027f,-0.9710263884194882f,-0.3496630088679609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9719157013828565f,-0.02918532428923558f,-0.23351249699235f,0.025973441891735935f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.2315208244727902f,0.05921031015325756f,-0.9710263884194882f,-0.3223985949720174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9374583134927054f,0.2866650343530255f,-0.1974716904844627f,-0.006589674122031999f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.29361023815516535f,0.3464394658423337f,-0.8909392372981144f,-0.3625564644074218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9801602051104653f,-0.017055901471904084f,-0.1974716904844627f,0.02241903876922264f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.1721842477809817f,0.4202140648035854f,-0.8909392372981144f,-0.3643370365977146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9707609373254815f,0.1364849223180395f,-0.1974716904844627f,0.07819731972182176f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.23580033639734962f,0.3881049816706185f,-0.8909392372981144f,-0.3611514841873034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9707609373254815f,0.05563376952310929f,-0.23351249699235f,0.06567972157912219f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.23580033639734962f,0.038806627628566806f,-0.9710263884194882f,-0.36988297540373094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9488397544278152f,-0.2071155178377134f,-0.238340686178796f,-0.24317989978056342f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24631684087744704f,-0.013226754890913416f,-0.9690991006368804f,-0.2677001504573138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.96955796777598f,-0.05613434273181449f,-0.238340686178796f,-0.13206704091714455f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.24121515150130396f,-0.05159635482272801f,-0.9690991006368804f,-0.29600447678590064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9271778259079516f,-0.2890242143081183f,-0.238340686178796f,-0.11016804374385199f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.2465323185794797f,0.008291504122643612f,-0.9690991006368804f,-0.3011694947756511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711119071012063f,0.011635342628350615f,-0.238340686178796f,-0.13895078689267776f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23702838374519372f,-0.06829698707798948f,-0.9690991006368804f,-0.29466436775947275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9609760766565958f,-0.14042327942872407f,-0.238340686178796f,-0.2083050082363357f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.24479417365264275f,-0.030376729424177056f,-0.9690991006368804f,-0.3164139516488447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9609760766565958f,-0.14042327942872407f,-0.238340686178796f,-0.17670977036487281f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.24479417365264275f,-0.030376729424177056f,-0.9690991006368804f,-0.3095791875284049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9695579677759799f,-0.0561343427318145f,-0.238340686178796f,-0.019298027299732984f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.241215151501304f,-0.051596354822728f,-0.9690991006368804f,-0.2830036027245173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008120778167885883f,-0.0514614061326214f,-0.9986419661924897f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.990571875526426f,0.13699039273462066f,0.0009958486198060057f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.025743353240089625f,-0.6494442765112217f,-0.7599732965511171f,0.3688201553412625f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9801447627405059f,0.16591141481177102f,-0.10858013864199083f,-0.5519174369816916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.025743353240089625f,-0.777063405125973f,-0.6288956544435524f,0.07256473213698529f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9801447627405059f,0.1433460542111194f,-0.1369969080470808f,-0.49726675381370233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08662912520387486f,-0.13770479801019686f,-0.9866776491191955f,0.32630151782500366f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9774386537588877f,-0.20325623766124223f,-0.057450674406919464f,-0.24254411298642994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08662912520387486f,-0.9944402451432449f,0.059866463949816234f,0.024213326951674843f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9774386537588877f,-0.07322087375886127f,0.19812213855095087f,-0.24275195363760557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09165207325546731f,-0.8094517939178956f,-0.5799893885159239f,0.02186498693383613f,-0.04389386888649249f,0.5851586957078728f,-0.8097299729611325f,1.3100708842819795f,0.9948232133108627f,-0.04875545262390636f,-0.08916097855725992f,-0.34871913363989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10413375640360065f,-0.765379751738697f,-0.6350984147403347f,0.029069184947400385f,-0.21492517621602825f,0.6061637694888358f,-0.7657497327375274f,1.273208087814211f,0.9710629894120076f,0.2162390348375986f,-0.10137726770198063f,-0.3536180511282017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006294693549996266f,-0.7499867510460906f,-0.6614228980678254f,0.02186498693383613f,-0.13052619222005157f,0.6551608700926378f,-0.7441284482157579f,1.3100708842819795f,0.991424878635616f,0.09101707287529703f,-0.09376887792635193f,-0.34871913363989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.006163734071655421f,-0.21136925629651826f,-0.9773868455606259f,0.02441492979387294f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989897630661538f,0.04220711480585688f,-0.015427661805835342f,-0.3454950042996697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.018705214752892597f,-0.21027469172819974f,-0.9774633849713548f,0.02441492979387294f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9763146522399521f,0.21460288525677856f,-0.02748274842601353f,-0.3454950042996697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006294693549996266f,-0.14266959376705118f,-0.9897503543052947f,0.02441492979387294f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.991424878635616f,0.13008385971681144f,-0.012445861301297857f,-0.3454950042996697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04465948379924437f,-0.5064364058040781f,-0.8611200249576318f,0.0238089291642895f,0.0451179047453143f,0.8600780347438732f,-0.5081635059924212f,1.3333868989043944f,0.9979829182797559f,-0.06154625112355686f,-0.015561291542102215f,-0.15023600261679865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.04266127379479948f,-0.4761390249228177f,-0.8783345858292009f,0.012059327656573825f,-0.2536491158327504f,0.8451689860198703f,-0.4704800857713407f,1.3735324836021734f,0.9663550805762182f,0.24286007085499375f,-0.08471625716967388f,-0.5357276296577544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006294693549996266f,-0.3616583670598748f,-0.9322894413049505f,0.0623944444455706f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.991424878635616f,0.12395010919783855f,-0.041389376078869805f,-0.3550252184008871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006294693549996266f,-0.27902776907283344f,-0.9602624021169158f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.991424878635616f,0.12708576342479572f,-0.030428913176304462f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09671181914260539f,0.022138023017022872f,-0.9950661947704915f,0.5376458247402387f,-0.12999122734142782f,0.9914703570990456f,0.009424001706286463f,1.909651155443759f,0.986787264232974f,0.12843846359556246f,0.09876465064391286f,-0.7319857229867572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09671181914260539f,0.022138023017022872f,-0.9950661947704915f,0.5467125577848579f,-0.12999122734142782f,0.9914703570990456f,0.009424001706286463f,1.8974644778805f,0.986787264232974f,0.12843846359556246f,0.09876465064391286f,-0.639474416964916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09671181914260539f,0.022138023017022872f,-0.9950661947704915f,0.6914391204781221f,-0.12999122734142782f,0.9914703570990456f,0.009424001706286463f,1.9021442164061866f,0.986787264232974f,0.12843846359556246f,0.09876465064391286f,-0.7005447675724236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.43676276250420043f,-0.732301636703297f,-0.5224678001287468f,-0.9409318765828415f,-0.21364154430283866f,0.6486156150018105f,-0.7305169912628462f,2.5764033681345353f,0.8738395618405004f,-0.20744179149220524f,-0.4397412003723404f,-0.794209932427754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2200830830269519f,-0.732301636703297f,-0.6444359932895001f,-0.9292764548548614f,0.5136961275424633f,0.6486156150018105f,-0.5616173719924449f,2.5602631250000223f,0.8292645688278435f,-0.20744179149220524f,0.5189298392165124f,-0.8858216467218427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12432449843178735f,-0.732301636703297f,-0.6695354598311857f,-0.8346738467441736f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6795416143794473f,0.9771916191369463f,-0.20744179149220524f,0.045436137941266296f,-0.8468312102659883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.835458671869167e-8f,1.2948626990691868e-8f,-0.000015624685075492898f,0.6876692430027692f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491013728681503f,0.000002039430647541557f,9.920328457036446e-8f,-0.3099014351237853f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..9841807ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7246653920359973f,-0.1284275648669836f,-0.3539927606775249f,0.03322913192708521f,-0.07383208320447765f,0.8012605779986021f,-0.13955197626503743f,1.406799921126483f,0.36926052797374065f,-0.09182750770943976f,-0.7226055741224747f,-0.3572490542909218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.703984285670119f,0.15542776256292945f,-0.34676841862288155f,0.03322913192708521f,0.23355154059629735f,0.7528384292967442f,-0.13670397674942444f,1.406799921126483f,0.29976624795768525f,-0.22153218727465482f,-0.707858521589363f,-0.3572490542909218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7276969603014682f,0.1276631036153255f,0.347999583890197f,-0.03618496595502102f,0.07383208320447765f,0.8012605779986021f,-0.13955197626503743f,1.406799921126483f,-0.36324977894299487f,-0.09288736493782748f,-0.7255108407027536f,-0.3569617770003108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7064413539635245f,-0.15725607379860387f,0.3408975515659073f,-0.03618496595502102f,-0.23355154059629735f,0.7528384292967442f,-0.13670397674942444f,1.406799921126483f,-0.2939290582696417f,-0.22023811347598116f,-0.7107044970149424f,-0.3569617770003108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.01348344480766839f,-1.5624413425924177f,-0.0012237949671059813f,-0.8751450968852086f,-0.2956812476388782f,-0.0037533734434356545f,1.5342635894729795f,1.6510074448421879f,-1.5342089318312662f,-0.013008195332061455f,-0.2957025369241327f,-0.039192461590923384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9999624592591474f,0.00862940467690777f,0.000783228778948274f,-0.6267818333877482f,-0.0024021590037992552f,-0.18923599848888184f,-0.9819286972627069f,1.6341960314961115f,-0.008325245012519248f,-0.9818937163720104f,0.18924962363144468f,-0.058087529348765786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9999624592591474f,0.00862940467690777f,0.000783228778948274f,-0.2986691514433404f,-0.0024021590037992552f,-0.18923599848888184f,-0.9819286972627069f,1.6349842399192331f,-0.008325245012519248f,-0.9818937163720104f,0.18924962363144468f,-0.055355808329032904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9998592965238975f,-0.0167563035129117f,0.0007832287789482688f,0.6262795686500137f,0.0024021590037992552f,-0.18923599848888184f,-0.9819286972627069f,1.6341960314961115f,0.016601710359401403f,-0.9817886550416536f,0.18924962363144468f,-0.06327345116479298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9998592965238975f,-0.0167563035129117f,0.0007832287789482688f,0.2982007369781098f,0.0024021590037992552f,-0.18923599848888184f,-0.9819286972627069f,1.6349842399192331f,0.016601710359401403f,-0.9817886550416536f,0.18924962363144468f,-0.05782601495311439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.003851796684449215f,-0.0015137342672957527f,-0.15505233319073258f,0f,0.36576298192387463f,-0.930708032120791f,1.4342634671347192f,0.0041385660717595625f,-0.9307000616291248f,-0.3657598495658218f,0.2897125819294687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.00275457030574017f,-0.0030887006266476975f,-0.1555881195019754f,0f,0.7463214488042471f,-0.665585678222368f,1.5700388282966258f,0.0041385660717595625f,-0.6655799782123559f,-0.7463150573810695f,0.16025186690602028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0037219645686298953f,-0.0018096156719544215f,0.15744499059013134f,0f,0.43725668276815555f,-0.8993367519314379f,1.4342634671347192f,0.0041385660717595625f,-0.8993290501003168f,-0.4372529381451097f,0.2884192800320438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.00275457030574017f,-0.0030887006266476975f,0.15690920427888852f,0f,0.7463214488042471f,-0.665585678222368f,1.5700388282966258f,0.0041385660717595625f,-0.6655799782123559f,-0.7463150573810695f,0.1589585650085954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0006795708192985949f,-0.0040823905535699555f,0.2931915618954193f,0f,0.9864263328854569f,-0.16420441464878363f,2.222353095045273f,0.0041385660717595625f,-0.16420300841839416f,-0.986417885227766f,-0.13554186605539417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0006795708192985949f,-0.0040823905535699555f,0.330393462987138f,0f,0.9864263328854569f,-0.16420441464878363f,2.0836556395612673f,0.0041385660717595625f,-0.16420300841839416f,-0.986417885227766f,-0.20764836297088896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0006795708192985949f,-0.0040823905535699555f,-0.2943034068126049f,0f,0.9864263328854569f,-0.16420441464878363f,2.222353095045273f,0.0041385660717595625f,-0.16420300841839416f,-0.986417885227766f,-0.13311045848823544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0006795708192985949f,-0.0040823905535699555f,-0.3321008634282935f,0f,0.9864263328854569f,-0.16420441464878363f,2.0836556395612673f,0.0041385660717595625f,-0.16420300841839416f,-0.986417885227766f,-0.20490656294834825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704518198200264f,0.2412604391427798f,-0.0040823905535699555f,0.2032893885531861f,0.23863812832107856f,0.9571252550848622f,-0.16420441464878363f,2.3176569350758f,-0.03570867008740696f,-0.16032668705917383f,-0.986417885227766f,-0.17321078512027555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962453952782454f,0.08647801150732204f,-0.0040823905535699555f,0.08940832279800182f,0.08597271970848068f,0.9826726828785753f,-0.16420441464878363f,2.337462472572689f,-0.010188417581715849f,-0.16393886619701298f,-0.986417885227766f,-0.17603641282446933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457317248890812f,0.32492281949055446f,-0.0040823905535699555f,0.06678214727909325f,0.32114900070545904f,0.9326844212035148f,-0.16420441464878363f,2.3351379642756753f,-0.049546179309895785f,-0.15660437994696444f,-0.986417885227766f,-0.17555582197493327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998509927056208f,0.01677278965922721f,-0.0040823905535699555f,0.0966451651067503f,0.017215513281956113f,0.9862760953770953f,-0.16420441464878363f,2.3424634048557684f,0.0012721981069587392f,-0.1642502274420288f,-0.986417885227766f,-0.17689884525565314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849173254502422f,0.17297744394952097f,-0.0040823905535699555f,0.1631439312854262f,0.17129113510823238f,0.9714403004009992f,-0.16420441464878363f,2.435286385397548f,-0.02443786122545967f,-0.16242705021487866f,-0.986417885227766f,-0.224306153883165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849173254502422f,0.17297744394952097f,-0.0040823905535699555f,0.12422400639678403f,0.17129113510823238f,0.9714403004009992f,-0.16420441464878363f,2.216712317807324f,-0.02443786122545967f,-0.16242705021487866f,-0.986417885227766f,-0.18776006758481734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701230136984285f,-0.24257920846611442f,-0.0040823905535699555f,-0.2047161010611777f,-0.23863812832107856f,0.9571252550848622f,-0.16420441464878363f,2.3176569350758f,0.04373993603208526f,-0.15832426756088477f,-0.986417885227766f,-0.1715222129831009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961269382792342f,-0.0878319812016483f,-0.0040823905535699555f,-0.09086232424769078f,-0.08597271970848068f,0.9826726828785753f,-0.16420441464878363f,2.337462472572689f,0.018434052738494366f,-0.16321746659722405f,-0.986417885227766f,-0.17529034445161606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9452892316541572f,-0.32620791315671854f,-0.0040823905535699555f,-0.06823294591889116f,-0.32114900070545904f,0.9326844212035148f,-0.16420441464878363f,2.3351379642756753f,0.05737236150428331f,-0.15390960931080092f,-0.986417885227766f,-0.17499704830576612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998272724133381f,-0.018131724293969698f,-0.0040823905535699555f,-0.09810605706115422f,-0.017215513281956113f,0.9862760953770953f,-0.16420441464878363f,2.3424634048557684f,0.007003673389243743f,-0.16410577156772502f,-0.986417885227766f,-0.17609284755267066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9846813129815085f,-0.1743159371726532f,-0.0040823905535699555f,-0.16499493849175403f,-0.17129113510823238f,0.9714403004009992f,-0.16420441464878363f,2.435286385397548f,0.032589245133103864f,-0.1609897413018482f,-0.986417885227766f,-0.22294811785979327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9846813129815085f,-0.1743159371726532f,-0.0040823905535699555f,-0.12577385262790713f,-0.17129113510823238f,0.9714403004009992f,-0.16420441464878363f,2.216712317807324f,0.032589245133103864f,-0.1609897413018482f,-0.986417885227766f,-0.18672542606687748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0006795708192985949f,-0.0040823905535699555f,-0.00029906836587195317f,0f,0.9864263328854569f,-0.16420441464878363f,1.7163002101613012f,0.0041385660717595625f,-0.16420300841839416f,-0.986417885227766f,-0.07226314609805268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.0007832287789482716f,-0.004063776791378504f,-0.0000053575737663513316f,0f,0.9819286972627067f,-0.1892512443604101f,1.3480769486877862f,0.0041385660717595625f,-0.18924962363144474f,-0.981920288122323f,-0.0012945372362608964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.951286416345514f,-0.307796950898453f,-0.017753622000156913f,0.22717163279675226f,-0.3036167085977233f,0.9252475519449688f,0.22745079001869262f,0.751392228993375f,-0.053582164353396376f,0.22176114320921392f,-0.9736277250703925f,0.05588826121329015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.951286416345514f,-0.28646177829471314f,0.11399036649094424f,0.1249021776869218f,-0.3036167085977233f,0.9346839187735712f,-0.18488608992124117f,1.0859012082099881f,-0.053582164353396376f,-0.21048900579914065f,-0.9761266977707836f,-0.02389522391989874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9508103267366433f,0.30962193774005226f,0.009694237517853532f,-0.23168585306695472f,0.3036167085977233f,0.9252475519449688f,0.22745079001869256f,0.7668562442461797f,0.06145418481472633f,0.21920589246171607f,-0.9737413208233591f,0.061383101481479574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9508103267366433f,0.2835347861903118f,-0.12477078019701379f,-0.125147850584361f,0.3036167085977233f,0.9328814790290437f,-0.19377574756627516f,1.1200951112814241f,0.06145418481472633f,-0.22212647546971467f,-0.97307924243823f,-0.03546610782182702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9701839167228998f,0.24233732178391224f,-0.0039736888169341665f,-0.0012596925855199864f,0.23376182086671654f,0.9312701700543672f,-0.27944817314125864f,1.2836782576346872f,-0.0640201439961702f,-0.2720450198726497f,-0.9601525547147178f,-0.02979731605952849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9696207839745705f,-0.2445807537025864f,-0.0039736888169341665f,-0.0012596925855199864f,-0.23376182086671654f,0.9312701700543672f,-0.27944817314125864f,1.2836782576346872f,0.07204822266798933f,-0.27002985998808454f,-0.9601525547147178f,-0.02979731605952849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,-0.001156514728177605f,-0.0039736888169341665f,-0.0012596925855199864f,0f,0.9601607774367859f,-0.27944817314125864f,1.2836782576346872f,0.0041385660717595625f,-0.2794457799747035f,-0.9601525547147178f,-0.02979731605952849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9695197221280112f,0.24498336813586882f,-0.0038285430164961463f,-0.0012278304934578387f,0.2252232693684323f,0.897253929607819f,0.3797497396158702f,1.2739502384099215f,0.0964675455260388f,0.3673125850554701f,-0.9250813356240896f,-0.022098557927876482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702849785694592f,-0.2419347073506298f,-0.0038285430164961463f,-0.0012278304934578387f,-0.2252232693684323f,0.897253929607819f,0.3797497396158702f,1.2739502384099215f,-0.08843946685421968f,0.36932774494003523f,-0.9250813356240896f,-0.022098557927876482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,0.0015716193881337684f,-0.0038285430164961463f,-0.0012278304934578387f,0f,0.9250892579971289f,0.3797497396158702f,1.2739502384099215f,0.0041385660717595625f,0.37974648747660594f,-0.9250813356240896f,-0.022098557927876482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9657181783357965f,0.2594637230604602f,-0.0081839139410998f,-0.1948185053355988f,0.25429600321943907f,0.9518793459397032f,0.17105336453873599f,1.3575241845315509f,0.05217224145471943f,0.16310820699464357f,-0.9852277757110702f,0.016799709367409564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.966116930055586f,-0.25810477839058815f,0.000028842943771263674f,0.19267817615267252f,-0.25429600321943907f,0.9518793459397032f,0.17105336453873599f,1.3575241845315509f,-0.04417714574968692f,0.16525021677852053f,-0.9852617650391509f,0.015196015014602729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,0.0004130015124543551f,-0.004117907099611378f,-0.007984553518185042f,0f,0.9950081811453596f,0.09979338381778267f,1.1710922249028786f,0.0041385660717595625f,0.09979252919709974f,-0.9949996599935678f,-0.04155669772457753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999914360987646f,0.0007703291688433851f,-0.0040662417662933464f,0f,0f,0.9825243081269773f,0.18613431693162993f,1.390625f,0.0041385660717595625f,0.18613272289572322f,-0.9825158938858412f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8617424053690681f,0.2318447890227407f,-0.45127377565257865f,-2.3148567175739303f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4794357866201578f,-0.08117782152609612f,0.8738143325673869f,-0.4441037934316114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3744507432958477f,0.2318447890227407f,-0.8977943164490341f,-2.2838754361493465f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.912274787302896f,-0.08117782152609612f,-0.4014534515279865f,-0.35562089846715667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33046700186222855f,0.2318447890227407f,-0.9148986580398897f,-2.162131278155655f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9438175462875174f,-0.08117782152609612f,0.3203413813607095f,-0.44791355315349046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.856440947233496f,-0.2669962050695717f,0.44183925853214967f,2.2440796739421165f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2663269368941457f,-0.49059184513302984f,-0.15448927745168428f,0.8575853920405978f,-0.48199726669570375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3655141798828718f,-0.2669962050695717f,0.8916907596151252f,2.2128672779133383f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2718948595141972f,-0.8970799173602881f,-0.15448927745168428f,-0.41398150323573074f,-0.3937711533740809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3329322243069677f,-0.2669962050695717f,0.9043611891807732f,2.0928192975506112f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2237060694762785f,-0.9410785420973099f,-0.15448927745168428f,0.30083922742298486f,-0.48301009414834006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000156248661890432f,0f,-6.466509487124316e-8f,-0.004372174015708134f,0f,0.000015625f,0f,1.5567475f,6.466509487124316e-8f,0f,-0.0000156248661890432f,0.6875239824185236f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19.mcfunction new file mode 100644 index 000000000..b35c7b88f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190.mcfunction new file mode 100644 index 000000000..43f3e6d2c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190_as_bone.mcfunction new file mode 100644 index 000000000..8dc09e2e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_190_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7072405879021558f,0.08213487890365406f,-0.40001132100946796f,-0.3014809318070956f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37450999660328366f,0.1884287834991284f,0.7008432780855443f,-0.3641383472281324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6708605006691847f,-0.19079169517902556f,-0.391847824662336f,-0.3014809318070956f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.40957782289809325f,0.030138833099424528f,0.6865403540429822f,-0.3641383472281324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6984173728836672f,0.08057910803930239f,-0.41552933115041524f,-0.29983534107261667f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.42093736019652217f,0.0481699527620896f,-0.698166053948576f,-0.21578190375796338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6622920544642494f,-0.18889211638824824f,-0.4070491407187741f,-0.29983534107261667f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.3629011285175876f,0.20139329363229586f,-0.683917767133299f,-0.21578190375796338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07581364200928442f,-0.031305581455141895f,1.56034563550998f,-0.010920346669561716f,1.4021690899257453f,0.6845630598090003f,0.08186275344590445f,1.7067637642496987f,-0.6852593559683038f,1.4042078292456193f,-0.005122240057975887f,0.5563430746269596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.02003557213129113f,-0.9986212067263872f,0.048520730885941867f,-0.006552409665049402f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8986930107171975f,0.003278233637104071f,0.43856598781971196f,0.3827521713416193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0004004732899085036f,-0.9986212067263872f,0.05249309571246711f,-0.008837924448826761f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975433604342291f,0.003278233637104071f,0.06997497579711218f,0.020614902887779007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9902201841163922f,-0.025899727813635833f,-0.13708826013805098f,0.2686130517545344f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.08307376627299445f,-0.8988853794110951f,-0.4302369394161682f,-0.6881416868103687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.799604380097638f,-0.025899727813635833f,-0.5999683653559176f,0.010060796028247193f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.2812409603429519f,-0.8988853794110951f,-0.3360187448734756f,-0.5711857389418928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14012964561491748f,-0.5479069623298989f,-0.8247191297952658f,0.2555177521684686f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.835769218238603f,0.5120661553636298f,-0.1981869480463973f,-0.1544898674342407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010970604896526457f,-0.30804845117783924f,-0.9513074148534421f,0.19181299622978976f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890429564677934f,0.14341101748010845f,-0.03503298912120771f,-0.1278192578387279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03516856155012719f,-0.5330618006178367f,-0.8453450709624827f,0.20339110146984127f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.782740520560242f,0.5406009874485407f,-0.30833074748189543f,-0.5116429897711887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02388339000309833f,-0.04674686255027271f,-0.9986212067263873f,0.18838468219962523f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9171426153056402f,0.3985457017388985f,0.0032782336371040798f,-0.4368951817349134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688577073326979f,-0.05338569434757671f,-0.24179476954858942f,0.24344706979341862f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.24350624241125746f,-0.028199684882626874f,-0.9694892921942306f,-0.31871474104744574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688577073326979f,-0.05338569434757671f,-0.24179476954858942f,0.2637841859666616f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.24350624241125746f,-0.028199684882626874f,-0.9694892921942306f,-0.41521088567074865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688577073326979f,-0.05338569434757671f,-0.24179476954858942f,-0.32575683326454147f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.24350624241125746f,-0.028199684882626874f,-0.9694892921942306f,-0.17565482363083199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688577073326979f,-0.05338569434757671f,-0.24179476954858942f,-0.37808404514125077f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.24350624241125746f,-0.028199684882626874f,-0.9694892921942306f,-0.2538880000732906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9623850702055752f,0.14024551449011977f,-0.23269330095817506f,0.14126981691435114f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.24789264194524985f,0.10274207371287375f,-0.9633240910298996f,-0.3006424877096914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9724757450384336f,-0.012031334137656446f,-0.23269330095817506f,0.02913394222545912f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.2287682708302511f,0.14025610112488626f,-0.9633240910298996f,-0.2728783972816843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9334360971240991f,0.306069581666058f,-0.18713220931868946f,-0.0041371544386062525f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.3121468059013691f,0.4358495908437978f,-0.8441560908545687f,-0.3159161194941269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.982331184911033f,0.0026418529088655385f,-0.18713220931868946f,0.025092636663632054f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1621843232311146f,0.5109762612599515f,-0.8441560908545687f,-0.31667812092397446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9698237810931203f,0.1562797807195474f,-0.18713220931868946f,0.08331369553532152f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.24012186316114278f,0.4793140777247778f,-0.8441560908545687f,-0.30226392425890003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9698237810931203f,0.07277129458400336f,-0.23269330095817506f,0.06694015425392079f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.24012186316114278f,0.11978391575432343f,-0.9633240910298996f,-0.32921530530362275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9485780986921775f,-0.20429116500837244f,-0.24179476954858942f,-0.24130238560624623f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.24491967911064905f,0.010240268798534314f,-0.9694892921942306f,-0.22386157986265154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688577073326978f,-0.053385694347576715f,-0.24179476954858942f,-0.13024248706853928f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.24350624241125746f,-0.028199684882626877f,-0.9694892921942306f,-0.2521940283269351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9271633244200068f,-0.2861878041940047f,-0.24179476954858942f,-0.10837100454549202f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2430951875552883f,0.031547458030540924f,-0.9694892921942306f,-0.2575112874724694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9702216164383222f,0.014328447744045125f,-0.24179476954858942f,-0.13710587519459905f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.24094596286521702f,-0.04511712867285549f,-0.9694892921942306f,-0.2507054784333311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9605180414071952f,-0.1376240587623769f,-0.24179476954858942f,-0.20623968580078847f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2450373921235333f,-0.006869409146886392f,-0.9694892921942306f,-0.2698843617588578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9605180414071952f,-0.1376240587623769f,-0.24179476954858942f,-0.1752742725792537f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2450373921235333f,-0.006869409146886392f,-0.9694892921942306f,-0.2683387447008084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688577073326979f,-0.05338569434757671f,-0.24179476954858942f,-0.019250804261139964f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.24350624241125746f,-0.028199684882626874f,-0.9694892921942306f,-0.2540281461187996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010970604896526457f,-0.05133547802970667f,-0.9986212067263873f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890429564677934f,0.14759161034986776f,0.0032782336371040798f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.024449804892842337f,-0.6139833717447203f,-0.7889401918153789f,0.35105824174801786f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.9800962836433134f,0.17024494667436446f,-0.10211725084631072f,-0.529162013353705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.024449804892842337f,-0.7474750938680113f,-0.6638397329835792f,0.0660833622108386f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.9800962836433134f,0.14878478843574172f,-0.13143196536115984f,-0.47243781276257857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07787703206157341f,-0.10918812464719621f,-0.9909657518367165f,0.3248424797642735f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9790056928079004f,-0.1961821380635269f,-0.055321082369618475f,-0.21762158229000972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07787703206157341f,-0.9964777366659424f,0.03110125731223029f,0.01884935083168131f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9790056928079004f,-0.0705428190855704f,0.19123693190694976f,-0.2177807444640495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08974316841980877f,-0.7979049842795914f,-0.5960652647015753f,0.019482814028597147f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9950797451535404f,-0.04660571095409834f,-0.08743116430442759f,-0.3237665886036734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10257053807916099f,-0.7526941903444512f,-0.6503312544694917f,0.025946190572366846f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9708042323634384f,0.21826258132678109f,-0.0995016985674373f,-0.32867974359518143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006469028263244912f,-0.7366862666718715f,-0.6762037386545491f,0.019482814028597147f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914237564320634f,0.09299096364190429f,-0.0918238305838226f,-0.3237665886036734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004103301277027565f,-0.19007195561044252f,-0.9817615874585093f,0.022574203016499726f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.9990114652383818f,0.04267774677537695f,-0.012437936020018761f,-0.3205544105047688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.016992124592328035f,-0.18894707652424725f,-0.9818402466668289f,0.022574203016499726f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.9762907142012655f,0.21507332208983368f,-0.024493008994926062f,-0.3205544105047688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006469028263244912f,-0.12102143361013593f,-0.9926288149556596f,0.022574203016499726f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914237564320634f,0.1303456910630646f,-0.009430588710607462f,-0.3205544105047688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04065440191903161f,-0.4886306873753477f,-0.8715430402221689f,0.02253092202342246f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.9981055396790769f,-0.06017427923646929f,-0.012821379813031997f,-0.12529424914887566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.040088253539917365f,-0.4580041568832336f,-0.8880456768690436f,0.010486362673581624f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9662653500790344f,0.24406069760735183f,-0.0822535660020507f,-0.5107555081230107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006469028263244912f,-0.34121256060348704f,-0.9399639036472311f,0.057695379129011244f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914237564320634f,0.12488351857206002f,-0.03851028396673358f,-0.33017692515612346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006469028263244912f,-0.25799089161713956f,-0.9661256913652192f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914237564320634f,0.12776469148307212f,-0.027479424891578695f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.438710039418869f,0.02056872072180789f,-0.8983932485504121f,0.5771762751553904f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.9032228601245147f,0.8909897993498395f,0.14003341574469436f,-0.43188866612751753f,-0.7828266216867147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.438710039418869f,0.02056872072180789f,-0.8983932485504121f,0.5360472089598713f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.8922614528195152f,0.8909897993498395f,0.14003341574469436f,-0.43188866612751753f,-0.6992963279976672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.438710039418869f,0.02056872072180789f,-0.8983932485504121f,0.6913707293401927f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.8857780686184968f,0.8909897993498395f,0.14003341574469436f,-0.43188866612751753f,-0.6762781749230633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41927813450817564f,-0.7323381025028401f,-0.5365507893441995f,-0.9409369117189846f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8878333666688246f,-0.2073130184005877f,-0.41082018625079486f,-0.757426222187251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19902861772505928f,-0.7323381025028401f,-0.6512054306814338f,-0.929297599420829f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.845764493929979f,-0.2073130184005877f,0.4916337388839417f,-0.84903998458562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12415266451366044f,-0.7323381025028401f,-0.6695274598675531f,-0.8346881365897738f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9772134655826026f,-0.2073130184005877f,0.04555387015037138f,-0.8100661839089912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0107856661320176e-7f,1.3307245747181974e-8f,-0.00001562466738975848f,0.6876735358684878f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.00001549099619425099f,0.000002039428339089987f,1.0195076958000542e-7f,-0.28502235710680135f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191.mcfunction new file mode 100644 index 000000000..a94fe9caa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191_as_bone.mcfunction new file mode 100644 index 000000000..d20c080e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_191_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.685611919990706f,0.07837556530695682f,-0.43673562984249076f,-0.304278117192797f,-0.17075580064673182f,0.7885243686207143f,-0.1265552096171545f,1.5207389692407385f,0.40954022532175716f,0.19756273762671767f,0.6783732106954737f,-0.3505563474027732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.649876751481208f,-0.18608595151970317f,-0.42782265780488893f,-0.304278117192797f,0.14105869970174417f,0.777645982964379f,-0.12397245023721257f,1.5207389692407385f,0.4447051282846708f,0.025273381775529444f,0.6645288594567906f,-0.3505563474027732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6751413866692628f,0.07652932777997935f,-0.45306932630701646f,-0.3025969556139289f,0.03848059927200226f,0.8118480555017246f,0.07978986591153539f,1.499500701851549f,0.45787312208778624f,0.04461436105177007f,-0.6747638159400442f,-0.21128340419215447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.639708553005508f,-0.1838317161889464f,-0.4438230135252407f,-0.3025969556139289f,-0.26951447742578183f,0.749168022657312f,0.07816150130109589f,1.499500701851549f,0.39766180816053615f,0.21202163557231637f,-0.6609931258188189f,-0.21128340419215447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07710402065701345f,-0.02863652065178951f,1.5603336725468315f,-0.009796438274838296f,1.4165096529196526f,0.6543558918193774f,0.08200621943922135f,1.6938085991872807f,-0.6549516189643088f,1.4185924596325143f,-0.00632931985317564f,0.5663911310716053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.018327373217145598f,-0.9986135504299721f,0.04934657322048844f,-0.005758456450020081f,0.41878777076439905f,-0.05248398044110164f,-0.9065661778685787f,1.6129455666412607f,0.9078991741648103f,0.0040507647060319145f,0.41916903613715517f,0.39102166297034574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0010322448495426843f,-0.9986135504299721f,0.05262994744645073f,-0.008535474152267799f,0.05741308344043819f,-0.05248398044110164f,-0.9969699943563596f,1.5902593431629994f,0.998349974868749f,0.0040507647060319145f,0.05727930677709439f,0.02965018800310315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9893300353480301f,-0.026797075202144652f,-0.14320613785336256f,0.267020719185403f,0.11690112732303887f,0.44061416599100783f,-0.8900524047260653f,1.496336308688842f,0.08694945421834671f,-0.8972965359838738f,-0.4327802201146355f,-0.6803420855616382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7958598324706689f,-0.026797075202144652f,-0.6048876290852456f,0.00978849673616143f,0.5337499980781243f,0.44061416599100783f,-0.721782582416375f,1.6722898022209491f,0.28586372034828333f,-0.8972965359838738f,-0.33636417749216285f,-0.5618799398243999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13552502795055657f,-0.550164943053032f,-0.8239851347169165f,0.25568781064266366f,-0.5108332935666212f,0.6737930593425436f,-0.5339028557384704f,1.3997795038278709f,0.8489300989968956f,0.49327623966421674f,-0.1897267466643837f,-0.1445872829443677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011411917862429474f,-0.3080973756323034f,-0.9512863792040694f,0.19197401284158133f,-0.14072692012804655f,0.9413848419106295f,-0.30657872296063476f,1.5743730446676099f,0.9899826776676325f,0.13737025350994497f,-0.03261458827944765f,-0.11903420158799957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.035119217633946535f,-0.5332657664812005f,-0.8452184704867715f,0.2032433578317842f,-0.6069340970685166f,0.6605311347701639f,-0.4419611089393096f,1.4495212529124455f,0.7939758449527314f,0.5285132375811012f,-0.30045983980082674f,-0.5014307358821896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02428587841885759f,-0.046703029955989614f,-0.9986135504299721f,0.18824520502484884f,-0.3910784632266967f,0.9188596559852344f,-0.05248398044110186f,1.6214794135319202f,0.9200368643210279f,0.39181087222743916f,0.004050764706031922f,-0.427940880060132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686198405200369f,-0.052427375653960544f,-0.2429546764995f,0.24391531492189258f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.2952839666443916f,0.2442750988111353f,-0.020351959610504792f,-0.9694923794650592f,-0.30525027522284814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686198405200369f,-0.052427375653960544f,-0.2429546764995f,0.2640149799763109f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.1691536740132458f,0.2442750988111353f,-0.020351959610504792f,-0.9694923794650592f,-0.40275650705180194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686198405200369f,-0.052427375653960544f,-0.2429546764995f,-0.32514884138362915f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.2683275059168593f,0.2442750988111353f,-0.020351959610504792f,-0.9694923794650592f,-0.1617386546713062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686198405200369f,-0.052427375653960544f,-0.2429546764995f,-0.3776956643682135f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.138755962980071f,0.2442750988111353f,-0.020351959610504792f,-0.9694923794650592f,-0.2409242540894248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9616613651332097f,0.14600064382046912f,-0.232144848777956f,0.14231636360397887f,0.10999245427001458f,0.9807756593424724f,0.16118550196899684f,2.38922949139695f,0.25121520418515736f,0.12947168819995836f,-0.9592330285915213f,-0.28429833669594784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9726612505544591f,-0.006233847583610896f,-0.232144848777956f,0.03021754495102677f,-0.04478885095778211f,0.9859072942142604f,0.16118550196899684f,2.3940058522283345f,0.2278684938724907f,0.16717639294894543f,-0.9592330285915213f,-0.25636660100299513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9321056774396532f,0.3124208379254375f,-0.18322725265290796f,-0.003271673360619509f,0.17305910662519147f,0.8285859204003653f,0.5324433473416401f,2.394280698896474f,0.3181659185061399f,0.4645843223186154f,-0.8263969117542108f,-0.30026354015798123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9830285267205121f,0.009093378853153505f,-0.18322725265290796f,0.02603011892684426f,-0.0914581396434142f,0.841510243885715f,0.5324433473416401f,2.4036870946660227f,0.15902931914167684f,0.5401646229589989f,-0.8263969117542108f,-0.3006997882169366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695032964579643f,0.16276096596668368f,-0.18322725265290796f,0.08506656385622954f,0.041309066649813896f,0.8454570615259838f,0.5324433473416401f,2.510796907459003f,0.24157176815526635f,0.5086366336329315f,-0.8263969117542108f,-0.2825936924256745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695032964579643f,0.07856288782243472f,-0.232144848777956f,0.06738991409618177f,0.041309066649813896f,0.9860592248782646f,0.16118550196899684f,2.288933581861394f,0.24157176815526635f,0.14668018846959457f,-0.9592330285915213f,-0.3155967348313332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9484930744868716f,-0.20330743424052392f,-0.2429546764995f,-0.2406408770455551f,-0.2015053185404253f,0.9789474221191459f,-0.03252001424047717f,2.37873993356268f,0.24445141490767322f,0.018111651189610747f,-0.9694923794650592f,-0.2091832966623406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686198405200369f,-0.05242737565396055f,-0.2429546764995f,-0.129598719855234f,-0.04588333740856565f,0.9984173315913798f,-0.03252001424047717f,2.394086439931035f,0.24427509881113532f,-0.020351959610504792f,-0.9694923794650592f,-0.23752522132892004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9271643615432071f,-0.28520040647095934f,-0.2429546764995f,-0.10773669007494124f,-0.28605941965295945f,0.957659885920681f,-0.03252001424047717f,2.390798463928609f,0.24194266906023254f,0.0393480755207715f,-0.9694923794650592f,-0.24289355372297558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969917480124472f,0.015267839271416589f,-0.2429546764995f,-0.13645505271791572f,0.0238745044721069f,0.9991858969731363f,-0.03252001424047717f,2.3994482681454f,0.24226037601144323f,-0.037342152776342084f,-0.9694923794650592f,-0.2359868787546726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9603646027271014f,-0.13664865530198178f,-0.2429546764995f,-0.20551099347677332f,-0.13272654156414937f,0.9906190558626559f,-0.03252001424047717f,2.50035203507835f,0.24511934846771413f,0.0010154634118798717f,-0.9694923794650592f,-0.25429948086087645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9603646027271014f,-0.13664865530198178f,-0.2429546764995f,-0.17476504603382748f,-0.13272654156414937f,0.9906190558626559f,-0.03252001424047717f,2.2774627475092526f,0.24511934846771413f,0.0010154634118798717f,-0.9694923794650592f,-0.2545279601285494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686198405200369f,-0.052427375653960544f,-0.2429546764995f,-0.019226202305558684f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,1.772525532689756f,0.2442750988111353f,-0.020351959610504792f,-0.9694923794650592f,-0.24433533132127447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011932185013543947f,-0.05126987281482326f,-0.9986135504299721f,3.6864249912000324e-17f,-0.1507403803657932f,0.987179198283794f,-0.05248398044110186f,1.4023333333333332f,0.9885013711108237f,0.15115763499511967f,0.004050764706031922f,-0.30101944444444434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02412686672607356f,-0.6018206007723784f,-0.7982667842193834f,0.3449548070463495f,-0.19714011633287432f,0.7799555652503721f,-0.5939739815574698f,0.8731233726281185f,0.980078399330504f,0.1717011377974711f,-0.0998250992727319f,-0.5215713609078887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02412686672607356f,-0.7372156260876745f,-0.6752266396952509f,0.06389134960042357f,-0.19714011633287432f,0.658651976556458f,-0.7261634446256104f,1.124234438690268f,0.980078399330504f,0.1506343069504062f,-0.12944356583209435f,-0.4641420313830463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07488867097826221f,-0.09963068153641076f,-0.9922023051050123f,0.3243029175616903f,0.18689227825560423f,0.9759628540010555f,-0.11210612801512793f,1.2637966743573301f,0.9795218033752691f,-0.19383042822710966f,-0.0544683560037925f,-0.20933603909623133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07488867097826221f,-0.9969606097092483f,0.021476257757670203f,0.01706495249069f,0.18689227825560423f,-0.03518737924709628f,-0.9817500316629234f,1.1411925285770432f,0.9795218033752691f,-0.06950820836336766f,0.1889593757466807f,-0.20943289732791748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08892550055889366f,-0.7935915726320651f,-0.6019174953411107f,0.018682875079429263f,-0.04128835014615112f,0.6067291517856607f,-0.7938356306664887f,1.2938476428483896f,0.9951821579452471f,-0.04574005051176443f,-0.08671978025008027f,-0.315427303021327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10209174122135885f,-0.7479384689412003f,-0.6558698979616951f,0.02487309759496608f,-0.21753069495636962f,0.6265729477487889f,-0.7483894293088275f,1.256803680453282f,0.9706995792345796f,0.21907621465436797f,-0.09873165169550904f,-0.3203458007877187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006639925817065197f,-0.7317199656687304f,-0.6815730358713554f,0.018682875079429263f,-0.13052619222005157f,0.6751225245010402f,-0.726066450165463f,1.2938476428483896f,0.9914226265975968f,0.0937841604595072f,-0.09102585741000957f,-0.315427303021327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0032999996527542023f,-0.18292841098668272f,-0.9831206978068253f,0.021955275522431195f,-0.04418896994722142f,0.9821923890703178f,-0.1826073541436523f,1.3183764024654314f,0.9990177400513444f,0.042840486764612794f,-0.011324652598453368f,-0.31221987461370515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.016529317442119905f,-0.18177381505951049f,-0.9832014350190954f,0.021955275522431195f,-0.2158700313562174f,0.9594955978593004f,-0.18102023989291838f,1.3183764024654314f,0.9762821883180924f,0.21523586561568883f,-0.023379711835302793f,-0.31221987461370515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006639925817065197f,-0.11375794910202236f,-0.9934863060964885f,0.021955275522431195f,-0.13052619222005157f,0.9849096341595285f,-0.11364825420690855f,1.3183764024654314f,0.9914226265975968f,0.13043060053471212f,-0.008308665023717323f,-0.31221987461370515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.039197330893425794f,-0.4823930748825557f,-0.8750774197499238f,0.022122400674733304f,0.04651588568165521f,0.873920128005693f,-0.4838386944486399f,1.317123338355602f,0.9981482062449857f,-0.05967018662503169f,-0.011816395307005099f,-0.11695972276617606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03933441762363311f,-0.451538254795821f,-0.8913843211803503f,0.0099364797650888f,-0.2546504196560528f,0.8580896232870445f,-0.44590958968841926f,1.3575417493944824f,0.966232874290254f,0.2445309854865891f,-0.08123195047363888f,-0.5024092927564356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006639925817065197f,-0.3343281322689699f,-0.9424333458439839f,0.05611623870093975f,-0.13052619222005157f,0.9341011694354383f,-0.33229191745193065f,1.1869235775617932f,0.9914226265975968f,0.12521862973570935f,-0.03743621558642524f,-0.3218750536420844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006639925817065197f,-0.2509174345420706f,-0.9679857191239805f,3.6864249912000324e-17f,-0.13052619222005157f,0.9595077813474495f,-0.24961516516075152f,1.4023333333333332f,0.9914226265975968f,0.12800491622012342f,-0.02638023680335664f,-0.30101944444444434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.843498250182004f,0.012941360062710771f,-0.5369759986625331f,0.6502986849274099f,-0.06937712574423911f,0.9887106914358795f,0.13280806851939822f,1.9034814013828487f,0.5326326279560477f,0.14927722478701302f,-0.8330779037980313f,-0.8181751160829127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.843498250182004f,0.012941360062710771f,-0.5369759986625331f,0.5712207239728471f,-0.06937712574423911f,0.9887106914358795f,0.13280806851939822f,1.8969772958443263f,0.5326326279560477f,0.14927722478701302f,-0.8330779037980313f,-0.7682408072120331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.843498250182004f,0.012941360062710771f,-0.5369759986625331f,0.6913061042495084f,-0.06937712574423911f,0.9887106914358795f,0.13280806851939822f,1.8803081383356777f,0.5326326279560477f,0.14927722478701302f,-0.8330779037980313f,-0.6682462760777682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41323089187562934f,-0.7323738274091358f,-0.5411735460328462f,-0.9409881246358862f,-0.181552000467159f,0.6486156150018105f,-0.7391458956810866f,2.558727120066594f,0.8923447210165164f,-0.20718677781633688f,-0.40099194252757653f,-0.7450253930907698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19204106799341314f,-0.7323738274091358f,-0.653260135880066f,-0.9293646045234963f,0.4886928237134359f,0.6486156150018105f,-0.5835041628187512f,2.542586876932081f,0.8510579018227479f,-0.20718677781633688f,0.48246666915253933f,-0.8366411604660184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12398421453215801f,-0.7323738274091358f,-0.669519597527165f,-0.8347484249506165f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.661865366311506f,0.9772348520026524f,-0.20718677781633688f,0.045669279931238704f,-0.79768366876808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0374884089164371e-7f,1.3658794025182239e-8f,-0.00001562464958376217f,0.6876777234627889f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5660925595245558f,0.000015490978540587453f,0.00000203942601494109f,1.0464408554993425e-7f,-0.276785340318482f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192.mcfunction new file mode 100644 index 000000000..a60e060f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192_as_bone.mcfunction new file mode 100644 index 000000000..b0a4047f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_192_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6504118810880516f,0.07223913580784554f,-0.4885594504680903f,-0.3087839581632287f,-0.18259464170595227f,0.7858126598322335f,-0.1268940696490965f,1.5143831256095635f,0.4588769183607098f,0.21029601838734482f,0.6419906563889013f,-0.3319111137870182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6157194564063184f,-0.17844400857466633f,-0.4785888494381293f,-0.3087839581632287f,0.12932770642499147f,0.7796298876996857f,-0.12430439475829862f,1.5143831256095635f,0.4941294317823612f,0.018302295188859022f,0.6288888062585156f,-0.3319111137870182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6375761583736503f,0.06997585157640408f,-0.5055140620339852f,-0.30710664385944675f,0.030102093328233593f,0.8127012104682162f,0.07453221400977487f,1.4944560877399211f,0.5094457289007348f,0.039554609644106356f,-0.6370595942336523f,-0.20537508125763881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6032543629738958f,-0.17568056389135267f,-0.49519744852308756f,-0.30710664385944675f,-0.277417058740448f,0.746799268697099f,0.07301114841773866f,1.4944560877399211f,0.4462330658666593f,0.22677564186723098f,-0.6240583780248024f,-0.20537508125763881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07862901960932797f,-0.02514531109570265f,1.5603177370667736f,-0.008385460417202f,1.4350023988364353f,0.6127148291823717f,0.0821882195554352f,1.6761254583431615f,-0.6131817370151784f,1.4371341278495606f,-0.007739894129206391f,0.5798648916973903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.016092999101250005f,-0.9986033517227351f,0.05032257254996973f,-0.0047790694443107995f,0.39213749067671544f,-0.05260046051547851f,-0.9184015352553196f,1.6004101816431586f,0.9197658418237199f,0.004953532242691596f,0.3924363116897117f,0.4022029191476418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0028404796908821934f,-0.9986033517227351f,0.05275677779437905f,-0.00816900782994235f,0.040170776700646005f,-0.05260046051547851f,-0.997807346261204f,1.5833128668750942f,0.9991887911573031f,0.004953532242691596f,0.03996526171474535f,0.04194878594069912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9880671563184465f,-0.02787879807898702f,-0.15147959341921213f,0.26489408377144136f,0.12342929312389073f,0.4449754042838408f,-0.88699611001479f,1.4910261880502105f,0.09213307877041499f,-0.895108743226265f,-0.4362245220023527f,-0.6696783386311068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7907442427326575f,-0.02787879807898702f,-0.6115115004665304f,0.009460976151059071f,0.5379779394606885f,0.4449754042838408f,-0.7159445692482517f,1.6682243923562232f,0.29206725122613175f,-0.895108743226265f,-0.33686356074990986f,-0.549195758781907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12934035759393792f,-0.5530134624827477f,-0.8230717965100708f,0.2558857276511793f,-0.48860057409256286f,0.6867423626619178f,-0.5381955093847823f,1.3935223854353895f,0.8628676323132592f,0.4717637519334968f,-0.1813791924883882f,-0.13221586349240866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012196500378877706f,-0.3081120849076307f,-0.9512718793869508f,0.1921692624848301f,-0.13828581730661238f,0.9416813790686167f,-0.30677876889913785f,1.5681702767051355f,0.9903172613412078f,0.13528903669293163f,-0.031122314186903602f,-0.10704368357615213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.034931298301183605f,-0.5336289645008034f,-0.8449970015596471f,0.20307625333171977f,-0.5869890002277678f,0.6733481306164031f,-0.4494955045459312f,1.4440975337130335f,0.8088409720152655f,0.5117054066952936f,-0.2897134079537996f,-0.4874844901683267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.024696595555305685f,-0.04670571802357255f,-0.9986033517227351f,0.18807766025403286f,-0.3818515252202107f,0.922725638660029f,-0.05260046051547862f,1.6167798380835672f,0.9238936577631521f,0.3826172652447144f,0.0049535322426916065f,-0.4157127933584259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9683315011184103f,-0.05108769339667226f,-0.24438525226611899f,0.24457609407269335f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.2899297003568537f,0.24517220491247096f,-0.009654253983334431f,-0.9694314753082773f,-0.2868640546642654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9683315011184103f,-0.05108769339667226f,-0.24438525226611899f,0.2643633696392691f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.1648168429603674f,0.24517220491247096f,-0.009654253983334431f,-0.9694314753082773f,-0.3857354314107172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9683315011184103f,-0.05108769339667226f,-0.24438525226611899f,-0.32431866283437266f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.262219287204725f,0.24517220491247096f,-0.009654253983334431f,-0.9694314753082773f,-0.1428253842781887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9683315011184103f,-0.05108769339667226f,-0.24438525226611899f,-0.3771562498516777f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.133568930256903f,0.24517220491247096f,-0.009654253983334431f,-0.9694314753082773f,-0.22330884565620523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9607072171347647f,0.15385397308356044f,-0.23102077376629981f,0.1437583862011706f,0.10826431113890245f,0.97410165921512f,0.19850641412299302f,2.3823939919871977f,0.25557871953430655f,0.165695239764917f,-0.9524833886427896f,-0.26206067354897894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9729473810632494f,0.0016720557961049515f,-0.23102077376629981f,0.0317062804165224f,-0.04545167413966035f,0.9790451209571156f,0.19850641412299302f,2.387024852776001f,0.2265116751959318f,0.20363657667394083f,-0.9524833886427896f,-0.23391779980480096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9303598373274784f,0.3208610671144956f,-0.1774225146314188f,-0.0020561197584241103f,0.16768343284693799f,0.8026893792134014f,0.5723390838014392f,2.389627742430254f,0.3260564973078367f,0.5027304805839323f,-0.8005930454701649f,-0.2788991614131218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9839763083612572f,0.017660008086555268f,-0.1774225146314188f,0.027341927758526924f,-0.08856823789739654f,0.8152199950866511f,0.5723390838014392f,2.3987392969465042f,0.15474589435427163f,0.5788820982940339f,-0.8005930454701649f,-0.2789003814485436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9690992932726331f,0.17137039149266098f,-0.1774225146314188f,0.08748185776369805f,0.04005068790316492f,0.8190384090821459f,0.5723390838014392f,2.5042672641133494f,0.24339782697667456f,0.5475475078637831f,-0.8005930454701649f,-0.2558204876910677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9690992932726331f,0.08646364476994964f,-0.23102077376629981f,0.06802753769045941f,0.04005068790316492f,0.9792809331088369f,0.19850641412299302f,2.2839290541638615f,0.24339782697667456f,0.18311988472741533f,-0.9524833886427896f,-0.29702246175473607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9484178574989937f,-0.20193913947485465f,-0.24438525226611899f,-0.23972735560532582f,-0.20280884932271645f,0.9789740075609531f,-0.021873800685815008f,2.3730155996081495f,0.24366398628729496f,0.02881798862173268f,-0.9694314753082773f,-0.18921484609819655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683315011184104f,-0.051087693396672254f,-0.24438525226611899f,-0.1287049103015545f,-0.047166660684474504f,0.9986475068628736f,-0.021873800685815008f,2.3885122451477088f,0.24517220491247096f,-0.009654253983334431f,-0.9694314753082773f,-0.21755229906758647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9272086855252762f,-0.2838307628875272f,-0.24438525226611899f,-0.10685510801457397f,-0.28736030718100425f,0.9575727600033307f,-0.021873800685815008f,2.3852519397884f,0.24022511805248237f,0.04994504318036273f,-0.9694314753082773f,-0.22298688037472714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9695363915929299f,0.01658414459015936f,-0.24438525226611899f,-0.13555167943937674f,0.022610363522481025f,0.9995050316556383f,-0.021873800685815008f,2.393866691796147f,0.24390153102910855f,-0.02673308518061822f,-0.9694314753082773f,-0.21594710329684988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9601941215461299f,-0.13528894050543144f,-0.24438525226611899f,-0.2044953492028652f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.4950531028999943f,0.24508067432985864f,0.011750648987998583f,-0.9694314753082773f,-0.23308551450431866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9601941215461299f,-0.13528894050543144f,-0.24438525226611899f,-0.17405533758914316f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.2721373889927428f,0.24508067432985864f,0.011750648987998583f,-0.9694314753082773f,-0.23572941052661833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9683315011184103f,-0.05108769339667226f,-0.24438525226611899f,-0.0191944179502311f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,1.7669099305825111f,0.24517220491247096f,-0.009654253983334431f,-0.9694314753082773f,-0.23113339737083463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01309312713855118f,-0.051185114533949694f,-0.9986033517227351f,3.54708739983038e-17f,-0.15555059641098173f,0.9864264815533632f,-0.05260046051547862f,1.397f,0.9877411513032762f,0.15602205145555229f,0.0049535322426916065f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.023621456320025006f,-0.5850427414160673f,-0.8106583852139531f,0.33654657065462895f,-0.1973097004792181f,0.7922063846185798f,-0.5774754767662086f,0.8614261865543318f,0.9800565845389348f,0.17359157492785027f,-0.09672153956563213f,-0.5111907176520223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.023621456320025006f,-0.7229769034560982f,-0.6904682642021666f,0.06091162621199155f,-0.1973097004792181f,0.673704268512398f,-0.7121737433274102f,1.1182759389246835f,0.9800565845389348f,0.1530586673704122f,-0.12673648032303528f,-0.45283710071705263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07092282195627636f,-0.08656700036104163f,-0.9937183241614546f,0.32351175580292646f,0.18484087894244866f,0.9778323616392428f,-0.09837541360931605f,1.2541054057927206f,0.9802060001844211f,-0.1906568304035089f,-0.05334951005347905f,-0.19803795772414812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07092282195627636f,-0.9974469907729889f,0.008333902067306914f,0.01462776565422294f,0.18484087894244866f,-0.021352312172654764f,-0.9825364767970015f,1.1357093195884307f,0.9802060001844211f,-0.06814381382627949f,0.18588334470755571f,-0.19806089943345173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08786903404770975f,-0.787646904843866f,-0.609828981063872f,0.017592944369153443f,-0.04035173259918255f,0.6145089085290698f,-0.7878772360048584f,1.2883347992957683f,0.9953144078791216f,-0.044622355700805034f,-0.08577922149299524f,-0.3040688533062328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10136800784854692f,-0.7414126262550749f,-0.663348961418023f,0.023411005971897516f,-0.21846731250333817f,0.6339181167950093f,-0.7419028606001178f,1.251231404177695f,0.9705650727037243f,0.22012527984904817f,-0.0977154072753755f,-0.3089936735972498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006807727956818554f,-0.7249006451411132f,-0.6888197946589978f,0.017592944369153443f,-0.13052619222005157f,0.6822982302428391f,-0.7193274901962415f,1.2883347992957683f,0.9914214885630632f,0.09480601078775386f,-0.08997362021121633f,-0.3040688533062328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0022707049211427095f,-0.1731882551987159f,-0.9848861214172863f,0.021111334762388325f,-0.04409485524951659f,0.9839480432851417f,-0.17292163501385588f,1.3128303489068829f,0.9990247682813901f,0.043035756953555056f,-0.009870966707940031f,-0.3008680364901352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0158343499144099f,-0.1720044806824347f,-0.9849688989952698f,0.021111334762388325f,-0.21596414605392225f,0.9612512520741243f,-0.17133452076312194f,1.3128303489068829f,0.9762728926801093f,0.21543093791536644f,-0.02192601210702406f,-0.3008680364901352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006807727956818554f,-0.1038661037401295f,-0.9945679903022773f,0.021111334762388325f,-0.13052619222005157f,0.9859894792131967f,-0.10386366075496964f,1.3128303489068829f,0.9914214885630632f,0.13052424822512454f,-0.006844898879163321f,-0.3008680364901352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03727467018297753f,-0.47385411218016904f,-0.879814116352252f,0.021552280394749858f,0.046958916333368794f,0.878622764428717f,-0.47520195496697504f,1.3115873277185157f,0.9982011115699811f,-0.05902811362040232f,-0.010498698151245097f,-0.10560824681167999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03824185420575977f,-0.4427108274467402f,-0.895848583103377f,0.009199930322561778f,-0.2549677403532592f,0.8625074156723788f,-0.4371183012518552f,1.3521007822305169f,0.9661930510855781f,0.24512870327967973f,-0.07989309646248723f,-0.4910425409218411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006807727956818554f,-0.3249331402654161f,-0.9457124875972197f,0.05396248664290425f,-0.13052619222005157f,0.9373543927436788f,-0.3230010147796184f,1.181047047939071f,0.9914214885630632f,0.1256391529794138f,-0.03603103182002086f,-0.31056352351505334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006807727956818554f,-0.24127239728443783f,-0.9704335552466673f,3.54708739983038e-17f,-0.13052619222005157f,0.9619388696356256f,-0.24007608008435397f,1.397f,0.9914214885630632f,0.12830136941106818f,-0.024943749169772298f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9998227877621347f,0.0013282161772016545f,-0.01877841615631826f,0.7352919584848402f,-0.0015659264361673024f,0.9881830926540788f,0.15327009906376612f,1.8959236402926742f,0.01876008917755368f,0.15327234334480172f,-0.9880058946279842f,-0.8063442120428376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9998227877621347f,0.0013282161772016545f,-0.01877841615631826f,0.6415585721321401f,-0.0015659264361673024f,0.9881830926540788f,0.15327009906376612f,1.8957768346892834f,0.01876008917755368f,0.15327234334480172f,-0.9880058946279842f,-0.8045854536824418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9998227877621347f,0.0013282161772016545f,-0.01877841615631826f,0.6912420277319379f,-0.0015659264361673024f,0.9881830926540788f,0.15327009906376612f,1.8728597226314139f,0.01876008917755368f,0.15327234334480172f,-0.9880058946279842f,-0.6572639486684421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4049733720488051f,-0.732408884107734f,-0.5473333485285579f,-0.9410269530534299f,-0.17052382040558148f,0.6486156150018105f,-0.7417677605895985f,2.5526976470414207f,0.8982862542673715f,-0.20706281765659112f,-0.3875652137878324f,-0.7282007616867628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18243605737844779f,-0.732408884107734f,-0.6559682244196523f,-0.929418939441661f,0.4799485407246199f,0.6486156150018105f,-0.5907175147497583f,2.5365574039069076f,0.8581179891043629f,-0.20706281765659112f,0.4698494506962817f,-0.8198184950769084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12381881185886817f,-0.732408884107734f,-0.6695118582295029f,-0.83479616751312f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6558358932863326f,0.9772558228282194f,-0.20706281765659112f,0.045782598140045476f,-0.7808770181028425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0637074932528991e-7f,1.4003974818917216e-8f,-0.000015624631648534226f,0.6876818153316729f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5607592261912226f,0.000015490960758797866f,0.0000020394236739240796f,1.0728861832809913e-7f,-0.2655239550860262f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193.mcfunction new file mode 100644 index 000000000..dbd7b7510 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193_as_bone.mcfunction new file mode 100644 index 000000000..3e43fe5ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_193_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6038205851944463f,0.06410986351676871f,-0.5461090282532801f,-0.31471323511455473f,-0.19697744698642564f,0.7824863202370358f,-0.12593446099085528f,1.5066459186243208f,0.5133663708489198f,0.2248322229712829f,0.5940116877971723f,-0.30994727032765557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5705057266179832f,-0.16833535674090427f,-0.5349639460440295f,-0.31471323511455473f,0.115063953472606f,0.7820112012228712f,-0.1233643699502256f,1.5066459186243208f,0.5488929791018837f,0.011031266150114002f,0.5818890002911076f,-0.30994727032765557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5881347836789592f,0.06134403349555061f,-0.5632750928505936f,-0.3130793014186723f,0.02035460875662664f,0.8136296920262559f,0.06735620684145567f,1.4882477509208014f,0.5662398878335161f,0.03446851102384701f,-0.5874766000604028f,-0.19748855773938984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.555272849918831f,-0.16495830928000424f,-0.5517796827924183f,-0.3130793014186723f,-0.2865868376779456f,0.7439854932734243f,0.06598159037530352f,1.4882477509208014f,0.4995398348608189f,0.2434632251453635f,-0.5754872816918232f,-0.19748855773938984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08018312420492583f,-0.021044729908312968f,1.5602993417725401f,-0.006801559964237572f,1.455901505313903f,0.5612212780495235f,0.08238770472083795f,1.6545175919305117f,-0.5615404913427405f,1.458078888952016f,-0.009191309754787123f,0.5959593837399411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.013468627141319876f,-0.9985915787344257f,0.051317199491152536f,-0.0037020911960772415f,0.3591816179516793f,-0.052728131021336236f,-0.9317769634009041f,1.5851680451357955f,0.9331704889292963f,0.005882438243063265f,0.3593859144593382f,0.415707839156829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0048803935757183396f,-0.9985915787344257f,0.05283030038938574f,-0.007773283900773568f,0.01911263921572931f,-0.052728131021336236f,-0.9984259868519074f,1.5748314937217827f,0.9998054254607521f,0.005882438243063265f,0.01882838653632055f,0.056930458013832896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9864458360932099f,-0.029033996752061322f,-0.16149810985571644f,0.2623445678535428f,0.13133541283025252f,0.45030219294139595f,-0.8831641661485574f,1.484585873249691f,0.09836473855541367f,-0.8924040352131828f,-0.4403855312611372f,-0.6566320816129907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7844691309630686f,-0.029033996752061322f,-0.6194878607355023f,0.009112938920548248f,0.5430350243122822f,0.45030219294139595f,-0.7087601127337294f,1.6632682096311864f,0.2995348810008725f,-0.8924040352131828f,-0.3374816928353627f,-0.5337187263655144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12173838467210281f,-0.5562655489514161f,-0.8220391747034973f,0.2560934566936284f,-0.46462882637651826f,0.699917207116945f,-0.5424352098468485f,1.3859854027947014f,0.8770973830752241f,0.4479782832140361f,-0.1732502189643597f,-0.11782764196976234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013192445111929798f,-0.30809237730822614f,-0.9512649717279273f,0.19238072987503646f,-0.13938221713821683f,0.9414930889990566f,-0.30686049096071205f,1.5605974789135202f,0.990150774850782f,0.13663766102938069f,-0.030522002732723312f,-0.09239884304383297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03455364412252545f,-0.5341623696254691f,-0.8446754456913955f,0.20291211570428028f,-0.5622140953191904f,0.688374552039528f,-0.4583184342013785f,1.4375067581059728f,0.8262695424026462f,0.4907250136079095f,-0.27652776409836144f,-0.47043773795064003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02503695607346615f,-0.04677616605988588f,-0.9985915787344259f,0.18790038720096153f,-0.37058151272510426f,0.9273020471374848f,-0.05272813102133658f,1.611046341125368f,0.9284624350273676f,0.3713797297421708f,0.005882438243063254f,-0.4007672733849639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680211867956252f,-0.049406876846233475f,-0.2459551634649907f,0.24541435051068897f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.283309096008439f,0.24609138590362378f,0.00340174589072634f,-0.9692406604703131f,-0.26439258197988424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680211867956252f,-0.049406876846233475f,-0.2459551634649907f,0.26483270804646125f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.159458467791076f,0.24609138590362378f,0.00340174589072634f,-0.9692406604703131f,-0.3649125391067028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680211867956252f,-0.049406876846233475f,-0.2459551634649907f,-0.32329809673174087f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.254683845347146f,0.24609138590362378f,0.00340174589072634f,-0.9692406604703131f,-0.1198138927615053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680211867956252f,-0.049406876846233475f,-0.2459551634649907f,-0.37648132820564045f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.12717892981132f,0.24609138590362378f,0.00340174589072634f,-0.9692406604703131f,-0.20187699594555203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9595810280749217f,0.16342755652426594f,-0.22911936698407645f,0.1455368278789289f,0.10601777676941357f,0.9640560031016244f,0.24363138938279605f,2.3737725653973167f,0.2606999838272854f,0.20949333319279786f,-0.9424160767836172f,-0.2350050755588675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733326956636014f,0.011303947321315178f,-0.22911936698407645f,0.033537403884984225f,-0.04609906310305794f,0.9687717081379023f,0.24363138938279605f,2.3782253275674425f,0.2247183569120406f,0.24769658513295706f,-0.9424160767836172f,-0.20662475563324112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9283236414481784f,0.3308045321353015f,-0.16965723753243847f,-0.0005207036946988791f,0.1607253669416372f,0.7686042548858742f,0.6192050191921948f,2.383798937713888f,0.33523510130932f,0.5475544364627819f,-0.7666821805416215f,-0.2527838377046361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9851124706761973f,0.02774602441972554f,-0.16965723753243847f,0.028991274028612304f,-0.08465286914485512f,0.780652954873507f,0.6192050191921948f,2.3925193890007166f,0.14962390137869783f,0.6243485582398364f,-0.7666821805416215f,-0.25227146556173313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9686436669746566f,0.18150996717192192f,-0.16965723753243847f,0.0904608156342375f,0.03851037552541326f,0.7842844478785012f,0.6192050191921948f,2.4957853110226718f,0.2454514155729848f,0.5932554564714618f,-0.7666821805416215f,-0.22323202109390913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9686436669746566f,0.09609246642014407f,-0.22911936698407645f,0.0688400106897051f,0.03851037552541326f,0.9691030373929803f,0.24363138938279605f,2.2777371276092517f,0.2454514155729848f,0.22716852953918024f,-0.9424160767836172f,-0.2743449402402246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9483743012983578f,-0.2002304727102277f,-0.2459551634649907f,-0.23859223551783829f,-0.20436647049980683f,0.9788543027843677f,-0.008865644701941159f,2.3659315036886244f,0.24252944227928927f,0.04185703905878023f,-0.9692406604703131f,-0.1648957057065835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680211867956252f,-0.0494068768462335f,-0.2459551634649907f,-0.12758859554133045f,-0.04872383091283866f,0.9987729414863001f,-0.008865644701941159f,2.3816087759522833f,0.24609138590362378f,0.003401745890726341f,-0.9692406604703131f,-0.19320746424145632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9273142151901131f,-0.28212480194278255f,-0.2459551634649907f,-0.10575298518278793f,-0.28890156818054336f,0.9573177551089512f,-0.008865644701941159f,2.3783827104603343f,0.2379584632013903f,0.06283559406820272f,-0.9692406604703131f,-0.1987189746253317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691095853446693f,0.018239220323049005f,-0.2459551634649907f,-0.13442371401115566f,0.0210657363595457f,0.9997387834307766f,-0.008865644701941159f,2.386953391750132f,0.24572921345398302f,-0.013773007890733862f,-0.9692406604703131f,-0.1915218671731043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9600314808779055f,-0.1335874742941319f,-0.2459551634649907f,-0.20322246772538083f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.4884694630085633f,0.2448584521934947f,0.02483707874282787f,-0.9692406604703131f,-0.2072337510471824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9600314808779055f,-0.1335874742941319f,-0.2459551634649907f,-0.1731652860092012f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.265556169881042f,0.2448584521934947f,0.02483707874282787f,-0.9692406604703131f,-0.21282209376431865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680211867956252f,-0.049406876846233475f,-0.2459551634649907f,-0.019155514417772433f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,1.7600525676303536f,0.24609138590362378f,0.00340174589072634f,-0.9692406604703131f,-0.2150381411315716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014337096557039818f,-0.05108137178072658f,-0.9985915787344259f,3.377269710348613e-17f,-0.16143635907791262f,0.985473513680943f,-0.05272813102133658f,1.3904999999999998f,0.9867789770916188f,0.1619649569824756f,0.005882438243063254f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02296355239494456f,-0.5642577718671404f,-0.8252792510107926f,0.3261376530713632f,-0.1975074355760041f,0.8066665976570837f,-0.5570276592024268f,0.8473622965157774f,0.9800323913797927f,0.1757901223387553f,-0.09292117484475873f,-0.4984921197264958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02296355239494456f,-0.7052044213051858f,-0.7086320620978299f,0.05727846744876116f,-0.1975074355760041f,0.6916486627258306f,-0.6947034908806495f,1.1110533491800003f,0.9800323913797927f,0.15591296136366678f,-0.12340040650344926f,-0.4390503032065979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06619127166697285f,-0.07058497732483145f,-0.9953072272073391f,0.3224649715639434f,0.1822792888734393f,0.9798540014483715f,-0.08161125347283549f,1.2422944513148788f,0.9810162977254263f,-0.18682584623565107f,-0.05199160293192146f,-0.18426398617708362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06619127166697285f,-0.9977770606857299f,-0.007723517621792492f,0.011651921958959642f,0.1822792888734393f,-0.0044812143158077244f,-0.9832365837203418f,1.129059312719842f,0.9810162977254263f,-0.06648951712564126f,0.18217071035020088f,-0.18419537413190057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08660912046480156f,-0.7802948000352816f,-0.619385893680356f,0.016262834369412928f,-0.03922210955231986f,0.6239107621723297f,-0.7805107218788275f,1.2816305069117488f,0.9954699826587335f,-0.04330572575818008f,-0.0846411704903588f,-0.29022266219775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10043399795985065f,-0.7333688943821633f,-0.6723712343686961f,0.021626750200187974f,-0.21959693555020088f,0.6427832059461114f,-0.733898450775446f,1.2444596242402761f,0.9704072330474262f,0.22135901812739026f,-0.09648827463954399f,-0.29515414406266405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006972085908989665f,-0.716496494854151f,-0.6975558492907885f,0.016262834369412928f,-0.13052619222005157f,0.6909526085530427f,-0.7110185692921668f,1.2816305069117488f,0.9914203463529543f,0.09600659141674273f,-0.0887041782664538f,-0.29022266219775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0010555098630232154f,-0.16129620283326068f,-0.9869054771610606f,0.02008042138295642f,-0.04399160807875395f,0.9859580922892314f,-0.16109431606368035f,1.306082317146673f,0.9990313430106056f,0.043245522322562874f,-0.008136367830570843f,-0.28703028759108473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014946619897374561f,-0.16008384862687397f,-0.9869902532256595f,0.02008042138295642f,-0.21606739322468488f,0.963261301078214f,-0.15950720181294642f,1.306082317146673f,0.9762640422235845f,0.21564050466903184f,-0.020191399341117175f,-0.28703028759108473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006972085908989665f,-0.09180192409540186f,-0.9957528793583575f,0.02008042138295642f,-0.13052619222005157f,0.9871741076439539f,-0.09192493862873963f,1.306082317146673f,0.9914203463529543f,0.130612740304097f,-0.005099892905023145f,-0.28703028759108473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.034965989660620596f,-0.46338170311365523f,-0.8854686763440827f,0.02084729254984158f,0.04747549002663218f,0.8842400150151096f,-0.4646134669731493f,1.3048483305301937f,0.9982602152814589f,-0.05828372899503689f,-0.00891905379782917f,-0.09177144864737968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03686696379085486f,-0.43190306453649274f,-0.9011662276321888f,0.008309017908054798f,-0.25533773625279976f,0.8677743768180765f,-0.4263452490450605f,1.3454789599713644f,0.9661487812061553f,0.2458197994100256f,-0.07828894425061125f,-0.4771874047846696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006972085908989665f,-0.3134447068058479f,-0.9495808579544313f,0.05133125973835626f,-0.13052619222005157f,0.941194287354316f,-0.3116347647425353f,1.173913681122821f,0.9914203463529543f,0.12611791794585434f,-0.03435065662241321f,-0.2967707093570661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006972085908989665f,-0.22949053009093037f,-0.973285922335601f,3.377269710348613e-17f,-0.13052619222005157f,0.9647735183237358f,-0.22841841319336387f,1.3904999999999998f,0.9914203463529543f,0.12863185818382608f,-0.023228041190859007f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8638524539572596f,-0.010917188113614263f,0.5036266005640613f,0.8072157610836437f,0.06653636662341807f,0.9885329961645549f,0.13555599363540538f,1.88099647285168f,-0.4993314026862069f,0.15060986188699574f,-0.8532202645236489f,-0.7484281110728463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8638524539572596f,-0.010917188113614263f,0.5036266005640613f,0.7262295935251506f,0.06653636662341807f,0.9885329961645549f,0.13555599363540538f,1.8872342572226253f,-0.4993314026862069f,0.15060986188699574f,-0.8532202645236489f,-0.7952404300746783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8638524539572596f,-0.010917188113614263f,0.5036266005640613f,0.6911786872197879f,0.06653636662341807f,0.9885329961645549f,0.13555599363540538f,1.8637819659918418f,-0.4993314026862069f,0.15060986188699574f,-0.8532202645236489f,-0.6438512308952149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3948222603398557f,-0.7324432009571853f,-0.5546551542280296f,-0.9410543259752803f,-0.15703232761705657f,0.6486156150018105f,-0.7447406475136109f,2.5453492267919904f,0.9052382177213336f,-0.20694139592506655f,-0.3711051439003349f,-0.7077338531124292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17064354747364463f,-0.7324432009571853f,-0.6590961516176543f,-0.9294615009285472f,0.46914770214023493f,0.6486156150018105f,-0.5993314755228198f,2.5292089836574774f,0.8664763200931387f,-0.20694139592506655f,0.4543061141680105f,-0.7993535096223433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12365680049848725f,-0.7324432009571853f,-0.6695042591814255f,-0.8348322745746999f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6484874730369024f,0.9772763361057504f,-0.20694139592506655f,0.04589358931599626f,-0.7604277197647857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0893884232796351e-7f,1.4342070676755915e-8f,-0.000015624613647499925f,0.6876858041207489f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5542592261912225f,0.000015490942911764912f,0.0000020394213243176168f,1.0987887130405902e-7f,-0.25177129277484306f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194.mcfunction new file mode 100644 index 000000000..f40033bab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194_as_bone.mcfunction new file mode 100644 index 000000000..574e13b68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_194_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5501291166333709f,0.05474301399603954f,-0.6010870169079189f,-0.32151932248968906f,-0.21244797458587064f,0.7788171099247971f,-0.1235079423648213f,1.497939112853623f,0.5649497832294412f,0.2395653483946711f,0.5388734830384508f,-0.28627171839607946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5184022291494862f,-0.15668507600161308f,-0.5888199349302063f,-0.32151932248968906f,0.09968725162512677f,0.7844899665723875f,-0.12098737211247801f,1.497939112853623f,0.6011003083315399f,0.005027852983460868f,0.527876065017258f,-0.28627171839607946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5314300792827559f,0.05144586919785077f,-0.6179642690483372f,-0.31995594435882757f,0.01025534736458562f,0.8144691254042385f,0.05898572757990518f,1.4810343104463057f,0.6200172119614099f,0.03062369589348621f,-0.5306461067094226f,-0.1871996939202769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5002431232808107f,-0.15265929915215964f,-0.6053527533534733f,-0.31995594435882757f,-0.2960416015701086f,0.7409592552028609f,0.05778193722113161f,1.4810343104463057f,0.5496509690249484f,0.26014326920293973f,-0.5198165943275976f,-0.1871996939202769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08158801049443141f,-0.016559449218917475f,1.5602805616891875f,-0.005156747087223341f,1.4775096774720717f,0.5015490724383695f,0.08258287299788937f,1.6298015981181984f,-0.5017118690243785f,1.4797231371367339f,-0.010530332487050317f,0.6138826658383582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.010598047500106747f,-0.99857955948108f,0.05221632671643606f,-0.00261175696030676f,0.3209914063605405f,-0.05285303871864913f,-0.9456061935821314f,1.5678288262519227f,0.9470228077675151f,0.006739412791711712f,0.32109559617558625f,0.4309551276043911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.00701128081902481f,-0.99857955948108f,0.0528176611357308f,-0.007381693108541393f,-0.004960121183797295f,-0.05285303871864913f,-0.9985899826735931f,1.56513442415319f,0.9999631188894512f,0.006739412791711712f,-0.00532364312328426f,0.07401481982811492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9844860767071285f,-0.030157704754755446f,-0.1728516057597697f,0.25948297583794067f,0.1402886638712586f,0.4563924469827142f,-0.8786495462505783f,1.477278252587554f,0.10538622091631744f,-0.8892673654087704f,-0.4450812254633099f,-0.6416873771527389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7772508027450379f,-0.030157704754755446f,-0.6284677417943734f,0.008777045811912496f,0.5486769829574166f,0.4563924469827142f,-0.700470914963553f,1.6576100624364882f,0.30795252556999886f,-0.8892673654087704f,-0.3381845573263271f,-0.5160358625124764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1128924744323068f,-0.5597287538668521f,-0.8209500662715192f,0.2562932368401699f,-0.4393800663516698f,0.7129357611426582f,-0.5465050391137678f,1.3774407464423708f,0.8911792448825059f,0.42240540074506566f,-0.1654485748262802f,-0.10187486501117882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014273272909421836f,-0.3080358446621635f,-0.9512676763580904f,0.19259109298877625f,-0.1434926598736765f,0.9408862444682641f,-0.3068272014225326f,1.5519392472712794f,0.9895484476481334f,0.14087935751441197f,-0.030771356542991936f,-0.07565230645562027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03393340629613729f,-0.5348642156852608f,-0.8442563560415356f,0.2027706857992611f,-0.5333457465119336f,0.7047107134717459f,-0.46789435238712923f,1.4300113501207814f,0.845216444832192f,0.4661577856236381f,-0.2613543194356977f,-0.45092633147132805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02523201557562557f,-0.04692769732858744f,-0.99857955948108f,0.18773062030339424f,-0.3576886770563281f,0.932344017304717f,-0.05285303871864924f,1.6044955218734243f,0.93349994948885f,0.3585141902624465f,0.006739412791711721f,-0.38366279946717113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9677164430236598f,-0.047431205400628076f,-0.24753821251653088f,0.2464112227857927f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.275625891741876f,0.24693267104659955f,0.01831982003931659f,-0.9688594532560021f,-0.23867757627576536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9677164430236598f,-0.047431205400628076f,-0.24753821251653088f,0.26542278265083363f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.1532449254802972f,0.24693267104659955f,0.01831982003931659f,-0.9688594532560021f,-0.34105810268767756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9677164430236598f,-0.047431205400628076f,-0.24753821251653088f,-0.32212218749060745f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.24596358823962f,0.24693267104659955f,0.01831982003931659f,-0.9688594532560021f,-0.0936046320358881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9677164430236598f,-0.047431205400628076f,-0.24753821251653088f,-0.37568936085234095f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.1197959449352f,0.24693267104659955f,0.01831982003931659f,-0.9688594532560021f,-0.17746520811930538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9583429515656267f,0.17431235809485024f,-0.22626088703064784f,0.14758595126415058f,0.10326981484419079f,0.9500501676442671f,0.2945165942712675f,2.363550093096364f,0.26629707570029654f,0.25888198232884524f,-0.9284750867411351f,-0.20421576129095753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9738126200413694f,0.02224841675868336f,-0.22626088703064784f,0.035641538782582444f,-0.046622197679786655f,0.9545084318026532f,0.2945165942712675f,2.3677988615090357f,0.22252045238959628f,0.29735275611531065f,-0.9284750867411351f,-0.1755882027829042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9261266906695932f,0.3416341624617061f,-0.15992326868994533f,0.001298957612618598f,0.1522646863934943f,0.7264636358447562f,0.6701239072535081f,2.376929145142833f,0.3451156590287939f,0.5962689702091719f,-0.7248161815652403f,-0.22288373647269796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9863695861359015f,0.03872451003710839f,-0.15992326868994533f,0.030935553887570036f,-0.07967728707527208f,0.7379603504603863f,0.6701239072535081f,2.385162399781229f,0.14396725138174743f,0.6737320932468409f,-0.7248161815652403f,-0.2218107479849397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681678917324812f,0.192549945598035f,-0.15992326868994533f,0.09389373429658637f,0.03674610519067392f,0.7413391077507023f,0.6701239072535081f,2.4854078473229606f,0.24758969520478563f,0.6429158932314447f,-0.7248161815652403f,-0.18613495369814598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681678917324812f,0.10703711701268448f,-0.22626088703064784f,0.0698103829687324f,0.03674610519067392f,0.9549396313129795f,0.2945165942712675f,2.2705464302775407f,0.24758969520478563f,0.27682730380048015f,-0.9284750867411351f,-0.2484210970532539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9483823725336071f,-0.19823145262961472f,-0.24753821251653088f,-0.2372700284521412f,-0.20609953994878433f,0.9785125377082796f,0.0060160768447440685f,2.357703582199327f,0.24102666885725713f,0.056723052950764255f,-0.9688594532560021f,-0.1371681388421794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9677164430236599f,-0.047431205400628076f,-0.24753821251653088f,-0.12628158079329815f,-0.05048902723788261f,0.9987064958975537f,0.0060160768447440685f,2.3735835090251793f,0.24693267104659958f,0.018319820039316585f,-0.9688594532560021f,-0.16542646567314767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274964817917688f,-0.2801340921916f,-0.24753821251653088f,-0.10446131161694827f,-0.29059825598798783f,0.9568262435971006f,0.0060160768447440685f,2.3703971588339123f,0.23516574980347582f,0.0775140629553768f,-0.9688594532560021f,-0.17102120878880975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686677680398936f,0.020188821281382052f,-0.24753821251653088f,-0.13310341109683138f,0.019300204954064315f,0.999795633571246f,0.0060160768447440685f,2.3789157952739934f,0.2476090815162924f,0.0010500414940228936f,-0.9688594532560021f,-0.16365041537248134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9599000878602642f,-0.13159276070505516f,-0.24753821251653088f,-0.20172709894581992f,-0.1373399076830507f,0.9905057074934042f,0.0060160768447440685f,2.480787957654085f,0.2443963401597255f,0.03977170794689163f,-0.9688594532560021f,-0.17773929500355343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9599000878602642f,-0.13159276070505516f,-0.24753821251653088f,-0.17211872778718254f,-0.1373399076830507f,0.9905057074934042f,0.0060160768447440685f,2.2579241734680697f,0.2443963401597255f,0.03977170794689163f,-0.9688594532560021f,-0.18668792929160402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9677164430236598f,-0.047431205400628076f,-0.24753821251653088f,-0.019110110500261568f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,1.7522102203239105f,0.24693267104659955f,0.01831982003931659f,-0.9688594532560021f,-0.19666656302832866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015553512593222454f,-0.050960294667364264f,-0.99857955948108f,3.183503372350191e-17f,-0.16818007872686322f,0.9843383653082058f,-0.05285303871864924f,1.3830833333333334f,0.9856335776369628f,0.168763239331865f,0.006739412791711721f,-0.25995277777777803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022183549814211615f,-0.5401011390944416f,-0.8413077021319412f,0.31404425046136863f,-0.1977210174474305f,0.8225234867622212f,-0.5332555794214168f,0.8315782158958489f,0.9800072904714501f,0.17817371656168848f,-0.08854285600432041f,-0.4839488120300106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022183549814211615f,-0.6843732467940971f,-0.7287943119908019f,0.05312695012111914f,-0.1977210174474305f,0.7115721442080879f,-0.6742191652917149f,1.1028650958751824f,0.9800072904714501f,0.15905452731566638f,-0.11952977856248484f,-0.4233092734909128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06090366137304082f,-0.05227941908587383f,-0.9967735983519032f,0.3211619651392731f,0.17927560202065157f,0.9818148572597483f,-0.06244873564895284f,1.2288200107391372f,0.9819119118085344f,-0.18250054357196702f,-0.0504236952676581f,-0.16855029916594072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06090366137304082f,-0.9978026739512099f,-0.026087696087874507f,0.008252034113182791f,0.17927560202065157f,0.014776078834604217f,-0.983687921047324f,1.121515329208003f,0.9819119118085344f,-0.06458708346170221f,0.17798175776865505f,-0.16836723702004747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08518162322350399f,-0.7717648857222765f,-0.6301770007157439f,0.014742630460782991f,-0.037949321306828224f,0.6345298757558805f,-0.7719661169932122f,1.2740002117495137f,0.9956424760311103f,-0.04184253743869211f,-0.08333823842229643f,-0.27442028214537245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09932530202365882f,-0.7240650635166694f,-0.6825425028322492f,0.019587529697356346f,-0.22086972379569253f,0.6527804103963303f,-0.7246339082000048f,1.2367589730818078f,0.9702324718789427f,0.22272745586792925f,-0.09508643917129384f,-0.27935816821963766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00713286202348985f,-0.7067812295332502f,-0.7073962226778011f,0.014742630460782991f,-0.13052619222005157f,0.7007038180524041f,-0.7014107730219984f,1.2740002117495137f,0.9914192026705394f,0.09733680160273633f,-0.08725543897008105f,-0.27442028214537245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0003055173878627076f,-0.14769952334874614f,-0.9890322327718541f,0.018900833845132043f,-0.04388919020290555f,0.9880772720243594f,-0.14757046958058145f,1.2983977410983145f,0.9990363585187774f,0.043452909125320203f,-0.006180537685976213f,-0.2712381199419658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013905921272178389f,-0.1464592122868007f,-0.9891189637702342f,0.018900833845132043f,-0.2161698111005333f,0.9653804808133419f,-0.14598335532984752f,1.2983977410983145f,0.9762567480546969f,0.21584769260043207f,-0.01823555529008256f,-0.2712381199419658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00713286202348985f,-0.07802356709696628f,-0.9969259978839048f,0.018900833845132043f,-0.13052619222005157f,0.9883492209826691f,-0.07828620905041483f,1.2983977410983145f,0.9914192026705394f,0.13068335915645996f,-0.0031343604922996517f,-0.2712381199419658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03235118855908307f,-0.4513480102163576f,-0.891761388641911f,0.020034425536899755f,0.04803346267756872f,0.8904953566270357f,-0.4524497831681332f,1.2971697604714187f,0.9983216851606588f,-0.05747167562741662f,-0.007128775389906836f,-0.07598102779559501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.035266740789665525f,-0.41950020543793576f,-0.9070699171682436f,0.007296176215477186f,-0.2557373841551118f,0.8736258831732493f,-0.4139760942316123f,1.33793586789531f,0.9661028140625485f,0.24657127547078495f,-0.0764719476222161f,-0.46137612002528217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00713286202348985f,-0.3002833824538403f,-0.9538233654620937f,0.04832035476766355f,-0.13052619222005157f,0.945407329212845f,-0.2986099379042322f,1.1658128887136192f,0.9914192026705394f,0.1266288754301955f,-0.03245138646338594f,-0.2810252425690367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00713286202348985f,-0.21600952965865178f,-0.9763652008219066f,3.183503372350191e-17f,-0.13052619222005157f,0.967835339828789f,-0.21507595896107615f,1.3830833333333334f,0.9914192026705394f,0.12897533901928854f,-0.021291465449131942f,-0.25995277777777803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.47731377339366887f,-0.02014682182246572f,0.8785019449603688f,0.8452655771082414f,0.11513912215323235f,0.9896840947391067f,0.08525476626100097f,1.8608150814913171f,-0.8711570147100233f,0.14184321693647775f,-0.470070162348804f,-0.6582033475556172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47731377339366887f,-0.02014682182246572f,0.8785019449603688f,0.8005174108525848f,0.11513912215323235f,0.9896840947391067f,0.08525476626100097f,1.8716093741931825f,-0.8711570147100233f,0.14184321693647775f,-0.470070162348804f,-0.7398743176846818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.47731377339366887f,-0.02014682182246572f,0.8785019449603688f,0.6911162022363577f,0.11513912215323235f,0.9896840947391067f,0.08525476626100097f,1.8534240129030997f,-0.8711570147100233f,0.14184321693647775f,-0.470070162348804f,-0.6285283082678289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3831027876155124f,-0.7324767505048423f,-0.5627699921736149f,-0.9410714612490616f,-0.14157524896722334f,0.6486156150018105f,-0.7478330247158731f,2.5369644908663584f,0.9127917084423436f,-0.2068226146863295f,-0.3521870285135695f,-0.6844059909850011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1570992344663975f,-0.7324767505048423f,-0.6624180254944296f,-0.9294934940897696f,0.456635073105952f,0.6486156150018105f,-0.6089188730737001f,2.5208242477318454f,0.875673592464449f,-0.2068226146863295f,0.4363715910949249f,-0.7760275262702012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1234983163657819f,-0.7324767505048423f,-0.6694968079271806f,-0.8348579564803384f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6401027371112704f,0.9772963763754675f,-0.2068226146863295f,0.046002160576332156f,-0.737117082714051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.1145096911702891e-7f,1.4672798442792578e-8f,-0.000015624595623262346f,0.6876896877005936f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.546842559524556f,0.000015490925041727177f,0.000002039418971682517f,1.1241267513615958e-7f,-0.2360605911886014f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195.mcfunction new file mode 100644 index 000000000..c71cc7c7b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195_as_bone.mcfunction new file mode 100644 index 000000000..516c15299 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_195_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.49601775642457996f,0.04531366201397649f,-0.6471920130771499f,-0.3283607018161163f,-0.22750904548983517f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6075775374191139f,0.2532401447852899f,0.48338743212592444f,-0.2622369567471544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4658952887856768f,-0.144933955263421f,-0.6339840128102694f,-0.3283607018161163f,0.08465845497815566f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6448058047877847f,0.0014238652700560295f,0.47352238249070155f,-0.2622369567471544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4745019204862848f,0.04151983962555823f,-0.6633765708982644f,-0.32687429190764694f,0.000597430994970654f,0.815098083679326f,0.05058855110537283f,1.4730032714418146f,0.6646743676233334f,0.02890780766856243f,-0.4736209118321991f,-0.17434412083097203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.445000718903249f,-0.14030174064226683f,-0.6498382735329937f,-0.32687429190764694f,-0.30501803569789754f,0.7379079805168244f,0.049556131695059104f,1.4730032714418146f,0.5907100456861961f,0.2753311349308902f,-0.46395517893766447f,-0.17434412083097203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08271154628384532f,-0.011916553624028062f,1.5602637744500325f,-0.0035534629955792335f,1.4982939820549477f,0.4355150776241554f,0.08275270690408554f,1.6028111205009974f,-0.4355228965843966f,1.5005301939353808f,-0.011627279947844172f,0.6328785811580316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.007626594319378262f,-0.9985688156480208f,0.052935389621660806f,-0.0015824347782463942f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9603393241186444f,0.007441459166619782f,0.27873465381401125f,0.4473786303193455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009104612772368115f,-0.9985688156480208f,0.05270129449619468f,-0.0070236322120418295f,-0.031231264323489855f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9994707170072675f,0.007441459166619782f,-0.03166876269212279f,0.09262181336447622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9822191853192106f,-0.031159589610398268f,-0.18513387579310797f,0.25641754570188663f,0.14996358213287792f,0.4630405608006315f,-0.8735584485810394f,1.4693618060851548f,0.1129442164289165f,-0.8857892068820599f,-0.4501345187235809f,-0.6253333184212174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7693135721925948f,-0.031159589610398268f,-0.6381110464610225f,0.008481148243262836f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624726f,1.6514382189802754f,0.31701278257829446f,-0.8857892068820599f,-0.3389400782634281f,-0.49673685343292584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10300168222034431f,-0.5632145190094244f,-0.8198658786879488f,0.2564695715636803f,-0.41334801795836984f,0.725473853320664f,-0.5503009214947349f,1.3681661595115062f,0.9047287270279786f,0.3955718565887241f,-0.15807857781901846f,-0.08481229474487954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015326985399498526f,-0.3079414067873474f,-0.9512818580759298f,0.1927850461780781f,-0.1500850326982065f,0.9399061793334414f,-0.306677121759662f,1.5424818361255286f,0.9885542809975293f,0.14747360454210706f,-0.031811467819268635f,-0.0573598155671049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.033025946682468f,-0.535715238802416f,-0.8437526117059416f,0.2026670153891284f,-0.5011922479737128f,0.7215171545786531f,-0.47772306435819073f,1.4218707582662886f,0.8647055090704483f,0.43865952464707086f,-0.24466753773155658f,-0.4295912931485792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02521940252293151f,-0.04716250790294963f,-0.9985688156480208f,0.18758299005952525f,-0.3435956985172356f,0.9376230857117756f,-0.052961732418614876f,1.5973440760096302f,0.9387789823471974f,0.3444396129782872f,0.007441459166619757f,-0.36496235659535897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9674415750293552f,-0.04521588539300595f,-0.249022735132452f,0.24754200335222806f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2670939014947167f,0.24761159919371847f,0.03459791533789983f,-0.9682414369355409f,-0.21056956786742975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9674415750293552f,-0.04521588539300595f,-0.249022735132452f,0.2661271666712872f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.14634981936703f,0.24761159919371847f,0.03459791533789983f,-0.9682414369355409f,-0.3149523769671386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9674415750293552f,-0.04521588539300595f,-0.249022735132452f,-0.32082992197751814f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2363115092000867f,0.24761159919371847f,0.03459791533789983f,-0.9682414369355409f,-0.06509775334112013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9674415750293552f,-0.04521588539300595f,-0.249022735132452f,-0.3748028767856606f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.1116377599709577f,0.24761159919371847f,0.03459791533789983f,-0.9682414369355409f,-0.1509096925013001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9570527708336651f,0.18606951801468324f,-0.22232437631844998f,0.14983235620725793f,0.10005660647118605f,0.9317369381437393f,0.3490772888630818f,2.3519489442994046f,0.272100476554295f,0.31184036391126924f,-0.9103389028788196f,-0.17078141602890246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9743775485976018f,0.0340626552626245f,-0.22232437631844998f,0.03794192902654511f,-0.046931025865632074f,0.9359180120134453f,0.3490772888630818f,2.355974797557998f,0.2199678876566475f,0.3505669840490684f,-0.9103389028788196f,-0.14191161457724918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9238967631672969f,0.35272873484161416f,-0.14831456646609736f,0.003358303153518094f,0.14244683541752048f,0.6768002698429467f,0.7222536215347404f,2.3691660360649975f,0.35513894476461727f,0.6461608424823875f,-0.6755386706576653f,-0.1901760887979209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9876772104646913f,0.0499651608889618f,-0.14831456646609736f,0.03312310308504482f,-0.07366779412956462f,0.6876937998033978f,0.7222536215347404f,2.3768211660856897f,0.13808252618188266f,0.7242794491142934f,-0.6755386706576653f,-0.1885264541709573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9677009918331917f,0.20385676289745924f,-0.14831456646609736f,0.0976581231168091f,0.03481819034459425f,0.6907513299307351f,0.7222536215347404f,2.4732560123750083f,0.24968476931159594f,0.6937615011081905f,-0.6755386706576653f,-0.14585097945883146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9677009918331917f,0.11885563554021983f,-0.22232437631844998f,0.07091560512025968f,0.03481819034459425f,0.9364468698335895f,0.3490772888630818f,2.2625554666624508f,0.24968476931159594f,0.33006150620634694f,-0.9103389028788196f,-0.2201148183552594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9484574410207149f,-0.19600040805975355f,-0.249022735132452f,-0.23580077880018935f,-0.2079312037545899f,0.9778897776932812f,0.022275484016108058f,2.3485599126776777f,0.23915078314236055f,0.07290694564576676f,-0.9682414369355409f,-0.10697656655409774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9674415750293552f,-0.04521588539300596f,-0.249022735132452f,-0.12482166718691753f,-0.052395561352561626f,0.9983779384393456f,0.022275484016108058f,2.3646561326590816f,0.24761159919371847f,0.03459791533789984f,-0.9682414369355409f,-0.1351490551349671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9277657129672089f,-0.2779180800696487f,-0.249022735132452f,-0.1030171070792743f,-0.2923686726483572f,0.9560462133525166f,0.022275484016108058f,2.361513786998257f,0.23188648321168848f,0.09347287683983249f,-0.9682414369355409f,-0.14082927936118164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968239036698262f,0.022379571058779385f,-0.249022735132452f,-0.13162905004952397f,0.01737539605095964f,0.9996008695594057f,0.022275484016108058f,2.369973643182257f,0.24942185835586772f,0.017241124537124362f,-0.9682414369355409f,-0.13327592396022142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9598193436823509f,-0.12936191433468427f,-0.249022735132452f,-0.20005121936238304f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.472209329176513f,0.2436539552940054f,0.05604703266530687f,-0.9682414369355409f,-0.14560133620713575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9598193436823509f,-0.12936191433468427f,-0.249022735132452f,-0.17094478863707913f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.2494565763243104f,0.2436539552940054f,0.05604703266530687f,-0.9682414369355409f,-0.15821191855682978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9674415750293552f,-0.04521588539300595f,-0.249022735132452f,-0.019059490021605036f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,1.7436412191677126f,0.24761159919371847f,0.03459791533789983f,-0.9682414369355409f,-0.1766372551624826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016646579579369186f,-0.05082530672428018f,-0.9985688156480208f,2.9723198354305554e-17f,-0.17555916762912496f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9843281312904131f,0.17618954178893537f,0.007441459166619757f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02131250146936573f,-0.5132589585418846f,-0.8579691245945964f,0.3006061514597018f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9799825890808205f,0.1806275793692315f,-0.08371261953650481f,-0.46803735210687875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02131250146936573f,-0.6610168441140064f,-0.7500683362725543f,0.04859347964123692f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9799825890808205f,0.1623475406446354f,-0.11522760582902901f,-0.4061423522361115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05526310205419278f,-0.032255442878360734f,-0.9979506881384813f,0.31961095270183293f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9828545433863011f,-0.1778406577025971f,-0.04867902025321998f,-0.1514320249912282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05526310205419278f,-0.9974050720966926f,-0.04614229845964948f,0.0045433157320126805f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9828545433863011f,-0.062482176266572015f,0.1734731223962339f,-0.15110798332146053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08362367443496496f,-0.7622996908904226f,-0.6417992383466665f,0.013082842787524206f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9958257071418669f,-0.04028361147731709f,-0.08190477178861638f,-0.2571935247587371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09807938489988413f,-0.7137711443862373f,-0.6934776043241928f,0.017361110795797535f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9700469710612029f,0.22418229215585372f,-0.09354770878398484f,-0.26213704971765145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007290224110339525f,-0.6960406039751754f,-0.7179654102046241f,0.013082842787524206f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914180580244417f,0.09874928411764333f,-0.08566687288151581f,-0.2571935247587371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0017723512264966206f,-0.13284954541098085f,-0.9911346311451467f,0.01761131379188879f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990389109287415f,0.04364336626311712f,-0.004063376863851966f,-0.2540232277241773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012752613986745076f,-0.13158187114806397f,-0.9912232755649353f,0.01761131379188879f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9762519150639853f,0.21603795069930012f,-0.01611838054980056f,-0.2540232277241773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007290224110339525f,-0.06299219313659907f,-0.9979873928243096f,0.01761131379188879f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914180580244417f,0.13072572814123876f,-0.001009071349197855f,-0.2540232277241773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.029510788777375667f,-0.43813369143589903f,-0.8984252789044226f,0.019141122116081745f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.9983821078595275f,-0.056624492237153386f,-0.005180114366640929f,-0.058768829581085424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.033499143566719236f,-0.40589548248381857f,-0.9133053512815551f,0.006194041232959642f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9660575953277191f,0.24735228648129054f,-0.0744954285986897f,-0.44414108913485073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007290224110339525f,-0.28587602354518543f,-0.9582388803395601f,0.04502870259443518f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914180580244417f,0.12714824453416562f,-0.030390099291131956f,-0.2638562707887796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007290224110339525f,-0.20127215762158604f,-0.979508229265468f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914180580244417f,0.12931307875250223f,-0.019192756096871297f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.046086380243504546f,-0.023503887149228755f,0.998660909841237f,0.8386934258162504f,0.13034018340628759f,0.9913181068364139f,0.017316109490406534f,1.8386227281777157f,-0.9903976383986718f,0.12936760934308386f,0.04874976417572519f,-0.5580782253691408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.046086380243504546f,-0.023503887149228755f,0.998660909841237f,0.843014023964079f,0.13034018340628759f,0.9913181068364139f,0.017316109490406534f,1.850842120372055f,-0.9903976383986718f,0.12936760934308386f,0.04874976417572519f,-0.6509280039690163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.046086380243504546f,-0.023503887149228755f,0.998660909841237f,0.6910545884139792f,0.13034018340628759f,0.9913181068364139f,0.017316109490406534f,1.8421350078513243f,-0.9903976383986718f,0.12936760934308386f,0.04874976417572519f,-0.6118155792954373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3701567916235832f,-0.7325095690231329f,-0.5713262473442643f,-0.9410798910613758f,-0.12465983634205549f,0.6486156150018105f,-0.7508380046181699f,2.52782607081258f,0.9205671484569212f,-0.20670635032665816f,-0.3314039980394409f,-0.6589982077842477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14224828630770042f,-0.7325095690231329f,-0.6657290412262836f,-0.9295164665988347f,0.44277482901901155f,0.6486156150018105f,-0.619070460257157f,2.511685827678067f,0.8852772875374743f,-0.20670635032665816f,0.4166012588854302f,-0.7506215796183922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12334319426710456f,-0.7325095690231329f,-0.6694894978396089f,-0.8348747541541639f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057492f,0.9773159662308755f,-0.20670635032665816f,0.046108425312987714f,-0.7117261574982681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.139097517240551e-7f,1.499650331403202e-8f,-0.000015624577583837286f,0.6876934713051511f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015490907156631903f,0.0000020394166170650546f,1.1489267448137695e-7f,-0.21892530001074562f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196.mcfunction new file mode 100644 index 000000000..73b83295d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196_as_bone.mcfunction new file mode 100644 index 000000000..31a2fa253 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_196_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44999544646418155f,0.03731779397074433f,-0.6804821267741742f,-0.3341712953780991f,-0.2407515107264928f,0.7715692477608956f,-0.11689332930942439f,1.479271852338226f,0.6375635283552984f,0.26501457055657746f,0.43614730212200037f,-0.2388950676285561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42124651513131783f,-0.13491786705651942f,-0.6665947364318442f,-0.3341712953780991f,0.07135481618851752f,0.7885407187526365f,-0.11450775116025247f,1.479271852338226f,0.6763577926633383f,0.0008390578018162009f,0.42724633677257184f,-0.2388950676285561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4261855018106998f,0.03311945831916023f,-0.6958544847677937f,-0.3327465006050812f,-0.008118346341928413f,0.8154517182471175f,0.04378392518882418f,1.4643793997654329f,0.6965949001704497f,0.02976644306788194f,-0.42522223409418763f,-0.15905859664947108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3981240785276144f,-0.1297917462741786f,-0.6816533728337572f,-0.3327465006050812f,-0.3130385990105756f,0.7349607140536308f,0.04289037569517471f,1.4643793997654329f,0.6192770410939146f,0.2880743851800719f,-0.4165442293167553f,-0.15905859664947108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08347742171998543f,-0.00733429408838144f,1.5602512548282754f,-0.0020790542297095776f,1.516983999586827f,0.3650984935808054f,0.0828787366130711f,1.5743960842585036f,-0.3649620734549497f,1.519228602980885f,-0.012384943448087991f,0.6522448869786835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0046939482165644225f,-0.9985608030900963f,0.053425549900790466f,-0.0006744901578373376f,0.23366303589171286f,-0.05304239143236539f,-0.9708697597355699f,1.5292914905491726f,0.972306305907767f,0.007926363806775832f,0.2335757270111652f,0.46443330986491993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011050682870496549f,-0.9985608030900963f,0.05248051962545107f,-0.0067227867409376686f,-0.05887078422135078f,-0.05304239143236539f,-0.9968554235576482f,1.5433829047539207f,0.9982044445769909f,0.007926363806775832f,-0.059372212217027556f,0.1121722159599117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9796916006681808f,-0.03196951692254794f,-0.197945238811032f,0.2532527090655176f,0.1600428712607444f,0.47003764772727563f,-0.8680154889618192f,1.4610892791691883f,0.1207917502929498f,-0.8820672081574898f,-0.4553754421951377f,-0.6080655113216294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7608918248057833f,-0.03196951692254794f,-0.6480907196770095f,0.008246531096641748f,0.5607989087633385f,0.47003764772727563f,-0.6815931291091909f,1.6449407654914425f,0.32641724046620735f,-0.8820672081574898f,-0.3397193333027688f,-0.4764147161885143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09230066275847215f,-0.5665492087676227f,-0.8188422202714802f,0.2566104992092353f,-0.38705451742919206f,0.7372675577695508f,-0.5537376172865422f,1.3584429723809908f,0.9174254128767101f,0.36804692948767104f,-0.1512351463869931f,-0.06709865670127996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0162619231062315f,-0.30781162331487844f,-0.9513083382422055f,0.19295014272368183f,-0.1586196663984991f,0.9385913604803486f,-0.30640832146545416f,1.532513800461897f,0.9872058302545198f,0.15587899981686984f,-0.03356167647148182f,-0.03808110471356363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03180393827121115f,-0.5366785837452167f,-0.8431871721389442f,0.2026104433471168f,-0.4666511975217654f,0.7380488621738568f,-0.48736078719504883f,1.4133407902876671f,0.8838694300415324f,0.40897429600538954f,-0.22696884333527545f,-0.40708055723750225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02495572212006194f,-0.04747140682061073f,-0.9985608030900964f,0.1874685495489392f,-0.32872894075991554f,0.9429336075344857f,-0.05304239143236572f,1.5898093267539308f,0.9440945373427018f,0.3295795462653477f,0.007926363806775787f,-0.3452348525389572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672160226294773f,-0.042826069788668306f,-0.25031798440238173f,0.24877525429419053f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.257942380119129f,0.2480651692635981f,0.05172831378093401f,-0.9673612837774747f,-0.18092941728619724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672160226294773f,-0.042826069788668306f,-0.25031798440238173f,0.26693180282865614f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.1389582719269113f,0.2480651692635981f,0.05172831378093401f,-0.9673612837774747f,-0.28738802071033714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672160226294773f,-0.042826069788668306f,-0.25031798440238173f,-0.3194641590006273f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.2259960047775276f,0.2480651692635981f,0.05172831378093401f,-0.9673612837774747f,-0.035191130343833366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672160226294773f,-0.042826069788668306f,-0.25031798440238173f,-0.3738488121633725f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.102933635903404f,0.2480651692635981f,0.05172831378093401f,-0.9673612837774747f,-0.12304484607320344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9557676042625847f,0.19824123004952304f,-0.2172756345074428f,0.15219601265234017f,0.09644032299195823f,0.9091098718035346f,0.4052388247571639f,2.3392435109531893f,0.2778624673167762f,0.3663600083221594f,-0.8880162124414288f,-0.13578801155137032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975012279820417f,0.04628555766955188f,-0.2172756345074428f,0.04035564881406574f,-0.046963133875992484f,0.9130038110358456f,0.4052388247571639f,2.3430347506764444f,0.21713018734376585f,0.405316775109593f,-0.8880162124414288f,-0.10669333604393066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9217525061445272f,0.3634992348159597f,-0.1350578531759468f,0.005601911912017116f,0.13149968554362115f,0.6206535488784842f,0.7729793043584489f,2.3606797710312195f,0.36480152154042955f,0.69473554576742f,-0.6198889991998833f,-0.15565316055158696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9889661683805623f,0.06087112693366359f,-0.1350578531759468f,0.035491700935602874f,-0.06672886139554923f,0.6309122396105357f,0.7729793043584489f,2.3676773695442375f,0.13226177397692554f,0.7734626376338058f,-0.6198889991998833f,-0.15343962216788254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672680115742655f,0.2148300958447663f,-0.1350578531759468f,0.10162022906750431f,0.03278910030923512f,0.6335833567372483f,0.7729793043584489f,2.459542930402347f,0.2516296260102891f,0.7432497292195197f,-0.6198889991998833f,-0.1037065242693673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672680115742655f,0.13108734658446328f,-0.2172756345074428f,0.07212557608600012f,0.03278910030923512f,0.9136226627061871f,0.4052388247571639f,2.2539778312934553f,0.2516296260102891f,0.3848502796609369f,-0.8880162124414288f,-0.19029783719307797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9486085150707717f,-0.19360473088216346f,-0.25031798440238173f,-0.2342304017923223f,-0.2097886555930467f,0.9769522335566547f,0.03940879766150397f,2.3387465288166958f,0.23691898429566155f,0.0898973944489406f,-0.9673612837774747f,-0.07526631256319383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672160226294775f,-0.04282606978866829f,-0.25031798440238173f,-0.12325318734837032f,-0.05437680909208717f,0.9977425065114933f,0.03940879766150397f,2.3550645553519343f,0.24806516926359812f,0.05172831378093402f,-0.9673612837774747f,-0.1033184160361306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9281250091586911f,-0.2755446861380367f,-0.25031798440238173f,-0.10146398853853622f,-0.2941373439662022f,0.9549503492597837f,0.03940879766150397f,2.351969208662161f,0.22818236184834295f,0.1102041577696061f,-0.9673612837774747f,-0.10908276934726917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678473286232366f,0.024747831452356595f,-0.25031798440238173f,-0.13004546528740005f,0.01535464904075906f,0.999105190367716f,0.03940879766150397f,2.3603650407626855f,0.2510692797410714f,0.034298154741851446f,-0.9673612837774747f,-0.10134488751863219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9598029357314767f,-0.1269615345132863f,-0.25031798440238173f,-0.19824477483685857f,-0.14112887814260364f,0.9892065438628501f,0.03940879766150397f,2.4629551013895745f,0.24261278679296663f,0.07315177600678507f,-0.9673612837774747f,-0.11182239527565183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9598029357314767f,-0.1269615345132863f,-0.25031798440238173f,-0.1696784295713692f,-0.14112887814260364f,0.9892065438628501f,0.03940879766150397f,2.2403836290204335f,0.24261278679296663f,0.07315177600678507f,-0.9673612837774747f,-0.12828154487717844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672160226294773f,-0.042826069788668306f,-0.25031798440238173f,-0.019005628963417592f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,1.734606170642882f,0.2480651692635981f,0.05172831378093401f,-0.9673612837774747f,-0.15557041172981081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017541098159176437f,-0.05068167723578032f,-0.9985608030900964f,2.7502505491851652e-17f,-0.18334568413450839f,0.9816164550476855f,-0.05304239143236572f,1.3664999999999998f,0.9828919930412594f,0.1840122353871704f,0.007926363806775787f,-0.22457499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.020381036844265312f,-0.48448206536707444f,-0.8745637436315356f,0.2861943886806683f,-0.19815195673352354f,0.8554356921367101f,-0.4785034782122945f,0.7973326779461547f,0.9799593947607361f,0.1830489141083383f,-0.07856640289544677f,-0.4512390184525235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.020381036844265312f,-0.6357459517959692f,-0.7716292491295218f,0.043816244558455106f,-0.19815195673352354f,0.7539110095969506f,-0.6263816661199326f,1.0847612503549922f,0.9799593947607361f,0.16566615340359692f,-0.11060881626989491f,-0.3880787974674022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04946376425106864f,-0.011129384922931806f,-0.9987139093941526f,0.31783303536474466f,0.17225774350168138f,0.9848587549541883f,-0.01950647568872913f,1.1987110988594611f,0.983809232437785f,-0.17300106815081587f,-0.046797698542269076f,-0.13344245769787905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04946376425106864f,-0.9965084091924677f,-0.06726311347842745f,0.000641431601163332f,0.17225774350168138f,0.05782478359921914f,-0.9833532245360324f,1.104816492973995f,0.983809232437785f,-0.0602269442226699f,0.1687960584841238f,-0.1329499005944768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08197545526515707f,-0.7521596804016925f,-0.6538622484224745f,0.011334484090659454f,-0.03516686022962158f,0.6578448072398534f,-0.7523320420726147f,1.25701450345016f,0.9960137130961905f,-0.038678479359768564f,-0.08037822191834962f,-0.23907454363535618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0967350392651537f,-0.7027743800683484f,-0.7048052943174576f,0.015015929848314322f,-0.22365218487289917f,0.6746689440473236f,-0.703421293493201f,1.2196416549635796f,0.9698567071376821f,0.2256767304300961f,-0.09191289878158569f,-0.24402255112651233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007443471934256036f,-0.6845771392343469f,-0.7289024181351585f,0.011334484090659454f,-0.13052619222005157f,0.7220210803572429f,-0.6794471816589528f,1.25701450345016f,0.9914169192978795f,0.10019830316665791f,-0.08398090361757501f,-0.23907454363535618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0033038115041630887f,-0.11720235586231775f,-0.9931025589584731f,0.01625115795119526f,-0.043719623312034994f,0.9921414695401378f,-0.11723437617094135f,1.2812738530965861f,0.9990383773244143f,0.04380539006855945f,-0.0018461944487596286f,-0.23591756360983004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.011526483048438058f,-0.1159080338147393f,-0.9931930667728884f,0.01625115795119526f,-0.21633937799140385f,0.9694446783291204f,-0.11564726192020741f,1.2812738530965861f,0.9762501798815848f,0.21619977649514308f,-0.013901184288528205f,-0.23591756360983004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007443471934256036f,-0.04717228770617016f,-0.9988590340974698f,0.01625115795119526f,-0.13052619222005157f,0.9902947828644776f,-0.047740508752333544f,1.2812738530965861f,0.9914169192978795f,0.1307326214223665f,0.0012140123302967765f,-0.23591756360983004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026527321795236276f,-0.4241306102757978f,-0.9052124207198282f,0.018195167517110988f,0.04915927140959317f,0.9038820026130658f,-0.42494786902239146f,1.2800427061423f,0.9984386146543262f,-0.05577231194125772f,-0.0031276169645750827f,-0.04066687832554078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03162209790326839f,-0.391492977753527f,-0.919637586929695f,0.005035723058062793f,-0.25654374464142415f,0.8860939677273164f,-0.38603469720041683f,1.321118465042328f,0.9660151913968806f,0.24813449725287737f,-0.07241492431474283f,-0.42601493745821106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007443471934256036f,-0.2706576578894492f,-0.9626468859095538f,0.04155664474985998f,-0.13052619222005157f,0.9541743139573914f,-0.26928477812248436f,1.147849210423492f,0.9914169192978795f,0.1276550461585416f,-0.028225543753177346f,-0.24579360167880177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007443471934256036f,-0.18572751944223143f,-0.9825730930813236f,2.7502505491851652e-17f,-0.13052619222005157f,0.9740131074675854f,-0.18509829719873735f,1.3664999999999998f,0.9914169192978795f,0.12962929839806087f,-0.01699226667423758f,-0.22457499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5549069394587038f,-0.019796129240360873f,0.8316768614117346f,0.7897344601939089f,0.1080441998007771f,0.9929646082422894f,-0.048453458778980385f,1.8179315046401445f,-0.8248664979437487f,0.11674502150128507f,0.5531418086934673f,-0.4725959490934145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5549069394587038f,-0.019796129240360873f,0.8316768614117346f,0.8417569857681625f,0.1080441998007771f,0.9929646082422894f,-0.048453458778980385f,1.8280606483714674f,-0.8248664979437487f,0.11674502150128507f,0.5531418086934673f,-0.5499271832756409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5549069394587038f,-0.019796129240360873f,0.8316768614117346f,0.6909941937692755f,0.1080441998007771f,0.9929646082422894f,-0.048453458778980385f,1.830264095322653f,-0.8248664979437487f,0.11674502150128507f,0.5531418086934673f,-0.5942328374885478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.35634904402186196f,-0.7325415117946027f,-0.5799985278622549f,-0.9410809580897699f,-0.10680414391896403f,0.6486156150018105f,-0.7535852034226523f,2.518216598178709f,0.9282285460307941f,-0.20659312058609497f,-0.3093720233958735f,-0.6322923587475884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12654596618650582f,-0.7325415117946027f,-0.6688565256761733f,-0.9295316963986027f,0.4279569282704287f,0.6486156150018105f,-0.6294049980109485f,2.502076355044196f,0.8948960755234446f,-0.20659312058609497f,0.395575904902253f,-0.7239175168972349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12319212470578332f,-0.7325415117946027f,-0.6694823626565173f,-0.8348839728457087f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.621354844423621f,0.9773350202628968f,-0.20659312058609497f,0.04621191073978989f,-0.6850367244333802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.1630424897275056e-7f,1.531174485728893e-8f,-0.000015624559637703083f,0.6876971393390646f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5302592261912225f,0.000015490889364029368f,0.0000020394142746244918f,1.1730783375244071e-7f,-0.20089826680855102f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197.mcfunction new file mode 100644 index 000000000..af67cdebe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197_as_bone.mcfunction new file mode 100644 index 000000000..1e1e3d1e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_197_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42138510122261846f,0.03239413008087459f,-0.6988058823796144f,-0.33778725730023246f,-0.25088932617793896f,0.7685188437370193f,-0.11566234164817459f,1.4701059885644014f,0.653018825855754f,0.27436080551321956f,0.40649354966660173f,-0.217065505372238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3935076903307145f,-0.1286486430643143f,-0.6845445378412549f,-0.33778725730023246f,0.061036325463366445f,0.7895804263478305f,-0.11330188569617103f,1.4701059885644014f,0.6938488773677712f,0.0035038501807078126f,0.39819776293871195f,-0.217065505372238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39604688597459625f,0.027926319089649647f,-0.7136605840708682f,-0.3363904014429749f,-0.015604882499135041f,0.8155089629293393f,0.04057170773514464f,1.4554145830067486f,0.7140362709249843f,0.033312107835753564f,-0.39495183468307343f,-0.14170191324705633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36890111168259015f,-0.12319349591212142f,-0.6990960823551362f,-0.3363904014429749f,-0.31983555977778494f,0.7322060174042444f,0.03974371369973353f,1.4554145830067486f,0.6337327390162041f,0.29782160875592206f,-0.3868915931589291f,-0.14170191324705633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08386722309509217f,-0.0030043962135711394f,1.5602446963517322f,-0.0007985993946004894f,1.5326480397247513f,0.29243126099070965f,0.08294693438132776f,1.5454180261909627f,-0.2921686588568236f,1.5348880028193508f,-0.01274925813644847f,0.6713462457166153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0019228135766850667f,-0.9985566056651086f,0.053675022780858804f,0.0000706999848392835f,0.18715600703403762f,-0.05308603800404964f,-0.9808947454238439f,1.5092966026056203f,0.9823283218043877f,0.008159525207326542f,0.1869879416683505f,0.48159885377503364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01276691075793224f,-0.9985566056651086f,0.052170022736006065f,-0.006494841986429439f,-0.0870396857352247f,-0.05308603800404964f,-0.994789407702025f,1.5319809892924838f,0.996123034116174f,0.008159525207326542f,-0.0875917978556136f,0.13208818753383986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9769665543574064f,-0.03254392533873149f,-0.21089628870742078f,0.2500868998125694f,0.17021946160335727f,0.4771725636665902f,-0.8621668512389682f,1.4527071001856573f,0.12869221638653944f,-0.8782068306540328f,-0.46064202590962f,-0.590387621018328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.752229652017453f,-0.03254392533873149f,-0.6580968344774565f,0.008086028271422402f,0.5668640793950983f,0.4771725636665902f,-0.6715440863974618f,1.6383061277262922f,0.3358804342578611f,-0.8782068306540328f,-0.3404953692421522f,-0.455666029303058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08106801404396849f,-0.5695842662140449f,-0.8179252660117395f,0.25670885112544284f,-0.36104515258879155f,0.7481125938194118f,-0.5567530374959151f,1.3485543822235242f,0.9290179626310263f,0.34044281553617733f,-0.14499763604520294f,-0.04919844066428833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01701386333835011f,-0.30765304829132445f,-0.9513464827975977f,0.19307798905333456f,-0.16855124561556958f,0.9369847345344597f,-0.30602301359673567f,1.5223263761137558f,0.9855460446147323f,0.165557268419251f,-0.03591357428344014f,-0.01838091267495026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030268328265236073f,-0.5377022561683741f,-0.8425913078209791f,0.20260377453621425f,-0.43071409492697577f,0.7536815837568227f,-0.4964367419289629f,1.404673462701974f,0.9019807075183283f,0.37794226280908f,-0.20878325902113964f,-0.3840505979536515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02442433258528992f,-0.04783468679044085f,-0.9985566056651087f,0.1873937919775997f,-0.31351945326428377f,0.9480967382044394f,-0.05308603800404997f,1.582109813377781f,0.9492676147444553f,0.31436351210941016f,0.008159525207326494f,-0.3250564424005913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670523766716562f,-0.04033604492707975f,-0.25136170005261715f,0.2500731387161095f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.248419998314997f,0.24825874935151593f,0.06919924941811281f,-0.9662189489191315f,-0.15062903432355032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670523766716562f,-0.04033604492707975f,-0.25136170005261715f,0.26781444907724866f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.1312702879718826f,0.24825874935151593f,0.06919924941811281f,-0.9662189489191315f,-0.25917167006266484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670523766716562f,-0.04033604492707975f,-0.25136170005261715f,-0.3180701325784886f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.215304096818401f,0.24825874935151593f,0.06919924941811281f,-0.9662189489191315f,-0.004777019079534706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670523766716562f,-0.04033604492707975f,-0.25136170005261715f,-0.37285775046772357f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.093926824582104f,0.24825874935151593f,0.06919924941811281f,-0.9662189489191315f,-0.09470024861728554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9545384508653816f,0.21037080016785564f,-0.2111882389155549f,0.154593274260946f,0.09251253067907221f,0.8825625844156286f,0.46100403062984147f,2.325768482451672f,0.2833686247397037f,0.4205085148083714f,-0.8619018572243518f,-0.10031021694140205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975695742153826f,0.05845807460600397f,-0.2111882389155549f,0.04279685291788167f,-0.04668965784691286f,0.8861689227191271f,0.46100403062984147f,2.3293207970738488f,0.21409786218697469f,0.45965997641754774f,-0.8619018572243518f,-0.07101718260371173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9197944276838054f,0.3734326472734283f,-0.12052497148798835f,0.007963425671207988f,0.11973746345560057f,0.5595990340642297f,0.8200682050412633f,2.3516716768287957f,0.37368589837862465f,0.7398628109485841f,-0.559429951225549f,-0.12032422859333544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9901735183625692f,0.07092344310106913f,-0.12052497148798835f,0.03796899381253105f,-0.059048516697550374f,0.5692112189303892f,0.8200682050412633f,2.357950606641508f,0.12676622661146808f,0.8191266406743649f,-0.559429951225549f,-0.11758442094982366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9668879683724481f,0.22494752246784036f,-0.12052497148798835f,0.1056398596914919f,0.030722721056665354f,0.5714405073944921f,0.8200682050412633f,2.444590911744138f,0.2533451618394838f,0.7892112256197994f,-0.559429951225549f,-0.061018035400056486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9668879683724481f,0.14327311108629714f,-0.2111882389155549f,0.07340340969707508f,0.030722721056665354f,0.8868660542347498f,0.46100403062984147f,2.2450460495413194f,0.2533451618394838f,0.4392509732325463f,-0.8619018572243518f,-0.15984950437737924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9488364095734058f,-0.19111976249071272f,-0.25136170005261715f,-0.23260946091363166f,-0.21160536695011506f,0.9756971508524761f,0.05690552254629738f,2.3285314529767427f,0.234377124621315f,0.10718351647456606f,-0.9662189489191315f,-0.04298086292867896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670523766716563f,-0.04033604492707975f,-0.25136170005261715f,-0.12162600309768942f,-0.05636749190909977f,0.996787072227369f,0.05690552254629738f,2.3450691480591024f,0.24825874935151593f,0.06919924941811283f,-0.9662189489191315f,-0.07087920262085182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9285686157198008f,-0.27308903611619306f,-0.25136170005261715f,-0.09985121568593464f,-0.2958377545227843f,0.9535417056965309f,0.05690552254629738f,2.3420223933961974f,0.22414358991309566f,0.1272029632142231f,-0.9662189489191315f,-0.07672334876866099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9675103859448644f,0.02722037537357043f,-0.25136170005261715f,-0.12840302593972225f,0.013302167700482537f,0.9982909464871456f,0.05690552254629738f,2.3503507263817855f,0.2524810991406845f,0.051713028593584f,-0.9662189489191315f,-0.06880510237739035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959856932462203f,-0.12446672226305361f,-0.25136170005261715f,-0.19636469698002598f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.45327245688145f,0.24128293787825167f,0.09057310107558837f,-0.9662189489191315f,-0.07740586929749291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959856932462203f,-0.12446672226305361f,-0.25136170005261715f,-0.16835968447083896f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.2309541765640444f,0.24128293787825167f,0.09057310107558837f,-0.9662189489191315f,-0.09778481703950026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670523766716562f,-0.04033604492707975f,-0.25136170005261715f,-0.01895086123510929f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,1.7253684409565833f,0.24825874935151593f,0.06919924941811281f,-0.9662189489191315f,-0.1340874338814997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018189430642351602f,-0.0505356299602915f,-0.9985566056651087f,2.523826963209482e-17f,-0.19130699924488073f,0.9800936203286662f,-0.05308603800404997f,1.3578333333333334f,0.9813616951220514f,0.1919964726122975f,0.008159525207326494f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019421396766900995f,-0.45459061854786503f,-0.890488730347494f,0.27121417052406943f,-0.19835143094434765f,0.8712016228746315f,-0.4490706427088481f,0.7800292870907635f,0.9799385282710094f,0.18535129303265652f,-0.07324874730102887f,-0.4340418331593451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019421396766900995f,-0.6092571383394327f,-0.7927348539896979f,0.03893488653216072f,-0.19835143094434765f,0.7747766466120197f,-0.6003147988405443f,1.075412883611596f,0.9799385282710094f,0.16889904454163962f,-0.10579978054310378f,-0.369649072427845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04368607521358304f,0.010471721798500963f,-0.9989904253169835f,0.3158653189169978f,0.1684301960116812f,0.9857091183032091f,0.0029670128709907984f,1.1829929413836882f,0.9847450410659093f,-0.16813053600249053f,-0.04482551683600991f,-0.11511349229305563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04368607521358304f,-0.9950892694089069f,-0.08881932638610263f,-0.0033374837695629737f,0.1684301960116812f,0.08029571263326135f,-0.9824377169083969f,1.0961825068220648f,0.9847450410659093f,-0.05787870454635777f,0.1640952761542379f,-0.11442622723022346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08027850170693783f,-0.7416264565770635f,-0.6659921629183319f,0.009549018194160302f,-0.03374828143818823f,0.6697878532210778f,-0.741785201508812f,1.2481790462723146f,0.996200991599415f,-0.03707331361571079f,-0.07879818369666354f,-0.2205959295340709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09533474381812777f,-0.6913816425959679f,-0.7161722634271962f,0.012621023243237349f,-0.2250707636643325f,0.6858471869619208f,-0.6920670397295152f,1.210751581738131f,0.9696671789664151f,0.2271674721823559f,-0.09022472841517679f,-0.225547021183482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007593080915426316f,-0.6727126660869821f,-0.7398648619905909f,0.009549018194160302f,-0.13052619222005157f,0.7328892346127642f,-0.6677097295481405f,1.2481790462723146f,0.9914157847577099f,0.10164171719752225f,-0.08224173550207323f,-0.2205959295340709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004859662868434674f,-0.10121858694257548f,-0.9948523414729209f,0.014860213155429215f,-0.0436637265023892f,0.9938937713643097f,-0.10133434872319472f,1.2723569731879039f,0.9990344652036434f,0.04393141132012229f,0.0004104079586487149f,-0.21745342923211186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010268711031823953f,-0.09989824985731638f,-0.9949446684359838f,0.014860213155429215f,-0.21639527480104964f,0.9711969801532923f,-0.09974723447246078f,1.2723569731879039f,0.9762518315565523f,0.21632560046506527f,-0.011644568085843677f,-0.21745342923211186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007593080915426316f,-0.031030933779372882f,-0.999489582872674f,0.014860213155429215f,-0.13052619222005157f,0.9909361268297012f,-0.031756978576127415f,1.2723569731879039f,0.9914157847577099f,0.13070070272393583f,0.00347390856578296f,-0.21745342923211186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.023483308821290745f,-0.409743349799911f,-0.9118985258796899f,0.017225105893285245f,0.04968038845695147f,0.9105448006512321f,-0.41041445516669395f,1.2711150476477964f,0.9984890551275813f,-0.054941362394425625f,-0.0010263959636014012f,-0.022207456409901627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.029695515784240584f,-0.3767083514618844f,-0.9258558172205741f,0.003854372716050509f,-0.25691699471826257f,0.8922683628239547f,-0.3712826773879922f,1.3123562570190626f,0.9659771395676213f,0.24889352470952117f,-0.07028640829084111f,-0.4075305698730036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007593080915426316f,-0.25507184842987174f,-0.9668922883448705f,0.03800593668083708f,-0.13052619222005157f,0.9583947322836106f,-0.2538551757903718f,1.1385436063709637f,0.9914157847577099f,0.12813231157516417f,-0.0260163883669335f,-0.22736793406596106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007593080915426316f,-0.16983100749061947f,-0.9854439476788788f,2.523826963209482e-17f,-0.13052619222005157f,0.9768726873763379f,-0.16935957546789532f,1.3578333333333334f,0.9914157847577099f,0.12991220709714976f,-0.014749921369327127f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9038714320847145f,-0.00988789277229746f,0.4276899155201709f,0.7127194514506341f,0.05494209486930502f,0.9941369166180432f,-0.09312978701007699f,1.8016155410547139f,-0.42426147653599167f,0.10767553386769696f,0.8991152200545862f,-0.4215461561871088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9038714320847145f,-0.00988789277229746f,0.4276899155201709f,0.7974573982085761f,0.05494209486930502f,0.9941369166180432f,-0.09312978701007699f,1.8067663624487114f,-0.42426147653599167f,0.10767553386769696f,0.8991152200545862f,-0.46132066961235796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9038714320847145f,-0.00988789277229746f,0.4276899155201709f,0.6909349375015794f,0.05494209486930502f,0.9941369166180432f,-0.09312978701007699f,1.8181604198032242f,-0.42426147653599167f,0.10767553386769696f,0.8991152200545862f,-0.5763006959079213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3420678248153902f,-0.7325726792419487f,-0.5884954314642896f,-0.9410766669716927f,-0.08853645359265988f,0.6486156150018105f,-0.7559491255111404f,2.5084187045128026f,0.9354950024512704f,-0.20648257457736163f,-0.28672991958392124f,-0.6050691819283884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11045933657760305f,-0.7325726792419487f,-0.6716665873713747f,-0.9295412320414277f,0.4126002912176359f,0.6486156150018105f,-0.6395770349715075f,2.4922784613782896f,0.9041900987347505f,-0.20648257457736163f,0.3739053513202858f,-0.6966960818679172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12304463925615966f,-0.7325726792419487f,-0.669475381458194f,-0.8348876422878311f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6115569507577145f,0.9773535993549743f,-0.20648257457736163f,0.0463129379739672f,-0.6578295725942479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.186418893035362e-7f,1.5619501045297886e-8f,-0.00001562454175754571f,0.6877007044295118f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.521592559524556f,0.00001549087163683922f,0.0000020394119407956337f,1.1966564548949125e-7f,-0.18251315463753148f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198.mcfunction new file mode 100644 index 000000000..f4ff573bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198_as_bone.mcfunction new file mode 100644 index 000000000..ae8af8481 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_198_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.41280270604120073f,0.030998330255836423f,-0.7039726371463998f,-0.33888204601485045f,-0.2576549028269412f,0.7660195806752222f,-0.11735585846407721f,1.4614436444850711f,0.6558599861088844f,0.28142059268637604f,0.39698182965690937f,-0.19708508396603078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38521716097628944f,-0.12669456349915226f,-0.6896058486332081f,-0.33888204601485045f,0.05397640282644771f,0.7898547670219337f,-0.11496084094440218f,1.4614436444850711f,0.6990667255901147f,0.008828057118436289f,0.38888015966391126f,-0.19708508396603078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3867425556922193f,0.02640322262799187f,-0.7188028310294499f,-0.33747927802753214f,-0.021869780312351608f,0.8153073240866642f,0.04171479886295868f,1.4463973660898122f,0.7189550422454695f,0.039003609704030176f,-0.38539176185320256f,-0.12308142380161696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3599094929788677f,-0.12108398858018432f,-0.7041333854982367f,-0.33747927802753214f,-0.3254298588979408f,0.7296749846549039f,0.040863476437184014f,1.4463973660898122f,0.6360507556802059f,0.3048164767173517f,-0.37752662385619845f,-0.12308142380161696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08391260772872275f,0.0009180412359150096f,1.56024487868554f,0.00024684561338933914f,1.5447422979093837f,0.21976545736527653f,0.08294954369174316f,1.5167426823524055f,-0.2193995380893112f,1.5469675339028033f,-0.012709907036517584f,0.6896215080873691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0005875463909853062f,-0.9985567223587456f,0.053704068946382334f,0.0006312532609096767f,0.14064989271377434f,-0.053087707962715475f,-0.9886350706620058f,1.4896042255949349f,0.9900592216977945f,0.008134340503370781f,0.14041570437715653f,0.4983809735047172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014199764915451211f,-0.9985567223587456f,0.051796128315785034f,-0.0063471960176008525f,-0.11489714982299395f,-0.053087707962715475f,-0.9919578318788648f,1.5206682703650654f,0.9932758990526744f,0.008134340503370781f,-0.11548515430858128f,0.15179374856244293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9741246097636568f,-0.03286630644159103f,-0.22360914684710714f,0.2470123825837657f,0.18019773432953212f,0.4842334484598897f,-0.8561814900680502f,1.4444554513931496f,0.1364185515071432f,-0.874321321536614f,-0.465781285058945f,-0.5728111103147289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7435807153422143f,-0.03286630644159103f,-0.6678379486612368f,0.008003922108328171f,0.5726895126883126f,0.4842334484598897f,-0.6614716089519388f,1.6317236632776628f,0.3451296014948362f,-0.874321321536614f,-0.34124446497853245f,-0.4350907386780739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06962609831241667f,-0.5722072511677514f,-0.817148131090585f,0.256762328338792f,-0.3358847122633477f,0.757860747879607f,-0.5593107784507025f,1.3387840043417578f,0.9393261768425056f,0.31341019213549637f,-0.13942878097449415f,-0.031582138564650745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017546819568712096f,-0.3074759280332066f,-0.9513940628378662f,0.19316437893982907f,-0.17933144223785064f,0.9351422418584879f,-0.3055310480405776f,1.5122136056399706f,0.9836322193522922f,0.17597596759785034f,-0.03873132943864469f,0.0011712845509546654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.028453223011619233f,-0.5387266152511034f,-0.8420000285750239f,0.2026439712422568f,-0.3944602382878419f,0.7679289975087819f,-0.5046644183960829f,1.3961172528031938f,0.918472391806172f,0.3464948611527265f,-0.1906561740007462f,-0.3611664679569959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02363704198900508f,-0.04822615968713836f,-0.9985567223587456f,0.18736058678617623f,-0.2984037396024397f,0.9529621731498816f,-0.053087707962715586f,1.5744658620940295f,0.9541470004340472f,0.29922789653921955f,0.008134340503370772f,-0.3050103977277462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669560051648999f,-0.03782722570896087f,-0.25212136972240556f,0.251392515166872f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2387972530043365f,0.24818661616052828f,0.08649722489433871f,-0.9648428025561291f,-0.12054973523612936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669560051648999f,-0.03782722570896087f,-0.25212136972240556f,0.2687453901627003f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.1235029962444347f,0.24818661616052828f,0.08649722489433871f,-0.9648428025561291f,-0.2311228991935786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669560051648999f,-0.03782722570896087f,-0.25212136972240556f,-0.31669413786750666f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2045429919002775f,0.24818661616052828f,0.08649722489433871f,-0.9648428025561291f,0.02525990175818102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669560051648999f,-0.03782722570896087f,-0.25212136972240556f,-0.37186296325904583f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.0848758507441127f,0.24818661616052828f,0.08649722489433871f,-0.9648428025561291f,-0.06669926598722863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9534080194098841f,0.2220258473799172f,-0.20424904313154585f,0.1569406616477863f,0.08839429196147251f,0.8529064483071748f,0.5145260339231347f,2.3119208728301865f,0.28844340462827767f,0.47249879738605743f,-0.832793665198756f,-0.06540174506289867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9764024792610266f,0.07014646728644847f,-0.20424904313154585f,0.04518062318940559f,-0.0461179524247873f,0.856233668387009f,0.5145260339231347f,2.3152373703324733f,0.21097709107167512f,0.5118040428208408f,-0.832793665198756f,-0.0359427010679115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9180981445184662f,0.3821310905349613f,-0.1052217975436228f,0.010366743280185775f,0.10755293215659872f,0.4957063357269025f,0.8618048476915905f,2.342381430883298f,0.38148153797565093f,0.7799045187500641f,-0.49620638631215086f,-0.08521540970725457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912482239971117f,0.0797203345719357f,-0.1052217975436228f,0.040474170382393246f,-0.050892764984762244f,0.5046804245931085f,0.8618048476915905f,2.347905069694159f,0.12180675225445531f,0.8596175529200522f,-0.49620638631215086f,-0.08200637985815527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9665733055859955f,0.23380423060811145f,-0.1052217975436228f,0.10957672142123887f,0.02868322164140135f,0.5064283535620263f,0.8618048476915905f,2.428837728807112f,0.2547809210377267f,0.8299794602628456f,-0.49620638631215086f,-0.01907477682692614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9665733055859955f,0.15497862210127572f,-0.20424904313154585f,0.07470653144845188f,0.02868322164140135f,0.8569948851723677f,0.5145260339231347f,2.2360138796433295f,0.2547809210377267f,0.4914686088449501f,-0.832793665198756f,-0.12965521381703973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9491336903520861f,-0.18862675517521113f,-0.25212136972240556f,-0.23099170419298923f,-0.2133230729120728f,0.9741560887652537f,0.07425079989423217f,2.318206828721104f,0.23159987996970413f,0.1242572410511912f,-0.9648428025561291f,-0.011059780650944415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669560051648999f,-0.03782722570896087f,-0.25212136972240556f,-0.1199940645986814f,-0.05830512528350461f,0.9955336915849415f,0.07425079989423217f,2.3349550793304106f,0.24818661616052828f,0.08649722489433873f,-0.9648428025561291f,-0.03877549336088619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9290820451596246f,-0.2706314251732569f,-0.25212136972240556f,-0.09823226709611269f,-0.29741461168413513f,0.9518567998768732f,0.07425079989423217f,2.3319570187908436f,0.21988884036891257f,0.14396966429373273f,-0.9648428025561291f,-0.04469275011197364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9672392428123374f,0.02971636069768606f,-0.25212136972240556f,-0.12675618107499226f,0.01128182288971774f,0.9971757814885758f,0.07425079989423217f,2.340216416979342f,0.25361578743465857f,0.06897389882798624f,-0.9648428025561291f,-0.036603603192223354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9599795856805f,-0.12195905052924183f,-0.25212136972240556f,-0.19447325621185246f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.443436944058875f,0.23970346127517209f,0.10779896571088836f,-0.9648428025561291f,-0.043353792491957824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9599795856805f,-0.12195905052924183f,-0.25212136972240556f,-0.1670324698427731f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.2214375983224532f,0.23970346127517209f,0.10779896571088836f,-0.9648428025561291f,-0.06760855977690766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669560051648999f,-0.03782722570896087f,-0.25212136972240556f,-0.018897723217492984f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,1.7161943845489138f,0.24818661616052828f,0.08649722489433871f,-0.9648428025561291f,-0.11281037697544327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018572134891689115f,-0.05039392857998136f,-0.9985567223587456f,2.2995805270989413e-17f,-0.19920722065298846f,0.9785183587971036f,-0.053087707962715586f,1.34925f,0.9797813832918427f,0.1999056613988177f,0.008134340503370772f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.018465235199432644f,-0.42447177862731456f,-0.9052528620435254f,0.2561051924761911f,-0.19853150330592853f,0.8858218291668176f,-0.41941021585870025f,0.7633061133626164f,0.9799205464139007f,0.18746571985437116f,-0.06791411190146515f,-0.4169408660351787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.018465235199432644f,-0.5823331904754799f,-0.8127404815558767f,0.0340906636074144f,-0.19853150330592853f,0.7945572196717672f,-0.5738153595561548f,1.0662310533624777f,0.9799205464139007f,0.1719502251761239f,-0.10093979778938819f,-0.3513848426867815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03809702416488708f,0.031912956833048164f,-0.9987643265235057f,0.3137623544122679f,0.16453551696789165f,0.9860484173196098f,0.025230583774474846f,1.167442129511933f,0.9856351659746565f,-0.16337099463388274f,-0.042816325232873445f,-0.09697486702696319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03809702416488708f,-0.9931816076904539f,-0.11017672574180734f,-0.007277285029709921f,0.16453551696789165f,0.10251727347174927f,-0.9810291903384053f,1.0876944871831016f,0.9856351659746565f,-0.05550227729853973f,0.15950804621957898f,-0.09607122165534498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07857802952581398f,-0.7310039187143222f,-0.6778338764772274f,0.007778306544133403f,-0.03236788615718558f,0.6814485671127349f,-0.731149895934969f,1.2394566800680349f,0.9963823629619083f,-0.03551226836327514f,-0.07720793724830985f,-0.20229071891511347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09392265453437011f,-0.6799210013199787f,-0.7272454653892696f,0.010245955213762679f,-0.22645115894533516f,0.6967376145265807f,-0.6806442309431004f,1.2019847276308562f,0.9694835777760921f,0.2286134914388205f,-0.08852945246990075f,-0.2072434066287787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0077385165864360915f,-0.6607895362846736f,-0.750531347844797f,0.007778306544133403f,-0.13052619222005157f,0.7434648536323972f,-0.6559138087873226f,1.2394566800680349f,0.9914146602232468f,0.10303979886453753f,-0.08049702692882547f,-0.20229071891511347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006398492051205723f,-0.08536278587050002f,-0.9963293903563711f,0.013478853774411728f,-0.04363052660729724f,0.9953771268015472f,-0.08556139660072569f,1.2635477635911556f,0.9990272450976705f,0.04401783989161574f,0.0026444893335958236f,-0.19916346677347502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00901964633779961f,-0.08401715943140779f,-0.9964234857233238f,0.013478853774411728f,-0.2164284746961416f,0.9726803355905298f,-0.08397428234999176f,1.2635477635911556f,0.9762568111519851f,0.21641183349477905f,-0.009410473037283314f,-0.19916346677347502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0077385165864360915f,-0.015037186328518304f,-0.999856988968104f,0.013478853774411728f,-0.13052619222005157f,0.9913170529057727f,-0.015918974927672053f,1.2635477635911556f,0.9914146602232468f,0.1306307147861296f,0.005708576783163359f,-0.19916346677347502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020463362738970054f,-0.3953892473261127f,-0.9182856820643038f,0.0162598137267113f,0.0501508190804901f,0.9169158224185692f,-0.3959169988066123f,1.2622889930494343f,0.9985319955469477f,-0.05415457226651544f,0.0010659135337708035f,-0.003923084786379372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.027779094889018998f,-0.3619694463769064f,-0.9317759611498587f,0.0026835689511065172f,-0.25725394064485063f,0.8981501903581315f,-0.35657628297791766f,1.3036964579967636f,0.9659444766185283f,0.24960840420396163f,-0.06816826711094509f,-0.38922118113442605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0077385165864360915f,-0.23957066807856323f,-0.9708480881978563f,0.034479673049061466f,-0.13052619222005157f,0.9623286708684526f,-0.23850878887179688f,1.1293834818649815f,0.9914146602232468f,0.12856680839527815f,-0.023823250690790193f,-0.20911083633498692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0077385165864360915f,-0.15404404313613393f,-0.9880336776321517f,2.2995805270989413e-17f,-0.13052619222005157f,0.9794541303867949f,-0.1537287208454609f,1.34925f,0.9914146602232468f,0.1301539059825729f,-0.012527260351089378f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.995320319528792f,0.003522581461456603f,-0.09656631375873839f,0.6297365365288311f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.791200003387084f,0.0956662750442934f,0.10490406877595461f,0.9898702441094991f,-0.4145428838257049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.995320319528792f,0.003522581461456603f,-0.09656631375873839f,0.7230478164846553f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.789923400469165f,0.0956662750442934f,0.10490406877595461f,0.9898702441094991f,-0.4055741705403024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.995320319528792f,0.003522581461456603f,-0.09656631375873839f,0.690877123570554f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.806173125779174f,0.0956662750442934f,0.10490406877595461f,0.9898702441094991f,-0.5585390637994285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3277269548964129f,-0.7326029613239041f,-0.5965634451538f,-0.9410687634058841f,-0.07039326969219611f,0.6486156150018105f,-0.7578539249471924f,2.4987150213629135f,0.9421463955332878f,-0.20637510759602087f,-0.2641391382365826f,-0.5781103727689776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09446376163925094f,-0.7326029613239041f,-0.6740693575563341f,-0.9295467698091328f,0.39715309835283796f,0.6486156150018105f,-0.6492820653957446f,2.4825747782284004f,0.9128778747487003f,-0.20637510759602087f,0.35222620680328004f,-0.669738963913419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.122901265032014f,-0.7326029613239041f,-0.6694685803777328f,-0.8348874795508485f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6018532676078254f,0.9773716388740431f,-0.20637510759602087f,0.04641114617630091f,-0.6308863402676435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2091432166306392e-7f,1.591867244102813e-8f,-0.000015624524035076544f,0.6877041550652359f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5130092261912227f,0.000015490854065988232f,0.000002039409627549217f,1.219576865782704e-7f,-0.1643029260447197f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199.mcfunction new file mode 100644 index 000000000..2cbe9570e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199_as_bone.mcfunction new file mode 100644 index 000000000..9d033b4d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_199_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.41511836292140514f,0.03151549178814676f,-0.7025866231200594f,-0.3385930076353959f,-0.26239608691715804f,0.7638765013900514f,-0.12077014796340262f,1.4533449089520067f,0.6525101399828667f,0.28713047355843335f,0.3984106585146714f,-0.1787197616357903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38750675818074154f,-0.12709459801512885f,-0.6882481206074051f,-0.3385930076353959f,0.048882129640326094f,0.7896925716060975f,-0.11830545106619032f,1.4533449089520067f,0.6981755150147266f,0.015251409951909711f,0.39027982874906586f,-0.1787197616357903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3889264113689885f,0.026897144052046754f,-0.7176052080537935f,-0.33717463584502877f,-0.027267154142897022f,0.8149519461083992f,0.04532408061422163f,1.4376587860984391f,0.7175912438770643f,0.045544633277922124f,-0.38721174767172517f,-0.10452471172052032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3620710947169264f,-0.12145564718441898f,-0.7029602038077978f,-0.33717463584502877f,-0.3301813945193386f,0.7273300259770379f,0.0443990993771967f,1.4376587860984391f,0.6323644274338583f,0.3102250136260054f,-0.3793094671069961f,-0.10452471172052032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08368296525579859f,0.004326462195156876f,1.5602514839124082f,0.0010431922497720954f,1.5531284094128082f,0.1494262672644203f,0.08288657627302284f,1.4892314251774579f,-0.14898172774148638f,1.5553325439841785f,-0.012303350066778102f,0.7065849394632673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0027689358049001f,-0.9985609497039413f,0.05355709776371087f,0.0010062533741273267f,0.0956328110492263f,-0.05304740881473444f,-0.9940021820241974f,1.4707882924188334f,0.9954128281498744f,0.007874144042737523f,0.09534830575454861f,0.5143105647758373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015327885766327038f,-0.9985609497039413f,0.05139149389050459f,-0.006278036942485421f,-0.1416085845238567f,-0.05304740881473444f,-0.9885003698568819f,1.5097777231012308f,0.9898040536929944f,0.007874144042737523f,-0.14221790727088507f,0.17071517549558823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9712623979224323f,-0.032948880097490765f,-0.23571959121440877f,0.24411412398832605f,0.18969384209149948f,0.49100945162519094f,-0.8502505305422012f,1.436568870782032f,0.1437553500031639f,-0.8705309240429376f,-0.4706488177297563f,-0.555855300472384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7352061085251458f,-0.032948880097490765f,-0.6770423541312854f,0.00799557613982465f,0.5781196094426253f,0.49100945162519094f,-0.6516804704704875f,1.625384214460197f,0.3539063367124392f,-0.8705309240429376f,-0.3419447544848892f,-0.4152917010641036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.058339893690609074f,-0.574349154175403f,-0.816528937577945f,0.2567737066430233f,-0.31215279651131705f,0.7664136065121236f,-0.5614007618299462f,1.3294147250809762f,0.948238940581082f,0.28763385206035613f,-0.13457220632280806f,-0.014726970103012237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017855357138299097f,-0.30729241996831924f,-0.9514476101454445f,0.19320983033555444f,-0.1904119427390341f,0.9331384258935885f,-0.3049524064230065f,1.5024722273958804f,0.981541888196225f,0.18661202198907176f,-0.041850626821346555f,0.020001217602305305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02643047536697584f,-0.5396920421771716f,-0.8414475203971485f,0.20272271471686545f,-0.35904266095932175f,0.7804495014811363f,-0.5118466012870412f,1.387917625869011f,0.9329468353465407f,0.31564390576800283f,-0.17314481559779643f,-0.33910193078207174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02263694293324258f,-0.04861685449512812f,-0.998560949703941f,0.18736604856337932f,-0.2838242550028046f,0.9574078361336642f,-0.05304740881473442f,1.5671000488389808f,0.9586090762593165f,0.28461664879070964f,0.007874144042737528f,-0.28568709573354656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669243831155695f,-0.03538517281766691f,-0.2525967673610242f,0.2526867684395792f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.229367160110084f,0.24787386639059789f,0.10310985901329121f,-0.9632896258835323f,-0.0915806237652867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669243831155695f,-0.03538517281766691f,-0.2525967673610242f,0.26968863246852537f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.1158915769062348f,0.24787386639059789f,0.10310985901329121f,-0.9632896258835323f,-0.20407302855817666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669243831155695f,-0.03538517281766691f,-0.2525967673610242f,-0.3153813066408179f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.194039970273926f,0.24787386639059789f,0.10310985901329121f,-0.9632896258835323f,0.054045272739189576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669243831155695f,-0.03538517281766691f,-0.2525967673610242f,-0.3708987713455394f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.0760545330484392f,0.24787386639059789f,0.10310985901329121f,-0.9632896258835323f,-0.03985659207440555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9524081127199119f,0.23282241256808467f,-0.19675495173253538f,0.15915917386174977f,0.08423332487213853f,0.8213485605564451f,0.5641731020288366f,2.2981562700092537f,0.29295653910824465f,0.520749715581134f,-0.801870438360143f,-0.03208755681239203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977103837981141f,0.08096652870941276f,-0.19675495173253538f,0.04742738729119356f,-0.04529094981643754f,0.8244133919411334f,0.5641731020288366f,2.3012473607117587f,0.20788655480152965f,0.560166921923156f,-0.801870438360143f,-0.002497125030808192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9167084060995963f,0.38934361739756507f,-0.08976216228521215f,0.012728605430042936f,0.09540040693491984f,0.4314401699984931f,0.8970831299652908f,2.3330919503397984f,0.3880005934827806f,0.8138002993999511f,-0.432648370103899f,-0.051367467301132785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921552975908299f,0.08700930803273546f,-0.08976216228521215f,0.042920924597359786f,-0.04259116591288582f,0.43980433208173153f,0.8970831299652908f,2.3378532176271043f,0.11753237021618015f,0.8938688549210152f,-0.432648370103899f,-0.04775916823956673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9663289649345401f,0.24114536228263617f,-0.08976216228521215f,0.11329769026462701f,0.02673375742707132f,0.4410523371953803f,0.8970831299652908f,2.4128322484438907f,0.25591724784072506f,0.8644777325669348f,-0.432648370103899f,0.020876830501909804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9663289649345401f,0.1658186373640439f,-0.19675495173253538f,0.07598849685771719f,0.02673375742707132f,0.8252236164585878f,0.5641731020288366f,2.2271569347407087f,0.25591724784072506f,0.5399168105752417f,-0.801870438360143f,-0.10060445187751937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9494844788603062f,-0.18620982122899296f,-0.2525967673610242f,-0.22943164274892552f,-0.21489324246912653f,0.9723954568781056f,0.09092837722034541f,2.308089090675121f,0.22869219213711264f,0.14061642123410303f,-0.9632896258835323f,0.01956415208671193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669243831155695f,-0.03538517281766691f,-0.2525967673610242f,-0.11841303603905425f,-0.06013138695516283f,0.9940403646326054f,0.09092837722034541f,2.325032650429655f,0.24787386639059789f,0.1031098590132912f,-0.9632896258835323f,-0.007948124664649031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9296421484849196f,-0.26825426162337773f,-0.2525967673610242f,-0.09666249376105471f,-0.2988253570921475f,0.9499660184316201f,0.09092837722034541f,2.3220818328538204f,0.2155664206667946f,0.1600131711643492f,-0.9632896258835323f,-0.013930157032256571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670373487943364f,0.032150259028220135f,-0.2525967673610242f,-0.12516106389680084f,0.009355840677362087f,0.9958134857799901f,0.09092837722034541f,2.3302731382425876f,0.25446263828318844f,0.08556788172628765f,-0.9632896258835323f,-0.005683967533711948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.960160922896184f,-0.11952353434327859f,-0.2525967673610242f,-0.19263539414841285f,-0.14653889517434404f,0.9850169452436629f,0.09092837722034541f,2.4337529006817418f,0.2379440151469056f,0.12432112580303442f,-0.9632896258835323f,-0.010663731974187202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.960160922896184f,-0.11952353434327859f,-0.2525967673610242f,-0.1657425989211752f,-0.14653889517434404f,0.9850169452436629f,0.09092837722034541f,2.212124088001918f,0.2379440151469056f,0.12432112580303442f,-0.9632896258835323f,-0.0386359852798699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669243831155695f,-0.03538517281766691f,-0.2525967673610242f,-0.018848500982642694f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,1.707353312708967f,0.24787386639059789f,0.10310985901329121f,-0.9632896258835323f,-0.09236122051414603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018700101670960458f,-0.05026266928704724f,-0.998560949703941f,2.0840426904490108e-17f,-0.20680902861792155f,0.976942167223912f,-0.05304740881473442f,1.3410000000000002f,0.9782026026747258f,0.20750341196227778f,0.007874144042737528f,-0.1701750000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.017545086109514895f,-0.3950706570932935f,-0.9184831766871308f,0.24133811351407858f,-0.19868814067062213f,0.8989264057629156f,-0.3904540174963207f,0.7476286364590201f,0.9799057060300551f,0.18934226397199147f,-0.06272411309616033f,-0.4004391232992688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.017545086109514895f,-0.5558354267807732f,-0.8311071821906277f,0.029425857053908787f,-0.19868814067062213f,0.8127192069462513f,-0.5477321548142918f,1.0574778341072784f,0.9799057060300551f,0.1747411485486227f,-0.09617867899720492f,-0.3338190604151064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03284780177119754f,0.05255456206577251f,-0.9980776722905261f,0.3115965961390485f,0.16069766966994936f,0.9859018187485973f,0.0466247010806025f,1.1525137109924883f,0.9864569331103351f,-0.15885723714795796f,-0.04083010316261145f,-0.07955475875960902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03284780177119754f,-0.9908775485023846f,-0.1307008255241894f,-0.011061961267881268f,0.16069766966994936f,0.1238339378628312f,-0.9792044805841281f,1.0795951182746857f,0.9864569331103351f,-0.05316803275737181f,0.15516404032914036f,-0.07842016934742792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07692128679580458f,-0.7206178321313279f,-0.6890522880391756f,0.006074460239785544f,-0.031064447886003696f,0.6924965564940959f,-0.7207520512085672f,1.2310994686042802f,0.9965531173576326f,-0.034036146347154066f,-0.07565332131915802f,-0.18469241649652643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09254605147473834f,-0.6687407992700091f,-0.7377133398198413f,0.007960619295999375f,-0.22775459721651703f,0.707033374578426f,-0.669501046062652f,1.1935937736900324f,0.9693106167803885f,0.22997728284322486f,-0.08687564430189963f,-0.18964528213310716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007879795078711217f,-0.6491698539126968f,-0.760602662104522f,0.006074460239785544f,-0.13052619222005157f,0.7534508820992696f,-0.6444180951900456f,1.2310994686042802f,0.991413547402925f,0.10435645181204874f,-0.07879663058245501f,-0.18469241649652643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007879380703055149f,-0.0701022300834573f,-0.997508693043355f,0.012147869056160073f,-0.043619408422955724f,0.996566067649406f,-0.07038053721470688f,1.2551012833410078f,0.9990171482855377f,0.044065294134107084f,0.004794505637385941f,-0.1815806895334087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.007820239455867935f,-0.06873203716933629f,-0.997604506265587f,0.012147869056160073f,-0.21643959288048312f,0.9738692764383886f,-0.06879342296397295f,1.2551012833410078f,0.9762646907927091f,0.21645909423242612f,-0.007260443202316341f,-0.1815806895334087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007879795078711217f,0.00033928485560869026f,-0.9999688963739344f,0.012147869056160073f,-0.13052619222005157f,0.9914446197647198f,-0.0006921590310932924f,1.2551012833410078f,0.991413547402925f,0.13052758645350387f,0.007856665995917281f,-0.1815806895334087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.017552419116077498f,-0.3814975919334733f,-0.9242031702673036f,0.015328723044542093f,0.05056002687059924f,0.9228243257639761f,-0.38188865846095366f,1.25382053877442f,0.9985667710604124f,-0.05343080691159112f,0.0030907291629043605f,0.013653443909644125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.025933697670762475f,-0.3477149705018f,-0.9372415604389585f,0.001556920085861514f,-0.25754703571797355f,0.9035834669059613f,-0.3423542649465439f,1.2953900104563365f,0.9659176816468401f,0.2502622976461615f,-0.0661196994764626f,-0.37162026670704673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007879795078711217f,-0.22461346854364753f,-0.9744160808290827f,0.031082012238889758f,-0.13052619222005157f,0.9658782564873049f,-0.2237009315795941f,1.1206317555119252f,0.991413547402925f,0.12894953816837015f,-0.02170701803823781f,-0.19155482457658304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007879795078711217f,-0.1388327892132579f,-0.9902844871393193f,2.0840426904490108e-17f,-0.13052619222005157f,0.9816996189599148f,-0.1386678451498118f,1.3410000000000002f,0.991413547402925f,0.13035073752466894f,-0.01038572350504259f,-0.1701750000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8057525206681034f,0.016655676412978267f,-0.5920181279996618f,0.5642484899267883f,-0.07813070351132721f,0.9938574489686467f,-0.0783770648746094f,1.7865571747325428f,0.5870762034061872f,0.1094073104173565f,0.8021044644068611f,-0.44867176160953703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8057525206681034f,0.016655676412978267f,-0.5920181279996618f,0.639787788739423f,-0.07813070351132721f,0.9938574489686467f,-0.0783770648746094f,1.779232421278356f,0.5870762034061872f,0.1094073104173565f,0.8021044644068611f,-0.39363336754020695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8057525206681034f,0.016655676412978267f,-0.5920181279996618f,0.690820858533055f,-0.07813070351132721f,0.9938574489686467f,-0.0783770648746094f,1.7946513577366408f,0.5870762034061872f,0.1094073104173565f,0.8021044644068611f,-0.5414682342359012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3137622739058084f,-0.7326323627508472f,-0.6039892851065882f,-0.9410593691122993f,-0.05291643278648775f,0.6486156150018105f,-0.7592744135798177f,2.489388180277098f,0.9480258892111594f,-0.2062707081142012f,-0.2422794014344934f,-0.5521971028597555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07904183209923427f,-0.7326323627508472f,-0.6760193856898689f,-0.9295504328899324f,0.3820906436953828f,0.6486156150018105f,-0.6582587059631426f,2.473247937142585f,0.9207383606534728f,-0.2062707081142012f,0.33119973761345506f,-0.6438273349809736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12276198637191285f,-0.7326323627508472f,-0.6694619598992413f,-0.8348856070162296f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.59252642652201f,0.9773891426263259f,-0.2062707081142012f,0.04650654631599223f,-0.6049882008677634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2312179810486278e-7f,1.6209292227956286e-8f,-0.000015624506497220225f,0.6877074929001512f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5047592261912228f,0.000015490836678170705f,0.0000020394073383996116f,1.2418421124726717e-7f,-0.1468009254998088f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..4008f328e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7071860991504568f,-0.12539993741490843f,-0.38872499444869973f,0.03533354022596284f,-0.06419305968970564f,0.8016895367410346f,-0.14183646291438448f,1.4023724435503855f,0.40337515627574094f,-0.09226693243370955f,-0.7040736757777833f,-0.3531463619225847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.687030113779503f,0.15161531577594642f,-0.3807918312966855f,0.03533354022596284f,0.24243590168291607f,0.7496132324959061f,-0.1389418412222542f,1.4023724435503855f,0.3304761055436758f,-0.23471854994694966f,-0.6897048252517062f,-0.3531463619225847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7106355159408322f,0.12460026715733792f,0.3826439354703947f,-0.03837510301359465f,0.06419305968970564f,0.8016895367410346f,-0.14183646291438448f,1.4023724435503855f,-0.397266735349973f,-0.09334401185244663f,-0.7073969754530403f,-0.3528288019319751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6898521464451042f,-0.15363213240359644f,0.3748348755628357f,-0.03837510301359465f,-0.24243590168291607f,0.7496132324959061f,-0.1389418412222542f,1.4023724435503855f,-0.3245440642197514f,-0.23340344804685825f,-0.6929603024846109f,-0.3528288019319751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.02314933970847231f,-1.5623279421409282f,-0.001326377304691064f,-0.8752692758376148f,-0.3078116298821425f,-0.005861428039939677f,1.531869411591808f,1.6475076944029243f,-1.5317057023398326f,-0.02243423426429485f,-0.3078645750205991f,-0.044625120037743396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.999889882970194f,0.014815577413422279f,0.0008488814750027282f,-0.6267754504866423f,-0.0037513139455618285f,-0.196999443124571f,-0.980396423418757f,1.6308658236481202f,-0.014357909929148618f,-0.9802916494974929f,0.1970333280131832f,-0.0618827200909314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.999889882970194f,0.014815577413422279f,0.0008488814750027282f,-0.2986865826370474f,-0.0037513139455618285f,-0.196999443124571f,-0.980396423418757f,1.6320967235365076f,-0.014357909929148618f,-0.9802916494974929f,0.1970333280131832f,-0.05717153089542951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9997290501287627f,-0.0232616794080615f,0.0008488814750027213f,0.6262189725447788f,0.0037513139455618285f,-0.196999443124571f,-0.980396423418757f,1.6308658236481202f,0.02297289647223154f,-0.9801276007131547f,0.1970333280131832f,-0.06728101369292515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9997290501287627f,-0.0232616794080615f,0.0008488814750027213f,0.2981828779712785f,0.0037513139455618285f,-0.196999443124571f,-0.980396423418757f,1.6320967235365076f,0.02297289647223154f,-0.9801276007131547f,0.1970333280131832f,-0.059743032037974174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.003914673402712908f,-0.0017990437558263637f,-0.1550259461366309f,0f,0.41757875351214774f,-0.9086407346224584f,1.4294515948756916f,0.004308274165519841f,-0.9086323018401838f,-0.41757487810729665f,0.2844509329713548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.002774538275206208f,-0.003295931377426029f,-0.155566771634341f,0f,0.7650235919998231f,-0.6440022544088555f,1.5688685042856032f,0.004308274165519841f,-0.6439962776453352f,-0.7650164920788748f,0.1589202778373615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0037804624088704974f,-0.0020662357707683697f,0.1574711536583041f,0f,0.47959709419260116f,-0.877488818870083f,1.4294515948756916f,0.004308274165519841f,-0.8774806751980286f,-0.4795926432168517f,0.2831045972946299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.002774538275206208f,-0.003295931377426029f,0.15693032816059402f,0f,0.7650235919998231f,-0.6440022544088555f,1.5688685042856032f,0.004308274165519841f,-0.6439962776453352f,-0.7650164920788748f,0.15757394216063658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0007118301454590218f,-0.004249061558662273f,0.29315548321845836f,0f,0.9862560727143457f,-0.16522396628236205f,2.21927426365217f,0.004308274165519841f,-0.1652224328955337f,-0.9862469196108018f,-0.13862568486859123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0007118301454590218f,-0.004249061558662273f,0.33034576444090835f,0f,0.9862560727143457f,-0.16522396628236205f,2.0805025077239057f,0.004308274165519841f,-0.1652224328955337f,-0.9862469196108018f,-0.21059508975136917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0007118301454590218f,-0.004249061558662273f,-0.2943390643960195f,0f,0.9862560727143457f,-0.16522396628236205f,2.21927426365217f,0.004308274165519841f,-0.1652224328955337f,-0.9862469196108018f,-0.13609457379634832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0007118301454590218f,-0.004249061558662273f,-0.33214808712435384f,0f,0.9862560727143457f,-0.16522396628236205f,2.0805025077239057f,0.004308274165519841f,-0.1652224328955337f,-0.9862469196108018f,-0.20774085811671228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704589285930753f,0.24122896465775215f,-0.004249061558662273f,0.20324649406116366f,0.23859693865773818f,0.9569600523684779f,-0.16522396628236205f,2.314538731274258f,-0.035790624151247216f,-0.16135688637634457f,-0.9862469196108018f,-0.17637783761689654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.996247492836274f,0.086445812468325f,-0.004249061558662273f,0.08936486221669245f,0.08595788055680716f,0.9825030705988183f,-0.16522396628236205f,2.334340850275421f,-0.010108203975968842f,-0.1649692024912063f,-0.9862469196108018f,-0.17920460900915558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457415497932226f,0.3248920843458398f,-0.004249061558662273f,0.06673877893542132f,0.32109356941577283f,0.9325234370490443f,-0.16522396628236205f,2.332016743195576f,-0.049717609300446663f,-0.15762351627740248f,-0.9862469196108018f,-0.1787177757416003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998508390626851f,0.016740522737219293f,-0.004249061558662273f,0.09660153578925118f,0.017212541832249795f,0.9861058611374327f,-0.16522396628236205f,2.3393409193824497f,0.0014240889430471824f,-0.16527245847051078f,-0.9862469196108018f,-0.18007343841079984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849222213575888f,0.1729455502518164f,-0.004249061558662273f,0.1630918422713436f,0.17126156973978965f,0.9712726268644596f,-0.16522396628236205f,2.4321151317151553f,-0.02444775258169997f,-0.1634604568447929f,-0.9862469196108018f,-0.22758795410036053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849222213575888f,0.1729455502518164f,-0.004249061558662273f,0.12417909346468496f,0.17126156973978965f,0.9712726268644596f,-0.16522396628236205f,2.213578790670652f,-0.02444775258169997f,-0.1634604568447929f,-0.9862469196108018f,-0.1908093513102822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701145139968064f,-0.24261033615369876f,-0.004249061558662273f,-0.20475870311073213f,-0.23859693865773818f,0.9569600523684779f,-0.16522396628236205f,2.314538731274258f,0.044151224172105596f,-0.15927235467057335f,-0.9862469196108018f,-0.17462002305285038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961234126661986f,-0.08786405530202131f,-0.004249061558662273f,-0.0909056556180109f,-0.08595788055680716f,0.9825030705988183f,-0.16522396628236205f,2.334340850275421f,0.01869196373920185f,-0.16421822082149348f,-0.9862469196108018f,-0.17842794698643025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9452780513397343f,-0.32623818159624596f,-0.004249061558662273f,-0.06827621748899489f,-0.32109356941577283f,0.9325234370490443f,-0.16522396628236205f,2.332016743195576f,0.05786471580499397f,-0.15481824253947502f,-0.9862469196108018f,-0.17813608872211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998259927646593f,-0.018163966197779408f,-0.004249061558662273f,-0.09814954678855096f,-0.017212541832249795f,0.9861058611374327f,-0.16522396628236205f,2.3393409193824497f,0.007191147045946488f,-0.16512207896695102f,-0.9862469196108018f,-0.17923438956609905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984675005342454f,-0.1743475819439681f,-0.004249061558662273f,-0.1650467923086558f,-0.17126156973978965f,0.9712726268644596f,-0.16522396628236205f,2.4321151317151553f,0.03293339618231225f,-0.16196420892932886f,-0.9862469196108018f,-0.2261742297780012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984675005342454f,-0.1743475819439681f,-0.004249061558662273f,-0.12581858637126303f,-0.17126156973978965f,0.9712726268644596f,-0.16522396628236205f,2.213578790670652f,0.03293339618231225f,-0.16196420892932886f,-0.9862469196108018f,-0.18973228276890225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0007118301454590218f,-0.004249061558662273f,-0.00032215033003309325f,0f,0.9862560727143457f,-0.16522396628236205f,1.7132858023508737f,0.004308274165519841f,-0.1652224328955337f,-0.9862469196108018f,-0.0747741039427936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0008488814750027252f,-0.004223816582983082f,-0.000003819776907071274f,0f,0.980396423418757f,-0.19703515662873286f,1.3456371435688397f,0.004308274165519841f,-0.19703332801318332f,-0.9803873246966037f,-0.000886605937849852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9513037928347684f,-0.307645282158443f,-0.019377154172785904f,0.2273628010636355f,-0.30324554527607106f,0.9227070647235849f,0.23802061250951428f,0.7507236026560292f,-0.05534648144554731f,0.23230594713618066f,-0.9710667916867304f,0.0501261432012117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9513037928347684f,-0.28701045407926856f,0.11245484866112261f,0.1248897906255903f,-0.30324554527607106f,0.9368484554299427f,-0.17423292119673864f,1.0860557170112854f,-0.05534648144554731f,-0.199849870672319f,-0.9782621306090996f,-0.025849894723897565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9507915868984146f,0.309635518455273f,0.011009268555577281f,-0.23169249333838063f,0.30324554527607106f,0.9227070647235848f,0.2380206125095142f,0.7664853211105562f,0.06354130588375474f,0.22964650752868043f,-0.9711977059417236f,0.057462423199371324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9507915868984146f,0.28352261199732676f,-0.12494113321643849f,-0.12516126167960528f,0.30324554527607106f,0.9342649814425161f,-0.1875928669231138f,1.1203289344489766f,0.06354130588375474f,-0.21624956170227957f,-0.9742682533625732f,-0.03716107536665493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.972075539710091f,0.23463146560976622f,-0.004149752179143576f,-0.001835847654919213f,0.2270842380953181f,0.9360539785612632f,-0.2687669957943106f,1.283869554922442f,-0.05917680209342236f,-0.26220416580489947f,-0.9631962840088995f,-0.03047279663711544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9715295588388632f,-0.23688202941383146f,-0.004149752179143576f,-0.001835847654919213f,-0.2270842380953181f,0.9360539785612632f,-0.2687669957943106f,1.283869554922442f,0.06755046344054563f,-0.26017273754260806f,-0.9631962840088995f,-0.03047279663711544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,-0.0011579219045250084f,-0.004149752179143576f,-0.001835847654919213f,0f,0.9632052231854336f,-0.2687669957943106f,1.283869554922442f,0.004308274165519841f,-0.2687645014602226f,-0.9631962840088995f,-0.03047279663711544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9714183234526811f,0.23734054792073417f,-0.003988129018450523f,-0.0018029456706884735f,0.21823983709975947f,0.899596861108625f,0.37828145736498864f,1.2740928701915015f,0.09336923670595455f,0.36659917047941465f,-0.9256820371168236f,-0.022835938439451187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.972186775096273f,-0.23417294710286352f,-0.003988129018450523f,-0.0018029456706884735f,-0.21823983709975947f,0.899596861108625f,0.37828145736498864f,1.2740928701915015f,-0.08499557535883127f,0.36863059874170606f,-0.9256820371168236f,-0.022835938439451187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,0.0016297402300607757f,-0.003988129018450523f,-0.0018029456706884735f,0f,0.9256906281332983f,0.37828145736498864f,1.2740928701915015f,0.004308274165519841f,0.37827794666483294f,-0.9256820371168236f,-0.022835938439451187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9657023612798364f,0.25944303307928196f,-0.010404902939032875f,-0.1953866180246551f,0.253985133143567f,0.952194849294418f,0.16975429632037295f,1.3551930679818778f,0.05394906450155221f,0.16128943413566504f,-0.9854314876619299f,0.01618762948700404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661313624472677f,-0.25804365661094386f,0.0019135774453689532f,0.19210978572106432f,-0.253985133143567f,0.952194849294418f,0.16975429632037295f,1.3551930679818778f,-0.045626117935133007f,0.16351892936303652f,-0.9854845595452704f,0.01451817324786511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,0.00045713504005480746f,-0.004283953062352548f,-0.007997605035247093f,0f,0.9943547921434663f,0.10610630208109077f,1.1713605978603252f,0.004308274165519841f,0.10610531734497963f,-0.9943455638784918f,-0.04294778027478407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.999990719343792f,0.000828766614259998f,-0.004227809383637548f,0f,0f,0.981323198387356f,0.19236626603126084f,1.390625f,0.004308274165519841f,0.19236448074607979f,-0.9813140910641229f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8618237578181973f,0.2318310090278524f,-0.45112547446719226f,-2.2909327528551002f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.47928953375123684f,-0.0812171666450492f,0.8738909054788662f,-0.4438143301370716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3742959161081169f,0.2318310090278524f,-0.8978624340275707f,-2.25993645547936f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9123383220539092f,-0.0812171666450492f,-0.4013010814264124f,-0.35533669426791703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3306271720078903f,0.2318310090278524f,-0.9148442798548795f,-2.1382079621889982f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9437614492709824f,-0.0812171666450492f,0.3204966438390353f,-0.4476500087783496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8563576767510629f,-0.26702241953916706f,0.4419847926489905f,2.224411023230501f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2695446387332354f,-0.49073718432452235f,-0.1544439634059723f,0.8575103953239835f,-0.4797754906547938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3656664176992056f,-0.26702241953916706f,0.8916204901360664f,2.193213600470198f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.275112561353287f,-0.8970178731740075f,-0.1544439634059723f,-0.41413282576226074f,-0.39154408156023135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3327725094432329f,-0.26702241953916706f,0.9044122314643376f,2.073150477130699f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2269237713153682f,-0.9411350303419996f,-0.1544439634059723f,0.3006857443089348f,-0.4807626477538528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562485498974675f,0f,-6.731678383624752e-8f,-0.004255494528068928f,0f,0.000015625f,0f,1.5567475f,6.731678383624752e-8f,0f,-0.00001562485498974675f,0.6875247145176466f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..3cc2cc2bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4021298324799851f,-0.0709063392139966f,-0.7072540797572915f,0.07500000000000002f,-0.20197782383969942f,0.7904953225861187f,0.0355885949552938f,1.5045969564264587f,0.6814990836024968f,0.19244188856167013f,-0.40677950172079635f,-0.2698103277298244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.39051840284797357f,0.08657584557524119f,-0.6928203230275509f,0.07500000000000002f,0.11354085144405178f,0.7911340564622007f,0.034862297099063314f,1.5045969564264587f,0.6889149817578565f,-0.08131130098944173f,-0.3984778792366985f,-0.2698103277298244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19083828815235643f,0.7924595232803621f,0.05032987365157918f,1.505982023485354f,-0.5541736080676897f,0.1699909718933481f,-0.5752730882289194f,-0.2856417166558306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1243587349575952f,0.7887357894261551f,0.04930273337297553f,1.505982023485354f,-0.5652660073928759f,-0.05389898333145182f,-0.5635328211222068f,-0.2856417166558306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3246081333780407f,1.5283865457171308f,0.008389077165094051f,-0.08118792671552205f,1.18129180556578f,0.24544051824939997f,0.9928317441060229f,1.5791783290013712f,0.9698378626595089f,0.21260237268742707f,-1.206491194033223f,0.4279167499734108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9089284459648233f,-0.3276745730097775f,-0.2578341604962994f,-0.3179520312558777f,-0.26372070817118703f,0.027175203381400517f,-0.9642162083282294f,1.632616837036394f,0.3229558301032187f,0.9443997472066793f,-0.0617142550655954f,0.3695133035597179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.08715574274765801f,-0.9622501868990583f,-0.2578341604962994f,-0.2984375f,-0.0868240888334653f,0.25049686863386417f,-0.9642162083282294f,1.6485811477531815f,0.9924038765061041f,0.10642319586141008f,-0.0617142550655954f,0.03855962178808195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9089284459648234f,0.32767457300977726f,0.2578341604962994f,0.31795203125587757f,0.26372070817118703f,0.027175203381400517f,-0.9642162083282294f,1.632616837036394f,-0.3229558301032185f,0.9443997472066794f,-0.061714255065595344f,0.36951330355971795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08715574274765826f,0.9622501868990583f,0.2578341604962994f,0.2984375f,0.0868240888334653f,0.25049686863386417f,-0.9642162083282294f,1.6485811477531815f,-0.9924038765061041f,0.10642319586141032f,-0.061714255065595344f,0.03855962178808203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.032856634543009e-16f,-0.15625000000000003f,0f,0.8433914458128857f,-0.5372996083468237f,1.3401816057362632f,-1.2246467991473532e-16f,-0.5372996083468237f,-0.8433914458128857f,0.2671161646603249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.1265768495757704e-17f,1.2060416625018979e-16f,-0.15625000000000003f,0f,0.9848077530122081f,-0.17364817766693025f,1.5237477583156338f,-1.2246467991473532e-16f,-0.17364817766693025f,-0.9848077530122081f,0.2284020828914492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.175581015019657e-17f,1.1099069304367545e-16f,0.15624999999999997f,0f,0.90630778703665f,-0.42261826174069933f,1.3364165290312586f,-1.2246467991473532e-16f,-0.42261826174069933f,-0.90630778703665f,0.2182865979893367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322977e-17f,1.21998664834562e-16f,0.15624999999999997f,0f,0.9961946980917455f,0.08715574274765825f,1.5237477583156338f,-1.2246467991473532e-16f,0.08715574274765825f,-0.9961946980917455f,0.22840208289144923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,0.29375f,0f,0.90630778703665f,0.4226182617406994f,2.1803711673035835f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.2806015049538815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,0.33125f,0f,0.90630778703665f,0.4226182617406994f,2.1067031559621925f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.14280786720160812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,-0.29375f,0f,0.90630778703665f,0.4226182617406994f,2.1803711673035835f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.2806015049538814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,-0.33125f,0f,0.90630778703665f,0.4226182617406994f,2.1067031559621925f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.14280786720160807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882579590136625f,0.14828854214322978f,0.03683360850073495f,0.19319408756119524f,0.12341807543918026f,0.6325937150303823f,0.7645869279283739f,2.246911210723409f,0.09007877164481468f,0.7601550499556621f,-0.6434672601817955f,0.33526508494033275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992883023799141f,-0.008134741021333936f,0.03683360850073495f,0.07800907559433715f,0.02293913473137934f,0.6441122772768949f,0.7645869279283739f,2.2560444211873936f,-0.029944696098728622f,0.7648877043394596f,-0.6434672601817955f,0.33952397092323017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9751660178710491f,0.21117208466449577f,0.06676517241775075f,0.05758740744485305f,0.11815886154100419f,0.241086269161852f,0.9632839115551308f,2.2942505640520507f,0.18732250539872344f,0.947250632873935f,-0.26005099017514843f,0.29915708632667287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9926937586647717f,-0.10050628467929723f,0.06676517241775075f,0.08630566622307367f,0.03787600094512378f,0.26579976352783335f,0.9632839115551308f,2.295236500010364f,-0.11456225408228013f,0.9587747245565625f,-0.26005099017514843f,0.3101822923580019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.056022631551222016f,0.06676517241775075f,0.1427727338758622f,0.07898992833716564f,0.256602215423672f,0.9632839115551308f,2.3495789149045945f,0.03683360850073474f,0.9648921016329959f,-0.26005099017514843f,0.4058066446193831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07898992833716555f,0.03683360850073495f,0.12499999999999997f,0.07898992833716564f,0.639661958273541f,0.7645869279283739f,2.205654974293048f,0.03683360850073474f,0.7645869279283739f,-0.6434672601817955f,0.23377458583549926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882579590136625f,-0.14828854214322995f,-0.0368336085007348f,-0.19319408756119533f,-0.12341807543918026f,0.6325937150303823f,0.7645869279283739f,2.246911210723409f,-0.09007877164481493f,0.7601550499556621f,-0.6434672601817955f,0.3352650849403327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992883023799141f,0.008134741021333769f,-0.0368336085007348f,-0.07800907559433723f,-0.02293913473137934f,0.6441122772768949f,0.7645869279283739f,2.2560444211873936f,0.029944696098728373f,0.7648877043394597f,-0.6434672601817955f,0.33952397092323017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.975166017871049f,-0.211172084664496f,-0.06676517241775068f,-0.05758740744485312f,-0.11815886154100419f,0.241086269161852f,0.9632839115551308f,2.2942505640520507f,-0.1873225053987237f,0.947250632873935f,-0.26005099017514843f,0.2991570863266729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9926937586647718f,0.10050628467929701f,-0.06676517241775068f,-0.08630566622307373f,-0.03787600094512378f,0.26579976352783335f,0.9632839115551308f,2.295236500010364f,0.11456225408227988f,0.9587747245565625f,-0.26005099017514843f,0.3101822923580019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05602263155122223f,-0.06676517241775068f,-0.14277273387586228f,-0.07898992833716564f,0.256602215423672f,0.9632839115551308f,2.3495789149045945f,-0.03683360850073499f,0.9648921016329959f,-0.26005099017514843f,0.4058066446193831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716571f,-0.0368336085007348f,-0.12500000000000003f,-0.07898992833716564f,0.639661958273541f,0.7645869279283739f,2.205654974293048f,-0.03683360850073499f,0.7645869279283739f,-0.6434672601817955f,0.2337745858354992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.175581015019658e-17f,1.1099069304367545e-16f,-5.572736282183327e-18f,0f,0.90630778703665f,0.4226182617406994f,1.7279654127573676f,-1.2246467991473532e-16f,0.4226182617406994f,-0.90630778703665f,0.045504845038286015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322977e-17f,1.21998664834562e-16f,-1.5701737303122106e-18f,0f,0.9961946980917455f,0.08715574274765825f,1.354392400972963f,-1.2246467991473532e-16f,0.08715574274765825f,-0.9961946980917455f,0.012821441507914172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08707278979269374f,0.0038016801040237948f,0.15290995191698561f,-0.08189960831908935f,0.9203071217709471f,-0.38252745754371004f,0.8434398413741908f,0.02980901962620903f,-0.38138318119103315f,-0.9239363027035639f,0.3603853574696455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716553f,0.03683360850073496f,0.12499999999999999f,-0.08189960831908935f,0.7038659930018325f,-0.7055955768375566f,1.089782129025859f,0.02980901962620903f,-0.7059272307517495f,-0.7076568145874739f,0.10447592642316307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15038373318043524f,0.08682408883346532f,-0.1379057125390268f,0.16317591116653482f,0.972444337639056f,0.166510156473138f,1.12298929552142f,-0.0593911746138848f,0.17814809285662703f,-0.9822097257661061f,0.3786453402275261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16317591116653482f,0.20876910195451082f,-0.964255715090182f,1.0794589171117475f,-0.0593911746138848f,-0.9735041690763235f,-0.220821921848805f,0.0450477130411645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.715776287805221e-17f,-3.554703890841558e-18f,0.10355339059327376f,0.7865660924854931f,-0.6087614290087205f,1.2678400649818808f,-0.07945931129894566f,-0.6035533905932736f,-0.7933533402912353f,0.029026360035534174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.544483830726296e-18f,-0.10355339059327376f,0.6941880695231883f,-0.7123058468300719f,1.2299618567273172f,0.07945931129894541f,-0.7080930950105849f,-0.7016340831560479f,0.028942906911560973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798983e-17f,9.715776287805221e-17f,-3.554703890841558e-18f,0f,0.7933533402912353f,-0.6087614290087205f,1.2678400649818808f,-1.2246467991473532e-16f,-0.6087614290087205f,-0.7933533402912353f,0.029026360035534174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1829179713786698e-16f,-3.664971395467364e-18f,0.0841859828293692f,0.9622501868990584f,-0.25881904510252063f,1.292776895681233f,-0.02255756611314995f,-0.2578341604962994f,-0.9659258262890684f,0.029926762540995976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1829179713786698e-16f,-3.664971395467364e-18f,-0.0841859828293692f,0.9622501868990584f,-0.25881904510252063f,1.292776895681233f,0.022557566113149706f,-0.2578341604962994f,-0.9659258262890684f,0.029926762540995976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1696191514317643e-17f,1.1829179713786698e-16f,-3.664971395467364e-18f,0f,0.9659258262890684f,-0.25881904510252063f,1.292776895681233f,-1.2246467991473532e-16f,-0.25881904510252063f,-0.9659258262890684f,0.029926762540995976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1507915602278503e-16f,-0.19375f,0.12265449964846552f,0.9316534201490776f,-0.34202014332566866f,1.3050585383817028f,-0.044642586970855935f,-0.3390941135865683f,-0.9396926207859084f,0.030777499032511722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12265449964846555f,0.8982991779853433f,-0.4219175992380989f,1.3056955122836402f,0.044642586970855706f,-0.4197033664281488f,-0.9065628073318631f,0.017908548444050765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.175581015019658e-17f,1.1099069304367545e-16f,-0.007812500000000009f,0f,0.90630778703665f,-0.4226182617406994f,1.1650374300431485f,-1.2246467991473532e-16f,-0.4226182617406994f,-0.90630778703665f,0.07642012577432908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676991e-17f,1.1507915602278503e-16f,0f,0f,0.9396926207859084f,-0.34202014332566866f,1.375f,-1.2246467991473532e-16f,-0.34202014332566866f,-0.9396926207859084f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7364160640053197f,0.20338670806338613f,-0.6452326926451044f,-1.0941571942183907f,-0.10271123718056198f,0.9762960071199334f,0.19051642511477415f,2.278125f,0.6686866100287571f,-0.07402670778046225f,0.7398501632786432f,-0.4534230915993396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1343039659650458f,0.20338670806338613f,-0.9698434366995523f,-1.0620928057816093f,0.10271123718056198f,0.9762960071199334f,0.19051642511477415f,2.278125f,0.9856027833173454f,-0.07402670778046225f,-0.15201052612331767f,-0.3653269084006607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,0.20338670806338613f,-0.9174181535933482f,-0.9405122769609977f,0f,0.9762960071199334f,0.21643961393810285f,2.2456590579092848f,0.9396926207859085f,-0.07402670778046225f,0.33391290028343745f,-0.45946193504251576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7250516652084651f,-0.2663545544583291f,0.6351026169822772f,1.0201636291640688f,0.09136765487057916f,0.9512339825883555f,0.2946283455686961f,2.2465910386899743f,-0.6826067934190833f,-0.15559293585635978f,0.7140299740835226f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13208700287595515f,-0.2663545544583291f,0.9547817944381599f,0.9885863708359313f,-0.19592332344648525f,0.9512339825883555f,0.23826028141253464f,2.252158961310026f,-0.9716825999270192f,-0.15559293585635978f,-0.17783071531843808f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8689087398048199f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.203970171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5411225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2.mcfunction new file mode 100644 index 000000000..d81fa19ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20.mcfunction new file mode 100644 index 000000000..b0817c46e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200.mcfunction new file mode 100644 index 000000000..8fd788435 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200_as_bone.mcfunction new file mode 100644 index 000000000..0f4a54134 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_200_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4261934977284483f,0.03356463095975478f,-0.6958282564591431f,-0.3371912591815431f,-0.2651728976399551f,0.762127648185653f,-0.12565518959708544f,1.4460289628431227f,0.6441947541665215f,0.29151210586180654f,0.4086297288313637f,-0.1623718518431157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3982981984873034f,-0.12939185143091614f,-0.6816276797967117f,-0.3371912591815431f,0.04571344809967763f,0.7891507689391761f,-0.12309079797265514f,1.4460289628431227f,0.6922924423569902f,0.022334114398978144f,0.40029034661031554f,-0.1623718518431157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4003663210561808f,0.02901060287690975f,-0.7112029515750774f,-0.3357494874706718f,-0.031609734804185705f,0.8144584336912385f,0.051016947177066896f,1.4294614220249526f,0.7110921726991464f,0.05253845405392914f,-0.39816086851431653f,-0.08671455580708463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3732167770918182f,-0.12383143417603865f,-0.6966886056245657f,-0.3357494874706718f,-0.33392653316312315f,0.7252554662767546f,0.04997578498977982f,1.4294614220249526f,0.6238608079907357f,0.3141182652212261f,-0.3900351365038203f,-0.08671455580708463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08326911883998613f,0.007165551604987886f,1.560263169698564f,0.0016019480123501723f,1.558056507910689f,0.08376064088838021f,0.08276667925631118f,1.46373334392926f,-0.08326116744774557f,1.5602368601940422f,-0.011608965805548281f,0.7218212784868632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004585953027191945f,-0.998568428607081f,0.05329223605759088f,0.0012140452961193005f,0.05360681016856064f,-0.05297067472403896f,-0.9971561650628411f,1.4534077655170714f,0.9985515905241871f,0.007429738115550444f,0.0532871471665545f,0.5289409590299224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.016160189589933295f,-0.998568428607081f,0.05098962307767153f,-0.00627684923611422f,-0.1663528893330054f,-0.05297067472403896f,-0.9846424852858224f,1.4996438760965032f,0.9859338540099827f,0.007429738115550444f,-0.166970759441754f,0.1882811984108224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9684905130192334f,-0.032830205095701157f,-0.24687710267482577f,0.2414700821439668f,0.19843508845914132f,0.4972922886140372f,-0.8445850432924005f,1.429277245906638f,0.1504979795876178f,-0.8669616815744438f,-0.4751081990680204f,-0.5400463236302888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7273724944688669f,-0.032830205095701157f,-0.6854570970699134f,0.008048280811573555f,0.5830181930586391f,0.4972922886140372f,-0.6424874833392886f,1.6194805104727705f,0.3619655243980811f,-0.8669616815744438f,-0.34257612559668377f,-0.3968740185705231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.047610102528867444f,-0.5759887107731883f,-0.8160700234655305f,0.25675028502491304f,-0.2904397009416337f,0.773713868864212f,-0.5630378577361448f,1.3207278824946282f,0.9557081449135634f,0.2638254236972124f,-0.13045339227809005f,0.0008834584998107589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017962429648404946f,-0.3071147471829896f,-0.9515029601550669f,0.19321937642713335f,-0.20124738712199103f,0.9310691375703791f,-0.3043185013115729f,1.493401355155877f,0.9793757401006506f,0.1969537842405643f,-0.0450817765357985f,0.03753053194156783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.024308089391563665f,-0.5405474865257964f,-0.8409622652656752f,0.20282774819192353f,-0.3256691705369855f,0.7910415883326477f,-0.5178733405862033f,1.3803177171603165f,0.9451712586361707f,0.286463994838454f,-0.15681094193107395f,-0.31853853389772263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.021496553414937017f,-0.048979501635524635f,-0.9985684286070807f,0.18740303895646843f,-0.27022954221766055f,0.9613376629114837f,-0.05297067472403895f,1.5602374622391944f,0.9625559166636045f,0.2709813762741306f,0.007429738115550453f,-0.267683089983101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669476465003232f,-0.03309650866088583f,-0.2528178594204654f,0.2539077716759234f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.220444133817037f,0.24737392384968834f,0.11852843190521219f,-0.9616429444597926f,-0.06461594906993902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669476465003232f,-0.03309650866088583f,-0.2528178594204654f,0.2706036976816275f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1086887203189093f,0.24737392384968834f,0.11852843190521219f,-0.9616429444597926f,-0.1788625512455594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669476465003232f,-0.03309650866088583f,-0.2528178594204654f,-0.31417397064301655f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1841406708381315f,0.24737392384968834f,0.11852843190521219f,-0.9616429444597926f,0.08071623119175286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669476465003232f,-0.03309650866088583f,-0.2528178594204654f,-0.36999911812483655f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.0677507727043984f,0.24737392384968834f,0.11852843190521219f,-0.9616429444597926f,-0.014977326695140875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515586636648871f,0.24244280247409777f,-0.18909679302621776f,0.161177745438327f,0.08019887101358275f,0.7894354308274824f,0.6085719691559692f,2.2849802307183142f,0.2968236019801008f,0.563926580400971f,-0.7706377626517049f,-0.0013586749962727213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977769807601989f,0.09060135876006278f,-0.18909679302621776f,0.049466343019225534f,-0.04428341947629236f,0.7922620381648441f,0.6085719691559692f,2.2878633723170045f,0.20495165796220483f,0.6034171498007971f,-0.7706377626517049f,0.028329549758324524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9156372247472644f,0.39497983041623325f,-0.07482918028076908f,0.014961699664509207f,0.0837734128402765f,0.3695269096101195f,0.9254360476959427f,2.324131001467328f,0.3931799689178236f,0.8410949985812292f,-0.3714414023818844f,-0.019831967012530843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9928782291922467f,0.09270067839329549f,-0.07482918028076908f,0.045220740419283714f,-0.034516844774352955f,0.37732838357554827f,0.9254360476959427f,2.328155727618887f,0.11402372307064998f,0.9214281714673621f,-0.3714414023818844f,-0.015900344318801662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9661526695706072f,0.24687975384809838f,-0.07482918028076908f,0.11668282154497171f,0.024935278691375302f,0.37808246918033145f,0.9254360476959427f,2.3972205716143704f,0.2567630249046247f,0.8922466215337583f,-0.3714414023818844f,0.057644627068201504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9661526695706072f,0.17547484705446886f,-0.18909679302621776f,0.07720098095771628f,0.024935278691375302f,0.7931067962350401f,0.6085719691559692f,2.2187715424614867f,0.2567630249046247f,0.5832582513921266f,-0.7706377626517049f,-0.07358847949502678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.949865481787213f,-0.18395297352095125f,-0.2528178594204654f,-0.22798248447612904f,-0.21627774790390586f,0.9705142752339403f,0.10642357506095021f,2.2985171890087033f,0.22578640851645734f,0.15576695766413162f,-0.9616429444597926f,0.04796666520399772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.966947646500323f,-0.03309650866088584f,-0.2528178594204654f,-0.11693813442830053f,-0.061793128474733464f,0.9923989278231569f,0.10642357506095021f,2.3156356150930573f,0.24737392384968837f,0.1185284319052122f,-0.9616429444597926f,0.020667353200764974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302183988189243f,-0.2660392084953096f,-0.2528178594204654f,-0.09519695883632286f,-0.3000406382823134f,0.9479713276520488f,0.10642357506095021f,2.3127290054673986f,0.21135123817451135f,0.1748527994994673f,-0.9616429444597926f,0.014629884413034266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9669009063694924f,0.034434970885830904f,-0.2528178594204654f,-0.1236733167705716f,0.007583646232913327f,0.9942919646567904f,0.10642357506095021f,2.320855525540926f,0.25503945885228874f,0.10098376997830721f,-0.9616429444597926f,0.023015725771842552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9603835679812195f,-0.11724560678215769f,-0.2528178594204654f,-0.19091619219334996f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.4245515683059033f,0.23610215786579675f,0.1396374535066231f,-0.9616429444597926f,0.01967342850638546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9603835679812195f,-0.11724560678215769f,-0.2528178594204654f,-0.16453593066736452f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.2033232603428035f,0.23610215786579675f,0.1396374535066231f,-0.9616429444597926f,-0.011744998532604689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669476465003232f,-0.03309650866088583f,-0.2528178594204654f,-0.018804956059230576f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,1.6991172141721222f,0.24737392384968834f,0.11852843190521219f,-0.9616429444597926f,-0.07336121835086848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018612279906127762f,-0.05014654949128158f,-0.9985684286070807f,1.8837449028551305e-17f,-0.21387554266661568f,0.9754236822367707f,-0.05297067472403895f,1.3333333333333333f,0.97668359015894f,0.21455526958286933f,0.007429738115550453f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.016693667062365185f,-0.367377570169799f,-0.9299220625494082f,0.22740927261957256f,-0.19881922248989353f,0.9102593789306322f,-0.36317871611278885f,0.7334143740778379f,0.9798939933730203f,0.19094916602319562f,-0.057846155849122435f,-0.3850472044217186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.016693667062365185f,-0.5306906345338089f,-0.8474011870997787f,0.025083468203557908f,-0.19881922248989353f,0.828832937311284f,-0.5229788511942555f,1.049406931427765f,0.9798939933730203f,0.17721007997868593f,-0.09167523823488334f,-0.3174858614298446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02807476854486408f,0.07175558307894728f,-0.997027052626032f,0.30945731124162457f,0.15705084298295371f,0.9853495492807584f,0.06649284510794778f,1.138659850191801f,0.9871913897970828f,-0.15471716785543294f,-0.03893273534312548f,-0.06337980829006708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02807476854486408f,-0.9883236728019446f,-0.14976022552876725f,-0.014575955276376737f,0.15705084298295371f,0.14359750446975328f,-0.9770950769645719f,1.072120260012998f,0.9871913897970828f,-0.050951687796716674f,0.15118559925194588f,-0.06200931439701335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07535789651254815f,-0.7108137258788703f,-0.6993318486494109f,0.0044897102432393966f,-0.02987396175194902f,0.7026205756404287f,-0.7109373200894407f,1.223356410429723f,0.9967089514208484f,-0.03268292809573606f,-0.07418283068636417f,-0.16833495961219125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0912544789488644f,-0.6582077457407245f,-0.7472852089521681f,0.005835064581091507f,-0.22894508335057173f,0.7164480910893327f,-0.6590040072594787f,1.185827289763791f,0.9691526035054391f,0.23122434175788084f,-0.08531432996433645f,-0.17328680257693987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008016876709759195f,-0.6382334940887726f,-0.769801102045884f,0.0044897102432393966f,-0.13052619222005157f,0.7625715506318171f,-0.6335988820314633f,1.223356410429723f,0.9914124483948921f,0.10555869073753608f,-0.0771927456269211f,-0.16833495961219125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.009261394702600678f,-0.055905684112005354f,-0.9983930994613952f,0.010908348387259134f,-0.04362734884345859f,0.9974626109430013f,-0.056258281200745316f,1.2472701923769154f,0.9990049454337319f,0.04407827418059418f,0.006798878157943095f,-0.16523845071372753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006711345444433938f,-0.05451165450192438f,-0.9984905795077831f,0.010908348387259134f,-0.21643165245998025f,0.9747658197319838f,-0.05467116695001138f,1.2472701923769154f,0.9762747039925636f,0.21647188317584465f,-0.005256057318530851f,-0.16523845071372753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008016876709759195f,0.014629266975269159f,-0.9998608474360755f,0.010908348387259134f,-0.13052619222005157f,0.9913535136568199f,0.013458235575720526f,1.2472701923769154f,0.9914124483948921f,0.1304001361504034f,0.00985706140802574f,-0.16523845071372753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.014836093495835092f,-0.36850786127705315f,-0.9295062380139227f,0.014461612184628839f,0.05090247199339906f,0.9281248122621367f,-0.3687726551797659f,1.2459639504451918f,0.9985934251109126f,-0.05278531083914775f,0.004988214597477118f,0.02998909101233657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02422057897128584f,-0.3343929524598418f,-0.9421224532402812f,0.0005080992835833267f,-0.2577923120317037f,0.9084380078000404f,-0.32906459828070617f,1.2876858798069735f,0.9658967270943847f,0.2508420605271051f,-0.06420103783329174f,-0.35526160102215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008016876709759195f,-0.21066543201744198f,-0.9775253477228738f,0.02791787862390313f,-0.13052619222005157f,0.9689726316092326f,-0.209892716254787f,1.1125452196571899f,0.9914124483948921f,0.12927534546533967f,-0.019729222550886702f,-0.17523328284327866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008016876709759195f,-0.12466683871153288f,-0.9921662708505532f,1.8837449028551305e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103832f,1.3333333333333333f,0.9914124483948921f,0.13050292879180653f,-0.008387058149673655f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3909155714996383f,0.025738852119774246f,-0.9200665885959927f,0.5344321212134345f,-0.12054495802131916f,0.9924307743215367f,-0.02345359834211328f,1.7860767653176932f,0.9124987282482916f,0.12007776509875243f,0.3910593321660272f,-0.5097229395014776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3909155714996383f,0.025738852119774246f,-0.9200665885959927f,0.5710804560415256f,-0.12054495802131916f,0.9924307743215367f,-0.02345359834211328f,1.7747756755031945f,0.9124987282482916f,0.12007776509875243f,0.3910593321660272f,-0.4241761837282003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3909155714996383f,0.025738852119774246f,-0.9200665885959927f,0.690766276916879f,-0.12054495802131916f,0.9924307743215367f,-0.02345359834211328f,1.7839442601617608f,0.9124987282482916f,0.12007776509875243f,0.3910593321660272f,-0.525608461439743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3006285523357869f,-0.732660876580931f,-0.6105984879183297f,-0.9410507191886878f,-0.03664995913266622f,0.6486156150018105f,-0.760233230312512f,2.480720812803411f,0.9530368586870409f,-0.20616940583773474f,-0.22184436454517506f,-0.5281105955941584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06467993304123064f,-0.732660876580931f,-0.677513502588283f,-0.929554452691965f,0.3679112502442118f,0.6486156150018105f,-0.6662875474744848f,2.464580569668898f,0.927608655740945f,-0.20616940583773474f,0.31150659365572425f,-0.6197424181679517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12262684263170884f,-0.732660876580931f,-0.6694555230886065f,-0.8348842574770354f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.583859059048323f,0.9774061074537954f,-0.20616940583773474f,0.046599111671094276f,-0.5809163736317192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2526369858998742e-7f,1.6491278776406603e-8f,-0.000015624489177043194f,0.6877107182348993f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245559f,0.00001549081950617019f,0.000002039405077662855f,1.2634459410724458e-7f,-0.13054045875797407f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201.mcfunction new file mode 100644 index 000000000..9afed8b43 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201_as_bone.mcfunction new file mode 100644 index 000000000..f5c1c59aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_201_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44374436593642025f,0.03674071699411348f,-0.6846060924786509f,-0.3349684748441967f,-0.2660487292578418f,0.7608152841129544f,-0.13161543057277295f,1.4397135462651438f,0.6318650613892307f,0.29454145314255387f,0.4253661023409139f,-0.14846924231619663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41537280102143914f,-0.1330967712083938f,-0.6706345395709233f,-0.3349684748441967f,0.04442882812232776f,0.7882913729656943f,-0.12892940137741024f,1.4397135462651438f,0.6822693862421797f,0.02969782486582409f,0.4166851614768136f,-0.14846924231619663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4186499599424285f,0.03231589615252049f,-0.7004515246185897f,-0.3334958406540859f,-0.03469679795180806f,0.8138448348874074f,0.0582851729295217f,1.4220646668297083f,0.7003376240760869f,0.059638175922745576f,-0.415830427843506f,-0.0702905747978913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39100299167713976f,-0.12769411454713658f,-0.686156595544741f,-0.3334958406540859f,-0.3364903800476746f,0.723542885740631f,0.057095679604429427f,1.4220646668297083f,0.6114661761985678f,0.3165120939302997f,-0.40734409258139365f,-0.0702905747978913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08276743496233854f,0.009427267692117585f,1.5602778369039327f,0.001956509754339282f,1.5601130470055857f,0.025091824502485607f,0.08260708750514535f,1.4410797091612868f,-0.02455773346018197f,1.5622700717119933f,-0.01074200913707699f,0.7349748438155272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006033451322955704f,-0.9985778156185169f,0.052971158375896346f,0.0012890191798830969f,0.01605876768157391f,-0.05286853600329282f,-0.9984723500835752f,1.4380067221795074f,0.9998528458956759f,0.006874885847728826f,0.01571694941449958f,0.5418435494088003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.016731273732675238f,-0.9985778156185169f,0.05062025912451517f,-0.006325613299363009f,-0.18832732223645574f,-0.05286853600329282f,-0.9806822816795021f,1.490602040893092f,0.981963789647321f,0.006874885847728826f,-0.1889440440078814f,0.2039229470446088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9659305543919918f,-0.03257084914450876f,-0.2567436540169684f,0.23915208602738874f,0.20615836355939898f,0.5028772978157083f,-0.8394123852291446f,1.4228070627722045f,0.15645092913271494f,-0.8637439221942906f,-0.47902979411090196f,-0.5259156595438311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7203501051946947f,-0.03257084914450876f,-0.6928454847453347f,0.008142675078573872f,0.5872653672736722f,0.5028772978157083f,-0.6342190565904576f,1.6142073208876244f,0.36907331838932894f,-0.8637439221942906f,-0.34311998269630406f,-0.3804442830760457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03786361479478184f,-0.5771513855547502f,-0.815758925680194f,0.25670300776099253f,-0.27134247862216837f,0.7797344101679758f,-0.564258370691279f,1.3130027929662325f,0.9617378052098453f,0.24271491044480686f,-0.12708212414780798f,0.014759989373486965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017915011438357647f,-0.30695350143038924f,-0.9515558839736042f,0.19320200196795956f,-0.21129767616109346f,0.9290514192011365f,-0.3036721135192953f,1.48530198335695f,0.9772575629863833f,0.20650183640824604f,-0.048214594739941365f,0.05317774248290846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.022224489885868608f,-0.5412569153018449f,-0.840563515558012f,0.20294435631723137f,-0.2955814989435212f,0.7996270926353082f,-0.5227122441706384f,1.3735590725484714f,0.9550589769912715f,0.260072036869663f,-0.1422142261057259f,-0.30016415030152643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.020313409464480205f,-0.04929210434216793f,-0.998577815618517f,0.18746097540545917f,-0.25807387565878664f,0.9646775588782615f,-0.05286853600329315f,1.5541056864881249f,0.9659116109139497f,0.25878078724317843f,0.00687488584772876f,-0.25159978465688215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670097791346188f,-0.031046278054182773f,-0.2528402967823724f,0.25500765735507114f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.2123610299265852f,0.24676393585710396f,0.1322496920853509f,-0.9600091556353205f,-0.04055244014074176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670097791346188f,-0.031046278054182773f,-0.2528402967823724f,0.27144753100604474f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.102162524084505f,0.24676393585710396f,0.1322496920853509f,-0.9600091556353205f,-0.1563381575868633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670097791346188f,-0.031046278054182773f,-0.2528402967823724f,-0.31311058788651747f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.1752059069128014f,0.24676393585710396f,0.1322496920853509f,-0.9600091556353205f,0.10442137217530682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670097791346188f,-0.031046278054182773f,-0.2528402967823724f,-0.36919644767064025f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.0602641938774724f,0.24676393585710396f,0.1322496920853509f,-0.9600091556353205f,0.007142949918468047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9508681435754018f,0.25064340115807743f,-0.18173513416337506f,0.16293521627903143f,0.07647512239012455f,0.758970692052255f,0.6466181595510109f,2.272936066792191f,0.3000022153066279f,0.6009503923466828f,-0.7408490377597069f,0.02582869682741845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9783706452287958f,0.09880901560692747f,-0.18173513416337506f,0.05123731807026526f,-0.04319558746209614f,0.7615898482534205f,0.6466181595510109f,2.275635414936777f,0.20229933706859837f,0.6404823818592685f,-0.7408490377597069f,0.055584934498509125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9148659982846292f,0.39910256778404946f,-0.06113383327460538f,0.016977779437299237f,0.07318139878820781f,0.3128127848045927f,0.946991364551017f,2.31586854996067f,0.39707012989404056f,0.8618963406645684f,-0.31538866481685085f,0.008333503123905114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9934187451494181f,0.09685995671539654f,-0.06113383327460538f,0.04728594320951228f,-0.027064820373253157f,0.32011693326652785f,0.946991364551017f,2.319217072179725f,0.11129551780695965f,0.9424135492559117f,-0.31538866481685085f,0.012513004613939976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9660358764001398f,0.25107237987673353f,-0.06113383327460538f,0.11962891523183036f,0.02334571368290468f,0.32040963331092115f,0.946991364551017f,2.3827245479588104f,0.2573512447229464f,0.9134004198294383f,-0.31538866481685085f,0.09009482884099049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9660358764001398f,0.18370363773870696f,-0.18173513416337506f,0.07829559674062136f,0.02334571368290468f,0.7624565124592348f,0.6466181595510109f,2.211171832655483f,0.2573512447229464f,0.6204136040498036f,-0.7408490377597069f,-0.049498232070215115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9502475761938459f,-0.18193770434058693f,-0.2528402967823724f,-0.2266945630001907f,-0.21744847372068793f,0.9686392289481065f,0.12022564376771241f,2.2898489668614452f,0.22303745249232088f,0.16922386321702604f,-0.9600091556353205f,0.073232692861753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670097791346189f,-0.03104627805418278f,-0.2528402967823724f,-0.11562239524557712f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.3071175517344487f,0.24676393585710396f,0.1322496920853509f,-0.9600091556353205f,0.04614191672346464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9307746815232337f,-0.2640649097444128f,-0.2528402967823724f,-0.093888688179485f,-0.30104348808218273f,0.9460013810053091f,0.12022564376771241f,2.3042505306099055f,0.20743989615943162f,0.18801891015991787f,-0.9600091556353205f,0.04005880140015193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.966819870794328f,0.03648454138729318f,-0.2528402967823724f,-0.12234634991239708f,0.006021132404027824f,0.99272833169262f,0.12022564376771241f,2.3123181654093976f,0.2553881034852885f,0.11471415646966418f,-0.9600091556353205f,0.04856411635241399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9606241535534146f,-0.11520859313778559f,-0.2528402967823724f,-0.18937878149903503f,-0.149349923225978f,0.9814481112178237f,0.12022564376771241f,2.4161869670353298f,0.23429860443925069f,0.15325333619265383f,-0.9600091556353205f,0.04667475253740794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9606241535534146f,-0.11520859313778559f,-0.2528402967823724f,-0.16345684804303331f,-0.149349923225978f,0.9814481112178237f,0.12022564376771241f,2.1953611420113197f,0.23429860443925069f,0.15325333619265383f,-0.9600091556353205f,0.012192751894060883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670097791346188f,-0.031046278054182773f,-0.2528402967823724f,-0.01876814887398818f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,1.6917602554437576f,0.24676393585710396f,0.1322496920853509f,-0.9600091556353205f,-0.056430421168215714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018371285000001257f,-0.050048396997301854f,-0.998577815618517f,1.705218613912758e-17f,-0.22017185001975964f,0.9740273478500205f,-0.05286853600329315f,1.3265f,0.9752880868473299f,0.22082998799586864f,0.00687488584772876f,-0.13924166666666646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015943330921200368f,-0.3424131662766986f,-0.9394141971247311f,0.2148338792471838f,-0.1989242763926794f,0.9196658393579136f,-0.33859101609427444f,0.7210378449447583f,0.9798851679971413f,0.19227055801258355f,-0.05345175451511178f,-0.3712823929845104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015943330921200368f,-0.5078740660238854f,-0.8612837762662798f,0.021206891575577504f,-0.1989242763926794f,0.8425626381227318f,-0.5005170657443275f,1.0422648507290497f,0.9798851679971413f,0.17931016117339413f,-0.087595226120979f,-0.3029203940371539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.023901558802626142f,0.08887700761256882f,-0.9957557898423888f,0.3074481522157844f,0.15373717302785403f,0.9845191520147931f,0.08418385204702866f,1.1263293824332956f,0.9878226546886887f,-0.15107255486655322f,-0.03719524230172462f,-0.04897530461719757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.023901558802626142f,-0.9857129974107203f,-0.1667291282961011f,-0.017704385948602092f,0.15373717302785403f,0.16116882371993355f,-0.9748792191292912f,1.065499937125343f,0.9878226546886887f,-0.04893359782711801f,0.14768854352144453f,-0.04737573161668178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0739398797190793f,-0.7019533732117553f,-0.7083744461961952f,0.003076287143996397f,-0.028829959427022753f,0.7115264881794556f,-0.7020675822586079f,1.2164738718993648f,0.9968458896070967f,-0.03148838604389022f,-0.07284747022228452f,-0.15375265707360578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0900988744725907f,-0.6487036705373227f,-0.7556889179088027f,0.0039393351924910894f,-0.22998908567549797f,0.7247135876389105f,-0.6495346306100142f,1.1789303154738418f,0.9690135258544746f,0.2323225424338842f,-0.08389888549995927f,-0.1587026211128244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008149215041127174f,-0.6283748548916537f,-0.7778680042488614f,0.003076287143996397f,-0.13052619222005157f,0.7705699631126333f,-0.6238468122008232f,1.2164738718993648f,0.9914113694318557f,0.10661601046976099f,-0.07573983676219673f,-0.15375265707360578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010503210293952948f,-0.04324222281486757f,-0.9990094057312725f,0.009801557793220839f,-0.043649261727941854f,0.9980923907431314f,-0.04366144169935448f,1.240305083224072f,0.9989917039315824f,0.044064608323345494f,0.00859568317142523f,-0.15067039305314545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005733199341207847f,-0.04182518130636846f,-0.9991084949263535f,0.009801557793220839f,-0.21640973957549697f,0.975395599532114f,-0.042074327448620545f,1.240305083224072f,0.9762857957802006f,0.21645802970108913f,-0.003459239185554597f,-0.15067039305314545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008149215041127174f,0.027364868925250876f,-0.9995922940093712f,0.009801557793220839f,-0.13052619222005157f,0.9911020915038734f,0.02606832102729327f,1.240305083224072f,0.9914113694318557f,0.13026053955573696f,0.01164853621278978f,-0.15067039305314545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01240086757618059f,-0.35686733956567784f,-0.9340727597112942f,0.013688409298767261f,0.05117692040157712f,0.9326937842592731f,-0.35701992608582384f,1.2389719972339497f,0.9986126082228126f,-0.052230324098474425f,0.006697159323149276f,0.04455061059942461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.022700754709028693f,-0.3224586038840741f,-0.9463113253664326f,-0.00042914231671309713f,-0.2579888856996732f,0.9126060739512334f,-0.31716224340667815f,1.2808313345049762f,0.9658811575919065f,0.2513376266468071f,-0.06247388926958795f,-0.3406791990527033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008149215041127174f,-0.19819583134387456f,-0.9801285643894497f,0.025092643678769157f,-0.13052619222005157f,0.9715643054074752f,-0.197549268798f,1.1053753873561791f,0.9914113694318557f,0.1295423208685129f,-0.017952260728154625f,-0.1606803345084532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008149215041127174f,-0.11201780335109522f,-0.9936727841833088f,1.705218613912758e-17f,-0.13052619222005157f,0.9850847631534626f,-0.1121201255235676f,1.3265f,0.9914113694318557f,0.13061401584547414f,-0.006593589763597595f,-0.13924166666666646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.13144413858430498f,0.02808988954110307f,-0.990925525222455f,0.5482363253302436f,-0.12924957869862863f,0.9905802671131461f,0.04522478095331103f,1.7872432686851674f,0.9828616305655933f,0.13402123903179147f,-0.12657536352041962f,-0.57653759008637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13144413858430498f,0.02808988954110307f,-0.990925525222455f,0.5359134373379649f,-0.12924957869862863f,0.9905802671131461f,0.04522478095331103f,1.775126120682171f,0.9828616305655933f,0.13402123903179147f,-0.12657536352041962f,-0.48439431222084556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.13144413858430498f,0.02808988954110307f,-0.990925525222455f,0.6907137101174725f,-0.12924957869862863f,0.9905802671131461f,0.04522478095331103f,1.7744009775406724f,0.9828616305655933f,0.13402123903179147f,-0.12657536352041962f,-0.5114796466255448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.28879516336243194f,-0.7326883905168653f,-0.6162508223282721f,-0.9410449866476328f,-0.022137193908068176f,0.6486156150018105f,-0.7607941433934015f,2.472995550489907f,0.9571349425573922f,-0.20607160497659135f,-0.20353671746893437f,-0.5066325542420127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05186504073428294f,-0.7326883905168653f,-0.6785851014806001f,-0.9295609517005599f,0.3551307630440597f,0.6486156150018105f,-0.6731863970072233f,2.456855307355394f,0.9333767506689755f,-0.20607160497659135f,0.29384066249073926f,-0.5982659105752456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12249637276877844f,-0.7326883905168653f,-0.6694492968554809f,-0.8348855746457742f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.576133796734819f,0.977422467554483f,-0.20607160497659135f,0.046688473332044136f,-0.5594525034084358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2733148501761212e-7f,1.676350802408071e-8f,-0.00001562447217277185f,0.6877138194966715f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4902592261912226f,0.000015490802647372746f,0.000002039402858160066f,1.284302233824414e-7f,-0.11605448005311896f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202.mcfunction new file mode 100644 index 000000000..821289fc2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202_as_bone.mcfunction new file mode 100644 index 000000000..cbfcb9863 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_202_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46546636281547327f,0.04063698355770288f,-0.6698015714367276f,-0.3322208552065346f,-0.2651353102698242f,0.7599764570710812f,-0.13814302874287732f,1.4346095099959497f,0.6164322969961119f,0.29619058848900376f,0.4463482978068577f,-0.1374377692826242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43649235529127894f,-0.13771355559258136f,-0.6561321516114883f,-0.3322208552065346f,0.04494104091849946f,0.7871897970158244f,-0.1353237832583288f,1.4346095099959497f,0.6689205682391848f,0.03697566875979938f,0.4372391488720239f,-0.1374377692826242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.44131684058315296f,0.03637877121692589f,-0.6861927394448989f,-0.3307088941733956f,-0.036376298851377824f,0.8131410887559736f,0.06650397809957977f,1.415732374471497f,0.68619287051384f,0.06650262570711551f,-0.43779126267489643f,-0.05588259501812727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4130401463528219f,-0.13251432604373836f,-0.6721888059868398f,-0.3307088941733956f,-0.3377465542721867f,0.7222763775128858f,0.0651467540567312f,1.415732374471497f,0.5960915219814021f,0.31742209734049265f,-0.42885674711010263f,-0.05588259501812727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08226715404460364f,0.011143163484509638f,1.5602929837927744f,0.0021578038744948353f,1.560134639064711f,-0.024311565867655247f,0.08243243145440468f,1.422082252431703f,0.024865103173401928f,1.5622711120905424f,-0.009846266884252533f,0.7457331212084177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007131624630085865f,-0.9985875096273756f,0.05265097858854609f,0.0012781998975200295f,-0.015559402155302049f,-0.052756756130818774f,-0.9984861690014151f,1.4251164568518069f,0.9998535117379471f,0.0063016108059211805f,-0.015913666030979906f,0.5526020631875606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017096053550213642f,-0.9985875096273756f,0.050306168301752156f,-0.006400110272007703f,-0.20674864940676452f,-0.052756756130818774f,-0.9769706856661727f,1.4829876198971599f,0.9782447142313047f,0.0063016108059211805f,-0.20735855125787245f,0.21707359917039454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9637112048956182f,-0.03224872018568413f,-0.2649919500758866f,0.23722664879644523f,0.21260766273583098f,0.507563733824423f,-0.8349712796571014f,1.4173827935561438f,0.16142705877467645f,-0.8610104971210258f,-0.48228853246035347f,-0.5139987536170878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.714410165108133f,-0.03224872018568413f,-0.698983645042254f,0.008254275658778168f,0.5907529607247614f,0.507563733824423f,-0.6272080958510811f,1.6097612873980425f,0.37500540714114877f,-0.8610104971210258f,-0.3435576639551293f,-0.3666098273986381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.029544191143006278f,-0.5779016530105668f,-0.8155714684914865f,0.2566455881591864f,-0.2554609297819422f,0.7844651407707297f,-0.5651142860258488f,1.3065166322223427f,0.9663678668729891f,0.22504249012845037f,-0.12445490553664501f,0.02640880657075654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01777929467323103f,-0.30681618920363574f,-0.9516027126503377f,0.19317003572944014f,-0.22002913763176568f,0.927220720921051f,-0.30306585635413946f,1.4784763557928264f,0.9753312643783876f,0.2147686213980181f,-0.05102317109755954f,0.06635902826352519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.020341063971423285f,-0.541801637018402f,-0.8402602140055723f,0.20305652219817708f,-0.27003513213890323f,0.8062219546693058f,-0.5263907172623096f,1.3678823870300658f,0.9626355844904321f,0.23760712517385388f,-0.129906064290244f,-0.28467139965454025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.019204954784516795f,-0.04953943205084889f,-0.9985875096273756f,0.18752670675347183f,-0.24781627261174144f,0.967369536274208f,-0.05275675613081899f,1.5489344453556622f,0.9686166758530166f,0.2484794256285679f,0.006301610805921134f,-0.23804212228164673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670899371857264f,-0.02931598145625239f,-0.25274023546986885f,0.25594027227689364f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.205464398963541f,0.2461398434036576f,0.14377652710269648f,-0.9585110785710882f,-0.020287430358898937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670899371857264f,-0.02931598145625239f,-0.25274023546986885f,0.2721762455280897f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.096592802995822f,0.2461398434036576f,0.14377652710269648f,-0.9585110785710882f,-0.13735015399041267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670899371857264f,-0.02931598145625239f,-0.25274023546986885f,-0.31222506581972065f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.167607187750554f,0.2461398434036576f,0.14377652710269648f,-0.9585110785710882f,0.12431972764074993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670899371857264f,-0.02931598145625239f,-0.25274023546986885f,-0.36852083785745404f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.053902756308837f,0.2461398434036576f,0.14377652710269648f,-0.9585110785710882f,0.025717492264510505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.950334994234294f,0.25725064965742095f,-0.17517277752133623f,0.1643806053114492f,0.07325409843012698f,0.7319162874615927f,0.6774454850477847f,2.2625903476731217f,0.30248510012378127f,0.6309680272401081f,-0.7144103252360176f,0.04854857883956174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9788776612251702f,0.10541832084510656f,-0.17517277752133623f,0.052690910957704326f,-0.042144713963041106f,0.7343646491174156f,0.6774454850477847f,2.2651363819419923f,0.2000558607972155f,0.6705188586138745f,-0.7144103252360176f,0.0783490907423596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9143510490045006f,0.4019002705807106f,-0.049379466294415864f,0.01869048651810211f,0.06412968561869857f,0.2641386405618269f,0.9623503322515126f,2.3087090744448964f,0.39981188402399526f,0.8767593461545202f,-0.26728918108274025f,0.032070096899753056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993793536990369f,0.09967985826961917f,-0.049379466294415864f,0.049032202436111075f,-0.02063237340907745f,0.2710279380117694f,0.9623503322515126f,2.3114762531700093f,0.10931015965444899f,0.9573963560994148f,-0.26728918108274025f,0.03642769050794059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9659649241404962f,0.2539161941246059f,-0.049379466294415864f,0.12205010385984463f,0.02201975583887704f,0.27091874864652565f,0.9623503322515126f,2.3701148572626374f,0.25773415699717056f,0.9285093418986565f,-0.26728918108274025f,0.11714661463972006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9659649241404962f,0.19033198193079992f,-0.17517277752133623f,0.07922540792541471f,0.02201975583887704f,0.7352433237651109f,0.6774454850477847f,2.204685109415488f,0.25773415699717056f,0.6505313147828671f,-0.7144103252360176f,-0.029222931186424807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9505974253889878f,-0.18024125004688335f,-0.25274023546986885f,-0.22561420707191138f,-0.21838566660251396f,0.9669171706984268f,0.13182900147966212f,2.2824558456944564f,0.22061784938305307f,0.1805111541985315f,-0.9585110785710882f,0.09445605096961784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670899371857264f,-0.029315981456252402f,-0.25274023546986885f,-0.11451536945012436f,-0.06443780631997799f,0.9891758607474932f,0.13182900147966212f,2.299846418947496f,0.24613984340365763f,0.14377652710269648f,-0.9585110785710882f,0.06755332125647394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931271055170571f,-0.2624054023379226f,-0.25274023546986885f,-0.09278734627137657f,-0.30182702739634154f,0.9442041939654596f,0.13182900147966212f,2.297012804756485f,0.2040457481413907f,0.19905236728536962f,-0.9585110785710882f,0.06143435366705965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9667791341952485f,0.03821621461266285f,-0.25274023546986885f,-0.1212300361934955f,0.004720580896139692f,0.9912612322112059f,0.13182900147966212f,2.305030110605133f,0.25556960265393236f,0.12625644718508694f,-0.9585110785710882f,0.07003678483059846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9608548118641036f,-0.11349186707528264f,-0.25274023546986885f,-0.18808274646295545f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.4090296730298757f,0.2326722569785419f,0.16468191488138845f,-0.9585110785710882f,0.06936546051280193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9608548118641036f,-0.11349186707528264f,-0.25274023546986885f,-0.1625470763710169f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.188575657835494f,0.2326722569785419f,0.16468191488138845f,-0.9585110785710882f,0.03231202966448958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670899371857264f,-0.02931598145625239f,-0.25274023546986885f,-0.01873826136803834f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,1.685558098696161f,0.2461398434036576f,0.14377652710269648f,-0.9585110785710882f,-0.04218744969575307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018058652723098607f,-0.049968696981435606f,-0.9985875096273756f,1.5549952732173524e-17f,-0.2254658866010742f,0.9728215965230956f,-0.05275675613081899f,1.32075f,0.9740836817445502f,0.22610013414465865f,0.006301610805921134f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01532743344561284f,-0.3212128291741151f,-0.9468829854622646f,0.20413794379817193f,-0.1990040602048463f,0.9270685853922169f,-0.3177124832310806f,0.7108401063270732f,0.9798787954670497f,0.19330327558744187f,-0.04971307515341696f,-0.35966748644300994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01532743344561284f,-0.48838980909324003f,-0.872490953625216f,0.017939329081374182f,-0.1990040602048463f,0.8536462348982393f,-0.481337189157503f,1.0362927333820269f,0.9798787954670497f,0.18100690599512625f,-0.08410734912072379f,-0.29065860353236805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.020440623996894454f,0.10328357982595952f,-0.9944418952502714f,0.3056835674602545f,0.150903974091198f,0.9835733341494913f,0.0990529502515466f,1.1159679213538127f,0.9883370738235518f,-0.14804052988417393f,-0.035690755350824305f,-0.03686605266463516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.020440623996894454f,-0.9832728264887397f,-0.18098820287372908f,-0.02033296234469693f,0.150903974091198f,0.17591787744256282f,-0.9727697009054024f,1.0599598585564194f,0.9883370738235518f,-0.04719585876904847f,0.14478390594590074f,-0.03505709699342463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07271959387705047f,-0.6944100474131774f,-0.7158956255753948f,0.0018863056609373617f,-0.027964073827482006f,0.7189334571264694f,-0.6945161587746926f,1.2106962627287636f,0.9969603157805872f,-0.030485574880783f,-0.07169908285926811f,-0.1414801030188394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08913244125142218f,-0.6406206689765815f,-0.7626667466177867f,0.002343316529595442f,-0.23085497127503873f,0.7315757529078557f,-0.6414849179792967f,1.173145266409573f,0.9688969966689766f,0.2332425266483394f,-0.08268333331776043f,-0.14642777332940596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008277236593686614f,-0.6199983021630228f,-0.7845594895668151f,0.0018863056609373617f,-0.13052619222005157f,0.7772037703570901f,-0.6155625171233688f,1.2106962627287636f,0.9914103088524481f,0.10750071933569905f,-0.07449291807548543f,-0.1414801030188394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.011564649213251408f,-0.03258023195096428f,-0.9994022150138531f,0.008868803824455094f,-0.043678531473431204f,0.9984986095560359f,-0.0330562036989614f,1.2344550052930947f,0.9989787008624854f,0.04403470450319975f,0.010124229472752953f,-0.13841039274614025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0049268292057117625f,-0.031140929175208915f,-0.9995028608683831f,0.008868803824455094f,-0.21638046983000764f,0.9758018183450184f,-0.03146908944822747f,1.2344550052930947f,0.9762966857621319f,0.21642794146010824f,-0.001930679988265814f,-0.13841039274614025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008277236593686614f,0.03808022167144f,-0.9992404035425241f,0.008868803824455094f,-0.13052619222005157f,0.9907662588373548f,0.03667606159289154f,1.2344550052930947f,0.9914103088524481f,0.13012346854770443f,0.013171273067107091f,-0.13841039274614025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.010332350788890717f,-0.3470283864740953f,-0.9377977082017003f,0.013039349697929099f,0.05138535187976981f,0.9364243797808288f,-0.3470863387750691f,1.233096327084623f,0.9986254493749734f,-0.051775283034241844f,0.008156710572075178f,0.05680457988824322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.021436265890074465f,-0.3123713186668412f,-0.949718192823023f,-0.001221331632194551f,-0.2581381747425962f,0.9159968648976826f,-0.30710653890494977f,1.275072382289222f,0.9658701616911307f,0.2517417382397193f,-0.060999409692174926f,-0.328407257134532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008277236593686614f,-0.18767595426284278f,-0.9821961227503923f,0.022711789962621715f,-0.13052619222005157f,0.9736233025348802f,-0.18713785802345662f,1.0993698312110043f,0.9914103088524481f,0.12975130424240297f,-0.016437717252985706f,-0.14843069915312687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008277236593686614f,-0.10135775799377243f,-0.9948156071598636f,1.5549952732173524e-17f,-0.13052619222005157f,0.9862285109360632f,-0.10156887988635793f,1.32075f,0.9914103088524481f,0.13069020281303081f,-0.005066595482431567f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6157975260301508f,0.022896641601077315f,-0.7875716797463821f,0.601392887733993f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.7874554304967665f,0.7812515751707161f,0.14736658861437205f,-0.606571566143219f,-0.6272092714710122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6157975260301508f,0.022896641601077315f,-0.7875716797463821f,0.5436618696686664f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.777876683623817f,0.7812515751707161f,0.14736658861437205f,-0.606571566143219f,-0.5539669362987576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6157975260301508f,0.022896641601077315f,-0.7875716797463821f,0.690663130663287f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.7663706543595126f,0.7812515751707161f,0.14736658861437205f,-0.606571566143219f,-0.49960236896340204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27873919832011007f,-0.7327149945738655f,-0.6208326634822646f,-0.9410448261251161f,-0.009918771395036774f,0.6486156150018105f,-0.7610515107072819f,2.466495024884642f,0.9603156133760793f,-0.20597699071120396f,-0.18806222907240364f,-0.4885437574609358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.041083883153375994f,-0.7327149945738655f,-0.6792943774768493f,-0.9295726239510532f,0.34427607357653545f,0.6486156150018105f,-0.6788017156272861f,2.450354781750129f,0.9379691357969961f,-0.20597699071120396f,0.27890388952073236f,-0.5801785959713858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12237015652333733f,-0.7327149945738655f,-0.6694432623599064f,-0.8348922356840986f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.569633271129554f,0.9774382774447992f,-0.20597699071120396f,0.04677491938315318f,-0.5413774146236338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2933182177635336e-7f,1.702685735438487e-8f,-0.000015624455458223326f,0.687716807940036f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4845092261912227f,0.0000154907860758195f,0.0000020394006764736924f,1.3044782096822085e-7f,-0.10387661853029918f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203.mcfunction new file mode 100644 index 000000000..ac7404312 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203_as_bone.mcfunction new file mode 100644 index 000000000..41e9ccd6c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_203_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.48912845802456484f,0.04486085422451021f,-0.6524456297295609f,-0.32923627451420584f,-0.2626280407857513f,0.7596349406083514f,-0.14465722810986154f,1.4309167150225757f,0.5989359800412674f,0.2964569196521444f,0.4693968800991466f,-0.12968414609695528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.45949055687624524f,-0.14276114170313803f,-0.6391304127963046f,-0.32923627451420584f,0.04708215660828728f,0.7859408070775767f,-0.14170503978108887f,1.4309167150225757f,0.6531858071564864f,0.04377561181598513f,0.4598173519338579f,-0.12968414609695528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46597042455767895f,0.04077746810414864f,-0.6694424590485697f,-0.32767465050710154f,-0.03659355036535166f,0.8123957803388082f,0.0749563379828673f,1.4107391977539496f,0.6696841941942777f,0.072764954663344f,-0.46170638490673543f,-0.04413682521515862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43700120763593914f,-0.1377753730102491f,-0.6557803680475786f,-0.32767465050710154f,-0.33766377586622687f,0.7215204130259486f,0.07342661679954349f,1.4107391977539496f,0.5788031781119495f,0.3169009942848889f,-0.45228380562292453f,-0.04413682521515862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08184274532731178f,0.012364968178475691f,1.5603060990072537f,0.00226449287646519f,1.5590904161273222f,-0.06224627817113524f,0.08227226260273618f,1.4075361517753515f,0.06280994648318616f,1.5612106707346658f,-0.009077566138142423f,0.7538053627091976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007913579634223766f,-0.9985959033646423f,0.052379357009479356f,0.001233854268652958f,-0.039837618029522154f,-0.05265424806575092f,-0.9978178663214865f,1.415259792533753f,0.9991748292701863f,0.005809642328410716f,-0.040198365749234716f,0.5608057025297811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017318290767498745f,-0.9985959033646423f,0.05006294626014397f,-0.006473307914204141f,-0.22084975617016847f,-0.05265424806575092f,-0.973885473431146f,1.4771355766738983f,0.9751540709059615f,0.005809642328410716f,-0.22145154334875705f,0.2271676598724863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9619643451967763f,-0.031949169360871235f,-0.2713002933048319f,0.23575794097747915f,0.21753073075048324f,0.5111541349576033f,-0.831505761552441f,1.413228346411501f,0.16524218513835434f,-0.8588950464945612f,-0.48476212657117423f,-0.504832394000364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7098239817047097f,-0.031949169360871235f,-0.7036541519624697f,0.008356464350010015f,0.5933786565136867f,0.5111541349576033f,-0.6217903346866663f,1.6063403942653292f,0.3795414140655591f,-0.8588950464945612f,-0.3438715081483506f,-0.3559779902148281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.023098835696961938f,-0.5783294944932375f,-0.8154762041829554f,0.2565927911899415f,-0.24339318327323053f,0.7878975992649706f,-0.565665211418043f,1.3015446699088198f,0.9696526193052686f,0.21154755699769304f,-0.12256193945405498f,0.03533387882180995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017629918344463702f,-0.3067075514699704f,-0.9516405118795979f,0.1931373720900746f,-0.22691416888363347f,0.925725627284293f,-0.3025591230634967f,1.4732272305054779f,0.9737551776185926f,0.22127480846313646f,-0.05327582191374305f,0.07648993152168715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.018828499346045385f,-0.5421789736710435f,-0.8400520508405357f,0.20314856056668668f,-0.2502815467994649f,0.810894476333015f,-0.5289700327847245f,1.3635282202593535f,0.9679899973367715f,0.22020923859279676f,-0.12042946605518709f,-0.272754821049119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.018297390958294545f,-0.04971345157473026f,-0.9985959033646424f,0.18758606400039576f,-0.23991875394776255f,0.9693639779075676f,-0.05265424806575125f,1.5449548770666115f,0.9706205216191711f,0.24054532019505936f,0.005809642328410642f,-0.22761626324799283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9671652524177968f,-0.0279833477731921f,-0.2526030616659748f,0.25666154184431467f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.2001080372665065f,0.24560564280265865f,0.1526170337054085f,-0.9572804757470273f,-0.004716542639786044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9671652524177968f,-0.0279833477731921f,-0.2526030616659748f,0.2727466202504459f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0922658435534833f,0.24560564280265865f,0.1526170337054085f,-0.9572804757470273f,-0.1227489280593456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9671652524177968f,-0.0279833477731921f,-0.2526030616659748f,-0.311548043951141f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.1617211148296684f,0.24560564280265865f,0.1526170337054085f,-0.9572804757470273f,0.13957677250677591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9671652524177968f,-0.0279833477731921f,-0.2526030616659748f,-0.3680003594763445f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0489784629332197f,0.24560564280265865f,0.1526170337054085f,-0.9572804757470273f,0.039964810297415734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9499518364141806f,0.26214061047437087f,-0.16992294969617874f,0.16547051449042194f,0.07072870116938354f,0.7102853748634886f,0.7003514382693345f,2.2545172115151506f,0.304284339597387f,0.6532817053883857f,-0.6932777611323071f,0.06589574748586964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9792641791181036f,0.11030801721859052f,-0.16992294969617874f,0.053785574410466414f,-0.041255199152231886f,0.7126049897783373f,0.7003514382693345f,2.256946424142366f,0.1983423203430287f,0.6928392814212536f,-0.6932777611323071f,0.09572381665483409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9140345307606472f,0.40363584295209465f,-0.040236586106625005f,0.020016553117817276f,0.0571056810738025f,0.2262494320774586f,0.9723940228496495f,2.303078421320708f,0.4015965858498562f,0.8865039767361338f,-0.22984969320136034f,0.05032165981319622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9940288316097512f,0.10142829519930621f,-0.040236586106625005f,0.0503791590778208f,-0.015604189376902378f,0.2328226226125055f,0.9723940228496495f,2.3053924970477206f,0.10799625550195341f,0.9672155537070304f,-0.22984969320136034f,0.054796348388639615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9659238060969125f,0.25567991308223365f,-0.040236586106625005f,0.12387369061317727f,0.021009406505645867f,0.23239722279871572f,0.9723940228496495f,2.3601806133777643f,0.25797249010996287f,0.9384131887829079f,-0.22984969320136034f,0.13775694550952633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9659238060969125f,0.19523675878738694f,-0.16992294969617874f,0.07994541988601528f,0.021009406505645867f,0.7134889401752175f,0.7003514382693345f,2.199645601838341f,0.25797249010996287f,0.672916146533757f,-0.6932777611323071f,-0.013649187460568767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9508802832028772f,-0.17893680519387867f,-0.2526030616659748f,-0.22478447614038743f,-0.2190749162300164f,0.9655052548216869f,0.14073302380934163f,2.2767159843899765f,0.21870726575682758f,0.18915925210974302f,-0.9572804757470273f,0.1107365654266802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9671652524177968f,-0.0279833477731921f,-0.2526030616659748f,-0.11366353387299646f,-0.06533944244568131f,0.9878891502948937f,0.14073302380934163f,2.294197445937219f,0.24560564280265865f,0.15261703370540847f,-0.9572804757470273f,0.08398445678494044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9316665264851183f,-0.26113057397426775f,-0.2526030616659748f,-0.0919395849746106f,-0.3023905976439867f,0.9427375787916763f,0.14073302380934163f,2.291389529309502f,0.20138870346587784f,0.20750103823807164f,-0.9572804757470273f,0.07783923315417546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9667613061366762f,0.039550855792057596f,-0.2526030616659748f,-0.12037113922173484f,0.00373138472681947f,0.9900405510773282f,0.14073302380934163f,2.299367722233482f,0.25565338590546544f,0.13511268270823473f,-0.9572804757470273f,0.08651453059925403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9610459871774354f,-0.11217086862071081f,-0.2526030616659748f,-0.18708433865809382f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.403458667119459f,0.23136958825288437f,0.1734422220372989f,-0.9572804757470273f,0.08677672319848807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9610459871774354f,-0.11217086862071081f,-0.2526030616659748f,-0.16184589321843393f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.1833107412269204f,0.23136958825288437f,0.1734422220372989f,-0.9572804757470273f,0.047752223240095884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9671652524177968f,-0.0279833477731921f,-0.2526030616659748f,-0.018714925255386657f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,1.6807870750124554f,0.24560564280265865f,0.1526170337054085f,-0.9572804757470273f,-0.03124969701716372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01776418588697226f,-0.04990646734769778f,-0.9985959033646424f,1.4396063303643558e-17f,-0.2295284689956274f,0.9718766444776588f,-0.05265424806575125f,1.3163333333333334f,0.9731398232629759f,0.2301415486949706f,0.005809642328410642f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014878007722522282f,-0.30481267080639707f,-0.9522961097274733f,0.1958507650195077f,-0.19905999067179037f,0.9324342037786071f,-0.301565209759849f,0.703142974183097f,0.9798743618443922f,0.19405074423878416f,-0.04680324412280285f,-0.35072809355962253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014878007722522282f,-0.4732507364383798f,-0.8808021261025315f,0.015423921752375419f,-0.19905999067179037f,0.8618646123750682f,-0.4664381095593715f,1.0317288576510917f,0.9798743618443922f,0.18227213280176605f,-0.08138245882215685f,-0.28123684292894924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.017799912886998344f,0.1143447944739316f,-0.9932816474081907f,0.3042835559899433f,0.14870059317785178f,0.9826934768725331f,0.11046114294505129f,1.108018630529413f,0.9887220522926401f,-0.14573537144045162f,-0.0344949970480258f,-0.027576143597252446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.017799912886998344f,-0.9812483024046115f,-0.1919242874919254f,-0.02234808564669566f,0.14870059317785178f,0.18722186967896554f,-0.9709974794521701f,1.0557234605107575f,0.9887220522926401f,-0.04582292594302947f,0.1425796716514993f,-0.025591452317947933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.071751315316665f,-0.6885624695902915f,-0.7216186487488023f,0.0009717509338043181f,-0.027306861893030054f,0.7245682884622389f,-0.6886618405636086f,1.2062669524979246f,0.9970486868974269f,-0.029707252088015803f,-0.07079120799573614f,-0.13205204534263726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08840772250546768f,-0.6343560719190481f,-0.7679690414468748f,0.0011167184347045033f,-0.23151218320949069f,0.7367884814831156f,-0.6352517946290116f,1.1687131634005055f,0.9688065769940721f,0.23395535380332777f,-0.0817233675259913f,-0.13699750122154788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008400067334920922f,-0.6135130240837933f,-0.7896399230968048f,0.0009717509338043181f,-0.13052619222005157f,0.782238866557123f,-0.609151269219692f,1.2062669524979246f,0.9914092757349523f,0.10818560406535824f,-0.07350865975999427f,-0.13205204534263726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.012404384647730356f,-0.02438696321603926f,-0.999625633558189f,0.008151361311811977f,-0.04370773346265254f,0.9987338217162629f,-0.024907577071762534f,1.2299681814697523f,0.9989673494549602f,0.04400033392063762f,0.011322779597056118f,-0.12899243915147487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004331820437593405f,-0.022926301786969396f,-0.9997277729552527f,0.008151361311811977f,-0.2163512678407863f,0.9760370305052455f,-0.0233204628210286f,1.2299681814697523f,0.9763059787973136f,0.2163933912319769f,-0.0007321173019207167f,-0.12899243915147487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008400067334920922f,0.04631114345218437f,-0.9988917443151285f,0.008151361311811977f,-0.13052619222005157f,0.9904312035868261f,0.04482124614605425f,1.2299681814697523f,0.9914092757349523f,0.13000503433983712f,0.014364506012906309f,-0.12899243915147487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.00871736527917894f,-0.33944517680189545f,-0.9405854450758417f,0.012544441321730094f,0.0515314676090706f,0.9392188577797834f,-0.3394295877452264f,1.2285879831838165f,0.9986333237923941f,-0.05142868009942523f,0.00930459427306251f,0.0662175014271697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020487816776580327f,-0.3045923712798487f,-0.9522624305945542f,-0.0018348350427317781f,-0.25824283013137167f,0.9185288348352902f,-0.2993583475733783f,1.270654361411749f,0.9658627697812295f,0.25204814408013976f,-0.0598401455236224f,-0.3189800736677664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008400067334920922f,-0.17957755921328736f,-0.9837079541692072f,0.020880708875859647f,-0.13052619222005157f,0.9751291025817751f,-0.1791260629908339f,1.0947740132335408f,0.9914092757349523f,0.1299043245048459f,-0.015248424890353315f,-0.13901938524750368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008400067334920922f,-0.09315841499213681f,-0.9956158639680877f,1.4396063303643558e-17f,-0.13052619222005157f,0.9870303070123561f,-0.09345633303114478f,1.3163333333333334f,0.9914092757349523f,0.13073898712796772f,-0.0038684921416675226f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9294772580748684f,0.011467469290529057f,-0.368701130822371f,0.67887908179553f,-0.04712743357368924f,0.9876343849460603f,0.14952366594280236f,1.7848400834446059f,0.36585657261607557f,0.15635478508919393f,-0.9174432677028753f,-0.6452623185999504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9294772580748684f,0.011467469290529057f,-0.368701130822371f,0.5917405888510111f,-0.04712743357368924f,0.9876343849460603f,0.14952366594280236f,1.7804218865470725f,0.36585657261607557f,0.15635478508919393f,-0.9174432677028753f,-0.6109632649171934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9294772580748684f,0.011467469290529057f,-0.368701130822371f,0.6906150049466262f,-0.04712743357368924f,0.9876343849460603f,0.14952366594280236f,1.7602024351044188f,0.36585657261607557f,0.15635478508919393f,-0.9174432677028753f,-0.4904963016031406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27094179419038716f,-0.73274050847465f,-0.6242450571700227f,-0.9410525151753695f,-0.0005317043525573106f,0.6486156150018105f,-0.7611159578318567f,2.46150186753567f,0.9625955856180596f,-0.20588620938793856f,-0.17612667978614302f,-0.4746262173904821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03281941165408335f,-0.73274050847465f,-0.6797162889463448f,-0.9295916661899417f,0.3358779910711226f,0.6486156150018105f,-0.6829961633053658f,2.445361624401157f,0.9413335547682907f,-0.20588620938793856f,0.26739859283690914f,-0.566262476546408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12224905584456291f,-0.73274050847465f,-0.6694374620421417f,-0.8349064713763343f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.564640113780582f,0.9774534309965436f,-0.20588620938793856f,0.046857859713721285f,-0.5274730259255033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3125105210813942e-7f,1.727952882100999e-8f,-0.000015624439176469796f,0.6877196644363613f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.480092559524556f,0.00001549076993335863f,0.000002039398551278401f,1.323836122628841e-7f,-0.09453960117630383f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204.mcfunction new file mode 100644 index 000000000..a8bafe565 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204_as_bone.mcfunction new file mode 100644 index 000000000..4af14a39a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_204_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5126489675161783f,0.04904703206104019f,-0.6338216383140011f,-0.3262839629989801f,-0.2588243836839033f,0.7597958978552195f,-0.1505475886803668f,1.4288221986750422f,0.5806422469642459f,0.29537946220553085f,0.4924936535549745f,-0.12558653445329224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.48234648982303346f,-0.1477897640188316f,-0.6208865028382051f,-0.3262839629989801f,0.050584899416565576f,0.7846605868823595f,-0.14747518891137973f,1.4288221986750422f,0.6362256138402589f,0.049658323015273786f,0.4824427626660975f,-0.12558653445329224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.490367812208518f,0.04511826321894409f,-0.6514968883412892f,-0.3246598739243235f,-0.03541839361923653f,0.8116788383723553f,0.08287004993591497f,1.4073746357764365f,0.6520961513363721f,0.07801442242979374f,-0.4854161140193856f,-0.03573136595126211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46070869903617817f,-0.14299278129000118f,-0.6382010334771813f,-0.3246598739243235f,-0.33633146721862817f,0.7213120979321034f,0.08117882442701875f,1.4073746357764365f,0.5609176755914873f,0.31505860070110414f,-0.4755096627128676f,-0.03573136595126211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0815521967855497f,0.01314825374671426f,1.5603149081588834f,0.002335605315188628f,1.5579355462876556f,-0.08656364791064441f,0.08215727888499466f,1.3982278801192902f,0.08713393605728945f,1.5600449058548964f,-0.008591792790228531f,0.7588965899167586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.008414882397896823f,-0.9986015412216854f,0.05219340594275157f,0.001208140222189365f,-0.055400734662815115f,-0.052580658486396335f,-0.9970787496240995f,1.4089575955743001f,0.9984287397471336f,0.005498747385745828f,-0.05576571907666791f,0.5660412355690154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017461853202158786f,-0.9986015412216854f,0.049900356235417255f,-0.006517832721626432f,-0.22987157369897218f,-0.052580658486396335f,-0.9717995338331334f,1.473380098552341f,0.9730643058338457f,0.005498747385745828f,-0.23046826351861013f,0.2336399206909433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9608198635366954f,-0.031757435598344555f,-0.27534824335292857f,0.23480954194181058f,0.2206748719950528f,0.5134527392446356f,-0.8292580330826751f,1.4105685579548588f,0.16771341837579262f,-0.8575300285391744f,-0.48632752281801733f,-0.4989529487536761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7068605103647494f,-0.031757435598344555f,-0.7066397131290482f,0.008422812921946986f,0.5950388640223729f,0.5134527392446356f,-0.6183001171479302f,1.6041430778892356f,0.3824617225159275f,-0.8575300285391744f,-0.34404255690793906f,-0.3491554778776214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.018968752709013405f,-0.5785290553920835f,-0.8154411802747077f,0.25655923913195045f,-0.23573050751386285f,0.7900071783644156f,-0.5659680078943958f,1.2983608497501815f,0.9716333229402545f,0.20296007045682188f,-0.12139149703435147f,0.041038727459768186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017541826850856125f,-0.30663003869463235f,-0.9516671181042577f,0.19311818738855532f,-0.23142918623391343f,0.9247202314608735f,-0.30221354252590527f,1.4698570585083084f,0.9726935879658317f,0.2255449243434152f,-0.054741858144201905f,0.08298626416075727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.017856122076263543f,-0.5423947444419324f,-0.8399339855644422f,0.2032057762150525f,-0.2375533309668453f,0.8137113177639788f,-0.5305113630162557f,1.3607377070817168f,0.9712103653951363f,0.20900199172395467f,-0.11431794961626096f,-0.26510857780810976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017717094727676595f,-0.04981030439663888f,-0.9986015412216852f,0.1876250845080472f,-0.23484379588151544f,0.9706099452865183f,-0.05258065848639632f,1.5423984427073991f,0.9718716458927957f,0.23544695302087926f,0.005498747385745827f,-0.220927906945534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672128994284875f,-0.027122793078832776f,-0.25251447735672855f,0.2571295260826947f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.196644928075186f,0.24526530400271546f,0.15828220496602244f,-0.9564474236692521f,0.005266791999389869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672128994284875f,-0.027122793078832776f,-0.25251447735672855f,0.2731171266939237f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.0894676692030423f,0.24526530400271546f,0.15828220496602244f,-0.9564474236692521f,-0.11338287849045714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672128994284875f,-0.027122793078832776f,-0.25251447735672855f,-0.3111080523315418f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.1579227597030988f,0.24526530400271546f,0.15828220496602244f,-0.9564474236692521f,0.1493601581009852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672128994284875f,-0.027122793078832776f,-0.25251447735672855f,-0.36766141917744927f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.0458022452940927f,0.24526530400271546f,0.15828220496602244f,-0.9564474236692521f,0.049105385411341865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9497097441996503f,0.2652079373394931f,-0.1664816859127962f,0.16616515477882865f,0.06908629639472529f,0.6960313842667633f,0.7146799253974844f,2.2492820168723644f,0.3054152671735576f,0.6672368860366049f,-0.6793500220721859f,0.07697019842736495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9795049030977121f,0.11337545176613645f,-0.1664816859127962f,0.05448339861641339f,-0.04064756780501242f,0.6982695607466958f,0.7146799253974844f,2.251636755918269f,0.19727625310482594f,0.7067995666887759f,-0.6793500220721859f,0.10681615576675213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9138566759937263f,0.40458274743019096f,-0.03433331069874307f,0.020876416126050096f,0.052572435554991956f,0.20174499883358354f,0.9780261215660111f,2.2994052134115903f,0.4026190690485416f,0.8919707147252516f,-0.20563591444835194f,0.06203715318130851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9941522912504983f,0.10238381501901794f,-0.03433331069874307f,0.051250285983724816f,-0.012343275757649135f,0.208116671792812f,0.9780261215660111f,2.3014260055984885f,0.10727937986843297f,0.9727306951793158f,-0.20563591444835194f,0.06657698289247682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9658962695127807f,0.25664298221022486f,-0.03433331069874307f,0.12503329675815775f,0.020365310667281186f,0.20748532395321728f,0.9780261215660111f,2.353696584469363f,0.2581271986109161f,0.943972573768047f,-0.20563591444835194f,0.15089482463912973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9658962695127807f,0.19831350129763559f,-0.1664816859127962f,0.08041275896618981f,0.020365310667281186f,0.699155103217642f,0.7146799253974844f,2.196386686245394f,0.2581271986109161f,0.6869162225830756f,-0.6793500220721859f,-0.0036613254420620432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9510619640130505f,-0.1780942989904437f,-0.25251447735672855f,-0.22424596916536738f,-0.21950276453751047f,0.9645588483232538f,0.14644031030323804f,2.273006030042292f,0.21748488905675611f,0.19470143499322456f,-0.9564474236692521f,0.12117658726733942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672128994284875f,-0.02712279307883278f,-0.25251447735672855f,-0.11311086653744298f,-0.06591007382482955f,0.987021325852029f,0.14644031030323804f,2.2905444743726955f,0.24526530400271546f,0.15828220496602244f,-0.9564474236692521f,0.09452077065351086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319209451988879f,-0.2603071082872501f,-0.25251447735672855f,-0.0913895706976375f,-0.3027343330981877f,0.9417574842186746f,0.14644031030323804f,2.287753052370963f,0.19968794521254257f,0.21291559429323856f,-0.9564474236692521f,0.08835867723910233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9667488078207012f,0.04041263790588302f,-0.25251447735672855f,-0.11981390526536674f,0.003101607004067808f,0.9892146458440069f,0.14644031030323804f,2.295705956419076f,0.25570905852403053f,0.14078779473095068f,-0.9564474236692521f,0.09708072668767219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9611684551604273f,-0.11131774130737855f,-0.25251447735672855f,-0.18643695768509222f,-0.15168384285754266f,0.9775209702785204f,0.14644031030323804f,2.399851386101853f,0.23053679233581456f,0.17905617313000935f,-0.9564474236692521f,0.09794263951286886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9611684551604273f,-0.11131774130737855f,-0.25251447735672855f,-0.1613904658909321f,-0.15168384285754266f,0.9775209702785204f,0.14644031030323804f,2.1799091677891864f,0.23053679233581456f,0.17905617313000935f,-0.9564474236692521f,0.05765500055861682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672128994284875f,-0.027122793078832776f,-0.25251447735672855f,-0.018697344592071563f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,1.6777232378211488f,0.24526530400271546f,0.15828220496602244f,-0.9564474236692521f,-0.024233810497145014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017577929217625972f,-0.04985958557885754f,-0.9986015412216852f,1.3655832349492283e-17f,-0.23213242943709012f,0.9712619675230629f,-0.05258065848639632f,1.3135000000000001f,0.972525347540132f,0.2327320608965023f,0.005498747385745827f,-0.11150833333333338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014628277534940223f,-0.2942358169301138f,-0.9556208963453183f,0.19049612179819161f,-0.19909341989155202f,0.9357288215916163f,-0.29115868971859893f,0.6982678593497196f,0.9798713301511821f,0.19451698249313298f,-0.04489231414751624f,-0.3449902930470236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014628277534940223f,-0.4634568871943897f,-0.8859987173853288f,0.013803183555330552f,-0.19909341989155202f,0.8670004991565188f,-0.4568062440665992f,1.0288117996531423f,0.9798713301511821f,0.18307880318167363f,-0.07958849271923102f,-0.27519149933401055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.016086082225218984f,0.12143366216499593f,-0.9924691953163288f,0.3033675760058008f,0.14727492302710243f,0.9820588840631952f,0.11777285459694412f,1.1029236876116697f,0.9889647794567836f,-0.14427132052403743f,-0.03368161320729627f,-0.021630301470912834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.016086082225218984f,-0.9798821686826314f,-0.1989275583132385f,-0.02363633239937253f,0.14727492302710243f,0.19446125218601992f,-0.9697911725962484f,1.053014468189129f,0.9889647794567836f,-0.0448971813822264f,0.14118395127608138f,-0.01951681398011265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07108779284427287f,-0.6847877571736034f,-0.7252670220916406f,0.00038444362217214013f,-0.02688888602601612f,0.7281579203303997f,-0.684881764152315f,1.2034294262171885f,0.9971075736934353f,-0.029185110677429644f,-0.07017631935301621f,-0.1260032372731311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08797831752892012f,-0.6303052534757582f,-0.7713462925856591f,0.0003290303465388663f,-0.2319301590765046f,0.7401056843875248f,-0.6312305262327077f,1.165875182329886f,0.9687456926126318f,0.23443306801331243f,-0.08107354479938474f,-0.13094705365542955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008518136178164578f,-0.6093264028763917f,-0.7928737453805416f,0.00038444362217214013f,-0.13052619222005157f,0.7854411040537113f,-0.6050166817596201f,1.2034294262171885f,0.9914082683236933f,0.1086444053810625f,-0.07284256090233904f,-0.1260032372731311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0129825117304113f,-0.019128290379049798f,-0.9997327457357515f,0.007690368265338549f,-0.043729539765072975f,0.9988495652266508f,-0.019679263158604986f,1.227092915731122f,0.9989590490811445f,0.043973339123899606f,0.012131104862702694f,-0.12295053697137528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0039889324662107754f,-0.017647098328209335f,-0.9998363207737428f,0.007690368265338549f,-0.21632946153836585f,0.9761527740156334f,-0.01809214890787105f,1.227092915731122f,0.9763122720156193f,0.21636622125964677f,0.0000762202131965456f,-0.12295053697137528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008518136178164578f,0.05159487476481965f,-0.9986317690991275f,0.007690368265338549f,-0.13052619222005157f,0.9901810043259057f,0.05004489800843692f,1.227092915731122f,0.9914082683236933f,0.12992131299422466f,0.01516897917700217f,-0.12295053697137528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.007641167108802801f,-0.3345703996960271f,-0.9423397795978138f,0.01223384033825966f,0.05161879988237908f,0.9409789397250478f,-0.33450580636608984f,1.2256980609148098f,0.9986376280032303f,-0.05119846326957284f,0.010079945184173619f,0.07225585698528791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.019917199330261485f,-0.29958116036837656f,-0.9538629008003069f,-0.0022363765515385006f,-0.2583053818707326f,0.9201198389105445f,-0.29437698914801214f,1.2678226856217754f,0.9658579786218331f,0.25225108601465107f,-0.059057215790921276f,-0.3129319471329883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008518136178164578f,-0.17437076789294448f,-0.9846432230307968f,0.019704452616452844f,-0.13052619222005157f,0.9760603819056711f,-0.1739800103997285f,1.0918336025081095f,0.9914082683236933f,0.13000371601835226f,-0.014445737116368632f,-0.13298144052705443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008518136178164578f,-0.08788992303244049f,-0.996093772084437f,1.3655832349492283e-17f,-0.13052619222005157f,0.9875095345014675f,-0.08824869638260459f,1.3135000000000001f,0.9914082683236933f,0.13076804157762198f,-0.0030601962958184525f,-0.11150833333333338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9888049791291885f,-0.003130303784109248f,0.14918081125783034f,0.7592966695899641f,0.02057443931391782f,0.9873698869140538f,0.15709041620113723f,1.7788445998488593f,-0.1477883814656723f,0.15840109726118626f,-0.9762518561775998f,-0.6241922234987775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9888049791291885f,-0.003130303784109248f,0.14918081125783034f,0.6665962027966027f,0.02057443931391782f,0.9873698869140538f,0.15709041620113723f,1.7807734535345392f,-0.1477883814656723f,0.15840109726118626f,-0.9762518561775998f,-0.6380473842611842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9888049791291885f,-0.003130303784109248f,0.14918081125783034f,0.6905693145046089f,0.02057443931391782f,0.9873698869140538f,0.15709041620113723f,1.7562454642615286f,-0.1477883814656723f,0.15840109726118626f,-0.9762518561775998f,-0.4846820254533409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2658794369844034f,-0.7327650226766927f,-0.6263892931160961f,-0.9410708983690036f,0.005490320143605482f,0.6486156150018105f,-0.7610963410505557f,2.4582987099910465f,0.9639906541941046f,-0.20579894440314525f,-0.16843043997144264f,-0.46566070850426017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02755277048914559f,-0.7327650226766927f,-0.6799237210011124f,-0.9296209626092405f,0.3304635597191272f,0.6486156150018105f,-0.6856322772985427f,2.4421584668565335f,0.9434164936739953f,-0.20579894440314525f,0.26002329500722776f,-0.5572983319056564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12213264810413904f,-0.7327650226766927f,-0.6694318768991334f,-0.834931148954252f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5614369562359585f,0.9774679829482257f,-0.20579894440314525f,0.04693758402046694f,-0.5185201578080283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3309587778382155e-7f,1.7522404728826895e-8f,-0.000015624423299842127f,0.6877224002444114f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4772592261912227f,0.00001549075419255771f,0.000002039396478962646f,1.3424435686659897e-7f,-0.08857705879794327f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205.mcfunction new file mode 100644 index 000000000..8eb5f8207 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205_as_bone.mcfunction new file mode 100644 index 000000000..00e9302cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_205_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5341402109058727f,0.052863813268000874f,-0.6155031249186639f,-0.3236074018254709f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5630821667187771f,0.2930436331901227f,0.513817425759836f,-0.12549531315868814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5032274094920852f,-0.1523919812423194f,-0.6029418366550178f,-0.3236074018254709f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6194576643286716f,0.05412714962310486f,0.50333135584637f,-0.12549531315868814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5124840214625452f,0.0490452427698084f,-0.6339551532653337f,-0.32190627274976946f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6349902640883157f,0.08179113879585673f,-0.5069931149157477f,-0.031384765586330965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.482196538787902f,-0.1477295494564682f,-0.6210172929946126f,-0.32190627274976946f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5440206314485065f,0.312064077897809f,-0.496646316652161f,-0.031384765586330965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08144000582014085f,0.013524910997972834f,1.5603175485248229f,0.002417189956839376f,1.5574375074151396f,-0.09514142136577765f,0.0821143741193712f,1.3949471802395288f,0.09571930812815117f,1.5595420599403518f,-0.008522166888274584f,0.760677122102051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00865594303870305f,-0.9986032310558866f,0.05212160372488978f,0.00124316351674939f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981069183618241f,0.0054541868084953034f,-0.0612603572020336f,0.5678839655274477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017575261318051816f,-0.9986032310558866f,0.04982667071304191f,-0.00651086307175227f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9723056821464892f,0.0054541868084953034f,-0.23364912221514633f,0.23592406678822897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9604006052210989f,-0.031744993486257186f,-0.27680847689242594f,0.2344487151594583f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.16865184556618568f,-0.8570447642727472f,-0.48685811795613587f,-0.4968930971567158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7057858835117921f,-0.031744993486257186f,-0.7077136016949491f,0.008431108643367487f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.38353972705777656f,-0.8570447642727472f,-0.3440516673424466f,-0.3467477024339362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.017575261318051816f,-0.5785725127929158f,-0.8154415721742998f,0.2565572340527722f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9723056821464892f,0.1999882034339988f,-0.1209395673586269f,0.04303003237048014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017575261318051816f,-0.306586402777905f,-0.9516805597580034f,0.19312428003342752f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9723056821464892f,0.22709936885896623f,-0.05520450280103563f,0.08526613588902984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.017575261318051816f,-0.5424527781514398f,-0.8399024310390982f,0.203215781824331f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9723056821464892f,0.20507316881449938f,-0.1121010967744303f,-0.2624226888646411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017575261318051816f,-0.04982667071304213f,-0.9986032310558866f,0.18763201087153633f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9723056821464892f,0.23364912221514633f,0.005454186808495251f,-0.21857938978174807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672138124784647f,-0.026807661430504195f,-0.2525446301933605f,0.25730331714247495f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.24520789337914944f,0.16028216742153845f,-0.9561290267695118f,0.008772653641483927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672138124784647f,-0.026807661430504195f,-0.2525446301933605f,0.2732487337086028f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.24520789337914944f,0.16028216742153845f,-0.9561290267695118f,-0.11009500954756819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672138124784647f,-0.026807661430504195f,-0.2525446301933605f,-0.31093479768862314f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.24520789337914944f,0.16028216742153845f,-0.9561290267695118f,0.15283229100173423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672138124784647f,-0.026807661430504195f,-0.2525446301933605f,-0.3675304170583801f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.24520789337914944f,0.16028216742153845f,-0.9561290267695118f,0.05235521981611829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9496053209456399f,0.2663205642072083f,-0.16529697974277344f,0.1664217281903227f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.30587109947626756f,0.6720766642757074f,-0.6743558614271974f,0.08085787156273413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9795758186560795f,0.11449071574669047f,-0.16529697974277344f,0.054743042560473354f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.19696936523573189f,0.7116510671090263f,-0.6743558614271974f,0.11071737044591909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9137726963205547f,0.4049432165039153f,-0.03225602062448442f,0.021192931672078405f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.40301578313154107f,0.8937268099680137f,-0.19705498646638953f,0.06617180340689391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9941838129048196f,0.10275259262669845f,-0.03225602062448442f,0.05157066924865966f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.10711401410842117f,0.9745234323967343f,-0.19705498646638953f,0.07073079591092533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9658697135554537f,0.2570121506267344f,-0.03225602062448442f,0.12545768682928587f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.2582443146653834f,0.9457691083196458f,-0.19705498646638953f,0.1555076148147074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9658697135554537f,0.19943070206019808f,-0.16529697974277344f,0.08058577886574139f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.2582443146653834f,0.6917760086196899f,-0.6743558614271974f,-0.00014198712472257222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9511121632726909f,-0.17778318996812176f,-0.2525446301933605f,-0.2240396366994281f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.21711532219640448f,0.19666779359198058f,-0.9561290267695118f,0.12487488219523392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672138124784647f,-0.026807661430504198f,-0.2525446301933605f,-0.1129012531995927f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.24520789337914944f,0.16028216742153845f,-0.9561290267695118f,0.0982458328119281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319980683731056f,-0.2600015582824438f,-0.2525446301933605f,-0.09118129823491375f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19914840522148702f,0.2148422604296576f,-0.9561290267695118f,0.09207638254110258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9667277361739818f,0.04072706560050149f,-0.2525446301933605f,-0.11960250769132083f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.2557912980783755f,0.14278689014109824f,-0.9561290267695118f,0.10081676289582031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961196830268847f,-0.11100388840766162f,-0.2525446301933605f,-0.1861935491455986f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.230305291963726f,0.18104352145903846f,-0.9561290267695118f,0.10189477854834837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961196830268847f,-0.11100388840766162f,-0.2525446301933605f,-0.1612176742538748f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.230305291963726f,0.18104352145903846f,-0.9561290267695118f,0.061159986220064785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672138124784647f,-0.026807661430504195f,-0.2525446301933605f,-0.018685001517390783f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.24520789337914944f,0.16028216742153845f,-0.9561290267695118f,-0.021756579169320125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017575261318051816f,-0.04982667071304213f,-0.9986032310558866f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9723056821464892f,0.23364912221514633f,0.005454186808495251f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014610414879434153f,-0.2904801185792586f,-0.9567694792828786f,0.18858416622892835f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9798692922877847f,0.19469751897030244f,-0.04414800265294657f,-0.34297662544941887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014610414879434153f,-0.45997339097477913f,-0.8878124888579872f,0.013219310919793809f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9798692922877847f,0.18339195655518759f,-0.07888954494922662f,-0.2730584420127536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.015413851185127107f,0.12392498506057904f,-0.9921718657921005f,0.3030467376420674f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.989050618893588f,-0.14376548035127662f,-0.033322063645241665f,-0.019553812864605478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.015413851185127107f,-0.979390288784544f,-0.20138787308616735f,-0.024084241375183134f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.989050618893588f,-0.04449905242894038f,0.14070788037326573f,-0.017370809632886106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07078151874202486f,-0.6834530108428143f,-0.726554855860495f,0.00017611546789365537f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9971333108483135f,-0.028952654004117614f,-0.06990639615084349f,-0.12386824686812026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08789574927776146f,-0.6288544902844598f,-0.7725389098990247f,0.00004962500242986986f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9687180206575882f,0.23464587497698142f,-0.0807880548690934f,-0.12881143131773515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008630954278194564f,-0.6078368843866808f,-0.7940150052784524f,0.00017611546789365537f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914072925759534f,0.1088489969232404f,-0.07254981802887273f,-0.12386824686812026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.01325821537360789f,-0.017269005233281384f,-0.9997629725006622f,0.007526791771071036f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9989550659324137f,0.043963887289594744f,0.012488108838218583f,-0.12081853889900555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.003938006409211497f,-0.015768195595980666f,-0.9998679193339327f,0.007526791771071036f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763143110948999f,0.21635659975562005f,0.00043323605317516743f,-0.12081853889900555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008630954278194564f,0.053468702523602904f,-0.9985322250577044f,0.007526791771071036f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914072925759534f,0.12988676433557278f,0.01552445418214514f,-0.12081853889900555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.00718955874810338f,-0.332851326257687f,-0.942951910148925f,0.012137332740702281f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9986394495314295f,-0.05109442291394778f,0.010421601923630223f,0.07438624431555495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.019785040633709672f,-0.29779237456252616f,-0.9544256146078303f,-0.0023925482624419124f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9658550193757024f,0.25234296341801676f,-0.05871209722174134f,-0.3107970588688962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008630954278194564f,-0.1725225736811507f,-0.9849677498267035f,0.019287629745711927f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914072925759534f,0.1300500173167832f,-0.014091601155388041f,-0.1308515245009967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008630954278194564f,-0.08602047738366891f,-0.9962559832186372f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914072925759534f,0.1307833017029207f,-0.0027033725050310334f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7805481976268455f,-0.01691677130925137f,0.6248666529988247f,0.8208445846115269f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.770447899782348f,-0.6196318354620692f,0.15281870895764413f,-0.7698719573243502f,-0.5691150334417601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7805481976268455f,-0.01691677130925137f,0.6248666529988247f,0.7476681910840102f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.778179234220708f,-0.6196318354620692f,0.15281870895764413f,-0.7698719573243502f,-0.627205518016329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7805481976268455f,-0.01691677130925137f,0.6248666529988247f,0.6905263898979448f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.7548488863169789f,-0.6196318354620692f,0.15281870895764413f,-0.7698719573243502f,-0.48267948213039197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2640194407268602f,-0.7327884369998143f,-0.6271481814672233f,-0.9411025623951591f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.96448729196828f,-0.2057155574456927f,-0.1656664512099594f,-0.46242887561435764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02576139924570399f,-0.7327884369998143f,-0.6799687175953557f,-0.9296630546915726f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9441360108478466f,-0.2057155574456927f,0.25746514802031556f,-0.5540678013776946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12202141550492242f,-0.7327884369998143f,-0.6694265312620529f,-0.8349688288540579f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9774818748089283f,-0.2057155574456927f,0.04701376229180824f,-0.5153004028397974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3485866059679007e-7f,1.7754479488858337e-8f,-0.000015624407922226052f,0.6877250052756578f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015490738946499272f,0.0000020393944717809744f,1.3602235066297197e-7f,-0.086521985574144f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206.mcfunction new file mode 100644 index 000000000..8d7340ad2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206_as_bone.mcfunction new file mode 100644 index 000000000..03c34be2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_206_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6019104374613736f,0.06467774698353952f,-0.5481469317296551f,-0.31540737862400997f,-0.2253811787546277f,0.769144001833903f,-0.15673312716381266f,1.4509765836948174f,0.5038368723929171f,0.2667934368242716f,0.5847342238395672f,-0.17953971927292017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5689898799563556f,-0.16710534419956447f,-0.5369602596535398f,-0.31540737862400997f,0.08435618795769866f,0.7805838797627533f,-0.15353449191557159f,1.4509765836948174f,0.5559986960960406f,0.052579564418815644f,0.5728008723326373f,-0.17953971927292017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5805811083749396f,0.060916810785191365f,-0.5711034610351544f,-0.3132286816127595f,-0.010701690195882914f,0.8107717813129388f,0.0973603456138066f,1.426861758568084f,0.5742434108194209f,0.07669879552411321f,-0.5755920815474029f,-0.06941856724771928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5482764315725737f,-0.16251328324794995f,-0.5594482883609676f,-0.3132286816127595f,-0.3136222047407474f,0.7297568275165448f,0.09537339978495342f,1.426861758568084f,0.4909522046753609f,0.28468299116905355f,-0.5638453043729662f,-0.06941856724771928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08332968260840365f,0.008300871518369926f,1.560254309248469f,0.0022391162362865886f,1.558056507910689f,0.08376064088837261f,0.08276667925631082f,1.4637333439292644f,-0.08320055380543255f,1.560231233045283f,-0.012744303686932053f,0.7218198809924479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005312557771756073f,-0.9985627579190202f,0.05333099686937814f,0.0017108623472059806f,0.05360681016856286f,-0.05297067472403873f,-0.9971561650628407f,1.4534077655170723f,0.9985479891489809f,0.008156354359636058f,0.05324835443548126f,0.5289398948607673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.016877609849288565f,-0.9985627579190202f,0.05086811165096523f,-0.006027914651985784f,-0.16635288933300407f,-0.05297067472403873f,-0.9846424852858223f,1.4996438760965036f,0.9859218338673388f,0.008156354359636058f,-0.167007818341608f,0.18828567525309461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9683807452706835f,-0.03346104966169143f,-0.24722275450397618f,0.24118897640064577f,0.19843508845914093f,0.497292288614037f,-0.8445850432924007f,1.4292772459066385f,0.15120267146187738f,-0.8669375628270766f,-0.47492843071587154f,-0.5402219294766455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.727108914100749f,-0.03346104966169143f,-0.6857061945110073f,0.007871417611745033f,0.5830181930586389f,0.497292288614037f,-0.642487483339289f,1.619480510472771f,0.36249470837223197f,-0.8669375628270766f,-0.342077255253224f,-0.39687981063443734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04892739890854548f,-0.5755306640769982f,-0.8163152358881546f,0.2568186992200646f,-0.30275760270475066f,0.7702963072042036f,-0.5612320670738973f,1.3212095474363763f,0.9518108759835203f,0.27460526909485283f,-0.13655768943866556f,-0.0015729831691193505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01932296847016118f,-0.306734090412381f,-0.9515990861010692f,0.19335856297961154f,-0.2138755426666153f,0.9284771067959664f,-0.3036239687588124f,1.4934013551558774f,0.9766697881774381f,0.20939068731603314f,-0.04766198618141369f,0.03738988328900303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.024995846187400653f,-0.5403388950546391f,-0.8410761476611421f,0.20270783501688505f,-0.32566917053698735f,0.7910415883326471f,-0.5178733405862029f,1.3803177171603167f,0.9451533203851777f,0.286857253733097f,-0.15619896589151663f,-0.3186860799098747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02219696107377657f,-0.04878230638509355f,-0.9985627579190203f,0.18732013533268616f,-0.27022954221766127f,0.9613376629114836f,-0.05297067472403895f,1.5602374622391946f,0.9625400196521298f,0.2710169449529634f,0.008156354359636015f,-0.26781942551644633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9667673864195323f,-0.0330102515108907f,-0.25351754150498995f,0.25397261426248885f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.220444133817038f,0.2480774673944647f,0.1185524835279134f,-0.9614587244497353f,-0.06480073119189869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9667673864195323f,-0.0330102515108907f,-0.25351754150498995f,0.27058540317598984f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.1086887203189097f,0.2480774673944647f,0.1185524835279134f,-0.9614587244497353f,-0.17905945207734297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9667673864195323f,-0.0330102515108907f,-0.25351754150498995f,-0.3140032252589864f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.184140670838132f,0.2480774673944647f,0.1185524835279134f,-0.9614587244497353f,0.08094478090234934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9667673864195323f,-0.0330102515108907f,-0.25351754150498995f,-0.3698979903269503f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.067750772704399f,0.2480774673944647f,0.1185524835279134f,-0.9614587244497353f,-0.014708129928510116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951342425109997f,0.24285308505240993f,-0.18965750516748936f,0.16128864235690138f,0.08019887101358297f,0.7894354308274839f,0.608571969155967f,2.284980230718315f,0.29751593448750946f,0.5637500151971186f,-0.7704999604745432f,-0.0014759979428711212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9776204136381906f,0.09104041724166632f,-0.18965750516748936f,0.04959887244367885f,-0.04428341947629238f,0.7922620381648456f,0.608571969155967f,2.2878633723170054f,0.20566308759079668f,0.6033510630730238f,-0.7704999604745432f,0.028293506860758225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9153508810372599f,0.3955917569569279f,-0.07509944348690556f,0.015059193019006156f,0.08377341284027712f,0.3695269096101227f,0.9254360476959413f,2.3241310014673284f,0.39384613732446916f,0.8408073649188162f,-0.3713868538503652f,-0.019842889513985065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9927949958413305f,0.09337114018994086f,-0.07509944348690556f,0.045321086647074155f,-0.034516844774353336f,0.37732838357555143f,0.9254360476959413f,2.3281557276188876f,0.11474617056458006f,0.9213604729571875f,-0.3713868538503652f,-0.015933286151948542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9659655776278705f,0.2475289405827354f,-0.07509944348690556f,0.11683666458069501f,0.02493527869137542f,0.37808246918033467f,0.9254360476959413f,2.3972205716143713f,0.2574659874908484f,0.8920667408173506f,-0.3713868538503652f,0.0575596656730373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9659655776278705f,0.17589921424411764f,-0.18965750516748936f,0.0772593413757686f,0.02493527869137542f,0.7931067962350417f,0.608571969155967f,2.218771542461487f,0.2574659874908484f,0.583130410966612f,-0.7704999604745432f,-0.07364467679445019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9497009345982564f,-0.18383957945030147f,-0.25351754150498995f,-0.2278355924570008f,-0.2162777479039058f,0.9705142752339404f,0.10642357506094938f,2.2985171890087037f,0.22647752777000332f,0.15590077162950558f,-0.9614587244497353f,0.04813250549595198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9667673864195323f,-0.033010251510890695f,-0.25351754150498995f,-0.11681113642241947f,-0.06179312847473338f,0.9923989278231569f,0.10642357506094938f,2.3156356150930573f,0.24807746739446473f,0.11855248352791341f,-0.9614587244497353f,0.020752398198502803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9300643607261505f,-0.26591190469086273f,-0.25351754150498995f,-0.09507435981028228f,-0.3000406382823133f,0.947971327652049f,0.10642357506094938f,2.3127290054673986f,0.2120280648551008f,0.17504633927417354f,-0.9614587244497353f,0.014699110827323888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9667150683985797f,0.03450844361015111f,-0.25351754150498995f,-0.12354460816501858f,0.007583646232913438f,0.9942919646567905f,0.10642357506094938f,2.320855525540926f,0.2557429663567375f,0.10095868629565533f,-0.9614587244497353f,0.023105671070026364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9602115116504332f,-0.11714396716543095f,-0.25351754150498995f,-0.19078989784133638f,-0.1480512526214383f,0.9832369242804448f,0.10642357506094938f,2.4245515683059033f,0.23680092797793884f,0.13972273146583886f,-0.9614587244497353f,0.01981230463397967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9602115116504332f,-0.11714396716543095f,-0.25351754150498995f,-0.16443250522911446f,-0.1480512526214383f,0.9832369242804448f,0.10642357506094938f,2.2033232603428035f,0.23680092797793884f,0.13972273146583886f,-0.9614587244497353f,-0.011625309945834023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9667673864195323f,-0.0330102515108907f,-0.25351754150498995f,-0.0187464048553105f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,1.6991172141721227f,0.2480774673944647f,0.1185524835279134f,-0.9614587244497353f,-0.07334755603914352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01932296847016118f,-0.04999041294749472f,-0.9985627579190203f,1.8837449028551416e-17f,-0.2138755426666153f,0.9754236822367708f,-0.05297067472403895f,1.3333333333333337f,0.9766697881774381f,0.21459170241413827f,0.008156354359636015f,-0.15381944444444537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01740669221604881f,-0.36723852685599234f,-0.929963908686104f,0.22724095724362492f,-0.1988192224898935f,0.9102593789306317f,-0.3631787161127902f,0.7334143740778387f,0.9798815866392274f,0.19121644139942862f,-0.05716947353202503f,-0.3852126198158731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01740669221604881f,-0.5305615453658552f,-0.8474676711504052f,0.02496436807289263f,-0.1988192224898935f,0.8288329373112833f,-0.5229788511942567f,1.0494069314277654f,0.9798815866392274f,0.17759619536168553f,-0.0910585940943745f,-0.3175040703342305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02735642151617152f,0.0716429826018947f,-0.9970551184592223f,0.3095230386118412f,0.15705084298295385f,0.9853495492807585f,0.06649284510794655f,1.1386598501918017f,0.9872115573270872f,-0.15476934055590733f,-0.03820722842233469f,-0.06360501191214729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02735642151617152f,-0.9883604866491457f,-0.14965017418129986f,-0.014509144866672501f,0.15705084298295385f,0.14359750446975206f,-0.977095076964572f,1.0721202600129984f,0.9872115573270872f,-0.050232510794537895f,0.151294533738346f,-0.06199873236496377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07463261141788985f,-0.7108373197512992f,-0.6993856433769108f,0.004479146696179273f,-0.02987396175194909f,0.7026205756404281f,-0.7109373200894411f,1.2233564104297234f,0.996763522467686f,-0.03216568879260706f,-0.07367393529809446f,-0.1683382227514326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09195966828421803f,-0.6580393188005488f,-0.7473470909300218f,0.005820897420259214f,-0.22894508335057165f,0.7164480910893322f,-0.6590040072594793f,1.1858272897637914f,0.9690859447018393f,0.2317032319303332f,-0.08477053789130884f,-0.17329104336562196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008738285678498891f,-0.6381565142927528f,-0.7698570683114656f,0.004479146696179273f,-0.13052619222005157f,0.7625715506318166f,-0.6335988820314639f,1.2233564104297234f,0.9914063523641227f,0.1060230797171562f,-0.07663257179133724f,-0.1683382227514326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.009988328097559113f,-0.055873595318340595f,-0.998387887871251f,0.010900036346280529f,-0.04362734884345859f,0.9974626109430011f,-0.05625828120074608f,1.2472701923769158f,0.9989979418070423f,0.044118942836080706f,0.007525366989055172f,-0.16524638525839508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0074217396291041396f,-0.054354122159629654f,-0.9984941397850734f,0.010900036346280529f,-0.21643165245998025f,0.9747658197319837f,-0.054671166950012146f,1.2472701923769158f,0.9762695619521895f,0.21651149181161225f,-0.004529494363619229f,-0.16524638525839508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008738285678498891f,0.014724150053347665f,-0.9998534101400102f,0.010900036346280529f,-0.13052619222005157f,0.9913535136568199f,0.013458235575719762f,1.2472701923769158f,0.9914063523641227f,0.13038945649661987f,0.010584617450857087f,-0.16524638525839508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.014109453168039436f,-0.3685461734710604f,-0.9295023622084765f,0.014595358458028996f,0.05090247199339906f,0.9281248122621364f,-0.36877265517976654f,1.2459639504451923f,0.9986039563692205f,-0.05251714846802767f,0.00566457770067701f,0.029978519214641425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02492341688276591f,-0.3342103362204156f,-0.942168920339832f,0.00036151776790874397f,-0.2577923120317037f,0.9084380078000401f,-0.3290645982807069f,1.287685879806974f,0.9658788470342625f,0.2510853184631293f,-0.06351547609860425f,-0.35526191741492474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008738285678498891f,-0.21057130775891628f,-0.977539445092678f,0.027902289241115326f,-0.13052619222005157f,0.9689726316092324f,-0.20989271625478778f,1.1125452196571903f,0.9914063523641227f,0.12942860402931988f,-0.019017911322919606f,-0.1752535918950794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008738285678498891f,-0.12457184395749166f,-0.9921721111059468f,1.8837449028551416e-17f,-0.13052619222005157f,0.9835787537876329f,-0.1246424816910391f,1.3333333333333337f,0.9914063523641227f,0.13059360930228256f,-0.007665096311703567f,-0.15381944444444537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3637225036972058f,-0.026101595762438853f,0.9311415826837988f,0.8472162878417109f,0.12199630624978615f,0.9896627241616995f,0.07539624437763551f,1.789535119962948f,-0.9234840775918359f,0.1410191444574033f,-0.3567783055776479f,-0.5363394356358067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3637225036972058f,-0.026101595762438853f,0.9311415826837988f,0.8131173031200978f,0.12199630624978615f,0.9896627241616995f,0.07539624437763551f,1.8009722736738654f,-0.9234840775918359f,0.1410191444574033f,-0.3567783055776479f,-0.6229160679100413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3637225036972058f,-0.026101595762438853f,0.9311415826837988f,0.6904955580783345f,0.12199630624978615f,0.9896627241616995f,0.07539624437763551f,1.7839442601617612f,-0.9234840775918359f,0.1410191444574033f,-0.3567783055776479f,-0.5261110059362768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2999349860329493f,-0.7328107038239098f,-0.6107597535156687f,-0.9413228267153566f,-0.036649959132667054f,0.6486156150018105f,-0.760233230312512f,2.4807208128034115f,0.9532553617205562f,-0.20563622330934003f,-0.2213999977734482f,-0.5274257316227199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06535489954683435f,-0.7328107038239098f,-0.6772866523609696f,-0.9298932400658074f,0.3679112502442125f,0.6486156150018105f,-0.6662875474744846f,2.4645805696688985f,0.9275613451675117f,-0.20563622330934003f,0.31199951059914754f,-0.6190658953097149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1219155909285253f,-0.7328107038239098f,-0.669421437548615f,-0.8351948177582897f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5838590590483235f,0.9774950793279477f,-0.20563622330934003f,0.0470862352786942f,-0.5803087487580215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3653571372654517e-7f,1.7975267721977357e-8f,-0.00001562439310464978f,0.687727475351852f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245563f,0.000015490724255689417f,0.0000020393925376991654f,1.3771387501807458e-7f,-0.1310408844390411f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207.mcfunction new file mode 100644 index 000000000..7088c53f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207_as_bone.mcfunction new file mode 100644 index 000000000..e49273078 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_207_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6690357337611194f,0.07604989569455889f,-0.46211691676459105f,-0.30699617481607544f,-0.18685862257892805f,0.7822552101441659f,-0.14179240393849366f,1.4937337281618426f,0.4294408999653746f,0.2218955700585254f,0.6582456333845106f,-0.2837761529167397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6340030589936029f,-0.1819767662583971f,-0.4526859592795994f,-0.30699617481607544f,0.12413510393095933f,0.7780087610527616f,-0.13889868140913667f,1.4937337281618426f,0.47183746900686496f,0.03983496287538925f,0.6448120490297247f,-0.2837761529167397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.652026001468468f,0.07305062095673642f,-0.48628196001015817f,-0.3045647325884121f,0.022650893586242775f,0.8112094632064399f,0.09149091904942601f,1.4702611890582136f,0.4912163218717701f,0.05955886186453823f,-0.6496950912117274f,-0.15217356165519585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.617484479790384f,-0.17831468541459877f,-0.47635783837729784f,-0.3045647325884121f,-0.2836013630394726f,0.7426559425367681f,0.08962375743617243f,1.4702611890582136f,0.42223593416495514f,0.2380462643695911f,-0.6364360077176106f,-0.15217356165519585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08339240018201134f,-0.009570408594073588f,1.5602436876562666f,-0.002184448456669927f,1.4982939820549486f,0.4355150776241513f,0.08275270690408545f,1.6028111205009954f,-0.43539304189411115f,1.5005469917471332f,-0.014066791703184348f,0.6328830668715292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.006125061500207397f,-0.9985559601000107f,0.05337113611648705f,-0.0005034581890108678f,0.2787296496794543f,-0.0529617324186146f,-0.9589081485151679f,1.5490015585395147f,0.960350074718166f,0.009002746690037493f,0.2786515468122286f,0.4473802610029694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01066730841661216f,-0.9985559601000107f,0.052651714880816436f,-0.006499323432300323f,-0.031231264323491437f,-0.0529617324186146f,-0.9981080417609984f,1.5545433279703682f,0.9994552599590943f,0.009002746690037493f,-0.03175112426566867f,0.0926323851736019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9820413925733142f,-0.032544513353178164f,-0.1858374502711181f,0.25581898497961775f,0.14996358213287864f,0.46304056080063183f,-0.873558448581039f,1.469361806085154f,0.11447981178592526f,-0.885739405075805f,-0.44984450534536696f,-0.6257337683651074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7688169714777483f,-0.032544513353178164f,-0.63864021093131f,0.008083955565844467f,0.5546706440061859f,0.46304056080063183f,-0.691327647162472f,1.651438218980275f,0.31821524326396783f,-0.885739405075805f,-0.33794195544562466f,-0.49674980349504155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10554838665109466f,-0.5618714584361052f,-0.8204632851445793f,0.2566347748746385f,-0.43658559501067057f,0.715117962180169f,-0.5458931382573526f,1.3689218775801542f,0.8934498062591594f,0.4158205915562221f,-0.16982543782750487f,-0.08979180650475947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.018185590052372767f,-0.307272624763011f,-0.9514477486366222f,0.19307460930259507f,-0.1755591676291254f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255281f,0.9843009006273515f,0.17259266235118886f,-0.036925735290076964f,-0.05766146815947454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0343779030587321f,-0.5350287247628468f,-0.8441341264632809f,0.2023745697426204f,-0.5011922479737106f,0.7215171545786543f,-0.47772306435819134f,1.4218707582662882f,0.864652814921887f,0.43949659762888266f,-0.24334800249908173f,-0.4299079415528292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026687184859344446f,-0.046623907097422805f,-0.9985559601000107f,0.1873916124112286f,-0.3435956985172347f,0.9376230857117761f,-0.05296173241861482f,1.5973440760096298f,0.9387384034568611f,0.3445129321626378f,0.009002746690037481f,-0.3652554996055219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670532432710081f,-0.045161735096491684f,-0.250536309468506f,0.24759195083952604f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2670939014947162f,0.2491239246430873f,0.034668569637011246f,-0.9678508978400282f,-0.21095664757045282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670532432710081f,-0.045161735096491684f,-0.250536309468506f,0.2660138853365779f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1463498193670296f,0.2491239246430873f,0.034668569637011246f,-0.9678508978400282f,-0.3153683876216976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670532432710081f,-0.045161735096491684f,-0.250536309468506f,-0.3205518295821912f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2363115092000863f,0.2491239246430873f,0.034668569637011246f,-0.9678508978400282f,-0.06459634184263902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670532432710081f,-0.045161735096491684f,-0.250536309468506f,-0.3746588883304649f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1116377599709573f,0.2491239246430873f,0.034668569637011246f,-0.9678508978400282f,-0.1503237875456523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9566261625734296f,0.18655686369102537f,-0.22374745068894655f,0.14994463326819754f,0.10005660647118592f,0.931736938143738f,0.34907728886308514f,2.351948944299404f,0.2735965288184493f,0.31154905666411475f,-0.9099901783591927f,-0.17101577197859336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9740324302531341f,0.03461073713995874f,-0.22374745068894655f,0.038099481778981356f,-0.04693102586563203f,0.9359180120134442f,0.34907728886308514f,2.355974797557998f,0.22149109152824464f,0.3505132974131383f,-0.9099901783591927f,-0.1419710612915413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9233403619389778f,0.3537385983508108f,-0.1493706130776789f,0.0034404350161024028f,0.14244683541751996f,0.6768002698429436f,0.7222536215347434f,2.369166036064997f,0.356583054973076f,0.6456085491823373f,-0.6753059500172836f,-0.19018140383141505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9874601064371648f,0.051097535595193616f,-0.1493706130776789f,0.03320777782586598f,-0.07366779412956417f,0.6876937998033947f,0.7222536215347434f,2.3768211660856897f,0.13962662462148068f,0.7242004415685386f,-0.6753059500172836f,-0.1885783095072072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967309418285113f,0.20494123363958505f,-0.1493706130776789f,0.09780944354470328f,0.03481819034459419f,0.690751329930732f,0.7222536215347434f,2.473256012375008f,0.2511974978339637f,0.6934419160630614f,-0.6753059500172836f,-0.14600378967718258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967309418285113f,0.11937155275489242f,-0.22374745068894655f,0.07095084417485253f,0.03481819034459419f,0.9364468698335883f,0.34907728886308514f,2.2625554666624508f,0.2511974978339637f,0.3298752678994898f,-0.9099901783591927f,-0.22022572495456766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9480823612433797f,-0.19588617597237146f,-0.250536309468506f,-0.23558826929968457f,-0.20793120375458995f,0.9778897776932812f,0.02227548401610907f,2.3485599126776777f,0.24063343658840317f,0.07321330989585076f,-0.9678508978400282f,-0.10660804985027675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670532432710082f,-0.0451617350964917f,-0.250536309468506f,-0.1246533419913808f,-0.05239556135256168f,0.9983779384393456f,0.02227548401610907f,2.3646561326590816f,0.2491239246430873f,0.034668569637011246f,-0.9678508978400282f,-0.13495402364571402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274020164640875f,-0.2777715923132635f,-0.250536309468506f,-0.10285768976145138f,-0.2923686726483572f,0.9560462133525166f,0.02227548401610907f,2.361513786998257f,0.2333367933099762f,0.09390729704377825f,-0.9678508978400282f,-0.14066833310704638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678478735628235f,0.022406500793787754f,-0.250536309468506f,-0.13145778782829615f,0.017375396050959585f,0.9996008695594057f,0.02227548401610907f,2.369973643182257f,0.250935428451212f,0.01720611223541274f,-0.9678508978400282f,-0.13307025118376506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9594372091528975f,-0.12927412475356542f,-0.250536309468506f,-0.19989914471245165f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.472209329176513f,0.2451543679605385f,0.05624922595129497f,-0.9678508978400282f,-0.14528866795475448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9594372091528975f,-0.12927412475356542f,-0.250536309468506f,-0.17081246664289948f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.2494565763243104f,0.2451543679605385f,0.05624922595129497f,-0.9678508978400282f,-0.15794474379379583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670532432710081f,-0.045161735096491684f,-0.250536309468506f,-0.018956162326180664f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,1.7436412191677122f,0.2491239246430873f,0.034668569637011246f,-0.9678508978400282f,-0.17660753575564914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018185590052372767f,-0.05054976620314852f,-0.9985559601000107f,2.9723198354305425e-17f,-0.1755591676291254f,0.9830432511139007f,-0.05296173241861482f,1.3749999999999996f,0.9843009006273515f,0.17626879354048844f,0.009002746690037481f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022844711834711054f,-0.5129759137545074f,-0.8580989634354055f,0.3002534743673282f,-0.19793913806918f,0.8390106787447424f,-0.5068344686115147f,0.8147021737732669f,0.9799480684003713f,0.18142985658378996f,-0.08237105303664824f,-0.46850708471874114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022844711834711054f,-0.6607622001871414f,-0.7502475817655376f,0.04833788554598056f,-0.19793913806918f,0.7325981216493799f,-0.6512450305194124f,1.094005207652093f,0.9799480684003713f,0.16338086472916077f,-0.11405470739400707f,-0.4062181300407486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05372630768977711f,-0.032533463424589744f,-0.9980255796419368f,0.31975327567596423f,0.17590604337615445f,0.9835305215765437f,-0.041530434997935996f,1.2141395011894254f,0.9829397477799794f,-0.17779000783219565f,-0.04711863059616592f,-0.15193185925536923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05372630768977711f,-0.9975015459752876f,-0.045871010877618634f,0.004686530470061416f,0.17590604337615445f,0.0357645048167122f,-0.9837570655903629f,1.1133464842872127f,0.9829397477799794f,-0.06092262282704649f,0.17354505542395487f,-0.15111519891654568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08206656454507082f,-0.762361743925137f,-0.6419265147843588f,0.013060178702097f,-0.03658199105291761f,0.6459693583404029f,-0.7624862923462247f,1.265707732643309f,0.995955238409023f,-0.03909168050509117f,-0.08090119653573667f,-0.2572139625269575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.099595966751676f,-0.713419755220235f,-0.6936230217259945f,0.017330712109995053f,-0.22223705404960314f,0.6635307478371366f,-0.7143791979628494f,1.2283979000407634f,0.969892434867987f,0.22529802381776576f,-0.09246331840063182f,-0.2621641706621828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008840331363619811f,-0.6958853552951483f,-0.7180984757170334f,0.013060178702097f,-0.13052619222005157f,0.7111793420116526f,-0.6907871283111803f,1.265707732643309f,0.9914054476781512f,0.09983744679036173f,-0.0845442046060293f,-0.2572139625269575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003334380689488966f,-0.13278114512503536f,-0.9911397728901318f,0.017593601039452865f,-0.043796269492323306f,0.9901748607520389f,-0.13279921653848858f,1.2900408051388919f,0.9990349186509815f,0.043851027741261546f,-0.0025136988804863253f,-0.2540507497873726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014279001778135488f,-0.13124392756139094f,-0.991247265613621f,0.017593601039452865f,-0.21626273181111555f,0.9674780695410214f,-0.13121210228775465f,1.2900408051388919f,0.9762307826215137f,0.21624341940377984f,-0.014568549232763236f,-0.2540507497873726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008840331363619811f,-0.06278772197682062f,-0.9979877506815117f,0.017593601039452865f,-0.13052619222005157f,0.9894153665704736f,-0.06340461764532357f,1.2900408051388919f,0.9914054476781512f,0.13082405880868017f,0.0005513174289346993f,-0.2540507497873726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.027949748010502217f,-0.4382216902333435f,-0.8984322800273713f,0.019428694447358244f,0.048603292601469394f,0.8971245929677982f,-0.4390958718100845f,1.2888141461519693f,0.9984270286477852f,-0.055939385958319224f,-0.0037753892727526717f,-0.05879898221556784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.035009566830371416f,-0.40550824255912044f,-0.9134207110893443f,0.005879086633955359f,-0.2561455248289949f,0.8798100384013053f,-0.4004045035190941f,1.3297300390058626f,0.9660040374348485f,0.24798661565678723f,-0.07306735327534711f,-0.44415052751553374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008840331363619811f,-0.28567687346834036f,-0.9582852250278805f,0.04499558202880968f,-0.13052619222005157f,0.9497937792351944f,-0.2843495912968067f,1.157030891531523f,0.9914054476781512f,0.12759506609379812f,-0.02889182276360807f,-0.26392664886134254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008840331363619811f,-0.20106972616517543f,-0.9795370405253917f,2.9723198354305425e-17f,-0.13052619222005157f,0.9709622269840886f,-0.20048757296808492f,1.3749999999999996f,0.9914054476781512f,0.1296276166176035f,-0.017661237898971248f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.14827897938105616f,-0.028126431298360628f,0.9885455215295509f,0.8318078829459927f,0.12890715515068024f,0.9916169242050442f,0.008878118104978114f,1.8374242026693821f,-0.9805081792747429f,0.1261141526258892f,0.15066164370131882f,-0.5443350482388877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.14827897938105616f,-0.028126431298360628f,0.9885455215295509f,0.8457090372629668f,0.12890715515068024f,0.9916169242050442f,0.008878118104978114f,1.8495092484647584f,-0.9805081792747429f,0.1261141526258892f,0.15066164370131882f,-0.6362576900458948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.14827897938105616f,-0.028126431298360628f,0.9885455215295509f,0.690476631875047f,0.12890715515068024f,0.9916169242050442f,0.008878118104978114f,1.8421350078513234f,-0.9805081792747429f,0.1261141526258892f,0.15066164370131882f,-0.6128956156975891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3687170008381373f,-0.7328318661355981f,-0.5718437105268762f,-0.9417296242680014f,-0.12465983634205446f,0.6486156150018105f,-0.7508380046181701f,2.527826070812579f,0.9211447760781695f,-0.20556079381058948f,-0.3305103047589575f,-0.6575262882322216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14363227386101665f,-0.7328318661355981f,-0.6650768571238445f,-0.930309470226518f,0.44277482901901066f,0.6486156150018105f,-0.6190704602571576f,2.511685827678066f,0.8850537953665301f,-0.20556079381058948f,0.4176416398723437f,-0.7491676278843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1218149764424891f,-0.7328318661355981f,-0.6694165874031899f,-0.8356070591367812f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057491f,0.977507622955503f,-0.20556079381058948f,0.04715513876389596f,-0.7104202288728452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3813017755655956e-7f,1.8185182867511516e-8f,-0.000015624378846954917f,0.6877298163122514f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912222f,0.000015490710119971115f,0.0000020393906766965456f,1.3932209741362463e-7f,-0.22000056142878532f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208.mcfunction new file mode 100644 index 000000000..7ad7be1df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208_as_bone.mcfunction new file mode 100644 index 000000000..76156eab0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_208_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7081703213678184f,0.08260350698456362f,-0.39826611833307707f,-0.30161627042076794f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37274895394323965f,0.18822381734873636f,0.7018364883370876f,-0.3633879786289358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6718776088377937f,-0.19071610762132316f,-0.39013823836709594f,-0.30161627042076794f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.40790719914027f,0.030613501982835606f,0.6875132946975552f,-0.3633879786289358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6973677585582463f,0.08069872370043821f,-0.41726534694485784f,-0.2996015176089177f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.42267398462454236f,0.04796929220482458f,-0.6971298976312987f,-0.2150360893282262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6613869681682308f,-0.1883903885771761f,-0.4087497276194526f,-0.2996015176089177f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.36454803911562983f,0.2018627054347491f,-0.6829027568633131f,-0.2150360893282262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07751859280477445f,-0.02781128218217463f,1.560328058567477f,-0.00876607751956614f,1.4021690899257453f,0.6845630598090003f,0.08186275344590445f,1.7067637642496987f,-0.6850685812576535f,1.404281381963146f,-0.00900495670750494f,0.5563675683146895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017799220596592075f,-0.9986099574831853f,0.049611899395055475f,-0.004830114129659361f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8987400844564146f,0.005763172292802665f,0.43844389200489575f,0.38276633338449345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.002081794664241885f,-0.9986099574831853f,0.052667057506634904f,-0.008016756888936865f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975412685479466f,0.005763172292802665f,0.06984413639581699f,0.020635873344247102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9900103992940733f,-0.028136415818013995f,-0.13815842860464883f,0.26766970476302093f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.08553755294531018f,-0.898818148083785f,-0.42989447974051f,-0.6888089254234726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7989020701898882f,-0.028136415818013995f,-0.6008026500867213f,0.009409280334377781f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.2832298089754411f,-0.898818148083785f,-0.334524755411271f,-0.5712099634514288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14220892298259005f,-0.5466310509379425f,-0.8252097408384205f,0.2559023741099601f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8354179349041173f,0.5134279705946561f,-0.19613412005970138f,-0.15512617216644453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013431685412334905f,-0.3076906363789568f,-0.9513916449663079f,0.19226418200786627f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890125953380642f,0.14417711500948485f,-0.03266566653550259f,-0.128297123518013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03711620834125132f,-0.5317149296880239f,-0.8461096977491922f,0.2028871521934225f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7826505844416092f,0.5419257739350727f,-0.30622625331293885f,-0.512148477846675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026165515186493724f,-0.04575498476075196f,-0.9986099574831854f,0.1880667803165116f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9170803448677413f,0.39866079177966385f,0.005763172292802675f,-0.437363559561158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682487717215649f,-0.05345570058958993f,-0.2442064784852312f,0.24342307525335546f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.2459163744261518f,-0.028066753694156683f,-0.9688846134221394f,-0.3193205008940838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682487717215649f,-0.05345570058958993f,-0.2442064784852312f,0.2635200094086224f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.2459163744261518f,-0.028066753694156683f,-0.9688846134221394f,-0.4158669532316205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682487717215649f,-0.05345570058958993f,-0.2442064784852312f,-0.325423078133064f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.2459163744261518f,-0.028066753694156683f,-0.9688846134221394f,-0.17484463091871966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682487717215649f,-0.05345570058958993f,-0.2442064784852312f,-0.37794480185691426f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.2459163744261518f,-0.028066753694156683f,-0.9688846134221394f,-0.25294735517429495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9617652396060193f,0.14050074158435208f,-0.2350896967113278f,0.1412911093468227f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.25028665400049316f,0.10239277152058686f,-0.9627420792556907f,-0.3009940476997611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9719034718960581f,-0.011682286444222145f,-0.2350896967113278f,0.029224669433890044f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.2311874515260469f,0.14028560541738203f,-0.9627420792556907f,-0.2729510065883104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9326564673896933f,0.30715319337106217f,-0.18923221088952522f,-0.004153418419285501f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.3144685829854491f,0.435086624089848f,-0.8436878213256507f,-0.31590580443128313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9819245674039789f,0.003913347719294885f,-0.18923221088952522f,0.025074386037944547f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.16462823414942718f,0.5109681053330221f,-0.8436878213256507f,-0.31674053832271454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.96922326411185f,0.15747201232674368f,-0.18923221088952522f,0.08333113265130221f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.24253440961254716f,0.4789237103137306f,-0.8436878213256507f,-0.3024712623891846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.96922326411185f,0.07306913715480551f,-0.2350896967113278f,0.066890576791471f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.24253440961254716f,0.1196024622836958f,-0.9627420792556907f,-0.3293818164030161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479657086998695f,-0.20426505084080623f,-0.2442064784852312f,-0.24108884866438743f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.24727934338169977f,0.010748591095914101f,-0.9688846134221394f,-0.22326139264011563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682487717215649f,-0.05345570058958994f,-0.2442064784852312f,-0.1300997958620319f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.2459163744261518f,-0.028066753694156687f,-0.9688846134221394f,-0.25187011259091013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265555407561754f,-0.2861084160940993f,-0.2442064784852312f,-0.10824161241364044f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.24540156938400223f,0.03225950430029103f,-0.9688846134221394f,-0.2572417798286675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9696190475523159f,0.014216134832749083f,-0.2442064784852312f,-0.1369594586614563f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.24335949673061422f,-0.045152643608696176f,-0.9688846134221394f,-0.2503644885897466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9599053215338856f,-0.13764072637403002f,-0.2442064784852312f,-0.20614077957307692f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.24742676714200676f,-0.0065269269558433304f,-0.9688846134221394f,-0.26937128136154287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9599053215338856f,-0.13764072637403002f,-0.2442064784852312f,-0.1751716161389202f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.24742676714200676f,-0.0065269269558433304f,-0.9688846134221394f,-0.26790272279647814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682487717215649f,-0.05345570058958993f,-0.2442064784852312f,-0.01911302066889629f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.2459163744261518f,-0.028066753694156683f,-0.9688846134221394f,-0.25398041416204997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013431685412334905f,-0.050968055117056876f,-0.9986099574831854f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890125953380642f,0.14771889556786683f,0.005763172292802675f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.026888580957121162f,-0.6135578367582161f,-0.7891918557402192f,0.350510241307114f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.9800324088441387f,0.17177224339150696f,-0.10015375187881904f,-0.5300348991139539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.026888580957121162f,-0.7471025466117815f,-0.6641647303646163f,0.06567739541137231f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.9800324088441387f,0.15064432969432254f,-0.1297796730852078f,-0.4726017484179934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07544065299535282f,-0.10967596226128959f,-0.9911003436472491f,0.325069791393033f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9791964494158624f,-0.1959098291592553f,-0.05285501196821508f,-0.21843019781451803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07544065299535282f,-0.9966501888729047f,0.03157703113402022f,0.01907721376588178f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9791964494158624f,-0.06806298564581735f,0.19115894809384684f,-0.21782793238507497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08726675426915023f,-0.7980184866565667f,-0.5962809812107807f,0.019446941971493006f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9952999794495071f,-0.04462007604336161f,-0.08594765687146737f,-0.323815024687225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10498595012755901f,-0.7521487397957366f,-0.6505768390432444f,0.025898072709038145f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.970545992280854f,0.22013489457467703f,-0.09788311937289511f,-0.328744247802913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008936047050491497f,-0.7364525890427959f,-0.6764301376751887f,0.019446941971493006f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914045895635373f,0.09482383094007993f,-0.09014089459397216f,-0.323815024687225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0016173686565515827f,-0.18996516870198474f,-0.9817894982116357f,0.02254631450737572f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.9990185828490568f,0.04315058585265935f,-0.009994901842173994f,-0.3206105490831014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0194214540437476f,-0.1884113074369989f,-0.9818981547760988f,0.02254631450737572f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976245408724981f,0.21554282830031207f,-0.02204974176033106f,-0.3206105490831014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008936047050491497f,-0.12069670934486118f,-0.9926492086414183f,0.02254631450737572f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914045895635373f,0.1306464347966776f,-0.00696052205455381f,-0.3206105490831014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03817061042238572f,-0.48877891102303844f,-0.8715722463680883f,0.02298891508301211f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.9982036131137967f,-0.05895819421985471f,-0.010652610050869028f,-0.12535088455736212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.042492564571986774f,-0.4573954231906988f,-0.8882476055696956f,0.009985219025801175f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9661626037015382f,0.24519963026707545f,-0.08004351644920556f,-0.5107809786972837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008936047050491497f,-0.34090074658120734f,-0.9400568217099896f,0.057643437413202096f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914045895635373f,0.12573219836184316f,-0.03617117757901429f,-0.33032042876695444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008936047050491497f,-0.2576721657985795f,-0.9661910794639853f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914045895635373f,0.12840627523544423f,-0.025075252192426723f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.619023129704559f,-0.022357070760795364f,0.7850544734461236f,0.7791970562166826f,0.10178555587506181f,0.9934480955389372f,-0.05196712504327561f,1.873211801930362f,-0.778749038847547f,0.11207605835795423f,0.6172429761746723f,-0.5489071242947002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.619023129704559f,-0.022357070760795364f,0.7850544734461236f,0.8372304746264849f,0.10178555587506181f,0.9934480955389372f,-0.05196712504327561f,1.882754197793649f,-0.778749038847547f,0.11207605835795423f,0.6172429761746723f,-0.6219148466866578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.619023129704559f,-0.022357070760795364f,0.7850544734461236f,0.6904555944046652f,0.10178555587506181f,0.9934480955389372f,-0.05196712504327561f,1.8857780686184968f,-0.778749038847547f,0.11207605835795423f,0.6172429761746723f,-0.6779974319168799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41706756982835147f,-0.7328517086884787f,-0.5375714048104219f,-0.9420489201534963f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.888873941143866f,-0.20549004123849945f,-0.4094837722146886f,-0.755083426638292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.20113258478202534f,-0.7328517086884787f,-0.6499800430869234f,-0.9306376137235862f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8452666166394383f,-0.20549004123849945f,0.49325266319272615f,-0.8467258684276807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12172060191904083f,-0.7328517086884787f,-0.6694120316672264f,-0.8359314621884573f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9775193790868132f,-0.20549004123849945f,0.04721976769882716f,-0.8079876126878104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3962573516392965e-7f,1.8382076761807615e-8f,-0.00001562436532321662f,0.6877320054401174f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015490696711930274f,0.000002039388911494481f,1.4083056012863404e-7f,-0.2867336254157016f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209.mcfunction new file mode 100644 index 000000000..831870d56 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209_as_bone.mcfunction new file mode 100644 index 000000000..a0c36c344 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_209_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7276054539807877f,0.08593446279801945f,-0.3607631021674365f,-0.29890323094542975f,-0.1526360690387538f,0.7934239489016647f,-0.11884911519287752f,1.5373228379142527f,0.33798961257744775f,0.17331517491941922f,0.7229587238403328f,-0.395180232169499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6907155740654f,-0.19498722731802562f,-0.3534005898783052f,-0.29890323094542975f,0.15929423018298938f,0.7752876164541984f,-0.11642362304608411f,1.5373228379142527f,0.3708602755404173f,0.030151168395213382f,0.708204464170122f,-0.395180232169499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7197163069078816f,0.0845433933142889f,-0.3765704405051331f,-0.29717170233350254f,0.05319960272111064f,0.8109572807797736f,0.08038989653579495f,1.5154982876926897f,0.38225996950457747f,0.04631574075436201f,-0.7201920662692549f,-0.23709815465484546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6830542247550441f,-0.19328874706727656f,-0.36888532947441616f,-0.29717170233350254f,-0.2558594856670999f,0.7538796147166192f,0.07874928640241138f,1.5154982876926897f,0.3285922239470272f,0.18521605430384347f,-0.7054942689984538f,-0.23709815465484546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0736060609739342f,-0.03522113241747331f,1.560367863556262f,-0.011845061784809981f,1.3555056581161766f,0.7729078600453627f,0.08138857840710496f,1.7453414098059328f,-0.7736877978893896f,1.357490022693106f,-0.0058548856298161756f,0.5255544390077863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022541524747182566f,-0.9986354326760076f,0.04710787902331805f,-0.006993073743012671f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8687936145235962f,0.003747126803081856f,0.4951601906491947f,0.35773841562248937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0018877094618141507f,-0.9986354326760076f,0.052189167046343916f,-0.00881459784901524f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941806017505437f,0.003747126803081856f,0.10766099638981946f,-0.006404506013011346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9924422990534525f,-0.025708829028720622f,-0.11998891265225325f,0.27226940380825043f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.07444300213428828f,-0.9034639833491686f,-0.4221505302899521f,-0.7122259516112628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8098378137741695f,-0.025708829028720622f,-0.5860902417643943f,0.010154226583191728f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26977195500193013f,-0.9034639833491686f,-0.333130489576217f,-0.5990157839296255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.154668838107834f,-0.5401087137516039f,-0.82726061664264f,0.2555045122935512f,-0.564682804192097f,0.6387562863714349f,-0.5226124159171146f,1.4177814002269302f,0.810685439099607f,0.5479716999540775f,-0.20619441040269765f,-0.17945816901602415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010849796023011386f,-0.30780902994425596f,-0.9513862953664172f,0.19184415483296313f,-0.13675310737971244f,0.9420458313272817f,-0.30634659994993196f,1.5925003273511085f,0.9905457432891487f,0.13342883033163025f,-0.031872836210182755f,-0.15463946855515712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.037401913861095815f,-0.5308815735586913f,-0.8466202523536602f,0.20327030596542664f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7474224222726478f,0.5772076066265245f,-0.32892415772722944f,-0.5427272564003364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02521145158291771f,-0.045734618322290824f,-0.9986354326760076f,0.18845359357577207f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9080859593153106f,0.41876705879893883f,0.003747126803081882f,-0.4641850133330161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688897348405546f,-0.056276278860992596f,-0.24100967233320725f,0.2420612919852158f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.24388539093657297f,-0.051441507583715546f,-0.9684387886620556f,-0.3596103841780314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688897348405546f,-0.056276278860992596f,-0.24100967233320725f,0.2628345351181225f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.24388539093657297f,-0.051441507583715546f,-0.9684387886620556f,-0.4531170343272561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688897348405546f,-0.056276278860992596f,-0.24100967233320725f,-0.32716142723361f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.24388539093657297f,-0.051441507583715546f,-0.9684387886620556f,-0.21632771700279474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688897348405546f,-0.056276278860992596f,-0.24100967233320725f,-0.37905491421374493f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.24388539093657297f,-0.051441507583715546f,-0.9684387886620556f,-0.2915429628317765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9638562256269568f,0.12327597713512385f,-0.23618681119304152f,0.1381750319004655f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.24058931162125577f,0.021923951663670293f,-0.9703793709045238f,-0.35004374377523295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9712741675972266f,-0.02902208773981446f,-0.23618681119304152f,0.026006338596169784f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.23419759631005047f,0.059290491695847075f,-0.9703793709045238f,-0.32247019786308745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9366458526895708f,0.28761839526239125f,-0.19992549948947008f,-0.006667289706918905f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.29619184344871385f,0.3456483822042707f,-0.8903918169850973f,-0.3625382027501379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9796821136921766f,-0.015898137171238613f,-0.19992549948947008f,0.022336407575820914f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.1748839586060465f,0.42025945946314597f,-0.8903918169850973f,-0.3643986878651759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9701076177668818f,0.13755364264370373f,-0.19992549948947008f,0.0781232531165134f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.23847391059152864f,0.3877274896279094f,-0.8903918169850973f,-0.36136681801218473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9701076177668818f,0.05574047155459309f,-0.23618681119304152f,0.06558164701672997f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.23847391059152864f,0.03865320801853686f,-0.9703793709045238f,-0.3700637898163555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9481575448462561f,-0.2071511718358363f,-0.24100967233320725f,-0.24299528612320986f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24892998178926173f,-0.012656096600781836f,-0.9684387886620556f,-0.267030437185144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688897348405546f,-0.05627627886099258f,-0.24100967233320725f,-0.13196082802315512f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.243885390936573f,-0.05144150758371556f,-0.9684387886620556f,-0.29564077462014055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9264951048891268f,-0.2890002741492237f,-0.24100967233320725f,-0.11007614370370557f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24908577955406458f,0.009087741122768299f,-0.9684387886620556f,-0.3008661052573694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9704552029114948f,0.011447138675234586f,-0.24100967233320725f,-0.13884085584259714f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.2397029202087667f,-0.06832878352612554f,-0.9684387886620556f,-0.2942817057984518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9602980160004736f,-0.1405064351102635f,-0.24100967233320725f,-0.2082547345932179f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.24744075619456468f,-0.029989744724363752f,-0.9684387886620556f,-0.3158401346451941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9602980160004736f,-0.1405064351102635f,-0.24100967233320725f,-0.17664078669340866f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.24744075619456468f,-0.029989744724363752f,-0.9684387886620556f,-0.30909244208221226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688897348405546f,-0.056276278860992596f,-0.24100967233320725f,-0.019156424661667903f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.24388539093657297f,-0.051441507583715546f,-0.9684387886620556f,-0.2829506311669404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010849796023011386f,-0.051083799097781185f,-0.9986354326760076f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9905457432891487f,0.1371316502214924f,0.003747126803081882f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.028443577276575597f,-0.6489847219891705f,-0.7602695532088279f,0.36821942113827155f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9800701194687031f,0.16770001932816445f,-0.10648598237296421f,-0.552932719539902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.028443577276575597f,-0.7766655343745714f,-0.6292706974159634f,0.07211568615796621f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9800701194687031f,0.14548633804770306f,-0.13526376590229716f,-0.4974660531592152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08393593009788833f,-0.1382642510952844f,-0.9868321825455748f,0.32655327572379766f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9776736095620961f,-0.20287608634901422f,-0.054732136387405636f,-0.24344342980208883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08393593009788833f,-0.9946381963778017f,0.060412067874857034f,0.02446565869470802f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9776736095620961f,-0.07048088975659823f,0.19795645315306218f,-0.24281900963657133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08907960349355191f,-0.8107036454675332f,-0.5786401502376795f,0.021825385530863942f,-0.044083895422988864f,0.5835894882744297f,-0.8108513546513468f,1.3100708842819795f,0.9950484583203808f,-0.04672160529393098f,-0.0877248949443176f,-0.3487793177528536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10697730171863891f,-0.7660100743933317f,-0.633864672343334f,0.029088739612202888f,-0.2147351496795319f,0.604676608198263f,-0.766977845175435f,1.273222180295158f,0.9707958963701425f,0.21816224564705722f,-0.0998026160234526f,-0.35369687069925976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009026068378773372f,-0.7510251462850548f,-0.6602119051767652f,0.021825385530863942f,-0.13052619222005157f,0.6537050202492898f,-0.7454077137013071f,1.3100708842819795f,0.9914037740669318f,0.09290304703500202f,-0.09212806639377787f,-0.3487793177528536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0034114705286434946f,-0.2112521725444264f,-0.9774256398642774f,0.024384201265357515f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9990029530474414f,0.04278928186868632f,-0.012734879648188271f,-0.34556222580066004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.021394913455738677f,-0.20968265775229938f,-0.9775353910299891f,0.024384201265357515f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9762594137398071f,0.21518138251218558f,-0.024789709650432964f,-0.34556222580066004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009026068378773372f,-0.14231066824938912f,-0.9897808867582937f,0.024384201265357515f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914037740669318f,0.1304764241037084f,-0.009719028704215104f,-0.34556222580066004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04190984804254852f,-0.5073253107379214f,-0.8607349148964053f,0.024316146049899547f,0.045117904745314324f,0.8596520149124681f,-0.5088838648732403f,1.3333868989043944f,0.9981021687725378f,-0.060161801349404555f,-0.013138430269691668f,-0.1503022955962217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.04532344272962324f,-0.47644920206545194f,-0.8780329967548651f,0.011504550688584445f,-0.2536491158327504f,0.844642927565112f,-0.4714238548816776f,1.3735324836021734f,0.9662338803707924f,0.24407884538695968f,-0.08256879348864263f,-0.5357600892372005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009026068378773372f,-0.36131550908747123f,-0.9323999318867862f,0.06233731581896138f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914037740669318f,0.12494601605266473f,-0.03882073979732212f,-0.3551970381846446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009026068378773372f,-0.2786765858898f,-0.9603425902074878f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914037740669318f,0.1278540091503999f,-0.027783252329660703f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9260760388136904f,-0.010244487209784922f,0.3771978536749025f,0.7035975538705561f,0.04815909165625021f,0.9946652974827409f,-0.09122306656989398f,1.8862032989993158f,-0.3742510817966858f,0.10264500214515544f,0.9216290638367649f,-0.5466609298336539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9260760388136904f,-0.010244487209784922f,0.3771978536749025f,0.7904171825093396f,0.04815909165625021f,0.9946652974827409f,-0.09122306656989398f,1.8907182138420893f,-0.3742510817966858f,0.10264500214515544f,0.9216290638367649f,-0.5817469687520932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9260760388136904f,-0.010244487209784922f,0.3771978536749025f,0.6904276901387124f,0.04815909165625021f,0.9946652974827409f,-0.09122306656989398f,1.9021442164061866f,-0.3742510817966858f,0.10264500214515544f,0.9216290638367649f,-0.7024483088683883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.43435365653173386f,-0.732870364542024f,-0.5236773146065746f,-0.9421951616558571f,-0.21364154430283866f,0.6486156150018105f,-0.7305169912628462f,2.5764033681345353f,0.8750395371669848f,-0.20542349610466587f,-0.4383001205141582f,-0.7916158979988969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22236689106638807f,-0.732870364542024f,-0.6430038837623843f,-0.9307921765757152f,0.5136961275424633f,0.6486156150018105f,-0.5616173719924449f,2.5602631250000223f,0.8286550876603285f,-0.20542349610466587f,0.5207033060609371f,-0.8832593755781598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12163184085484748f,-0.732870364542024f,-0.669407741265592f,-0.8360825079259474f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6795416143794473f,0.977530427512138f,-0.20542349610466587f,0.04728055135119626f,-0.8445297194912078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4103231841833393e-7f,1.8567256960314554e-8f,-0.000015624352471130782f,0.6877340584835191f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.00001549068396979581f,0.000002039387233960654f,1.4224928073449332e-7f,-0.31179607284347743f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..053d21a10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6881615330898091f,-0.12207558567214268f,-0.4224638448467884f,0.03769271646611187f,-0.05419481637005096f,0.8021306671861234f,-0.1435052580312152f,1.3979787643435353f,0.4363955438573409f,-0.09288911985153339f,-0.6840138778994967f,-0.3491663170954235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6685661971751093f,0.147492129778883f,-0.4138421337274662f,0.03769271646611187f,0.2516499284684938f,0.7462643893790392f,-0.14057657929588427f,1.3979787643435353f,0.36012713518508266f,-0.2476601154768753f,-0.6700544110035886f,-0.3491663170954235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6919084786583317f,0.12126799266570275f,0.4165347231143981f,-0.040709868417167464f,0.05419481637005096f,0.8021306671861234f,-0.1435052580312152f,1.3979787643435353f,-0.4304300448200308f,-0.09394099828520154f,-0.6876405382188069f,-0.3488274136045409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6716545307488564f,-0.14962765236529588f,0.4080340144794104f,-0.040709868417167464f,-0.2516499284684938f,0.7462643893790392f,-0.14057657929588427f,1.3979787643435353f,-0.35433388890471024f,-0.24637578369714067f,-0.6736070578469946f,-0.3488274136045409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03305323250280096f,-1.5621497432692286f,-0.0013832660623190735f,-0.8753643811183964f,-0.31990730425976216f,-0.008123106240557537f,1.5293788222105924f,1.6439251220438258f,-1.5290431813727072f,-0.03206937400212229f,-0.32000742920867364f,-0.05021101588796273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9997758356923063f,0.021154068801792617f,0.0008852902798846558f,-0.6267470320730264f,-0.005198787993957259f,-0.20474067472624757f,-0.9788024462147791f,1.6274785327065484f,-0.020524399361358178f,-0.9785876360785326f,0.20480475469355092f,-0.06579566577811458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9997758356923063f,0.021154068801792617f,0.0008852902798846558f,-0.29869558598648843f,-0.005198787993957259f,-0.20474067472624757f,-0.9788024462147791f,1.6291843850170655f,-0.020524399361358178f,-0.9785876360785326f,0.20480475469355092f,-0.05906109723766892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9995610404485644f,-0.02961321796941118f,0.0008852902798846454f,0.6261548042070102f,0.005198787993957259f,-0.20474067472624757f,-0.9788024462147791f,1.6274785327065484f,0.029166745117983277f,-0.9783681890955662f,0.20480475469355092f,-0.07121146688570124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9995610404485644f,-0.02961321796941118f,0.0008852902798846454f,0.2981738378098249f,0.005198787993957259f,-0.20474067472624757f,-0.9788024462147791f,1.6291843850170655f,0.029166745117983277f,-0.9783681890955662f,0.20480475469355092f,-0.061641128643862966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0038198140297560266f,-0.0020232634694785177f,-0.15504535867149158f,0f,0.4680700321886565f,-0.883691374274362f,1.4247325903151358f,0.004322565706712533f,-0.8836831185372325f,-0.4680656593235857f,0.27902174203222646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0026881758323905056f,-0.0033850088601064007f,-0.15557054794544045f,0f,0.7831017709805554f,-0.6218935731193224f,1.5676773375419941f,0.004322565706712533f,-0.6218877631838498f,-0.7830944549847734f,0.15752344609159982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0036899536716217007f,-0.0022514031602831057f,0.15745172185013842f,0f,0.5208487997734518f,-0.8536489487925085f,1.4247325903151358f,0.004322565706712533f,-0.8536409737216555f,-0.5208439338316758f,0.2776709402488788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0026881758323905056f,-0.0033850088601064007f,0.15692653257618955f,0f,0.7831017709805554f,-0.6218935731193224f,1.5676773375419941f,0.004322565706712533f,-0.6218877631838498f,-0.7830944549847734f,0.15617264430825215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0007163922385261589f,-0.0042627874037332305f,0.29314140467865496f,0f,0.9861706433087943f,-0.16573310555202664f,2.2161975457135945f,0.004322565706712533f,-0.1657315572185327f,-0.986161430176435f,-0.141428491038253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0007163922385261589f,-0.0042627874037332305f,0.3303309670519663f,0f,0.9861706433087943f,-0.16573310555202664f,2.077388736654493f,0.004322565706712533f,-0.1657315572185327f,-0.986161430176435f,-0.21332677667897892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0007163922385261589f,-0.0042627874037332305f,-0.2943531067020095f,0f,0.9861706433087943f,-0.16573310555202664f,2.2161975457135945f,0.004322565706712533f,-0.1657315572185327f,-0.986161430176435f,-0.13888898368555938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0007163922385261589f,-0.0042627874037332305f,-0.33216284365388926f,0f,0.9861706433087943f,-0.16573310555202664f,2.077388736654493f,0.004322565706712533f,-0.1657315572185327f,-0.986161430176435f,-0.21046307689828186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704599724207005f,0.2412245231579159f,-0.0042627874037332305f,0.20323166342329207f,0.23857627141400728f,0.9568771605813732f,-0.16573310555202664f,2.3114423110471076f,-0.03589992545122187f,-0.16185434496783005f,-0.986161430176435f,-0.17922853420880328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962478290089981f,0.08644126236010584f,-0.0042627874037332305f,0.08934994700357954f,0.08595043489351382f,0.9824179662779468f,-0.16573310555202664f,2.3312427147906396f,-0.010138339926927f,-0.1654776350323351f,-0.986161430176435f,-0.18206390048025625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457429767509855f,0.32488775072282333f,-0.0042627874037332305f,0.06672387586842644f,0.3210657563218711f,0.9324426619591932f,-0.16573310555202664f,2.328918809024725f,-0.04986985104900306f,-0.1581095556527779f,-0.986161430176435f,-0.18157554407542295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998508570170048f,0.016735960262611316f,-0.0042627874037332305f,0.09658659700093356f,0.01721105088354241f,0.9860204447431937f,-0.16573310555202664f,2.3362423507921664f,0.0014294928629568424f,-0.1657817546731949f,-0.986161430176435f,-0.18293541448933986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849229528191356f,0.1729410467575162f,-0.0042627874037332305f,0.1630760174108471f,0.1712467350791965f,0.9711884953235375f,-0.16573310555202664f,2.428992169189279f,-0.0245220866720256f,-0.16396432812541356f,-0.986161430176435f,-0.23049876899789432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849229528191356f,0.1729410467575162f,-0.0042627874037332305f,0.12416428189040601f,0.1712467350791965f,0.9711884953235375f,-0.16573310555202664f,2.2104747577414834f,-0.0245220866720256f,-0.16396432812541356f,-0.986161430176435f,-0.19360679516967633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701133504840261f,-0.24261474781267434f,-0.0042627874037332305f,-0.20477350858482263f,-0.23857627141400728f,0.9568771605813732f,-0.16573310555202664f,2.3114423110471076f,0.044288259514762576f,-0.15976289838858598f,-0.986161430176435f,-0.17746488856755868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961229536137034f,-0.0878685946596535f,-0.0042627874037332305f,-0.09092055971291285f,-0.08595043489351382f,0.9824179662779468f,-0.16573310555202664f,2.3312427147906396f,0.01875057400528745f,-0.1647241621828469f,-0.986161430176435f,-0.18128466209008903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9452765077530568f,-0.32624247506070664f,-0.0042627874037332305f,-0.06829111222891981f,-0.3210657563218711f,0.9324426619591932f,-0.16573310555202664f,2.328918809024725f,0.05804398338889363f,-0.1552949761734695f,-0.986161430176435f,-0.18099192746564174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998258514799742f,-0.0181685265196479f,-0.0042627874037332305f,-0.09816447356556667f,-0.01721105088354241f,0.9860204447431937f,-0.16573310555202664f,2.3362423507921664f,0.007214321855080332f,-0.16563087632606405f,-0.986161430176435f,-0.18209358232568904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984674152405706f,-0.17435206401891284f,-0.0042627874037332305f,-0.1650625969311533f,-0.1712467350791965f,0.9711884953235375f,-0.16573310555202664f,2.428992169189279f,0.03303587911377599f,-0.16246311680978115f,-0.986161430176435f,-0.2290803550251989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984674152405706f,-0.17435206401891284f,-0.0042627874037332305f,-0.12583338252689796f,-0.1712467350791965f,0.9711884953235375f,-0.16573310555202664f,2.2104747577414834f,0.03303587911377599f,-0.16246311680978115f,-0.986161430176435f,-0.1925261537429982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0007163922385261589f,-0.0042627874037332305f,-0.00033418718963466366f,0f,0.9861706433087943f,-0.16573310555202664f,1.710241462594227f,0.004322565706712533f,-0.1657315572185327f,-0.986161430176435f,-0.07731150668882564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.0008852902798846503f,-0.004230937887654341f,-0.0000022033346779198304f,0f,0.9788024462147789f,-0.2048066680651907f,1.343190545263685f,0.004322565706712533f,-0.20480475469355086f,-0.9787933019185541f,-0.0005097236787440628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9513128976842092f,-0.3075209148145797f,-0.0208484448167517f,0.22754277429639186f,-0.3028621672680722f,0.9200498295027958f,0.2485614991698489f,0.7501094894838216f,-0.0572562515133445f,0.24277396520937045f,-0.9683917200591711f,0.04439152317983111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9513128976842092f,-0.2875195332815404f,0.11106884658282144f,0.12488106793543909f,-0.3028621672680722f,0.9388949536549498f,-0.16355663740416057f,1.0862224938188916f,-0.0572562515133445f,-0.18923209025647575f,-0.9802616679641235f,-0.02778413399702262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9507823647369588f,0.3096082162450127f,0.01247587026134861f,-0.2317087994163612f,0.30286216726807225f,0.9200498295027957f,0.24856149916984882f,0.7661395382301905f,0.06547826007831034f,0.24010635906917985f,-0.9685357679464703f,0.05350346367006266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9507823647369588f,0.2835451704042495f,-0.12496011862038907f,-0.12516920468249593f,0.30286216726807225f,0.9356108517987641f,-0.1814024300666263f,1.1205736451026365f,0.06547826007831034f,-0.21031992377522415f,-0.9754374029738151f,-0.03887397480641423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9738965901099884f,0.22695372088964125f,-0.0041761640873165425f,-0.0024073857084991805f,0.22031832500052492f,0.9406745760779108f,-0.25805266437222846f,1.284065152303958f,-0.054637600982294726f,-0.25223669537755555f,-0.9661218256844785f,-0.031147229287739383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.97338785159585f,-0.22912583882908452f,-0.0041761640873165425f,-0.0024073857084991805f,-0.22031832500052492f,0.9406745760779108f,-0.25805266437222846f,1.284065152303958f,0.06305494456883536f,-0.25026524309522347f,-0.9661218256844785f,-0.031147229287739383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,-0.001115449597541194f,-0.0041761640873165425f,-0.0024073857084991805f,0f,0.9661308515984748f,-0.25805266437222846f,1.284065152303958f,0.004322565706712533f,-0.25805025355887823f,-0.9661218256844785f,-0.031147229287739383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9732707871946032f,0.2296256588327828f,-0.004003947952706406f,-0.0023746434556276576f,0.21123286534854302f,0.9018831550439108f,0.3768122227909887f,1.2742401958702783f,0.09013684812684457f,0.3658945633015771f,-0.9262810141399349f,-0.023572573584595146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9740136545112351f,-0.22645390088594297f,-0.004003947952706406f,-0.0023746434556276576f,-0.21123286534854302f,0.9018831550439108f,0.3768122227909887f,1.2742401958702783f,-0.08171950454030395f,0.3678660155839092f,-0.9262810141399349f,-0.023572573584595146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,0.0016287955921064504f,-0.004003947952706406f,-0.0023746434556276576f,0f,0.9262896678444138f,0.3768122227909887f,1.2742401958702783f,0.004322565706712533f,0.3768087024865599f,-0.9262810141399349f,-0.023572573584595146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9656946267575832f,0.25938066237328516f,-0.012472362980931727f,-0.19595748748437342f,0.25366403258356623f,0.9525113059638466f,0.16845406075393693f,1.3528689280503383f,0.0555737926092482f,0.15951139143598325f,-0.9856305948869387f,0.015516360553501161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661389778233895f,-0.25799198548091806f,0.003951070486579068f,0.1915388923624478f,-0.25366403258356623f,0.9525113059638466f,0.16845406075393693f,1.3528689280503383f,-0.047223236905358006f,0.16174778959436026f,-0.985701586920463f,0.013841366342150052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,0.00048592099222202013f,-0.004295166478515727f,-0.008004230307938906f,0f,0.9936613506755356f,0.11241494639802262f,1.1716378027559184f,0.004322565706712533f,0.11241389618040833f,-0.9936520675625103f,-0.04433837280346617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.999990657669216f,0.0008584203408029383f,-0.004236471268324971f,0f,0f,0.9800825610923934f,0.19859046664574545f,1.390625f,0.004322565706712533f,0.1985886113479155f,-0.9800734048369121f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8618306075800796f,0.2318298482748857f,-0.4511129850569532f,-2.261946474793404f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4792772167978651f,-0.08122047989002126f,0.8738973527279547f,-0.4439069125057751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3742828772277699f,0.2318298482748857f,-0.8978681692002152f,-2.2309489129272784f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9123436712760489f,-0.08122047989002126f,-0.4012882494279838f,-0.3554297196346419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33064065990534514f,0.2318298482748857f,-0.9148396993278122f,-2.1092217389611694f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9437567239587531f,-0.08122047989002126f,0.32050971846275866f,-0.4477447738396223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8563506632076168f,-0.267024626774715f,0.4419970478631045f,2.2022792206652038f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2730141963112507f,-0.49074942305937924f,-0.15444014719275706f,0.8575040785337212f,-0.4769963124410924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3656792375491184f,-0.267024626774715f,0.891614571393559f,2.1710830588826457f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2785821189313022f,-0.8970126470970661f,-0.15444014719275706f,-0.4141455684695835f,-0.3887644574921365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33275905901395164f,-0.267024626774715f,0.9044165286746887f,2.0510186604727214f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2303933288933835f,-0.9411397861221961f,-0.15444014719275706f,0.30067281871321017f,-0.477981307773596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000156248540260815f,0f,-6.754008916738333e-8f,-0.0042456686483627005f,0f,0.000015625f,0f,1.5567475f,6.754008916738333e-8f,0f,-0.0000156248540260815f,0.6875247752655742f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21.mcfunction new file mode 100644 index 000000000..d44a5cc78 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210.mcfunction new file mode 100644 index 000000000..4a5d95f1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210_as_bone.mcfunction new file mode 100644 index 000000000..574b4dd79 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_210_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7082355599842758f,0.082636454178053f,-0.39814325620193836f,-0.30162572073709126f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.3726249834696243f,0.18820935477376735f,0.7019061938139233f,-0.36333518006580284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6719490024386743f,-0.1907107458253559f,-0.3900178836263886f,-0.30162572073709126f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.4077895811441502f,0.03064688624669236f,0.6875815776136391f,-0.36333518006580284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6972937590625937f,0.0807071194580197f,-0.41738737269542653f,-0.29958499905259156f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4227960519296479f,0.04795516520981267f,-0.6970568449178635f,-0.21498364571920683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6613231441335001f,-0.18835504975309864f,-0.4088692630485811f,-0.29958499905259156f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.3646638088969027f,0.20189567995923885f,-0.6828311950215806f,-0.21498364571920683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07763851243491923f,-0.027565463196620968f,1.5603264583495495f,-0.008614529701345623f,1.4021690899257453f,0.6845630598090003f,0.08186275344590445f,1.7067637642496987f,-0.6850550011814375f,1.4042862287951463f,-0.009278091000115077f,0.5563690895468002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017641896445837732f,-0.9986089333437117f,0.04968864795834813f,-0.004708955157093958f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8987431864288948f,0.005937978240073153f,0.4384352007561175f,0.3827671682884943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0022564135945993685f,-0.9986089333437117f,0.05267928287120491f,-0.007958988573403127f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975408888476502f,0.005937978240073153f,0.06983491599093011f,0.020637271616280095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9899954108319476f,-0.028293752929970245f,-0.1382336792421483f,0.2676032809955921f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.08571085232317502f,-0.8988132090512392f,-0.4298702886093063f,-0.6888557750210572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.798852478752544f,-0.028293752929970245f,-0.600861199226622f,0.00936344614701383f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.28336965193342445f,-0.8988132090512392f,-0.3344195801656107f,-0.5712116065283346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14235516017998157f,-0.5465411673244392f,-0.8252440613477756f,0.2559293713480876f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.835393028523377f,0.5135236501448648f,-0.19598966461636333f,-0.15517097007693836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013604811229998254f,-0.30766539355284245f,-0.9513973484939775f,0.19229587662884226f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.989010228977307f,0.14423097385000289f,-0.032499125534921514f,-0.1283307820146561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03725321025776994f,-0.5316200577807703f,-0.8461632894959821f,0.20285165371710873f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7826440752819344f,0.5420188419911601f,-0.3060781376587487f,-0.5121839900064274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026326049114535302f,-0.04568519874262796f,-0.9986089333437118f,0.1880443731194678f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9170757505602952f,0.39866879505259956f,0.005937978240073163f,-0.43739647857006453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682057093825338f,-0.053460612837904764f,-0.2443760773767765f,0.24342133057025384f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.2460858619878158f,-0.028057395877878713f,-0.9688418503895594f,-0.3193631117956351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682057093825338f,-0.053460612837904764f,-0.2443760773767765f,0.2635013640227642f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.2460858619878158f,-0.028057395877878713f,-0.9688418503895594f,-0.4159130806094645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682057093825338f,-0.053460612837904764f,-0.2443760773767765f,-0.32539952369198477f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.2460858619878158f,-0.028057395877878713f,-0.9688418503895594f,-0.17478766787779332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682057093825338f,-0.053460612837904764f,-0.2443760773767765f,-0.37793491844316446f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.2460858619878158f,-0.028057395877878713f,-0.9688418503895594f,-0.25288119704253653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9617214123516736f,0.1405186632210101f,-0.23525822049586803f,0.14129257426243175f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.25045500655704156f,0.10236817538669075f,-0.9627009122040509f,-0.3010187807466612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9718629877895839f,-0.011657729359562913f,-0.23525822049586803f,0.02923104498292923f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.23135757906630725f,0.14028764824483095f,-0.9627009122040509f,-0.2729561229060956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9326014055756305f,0.30722935030092313f,-0.18937989500480515f,-0.004154561568797038f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.31463183908666303f,0.43503285045340456f,-0.8436546834216767f,-0.31590507727798095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.981895734292482f,0.004002792299986707f,-0.18937989500480515f,0.0250730963209949f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.16480011689582205f,0.5109674124753881f,-0.8436546834216767f,-0.3167449274651352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691807937686702f,0.15755584520384994f,-0.18937989500480515f,0.08333233986943578f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.24270406781029752f,0.47889613760084193f,-0.8436546834216767f,-0.3024858495565318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691807937686702f,0.07309007236997439f,-0.23525822049586803f,0.06688707358619156f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.24270406781029752f,0.11958966974543629f,-0.9627009122040509f,-0.3293935252492549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479224080847525f,-0.20426316617722318f,-0.2443760773767765f,-0.24107377083863607f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.24744528038524777f,0.010784347397985167f,-0.9688418503895594f,-0.22321919151042086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682057093825339f,-0.05346061283790475f,-0.2443760773767765f,-0.1300897276749236f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.2460858619878158f,-0.02805739587787871f,-0.9688418503895594f,-0.2518473395857375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265125691722262f,-0.28610276470495827f,-0.2443760773767765f,-0.10823248486834526f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.24556375858008908f,0.03230958690163114f,-0.9688418503895594f,-0.25722283300225374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969576432772099f,0.014208230673502298f,-0.2443760773767765f,-0.1369491268107299f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.24352922419736187f,-0.045155131442233494f,-0.9688418503895594f,-0.25034051482804787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959861994929405f,-0.13764186679961424f,-0.2443760773767765f,-0.20613377378935505f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2475947941649007f,-0.006502832934558181f,-0.9688418503895594f,-0.26933519716257653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959861994929405f,-0.13764186679961424f,-0.2443760773767765f,-0.1751643537594419f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2475947941649007f,-0.006502832934558181f,-0.9688418503895594f,-0.26787205975230094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682057093825338f,-0.053460612837904764f,-0.2443760773767765f,-0.0191033235891747f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.2460858619878158f,-0.028057395877878713f,-0.9688418503895594f,-0.25397706928869135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013604811229998254f,-0.0509421962377993f,-0.9986089333437118f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.989010228977307f,0.14772781523015638f,0.005937978240073163f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02706013459269651f,-0.6135277587362603f,-0.7892093754992311f,0.35047160956242174f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.9800276869999938f,0.17187964366740432f,-0.10001560281380319f,-0.5300962523271763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02706013459269651f,-0.7470761649715738f,-0.664187438037781f,0.06564882166700924f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.9800276869999938f,0.15077510721013176f,-0.12966340948477173f,-0.4726132427033135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07526924412614126f,-0.1097102544714591f,-0.9911095806985658f,0.3250857062421588f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9792096402516041f,-0.1958906274505142f,-0.0526815196759552f,-0.21848710246736266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07526924412614126f,-0.9966620879852752f,0.031610492902056725f,0.019093238729341693f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9792096402516041f,-0.06788852162369013f,0.191153417625932f,-0.21783127324177165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08709252630609701f,-0.798026285145841f,-0.5962960171575447f,0.019444413956440365f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9953152401900028f,-0.04448038273307778f,-0.08584327694954175f,-0.323818428640765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10515584197543015f,-0.7521101937991943f,-0.6505939634532256f,0.025894681737787126f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.970527599687434f,0.22026655435870707f,-0.09776923481285218f,-0.328748780947249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009109591654095328f,-0.73643597890843f,-0.6764459064175627f,0.019444413956440365f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914030101247574f,0.09495274504284906f,-0.09002248454912756f,-0.323818428640765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0014424910665933595f,-0.18995761230899472f,-0.9817912327706886f,0.022544347386245996f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.9990188506623043f,0.043183838473055264f,-0.009823040064129547f,-0.3206144956289214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.019592344881774523f,-0.18837357391582638f,-0.9819019995255189f,0.022544347386245996f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.9762419940546565f,0.21557580627703984f,-0.021877860777330477f,-0.3206144956289214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009109591654095328f,-0.12067383792064049f,-0.9926504118678432f,0.022544347386245996f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914030101247574f,0.1306675606769462f,-0.006786759337621368f,-0.3206144956289214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03799587493232208f,-0.4887892241286492f,-0.8715740977471971f,0.0230211280347274f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.9982102795611669f,-0.05887263288019814f,-0.010500041722322905f,-0.12535491157173095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.042661690067955255f,-0.45735249414413104f,-0.8882616035271863f,0.009949962884818015f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9661551506025238f,0.2452796932871769f,-0.07988802804652856f,-0.5107827235177307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009109591654095328f,-0.3408787320171606f,-0.940063139048792f,0.05763977004610435f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914030101247574f,0.12579187089354874f,-0.03600662067829993f,-0.3303305188929676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009109591654095328f,-0.2576496844142398f,-0.9661954540677256f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914030101247574f,0.12845137861624503f,-0.02490612067657824f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9919737478449266f,0.005069510385351894f,-0.12634232723415617f,0.6249409381893569f,-0.017682336208246403f,0.9949392373014753f,-0.09891030817956878f,1.8717703819013232f,0.12520151186271003f,0.10035045661287018f,0.9870432448909622f,-0.5359306242151146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9919737478449266f,0.005069510385351894f,-0.12634232723415617f,0.7179384770498187f,-0.017682336208246403f,0.9949392373014753f,-0.09891030817956878f,1.8701126628818f,0.12520151186271003f,0.10035045661287018f,0.9870432448909622f,-0.5241929824779855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9919737478449266f,0.005069510385351894f,-0.12634232723415617f,0.6903910567047112f,-0.017682336208246403f,0.9949392373014753f,-0.09891030817956878f,1.8857780686184968f,0.12520151186271003f,0.10035045661287018f,0.9870432448909622f,-0.6781182900801944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4169119666224394f,-0.7328876683608941f,-0.5376430764471369f,-0.9421269266957866f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8889469349371567f,-0.20536175286638683f,-0.4093896644096911f,-0.7549185147474395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.20128054508208976f,-0.7328876683608941f,-0.649893689564677f,-0.9307316623916435f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8452313955584224f,-0.20536175286638683f,0.49336643422714394f,-0.8465629526746674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12154948591085817f,-0.7328876683608941f,-0.6694037556208794f,-0.8360187312005831f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9775406712237646f,-0.20536175286638683f,0.04733694712417332f,-0.8078412757796795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4233736959523951e-7f,1.873907020723354e-8f,-0.000015624340431533886f,0.6877359582614465f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015490672033199335f,0.0000020393856624779157f,1.4356559314655947e-7f,-0.286854012811114f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211.mcfunction new file mode 100644 index 000000000..71cbae8f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211_as_bone.mcfunction new file mode 100644 index 000000000..8ab1d8f05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_211_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6866616017430466f,0.0788827656626028f,-0.43499172224024807f,-0.3044043537279248f,-0.17075580064673182f,0.7885243686207143f,-0.1265552096171545f,1.5207389692407385f,0.40777781411157193f,0.19736077071486935f,0.6794927703409842f,-0.34977461636067114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.651016875555951f,-0.18602042053692397f,-0.4261143401537124f,-0.3044043537279248f,0.14105869970174417f,0.777645982964379f,-0.12397245023721257f,1.5207389692407385f,0.4430343902902131f,0.025751278077620454f,0.6656255709462703f,-0.34977461636067114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6739630683007237f,0.07664367160129253f,-0.45480102749949f,-0.302365461736866f,0.03848059927200226f,0.8118480555017246f,0.07978986591153539f,1.499500701851549f,0.4596057772600189f,0.0444176409322518f,-0.6735978378288279f,-0.21050645081573666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6386850100790112f,-0.18328651178025568f,-0.44551937387705143f,-0.302365461736866f,-0.26951447742578183f,0.749168022657312f,0.07816150130109589f,1.499500701851549f,0.39930364931751056f,0.2124931255997701f,-0.65985094317926f,-0.21050645081573666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07878607256753631f,-0.024992634928127408f,1.560312267774862f,-0.00756837841615961f,1.4165096529196526f,0.6543558918193774f,0.08200621943922135f,1.6938085991872807f,-0.6547514092805216f,1.4186613355697746f,-0.010337166176183719f,0.5664134327098096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.01599528635400185f,-0.9985998513759117f,0.05042308644322306f,-0.0039808632681867726f,0.41878777076439905f,-0.05248398044110164f,-0.9065661778685787f,1.6129455666412607f,0.9079432547646569f,0.006615786352757085f,0.41904090193953136f,0.39103417118097517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.003596599434713174f,-0.9985998513759117f,0.05277690124015888f,-0.007686089220860458f,0.05741308344043819f,-0.05248398044110164f,-0.9969699943563596f,1.5902593431629994f,0.9983440300429344f,0.006615786352757085f,0.05714393273626839f,0.02967102136079952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9891034336568043f,-0.029101779310005432f,-0.14431730308355822f,0.2660455116151935f,0.11690112732303887f,0.44061416599100783f,-0.8900524047260653f,1.496336308688842f,0.08949035679291104f,-0.8972247450717353f,-0.43241095369108906f,-0.6810267026485781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7951229385725697f,-0.029101779310005432f,-0.6057496174135925f,0.009118419158123331f,0.5337499980781243f,0.44061416599100783f,-0.721782582416375f,1.6722898022209491f,0.28790701989934925f,-0.8972247450717353f,-0.33480935578868676f,-0.5619042219809776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13812061258538072f,-0.5485860400858473f,-0.824606604995357f,0.25606292010137766f,-0.5194048754556202f,0.6687868948667016f,-0.5319235514690879f,1.4000446417720982f,0.8432919255702445f,0.5017742977449967f,-0.19256500821941794f,-0.147044257272895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014471206554890929f,-0.3076043576723976f,-0.9514043006639173f,0.19244082615865368f,-0.1507403803657932f,0.9399580290967083f,-0.30619640961939415f,1.5743730446676099f,0.9884674612287556f,0.14784607765369864f,-0.03276607108572608f,-0.11952790565711227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.037158505149951865f,-0.5319064702039149f,-0.8459874422532718f,0.202727911673298f,-0.6069340970685166f,0.6605311347701639f,-0.4419611089393096f,1.4495212529124455f,0.7938830186561778f,0.5298812385378932f,-0.2982878236450542f,-0.5019521248801241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026649001532611204f,-0.045696471957057824f,-0.9985998513759117f,0.18791857411025026f,-0.3910784632266967f,0.9188596559852344f,-0.05248398044110186f,1.6214794135319202f,0.9199714486425977f,0.3919295409297117f,0.006615786352757093f,-0.42842398729109843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9679892010896538f,-0.0524794786708838f,-0.24544410950814396f,0.24390364298613426f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.2952839666443916f,0.24676228626365337f,-0.02021722771255648f,-0.9688651287880853f,-0.3058767812264558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9679892010896538f,-0.0524794786708838f,-0.24544410950814396f,0.2637527875944682f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.1691536740132458f,0.24676228626365337f,-0.02021722771255648f,-0.9688651287880853f,-0.4034343193211562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9679892010896538f,-0.0524794786708838f,-0.24544410950814396f,-0.32479001265403734f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.2683275059168593f,0.24676228626365337f,-0.02021722771255648f,-0.9688651287880853f,-0.16090393804655942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9679892010896538f,-0.0524794786708838f,-0.24544410950814396f,-0.3775400581274274f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,2.138755962980071f,0.24676228626365337f,-0.02021722771255648f,-0.9688651287880853f,-0.23995430467148587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9610129223292242f,0.14633272267775949f,-0.2346079653165211f,0.14235884389828957f,0.10999245427001458f,0.9807756593424724f,0.16118550196899684f,2.38922949139695f,0.25368449522961145f,0.12909624438786999f,-0.9586335778414212f,-0.2846639451326171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9720727397358113f,-0.005804418364956376f,-0.2346079653165211f,0.030332140393628672f,-0.04478885095778211f,0.9859072942142604f,0.16118550196899684f,2.3940058522283345f,0.23036611619853073f,0.16719185369676498f,-0.9586335778414212f,-0.2564443649782774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.931285362782426f,0.31361313683922704f,-0.18534932821314773f,-0.003269720954956812f,0.17305910662519147f,0.8285859204003653f,0.5324433473416401f,2.394280698896474f,0.3205590720620702f,0.4637803067360018f,-0.8259235487637849f,-0.3002551390437066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9826168017470793f,0.010480813674302758f,-0.18534932821314773f,0.026030854125202396f,-0.0914581396434142f,0.841510243885715f,0.5324433473416401f,2.4036870946660227f,0.16155379790430913f,0.5401394838188827f,-0.8259235487637849f,-0.30076665013700343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9688795978781484f,0.16406691118690586f,-0.18534932821314773f,0.08511361155183217f,0.041309066649813896f,0.8454570615259838f,0.5324433473416401f,2.510796907459003f,0.24406123376726266f,0.5082168885126083f,-0.8259235487637849f,-0.28281225486540695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9688795978781484f,0.07893939083574975f,-0.2346079653165211f,0.0673522486137885f,0.041309066649813896f,0.9860592248782646f,0.16118550196899684f,2.288933581861394f,0.24406123376726266f,0.14647790825567178f,-0.9586335778414212f,-0.31576978422293306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9478620485667834f,-0.20326024204092363f,-0.24544410950814396f,-0.2404041932239231f,-0.2015053185404253f,0.9789474221191459f,-0.03252001424047717f,2.37873993356268f,0.24688690424302046f,0.01863380615290999f,-0.9688651287880853f,-0.20856549036423744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9679892010896539f,-0.05247947867088382f,-0.24544410950814396f,-0.12943520130598166f,-0.04588333740856565f,0.9984173315913798f,-0.03252001424047717f,2.394086439931035f,0.2467622862636534f,-0.02021722771255648f,-0.9688651287880853f,-0.23719254400239403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265398499384647f,-0.2850983963191679f,-0.24544410950814396f,-0.10758703272361439f,-0.28605941965295945f,0.957659885920681f,-0.03252001424047717f,2.390798463928609f,0.24432338181970872f,0.040080510408768685f,-0.9688651287880853f,-0.24261701341459765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9692920114227774f,0.015171871991956354f,-0.24544410950814396f,-0.1362875601697081f,0.0238745044721069f,0.9991858969731363f,-0.03252001424047717f,2.3994482681454f,0.24475090322243434f,-0.03738124650475387f,-0.9688651287880853f,-0.23563659535210343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9597318219930069f,-0.13664559620323433f,-0.24544410950814396f,-0.20539031080435263f,-0.13272654156414937f,0.9906190558626559f,-0.03252001424047717f,2.50035203507835f,0.24758532876243547f,0.001366455284056687f,-0.9688651287880853f,-0.25377176021810693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9597318219930069f,-0.13664559620323433f,-0.24544410950814396f,-0.17464505165862496f,-0.13272654156414937f,0.9906190558626559f,-0.03252001424047717f,2.2774627475092526f,0.24758532876243547f,0.001366455284056687f,-0.9688651287880853f,-0.2540792126570197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9679892010896538f,-0.0524794786708838f,-0.24544410950814396f,-0.019080540281460775f,-0.045883337408565636f,0.9984173315913798f,-0.03252001424047717f,1.772525532689756f,0.24676228626365337f,-0.02021722771255648f,-0.9688651287880853f,-0.24428613396266352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014471206554890929f,-0.05088144075056217f,-0.9985998513759117f,3.6864249912000324e-17f,-0.1507403803657932f,0.987179198283794f,-0.05248398044110186f,1.4023333333333332f,0.9884674612287556f,0.15128882795141554f,0.006615786352757093f,-0.30101944444444434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.026644212825375987f,-0.6013775845605026f,-0.7985205612325157f,0.344387160269538f,-0.19714011633287432f,0.7799555652503721f,-0.5939739815574698f,0.8731233726281185f,0.9800131940209666f,0.1732464055129234f,-0.09777434490537305f,-0.5224566829603857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.026644212825375987f,-0.7368262754105632f,-0.6755569004810128f,0.06347214276926078f,-0.19714011633287432f,0.658651976556458f,-0.7261634446256104f,1.124234438690268f,0.9800131940209666f,0.15252741931491573f,-0.12770875421033206f,-0.4643056043465741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07237242791195313f,-0.1001282249787573f,-0.9923389391940299f,0.3245373453855447f,0.18689227825560423f,0.9759628540010555f,-0.11210612801512793f,1.2637966743573301f,0.9797109308395813f,-0.19357387781598476f,-0.05191960921196584f,-0.2101693448001795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07237242791195313f,-0.9971358594095405f,0.021961547252560804f,0.01730014505643498f,0.18689227825560423f,-0.03518737924709628f,-0.9817500316629234f,1.1411925285770432f,0.9797109308395813f,-0.0669471897940335f,0.18890358856337988f,-0.20947703243086668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.086368986059361f,-0.793706442415194f,-0.6021382578077019f,0.01864580547610115f,-0.04128835014615112f,0.6067291517856607f,-0.7938356306664887f,1.2938476428483896f,0.9954072886960827f,-0.04370148329370018f,-0.0851734111600781f,-0.31547524425463835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10458473972430954f,-0.7473732832643518f,-0.6561213360952848f,0.024823373936167115f,-0.21753069495636962f,0.6265729477487889f,-0.7483894293088275f,1.256803680453282f,0.970434144580969f,0.22099664389319726f,-0.09704666104171762f,-0.3204096259779201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00918646834263058f,-0.7314766581934198f,-0.6818045961399622f,0.01864580547610115f,-0.13052619222005157f,0.6751225245010402f,-0.726066450165463f,1.2938476428483896f,0.9914023007558153f,0.09566334423137053f,-0.08927487119310962f,-0.31547524425463835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0007339155570279423f,-0.1828177676203518f,-0.9831465431003997f,0.021926433712492772f,-0.04418896994722142f,0.9821923890703178f,-0.1826073541436523f,1.3183764024654314f,0.9990229208096073f,0.043310214668744476f,-0.008799375113526986f,-0.3122762319033073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.01903693767126044f,-0.18122036138032452f,-0.9832582446261435f,0.021926433712492772f,-0.2158700313562174f,0.9594955978593004f,-0.18102023989291838f,1.3183764024654314f,0.9762365105681954f,0.215702059122783f,-0.020854187201259436f,-0.3122762319033073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00918646834263058f,-0.11342255028180351f,-0.9935043703411484f,0.021926433712492772f,-0.13052619222005157f,0.9849096341595285f,-0.11364825420690855f,1.3183764024654314f,0.9914023007558153f,0.13072236850407704f,-0.0057567724256127745f,-0.3122762319033073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03663336185909735f,-0.48254475215768855f,-0.8751048845504038f,0.022595102805084876f,0.04651588568165521f,0.873920128005693f,-0.4838386944486399f,1.317123338355602f,0.9982455956217146f,-0.0584309167443749f,-0.009568635757531554f,-0.11701715346652558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.041816149991983395f,-0.45090866386983375f,-0.8915900327207394f,0.009419157779251036f,-0.2546504196560528f,0.8580896232870445f,-0.44590958968841926f,1.3575417493944824f,0.9661286525969738f,0.24568999827876478f,-0.07894207608706763f,-0.5024341512063351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00918646834263058f,-0.3340053932696665f,-0.9425263954214573f,0.056062483942613685f,-0.13052619222005157f,0.9341011694354383f,-0.33229191745193065f,1.1869235775617932f,0.9914023007558153f,0.12607697064143766f,-0.035015361342617554f,-0.32201912480224315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00918646834263058f,-0.2505878138570601f,-0.9680502860625213f,3.6864249912000324e-17f,-0.13052619222005157f,0.9595077813474495f,-0.24961516516075152f,1.4023333333333332f,0.9914023007558153f,0.1286489995298623f,-0.023893785301653078f,-0.30101944444444434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.803241947991216f,0.019623158336585834f,-0.5953295764903456f,0.5634091634910873f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962183f,1.8729837280078827f,0.5904298543271671f,0.10583582249449554f,0.8001195946832661f,-0.5776792111302765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.803241947991216f,0.019623158336585834f,-0.5953295764903456f,0.6387130961152637f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962183f,1.8656048465505861f,0.5904298543271671f,0.10583582249449554f,0.8001195946832661f,-0.5223264122871046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.803241947991216f,0.019623158336585834f,-0.5953295764903456f,0.6903605662767274f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962183f,1.8803081383356777f,0.5904298543271671f,0.10583582249449554f,0.8001195946832661f,-0.6700207509111805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41093745539535503f,-0.7329035905968583f,-0.5422017471785047f,-0.9421254924680474f,-0.181552000467159f,0.6486156150018105f,-0.7391458956810866f,2.558727120066594f,0.8934032006208412f,-0.20530492168005995f,-0.39960056338096067f,-0.7426069098246616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19422645860454263f,-0.7329035905968583f,-0.652018718801976f,-0.9307373346153816f,0.4886928237134359f,0.6486156150018105f,-0.5835041628187512f,2.542586876932081f,0.8505618183465129f,-0.20530492168005995f,0.4841430390959038f,-0.8342522311033912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12147368376176981f,-0.7329035905968583f,-0.6694000829426137f,-0.8360214011003224f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.661865366311506f,0.9775500936397825f,-0.20530492168005995f,0.047388854795159606f,-0.7955378986833004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4353856785360282e-7f,1.8897210958044696e-8f,-0.00001562432925200172f,0.6877377025466906f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5660925595245558f,0.000015490660949309615f,0.0000020393842032561507f,1.4477715649734313e-7f,-0.2785517866770755f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212.mcfunction new file mode 100644 index 000000000..e92ad5441 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212_as_bone.mcfunction new file mode 100644 index 000000000..859e29517 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_212_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6515434731074129f,0.0727584155747902f,-0.48697203211131196f,-0.3088874353892741f,-0.18259464170595227f,0.7858126598322335f,-0.1268940696490965f,1.5143831256095635f,0.4572687873842357f,0.21011692234296825f,0.643195599700211f,-0.33114818708753274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6169382395600291f,-0.1783982514184332f,-0.47703382737434646f,-0.3088874353892741f,0.12932770642499147f,0.7796298876996857f,-0.12430439475829862f,1.5143831256095635f,0.49260689491665f,0.01874305461287519f,0.6300691588900027f,-0.33114818708753274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6363157148014736f,0.07007335092974566f,-0.5070862658666778f,-0.3068975406720542f,0.030102093328233593f,0.8127012104682162f,0.07453221400977487f,1.4944560877399211f,0.5110191968198383f,0.039381625631978084f,-0.6358088647452429f,-0.20461668417002135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.602150180151663f,-0.1751198175767517f,-0.4967375665632762f,-0.3068975406720542f,-0.277417058740448f,0.746799268697099f,0.07301114841773866f,1.4944560877399211f,0.4477219405648095f,0.22720893856836588f,-0.6228331736279931f,-0.20461668417002135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08014353983718034f,-0.02159504138594698f,1.560293856044401f,-0.00623746824669957f,1.4350023988364353f,0.6127148291823717f,0.0821882195554352f,1.6761254583431615f,-0.6129856265493033f,1.4371918599433953f,-0.011594367442945624f,0.5798829534415783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.013820826487006376f,-0.9985880678684167f,0.05129186549579523f,-0.0030699716613830728f,0.39213749067671544f,-0.05260046051547851f,-0.9184015352553196f,1.6004101816431586f,0.9198027903637741f,0.007420395163484705f,0.39231080099155163f,0.4022126140162846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.005308795286712803f,-0.9985880678684167f,0.052855344133081406f,-0.007349845653237324f,0.040170776700646005f,-0.05260046051547851f,-0.997807346261204f,1.5833128668750942f,0.9991787254499922f,0.007420395163484705f,0.039834813213408204f,0.041967954300754784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9878365425193f,-0.030089925397242527f,-0.1525567489595387f,0.2639544601958079f,0.12342929312389073f,0.4449754042838408f,-0.88699611001479f,1.4910261880502105f,0.09457364782248845f,-0.8950371422304334f,-0.43584898665194477f,-0.6703315543674809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7900203279907337f,-0.030089925397242527f,-0.6123417981413666f,0.008819763486043991f,0.5379779394606885f,0.4449754042838408f,-0.7159445692482517f,1.6682243923562232f,0.2940197578650894f,-0.8950371422304334f,-0.33535189877639493f,-0.5492183385298135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13219620015683914f,-0.5513171062844293f,-0.8237557969339314f,0.2562265020792003f,-0.5035966991341642f,0.6784470790133716f,-0.5348830952641879f,1.3939833373560582f,0.8537649145316684f,0.4855502129506149f,-0.18795334904796324f,-0.13595141062168878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015533132023107046f,-0.30752219075425724f,-0.9514141180386464f,0.19261975307503554f,-0.15555059641098173f,0.9392008133052817f,-0.30611410330607997f,1.5681702767051355f,0.9877057931214844f,0.15274794427552799f,-0.03324652995215594f,-0.10751896188222826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03692929439112319f,-0.5323632559532903f,-0.8457101104554595f,0.20258689698314689f,-0.5869890002277678f,0.6733481306164031f,-0.4494955045459312f,1.4440975337130335f,0.8087522122550144f,0.5130220840336284f,-0.28762510402677544f,-0.48798555149576256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02697884076985191f,-0.04576038528615854f,-0.9985880678684167f,0.1877656493178146f,-0.3818515252202107f,0.922725638660029f,-0.05260046051547862f,1.6167798380835672f,0.9238298300215868f,0.3827314762309261f,0.007420395163484715f,-0.41617702223269215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9677228906666808f,-0.05111138669057069f,-0.24677932050779858f,0.24458220941941958f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.2899297003568537f,0.24756355345567221f,-0.00952802115520721f,-0.968824805531561f,-0.28746824636539425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9677228906666808f,-0.05111138669057069f,-0.24677932050779858f,0.2641251798581353f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.1648168429603674f,0.24756355345567221f,-0.00952802115520721f,-0.968824805531561f,-0.3863882024941649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9677228906666808f,-0.05111138669057069f,-0.24677932050779858f,-0.3239549888472555f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.262219287204725f,0.24756355345567221f,-0.00952802115520721f,-0.968824805531561f,-0.14202465871018682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9677228906666808f,-0.05111138669057069f,-0.24677932050779858f,-0.3769912352085408f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.133568930256903f,0.24756355345567221f,-0.00952802115520721f,-0.968824805531561f,-0.22237734832978207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9600729224400594f,0.15426282526013485f,-0.23337301544987055f,0.1438260816616766f,0.10826431113890245f,0.97410165921512f,0.19850641412299302f,2.3823939919871977f,0.257951201840626f,0.16531466437406983f,-0.9519097852275004f,-0.2624158881034817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9723848541603104f,0.0021750998751785405f,-0.23337301544987055f,0.03184383991280264f,-0.04545167413966035f,0.9790451209571156f,0.19850641412299302f,2.387024852776001f,0.2289144834158264f,0.2036318247980901f,-0.9519097852275004f,-0.23399629475221287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.92955153198772f,0.32210199737294043f,-0.17939970085718077f,-0.0020295759708296446f,0.16768343284693799f,0.8026893792134014f,0.5723390838014392f,2.389627742430254f,0.32835379657916264f,0.5019363144726298f,-0.800152310804439f,-0.27889411490070376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9835910328394172f,0.019089982981746384f,-0.17939970085718077f,0.027368378830988235f,-0.08856823789739654f,0.8152199950866511f,0.5723390838014392f,2.3987392969465042f,0.15717616662089545f,0.5788367059548637f,-0.800152310804439f,-0.2789679577586494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9684950637740449f,0.17272249065383288f,-0.17939970085718077f,0.08756514024601961f,0.04005068790316492f,0.8190384090821459f,0.5723390838014392f,2.5042672641133494f,0.2457910776325956f,0.547122496037701f,-0.800152310804439f,-0.25603669978999344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9684950637740449f,0.08691574716438802f,-0.23337301544987055f,0.06800909713403233f,0.04005068790316492f,0.9792809331088369f,0.19850641412299302f,2.2839290541638615f,0.2457910776325956f,0.18290573239880178f,-0.9519097852275004f,-0.29719048957972377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9478130336041f,-0.2018673334145542f,-0.24677932050779858f,-0.23947853692514914f,-0.20280884932271645f,0.9789740075609531f,-0.021873800685815008f,2.3730155996081495f,0.24600614619677538f,0.029316756644354704f,-0.968824805531561f,-0.18862294727662487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9677228906666808f,-0.05111138669057068f,-0.24677932050779858f,-0.1285264331899348f,-0.047166660684474504f,0.9986475068628736f,-0.021873800685815008f,2.3885122451477088f,0.24756355345567221f,-0.009528021155207208f,-0.968824805531561f,-0.21723457566005505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9266124214784234f,-0.283706516195174f,-0.24677932050779858f,-0.10669012277203961f,-0.28736030718100425f,0.9575727600033307f,-0.021873800685815008f,2.3852519397884f,0.24251489483891941f,0.05064604592662106f,-0.968824805531561f,-0.22272311656792707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689309164463059f,0.016518054492937584f,-0.24677932050779858f,-0.13536921607604424f,0.022610363522481025f,0.9995050316556383f,-0.021873800685815008f,2.393866691796147f,0.24629585992440822f,-0.02677397189118275f,-0.968824805531561f,-0.21561247102021414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9595857620342859f,-0.1352594997432289f,-0.24677932050779858f,-0.20435501297486433f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.4950531028999943f,0.24745192115399056f,0.012084821220555281f,-0.968824805531561f,-0.23258051644118077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9595857620342859f,-0.1352594997432289f,-0.24677932050779858f,-0.17392162553263787f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.2721373889927428f,0.24745192115399056f,0.012084821220555281f,-0.968824805531561f,-0.2352996012158057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9677228906666808f,-0.05111138669057069f,-0.24677932050779858f,-0.019049824754516585f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,1.7669099305825111f,0.24756355345567221f,-0.00952802115520721f,-0.968824805531561f,-0.23108615938285976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015533132023107046f,-0.050799532678710985f,-0.9985880678684167f,3.54708739983038e-17f,-0.15555059641098173f,0.9864264815533632f,-0.05260046051547862f,1.397f,0.9877057931214844f,0.15614801942348527f,0.007420395163484715f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.026042445677756463f,-0.5846121281299658f,-0.8108948456282565f,0.3359982448900712f,-0.1973097004792181f,0.7922063846185798f,-0.5774754767662086f,0.8614261865543318f,0.9799952413761621f,0.17503629284497355f,-0.09471865216084058f,-0.5120214221362116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.026042445677756463f,-0.7225965923171354f,-0.6907792381034515f,0.06050829406916338f,-0.1973097004792181f,0.673704268512398f,-0.7121737433274102f,1.1182759389246835f,0.9799952413761621f,0.15484419059118304f,-0.12503041038179083f,-0.4529870744733231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06850117501317503f,-0.08703772116967318f,-0.9938470828630553f,0.3237370599094971f,0.18484087894244866f,0.9778323616392428f,-0.09837541360931605f,1.2541054057927206f,0.9803782119639325f,-0.19044239975544094f,-0.05089453685604585f,-0.19883741744961358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06850117501317503f,-0.9976122848834692f,0.008793069509485885f,0.014853955574273478f,0.18484087894244866f,-0.021352312172654764f,-0.9825364767970015f,1.1357093195884307f,0.9803782119639325f,-0.06567958445716435f,0.18586219005471988f,-0.19809731425289587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08541001267140616f,-0.7877547333884246f,-0.6100390231449154f,0.017557250802192496f,-0.04035173259918255f,0.6145089085290698f,-0.7878772360048584f,1.2883347992957683f,0.9955284362647379f,-0.04267647317367723f,-0.08427248201958984f,-0.30411226963191706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1037653128314264f,-0.7408665823187397f,-0.6635883264919198f,0.023363128729967896f,-0.21846731250333817f,0.6339181167950093f,-0.7419028606001178f,1.251231404177695f,0.9703116990022149f,0.22195614071797873f,-0.09607641946396536f,-0.30905144741773405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009256843660768961f,-0.7246642313134576f,-0.6890399572596034f,0.017557250802192496f,-0.13052619222005157f,0.6822982302428391f,-0.7193274901962415f,1.2883347992957683f,0.9914016461505267f,0.09659646402620303f,-0.08827173470403896f,-0.30411226963191706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00019722107993039696f,-0.1730814143107297f,-0.9849075007959089f,0.021083537527976298f,-0.04409485524951659f,0.9839480432851417f,-0.17292163501385588f,1.3128303489068829f,0.9990273293781156f,0.04346345747335951f,-0.007437944614721141f,-0.3009201541614208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.01824601607191405f,-0.17147177072680214f,-0.9850200580400983f,0.021083537527976298f,-0.21596414605392225f,0.9612512520741243f,-0.17133452076312194f,1.3128303489068829f,0.9762307977710514f,0.21585518810013235f,-0.01949274874287579f,-0.3009201541614208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009256843660768961f,-0.1035433490839513f,-0.9945818647582105f,0.021083537527976298f,-0.13052619222005157f,0.9859894792131967f,-0.10386366075496964f,1.3128303489068829f,0.9914016461505267f,0.1307804333276514f,-0.004387968625400158f,-0.3009201541614208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03480867207793001f,-0.4739984851400655f,-0.8798373670361441f,0.0220068375825895f,0.046958916333368794f,0.878622764428717f,-0.47520195496697504f,1.3115873277185157f,0.9982901464629244f,-0.05785735832685845f,-0.008325236481367685f,-0.10566204955284275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.040628551474927874f,-0.4421039282664969f,-0.8960432118019652f,0.00870237598893843f,-0.2549677403532592f,0.8625074156723788f,-0.4371183012518552f,1.3521007822305169f,0.9660956330427138f,0.2462215963750679f,-0.07767981265625583f,-0.49106465324177356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009256843660768961f,-0.3246217788636566f,-0.9457986104519479f,0.053910638135753516f,-0.13052619222005157f,0.9373543927436788f,-0.3230010147796184f,1.181047047939071f,0.9914016461505267f,0.12644146112539326f,-0.03369470163840945f,-0.3106967647302199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009256843660768961f,-0.24095471460544327f,-0.9704922134436987f,3.54708739983038e-17f,-0.13052619222005157f,0.9619388696356256f,-0.24007608008435397f,1.397f,0.9914016461505267f,0.12889699994004664f,-0.02254638366748395f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41176657212109863f,0.02964929302519126f,-0.9108069002300908f,0.534409177770681f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.8752056456348818f,0.9034281858657028f,0.11771566465992515f,0.41226270177773433f,-0.6394792125855738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.41176657212109863f,0.02964929302519126f,-0.9108069002300908f,0.573012293907034f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.8640081890143385f,0.9034281858657028f,0.11771566465992515f,0.41226270177773433f,-0.5547828201606642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.41176657212109863f,0.02964929302519126f,-0.9108069002300908f,0.6903317708733712f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.8728597226314139f,0.9034281858657028f,0.11771566465992515f,0.41226270177773433f,-0.6589704216397791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4027530744885214f,-0.7329181624545777f,-0.5482890917520142f,-0.942107466636812f,-0.17052382040558148f,0.6486156150018105f,-0.7417677605895985f,2.5526976470414207f,0.8992839305048926f,-0.20525289552166637f,-0.3862119382096356f,-0.7258747780933854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1845553337978849f,-0.7329181624545777f,-0.6548055405316577f,-0.9307258143159597f,0.4799485407246199f,0.6486156150018105f,-0.5907175147497583f,2.5365574039069076f,0.857664693818662f,-0.20525289552166637f,0.47146847387382407f,-0.8175209075370561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12140429142242527f,-0.7329181624545777f,-0.6693967173271945f,-0.8360071328773067f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6558358932863326f,0.9775587140658207f,-0.20525289552166637f,0.04743637247883612f,-0.7788132986870462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4463818219951504e-7f,1.9041977933066972e-8f,-0.000015624318935535284f,0.687739295695342f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5607592261912226f,0.00001549065072110198f,0.00000203938285668707f,1.458862593720996e-7f,-0.2672228284669078f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213.mcfunction new file mode 100644 index 000000000..0ebc28428 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213_as_bone.mcfunction new file mode 100644 index 000000000..20d2a5ad8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_213_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6050343600378064f,0.06464200581632996f,-0.5447010911519525f,-0.31479326068410696f,-0.19697744698642564f,0.7824863202370358f,-0.12593446099085528f,1.5066459186243208f,0.511935301573154f,0.22467980365486553f,0.595303012991921f,-0.3092020465863081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5718037090929811f,-0.16830876684137192f,-0.5335847423529332f,-0.31479326068410696f,0.115063953472606f,0.7820112012228712f,-0.1233643699502256f,1.5066459186243208f,0.5475406878751234f,0.01142979292458414f,0.5831539719104533f,-0.3092020465863081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5867924824375206f,0.06142547061661817f,-0.5646644477552869f,-0.31289306970834835f,0.02035460875662664f,0.8136296920262559f,0.06735620684145567f,1.4882477509208014f,0.5676307927708124f,0.03432317376396411f,-0.5861413202339449f,-0.1967475177731547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5540885625656056f,-0.16438141340831516f,-0.5531406835153831f,-0.31289306970834835f,-0.2865868376779456f,0.7439854932734243f,0.06598159037530352f,1.4882477509208014f,0.5008531214874633f,0.24385310480816946f,-0.5741792524740685f,-0.1967475177731547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08151242575704921f,-0.017592463553122363f,1.560273206740836f,-0.004737586825797445f,1.455901505313903f,0.5612212780495235f,0.08238770472083795f,1.6545175919305117f,-0.5613490725670708f,1.4581246285179434f,-0.012885512698315086f,0.5959730440376508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.011259176673997874f,-0.9985748523141351f,0.05216795248451146f,-0.00206489769365039f,0.3591816179516793f,-0.052728131021336236f,-0.9317769634009041f,1.5851680451357955f,0.9331997622514899f,0.008246728126921163f,0.35926340644290955f,0.41571466624608916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007247560221459122f,-0.9985748523141351f,0.05287473117320662f,-0.0069855350274927f,0.01911263921572931f,-0.052728131021336236f,-0.9984259868519074f,1.5748314937217827f,0.9997910681202576f,0.008246728126921163f,0.018703250577238238f,0.05694792983077673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9862101788291209f,-0.031146807762680112f,-0.16254033204108986f,0.261442099692481f,0.13133541283025252f,0.45030219294139595f,-0.8831641661485574f,1.484585873249691f,0.10070001246544213f,-0.8923327918430235f,-0.44000192737202337f,-0.6572521518786062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7837577411338625f,-0.031146807762680112f,-0.6202851598893365f,0.008502195234035349f,0.5430350243122822f,0.45030219294139595f,-0.7087601127337294f,1.6632682096311864f,0.30139138272834554f,-0.8923327918430235f,-0.3360140220567164f,-0.5337395795517271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12475386304020755f,-0.5545365277673937f,-0.822754953207957f,0.25640211879951014f,-0.4840929928385994f,0.6898157887223194f,-0.5383383247679585f,1.386588557496595f,0.8660776223532812f,0.4654496933086185f,-0.18239006293600576f,-0.12239811283284852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016673394743569624f,-0.3074204594044617f,-0.9514276951231105f,0.19281435956665413f,-0.16143635907791262f,0.9382472734672734f,-0.30599077731019036f,1.5605974789135202f,0.986742266184738f,0.15869692804454974f,-0.03398507251471776f,-0.09285484552771242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03650985692512524f,-0.5329990117743612f,-0.8453277966533819f,0.20245065548782903f,-0.5622140953191904f,0.688374552039528f,-0.4583184342013785f,1.4375067581059728f,0.8261854158551403f,0.4919883429024854f,-0.2745271008048846f,-0.47091761538314775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.0272351516333184f,-0.04589674107507795f,-0.9985748523141353f,0.1876039237092886f,-0.37058151272510426f,0.9273020471374848f,-0.05272813102133658f,1.611046341125368f,0.9284005541477685f,0.37148943798352746f,0.008246728126921152f,-0.40121180371044307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9674358175051971f,-0.0493986842523153f,-0.2482492880195044f,0.24544061212684384f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.283309096008439f,0.24838262280044457f,0.0035187141037618f,-0.9686556102876955f,-0.26497366696337066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9674358175051971f,-0.0493986842523153f,-0.2482492880195044f,0.2646209200629996f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.159458467791076f,0.24838262280044457f,0.0035187141037618f,-0.9686556102876955f,-0.365539318045829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9674358175051971f,-0.0493986842523153f,-0.2482492880195044f,-0.3229279306574595f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.254683845347146f,0.24838262280044457f,0.0035187141037618f,-0.9686556102876955f,-0.11904887606810945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9674358175051971f,-0.0493986842523153f,-0.2482492880195044f,-0.3763053090341935f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.12717892981132f,0.24838262280044457f,0.0035187141037618f,-0.9686556102876955f,-0.20098583044053447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9589610945256207f,0.16392310346520347f,-0.2313500277427246f,0.14563294850369607f,0.10601777676941357f,0.9640560031016244f,0.24363138938279605f,2.3737725653973167f,0.26297119651226836f,0.2091058082264979f,-0.9418709629088524f,-0.23534976879328423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.972797915145621f,0.011890372230242113f,-0.2313500277427246f,0.03370103283837906f,-0.04609906310305794f,0.9687717081379023f,0.24363138938279605f,2.3782253275674425f,0.22702222946080292f,0.24766912718342096f,-0.9418709629088524f,-0.2067043539848257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.927527323108492f,0.3321000172721604f,-0.17147199017631337f,-0.00046626741657598836f,0.1607253669416372f,0.7686042548858742f,0.6192050191921948f,2.383798937713888f,0.33743209881199965f,0.5467696753653781f,-0.7662783442014839f,-0.2527826693063605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9847554538534429f,0.029224179900794234f,-0.17147199017631337f,0.02904684070191589f,-0.08465286914485512f,0.780652954873507f,0.6192050191921948f,2.3925193890007166f,0.15195587468552754f,0.6242811156493429f,-0.7662783442014839f,-0.2523401723682378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680598111594985f,0.18291407437048232f,-0.17147199017631337f,0.09058496499621581f,0.03851037552541326f,0.7842844478785012f,0.6192050191921948f,2.4957853110226718f,0.24774412807315482f,0.5928240432144298f,-0.7662783442014839f,-0.22344634710149933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680598111594985f,0.09663005061199448f,-0.2313500277427246f,0.06884320360851709f,0.03851037552541326f,0.9691030373929803f,0.24363138938279605f,2.2777371276092517f,0.24774412807315482f,0.22694038035224862f,-0.9418709629088524f,-0.2745079326807552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9477974204793065f,-0.2001308090489364f,-0.2482492880195044f,-0.23832904441174743f,-0.20436647049980683f,0.9788543027843677f,-0.008865644701941159f,2.3659315036886244f,0.2447741723879876f,0.04233099561725019f,-0.9686556102876955f,-0.1643311157254961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9674358175051972f,-0.049398684252315306f,-0.2482492880195044f,-0.12739274764405792f,-0.04872383091283866f,0.9987729414863001f,-0.008865644701941159f,2.3816087759522833f,0.24838262280044454f,0.003518714103761797f,-0.9686556102876955f,-0.1929056116762952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9267482158371683f,-0.28197523905555044f,-0.2482492880195044f,-0.10557024776580107f,-0.28890156818054336f,0.9573177551089512f,-0.008865644701941159f,2.3783827104603343f,0.2401533433984389f,0.06350338819876794f,-0.9686556102876955f,-0.19846880549865445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9685250704979498f,0.01820655966268181f,-0.2482492880195044f,-0.13422385606722148f,0.0210657363595457f,0.9997387834307766f,-0.008865644701941159f,2.386953391750132f,0.2480230283029618f,-0.0138161532128212f,-0.9686556102876955f,-0.19120383622566553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9594490531259634f,-0.13352829458021806f,-0.2482492880195044f,-0.2030596170483312f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.4884694630085633f,0.24713077579069476f,0.025153296310052316f,-0.9686556102876955f,-0.20675278531088226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9594490531259634f,-0.13352829458021806f,-0.2482492880195044f,-0.1730157507677822f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.265556169881042f,0.24713077579069476f,0.025153296310052316f,-0.9686556102876955f,-0.21241227698064402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9674358175051971f,-0.0493986842523153f,-0.2482492880195044f,-0.019011657649711432f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,1.7600525676303536f,0.24838262280044457f,0.0035187141037618f,-0.9686556102876955f,-0.21499295798738705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016673394743569624f,-0.05069775373256391f,-0.9985748523141353f,3.377269710348613e-17f,-0.16143635907791262f,0.985473513680943f,-0.05272813102133658f,1.3904999999999998f,0.986742266184738f,0.1620854453669677f,0.008246728126921152f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02528385290968363f,-0.5638399824259133f,-0.8254969418477498f,0.32560942476552335f,-0.1975074355760041f,0.8066665976570837f,-0.5570276592024268f,0.8473622965157774f,0.9799752750320959f,0.1771255894620824f,-0.09096694940184469f,-0.4992636723617735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02528385290968363f,-0.7048332987908386f,-0.7089222437599669f,0.056891729601516144f,-0.1975074355760041f,0.6916486627258306f,-0.6947034908806495f,1.1110533491800003f,0.9799752750320959f,0.15758219526708803f,-0.1217222742992147f,-0.4391854604161962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06386839172620631f,-0.07102711601941172f,-0.9954275349458002f,0.3226807329668351f,0.1822792888734393f,0.9798540014483715f,-0.08161125347283549f,1.2422944513148788f,0.9811702652374363f,-0.1866582027010309f,-0.04963492700024569f,-0.18502772396033673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06386839172620631f,-0.9979316873577471f,-0.00729218112961999f,0.011868716977840628f,0.1822792888734393f,-0.0044812143158077244f,-0.9832365837203418f,1.129059312719842f,0.9811702652374363f,-0.06412695287923109f,0.1821884862671726f,-0.184223218385557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08425196215838548f,-0.78039514538576f,-0.6195845575309317f,0.01622858190938735f,-0.03922210955231986f,0.6239107621723297f,-0.7805107218788275f,1.2816305069117488f,0.9956722517951013f,-0.041458146411545285f,-0.08317444981117142f,-0.2902611262564413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10273129241574847f,-0.7328427401588029f,-0.6725977993980707f,0.021580806727134576f,-0.21959693555020088f,0.6427832059461114f,-0.733898450775446f,1.2444596242402761f,0.9701667214739695f,0.22309475195570216f,-0.094896070489103f,-0.29520529412615465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009319393834850687f,-0.7162671774677319f,-0.6977639137852857f,0.01622858190938735f,-0.13052619222005157f,0.6909526085530427f,-0.7110185692921668f,1.2816305069117488f,0.9914010601381689f,0.09770272880607947f,-0.08705236780674375f,-0.2902611262564413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0013098406709067469f,-0.16119336086959313f,-0.9869219749954816f,0.02005371661977639f,-0.04399160807875395f,0.9859580922892314f,-0.16109431606368035f,1.306082317146673f,0.9990310419281586f,0.04362729261534314f,-0.00579970714718223f,-0.28707779927313687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.017258020784507565f,-0.1595728406315841f,-0.9870352928094155f,0.02005371661977639f,-0.21606739322468488f,0.963261301078214f,-0.15950720181294642f,1.306082317146673f,0.9762259176562006f,0.21601892134226044f,-0.017854504149804842f,-0.28707779927313687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009319393834850687f,-0.09149242270687513f,-0.9957621631121447f,0.02005371661977639f,-0.13052619222005157f,0.9871741076439539f,-0.09192493862873963f,1.306082317146673f,0.9914010601381689f,0.13082972821415584f,-0.002742293260214499f,-0.28707779927313687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03260236983379676f,-0.4635183992637196f,-0.8854873116116454f,0.021282888471382044f,0.04747549002663218f,0.8842400150151096f,-0.4646134669731493f,1.3048483305301937f,0.9983402042029318f,-0.05718644411114915f,-0.006822556849959374f,-0.09182132328939496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03915435393141718f,-0.43131984093258624f,-0.9013490618989414f,0.007832122350006975f,-0.25533773625279976f,0.8677743768180765f,-0.4263452490450605f,1.3454789599713644f,0.966058785485391f,0.2468417018169489f,-0.0761550867020943f,-0.4772065130242398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009319393834850687f,-0.31314522630806063f,-0.9496595264298802f,0.051281405561263746f,-0.13052619222005157f,0.941194287354316f,-0.3116347647425353f,1.173913681122821f,0.9914010601381689f,0.12685968899565642f,-0.032102293762910974f,-0.2968921845044309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009319393834850687f,-0.22918533279744427f,-0.9733381900085271f,3.377269710348613e-17f,-0.13052619222005157f,0.9647735183237358f,-0.22841841319336387f,1.3904999999999998f,0.9914010601381689f,0.1291748488358507f,-0.02092358442404227f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.08120074471977093f,0.03258623280654135f,-0.9961649343800616f,0.5446868223121969f,-0.12999073934222746f,0.9905823752568181f,0.04299959901930796f,1.8763252217514048f,0.9881846217899851f,0.13298381578988505f,-0.07620011808223298f,-0.7032378340890029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08120074471977093f,0.03258623280654135f,-0.9961649343800616f,0.5370742524947183f,-0.12999073934222746f,0.9905823752568181f,0.04299959901930796f,1.8641385899380711f,0.9881846217899851f,0.13298381578988505f,-0.07620011808223298f,-0.6105955257961918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.08120074471977093f,0.03258623280654135f,-0.9961649343800616f,0.6903052775604669f,-0.12999073934222746f,0.9905823752568181f,0.04299959901930796f,1.8637819659918418f,0.9881846217899851f,0.13298381578988505f,-0.07620011808223298f,-0.6454866622302624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3926778745801843f,-0.7329311109522539f,-0.5555322433608006f,-0.9420744118203781f,-0.15703232761705657f,0.6486156150018105f,-0.7447406475136109f,2.5453492267919904f,0.906170477834253f,-0.20520665333784327f,-0.3697908794542177f,-0.7055045635772377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17269457405013425f,-0.7329311109522539f,-0.6580186704736709f,-0.9306985417226237f,0.46914770214023493f,0.6486156150018105f,-0.5993314755228198f,2.5292089836574774f,0.8660698688155477f,-0.20520665333784327f,0.455865343885343f,-0.7971514109375142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12134261437604679f,-0.7329311109522539f,-0.6693937231067235f,-0.8359774183054923f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6484874730369024f,0.9775663718429496f,-0.20520665333784327f,0.04747860642114541f,-0.7584497782205477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.45615528669542e-7f,1.9170648036854252e-8f,-0.000015624309700081605f,0.6877407087912177f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5542592261912225f,0.00001549064156465889f,0.000002039381651218468f,1.468720393262896e-7f,-0.2533995531641189f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214.mcfunction new file mode 100644 index 000000000..6b006fd43 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214_as_bone.mcfunction new file mode 100644 index 000000000..a194d47ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_214_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5514052348744483f,0.05528460478336767f,-0.5998669218013658f,-0.3215780156422029f,-0.21244797458587064f,0.7788171099247971f,-0.1235079423648213f,1.497939112853623f,0.5637043280762177f,0.2394409451342389f,0.5402313474297901f,-0.28554459727388815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.519760175936844f,-0.15667330587771766f,-0.5876247397237869f,-0.3215780156422029f,0.09968725162512677f,0.7844899665723875f,-0.12098737211247801f,1.497939112853623f,0.599926504976676f,0.005382153156654024f,0.5292062178904067f,-0.28554459727388815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5300266714059161f,0.05151498723507708f,-0.619162642714319f,-0.3197906092656474f,0.01025534736458562f,0.8144691254042385f,0.05898572757990518f,1.4810343104463057f,0.6212173531810271f,0.030507282702150793f,-0.5292473431707847f,-0.1864763613788288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49899891480526465f,-0.15207064509511017f,-0.6065266704140267f,-0.3197906092656474f,-0.2960416015701086f,0.7409592552028609f,0.05778193722113161f,1.4810343104463057f,0.5507807668782321f,0.2604878135913056f,-0.5184463769836258f,-0.1864763613788288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08272232635593366f,-0.01321329888477487f,1.5602527601176817f,-0.003180723869861471f,1.4775096774720717f,0.5015490724383695f,0.08258287299788937f,1.6298015981181984f,-0.5015260907456728f,1.4797567998386736f,-0.014058578611313127f,0.613892092640304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.008456511286255467f,-0.9985617664753162f,0.052942288867797456f,-0.0010493955364186116f,0.3209914063605405f,-0.05285303871864913f,-0.9456061935821314f,1.5678288262519227f,0.9470443518967565f,0.008997490311239911f,0.3209766980772146f,0.43095926710420557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009272486295754055f,-0.9985617664753162f,0.0528054877033716f,-0.006626471035101418f,-0.004960121183797295f,-0.05285303871864913f,-0.9985899826735931f,1.56513442415319f,0.9999447075692419f,0.008997490311239911f,-0.005443066448431926f,0.07403065822679583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9842452490367373f,-0.032168533991351306f,-0.173857629022883f,0.2586190933566267f,0.1402886638712586f,0.4563924469827142f,-0.8786495462505783f,1.477278252587554f,0.10761217653141367f,-0.889196895944862f,-0.4446892169866436f,-0.6422731717683047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7765524403623404f,-0.032168533991351306f,-0.6292308739947057f,0.008197940949649762f,0.5486769829574166f,0.4563924469827142f,-0.700470914963553f,1.6576100624364882f,0.30970934073747364f,-0.889196895944862f,-0.33676253429082903f,-0.516055055363529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11597705837968447f,-0.5580400972464334f,-0.8216693810741558f,0.2565730074036352f,-0.46153169982652537f,0.7022417905758549f,-0.5420746790102402f,1.3781408932429675f,0.8795099840165734f,0.4420946928362835f,-0.1761092575112359f,-0.1068917455643896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017782292740427332f,-0.3073019198672116f,-0.9514459102391578f,0.19300736048953832f,-0.16818007872686322f,0.9371184758464322f,-0.3058176308630455f,1.5519392472712794f,0.9855958863470969f,0.16545238672556423f,-0.03501794600621955f,-0.07608828521588518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.035844613232828997f,-0.5338087223955548f,-0.8448451997831403f,0.20233831756774834f,-0.5333457465119336f,0.7047107134717459f,-0.46789435238712923f,1.4300113501207814f,0.8451375499762256f,0.46736608586050415f,-0.25944452857521294f,-0.45138436992938424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.027342880849281305f,-0.04611686676865519f,-0.9985617664753162f,0.18745039400815477f,-0.3576886770563281f,0.932344017304717f,-0.05285303871864924f,1.6044955218734243f,0.9334405054273976f,0.3586193915497924f,0.00899749031123992f,-0.38408699969935295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9671555782786228f,-0.0473896573968648f,-0.2497284680935487f,0.24645870252993032f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.275625891741876f,0.2491203434750264f,0.018427029707397014f,-0.9682972162735197f,-0.2392348420455645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9671555782786228f,-0.0473896573968648f,-0.2497284680935487f,0.26523870000621663f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.1532449254802972f,0.2491203434750264f,0.018427029707397014f,-0.9682972162735197f,-0.3416580976649451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9671555782786228f,-0.0473896573968648f,-0.2497284680935487f,-0.3217451997087606f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.24596358823962f,0.2491203434750264f,0.018427029707397014f,-0.9682972162735197f,-0.0928766402539865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9671555782786228f,-0.0473896573968648f,-0.2497284680935487f,-0.3755018706033709f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,2.1197959449352f,0.2491203434750264f,0.018427029707397014f,-0.9682972162735197f,-0.1766158701127401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9577383219263668f,0.174897324008076f,-0.22835987556591722f,0.14771161241718953f,0.10326981484419079f,0.9500501676442671f,0.2945165942712675f,2.363550093096364f,0.2684635022786405f,0.25848714670929757f,-0.9279610675725422f,-0.20454964091252154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733069432259963f,0.022920765684987132f,-0.22835987556591722f,0.0358322218431269f,-0.046622197679786655f,0.9545084318026532f,0.2945165942712675f,2.3677988615090357f,0.22472197256070478f,0.297301685360264f,-0.9279610675725422f,-0.17566901493676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.925343910400865f,0.3429816360643827f,-0.16156189156677808f,0.0013827787667599345f,0.1522646863934943f,0.7264636358447562f,0.6701239072535081f,2.376929145142833f,0.3472090332372227f,0.5954949060385126f,-0.7244526928106874f,-0.2228867685909325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9860415101031991f,0.04024792599336807f,-0.16156189156677808f,0.03102172562428794f,-0.07967728707527208f,0.7379603504603863f,0.6701239072535081f,2.385162399781229f,0.14619736754718832f,0.6736428026792953f,-0.7244526928106874f,-0.2218808002833015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967605540100001f,0.19400328337724096f,-0.16156189156677808f,0.09406041898080565f,0.03674610519067392f,0.7413391077507023f,0.6701239072535081f,2.4854078473229606f,0.24977838681739722f,0.6424788349496366f,-0.7244526928106874f,-0.18634746497248666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967605540100001f,0.10766283480990187f,-0.22835987556591722f,0.06983628114857778f,0.03674610519067392f,0.9549396313129795f,0.2945165942712675f,2.2705464302775407f,0.24977838681739722f,0.2765845522593882f,-0.9279610675725422f,-0.24857898923084892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9478349125040254f,-0.198102677574373f,-0.2497284680935487f,-0.23699176807096456f,-0.20609953994878433f,0.9785125377082796f,0.0060160768447440685f,2.357703582199327f,0.2431706361207825f,0.057171170055950585f,-0.9682972162735197f,-0.13663191244338554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9671555782786229f,-0.04738965739686481f,-0.2497284680935487f,-0.12606750492935373f,-0.05048902723788261f,0.9987064958975537f,0.0060160768447440685f,2.3735835090251793f,0.2491203434750264f,0.018427029707397017f,-0.9682972162735197f,-0.1651411459563414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9269623284984693f,-0.27995809287881884f,-0.2497284680935487f,-0.10425994297280564f,-0.29059825598798783f,0.9568262435971006f,0.0060160768447440685f,2.3703971588339123f,0.2372625026451416f,0.07814733389896686f,-0.9682972162735197f,-0.1707852170907203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968105371290953f,0.02019114412943518f,-0.2497284680935487f,-0.13288530159649492f,0.019300204954064315f,0.999795633571246f,0.0060160768447440685f,2.3789157952739934f,0.24979890345303218f,0.0010043856904259144f,-0.9682972162735197f,-0.1633496739453349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9593449785220394f,-0.1315024882205552f,-0.2497284680935487f,-0.2015406732707028f,-0.1373399076830507f,0.9905057074934042f,0.0060160768447440685f,2.480787957654085f,0.24656634389583454f,0.04006917786520564f,-0.9682972162735197f,-0.17728333834242105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9593449785220394f,-0.1315024882205552f,-0.2497284680935487f,-0.17195261342107793f,-0.1373399076830507f,0.9905057074934042f,0.0060160768447440685f,2.2579241734680697f,0.24656634389583454f,0.04006917786520564f,-0.9682972162735197f,-0.18629890336209232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9671555782786228f,-0.0473896573968648f,-0.2497284680935487f,-0.01896695209243346f,-0.05048902723788262f,0.9987064958975537f,0.0060160768447440685f,1.7522102203239105f,0.2491203434750264f,0.018427029707397014f,-0.9682972162735197f,-0.1966235110129641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017782292740427332f,-0.050578538913155974f,-0.9985617664753162f,3.183503372350191e-17f,-0.16818007872686322f,0.9843383653082058f,-0.05285303871864924f,1.3830833333333334f,0.9855958863470969f,0.1688780447061705f,0.00899749031123992f,-0.25995277777777803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02439959024857961f,-0.5396968527495394f,-0.8415057736747521f,0.3135369237704165f,-0.1977210174474305f,0.8225234867622212f,-0.5332555794214168f,0.8315782158958489f,0.9799546210183685f,0.1793945953945107f,-0.08664017479198383f,-0.4846583897262877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02439959024857961f,-0.6840118259331001f,-0.7290627421418321f,0.05275741513342209f,-0.1977210174474305f,0.7115721442080879f,-0.6742191652917149f,1.1028650958751824f,0.9799546210183685f,0.16060169853015396f,-0.11788144541858675f,-0.4234289921616665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.058683101571637294f,-0.05269197514069454f,-0.996885073288644f,0.3213678330526507f,0.17927560202065157f,0.9818148572597483f,-0.06244873564895284f,1.2288200107391372f,0.9820471231616463f,-0.18238185715633085f,-0.04816955542811114f,-0.16927677859634832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.058683101571637294f,-0.9979461740229219f,-0.025685158028420196f,0.008459116021047836f,0.17927560202065157f,0.014776078834604217f,-0.983687921047324f,1.121515329208003f,0.9820471231616463f,-0.062330580354153425f,0.17804029499708365f,-0.16838613156293897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08292995233096252f,-0.771857531321159f,-0.6303638428314163f,0.014709877301412141f,-0.037949321306828224f,0.6345298757558805f,-0.7719661169932122f,1.2740002117495137f,0.9958325521987796f,-0.04009723327154893f,-0.08191300180820861f,-0.27445358276601817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10151904136149835f,-0.7235595571468598f,-0.6827557773483011f,0.01954359807538394f,-0.22086972379569253f,0.6527804103963303f,-0.7246339082000048f,1.2367589730818078f,0.970005386248683f,0.22436421966133302f,-0.09354275805375958f,-0.27940241201890664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00937474677350064f,-0.7065593140934575f,-0.707591725354894f,0.014709877301412141f,-0.13052619222005157f,0.7007038180524041f,-0.7014107730219984f,1.2740002117495137f,0.9914005382626473f,0.09893480193827739f,-0.08565557598876407f,-0.27445358276601817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.002564644320072484f,-0.14760088535789437f,-0.9890436801481911f,0.018875265899280364f,-0.04388919020290555f,0.9880772720243594f,-0.14757046958058145f,1.2983977410983145f,0.9990331133565317f,0.04378679196362593f,-0.0039440165680998986f,-0.2712808316722273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.016113501743355588f,-0.14597073997055643f,-0.989157671018132f,0.018875265899280364f,-0.2161698111005333f,0.9653804808133419f,-0.14598335532984752f,1.2983977410983145f,0.9762228064485722f,0.21617832994324146f,-0.015998807225053008f,-0.2712808316722273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00937474677350064f,-0.07772785244060784f,-0.9969305367365893f,0.018875265899280364f,-0.13052619222005157f,0.9883492209826691f,-0.07828620905041483f,1.2983977410983145f,0.9914005382626473f,0.13085946025382422f,-0.0008799969380154371f,-0.2712808316722273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03009359422732177f,-0.45147681731998973f,-0.891775228972578f,0.020450390883412585f,0.04803346267756872f,0.8904953566270357f,-0.4524497831681332f,1.2971697604714187f,0.9983922886569607f,-0.05645089236053612f,-0.005112211069120982f,-0.07602680214949417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03745130548639994f,-0.41894155957514734f,-0.9072405245457831f,0.0068406775869415196f,-0.2557373841551118f,0.8736258831732493f,-0.4139760942316123f,1.33793586789531f,0.9660205950510915f,0.24751926371598487f,-0.07442058872806381f,-0.4613921039275495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00937474677350064f,-0.2999962679646632f,-0.9538943093080107f,0.048272579916258905f,-0.13052619222005157f,0.945407329212845f,-0.2986099379042322f,1.1658128887136192f,0.9914005382626473f,0.12730758452625365f,-0.03029441622847176f,-0.28113445583878394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00937474677350064f,-0.21571732456320403f,-0.9764108510285135f,3.183503372350191e-17f,-0.13052619222005157f,0.967835339828789f,-0.21507595896107615f,1.3830833333333334f,0.9914005382626473f,0.1294634730794198f,-0.01908354974179219f,-0.25995277777777803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5513003059454687f,0.027690780497386894f,-0.8338472242202875f,0.5910460910736897f,-0.10821947908580772f,0.9886320079470883f,0.1043805403746538f,1.874153882041445f,0.8272584342337218f,0.14778353608556621f,-0.5420364466078061f,-0.7501733977748074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5513003059454687f,0.027690780497386894f,-0.8338472242202875f,0.539361687391302f,-0.10821947908580772f,0.9886320079470883f,0.1043805403746538f,1.8640083058771506f,0.8272584342337218f,0.14778353608556621f,-0.5420364466078061f,-0.672617919565396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5513003059454687f,0.027690780497386894f,-0.8338472242202875f,0.6902809728655389f,-0.10821947908580772f,0.9886320079470883f,0.1043805403746538f,1.8534240129030997f,0.8272584342337218f,0.14778353608556621f,-0.5420364466078061f,-0.6300901916789308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.38103770601513165f,-0.7329425671248961f,-0.5635649562305068f,-0.9420288740958666f,-0.14157524896722334f,0.6486156150018105f,-0.7478330247158731f,2.5369644908663584f,0.9136556875949466f,-0.20516573123255716f,-0.35091353244526674f,-0.6822768544642183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15907899945305679f,-0.7329425671248961f,-0.6614295618048692f,-0.9306581209396138f,0.456635073105952f,0.6486156150018105f,-0.6089188730737001f,2.5208242477318454f,0.87531610401188f,-0.20516573123255716f,0.4378684057856583f,-0.7739243368312663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12128803366669648f,-0.7329425671248961f,-0.6693910711875631f,-0.8359348368396057f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6401027371112704f,0.977573145248512f,-0.20516573123255716f,0.047515980645900825f,-0.7352279927446274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4648041833594751e-7f,1.928451292157406e-8f,-0.000015624301475413405f,0.6877419570088876f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.546842559524556f,0.000015490633410353867f,0.0000020393805776838458f,1.4774439209153268e-7f,-0.2376157296438526f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215.mcfunction new file mode 100644 index 000000000..da875f93f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215_as_bone.mcfunction new file mode 100644 index 000000000..0190fa0a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_215_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.497323266001974f,0.045858175641399025f,-0.6461509430964386f,-0.32840194073746865f,-0.22750904548983517f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6065093962651185f,0.2531421075657585f,0.48477816582817757f,-0.26153073885110434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4672809311582124f,-0.14493055793167914f,-0.632964189155695f,-0.32840194073746865f,0.08465845497815566f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6438023589399358f,0.0017355570341495152f,0.4748847338725005f,-0.26153073885110434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47307137405967403f,0.041581912758745315f,-0.664393606246373f,-0.32672651187727725f,0.000597430994970654f,0.815098083679326f,0.05058855110537283f,1.4730032714418146f,0.6656932946680044f,0.028818448224336556f,-0.4721931584854264f,-0.17364130286509183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.44372930841751457f,-0.13970928887348633f,-0.6508345530576716f,-0.32672651187727725f,-0.30501803569789754f,0.7379079805168244f,0.049556131695059104f,1.4730032714418146f,0.5916656984736485f,0.2756322312285824f,-0.4625565634142953f,-0.17364130286509183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08364799082955779f,-0.008689484872113611f,1.5602351606353562f,-0.0016704169999764438f,1.4982939820549477f,0.4355150776241554f,0.08275270690408554f,1.6028111205009974f,-0.4353440099141205f,1.5005523516407824f,-0.01498275733004429f,0.6328841984043557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005561270318153013f,-0.9985505028066279f,0.053534714130916775f,-0.00009832965359618702f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9603535050501015f,0.009588964691227856f,0.27862016634503456f,0.44738043764796603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011254054080499684f,-0.9985505028066279f,0.05263306576082889f,-0.006302454741718883f,-0.031231264323489855f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9994488253009802f,0.009588964691227856f,-0.031782028894343534f,0.0926361429266061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9819740159898456f,-0.03306449638706927f,-0.18610150724656693f,0.2555940791874313f,0.14996358213287792f,0.4630405608006315f,-0.8735584485810394f,1.4693618060851548f,0.11505631644829475f,-0.8857201466220052f,-0.4497353287359619f,-0.6258838853217289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.768630025228056f,-0.03306449638706927f,-0.6388384955500002f,0.007934814732507364f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624726f,1.6514382189802754f,0.31866653573238846f,-0.8857201466220052f,-0.3375669724250467f,-0.4967545055435716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10607288362907917f,-0.5616272469396921f,-0.8205628427205037f,0.2567245029430138f,-0.4365855950106722f,0.715117962180168f,-0.5458931382573522f,1.3689218775801546f,0.893387688289798f,0.41615037626106466f,-0.16934374139596997f,-0.08994249474062788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01876343779184571f,-0.3071712483040651f,-0.9514692625710797f,0.19318321099493235f,-0.17555916762912496f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255286f,0.9842900548433883f,0.17277302231987474f,-0.036367165064873266f,-0.057774847837306825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03488550652911339f,-0.5347706184830938f,-0.8442768426537687f,0.20226463609983975f,-0.5011922479737128f,0.7215171545786531f,-0.47772306435819073f,1.4218707582662886f,0.864632483778665f,0.4398106197625667f,-0.2428523970209136f,-0.43002671678632864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02723828288153924f,-0.04642164678569492f,-0.9985505028066279f,0.18731963668498056f,-0.3435956985172356f,0.9376230857117756f,-0.052961732418614876f,1.5973440760096302f,0.938722574516091f,0.3445402441660948f,0.00958896469122783f,-0.3653654899758657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669068241144015f,-0.045141374530427186f,-0.2511044599096273f,0.2476105485499539f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2670939014947167f,0.24969160705068133f,0.03469507664072287f,-0.9677036493810192f,-0.21110200618040764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669068241144015f,-0.045141374530427186f,-0.2511044599096273f,0.2659711831540198f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.14634981936703f,0.24969160705068133f,0.03469507664072287f,-0.9677036493810192f,-0.3155245431543691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669068241144015f,-0.045141374530427186f,-0.2511044599096273f,-0.320447210617257f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2363115092000867f,0.24969160705068133f,0.03469507664072287f,-0.9677036493810192f,-0.06440818703813238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669068241144015f,-0.045141374530427186f,-0.2511044599096273f,-0.3746045878217712f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.1116377599709577f,0.24969160705068133f,0.03469507664072287f,-0.9677036493810192f,-0.15010385348329275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9564653781479735f,0.1867397318066784f,-0.22428163761000178f,0.14998669578764465f,0.10005660647118605f,0.9317369381437393f,0.3490772888630818f,2.3519489442994046f,0.27415808561070104f,0.31143948154223994f,-0.9098586667340024f,-0.17110381192412616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739022322266068f,0.034816506071238915f,-0.22428163761000178f,0.0381586147719517f,-0.046931025865632074f,0.9359180120134453f,0.3490772888630818f,2.355974797557998f,0.22206287595010588f,0.3504929181792288f,-0.9098586667340024f,-0.1419934456109399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9231308645735202f,0.3541175530617433f,-0.14976703737908667f,0.0034712712659749623f,0.14244683541752048f,0.6768002698429467f,0.7222536215347404f,2.3691660360649975f,0.3571250564596092f,0.6454007695642127f,-0.6752181430431525f,-0.19018343264996868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873779660483762f,0.05152268118860989f,-0.14976703737908667f,0.03323955007036873f,-0.07366779412956462f,0.6876937998033978f,0.7222536215347404f,2.3768211660856897f,0.14020630610017493f,0.724170319079083f,-0.6752181430431525f,-0.18859781403561932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9671617817573444f,0.2053482953974794f,-0.14976703737908667f,0.09786619876524294f,0.03481819034459425f,0.6907513299307351f,0.7222536215347404f,2.4732560123750083f,0.25176533027620535f,0.6933214822694233f,-0.6752181430431525f,-0.14606122706775337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9671617817573444f,0.11956519116755947f,-0.22428163761000178f,0.0709640307525421f,0.03481819034459425f,0.9364468698335895f,0.3490772888630818f,2.2625554666624508f,0.25176533027620535f,0.32980513191873917f,-0.9098586667340024f,-0.22026738174946955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479409298438197f,-0.19584316107622624f,-0.2511044599096273f,-0.23550832867605126f,-0.2079312037545899f,0.9778897776932812f,0.022275484016108058f,2.3485599126776777f,0.2411899832745993f,0.07332829564810556f,-0.9677036493810192f,-0.10646976713417795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669068241144014f,-0.0451413745304272f,-0.2511044599096273f,-0.12459006147883606f,-0.052395561352561626f,0.9983779384393456f,0.022275484016108058f,2.3646561326590816f,0.24969160705068133f,0.03469507664072287f,-0.9677036493810192f,-0.1348808623133052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.927264872248925f,-0.27771641454310814f,-0.2511044599096273f,-0.10279776768905469f,-0.2923686726483572f,0.9560462133525166f,0.022275484016108058f,2.361513786998257f,0.23388120049936212f,0.09407035148033974f,-0.9677036493810192f,-0.140607966304657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677003907946313f,0.022416598078483202f,-0.2511044599096273f,-0.13139340024196663f,0.01737539605095964f,0.9996008695594057f,0.022275484016108058f,2.369973643182257f,0.25150357704810117f,0.01719295514643522f,-0.9677036493810192f,-0.13299309550832197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9592931217056451f,-0.12924108039525528f,-0.2511044599096273f,-0.1998419183649907f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.472209329176513f,0.2457175799275871f,0.05632510886973342f,-0.9677036493810192f,-0.14517133049110922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9592931217056451f,-0.12924108039525528f,-0.2511044599096273f,-0.17076267527605832f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.2494565763243104f,0.2457175799275871f,0.05632510886973342f,-0.9677036493810192f,-0.15784447998679924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669068241144015f,-0.045141374530427186f,-0.2511044599096273f,-0.01891735344273831f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,1.7436412191677126f,0.24969160705068133f,0.03469507664072287f,-0.9677036493810192f,-0.17659641860334802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01876343779184571f,-0.05044627584730224f,-0.9985505028066279f,2.9723198354305554e-17f,-0.17555916762912496f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9842900548433883f,0.1762984392799609f,0.00958896469122783f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.023420003365837494f,-0.5128693138201766f,-0.8581471729161411f,0.3001208635628553f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9799344881484547f,0.18173097670432872f,-0.0818672769995221f,-0.4686833148050617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.023420003365837494f,-0.6606661707586202f,-0.7503144102691123f,0.04824188596113133f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9799344881484547f,0.16376874845630282f,-0.11361424191659232f,-0.40624647945609627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05314924664648562f,-0.03263783251837009f,-0.9980530694654537f,0.31980651247444175f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.982971119354306f,-0.17777087786213558f,-0.04653271429293829f,-0.15211959159093416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05314924664648562f,-0.9975371397615727f,-0.045769120345617836f,0.00474030099668918f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.982971119354306f,-0.06033701178808982f,0.17357195488853164f,-0.1511179660090391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08148185764911473f,-0.762384561999268f,-0.6419738986121115f,0.013051660670931853f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9960032453785748f,-0.0386441161171214f,-0.0805243285279224f,-0.2572216272311539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10016534172307787f,-0.7132873671780678f,-0.6936771843888764f,0.017319287237584184f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.969833798196811f,0.22571681040381436f,-0.09205609907157519f,-0.26217434160386177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009422351560768644f,-0.6958266240769404f,-0.7181479851094436f,0.013051660670931853f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914000869657009f,0.10024596112343974f,-0.08412261790290639f,-0.2572216272311539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003920880848378788f,-0.13275537873914486f,-0.9911410778033565f,0.017586939245836226f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990327889873929f,0.0439289716531931f,-0.0019318326957462367f,-0.2540610764606832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014852112488409626f,-0.13111695550428154f,-0.9912556475167846f,0.017586939245836226f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9762222316584606f,0.21632043115819452f,-0.013986617865219762f,-0.2540610764606832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009422351560768644f,-0.06271090862985362f,-0.9979872550438125f,0.017586939245836226f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914000869657009f,0.13086089688304067f,0.0011372033093394185f,-0.2540610764606832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.027363599332949167f,-0.43825445490156434f,-0.8984343416134973f,0.019536658265751235f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.9984432649779564f,-0.05568211069361244f,-0.0032479484082277507f,-0.05881041985878291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03557667018057456f,-0.4053625878471255f,-0.9134634491389044f,0.005760825495563872f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9659833179972319f,0.24822463355230417f,-0.07253110125237963f,-0.44415394422172916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009422351560768644f,-0.28560191734825674f,-0.9583020213367311f,0.04498311769575743f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914000869657009f,0.12776275565722156f,-0.028329239864028764f,-0.26395306063982504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009422351560768644f,-0.2009935913809853f,-0.979547240062897f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914000869657009f,0.12974563574114129f,-0.017086180688722065f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8835909642132982f,0.016195096526510307f,-0.46797940853109243f,0.6614806032083792f,-0.06003055754076929f,0.9872373694705129f,0.1475083336028382f,1.8670751902764737f,0.464395671945765f,0.15843009552934956f,-0.8713418185239378f,-0.7657707280592843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8835909642132982f,0.016195096526510307f,-0.46797940853109243f,0.5786439503133826f,-0.06003055754076929f,0.9872373694705129f,0.1475083336028382f,1.8614473255070265f,0.464395671945765f,0.15843009552934956f,-0.8713418185239378f,-0.7222336338143687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8835909642132982f,0.016195096526510307f,-0.46797940853109243f,0.6902591880405448f,-0.06003055754076929f,0.9872373694705129f,0.1475083336028382f,1.8421350078513243f,0.464395671945765f,0.15843009552934956f,-0.8713418185239378f,-0.6133009081582358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3681761633216466f,-0.732952417871515f,-0.5720376437770962f,-0.9419729880426304f,-0.12465983634205549f,0.6486156150018105f,-0.7508380046181699f,2.52782607081258f,0.9213610790373794f,-0.20513053676165066f,-0.33017453706025385f,-0.6569733580801578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14415183525277722f,-0.732952417871515f,-0.6648315587647415f,-0.9306066356030606f,0.44277482901901155f,0.6486156150018105f,-0.619070460257157f,2.511685827678067f,0.8849693210391201f,-0.20513053676165066f,0.4180320127782509f,-0.7486213863392441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1212410926887443f,-0.732952417871515f,-0.6693887888065793f,-0.8358814935018586f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057492f,0.9775789680969212f,-0.20513053676165066f,0.04754812322726923f,-0.7099295906937914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4722424313701007e-7f,1.9382439314401397e-8f,-0.000015624294363051375f,0.6877430287902507f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.00001549062635883908f,0.000002039379649334312f,1.4849463532748216e-7f,-0.22040430902908914f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216.mcfunction new file mode 100644 index 000000000..1aa1a1f48 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216_as_bone.mcfunction new file mode 100644 index 000000000..ecff3b0fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_216_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45129208709676f,0.03785707570789801f,-0.6795930682306444f,-0.3341997475742313f,-0.2407515107264928f,0.7715692477608956f,-0.11689332930942439f,1.479271852338226f,0.6366463748826392f,0.26493807233573774f,0.43753131958782293f,-0.23821493082399303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42262216959105414f,-0.13491587998250054f,-0.6657238219402231f,-0.3341997475742313f,0.07135481618851752f,0.7885407187526365f,-0.11450775116025247f,1.479271852338226f,0.6754990688201228f,0.0011136416043455999f,0.4286021089839898f,-0.23821493082399303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4247669056262073f,0.033179970546451325f,-0.6967184581190007f,-0.3326124721537036f,-0.008118346341928413f,0.8154517182471175f,0.04378392518882418f,1.4643793997654329f,0.6974608324356669f,0.02969897652789869f,-0.4238051468019072f,-0.15838152493849364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3968628981655787f,-0.12920518699390185f,-0.6824997140757558f,-0.3326124721537036f,-0.3130385990105756f,0.7349607140536308f,0.04289037569517471f,1.4643793997654329f,0.6200860227332282f,0.28833794140148816f,-0.41515606217329687f,-0.15838152493849364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08422002153345938f,-0.004242336995156073f,1.560222817596808f,-0.00029454155882218617f,1.516983999586827f,0.3650984935808054f,0.0828787366130711f,1.5743960842585036f,-0.36479142392668173f,1.5192403834027866f,-0.015560349215169314f,0.6522473023583922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.002715095676900186f,-0.9985426032619572f,0.05390081378141379f,0.0007277845118615475f,0.23366303589171286f,-0.05304239143236539f,-0.9708697597355699f,1.5292914905491726f,0.972313845377784f,0.009958623497707878f,0.2334665113130737f,0.46443325563239146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013082210828175862f,-0.9985426032619572f,0.05235957630348556f,-0.0060374231437082095f,-0.05887078422135078f,-0.05304239143236539f,-0.9968554235576482f,1.5433829047539207f,0.9981798868565777f,0.009958623497707878f,-0.05947889788000936f,0.11218520079590663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9794437357009389f,-0.03376463845292824f,-0.19887161131326003f,0.252471702700611f,0.1600428712607444f,0.47003764772727563f,-0.8680154889618192f,1.4610892791691883f,0.12278537353775523f,-0.8820003168418664f,-0.45497163992499734f,-0.6085801383226569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7602259229197122f,-0.03376463845292824f,-0.6487807760029692f,0.0077339685259978225f,0.5607989087633385f,0.47003764772727563f,-0.6815931291091909f,1.6449407654914425f,0.32796513541948397f,-0.8820003168418664f,-0.33839963215128804f,-0.47643097800306067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09528395321005131f,-0.5651106538372559f,-0.8194943057644111f,0.25684517075252866f,-0.4099713961670004f,0.7279029580224965f,-0.5496187205936311f,1.3592143437063529f,0.90710772380437f,0.38833906914155414f,-0.1623217323488328f,-0.07206502361190938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019541448694501515f,-0.30703474086134475f,-0.9514976614196837f,0.19332929645715355f,-0.18334568413450839f,0.9344403043404026f,-0.30529604932501947f,1.532513800461897f,0.9828542577066903f,0.1804189167698956f,-0.038033177350942395f,-0.03847418407599734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.033602728035801874f,-0.535845125665922f,-0.8436473540340326f,0.2022385874811491f,-0.4666511975217654f,0.7380488621738568f,-0.48736078719504883f,1.4133407902876671f,0.8838028719799762f,0.41006570003347964f,-0.22525231438544227f,-0.4074925330839448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026877096517131827f,-0.04680054651008025f,-0.9985426032619573f,0.18722259374012185f,-0.32872894075991554f,0.9429336075344857f,-0.05304239143236572f,1.5898093267539308f,0.9440417920779105f,0.329675477747979f,0.009958623497707833f,-0.34561613960933807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9667091559795622f,-0.042720703362977425f,-0.2522862446695329f,0.24886356678811827f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.257942380119129f,0.25003313856016285f,0.05181536648847656f,-0.966849831885707f,-0.1814358163607328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9667091559795622f,-0.042720703362977425f,-0.2522862446695329f,0.26680341261995527f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.1389582719269113f,0.25003313856016285f,0.05181536648847656f,-0.966849831885707f,-0.2879311516070835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9667091559795622f,-0.042720703362977425f,-0.2522862446695329f,-0.31907806234987457f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.2259960047775276f,0.25003313856016285f,0.05181536648847656f,-0.966849831885707f,-0.0345413474566371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9667091559795622f,-0.042720703362977425f,-0.2522862446695329f,-0.3736414032165047f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,2.102933635903404f,0.25003313856016285f,0.05181536648847656f,-0.966849831885707f,-0.12228419731097562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9552001177077317f,0.19898643726772258f,-0.21908247970715133f,0.15237639718721302f,0.09644032299195823f,0.9091098718035346f,0.4052388247571639f,2.3392435109531893f,0.2798070750219558f,0.3659557880029491f,-0.8875721728371156f,-0.13609794554353027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9745683560592676f,0.047110364605920815f,-0.21908247970715133f,0.0405954786078759f,-0.046963133875992484f,0.9130038110358456f,0.4052388247571639f,2.3430347506764444f,0.2191140876905972f,0.4052217350793503f,-0.8875721728371156f,-0.1067757122056616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9210081512236086f,0.36491241137025965f,-0.1363191747613429f,0.005742170394088392f,0.13149968554362115f,0.6206535488784842f,0.7729793043584489f,2.3606797710312195f,0.3666767214885612f,0.6939943114266037f,-0.6196128449490981f,-0.15566470433100668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9886949403539171f,0.06244515602471659f,-0.1363191747613429f,0.03563640251971653f,-0.06672886139554923f,0.6309122396105357f,0.7729793043584489f,2.3676773695442375f,0.13427424911507896f,0.7733371505356944f,-0.6196128449490981f,-0.15351200238469298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9667538904158888f,0.2163423166145048f,-0.1363191747613429f,0.10186601075515563f,0.03278910030923512f,0.6335833567372483f,0.7729793043584489f,2.459542930402347f,0.2535976937329183f,0.7428109666041762f,-0.6196128449490981f,-0.10391359260720877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9667538904158888f,0.131870324376297f,-0.21908247970715133f,0.07219518777048885f,0.03278910030923512f,0.9136226627061871f,0.4052388247571639f,2.2539778312934553f,0.2535976937329183f,0.3845826929784371f,-0.8875721728371156f,-0.190444698527357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9481243717308501f,-0.1934213702787922f,-0.2522862446695329f,-0.23392604288137206f,-0.2097886555930467f,0.9769522335566547f,0.03940879766150397f,2.3387465288166958f,0.23884910658079303f,0.0902912336173213f,-0.966849831885707f,-0.07478991486213622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9667091559795622f,-0.04272070336297741f,-0.2522862446695329f,-0.1230061500607549f,-0.05437680909208717f,0.9977425065114933f,0.03940879766150397f,2.3550645553519343f,0.25003313856016285f,0.05181536648847655f,-0.966849831885707f,-0.10306782163859443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9276586890599223f,-0.27531982740473215f,-0.2522862446695329f,-0.10122872801869988f,-0.2941373439662022f,0.9549503492597837f,0.03940879766150397f,2.351969208662161f,0.23007081409021632f,0.11076471950240227f,-0.966849831885707f,-0.10887650850158904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673343466846984f,0.0248175839805736f,-0.2522862446695329f,-0.12979439739732107f,0.01535464904075906f,0.999105190367716f,0.03940879766150397f,2.3603650407626855f,0.2530385276532475f,0.0342477167948086f,-0.966849831885707f,-0.10108047352917528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9593071811512834f,-0.1268123926993088f,-0.2522862446695329f,-0.19801488958174615f,-0.14112887814260364f,0.9892065438628501f,0.03940879766150397f,2.4629551013895745f,0.24456568022882771f,0.07341001727824017f,-0.966849831885707f,-0.11141915999971226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9593071811512834f,-0.1268123926993088f,-0.2522862446695329f,-0.16948210122440172f,-0.14112887814260364f,0.9892065438628501f,0.03940879766150397f,2.2403836290204335f,0.24456568022882771f,0.07341001727824017f,-0.966849831885707f,-0.12793641388731627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9667091559795622f,-0.042720703362977425f,-0.2522862446695329f,-0.018865151107507583f,-0.054376809092087156f,0.9977425065114933f,0.03940879766150397f,1.734606170642882f,0.25003313856016285f,0.05181536648847656f,-0.966849831885707f,-0.15553187428625254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019541448694501515f,-0.050307069620020295f,-0.9985426032619573f,2.7502505491851652e-17f,-0.18334568413450839f,0.9816164550476855f,-0.05304239143236572f,1.3664999999999998f,0.9828542577066903f,0.18411500190332578f,0.009958623497707833f,-0.22457499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022375413058810745f,-0.4841085198931951f,-0.8747218311310563f,0.2857324881811986f,-0.19815195673352354f,0.8554356921367101f,-0.4785034782122945f,0.7973326779461547f,0.9799158856417847f,0.18403455541122724f,-0.07678632353139794f,-0.4518210133228493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022375413058810745f,-0.6354074705341278f,-0.7718527626949776f,0.04348339004006241f,-0.19815195673352354f,0.7539110095969506f,-0.6263816661199326f,1.0847612503549922f,0.9799158856417847f,0.16695968375008535f,-0.10903816336011932f,-0.38816763389312925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04746140817615736f,-0.011481454541531266f,-0.9988070839434144f,0.3180178505433367f,0.17225774350168138f,0.9848587549541883f,-0.01950647568872913f,1.1987110988594611f,0.9839078638458202f,-0.172978059278328f,-0.04476501391330155f,-0.13408950187233912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04746140817615736f,-0.9966289195795982f,-0.06691943956384477f,0.000827906148536679f,0.17225774350168138f,0.05782478359921914f,-0.9833532245360324f,1.104816492973995f,0.9839078638458202f,-0.05819872042671018f,0.16893260313819966f,-0.13295139579791576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07994819323538263f,-0.7522368412958594f,-0.6540244804253325f,0.01130495107044253f,-0.03516686022962158f,0.6578448072398534f,-0.7523320420726147f,1.25701450345016f,0.9961784871899152f,-0.037147599986922845f,-0.07904731162552836f,-0.2390975816069289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09870869630604506f,-0.7023136261519953f,-0.7049908962495874f,0.014976318993289058f,-0.22365218487289917f,0.6746689440473236f,-0.703421293493201f,1.2196416549635796f,0.969657822881422f,0.22710655309634933f,-0.09047828504981487f,-0.2440530713480328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009461193356061508f,-0.6843717973486636f,-0.7290718269238218f,0.01130495107044253f,-0.13052619222005157f,0.7220210803572429f,-0.6794471816589528f,1.25701450345016f,0.9913997170489879f,0.10159135058418935f,-0.08249726372230157f,-0.2390975816069289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005337052730099356f,-0.11711296017622741f,-0.9931042595955963f,0.016228039850450744f,-0.043719623312034994f,0.9921414695401378f,-0.11723437617094135f,1.2812738530965861f,0.9990295843495376f,0.04404383018650156f,0.00017497683479195548f,-0.23595061455965874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013513328587759289f,-0.11546778286309803f,-0.9932193016001853f,0.016228039850450744f,-0.21633937799140385f,0.9694446783291204f,-0.11564726192020741f,1.2812738530965861f,0.9762246992781793f,0.21643522536784301f,-0.011879803836733099f,-0.23595061455965874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009461193356061508f,-0.046906122304141706f,-0.9988544946640969f,0.016228039850450744f,-0.13052619222005157f,0.9902947828644776f,-0.047740508752333544f,1.2812738530965861f,0.9913997170489879f,0.13082835595461098f,0.003246892884012118f,-0.23595061455965874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024495239428148467f,-0.4242432399851307f,-0.9052169113379824f,0.018569420593942756f,0.04915927140959317f,0.9038820026130658f,-0.42494786902239146f,1.2800427061423f,0.9984905353982257f,-0.0549090036252024f,-0.0012853174906871864f,-0.04070429010413676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.033588071522469384f,-0.39098716234788367f,-0.9197830615588393f,0.004625741027227216f,-0.25654374464142415f,0.8860939677273164f,-0.38603469720041683f,1.321118465042328f,0.9659488332912655f,0.24893075188978053f,-0.07054312317179673f,-0.42602476899920866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009461193356061508f,-0.27039729313910776f,-0.9627023370093806f,0.041513374476923805f,-0.13052619222005157f,0.9541743139573914f,-0.26928477812248436f,1.147849210423492f,0.9913997170489879f,0.12820562564484023f,-0.026266301380318595f,-0.24587813403254097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009461193356061508f,-0.1854633125765798f,-0.9826056408897729f,2.7502505491851652e-17f,-0.13052619222005157f,0.9740131074675854f,-0.18509829719873735f,1.3664999999999998f,0.9913997170489879f,0.13000702353896046f,-0.01499249364604902f,-0.22457499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9999573931162489f,0.0009509305290350523f,0.009181921546405517f,0.7384907241912195f,0.0024287023924122473f,0.9867375001087387f,0.16230590649710175f,1.854496135872574f,-0.008905804671363957f,0.16232129130303827f,-0.9866977678260295f,-0.7432255924491968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9999573931162489f,0.0009509305290350523f,0.009181921546405517f,0.6447447185865711f,0.0024287023924122473f,0.9867375001087387f,0.16230590649710175f,1.8547238267218626f,-0.008905804671363957f,0.16232129130303827f,-0.9866977678260295f,-0.7440605116371373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9999573931162489f,0.0009509305290350523f,0.009181921546405517f,0.6902404331569345f,0.0024287023924122473f,0.9867375001087387f,0.16230590649710175f,1.830264095322653f,-0.008905804671363957f,0.16232129130303827f,-0.9866977678260295f,-0.5956383868692626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3544591704778586f,-0.7329604540641802f,-0.5806269622073875f,-0.941908797556294f,-0.10680414391896403f,0.6486156150018105f,-0.7535852034226523f,2.518216598178709f,0.9289518670554924f,-0.20510182045475286f,-0.30819096667530776f,-0.6303762215227124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12836700122317468f,-0.7329604540641802f,-0.6680500623269189f,-0.9305460357793747f,0.4279569282704287f,0.6486156150018105f,-0.6294049980109485f,2.502076355044196f,0.8946366751605415f,-0.20510182045475286f,0.3969363459093127f,-0.7220246950307845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12120279228713982f,-0.7329604540641802f,-0.6693869254174533f,-0.8358193778552163f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.621354844423621f,0.9775837174194353f,-0.20510182045475286f,0.04757434899758132f,-0.6833366106263856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4783114618846107e-7f,1.946233961691833e-8f,-0.000015624288533227785f,0.6877439021059026f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5302592261912225f,0.000015490620578890436f,0.0000020393788883896377f,1.491067753214401e-7f,-0.20229792061560553f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217.mcfunction new file mode 100644 index 000000000..0e1babc37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217_as_bone.mcfunction new file mode 100644 index 000000000..a77b7d3ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_217_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42263487923726106f,0.032919479876967535f,-0.6980261536226132f,-0.33780766377957605f,-0.25088932617793896f,0.7685188437370193f,-0.11566234164817459f,1.4701059885644014f,0.6522106632879671f,0.2742982666919156f,0.4078310385781411f,-0.21641861248007416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39483571024033604f,-0.12864169718642232f,-0.6837807219160293f,-0.33780766377957605f,0.061036325463366445f,0.7895804263478305f,-0.11330188569617103f,1.4701059885644014f,0.6930940260115791f,0.003750209777468261f,0.3995079561581791f,-0.21641861248007416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39467875881505043f,0.02799006157059689f,-0.7144156200965444f,-0.3362664869375721f,-0.015604882499135041f,0.8155089629293393f,0.04057170773514464f,1.4554145830067486f,0.7147934033179403f,0.03325856701110261f,-0.39358442898311985f,-0.14105783356797447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36768681797890285f,-0.12262293267539438f,-0.6998357094823292f,-0.3362664869375721f,-0.31983555977778494f,0.7322060174042444f,0.03974371369973353f,1.4554145830067486f,0.6344380336850718f,0.2980569818996044f,-0.38555209369775006f,-0.14105783356797447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08442658108130234f,-0.00006503400426650913f,1.5602174201621708f,0.000881711429343776f,1.5326480397247555f,0.2924312609906879f,0.08294693438132776f,1.5454180261909694f,-0.2920075148601256f,1.5348909418476526f,-0.015737150289653327f,0.6713461661355175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.000041621762730864945f,-0.9985391489037894f,0.05403301189203327f,0.0013876372509373288f,0.18715600703403762f,-0.05308603800404964f,-0.9808947454238439f,1.5092966026056203f,0.9823302027824982f,0.01007177618537765f,0.18688480951047776f,0.48159745739391413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014674492924823833f,-0.9985391489037894f,0.052002186145344284f,-0.005847216121643894f,-0.0870396857352247f,-0.05308603800404964f,-0.994789407702025f,1.5319809892924838f,0.9960967585352903f,0.01007177618537765f,-0.08769154440400191f,0.13210000525095947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9767183134555f,-0.03422565816410534f,-0.21177804533019373f,0.24935049228266284f,0.17021946160335727f,0.4771725636665902f,-0.8621668512389682f,1.4527071001856573f,0.13056290074943588f,-0.878142897714881f,-0.4602373085059545f,-0.5908658402721242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7515850515390912f,-0.03422565816410534f,-0.6587476866192515f,0.007608060392721408f,0.5668640793950983f,0.4771725636665902f,-0.6715440863974618f,1.6383061277262922f,0.3373203607767097f,-0.878142897714881f,-0.3392344696495075f,-0.45568105664279823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08389729977268644f,-0.5683265429312865f,-0.8185146203279602f,0.2569277943916196f,-0.3824529699528626f,0.7401367543866827f,-0.5531069612472637f,1.3493026398530321f,0.9201581216644705f,0.3594475280283893f,-0.15526269909155088f,-0.05378000104909363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.020068734457874722f,-0.30689937897279507f,-0.9515303553136769f,0.19343709611351007f,-0.19130699924488073f,0.932958062392127f,-0.30494407004801277f,1.5223263761137558f,0.9813250623199116f,0.18815425853177176f,-0.03998871164692196f,-0.01875100702217969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.031995592952705015f,-0.5369774993958033f,-0.8429895890070261f,0.20226259568128707f,-0.43071409492697577f,0.7536815837568227f,-0.4964367419289629f,1.404673462701974f,0.9019210888225426f,0.3789712857835507f,-0.20716928847858074f,-0.3844382639484628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02624216383862335f,-0.047232583494475774f,-0.9985391489037895f,0.18716561659542422f,-0.31351945326428377f,0.9480967382044394f,-0.05308603800404997f,1.582109813377781f,0.9492191007675369f,0.31445454053414496f,0.010071776185377601f,-0.32541508899715205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665751804414879f,-0.040203452319619595f,-0.2532115774922017f,0.2501788821344412f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.248419998314997f,0.2501102285201121f,0.0692763672688866f,-0.9657358119732558f,-0.15110803359734826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665751804414879f,-0.040203452319619595f,-0.2532115774922017f,0.2677122975510556f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.1312702879718826f,0.2501102285201121f,0.0692763672688866f,-0.9657358119732558f,-0.259684445447956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665751804414879f,-0.040203452319619595f,-0.2532115774922017f,-0.317684036374933f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.215304096818401f,0.2501102285201121f,0.0692763672688866f,-0.9657358119732558f,-0.00416827434178238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665751804414879f,-0.040203452319619595f,-0.2532115774922017f,-0.3726437594914302f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.093926824582104f,0.2501102285201121f,0.0692763672688866f,-0.9657358119732558f,-0.09398641905338173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539940411140493f,0.2111757008730863f,-0.21283841965126152f,0.15479555480706558f,0.09251253067907221f,0.8825625844156286f,0.46100403062984147f,2.325768482451672f,0.28519607498392996f,0.42010487732275487f,-0.8614958449484209f,-0.10060646167059434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975283949201162f,0.05933823009610943f,-0.21283841965126152f,0.043055435503939615f,-0.04668965784691286f,0.8861689227191271f,0.46100403062984147f,2.3293207970738488f,0.21596595630034726f,0.45954718458052035f,-0.8614958449484209f,-0.07109938753661338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9190771213455285f,0.3748488220611582f,-0.12159607567096481f,0.008127647653939432f,0.11973746345560057f,0.5595990340642297f,0.8200682050412633f,2.3516716768287957f,0.37544664716099874f,0.7391463195293224f,-0.5591981164684136f,-0.12033963605220836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.989928941571785f,0.07249196520985299f,-0.12159607567096481f,0.038138407588958964f,-0.059048516697550374f,0.5692112189303892f,0.8200682050412633f,2.357950606641508f,0.12866220623937952f,0.818989318137785f,-0.5591981164684136f,-0.11765729499826819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.966401031810819f,0.2264584732272243f,-0.12159607567096481f,0.10591747571180551f,0.030722721056665354f,0.5714405073944921f,0.8200682050412633f,2.444590911744138f,0.25519631683442995f,0.788778997192699f,-0.5591981164684136f,-0.06122060491662236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.966401031810819f,0.14411402719838887f,-0.21283841965126152f,0.07349181959216808f,0.030722721056665354f,0.8868660542347498f,0.46100403062984147f,2.2450460495413194f,0.25519631683442995f,0.43897579547253807f,-0.8614958449484209f,-0.15999015889794327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9483858304743088f,-0.19091415238128961f,-0.2532115774922017f,-0.23229668292717606f,-0.21160536695011506f,0.9756971508524761f,0.05690552254629738f,2.3285314529767427f,0.23619374511926136f,0.10754932002989954f,-0.9657358119732558f,-0.04253570789481152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665751804414879f,-0.04020345231961961f,-0.2532115774922017f,-0.12136685477826045f,-0.05636749190909977f,0.996787072227369f,0.05690552254629738f,2.3450691480591024f,0.2501102285201121f,0.0692763672688866f,-0.9657358119732558f,-0.070646533091076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9281376713120126f,-0.27284493785926334f,-0.2532115774922017f,-0.09960329901000461f,-0.2958377545227843f,0.9535417056965309f,0.05690552254629738f,2.3420223933961974f,0.2259214157410298f,0.1277257036853786f,-0.9657358119732558f,-0.07653236789559495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670251029479879f,0.027319357465802344f,-0.2532115774922017f,-0.1281398932290952f,0.013302167700482537f,0.9982909464871456f,0.05690552254629738f,2.3503507263817855f,0.2543334476684137f,0.05166080593113727f,-0.9657358119732558f,-0.06855945844821448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959393108314946f,-0.12429304381861894f,-0.2532115774922017f,-0.19611791037739312f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.45327245688145f,0.2431206503460712f,0.09081129251177826f,-0.9657358119732558f,-0.07703006095276516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959393108314946f,-0.12429304381861894f,-0.2532115774922017f,-0.1681519755182039f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.2309541765640444f,0.2431206503460712f,0.09081129251177826f,-0.9657358119732558f,-0.09746260176791523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665751804414879f,-0.040203452319619595f,-0.2532115774922017f,-0.018812946852581558f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,1.7253684409565833f,0.2501102285201121f,0.0692763672688866f,-0.9657358119732558f,-0.1340512744340694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.020068734457874722f,-0.050167858273550886f,-0.9985391489037895f,2.523826963209482e-17f,-0.19130699924488073f,0.9800936203286662f,-0.05308603800404997f,1.3578333333333334f,0.9813250623199116f,0.192092897805445f,0.010071776185377601f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02129797291606898f,-0.45423483167569506f,-0.8906273710380899f,0.2707771311408635f,-0.19835143094434765f,0.8712016228746315f,-0.4490706427088481f,0.7800292870907635f,0.9798995388263002f,0.18622150786942232f,-0.07154330027921976f,-0.4345607984589973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02129797291606898f,-0.60893257441043f,-0.7929360101367275f,0.03862158714688707f,-0.19835143094434765f,0.7747766466120197f,-0.6003147988405443f,1.075412883611596f,0.9798995388263002f,0.17006548058474297f,-0.10428147544738871f,-0.36972333398606405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04180017872942481f,0.010149727562397654f,-0.9990744357096708f,0.3160389550254854f,0.1684301960116812f,0.9857091183032091f,0.0029670128709907984f,1.1829929413836882f,0.9848268955149706f,-0.1681502813685397f,-0.042912337923097676f,-0.11571855069504597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04180017872942481f,-0.9951982842021847f,-0.08850491613021105f,-0.003161946214629649f,0.1684301960116812f,0.08029571263326135f,-0.9824377169083969f,1.0961825068220648f,0.9848268955149706f,-0.05597297252910789f,0.16426506693938595f,-0.11442000392254496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07837059963437243f,-0.7416960931884199f,-0.666141842599595f,0.009521213945608679f,-0.03374828143818823f,0.6697878532210778f,-0.741785201508812f,1.2481790462723146f,0.9963529006395865f,-0.03565300866034494f,-0.07752264417928238f,-0.220614189584936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09719151082421607f,-0.6909453422857271f,-0.7163437332715111f,0.012583731872181855f,-0.2250707636643325f,0.6858471869619208f,-0.6920670397295152f,1.210751581738131f,0.969482832012646f,0.22849107227653218f,-0.08885307154319456f,-0.22557115513775572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009491658045291677f,-0.672516785606569f,-0.7400210007188711f,0.009521213945608679f,-0.13052619222005157f,0.7328892346127642f,-0.6677097295481405f,1.2481790462723146f,0.9913994258481721f,0.10292979581309142f,-0.08082472122927435f,-0.220614189584936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006772835012742263f,-0.10113427136661846f,-0.9948497312966583f,0.014838417150504922f,-0.0436637265023892f,0.9938937713643097f,-0.10133434872319472f,1.2723569731879039f,0.9990233269017369f,0.044125167403338564f,0.002315579368672202f,-0.21748186614342138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012138243828896597f,-0.0994837966439883f,-0.9949651437322051f,0.014838417150504922f,-0.21639527480104964f,0.9711969801532923f,-0.09974723447246078f,1.2723569731879039f,0.9762303765405625f,0.2165165119486812f,-0.009739197762038885f,-0.21748186614342138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009491658045291677f,-0.030780581101171905f,-0.9994810974974091f,0.014838417150504922f,-0.13052619222005157f,0.9909361268297012f,-0.031756978576127415f,1.2723569731879039f,0.9913994258481721f,0.13075988823345117f,0.005387954815136851f,-0.21748186614342138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.021571129181978996f,-0.40984781282690336f,-0.9118988193362342f,0.01757720746356373f,0.04968038845695147f,0.9105448006512321f,-0.41041445516669395f,1.2711150476477964f,0.9985321954692201f,-0.054156590808611765f,0.0007199190286454292f,-0.022240780178981207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.031545336614671696f,-0.3762310221149956f,-0.9259887200912184f,0.0034685934497093607f,-0.25691699471826257f,0.8922683628239547f,-0.3712826773879922f,1.3123562570190626f,0.965918500476517f,0.24961447614624707f,-0.06851323766566121f,-0.40753758172968635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009491658045291677f,-0.25482600348048157f,-0.966940337548143f,0.03796511165923248f,-0.13052619222005157f,0.9583947322836106f,-0.2538551757903718f,1.1385436063709637f,0.9913994258481721f,0.12862054688576008f,-0.024164712841715973f,-0.22744067755417863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009491658045291677f,-0.1695819102914847f,-0.9854703872412616f,2.523826963209482e-17f,-0.13052619222005157f,0.9768726873763379f,-0.16935957546789532f,1.3578333333333334f,0.9913994258481721f,0.1302372003692586f,-0.012862739517388559f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8766261543075728f,-0.014306803843118063f,0.4809593547772095f,0.8034604526861815f,0.06388863208686003f,0.9872468826595092f,0.145814386701556f,1.837037798179386f,-0.47691176151777287f,0.1585525403229971f,-0.8645323959708735f,-0.6849477988214336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8766261543075728f,-0.014306803843118063f,0.4809593547772095f,0.7212767507198465f,0.06388863208686003f,0.9872468826595092f,0.145814386701556f,1.843027357437529f,-0.47691176151777287f,0.1585525403229971f,-0.8645323959708735f,-0.7296582764637248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8766261543075728f,-0.014306803843118063f,0.4809593547772095f,0.6902246984864325f,0.06388863208686003f,0.9872468826595092f,0.145814386701556f,1.8181604198032242f,-0.47691176151777287f,0.1585525403229971f,-0.8645323959708735f,-0.5776231782469482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.340275696502596f,-0.732966756286129f,-0.5890434487786647f,-0.9418390059293834f,-0.08853645359265988f,0.6486156150018105f,-0.7559491255111404f,2.5084187045128026f,0.9361483572355974f,-0.205079297236979f,-0.28560240736009f,-0.6032662601962404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11219068527172782f,-0.732966756286129f,-0.6709493157591342f,-0.9304790604211636f,0.4126002912176359f,0.6486156150018105f,-0.6395770349715075f,2.4922784613782896f,0.9039769077943208f,-0.205079297236979f,0.37519092742149907f,-0.6949150828270254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12117275208767812f,-0.732966756286129f,-0.6693854631905957f,-0.8357512136966841f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6115569507577145f,0.9775874413950396f,-0.205079297236979f,0.04759491854690506f,-0.6562299092936686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4830715695768247e-7f,1.9525007623564827e-8f,-0.000015624283943953156f,0.6877445863329333f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.521592559524556f,0.00001549061602887769f,0.0000020393782893690953f,1.4958689356882483e-7f,-0.18383016540003447f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218.mcfunction new file mode 100644 index 000000000..5d4671692 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218_as_bone.mcfunction new file mode 100644 index 000000000..8a9b6ecf1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_218_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4139760159488055f,0.03150201566649581f,-0.703260922896009f,-0.3388981679177847f,-0.2576549028269412f,0.7660195806752222f,-0.11735585846407721f,1.4614436444850711f,0.6551200300043024f,0.28136465569710223f,0.3982412852229881f,-0.19647847957053166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3864678539435177f,-0.1266785585563971f,-0.6889086591634375f,-0.3388981679177847f,0.05397640282644771f,0.7898547670219337f,-0.11496084094440218f,1.4614436444850711f,0.698376077630247f,0.009054822737114415f,0.39011391205517204f,-0.19647847957053166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.38545502650796676f,0.026472995711574694f,-0.719491520090572f,-0.33736293767473224f,-0.021869780312351608f,0.8153073240866642f,0.04171479886295868f,1.4463973660898122f,0.7196461489463251f,0.03895628618262483f,-0.38410450728678686f,-0.1224774488759724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.35877040315905084f,-0.12053818154866527f,-0.7048080196805604f,-0.33736293767473224f,-0.3254298588979408f,0.7296749846549039f,0.040863476437184014f,1.4463973660898122f,0.6366939647544639f,0.30503272538828835f,-0.3762656397911382f,-0.1224774488759724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08430519239988525f,0.0036870688245224507f,1.5602196287888128f,0.0018173606775023928f,1.5447422979093837f,0.21976545736527653f,0.08294954369174316f,1.5167426823524055f,-0.2192489853660807f,1.5469634123897413f,-0.015502681814125617f,0.6896196606498313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0023597240476940697f,-0.9985405624248402f,0.05395532313592633f,0.0018594524466165685f,0.14064989271377434f,-0.053087707962715475f,-0.9886350706620058f,1.4896042255949349f,0.9900565839294349f,0.009921716361039922f,0.14031935063428902f,0.4983787443557996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01597767852877683f,-0.9985405624248402f,0.05158933010918592f,-0.005739367190103915f,-0.11489714982299395f,-0.053087707962715475f,-0.9919578318788648f,1.5206682703650654f,0.9932488906368752f,0.009921716361039922f,-0.1155776829369214f,0.15180456587787572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9738788637837718f,-0.034431264750479286f,-0.22444252423039573f,0.24632278289140924f,0.18019773432953212f,0.4842334484598897f,-0.8561814900680502f,1.4444554513931496f,0.13816198904811977f,-0.874261091093688f,-0.46538028469407833f,-0.5732526388127283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7429617516925425f,-0.034431264750479286f,-0.6684476969289601f,0.007561220960506372f,0.5726895126883126f,0.4842334484598897f,-0.6614716089519388f,1.6317236632776628f,0.3464600374917313f,-0.874261091093688f,-0.3400485068646859f,-0.43510466927682545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07224486602068927f,-0.5711466007544966f,-0.8176626686967162f,0.2569693898105023f,-0.3548396312852571f,0.7514498167918666f,-0.55624815407587f,1.3394727096653651f,0.932131704966093f,0.33032519324152904f,-0.14837705788615363f,-0.035614056527139594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02032588669084185f,-0.30677240099813186f,-0.9515658423441187f,0.19350227810870188f,-0.19920722065298846f,0.9314360443785237f,-0.30453797541883093f,1.5122136056399706f,0.9797465700730686f,0.19574879110311322f,-0.04217901387807809f,0.0008252229679561462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030097217583775464f,-0.5381055360010626f,-0.8423399489628424f,0.2023332806788049f,-0.3944602382878419f,0.7679289975087819f,-0.5046644183960829f,1.3961172528031938f,0.9184199899303225f,0.3474586117945077f,-0.1891487118280737f,-0.3615289172820758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02534490083851677f,-0.04769047277779133f,-0.9985405624248402f,0.1871504385178138f,-0.2984037396024397f,0.9529621731498816f,-0.053087707962715586f,1.5744658620940295f,0.9541031622381119f,0.2993137406663549f,0.009921716361039914f,-0.3053455801798778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665102089275985f,-0.03767233747171518f,-0.25384800772932414f,0.2515124437984857f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2387972530043365f,0.2499170430450965f,0.08656479601244192f,-0.9643899666042361f,-0.12099982857369762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665102089275985f,-0.03767233747171518f,-0.25384800772932414f,0.26866736809261094f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.1235029962444347f,0.2499170430450965f,0.08656479601244192f,-0.9643899666042361f,-0.2316038765585911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665102089275985f,-0.03767233747171518f,-0.25384800772932414f,-0.31631230394647847f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2045429919002775f,0.2499170430450965f,0.08656479601244192f,-0.9643899666042361f,0.025826434215296568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665102089275985f,-0.03767233747171518f,-0.25384800772932414f,-0.3716456453219231f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.0848758507441127f,0.2499170430450965f,0.08656479601244192f,-0.9643899666042361f,-0.06603383554121471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9528901863395942f,0.2228712514607517f,-0.20573939352980372f,0.15715945496712125f,0.08839429196147251f,0.8529064483071748f,0.5145260339231347f,2.3119208728301865f,0.2901495165019632f,0.4721006203219384f,-0.8324267309291057f,-0.06568286054465622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.976023271910255f,0.07106246997951118f,-0.20573939352980372f,0.045452326421719834f,-0.0461179524247873f,0.856233668387009f,0.5145260339231347f,2.3152373703324733f,0.212724486493082f,0.5116776626753767f,-0.8324267309291057f,-0.03602381636824198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9174138323316405f,0.383526485857916f,-0.10610982467260191f,0.010550305500001078f,0.10755293215659872f,0.4957063357269025f,0.8618048476915905f,2.342381430883298f,0.3831242971035518f,0.7792192652685668f,-0.4960172472840276f,-0.08523413019137337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9910286053013151f,0.08125889848182655f,-0.10610982467260191f,0.0406634284446491f,-0.050892764984762244f,0.5046804245931085f,0.8618048476915905f,2.347905069694159f,0.12358086399898596f,0.8594734786193463f,-0.4960172472840276f,-0.08207899694416193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9661157063386067f,0.23528949630998133f,-0.10610982467260191f,0.10987851460831076f,0.02868322164140135f,0.5064283535620263f,0.8618048476915905f,2.428837728807112f,0.25651065233655557f,0.8295596275341818f,-0.4960172472840276f,-0.019271186382788574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9661157063386067f,0.15585808902923068f,-0.20573939352980372f,0.07481044457673391f,0.02868322164140135f,0.8569948851723677f,0.5145260339231347f,2.2360138796433295f,0.25651065233655557f,0.49119041406826824f,-0.8324267309291057f,-0.12978902954814875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9487176124647568f,-0.18840403597328903f,-0.25384800772932414f,-0.23067501879344332f,-0.2133230729120728f,0.9741560887652537f,0.07425079989423217f,2.318206828721104f,0.2332984319761319f,0.12459467866068138f,-0.9643899666042361f,-0.010646594993319075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665102089275985f,-0.03767233747171518f,-0.25384800772932414f,-0.11972716737601286f,-0.05830512528350461f,0.9955336915849415f,0.07425079989423217f,2.3349550793304106f,0.24991704304509652f,0.08656479601244194f,-0.9643899666042361f,-0.03856094600464729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9286869618317417f,-0.2703732899078279f,-0.25384800772932414f,-0.097975996461652f,-0.29741461168413513f,0.9518567998768732f,0.07425079989423217f,2.3319570187908436f,0.22155151924666286f,0.14445385641295932f,-0.9643899666042361f,-0.044517146291353414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9667837280550098f,0.029839774461447935f,-0.25384800772932414f,-0.1264853853961263f,0.01128182288971774f,0.9971757814885758f,0.07425079989423217f,2.340216416979342f,0.25534671260923275f,0.06892059686870236f,-0.9643899666042361f,-0.036376955314066636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9595489852318312f,-0.1217658979863248f,-0.25384800772932414f,-0.19421443470208877f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.443436944058875f,0.24142141415202778f,0.10801709634088197f,-0.9643899666042361f,-0.043005922110176203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9595489852318312f,-0.1217658979863248f,-0.25384800772932414f,-0.16681710765516572f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.2214375983224532f,0.24142141415202778f,0.10801709634088197f,-0.9643899666042361f,-0.06730976878687461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665102089275985f,-0.03767233747171518f,-0.25384800772932414f,-0.018763508343420467f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,1.7161943845489138f,0.2499170430450965f,0.08656479601244192f,-0.9643899666042361f,-0.1127766706675058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.02032588669084185f,-0.050036022249121306f,-0.9985405624248402f,2.2995805270989413e-17f,-0.19920722065298846f,0.9785183587971036f,-0.053087707962715586f,1.34925f,0.9797465700730686f,0.199995544886651f,0.009921716361039914f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02021923626797475f,-0.42413554017406807f,-0.9053729762070388f,0.25569458163927333f,-0.19853150330592853f,0.8858218291668176f,-0.41941021585870025f,0.7633061133626164f,0.9798859243196769f,0.18822521226659542f,-0.06629362554097634f,-0.41739892011556046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02021923626797475f,-0.5820244714339204f,-0.8129198589878373f,0.03379775190509118f,-0.19853150330592853f,0.7945572196717672f,-0.5738153595561548f,1.0662310533624777f,0.9798859243196769f,0.17299231000115753f,-0.09948485312164612f,-0.35144560192761914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.036332703472697896f,0.031620476150817395f,-0.9988393665381636f,0.313924381488737f,0.16453551696789165f,0.9860484173196098f,0.025230583774474846f,1.167442129511933f,0.9857017796039903f,-0.1634278562225171f,-0.04102849614644209f,-0.09753663841710866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.036332703472697896f,-0.9932793641516356f,-0.10989103425160285f,-0.0071131261469846415f,0.16453551696789165f,0.10251727347174927f,-0.9810291903384053f,1.0876944871831016f,0.9857017796039903f,-0.05372442080134996f,0.1597050039763495f,-0.09605834242621823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07679440679790331f,-0.731066313622026f,-0.6779709906564286f,0.007752311348269158f,-0.03236788615718558f,0.6814485671127349f,-0.731149895934969f,1.2394566800680349f,0.9965214192531304f,-0.03420373469523304f,-0.07599450968737474f,-0.20230461861428542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09565785283507217f,-0.6795107002646377f,-0.727402765609841f,0.01021109089082415f,-0.22645115894533516f,0.6967376145265807f,-0.6806442309431004f,1.2019847276308562f,0.96931390571027f,0.22983016496898642f,-0.08722756139564057f,-0.2072617154165404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009513108984714717f,-0.6606040393112884f,-0.7506742329419962f,0.007752311348269158f,-0.13052619222005157f,0.7434648536323972f,-0.6559138087873226f,1.2394566800680349f,0.9913992202447907f,0.10422242877119992f,-0.07915346763757777f,-0.20230461861428542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.008186712912383771f,-0.0852838584043569f,-0.9963230606722678f,0.01345844714101939f,-0.04363052660729724f,0.9953771268015472f,-0.08556139660072569f,1.2635477635911556f,0.999014191530661f,0.044170566398478016f,0.004427887123393421f,-0.19918757530423808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010767104553499728f,-0.08362965364498023f,-0.9964387339373929f,0.01345844714101939f,-0.2164284746961416f,0.9726803355905298f,-0.08397428234999176f,1.2635477635911556f,0.9762391022696415f,0.2165618751920919f,-0.007626887507313251f,-0.19918757530423808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009513108984714717f,-0.014803336875843953f,-0.9998451690010735f,0.01345844714101939f,-0.13052619222005157f,0.9913170529057727f,-0.015918974927672053f,1.2635477635911556f,0.9913992202447907f,0.13065742166273597f,0.00749828396814424f,-0.19918757530423808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018675985328039442f,-0.3954855490969922f,-0.9182823030133366f,0.016588877516922607f,0.0501508190804901f,0.9169158224185692f,-0.3959169988066123f,1.2622889930494343f,0.9985670247497574f,-0.0534467497040713f,0.0027096177751751143f,-0.003952483933898326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02950806425872271f,-0.36152207436788153f,-0.9318964877541104f,0.002322981564646243f,-0.25725394064485063f,0.8981501903581315f,-0.35657628297791766f,1.3036964579967636f,0.9658932053629938f,0.2502559196190895f,-0.06650030473016649f,-0.3892256619314258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009513108984714717f,-0.2393401532581651f,-0.9708891758567518f,0.03444142725618902f,-0.13052619222005157f,0.9623286708684526f,-0.23850878887179688f,1.1293834818649815f,0.9913992202447907f,0.12899542729459557f,-0.022085421325064608f,-0.20917251981515997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009513108984714717f,-0.15381082446879293f,-0.9880545182497142f,2.2995805270989413e-17f,-0.13052619222005157f,0.9794541303867949f,-0.1537287208454609f,1.34925f,0.9913992202447907f,0.13042943204843632f,-0.010758687352239718f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5474560050103621f,-0.02593706908156798f,0.8364324186839919f,0.8413392224117284f,0.10990361955412423f,0.9886336394963618f,0.10259006416354358f,1.816409903237106f,-0.8295861118575917f,0.14809049700651164f,-0.5383828449248429f,-0.6016456985050519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5474560050103621f,-0.02593706908156798f,0.8364324186839919f,0.7900152219420069f,0.10990361955412423f,0.9886336394963618f,0.10259006416354358f,1.8267133675703051f,-0.8295861118575917f,0.14809049700651164f,-0.5383828449248429f,-0.6794193964917011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5474560050103621f,-0.02593706908156798f,0.8364324186839919f,0.6902123593742688f,0.10990361955412423f,0.9886336394963618f,0.10259006416354358f,1.806173125779174f,-0.8295861118575917f,0.14809049700651164f,-0.5383828449248429f,-0.5597751207596501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3260400139117172f,-0.7329711934219849f,-0.5970352912031234f,-0.9417659453232782f,-0.07039326969219611f,0.6486156150018105f,-0.7578539249471924f,2.4987150213629135f,0.9427315083895781f,-0.20506343796341178f,-0.263070883033712f,-0.5764252604171629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09609763643175637f,-0.7329711934219849f,-0.673437802536939f,-0.9304079828262757f,0.39715309835283796f,0.6486156150018105f,-0.6492820653957446f,2.4825747782284004f,0.9127073247985747f,-0.20506343796341178f,0.35343220802532266f,-0.6680743288220055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12115159996802624f,-0.7329711934219849f,-0.6693844332211039f,-0.8356792990916113f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6018532676078254f,0.9775900629849863f,-0.20506343796341178f,0.04760940205081802f,-0.6293912049272069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4864232788616747e-7f,1.9569133713418566e-8f,-0.000015624280703679334f,0.6877450677245673f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5130092261912227f,0.000015490612816324855f,0.000002039377866428491f,1.4992495667403937e-7f,-0.16553393504613179f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219.mcfunction new file mode 100644 index 000000000..2d006cbfa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219_as_bone.mcfunction new file mode 100644 index 000000000..3eb9dbaf0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_219_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4162001735297064f,0.031991739538740585f,-0.70192477417425f,-0.3386067158208914f,-0.26239608691715804f,0.7638765013900514f,-0.12077014796340262f,1.4533449089520067f,0.6518206452459525f,0.28707780072625655f,0.39957555881931794f,-0.17815809288345374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38866435635502705f,-0.12706912416785587f,-0.6875997787829389f,-0.3386067158208914f,0.048882129640326094f,0.7896925716060975f,-0.11830545106619032f,1.4533449089520067f,0.6975317594926834f,0.015462213081006038f,0.3914209555781074f,-0.17815809288345374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.38773553822572815f,0.026972656338622534f,-0.718246526376068f,-0.33706527147080345f,-0.027267154142897022f,0.8149519461083992f,0.04532408061422163f,1.4376587860984391f,0.7182354064971989f,0.045499953721026255f,-0.38602085372377504f,-0.10396549783663858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36102163249142794f,-0.12094087982638331f,-0.7035884340010463f,-0.33706527147080345f,-0.3301813945193386f,0.7273300259770379f,0.0443990993771967f,1.4376587860984391f,0.632964159796184f,0.3104260570555597f,-0.37814287711716743f,-0.10396549783663858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08392998053714008f,0.006906436884398742f,1.5602289285539472f,0.0024975573935112883f,1.5531284094128093f,0.14942626726440927f,0.08288657627302284f,1.4892314251774612f,-0.14884270973706962f,1.5553232274292657f,-0.014891473303177936f,0.7065820027691638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004420119606014513f,-0.9985465142745262f,0.05371518754376945f,0.002141674451887821f,0.0956328110492263f,-0.05304740881473444f,-0.9940021820241974f,1.4707882924188334f,0.9954068655547296f,0.009530542914033418f,0.09525933423172897f,0.5143079538877442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01696974847168152f,-0.9985465142745262f,0.05115551257686371f,-0.005712560774030795f,-0.1416085845238567f,-0.05304740881473444f,-0.9885003698568819f,1.5097777231012308f,0.9897772660684612f,0.009530542914033418f,-0.14230295965230721f,0.17072512048497007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9710226007413185f,-0.034392868674420735f,-0.23649997766154235f,0.24347402288811684f,0.18969384209149948f,0.49100945162519094f,-0.8502505305422012f,1.436568870782032f,0.14536627917825815f,-0.870475070865946f,-0.4702571593062621f,-0.556259705578624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.734618038327747f,-0.034392868674420735f,-0.677608639516821f,0.007588966340958188f,0.5781196094426253f,0.49100945162519094f,-0.6516804704704875f,1.625384214460197f,0.355125407344222f,-0.870475070865946f,-0.3408212083476128f,-0.41530462686756703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06070197835897499f,-0.5734868227954992f,-0.816962749397566f,0.25697135120746717f,-0.32798071321656685f,0.7615656255474967f,-0.558969095516382f,1.3300120485740003f,0.9427321579225239f,0.3018785551581522f,-0.14186407703984732f,-0.018100002033572177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02032271528702062f,-0.30666032142207433f,-0.9516020357842204f,0.19352502821717688f,-0.20680902861792155f,0.9299239904177978f,-0.3040911010331464f,1.5024722273958804f,0.9781702371905794f,0.20297984951898446f,-0.04452154269312779f,0.019680460109405357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.027978008225682614f,-0.539167710566757f,-0.8417335747954489f,0.20244222035843157f,-0.35904266095932175f,0.7804495014811363f,-0.5118466012870412f,1.387917625869011f,0.9329017090063525f,0.31653871093445674f,-0.17174878693306472f,-0.3394379741614352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.024227049454127444f,-0.048144666422575415f,-0.998546514274526f,0.18717417968998293f,-0.2838242550028046f,0.9574078361336642f,-0.05304740881473442f,1.5671000488389808f,0.9585702073123544f,0.28469690269638265f,0.009530542914033423f,-0.28599773901265074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665118804412653f,-0.035214085830763166f,-0.2541943215829046f,0.2528167928915521f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.229367160110084f,0.24947745643391897f,0.10316841396561542f,-0.9628692938769424f,-0.09199988789780207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665118804412653f,-0.035214085830763166f,-0.2541943215829046f,0.26963203148854764f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.1158915769062348f,0.24947745643391897f,0.10316841396561542f,-0.9628692938769424f,-0.2045203405607393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665118804412653f,-0.035214085830763166f,-0.2541943215829046f,-0.31500893686769127f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.194039970273926f,0.24947745643391897f,0.10316841396561542f,-0.9628692938769424f,0.054568117757125334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665118804412653f,-0.035214085830763166f,-0.2541943215829046f,-0.37068208930379065f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,2.0760545330484392f,0.24947745643391897f,0.10316841396561542f,-0.9628692938769424f,-0.039241525673267996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9519208470240694f,0.23368591021003177f,-0.1980848211506554f,0.1593880138982757f,0.08423332487213853f,0.8213485605564451f,0.5641731020288366f,2.2981562700092537f,0.2945359875837975f,0.5203627940592643f,-0.8015429586596547f,-0.0323517595214486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.976757652126267f,0.08189562041095685f,-0.1980848211506554f,0.04770546556224705f,-0.04529094981643754f,0.8244133919411334f,0.5641731020288366f,2.3012473607117587f,0.2095070855066902f,0.5600318442246117f,-0.8015429586596547f,-0.002576028120868115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9160635307466333f,0.39069301106663734f,-0.09047971452042057f,0.012925665472624831f,0.09540040693491984f,0.4314401699984931f,0.8970831299652908f,2.3330919503397984f,0.3895206926373284f,0.8131533378246418f,-0.43249887767713363f,-0.051388744926965935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9919589702600417f,0.0884919351180731f,-0.09047971452042057f,0.04312392853614205f,-0.04259116591288582f,0.43980433208173153f,0.8970831299652908f,2.3378532176271043f,0.1191779925440058f,0.893723294370915f,-0.43249887767713363f,-0.04783053375203007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9659031207440315f,0.2425790234073101f,-0.09047971452042057f,0.11361445055359247f,0.02673375742707132f,0.4410523371953803f,0.8970831299652908f,2.4128322484438907f,0.2575198391401556f,0.8640765320602386f,-0.43249887767713363f,0.02068862980629682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9659031207440315f,0.16671402150585288f,-0.1980848211506554f,0.07610379571477563f,0.02673375742707132f,0.8252236164585878f,0.5641731020288366f,2.2271569347407087f,0.2575198391401556f,0.5396410083308678f,-0.8015429586596547f,-0.10073059706814824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9491038186797033f,-0.18597631097161815f,-0.2541943215829046f,-0.22911658839820204f,-0.21489324246912653f,0.9723954568781056f,0.09092837722034541f,2.308089090675121f,0.23026687931335305f,0.14092511202836855f,-0.9628692938769424f,0.01994447151679095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665118804412653f,-0.03521408583076316f,-0.2541943215829046f,-0.11814377170475535f,-0.06013138695516283f,0.9940403646326054f,0.09092837722034541f,2.325032650429655f,0.249477456433919f,0.10316841396561542f,-0.9628692938769424f,-0.007751924692233111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9292832885911491f,-0.267988463222256f,-0.2541943215829046f,-0.09640318232737509f,-0.2988253570921475f,0.9499660184316201f,0.09092837722034541f,2.3220818328538204f,0.2171082115074648f,0.1604579303273867f,-0.9628692938769424f,-0.013770028559589514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9666139165309047f,0.0322921545238531f,-0.2541943215829046f,-0.12488803450194005f,0.009355840677362087f,0.9958134857799901f,0.09092837722034541f,2.3302731382425876f,0.2560664066487546f,0.08551443325493771f,-0.9628692938769424f,-0.0054765770693394715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9597649011325117f,-0.11931714641704821f,-0.2541943215829046f,-0.1923705323393765f,-0.14653889517434404f,0.9850169452436629f,0.09092837722034541f,2.4337529006817418f,0.23953639964561343f,0.12451922001737523f,-0.9628692938769424f,-0.01034440845575911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9597649011325117f,-0.11931714641704821f,-0.2541943215829046f,-0.1655241743955407f,-0.14653889517434404f,0.9850169452436629f,0.09092837722034541f,2.212124088001918f,0.23953639964561343f,0.12451922001737523f,-0.9628692938769424f,-0.03836123295966849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665118804412653f,-0.035214085830763166f,-0.2541943215829046f,-0.018719397802650636f,-0.060131386955162826f,0.9940403646326054f,0.09092837722034541f,1.707353312708967f,0.24947745643391897f,0.10316841396561542f,-0.9628692938769424f,-0.09233006173763184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.02032271528702062f,-0.04991839414040175f,-0.998546514274526f,2.0840426904490108e-17f,-0.20680902861792155f,0.976942167223912f,-0.05304740881473442f,1.3410000000000002f,0.9781702371905794f,0.20758650203298226f,0.009530542914033423f,-0.1701750000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01917052641704059f,-0.3947560332124264f,-0.9185859595918519f,0.2409558200899511f,-0.19868814067062213f,0.8989264057629156f,-0.3904540174963207f,0.7476286364590201f,0.979875254138885f,0.1899973454144971f,-0.06120044984883403f,-0.40083913739048005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01917052641704059f,-0.5555448020025273f,-0.8312655796343706f,0.029154364326487575f,-0.19868814067062213f,0.8127192069462513f,-0.5477321548142918f,1.0574778341072784f,0.979875254138885f,0.17566292616437001f,-0.09479990874271167f,-0.333867646790314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.031211424978422803f,0.05229097788487974f,-0.9981440279752513f,0.3117464880089718f,0.16069766966994936f,0.9859018187485973f,0.0466247010806025f,1.1525137109924883f,0.986510063766946f,-0.158944195930681f,-0.039174438942825504f,-0.0800717588708379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.031211424978422803f,-0.9909643802111598f,-0.13044326009237947f,-0.01090974342962786f,0.16069766966994936f,0.1238339378628312f,-0.9792044805841281f,1.0795951182746857f,0.986510063766946f,-0.0515242951052835f,0.15538063296447063f,-0.07840194603820805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07526810184845001f,-0.720673299752707f,-0.6891768335250946f,0.006050370438537379f,-0.031064447886003696f,0.6924965564940959f,-0.7207520512085672f,1.2310994686042802f,0.9966793430796431f,-0.03284074096856436f,-0.07451021950690079f,-0.18470247281858848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09415381349550239f,-0.6683583936334357f,-0.7378564339110877f,0.00792831110211343f,-0.22775459721651703f,0.707033374578426f,-0.669501046062652f,1.1935937736900324f,0.9691557681048987f,0.2310862715350621f,-0.08565180825310872f,-0.18965846039559545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009524337854191465f,-0.6489958546340159f,-0.7607323232624617f,0.006050370438537379f,-0.13052619222005157f,0.7534508820992696f,-0.6444180951900456f,1.2310994686042802f,0.9913991124330167f,0.10543314911210698f,-0.07753483691432418f,-0.18470247281858848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00953653630789219f,-0.0700290382677532f,-0.9974993675559608f,0.012128932621807934f,-0.043619408422955724f,0.996566067649406f,-0.07038053721470688f,1.2551012833410078f,0.9990027035419271f,0.04418151886358051f,0.00644916326568398f,-0.18160082468768726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00943965343846791f,-0.06837288095539298f,-0.9976151773568911f,0.012128932621807934f,-0.21643959288048312f,0.9738692764383886f,-0.06879342296397295f,1.2551012833410078f,0.97625037545534f,0.2165728089101423f,-0.005605610054101106f,-0.18160082468768726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009524337854191465f,0.0005558031310959333f,-0.9999544879999883f,0.012128932621807934f,-0.13052619222005157f,0.9914446197647198f,-0.0006921590310932924f,1.2551012833410078f,0.9913991124330167f,0.1305268440684507f,0.009515400388685518f,-0.18160082468768726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01589597560635787f,-0.3815856979187705f,-0.9241967718529247f,0.015633635989099268f,0.05056002687059924f,0.9228243257639761f,-0.38188865846095366f,1.25382053877442f,0.9985945131245045f,-0.05279790641784499f,0.004623790168911578f,0.013627763760988593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02753592314716225f,-0.34729935781638516f,-0.9373499501236238f,0.0012227611807404462f,-0.25754703571797355f,0.9035834669059613f,-0.3423542649465439f,1.2953900104563365f,0.9658733339984691f,0.25083874181340093f,-0.06456491521059686f,-0.37162257217182293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009524337854191465f,-0.22439925843862327f,-0.974450747755183f,0.031046504691602552f,-0.13052619222005157f,0.9658782564873049f,-0.2237009315795941f,1.1206317555119252f,0.9913991124330167f,0.1293219488611274f,-0.02009062990019428f,-0.19160635390446104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009524337854191465f,-0.138616372820662f,-0.9903003525064921f,2.0840426904490108e-17f,-0.13052619222005157f,0.9816996189599148f,-0.1386678451498118f,1.3410000000000002f,0.9913991124330167f,0.13058085357356672f,-0.008743028481330808f,-0.1701750000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.09345268833820246f,-0.03123082228405672f,0.995133775319592f,0.8438546691349536f,0.13006525620008175f,0.9905594360328223f,0.04330164911344945f,1.7950497962192793f,-0.9870914973658571f,0.1334789849594267f,-0.08850839735432589f,-0.509620000500336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.09345268833820246f,-0.03123082228405672f,0.995133775319592f,0.8350934796032472f,0.13006525620008175f,0.9905594360328223f,0.04330164911344945f,1.807243413988037f,-0.9870914973658571f,0.1334789849594267f,-0.08850839735432589f,-0.602159828378385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.09345268833820246f,-0.03123082228405672f,0.995133775319592f,0.6902040080711616f,0.13006525620008175f,0.9905594360328223f,0.04330164911344945f,1.7946513577366408f,-0.9870914973658571f,0.1334789849594267f,-0.08850839735432589f,-0.5426136548362116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.31218925992219004f,-0.7329735159819056f,-0.6043903464304823f,-0.9416917714391769f,-0.05291643278648775f,0.6486156150018105f,-0.7592744135798177f,2.489388180277098f,0.9485450527678632f,-0.20505513610964746f,-0.24127717261412351f,-0.5506355510051909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08056904119629524f,-0.7329735159819056f,-0.6754690625556679f,-0.9303348469863689f,0.3820906436953828f,0.6486156150018105f,-0.6582587059631426f,2.473247937142585f,0.920605979559745f,-0.20505513610964746f,0.3323206607388355f,-0.6422847480476747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12114052749661866f,-0.7329735159819056f,-0.6693838939405131f,-0.835605725121696f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.59252642652201f,0.977591435119827f,-0.20505513610964746f,0.047616983686608993f,-0.6036026970794242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4881777897174165e-7f,1.959223228703882e-8f,-0.00001562427900458437f,0.6877453195890935f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5047592261912228f,0.00001549061113176589f,0.0000020393776446520952f,1.501019217201147e-7f,-0.147941724644182f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..610b9708a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.667650959315441f,-0.11846167037494637f,-0.45514115790773463f,0.04029999642212624f,-0.0438749205164416f,0.8025774284026047f,-0.1445299526492079f,1.3936147092539806f,0.46825381185772713f,-0.09370564825603576f,-0.6624968404528953f,-0.345317202739866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6486488569428717f,0.14307394098236695f,-0.44585256284839314f,0.04029999642212624f,0.26115716961713237f,0.7428000632176521f,-0.14158036177881592f,1.3936147092539806f,0.3886535644301677f,-0.2603419165167727f,-0.6489764967701831f,-0.345317202739866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6715420466657187f,0.11767418895560477f,0.44958704302737945f,-0.04318530335342563f,0.0438749205164416f,0.8025774284026047f,-0.1445299526492079f,1.3936147092539806f,-0.4626561524006117f,-0.09469266664714313f,-0.6662784913034184f,-0.3449682446167788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6518751817131487f,-0.14524529702651323f,0.4404117972513105f,-0.04318530335342563f,-0.26115716961713237f,0.7428000632176521f,-0.14158036177881592f,1.3936147092539806f,-0.38321753642548484f,-0.25913677812215696f,-0.6526809710727365f,-0.3449682446167788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.043195931988916705f,-1.5619021845763161f,-0.001388263425993488f,-0.8754277127617376f,-0.3319660499045012f,-0.010537902142084225f,1.5267919780799366f,1.6402602070437466f,-1.5262171874180985f,-0.04191382151719081f,-0.3321303635553575f,-0.05595069213849978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9996173981288423f,0.027645396472906692f,0.0008884885926362824f,-0.6266946423296561f,-0.006744257370934338f,-0.21245827193888053f,-0.9771468659711594f,1.6240345902242779f,-0.02682484577100202f,-0.976778999947583f,0.2125634326754286f,-0.06982681881823206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9996173981288423f,0.027645396472906692f,0.0008884885926362824f,-0.29869518356862973f,-0.006744257370934338f,-0.21245827193888053f,-0.9771468659711594f,1.6262475496741158f,-0.02682484577100202f,-0.976778999947583f,0.2125634326754286f,-0.06102491629962203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9993582243068473f,-0.035809916200484036f,0.0008884885926362685f,0.6260890197426943f,0.006744257370934338f,-0.21245827193888053f,-0.9771468659711594f,1.6240345902242779f,0.035180314137021745f,-0.9765137646681991f,0.2125634326754286f,-0.0750632980130896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9993582243068473f,-0.035809916200484036f,0.0008884885926362685f,0.29817460239201005f,0.006744257370934338f,-0.21245827193888053f,-0.9771468659711594f,1.6262475496741158f,0.035180314137021745f,-0.9765137646681991f,0.2125634326754286f,-0.06351975743687933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0035776871939078537f,-0.002161296991344392f,-0.15510846971569764f,0f,0.5170766677059309f,-0.8559390864507417f,1.4201095477957337f,0.0041798385545672185f,-0.8559316093406487f,-0.5170721507499556f,0.2734280832242128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.002504883895375204f,-0.003346133143336726f,-0.15559904877822633f,0f,0.8005412409243604f,-0.599277666511347f,1.5664655450533553f,0.0041798385545672185f,-0.5992724314833412f,-0.8005342477456551f,0.156061163272676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0034603682075050896f,-0.0023445473359978443f,0.15738880042076292f,0f,0.5609181563809464f,-0.8278712592198137f,1.4201095477957337f,0.0041798385545672185f,-0.8278640272980029f,-0.5609132564448707f,0.27212188367591056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.002504883895375204f,-0.003346133143336726f,0.15689822135823422f,0f,0.8005412409243604f,-0.599277666511347f,1.5664655450533553f,0.0041798385545672185f,-0.5992724314833412f,-0.8005342477456551f,0.15475496372437375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0006938125148472313f,-0.004121853289054322f,0.2931503201693332f,0f,0.9861273911047265f,-0.16599026632000352f,2.2131072014320727f,0.0041798385545672185f,-0.16598881630152057f,-0.9861187767264539f,-0.14408227877478463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0006938125148472313f,-0.004121853289054322f,0.3303502954042155f,0f,0.9861273911047265f,-0.16599026632000352f,2.0742796900764815f,0.0041798385545672185f,-0.16598881630152057f,-0.9861187767264539f,-0.21593905600099586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0006938125148472313f,-0.004121853289054322f,-0.29434454768721274f,0f,0.9861273911047265f,-0.16599026632000352f,2.2131072014320727f,0.0041798385545672185f,-0.16598881630152057f,-0.9861187767264539f,-0.14162662362397638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0006938125148472313f,-0.004121853289054322f,-0.3321439172850809f,0f,0.9861273911047265f,-0.16599026632000352f,2.0742796900764815f,0.0041798385545672185f,-0.16598881630152057f,-0.9861187767264539f,-0.21316991295859508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.970455098635017f,0.24124657895763563f,-0.004121853289054322f,0.20324587116080364f,0.2385658077588103f,0.956835193152614f,-0.16599026632000352f,2.3083420050521752f,-0.036100649601988666f,-0.16206943353339834f,-0.9861187767264539f,-0.18191998995887865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962464655149343f,0.08646380904438765f,-0.004121853289054322f,0.08936453900673852f,0.08594666521554283f,0.9823748786615736f,-0.16599026632000352f,2.328141540374903f,-0.010302945565624286f,-0.1657214756758881f,-0.9861187767264539f,-0.18477677360829112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457361992219216f,0.3249092978151551f,-0.004121853289054322f,0.06673840093267291f,0.3210516747816165f,0.9324017661968114f,-0.16599026632000352f,2.325817736532572f,-0.05008855758746455f,-0.15830633147896972f,-0.9861187767264539f,-0.18429104059964366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.999851069621534f,0.016758547136841218f,-0.004121853289054322f,0.09660130787079521f,0.017210296028497718f,0.9859771991266459f,-0.16599026632000352f,2.3331409570986827f,0.0012822976587721288f,-0.1660364836421095f,-0.9861187767264539f,-0.18564855846145373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849196294405632f,0.1729633888085194f,-0.004121853289054322f,0.16309741515747136f,0.17123922441278003f,0.9711459002176365f,-0.16599026632000352f,2.4258784441799928f,-0.02470731804897277f,-0.16419289455499922f,-0.9861187767264539f,-0.23322660735811135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849196294405632f,0.1729633888085194f,-0.004121853289054322f,0.12418065267555456f,0.17123922441278003f,0.9711459002176365f,-0.16599026632000352f,2.207370616631025f,-0.02470731804897277f,-0.16419289455499922f,-0.9861187767264539f,-0.19628320608323657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701194017574518f,-0.24259298559362177f,-0.004121853289054322f,-0.20475954841388494f,-0.2385658077588103f,0.956835193152614f,-0.16599026632000352f,2.3083420050521752f,0.04421200857402909f,-0.16004704460055535f,-0.9861187767264539f,-0.18021457827793624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996125526024816f,-0.08784615374190866f,-0.004121853289054322f,-0.09090607709305287f,-0.08594666521554283f,0.9823748786615736f,-0.16599026632000352f,2.328141540374903f,0.018630811579502943f,-0.16499288180831087f,-0.9861187767264539f,-0.18402326495453905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9452844327019255f,-0.3262213230566977f,-0.004121853289054322f,-0.06827666908813981f,-0.3210516747816165f,0.9324017661968114f,-0.16599026632000352f,2.325817736532572f,0.05799278758016356f,-0.15558468683069107f,-0.9861187767264539f,-0.18372669447464174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998268522255332f,-0.01814596082452255f,-0.004121853289054322f,-0.09814988086542101f,-0.017210296028497718f,0.9859771991266459f,-0.16599026632000352f,2.3331409570986827f,0.007076106231047586f,-0.1658905871595164f,-0.9861187767264539f,-0.18483452282316643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9846786708828718f,-0.1743299326960363f,-0.004121853289054322f,-0.16504139829022202f,-0.17123922441278003f,0.9711459002176365f,-0.16599026632000352f,2.4258784441799928f,0.032939992878727044f,-0.16274125185911406f,-0.9861187767264539f,-0.23185502811289535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9846786708828718f,-0.1743299326960363f,-0.004121853289054322f,-0.1258171634336139f,-0.17123922441278003f,0.9711459002176365f,-0.16599026632000352f,2.207370616631025f,0.032939992878727044f,-0.16274125185911406f,-0.9861187767264539f,-0.19523824644459475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0006938125148472313f,-0.004121853289054322f,-0.00033386854988752096f,0f,0.9861273911047265f,-0.16599026632000352f,1.7071675245123525f,0.0041798385545672185f,-0.16598881630152057f,-0.9861187767264539f,-0.07987524613668465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.0008884885926362764f,-0.004084316143860779f,-6.853276489173066e-7f,0f,0.9771468659711595f,-0.21256528955297668f,1.3407374497731677f,0.0041798385545672185f,-0.21256343267542885f,-0.9771383300428329f,-0.00016395888339883202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9513127450004031f,-0.3074291436149566f,-0.022167157146830985f,0.22771416162898542f,-0.302466590016137f,0.9172761747478276f,0.2590721543585933f,0.7495499781448862f,-0.0593129254362651f,0.25316346674859536f,-0.9656035604636227f,0.038685397979075095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9513127450004031f,-0.2879936722413704f,0.10983490314434675f,0.1248769594136503f,-0.302466590016137f,0.940823163577594f,-0.1528585516085309f,1.0864015319150608f,-0.0593129254362651f,-0.1786376769463206f,-0.9821255302920366f,-0.029697667820445084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9507836715610543f,0.3095347477450754f,0.014094319113525156f,-0.23173300416850354f,0.30246659001613707f,0.9172761747478277f,0.2590721543585932f,0.7658189095331671f,0.06726345082503085f,0.25058463476116266f,-0.9657551289041769f,0.04950600375822488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9507836715610543f,0.28360002345215457f,-0.12482562473634448f,-0.12517081553657392f,0.30246659001613707f,0.9369190358863259f,-0.1752046863467065f,1.120829233385495f,0.06726345082503085f,-0.20433733602006057f,-0.9765868529175137f,-0.04060494126089213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9756490012289404f,0.21930030526402483f,-0.0040500014909446765f,-0.002973941118931389f,0.21346709319223695f,0.9451303057820569f,-0.2473065005542155f,1.2842650419006012f,-0.05040661191776286f,-0.24214888230884093f,-0.9689288375683487f,-0.031820857967347196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9751935306845266f,-0.22131691123583525f,-0.0040500014909446765f,-0.002973941118931389f,-0.21346709319223695f,0.9451303057820569f,-0.2473065005542155f,1.2842650419006012f,0.058560889978756685f,-0.24030715739100408f,-0.9689288375683487f,-0.031820857967347196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,-0.001033701245811609f,-0.0040500014909446765f,-0.002973941118931389f,0f,0.9689373017815073f,-0.2473065005542155f,1.2842650419006012f,0.0041798385545672185f,-0.24730434019261896f,-0.9689288375683487f,-0.031820857967347196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9750756275632187f,0.22183892992933962f,-0.003874235408529554f,-0.0029425412573479194f,0.20420283124595515f,0.9041125798403388f,0.37534203959266665f,1.274392209511995f,0.08676822139084744f,0.3651957449673429f,-0.9268782787477633f,-0.024308704835575977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9757669043502483f,-0.21877828657052045f,-0.003874235408529554f,-0.0029425412573479194f,-0.20420283124595515f,0.9041125798403388f,0.37534203959266665f,1.274392209511995f,-0.07861394332985364f,0.36703746988517977f,-0.9268782787477633f,-0.024308704835575977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,0.0015688691282393238f,-0.003874235408529554f,-0.0029425412573479194f,0f,0.9268863756223936f,0.37534203959266665f,1.274392209511995f,0.0041798385545672185f,0.37533876076851086f,-0.9268782787477633f,-0.024308704835575977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9656958240597585f,0.25927719100386243f,-0.01438449229866779f,-0.19653082537783337f,0.25333271447332045f,0.9528287042430065f,0.16715261334532733f,1.350552037910082f,0.05704481721526434f,0.15777451820791594f,-0.9858260953297683f,0.01478538458831629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661389527059302f,-0.25794919880760087f,0.00614287382299223f,0.19096578959137775f,-0.25333271447332045f,0.9528287042430065f,0.16715261334532733f,1.350552037910082f,-0.048969989196113846f,0.15993645989926808f,-0.9859118971556345f,0.013165697148421494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,0.0004962265152570856f,-0.004150278254262284f,-0.008003707393192484f,0f,0.9929278846732883f,0.11871906265730518f,1.1719238284238855f,0.0041798385545672185f,0.11871802557941533f,-0.9929192108888735f,-0.0457284351547156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999912644366739f,0.0008560588074113348f,-0.004091236201993239f,0f,0f,0.9788024462147787f,0.20480666806519068f,1.390625f,0.0041798385545672185f,0.2048048789635722f,-0.9787938958240261f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8617621923115121f,0.23184143838605076f,-0.4512377104692646f,-2.228752993164208f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4794002196555748f,-0.08118739034978834f,0.8738329571733823f,-0.44436823176031626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3744130908057791f,0.23184143838605076f,-0.897810884808349f,-2.1977680598256635f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.912290241171427f,-0.08118739034978834f,-0.4014163966650728f,-0.35588661555668916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33050595561114005f,0.23184143838605076f,-0.9148854358621381f,-2.076027711115615f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9438039061720223f,-0.08118739034978834f,0.32037914155360375f,-0.44818429489154327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8564206983854189f,-0.26700258105336216f,0.4418746531403158f,2.1785652453575395f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.276591038689974f,-0.49062719246518516f,-0.15447825762850598f,0.8575671553492423f,-0.4737832813693824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3655512046072621f,-0.26700258105336216f,0.8916736726633924f,2.147356490697586f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2821589613100257f,-0.897064830788037f,-0.15447825762850598f,-0.414018305492996f,-0.3855558798986831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33289338303950444f,-0.26700258105336216f,0.9043736048997432f,2.027304827292601f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.233970171272107f,-0.9410922823541256f,-0.15447825762850598f,0.30080190161228043f,-0.47478986587587485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562486350682303f,0f,-6.530997741511278e-8f,-0.004343797944806731f,0f,0.000015625f,0f,1.5567475f,6.530997741511278e-8f,0f,-0.00001562486350682303f,0.6875241622849809f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22.mcfunction new file mode 100644 index 000000000..71ee280da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220.mcfunction new file mode 100644 index 000000000..285e3cd69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220_as_bone.mcfunction new file mode 100644 index 000000000..b62938a4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_220_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42717335979772453f,0.03400822427381656f,-0.6952055852805774f,-0.3372038840382718f,-0.2651728976399551f,0.762127648185653f,-0.12565518959708544f,1.4460289628431227f,0.6435454136895064f,0.2914606885965781f,0.40968818870752777f,-0.16185869380313211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3993512894154547f,-0.12935771284769443f,-0.6810177161932187f,-0.3372038840382718f,0.04571344809967763f,0.7891507689391761f,-0.12309079797265514f,1.4460289628431227f,0.6916854981167755f,0.022531001076746743f,0.40132720526451704f,-0.16185869380313211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3992836952721969f,0.029090523935058284f,-0.711808061594843f,-0.3356469763727981f,-0.031609734804185705f,0.8144584336912385f,0.051016947177066896f,1.4294614220249526f,0.7117006391734046f,0.05249424397819623f,-0.39707807669747913f,-0.08620367951015147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3722669341481371f,-0.12335325584380491f,-0.6972813664602544f,-0.3356469763727981f,-0.33392653316312315f,0.7252554662767546f,0.04997578498977982f,1.4294614220249526f,0.6244280584579813f,0.31430635200138723f,-0.38897444247916324f,-0.08620367951015147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0833957318475046f,0.009539960245485809f,1.5602436960514006f,0.002934523419953475f,1.558056507910689f,0.08376064088838021f,0.08276667925631118f,1.46373334392926f,-0.08313434949988102f,1.5602241487031543f,-0.013983409339258185f,0.7218178266132665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.006105574557110617f,-0.9985559654728964f,0.0533732683824027f,0.002253089889015264f,0.05360681016856064f,-0.05297067472403896f,-0.9971561650628411f,1.4534077655170714f,0.9985434551700189f,0.008949381977124781f,0.05320598367992119f,0.5289383208313622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.017660595653530255f,-0.9985559654728964f,0.05073546274209917f,-0.005756222578560696f,-0.1663528893330054f,-0.05297067472403896f,-0.9846424852858224f,1.4996438760965032f,0.9859081192341015f,0.008949381977124781f,-0.16704816368492104f,0.188290354567431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9682603590191329f,-0.03414953630659552f,-0.2475998512159991f,0.2408820304583731f,0.19843508845914132f,0.4972922886140372f,-0.8445850432924005f,1.429277245906638f,0.15197168427162053f,-0.8669107156190063f,-0.47473194365303595f,-0.5404133530598056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7268208017989222f,-0.03414953630659552f,-0.6859776463139429f,0.0076783834879701005f,0.5830181930586391f,0.4972922886140372f,-0.6424874833392886f,1.6194805104727705f,0.3630720433123593f,-0.8669107156190063f,-0.34153257898761386f,-0.39688598524066976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04968328465152585f,-0.5753123988732114f,-0.8164234286992177f,0.25693952804791076f,-0.3027576027047492f,0.7702963072042041f,-0.5612320670738973f,1.3212095474363759f,0.951771719074857f,0.27506225260896355f,-0.13590935199232632f,-0.0017769892996321104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.020098605791259626f,-0.3065677015439322f,-0.9516366378063206f,0.19351035502213398f,-0.21387554266661568f,0.9284771067959663f,-0.30362396875881237f,1.493401355155877f,0.9766541344274892f,0.20963422078912153f,-0.046906238176064194f,0.037236263109727774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02574645223567525f,-0.540110910770406f,-0.8411999312078187f,0.20257683869135062f,-0.3256691705369855f,0.7910415883326477f,-0.5178733405862033f,1.3803177171603165f,0.9451331713356734f,0.2872862850797519f,-0.15553095783813475f,-0.3188470127254499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02296137602758f,-0.04856705703882518f,-0.9985559654728962f,0.18722954071236533f,-0.27022954221766055f,0.9613376629114837f,-0.05297067472403895f,1.5602374622391944f,0.9625220879147415f,0.2710556010092281f,0.00894938197712479f,-0.2679681538988626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.966570065464448f,-0.032916090084669294f,-0.2542810247769012f,0.25404323030563875f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.220444133817037f,0.24884516837053158f,0.11857866194634917f,-0.9612570848163644f,-0.06500245710340449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.966570065464448f,-0.032916090084669294f,-0.2542810247769012f,0.2705652729483047f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1086887203189093f,0.24884516837053158f,0.11857866194634917f,-0.9612570848163644f,-0.17927433536212722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.966570065464448f,-0.032916090084669294f,-0.2542810247769012f,-0.3138166831547245f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1841406708381315f,0.24884516837053158f,0.11857866194634917f,-0.9612570848163644f,0.08119407931428281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.966570065464448f,-0.032916090084669294f,-0.2542810247769012f,-0.3697873954218921f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.0677507727043984f,0.24884516837053158f,0.11857866194634917f,-0.9612570848163644f,-0.01441441131665007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9511058463924077f,0.2433007227228647f,-0.19026935454958033f,0.16140957833347666f,0.08019887101358275f,0.7894354308274824f,0.6085719691559692f,2.2849802307183142f,0.29827136980663926f,0.5635569703914227f,-0.77034909688849f,-0.0016041368452414662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977456773556704f,0.09151955281471169f,-0.19026935454958033f,0.049743485737559635f,-0.04428341947629236f,0.7922620381648441f,0.6085719691559692f,2.2878633723170045f,0.20643942110848273f,0.6032785710892459f,-0.77034909688849f,0.028254059414445615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9150378109578196f,0.39625937754109875f,-0.07539436469831973f,0.015165588645884853f,0.0837734128402765f,0.3695269096101195f,0.9254360476959427f,2.324131001467328f,0.3945729588030773f,0.8404929320254487f,-0.3713270948862333f,-0.01985489134758102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9927035546085251f,0.09410282907190673f,-0.07539436469831973f,0.045430577626716706f,-0.034516844774352955f,0.37732838357554827f,0.9254360476959427f,2.328155727618887f,0.11553458397563468f,0.9212860296937794f,-0.3713270948862333f,-0.015969322355132584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9657608008295527f,0.24823731660005963f,-0.07539436469831973f,0.1170044990232072f,0.024935278691375302f,0.37808246918033145f,0.9254360476959427f,2.3972205716143704f,0.2582330487324288f,0.8918698790438577f,-0.3713270948862333f,0.05746681065211755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9657608008295527f,0.17636226438880734f,-0.19026935454958033f,0.07732298953572561f,0.024935278691375302f,0.7931067962350401f,0.6085719691559692f,2.2187715424614867f,0.2582330487324288f,0.5829905329123646f,-0.77034909688849f,-0.07370605925316427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9495207730839029f,-0.18371570950943894f,-0.2542810247769012f,-0.227675136103546f,-0.21627774790390586f,0.9705142752339403f,0.10642357506095021f,2.2985171890087033f,0.22723168186624446f,0.1560467226396717f,-0.9612570848163644f,0.04831338236800918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.966570065464448f,-0.032916090084669294f,-0.2542810247769012f,-0.11667245958480454f,-0.061793128474733464f,0.9923989278231569f,0.10642357506095021f,2.3156356150930573f,0.24884516837053156f,0.11857866194634917f,-0.9612570848163644f,0.020845111234387273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9298956807574514f,-0.2657728040019245f,-0.2542810247769012f,-0.09494049717640982f,-0.3000406382823134f,0.9479713276520488f,0.10642357506095021f,2.3127290054673986f,0.2127666286986246f,0.17525746375708623f,-0.9612570848163644f,0.014774563041336862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9665116597383687f,0.034588611249848286f,-0.2542810247769012f,-0.12340406030147738f,0.007583646232913327f,0.9942919646567904f,0.10642357506095021f,2.320855525540926f,0.2565106233659694f,0.10093124883179916f,-0.9612570848163644f,0.0232037308958671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9600231482701963f,-0.11703296639746438f,-0.2542810247769012f,-0.19065194426981583f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.4245515683059033f,0.23756342602051375f,0.1398157198162662f,-0.9612570848163644f,0.019963769798128465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9600231482701963f,-0.11703296639746438f,-0.2542810247769012f,-0.1643195268303864f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.2033232603428035f,0.23756342602051375f,0.1398157198162662f,-0.9612570848163644f,-0.011494767160531383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.966570065464448f,-0.032916090084669294f,-0.2542810247769012f,-0.018682490454659213f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,1.6991172141721222f,0.24884516837053158f,0.11857866194634917f,-0.9612570848163644f,-0.07333269355384041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.020098605791259626f,-0.04981997454575794f,-0.9985559654728962f,1.8837449028551305e-17f,-0.21387554266661568f,0.9754236822367707f,-0.05297067472403895f,1.3333333333333333f,0.9766541344274892f,0.21463133570827753f,0.00894938197712479f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.018184880860597316f,-0.36708655237728305f,-0.9300090177906054f,0.2270571196923928f,-0.19881922248989353f,0.9102593789306322f,-0.36317871611278885f,0.7334143740778379f,0.9798674537286153f,0.19150803150933346f,-0.056430904572052104f,-0.38539301516110763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.018184880860597316f,-0.530420336195203f,-0.847539720047771f,0.024834366517971662f,-0.19881922248989353f,0.828832937311284f,-0.5229788511942555f,1.049406931427765f,0.9798674537286153f,0.17801749627077942f,-0.09038553061681354f,-0.317523844707873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026572397500784786f,0.07152004659314833f,-0.997085147129559f,0.3095945867432259f,0.15705084298295371f,0.9853495492807584f,0.06649284510794778f,1.138659850191801f,0.9872329716988812f,-0.15482618857131317f,-0.03741538350834151f,-0.0638508547704752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026572397500784786f,-0.9884000681991918f,-0.14952997316556116f,-0.014436218888730633f,0.15705084298295371f,0.14359750446975328f,-0.9770950769645719f,1.072120260012998f,0.9872329716988812f,-0.04944756711803234f,0.15141333394620102f,-0.06198723857013362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0738409865942518f,-0.7108626406624212f,-0.6994439325701793f,0.0044676148821686966f,-0.02987396175194902f,0.7026205756404287f,-0.7109373200894407f,1.223356410429723f,0.9968224792349091f,-0.0316011518328433f,-0.07311847984474901f,-0.1683417753839996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09272925982586301f,-0.6578550991570771f,-0.7474141776051485f,0.005805431793617924f,-0.22894508335057173f,0.7164480910893327f,-0.6590040072594787f,1.185827289763791f,0.9690126073389073f,0.23222575500465878f,-0.08417698931874931f,-0.17329566001662364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009525629698376975f,-0.6380721125277954f,-0.7699176849463625f,0.0044676148821686966f,-0.13052619222005157f,0.7625715506318171f,-0.6335988820314633f,1.223356410429723f,0.9913991000214715f,0.10652985206646336f,-0.07602114900022157f,-0.1683417753839996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.01078170074801463f,-0.055838539686651714f,-0.9983815965925268f,0.010890957956963513f,-0.04362734884345859f,0.9974626109430013f,-0.056258281200745316f,1.2472701923769154f,0.9989896943221543f,0.04416330214593542f,0.008318255928701921f,-0.1652550381542349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0081970628550022f,-0.05418215773954765f,-0.9984974221014485f,0.010890957956963513f,-0.21643165245998025f,0.9747658197319838f,-0.05467116695001138f,1.2472701923769154f,0.9762633599464816f,0.21655459003429245f,-0.0037365172401667875f,-0.1652550381542349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009525629698376975f,0.014827697014158467f,-0.9998446888292732f,0.010890957956963513f,-0.13052619222005157f,0.9913535136568199f,0.013458235575720526f,1.2472701923769154f,0.9913991000214715f,0.13037772187583951f,0.011378669301930502f,-0.1652550381542349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.013316385810292512f,-0.36858776487659856f,-0.9294975704391191f,0.014741320979387f,0.05090247199339906f,0.9281248122621367f,-0.3687726551797659f,1.2459639504451918f,0.9986148467822381f,-0.05222444299986944f,0.0064027602985526925f,0.02996687003388665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02569048257867554f,-0.3340108259950135f,-0.942219065410483f,0.00020153776152967255f,-0.2577923120317037f,0.9084380078000404f,-0.32906459828070617f,1.2876858798069735f,0.9658587489701709f,0.25135065964190884f,-0.06276721226367997f,-0.35526214099631626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009525629698376975f,-0.21046845283195717f,-0.9775542403065786f,0.027885258050693248f,-0.13052619222005157f,0.9689726316092326f,-0.209892716254787f,1.1125452196571899f,0.9913991000214715f,0.12959579296721255f,-0.018241571254029497f,-0.1752757443415987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009525629698376975f,-0.12446809093672578f,-0.9921778856220373f,1.8837449028551305e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103832f,1.3333333333333333f,0.9913991000214715f,0.13069249954046194f,-0.006877138975097834f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3784413173639973f,-0.029049043227489555f,0.9251693479571027f,0.8112356423822356f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7755940861653523f,-0.9177689780180714f,0.11817199257037246f,0.37912462747705206f,-0.4267701455329971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3784413173639973f,-0.029049043227489555f,0.9251693479571027f,0.8467145158851104f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7868761780096f,-0.9177689780180714f,0.11817199257037246f,0.37912462747705206f,-0.5128109872221913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3784413173639973f,-0.029049043227489555f,0.9251693479571027f,0.6901996769401075f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7839442601617608f,-0.9177689780180714f,0.11817199257037246f,0.37912462747705206f,-0.526659260499152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.29917784310514917f,-0.7329737831787053f,-0.6109353905018493f,-0.9416192373704173f,-0.03664995913266622f,0.6486156150018105f,-0.760233230312512f,2.480720812803411f,0.9534932609570582f,-0.2050541810071651f,-0.22091487989937686f,-0.5266780419428505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06609152182048672f,-0.7329737831787053f,-0.6770386576231437f,-0.9302624323412512f,0.3679112502442118f,0.6486156150018105f,-0.6662875474744848f,2.464580569668898f,0.9275091496514701f,-0.2050541810071651f,0.31253729403750785f,-0.6183272537839151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12113925364443816f,-0.7329737831787053f,-0.6693838318925583f,-0.8355332600719505f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.583859059048323f,0.9775915929713547f,-0.2050541810071651f,0.04761785592831847f,-0.5796453262526305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4883796403714025e-7f,1.9594889701312515e-8f,-0.00001562427880898056f,0.6877453485596146f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245559f,0.000015490610937835494f,0.000002039377619120675f,1.5012228096164692e-7f,-0.13158706525628003f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221.mcfunction new file mode 100644 index 000000000..124f8ced0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221_as_bone.mcfunction new file mode 100644 index 000000000..37bbf00cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_221_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.444615289799068f,0.03714685652697988f,-0.6840188590759021f,-0.3349808812296352f,-0.2660487292578418f,0.7608152841129544f,-0.13161543057277295f,1.4397135462651438f,0.6312525343961977f,0.2944905074102266f,0.4263097738828996f,-0.14800730996491193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4163132597331443f,-0.13305569117377608f,-0.6700592905233327f,-0.3349808812296352f,0.04442882812232776f,0.7882913729656943f,-0.12892940137741024f,1.4397135462651438f,0.6816959358849369f,0.029881337890553167f,0.4176095744159017f,-0.14800730996491193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4176837920067828f,0.03239810683530955f,-0.7010242913143356f,-0.33340043957864296f,-0.03469679795180806f,0.8138448348874074f,0.0582851729295217f,1.4220646668297083f,0.7009142790321582f,0.05959355539838767f,-0.414864105519209f,-0.06983074755274507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3901594042997243f,-0.12725752101665183f,-0.6867176731242473f,-0.33340043957864296f,-0.3364903800476746f,0.723542885740631f,0.057095679604429427f,1.4220646668297083f,0.6120047903177357f,0.31668788394698105f,-0.4063974911208578f,-0.06983074755274507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08280122152940854f,0.011581638721258392f,1.5602615400495412f,0.0031620578138030686f,1.5601130470055862f,0.025091824502463434f,0.08260708750514535f,1.4410797091612935f,-0.02444357331044265f,1.5622555859998286f,-0.012893631612125346f,0.7349713145458435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.007412248781605069f,-0.9985673856317064f,0.052992781778821225f,0.002228238636710566f,0.01605876768157391f,-0.05286853600329282f,-0.9984723500835752f,1.4380067221795074f,0.9998435750398903f,0.008251924231759774f,0.015643886918680627f,0.5418411242476168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01808539190144013f,-0.9985673856317064f,0.05035965599991223f,-0.005852381181676231f,-0.18832732223645574f,-0.05286853600329282f,-0.9806822816795021f,1.490602040893092f,0.9819397834383824f,0.008251924231759774f,-0.1890136700015525f,0.20393134381307135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9657138891677859f,-0.03376192633159857f,-0.2574039949161795f,0.23861863283122056f,0.20615836355939898f,0.5028772978157083f,-0.8394123852291446f,1.4228070627722045f,0.1577828045223545f,-0.8636981855208167f,-0.4786752875646594f,-0.5262450840735161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7198404658991727f,-0.03376192633159857f,-0.693317990524147f,0.0078100474516459885f,0.5872653672736722f,0.5028772978157083f,-0.6342190565904576f,1.6142073208876244f,0.37006633466850297f,-0.8636981855208167f,-0.34216421828278376f,-0.38045528253228966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03963125931321079f,-0.5766387072404393f,-0.816037477446547f,0.2568832933677728f,-0.2800743254876004f,0.7775311378227237f,-0.5630308179120984f,1.3133552352852171f,0.9591599113223584f,0.2508647664144481f,-0.13068715883325974f,0.012810969527318625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019716195774366434f,-0.30649710104106326f,-0.9516673781724425f,0.19346716580899573f,-0.22017185001975964f,0.9271547867958403f,-0.3031639123979574f,1.48530198335695f,0.9752618254002682f,0.2155076063042419f,-0.04920206847229634f,0.05291113278141213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02354150093016238f,-0.5408977597278967f,-0.8407588306139266f,0.20272225026169735f,-0.2955814989435212f,0.7996270926353082f,-0.5227122441706384f,1.3735590725484714f,0.9550274211855155f,0.2608181861852168f,-0.1410549486505071f,-0.30044385880145374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.021645388174502914f,-0.048935197183962546f,-0.9985673856317065f,0.18730585462950622f,-0.25807387565878664f,0.9646775588782615f,-0.05286853600329315f,1.5541056864881249f,0.9658826801807909f,0.2588485153004456f,0.008251924231759708f,-0.2518581876561717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9666685706950994f,-0.030863875399471486f,-0.25416391487703255f,0.25514350793383406f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.2123610299265852f,0.24809721363200898f,0.13229237934595342f,-0.9596595745132854f,-0.04090419109796874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9666685706950994f,-0.030863875399471486f,-0.25416391487703255f,0.27142369674011235f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.102162524084505f,0.24809721363200898f,0.13229237934595342f,-0.9596595745132854f,-0.15671246913803374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9666685706950994f,-0.030863875399471486f,-0.25416391487703255f,-0.31277427734953683f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.1752059069128014f,0.24809721363200898f,0.13229237934595342f,-0.9596595745132854f,0.10485292191083653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9666685706950994f,-0.030863875399471486f,-0.25416391487703255f,-0.368994231345391f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.0602641938774724f,0.24809721363200898f,0.13229237934595342f,-0.9596595745132854f,0.007651934893172188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9504535345705467f,0.2514718771089341f,-0.1827565967226996f,0.1631626943972316f,0.07647512239012455f,0.758970692052255f,0.6466181595510109f,2.272936066792191f,0.30131318304675925f,0.6006041821607889f,-0.7405977194761002f,0.025603851212952146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780907429409655f,0.09969215078192746f,-0.1827565967226996f,0.05150593642802177f,-0.04319558746209614f,0.7615898482534205f,0.6466181595510109f,2.275635414936777f,0.2036483238256442f,0.6403455146323784f,-0.7405977194761002f,0.055514092676364264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9143175662632216f,0.4002907486357671f,-0.06156869804630201f,0.017181270356900702f,0.07318139878820781f,0.3128127848045927f,0.946991364551017f,2.31586854996067f,0.39833135816039f,0.8613451562639758f,-0.3153040610057005f,0.008309950343316441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993264323377285f,0.09815945867183412f,-0.06156869804630201f,0.047495168869361754f,-0.027064820373253157f,0.32011693326652785f,0.946991364551017f,2.319217072179725f,0.11266534251502444f,0.942279082708136f,-0.3153040610057005f,0.012447652715974727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656800689228958f,0.2523317259203733f,-0.06156869804630201f,0.1199450579164084f,0.02334571368290468f,0.32040963331092115f,0.946991364551017f,2.3827245479588104f,0.258683169413294f,0.9130533209925951f,-0.3153040610057005f,0.08992964177465526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656800689228958f,0.18455901722594764f,-0.1827565967226996f,0.07841927904057025f,0.02334571368290468f,0.7624565124592348f,0.6466181595510109f,2.211171832655483f,0.258683169413294f,0.620159685701266f,-0.7405977194761002f,-0.049606287508129364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9499391026581315f,-0.18170417060553154f,-0.25416391487703255f,-0.22640134400981238f,-0.21744847372068793f,0.9686392289481065f,0.12022564376771241f,2.2898489668614452f,0.2243476376465928f,0.16947459552208238f,-0.9596595745132854f,0.07354510402505218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9666685706950993f,-0.030863875399471483f,-0.25416391487703255f,-0.11536664021202098f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,2.3071175517344487f,0.24809721363200896f,0.13229237934595342f,-0.9596595745132854f,0.04630118444617011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9304877356285888f,-0.2638053794356019f,-0.25416391487703255f,-0.09364134246424712f,-0.30104348808218273f,0.9460013810053091f,0.12022564376771241f,2.3042505306099055f,0.20872324290335784f,0.18838287851311283f,-0.9596595745132854f,0.04018810399176777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664667697554237f,0.0366426982207525f,-0.25416391487703255f,-0.12208724825739055f,0.006021132404027824f,0.99272833169262f,0.12022564376771241f,2.3123181654093976f,0.25672111117531765f,0.11466373499014651f,-0.9596595745132854f,0.048732654146669385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9603001409538715f,-0.11499714630526625f,-0.25416391487703255f,-0.18912222155188946f,-0.149349923225978f,0.9814481112178237f,0.12022564376771241f,2.4161869670353298f,0.23562308824979095f,0.1534120638301029f,-0.9596595745132854f,0.04693573026164597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9603001409538715f,-0.11499714630526625f,-0.25416391487703255f,-0.1632478636332046f,-0.149349923225978f,0.9814481112178237f,0.12022564376771241f,2.1953611420113197f,0.23562308824979095f,0.1534120638301029f,-0.9596595745132854f,0.012418015899872875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9666685706950994f,-0.030863875399471486f,-0.25416391487703255f,-0.018653933814180755f,-0.06324276257665289f,0.9907301083354196f,0.12022564376771241f,1.6917602554437576f,0.24809721363200898f,0.13229237934595342f,-0.9596595745132854f,-0.05640461851538922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019716195774366434f,-0.04974382350448206f,-0.9985673856317065f,1.705218613912758e-17f,-0.22017185001975964f,0.9740273478500205f,-0.05286853600329315f,1.3265f,0.9752618254002682f,0.22089879507007265f,0.008251924231759708f,-0.13924166666666646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.017294583407183848f,-0.3421476984236457f,-0.9394870141987988f,0.2145136893947074f,-0.1989242763926794f,0.9196658393579136f,-0.33859101609427444f,0.7210378449447583f,0.9798622503425778f,0.1927425650485805f,-0.05215624576283122f,-0.3715784295880283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.017294583407183848f,-0.5076263133123282f,-0.8614037516854137f,0.02098115744438227f,-0.1989242763926794f,0.8425626381227318f,-0.5005170657443275f,1.0422648507290497f,0.9798622503425778f,0.18001035212619437f,-0.08640742723274798f,-0.3029494828399167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.022539322588210613f,0.0886685931276941f,-0.9958061355153519f,0.3075723377509068f,0.15373717302785403f,0.9845191520147931f,0.08418385204702866f,1.1263293824332956f,0.9878546758337827f,-0.15119497315991626f,-0.035822053605341714f,-0.049399363329162775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.022539322588210613f,-0.9857795398967956f,-0.1665253063595029f,-0.017577685427928775f,0.15373717302785403f,0.16116882371993355f,-0.9748792191292912f,1.065499937125343f,0.9878546758337827f,-0.047574247041805295f,0.14791832358344606f,-0.047351404508906556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0725651528305661f,-0.7019961284509761f,-0.7084742297603469f,0.0030562734743669814f,-0.028829959427022753f,0.7115264881794556f,-0.7020675822586079f,1.2164738718993648f,0.9969469053235044f,-0.03052035810489992f,-0.07187054825890686f,-0.15375688549493366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09143506438823441f,-0.6483826795225461f,-0.7558038964542869f,0.0039124946715372345f,-0.22998908567549797f,0.7247135876389105f,-0.6495346306100142f,1.1789303154738418f,0.968888357588462f,0.23321688786771486f,-0.08285670608242768f,-0.1587080349761233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009516369640325201f,-0.6282272332832468f,-0.7779717103276607f,0.0030562734743669814f,-0.13052619222005157f,0.7705699631126333f,-0.6238468122008232f,1.2164738718993648f,0.991399188951354f,0.10748244186783207f,-0.07466708000668867f,-0.15375688549493366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.011880815982583835f,-0.04318141633425653f,-0.9989966023440496f,0.009785788189959758f,-0.043649261727941854f,0.9980923907431314f,-0.04366144169935448f,1.240305083224072f,0.9989762700696115f,0.044124197715404406f,0.009973315084679118f,-0.1506838985945769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.007079497978962597f,-0.04152664458967678f,-0.9991123152566422f,0.009785788189959758f,-0.21640973957549697f,0.975395599532114f,-0.042074327448620545f,1.240305083224072f,0.9762769613819796f,0.2165155010675005f,-0.002081459165519564f,-0.1506838985945769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009516369640325201f,0.02754447298741107f,-0.999575280164888f,0.009785788189959758f,-0.13052619222005157f,0.9911020915038734f,0.02606832102729327f,1.240305083224072f,0.991399188951354f,0.13022267937841567f,0.013026969029805106f,-0.1506838985945769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.011023762884982373f,-0.35693902618239914f,-0.9340626361437524f,0.013941846958922737f,0.05117692040157712f,0.9326937842592731f,-0.35701992608582384f,1.2389719972339497f,0.998628759584895f,-0.051738152190400157f,0.00798524500918195f,0.0445315594441037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024032689153775835f,-0.3221117011551597f,-0.9463965774615665f,-0.0007069254990012489f,-0.2579888856996732f,0.9126060739512334f,-0.31716224340667815f,1.2808313345049762f,0.9658489347239964f,0.25178206005640086f,-0.061168860756728026f,-0.3406784157300945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009516369640325201f,-0.19801700323993687f,-0.9801523887318457f,0.025063055765747987f,-0.13052619222005157f,0.9715643054074752f,-0.197549268798f,1.1053753873561791f,0.991399188951354f,0.1298155109606133f,-0.016600640368131237f,-0.16071491703318388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009516369640325201f,-0.11183757931382572f,-0.9936809319706664f,1.705218613912758e-17f,-0.13052619222005157f,0.9850847631534626f,-0.1121201255235676f,1.3265f,0.991399188951354f,0.1307683648904051f,-0.005223302641721125f,-0.13924166666666646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7616419275911689f,-0.02001522104059754f,0.6476889415930338f,0.7516511107965472f,0.0836307426175122f,0.9941998100284668f,-0.06762127349143877f,1.7603375954567606f,-0.6425787679533552f,0.10566990425876494f,0.7588981475201342f,-0.368476189249591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7616419275911689f,-0.02001522104059754f,0.6476889415930338f,0.8230550415082194f,0.0836307426175122f,0.9941998100284668f,-0.06762127349143877f,1.7681779775771524f,-0.6425787679533552f,0.10566990425876494f,0.7588981475201342f,-0.42871794874521807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7616419275911689f,-0.02001522104059754f,0.6476889415930338f,0.6901997349134282f,0.0836307426175122f,0.9941998100284668f,-0.06762127349143877f,1.7744009775406724f,-0.6425787679533552f,0.10566990425876494f,0.7588981475201342f,-0.5124317911254247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.28747499382228525f,-0.7329718678600076f,-0.6165309147582856f,-0.9415507261574738f,-0.022137193908068176f,0.6486156150018105f,-0.7607941433934015f,2.472995550489907f,0.9575322827835903f,-0.2050610272617261f,-0.2026867102836592f,-0.5053344981184411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.053152123672636095f,-0.7329718678600076f,-0.6781792481895181f,-0.9301930650891075f,0.3551307630440597f,0.6486156150018105f,-0.6731863970072233f,2.456855307355394f,0.933304340978243f,-0.2050610272617261f,0.2947761561075334f,-0.5969836038784807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12114838472924204f,-0.7329718678600076f,-0.6693842766328671f,-0.8354642541283606f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.576133796734819f,0.9775904614404222f,-0.2050610272617261f,0.04761160361789851f,-0.5583007915411456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4869327563008127e-7f,1.957584111115126e-8f,-0.000015624280210500167f,0.6877451408704455f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4902592261912226f,0.00001549061232736491f,0.0000020393778020556925f,1.4997634404402705e-7f,-0.11700286366733947f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222.mcfunction new file mode 100644 index 000000000..1c3998853 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222_as_bone.mcfunction new file mode 100644 index 000000000..725fc3f33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_222_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4662233921021899f,0.04100086796860592f,-0.6692526592603073f,-0.33223345954834865f,-0.2651353102698242f,0.7599764570710812f,-0.13814302874287732f,1.4346095099959497f,0.6158599356585035f,0.2961404362257074f,0.4471709137759251f,-0.13702957765191734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43731389625342515f,-0.13766802142743034f,-0.6555944417243827f,-0.33223345954834865f,0.04494104091849946f,0.7871897970158244f,-0.1353237832583288f,1.4346095099959497f,0.6683837662487101f,0.03714484285122188f,0.4380449767600899f,-0.13702957765191734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4404734154125802f,0.0364604523256137f,-0.6867301145103749f,-0.33062129674925106f,-0.036376298851377824f,0.8131410887559736f,0.06650397809957977f,1.415732374471497f,0.6867345772866661f,0.06645787867067221f,-0.4369478403264427f,-0.05547632261824381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4123074457043991f,-0.13212422480906666f,-0.6727152142142448f,-0.33062129674925106f,-0.3377465542721867f,0.7222763775128858f,0.0651467540567312f,1.415732374471497f,0.5965985545523713f,0.31758467171050075f,-0.42803053746263775f,-0.05547632261824381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08223654139754052f,0.013062642201803299f,1.5602797084618123f,0.0032300566018209596f,1.560134639064711f,-0.024311565867655247f,0.08243243145440468f,1.422082252431703f,0.024966162087775273f,1.5622562418322319f,-0.011763316149649518f,0.7457298113050804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.008360091009153808f,-0.9985790134155599f,0.05263138649442569f,0.002113162477308905f,-0.015559402155302049f,-0.052756756130818774f,-0.9984861690014151f,1.4251164568518069f,0.9998439947726284f,0.007528522335775251f,-0.015978343736178846f,0.5525999797851243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01829796272143753f,-0.9985790134155599f,0.05005135888516746f,-0.005977389529505853f,-0.20674864940676452f,-0.052756756130818774f,-0.9769706856661727f,1.4829876198971599f,0.9782229707631708f,0.007528522335775251f,-0.2074202035065921f,0.21708120299162925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9635121398558427f,-0.03330657789435443f,-0.26558431470887345f,0.236750952329221f,0.21260766273583098f,0.507563733824423f,-0.8349712796571014f,1.4173827935561438f,0.16261100238428441f,-0.8609702247901362f,-0.4819625856105436f,-0.5142899304303399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7139488748285772f,-0.03330657789435443f,-0.6994052301777388f,0.007959841679657671f,0.5907529607247614f,0.507563733824423f,-0.6272080958510811f,1.6097612873980425f,0.3758828853857768f,-0.8609702247901362f,-0.3426985971650385f,-0.36661978815417817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.031005159721128987f,-0.5775245724761792f,-0.8157843147896835f,0.2568146857186747f,-0.26084754194531096f,0.783217710537137f,-0.5643833606353528f,1.3067399328781835f,0.9648819823852843f,0.23029412951087547f,-0.12636207493180707f,0.025116257614897566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019255448707933567f,-0.30644895262513466f,-0.9516923174692616f,0.1934074301172791f,-0.2254658866010742f,0.9260190512089367f,-0.3027438699252095f,1.4784763557928264f,0.9740607587179803f,0.22040362118862428f,-0.0512628724584736f,0.06612154363489917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02152379250884208f,-0.5415092916614301f,-0.8404191890957585f,0.2028626149759481f,-0.27003513213890323f,0.8062219546693058f,-0.5263907172623096f,1.3678823870300658f,0.9626098658162409f,0.2382726313564776f,-0.12887357905986296f,-0.28492076637676456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02039503285780247f,-0.04923409997893868f,-0.9985790134155599f,0.18739010239604986f,-0.24781627261174144f,0.967369536274208f,-0.05275675613081899f,1.5489344453556622f,0.9685923485468755f,0.24854010478771335f,0.007528522335775204f,-0.23827244346446969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9667867870850477f,-0.029139308047840977f,-0.25391772101266175f,0.25607116096362076f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.205464398963541f,0.24732787435798637f,0.1438124377129766f,-0.9581998253624403f,-0.020601972348068043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9667867870850477f,-0.029139308047840977f,-0.25391772101266175f,0.2721632926403531f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.096592802995822f,0.24732787435798637f,0.1438124377129766f,-0.9581998253624403f,-0.1376845559783434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9667867870850477f,-0.029139308047840977f,-0.25391772101266175f,-0.31191607644884484f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.167607187750554f,0.24732787435798637f,0.1438124377129766f,-0.9581998253624403f,0.12470315383724896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9667867870850477f,-0.029139308047840977f,-0.25391772101266175f,-0.36833295380349096f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.053902756308837f,0.24732787435798637f,0.1438124377129766f,-0.9581998253624403f,0.026170160783822574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9499626280821332f,0.2580256954541966f,-0.17605040679494374f,0.16459613858957967f,0.07325409843012698f,0.7319162874615927f,0.6774454850477847f,2.2625903476731217f,0.30365250255921855f,0.6306514795303481f,-0.7141945596654363f,0.04834647983805683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9786311233928489f,0.1062420754418215f,-0.17605040679494374f,0.052943142989368475f,-0.042144713963041106f,0.7343646491174156f,0.6774454850477847f,2.2651363819419923f,0.20125840954311527f,0.6703888301071768f,-0.7141945596654363f,0.0782841969855108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9138591292898872f,0.40297719912988444f,-0.0497078343419121f,0.018885883446500412f,0.06412968561869857f,0.2641386405618269f,0.9623503322515126f,2.3087090744448964f,0.4009350012607734f,0.8762648889140677f,-0.26722830916734897f,0.03204701275477681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993658482763714f,0.10085608973557886f,-0.0497078343419121f,0.04923293042779027f,-0.02063237340907745f,0.2710279380117694f,0.9623503322515126f,2.3114762531700093f,0.11053110331134178f,0.9572731616316928f,-0.26722830916734897f,0.03636732367167414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656475295153402f,0.2550568170936772f,-0.0497078343419121f,0.12234995218512575f,0.02201975583887704f,0.27091874864652565f,0.9623503322515126f,2.3701148572626374f,0.2589207969509532f,0.9281966664914515f,-0.26722830916734897f,0.1169964733053852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656475295153402f,0.1911311147046847f,-0.17605040679494374f,0.07934545137657176f,0.02201975583887704f,0.7352433237651109f,0.6774454850477847f,2.204685109415488f,0.2589207969509532f,0.6502969720447548f,-0.7141945596654363f,-0.02932034540468439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950325645379229f,-0.1800193286574756f,-0.25391772101266175f,-0.22534197513274645f,-0.21838566660251396f,0.9669171706984268f,0.13182900147966212f,2.2824558456944564f,0.22178563604780124f,0.1807324716764005f,-0.9581998253624403f,0.09473308512426755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9667867870850478f,-0.02913930804784097f,-0.25391772101266175f,-0.11427627545337467f,-0.06443780631997799f,0.9891758607474932f,0.13182900147966212f,2.299846418947496f,0.2473278743579864f,0.14381243771297658f,-0.9581998253624403f,0.06769387393639704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9310196510893273f,-0.26216063823778696f,-0.25391772101266175f,-0.09255578675498971f,-0.30182702739634154f,0.9442041939654596f,0.13182900147966212f,2.297012804756485f,0.20518980193614836f,0.19937462189755467f,-0.9581998253624403f,0.06154821479194114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664643984390039f,0.038371310971492434f,-0.25391772101266175f,-0.12098788581670937f,0.004720580896139692f,0.9912612322112059f,0.13182900147966212f,2.305030110605133f,0.25675724462210975f,0.12620939746885246f,-0.9581998253624403f,0.07018558562303254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9605682134432154f,-0.11328944469034072f,-0.25391772101266175f,-0.1878413704500168f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.4090296730298757f,0.2338526373005016f,0.16482123256118647f,-0.9581998253624403f,0.0695964005110791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9605682134432154f,-0.11328944469034072f,-0.25391772101266175f,-0.16235124539469017f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.188575657835494f,0.2338526373005016f,0.16482123256118647f,-0.9581998253624403f,0.0325116231848122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9667867870850477f,-0.029139308047840977f,-0.25391772101266175f,-0.018634072852895027f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,1.685558098696161f,0.24732787435798637f,0.1438124377129766f,-0.9581998253624403f,-0.04216449089526038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019255448707933567f,-0.04969086094105345f,-0.9985790134155599f,1.5549952732173524e-17f,-0.2254658866010742f,0.9728215965230956f,-0.05275675613081899f,1.32075f,0.9740607587179803f,0.22616135761263914f,0.007528522335775204f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01653135166854033f,-0.3209750843181017f,-0.9469433508183046f,0.2038518916867909f,-0.1990040602048463f,0.9270685853922169f,-0.3177124832310806f,0.7108401063270732f,0.9798592237837008f,0.19369778838660298f,-0.04854964819792018f,-0.3599181252492608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01653135166854033f,-0.48816704600919625f,-0.8725936337165578f,0.017738205395784856f,-0.1990040602048463f,0.8536462348982393f,-0.481337189157503f,1.0362927333820269f,0.9798592237837008f,0.18160683036360487f,-0.08303529810440789f,-0.2906805211731365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.01922628649803066f,0.10310161161287623f,-0.994484996161492f,0.3057940492478725f,0.150903974091198f,0.9835733341494913f,0.0990529502515466f,1.1159679213538127f,0.988361442242148f,-0.1481673176948276f,-0.034468905641771554f,-0.03724169932680925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.01922628649803066f,-0.983330071595685f,-0.18081017726643733f,-0.020220011905594384f,0.150903974091198f,0.17591787744256282f,-0.9727697009054024f,1.0599598585564194f,0.988361442242148f,-0.045987723271850196f,0.14500616813533504f,-0.035032184242733355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07149462195711626f,-0.6944469794322211f,-0.715983178425774f,0.0018684825170314744f,-0.027964073827482006f,0.7189334571264694f,-0.6945161587746926f,1.2106962627287636f,0.9970489103379934f,-0.029632363753971568f,-0.07081944233169407f,-0.14148240968323342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09032281096060146f,-0.6403336116033067f,-0.7627677599841522f,0.00231941407698014f,-0.23085497127503873f,0.7315757529078557f,-0.6414849179792967f,1.173145266409573f,0.9687867526229785f,0.234029450301388f,-0.08174621907986723f,-0.14643063776653514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00949532835209597f,-0.6198657532463402f,-0.7846504232407152f,0.0018684825170314744f,-0.13052619222005157f,0.7772037703570901f,-0.6155625171233688f,1.2106962627287636f,0.9913993907018603f,0.1082624001907915f,-0.07352891146283129f,-0.14148240968323342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.012792037408395428f,-0.0325261040431089f,-0.999389021520008f,0.008854747015092864f,-0.043678531473431204f,0.9984986095560359f,-0.0330562036989614f,1.2344550052930947f,0.9989637379140779f,0.04407470102495997f,0.011352139106516602f,-0.13842128078608287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006126354113601045f,-0.030874991102311185f,-0.9995044785841166f,0.008854747015092864f,-0.21638046983000764f,0.9758018183450184f,-0.03146908944822747f,1.2344550052930947f,0.9762898955030825f,0.21646603945882043f,-0.000702637596838019f,-0.13842128078608287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00949532835209597f,0.0382400693554613f,-0.9992234664153837f,0.008854747015092864f,-0.13052619222005157f,0.9907662588373548f,0.03667606159289154f,1.2344550052930947f,0.9913993907018603f,0.13007658300063443f,0.014398981591037436f,-0.13842128078608287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.009105380089104439f,-0.34709173833140305f,-0.9377869786020266f,0.01326514095745113f,0.05138535187976981f,0.9364243797808288f,-0.3470863387750691f,1.233096327084623f,0.9986373904804612f,-0.051348866922013965f,0.009308931206111787f,0.05678842035297177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.022622967769764753f,-0.31206177996522233f,-0.9497924230136948f,-0.0014688208045750377f,-0.2581381747425962f,0.9159968648976826f,-0.30710653890494977f,1.275072382289222f,0.9658430949537553f,0.2521253437926337f,-0.059832490735362336f,-0.32840560450366535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00949532835209597f,-0.18751639343999943f,-0.9822155776257783f,0.02268541123772002f,-0.13052619222005157f,0.9736233025348802f,-0.18713785802345662f,1.0993698312110043f,0.9913993907018603f,0.12998179469575194f,-0.015230927865739423f,-0.14845858783888902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00949532835209597f,-0.10119710874391837f,-0.9948210813615469f,1.5549952732173524e-17f,-0.13052619222005157f,0.9862285109360632f,-0.10156887988635793f,1.32075f,0.9913993907018603f,0.1308146375552324f,-0.00384430972648556f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9733006555190988f,-0.006296141095278643f,0.22944758131957013f,0.6789984490590573f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7508240983309074f,-0.22772604048726167f,0.0987284492686695f,0.9687071506853854f,-0.34446994141699816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9733006555190988f,-0.006296141095278643f,0.22944758131957013f,0.7702453855139728f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7535196096552368f,-0.22772604048726167f,0.0987284492686695f,0.9687071506853854f,-0.3658192577126789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9733006555190988f,-0.006296141095278643f,0.22944758131957013f,0.6902047800885796f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7663706543595126f,-0.22772604048726167f,0.0987284492686695f,0.9687071506853854f,-0.5004506721676464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27755909447560867f,-0.732967515514906f,-0.6210632578681385f,-0.9414883579160201f,-0.009918771395036774f,0.6486156150018105f,-0.7610515107072819f,2.466495024884642f,0.9606573619391531f,-0.20507658368455625f,-0.18729929998902303f,-0.4873872681836602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.04223628955903261f,-0.732967515514906f,-0.6789511889997626f,-0.9301287517053344f,0.34427607357653545f,0.6486156150018105f,-0.6788017156272861f,2.450354781750129f,0.9379179500398792f,-0.20507658368455625f,0.2797382952283466f,-0.5790361328700105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12116913291398163f,-0.732967515514906f,-0.6693852869826015f,-0.835400761763287f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.569633271129554f,0.977587889987737f,-0.20507658368455625f,0.04759739671027326f,-0.5403513100333763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4836450550149954e-7f,1.9532557702591345e-8f,-0.00001562428339005335f,0.6877446687230132f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4845092261912227f,0.00001549061547971657f,0.0000020393782170706624f,1.4964473697096584e-7f,-0.10472160042095133f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223.mcfunction new file mode 100644 index 000000000..58c7e555e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223_as_bone.mcfunction new file mode 100644 index 000000000..e29aa1741 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_223_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.48976965976983905f,0.04517834467272624f,-0.6519425143262347f,-0.3292490788156727f,-0.2626280407857513f,0.7596349406083514f,-0.14465722810986154f,1.4309167150225757f,0.5984117620889632f,0.29640870200455166f,0.4700954039490313f,-0.12933151507512572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4601898791650314f,-0.14271417454347637f,-0.6386375650542708f,-0.3292490788156727f,0.04708215660828728f,0.7859408070775767f,-0.14170503978108887f,1.4309167150225757f,0.6526933013622757f,0.04392848910014352f,0.4605016201949695f,-0.12933151507512572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46525290108718753f,0.04085537863745625f,-0.6699365794691241f,-0.32759583140198545f,-0.03659355036535166f,0.8123957803388082f,0.0749563379828673f,1.4107391977539496f,0.6701828814182427f,0.07272123877199456f,-0.46098912278908744f,-0.043785915816123594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4363810376654772f,-0.13743588145931346f,-0.6562644043779176f,-0.32759583140198545f,-0.33766377586622687f,0.7215204130259486f,0.07342661679954349f,1.4107391977539496f,0.5792708903732033f,0.31704837497512267f,-0.4515811815076775f,-0.043785915816123594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08177542664100286f,0.014037074683022926f,1.5602954816739119f,0.0031977479417746417f,1.559090416127323f,-0.06224627817112416f,0.08227226260273618f,1.4075361517753482f,0.06289756702458772f,1.561196531954957f,-0.010748705698884036f,0.7538024375787425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00898372779713437f,-0.9985891082713035f,0.05233627305024159f,0.0019604002465271296f,-0.039837618029522154f,-0.05265424806575092f,-0.9978178663214865f,1.415259792533753f,0.9991657804511724f,0.006879171647285348f,-0.04025444289573882f,0.5608039919477189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01836270642752527f,-0.9985891082713035f,0.04982573486240791f,-0.006104096033877815f,-0.22084975617016847f,-0.05265424806575092f,-0.973885473431146f,1.4771355766738983f,0.975134963075488f,0.006879171647285348f,-0.22150503557529683f,0.22717439530370545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9617868130428164f,-0.03286905897180355f,-0.27181933562432725f,0.23534301515549086f,0.21753073075048324f,0.5111541349576033f,-0.831505761552441f,1.413228346411501f,0.1662723892776649f,-0.858860335140733f,-0.4844712760173138f,-0.5050846772299088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7094170718743992f,-0.03286905897180355f,-0.7040220473077968f,0.00810109745447404f,0.5933786565136867f,0.5111541349576033f,-0.6217903346866663f,1.6063403942653292f,0.3803014437616112f,-0.858860335140733f,-0.34311767164455653f,-0.3559868035419683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.024270074536889716f,-0.5780578208911805f,-0.8156347952291598f,0.25674734602912863f,-0.24599649167785684f,0.7873356102263502f,-0.5653214686810386f,1.3016548269008332f,0.9689668155123577f,0.21436369229895325f,-0.12309150198043628f,0.034589120397348856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0188064439585262f,-0.30642170646005f,-0.9517100690208892f,0.1933450881364887f,-0.2295284689956274f,0.9251328286631606f,-0.30240028315169004f,1.4732272305054779f,0.97312023901785f,0.2241316290482223f,-0.05293404645435628f,0.07628296305355081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01986524115566897f,-0.5419428105690889f,-0.8401805533730852f,0.2029822169972174f,-0.2502815467994649f,0.810894476333015f,-0.5289700327847245f,1.3635282202593535f,0.9679692761268271f,0.22078980575443682f,-0.1195296705819257f,-0.2729723115526884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01933695046003423f,-0.04945579024572012f,-0.9985891082713036f,0.18746807439944926f,-0.23991875394776255f,0.9693639779075676f,-0.05265424806575125f,1.5449548770666115f,0.9706003677369274f,0.2405984271486163f,0.006879171647285274f,-0.22781711163952734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.966901645085202f,-0.027819873311009297f,-0.2536281991035091f,0.25678224635878844f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.2001080372665065f,0.24664137121013852f,0.15264691735699285f,-0.9570093795930058f,-0.004991501234947675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.966901645085202f,-0.027819873311009297f,-0.2536281991035091f,0.2727408985474057f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0922658435534833f,0.24664137121013852f,0.15264691735699285f,-0.9570093795930058f,-0.12304104666179624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.966901645085202f,-0.027819873311009297f,-0.2536281991035091f,-0.3112724701287678f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.1617211148296684f,0.24664137121013852f,0.15264691735699285f,-0.9570093795930058f,0.13991030435100874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.966901645085202f,-0.027819873311009297f,-0.2536281991035091f,-0.36783144132154066f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0489784629332197f,0.24664137121013852f,0.15264691735699285f,-0.9570093795930058f,0.04035886176492051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9496253919290683f,0.26284014866564775f,-0.17066537801494286f,0.16566689964774994f,0.07072870116938354f,0.7102853748634886f,0.7003514382693345f,2.2545172115151506f,0.30530159815247476f,0.6530005685330247f,-0.6930953698165145f,0.06571841730817768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9790511855890341f,0.11105001010230957f,-0.17066537801494286f,0.05401397057628002f,-0.041255199152231886f,0.7126049897783373f,0.7003514382693345f,2.256946424142366f,0.19939103425083107f,0.6927207401249746f,-0.6930953698165145f,0.09566608801514725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9136038819096164f,0.40458508955024547f,-0.04048274043712306f,0.020196341285489902f,0.0571056810738025f,0.2262494320774586f,0.9723940228496495f,2.303078421320708f,0.4025753198455871f,0.8860711595567521f,-0.2298064665168843f,0.050300125068387616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939125935444244f,0.10246416017562515f,-0.04048274043712306f,0.05056372238546958f,-0.015604189376902378f,0.2328226226125055f,0.9723940228496495f,2.3053924970477206f,0.10906083471019928f,0.9671063655458683f,-0.2298064665168843f,0.05474229161842169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656469541316317f,0.256684841202208f,-0.04048274043712306f,0.12414706559405189f,0.021009406505645867f,0.23239722279871572f,0.9723940228496495f,2.3601806133777643f,0.2590068817900072f,0.9381388080302622f,-0.2298064665168843f,0.1376241258313755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656469541316317f,0.19595736455494317f,-0.17066537801494286f,0.08005665856918975f,0.021009406505645867f,0.7134889401752175f,0.7003514382693345f,2.199645601838341f,0.2590068817900072f,0.6727066548833347f,-0.6930953698165145f,-0.013734871517374573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506454943540172f,-0.1787341061015405f,-0.2536281991035091f,-0.2245398409962598f,-0.2190749162300164f,0.9655052548216869f,0.14073302380934163f,2.2767159843899765f,0.21972556779586958f,0.18935079146333839f,-0.9570093795930058f,0.11097718686538574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.966901645085202f,-0.027819873311009297f,-0.2536281991035091f,-0.11344761494790218f,-0.06533944244568131f,0.9878891502948937f,0.14073302380934163f,2.294197445937219f,0.24664137121013852f,0.15264691735699285f,-0.9570093795930058f,0.08410607898363115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.93145029746866f,-0.2609081830166612f,-0.2536281991035091f,-0.09173026026824534f,-0.3023905976439867f,0.9427375787916763f,0.14073302380934163f,2.291389529309502f,0.20238643680359947f,0.20778059959715342f,-0.9570093795930058f,0.07793759173554671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664869375362657f,0.03969554372069181f,-0.2536281991035091f,-0.12015250664805115f,0.00373138472681947f,0.9900405510773282f,0.14073302380934163f,2.299367722233482f,0.2566886759087573f,0.13507024480328336f,-0.9570093795930058f,0.0866433354368838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9607976306884982f,-0.11198504133534488f,-0.2536281991035091f,-0.18686538700256328f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.403458667119459f,0.23239877086922897f,0.1735622616512056f,-0.9570093795930058f,0.08697698015668126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9607976306884982f,-0.11198504133534488f,-0.2536281991035091f,-0.16166875270211073f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.1833107412269204f,0.23239877086922897f,0.1735622616512056f,-0.9570093795930058f,0.04792547128516006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.966901645085202f,-0.027819873311009297f,-0.2536281991035091f,-0.018622480772583556f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,1.6807870750124554f,0.24664137121013852f,0.15264691735699285f,-0.9570093795930058f,-0.031229702149284694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0188064439585262f,-0.04965994872688952f,-0.9985891082713036f,1.4396063303643558e-17f,-0.2295284689956274f,0.9718766444776588f,-0.05265424806575125f,1.3163333333333334f,0.97312023901785f,0.23019486834264802f,0.006879171647285274f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015927480386034382f,-0.3046046605501697f,-0.9523456915110544f,0.19560091341567362f,-0.19905999067179037f,0.9324342037786071f,-0.301565209759849f,0.703142974183097f,0.9798578649387364f,0.19437709843207057f,-0.045783273395749315f,-0.3509377231355356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015927480386034382f,-0.47305524489550643f,-0.8808887844929149f,0.015248601299261812f,-0.19905999067179037f,0.8618646123750682f,-0.4664381095593715f,1.0317288576510917f,0.9798578649387364f,0.18277889706535022f,-0.08043904092712f,-0.28125326862937083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.01674094528142603f,0.1141886409896955f,-0.9933180231023749f,0.3043797497235795f,0.14870059317785178f,0.9826934768725331f,0.11046114294505129f,1.108018630529413f,0.9887405495576881f,-0.14585775529980735f,-0.03343113637407785f,-0.027902093995934105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.01674094528142603f,-0.9812968176258383f,-0.19177146938083978f,-0.02224957889351703f,0.14870059317785178f,0.18722186967896554f,-0.9709974794521701f,1.0557234605107575f,0.9887405495576881f,-0.04477194692343049f,0.14278514778871856f,-0.025567569448057964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07068339863724118f,-0.688593892209574f,-0.721694054824313f,0.000956221131810004f,-0.027306861893030054f,0.7245682884622389f,-0.6886618405636086f,1.2062669524979246f,0.9971249633073297f,-0.02896975951870536f,-0.07001828748823082f,-0.13205307780715012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0894452989938595f,-0.6341051333570373f,-0.7680561296794352f,0.0010958917858577416f,-0.23151218320949069f,0.7367884814831156f,-0.6352517946290116f,1.1687131634005055f,0.9687113334288363f,0.23463463811649546f,-0.08090079778634392f,-0.1369986861150296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009461898027602162f,-0.613396801467796f,-0.7897182006480493f,0.000956221131810004f,-0.13052619222005157f,0.782238866557123f,-0.609151269219692f,1.2062669524979246f,0.9913997103238679f,0.1088426368502017f,-0.07266288442695973f,-0.13205307780715012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.013474308016442976f,-0.0243398232654672f,-0.9996129331030505f,0.00813910434175726f,-0.04370773346265254f,0.9987338217162629f,-0.024907577071762534f,1.2299681814697523f,0.9989534909389103f,0.044026428011296685f,0.012393408632429062f,-0.12900116299555195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0053774772815210585f,-0.02269452341920819f,-0.9997279836759906f,0.00813910434175726f,-0.2163512678407863f,0.9760370305052455f,-0.0233204628210286f,1.2299681814697523f,0.9763007792897488f,0.21641782202322807f,0.00033862804267712626f,-0.12900116299555195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009461898027602162f,0.04645035702561019f,-0.9988757864809361f,0.00813910434175726f,-0.13052619222005157f,0.9904312035868261f,0.04482124614605425f,1.2299681814697523f,0.9913997103238679f,0.1299553588496618f,0.015434347281508646f,-0.12900116299555195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.007647787549553933f,-0.33950006410281397f,-0.940574940033904f,0.012741258801509675f,0.0515314676090706f,0.9392188577797834f,-0.3394295877452264f,1.2285879831838165f,0.9986420876328275f,-0.051065092431368767f,0.010311990269757047f,0.06620396046953558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02152227929615217f,-0.30432224381843365f,-0.9523259753945663f,-0.0020505699742808057f,-0.25824283013137167f,0.9185288348352902f,-0.2993583475733783f,1.270654361411749f,0.9658402726018612f,0.2523742290596206f,-0.05882020339070728f,-0.3189779929618942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009461898027602162f,-0.17943832394310283f,-0.9837237215733925f,0.020857705379613643f,-0.13052619222005157f,0.9751291025817751f,-0.1791260629908339f,1.0947740132335408f,0.9913997103238679f,0.13009658411561822f,-0.014194829030265355f,-0.13904173693626032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009461898027602162f,-0.09301833533436864f,-0.9956194362191501f,1.4396063303643558e-17f,-0.13052619222005157f,0.9870303070123561f,-0.09345633303114478f,1.3163333333333334f,0.9913997103238679f,0.13083868820313446f,-0.0028021490027392466f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9720500195076903f,0.008967849727748509f,-0.23460250903679397f,0.609459951695072f,-0.03184286547878048f,0.9950722600767938f,-0.09390010193690893f,1.7476100541332003f,0.2326043668833386f,0.09874601205578942f,0.9675455718517236f,-0.35700725548833556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9720500195076903f,0.008967849727748509f,-0.23460250903679397f,0.7005896410239181f,-0.03184286547878048f,0.9950722600767938f,-0.09390010193690893f,1.7446247854945647f,0.2326043668833386f,0.09874601205578942f,0.9675455718517236f,-0.33520059609302255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9720500195076903f,0.008967849727748509f,-0.23460250903679397f,0.6902151727150142f,-0.03184286547878048f,0.9950722600767938f,-0.09390010193690893f,1.7602024351044188f,0.2326043668833386f,0.09874601205578942f,0.9675455718517236f,-0.4912357615684376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26991066379197937f,-0.732960599847188f,-0.6244333372290617f,-0.9414344141088857f,-0.0005317043525573106f,0.6486156150018105f,-0.7611159578318567f,2.46150186753567f,0.9628852220601656f,-0.205101299477778f,-0.17545798953217343f,-0.4736181110049758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03382759541640418f,-0.732960599847188f,-0.6794295054381979f,-0.9300717174742829f,0.3358779910711226f,0.6486156150018105f,-0.6829961633053658f,2.445361624401157f,0.9412978640698018f,-0.205101299477778f,0.26812644041600187f,-0.5652665925894995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12120209743576439f,-0.732960599847188f,-0.6693868916021747f,-0.8353450320512581f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.564640113780582f,0.9775838035682534f,-0.205101299477778f,0.047574824787414205f,-0.5265785755153498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4784215668128378e-7f,1.9463789175798112e-8f,-0.000015624288427241053f,0.6877439179399314f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.480092559524556f,0.00001549062047381044f,0.000002039378874555593f,1.4911788082337133e-7f,-0.0952761872310884f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224.mcfunction new file mode 100644 index 000000000..4bf223880 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224_as_bone.mcfunction new file mode 100644 index 000000000..6d6c4b171 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_224_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5131744015362781f,0.04931441322169433f,-0.6333755337088156f,-0.326296574019291f,-0.2588243836839033f,0.7597958978552195f,-0.1505475886803668f,1.4288221986750422f,0.5801779179380877f,0.29533493984868314f,0.4930672380984609f,-0.12529115018502068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.48292225479658224f,-0.14774474874952787f,-0.6204495024086357f,-0.326296574019291f,0.050584899416565576f,0.7846605868823595f,-0.14747518891137973f,1.4288221986750422f,0.6357886942791612f,0.04979209385404562f,0.483004641402574f,-0.12529115018502068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4897772813616342f,0.045188869664026264f,-0.6519360591077461f,-0.3245911414809251f,-0.03541839361923653f,0.8116788383723553f,0.08287004993591497f,1.4073746357764365f,0.652539804532937f,0.07797354577955187f,-0.4848261277026278f,-0.03543748875874532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46020072243601357f,-0.14270750629812093f,-0.638631241574935f,-0.3245911414809251f,-0.33633146721862817f,0.7213120979321034f,0.08117882442701875f,1.4073746357764365f,0.5613345163340091f,0.3151879201729655f,-0.4749317169331864f,-0.03543748875874532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0814732827175767f,0.014560526545167745f,1.5603064908119655f,0.0031235649364659565f,1.5579355462876556f,-0.08656364791064441f,0.08215727888499466f,1.3982278801192902f,0.08720772796379142f,1.5600323637434987f,-0.010004311883579598f,0.7588941188761457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.009318736988907053f,-0.998596154119658f,0.052142900939248844f,0.0018215121195672458f,-0.055400734662815115f,-0.052580658486396335f,-0.9970787496240995f,1.4089575955743001f,0.9984207127958391f,0.006402759605490511f,-0.05581294589682917f,0.5660398642261859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.018342742159360288f,-0.998596154119658f,0.04969169736992257f,-0.006205374077087647f,-0.22987157369897218f,-0.052580658486396335f,-0.9717995338331334f,1.473380098552341f,0.9730480992300601f,0.006402759605490511f,-0.2305133428984125f,0.23364567972744082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9606676421426774f,-0.03253372777280313f,-0.27578839333306604f,0.23445869968104924f,0.2206748719950528f,0.5134527392446356f,-0.8292580330826751f,1.4105685579548588f,0.16858316111046168f,-0.8575009277659036f,-0.4860780561500577f,-0.49916535848444765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7065139855889712f,-0.03253372777280313f,-0.7069508785795462f,0.008207672151766293f,0.5950388640223729f,0.5134527392446356f,-0.6183001171479302f,1.6041430778892356f,0.3831014728112528f,-0.8575009277659036f,-0.34340270879896034f,-0.3491630055058387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.019884235246640465f,-0.5783336633153964f,-0.8155579630319663f,0.25669483553117467f,-0.23643298870772428f,0.7898625318170813f,-0.565876861766094f,1.298390969945168f,0.9714443159746158f,0.20407683530401918f,-0.12103134409278804f,0.0406800172288762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.018458330218845777f,-0.3064128359391469f,-0.9517197402687734f,0.1932941804159048f,-0.23213242943709012f,0.9245581427025499f,-0.3021701109740103f,1.4698570585083084f,0.9725090360758435f,0.22650257114245034f,-0.0540625565127363f,0.08281135833988104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0187353325358345f,-0.5422053167653883f,-0.8400371311948756f,0.20306664164657645f,-0.2375533309668453f,0.8137113177639788f,-0.5305113630162557f,1.3607377070817168f,0.9711938026271214f,0.2094929254513239f,-0.11355752693907126f,-0.26529247308855636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01859690388853626f,-0.049597138457669984f,-0.9985961541196577f,0.1875259522225155f,-0.23484379588151544f,0.9706099452865183f,-0.05258065848639632f,1.5423984427073991f,0.9718552087125538f,0.2354919488384107f,0.006402759605490509f,-0.22109771543382004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669904692073198f,-0.026979492175859734f,-0.25338022705834884f,0.2572351349600302f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.196644928075186f,0.2461408024497629f,0.15830669384216148f,-0.9562184353243515f,0.005033969810543919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669904692073198f,-0.026979492175859734f,-0.25338022705834884f,0.27311531779056697f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.0894676692030423f,0.2461408024497629f,0.15830669384216148f,-0.9562184353243515f,-0.11363012532325031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669904692073198f,-0.026979492175859734f,-0.25338022705834884f,-0.31087176569927016f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.1579227597030988f,0.2461408024497629f,0.15830669384216148f,-0.9562184353243515f,0.14964169124977966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669904692073198f,-0.026979492175859734f,-0.25338022705834884f,-0.3675158680592824f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,2.0458022452940927f,0.2461408024497629f,0.15830669384216148f,-0.9562184353243515f,0.04943815629971761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9494328685637363f,0.2658118651882161f,-0.16709662000171255f,0.1663357126238097f,0.06908629639472529f,0.6960313842667633f,0.7146799253974844f,2.2492820168723644f,0.3062748957085697f,0.6669965250590556f,-0.6791990310784088f,0.07681969512570942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.979325911390263f,0.11401525715286766f,-0.16709662000171255f,0.054681021187129836f,-0.04064756780501242f,0.6982695607466958f,0.7146799253974844f,2.251636755918269f,0.19816289892703984f,0.7066966404837244f,-0.6791990310784088f,0.10676674354797483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9134918183457141f,0.4053900653139356f,-0.03451945480746049f,0.021033514911257295f,0.052572435554991956f,0.20174499883358354f,0.9780261215660111f,2.2994052134115903f,0.4034462006702474f,0.891604088365683f,-0.20560474890999475f,0.0620181830563806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9940547659527761f,0.10326436716683837f,-0.03451945480746049f,0.051411482141915515f,-0.012343275757649135f,0.208116671792812f,0.9780261215660111f,2.3014260055984885f,0.10817932256278259f,0.9726376105186944f,-0.20560474890999475f,0.06653051403608738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656621962091231f,0.25749743698213606f,-0.03451945480746049f,0.1252707939779829f,0.020365310667281186f,0.20748532395321728f,0.9780261215660111f,2.353696584469363f,0.2590014998682413f,0.9437398530801057f,-0.20560474890999475f,0.15078152691341867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656621962091231f,0.19893527187649937f,-0.16709662000171255f,0.08051035780577062f,0.020365310667281186f,0.699155103217642f,0.7146799253974844f,2.196386686245394f,0.2590014998682413f,0.6867364117681194f,-0.6791990310784088f,-0.0037341657344079487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9508646894771036f,-0.17791796660672332f,-0.25338022705834884f,-0.22403523216252408f,-0.21950276453751047f,0.9645588483232538f,0.14644031030323804f,2.273006030042292f,0.21834577776087577f,0.19486258050186878f,-0.9562184353243515f,0.12137949741730981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669904692073198f,-0.026979492175859737f,-0.25338022705834884f,-0.11292430606423824f,-0.06591007382482955f,0.987021325852029f,0.14644031030323804f,2.2905444743726955f,0.2461408024497629f,0.15830669384216145f,-0.9562184353243515f,0.09462308328815923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9317397897319827f,-0.2601142532927803f,-0.25338022705834884f,-0.09120859754791567f,-0.3027343330981877f,0.9417574842186746f,0.14644031030323804f,2.287753052370963f,0.20053151321873733f,0.21315115798900186f,-0.9562184353243515f,0.088441328533855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.966516923262697f,0.04054007378717593f,-0.25338022705834884f,-0.11962502456727889f,0.003101607004067808f,0.9892146458440069f,0.14644031030323804f,2.295705956419076f,0.25658413255850876f,0.14075115226898377f,-0.9562184353243515f,0.09718910640338899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9609593608500396f,-0.11115559963646965f,-0.25338022705834884f,-0.18624726941426495f,-0.15168384285754266f,0.9775209702785204f,0.14644031030323804f,2.399851386101853f,0.23140682490076184f,0.17915687353600812f,-0.9562184353243515f,0.09811133142363454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9609593608500396f,-0.11115559963646965f,-0.25338022705834884f,-0.16123725949605933f,-0.15168384285754266f,0.9775209702785204f,0.14644031030323804f,2.1799091677891864f,0.23140682490076184f,0.17915687353600812f,-0.9562184353243515f,0.05780103487803277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669904692073198f,-0.026979492175859734f,-0.25338022705834884f,-0.018618329009442824f,-0.06591007382482957f,0.9870213258520288f,0.14644031030323804f,1.6777232378211488f,0.2461408024497629f,0.15830669384216148f,-0.9562184353243515f,-0.024216919918409394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018458330218845777f,-0.04964887735851423f,-0.9985961541196577f,1.3655832349492283e-17f,-0.23213242943709012f,0.9712619675230629f,-0.05258065848639632f,1.3135000000000001f,0.9725090360758435f,0.2327771024397973f,0.006402759605490509f,-0.11150833333333338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01551532991942177f,-0.294059603936742f,-0.9556611448992043f,0.1902846770809603f,-0.19909341989155202f,0.9357288215916163f,-0.29115868971859893f,0.6982678593497196f,0.9798576859388191f,0.19478326872534923f,-0.04402719081761557f,-0.3451626497926948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01551532991942177f,-0.46329095962024813f,-0.8860704042409052f,0.013654998725740707f,-0.19909341989155202f,0.8670004991565188f,-0.4568062440665992f,1.0288117996531423f,0.9798576859388191f,0.18349828663095696f,-0.07878638277091737f,-0.27520392801464244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.015190785132958667f,0.12130300639665083f,-0.992499279942398f,0.30344881652290645f,0.14727492302710243f,0.9820588840631952f,0.11777285459694412f,1.1029236876116697f,0.988978936628281f,-0.14438119292929386f,-0.032783136425740024f,-0.021904971041815564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.015190785132958667f,-0.9799224117012746f,-0.19879966572557972f,-0.023553044588086627f,0.14727492302710243f,0.19446125218601992f,-0.9697911725962484f,1.053014468189129f,0.988978936628281f,-0.044010094794298085f,0.14136397865719386f,-0.019495454165038603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07018510170156023f,-0.6848138972812773f,-0.7253302541529407f,0.0003713215111834896f,-0.02688888602601612f,0.7281579203303997f,-0.684881764152315f,1.2034294262171885f,0.997171519502749f,-0.02856517373543448f,-0.06951972052621386f,-0.12600357936290887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08885526803463217f,-0.6300927675197316f,-0.7714193708105981f,0.0003114327178367392f,-0.2319301590765046f,0.7401056843875248f,-0.6312305262327077f,1.165875182329886f,0.9686656506004746f,0.23500357498684823f,-0.08037522684359799f,-0.13094734355484103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009415635231192461f,-0.609227799536469f,-0.7929393634352787f,0.0003713215111834896f,-0.13052619222005157f,0.7854411040537113f,-0.6050166817596201f,1.2034294262171885f,0.9914001507755217f,0.10919597215483355f,-0.07212475793674136f,-0.12600357936290887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.013886844528443614f,-0.01908847433579245f,-0.999721354026498f,0.0076800067105921655f,-0.043729539765072975f,0.9988495652266508f,-0.019679263158604986f,1.227092915731122f,0.9989468869269165f,0.04399063757281222f,0.01303613842208438f,-0.12295749422294468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0048727672645159405f,-0.017451218982466925f,-0.9998358420736935f,0.0076800067105921655f,-0.21632946153836585f,0.9761527740156334f,-0.01809214890787105f,1.227092915731122f,0.9763082608529472f,0.21638210817350376f,0.0009813524767246194f,-0.12295749422294468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009415635231192461f,0.05171246885030921f,-0.9986176277127292f,0.0076800067105921655f,-0.13052619222005157f,0.9901810043259057f,0.05004489800843692f,1.227092915731122f,0.9914001507755217f,0.1298745519243339f,0.01607301479891742f,-0.12295749422294468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.006737116836103443f,-0.3346166115692132f,-0.9423302682810709f,0.012400193457890687f,0.05161879988237908f,0.9409789397250478f,-0.33450580636608984f,1.2256980609148098f,0.9986441361943901f,-0.05089556224135254f,0.010933022852670596f,0.07224470662815237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02079156353405641f,-0.2993526796282702f,-0.9539159732833828f,-0.002418720498990094f,-0.2583053818707326f,0.9201198389105445f,-0.29437698914801214f,1.2678226856217754f,0.9658395521940609f,0.2525221876243908f,-0.05819367813575305f,-0.3129298400483328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009415635231192461f,-0.17425300661646745f,-0.9846558970007312f,0.019685005357648677f,-0.13052619222005157f,0.9760603819056711f,-0.1739800103997285f,1.0918336025081095f,0.9914001507755217f,0.13016151719796765f,-0.013554352916900742f,-0.1329992697842285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009415635231192461f,-0.0877715052639104f,-0.9960961342545711f,1.3655832349492283e-17f,-0.13052619222005157f,0.9875095345014675f,-0.08824869638260459f,1.3135000000000001f,0.9914001507755217f,0.1308475530241293f,-0.0021584508033299504f,-0.11150833333333338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7643342418507814f,0.02244369830739957f,-0.6444295517282533f,0.5577386043309485f,-0.08510146963514713f,0.9941632100525539f,-0.0663117760577995f,1.750287829242006f,0.6391798703028194f,0.10552626300731043f,0.7617829751414654f,-0.4010011416023632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7643342418507814f,0.02244369830739957f,-0.6444295517282533f,0.6293949395044592f,-0.08510146963514713f,0.9941632100525539f,-0.0663117760577995f,1.7423095664637112f,0.6391798703028194f,0.10552626300731043f,0.7617829751414654f,-0.34107802876147386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7643342418507814f,0.02244369830739957f,-0.6444295517282533f,0.6902312046769419f,-0.08510146963514713f,0.9941632100525539f,-0.0663117760577995f,1.7562454642615286f,0.6391798703028194f,0.10552626300731043f,0.7617829751414654f,-0.48530703145313836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2650066461230719f,-0.7329510281793618f,-0.6265415132307013f,-0.9413911199784999f,0.005490320143605482f,0.6486156150018105f,-0.7610963410505557f,2.4582987099910465f,0.9642309546448514f,-0.20513550220924498f,-0.167863312960394f,-0.46480863027897457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02840681572609033f,-0.7329510281793618f,-0.6796880483803729f,-0.9300241466613525f,0.3304635597191272f,0.6486156150018105f,-0.6856322772985427f,2.4421584668565335f,0.9433911641085403f,-0.20513550220924498f,0.26063871012436746f,-0.5564565815335775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12124771538290496f,-0.7329510281793618f,-0.6693891109102703f,-0.8352992666833856f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5614369562359585f,0.9775781467157642f,-0.20513550220924498f,0.047543588391418076f,-0.5177641441649887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4711930048738224e-7f,1.9368623352474452e-8f,-0.000015624295368683144f,0.6877428776738431f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4772592261912227f,0.000015490627355867528f,0.0000020393797805955974f,1.483887871318675e-7f,-0.08919964985238574f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225.mcfunction new file mode 100644 index 000000000..1cb04d4c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225_as_bone.mcfunction new file mode 100644 index 000000000..447caa601 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_225_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5345516428880784f,0.05307799405974912f,-0.6151273949977307f,-0.32361909822968116f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5626915962309543f,0.29300491506644466f,0.5142671793167545f,-0.1252587739084253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5036800563765718f,-0.15235237727828543f,-0.6025737746916546f,-0.32361909822968116f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6190896739311208f,0.054238523310801756f,0.5037719307592697f,-0.1252587739084253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5120197499791016f,0.04910501341346277f,-0.6343255613117342f,-0.32184918121550105f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6353646853364686f,0.08175526821885046f,-0.5065296014945214f,-0.03114949488523852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4817987679934394f,-0.14750141243199405f,-0.6213801416931275f,-0.32184918121550105f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5443729389129005f,0.31217197476293046f,-0.49619226268851085f,-0.03114949488523852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08137001977784784f,0.01466482628611668f,1.5603109025932465f,0.003053138083769103f,1.5574375074151383f,-0.09514142136579978f,0.0821143741193712f,1.3949471802395355f,0.09577880964949065f,1.5595317575511227f,-0.009662650342078648f,0.7606751228833958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.009385488823114371f,-0.9985989776596778f,0.05207681265782237f,0.0017381933063555736f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981003248327184f,0.006184096218929905f,-0.06129843817567668f,0.5678828759430323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.018285945775545445f,-0.9985989776596778f,0.049655875826940615f,-0.006258471260529492f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9722925760962291f,0.006184096218929905f,-0.23368547969891867f,0.235928733545182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9602770756698368f,-0.032371426287225835f,-0.2771642630338877f,0.23416540322674456f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.16935378786705851f,-0.8570213319042312f,-0.48665565978027764f,-0.49706435966252516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.705505353587713f,-0.032371426287225835f,-0.7079648909509619f,0.008257603132061336f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.3840555059560411f,-0.8570213319042312f,-0.3435342850516485f,-0.34675380158990543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.018285945775545445f,-0.5784261804988723f,-0.8155297529217315f,0.25666856320466547f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9722925760962291f,0.2004110470651589f,-0.12034350286743939f,0.042842465814894884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.018285945775545445f,-0.30642032672647646f,-0.951720656262085f,0.19326649784181313f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9722925760962291f,0.22732340194814085f,-0.05450887445987771f,0.08512492321479706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.018285945775545445f,-0.5423027387431352f,-0.8399841449329798f,0.20310386011487955f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9722925760962291f,0.2054696100242812f,-0.11148715542441878f,-0.2625711848601901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.018285945775545445f,-0.04965587582694084f,-0.9985989776596778f,0.18755213978695517f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9722925760962291f,0.23368547969891867f,0.006184096218929853f,-0.21871650681527452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670343238565708f,-0.026690498934567916f,-0.2532434278513255f,0.25738960628721713f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.24591479521946666f,0.16030171917775063f,-0.9559441784543833f,0.008584550901232505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670343238565708f,-0.026690498934567916f,-0.2532434278513255f,0.27324813443759777f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.24591479521946666f,0.16030171917775063f,-0.9559441784543833f,-0.11029473554681474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670343238565708f,-0.026690498934567916f,-0.2532434278513255f,-0.3107430589785182f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.24591479521946666f,0.16030171917775063f,-0.9559441784543833f,0.15305949309266917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670343238565708f,-0.026690498934567916f,-0.2532434278513255f,-0.3674121051173804f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.24591479521946666f,0.16030171917775063f,-0.9559441784543833f,0.052623816286081926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9493814963604653f,0.26681173527767f,-0.1657898437374349f,0.16656073099115531f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.3065651145049884f,0.671881822571296f,-0.6742348604654148f,0.08073617781064146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9794315858066148f,0.11501085356546774f,-0.1657898437374349f,0.054903900451682836f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.19768531574559442f,0.711567192099065f,-0.6742348604654148f,0.11067729822129364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9134778751678917f,0.4055963616862491f,-0.032400045765891575f,0.02132123875359694f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.40368358100475155f,0.8934305853478581f,-0.19703135687540785f,0.06615626592504296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9941052542875731f,0.10346487535491783f,-0.032400045765891575f,0.05170230052799614f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.10784066606908638f,0.9744480669330777f,-0.19703135687540785f,0.07069305315650887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656806965575997f,0.2577033746973407f,-0.032400045765891575f,0.1256512644448424f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.2589502305786134f,0.9455809973191716f,-0.19703135687540785f,0.15541584304228517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656806965575997f,0.1999362898764173f,-0.1657898437374349f,0.08066559922264858f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.2589502305786134f,0.6916300535810066f,-0.6742348604654148f,-0.00020091901344108584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9509532127059513f,-0.1776393917303837f,-0.2532434278513255f,-0.22386835616111705f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.21781046233350737f,0.19679768844485546f,-0.9559441784543833f,0.12503857731712542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670343238565708f,-0.026690498934567916f,-0.2532434278513255f,-0.11274946636902627f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.24591479521946663f,0.16030171917775063f,-0.9559441784543833f,0.09832830046741416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318522555034771f,-0.25984445378570986f,-0.2532434278513255f,-0.09103402665386874f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.1998295790581183f,0.21503224644836388f,-0.9559441784543833f,0.09214297603863689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9665405119347782f,0.040831422201145745f,-0.2532434278513255f,-0.11944883989606339f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.2564978418029073f,0.1427570832905512f,-0.9559441784543833f,0.10090412802460874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961028236039704f,-0.1108715282862388f,-0.2532434278513255f,-0.18603907560589783f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.23100779978128663f,0.18112460936985794f,-0.9559441784543833f,0.10203081689964355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961028236039704f,-0.1108715282862388f,-0.2532434278513255f,-0.16109298174149414f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.23100779978128663f,0.18112460936985794f,-0.9559441784543833f,0.06127777979142558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670343238565708f,-0.026690498934567916f,-0.2532434278513255f,-0.0186209534351028f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.24591479521946666f,0.16030171917775063f,-0.9559441784543833f,-0.021742945112905504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018285945775545445f,-0.04965587582694084f,-0.9985989776596778f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9722925760962291f,0.23368547969891867f,0.006184096218929853f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015326628612182f,-0.2903377303731081f,-0.956801492879885f,0.18841336899333835f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9798583513176268f,0.19490978811953966f,-0.04344865761215858f,-0.3431144052132648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015326628612182f,-0.4598392210869758f,-0.8878699145739244f,0.013099665953928842f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9798583513176268f,0.18372811674890782f,-0.07824059348574831f,-0.2730680607027437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.014690918508299672f,0.12381986919360491f,-0.9921959569088463f,0.30311230985189624f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9890616211619623f,-0.14385602266077227f,-0.032596844765935225f,-0.019775343359141877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.014690918508299672f,-0.9794225529322863f,-0.20128497142356538f,-0.0240169861521258f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9890616211619623f,-0.04378317302513741f,0.1408550435885133f,-0.017353230271881792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07005266337813182f,-0.6834739906873424f,-0.7266057585840818f,0.00016552184567783079f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9971847809470303f,-0.02845308872352658f,-0.06937531542064634f,-0.12386837172492696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08860379261458784f,-0.6286828121639564f,-0.7725977540893652f,0.000035418283245286335f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9686535160841391f,0.23510546204684546f,-0.0802233600242094f,-0.12881146239816066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00935560309967736f,-0.6077571608204269f,-0.7940678221425016f,0.00016552184567783079f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.991400719101603f,0.10929325516058509f,-0.07196942782340145f,-0.12386837172492696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.013988379866650164f,-0.017236866016477066f,-0.9997535774772884f,0.0075184253138306225f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9989451082294923f,0.04397649801074783f,0.013218864061590403f,-0.12082403741361983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0046516245440484105f,-0.01561004946268884f,-0.9998673355725118f,0.0075184253138306225f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763111718772294f,0.2163680674358836f,0.0011640712057523137f,-0.12082403741361983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00935560309967736f,0.05356362660825713f,-0.9985206110017023f,0.0075184253138306225f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.991400719101603f,0.12984764766330337f,0.016254309001959465f,-0.12082403741361983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.006459619486900393f,-0.33288858388191717f,-0.9429440407771696f,0.012271646437412891f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9986444378413736f,-0.050851117642607545f,0.011110832686381453f,0.07437732366469471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020491009506286947f,-0.2976078495139837f,-0.954468274190963f,-0.00253977341343582f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9658402998506166f,0.2525605619288896f,-0.058014461495686634f,-0.31079525627324966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00935560309967736f,-0.17242746990049357f,-0.9849777867111298f,0.01927192671846228f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.991400719101603f,0.13017608481352502f,-0.013371653130652309f,-0.13086561670608368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00935560309967736f,-0.08592486072949276f,-0.9962576930690467f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.991400719101603f,0.1308461418699411f,-0.0019751765935728006f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3998041895894217f,0.03132798174392102f,-0.9160650454779936f,0.5341027671075449f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.757707473270317f,0.9086952131700801f,0.11742970490167796f,0.4006036369885923f,-0.4656886526825722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3998041895894217f,0.03132798174392102f,-0.9160650454779936f,0.5715844098815532f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7464459090777529f,0.9086952131700801f,0.11742970490167796f,0.4006036369885923f,-0.38049847644787715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3998041895894217f,0.03132798174392102f,-0.9160650454779936f,0.6902533453162482f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7548488863169789f,0.9086952131700801f,0.11742970490167796f,0.4006036369885923f,-0.48318411011351353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26331439575686544f,-0.7329386052943367f,-0.6272691048157795f,-0.941360369306206f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9646800145318795f,-0.20517988411395374f,-0.16520800439977956f,-0.46174089950325214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.026451491407591954f,-0.7329386052943367f,-0.6797803464881187f,-0.9299878464643624f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9441169288139557f,-0.20517988411395374f,0.2579620900091502f,-0.553388162287094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12130691031299895f,-0.7329386052943367f,-0.6693919885833013f,-0.835265309597789f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9775708030276459f,-0.20517988411395374f,0.04750305487932629f,-0.514689989127072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4618129843245876e-7f,1.9245133039201668e-8f,-0.000015624304325404156f,0.6877415255584062f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015490636235962548f,0.000002039380949682286f,1.4744269109418802e-7f,-0.08702467176195836f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226.mcfunction new file mode 100644 index 000000000..0ad86d7c8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226_as_bone.mcfunction new file mode 100644 index 000000000..04a005443 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_226_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.60218603046933f,0.06482371797275373f,-0.5478269021691288f,-0.31542140470466823f,-0.2253811787546277f,0.769144001833903f,-0.15673312716381266f,1.4509765836948174f,0.5035074512012807f,0.266758007331668f,0.5850340644387062f,-0.17936713478732677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5692940191418566f,-0.1670765493609801f,-0.5366467613085344f,-0.31542140470466823f,0.08435618795769866f,0.7805838797627533f,-0.15353449191557159f,1.4509765836948174f,0.5556872801518464f,0.052670991144607104f,0.5730945937358755f,-0.17936713478732677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.58026681419003f,0.060958768746728946f,-0.5714183207660392f,-0.3131824533150985f,-0.010701690195882914f,0.8107717813129388f,0.0973603456138066f,1.426861758568084f,0.5745609999131064f,0.0766654523496167f,-0.5752795061874918f,-0.06924719135881158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5480077164562743f,-0.16235748966818442f,-0.5597567223830588f,-0.3131824533150985f,-0.3136222047407474f,0.7297568275165448f,0.09537339978495342f,1.426861758568084f,0.491252130171394f,0.2847718705238163f,-0.5635391081020328f,-0.06924719135881158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08337519476499751f,0.009154577943273736f,1.5602471024169788f,0.0027182371943205844f,1.558056507910689f,0.08376064088837261f,0.08276667925631082f,1.4637333439292644f,-0.08315494606484158f,1.560226457518475f,-0.013598022073217527f,0.7218185247412523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0058589298836945105f,-0.9985581455468664f,0.05336012464959821f,0.0020844457437533045f,0.05360681016856286f,-0.05297067472403873f,-0.9971561650628407f,1.4534077655170723f,0.9985449328118238f,0.008702734126858762f,0.053219165481503045f,0.5289388565262592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01741707160942379f,-0.9985581455468664f,0.050776722802430944f,-0.005840724980687077f,-0.16635288933300407f,-0.05297067472403873f,-0.9846424852858223f,1.4996438760965036f,0.9859124514007892f,0.008702734126858762f,-0.16703562671359568f,0.18828892231968355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9682978671352207f,-0.033935404625099516f,-0.2474825828504164f,0.24097751345242852f,0.19843508845914093f,0.497292288614037f,-0.8445850432924007f,1.4292772459066385f,0.15173251520223136f,-0.8669191242543588f,-0.4747930873890863f,-0.5403538423788796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7269104599682152f,-0.033935404625099516f,-0.6858932653858969f,0.007738421724762296f,0.5830181930586389f,0.497292288614037f,-0.642487483339289f,1.619480510472771f,0.3628925044023884f,-0.8669191242543588f,-0.3417020079698369f,-0.39688408123236074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04944819146680854f,-0.5753803228711317f,-0.8163898336048618f,0.2569019650757159f,-0.30275760270475066f,0.7702963072042036f,-0.5612320670738973f,1.3212095474363763f,0.951783962023491f,0.274920139604721f,-0.13611100791114022f,-0.0017135287797973159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019857367446449004f,-0.30661947273747914f,-0.9516250227354717f,0.19346315754534188f,-0.2138755426666153f,0.9284771067959664f,-0.3036239687588124f,1.4934013551558774f,0.9766590690753645f,0.209558490865872f,-0.04714129504861643f,0.037284055163499835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.025512999530735152f,-0.5401818552302611f,-0.8411614887374111f,0.20261759502400511f,-0.32566917053698735f,0.7910415883326471f,-0.5178733405862029f,1.3803177171603167f,0.9451395019872441f,0.28715286662012623f,-0.15573873306004732f,-0.3187969703490719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.022723628271129365f,-0.04863400744539011f,-0.9985581455468665f,0.18725773021832656f,-0.27022954221766127f,0.9613376629114836f,-0.05297067472403895f,1.5602374622391946f,0.9625277301101662f,0.27104359647054654f,0.008702734126858718f,-0.26792190392255155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9666315017953466f,-0.03294537851518463f,-0.25404358242507086f,0.25402128438168114f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.220444133817038f,0.24860641385567206f,0.11857052791456921f,-0.9613198639890278f,-0.06493971005272287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9666315017953466f,-0.03294537851518463f,-0.25404358242507086f,0.2705715521610543f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.1086887203189097f,0.24860641385567206f,0.11857052791456921f,-0.9613198639890278f,-0.17920750381060307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9666315017953466f,-0.03294537851518463f,-0.25404358242507086f,-0.31387472292308505f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.184140670838132f,0.24860641385567206f,0.11857052791456921f,-0.9613198639890278f,0.08111655808748447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9666315017953466f,-0.03294537851518463f,-0.25404358242507086f,-0.3698218177783628f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,2.067750772704399f,0.24860641385567206f,0.11857052791456921f,-0.9613198639890278f,-0.01450575463122035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9511794916773583f,0.24316151432843564f,-0.19007906923673656f,0.16137197558018304f,0.08019887101358297f,0.7894354308274839f,0.608571969155967f,2.284980230718315f,0.2980364335119933f,0.5636170495147627f,-0.7703960707296766f,-0.0015642726352117498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9775077351552779f,0.09137053764586717f,-0.19007906923673656f,0.04969851128903165f,-0.04428341947629238f,0.7922620381648456f,0.608571969155967f,2.2878633723170054f,0.2061979788239586f,0.6033011584053106f,-0.7703960707296766f,0.02826634071307252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9151352442457665f,0.39605176011832743f,-0.07530264302410572f,0.015132498367954189f,0.08377341284027712f,0.3695269096101227f,0.9254360476959413f,2.3241310014673284f,0.39434692852909814f,0.8405907841400401f,-0.37134570628795427f,-0.019851149469245447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9927320618599664f,0.0938752646272902f,-0.07530264302410572f,0.04539652667344239f,-0.034516844774353336f,0.37732838357555143f,0.9254360476959413f,2.3281557276188876f,0.11528937844434262f,0.921309245389092f,-0.37134570628795427f,-0.01595810501412316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9658245560315796f,0.24801701336800688f,-0.07530264302410572f,0.11695230684884447f,0.02493527869137542f,0.37808246918033467f,0.9254360476959413f,2.3972205716143713f,0.257994493822999f,0.8919311675115493f,-0.37134570628795427f,0.05749570481640247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9658245560315796f,0.17621825786364448f,-0.19007906923673656f,0.07730319882952452f,0.02493527869137542f,0.7931067962350417f,0.608571969155967f,2.218771542461487f,0.257994493822999f,0.5830340773585108f,-0.7703960707296766f,-0.07368696258926226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9495768713116609f,-0.18375424811033142f,-0.25404358242507086f,-0.2277250568274865f,-0.2162777479039058f,0.9705142752339404f,0.10642357506094938f,2.2985171890087037f,0.2269971392585634f,0.1560013393165126f,-0.9613198639890278f,0.04825713947333402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9666315017953466f,-0.03294537851518463f,-0.25404358242507086f,-0.11671559891495992f,-0.06179312847473338f,0.9923989278231569f,0.10642357506094938f,2.3156356150930573f,0.2486064138556721f,0.11857052791456921f,-0.9613198639890278f,0.02081628731161176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9299482066541311f,-0.26581608523451256f,-0.25404358242507086f,-0.09498213771824687f,-0.3000406382823133f,0.947971327652049f,0.10642357506094938f,2.3127290054673986f,0.21253693401361443f,0.17519181139599493f,-0.9613198639890278f,0.0147511071910385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9665749894710873f,0.034563679746280926f,-0.25404358242507086f,-0.12344778201538553f,0.007583646232913438f,0.9942919646567905f,0.10642357506094938f,2.320855525540926f,0.2562718830437341f,0.10093978928715887f,-0.9613198639890278f,0.02317324416708735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9600817981623923f,-0.11706749790571035f,-0.25404358242507086f,-0.19069486364809693f,-0.1480512526214383f,0.9832369242804448f,0.10642357506094938f,2.4245515683059033f,0.23732628896624658f,0.13978680790985595f,-0.9613198639890278f,0.019916672654373295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9600817981623923f,-0.11706749790571035f,-0.25404358242507086f,-0.16435467661931213f,-0.1480512526214383f,0.9832369242804448f,0.10642357506094938f,2.2033232603428035f,0.23732628896624658f,0.13978680790985595f,-0.9613198639890278f,-0.011535359125344244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9666315017953466f,-0.03294537851518463f,-0.25404358242507086f,-0.01870237045507822f,-0.061793128474733366f,0.9923989278231569f,0.10642357506094938f,1.6991172141721227f,0.24860641385567206f,0.11857052791456921f,-0.9613198639890278f,-0.07333731066386287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019857367446449004f,-0.049872987880208636f,-0.9985581455468665f,1.8837449028551416e-17f,-0.2138755426666153f,0.9754236822367708f,-0.05297067472403895f,1.3333333333333337f,0.9766590690753645f,0.21461902341488667f,0.008702734126858718f,-0.15381944444444537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.017942848870610036f,-0.3671338444787017f,-0.9299950507463439f,0.22711431242434707f,-0.1988192224898935f,0.9102593789306317f,-0.3631787161127902f,0.7334143740778387f,0.9798719155802561f,0.19141735372507113f,-0.05666061903977327f,-0.38533692402101505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.017942848870610036f,-0.5304642910943613f,-0.8475173685820031f,0.024874801444621803f,-0.1988192224898935f,0.8288329373112833f,-0.5229788511942567f,1.0494069314277654f,0.9798719155802561f,0.17788647475765815f,-0.0905948737808733f,-0.31751770551965786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02681624743974216f,0.07155828713951595f,-0.9970758749538116f,0.3095723546739617f,0.15705084298295385f,0.9853495492807585f,0.06649284510794655f,1.1386598501918017f,0.9872263780874141f,-0.15480851809207527f,-0.03766166664582846f,-0.06377438633323773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02681624743974216f,-0.9883878242877797f,-0.1495673683425619f,-0.014458901394396236f,0.15705084298295385f,0.14359750446975206f,-0.977095076964572f,1.0721202600129984f,0.9872263780874141f,-0.04969170463697717f,0.15137639478689316f,-0.06199080717908967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07408720374046668f,-0.7108548133580421f,-0.6994258506572526f,0.0044712018234880505f,-0.02987396175194909f,0.7026205756404281f,-0.7109373200894411f,1.2233564104297234f,0.9968042097880413f,-0.03177673696930858f,-0.07329124324516342f,-0.1683406714210811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0924899067551575f,-0.657912439839598f,-0.7473933627299145f,0.005810242324733977f,-0.22894508335057165f,0.7164480910893322f,-0.6590040072594793f,1.1858272897637914f,0.9690354823008401f,0.23206325490856866f,-0.0843616012366918f,-0.173294225456108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009280749606786431f,-0.6380984063903246f,-0.7698988839119486f,0.0044712018234880505f,-0.13052619222005157f,0.7625715506318166f,-0.6335988820314639f,1.2233564104297234f,0.991401422649408f,0.10637224228676802f,-0.07621131962913935f,-0.1683406714210811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010534945708979135f,-0.055849446507030026f,-0.9983836207809939f,0.010893782265090149f,-0.04362734884345859f,0.9974626109430011f,-0.05625828120074608f,1.2472701923769158f,0.9989923269734357f,0.04414950844153803f,0.008071651167544809f,-0.16525234769237648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.007955921396216257f,-0.05423564599293976f,-0.9984964687060569f,0.010893782265090149f,-0.21643165245998025f,0.9747658197319837f,-0.054671166950012146f,1.2472701923769158f,0.9762653548744723f,0.21654120020440057f,-0.003983150242980493f,-0.16525234769237648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009280749606786431f,0.014795492709126001f,-0.9998474689082483f,0.010893782265090149f,-0.13052619222005157f,0.9913535136568199f,0.013458235575719762f,1.2472701923769158f,0.991401422649408f,0.13038138040292263f,0.011131703057398627f,-0.16525234769237648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.013563047525263444f,-0.36857485397273176f,-0.9294991235933506f,0.014695924527100092f,0.05090247199339906f,0.9281248122621364f,-0.36877265517976654f,1.2459639504451923f,0.998611527114918f,-0.05231548415482024f,0.006173170243730546f,0.029970505596461694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02545191056947736f,-0.33407290048949967f,-0.9422035328987555f,0.00025129495956381295f,-0.2577923120317037f,0.9084380078000401f,-0.3290645982807069f,1.287685879806974f,0.9658650651647526f,0.25126814987743107f,-0.06299994247188459f,-0.3552620850705107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009280749606786431f,-0.21050045712443463f,-0.9775497047399381f,0.027890556997515355f,-0.13052619222005157f,0.9689726316092324f,-0.20989271625478778f,1.1125452196571903f,0.991401422649408f,0.12954380240938876f,-0.018483030759238482f,-0.17526885590953525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009280749606786431f,-0.12450036874388733f,-0.9921761566724793f,1.8837449028551416e-17f,-0.13052619222005157f,0.9835787537876329f,-0.1246424816910391f,1.3333333333333337f,0.991401422649408f,0.13066175140492703f,-0.007122210929673876f,-0.15381944444444537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.04176144401363435f,0.03394163291992547f,-0.9985509237633426f,0.5424666780316632f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.7959236571094497f,0.9905873331581433f,0.1318011941087302f,-0.03694835068241036f,-0.5784648007092043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.04176144401363435f,0.03394163291992547f,-0.9985509237633426f,0.538551542655385f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.7837027711618378f,0.9905873331581433f,0.1318011941087302f,-0.03694835068241036f,-0.48559723822562834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.04176144401363435f,0.03394163291992547f,-0.9985509237633426f,0.6902917489080255f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.7839442601617612f,0.9905873331581433f,0.1318011941087302f,-0.03694835068241036f,-0.5264887668650547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2994133508758448f,-0.7329231115627076f,-0.6108808049485079f,-0.9415271109838645f,-0.036649959132667054f,0.6486156150018105f,-0.760233230312512f,2.4807208128034115f,0.9534193336684924f,-0.20523522239874342f,-0.22106577680424938f,-0.526910614531466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06586242109323183f,-0.7329231115627076f,-0.6771158350127227f,-0.9301476685553992f,0.3679112502442125f,0.6486156150018105f,-0.6662875474744846f,2.4645805696688985f,0.927525446244726f,-0.20523522239874342f,0.31237005307080895f,-0.6185570183974992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12138071923696368f,-0.7329231115627076f,-0.669395573285898f,-0.8354280537767471f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5838590590483235f,0.9775616412376865f,-0.20523522239874342f,0.04745251381769704f,-0.5798516935371372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.45011712606038e-7f,1.9091154144010558e-8f,-0.000015624315413196204f,0.6877398360871945f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245563f,0.000015490647228897002f,0.0000020393823969295623f,1.4626301295777595e-7f,-0.13141718990364382f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227.mcfunction new file mode 100644 index 000000000..90d662a92 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227_as_bone.mcfunction new file mode 100644 index 000000000..91ff268ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_227_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6691871069432447f,0.07612812819710785f,-0.46188479996919135f,-0.30701063566419445f,-0.18685862257892805f,0.7822552101441659f,-0.14179240393849366f,1.4937337281618426f,0.42920498076476327f,0.2218687421516513f,0.6584085283372381f,-0.2836679078685367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6341693827820123f,-0.1819627097042958f,-0.45245857956165686f,-0.30701063566419445f,0.12413510393095933f,0.7780087610527616f,-0.13889868140913667f,1.4937337281618426f,0.4716138991950214f,0.039899122825158784f,0.6449716195956618f,-0.2836679078685367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.651852765034009f,0.07307161602568411f,-0.4865110030547682f,-0.3045327923812005f,0.022650893586242775f,0.8112094632064399f,0.09149091904942601f,1.4702611890582136f,0.49144618645555316f,0.059533101549968846f,-0.6495235947081363f,-0.15206618207922806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6173355670089625f,-0.17823074259549615f,-0.4765822070740587f,-0.3045327923812005f,-0.2836013630394726f,0.7426559425367681f,0.08962375743617243f,1.4702611890582136f,0.42245362418598825f,0.2381091208011205f,-0.6362680111426642f,-0.15206618207922806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08354590840757052f,-0.009041336420076061f,1.560238630922877f,-0.001875727216307624f,1.4982939820549486f,0.4355150776241513f,0.08275270690408545f,1.6028111205009954f,-0.43536361185367567f,1.500550272865847f,-0.014616910615916235f,0.6328837826517193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0057864553088489805f,-0.9985527237906413f,0.05346938138084492f,-0.00026014271052059775f,0.2787296496794543f,-0.0529617324186146f,-0.9589081485151679f,1.5490015585395147f,0.9603521746341429f,0.009354822794185902f,0.2786327115863499f,0.4473803956203952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011019701497664907f,-0.9985527237906413f,0.0526405166121488f,-0.006381086648873752f,-0.031231264323491437f,-0.0529617324186146f,-0.9981080417609984f,1.5545433279703682f,0.9994514366929784f,0.009354822794185902f,-0.031769686539700165f,0.09263465589859443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9820009675738486f,-0.0328568104773793f,-0.18599604750983062f,0.2556839197444024f,0.14996358213287864f,0.46304056080063183f,-0.873558448581039f,1.469361806085154f,0.11482605853159361f,-0.8857278752860214f,-0.4497789537355089f,-0.6258239427013409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7687047255094821f,-0.0328568104773793f,-0.6387593247731463f,0.00799438364539015f,0.5546706440061859f,0.46304056080063183f,-0.691327647162472f,1.651438218980275f,0.3184862974401804f,-0.8857278752860214f,-0.33771675896252906f,-0.4967526379922707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10586339781555335f,-0.5617248110702804f,-0.8205231121857594f,0.25668867512037485f,-0.43658559501067057f,0.715117962180169f,-0.5458931382573526f,1.3689218775801542f,0.8934125358601841f,0.41601867361374584f,-0.16953614355804777f,-0.0898823017902189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.018532639454015162f,-0.3072117519394899f,-0.9514607089865231f,0.19313984220055477f,-0.1755591676291254f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255281f,0.9842944274637727f,0.17270099159093158f,-0.03659026601806628f,-0.05772955502953214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.034682765236466774f,-0.5348737312417032f,-0.8442198750462646f,0.20230855323752653f,-0.5011922479737106f,0.7215171545786543f,-0.47772306435819134f,1.4218707582662882f,0.864640640015614f,0.43968521384770304f,-0.24305035765678057f,-0.42997928431875015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02701816904249242f,-0.04650243382752004f,-0.9985527237906413f,0.18734839237117504f,-0.3435956985172347f,0.9376230857117761f,-0.05296173241861482f,1.5973440760096298f,0.9387289355836672f,0.34452934967640203f,0.00935482279418589f,-0.3653215636119611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669653455993557f,-0.04514950864354463f,-0.25087754439001864f,0.24760313064351006f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2670939014947162f,0.2494648784107078f,0.034684490869097f,-0.9677625021319447f,-0.21104394695304945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669653455993557f,-0.04514950864354463f,-0.25087754439001864f,0.2659882498973648f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1463498193670296f,0.2494648784107078f,0.034684490869097f,-0.9677625021319447f,-0.3154621758269579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669653455993557f,-0.04514950864354463f,-0.25087754439001864f,-0.32048900989611134f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2363115092000863f,0.2494648784107078f,0.034684490869097f,-0.9677625021319447f,-0.06448333088675863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669653455993557f,-0.04514950864354463f,-0.25087754439001864f,-0.3746262915622083f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1116377599709573f,0.2494648784107078f,0.034684490869097f,-0.9677625021319447f,-0.15019169387986403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9565296368568994f,0.18666669987198914f,-0.22406828640686607f,0.14996990172782207f,0.10005660647118592f,0.931736938143738f,0.34907728886308514f,2.351948944299404f,0.27393380462418077f,0.31148325999551296f,-0.9099112316191557f,-0.17106864478512146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739542750925607f,0.03473432100410018f,-0.22406828640686607f,0.03813499794361312f,-0.04693102586563203f,0.9359180120134442f,0.34907728886308514f,2.355974797557998f,0.22183450777578456f,0.3505010723709509f,-0.9099112316191557f,-0.1419845008899162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9232145784197526f,0.35396620877736285f,-0.14960870708959312f,0.003458955052326393f,0.14244683541751996f,0.6768002698429436f,0.7222536215347434f,2.369166036064997f,0.3569085895194639f,0.6454837858415183f,-0.6752532420825004f,-0.19018262014497672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9874108146914645f,0.051352875219595556f,-0.14960870708959312f,0.033226861240113745f,-0.07366779412956417f,0.6876937998033947f,0.7222536215347434f,2.3768211660856897f,0.13997478036569005f,0.7241823802873479f,-0.6752532420825004f,-0.1885900214631421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672207894850504f,0.20518571868162927f,-0.14960870708959312f,0.09784353411504929f,0.03481819034459419f,0.690751329930732f,0.7222536215347434f,2.473256012375008f,0.2515385417963696f,0.6933696135886172f,-0.6752532420825004f,-0.14603828191022689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672207894850504f,0.11948785467405049f,-0.22406828640686607f,0.07095876681338797f,0.03481819034459419f,0.9364468698335883f,0.34907728886308514f,2.2625554666624508f,0.2515385417963696f,0.32983315867915286f,-0.9099112316191557f,-0.22025074261303615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479974583765493f,-0.1958603498221056f,-0.25087754439001864f,-0.23554026762697178f,-0.20793120375458995f,0.9778897776932812f,0.02227548401610907f,2.3485599126776777f,0.24096770201993986f,0.07328237203139093f,-0.9677625021319447f,-0.10652499322888595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669653455993557f,-0.04514950864354464f,-0.25087754439001864f,-0.12461534160238305f,-0.05239556135256168f,0.9983779384393456f,0.02227548401610907f,2.3646561326590816f,0.24946487841070786f,0.034684490869097f,-0.9677625021319447f,-0.13491007934377705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9273196875756068f,-0.27773846466687646f,-0.25087754439001864f,-0.10282170551167591f,-0.2923686726483572f,0.9560462133525166f,0.02227548401610907f,2.361513786998257f,0.2336637675989096f,0.0940052295290027f,-0.9677625021319447f,-0.14063207328765076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677593371312375f,0.022412566032085163f,-0.25087754439001864f,-0.13141912282490248f,0.017375396050959585f,0.9996008695594057f,0.02227548401610907f,2.369973643182257f,0.25127666228159884f,0.01719821095163835f,-0.9677625021319447f,-0.1330239078478616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9593507115640105f,-0.12925428403910444f,-0.25087754439001864f,-0.19986478349524936f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.472209329176513f,0.24549263666932858f,0.05629480267714547f,-0.9677625021319447f,-0.1452181924080015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9593507115640105f,-0.12925428403910444f,-0.25087754439001864f,-0.1707825695864509f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.2494565763243104f,0.24549263666932858f,0.05629480267714547f,-0.9677625021319447f,-0.1578845230103592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669653455993557f,-0.04514950864354463f,-0.25087754439001864f,-0.018932854944526754f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,1.7436412191677122f,0.2494648784107078f,0.034684490869097f,-0.9677625021319447f,-0.17660085619048663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.018532639454015162f,-0.05048761318540476f,-0.9985527237906413f,2.9723198354305425e-17f,-0.1755591676291254f,0.9830432511139007f,-0.05296173241861482f,1.3749999999999996f,0.9842944274637727f,0.17628660571425514f,0.00935482279418589f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02319022619986594f,-0.5129119122755014f,-0.8581279529619623f,0.30017384226801525f,-0.19793913806918f,0.8390106787447424f,-0.5068344686115147f,0.8147021737732669f,0.979939952767122f,0.18161071333535053f,-0.08206849439703398f,-0.4686129357984397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02319022619986594f,-0.6607045533404232f,-0.7502877492029516f,0.048280231306978894f,-0.19793913806918f,0.7325981216493799f,-0.6512450305194124f,1.094005207652093f,0.979939952767122f,0.1636138299503811f,-0.11379017365193991f,-0.4062351631298569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05337973374138928f,-0.03259614763659044f,-0.9980421309669005f,0.3197852622974172f,0.17590604337615445f,0.9835305215765437f,-0.041530434997935996f,1.2141395011894254f,0.9829586298158457f,-0.1777785259434472f,-0.04676673800822799f,-0.15204460536614361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05337973374138928f,-0.9975229644246302f,-0.04580981850211349f,0.004718824618401044f,0.17590604337615445f,0.0357645048167122f,-0.9837570655903629f,1.1133464842872127f,0.9829586298158457f,-0.06057091414791052f,0.1735612181042805f,-0.15111685701397642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0817153997577701f,-0.7623754797098692f,-0.6419549994972973f,0.013055063411253644f,-0.03658199105291761f,0.6459693583404029f,-0.7624862923462247f,1.265707732643309f,0.9959841120083353f,-0.03882288014090584f,-0.08067485732576644f,-0.2572185664590201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09993793087238585f,-0.7133402739886114f,-0.6936555798656848f,0.017323851180548692f,-0.22223705404960314f,0.6635307478371366f,-0.7143791979628494f,1.2283979000407634f,0.9698572584562637f,0.2255495514971006f,-0.09221875101711548f,-0.2621702800160366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009189886308637183f,-0.6958501107728253f,-0.7181282401682039f,0.013055063411253644f,-0.13052619222005157f,0.7111793420116526f,-0.6907871283111803f,1.265707732643309f,0.9914022690785858f,0.10008279988749202f,-0.08429100801693948f,-0.2572185664590201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0036866260199632937f,-0.13276567562136346f,-0.9911405975770502f,0.01758960077075077f,-0.043796269492323306f,0.9901748607520389f,-0.13279921653848858f,1.2900408051388919f,0.9990336808972682f,0.04389784176338838f,-0.0021642369028816205f,-0.25405695233645004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014623206013497276f,-0.1311676750419205f,-0.9912523406630545f,0.01758960077075077f,-0.21626273181111555f,0.9674780695410214f,-0.13121210228775465f,1.2900408051388919f,0.9762256873671582f,0.21628968070917254f,-0.014219048605439405f,-0.25405695233645004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009189886308637183f,-0.06274159136706939f,-0.9979874942615075f,0.01758960077075077f,-0.13052619222005157f,0.9894153665704736f,-0.06340461764532357f,1.2900408051388919f,0.9914022690785858f,0.13084618873678824f,0.0009031937158312034f,-0.25405695233645004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.027597715068847367f,-0.43824138642799904f,-0.8984335553309684f,0.019493537067549735f,0.048603292601469394f,0.8971245929677982f,-0.4390958718100845f,1.2888141461519693f,0.9984368212717692f,-0.05578487173085132f,-0.003458614563347326f,-0.058805843929077506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03535016397190194f,-0.405420780791207f,-0.9134464168246585f,0.005808060608969493f,-0.2561455248289949f,0.8798100384013053f,-0.4004045035190941f,1.3297300390058626f,0.9659916335130643f,0.2481295766952049f,-0.07274528955073312f,-0.4441525878767465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009189886308637183f,-0.28563186750117814f,-0.9582953523092054f,0.04498809795495336f,-0.13052619222005157f,0.9497937792351944f,-0.2843495912968067f,1.157030891531523f,0.9914022690785858f,0.12769578377501847f,-0.0285539431938088f,-0.2639425123462601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009189886308637183f,-0.20102400880858007f,-0.9795432067408576f,2.9723198354305425e-17f,-0.13052619222005157f,0.9709622269840886f,-0.20048757296808492f,1.3749999999999996f,0.9914022690785858f,0.12969850289277418f,-0.01731586593862912f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.46955766148947786f,0.030009900518989517f,-0.8823916411703894f,0.5799978353794569f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8617084872300043f,0.8754230695038816f,0.14563276296776695f,-0.4608964609657755f,-0.7233089704789353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.46955766148947786f,0.030009900518989517f,-0.8823916411703894f,0.5359768046148184f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8509578301256133f,0.8754230695038816f,0.14563276296776695f,-0.4608964609657755f,-0.6412380577129464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.46955766148947786f,0.030009900518989517f,-0.8823916411703894f,0.6903460661726961f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8421350078513234f,0.8754230695038816f,0.14563276296776695f,-0.4608964609657755f,-0.6131390449510745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36839219534069645f,-0.7329042984033015f,-0.5719602082260848f,-0.9418758246569604f,-0.12465983634205446f,0.6486156150018105f,-0.7508380046181701f,2.527826070812579f,0.9212747232043405f,-0.20530239491488445f,-0.33030866023611677f,-0.6571942219438119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14394432234392673f,-0.7329042984033015f,-0.6649295612671404f,-0.930487982761464f,0.44277482901901066f,0.6486156150018105f,-0.6190704602571576f,2.511685827678066f,0.8850030976511515f,-0.20530239491488445f,0.4178761105759447f,-0.7488395824838959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1214703135519606f,-0.7329042984033015f,-0.6693999195604616f,-0.835771915775143f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057491f,0.9775505124275627f,-0.20530239491488445f,0.04739116262366062f,-0.710125576607403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.43591973572456e-7f,1.890424195431717e-8f,-0.000015624328752774046f,0.6877377800022701f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912222f,0.000015490660454352906f,0.0000020393841380938637f,1.4483102305203904e-7f,-0.22024304661579547f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228.mcfunction new file mode 100644 index 000000000..044a262d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228_as_bone.mcfunction new file mode 100644 index 000000000..e45bc228f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_228_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7082249111615369f,0.08263107567073137f,-0.3981633144680404f,-0.30162417858960733f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.3726452226209424f,0.1882117162053871f,0.7018948157560756f,-0.3633437996257862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6719373487292701f,-0.1907116215459699f,-0.3900375325401212f,-0.30162417858960733f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.40780878331729215f,0.03064143627814997f,0.6875704317610537f,-0.3633437996257862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6973058410540016f,0.08070574900652566f,-0.417367452676549f,-0.29958769635944127f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4227761251382477f,0.04795747156395118f,-0.6970687723451151f,-0.21499220702190125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6613335648899005f,-0.1883608192649622f,-0.4088497495607011f,-0.29958769635944127f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.36464491006433986f,0.20189029723968382f,-0.6828428790319495f,-0.21499220702190125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07761893553240441f,-0.027605593583710446f,1.5603267228531679f,-0.008639270134973063f,1.4021690899257355f,0.6845630598090202f,0.08186275344590445f,1.706763764249693f,-0.6850572195836271f,1.4042854404813152f,-0.009233501424032549f,0.5563688430152034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.01766757989357429f,-0.9986091026260274f,0.0496761187407389f,-0.004728734556517268f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8987426819080492f,0.005909440911380335f,0.4384366205335061f,0.3827670334376924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.002227906789001661f,-0.9986091026260274f,0.05267728717179104f,-0.007968419356873827f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975409529220388f,0.005909440911380335f,0.06983642138243715f,0.020637044036883545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9899978597934964f,-0.028268067462434952f,-0.13822139474855433f,0.2676141253383679f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.0856825611112213f,-0.898814017237041f,-0.4298742387485366f,-0.6888481275460336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7988605763032508f,-0.028268067462434952f,-0.6008516422465509f,0.00937092866855151f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.28334682294741104f,-0.898814017237041f,-0.334436750886951f,-0.571211338841481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14233128702937428f,-0.5465558421071348f,-0.8252384601987007f,0.255924964542857f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8353970962769082f,0.5135080313851252f,-0.1960132476009804f,-0.1551636564260685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013576548201106793f,-0.307669515127133f,-0.9513964193754241f,0.19229070283542318f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890106173592333f,0.14422218161288666f,-0.03252631367873477f,-0.12832528683414435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.037230844561076545f,-0.5316355468789038f,-0.8461545423313863f,0.2028574493227863f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7826451395502897f,0.5420036496215097f,-0.30610231840884694f,-0.5121781930159043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02629984175771404f,-0.045696591513580596f,-0.9986091026260275f,0.1880480315225773f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9170765025074128f,0.39866748934028473f,0.005909440911380345f,-0.43739110475890475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968212741402283f,-0.05345981101765995f,-0.24434839060700136f,0.24342161590191772f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.24605819339639426f,-0.028058923614572625f,-0.9688488335483992f,-0.31935615552098945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968212741402283f,-0.05345981101765995f,-0.24434839060700136f,0.2635044084623044f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.24605819339639426f,-0.028058923614572625f,-0.9688488335483992f,-0.4159055504666951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968212741402283f,-0.05345981101765995f,-0.24434839060700136f,-0.3254033696719236f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.24605819339639426f,-0.028058923614572625f,-0.9688488335483992f,-0.1747969669006078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968212741402283f,-0.05345981101765995f,-0.24434839060700136f,-0.377936532716708f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.24605819339639426f,-0.028058923614572625f,-0.9688488335483992f,-0.25289199734158385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9617285692314596f,0.14051573778020904f,-0.2352307092198909f,0.1412923354084017f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2504275232661038f,0.1023721909578158f,-0.9627076348036827f,-0.3010147430210319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9718695989165367f,-0.011661738365993865f,-0.2352307092198909f,0.029230004225869743f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.23132980596656605f,0.14028731504369657f,-0.9627076348036827f,-0.2729552875830877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932610396453713f,0.3072169182073867f,-0.1893557857410327f,-0.00415437495656705f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.3146051879342512f,0.43504162999315077f,-0.8436600950013912f,-0.3159051960005481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.981900443397491f,0.003988190342295889f,-0.1893557857410327f,0.025073306921755564f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.16477205711666962f,0.5109675266548589f,-0.8436600950013912f,-0.31674421094627414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691877291462222f,0.15754215968681176f,-0.1893557857410327f,0.08333214296361346f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.24267637135519343f,0.4789006398911148f,-0.8436600950013912f,-0.3024834681644941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691877291462222f,0.07308665481670323f,-0.2352307092198909f,0.06688764562985526f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.24267637135519343f,0.11959175839736919f,-0.9627076348036827f,-0.32939161380390214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479294789609906f,-0.20426347427896374f,-0.24434839060700136f,-0.24107623282153556f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.24741819143077248f,0.010778510148967644f,-0.9688488335483992f,-0.22322608072976785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682127414022831f,-0.05345981101765994f,-0.24434839060700136f,-0.13009137159429465f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.24605819339639426f,-0.028058923614572625f,-0.9688488335483992f,-0.25185105719363793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265195862888095f,-0.2861036879017491f,-0.24434839060700136f,-0.10823397518074174f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.24553728145703765f,0.03230141090716089f,-0.9688488335483992f,-0.25722592599180716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9695833917300486f,0.014209521069454306f,-0.24434839060700136f,-0.1369508137879501f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.24350151643571386f,-0.04515472539406658f,-0.9688488335483992f,-0.25034442845815374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959869070073435f,-0.1376416809114418f,-0.24434839060700136f,-0.20613491792578983f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2475673640118492f,-0.0065067663343888645f,-0.9688488335483992f,-0.2693410878800411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959869070073435f,-0.1376416809114418f,-0.24434839060700136f,-0.17516553972071547f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2475673640118492f,-0.0065067663343888645f,-0.9688488335483992f,-0.2678770654548036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968212741402283f,-0.05345981101765995f,-0.24434839060700136f,-0.019104906692410578f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.24605819339639426f,-0.028058923614572625f,-0.9688488335483992f,-0.25397761522849693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013576548201106793f,-0.05094641784642831f,-0.9986091026260275f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890106173592333f,0.14772635939067483f,0.005909440911380345f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02703212825312162f,-0.6135326703038784f,-0.7892065170232054f,0.35047791698795583f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.9800284598994251f,0.17186211076605917f,-0.10003815607154853f,-0.5300862367822152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02703212825312162f,-0.7470804733786574f,-0.6641837323650948f,0.06565348651234273f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.9800284598994251f,0.15075375789406353f,-0.12968238996864137f,-0.4726113665851035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07529722704654605f,-0.10970465644474722f,-0.9911080748099274f,0.3250831087988003f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.979207488876641f,-0.19589376256912414f,-0.05270984267112006f,-0.21847781250460124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07529722704654605f,-0.9966601475226752f,0.0316050302828538f,0.019090622669244005f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.979207488876641f,-0.06791700328708436f,0.19115432088342862f,-0.21783072765016182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08712096947267409f,-0.7980250137005805f,-0.5962935637639647f,0.01944482669950043f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9953127509335961f,-0.044503187975022035f,-0.08586031731281381f,-0.32381787297031583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10512810708871143f,-0.7521164880667897f,-0.6505911692284359f,0.025895235373280204f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9705306043379353f,0.22024506115642478f,-0.09778782684794943f,-0.32874804094497545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00908126024834376f,-0.7364386920798108f,-0.6764433335617104f,0.01944482669950043f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914032700454622f,0.094931699815011f,-0.09004181536040154f,-0.32381787297031583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0014710401065121058f,-0.18995884629938908f,-0.981790951656008f,0.022544668568993845f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.9990188090321992f,0.04317841002174959f,-0.009851096785630738f,-0.3206138513727383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.019564446729294867f,-0.18837973436573147f,-0.9819013739192307f,0.022544668568993845f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.9762425535480179f,0.21557042302253238f,-0.02190592065929968f,-0.3206138513727383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00908126024834376f,-0.12067757196855616f,-0.9926502175167624f,0.022544668568993845f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914032700454622f,0.13066411211780524f,-0.006815126383980082f,-0.3206138513727383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03802440085071501f,-0.4887875415211901f,-0.8715737973307911f,0.02301586926874298f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.9982091933424574f,-0.05888660102437733f,-0.010524948759785092f,-0.12535425377027895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.04263408015857689f,-0.4573595033345277f,-0.8882593201980072f,0.009955718525159174f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9661563693545013f,0.24526662338871755f,-0.07991341193582707f,-0.5107824390946165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00908126024834376f,-0.34088232664218954f,-0.9400621097009013f,0.057640368870085175f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914032700454622f,0.12578212952376813f,-0.03603348492208351f,-0.33032887170815517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00908126024834376f,-0.2576533550742152f,-0.9661947419290285f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914032700454622f,0.12844401568843775f,-0.024933731710122295f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8013248670615073f,0.020604118916099503f,-0.5978745083314297f,0.6382825209226918f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9100051328804615f,0.5932362073186729f,0.15622512301281072f,-0.7897243273863283f,-0.8243651568959471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8013248670615073f,0.020604118916099503f,-0.5978745083314297f,0.5631583146356754f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9027740599437837f,0.5932362073186729f,0.15622512301281072f,-0.7897243273863283f,-0.7687492624598216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8013248670615073f,0.020604118916099503f,-0.5978745083314297f,0.6904015940288981f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.8857780686184968f,0.5932362073186729f,0.15622512301281072f,-0.7897243273863283f,-0.6780985605699351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41693736995889247f,-0.7328817994226252f,-0.5376313770668674f,-0.9421141939789232f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8889350204480174f,-0.2053826965712486f,-0.40940502851113736f,-0.7549454378010212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2012563907556309f,-0.7328817994226252f,-0.6499077882708219f,-0.9307163107491007f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8452371472233092f,-0.2053826965712486f,0.4933478619624535f,-0.8465895500474614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12157742111810604f,-0.7328817994226252f,-0.6694051080992176f,-0.8360044861491293f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9775371972953626f,-0.2053826965712486f,0.04731781750091097f,-0.8078651665493779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4189469138037124e-7f,1.8680790514618606e-8f,-0.00001562434452783936f,0.6877353143965992f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.00001549067609446035f,0.0000020393861971530717f,1.4311909507882544e-7f,-0.28683435933557533f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229.mcfunction new file mode 100644 index 000000000..54928ca16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229_as_bone.mcfunction new file mode 100644 index 000000000..63605c250 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_229_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7275808528184676f,0.08592184851188615f,-0.36081571889913017f,-0.2988988046857891f,-0.1526360690387538f,0.7934239489016647f,-0.11884911519287752f,1.5373228379142527f,0.33804256756330625f,0.17332142885988897f,0.7229324652120822f,-0.3952019864962097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6906885806397759f,-0.19498942123496174f,-0.35345213279914794f,-0.2988988046857891f,0.15929423018298938f,0.7752876164541984f,-0.11642362304608411f,1.5373228379142527f,0.37091054555542186f,0.030136976942330154f,0.7081787414322438f,-0.3952019864962097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7197441262794932f,0.08454002218263089f,-0.3765180231807952f,-0.2971787814563216f,0.05319960272111064f,0.8109572807797736f,0.08038989653579495f,1.5154982876926897f,0.38220758679143124f,0.046321893787712266f,-0.7202194715497733f,-0.2371197833777911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6830781382294656f,-0.19330222677224448f,-0.3688339818913912f,-0.2971787814563216f,-0.2558594856670999f,0.7538796147166192f,0.07874928640241138f,1.5154982876926897f,0.3285425096804589f,0.18520198605742233f,-0.7055211149875331f,-0.2371197833777911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07354975097707213f,-0.03531993185868534f,1.5603682855482255f,-0.011907648311611367f,1.3555056581161877f,0.7729078600453435f,0.08138857840710496f,1.7453414098059385f,-0.7736931529658332f,1.3574874556671326f,-0.005741320419731536f,0.5255535746343201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022604756389558934f,-0.9986357027508643f,0.047071840625326f,-0.00704344645809515f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8687919716269662f,0.003674445068627687f,0.49516361789813096f,0.3577379048262254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.001960066954120203f,-0.9986357027508643f,0.0521813312289248f,-0.008838467859034825f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941804617279604f,0.003674445068627687f,0.10766479448648539f,-0.006405148417245543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9924477144639827f,-0.025643073913080135f,-0.11995818778018236f,0.272296903472039f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0743707709552939f,-0.9034658520716004f,-0.4221592620896198f,-0.7122061345603695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8098574459125023f,-0.025643073913080135f,-0.5860659946289044f,0.010173487387555738f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.2697130134497927f,-0.9034658520716004f,-0.33317314495074335f,-0.5990150441935513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1546098351694998f,-0.540148594270856f,-0.8272456074081496f,0.2554932366088953f,-0.564682804192097f,0.6387562863714349f,-0.5226124159171146f,1.4177814002269302f,0.8106966939112369f,0.5479323888293075f,-0.2062546187439169f,-0.17943957354241336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010777703045745546f,-0.3078187402179366f,-0.9513839731084922f,0.1918310729861041f,-0.13675310737971244f,0.9420458313272817f,-0.30634659994993196f,1.5925003273511085f,0.9905465303250779f,0.13340642731717728f,-0.03194207900898335f,-0.15462550641424877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03734751558145264f,-0.5309235819220501f,-0.8465963106693492f,0.20328546952078871f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7474251424432268f,0.5771689669851737f,-0.3289857747577989f,-0.542712461624409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02514536007638077f,-0.04576509650286519f,-0.9986357027508643f,0.18846304078430862f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9080877918258534f,0.4187637290767706f,0.003674445068627713f,-0.4641712971408356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689074825065991f,-0.056272534745564824f,-0.24093918771348416f,0.24206312800159085f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.2438148734889019f,-0.05144560329352605f,-0.9684563270315062f,-0.3595927666388239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689074825065991f,-0.056272534745564824f,-0.24093918771348416f,0.2628431765906447f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.2438148734889019f,-0.05144560329352605f,-0.9684563270315062f,-0.45309790464217065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689074825065991f,-0.056272534745564824f,-0.24093918771348416f,-0.3271700179710361f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.2438148734889019f,-0.05144560329352605f,-0.9684563270315062f,-0.21635152846409403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689074825065991f,-0.056272534745564824f,-0.24093918771348416f,-0.3790580305699771f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.2438148734889019f,-0.05144560329352605f,-0.9684563270315062f,-0.29157055095577317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9638737334142552f,0.12327438116063799f,-0.2361161853484998f,0.1381761719219577f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.24051916052634567f,0.021932923759322934f,-0.9703965582559892f,-0.3500336872113262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9712912101691958f,-0.02902640288654608f,-0.2361161853484998f,0.026005472083420487f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.2341269053465441f,0.05928837928110965f,-0.9703965582559892f,-0.32246830512627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.936667407358983f,0.2875932378521825f,-0.19986069531826178f,-0.006665239942098167f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.29612367260575645f,0.3456693144544952f,-0.8904063654124661f,-0.3625386879278197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9796948393336887f,-0.015928724049307258f,-0.19986069531826178f,0.02233859267186422f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.17481265586058067f,0.42025830126712804f,-0.8904063654124661f,-0.36439706211870243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9701249715765379f,0.13752542306978238f,-0.19986069531826178f,0.07812521740216453f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.23840330451940514f,0.38773749989804923f,-0.8904063654124661f,-0.36136113204915155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9701249715765379f,0.05573765818631589f,-0.2361161853484998f,0.06558424431024348f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.23840330451940514f,0.038657264765605215f,-0.9703965582559892f,-0.3700590166214127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9481756597177751f,-0.20715025016332586f,-0.24093918771348416f,-0.24300018688689037f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24886097323856166f,-0.012671173244810555f,-0.9684563270315062f,-0.2670481228129432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689074825065992f,-0.05627253474556483f,-0.24093918771348416f,-0.13196364679082564f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.24381487348890193f,-0.05144560329352605f,-0.9684563270315062f,-0.29565037896892127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265132311571428f,-0.28900093479903743f,-0.24093918771348416f,-0.11007858222434487f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24901834761784264f,0.009066707358429668f,-0.9684563270315062f,-0.30087411680224424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9704726461688272f,0.01145211168478577f,-0.24093918771348416f,-0.1388437735064868f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23963228883578014f,-0.06832795021050582f,-0.9684563270315062f,-0.2942918108864062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9603160224524516f,-0.1405042520533415f,-0.24093918771348416f,-0.20825608302840803f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.24737086405170242f,-0.029999970849290333f,-0.9684563270315062f,-0.3158552916902776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9603160224524516f,-0.1405042520533415f,-0.24093918771348416f,-0.17664262631640626f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.24737086405170242f,-0.029999970849290333f,-0.9684563270315062f,-0.30910529824918725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689074825065991f,-0.056272534745564824f,-0.24093918771348416f,-0.01916016732993303f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.2438148734889019f,-0.05144560329352605f,-0.9684563270315062f,-0.2829520255276333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010777703045745546f,-0.051093779546488194f,-0.9986357027508643f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9905465303250779f,0.13712793192631131f,0.003674445068627713f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.028372246679499405f,-0.6489969256519821f,-0.7602618010347708f,0.3682353270209718f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9800721870260598f,0.16765278510154052f,-0.10654131529905425f,-0.5529059195689348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.028372246679499405f,-0.7766761209644082f,-0.6292608511118721f,0.07212755590329116f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9800721870260598f,0.14542981113770706f,-0.13530956451931503f,-0.4974608040726839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08400708597684155f,-0.13824948519670127f,-0.9868281964701487f,0.32654665676473704f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9776674980284732f,-0.2028861488275618f,-0.0548039589141652f,-0.24341966315617725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08400708597684155f,-0.9946330640710654f,0.06039766023848478f,0.024458995089789985f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9776674980284732f,-0.07055328037144498f,0.19796084948184417f,-0.24281722924299756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08915202391842975f,-0.8107002428733676f,-0.5786337639961139f,0.02182643383427294f,-0.044083895422988864f,0.5835894882744297f,-0.8108513546513468f,1.3100708842819795f,0.9950419723788453f,-0.04678060902395291f,-0.08776700874340734f,-0.3487777292404642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1069066459011575f,-0.7660259504394665f,-0.6338574069264132f,0.029090145800988156f,-0.2147351496795319f,0.604676608198263f,-0.766977845175435f,1.273222180295158f,0.9708036797181361f,0.21810649406002627f,-0.09984874908865984f,-0.35369475353938823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008953912957966112f,-0.7510319058762388f,-0.6602051982517599f,0.02182643383427294f,-0.13052619222005157f,0.6537050202492898f,-0.7454077137013071f,1.3100708842819795f,0.9914044283677954f,0.0928483863983645f,-0.09217611705829601f,-0.3487777292404642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.003484178992652381f,-0.2112552862333158f,-0.9774247104177523f,0.024385015418694044f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.999002702111172f,0.04277390660271514f,-0.012806017668228042f,-0.34556045106352307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.02132386022445402f,-0.2096983183215731f,-0.9775335842201188f,0.024385015418694044f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9762609682981791f,0.2151661210205446f,-0.024860855626348925f,-0.34556045106352307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008953912957966112f,-0.14232016408220546f,-0.9897801767758109f,0.024385015418694044f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914044283677954f,0.13046606623981802f,-0.009791065959950468f,-0.34556045106352307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04198249084457733f,-0.5073209307558302f,-0.8607339563881067f,0.024302748982790202f,0.045117904745314324f,0.8596520149124681f,-0.5088838648732403f,1.3333868989043944f,0.9980991158867327f,-0.06019872485337006f,-0.013201075416439414f,-0.15030052632936775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.04525311910369963f,-0.47646696511556075f,-0.8780269849867676f,0.01151920767417971f,-0.2536491158327504f,0.844642927565112f,-0.4714238548816776f,1.3735324836021734f,0.9662371764989434f,0.24404416827247497f,-0.08263269742387437f,-0.5357592513906698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008953912957966112f,-0.3613246018313996f,-0.9323971040035044f,0.06233883110343496f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914044283677954f,0.12491971880352509f,-0.03888860073045704f,-0.355192501154873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008953912957966112f,-0.2786858904993603f,-0.9603405655700064f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914044283677954f,0.12783372644026353f,-0.027853146987738255f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9785737525232393f,0.007812010759816525f,-0.20574834959356098f,0.7054628692784854f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9273267054346694f,0.204282628691502f,0.16171174038907116f,-0.9654625423263334f,-0.8567931874176442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9785737525232393f,0.007812010759816525f,-0.20574834959356098f,0.6137215799794318f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9249145441915974f,0.204282628691502f,0.16171174038907116f,-0.9654625423263334f,-0.8376416909778158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9785737525232393f,0.007812010759816525f,-0.20574834959356098f,0.6904544770679928f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9021442164061866f,0.204282628691502f,0.16171174038907116f,-0.9654625423263334f,-0.70239805784878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4344173416681499f,-0.7328554116654737f,-0.5236454132813604f,-0.942161880692714f,-0.21364154430283866f,0.6486156150018105f,-0.7305169912628462f,2.5764033681345353f,0.8750079221389233f,-0.2054768346272927f,-0.4383382331324431f,-0.7916844707308308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2223065800990573f,-0.7328554116654737f,-0.6430417793870709f,-0.9307522257352431f,0.5136961275424633f,0.6486156150018105f,-0.5616173719924449f,2.5602631250000223f,0.8286712695590084f,-0.2054768346272927f,0.520656506190991f,-0.8833271181462687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12170298621302321f,-0.7328554116654737f,-0.6694111806202981f,-0.8360453761209338f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6795416143794473f,0.9775215724313375f,-0.2054768346272927f,0.0472318310349424f,-0.8445905690937912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3990488996822052e-7f,1.841882818900603e-8f,-0.000015624362782799534f,0.6877324133442464f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015490694193246804f,0.000002039388579903512f,1.411121237487269e-7f,-0.31174601890383813f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..02173e5f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6457159522382171f,-0.114565862014376f,-0.4866929388540992f,0.04314813034491745f,-0.033272807415148f,0.8030229532928707f,-0.14488444090362157f,1.3892758726086525f,0.4988870350653055f,-0.09472720934421897f,-0.6395959087564971f,-0.3416067453305033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6273366949189725f,0.13837689002039413f,-0.47676042989789313f,0.04314813034491745f,0.2709193609214909f,0.7392288223641814f,-0.14192761557905786f,1.3892758726086525f,0.4159944363642753f,-0.2727500403196113f,-0.6265429310267727f,-0.3416067453305033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6495670767529954f,0.11382748365055957f,0.481716058699307f,-0.045797148900721035f,0.033272807415148f,0.8030229532928707f,-0.14488444090362157f,1.3892758726086525f,-0.493862306245098f,-0.09561320460596498f,-0.6433526109527304f,-0.341261704209726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.630545259767665f,-0.14048882556850176f,0.4718851187258518f,-0.045797148900721035f,-0.2709193609214909f,0.7392288223641814f,-0.14192761557905786f,1.3892758726086525f,-0.411114795723067f,-0.2716682500338399f,-0.6302229658312462f,-0.341261704209726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.05357696255768887f,-1.5615806017889535f,-0.0013353649470362163f,-0.8754565008325776f,-0.34398565340815357f,-0.013105278228831152f,1.5241090420084487f,1.6365134422389547f,-1.523223433818052f,-0.05196658348395335f,-0.34423261738038086f,-0.06184402505062681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9994115851449302f,0.03428925603692088f,0.0008546335661036298f,-0.6266163098115876f,-0.00838737806645237f,-0.22015081818121807f,-0.9754297868854072f,1.6205344361260312f,-0.03325861342973005f,-0.9748629976435532f,0.22030887512344352f,-0.07397615411585015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9994115851449302f,0.03428925603692088f,0.0008546335661036298f,-0.29868438343590725f,-0.00838737806645237f,-0.22015081818121807f,-0.9754297868854072f,1.6232865445540858f,-0.03325861342973005f,-0.9748629976435532f,0.22030887512344352f,-0.06306317158421998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9991234729419268f,-0.041851587997715885f,0.000854633566103616f,0.6260235151092808f,0.00838737806645237f,-0.22015081818121807f,-0.9754297868854072f,1.6205344361260312f,0.041011433840250716f,-0.9745676281491241f,0.22030887512344352f,-0.07883545921654429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9991234729419268f,-0.041851587997715885f,0.000854633566103616f,0.2981861255502111f,0.00838737806645237f,-0.22015081818121807f,-0.9754297868854072f,1.6232865445540858f,0.041011433840250716f,-0.9745676281491241f,0.22030887512344352f,-0.06537858248771203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0032021891195876478f,-0.002189600809828306f,-0.15521280393658063f,0f,0.5644432188667694f,-0.8254718969627739f,1.4155854680590814f,0.003879222456112344f,-0.8254656859374366f,-0.5644389718764758f,0.2676732074966906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0022351031643387054f,-0.0031705962702257427f,-0.15565170200658304f,0f,0.817327777949407f,-0.5761729804427529f,1.565233345296828f,0.003879222456112344f,-0.5761686451952498f,-0.8173216282021455f,0.15453332634631786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.003104209152719228f,-0.0023264248107730577f,0.157284844747251f,0f,0.599714204867885f,-0.8002142666059389f,1.4155854680590814f,0.003879222456112344f,-0.8002082456243603f,-0.5997096924912245f,0.2664609504791555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0022351031643387054f,-0.0031705962702257427f,0.15684594667724858f,0f,0.817327777949407f,-0.5761729804427529f,1.565233345296828f,0.003879222456112344f,-0.5761686451952498f,-0.8173216282021455f,0.15332106932878276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0006446120805744804f,-0.0038252898098815637f,0.2931832154138092f,0f,0.9860970473230272f,-0.16617043437629864f,2.2099924855126822f,0.003879222456112344f,-0.16616918407476564f,-0.9860896277200479f,-0.1466764448853169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0006446120805744804f,-0.0038252898098815637f,0.33040488884626446f,0f,0.9860970473230272f,-0.16617043437629864f,2.071151876374526f,0.003879222456112344f,-0.16616918407476564f,-0.9860896277200479f,-0.21849667031682987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0006446120805744804f,-0.0038252898098815637f,-0.2943123641117942f,0f,0.9860970473230272f,-0.16617043437629864f,2.2099924855126822f,0.003879222456112344f,-0.16616918407476564f,-0.9860896277200479f,-0.14439740169235088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0006446120805744804f,-0.0038252898098815637f,-0.3320901263634585f,0f,0.9860970473230272f,-0.16617043437629864f,2.071151876374526f,0.003879222456112344f,-0.16616918407476564f,-0.9860896277200479f,-0.21592668543965546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704443713419616f,0.24129461098121363f,-0.0038252898098815637f,0.20329007768933985f,0.23855846693362198f,0.9568057507109122f,-0.16617043437629864f,2.305220305790283f,-0.03643597103117774f,-0.16217171799654995f,-0.9860896277200479f,-0.18455858045030685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962433841565705f,0.08651292783240128f,-0.0038252898098815637f,0.089409595450402f,0.08594402058071104f,0.9823446503471248f,-0.16617043437629864f,2.325019231868421f,-0.010618137816310972f,-0.16587495667595872f,-0.9860896277200479f,-0.1874532162096699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457213264827644f,0.32495621211718817f,-0.0038252898098815637f,0.06678331402535198f,0.3210417958126094f,0.9323730755875608f,-0.16617043437629864f,2.322695499531047f,-0.05043151769573677f,-0.15837900153063833f,-0.9860896277200479f,-0.18697386049761422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998514221226509f,0.01680776121864977f,-0.0038252898098815637f,0.09664662251883872f,0.01720976645648667f,0.9859468599664516f,-0.16617043437629864f,2.3300184947568945f,0.0009785794939182538f,-0.16621157747013726f,-0.9860896277200479f,-0.188323738916234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849122788232462f,0.17301205212663842f,-0.0038252898098815637f,0.16315696391913198f,0.17123395527038443f,0.9711160174261634f,-0.16617043437629864f,2.4227473383802125f,-0.02503468764854526f,-0.16431832069881047f,-0.9860896277200479f,-0.23589873842594147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849122788232462f,0.17301205212663842f,-0.0038252898098815637f,0.1242292521906384f,0.17123395527038443f,0.9711160174261634f,-0.16617043437629864f,2.204246234459326f,-0.02503468764854526f,-0.16431832069881047f,-0.9860896277200479f,-0.19892711626870918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701324797890436f,-0.24254553967498824f,-0.0038252898098815637f,-0.20471583612767885f,-0.23855846693362198f,0.9568057507109122f,-0.16617043437629864f,2.305220305790283f,0.0439639569720571f,-0.16029478029647898f,-0.9860896277200479f,-0.18297582283819783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961310208672374f,-0.08779724610638964f,-0.0038252898098815637f,-0.09086123902239396f,-0.08594402058071104f,0.9823446503471248f,-0.16617043437629864f,2.325019231868421f,0.018347059503306083f,-0.16519876364706695f,-0.9860896277200479f,-0.18675390027859978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9453015961519375f,-0.32617519750966595f,-0.0038252898098815637f,-0.06823191954760888f,-0.3210417958126094f,0.9323730755875608f,-0.16617043437629864f,2.322695499531047f,0.057767271478009224f,-0.15585309893910781f,-0.9860896277200479f,-0.18645010243075416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998289220586016f,-0.018096789024714482f,-0.0038252898098815637f,-0.09810480213159997f,-0.01720976645648667f,0.9859468599664516f,-0.16617043437629864f,2.3300184947568945f,0.006778683769567431f,-0.16607617393620783f,-0.9860896277200479f,-0.18756824913190503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9846884073970584f,-0.17428169007590857f,-0.0038252898098815637f,-0.16498224702350628f,-0.17123395527038443f,0.9711160174261634f,-0.16617043437629864f,2.4227473383802125f,0.03267526434942225f,-0.1629710808782734f,-0.9860896277200479f,-0.23462580385229254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9846884073970584f,-0.17428169007590857f,-0.0038252898098815637f,-0.1257688667564269f,-0.17123395527038443f,0.9711160174261634f,-0.16617043437629864f,2.204246234459326f,0.03267526434942225f,-0.1629710808782734f,-0.9860896277200479f,-0.19795731065468108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0006446120805744804f,-0.0038252898098815637f,-0.00031990328504102156f,0f,0.9860970473230272f,-0.16617043437629864f,1.7040643237805337f,0.003879222456112344f,-0.16616918407476564f,-0.9860896277200479f,-0.08246520575712621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0008546335661036233f,-0.003783909133646749f,5.843022478371708e-7f,0f,0.9754297868854072f,-0.22031053278654064f,1.338278153698506f,0.003879222456112344f,-0.22030887512344363f,-0.9754224475451541f,0.0001506224141651566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9513023132051761f,-0.3073750858079606f,-0.023333784841508123f,0.22787962292302258f,-0.30205882945405965f,0.9143864432923442f,0.26955128616280055f,0.7490451515882937f,-0.06151725318416153f,0.2634729377900613f,-0.9627032972899544f,0.033008594889361725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9513023132051761f,-0.2884377173983628f,0.1087547335636621f,0.12487839376570094f,-0.30205882945405965f,0.9426328499246903f,-0.14213997956838068f,1.0865928240881646f,-0.06151725318416153f,-0.1680684188801649f,-0.9838539699242959f,-0.031590311502316226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9507964074839224f,0.30940995971501034f,0.015864058270900858f,-0.23176326258097918f,0.30205882945405965f,0.9143864432923442f,0.26955128616280044f,0.7655234479343627f,0.06889597277424979f,0.2610802733879607f,-0.9628553555873058f,0.04546999050438286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9507964074839224f,0.28368452096117636f,-0.12453627617162301f,-0.12516524241667598f,0.30205882945405965f,0.9381894810117369f,-0.16899988540756775f,1.1210956890024928f,0.06889597277424979f,-0.19830176571567787f,-0.9777166024209336f,-0.042354015204981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9773345533812106f,0.21166710727376267f,-0.003769146522381808f,-0.003535168673351442f,0.20653358526404686f,0.9494195688438284f,-0.23652982994619895f,1.2844692156608484f,-0.046487083422477996f,-0.2319472310564551f,-0.9716169168350841f,-0.03249392534946967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9769444740412694f,-0.2134602730596968f,-0.003769146522381808f,-0.003535168673351442f,-0.20653358526404686f,0.9494195688438284f,-0.23652982994619895f,1.2844692156608484f,0.054068223553268235f,-0.23029805496720723f,-0.9716169168350841f,-0.03249392534946967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,-0.0009175518278677291f,-0.003769146522381808f,-0.003535168673351442f,0f,0.9716242275415029f,-0.23652982994619895f,1.2844692156608484f,0.003879222456112344f,-0.2365280502456759f,-0.9716169168350841f,-0.03249392534946967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9768312242274082f,0.2139808740520745f,-0.0035979041528762506f,-0.0035062707608049383f,0.1971502141711279f,0.9062849080769065f,0.3738709114712071f,1.2745489049935645f,0.08326195065371364f,0.3644994525811294f,-0.9274737714034803f,-0.025044572949749024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9774478031950717f,-0.21114650628138498f,-0.0035979041528762506f,-0.0035062707608049383f,-0.1971502141711279f,0.9062849080769065f,0.3738709114712071f,1.2745489049935645f,-0.07568081052292339f,0.3661486286703773f,-0.9274737714034803f,-0.025044572949749024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,0.0014503284354662968f,-0.0035979041528762506f,-0.0035062707608049383f,0f,0.9274807499650268f,0.3738709114712071f,1.2745489049935645f,0.003879222456112344f,0.37386809838730617f,-0.9274737714034803f,-0.025044572949749024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9657066962664659f,0.2591333059882667f,-0.01614021417761161f,-0.19710628687718929f,0.25299119215827487f,0.9531470317435631f,0.16584990976412917f,1.3482426702114754f,0.058361232650130386f,0.1560790364079248f,-0.9860189150911511f,0.01399432539726021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661304206507887f,-0.2579145854275306f,0.008489812534756868f,0.19039079749076193f,-0.25299119215827487f,0.9531470317435631f,0.16584990976412917f,1.3482426702114754f,-0.05086715033757153f,0.15808479529094505f,-0.9861144611627773f,0.012491126695516677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,0.0004849741727982346f,-0.003848787720273093f,-0.007995341044047484f,0f,0.9921544236806281f,0.12501839693005468f,1.1722186633431542f,0.003879222456112344f,0.12501745626516497f,-0.9921469585006666f,-0.04711791795300197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999924757882611f,0.0008185726520914989f,-0.0037918736367730105f,0f,0f,0.9774829053173526f,0.21101461990190973f,1.390625f,0.003879222456112344f,0.2110130321832296f,-0.9774755505290018f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8616180367801114f,0.23186583434452163f,-0.451500380463744f,-2.1924855554979756f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.47965925968185297f,-0.0811176908475625f,0.8736972672688271f,-0.44517838805778603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37468732524403764f,0.23186583434452163f,-0.8976901710307337f,-2.1615272227734046f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9121776444338163f,-0.0811176908475625f,-0.4016862771202595f,-0.3566874612069797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3302222157287579f,0.23186583434452163f,-0.91498170643074f,-2.039759133171079f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9439032197419341f,-0.0811176908475625f,0.32010409555700725f,-0.44894853896593395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8565681513155576f,-0.2669561299610502f,0.4416168325914075f,2.153914587091751f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.280167881068698f,-0.4903697143595702f,-0.15455851657322275f,0.857699952310596f,-0.47023287561729016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3652815137737339f,-0.2669561299610502f,0.8917980939491791f,2.1226793110497537f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.2857358036887496f,-0.8971746817213242f,-0.15455851657322275f,-0.4137502331515063f,-0.38201486006333807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3331762777813066f,-0.2669561299610502f,0.9042831374077551f,2.002654478459589f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.237547013650831f,-0.9409921659088225f,-0.15455851657322275f,0.30107375948911275f,-0.471284931763681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562488243419158f,0f,-6.061285087675537e-8f,-0.004550480255424538f,0f,0.000015625f,0f,1.5567475f,6.061285087675537e-8f,0f,-0.00001562488243419158f,0.6875228253925065f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23.mcfunction new file mode 100644 index 000000000..c06f985a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230.mcfunction new file mode 100644 index 000000000..4d29ebca0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230_as_bone.mcfunction new file mode 100644 index 000000000..32df6e68d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_230_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7081214790790848f,0.08257884587638424f,-0.39835806697620446f,-0.30160919124830515f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37284173264111387f,0.1882346381440029f,0.701784302936745f,-0.3634274948309223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6718241605552734f,-0.1907201168540403f,-0.39022831050730233f,-0.30160919124830515f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.4079952225973402f,0.03058851479007091f,0.6874621743053829f,-0.3634274948309223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6974231297794901f,0.08069243824582217f,-0.4171740079426922f,-0.2996138749781313f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.42258261441228373f,0.047979864646075114f,-0.697184560234568f,-0.21507534283788637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6614347242485417f,-0.1884168342769691f,-0.40866025267855566f,-0.2996138749781313f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.3644613834743958f,0.20183802147945473f,-0.6829563039032504f,-0.21507534283788637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0774288369482899f,-0.027995265777132877f,1.5603292249723784f,-0.008879503883447288f,1.4021690899257453f,0.6845630598090003f,0.08186275344590445f,1.7067637642496987f,-0.6850787315817368f,1.4042777261777695f,-0.008800528129165925f,0.5563664123847706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017916970097365353f,-0.9986107039823221f,0.04955445564690537f,-0.004920795925605957f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8987377447537737f,0.0056323380026656955f,0.43845038821230914f,0.3827656946201245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0019511004214340481f,-0.9986107039823221f,0.05265790633016542f,-0.008059993643182294f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975415327355627f,0.0056323380026656955f,0.0698510360424825f,0.020634820185583047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9900215976159104f,-0.028018655695379292f,-0.13810210420940172f,0.26771941451709097f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.08540784465330098f,-0.8988218267003047f,-0.4299125770651577f,-0.6887738530567984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7989391710715241f,-0.028018655695379292f,-0.6007588167148027f,0.009443584917187164f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.28312513730416033f,-0.8988218267003047f,-0.33460346751584613f,-0.5712087284345426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14209946834600126f,-0.5466983137097104f,-0.825184036977657f,0.2558821627938411f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8354365594293273f,0.5133563485780859f,-0.19624223435199425f,-0.15509264609299617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013302108467825915f,-0.307709523298815f,-0.9513873570641594f,0.19224045619366228f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890143466202396f,0.1441368012651926f,-0.03279031412443527f,-0.12827193531905026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.037013667992766584f,-0.5317859262662443f,-0.8460695698386003f,0.20291371709488024f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7826554405548747f,0.5418561059298126f,-0.30633710489660765f,-0.5121218945703777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026045362434244893f,-0.045807215453461524f,-0.9986107039823222f,0.1880835472974667f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9170837651072985f,0.3986547937065919f,0.005632338002665705f,-0.4373389186378751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682809824794225f,-0.05345202292692121f,-0.24407953665496876f,0.2434243761874574f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.24578951588687847f,-0.028073757024527825f,-0.9689166001501996f,-0.3192886084037129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682809824794225f,-0.05345202292692121f,-0.24407953665496876f,0.2635339593348976f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.24578951588687847f,-0.028073757024527825f,-0.9689166001501996f,-0.41583242688548605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682809824794225f,-0.05345202292692121f,-0.24407953665496876f,-0.32544070101920336f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.24578951588687847f,-0.028073757024527825f,-0.9689166001501996f,-0.17488726782017178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682809824794225f,-0.05345202292692121f,-0.24407953665496876f,-0.3779521915577198f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.24578951588687847f,-0.028073757024527825f,-0.9689166001501996f,-0.2529968726104291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9617980229976403f,0.1404873252503735f,-0.23496355973177288f,0.14129001009231631f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2501606448724824f,0.10241117853738312f,-0.9627728715889164f,-0.3009755363249885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9719337528926986f,-0.011700666053196737f,-0.23496355973177288f,0.029219897044068723f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.2310601142876766f,0.14028407364272627f,-0.9627728715889164f,-0.27294717799114276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9326976599137925f,0.30709618726954535f,-0.1891216723589442f,-0.00415256274142034f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.31434638703193796f,0.4351268624487003f,-0.8437126065998523f,-0.31590634854099015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9819461279682943f,0.0038464025049908257f,-0.1891216723589442f,0.02507535082875305f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.16449958455486444f,0.5109686136601348f,-0.8437126065998523f,-0.31673725310473627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9692550317686277f,0.15740926413446157f,-0.1891216723589442f,0.08333022743353569f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.24240742342785518f,0.47894433761299615f,-0.8437126065998523f,-0.3024603447068469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9692550317686277f,0.07305346664854534f,-0.23496355973177288f,0.066893197437613f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.24240742342785518f,0.11961203450949466f,-0.9627728715889164f,-0.3293730524714832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479980982030394f,-0.20426645732894166f,-0.24407953665496876f,-0.241100128886503f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.24715514224379465f,0.010721828940434181f,-0.9689166001501996f,-0.22329297996234135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682809824794226f,-0.053452022926921194f,-0.24407953665496876f,-0.1301073288264038f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.24578951588687847f,-0.02807375702452783f,-0.9689166001501996f,-0.25188715828601227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265876844239891f,-0.28611264016132876f,-0.24407953665496876f,-0.1082484417893302f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.24528017334446256f,0.0322220191404682f,-0.9689166001501996f,-0.25725596169805715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969650923305607f,0.014222050445701212f,-0.24407953665496876f,-0.13696718882832884f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.24323245868473548f,-0.04515078067494248f,-0.9689166001501996f,-0.2503824330258148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9599377302495065f,-0.1376398700585036f,-0.24407953665496876f,-0.2061460189454059f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.24730100171823519f,-0.0065449600866422965f,-0.9689166001501996f,-0.26939828951925804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9599377302495065f,-0.1376398700585036f,-0.24407953665496876f,-0.17517704818224264f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.24730100171823519f,-0.0065449600866422965f,-0.9689166001501996f,-0.26792567349976354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682809824794225f,-0.05345202292692121f,-0.24407953665496876f,-0.01912027810179991f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.24578951588687847f,-0.028073757024527825f,-0.9689166001501996f,-0.2539829187558591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013302108467825915f,-0.05098740827146653f,-0.9986107039823222f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890143466202396f,0.1477122166510424f,0.005632338002665705f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.026760180448453862f,-0.6135803364661716f,-0.7891787271869573f,0.35053914835536515f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.9800359232768453f,0.17169185580344942f,-0.10025714806271334f,-0.5299889746445063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.026760180448453862f,-0.7471222770712449f,-0.6641477214040896f,0.06569878022195304f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.9800359232768453f,0.15054644574595188f,-0.12986668841609253f,-0.47259314220386217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07556894310140426f,-0.10965029392747447f,-0.9910934102697663f,0.3250578733462241f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9791865570520938f,-0.1959241968230746f,-0.05298486187299092f,-0.2183876091345811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07556894310140426f,-0.9966412629544507f,0.03155198591363953f,0.019065219438674386f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9791865570520938f,-0.06819356254058297f,0.19116308356084447f,-0.21782543374370364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08739715409957424f,-0.798012633847558f,-0.5962697155440472f,0.019448833684044993f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.995288537534798f,-0.04472462913692637f,-0.08602577869689841f,-0.32381247669576096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10485879182436778f,-0.7521775746126846f,-0.6505640091696694f,0.025900610175087612f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9705597388279341f,0.22003634889603596f,-0.09796835474148939f,-0.32874085456548263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008806156754192837f,-0.7364650061951606f,-0.6764183219378249f,0.019448833684044993f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914057518230136f,0.09472734278946075f,-0.09022951723406968f,-0.32381247669576096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0017482564199516322f,-0.18997082050422787f,-0.981788180289639f,0.02254778635460079f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.9990183623730842f,0.04312569693757634f,-0.010123532241734854f,-0.3206075950506354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.019293549758135072f,-0.1884395454565007f,-0.9818952574719352f,0.02254778635460079f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.9762479448744099f,0.21551814148689324f,-0.02217838629221698f,-0.3206075950506354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008806156754192837f,-0.12071382512916559f,-0.9926482881796079f,0.02254778635460079f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914057518230136f,0.13063062043198626f,-0.007090575279877789f,-0.3206075950506354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03830139109769493f,-0.48877118234008454f,-0.871570843221512f,0.022964804716136072f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.9981986035721735f,-0.05902223174710752f,-0.01076680018175135f,-0.12534787421282428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.042365981100765636f,-0.45742754442781863f,-0.8882371109360978f,0.01001160641810795f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9661681626304033f,0.24513970187965253f,-0.08015989072937782f,-0.5107796687416476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008806156754192837f,-0.3409172166302141f,-0.9400520746258306f,0.057646181112283416f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914057518230136f,0.12568753370813684f,-0.03629434009058765f,-0.33031287635389817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008806156754192837f,-0.25768898690972314f,-0.966187785903269f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914057518230136f,0.12837251486440476f,-0.025201838814528105f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9760800325486227f,-0.005785511569466013f,0.21733452996649896f,0.768857815068292f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.908208171824087f,-0.2154010611287896f,0.16136591939344466f,-0.9631009411909531f,-0.8122751842133376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9760800325486227f,-0.005785511569466013f,0.21733452996649896f,0.6773503120168586f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.910973642568415f,-0.2154010611287896f,0.16136591939344466f,-0.9631009411909531f,-0.8324690336941616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9760800325486227f,-0.005785511569466013f,0.21733452996649896f,0.6905038840476004f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.8857780686184968f,-0.2154010611287896f,0.16136591939344466f,-0.9631009411909531f,-0.6779069677751066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41718402327617293f,-0.7328247798416635f,-0.5375177511237401f,-0.9419905169730002f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8888192908405294f,-0.20558605503739866f,-0.4095541993483872f,-0.755206846632438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.20102183930129408f,-0.7328247798416635f,-0.6500446616763669f,-0.9305672039819777f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8452929610437475f,-0.20558605503739866f,0.49316750094065764f,-0.8468477925674727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1218486719042397f,-0.7328247798416635f,-0.6694182124839377f,-0.8358661286048983f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9775034233070365f,-0.20558605503739866f,0.04713206336650822f,-0.8080971291049316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.375961992842631e-7f,1.8114883294306285e-8f,-0.00001562438364022549f,0.6877290331470984f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.00001549071487223459f,0.000002039391302343901f,1.3878351146386585e-7f,-0.2866435214667155f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231.mcfunction new file mode 100644 index 000000000..817176112 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231_as_bone.mcfunction new file mode 100644 index 000000000..55d57303a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_231_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6866233684534837f,0.0788306899347425f,-0.435061509056419f,-0.3044035572275642f,-0.17159672824758926f,0.7881056864397328f,-0.12801732031457697f,1.518497442792908f,0.4074890884339837f,0.19904671253304956f,0.6791741260394648f,-0.34457827522639095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6509627516650432f,-0.1860532177150107f,-0.42618270274914516f,-0.3044035572275642f,0.14014068644508051f,0.7775823067159191f,-0.1254047219408101f,1.518497442792908f,0.4434051013998113f,0.02738533294011805f,0.6653134295896799f,-0.34457827522639095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6740150510465416f,0.0766075033945624f,-0.45473008019134215f,-0.3023791504329919f,0.03747680800617921f,0.8117546470287607f,0.08120545753411178f,1.4969629850963801f,0.4596124935952463f,0.04615330860630209f,-0.6734765565929487f,-0.20535538944483658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6387184972510054f,-0.18333873186337626f,-0.44544987447315154f,-0.3023791504329919f,-0.2703879170963402f,0.7487071908565109f,0.07954820329872175f,1.4969629850963801f,0.3986590718367263f,0.21406646574949836f,-0.6597321370706437f,-0.20535538944483658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07903216187679825f,-0.02433402746825129f,1.5603102327730385f,-0.0074860521180120385f,1.4247480097435483f,0.6362082621589409f,0.08208779380942058f,1.6860778686884117f,-0.636595064480457f,1.4269033437019745f,-0.009991076581034302f,0.5723316442732723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.015573777579681137f,-0.9985985489747446f,0.05058058360115069f,-0.003979955067544565f,0.40717328778171974f,-0.05253618803802915f,-0.911838726235872f,1.6074582853409245f,0.9132181399692647f,0.006394289011861457f,0.40742084126749006f,0.39593364522108565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0037713782868942017f,-0.9985985489747446f,0.05278934259253013f,-0.007729669752863955f,0.04987406005882086f,-0.05253618803802915f,-0.9973728124827154f,1.5872216902193959f,0.998748394160945f,0.006394289011861457f,0.04960603016737494f,0.03504704686703913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9886105550793256f,-0.02902016672107771f,-0.14767193473787982f,0.26535114290291173f,0.11976173527884926f,0.4425210504854813f,-0.8887250680836143f,1.4940102343629726f,0.09113888933241746f,-0.8962884300272469f,-0.43400547583014004f,-0.6761956165717599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7930654995570818f,-0.02902016672107771f,-0.6084446920926807f,0.009136683233248283f,0.5356084365971101f,0.4425210504854813f,-0.7192348173741491f,1.670511283247601f,0.29012189861896975f,-0.8962884300272469f,-0.33540473184052894f,-0.5563504726409004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13788260826038326f,-0.5486208619992643f,-0.8246232692075199f,0.25604608680895347f,-0.5214401327042559f,0.6676422661017756f,-0.5313699206013207f,1.3973935136598719f,0.8420739720147402f,0.5032583375302094f,-0.19401667805023398f,-0.1420435397845474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014368396660465795f,-0.3076568257082383f,-0.9513888935511798f,0.1924142514039639f,-0.1528426158622533f,0.9396295509404946f,-0.3061624434442409f,1.571660539189688f,0.9881460843184022f,0.1498118306226015f,-0.03352210392731611f,-0.11416333469235534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03677144211618847f,-0.532040535538101f,-0.8459200491707395f,0.2027495234068446f,-0.6084140470594593f,0.6596067987084487f,-0.4413062637651113f,1.447603094917158f,0.7927674365067131f,0.5308971083382568f,-0.29944624220826604f,-0.49680440548917537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02655055173636279f,-0.045782160150315304f,-0.9985985489747446f,0.18792412744756834f,-0.39278469782424275f,0.9181286021585162f,-0.05253618803802937f,1.6194238566466421f,0.919247110062149f,0.39362909408530744f,0.00639428901186145f,-0.42295898604185606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680145420705022f,-0.05267450831633035f,-0.2453023491809005f,0.2437881422095458f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807465f,2.2929722735311175f,0.24655765404859806f,-0.018725778814642477f,-0.9689471958976075f,-0.29929197301302435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680145420705022f,-0.05267450831633035f,-0.2453023491809005f,0.26367590584102146f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807465f,2.166992505650167f,0.24655765404859806f,-0.018725778814642477f,-0.9689471958976075f,-0.3970359623034172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680145420705022f,-0.05267450831633035f,-0.2453023491809005f,-0.32492040125687427f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807465f,2.265685636519102f,0.24655765404859806f,-0.018725778814642477f,-0.9689471958976075f,-0.154439351259473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680145420705022f,-0.05267450831633035f,-0.2453023491809005f,-0.37763372828068625f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807465f,2.136222468168533f,0.24655765404859806f,-0.018725778814642477f,-0.9689471958976075f,-0.23369151649622097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9610641986346294f,0.14620500844491602f,-0.23447750768122516f,0.14223015979694076f,0.10941715313340047f,0.9805509335236104f,0.16293481324185352f,2.38684814878601f,0.25373902479311095f,0.13093495435367036f,-0.9583697329451942f,-0.2779160765849113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.972103405837116f,-0.005938581605069271f,-0.23447750768122516f,0.030198572002711775f,-0.0453219143194926f,0.9855953382175965f,0.16293481324185352f,2.391559965007716f,0.23013233680275277f,0.16901645639481697f,-0.9583697329451942f,-0.24970503709330744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9313303059771639f,0.31359940990853574f,-0.18514662101561608f,-0.003419106524957749f,0.1722950326619359f,0.8273301658354585f,0.5346393348966151f,2.391943809390862f,0.320839964606195f,0.46602597224155945f,-0.8245492770646303f,-0.2936152812716749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9826553034104338f,0.010453870376464586f,-0.18514662101561608f,0.025882399268211655f,-0.0917967676637797f,0.8400798384842877f,0.5346393348966151f,2.4013489074300516f,0.16112699378387885f,0.5423620392010904f,-0.8245492770646303f,-0.29409644042007355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9689218403825207f,0.16404632259288393f,-0.18514662101561608f,0.08497128553859867f,0.04075084299853711f,0.8440972398818831f,0.5346393348966151f,2.50840565329991f,0.24398736857603365f,0.5104788474241982f,-0.8245492770646303f,-0.27584811955672317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9689218403825207f,0.07880841085410686f,-0.23447750768122516f,0.06723939309642465f,0.04075084299853711f,0.9857949155015715f,0.16293481324185352f,2.286601797312057f,0.24398736857603365f,0.14831594300647322f,-0.9583697329451942f,-0.3092192067331796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.947856568199854f,-0.20345683475058418f,-0.2453023491809005f,-0.24054980828585548f,-0.2020633450623777f,0.9788780902307025f,-0.031114129402807465f,2.3761861907673527f,0.24645147737962012f,0.02007488130888094f,-0.9689471958976075f,-0.20192329403399806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680145420705021f,-0.05267450831633036f,-0.2453023491809005f,-0.12957986285511755f,-0.04644533959491974f,0.9984361478739727f,-0.031114129402807465f,2.3915976209831498f,0.24655765404859806f,-0.018725778814642473f,-0.9689471958976075f,-0.2305117472066106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9265172562423569f,-0.285293763288765f,-0.2453023491809005f,-0.10773028577774511f,-0.28660928004328956f,0.9575421826450113f,-0.031114129402807465f,2.388322116852262f,0.24376401391140876f,0.04147815188700674f,-0.9689471958976075f,-0.2359380884443599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969330895254612f,0.014979085126389152f,-0.2453023491809005f,-0.1364335013607686f,0.02331518385235523f,0.9992438707109671f,-0.031114129402807465f,2.396955750818875f,0.24465080769705813f,-0.035879156279658514f,-0.9689471958976075f,-0.22894871045164678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9597400685901657f,-0.13684209231400668f,-0.2453023491809005f,-0.20555371319185234f,-0.13328804510959644f,0.9905888188256352f,-0.031114129402807465f,2.4978729466490948f,0.2472514868982707f,0.0028343938959401495f,-0.9689471958976075f,-0.24694205459444357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9597400685901657f,-0.13684209231400668f,-0.2453023491809005f,-0.1747642424212009f,-0.13328804510959644f,0.9905888188256352f,-0.031114129402807465f,2.274990462413327f,0.2472514868982707f,0.0028343938959401495f,-0.9689471958976075f,-0.2475797932210301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680145420705022f,-0.05267450831633035f,-0.2453023491809005f,-0.01910104073836567f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807465f,1.7700699206211186f,0.24655765404859806f,-0.018725778814642477f,-0.9689471958976075f,-0.23852293846280034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014368396660465795f,-0.05093610863564188f,-0.9985985489747446f,3.625464794975808e-17f,-0.1528426158622533f,0.9868531216563163f,-0.05253618803802937f,1.4f,0.9881460843184022f,0.1533832752103097f,0.00639428901186145f,-0.2960416666666665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02580662850853556f,-0.5941764097217513f,-0.8039206503475277f,0.34086268179813506f,-0.19721512231095129f,0.7853577299105987f,-0.586787381937911f,0.8679885609069606f,0.9800205168550803f,0.17368831336575505f,-0.0969131381354475f,-0.5176943680947207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02580662850853556f,-0.7307297729877137f,-0.6821788744855317f,0.062271955846569256f,-0.19721512231095129f,0.6652733352282663f,-0.7200816515966335f,1.1216240199627372f,0.9800205168550803f,0.1531188698481783f,-0.12694249973715532f,-0.4593177989651027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07124762893601164f,-0.0942933914003841f,-0.992991707774647f,0.3241410810120196f,0.1860004366560813f,0.9768040920552336f,-0.10610185346117704f,1.2595567785429456f,0.9799630671279114f,-0.19225639672677733f,-0.05205636351967476f,-0.20502079319413355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07124762893601164f,-0.9973288199561924f,0.01609348488627771f,0.016176450218941485f,0.1860004366560813f,-0.02913561109074722f,-0.9821175865089248f,1.1387906538824921f,0.9799630671279114f,-0.06698015415895343f,0.18757943920936368f,-0.20448934236969335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08653415104907707f,-0.7910866744131044f,-0.6055524042295845f,0.018178258222737206f,-0.040877505556579444f,0.610139995071719f,-0.791238406520661f,1.291434456746934f,0.99540990061466f,-0.043715672016994986f,-0.08513559642367693f,-0.31049348302843066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10365850497792274f,-0.7446653360420089f,-0.6593394054985519f,0.024196177884113174f,-0.2179415395459413f,0.6297943091940948f,-0.7455606034703537f,1.2543640428221061f,0.9704413427333394f,0.22098114264383478f,-0.09700997324882768f,-0.3154265023260964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008636059651929135f,-0.7285612672526205f,-0.6849261991871415f,0.018178258222737206f,-0.13052619222005157f,0.6782701271590496f,-0.7231269236781197f,1.291434456746934f,0.9914072481166467f,0.09564577598045046f,-0.08923874673523283f,-0.31049348302843066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.000912323401872099f,-0.17858566668431647f,-0.9839239438701186f,0.02156452917340104f,-0.04414675291705017f,0.9829722749792092f,-0.1783720012476143f,1.315948984343555f,0.9990246402731472f,0.043274314288226756f,-0.008780765911494185f,-0.3072954593006883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0181187170771838f,-0.17708396928954934f,-0.9840289527814385f,0.02156452917340104f,-0.21591224838638867f,0.9602754837681918f,-0.17678488699688036f,1.315948984343555f,0.976244648173915f,0.21566701902336233f,-0.020835638155941128f,-0.3072954593006883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008636059651929135f,-0.10917835061171141f,-0.9939846609638372f,0.02156452917340104f,-0.13052619222005157f,0.9853940202577973f,-0.1093688163267302f,1.315948984343555f,0.9914072481166467f,0.13068554854260717f,-0.005740712838611821f,-0.3072954593006883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03642081831843111f,-0.47877736563932094f,-0.8771805732826553f,0.02223011928869165f,0.04671183529172371f,0.8759878806538864f,-0.4800658677631553f,1.3147006056476254f,0.9982442228416324f,-0.05845910621096097f,-0.009539626005293404f,-0.11203634033199589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.04073058702182f,-0.4472061269282608f,-0.8935030494176738f,0.009223774989543139f,-0.25479076856113136f,0.8600330441061121f,-0.44206880380954516f,1.3551604755049473f,0.9661380250962518f,0.24566205055604026f,-0.07891434204069367f,-0.497454748771578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008636059651929135f,-0.3299780140441227f,-0.9439491134172355f,0.05513403478382262f,-0.13052619222005157f,0.9355358048125348f,-0.328231124450892f,1.184349992000573f,0.9914072481166467f,0.12604470699422307f,-0.034991430672637464f,-0.31703366087406093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008636059651929135f,-0.246451761981726f,-0.9691165809590665f,3.625464794975808e-17f,-0.13052619222005157f,0.9605830360736578f,-0.24544478799120584f,1.4f,0.9914072481166467f,0.12861477296024948f,-0.023872757657233866f,-0.2960416666666665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8034855347572805f,-0.01767682844781709f,0.59506178265104f,0.8174869129096124f,0.0786081376113402f,0.9876567484990447f,0.1354802858189016f,1.8936867428873658f,-0.5901116471796534f,0.1556331483981517f,-0.7921783681612338f,-0.7559467330934357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8034855347572805f,-0.01767682844781709f,0.59506178265104f,0.7421601440261174f,0.0786081376113402f,0.9876567484990447f,0.1354802858189016f,1.901056255788429f,-0.5901116471796534f,0.1556331483981517f,-0.7921783681612338f,-0.8112697000165282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8034855347572805f,-0.01767682844781709f,0.59506178265104f,0.6905642610702089f,0.0786081376113402f,0.9876567484990447f,0.1354802858189016f,1.8770494564650622f,-0.5901116471796534f,0.1556331483981517f,-0.7921783681612338f,-0.6647814613307969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4078931990440202f,-0.732789496347675f,-0.5446491459794606f,-0.9418600356966014f,-0.17673198280134636f,0.6486156150018105f,-0.7403131703751646f,2.5560892256180807f,0.8957616560384462f,-0.20571178385873667f,-0.3940732388185177f,-0.7358388301630984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18949989346988858f,-0.732789496347675f,-0.6535360314607156f,-0.9304209998990913f,0.4848804240959981f,0.6486156150018105f,-0.5866760249953189f,2.5399489824835677f,0.8538037038473104f,-0.20571178385873667f,0.4782278717079029f,-0.8274778148343729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12201638184010784f,-0.732789496347675f,-0.6694262891500226f,-0.8357265744253429f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6592274718629927f,0.9774825031602616f,-0.20571178385873667f,0.0470172095854827f,-0.7887109039365581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3493843206139276e-7f,1.776498160140949e-8f,-0.00001562440722155505f,0.687725122950949f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5637592261912225f,0.000015490738251822605f,0.0000020393943803250564f,1.3610281047239815e-7f,-0.27319219376565496f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232.mcfunction new file mode 100644 index 000000000..bf5fbfa0c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232_as_bone.mcfunction new file mode 100644 index 000000000..9cfb15a68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_232_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6514303431966708f,0.07266742562773698f,-0.4871369393299475f,-0.30888167966799784f,-0.18392678235682547f,0.7851866914705996f,-0.1288302864770646f,1.511242591613982f,0.4568959303156209f,0.21247529087998654f,0.642685618378794f,-0.3239471019617439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6168017444537777f,-0.17843819016834428f,-0.47719536913954047f,-0.30888167966799784f,0.12788742704250972f,0.7795627550949731f,-0.1262010969571245f,1.511242591613982f,0.4931535400290901f,0.021017210999097757f,0.6295695853506554f,-0.3239471019617439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6364525975388908f,0.07002644495808133f,-0.506920933220335f,-0.3069244554750808f,0.028552196121455393f,0.8125834231403094f,0.07640285975448131f,1.4909389420466397f,0.5109376748949764f,0.041820113445013456f,-0.635718660201827f,-0.19747497524003027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6022564786214286f,-0.17521358236658977f,-0.4965756080525731f,-0.3069244554750808f,-0.27877559886900927f,0.7461116527450873f,0.07484361771867558f,1.4909389420466397f,0.44673403657404687f,0.22938527021642052f,-0.6227448099936265f,-0.19747497524003027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08036267599316557f,-0.020814824046880256f,1.5602931882845332f,-0.006216972847980128f,1.4456788544874504f,0.5870664934746724f,0.08229114124378617f,1.6653286079181828f,-0.5873335849371039f,1.447869443471769f,-0.010935477386942288f,0.587967882677372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.013321487390003668f,-0.9985876405021012f,0.05143211263562578f,-0.0031459272938858607f,0.37572255582378783f,-0.05266633039602311f,-0.9252344668719692f,1.5927840284132975f,0.9266364438219331f,0.00699870552764257f,0.37589349435974395f,0.40897783173727337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.005441806595592503f,-0.9985876405021012f,0.05284989098779571f,-0.007446167544465929f,0.02964711224922753f,-0.05266633039602311f,-0.9981719823647116f,1.5790742437107403f,0.99954561450504f,0.00699870552764257f,0.029318639884542363f,0.049452658648629855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9871178807726697f,-0.02987246353990408f,-0.15718118647258694f,0.26301987382599185f,0.12738926037848675f,0.44763736245578445f,-0.885094779147324f,1.487801773246493f,0.09680013325969755f,-0.893716077765017f,-0.43806541354598993f,-0.6635726061582372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7871498004698098f,-0.02987246353990408f,-0.6160380081962438f,0.008876452901923237f,0.5405196213653661f,0.44763736245578445f,-0.7123617975808849f,1.6657465502695419f,0.29704163098693714f,-0.893716077765017f,-0.33621100785806324f,-0.5414738508155676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.131380470853338f,-0.5513082368826632f,-0.8238922258546222f,0.25618585951173967f,-0.5070577455490539f,0.6767794701049568f,-0.5337246401686587f,1.3902869807463045f,0.8518401343897024f,0.4878819291486236f,-0.19062950625008523f,-0.1289597453453446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01527810568283531f,-0.30760482978997644f,-0.9513915325335953f,0.19256375684778412f,-0.15849042994649504f,0.93872824057556f,-0.30605567134312045f,1.5643856779083276f,0.9872423021235057f,0.1554624039303157f,-0.034410432460056345f,-0.10002560981128575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03553989808926103f,-0.5327158242678742f,-0.8455476132178504f,0.20264244417844163f,-0.5886111355226092f,0.6725991843144874f,-0.4484944463404985f,1.4413742533519298f,0.8076347236112309f,0.513638187671132f,-0.2896583597677194f,-0.4806828208870603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02670460661610471f,-0.04593025388482895f,-0.9985876405021012f,0.1877893488218981f,-0.3836701118387425f,0.9219671918914812f,-0.052666330396023336f,1.6139139372666074f,0.9230840206975343f,0.3845346653473669f,0.006998705527642576f,-0.4085388292248813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9677864097047225f,-0.05124444405535206f,-0.24650247898205857f,0.24449491035664148f,-0.04794629703949911f,0.998662133340528f,-0.019367396106477582f,2.2866844937320394f,0.24716516298022767f,-0.006924621664970504f,-0.968948621869991f,-0.27799286817440677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9677864097047225f,-0.05124444405535206f,-0.24650247898205857f,0.2640828488229196f,-0.04794629703949911f,0.998662133340528f,-0.019367396106477582f,2.161834019818472f,0.24716516298022767f,-0.006924621664970504f,-0.968948621869991f,-0.3772349173783556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9677864097047225f,-0.05124444405535206f,-0.24650247898205857f,-0.324079605344883f,-0.04794629703949911f,0.998662133340528f,-0.019367396106477582f,2.2585160442213335f,0.24716516298022767f,-0.006924621664970504f,-0.968948621869991f,-0.132783334923523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9677864097047225f,-0.05124444405535206f,-0.24650247898205857f,-0.377075647606459f,-0.04794629703949911f,0.998662133340528f,-0.019367396106477582f,2.130069598029804f,0.24716516298022767f,-0.006924621664970504f,-0.968948621869991f,-0.2134879969039548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9601386468111736f,0.1543962863144481f,-0.2330140889987446f,0.14374976164129566f,0.10743903235379937f,0.9734153626880735f,0.20228540730790442f,2.378998399873297f,0.2580516096180902f,0.16918722899543134f,-0.9512018967171798f,-0.2525946481420912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.972470647263988f,0.0022966362456119244f,-0.2330140889987446f,0.031758862581271446f,-0.04615943194337969f,0.9782381718339043f,0.20228540730790442f,2.3835396056358307f,0.22840785243205647f,0.20747241895976362f,-0.9512018967171798f,-0.22419470794937613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9295448202020428f,0.3226230027333477f,-0.17849600931917142f,-0.0021811950743520214f,0.16630255365337537f,0.7989275262399566f,0.5779777404575969f,2.386460761263423f,0.32907428930853555f,0.5075718726677253f,-0.7962919729550593f,-0.2694393900174466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9837456490624393f,0.01958756258062333f,-0.17849600931917142f,0.02722531107083862f,-0.08871905555351622f,0.8112155451649224f,0.5779777404575969f,2.3955449793163006f,0.15611991267103537f,0.5844190847969696f,-0.7962919729550593f,-0.2694374663146566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9685699378164254f,0.17323813152829665f,-0.17849600931917142f,0.08751033777850506f,0.03927529308137359f,0.815106853663311f,0.5779777404575969f,2.500856698816396f,0.24562110436942797f,0.552801381054427f,-0.7962919729550593f,-0.24575621165956837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9685699378164254f,0.0870442984139127f,-0.2330140889987446f,0.06792537063537474f,0.03927529308137359f,0.9785387398277325f,0.20228540730790442f,2.280685482355157f,0.24562110436942797f,0.18677586773987245f,-0.9512018967171798f,-0.2877807819010396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9478549558597005f,-0.20200868918911502f,-0.24650247898205857f,-0.2396050470440007f,-0.2035811751456857f,0.9788664919662722f,-0.019367396106477582f,2.3694455492572155f,0.24520539916263348f,0.03182578196586954f,-0.968948621869991f,-0.17906711373674544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9677864097047225f,-0.051244444055352056f,-0.24650247898205857f,-0.12864696773762274f,-0.04794629703949911f,0.9986621333405281f,-0.019367396106477582f,2.3850321446162717f,0.24716516298022767f,-0.006924621664970501f,-0.968948621869991f,-0.20760661805536623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.926641864239661f,-0.28385098783366064f,-0.24650247898205857f,-0.1068086637619499f,-0.28812032346953415f,0.9573983409072033f,-0.019367396106477582f,2.3817891904089192f,0.24149851892352525f,0.05307573394677845f,-0.968948621869991f,-0.21309750618709217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690035623677362f,0.01638975211331878f,-0.24650247898205857f,-0.13549093667189305f,0.02183364661393733f,0.9995740071868577f,-0.019367396106477582f,2.3903813954937667f,0.24608004387632498f,-0.0241491238365176f,-0.968948621869991f,-0.2059724196964269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596374426497554f,-0.1353975868335053f,-0.24650247898205857f,-0.20448568882834456f,-0.13480298688913556f,0.9906831272883485f,-0.019367396106477582f,2.4916026117351597f,0.24682814545834203f,0.01464359197195288f,-0.968948621869991f,-0.22269468296229333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596374426497554f,-0.1353975868335053f,-0.24650247898205857f,-0.17402123179080592f,-0.13480298688913556f,0.9906831272883485f,-0.019367396106477582f,2.2686989080952817f,0.24682814545834203f,0.01464359197195288f,-0.968948621869991f,-0.2259894911559827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9677864097047225f,-0.05124444405535206f,-0.24650247898205857f,-0.01908195053115832f,-0.04794629703949911f,0.998662133340528f,-0.019367396106477582f,1.7634830830165258f,0.24716516298022767f,-0.006924621664970504f,-0.968948621869991f,-0.22305662349177657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01527810568283531f,-0.05088520141642228f,-0.9985876405021012f,3.462178555089498e-17f,-0.15849042994649504f,0.9859548880440685f,-0.052666330396023336f,1.39375f,0.9872423021235057f,0.15907122624415165f,0.006998705527642576f,-0.28270833333333345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.024826478359686214f,-0.5744226477663771f,-0.8181822949106883f,0.33101719570486127f,-0.1974097980894513f,0.7995016194010846f,-0.5672975693525624f,0.8543676160775574f,0.9800066416053199f,0.1756012024677169f,-0.09354784926097338f,-0.5053643102094216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.024826478359686214f,-0.7139057678935915f,-0.6998015436825766f,0.05884062169542954f,-0.1974097980894513f,0.6827321202200632f,-0.7034957168583893f,1.1146592369114565f,0.9800066416053199f,0.15561300263178057f,-0.12398215928666251f,-0.44603685295605533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06701377479261159f,-0.07887822548344191f,-0.9946292673818864f,0.32314209367852686f,0.1835684489943268f,0.9788785087029247f,-0.08999716514065813f,1.2481998088854576f,0.9807200306518993f,-0.188613601694366f,-0.05111879042012506f,-0.1916553715168426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06701377479261159f,-0.9977518715353326f,0.0005973573353214578f,0.01328336797975696f,0.1835684489943268f,-0.012917811295311832f,-0.9829220491397859f,1.1323798306622006f,0.9807200306518993f,-0.06575966088020556f,0.18402143483588532f,-0.19114952796517448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08568297858817232f,-0.7840530758250188f,-0.6147513330360382f,0.016905585222643706f,-0.03978528058767068f,0.6192208594708252f,-0.7842083005456987f,1.2849806621825715f,0.995527778933777f,-0.042735248747840716f,-0.084250459260713f,-0.2971725508731107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1024213502475244f,-0.7370579706851704f,-0.6680235137051184f,0.0224889573059103f,-0.21903376451485007f,0.6383626576610666f,-0.7379141734011844f,1.2478428435146978f,0.970326788775785f,0.2218978709978047f,-0.09605861663960424f,-0.30210955459722627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008441403204288279f,-0.7205616192287878f,-0.6933395240474396f,0.016905585222643706f,-0.13052619222005157f,0.6866379876652949f,-0.7151861205584799f,1.2849806621825715f,0.9914089246403205f,0.09653614239932003f,-0.08825597630858449f,-0.2971725508731107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00009985198017043373f,-0.16717756607465475f,-0.9859267982111737f,0.020578639472700656f,-0.04404165773694457f,0.9849708890380046f,-0.1670110179942173f,1.3094547900816542f,0.9990296904563767f,0.04340517421964118f,-0.007461128440036062f,-0.29398162842725356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.016918414213303742f,-0.1657097168805808f,-0.9860294402257291f,0.020578639472700656f,-0.21601734356649427f,0.9622740978269871f,-0.16542390374348337f,1.3094547900816542f,0.9762429382786757f,0.21579817048023334f,-0.019516021069928783f,-0.29398162842725356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008441403204288279f,-0.09763135312120008f,-0.9951868475817323f,0.020578639472700656f,-0.13052619222005157f,0.9865998522178309f,-0.0978960915884205f,1.3094547900816542f,0.9914089246403205f,0.13072433014354218f,-0.004415161610339554f,-0.29398162842725356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.034558910909469456f,-0.46871770699446774f,-0.8826717355997072f,0.021488101126647608f,0.0472204166590342f,0.8814471022665946f,-0.4699162033345633f,1.3082167264174f,0.9982864889035103f,-0.05791991933412635f,-0.008328806458895392f,-0.09872342737576573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.039066916703285916f,-0.4369303041340161f,-0.8986465853430116f,0.008439460837664985f,-0.255155039957336f,0.8651570365930439f,-0.43173974523769854f,1.3487885852244483f,0.966110594913268f,0.24616094605541872f,-0.07768595132604372f,-0.48412863347001356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008441403204288279f,-0.31899739849843184f,-0.9477179973299943f,0.052614974258894096f,-0.13052619222005157f,0.9392915329036327f,-0.31732369807513305f,1.177476424510362f,0.9914089246403205f,0.1263806787716252f,-0.03370857719848913f,-0.30375011536726987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008441403204288279f,-0.23518445111657876f,-0.9719140994269689f,3.462178555089498e-17f,-0.13052619222005157f,0.963373827638239f,-0.23425153439451085f,1.39375f,0.9914089246403205f,0.12883765821623014f,-0.02256550395805699f,-0.28270833333333345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4998133978312694f,-0.02590707287998747f,0.8657455693927355f,0.8439244574912441f,0.11359971297324915f,0.9889571864911845f,0.09517766807311424f,1.877272507976974f,-0.8586510773071656f,0.14591952186815693f,-0.49135101564666767f,-0.6850922198979372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4998133978312694f,-0.02590707287998747f,0.8657455693927355f,0.7970669514445626f,0.11359971297324915f,0.9889571864911845f,0.09517766807311424f,1.887922481068216f,-0.8586510773071656f,0.14591952186815693f,-0.49135101564666767f,-0.765590758395484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4998133978312694f,-0.02590707287998747f,0.8657455693927355f,0.690633869058993f,0.11359971297324915f,0.9889571864911845f,0.09517766807311424f,1.868320844311628f,-0.8586510773071656f,0.14591952186815693f,-0.49135101564666767f,-0.6516388367997105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3985028294643269f,-0.7327490920694808f,-0.5516106081107187f,-0.941720907496473f,-0.1637848193240841f,0.6486156150018105f,-0.7432848154878452f,2.5490234369167055f,0.9024245275190066f,-0.20585565828311422f,-0.37848833546745264f,-0.7164941105859773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17789599991711214f,-0.7327490920694808f,-0.6568346681508538f,-0.9302638792085873f,0.4745676660236092f,0.6486156150018105f,-0.5950490016298885f,2.5328831937821925f,0.8620548379183279f,-0.20585565828311422f,0.463125149796932f,-0.8081308475115652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12220830173744726f,-0.7327490920694808f,-0.669435507765909f,-0.8355770671876438f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6521616831616175f,0.9774585272062702f,-0.20585565828311422f,0.04688577123791904f,-0.7693453447344591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3189692506700438e-7f,1.7364559609168724e-8f,-0.00001562443364327896f,0.6877206233513363f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5575092261912227f,0.000015490764447505008f,0.0000020393978290520705f,1.3303505843405091e-7f,-0.2597238305760112f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233.mcfunction new file mode 100644 index 000000000..292f88bab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233_as_bone.mcfunction new file mode 100644 index 000000000..154c73d7d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_233_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6047027521450163f,0.06446820149141394f,-0.5450897880066637f,-0.3147749132183203f,-0.19837214131793215f,0.7818647178717049f,-0.1275950662869927f,1.503728124465647f,0.5117885496390338f,0.2268829177974978f,0.5945931941373972f,-0.30268889980623276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5714384410630186f,-0.16834175304072496f,-0.5339655066187727f,-0.3147749132183203f,0.11356869815141142f,0.7819714696746503f,-0.1249910853423602f,1.503728124465647f,0.5482337629840583f,0.013478679387950152f,0.5824586391550014f,-0.30268889980623276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5871676718419184f,0.061376293725088224f,-0.5642796471225567f,-0.3129483467824932f,0.018768586226057437f,0.8135336704655616f,0.06895760751614316f,1.485019466175209f,0.5672973733054475f,0.036610955079690144f,-0.5863256540979055f,-0.1902843887259088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5544096831826454f,-0.1645665683072073f,-0.5527637359567903f,-0.3129483467824932f,-0.28798623153296643f,0.7433040334526128f,0.06755030940356882f,1.485019466175209f,0.4996937398454772f,0.2457986136020025f,-0.574359824422438f,-0.1902843887259088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08143586986273978f,-0.01746050487950376f,1.5602786866034704f,-0.005078085064695915f,1.4649315674480297f,0.5371966969774438f,0.08247097338326145f,1.6445269675690344f,-0.5373545866501535f,1.4671472623857076f,-0.011627926735477403f,0.6032726707153175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.01117472312288271f,-0.9985783594262211f,0.05211895671215326f,-0.0024217067921195176f,0.3438058860655615f,-0.052781422965287275f,-0.9375562031667399f,1.5781473805138964f,0.9389742479268539f,0.007441873110705046f,0.34390693545609574f,0.4218993547376431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.006956154642091202f,-0.9985783594262211f,0.05284763001527795f,-0.007211146959326689f,0.009380197198830681f,-0.052781422965287275f,-0.9985620327702581f,1.5709115362117634f,0.9999318095815866f,0.007441873110705046f,0.00899970618952667f,0.06385112901222495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9855460545752747f,-0.030572504397110713f,-0.1666262172828707f,0.26072768155449294f,0.13496569806049097f,0.45276429732811224f,-0.8813562000757837f,1.4816248012490787f,0.10238766848675787f,-0.891105949390907f,-0.4420938274868541f,-0.6509046139741671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7811960085010216f,-0.030572504397110713f,-0.6235367818156045f,0.008663571057015611f,0.5453336239720262f,0.45276429732811224f,-0.7054188327727844f,1.6609799740844189f,0.30388161324372515f,-0.891105949390907f,-0.337025447247714f,-0.5265794986461656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12293304269115045f,-0.5545252056966408f,-0.8230366111308741f,0.25630095663633295f,-0.48842376926333053f,0.688128184458938f,-0.5365834728836203f,1.3831728048520424f,0.8639037496349328f,0.4679544828296274f,-0.18624959964080257f,-0.11584027938647637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016027369668852515f,-0.30755570658597225f,-0.9513950865796508f,0.19268804236034034f,-0.16416078635174894f,0.937795889249597f,-0.3059250011537681f,1.5570975028291307f,0.9863033811388224f,0.1610849386285413f,-0.035458185249187396f,-0.0858584670514323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03348594219281715f,-0.5337296137007099f,-0.8449919473784057f,0.2025883203937353f,-0.5628294015760935f,0.6885872022990763f,-0.45724252815265043f,1.4349056718865643f,0.8258945189289948f,0.49089750894542317f,-0.27734072783170965f,-0.46388900769377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02653768480555703f,-0.046227820311986786f,-0.9985783594262213f,0.18767948933882392f,-0.37120287272279806f,0.9270504563787786f,-0.05278142296528762f,1.6083977485640522f,0.9281724939727006f,0.3720758524240737f,0.00744187311070502f,-0.3940782736573143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675979591994819f,-0.04956807830333093f,-0.2475827032858166f,0.24533522019214155f,-0.04943947802107499f,0.9987543769759764f,-0.006740362329485279f,2.280293485073854f,0.24760841537799452f,0.005718398783222438f,-0.9688433168213292f,-0.2562137065460801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675979591994819f,-0.04956807830333093f,-0.2475827032858166f,0.26460527501699316f,-0.04943947802107499f,0.9987543769759764f,-0.006740362329485279f,2.156671259409258f,0.24760841537799452f,0.005718398783222438f,-0.9688433168213292f,-0.3570428829226573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675979591994819f,-0.04956807830333093f,-0.2475827032858166f,-0.3231285808375541f,-0.04943947802107499f,0.9987543769759764f,-0.006740362329485279f,2.251247791736472f,0.24760841537799452f,0.005718398783222438f,-0.9688433168213292f,-0.11074376251150832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675979591994819f,-0.04956807830333093f,-0.2475827032858166f,-0.3764283729526635f,-0.04943947802107499f,0.9987543769759764f,-0.006740362329485279f,2.1239176052202957f,0.24760841537799452f,0.005718398783222438f,-0.9688433168213292f,-0.19300230773473592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9591142044531992f,0.16426072662424765f,-0.23047419921757187f,0.1455541204559198f,0.10522239255576289f,0.9629248559144f,0.2484028380817592f,2.3705139849232504f,0.2627321657524022f,0.21399564376665692f,-0.9408388137869027f,-0.22618879309736153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9730019559341898f,0.012199887018331884f,-0.23047419921757187f,0.03360182144891774f,-0.046707704412058945f,0.9675300617456198f,0.2484028380817592f,2.374884128190974f,0.22602120275938004f,0.25246136808481595f,-0.9408388137869027f,-0.19761038831566707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9275439618492353f,0.3331218794957058f,-0.16938716668706938f,-0.0006920974908697503f,0.15893010457311812f,0.7618370897934025f,0.6279693228777159f,2.3810292671846502f,0.33823574721989735f,0.555548433546858f,-0.7595804876945101f,-0.24438841320135676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.985087051029235f,0.030190886973598313f,-0.16938716668706938f,0.02883855221940404f,-0.08426909610157995f,0.7736622318342324f,0.6279693228777159f,2.3896827563241407f,0.15000740427308343f,0.6328785518383616f,-0.7595804876945101f,-0.2438196615843751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9682360995200179f,0.18392075290186566f,-0.16938716668706938f,0.09056047167957554f,0.03779583366679752f,0.7773197569095582f,0.6279693228777159f,2.492495410382817f,0.24716458189573584f,0.6016204386239518f,-0.7595804876945101f,-0.21372635078590851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9682360995200179f,0.09695617092934902f,-0.23047419921757187f,0.06874533322047205f,0.03779583366679752f,0.9679191624254367f,0.2484028380817592f,2.274713598837094f,0.24716458189573584f,0.23180163055586944f,-0.9408388137869027f,-0.26588171766097907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.947931066872524f,-0.20032348212729686f,-0.2475827032858166f,-0.2385172268599065f,-0.20507040267535126f,0.9787240149614376f,-0.006740362329485279f,2.362610458078175f,0.24366539024754288f,0.04438248580417807f,-0.9688433168213292f,-0.1557189733748512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675979591994818f,-0.049568078303330945f,-0.2475827032858166f,-0.127563960847909f,-0.04943947802107497f,0.9987543769759764f,-0.006740362329485279f,2.3783699750808838f,0.24760841537799452f,0.005718398783222434f,-0.9688433168213292f,-0.18418212516997484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9268645611002586f,-0.2821788270053446f,-0.2475827032858166f,-0.10573710756560974f,-0.28959146634965843f,0.9571266113389189f,-0.006740362329485279f,2.3751599748208183f,0.23886998135780785f,0.06545043511517695f,-0.9688433168213292f,-0.18973752786675224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686986335548884f,0.018048888679900926f,-0.2475827032858166f,-0.13439712953399235f,0.02035053753691979f,0.9997701851613828f,-0.006740362329485279f,2.3837096398007747f,0.2474041490574695f,-0.011567820874947322f,-0.9688433168213292f,-0.18247309433740336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959595814157816f,-0.13371117561552387f,-0.2475827032858166f,-0.20323917109289125f,-0.13629852542883408f,0.9906448806114089f,-0.006740362329485279f,2.485248827469392f,0.24616779930917773f,0.02727713390226026f,-0.9688433168213292f,-0.19784225868847188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959595814157816f,-0.13371117561552387f,-0.2475827032858166f,-0.17315415657939842f,-0.13629852542883408f,0.9906448806114089f,-0.006740362329485279f,2.262353729331825f,0.24616779930917773f,0.02727713390226026f,-0.9688433168213292f,-0.20397961381648044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675979591994819f,-0.04956807830333093f,-0.2475827032858166f,-0.019063812071324307f,-0.04943947802107499f,0.9987543769759764f,-0.006740362329485279f,1.7568826822070678f,0.24760841537799452f,0.005718398783222438f,-0.9688433168213292f,-0.2075849914644647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016027369668852515f,-0.050836832190198245f,-0.9985783594262213f,3.298892315203182e-17f,-0.16416078635174894f,0.9850204858855144f,-0.05278142296528762f,1.3875f,0.9863033811388224f,0.16477335609476057f,0.00744187311070502f,-0.2693749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.023816450836424315f,-0.5543315748315933f,-0.8319550960324014f,0.32100782448506193f,-0.19759537585230724f,0.8131638084911734f,-0.5474675223261338f,0.8409435990664946f,0.9799943082035433f,0.17742921322278404f,-0.09016668000876045f,-0.49299799462873933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.023816450836424315f,-0.6966610154821543f,-0.7170050252103747f,0.05540581233249057f,-0.19759537585230724f,0.699779273731355f,-0.6864874620106349f,1.1077344471765738f,0.9799943082035433f,0.15802657233323494f,-0.12099073652667475f,-0.4327503639266935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06287177305396355f,-0.06340891032361333f,-0.9960052460929222f,0.32206034661238736f,0.18107459024449335f,0.9806916344900999f,-0.07386413750207112f,1.2368437247854267f,0.981457657222582f,-0.18499521110749864f,-0.05017607942488396f,-0.1782902170610053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06287177305396355f,-0.9979099000842427f,-0.014932229133900937f,0.010386042834738254f,0.18107459024449335f,0.003307739812893812f,-0.9834638029053835f,1.1260021838843195f,0.981457657222582f,-0.06453596029491315f,0.18048816279183977f,-0.17780617121004094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08484722658215862f,-0.7769127116535615f,-0.6238650387803648f,0.01563103730019618f,-0.038705189306461496f,0.6282201851910753f,-0.7770722664200814f,1.2785415932454212f,0.9956419318520422f,-0.04178561223197922f,-0.08337329397554023f,-0.2838497200464677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10114412453249882f,-0.7293573458170922f,-0.6766149038967447f,0.020779247042831916f,-0.22011385579605924f,0.6468422768990458f,-0.7301677610677219f,1.2413413977006649f,0.9702163452339616f,0.222784494340842f,-0.09511736183341775f,-0.28879006546735925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00821876162016623f,-0.7124675436831033f,-0.7016569326641021f,0.01563103730019618f,-0.13052619222005157f,0.6949128883793851f,-0.7071484926864755f,1.2785415932454212f,0.9914107953325729f,0.09739649255689636f,-0.08728435218095737f,-0.2838497200464677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0006855697032874752f,-0.15574821539981365f,-0.9877965495960974f,0.019590290706646807f,-0.04394820393431714f,0.986837690196475f,-0.15562753155734832f,1.3029720080418186f,0.9990335756945956f,0.04351857772789723f,-0.006168308310336069f,-0.2806661064801761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.015689403798491573f,-0.15431908065426347f,-0.9878964844326914f,0.019590290706646807f,-0.2161107973691217f,0.9641408989854576f,-0.15404041730661439f,1.3029720080418186f,0.9762427801878639f,0.21591189927731264f,-0.018223223686639166f,-0.2806661064801761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00821876162016623f,-0.08607484499698811f,-0.9962547731459938f,0.019590290706646807f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638334f,1.3029720080418186f,0.9914107953325729f,0.13074752614247018f,-0.0031175800966524413f,-0.2806661064801761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0327193985482414f,-0.45859340035412005f,-0.8880436555205421f,0.020738211085603288f,0.047705229885943556f,0.8867901077894742f,-0.459703726076113f,1.3017410032365677f,0.9983254238975237f,-0.05740555616295704f,-0.007137935377331928f,-0.08540911708934015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03737183240856975f,-0.426602354720273f,-0.9036668507196356f,0.007659471386010336f,-0.2555022874233583f,0.8701616487918221f,-0.4213517367868908f,1.3424262057864624f,0.9660858798594756f,0.24663563391978877f,-0.07647834214420793f,-0.47080135427938047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00821876162016623f,-0.30797731391039374f,-0.9513582007183046f,0.0500894157010592f,-0.13052619222005157f,0.9429200959569076f,-0.3063733111502212f,1.1706319989443532f,0.9914107953325729f,0.12669517258820448f,-0.03244947057934912f,-0.29046225006619986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00821876162016623f,-0.2238890366473919f,-0.9745799870849666f,3.298892315203182e-17f,-0.13052619222005157f,0.9660341938077882f,-0.22302656688984562f,1.3875f,0.9914107953325729f,0.1290412169162994f,-0.021283778677563966f,-0.2693749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12293823799698242f,-0.02939664915508093f,0.9919788438553772f,0.8452735540492904f,0.1296635703930587f,0.990517099439477f,0.045422838208654615f,1.8603276780273168f,-0.9839072863594016f,0.13420772234286063f,-0.11796075242393123f,-0.6100501611332195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12293823799698242f,-0.02939664915508093f,0.9919788438553772f,0.8337480942370733f,0.1296635703930587f,0.990517099439477f,0.045422838208654615f,1.872483637751666f,-0.9839072863594016f,0.13420772234286063f,-0.11796075242393123f,-0.7022914692294134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12293823799698242f,-0.02939664915508093f,0.9919788438553772f,0.6907139975648753f,0.1296635703930587f,0.990517099439477f,0.045422838208654615f,1.8595922321581932f,-0.9839072863594016f,0.13420772234286063f,-0.11796075242393123f,-0.6384767023177268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3890193038491608f,-0.7327028444483805f,-0.558399966842734f,-0.9415721009251776f,-0.15078776540423613f,0.6486156150018105f,-0.7460300488453665f,2.5419576482153303f,0.9088052767436549f,-0.20602020705036447f,-0.3628066196333986f,-0.697175931743197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16621017783044584f,-0.7327028444483805f,-0.6599399355417306f,-0.9300944940023395f,0.464110350042909f,0.6486156150018105f,-0.6032407205741929f,2.5258174050808173f,0.8700435390074567f,-0.20602020705036447f,0.4478614903274279f,-0.788810093445499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12242780717694085f,-0.7327028444483805f,-0.669446020054715f,-0.8354163944555513f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6450958944602423f,0.9774310581578876f,-0.20602020705036447f,0.046735434471896826f,-0.7500033277651326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2841815031509736e-7f,1.690657022453619e-8f,-0.00001562446312506618f,0.6877154443644816f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5512592261912226f,0.000015490793677071455f,0.0000020394016771974963f,1.2952626547194246e-7f,-0.24623605593775713f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234.mcfunction new file mode 100644 index 000000000..e46e0a30f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234_as_bone.mcfunction new file mode 100644 index 000000000..bd6b93321 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_234_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5507377871591195f,0.05498897218506084f,-0.600506908517755f,-0.3215489876407366f,-0.21339705249069105f,0.778410564644138f,-0.12443124721356698f,1.4961451329723412f,0.5639982555184069f,0.24082701308796145f,0.5393076691312383f,-0.28182089134851496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5190452943231433f,-0.1566906522196858f,-0.5882516654867804f,-0.3215489876407366f,0.09867590945914795f,0.784477817210453f,-0.12189183400512685f,1.4961451329723412f,0.6007121168525f,0.006526393467515296f,0.5283013901693763f,-0.28182089134851496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5307648580964818f,0.05146720590754157f,-0.6185339413244326f,-0.3198791027199094f,0.009195341240775822f,0.8144168358443374f,0.05987576836423635f,1.4790723562477086f,0.6206033802306684f,0.03194978331401822f,-0.529882156933879f,-0.18277941363030564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4996490801461575f,-0.15239061506116874f,-0.6059107996647504f,-0.3198791027199094f,-0.2969813314775679f,0.7405145635758135f,0.05865381390782337f,1.4790723562477086f,0.5496843507531478f,0.26156315025897914f,-0.5190682353637999f,-0.18277941363030564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08226933738338238f,-0.014291854897794217f,1.5602672043627908f,-0.00407431864622648f,1.4824784021594914f,0.4866590926423496f,0.08262544813291973f,1.6236840624557833f,-0.486719419437051f,1.4847103826780848f,-0.012063843117124435f,0.6182439205929634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.009146787134588602f,-0.998571010792186f,0.05265237592536452f,-0.0018096538830682744f,0.31146181929110117f,-0.05288028680506856f,-0.9487861773820754f,1.5635520114318253f,0.9502146449139751f,0.007720859594959147f,0.3115004284397101f,0.43469939355650394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008309255259731765f,-0.998571010792186f,0.05279102842813352f,-0.007026025810878347f,-0.010916136292924122f,-0.05288028680506856f,-0.9985411925583481f,1.5627343113316687f,0.9999058926946389f,0.007720859594959147f,-0.011339933053241628f,0.07824193301222077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.983897541104966f,-0.03111799199736103f,-0.17600369081827166f,0.25847633624544675f,0.14249060451967727f,0.4578994843141548f,-0.8775103930372838f,1.4754784408380486f,0.10789836065120972f,-0.8884591903058258f,-0.44609215519878637f,-0.6381916562093077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7752078967488369f,-0.03111799199736103f,-0.6309392897833329f,0.00849848366146324f,0.5500505712057352f,0.4578994843141548f,-0.6984070671041895f,1.6562107840495055f,0.31063980095037563f,-0.8884591903058258f,-0.33785082688462914f,-0.5116680558029159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11288707651301659f,-0.5580354246351418f,-0.8221027750887483f,0.2563909581748436f,-0.4662251844355202f,0.7009031051757231f,-0.5397859895857752f,1.3760510745740564f,0.877434091743881f,0.44421988024772846f,-0.18104726630989004f,-0.10268436111840902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01661311210168041f,-0.3075115806731398f,-0.9513993022165845f,0.19278629115977625f,-0.16985119757401146f,0.9368328071908266f,-0.30576929547230497f,1.5497961678256345f,0.9853296784269572f,0.16667609043549897f,-0.03666750179881688f,-0.07166176604799557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030774121748083173f,-0.5349911369946997f,-0.8442970074374019f,0.20258180069230874f,-0.5319955071235175f,0.7063440270465884f,-0.46696776747009006f,1.4282761639205337f,0.8461877651154178f,0.46353273756308394f,-0.2628757641477194f,-0.44655536025596576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026079307006131973f,-0.04664553731656782f,-0.9985710107921861f,0.18759469362800113f,-0.35608877552750473f,0.9329546930107251f,-0.05288028680506879f,1.602874667067513f,0.93408814021451f,0.35695900974441386f,0.007720859594959138f,-0.3795772905564197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9674503026937534f,-0.04774891388214563f,-0.24851549859282462f,0.24625528041019304f,-0.05092314885093023f,0.9986823476063688f,0.006356216684353025f,2.273792173718104f,0.24788453910817185f,0.018804515481869958f,-0.9686070645357804f,-0.23415829985249254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9674503026937534f,-0.04774891388214563f,-0.24851549859282462f,0.2652049530033997f,-0.05092314885093023f,0.9986823476063688f,0.006356216684353025f,2.151462393663376f,0.24788453910817185f,0.018804515481869958f,-0.9686070645357804f,-0.33661144680451216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9674503026937534f,-0.04774891388214563f,-0.24851549859282462f,-0.32212177242238704f,-0.05092314885093023f,0.9986823476063688f,0.006356216684353025f,2.243874823768183f,0.24788453910817185f,0.018804515481869958f,-0.9686070645357804f,-0.08852613312644156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9674503026937534f,-0.04774891388214563f,-0.24851549859282462f,-0.3757308725312119f,-0.05092314885093023f,0.9986823476063688f,0.006356216684353025f,2.117725807549635f,0.24788453910817185f,0.018804515481869958f,-0.9686070645357804f,-0.1723879396453483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9580370023805298f,0.17528382981216012f,-0.22680538149724375f,0.1475328856760636f,0.10273607594703128f,0.9486472236696155f,0.2991884752508638f,2.361384451677469f,0.26760119724832027f,0.26333253507744253f,-0.926847115332919f,-0.1991366230118935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9736624092568338f,0.023255789044188388f,-0.22680538149724375f,0.035615926901607774f,-0.046929896575277165f,0.9530392652375334f,0.2991884752508638f,2.3655829724353734f,0.22311229819893805f,0.3019525247310164f,-0.926847115332919f,-0.17039453910828278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9254610722438159f,0.34431890390535236f,-0.15800726620868782f,0.0009803048354704164f,0.1502379476828593f,0.716445307198159f,0.6812743066267641f,2.375579763040952f,0.34777918689503096f,0.6067541629087949f,-0.7147720076748103f,-0.21872048337285233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9865661761262894f,0.04148353828699006f,-0.15800726620868782f,0.03064467085021179f,-0.07850899632581729f,0.7278060570139101f,0.6812743066267641f,2.383697589604578f,0.14326031418178625f,0.6845271794640861f,-0.7147720076748103f,-0.21754069278705332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679304542655639f,0.19530575908179432f,-0.15800726620868782f,0.09395264255924979f,0.03631153087917455f,0.7311270695682337f,0.6812743066267641f,2.4831955951437297f,0.24858018511230895f,0.6536886633666301f,-0.7147720076748103f,-0.18042072318754343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679304542655639f,0.10802756421001425f,-0.22680538149724375f,0.06964644061199662f,0.03631153087917455f,0.9535028730959726f,0.2991884752508638f,2.268657448697136f,0.24858018511230895f,0.2813579861467898f,-0.926847115332919f,-0.24372627007057102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9480698082764515f,-0.19850361607238332f,-0.24851549859282462f,-0.23735113206589398f,-0.20652453917937869f,0.9784207751403315f,0.006356216684353025f,2.3556624459771074f,0.2418909947711937f,0.057350685959114765f,-0.9686070645357804f,-0.13212613683390817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9674503026937533f,-0.047748913882145624f,-0.24851549859282462f,-0.1263965414541089f,-0.050923148850930244f,0.9986823476063689f,0.006356216684353025f,2.3715921337545813f,0.24788453910817185f,0.01880451548186996f,-0.9686070645357804f,-0.1604892201374452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9271613863289742f,-0.28037797820031163f,-0.24851549859282462f,-0.10458084451599836f,-0.2910136403334331f,0.9566977890898177f,0.006356216684353025f,2.3684155846261f,0.23597208487534696f,0.07821463859764813f,-0.9686070645357804f,-0.16610731836895218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684244382378041f,0.01985332171082213f,-0.24851549859282462f,-0.13321837479603216f,0.018865456339807185f,0.9998018268969872f,0.006356216684353025f,2.3769213433935312f,0.24859244152001977f,0.0014671572833939786f,-0.9686070645357804f,-0.15870397100101083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596072701559791f,-0.13188606455175364f,-0.24851549859282462f,-0.20189049958558622f,-0.1377702726700415f,0.9904438149021298f,0.006356216684353025f,2.478776519837383f,0.24530234208464452f,0.04033751974485664f,-0.9686070645357804f,-0.17267919335093532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596072701559791f,-0.13188606455175364f,-0.24851549859282462f,-0.1722161350614417f,-0.1377702726700415f,0.9904438149021298f,0.006356216684353025f,2.255926661484404f,0.24530234208464452f,0.04033751974485664f,-0.9686070645357804f,-0.18175513529352805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9674503026937534f,-0.04774891388214563f,-0.24851549859282462f,-0.01904741952909713f,-0.05092314885093023f,0.9986823476063688f,0.006356216684353025f,1.7502687201711198f,0.24788453910817185f,0.018804515481869958f,-0.9686070645357804f,-0.19210904609976476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01661311210168041f,-0.0507931187442591f,-0.9985710107921861f,3.135606075316871e-17f,-0.16985119757401146f,0.9840499204563191f,-0.05288028680506879f,1.38125f,0.9853296784269572f,0.17048698817840555f,0.007720859594959138f,-0.25604166666666683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022773989144527773f,-0.5339158000529088f,-0.845230893822692f,0.3108396430805762f,-0.1977718304752606f,0.8263361222318624f,-0.5273091277090448f,0.8277204916055929f,0.9799834939879902f,0.17917179339581069f,-0.0867745352186874f,-0.4805950203579849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022773989144527773f,-0.6790064267259335f,-0.7337789979846276f,0.05196844289131409f,-0.1977718304752606f,0.7164045914969829f,-0.6690670850912531f,1.1008497421138177f,0.9799834939879902f,0.16035814212855143f,-0.11797295352821163f,-0.4194584786714747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05882527976444877f,-0.04788975811429899f,-0.9971189284776353f,0.3208953651169242f,0.17852005295367396f,0.9822425770514455f,-0.057707109793788375f,1.2254898465292448f,0.9821762454641486f,-0.18140036079095545f,-0.04923141223710113f,-0.16492446620047893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05882527976444877f,-0.997802530709031f,-0.030490919489041812f,0.007484611923552948f,0.17852005295367396f,0.0195366463477763f,-0.9837422986447717f,1.11965773083018f,0.9821762454641486f,-0.06331215649569058f,0.17697851193241904f,-0.16445949907964014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08402975407367905f,-0.769666509825405f,-0.6328921425357535f,0.014354826586304837f,-0.03763737794002185f,0.637136753867823f,-0.7698312702486001f,1.2721172755323915f,0.9957521921703797f,-0.04086833155332949f,-0.08250667405689165f,-0.27052505901632345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0998243423645912f,-0.7215651864827193f,-0.685112240678588f,0.01906733162675142f,-0.22118166716249887f,0.6552320189033249f,-0.7223224152101959f,1.2348597394217462f,0.9701101848670047f,0.22363962766028622f,-0.09418888552941942f,-0.2754681273152381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007965439585327095f,-0.7042804716478445f,-0.7098771506589729f,0.014354826586304837f,-0.13052619222005157f,0.7030937090122237f,-0.6990151282282586f,1.2721172755323915f,0.9914128629974227f,0.09822552419266747f,-0.08632659775717472f,-0.27052505901632345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0014410896170907734f,-0.14429928142172455f,-0.9895330417130542f,0.018599648394025236f,-0.04386640416131676f,0.9885724257196269f,-0.14422308307885034f,1.2965006697390105f,0.9990363666286985f,0.04361509472633173f,-0.004905269140586163f,-0.2673489253942416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014429167748655155f,-0.1429141960522889f,-0.9896298963172084f,0.018599648394025236f,-0.21619259714212208f,0.9658756345086095f,-0.1426359688281164f,1.2965006697390105f,0.9762441088472826f,0.21600877581551917f,-0.016960209658359277f,-0.2673489253942416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007965439585327095f,-0.07451074204696262f,-0.9971883979929888f,0.018599648394025236f,-0.13052619222005157f,0.9886106614898628f,-0.07491243643821965f,1.2965006697390105f,0.9914128629974227f,0.13075591500267644f,-0.0018508849413727615f,-0.2673489253942416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03090527614030138f,-0.4484056943118634f,-0.893295694165928f,0.0199800460111509f,0.0481662093365014f,0.8920161738651053f,-0.4494298185937495f,1.2952734666644348f,0.9983610970910495f,-0.056916420053916804f,-0.005970003635011708f,-0.07209341721321133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03564290879121505f,-0.41622438695066355f,-0.9085630648229353f,0.006884465734402627f,-0.25583246394744996f,0.8750462031580662f,-0.4109061848271805f,1.3360733524053672f,0.9660638350768946f,0.24708581919283953f,-0.07529451846134308f,-0.4574729583486251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007965439585327095f,-0.2969196180634874f,-0.9548692539721053f,0.04755776071721766f,-0.13052619222005157f,0.9464210027230064f,-0.2953814461832583f,1.1638167957782535f,0.9914128629974227f,0.12698829085317956f,-0.031217127821784253f,-0.27717014649669935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007965439585327095f,-0.2125674102174311f,-0.977113938026506f,3.135606075316871e-17f,-0.13052619222005157f,0.9685637744113118f,-0.21177140515812712f,1.38125f,0.9914128629974227f,0.12922581402942618f,-0.020030578416149282f,-0.25604166666666683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2631624234474989f,-0.028033529529610274f,0.9643441606124613f,0.8231215503912357f,0.12564773532266524f,0.9920599547273591f,-0.005449113197172121f,1.844156515431933f,-0.9565344664430684f,0.12260166168719977f,0.2645952513897645f,-0.5407663322728535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2631624234474989f,-0.028033529529610274f,0.9643441606124613f,0.8477930275894386f,0.12564773532266524f,0.9920599547273591f,-0.005449113197172121f,1.855935990618433f,-0.9565344664430684f,0.12260166168719977f,0.2645952513897645f,-0.6304414385018913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2631624234474989f,-0.028033529529610274f,0.9643441606124613f,0.690805664898468f,0.12564773532266524f,0.9920599547273591f,-0.005449113197172121f,1.8508636200047588f,-0.9565344664430684f,0.12260166168719977f,0.2645952513897645f,-0.6252931730958371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.37944841599157586f,-0.7326501789779316f,-0.5650155881434498f,-0.9414129760155553f,-0.13774478007033258f,0.6486156150018105f,-0.7485480342230542f,2.534891859513955f,0.9149017844363729f,-0.20620741795441666f,-0.34703490547164384f,-0.6778868412111502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15444304442667756f,-0.7326501789779316f,-0.6628507081325505f,-0.9299119554317333f,0.45351166155364814f,0.6486156150018105f,-0.6112486865512861f,2.518751616379442f,0.8777667793116053f,-0.20620741795441666f,0.4324395702494209f,-0.7695180672047454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1226775528941009f,-0.7326501789779316f,-0.6694579398733871f,-0.8352437747426362f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.638030105758867f,0.9773997439316817f,-0.20620741795441666f,0.04656437847599008f,-0.7306871109793462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2445999352073586e-7f,1.6385468996715982e-8f,-0.000015624495711107563f,0.6877095095336377f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5450092261912227f,0.00001549082598433473f,0.000002039405930529397f,1.2553395389863237e-7f,-0.2327270007510831f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235.mcfunction new file mode 100644 index 000000000..93759bd95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235_as_bone.mcfunction new file mode 100644 index 000000000..bff554ae8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_235_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.496255295845535f,0.04541268150013983f,-0.6470029475579476f,-0.32836831287158175f,-0.2275090454898352f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6073835361697f,0.25322240670003576f,0.48364046271944305f,-0.2621085583702316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4661473876519831f,-0.14493338741788336f,-0.6337988057710507f,-0.32836831287158175f,0.08465845497815563f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6446235792972079f,0.0014805378023955984f,0.4737702491945565f,-0.2621085583702316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47424198064372075f,0.04153114009522017f,-0.6635617172817889f,-0.32684753487680274f,0.0005974309949706256f,0.815098083679326f,0.050588551105372845f,1.4730032714418146f,0.6648598584030861f,0.028891570208728137f,-0.4733614795265317f,-0.1742163103952506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.44476970313406217f,-0.1401940688605957f,-0.6500196414188953f,-0.32684753487680274f,-0.3050180356978976f,0.7379079805168244f,0.04955613169505912f,1.4730032714418146f,0.5908840064454568f,0.27538597521640884f,-0.4637010411688474f,-0.1742163103952506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08288183982441855f,-0.011329809536595705f,1.5602591086236879f,-0.0032110873092066126f,1.4982939820549477f,0.4355150776241554f,0.08275270690408554f,1.6028111205009974f,-0.43549052109689723f,1.5005347388774075f,-0.012237379493282803f,0.632879903708521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.007251078103421554f,-0.9985658295191603f,0.053044377487627664f,-0.0013125941577635959f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9603422328815416f,0.007831922875700505f,0.2787139335020117f,0.4473791963321273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009495429019292657f,-0.9985658295191603f,0.05268890722392556f,-0.006892509571568441f,-0.031231264323489882f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9994670804766387f,0.007831922875700505f,-0.03168936773703751f,0.09262453413663352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.982174946340115f,-0.03150595198317658f,-0.1853098749970607f,0.2562679105828794f,0.14996358213287797f,0.4630405608006315f,-0.8735584485810393f,1.4693618060851548f,0.11332827897602624f,-0.8857769550191915f,-0.4500620925397534f,-0.6254335545596956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.769189553802422f,-0.03150595198317658f,-0.638243531350585f,0.008381816370900097f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624725f,1.6514382189802754f,0.3173135783400935f,-0.8857769550191915f,-0.3386905356781245f,-0.49674015034419083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10160255898922683f,-0.5616173796809755f,-0.8211350917158007f,0.25645530219032114f,-0.4411897531348175f,0.714359269803947f,-0.5431780880834665f,1.3689218775801546f,0.891643719058055f,0.4174646721405857f,-0.17519910324791607f,-0.08949100457858342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017031474136708552f,-0.307474780303433f,-0.9514037987973807f,0.19285750714094385f,-0.175559167629125f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255286f,0.9843215468281183f,0.1722322632481418f,-0.038041292647902576f,-0.05743521329860621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.027570974565382482f,-0.5364067517548972f,-0.8435091214878923f,0.20261707924365258f,-0.4971345723837419f,0.7247195333980765f,-0.47711509602202706f,1.4215604882722102f,0.867235295812128f,0.4324920745898523f,-0.2466851173350685f,-0.42881640567943213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.025358188508501987f,-0.047151313791655484f,-0.9985658295191603f,0.18753517147322243f,-0.3390459533251835f,0.9392778590135277f,-0.052961732418614876f,1.5973440760096302f,0.9404279896990438f,0.3399027172216843f,0.007831922875700479f,-0.36503569668239316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9673446790140842f,-0.045836361504049905f,-0.24928557909997373f,0.24722907166857583f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.26717664157752f,0.24798987304664102f,0.0321537754911335f,-0.9682288766546767f,-0.21191849663721946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9673446790140842f,-0.045836361504049905f,-0.24928557909997373f,0.2658635192789877f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.146187884079228f,0.24798987304664102f,0.0321537754911335f,-0.9682288766546767f,-0.3160087959992361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9673446790140842f,-0.045836361504049905f,-0.24928557909997373f,-0.3210859272521986f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.23639424928289f,0.24798987304664102f,0.0321537754911335f,-0.9682288766546767f,-0.06622444622231785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9673446790140842f,-0.045836361504049905f,-0.24928557909997373f,-0.375002330567843f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.111475824683156f,0.24798987304664102f,0.0321537754911335f,-0.9682288766546767f,-0.15171550510583642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9569454074178166f,0.18699635161347683f,-0.22200867484221942f,0.1496093653590348f,0.09996520015156454f,0.9303630316686873f,0.3527486187965965f,2.3516313702100065f,0.2725113685346117f,0.3153680291143951f,-0.9089997581033208f,-0.17173727897653743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9744164957217706f,0.0349948733403479f,-0.22200867484221942f,0.03772384637173909f,-0.04680638049733888f,0.9345467215082569f,0.3527486187965965f,2.3556577617275494f,0.21982187245595836f,0.3541154955068492f,-0.9089997581033208f,-0.1428485365793516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9234126357934566f,0.355514039998179f,-0.14463357639619928f,0.002799243974808102f,0.14034651264839584f,0.6635095955497269f,0.7348862993694135f,2.3700497538248495f,0.3572281630056841f,0.6583044766501376f,-0.6625883002121103f,-0.19256368737271373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9880774845989823f,0.05276374709394202f,-0.14463357639619928f,0.03259818436688554f,-0.07155827556215655f,0.6744045819815424f,0.7348862993694135f,2.3775365578313536f,0.13631690147270492f,0.7364743354624843f,-0.6625883002121103f,-0.19076464810754867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676585425928277f,0.20668351053233586f,-0.14463357639619928f,0.09755535472581862f,0.03482284555712711f,0.6772957230238745f,0.7348862993694135f,2.472894242810711f,0.24984858289458006f,0.7060824527260234f,-0.6625883002121103f,-0.14634480495622454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676585425928277f,0.11978770071224795f,-0.22200867484221942f,0.07060312206556288f,0.03482284555712711f,0.9350699339431237f,0.3527486187965965f,2.2625035076735083f,0.24984858289458006f,0.33360924056997443f,-0.9089997581033208f,-0.22140688408446868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9482646741076802f,-0.196598087203936f,-0.24928557909997373f,-0.23613832911612806f,-0.2079395593219831f,0.977942532669566f,0.019736830161252238f,2.3485928227143598f,0.23990674752585658f,0.0705520722841523f,-0.9682288766546767f,-0.10840121660273189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9673446790140843f,-0.04583636150404992f,-0.24928557909997373f,-0.1251766312467962f,-0.05239556135256164f,0.9984313510130457f,0.019736830161252238f,2.3646895809547126f,0.24798987304664102f,0.032153775491133504f,-0.9682288766546767f,-0.13664190719462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9275215884207402f,-0.27849668412076056f,-0.24928557909997373f,-0.10337155519395014f,-0.29238159431943556f,0.9560980393445071f,0.019736830161252238f,2.3615470045683953f,0.23284481165938156f,0.09119285111964906f,-0.9682288766546767f,-0.14232002281388692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968185658942363f,0.021753847272011767f,-0.24928557909997373f,-0.131986883263246f,0.017379121923754542f,0.9996541520227609f,0.019736830161252238f,2.370007394941077f,0.2496287161756486f,0.014776551442093222f,-0.9682288766546767f,-0.1347801011147974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596687383293565f,-0.1299715843026186f,-0.24928557909997373f,-0.2004766541560473f,-0.1392152064030525f,0.9900654442214116f,0.019736830161252238f,2.472169342285185f,0.24424381052443767f,0.053645162247176956f,-0.9682288766546767f,-0.14733925431719364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596687383293565f,-0.1299715843026186f,-0.24928557909997373f,-0.17123304768795816f,-0.1392152064030525f,0.9900654442214116f,0.019736830161252238f,2.249404617335368f,0.24424381052443767f,0.053645162247176956f,-0.9682288766546767f,-0.15940941582280843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9673446790140842f,-0.045836361504049905f,-0.24928557909997373f,-0.019033653193497875f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,1.7436412191677126f,0.24798987304664102f,0.0321537754911335f,-0.9682288766546767f,-0.17662980749738583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017031474136708552f,-0.05075640851599442f,-0.9985658295191603f,2.9723198354305554e-17f,-0.175559167629125f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9843215468281183f,0.17620940222919337f,0.007831922875700479f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.021695696459110746f,-0.5131882896018292f,-0.8580017926383974f,0.3005180194455143f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9799741804637428f,0.18082826208266586f,-0.0833771266989844f,-0.4681548790718021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.021695696459110746f,-0.6609533118100133f,-0.7501133356783691f,0.04852956931794676f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9799741804637428f,0.1626060016210274f,-0.11493430236982441f,-0.40616134095378537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05487877820746606f,-0.03232498036092828f,-0.9979696465059053f,0.3196466194861704f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9828760774412012f,-0.17782803145746484f,-0.04828879395636976f,-0.15155700749218204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05487877820746606f,-0.9974294278697982f,-0.046074462794298277f,0.004579133311262947f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9828760774412012f,-0.06209216226338802f,0.17349115187598166f,-0.151109766869354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08323427638496911f,-0.7623153844678039f,-0.6418312160049363f,0.01307717773122304f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9958583298668917f,-0.03998553099552018f,-0.08165380668242887f,-0.2571986393556252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09845868895665308f,-0.7136834291831685f,-0.6935141306983521f,0.01735351237598817f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.970008545517147f,0.22446137659750062f,-0.09327653531121387f,-0.2621438368416722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007677891713810508f,-0.696001937432257f,-0.7179988531114629f,0.01307717773122304f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914151315787778f,0.09902144508347076f,-0.08538612469374661f,-0.2571986393556252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0021629991874723155f,-0.1328324696551375f,-0.9911361442505425f,0.017606888051314027f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990381415206684f,0.04369531027464871f,-0.003675819219085095f,-0.2540301133038512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013134350848168833f,-0.13149738508547987f,-0.9912295024581737f,0.017606888051314027f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9762468538527491f,0.21608938584035067f,-0.015730787321343257f,-0.2540301133038512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007677891713810508f,-0.0629410714361178f,-0.9979877110993426f,0.017606888051314027f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914151315787778f,0.13075034960063844f,-0.0006188343442984877f,-0.2540301133038512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02912039525050973f,-0.4381557994707327f,-0.8984272357684941f,0.01921304539583713f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.9983935709572405f,-0.05645316716116223f,-0.00482880820946819f,-0.05877632827955409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03387689261935904f,-0.4057987307961315f,-0.9133344109529136f,0.006115275736602581f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.96604442250682f,0.247510982407939f,-0.07413829867835992f,-0.44414349575353906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007677891713810508f,-0.2858262836868799f,-0.9582506903376479f,0.045020429802905305f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914151315787778f,0.1272600191728521f,-0.03001540265863801f,-0.26387387647116084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007677891713810508f,-0.20122157772930302f,-0.9795156592086527f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914151315787778f,0.12939177109163277f,-0.018809743496532923f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6005090347699225f,-0.022563418841229026f,0.7992995629236215f,0.7826562792598818f,0.10376617216091788f,0.9933482800063921f,-0.0499176934905147f,1.829783314507704f,-0.792856532214226f,0.11291628199040861f,0.5988559364210192f,-0.4850922295304678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6005090347699225f,-0.022563418841229026f,0.7992995629236215f,0.838954001269562f,0.10376617216091788f,0.9933482800063921f,-0.0499176934905147f,1.8395113931477902f,-0.792856532214226f,0.11291628199040861f,0.5988559364210192f,-0.5594225294255515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6005090347699225f,-0.022563418841229026f,0.7992995629236215f,0.6909102058261787f,0.10376617216091788f,0.9933482800063921f,-0.0499176934905147f,1.8421350078513243f,-0.792856532214226f,0.11291628199040861f,0.5988559364210192f,-0.6120857699411626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3697967995636957f,-0.7325903401472357f,-0.5714557905519949f,-0.9412425984083929f,-0.12465983634205549f,0.6486156150018105f,-0.7508380046181699f,2.52782607081258f,0.9207118182339249f,-0.20641990577165892f,-0.331180570483233f,-0.6586301912247718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14259444001506325f,-0.7325903401472357f,-0.6655660892802068f,-0.9297150017585428f,0.44277482901901155f,0.6486156150018105f,-0.619070460257157f,2.511685827678067f,0.8852215973777278f,-0.20641990577165892f,0.41686154300588074f,-0.7502580776297151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12296103093173397f,-0.7325903401472357f,-0.6694714171607051f,-0.8350580875093621f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057492f,0.9773641216527276f,-0.20641990577165892f,0.046370208185990434f,-0.711399665655142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.199670580282892e-7f,1.579396281763632e-8f,-0.00001562453146355841f,0.6877027184656574f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015490861430918404f,0.0000020394105971606687f,1.210022490429322e-7f,-0.21919420641573586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236.mcfunction new file mode 100644 index 000000000..9a8166b16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236_as_bone.mcfunction new file mode 100644 index 000000000..04113a040 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_236_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4498245464803621f,0.037248189482612534f,-0.6805989231613935f,-0.3341672694082652f,-0.23941320866618532f,0.7721237777561187f,-0.11597685883065477f,1.4814919056622937f,0.6381877759283253f,0.2634044203280032f,0.4362097184288429f,-0.24402110648657904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4210657535167053f,-0.1349167949613913f,-0.6667091492193242f,-0.3341672694082652f,0.07277389144444298f,0.7885408881111056f,-0.11360998416064141f,1.4814919056622937f,0.676319149469717f,-0.0008521820783532197f,0.4273074792772339f,-0.24402110648657904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42637177486669064f,0.03311283307472866f,-0.695740680373972f,-0.3327638479852315f,-0.006655705548157956f,0.8155123664457442f,0.04289202958782383f,1.4667670624139275f,0.6964964146534629f,0.028063586803395074f,-0.4254992642943629f,-0.16415317373636443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3982901766428231f,-0.12986757112983766f,-0.6815418909785849f,-0.3327638479852315f,-0.3117376081547748f,0.7355639075511056f,0.042016682045215185f,1.4667670624139275f,0.6198262650547884f,0.28649633833085053f,-0.41681560583937594f,-0.16415317373636443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08329351942751419f,-0.00859518991070015f,1.560254646630407f,-0.002494149296697567f,1.512355355451072f,0.38382712367903665f,0.08285087788755623f,1.581919466347015f,-0.38373131024173657f,1.5145986636197317f,-0.012141651513856285f,0.6471792528514249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005500921542848397f,-0.9985629738434605f,0.053307852433608874f,-0.0009337119063633796f,0.2456493591545809f,-0.05302456184803588f,-0.9679074274886866f,1.5344996230866046f,0.9693431447166289f,0.007770656968867538f,0.2455880385547088f,0.4599400764694936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010508649773562528f,-0.9985629738434605f,0.052550504743918466f,-0.006812545637611807f,-0.05155450053623753f,-0.05302456184803588f,-0.9972615150076145f,1.5463393602150457f,0.9986148916145783f,0.007770656968867538f,-0.05203763192033717f,0.10699838431101572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9803810196044318f,-0.03173287408949209f,-0.1945406926619596f,0.2541047248864627f,0.15738427907391633f,0.46818517326619163f,-0.8695014848947008f,1.4632740033364362f,0.1186728490420543f,-0.8830603989737773f,-0.45400560201886847f,-0.6126299811348117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7631453609195464f,-0.03173287408949209f,-0.6454472734538397f,0.008314330827776818f,0.5591940767673997f,0.46818517326619163f,-0.6841817215053041f,1.6466615275633334f,0.32389989597903657f,-0.8830603989737773f,-0.3395485077997586f,-0.4817963987814834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08945729852315082f,-0.5650771101459726f,-0.8201739152948089f,0.2564933065449117f,-0.41410204771763487f,0.7278246354943538f,-0.5466175939755072f,1.3617853010238832f,0.9058238713000455f,0.3885346310904437f,-0.168890362739889f,-0.07625905670783087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017277964101441105f,-0.30744783112612295f,-0.9514080633946469f,0.19290053781254712f,-0.18128219283888958f,0.9348159666378215f,-0.30537824919027684f,1.5351546807110354f,0.983279328835928f,0.17774965444365337f,-0.039583100297081925f,-0.04317839087650263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.024049391119768115f,-0.537884417560918f,-0.8426754892198541f,0.20268824226464782f,-0.4594020455022556f,0.7427007573835254f,-0.4871810193042018f,1.4148259425413194f,0.8879028028872934f,0.3988432503215889f,-0.22924370067201064f,-0.41081002946652423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.024403423078398358f,-0.047712264785490274f,-0.9985629738434607f,0.1875011740308468f,-0.32081120246086225f,0.9456577436982364f,-0.05302456184803633f,1.5918053659731886f,0.9468287307204362f,0.3216441691879395f,0.007770656968867473f,-0.35045318113773016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672824117088346f,-0.04386175428094426f,-0.24988173704802666f,0.24823981265654932f,-0.05385495505832437f,0.9979936121696057f,0.033292549982365284f,2.260444836661421f,0.24792010772506318f,0.04566066775749663f,-0.9677038408550069f,-0.18954791671324517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672824117088346f,-0.04386175428094426f,-0.24988173704802666f,0.2665692095324962f,-0.05385495505832437f,0.9979936121696057f,0.033292549982365284f,2.140836372515754f,0.24792010772506318f,0.04566066775749663f,-0.9677038408550069f,-0.29527473930277903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672824117088346f,-0.04386175428094426f,-0.24988173704802666f,-0.320038604222391f,-0.05385495505832437f,0.9979936121696057f,0.033292549982365284f,2.2288050505646555f,0.24792010772506318f,0.04566066775749663f,-0.9677038408550069f,-0.043894853424770536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672824117088346f,-0.04386175428094426f,-0.24988173704802666f,-0.3742553882246067f,-0.05385495505832437f,0.9979936121696057f,0.033292549982365284f,2.105157464789614f,0.24792010772506318f,0.04566066775749663f,-0.9677038408550069f,-0.13102766793492465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9558747329328448f,0.1989513374729779f,-0.2161524005378524f,0.15172039814148944f,0.0969157208643561f,0.908142023358002f,0.4072903245359214f,2.3413107934820707f,0.27732803318435933f,0.3683699644772184f,-0.8873515263305449f,-0.14423266374118268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9752291748338856f,0.046970163876045676f,-0.2161524005378524f,0.03986195028727246f,-0.046342184086464455f,0.9121222470225798f,0.4072903245359214f,2.3451646734562788f,0.2162879065664907f,0.40721838145144834f,-0.8873515263305449f,-0.11521584314019631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9214997604216002f,0.36609480289368f,-0.12966413088117829f,0.0047351224694290595f,0.12945923178657529f,0.6043074968339215f,0.7861633141883115f,2.3643724035017915f,0.3661673099119629f,0.7076630869026289f,-0.604263565497109f,-0.16601258166600794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9895278675598795f,0.06341776159110718f,-0.12966413088117829f,0.03466184968857282f,-0.06361824036467936f,0.6147356854106911f,0.7861633141883115f,2.3711489651681217f,0.1295658860012917f,0.7861795116876434f,-0.604263565497109f,-0.16361783012704206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9674244138743089f,0.21743324631430888f,-0.12966413088117829f,0.10125122696120036f,0.033330853830988334f,0.6171193544261495f,0.7861633141883115f,2.461599534894428f,0.250956286278801f,0.7562317672445886f,-0.604263565497109f,-0.11194391212307928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9674244138743089f,0.13178825130365024f,-0.2161524005378524f,0.0715988704178791f,0.033330853830988334f,0.9126903339700279f,0.4072903245359214f,2.256244209751172f,0.250956286278801f,0.3868180594232963f,-0.8873515263305449f,-0.1989779754933208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.948512070040896f,-0.1946380499198334f,-0.24988173704802666f,-0.234899346873518f,-0.20931250802770204f,0.9772818836440306f,0.033292549982365284f,2.341397184183796f,0.2377248976651117f,0.08388175859255442f,-0.9677038408550069f,-0.08461109802122296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672824117088347f,-0.04386175428094424f,-0.24988173704802666f,-0.12392492239170805f,-0.0538549550583244f,0.9979936121696058f,0.033292549982365284f,2.3576576314437396f,0.24792010772506318f,0.04566066775749662f,-0.9677038408550069f,-0.11270763857050889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9279388714430483f,-0.2765656673465876f,-0.24988173704802666f,-0.1021297668526143f,-0.29369173918430863f,0.955320243923768f,0.033292549982365284f,2.3545495436731767f,0.22950950568527326f,0.10428165320212829f,-0.9677038408550069f,-0.11844254139768826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679858016802259f,0.02371930090352159f,-0.24988173704802666f,-0.13072353408190845f,0.015892748109570976f,0.9993192816478611f,0.033292549982365284f,2.362963076952133f,0.25050131397463105f,0.028255408180572428f,-0.9677038408550069f,-0.11076956554728712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959778806329167f,-0.12799906410290915f,-0.24988173704802666f,-0.199021521932484f,-0.14063089522113228f,0.9895021765640409f,0.033292549982365284f,2.4654184607135f,0.24299710745328368f,0.06709457626220416f,-0.9677038408550069f,-0.12190166890305908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959778806329167f,-0.12799906410290915f,-0.24988173704802666f,-0.1702217325093295f,-0.14063089522113228f,0.9895021765640409f,0.033292549982365284f,2.242780470986591f,0.24299710745328368f,0.06709457626220416f,-0.9677038408550069f,-0.136997948562055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672824117088346f,-0.04386175428094426f,-0.24988173704802666f,-0.01902347769399044f,-0.05385495505832437f,0.9979936121696057f,0.033292549982365284f,1.7370002219450096f,0.24792010772506318f,0.04566066775749663f,-0.9677038408550069f,-0.16114830922668597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017277964101441105f,-0.05072927385064124f,-0.9985629738434607f,2.8090335955442394e-17f,-0.18128219283888958f,0.982000591853359f,-0.05302456184803633f,1.36875f,0.983279328835928f,0.18193784206217029f,0.007770656968867473f,-0.22937499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02057747946669788f,-0.49216233721127606f,-0.870260191649332f,0.2900485816531418f,-0.1980972759832955f,0.8511798939305214f,-0.48605581718196167f,0.801892421716093f,0.9799663446194444f,0.1823979769601642f,-0.07998088155330449f,-0.45567704543469534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02057747946669788f,-0.642513356721246f,-0.765998142147613f,0.04509036440316675f,-0.1980972759832955f,0.7483501706642816f,-0.6330319828529509f,1.0872009242818503f,0.9799663446194444f,0.1647683479966269f,-0.11188098547861813f,-0.39285911276098134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05103743713332316f,-0.016718726787834932f,-0.998556790666137f,0.3183135383289919f,0.17323378115450194f,0.9845547311217225f,-0.025338478501013555f,1.20279402222711f,0.983557439643347f,-0.17427697954814902f,-0.04735290193639509f,-0.13818653637343553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05103743713332316f,-0.996790309517489f,-0.06167867429582327f,0.0016695992339719819f,0.17323378115450194f,0.05198690547029747f,-0.9835077115745134f,1.1070684525472203f,0.983557439643347f,-0.06088054296448521f,0.17002447591618472f,-0.13775727089631273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08246521954716747f,-0.7548602443330992f,-0.650680796620287f,0.011798325751873052f,-0.03553917152763943f,0.6547168028155551f,-0.7550383271053903f,1.259312986177729f,0.9959600668963422f,-0.03913974497044262f,-0.08081847258815411f,-0.2438705429397027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09704316257309102f,-0.7057141913413055f,-0.7018191396202442f,0.015638104507222507f,-0.22327987357488133f,0.671737340185423f,-0.7063391847101492f,1.2219559082373792f,0.9699117086901248f,0.22524747710041165f,-0.09238425951265655f,-0.24881730469549843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007351867760816975f,-0.6876335663635571f,-0.7260206804565301f,0.011798325751873052f,-0.13052619222005157f,0.7191686927123925f,-0.6824656068747219f,1.259312986177729f,0.9914176028218188f,0.09978211178605036f,-0.0844669579335881f,-0.2438705429397027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0028468796709401997f,-0.12134951775654801f,-0.9926057574971003f,0.016612193540586278f,-0.0437378094224483f,0.9916447783496584f,-0.12135747854492787f,1.2835924426537721f,0.9990389878793845f,0.04375989159161926f,-0.002484468720864266f,-0.24070970125737795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.011800903697854808f,-0.12007112447210316f,-0.9926951514638915f,0.016612193540586278f,-0.21632119188099053f,0.9689479871386409f,-0.11977036429419394f,1.2835924426537721f,0.9762509311724633f,0.21615439687404225f,-0.014539466871842774f,-0.24070970125737795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007351867760816975f,-0.051367952039828135f,-0.9986527342092753f,0.016612193540586278f,-0.13052619222005157f,0.9900861206485413f,-0.05188821488215106f,1.2835924426537721f,0.9914176028218188f,0.13073181404063838f,0.0005741190489273566f,-0.24070970125737795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.027369317880941164f,-0.42784489779760126f,-0.9034376922994147f,0.01843651834459608f,0.04901642050676994f,0.9021146734993785f,-0.42870328477609443f,1.2823630700378204f,0.9984229118762427f,-0.05601659830505452f,-0.0037188378419427265f,-0.04545784983982895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03206984428182191f,-0.39532790263071726f,-0.9179800512480311f,0.005352876473134836f,-0.256441427684561f,0.8844525095745036f,-0.3898481146221776f,1.3233962782210915f,0.9660275975637775f,0.24791048325748666f,-0.07301419749744334f,-0.43081302337012906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007351867760816975f,-0.27469938024069224f,-0.9615020543585994f,0.04247785925802133f,-0.13052619222005157f,0.9530379688735204f,-0.2732792400274282f,1.1502743587570203f,0.9914176028218188f,0.12751031480164324f,-0.028848854989829906f,-0.25057351926018784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007351867760816975f,-0.18985364046384307f,-0.9817848772735569f,2.8090335955442394e-17f,-0.13052619222005157f,0.9732292268140331f,-0.1891765979699743f,1.36875f,0.9914176028218188f,0.12953944294146452f,-0.01762582019236122f,-0.22937499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8462774466971527f,-0.014326448825481397f,0.5325497498598597f,0.7312424244343236f,0.06872277955273541f,0.9942219446378864f,-0.08246153267436725f,1.8178157855052002f,-0.5282912669941596f,0.10638363438288083f,0.8423721621428354f,-0.44773204218089413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8462774466971527f,-0.014326448825481397f,0.5325497498598597f,0.8105809350621817f,0.06872277955273541f,0.9942219446378864f,-0.08246153267436725f,1.824258546088269f,-0.5282912669941596f,0.10638363438288083f,0.8423721621428354f,-0.4972593484615966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8462774466971527f,-0.014326448825481397f,0.5325497498598597f,0.6910292172692737f,0.06872277955273541f,0.9942219446378864f,-0.08246153267436725f,1.8334063956978897f,-0.5282912669941596f,0.10638363438288083f,0.8423721621428354f,-0.5988515196426707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3600718071265262f,-0.7325224200429692f,-0.5777189609550905f,-0.9410598238351225f,-0.11153692002002177f,0.6486156150018105f,-0.7528992624835479f,2.5207602821112043f,0.9262331289611082f,-0.2066608044845818f,-0.3152514912013905f,-0.6394099998536276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13066353495769312f,-0.7325224200429692f,-0.6680852825551177f,-0.9295020962857199f,0.4319031229821997f,0.6486156150018105f,-0.6267036591037632f,2.5046200389766913f,0.8924050274346186f,-0.2066608044845818f,0.40112912995593175f,-0.7310340904927852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12328242719362818f,-0.7325224200429692f,-0.6694866296496439f,-0.8348579656129747f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6238985283561163f,0.9773236334843488f,-0.2066608044845818f,0.046150052250625795f,-0.6921445530108002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.1487293376276523e-7f,1.5123308635059536e-8f,-0.000015624570409922466f,0.6876949487398307f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5325092261912225f,0.000015490900044090922f,0.00000203941568068127f,1.1586416777993065e-7f,-0.20563472562345594f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237.mcfunction new file mode 100644 index 000000000..79f21fcd5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237_as_bone.mcfunction new file mode 100644 index 000000000..d7aba776f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_237_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42082391175641953f,0.03214622788216557f,-0.6991554188958401f,-0.33777920382633486f,-0.2480267497841329f,0.7697106322148077f,-0.11389784234762566f,1.4747176381377691f,0.654472620611427f,0.27102879391842f,0.40639073092478667f,-0.2278034079755497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3929068679379227f,-0.1286626256174438f,-0.6848869409591903f,-0.33777920382633486f,0.06407379822661938f,0.7895859203121628f,-0.11157339658542922f,1.4747176381377691f,0.6939155146759773f,-0.000056692331861230016f,0.39809704253856654f,-0.2278034079755497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39666379716284117f,0.027886147822309373f,-0.7133194510346912f,-0.33644729480071045f,-0.012492472484734325f,0.8156472000939945f,0.03883333045838073f,1.4603556241603695f,0.7137550102072973f,0.02977334685425805f,-0.39574205951038544f,-0.15237517589752358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36944437249081397f,-0.12346111560453552f,-0.6987619112176567f,-0.33644729480071045f,-0.31707057283596884f,0.7334978857153912f,0.038040813510250515f,1.4603556241603695f,0.6348047790276468f,0.29451350492759176f,-0.38766569094894904f,-0.15237517589752358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08352475239259995f,-0.006114460662355567f,1.5602539790394907f,-0.0019329411758186531f,1.5246420457024374f,0.3316586718170122f,0.08291807936066982f,1.561020504692395f,-0.3315064075007327f,1.5268828994979884f,-0.011762780563042311f,0.6611409536912531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0039132548239078635f,-0.9985625465852741f,0.05345584153126375f,-0.0006791721182325874f,0.2122615499628852f,-0.053067570790828564f,-0.9757709092495606f,1.5200497665605828f,0.9772050556787132f,0.007528179560346598f,0.2121641008004663f,0.47238340456550376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011338760136187849f,-0.9985625465852741f,0.05238580986971966f,-0.006789614070982947f,-0.07187510892549084f,-0.053067570790828564f,-0.9960009044410097f,1.5381231972182534f,0.9973491872135472f,0.007528179560346598f,-0.07237351226093951f,0.12136289621312837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9785191409897656f,-0.03179136152097142f,-0.2036899606001601f,0.2519908124643384f,0.16475238889602434f,0.4733309781780259f,-0.865340647057612f,1.4572141318758811f,0.12392312564531718f,-0.8803107942253556f,-0.45792571941377025f,-0.5997795019130187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7570812720762069f,-0.03179136152097142f,-0.6525467468343673f,0.008297876434157506f,0.5636211566104772f,0.4733309781780259f,-0.6769704402099855f,1.6418799687535828f,0.3303924019897265f,-0.8803107942253556f,-0.3404317351214235f,-0.4668373726076389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07684464684244015f,-0.5682598130138191f,-0.8192531264298967f,0.2565035833313298f,-0.38580993423751464f,0.7407253213107026f,-0.5499788114216775f,1.35464143196396f,0.9193723918496277f,0.3583389223663204f,-0.16231950536531f,-0.06298621896541325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01734371282308305f,-0.30743417073560125f,-0.951411281355032f,0.19291335580993563f,-0.18701776261959968f,0.9337631033562903f,-0.3051406614582677f,1.5278148847091502f,0.9822034168593946f,0.18322308117304237f,-0.041300731654381855f,-0.028890020818307688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.020387818124066995f,-0.5393393488264275f,-0.8418416737603487f,0.2027902833231156f,-0.4200924477409099f,0.7594591277668595f,-0.4967334985710666f,1.408130018840433f,0.9072522649314196f,0.3637786415652879f,-0.21108867264190917f,-0.3926771993953448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02324158197318322f,-0.04829771655592256f,-0.9985625465852741f,0.18749344555272218f,-0.3021425932656331f,0.9517844746921851f,-0.053067570790828675f,1.586257935527775f,0.9529793713413225f,0.3029416516598621f,0.007528179560346598f,-0.3358285885868685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672658468324054f,-0.04184925457220971f,-0.2502906739040436f,0.2492742696794988f,-0.05529955943078094f,0.9973655031604002f,0.046946904395960255f,2.253596127142053f,0.24766659096121837f,0.05925110123324542f,-0.9670318333562222f,-0.167082880963877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672658468324054f,-0.04184925457220971f,-0.2502906739040436f,0.26731314507873616f,-0.05529955943078094f,0.9973655031604002f,0.046946904395960255f,2.1354004450127784f,0.24766659096121837f,0.05925110123324542f,-0.9670318333562222f,-0.27443600015622416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672658468324054f,-0.04184925457220971f,-0.2502906739040436f,-0.3189944153345393f,-0.05529955943078094f,0.9973655031604002f,0.046946904395960255f,2.2211076359764688f,0.24766659096121837f,0.05925110123324542f,-0.9670318333562222f,-0.021578758774161183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672658468324054f,-0.04184925457220971f,-0.2502906739040436f,-0.3735004784477324f,-0.05529955943078094f,0.9973655031604002f,0.046946904395960255f,2.098764486889886f,0.24766659096121837f,0.05925110123324542f,-0.9670318333562222f,-0.110356883644417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9548589608727961f,0.21072651613823518f,-0.20937693339326127f,0.15381131018754451f,0.09361677366441548f,0.8823801046427198f,0.4611304052210921f,2.33051424495264f,0.2819224441749711f,0.42071330657223716f,-0.8622760863803804f,-0.11682647487970182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.976067952388726f,0.0587592723109614f,-0.20937693339326127f,0.04197505108867691f,-0.0455704637994497f,0.8861614312357171f,0.4611304052210921f,2.3341953984600217f,0.21263745001476797f,0.4596360143719723f,-0.8622760863803804f,-0.08770189961024855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9198056747071731f,0.37556410979328125f,-0.11361830931527832f,0.006756942099490487f,0.11786542332894491f,0.5406564407176822f,0.8329455895158917f,2.358475939430709f,0.3742529395475348f,0.7527564098336647f,-0.5415648850270497f,-0.13916170877746092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9908428730589399f,0.07294710889845743f,-0.11361830931527832f,0.03679849377145354f,-0.05497534939715519f,0.5506172498793374f,0.8329455895158917f,2.3644860021778187f,0.12332117363602405f,0.8315644072702201f,-0.5415648850270497f,-0.13622063007797466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672325111253414f,0.22705098372503085f,-0.11361830931527832f,0.10493194770791006f,0.03183700330708314f,0.5524382772097247f,0.8329455895158917f,2.449396383572317f,0.25188821854662297f,0.8020347876888181f,-0.5415648850270497f,-0.07762281341745754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672325111253414f,0.14360560290253413f,-0.20937693339326127f,0.07262068705483994f,0.03183700330708314f,0.8867610470702106f,0.4611304052210921f,2.24987514798152f,0.25188821854662297f,0.43935438567737506f,-0.8622760863803804f,-0.17647755019486677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9488105334209129f,-0.19264773610448252f,-0.2502906739040436f,-0.23365085520172704f,-0.21064106902630814f,0.9764355217868155f,0.046946904395960255f,2.334073704147639f,0.2353484899228732f,0.09726521252085457f,-0.9670318333562222f,-0.06080424098496179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672658468324054f,-0.04184925457220971f,-0.2502906739040436f,-0.1226580580155472f,-0.05529955943078092f,0.9973655031604002f,0.046946904395960255f,2.350494218484614f,0.24766659096121837f,0.05925110123324542f,-0.9670318333562222f,-0.08873462420282628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9284096663586735f,-0.2746089400737647f,-0.2502906739040436f,-0.10087196584230967f,-0.29494147931091264f,0.9543613110083242f,0.046946904395960255f,2.347421111327269f,0.22597569602430098f,0.11740706146580995f,-0.9670318333562222f,-0.09452257074876778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678288922719106f,0.0257257427567458f,-0.2502906739040436f,-0.12944512354200366f,0.014407848051151084f,0.9987934731876114f,0.046946904395960255f,2.355786314065873f,0.25119643548080356f,0.04183042047890793f,-0.9670318333562222f,-0.08672105376740702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9599377053939878f,-0.12599277883904791f,-0.2502906739040436f,-0.19754414989204716f,-0.14201525913058985f,0.9887505521321888f,0.046946904395960255f,2.458519132353567f,0.2415600710734226f,0.08061119859366181f,-0.9670318333562222f,-0.0964233827709883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9599377053939878f,-0.12599277883904791f,-0.2502906739040436f,-0.1691957746532614f,-0.14201525913058985f,0.9887505521321888f,0.046946904395960255f,2.236050258123825f,0.2415600710734226f,0.08061119859366181f,-0.9670318333562222f,-0.11456090245456219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672658468324054f,-0.04184925457220971f,-0.2502906739040436f,-0.019018217271451882f,-0.05529955943078094f,0.9973655031604002f,0.046946904395960255f,1.7303457919205938f,0.24766659096121837f,0.05925110123324542f,-0.9670318333562222f,-0.14566567091437083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01734371282308305f,-0.05071524605720509f,-0.9985625465852741f,2.6457473556579288e-17f,-0.18701776261959968f,0.9809221117882497f,-0.053067570790828675f,1.3625f,0.9822034168593946f,0.18766932200612255f,0.007528179560346598f,-0.21604166666666677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019410807143880545f,-0.47085226117344336f,-0.8819985083399399f,0.27943808411386584f,-0.19824622280826482f,0.8628364859996828f,-0.4649856272724732f,0.7892949054299343f,0.9799600276073913f,0.1838786191365792f,-0.07659632965192234f,-0.44315995186699747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019410807143880545f,-0.6236992581869922f,-0.7814233525452251f,0.04165274193007508f,-0.19824622280826482f,0.7636513091521304f,-0.6144388604023132f,1.080436967044184f,0.9799600276073913f,0.16684098227723698f,-0.10882293381676404f,-0.3795518273738009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.047310869830242804f,-0.001074444083298029f,-0.9988796359751346f,0.31689516020058234f,0.17050449899761738f,0.9853145468975902f,-0.009135616759010451f,1.191454749091258f,0.9842204516354441f,-0.17074568586616728f,-0.04643289071999282f,-0.12481035347619873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.047310869830242804f,-0.9958847233278344f,-0.07730006104880141f,-0.0012444139274273304f,0.17050449899761738f,0.06819943365567604f,-0.982993923211439f,1.100823639405251f,0.9842204516354441f,-0.05968630572658715f,0.16657625128221326f,-0.1244023636091681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08173152313925117f,-0.7473018480370033f,-0.6594390844087253f,0.010518571339379593f,-0.03450906054525783f,0.6633779030293248f,-0.7474883828613658f,1.2529330557320046f,0.9960567668891277f,-0.03833674077038505f,-0.0800075711510012f,-0.2305408263234321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09556937220868972f,-0.6976606355094641f,-0.7100254451469805f,0.013921511315994778f,-0.22430998455726292f,0.6798506849069493f,-0.6982034639411872f,1.2155337900042096f,0.9698203575526539f,0.22599266335897467f,-0.09151934322513325f,-0.23548860840607577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006978627661786417f,-0.67917745983516f,-0.7339409218784697f,0.010518571339379593f,-0.13052619222005157f,0.7270606794842501f,-0.6740516905196773f,1.2529330557320046f,0.9914203003270069f,0.10050246962020554f,-0.08357656190432444f,-0.2305408263234321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0034837881567850817f,-0.10985236240294925f,-0.9939418100143337f,0.015615800369652887f,-0.043691031866249355f,0.9929819795091728f,-0.10989941812633645f,1.277155609138755f,0.9990390167328508f,0.043809209585839975f,-0.0013402242062149727f,-0.2273876671663221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010420355596470966f,-0.10863887067163477f,-0.9940266656224244f,0.015615800369652887f,-0.2163679694371895f,0.9702851882981554f,-0.10831230387560252f,1.277155609138755f,0.9762562767997299f,0.21620418392900095f,-0.013395255157115493f,-0.2273876671663221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006978627661786417f,-0.03979409285610308f,-0.999183531154171f,0.015615800369652887f,-0.13052619222005157f,0.9906228329147012f,-0.04036478728528495f,1.277155609138755f,0.9914203003270069f,0.13070131247165045f,0.0017190164908174634f,-0.2273876671663221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.025661128233134513f,-0.4174739308559545f,-0.9083264961199142f,0.0176489414851341f,0.049405537121497894f,0.9069857398828218f,-0.4182534644817022f,1.2759202655444732f,0.9984490970497891f,-0.05560921420851027f,-0.0026487535885959847f,-0.032137916171836534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03021344980008229f,-0.3848155535369039f,-0.922498854854175f,0.004599155259594045f,-0.25672013245363845f,0.8889729881613796f,-0.3792384473025039f,1.3170720813909218f,0.9660134165963558f,0.24828212999632904f,-0.0719309591227712f,-0.41748158973740546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006978627661786417f,-0.26354156165042764f,-0.9646227988383916f,0.03993058218682847f,-0.13052619222005157f,0.9561531324266399f,-0.2621718911234737f,1.143547266031173f,0.9914203003270069f,0.1277381408725612f,-0.027726439835100015f,-0.2372690182748391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006978627661786417f,-0.17846628993889002f,-0.9839212784117469f,2.6457473556579288e-17f,-0.13052619222005157f,0.9753644669856578f,-0.17784001148874715f,1.3625f,0.9914203003270069f,0.12966857713891836f,-0.016487819815733343f,-0.21604166666666677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9776086971308167f,-0.004931387343351252f,0.21037327946547252f,0.676896552703244f,0.02657534892764715f,0.9946142278020029f,-0.10018127910542508f,1.808404872197658f,-0.2087462242139047f,0.10352883305000161f,0.9724745727286364f,-0.429928150170956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9776086971308167f,-0.004931387343351252f,0.21037327946547252f,0.768547368059258f,0.02657534892764715f,0.9946142278020029f,-0.10018127910542508f,1.8108963111596248f,-0.2087462242139047f,0.10352883305000161f,0.9724745727286364f,-0.4494981086910095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9776086971308167f,-0.004931387343351252f,0.21037327946547252f,0.6911659684614302f,0.02657534892764715f,0.9946142278020029f,-0.10018127910542508f,1.8246777835444552f,-0.2087462242139047f,0.10352883305000161f,0.9724745727286364f,-0.5855843153402782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.35028507326907443f,-0.7324445664160283f,-0.5838024705090887f,-0.9408617746022833f,-0.09838002847166785f,0.6486156150018105f,-0.7547311799400742f,2.5136944934098295f,0.9314621503006942f,-0.20693656299324972f,-0.29925828552230227f,-0.6202345419409556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11864538131924604f,-0.7324445664160283f,-0.6704090024897091f,-0.9292695540957036f,0.42089985507018834f,0.6486156150018105f,-0.6341459579447917f,2.4975542502753165f,0.899314508663963f,-0.20693656299324972f,0.38524105882296034f,-0.711854274942562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1236503520701838f,-0.7324445664160283f,-0.6695039563442144f,-0.8346400708973613f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6168327396547415f,0.9772771520171347f,-0.20693656299324972f,0.04589800694822177f,-0.6729291094839921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0904105721541276e-7f,1.435552752197922e-8f,-0.000015624612922138934f,0.6876859624909912f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5262592261912227f,0.000015490942192609484f,0.0000020394212296390086f,1.0998196819974275e-7f,-0.1920424970437201f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238.mcfunction new file mode 100644 index 000000000..4f79d6219 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238_as_bone.mcfunction new file mode 100644 index 000000000..a63159696 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_238_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.41562534088925496f,0.031227995107919664f,-0.7022996744813959f,-0.338411710921217f,-0.25270755243370413f,0.7679614159151895f,-0.1154062435613787f,1.4684365528741763f,0.656002220574063f,0.2760516626132169f,0.4005009495804241f,-0.21348679235740164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3878578109332781f,-0.12754484229339527f,-0.6879670280634083f,-0.338411710921217f,0.059181820566717f,0.7897575452790289f,-0.11305101410094241f,1.4684365528741763f,0.6971827813510991f,0.003915722052890591f,0.3923274608134767f,-0.21348679235740164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3915291625818586f,0.026979188740363667f,-0.716185368928537f,-0.33710164099704115f,-0.0169574462806701f,0.8155106309412472f,0.03999125256717229f,1.4537753066005215f,0.7164927105756422f,0.03404377536591686f,-0.3904147301207375f,-0.13886648089368747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36445740562310314f,-0.12235709733244798f,-0.70156934099122f,-0.33710164099704115f,-0.3210602889023875f,0.7317004865879027f,0.03917510455559735f,1.4537753066005215f,0.6356815951216399f,0.29940464034380687f,-0.3824470825672531f,-0.13886648089368747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08359984340024143f,-0.003905650427965848f,1.5602570500011173f,-0.001532464727924035f,1.5351360963782847f,0.2790740244287373f,0.08295242302422796f,1.5401257033891067f,-0.2788807662423084f,1.5373707050623422f,-0.011094297464007646f,0.674764363101233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0024996162738984435f,-0.998564512000715f,0.0535038997761543f,-0.0005517479314078874f,0.17860737563438922f,-0.05308955073550577f,-0.9824871016821026f,1.5056555071204114f,0.9839172512398995f,0.007100350376964416f,0.17848369039507472f,0.4847106090324496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01198072230364334f,-0.998564512000715f,0.05220514980206919f,-0.006825625264605204f,-0.09218231677615149f,-0.05308955073550577f,-0.9943258621178891f,1.529895643057464f,0.995670067224512f,0.007100350376964416f,-0.09268604133126028f,0.13571750314994546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9765922412866131f,-0.031678295710907786f,-0.21275356598572387f,0.24992838118742355f,0.17206765008222896f,0.47847564286773825f,-0.8610771062904206f,1.4511812845823313f,0.12907485446038372f,-0.8775292272985313f,-0.4618247905676718f,-0.5868819282960405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7510018445371109f,-0.031678295710907786f,-0.6595397752089781f,0.008333053068611276f,0.5679522226265568f,0.47847564286773825f,-0.669694954435121f,1.6370928121553248f,0.3367885127426581f,-0.8775292272985313f,-0.3413443319017201f,-0.4518636722280569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06418030263262753f,-0.5710535478855095f,-0.8184001064279965f,0.2564854503552817f,-0.35722274641029805f,0.7526023865486603f,-0.5531559971728994f,1.3474903577876245f,0.9318115679691191f,0.3278528529822987f,-0.1556910677922756f,-0.049671416712603736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.017224557589637948f,-0.30743652500826296f,-0.9514126852773641f,0.19289477263324892f,-0.1927633602727632f,0.9326812995222936f,-0.3048735483077506f,1.520462641771131f,0.9810940839451607f,0.18864881821058171f,-0.04319747487477406f,-0.014569747516087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01677949972070017f,-0.5406941239321464f,-0.8410519084660419f,0.20291773236155725f,-0.3806285443355178f,0.7743809646932909f,-0.5054265849336705f,1.401519172598196f,0.9245757727877947f,0.3286091688707677f,-0.19280989214227437f,-0.3745637359402725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.021905855654990182f,-0.048877897467017324f,-0.998564512000715f,0.18751209838648705f,-0.2838188999307766f,0.9574070877347763f,-0.05308955073550599f,1.5807011918563696f,0.9586276469673229f,0.28457445334115594f,0.007100350376964387f,-0.3211616487489497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9672960524405856f,-0.03981970728392305f,-0.25050496570863073f,0.2503209143509999f,-0.05672759610625078f,0.99654652653211f,0.06063827419041887f,2.2466311693938876f,0.24722525512751659f,0.07286570776853138f,-0.966214397459759f,-0.1445534316355978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9672960524405856f,-0.03981970728392305f,-0.25050496570863073f,0.2680871391928281f,-0.05672759610625078f,0.99654652653211f,0.06063827419041887f,2.12987497663671f,0.24722525512751659f,0.07286570776853138f,-0.966214397459759f,-0.2535151919357985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9672960524405856f,-0.03981970728392305f,-0.25050496570863073f,-0.3179655164578441f,-0.05672759610625078f,0.99654652653211f,0.06063827419041887f,2.213303706681465f,0.24722525512751659f,0.07286570776853138f,-0.966214397459759f,0.0006914057518181971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9672960524405856f,-0.03981970728392305f,-0.25050496570863073f,-0.3727464955490598f,-0.05672759610625078f,0.99654652653211f,0.06063827419041887f,2.092292944216319f,0.24722525512751659f,0.07286570776853138f,-0.966214397459759f,-0.08972846041381875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539278372206906f,0.2219377974011843f,-0.20190417395429533f,0.15583569758835414f,0.09012101553724601f,0.8538055301557098f,0.5127322100610243f,2.319367181615082f,0.2861815576412829f,0.4709137190189279f,-0.8344701224763958f,-0.08969019124487433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.976902123200674f,0.06997818392791244f,-0.20190417395429533f,0.04401641178099064f,-0.04455313506956805f,0.8573918001248964f,0.5127322100610243f,2.3228755935599597f,0.20899105206081892f,0.5098846485752839f,-0.8344701224763958f,-0.060479251647589896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9183883166325336f,0.3835745696993986f,-0.09712594582696418f,0.008829030247597541f,0.10593034370528112f,0.4748515178408421f,0.8736674414711407f,2.3522881533515476f,0.38123701572032875f,0.7920773860451829f,-0.476730272125117f,-0.11212162927715769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9919702536698799f,0.08100349672286952f,-0.09712594582696418f,0.0389681227998898f,-0.04599144516326584f,0.48434490674008834f,0.8736674414711407f,2.3575044616556218f,0.11781257490568922f,0.8711190761506737f,-0.476730272125117f,-0.1087024403673133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670857150907112f,0.23518454522928442f,-0.09712594582696418f,0.10849946095195648f,0.030343022225967922f,0.4855764643343672f,0.8736674414711407f,2.436446754849096f,0.2526351532738113f,0.8419642076536447f,-0.476730272125117f,-0.04374744139580605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670857150907112f,0.1548545259503944f,-0.20190417395429533f,0.07365719261311779f,0.030343022225967922f,0.8580122270504843f,0.5127322100610243f,2.243394003762737f,0.2526351532738113f,0.48972961317909564f,-0.8344701224763958f,-0.1539366043611024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9491578582922502f,-0.19064790110931218f,-0.25050496570863073f,-0.2324069680226037f,-0.2119234080298849f,0.9754032339664483f,0.06063827419041887f,2.3266225075446374f,0.23278279397555843f,0.11064316052249865f,-0.966214397459759f,-0.037019049422492296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9672960524405857f,-0.03981970728392305f,-0.25050496570863073f,-0.12139023907824029f,-0.05672759610625078f,0.99654652653211f,0.06063827419041887f,2.343199257162214f,0.2472252551275166f,0.07286570776853138f,-0.966214397459759f,-0.06476139776595294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9289299666583919f,-0.2726469864116538f,-0.25050496570863073f,-0.09961223922292549f,-0.2961289688157186f,0.9532211881464587f,0.06063827419041887f,2.3401615850420048f,0.22225379833014772f,0.13051048720044198f,-0.966214397459759f,-0.07059829723330839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677174502386197f,0.02775245320655685f,-0.25050496570863073f,-0.12816597826539777f,0.012926161079581416f,0.9980761063480841f,0.06063827419041887f,2.348477030582095f,0.25170588166232655f,0.05544264854843762f,-0.966214397459759f,-0.06267346429095709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9601446827620618f,-0.12397358718314636f,-0.25050496570863073f,-0.19606087761323648f,-0.14336648317904188f,0.9878102303601035f,0.06063827419041887f,2.451469406567197f,0.239933823511011f,0.09413553248833148f,-0.966214397459759f,-0.0709497957693487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9601446827620618f,-0.12397358718314636f,-0.25050496570863073f,-0.1681668204970286f,-0.14336648317904188f,0.9878102303601035f,0.06063827419041887f,2.2292121047361744f,0.239933823511011f,0.09413553248833148f,-0.966214397459759f,-0.09213029057922326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9672960524405856f,-0.03981970728392305f,-0.25050496570863073f,-0.019018933780550137f,-0.05672759610625078f,0.99654652653211f,0.06063827419041887f,1.7236780133332985f,0.24722525512751659f,0.07286570776853138f,-0.966214397459759f,-0.1301829227809177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.017224557589637948f,-0.05071715674813376f,-0.998564512000715f,2.482461115771613e-17f,-0.1927633602727632f,0.9798080355554627f,-0.05308955073550599f,1.35625f,0.9810940839451607f,0.19340109480644152f,0.007100350376964387f,-0.20270833333333327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01819175766880137f,-0.44927171457927884f,-0.8932099341319006f,0.2686923172280584f,-0.1983859583790722f,0.8739734798225443f,-0.4436365269957939f,0.7769131866019764f,0.9799551374787198f,0.18527083700860122f,-0.07323008591552845f,-0.4306037168199838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01819175766880137f,-0.6045231999110815f,-0.7963797842249549f,0.03821784726195862f,-0.1983859583790722f,0.7784923774916737f,-0.5954768087049053f,1.073713405520677f,0.9799551374787198f,0.16882333652853726f,-0.10576676969840582f,-0.3662398197684789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04370405570715825f,0.014603502650317832f,-0.998937782459492f,0.31539097518214704f,0.16771944235583786f,0.9858093885321431f,0.00707376404248769f,1.180123026814677f,0.9848655462399891f,-0.1672321356445111f,-0.045533159754001754f,-0.11142731404511602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04370405570715825f,-0.9947126130423971f,-0.09293424002547018f,-0.004162900047044764f,0.16771944235583786f,0.08439767117294603f,-0.9822154660543837f,1.0946120441590872f,0.9848655462399891f,-0.05851367835770868f,0.16314412424129232f,-0.11104548125253227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08103744582302345f,-0.7396411665733941f,-0.6681046902128656f,0.009238146972842379f,-0.03349179756631036f,0.6719514864073851f,-0.7398374817557456f,1.2465679588966385f,0.9961481977448223f,-0.037578512807911545f,-0.0792251443980243f,-0.217209634995897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09403349182922867f,-0.6895248909409882f,-0.7181316920922098f,0.012204044599912412f,-0.22532724753621036f,0.6878696835847143f,-0.6899731371023226f,1.209131568643308f,0.9697346719243143f,0.22669522089775748f,-0.09068595751250116f,-0.22215794390562396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006554094187445306f,-0.670635275091391f,-0.7417582973263436f,0.009238146972842379f,-0.13052619222005157f,0.7348542338785473f,-0.6655465183556349f,1.2465679588966385f,0.9914231977283546f,0.10118094066506561f,-0.08271916496324311f,-0.217209634995897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004069480644145243f,-0.09834273475728575f,-0.9951442839346186f,0.014617891017712442f,-0.043655943156658814f,0.9941862831949503f,-0.09842658652067977f,1.270730329888108f,0.999038336578927f,0.043844507380838844f,-0.00024742300229789243f,-0.21406409337603588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008988827116508639f,-0.09720306382366192f,-0.9952239774896716f,0.014617891017712442f,-0.21640305814678001f,0.9714894919839329f,-0.09683947226994584f,1.270730329888108f,0.9762627297053754f,0.21623998554405557f,-0.012302489183728704f,-0.21406409337603588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006554094187445306f,-0.028221585389997583f,-0.9995802048697529f,0.014617891017712442f,-0.13052619222005157f,0.9910254307067036f,-0.028835894942360274f,1.270730329888108f,0.9914231977283546f,0.1306603911316194f,0.002811617935635863f,-0.21406409337603588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024000215310698216f,-0.4070441171779295f,-0.9130931367258653f,0.01684965685767343f,0.04977058976549245f,0.9117371326537136f,-0.40774782566529977f,1.2694857587745703f,0.9984722720533781f,-0.05523121953410598f,-0.0016230617179279934f,-0.01881657030857431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.028303939035442014f,-0.37426418076983214f,-0.9268900744035207f,0.0038550519497441028f,-0.2569816014040629f,0.893370862161494f,-0.3685769379391936f,1.310757458560417f,0.9660017306272702f,0.24862587482704862f,-0.07089309410375193f,-0.4041492871456913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006554094187445306f,-0.2523548889715015f,-0.9676125535882444f,0.037379032709640825f,-0.13052619222005157f,0.9591388481512736f,-0.2510290483421837f,1.1368496779446993f,0.9914231977283546f,0.1279440501908136f,-0.026652636395942723f,-0.22396058399583899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006554094187445306f,-0.16706161163099922f,-0.985924673475938f,2.482461115771613e-17f,-0.13052619222005157f,0.9773676584216233f,-0.16647934831674233f,1.35625f,0.9914231977283546f,0.12978011477374432f,-0.015400156343281218f,-0.20270833333333327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9927326294390018f,0.004079947198313271f,-0.12027169441720073f,0.6267468924156179f,-0.016556165514638153f,0.9945520461101678f,-0.10291803030339516f,1.80128753710401f,0.11919655964237158f,0.10416132491926948f,0.9873918161299925f,-0.4297598608791477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9927326294390018f,0.004079947198313271f,-0.12027169441720073f,0.7198155764255243f,-0.016556165514638153f,0.9945520461101678f,-0.10291803030339516f,1.7997353965870126f,0.11919655964237158f,0.10416132491926948f,0.9873918161299925f,-0.41858518341267537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9927326294390018f,0.004079947198313271f,-0.12027169441720073f,0.6913219885831512f,-0.016556165514638153f,0.9945520461101678f,-0.10291803030339516f,1.8159491713910205f,0.11919655964237158f,0.10416132491926948f,0.9873918161299925f,-0.5722812945654104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34044396801809407f,-0.7323558876383407f,-0.5897056541034289f,-0.9406476471497296f,-0.08519316941361235f,0.6486156150018105f,-0.756333198967946f,2.5066287047084534f,0.9363973667868563f,-0.20725018170626763f,-0.28320899289634244f,-0.6011076598993034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10653913799702193f,-0.7323558876383407f,-0.6725356986185265f,-0.9290161955206122f,0.4097683769849738f,0.6486156150018105f,-0.6413950897839205f,2.4904884615739404f,0.9059466260757042f,-0.20725018170626763f,0.3691992319666538f,-0.6927224206344508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12406881737725206f,-0.7323558876383407f,-0.6695235487987469f,-0.8344033890153588f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6097669509533654f,0.9772241145082391f,-0.20725018170626763f,0.0456113166473714f,-0.6537567377639828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0240772167883291e-7f,1.3482232331253255e-8f,-0.000015624658584684402f,0.6876756228379002f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5200092261912226f,0.000015490987464505542f,0.000002039427189797195f,1.032913938723028e-7f,-0.1784146941605368f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239.mcfunction new file mode 100644 index 000000000..924081c67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239_as_bone.mcfunction new file mode 100644 index 000000000..fe9b0b75e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_239_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4266132317629519f,0.033146573483756984f,-0.695591043354858f,-0.33701063396889536f,-0.25466614391102843f,0.7666629128334208f,-0.11965608081374869f,1.4624983216695189f,0.648144081261799f,0.27941676255461995f,0.4108283913913909f,-0.20040975713188483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39852134952116675f,-0.12992755102911238f,-0.6813953077761875f,-0.33701063396889536f,0.05692247213107399f,0.7893165918968194f,-0.11721411998081506f,1.4624983216695189f,0.6913324570294057f,0.009907029825694663f,0.4024441385058523f,-0.20040975713188483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4031834474466913f,0.029015270356620215f,-0.7096095167312636f,-0.3356971931626533f,-0.020445084364961938f,0.8151724450743234f,0.04494805625722975f,1.44707597255202f,0.7099081283340507f,0.039955516792124356f,-0.4017193677775116f,-0.1242792573793747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3757680961904431f,-0.12488327620792825f,-0.695127689859197f,-0.3356971931626533f,-0.3240899110880714f,0.7300869966480696f,0.04403074898667404f,1.44707597255202f,0.6275062289860841f,0.3022865274023568f,-0.3935210133330726f,-0.1242792573793747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08354239346634335f,-0.002000678867070188f,1.5602637327637865f,-0.0013061563993948633f,1.5438221113274357f,0.22613823513844117f,0.08295201736527827f,1.5192465763375773f,-0.22592079822453948f,1.5460477825386063f,-0.010114199772845858f,0.6880491714012794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0012804344749252211f,-0.9985687889688233f,0.053467131818459517f,-0.000560929962178899f,0.14472847048859971f,-0.053089291113777935f,-0.9880461512495592f,1.4913203161090862f,0.9894705808247084f,0.006473087854620878f,0.14458931086370264f,0.4969231545980119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01241999801408605f,-0.9985687889688233f,0.05202035511861873f,-0.00692588563596675f,-0.1124653277161561f,-0.053089291113777935f,-0.992236401887541f,1.5216575165759727f,0.9935780259803593f,0.006473087854620878f,-0.11296373498870613f,0.15006155434208468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9746046454063028f,-0.031381910008688854f,-0.22172271168434943f,0.24792345526167908f,0.17932984556423653f,0.48361684638604197f,-0.8567120592016472f,1.4451745485790848f,0.13411409934217133f,-0.874717052317963f,-0.46570751200921395f,-0.5739346193874911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7449151258902776f,-0.031381910008688854f,-0.6664207611892641f,0.00842288874798104f,0.5721876650907536f,0.48361684638604197f,-0.6623564159949016f,1.6322993383870084f,0.3430783163329672f,-0.874717052317963f,-0.34229716219435774f,-0.43687580061263753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05188514777144537f,-0.5733984605112155f,-0.8176320302704041f,0.2564366773181933f,-0.32930301355656605f,0.7631188967210618f,-0.5560657108020539f,1.3403321666372867f,0.9427976753807251f,0.2981002431240159f,-0.14922730429148423f,-0.036311029881306835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016906608860302725f,-0.30745962712598324f,-0.9514109229267844f,0.19284167896377905f,-0.19851646377775806f,0.931571139385086f,-0.3045758130153258f,1.5130981564406445f,0.9799517233956061f,0.19402007615791714f,-0.04528608905234804f,-0.000215303658274546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013418683610124688f,-0.5418870970136886f,-0.8403441634355822f,0.20306751678092688f,-0.34253626410306626f,0.7870776811387183f,-0.5130084128234276f,1.395028761294138f,0.9394087750838214f,0.2947322478850506f,-0.17505443539693363f,-0.3566167703327536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.020422119171755994f,-0.049429856826332434f,-0.9985687889688234f,0.18755836369493442f,-0.2666365977528736f,0.9623338567814231f,-0.053089291113778164f,1.5751345513711938f,0.9635807500086885f,0.2673391803427239f,0.006473087854620856f,-0.30645021721940147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9673764424063312f,-0.03779421004417546f,-0.2505083159585848f,0.25136780069838605f,-0.05813728115803848f,0.9955391657709317f,0.07430898973656287f,2.2395520711205816f,0.24658239032181636f,0.08644863852747575f,-0.965258389075135f,-0.12198506038190954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9673764424063312f,-0.03779421004417546f,-0.2505083159585848f,0.2688835389230281f,-0.05813728115803848f,0.9955391657709317f,0.07430898973656287f,2.1242562912304446f,0.24658239032181636f,0.08644863852747575f,-0.965258389075135f,-0.232530953810706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9673764424063312f,-0.03779421004417546f,-0.2505083159585848f,-0.3169658592153336f,-0.05813728115803848f,0.9955391657709317f,0.07430898973656287f,2.205396418440234f,0.24658239032181636f,0.08644863852747575f,-0.965258389075135f,0.022882093932157593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9673764424063312f,-0.03779421004417546f,-0.2505083159585848f,-0.37200335417116637f,-0.05813728115803848f,0.9955391657709317f,0.07430898973656287f,2.085740342463244f,0.24658239032181636f,0.08644863852747575f,-0.965258389075135f,-0.06917012022250266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9531105818429858f,0.23224243132818667f,-0.19401977185250174f,0.1577534640539472f,0.08650324849177943f,0.8234594392020369f,0.5607421332390106f,2.3080253028991438f,0.28999552889535f,0.5176659203384351f,-0.8049376299694695f,-0.06296290851070901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9777069294886324f,0.08028379761952625f,-0.19401977185250174f,0.045945330238371815f,-0.04337918689496469f,0.8268533764549163f,0.5607421332390106f,2.311361188694499f,0.20544441139695577f,0.5566578892685267f,-0.8049376299694695f,-0.033689136911567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172836476659975f,0.3899326251285601f,-0.080890404776534f,0.010907839166871172f,0.09407697963117173f,0.4095506172990429f,0.9074237233913653f,2.3457436897276183f,0.3869628297757264f,0.8247550180085733f,-0.41235776777167593f,-0.08502778000371909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9928843982296954f,0.08739172825355765f,-0.080890404776534f,0.0411248763914506f,-0.03708557629056225f,0.4185771688204552f,0.9074237233913653f,2.3501725736923045f,0.11316020406155189f,0.9039667248162998f,-0.41235776777167593f,-0.08120923666944632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669892654320031f,0.2416371307443515f,-0.080890404776534f,0.11186465496171f,0.02885090417604249f,0.419225251571009f,0.9074237233913653f,2.4229848612678366f,0.2531785651817688f,0.8751352384008204f,-0.41235776777167593f,-0.010640836963213385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669892654320031f,0.16519106716035675f,-0.19401977185250174f,0.07469666485062978f,0.02885090417604249f,0.8274876949772658f,0.5607421332390106f,2.236800129897952f,0.2531785651817688f,0.536633977671591f,-0.8049376299694695f,-0.13138348193932117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9495541161012585f,-0.18865991686299188f,-0.2505083159585848f,-0.23118319681825206f,-0.21315815157766943f,0.974187752160908f,0.07430898973656287f,2.3190455780431747f,0.2300230053954354f,0.12395829665224617f,-0.965258389075135f,-0.013293832075064863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9673764424063312f,-0.03779421004417545f,-0.2505083159585848f,-0.12013679644376768f,-0.058137281158038484f,0.9955391657709317f,0.07430898973656287f,2.335774550690348f,0.2465823903218164f,0.08644863852747575f,-0.965258389075135f,-0.04082525163599262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.929497980830362f,-0.2707011031892433f,-0.2505083159585848f,-0.09836575046942161f,-0.2972530775719664f,0.9519027166251425f,0.07430898973656287f,2.332772717456666f,0.21834402099960068f,0.14353442379373915f,-0.965258389075135f,-0.04670646574704764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.967656352833426f,0.02977862415736439f,-0.2505083159585848f,-0.12690157209723743f,0.011449640015241375f,0.9971695341253929f,0.07430898973656287f,2.3410370559033775f,0.2520120801958373f,0.06903733595266877f,-0.965258389075135f,-0.038664499627765726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.960401300536081f,-0.12196280401908437f,-0.2505083159585848f,-0.19458907665524697f,-0.14468300667825662f,0.9866838407630233f,0.07430898973656287f,2.4442696737801226f,0.23810957458099685f,0.10761074673531201f,-0.965258389075135f,-0.04552546634342191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.960401300536081f,-0.12196280401908437f,-0.2505083159585848f,-0.16714744575095303f,-0.14468300667825662f,0.9866838407630233f,0.07430898973656287f,2.2222658096084427f,0.23810957458099685f,0.10761074673531201f,-0.965258389075135f,-0.06973788435886707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9673764424063312f,-0.03779421004417546f,-0.2505083159585848f,-0.019027472928815934f,-0.05813728115803848f,0.9955391657709317f,0.07430898973656287f,1.716996991366327f,0.24658239032181636f,0.08644863852747575f,-0.965258389075135f,-0.1147012857358275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016906608860302725f,-0.05073992781017589f,-0.9985687889688234f,2.3191748758853022e-17f,-0.19851646377775806f,0.9786586436435385f,-0.053089291113778164f,1.35f,0.9799517233956061f,0.19912990470446051f,0.006473087854620856f,-0.18937500000000018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.016906608860302735f,-0.4274363832266605f,-0.9038873297435669f,0.257819446079813f,-0.19851646377775814f,0.8845842110961429f,-0.4220213111782254f,0.7647507165149308f,0.979951723395606f,0.1865714655930157f,-0.06989784002710935f,-0.41800610778940506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.016906608860302735f,-0.584999304000514f,-0.8108575589434672f,0.03478846142961703f,-0.19851646377775814f,0.7928644913024228f,-0.5761571938637272f,1.0670303038239795f,0.979951723395606f,0.17070943954762585f,-0.1027273433089588f,-0.3529231339618727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040231814797502395f,0.03031232226624063f,-0.9987304762531913f,0.31379958274858394f,0.1648798690931595f,0.9860387543093428f,0.023285269332803588f,1.1688002056070117f,0.9854927852835461f,-0.16373374154066783f,-0.044668020273700815f,-0.09803318398829562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040231814797502395f,-0.9932734461099284f,-0.10857836953558547f,-0.0070867709839854175f,0.1648798690931595f,0.10057719763423825f,-0.981172184727974f,1.08843366160934f,0.9854927852835461f,-0.05737672497581264f,0.15972439258024407f,-0.09768717952790466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0803972116647028f,-0.7318788206801269f,-0.6766754615001253f,0.007957430033447172f,-0.03248752031192055f,0.6804363922237884f,-0.732086659598068f,1.2402177112539f,0.9962333307917997f,-0.03687421832854758f,-0.07848211670269273f,-0.20387705623112365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09242200005498995f,-0.6813113775468228f,-0.726135648987905f,0.010486210496687144f,-0.2263315247906002f,0.6957932505746613f,-0.6816493184480628f,1.2027492647630103f,0.9696557197231381f,0.22734678198733524f,-0.08989563909448371f,-0.20882543090651784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.00606427490764581f,-0.6620097038774417f,-0.7494707309441418f,0.007957430033447172f,-0.13052619222005157f,0.7425483007727743f,-0.6569512418467596f,1.2402177112539f,0.9914263148183925f,0.10180949362199564f,-0.08190658883175501f,-0.20387705623112365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004589722056313495f,-0.08682280392644924f,-0.9962131976488742f,0.013618761720520326f,-0.043632548044126265f,0.9952575263635497f,-0.08694053696570651f,1.2643166286318361f,0.9990371040169742f,0.04386635310870638f,0.0007796552568162351f,-0.20073894298582032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0074926749652216365f,-0.08576830613497913f,-0.9962869353176331f,0.013618761720520326f,-0.2164264532593126f,0.9725607351525323f,-0.08535342271497258f,1.2643166286318361f,0.9762701727244666f,0.21626237329295792f,-0.011275448826417546f,-0.20073894298582032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.00606427490764581f,-0.016653824621247593f,-0.9998429250113885f,0.013618761720520326f,-0.13052619222005157f,0.9912938595192522f,-0.017303098680852114f,1.2643166286318361f,0.9914263148183925f,0.1306106205670499f,0.0038377181646739762f,-0.20073894298582032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022400954206998742f,-0.39655613465753703f,-0.9177371242987227f,0.01603616773535259f,0.05011152901646912f,0.9163682085495304f,-0.3971877906222143f,1.2630595747073752f,0.9984923794953305f,-0.05488659604309359f,-0.0006554880279174991f,-0.005493710102683208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026327881168077463f,-0.3636787785360237f,-0.9311522908288125f,0.003123520890808069f,-0.25722579913712373f,0.8976455361731062f,-0.3578650299299509f,1.3044524184784736f,0.9659926143255275f,0.24893822010901095f,-0.06991445943072101f,-0.39081618759524983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.00606427490764581f,-0.24114270833469276f,-0.9704707202109982f,0.034823857969758946f,-0.13052619222005157f,0.961994711829306f,-0.23985222024610217f,1.130181655093862f,0.9914263148183925f,0.12812637757097417f,-0.02564163910832351f,-0.21064812203998654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.00606427490764581f,-0.15564299109166077f,-0.9877947579805663f,2.3191748758853022e-17f,-0.13052619222005157f,0.9792385299218751f,-0.15509614650589804f,1.35f,0.9914263148183925f,0.12987363412365896f,-0.014377115327328688f,-0.18937500000000018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9072080145913964f,0.011518466959170843f,-0.420524604726105f,0.5858984315769493f,-0.05562706888414508f,0.9941319361691627f,-0.092775657884546f,1.7959117294088485f,0.4169883061531761f,0.10755937154642656f,0.9025251986089045f,-0.4431002208561817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9072080145913964f,0.011518466959170843f,-0.420524604726105f,0.6709491829448927f,-0.05562706888414508f,0.9941319361691627f,-0.092775657884546f,1.79069669170096f,0.4169883061531761f,0.10755937154642656f,0.9025251986089045f,-0.40400756715432146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9072080145913964f,0.011518466959170843f,-0.420524604726105f,0.6915024979698368f,-0.05562706888414508f,0.9941319361691627f,-0.092775657884546f,1.807220559237586f,0.4169883061531761f,0.10755937154642656f,0.9025251986089045f,-0.5589326737965873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.33056529785345623f,-0.7322534050825313f,-0.5954255071796082f,-0.9404127990919164f,-0.07198035969086913f,0.6486156150018105f,-0.7577048315766477f,2.4995629160070787f,0.9410342244965528f,-0.20761198115923105f,-0.26711767744818055f,-0.5820425959950402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09433483013348601f,-0.7322534050825313f,-0.6744671160024958f,-0.9287360860693293f,0.3985120794826145f,0.6486156150018105f,-0.648448846465367f,2.4834226728725657f,0.912298779090561f,-0.20761198115923105f,0.35299887103078725f,-0.673651598961708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12455160557426215f,-0.7322534050825313f,-0.669546001626409f,-0.8341425423366615f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6027011622519907f,0.9771626983111232f,-0.20761198115923105f,0.04528052902146215f,-0.6346391768315934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.475429543196579e-8f,1.2474639650752269e-8f,-0.00001562470770948573f,0.6876635364943424f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5137592261912227f,0.000015491036169037384f,0.0000020394336018704557f,9.557192651204836e-8f,-0.1647416135936182f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..4a78726eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6224204157044501f,-0.11039624110979486f,-0.5170589333021642f,0.04622955238458579f,-0.022429645727993976f,0.8034600723281567f,-0.14454503661971257f,1.3849576340216327f,0.5282368612197189f,-0.09596367316701364f,-0.6153870622018944f,-0.33804207840233574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6046905748453308f,0.1334176196849284f,-0.5065067101735486f,0.04622955238458579f,0.28089655605283537f,0.7355596112600268f,-0.14159513791318784f,1.3849576340216327f,0.4420932407206422f,-0.28487154480678867f,-0.6028281425651211f,-0.33804207840233574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6260188741800898f,0.10973728947336613f,0.5128377335120493f,-0.04854060054843515f,0.022429645727993976f,0.8034600723281567f,-0.14454503661971257f,1.3849576340216327f,-0.5239672934518467f,-0.09671651316045272f,-0.6189092307594664f,-0.33771797166074435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6077002456308761f,-0.13536295425194142f,0.5023716573179259f,-0.04854060054843515f,-0.28089655605283537f,0.7355596112600268f,-0.14159513791318784f,1.3849576340216327f,-0.4379469559864858f,-0.2839523356114283f,-0.6062784301317222f,-0.33771797166074435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06419559607868085f,-1.5611802235949104f,-0.0012185648314279758f,-0.8754478807024719f,-0.35596390927226523f,-0.015824665482346553f,1.521330182852486f,1.632685333967634f,-1.5200575221812194f,-0.062226517004548496f,-0.35631340115377824f,-0.067890812478398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9991553431007426f,0.04108518149035574f,0.0007798814921143574f,-0.6265099892506565f,-0.010127785908702228f,-0.22781690193424953f,-0.9736513170255909f,1.616978518663498f,-0.03982497088291094f,-0.9728368141959804f,0.22804057673841785f,-0.07824359045828744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9991553431007426f,0.04108518149035574f,0.0007798814921143574f,-0.29866214229572524f,-0.010127785908702228f,-0.22781690193424953f,-0.9736513170255909f,1.6203016984147909f,-0.03982497088291094f,-0.9728368141959804f,0.22804057673841785f,-0.06517602188733228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9988595777894466f,-0.04773819899354101f,0.0007798814921143365f,0.6259601662073636f,0.010127785908702228f,-0.22781690193424953f,-0.9736513170255909f,1.616978518663498f,0.046658030507900294f,-0.9725330449655338f,0.22804057673841785f,-0.08252694348097224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9988595777894466f,-0.04773819899354101f,0.0007798814921143365f,0.2982093672452015f,0.010127785908702228f,-0.22781690193424953f,-0.9736513170255909f,1.6203016984147909f,0.046658030507900294f,-0.9725330449655338f,0.22804057673841785f,-0.06721727722056746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.002709885742342374f,-0.0020862080815335646f,-0.15535571287878264f,0f,0.6100194465588127f,-0.7923864428547976f,1.4111632559614347f,0.0034199042232212346f,-0.7923818090664014f,-0.6100158792324678f,0.2617604370871983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.00188983346314919f,-0.0028503112773112997f,-0.1557278710986063f,0f,0.8334476907153174f,-0.5525983594269026f,1.5639809582241386f,0.0034199042232212346f,-0.5525951278927329f,-0.833442816805279f,0.15293983300227793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0026358595579130143f,-0.0021789881337366305f,0.15714245965573392f,0f,0.6371488765507662f,-0.7707407535028209f,1.4111632559614347f,0.0034199042232212346f,-0.7707362462960252f,-0.6371451505745112f,0.26069171701744165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.00188983346314919f,-0.0028503112773112997f,0.15677030143591025f,0f,0.8334476907153174f,-0.5525983594269026f,1.5639809582241386f,0.0034199042232212346f,-0.5525951278927329f,-0.833442816805279f,0.15187111293252128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0005691663698094036f,-0.0033722091482416123f,0.2932411586766141f,0f,0.9860536810780338f,-0.16642757593758023f,2.206843895128731f,0.0034199042232212346f,-0.16642660268749862f,-0.9860479147450194f,-0.14928960928956864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0005691663698094036f,-0.0033722091482416123f,0.3304959405693346f,0f,0.9860536810780338f,-0.16642757593758023f,2.0679845997498285f,0.0034199042232212346f,-0.16642660268749862f,-0.9860479147450194f,-0.2210565223693477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0005691663698094036f,-0.0033722091482416123f,-0.29425540568827707f,0f,0.9860536810780338f,-0.16642757593758023f,2.206843895128731f,0.0034199042232212346f,-0.16642660268749862f,-0.9860479147450194f,-0.1472804155584262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0005691663698094036f,-0.0033722091482416123f,-0.33200018520384056f,0f,0.9860536810780338f,-0.16642757593758023f,2.0679845997498285f,0.0034199042232212346f,-0.16642660268749862f,-0.9860479147450194f,-0.21879083582146364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704277459008572f,0.24136822117097717f,-0.0033722091482416123f,0.20336534558436672f,0.23854797568942812f,0.9567636726287306f,-0.16642757593758023f,2.3020617426797054f,-0.03694392074830762f,-0.16231037103876417f,-0.9860479147450194f,-0.187237862062319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962384785728917f,0.08658823255056494f,-0.0033722091482416123f,0.08948618726961186f,0.08594024096341848f,0.9823014491237863f,-0.16642757593758023f,2.3218597980473175f,-0.011098143715043777f,-0.16609136351140827f,-0.9860479147450194f,-0.1901899681213834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9456983487557201f,0.3250280931952882f,-0.0033722091482416123f,0.06685969012538463f,0.32102767714426117f,0.9323320719973656f,-0.16642757593758023f,2.3195361679022644f,-0.050949618919717166f,-0.15847285622129148f,-0.9860479147450194f,-0.189720399243284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998517814803226f,0.016883224694523857f,-0.0033722091482416123f,0.09672360896589914f,0.017209009611153375f,0.9859035003263474f,-0.16642757593758023f,2.3268588410798854f,0.000514838643164834f,-0.1664609406682842f,-0.9860479147450194f,-0.1910584702507077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849008286681502f,0.1730866427378252f,-0.0033722091482416123f,0.16325571286807974f,0.17122642480096908f,0.9710733100118749f,-0.16642757593758023f,2.4195753426630877f,-0.02553172807839492f,-0.16449206877028882f,-0.9860479147450194f,-0.23862709452944264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849008286681502f,0.1730866427378252f,-0.0033722091482416123f,0.12431121825206914f,0.17122642480096908f,0.9710733100118749f,-0.16642757593758023f,2.2010838479104162f,-0.02553172807839492f,-0.16449206877028882f,-0.9860479147450194f,-0.2016163790561277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701523582866654f,-0.2424727405633093f,-0.0033722091482416123f,-0.20464125218716595f,-0.23854797568942812f,0.9567636726287306f,-0.16642757593758023f,2.3020617426797054f,0.04358055765243721f,-0.16065567161386216f,-0.9860479147450194f,-0.18584251041563568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961392663374761f,-0.08772223359043745f,-0.0033722091482416123f,-0.09078494939745824f,-0.08594024096341848f,0.9823014491237863f,-0.16642757593758023f,2.3218597980473175f,0.017911924625352908f,-0.16549523492600687f,-0.9860479147450194f,-0.1895734544944672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9453277438665242f,-0.32610440794581064f,-0.0033722091482416123f,-0.06815576977831142f,-0.32102767714426117f,0.9323320719973656f,-0.16642757593758023f,2.3195361679022644f,0.05741678485936962f,-0.15624603240854273f,-0.9860479147450194f,-0.1892586566015392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998319148346899f,-0.018021384060552786f,-0.0033722091482416123f,-0.09802814215313098f,-0.017209009611153375f,0.9859035003263474f,-0.16642757593758023f,2.3268588410798854f,0.006323928067321884f,-0.16634156955132373f,-0.9860479147450194f,-0.19039243401966968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9847031592623368f,-0.17420768164530942f,-0.0033722091482416123f,-0.16488404814573868f,-0.17122642480096908f,0.9710733100118749f,-0.16642757593758023f,2.4195753426630877f,0.03226762446556985f,-0.1633043484979732f,-0.9860479147450194f,-0.2375048814123663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9847031592623368f,-0.17420768164530942f,-0.0033722091482416123f,-0.12568731977554412f,-0.17122642480096908f,0.9710733100118749f,-0.16642757593758023f,2.2010838479104162f,0.03226762446556985f,-0.1633043484979732f,-0.9860479147450194f,-0.20076140300032239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0005691663698094036f,-0.0033722091482416123f,-0.0002909714613276112f,0f,0.9860536810780338f,-0.16642757593758023f,1.7009321981059728f,0.0034199042232212346f,-0.16642660268749862f,-0.9860479147450194f,-0.08508125981510012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0007798814921143473f,-0.0033297942510407356f,0.0000014840982152690557f,0f,0.9736513170255909f,-0.22804191030232146f,1.3358129542213761f,0.0034199042232212346f,-0.22804057673841796f,-0.9736456232202317f,0.0004339564618066234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9512805083046457f,-0.30736382514167204f,-0.02434899410518146f,0.22804182823526836f,-0.30163890200637583f,0.9113809922961527f,0.27999760655703443f,0.7485950870332209f,-0.06386992497288953f,0.2737008693365066f,-0.9596918603428904f,0.027361926922994356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9512805083046457f,-0.28885655774313496f,0.10782988253931029f,0.12488629388102819f,-0.30163890200637583f,0.9443237920498825f,-0.1314022395734494f,1.0867963626329824f,-0.06386992497288953f,-0.15752607662643392f,-0.9854471918203636f,-0.033461884530952904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9508214009387409f,0.3092286860141714f,0.017784354439760522f,-0.2317976942382887f,0.3016389020063759f,0.9113809922961529f,0.2799976065570343f,0.7652531653349276f,0.07037496936608928f,0.2715921696721553f,-0.9598359532021569f,0.04139538219380717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9508214009387409f,0.28379595205009395f,-0.12409077772691578f,-0.12515162224077683f,0.3016389020063759f,0.939422136001653f,-0.16278827717768724f,1.1213730012208367f,0.07037496936608928f,-0.19221318370515678f,-0.9788265707962006f,-0.04412122622873635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9789548236945509f,0.2040498795242695f,-0.00333164093230456f,-0.004090723495185096f,0.19952087368464344f,0.9535408250051549f,-0.2257239819173079f,1.2846776653606096f,-0.04288209567275443f,-0.2216383128311071f,-0.9741856004664065f,-0.03316667321939397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.978638620877819f,-0.2055610612325653f,-0.00333164093230456f,-0.004090723495185096f,-0.19952087368464344f,0.9535408250051549f,-0.2257239819173079f,1.2846776653606096f,0.04957691691177282f,-0.22023747445298705f,-0.9741856004664065f,-0.03316667321939397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,-0.0007719543990413147f,-0.00333164093230456f,-0.004090723495185096f,0f,0.9741912974295115f,-0.2257239819173079f,1.2846776653606096f,0.0034199042232212346f,-0.22572266190839357f,-0.9741856004664065f,-0.03316667321939397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9785358869911732f,0.20605204221725687f,-0.0031739200518436143f,-0.0040654630631703215f,0.19007549571406135f,0.9083999165065793f,0.37239884213017316f,1.2747102760033153f,0.07961673065035732f,0.36380234687112395f,-0.9280673621088131f,-0.02578041832867505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9790575575811967f,-0.20355889853957793f,-0.0031739200518436143f,-0.0040654630631703215f,-0.19007549571406135f,0.9083999165065793f,0.37239884213017316f,1.2747102760033153f,-0.07292190941133891f,0.36520318524924394f,-0.9280673621088131f,-0.02578041832867505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,0.0012735683729236768f,-0.0031739200518436143f,-0.0040654630631703215f,0f,0.9280727893759768f,0.37239884213017316f,1.2747102760033153f,0.0034199042232212346f,0.372396664382877f,-0.9280673621088131f,-0.02578041832867505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.965727913591578f,0.2589496903318153f,-0.01773851141202803f,-0.19768348158128238f,0.2526394793948986f,0.9534662753962239f,0.1645459058534329f,1.3459410970638956f,0.05952218377321426f,0.15442512606149678f,-0.9862099117732281f,0.013142817524151425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661124417314733f,-0.25788740100796376f,0.010992649044169845f,0.1898142523615182f,-0.2526394793948986f,0.9534662753962239f,0.1645459058534329f,1.3459410970638956f,-0.05291543614792538f,0.1561926697492873f,-0.9863081701648146f,0.011817604637653197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,0.00044907684183463344f,-0.0033902912686278545f,-0.00797843515573839f,0f,0.9913409988524511f,0.1313126954800051f,1.1725222956378167f,0.0034199042232212346f,0.13131192757786583f,-0.9913352015997865f,-0.04850676741309149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999941521104531f,0.0007428513225196081f,-0.003338250561092936f,0f,0f,0.97612399155103f,0.21721407210050772f,1.390625f,0.0034199042232212346f,0.21721280185660605f,-0.9761182832857433f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8613976281847449f,0.23190306896702f,-0.451901640582742f,-2.154698795106196f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4800549685828204f,-0.08101118137886534f,0.8734897913716841f,-0.4463139241283005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3751062683219763f,0.23190306896702f,-0.8975055732803219f,-2.1237811114131224f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9120054463482763f,-0.08101118137886534f,-0.40209856294530866f,-0.3578087867912225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3297886260594542f,0.23190306896702f,-0.9151286405339389f,-2.0019706571795686f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9440547982621653f,-0.08101118137886534f,0.31968379122154944f,-0.45001392414299396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8567932982026061f,-0.2668851097847529f,0.4412228261664176f,2.1289067791347214f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2836374386467133f,-0.48997622265201646f,-0.15468111890039032f,0.8579027058422097f,-0.4664419027056867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3648693838179768f,-0.2668851097847529f,0.8919880441617313f,2.0976309859758735f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.289205361266765f,-0.8973423686525003f,-0.15468111890039032f,-0.4133405676640556f,-0.3782382434846425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33360846036104164f,-0.2668851097847529f,0.9041447524322176f,1.9776471696904647f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.241016571228846f,-0.9408390316911381f,-0.15468111890039032f,0.30148908421733106f,-0.46756343572776426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562490862672583f,0f,-5.34360034878318e-8f,-0.004866273639392596f,0f,0.000015625f,0f,1.5567475f,5.34360034878318e-8f,0f,-0.00001562490862672583f,0.6875206627346675f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24.mcfunction new file mode 100644 index 000000000..41c7a052e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240.mcfunction new file mode 100644 index 000000000..a24c477c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240_as_bone.mcfunction new file mode 100644 index 000000000..724324365 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_240_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44816667693741374f,0.036906854939053574f,-0.6817103183800491f,-0.3342739966135687f,-0.2545544564499113f,0.7657004488505491f,-0.12589398625828788f,1.4568220782825592f,0.6334769947115763f,0.28157619063589073f,0.4317015062315796f,-0.18825669014306887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4194373830876267f,-0.13460421973666398f,-0.6677978629029053f,-0.3342739966135687f,0.056662749752825384f,0.788403669399977f,-0.12332472123260853f,1.4568220782825592f,0.6788678917573376f,0.017359668940846867f,0.422891271410527f,-0.18825669014306887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42591294537997926f,0.03298292164403447f,-0.6960278257957929f,-0.33294643681569225f,-0.02300220160746261f,0.8146411763413378f,0.0526791892008156f,1.4402642681948927f,0.6964291106231882f,0.04707786245645794f,-0.4239276037103155f,-0.1089203381323404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39782622419493396f,-0.12981314115662548f,-0.6818231762897564f,-0.33294643681569225f,-0.32620500712757927f,0.7286475895832644f,0.05160410370692141f,1.4402642681948927f,0.6126374039084606f,0.3036794997650464f,-0.41527601996112545f,-0.1089203381323404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08337996320446342f,-0.00042676552616153194f,1.5602736457452608f,-0.001265221828181856f,1.5506872895105004f,0.17291699664212748f,0.08291497104168263f,1.4983946662174095f,-0.17269325952856104f,1.552902373023962f,-0.008803861081873261f,0.7009954139765073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0002731299367436813f,-0.9985751332769669f,0.053363176450856364f,-0.000714559134056914f,0.11066687785095891f,-0.05306558146667672f,-0.9924398652867205f,1.477047614650931f,0.9938575187353359f,0.0056344710923984225f,0.11052368609827642f,0.5090225361216123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012644703991870291f,-0.9985751332769669f,0.05184413816281988f,-0.007095020380372369f,-0.13271333485974907f,-0.05306558146667672f,-0.9897329007434315f,1.5134096512050903f,0.9910738026057202f,0.0056344710923984225f,-0.13319523461500732f,0.16439439010650939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9725606281217464f,-0.030892498861267062f,-0.23058941463462906f,0.24598122577918607f,0.18653880221039465f,0.4887522803358831f,-0.8522467270317824f,1.4391930058756457f,0.1390291332683393f,-0.8718754853650728f,-0.4695785750245357f,-0.5609355578190716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7388287252013089f,-0.030892498861267062f,-0.6731847950834269f,0.0085697770070296f,0.5763279246478512f,0.4887522803358831f,-0.6549559769462182f,1.6274988394293537f,0.34925383045646025f,-0.8718754853650728f,-0.3433000144638933f,-0.42187425778721876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04039146151321453f,-0.575282607001739f,-0.8169568237784107f,0.25635533637187147f,-0.3030539693181477f,0.7720561687180251f,-0.5586479786278291f,1.3331669478398376f,0.952117020915676f,0.270146616535775f,-0.14315720050675512f,-0.022902005098996446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016378172858696336f,-0.3075080619278727f,-0.9514045129718349f,0.19275129655432138f,-0.20427454658619065f,0.9304332613567946f,-0.3042463734836702f,1.5057216445099637f,0.9787766165325043f,0.19933072520392422f,-0.047577273133932285f,0.01417514791965227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0105098425050848f,-0.542869909520433f,-0.8397510372412738f,0.20323701902204272f,-0.3074116679564624f,0.7973728601525774f,-0.5193212765681025f,1.388684202986214f,0.9515185808037298f,0.2636072518527798f,-0.1585042811910176f,-0.3389863368920154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01882025390446763f,-0.04993497014977551f,-0.998575133276967f,0.18763311753597878f,-0.25140525366813005f,0.9664261184858708f,-0.05306558146667695f,1.5695574403181483f,0.9676989182958894f,0.25204574240497385f,0.005634471092398391f,-0.2916925447467553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675097477450202f,-0.03579538910316808f,-0.2502869915463449f,0.25240210079526304f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387106f,2.232362771706689f,0.24572636171322987f,0.09994072835924012f,-0.964173431481185f,-0.09940545815509941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675097477450202f,-0.03579538910316808f,-0.2502869915463449f,0.26969373451612744f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387106f,2.118541779398788f,0.24572636171322987f,0.09994072835924012f,-0.964173431481185f,-0.21150404696561162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675097477450202f,-0.03579538910316808f,-0.2502869915463449f,-0.31600987600493635f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387106f,2.1973907606228247f,0.24572636171322987f,0.09994072835924012f,-0.964173431481185f,0.044958779351423145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675097477450202f,-0.03579538910316808f,-0.2502869915463449f,-0.37128147336494843f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387106f,2.0791052562616645f,0.24572636171322987f,0.09994072835924012f,-0.964173431481185f,-0.04871033233059685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.952432228238374f,0.2413496938247307f,-0.18607303916364232f,0.15953127013736695f,0.08285757837352727f,0.7926547327135107f,0.6040141524939193f,2.2966692521669545f,0.29327030589365904f,0.5598649837215947f,-0.7749475644735312f,-0.03675557630594797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9784616172791845f,0.08938505248534771f,-0.18607303916364232f,0.04772792442844109f,-0.04216105498416453f,0.7958576185660816f,0.6040141524939193f,2.299833092384999f,0.20207748255069133f,0.598849700143965f,-0.7749475644735312f,-0.0074444414189277636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9165016090025158f,0.39460550726820653f,-0.06566044722206162f,0.012942266018625193f,0.08276373689167096f,0.3476333396970513f,0.9339706767274873f,2.33879213466352f,0.3913757332174874f,0.8505513240038343f,-0.3512655415548158f,-0.058043516085916874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935846352566582f,0.0920775664996217f,-0.06566044722206162f,0.043217359681192544f,-0.02871161849394661f,0.35619435421783047f,0.9339706767274873f,2.3424763081243585f,0.10938562769098806f,0.9298641318874763f,-0.3512655415548158f,-0.053906948108326705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669478547798993f,0.24637481975061803f,-0.06566044722206162f,0.11494925333162834f,0.027362942426330007f,0.35630049732630537f,0.9339706767274873f,2.4093078661433815f,0.2535017071309856f,0.9013042792519501f,-0.3512655415548158f,0.021417170322110227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669478547798993f,0.17432346437859797f,-0.18607303916364232f,0.07572647384644386f,0.027362942426330007f,0.796503718113623f,0.6040141524939193f,2.2300945295678165f,0.2535017071309856f,0.5789586831529672f,-0.7749475644735312f,-0.10884853338730717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9499984647146383f,-0.18670655827396632f,-0.2502869915463449f,-0.2299958204046097f,-0.21434445498909907f,0.9727951679192025f,0.08789775815387106f,2.3113470164655614f,0.2270668880644118f,0.13715036409189865f,-0.964173431481185f,0.010331503074549518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675097477450202f,-0.03579538910316808f,-0.2502869915463449f,-0.11891392236941159f,-0.05952682737679045f,0.9943493052916451f,0.08789775815387106f,2.328224053331095f,0.24572636171322987f,0.09994072835924012f,-0.964173431481185f,-0.01696534986745203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9301108849817945f,-0.268793905252822f,-0.2502869915463449f,-0.09714853309952982f,-0.29831349502683624f,0.950412038431962f,0.08789775815387106f,2.3252583974945433f,0.21424938815141775f,0.15641864883235515f,-0.964173431481185f,-0.022885724888482725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9676499027465193f,0.03178187498137805f,-0.2502869915463449f,-0.12566824433723944f,0.009980478189957398f,0.9960795019307561f,0.08789775815387106f,2.3334703898251514f,0.2520992974400203f,0.0825562732688721f,-0.964173431481185f,-0.014733738757502692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9607083073314433f,-0.11998320752102373f,-0.2502869915463449f,-0.1931471847820415f,-0.14596356208029246f,0.9853774011293115f,0.08789775815387106f,2.436922737977714f,0.23608089030920257f,0.12097688728269862f,-0.964173431481185f,-0.020197143320392564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9607083073314433f,-0.11998320752102373f,-0.2502869915463449f,-0.1661509630898112f,-0.14596356208029246f,0.9853774011293115f,0.08789775815387106f,2.215212822723619f,0.23608089030920257f,0.12097688728269862f,-0.964173431481185f,-0.04741694295899971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675097477450202f,-0.03579538910316808f,-0.2502869915463449f,-0.019045639220486733f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387106f,1.710302852241441f,0.24572636171322987f,0.09994072835924012f,-0.964173431481185f,-0.09922194172347698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016378172858696336f,-0.05078837125463134f,-0.998575133276967f,2.1558886359989865e-17f,-0.20427454658619065f,0.9774742726438428f,-0.05306558146667695f,1.34375f,0.9787766165325043f,0.20485259984850587f,0.005634471092398391f,-0.17604166666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015543714940276706f,-0.4053617598066239f,-0.9140241991393511f,0.2468272619518077f,-0.19863772133598073f,0.8946623303254473f,-0.400152933712961f,0.7528108340146631f,0.9799497173775319f,0.18777954729713514f,-0.0666137600543485f,-0.4053660854367196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015543714940276706f,-0.5651416199113228f,-0.8248474661231985f,0.031367019360615894f,-0.19863772133598073f,0.8067590467526939f,-0.5564915957542698f,1.0603877205891277f,0.9799497173775319f,0.17249576785153384f,-0.09971841096309687f,-0.3396020739433223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03690688630435665f,0.04604868263816038f,-0.9982571815772762f,0.3121197959613142f,0.16198704915666193f,0.9860022213830744f,0.03949449750483479f,1.1574876404448198f,0.9861024681283554f,-0.16024711621409043f,-0.043849562098535425f,-0.08462451022049275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03690688630435665f,-0.9915669498387166f,-0.12422908568793825f,-0.010016746329340132f,0.16198704915666193f,0.1167335918250122f,-0.979864003035701f,1.0822884820601533f,0.9861024681283554f,-0.05628723236378961f,0.15631273084426064f,-0.08432815863996025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07982293889028136f,-0.7240155507543294f,-0.6851494586532366f,0.00667676700528975f,-0.031496364745152605f,0.6888314717581097f,-0.7242369657255812f,1.2338823263757148f,0.9963113355948324f,-0.03623100580250965f,-0.07778841034357108f,-0.19054326398367216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09072343463195578f,-0.6730240717593398f,-0.7340353242460884f,0.00876847369259526f,-0.22732268035736813f,0.7036203131526567f,-0.6732331348902095f,1.196386896275144f,0.9695842703982583f,0.22794089968988923f,-0.08915878445134151f,-0.19549130498062123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005497277844866735f,-0.6533032589915606f,-0.7570763711325972f,0.00667676700528975f,-0.13052619222005157f,0.750141838513437f,-0.648267024655901f,1.2338823263757148f,0.9914296208409503f,0.10238199989591107f,-0.08114944865175108f,-0.19054326398367216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005032394329470218f,-0.0752946454665513f,-0.9971486305317673f,0.01261868496498604f,-0.04362084969597546f,0.9961955639857938f,-0.0754428244886624f,1.2579145275324686f,0.9990354830931252f,0.04387612857912997f,0.0017288324944372997f,-0.18741226278252937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005920323756516699f,-0.07433874102046478f,-0.9972154738822047f,0.01261868496498604f,-0.21643815160746338f,0.9734987727747764f,-0.07385571023792846f,1.2579145275324686f,0.9762783805326034f,0.21627272363730113f,-0.01032631178789695f,-0.18741226278252937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005497277844866735f,-0.005093923814161627f,-0.9999719155438676f,0.01261868496498604f,-0.13052619222005157f,0.9914280830113825f,-0.005767959856761984f,1.2579145275324686f,0.9914296208409503f,0.1305542345408627f,0.004785265156595615f,-0.18741226278252937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020875605273524646f,-0.38601079668583205f,-0.922258030025455f,0.015206367516216436f,0.050428308716710946f,0.920878340596728f,-0.3865747890121501f,1.2566417371953897f,0.9985094865770862f,-0.054577895358703034f,0.0002419788800209939f,0.00783068562732206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02427389243431198f,-0.35306383078821046f,-0.9352842934291375f,0.0024070894896735112f,-0.2574526925923571f,0.9017964314737822f,-0.34710417349564837f,1.2981569685966377f,0.9659859674048235f,0.24921702905360585f,-0.06900712431815614f,-0.37748240741351935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005497277844866735f,-0.22990810359266306f,-0.973196816599151f,0.032265660875895226f,-0.13052619222005157f,0.9647203368225107f,-0.22864291999883918f,1.123543254072263f,0.9914296208409503f,0.12828458840985835f,-0.024705693588376706f,-0.197331752121139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005497277844866735f,-0.14421354245698323f,-0.9895313204281632f,2.1558886359989865e-17f,-0.13052619222005157f,0.9809768282003603f,-0.14369194715952185f,1.34375f,0.9914296208409503f,0.1299496698955737f,-0.013430942379481281f,-0.17604166666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7492045587737963f,0.016612328844533057f,-0.6621303192294719f,0.5572734137782026f,-0.086988794365991f,0.9934940111993326f,-0.07350237659975294f,1.7915441903300946f,0.6566014611370528f,0.11266623381218382f,0.7457753287628023f,-0.464442014835309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7492045587737963f,0.016612328844533057f,-0.6621303192294719f,0.627511341163246f,-0.086988794365991f,0.9934940111993326f,-0.07350237659975294f,1.783388990858283f,0.6566014611370528f,0.11266623381218382f,0.7457753287628023f,-0.4028856278537103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7492045587737963f,0.016612328844533057f,-0.6621303192294719f,0.6917119253551451f,-0.086988794365991f,0.9934940111993326f,-0.07350237659975294f,1.7984919470841516f,0.6566014611370528f,0.11266623381218382f,0.7457753287628023f,-0.54553012065893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3206640518588372f,-0.7321345521755308f,-0.6009605339422947f,-0.9401537209701869f,-0.05874562405327416f,0.6486156150018105f,-0.7588456599535998f,2.492497127305703f,0.9453695137352718f,-0.20803072245838566f,-0.25099741236390816f,-0.5630505847910363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0820241878360854f,-0.7321345521755308f,-0.6762033940469135f,-0.9284246187273354f,0.3871343913403713f,0.6486156150018105f,-0.6553050793465156f,2.47635688417119f,0.9183675711017625f,-0.20803072245838566f,0.336636633274056f,-0.6546528948718172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12511042392374896f,-0.7321345521755308f,-0.6695717880379629f,-0.8338534016430666f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.595635373550615f,0.9770913075283302f,-0.20803072245838566f,0.04489760868932896f,-0.6155863811348261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.589496632604274e-8f,1.1308286847008787e-8f,-0.00001562475981183098f,0.6876493362198399f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5075092261912226f,0.00001549108782563985f,0.0000020394404025911876f,8.66361506045037e-8f,-0.1510150099549602f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241.mcfunction new file mode 100644 index 000000000..4e45d7b79 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241_as_bone.mcfunction new file mode 100644 index 000000000..dac72fa50 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_241_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4745989789649009f,0.041500394411758804f,-0.6633083527844243f,-0.3309072077729622f,-0.2530789768957102f,0.7649497770657091f,-0.13321904693018502f,1.4513201799518793f,0.6145333880785798f,0.28297349747853545f,0.45740480879180867f,-0.176721091149444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4450812697414761f,-0.1403557237019614f,-0.6497714476255586f,-0.3309072077729622f,0.05771668840317282f,0.7871711744992418f,-0.13050029087038534f,1.4513201799518793f,0.6622472704398912f,0.02572572373292517f,0.44807001677564934f,-0.176721091149444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.45394047671748694f,0.037857743084513264f,-0.677826880058981f,-0.3295710413368155f,-0.024720627194618802f,0.8139333424969638f,0.0620149095562454f,1.4333524443186338f,0.6784330317968382f,0.05498863250446962f,-0.4512752110482947f,-0.09309361842118397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4250192781873108f,-0.1359080872524152f,-0.6639936784251242f,-0.3295710413368155f,-0.32749487678603606f,0.7273627900372794f,0.06074929915713835f,1.4333524443186338f,0.5933849668200537f,0.30409268897586855f,-0.44206551286363566f,-0.09309361842118397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08314214281089209f,0.000777126638001632f,1.5602862013627503f,-0.0014280369730517654f,1.5557214544923452f,0.11947652679692479f,0.08283939628440742f,1.477581527092219f,-0.11926604764573435f,1.5579252246557698f,-0.007131217303741402f,0.7136034321980447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0004973610483207432f,-0.9985831688721603f,0.05321097139897071f,-0.001026195039994941f,0.07646497715002917f,-0.053017213622020554f,-0.9956617308751012f,1.4628407703392061f,0.9970721437796929f,0.004563979074394038f,0.07633027049326732f,0.5210102488158587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012634991842144123f,-0.9985831688721603f,0.05169150632728183f,-0.007340639666838764f,-0.15291553401926405f,-0.053017213622020554f,-0.9868160996433735f,1.5051528947675914f,0.9881584875093427f,0.004563979074394038f,-0.15336875059234278f,0.17871525577238237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9704658949088751f,-0.030193026101954304f,-0.2393414464599113f,0.24411019179001806f,0.1936943902833006f,0.493879649683602f,-0.8476823548955016f,1.433235734001111f,0.14379996519991345f,-0.8690059106837014f,-0.47344513642585273f,-0.5478806902711193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7327535610265334f,-0.030193026101954304f,-0.6798239477818804f,0.008778124607222071f,0.5803734914705331f,0.493879649683602f,-0.6474947891888442f,1.622690618956609f,0.35530104024789655f,-0.8690059106837014f,-0.3443688400473441f,-0.4068594406419551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03012766673515307f,-0.5767417718164592f,-0.816370781164482f,0.25623814518753824f,-0.27950511561708724f,0.7792984004164508f,-0.5608661992420648f,1.3259947923380038f,0.9596714094110409f,0.24507739950956733f,-0.13772383311777853f,-0.009439097764269759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.015619209227227975f,-0.30758840272880583f,-0.9513913047794046f,0.1926191240210159f,-0.21003507841770575f,0.929268357616479f,-0.3038841643897222f,1.498333333363658f,0.9775690799821687f,0.20457197764971005f,-0.05008991738166729f,0.028605086061415458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008255122240486476f,-0.5436117347907319f,-0.8392962139522646f,0.20342607394754733f,-0.27688623146868485f,0.8052645700578719f,-0.5242928447276203f,1.3825033889614635f,0.9608672477402195f,0.23671766729021643f,-0.14387104716659935f,-0.32182215662520286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.0171233925421209f,-0.050382976024475924f,-0.9985831688721603f,0.18773812113750712f,-0.23894206772149562f,0.969585407961946f,-0.053017213622020665f,1.5639692953691908f,0.970882834177649f,0.23951136172253676f,0.0045639790743940215f,-0.27688525143301224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9677006346360609f,-0.03385108953642382f,-0.2498191054786676f,0.2534079332337318f,-0.06089444656540636f,0.9929875780303891f,0.1013288520355128f,2.225069965883581f,0.24463717645210323f,0.1132685905912976f,-0.9629760528086889f,-0.0768471215036791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9677006346360609f,-0.03385108953642382f,-0.2498191054786676f,0.2705075520860119f,-0.06089444656540636f,0.9929875780303891f,0.1013288520355128f,2.1127296402543143f,0.24463717645210323f,0.1132685905912976f,-0.9629760528086889f,-0.19045859439535973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9677006346360609f,-0.03385108953642382f,-0.2498191054786676f,-0.315116189614954f,-0.06089444656540636f,0.9929875780303891f,0.1013288520355128f,2.189294478526405f,0.24463717645210323f,0.1132685905912976f,-0.9629760528086889f,0.06687721966193154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9677006346360609f,-0.03385108953642382f,-0.2498191054786676f,-0.3705941183603784f,-0.06089444656540636f,0.9929875780303891f,0.1013288520355128f,2.0723870694047326f,0.24463717645210323f,0.1132685905912976f,-0.9629760528086889f,-0.028386464995841368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9519169945858628f,0.24901467710810288f,-0.17845370829255777f,0.16113922671837905f,0.07929372351832151f,0.7629216335903678f,0.6416097617792335f,2.285498996943793f,0.29591644230967973f,0.59660897712367f,-0.7459833695104936f,-0.011156302268791995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9791517945673934f,0.09703626740599242f,-0.17845370829255777f,0.04933348715154917f,-0.04102975141690761f,0.7659330735046387f,0.6416097617792335f,2.2884915852824106f,0.1989430136851238f,0.6355552609487632f,-0.7459833695104936f,0.018163684769912217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9160339491902991f,0.3976905421401162f,-0.05219230425191622f,0.01487258520841031f,0.07246316673063005f,0.2920659446749597f,0.9536490829589743f,2.3314051648113625f,0.3945008154594778f,0.8697929159595539f,-0.29636023678689244f,-0.03136063557315376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9940931925484997f,0.09515612384711031f,-0.05219230425191622f,0.04518726379931132f,-0.02133677347218783f,0.3001635698570102f,0.9536490829589743f,2.3344248112302224f,0.10641177860804571f,0.9491296768224502f,-0.29636023678689244f,-0.026982551239175326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669685584158257f,0.24949503083647756f,-0.05219230425191622f,0.11768231283744522f,0.025881845090747806f,0.2998058649629894f,0.9536490829589743f,2.3957639596814344f,0.253578266280685f,0.920797845849836f,-0.29636023678689244f,0.05218575847808943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669685584158257f,0.18200571703068608f,-0.17845370829255777f,0.07673102650554092f,0.025881845090747806f,0.7665944453779286f,0.6416097617792335f,2.2232802094714006f,0.253578266280685f,0.6157977551792893f,-0.7459833695104936f,-0.08636873643725043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9504911569338932f,-0.184816057549952f,-0.2498191054786676f,-0.2288654962136782f,-0.21548221544042392f,0.9712362630040395f,0.1013288520355128f,2.303533870721306f,0.22390617548284716f,0.1501437521099061f,-0.9629760528086889f,0.03380648595968412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9677006346360609f,-0.03385108953642382f,-0.2498191054786676f,-0.11774201741872636f,-0.06089444656540635f,0.9929875780303892f,0.1013288520355128f,2.320554714172627f,0.24463717645210326f,0.11326859059129761f,-0.9629760528086889f,0.006769400804040565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9307664703531737f,-0.2669535394111355f,-0.2498191054786676f,-0.09598076316881547f,-0.2993110584403905f,0.9487599032634434f,0.1013288520355128f,2.3176254883708403f,0.2099682546519532f,0.16908711883348482f,-0.9629760528086889f,0.0008157821840006074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.967704697165009f,0.03373475392850084f,-0.2498191054786676f,-0.12448658534499506f,0.00852120116100219f,0.9948164920606911f,0.1013288520355128f,2.3257840539543206f,0.2519424700513033f,0.09592764722145858f,-0.9629760528086889f,0.009069359267912414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9610679247130968f,-0.11806294348990047f,-0.2498191054786676f,-0.1917582944387019f,-0.14720729471412566f,0.9839016597852215f,0.1013288520355128f,2.4294344712817235f,0.2338342499947551f,0.13415910422474822f,-0.9629760528086889f,0.004976356126343669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9610679247130968f,-0.11806294348990047f,-0.2498191054786676f,-0.16519413215347434f,-0.14720729471412566f,0.9839016597852215f,0.1013288520355128f,2.208056597830049f,0.2338342499947551f,0.13415910422474822f,-0.9629760528086889f,-0.025209442324224632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9677006346360609f,-0.03385108953642382f,-0.2498191054786676f,-0.019076022390341126f,-0.06089444656540636f,0.9929875780303891f,0.1013288520355128f,1.7035957432840405f,0.24463717645210323f,0.1132685905912976f,-0.9629760528086889f,-0.08374624040850605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.015619209227227975f,-0.05086939304090972f,-0.9985831688721603f,1.9926023961126704e-17f,-0.21003507841770575f,0.9762553154241083f,-0.053017213622020665f,1.3375f,0.9775690799821687f,0.21056558113287227f,0.0045639790743940215f,-0.16270833333333315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014082946577001411f,-0.3830651482827308f,-0.9236139684883715f,0.23572564568728993f,-0.1987497146374077f,0.904201806616521f,-0.37804449981843224f,0.7410967635424599f,0.9799490913038584f,0.1888919931668597f,-0.06340026317132039f,-0.39268115958765787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014082946577001411f,-0.5449659638650751f,-0.8383398886157801f,0.027957371963730052f,-0.1987497146374077f,0.82016772570006f,-0.5364918011037448f,1.0537857089656077f,0.9799490913038584f,0.17417519900548578f,-0.09676145154006882f,-0.3262768649668164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03375055248771476f,0.061810439034754264f,-0.9975171025266206f,0.31034965472366904f,0.15904226424321066f,0.9856994459663893f,0.05569704126742861f,1.146186690658876f,0.9866947138761646f,-0.15676757269245387f,-0.04309837306615421f,-0.07119527007445188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03375055248771476f,-0.989592499050826f,-0.13988418791670015f,-0.012954341669518423f,0.15904226424321066f,0.13286243306710982f,-0.9782909240424754f,1.0761764913205154f,0.9866947138761646f,-0.05526535715824528f,0.15290285120626365f,-0.07096937231701933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07933537512182823f,-0.716051818794532f,-0.6935241099308094f,0.005396629639375495f,-0.03051846505260429f,0.6971355884509646f,-0.7162894628611818f,1.2275618158218287f,0.9963807111466537f,-0.035661801919842764f,-0.0771603158282684f,-0.17720844706191832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08891794339089612f,-0.6646689556551325f,-0.74182799807735f,0.007051466872578139f,-0.22830058004991644f,0.7113498116597194f,-0.6647257258452943f,1.1900444783926032f,0.9695217607109211f,0.22846580671951147f,-0.08849254583295538f,-0.18215582323047894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004832627936459158f,-0.64451937059908f,-0.764572708530584f,0.005396629639375495f,-0.13052619222005157f,0.757633819057079f,-0.6394950424870544f,1.2275618158218287f,0.9914330833958294f,0.10288720592741857f,-0.0804652968967807f,-0.17720844706191832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005376730947166421f,-0.06376071310475874f,-0.9979507313633745f,0.011618031860558908f,-0.04362084969597546f,0.9970002690664047f,-0.06393500569576716f,1.2515240471820597f,0.9990336892398187f,0.04387522018052228f,0.00257930571817169f,-0.17408404749703907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004251745709134912f,-0.06292038255187302f,-0.9980094929999166f,0.011618031860558908f,-0.21643815160746338f,0.9743034778553873f,-0.06234789144503322f,1.2515240471820597f,0.9762870731435346f,0.21627241733152866f,-0.009475880666595023f,-0.17408404749703907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004832627936459158f,0.006453879013392588f,-0.9999674960482006f,0.011618031860558908f,-0.13052619222005157f,0.9914280830113826f,0.005767959856762123f,1.2515240471820597f,0.9914330833958294f,0.13049407519905096f,0.005633603303617996f,-0.17408404749703907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01944507362268545f,-0.37540845978755255f,-0.9266554793620688f,0.01435655816988229f,0.050720885979317426f,0.9252669181956238f,-0.37591025766563746f,1.2502322689611267f,0.9985235504670288f,-0.05431038954666415f,0.0010491663396064218f,0.021156718693531557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.022122226532819606f,-0.34242599283737807f,-0.9392843267736166f,0.0017100288581138028f,-0.25766225105202106f,0.9058229860987439f,-0.33629582548399284f,1.291871115068096f,0.9659817656022475f,0.2494577264477707f,-0.06819143083609057f,-0.3641480793770955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004832627936459158f,-0.21865527603324195f,-0.975790200796285f,0.02970522912110937f,-0.13052619222005157f,0.9673153541248941f,-0.21740266516021545f,1.1169345274631832f,0.9914330833958294f,0.12841680550869258f,-0.023865565385733534f,-0.18401146103733798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004832627936459158f,-0.132777506977816f,-0.9911340874715103f,1.9926023961126704e-17f,-0.13052619222005157f,0.9825823179193178f,-0.13226829422365255f,1.3375f,0.9914330833958294f,0.13000816187092482f,-0.012582487638837963f,-0.16270833333333315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5518124122202726f,0.019127792516826673f,-0.8337488766247766f,0.5410293439508522f,-0.10920149575193226f,0.9927864716662037f,-0.04949803028516085f,1.7874574505013145f,0.8267878174266867f,0.11836025190072556f,0.5499206813030513f,-0.4883268729800383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5518124122202726f,0.019127792516826673f,-0.8337488766247766f,0.5927617575965028f,-0.10920149575193226f,0.9927864716662037f,-0.04949803028516085f,1.7772198102745709f,0.8267878174266867f,0.11836025190072556f,0.5499206813030513f,-0.4108155150962864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5518124122202726f,0.019127792516826673f,-0.8337488766247766f,0.6919578822673941f,-0.10920149575193226f,0.9927864716662037f,-0.04949803028516085f,1.789763334930717f,0.8267878174266867f,0.11836025190072556f,0.5499206813030513f,-0.53205929623362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.310763546375145f,-0.7319949250635585f,-0.6063080470565587f,-0.9398638572434395f,-0.04549299392951103f,0.6486156150018105f,-0.759755336591427f,2.485431338604328f,0.9493979174970169f,-0.20852149447243604f,-0.23486672943460773f,-0.544150981327001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06959078973555244f,-0.7319949250635585f,-0.6777466721904115f,-0.9280733479783845f,0.37563877831227077f,0.6486156150018105f,-0.6619616999524124f,2.469291095469815f,0.9241496795498263f,-0.20852149447243604f,0.3201033522644443f,-0.6357454077012595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12576543216058544f,-0.7319949250635585f,-0.6696017366723717f,-0.8335283421100562f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.58856958484924f,0.9770072146587573f,-0.20852149447243604f,0.04444872155325103f,-0.5966155027471179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[7.550981150717435e-8f,9.941055277272987e-9f,-0.000015624814381098614f,0.6876324039696096f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5012592261912225f,0.000015491141928059835f,0.0000020394475253099038f,7.616138269408452e-8f,-0.13722068611497262f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242.mcfunction new file mode 100644 index 000000000..080903cc9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242_as_bone.mcfunction new file mode 100644 index 000000000..15fdba25a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_242_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5005589468291304f,0.04597558736797742f,-0.6436392083768091f,-0.3275729838575451f,-0.2511155796289231f,0.7642568297326101f,-0.14070148655623488f,1.4458839285850533f,0.5944124417114653f,0.2841516989526437f,0.48257238375748807f,-0.16543016028455085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.47025331726022956f,-0.14603726861306182f,-0.6305037143283029f,-0.3275729838575451f,0.059233844078367626f,0.7858080142086538f,-0.13783002764692398f,1.4458839285850533f,0.6444789905974045f,0.034334836267101015f,0.4727239677624373f,-0.16543016028455085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4818181091616142f,0.04267107204611684f,-0.6580083082597104f,-0.3262533534601638f,-0.025896732065660795f,0.8131015742727883f,0.07169123815276793f,1.4263781907174948f,0.6588817142679636f,0.06316212448922703f,-0.4783616592890375f,-0.07717983260803046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.452053618051602f,-0.14200249243680213f,-0.6445795672748184f,-0.3262533534601638f,-0.3282474729977744f,0.7261691284990128f,0.0702281516598543f,1.4263781907174948f,0.572626512551621f,0.30416063018858985f,-0.46859917644640414f,-0.07717983260803046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08286262823382612f,0.0015570797076898183f,1.5603004871962856f,-0.001821923202179632f,1.5589170785020232f,0.06588345323326252f,0.08272341231342319f,1.4568187069275234f,-0.06570827342807632f,1.56110960412549f,-0.00504744591419847f,0.7258738301870447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0009965310129211816f,-0.9985923118056227f,0.05303208206964849f,-0.0015164940603362735f,0.042165410069285314f,-0.052942983880590634f,-0.997706930241295f,1.448703094019365f,0.9991101466403137f,0.003230365385086567f,0.04205329499396618f,0.5328877446470782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012361145708396902f,-0.9985923118056227f,0.051580974006676404f,-0.007674107003468908f,-0.17306113696294748f,-0.052942983880590634f,-0.9834871037949157f,1.496888109262382f,0.9848335112849621f,0.003230365385086567f,-0.1734719567815245f,0.19302326248709611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9683280806191029f,-0.029257409529281117f,-0.24796115073164116f,0.2423229843623412f,0.2007965228676744f,0.4989966735477853f,-0.8430202110225451f,1.427301806628676f,0.14839637693951757f,-0.8661098797357533f,-0.47731770503024884f,-0.5347634810629693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7267048709638814f,-0.029257409529281117f,-0.6863264780736673f,0.009054793478632443f,0.5843249043909614f,0.4989966735477853f,-0.639974004078868f,1.6178739926507002f,0.36119861105195633f,-0.8661098797357533f,-0.345527480236025f,-0.391831605116319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021511585589902314f,-0.5778521357723463f,-0.8158579293410991f,0.25608012636671384f,-0.25969780935648085f,0.7848052797614825f,-0.562705714093918f,1.318815793123101f,0.9654503091826389f,0.22398120912665642f,-0.13318452784504572f,0.004085662072633327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0145993111225667f,-0.30770986939538614f,-0.9513682233454198f,0.19243847445917006f,-0.2157955260570099f,0.9280771736365492f,-0.3034881393210828f,1.4909334623091972f,0.9763294275235816f,0.20973172399870516f,-0.05285312573543883f,0.04308002828654406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.006849268982505615f,-0.5440989733617553f,-0.8389930838219638f,0.20363736392519188f,-0.2525955221156304f,0.8108625418610469f,-0.5279180243312158f,1.3765003654303782f,0.9675477196094966f,0.21554174860876923f,-0.13188314860184652f,-0.30527210770593155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015345307347157347f,-0.05077318529620678f,-0.9985923118056227f,0.18787618973336798f,-0.23006610221755908f,0.9717338262447383f,-0.05294298388059085f,1.558369564202013f,0.9730540119401598f,0.2305546672410643f,0.003230365385086526f,-0.2620229178145752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9679561379336029f,-0.03199941901282369f,-0.2490721827493088f,0.2543636049262688f,-0.06223835184591717f,0.9914723093570503f,0.11449474807911947f,2.217684983778229f,0.2432844068085071f,0.12632773630932737f,-0.9616932985327461f,-0.05435530628602795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9679561379336029f,-0.03199941901282369f,-0.2490721827493088f,0.2713113703426342f,-0.06223835184591717f,0.9914723093570503f,0.11449474807911947f,2.1068187659352366f,0.2432844068085071f,0.12632773630932737f,-0.9616932985327461f,-0.16942818531745782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9679561379336029f,-0.03199941901282369f,-0.2490721827493088f,-0.3143106261097229f,-0.06223835184591717f,0.9914723093570503f,0.11449474807911947f,2.1811199520687525f,0.2432844068085071f,0.12632773630932737f,-0.9616932985327461f,0.08857428271396997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9679561379336029f,-0.03199941901282369f,-0.2490721827493088f,-0.36995957103837773f,-0.06223835184591717f,0.9914723093570503f,0.11449474807911947f,2.0655858578373167f,0.2432844068085071f,0.12632773630932737f,-0.9616932985327461f,-0.008252265806821882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515899459024424f,0.25502701255601323f,-0.1715744669936098f,0.16254644140984076f,0.07593311395281865f,0.7359482574054235f,0.6727661738132713f,2.2747292596226787f,0.29784347745554957f,0.6271693433903442f,-0.7196859576568864f,0.01375625833448807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9797693088754084f,0.10302574271347326f,-0.1715744669936098f,0.050729931685228796f,-0.040129420628226595f,0.738766069180694f,0.6727661738132713f,2.2775517802730803f,0.19606562928225574f,0.6660408331068322f,-0.7196859576568864f,0.04305202859546274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9158621250282686f,0.3993708370287814f,-0.0412250223727558f,0.01662982099968545f,0.06364604783585287f,0.24579922303991772f,0.9672289917841841f,2.323581582453664f,0.3964161305163806f,0.8832245900584421f,-0.2505365741414148f,-0.0051999387594304225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944490177357024f,0.09680727583638452f,-0.0412250223727558f,0.046968200444835184f,-0.015425148592771776f,0.25343666317847896f,0.9672289917841841f,2.3260541416536515f,0.10408273591420902f,0.9624958229011158f,-0.2505365741414148f,-0.0006463897430404736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670617057263737f,0.2511815177276421f,-0.0412250223727558f,0.11999494836826863f,0.024410989408878356f,0.25272946216899705f,0.9672289917841841f,2.3827399252721486f,0.25336882387869986f,0.9343637750382917f,-0.2505365741414148f,0.08144782780322896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670617057263737f,0.18802622049452228f,-0.1715744669936098f,0.07768904875700118f,0.024410989408878356f,0.7394523507087734f,0.6727661738132713f,2.2163631463626747f,0.25336882387869986f,0.6464181011062533f,-0.7196859576568864f,-0.06399624494567782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9510331796496493f,-0.18302715368483544f,-0.2490721827493088f,-0.22782071576370494f,-0.21657253477254268f,0.9695294166988923f,0.11449474807911947f,2.2956179492775046f,0.2205271602040738f,0.16283049827821838f,-0.9616932985327461f,0.057059233731164866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.967956137933603f,-0.03199941901282369f,-0.2490721827493088f,-0.11664914682576535f,-0.06223835184591714f,0.9914723093570503f,0.11449474807911947f,2.312778320532245f,0.2432844068085071f,0.12632773630932737f,-0.9616932985327461f,0.030309569372963814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9314623437539236f,-0.2652186832576884f,-0.2490721827493088f,-0.09489018416431055f,-0.30024846732079297f,0.9469645244325753f,0.11449474807911947f,2.3098856583304666f,0.20549637476111793f,0.18143108751601614f,-0.9616932985327461f,0.024329755472530277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678304120630974f,0.03559973688483667f,-0.2490721827493088f,-0.12338492449560662f,0.007074869766783232f,0.9933986605990979f,0.11449474807911947f,2.317989951822502f,0.2515039556419695f,0.10904934595699498f,-0.9616932985327461f,0.03267456376553228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9614838394632614f,-0.11624058771134899f,-0.2490721827493088f,-0.19045411796145303f,-0.1484140216626209f,0.9822750281037514f,0.11449474807911947f,2.421815439724539f,0.2313484485033604f,0.1470506543076029f,-0.9616932985327461f,0.029911253975659552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9614838394632614f,-0.11624058771134899f,-0.2490721827493088f,-0.16429998572639956f,-0.1484140216626209f,0.9822750281037514f,0.11449474807911947f,2.200803558401195f,0.2313484485033604f,0.1470506543076029f,-0.9616932985327461f,-0.0031751432435510457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9679561379336029f,-0.03199941901282369f,-0.2490721827493088f,-0.019122260529711128f,-0.06223835184591717f,0.9914723093570503f,0.11449474807911947f,1.696875832958974f,0.2432844068085071f,0.12632773630932737f,-0.9616932985327461f,-0.06827574337399642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0145993111225667f,-0.05099269474589639f,-0.9985923118056227f,1.82931615622636e-17f,-0.2157955260570099f,0.9750022212239302f,-0.05294298388059085f,1.33125f,0.9763294275235816f,0.21626468433600982f,0.003230365385086526f,-0.1493750000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012493605618591874f,-0.360566095249253f,-0.9326499883532693f,0.22452707761598295f,-0.19885242851993862f,0.9131969312793736f,-0.35570925820627397f,0.7296116132330971f,0.9799498055973936f,0.18990380633005116f,-0.06029032137075262f,-0.37994740600481913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012493605618591874f,-0.5244903433828035f,-0.8513247262454178f,0.02456513420128912f,-0.19885242851993862f,0.8330825006611452f,-0.5161697964467659f,1.0472243166101587f,0.9799498055973936f,0.17573681114200804f,-0.09388797430591635f,-0.3129477467569286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.030794762493378397f,0.07759681086333436f,-0.9965091156365885f,0.30848622395063086f,0.1560468074635193f,0.9851301634959673f,0.07188848900103625f,1.1348987195188363f,0.9872695054965588f,-0.15328827715858984f,-0.042445584014495205f,-0.0577363061695835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.030794762493378397f,-0.9873490349894833f,-0.15554280988947056f,-0.015902064667904663f,0.1560468074635193f,0.14895930258313422f,-0.9764530301322177f,1.0700976707061824f,0.9872695054965588f,-0.054341598056018306f,0.14948549841806855f,-0.05761218962067889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07896601941636325f,-0.7079877476868298f,-0.7017960650380312f,0.004117645691151759f,-0.029553953626240345f,0.7053476180578806f,-0.7082452269695381f,1.2212561891382425f,0.9964391258890792f,-0.03518645798321121f,-0.07662233076592706f,-0.16387285556798079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08697522284889292f,-0.6562545170279331f,-0.7495100529618131f,0.0053360319409231066f,-0.22926509147628038f,0.7189806996454811f,-0.6561282430803199f,1.1837220236272905f,0.9694703855408673f,0.2289033910140452f,-0.08792274530241259f,-0.16881932697119667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004039157266613696f,-0.6356626185244838f,-0.7719564240416503f,0.004117645691151759f,-0.13052619222005157f,0.7650232281094622f,-0.6306364829261879f,1.2212561891382425f,0.9914366335541115f,0.10330777252256709f,-0.07988057200168147f,-0.16387285556798079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005591191203556272f,-0.05222393139048388f,-0.9986197472366782f,0.010617296426465387f,-0.043632548044126265f,0.9976715326611953f,-0.05241863856147427f,1.2451452065994004f,0.9990320011551692f,0.04386540672994491f,0.003299509102005331f,-0.16075426052222236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00245638290396235f,-0.05152157496998676f,-0.9986688607820117f,0.010617296426465387f,-0.2164264532593126f,0.9749747414501779f,-0.05083152431074034f,1.2451452065994004f,0.9762958345259001f,0.21626322120686822f,-0.008755720450394683f,-0.16075426052222236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004039157266613696f,0.017983945754843286f,-0.999830117021718f,0.010617296426465387f,-0.13052619222005157f,0.9912938595192522f,0.01730309868085185f,1.2451452065994004f,0.9914366335541115f,0.1304341281050017f,0.0063513677564983745f,-0.16075426052222236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01814103415041168f,-0.3647489147782655f,-0.9309291767089648f,0.013481059148157386f,0.05098922119401056f,0.9295333472030602f,-0.36519564038950847f,1.2438311915940328f,0.9985344271491002f,-0.0540923802910591f,0.0017355669003470808f,0.03448456048333359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.019842719135900112f,-0.33177462814792896f,-0.9431499682524498f,0.0010387823802133194f,-0.2578544461452547f,0.9097246549169498f,-0.3254414491722908f,1.2855948627468425f,0.9659799951864518f,0.24965305596675608f,-0.06749815216761137f,-0.3508133776705966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004039157266613696f,-0.20738982059854455f,-0.9782500434554955f,0.027143580719440952f,-0.13052619222005157f,0.9697794124126532f,-0.20613297748080803f,1.1103555238324638f,0.9914366335541115f,0.12851985672522612f,-0.02315271202726871f,-0.17068715584817618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004039157266613696f,-0.12134053058817576f,-0.992602720550954f,1.82931615622636e-17f,-0.13052619222005157f,0.9840547817211395f,-0.12082673427803382f,1.33125f,0.9914366335541115f,0.13004869168254027f,-0.011863365397300383f,-0.1493750000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3487808168066144f,0.019185842074295203f,-0.937007921680287f,0.5353516431811177f,-0.12251259405221379f,0.9921447420800491f,-0.02528784414516719f,1.7829843240017051f,0.9291623141982827f,0.12361518606875531f,0.3483915608146653f,-0.5097941152411478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3487808168066144f,0.019185842074295203f,-0.937007921680287f,0.5680498447567378f,-0.12251259405221379f,0.9921447420800491f,-0.02528784414516719f,1.7714987683093102f,0.9291623141982827f,0.12361518606875531f,0.3483915608146653f,-0.4226851482850589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3487808168066144f,0.019185842074295203f,-0.937007921680287f,0.6922519322209708f,-0.12251259405221379f,0.9921447420800491f,-0.02528784414516719f,1.7810347227772827f,0.9291623141982827f,0.12361518606875531f,0.3483915608146653f,-0.5184983658853032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3008975771067805f,-0.7318278055769898f,-0.611464398861975f,-0.9395330332528765f,-0.03222650619909684f,0.6486156150018105f,-0.7604335843938131f,2.4783655499029527f,0.9531117984735413f,-0.20910726185427042f,-0.2187511203407675f,-0.5253732438313131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05700788290948049f,-0.7318278055769898f,-0.6791009971061346f,-0.9276692224139477f,0.3640287420734022f,0.6486156150018105f,-0.6684166806119364f,2.4622253067684396f,0.9296414234696275f,-0.20910726185427042f,0.30338255851181384f,-0.6169582046269423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1265473156152417f,-0.7318278055769898f,-0.6696370956682013f,-0.8331555634831819f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5815037961478646f,0.9769062484867105f,-0.20910726185427042f,0.04391280801122829f,-0.577752645430812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.311183229083901e-8f,8.308830348405814e-9f,-0.00001562487033098077f,0.6876117853355771f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4950092261912227f,0.000015491197399282993f,0.000002039454828234977f,6.365642180381787e-8f,-0.12333703123566953f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243.mcfunction new file mode 100644 index 000000000..a93183c09 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243_as_bone.mcfunction new file mode 100644 index 000000000..ed56e9678 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_243_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5212307356795957f,0.04947051806301541f,-0.6267500558196455f,-0.3248654584623428f,-0.2497575363731486f,0.7634292528492593f,-0.14744962991910635f,1.4403776005838234f,0.5769611231722351f,0.28578468850000155f,0.502381745897713f,-0.15392680917315654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4902719569600779f,-0.15062357670161505f,-0.6139592383539385f,-0.3248654584623428f,0.06015267027200846f,0.7845499420468309f,-0.14444045379830828f,1.4403776005838234f,0.6292972783015056f,0.0423547704034255f,0.492129057205923f,-0.15392680917315654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5046524618240159f,0.04654732108870296f,-0.6403933823197033f,-0.32361015743751087f,-0.02710442241661451f,0.8122474861156896f,0.08039786084622265f,1.4194137111202174f,0.6415104734179063f,0.07093527079423917f,-0.50037680231694f,-0.06166457142435765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4741723779058938f,-0.14705438595450435f,-0.6273241296193013f,-0.32361015743751087f,-0.32902028770081765f,0.72494342630534f,0.07875708817589158f,1.4194137111202174f,0.5539911608612013f,0.3046835017328927f,-0.49016503084108415f,-0.06166457142435765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08258185752920838f,0.0018263758134107583f,1.560315080731585f,-0.0024931672834155325f,1.5602693009819044f,0.012204696766714021f,0.08256514876309276f,1.4361177300610062f,-0.012091121555282225f,1.5624512663530408f,-0.0024688157717098567f,0.7378073670791481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0011688805205825829f,-0.9986016516682145f,0.05285238881869314f,-0.002221023418671801f,0.007811005930694281f,-0.05284169520837915f,-0.9985723526284188f,1.4346378366730734f,0.9999688104659461f,0.0015800420938938623f,0.0077383177953779525f,0.5446563341407965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011772454898962533f,-0.9986016516682145f,0.05153785590384616f,-0.008114581284712444f,-0.1931393846961757f,-0.05284169520837915f,-0.9797473824035904f,1.4886161706303906f,0.9811007019591999f,0.0015800420938938623f,-0.19349138503340907f,0.20731725282039248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9661587309631903f,-0.02804064199842138f,-0.2564196345444598f,0.24064084833166516f,0.20784515526910785f,0.5041010859654744f,-0.8382615859978255f,1.421390294190776f,0.1527668092707261f,-0.8631893288987914f,-0.4812135539035616f,-0.521572188126916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7207067606779917f,-0.02804064199842138f,-0.6926727131260135f,0.009411807472616034f,0.5881827500065074f,0.5041010859654744f,-0.6323947720555665f,1.61304828849807f,0.36690982231035835f,-0.8631893288987914f,-0.34681603879785555f,-0.37679072520258494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014935963156919037f,-0.578721662293945f,-0.8153883458796234f,0.2558727937865557f,-0.24467215855991095f,0.7885725451884914f,-0.5641709632731718f,1.311630045668556f,0.9694908209107544f,0.20792926337261436f,-0.12981898783734613f,0.017685927295700836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0132664386064716f,-0.3078870802157493f,-0.9513304091864832f,0.1921981511886872f,-0.2215533541518641f,0.9268605076319133f,-0.3030572728979964f,1.4835222828939272f,0.9750580048749712f,0.2147909337670767f,-0.05591727730056142f,0.05760974439389921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.006465765364777353f,-0.5443363801555231f,-0.8388421181112863f,0.20387830406814017f,-0.23615398086585623f,0.8143008527240424f,-0.5302314764082818f,1.3706902793158777f,0.9716941345914653f,0.20152425782540245f,-0.12328212485378509f,-0.28947872102258543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01347869468290907f,-0.05111815797892819f,-0.9986016516682146f,0.1880523891241648f,-0.22559235898244195f,0.9727876658429844f,-0.05284169520837937f,1.5527577060663849f,0.9741285399568077f,0.22598913935983642f,0.0015800420938938183f,-0.24709588212952927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682883332382071f,-0.030301638995052584f,-0.24799095626451367f,0.25523448233947077f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.2102286054400553f,0.24161589760643448f,0.13894001090016372f,-0.9603735894925989f,-0.03200638383087462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682883332382071f,-0.030301638995052584f,-0.24799095626451367f,0.2720838475604869f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.100808530895457f,0.24161589760643448f,0.13894001090016372f,-0.9603735894925989f,-0.1484695053685675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682883332382071f,-0.030301638995052584f,-0.24799095626451367f,-0.3136349134379759f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.1728890089543187f,0.24161589760643448f,0.13894001090016372f,-0.9603735894925989f,0.10994295601290564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682883332382071f,-0.030301638995052584f,-0.24799095626451367f,-0.36940717320982525f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.0587021774115417f,0.24161589760643448f,0.13894001090016372f,-0.9603735894925989f,0.011601026795695316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951482878604119f,0.25918098415061047f,-0.16584797007482371f,0.1637102534509084f,0.07290635478613312f,0.7135348962785524f,0.6968160555157685f,2.2645895054809597f,0.29893978516587105f,0.6509171754128759f,-0.6978121778799119f,0.03788334691116927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803133840773885f,0.10714532104015684f,-0.16584797007482371f,0.05187258898523348f,-0.03961269320931577f,0.7161551642710892f,0.6968160555157685f,2.2672436866420766f,0.19343346022713476f,0.6896677902200821f,-0.6978121778799119f,0.0671140286382019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159726814218607f,0.3998423741785929f,-0.03346823419411392f,0.018130372733442174f,0.05677644308521128f,0.21173307643456787f,0.9756769649090553f,2.3153512238774536f,0.3972033262693526f,0.8917932384554051f,-0.21664334156807752f,0.020175680899802012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946998761070172f,0.09722157051093122f,-0.03346823419411392f,0.048479503387852244f,-0.011431512721320078f,0.21891500785180787f,0.9756769649090553f,2.317430713286339f,0.10218354559118767f,0.9708883486604577f,-0.21664334156807752f,0.02485239099557146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672446656490803f,0.25162995464237997f,-0.03346823419411392f,0.12180656085067382f,0.022955080312362666f,0.21800808341368394f,0.9756769649090553f,2.370653365860489f,0.2528058960175796f,0.9429500737011295f,-0.21664334156807752f,0.10897216529427856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672446656490803f,0.1921775418602773f,-0.16584797007482371f,0.07856661393211149f,0.022955080312362666f,0.7168824513567751f,0.6968160555157685f,2.2093548143052146f,0.2528058960175796f,0.6701845591635505f,-0.6978121778799119f,-0.04181936051752006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516268763876432f,-0.18140224295115215f,-0.24799095626451367f,-0.22690734950184227f,-0.2176189079706874f,0.9677080947669772f,0.1272126338698821f,2.2876204927621413f,0.216906198690453f,0.17502648249553082f,-0.9603735894925989f,0.07996779052836736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682883332382071f,-0.030301638995052588f,-0.24799095626451367f,-0.11568040746469328f,-0.06355675997572109f,0.9898370997519118f,0.1272126338698821f,2.3049162462400146f,0.24161589760643448f,0.13894001090016375f,-0.9603735894925989f,0.05353741214103938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9321954015984804f,-0.2636516998800874f,-0.24799095626451367f,-0.09392135860351943f,-0.3011321200872514f,0.9450589357472077f,0.1272126338698821f,2.302060096228628f,0.20082624203625604f,0.19326507474113308f,-0.9603735894925989f,0.047540385813808046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9680433670094026f,0.03731655396885812f,-0.24799095626451367f,-0.12240878848300911f,0.005645606757033517f,0.9918594017844629f,0.1272126338698821f,2.310109660234897f,0.2507192986458035f,0.12174728699916493f,-0.9603735894925989f,0.05596276571322633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.96196274194291f,-0.11457822098762938f,-0.24799095626451367f,-0.18928556909965683f,-0.1495848949437687f,0.9805311341250461f,0.1272126338698821f,2.4140851294894192f,0.2285870563228366f,0.15946951522708336f,-0.9603735894925989f,0.05446525481018225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.96196274194291f,-0.11457822098762938f,-0.24799095626451367f,-0.16350546937744026f,-0.1495848949437687f,0.9805311341250461f,0.1272126338698821f,2.1934656243112842f,0.2285870563228366f,0.15946951522708336f,-0.9603735894925989f,0.018584613884088552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682883332382071f,-0.030301638995052584f,-0.24799095626451367f,-0.01919012035443389f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,1.6901433108769606f,0.24161589760643448f,0.13894001090016372f,-0.9603735894925989f,-0.05281245423140597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0132664386064716f,-0.05117365427849042f,-0.9986016516682146f,1.6660299163400438e-17f,-0.2215533541518641f,0.9737154956718946f,-0.05284169520837937f,1.325f,0.9750580048749712f,0.22194456649402824f,0.0015800420938938183f,-0.13604166666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010723026080901423f,-0.3378886346383644f,-0.9411250115122274f,0.21324934525621927f,-0.19894584907775814f,0.9216423212383495f,-0.3331605931635926f,0.7183583730798473f,0.9799518181249515f,0.19080540423323675f,-0.05733874666395244f,-0.3671576103673615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010723026080901423f,-0.5037370692449898f,-0.8637904733094343f,0.02119958760656689f,-0.19894584907775814f,0.845495639607799f,-0.49553776096169366f,1.0407035856803206f,0.9799518181249515f,0.1771611934726877f,-0.09115012715808307f,-0.2996149053558993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028093649791251722f,0.09340993580177015f,-0.9952312950942186f,0.30652451256906543f,0.15300198300364812f,0.9842941887717189f,0.08806442611619517f,1.1236250938153913f,0.9878264726349247f,-0.14979831055032838f,-0.04194432164083123f,-0.04423188537720668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028093649791251722f,-0.9848344700580934f,-0.17120693159682798f,-0.01886448316186899f,0.15300198300364812f,0.16501978486169736f,-0.974350483040446f,1.0640519970422053f,0.9878264726349247f,-0.053568061282759906f,0.146045618804703f,-0.04425877527412901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07876871408298684f,-0.6998227207692185f,-0.7099603152126751f,0.002840767417443357f,-0.028602961045468334f,0.7134664488015039f,-0.7001053471114205f,1.214965453855918f,0.9964824937253759f,-0.034839430674733156f,-0.07621583673434525f,-0.15053683639129894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08484324210633286f,-0.6477944200928997f,-0.7570759628765069f,0.0036234460043804654f,-0.2302160840570524f,0.7265119440098609f,-0.6474418505568273f,1.1774195417884208f,0.9694339476778818f,0.22922212918371682f,-0.08749306590902534f,-0.1554822915017322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0030634724431012478f,-0.6267399416413277f,-0.779222471883361f,0.002840767417443357f,-0.13052619222005157f,0.7723090652628877f,-0.6216925452804617f,1.214965453855918f,0.9914401284400003f,0.10361348012777949f,-0.07944003055566971f,-0.15053683639129894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00562183941217531f,-0.04068820485750835f,-0.9991560763499849f,0.009617227950014061f,-0.043655943156658814f,0.9982092638918206f,-0.04089528221754425f,1.2387780232274428f,0.999030807106931f,0.04384900758310784f,0.0038354902229396698f,-0.14742277592675473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0004817905989599482f,-0.04015550721851989f,-0.9991933261976093f,0.009617227950014061f,-0.21640305814678001f,0.9755124726808032f,-0.03930816796681032f,1.2387780232274428f,0.976303991747724f,0.21624742977480454f,-0.008219781825017015f,-0.14742277592675473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0030634724431012478f,0.029487723075789354f,-0.9995604480592436f,0.009617227950014061f,-0.13052619222005157f,0.9910254307067037f,0.028835894942360427f,1.2387780232274428f,0.9914401284400003f,0.13038048120941362f,0.006884899307704667f,-0.14742277592675473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01701754670611753f,-0.3540307610819101f,-0.9350789396151903f,0.012570068754043661f,0.05123327803249772f,0.9336770500128455f,-0.354432387771427f,1.2374385255475642f,0.9985417138638474f,-0.053938729008699164f,0.0022492636075426287f,0.04781454498590185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017383551371988284f,-0.321124715401303f,-0.9468773570532403f,0.00040430878496315256f,-0.258029251851919f,0.9135009097048983f,-0.3145425140693422f,1.2793282151870207f,0.9659807023592325f,0.2497899219879687f,-0.06697968007394549f,-0.3374785432096752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0030634724431012478f,-0.19612022202762702f,-0.9805750729283427f,0.0245822118936762f,-0.13052619222005157f,0.9721121780917392f,-0.19483538269592793f,1.1038062877219292f,0.9914401284400003f,0.128587603281066f,-0.022620786929430058f,-0.15735851609524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0030634724431012478f,-0.10991117657158919f,-0.9939366923507952f,1.6660299163400438e-17f,-0.13052619222005157f,0.9853940202577972f,-0.1093688163267303f,1.325f,0.9914401284400003f,0.1300698201152937f,-0.011327559933658762f,-0.13604166666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17065938428194383f,0.01708897422437866f,-0.9851818824544362f,0.5368369057723983f,-0.12867902058850958f,0.9916732383203595f,-0.005089013616942705f,1.777574587671393f,0.9768915416856109f,0.12764072766625084f,0.1714373367266892f,-0.5248861060770155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.17065938428194383f,0.01708897422437866f,-0.9851818824544362f,0.5528362230488306f,-0.12867902058850958f,0.9916732383203595f,-0.005089013616942705f,1.7655109294912201f,0.9768915416856109f,0.12764072766625084f,0.1714373367266892f,-0.43330252404398945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.17065938428194383f,0.01708897422437866f,-0.9851818824544362f,0.6926138467787799f,-0.12867902058850958f,0.9916732383203595f,-0.005089013616942705f,1.772306110623848f,0.9768915416856109f,0.12764072766625084f,0.1714373367266892f,-0.5048099155695058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2911216644428931f,-0.7316216666175722f,-0.6164234854608686f,-0.9391434079006622f,-0.018950201962708774f,0.6486156150018105f,-0.7608801967599075f,2.4712997612015775f,0.9564983357735506f,-0.20982735977833988f,-0.20269043576567444f,-0.5067678316301701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.044227291000230276f,-0.7316216666175722f,-0.680274711911671f,-0.9271894731158756f,0.35230781915327203f,0.6486156150018105f,-0.6746680550754485f,2.4551595180670645f,0.9348385675047035f,-0.20982735977833988f,0.28644254536329744f,-0.598341072780191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12750863770438917f,-0.7316216666175722f,-0.6696799864461359f,-0.8327144425413485f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5744380074464894f,0.9767812389335561f,-0.20982735977833988f,0.04325379007529977f,-0.5590425207164755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.7866756923456994e-8f,6.301778100381886e-9f,-0.000015624925409779542f,0.6875858281391366f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4887592261912226f,0.000015491252006875005f,0.0000020394620174608527f,4.8279797282049264e-8f,-0.10932702476434004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244.mcfunction new file mode 100644 index 000000000..dbad99c2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244_as_bone.mcfunction new file mode 100644 index 000000000..8f3539092 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_244_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.532249540980884f,0.05119233389001536f,-0.6172796898659281f,-0.32331816979427935f,-0.2502938323332159f,0.762240229556872f,-0.15260168539529106f,1.434641142225062f,0.5665755625386918f,0.2886409912684347f,0.5124675155929251f,-0.14170515090517521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5008897127946875f,-0.1531959494349444f,-0.6046821451747867f,-0.32331816979427935f,0.05922157570002398f,0.783674889601358f,-0.14948736528518308f,1.434641142225062f,0.620968840271444f,0.048833067536510455f,0.5020089948665389f,-0.14170515090517521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5180861174567812f,0.048694940183515084f,-0.6294124419993038f,-0.32219921534548507f,-0.029170172391895528f,0.8115172737267471f,0.08679435425290774f,1.4125626178603221f,0.6306189977994875f,0.07754328912340537f,-0.5130800740340035f,-0.04712306225386473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4871352556847011f,-0.1501466597061092f,-0.616567290121767f,-0.32219921534548507f,-0.3306161054360912f,0.7235081708883813f,0.08502304090080759f,1.4125626178603221f,0.5416569333953666f,0.30658099620956103f,-0.5026090521149422f,-0.04712306225386473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08235402834569575f,0.001422753559590714f,1.5603275424690628f,-0.0035309521648835243f,1.5597759415625718f,-0.04149264610935639f,0.08236274911290004f,1.4154900796647978f,0.04150995227445024f,1.5619483301604928f,0.0007666622597156809f,0.7494046733274824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0009105622781377543f,-0.9986096271802002f,0.052706578141245054f,-0.0032089081748092625f,-0.02655529350999078f,-0.05271215943225579f,-0.9982566026000459f,1.4206481864078615f,0.9996469313027153f,-0.0004906638462184738f,-0.02656636945565083f,0.5563169318875593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010770661616230913f,-0.9986096271802002f,0.05160237738099078f,-0.008698682596603762f,-0.21313956074329832f,-0.05271215943225579f,-0.9755987678826484f,1.4803379685016966f,0.9769623946163447f,-0.0004906638462184738f,-0.21341096212352242f,0.22159546662983604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9639780602506314f,-0.02645522851576904f,-0.2646628425744901f,0.23910434233746075f,0.21484028438434077f,0.5091906366354264f,-0.8334077920012897f,1.4155002644843817f,0.15681183488846284f,-0.8602470670958362f,-0.4851649533838219f,-0.508283366511983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7148031165433554f,-0.02645522851576904f,-0.6988251751790898f,0.009872797431342253f,0.5919476617604602f,0.5091906366354264f,-0.6247582422818712f,1.6082128470690058f,0.3723633579129812f,-0.8602470670958362f,-0.34831094332044993f,-0.3617361473008403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010740173074787241f,-0.5794815803812021f,-0.8149145640379907f,0.2555998118188353f,-0.23545546067069906f,0.7905807763293105f,-0.5652811354882574f,1.3044376483635571f,0.971825794431632f,0.19794730131388305f,-0.12795112809146417f,0.031388091716800105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011520022119315477f,-0.3081466774665926f,-0.9512691071703478f,0.19187687787403454f,-0.22730602601179697f,0.9256192099323151f,-0.3025905628782911f,1.4761000592078768f,0.9737552359957274f,0.21971505039613595f,-0.059380442911186514f,0.07221353589788068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.007228246528860334f,-0.5443514338361906f,-0.8388261255663189f,0.20416540542048794f,-0.2291350083245081f,0.8156273873285742f,-0.5312712235757661f,1.3650955637390936f,0.9733678135279829f,0.19604459064214824f,-0.11883441449221226f,-0.27457225282726133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01146814325961832f,-0.05145186287393727f,-0.9986096271802004f,0.18827687096174847f,-0.22632533466727972f,0.972624424500913f,-0.05271215943225613f,1.5471331923365632f,0.9739842527361112f,0.22661516866941922f,-0.0004906638462185472f,-0.2320849753507841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9687206785789317f,-0.02888349802400328f,-0.24646701693222917f,0.25595053148567987f,-0.06484789367055616f,0.9881559137147938f,0.13907782309546338f,2.202747047705523f,0.23953078628866595f,0.15071043007163823f,-0.9591201012842737f,-0.009972662597018712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9687206785789317f,-0.02888349802400328f,-0.24646701693222917f,0.2727817113479936f,-0.06484789367055616f,0.9881559137147938f,0.13907782309546338f,2.0946979004190194f,0.23953078628866595f,0.15071043007163823f,-0.9591201012842737f,-0.12771138033719914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9687206785789317f,-0.02888349802400328f,-0.24646701693222917f,-0.31317286717944254f,-0.06484789367055616f,0.9881559137147938f,0.13907782309546338f,2.1646489101740714f,0.23953078628866595f,0.15071043007163823f,-0.9591201012842737f,0.1307516743475725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9687206785789317f,-0.02888349802400328f,-0.24646701693222917f,-0.3689957382105486f,-0.06484789367055616f,0.9881559137147938f,0.13907782309546338f,2.051736170862276f,0.23953078628866595f,0.15071043007163823f,-0.9591201012842737f,0.03097776557904207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951649120672325f,0.2612060850202015f,-0.16166425786799637f,0.16454639574262134f,0.07035728029010574f,0.6976206812960285f,0.7130043745575789f,2.2553407507063086f,0.299021410995551f,0.6671557285795303f,-0.6822678576554415f,0.06101927242282289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980794375001059f,0.10911948356857401f,-0.16166425786799637f,0.05267322272306732f,-0.0396408526610241f,0.7000381165779922f,0.7130043745575789f,2.2578292706621563f,0.1909738117297482f,0.7057191889439205f,-0.6822678576554415f,0.0901283955969462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9163853343666287f,0.3992001148419958f,-0.029617347414982773f,0.019252109566852568f,0.05233100070179894f,0.19282441681765544f,0.979836828581412f,2.3067860723815214f,0.39686192223909655f,0.8963581943559554f,-0.1975920091694523f,0.04438812819967758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948938633293029f,0.09648322881099694f,-0.029617347414982773f,0.049601141122057865f,-0.009816282505401806f,0.19955808666474717f,0.979836828581412f,2.308663716721244f,0.10044820211168098f,0.975124380068979f,-0.1975920091694523f,0.04915009842161899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675517666556023f,0.25093104944132255f,-0.029617347414982773f,0.12298697124536503f,0.02152233475327836f,0.19863680037266113f,0.979836828581412f,2.359967029565561f,0.25175457880322866f,0.9474054200625983f,-0.1975920091694523f,0.13440345354363892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675517666556023f,0.19418611322546525f,-0.16166425786799637f,0.07929509576963542f,0.02152233475327836f,0.7008291881539491f,0.7130043745575789f,2.2022804622309224f,0.25175457880322866f,0.6863892499608828f,-0.6822678576554415f,-0.020034127697559478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522757449639453f,-0.18006919536081534f,-0.24646701693222917f,-0.2262179571845122f,-0.21863115022887586f,0.9658456291108974f,0.13907782309546338f,2.2795876319622197f,0.2130054593266612f,0.18632580500156923f,-0.9591201012842737f,0.10226609676265178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687206785789318f,-0.02888349802400328f,-0.24646701693222917f,-0.11492692429475193f,-0.06484789367055617f,0.9881559137147938f,0.13907782309546338f,2.297015162735004f,0.23953078628866598f,0.1507104300716382f,-0.9591201012842737f,0.07619450696659326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329579837868047f,-0.2623802775610032f,-0.24646701693222917f,-0.09316434428174569f,-0.30197818588044556f,0.9431153346093902f,0.13907782309546338f,2.2941951143027755f,0.19595554531784978f,0.20418142807716097f,-0.9591201012842737f,0.07019321018861373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9683757346651944f,0.03876139930618616f,-0.24646701693222917f,-0.12165017553887163f,0.004240344589329731f,0.9902723759657192f,0.13907782309546338f,2.3021902828932843f,0.2494603294903001f,0.13363448403400843f,-0.9591201012842737f,0.07867261593429456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625170412087373f,-0.11320315785041771f,-0.24646701693222917f,-0.18835578439144143f,-0.150724590467329f,0.9787438157922035f,0.13907782309546338f,2.4062858473665285f,0.2254840198578034f,0.17101341497441203f,-0.9591201012842737f,0.07832658724384967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625170412087373f,-0.11320315785041771f,-0.24646701693222917f,-0.16288507387509749f,-0.150724590467329f,0.9787438157922035f,0.13907782309546338f,2.1860684888132833f,0.2254840198578034f,0.17101341497441203f,-0.9591201012842737f,0.03984856887460701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9687206785789317f,-0.02888349802400328f,-0.24646701693222917f,-0.019290102036297198f,-0.06484789367055616f,0.9881559137147938f,0.13907782309546338f,1.6833983877715375f,0.23953078628866595f,0.15071043007163823f,-0.9591201012842737f,-0.03735937165805729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011520022119315477f,-0.05144027209679256f,-0.9986096271802004f,1.5027436764537336e-17f,-0.22730602601179697f,0.9723957007240995f,-0.05271215943225613f,1.31875f,0.9737552359957274f,0.22759723113406996f,-0.0004906638462185472f,-0.12270833333333353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008669348665510446f,-0.31506666638995745f,-0.9490299458518869f,0.20192201699046206f,-0.19902996366321804f,0.9295329222480114f,-0.3104120165542731f,0.7073399131675198f,0.9799550581317155f,0.19157646563968f,-0.054649262164045635f,-0.3542969508251401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008669348665510446f,-0.4827378168278438f,-0.8757220121693888f,0.017878224324846623f,-0.19902996366321804f,0.8573997105867759f,-0.4746080591919303f,1.034223552828728f,0.9799550581317155f,0.1784094630057497f,-0.08864619310532242f,-0.2862783430541981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02575104695274648f,0.10925853543388914f,-0.9936797552610593f,0.30445488092242423f,0.14990910578402236f,0.9831914160714732f,0.10422043641439016f,1.1123671834400575f,0.9883643779415932f,-0.14627785819532887f,-0.04169705766496003f,-0.0306515013614693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02575104695274648f,-0.9820442463087509f,-0.18688494287318846f,-0.021850775339056737f,0.14990910578402236f,0.1810394690230842f,-0.9719835238618372f,1.058039442666069f,0.9883643779415932f,-0.05304534803087991f,0.14255541893737528f,-0.030913033689434932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07884732897675123f,-0.6915544111281579f,-0.718008074580237f,0.0015676741505406926f,-0.027665616059460746f,0.7214909815221136f,-0.6918709252962636f,1.2086896154897613f,0.9965027407896491f,-0.03468803873735424f,-0.07601991559633131f,-0.1372009317620513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.082421309329965f,-0.6393138711278641f,-0.7645158611512513f,0.0019159612968080927f,-0.23115342904306f,0.7339425251429277f,-0.6386677242733174f,1.1711370399811956f,0.969419836814767f,0.2293602929243155f,-0.08728708965077789f,-0.14214546346254706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.001802410044397942f,-0.6177635138349725f,-0.7863618710824551f,0.0015676741505406926f,-0.13052619222005157f,0.7794903441316325f,-0.6126644404158637f,1.2086896154897613f,0.9914432230150984f,0.10374509328067896f,-0.07922935792758407f,-0.1372009317620513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005364589559299114f,-0.029159634991074712f,-0.9995603717965451f,0.008619147053321655f,-0.043691031866249355f,0.9986133899580791f,-0.029366496741966522f,1.23242251293094f,0.9990306876734681f,0.043829363258218124f,0.0040831364239421585f,-0.13408925071351252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0017734868992660394f,-0.02884621954733471f,-0.9995822879393397f,0.008619147053321655f,-0.2163679694371895f,0.9759165987470617f,-0.027779382491232588f,1.23242251293094f,0.9763102767797979f,0.21622832355589716f,-0.007972173252050362f,-0.13408925071351252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.001802410044397942f,0.04095012120562158f,-0.9991595662812206f,0.008619147053321655f,-0.13052619222005157f,0.9906228329147012f,0.04036478728528467f,1.23242251293094f,0.9914432230150984f,0.13034373970888302f,0.007130571936174777f,-0.13408925071351252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016178797679045044f,-0.34324990612949746f,-0.9391047590379638f,0.011604556074902113f,0.051453023453389674f,0.937697465633949f,-0.34362195698350523f,1.2310542901364208f,0.9985443569933014f,-0.05387916931208381f,0.0024904278898098663f,0.06114737571544018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01464441240580405f,-0.31050378626278075f,-0.9504593310088372f,-0.00017232154600903445f,-0.25818664450611944f,0.9171512392181393f,-0.3036004957164958f,1.2730711746424443f,0.9659840566924278f,0.2498419562785817f,-0.06673678969602798f,-0.3241439454882817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.001802410044397942f,-0.1848614256406347f,-0.9827629442689342f,0.022023688982489648f,-0.13052619222005157f,0.9743133353430212f,-0.18351141031906334f,1.0972868596433594f,0.9914432230150984f,0.12860706777961145f,-0.022373145835229136f,-0.14402466860648516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.001802410044397942f,-0.0985045377522474f,-0.9951349694188463f,1.5027436764537336e-17f,-0.13052619222005157f,0.9865998522178309f,-0.09789609158842057f,1.31875f,0.9914432230150984f,0.13006762720204576f,-0.011079164745758228f,-0.12270833333333353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.04404872453873081f,0.012824587972842952f,-0.9989470655694614f,0.5411749033778098f,-0.13040965255321302f,0.9914356428527484f,0.006977721842243525f,1.770737109210182f,0.9904812125363415f,0.12996497999262832f,0.045343925591576795f,-0.5305488483301091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04404872453873081f,0.012824587972842952f,-0.9989470655694614f,0.5453044713033158f,-0.13040965255321302f,0.9914356428527484f,0.006977721842243525f,1.7585112042833182f,0.9904812125363415f,0.12996497999262832f,0.045343925591576795f,-0.43769123465482707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.04404872453873081f,0.012824587972842952f,-0.9989470655694614f,0.693081747175982f,-0.13040965255321302f,0.9914356428527484f,0.006977721842243525f,1.7635774984704136f,0.9904812125363415f,0.12996497999262832f,0.045343925591576795f,-0.4909216303312046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2815399551670526f,-0.7313541853772424f,-0.6211733326340758f,-0.9386598388741318f,-0.00566812531122865f,0.6486156150018105f,-0.7610950376472567f,2.4642339725002023f,0.9595327644223466f,-0.21075777448771132f,-0.1867566183378698f,-0.4884322194939573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.031152854833879695f,-0.7313541853772424f,-0.6812859569717324f,-0.9265894373922376f,0.3404795798585457f,0.6486156150018105f,-0.6807139191137281f,2.4480937293656893f,0.9397356837616881f,-0.21075777448771132f,0.2692173938621715f,-0.5799901817890232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12875094914020502f,-0.7313541853772424f,-0.6697344612805036f,-0.8321644689411092f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5673722187451142f,0.9766182644807021f,-0.21075777448771132f,0.042401957215303994f,-0.5405714942237858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.8162656943717846e-8f,3.7076841253374705e-9f,-0.0000156249741797493f,0.6875512923078557f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4825092261912227f,0.000015491300359610913f,0.0000020394683832193f,2.8405671400317555e-8f,-0.09511913987738976f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245.mcfunction new file mode 100644 index 000000000..75d93dfe0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245_as_bone.mcfunction new file mode 100644 index 000000000..38642a878 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_245_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.529218098107118f,0.05031073913537853f,-0.6199528035326412f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.567710750311431f,0.29349273114364033f,0.5084397360465873f,-0.1283118440392713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983193f,-0.152857406792489f,-0.6073007055013628f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433727f,0.052798460791550955f,0.49806341490277944f,-0.1283118440392713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926757f,0.048331357229931475f,-0.6295175375202636f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148054f,0.08221499943553663f,-0.5124927559274071f,-0.03419005353493676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4869142006916136f,-0.15044060366769046f,-0.6166702408361766f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589425f,0.3107662035436314f,-0.5020337200921539f,-0.03419005353493676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473726f,-0.000052086426031025015f,1.560332612578077f,-0.005157079867934676f,1.5574375074151383f,-0.09514142136579978f,0.0821143741193712f,1.3949471802395355f,0.09500671073268246f,1.5596007044200444f,0.005061391928791317f,0.7606651959155716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.000033335312660158836f,-0.9986128720499693f,0.052652926460631626f,-0.004652714406329856f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344268724f,-0.060804294868919445f,0.5678691244422065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.9986128720499693f,0.05185879881350706f,-0.009516593363525467f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344268724f,-0.2332065059381373f,0.23585430251285766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931069f,-0.024282846992506053f,-0.27255967831383004f,0.23781334303954324f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.16028475417996968f,-0.85728864212744f,-0.4892494063938727f,-0.4948374359600286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989756f,-0.024282846992506053f,-0.7046916664606881f,0.010497220713527619f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.3773810236793544f,-0.85728864212744f,-0.3501995817330636f,-0.34666531124560857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.5802915723519888f,-0.8143578416737477f,0.25522076092688867f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.19494390251947794f,-0.12803375448474816f,0.04525769844556156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.30855178306535436f,-0.9511639187886906f,0.19142252710970542f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370608f,-0.06348719985443846f,0.0869399903434162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.5442174732072282f,-0.8388947163346591f,0.20454042738306197f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.20034311305302f,-0.11940856112192845f,-0.2606478085785295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.05185879881350728f,-0.9986128720499693f,0.18857557215521706f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.2332065059381373f,-0.003239290834426924f,-0.21694183428284392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,0.25626504097294694f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.011008112805089468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,-0.10771623441948001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,-0.31320564277663404f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.1501155339333376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,-0.3689244214155922f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.04914958089535297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533889f,0.26045975587521897f,-0.15942015810293364f,0.1647593629442621f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.2975927860403124f,0.6743696324368627f,-0.6757692894351859f,0.08229943585167597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199409f,0.10829114848857146f,-0.15942015810293364f,0.05282496936176481f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760235f,0.7126207914933659f,-0.6757692894351859f,0.11118559223988782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195564f,0.39714759542099787f,-0.03053934986980225f,0.019663918122344873f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.3950457270155142f,0.8972181490024923f,-0.19732832201011075f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976563f,-0.03053934986980225f,0.050000816603867224f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925727f,0.9753810103500965f,-0.19732832201011075f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680812417945711f,0.24876908448400825f,-0.03053934986980225f,0.12314701568529884f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156194f,0.9479706717122136f,-0.19732832201011075f,0.156589740789896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680812417945711f,0.19340093711230424f,-0.15942015810293364f,0.07963180483503046f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156194f,0.6934859252718077f,-0.6757692894351859f,0.0005554076037394932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362237f,-0.17948853103107998f,-0.24421154578883122f,-0.2260703932261065f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.20882725427005788f,0.19511266206959546f,-0.9582913059055397f,0.12291564429607638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.028201970868042173f,-0.24421154578883122f,-0.11470440375338561f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,0.0972551114337826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933696424780617f,-0.2618620004035024f,-0.24421154578883122f,-0.09293156410227146f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874011f,0.2125706939361584f,-0.9582913059055397f,0.09127497649895533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689178773347951f,0.039482500990505376f,-0.24421154578883122f,-0.12142778536764554f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043286f,0.14313602615738757f,-0.9582913059055397f,0.09976760679262414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963165314358667f,-0.11257574392292656f,-0.24421154578883122f,-0.18802568807936454f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.22192893286308127f,0.18007032455157498f,-0.9582913059055397f,0.10026587791646004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963165314358667f,-0.11257574392292656f,-0.24421154578883122f,-0.1626961456967061f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.22192893286308127f,0.18007032455157498f,-0.9582913059055397f,0.05975005489235573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269463f,-0.02820197086804218f,-0.24421154578883122f,-0.019447049555065217f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.2367785891544649f,0.16004272162106187f,-0.9582913059055397f,-0.021922560273198513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854362767f,-0.05185879881350728f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.2332065059381373f,-0.003239290834426924f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006079677280625875f,-0.2921640371313614f,-0.9563488970722285f,0.19061062291494313f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.1921613868343895f,-0.05247541990501207f,-0.34132606724662423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006079677280625875f,-0.4615524671349017f,-0.887092079553103f,0.014643744819761854f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739797f,-0.08661534545714712f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523202f,0.12517182956312511f,-0.9918441865386194f,0.30225332220198275f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.1426812123116355f,-0.041958084137622836f,-0.016919064161482898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523202f,-0.978965793364661f,-0.2026051645653085f,-0.024884264831218906f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352815f,0.13894938041161528f,-0.017583959633655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07945931129894647f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495887f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101497f,-0.034901309548412134f,-0.07622871994964883f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0794593112989447f,-0.6308733544586036f,-0.7718063413072265f,0.00021882562287639865f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789185f,0.22916253452253085f,-0.08751027731334284f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,-0.6087614290087209f,-0.7933533402912352f,0.0003022787468495887f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.1035533905932732f,-0.07945931129894628f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004561379138761809f,-0.017651075422032515f,-0.9998338028676558f,0.0076261274904201055f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.043811887243133084f,0.0037842686105682673f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004561379138763586f,-0.017651075422032668f,-0.9998338028676558f,0.0076261274904201055f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808732f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,0.05233595624294371f,-0.9986295347545739f,0.0076261274904201055f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999624f,0.006831213084585792f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01588287257927881f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621777f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.053990100862535466f,0.002212404753743657f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961326f,-0.29997784443843983f,-0.953878334500966f,-0.0006389918786099194f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.2497409905887329f,-0.06701855824600342f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,-0.17364817766693047f,-0.9848077530122081f,0.0194738612701799f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694684f,-0.022665635416816307f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-8.919244165217033e-16f,-0.08715574274765829f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.13002950065171934f,-0.011376107230963094f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[1.0675104621140618e-15f,-1.17424077094263e-16f,-1f,0.5437500000000002f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7609673015772938f,0.9914448613738104f,0.13052619222005157f,1.0430508444677002e-15f,-0.5231279849330152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[1.0675104621140618e-15f,-1.17424077094263e-16f,-1f,0.5437500000000004f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.748730471056664f,0.9914448613738104f,0.13052619222005157f,1.0430508444677002e-15f,-0.4301800291792205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[1.0675104621140618e-15f,-1.17424077094263e-16f,-1f,0.6937500000000003f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7548488863169789f,0.9914448613738104f,0.13052619222005157f,1.0430508444677002e-15f,-0.476654007056118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27240571327696306f,-0.7309698269877652f,-0.6256822191876202f,-0.9379934152603145f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962974f,-0.2120870010380159f,-0.1711197684857058f,-0.47060820024790584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698950845f,-0.7309698269877652f,-0.6821842964934578f,-0.9257565847396847f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.2120870010380159f,0.2515359715251906f,-0.5621440677008785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005243f,-0.7309698269877652f,-0.6698104397350121f,-0.8314034340397478f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650423f,-0.2120870010380159f,0.04118433469615023f,-0.5225537841788147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3936319008151617e-20f,-1.8347512045978596e-21f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-1.405657495550539e-20f,-0.08053590934595839f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246.mcfunction new file mode 100644 index 000000000..7b52c8028 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246_as_bone.mcfunction new file mode 100644 index 000000000..5d41ceb68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_246_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5000903204497464f,0.04048414621328961f,-0.6443719032843496f,-0.3238830352149174f,-0.2506327924889715f,0.7633143747249851f,-0.14655651848972573f,1.4411588234170722f,0.5950103521503591f,0.2875006846740198f,0.4798442263801034f,-0.1292141193795885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46777060261205206f,-0.15083148366819335f,-0.6312214562785465f,-0.3238830352149174f,0.059317476966524355f,0.7847740848715018f,-0.14356556913279256f,1.4411588234170722f,0.6462755606227761f,0.037141610742512404f,0.47005148706622374f,-0.1292141193795885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5212226859626177f,0.04421035241940189f,-0.6271497435392211f,-0.32546692928060006f,-0.027175145761135767f,0.8122994096934701f,0.07984751034907114f,1.4203368125292763f,0.6281185139248961f,0.07183006470160164f,-0.5169642334960789f,-0.037539263984823476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48829277471152405f,-0.15538113968848613f,-0.614350769181278f,-0.32546692928060006f,-0.32910375886173815f,0.7249639061210493f,0.07821796932153909f,1.4203368125292763f,0.5415356701710385f,0.30047302083684235f,-0.5064139430165672f,-0.037539263984823476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04981070366616048f,0.009409716783123129f,1.5616774958455226f,-0.028286729227229142f,1.5615172600005107f,0.02398094018433577f,-0.04995008737100005f,1.416179500321122f,-0.02426912690595067f,1.56228762452307f,-0.008639313704579746f,0.7711156678983839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022456205660509057f,-0.9994288875223312f,-0.02525109132707531f,-0.02461528780184352f,-0.05590553545278493f,0.02647328178619688f,-0.9980850346825192f,1.4264962201857407f,0.9981834951215486f,-0.02100152702409967f,-0.056468096564216474f,0.5755110683255711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.02672699558987191f,-0.9994288875223312f,-0.0206776810260325f,-0.018312651988277705f,-0.238974172398501f,0.02647328178619688f,-0.9706649835437147f,1.4946970322065047f,0.9706580307364643f,-0.02100152702409967f,-0.23954524255235277f,0.24252310383553863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9491189111865811f,-0.023736723966906577f,-0.3140220698666214f,0.23279897766671792f,0.25504322007756663f,0.5270002412779228f,-0.8106933462077239f,1.4289283715214023f,0.18473291076704282f,-0.8495335859330873f,-0.49413200468215557f,-0.5075858859562734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6803729671341933f,-0.0531671835275521f,-0.7309349329377828f,0.015961736109926964f,0.5894379728457714f,0.552970049177262f,-0.588886237638785f,1.6194499768513158f,0.4354945484853756f,-0.8315030819597988f,-0.3448871162146752f,-0.3407136564402562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021530338271863222f,-0.5856881349527845f,-0.8102504878797838f,0.25146911145686557f,-0.2901255434539543f,0.7719035303516527f,-0.5656784500634636f,1.3138748128230955f,0.9567463684642064f,0.2472536115129236f,-0.153303744325993f,0.05293828976094034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.004987944640229674f,-0.31311973013657407f,-0.9497005607071445f,0.1868235335518383f,-0.25675903532483946f,0.9182739126278092f,-0.30140971976078046f,1.484167360692305f,0.9664625798174102f,0.2423407848184317f,-0.08497661929179544f,0.09784608304382256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.006778442102184014f,-0.5478493524994018f,-0.8365495440729457f,0.20925268799421973f,-0.29981765446244807f,0.7969684404978447f,-0.5243573961746598f,1.3733765625540788f,0.9539724455115586f,0.25436664839640283f,-0.15885270343395902f,-0.2568707232455595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.014003372397182218f,-0.05827241285494244f,-0.9982025002280693f,0.19208784495749262f,-0.2689698598785108f,0.9617237846357907f,-0.052369614689678635f,1.553372462081479f,0.9630467901604991f,0.26775303539992645f,-0.029140899019859036f,-0.2068491597269474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968787083464509f,-0.029318332033448767f,-0.24615446841182215f,0.2540629157939671f,-0.06521844526326538f,0.9881444370347412f,0.13898606388676704f,2.210330235157166f,0.23916132904333176f,0.1507017151994976f,-0.9592136632295001f,0.008446135676050442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968787083464509f,-0.029318332033448767f,-0.24615446841182215f,0.270980241514459f,-0.06521844526326538f,0.9881444370347412f,0.13898606388676704f,2.1022878157145803f,0.23916132904333176f,0.1507017151994976f,-0.9592136632295001f,-0.10928640949077732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968787083464509f,-0.029318332033448767f,-0.24615446841182215f,-0.3150994957414319f,-0.06521844526326538f,0.9881444370347412f,0.13898606388676704f,2.172014398564998f,0.23916132904333176f,0.1507017151994976f,-0.9592136632295001f,0.14895341648900784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968787083464509f,-0.029318332033448767f,-0.24615446841182215f,-0.37084120128077824f,-0.06521844526326538f,0.9881444370347412f,0.13898606388676704f,2.059080595727667f,0.23916132904333176f,0.1507017151994976f,-0.9592136632295001f,0.04915797100042997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521654747989589f,0.25531350163881866f,-0.16791642112014574f,0.16221766927046263f,0.07159162672740096f,0.7205788575921389f,0.6896671291092042f,2.266122692766464f,0.29707835259977744f,0.6446558196992659f,-0.7043886189771027f,0.0776147176548096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803825688225819f,0.10321867208522621f,-0.16791642112014574f,0.05033246541462058f,-0.04201315310383379f,0.7229067339515807f,0.6896671291092042f,2.2685684150777736f,0.1925744368162852f,0.6831923299777456f,-0.7043886189771027f,0.1066811970686056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9169840425385538f,0.3960851580151905f,-0.04750592941658312f,0.016975255333306738f,0.06271144480879981f,0.2607300756029683f,0.9633727743537611f,2.31158834257813f,0.3939638821258171f,0.8804182956277954f,-0.2639243912642472f,0.0616775984935536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945006940413441f,0.09333571782308972f,-0.04750592941658312f,0.047287584994001125f,-0.02092789607428914f,0.2673479395840567f,0.9633727743537611f,2.3143350657390056f,0.10261770177307894f,0.9590690918690937f,-0.2639243912642472f,0.06624747895357541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967655817131607f,0.24776078430943949f,-0.04750592941658312f,0.11977268912589006f,0.021152192962677743f,0.2673302870361051f,0.9633727743537611f,2.372655155735505f,0.25138576790310074f,0.9312084145837414f,-0.2639243912642472f,0.14767426393885796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967655817131607f,0.18827186483796204f,-0.16791642112014574f,0.07741151953734868f,0.021152192962677743f,0.7238175431413204f,0.6896671291092042f,2.209796208528708f,0.25138576790310074f,0.6638086088258411f,-0.7043886189771027f,-0.0016826730469560527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522733092695397f,-0.18050906385479024f,-0.24615446841182215f,-0.22817763550722628f,-0.21899534436827922f,0.9657763266876456f,0.13898606388676704f,2.2869863914009088f,0.2126419140194574f,0.18625940157743703f,-0.9592136632295001f,0.12050125759674346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687870834645091f,-0.029318332033448746f,-0.24615446841182215f,-0.1168833357586743f,-0.06521844526326538f,0.9881444370347412f,0.13898606388676704f,2.3044564885084364f,0.23916132904333176f,0.1507017151994976f,-0.9592136632295001f,0.09447213591480778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329172202956479f,-0.2628182599378035f,-0.24615446841182215f,-0.09511739414816528f,-0.3023349540470225f,0.9430145542920576f,0.13898606388676704f,2.301644766470984f,0.19559917085004844f,0.2040835922768336f,-0.9592136632295001f,0.08847912915759336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968472310278971f,0.038332256701190254f,-0.24615446841182215f,-0.12360950713289248f,0.0038698950689457223f,0.99028677561473f,0.13898606388676704f,2.309629034479338f,0.24909116430549696f,0.1336515624254921f,-0.9592136632295001f,0.09694769379608488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625452951226117f,-0.11364212475230184f,-0.24615446841182215f,-0.19035472939804643f,-0.1510927317407811f,0.9787000870850945f,0.13898606388676704f,2.4136991168070376f,0.22511672805998423f,0.17097253294436038f,-0.9592136632295001f,0.0965764791263579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625452951226117f,-0.11364212475230184f,-0.24615446841182215f,-0.16478525132877855f,-0.1510927317407811f,0.9787000870850945f,0.13898606388676704f,2.193491597212892f,0.22511672805998423f,0.17097253294436038f,-0.9592136632295001f,0.05810765921387688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968787083464509f,-0.029318332033448767f,-0.24615446841182215f,-0.02096889359070301f,-0.06521844526326538f,0.9881444370347412f,0.13898606388676704f,1.6908765643940336f,0.23916132904333176f,0.1507017151994976f,-0.9592136632295001f,-0.019046708980360247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.01684579649809373f,-0.05751510826535788f,-0.9982025002280693f,0.0005992720088061927f,-0.22145632444535696f,0.9737630717070797f,-0.052369614689678635f,1.3257154125038788f,0.9750247768664639f,0.22017604888092793f,-0.029140899019859036f,-0.10161272731070822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.019712542799854647f,-0.32253246228980337f,-0.9463531193088763f,0.21911013800293505f,-0.19556670459503167f,0.9294965006459215f,-0.3127137978101161f,0.7225931235090773f,0.9804922639726453f,0.17891077680302878f,-0.08139935032623602f,-0.322128933920212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.019712542799854647f,-0.515610045214788f,-0.8565965777015269f,0.0228066575034347f,-0.19556670459503167f,0.8422013210978543f,-0.5024446226151383f,1.0402654283263673f,0.9804922639726453f,0.1576173087406119f,-0.11743808698698696f,-0.26271338606358535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05507043617881523f,0.09964700391016237f,-0.9934977210194309f,0.3042673515010678f,0.14769356955306834f,0.9848751623870955f,0.09059538633763468f,1.1091170036626663f,0.9874987881368503f,-0.14174409731879642f,-0.06895472647709927f,0.002331732498912586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05507043617881523f,-0.9771046170153185f,-0.20550867248469695f,-0.023432965787885632f,0.14769356955306834f,0.19558539865328395f,-0.9695013983209663f,1.063231339285954f,0.9874987881368503f,-0.08374317429488423f,0.13354109549973237f,-0.009080516286922233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.10725791848322333f,-0.6795840355010904f,-0.7257143223160881f,0.002368543625252317f,-0.020391836389569568f,0.7312752238747446f,-0.6817776176698699f,1.2157468886607443f,0.9940220882512155f,-0.058327400413484075f,-0.09229302481605993f,-0.1153150136710283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.05276132702497034f,-0.64251719842234f,-0.7644526748609565f,0.0025019094468478236f,-0.22555480265823633f,0.7380684075058017f,-0.635908843184032f,1.1781798603928189f,0.9728007367227721f,0.20597736665312721f,-0.10598137127946114f,-0.12000898825866728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.027483420198849463f,-0.6129775288258632f,-0.7896221949570006f,0.002368543625252317f,-0.12403445145048525f,0.7859072680324056f,-0.6057765437083362f,1.2157468886607443f,0.9918972307994164f,0.08129154450727678f,-0.09762975122405437f,-0.1153150136710283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.02467554294327188f,-0.032996029429051534f,-0.9991508292657179f,0.009251953558612634f,-0.037131118697313864f,0.9987957592304698f,-0.032067294359130555f,1.2395245781237574f,0.9990057044905905f,0.03630831013895169f,-0.025871007133719474f,-0.11215094362480497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.030082132031770965f,-0.037776172777753185f,-0.9988333324948102f,0.009251953558612634f,-0.20999380713406898f,0.9772226633850075f,-0.03063441091406094f,1.2395245781237574f,0.9772398202579358f,0.20882726578916233f,-0.037329703524941436f,-0.11215094362480497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.027483420198849463f,0.03101682641930302f,-0.999140940054529f,0.009251953558612634f,-0.12403445145048525f,0.9916884589994492f,0.03419729727148879f,1.2395245781237574f,0.9918972307994164f,0.12486775711196299f,-0.023407835574378193f,-0.11215094362480497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.046032946154370126f,-0.33291321760509196f,-0.9418331898017681f,0.006439626024744455f,0.055320783855274766f,0.9405361846232265f,-0.3351586136264765f,1.2388402919848356f,0.9974069273581305f,-0.06753128873498856f,-0.024878631389302335f,0.08301830027836844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.013446898373669773f,-0.31478858802184106f,-0.949066554976701f,0.00602983217596716f,-0.2518112919691841f,0.9196276910873185f,-0.3014564363589172f,1.2789023951827836f,0.9676829305929389f,0.23493202130961882f,-0.0916334611505988f,-0.30264885319691853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.027483420198849463f,-0.19196830706698587f,-0.9810162234621855f,0.023410810045439465f,-0.12403445145048525f,0.9744577197668784f,-0.18721006180254546f,1.1043762683528415f,0.9918972307994164f,0.11653463634718692f,-0.05059211464129772f,-0.1207822941303741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.027483420198849463f,-0.10573661209843008f,-0.9940143009414499f,1.2443286227050771e-17f,-0.12403445145048525f,0.9870660459325721f,-0.10156808465465215f,1.3258928571428574f,0.9918972307994164f,0.1205005802018542f,-0.04024293358424324f,-0.10160714285714274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.08150504070156235f,-0.009087874410888576f,-0.9966314960299661f,0.5423089709954487f,-0.12329723262228375f,0.9921853712391133f,-0.019130643658524203f,1.766897880316251f,0.989017047764053f,0.12444114929473651f,0.07974759930105722f,-0.48167769984667136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08150504070156235f,-0.009087874410888576f,-0.9966314960299661f,0.5499500685612202f,-0.12329723262228375f,0.9921853712391133f,-0.019130643658524203f,1.755338764757912f,0.989017047764053f,0.12444114929473651f,0.07974759930105722f,-0.3889573516187914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08150504070156235f,-0.009087874410888576f,-0.9966314960299661f,0.6956242441828294f,-0.12329723262228375f,0.9921853712391133f,-0.019130643658524203f,1.76398791908586f,0.989017047764053f,0.12444114929473651f,0.07974759930105722f,-0.44727966562788996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2537385067545469f,-0.6924964808196599f,-0.6753261391671131f,-0.8992858697001735f,-0.04316221471339694f,0.7055860460677877f,-0.7073085287308928f,2.4593126908669296f,0.9663093673410226f,-0.1503228380746319f,-0.20892403150949534f,-0.4954466453444932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07738009876655288f,-0.6924964808196599f,-0.7172593285327594f,-0.8907885969882099f,0.2798155172242031f,0.7055860460677877f,-0.6510388682060214f,2.447910299154718f,0.9569302987341504f,-0.1503228380746319f,0.24836957888952055f,-0.5881118724779751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09063757559427947f,-0.6924964808196599f,-0.7157048651104572f,-0.7876815035776231f,0.12162551159692547f,0.7055860460677877f,-0.6981085635653037f,2.5583277795456194f,0.9884290894238076f,-0.1503228380746319f,0.020272630170023773f,-0.5448201534367377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-4.2942844060702294e-7f,-5.3678430627246715e-8f,-0.000015619005565031445f,0.6864671827902183f,-0.000001938038303913832f,0.000015504342376655736f,0f,1.489837325943337f,0.00001549839423124088f,0.0000019372947874607515f,-4.327703311420314e-7f,-0.05480922181048187f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247.mcfunction new file mode 100644 index 000000000..96dadc03c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247_as_bone.mcfunction new file mode 100644 index 000000000..b9445fa08 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_247_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44825944241975596f,0.021427856386440222f,-0.6823113392701721f,-0.322672421753992f,-0.24681591172176756f,0.7661313490380876f,-0.13809093448332255f,1.4538724752093504f,0.6364666703346896f,0.2820071762140224f,0.4269971598984134f,-0.14118119309755592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4137186707625045f,-0.14864787337883772f,-0.6683866180605768f,-0.322672421753992f,0.06382785811056815f,0.7858926689158089f,-0.13527275214692822f,1.4538724752093504f,0.6817351875849768f,0.016628971235049833f,0.4182829321453846f,-0.14118119309755592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5454336873436737f,0.03856229759649952f,-0.6065966422254634f,-0.32962696347248793f,-0.020945524958011223f,0.8133449147179937f,0.07053920279573156f,1.4347093926101298f,0.6074601403708404f,0.06266931746000604f,-0.5422261326736108f,-0.05215615455385153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5080870261058872f,-0.169568834080858f,-0.5942171189147397f,-0.32962696347248793f,-0.32385772943743735f,0.7282454343149115f,0.06909962722847174f,1.4347093926101298f,0.5262734507710827f,0.2844380387851536f,-0.5311602932312922f,-0.05215615455385153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.18341636399390931f,-0.013034338085517346f,1.551642611379929f,-0.08091302900951354f,1.5461677741220026f,0.13332298923816305f,-0.18164923563619378f,1.436945097691653f,-0.13088125032206305f,1.5567470367954042f,0.02854841051372866f,0.7784429427791644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.07711657954664636f,-0.9918831411949736f,-0.10109830548638171f,-0.06763252885228437f,-0.052110978245299644f,0.10527151802372497f,-0.9930772142382981f,1.4461949536292942f,0.9956593187960143f,-0.07131438638993219f,-0.05980618018636355f,0.5804288604278477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0953581070670187f,-0.9918831411949736f,-0.08411103155821474f,-0.03867494193422754f,-0.244849433923032f,0.10527151802372497f,-0.9638291665023172f,1.5173654294619094f,0.9648603972203261f,-0.07131438638993219f,-0.25290051832620203f,0.2476803513880436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9430593422543998f,-0.0023582679203067725f,-0.3326161685172785f,0.24263106111252808f,0.2785890198730104f,0.540749971788955f,-0.7937112989093957f,1.4515644865587847f,0.1817339676364718f,-0.8411800678705247f,-0.509302325170861f,-0.5127382090678346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6692971827531075f,-0.06033451448236116f,-0.7405410370269369f,0.029742202679019537f,0.5730953988282553f,0.5924097563624969f,-0.5662264073746562f,1.6355391136083366f,0.47286673069760016f,-0.803374400219913f,-0.3619207483284961f,-0.3338618067823512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.002763787464463204f,-0.6021644719689654f,-0.7983672777470203f,0.24249018022648605f,-0.34579645062022407f,0.7485426172103189f,-0.5657815523312695f,1.3306284862052298f,0.9383054812891727f,0.2776362708982079f,-0.2061575243944073f,0.06889507544140581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.05142484448498229f,-0.3273669981846693f,-0.9434968647903679f,0.1752120126619208f,-0.28027648341101297f,0.9115091922517701f,-0.30099183591466727f,1.49965526077797f,0.9585408589186228f,0.24896152501959923f,-0.13862748949419768f,0.11470893957324194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.026150731209736246f,-0.5641798407077883f,-0.8252376909691719f,0.21958807236963648f,-0.3649415780138895f,0.7739317637644797f,-0.5175396310169239f,1.3872234348708372f,0.9306630882837935f,0.28762950539771837f,-0.22613156288040698f,-0.24546851110957874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.06897163550219428f,-0.07660328808045257f,-0.9946732376772863f,0.19900824811906861f,-0.3045124878187926f,0.9510807098933985f,-0.052130874067856006f,1.5652252500129253f,0.9500079253661845f,0.29929487052726467f,-0.08892424988441394f,-0.1899064994474942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9659801555073078f,-0.03097594746312407f,-0.25675441543396904f,0.24874390441488103f,-0.06632166520071145f,0.9892710059220339f,0.1301703252166632f,2.225623844931213f,0.2499675496761173f,0.14277033137444514f,-0.9576705365563614f,0.0032491998593952853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9659801555073078f,-0.03097594746312407f,-0.25675441543396904f,0.26476942723236097f,-0.06632166520071145f,0.9892710059220339f,0.1301703252166632f,2.1166554996250477f,0.2499675496761173f,0.14277033137444514f,-0.9576705365563614f,-0.11375248747742363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9659801555073078f,-0.03097594746312407f,-0.25675441543396904f,-0.3187694369456623f,-0.06632166520071145f,0.9892710059220339f,0.1301703252166632f,2.1866598666257953f,0.2499675496761173f,0.14277033137444514f,-0.9576705365563614f,0.15010513529411423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9659801555073078f,-0.03097594746312407f,-0.25675441543396904f,-0.37519242579123036f,-0.06632166520071145f,0.9892710059220339f,0.1301703252166632f,2.072717396429576f,0.2499675496761173f,0.14277033137444514f,-0.9576705365563614f,0.05185101418300411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9496096058302439f,0.25384936449025786f,-0.18385346519122475f,0.15700021516171048f,0.07255259063650456f,0.748668837611641f,0.6589621333439167f,2.284858027360637f,0.30492247884808454f,0.6124177265046515f,-0.7293605488069761f,0.07100741861909855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9776291253305126f,0.10217238688939437f,-0.18385346519122475f,0.045421622911063f,-0.04545826125242104f,0.7508012075794369f,0.6589621333439167f,2.287188028136127f,0.205365137716711f,0.6525782328997675f,-0.7293605488069761f,0.10123868509521505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9135480778782754f,0.40082763077230943f,-0.06904433223926149f,0.0115128179358535f,0.07216053878423019f,0.3267870973113708f,0.9423391372925026f,2.324999842082521f,0.4002783607032462f,0.8558898313686557f,-0.3274596624203603f,0.05683758777718284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9926984021387366f,0.09890784891419763f,-0.06904433223926149f,0.04181583624955089f,-0.03235401598156197f,0.33309183114673724f,0.9423391372925026f,2.328608737651545f,0.11620284007314163f,0.9376924172917683f,-0.3274596624203603f,0.060833658203438196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9650040410866809f,0.2529823726507637f,-0.06904433223926149f,0.11407053111588736f,0.02015135805829324f,0.3340522011530955f,0.9423391372925026f,2.393617713787107f,0.26145960195560214f,0.9079697385005526f,-0.3274596624203603f,0.1372452844315754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9650040410866809f,0.18698958266051746f,-0.18385346519122475f,0.07199787501727099f,0.02015135805829324f,0.7519061308349869f,0.6589621333439167f,2.224438834349235f,0.26145960195560214f,0.6321962245926536f,-0.7293605488069761f,-0.004998866101771429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9492416310703378f,-0.18170717101447992f,-0.25675441543396904f,-0.2325329540156687f,-0.2202612160388214f,0.9667164440217656f,0.1301703252166632f,2.3016679821279205f,0.22455583393005915f,0.18011613159244438f,-0.9576705365563614f,0.11977533725025913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9659801555073078f,-0.03097594746312407f,-0.25675441543396904f,-0.12157867472260282f,-0.06632166520071145f,0.9892710059220339f,0.1301703252166632f,2.319276506503022f,0.24996754967611734f,0.14277033137444514f,-0.9576705365563614f,0.09242157332483611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9297926566278885f,-0.2637475797728088f,-0.25675441543396904f,-0.09986826963255264f,-0.30367794531820635f,0.9438407662102228f,0.1301703252166632f,2.3164845600955872f,0.20800317595692103f,0.19900206582768237f,-0.9576705365563614f,0.08622145469016994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9657878492643956f,0.036482877743042f,-0.25675441543396904f,-0.12829525828656296f,0.0028479479928270324f,0.9914875569694348f,0.1301703252166632f,2.324447983231417f,0.25931779616039297f,0.12498569520696336f,-0.9576705365563614f,0.09492523737498555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596045776697588f,-0.11504879256387042f,-0.25675441543396904f,-0.19538314218642677f,-0.15228994054142236f,0.9797262170845884f,0.1301703252166632f,2.428296816893089f,0.23657309340906404f,0.164013154614858f,-0.9576705365563614f,0.09439598110560089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596045776697588f,-0.11504879256387042f,-0.25675441543396904f,-0.16949716385955596f,-0.15228994054142236f,0.9797262170845884f,0.1301703252166632f,2.207858418049057f,0.23657309340906404f,0.164013154614858f,-0.9576705365563614f,0.057493021317257906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9659801555073078f,-0.03097594746312407f,-0.25675441543396904f,-0.02485089586397986f,-0.06632166520071145f,0.9892710059220339f,0.1301703252166632f,1.7050794130010827f,0.2499675496761173f,0.14277033137444514f,-0.9576705365563614f,-0.016995512954273637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.07614795346287305f,-0.0694740198347589f,-0.9946732376772863f,0.001201861574054726f,-0.20982396555185684f,0.976348439569099f,-0.052130874067856006f,1.3389487481626705f,0.9747694048663557f,0.20473662378525484f,-0.08892424988441394f,-0.0937717468737442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.07861347022497377f,-0.35749674532754033f,-0.9305998062429427f,0.2529736638396285f,-0.19199986082504145f,0.9214416899872824f,-0.3377591825495579f,0.749704389817343f,0.9782412666322924f,0.15212261184188441f,-0.14107705420815775f,-0.293086642160075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.07861347022497377f,-0.5712973104855441f,-0.8169695865398973f,0.03618414244961232f,-0.19199986082504145f,0.8128398095763995f,-0.549934084605571f,1.0528007743941004f,0.9782412666322924f,0.11362582012811369f,-0.17358916227075258f,-0.2510194257441285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1192104926282784f,0.07884995899550656f,-0.9897330662424741f,0.3018654783970561f,0.14857018443954734f,0.9870347187560575f,0.06074013718908727f,1.1171913204600095f,0.9816902560089521f,-0.1398039625209428f,-0.12937964801513702f,0.03206250522037296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1192104926282784f,-0.9698747307014149f,-0.21244261623831664f,-0.0251181699906871f,0.14857018443954734f,0.19413414161853837f,-0.9696591335895476f,1.074474898804461f,0.9816902560089521f,-0.14715618167406627f,0.12095164096525159f,-0.001179645205366564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16845363495351512f,-0.6720630406855533f,-0.7210788044419528f,0.00482130094829383f,-0.014041524187062573f,0.7330945774863384f,-0.6799817468569513f,1.2290952619493842f,0.9856095618800843f,-0.10442035148674456f,-0.13292923578330207f,-0.10650176561165517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.007106299612413547f,-0.6591252668560156f,-0.7519995898255561f,0.005307454299839019f,-0.21902217327058607f,0.7347844836142854f,-0.6419665491717752f,1.191517196958206f,0.9756940033236076f,0.16014257782262079f,-0.14958464709547523f,-0.11092368880265333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.08853741716037612f,-0.6180649745343418f,-0.7811253503865001f,0.00482130094829383f,-0.11753739745783769f,0.785208874928147f,-0.6079736696049525f,1.2290952619493842f,0.9891137881767738f,0.037983022364432434f,-0.1421661142841542f,-0.10650176561165517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.08767441700747737f,-0.048840111970285094f,-0.9949511747141809f,0.011154131550941474f,-0.03055041020255654f,0.9984593670947834f,-0.046320240685257766f,1.2529945302683159f,0.995680605936891f,0.026335066421307715f,-0.08903142837072096f,-0.10309492778924667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.08872659410833027f,-0.064242747002219f,-0.9939821230563174f,0.011154131550941474f,-0.20362985414744367f,0.9780116773641567f,-0.04503378108974952f,1.2529945302683159f,0.9750192172453969f,0.19840874072721074f,-0.09985738633278975f,-0.10309492778924667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.08853741716037612f,0.0060361891694231395f,-0.9960545618503437f,0.011154131550941474f,-0.11753739745783769f,0.9929319542718122f,0.016464944117672978f,1.2529945302683159f,0.9891137881767738f,0.11853142455176491f,-0.08720215268169375f,-0.10309492778924667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.10971215412948497f,-0.3300122068095562f,-0.9375794294847528f,-0.003953959055739368f,0.05895851723375091f,0.9394520169860245f,-0.3375704386146505f,1.2530213726726627f,0.992213251514948f,-0.09231387294213553f,-0.08361227410229688f,0.09143832608489666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.07114103792449655f,-0.3362252068833898f,-0.9390908172159106f,0.01945490809068895f,-0.2452548164082618f,0.9184699215331898f,-0.31026291797017214f,1.2909997965296112f,0.9668448829836019f,0.20824411995309172f,-0.14780175490631767f,-0.2937181228679946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.08853741716037612f,-0.2130903037025626f,-0.9730126660175185f,0.02779117306744583f,-0.11753739745783769f,0.9722591766489724f,-0.20223019957637506f,1.118016751323647f,0.9891137881767738f,0.0964604369148917f,-0.11112739603167333f,-0.1097467773998585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.08853741716037612f,-0.12747578915361685f,-0.9878821027542871f,1.14919980884274e-17f,-0.11753739745783769f,0.9861849601988383f,-0.1167226819279526f,1.3392857142857142f,0.9891137881767738f,0.10577876657098206f,-0.10229744171441364f,-0.09383928571428575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1291389656546334f,-0.025594787359687964f,-0.9912961386032246f,0.550861944177647f,-0.11475129182535547f,0.9925652049898701f,-0.040576530997968485f,1.7724466979500821f,0.9849646027010633f,0.11899252372913745f,0.1252418090036515f,-0.4216044211523671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1291389656546334f,-0.025594787359687964f,-0.9912961386032246f,0.562968722207769f,-0.11475129182535547f,0.9925652049898701f,-0.040576530997968485f,1.7616887643414552f,0.9849646027010633f,0.11899252372913745f,0.1252418090036515f,-0.32926398964914244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1291389656546334f,-0.025594787359687964f,-0.9912961386032246f,0.7056097539831917f,-0.11475129182535547f,0.9925652049898701f,-0.040576530997968485f,1.7731542107954639f,0.9849646027010633f,0.11899252372913745f,0.1252418090036515f,-0.3942204767513025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26809775770008554f,-0.6490011321471942f,-0.7119839343607736f,-0.8446073234415068f,-0.09343167538730807f,0.7530708296931494f,-0.6512717155685421f,2.461336190641447f,0.95885041291669f,-0.10808263476123983f,-0.26253386393484845f,-0.5475131723599616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10412047411120856f,-0.6490011321471942f,-0.753628859149195f,-0.8366768756078176f,0.22865064919778966f,0.7530708296931494f,-0.6169304710311372f,2.4547965834808747f,0.9679244843954958f,-0.10808263476123983f,0.22680462202252838f,-0.6406979567152549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08459144355935218f,-0.6490011321471942f,-0.7560699823086517f,-0.7272316021783644f,0.06975580971277152f,0.7530708296931494f,-0.6542311919165785f,2.5562010658486476f,0.9939710331231291f,-0.10808263476123983f,-0.018431749108749618f,-0.5913408021712958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000001383397143130877f,-1.63735841890295e-7f,-0.000015562776998931065f,0.6823823558713689f,-0.000001836521835278714f,0.000015516694639920727f,0f,1.503408402860057f,0.00001545490294026209f,0.0000018292083056710548f,-0.0000013930531510111864f,-0.0059581682710619505f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248.mcfunction new file mode 100644 index 000000000..a2fbfef39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248_as_bone.mcfunction new file mode 100644 index 000000000..53f9cd8bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_248_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.36694838158415394f,-0.00737499965265955f,-0.7295470780404357f,-0.3174614506547736f,-0.24267612290341686f,0.768892588713821f,-0.12983424370315005f,1.4666402640534526f,0.6880418803167291f,0.27512586364339964f,0.3432908016960805f,-0.1653766140326144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3293327109090322f,-0.14423380642952693f,-0.7146583621620596f,-0.3174614506547736f,0.06860958562229287f,0.7868397620356409f,-0.12718456526022864f,1.4666402640534526f,0.7258324119836789f,-0.008932970533134466f,0.3362848669675891f,-0.1653766140326144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5908999857160729f,0.0321137105287391f,-0.5628057932548897f,-0.3327769519073338f,-0.014372341261862466f,0.8142171682958327f,0.06154903007694324f,1.4490613496708031f,0.5635380085955531f,0.0544385607160609f,-0.5885624864190432f,-0.07978413332404105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5468177510550938f,-0.19244907903459435f,-0.5513199607394837f,-0.3327769519073338f,-0.31823581967033676f,0.7314989582915322f,0.06029292742231175f,1.4490613496708031f,0.48960832326442155f,0.26052375323018f,-0.5765510071043689f,-0.07978413332404105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.325427491994839f,-0.0745851522259145f,1.5264141811845777f,-0.16647738923811345f,1.5137828386992755f,0.22985558564944225f,-0.31150309309108565f,1.4571875399357979f,-0.20967764476336193f,1.5437000080369205f,0.1201325121409697f,0.776593383588791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.16792677880418838f,-0.9705535057634573f,-0.17270347249175896f,-0.13603595757685294f,-0.049708831455831715f,0.18330514467369952f,-0.9817984803468834f,1.4658374234561522f,0.9845453920646547f,-0.15628536843356972f,-0.07902692312015244f,0.5776476917528492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.19987139407122304f,-0.9705535057634573f,-0.13445191810565002f,-0.07166687889997903f,-0.250676758815711f,0.18330514467369952f,-0.950557934334254f,1.540055601780654f,0.947213063899393f,-0.15628536843356972f,-0.2799326618883686f,0.24896550082051638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9451454797214947f,0.0430550241288718f,-0.3237997638345155f,0.27048725989877803f,0.2920416332154044f,0.5554347729956645f,-0.7785909692618673f,1.4774926240913886f,0.14632739535338257f,-0.8304447470148252f,-0.5375405245417113f,-0.5074978817008883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6820244775365858f,-0.04546304120625455f,-0.7299148744375783f,0.05292233864279583f,0.546616803592109f,0.6313672197190846f,-0.5500777253215577f,1.6516336953727f,0.4858525311981954f,-0.7741502087763534f,-0.40575703589689627f,-0.32444768790468753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.048782335437160845f,-0.6336730429028312f,-0.7720613696122625f,0.2267057065442034f,-0.3997379466562158f,0.7207632231648659f,-0.5663125904799098f,1.347498871023748f,0.9153304636864047f,0.2809961758303131f,-0.2884636743445717f,0.09321244163207026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.13323952078600307f,-0.35291730708149016f,-0.926119109220334f,0.15474546703379694f,-0.30358698904760884f,0.9040644288513446f,-0.30083624875785664f,1.5151307248786385f,0.9434416623097176f,0.24107443424809924f,-0.2275982138994847f,0.1369914092167171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.09039192850737449f,-0.5974504186985832f,-0.7967950153318011f,0.23569957734552172f,-0.42803336758298965f,0.7457117299763487f,-0.5105893183481675f,1.401292988323908f,0.8992311913497456f,0.29490170052505416f,-0.32313503606255445f,-0.22430340355392123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.15802263116742116f,-0.11130929633372161f,-0.9811417270652679f,0.208696948488791f,-0.33963388833627517f,0.9391279379807506f,-0.05184146986347914f,1.577055467508652f,0.9271880445370871f,0.32503685430073187f,-0.1862078768843495f,-0.16452279260306119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9629747301663146f,-0.03371562532318638f,-0.26747509355111887f,0.2407467218017506f,-0.06804086793145432f,0.9904250962710782f,0.12011897838210238f,2.241106601251584f,0.26086415881114766f,0.13387077831062352f,-0.9560483802414291f,-0.003756112801774677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9629747301663146f,-0.03371562532318638f,-0.26747509355111887f,0.25599693732796824f,-0.06804086793145432f,0.9904250962710782f,0.12011897838210238f,2.1311161509884506f,0.26086415881114766f,0.13387077831062352f,-0.9560483802414291f,-0.11990190169365463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9629747301663146f,-0.03371562532318638f,-0.26747509355111887f,-0.32500093217095927f,-0.06804086793145432f,0.9904250962710782f,0.12011897838210238f,2.2011325913418545f,0.26086415881114766f,0.13387077831062352f,-0.9560483802414291f,0.14950158049977458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9629747301663146f,-0.03371562532318638f,-0.26747509355111887f,-0.38197382140721514f,-0.06804086793145432f,0.9904250962710782f,0.12011897838210238f,2.0860390759838623f,0.26086415881114766f,0.13387077831062352f,-0.9560483802414291f,0.052920603518730694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9470699940717866f,0.25066995005505505f,-0.20055673129631366f,0.14895865690712096f,0.0728675880139505f,0.7762835520605699f,0.6261582558884404f,2.303659059203085f,0.3126479504904754f,0.5784016104227414f,-0.753460573696119f,0.06238567377874546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9746234104107339f,0.09942939912866879f,-0.20055673129631366f,0.037698635827919484f,-0.04946703509745655f,0.7781252155157378f,0.6261582558884404f,2.3058026638016424f,0.21831678890551884f,0.6201894416768949f,-0.753460573696119f,0.09378238210590428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9103524507008802f,0.4033914748233891f,-0.09237820924174792f,0.0033415192875459465f,0.08092825419014087f,0.39244938804234697f,0.9162063607610043f,2.3384872288890106f,0.4058436067953235f,0.8265946986673691f,-0.38991302999305444f,0.05035937720617212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9904514514707357f,0.10233371261124305f,-0.09237820924174792f,0.03360494963010098f,-0.04430618683720945f,0.3982497536835685f,0.9162063607610043f,2.3429692822166515f,0.13054839749096472f,0.911550846060809f,-0.38991302999305444f,0.053721163467893324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9622488309552559f,0.2560145577550831f,-0.09237820924174792f,0.10532865059515378f,0.01853928301455121f,0.4002776529939975f,0.9162063607610043f,2.414483102765634f,0.2715390990456979f,0.8799058737905359f,-0.38991302999305444f,0.12462341111642425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9622488309552559f,0.18399506748003108f,-0.20055673129631366f,0.06392976041214685f,0.01853928301455121f,0.7794755503337182f,0.6261582558884404f,2.2391011039405475f,0.2715390990456979f,0.5988018717196584f,-0.753460573696119f,-0.01010701002049869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9458446274620883f,-0.1839429667884135f,-0.26747509355111887f,-0.23958755663054893f,-0.22213979203745632f,0.9675873830440307f,0.12011897838210238f,2.3162134206518226f,0.23671048454738716f,0.173030752015591f,-0.9560483802414291f,0.11718359366598367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9629747301663146f,-0.03371562532318638f,-0.26747509355111887f,-0.12900706607377266f,-0.06804086793145434f,0.9904250962710782f,0.12011897838210238f,2.3340316016242197f,0.26086415881114766f,0.13387077831062352f,-0.9560483802414291f,0.08848501948436968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9262137172026427f,-0.2656787992962239f,-0.26747509355111887f,-0.1073519570686641f,-0.30562528010538226f,0.9445446623600956f,0.12011897838210238f,2.331273070851586f,0.22072910597873047f,0.193002995861645f,-0.9560483802414291f,0.08207995219719001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9629808552551938f,0.03354022572666217f,-0.26747509355111887f,-0.13571886554418164f,0.0012134384266608567f,0.9927587615325412f,0.12011897838210238f,2.339197994690421f,0.2695670602636011f,0.11534771197808748f,-0.9560483802414291f,0.09101190107133116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9563718102207679f,-0.11751610504467694f,-0.26747509355111887f,-0.20325504576448408f,-0.15410318678830215f,0.9807260773804936f,0.12011897838210238f,2.4427542543682947f,0.2482038848139589f,0.15609716909988722f,-0.9560483802414291f,0.0902308927297628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9563718102207679f,-0.11751610504467694f,-0.26747509355111887f,-0.1768139221294318f,-0.15410318678830215f,0.9807260773804936f,0.12011897838210238f,2.222090886957684f,0.2482038848139589f,0.15609716909988722f,-0.9560483802414291f,0.05510902968228823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9629747301663146f,-0.03371562532318638f,-0.26747509355111887f,-0.03080422620703699f,-0.06804086793145432f,0.9904250962710782f,0.12011897838210238f,1.7192494155357472f,0.26086415881114766f,0.13387077831062352f,-0.9560483802414291f,-0.016231252170755148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.17264474065598093f,-0.08691780562814595f,-0.9811417270652679f,0.0017899509035177441f,-0.19815917641604353f,0.9787979376789212f,-0.05184146986347914f,1.3522001889061517f,0.9648454458232906f,0.18547207946286287f,-0.1862078768843495f,-0.08578328196932873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.17431216004168376f,-0.3944197461683162f,-0.9022462716432379f,0.290377637266765f,-0.18840215456565879f,0.9127052816472478f,-0.3625930184218055f,0.7778242566673244f,0.9664987837636527f,0.10678076926927974f,-0.23340515910673615f,-0.24989143562401173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.17431216004168376f,-0.6235203964728961f,-0.7621270143774492f,0.05493351944851249f,-0.18840215456565879f,0.7807960079127119f,-0.5957031325942395f,1.0653904136758285f,0.9664987837636527f,0.039748071775304816f,-0.25357482480231586f,-0.2362987534238311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.21969718383415565f,0.06356562715702385f,-0.9734950223085249f,0.29210264903024813f,0.14940291204742495f,0.9882961118809491f,0.030815014404472457f,1.1253509299480753f,0.9640601211994461f,-0.13867301931209491f,-0.22662276237787043f,0.07317514892855598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.21969718383415565f,-0.9498473318477303f,-0.22253807224178282f,-0.030386221021260373f,0.14940291204742495f,0.1926620538548881f,-0.9698247794710989f,1.0857929418432342f,0.9640601211994461f,-0.2463156088967241f,0.09958264671490429f,0.005814393595393597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.26606742217881746f,-0.6552330534227748f,-0.7070203480504544f,0.007576452447284428f,-0.007691366526163271f,0.7348779668386608f,-0.6781557466659384f,1.2424738460403149f,0.9639237364730049f,-0.17499719871284583f,-0.20056672382670462f,-0.09715764598636074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.10435278127044414f,-0.6763134219092931f,-0.7291849233126433f,0.008539254814079203f,-0.21247940566822485f,0.7314203023822979f,-0.6479790455175737f,1.20488657999431f,0.9715775827014539f,0.08731836352297404f,-0.22002841676399204f,-0.10124908000553924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.18680827239145872f,-0.6194719931603526f,-0.7624677823069369f,0.007576452447284428f,-0.11103530855427764f,0.7844710538893733f,-0.6101445122788145f,1.2424738460403149f,0.9761013418802245f,-0.029319196776787973f,-0.21532894621947385f,-0.09715764598636074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.18802852191726163f,-0.0640286438048512f,-0.9800742868365241f,0.013213416572107423f,-0.023996047985152036f,0.997874391415715f,-0.06058785883170541f,1.2664885447192509f,0.9818703909512212f,0.012125664073685637f,-0.18916528128614934f,-0.09334706726081599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.18416629911483792f,-0.09653415508859578f,-0.978143103626292f,0.013213416572107423f,-0.1972295233803528f,0.9785537294937318f,-0.059440000008978186f,1.2664885447192509f,0.9629035722114145f,0.18197185330495316f,-0.19925600424393167f,-0.09334706726081599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.18680827239145872f,-0.022157018462948402f,-0.9821464941132514f,0.013213416572107423f,-0.11103530855427764f,0.9938156106176691f,-0.0013009023352452687f,1.2664885447192509f,0.9761013418802245f,0.10880991970156972f,-0.18811318867682575f,-0.09334706726081599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2102943198890772f,-0.3206250291250003f,-0.9235669384083554f,-0.02146869219554951f,0.06256337957738041f,0.9383420906883716f,-0.3399999182035675f,1.2672221664414005f,0.9756342155532712f,-0.12928152049372216f,-0.17726862638544985f,0.09859258598421769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.16549927942320786f,-0.3621369400615605f,-0.917315008681995f,0.04029405721540412f,-0.23865745459676202f,0.9172020625555644f,-0.31903447432716925f,1.3031160330285607f,0.9568973862832907f,0.16612408942314316f,-0.23822296076897814f,-0.28249153404798927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.18680827239145872f,-0.23503971056462458f,-0.9538652964773463f,0.03228196340428748f,-0.11103530855427764f,0.9697874569108182f,-0.21721751465456074f,1.1317187184477613f,0.9761013418802245f,0.06533469886779482f,-0.2072620261974674f,-0.09702449991981803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.18680827239145872f,-0.15101047510979915f,-0.9707206115938979f,1.0540709949803994e-17f,-0.11103530855427764f,0.9850288766779528f,-0.1318683903171145f,1.3526785714285716f,0.9761013418802245f,0.08315015645014283f,-0.20077903740665223f,-0.0860714285714285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13881531473553185f,-0.04692014737457665f,-0.9892061504889783f,0.5652303277403407f,-0.10514267910783096f,0.9925329939499336f,-0.0618326204426817f,1.7779831960031347f,0.9847209378422411f,0.11259109952002891f,0.1328454699414625f,-0.33994193809015644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13881531473553185f,-0.04692014737457665f,-0.9892061504889783f,0.5782442634967968f,-0.10514267910783096f,0.9925329939499336f,-0.0618326204426817f,1.7681260698367756f,0.9847209378422411f,0.11259109952002891f,0.1328454699414625f,-0.24762435016744633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.13881531473553185f,-0.04692014737457665f,-0.9892061504889783f,0.7201182181919155f,-0.10514267910783096f,0.9925329939499336f,-0.0618326204426817f,1.7823295259863574f,0.9847209378422411f,0.11259109952002891f,0.1328454699414625f,-0.31370996462002076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.31818040403799813f,-0.6054293903451954f,-0.7295316879974859f,-0.7660276030801029f,-0.1426557300642522f,0.7913377241790603f,-0.594503110985082f,2.463279614201083f,0.937235601738459f,-0.08508736449879263f,-0.3381561284918523f,-0.6242490693945447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09266354977492687f,-0.6054293903451954f,-0.7904863818240985f,-0.7550771650146795f,0.17626411193653763f,0.7913377241790603f,-0.5854191397061845f,2.4616476895922808f,0.979971647235946f,-0.08508736449879263f,0.18004363642271895f,-0.7173430392757701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.11680467269784994f,-0.6054293903451954f,-0.7872813485293507f,-0.6424601817679886f,0.017407195827223276f,0.7913377241790603f,-0.6111314063477169f,2.554133362848839f,0.9930023453997381f,-0.08508736449879263f,-0.08189311590890136f,-0.6585120869488222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000002918879256116543f,-3.261152045770751e-7f,-0.00001534647900208892f,0.6704295827092964f,-0.0000017349266961605883f,0.00001552838221963091f,0f,1.5169724493070418f,0.000015251583466878508f,0.0000017040010312186863f,-0.000002937040557847952f,0.068320033732654f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249.mcfunction new file mode 100644 index 000000000..191547d7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249_as_bone.mcfunction new file mode 100644 index 000000000..17455254f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_249_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.248949143326593f,-0.04570809127103349f,-0.7764531788033059f,-0.30416651769564285f,-0.23822058747820377f,0.7715956513421344f,-0.12180126015723727f,1.4794601934957081f,0.7404186114509408f,0.2636197368686768f,0.22187689964210947f,-0.20192564756600756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.20817040545423887f,-0.13469141157358525f,-0.7606071955624222f,-0.30416651769564285f,0.07365526262170592f,0.7876158384253716f,-0.11931552015402835f,1.4794601934957081f,0.768921312346813f,-0.03898095316707742f,0.21734879964941337f,-0.20192564756600756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6539611716273337f,0.025706456829847495f,-0.488485832471633f,-0.3306534187980638f,-0.007472705798577464f,0.8149180079259486f,0.05288897305200379f,1.4633923893175123f,0.48910468114330813f,0.04682160697480235f,-0.6523256797401467f,-0.12151751255159549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6014877812152022f,-0.22188777450451846f,-0.478516733849763f,-0.3306534187980638f,-0.312254204384334f,0.7347197265243434f,0.05180960625502412f,1.4633923893175123f,0.4250997070019216f,0.2257271339060195f,-0.639012910765858f,-0.12151751255159549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.47900413882557624f,-0.1805971133304994f,1.4762608061059734f,-0.2858563986652283f,1.4672328663801397f,0.31108474978577405f,-0.43801854328857015f,1.476853907245583f,-0.24328789694904066f,1.5205318842784628f,0.26495289787186704f,0.7548529758489648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.29628966894919273f,-0.9258302942979616f,-0.23462885209225112f,-0.2300027927490519f,-0.04888950607556597f,0.26003907013487515f,-0.9643596311537912f,1.4854280761459397f,0.9538460296450705f,-0.2742589071726553f,-0.1223102758021413f,0.5585978482622926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3400493989115708f,-0.9258302942979616f,-0.16493838989158666f,-0.1172766306532659f,-0.25645625583605847f,0.26003907013487515f,-0.9309188315024781f,1.5627635514619684f,0.9047632812744056f,-0.2742589071726553f,-0.32586110030813953f,0.2422765785797439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9526360425924736f,0.11449966870762653f,-0.28173462020063184f,0.3178307449269618f,0.2952059039648849f,0.5707341569240635f,-0.7662349485532838f,1.5065964489532089f,0.07306192317497265f,-0.8131127523203793f,-0.5775029068290064f,-0.4867073318205902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7215720652786248f,-0.009704067364580432f,-0.692271323749672f,0.08591048007437997f,0.5102300763953057f,0.6684106397250267f,-0.5411954229703175f,1.6677329666071834f,0.4679733152127161f,-0.7437291494751059f,-0.4773551387278193f,-0.3094592599727494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.13265181797180994f,-0.6804974307412013f,-0.7206432834234963f,0.20163429320902276f,-0.4516336827544473f,0.6887016289131966f,-0.5672010956741573f,1.364485119074007f,0.8822870914789748f,0.2502265235480312f,-0.3986930838660705f,0.12474203294837626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.25107815845589315f,-0.38923848878198364f,-0.88625795183858f,0.12311296436340971f,-0.32667406756994527f,0.8959441598951544f,-0.3009453703366653f,1.5305937404897443f,0.911177157266195f,0.21395668066336096f,-0.35210613013097675f,0.16265824725943784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1838513458269604f,-0.6482643678030103f,-0.7388856420817626f,0.25619296433060246f,-0.48871673385405157f,0.7124897171456112f,-0.5035020923618837f,1.4155840771698918f,0.8528508877222579f,0.26853624038243f,-0.4478098378917397f,-0.19057850134275828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2803947425941032f,-0.16594382101746105f,-0.9454318783454f,0.21916954865016977f,-0.3742893992733508f,0.9258804370534817f,-0.051505940174389475f,1.5888647469913297f,0.8839039732443682f,0.3394231349625103f,-0.32172301990227664f,-0.12894743241167683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9620946518296931f,-0.03769722451462056f,-0.2700977604212881f,0.23111662025911014f,-0.06927926580267021f,0.9916942333815263f,0.10836480428473774f,2.2565107619777094f,0.26376933910245187f,0.12296937318584997f,-0.9567153542238855f,-0.011319497609985685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9620946518296931f,-0.03769722451462056f,-0.2700977604212881f,0.2465856577275555f,-0.06927926580267021f,0.9916942333815263f,0.10836480428473774f,2.1453061556743127f,0.26376933910245187f,0.12296937318584997f,-0.9567153542238855f,-0.12627408393304812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9620946518296931f,-0.03769722451462056f,-0.2700977604212881f,-0.33411398769083456f,-0.06927926580267021f,0.9916942333815263f,0.10836480428473774f,2.215809193318641f,0.26376933910245187f,0.12296937318584997f,-0.9567153542238855f,0.14364498911270476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9620946518296931f,-0.03769722451462056f,-0.2700977604212881f,-0.39080204910961625f,-0.06927926580267021f,0.9916942333815263f,0.10836480428473774f,2.0994086420800437f,0.26376933910245187f,0.12296937318584997f,-0.9567153542238855f,0.048473103222326216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9471589668132392f,0.2418038747917098f,-0.21076237264035483f,0.13864390038586105f,0.073640125350906f,0.8034312586333012f,0.5908259850321514f,2.3223742781068437f,0.31219709083138425f,0.5440855620089771f,-0.7787835884825745f,0.05216830487250465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733243280092695f,0.09065856156101146f,-0.21076237264035483f,0.027445127041365234f,-0.05295084593184557f,0.8050595402365527f,0.5908259850321514f,2.3243880274122164f,0.22323969275289174f,0.5862253507737435f,-0.7787835884825745f,0.08378978879427142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9107997324716509f,0.39718130158761267f,-0.11265372163731864f,-0.006853004771031915f,0.09009651190575277f,0.4575146794574283f,0.8846258738152433f,2.3520613202866105f,0.402897587324602f,0.7955673018357005f,-0.4524888975189095f,0.04140277153203131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9889577926455798f,0.09628926921959388f,-0.11265372163731864f,0.02331798139910972f,-0.05569293638492192f,0.46296367051145804f,0.8846258738152433f,2.3573961908019077f,0.13733455938840367f,0.8811316680381626f,-0.4524888975189095f,0.0443210544357487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9617191208172611f,0.249810871772498f,-0.11265372163731864f,0.09370388661264656f,0.017416210208627533f,0.4659761141931909f,0.8846258738152433f,2.435163289166534f,0.27348310418825306f,0.8487996167209778f,-0.4524888975189095f,0.10977139660802121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9617191208172611f,0.1751443831057169f,-0.21076237264035483f,0.05429640041386033f,0.017416210208627533f,0.8066110159381389f,0.5908259850321514f,2.253675810580453f,0.27348310418825306f,0.5645379650951398f,-0.7787835884825745f,-0.01724964553838504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9443525250106802f,-0.18773787130293312f,-0.2700977604212881f,-0.2492698072876946f,-0.22356147996080972f,0.9686471668621462f,0.10836480428473774f,2.3308904060315667f,0.2412852527273159f,0.1627180316024637f,-0.9567153542238855f,0.10986224498041205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9620946518296932f,-0.037697224514620556f,-0.2700977604212881f,-0.1388308126636837f,-0.06927926580267021f,0.9916942333815263f,0.10836480428473774f,2.3488640214580103f,0.26376933910245187f,0.12296937318584997f,-0.9567153542238855f,0.08071917994016647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9243965449299208f,-0.26932921775594476f,-0.2700977604212881f,-0.11717816225859783f,-0.30713392432278785f,0.9454765051139103f,0.10836480428473774f,2.3461276698651203f,0.22618527859192936f,0.18312823578180507f,-0.9567153542238855f,0.0742963117805962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9623806630646247f,0.029506934349362524f,-0.2700977604212881f,-0.14555927460606538f,0.00006658775994025645f,0.9941111933573631f,0.10836480428473774f,2.3540292400004197f,0.2717047201013692f,0.10427020699558284f,-0.9567153542238855f,0.08320379606727105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9551480616130672f,-0.12140584916800568f,-0.2700977604212881f,-0.2135435786063642f,-0.15544748476924525f,0.9818824515547905f,0.10836480428473774f,2.457279545729613f,0.2520481300777996f,0.1454904502589421f,-0.9567153542238855f,0.08142804054548984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9551480616130672f,-0.12140584916800568f,-0.2700977604212881f,-0.18622726254356295f,-0.15544748476924525f,0.9818824515547905f,0.10836480428473774f,2.2363559941297853f,0.2520481300777996f,0.1454904502589421f,-0.9567153542238855f,0.048692689237227915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9620946518296931f,-0.03769722451462056f,-0.2700977604212881f,-0.03820504848794301f,-0.06927926580267021f,0.9916942333815263f,0.10836480428473774f,1.7333862076131887f,0.26376933910245187f,0.12296937318584997f,-0.9567153542238855f,-0.01740292708883026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.30738106971763224f,-0.10805295640348131f,-0.9454318783454f,0.002314810163362475f,-0.1864672208050736f,0.9811101435068256f,-0.051505940174389475f,1.3654699037981293f,0.9331381749475669f,0.16046010382797102f,-0.32172301990227664f,-0.07757546602431939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3077293098617018f,-0.4273434185756352f,-0.850106037181321f,0.32685158282315996f,-0.18477152203527303f,0.9032936216975587f,-0.38719519321044843f,0.8068810097222181f,0.9333606786750818f,0.037924076792947584f,-0.3569308166894437f,-0.188045576004577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3077293098617018f,-0.6620047069912672f,-0.683412349737292f,0.07846601993427207f,-0.18477152203527303f,0.7461720449799351f,-0.6395989086413691f,1.0780344581295607f,0.9333606786750818f,-0.07054819070584435f,-0.3519386257450615f,-0.21625983773826374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35659225683333357f,0.054973806335044145f,-0.9326413260109948f,0.2704579845358545f,0.15019535592120759f,0.9886559737835431f,0.0008488591260671363f,1.1335974333486694f,0.9221080833753772f,-0.1397756993155505f,-0.36080387533206615f,0.12507894271620168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35659225683333357f,-0.904610426047552f,-0.23349933501527562f,-0.039503564875249184f,0.15019535592120759f,0.19117097152356594f,-0.9699974302576464f,1.0971877265532295f,0.9221080833753772f,-0.3809640885080928f,0.06769819673363799f,0.011142928642496358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3997530700673422f,-0.6203074732060968f,-0.6748452575638372f,0.010420499653586709f,-0.0013416208433668086f,0.7366251710828355f,-0.6762999019523038f,1.2558826769345266f,0.9166218866169665f,-0.26944757562808114f,-0.29530039106459427f,-0.08697017133580139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.24076289576338003f,-0.685416882440624f,-0.6871949689054825f,0.01195271843013045f,-0.2059267947046656f,0.7279765164595493f,-0.6539452168997659f,1.2182880444340685f,0.9484868914467369f,-0.015933886807520937f,-0.31641543578800135f,-0.0906218453840193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.323021476425417f,-0.6090355184648446f,-0.7243844718215606f,0.010420499653586709f,-0.10452846326765355f,0.7836939482475386f,-0.612288817346101f,1.2558826769345266f,0.940601364093656f,-0.1220636421234514f,-0.3168115230491331f,-0.08697017133580139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3263332073134363f,-0.07646169139382064f,-0.942157230802652f,0.015170185802410174f,-0.017468380196270908f,0.9970406409787137f,-0.07486531860664178f,1.28000660961068f,0.9450933781896074f,-0.007973078825121212f,-0.3267031320881452f,-0.08265815521740129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3172513570561001f,-0.132680249913418f,-0.9390141254150417f,0.015170185802410174f,-0.19079302161755757f,0.9788485393444654f,-0.07384822222131505f,1.28000660961068f,0.92895080566632f,0.15572889361361134f,-0.3358554932493667f,-0.08265815521740129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.323021476425417f,-0.052101272796394385f,-0.9449563921901049f,0.015170185802410174f,-0.10452846326765355f,0.9943386170381975f,-0.019092276801562336f,1.28000660961068f,0.940601364093656f,0.0926076240898144f,-0.3266387941221818f,-0.08265815521740129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.34801942778730394f,-0.29997904370742035f,-0.8881976419800826f,-0.04649813310291081f,0.06613714329648503f,0.9372069308919037f,-0.3424456846928557f,1.2814430866039828f,0.9351515150814746f,-0.177920605958276f,-0.3063264628076754f,0.10230857771818457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.29762819333754065f,-0.3876443541203477f,-0.8724387160421353f,0.06855957373377888f,-0.23201950038035446f,0.9158243605547787f,-0.32776926649349114f,1.3152511832486324f,0.9260585348528904f,0.10486942039054557f,-0.3625161992146956f,-0.26639169692939624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.323021476425417f,-0.2538013888417144f,-0.911724728626991f,0.03621454774658099f,-0.10452846326765355f,0.9670431762329944f,-0.23216652572691104f,1.14548213724881f,0.940601364093656f,0.020306410889631473f,-0.33890518370472716f,-0.08207486401806588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.323021476425417f,-0.1733735520275449f,-0.9303755893322307f,9.589421811180624e-18f,-0.10452846326765355f,0.9835979309799827f,-0.1469996957098885f,1.3660714285714284f,0.940601364093656f,0.0497666718723404f,-0.3358457268388333f,-0.07830357142857151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.10694805949722488f,-0.07193201443775775f,-0.9916591641631234f,0.5775433231630929f,-0.09473496022644735f,0.9921045949812471f,-0.08218126263321307f,1.7836148896290254f,0.9897410771917428f,0.10273391804083945f,0.09928918472475542f,-0.234175779251383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.10694805949722488f,-0.07193201443775775f,-0.9916591641631234f,0.5875697037409577f,-0.09473496022644735f,0.9921045949812471f,-0.08218126263321307f,1.774733487107796f,0.9897410771917428f,0.10273391804083945f,0.09928918472475542f,-0.1413875532646571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10694805949722488f,-0.07193201443775775f,-0.9916591641631234f,0.7313053880764938f,-0.09473496022644735f,0.9921045949812471f,-0.08218126263321307f,1.7915013777633926f,0.9897410771917428f,0.10273391804083945f,0.09928918472475542f,-0.20267504396673336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.40370878109625397f,-0.5654134673043821f,-0.7192543576903883f,-0.6530397145455616f,-0.1903520107776196f,0.8208730778066257f,-0.5384547354469031f,2.4651842126094254f,0.894866097278634f,-0.08046739167584449f,-0.4390212600981783f,-0.7179557010458802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.038782276813507044f,-0.5654134673043821f,-0.8238953489345577f,-0.6352444253329231f,0.12390987689139987f,0.8208730778066257f,-0.5575067107587455f,2.4684241992218916f,0.9915353132460378f,-0.08046739167584449f,0.10189564005867768f,-0.8099442474448184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.18981641826814408f,-0.5654134673043821f,-0.802668884625964f,-0.5237417372453478f,-0.03455985719963771f,0.8208730778066257f,-0.5700640371069009f,2.5523138114816937f,0.9812111615886733f,-0.08046739167584449f,-0.17535579617079267f,-0.7376466048197304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005047210569147141f,-5.304832070950503e-7f,-0.000014777850927576702f,0.6422540207267529f,-0.000001633257238557087f,0.000015539404615129272f,0f,1.53052945795111f,0.000014696896313963377f,0.0000015447060478580611f,-0.000005075012015977938f,0.16820881516766295f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..6747e2374 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5978297437921586f,-0.10596136790303082f,-0.5461833303882175f,0.04953604057690056f,-0.011388196110433802f,0.8038813384723507f,-0.14349058188500285f,1.380655175940676f,0.5562502592100039f,-0.09742395297084268f,-0.5899480205584071f,-0.33462978526195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.58077288899586f,0.1282128972556574f,-0.5350367318088662f,0.04953604057690056f,0.29104726385846913f,0.731801719991873f,-0.14056220266285996f,1.380655175940676f,0.46689864168564577f,-0.2966946167260986f,-0.577908265036807f,-0.33462978526195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6009378227355678f,0.10541369767403712f,0.5428684278837426f,-0.05141067314450633f,0.011388196110433802f,0.8038813384723507f,-0.14349058188500285f,1.380655175940676f,-0.5528910260075034f,-0.09801627641893523f,-0.5929998038463262f,-0.3343469084458892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5833804705777798f,-0.1298736890596658f,0.5317894803759111f,-0.05141067314450633f,-0.29104726385846913f,0.731801719991873f,-0.14056220266285996f,1.380655175940676f,-0.4636364057631227f,-0.2959713964337931f,-0.5808977670331359f,-0.3343469084458892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0750491798456632f,-1.5606962564929965f,-0.001032266070319717f,-0.875398976457934f,-0.3678986203572515f,-0.01869546349756099f,1.518455575505534f,1.6287764020118842f,-1.5167150278624275f,-0.07269060883881769f,-0.36837189040820945f,-0.07408980843832053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9988456041555177f,0.04803147510122445f,0.0006606502850050732f,-0.6263736535941832f,-0.011965096638439464f,-0.23545511702864075f,-0.9718115683235418f,1.6133672943690087f,-0.046521989656843205f,-0.9706976178319536f,0.2357580098612538f,-0.08262829973538066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9988456041555177f,0.04803147510122445f,0.0006606502850050732f,-0.2986274397306539f,-0.011965096638439464f,-0.23545511702864075f,-0.9718115683235418f,1.6172933417034967f,-0.046521989656843205f,-0.9706976178319536f,0.2357580098612538f,-0.06736327187922898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9985691879037192f,-0.053470931453525064f,0.0006606502850050524f,0.6259007315706648f,0.011965096638439464f,-0.23545511702864075f,-0.9718115683235418f,1.6133672943690087f,0.052119223245741655f,-0.9704131838317746f,0.2357580098612538f,-0.0861374718307448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9985691879037192f,-0.053470931453525064f,0.0006606502850050524f,0.29824521678975696f,0.011965096638439464f,-0.23545511702864075f,-0.9718115683235418f,1.6172933417034967f,0.052119223245741655f,-0.9704131838317746f,0.2357580098612538f,-0.06903585170323583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0021206915702952495f,-0.001831706554272929f,-0.15553409964605028f,0f,0.6536607902889451f,-0.7567876658870913f,1.4068457182687748f,0.002802227977393656f,-0.7567846945506334f,-0.6536582238542304f,0.25569333589540943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0014811821363005075f,-0.0023787772313505953f,-0.15582668865430258f,0f,0.8488878315900227f,-0.528573031262842f,1.5627086052465113f,0.002802227977393656f,-0.5285709559537569f,-0.8488844986454248f,0.1512807535375461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.002072296981468741f,-0.001886283875211598f,0.1569646734012852f,0f,0.6731371931294561f,-0.7395176260413253f,1.4068457182687748f,0.002802227977393656f,-0.7395147225113358f,-0.6731345502255435f,0.25481763965247395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0014811821363005075f,-0.0023787772313505953f,0.1566720843930329f,0f,0.8488878315900227f,-0.528573031262842f,1.5627086052465113f,0.002802227977393656f,-0.5285709559537569f,-0.8488844986454248f,0.15040505729461062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0004677944405647893f,-0.0027629060785094406f,0.29332518086962456f,0f,0.9859676303279263f,-0.16693661056081646f,2.203650487259595f,0.002802227977393656f,-0.16693595512619533f,-0.9859637591739706f,-0.152011471361702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0004677944405647893f,-0.0027629060785094406f,0.33062448549551515f,0f,0.9859676303279263f,-0.16693661056081646f,2.064754226228528f,0.002802227977393656f,-0.16693595512619533f,-0.9859637591739706f,-0.22368366294263958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0004677944405647893f,-0.0027629060785094406f,-0.29417251245936615f,0f,0.9859676303279263f,-0.16693661056081646f,2.203650487259595f,0.002802227977393656f,-0.16693595512619533f,-0.9859637591739706f,-0.15036516242498327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0004677944405647893f,-0.0027629060785094406f,-0.33187291336483604f,0f,0.9859676303279263f,-0.16693661056081646f,2.064754226228528f,0.002802227977393656f,-0.16693595512619533f,-0.9859637591739706f,-0.22182718690761632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704050863716432f,0.24146704680772588f,-0.0027629060785094406f,0.2034726870346405f,0.23852715812884434f,0.9566801779536585f,-0.16693661056081646f,2.2988485725172043f,-0.03766647287735414f,-0.16265516412494235f,-0.9859637591739706f,-0.19006438287523653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962315577557008f,0.08668938621106416f,-0.0027629060785094406f,0.08959534525845053f,0.08593274114637883f,0.9822157258227623f,-0.16693661056081646f,2.3186449001517855f,-0.01175786250638937f,-0.16654494367831535f,-0.9859637591739706f,-0.19309704955212895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9456671622310827f,0.32512456786255384f,-0.0027629060785094406f,0.06696856574898578f,0.32099966176035905f,0.9322507094146947f,-0.16693661056081646f,2.316321472784858f,-0.05169947221728833f,-0.15875336269819995f,-0.9859637591739706f,-0.19264025714777092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998519336445574f,0.016984614721592767f,-0.0027629060785094406f,0.09683329479815976f,0.017207507818488232f,0.985817462682186f,-0.16693661056081646f,2.323643506928791f,-0.00011163295335867712f,-0.16695943559324855f,-0.9859637591739706f,-0.19396366177768856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9848851180643458f,0.17318680828914443f,-0.0027629060785094406f,0.16339463404607327f,0.17121148224502603f,0.9709885665660165f,-0.16693661056081646f,2.4163355561456803f,-0.026228468556907285f,-0.16488642464645692f,-0.9859637591739706f,-0.24153904050185618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9848851180643458f,0.17318680828914443f,-0.0027629060785094406f,0.12442760218101584f,0.17121148224502603f,0.9709885665660165f,-0.16693661056081646f,2.197863128668327f,-0.026228468556907285f,-0.16488642464645692f,-0.9859637591739706f,-0.20443959495640343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9701787469360185f,-0.24237484470063728f,-0.0027629060785094406f,-0.20453469478369213f,-0.23852715812884434f,0.9566801779536585f,-0.16693661056081646f,2.2988485725172043f,0.04310445253838634f,-0.16129932351655535f,-0.9859637591739706f,-0.18892104868590792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961500158118595f,-0.08762141489403906f,-0.0027629060785094406f,-0.09067613782705644f,-0.08593274114637883f,0.9822157258227623f,-0.16693661056081646f,2.3186449001517855f,0.0173409918142372f,-0.16605648315687935f,-0.9859637591739706f,-0.19259188577530195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9453625642857226f,-0.3260091845287861f,-0.0027629060785094406f,-0.06804715360747372f,-0.32099966176035905f,0.9322507094146947f,-0.16693661056081646f,2.316321472784858f,0.05699858942866794f,-0.15692873031626345f,-0.9859637591739706f,-0.19226191083612068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998356053671456f,-0.01792006110800415f,-0.0027629060785094406f,-0.09791883056601268f,-0.017207507818488232f,0.985817462682186f,-0.16693661056081646f,2.323643506928791f,0.005715235322358278f,-0.16686162435006577f,-0.9859637591739706f,-0.1934179197806175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9847226547600921f,-0.17410818347291288f,-0.0027629060785094406f,-0.1647457575382579f,-0.17121148224502603f,0.9709885665660165f,-0.16693661056081646f,2.4163355561456803f,0.031747780232597264f,-0.16391322108309353f,-0.9859637591739706f,-0.24061951270575102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9847226547600921f,-0.17410818347291288f,-0.0027629060785094406f,-0.12557141625685256f,-0.17121148224502603f,0.9709885665660165f,-0.16693661056081646f,2.197863128668327f,0.031747780232597264f,-0.16391322108309353f,-0.9859637591739706f,-0.20373903796205503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0004677944405647893f,-0.0027629060785094406f,-0.0002458215721754899f,0f,0.9859676303279263f,-0.16693661056081646f,1.69777148720529f,0.002802227977393656f,-0.16693595512619533f,-0.9859637591739706f,-0.08772327198286752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0006606502850050634f,-0.002723237565511035f,0.000001922284701408871f,0f,0.9718115683235418f,-0.2357589355094271f,1.3333421490839619f,0.002802227977393656f,-0.23575800986125403f,-0.9718077527498037f,0.0006859817151027466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9512462364631039f,-0.30740009397425083f,-0.025214675080244955f,0.22820347893959542f,-0.3012068245877022f,0.9082601932011458f,0.2904098315622432f,0.7481998559587886f,-0.06637052385339251f,0.28384609151939894f,-0.9565700966957869f,0.02174594375004802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9512462364631039f,-0.28925528105743115f,0.10706063700150058f,0.12490153714712353f,-0.3012068245877022f,0.9458957839608552f,-0.12064665228207722f,1.0870121393510113f,-0.06637052385339251f,-0.1470120684347574f,-0.9869054692816128f,-0.035312347229028256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.950859327958712f,0.3089860629390357f,0.019853245158934843f,-0.23183434339457093f,0.3012068245877022f,0.9082601932011457f,0.2904098315622431f,0.7650080726218055f,0.07170067820948217f,0.2821188302039613f,-0.9566963877786143f,0.03728240488745555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.950859327958712f,0.2839313420817872f,-0.12348899310279282f,-0.12512913163967448f,0.3012068245877022f,0.9406169512049111f,-0.1565701118597386f,1.121661158870431f,0.07170067820948217f,-0.18607187882539628f,-0.9799164600386542f,-0.04590645466520995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9805112231105491f,0.19644401615531773f,-0.002736762873208089f,-0.004640298301053768f,0.19243205967838528f,0.9574925931379811f,-0.21489028943588626f,1.2848903826035616f,-0.03959348130929238f,-0.21122898144590352f,-0.976634360257275f,-0.033839336913285126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9802739251669395f,-0.19762474988416132f,-0.002736762873208089f,-0.004640298301053768f,-0.19243205967838528f,0.9574925931379811f,-0.21489028943588626f,1.2848903826035616f,0.045088069882573814f,-0.21012470658903315f,-0.976634360257275f,-0.033839336913285126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,-0.0006021715811274609f,-0.002736762873208089f,-0.004640298301053768f,0f,0.9766381947815481f,-0.21489028943588626f,1.2848903826035616f,0.002802227977393656f,-0.21488944572320404f,-0.976634360257275f,-0.033839336913285126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9801877721019151f,0.19805342544775933f,-0.0026023240176607228f,-0.004619777893259129f,0.18297915963832487f,0.9104573860775839f,0.3709258352754978f,1.2748763160412468f,0.07583243738622997f,0.3631007970318739f,-0.9286588462050428f,-0.026516475464480427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9805973761755734f,-0.1960153405917197f,-0.0026023240176607228f,-0.004619777893259129f,-0.18297915963832487f,0.9104573860775839f,0.3709258352754978f,1.2748763160412468f,-0.07033784881294852f,0.3642050718887443f,-0.9286588462050428f,-0.026516475464480427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,0.0010394187531471105f,-0.0026023240176607228f,-0.004619777893259129f,0f,0.9286624923647849f,0.3709258352754978f,1.2748763160412468f,0.002802227977393656f,0.3709243789284836f,-0.9286588462050428f,-0.026516475464480427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9657600050499553f,0.2587271903145946f,-0.019179510885990996f,-0.19826195969182084f,0.25227759035013037f,0.9537864214532717f,0.16324055763961834f,1.3436475900175577f,0.0605279278766595f,0.1528126409799834f,-0.9863998513299161f,0.01223072485081611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9660840625984772f,-0.25786669866042927f,0.013650996857112279f,0.18923651888687518f,-0.25227759035013037f,0.9537864214532717f,0.16324055763961834f,1.3436475900175577f,-0.05511443912763087f,0.15426026051233385f,-0.9864918502584366f,0.011144861509576068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,0.00038559134685400484f,-0.0027755721843466894f,-0.00795234815246757f,0f,0.9904876429533908f,0.13760170477372874f,1.172834713077609f,0.002802227977393656f,0.13760116451523813f,-0.9904837540527421f,-0.04989491600979515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999960737514736f,0.0006260311106424907f,-0.0027314037939849666f,0f,0f,0.9747257596526594f,0.22340477494795424f,1.390625f,0.002802227977393656f,0.2234038978052858f,-0.974721932637082f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.861100943889628f,0.23195306365046006f,-0.4524410908566528f,-2.117663637921711f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4805869444083441f,-0.0808679242214581f,0.8732104944950925f,-0.4477477593190092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3756695235648329f,0.23195306365046006f,-0.8972570341478174f,-2.0868006279095304f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9117735770288193f,-0.0808679242214581f,-0.40265285676893475f,-0.3592235416552081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3292054401299272f,0.23195306365046006f,-0.915325927990695f,-1.9649332437170164f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9442583217472118f,-0.0808679242214581f,0.3191184743057845f,-0.4513534216329763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8570957828813925f,-0.2667895155620937f,0.44069283333527964f,2.1042215130021145f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2868551404858026f,-0.4894469057785239f,-0.15484593877541525f,0.858175076350152f,-0.4625386407168897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36431504449272123f,-0.2667895155620937f,0.8922431858761434f,2.0728912442434018f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.292423063105854f,-0.8975675697031708f,-0.15484593877541525f,-0.4127895263471496f,-0.3743543167289838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3341895334262664f,-0.2667895155620937f,0.9039583564160896f,1.9529626251603447f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2442342730679354f,-0.94063278920433f,-0.15484593877541525f,0.3020474981165096f,-0.4637536034404132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624938652366776f,0f,-4.378481214677588e-8f,-0.0052909399278431215f,0f,0.000015625f,0f,1.5567475f,4.378481214677588e-8f,0f,-0.000015624938652366776f,0.6875175257845649f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25.mcfunction new file mode 100644 index 000000000..e45797aee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250.mcfunction new file mode 100644 index 000000000..0585cbc80 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250_as_bone.mcfunction new file mode 100644 index 000000000..94df29484 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_250_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.09046618370497225f,-0.09147419529413191f,-0.8064693333571921f,-0.2773107048072583f,-0.23345721144765053f,0.7742381284999678f,-0.11400655790084545f,1.4923301769945965f,0.7773403659101911f,0.24317120803376963f,0.059616805973248393f,-0.24842228153693147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.04758288634916279f,-0.11669980063188076f,-0.7900107755335759f,-0.2773107048072583f,0.07895683112683798f,0.7882216821532734f,-0.11167989345388943f,1.4923301769945965f,0.7946708046386823f,-0.07132836964310478f,0.05840013646359027f,-0.24842228153693147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7245422900354166f,0.02033053007449493f,-0.3762573373923343f,-0.31699564348426845f,-0.000264057488603703f,0.8154494941788486f,0.04457013755360283f,1.4777022575182954f,0.37680611017912324f,0.03966404460962629f,-0.7234558475410428f,-0.1761876843480217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6633501543509753f,-0.25321211737810734f,-0.3685786162210622f,-0.31699564348426845f,-0.30592943868917427f,0.7379030664905529f,0.04366054290965176f,1.4777022575182954f,0.32614989079541973f,0.17715159631438376f,-0.7086914424891848f,-0.1761876843480217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6388446548043759f,-0.3315891859084681f,1.3868425897759407f,-0.43337188400835097f,1.4097562385124431f,0.3751271108481233f,-0.5597081817179268f,1.4958955213982623f,-0.2141754070922381f,1.480113006663782f,0.4525490387809651f,0.6985263275281419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4568894289711939f,-0.8453804875686322f,-0.27673792825089644f,-0.3444388308109756f,-0.04982933236025239f,0.33494346335987824f,-0.9409197170795293f,1.504971770620661f,0.8881267293190246f,-0.416106606040702f,-0.19515687299805834f,0.5118045471384445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5077947115373003f,-0.8453804875686322f,-0.16575995346576314f,-0.17291273796030365f,-0.2621881728481881f,0.33494346335987824f,-0.9050249932300315f,1.5854852857204065f,0.8206106829387969f,-0.416106606040702f,-0.3917312847552637f,0.22212894860140392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9567086278690038f,0.21055327918241679f,-0.2009375972448635f,0.3822130825983162f,0.28804765333314536f,0.5861137593088552f,-0.7572973065831604f,1.5386928857639508f,-0.04167914070942097f,-0.7823924704228513f,-0.6213894684136122f,-0.44319376418547096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.784710181145051f,0.04339085308997956f,-0.6183422721077905f,0.12730493110301638f,0.46436253301386987f,0.7019398543559141f,-0.5400443304023665f,1.6838361575246568f,0.410606100222882f,-0.710913268081924f,-0.5709684367150558f,-0.2846818877064767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.24367450170892938f,-0.7366512922869044f,-0.6308467411257181f,0.1645443865310341f,-0.5011785224867976f,0.6525168232666338f,-0.5683677365508801f,1.3815863825943546f,0.8303269391118508f,0.17767011264153104f,-0.5281955180225315f,0.16021592508272783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3993164899540451f,-0.4319848902907081f,-0.808662720428799f,0.07849307759884637f,-0.3495211087797766f,0.8871530655416082f,-0.30132114565274437f,1.5460443252230764f,0.8475737934646969f,0.1623221884421589f,-0.5052426860145645f,0.18749356862804162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2988126531462021f,-0.710739222716507f,-0.6368365218893018f,0.2772527927184766f,-0.5466310331807669f,0.6744772148339144f,-0.49626102026414787f,1.4300953518649038f,0.7822438953954546f,0.19982553380942397f,-0.5900544416868022f,-0.14171185896263905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4284140302734871f,-0.24085773234203386f,-0.8708897584860444f,0.22664890691380746f,-0.4084347172423216f,0.9113544433104023f,-0.05112886082802476f,1.600654754605429f,0.8060040325060494f,0.33379729092585503f,-0.48881168987100504f,-0.08217993997573501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9652074918325908f,-0.04232077016456981f,-0.25803769128349674f,0.2217207841423644f,-0.06895113965976735f,0.993082557033531f,0.09504091358653319f,2.2715162913697817f,0.25223052561071746f,0.109526194713508f,-0.9614487893911565f,-0.018385867919444705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9652074918325908f,-0.04232077016456981f,-0.25803769128349674f,0.23901512779882994f,-0.06895113965976735f,0.993082557033531f,0.09504091358653319f,2.1588767251265693f,0.25223052561071746f,0.109526194713508f,-0.9614487893911565f,-0.13167111097445605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9652074918325908f,-0.04232077016456981f,-0.25803769128349674f,-0.3453386173092827f,-0.06895113965976735f,0.993082557033531f,0.09504091358653319f,2.2310074968196685f,0.25223052561071746f,0.109526194713508f,-0.9614487893911565f,0.12979956587685182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9652074918325908f,-0.04232077016456981f,-0.25803769128349674f,-0.4004348355402615f,-0.06895113965976735f,0.993082557033531f,0.09504091358653319f,2.1131965951019733f,0.25223052561071746f,0.109526194713508f,-0.9614487893911565f,0.035431612242644295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9518052106078247f,0.22559086321910402f,-0.20778739974275173f,0.12766514244587387f,0.07592672284875235f,0.8297105336588709f,0.5530059340485962f,2.340771009560176f,0.29715648035545744f,0.5105773132127702f,-0.8068511841815601f,0.04073947557365056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9753770950406926f,0.07391832640236216f,-0.20778739974275173f,0.01606122334919271f,-0.05480338457385882f,0.8313729764349388f,0.5530059340485962f,2.342836544748075f,0.2136261021252553f,0.5507767742702888f,-0.8068511841815601f,0.07089638907037632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9173188431245235f,0.3784201780718115f,-0.12379139257955218f,-0.017397424254184474f,0.10063375813899925f,0.5211811952796701f,0.84749218781631f,2.3656830448445154f,0.3852258905778631f,0.7649629602241884f,-0.5161711757871991f,0.0293798865537266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9893603293124934f,0.07643186446692454f,-0.12379139257955218f,0.01262773642594818f,-0.06534545505270051f,0.526770313413996f,0.84749218781631f,2.3718119570918104f,0.1299850387030394f,0.8465643549074283f,-0.5161711757871991f,0.03224201614498645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9652230840794048f,0.2302609152319557f,-0.12379139257955218f,0.0806970361464285f,0.017864088111557305f,0.5305071780346301f,0.84749218781631f,2.4554550187907043f,0.2608165491608714f,0.8158076029127674f,-0.5161711757871991f,0.09270732187024072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9652230840794048f,0.15864676003117303f,-0.20778739974275173f,0.04500151513941462f,0.017864088111557305f,0.83298578094886f,0.5530059340485962f,2.268033218077211f,0.2608165491608714f,0.5300621607591222f,-0.8068511841815601f,-0.026556664300561576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9467037588973415f,-0.19279144889420652f,-0.25803769128349674f,-0.2604176402985616f,-0.2234545752630242f,0.9700697281838345f,0.09504091358653319f,2.345913160273965f,0.23199147760998912f,0.1476352928490135f,-0.9614487893911565f,0.09561462125880762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9652074918325907f,-0.04232077016456984f,-0.25803769128349674f,-0.14966668640076675f,-0.06895113965976733f,0.9930825570335311f,0.09504091358653319f,2.3638629711555414f,0.25223052561071746f,0.109526194713508f,-0.9614487893911565f,0.0676651825337786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9262983833532861f,-0.27456848849453197f,-0.25803769128349674f,-0.12792453383895505f,-0.3071514108182486f,0.9469029705186255f,0.09504091358653319f,2.3611132932579895f,0.2182414163935173f,0.16729288552963476f,-0.9614487893911565f,0.06155812117510371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9658084425864615f,0.025111792166169752f,-0.25803769128349674f,-0.15644249384125478f,0.0004907591664299882f,0.9954732462000563f,0.09504091358653319f,2.369038299172225f,0.2592562658532184f,0.09166468237072226f,-0.9614487893911565f,0.06999529271339547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9578460877647127f,-0.12628310271337745f,-0.25803769128349674f,-0.22471405592924298f,-0.15524160762444472f,0.9832940902938526f,0.09504091358653319f,2.472036603478385f,0.24172487545971055f,0.13109275327899514f,-0.9614487893911565f,0.06599683658989165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9578460877647127f,-0.12628310271337745f,-0.25803769128349674f,-0.1963003578187331f,-0.15524160762444472f,0.9832940902938526f,0.09504091358653319f,2.250795433162269f,0.24172487545971055f,0.13109275327899514f,-0.9614487893911565f,0.03650096710211779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9652074918325908f,-0.04232077016456981f,-0.25803769128349674f,-0.04589634877770792f,-0.06895113965976735f,0.993082557033531f,0.09504091358653319f,1.747489486590476f,0.25223052561071746f,0.109526194713508f,-0.9614487893911565f,-0.02111474872142112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4740986538078755f,-0.12954340979640505f,-0.8708897584860444f,0.0026824298959439714f,-0.1747533740235282f,0.9832838338230835f,-0.05112886082802476f,1.3787580489068196f,0.8629552275320853f,0.12795079960867514f,-0.48881168987100504f,-0.0690962985746743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.47260084674819003f,-0.4460248201040087f,-0.7600725619992349f,0.354304382948016f,-0.18110591248457422f,0.89321369439461f,-0.4115457989204384f,0.836800062859647f,0.8624668620393618f,-0.05684325815010002f,-0.5029112803336764f,-0.10481669267737617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.47260084674819003f,-0.6704296568762946f,-0.5719899604307997f,0.10470986808675516f,-0.18110591248457422f,0.7090788752528818f,-0.6814747222995419f,1.0907330053560167f,0.8624668620393618f,-0.2184747670804157f,-0.4565300516210675f,-0.18826317041944274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5222701411376544f,0.05469775756296949f,-0.851024121276029f,0.23150558950490588f,0.15095115364772044f,0.9881119524999047f,-0.02912934155192287f,1.1419324129924835f,0.8393137964363966f,-0.1436764582122238f,-0.524318058498002f,0.1841535004235899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5222701411376544f,-0.8179681864585048f,-0.24116787849512528f,-0.052211563919942285f,0.15095115364772044f,0.1896626938466789f,-0.9701761756378289f,1.1086614798166363f,0.8393137964363966f,-0.543098617660371f,0.02441807950919228f,0.013591890898817904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.561352633523887f,-0.5560580383746481f,-0.6129295871425486f,0.01293563204622883f,0.005007455562486274f,0.7383359723604268f,-0.6744144996271749f,1.2693217779783996f,0.8275615664254753f,-0.38165357312295844f,-0.4116824065926211f,-0.07567621656217403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.41119683058691736f,-0.6730760000119755f,-0.6147242184290067f,0.015064886838173674f,-0.19936463577508334f,0.724453794018478f,-0.6598639574446395f,1.2317216124321406f,0.8894778853448478f,-0.14877969801055463f,-0.4320806555984031f,-0.07872626677437902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4904707775494326f,-0.5751941444971629f,-0.6546679406433707f,0.01293563204622883f,-0.0980171403295606f,0.7828777039363206f,-0.6144063320645466f,1.2693217779783996f,0.8659278587571082f,-0.23717967201168733f,-0.4403575213536816f,-0.07567621656217403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.49562370924830873f,-0.08284587306382729f,-0.8645771799829326f,0.01657251482126689f,-0.010967739034012672f,0.9959580217926525f,-0.08914778475850046f,1.2935487029224502f,0.8684681039228959f,-0.03470129886846243f,-0.4945290409322914f,-0.07087392433601501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.48158506707905263f,-0.16822339538943576f,-0.8601027336371592f,0.01657251482126689f,-0.18432057200283308f,0.9788959235600296f,-0.0882535980802196f,1.2935487029224502f,0.8567973797246422f,0.11603301289377127f,-0.5024286914735077f,-0.07087392433601501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4904707775494326f,-0.08053767730430647f,-0.8677281249933544f,0.01657251482126689f,-0.0980171403295606f,0.9945003479043746f,-0.03690119536943304f,1.2935487029224502f,0.8659278587571082f,0.06695327141003077f,-0.49566743172799294f,-0.07087392433601501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5154612713191945f,-0.26222808043313506f,-0.8158039664051365f,-0.07816957554470927f,0.06968159995605183f,0.9360470445579909f,-0.34490637135578606f,1.2956845386050238f,0.8540750273820003f,-0.23463240229474674f,-0.4642235274044516f,0.09945333824802884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4615530491396269f,-0.40432077026530305f,-0.7896160443924536f,0.10269493126293555f,-0.2253412629541259f,0.9143370863031938f,-0.3364654630431266f,1.3274053173913893f,0.858015208513318f,0.02263641629450512f,-0.5131252231348497f,-0.24200936178993376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4904707775494326f,-0.2628164571297894f,-0.8308826188047267f,0.038487297397558747f,-0.0980171403295606f,0.9640270656268346f,-0.24707176475779272f,1.1593069493191666f,0.8659278587571082f,-0.03974074232648939f,-0.49858762201609996f,-0.06463429641047806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4904707775494326f,-0.18940016938590742f,-0.8506268231173084f,8.63813367255722e-18f,-0.0980171403295606f,0.981892374763836f,-0.1621110871663319f,1.3794642857142858f,0.8659278587571082f,0.003865257717722892f,-0.5001539795014185f,-0.07053571428571426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.032084511205205946f,-0.09890945203056555f,-0.9945790589187651f,0.5758196152909298f,-0.08379601679715715f,0.9913217548063162f,-0.10128872600964303f,1.7893977432986277f,0.9959662703674526f,0.08659156279187502f,0.02351785584629687f,-0.10507029860265034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.032084511205205946f,-0.09890945203056555f,-0.9945790589187651f,0.5788275382164179f,-0.08379601679715715f,0.9913217548063162f,-0.10128872600964303f,1.7815418667238943f,0.9959662703674526f,0.08659156279187502f,0.02351785584629687f,-0.011698460755701662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.032084511205205946f,-0.09890945203056555f,-0.9945790589187651f,0.7265104355914886f,-0.08379601679715715f,0.9913217548063162f,-0.10128872600964303f,1.8006631139127074f,0.9959662703674526f,0.08659156279187502f,0.02351785584629687f,-0.06191205805612053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5183500356178835f,-0.5308672337079327f,-0.6704425558914247f,-0.4959151493584665f,-0.23608761708046092f,0.8423546479728211f,-0.48445978584383476f,2.467090975636596f,0.8219342295075736f,-0.09283656183784378f,-0.5619657419718036f,-0.812711448772672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05851437614935562f,-0.5308672337079327f,-0.845432462092117f,-0.4676578815938058f,0.07285175666656327f,0.8423546479728211f,-0.5339768427461816f,2.475086961040479f,0.995624773363162f,-0.09283656183784378f,-0.0106152461902978f,-0.9017432045449647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3014108561563808f,-0.5308672337079327f,-0.7920425973180765f,-0.36298012587842465f,-0.08529051097474992f,0.8423546479728211f,-0.5321317278421299f,2.550908727514857f,0.9496720615711214f,-0.09283656183784378f,-0.2991727732554964f,-0.8123514106704939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007663605899209885f,-7.547992997894243e-7f,-0.000013595589271474514f,0.5866410497204424f,-0.0000015315178176493846f,0.000015549761354253076f,0f,1.5440794217605591f,0.000013530122793079816f,0.0000013326007814851861f,-0.00000770068681101674f,0.2887123380122271f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251.mcfunction new file mode 100644 index 000000000..35ef1b392 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251_as_bone.mcfunction new file mode 100644 index 000000000..2411cddf0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_251_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.10191269320089273f,-0.13935979297550402f,-0.7982086791753205f,-0.23209588420141758f,-0.22839463999181092f,0.7768176475722115f,-0.10646443203169209f,1.5052480412700506f,0.7774278975133295f,0.20994674316750989f,-0.13591421428902814f,-0.298221431979755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.14447582229645178f,-0.08791970071777017f,-0.7819187061309262f,-0.23209588420141758f,0.08450557760423574f,0.788658386793196f,-0.10429168852084124f,1.5052480412700506f,0.7822950492784283f,-0.10143014919860571f,-0.13314045481374187f,-0.298221431979755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7850344580339769f,0.01703292024971478f,-0.2244442553764996f,-0.2852636944230774f,0.007235882063397258f,0.8158139036149629f,0.03660274748874478f,1.4919907385615128f,0.22497330098149226f,0.033196366378371284f,-0.7843656414894831f,-0.23813275971406775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7168608827540021f,-0.27887345096591193f,-0.21986376036881594f,-0.2852636944230774f,-0.29927841449975345f,0.741044395172777f,0.03585575264203571f,1.4919907385615128f,0.19116198730832124f,0.11438008012488973f,-0.7683581794182692f,-0.23813275971406775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7875908280817048f,-0.5177721311906265f,1.246201812582493f,-0.5920101169253049f,1.3448386668703285f,0.420763936129518f,-0.6751095615848087f,1.5142686566136438f,-0.11187447256640908f,1.4128963090811415f,0.6577342717031526f,0.5942001283740507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6324086259034841f,-0.7201648107774595f,-0.2853453612742508f,-0.4654110692840317f,-0.052688167163323224f,0.4074977468311272f,-0.9116850022724539f,1.5244736976362678f,0.772841048938161f,-0.5615231354498409f,-0.29564925406762477f,0.4271934052257832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6821076704684553f,-0.7201648107774595f,-0.1268533452691049f,-0.23169631039530314f,-0.26787289663260694f,0.4074977468311272f,-0.8730347630977882f,1.6082168233561056f,0.6804213673436144f,-0.5615231354498409f,-0.47086997272795594f,0.1837727624448396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9428747554367526f,0.3231017419401945f,-0.08119396477137897f,0.45473830594453385f,0.2706728346976295f,0.6008717751003456f,-0.7521232122760935f,1.573536666861981f,-0.19422515830044718f,-0.7311349904381349f,-0.6540016923832801f,-0.3707649171562564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8588030770728489f,0.10655868901481186f,-0.5011013077269415f,0.1724904086960074f,0.40963269869049745f,0.7302464392354934f,-0.5467551464297553f,1.6999424887232f,0.3076659340481919f,-0.6748224831608144f,-0.6707878123869917f,-0.2461441835510304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.36842883507380386f,-0.7882588185163466f,-0.4928572090548875f,0.11436088619537439f,-0.5480802684532419f,0.6123898488709114f,-0.5697251024240415f,1.3988018107680098f,0.7509115878839413f,0.0602221556495251f,-0.6576511834936073f,0.1936915770524593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5612138631510498f,-0.4718763816885643f,-0.6799791763073212f,0.021634194776847845f,-0.3721113781963164f,0.877695981616773f,-0.3019650411398762f,1.5614825258140306f,0.7393051616375423f,0.08356102116583766f,-0.6681657232437248f,0.2051832327507806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.41893667923430394f,-0.7704498587472293f,-0.48051958747641943f,0.29243521747727313f,-0.6014336928315329f,0.6319144520641615f,-0.48883702642033533f,1.4448252554949506f,0.6802716897822215f,0.08420890943852072f,-0.7281066457958038f,-0.07753073135757778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5831511986388198f,-0.32986621594841403f,-0.7423765615252018f,0.225945448477413f,-0.4420259206764503f,0.8955674685535545f,-0.05071483726400389f,1.612427188115842f,0.6815774093793339f,0.29857526495751824f,-0.6680606605535936f,-0.02572324830650305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9723393332929255f,-0.045998704051784856f,-0.22899855929028257f,0.21507123646955284f,-0.06608323838054886f,0.9945355222664877f,0.08082141149017413f,2.28579452639272f,0.2240295215738503f,0.09371880374653113f,-0.9700657499817787f,-0.024257501164626303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9723393332929255f,-0.045998704051784856f,-0.22899855929028257f,0.23581518454104666f,-0.06608323838054886f,0.9945355222664877f,0.08082141149017413f,2.1715327148758834f,0.2240295215738503f,0.09371880374653113f,-0.9700657499817787f,-0.13531712275275382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9723393332929255f,-0.045998704051784856f,-0.22899855929028257f,-0.35617812184004094f,-0.06608323838054886f,0.9945355222664877f,0.08082141149017413f,2.2469706238441476f,0.2240295215738503f,0.09371880374653113f,-0.9700657499817787f,0.10735984276001076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9723393332929255f,-0.045998704051784856f,-0.22899855929028257f,-0.4083596237655165f,-0.06608323838054886f,0.9945355222664877f,0.08082141149017413f,2.12775256944877f,0.2240295215738503f,0.09371880374653113f,-0.9700657499817787f,0.013102435289921992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9607788190924652f,0.20370768258629707f,-0.1881681185498975f,0.11872657317910501f,0.08064775428240865f,0.8544524512566571f,0.5132318659930363f,2.358579032381109f,0.2653299841941955f,0.4779269699408165f,-0.837368384219692f,0.028546068350098278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9808169398583656f,0.05090078239342623f,-0.1881681185498975f,0.006264108890939646f,-0.0540109655147325f,0.8565488119970002f,0.5132318659930363f,2.360989548898957f,0.18729908192790898f,0.5135496500030593f,-0.837368384219692f,0.055295351730224804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9296427601866104f,0.3480756278390317f,-0.12086230072724975f,-0.02554418285516867f,0.11332117532616355f,0.5822137286955021f,0.8050996741653651f,2.379286382543943f,0.35060326532323843f,0.7347588253453946f,-0.5806951170121364f,0.01447007788004219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.991704089232079f,0.04376418242454147f,-0.12086230072724975f,0.004291077593832404f,-0.07213909429714173f,0.5887363295506834f,0.8050996741653651f,2.386109703800836f,0.10639055632132381f,0.8071395360183397f,-0.5806951170121364f,0.01772048492616772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9726483397895382f,0.1983620713936279f,-0.12086230072724975f,0.06932263621333966f,0.020847710424630156f,0.5927730490068468f,0.8050996741653651f,2.4750938098799344f,0.23134515355785093f,0.7805591591952243f,-0.5806951170121364f,0.07374163968105772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9726483397895382f,0.1361909184418939f,-0.1881681185498975f,0.03867967956391358f,0.020847710424630156f,0.8579967509841495f,0.5132318659930363f,2.282044540908501f,0.23134515355785093f,0.49527124793853783f,-0.837368384219692f,-0.03769439110511312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9531724399345872f,-0.19753976711568777f,-0.22899855929028257f,-0.27031204688971233f,-0.22084927644650182f,0.9719534436061186f,0.08082141149017413f,2.3614378508664333f,0.20661049547929983f,0.12761090811559683f,-0.9700657499817787f,0.0740767332400264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9723393332929255f,-0.045998704051784856f,-0.22899855929028257f,-0.15877667569549284f,-0.06608323838054886f,0.9945355222664877f,0.08082141149017413f,2.379071964591626f,0.22402952157385034f,0.09371880374653113f,-0.9700657499817787f,0.04921633037332604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9323286059048416f,-0.2798625206320229f,-0.22899855929028257f,-0.136859335366522f,-0.3047202025670387f,0.9490065845884521f,0.08082141149017413f,2.37625195151548f,0.1947022566870691f,0.14513260127639055f,-0.9700657499817787f,0.0438074631948461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9731794709380802f,0.021940309652626777f,-0.22899855929028257f,-0.16562166856578528f,0.0034530281133964003f,0.9967226174024466f,0.08082141149017413f,2.3842749660090132f,0.23002129019185658f,0.07786300001131995f,-0.9700657499817787f,0.05126568365090048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9646302373554121f,-0.13056862189138704f,-0.22899855929028257f,-0.23378309368487984f,-0.1525112538395016f,0.9849914806215528f,0.08082141149017413f,2.4871468144532125f,0.2150088896579491f,0.11288763475396657f,-0.9700657499817787f,0.04371270710799189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9646302373554121f,-0.13056862189138704f,-0.22899855929028257f,-0.2044051537593178f,-0.1525112538395016f,0.9849914806215528f,0.08082141149017413f,2.2655237313133636f,0.2150088896579491f,0.11288763475396657f,-0.9700657499817787f,0.01831298928834945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9723393332929255f,-0.045998704051784856f,-0.22899855929028257f,-0.05213219629334104f,-0.06608323838054886f,0.9945355222664877f,0.08082141149017413f,1.7615590118402893f,0.2240295215738503f,0.09371880374653113f,-0.9700657499817787f,-0.02740703314154847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6537960118418085f,-0.14638242994896566f,-0.7423765615252018f,0.002761214937521088f,-0.1630229193657962f,0.985317985750153f,-0.05071483726400389f,1.3920647671839819f,0.7389007393833077f,0.08786723598416792f,-0.6680606605535936f,-0.06035724663561144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6501521839581691f,-0.43739047738724723f,-0.6212823094096426f,0.36182555870984795f,-0.17740328999074567f,0.8824731153094549f,-0.435625152460788f,0.867504286435208f,0.7388032284680965f,-0.17300511855717265f,-0.651336332901932f,-0.0028474082466688755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6501521839581691f,-0.6298765756577711f,-0.424920742176777f,0.12951166807599868f,-0.17740328999074567f,0.6696358998431684f,-0.721190567285575f,1.1034861385600543f,0.7388032284680965f,-0.3935012847232779f,-0.5471074195496233f,-0.15062075601713482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.696372716981639f,0.06424056330846448f,-0.7147994047769073f,0.17150663112151204f,0.15167397360139734f,0.9866627182200611f,-0.059090491676432766f,1.150357430729135f,0.7014699172277972f,-0.14956547228692563f,-0.6968286193347804f,0.242386248547181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.696372716981639f,-0.6763666886110921f,-0.23998571120147114f,-0.06723611749484897f,0.15167397360139734f,0.18813898484331193f,-0.9703601022888825f,1.1202163956979878f,0.7014699172277972f,-0.7121318873069749f,-0.028427632772241196f,0.011895500489197464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7300588511503403f,-0.45343595230642714f,-0.5112826136424048f,0.014499525900732682f,0.011355605540380398f,0.7400101558199237f,-0.672499828629111f,1.2827911598504698f,0.6832899268098838f,-0.4967703759679475f,-0.5351019243852593f,-0.06325802860413376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5978315930838856f,-0.6242912513675742f,-0.5028496989923447f,0.01714577474505935f,-0.1927932248028127f,0.7208528186181457f,-0.6657341709424316f,1.2451872933518575f,0.778092641515723f,-0.30105090492503606f,-0.5513077125008333f,-0.06552220468700193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6696743792661423f,-0.5065161858224416f,-0.543118384198503f,0.014499525900732682f,-0.0915016186634023f,0.7820224694788558f,-0.6164968053543906f,1.2827911598504698f,0.7369963904501055f,-0.3631559041652467f,-0.5700474627023946f,-0.06325802860413376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6760255521171373f,-0.07923783215228201f,-0.7326055001435126f,0.016821753410751684f,-0.0044944406954436494f,0.9946265371610769f,-0.10343041901587735f,1.3071147924877522f,0.7368644738943211f,-0.06662895414736449f,-0.6727490836721174f,-0.058128033297015644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.658226580028486f,-0.19583040610104607f,-0.7269031719495398f,0.016821753410751684f,-0.17781241406314452f,0.978695795937058f,-0.10265127578440081f,1.3071147924877522f,0.7315193194639769f,0.061684609599377646f,-0.6790246639036999f,-0.058128033297015644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6696743792661423f,-0.10211015090643298f,-0.7356016196531736f,0.016821753410751684f,-0.0915016186634023f,0.9943003633708222f,-0.05471965992792792f,1.3071147924877522f,0.7369963904501055f,0.03066438459379628f,-0.675200722734358f,-0.058128033297015644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6923573438998195f,-0.20307065802687232f,-0.6923897863173026f,-0.11324969741893609f,0.07319855874487774f,0.9348629209097541f,-0.34738061273731924f,1.3099469196871496f,0.7178323476590197f,-0.29119345280520265f,-0.6323947293405635f,0.08692508706236442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6388517430408834f,-0.40122306069627667f,-0.6564209822812923f,0.13853436198325203f,-0.2186230668393779f,0.9127405348693982f,-0.3451212405113163f,1.3395784972802378f,0.7376126388961687f,-0.07697253777703325f,-0.6708224976614853f,-0.20639429929906372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6696743792661423f,-0.25403734824062374f,-0.6978547495384544f,0.03772371780015277f,-0.0915016186634023f,0.9607399711303027f,-0.2619277794631991f,1.1731930703394975f,0.7369963904501055f,-0.1115514839498651f,-0.6666277723678325f,-0.04516195123612068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6696743792661423f,-0.19224861040859081f,-0.7173400152999083f,7.686845533933813e-18f,-0.0915016186634023f,0.9799125756501842f,-0.1771970594129577f,1.3928571428571432f,0.7369963904501055f,-0.053026558238186805f,-0.6738134048717997f,-0.06276785714285699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.08074336077926249f,-0.12474812096629963f,-0.9888975760944342f,0.5463002804094951f,-0.07259311480866469f,0.9902381612041762f,-0.11899001545233995f,1.7953681927979186f,0.9940878982124497f,0.062179501528635196f,-0.08901101177497409f,0.03893753392360309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08074336077926249f,-0.12474812096629963f,-0.9888975760944342f,0.5387305903364392f,-0.07259311480866469f,0.9902381612041762f,-0.11899001545233995f,1.7885625882846063f,0.9940878982124497f,0.062179501528635196f,-0.08901101177497409f,0.13213327438102024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.08074336077926249f,-0.12474812096629963f,-0.9888975760944342f,0.6908500717871323f,-0.07259311480866469f,0.9902381612041762f,-0.11899001545233995f,1.8098138928591134f,0.9940878982124497f,0.062179501528635196f,-0.08901101177497409f,0.09888705591855779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6461091365225337f,-0.5019137503131397f,-0.5750004964769205f,-0.29350127607561494f,-0.27947247206344117f,0.8566194821707324f,-0.43370289383896854f,2.469040054280519f,0.7102380735083519f,-0.11952259205750901f,-0.6937407505163576f,-0.8835810494094767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19210298675539028f,-0.5019137503131397f,-0.8433143125349275f,-0.25224616628473884f,0.024329675892426822f,0.8566194821707324f,-0.5153747467974309f,2.4815976680110667f,0.98107314169262f,-0.11952259205750901f,-0.15234776216678225f,-0.9668239755566101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4400545044360118f,-0.5019137503131397f,-0.7446036666389545f,-0.1611831711843337f,-0.1339478797925078f,0.8566194821707324f,-0.4982579936786147f,2.550057560197585f,0.8879245455694239f,-0.11952259205750901f,-0.4441895444100258f,-0.8585740808215395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010463662176033473f,-9.614754855511556e-7f,-0.000011564080757091357f,0.4937639249533641f,-0.000001429712791615661f,0.000015559451993354092f,0f,1.5576223340054618f,0.000011515568600782898f,0.000001058132107628162f,-0.000010507742918603853f,0.4161419939909515f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252.mcfunction new file mode 100644 index 000000000..d3e3d7138 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252_as_bone.mcfunction new file mode 100644 index 000000000..a52843e5a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_252_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.30496970866200124f,-0.18091300030607935f,-0.7356686805643631f,-0.16878154696945408f,-0.22304224990039478f,0.7793318736705991f,-0.09918885968135446f,1.5182115298938665f,0.724009720930892f,0.16388032659770402f,-0.3404373760271425f,-0.3406551138349426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3438246659121797f,-0.04940567830514819f,-0.7206550340222333f,-0.16878154696945408f,0.09029214053832398f,0.7889273543238402f,-0.09716459723887785f,1.5182115298938665f,0.7166811902564385f,-0.1230963384946685f,-0.3334896744755682f,-0.3406551138349426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8152331017943744f,0.016608979042830246f,-0.045426600118456874f,-0.2331499898153802f,0.01500915345407214f,0.8160137214544121f,0.0289961403493213f,1.5062576530122234f,0.045979990167022255f,0.028110365663225587f,-0.8148865517916986f,-0.2964104125646743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7440324813861582f,-0.2905778015791642f,-0.04449952664665163f,-0.2331499898153802f,-0.2923183171656944f,0.7441392292513923f,0.028404382383008624f,1.5062576530122234f,0.031075200591028078f,0.04267726231336294f,-0.7982562140000313f,-0.2964104125646743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9000221376121255f,-0.7141675292152517f,1.0589292431615458f,-0.7334250992834062f,1.2760847225646226f,0.4474718251343608f,-0.7828045711083291f,1.531935223272371f,0.05453606737996538f,1.3157279186539699f,0.8410066060556372f,0.4413464050042482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7929216988134562f,-0.555568025073008f,-0.2502385842895945f,-0.5705743405593213f,-0.05760713574461604f,0.47719456131543586f,-0.8769075028543605f,1.5439392959076048f,0.6065942609867687f,-0.6809034587718339f,-0.4103826048585263f,0.3051722436881271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.830222616029006f,-0.555568025073008f,-0.04554752847774979f,-0.2827081149100618f,-0.27351095228402017f,0.47719456131543586f,-0.8351509502070014f,1.6309542013744616f,0.4857181969152917f,-0.6809034587718339f,-0.5481316566463857f,0.1276077732489584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8977816209183889f,0.43556110575295937f,0.0653810698628402f,0.520325900141478f,0.2433100573917943f,0.6141991571881626f,-0.750706075159481f,1.610826208317771f,-0.3671353661977448f,-0.6580622451292961f,-0.657393112545483f,-0.2707674560609199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9232708086694016f,0.16825241477440678f,-0.3453435083819153f,0.21353563905016762f,0.3468382881145155f,0.751583244546237f,-0.5610934221813185f,1.7160511758334536f,0.165149071316618f,-0.6378195288950723f,-0.7522712494860658f,-0.19342431783766095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.48451660408057573f,-0.8174666885071028f,-0.31143518354780986f,0.05461222508841524f,-0.5920613236148141f,0.5685230340522779f,-0.5711785612498659f,1.4161305461693448f,0.6439775224724081f,-0.09235676982887536f,-0.7594492594091294f,0.21792330185603212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7084471300112642f,-0.4970129092612615f,-0.5010796663270821f,-0.041709443312615536f,-0.3944280199725523f,0.8675779125505233f,-0.30287803273761593f,1.5769084170679577f,0.5852599431358126f,-0.016933212398523606f,-0.810668899908299f,0.2096816439068821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5203021700399113f,-0.8079704603143589f,-0.2765309876147014f,0.2948742797120452f,-0.6528025172826193f,0.5850688674885419f,-0.48118945720490436f,1.459772020182883f,0.5505765389854844f,-0.06984379396251295f,-0.8318577517602919f,-0.0032063644779055864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7153397531531085f,-0.4187860395065283f,-0.5593811676069247f,0.2128557650070279f,-0.4750194948162777f,0.8785383075399444f,-0.05026849639026565f,1.6241837747441834f,0.5124895287743331f,0.2297579058471904f,-0.8273849089736744f,0.03470208718735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9810527360561765f,-0.046529729795250954f,-0.1880705009348118f,0.21354760360203554f,-0.06006440261128823f,0.9959489875648884f,0.06691697622743237f,2.299086229856087f,0.1841949961742695f,0.07694542490398387f,-0.9798732596467291f,-0.028574592296292566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9810527360561765f,-0.046529729795250954f,-0.1880705009348118f,0.2385216879659098f,-0.06006440261128823f,0.9959489875648884f,0.06691697622743237f,2.183118488029721f,0.1841949961742695f,0.07694542490398387f,-0.9798732596467291f,-0.1369632008577065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9810527360561765f,-0.046529729795250954f,-0.1880705009348118f,-0.3628208788309682f,-0.06006440261128823f,0.9959489875648884f,0.06691697622743237f,2.263798393321955f,0.1841949961742695f,0.07694542490398387f,-0.9798732596467291f,0.07963996795609077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9810527360561765f,-0.046529729795250954f,-0.1880705009348118f,-0.411425749671307f,-0.06006440261128823f,0.9959489875648884f,0.06691697622743237f,2.1433258212997424f,0.1841949961742695f,0.07694542490398387f,-0.9798732596467291f,-0.014934015892252961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9710822815672606f,0.18146119997923574f,-0.15514842998954068f,0.11489921144172918f,0.08834774300016357f,0.8768461868978251f,0.47258379238979525f,2.3755516228957783f,0.22179693129730313f,0.44521073372599623f,-0.8675214832165595f,0.016481246198392155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.987513433006818f,0.02731637426287252f,-0.15514842998954068f,0.0014277424023369442f,-0.04990892849077034f,0.8798713872080294f,0.47258379238979525f,2.378669663114558f,0.1494199400615322f,0.4744261351040314f,-0.8675214832165595f,0.038473157534979555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.944015338221422f,0.313114660831587f,-0.10389538187530062f,-0.028236451115058805f,0.1285290693692673f,0.639116379458159f,0.7582944888599445f,2.392798261219494f,0.3038343619964081f,0.7024880516283639f,-0.6435800010796022f,-0.0015777623206548047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945696902829648f,0.0060729560703944585f,-0.10389538187530062f,0.0013845065965121736f,-0.07525941367896519f,0.6475534640609483f,0.7582944888599445f,2.400181746160154f,0.07188290355255458f,0.7619958204526015f,-0.6435800010796022f,0.0023399716392216163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9813748673677166f,0.16158316534831876f,-0.10389538187530062f,0.06334627976100517f,0.026966834324582675f,0.6513541724831015f,0.7582944888599445f,2.4938141055147693f,0.1902003142623775f,0.7413694238804781f,-0.6435800010796022f,0.05410254962032743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9813748673677166f,0.11327989393876242f,-0.15514842998954068f,0.03785830362478366f,0.026966834324582675f,0.880873060671621f,0.47258379238979525f,2.295617666863655f,0.1902003142623775f,0.45959799456942085f,-0.8675214832165595f,-0.0493069991577921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.961695495522658f,-0.19942733155101433f,-0.1880705009348118f,-0.27525782933135673f,-0.21512565722105437f,0.9742910601549141f,0.06691697622743237f,2.3775194544870666f,0.169890333735144f,0.10481254472941283f,-0.9798732596467291f,0.04827554737040437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9810527360561766f,-0.04652972979525097f,-0.1880705009348118f,-0.16272415608524987f,-0.060064402611288245f,0.9959489875648884f,0.06691697622743237f,2.394474532572973f,0.1841949961742695f,0.07694542490398389f,-0.9798732596467291f,0.027834453029854545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9406547166128738f,-0.2824857355550596f,-0.1880705009348118f,-0.1406098951247673f,-0.2992221001473214f,0.9518341520853323f,0.06691697622743237f,2.391513974152687f,0.16010883453882357f,0.119220619575279f,-0.9798732596467291f,0.023387804740215342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9819086907734655f,0.022018393712259166f,-0.1880705009348118f,-0.16963116390436656f,0.009555800656204844f,0.9977127868111123f,0.06691697622743237f,2.399726317761625f,0.18911374793324243f,0.06390919630175161f,-0.9798732596467291f,0.02951879127347346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9732642010474107f,-0.13185705001126885f,-0.1880705009348118f,-0.2370727166417959f,-0.14663851317540935f,0.9869241433597024f,0.06691697622743237f,2.5026594984667656f,0.17678784294529576f,0.09270627603373581f,-0.9798732596467291f,0.017600661993365792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9732642010474107f,-0.13185705001126885f,-0.1880705009348118f,-0.20740488038926047f,-0.14663851317540935f,0.9869241433597024f,0.06691697622743237f,2.2806015662108328f,0.17678784294529576f,0.09270627603373581f,-0.9798732596467291f,-0.003258250114224731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9810527360561765f,-0.046529729795250954f,-0.1880705009348118f,-0.05504959870795941f,-0.06006440261128823f,0.9959489875648884f,0.06691697622743237f,1.775594604903131f,0.1841949961742695f,0.07694542490398387f,-0.9798732596467291f,-0.03509611553533988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.814608666622859f,-0.15331480551349683f,-0.5593811676069247f,0.0024434533596018955f,-0.15128114456392272f,0.9872117774672723f,-0.05026849639026565f,1.4053901883529039f,0.5599345815024798f,0.04367467046546879f,-0.8273849089736744f,-0.051474116959890674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8090155726204626f,-0.39219288557774046f,-0.4378110822715552f,0.3406739123821264f,-0.17366163524359515f,0.8710801237718998f,-0.45941381608964715f,0.8989143440360998f,0.5615473619402958f,-0.29564194301847146f,-0.7728262429719617f,0.10650359852973218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8090155726204626f,-0.5302145808926929f,-0.2537051467084793f,0.14735314733169091f,-0.17366163524359515f,0.627970556902665f,-0.7586136145020581f,1.1162939265143788f,0.5615473619402958f,-0.5696713770869508f,-0.6001158908292229f,-0.10478582016683538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8466745087575223f,0.08354323794909582f,-0.5255119443106779f,0.0930504563737925f,0.15236751166762053f,0.9843079680295217f,-0.08900542377749496f,1.158874026273204f,0.5098297927822834f,-0.15542957075979685f,-0.8461177405804698f,0.288615474035363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8466745087575223f,-0.4819301949584845f,-0.22557828664897142f,-0.08211389002773009f,0.15236751166762053f,0.18660157511945427f,-0.9705482953213385f,1.1318546339108426f,0.5098297927822834f,-0.8561093033895939f,-0.0845602923443283f,0.005794988842783809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8736859024600255f,-0.31463103872489145f,-0.37105289826857124f,0.014507758690312766f,0.017702572097280225f,0.7416475096329505f,-0.6705561798957514f,1.2962908205540578f,0.4861682453469698f,-0.5924240718658711f,-0.6423971951138252f,-0.050165654106284936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7692037335345175f,-0.5316613276480429f,-0.3544881507188632f,0.01746486731224963f,-0.18621285822581027f,0.7171742890651259f,-0.6715547710613823f,1.2586850837580432f,0.6112694886446839f,-0.4505521854207922f,-0.6506553161733292f,-0.05151311129157949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8285330329505407f,-0.40023449373809794f,-0.3915933647701232f,0.014507758690312766f,-0.0849821773724417f,0.7811283959747843f,-0.6185599878192086f,1.2962908205540578f,0.5534537404687199f,-0.4792189259869326f,-0.6812034777781995f,-0.050165654106284936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8350473599745023f,-0.06314237682700849f,-0.5465427218875485f,0.01544505711751762f,0.0019512146620436488f,0.993046287711691f,-0.11770838212876801f,1.320704836005472f,0.5501746080663454f,-0.09935849591587784f,-0.8291174765546665f,-0.04501375306804708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8157130692639021f,-0.2074165273648729f,-0.5399912710479322f,0.01544505711751762f,-0.1712688037234811f,0.9782481674634196f,-0.11703640342042804f,1.320704836005472f,0.5525207557216218f,-0.0029844648361842113f,-0.8334937956976343f,-0.04501375306804708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8285330329505407f,-0.11091805371092213f,-0.5488444211894289f,0.01544505711751762f,-0.0849821773724417f,0.9937384096825854f,-0.07253966260305356f,1.320704836005472f,0.5534537404687199f,-0.013459512714321734f,-0.8327711562480271f,-0.04501375306804708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8462706553618901f,-0.12458970141148228f,-0.5179801001733125f,-0.14590492064299845f,0.07668984493529292f,0.9336550318830552f,-0.3498670449231419f,1.3242306185611592f,0.5272045576027942f,-0.33580602695849393f,-0.7805700908318186f,0.06405740830305068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7984049952067483f,-0.37008802117008693f,-0.474957177243719f,0.16946705749564575f,-0.21186525185335742f,0.9110350255374992f,-0.3537347838437745f,1.351770776353662f,0.563615630271221f,-0.18179669642294866f,-0.8057837070105579f,-0.1597435470683776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8285330329505407f,-0.22215694892498053f,-0.5139837578699563f,0.0329671422480207f,-0.0849821773724417f,0.9571828534502161f,-0.2767291357807141f,1.187140390110394f,0.5534537404687199f,-0.18559977129631833f,-0.8119369938954237f,-0.02517554780849403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8285330329505407f,-0.17651493848591576f,-0.5313901483854322f,6.735557395310442e-18f,-0.0849821773724417f,0.9776590170803192f,-0.19225211533448172f,1.40625f,0.5534537404687199f,-0.11412853636517639f,-0.8250234144242972f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2143923881462243f,-0.14537056490902941f,-0.9658691954726523f,0.48089700503627864f,-0.061388062351221635f,0.9889130646994749f,-0.13521263353494353f,1.8015542217235527f,0.9748166031134888f,0.030304278983702686f,-0.22093945091258982f,0.1790756706717797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2143923881462243f,-0.14537056490902941f,-0.9658691954726523f,0.46079771864757013f,-0.061388062351221635f,0.9889130646994749f,-0.13521263353494353f,1.7957990908781256f,0.9748166031134888f,0.030304278983702686f,-0.22093945091258982f,0.27046472721366926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2143923881462243f,-0.14537056490902941f,-0.9658691954726523f,0.6157277411628223f,-0.061388062351221635f,0.9889130646994749f,-0.13521263353494353f,1.8189585513310806f,0.9748166031134888f,0.030304278983702686f,-0.22093945091258982f,0.25791111657961296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7618384842398703f,-0.4779090196931985f,-0.4372700456548365f,-0.06325060641674674f,-0.3201518211020232f,0.864627964163909f,-0.38719671361057817f,2.471070195391742f,0.5631207111944603f,-0.15498855596998126f,-0.8117103006258977f,-0.9041114567487609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3417480292767635f,-0.4779090196931985f,-0.8092040863597602f,-0.008661089034989716f,-0.020473647773867343f,0.864627964163909f,-0.5019953319828837f,2.487919422639561f,0.9395685787808572f,-0.15498855596998126f,-0.305269443747749f,-0.9784428137468557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.582288185405408f,-0.4779090196931985f,-0.6576803463941758f,0.06269620423325817f,-0.17972509064339803f,0.864627964163909f,-0.469166681872228f,2.5498698112964857f,0.7928678079796779f,-0.15498855596998126f,-0.5893548901874325f,-0.8528739017196935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012945828639852199f,-0.0000011041590324644354f,-0.00000867911162842199f,0.36416173231753035f,-0.0000013278465214444014f,0.000015568476117317586f,0f,1.5711581882579562f,0.00000864771469482375f,7.375698038417789e-7f,-0.000012992830574643473f,0.528520821799423f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253.mcfunction new file mode 100644 index 000000000..d537cde34 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253_as_bone.mcfunction new file mode 100644 index 000000000..de2e6201b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_253_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4840101516221764f,-0.20818504917627356f,-0.6239692323108526f,-0.09639828260964826f,-0.21741013979884066f,0.7817785116527747f,-0.09219346112965525f,1.4865754499747186f,0.6208151485617686f,0.11147102072686545f,-0.5187554407413809f,-0.37373188478831465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5160842858422382f,-0.00697003081125834f,-0.611235166345325f,-0.09639828260964826f,0.09630652003394817f,0.789030293292078f,-0.09031196192292759f,1.4865754499747186f,0.6036406746613898f,-0.131843145206369f,-0.508168595011965f,-0.37373188478831465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8056793714056746f,0.019222010470567687f,0.13212005619613895f,-0.16749683263186455f,0.023037604014001446f,0.8160516340203635f,0.021758765094396334f,1.4758599985333527f,-0.13150841698193916f,0.02519304210706681f,-0.8056148529767436f,-0.3467571761392437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7363656744020538f,-0.2846315022247801f,0.12942372851866674f,-0.16749683263186455f,-0.2850665823354289f,0.7471831949596909f,0.021314708663898452f,1.4758599985333527f,-0.1284625906558275f,-0.02649870017743728f,-0.7891737335282387f,-0.3467571761392437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9602931922939052f,-0.8852150928534261f,0.857693111910361f,-0.8304838374631104f,1.2070859905751126f,0.45542895289163415f,-0.8814386707113147f,1.5042205583558337f,0.24937250488231338f,1.204319292485398f,0.9637606785692128f,0.25498549819402694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.908520042054644f,-0.3790061905522646f,-0.17591373086853762f,-0.6394012534518008f,-0.06470653578357574f,0.5435436687144376f,-0.8368831127626717f,1.5187313087360976f,0.4128006751592307f,-0.7489423126806962f,-0.5183444943901434f,0.15655349096275895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9230927961656278f,-0.3790061905522646f,0.06522267389630007f,-0.3159808632466412f,-0.2791030021507135f,0.5435436687144376f,-0.7916197283992539f,1.6090506243982166f,0.26457740617365927f,-0.7489423126806962f,-0.6075230106085765f,0.055098964277185275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8222380461157176f,0.5277627606187772f,0.21305178718765563f,0.5649026724761331f,0.20629858870868167f,0.6252490432524234f,-0.7526649495019249f,1.605567797654158f,-0.5304389576724291f,-0.5749174744395722f,-0.622980264348246f,-0.16554682477288446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9608508622206479f,0.214996569766324f,-0.17476296964331892f,0.24266911549282819f,0.276940614335603f,0.7642406505801393f,-0.5824432368327956f,1.6875185770220877f,0.008337667614881472f,-0.6080400504815118f,-0.7938625701651288f,-0.1405266677739555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5684685578053292f,-0.8148619717590092f,-0.11332901555977967f,-0.005401259225595409f,-0.6328602774582418f,0.5211391122465155f,-0.5726271866602132f,1.3889288640300606f,0.5256723009653507f,-0.2537991187296228f,-0.8119449730923027f,0.22095435288696716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8128849451224168f,-0.5006936179936685f,-0.2975297748020115f,-0.10114087369192082f,-0.4164540613966288f,0.8568040441898299f,-0.304060593642459f,1.5476792436053883f,0.40716591303739835f,-0.1232587958742177f,-0.9049989991707501f,0.19218708491573416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5815111107329263f,-0.8116393514694726f,-0.05555529894053432f,0.2824435835470229f,-0.7004378594839124f,0.5342334306647465f,-0.473266781595508f,1.4302908063652442f,0.4138014416308299f,-0.2362968571657044f,-0.8791656056727069f,0.06264868830181246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7986616877248722f,-0.49115382583572226f,-0.34771745415982724f,0.18817900711432606f,-0.5073723585372815f,0.8602870449509245f,-0.049794478428056566f,1.5912834118033672f,0.3235935697024507f,0.13665328264091922f,-0.936276178267228f,0.08241945268281466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9882742195187575f,-0.04243177457732018f,-0.14667519061112566f,0.21810114291082044f,-0.050971957100448294f,0.997186441479889f,0.054964174859868244f,2.2666658070770933f,0.14393028390141047f,0.061795998534659155f,-0.9876564827616754f,-0.03869592676044072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9882742195187575f,-0.04243177457732018f,-0.14667519061112566f,0.24671459884514585f,-0.050971957100448294f,0.997186441479889f,0.054964174859868244f,2.1490818416764865f,0.14393028390141047f,0.061795998534659155f,-0.9876564827616754f,-0.14441060748248308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9882742195187575f,-0.04243177457732018f,-0.14667519061112566f,-0.36250996105644956f,-0.050971957100448294f,0.997186441479889f,0.054964174859868244f,2.2367197822805798f,0.14393028390141047f,0.061795998534659155f,-0.9876564827616754f,0.04586311503163794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9882742195187575f,-0.04243177457732018f,-0.14667519061112566f,-0.408017071586031f,-0.050971957100448294f,0.997186441479889f,0.054964174859868244f,2.1153129200974394f,0.14393028390141047f,0.061795998534659155f,-0.9876564827616754f,-0.04905679439779863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9790621838876353f,0.16535344091307003f,-0.11872438527691764f,0.11790604802052879f,0.09888427456904136f,0.8961299581333056f,0.4326349481710353f,2.3469087058119036f,0.17793015574693505f,0.41183654247068435f,-0.8937178089093131f,-0.001528292258695163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9928752808152277f,0.0101585966895439f,-0.11872438527691764f,0.003644068985325419f,-0.042518765547057726f,0.9005660198993742f,0.4326349481710353f,2.3510865297724006f,0.11131411106610486f,0.4346005599581059f,-0.8937178089093131f,0.01567306114485549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9555926663348453f,0.2837224883031425f,-0.07965052214602401f,-0.023952570836450318f,0.1459359985663052f,0.6904281142843073f,0.7085278423098638f,2.3615231756239203f,0.25601824225925096f,0.6654401315196499f,-0.7011733672877161f,-0.02313506396032987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9964977028136333f,-0.02545825227735668f,-0.07965052214602401f,0.005475155599803917f,-0.0745606383095746f,0.7017328607715317f,0.7085278423098638f,2.3693164134036135f,0.03785550821241998f,0.7119851610141779f,-0.7011733672877161f,-0.018602957749952673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9882117105747317f,0.13074176610719487f,-0.07965052214602401f,0.06515246218167867f,0.03613253155024739f,0.7047572183635294f,0.7085278423098638f,2.4667905597373427f,0.14876846186854623f,0.6972975360344192f,-0.7011733672877161f,0.02854632015431309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9882117105747317f,0.09665472271741685f,-0.11872438527691764f,0.04340514957025991f,0.03613253155024739f,0.9008448488973094f,0.4326349481710353f,2.2641004687354482f,0.14876846186854623f,0.42324510958970724f,-0.8937178089093131f,-0.06668382950337089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9694691319727257f,-0.19650951786424886f,-0.14667519061112566f,-0.2728924384263899f,-0.20633873524370622f,0.9769356508081797f,0.054964174859868244f,2.349415789760564f,0.13249123929557488f,0.08355084421332276f,-0.9876564827616754f,0.016677436958508055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9882742195187575f,-0.04243177457732018f,-0.14667519061112566f,-0.15948566185798244f,-0.050971957100448315f,0.997186441479889f,0.054964174859868244f,2.36533602469824f,0.1439302839014105f,0.06179599853465917f,-0.9876564827616754f,0.0007215674149042214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9486530762483933f,-0.28025654208894024f,-0.14667519061112566f,-0.1372278002347892f,-0.2906991063235903f,0.95523450998414f,0.054964174859868244f,2.362167027617607f,0.12470513424525041f,0.09478028039476509f,-0.9876564827616754f,-0.002760268087488804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.988826724159718f,0.02661011173879274f,-0.14667519061112566f,-0.1664182834043638f,0.018712417848296387f,0.9983129694140234f,0.054964174859868244f,2.370656404878558f,0.14789034791301237f,0.05160539751813152f,-0.9876564827616754f,0.0020472043303237306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9808153649159566f,-0.12840408250507f,-0.14667519061112566f,-0.23255432387307015f,-0.1376885183799004f,0.9889493472308487f,0.054964174859868244f,2.4738710825872765f,0.13799670956630342f,0.07410519690082147f,-0.9876564827616754f,-0.014027589225333457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9808153649159566f,-0.12840408250507f,-0.14667519061112566f,-0.20366340530942945f,-0.1376885183799004f,0.9889493472308487f,0.054964174859868244f,2.251357479460336f,0.13799670956630342f,0.07410519690082147f,-0.9876564827616754f,-0.030701258528018263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9882742195187575f,-0.04243177457732018f,-0.14667519061112566f,-0.05379924369211049f,-0.050971957100448294f,0.997186441479889f,0.054964174859868244f,1.744953292375078f,0.14393028390141047f,0.061795998534659155f,-0.9876564827616754f,-0.049498728178405046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.92582361857999f,-0.14813237104718746f,-0.34771745415982724f,0.0017503954505848098f,-0.1395333382335326f,0.9889645885669943f,-0.049794478428056566f,1.374091571662455f,0.35125642314534233f,0.0024172729374194457f,-0.936276178267228f,-0.05040520552993734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9190274512193161f,-0.31497646748127417f,-0.2370197646576028f,0.29249284985936264f,-0.16987894732236858f,0.8590435746370492f,-0.4828926175988247f,0.8863061790976121f,0.3557101167551628f,-0.40352690344984254f,-0.8429924976120546f,0.19783612488432145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9190274512193161f,-0.3846076209552983f,-0.08640325114504177f,0.15439634425472462f,-0.16987894732236858f,0.5842178828905097f,-0.7936186795732412f,1.0845135663826906f,0.3557101167551628f,-0.7146792589784849f,-0.6022490096496566f,-0.06429647374738447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9440991617922643f,0.10960827157233226f,-0.3109064159937359f,0.007930908897741826f,0.15303548794663296f,0.9810484292427722f,-0.1188449364054906f,1.1228408583499416f,0.29198786298762497f,-0.15978111992101884f,-0.9429809550487775f,0.30692458404862394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9440991617922643f,-0.2628640284829475f,-0.19894540766969285f,-0.0941394008186406f,0.15303548794663296f,0.1850521637032817f,-0.9707398395747799f,1.0989354611581597f,0.29198786298762497f,-0.94692037639838f,-0.13448006777760765f,-0.010575324251468905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9640051168964866f,-0.15989907811993967f,-0.2124297987895869f,0.012829337185501059f,0.02404809840826949f,0.743247825010201f,-0.6685838463353356f,1.265177888272907f,0.2647939265926187f,-0.6496267816477388f,-0.7126494376659985f,-0.04503761322233862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8933064539460617f,-0.40664852189616535f,-0.19141723793320328f,0.015818364256300992f,-0.17962383298308487f,0.7134189192714151f,-0.6773246815597899f,1.2275721102728545f,0.4119937596163047f,-0.5706754114777243f,-0.7103454911322747f,-0.045479394269112836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9366691195862051f,-0.27082174752801896f,-0.2220507632940567f,0.012829337185501059f,-0.0784590957278449f,0.780195637087106f,-0.6205956317666226f,1.265177888272907f,0.3413138302371765f,-0.5638708619321577f,-0.7520335899098612f,-0.04503761322233862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9422076942468331f,-0.036388834303444556f,-0.3330473144165894f,0.012537798240691548f,0.008368942950031044f,0.9912174713840647f,-0.1319768359102453f,1.289675923914412f,0.3349248000610962f,-0.12713684423099836f,-0.9336281921316524f,-0.04020622916844522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9240019273492484f,-0.199517802509158f,-0.326210184906589f,0.012537798240691548f,-0.16469001331233468f,0.9775531463147267f,-0.13140413100569398f,1.289675923914412f,0.34510525607422643f,-0.06769411061602904f,-0.9361195808324102f,-0.04020622916844522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9366691195862051f,-0.10444387440019832f,-0.3342789815616274f,0.012537798240691548f,-0.0784590957278449f,0.9928144193746528f,-0.09035319020012501f,1.289675923914412f,0.3413138302371765f,-0.058403816502405795f,-0.9381331800478977f,-0.04020622916844522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9475133448044494f,-0.038488071905721524f,-0.3173911305289808f,-0.17007547515338303f,0.08015729833452316f,0.9324238325650913f,-0.35236430578073136f,1.2938931579373742f,0.30950487708789787f,-0.3593110974985416f,-0.8803989245070661f,0.027276141344130457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9099528018420658f,-0.31344085178265935f,-0.27155244586181676f,0.18950137848707838f,-0.2050681730719302f,0.9092209017215155f,-0.3623042868441597f,1.3193393425195479f,0.36046212396410643f,-0.27399303696713767f,-0.8916248498560422f,-0.115404805428901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9366691195862051f,-0.170595434549323f,-0.3058564338452453f,0.024698435867855847f,-0.0784590957278449f,0.9533567875509789f,-0.2914704203312002f,1.1565059154532145f,0.3413138302371765f,-0.24901412277500506f,-0.9063646263769468f,-0.01455653518498036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9366691195862051f,-0.1432891227507606f,-0.3195609295813878f,6.735557395310442e-18f,-0.0784590957278449f,0.9751322981210017f,-0.2072707684619872f,1.3749999999999996f,0.3413138302371765f,-0.16907166664634052f,-0.9246186461597324f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.33980925038468773f,-0.15815187494259944f,-0.9271017515920983f,0.3866838060908455f,-0.050432534601066094f,0.9874058674971736f,-0.14995403390994816f,1.7633354303509006f,0.9391412209070096f,-0.004199676689222056f,-0.3435056475649231f,0.28432643034475336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.33980925038468773f,-0.15815187494259944f,-0.9271017515920983f,0.35482668886728097f,-0.050432534601066094f,0.9874058674971736f,-0.14995403390994816f,1.7586073802320505f,0.9391412209070096f,-0.004199676689222056f,-0.3435056475649231f,0.37237091980478554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.33980925038468773f,-0.15815187494259944f,-0.9271017515920983f,0.509820510217878f,-0.050432534601066094f,0.9874058674971736f,-0.14995403390994816f,1.7834645103779678f,0.9391412209070096f,-0.004199676689222056f,-0.3435056475649231f,0.3798745222095079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8420087070253112f,-0.4597881305501032f,-0.28216344961529827f,0.15811841581601613f,-0.35779854225812674f,0.8674252346543897f,-0.34576533291054f,2.428575339388801f,0.40373449252141347f,-0.1901797499473019f,-0.8948911231308858f,-0.8717626742318427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.47679245372445556f,-0.4597881305501032f,-0.7491754341118335f,0.22369881408441805f,-0.06046451761235616f,0.8674252346543897f,-0.4938800506141974f,2.449374424848865f,0.8769338619196534f,-0.1901797499473019f,-0.44138267357097694f,-0.9354468316572395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6995242481962873f,-0.4597881305501032f,-0.5470472568166851f,0.27296570347271987f,-0.2218569115740218f,0.8674252346543897f,-0.4453683566123819f,2.5057801356106904f,0.679297679204232f,-0.1901797499473019f,-0.7087921597603389f,-0.7972859289804902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014635454993534458f,-0.0000011518352881460463f,-0.0000053495193803938015f,0.21637231487679115f,-0.0000012259233707475767f,0.000015576833339580127f,0f,1.5400441212496654f,0.000005333028597455883f,4.197184531642788e-7f,-0.000014680710725260925f,0.5978770839203075f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254.mcfunction new file mode 100644 index 000000000..42035fc72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254_as_bone.mcfunction new file mode 100644 index 000000000..fe00e0546 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_254_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6130107995206202f,-0.21910685192234391f,-0.493106876403295f,-0.02974639526291044f,-0.21150911816207568f,0.784155308243014f,-0.0854914611703943f,1.4549802476475628f,0.4964132321461984f,0.06353805504914337f,-0.6453535952911248f,-0.38788447841271895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6369273727678362f,0.03150439926209048f,-0.48304347076241144f,-0.02974639526291044f,0.10253808945922148f,0.7889692162389319f,-0.08374673747303932f,1.4549802476475628f,0.47308504735313134f,-0.12858868011788704f,-0.6321831137545713f,-0.38788447841271895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7681199424966685f,0.02442376178120645f,0.27629635944726766f,-0.10286048955857623f,0.03130293186301365f,0.8159305209781148f,0.014898182359133346f,1.4454405192953523f,-0.2756017504301058f,0.024603033172382337f,-0.7683637227010555f,-0.3761951929565315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7043234570215035f,-0.26584375096762036f,0.27065765823405813f,-0.10286048955857623f,-0.2775408531756805f,0.7501720375752294f,0.01459413782119185f,1.4454405192953523f,-0.25864945912913434f,-0.08104945472792766f,-0.752682830401034f,-0.3761951929565315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9793105450653339f,-1.001385876819031f,0.6925196257372211f,-0.8762770213264768f,1.1412904619268256f,0.44549659685445275f,-0.9697397144110135f,1.475742599462779f,0.4240438513157487f,1.1136271179791204f,1.010657065607729f,0.08190983987043204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9696225004283251f,-0.22941289031404327f,-0.08486419987768393f,-0.6678583876842226f,-0.07408392988595824f,0.6060757596314045f,-0.7919493322933407f,1.4934982677955135f,0.23311751971007075f,-0.7616048183572453f,-0.6046605019837593f,0.019608677012710633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9566475616536718f,-0.22941289031404327f,0.17943012160682786f,-0.3295822512280214f,-0.28464984427298057f,0.6060757596314045f,-0.7427291833115107f,1.5871450425722713f,0.061643401410469256f,-0.7616048183572453f,-0.6451032411308866f,-0.011044142160867416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.737241651139215f,0.5868170578616542f,0.3348439762458275f,0.5856705307814276f,0.1600832366506736f,0.6332102163311241f,-0.7572438043835913f,1.60201219455116f,-0.6563902080081394f,-0.5046687651682864f,-0.5607685193504967f,-0.07080469949461118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.971418820143922f,0.23622677485363303f,-0.023289197333563147f,0.25774789465289316f,0.20104572825158235f,0.7666264317529689f,-0.6098069606764921f,1.6589867690524176f,-0.12619861735368373f,-0.5970601518942301f,-0.7922077278075853f,-0.09077795628585485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7091913383866478f,-0.7038053985595422f,0.041298989283024376f,-0.06517944278086847f,-0.5913557454339227f,0.5619422824320228f,-0.5783763943638935f,1.3567877979653302f,0.38385678045287264f,-0.43460192380330376f,-0.8147239654796109f,0.21569133353003048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8946685466087442f,-0.43251197063470875f,-0.11181049578048685f,-0.1469742528735044f,-0.38378132037566337f,0.8722398837950408f,-0.3031657685952124f,1.5184379901231804f,0.2286483978507392f,-0.22832209786810878f,-0.9463556042975577f,0.16696621765290037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7019873539651817f,-0.7046712478851404f,0.10320943405019598f,0.24819973127493777f,-0.6548191844909204f,0.58164086669581f,-0.4826030851662602f,1.3932900162296267f,0.28004569358518727f,-0.406364780207815f,-0.8697367848441535f,0.11894151699423158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8694359066139488f,-0.4702739842901599f,-0.15140536314886432f,0.1590770757008524f,-0.46852498235884815f,0.8820737522583864f,-0.04929742876105836f,1.5583707358483174f,0.15673399502348567f,0.02807624042974932f,-0.9872417026885102f,0.11803555143300641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9933886754016596f,-0.034526133337069546f,-0.10948463682420072f,0.22728523269614764f,-0.039846585865063316f,0.9981099064840852f,0.046785298686965175f,2.233371617049934f,0.10766238516136628f,0.05083857487303608f,-0.992886826444104f,-0.04438289025122809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9933886754016596f,-0.034526133337069546f,-0.10948463682420072f,0.2585888899885747f,-0.039846585865063316f,0.9981099064840852f,0.046785298686965175f,2.114488247461266f,0.10766238516136628f,0.05083857487303608f,-0.992886826444104f,-0.14785819153304358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9933886754016596f,-0.034526133337069546f,-0.10948463682420072f,-0.35633061410232747f,-0.039846585865063316f,0.9981099064840852f,0.046785298686965175f,2.209961747854209f,0.10766238516136628f,0.05083857487303608f,-0.992886826444104f,0.0188687610310746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9933886754016596f,-0.034526133337069546f,-0.10948463682420072f,-0.3995311074650248f,-0.039846585865063316f,0.9981099064840852f,0.046785298686965175f,2.0880898843256612f,0.10766238516136628f,0.05083857487303608f,-0.992886826444104f,-0.07653186136363842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9841025805111027f,0.15643460317302696f,-0.08408523034092465f,0.12640196409298318f,0.11117211389915918f,0.9118186189129989f,0.39525633112549036f,2.3173536287130814f,0.13850224591168597f,0.3796248426192476f,-0.9147142213520736f,-0.014546961383792953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9964584081815572f,0.0005610728926607883f,-0.08408523034092465f,0.011630544568407071f,-0.03283645716586297f,0.9179837688031367f,0.39525633112549036f,2.3228222348027705f,0.07741064426208896f,0.3966175556013601f,-0.9147142213520736f,-0.0016335484828761127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9633461773214513f,0.26293371519403214f,-0.05319778242004805f,-0.014225770067450738f,0.16431334965222585f,0.7350958560089653f,0.6577501087833522f,2.3301032660673617f,0.21205014917752954f,0.6248999471057026f,-0.7513553023311125f,-0.038655995996367196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974476457786909f,-0.04762551706949168f,-0.05319778242004805f,0.015054052511196472f,-0.0708858301003362f,0.749893321404101f,0.6577501087833522f,2.3381699380504815f,0.008566972716981008f,0.6598422664829746f,-0.7513553023311125f,-0.03366736713868666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9926176823747123f,0.10899602094867555f,-0.05319778242004805f,0.07339298059185648f,0.04729605266758252f,0.7517498771516716f,0.6577501087833522f,2.4386563692123393f,0.1116835710349564f,0.6503783434431087f,-0.7513553023311125f,0.008578238005550395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9926176823747123f,0.08740601052312444f,-0.08408523034092465f,0.053726628224153514f,0.04729605266758252f,0.917352449229456f,0.39525633112549036f,2.232252068135712f,0.1116835710349564f,0.3883615238629459f,-0.9147142213520736f,-0.0788031048636123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.975757335174975f,-0.18950128535633887f,-0.10948463682420072f,-0.26455160723773996f,-0.19549479754363874f,0.9795881379233532f,0.046785298686965175f,2.321481463783319f,0.09838397728087331f,0.0670547752822443f,-0.992886826444104f,-0.008028471668718604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9933886754016596f,-0.03452613333706954f,-0.10948463682420072f,-0.15047605383455315f,-0.03984658586506333f,0.9981099064840852f,0.046785298686965175f,2.33612952881242f,0.10766238516136628f,0.050838574873036085f,-0.992886826444104f,-0.019917245014186687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9555281586485729f,-0.27382303104220634f,-0.10948463682420072f,-0.1281381031372853f,-0.2801276125649974f,0.9588220150295912f,0.046785298686965175f,2.332708040994933f,0.09216538779988344f,0.07537434023228844f,-0.992886826444104f,-0.022541650615693482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993377251829535f,0.03485326164182946f,-0.10948463682420072f,-0.157398389207066f,0.029875105900830007f,0.9984581182374077f,0.046785298686965175f,2.341530484877082f,0.11094644471552544f,0.04320458631604446f,-0.992886826444104f,-0.01889943040531074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9865993807843184f,-0.12097427881774131f,-0.10948463682420072f,-0.22183975336025313f,-0.12668596781924965f,0.9908389381652656f,0.046785298686965175f,2.445229182756631f,0.10282182352837262f,0.06002851389178211f,-0.992886826444104f,-0.03838109294761977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9865993807843184f,-0.12097427881774131f,-0.10948463682420072f,-0.19462054062626138f,-0.12668596781924965f,0.9908389381652656f,0.046785298686965175f,2.2222904216694466f,0.10282182352837262f,0.06002851389178211f,-0.992886826444104f,-0.05188750857327073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9933886754016596f,-0.034526133337069546f,-0.10948463682420072f,-0.04933091796504953f,-0.039846585865063316f,0.9981099064840852f,0.046785298686965175f,1.7142778772455178f,0.10766238516136628f,0.05083857487303608f,-0.992886826444104f,-0.060372363014494265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9793642514379417f,-0.13387336932773689f,-0.15140536314886432f,0.0008715955328518037f,-0.12778478632043794f,0.9905760000638962f,-0.04929742876105836f,1.3428118772215567f,0.15657813190366068f,-0.028932837438643277f,-0.9872417026885102f,-0.049522548975003036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9723064871633404f,-0.22610821495567526f,-0.059119964053124925f,0.23195577886792282f,-0.16605324546199696f,0.8463729293834247f,-0.506042670215129f,0.8742399355890552f,0.16445794201443245f,-0.482211509129011f,-0.8604798927179527f,0.26529845469527696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9723064871633404f,-0.22912111833541082f,0.0460826231112694f,0.1516954208432331f,-0.16605324546199696f,0.5385200463098032f,-0.8260886631554901f,1.0527879551165804f,0.16445794201443245f,-0.8108635352852032f,-0.5616528397980016f,-0.02893597426196977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9837856867971944f,0.13719880113863636f,-0.11550849067966226f,-0.06763146431938845f,0.15368164344056695f,0.976885861320963f,-0.14857983180972442f,1.086902274361676f,0.09245363660981187f,-0.16392224656013127f,-0.9821312652391736f,0.3068397591015968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9837856867971944f,-0.06352450493592664f,-0.16772107716568643f,-0.10213381007869837f,0.15368164344056695f,0.1834924199172896f,-0.9709338207634457f,1.0661038210616287f,0.09245363660981187f,-0.9809664464728354f,-0.17075466603310835f,-0.02572231808878539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9974918799403162f,-0.020049726775026533f,-0.06788194096650768f,0.010062371373588444f,0.030391927826670176f,0.7448108962170941f,-0.6665831227981004f,1.2340951928041084f,0.06392401877316636f,-0.6669743153469523f,-0.7423334712185299f,-0.04088690124049577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9593338723386798f,-0.27845696327002173f,-0.046262738679320264f,0.012846398025664223f,-0.17302644650109839f,0.7095874381093988f,-0.6830428364960299f,1.1964912010089168f,0.22302549225340995f,-0.6472614520298405f,-0.7289116836224718f,-0.0405933730251406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9868555622788197f,-0.1461699255629341f,-0.0689235232723991f,0.010062371373588444f,-0.07193265315671948f,0.7792243490288505f,-0.6226034912288871f,1.2340951928041084f,0.1447127935228594f,-0.609461866519547f,-0.7794962736596757f,-0.04088690124049577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9906378805357625f,-0.005385487389064168f,-0.1364096263948944f,0.00889975596887577f,0.014758476169021192f,0.989140383375568f,-0.14623094527767527f,1.2586708508436533f,0.13571579506004777f,-0.14687511191899144f,-0.9798004513522142f,-0.036599382550401696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9755626773132546f,-0.17727895310922906f,-0.12980614553205977f,0.00889975596887577f,-0.15807633155781403f,0.9766109378090834f,-0.14574961253082785f,1.2586708508436533f,0.15260844024698828f,-0.12166860291857619f,-0.9807687877523545f,-0.036599382550401696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9868555622788197f,-0.08648427944762617f,-0.13651581815958008f,0.00889975596887577f,-0.07193265315671948f,0.9915285113640959f,-0.10815222864987412f,1.2586708508436533f,0.1447127935228594f,-0.09691068341790016f,-0.9847164702747109f,-0.036599382550401696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9904723621614545f,0.03854226718965529f,-0.13220814435650213f,-0.18354501401701856f,0.08360277172875401f,0.93116976161929f,-0.35487103517354635f,1.263577765632679f,0.10943069200904443f,-0.36254291978434183f,-0.9255201537301422f,-0.007660851231958331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9651368617588691f,-0.24666145794289418f,-0.08757261695146051f,0.19758930109683945f,-0.19823220078521214f,0.9072985308749042f,-0.3708279526196638f,1.2869270895848826f,0.17092347014407566f,-0.3405400138570005f,-0.9245635004239465f,-0.07466185437223312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9868555622788197f,-0.11226965738844506f,-0.11623950803937447f,0.015016353483075926f,-0.07193265315671948f,0.9492629621900244f,-0.3061462428710423f,1.125932341694398f,0.1447127935228594f,-0.29376070643314656f,-0.9448612886274412f,-0.00688214031323553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9868555622788197f,-0.10171149678715168f,-0.1255821269953327f,6.735557395310442e-18f,-0.07193265315671948f,0.972333133215398f,-0.22224754545632647f,1.3437500000000004f,0.1447127935228594f,-0.21029277085255224f,-0.9668687387220491f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.42763077368821706f,-0.16454877496725825f,-0.8888507310294521f,0.2856105203340108f,-0.039963640875994105f,0.9857725559019922f,-0.16326474034030802f,1.725373595695296f,0.9030696699606023f,-0.034295315820505934f,-0.42812264891035656f,0.348922244621659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42763077368821706f,-0.16454877496725825f,-0.8888507310294521f,0.24552013530074043f,-0.039963640875994105f,0.9857725559019922f,-0.16326474034030802f,1.7216270043631716f,0.9030696699606023f,-0.034295315820505934f,-0.42812264891035656f,0.43358502618046546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.42763077368821706f,-0.16454877496725825f,-0.8888507310294521f,0.39889293747179344f,-0.039963640875994105f,0.9857725559019922f,-0.16326474034030802f,1.74799001108028f,0.9030696699606023f,-0.034295315820505934f,-0.42812264891035656f,0.4554720327376157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8800349222782531f,-0.4513229610631124f,-0.14780433142480442f,0.3334352227158991f,-0.39210592585269655f,0.8661012630843908f,-0.3100347480441869f,2.386232674617284f,0.2679393186561255f,-0.21488645118026195f,-0.9391657652498009f,-0.7966404483212488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.57020292335937f,-0.4513229610631124f,-0.6864227640526303f,0.4059522206962874f,-0.09466751420732569f,0.8661012630843908f,-0.49082243615938f,2.410573060351887f,0.8160310581995237f,-0.21488645118026195f,-0.5365790949644968f,-0.8508427833835235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.773514645124142f,-0.4513229610631124f,-0.4449524453193812f,0.4364365885040004f,-0.2596307811690981f,0.8661012630843908f,-0.42715390616632165f,2.4624759534095335f,0.5781582406642636f,-0.21488645118026195f,-0.7871193440966601f,-0.7056737142378872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015419618160606557f,-0.0000011120548326332405f,-0.000002267010108118069f,0.08080262568466426f,-0.000001123947705573742f,0.000015584523302146125f,0f,1.508922984300531f,0.0000022611373987946784f,1.6307205181003417e-7f,-0.000015459666560753843f,0.6280035492237361f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255.mcfunction new file mode 100644 index 000000000..8ef53856f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255_as_bone.mcfunction new file mode 100644 index 000000000..97f1fe1fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_255_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6894609112409316f,-0.2181855356467438f,-0.3794511409256957f,0.019267766527900368f,-0.20535068911644352f,0.7864600542552789f,-0.07909565085786888f,1.4234234409335034f,0.38654778591355354f,0.028637380113614098f,-0.7188220601164119f,-0.3898998646659903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7057712464024058f,0.06099733941668946f,-0.37170724009047745f,0.019267766527900368f,0.10897560912849741f,0.7887464363890143f,-0.07748145390158584f,1.4234234409335034f,0.3605707480740328f,-0.11898900649940647f,-0.7041522221548525f,-0.3898998646659903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7275633722055563f,0.031674077843951445f,0.36958454602710156f,-0.05283397325888303f,0.03978672936783379f,0.815653447391889f,0.008421066938455578f,1.4149991325548006f,-0.36879940351840895f,0.025507861433418974f,-0.7282038131004285f,-0.3889967825776731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6703367049912755f,-0.24407844862779987f,0.36204200427144645f,-0.05283397325888303f,-0.2697589380635157f,0.7531016305221565f,0.008249208429507507f,1.4149991325548006f,-0.3433348471627719f,-0.11516789926153734f,-0.7133425107922565f,-0.3889967825776731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9884154133768588f,-1.050286189491522f,0.6011157465600383f,-0.8868874498096562f,1.0818777667231592f,0.4191765515564947f,-1.0465360798822538f,1.4464838623678036f,0.542200810096373f,1.0782375382023133f,0.9923851786187926f,-0.045520140216195104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.990948380126083f,-0.1341312878122376f,-0.005486852952551913f,-0.6697994004743348f,-0.08581245110099783f,0.6643461329169748f,-0.7424826185940653f,1.468245833606317f,0.1032353193511364f,-0.7352911078668721f,-0.6698428588336051f,-0.0812442702316529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9528952286958634f,-0.1341312878122376f,0.272028455788156f,-0.33019572781882384f,-0.29015241028033895f,0.6643461329169748f,-0.6888075162821404f,1.565233586518901f,-0.08833041343256534f,-0.7352911078668721f,-0.6719707767118598f,-0.05896088756398233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6713160370591653f,0.6118243261847818f,0.4183369123992231f,0.5917962171228465f,0.10521668153198149f,0.6373790949695106f,-0.763333046070485f,1.5997348688996806f,-0.7336649291840078f,-0.4684216937593578f,-0.4922569334209924f,-0.005908482294908701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9703078788396892f,0.22639104738660834f,0.08514525192174566f,0.2632318110221176f,0.12038265452892123f,0.7573458517798886f,-0.6418218423210335f,1.6304549804604063f,-0.20978712246034903f,-0.61251477896863f,-0.762112202234564f,-0.05367749861748554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7976847355981788f,-0.5850145699173009f,0.146482133989572f,-0.10810034657334805f,-0.5469925766673492f,0.5995525374146038f,-0.58423957068186f,1.324876469076898f,0.253964926051763f,-0.5461636273720409f,-0.798252534271791f,0.204286954967833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9323555477424604f,-0.36079109838173934f,0.02330055626706613f,-0.17560304904325502f,-0.35056011087239614f,0.8863897684339177f,-0.30235870597817915f,1.4891848087458939f,0.08843495496120238f,-0.29007406251535794f,-0.9529093855119941f,0.14394238458675343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7791204436152773f,-0.5914457908655397f,0.20775757701746947f,0.2153478136356699f,-0.6059790683539287f,0.6257309323307576f,-0.49117223968928203f,1.3566090670477122f,0.16050141138830548f,-0.5085790762427386f,-0.8459235309118932f,0.15400943599198827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9030094646421549f,-0.4295666737030279f,-0.006810257734113411f,0.13476149820551397f,-0.4287651695879988f,0.9020979696346438f,-0.04878198980390011f,1.5254475489179335f,0.027098636771308714f,-0.04113059718469375f,-0.9987862323141861f,0.14005503506789455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987048052849916f,-0.026407035855430507f,-0.04349000296616554f,0.23724195454815028f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.1995950128687145f,0.04226210970791213f,0.04540044053265552f,-0.9980745032724148f,-0.03415024715040578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987048052849916f,-0.026407035855430507f,-0.04349000296616554f,0.27391707645018826f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.079976091671952f,0.04226210970791213f,0.04540044053265552f,-0.9980745032724148f,-0.13497961601282332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987048052849916f,-0.026407035855430507f,-0.04349000296616554f,-0.3494971185567823f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.1829507533571695f,0.04226210970791213f,0.04540044053265552f,-0.9980745032724148f,-0.009321257697007403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987048052849916f,-0.026407035855430507f,-0.04349000296616554f,-0.3877248570511187f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.061207033073827f,0.04226210970791213f,0.04540044053265552f,-0.9980745032724148f,-0.10698096833133153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9897897523414203f,0.1408798643130068f,-0.02165894713643067f,0.13558115654341393f,0.12355311528274998f,0.9237787066942181f,0.36244658746122166f,2.287108873580358f,0.07106950023629964f,0.35606988764778513f,-0.931752843433631f,-0.014196234450526757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996422642369154f,-0.015691831003250833f,-0.02165894713643067f,0.02027921778755809f,-0.022478856388287283f,0.9317334233852459f,0.36244658746122166f,2.2939090805715363f,0.014492914364200152f,0.36280379571688015f,-0.931752843433631f,-0.008870755221574059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9732434937359251f,0.22977484836930068f,-0.0007880086011332853f,-0.0030242760693490467f,0.18191648567555482f,0.7726186862206034f,0.6082489276128686f,2.298590616111169f,0.14036913528317477f,0.5918309596156778f,-0.7937459424149771f,-0.04445000528465033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966138996854537f,-0.08221991240689432f,-0.0007880086011332853f,0.025955855383357998f,-0.06573944509056107f,0.7910193217722185f,0.6082489276128686f,2.306831067660718f,-0.04938684352069834f,0.6062411389759214f,-0.7937459424149771f,-0.038164103261602716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9972059568074019f,0.07469711339990923f,-0.0007880086011332853f,0.08240339042554617f,0.05881260100478181f,0.7915644762246773f,0.6082489276128686f,2.409567475874525f,0.04605819873688823f,0.60650310900182f,-0.7937459424149771f,0.0011366695836852875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9972059568074019f,0.07149244517272899f,-0.02165894713643067f,0.06631759026168219f,0.05881260100478181f,0.9301470578358926f,0.36244658746122166f,2.2002843878614495f,0.04605819873688823f,0.3601600770247267f,-0.931752843433631f,-0.07989934774687808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.982278121348981f,-0.18231377337195204f,-0.04349000296616554f,-0.25488387964399856f,-0.18420040845204427f,0.9818932243205338f,0.04422562107563554f,2.293334462837292f,0.034639599380140614f,0.051452736295615545f,-0.9980745032724148f,-0.030469921312155722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9987048052849916f,-0.0264070358554305f,-0.04349000296616554f,-0.14011416850363353f,-0.02833065448773607f,0.998619781727145f,0.04422562107563554f,2.3066612033808673f,0.04226210970791214f,0.045400440532655524f,-0.9980745032724148f,-0.034880365308104073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9626505642080144f,-0.26723119367318343f,-0.04349000296616554f,-0.11769254610824938f,-0.26907710355080955f,0.962102700747265f,0.04422562107563554f,2.302980287664268f,0.03002338379827444f,0.05427598311246241f,-0.9980745032724148f,-0.036020467779857734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981140722773548f,0.04332341588469461f,-0.04349000296616554f,-0.147026370474644f,0.041398552147116074f,0.9981634406852401f,0.04422562107563554f,2.3121430299817334f,0.04532613597073778f,0.04234179159512482f,-0.9980745032724148f,-0.03433626878174886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9926029071599136f,-0.11334940820176727f,-0.04349000296616554f,-0.20886222790496328f,-0.1152582965930854f,0.9923505527317121f,0.04422562107563554f,2.4164805986041507f,0.03814438050549928f,0.04891106371133711f,-0.9980745032724148f,-0.05832883098484921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9926029071599136f,-0.11334940820176727f,-0.04349000296616554f,-0.1833586110595657f,-0.1152582965930854f,0.9923505527317121f,0.04422562107563554f,2.1932017242395156f,0.03814438050549928f,0.04891106371133711f,-0.9980745032724148f,-0.06933382031990004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987048052849916f,-0.026407035855430507f,-0.04349000296616554f,-0.04362784193034096f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,1.683568367256707f,0.04226210970791213f,0.04540044053265552f,-0.9980745032724148f,-0.06669448157911206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9931665511960608f,-0.11650674647812141f,-0.006810257734113411f,0.00006218799895457113f,-0.11604076855052692f,0.9920457940563909f,-0.04878198980390011f,1.3115511944855605f,0.0124395184603485f,-0.04765837303252715f,-0.9987862323141861f,-0.048822591691914385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9864733858557018f,-0.1498174035753329f,0.06652070793620271f,0.17792139240910831f,-0.16218257080752954f,0.8330782465525357f,-0.5288453921962574f,0.862631739816212f,0.023813288824696806f,-0.5324804040590586f,-0.8461072902229676f,0.3071101131867261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9864733858557018f,-0.10161354252357911f,0.12862716266091132f,0.14436645194243236f,-0.16218257080752954f,0.4910258556247763f,-0.8559149623848255f,1.0211171179976208f,0.023813288824696806f,-0.865198414864339f,-0.5008638838962004f,-0.0035353302016706833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9865747366798904f,0.16131659755607997f,0.025440996402159285f,-0.1223516221083565f,0.15430973672613757f,0.971823056368091f,-0.17818095370407086f,1.0510597371532469f,-0.05346769208143414f,-0.1718630340250977f,-0.9836687976342308f,0.29870984364035436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9865747366798904f,0.08156191456543842f,-0.1414847802324514f,-0.10697252207924528f,0.15430973672613757f,0.1819239852787549f,-0.9711293264708905f,1.0333617612523582f,-0.05346769208143414f,-0.9799241387335632f,-0.19206740543561637f,-0.0361391252692741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9959798363795057f,0.08170951304429222f,0.036711319828052945f,0.0071742108565080055f,0.036733803894146974f,0.7463365205891508f,-0.6645543060475543f,1.203042694139742f,-0.08169940744533775f,-0.6605341425792801f,-0.7463376268888872f,-0.03790886065360001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9826643672623282f,-0.1765612506172097f,0.05654083562713779f,0.009638669964126694f,-0.16642099668013216f,0.7056805892638955f,-0.6887081804364985f,1.165442314151187f,0.08169940744533945f,-0.6861785705752169f,-0.7228306690411195f,-0.03712850960348095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9978589232386035f,-0.05100688563230761f,0.040937353739433205f,0.0071742108565080055f,-0.06540312923014306f,0.7782146905495579f,-0.6245833219833532f,1.203042694139742f,8.554173154413461e-16f,-0.625923472184059f,-0.7798844830928818f,-0.03790886065360001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9997164532279134f,0.02261024390992604f,0.007469271432667273f,0.005558770955383765f,0.021119562419029583f,0.9868154160455502f,-0.1604658802925909f,1.2276895442104812f,-0.010998964889021176f,-0.16026263296595702f,-0.9870131261772505f,-0.034202484421459886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9884070843197564f,-0.1512220688193766f,0.013539629555704657f,0.005558770955383765f,-0.15142806357438515f,0.9754218443200904f,-0.16006800800067844f,1.2276895442104812f,0.01099896488902288f,-0.16026263296595686f,-0.9870131261772505f,-0.034202484421459886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9978589232386035f,-0.06488022792084408f,0.008253807487100659f,0.005558770955383765f,-0.06540312923014306f,0.9898809909347654f,-0.12592876745570084f,1.2276895442104812f,8.554173154413461e-16f,-0.1261989691358297f,-0.992004949679715f,-0.034202484421459886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9955117195922916f,0.09456831378257961f,0.0036400800428267686f,-0.18897368538846596f,0.0870281293209685f,0.9298932416952607f,-0.3573858751494979f,1.233284802824894f,-0.03718226541365395f,-0.3554650377713669f,-0.9339497235188354f,-0.033645807879566225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9810299280354351f,-0.18861829063738814f,0.04475958819983418f,0.197965013080458f,-0.1913577204461691f,0.9052683043952389f,-0.3793039940246016f,1.2545340458322511f,0.031024234469761387f,-0.3806736627275375f,-0.9241888656444451f,-0.044699163354103906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9978589232386035f,-0.06193219363128478f,0.02102314688888995f,0.006398945851839097f,-0.06540312923014306f,0.9449026794001776f,-0.32075123873380523f,1.0954194813046534f,8.554173154413461e-16f,-0.32143946530316153f,-0.9469301294951057f,-0.0018920584333707233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9978589232386035f,-0.06352881091867159f,0.015545401131989734f,6.735557395310442e-18f,-0.06540312923014306f,0.9692623518802175f,-0.2371769885856017f,1.3125f,8.554173154413461e-16f,-0.23768589232617301f,-0.9713420698132614f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4607599740096269f,-0.16928432575376717f,-0.8712307750560356f,0.20044974179907227f,-0.03019980422324991f,0.9840630457182431f,-0.1752366795982286f,1.68768522975987f,0.887010833178223f,-0.054431049097250606f,-0.4585292168648007f,0.37643672814080403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4607599740096269f,-0.16928432575376717f,-0.8712307750560356f,0.15725349423566976f,-0.03019980422324991f,0.9840630457182431f,-0.1752366795982286f,1.6848539981139403f,0.887010833178223f,-0.054431049097250606f,-0.4585292168648007f,0.4595939937512624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4607599740096269f,-0.16928432575376717f,-0.8712307750560356f,0.30953623427577637f,-0.03019980422324991f,0.9840630457182431f,-0.1752366795982286f,1.7125551158766394f,0.887010833178223f,-0.054431049097250606f,-0.4585292168648007f,0.48679474347575336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8873127217760415f,-0.45653711357801735f,-0.06519200641371314f,0.44696863416278876f,-0.42278153777740846f,0.8617508740170488f,-0.28043038787802976f,2.3440735843592146f,0.1842061483473419f,-0.2212674740143813f,-0.9576579764479238f,-0.7126618785237261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6101524792808606f,-0.45653711357801735f,-0.6475243747947034f,0.5222831069403179f,-0.12225122225675833f,0.8617508740170488f,-0.49238203641845135f,2.3714858106596877f,0.7827953696108247f,-0.2212674740143813f,-0.5816116524444359f,-0.761296871476275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8033543762936444f,-0.45653711357801735f,-0.3823553452165957f,0.5419791723340427f,-0.29239708053837676f,0.8617508740170488f,-0.41459543946296185f,2.4199690134288954f,0.518773258160522f,-0.2212674740143813f,-0.8257814550840987f,-0.6131121567373857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001559154567560318f,-0.0000010219238942209854f,-1.3394574365674176e-20f,-0.018066978114008463f,-0.0000010219238942209854f,0.00001559154567560318f,0f,1.4777947718904862f,1.3365895553771034e-20f,8.760470782209496e-22f,-0.000015625f,0.6325f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256.mcfunction new file mode 100644 index 000000000..113cd9fdd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256_as_bone.mcfunction new file mode 100644 index 000000000..6769624f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_256_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7253249255472498f,-0.2116559291690271f,-0.3099192870279564f,0.04436194780221313f,-0.19894703603812897f,0.7886905869184663f,-0.07301834976424064f,1.3919024813925052f,0.3182267645500052f,0.010647544235425972f,-0.7520390951075846f,-0.3887838440465032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7357812936374231f,0.08035126647619784f,-0.30359440361922263f,0.04436194780221313f,0.11560724201787738f,0.7883645636064172f,-0.07152817936088879f,1.3919024813925052f,0.2919946121527935f,-0.10965851004520619f,-0.736691358472736f,-0.3887838440465032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7067339544693759f,0.04085468934105041f,0.4071884777389565f,-0.02574563667763874f,0.04847052588611626f,0.8152236556211173f,0.0023332124870145145f,1.3845357838391246f,-0.40635227348305275f,0.026186449148987108f,-0.7079099830914708f,-0.3930980986128251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6549271329406656f,-0.2279613689887253f,0.39887850880550846f,-0.02574563667763874f,-0.26173876886406255f,0.7559679840607545f,0.0022855959056468714f,1.3845357838391246f,-0.3775755121980829f,-0.1286313388094258f,-0.6934628405794f,-0.3930980986128251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9462101471986992f,-1.0436340643156996f,0.6759589833252537f,-0.8747330590372574f,1.102707514766093f,0.3117986342786871f,-1.0621788919670418f,1.3778108131619689f,0.5745683111837988f,1.12027487763577f,0.9253441004953548f,-0.1071962635556474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9845404125968569f,-0.1542308565254956f,0.08302420646427644f,-0.6561323701558168f,-0.16858853285192588f,0.7058085172349348f,-0.6880495938444103f,1.4195445785368779f,0.047519286131484734f,-0.6914095601696834f,-0.7208985625949875f,-0.13189412762500063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9180457779945733f,-0.1542308565254956f,0.36524620792247886f,-0.32660097597905896f,-0.3610594215121111f,0.7058085172349348f,-0.6094837414861554f,1.5433124307584254f,-0.16379268495167398f,-0.6914095601696834f,-0.7036510331565546f,-0.08266774894494894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5012044726949416f,0.7582163575286149f,0.41701562527874814f,0.5779539031153395f,0.23819709202240757f,0.584185911596753f,-0.7758794790712921f,1.5387639286237964f,-0.8318991657061898f,-0.2895423559134492f,-0.4734015232648024f,0.06328458258215729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9085905945391201f,0.38522539917411586f,0.16144510939075146f,0.265576507190757f,0.22024293237197382f,0.770277765319247f,-0.598469059346414f,1.6019224532615188f,-0.35490306036330926f,-0.508206214135493f,-0.7847103042899506f,-0.034763472878903884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8494539932023432f,-0.4916006499323338f,0.19172040689165187f,-0.13133450784176603f,-0.4999895626807781f,0.6337748328612369f,-0.5902032687489929f,1.2931990851853563f,0.16863674167534776f,-0.5972087258386454f,-0.784157756538379f,0.1962183931002484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9484172839568085f,-0.3039760113422872f,0.09001799831380589f,-0.1877673974789836f,-0.31684248831096895f,0.899232492110451f,-0.3016484091351081f,1.4599198748989715f,0.010746771278118426f,-0.31461009148033015f,-0.9491601536336396f,0.13129674998747629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.828061555006732f,-0.5024426186936229f,0.2487277146602845f,0.19417875730153852f,-0.5541568901948445f,0.6662704751125432f,-0.49899278055186863f,1.3202570639727962f,0.08499530674932833f,-0.5510309146623271f,-0.8301450047533786f,0.16977703335870645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9206027043617632f,-0.38481381054023645f,0.06640024050642652f,0.12244116932840936f,-0.3881763870033913f,0.920321009512354f,-0.048252792905233904f,1.4925156733007048f,-0.042541195267665616f,-0.07019665709750728f,-0.9966256448825374f,0.150386249872408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998011612562991f,-0.018616662335412253f,-0.007145476474332946f,0.2460431579150255f,-0.018913141275096027f,0.9988547141602314f,0.04394943784613023f,2.1662107930364423f,0.006319101017095874f,0.04407584240115949f,-0.9990082027085484f,-0.026315107463973524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998011612562991f,-0.018616662335412253f,-0.007145476474332946f,0.28519289583459456f,-0.018913141275096027f,0.9988547141602314f,0.04394943784613023f,2.046183456362304f,0.006319101017095874f,0.04407584240115949f,-0.9990082027085484f,-0.12571857305618594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998011612562991f,-0.018616662335412253f,-0.007145476474332946f,-0.3413400243230502f,-0.018913141275096027f,0.9988547141602314f,0.04394943784613023f,2.1550993225373234f,0.006319101017095874f,0.04407584240115949f,-0.9990082027085484f,-0.022602635616429695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998011612562991f,-0.018616662335412253f,-0.007145476474332946f,-0.37717537349770364f,-0.018913141275096027f,0.9988547141602314f,0.04394943784613023f,2.033653500267553f,0.006319101017095874f,0.04407584240115949f,-0.9990082027085484f,-0.12153216863235994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9904655779714129f,0.13713868986283195f,0.013073583918015965f,0.1446789355316476f,0.13369128657789775f,0.9339759362686737f,0.3313843544348478f,2.2568876276033802f,0.03323520342801931f,0.3299726204001788f,-0.9434052634151127f,-0.013063200621058868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997245207081991f,-0.019492667808709327f,0.013073583918015965f,0.029329219575883934f,-0.014060700958485911f,0.9433910675453502f,0.3313843544348478f,2.2647749584707038f,-0.018793067427062913f,0.3311092411536473f,-0.9434052634151127f,-0.011891165760650635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9756037310865959f,0.217514310409315f,0.02974701089309098f,0.007231743839836699f,0.19672506532881093f,0.8060135587674541f,0.5582485035845587f,2.26720971359354f,0.09745054418159278f,0.5504813056318846f,-0.829140352165137f,-0.045033860606449504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950699042079976f,-0.09460973037913853f,0.02974701089309098f,0.03606751161285462f,-0.06197523205621827f,0.8273558356941583f,0.5582485035845587f,2.275626983336726f,-0.0774271034655492f,0.5536527070830667f,-0.829140352165137f,-0.03833209277915041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9976191650228208f,0.06221830054008713f,0.02974701089309098f,0.09212441063062862f,0.06821475344712397f,0.8268647747109252f,0.5582485035845587f,2.380206431687656f,0.010136517711638846f,0.5589485910351277f,-0.829140352165137f,-0.0035987142165013475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9976191650228208f,0.06771324082266979f,0.013073583918015965f,0.07688893144552794f,0.06821475344712397f,0.9410266505513791f,0.3313843544348478f,2.168475435313596f,0.010136517711638846f,0.33148719427655715f,-0.9434052634151127f,-0.07818333292872659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9845796622730509f,-0.1747908201372141f,-0.007145476474332946f,-0.24499194543179936f,-0.17493559198400954f,0.9835984879869496f,0.04394943784613023f,2.2645743394060767f,-0.0006536784295944403f,0.044521720828678606f,-0.9990082027085484f,-0.040372347049586234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998011612562991f,-0.01861666233541226f,-0.007145476474332946f,-0.13001744393999215f,-0.018913141275096024f,0.9988547141602314f,0.04394943784613023f,2.276818691081606f,0.006319101017095874f,0.04407584240115949f,-0.9990082027085484f,-0.04065604364172594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9655990156508435f,-0.25993746005544677f,-0.007145476474332946f,-0.10760498476830115f,-0.25999616602798725f,0.964608957331289f,0.04394943784613023f,2.2729264064126538f,-0.004531514633046287f,0.04429533041040104f,-0.9990082027085484f,-0.040987583885322365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9986643285947129f,0.05117129037288763f,-0.007145476474332946f,-0.136892808315493f,0.0508095128289929f,0.9977408683215747f,0.04394943784613023f,2.2823656178688725f,0.009378283347821821f,0.04352767766012884f,-0.9990082027085484f,-0.040362840775445705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9943740669561703f,-0.1056842331239659f,-0.007145476474332946f,-0.19684031132143914f,-0.10589709557214559f,0.9934053815348461f,0.04394943784613023f,2.387263360840162f,0.002453592148235285f,0.04445886645660491f,-0.9990082027085484f,-0.06660031272171653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9943740669561703f,-0.1056842331239659f,-0.007145476474332946f,-0.17306135886854684f,-0.10589709557214559f,0.9934053815348461f,0.04394943784613023f,2.163747149994822f,0.002453592148235285f,0.04445886645660491f,-0.9990082027085484f,-0.07660355767445262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998011612562991f,-0.018616662335412253f,-0.007145476474332946f,-0.038321878124787774f,-0.018913141275096027f,0.9988547141602314f,0.04394943784613023f,1.652824831714399f,0.006319101017095874f,0.04407584240115949f,-0.9990082027085484f,-0.06876330819754171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9926674137836574f,-0.10100699813752505f,0.06640024050642652f,-0.0004442538232158803f,-0.1043065548855467f,0.99337395304324f,-0.048252792905233904f,1.2803095993231839f,-0.061086399631781446f,-0.05482495547187399f,-0.9966256448825374f,-0.04820394989558897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9863053658659067f,-0.10491314335151537f,0.12725941071773222f,0.1451648732154894f,-0.15826498815551848f,0.8191701715405413f,-0.5512825260992531f,0.8513969132346503f,-0.046410330619956454f,-0.5638736227297252f,-0.824556013137617f,0.3290061153268161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9863053658659067f,-0.02871708733689632f,0.1624101417984885f,0.13799505785766503f,-0.15826498815551848f,0.44189024316746134f,-0.8829978519325715f,0.9895010657532723f,-0.046410330619956454f,-0.8966093585772386f,-0.44038362744709225f,0.010425650473589669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9796366674158179f,0.17736060715162777f,0.09410215133160538f,-0.1512875183369753f,0.1549235406155641f,0.96586383820209f,-0.20761922506517674f,1.0153146803121111f,-0.12771333688212844f,-0.1888127672704703f,-0.9736729648594026f,0.29414376527864317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9796366674158179f,0.15514619316900174f,-0.127442765975936f,-0.11011443491658818f,0.1549235406155641f,0.18034847541999932f,-0.971325446993344f,1.0007112890524668f,-0.12771333688212844f,-0.971289908399572f,-0.20071177699273982f,-0.03939282806426228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9870159005443f,0.13455731708789967f,0.08771510982055057f,0.005048535757344003f,0.043073470350790545f,0.7478244985470921f,-0.6624976947316346f,1.172020339625817f,-0.15473942039656344f,-0.6501175645918951f,-0.7439105214906152f,-0.03582338775032237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9871020576978069f,-0.12038860001939244f,0.10552778152755031f,0.007196109237121008f,-0.1598077818806262f,0.7016991310813127f,-0.6943196686614354f,1.1344253951161214f,0.009539420273257992f,-0.7022285343284633f,-0.7118876913079397f,-0.034796827205261394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9955762721421748f,0.0003300377956392958f,0.09395625270594812f,0.005048535757344003f,-0.05887080365118893f,0.7771668229215757f,-0.626534881572804f,1.172020339625817f,-0.07322646260030381f,-0.6292945418681445f,-0.7737094188065754f,-0.03582338775032237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.995931496961594f,0.041933646265322214f,0.07976228852492659f,0.0033502602325709285f,0.027451965900815188f,0.9842430587778077f,-0.17467681819831105f,1.1967319213944454f,-0.08583031473797174f,-0.17177651340797478f,-0.9813898239300125f,-0.03260088963375113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9876441107463647f,-0.13152110095456404f,0.08521332355754095f,0.0033502602325709285f,-0.14474553084024436f,0.9739862651481477f,-0.1743544854729536f,1.1967319213944454f,-0.06006531286690058f,-0.1845344285125729f,-0.980988890295777f,-0.03260088963375113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9955762721421748f,-0.04754354649482898f,0.08104009831055592f,0.0033502602325709285f,-0.05887080365118893f,0.9878723496145434f,-0.14367480413943434f,1.1967319213944454f,-0.07322646260030381f,-0.14781012162140889f,-0.9863011979721564f,-0.03260088963375113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9896140833142074f,0.12433782783017053f,0.07213924505188597f,-0.19061385691811153f,0.09043524516362467f,0.9285946798226252f,-0.35990747010490254f,1.2030146208832861f,-0.11173823221429754f,-0.34964557079361247f,-0.9301948947860513f,-0.04644554155031513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9820613024227249f,-0.15362223258295166f,0.10934261721767502f,0.19620394052987467f,-0.18444513261220938f,0.9031306375240677f,-0.38773063410186664f,1.222160231171718f,-0.039186621944816674f,-0.4009429650481482f,-0.915264523205698f,-0.02915313509711268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9955762721421748f,-0.03066491252191982f,0.08881187695074087f,0.0007771891820614483f,-0.05887080365118893f,0.9402773539191845f,-0.33528007126013315f,1.064967121121577f,-0.07322646260030381f,-0.3390253100385866f,-0.9379230908386288f,0.0016256465176064105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9955762721421748f,-0.038288688372239144f,0.08580129771876467f,6.735557395310442e-18f,-0.05887080365118893f,0.965920898349192f,-0.2520536581955381f,1.2812499999999996f,-0.07322646260030381f,-0.2559898327571303f,-0.9639020130179328f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.429200924083851f,-0.17702623289995545f,-0.8856908487902646f,0.1466049792938819f,-0.021337018587521406f,0.9823181025525825f,-0.18599966944941074f,1.6253276379454424f,0.9029569748351048f,-0.060933227903542414f,-0.4253890493817288f,0.3792730252975287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.429200924083851f,-0.17702623289995545f,-0.8856908487902646f,0.10636739266102085f,-0.021337018587521406f,0.9823181025525825f,-0.18599966944941074f,1.6233272924528623f,0.9029569748351048f,-0.060933227903542414f,-0.4253890493817288f,0.46392524168831983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.429200924083851f,-0.17702623289995545f,-0.8856908487902646f,0.2593398132959911f,-0.021337018587521406f,0.9823181025525825f,-0.18599966944941074f,1.652227415616564f,0.9029569748351048f,-0.060933227903542414f,-0.4253890493817288f,0.4854074909001836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8774147118658925f,-0.47685823373681424f,-0.05243708915165596f,0.5015250326556994f,-0.4495427085888944f,0.8554350171574339f,-0.2571814234648786f,2.3021260648458943f,0.16749560160151417f,-0.20208205347894379f,-0.9649394111061482f,-0.6498334878527725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5919037627470284f,-0.47685823373681424f,-0.6498124041316198f,0.5758740735907246f,-0.14254957207231228f,0.8554350171574339f,-0.4979061667853306f,2.3320865492288254f,0.7933029403373657f,-0.20208205347894379f,-0.5743111425993954f,-0.6984508920161179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7930564366402701f,-0.47685823373681424f,-0.3790352400778099f,0.5955548391348835f,-0.31957850008459837f,0.8554350171574339f,-0.40755430767511114f,2.3782394531886264f,0.5185856444090169f,-0.20208205347894379f,-0.8308018855747848f,-0.5495219070982275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015555879252221482f,-9.173782044937722e-7f,0.0000011461513513603204f,-0.0673696494937053f,-9.198563070498271e-7f,0.000015597900159136188f,0f,1.4466594788025575f,-0.000001144163478129747f,-6.747485116047828e-8f,-0.000015582906085829272f,0.6294019739611081f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257.mcfunction new file mode 100644 index 000000000..df65baf79 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257_as_bone.mcfunction new file mode 100644 index 000000000..8761bd746 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_257_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456192755278762f,-0.20373642076330178f,-0.26360540825310896f,0.058212018396415946f,-0.19231100296430098f,0.7908447923028901f,-0.06727136887790743f,1.3604147588475748f,0.27205297010801777f,0.0006555809650475742f,-0.770020256950068f,-0.38795639860173353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7511793702872593f,0.09512643372368053f,-0.25822570604386186f,0.058212018396415946f,0.12242057149821203f,0.7878264996222677f,-0.06589848379876646f,1.3604147588475748f,0.24646045794181246f,-0.10139215009032684f,-0.7543055578286382f,-0.38795639860173353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6984417204479282f,0.05089049461597059f,0.42015921403668444f,-0.009877965302419689f,0.05733582968569383f,0.8146445570777089f,-0.003360461629158091f,1.3540504450312616f,-0.4193282845414027f,0.026624192491976145f,-0.7002852180377357f,-0.3949006854337685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6511846132194685f,-0.21577017650245284f,0.4115845361992011f,-0.009877965302419689f,-0.25349835990256686f,0.7587672535419816f,-0.0032918807795834365f,1.3540504450312616f,-0.38948322304422794f,-0.13309953374996727f,-0.6859936829757411f,-0.3949006854337685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9137698572309267f,-0.9875666465057609f,0.7944450998813815f,-0.8572404205974903f,1.1382637409544891f,0.2086394092747824f,-1.049872136465085f,1.309001939829541f,0.5574823351860256f,1.1927229207183185f,0.8414462135803454f,-0.13784080229742532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9672792516851821f,-0.20957842521168518f,0.142995569669638f,-0.6402691465457804f,-0.2523125693018448f,0.7354398734329353f,-0.6288613201153732f,1.371421184690842f,0.026631121487012355f,-0.6443640867170813f,-0.7642550013690494f,-0.15893898973102427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8795110213361412f,-0.20957842521168518f,0.4272437793977204f,-0.322691767743137f,-0.429737020272612f,0.7354398734329353f,-0.5238838477870499f,1.5213777998677815f,-0.20441735923222026f,-0.6443640867170813f,-0.7368910821782193f,-0.09495329747448218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.33066003014626016f,0.8521188489742229f,0.40565676585818256f,0.5580468797673637f,0.34840977475339074f,0.5096907351104119f,-0.786654932863768f,1.4801699986887922f,-0.8770829911245379f,-0.11878056139559943f,-0.4654208900711057f,0.11063518822203829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8317622609934601f,0.5065612050406265f,0.22708431635592047f,0.26782168543689083f,0.3113914789025094f,0.7643889630669082f,-0.5645749374603912f,1.573388447461133f,-0.4595725057637321f,-0.39888000537666096f,-0.793528734991216f,-0.02450769949051039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.886256681261536f,-0.4132394641475037f,0.20924206123619601f,-0.14576847718477465f,-0.4505792446012958f,0.6644305897504373f,-0.5962468748248593f,1.2617594170632223f,0.1073659129044858f,-0.6227079063854659f,-0.7750531749958943f,0.191181160952264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9585299886112633f,-0.2563587334669863f,0.12450084621436949f,-0.19305760942099476f,-0.28268145588755333f,0.9107492715542618f,-0.30104311794272004f,1.4306433859925043f,-0.03621402256287789f,-0.32375293688024515f,-0.94544834889656f,0.12456843310661456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8656238935092375f,-0.4274167490483061f,0.26078764851673053f,0.1796864745542214f,-0.4996086489955458f,0.7030458847402317f,-0.5060807068034412f,1.2842423313150255f,0.03296168737722642f,-0.5683673166032707f,-0.8221144206145782f,0.17758256705927525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9342596075615814f,-0.3405499055033747f,0.10575796679457525f,0.11649435456480474f,-0.34684380280087923f,0.9367084432688492f,-0.04771445030044738f,1.459576949113557f,-0.08281522889846239f,-0.08125917899223221f,-0.9932464868762455f,0.1561386804552552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998457354437548f,-0.014599064931779215f,0.009765890540792618f,0.25258554140739314f,-0.01415824454910043f,0.9989409029495636f,0.04377917913344542f,2.1340842382688283f,-0.01039468259375513f,0.04363415769128727f,-0.9989934989059475f,-0.02186120468511845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998457354437548f,-0.014599064931779215f,0.009765890540792618f,0.2928201918412056f,-0.01415824454910043f,0.9989409029495636f,0.04377917913344542f,2.0138518576144846f,-0.01039468259375513f,0.04363415769128727f,-0.9989934989059475f,-0.12058131432169611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998457354437548f,-0.014599064931779215f,0.009765890540792618f,-0.33482382816581285f,-0.01415824454910043f,0.9989409029495636f,0.04377917913344542f,2.1257662695962316f,-0.01039468259375513f,0.04363415769128727f,-0.9989934989059475f,-0.027968080708949586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998457354437548f,-0.014599064931779215f,0.009765890540792618f,-0.3695776078902819f,-0.01415824454910043f,0.9989409029495636f,0.04377917913344542f,2.0044720206007054f,-0.01039468259375513f,0.04363415769128727f,-0.9989934989059475f,-0.12746779154005888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9901686481953011f,0.13700184741729754f,0.028223074519570887f,0.15162004991994263f,0.13912617544654818f,0.9436859310520417f,0.30016790441360924f,2.2273420031188214f,0.01448983908489087f,0.30114341656209076f,-0.9534687657310046f,-0.0133874302375558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999409839755596f,-0.01958137544598164f,0.028223074519570887f,0.0363056865526562f,-0.010211702429969174f,0.9538317201128427f,0.30016790441360924f,2.235777895379849f,-0.032797764149031634f,0.29970255161112563f,-0.9534687657310046f,-0.014145023768253405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9757244580789958f,0.21479756407570566f,0.04270583535763097f,0.014599297251151916f,0.20646815500081006f,0.8372011957935428f,0.506423793608104f,2.236184306249863f,0.07302522082822786f,0.502947476610635f,-0.8612265398221212f,-0.044253482271594854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943452016143212f,-0.09723081637517f,0.04270583535763097f,0.04339268843913493f,-0.06234651299027426f,0.8600278214020347f,0.506423793608104f,2.244872239896552f,-0.08596820542810389f,0.5008975092386545f,-0.8612265398221212f,-0.037716965014943274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9973134129062611f,0.05951611599955462f,0.04270583535763097f,0.0995441894191592f,0.07295906820348533f,0.8591925951929844f,0.506423793608104f,2.3511382186799317f,-0.006552160265492829f,0.5081790199347784f,-0.8612265398221212f,-0.008730843816158365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9973134129062611f,0.06759744449258621f,0.028223074519570887f,0.08433476440832732f,0.07295906820348533f,0.9510921109581456f,0.30016790441360924f,2.1371424937143493f,-0.006552160265492829f,0.30142060641444246f,-0.9534687657310046f,-0.0765504802594078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9852521783788767f,-0.1708296589636097f,0.009765890540792618f,-0.23767245214979593f,-0.17025271882416132f,0.9844274453749157f,0.04377917913344542f,2.234778351584529f,-0.017092592917956766f,0.04147086219255701f,-0.9989934989059475f,-0.044138126708803994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998457354437548f,-0.014599064931779218f,0.009765890540792618f,-0.12265232951288055f,-0.014158244549100432f,0.9989409029495637f,0.04377917913344542f,2.246475878981193f,-0.010394682593755129f,0.04363415769128728f,-0.9989934989059475f,-0.04250109696159485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9666142105740773f,-0.25604998593672823f,0.009765890540792618f,-0.10025622946583755f,-0.25540336101116473f,0.9658428995745646f,0.04377917913344542f,2.2424770143367256f,-0.02064197423828713f,0.03982333541027083f,-0.9989934989059475f,-0.04245740213270223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9984285407738872f,0.055182210449306074f,0.009765890540792618f,-0.1295051697441241f,0.05555883909156434f,0.997495162330725f,0.04377917913344542f,2.2520554905711547f,-0.00732559669405236f,0.04425296347962619f,-0.9989934989059475f,-0.04232357155437813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9947686282111601f,-0.10168580878781458f,0.009765890540792618f,-0.1885059764298696f,-0.10116780451168575f,0.9939056589056564f,0.04377917913344542f,2.3572317058308463f,-0.014158095110997998f,0.04256216026567466f,-0.9989934989059475f,-0.06957266484806979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9947686282111601f,-0.10168580878781458f,0.009765890540792618f,-0.16562666945261137f,-0.10116780451168575f,0.9939056589056564f,0.04377917913344542f,2.133602932577074f,-0.014158095110997998f,0.04256216026567466f,-0.9989934989059475f,-0.07914915090784658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998457354437548f,-0.014599064931779215f,0.009765890540792618f,-0.03346911582400495f,-0.01415824454910043f,0.9989409029495636f,0.04377917913344542f,1.62204740103614f,-0.01039468259375513f,0.04363415769128727f,-0.9989934989059475f,-0.06899377455960107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9905662847545583f,-0.08714176935906669f,0.10575796679457525f,-0.000790952314354941f,-0.09258740198736926f,0.9945606588970606f,-0.04771445030044738f,1.2490871539497423f,-0.10102479151564998f,-0.05705618114819644f,-0.9932464868762455f,-0.0475977066290274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9845298790209379f,-0.07645720796792035f,0.1576553604060689f,0.12409841833083182f,-0.15429858768112478f,0.8046599257533736f,-0.5733361576999877f,0.8404503290222659f,-0.08302326875417243f,-0.5887925774297135f,-0.8040089785624582f,0.34270326650654215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9845298790209379f,0.016270971735380668f,0.17445965950271639f,0.13296268348054485f,-0.15429858768112478f,0.39127372693403667f,-0.9072468332547426f,0.9579397945323146f,-0.08302326875417243f,-0.92013049405502f,-0.38271008708347004f,0.019232595042313984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9734242455320629f,0.1895908101464936f,0.12845451692459262f,-0.16845753499271404f,0.1555268388082891f,0.9590130599993655f,-0.23686568590860416f,0.9796685062960014f,-0.16809711663391108f,-0.21059267665008985f,-0.9630130237544638f,0.2932118032960508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9734242455320629f,0.19509320825855425f,-0.11993280744533005f,-0.11290737454576918f,0.1555268388082891f,0.17876748201995757f,-0.971521276031845f,0.9681543700342214f,-0.16809711663391108f,-0.9643551355510211f,-0.2043588312643639f,-0.0391236427563594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.979808501094313f,0.16462285383010902f,0.11346637026073475f,0.00337532536546977f,0.04941067114518463f,0.7492746336116576f,-0.6604135893537464f,1.1410280639841919f,-0.19373664279195613f,-0.6414723995800184f,-0.74227978136061f,-0.034072885335647424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.987762718701886f,-0.08709936011246941f,0.12937740533283582f,0.005225438451096132f,-0.1531871009094872f,0.6976438364159437f,-0.6998762673685904f,1.103440376573836f,-0.0293005743562324f,-0.7111306342570557f,-0.7024490710105271f,-0.0329049782696105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9922746571452318f,0.03046981403611035f,0.12026053059885254f,0.00337532536546977f,-0.052335956242943876f,0.7760809099261708f,-0.6284579293256657f,1.1410280639841919f,-0.1124808982514336f,-0.6298968262190019f,-0.7684907519598262f,-0.034072885335647424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9913850963472585f,0.05680879072307491f,0.11801843939452428f,0.0017509734093505808f,0.03375546690776068f,0.981423897801394f,-0.1888589454544253f,1.1657978897732322f,-0.1265549651115127f,-0.18324817630988963f,-0.9748866327346597f,-0.031268402382500546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9856124086505106f,-0.11608864238209857f,0.12284790199274957f,0.0017509734093505808f,-0.13802907116532523f,0.9723046963501116f,-0.1886042230936378f,1.1657978897732322f,-0.0975507838378378f,-0.20284724441164673f,-0.9743391811926815f,-0.031268402382500546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9922746571452318f,-0.03311708164464571f,0.11955862031093605f,0.0017509734093505808f,-0.052335956242943876f,0.9855032649452216f,-0.16138234868301077f,1.1657978897732322f,-0.1124808982514336f,-0.16639282942978662f,-0.9796231284748745f,-0.031268402382500546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9838843317561519f,0.14201722496801777f,0.10864036789855754f,-0.19142730282486844f,0.09382600158725171f,0.9272744677876198f,-0.3624344669251745f,1.172767561061117f,-0.15221137654886224f,-0.3464003019651827f,-0.92565572846903f,-0.052861905200237536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9811736339918012f,-0.1308644303253907f,0.14203098547476714f,0.19451169073176106f,-0.17749485287978706f,0.9008859692419777f,-0.3961061065221352f,1.189805657153775f,-0.07611752203340105f,-0.4138586368538819f,-0.9071533230611798f,-0.020404728072344724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9922746571452318f,-0.009263980920585668f,0.12371411982799586f,-0.0032809100886411827f,-0.052335956242943876f,0.9353885125666755f,-0.3497274342147595f,1.0345750224413548f,-0.1124808982514336f,-0.3535003666416844f,-0.9286471549047814f,0.0047215726128111216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9922746571452318f,-0.020011124678292296f,0.1224359411138026f,6.735557395310442e-18f,-0.052335956242943876f,0.9623098311630663f,-0.26687213517159736f,1.2500000000000004f,-0.1124808982514336f,-0.27121825848570835f,-0.9559229591303527f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3656168867557618f,-0.18703284261642758f,-0.9117801313375078f,0.10749827154469131f,-0.013545542219327153f,0.9805679452606403f,-0.19571158119362864f,1.563251382129775f,0.930666863278697f,-0.05920490275428615f,-0.36104566066475124f,0.37362034592284976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3656168867557618f,-0.18703284261642758f,-0.9117801313375078f,0.07322168841133864f,-0.013545542219327153f,0.9805679452606403f,-0.19571158119362864f,1.5619814875467133f,0.930666863278697f,-0.05920490275428615f,-0.36104566066475124f,0.4608703643552276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3656168867557618f,-0.18703284261642758f,-0.9117801313375078f,0.22712699967864117f,-0.013545542219327153f,0.9805679452606403f,-0.19571158119362864f,1.5919731720172885f,0.930666863278697f,-0.05920490275428615f,-0.36104566066475124f,0.4714022042387514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8623318522446829f,-0.5009320077473488f,-0.07383021209819385f,0.5310896388618754f,-0.47211409152820294f,0.8481445151362644f,-0.24033136712624606f,2.260414334874246f,0.18300836370164592f,-0.17238910945439934f,-0.9678790904636618f,-0.601156960324949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5459170292455054f,-0.5009320077473488f,-0.6715963972461227f,0.602802097598263f,-0.15507808784800262f,0.8481445151362644f,-0.5065586521950622f,2.2923529317192206f,0.8233622433954384f,-0.17238910945439934f,-0.5407001119773789f,-0.6524045143500545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7649328931881336f,-0.5009320077473488f,-0.404900966327621f,0.6276810131792123f,-0.3406783663463924f,0.8481445151362644f,-0.4056958616350727f,2.3372380125419943f,0.5466405762677928f,-0.17238910945439934f,-0.8194303358548148f,-0.5038661869592795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001550429151789425f,-8.125454878097302e-7f,0.0000017599259525311176f,-0.09323733786842987f,-8.177493162959982e-7f,0.000015603586480540218f,0f,1.4155171001230835f,-0.0000017575140351786504f,-9.210740764248988e-8f,-0.00001552556877030943f,0.6263339237896154f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258.mcfunction new file mode 100644 index 000000000..f2df9a281 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258_as_bone.mcfunction new file mode 100644 index 000000000..0373c2bec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_258_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7576483466785993f,-0.19545600404671512f,-0.23390249614255937f,0.06457930684246191f,-0.18545607384113713f,0.7929206078461888f,-0.061865974272660836f,1.328957606315379f,0.2419079822888452f,-0.004278385135226316f,-0.7800042743280442f,-0.38811535831108396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7589618692333082f,0.10712979740816178f,-0.2291289758131194f,0.06457930684246191f,0.12940262106305087f,0.7871354325413704f,-0.06060340336913715f,1.328957606315379f,0.21732888144905022f,-0.09455695291831322f,-0.764085819749921f,-0.38811535831108396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6994170511748241f,0.06146393825155728f,0.41711199606936106f,-0.0016659311055716303f,0.06636416893295433f,0.8139197238654683f,-0.008655901399768203f,1.3235431125047719f,-0.4163604568786477f,0.026482292986313778f,-0.7020591873556212f,-0.39604681128968755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6560310162872828f,-0.20656657298948572f,0.4085995063536598f,-0.0016659311055716303f,-0.24505576773473203f,0.7614957472063976f,-0.008479250350793343f,1.3235431125047719f,-0.38674407089057766f,-0.13211539618814241f,-0.6877314488381596f,-0.39604681128968755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8810745324938828f,-0.8892910019728131f,0.9350269685954932f,-0.8364874855742781f,1.1873641815176066f,0.11541169416359603f,-1.009085076343572f,1.2404694889654384f,0.5052526285332032f,1.2795498836155157f,0.7408630957874816f,-0.14803381937973456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9413427722674105f,-0.286964944571937f,0.1775525434532868f,-0.6238350541936941f,-0.3362019967567633f,0.7522974019264453f,-0.5665834770194816f,1.3240543738609396f,0.029017278932930962f,-0.5930427806166648f,-0.8046479092632897f,-0.170598340557846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8393983987347268f,-0.286964944571937f,0.4615857978625446f,-0.3192584588848357f,-0.4957787817853096f,0.7522974019264453f,-0.4338801892068761f,1.4994259745069205f,-0.2227413920515249f,-0.5930427806166648f,-0.7737483651843172f,-0.09972242507459694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.16472828172630397f,0.9064056962239742f,0.388964403322762f,0.5354351794684776f,0.432541511746365f,0.42079433189700954f,-0.797395742940429f,1.42488239461589f,-0.8864380597738734f,0.0368896204383037f,-0.4613748173537966f,0.1431494065442334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7472300649156256f,0.6007621403276854f,0.28413391356029394f,0.2706143948792734f,0.3911772944572093f,0.7432419144973408f,-0.5427446737052933f,1.5448522454985314f,-0.5372406857148181f,-0.29440840219536213f,-0.7903772126835681f,-0.02013872685350874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9146818513825561f,-0.3462540157788284f,0.20848325426377623f,-0.15457123993008834f,-0.3990066295268369f,0.691358772352114f,-0.6023427242736574f,1.2305607903030333f,0.06442686043113553f,-0.6341381588020174f,-0.7705309696606453f,0.18893590856789372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9667485546586958f,-0.2155888058787041f,0.13754526107837084f,-0.19413448315060555f,-0.24813083541539627f,0.9209237817112104f,-0.300550289959568f,1.401355560061638f,-0.0618734238698675f,-0.3246857789594693f,-0.9437959654290234f,0.12215860022906185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8967158025505992f,-0.36251298851525154f,0.25393917108980185f,0.17012502876158014f,-0.4426054335417831f,0.7358643014787309f,-0.5124491779762259f,1.2485723956115982f,-0.0010952877817393403f,-0.5719161328087893f,-0.8203113661151569f,0.18076213865865604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.946862673601235f,-0.29737720403845186f,0.12254744329847941f,0.11513272452498591f,-0.30485405256029763f,0.9512301781267372f,-0.04717154712895505f,1.4266332318408055f,-0.10254308352241207f,-0.08202406195287384f,-0.9913409954614341f,0.15918674582085823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997887968669698f,-0.012350103946890715f,0.016426703619350058f,0.25805912965316213f,-0.01162318220282563f,0.9989799256304133f,0.04363496101675822f,2.102551460799095f,-0.016948843464286614f,0.043434814607122244f,-0.9989124854486845f,-0.01925278001683048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997887968669698f,-0.012350103946890715f,0.016426703619350058f,0.2986349759933489f,-0.01162318220282563f,0.9989799256304133f,0.04363496101675822f,1.9822056170232205f,-0.016948843464286614f,0.043434814607122244f,-0.9989124854486845f,-0.11769459572362417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997887968669698f,-0.012350103946890715f,0.016426703619350058f,-0.3293167885061826f,-0.01162318220282563f,0.9989799256304133f,0.04363496101675822f,2.0957228412549354f,-0.016948843464286614f,0.043434814607122244f,-0.9989124854486845f,-0.02921022555209886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997887968669698f,-0.012350103946890715f,0.016426703619350058f,-0.3637251019310186f,-0.01162318220282563f,0.9989799256304133f,0.04363496101675822f,1.9745052588138488f,-0.016948843464286614f,0.043434814607122244f,-0.9989124854486845f,-0.12892320451871406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.989808285915556f,0.13853220978017283f,0.03299066513926348f,0.15746946727025427f,0.14228831937875086f,0.9526546239275313f,0.2687065344904449f,2.1980612329947746f,0.005795800313969408f,0.27066214061614935f,-0.9626569556886839f,-0.01458737583475006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992933155510557f,-0.018013481302831508f,0.03299066513926348f,0.0421843260142624f,-0.008491502408936272f,0.9631846617907569f,0.2687065344904449f,2.2067895196889857f,-0.036616442779405844f,0.2682365034486882f,-0.9626569556886839f,-0.016101919320311284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9751982477312929f,0.21650434941677216f,0.04598091240326155f,0.020494044018606397f,0.21353497474890018f,0.8656539970973154f,0.4528200214968725f,2.205443457776303f,0.058233943545004295f,0.45140782447035815f,-0.890415511896629f,-0.04282843190740889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943721715103359f,-0.0954449591145755f,0.04598091240326155f,0.049302428243157614f,-0.06441796715980927f,0.8892718108871831f,0.4528200214968725f,2.214425368381156f,-0.08410891767712349f,0.4473096311740306f,-0.890415511896629f,-0.036773028926842734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9970606811329026f,0.06128420541506625f,0.04598091240326155f,0.10573741846540737f,0.07548788492290975f,0.8884005894648189f,0.4528200214968725f,2.3220883640996943f,-0.013098754469718688f,0.454960040888435f,-0.890415511896629f,-0.014202788281812817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9970606811329026f,0.06914921657156668f,0.03299066513926348f,0.09017884473680489f,0.07548788492290975f,0.9602595365587374f,0.2687065344904449f,2.1060299683739787f,-0.013098754469718688f,0.2704071158374676f,-0.9626569556886839f,-0.07504438934524293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9855477558190235f,-0.1685994792645824f,0.016426703619350058f,-0.23178518859048478f,-0.1677549717942671f,0.9848625587437927f,0.04363496101675822f,2.2044862016627538f,-0.023534877063434764f,0.04024867670297973f,-0.9989124854486845f,-0.044754122088983876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997887968669698f,-0.012350103946890706f,0.016426703619350058f,-0.11674896078357153f,-0.011623182202825641f,0.9989799256304133f,0.04363496101675822f,2.215892121119216f,-0.016948843464286618f,0.043434814607122244f,-0.9989124854486845f,-0.04236416010002858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9671030362209565f,-0.25385405401610084f,0.016426703619350058f,-0.09436384734705809f,-0.25295304129165364f,0.9664940502032949f,0.04363496101675822f,2.211836463533547f,-0.026953223063493306f,0.03804431864577868f,-0.9989124854486845f,-0.04217320727279122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9982148613087196f,0.057421721243931245f,0.016426703619350058f,-0.1235886380299615f,0.05809044823798751f,0.9973572529442877f,0.04363496101675822f,2.2214891191719746f,-0.013877697428730835f,0.04451130113587524f,-0.9989124854486845f,-0.04223214509092067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9949079161678984f,-0.09944044325450277f,0.016426703619350058f,-0.18214245421220063f,-0.09864578989372823f,0.9941654783351253f,0.04363496101675822f,2.3268114054486753f,-0.02066994152609983f,0.04179234298336939f,-0.9989124854486845f,-0.06987832304005649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9949079161678984f,-0.09944044325450277f,0.016426703619350058f,-0.15976835447993754f,-0.09864578989372823f,0.9941654783351253f,0.04363496101675822f,2.1031241728232724f,-0.02066994152609983f,0.04179234298336939f,-0.9989124854486845f,-0.07928160021131458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997887968669698f,-0.012350103946890715f,0.016426703619350058f,-0.028978661086889523f,-0.01162318220282563f,0.9989799256304133f,0.04363496101675822f,1.5912362661812651f,-0.016948843464286614f,0.043434814607122244f,-0.9989124854486845f,-0.06820732209415753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9896550645618927f,-0.07459877564680303f,0.12254744329847941f,-0.0010041202193383839f,-0.08088854969333562f,0.9956062914977836f,-0.04717154712895505f,1.2178839068695964f,-0.11849006589374848f,-0.05659624547643072f,-0.9913409954614341f,-0.04698373004049601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9838653838593845f,-0.060343439828842854f,0.1684267666163815f,0.11184031906206152f,-0.15028148664972402f,0.7895592951374171f,-0.5949887345424736f,0.829706768020274f,-0.09707925223020133f,-0.610700244581356f,-0.7858885608371564f,0.351572966543104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9838653838593845f,0.040895567019670676f,0.17417364623089754f,0.12930827376720194f,-0.15028148664972402f,0.33934185225497365f,-0.9285809507407056f,0.9264332858827038f,-0.09707925223020133f,-0.9397737280357986f,-0.3277208551192947f,0.024805710561299453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9700757110753935f,0.1983503826317512f,0.14003656840771286f,-0.17782233153583013f,0.1561234225360705f,0.9512766005134149f,-0.2658915309882294f,0.9441225845382952f,-0.18595319765251078f,-0.23607192765231272f,-0.9537774652702418f,0.2956868984653989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9700757110753935f,0.21271303347294704f,-0.11707382359992805f,-0.11552990736970886f,0.1561234225360705f,0.17718257473858628f,-0.9717159112336429f,0.9356929266005314f,-0.18595319765251078f,-0.9609159695830547f,-0.2050899989835294f,-0.036355978425556594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9760682849222474f,0.17977813265428583f,0.12235410164060899f,0.0020906790261435012f,0.05574515044445397f,0.7506867324181428f,-0.6583022922436904f,1.1100657893403332f,-0.2101979575801527f,-0.6357273415472313f,-0.7427432704766989f,-0.0324730760318785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9881479021367f,-0.06973237901830862f,0.1367520340590434f,0.003665062644762394f,-0.14655925300636669f,0.6935154924734369f,-0.705376953874694f,1.0724871784761136f,-0.04565204114883156f,-0.7170590331456491f,-0.6955158043662073f,-0.03122141281352147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9905826655539886f,0.046272771039270716f,0.1288596653895325f,0.0020906790261435012f,-0.04579886693652072f,0.7749571178394585f,-0.6303522263760878f,1.1100657893403332f,-0.1290288591412244f,-0.6303176153101759f,-0.7655398469958355f,-0.0324730760318785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9886896171691477f,0.06817158557237375f,0.13358695977704155f,0.0006263819366599643f,0.04002986180841059f,0.9783586159698543f,-0.20300745976724777f,1.1348873467631997f,-0.14453529349444014f,-0.19536390014048055f,-0.9700219046270946f,-0.03004177414651407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9849367817237966f,-0.10444680662589202f,0.13780566241350126f,0.0006263819366599643f,-0.13127903864995316f,0.9703777305273826f,-0.2028124111282895f,1.1348873467631997f,-0.11254043726018867f,-0.2178483983925053f,-0.9694723953259864f,-0.03004177414651407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9905826655539886f,-0.021529478879071744f,0.1352126630281005f,0.0006263819366599643f,-0.04579886693652072f,0.9827746001451334f,-0.17904342796345254f,1.1348873467631997f,-0.1290288591412244f,-0.18354990288411688f,-0.9745055087889166f,-0.03004177414651407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9806381178803658f,0.1517386286136094f,0.12379123695365166f,-0.19207667810686732f,0.09720228762603589f,0.9259329824914228f,-0.36496551510355624f,1.142543954193308f,-0.17000175599187028f,-0.345866304402438f,-0.9227545190562226f,-0.054938166224453834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9811737021115577f,-0.11704597876745546f,0.15361772403947577f,0.1933652980254287f,-0.17050731181204354f,0.8985347621588866f,-0.4044286560206925f,1.1574703269862192f,-0.09069411724765133f,-0.4230077068404799f,-0.9015758742614112f,-0.016154215576570242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9905826655539886f,0.00478528121369273f,0.1368323199674f,-0.0061394160578124215f,-0.04579886693652072f,0.9302377935688533f,-0.364088054189481f,1.004242921122372f,-0.1290288591412244f,-0.3669260804301834f,-0.9212582726949359f,0.0077245744852536755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9905826655539886f,-0.007158650704685236f,0.13672869641755298f,6.735557395310442e-18f,-0.04579886693652072f,0.9584303227062891f,-0.28162702339166495f,1.21875f,-0.1290288591412244f,-0.28523686689698236f,-0.9497323219052342f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.27835190468789234f,-0.19837283478022763f,-0.9397704164198186f,0.07807809633061857f,-0.006967078722044509f,0.9788304264595641f,-0.20455428631800598f,1.5014697938168777f,0.9604538911216423f,-0.05039062073684402f,-0.2738413927277106f,0.364357872283269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.27835190468789234f,-0.19837283478022763f,-0.9397704164198186f,0.05198260526612869f,-0.006967078722044509f,0.9788304264595641f,-0.20455428631800598f,1.500816630186686f,0.9604538911216423f,-0.05039062073684402f,-0.2738413927277106f,0.45440042457592295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.27835190468789234f,-0.19837283478022763f,-0.9397704164198186f,0.20599591326134645f,-0.006967078722044509f,0.9788304264595641f,-0.20455428631800598f,1.5318263549494828f,0.9604538911216423f,-0.05039062073684402f,-0.2738413927277106f,0.4504553573387526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8434480653721994f,-0.5240662110971044f,-0.11810998012962015f,0.5461892443284958f,-0.4902276116438029f,0.8407674295876052f,-0.22975425594896795f,2.218958499782872f,0.21970946680083392f,-0.13588500922094549f,-0.9660553889229732f,-0.5638310588824025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4796793346221985f,-0.5240662110971044f,-0.7037487778481255f,0.6140146144027063f,-0.15954450903659065f,0.8407674295876052f,-0.517354500300253f,2.2522667318920697f,0.8628170637931765f,-0.13588500922094549f,-0.48691064754875246f,-0.6193228902457322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7234706141249125f,-0.5240662110971044f,-0.44938277323908105f,0.6475093453514632f,-0.3552878091647724f,0.8407674295876052f,-0.4085103450385895f,2.2968891675932595f,0.5919128678755163f,-0.13588500922094549f,-0.7944648646179423f,-0.472407244871376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001547785414928107f,-7.096127925770414e-7f,0.0000020181936523024224f,-0.10349454076257478f,-7.156072958831364e-7f,0.00001560860439623219f,0f,1.3843676312419229f,-0.000002016075924081631f,-9.243098253392942e-8f,-0.000015494112410261076f,0.6248269688432919f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259.mcfunction new file mode 100644 index 000000000..13656ca66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259_as_bone.mcfunction new file mode 100644 index 000000000..57bc9affa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_259_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.764894858257692f,-0.18713063896342536f,-0.21647730647005411f,0.06561592183722467f,-0.17839634964082585f,0.7949160249760056f,-0.05681285167652572f,1.3153854479917053f,0.22372984309255173f,-0.005922975766524947f,-0.7854007385483512f,-0.38141465363915866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.762399182974628f,0.1173809853182641f,-0.21205940225637956f,0.06561592183722467f,0.13653987602149714f,0.786294830637567f,-0.05565340572394357f,1.3153854479917053f,0.20026070022761264f,-0.08923084443371111f,-0.7693721520473645f,-0.38141465363915866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.706865505403194f,0.0723804222872911f,0.40255021573096256f,0.001020234414242635f,0.07553713164964246f,0.8130528803224247f,-0.01354990723206754f,1.3108709481736753f,-0.4019698290390408f,0.025505542796938698f,-0.7104323812111905f,-0.3892376217681801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6668643537474541f,-0.19947911228319307f,0.3943349052058409f,0.001020234414242635f,-0.2364290518142624f,0.7641499335085086f,-0.013273378513045754f,1.3108709481736753f,-0.3733540372879328f,-0.1276047133990395f,-0.6959337611864723f,-0.3892376217681801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.838160827167469f,-0.7538136938664464f,1.0819693122918816f,-0.8125480460291432f,1.247456274144295f,0.03764679760158922f,-0.9401286149928516f,1.1905151445192248f,0.4274874523304478f,1.3681205661672395f,0.6220183634992253f,-0.13644243346191087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9065867528153162f,-0.3774513238680899f,0.18876164263432066f,-0.60697308290712f,-0.41937192679690455f,0.7557347745178293f,-0.502983237890824f,1.2954749717504817f,0.047197951591486514f,-0.5351592741368796f,-0.8434316241823375f,-0.16395197390656285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7977988697638323f,-0.3774513238680899f,0.47015684777931077f,-0.31635262307021417f,-0.5587945759924842f,0.7557347745178293f,-0.3414872946770719f,1.4953104401575563f,-0.22641904788451755f,-0.5351592741368796f,-0.8138421014302201f,-0.09139138358264323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.0068526492871865685f,0.9295212063783376f,0.36870498788422534f,0.5117193356795208f,0.4891935349042363f,0.3246966980860352f,-0.8094823899628228f,1.3915755263927614f,-0.8721483397941225f,0.1748209974373391f,-0.45694079731336046f,0.17313837640515534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6591624219256939f,0.6743487436874809f,0.33280425689610627f,0.2740241689953382f,0.45735216476976936f,0.71079612359919f,-0.5344135739825202f,1.5341702994689719f,-0.5969370979437104f,-0.2000565984002553f,-0.776944952062281f,-0.012213858324938723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9377187227714788f,-0.2877153831283163f,0.19468809741520487f,-0.15945778076510944f,-0.3455278348548797f,0.7144168693021091f,-0.6084562861842024f,1.217463221267898f,0.035973772450565544f,-0.6378310083148194f,-0.7693357475951417f,0.19690938681922943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9743505061120725f,-0.17977410231157442f,0.13536012476802609f,-0.1923194241687295f,-0.2132451363950583f,0.9297421845892744f,-0.30017658469477015f,1.3899137772240446f,-0.07188604205964474f,-0.32134209548895254f,-0.9442307210760345f,0.13075630190832563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.923335697518436f,-0.30472086903209417f,0.23365868625939962f,0.16421503066268614f,-0.3834317988382083f,0.764554698281118f,-0.5181082598993807f,1.2311111140953546f,-0.02076644716457235f,-0.5679800219308718f,-0.8227803165849116f,0.1888820820111864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9590415373999667f,-0.2550183249029111f,0.12330848918554388f,0.11716977280079995f,-0.2622950017010459f,0.963860520312817f,-0.04662863353084623f,1.4115435326944399f,-0.10696102852981759f,-0.07706199676895796f,-0.9912723072041428f,0.1682375056969809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999784289889389f,-0.011173921245832677f,0.017507631889030928f,0.2628828435497971f,-0.010403515035416405f,0.9989995331752516f,0.04349367299432353f,2.0892188164771857f,-0.017976110960876604f,0.04330215005771906f,-0.9989002869331357f,-0.009828013070557987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999784289889389f,-0.011173921245832677f,0.017507631889030928f,0.30341283506597483f,-0.010403515035416405f,0.9989995331752516f,0.04349367299432353f,1.9688115384873253f,-0.017976110960876604f,0.04330215005771906f,-0.9989002869331357f,-0.10821357956672147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999784289889389f,-0.011173921245832677f,0.017507631889030928f,-0.324490426760219f,-0.010403515035416405f,0.9989995331752516f,0.04349367299432353f,2.0831067513938786f,-0.017976110960876604f,0.04330215005771906f,-0.9989002869331357f,-0.020388978260072993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999784289889389f,-0.011173921245832677f,0.017507631889030928f,-0.3589442569857454f,-0.010403515035416405f,0.9989995331752516f,0.04349367299432353f,1.961919209776362f,-0.017976110960876604f,0.04330215005771906f,-0.9989002869331357f,-0.12012275307830222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.989563404823138f,0.14050025178298514f,0.03199917317300178f,0.16259610395394986f,0.14407549968697173f,0.9607698843569272f,0.23698835351705783f,2.186743091169519f,0.0025530814298395394f,0.2391252988742395f,-0.9709853619975525f,-0.008478078954974905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9993593189491288f,-0.016031361320161364f,0.03199917317300178f,0.047323334677493174f,-0.00799583167990002f,0.9714795864932113f,0.23698835351705783f,2.195612062833738f,-0.03488578944613451f,0.2365806595670951f,-0.9709853619975525f,-0.010112285170866389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9745608581316748f,0.21984467069275773f,0.04358273242519925f,0.025494086304012994f,0.21879723376484875f,0.8911006721537156f,0.39757686374341067f,2.192814769913195f,0.048568552526338966f,0.3969986307976255f,-0.9165332415413565f,-0.03323548409564628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994798194019152f,-0.09207116058021023f,0.04358273242519925f,0.05434194745412637f,-0.06727671647502317f,0.9150991644823487f,0.39757686374341067f,2.202086917136345f,-0.07648788529285352f,0.3925766429031666f,-0.9165332415413565f,-0.02784161554552362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969536802288145f,0.06468311149423754f,0.04358273242519925f,0.11106856704817927f,0.07670461979865326f,0.9143571723990016f,0.39757686374341067f,2.31080362983797f,-0.014133675380683133f,0.3997087144032846f,-0.9165332415413565f,-0.012080538804579918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969536802288145f,0.07112954656446731f,0.03199917317300178f,0.09506441907117416f,0.07670461979865326f,0.9684796960178453f,0.23698835351705783f,2.0928956982339555f,-0.014133675380683133f,0.23872089562230459f,-0.9709853619975525f,-0.06579274031959836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9857272998414452f,-0.1674370722777109f,0.017507631889030928f,-0.22681004127664312f,-0.16655338804939787f,0.9850727228680781f,0.04349367299432353f,2.191748963159456f,-0.024528743884673365f,0.039956945433041624f,-0.9989002869331357f,-0.0358455750177595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997842898893892f,-0.011173921245832677f,0.017507631889030928f,-0.11176247976272782f,-0.010403515035416408f,0.9989995331752517f,0.04349367299432353f,2.203014592831379f,-0.017976110960876604f,0.04330215005771907f,-0.9989002869331357f,-0.033338624121358705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.967383207468483f,-0.25271171863138475f,0.017507631889030928f,-0.08938254773499965f,-0.2517743469460526f,0.9668081395133947f,0.04349367299432353f,2.198931607473058f,-0.027917881865906324f,0.037667076300401475f,-0.9989002869331357f,-0.033124152682687556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981283189522051f,0.05859472443218097f,0.017507631889030928f,-0.11859544401830521f,0.059308512110663875f,0.9972917330453923f,0.04349367299432353f,2.208619960577797f,-0.014911716764486632f,0.04445061830880079f,-0.9989002869331357f,-0.03321431841186761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9950059374176458f,-0.09826834347474292f,0.017507631889030928f,-0.17699203068299021f,-0.09743247283825243f,0.9942913122652164f,0.04349367299432353f,2.314010364734775f,-0.02168173748238524f,0.04157065100096339f,-0.9989002869331357f,-0.060933371584600764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9950059374176458f,-0.09826834347474292f,0.017507631889030928f,-0.1548816534011731f,-0.09743247283825243f,0.9942913122652164f,0.04349367299432353f,2.0902948194751017f,-0.02168173748238524f,0.04157065100096339f,-0.9989002869331357f,-0.07028676805981751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999784289889389f,-0.011173921245832677f,0.017507631889030928f,-0.024729096023042435f,-0.010403515035416405f,0.9989995331752516f,0.04349367299432353f,1.5782488208211394f,-0.017976110960876604f,0.04330215005771906f,-0.9989002869331357f,-0.05901647212762848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9903654303024941f,-0.06301849693966101f,0.12330848918554388f,-0.0010971596706695543f,-0.06921521750526516f,0.9965114270296878f,-0.04662863353084623f,1.2045570356850066f,-0.11993985212369696f,-0.054714210610416814f,-0.9912723072041428f,-0.03849864314872217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9846815947542819f,-0.054033556465460326f,0.16577856232896332f,0.10641811946606085f,-0.14621183111180536f,0.7738806180985551f,-0.6162230840972538f,0.8369384153765635f,-0.09499609147273891f,-0.6310223163304862f,-0.7699263464110128f,0.36501378883238833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9846815947542819f,0.04980517332856519f,0.1670975812568083f,0.12688262505444428f,-0.14621183111180536f,0.2862646153993884f,-0.9469290735916673f,0.9128386495890395f,-0.09499609147273891f,-0.9568552736333494f,-0.27459739242198045f,0.03606831602190205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9696276260706312f,0.203577437098177f,0.1355673038205372f,-0.18151456348259284f,0.15671708720402672f,0.9426613588703147f,-0.29466814736421254f,0.9265353923956392f,-0.18778184507272672f,-0.2644726632325345f,-0.9459345585524259f,0.3088920316747739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9696276260706312f,0.21445684931993403f,-0.11760325905517745f,-0.11794373754317912f,0.15671708720402672f,0.1755953031457213f,-0.9719084545837883f,0.9211859794448842f,-0.18778184507272672f,-0.9608197277808826f,-0.2038711096947115f,-0.023825827363619115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.975580247002206f,0.1845026150287391f,0.119172004710299f,0.0011506558333856175f,0.062076652644291026f,0.7520606047306535f,-0.656164107528478f,1.096990568114059f,-0.21068856365639466f,-0.6327429429552894f,-0.7451487752688617f,-0.023073714095171664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9890985507530586f,-0.06404038853536359f,0.1326004733567665f,0.0024687868536527277f,-0.13992453782991343f,0.6893149006514665f,-0.7108207168146861f,1.0594228509474035f,-0.04588224723445876f,-0.7216258007971296f,-0.6907611910151129f,-0.02176856459928499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9908159668268783f,0.051783873875913156f,0.1249085677098321f,0.0011506558333856175f,-0.03925981575906869f,0.7737956154181476f,-0.6322175356838928f,1.096990568114059f,-0.1293923751520242f,-0.63131511621856f,-0.7646560254692719f,-0.023073714095171664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9881510645635789f,0.07652305558097458f,0.13304771913271066f,-0.00010688989031248906f,0.04627496301968129f,0.9750479924989677f,-0.21711757211534055f,1.1218573227217137f,-0.14634241148550448f,-0.20838818173851423f,-0.9670358133555982f,-0.02098910766209907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9859401613115872f,-0.09614966915978279f,0.1366646970996742f,-0.00010688989031248906f,-0.12449580363416726f,0.9682060565725121f,-0.2169742539883201f,1.1218573227217137f,-0.11145758471438476f,-0.23093781227154955f,-0.9665634659311649f,-0.02098910766209907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9908159668268783f,-0.012683634963636189f,0.13462111753000497f,-0.00010688989031248906f,-0.03925981575906869f,0.9796874036647288f,-0.19665009017853652f,1.1218573227217137f,-0.1293923751520242f,-0.20012924949834737f,-0.9711878792220103f,-0.02098910766209907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9800083681952384f,0.15578512270028014f,0.12375214669881276f,-0.19271449526991874f,0.10056599744147408f,0.924570586289242f,-0.36749926683922574f,1.1302012632565834f,-0.1716685132046854f,-0.34770709873976635f,-0.9217535978015313f,-0.046020650841469404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9824988495104244f,-0.11002840313172757f,0.1502989062334596f,0.19280279440880332f,-0.1634829548595176f,0.8960775023995938f,-0.4126965388317507f,1.1430113784121054f,-0.08927112736542069f,-0.4300451839023288f,-0.8983828836422246f,-0.00722090602078361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9908159668268783f,0.013001433993926722f,0.1345907968436912f,-0.008013700710740103f,-0.03925981575906869f,0.9248269458312258f,-0.37835669299095365f,0.9918276705578394f,-0.1293923751520242f,-0.38016586245820166f,-0.9158228705781098f,0.018631732350346625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9908159668268783f,0.0012215987464285136f,0.13521178786415375f,5.7733349102661135e-18f,-0.03925981575906869f,0.9542836586906234f,-0.29631295216814557f,1.2053571428571432f,-0.1293923751520242f,-0.2988999940658087f,-0.9454715261709246f,-0.047142857142857306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17258774652721778f,-0.20982405576927568f,-0.9623862713948018f,0.05514172403849937f,-0.0017124891114861736f,0.9771101473169357f,-0.21272711954830567f,1.457851536483683f,0.9849926584141123f,-0.0350660181772608f,-0.1689965598451406f,0.3617251931095718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.17258774652721778f,-0.20982405576927568f,-0.9623862713948018f,0.038961622801572726f,-0.0017124891114861736f,0.9771101473169357f,-0.21272711954830567f,1.4576909906294813f,0.9849926584141123f,-0.0350660181772608f,-0.1689965598451406f,0.45406825483589486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.17258774652721778f,-0.20982405576927568f,-0.9623862713948018f,0.19140961412925633f,-0.0017124891114861736f,0.9771101473169357f,-0.21272711954830567f,1.489680331488828f,0.9849926584141123f,-0.0350660181772608f,-0.1689965598451406f,0.4332462079495044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8203738192383847f,-0.5434166886353381f,-0.1780030876721801f,0.552453086567473f,-0.5036249904228423f,0.8340610569165391f,-0.2251755367637829f,2.1956314174766147f,0.27082958798812556f,-0.0950813117698198f,-0.9579200793502098f,-0.5275278529865159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.39743556604439706f,-0.5434166886353381f,-0.7394209040563929f,0.6153119138762665f,-0.15585344565805292f,0.8340610569165391f,-0.529199260025728f,2.2296712611733818f,0.9042978902549104f,-0.0950813117698198f,-0.41617889162311955f,-0.5881835977306284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6704941579604636f,-0.5434166886353381f,-0.5051097768341973f,0.6596489667469994f,-0.3630916660988514f,0.8340610569165391f,-0.4153391329321449f,2.27495220926482f,0.6469946106038664f,-0.0950813117698198f,-0.7565431369073949f,-0.44437425482246296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015481499481669976f,-6.082697712739967e-7f,0.000002023315764878674f,-0.10264413478025637f,-6.134346212354483e-7f,0.000015612953691261297f,0f,1.3710682107098016f,-0.0000020217558617503786f,-7.94350041515559e-8f,-0.00001549344436578237f,0.6327902652293685f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..c9050777c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5720115262039454f,-0.10127007152158318f,-0.57401361564713f,0.05305937469118363f,-0.0001926635462040493f,0.8042790532135338f,-0.14170254721473413f,1.3763635019749494f,0.5828783931619319f,-0.09911620261288982f,-0.5633588568656832f,-0.3313758108289302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5556481175374103f,0.12278006974567293f,-0.5622990520624948f,0.05305937469118363f,0.30132859176107835f,0.7279647524950462f,-0.1388106584960661f,1.3763635019749494f,0.4903633849141042f,-0.30820832824256034f,-0.5518617373378122f,-0.3313758108289302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5743684723665843f,0.10086765237093269f,0.5717263498395867f,-0.05440157051925758f,0.0001926635462040493f,0.8042790532135338f,-0.14170254721473413f,1.3763635019749494f,-0.5805559966760128f,-0.09952570377325988f,-0.565679956739147f,-0.33115811083255775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5576303560782162f,-0.12402782589019044f,0.5600584651489829f,-0.05440157051925758f,-0.30132859176107835f,0.7279647524950462f,-0.1388106584960661f,1.3763635019749494f,-0.48810804722660245f,-0.30770833191478375f,-0.5541354678261031f,-0.33115811083255775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08613594782238439f,-1.5601237946371844f,-0.0007706488254353801f,-0.8753067893156911f,-0.3797875983298063f,-0.021717040605333714f,1.5154854008871959f,1.6247871795372237f,-1.5131914051591815f,-0.08335685667189567f,-0.3804072236408819f,-0.080440338085866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.998479228567798f,0.05512700660632601f,0.000493215248279099f,-0.6262051590845181f,-0.013898905987414006f,-0.24306406293107582f,-0.9699106565678054f,1.609701228007753f,-0.05334838827001312f,-0.9684424993018762f,0.2434606231301642f,-0.08712986288195373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.998479228567798f,0.05512700660632601f,0.000493215248279099f,-0.29857916221070946f,-0.013898905987414006f,-0.24306406293107582f,-0.9699106565678054f,1.6142618065348733f,-0.05334838827001312f,-0.9684424993018762f,0.2434606231301642f,-0.06962492298085568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.998254881913118f,-0.05905038082303889f,0.0004932152482790782f,0.625846996110236f,0.013898905987414006f,-0.24306406293107582f,-0.9699106565678054f,1.609701228007753f,0.057393476536798854f,-0.9682111927860019f,0.2434606231301642f,-0.08966633554288415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.998254881913118f,-0.05905038082303889f,0.0004932152482790782f,0.29829461298249416f,0.013898905987414006f,-0.24306406293107582f,-0.9699106565678054f,1.6142618065348733f,0.057393476536798854f,-0.9682111927860019f,0.2434606231301642f,-0.07083410105424703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.001456156262252986f,-0.0014084279844900807f,-0.15574492028792492f,0f,0.6952288267060146f,-0.7187884796774209f,1.4026355615329713f,0.0020258480810745353f,-0.7187870047002227f,-0.695227400073986f,0.24947542237153464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0010212636292299703f,-0.001749594537944551f,-0.1559473421842677f,0f,0.8636356073731569f,-0.5041165913528319f,1.561416509219483f,0.0020258480810745353f,-0.5041155568892888f,-0.8636338351649699f,0.14955604398501193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0014314961856090047f,-0.0014334849556867514f,0.15675443845197223f,0f,0.7075974595915469f,-0.7066157620514767f,1.4026355615329713f,0.0020258480810745353f,-0.7066143120530886f,-0.7075960075786837f,0.24884234484619883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0010212636292299703f,-0.001749594537944551f,0.15655201655562945f,0f,0.8636356073731569f,-0.5041165913528319f,1.561416509219483f,0.0020258480810745353f,-0.5041155568892888f,-0.8636338351649699f,0.14892296645967612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0003402527053791648f,-0.00199706998977891f,0.29343664789787144f,0f,0.9857945462127837f,-0.16795568658765886f,2.200395660403136f,0.0020258480810745353f,-0.1679553419371601f,-0.985792523330505f,-0.15497422859571988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0003402527053791648f,-0.00199706998977891f,0.3307918772232896f,0f,0.9857945462127837f,-0.16795568658765886f,2.0614254965089454f,0.0020258480810745353f,-0.1679553419371601f,-0.985792523330505f,-0.22647382921885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0003402527053791648f,-0.00199706998977891f,-0.29406214653313517f,0f,0.9857945462127837f,-0.16795568658765886f,2.200395660403136f,0.0020258480810745353f,-0.1679553419371601f,-0.985792523330505f,-0.15378404284808858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0003402527053791648f,-0.00199706998977891f,-0.33170676330529225f,0f,0.9857945462127837f,-0.16795568658765886f,2.0614254965089454f,0.0020258480810745353f,-0.1679553419371601f,-0.985792523330505f,-0.22513170486513812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9703760497772654f,0.24159125342223353f,-0.00199706998977891f,0.2036135254334991f,0.23848528529161087f,0.9565122351764492f,-0.16795568658765886f,2.295554100537001f,-0.03866640296237708f,-0.16345644749482058f,-0.985792523330505f,-0.1931952712525831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962223088452781f,0.08681660596014625f,-0.00199706998977891f,0.08973853103527232f,0.08591765587176578f,0.9820433003449334f,-0.16795568658765886f,2.3153469529765087f,-0.012620133457464298f,-0.16749278544818505f,-0.985792523330505f,-0.19633681038360007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9456274108099711f,0.32524577112744446f,-0.00199706998977891f,0.06711140856469199f,0.3209433110844262f,0.9320870551686862f,-0.16795568658765886f,2.3130239334813583f,-0.052765433713703694f,-0.1594644472936858f,-0.985792523330505f,-0.19589518370130926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998515816651021f,0.01711216974113719f,-0.00199706998977891f,0.09697714074933546f,0.017204487084162973f,0.9856444049285924f,-0.16795568658765886f,2.320344682260781f,-0.0009056853562008742f,-0.1679651174491642f,-0.985792523330505f,-0.1972029693808931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9848648164170961f,0.17331273783301507f,-0.00199706998977891f,0.16357520255784397f,0.17118142650384843f,0.9708181119875008f,-0.16795568658765886f,2.4129876977072695f,-0.027170068160146905f,-0.16575550772704034f,-0.985792523330505f,-0.2448224442161093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9848648164170961f,0.17331273783301507f,-0.00199706998977891f,0.12457983654541566f,0.17118142650384843f,0.9708181119875008f,-0.16795568658765886f,2.194553622510082f,-0.027170068160146905f,-0.16575550772704034f,-0.985792523330505f,-0.20752745497752528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702114206183289f,-0.24225154491400003f,-0.00199706998977891f,-0.2043946210818795f,-0.23848528529161087f,0.9565122351764492f,-0.16795568658765886f,2.295554100537001f,0.04259774643267918f,-0.16247625347887956f,-0.985792523330505f,-0.19236870703576567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961629988907597f,-0.08749452184236646f,-0.00199706998977891f,-0.09053328991929468f,-0.08591765587176578f,0.9820433003449334f,-0.16795568658765886f,2.3153469529765087f,0.016656411692475878f,-0.16713965685978513f,-0.985792523330505f,-0.1959716063116369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9454058599192924f,-0.3258892016341123f,-0.00199706998977891f,-0.06790456384140911f,-0.3209433110844262f,0.9320870551686862f,-0.16795568658765886f,2.3130239334813583f,0.056596387697700104f,-0.15814534405175382f,-0.985792523330505f,-0.19562166129141917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998397052080908f,-0.017792571507625365f,-0.00199706998977891f,-0.09777534962385787f,-0.017204487084162973f,0.9856444049285924f,-0.16795568658765886f,2.320344682260781f,0.004956764425399621f,-0.16789440560098198f,-0.985792523330505f,-0.19680842961237774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9847466478926254f,-0.17398290483749665f,-0.00199706998977891f,-0.1645658040349387f,-0.17118142650384843f,0.9708181119875008f,-0.16795568658765886f,2.4129876977072695f,0.031160209953481118f,-0.16505193807202306f,-0.985792523330505f,-0.2441576790234618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9847466478926254f,-0.17398290483749665f,-0.00199706998977891f,-0.12541965044650202f,-0.17118142650384843f,0.9708181119875008f,-0.16795568658765886f,2.194553622510082f,0.031160209953481118f,-0.16505193807202306f,-0.985792523330505f,-0.20702099295725668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0003402527053791648f,-0.00199706998977891f,-0.00018311900185577728f,0f,0.9857945462127837f,-0.16795568658765886f,1.6945825327818946f,0.0020258480810745353f,-0.1679553419371601f,-0.985792523330505f,-0.09039109487051811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0004932152482790887f,-0.001964891642421631f,0.0000018367162488809526f,0f,0.9699106565678052f,-0.24346112272025897f,1.3308660365689677f,0.0020258480810745353f,-0.24346062313016426f,-0.9699086662797816f,0.0009066388032934886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.951198290765024f,-0.3074887552755745f,-0.02593216197648507f,0.22836724436521397f,-0.300762614602054f,0.9050244316854787f,0.3007866814041349f,0.7478595240945645f,-0.06901928211328405f,0.2939072020748285f,-0.9533388145172277f,0.016161354677890996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.951198290765024f,-0.2896388585501403f,0.10644784292539049f,0.1249250131731497f,-0.300762614602054f,0.9473486343447372f,-0.10987454055830209f,1.0872401455507963f,-0.06901928211328405f,-0.1365280067346385f,-0.9882289421351884f,-0.037141569360002014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9509108386278464f,0.30867705160976516f,0.022069317832417792f,-0.23187126413300677f,0.300762614602054f,0.9050244316854789f,0.3007866814041348f,0.7647881796672951f,0.072872674150344f,0.29265894119585434f,-0.9534360584225349f,0.03313112582946924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9509108386278464f,0.2840878207070528f,-0.12273013935461541f,-0.12509690923037559f,0.300762614602054f,0.9417738784945288f,-0.15034563992051428f,1.1219601503443277f,0.072872674150344f,-0.17987793614362502f,-0.9809859843294846f,-0.04770966212940635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9820049062803153f,0.18884499152984532f,-0.001983233592324211f,-0.005183563376264674f,0.1852702720954495f,0.9612734517810577f,-0.20403008890506485f,1.285107358821485f,-0.03662363061012891f,-0.20072598256086135f,-0.97896260889061f,-0.034512151449973286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9818484583462346f,-0.18965672049163154f,-0.001983233592324211f,-0.005183563376264674f,-0.1852702720954495f,0.9612734517810577f,-0.20403008890506485f,1.285107358821485f,0.040602107344332256f,-0.19995919402040432f,-0.97896260889061f,-0.034512151449973286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,-0.0004133339640897926f,-0.001983233592324211f,-0.005183563376264674f,0f,0.9789646177576549f,-0.20403008890506485f,1.285107358821485f,0.0020258480810745353f,-0.20402967022872626f,-0.97896260889061f,-0.034512151449973286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9817850365737543f,0.18998578389430593f,-0.001882519040547537f,-0.00516885736550018f,0.1758616918435548f,0.9124571019543655f,0.3694518946154738f,1.2750470184192904f,0.0719083256778692f,0.3623912788838973f,-0.9292479505961253f,-0.02725297899540108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9820683280527956f,-0.18851592812717094f,-0.001882519040547537f,-0.00516885736550018f,-0.1758616918435548f,0.9124571019543655f,0.3694518946154738f,1.2750470184192904f,-0.06792984894366585f,0.3631580674243543f,-0.9292479505961253f,-0.02725297899540108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,0.000748453411756109f,-0.001882519040547537f,-0.00516885736550018f,0f,0.9292498574468746f,0.3694518946154738f,1.2750470184192904f,0.0020258480810745353f,0.3694511364882419f,-0.9292479505961253f,-0.02725297899540108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9658034655435181f,0.258466526701481f,-0.02046266158159793f,-0.19884123784633256f,0.25190553960080825f,0.9541074554912408f,0.16193382134210144f,1.3413624200453718f,0.06137805033198789f,0.15124158803352536f,-0.9865894368918317f,0.011257777009694596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9660442228125723f,-0.25785162147264434f,0.01646514118923964f,0.1886579669911399f,-0.25190553960080825f,0.9541074554912408f,0.16193382134210144f,1.3413624200453718f,-0.0574644123686918f,0.1522875723096214f,-0.9866642471637264f,0.010472760878278219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,0.0002914894985598152f,-0.0020047678967458366f,-0.007916406387118042f,0f,0.9895943903564981f,0.14388517149084817f,1.1731559030784018f,0.0020258480810745353f,0.1438848762338246f,-0.9895923596768165f,-0.05128229671649348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999979479676708f,0.00046510732809225327f,-0.0019717341658926192f,0f,0f,0.9732882659428176f,0.2295864790836411f,1.390625f,0.0020258480810745353f,0.2295860079647637f,-0.9732862687238303f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8607275652658888f,0.23201577815220517f,-0.4531188994953559f,-2.0849371184492616f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.48125534292599f,-0.08068781564244124f,0.8728589641586089f,-0.44945733408333105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37637729502830775f,0.23201577815220517f,-0.8969441512578147f,-2.054142846356732f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9114816391406528f,-0.08068781564244124f,-0.40334934971600056f,-0.36090918161084157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3284722356536499f,0.23201577815220517f,-0.9155734099967737f,-1.9322039709034808f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9445136263732214f,-0.08068781564244124f,0.31840773546218754f,-0.45294441816641445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.857475522382465f,-0.26666921554070566f,0.4400264287492555f,2.08097522607023f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2895560163975985f,-0.4887813244429018f,-0.1550530227115903f,0.8585169637367933f,-0.45874326833093143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36361807929907325f,-0.26666921554070566f,0.8925633993671027f,2.049576502023331f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.29512393901765f,-0.8978501468694222f,-0.1550530227115903f,-0.4120966803003352f,-0.3705832951802789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3349197231669269f,-0.26666921554070566f,0.9037235797060371f,1.929717327090875f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.2469351489797313f,-0.9403730469402941f,-0.1550530227115903f,0.30274922417113953f,-0.4600756653812761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562496793699486f,0f,-3.165387626678962e-8f,-0.005824714633717921f,0f,0.000015625f,0f,1.5567475f,3.165387626678962e-8f,0f,-0.00001562496793699486f,0.6875132107862989f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26.mcfunction new file mode 100644 index 000000000..11915cada --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260.mcfunction new file mode 100644 index 000000000..31301078a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260_as_bone.mcfunction new file mode 100644 index 000000000..e64715eab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_260_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7691630605417984f,-0.17882418515421614f,-0.2082175341952474f,0.06271699504374947f,-0.17114652338753844f,0.796829091825947f,-0.052122072067786726f,1.3018383759964618f,0.21457282743809178f,-0.005454692311342648f,-0.7879550701032743f,-0.37549355589151495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7631481421351964f,0.12649856862816367f,-0.20396819676269135f,0.06271699504374947f,0.143818307118465f,0.7853084354496437f,-0.05105835631130129f,1.3018383759964618f,0.19214892061413472f,-0.08537431315482832f,-0.771874354386881f,-0.37549355589151495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7184534973396166f,0.08348275094893318f,0.3792092389419284f,-0.00039203545475356705f,0.0848364045430544f,0.8120478944863836f,-0.018040121088357654f,1.2981768491778551f,-0.3789086975369203f,0.023522155485282283f,-0.723062481101492f,-0.38246516250823265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6815137439310777f,-0.19377526083641222f,0.37147027488188905f,-0.00039203545475356705f,-0.22763623615123402f,0.766726447949294f,-0.01767195535186056f,1.2981768491778551f,-0.35173962077642806f,-0.12075471958825851f,-0.7083061039361555f,-0.38246516250823265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.776162544850795f,-0.5870305384133007f,1.222445541094133f,-0.7848919736524819f,1.3146798816977041f,-0.019684959890959797f,-0.8441774464017628f,1.1417533580723287f,0.33255790868666435f,1.44789982364951f,0.484146246547126f,-0.11555159854038916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8622348696924376f,-0.4740432215957094f,0.1784210008536728f,-0.5893603437970305f,-0.500846449543804f,0.7454237016440279f,-0.43988218764423825f,1.2679927863531681f,0.07552392644606598f,-0.46864328554506823f,-0.8801531727192108f,-0.15022280695173368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.754213268843215f,-0.4740432215957094f,0.45436259656797595f,-0.31378428570049294f,-0.6184129775620337f,0.7454237016440279f,-0.24881497987495566f,1.4911704642762964f,-0.2207435939810972f,-0.46864328554506823f,-0.8553629268502535f,-0.07931346459681755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.14032750382089304f,0.9278433450328902f,0.3455646375854664f,0.4878410623523708f,0.5187762079035144f,0.22837105852116807f,-0.8238433745216205f,1.363064433635114f,-0.843314554472201f,0.29487859655814064f,-0.4492963114774641f,0.19587981129793502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5705072449623207f,0.7318389466613034f,0.37273749421701174f,0.2779177651213143f,0.5081486057247148f,0.6710815358537975f,-0.539846799320082f,1.5234848068256759f,-0.6452181630623329f,-0.11858047219412832f,-0.7547398185260179f,-0.00755841175779182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9567126422965553f,-0.23535870719259683f,0.17119345495249805f,-0.16147324700286717f,-0.2904086693572391f,0.7334817708908549f,-0.614546415279573f,1.2046119828544133f,0.019071571306562916f,-0.6376603882314197f,-0.7700814920827884f,0.20678784959123642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.981515659011118f,-0.14745967584475173f,0.12199448805471295f,-0.18835947067341616f,-0.17807942373899907f,0.9371931513949515f,-0.29992785102285086f,1.3784611496720738f,-0.0701051350241677f,-0.31610859048459927f,-0.9461292877112953f,0.14160418082717846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.946171053286346f,-0.25176710306999694f,0.20340517135694539f,0.16097886435322573f,-0.322384060468194f,0.788968829758191f,-0.5230647218328057f,1.2140072343095407f,-0.028789850278294282f,-0.5604832838557561f,-0.8276651696424232f,0.19506924597419717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9705650963247836f,-0.21304047394310252f,0.1123260889471448f,0.12173581354481366f,-0.21925550527779147f,0.9745782243192461f,-0.04609021683747383f,1.3964525875141651f,-0.09965147867163834f,-0.0693616691324773f,-0.9926019049214608f,0.17586017110609856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.99982152269115f,-0.010651141619595027f,0.01560371576739017f,0.2673165232981213f,-0.009965633514234644f,0.999009367756491f,0.04337014276476016f,2.076077311638346f,-0.016050199756082004f,0.04320690126559703f,-0.9989372126269072f,-0.0010011520232679344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.99982152269115f,-0.010651141619595027f,0.01560371576739017f,0.3076040714546816f,-0.009965633514234644f,0.999009367756491f,0.04337014276476016f,1.9556408028097647f,-0.016050199756082004f,0.04320690126559703f,-0.9989372126269072f,-0.09945049587438703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.99982152269115f,-0.010651141619595027f,0.01560371576739017f,-0.3200786212829294f,-0.009965633514234644f,0.999009367756491f,0.04337014276476016f,2.070222501948733f,-0.016050199756082004f,0.04320690126559703f,-0.9989372126269072f,-0.01043064437996611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.99982152269115f,-0.010651141619595027f,0.01560371576739017f,-0.35477768732820525f,-0.009965633514234644f,0.999009367756491f,0.04337014276476016f,1.9490385706065843f,-0.016050199756082004f,0.04320690126559703f,-0.9989372126269072f,-0.11008375321279136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.989426875199387f,0.14233126345380664f,0.027861623729059884f,0.16725359168899778f,0.14501568207589305f,0.9679494296373583f,0.20504719850994224f,2.175430997155637f,0.0022159840342693485f,0.20691958125889218f,-0.9783554447675981f,-0.0027310640403211614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995109035628114f,-0.01420153450274371f,0.027861623729059884f,0.05198180200221492f,-0.008190352821505903f,0.978717816586519f,0.20504719850994224f,2.1843505053149532f,-0.030180652406990575f,0.20471871412717463f,-0.9783554447675981f,-0.00414439400957646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.973987399725449f,0.22341118689871795f,0.03789441574380766f,0.02997324572598123f,0.22276060814614856f,0.9133304683492203f,0.34088878984699894f,2.1804203459652074f,0.04154824466107374f,0.34046276911506734f,-0.9393395798176951f,-0.02352153423831424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953549167834422f,-0.08850199370896858f,0.03789441574380766f,0.05886602253667742f,-0.07037670824907323f,0.9374657070488888f,0.34088878984699894f,2.189962402013228f,-0.06569405278297027f,0.3366384488094971f,-0.9393395798176951f,-0.018893117711712273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969452081019058f,0.06829542662640879f,0.03789441574380766f,0.11580956883337093f,0.0771416921886794f,0.9369332912662005f,0.34088878984699894f,2.299355704712798f,-0.01222339432869448f,0.3427706848886021f,-0.9393395798176951f,-0.010164865258528256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969452081019058f,0.0729656218079995f,0.027861623729059884f,0.09939230392657107f,0.0771416921886794f,0.9757073360949434f,0.20504719850994224f,2.079821554091436f,-0.01222339432869448f,0.20657011479079124f,-0.9783554447675981f,-0.05664314108645621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9858458549967967f,-0.16692655342960072f,0.01560371576739017f,-0.22238039748276994f,-0.16612243604381965f,0.9851509361308198f,0.04337014276476016f,2.178819925091212f,-0.022611643648834865f,0.040164148200643957f,-0.9989372126269072f,-0.026087943699248425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998215226911501f,-0.010651141619595031f,0.01560371576739017f,-0.10732327905774801f,-0.009965633514234656f,0.999009367756491f,0.04337014276476016f,2.190035216481717f,-0.016050199756082004f,0.043206901265597036f,-0.9989372126269072f,-0.023803788766554188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9675458061350692f,-0.25221347522424264f,0.01560371576739017f,-0.08494477362350293f,-0.2513518515779706f,0.9669236150931932f,0.04337014276476016f,2.185942407908206f,-0.026026135686363326f,0.03804057689389306f,-0.9989372126269072f,-0.023631923964860108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981289937934608f,0.05911882782248237f,0.01560371576739017f,-0.1141535252453685f,0.05974601300017589f,0.9972709985992507f,0.04337014276476016f,2.195643604972863f,-0.012997141202457775f,0.04422125676355841f,-0.9989372126269072f,-0.023666983982749072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9950885917839732f,-0.09775079823530665f,0.01560371576739017f,-0.1725570063491604f,-0.09699711472869134f,0.994339273312119f,0.04337014276476016f,2.3010564822081037f,-0.019754853471950162f,0.041643618880771685f,-0.9989372126269072f,-0.051285876777303105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9950885917839732f,-0.09775079823530665f,0.01560371576739017f,-0.15056307674621644f,-0.09699711472869134f,0.994339273312119f,0.04337014276476016f,2.077330145712877f,-0.019754853471950162f,0.041643618880771685f,-0.9989372126269072f,-0.060655691025476716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.99982152269115f,-0.010651141619595027f,0.01560371576739017f,-0.02061429244751117f,-0.009965633514234644f,0.999009367756491f,0.04337014276476016f,1.5652282319655562f,-0.016050199756082004f,0.04320690126559703f,-0.9989372126269072f,-0.0495761650599941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9923049094983353f,-0.05209430225407416f,0.1123260889471448f,-0.0010789291022333598f,-0.057572601094692526f,0.9972768359463012f,-0.04609021683747383f,1.1912494184856932f,-0.10961916889254424f,-0.05220245355914899f,-0.9926019049214608f,-0.03000024497531323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9865350370496693f,-0.055732994649174576f,0.15376102881043313f,0.10632487725840015f,-0.14208779757995812f,0.7576367728230791f,-0.6370224315085826f,0.8442037820995261f,-0.08099184188722107f,-0.650292514007093f,-0.755354200209445f,0.3759031403976016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9865350370496693f,0.046317120527891414f,0.1568545345835196f,0.12548844258921507f,-0.14208779757995812f,0.2322158712422978f,-0.9622301423890531f,0.899298695083926f,-0.08099184188722107f,-0.9715608645314947f,-0.22250799549348793f,0.04582244517550449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9714121194025231f,0.20513709753001502f,0.11948751187826898f,-0.18083921983268725f,0.1573116290302179f,0.9331752479459645f,-0.3231671517850272f,0.9090510846595282f,-0.1777963600576723f,-0.295131712694432f,-0.9387681963681417f,0.3243712889052153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9714121194025231f,0.20448672028105097f,-0.12059716210009908f,-0.12004563183445875f,0.1573116290302179f,0.17400719863606134f,-0.9720980126482563f,0.9067782176058976f,-0.1777963600576723f,-0.963279126760011f,-0.20120084070081082f,-0.009792900749435902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9775173811544784f,0.1816679533988631f,0.10703515426605745f,0.0005212820345557218f,0.06840492237896659f,0.7533960634560816f,-0.6539993411030377f,1.0839451544875018f,-0.19945058569785595f,-0.6319739917724054f,-0.7488847291726771f,-0.013684362602525733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9904871249485194f,-0.06712184280908634f,0.12012457504244652f,0.0015995788680284256f,-0.13328325544399472f,0.6850428763776389f,-0.7162065563386736f,1.0463901457530504f,-0.03421738051731764f,-0.7254039672776563f,-0.687472366810747f,-0.012338806586287821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9924931697038618f,0.04968253334233333f,0.11175398861727225f,0.0005212820345557218f,-0.03271908282177614f,0.7725965738851063f,-0.6340536220543947f,1.0839451544875018f,-0.1178421389422444f,-0.632950377124213f,-0.7651712555943496f,-0.013684362602525733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.98928013840038f,0.08217755394469647f,0.12071312022390737f,-0.0005075538681619303f,0.05249059897077043f,0.9714929026631212f,-0.23118450876923619f,1.108850552425518f,-0.13627011699640817f,-0.22236993884707026f,-0.9653921822300695f,-0.011934302478012856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9881527287021363f,-0.09079905562176177f,0.12373243817495284f,-0.0005075538681619303f,-0.11767975263772662f,0.9657904593744446f,-0.23108497225138286f,1.108850552425518f,-0.09851731105570123f,-0.2429080486099526f,-0.9650336881906555f,-0.011934302478012856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9924931697038618f,-0.006467787794017934f,0.12212893110247477f,-0.0005075538681619303f,-0.03271908282177614f,0.9762429086353545f,-0.2141944092605702f,1.108850552425518f,-0.1178421389422444f,-0.21658243479154635f,-0.9691260388769267f,-0.011934302478012856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.981389896259685f,0.15558344963572193f,0.11255070732276098f,-0.1933094209115495f,0.10391902874517148f,0.9231876273092654f,-0.37003437711616577f,1.1178826545065554f,-0.16147664532081804f,-0.3514518387809876f,-0.9221750907682323f,-0.03476981762976041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9847593853230159f,-0.10828194357467183f,0.13610280567985183f,0.19271240231163578f,-0.15642224227395193f,0.8935146994846129f,-0.42090802312014786f,1.128571655163019f,-0.07603311870642299f,-0.4357826321695409f,-0.8968346906532785f,-0.0006034079503709974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9924931697038618f,0.01642570045202916f,0.12119201481880597f,-0.009049927944510643f,-0.03271908282177614f,0.9191578281597242f,-0.39252815001220054f,0.9794718132316371f,-0.1178421389422444f,-0.3935467993737962f,-0.9117204324748667f,0.029637427727037133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9924931697038618f,0.005800615636136406f,0.1221624367365979f,4.81111242522175e-18f,-0.03271908282177614f,0.9498712375859185f,-0.31092457867833034f,1.1919642857142858f,-0.1178421389422444f,-0.31258756351658856f,-0.9425509245787622f,-0.03928571428571433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.052740663633563105f,-0.2200237272179752f,-0.9740677501388708f,0.03652812974244529f,0.002139930402084847f,0.975398164366984f,-0.2204401089806309f,1.414549385909954f,0.9986059498607877f,-0.013710594831306036f,-0.050972311032620315f,0.35916342908826465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.052740663633563105f,-0.2200237272179752f,-0.9740677501388708f,0.03158369252679877f,0.002139930402084847f,0.975398164366984f,-0.2204401089806309f,1.4147500043851495f,0.9986059498607877f,-0.013710594831306036f,-0.050972311032620315f,0.4527827368877135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.052740663633563105f,-0.2200237272179752f,-0.9740677501388708f,0.18016607365545267f,0.002139930402084847f,0.975398164366984f,-0.2204401089806309f,1.4477157114946464f,0.9986059498607877f,-0.013710594831306036f,-0.050972311032620315f,0.4136189296428821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7923710512298662f,-0.557354706494887f,-0.24799969419512435f,0.5532176124312039f,-0.5120628817411281f,0.8286294046883089f,-0.22619662868590704f,2.1725870561942484f,0.33157159455515506f,-0.05224022237603002f,-0.941982609632606f,-0.4980551280953409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30255252632937346f,-0.557354706494887f,-0.7731867173973646f,0.6101409080539093f,-0.14410493607592106f,0.8286294046883089f,-0.5409316750611425f,2.206700153616963f,0.9421760643373766f,-0.05224022237603002f,-0.33102148413031224f,-0.5642751968032371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6071818199755232f,-0.557354706494887f,-0.5662914167098153f,0.6666229727490289f,-0.3638730391756203f,0.8286294046883089f,-0.4254053608583186f,2.2534544090343536f,0.7063473995508929f,-0.05224022237603002f,-0.7059350609750122f,-0.4252749033030372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001550770577662284f,-5.076697224083064e-7f,0.000001842269795292882f,-0.09362065370671394f,-5.112356690902522e-7f,0.000015616634179318215f,0f,1.357761691667062f,-0.000001841283420972569f,-6.027737801224438e-8f,-0.00001551601324443079f,0.6419274833927788f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261.mcfunction new file mode 100644 index 000000000..4fad788fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261_as_bone.mcfunction new file mode 100644 index 000000000..48da0808f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_261_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7714665776072667f,-0.17051710979986112f,-0.20665836383964192f,0.056916656284271644f,-0.16372185314021437f,0.7986579160404699f,-0.04780305842383405f,1.288313584439299f,0.2120823398675849f,-0.0037273121469117037f,-0.7886391016839669f,-0.37006591062058913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7621187793532112f,0.13488020589710328f,-0.20244084621026148f,0.056916656284271644f,0.1512233960374079f,0.7841802541917827f,-0.04682748580293948f,1.288313584439299f,0.19054251664152289f,-0.08287737322614794f,-0.7725444261393962f,-0.37006591062058913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7322124088132584f,0.09462206583043496f,0.34907892729626483f,-0.004823131009920045f,0.09424381062047728f,0.8109087695035093f,-0.022125011784864947f,1.285460874781504f,-0.34918123801839884f,0.02044692262247867f,-0.7379693969370636f,-0.37569507541343417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6981417353954182f,-0.18885175629089984f,0.34195486755552473f,-0.004823131009920045f,-0.21869527204939654f,0.7692220994014186f,-0.021673480932112604f,1.285460874781504f,-0.32368270772828495f,-0.1123938429733442f,-0.7229087969995726f,-0.37569507541343417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.688088331338816f,-0.39682081643031675f,1.345538530820631f,-0.7529154574273527f,1.3840283700415315f,-0.0525344726712296f,-0.723264716477542f,1.094676278631047f,0.22892393757653948f,1.5103574473708974f,0.3283602624796736f,-0.08904811898784581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8075677012583247f,-0.570759546564011f,0.14855284544696493f,-0.5705734696834068f,-0.5795738967256197f,0.7213680910224716f,-0.37910707654813847f,1.2417664374543387f,0.10921770057378993f,-0.39225198184412f,-0.913350905523575f,-0.13197395274882812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7080573441662797f,-0.570759546564011f,0.4157984335928156f,-0.311299652476951f,-0.6742835706099686f,0.7213680910224716f,-0.15801817509409138f,1.487002530421735f,-0.20975334032540727f,-0.39225198184412f,-0.8956237597125785f,-0.06460148017448973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.27479495837761936f,0.9067231056304487f,0.319907706324991f,0.46448433412378687f,0.523272911821024f,0.138099342323384f,-0.8409007262478705f,1.339848354083112f,-0.8066431618780325f,0.39847431707165654f,-0.4365146366729158f,0.21372683498374972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48371090374416914f,0.7766176338840969f,0.40359486163635216f,0.28209552855895526f,0.5423407175469769f,0.6278935902028697f,-0.5582259269084349f,1.512795143121005f,-0.6869427251886651f,-0.05113404074017347f,-0.7249103407925375f,-0.005396906841769269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9721909502787782f,-0.187395518770305f,0.14045524461854192f,-0.161347013674765f,-0.23392316019252662f,0.7484505363629479f,-0.6205656691628674f,1.1920090286507217f,0.011167422334080267f,-0.6361640623006175f,-0.7714729901400234f,0.21812038900640224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9879757960075889f,-0.11752135716901226f,0.10046171963650898f,-0.18275438239622663f,-0.14268918458242788f,0.9432678779185408f,-0.29980911775704033f,1.3669979487744666f,-0.05952833868312561f,-0.3105389526230267f,-0.9486948591604262f,0.1539649925198321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9652765390098681f,-0.20192504764308247f,0.1657331541106653f,0.1596235359547158f,-0.2597685189338651f,0.8089820420587063f,-0.5273218867043469f,1.1972658134634624f,-0.027595648353260928f,-0.5520637017236911f,-0.8333451562414572f,0.1999646003358736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9808776134401328f,-0.17108095107060473f,0.09279232529022444f,0.12812580966204132f,-0.17582516597392778f,0.983366528165875f,-0.045560753870346415f,1.3813622827828742f,-0.08345428965745393f,-0.06100474951813899f,-0.9946425499012191f,0.18230969386433993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998706043712225f,-0.010431144290787876f,0.01224605010241038f,0.2715773391493267f,-0.009891989441723256f,0.999013528659415f,0.04329108569150576f,2.063006163178513f,-0.012685545286301919f,0.04316434621593651f,-0.9989874454449067f,0.007476799842092353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998706043712225f,-0.010431144290787876f,0.01224605010241038f,0.31152444704669696f,-0.009891989441723256f,0.999013528659415f,0.04329108569150576f,1.9425589609837295f,-0.012685545286301919f,0.04316434621593651f,-0.9989874454449067f,-0.09109810849712338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998706043712225f,-0.010431144290787876f,0.01224605010241038f,-0.3158466409187666f,-0.009891989441723256f,0.999013528659415f,0.04329108569150576f,2.0571946193815007f,-0.012685545286301919f,0.04316434621593651f,-0.9989874454449067f,0.000024041986389979064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998706043712225f,-0.010431144290787876f,0.01224605010241038f,-0.35088982834923793f,-0.009891989441723256f,0.999013528659415f,0.04329108569150576f,1.9360055179785878f,-0.012685545286301919f,0.04316434621593651f,-0.9989874454449067f,-0.09950228224929841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9893496337589422f,0.1438619337602869f,0.022159562175217785f,0.17167603561712058f,0.14552134348796825f,0.9741238123434449f,0.17293448706064873f,2.164044654811066f,0.0032925325364035283f,0.17431736069658635f,-0.9846840188554262f,0.002756644250100443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996740626832206f,-0.012677626064323114f,0.022159562175217785f,0.056400809453718705f,-0.008656803196090634f,0.9848952852681825f,0.17293448706064873f,2.172972687594767f,-0.024017247070559557f,0.1726862902892953f,-0.9846840188554262f,0.0017304432026875108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9735138010372189f,0.22659136066173852f,0.030450524848154914f,0.03423136957735948f,0.22581821420890744f,0.9321641401772007f,0.2829772957309477f,2.1682412165959f,0.03573532316302985f,0.28235858591720253f,-0.9586431117142981f,-0.01381466617912622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9958872254027307f,-0.0853311186855202f,0.030450524848154914f,0.0631651711340768f,-0.07328867674014947f,0.9563224456021504f,0.2829772957309477f,2.1780197004996857f,-0.05326728959998159f,0.27958179522529736f,-0.9586431117142981f,-0.010009143216391469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969749289807728f,0.0715105343306478f,0.030450524848154914f,0.12022918785050242f,0.07721541866984596f,0.9560134043100235f,0.2829772957309477f,2.287686585245866f,-0.008875252301949691f,0.2844725193393997f,-0.9586431117142981f,-0.008422663621340754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969749289807728f,0.07449795156905668f,0.022159562175217785f,0.1034671487474647f,0.07721541866984596f,0.9819019514720962f,0.17293448706064873f,2.0667586461646446f,-0.008875252301949691f,0.1741224078265167f,-0.9846840188554262f,-0.04760020538230695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9859287475643834f,-0.16671694269934123f,0.01224605010241038f,-0.21819354121596274f,-0.16605034956066922f,0.985166566277211f,0.04329108569150576f,2.1657835026168075f,-0.019281756582473355f,0.040648464996286084f,-0.9989874454449067f,-0.015970357815084192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998706043712227f,-0.010431144290787855f,0.01224605010241038f,-0.1031285523197468f,-0.009891989441723259f,0.9990135286594151f,0.04329108569150576f,2.1769903532449506f,-0.012685545286301916f,0.04316434621593652f,-0.9989874454449067f,-0.014074189491279511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.967646652050294f,-0.25201188668939134f,0.01224605010241038f,-0.08074990089257715f,-0.25128140166267005f,0.9669454685131396f,0.04329108569150576f,2.1728958817481194f,-0.02275113083565907f,0.0388132694984431f,-0.9989874454449067f,-0.01397729541056597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981626096751368f,0.0593417130137809f,0.01224605010241038f,-0.10995788092310342f,0.059819767929343584f,0.9972700122156137f,0.04329108569150576f,2.1825992640158547f,-0.009643651352063453f,0.043944098944680786f,-0.9989874454449067f,-0.013914844609316766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9951566607240296f,-0.09753591581303664f,0.01224605010241038f,-0.16844608340327416f,-0.09692411354069445f,0.9943498368853899f,0.04329108569150576f,2.2880143621034263f,-0.01639929361128372f,0.04189447472532576f,-0.9989874454449067f,-0.04134533489068415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9951566607240296f,-0.09753591581303664f,0.01224605010241038f,-0.14650050234534095f,-0.09692411354069445f,0.9943498368853899f,0.04329108569150576f,2.064285648804214f,-0.01639929361128372f,0.04189447472532576f,-0.9989874454449067f,-0.05077159170388243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998706043712225f,-0.010431144290787876f,0.01224605010241038f,-0.016553404415609665f,-0.009891989441723256f,0.999013528659415f,0.04329108569150576f,1.5521748676186191f,-0.012685545286301919f,0.04316434621593651f,-0.9989874454449067f,-0.04008926830860882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9948166145864574f,-0.041587109901663484f,0.09279232529022444f,-0.0009582382024858584f,-0.04596586882690464f,0.9979034806080965f,-0.045560753870346415f,1.177961062390583f,-0.09070304430242492f,-0.049589874775738674f,-0.9946425499012191f,-0.02149306526770682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9887322598006927f,-0.06395819406875039f,0.13534351791230886f,0.11027648499746774f,-0.13790759468676272f,0.740841164014649f,-0.6573704169105358f,0.8514194786112752f,-0.05822382465217299f,-0.6686282368498089f,-0.7413138789541102f,0.3846053919302994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9887322598006927f,0.03318086316554958f,0.14597105449028067f,0.12491692228331305f,-0.13790759468676272f,0.17737272718369895f,-0.9744333794462958f,0.8858133600047181f,-0.05822382465217299f,-0.983584234303807f,-0.170798244346559f,0.054523158208499414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9745508192476052f,0.20298106802528565f,0.09512826460698079f,-0.17673053307595954f,0.15791084168634512f,0.9228271863321039f,-0.35136042782914867f,0.8916709202107971f,-0.15910646367049783f,-0.3273968084598362f,-0.9313949017621805f,0.34152159070801014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9745508192476052f,0.18586537721945273f,-0.12531864288641148f,-0.1217282408490702f,0.15791084168634512f,0.17241977632206962f,-0.9722836966703482f,0.8924714256888531f,-0.15910646367049783f,-0.9673290455083616f,-0.1973819924262356f,0.005418837729077398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9808950261652826f,0.17336113639049797f,0.08826587128445873f,0.00017027874221930495f,0.0747297045313167f,0.7546929246577933f,-0.6518083006008196f,1.0709294330217365f,-0.17961185624805387f,-0.6327594375913026f,-0.753229762578635f,-0.004283090815216215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9918527346333329f,-0.0767431987958786f,0.10167907473494914f,0.0010222822056182648f,-0.12663570630389392f,0.6807002489446677f,-0.7215334843065713f,1.0333889449161995f,-0.013840183860521202f,-0.7285311609843765f,-0.6848728325648955f,-0.0028988266979385587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9948852617305657f,0.04197513265987627f,0.0918771148300246f,0.00017027874221930495f,-0.02617694830787306f,0.7713601669147468f,-0.6358602521580828f,1.0709294330217365f,-0.09756066506841105f,-0.6350130558779399f,-0.7663160806716572f,-0.004283090815216215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9913369672300034f,0.08539645966121533f,0.0997920942788036f,-0.0006248283667692402f,0.058676614057786645f,0.9676943174504365f,-0.24520351330445375f,1.0958669036965762f,-0.1175077544927685f,-0.23722384503136332f,-0.9643219249724664f,-0.0028659883041931636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9908618786612129f,-0.08800656392916069f,0.10221341458612124f,-0.0006248283667692402f,-0.1108312882908363f,0.9631318194825217f,-0.24513980467496696f,1.0958669036965762f,-0.0768710800741428f,-0.25422813181406567f,-0.9640844849091624f,-0.0028659883041931636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9948852617305657f,-0.002725515002298667f,0.10097468771566459f,-0.0006248283667692402f,-0.02617694830787306f,0.9724425322115539f,-0.23166848927566325f,1.0958669036965762f,-0.09756066506841105f,-0.23312677476847954f,-0.9675400888425534f,-0.0028659883041931636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9839537848367627f,0.15215932055980766f,0.09317988233619608f,-0.19377031627417085f,0.1072632812218581f,0.921784439750646f,-0.37256950376420855f,1.1055884257634054f,-0.14258168818936826f,-0.3565963934203005f,-0.9233143962880165f,-0.021796573601957407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9873059543136559f,-0.11058332778418836f,0.1140100004077529f,0.19293454794152526f,-0.1493256490152373f,0.8908468862063157f,-0.42906138941029137f,1.1141511355591123f,-0.054118417594929906f,-0.44063948183598606f,-0.8960513623249141f,0.004329574049859312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9948852617305657f,0.015895425142597355f,0.09975295209085205f,-0.009368084972412934f,-0.02617694830787306f,0.9132324084305736f,-0.40659726458669276f,0.9671750094287752f,-0.09756066506841105f,-0.4071288538677039f,-0.9081453699599967f,0.04074583206819034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9948852617305657f,0.007140895620219939f,0.10075873957649958f,3.848889940177386e-18f,-0.02617694830787306f,0.9451945699983122f,-0.3254565903818706f,1.1785714285714284f,-0.09756066506841105f,-0.3264295214214653f,-0.940173220303558f,-0.03142857142857135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.076648578350694f,-0.22757827627289873f,-0.970738442426936f,0.0206903753859507f,0.004545579370544069f,0.973672256994288f,-0.22790716019430993f,1.3715718813823201f,0.9970478088562271f,0.013056191186747772f,0.0756650693959338f,0.3574374539592136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.076648578350694f,-0.22757827627289873f,-0.970738442426936f,0.027876179606328266f,0.004545579370544069f,0.973672256994288f,-0.22790716019430993f,1.3719980294483087f,0.9970478088562271f,0.013056191186747772f,0.0756650693959338f,0.4509106860394849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.076648578350694f,-0.22757827627289873f,-0.970738442426936f,0.1698940438601799f,0.004545579370544069f,0.973672256994288f,-0.22790716019430993f,1.405971029444461f,0.9970478088562271f,0.013056191186747772f,0.0756650693959338f,0.3928243095899592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7589185598089665f,-0.5651864765610148f,-0.32342984755589455f,0.5506562568797551f,-0.5153205020127881f,0.8249068129649748f,-0.23232203969760631f,2.149831775662744f,0.3981047598092391f,-0.009643476370765736f,-0.9172892693042445f,-0.4736792719872853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.198426029374632f,-0.5651864765610148f,-0.8007442522923052f,0.6008001887069445f,-0.12458698918042577f,0.8249068129649748f,-0.5513681456621561f,2.183348941766397f,0.9721652086932417f,-0.009643476370765736f,-0.23409786494095225f,-0.5454514683957157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5348686061566866f,-0.5651864765610148f,-0.6280762858606814f,0.669939665672452f,-0.35751643843896735f,0.8249068129649748f,-0.4378478573316126f,2.2322675373143124f,0.7655700950232573f,-0.009643476370765736f,-0.6432802134136937f,-0.4130733381794464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001554508221454009f,-4.07062303656508e-7f,0.0000015249079395593843f,-0.07860435499966066f,-4.090148173105166e-7f,0.000015619645702743085f,0f,1.3444480704152684f,-0.0000015243853916939229f,-3.991743630811121e-8f,-0.00001555041095199316f,0.6516609705629584f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262.mcfunction new file mode 100644 index 000000000..a763e020d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262_as_bone.mcfunction new file mode 100644 index 000000000..e942663f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_262_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7724792865267347f,-0.16217641110168898f,-0.20956862363857592f,0.049131138788912204f,-0.15613813298773455f,0.8004006676635192f,-0.04386455374606713f,1.2748082322232592f,0.21410530063194522f,-0.0014238435353132344f,-0.7880998270240488f,-0.3648430877896892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7599085986220587f,0.14280838327444878f,-0.20529171295207438f,0.049131138788912204f,0.1587401627332817f,0.7829145514947107f,-0.042969358771657605f,1.2748082322232592f,0.19323685589366751f,-0.0815510314120816f,-0.7720161570847826f,-0.3648430877896892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7464518737765647f,0.1056521342985972f,0.31399310676836634f,-0.011314730990007418f,0.10374134550486512f,0.8096396349991967f,-0.025803858541935485f,1.2727231019186107f,-0.31462958826648796f,0.01630130059115497f,-0.7534500210569651f,-0.36884345209768254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7151636861161973f,-0.18420726926454947f,0.30758508418125685f,-0.011314730990007418f,-0.20962400200475204f,0.7716338759134445f,-0.025277249183936805f,1.2727231019186107f,-0.29085852204156715f,-0.10319323375538192f,-0.7380734900149863f,-0.36884345209768254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5694999892192889f,-0.1933843950036904f,1.4421090416637317f,-0.7161815000488995f,1.4496012385115749f,-0.05808906101666102f,-0.5802483608730943f,1.0497889335257629f,0.12542831253325393f,1.549398072400782f,0.1582390648853851f,-0.06018578307531053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.742285449208758f,-0.6623034309767029f,0.10181589860841875f,-0.5502354691923637f,-0.6544458372568626f,0.6839102961674577f,-0.32243968876877566f,1.2169447333940566f,0.14391997078278082f,-0.30597528023130915f,-0.941098384812797f,-0.11139294553747212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6588446960962416f,-0.6623034309767029f,0.3567601880007613f,-0.30865710875815094f,-0.7260791336508667f,0.6839102961674577f,-0.0712446382049031f,1.4828032007726504f,-0.1968063975145573f,-0.30597528023130915f,-0.9314753726131001f,-0.048218079144337955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3952582326554497f,0.870865760331671f,0.29217076684711485f,0.44219629333193905f,0.5059040179601504f,0.05910044408633208f,-0.8605627589668138f,1.3222322032082845f,-0.7667020634704635f,0.48795488007677423f,-0.41721455017699743f,0.22854545451030833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4008540289657123f,0.8113674677771784f,0.4254396310815496f,0.28635339088593925f,0.5592858358023286f,0.5845318372664439f,-0.5878110964355865f,1.5021007232034986f,-0.725613810048325f,0.0023159133759210124f,-0.6880982743855621f,-0.005021822299751502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9842795516887024f,-0.14227853286987388f,0.10464503433934652f,-0.15970421683021066f,-0.17635203538674607f,0.759241045752046f,-0.6264606883598458f,1.1796558469251912f,0.009681102335925947f,-0.6350668102882846f,-0.7723965449999275f,0.23044754107957988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9933187912383264f,-0.08903428551799045f,0.07342121611040459f,-0.17593926276414384f,-0.10713019461326972f,0.9479600931499056f,-0.2998245873795969f,1.3555244607196761f,-0.042905714945129764f,-0.30568702589008184f,-0.9511648342046312f,0.16718644351141063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9804257858954428f,-0.1537931389062275f,0.12293473380893111f,0.15944240137354995f,-0.19589962647589526f,0.8244939386951979f,-0.5308795356778071f,1.1808910689705598f,-0.01971331270760076f,-0.5445708544168051f,-0.8384831362775538f,0.20406820023206126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9893554292420351f,-0.12890835558509156f,0.06751644606801954f,0.1356940624892704f,-0.1320940911529041f,0.99021317461789f,-0.045044643362429804f,1.366274510190399f,-0.06104904349616344f,-0.0534836860501203f,-0.9967008124882288f,0.1878106290196123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999137855547221f,-0.01012941406215323f,0.008355622561027252f,0.2758915696748947f,-0.00975868128307424f,0.9990154750266813f,0.04327642310577366f,2.0498826013579605f,-0.008785761050715622f,0.04319115219546721f,-0.9990281951850946f,0.01573549571702938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999137855547221f,-0.01012941406215323f,0.008355622561027252f,0.31543785300606225f,-0.00975868128307424f,0.9990154750266813f,0.04327642310577366f,1.929428782193907f,-0.008785761050715622f,0.04319115219546721f,-0.9990281951850946f,-0.0829928255666048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999137855547221f,-0.01012941406215323f,0.008355622561027252f,-0.3115577793385046f,-0.00975868128307424f,0.9990154750266813f,0.04327642310577366f,2.0441493761041545f,-0.008785761050715622f,0.04319115219546721f,-0.9990281951850946f,0.01057386109973395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999137855547221f,-0.01012941406215323f,0.008355622561027252f,-0.34700502992394117f,-0.00975868128307424f,0.9990154750266813f,0.04327642310577366f,1.92296365584387f,-0.008785761050715622f,0.04319115219546721f,-0.9990281951850946f,-0.08881339226270389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892707905087529f,0.14522912637695923f,0.015868330030973647f,0.17612463707349818f,0.1460114459423143f,0.9792263935427477f,0.1406994237482826f,2.152502533332837f,0.004894966804928259f,0.1415067879681018f,-0.9899251831623079f,0.008030564221897532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.99981006616987f,-0.011314932055822638f,0.015868330030973647f,0.06084747773596095f,-0.008970954276473264f,0.9900117141409344f,0.1406994237482826f,2.1614459408326754f,-0.01730183703452351f,0.14053034610468113f,-0.9899251831623079f,0.007453830002444629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.973102653706126f,0.2292941203697859f,0.02225829539612619f,0.03856222867253202f,0.22837198968102074f,0.947438036116605f,0.22407008289515737f,2.156256108259516f,0.030289596881221025f,0.22312636348795045f,-0.974318821658196f,-0.004217846775265252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963313997358361f,-0.08263358994070216f,0.02225829539612619f,0.06753067298409404f,-0.07557978535183184f,0.9716379438852358f,0.22407008289515737f,2.166224419210417f,-0.040142719721019834f,0.22156578214152f,-0.974318821658196f,-0.0012635895159757368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969916483246463f,0.07424433619450874f,0.02225829539612619f,0.12463850195222242f,0.07734838918778925f,0.9714987517446494f,0.22407008289515737f,2.2757377226716784f,-0.004987971627700774f,0.22511764458083935f,-0.974318821658196f,-0.006847205441048304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969916483246463f,0.07586731360034144f,0.015868330030973647f,0.10756835639214563f,0.07734838918778925f,0.9870262908590408f,0.1406994237482826f,2.0536568072283945f,-0.004987971627700774f,0.14150354016812414f,-0.9899251831623079f,-0.038685501978876186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.986018598122762f,-0.16642568229585428f,0.008355622561027252f,-0.21395331232137693f,-0.16591898712558745f,0.9851893426719502f,0.04327642310577366f,2.1527250139975402f,-0.015434178541215812f,0.04128500161039304f,-0.9990281951850946f,-0.005802742431310515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999137855547221f,-0.01012941406215323f,0.008355622561027252f,-0.09888030894902011f,-0.00975868128307425f,0.9990154750266813f,0.04327642310577366f,2.1639165291381217f,-0.008785761050715622f,0.04319115219546721f,-0.9990281951850946f,-0.004355500667234148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9677615457169702f,-0.2517295656118253f,0.008355622561027252f,-0.07650199638564446f,-0.25115252419491374f,0.9669796072274189f,0.04327642310577366f,2.159819071598256f,-0.018973671811852652f,0.0397827224205231f,-0.9990281951850946f,-0.004345829841900434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.998184638034672f,0.05964572040983651f,0.008355622561027252f,-0.10570821565126642f,0.05995288712773526f,0.9972626547345586f,0.04327642310577366f,2.1695263535888762f,-0.005751496904265257f,0.04369880442955517f,-0.9990281951850946f,-0.004169598281206208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9952259751122753f,-0.09723909724713743f,0.008355622561027252f,-0.1642888868771408f,-0.09679148229692068f,0.9943633944177225f,0.04327642310577366f,2.274948900651613f,-0.012516685527146958f,0.04226106729161952f,-0.9990281951850946f,-0.03137320210094071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9952259751122753f,-0.09723909724713743f,0.008355622561027252f,-0.1424100899965349f,-0.09679148229692068f,0.9943633944177225f,0.04327642310577366f,2.051217136907626f,-0.012516685527146958f,0.04226106729161952f,-0.9990281951850946f,-0.040881942241555086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999137855547221f,-0.01012941406215323f,0.008355622561027252f,-0.012490655300373209f,-0.00975868128307424f,0.9990154750266813f,0.04327642310577366f,1.5390891528947805f,-0.008785761050715622f,0.04319115219546721f,-0.9990281951850946f,-0.030699556510858383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9972266408109256f,-0.03131383667488217f,0.06751644606801954f,-0.0007479665472923938f,-0.03440015830631342f,0.9983925125985532f,-0.045044643362429804f,1.164691960670323f,-0.0659973936262453f,-0.04724229481986164f,-0.9967008124882288f,-0.012983695953410267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9905872286007493f,-0.07721079638752151f,0.11302847187452895f,0.11703244611896094f,-0.1336694648224051f,0.7235077090621442f,-0.67725111229273f,0.858503410276367f,-0.029485873010278996f,-0.6859847577379928f,-0.7270182222227783f,0.39135001344856174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9905872286007493f,0.013090292419297045f,0.13625559356394798f,0.12494698752308514f,-0.1336694648224051f,0.12191492556001682f,-0.9834984621745921f,0.8723825673242349f,-0.029485873010278996f,-0.9924542282493802f,-0.11901759585350746f,0.06253956491437507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9781606928243459f,0.19729292714495894f,0.06539999932698384f,-0.17003491098924112f,0.15851851294214964f,0.9116270889002158f,-0.3792201627523614f,0.8743961172530883f,-0.1344378669423355f,-0.36057114649108f,-0.9229923663010995f,0.3597378876821187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9781606928243459f,0.16127769336229278f,-0.13111508165399519f,-0.12291951004778794f,0.15851851294214964f,0.17083453689669187f,-0.972464622522538f,0.8782673396836546f,-0.1344378669423355f,-0.9720108366818916f,-0.19266912909172496f,0.021494103851989306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9847541249657586f,0.1613788036146118f,0.06493223472851804f,0.000057151577167551134f,0.08105074424271194f,0.7559510075690374f,-0.6495912953642925f,1.0579432758506018f,-0.1539158543510879f,-0.6344249017017486f,-0.7575057451135939f,0.005136850497208585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9926982244506378f,-0.09089273120287139f,0.07930161780842385f,0.0006936739092927266f,-0.11998219124247933f,0.6762878613428465f,-0.7268005244803915f,1.0204191179119004f,0.01243016320101542f,-0.7310083720552052f,-0.682255268230297f,0.006565809024683067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9972578538943205f,0.0304310550616785f,0.06745905227563606f,0.000057151577167551134f,-0.019633692460628346f,0.7700865706182317f,-0.6376371945501711f,1.0579432758506018f,-0.07135328280083106f,-0.6372131704863642f,-0.7673774067512414f,0.005136850497208585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9935665125051458f,0.08650360942595195f,0.07309384915739592f,-0.0005114757898599933f,0.06483286858913741f,0.963653303176801f,-0.2591698486069398f,1.0829062346039082f,-0.09285625654130925f,-0.2527635987097881f,-0.9630619288438369f,0.006215329995517018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9933594608546037f,-0.08732035710725122f,0.07491419601993463f,-0.0005114757898599933f,-0.10395082925562109f,0.9602311127293933f,-0.2591340102023274f,1.0829062346039082f,-0.04930726749394842f,-0.26520061346296564f,-0.962931683968882f,0.006215329995517018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9972578538943205f,-0.001187825632681834f,0.07399568849845407f,-0.0005114757898599933f,-0.019633692460628346f,0.9682878748072721f,-0.24906446880592592f,1.0829062346039082f,-0.07135328280083106f,-0.24983430623411773f,-0.9656560093853616f,0.006215329995517018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9868648754653686f,0.14641518759432978f,0.06826646625129855f,-0.19400728867476424f,0.11060065495370007f,0.9203613441597785f,-0.37510330750370396f,1.0933188632749173f,-0.11775063777549169f,-0.36262596296752236f,-0.9244658989304808f,-0.00764835244580607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9894891574197773f,-0.11579132376114233f,0.08662318794838494f,0.19330292697898846f,-0.14219366465152772f,0.8880746185004149f,-0.43715493101223424f,1.0997497896844481f,-0.02630910643993426f,-0.4448773328873755f,-0.8952049986463142f,0.008126432823320432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9972578538943205f,0.012253022080787306f,0.07298380845079028f,-0.009097166946941867f,-0.019633692460628346f,0.9070527627093071f,-0.42055891832390724f,0.9549368945289574f,-0.07135328280083106f,-0.4208386259735448f,-0.9043249194411506f,0.051933739532997604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9972578538943205f,0.0058454375983999635f,0.07377400426557527f,2.8866674551330567e-18f,-0.019633692460628346f,0.9402552779961537f,-0.3399037074242308f,1.1651785714285716f,-0.07135328280083106f,-0.34042009790795086f,-0.9375621931231473f,-0.023571428571428653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.21054576613210452f,-0.23119023073239997f,-0.9498534400515402f,0.006409506572028628f,0.005494076803045821f,0.9718980673344985f,-0.23533797362845896f,1.3289266172103082f,0.9775685630603754f,0.04433084620630044f,0.2058992000730114f,0.3570141082799584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.21054576613210452f,-0.23119023073239997f,-0.9498534400515402f,0.026148172146913423f,0.005494076803045821f,0.9718980673344985f,-0.23533797362845896f,1.3294416869105938f,0.9775685630603754f,0.04433084620630044f,0.2058992000730114f,0.4486611610668686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.21054576613210452f,-0.23119023073239997f,-0.9498534400515402f,0.15875685536720208f,0.005494076803045821f,0.9718980673344985f,-0.23533797362845896f,1.3644848481047198f,0.9775685630603754f,0.04433084620630044f,0.2058992000730114f,0.37195275466246175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7200605260144661f,-0.5670164956446431f,-0.4000064156268483f,0.5463786405593511f,-0.5132094868798283f,0.8231481781667352f,-0.2429878584566068f,2.1273671051859377f,0.4670426762645079f,0.03032112213710105f,-0.8837147549407746f,-0.45281096945307464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.08891760779277147f,-0.5670164956446431f,-0.8188931265380601f,0.5890815262326373f,-0.09776240421876048f,0.8231481781667352f,-0.559347467234949f,2.1596179927252432f,0.9912296259423337f,0.03032112213710105f,-0.12862526270748076f,-0.5297876302542637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4554974471817197f,-0.5670164956446431f,-0.6863048661329781f,0.670675813315941f,-0.3440094670859261f,0.8231481781667352f,-0.45175719511264206f,2.211256128222487f,0.8210843818793497f,0.03032112213710105f,-0.5700009363028743f,-0.405799159408238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001558215396709876f,-3.059942021590761e-7f,0.0000011151099918274547f,-0.05951582959917322f,-3.0677644469731793e-7f,0.000015621988132532265f,0f,1.331127343560219f,-0.0000011148950437629855f,-2.1893726639314035e-8f,-0.000015585158154671597f,0.6614277673168737f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263.mcfunction new file mode 100644 index 000000000..ec47f2aa2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263_as_bone.mcfunction new file mode 100644 index 000000000..bd0c8dc1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_263_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7728400362872908f,-0.15378750915319675f,-0.21450437008219375f,0.04038554082326956f,-0.14841166211968257f,0.802055582104911f,-0.040314590481235084f,1.261319448860249f,0.21825833615872842f,0.000830474112745602f,-0.7869606428878232f,-0.3595671642908301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7570903085277366f,0.1505357835360493f,-0.21012672987643471f,0.04038554082326956f,0.16635319453629263f,0.7815158404957924f,-0.039491843736720086f,1.261319448860249f,0.19784054033727982f,-0.08106768116421517f,-0.7709002216043983f,-0.3595671642908301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7596877617482776f,0.1164384903262072f,0.276153991578775f,-0.01881141531755441f,0.1133112123750395f,0.8082447384298932f,-0.02907673287933987f,1.2599636236760532f,-0.2774518304939347f,0.011267884246456156f,-0.7680090891289099f,-0.36185363158524064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7311860133707626f,-0.17940713356671392f,0.27051819583226944f,-0.01881141531755441f,-0.20044012484183227f,0.7739589499811724f,-0.02848333016751661f,1.2599636236760532f,-0.2553248327216949f,-0.0938116419716462f,-0.7523354342487281f,-0.36185363158524064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4190751961671157f,0.010674437370246375f,1.5052137012212994f,-0.6745478651562156f,1.5049348812039034f,-0.03501913496888675f,-0.418749225099969f,1.0076004964947456f,0.030874476405067304f,1.562071050424039f,-0.019673589755135366f,-0.03214180191963495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6667643920973627f,-0.7440849360709795f,0.04198634710570637f,-0.528072490622069f,-0.7243194492404579f,0.6337291374478239f,-0.2715671478688777f,1.193665331262177f,0.1754610523251078f,-0.2114828320736307f,-0.9615032141678376f,-0.090619818252451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6062122111126126f,-0.7440849360709795f,0.2807923841741504f,-0.30567063301994846f,-0.7734976909025852f,0.6337291374478239f,0.009418201420963508f,1.478569121312037f,-0.18495425722682363f,-0.2114828320736307f,-0.9597223215450346f,-0.03117752922732504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5014389650602917f,0.8242116328747426f,0.26312382741442086f,0.4213387629020421f,0.47072862079516625f,-0.0047277017983587966f,-0.8822653877377182f,1.3103127244063852f,-0.7259294248641145f,0.5662621593128542f,-0.390350659083342f,0.2419594574130156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3233579507443714f,0.8382452713272407f,0.43907231840315475f,0.29052435214887135f,0.5589455553991322f,0.5435998199947648f,-0.6261622008722779f,1.4914010051449234f,-0.7635571372136838f,0.042942994762590746f,-0.644310792561217f,-0.005608466903884341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9929491157159562f,-0.09835792200417642f,0.06616473968754646f,-0.15725791906664854f,-0.11798117158010882f,0.7657925315475926f,-0.632172636056413f,1.167553458733991f,0.011510723325897618f,-0.6355214534576701f,-0.7719973998943034f,0.24325204325249686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9971705035421801f,-0.061094533437794585f,0.04380005535901817f,-0.16843939374024117f,-0.07145838435342908f,0.951266061129525f,-0.2999776329140493f,1.3440409849900643f,-0.023338512613970498f,-0.30225872845484f,-0.9529401738314063f,0.1806226555807681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9913350158236315f,-0.10598888316988664f,0.0775966690416548f,0.15970112122166882f,-0.1310981092361089f,0.8354288983563949f,-0.5337338677147414f,1.1648863744573195f,-0.008256643184565982f,-0.5392818487909824f,-0.8420848623552751f,0.20788837897205942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9954729937512031f,-0.08641312811980778f,0.03957638185290151f,0.1437460120857855f,-0.08815264982648112f,0.9951104183679929f,-0.04454621851568985f,1.3511911640355951f,-0.035533491815282994f,-0.04783332043698697f,-0.9982230935093547f,0.19268073705569091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999947488112576f,-0.009210697374696642f,0.004492668607980206f,0.28055298492715786f,-0.00900749807675679f,0.9990203817977085f,0.043325993712295674f,2.036545772308887f,-0.004887330124576934f,0.043283250878745474f,-0.9990508866907736f,0.023830580390239855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999947488112576f,-0.009210697374696642f,0.004492668607980206f,0.3196235405852147f,-0.00900749807675679f,0.9990203817977085f,0.043325993712295674f,1.9160678176725794f,-0.004887330124576934f,0.043283250878745474f,-0.9990508866907736f,-0.07505757171719171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999947488112576f,-0.009210697374696642f,0.004492668607980206f,-0.3069161643389806f,-0.00900749807675679f,0.9990203817977085f,0.043325993712295674f,2.0312538671887923f,-0.004887330124576934f,0.043283250878745474f,-0.9990508866907736f,0.020959273942050907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999947488112576f,-0.009210697374696642f,0.004492668607980206f,-0.34284167028936696f,-0.00900749807675679f,0.9990203817977085f,0.043325993712295674f,1.910100350196728f,-0.004887330124576934f,0.043283250878745474f,-0.9990508866907736f,-0.07829542792472394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9891094885499963f,0.14686928826197748f,0.009582892349632575f,0.18095178947524476f,0.14703819521643297f,0.9831757873266033f,0.10837499878757784f,2.1406983728049576f,0.006495291206608138f,0.10860379081843097f,-0.9940638952361199f,0.013096991358875557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999073279529532f,-0.009669730099673549f,0.009582892349632575f,0.06568000636788088f,-0.008574667293522423f,0.9940731033070946f,0.10837499878757784f,2.1497283547988144f,-0.010574052524485405f,0.1082827853409838f,-0.9940638952361199f,0.012970226065984553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9726496168379448f,0.23185725188070694f,0.013962006135422016f,0.04333192322382637f,0.2309575972426045f,0.9589765552067833f,0.1643853851157519f,2.144435487904155f,0.024724707094766925f,0.1631140132363177f,-0.9862973727760913f,0.005176494159233377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966925872659229f,-0.08005591092377284f,0.013962006135422016f,0.07233159037483544f,-0.07668632492059037f,0.9834107243316597f,0.1643853851157519f,2.154530251930709f,-0.02689040831475518f,0.16277099986067967f,-0.9862973727760913f,0.007269499027567301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969451511988227f,0.07684678188337489f,0.013962006135422016f,0.12946255059625447f,0.07809714156849164f,0.9832996906534531f,0.1643853851157519f,2.263432868586074f,-0.0010963484790573216f,0.1649736053888382f,-0.9862973727760913f,-0.005455201402827035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969451511988227f,0.07751473198929291f,0.009582892349632575f,0.1120217358986636f,0.07809714156849164f,0.9910376865269167f,0.10837499878757784f,2.040449389117518f,-0.0010963484790573216f,0.10879232605291893f,-0.9940638952361199f,-0.029933474764733757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9861956046997283f,-0.16552354877695158f,0.004492668607980206f,-0.20929478544255503f,-0.16517781981915752f,0.9853116999755113f,0.043325993712295674f,2.1397571129942294f,-0.011598151177102672f,0.04198581536247796f,-0.9990508866907736f,0.0042079665031795055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999474881125762f,-0.009210697374696653f,0.004492668607980206f,-0.09420864178096539f,-0.009007498076756798f,0.9990203817977085f,0.043325993712295674f,2.1508621525356117f,-0.004887330124576935f,0.04328325087874548f,-0.9990508866907736f,0.005207095568059261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.968016504847369f,-0.2508462921230103f,0.004492668607980206f,-0.07183354498768427f,-0.2504248413955218f,0.9671660959115915f,0.043325993712295674f,2.146747895009564f,-0.015213321633079023f,0.04081520117881949f,-0.9990508866907736f,0.005129291322273459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.998154172058302f,0.060564550121209024f,0.004492668607980206f,-0.10103155699835598f,0.060702582768560776f,0.9972151496613297f,0.043325993712295674f,2.156477091080765f,-0.0018561378805462218f,0.04351873797052736f,-0.9990508866907736f,0.005419917255045013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9953396208569915f,-0.09632681392550703f,0.004492668607980206f,-0.15963866926271944f,-0.09604358522276504f,0.9944337524472907f,0.043325993712295674f,2.261945108898969f,-0.008641116236797903f,0.04269258615452062f,-0.9990508866907736f,-0.021549475411110866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9953396208569915f,-0.09632681392550703f,0.004492668607980206f,-0.1379651361294804f,-0.09604358522276504f,0.9944337524472907f,0.043325993712295674f,2.0381975145983287f,-0.008641116236797903f,0.04269258615452062f,-0.9990508866907736f,-0.03115530729587799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999947488112576f,-0.009210697374696642f,0.004492668607980206f,-0.008391613604875751f,-0.00900749807675679f,0.9990203817977085f,0.043325993712295674f,1.5259715688830884f,-0.004887330124576934f,0.043283250878745474f,-0.9990508866907736f,-0.021506716896576263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9989932986432853f,-0.021121062123883733f,0.03957638185290151f,-0.0004712153084193507f,-0.022880572945698723f,0.9987452697247826f,-0.04454621851568985f,1.151442092736295f,-0.03858586071975312f,-0.04540690406898573f,-0.9982230935093547f,-0.004479127870706614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9915938377206048f,-0.09358890155659641f,0.08934639612179479f,0.1251954117004248f,-0.12937168575085248f,0.7056508236538931f,-0.6966490378968201f,0.86537510777561f,0.002151260213371593f,-0.7023517869145148f,-0.711826762279617f,0.39640714538701893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9915938377206048f,-0.010778712805055955f,0.12893983226601888f,0.12531876282126342f,-0.12937168575085248f,0.0660242168315815f,-0.9893956588330874f,0.8590062253411934f,0.002151260213371593f,-0.9977598018270943f,-0.0668636667963397f,0.07025466916456624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9814638782955882f,0.18871691404411906f,0.03338535539196258f,-0.1617851852362425f,0.1591384213160892f,0.8995858559745393f,-0.4067188839869349f,0.8572278514185319f,-0.10678772617677532f,-0.3938670005017173f,-0.9129431348412533f,0.37838290871519703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9814638782955882f,0.1336870194136934f,-0.13731874031342492f,-0.12363103763654448f,0.1591384213160892f,0.16925296845794657f,-0.9726399105163205f,0.8641676456658122f,-0.10678772617677532f,-0.9764636263110145f,-0.18739041605572548f,0.03805793807830736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9882540218789563f,0.147668845616054f,0.03934336379225069f,0.00011687319856545065f,0.08736778692300569f,0.7571701346060684f,-0.6473486364153436f,1.04498654273741f,-0.12538284590901444f,-0.636307550870686f,-0.7611779310100275f,0.014573872185241116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9926908644733358f,-0.1073357307705499f,0.05517144633896655f,0.0005454314082297469f,-0.11332301145634725f,0.6718065700898568f,-0.7320067127141439f,1.007480521724113f,0.04150593530624292f,-0.7329085708900223f,-0.679059853069153f,0.01605851202138527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9990191908440406f,0.016995985705686677f,0.040887562842637615f,0.00011687319856545065f,-0.013089595571344394f,0.768775963528501f,-0.6393842196900106f,1.04498654273741f,-0.04230034057897391f,-0.6392923074546708f,-0.7677994704453669f,0.014573872185241116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9953340283500585f,0.08604661514287922f,0.043659501038127005f,-0.0002413540342866322f,0.07095923872171148f,0.959371021058967f,-0.27307879887005143f,1.0699683935271171f,-0.06538316639992398f,-0.2687065759796885f,-0.9610004253780494f,0.015303737628844592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9951012140714193f,-0.08808966036985948f,0.044875221331044955f,-0.0002413540342866322f,-0.09703881013838844f,0.9570894098130047f,-0.2730628699598683f,1.0699683935271171f,-0.01889558362457387f,-0.27607983149755255f,-0.9609489495076051f,0.015303737628844592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9990191908440406f,-0.0013356221363020624f,0.04425915090495485f,-0.0002413540342866322f,-0.013089595571344394f,0.9637807192264098f,-0.26637452531201755f,1.0699683935271171f,-0.04230034057897391f,-0.26669259712435417f,-0.9628529170262559f,0.015303737628844592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9894017573362903f,0.13938927507399307f,0.04067914175848959f,-0.1939784668541084f,0.11393304884697844f,0.9189186476841971f,-0.377634451975291f,1.0810742414427732f,-0.09001901443746546f,-0.3689974917700567f,-0.9250607699535823f,0.007070296308824281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9908324777255447f,-0.12259345952148581f,0.056761296380648925f,0.19366309415192992f,-0.13502679325257086f,0.8851984753128117f,-0.44518695444476003f,1.0853675794233426f,0.004331995866288206f,-0.4487699889547285f,-0.8936368002859928f,0.011383342632162317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9990191908440406f,0.006599535584734284f,0.04378472856355709f,-0.008421152194593863f,-0.013089595571344394f,0.9006210743193375f,-0.4344080374252542f,0.9427570791688956f,-0.04230034057897391f,-0.43455509043382323f,-0.8996513516718323f,0.06316198105472023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9990191908440406f,0.0027583318204186785f,0.0441933018780789f,1.924444970088693e-18f,-0.013089595571344394f,0.9350550943839664f,-0.3542606850249831f,1.1517857142857142f,-0.04230034057897391f,-0.35449169535006053f,-0.9341018783380873f,-0.015714285714285674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3432243256704637f,-0.2298375715525901f,-0.9106984972925252f,-0.0074753351429237f,0.005009171361513435f,0.9700323651269024f,-0.2429241009216226f,1.2866215924515607f,0.9392401026736062f,0.07881561589631662f,0.3340900001804271f,0.3581533987879427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3432243256704637f,-0.2298375715525901f,-0.9106984972925252f,0.024701945388682256f,0.005009171361513435f,0.9700323651269024f,-0.2429241009216226f,1.2870912022667025f,0.9392401026736062f,0.07881561589631662f,0.3340900001804271f,0.4462071584135933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3432243256704637f,-0.2298375715525901f,-0.9106984972925252f,0.14521807971675807f,0.005009171361513435f,0.9700323651269024f,-0.2429241009216226f,1.323295012497375f,0.9392401026736062f,0.07881561589631662f,0.3340900001804271f,0.35206677857370394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6768030777171937f,-0.5636819594129534f,-0.4734978802749886f,0.5418524962767554f,-0.5055855653230097f,0.8234260167607477f,-0.25759043277758037f,2.1051897340895698f,0.5350895533735884f,0.06505569578370668f,-0.8422867245282637f,-0.43374508302702697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021290518775020195f,-0.5636819594129534f,-0.8257174834304187f,0.57673440599352f,-0.06425036294830427f,0.8234260167607477f,-0.563774321677158f,2.1355125175849845f,0.9977066726605077f,0.06505569578370668f,-0.01868560341000891f,-0.5153100490087625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3720737036454892f,-0.5636819594129534f,-0.7374441047889f,0.6699100668534727f,-0.3234430239510891f,0.8234260167607477f,-0.4662126179962355f,2.1902830185367126f,0.8700263038051802f,0.06505569578370668f,-0.48869416523342496f,-0.401223441232881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015609674856938137f,-2.0434183733844e-7f,6.609994509730122e-7f,-0.038466926572617716f,-2.0452493080225616e-7f,0.000015623661368343862f,0f,1.317799508012091f,-6.609428215464674e-7f,-8.652215486117417e-9f,-0.000015611012290233244f,0.6707729633771544f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264.mcfunction new file mode 100644 index 000000000..f4fd77303 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264_as_bone.mcfunction new file mode 100644 index 000000000..fb945729e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_264_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7735234936259642f,-0.14537017043073092f,-0.21788382868415798f,0.03224099064394596f,-0.14055921204335434f,0.8036209631776388f,-0.03716046145622936f,1.2478443404285744f,0.2210180018977608f,0.0023033746609700113f,-0.7861871162431606f,-0.354025153225517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7545534166154286f,0.1584098943254105f,-0.21343721993550172f,0.03224099064394596f,0.1740466769599241f,0.7799888732983937f,-0.036402084691816515f,1.2478443404285744f,0.2008902578852226f,-0.0807691953068412f,-0.77014248121779f,-0.354025153225517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7705033840783821f,0.12688342704759473f,0.23910160080782256f,-0.025740331264310773f,0.12293585546017424f,0.8067284364338995f,-0.03194447895388525f,1.2471825478614187f,-0.24115504351035408f,0.005854078408919303f,-0.7802271587172199f,-0.3547813397329408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448899510075289f,-0.1740086972119548f,0.23422197630154049f,-0.025740331264310773f,-0.1911611621580009f,0.7761946832760985f,-0.03129255081196922f,1.2471825478614187f,-0.22044584589055793f,-0.08510456479246833f,-0.764304155478093f,-0.3547813397329408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2390172612878101f,0.1996474029211024f,1.5311492132752225f,-0.6282425922296687f,1.5433921523382836f,0.01636329830691291f,-0.2430620426333962f,0.9686146624179327f,-0.04709206840939121f,1.5496062102919494f,-0.19470279945996483f,-0.008571007721957402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5823695726620474f,-0.8125394972578158f,-0.02500492418384917f,-0.5038980795901786f,-0.7880427889070942f,0.5718295743448771f,-0.2280339903525035f,1.1720535562103773f,0.19958517903129333f,-0.11309510732375802f,-0.9733320363629638f,-0.07227618835981224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5497547371445192f,-0.8125394972578158f,0.19377640306078647f,-0.30224819593899344f,-0.8162644167797148f,0.5718295743448771f,0.08199597431477135f,1.474297026809337f,-0.17743204582721983f,-0.11309510732375802f,-0.9776130961750639f,-0.014903204146486609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5947475053288975f,0.7690505748430911f,0.23417219783433707f,0.4017865384247078f,0.4222246357106188f,-0.05094264424187959f,-0.9050586743392279f,1.3039728921867277f,-0.6841065428016957f,0.637154659663693f,-0.35501010938388144f,0.25580050385545533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.25092060327330706f,0.8588559360657375f,0.44654824144498134f,0.2945253437560311f,0.5418854412370819f,0.5068784607890667f,-0.6703986832947987f,1.4806954940289865f,-0.802121573970089f,0.07376114880309503f,-0.592587777041507f,-0.005850591889650276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9981809723866681f,-0.05309215665949779f,0.028565175764362072f,-0.15515693558847163f,-0.05910001703250749f,0.7680659863006314f,-0.6376376938942645f,1.15570241728861f,0.011913620438929545f,-0.63816601569598f,-0.7698066004255583f,0.25580611949351123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9993465682767748f,-0.0324363233088943f,0.01594745759154908f,-0.16113907459894214f,-0.03572970582113116f,0.953184576062765f,-0.3002707979107902f,1.332547832813436f,-0.005461189922425576f,-0.3006443894142182f,-0.9537206753124223f,0.19347454225764268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9978381927775949f,-0.05647376876610966f,0.03361033287093472f,0.15939201307513576f,-0.06568905788606567f,0.8417364417802152f,-0.5358775142261741f,1.1492542583783536f,0.0019719808275374187f,-0.5369268814471245f,-0.8436264785265344f,0.2121592264524686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9989603212085979f,-0.04353375258879333f,0.013531039736559572f,0.1513140034630905f,-0.044091230394209036f,0.9980550192471151f,-0.04406973970839051f,1.3361141386140103f,-0.011586200979587844f,-0.04462052152517107f,-0.9989368193262685f,0.19754952354570987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999768332552876f,-0.006713059927804752f,0.0011259569851335381f,0.2860630134532583f,-0.0066578468443522784f,0.9990347743944011f,0.04341880498269351f,2.0227119457637595f,-0.001416343222463175f,0.043410302661162255f,-0.9990563245356802f,0.03181641088720092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999768332552876f,-0.006713059927804752f,0.0011259569851335381f,0.32450683565866334f,-0.0066578468443522784f,0.9990347743944011f,0.04341880498269351f,1.90215278118825f,-0.001416343222463175f,0.043410302661162255f,-0.9990563245356802f,-0.067218294499822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999768332552876f,-0.006713059927804752f,0.0011259569851335381f,-0.30142337608422326f,-0.0066578468443522784f,0.9990347743944011f,0.04341880498269351f,2.0188004607427024f,-0.001416343222463175f,0.043410302661162255f,-0.9990563245356802f,0.030984309244003805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999768332552876f,-0.006713059927804752f,0.0011259569851335381f,-0.33797781637296465f,-0.0066578468443522784f,0.9990347743944011f,0.04341880498269351f,1.8977419576538666f,-0.001416343222463175f,0.043410302661162255f,-0.9990563245356802f,-0.06815662188470385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.98872118814947f,0.1497207017348252f,0.0037581346878263755f,0.18677043080046596f,0.1495713029760972f,0.9858274801230713f,0.0759776596127299f,2.1284443779075657f,0.007670556064124602f,0.07568283098713201f,-0.9971024378986545f,0.01796923836709967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999698675159383f,-0.006792678692894738f,0.0037581346878263755f,0.07152043722102375f,-0.0064875624378974844f,0.9970884147222786f,0.0759776596127299f,2.1377451495464506f,-0.004263284387785006f,0.07595098908367512f,-0.9971024378986545f,0.018243559091506593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.971931515438665f,0.23518650805252012f,0.006036201385151564f,0.04915970904878726f,0.23452309207102873f,0.9665173050833694f,0.10413077479700676f,2.1327246470899675f,0.01865606020959416f,0.10262361036546613f,-0.9945452961092384f,0.01429797158974153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970384289864951f,-0.07666769461109217f,0.006036201385151564f,0.07819658358575585f,-0.07562555769239675f,0.9916842021348778f,0.10413077479700676f,2.1428536143276347f,-0.01396947199631279f,0.10336589301665827f,-0.9945452961092384f,0.015534727354877872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9967567012276084f,0.08024738519537016f,0.006036201385151564f,0.13544267535049773f,0.08043910606603258f,0.9913053676619897f,0.10413077479700676f,2.250635456427998f,0.0023725035624382468f,0.10427859422639542f,-0.9945452961092384f,-0.004254260046329433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9967567012276084f,0.08038628602892645f,0.0037581346878263755f,0.11735576099398931f,0.08043910606603258f,0.9938596205979342f,0.0759776596127299f,2.027017041793463f,0.0023725035624382468f,0.0760335423573431f,-0.9971024378986545f,-0.021361807076731604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9866153051329067f,-0.16306125198332427f,0.0011259569851335381f,-0.20360607356508093f,-0.16285934819061076f,0.9856934818090277f,0.04341880498269351f,2.12707580533277f,-0.00818977316114125f,0.04265428490581665f,-0.9990563245356802f,0.01390451560804231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999768332552877f,-0.006713059927804743f,0.0011259569851335381f,-0.08849138013434082f,-0.0066578468443522915f,0.9990347743944011f,0.04341880498269351f,2.1379103453085353f,-0.001416343222463175f,0.043410302661162255f,-0.9990563245356802f,0.014505119354506435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9686492114996018f,-0.24842994441505567f,0.0011259569851335381f,-0.06612641688078659f,-0.24814846673075508f,0.9677484930667938f,0.04341880498269351f,2.1337435426675744f,-0.011876174484039664f,0.04177818671127522f,-0.9990563245356802f,0.01434923664714854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9980092193367344f,0.06305815046248821f,0.0011259569851335381f,-0.0953003037350923f,0.06304751434544953f,0.9970656038138791f,0.04341880498269351f,2.1435412749732476f,0.0016152565562494812f,0.04340335645448427f,-0.9990563245356802f,0.01474216473030541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9955865377793738f,-0.09384123834086698f,0.0011259569851335381f,-0.1537527259465276f,-0.09370412952013375f,0.9946528758741658f,0.04341880498269351f,2.249149477154062f,-0.005194410780230231f,0.04312167090806844f,-0.9990563245356802f,-0.012013516928032012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9955865377793738f,-0.09384123834086698f,0.0011259569851335381f,-0.13263844731983257f,-0.09370412952013375f,0.9946528758741658f,0.04341880498269351f,2.0253525800823753f,-0.005194410780230231f,0.04312167090806844f,-0.9990563245356802f,-0.021715892882347397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999768332552876f,-0.006713059927804752f,0.0011259569851335381f,-0.004236086105707117f,-0.0066578468443522784f,0.9990347743944011f,0.04341880498269351f,1.5128226514050793f,-0.001416343222463175f,0.043410302661162255f,-0.9990563245356802f,-0.01256611995164516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9998498497985046f,-0.010825378587163783f,0.013531039736559572f,-0.00017656913552069816f,-0.011412178561837284f,0.9989632727095163f,-0.04406973970839051f,1.1382114241390107f,-0.013039940121814968f,-0.044217541269694516f,-0.9989368193262685f,0.004015458024490283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9916342806572389f,-0.10991981286940805f,0.0676689601231962f,0.13277283084744684f,-0.12501257220344156f,0.6872854068544182f,-0.7155491781254701f,0.8719560480941175f,0.0321451429687241f,-0.7180225652886619f,-0.6952771285752244f,0.4003247315294766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9916342806572389f,-0.03364240861083534f,0.1246179833260914f,0.12564377695582754f,-0.12501257220344156f,0.009883725864083703f,-0.9921059261762943f,0.8456842276732608f,0.0321451429687241f,-0.9993850610780136f,-0.014006765423003664f,0.07823183914649558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9838550159172736f,0.17893526281801234f,0.0033881225878239912f,-0.15372868675048118f,0.1597743327348646f,0.8867153611274939f,-0.4338294952393937f,0.8401672538960062f,-0.0806316950928731f,-0.4262839899184429f,-0.900988617955667f,0.3966683956969794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9838550159172736f,0.1075424164977859f,-0.14305221532097298f,-0.12406420925796165f,0.1597743327348646f,0.16767654828758177f,-0.9728086850730164f,0.8501739785241833f,-0.0806316950928731f,-0.9799587765861271f,-0.18215193092106086f,0.05453584852087249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.990715317527066f,0.1351252876795202f,0.014977190883858642f,0.0002187172275066955f,0.09368057826045946f,0.7583501313809825f,-0.6450806364255809f,1.0320590811373853f,-0.09852466124798685f,-0.6376881956442141f,-0.7639677062952306f,0.024023912387910053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.991909733627562f,-0.12273514940142793f,0.03242165073385592f,0.00044082928866545244f,-0.10665846849194237f,0.6672572450579446f,-0.7371510971413089f,0.9945730009084446f,0.06884076869016148f,-0.7346453920219543f,-0.6749496992717727f,0.025577795447989174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998665222831323f,0.004575388587457943f,0.015684496699231908f,0.0002187172275066955f,-0.006544937967351952f,0.7674285265851244f,-0.6411010999603639f,1.0320590811373853f,-0.014970016848286175f,-0.6411181813072053f,-0.7672961463430552f,0.024023912387910053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.996238652776988f,0.08517792388977723f,0.01591439583896242f,0.00004957523773741294f,0.07705561638789753f,0.9548487267469057f,-0.286925671582196f,1.0570532192244382f,-0.039635573619831034f,-0.2846201509233672f,-0.9578206465681278f,0.024393606678274518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9958848038187891f,-0.08910923308295939f,0.01652277525656024f,0.00004957523773741294f,-0.09009568139272829f,0.9537078758378383f,-0.286921689245094f,1.0570532192244382f,0.009809470790617454f,-0.28722958090044465f,-0.9578115379021923f,0.024393606678274518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9998665222831323f,-0.0020299807393269103f,0.016211625323588587f,0.00004957523773741294f,-0.006544937967351952f,0.9589230296882363f,-0.2835908794734723f,1.0570532192244382f,-0.014970016848286175f,-0.2836591304924485f,-0.9588083209295953f,0.024393606678274518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9910428807431412f,0.1327380356104308f,0.014649997632088362f,-0.19375973985255227f,0.11726235906220413f,0.9174566443034946f,-0.38016160375626784f,1.0688548225551697f,-0.06390264216370789f,-0.37503855765194977f,-0.9248040509204326f,0.02146809919521477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9912385728114823f,-0.12896462611625104f,0.0285344875782107f,0.19387501445624677f,-0.12782555327630152f,0.8822190584618409f,-0.45315577985535016f,1.0710044585005647f,0.033267396956523275f,-0.45283292514723217f,-0.8909745351031859f,0.014982940112613821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9998665222831323f,0.0008586955755429416f,0.016315644619291022f,-0.0076848632946860795f,-0.006544937967351952f,0.8939396328605282f,-0.4481395949792739f,0.9306351494161667f,-0.014970016848286175f,-0.44818656321122863f,-0.8938146917300416f,0.07438049644988524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9998665222831323f,-0.0005665741455704231f,0.016328398916367403f,9.62222485044364e-19f,-0.006544937967351952f,0.929595861924793f,-0.36852231584980666f,1.1383928571428574f,-0.014970016848286175f,-0.368579994690486f,-0.9294754897841703f,-0.007857142857142979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46779967221896507f,-0.22309638554627537f,-0.8552142827549231f,-0.022545310660925633f,0.00314804165556906f,0.9680325438656914f,-0.2508048720632297f,1.2446696299845517f,0.8838289181202234f,0.11463418675554811f,0.4535476234325679f,0.3608916715771984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46779967221896507f,-0.22309638554627537f,-0.8552142827549231f,0.02131090860960233f,0.00314804165556906f,0.9680325438656914f,-0.2508048720632297f,1.2449647588897612f,0.8838289181202234f,0.11463418675554811f,0.4535476234325679f,0.44375063265096937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46779967221896507f,-0.22309638554627537f,-0.8552142827549231f,0.12766494138757684f,0.00314804165556906f,0.9680325438656914f,-0.2508048720632297f,1.282437925246641f,0.8838289181202234f,0.11463418675554811f,0.4535476234325679f,0.3342890085991987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.631980099626007f,-0.5567687680387436f,-0.5390822688730559f,0.5389614759724738f,-0.49236151609162493f,0.8256343793106005f,-0.2755140816226209f,2.0832915718022944f,0.5984824902607082f,0.09130394644821907f,-0.7959160120353918f,-0.41404360168294085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12585307889775826f,-0.5567687680387436f,-0.8210782797447356f,0.5661201208670925f,-0.024803472912352548f,0.8256343793106005f,-0.5636600566226827f,2.1110425112168287f,0.9917387711809198f,0.09130394644821907f,0.09009882962358573f,-0.49937446285929865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.289692212209266f,-0.5567687680387436f,-0.7785158708221183f,0.6693181790431009f,-0.2960100204216997f,0.8256343793106005f,-0.48031858126700094f,2.169214828699612f,0.9101958525478164f,0.09130394644821907f,-0.4039889842158252f,-0.396110684638746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015622914410673944f,-1.0225319578040092e-7f,2.339115232500405e-7f,-0.01859578326460619f,-1.0226465573987426e-7f,0.00001562466533850202f,0f,1.3044645609855774f,-2.3390651325447153e-7f,-1.530936409520319e-9f,-0.00001562324903466916f,0.6794414919007413f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265.mcfunction new file mode 100644 index 000000000..f29ca942e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265_as_bone.mcfunction new file mode 100644 index 000000000..c4e7004b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_265_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274279f,-0.13698052858882517f,-0.21136888683372593f,0.02840741737109287f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904234f,0.0015875742403034098f,-0.7880886244628319f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040317f,0.16725169034787912f,-0.20705523608201726f,0.02840741737109287f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841626f,-0.07884064842836773f,-0.772005183147264f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274284f,0.1369805285888252f,0.21136888683372457f,-0.028407417371093466f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904098f,0.001587574240303176f,-0.7880886244628323f,-0.34798197160596517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040321f,-0.16725169034787926f,0.20705523608201593f,-0.028407417371093466f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841496f,-0.07884064842836744f,-0.7720051831472644f,-0.34798197160596517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867338f,0.34931344929254343f,1.5225365496710517f,-0.577896252867719f,1.5585866467879124f,0.0940485003619568f,-0.05804131316639084f,0.9333193291447482f,-0.10461880994972872f,1.520046461040916f,-0.3462945435343876f,0.004262293863449673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061039f,-0.8660254037844387f,-0.08682408883346601f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601673f,-0.021809693682667282f,-0.977310787935829f,-0.06141251382481394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599669f,-0.8660254037844387f,0.1082198069690506f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393605f,-0.021809693682667282f,-0.9835429037579559f,-0.002562004078926124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292677f,0.7022169901405857f,0.208298901763601f,0.38159596289823794f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.63510214742088f,0.7076142948692842f,-0.30972128121592235f,0.273774166211978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549425f,0.8737249081167116f,0.45297797106409315f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117752f,0.10351180563195916f,-0.5291882221760247f,-0.002562004078926634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-5.510314521139389e-16f,-6.566937126891911e-16f,-0.15624999999999978f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,8.572527594031472e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.577808763935677e-16f,-8.175764877184729e-16f,-0.15624999999999983f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,8.572527594031472e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-4.60601571881545e-16f,-7.229996441801062e-16f,0.15625000000000017f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,8.572527594031472e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.739284018240913e-17f,-8.564368447278544e-16f,0.15625000000000017f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,8.572527594031472e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,3.7392840182409e-17f,-8.564368447278544e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,8.572527594031472e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,3.7392840182409e-17f,-8.564368447278544e-16f,0.33124999999999993f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,8.572527594031472e-16f,0.043619387365335965f,-0.9990482215818578f,-0.0588973435489801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,3.7392840182409e-17f,-8.564368447278544e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,8.572527594031472e-16f,0.043619387365335965f,-0.9990482215818578f,0.0402158506449866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,3.7392840182409e-17f,-8.564368447278544e-16f,-0.33125000000000004f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,8.572527594031472e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,-8.564368447278544e-16f,0.1952382737779909f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527879783f,0.043082360324645054f,-0.9990482215818578f,0.023019032392553034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,4.163336342344337e-17f,-8.564368447278544e-16f,0.08005326181113281f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,8.573870780015369e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966776f,-8.564368447278544e-16f,0.057716779398202994f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876319105f,0.04232370514336248f,-0.9990482215818578f,0.02327017964168542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412525f,-8.564368447278544e-16f,0.08682420206637906f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649484033f,0.04351313273001681f,-0.9990482215818578f,0.02370642491910169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,-8.564368447278544e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104024527f,0.043453402427357686f,-0.9990482215818578f,-0.0029452599948778073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,-8.564368447278544e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104024527f,0.043453402427357686f,-0.9990482215818578f,-0.012722275541033272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,-8.564368447278544e-16f,-0.19523827377799083f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.00682357552787809f,0.043082360324645325f,-0.9990482215818578f,0.023019032392553374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,4.163336342344337e-17f,-8.564368447278544e-16f,-0.08005326181113274f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,8.573870780015369e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,-8.564368447278544e-16f,-0.057716779398202925f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876317441f,0.042323705143362894f,-0.9990482215818578f,0.02327017964168552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412532f,-8.564368447278544e-16f,-0.08682420206637897f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494857443f,0.043513132730016696f,-0.9990482215818578f,0.02370642491910184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,-8.564368447278544e-16f,-0.14461004211822304f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104022819f,0.04345340242735784f,-0.9990482215818578f,-0.0029452599948775592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,-8.564368447278544e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104022819f,0.04345340242735784f,-0.9990482215818578f,-0.012722275541033057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,3.7392840182409e-17f,-8.564368447278544e-16f,-3.3063850091770415e-18f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,8.572527594031472e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.739284018240913e-17f,-8.564368447278544e-16f,1.0715930059226382e-17f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,8.572527594031472e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127597f,0.05516275246767f,0.1353968714829461f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231565f,-0.7343101668517943f,-0.676973821690277f,0.4046203041430533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.044642586970856685f,0.12265449964846553f,0.12500000000000008f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231565f,-0.9979284784780964f,0.040542918472161515f,0.08779756783041506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17298739392508905f,-0.015134435901339366f,-0.15030508631179063f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352297f,-0.45595691535740046f,-0.8875175410850817f,0.4130445200080471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.09330109785058051f,-0.14645338762528534f,-0.12499999999999994f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352297f,-0.9816839891462925f,-0.17855150475357873f,0.06958870415798664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738105f,0.13052619222005102f,-6.566937126891912e-16f,2.8705067270102824e-17f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861186f,-0.637288472578474f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738103f,-0.12925592028994204f,0.018165734927773573f,3.0107100771596705e-17f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861356f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-5.510314521139389e-16f,-6.566937126891912e-16f,2.8705067270102824e-17f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,8.572527594031472e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765792f,-8.17576487718473e-16f,2.870493748262354e-17f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304322448f,-0.29956152315159634f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765844f,-8.17576487718473e-16f,2.870493748262354e-17f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304324155f,-0.29956152315159623f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.5778087639356767e-16f,-8.17576487718473e-16f,2.870493748262354e-17f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,8.572527594031472e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005124f,-7.919982786013902e-16f,-0.19374999999999998f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231396f,-0.3794095225512604f,-0.9238795325112867f,0.03348489375607003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171984f,0.011376107230961436f,0.19375000000000003f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.04995021125231566f,-0.45848716163646636f,-0.8872961732197349f,0.0209848173125487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.958352728463094e-16f,-7.603924843625152e-16f,-0.007812499999999926f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,8.572527594031472e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.280564283728408e-16f,-7.919982786013902e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,8.572527594031472e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.573576436351048f,-0.21201214989665446f,-0.7912401152362222f,-0.04251139545395487f,5.071390642290822e-16f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.81915204428899f,0.1484525055496847f,0.5540322932223254f,0.3647272479239538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.573576436351048f,-0.21201214989665446f,-0.7912401152362222f,0.011261395453955894f,5.071390642290822e-16f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.81915204428899f,0.1484525055496847f,0.5540322932223254f,0.4415227520760466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.573576436351048f,-0.21201214989665446f,-0.7912401152362222f,0.10306101728543386f,5.071390642290822e-16f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.81915204428899f,0.1484525055496847f,0.5540322932223254f,0.32002015601665135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.593602871979232f,-0.5489564193883942f,-0.5884577130009266f,0.5417253292003299f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.65070247725586f,0.1028474406453117f,-0.7523354903537358f,-0.3880356584006611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207858f,-0.5489564193883942f,-0.8083040233938802f,0.5623359207996693f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428877f,0.1028474406453117f,0.1873571304321725f,-0.47613184159934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295363f,-0.5489564193883942f,-0.8064207645013107f,0.6729937396751963f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859084f,0.1028474406453117f,-0.3261904081870278f,-0.3831551887719464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,-1.3394574365674176e-20f,-0.007217499999999411f,0f,0.000015625f,0f,1.2911225f,1.3394574365674176e-20f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..f23e80ba5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5450341712329129f,-0.09633161919133039f,-0.6005018033085936f,0.056790667180512025f,0.011111456121201995f,0.8046452936185815f,-0.1391651229467269f,1.3720774559442817f,0.608077899759367f,-0.10104758802607573f,-0.535700566756088f,-0.3282855608729145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5293816457130762f,0.11713639454608804f,-0.5882466644655611f,0.056790667180512025f,0.3116963947936163f,0.7240585935073044f,-0.1363250183967937f,1.3720774559442817f,0.5124455392085848f,-0.31940290894255696f,-0.5247679021284127f,-0.3282855608729145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5463606822904462f,0.09611074009120088f,0.5993306057016311f,-0.057507382383537836f,-0.011111456121201995f,0.8046452936185815f,-0.1391651229467269f,1.3720774559442817f,-0.6068863030538991f,-0.10125769867537304f,-0.5370105567574838f,-0.328160769026167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5304993694455135f,-0.11783356955115216f,0.5870993688505775f,-0.057507382383537836f,-0.3116963947936163f,0.7240585935073044f,-0.1363250183967937f,1.3720774559442817f,-0.5112883496526933f,-0.31914636619434966f,-0.5260511576399841f,-0.328160769026167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.09745186458719503f,-1.5594579829292787f,-0.0004284467583681977f,-0.8751683581577199f,-0.3916286641085131f,-0.02488873400137534f,1.5124198459318066f,1.6207182130296034f,-1.5094821540969137f,-0.09422101887559133f,-0.3924184960791032f,-0.08694047414031095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9980531090747384f,0.06236919333580482f,0.00027420592535610356f,-0.6260024215994886f,-0.01592878976088065f,-0.25064234502944815f,-0.9679487013963562f,1.6059807925285574f,-0.060301452080378334f,-0.9660685786220249f,0.2511478374906258f,-0.09174696510667557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9980531090747384f,0.06236919333580482f,0.00027420592535610356f,-0.29851624518434f,-0.01592878976088065f,-0.25064234502944815f,-0.9679487013963562f,1.6112074266688463f,-0.060301452080378334f,-0.9660685786220249f,0.2511478374906258f,-0.07196055114280143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9979190542192204f,-0.06447857037285393f,0.0002742059253560758f,0.6258005887289819f,0.01592878976088065f,-0.25064234502944815f,-0.9679487013963562f,1.6059807925285574f,0.06248067607644975f,-0.9659300848616381f,0.2511478374906258f,-0.09311369717269811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9979190542192204f,-0.06447857037285393f,0.0002742059253560758f,0.29835839906330025f,0.01592878976088065f,-0.25064234502944815f,-0.9679487013963562f,1.6112074266688463f,0.06248067607644975f,-0.9659300848616381f,0.2511478374906258f,-0.07261222533511304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0007408034726740436f,-0.0008020346947320687f,-0.15598466246312756f,0f,0.7345917086575333f,-0.678509411557132f,1.398535390050771f,0.0010918101651293988f,-0.6785090071486306f,-0.7345912708225865f,0.24311049309861438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0005232489153289222f,-0.0009582588425300294f,-0.15608876075251754f,0f,0.8776789895672557f,-0.47924898672005667f,1.5601048944276312f,0.0010918101651293988f,-0.47924870107572926f,-0.8776784664487272f,0.1477658712316106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0007338163664956711f,-0.0008084324195274309f,0.15651515127909246f,0f,0.7404514496635203f,-0.6721098501667649f,1.398535390050771f,0.0010918101651293988f,-0.6721094495725614f,-0.740451008336022f,0.24276930242201145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0005232489153289222f,-0.0009582588425300294f,0.15641105298970248f,0f,0.8776789895672557f,-0.47924898672005667f,1.5601048944276312f,0.0010918101651293988f,-0.47924870107572926f,-0.8776784664487272f,0.14742468055500768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0001855995166070912f,-0.001075919260964827f,0.2935771901590353f,0f,0.9854453597593235f,-0.16999247903603684f,2.1970454941095507f,0.0010918101651293988f,-0.16999237771628728f,-0.9854447724093554f,-0.15843855076993568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0001855995166070912f,-0.001075919260964827f,0.33099950031696207f,0f,0.9854453597593235f,-0.16999247903603684f,2.057928029230007f,0.0010918101651293988f,-0.16999237771628728f,-0.9854447724093554f,-0.22961589384996917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0001855995166070912f,-0.001075919260964827f,-0.29392245967633834f,0f,0.9854453597593235f,-0.16999247903603684f,2.1970454941095507f,0.0010918101651293988f,-0.16999237771628728f,-0.9854447724093554f,-0.15779711229792215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0001855995166070912f,-0.001075919260964827f,-0.3315001048165443f,0f,0.9854453597593235f,-0.16999247903603684f,2.057928029230007f,0.0010918101651293988f,-0.16999237771628728f,-0.9854447724093554f,-0.22889256961557092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.970340048542467f,0.2417416649904323f,-0.001075919260964827f,0.20378959220922732f,0.238400809442872f,0.9561734210529833f,-0.16999247903603684f,2.292124371140312f,-0.04006549951748918f,-0.16520701038239155f,-0.9854447724093554f,-0.19694003849068117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962102803986277f,0.08697079754625328f,-0.001075919260964827f,0.08991753715540278f,0.08588722226705703f,0.9816954426513508f,-0.16999247903603684f,2.3119102125895745f,-0.013728156443478887f,-0.1694406629228561f,-0.9854447724093554f,-0.2002288347694743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455784373387961f,0.32539247261985704f,-0.001075919260964827f,0.06729001729892933f,0.32082962709521173f,0.9317568928905918f,-0.16999247903603684f,2.3095880159504056f,-0.054311777892717523f,-0.16108640946152372f,-0.9854447724093554f,-0.19980354320603314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998503383804711f,0.017266824786313056f,-0.001075919260964827f,0.09715694146406202f,0.01719839294025477f,0.9852952716579203f,-0.16999247903603684f,2.3169061715867514f,-0.0018751321899919127f,-0.16998554176853872f,-0.9854447724093554f,-0.20109855826248205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9848393950601042f,0.17346529432538332f,-0.001075919260964827f,0.16379924375221946f,0.17112079091253907f,0.9704742304608863f,-0.16999247903603684f,2.4094508622637085f,-0.02844364349226481f,-0.16759940237351237f,-0.9854447724093554f,-0.24884715305322075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9848393950601042f,0.17346529432538332f,-0.001075919260964827f,0.12476955252900827f,0.17112079091253907f,0.9704742304608863f,-0.16999247903603684f,2.1910941604100094f,-0.02844364349226481f,-0.16759940237351237f,-0.9854447724093554f,-0.2111372875191805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702502473687071f,-0.2421018378259578f,-0.001075919260964827f,-0.20421914837026442f,-0.238400809442872f,0.9561734210529833f,-0.16999247903603684f,2.292124371140312f,0.04218425699174867f,-0.1646787448128254f,-0.9854447724093554f,-0.19649457013474464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961779282711807f,-0.08734058405507802f,-0.001075919260964827f,-0.09035454627681415f,-0.08588722226705703f,0.9816954426513508f,-0.16999247903603684f,2.3119102125895745f,0.01590346743912805f,-0.1692503478710935f,-0.9854447724093554f,-0.20003201175898255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9454575867546161f,-0.32574344820100554f,-0.001075919260964827f,-0.06772615169183459f,-0.32082962709521173f,0.9317568928905918f,-0.16999247903603684f,2.3095880159504056f,0.05637643147703354f,-0.16037549222056627f,-0.9854447724093554f,-0.19965613109241093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998438600640743f,-0.01763796728411654f,-0.001075919260964827f,-0.09759583247078682f,-0.01719839294025477f,0.9852952716579203f,-0.16999247903603684f,2.3169061715867514f,0.004058419944297807f,-0.16994743233903034f,-0.9854447724093554f,-0.20088592507747816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9847749370244347f,-0.1738308540112033f,-0.001075919260964827f,-0.1643422406172884f,-0.17112079091253907f,0.9704742304608863f,-0.16999247903603684f,2.4094508622637085f,0.030594089723138755f,-0.1672202206824465f,-0.9854447724093554f,-0.24848888463144858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9847749370244347f,-0.1738308540112033f,-0.001075919260964827f,-0.12523029846476771f,-0.17112079091253907f,0.9704742304608863f,-0.16999247903603684f,2.1910941604100094f,0.030594089723138755f,-0.1672202206824465f,-0.9854447724093554f,-0.21086433497789817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.0001855995166070912f,-0.001075919260964827f,-0.00010163073871344386f,0f,0.9854453597593235f,-0.16999247903603684f,1.691365678503232f,0.0010918101651293988f,-0.16999237771628728f,-0.9854447724093554f,-0.09308456853114973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.00027420592535609006f,-0.001056816231508343f,0.0000011964832950899087f,0f,0.9679487013963562f,-0.25114798718107906f,1.3283849154795986f,0.0010918101651293988f,-0.2511478374906262f,-0.9679481244748321f,0.0010958705278350939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.951135491652926f,-0.3076342029764332f,-0.02650421998854674f,0.22853580218987868f,-0.3003062899421447f,0.9016741076159928f,0.31112688067103356f,0.747574151411736f,-0.07181510105354638f,0.30388320258605567f,-0.9499987318132119f,0.010608555747337017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.951135491652926f,-0.29001244109670743f,0.10599085114893333f,0.12495754892021146f,-0.3003062899421447f,0.9486821665916948f,-0.09908722930868691f,1.087480372048281f,-0.07181510105354638f,-0.12607509984139045f,-0.9894178391663717f,-0.038949589367114686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9509764072306586f,0.308297034689766f,0.024429721491774165f,-0.23190644607390004f,0.30030628994214476f,0.9016741076159928f,0.31112688067103356f,0.7645934953286524f,0.0738918473977536f,0.30321072219893586f,-0.9500543420414153f,0.028941937423382677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9509764072306586f,0.28426223955154545f,-0.12181482691285242f,-0.125054152581284f,0.30030628994214476f,0.9428928712696435f,-0.1441151120808362f,1.1222699635991935f,0.0738918473977536f,-0.1736318302444205f,-0.9820346136537752f,-0.04953063052797482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9834368500210233f,0.18124793637599068f,-0.0010712516847489922f,-0.005720237304464361f,0.17803866627196552f,0.9648820396551229f,-0.19314471999790586f,1.285328585274609f,-0.03397345041097439f,-0.19013635925412742f,-0.9811696945772216f,-0.03518534125186697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.983360320337547f,-0.1816626896351175f,-0.0010712516847489922f,-0.005720237304464361f,-0.17803866627196552f,0.9648820396551229f,-0.19314471999790586f,1.285328585274609f,0.03612082083420585f,-0.18974012950745223f,-0.9811696945772216f,-0.03518534125186697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,-0.00021087736863478515f,-0.0010712516847489922f,-0.005720237304464361f,0f,0.9811702793791353f,-0.19314471999790586f,1.285328585274609f,0.0010918101651293988f,-0.19314460487884424f,-0.9811696945772216f,-0.03518534125186697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9833256834578118f,0.18185040449428774f,-0.00101520317730804f,-0.005712381520587318f,0.168723580327751f,0.9143988535381994f,0.36797702386074516f,1.2752223762615795f,0.06784507125511949f,0.3616699697698032f,-0.9298343289388153f,-0.02799015343836148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9834714869007585f,-0.18106022151682044f,-0.00101520317730804f,-0.005712381520587318f,-0.168723580327751f,0.9143988535381994f,0.36797702386074516f,1.2752223762615795f,-0.06569770083188803f,0.3620661995164784f,-0.9298343289388153f,-0.02799015343836148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,0.0004017610551852249f,-0.00101520317730804f,-0.005712381520587318f,0f,0.9298348831435549f,0.36797702386074516f,1.2752223762615795f,0.0010918101651293988f,0.36797680453727777f,-0.9298343289388153f,-0.02799015343836148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9658586295151449f,0.25816861172812594f,-0.021588786661091795f,-0.19942077439325193f,0.25152334213308214f,0.9544293624137279f,0.16062565338304252f,1.339085857524835f,0.06207347383005509f,0.14971158966792422f,-0.9867792680056531f,0.010223982766496349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659918716313115f,-0.25784108315260384f,0.019433985204480208f,0.1880789946471009f,-0.25152334213308214f,0.9544293624137279f,0.16062565338304252f,1.339085857524835f,-0.05996425855824825f,0.1502749746338918f,-0.9868240571116731f,0.009800906327508706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,0.00016394931790360886f,-0.001079430432144113f,-0.00787000905032148f,0f,0.9886612770418577f,0.15016284253424034f,1.1734858527027088f,0.0010918101651293988f,0.15016275303344773f,-0.9886606877751228f,-0.052668825988938364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.999999403975104f,0.00025740400230927905f,-0.001061033748885986f,0f,0f,0.9718115683235417f,0.23575893550942725f,1.390625f,0.0010918101651293988f,0.23575879499123223f,-0.9718109890996527f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8602776785693982f,0.23209104250607773f,-0.4539339861077706f,-2.06267651541607f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4820590860658101f,-0.08047106867169025f,0.8724353527042747f,-0.45142839551857994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37722849019926574f,0.23209104250607773f,-0.8965670159951374f,-2.0319649641797115f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9111296904861237f,-0.08047106867169025f,-0.40418695454145587f,-0.36285151862253817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.327589879854489f,0.23209104250607773f,-0.9158704158369588f,-1.9099401774223468f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9448200202244454f,-0.08047106867169025f,0.31755241534259304f,-0.454772819371948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8579316891337648f,-0.26652427365337383f,0.4392243485209204f,2.062167347824681f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2909660386899744f,-0.4879801956937633f,-0.1553020345090102f,0.8589275910622728f,-0.4556748584654525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36277929367613526f,-0.26652427365337383f,0.8929479243681493f,2.030686292625701f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.296533961310026f,-0.8981893886627887f,-0.1553020345090102f,-0.41126281155840994f,-0.36754425140266245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3357979221224518f,-0.26652427365337383f,0.9034404059216001f,1.9109107593369512f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.248345171272107f,-0.9400598086697607f,-0.1553020345090102f,0.30359320513004784f,-0.4571485357035647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624990687111002f,0f,-1.7059533830146858e-8f,-0.006466876209663851f,0f,0.000015625f,0f,1.5567475f,1.7059533830146858e-8f,0f,-0.000015624990687111002f,0.6875074703727508f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27.mcfunction new file mode 100644 index 000000000..2dc44e639 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..c765ec7af --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5169681476069161f,-0.09115543258997552f,-0.6256029618804986f,0.060721239031346116f,0.02247753495997448f,0.8049719403226064f,-0.13586530152995493f,1.3677917415877179f,0.6318094168548307f,-0.10322454575844295f,-0.5070562082954572f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5020407814105077f,0.11129976166780046f,-0.6128355544951823f,0.060721239031346116f,0.3221054297839039f,0.7200933743807646f,-0.13309254027424158f,1.3677917415877179f,0.533107067955822f,-0.3302694282333969f,-0.49670812241187645f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5169681476069159f,0.09115543258997554f,0.6256029618804988f,-0.06072123903134605f,-0.02247753495997448f,0.8049719403226064f,-0.13586530152995493f,1.3677917415877179f,-0.6318094168548309f,-0.10322454575844292f,-0.5070562082954571f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5020407814105075f,-0.11129976166780035f,0.6128355544951826f,-0.06072123903134605f,-0.3221054297839039f,0.7200933743807646f,-0.13309254027424158f,1.3677917415877179f,-0.5331070679558222f,-0.33026942823339694f,-0.49670812241187634f,-0.32536376883520934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.10899449022519596f,-1.5586938285309753f,7.550840267478149e-16f,-0.8749805680406197f,-0.4034196483075794f,-0.028209849881520546f,1.5092591035766691f,1.6165700622299441f,-1.5055826242554533f,-0.10528059303172838f,-0.4044047579726888f,-0.0935892682168815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.06975647374412541f,-2.47572976104104e-17f,-0.6257632039915049f,-0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6022064690132234f,-0.06737957954030604f,-0.9635728795234902f,0.25881904510252063f,-0.09647899237162755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,0.06975647374412541f,-2.47572976104104e-17f,-0.2984375f,-0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6081305374883428f,-0.06737957954030604f,-0.9635728795234902f,0.25881904510252063f,-0.07437006783496462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.06975647374412516f,-3.863508541822486e-17f,0.6257632039915049f,0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6022064690132234f,0.0673795795403058f,-0.9635728795234904f,0.25881904510252063f,-0.09647899237162738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9975640502598242f,-0.06975647374412516f,-3.863508541822486e-17f,0.2984375f,0.01805430392417358f,-0.2581885749168506f,-0.9659258262890683f,1.6081305374883428f,0.0673795795403058f,-0.9635728795234904f,0.25881904510252063f,-0.07437006783496454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.789711564705088e-17f,9.449675761891813e-17f,-0.15625000000000003f,0f,0.77162458338772f,-0.636078220277764f,1.3945477039072633f,-1.2246467991473532e-16f,-0.636078220277764f,-0.77162458338772f,0.23660222568436148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.559780123493433e-17f,1.0911682878666936e-16f,-0.15625000000000003f,0f,0.8910065241883679f,-0.45399049973954686f,1.5587739865692103f,-1.2246467991473532e-16f,-0.45399049973954686f,-0.8910065241883679f,0.14591021620701916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.789711564705088e-17f,9.449675761891813e-17f,0.15624999999999997f,0f,0.77162458338772f,-0.636078220277764f,1.3945477039072633f,-1.2246467991473532e-16f,-0.636078220277764f,-0.77162458338772f,0.23660222568436154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.559780123493433e-17f,1.0911682878666936e-16f,0.15624999999999997f,0f,0.8910065241883679f,-0.45399049973954686f,1.5587739865692103f,-1.2246467991473532e-16f,-0.45399049973954686f,-0.8910065241883679f,0.14591021620701922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,0.29375f,0f,0.9846253691177963f,-0.17467937053253624f,2.193485928602683f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.16324214442307589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,0.33125f,0f,0.9846253691177963f,-0.17467937053253624f,2.0540315664755333f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.23371585146130228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,-0.29375f,0f,0.9846253691177963f,-0.17467937053253624f,2.193485928602683f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.16324214442307597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,-0.33125f,0f,0.9846253691177963f,-0.17467937053253624f,2.0540315664755333f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.23371585146130233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,0.2419218955996677f,1.2058183066493906e-16f,0.20400449188150194f,0.2382024357524998f,0.9553777876379232f,-0.17467937053253624f,2.288380070357237f,-0.04225876444138802f,-0.16949064669630112f,-0.9846253691177963f,-0.20229359501017802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2058183066493906e-16f,0.09013609543946538f,0.08581575537364862f,0.9808785723217766f,-0.17467937053253624f,2.3081494479765547f,-0.015224310281456708f,-0.17401466279051608f,-0.9846253691177963f,-0.2058008197340915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9455185755993167f,0.3255681544571567f,1.2058183066493906e-16f,0.06750812473190501f,0.3205626642553776f,0.9309815765072103f,-0.17467937053253624f,2.30582918364088f,-0.05687004028601578f,-0.1651625896125089f,-0.9846253691177963f,-0.20538918874596462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998476951563913f,0.017452406437283546f,1.2058183066493906e-16f,0.09737644500620996f,0.01718408213030409f,0.9844754059049396f,-0.17467937053253624f,2.313141249828353f,-0.003048575370742792f,-0.17465276601832558f,-0.9846253691177963f,-0.20668640000923366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2058183066493906e-16f,0.16407083997505928f,0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.4054580482185703f,-0.03033275436898153f,-0.1720255983917339f,-0.9846253691177963f,-0.25480199982851315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2058183066493906e-16f,0.125f,0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.1872830413216353f,-0.03033275436898153f,-0.1720255983917339f,-0.9846253691177963f,-0.21609624019037307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9702957262759964f,-0.24192189559966765f,1.2058183066493906e-16f,-0.2040044918815019f,-0.2382024357524998f,0.9553777876379232f,-0.17467937053253624f,2.288380070357237f,0.04225876444138778f,-0.16949064669630118f,-0.9846253691177963f,-0.20229359501017807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.2058183066493906e-16f,-0.09013609543946535f,-0.08581575537364862f,0.9808785723217766f,-0.17467937053253624f,2.3081494479765547f,0.015224310281456465f,-0.1740146627905161f,-0.9846253691177963f,-0.20580081973409153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9455185755993168f,-0.3255681544571566f,1.2058183066493906e-16f,-0.06750812473190496f,-0.3205626642553776f,0.9309815765072103f,-0.17467937053253624f,2.30582918364088f,0.05687004028601554f,-0.165162589612509f,-0.9846253691177963f,-0.20538918874596462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9998476951563912f,-0.01745240643728349f,1.2058183066493906e-16f,-0.0973764450062099f,-0.01718408213030409f,0.9844754059049396f,-0.17467937053253624f,2.313141249828353f,0.003048575370742542f,-0.1746527660183256f,-0.9846253691177963f,-0.20668640000923366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2058183066493906e-16f,-0.16407083997505922f,-0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.4054580482185703f,0.030332754368981286f,-0.17202559839173395f,-0.9846253691177963f,-0.25480199982851315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2058183066493906e-16f,-0.12499999999999997f,-0.17097840103193396f,0.9696666973197129f,-0.17467937053253624f,2.1872830413216353f,0.030332754368981286f,-0.17202559839173395f,-0.9846253691177963f,-0.2160962401903731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.139205319997449e-17f,1.2058183066493906e-16f,1.1732547412425522e-17f,0f,0.9846253691177963f,-0.17467937053253624f,1.6881212699779065f,-1.2246467991473532e-16f,-0.17467937053253624f,-0.9846253691177963f,-0.0958035200075171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.1696191514317656e-17f,1.1829179713786698e-16f,-1.5352440544359856e-19f,0f,0.9659258262890682f,-0.25881904510252085f,1.3258990851195058f,-1.2246467991473532e-16f,-0.25881904510252085f,-0.9659258262890682f,0.0012536219059282126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.30784109141656935f,-0.026932605666397325f,0.22871178600493924f,-0.29983786898866505f,0.8982096349988868f,0.3214291584711977f,0.7473437921149519f,-0.07475797705169922f,0.3137727107806248f,-0.9465505432022719f,0.0050882141239309425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,-0.2903809893115786f,0.105690036706187f,0.125f,-0.29983786898866505f,0.9498962188167117f,-0.08828604531889384f,1.0877328091671772f,-0.07475797705169922f,-0.11565489407778012f,-0.9904722057397649f,-0.04073629502658416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.3078410914165694f,0.026932605666397588f,-0.23193790695336203f,0.29983786898866516f,0.898209634998887f,0.3214291584711977f,0.7644240274477343f,0.07475797705169902f,0.31377271078062474f,-0.9465505432022718f,0.02471496725078874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9510565162951535f,0.2844516431214246f,-0.12074255893448664f,-0.12499999999999999f,0.29983786898866516f,0.9439738844573895f,-0.13787877930545744f,1.1225905861557959f,0.07475797705169902f,-0.1673337030844315f,-0.9830618885295008f,-0.05136928065676952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2041399752941235e-16f,-0.006249999999999996f,0.17074042288054672f,0.9683170561562844f,-0.1822355254921475f,1.285554053051965f,-0.03164486690788696f,-0.1794669583789207f,-0.9832549075639545f,-0.03585913213455068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2041399752941235e-16f,-0.006249999999999996f,-0.17074042288054672f,0.9683170561562844f,-0.1822355254921475f,1.285554053051965f,0.031644866907886725f,-0.17946695837892077f,-0.9832549075639545f,-0.03585913213455068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.2317415298489428e-17f,1.2041399752941235e-16f,-0.006249999999999996f,0f,0.9832549075639545f,-0.1822355254921475f,1.285554053051965f,-1.2246467991473532e-16f,-0.1822355254921475f,-0.9832549075639545f,-0.03585913213455068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693028f,1.1394328964996512e-16f,-0.006249999999999997f,0.1615653151493758f,0.9162824344874608f,0.3665012267242972f,1.2754023825047254f,0.06364227013336855f,0.3609332495665729f,-0.9304175679820245f,-0.028728225102460515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669304f,1.1394328964996512e-16f,-0.006249999999999997f,-0.1615653151493758f,0.9162824344874608f,0.3665012267242972f,1.2754023825047254f,-0.0636422701333688f,0.3609332495665729f,-0.9304175679820245f,-0.028728225102460515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.48834554191489e-17f,1.1394328964996512e-16f,-0.006249999999999997f,0f,0.9304175679820245f,0.3665012267242972f,1.2754023825047254f,-1.2246467991473532e-16f,0.3665012267242972f,-0.9304175679820245f,-0.028728225102460515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2578341604962994f,-0.022557566113149716f,-0.2f,0.25113101334181026f,0.9547521264543455f,0.15931601039701238f,1.3368181722199575f,0.06261399400849757f,0.1482225445472918f,-0.9869698906462293f,0.009129124232304036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25783416049629954f,0.02255756611314996f,0.1875f,-0.25113101334181026f,0.9547521264543455f,0.15931601039701238f,1.3368181722199575f,-0.06261399400849782f,0.14822254454729175f,-0.9869698906462293f,0.009129124232304085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.9157696688784726e-17f,1.2095693648649962e-16f,-0.007812499999999993f,0f,0.9876883405951377f,0.1564344650402308f,1.173824548660207f,-1.2246467991473532e-16f,0.1564344650402308f,-0.9876883405951377f,-0.054054423548050734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.962688750897932e-17f,1.1882695554102554e-16f,0f,0f,0.9702957262759965f,0.24192189559966767f,1.390625f,-1.2246467991473532e-16f,0.24192189559966767f,-0.9702957262759965f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8597508488121246f,0.23217876330481285f,-0.4548862493383145f,-2.0621824118984593f,-0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.4829980586608895f,-0.08021762134948628f,0.8719392229707541f,-0.4536801776429227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.37822304601951817f,0.23217876330481285f,-0.8961251861932937f,-2.0315675881015407f,0.16595587755980026f,0.9693596624036293f,0.18110905998342125f,2.29375f,0.9107172855299686f,-0.08021762134948628f,-0.40516559461775165f,-0.36506982235707797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32655812050046606f,0.23217876330481285f,-0.9162165769104219f,-1.9094425134634367f,0f,0.9693596624036293f,0.24564577119242637f,2.2569031343211363f,0.9451771230490099f,-0.08021762134948628f,0.31655226944349557f,-0.45685784041652466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8584639595231595f,-0.2663545544583291f,0.4382863008572418f,2.0626636291640685f,0.16071261739752074f,0.9512339825883555f,0.26329710400673684f,2.2909660386899744f,-0.48704320630623504f,-0.15559293585635978f,0.8594066287285322f,-0.45342309159933925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3617984251458911f,-0.2663545544583291f,0.893396413067155f,2.0310863708359315f,-0.2482881514962209f,0.9512339825883555f,0.18304891203087204f,2.296533961310026f,-0.898584939440086f,-0.15559293585635978f,-0.410287636814779f,-0.3653269084006603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,1.9114087398048198f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.248345171272107f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4550619114399568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5567475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28.mcfunction new file mode 100644 index 000000000..ca5238030 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..1092e152c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5149677251028941f,-0.09468286666018264f,-0.6267278845781512f,0.05949449370714639f,0.005107449653065107f,0.8068574924740919f,-0.1260926058137692f,1.3759703703279067f,0.6338190597519421f,-0.08343012671616444f,-0.5081901788658781f,-0.32287899940968917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5015526911276548f,0.10735744066557992f,-0.6139375195867605f,0.05949449370714639f,0.3070919146259009f,0.7283114317580339f,-0.1235192873277739f,1.3759703703279067f,0.5423462491748291f,-0.3131083491449873f,-0.4978189507257582f,-0.32287899940968917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.518954842624311f,0.08762557799349882f,0.6244614270253417f,-0.06194637197381464f,-0.009283962508003275f,0.8075939243756932f,-0.12103844759439662f,1.3754798119897265f,-0.6305110021255543f,-0.08401342652943498f,-0.5121933861402904f,-0.3224904467323314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.502515540585545f,-0.11523912723457111f,0.6117173162697225f,-0.06194637197381464f,-0.3111478313917023f,0.7274122566589317f,-0.11856827519451099f,1.3754798119897265f,-0.5391337111424754f,-0.3123961466096771f,-0.5017404598925295f,-0.3224904467323314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1662266352678252f,-1.5310273268477714f,0.2640649165885255f,-0.873627325297093f,-0.3434256137762985f,0.29521187630511275f,1.4954313912349133f,1.6303143416979744f,-1.515200911935414f,0.10105207832490298f,-0.3679142888449804f,-0.02018294902237577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.996576525276641f,-0.08254293351640977f,0.00467903772608163f,-0.6282304093285107f,0.014897039154287521f,-0.23495122711723798f,-0.9718929977628916f,1.608250246356186f,0.08132224475487727f,-0.9684960428430308f,0.2353765228424837f,-0.060399228472926024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9997967446258215f,-0.01961061043333168f,0.00467903772608163f,-0.29978409541232076f,0.00006927911781669065f,-0.23542301522974377f,-0.9718929977628916f,1.6087179547054653f,0.020160968131858824f,-0.9716951311283638f,0.2353765228424837f,-0.06499718162083168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.997865600294732f,-0.04629109677590819f,-0.04605842059513007f,0.6278491604825897f,0.05573244816605581f,-0.23614406139428853f,-0.9701184857993523f,1.590734386480231f,0.034031426209494994f,-0.9706148137276157f,0.23821995173086088f,-0.08600944065074181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9964504184080374f,-0.07046407273731421f,-0.04605842059513007f,0.2970829799276995f,0.06143980746553677f,-0.2347238240336276f,-0.9701184857993523f,1.6111289892361522f,0.05754749093614058f,-0.9695047915736679f,0.23821995173086088f,-0.06690687074277293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.998897522458782f,0.04658730393218336f,-0.0057760486526406965f,-0.1606379839780063f,0.040247842621520175f,0.7865741391507486f,-0.6161827933199467f,1.3882394320793365f,-0.02416300457353439f,-0.6157359391261723f,-0.7875819973046553f,0.2401451469283525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9997752813499095f,0.021165421204769882f,-0.0011881695730228533f,-0.15667689356194334f,0.019603969938286458f,0.9017809735461171f,-0.43174849173202207f,1.5546249365459084f,-0.008066669967733931f,-0.43167476263437254f,-0.9019932528240938f,0.1535686711042571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.998897522458782f,0.04658730393218336f,-0.0057760486526406965f,0.15185786698535506f,0.040247842621520175f,0.7865741391507486f,-0.6161827933199467f,1.3895017538231518f,-0.02416300457353439f,-0.6157359391261723f,-0.7875819973046553f,0.23914530969173403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9997752813499095f,0.021165421204769882f,-0.0011881695730228533f,0.15581895740141802f,0.019603969938286458f,0.9017809735461171f,-0.43174849173202207f,1.5558872582897236f,-0.008066669967733931f,-0.43167476263437254f,-0.9019932528240938f,0.15256883386763861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999677539293207f,-0.005223686715754921f,0.006099524460575486f,0.28920824464432343f,-0.006083740607592525f,0.9885489155338765f,-0.1507780809568034f,2.199035834022527f,-0.005242060832253178f,-0.15081032688079576f,-0.9885488182706701f,-0.13909879396545555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999677539293207f,-0.005223686715754921f,0.006099524460575486f,0.3279318266743212f,-0.006083740607592525f,0.9885489155338765f,-0.1507780809568034f,2.0615599147638766f,-0.005242060832253178f,-0.15081032688079576f,-0.9885488182706701f,-0.21272737753702192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999677539293207f,-0.005223686715754921f,0.006099524460575486f,-0.2982728107891525f,-0.006083740607592525f,0.9885489155338765f,-0.1507780809568034f,2.1954616364155664f,-0.005242060832253178f,-0.15081032688079576f,-0.9885488182706701f,-0.1421785047044043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999677539293207f,-0.005223686715754921f,0.006099524460575486f,-0.3345468103038537f,-0.006083740607592525f,0.9885489155338765f,-0.1507780809568034f,2.057529436611347f,-0.005242060832253178f,-0.15081032688079576f,-0.9885488182706701f,-0.21620024283838962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9715281622437213f,0.23684557367342163f,0.006099524460575486f,0.19907534816911182f,0.23324860002763242f,0.9606565780174168f,-0.1507780809568034f,2.2943001897619633f,-0.04157066937742168f,-0.1450624463573347f,-0.9885488182706701f,-0.17631349077030128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9966178490226932f,0.08194912330669007f,0.006099524460575486f,0.08510574198506296f,0.08009712483789785f,0.9853174213905314f,-0.1507780809568034f,2.3134555988356444f,-0.018366099261477885f,-0.1497795723507684f,-0.9885488182706701f,-0.17993837621300768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9471887523840101f,0.3206185633405794f,0.006099524460575486f,0.0624908105300257f,0.31608775626738117f,0.9366720347276503f,-0.1507780809568034f,2.310988425979885f,-0.05405550568697819f,-0.14088731738728857f,-0.9885488182706701f,-0.1797016096955934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.999906619900609f,0.012228952542785387f,0.006099524460575486f,0.09231937530712062f,0.011169743432602325f,0.9885045306596392f,-0.1507780809568034f,2.318511340485145f,-0.00787326556066116f,-0.15069587116133218f,-0.9885488182706701f,-0.18066499211457138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9856830805106926f,0.16849825101853763f,0.006099524460575486f,0.1586835058639028f,0.16566840279940556f,0.9745870667194787f,-0.1507780809568034f,2.4123704226170917f,-0.031350360585568816f,-0.14760890483577313f,-0.9885488182706701f,-0.22618333356107903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9856830805106926f,0.16849825101853763f,0.006099524460575486f,0.1207713993847319f,0.16566840279940556f,0.9745870667194787f,-0.1507780809568034f,2.193088332605209f,-0.031350360585568816f,-0.14760890483577313f,-0.9885488182706701f,-0.19297132997303013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9689934898876074f,-0.2470859230706582f,-0.00040395018985775466f,-0.20872857218559004f,-0.24539216775226128f,0.9625396544057447f,-0.11532604953918932f,2.2912392976289895f,0.028884261480625863f,-0.11165106500517702f,-0.9933276091612114f,-0.17436157858904272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9957163262691124f,-0.092459907124042f,-0.00040395018985775466f,-0.09496872910228539f,-0.09179660704530321f,0.9890769865044151f,-0.11532604953918932f,2.3117801982773822f,0.011062573665858506f,-0.114794949113447f,-0.9933276091612114f,-0.17679265390970858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9437828528302399f,-0.33052558683639816f,-0.0051733113252751635f,-0.07218855162018661f,-0.3287758877141379f,0.9401833431750197f,-0.08922834120403655f,2.308410160458412f,0.03435611097598494f,-0.0825113183914667f,-0.9959977610295655f,-0.17969304584222826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.999728855560029f,-0.022703572638822056f,-0.0051733113252751635f,-0.10209506608623746f,-0.022151819541920276f,0.9957648316831431f,-0.08922834120403655f,2.3156642252429145f,0.007177203607024563f,-0.08908954917651958f,-0.9959977610295655f,-0.18018757753395806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.983868913152905f,-0.17881610269003467f,-0.0051733113252751635f,-0.16947089377771868f,-0.1776510326347502f,0.9800400061884122f,-0.08922834120403655f,2.4114627433639004f,0.021025516286839706f,-0.08686994698377583f,-0.9959977610295655f,-0.21979548457233866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.983868913152905f,-0.1788904652449799f,-0.00040395018985775466f,-0.12922053909759826f,-0.1776510326347502f,0.9773126484915109f,-0.11532604953918932f,2.1915673974533108f,0.021025516286839706f,-0.11339395284997904f,-0.9933276091612114f,-0.19428184518109343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999677539293207f,-0.005223686715754921f,0.006099524460575486f,-0.0017380405540017708f,-0.006083740607592525f,0.9885489155338765f,-0.1507780809568034f,1.6904083608480482f,-0.005242060832253178f,-0.15081032688079576f,-0.9885488182706701f,-0.08544414447969549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999867230827564f,-0.004679037726081631f,-0.002158764500494067f,0.000016598593278840842f,-0.0040394295802087185f,0.9718929977628914f,-0.23538836825154902f,1.325948486686964f,0.0031994791571790825f,-0.23537652284248364f,-0.9718989946633881f,0.0028220515862358766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9550974408014752f,-0.2952866005316642f,-0.024386515145175952f,0.22483765529462635f,-0.2902908801298127f,0.9160971938529512f,0.2765811568567298f,0.7459895173608792f,-0.05933029148699058f,0.2712411380325662f,-0.9606810925332441f,0.023186974217140645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9550974408014752f,-0.2791509477908248f,0.09931579391998405f,0.12480149248511913f,-0.2902908801298127f,0.948738985467822f,-0.1250021694489598f,1.0868344172137088f,-0.05933029148699058f,-0.1482197213631571f,-0.9871731513321749f,-0.03411736044673318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9543334526201361f,0.29724950536023953f,0.029839449948403624f,-0.2248477750311383f,0.29029088012981263f,0.8991025993429396f,0.32763656811813346f,0.7712878015539215f,0.07056108079946839f,0.3213366574449023f,-0.9443325084198619f,0.05384929091363254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9543334526201361f,0.2664689950835067f,-0.1350627108765275f,-0.1252603360378414f,0.29029088012981263f,0.9339317208947792f,-0.20857311816237273f,1.1224407635732914f,0.07056108079946839f,-0.23825577719271035f,-0.9686358028230778f,-0.04389408028449235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9833369648132093f,0.18170109550476152f,-0.005755477765982883f,-0.006445761588390712f,0.1789722240811452f,0.9620431384473762f,-0.206014423703223f,1.2847157571850438f,-0.03189602858340746f,-0.20361166876849732f,-0.9785320289606847f,-0.03326451854316064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9845803086206472f,-0.17483846931426839f,-0.005755477765982883f,-0.006445761588390712f,-0.16992324278428042f,0.9636825975329758f,-0.206014423703223f,1.2847157571850438f,0.041565700260498314f,-0.2018597554242554f,-0.9785320289606847f,-0.03326451854316064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999827029752641f,-0.0012117037467593134f,-0.005755477765982883f,-0.006445761588390712f,0f,0.9785489549461637f,-0.206014423703223f,1.2847157571850438f,0.0058816452022060865f,-0.20601086026664026f,-0.9785320289606847f,-0.03326451854316064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9824963707628838f,0.18619983246285507f,-0.005523027119863737f,-0.0064023852115529176f,0.17298322489564175f,0.9229569972723454f,0.34384180241896106f,1.274739910243211f,0.06912080253053983f,0.3368679319508177f,-0.9390113476847409f,-0.02588977473180976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9851418971131458f,-0.17165354270665395f,-0.005523027119863737f,-0.0064023852115529176f,-0.16306042979431118f,0.924761650991527f,0.34384180241896106f,1.274739910243211f,-0.05391417983801984f,0.33963355271774937f,-0.9390113476847409f,-0.02588977473180976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999827029752641f,0.0020223554875153753f,-0.005523027119863737f,-0.0064023852115529176f,0f,0.939027590068194f,0.34384180241896106f,1.274739910243211f,0.0058816452022060865f,0.3438358549787994f,-0.9390113476847409f,-0.02588977473180976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9620181400787556f,0.2715080334376103f,-0.02836346132356106f,-0.19993519133747634f,0.265414018626569f,0.954574267401942f,0.13543768578405763f,1.3370552547256156f,0.06384745003449208f,0.12276545032250442f,-0.9903797995371301f,0.011606777377217482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9662414822245856f,-0.2570942749911347f,0.0167311623989091f,0.18755810606543855f,-0.2525748907155539f,0.9580642928771947f,0.13534672250833024f,1.3370552547256156f,-0.0508263967684298f,0.12655174625624002f,-0.9906570208255905f,0.009327639861362622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999827029752641f,0.0007790157298453682f,-0.005829827165301504f,-0.008099293083677473f,0f,0.9911898737303728f,0.13244860971096573f,1.172578054799726f,0.0058816452022060865f,0.13244631874408733f,-0.991172729094609f,-0.048736872108019205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999827029752641f,0.0012841542564843544f,-0.0057397472183178064f,0f,0f,0.9758744400571702f,0.2183324924126151f,1.390625f,0.0058816452022060865f,0.2183287159100932f,-0.9758575603328414f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7936817842328567f,0.17710928117063712f,-0.5819806937520948f,-1.9522434387635972f,-0.11837580240267156f,0.9833578094376443f,0.13782085482074702f,2.2096964041525413f,0.5967046126706855f,-0.040493470352860314f,0.8014386340053175f,-0.4983753671591679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4608061545613866f,0.17710928117063712f,-0.8696493491296178f,-1.931620599381958f,0.11920926728525996f,0.9833578094376443f,0.13710058063811842f,2.2097480402919034f,0.8794582642238681f,-0.040493470352860314f,-0.47425039836264027f,-0.40692178150202585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.21997695340415196f,0.17710928117063712f,-0.9592926782240382f,-1.7980381173391717f,0.0005507854865256928f,0.9833578094376443f,0.18167860428059657f,2.182470431580133f,0.9755049136761821f,-0.040493470352860314f,0.21621850580467591f,-0.4850813502012983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8781379694343676f,-0.21000582412105573f,0.4298502768091723f,1.9449911137766265f,0.1149980484369254f,0.9648172643274932f,0.23643835414608771f,2.206554007981592f,-0.4643803995577166f,-0.15819355325312234f,0.8713929333060757f,-0.35451726308664355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.29804159359212706f,-0.21000582412105573f,0.931165271218972f,1.909052062315657f,-0.21727507157301829f,0.9648172643274932f,0.14805130775698006f,2.2128904364628528f,-0.9294959665119612f,-0.15819355325312234f,-0.3331847054520156f,-0.2681616219611927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3833498822503404f,-0.21000582412105573f,0.8994111527070845f,1.792109915140079f,-0.06758857046677927f,0.9648172643274932f,0.25408548088757343f,2.1716094000890864f,-0.9211268386714759f,-0.15819355325312234f,0.35566859123099986f,-0.3646897312085681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624729733988505f,0f,-9.19007062844701e-8f,-0.0031737440822072844f,0f,0.000015625f,0f,1.5567475f,9.19007062844701e-8f,0f,-0.000015624729733988505f,0.687530559069741f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29.mcfunction new file mode 100644 index 000000000..8603c567d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..ea61a95ba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5035364006514202f,-0.09911365069184373f,-0.6352731868338156f,0.0535600389739402f,-0.012343895789140484f,0.8082466052056111f,-0.116316369676826f,1.3841704249108657f,0.6428399224536412f,-0.062115649111833295f,-0.4998428999992459f,-0.3210122362330577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.49286804226341824f,0.09906216965425073f,-0.6223084279188398f,0.0535600389739402f,0.29181875501042526f,0.7361106614013452f,-0.11394256621403365f,1.3841704249108657f,0.5585005883072914f,-0.29719990026018933f,-0.48964202448905725f,-0.3210122362330577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.530138475779457f,0.08315111930340846f,0.615616384042261f,-0.06785173376874226f,0.003859025005742251f,0.8097427168525492f,-0.10604850246326729f,1.3831738221813286f,-0.6211946143268494f,-0.0659323009403349f,-0.5260367166543357f,-0.3184698553634467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5109596501969617f,-0.12348107197739401f,0.6030527843679292f,-0.06785173376874226f,-0.3000586266117669f,0.7342839258464646f,-0.10388424731095572f,1.3831738221813286f,-0.5374802847235037f,-0.29253981114852934f,-0.5153012734573085f,-0.3184698553634467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4465133725368709f,-1.407126367768784f,0.511886162418537f,-0.8634125069931258f,-0.23104198512137072f,0.592510745879463f,1.4272199785346817f,1.6406853952700384f,-1.479409226433621f,0.3321635909415565f,-0.37738831406905593f,0.06554299241921549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9689616930603722f,-0.24689707854108886f,0.012452710124800476f,-0.6286909567097191f,0.04045562531164668f,-0.20806127427189205f,-0.9772787977486259f,1.612850320414444f,0.24387820682098788f,-0.9464419362835901f,0.21159178027878947f,-0.014798133098927885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9923133776261183f,-0.12312225873006202f,0.012452710124800476f,-0.3018860137525334f,0.013977600266622916f,-0.21149652044841386f,-0.9772787977486259f,1.609135449161975f,0.12295847784935834f,-0.9695927656719704f,0.21159178027878947f,-0.05118930161812189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9953416073999098f,-0.037484728942274136f,-0.08882555755348533f,0.6280352119887398f,0.09485832867358128f,-0.2160743120174701f,-0.9717580918970686f,1.5787051092574262f,0.0172331674342856f,-0.9756571051257202f,0.21862349177954468f,-0.08534008169759208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.992355490505152f,-0.08567730615274553f,-0.08882555755348533f,0.2948380733364891f,0.10521834599166031f,-0.21122336636685693f,-0.9717580918970686f,1.6140336302900427f,0.06449558226001283f,-0.9736755561844309f,0.21862349177954468f,-0.06368479418181694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9961646820377315f,0.0843334495468855f,-0.023319424267940488f,-0.16139602268055878f,0.08157935784150105f,0.7988303705026027f,-0.5959990331677079f,1.3820014801598042f,-0.031634390065775134f,-0.595615571027317f,-0.8026464706924019f,0.24592233220470525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999215492932907f,0.03631224035886354f,-0.01580569147388696f,-0.15468626318498366f,0.039600377227870034f,0.9115206903525161f,-0.4093431826507955f,1.5503532147093335f,-0.0004569532339015348f,-0.4096479613758528f,-0.9122435743453331f,0.16341181710707453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9961646820377315f,0.0843334495468855f,-0.023319424267940488f,0.151024965324165f,0.08157935784150105f,0.7988303705026027f,-0.5959990331677079f,1.3845659728970126f,-0.031634390065775134f,-0.595615571027317f,-0.8026464706924019f,0.23938018950119996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.999215492932907f,0.03631224035886354f,-0.01580569147388696f,0.15773472481974013f,0.039600377227870034f,0.9115206903525161f,-0.4093431826507955f,1.552917707446542f,-0.0004569532339015348f,-0.4096479613758528f,-0.9122435743453331f,0.15686967440356925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997841989704856f,-0.013838319262026649f,0.015493753868780678f,0.2817435784423736f,-0.015687893096674663f,0.991850777142092f,-0.12643546137383826f,2.2051135240860207f,-0.01361783753506559f,-0.1266512408254663f,-0.9918538287964803f,-0.11377542571893005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997841989704856f,-0.013838319262026649f,0.015493753868780678f,0.32241781523671825f,-0.015687893096674663f,0.991850777142092f,-0.12643546137383826f,2.0698671484305873f,-0.01361783753506559f,-0.1266512408254663f,-0.9918538287964803f,-0.19041964815785184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997841989704856f,-0.013838319262026649f,0.015493753868780678f,-0.30562963845278673f,-0.015687893096674663f,0.991850777142092f,-0.12643546137383826f,2.1958968868917244f,-0.01361783753506559f,-0.1266512408254663f,-0.9918538287964803f,-0.1217759052707811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997841989704856f,-0.013838319262026649f,0.015493753868780678f,-0.33993921658122844f,-0.015687893096674663f,0.991850777142092f,-0.12643546137383826f,2.05947391925404f,-0.01361783753506559f,-0.1266512408254663f,-0.9918538287964803f,-0.19944146552483277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9734341278871156f,0.22844242656674796f,0.015493753868780678f,0.19096897966369814f,0.2247285245322403f,0.9661838150004102f,-0.12643546137383826f,2.3003794787074057f,-0.04385303782194182f,-0.11959470463005058f,-0.9918538287964803f,-0.1493919986363863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9971858072439618f,0.07335127416931331f,0.015493753868780678f,0.07684730938850699f,0.0708172952495236f,0.989443775462116f,-0.12643546137383826f,2.3185075733482625f,-0.02460440051596315f,-0.12498242187208479f,-0.9918538287964803f,-0.15348555250713153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9498198477802046f,0.31241350859692774f,0.015493753868780678f,0.05425683174451809f,0.30808183267612527f,0.9429208124132719f,-0.12643546137383826f,2.3158152971923585f,-0.05410952908415409f,-0.11531756658919223f,-0.9918538287964803f,-0.15349524357470373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998734389665888f,0.0036124285710311954f,0.015493753868780678f,0.08401593969801051f,0.0016246791332492627f,0.991973504951064f,-0.12643546137383826f,2.3236495920232003f,-0.015826132403121838f,-0.12639428719258067f,-0.9918538287964803f,-0.15402904439506532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9869982294070584f,0.1599826201135145f,0.015493753868780678f,0.14980594531822994f,0.156783521218221f,0.9795065092083871f,-0.12643546137383826f,2.4192378064909277f,-0.035403709152391f,-0.12236241122180704f,-0.9918538287964803f,-0.19669299811027152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9869982294070584f,0.1599826201135145f,0.015493753868780678f,0.11380985579268925f,0.156783521218221f,0.9795065092083871f,-0.12643546137383826f,2.198848841919041f,-0.035403709152391f,-0.12236241122180704f,-0.9918538287964803f,-0.169161455585365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9666945366717513f,-0.2559262709089716f,0.001848412187569124f,-0.21659453839746087f,-0.255633547485445f,0.9651892459551545f,-0.05532819256515417f,2.2924797657115557f,0.012375870433799247f,-0.05395797764138082f,-0.9984665114463567f,-0.1468225835236898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9948286120670937f,-0.10155105112722451f,0.001848412187569124f,-0.10302856162294158f,-0.1014974109627691f,0.9932960619449409f,-0.05532819256515417f,2.3141805708133574f,0.003782615565197457f,-0.05522967806920357f,-0.9984665114463567f,-0.14781485474818282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9407368968657646f,-0.33903888729254217f,-0.008168462450576295f,-0.08007643749990496f,-0.33902583001703224f,0.9407723592897443f,-0.0029756642401850344f,2.3103314044968997f,0.00869352958434691f,-0.000029997381156548954f,-0.9999622101077233f,-0.15410999644031598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9994627338108351f,-0.0317414546699569f,-0.008168462450576295f,-0.1100468575474057f,-0.03171807797132667f,0.999492425660212f,-0.0029756642401850344f,2.317330645467675f,0.00825876826023371f,-0.002714977587485293f,-0.9999622101077233f,-0.15388600311591155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9821922315634101f,-0.18770108278239014f,-0.008168462450576295f,-0.1784068641446628f,-0.1876826387182848f,0.982225214778195f,-0.0029756642401850344f,2.4155776610136175f,0.008581805184804503f,-0.001389595713455441f,-0.9999622101077233f,-0.18487112802429811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9821922315634101f,-0.1878696453099143f,0.001848412187569124f,-0.13613619394993215f,-0.1876826387182848f,0.9806701883055358f,-0.05532819256515417f,2.194926868644872f,0.008581805184804503f,-0.05468983580074091f,-0.9984665114463567f,-0.17256591496913143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997841989704856f,-0.013838319262026649f,0.015493753868780678f,-0.004555210265232184f,-0.015687893096674663f,0.991850777142092f,-0.12643546137383826f,1.6925154401645668f,-0.01361783753506559f,-0.1266512408254663f,-0.9918538287964803f,-0.0749594922043067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9997471616151161f,-0.012452710124800502f,-0.018722789671051607f,0.00011455603156800416f,-0.00820637675906662f,0.977278797748626f,-0.2117989774561912f,1.3260358910088321f,0.02093485665121682f,-0.21159178027878972f,-0.9771338957867775f,0.004387425400239446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9593928269674656f,-0.2797051331161242f,-0.03647522545325041f,0.22173858120538453f,-0.2804082182298939f,0.9316917000055673f,0.23091515171134158f,0.7452949175436306f,-0.030604488437325588f,0.2317662931688448f,-0.9722899519373129f,0.038247944303290746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9593928269674656f,-0.2708989415402325f,0.07860767796949565f,0.12427853305881059f,-0.2804082182298939f,0.9461828895872879f,-0.1615833240201047f,1.0861145271354697f,-0.030604488437325588f,-0.17706412094106386f,-0.9837233667870544f,-0.0292633411723677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9564885297360972f,0.2911837110540658f,0.018486181327175027f,-0.21636174754802834f,0.2804082182298939f,0.8998866205416126f,0.33402889294091287f,0.7795769128197019f,0.08062830540458525f,0.32467848186625786f,-0.9423815362052711f,0.08525070894147596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9564885297360972f,0.24305067817415743f,-0.16141889704232598f,-0.12594701070729278f,0.2804082182298939f,0.918632294861098f,-0.2783629608754887f,1.1224595462403646f,0.08062830540458525f,-0.3115141644890562f,-0.9468146606861714f,-0.03463832436618526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9821875248408081f,0.18617822328885944f,-0.025403448980218894f,-0.007049829839441722f,0.18699079066902552f,0.9551361640553647f,-0.22967227154921463f,1.283939691681794f,-0.018496222643006807f,-0.23033145092802043f,-0.9729364380376206f,-0.030551409759358227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9834312630048256f,-0.17949266203564587f,-0.025403448980218894f,-0.007049829839441722f,-0.16900621885084216f,0.958481896371113f,-0.22967227154921463f,1.283939691681794f,0.06557323336906928f,-0.22157355122891437f,-0.9729364380376206f,-0.030551409759358227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9996593060288164f,-0.005994718500028405f,-0.025403448980218894f,-0.007049829839441722f,0f,0.9732680245859431f,-0.22967227154921463f,1.283939691681794f,0.026101185221847057f,-0.22959402359094977f,-0.9729364380376206f,-0.030551409759358227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9788848330870586f,0.20291230130177845f,-0.024720063360301768f,-0.006851082302561979f,0.18445550216357273f,0.928949830301454f,0.32098034286305455f,1.2741455299733675f,0.08809455870656979f,0.3096430376470882f,-0.946763190012676f,-0.022939501598734015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9859270537163567f,-0.16533832954776917f,-0.024720063360301768f,-0.006851082302561979f,-0.1644597330673894f,0.9326974942042671f,0.32098034286305455f,1.2741455299733675f,-0.03001401255392347f,0.32052865876148157f,-0.946763190012676f,-0.022939501598734015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9996593060288164f,0.008377967381640561f,-0.024720063360301768f,-0.006851082302561979f,0f,0.9470858564541632f,0.32098034286305455f,1.2741455299733675f,0.026101185221847057f,0.3208709867953726f,-0.946763190012676f,-0.022939501598734015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9569422853441013f,0.28620730153492735f,-0.04844422636913123f,-0.19962579859224105f,0.2795744105378814f,0.9536318671659415f,0.11146484153308649f,1.337323813848815f,0.07810000955700712f,0.0931216541610763f,-0.9925868959610035f,0.016942246494686942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9669114583255797f,-0.2550897699716817f,-0.003382456872656453f,0.18774218249392527f,-0.253870359632343f,0.9608135179761208f,0.11129790732307297f,1.337323813848815f,-0.025141047290152672f,0.10847392742103985f,-0.9937813314864639f,0.006828037221221207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9996593060288164f,0.0028289751322475654f,-0.025947423180082682f,-0.008944828650759448f,0f,0.9941090015469614f,0.10838492996401076f,1.171459681397257f,0.026101185221847057f,0.10834800387180483f,-0.9937703146034348f,-0.043265514265598944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9996593060288164f,0.005079676967426328f,-0.025602123972275535f,0f,0f,0.9808797475926955f,0.19461480098515097f,1.390625f,0.026101185221847057f,0.1945484968957522f,-0.9805455677762345f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7192066959170421f,0.11586040941332286f,-0.6850679485121667f,-1.850369551248427f,-0.07339832948901753f,0.9931507377329865f,0.09090818097754683f,2.1256705836995433f,0.690908397529161f,-0.015098929465428644f,0.7227846211373656f,-0.5172741283930671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5254786385942657f,0.11586040941332286f,-0.8428811101879639f,-1.8386568446011882f,0.07418764247962986f,0.9931507377329865f,0.0902651973007283f,2.1257183051893453f,0.8475661591194117f,-0.015098929465428644f,-0.5304749082139195f,-0.4242586849137441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.12493553757054904f,0.11586040941332286f,-0.9853768197915634f,-1.696706674956073f,0.0005090292245550562f,0.9931507377329865f,0.11683900474444883f,2.108168593732777f,0.9921647304461123f,-0.015098929465428644f,0.12402084497289764f,-0.48936953339934025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8883065177677449f,-0.15632535705781334f,0.43182625352343956f,1.8246706203909921f,0.07123630908799378f,0.9758051943852261f,0.20671141932252082f,2.1221636278166804f,-0.4536925376936044f,-0.15286139261291057f,0.877950155697679f,-0.2803034954296232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2432738041106144f,-0.15632535705781334f,0.9572775140858043f,1.7856722478405942f,-0.1880356564396884f,0.9758051943852261f,0.11156529262322887f,2.1292252610722087f,-0.9515568549176899f,-0.15286139261291057f,-0.26678258284152623f,-0.19534278230770552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.415982640537577f,-0.15632535705781334f,0.8958352669504209f,1.67079614407323f,-0.07532408805896612f,0.9758051943852261f,0.20525716642518557f,2.094905869480667f,-0.9062476066337886f,-0.15286139261291057f,0.39414295644977776f,-0.296944582336131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015619676656700256f,0f,-4.078310190913603e-7f,0.010729523798756871f,0f,0.000015625f,0f,1.5567475f,4.078310190913603e-7f,0f,-0.000015619676656700256f,0.68745415819915f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..6e542383a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.39870906704847603f,-0.07030316597374671f,-0.709248185864332f,0.07542533096965388f,-0.20270955491150408f,0.7903067330174727f,0.0356166890554624f,1.5062273561663035f,0.6832893681635608f,0.19343520115470555f,-0.403290102473796f,-0.2694655618557557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3871964114289535f,0.08583937780829878f,-0.6947737330915906f,0.07542533096965388f,0.11280791939770349f,0.7912376848530015f,0.03488981785024888f,1.5062273561663035f,0.6909076004052219f,-0.08108345876901436f,-0.39505969221922876f,-0.2694655618557557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.1912928151360035f,0.7923198122716208f,0.05080175591109598f,1.5076468902139384f,-0.5540168760796245f,0.17064097293688615f,-0.5752316088486198f,-0.2855390388329172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12389500277911694f,0.788779737643065f,0.04976498538229811f,1.5076468902139384f,-0.5653678292585269f,-0.05325196155637593f,-0.5634921882598725f,-0.2855390388329172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2987771977947298f,1.5336207874165446f,-0.01207130820523071f,-0.07659949836729518f,1.1742923304355708f,0.23666987107897633f,1.0032104190067301f,1.5796579685159755f,0.986496811326892f,0.18275913801317187f,-1.197843641179664f,0.4234989082586463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9148717138462835f,-0.310342812791739f,-0.25825778933553095f,-0.3144301686333635f,-0.26438514404154423f,0.02294007688244104f,-0.9641443089510823f,1.633161170997014f,0.3051397103198726f,0.9503478791585421f,-0.06106280180899748f,0.36966722503055854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09883134516872381f,-0.9616098500623387f,-0.25600558875779894f,-0.2984375f,-0.08818653113102148f,0.24778922042088716f,-0.9647920179864086f,1.6496687342402958f,0.9911889330189365f,0.11792793776834945f,-0.06031169500591353f,0.03875167372894249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9107231566177156f,0.3222172275303864f,0.25837838586633943f,0.31669390169828526f,0.26483061561314586f,0.024472156322504157f,-0.9639843663664308f,1.6332136671607624f,-0.31693544616250485f,0.946349392057478f,-0.06304562727276013f,0.36978148998714444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09149879653797711f,0.9623004301259037f,0.2561363941567119f,0.2984375f,0.08831970226555488f,0.24835956469424125f,-0.9646331721523009f,1.6496687342402958f,-0.9918808398309877f,0.11088466442384064f,-0.06226548620051625f,0.03875167372894257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.571547670535099e-17f,1.0333960493444442e-16f,-0.15625000000000003f,0f,0.8438319114245305f,-0.5366075896422107f,1.3413930983844573f,-1.2246467991473532e-16f,-0.5366075896422107f,-0.8438319114245305f,0.2670826496531734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.116682918173047e-17f,1.206215700818474e-16f,-0.15625000000000003f,0f,0.9849498660824396f,-0.17284027685752035f,1.5249909465445552f,-1.2246467991473532e-16f,-0.17284027685752035f,-0.9849498660824396f,0.2285191610793731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1664746554633085e-17f,1.1103311123292955e-16f,0.15624999999999997f,0f,0.9066541578374689f,-0.42187467105294435f,1.3376680780671248f,-1.2246467991473532e-16f,-0.42187467105294435f,-0.9066541578374689f,0.21825001090093607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0773572620067956e-17f,1.2198986826625685e-16f,0.15624999999999997f,0f,0.9961228686605064f,0.08797289657368101f,1.5249909465445552f,-1.2246467991473532e-16f,0.08797289657368101f,-0.9961228686605064f,0.22851916107937312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038564e-17f,1.108629904766179e-16f,0.29375f,0f,0.9052650164423329f,0.4248473255249027f,2.1811843962375925f,-1.2246467991473532e-16f,0.4248473255249027f,-0.9052650164423329f,0.28199878412876034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038564e-17f,1.108629904766179e-16f,0.33125f,0f,0.9052650164423329f,0.4248473255249027f,2.1078557059502603f,-1.2246467991473532e-16f,0.4248473255249027f,-0.9052650164423329f,0.14402427314667882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038564e-17f,1.108629904766179e-16f,-0.29375f,0f,0.9052650164423329f,0.4248473255249027f,2.1811843962375925f,-1.2246467991473532e-16f,0.4248473255249027f,-0.9052650164423329f,0.2819987841287603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038564e-17f,1.108629904766179e-16f,-0.33125f,0f,0.9052650164423329f,0.4248473255249027f,2.1078557059502603f,-1.2246467991473532e-16f,0.4248473255249027f,-0.9052650164423329f,0.14402427314667876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882649751216611f,0.14818820712432212f,0.03704853866296809f,0.19317637005319443f,0.12305034515255799f,0.6286377944734572f,0.7679017749148542f,2.2473071187871527f,0.09050387563866413f,0.763449263951984f,-0.6394953243500339f,0.33695143580788733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992795362529728f,-0.008234938310763842f,0.03704853866296809f,0.07799135808633635f,0.02319477413086305f,0.6401475349758324f,0.7679017749148542f,2.2564298208527327f,-0.030040154444705737f,0.7682078620109164f,-0.6394953243500339f,0.341232784919724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9752230216048884f,0.21081217725362508f,0.06706924819481379f,0.05759968505322391f,0.11687581553331272f,0.23356640366240253f,0.9652910332245062f,2.295145249016478f,0.18782998130025574f,0.9492128112292826f,-0.252418179065906f,0.30089327059582927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9926367549309324f,-0.10086619209016792f,0.06706924819481379f,0.08631338891016928f,0.03897951791354606f,0.25825146342197725f,0.9652910332245062f,2.296038391120544f,-0.11468596227706218f,0.9607976857453584f,-0.252418179065906f,0.3119382302153833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05565823784920278f,0.06706924819481379f,0.14275010336983268f,0.07889904489150251f,0.2489742193311869f,0.9652910332245062f,2.3496136186612264f,0.03702788421047888f,0.966909509037918f,-0.252418179065906f,0.40801235152915094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07888934831036773f,0.03704853866296809f,0.12499999999999997f,0.07889904489150251f,0.635690022572185f,0.7679017749148542f,2.206583363582485f,0.03702788421047888f,0.7679027711405528f,-0.6394953243500339f,0.23523422802252686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882649751216611f,-0.1481882071243223f,-0.037048538662967936f,-0.19317637005319452f,-0.12305034515255799f,0.6286377944734572f,0.7679017749148542f,2.2473071187871527f,-0.09050387563866438f,0.7634492639519839f,-0.6394953243500339f,0.3369514358078872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992795362529729f,0.008234938310763676f,-0.037048538662967936f,-0.07799135808633643f,-0.02319477413086305f,0.6401475349758324f,0.7679017749148542f,2.2564298208527327f,0.030040154444705487f,0.7682078620109164f,-0.6394953243500339f,0.3412327849197239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752230216048884f,-0.2108121772536253f,-0.06706924819481372f,-0.057599685053223965f,-0.11687581553331272f,0.23356640366240253f,0.9652910332245062f,2.295145249016478f,-0.187829981300256f,0.9492128112292826f,-0.252418179065906f,0.3008932705958293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9926367549309324f,0.1008661920901677f,-0.06706924819481372f,-0.08631338891016935f,-0.03897951791354606f,0.25825146342197725f,0.9652910332245062f,2.296038391120544f,0.11468596227706193f,0.9607976857453584f,-0.252418179065906f,0.3119382302153833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.055658237849203f,-0.06706924819481372f,-0.14275010336983276f,-0.07889904489150251f,0.2489742193311869f,0.9652910332245062f,2.3496136186612264f,-0.03702788421047913f,0.966909509037918f,-0.252418179065906f,0.40801235152915094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0788893483103679f,-0.037048538662967936f,-0.12500000000000003f,-0.07889904489150251f,0.635690022572185f,0.7679017749148542f,2.206583363582485f,-0.03702788421047913f,0.7679027711405528f,-0.6394953243500339f,0.2352342280225268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.2028791733038564e-17f,1.108629904766179e-16f,-5.607597128980641e-18f,0f,0.9052650164423329f,0.4248473255249027f,1.7293585637331363f,-1.2246467991473532e-16f,0.4248473255249027f,-0.9052650164423329f,0.04578950545483702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0773572620067956e-17f,1.2198986826625685e-16f,-1.5675073964551571e-18f,0f,0.9961228686605064f,0.08797289657368101f,1.3558124879854465f,-1.2246467991473532e-16f,0.08797289657368101f,-0.9961228686605064f,0.01279966923970664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962189977235398f,-0.08680386162985743f,0.003577454521061469f,0.15291363512442663f,-0.08164648649688132f,0.9213677171311677f,-0.3800202377126978f,0.8433989017032809f,0.02969107302574755f,-0.3788754669210522f,-0.9249712540116772f,0.35923978470622886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962189977235398f,-0.07891692103582508f,0.03632943914969025f,0.12499999999999999f,-0.08164648649688132f,0.7075348965154287f,-0.7019460246027585f,1.091379544536877f,0.02969107302574755f,-0.7022581361487577f,-0.7113029947887558f,0.10457248476328997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1500507702527998f,0.08739826058673761f,-0.13782997654470944f,0.1631924899486207f,0.9717499544097639f,0.17049996284161215f,1.1248726727642566f,-0.059345604988197256f,0.182172425057041f,-0.981474047908258f,0.3784912607082141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.1631924899486207f,0.20904094745937163f,-0.964194012380111f,1.0809874890833586f,-0.059345604988197256f,-0.973445831787863f,-0.22109118422818297f,0.04490644389035285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.717857787208624e-17f,-3.551039033593661e-18f,0.1035755757809886f,0.7867346057163197f,-0.6085398592286488f,1.2693944634714225f,-0.07943039063924187f,-0.6033337163733858f,-0.7935233076160878f,0.02899643420507883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.539523592575503e-18f,-0.1035755757809886f,0.6943857793482079f,-0.7121098858607557f,1.2315162799982773f,0.07943039063924162f,-0.7078992135247659f,-0.7018329691129617f,0.028902403493316266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.452463907579455e-17f,9.717857787208624e-17f,-3.551039033593661e-18f,0f,0.7935233076160878f,-0.6085398592286488f,1.2693944634714225f,-1.2246467991473532e-16f,-0.6085398592286488f,-0.7935233076160878f,0.02899643420507883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1830064377186927e-16f,-3.6621593383606835e-18f,0.08419227880758776f,0.9623221502593935f,-0.25854929763842494f,1.2943310417586522f,-0.02253405607256239f,-0.2575654395027436f,-0.9659980645377491f,0.02990380035215396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1830064377186927e-16f,-3.6621593383606835e-18f,-0.08419227880758776f,0.9623221502593935f,-0.25854929763842494f,1.2943310417586522f,0.022534056072562147f,-0.2575654395027436f,-0.9659980645377491f,0.02990380035215396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.166315697746934e-17f,1.1830064377186927e-16f,-3.6621593383606835e-18f,0f,0.9659980645377491f,-0.25854929763842494f,1.2943310417586522f,-1.2246467991473532e-16f,-0.25854929763842494f,-0.9659980645377491f,0.02990380035215396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.150908481422694e-16f,-0.19375f,0.12266696142794625f,0.9317480767618203f,-0.3417577183103313f,1.3066124464098057f,-0.04460833363286066f,-0.33883393365361614f,-0.9397880941868312f,0.030757966492096864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12266696142794628f,0.8984163462482243f,-0.4216644226965628f,1.3072530139758047f,0.04460833363286044f,-0.41945249761356207f,-0.9066805936029756f,0.017889194282076637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1724813684064184e-17f,1.1100514166455273e-16f,-0.007812500000000009f,0f,0.9064257689795854f,-0.4223651563869437f,1.16657859770513f,-1.2246467991473532e-16f,-0.4223651563869437f,-0.9064257689795854f,0.07636149018496463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1853249581265e-17f,1.150908481422694e-16f,0f,0f,0.9397880941868312f,-0.3417577183103313f,1.3765625f,-1.2246467991473532e-16f,-0.3417577183103313f,-0.9397880941868312f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7507738036374936f,0.20626266131084386f,-0.6275304058933385f,-1.0940849069572938f,-0.10884476510854976f,0.975641864576166f,0.1904619888450368f,2.325323922640206f,0.6515301319817486f,-0.0746904721856168f,0.7549369645768678f,-0.5374050330029623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15955089384078314f,0.20626266131084386f,-0.9654010704487411f,-1.0621650930427062f,0.10884476510854973f,0.975641864576166f,0.1904619888450368f,2.325323922640206f,0.9811708971341699f,-0.0746904721856168f,-0.1781151424826587f,-0.4492563632474968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34047801508893294f,0.20626266131084386f,-0.9173496802147305f,-0.9405225479677903f,-1.3877787807814457e-17f,0.975641864576166f,0.21936944200672592f,2.2924185063391973f,0.9402524773916314f,-0.0746904721856168f,0.33218460548855855f,-0.5431583889485133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7405352640334725f,-0.2663545544583291f,0.6169787468318342f,1.0331019643573471f,0.09862551813579158f,0.9512339825883555f,0.2922788352610276f,2.240375346714862f,-0.6647409494647687f,-0.15559293585635978f,0.7306916643949599f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1556572129859407f,-0.2663545544583291f,0.9512234665759434f,1.0015247060292096f,-0.2017552989596545f,0.9512339825883555f,0.2333424730108017f,2.2459432693349135f,-0.9669879168775328f,-0.15559293585635978f,-0.20180487339122605f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8818470749980982f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1977544792969947f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5426849999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3.mcfunction new file mode 100644 index 000000000..75f07fe81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30.mcfunction new file mode 100644 index 000000000..6388c6ba7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..bfce73a13 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48208763813614136f,-0.10351217384400098f,-0.6510155017100979f,0.04290626374101807f,-0.029862391207638547f,0.8091365216890328f,-0.10653999861450869f,1.3923859654581852f,0.6585166597680904f,-0.03908661637321502f,-0.4814275539193974f,-0.31951962033078407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4751052692854363f,0.0870408228073423f,-0.6377294710629531f,0.04290626374101807f,0.27629768751999356f,0.7434832787871091f,-0.10436571292849832f,1.3923859654581852f,0.5813214007486022f,-0.2822348478288791f,-0.4716025017985934f,-0.31951962033078407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5502866660831862f,0.07852327017999533f,0.5983001969043096f,-0.07835274841766982f,0.01694493340030398f,0.8114142180226291f,-0.09090808801877207f,1.390868726829795f,-0.6031930858419677f,-0.04884165512560978f,-0.5483767303245823f,-0.31302151020158764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5274594047619336f,-0.1352224143833184f,0.5860899888042217f,-0.07835274841766982f,-0.28884215595862267f,0.7407022370885722f,-0.08905282091634815f,1.390868726829795f,-0.5275952854881869f,-0.2703240548311056f,-0.5371853684812236f,-0.31302151020158764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7103752342346132f,-1.1863849209160462f,0.7275053924261629f,-0.8408071194953354f,-0.07507725276764153f,0.8482822132807346f,1.3100331838348227f,1.6476385586227404f,-1.3896534397838127f,0.5606374550942574f,-0.4426682857879617f,0.16182909032335663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9081935812386889f,-0.41795495997100607f,0.022317491626070364f,-0.6251206822974763f,0.05834597714251863f,-0.17922250513347998f,-0.9820769015738863f,1.6159897749390968f,0.4144637088432831f,-0.8906138024358902f,0.18715471931681507f,0.04016846242271701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9705636051765665f,-0.2398087110056392f,0.022317491626070364f,-0.3041446911497379f,0.02362077575923674f,-0.18699470138901642f,-0.9820769015738863f,1.6093833198020293f,0.2396838485572145f,-0.9526409416869751f,0.18715471931681507f,-0.03277346517515583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.990672007379179f,-0.044010221941532174f,-0.1289653990803931f,0.6262692406513309f,0.1351798735638225f,-0.19803669387330533f,-0.9708284450215701f,1.5661706155712385f,0.01718649407461946f,-0.979206090792121f,0.2021387052917754f,-0.0946920855980648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9848558853239412f,-0.11587411696678063f,-0.1289653990803931f,0.2918285962600759f,0.14921152620303643f,-0.1876913710993685f,-0.9708284450215701f,1.6168403630110195f,0.08828819621533097f,-0.9753692317435524f,0.2021387052917754f,-0.06471088563327532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9920567050886472f,0.11382741430792956f,-0.05354263385963924f,-0.15819031263556962f,0.12381104179775249f,0.8083369953522808f,-0.5755537575881182f,1.3758387793980005f,-0.02223330424412032f,-0.5776111336330161f,-0.8160092269610499f,0.25401743645173885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9979338563562244f,0.04626874031101733f,-0.04457826833812347f,-0.14979353800436715f,0.05994368442832696f,0.9202158436567698f,-0.3867939448598139f,1.545961787928271f,0.023125160218931462f,-0.3886669586588126f,-0.9210880643085967f,0.1753855813012828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9920567050886472f,0.11382741430792956f,-0.05354263385963924f,0.15383758653187216f,0.12381104179775249f,0.8083369953522808f,-0.5755537575881182f,1.3797429905021839f,-0.02223330424412032f,-0.5776111336330161f,-0.8160092269610499f,0.23729627390822083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9979338563562244f,0.04626874031101733f,-0.04457826833812347f,0.16223436116307463f,0.05994368442832696f,0.9202158436567698f,-0.3867939448598139f,1.5498659990324544f,0.023125160218931462f,-0.3886669586588126f,-0.9210880643085967f,0.15866441875776477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992909795477384f,-0.024845756826286234f,0.028288276056530504f,0.2722608970999071f,-0.027590736634004034f,0.9944845968035957f,-0.10118862570655991f,2.2113239563885134f,-0.025618146820456267f,-0.1018973752759034f,-0.9944649996180696f,-0.08686564863364832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992909795477384f,-0.024845756826286234f,0.028288276056530504f,0.31549205431653277f,-0.027590736634004034f,0.9944845968035957f,-0.10118862570655991f,2.078561600751849f,-0.025618146820456267f,-0.1018973752759034f,-0.9944649996180696f,-0.16639888993258728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992909795477384f,-0.024845756826286234f,0.028288276056530504f,-0.31482255338438925f,-0.027590736634004034f,0.9944845968035957f,-0.10118862570655991f,2.195114398616036f,-0.025618146820456267f,-0.1018973752759034f,-0.9944649996180696f,-0.10191630989066637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992909795477384f,-0.024845756826286234f,0.028288276056530504f,-0.34653821963384385f,-0.027590736634004034f,0.9944845968035957f,-0.10118862570655991f,2.0602827377318214f,-0.025618146820456267f,-0.1018973752759034f,-0.9944649996180696f,-0.18337091220113957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9756184993503482f,0.21764263636319947f,0.028288276056530504f,0.1807068737726793f,0.2138164249626164f,0.9716189574333258f,-0.10118862570655991f,2.306338016766799f,-0.04950838455837698f,-0.09267299710839506f,-0.9944649996180696f,-0.12113457483168827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9976538260666866f,0.06234273632309491f,0.028288276056530504f,0.06642035749434047f,0.0591892981342822f,0.9931049738139409f,-0.10118862570655991f,2.3231636357179197f,-0.03440160346368265f,-0.09927685638536446f,-0.9944649996180696f,-0.1260975748188598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9529371707872489f,0.3018451953729643f,0.028288276056530504f,0.04386697937185019f,0.2976849608154968f,0.9492863246312429f,-0.10118862570655991f,2.3201958157853864f,-0.05739697410377615f,-0.08800540834723279f,-0.9944649996180696f,-0.1264371408831742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9995724009377529f,-0.007401940373000154f,0.028288276056530504f,0.07352961179543356f,-0.010230385052141605f,0.9948146567322489f,-0.10118862570655991f,2.328405187941145f,-0.0273925994608187f,-0.10143475750161725f,-0.9944649996180696f,-0.12642868442848748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9884239245694169f,0.14905676360548387f,0.028288276056530504f,0.13859348778788105f,0.14551886660429122f,0.9841672223203838f,-0.10118862570655991f,2.4258377632279617f,-0.04292324313229432f,-0.09590078067272804f,-0.9944649996180696f,-0.1659157689634113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9884239245694169f,0.14905676360548387f,0.028288276056530504f,0.10505571597664723f,0.14551886660429122f,0.9841672223203838f,-0.10118862570655991f,2.2044001382058758f,-0.04292324313229432f,-0.09590078067272804f,-0.9944649996180696f,-0.1443380933120475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9634642980178524f,-0.26775631513744563f,0.006565222691076612f,-0.22654210215307466f,-0.26772314457196794f,0.9634801121509893f,0.005512835025055854f,2.292317646428079f,-0.007801557886964334f,0.003553757663833498f,-0.9999632525753149f,-0.11950565319166248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9934887696515817f,-0.11374076853618816f,0.006565222691076612f,-0.11325329559122765f,-0.11370553247995753f,0.993499200066832f,0.005512835025055854f,2.3154266912535375f,-0.0071495775844082985f,0.00473043754439662f,-0.9999632525753149f,-0.11863445858230999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9364794546775497f,-0.3505956642746402f,-0.009429271374966823f,-0.09008506761502483f,-0.3501181379201681f,0.9329503783954227f,0.08379069728287863f,2.3116642418587894f,-0.02057961287665773f,0.08176962543426929f,-0.996438762739681f,-0.12834229052855922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.998984906162653f,-0.04404822471487835f,-0.009429271374966823f,-0.1201390741882051f,-0.044684614709377735f,0.9954809914092397f,0.08379069728287863f,2.3182460572809584f,0.005695828953686163f,0.08412698522082047f,-0.996438762739681f,-0.12750442440099224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9797950837781362f,-0.19978158735361976f,-0.009429271374966823f,-0.18974367440597845f,-0.19986200930126147f,0.9762347547014042f,0.08379069728287863f,2.417959376790985f,-0.007534656080886432f,0.0839822663873544f,-0.996438762739681f,-0.14982253525440833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9797950837781362f,-0.19989620220307175f,0.006565222691076612f,-0.14476702891028737f,-0.19986200930126147f,0.9798085455271598f,0.005512835025055854f,2.1975024540473744f,-0.007534656080886432f,0.0040893100566809365f,-0.9999632525753149f,-0.15074263001716154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992909795477384f,-0.024845756826286234f,0.028288276056530504f,-0.00800621472011494f,-0.027590736634004034f,0.9944845968035957f,-0.10118862570655991f,1.694440084818112f,-0.025618146820456267f,-0.1018973752759034f,-0.9944649996180696f,-0.06424092559763933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9984892773358137f,-0.022317491626070402f,-0.05021048309790239f,0.00036284463966146255f,-0.012493475533386771f,0.982076901573886f,-0.18806613853677173f,1.3261612467279047f,0.05350772013925775f,-0.18715471931681504f,-0.9808720787763014f,0.005942094146166315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9627282877541189f,-0.26281766930144695f,-0.06388361809554607f,0.22009011819457155f,-0.27021004153276723f,0.9449494604367173f,0.18454552466862176f,0.7452650185263313f,0.0118649657767117f,0.19492919207576867f,-0.9807455493979085f,0.050284518336157775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9627282877541189f,-0.26694980544943164f,0.04349764739078332f,0.12363264950552776f,-0.27021004153276723f,0.9422271864968431f,-0.19797591389131972f,1.0855735619269054f,0.0118649657767117f,-0.20235051370518836f,-0.9792412839491417f,-0.02620521142407107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9570190755822189f,0.2899320465217443f,-0.007341482920236203f,-0.20517134008448684f,0.27021004153276723f,0.9005443041532641f,0.3405972544105042f,0.7892198441385161f,0.10536138963878186f,0.3239743271569933f,-0.94018062781391f,0.118519711856314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9570190755822189f,0.21112839794577773f,-0.19884488565865685f,-0.12667076242369982f,0.27021004153276723f,0.8981516532200015f,-0.34685752301635114f,1.122645725460742f,0.10536138963878186f,-0.3856791508482506f,-0.9165972780749225f,-0.02354818441858421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9808072603319478f,0.18585042669472304f,-0.058963861623271475f,-0.00795290768084833f,0.19478029139072867f,0.9476037383495931f,-0.2531951681048017f,1.283226312544328f,0.008817945672420634f,-0.25982065730666093f,-0.9656166267576656f,-0.027696876037176757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9802970476255902f,-0.18852310584918414f,-0.058963861623271475f,-0.00795290768084833f,-0.1679898899069798f,0.9527180085090351f,-0.2531951681048017f,1.283226312544328f,0.10390907229684901f,-0.23830114314361833f,-0.9656166267576656f,-0.027696876037176757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9981408265354798f,-0.0154322203697619f,-0.058963861623271475f,-0.00795290768084833f,0f,0.9674152194628639f,-0.2531951681048017f,1.283226312544328f,0.060949900763407325f,-0.2527244343669165f,-0.9656166267576656f,-0.027696876037176757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9731550402347385f,0.2226749201079432f,-0.05818202145547523f,-0.007474471729618518f,0.19596204373770848f,0.9342571514601702f,0.29793028103848207f,1.2736195909423365f,0.12069857115916784f,0.2785308867979448f,-0.9528128882522976f,-0.019861810683116026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9861300707564469f,-0.15544238781374714f,-0.05818202145547523f,-0.007474471729618518f,-0.1657624027632085f,0.9400853011671328f,0.29793028103848207f,1.2736195909423365f,0.008385068875840618f,0.3034424007950465f,-0.9528128882522976f,-0.019861810683116026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9981408265354798f,0.018158821063709536f,-0.05818202145547523f,-0.007474471729618518f,0f,0.9545876322477319f,0.29793028103848207f,1.2736195909423365f,0.060949900763407325f,0.2973763769656982f,-0.9528128882522976f,-0.019861810683116026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9500991469858395f,0.3006583204571016f,-0.0831636052410848f,-0.1988349334261597f,0.2935857633808999f,0.9519278575575936f,0.08741140398062444f,1.337623691789052f,0.10544671847352308f,0.05863384982861421f,-0.9926948479857448f,0.02518027407203333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9668240997878816f,-0.25257264676860186f,-0.038186622967411245f,0.18794463685633872f,-0.25501665889797326f,0.9629981863559689f,0.08718369549192875f,1.337623691789052f,0.014753431935211956f,0.09402952291391063f,-0.9954600871289191f,0.001562187526212993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9981408265354798f,0.005135490236543484f,-0.06073316345374714f,-0.010123779070721109f,0f,0.9964440088179716f,0.0842575651842028f,1.17047008558887f,0.060949900763407325f,0.08410091575482724f,-0.994591446557897f,-0.037612156551508104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9981408265354798f,0.010409192115972804f,-0.06005446796502297f,0f,0f,0.9853087078540094f,0.17078275740560683f,1.390625f,0.060949900763407325f,0.17046524263484072f,-0.9834768480500065f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6418002076471142f,0.05146472668392954f,-0.7651430424250549f,-1.7577378154010321f,-0.0314633104320547f,0.9986726064710985f,0.04078094139274699f,2.0416730256480413f,0.7662261765045468f,-0.002099283585163511f,0.6425675368765928f,-0.5141271547169641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5729613085939272f,0.05146472668392954f,-0.8179649874913246f,-1.7536704935291239f,0.031248060549846628f,0.9986726064710985f,0.040946108436524534f,2.0416603076852926f,0.8189865063395168f,-0.002099283585163511f,-0.5738089363561893f,-0.4204654270420824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.043384766633689675f,0.05146472668392954f,-0.9977320000538664f,-1.606044354456998f,-0.0001356582693211178f,0.9986726064710985f,0.051507345894119524f,2.033940564782549f,0.9990584285320723f,-0.002099283585163511f,0.043334159590960236f,-0.4737964148181673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8894893338820278f,-0.1055276280725274f,0.444603918812568f,1.7050007537874348f,0.02965076005855463f,0.9842473563012158f,0.17429278252990726f,2.0377957669561586f,-0.45599293562297233f,-0.1418487269151678f,0.8786064997110423f,-0.22629865648122988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19923762762616382f,-0.1055276280725274f,0.9742526815212181f,1.6642174771721676f,-0.16067971857650248f,0.9842473563012158f,0.0737507264523102f,2.0455375663771758f,-0.9666883653877674f,-0.1418487269151678f,-0.2130552578475174f,-0.1422400377069047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4350216172295164f,-0.1055276280725274f,0.8942148020785622f,1.5504768951680168f,-0.08257919382418427f,0.9842473563012158f,0.15632600027319618f,2.0182177666256877f,-0.8966252669261354f,-0.1418487269151678f,0.4194544902396233f,-0.2471875206300108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015595950414616872f,0f,-9.523421994282396e-7f,0.03469897535932271f,0f,0.000015625f,0f,1.5567475f,9.523421994282396e-7f,0f,-0.000015595950414616872f,0.6866617241519022f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31.mcfunction new file mode 100644 index 000000000..764b34078 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..1f2020bb0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.449835839234678f,-0.10682761299185475f,-0.6731864699226654f,0.027561209098181494f,-0.047433636862929285f,0.8095249427658681f,-0.0967670479983655f,1.4006109420490844f,0.6799575077006157f,-0.014201147377050798f,-0.4521068010760143f,-0.31793644454980285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.44715946037882365f,0.07194992111896738f,-0.6594479705364886f,0.027561209098181494f,0.2605408823829179f,0.7504218050380619f,-0.09479221028411315f,1.4006109420490844f,0.6100548054075549f,-0.2677504871599515f,-0.44288013166629975f,-0.31793644454980285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5786617194980327f,0.07452425620551126f,0.571437830449682f,-0.09324245433071288f,0.029967130312463855f,0.8126047591294363f,-0.07563015923208724f,1.3985593883427236f,-0.5754972023675354f,-0.032620317620317196f,-0.5785182187191117f,-0.30566690879836556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5516404085399513f,-0.14947867886879304f,0.5597758339098926f,-0.09324245433071288f,-0.2775030465659518f,0.74666138377181f,-0.0740866865946977f,1.3985593883427236f,-0.508610773394047f,-0.24526088670557727f,-0.566711724459538f,-0.30566690879836556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9359775376874121f,-0.876915834341172f,0.8923961667478939f,-0.8021055326069757f,0.1125083225548642f,1.0509708450333854f,1.150742547334417f,1.651234352843883f,-1.24607149726671f,0.7535815499144988f,-0.5664158554701325f,0.265813452564817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8084793734188352f,-0.5875888343205282f,0.03317325034015119f,-0.6150718190866897f,0.06863941165253779f,-0.15012489285826006f,-0.9862814748905556f,1.6176711370903316f,0.5845081127959483f,-0.7951112364481707f,0.16170463119397738f,0.1039016631313071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9294921395812192f,-0.36734710822136174f,0.03317325034015119f,-0.3057300235797836f,0.029022392114706648f,-0.16250093243932728f,-0.9862814748905556f,1.6094620302367508f,0.36769833180566297f,-0.9157781112462519f,0.16170463119397738f,-0.009628559859548498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9837313252485849f,-0.06633703811990811f,-0.1669493249406562f,0.6220291759332588f,0.17644273647018535f,-0.1820681646074132f,-0.9673257694196928f,1.5531859708264901f,0.03377336926597173f,-0.981045656842721f,0.19081084539003157f,-0.11409020859441478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9726883919089744f,-0.16126132564069012f,-0.1669493249406562f,0.2880052802395173f,0.19324012644914565f,-0.1641313783117585f,-0.9673257694196928f,1.6195451670272558f,0.1285906130922927f,-0.9731678557710843f,0.19081084539003157f,-0.06993183486237399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9859903009719665f,0.13559409527989952f,-0.09714611528227292f,-0.15060761104606907f,0.16675607931718672f,0.8150513925130833f,-0.5548726318473851f,1.3697560125292145f,0.00394162402713015f,-0.5632987385816774f,-0.8262439075190325f,0.2643054734811846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9947676638064812f,0.051855553605504326f,-0.08802440914463638f,-0.14143484730219097f,0.08058775734718518f,0.9278589106930135f,-0.3641201109707144f,1.5414538075905877f,0.0627925824500544f,-0.3693086018600715f,-0.92718296370318f,0.18926521710927638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9859903009719665f,0.13559409527989952f,-0.09714611528227292f,0.1602485689640361f,0.16675607931718672f,0.8150513925130833f,-0.5548726318473851f,1.375035141738903f,0.00394162402713015f,-0.5632987385816774f,-0.8262439075190325f,0.2327330781917472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9947676638064812f,0.051855553605504326f,-0.08802440914463638f,0.1694213327079142f,0.08058775734718518f,0.9278589106930135f,-0.3641201109707144f,1.5467329368002762f,0.0627925824500544f,-0.3693086018600715f,-0.92718296370318f,0.15769282181983896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9983528222516999f,-0.037080952521805925f,0.04377950733095755f,0.2618108231588503f,-0.040277990804297795f,0.9964029907242643f,-0.07455711590794269f,2.2171854033807983f,-0.040857383161855776f,-0.07619765767933465f,-0.9962552841542915f,-0.058189603367453324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9983528222516999f,-0.037080952521805925f,0.04377950733095755f,0.307988501870792f,-0.040277990804297795f,0.9964029907242643f,-0.07455711590794269f,2.087155724579057f,-0.040857383161855776f,-0.07619765767933465f,-0.9962552841542915f,-0.14053167717843174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9983528222516999f,-0.037080952521805925f,0.04377950733095755f,-0.32472145991402335f,-0.040277990804297795f,0.9964029907242643f,-0.07455711590794269f,2.1935220837832734f,-0.040857383161855776f,-0.07619765767933465f,-0.9962552841542915f,-0.08219331597504359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9983528222516999f,-0.037080952521805925f,0.04377950733095755f,-0.35342024287095913f,-0.040277990804297795f,0.9964029907242643f,-0.07455711590794269f,2.060471555671209f,-0.040857383161855776f,-0.07619765767933465f,-0.9962552841542915f,-0.16759969352316118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9776681710711205f,0.2055439174782579f,0.04377950733095755f,0.1694532060376821f,0.20197013795679813f,0.9765496914346966f,-0.07455711590794269f,2.311835735734979f,-0.05807762605480873f,-0.06404996601474168f,-0.9962552841542915f,-0.0912887771438556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.997785606310903f,0.05007233344515283f,0.04377950733095755f,0.05502785710397472f,0.04671752184353167f,0.9961218347272027f,-0.07455711590794269f,2.3272551950469444f,-0.04734297193441789f,-0.07234674701096576f,-0.9962552841542915f,-0.09747104379339112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9560335157190231f,0.2899711564272959f,0.04377950733095755f,0.032524539749515954f,0.28631349429240804f,0.9552307676439031f,-0.07455711590794269f,2.323995767613829f,-0.06343894551453255f,-0.05874443792101455f,-0.9962552841542915f,-0.0982160040962076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9988479201357326f,-0.019651645691385528f,0.04377950733095755f,0.06206828946739186f,-0.02288222630176276f,0.9969541815885845f,-0.07455711590794269f,2.3325983331978923f,-0.04218099287589179f,-0.07547299275009392f,-0.9962552841542915f,-0.09756152492970105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9896246394266585f,0.13684453872009242f,0.04377950733095755f,0.12633871396622315f,0.1333574859413209f,0.9882595900930583f,-0.07455711590794269f,2.4318998127669147f,-0.05346825210409105f,-0.06794523391368319f,-0.9962552841542915f,-0.13353614405753986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9896246394266585f,0.13684453872009242f,0.04377950733095755f,0.09554869275420241f,0.1333574859413209f,0.9882595900930583f,-0.07455711590794269f,2.209541404995977f,-0.05346825210409105f,-0.06794523391368319f,-0.9962552841542915f,-0.11824846642696116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9594387538217951f,-0.2816218978740078f,0.01289900394304598f,-0.23737031450995316f,-0.2801694658346183f,0.9575791655002367f,0.06743302020386331f,2.2910215268630925f,-0.03134243256075457f,0.061083945826312755f,-0.9976404179279539f,-0.09202825889231983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9916818416024505f,-0.1280653767934539f,0.01289900394304598f,-0.12443399353729533f,-0.1269217303069201f,0.9896179374698514f,0.06743302020386331f,2.3156137666246424f,-0.021400920818261022f,0.0652349377608953f,-0.9976404179279539f,-0.08890579613493858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9312182669382092f,-0.3643259491748848f,-0.009957011520398656f,-0.10099671722777245f,-0.3605723055730717f,0.9169553585149253f,0.1708229578964262f,2.312493000726721f,-0.053105101208052514f,0.16266368140609655f,-0.985251427290059f,-0.10199682875627569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9982241106514864f,-0.058732298061898225f,-0.009957011520398656f,-0.1311447874805231f,-0.05956985194655262f,0.9834993389904141f,0.1708229578964262f,2.3185370052207817f,-0.00024011063035600522f,0.1711127329271167f,-0.985251427290059f,-0.10064424060351898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9767465597635273f,-0.21416586075212077f,-0.009957011520398656f,-0.20219149659884464f,-0.21268964118097466f,0.9620720521820721f,0.1708229578964262f,2.4187996988677556f,-0.02700508330708097f,0.16896848966147265f,-0.985251427290059f,-0.11426047787229648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9767465597635273f,-0.21400881684498752f,0.01289900394304598f,-0.15403951280872252f,-0.21268964118097466f,0.9747901847682369f,0.06743302020386331f,2.1994719072949027f,-0.02700508330708097f,0.06312148597834955f,-0.9976404179279539f,-0.12846281221742512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9983528222516999f,-0.037080952521805925f,0.04377950733095755f,-0.011609531463926943f,-0.040277990804297795f,0.9964029907242643f,-0.07455711590794269f,1.6961800332713775f,-0.040857383161855776f,-0.07619765767933465f,-0.9962552841542915f,-0.05317136213171251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9947397760323365f,-0.03317325034015123f,-0.09691394864005104f,0.000830437413629767f,-0.01689321347100318f,0.9862814748905554f,-0.16420557733016788f,1.3263244801874192f,0.10103166492619978f,-0.16170463119397746f,-0.981653816236997f,0.007467874566029034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9632649414674053f,-0.24634293429414386f,-0.10693835262966832f,0.22045078001027008f,-0.25971691728026436f,0.955832830880652f,0.1375889613636031f,0.7459039637250874f,0.06832111985493575f,0.16030832209847953f,-0.9846996833795254f,0.05923280480153791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9632649414674053f,-0.26848962873376997f,-0.005828533451781387f,0.12299401426713755f,-0.25971691728026436f,0.9368734878340556f,-0.23412644163376348f,1.0852118394494292f,0.06832111985493575f,-0.22401202435595757f,-0.9721886841172929f,-0.024967955802717497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9547421775874634f,0.29358257824411993f,-0.047714191673795606f,-0.1899266220546555f,0.25971691728026436f,0.9010593734462082f,0.34733143883495915f,0.800142272368998f,0.14496377897248966f,0.31921979148583796f,-0.9365277505283829f,0.15305350859182956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9547421775874634f,0.16771651645605215f,-0.2456390531723229f,-0.12694943481116233f,0.25971691728026436f,0.8725951847700717f,-0.4136722934818342f,1.1229979884045693f,0.14496377897248966f,-0.4587470039400051f,-0.8766622434906638f,-0.01060195469729364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9780323929151794f,0.179366272318091f,-0.10620912749533537f,-0.009032038784743788f,0.20232515802350198f,0.9394540740756914f,-0.2765692917396114f,1.282576038941379f,0.05017139463252866f,-0.2919825047109805f,-0.955106825493007f,-0.02467160391104461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9734669042415651f,-0.2026864760733259f,-0.10620912749533537f,-0.009032038784743788f,-0.16687485312927686f,0.9463943207034433f,-0.2765692917396114f,1.282576038941379f,0.15657257020125076f,-0.251507419686269f,-0.955106825493007f,-0.02467160391104461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.993873891805751f,-0.030566459127118785f,-0.10620912749533537f,-0.009032038784743788f,0f,0.9609939785798086f,-0.2765692917396114f,1.282576038941379f,0.11052007594500751f,-0.2748749983352077f,-0.955106825493007f,-0.02467160391104461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9639079930058204f,0.24410745555973018f,-0.1062682038977114f,-0.00813901405039351f,0.20748265710055327f,0.9388759351808761f,0.2747051607464439f,1.2731624021824206f,0.1668302371333969f,0.2427416908534455f,-0.955638081859249f,-0.016640900343222808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9840467484172688f,-0.14268519814526948f,-0.1062682038977114f,-0.00813901405039351f,-0.16696767345651603f,0.9469207309378058f,0.2747051607464439f,1.2731624021824206f,0.06143120501763422f,0.28806607497318476f,-0.955638081859249f,-0.016640900343222808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.993873891805751f,0.030360435228182478f,-0.1062682038977114f,-0.00813901405039351f,0f,0.9615285095405494f,0.2747051607464439f,1.2731624021824206f,0.11052007594500751f,0.2730222872101926f,-0.955638081859249f,-0.016640900343222808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9403447573120017f,0.31330915466524384f,-0.13262394579706488f,-0.19719485754549873f,0.3074218137387224f,0.9494661799843702f,0.06329140149721581f,1.3379547123434492f,0.14575172669106462f,0.018744243618716155f,-0.9891436131814911f,0.036311769177315566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9642090708804614f,-0.2501654343507675f,-0.08785284905982978f,0.1879312755292298f,-0.2560131149676409f,0.9646170143449445f,0.06301825609147665f,1.3379547123434492f,0.06897936355463788f,0.08325425570105864f,-0.9941381072623964f,-0.006514760251374846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.993873891805751f,0.006640122662181664f,-0.11032042402892318f,-0.011391011074533509f,0f,0.9981935235351841f,0.06008069217655668f,1.1696098488432387f,0.11052007594500751f,0.0597126313558977f,-0.9920784820112089f,-0.03174743120874165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.993873891805751f,0.016229913487221616f,-0.10932189668628847f,0f,0f,0.9891587184638271f,0.14685036495357895f,1.390625f,0.11052007594500751f,0.14595074372950836f,-0.983099025133233f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5660893200660995f,-0.013958837691435952f,-0.8242257169959f,-1.6747326120831838f,0.007038522566363963f,0.9999020211743257f,-0.012099886428438034f,1.9577034514644627f,0.8243138606787977f,0.0010482851722983465f,0.5661321048933841f,-0.492503208023844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6043297713618434f,-0.013958837691435952f,-0.7966119998443699f,-1.6769436266253508f,-0.009271797815959411f,0.9999020211743257f,-0.010487221593839044f,1.9575743263133152f,0.7966803381601696f,0.0010482851722983465f,-0.6043999833613463f,-0.39877937305434613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.02358415511644882f,-0.013958837691435952f,-0.9996243987007057f,-1.5258944595491615f,-0.00137733494557495f,0.9999020211743257f,-0.013930218948243839f,1.9597284217311255f,0.9997209063413105f,0.0010482851722983465f,-0.0236010703635781f,-0.44210112998455836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8817155969854384f,-0.057400130966236536f,0.46827644719510625f,1.5887717533011256f,-0.00955599669748182f,0.9901944844311018f,0.13936845385287913f,1.953451185849339f,-0.47168452270530364f,-0.1273581876727338f,0.8725214055099091f,-0.18794704342073992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.16716895520961167f,-0.057400130966236536f,0.984255945056562f,1.5474575699562538f,-0.13530026821698843f,0.9901944844311018f,0.03476665676528848f,1.961826591928439f,-0.9766004187151152f,-0.1273581876727338f,-0.17329603053208964f,-0.10420903933922082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.440684622345298f,-0.057400130966236536f,0.8958249207258309f,1.433740923519815f,-0.089337664843733f,0.9901944844311018f,0.10739490044919832f,1.9415296538215092f,-0.8932053768695369f,-0.1273581876727338f,0.4312354887576691f,-0.21076336469363074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001552927955946486f,0f,-0.0000017268761866407425f,0.06880926739808466f,0f,0.000015625f,0f,1.5567475f,0.0000017268761866407425f,0f,-0.00001552927955946486f,0.6840859792645869f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32.mcfunction new file mode 100644 index 000000000..10800f961 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..2101873fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.40594301666426236f,-0.10790130303366326f,-0.7003656334155753f,0.007659849027379803f,-0.06504296970924649f,0.8094100599703279f,-0.08700121467357116f,1.408839208693996f,0.7056373882932824f,0.012534275683594236f,-0.4109296930378324f,-0.3155816202871313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4078378633112701f,0.05452394601562703f,-0.6860724572234208f,0.007659849027379803f,0.24456093207394658f,0.7569191066594666f,-0.08522567968023298f,1.408839208693996f,0.6433181388339834f,-0.2531809733860745f,-0.4025433727717542f,-0.3155816202871313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.613888669417885f,0.07192253900402482f,0.5337717624490804f,-0.11212595183673967f,0.04291886322971306f,0.8133111368667365f,-0.060227985787756386f,1.4062405898736345f,-0.5368827778797268f,-0.017221715251261312f,-0.6151461125492029f,-0.29576030424668037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5825463585367285f,-0.16503894993385554f,0.5228784611746095f,-0.11212595183673967f,-0.2660462087905302f,0.7521559354859934f,-0.05899884322065932f,1.4062405898736345f,-0.4794362887222689f,-0.21684924191225707f,-0.6025921102522804f,-0.29576030424668037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1041114250512534f,-0.49773370963977154f,0.9872210316638936f,-0.7438559378567393f,0.3178275133845405f,1.1934191786182655f,0.9571533763414846f,1.651633619346682f,-1.058928648591155f,0.8771647897597896f,-0.7420635409441523f,0.37327260622492475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6659633370059844f,-0.7446974625065789f,0.04380094862119064f,-0.5958002943296449f,0.07174114508379653f,-0.1223785177107179f,-0.9898872190835647f,1.6179162917524863f,0.742526795385809f,-0.6560862654706238f,0.13492505473369526f,0.17511567227772878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8639797313513237f,-0.5016178831680329f,0.04380094862119064f,-0.3055817938856176f,0.030278477779548698f,-0.13858754373449372f,-0.9898872190835647f,1.6093722196766056f,0.5026153972944402f,-0.853916267562377f,0.13492505473369526f,0.01821735998507363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9735970662885962f,-0.10461057771204417f,-0.20289253200892152f,0.6143336433830509f,0.21839239730448207f,-0.16818538169065322f,-0.9612587779496063f,1.539809042222221f,0.06643427815397838f,-0.9801889126165025f,0.18659094905658782f,-0.14325008496224662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.953806475751219f,-0.22155772897835913f,-0.20289253200892152f,0.28315083930276647f,0.23712500938118317f,-0.14054640422580453f,-0.9612587779496063f,1.6221441149240208f,0.1844584959849047f,-0.964965740837025f,0.18659094905658782f,-0.07920199607859915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9765535389284805f,0.15000487643328347f,-0.154407650887176f,-0.13819713788512933f,0.2102253623498473f,0.8189447961542486f,-0.5339800725464869f,1.3637576055212857f,0.046351727380283286f,-0.5539205339199038f,-0.8312782683739257f,0.27640458112476535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.987781243894315f,0.05385713225443079f,-0.14624508031359043f,-0.12901295733938348f,0.10148597956403199f,0.9344447316639477f,-0.3413409430722041f,1.5368326118140747f,0.1182743005159137f,-0.3520120065719655f,-0.928492723216854f,0.20459925037241647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9765535389284805f,0.15000487643328347f,-0.154407650887176f,0.17003984284177331f,0.2102253623498473f,0.8189447961542486f,-0.5339800725464869f,1.3704444616717648f,0.046351727380283286f,-0.5539205339199038f,-0.8312782683739257f,0.22539968266210947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.987781243894315f,0.05385713225443079f,-0.14624508031359043f,0.17922402338751917f,0.10148597956403199f,0.9344447316639477f,-0.3413409430722041f,1.5435194679645539f,0.1182743005159137f,-0.3520120065719655f,-0.928492723216854f,0.1535943519097606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9969721598429746f,-0.04917092455514729f,0.060238963108822985f,0.25165366159147223f,-0.0519953303841974f,0.9975756757590706f,-0.046252099974724015f,2.2221587054577525f,-0.05781866581193548f,-0.04924420079791848f,-0.9971118345358768f,-0.0279535094606083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9969721598429746f,-0.04917092455514729f,0.060238963108822985f,0.3008338859464293f,-0.0519953303841974f,0.9975756757590706f,-0.046252099974724015f,2.095075436504646f,-0.05781866581193548f,-0.04924420079791848f,-0.9971118345358768f,-0.11310901888065934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9969721598429746f,-0.04917092455514729f,0.060238963108822985f,-0.3340674823162754f,-0.0519953303841974f,0.9975756757590706f,-0.046252099974724015f,2.1916114488570364f,-0.05781866581193548f,-0.04924420079791848f,-0.9971118345358768f,-0.06192197562512039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9969721598429746f,-0.04917092455514729f,0.060238963108822985f,-0.35966016994954136f,-0.0519953303841974f,0.9975756757590706f,-0.046252099974724015f,2.060628530125115f,-0.05781866581193548f,-0.04924420079791848f,-0.9971118345358768f,-0.15141388498106662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9792533491885573f,0.19347905681640848f,0.060238963108822985f,0.1585679030731959f,0.19088455162565865f,0.9805222237147913f,-0.046252099974724015f,2.3164942009284313f,-0.06801445474062418f,-0.03379383634383018f,-0.9971118345358768f,-0.05989135558579975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9974639082318405f,0.03790803474774447f,0.060238963108822985f,0.04405702464265271f,0.035146976513512715f,0.9983112907755208f,-0.046252099974724015f,2.33060297082472f,-0.061890563229145996f,-0.044017582983133824f,-0.9971118345358768f,-0.06746380288366424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9586641836472752f,0.27809036357895833f,0.060238963108822985f,0.021613438830181977f,0.27561632096554933f,0.9601543557498156f,-0.046252099974724015f,2.3270756403489035f,-0.0707009661130501f,-0.02773739027340769f,-0.9971118345358768f,-0.06865607826822945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997678467114321f,-0.03176387224493685f,0.060238963108822985f,0.051026167423968885f,-0.034577315098239816f,0.998331183790492f,-0.046252099974724015f,2.336036891827061f,-0.058669289556085795f,-0.04822762581220595f,-0.9971118345358768f,-0.06729483118799964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9903643539938872f,0.12469849101670871f,0.060238963108822985f,0.11451830587265104f,0.12202179369763035f,0.9914491540723311f,-0.046252099974724015f,2.4371208342972834f,-0.0654914360896389f,-0.038455964783304236f,-0.9971118345358768f,-0.09948845572982781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9903643539938872f,0.12469849101670871f,0.060238963108822985f,0.08646114539389162f,0.12202179369763035f,0.9914491540723311f,-0.046252099974724015f,2.2140447746310095f,-0.0654914360896389f,-0.038455964783304236f,-0.9971118345358768f,-0.09083586365358437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.954957251965456f,-0.29612229379034516f,0.01918942518494611f,-0.2477147932814575f,-0.29125052118657063f,0.9477033935867437f,0.13050445085406276f,2.288916005527206f,-0.05683116070550675f,0.11903724167047045f,-0.9912620008193347f,-0.06384072083012929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9895238761486328f,-0.14308831011950682f,0.01918942518494611f,-0.13517842943465416f,-0.13941127057567934f,0.9815972116625812f,0.13050445085406276f,2.3148660252101396f,-0.03750994759073284f,0.1264620479171107f,-0.9912620008193347f,-0.05824573060714759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9254331721499368f,-0.3787395377341287f,-0.011393262984925004f,-0.11143870808660086f,-0.368685548579039f,0.8931140268757293f,0.2577174834325216f,2.3129231417403324f,-0.08743231755751563f,0.24270083962515962f,-0.966153141221289f,-0.07466527314464125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971762023704495f,-0.07422812798801057f,-0.011393262984925004f,-0.14167875549058184f,-0.07465338122070461f,0.9633320151461405f,0.2577174834325216f,2.318358392762019f,-0.008154391354619435f,0.2578402870186725f,-0.966153141221289f,-0.07285883899520913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9732874711074883f,-0.2293069823266319f,-0.011393262984925004f,-0.21425885803260505f,-0.22443260266320803f,0.9397934377271563f,0.2577174834325216f,2.418331017179194f,-0.04838910463119302f,0.2533902173747581f,-0.966153141221289f,-0.07768041688858367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9732874711074883f,-0.22878650429223596f,0.01918942518494611f,-0.16278189456685205f,-0.22443260266320803f,0.9657114450854862f,0.13050445085406276f,2.20104594203496f,-0.04838910463119302f,0.12271161430215388f,-0.9912620008193347f,-0.10529053010656825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9969721598429746f,-0.04917092455514729f,0.060238963108822985f,-0.014842743349117936f,-0.0519953303841974f,0.9975756757590706f,-0.046252099974724015f,1.6977332026306708f,-0.05781866581193548f,-0.04924420079791848f,-0.9971118345358768f,-0.04166579914189693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9863583383260884f,-0.04380094862119073f,-0.1586779925335625f,0.00158261238382859f,-0.02139793968153314f,0.9898872190835647f,-0.14023345418405836f,1.3265254954743342f,0.1632156750804989f,-0.13492505473369548f,-0.9773207626020877f,0.008931096383238878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9585528451700047f,-0.23199961036185582f,-0.16538628663960098f,0.2232340376086709f,-0.24894979348187554f,0.9643103395176614f,0.09016412493150411f,0.7472150016470531f,0.13856566436827228f,0.12759996038901997f,-0.982098674658967f,0.06492991711131157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9585528451700047f,-0.2765041371915354f,-0.06871611988794013f,0.12241671847140849f,-0.24894979348187554f,0.9301257618071597f,-0.2699816059437794f,1.0850295722446546f,0.13856566436827228f,-0.2416847726659983f,-0.9604103431968879f,-0.025567686123686963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9478003451993733f,0.30198591064290503f,-0.10236706214952272f,-0.16932779722707914f,0.24894979348187554f,0.9014167639683028f,0.3542200134976061f,0.8122676047586717f,0.19924483924378167f,0.3102455920880878f,-0.9295424501466469f,0.18794131492603772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9478003451993733f,0.11020166645925941f,-0.2992158056479487f,-0.1262136983336436f,0.24894979348187554f,0.8420970992432927f,-0.4784312654617832f,1.1235149195869225f,0.19924483924378167f,-0.5279470315814211f,-0.825574603460575f,0.004140333815977778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9720915259409542f,0.16531593853887752f,-0.16645932133346383f,-0.010148462741635122f,0.20961010447806153f,0.9306959821315233f,-0.2997809082395598f,1.2819892529620054f,0.10536445935173502f,-0.32630603627461346f,-0.9393735686063703f,-0.02145056921105888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9606177588988538f,-0.222496776671812f,-0.16645932133346383f,-0.010148462741635122f,-0.16566176369326227f,0.9395145486394035f,-0.2997809082395598f,1.2819892529620054f,0.22309123994048108f,-0.26039891947846383f,-0.9393735686063703f,-0.02145056921105888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9846599764506294f,-0.05230702741934964f,-0.16645932133346383f,-0.010148462741635122f,0f,0.9540080749422746f,-0.2997809082395598f,1.2819892529620054f,0.17448418488861955f,-0.2951822620475133f,-0.9393735686063703f,-0.02145056921105888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9492032507740462f,0.26550212654722605f,-0.1688840120286226f,-0.008699197010123073f,0.21899708625350386f,0.9428039155128115f,0.2513186286493434f,1.2727742323295015f,0.22595013815543147f,0.20156735274496204f,-0.9530567335552115f,-0.013271982928455146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9773154470196111f,-0.12779948160291377f,-0.1688840120286226f,-0.008699197010123073f,-0.16807483695195932f,0.9531997671408577f,0.2513186286493434f,1.2727742323295015f,0.12886181048095563f,0.2740027306882922f,-0.9530567335552115f,-0.013271982928455146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9846599764506294f,0.043851126067206356f,-0.1688840120286226f,-0.008699197010123073f,0f,0.9679044099981223f,0.2513186286493434f,1.2727742323295015f,0.17448418488861955f,0.24746339496746694f,-0.9530567335552115f,-0.013271982928455146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9260255177470458f,0.3223150056241809f,-0.19644281007662281f,-0.1942156660419288f,0.32105649851035406f,0.9462517804634377f,0.03911895619830752f,1.3383166810102907f,0.19849298538131485f,-0.0268440890934733f,-0.9797346220457634f,0.0502257947011373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.956655559433974f,-0.24834799457663553f,-0.15209672644022876f,0.1873400748326901f,-0.2568591423417052f,0.9656690507488757f,0.03881578829869303f,1.3383166810102907f,0.1372352782616555f,0.076200774376175f,-0.9876031188614773f,-0.01738682694320278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9846599764506294f,0.006258488923333395f,-0.17437190740667627f,-0.012481410256742247f,0f,0.999356517715259f,0.035868516836230435f,1.1688794766199828f,0.17448418488861955f,0.03531829294328166f,-0.9840263651992901f,-0.025661037029416744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9846599764506294f,0.021432186587845393f,-0.17316290640408455f,0f,0f,0.9924275172252521f,0.12283168587185389f,1.390625f,0.17448418488861955f,0.12094744491797076f,-0.9772036557399734f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.495664808327511f,-0.07910419548806037f,-0.8649039970088235f,-1.6011328823539543f,0.041774270125530436f,0.9968624046914791f,-0.06723285259603999f,1.8737608190664026f,0.8675086790004647f,-0.0028057742083696033f,0.4974141327806847f,-0.455837803856775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6207938940729524f,-0.07910419548806037f,-0.7799727349965042f,-1.6082218032442783f,-0.04705936777699017f,0.9968624046914791f,-0.06364559699736978f,1.8734614031558199f,0.7825601299492393f,-0.0028057742083696033f,-0.6225686874915262f,-0.3623566824967741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.0756151561634558f,-0.07910419548806037f,-0.9939944036133016f,-1.455578182257121f,-0.003193769712880691f,0.9968624046914791f,-0.07908948063897443f,1.8854745332069573f,0.9971319611733431f,-0.0028057742083696033f,-0.07563054698793581f,-0.3977526611285842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8645194297155745f,-0.011448283553880837f,0.5024689965041899f,1.4785471633033178f,-0.04620180179339532f,0.9936972969244693f,0.10213263727157437f,1.8691305352269985f,-0.5004713270061547f,-0.11151062231318193f,0.8585416891194193f,-0.16077426920978147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1477824299796579f,-0.011448283553880837f,0.9889536339955364f,1.4379419606038233f,-0.11197470283013748f,0.9936972969244693f,-0.005229532589588422f,1.8780916869952238f,-0.9826606837130556f,-0.11151062231318193f,-0.14813291935257672f,-0.07675059532723932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4331221621279412f,-0.011448283553880837f,0.9012625197340047f,1.3230551839934699f,-0.09558561886107092f,0.9936972969244693f,0.05855827483754325f,1.8648273698854796f,-0.896252521413783f,-0.11151062231318193f,0.42929803047622217f,-0.18315713683994372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015385312132041086f,0f,-0.000002726315388884681f,0.11285109373089353f,0f,0.000015625f,0f,1.5567475f,0.000002726315388884681f,0f,-0.000015385312132041086f,0.6782130734142413f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33.mcfunction new file mode 100644 index 000000000..888b8595b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..19834be6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.34965153030271445f,-0.1055058866872165f,-0.7304496968825154f,-0.01651172192202966f,-0.08267549230184203f,0.8087905863121407f,-0.07724632619067541f,1.417064538480722f,0.73338462949128f,0.04087468423917664f,-0.35696034774009505f,-0.31158886084574466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3559946911446016f,0.035589667080660824f,-0.7155425602114437f,-0.01651172192202966f,0.228370836692118f,0.7629684342349055f,-0.07566987055413102f,1.417064538480722f,0.6790541516148778f,-0.23793390670147174f,-0.3496754426841748f,-0.31158886084574466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6539046406557785f,0.07144814290924267f,0.48399207457158006f,-0.13438585869474143f,0.05579328002385507f,0.8135306456378821f,-0.04471513118212635f,1.4139070494845833f,-0.48604554856254073f,-0.0027378691121946416f,-0.6562748458075378f,-0.28253729253464027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6185839682749148f,-0.18046922003835747f,0.4741146852946091f,-0.13438585869474143f,-0.254476829721974f,0.7571808749171925f,-0.04380257748453194f,1.4139070494845833f,-0.43885694403519787f,-0.18468346779931838f,-0.642881481607384f,-0.28253729253464027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2022095681552945f,-0.07933359917796726f,0.994889232164732f,-0.6634192629290038f,0.5263115690438809f,1.2729889589139176f,0.7374967747548649f,1.6490895132808374f,-0.8479944201033566f,0.9025583308156485f,-0.9527330019207069f,0.4785931887233127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4801207591462806f,-0.8756069836928231f,0.0528816295622184f,-0.5644880605864664f,0.06836530942849282f,-0.09745150057855509f,-0.9928894145380613f,1.6167661584219386f,0.8745342995580823f,-0.47309155048821594f,0.10664963081562913f,0.25167615748048067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7694785198518059f,-0.6364796467614013f,0.0528816295622184f,-0.30244384542588376f,0.027555437981922306f,-0.11580720329880229f,-0.9928894145380613f,1.6091147132128931f,0.6380779774638037f,-0.7625499006114888f,0.10664963081562913f,0.05050936576309745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9586317393305448f,-0.15858498434838755f,-0.23638102945734873f,0.6017914309480397f,0.2607762455254997f,-0.1563850048268236f,-0.9526486655818813f,1.5261001881611804f,0.11410932528815784f,-0.9748818046330213f,0.19127082599744608f,-0.18150892694689874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9255261423190927f,-0.29584686714011765f,-0.23638102945734873f,0.27689319140477486f,0.2806880451930614f,-0.11693904929816754f,-0.9526486655818813f,1.6246333873591614f,0.25419595034074866f,-0.9480505735205367f,0.19127082599744608f,-0.09227555687936512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9615981546794107f,0.15714720169948027f,-0.22501943452772086f,-0.12050974384748475f,0.2540285285294388f,0.8200024105356778f,-0.5128991649523773f,1.3578477194130174f,0.10391581020383998f,-0.5503642463984199f,-0.828432677214014f,0.28965319293228897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.974338383787524f,0.05295072444063258f,-0.21877142103009692f,-0.11194880439630424f,0.12259137414827073f,0.9399705567971302f,-0.3184755992834174f,1.532101726316958f,0.188775180738238f,-0.33712248981001747f,-0.9223406951888983f,0.22067809674798008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9615981546794107f,0.15714720169948027f,-0.22501943452772086f,0.18280807648270303f,0.2540285285294388f,0.8200024105356778f,-0.5128991649523773f,1.365972679699022f,0.10391581020383998f,-0.5503642463984199f,-0.828432677214014f,0.21489668893099967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.974338383787524f,0.05295072444063258f,-0.21877142103009692f,0.19136901593388353f,0.12259137414827073f,0.9399705567971302f,-0.3184755992834174f,1.5402266866029626f,0.188775180738238f,-0.33712248981001747f,-0.9223406951888983f,0.14592159274669078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9954264837189548f,-0.05953622730451791f,0.07470979286052312f,0.24329140013170455f,-0.06092078545578517f,0.9980080207096708f,-0.016390500255196574f,2.225712063397168f,-0.07358514395153204f,-0.02086691729772701f,-0.9970706085088067f,0.0030824514883098404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9954264837189548f,-0.05953622730451791f,0.07470979286052312f,0.2950659647649041f,-0.06092078545578517f,0.9980080207096708f,-0.016390500255196574f,2.1017089808641267f,-0.07358514395153204f,-0.02086691729772701f,-0.9970706085088067f,-0.08502511049899245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9954264837189548f,-0.05953622730451791f,0.07470979286052312f,-0.34152165905318144f,-0.06092078545578517f,0.9980080207096708f,-0.016390500255196574f,2.1899211019418945f,-0.07358514395153204f,-0.02086691729772701f,-0.9970706085088067f,-0.04014882058321523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9954264837189548f,-0.05953622730451791f,0.07470979286052312f,-0.3644040806989034f,-0.06092078545578517f,0.9980080207096708f,-0.016390500255196574f,2.061348960499669f,-0.07358514395153204f,-0.02086691729772701f,-0.9970706085088067f,-0.13377526836688242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9802611799408063f,0.1830477149592313f,0.07470979286052312f,0.1496217178474627f,0.18232881442463073f,0.9831009891826439f,-0.016390500255196574f,2.319943107322772f,-0.07644751488156315f,-0.002445223161810126f,-0.9970706085088067f,-0.02742445168454414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9968275095320507f,0.027447460554069422f,0.07470979286052312f,0.035078727798781656f,0.026293166838433635f,0.9995198951891807f,-0.016390500255196574f,2.33304423061496f,-0.07512380193877145f,-0.01437414450122546f,-0.9970706085088067f,-0.036222441465774774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9605773306466564f,0.2677865543646321f,0.07470979286052312f,0.012694543280012502f,0.2673178951473417f,0.9634689898670218f,-0.016390500255196574f,2.3293139163847036f,-0.07636972424815436f,0.004226921591268904f,-0.9970706085088067f,-0.0378383511703198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963139258806889f,-0.042154572076430044f,0.07470979286052312f,0.04198412987853982f,-0.04349386531998979f,0.9989192335624092f,-0.016390500255196574f,2.338544966911728f,-0.07393811449946369f,-0.019579501325163232f,-0.9970706085088067f,-0.035795449299233895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9906420760967009f,0.11422225666461047f,0.07470979286052312f,0.10479609578905688f,0.11330701225676379f,0.9934248197396872f,-0.016390500255196574f,2.4412002950315945f,-0.07609072243226499f,-0.007771975785723832f,-0.9970706085088067f,-0.06411832129888481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9906420760967009f,0.11422225666461047f,0.07470979286052312f,0.07909608803951956f,0.11330701225676379f,0.9934248197396872f,-0.016390500255196574f,2.2176797105901653f,-0.07609072243226499f,-0.007771975785723832f,-0.9970706085088067f,-0.06236962674709695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9507097360257807f,-0.3092402080316434f,0.022836189750831314f,-0.2560686356801638f,-0.29919098412192524f,0.9341732816262591f,0.1944351689272797f,2.2863658674365883f,-0.08146013040711375f,0.17801902603983594f,-0.9806495161482944f,-0.0342708690429592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9873807480753047f,-0.156709178952337f,0.022836189750831314f,-0.14391639077482005f,-0.14937054906232974f,0.9694758399037278f,0.1944351689272797f,2.3133408950284555f,-0.05260890992094104f,0.18857048834599247f,-0.9806495161482944f,-0.02631081413675508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9200546422168246f,-0.3914618079831448f,-0.01603459465775036f,-0.11990367916207023f,-0.37272205617936166f,0.8619308616337213f,0.34373457580054356f,2.313081869568474f,-0.1207382465198979f,0.3222310392465604f,-0.9389299405032208f,-0.04600859531440627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9959923141434514f,-0.0879897831644913f,-0.01603459465775036f,-0.15021788004698494f,-0.088128456075249f,0.9349224120904438f,0.34373457580054356f,2.317890696844225f,-0.015254028876511734f,0.3437700996736809f,-0.9389299405032208f,-0.043730431593111775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9699653613435134f,-0.24271400777027474f,-0.01603459465775036f,-0.22424850291998985f,-0.23329753592966498f,0.9096256379018608f,0.34373457580054356f,2.416822357086915f,-0.0688437181077113f,0.3371514634459176f,-0.9389299405032208f,-0.03953066851528245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9699653613435134f,-0.24216875568787022f,0.022836189750831314f,-0.16976053289021914f,-0.23329753592966498f,0.9527681904919827f,0.1944351689272797f,2.202449514226219f,-0.0688437181077113f,0.18326775208754473f,-0.9806495161482944f,-0.08076591273497995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9954264837189548f,-0.05953622730451791f,0.07470979286052312f,-0.017154586958675687f,-0.06092078545578517f,0.9980080207096708f,-0.016390500255196574f,1.6990977049274605f,-0.07358514395153204f,-0.02086691729772701f,-0.9970706085088067f,-0.029715018110053146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9706170250566009f,-0.05288162956221855f,-0.23474693592274676f,0.002676024127156269f,-0.02599987291521415f,0.9928894145380615f,-0.11616633379193157f,1.3267641744756875f,0.23922081280412574f,-0.10664963081562934f,-0.9650902853972904f,0.010278593445807855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9456194123264606f,-0.22145632296782322f,-0.2382457219950243f,0.22867643236819568f,-0.2379299701824117f,0.9703567926481494f,0.042391322821929533f,0.749200474905604f,0.22179552817934792f,0.09677185530497756f,-0.9702793163313729f,0.06708195083312163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9456194123264606f,-0.2917095431105911f,-0.1439078506877558f,0.12187266030833714f,-0.2379299701824117f,0.9219903290058642f,-0.30548839995760063f,1.0850268674095083f,0.22179552817934792f,-0.25463577061730436f,-0.9412583959794332f,-0.02801715593298066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9337229304939819f,0.31474967854953084f,-0.17057001179192544f,-0.14223996761988483f,0.23792997018241172f,0.901602707557496f,0.36125044915403093f,0.8255175066503075f,0.2674898472068189f,0.29672411020670236f,-0.9167355038741072f,0.22190658454192608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9337229304939819f,0.036669231579912975f,-0.35611354442799464f,-0.1238304428817163f,0.23792997018241172f,0.8068197346784742f,-0.5407691235845047f,1.124195002409615f,0.2674898472068189f,-0.5896586158012916f,-0.7620707962207824f,0.020497324208430298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9606677247336272f,0.14231542900645772f,-0.23846140426036194f,-0.011150974320026284f,0.2166201455809563f,0.9213388616884327f,-0.3228163788768288f,1.28146629939108f,0.17376200730769997f,-0.3617748203086705f,-0.9159288969166919f,-0.018024361378042014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9389145427568529f,-0.24814439360554924f,-0.23846140426036194f,-0.011150974320026284f,-0.16435133438844116f,0.9320827347470774f,-0.3228163788768288f,1.28146629939108f,0.3023708323969564f,-0.26390554277722866f,-0.9159288969166919f,-0.018024361378042014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9677401428707303f,-0.08133372335455122f,-0.23846140426036194f,-0.011150974320026284f,0f,0.9464616133414243f,-0.3228163788768288f,1.28146629939108f,0.2519504234498097f,-0.31240236861527404f,-0.9159288969166919f,-0.018024361378042014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.926653101006514f,0.28483095080965476f,-0.24532704672717862f,-0.009002614015023077f,0.23048503762388142f,0.9460395882775993f,0.22778442625225354f,1.2724553094651934f,0.2969691529882005f,0.1545329313525709f,-0.9422997905661723f,-0.009772521670712561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9630037309629352f,-0.11152781848304538f,-0.24532704672717862f,-0.009002614015023077f,-0.1690832427002083f,0.9589187203277002f,0.22778442625225354f,1.2724553094651934f,0.20984439756507403f,0.26083794491886864f,-0.9422997905661723f,-0.009772521670712561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9677401428707303f,0.05739038264952724f,-0.24532704672717862f,-0.009002614015023077f,0f,0.9737115872561709f,0.22778442625225354f,1.2724553094651934f,0.2519504234498097f,0.2204361332050832f,-0.9422997905661723f,-0.009772521670712561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9050619251940218f,0.32557859714103504f,-0.2736082759124186f,-0.18930743607333167f,0.33446399270252f,0.9422906032152383f,0.014908275478774713f,1.3387093851033067f,0.2626723227703658f,-0.07801920389197756f,-0.9617256649764957f,0.06667817635658364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9412040442071952f,-0.2474294217510903f,-0.23002962509194602f,0.18569186928907633f,-0.25755424390971815f,0.966153677410119f,0.014590513047770842f,1.3387093851033067f,0.21863384598939295f,0.07297775605501182f,-0.9730742461441786f,-0.03095261273021763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9677401428707303f,0.002931510145613086f,-0.2519333684226935f,-0.013119102122198436f,0f,0.9999323080037623f,0.011635265801397093f,1.1682793980726665f,0.2519504234498097f,0.011259913788982945f,-0.96767463460862f,-0.019382312183511056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9677401428707303f,0.02487779471226118f,-0.2507191879509684f,0f,0f,0.9951131834510031f,0.09874083310368799f,1.390625f,0.2519504234498097f,0.09555546793493795f,-0.9630109743254209f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4330987885887303f,-0.14330006871260462f,-0.8898823122356893f,-1.5363673122581116f,0.07247584537965078f,0.989620871753861f,-0.12408779966472566f,1.7898433404336098f,0.8984278998113756f,-0.01075269715424619f,0.4389893943416286f,-0.4072900908216406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6234718119300129f,-0.14330006871260462f,-0.7686013206049475f,-1.5469480876660502f,-0.08183212331984897f,0.989620871753861f,-0.11812719323717621f,1.7893233262330577f,0.7775515438359514f,-0.01075269715424619f,-0.6287272669307714f,-0.3141405375376984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.11286160435134326f,-0.14330006871260462f,-0.9832229394039804f,-1.3941742590514838f,-0.005546818139221421f,0.989620871753861f,-0.14359583210406401f,1.8111227081489434f,0.9935952350287168f,-0.01075269715424619f,-0.11248505870620246f,-0.3438425553737391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.836966318966283f,0.03293463385391934f,0.5462624742822254f,1.3768912467321248f,-0.08012450600662707f,0.9948054620770044f,0.06278659219094249f,1.7848343551602277f,-0.5413570397189129f,-0.09631927384831142f,0.835257536950197f,-0.1407740158835567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.14136468335084623f,0.03293463385391934f,0.9894095897018705f,1.3382302823230696f,-0.09076605687549866f,0.9948054620770044f,-0.04608270327391267f,1.79433231150644f,-0.9857877810261138f,-0.09631927384831142f,-0.13764101229264958f,-0.055896568017782505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4123836203632557f,0.03293463385391934f,0.910414773358277f,1.2209985485238557f,-0.1013115343595976f,0.9948054620770044f,0.009902809069239557f,1.7880979119729479f,-0.9053594439015913f,-0.09631927384831142f,0.4135781362977685f,-0.16037201239533488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015120939732355164f,0f,-0.000003936725366403277f,0.1662312516405747f,0f,0.000015625f,0f,1.5567475f,0.000003936725366403277f,0f,-0.000015120939732355164f,0.6671398004048761f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34.mcfunction new file mode 100644 index 000000000..89b61e033 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..4440577e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.28061857941329976f,-0.0984265602853779f,-0.7605983628452632f,-0.04440389910616249f,-0.10031610413525162f,0.8076657844710667f,-0.06750632777974208f,1.4252806397693059f,0.7603514559620645f,0.07023273645223778f,-0.2896160744697083f,-0.3049690599078695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2908643029109277f,0.016118004883736964f,-0.7450759472769926f,-0.04440389910616249f,0.21198398616822942f,0.7685634596909023f,-0.06612864762097184f,1.4252806397693059f,0.7144653573829651f,-0.2214732903682035f,-0.2837055423376734f,-0.3049690599078695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6958513803081403f,0.07375143946482002f,0.4210653466441605f,-0.1590965858909164f,0.0685834517910876f,0.8132611072487845f,-0.029105429413508604f,1.4215534353428665f,-0.4219379232874424f,0.010561300004836202f,-0.6991432559057782f,-0.26522021057527456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6574102549544638f,-0.194109403315114f,0.4124721763044838f,-0.1590965858909164f,-0.24280036364300858f,0.7617316332827537f,-0.02851144105813088f,1.4215534353428665f,-0.3858234571608231f,-0.14861513516812103f,-0.6848750261934154f,-0.26522021057527456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2281361953068575f,0.33808390695243334f,0.904868502953316f,-0.5597094731707515f,0.7238503959801085f,1.2913035689517949f,0.499981946725877f,1.6439366555269992f,-0.6396314094981864f,0.8121826239659008f,-1.1715960461316124f,0.5748346935039007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2553266446702129f,-0.9650515833214269f,0.05902326702460559f,-0.5186171855891248f,0.05949887394133965f,-0.07661410036122794f,-0.9952839613022769f,1.6142801326273533f,0.9650223772126547f,-0.25061069640908523f,0.07698110368259109f,0.3303853196843717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6429626242926547f,-0.7636198777614714f,0.05902326702460559f,-0.2949461948972536f,0.021086980520223893f,-0.09468461135257107f,-0.9952839613022769f,1.6086905313153932f,0.7656072119665815f,-0.6386857651933131f,0.07698110368259109f,0.08662376980448747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9366811837426274f,-0.22731067243480163f,-0.26637983823808553f,0.5827505164713861f,0.3033456256247341f,-0.14664418861697032f,-0.9415290294830051f,1.5121219242457271f,0.17495654156632406f,-0.9627176845483357f,0.20631255032363488f,-0.22762240394348088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8848422783206772f,-0.3822249655327666f,-0.26637983823808553f,0.2687544024284235f,0.32375303921346904f,-0.09331160828553361f,-0.9415290294830051f,1.6270092874666178f,0.3350195697214046f,-0.9193459737675707f,0.20631255032363488f,-0.10873698718817687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9384543996933697f,0.15684778483255737f,-0.30773708273342165f,-0.09722168811054037f,0.2979750128385069f,0.8182234422500307f,-0.491651594400346f,1.352030242398198f,0.17468323165103364f,-0.5530905630596408f,-0.8146021100109677f,0.3030808946758197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9513091072562662f,0.0497088774417508f,-0.3042038953642226f,-0.08980254793623847f,0.1438567319179518f,0.9444360846357729f,-0.29554309790576705f,1.5272648639054944f,0.2726100202361837f,-0.3249146188482942f,-0.9056016051915408f,0.23649939360931743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9384543996933697f,0.15684778483255737f,-0.30773708273342165f,0.19790951467777224f,0.2979750128385069f,0.8182234422500307f,-0.491651594400346f,1.3616212142051218f,0.17468323165103364f,-0.5530905630596408f,-0.8146021100109677f,0.2007977758314929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9513091072562662f,0.0497088774417508f,-0.3042038953642226f,0.20532865485207413f,0.1438567319179518f,0.9444360846357729f,-0.29554309790576705f,1.5368558357124182f,0.2726100202361837f,-0.3249146188482942f,-0.9056016051915408f,0.1342162747649906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9942983455982298f,-0.06645159137333052f,0.08339655834970072f,0.2384182994148999f,-0.06547468652886794f,0.9977503540469842f,0.014397792298274772f,2.227419186490363f,-0.08416570183019678f,0.008855337546908412f,-0.9964124234634776f,0.03359927789828106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9942983455982298f,-0.06645159137333052f,0.08339655834970072f,0.29182936364178425f,-0.06547468652886794f,0.9977503540469842f,0.014397792298274772f,2.106505486007286f,-0.08416570183019678f,0.008855337546908412f,-0.9964124234634776f,-0.05776509017615114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9942983455982298f,-0.06645159137333052f,0.08339655834970072f,-0.34573197862406013f,-0.06547468652886794f,0.9977503540469842f,0.014397792298274772f,2.1889528081546534f,-0.08416570183019678f,0.008855337546908412f,-0.9964124234634776f,-0.015848071926959556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9942983455982298f,-0.06645159137333052f,0.08339655834970072f,-0.366893290317043f,-0.06547468652886794f,0.9977503540469842f,0.014397792298274772f,2.063128506181911f,-0.08416570183019678f,0.008855337546908412f,-0.9964124234634776f,-0.1135248676386565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9808395303279066f,0.17606484544495576f,0.08339655834970072f,0.14434657413545177f,0.17784784846806487f,0.9839526647010088f,0.014397792298274772f,2.321889199350298f,-0.07952332073933675f,0.02895382230773422f,-0.9964124234634776f,0.005137069042861951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.996306378009257f,0.02046008781751038f,0.08339655834970072f,0.02979319619794049f,0.021734137604426523f,0.9996601076563612f,0.014397792298274772f,2.334466603780309f,-0.08307363240323073f,0.016157164570931654f,-0.9964124234634776f,-0.0042689463680145485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9617620774149518f,0.26088066333460047f,0.08339655834970072f,0.007450835173397952f,0.2629282090314643f,0.9647079664190829f,0.014397792298274772f,2.330633851200057f,-0.07669721860656234f,0.03577455835725249f,-0.9964124234634776f,-0.006194312958453088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953066493252547f,-0.04908857162679997f,0.08339655834970072f,0.03665537101471118f,-0.048051569715204356f,0.998741082676006f,0.014397792298274772f,2.339999005607859f,-0.08399833603613432f,0.010322882872528036f,-0.9964124234634776f,-0.0036146629412079773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9907319172973948f,0.10721605338592125f,0.08339655834970072f,0.09897684654631703f,0.10877755182712022f,0.993961844235197f,0.014397792298274772f,2.4438946006637785f,-0.08134932247244539f,0.023336025816607403f,-0.9964124234634776f,-0.02825981554349114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9907319172973948f,0.10721605338592125f,0.08339655834970072f,0.07485323453448478f,0.10877755182712022f,0.993961844235197f,0.014397792298274772f,2.2202531857108596f,-0.08134932247244539f,0.023336025816607403f,-0.9964124234634776f,-0.0335104213522278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.947757679294675f,-0.31831500925209283f,0.020759003415672272f,-0.2608363264806245f,-0.30247187619963917f,0.9174425943559595f,0.25847601468932513f,2.2837286005708552f,-0.10132198895719507f,0.238693613124118f,-0.9657946021838761f,-0.002698832613822817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9858846477354837f,-0.1661340577264923f,0.020759003415672272f,-0.1489513880216552f,-0.15522830402712345f,0.9534643797537414f,0.25847601468932513f,2.3112170001260406f,-0.06273463946133964f,0.2516051497965489f,-0.9657946021838761f,0.007062778980946864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9164887293600539f,-0.3991977695929363f,-0.026259278512914253f,-0.12480596822656675f,-0.37123369555659325f,0.8241513980801436f,0.4277382567948995f,2.3131040103476326f,-0.14911053698310028f,0.40176562047364095f,-0.9035211308907177f,-0.01589273626362198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9949914730897367f,-0.09644904753649494f,-0.026259278512914253f,-0.15515763050896816f,-0.09838743728279242f,0.8985320783694843f,0.4277382567948995f,2.317318623779991f,-0.017660143364096645f,0.4281795013429739f,-0.9035211308907177f,-0.013015366751232233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9676535218073022f,-0.25091255852568645f,-0.026259278512914253f,-0.23029251151378488f,-0.2377375096664665f,0.8720784713382433f,0.4277382567948995f,2.4145536164829826f,-0.08442474892773777f,0.42014524607859915f,-0.9035211308907177f,0.0006136604220923214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9676535218073022f,-0.251427376216499f,0.020759003415672272f,-0.1737213518650727f,-0.2377375096664665f,0.9363071217970685f,0.25847601468932513f,2.2038845140786427f,-0.08442474892773777f,0.24518003214164183f,-0.9657946021838761f,-0.054551846809777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9942983455982298f,-0.06645159137333052f,0.08339655834970072f,-0.01798376053489019f,-0.06547468652886794f,0.9977503540469842f,0.014397792298274772f,1.7002718624363504f,-0.08416570183019678f,0.008855337546908412f,-0.9964124234634776f,-0.01743160634055929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9444198489226003f,-0.059023267024605766f,-0.32339975712847224f,0.004149964599336974f,-0.03069110978215663f,0.9952839613022769f,-0.09202115058391405f,1.3270403769479966f,0.327305980301846f,-0.07698110368259126f,-0.9417774179361372f,0.01143630754041243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9211984680813494f,-0.2162632276019377f,-0.3234557138029369f,0.23678598028478637f,-0.22667907026578024f,0.9739533619855876f,-0.005607832059894902f,0.7518618107438136f,0.31624354777294106f,0.06815471417417146f,-0.9462266924092876f,0.06530099614451755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9211984680813494f,-0.3144058995427684f,-0.229221100113575f,0.12125461311165359f,-0.22667907026578024f,0.9124758537712373f,-0.34059420926946593f,1.085203726533303f,0.31624354777294106f,-0.26179523795736603f,-0.9118405956497164f,-0.032299992463223307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9096309037463557f,0.3311735741863137f,-0.2507901168512234f,-0.10788263056024257f,0.22667907026578024f,0.9016048053825819f,0.3684092480034641f,0.8398124166061409f,0.34812098192012153f,0.2782675666902245f,-0.8951977118353642f,0.2532651806940823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9096309037463557f,-0.05360161179104597f,-0.4119447610578269f,-0.1191484274571227f,0.22667907026578024f,0.7669526968995922f,-0.6003333739031035f,1.1250366207649782f,0.34812098192012153f,-0.6394610448900262f,-0.6854935112859393f,0.03810413519886696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9410724014589104f,0.10921555362177392f,-0.3200854543078282f,-0.011878922607978638f,0.22334061551495782f,0.9113926896689484f,-0.34566216842373665f,1.2810074855067033f,0.25397185803501765f,-0.3967812093145155f,-0.8820787761085466f,-0.014413031047823105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9052668638603691f,-0.2793514043941125f,-0.3200854543078282f,-0.011878922607978638f,-0.16294433519947238f,0.9241032458264617f,-0.34566216842373665f,1.2810074855067033f,0.3923532194627868f,-0.26076039560492065f,-0.8820787761085466f,-0.014413031047823105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.940022688376474f,-0.11790948765056036f,-0.3200854543078282f,-0.011878922607978638f,0f,0.9383590279421838f,-0.34566216842373665f,1.2810074855067033f,0.3411119249417505f,-0.3249302808317225f,-0.8820787761085466f,-0.014413031047823105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8936588498587194f,0.2997738625674579f,-0.3339303690750175f,-0.008896641471846406f,0.24192620602616433f,0.9485822123079074f,0.2041163818286557f,1.2722058209828282f,0.37794916444804644f,0.10162390375508391f,-0.9202320420842783f,-0.006194579196395789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9378321519053104f,-0.0946644783542227f,-0.3339303690750175f,-0.008896641471846406f,-0.16999229818020645f,0.9640742301444375f,0.2041163818286557f,1.2722058209828282f,0.3026110926784844f,0.24819249648072098f,-0.9202320420842783f,-0.006194579196395789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.940022688376474f,0.0696265319177181f,-0.3339303690750175f,-0.008896641471846406f,0f,0.9789466291219242f,0.2041163818286557f,1.2722058209828282f,0.3411119249417505f,0.19187402998825182f,-0.9202320420842783f,-0.006194579196395789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8751577819287741f,0.3208694488604055f,-0.3621348554303047f,-0.18183571230634507f,0.3476187469213681f,0.9375895828457926f,-0.009326356623596072f,1.339132593876645f,0.336541325127132f,-0.1340468982374164f,-0.9320790554210526f,0.08522218881647879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.914577637551977f,-0.24753330696347572f,-0.31980463854292396f,0.1824230794395386f,-0.25809801124251697f,0.9660706095707761f,-0.009643335325845742f,1.339132593876645f,0.3113409087840886f,0.0737213623536271f,-0.9474344300531953f,-0.04695868209844954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.940022688376474f,-0.004299655063928209f,-0.3410848256721452f,-0.013029117420540713f,0f,0.9999205560766896f,-0.01260482190607215f,1.1678099657966372f,0.3411119249417505f,-0.011848818574652628f,-0.9399480092861086f,-0.013002084244304258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.940022688376474f,0.02544420774310271f,-0.3401616345647937f,0f,0f,0.9972141390919738f,0.07459196200029551f,1.390625f,0.3411119249417505f,0.07011813665079357f,-0.9374039159162683f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3798765598073172f,-0.20629002813739175f,-0.901741772127715f,-1.4796777716737481f,0.09894495480802358f,0.978285648512342f,-0.18211832920610876f,1.7059485145513973f,0.9197302295928931f,-0.020040314515010774f,0.39203914417713887f,-0.3499169554935867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6134248065690191f,-0.20629002813739175f,-0.7623348548878213f,-1.49242734704637f,-0.11334149459006283f,0.978285648512342f,-0.1735249132513173f,1.7051625965597144f,0.781577707134647f,-0.020040314515010774f,-0.6234859048160488f,-0.2570412688973188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.13599547064130058f,-0.20629002813739175f,-0.9689941466573084f,-1.3407034373614628f,-0.008383125244619441f,0.978285648512342f,-0.2070915573506546f,1.736619289158154f,0.9906739903601911f,-0.020040314515010774f,-0.13477177233365772f,-0.2832633463454041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7978797259769017f,0.07632163668658687f,0.5979656768147361f,1.286553855297646f,-0.11118146248939585f,0.9935667116316331f,0.02153768641758369f,1.7005630745844724f,-0.5924749997035686f,-0.08366718180376188f,0.8012322868028177f,-0.12453621915771909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.14765620764750403f,0.07632163668658687f,0.9860895761119466f,1.2510576618089801f,-0.07172426475410883f,0.9935667116316331f,-0.08764028401931162f,1.710548036526639f,-0.9864346274278087f,-0.08366718180376188f,-0.14123217940815241f,-0.03834234882560858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3786260638791034f,0.07632163668658687f,0.922397588637838f,1.1304461202576375f,-0.10650626071644206f,0.9935667116316331f,-0.038491635009497545f,1.7113293008069803f,-0.919401283542512f,-0.08366718180376188f,0.38431898536163667f,-0.13908713179590934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014687854505882408f,0f,-0.000005329873827214853f,0.22772983464409627f,0f,0.000015625f,0f,1.5567475f,0.000005329873827214853f,0f,-0.000014687854505882408f,0.648727573577093f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35.mcfunction new file mode 100644 index 000000000..3ffbc2c64 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..47b4f672b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.19922281316293636f,-0.08559889119319973f,-0.7873547770772618f,-0.07513920605755445f,-0.1179495351863027f,0.8060354920775026f,-0.057785267198116934f,1.4334811733010384f,0.7831619387516384f,0.09961957529681292f,-0.20899225428924817f,-0.29472487524622576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.21239035785699587f,-0.0027857570276927993f,-0.7712863122389504f,-0.07513920605755445f,0.1954141393846118f,0.7736983117508859f,-0.05660597603080843f,1.4334811733010384f,0.7461257601892248f,-0.20342851803916678f,-0.20472710624252882f,-0.29472487524622576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7361506645590719f,0.0793326899682986f,0.3445765050262057f,-0.18500484630494152f,0.08128239778034692f,0.8125008977075172f,-0.013412959405012395f,1.4291743818181808f,-0.3441218030360159f,0.02220495375624252f,-0.7402915433451669f,-0.24315678319152234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6959743718463992f,-0.20416536933603227f,0.33754433145424234f,-0.18500484630494152f,-0.23102251951516017f,0.7658041239305824f,-0.01313922553960398f,1.4291743818181808f,-0.3197628327524596f,-0.10890613267761685f,-0.7251835526646533f,-0.24315678319152234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.192758707310335f,0.7095639683366299f,0.7178104840232911f,-0.4339337652942523f,0.897734404745785f,1.2536961591400764f,0.25243836691982946f,1.636577834508787f,-0.4613088495477933f,0.6051207857905669f,-1.3647084780029388f,0.6542492442238792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0020411442467084817f,-0.9981441176083643f,0.06086176315210795f,-0.45646160542112724f,0.04635584188182962f,-0.06089090628294439f,-0.9970674167053442f,1.6105352968143904f,0.998922904759717f,0.0007861398481400217f,0.04639409801416797f,0.40698832743753416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48400313977690695f,-0.8729471956951991f,0.06086176315210795f,-0.28175450208752933f,0.011170074920692854f,-0.07570862547159085f,-0.9970674167053442f,1.6081008984196739f,0.8749949657640105f,-0.4819039298004217f,0.04639409801416797f,0.12548179488799188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9054097217894035f,-0.30891651018436167f,-0.2912109637784091f,0.555534248985087f,0.3458578245902837f,-0.13892126043611203f,-0.9279457142357619f,1.4979385679838721f,0.2462023575413349f,-0.9408886613911112f,0.23262185195447901f,-0.2796580324656107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8289060988012598f,-0.47760952036713633f,-0.2912109637784091f,0.25822174896366296f,0.3661466572380834f,-0.06966618135694666f,-0.9279457142357619f,1.6292682544168375f,0.4229081516871641f,-0.8758057828250593f,0.23262185195447901f,-0.1279691016694855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.904304443915686f,0.14869861781518742f,-0.40015271306614236f,-0.06825812433671746f,0.34187510489244727f,0.8136210479156945f,-0.47025759222297026f,1.3463087823056503f,0.25564601575052925f,-0.5620582811848074f,-0.786597484856429f,0.3154422286252624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9154367613926016f,0.04456498023862045f,-0.3999868728187916f,-0.06240210849709357f,0.16523474545236028f,0.9478434906140787f,-0.27256227948087863f,1.5223259225490346f,0.3669782211335143f,-0.31560525952025936f,-0.875054458520629f,0.25079715209945985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.904304443915686f,0.14869861781518742f,-0.40015271306614236f,0.21445195474767634f,0.34187510489244727f,0.8136210479156945f,-0.47025759222297026f,1.3573911676444794f,0.25564601575052925f,-0.5620582811848074f,-0.786597484856429f,0.18274542414490774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9154367613926016f,0.04456498023862045f,-0.3999868728187916f,0.22030797058730023f,0.16523474545236028f,0.9478434906140787f,-0.27256227948087863f,1.5334083078878638f,0.3669782211335143f,-0.31560525952025936f,-0.875054458520629f,0.11810034761910522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9942704406521143f,-0.06820288102205097f,0.0823083098219271f,0.23871911382062955f,-0.06465198673751432f,0.9968898108783677f,0.045064682155592437f,2.2270507004623266f,-0.08512585656745347f,0.039485085629693925f,-0.9955875233029354f,0.061811248299021404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9942704406521143f,-0.06820288102205097f,0.0823083098219271f,0.2922460195186459f,-0.06465198673751432f,0.9968898108783677f,0.045064682155592437f,2.109088737557274f,-0.08512585656745347f,0.039485085629693925f,-0.9955875233029354f,-0.033268498093061025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9942704406521143f,-0.06820288102205097f,0.0823083098219271f,-0.3454147700624876f,-0.06465198673751432f,0.9968898108783677f,0.045064682155592437f,2.189067658254037f,-0.08512585656745347f,0.039485085629693925f,-0.9955875233029354f,0.011799807565642494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9942704406521143f,-0.06820288102205097f,0.0823083098219271f,-0.3664581474133798f,-0.06465198673751432f,0.9968898108783677f,0.045064682155592437f,2.066256796343671f,-0.08512585656745347f,0.039485085629693925f,-0.9955875233029354f,-0.08966437806899895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9812361295895113f,0.17435882576587008f,0.0823083098219271f,0.14445050899355005f,0.1784379263250264f,0.9829186542491906f,0.045064682155592437f,2.3221791099629647f,-0.07304494805953281f,0.058906018423477535f,-0.9955875233029354f,0.036351750865401815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9964312141999868f,0.01871303027832709f,0.0823083098219271f,0.02986514603039795f,0.02247870549566698f,0.9987311361029327f,0.045064682155592437f,2.334832915852526f,-0.08136057501750468f,0.046754040214166674f,-0.9955875233029354f,0.027451390416970166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9623058569089024f,0.25921570147867345f,0.0823083098219271f,0.0075275433427061805f,0.26342592151509364f,0.9636264620153077f,0.045064682155592437f,2.331020807164358f,-0.06763299219128811f,0.0650481499412557f,-0.9955875233029354f,0.025432118638228918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953093128479366f,-0.05084008155408558f,0.0823083098219271f,0.036718240209555615f,-0.04724401377414933f,0.9978663124811478f,0.045064682155592437f,2.3403549983095533f,-0.08442378172456154f,0.04096472290703931f,-0.9955875233029354f,0.02826791078376116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9910085445461803f,0.10548652411905048f,0.0823083098219271f,0.09882993984346758f,0.10943832120701281f,0.9929715143314063f,0.045064682155592437f,2.4450686103234482f,-0.07697609036481431f,0.05366716832174828f,-0.9955875233029354f,0.0067541765927813385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9910085445461803f,0.10548652411905048f,0.0823083098219271f,0.07509547191668126f,0.10943832120701281f,0.9929715143314063f,0.045064682155592437f,2.221650019598882f,-0.07697609036481431f,0.05366716832174828f,-0.9955875233029354f,-0.0053209362796120055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.947292690837741f,-0.3202111272462314f,0.010069353161427666f,-0.2604432854724005f,-0.3001553312102332f,0.8980713583437016f,0.32151922565963903f,2.2812882445264355f,-0.1119970313511343f,0.3015504423979452f,-0.946849510565505f,0.031216509837824875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9857220022621249f,-0.16807957158220593f,0.010069353161427666f,-0.1485966870220059f,-0.15597060849336875f,0.9339692483253581f,0.32151922565963903f,2.3086656865291815f,-0.06344527990761593f,0.31535805174326487f,-0.946849510565505f,0.04170243895557469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9163445672842279f,-0.3979883042628304f,-0.04379433386498635f,-0.1246098971182468f,-0.3633863880006133f,0.7807398564457703f,0.508326282591119f,2.3131056576733675f,-0.16811593328578023f,0.4817162922582494f,-0.8600502582689084f,0.01546737357563793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9944806214670097f,-0.09534332618443922f,-0.04379433386498635f,-0.1549375831665204f,-0.10433910841334246f,0.8548202974208104f,0.508326282591119f,2.3167959524946555f,-0.011029233069394614f,0.5100900991682598f,-0.8600502582689084f,0.019192800811448727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.967321932543953f,-0.2497405356379977f,-0.04379433386498635f,-0.23047618329280495f,-0.23677787678050588f,0.8279738084591864f,0.508326282591119f,2.4117718557192958f,-0.09068911669405241f,0.5020846914264929f,-0.8600502582689084f,0.042838989275449844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.967321932543953f,-0.25335131131758987f,0.010069353161427666f,-0.17347213824634733f,-0.23677787678050588f,0.9168214791324109f,0.32151922565963903f,2.205487022914504f,-0.09068911669405241f,0.30862839865300146f,-0.946849510565505f,-0.026602400421475374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9942704406521143f,-0.06820288102205097f,0.0823083098219271f,-0.01680649132296712f,-0.06465198673751432f,0.9968898108783677f,0.045064682155592437f,1.701254221864167f,-0.08512585656745347f,0.039485085629693925f,-0.9955875233029354f,-0.0050856646325451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9046722530700603f,-0.06086176315210809f,-0.42173920888525096f,0.006016669859073411f,-0.03546363308425355f,0.9970674167053442f,-0.06781516993267052f,1.327353940599663f,0.42462977433713484f,-0.04639409801416815f,-0.9041776055708556f,0.012312122122767954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8821184638801385f,-0.2177070729319734f,-0.41769683512942385f,0.24729949573940516f,-0.21521900983362313f,0.9750876532625639f,-0.053710764853433124f,0.7551995130945551f,0.4189842401427284f,0.04251704188085498f,-0.9069975235146577f,0.059153989662946965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8821184638801385f,-0.34433831190497344f,-0.32140028412585125f,0.12038529273492016f,-0.21521900983362313f,0.9015933311369334f,-0.3752469094551516f,1.0855600456968024f,0.4189842401427284f,-0.2618407764345369f,-0.8694202748430585f,-0.03835205273666084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8725815344719379f,0.3502411927135461f,-0.3404887261352286f,-0.06603463769965608f,0.21521900983362316f,0.9014120896736442f,0.3756820762246037f,0.8550720452932584f,0.4384999925938802f,0.25453359604733267f,-0.8619341070977411f,0.27999479372173725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8725815344719379f,-0.15967433552315624f,-0.4616335909288194f,-0.11157539790084127f,0.21521900983362316f,0.7227118358743808f,-0.656786403706195f,1.1260380607002518f,0.4384999925938802f,-0.6724520123118977f,-0.5962600503411631f,0.05638004889176756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.910553542269724f,0.06534404628368198f,-0.40819407427758386f,-0.01217423191376022f,0.22975718589628236f,0.9008680095928262f,-0.36830485310579447f,1.2806130808996503f,0.3436624538541835f,-0.4291468104361672f,-0.8353018214414389f,-0.010677522332830824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8567291765967149f,-0.3152661029869545f,-0.40819407427758386f,-0.01217423191376022f,-0.16144159285373963f,0.915580770481538f,-0.36830485310579447f,1.2806130808996503f,0.48984868078291494f,-0.24963801199307045f,-0.8353018214414389f,-0.010677522332830824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8984589196080495f,-0.16170704221338877f,-0.40819407427758386f,-0.01217423191376022f,0f,0.929705079677808f,-0.36830485310579447f,1.2806130808996503f,0.43905759277882483f,-0.33090678040783345f,-0.8353018214414389f,-0.010677522332830824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8477668995120806f,0.30787712541059553f,-0.4318598843844865f,-0.008243089462600096f,0.2533003006454515f,0.9504318097678475f,0.18032840229519603f,1.2720259134773444f,0.46597236161021127f,0.043486211956465126f,-0.8837299969929049f,-0.002633087940657832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8985578268511135f,-0.0780440392600361f,-0.4318598843844865f,-0.008243089462600096f,-0.17080146924732573f,0.9686632673063518f,0.18032840229519603f,1.2720259134773444f,0.4042532497179942f,0.23579780004775522f,-0.8837299969929049f,-0.002633087940657832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8984589196080495f,0.07917455422138028f,-0.4318598843844865f,-0.008243089462600096f,0f,0.9836064595790646f,0.18032840229519603f,1.2720259134773444f,0.43905759277882483f,0.16201766150078753f,-0.8837299969929049f,-0.002633087940657832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8341167197740523f,0.3060538488638811f,-0.4588903348175679f,-0.17120601374792474f,0.36049552451049804f,0.9321566351283418f,-0.03357058823000478f,1.3395860586604518f,0.4174832626600448f,-0.1934297008781542f,-0.887858477583512f,0.10517624707358389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8735718683780294f,-0.2485783169852137f,-0.4184268288522109f,0.17694681760019446f,-0.25849012483221007f,0.9654198960400134f,-0.033871517449299636f,1.3395860586604518f,0.41237731041213616f,0.07856999844017007f,-0.907618702541086f,-0.06495857012821074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8984589196080495f,-0.016173785499697783f,-0.4387595907092472f,-0.011963475227228938f,0f,0.999321268839262f,-0.03683750324720001f,1.1674714556218455f,0.43905759277882483f,-0.03309698336853734f,-0.8978491075426686f,-0.0066874849124699725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8984589196080495f,0.022128178653050862f,-0.43849961628972384f,0f,0f,0.9987291496644677f,0.050399262003419966f,1.390625f,0.43905759277882483f,0.04528166648863572f,-0.8973171127886036f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.33646470049663657f,-0.26800671796435027f,-0.9027535125634714f,-1.4303359988569662f,0.12105590635210714f,0.9630021389132141f,-0.24077447536199634f,1.6220731751201107f,0.933882740421397f,-0.02827153293601052f,0.3564600223986829f,-0.2866321897683931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5917124777738187f,-0.26800671796435027f,-0.7602951681897927f,-1.44403808395487f,-0.14137565453183673f,0.9630021389132141f,-0.22943366090063913f,1.6209823804354453f,0.7936556356206781f,-0.02827153293601052f,-0.6077100068889645f,-0.19389532799851378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1461555743776402f,-0.26800671796435027f,-0.9522662165614819f,-1.2943471089216958f,-0.011635143303098505f,0.9630021389132141f,-0.2692424630122282f,1.6619141472296122f,0.9891931922120463f,-0.02827153293601052f,-0.1438664273094652f,-0.21868379478703365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.74613703174198f,0.11910578363941933f,0.6550521675156162f,1.2105008673131907f,-0.13924898252790652f,0.9900261119054189f,-0.02140136935763233f,1.616317011286312f,-0.651067777369f,-0.07524699362153178f,0.7552805036691406f,-0.10958885543375772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.16582135370365164f,0.11910578363941933f,0.9789367144813437f,1.1793486477367827f,-0.05488739238930408f,0.9900261119054189f,-0.12975234834923638f,1.6267385442692437f,-0.9846271643686205f,-0.07524699362153178f,-0.157630064195667f,-0.021782287537336034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33229034214835346f,0.11910578363941933f,0.9356264964282326f,1.0545807830607519f,-0.11116301848460527f,0.9900261119054189f,-0.08655103157577224f,1.6345104325141437f,-0.9366033908951648f,-0.07524699362153178f,0.34221627388918796f,-0.11701801256892508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014038420618875775f,0f,-0.000006860274887169138f,0.29536746778317097f,0f,0.000015625f,0f,1.5567475f,0.000006860274887169138f,0f,-0.000014038420618875775f,0.6208594054064152f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36.mcfunction new file mode 100644 index 000000000..9f496b4ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..3232597ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.10685187913502496f,-0.06628667077414081f,-0.8069282481407124f,-0.10748757954730173f,-0.13556038141341734f,0.8039001437790827f,-0.04808727760503147f,1.4416597700774703f,0.7982170778433693f,0.1276521858570985f,-0.11618459678262842f,-0.2800087974938249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.12155272636909936f,-0.019935139145624545f,-0.7904603247092693f,-0.10748757954730173f,0.17867540031956455f,0.7783676092137625f,-0.04710590459268389f,1.4416597700774703f,0.770259719856155f,-0.18370208260685636f,-0.11381348256257479f,-0.2800087974938249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7707465290989701f,0.08845760682431439f,0.2550872088546378f,-0.21056716572022824f,0.09388311216958559f,0.8112489708290213f,0.0023479826769181563f,1.4367645063370573f,-0.2531406596651112f,0.031540506784341615f,-0.7758024537861063f,-0.21598606102202533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.730705179023984f,-0.20887616796652275f,0.24988134744944113f,-0.21056716572022824f,-0.21914924559433965f,0.7693947737397087f,0.0023000646631035f,1.4367645063370573f,-0.24092228934442575f,-0.0663507995252779f,-0.7599697506476144f,-0.21598606102202533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.11955756831787f,0.9931304979254308f,0.4490978905679302f,-0.29013774124064456f,1.0373457668629624f,1.1684672617002445f,0.0020659879538352252f,1.6274687270253745f,-0.3345308075404578f,0.29963698440799874f,-1.4965670938455151f,0.7092085158557371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.26290420759260824f,-0.9631240335969335f,0.05721427739713153f,-0.3776248629877589f,0.0303234228040634f,-0.051022768778240295f,-0.9982370295153595f,1.6056254086186208f,0.964345305199102f,0.26417564795827664f,0.015791116688690734f,0.47641531521834835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.29575500628922474f,-0.9535488989646965f,0.05721427739713153f,-0.2617769752988651f,-0.0018399982806046045f,-0.059324929925615055f,-0.9982370295153595f,1.6073472504851765f,0.9552620533974896f,-0.29533887311448903f,0.015791116688690734f,0.16552236390132666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.862763344627077f,-0.40044975707980707f,-0.30867361925280096f,0.5187658622353413f,0.3880779814406121f,-0.1331565763093788f,-0.911956581481018f,1.483615864643785f,0.3240908691846771f,-0.9065921454768339f,0.2702883465316853f,-0.3349703590898338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7556392176248938f,-0.5776936641201939f,-0.30867361925280096f,0.2448466458463173f,0.4076993417013547f,-0.046004785291722895f,-0.911956581481018f,1.631406876010526f,0.5126310754953513f,-0.814956189108131f,0.2702883465316853f,-0.149141594222769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8567009768803756f,0.13216795390715458f,-0.49859308877300557f,-0.03392264797037471f,0.38554100398398106f,0.806222196056581f,-0.44873589652793344f,1.3406866596195335f,0.3426683096804168f,-0.5766605609417906f,-0.7416475085881875f,0.3253141104093852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8638623596368828f,0.03779462991468162f,-0.5023080624001658f,-0.02997558025137293f,0.18667814794677437f,0.9501974450720047f,-0.24955176709011107f,1.5172889820262212f,0.4678601208499811f,-0.30934831715761296f,-0.8278952385356461f,0.262136955701485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8567009768803756f,0.13216795390715458f,-0.49859308877300557f,0.2313253212155847f,0.38554100398398106f,0.806222196056581f,-0.44873589652793344f,1.3532833221982505f,0.3426683096804168f,-0.5766605609417906f,-0.7416475085881875f,0.16056858259572254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8638623596368828f,0.03779462991468162f,-0.5023080624001658f,0.23527238893458646f,0.18667814794677437f,0.9501974450720047f,-0.24955176709011107f,1.5298856446049383f,0.4678601208499811f,-0.30934831715761296f,-0.8278952385356461f,0.09739142788782235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.995669150102545f,-0.06331178619685202f,0.06807761205153817f,0.24553595191174984f,-0.05821374225904266f,0.9955257977883545f,0.07442812741200888f,2.224611692004491f,-0.07248519673887477f,0.07014273780245948f,-0.9948999409927122f,0.08566760280788446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.995669150102545f,-0.06331178619685202f,0.06807761205153817f,0.29716979444503344f,-0.05821374225904266f,0.9955257977883545f,0.07442812741200888f,2.1093316195605367f,-0.07248519673887477f,0.07014273780245948f,-0.9948999409927122f,-0.013653914007781931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.995669150102545f,-0.06331178619685202f,0.06807761205153817f,-0.33941967377349536f,-0.05821374225904266f,0.9955257977883545f,0.07442812741200888f,2.1904111184273036f,-0.07248519673887477f,0.07014273780245948f,-0.9948999409927122f,0.043082549723795535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.995669150102545f,-0.06331178619685202f,0.06807761205153817f,-0.3624610174979026f,-0.05821374225904266f,0.9955257977883545f,0.07442812741200888f,2.070765015313921f,-0.07248519673887477f,0.07014273780245948f,-0.9948999409927122f,-0.061675356847286464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9814100284598963f,0.17944301261321263f,0.06807761205153817f,0.15132088752208223f,0.1843549427948487f,0.9800376058688003f,0.07442812741200888f,2.3208234789926787f,-0.05336301252228351f,0.08559495491700764f,-0.9948999409927122f,0.06443122255304704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9973983141363373f,0.023707418572094713f,0.06807761205153817f,0.03667445950365282f,0.028773568936161287f,0.9968111835150215f,0.07442812741200888f,2.3341830107058623f,-0.06609602626987653f,0.07619332466843634f,-0.9948999409927122f,0.057585780272264436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9620359779606359f,0.26429569774531525f,0.06807761205153817f,0.014293681021092047f,0.26906932203936734f,0.9602406749285396f,0.07442812741200888f,2.330519800714601f,-0.04569985827765814f,0.08992013326335721f,-0.9948999409927122f,0.055780296382978656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966224478933304f,-0.04592532082050246f,0.06807761205153817f,0.04356247744318255f,-0.040830555182328754f,0.9963901442775539f,0.07442812741200888f,2.339651562820526f,-0.07124999732356917f,0.07139709583792148f,-0.9948999409927122f,0.058466204393876856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9915366747539839f,0.1105461955707771f,0.06807761205153817f,0.10580845064374295f,0.11554189589780511f,0.9905102342440903f,0.07442812741200888f,2.444717938090049f,-0.059203825131092694f,0.0816640343268991f,-0.9948999409927122f,0.03917527027214649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9915366747539839f,0.1105461955707771f,0.06807761205153817f,0.08093555664031814f,0.11554189589780511f,0.9905102342440903f,0.07442812741200888f,2.221853135385129f,-0.059203825131092694f,0.0816640343268991f,-0.9948999409927122f,0.020800862548594222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501214178573978f,-0.3116807825100094f,-0.011152629402797196f,-0.25347307035349786f,-0.29206317797153075f,0.8766375097803983f,0.38236863956029676f,2.279199824414983f,-0.10940014351826921f,0.3665539063493531f,-0.9239425535920575f,0.06728943095749759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9871814630427467f,-0.15921173914691752f,-0.011152629402797196f,-0.14136899935396283f,-0.1513310757229468f,0.9115333943423817f,0.38236863956029676f,2.305816767092021f,-0.050711581964261294f,0.379154972427463f,-0.9239425535920575f,0.07695153491359741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9208525914159613f,-0.3837604085157219f,-0.06898154636099998f,-0.11800147473386836f,-0.3491266454681029f,0.7327524134501557f,0.5841099947845114f,2.313156977065269f,-0.17361189563707374f,0.5619624982494993f,-0.8087379428804385f,0.04738533344363012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.994371345613059f,-0.08041873715322564f,-0.06898154636099998f,-0.14820731502649026f,-0.1056062227593512f,0.8047750242815321f,0.5841099947845114f,2.316411916294821f,0.008541237508503802f,0.5881071220511958f,-0.8087379428804385f,0.05231262558318678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9695487221581406f,-0.23498259855393935f,-0.06898154636099998f,-0.22302672629664355f,-0.23020058531492435f,0.7783464553227596f,0.5841099947845114f,2.4086466563315723f,-0.08356414232302549f,0.582202691391352f,-0.8087379428804385f,0.08667034609533064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9695487221581406f,-0.2446444240503357f,-0.011152629402797196f,-0.1679817308853181f,-0.23020058531492435f,0.8948753622720174f,0.38236863956029676f,2.2072996998203687f,-0.08356414232302549f,0.3732923676953567f,-0.9239425535920575f,0.002679563363875529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.995669150102545f,-0.06331178619685202f,0.06807761205153817f,-0.01320322207322387f,-0.05821374225904266f,0.9955257977883545f,0.07442812741200888f,1.702043567254592f,-0.07248519673887477f,0.07014273780245948f,-0.9948999409927122f,0.006882682988496632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.84879350139507f,-0.057214277397131565f,-0.5256197470143423f,0.008252131950700467f,-0.04030932025189457f,0.9982370295153593f,-0.043565945475588674f,1.3277046811863322f,0.5271856890037204f,-0.015791116688690703f,-0.8496033721351375f,0.012804351746755645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8258321966554877f,-0.2266282220987114f,-0.5163727644982347f,0.2596617367660994f,-0.20357196819812798f,0.973753755902856f,-0.1017942858367879f,0.7592131562026064f,0.5258893768950961f,0.0210540213132428f,-0.8502923564606643f,0.0482511525019836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8258321966554877f,-0.3805836770166062f,-0.4161216742200431f,0.11903921857158617f,-0.20357196819812798f,0.8893560693631426f,-0.40939496290365074f,1.0860956155332837f,0.5258893768950961f,-0.25338083328353944f,-0.8119350445654054f,-0.0460395855562261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8200566639374683f,0.37065312615474844f,-0.43603133832726093f,-0.017222614532673527f,0.20357196819812792f,0.9010150738734228f,0.38305390014567264f,0.8712158547086271f,0.5348509340888268f,0.22536214572235214f,-0.8143380020481219f,0.29991734193045283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8200566639374683f,-0.2786129675856147f,-0.4998818682697816f,-0.10067797564255107f,0.20357196819812792f,0.6743380647461013f,-0.709807458539584f,1.1271975121411884f,0.5348509340888268f,-0.6838442722781409f,-0.4962776335648116f,0.07452965507711383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8667322370521656f,0.010770032879424102f,-0.4986574331606067f,-0.01189911855453808f,0.23585588346786507f,0.8897759198040208f,-0.3907311284892737f,1.2802833173149653f,0.4394851891567469f,-0.4562705545273381f,-0.7737376490666419f,-0.006925878273559106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7910322813395422f,-0.3544131688191544f,-0.4986574331606067f,-0.01189911855453808f,-0.15984399033558103f,0.9065203163653295f,-0.3907311284892737f,1.2802833173149653f,0.590523351470844f,-0.22937354203235433f,-0.7737376490666419f,-0.006925878273559106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8405579244527237f,-0.21166752229240177f,-0.4986574331606067f,-0.01189911855453808f,0f,0.9205048534524403f,-0.3907311284892737f,1.2802833173149653f,0.541721677284313f,-0.3284321463820144f,-0.7737376490666419f,-0.006925878273559106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.787134595902303f,0.3068196339774287f,-0.5350521845013577f,-0.006937435693623211f,0.26458707101115475f,0.9515891655548181f,0.15643446504023084f,1.2719156926591526f,0.5571470270830281f,-0.01843291091069918f,-0.8302092615768037f,0.0007728755741190225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8425035917428113f,-0.06250486189719455f,-0.5350521845013577f,-0.006937435693623211f,-0.17151028044722008f,0.972683135377854f,0.15643446504023084f,1.2719156926591526f,0.5106583217782495f,0.22356354888648533f,-0.8302092615768037f,0.0007728755741190225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8405579244527237f,0.08474394078666808f,-0.5350521845013577f,-0.006937435693623211f,0f,0.9876883405951378f,0.15643446504023084f,1.2719156926591526f,0.541721677284313f,0.13149222924708862f,-0.8302092615768037f,0.0007728755741190225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7802581539183819f,0.279418288284789f,-0.5595736175123673f,-0.15697451497157364f,0.3730694382822133f,0.9260006463969407f,-0.05781000858192026f,1.3400695130069875f,0.5020123578794374f,-0.25386654573701994f,-0.8267619787410893f,0.12562507715157248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8155868223370941f,-0.2502772182583303f,-0.5217082031662464f,0.1687416807538568f,-0.258730354279914f,0.9642019191653824f,-0.05807979727912048f,1.3400695130069875f,0.5175681008372439f,0.08761263093107977f,-0.851144692691591f,-0.08429207279609881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8405579244527237f,-0.03307131723258036f,-0.5407112571569335f,-0.009735341142793449f,0f,0.998134798421867f,-0.06104853953485688f,1.167264066450774f,0.541721677284313f,-0.05131483368228934f,-0.8389901144855223f,-0.0006841486327141301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8405579244527237f,0.014180620343525801f,-0.5415360427953084f,0f,0f,0.9996573249755573f,0.02617694830787315f,1.390625f,0.541721677284313f,0.02200324133817209f,-0.8402698862454163f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3024106936432521f,-0.32838169221480845f,-0.8948258135460478f,-1.3878282580477954f,0.1387561700473044f,0.9439477963096558f,-0.2995150799474849f,1.5382135521940525f,0.9430241235747953f,-0.033586039663579925f,0.33102489377040173f,-0.22014633134244627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5595427464744608f,-0.32838169221480845f,-0.7609713392013897f,-1.401416665906667f,-0.16576112049691044f,0.9439477963096558f,-0.28545719254163743f,1.5367864478059474f,0.8120561346356706f,-0.033586039663579925f,-0.5826120597278177f,-0.12739730954207137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1449430171612936f,-0.32838169221480845f,-0.9333579088400763f,-1.2546187756512197f,-0.015222446806452988f,0.9439477963096558f,-0.32974358971080764f,1.5869615384566211f,0.9893228992039989f,-0.033586039663579925f,-0.14181741448182855f,-0.15249920826998453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6810591155790804f,0.16139571794894503f,0.7142197864203885f,1.1517727721479791f,-0.16422179086705246f,0.9842255007999637f,-0.06581312163602755f,1.5320963723486767f,-0.713575282987758f,-0.07246782598370857f,0.6968204429450502f,-0.09468826074308828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19441513765966417f,0.16139571794894503f,0.9675506066746682f,1.1260555704952804f,-0.040282796447518684f,0.9842255007999637f,-0.17227147147867594f,1.5429036276513235f,-0.9800918582251061f,-0.07246782598370857f,-0.18484686537253842f,-0.005184678289770581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.27431681762878635f,0.16139571794894503f,0.9479987899748394f,0.9967143528254039f,-0.11527738989489957f,0.9842255007999637f,-0.1342061360522677f,1.5576309204078402f,-0.9547048795020555f,-0.07246782598370857f,0.2885948843139123f,-0.09322570216351628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001313371756957381f,0f,-0.000008464401207567391f,0.36636692631322765f,0f,0.000015625f,0f,1.5567475f,0.000008464401207567391f,0f,-0.00001313371756957381f,0.581793449267047f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37.mcfunction new file mode 100644 index 000000000..bbdbd7226 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..296474efd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.0062208776073555665f,-0.040295270935636784f,-0.8156482307137448f,-0.13986398612227563f,-0.15313314194365749f,0.8012607898215196f,-0.038416558636901035f,1.44981004985701f,0.8021570830982558f,0.15264954071094494f,-0.013659289896609467f,-0.2603297037832033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.020735680736742194f,-0.03413617888587017f,-0.7990023484542806f,-0.13986398612227563f,0.16178219135762067f,0.7825664917104779f,-0.03763254723614796f,1.44981004985701f,0.7831963700783542f,-0.16255585914702236f,-0.013380528878311315f,-0.2603297037832033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7955124794421401f,0.1010719512461625f,0.15456002124597443f,-0.23403273334231173f,0.10637859242963957f,0.8095048783717108f,0.01816291302447209f,1.4443184268431248f,-0.15095673078386182f,0.03782534875105919f,-0.8017017854959247f,-0.18384202764063923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.757847763754401f,-0.2067439729517123f,0.1514057350980974f,-0.23403273334231173f,-0.20718671130951843f,0.7725005519772772f,0.01779224133009511f,1.4443184268431248f,-0.15079931574513142f,-0.022356807530229644f,-0.7853405245674365f,-0.18384202764063923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0402340035871311f,1.1586459073313091f,0.12984270948149113f,-0.13543723489848086f,1.134588629841163f,1.0460575451369256f,-0.24470084449641855f,1.6171011694774335f,-0.2683805298754731f,-0.06862596947596278f,-1.537747904403464f,0.7334338080999174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5172886362406791f,-0.85450460947474f,0.04726879734751369f,-0.28358830587017847f,0.012902152623924313f,-0.047439769343280154f,-0.9987907702528719f,1.5996596774151965f,0.8557137379252058f,0.5172729846716125f,-0.013515104697867725f,0.5332564033722664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.08570001416435691f,-0.9951990596707518f,0.04726879734751369f,-0.23443710548573196f,-0.017535437691711498f,-0.045929355347476455f,-0.9987907702528719f,1.606431241413958f,0.9961666607537061f,-0.08642526220854962f,-0.013515104697867725f,0.20473083209196222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8075741404361959f,-0.4977142550128163f,-0.31639299621795725f,0.47180713378779787f,0.4297808995388462f,-0.1292735454358695f,-0.8936312040444987f,1.4692205969865828f,0.40387174460504066f,-0.8576531179955436f,0.31830605256922667f,-0.3902318733613192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6644919094929091f,-0.6770125361931572f,-0.31639299621795725f,0.22839082666452734f,0.44824621159084604f,-0.022329463773993183f,-0.8936312040444987f,1.6334219001908685f,0.5979346419241167f,-0.735632667086553f,0.31830605256922667f,-0.17119678751758896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.794242312580392f,0.10690158855700171f,-0.5981230636507342f,0.004943796368097423f,0.4287878637599378f,0.7960674427572576f,-0.42710372800305674f,1.3351669011752745f,0.4304882307324322f,-0.5956917633692023f,-0.6781085504953839f,0.3312655287837011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7948472935767289f,0.029576580609141312f,-0.6060882821612873f,0.006701353468803387f,0.2081398558860563f,0.9515051199842259f,-0.22652992525389512f,1.51215829913948f,0.5699961230442545f,-0.30620782570547506f,-0.7624573346694519f,0.26908620312224046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.794242312580392f,0.10690158855700171f,-0.5981230636507342f,0.2472620854520028f,0.4287878637599378f,0.7960674427572576f,-0.42710372800305674f,1.3492981361370078f,0.4304882307324322f,-0.5956917633692023f,-0.6781085504953839f,0.13444478553262718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7948472935767289f,0.029576580609141312f,-0.6060882821612873f,0.24901964255270875f,0.2081398558860563f,0.9515051199842259f,-0.22652992525389512f,1.5262895341012133f,0.5699961230442545f,-0.30620782570547506f,-0.7624573346694519f,0.07226545987116653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9979538497820611f,-0.05080082808425425f,0.038825115210609606f,0.25948538548188804f,-0.04663734070317353f,0.9937412099059141f,0.10150549830854305f,2.2203051463158623f,-0.043738680333306634f,0.09948710268513988f,-0.9940770816400593f,0.10315615833400706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9979538497820611f,-0.05080082808425425f,0.038825115210609606f,0.30689861291024173f,-0.04663734070317353f,0.9937412099059141f,0.10150549830854305f,2.107352535820418f,-0.043738680333306634f,0.09948710268513988f,-0.9940770816400593f,-0.0008342553928919749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9979538497820611f,-0.05080082808425425f,0.038825115210609606f,-0.3268125012650729f,-0.04663734070317353f,0.9937412099059141f,0.10150549830854305f,2.1929057086527477f,-0.043738680333306634f,0.09948710268513988f,-0.9940770816400593f,0.07745968363818942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9979538497820611f,-0.05080082808425425f,0.038825115210609606f,-0.35424581257037374f,-0.04663734070317353f,0.9937412099059141f,0.10150549830854305f,2.076455297604565f,-0.043738680333306634f,0.09948710268513988f,-0.9940770816400593f,-0.029811131113707617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9806001880923872f,0.19213506067882874f,0.038825115210609606f,0.16567968809097058f,0.19515574486677917f,0.9755054428646857f,0.10150549830854305f,2.3179692640078042f,-0.01837134613105157f,0.10711325501223387f,-0.9940770816400593f,0.08745961692528054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9985839179970148f,0.03636989340943608f,0.038825115210609606f,0.051024300883225036f,0.04015038170670657f,0.9940244366523087f,0.10150549830854305f,2.3326111509213305f,-0.034901369121233865f,0.10292060139469714f,-0.9940770816400593f,0.08447667259904101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9601230344040751f,0.27686886649747033f,0.038825115210609606f,0.028562342278384487f,0.2794340197656857f,0.9547844062461035f,0.10150549830854305f,2.329214096777029f,-0.008965902313851318f,0.1083068250558626f,-0.9940770816400593f,0.08325251420442274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9986884532761183f,-0.033376394680029384f,0.038825115210609606f,0.057992288243775586f,-0.029287062121535534f,0.9944037921314577f,0.10150549830854305f,2.3379868384323244f,-0.041995729369109995f,0.10023529554373163f,-0.9940770816400593f,0.08529773040903227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.991614159634556f,0.12326381805353856f,0.038825115210609606f,0.12071886405101172f,0.12663253546833536f,0.9867425372274141f,0.10150549830854305f,2.442950086826967f,-0.02579843741612565f,0.10557081218248252f,-0.9940770816400593f,0.06702924100258303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.991614159634556f,0.12326381805353856f,0.038825115210609606f,0.09298450498896559f,0.12663253546833536f,0.9867425372274141f,0.10150549830854305f,2.2209330159507994f,-0.02579843741612565f,0.10557081218248252f,-0.9940770816400593f,0.04327580826152451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9560758289150761f,-0.28992779966337595f,-0.04313792237351054f,-0.23884638564266777f,-0.27871510670079114f,0.8536269486673344f,0.4400442271018473f,2.277472556996867f,-0.09075736147066148f,0.43273883982287614f,-0.8969393501500725f,0.10460087685568853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9896596491848837f,-0.13679509650769411f,-0.04313792237351054f,-0.12623096365473263f,-0.14174698617740206f,0.8867180330318994f,0.4400442271018473f,2.302735482310776f,-0.021944718837928923f,0.44160868590584745f,-0.8969393501500725f,0.11157883931353794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9301771968971789f,-0.3531577591672864f,-0.10024958609614032f,-0.10409358042179595f,-0.3290990245573647f,0.6811613064428531f,0.653997787947678f,2.313268210436332f,-0.16267825425636204f,0.6413258701666462f,-0.7498245887186523f,0.07864638877922238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9937828336962885f,-0.04843242651496238f,-0.10024958609614032f,-0.13402774626698521f,-0.10250135221017753f,0.7495200905610392f,0.653997787947678f,2.3161763934277904f,0.043464379043761846f,0.660207493071113f,-0.7498245887186523f,0.08518502868679408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9739712171929524f,-0.20329802893100274f,-0.10024958609614032f,-0.20657299857960165f,-0.21849016487704956f,0.7242575102900508f,0.653997787947678f,2.4052463721278974f,-0.06034994558140027f,0.6588785701639002f,-0.7498245887186523f,0.1308946534119137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9739712171929524f,-0.2225290716580089f,-0.04313792237351054f,-0.1565039574565497f,-0.21849016487704956f,0.870989739346186f,0.4400442271018473f,2.2092736807750057f,-0.06034994558140027f,0.43801562326096f,-0.8969393501500725f,0.03234113817819785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9979538497820611f,-0.05080082808425425f,0.038825115210609606f,-0.006937586690943296f,-0.04663734070317353f,0.9937412099059141f,0.10150549830854305f,1.7026389314639794f,-0.043738680333306634f,0.09948710268513988f,-0.9940770816400593f,0.017886241894978824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7754185250684972f,-0.047268797347513825f,-0.6296759259952027f,0.010788212314374388f,-0.045219951877546266f,0.9987907702528719f,-0.019291272893903613f,1.3280923926191524f,0.6298263784034365f,0.01351510469786783f,-0.7766183586628743f,0.012818077633278389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7511271590853253f,-0.24323935466021496f,-0.6137121533983914f,0.2730421342298713f,-0.19176035752883444f,0.9699522735720872f,-0.14973494005325672f,0.7639013798311057f,0.6316929286962313f,0.005215681817452245f,-0.7752011613112801f,0.03241404290575253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7511271590853253f,-0.42147472541044706f,-0.5081014138187343f,0.11698901210059491f,-0.19176035752883444f,0.8757796680937505f,-0.4429875147608718f,1.0868101213515562f,0.6316929286962313f,-0.23530624469781553f,-0.7386440381140228f,-0.0551200105184884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7506482409351397f,0.39088627680554583f,-0.5326679425177367f,0.037114201220186535f,0.19176035752883447f,0.9004057910137662f,0.39050912510373936f,0.8881635145820755f,0.6322619581007497f,0.19099039272689253f,-0.7508445153456428f,0.3110021515211039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7506482409351397f,-0.4053030600777576f,-0.5217821843188843f,-0.08630417677690616f,0.19176035752883447f,0.6220960283147369f,-0.759094524308695f,1.1285130706734383f,0.6322619581007497f,-0.6698701075929838f,-0.38925422963915257f,0.09157837728786862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8082121837779371f,-0.053392403486270695f,-0.586465955740704f,-0.010956741999222693f,0.24162310738834233f,0.8781280610918729f,-0.4129278172986525f,1.2800183885157914f,0.5370394212428912f,-0.47543701956514395f,-0.6968129594504636f,-0.0033122576505773835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7072907224815886f,-0.39471194135548404f,-0.586465955740704f,-0.010956741999222693f,-0.15815246636746377f,0.8969272072374985f,-0.4129278172986525f,1.2800183885157914f,0.6890048122280138f,-0.19930897688896518f,-0.6968129594504636f,-0.0033122576505773835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7650863964532306f,-0.26589563501372626f,-0.586465955740704f,-0.010956741999222693f,0f,0.9107637551533166f,-0.4129278172986525f,1.2800183885157914f,0.6439276403154395f,-0.31592545573232406f,-0.6968129594504636f,-0.0033122576505773835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7111509186827629f,0.2947804131367391f,-0.6382545564957574f,-0.004930077726481156f,0.2757663329289332f,0.952055825783636f,0.13244860971096564f,1.2718752232920203f,0.6466972247347219f,-0.08181816804580973f,-0.7583458886933037f,0.003848358795094232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7682730027714367f,-0.04886424382883721f,-0.6382545564957574f,-0.004930077726481156f,-0.172118315295194f,0.9761314723568625f,0.13244860971096564f,1.2718752232920203f,0.6165483588109729f,0.21161199008907663f,-0.7583458886933037f,0.003848358795094232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7650863964532306f,0.08528732071424269f,-0.6382545564957574f,-0.004930077726481156f,0f,0.9911898737303727f,0.13244860971096564f,1.2718752232920203f,0.6439276403154395f,0.10133462951900307f,-0.7583458886933037f,0.003848358795094232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.712976282264944f,0.24009580253809976f,-0.6588010523149189f,-0.1389938255920538f,0.3853159867894502f,0.919131461566587f,-0.08203015715541294f,1.3405826728471846f,0.5858296776812617f,-0.3123321340529267f,-0.7478316834594625f,0.14544757669145375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.739339907095607f,-0.2521856957003515f,-0.6243227343770118f,0.15747715303357307f,-0.25881855843113183f,0.9624173946081589f,-0.08225395046606715f,1.3405826728471846f,0.6216023291361528f,0.10077268201141185f,-0.7768239253349094f,-0.10407438393077904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7650863964532306f,-0.054877899130904455f,-0.6415849298021177f,-0.0062562525783004756f,0f,0.9963618419731537f,-0.08522370480015663f,1.1671879201415643f,0.6439276403154395f,-0.06520349719794574f,-0.7623028912387434f,0.004699171257945305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7650863964532306f,0.0012487389359870718f,-0.6439264295036194f,0f,0f,0.9999981196461462f,0.0019392535089429533f,1.390625f,0.6439276403154395f,0.0014836964789664469f,-0.7650849578200766f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2762886496195073f,-0.387221612798534f,-0.8796158278891595f,-1.351951263359452f,0.15206471829244933f,0.9213260090490666f,-0.3578193769213139f,1.4543653466569924f,0.9489683364275476f,-0.03489710061626136f,0.31343466436645356f,-0.1531307650825805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5186204081788588f,-0.387221612798534f,-0.7622940999391876f,-1.3645717918596456f,-0.18636318921415385f,0.9213260090490666f,-0.3412142241402734f,1.4525790977874518f,0.8344469030000192f,-0.03489710061626136f,-0.5499823255726088f,-0.060251305160852545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.13461897066873135f,-0.387221612798534f,-0.9121058904084511f,-1.221445644048281f,-0.019053321275099955f,0.9213260090490666f,-0.38832377727626605f,1.511720788813662f,0.990714239165098f,-0.03489710061626136f,-0.13140581678182844f,-0.08698016260444225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6029653194213673f,0.20299433624972962f,0.7715089908909816f,1.113177801153701f,-0.1860125127804736f,0.9762030958564136f,-0.11147583024785179f,1.4479012550484265f,-0.7757784275578841f,-0.07629426643520092f,0.6263760980792068f,-0.07976592652298392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2312032469721451f,0.20299433624972962f,0.9514926999405038f,1.0938166003827863f,-0.027928174740110126f,0.9762030958564136f,-0.2150523952343698f,1.4590431893960174f,-0.9725045375962129f,-0.07629426643520092f,-0.22003206417222804f,0.01128386042735613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.20651947488975697f,0.20299433624972962f,0.9571535957942128f,0.9599241613991116f,-0.1188472997076358f,0.9762030958564136f,-0.18139138621378115f,1.4806809301542891f,-0.9711977274702939f,-0.07629426643520092f,0.2257302794612458f,-0.06810057496700077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011954474944581728f,0f,-0.000010061369379928743f,0.43717824165046343f,0f,0.000015625f,0f,1.5567475f,0.000010061369379928743f,0f,-0.000011954474944581728f,0.5306444453055728f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38.mcfunction new file mode 100644 index 000000000..57cf3a780 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..fe0bca690 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.09860236721448096f,-0.0081462610292088f,-0.8106513776312163f,-0.17046042573628123f,-0.17065225766117506f,0.798119110902851f,-0.028777355876294698f,1.4579256401097433f,0.7925274913713019f,0.1728697998128389f,0.09466072140980353f,-0.23576093796639505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.0861837744930821f,-0.044335989704170686f,-0.7941074719652732f,-0.17046042573628123f,0.14474922393450582f,0.7862906476132703f,-0.02819006289922746f,1.4579256401097433f,0.7820613909307146f,-0.14064614282964105f,0.0927288699524606f,-0.23576093796639505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8069374837097972f,0.11675233139218912f,0.04653208509226105f,-0.25365894797040633f,0.11876186899763615f,0.8072687864636816f,0.03401719150793551f,1.4518307797047965f,-0.041133445038475526f,0.04037875630065518f,-0.8146300020152237f,-0.14750486705504381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7740658365349528f,-0.19683577138667308f,0.04558245070262307f,-0.25365894797040633f,-0.19514128656530902f,0.7751189962884525f,0.03332296310981438f,1.4518307797047965f,-0.052363718231993824f,0.02112393655064023f,-0.7980048999332805f,-0.14750486705504381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9868292018377909f,1.1953930644926054f,-0.19649376011254224f,0.020476259125142893f,1.1840840336662308f,0.8982275621265797f,-0.48222245681101233f,1.6059855551267725f,-0.2559675323491171f,-0.45346324878551897f,-1.473179539086796f,0.7234709321357207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7363889464385879f,-0.675857482389997f,0.0307893335511011f,-0.1779966694854257f,-0.004357862006286156f,-0.05024614216332565f,-0.9987273573085081f,1.592761342923866f,0.6765444025352664f,0.7353176107609265f,-0.03994599733442655f,0.5726143959815606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13447718647122403f,-0.9904382379826933f,0.0307893335511011f,-0.19993808148529807f,-0.03546246741339857f,-0.03586194596667349f,-0.9987273573085081f,1.605354748229772f,0.9902819294139106f,0.13321417932495294f,-0.03994599733442655f,0.24084298613602406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7401589003328397f,-0.5954843554932526f,-0.3123510599003413f,0.4151739316009738f,0.47075274330688266f,-0.12717981194051123f,-0.8730504854267135f,1.454820181869287f,0.4801631565698534f,-0.7932362055513865f,0.3744591636952059f,-0.4417362680304641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5570919669445241f,-0.7694708283911836f,-0.3123510599003413f,0.208972529947202f,0.487627938911379f,0.001357604220657943f,-0.8730504854267135f,1.6353102453691237f,0.6722109293658663f,-0.6386805157242277f,0.3744591636952059f,-0.19292486153601496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7235543951978219f,0.037870491477261015f,-0.6892277294662372f,0.050281520155537995f,0.4282731693173491f,0.8076981609937013f,-0.4052231152960874f,1.3286542074335914f,0.5413419710615346f,-0.5883787101881438f,-0.6006324697887628f,0.32873809181406405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7087014396417942f,0.002058589567492025f,-0.7055055149739375f,0.04625809623085565f,0.20463244634445174f,0.9576073427721983f,-0.20276523117106338f,1.5069383015085593f,0.6751798511157849f,-0.288069330678853f,-0.679078956653425f,0.27048084883269524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7235543951978219f,0.037870491477261015f,-0.6892277294662372f,0.2643708455128679f,0.4282731693173491f,0.8076981609937013f,-0.4052231152960874f,1.344337713789273f,0.5413419710615346f,-0.5883787101881438f,-0.6006324697887628f,0.10163450664545723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7087014396417942f,0.002058589567492025f,-0.7055055149739375f,0.2603474215881855f,0.20463244634445174f,0.9576073427721983f,-0.20276523117106338f,1.5226218078642408f,0.6751798511157849f,-0.288069330678853f,-0.679078956653425f,0.043377263664088395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9995220302370901f,-0.030435577479112935f,-0.00542094956978445f,0.28019253992181253f,-0.030875768866926265f,0.9915834066260788f,0.12573398347581488f,2.2144467300428436f,0.0015485372457193503f,0.1258412624194992f,-0.9920491815958851f,0.11261367628067408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9995220302370901f,-0.030435577479112935f,-0.00542094956978445f,0.32097084921842517f,-0.030875768866926265f,0.9915834066260788f,0.12573398347581488f,2.1034442064979513f,0.0015485372457193503f,0.1258412624194992f,-0.9920491815958851f,0.0038208375569079786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9995220302370901f,-0.030435577479112935f,-0.00542094956978445f,-0.30702665284247793f,-0.030875768866926265f,0.9915834066260788f,0.12573398347581488f,2.1963072158335244f,0.0015485372457193503f,0.1258412624194992f,-0.9920491815958851f,0.1135234419125342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9995220302370901f,-0.030435577479112935f,-0.00542094956978445f,-0.34121249581364693f,-0.030875768866926265f,0.9915834066260788f,0.12573398347581488f,2.0829890096236126f,0.0015485372457193503f,0.1258412624194992f,-0.9920491815958851f,0.004846743482197054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9771949868551734f,0.21227475349386f,-0.00542094956978445f,0.18731997476177148f,0.20992711079909304f,0.9695986662278617f,0.12573398347581488f,2.3138390419665775f,0.03194629582068116f,0.12172861404892513f,-0.9920491815958851f,0.10366799962729198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9983711825092325f,0.056794324019907985f,-0.00542094956978445f,0.07289491629855063f,0.055663911056010915f,0.9905011329651531f,0.12573398347581488f,2.3302323492640333f,0.012510433288457625f,0.12522743450965404f,-0.9920491815958851f,0.10637097882433882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9549755010996234f,0.2966351388579663f,-0.00542094956978445f,0.05034948234984461f,0.29363436668600296f,0.9476126973084591f,0.12573398347581488f,2.327197032357259f,0.04243407829131014f,0.11848109678130771f,-0.9920491815958851f,0.10610947482821836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9999009722589104f,-0.012986877278528375f,-0.00542094956978445f,0.07997750450898349f,-0.013565549708873192f,0.9919712401377367f,0.12573398347581488f,2.3354829779677604f,0.003744534254322269f,0.1257950704843113f,-0.9920491815958851f,0.1069977502795196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9896221272494776f,0.14359198641978696f,-0.00542094956978445f,0.14344829513823848f,0.1417799550050234f,0.9818805476014263f,0.12573398347581488f,2.43993788327473f,0.023377117379864587f,0.1236605502087981f,-0.9920491815958851f,0.0883892569106483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9896221272494776f,0.14359198641978696f,-0.00542094956978445f,0.11114009819378648f,0.1417799550050234f,0.9818805476014263f,0.12573398347581488f,2.2190147600644092f,0.023377117379864587f,0.1236605502087981f,-0.9920491815958851f,0.060565633113668776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9637367954333285f,-0.2532063353201386f,-0.08424927822624861f,-0.21604263896603665f,-0.26108217349888246f,0.8293544557978502f,0.4939709357131764f,2.27599532727792f,-0.05520405609190115f,0.49805395129644053f,-0.865387065878041f,0.14152056998616958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9914817938626231f,-0.09932729512732454f,-0.08424927822624861f,-0.10283975584608505f,-0.1281281980806146f,0.8599859763550006f,0.4939709357131764f,2.299420183154959f,0.02338840087670114f,0.5005578976656204f,-0.865387065878041f,0.14387089027721475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9430500389290107f,-0.3043602575575721f,-0.1342440229413561f,-0.08263567053064677f,-0.3043806735628103f,0.6267154378641676f,0.7173424325272935f,2.3133941289888043f,-0.13419772590264303f,0.717351095044967f,-0.6836653982763395f,0.10761987333068228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9909463767134598f,0.0019546823236198663f,-0.1342440229413561f,-0.11208510133253104f,-0.09581750208905453f,0.6901006019336887f,0.7173424325272935f,2.3160288805563525f,0.09404405761067335f,0.7237108113243677f,-0.6836653982763395f,0.11616707957730614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9790519621185003f,-0.1530875493841184f,-0.1342440229413561f,-0.18044700717845122f,-0.2025933481257473f,0.6666151586867982f,0.7173424325272935f,2.401543749254358f,-0.020327094409039414f,0.7295124621502638f,-0.6836653982763395f,0.1736083677934178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9790519621185003f,-0.18536265694651222f,-0.08424927822624861f,-0.13874040936548604f,-0.2025933481257473f,0.8455463618074698f,0.4939709357131764f,2.2112958178476774f,-0.020327094409039414f,0.5006915571925304f,-0.865387065878041f,0.060952767425098614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9995220302370901f,-0.030435577479112935f,-0.00542094956978445f,0.0019674825462513753f,-0.030875768866926265f,0.9915834066260788f,0.12573398347581488f,1.7030396060765587f,0.0015485372457193503f,0.1258412624194992f,-0.9920491815958851f,0.027267090204261754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6850858411434556f,-0.030789333551101385f,-0.7278113816121885f,0.013513482627914394f,-0.05018722033818078f,0.9987273573085084f,0.004990859474066807f,1.3285168470858681f,0.7267314725395417f,0.039945997334426525f,-0.685759202721675f,0.012287341203851807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6588061805108141f,-0.2669982289185241f,-0.7033394360300892f,0.28643587002475246f,-0.17980679219371237f,0.963690335479812f,-0.19740935839978524f,0.7692618860716244f,0.7305093661287032f,-0.003589297588547813f,-0.6828932441758822f,0.011839122318382356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6588061805108141f,-0.46470620648622857f,-0.5916270431394522f,0.1140690781411969f,-0.17980679219371237f,0.8608819921762243f,-0.4759744877907875f,1.0877031433208693f,0.7305093661287032f,-0.2071963735200838f,-0.6507117094369564f,-0.06522820830044142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.664740892396154f,0.4093753165523002f,-0.6249251124527393f,0.09463245748710736f,0.17980679219371237f,0.8995778201949519f,0.3980317360391078f,0.9058353330775719f,0.7251131383841918f,0.15222219158520484f,-0.6715946254487339f,0.3117961999066079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.664740892396154f,-0.5327983625338749f,-0.5236844955291177f,-0.06869064708298045f,0.17980679219371237f,0.5662726286865045f,-0.804366102891888f,1.129982739380245f,0.7251131383841918f,-0.6288570703122434f,-0.2806238080793042f,0.10648924226632633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7352042401395327f,-0.12484815523589327f,-0.6662489500292264f,-0.009314064548986941f,0.2470456460968524f,0.8659366037204763f,-0.43488187715934484f,1.2798184501695198f,0.6312235531295082f,-0.48432090236870945f,-0.6057970695730691f,-0.00002159265185379053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6066501680733358f,-0.4336910307598566f,-0.6662489500292264f,-0.009314064548986941f,-0.15636801485840748f,0.8868070798361982f,-0.43488187715934484f,1.2798184501695198f,0.779438655383369f,-0.15964113815319583f,-0.6057970695730691f,-0.00002159265185379053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6727434460467219f,-0.321758593336891f,-0.6662489500292264f,-0.009314064548986941f,0f,0.9004875084743622f,-0.43488187715934484f,1.2798184501695198f,0.7398758380979753f,-0.2925639326634448f,-0.6057970695730691f,-0.00002159265185379053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6209981144055704f,0.2708795770764365f,-0.7355172306802994f,-0.002245399668525244f,0.286817994338928f,0.9518340953549055f,0.1083849299640108f,1.2719045291550184f,0.7294496418726386f,-0.14365273976781562f,-0.6687803154467687f,0.006405699233844367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6764480503483357f,-0.037847569965832245f,-0.7355172306802994f,-0.002245399668525244f,-0.17262521652092147f,0.9790062520626728f,0.1083849299640108f,1.2719045291550184f,0.7159738611157814f,0.20028559576235128f,-0.6687803154467687f,0.006405699233844367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6727434460467219f,0.08019139089431285f,-0.7355172306802994f,-0.002245399668525244f,0f,0.9941090015469615f,0.1083849299640108f,1.2719045291550184f,0.7398758380979753f,0.07291525128352123f,-0.6687803154467687f,0.006405699233844367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6332553936630451f,0.1884740179990022f,-0.7506431581890117f,-0.11754298381542366f,0.3972110900864435f,0.9115598707964252f,-0.10621653292187637f,1.341125236657563f,0.6642371235552867f,-0.3654259794991546f,-0.6521141749709802f,0.16343786589958212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6455500340236668f,-0.25380072454989977f,-0.7203126722403185f,0.14314510152768106f,-0.25875468545869285f,0.960067370922834f,-0.10637977271309926f,1.341125236657563f,0.7185479568722017f,0.11771081304308295f,-0.6854436506143454f,-0.12326402136338331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6727434460467219f,-0.08090453071775515f,-0.7354391291674119f,-0.0015693305103301738f,0f,0.994003441250401f,-0.10934879415137985f,1.1672430614364164f,0.7398758380979753f,-0.07356368459845292f,-0.6687093004490949f,0.009132266302767792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6727434460467219f,-0.016498921004351737f,-0.7396918557121428f,0f,0f,0.9997513334314235f,-0.022299580760423387f,1.390625f,0.7398758380979753f,-0.015001896806164408f,-0.6725761572424611f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2557370284786414f,-0.444184655715097f,-0.8586609132202159f,-1.322902168410494f,0.1610682725059684f,0.8953592508718121f,-0.4151973307599779f,1.3705238162034592f,0.9532342754312068f,-0.032121698359956985f,0.30052056940850874f,-0.0882356167204843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47142831065319585f,-0.444184655715097f,-0.7618761969913055f,-1.3339839191230884f,-0.203085293946497f,0.8953592508718121f,-0.3963435066466111f,1.3683650726854302f,0.8582026050399397f,-0.032121698359956985f,-0.5123050704386334f,0.004832085129122372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.11820534093433976f,-0.444184655715097f,-0.8881033098698918f,-1.1952275472863074f,-0.023026597525642012f,0.8953592508718121f,-0.4447489040848324f,1.4361567800571695f,0.9927221530624712f,-0.032121698359956985f,-0.11606430680223495f,-0.024292119775345723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5136373759245163f,0.24347222898696838f,0.8227380626697018f,1.09684414043723f,-0.20455122043406626f,0.9659932755859766f,-0.15816380667399685f,1.3637316481984245f,-0.8332679306635479f,-0.08705323219038263f,0.5459727928137958f,-0.0657458287558929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2731419559391027f,0.24347222898696838f,0.9306528598880885f,1.084488006870171f,-0.017832476702462866f,0.9659932755859766f,-0.25795153478382626f,1.3751572406904646f,-0.9618084397011794f,-0.08705323219038263f,-0.25951157986646767f,0.026481305534828886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13179875804863073f,0.24347222898696838f,0.9609112139469262f,0.9465293915616615f,-0.12187298658176139f,0.9659932755859766f,-0.2280437823408418f,1.403651011795571f,-0.9837560991010323f,-0.08705323219038263f,0.15698940170192055f,-0.043180671865820086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001051161634448003f,0f,-0.000011560559970280864f,0.5038091128705158f,0f,0.000015625f,0f,1.5567475f,0.000011560559970280864f,0f,-0.00001051161634448003f,0.4678511730185934f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39.mcfunction new file mode 100644 index 000000000..274c00952 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..3e8a5b2bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2024686485672719f,0.02885547635102914f,-0.7906442008111753f,-0.19747601353425692f,-0.18810215089539892f,0.7944774290935328f,-0.019173938924993267f,1.46600019526556f,0.7684845292003679f,0.18686203624580885f,0.20361373292143833f,-0.20709377684898564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.19405631325949194f,-0.04978522126870082f,-0.7745086048762534f,-0.19747601353425692f,0.12759146671199678f,0.7895363387966787f,-0.018782634048973f,1.46600019526556f,0.765547232315822f,-0.11896975020047207f,0.1994583506169192f,-0.20709377684898564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8029290000484777f,0.1347328371628538f,-0.06400412420808377f,-0.2680039497328712f,0.1310260359666392f,0.8045414881094904f,0.049896054492114005f,1.4592962379064596f,0.07128564529037285f,0.03878789688883572f,-0.8126243291182713f,-0.10845736040303491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7771784755418549f,-0.17906029231551093f,-0.06269791759159227f,-0.2680039497328712f,-0.18301951865553423f,0.7772482355201008f,0.04887776766574434f,1.4592962379064596f,0.04997472306611484f,0.061827114575837124f,-0.7960401591362658f,-0.10845736040303491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.982454826373608f,1.1152732226981732f,-0.4820315372126951f,0.16660915665607706f,1.1831806513385776f,0.7373109562395965f,-0.7055936154097983f,1.594632957887995f,-0.27617442030938044f,-0.8086683142929997f,-1.308124419550868f,0.6799196050303082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8974473261277544f,-0.4410443960041437f,0.008254549017598575f,-0.06652078666954885f,-0.019922268975309403f,-0.05921764155046447f,-0.9980462785502865f,1.585066072414344f,0.44067153303227946f,0.8955295146909119f,-0.06193131915630357f,0.5911327331310486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.35011650103883046f,-0.9366697913997454f,0.008254549017598575f,-0.15944483754224992f,-0.05512854466128287f,-0.02940186108825105f,-0.9980462785502865f,1.6041198749279557f,0.9350824986405506f,0.34897740964667673f,-0.06193131915630357f,0.27168817594578215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6627604909135842f,-0.6880379750032044f,-0.29555418561995406f,0.35083034821694614f,0.5107926021515405f,-0.12676858047749612f,-0.8503062063697866f,1.4404822569364353f,0.5475759757981011f,-0.714516250310103f,0.43546191426064695f,-0.4858995180425154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4375860840133673f,-0.8492150154350614f,-0.29555418561995406f,0.18719138554944736f,0.5256915945166558f,0.02505399895340833f,-0.8503062063697866f,1.6370690094692264f,0.7294976124240449f,-0.5274525141622424f,0.43546191426064695f,-0.21309780672977363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6359871016740425f,-0.028818551147114013f,-0.7711613953084221f,0.09570054581586451f,0.4274236222873797f,0.8188656491874414f,-0.3831032441673727f,1.322163534227507f,0.6425180570341866f,-0.573261318850846f,-0.5084702613667805f,0.31964694171602187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6068575293398479f,-0.02097059478863239f,-0.7945339346042727f,0.08680272220171925f,0.20092148679931857f,0.9631363290499829f,-0.17888255310810622f,1.5016335799674532f,0.7689957706163842f,-0.2681951636743925f,-0.5802730899807255f,0.26573364171469377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6359871016740425f,-0.028818551147114013f,-0.7711613953084221f,0.2771854793717269f,0.4274236222873797f,0.8188656491874414f,-0.3831032441673727f,1.3394143900082771f,0.6425180570341866f,-0.573261318850846f,-0.5084702613667805f,0.0658322911005477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6068575293398479f,-0.02097059478863239f,-0.7945339346042727f,0.2682876557575816f,0.20092148679931857f,0.9631363290499829f,-0.17888255310810622f,1.5188844357482232f,0.7689957706163842f,-0.2681951636743925f,-0.5802730899807255f,0.011918991099219579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9980369438699213f,-0.0028778889020395076f,-0.06256178087503084f,0.3062656607220331f,-0.012067865123083391f,0.9890600492862838f,0.14701899719827016f,2.207376507062431f,0.061454253735269526f,0.1474853777880418f,-0.9871531988686252f,0.11309102547693518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9980369438699213f,-0.0028778889020395076f,-0.06256178087503084f,0.3381866152728759f,-0.012067865123083391f,0.9890600492862838f,0.14701899719827016f,2.097979576831099f,0.061454253735269526f,0.1474853777880418f,-0.9871531988686252f,-0.0001947936555762586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9980369438699213f,-0.0028778889020395076f,-0.06256178087503084f,-0.28008104380154564f,-0.012067865123083391f,0.9890600492862838f,0.14701899719827016f,2.2002866363026197f,0.061454253735269526f,0.1474853777880418f,-0.9871531988686252f,0.14919539954640604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9980369438699213f,-0.0028778889020395076f,-0.06256178087503084f,-0.3230128600409469f,-0.012067865123083391f,0.9890600492862838f,0.14701899719827016f,2.0899846161870563f,0.061454253735269526f,0.1474853777880418f,-0.9871531988686252f,0.04051864944403981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9690872056410478f,0.23865458603716447f,-0.06256178087503084f,0.21503926158136955f,0.22756588403103556f,0.962600219659225f,0.14701899719827016f,2.308669370155156f,0.0953087419285289f,0.12823730219963836f,-0.9871531988686252f,0.11179868417350652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.994489936527707f,0.084117713466677f,-0.06256178087503084f,0.10133661273660143f,0.07418031996467948f,0.9863481609415373f,0.14701899719827016f,2.327153639145686f,0.07407459939179609f,0.14156806026920485f,-0.9871531988686252f,0.1217576033201345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.944599418541953f,0.3222079484804017f,-0.06256178087503084f,0.0787598437352201f,0.31059606425173736f,0.9391035615597173f,0.14701899719827016f,2.324549853211767f,0.10612268071216033f,0.11944261635574288f,-0.9871531988686252f,0.12280063988161954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9979351640960691f,0.014540695798221842f,-0.06256178087503084f,0.10854815892112216f,0.005195450842250732f,0.989120023937116f,0.14701899719827016f,2.332255299267514f,0.0640188687114785f,0.14639039043715535f,-0.9871531988686252f,0.12206036664332882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9833742602790754f,0.17047312924424798f,-0.06256178087503084f,0.17287079251213477f,0.15986394802620932f,0.9761295675187226f,0.14701899719827016f,2.4358704043948007f,0.0861311926194851f,0.13457332433058736f,-0.9871531988686252f,0.10175880688483598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9833742602790754f,0.17047312924424798f,-0.06256178087503084f,0.13451433843217903f,0.15986394802620932f,0.9761295675187226f,0.14701899719827016f,2.2162412517030887f,0.0861311926194851f,0.13457332433058736f,-0.9871531988686252f,0.07147980891045387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9706902976802293f,-0.20140116460116145f,-0.13114082845080574f,-0.1853288098708001f,-0.24029826882500788f,0.8039384592168574f,0.5440033968567931f,2.2745840003479367f,-0.004133762108783232f,0.5595717332829822f,-0.8287716134867957f,0.17595542647321158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9902455727904482f,-0.0470721646215002f,-0.13114082845080574f,-0.07174172593881065f,-0.1115761155907998f,0.8316315738582434f,0.5440033968567931f,2.2958165662385555f,0.0834534361101189f,0.5533291395543048f,-0.8287716134867957f,0.1719189509650852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9569537521700316f,-0.23781662458886188f,-0.16638139702760663f,-0.05416979448299608f,-0.2761827003954916f,0.5698835658403959f,0.7739223716803185f,2.31345066147613f,-0.08923358229922107f,0.7865595809944694f,-0.611033054208897f,0.13254417152990589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9836064803372514f,0.06953792175285618f,-0.16638139702760663f,-0.08286393715687002f,-0.08656165023944777f,0.6273366267965982f,0.7739223716803185f,2.315861881367358f,0.15819409769769488f,0.7756373083585906f,-0.611033054208897f,0.14341145361180221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9823747799523412f,-0.08518815901714923f,-0.16638139702760663f,-0.14496458911042495f,-0.18363300229724566f,0.6060718464670757f,0.7739223716803185f,2.3974413401409316f,0.034910058448660644f,0.7908349350422363f,-0.611033054208897f,0.2125051976441258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9823747799523412f,-0.13319862922277206f,-0.13114082845080574f,-0.11499489753530129f,-0.18363300229724566f,0.8187424654160612f,0.5440033968567931f,2.213224285422318f,0.034910058448660644f,0.5584970013326876f,-0.8287716134867957f,0.08684337234427124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9980369438699213f,-0.0028778889020395076f,-0.06256178087503084f,0.013189694163078827f,-0.012067865123083391f,0.9890600492862838f,0.14701899719827016f,1.7032451496410368f,0.061454253735269526f,0.1474853777880418f,-0.9871531988686252f,0.03442387197563565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5807517873787598f,-0.008254549017598763f,-0.8140388343788593f,0.016285150044678363f,-0.05520273849846388f,0.9980462785502865f,0.029262322775099346f,1.3289777951846793f,0.8122068819695175f,0.06193131915630364f,-0.5800728338656398f,0.011199627292021784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.552169300420051f,-0.2966321725166197f,-0.7791780399252162f,0.29885377711498373f,-0.16773405783519377f,0.9549815883666813f,-0.24469460910038576f,0.7752914377739655f,0.8166849756887727f,-0.004418156710788712f,-0.5770668335431413f,-0.012753054181004128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.552169300420051f,-0.5076412909943234f,-0.661369324471016f,0.11025416255740966f,-0.16773405783519377f,0.8446831411927007f,-0.5083066759614436f,1.088774156717597f,0.8166849756887727f,-0.16973718114322744f,-0.551556832812159f,-0.07588289035392985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5650433668167907f,0.42477119483877146f,-0.7073156478203972f,0.15230363784099157f,0.16773405783519377f,0.8985263011196379f,0.40560543886688905f,0.9241526592146656f,0.8078312196606946f,0.11054373899730491f,-0.5789549225198887f,0.3018805001599958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5650433668167907f,-0.6532201066010208f,-0.5040133787395893f,-0.048518465911455526f,0.16773405783519377f,0.5071754167064919f,-0.8453628703289116f,1.1316044307349498f,0.8078312196606946f,-0.562206891651772f,-0.17700884588281793f,0.11833977844836566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6500302536759494f,-0.20020910905088635f,-0.7330600125221884f,-0.007017014572370455f,0.2521106937342505f,0.8532142338808598f,-0.4565804082611656f,1.279683619756322f,0.7168687937208703f,-0.48160334691128126f,-0.504140207514771f,0.0027596025291262627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.4927164081083571f,-0.46888544360191825f,-0.7330600125221884f,-0.007017014572370455f,-0.1544916843199812f,0.8761658805660277f,-0.4565804082611656f,1.279683619756322f,0.856366078646728f,-0.11171298272890942f,-0.504140207514771f,0.0027596025291262627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5666520415574606f,-0.3762027137591258f,-0.7330600125221884f,-0.007017014572370455f,0f,0.8896821515530519f,-0.4565804082611656f,1.279683619756322f,0.8239571977953477f,-0.25872222047632837f,-0.504140207514771f,0.0027596025291262627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5200247042793678f,0.23556023012479912f,-0.8210272132656187f,0.0010106900617356867f,0.29772208106844766f,0.9509270346107016f,0.08425756518420278f,1.2720035930285505f,0.8005847046899088f,-0.20062191512905356f,-0.564637031894404f,0.008280417484208893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5700987838022219f,-0.03002818317047508f,-0.8210272132656187f,0.0010106900617356867f,-0.17303068627837143f,0.9813057853265034f,0.08425756518420278f,1.2720035930285505f,0.8031486526871989f,0.19009803760221924f,-0.564637031894404f,0.008280417484208893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5666520415574606f,0.06942462730223459f,-0.8210272132656187f,0.0010106900617356867f,0f,0.9964440088179716f,0.08425756518420278f,1.2720035930285505f,0.8239571977953477f,0.04774472132828933f,-0.564637031894404f,0.008280417484208893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5440281279634979f,0.12646379051410966f,-0.8294819501793486f,-0.09340911937068481f,0.4087311249268996f,0.9032975948144956f,-0.1303546037481556f,1.3416968856373996f,0.7327839132380861f,-0.4099516616518962f,-0.5431089868602121f,0.1784917131642627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5374220480824629f,-0.25472482178598294f,-0.803923384036657f,0.1261685467328312f,-0.2585387728932053f,0.9571532289410014f,-0.1304430881215665f,1.3416968856373996f,0.802704955226842f,0.13774237363249683f,-0.5802514914762038f,-0.1407917009814345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5666520415574606f,-0.10992382664092581f,-0.8165918295791219f,0.0041384775170452874f,0f,0.9910609820073988f,-0.13340963212051266f,1.1674294579352984f,0.8239571977953477f,-0.07559684040451828f,-0.5615867287624343f,0.012327796590832468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5666520415574606f,-0.038334865865009005f,-0.8230649438883141f,0f,0f,0.9989171113385246f,-0.04652531219774661f,1.390625f,0.8239571977953477f,-0.026363663140951343f,-0.5660384204866562f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.23747263179015463f,-0.49885779756244764f,-0.8335152349908197f,-1.3013020905815031f,0.16591567531838383f,0.8662817790670992f,-0.4711983318518711f,1.2866838712795574f,0.9571200226901023f,-0.02639653514166876f,0.2884865423173365f,-0.028204049980512187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4214657665992728f,-0.49885779756244764f,-0.7573027831693417f,-1.3106373749889126f,-0.2158674366134725f,0.8662817790670992f,-0.4505076348590219f,1.284149462053776f,0.8807768488072422f,-0.02639653514166876f,-0.472795268099945f,0.06504557058123084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.09957636701236827f,-0.49885779756244764f,-0.8609445074705814f,-1.1768280566646208f,-0.02703369840833572f,0.8662817790670992f,-0.4988236746654158f,1.360240217866479f,0.994662619325259f,-0.02639653514166876f,-0.09974716361646258f,0.03338283484282872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.41662535145400065f,0.28236532898882116f,0.8641140766767226f,1.1037871904854706f,-0.2197850608059007f,0.9536265333871696f,-0.20564766438380927f,1.2795874339245075f,-0.8821098818017948f,-0.10424133443602934f,0.459364670629576f,-0.05394868517682893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31642231210951016f,0.28236532898882116f,0.9056195345642153f,1.0987031754120924f,-0.009996648878383307f,0.9536265333871696f,-0.30082636492031684f,1.2912458994088256f,-0.9485657528134112f,-0.10424133443602934f,-0.29892600553401494f,0.038934550518772364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05422949411603417f,0.28236532898882116f,0.9577729287012414f,0.9575792436435953f,-0.12435696516606014f,0.9536265333871696f,-0.27410176948472376f,1.3265319320893751f,-0.9907545140864138f,-0.10424133443602934f,0.08682877986237941f,-0.0205313843083852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008853938149335323f,0f,-0.000012874331215552309f,0.5623807623743605f,0f,0.000015625f,0f,1.5567475f,0.000012874331215552309f,0f,-0.000008853938149335323f,0.3955201896458421f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..0a82ff60c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.39527871152843214f,-0.06969830174214076f,-0.7112252325326546f,0.07585185435128022f,-0.20344286723982213f,0.7901173087817943f,0.035638217928216316f,1.5078574516854446f,0.685062175591462f,0.19442538296765788f,-0.3997912336160173f,-0.2691228004849707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38386510683355285f,0.08510084535986057f,-0.696710431868723f,0.07585185435128022f,0.11207324338031209f,0.7913411506206668f,0.03491090735825272f,1.5078574516854446f,0.6928832281661049f,-0.08085189826711726f,-0.39163222884834353f,-0.2691228004849707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.1917472133987455f,0.7921795681110028f,0.05127360398611934f,1.5093116653369099f,-0.5538597712936904f,0.17129085915614048f,-0.5751897423950609f,-0.2854362387952585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12343118723171073f,0.7888231550902136f,0.05022720390476997f,1.5093116653369099f,-0.5654692706882546f,-0.05260490394806333f,-0.5634511762237332f,-0.2854362387952585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.27249578320393414f,1.5382165376954018f,-0.03228283284418271f,-0.0721002576012083f,1.167028581892005f,0.22801305442405975f,1.0136373049860319f,1.5800976718990924f,1.0025949267691368f,0.15266361771090634f,-1.18865616670432f,0.41901303526122086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9204835148389765f,-0.2928949804706237f,-0.2586940844410572f,-0.3109126325144799f,-0.26502634410948955f,0.018589415157291664f,-0.9640619640728848f,1.6336571809488236f,0.28717788187400917f,0.9559638926545411f,-0.06051363567936493f,0.3697800005580755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11048811928004763f,-0.9608302722011053f,-0.25416050739622786f,-0.2984375f,-0.08968693223226477f,0.24504400593096246f,-0.9653546961319821f,1.6507561786581808f,0.9898225243369253f,0.12945510101674798f,-0.059099468153448145f,0.03894311896673666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9124811703709628f,0.3167504224344635f,0.2589349022554248f,0.31543747602231403f,0.2659461911077909f,0.02170768768556959f,-0.9637434304474422f,1.6337873665503788f,-0.3108870167017204f,0.9482604843517072f,-0.06443071211285374f,0.3700423972895546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09583392826759209f,0.9623283141172287f,0.2544407083017453f,0.2984375f,0.08988075325492396f,0.24620704649648797f,-0.9650406936755586f,1.6507561786581808f,-0.9913310790987686f,0.11535296313388832f,-0.06289980531847773f,0.03894311896673673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.563068463626159e-17f,1.0339347687738404e-16f,-0.15625000000000003f,0f,0.844271809221815f,-0.5359152098544351f,1.3426046112991887f,-1.2246467991473532e-16f,-0.5359152098544351f,-0.844271809221815f,0.2670488850017199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.106787562454718e-17f,1.2063889274726946e-16f,-0.15625000000000003f,0f,0.9850913163800613f,-0.17203225974391517f,1.5262340314970508f,-1.2246467991473532e-16f,-0.17203225974391517f,-0.9850913163800613f,0.22863601557236046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.157364819386975e-17f,1.110754547080206e-16f,0.15624999999999997f,0f,0.9069999185508477f,-0.4211307964857895f,1.3389196498760938f,-1.2246467991473532e-16f,-0.4211307964857895f,-0.9069999185508477f,0.21821320702770844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0873637852277642e-17f,1.2198098961098854e-16f,0.15624999999999997f,0f,0.9960503689383456f,0.08878999120275571f,1.5262340314970508f,-1.2246467991473532e-16f,0.08878999120275571f,-0.9960503689383456f,0.2286360155723605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,0.29375f,0f,0.9042167634762918f,0.42707381639297404f,2.1819946480756816f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.28339453206142307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,0.33125f,0f,0.9042167634762918f,0.42707381639297404f,2.1090057229279866f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.14523998343639893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,-0.29375f,0f,0.9042167634762918f,0.42707381639297404f,2.1819946480756816f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.283394532061423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,-0.33125f,0f,0.9042167634762918f,0.42707381639297404f,2.1090057229279866f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.14523998343639888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882720320246232f,0.1480872887102543f,0.03726319417827303f,0.19315859716324982f,0.12268094314562475f,0.6246648170350582f,0.7711959884150442f,2.2476986960435172f,0.09092731661509582f,0.7667229103665827f,-0.635506256312379f,0.33863376013975016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992707191556319f,-0.008335718194529704f,0.03726319417827303f,0.07797358519639172f,0.023451430675815517f,0.6361656842771388f,0.7711959884150442f,2.256810834462734f,-0.030134037854952583f,0.7715074451684708f,-0.635506256312379f,0.34293754645226526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9752802835200044f,0.2104506397503286f,0.06737133519396331f,0.05761209437039039f,0.11558984850359855f,0.22603114999887913f,0.967237771260562f,2.296036706817606f,0.18832778738161576f,0.9511153702148135f,-0.24476968162148538f,0.3026304179445799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925794930158164f,-0.1012277295934644f,0.06737133519396331f,0.08632122267591386f,0.040085012029150484f,0.25068762565695885f,0.967237771260562f,2.296836872810384f,-0.11480044361886316f,0.9627609574052268f,-0.24476968162148538f,0.3136943824836132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.055292193735450614f,0.06737133519396331f,0.14272734127935904f,0.07880768362565978f,0.24133056757994537f,0.967237771260562f,2.349641336815715f,0.037221935675806526f,0.9688665183932526f,-0.24476968162148538f,0.41021216787290693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07878818346381825f,0.03726319417827303f,0.12499999999999997f,0.07880768362565978f,0.6317009549257471f,0.7711959884150442f,2.2075086219574223f,0.037221935675806526f,0.7711979808663731f,-0.635506256312379f,0.2366926221779732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882720320246232f,-0.14808728871025448f,-0.037263194178272875f,-0.1931585971632499f,-0.12268094314562475f,0.6246648170350582f,0.7711959884150442f,2.2476986960435172f,-0.09092731661509607f,0.7667229103665827f,-0.635506256312379f,0.3386337601397501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992707191556319f,0.008335718194529537f,-0.037263194178272875f,-0.0779735851963918f,-0.023451430675815517f,0.6361656842771388f,0.7711959884150442f,2.256810834462734f,0.030134037854952334f,0.7715074451684708f,-0.635506256312379f,0.34293754645226526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752802835200043f,-0.2104506397503288f,-0.06737133519396324f,-0.057612094370390485f,-0.11558984850359855f,0.22603114999887913f,0.967237771260562f,2.296036706817606f,-0.188327787381616f,0.9511153702148134f,-0.24476968162148538f,0.3026304179445798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9925794930158165f,0.10122772959346421f,-0.06737133519396324f,-0.08632122267591394f,-0.040085012029150484f,0.25068762565695885f,0.967237771260562f,2.296836872810384f,0.11480044361886291f,0.9627609574052269f,-0.24476968162148538f,0.31369438248361314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05529219373545083f,-0.06737133519396324f,-0.14272734127935915f,-0.07880768362565978f,0.24133056757994537f,0.967237771260562f,2.349641336815715f,-0.037221935675806776f,0.9688665183932526f,-0.24476968162148538f,0.4102121678729068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07878818346381841f,-0.037263194178272875f,-0.12500000000000003f,-0.07880768362565978f,0.6317009549257471f,0.7711959884150442f,2.2075086219574223f,-0.037221935675806776f,0.7711979808663731f,-0.635506256312379f,0.23669262217797316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.2301458224530004e-17f,1.1073461651266202e-16f,-5.642445639153917e-18f,0f,0.9042167634762918f,0.42707381639297404f,1.730751473913542f,-1.2246467991473532e-16f,0.42707381639297404f,-0.9042167634762918f,0.04607406513520802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0873637852277642e-17f,1.2198098961098854e-16f,-1.564831444549801e-18f,0f,0.9960503689383456f,0.08878999120275571f,1.3572325855616623f,-1.2246467991473532e-16f,0.08878999120275571f,-0.9960503689383456f,0.012777818434174634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962432196681256f,-0.08653435245289479f,0.003354565671605237f,0.1529159969031568f,-0.081393298840346f,0.9224214135903999f,-0.37751008814834947f,0.8433640826127409f,0.029573267813568737f,-0.37636490484029816f,-0.9259993953752779f,0.3580841939820182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962432196681256f,-0.07884086832600641f,0.03582687185463237f,0.12499999999999999f,-0.081393298840346f,0.7111848096952412f,-0.6982773785270646f,1.0929768838726717f,0.029573267813568737f,-0.6985701710926002f,-0.7149301629463414f,0.10466907073742324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14971561512268186f,0.08797115547429632f,-0.13775424055039204f,0.16320905600462024f,0.9710392031841442f,0.1744868760611613f,1.1267561163757485f,-0.059300030734617225f,0.18619371758450742f,-0.980721879987866f,0.3783373899346295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16320905600462024f,0.20931277666278897f,-0.9641322344802056f,1.0825161169093105f,-0.059300030734617225f,-0.9733874185880921f,-0.22136042936641537f,0.044765159308049515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.71993852879347e-17f,-3.547373899428428e-18f,0.10359775289166677f,0.7869030575959618f,-0.6083182419933858f,1.2709488703181484f,-0.07940146378539265f,-0.6031139951042924f,-0.793693213060359f,0.02896650611342183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.534563078405373e-18f,-0.10359775289166677f,0.6945834350235948f,-0.7119138693596444f,1.2330707145802406f,0.0794014637853924f,-0.7077052768355085f,-0.7020318003394953f,0.028861897821202603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.44974987920145e-17f,9.71993852879347e-17f,-3.547373899428428e-18f,0f,0.793693213060359f,-0.6083182419933858f,1.2709488703181484f,-1.2246467991473532e-16f,-0.6083182419933858f,-0.793693213060359f,0.02896650611342183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.183094811805438e-16f,-3.659346995671278e-18f,0.08419856822031907f,0.9623940385758659f,-0.25827953001212245f,1.29588519424865f,-0.022510544274722724f,-0.25729669842370423f,-0.9660702274559118f,0.02988083583135201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.183094811805438e-16f,-3.659346995671278e-18f,-0.08419856822031907f,0.9623940385758659f,-0.25827953001212245f,1.29588519424865f,0.02251054427472248f,-0.25729669842370423f,-0.9660702274559118f,0.02988083583135201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.163011997146285e-17f,1.183094811805438e-16f,-3.659346995671278e-18f,0f,0.9660702274559118f,-0.25827953001212245f,1.29588519424865f,-1.2246467991473532e-16f,-0.25827953001212245f,-0.9660702274559118f,0.02988083583135201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.151025312867325e-16f,-0.19375f,0.12267941364160478f,0.9318426607149296f,-0.3414952666440233f,1.308166359892758f,-0.04457407681621567f,-0.3385737272976961f,-0.9398834943011434f,0.03073843155311244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12267941364160481f,0.8985334444507487f,-0.42141121327276665f,1.308810521072866f,0.04457407681621544f,-0.4192015960892058f,-0.9067983091692686f,0.017869838725066294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.169381318432432e-17f,1.1101958162902055e-16f,-0.007812500000000009f,0f,0.9065436802375729f,-0.4221120180962834f,1.1681197817420883f,-1.2246467991473532e-16f,-0.4221120180962834f,-0.9065436802375729f,0.07630284864077394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1821108521957505e-17f,1.151025312867325e-16f,0f,0f,0.9398834943011434f,-0.3414952666440233f,1.378125f,-1.2246467991473532e-16f,-0.3414952666440233f,-0.9398834943011434f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7647005468661717f,0.2091394726357837f,-0.6095028749794413f,-1.0940125767385285f,-0.11503650751853664f,0.9749789297479418f,0.1902174768140291f,2.3569694684553086f,0.6340344435127446f,-0.07534432648304917f,0.769625595277535f,-0.5697018389718647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18465430374389957f,0.2091394726357837f,-0.9602934286427676f,-1.0622374232614715f,0.11503650751853667f,0.9749789297479418f,0.1902174768140291f,2.3569694684553086f,0.9760478420891024f,-0.07534432648304917f,-0.20409272995386757f,-0.4815009199204768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3389349704219399f,0.2091394726357837f,-0.9172697350347417f,-0.9405345397447887f,1.3877787807814457e-17f,0.9749789297479418f,0.22229729316291288f,2.323624874480872f,0.9408098032148043f,-0.07534432648304917f,0.33045445471613333f,-0.5751695476535907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7555659464613185f,-0.2663545544583291f,0.5984775282893398f,1.0427474695252947f,0.10582306136425254f,0.9512339825883555f,0.2897505652325702f,2.2356402913135875f,-0.6464685454308742f,-0.15559293585635978f,0.7469064587216319f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17913222208724805f,-0.2663545544583291f,0.9470833639809064f,1.0111702111971572f,-0.20746387956166804f,0.9512339825883555f,0.2282819507677249f,2.241208213933639f,-0.9617018174503503f,-0.15559293585635978f,-0.2256556062327994f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8914925801660458f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1930194238957204f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5442475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4.mcfunction new file mode 100644 index 000000000..bb89de045 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40.mcfunction new file mode 100644 index 000000000..859d22971 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..753999378 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.29974212876421774f,0.0687252954081971f,-0.7565553082619905f,-0.21941384422654198f,-0.2054672658945724f,0.7903387146501528f,-0.009610578307142405f,1.474027416086565f,0.7313564817065262f,0.1938710765963935f,0.3073697232481611f,-0.1758744812205939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.29703737116774237f,-0.05016730076716831f,-0.7411154040117458f,-0.21941384422654198f,0.11032411150264551f,0.7923004219765812f,-0.009414444055976235f,1.474027416086565f,0.7345729307229532f,-0.09870807094390881f,0.3010968717533007f,-0.1758744812205939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7835490104591966f,0.15403350210345024f,-0.17108206476017415f,-0.2762400789653764f,0.1431642824855748f,0.8013244116037909f,0.06578464891350469f,1.4667095293551364f,0.18027584661636886f,0.03312570062698935f,-0.7958314843791787f,-0.06879739190079429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7668744125063388f,-0.15432766514388546f,-0.16759059405078286f,-0.2762400789653764f,-0.1708281069995638f,0.778887009106342f,0.06444210505812704f,1.4667095293551364f,0.1507361711799895f,0.09756023173718817f,-0.7795900255142976f,-0.06879739190079429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0342614483143415f,0.949812234150184f,-0.6852490250918696f,0.29256060540701756f,1.1318439870419295f,0.5755762755174567f,-0.9105203951908394f,1.5835375877461297f,-0.3010626106439511f,-1.0990791240488966f,-1.0690147957592362f,0.6079527522406729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9847454590191405f,-0.17294512577658555f,-0.019140648142205f,0.04380847258841927f,-0.032337009520479236f,-0.07381141355670742f,-0.9967478081460892f,1.576720195651058f,0.1709698767515938f,0.9821618291803453f,-0.07827798250250921f,0.58794759742603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.54592316267689f,-0.8376165805674805f,-0.019140648142205f,-0.11510135260609361f,-0.07601012340737562f,-0.02676318545245287f,-0.9967478081460892f,1.6027289549182653f,0.8343802260315483f,0.545602598841757f,-0.07827798250250921f,0.29562354907607163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5796541964667319f,-0.7699877278004373f,-0.26668316698889527f,0.2822333909239288f,0.5497139058802567f,-0.12792007050339738f,-0.8255005010563459f,1.4262742608046515f,0.6015111255832093f,-0.6251042749806831f,0.4974223670086568f,-0.5198871197423174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.31246071776886686f,-0.911728242568002f,-0.26668316698889527f,0.16419267532235687f,0.5622914562459422f,0.04875695836021235f,-0.8255005010563459f,1.6386954776086742f,0.7656347811353543f,-0.4078901454010909f,0.4974223670086568f,-0.23064731353562792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5361293733405497f,-0.0895539819858332f,-0.8393720148729945f,0.13873851585026856f,0.42624382095539637f,0.8295590220834868f,-0.36076035532917605f,1.3157007861179888f,0.7286161541846391f,-0.5511913580512401f,-0.4065791271952066f,0.3044970727035906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.49468287974949343f,-0.038249962836942625f,-0.8682314143278396f,0.12614020147879285f,0.19701423616569352f,0.9680864907485507f,-0.15489976493915253f,1.4962488796024724f,0.846448013306663f,-0.24768021070147872f,-0.471360025878388f,0.25511103303532345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5361293733405497f,-0.0895539819858332f,-0.8393720148729945f,0.28496575560338405f,0.42624382095539637f,0.8295590220834868f,-0.36076035532917605f,1.3345314262700352f,0.7286161541846391f,-0.5511913580512401f,-0.4065791271952066f,0.028962589660816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.49468287974949343f,-0.038249962836942625f,-0.8682314143278396f,0.2723674412319083f,0.19701423616569352f,0.9680864907485507f,-0.15489976493915253f,1.5150795197545188f,0.846448013306663f,-0.24768021070147872f,-0.471360025878388f,-0.020423450007451178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9912402839813379f,0.030322422346346006f,-0.1285427948803301f,0.33556493722260317f,0.008685370743533254f,0.9861464308008868f,0.1656495739617794f,2.1993988202284425f,0.13178491471956932f,0.16308208890531625f,-0.9777714295941737f,0.10471738355585543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9912402839813379f,0.030322422346346006f,-0.1285427948803301f,0.3568952580585792f,0.008685370743533254f,0.9861464308008868f,0.1656495739617794f,2.091334462534366f,0.13178491471956932f,0.16308208890531625f,-0.9777714295941737f,-0.012275883383746737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9912402839813379f,0.030322422346346006f,-0.1285427948803301f,-0.2467887296164328f,0.008685370743533254f,0.9861464308008868f,0.1656495739617794f,2.2045014755402685f,0.13178491471956932f,0.16308208890531625f,-0.9777714295941737f,0.1821410209536024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9912402839813379f,0.030322422346346006f,-0.1285427948803301f,-0.2998014300790572f,0.008685370743533254f,0.9861464308008868f,0.1656495739617794f,2.097088520651957f,0.13178491471956932f,0.16308208890531625f,-0.9777714295941737f,0.07503162261796795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9544605533664954f,0.26922444530851347f,-0.1285427948803301f,0.24683372548419064f,0.24699779199176997f,0.9547524859341666f,0.1656495739617794f,2.302669627221671f,0.1673234676263724f,0.1263561975165917f,-0.9777714295941737f,0.11150580355892936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.984825542195661f,0.11659931956652164f,-0.1285427948803301f,0.13457159959338338f,0.09460064492007234f,0.9816368659677506f,0.1656495739617794f,2.323458534063832f,0.14549697391949024f,0.15097570019588188f,-0.9777714295941737f,0.12978631415859543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9273640863047267f,0.35138668346503f,-0.1285427948803301f,0.11207038885969561f,0.3292700528743344f,0.9295920884594565f,0.1656495739617794f,2.3213312176693295f,0.17769941956104637f,0.1112921729369718f,-0.9777714295941737f,0.132384037291621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.990560114045956f,0.047617332407603324f,-0.1285427948803301f,0.1419022527742593f,0.025894676236514008f,0.9858446553026937f,0.1656495739617794f,2.328395162193761f,0.13461101813695972f,0.16075728681928148f,-0.9777714295941737f,0.1296589302957949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9709156833799544f,0.201988825560202f,-0.1285427948803301f,0.20700654664361262f,0.17979595106733856f,0.9696564518560541f,0.1656495739617794f,2.4309190194219985f,0.158101713294409f,0.1377202952463366f,-0.9777714295941737f,0.10650867867584711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9709156833799544f,0.201988825560202f,-0.1285427948803301f,0.16155906089256725f,0.17979595106733856f,0.9696564518560541f,0.1656495739617794f,2.2127463177543865f,0.158101713294409f,0.1377202952463366f,-0.9777714295941737f,0.07552161224542142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.974302483341076f,-0.13643778383518085f,-0.17921886646655405f,-0.14791029871537364f,-0.2174420497301833f,0.7773222862329912f,0.5903295844989069f,2.2730275137720084f,0.05876755877649289f,0.6141292978417981f,-0.7870143452109315f,0.20580338995443842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9836507747344005f,0.017656479458181815f,-0.17921886646655405f,-0.03443054135477312f,-0.09316498126290297f,0.8017675897238744f,0.5903295844989069f,2.291838442136028f,0.1541150207821958f,0.5973750754773016f,-0.7870143452109315f,0.19407162672536865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.968862669638496f,-0.15669301326666896f,-0.19170922506331897f,-0.020059895406821862f,-0.2456319144963066f,0.5108763457605466f,0.8238144948489494f,2.3133340370076882f,-0.03114626722170606f,0.8452530147451482f,-0.5334578250456095f,0.1519494533751492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.96986395935403f,0.15037111880858717f,-0.19170922506331897f,-0.04770308399009391f,-0.07574036002758584f,0.5617767135968367f,0.8238144948489494f,2.31554605462569f,0.23157568570343512f,0.8135081134743474f,-0.5334578250456095f,0.1652996117265435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9814465501457343f,-0.0032003488338601394f,-0.19170922506331897f,-0.10158285269971008f,-0.16268911017530469f,0.5430119073345796f,0.8238144948489494f,2.392801931180323f,0.10146389819736003f,0.8397188971675006f,-0.5334578250456095f,0.2453879666404982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9814465501457343f,-0.06814152265307954f,-0.17921886646655405f,-0.08625101010276721f,-0.16268911017530469f,0.7905967588446815f,0.5903295844989069f,2.21491766044027f,0.10146389819736003f,0.6085338920674873f,-0.7870143452109315f,0.10846784092531375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9912402839813379f,0.030322422346346006f,-0.1285427948803301f,0.026130746282407993f,0.008685370743533254f,0.9861464308008868f,0.1656495739617794f,1.7032553941255677f,0.13178491471956932f,0.16308208890531625f,-0.9777714295941737f,0.03897051319621091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.46792716720996935f,0.019140648142204925f,-0.8835597329980298f,0.018953003229081146f,-0.060258048486548664f,0.9967478081460892f,0.05350490209840221f,1.3294749660707843f,0.8817103457368787f,0.07827798250250936f,-0.4652520001847286f,0.009616269757769896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4370944950102023f,-0.3303739032792542f,-0.8365413835930691f,0.30958494490369876f,-0.15556508022219212f,0.9438461691714312f,-0.2914685484848697f,0.7819858586085942f,0.8858599823037719f,0.002737329436488606f,-0.46394460744825666f,-0.04003354548958197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4370944950102023f,-0.5478120621936751f,-0.7133374705894043f,0.10573815389820475f,-0.15556508022219212f,0.8272054147596201f,-0.5399358365656309f,1.0900225322335564f,0.8858599823037719f,-0.1250325809838293f,-0.4467873604359047f,-0.08652007965162621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4567667559897271f,0.4362380856390688f,-0.7752808931352441f,0.2068540589424878f,0.15556508022219206f,0.8972479367070748f,0.41321380166974103f,0.9430382547501512f,0.8758787795340653f,0.06813569338355308f,-0.47769644215658386f,0.2822279026553062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4567667559897271f,-0.7591348004954634f,-0.46376554992726005f,-0.02688263159198551f,0.15556508022219206f,0.4451308586326068f,-0.8818492073526295f,1.1333759685467704f,0.8758787795340653f,-0.4749451266932961f,-0.08522611215000306f,0.1265293576125422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5573287997984829f,-0.27536590920722914f,-0.7832995754892623f,-0.004190305613444405f,0.2568058661018309f,0.8399741395812612f,-0.47801066093802586f,1.2796139765001202f,0.7895792272159083f,-0.46756503385218606f,-0.3974261982657071f,0.004882391870286992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.37157009000629637f,-0.498374801982458f,-0.7832995754892623f,-0.004190305613444405f,-0.15252457725021687f,0.8650098620040318f,-0.47801066093802586f,1.2796139765001202f,0.9157903261922761f,-0.05814202769693741f,-0.3974261982657071f,0.004882391870286992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.45246698158501575f,-0.42628089989311796f,-0.7832995754892623f,-0.004190305613444405f,0f,0.87835403342251f,-0.47801066093802586f,1.2796139765001202f,0.8917811562122991f,-0.21628404092008693f,-0.3974261982657071f,0.004882391870286992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4137649025033262f,0.19077648128784558f,-0.8901701745418351f,0.004661651997834699f,0.3084587624473809f,0.9493384550817563f,0.06008069217655666f,1.2721723567044676f,0.856534761306185f,-0.24972150866597825f,-0.4516496106316761f,0.009373649073461703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4548968574878186f,-0.025805220476988924f,-0.8901701745418351f,0.004661651997834699f,-0.1733344863208168f,0.983028720984023f,0.06008069217655666f,1.2721723567044676f,0.8735124526299587f,0.18162770800912945f,-0.4516496106316761f,0.009373649073461703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.45246698158501575f,0.053578829135244935f,-0.8901701745418351f,0.004661651997834699f,0f,0.9981935235351839f,0.06008069217655666f,1.2721723567044676f,0.8917811562122991f,0.027184529440665066f,-0.4516496106316761f,0.009373649073461703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4502288115409902f,0.0574978942744213f,-0.89106004815186f,-0.0678810285147582f,0.4198529593492003f,0.8943572689244056f,-0.154429815928781f,1.3422972838960485f,0.7880466418836555f,-0.4436429506665083f,-0.4268060713483441f,0.18982916912043432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4207258081558677f,-0.25487985366976007f,-0.8706469172660487f,0.1074499268494354f,-0.2581709476010041f,0.9536766809600065f,-0.1544297575207108f,1.3422972838960485f,0.8696766963454821f,0.15980315512025306f,-0.4670389656626315f,-0.1557360289118316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.45246698158501575f,-0.14035929196614766f,-0.8806661681557358f,0.01055732013376141f,0f,0.9875361931802052f,-0.15739208099249571f,1.1677470001149848f,0.8917811562122991f,-0.07121471981205886f,-0.44682752053420444f,0.014117071982122817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.45246698158501575f,-0.06307006848624044f,-0.8895480858483626f,0f,0f,0.9974959435413268f,-0.07072370619953519f,1.390625f,0.8917811562122991f,-0.03200014187060915f,-0.4513339787174414f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.21729822417002292f,-0.5508902355155001f,-0.8057924237582723f,-1.2881637908094803f,0.1668106880506845f,0.834332184103742f,-0.5254179297670919f,1.2028401792478047f,0.9617461599219473f,-0.020242405547667153f,0.2731932812003839f,0.023897020664347894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3733602504663804f,-0.5508902355155001f,-0.74640610379696f,-1.295990946117629f,-0.2246839013037749f,0.834332184103742f,-0.5033954221718698f,1.199937598529973f,0.9000662574869681f,-0.020242405547667153f,-0.4352826405349134f,0.11727460451057187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.08348965662025493f,-0.5508902355155001f,-0.8303911281144016f,-1.1675186992463944f,-0.030960860990205438f,0.834332184103742f,-0.5503918891620994f,1.2839476722632037f,0.9960275610263891f,-0.020242405547667153f,-0.08671414356070578f,0.08359293412156575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.31726346892959467f,0.3194746796697587f,0.8929052695178055f,1.1336742985294583f,-0.2316779816415555f,0.9391296004952121f,-0.25369451372900903f,1.1954683898660978f,-0.9196027425498767f,-0.12637848916492228f,0.3719667637990475f,-0.045094520745970944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.35659596608104005f,0.3194746796697587f,0.87793806502773f,1.1356469857434321f,-0.004414196884769614f,0.9391296004952121f,-0.3435347265409507f,1.20730938791168f,-0.9342482709861399f,-0.12637848916492228f,-0.3334796030281304f,0.04788376580761285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.02104199694905523f,0.3194746796697587f,0.947361157856021f,0.9925564684580421f,-0.1263039791528766f,0.9391296004952121f,-0.3195041444548928f,1.2493145105571228f,-0.9917683899048938f,-0.12637848916492228f,0.02058976109249333f,-0.001693841633053045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007069796587265872f,0f,-0.000013934080565817175f,0.6098338644563658f,0f,0.000015625f,0f,1.5567475f,0.000013934080565817175f,0f,-0.000007069796587265872f,0.31750748033466064f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41.mcfunction new file mode 100644 index 000000000..60fc1430c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..8d813ebd5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38517252355370246f,0.10910579544617979f,-0.7118163365249306f,-0.23538086235072608f,-0.22273210976025523f,0.7857065885876328f,-0.00009152144211494195f,1.4820010689921763f,0.6848189387169886f,0.19417910931530485f,0.40032729000718487f,-0.14426333797637614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38949158330375966f,-0.045647541624651976f,-0.6972894725142178f,-0.23538086235072608f,0.0929625371872884f,0.7945803663833657f,-0.00008965365758198396f,1.4820010689921763f,0.6925707712683467f,-0.08098359896733387f,0.3921573453131607f,-0.14426333797637614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7514162832976492f,0.17368445180514638f,-0.26861073106027855f,-0.2783985511234213f,0.15516992455354114f,0.7976196247151988f,0.08166806736833054f,1.4740654551320038f,0.2797146906289332f,0.024105806660960842f,-0.7668918087814139f,-0.030972650083128554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.745160117583324f,-0.12449735734446887f,-0.26312887940598717f,-0.2783985511234213f,-0.1585738759360945f,0.7800346827738975f,0.08000137211591564f,1.4740654551320038f,0.2441121157046716f,0.1266739976635644f,-0.751240955540977f,-0.030972650083128554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1320154763892376f,0.7415097580296323f,-0.7810956983379728f,0.39061152949265043f,1.032483805038929f,0.4247015396109781f,-1.0931660645045658f,1.573160167065803f,-0.30647088531797495f,-1.3081277196814163f,-0.797673940563132f,0.5167470895729007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9936827684938194f,0.10063528059103699f,-0.04966986912427204f,0.14577250391725738f,-0.04028974569674722f,-0.09318799254076614f,-0.9948330183693711f,1.5678787990902927f,-0.10474393533828352f,0.9905496142781467f,-0.08854473255515623f,0.5652273219885318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7090308957123335f,-0.7034259684050229f,-0.04966986912427204f,-0.06980834595847382f,-0.09756086000763942f,-0.02809170974960818f,-0.9948330183693711f,1.6011845519952557f,0.6983960678010266f,0.7102131812468703f,-0.08854473255515623f,0.3119565802364756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.49674441063182534f,-0.83728407336923f,-0.22847400506024798f,0.2140022781985741f,0.5873456776026985f,-0.13050308242165842f,-0.7987452663270516f,1.4122630102847116f,0.6389601282611205f,-0.5309654658833054f,0.5566018581821814f,-0.5422211567516679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18968670347227498f,-0.9548919224381107f,-0.22847400506024798f,0.14161835906106363f,0.5972897725339108f,0.07246328136729863f,-0.7987452663270516f,1.6401871283453948f,0.7792713790151736f,-0.2879765429960099f,0.5566018581821814f,-0.24485336316219714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.430999638764563f,-0.14096312695167715f,-0.8912736438517755f,0.17707438409072832f,0.424738789033257f,0.8397679766605821f,-0.33821103835616345f,1.3092718756044088f,0.7961383500845685f,-0.5243273235445558f,-0.3020671867469622f,0.2848550140430427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.37982968475112316f,-0.04893212900667779f,-0.9237613638449793f,0.16212610137794514f,0.19291821359587005f,0.9724529718686046f,-0.13083493557493386f,1.490789089482429f,0.9047165155145787f,-0.22790538443571862f,-0.359926606824734f,0.23987321316869087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.430999638764563f,-0.14096312695167715f,-0.8912736438517755f,0.28776899404860135f,0.424738789033257f,0.8397679766605821f,-0.33821103835616345f,1.3296920726463668f,0.7961383500845685f,-0.5243273235445558f,-0.3020671867469622f,-0.006668516532178599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.37982968475112316f,-0.04893212900667779f,-0.9237613638449793f,0.27282071133581814f,0.19291821359587005f,0.9724529718686046f,-0.13083493557493386f,1.5112092865243867f,0.9047165155145787f,-0.22790538443571862f,-0.359926606824734f,-0.05165031740653042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9779417263804389f,0.06695641647740815f,-0.19785554856144544f,0.36572268948036396f,0.030433818102747937f,0.9827971382627251f,0.18216357412580308f,2.19075797955493f,0.20664888705177087f,0.17212386038868055f,-0.9631560694742896f,0.08892573903563965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9779417263804389f,0.06695641647740815f,-0.19785554856144544f,0.37547699448231886f,0.030433818102747937f,0.9827971382627251f,0.18216357412580308f,2.08384490416753f,0.20664888705177087f,0.17212386038868055f,-0.9631560694742896f,-0.030634958290601463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9779417263804389f,0.06695641647740815f,-0.19785554856144544f,-0.2088180747681439f,0.030433818102747937f,0.9827971382627251f,0.18216357412580308f,2.2086378476902944f,0.20664888705177087f,0.17212386038868055f,-0.9631560694742896f,0.21033196017855504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9779417263804389f,0.06695641647740815f,-0.19785554856144544f,-0.27240939924472185f,0.030433818102747937f,0.9827971382627251f,0.18216357412580308f,2.104007308660601f,0.20664888705177087f,0.17212386038868055f,-0.9631560694742896f,0.10626992938119674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9326944544571344f,0.3015530409867522f,-0.19785554856144544f,0.2803415490374503f,0.26728995031780456f,0.9462412560868494f,0.18216357412580308f,2.2960060668703166f,0.2421510625291865f,0.11701815564613698f,-0.9631560694742896f,0.10365907310698641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9683847266530716f,0.15193486462463102f,-0.19785554856144544f,0.1703292484940752f,0.11597442279220675f,0.9764048164156748f,0.18216357412580308f,2.319204187206526f,0.22086410854430377f,0.15345823989531338f,-0.9631560694742896f,0.13064576551307555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9028631912047549f,0.38169521855927874f,-0.19785554856144544f,0.14804262932399115f,0.34874319085252936f,0.9193446682804601f,0.18216357412580308f,2.3175768866314823f,0.2514284088991585f,0.09546801052329046f,-0.9631560694742896f,0.1349162015336833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9766242305247963f,0.08401365517163806f,-0.19785554856144544f,0.17774934056370306f,0.04758135798720159f,0.9821163101353153f,0.18216357412580308f,2.323966368908085f,0.20962138899440402f,0.16849112472440292f,-0.9631560694742896f,0.1300221798176149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9514577344291897f,0.23575699671128092f,-0.19785554856144544f,0.2434385101978681f,0.20063239209694583f,0.9625814643463536f,0.18216357412580308f,2.4252231967702027f,0.23339842080941955f,0.13362470953572417f,-0.9631560694742896f,0.10323351924405692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9514577344291897f,0.23575699671128092f,-0.19785554856144544f,0.19039318593783f,0.20063239209694583f,0.9625814643463536f,0.18216357412580308f,2.2086423672922733f,0.23339842080941955f,0.13362470953572417f,-0.9631560694742896f,0.07316795959851903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9727359629371761f,-0.06228851006643196f,-0.22339401944185594f,-0.1058822716757173f,-0.19343027369501253f,0.7493156177525123f,0.6333331147275052f,2.271118449695596f,0.12794325158818226f,0.6592770635369283f,-0.7409347325285596f,0.2295210054452413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9705040388210283f,0.09064779484181329f,-0.22339401944185594f,0.006818740174302548f,-0.07383003823728584f,0.7703494604680642f,0.6333331147275052f,2.287385669901868f,0.22950171259917163f,0.631145534759519f,-0.7409347325285596f,0.20944614306109705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.97628886763981f,-0.06675205629816958f,-0.20592282511305854f,0.017677564567933124f,-0.2136700762369314f,0.44970889861740043f,0.8672410305245184f,2.3129351205154167f,0.03471520478812201f,0.8906773094023956f,-0.4533087083569297f,0.1651181759733058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9491334091608656f,0.23820487340129984f,-0.20592282511305854f,-0.008651257583542002f,-0.06424462614799885f,0.49372626321259766f,0.8672410305245184f,2.31494819911261f,0.30825054683775754f,0.8363568707806468f,-0.4533087083569297f,0.18092976234778163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9747114538380095f,0.08679499901751411f,-0.20592282511305854f,-0.05280572889606305f,-0.1406894720542469f,0.47759759989751693f,0.8672410305245184f,2.3874720725026646f,0.17362043143043654f,0.8742809392396023f,-0.4533087083569297f,0.27079808258837085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9747114538380095f,0.005717852272073873f,-0.22339401944185594f,-0.05409224565727967f,-0.1406894720542469f,0.7609833363764636f,0.6333331147275052f,2.2162508218179604f,0.17362043143043654f,0.6487462276751526f,-0.7409347325285596f,0.12483018136146175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9779417263804389f,0.06695641647740815f,-0.19785554856144544f,0.040018292588148666f,0.030433818102747937f,0.9827971382627251f,0.18216357412580308f,1.7030704495040387f,0.20664888705177087f,0.17212386038868055f,-0.9631560694742896f,0.04088421920186312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3542227518651936f,0.049669869124271876f,-0.9338410711476698f,0.021392091666546716f,-0.0653446305342645f,0.9948330183693711f,0.07770035278186918f,1.3300080676155246f,0.9328752978407082f,0.08854473255515634f,-0.3491468301665445f,0.0076799444936794916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.32151626566511854f,-0.3663969234482865f,-0.8731440805505055f,0.3184685133291221f,-0.14332289391943362f,0.9303106584336049f,-0.33761016999402005f,0.7893400347713547f,0.9359945720950072f,0.016594375326078326f,-0.3516230761998158f,-0.06811064077490794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.32151626566511854f,-0.5835208694788421f,-0.7457417017945377f,0.1009832353842823f,-0.14332289391943362f,0.8084732736619894f,-0.5708147806888191f,1.0914475363457767f,0.9359945720950072f,-0.07664437785592629f,-0.343569207513948f,-0.09655752903191225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3472297627174907f,0.44371129051427094f,-0.8261669217254561f,0.2553684476631585f,0.14332289391943362f,0.8957409838866003f,0.42084039476317386f,0.9624166335919574f,0.9267632059818268f,0.027719676333349492f,-0.3746219155125077f,0.25530622841696693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3472297627174907f,-0.8451294941375019f,-0.4064328112025966f,-0.00515060266605941f,0.14332289391943362f,0.38048248829437836f,-0.9136145928015144f,1.1352950899582892f,0.9267632059818268f,-0.3754853049590736f,-0.010988439292163726f,0.1309622666065028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.456169450314193f,-0.35608272223814297f,-0.8155455398219775f,-0.0010168082833194427f,0.24320045669912563f,0.8316807014560545f,-0.4991600431594079f,1.2796095613220377f,0.8560157536292098f,-0.42604261025047585f,-0.29278784774914646f,0.006275525958398854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.2511797263881774f,-0.5213388701488119f,-0.8155455398219775f,-0.0010168082833194427f,-0.1504678494858015f,0.8533455792258001f,-0.4991600431594079f,1.2796095613220377f,0.956173713988561f,-0.0026654995299408846f,-0.29278784774914646f,0.006275525958398854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.33789328669483987f,-0.46980165951498953f,-0.8155455398219775f,-0.0010168082833194427f,0f,0.8665098102809328f,-0.4991600431594079f,1.2796095613220377f,0.9411844276264663f,-0.16866282756987047f,-0.29278784774914646f,0.006275525958398854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.31279937010373915f,0.13216690158897465f,-0.9405787921206146f,0.008492552729917512f,0.2955177671523881f,0.9546636574193215f,0.03586851683623052f,1.2724107210202737f,0.9026770205117504f,-0.266738095005446f,-0.3376758583507189f,0.009689468170801916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3386220980675608f,-0.025428537379270796f,-0.9405787921206146f,0.008492552729917512f,-0.17353643814082412f,0.9841740466692691f,0.03586851683623052f,1.2724107210202737f,0.9247811521315296f,0.17537056580106614f,-0.3376758583507189f,0.009689468170801916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.33789328669483987f,0.033758889488317886f,-0.9405787921206146f,0.008492552729917512f,0f,0.999356517715259f,0.03586851683623052f,1.2724107210202737f,0.9411844276264663f,0.012119731042663125f,-0.3376758583507189f,0.009689468170801916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3577652326374394f,-0.024694134243892288f,-0.93348499615678f,-0.04261812465897249f,0.40303906667980466f,0.8976631729217147f,-0.17821430557054552f,1.3429260786503066f,0.842355951510851f,-0.43998980410239563f,-0.3111999730722751f,0.1971979309669045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.30326728794322544f,-0.2547090256164059f,-0.918233229813157f,0.08831552393527795f,-0.2576514257096066f,0.9496397697368312f,-0.17832568677558908f,1.3429260786503066f,0.9174119548454599f,0.1825037533962507f,-0.35362082108228954f,-0.1675110347383512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.33789328669483987f,-0.1706198416327051f,-0.9255900801368766f,0.01731319771561391f,0f,0.9834311458712546f,-0.1812820491122916f,1.1681955013934096f,0.9411844276264663f,-0.061253987393327575f,-0.3322947821165107f,0.014516297633378084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.33789328669483987f,-0.08930009070956016f,-0.9369384294636565f,0f,0f,0.995488665092433f,-0.09488054422528254f,1.390625f,0.9411844276264663f,-0.032059498931675826f,-0.3363689369155409f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.19020873125994342f,-0.6000807994548375f,-0.7769965718573832f,-1.2847945346473992f,0.16400357806258767f,0.7997461029724271f,-0.5775023784912791f,1.1189872748807232f,0.9679480693379947f,-0.017584223214549527f,0.25053408981372094f,0.06443647986341552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3327181420549409f,-0.6000807994548375f,-0.7274624884302636f,-1.2918666902820715f,-0.22954049569697307f,0.7997461029724271f,-0.5547227520262746f,1.1157349473415f,0.9146637626924421f,-0.017584223214549527f,-0.4038328816617647f,0.15786275818090276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07543632676983647f,-0.6000807994548375f,-0.79637453169292f,-1.1688744327107974f,-0.03469149375171582f,0.7997461029724271f,-0.5993351908921172f,1.2072613897449291f,0.9965469687198638f,-0.017584223214549527f,-0.08114760766154341f,0.12332176017139065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.22225313232963861f,0.3551804979918958f,0.907992488413805f,1.18492081504414f,-0.24021056580547528f,0.9225257316392339f,-0.30206813559015067f,1.1113741917875388f,-0.9449351455232672f,-0.15097380007711658f,0.2903523418972152f,-0.03815114020279474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3888303285424146f,0.3551804979918958f,0.8500928122574779f,1.19318735583069f,-0.0010715522227648239f,0.9225257316392339f,-0.38593409572015025f,1.1233480304346841f,-0.9213087578990186f,-0.15097380007711658f,-0.3583253888700087f,0.05446286517153531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08817643505653483f,0.3551804979918958f,0.9306297492273446f,1.0494596230533133f,-0.12772094556955046f,0.9225257316392339f,-0.3641890093431104f,1.171989462512578f,-0.9878827239928539f,-0.15097380007711658f,-0.03598104121248036f,0.013553018666242336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005279582604606873f,0f,-0.000014706006681663536f,0.6446255491964755f,0f,0.000015625f,0f,1.5567475f,0.000014706006681663536f,0f,-0.000005279582604606873f,0.23909463320909644f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42.mcfunction new file mode 100644 index 000000000..e50a24268 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..b82c21e7f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4547226705745381f,0.1476958172334601f,-0.6620858576361113f,-0.24526104830363843f,-0.2398812935112305f,0.7805853209133559f,0.009379032061809053f,1.4899150051642052f,0.63453030056364f,0.18925365727186866f,0.478015476025916f,-0.11473581079198912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46690257364658516f,-0.03679512467281243f,-0.6485739013578233f,-0.24526104830363843f,0.07552227188921118f,0.7963742675575438f,0.009187623244221114f,1.4899150051642052f,0.6452118823850714f,-0.06658937432126744f,0.4682600581478361f,-0.11473581079198912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7115423087977548f,0.19298004862800017f,-0.35129857396058395f,-0.27542616913880674f,0.16703643688548303f,0.793429834542315f,0.0975313839499938f,1.481358907517084f,0.3643498538325591f,0.013124135557581572f,-0.7307676686351849f,0.0025890977145172495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7163065890622201f,-0.09208666373217622f,-0.3441292153083272f,-0.27542616913880674f,-0.14626374582994997f,0.7806912603573875f,0.09554094754285108f,1.481358907517084f,0.32482577964478077f,0.1484627979133868f,-0.715854042744671f,0.0025890977145172495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2532096595723448f,0.5327858771051517f,-0.7661664364300124f,0.45724906770611223f,0.8897643566410911f,0.2953408053169415f,-1.2499997793463034f,1.5639127813469011f,-0.2814092905460573f,-1.4388604059713492f,-0.5402738132857539f,0.41781477995747635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9321203471933291f,0.3528781598469919f,-0.08141659935903331f,0.23329255879537092f,-0.042665963304649716f,-0.11624461908469899f,-0.9923037862011512f,1.5587037029514776f,-0.3596265756635274f,0.9284202673557134f,-0.0932980880815417f,0.5279998408157116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8317772570148126f,-0.5491064851754401f,-0.08141659935903331f,-0.02680694921450076f,-0.11922013973845602f,-0.0334627280956514f,-0.9923037862011512f,1.5994894597839522f,0.5421560227403712f,0.8350822197644201f,-0.0932980880815417f,0.32118484720128315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.42070526504106665f,-0.8879935722463522f,-0.18567308802270927f,0.15127584390772467f,0.6235336120622025f,-0.1343766574075199f,-0.7701615081089453f,1.3985142782765188f,0.6589483398532762f,-0.4397844126309444f,0.6102268068607496f,-0.5531005523937298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07738351224521428f,-0.97955974622108f,-0.18567308802270927f,0.12145094856321499f,0.6305574750016699f,0.09616923700889858f,-0.7701615081089453f,1.6415416384334125f,0.7722752506406724f,-0.17667535605290358f,0.6102268068607496f,-0.25545279954263733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.32914990127663185f,-0.18035356339723269f,-0.926894241356318f,0.20890956869641514f,0.42291398013804854f,0.84948282360025f,-0.3154721823108033f,1.3028827074939116f,0.8442772695586315f,-0.4958341704421618f,-0.20333314419581316f,0.263212909125532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.27125539549576394f,-0.05263296232730852f,-0.9610672617934133f,0.19303421787383598f,0.1886411946607352f,0.9762316686018973f,-0.10670627392860296f,1.4852592311447135f,0.9438405639150118f,-0.21024152895041354f,-0.25487936247014026f,0.22219962643189112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.32914990127663185f,-0.18035356339723269f,-0.926894241356318f,0.28653150470569044f,0.42291398013804854f,0.84948282360025f,-0.3154721823108033f,1.3248995549543618f,0.8442772695586315f,-0.4958341704421618f,-0.20333314419581316f,-0.03869161796552578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.27125539549576394f,-0.05263296232730852f,-0.9610672617934133f,0.27065615388311126f,0.1886411946607352f,0.9762316686018973f,-0.10670627392860296f,1.5072760786051638f,0.9438405639150118f,-0.21024152895041354f,-0.25487936247014026f,-0.07970490065916669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.958803426028625f,0.10454995284827451f,-0.26413121283785224f,0.3947458207176035f,0.05241782172054731f,0.9789572307399322f,0.1972184381544387f,2.181635157346579f,0.2791923390815803f,0.17524853135312385f,-0.9441078275582346f,0.06849910152919518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.958803426028625f,0.10454995284827451f,-0.26413121283785224f,0.392869903884094f,0.05241782172054731f,0.9789572307399322f,0.1972184381544387f,2.0757890637665453f,0.2791923390815803f,0.17524853135312385f,-0.9441078275582346f,-0.05238678643908905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.958803426028625f,0.10454995284827451f,-0.26413121283785224f,-0.1685511920742137f,0.05241782172054731f,0.9789572307399322f,0.1972184381544387f,2.2124306276074f,0.2791923390815803f,0.17524853135312385f,-0.9441078275582346f,0.23252460073962364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.958803426028625f,0.10454995284827451f,-0.26413121283785224f,-0.24233736585987004f,0.05241782172054731f,0.9789572307399322f,0.1972184381544387f,2.110515870656408f,0.2791923390815803f,0.17524853135312385f,-0.9441078275582346f,0.1325781382024579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.905029943836448f,0.33339991476333847f,-0.26413121283785224f,0.3134014790835424f,0.2876919773677499f,0.9371969984001005f,0.1972184381544387f,2.2888005590765155f,0.31329559032586174f,0.10250016110055993f,-0.9441078275582346f,0.09047283393678142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9460427607271933f,0.18771733345771718f,-0.26413121283785224f,0.2063232317870597f,0.13754010064685696f,0.9706634887364295f,0.1972184381544387f,2.3144248647179393f,0.29340384385642093f,0.15024844210023583f,-0.9441078275582346f,0.1257826702619217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8725283144609349f,0.41100978439541463f,-0.26413121283785224f,0.1843810845524091f,0.36827932303371946f,0.9085566729036496f,0.1972184381544387f,2.3133040662540196f,0.32103688369062094f,0.07480460716751108f,-0.9441078275582346f,0.131687254119925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9568327473526653f,0.12126745646856812f,-0.26413121283785224f,0.21379534560326655f,0.06949499770799872f,0.9778933136827808f,0.1972184381544387f,2.319008407187456f,0.2822083253327515f,0.17034926197713582f,-0.9441078275582346f,0.12464968590731569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9260821387803907f,0.2694560718127217f,-0.26413121283785224f,0.27987010665377526f,0.2216156163582606f,0.9549824114810033f,0.1972184381544387f,2.4188881782181637f,0.3053823682174294f,0.12410487148047526f,-0.9441078275582346f,0.0939283281537661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9260821387803907f,0.2694560718127217f,-0.26413121283785224f,0.219242490495913f,0.2216156163582606f,0.9549824114810033f,0.1972184381544387f,2.2040171356349383f,0.3053823682174294f,0.12410487148047526f,-0.9441078275582346f,0.06600473207065921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9658171208005069f,0.015374665942064852f,-0.2587680598833421f,-0.06197130406462419f,-0.16898403493636346f,0.7196426900685603f,0.6734677383271691f,2.2686708565525846f,0.19657488421780867f,0.6941743428549173f,-0.6924451578404596f,0.24658269422464968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9515211817200073f,0.16627246291064596f,-0.2587680598833421f,0.04930526588891382f,-0.05432664181237973f,0.7372176214808471f,0.6734677383271691f,2.282357695585402f,0.3027475131649316f,0.6548768179251353f,-0.6924451578404596f,0.2183101626495482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9782233507850798f,0.024213600963402304f,-0.20613776341853499f,0.05671117634225735f,-0.18102881794985973f,0.3862792695957934f,0.9044428632877908f,2.3121484988287824f,0.10152656327526968f,0.9220640039655196f,-0.3734840418820958f,0.1724193081191739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9228632779635252f,0.3253161426662096f,-0.20613776341853499f,0.031855694293841344f,-0.05280177806858105f,0.4233143976769269f,0.9044428632877908f,2.3139423011762696f,0.3814909467067519f,0.8455615459800659f,-0.3734840418820958f,0.19048178054902173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9623919563549234f,0.17694333792530173f,-0.20613776341853499f,-0.0018487936133495947f,-0.11837266190544717f,0.4098426770862227f,0.9044428632877908f,2.3812990076492735f,0.2445191920008777f,0.8948296123858726f,-0.3734840418820958f,0.28852629145745357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9623919563549234f,0.08270921065730526f,-0.2587680598833421f,-0.020458366011243248f,-0.11837266190544717f,0.7296774070408832f,0.6734677383271691f,2.2171215910650752f,0.2445191920008777f,0.6787709982951091f,-0.6924451578404596f,0.13580281684105427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.958803426028625f,0.10454995284827451f,-0.26413121283785224f,0.05406431180877706f,0.05241782172054731f,0.9789572307399322f,0.1972184381544387f,1.702690706403465f,0.2791923390815803f,0.17524853135312385f,-0.9441078275582346f,0.040592271748575576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2483901952296808f,0.08141659935903325f,-0.9652324322475764f,0.02353308704913959f,-0.07045391187344109f,0.992303786201151f,0.10183045807905348f,1.3305767865780336f,0.966094486691385f,0.09329808808154186f,-0.24074241326537874f,0.005605488717997379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2144123382641353f,-0.4033257933395037f,-0.889581729593839f,0.32607178869753484f,-0.1310306108156724f,0.9144080145489863f,-0.38299995033661927f,0.7973479183368355f,0.967914421955463f,0.034442522492420816f,-0.24890838558590445f,-0.09468305482936169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2144123382641353f,-0.6143174990800065f,-0.7593690535728937f,0.09671948252410148f,-0.1310306108156724f,0.7885132968969718f,-0.6008974618401546f,1.0930483317475062f,0.967914421955463f,-0.029339238925956232f,-0.2495613768792516f,-0.10545896458820052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.24496121113066155f,0.4479902623913409f,-0.8598248250916796f,0.2958495467755955f,0.1310306108156724f,0.8940052327419267f,0.428468928697666f,0.9822143671599065f,0.9606378006671772f,-0.007705104320604124f,-0.277697042290222f,0.2248437556784082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.24496121113066155f,-0.908996883760737f,-0.33722198972586165f,0.015255536553801564f,0.1310306108156724f,0.31358895570242185f,-0.9404748512803182f,1.1373594474930546f,0.9606378006671772f,-0.27456626190181155f,0.04228928652264749f,0.13213097344229072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3592143234738858f,-0.42491640452796353f,-0.8309098139835795f,0.0023008419978529666f,0.22969959704720858f,0.822691510719453f,-0.5200161279292155f,1.2796703768163535f,0.9045458335140065f,-0.377656891044202f,-0.1979194475519755f,0.006972909742419081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.14035083803064707f,-0.5384148245450421f,-0.8309098139835795f,0.0023008419978529666f,-0.14832270952292811f,0.8411798859538208f,-0.5200161279292155f,1.2796703768163535f,0.9789290148442185f,0.050258095634919134f,-0.1979194475519755f,0.006972909742419081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2317133465454485f,-0.5058634262906168f,-0.8309098139835795f,0.0023008419978529666f,0f,0.8541564415805256f,-0.5200161279292155f,1.2796703768163535f,0.9727841101872033f,-0.12049467726008459f,-0.1979194475519755f,0.006972909742419081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.21909014093808146f,0.07628037660647775f,-0.9727182604888764f,0.012296325222034405f,0.28232234458604205f,0.959249036662102f,0.011635265801396982f,1.2727185459173898f,0.9339665967748374f,-0.2720709278985959f,-0.23169766140646592f,0.00935379450807203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.23015855471146499f,-0.02908995367174134f,-0.9727182604888764f,0.012296325222034405f,-0.173636423075141f,0.9847410894094961f,0.011635265801396982f,1.2727185459173898f,0.9575371701792051f,0.17157727537169504f,-0.23169766140646592f,0.00935379450807203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2317133465454485f,0.01131860168940356f,-0.9727182604888764f,0.012296325222034405f,0f,0.9999323080037622f,0.011635265801396982f,1.2727185459173898f,0.9727841101872033f,0.002696046376787501f,-0.23169766140646592f,0.00935379450807203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.27018500186008515f,-0.0989698489532491f,-0.957708219536638f,-0.01942700579994079f,0.3860106341265667f,0.9001247166924045f,-0.20191900539727445f,1.3435829004317004f,0.8820407332493616f,-0.42424104398041185f,-0.20499678409999172f,0.20096802715570264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.19386129880578493f,-0.25529922078355255f,-0.9472275886462795f,0.07036191598642051f,-0.2569805124807195f,0.9450448672878058f,-0.20211683506853284f,1.3435829004317004f,0.9467728413038056f,0.20423639900929663f,-0.24881454999504035f,-0.17598581554183865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2317133465454485f,-0.1994844591352098f,-0.952110747547911f,0.024051164614665207f,0f,0.978748252132414f,-0.2050654991648875f,1.1687746982392988f,0.9727841101872033f,-0.04751641307250896f,-0.22678903292711008f,0.013759965547343938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2317133465454485f,-0.11574344116162921f,-0.9658738949059414f,0f,0f,0.9928964554325089f,-0.11898163215202544f,1.390625f,0.9727841101872033f,-0.027569632163385347f,-0.2300673604613804f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15056130674424661f,-0.6462628805419248f,-0.74811468515537f,-1.2925740114120063f,0.15778190647011822f,0.7627494043023288f,-0.6271508719814535f,1.0351196751605392f,0.9759283595131969f,-0.023614306470785162f,0.21680913640292954f,0.08890605922493636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3057683528829303f,-0.6462628805419248f,-0.6991780914823585f,-1.3002024071137321f,-0.23047159096876127f,0.7627494043023288f,-0.6042319024950359f,1.031546991506127f,0.9237903226011777f,-0.023614306470785162f,-0.3821698632785113f,0.18227685771420382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.08136955415174174f,-0.6462628805419248f,-0.7587643144552861f,-1.1825735620945763f,-0.03810862564706186f,0.7627494043023288f,-0.6455703516176488f,1.1301688860759804f,0.9959551838855195f,-0.023614306470785162f,-0.08669276914175117f,0.14859537384083277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1389429749268462f,0.39064027501330145f,0.9099972666200763f,1.2550875434796276f,-0.24537997810592194f,0.9038351444495101f,-0.3505291685475983f,1.0273044165857002f,-0.9594183217258336f,-0.17459154388304593f,0.22143684594330598f,-0.02924442946544062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4081375673262158f,0.39064027501330145f,0.8251205376637835f,1.2683184045949938f,0.0000517606395725595f,0.9038351444495101f,-0.42788085839257817f,1.0393622500809663f,-0.9129204365430073f,-0.17459154388304593f,-0.3689092969100393f,0.06278065116775591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.14112918523057408f,0.39064027501330145f,0.9096607766709999f,1.1252538575366606f,-0.12861689061617293f,0.9038351444495101f,-0.408092792274209f,1.0945472521744646f,-0.9816008600874297f,-0.17459154388304593f,-0.07731457999726002f,0.02836529785074665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000003620521039772633f,0f,-0.000015199751721675055f,0.6671166846750105f,0f,0.000015625f,0f,1.5567475f,0.000015199751721675055f,0f,-0.000003620521039772633f,0.16632399506527198f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43.mcfunction new file mode 100644 index 000000000..4f14724da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..8632533d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5060544266590647f,0.18265515880914485f,-0.614402518438536f,-0.24967990528427253f,-0.2568995729409747f,0.7749798244663509f,0.018796955532558262f,1.4977631792596964f,0.5872443879050309f,0.1816254637294954f,0.5376808200443232f,-0.08969595800710625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5264644214589239f,-0.024398970343906187f,-0.6018636915316271f,-0.24967990528427253f,0.05801895368759612f,0.7976808570904451f,0.018413344195159116f,1.4977631792596964f,0.5995573483420222f,-0.05576684030505946f,0.526707742084235f,-0.08969595800710625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6705492647072349f,0.2116600369443066f,-0.41534101267002965f,-0.26900088362071783f,0.178757484521974f,0.7887583829835272f,0.11335969056517341f,1.488584887615882f,0.43052745530617115f,0.002164827565974935f,-0.6939638810439971f,0.029847901043165197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6862094993984095f,-0.05981360150657056f,-0.40686466547268213f,-0.26900088362071783f,-0.13390470276619038f,0.7808573915490594f,0.11104622749241477f,1.488584887615882f,0.38882650824304993f,0.16335258534229602f,-0.6798013528594258f,0.029847901043165197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3721845136948674f,0.3568891386616898f,-0.6566171282271707f,0.4935494514314432f,0.7104185520598411f,0.1967475439575933f,-1.3776799827375927f,1.556145703621196f,-0.23199437765855185f,-1.508418641044976f,-0.3350493427584201f,0.32270645938913406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8182484053292175f,0.5637175836620016f,-0.11265892351015364f,0.30247443433380455f,-0.038597725409575255f,-0.14165867920979058f,-0.9891627945883047f,1.5493613465859304f,-0.5735675747193173f,0.813729257477456f,-0.09415377186171914f,0.4832327524681337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9131911006848397f,-0.3916503294822363f,-0.11265892351015364f,0.010815331511639235f,-0.140421798009664f,-0.04287988393161115f,-0.9891627945883047f,1.5976466996222922f,0.3825751328481036f,0.919114429747715f,-0.09415377186171914f,0.32493772193938086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.35785562230220375f,-0.9225255825075798f,-0.14451955994173532f,0.0989158792899434f,0.6581409694863415f,-0.13939181158435163f,-0.739878630010903f,1.3850923760109186f,0.6624121208660672f,-0.3598839708604468f,0.6570340247258404f,-0.5542677497163974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.017623517361293563f,-0.9893449895916303f,-0.14451955994173532f,0.10577558865175246f,0.6619748339828618f,0.11987048021323432f,-0.739878630010903f,1.642756886043831f,0.7493188445576281f,-0.08262904781845908f,0.6570340247258404f,-0.262605796678515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.23939641607404938f,-0.20596048681070722f,-0.9488253969216872f,0.23320220484642007f,0.42077527984371804f,0.8586945149254701f,-0.29256092341485507f,1.2965391630027838f,0.8750071541669483f,-0.46928030846138047f,-0.11890530790107803f,0.24261568428443153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1779326254305388f,-0.04935500399301154f,-0.9828041841527972f,0.21780561544677546f,0.18419120617807372f,0.9794192445877704f,-0.08253207193441638f,1.4796644459134007f,0.9666507023605073f,-0.19570903635747425f,-0.16517987987030056f,0.20488786571821574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.23939641607404938f,-0.20596048681070722f,-0.9488253969216872f,0.2829196169616626f,0.42077527984371804f,0.8586945149254701f,-0.29256092341485507f,1.320157061652804f,0.8750071541669483f,-0.46928030846138047f,-0.11890530790107803f,-0.06499872336891706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1779326254305388f,-0.04935500399301154f,-0.9828041841527972f,0.267523027562018f,0.18419120617807372f,0.9794192445877704f,-0.08253207193441638f,1.503282344563421f,0.9666507023605073f,-0.19570903635747425f,-0.16517987987030056f,-0.10272654193513285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9365124643618156f,0.14083346637680322f,-0.32110798626513953f,0.42148684772639783f,0.07403973037864137f,0.9745704802533787f,0.2114958565649858f,2.1721630324778856f,0.34272805899199044f,0.17429375710848855f,-0.9231246740351977f,0.047260939305490635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9365124643618156f,0.14083346637680322f,-0.32110798626513953f,0.40889800813050864f,0.07403973037864137f,0.9745704802533787f,0.2114958565649858f,2.0673929691099815f,0.34272805899199044f,0.17429375710848855f,-0.9231246740351977f,-0.07392102073606986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9365124643618156f,0.14083346637680322f,-0.32110798626513953f,-0.12871422508616887f,0.07403973037864137f,0.9745704802533787f,0.2114958565649858f,2.2156613740753373f,0.34272805899199044f,0.17429375710848855f,-0.9231246740351977f,0.24861367396328501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9365124643618156f,0.14083346637680322f,-0.32110798626513953f,-0.21154149950919415f,0.07403973037864137f,0.9745704802533787f,0.2114958565649858f,2.1164442904858314f,0.34272805899199044f,0.17429375710848855f,-0.9231246740351977f,0.1531363183461238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8746233426247229f,0.363212981173173f,-0.32110798626513953f,0.3445343168126286f,0.30761037193939866f,0.9277097400217094f,0.2114958565649858f,2.2811414209530585f,0.3747130470256695f,0.08620306593241595f,-0.9231246740351977f,0.075300001184545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9206743063282778f,0.22191999194234724f,-0.32110798626513953f,0.24072280852046063f,0.15869740091777002f,0.9644089576511552f,0.2114958565649858f,2.309139701175673f,0.3566145771121661f,0.14375979820005666f,-0.9231246740351977f,0.11782537802803787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.83963903960029f,0.4380592931737093f,-0.32110798626513953f,0.21919955861084445f,0.38729505304988776f,0.897369513934437f,0.2114958565649858f,2.308518499981212f,0.38080024299124f,0.05321664331036556f,-0.9231246740351977f,0.1251698962153806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9339119460822138f,0.15715641291935623f,-0.32110798626513953f,0.24821747622843232f,0.09103705389224576f,0.973129876981723f,0.2114958565649858f,2.313544453751569f,0.34571770533710383f,0.16828578194208066f,-0.9231246740351977f,0.11622753238711304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8978292609052364f,0.30131757237025525f,-0.32110798626513953f,0.3146280659607408f,0.24214728841180383f,0.9469077005551564f,0.2114958565649858f,2.4119927197349984f,0.3677870429707492f,0.11213174042278284f,-0.9231246740351977f,0.08182961053835933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8978292609052364f,0.30131757237025525f,-0.32110798626513953f,0.24683161217743346f,0.24214728841180383f,0.9469077005551564f,0.2114958565649858f,2.1989384871100883f,0.3677870429707492f,0.11213174042278284f,-0.9231246740351977f,0.05659996894323322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9553480040797125f,0.09003628671800878f,-0.28143144489367544f,-0.019081085716593366f,-0.1446608858948738f,0.6879793268698798f,0.7111664178599673f,2.2655232681908037f,0.25764979952062766f,0.720123540008032f,-0.6442349477739319f,0.25774358481413584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9295013064934278f,0.2383771445673203f,-0.28143144489367544f,0.0903857511209584f,-0.03525619238090268f,0.7021391080170819f,0.7111664178599673f,2.276659977670985f,0.36712984368723245f,0.6709523156982974f,-0.6442349477739319f,0.2222171726714094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755841376829851f,0.10760331853842495f,-0.1914604819299913f,0.09482198598728236f,-0.14826985551851724f,0.3204339922683212f,0.9355950547878626f,2.31087522074516f,0.16202357928975733f,0.9411395127389477f,-0.2966559915384013f,0.17541731435403715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8945843972580773f,0.4038089152576231f,-0.1914604819299913f,0.07143108663996128f,-0.041993463074705f,0.3505687414979976f,0.9355950547878626f,2.3124123343324356f,0.4449216843910804f,0.8450088268432301f,-0.2966559915384013f,0.19536145471012423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9467402104869339f,0.25889352580991964f,-0.1914604819299913f,0.047906697019648156f,-0.09631748739616482f,0.3396834336234049f,0.9355950547878626f,2.3741371770513644f,0.30725545636952595f,0.904206451655551f,-0.2966559915384013f,0.299871221792274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9467402104869339f,0.15645867081186066f,-0.28143144489367544f,0.012703496086979564f,-0.09631748739616482f,0.6963944770960725f,0.7111664178599673f,2.2174484197047484f,0.30725545636952595f,0.7003966137824152f,-0.6442349477739319f,0.14228198369123082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9365124643618156f,0.14083346637680322f,-0.32110798626513953f,0.06762502718488045f,0.07403973037864137f,0.9745704802533787f,0.2114958565649858f,1.7021168367599058f,0.34272805899199044f,0.17429375710848855f,-0.9231246740351977f,0.03896307186273154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1590957187687761f,0.11265892351015361f,-0.9808142123883503f,0.025377930868572852f,-0.07557727568006488f,0.9891627945883047f,0.12587708768093897f,1.3311807887892915f,0.9843661044907155f,0.0941537718617193f,-0.14885711126441134f,0.0036554074145868005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.12455988343638137f,-0.4406043819589279f,-0.8890177804953656f,0.33367313642421503f,-0.11871138855254262f,0.8961774890554701f,-0.42752019173152517f,0.8060025322634146f,0.985084992102835f,0.052284669921726236f,-0.1639325215597375f,-0.11725236969630931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.12455988343638137f,-0.6411220960248254f,-0.7572630279018312f,0.0938792072828348f,-0.11871138855254262f,0.7673541347099597f,-0.6301390625659199f,1.0948239778401967f,0.985084992102835f,0.01140569735980762f,-0.17169003582472145f,-0.11276779118685512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.15851658573000665f,0.45058226413521185f,-0.8785488690421766f,0.3275222838353825f,0.11871138855254264f,0.8920419742489212f,0.43608338928009427f,1.0023603544582744f,0.980193908508122f,-0.03516730619301282f,-0.194892694318433f,0.19528888237613953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.15851658573000665f,-0.9520236753391608f,-0.26176977220874376f,0.03308693430474749f,0.11871138855254264f,0.24482198372883165f,-0.9622732473216778f,1.1395666111516678f,0.980193908508122f,-0.18361132284474138f,0.0742077074620652f,0.13105584539286083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2753513739643485f,-0.48039573791056867f,-0.8327073650768952f,0.005584284723945438f,0.216326123824662f,0.8130133415953956f,-0.5405666605876518f,1.2797963872489786f,0.9366881172551206f,-0.328982129279462f,-0.11994219277555687f,0.007118855933788636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.04749200533184071f,-0.5516728682618485f,-0.8327073650768952f,0.005584284723945438f,-0.1460904178072053f,0.8285199305303588f,-0.5405666605876518f,1.2797963872489786f,0.9881306083987463f,0.0959779721483766f,-0.11994219277555687f,0.007118855933788636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.14256748329885238f,-0.5350448176111285f,-0.8327073650768952f,0.005584284723945438f,0f,0.8413011859382551f,-0.5405666605876518f,1.2797963872489786f,0.9897850840994885f,-0.07706722835524644f,-0.11994219277555687f,0.007118855933788636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.14067072423989954f,0.026322743524332618f,-0.9897064516891735f,0.015918246674603093f,0.26889845656966016f,0.963086049384566f,-0.012604821906072122f,1.2730956505234499f,0.9528406831135396f,-0.2679036667426958f,-0.14255615717864262f,0.008607347699808494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.13823511697873947f,-0.03704310892325143f,-0.9897064516891735f,0.015918246674603093f,-0.17363438237442078f,0.9847295160206022f,-0.012604821906072122f,1.2730956505234499f,0.9750600769651723f,0.17010463944034712f,-0.14255615717864262f,0.008607347699808494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.14256748329885238f,-0.012476064710360668f,-0.9897064516891735f,0.015918246674603093f,0f,0.9999205560766896f,-0.012604821906072122f,1.2730956505234499f,0.9897850840994885f,-0.001797037736578945f,-0.14255615717864262f,0.008607347699808494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.1955449616669414f,-0.16193569664235022f,-0.9672326494280635f,-0.000006910488344880755f,0.36880194377682635f,0.9017324012132607f,-0.22553004870438403f,1.3442673633035802f,0.9087063850513593f,-0.40081854592212174f,-0.11660702814053282f,0.20206307207693322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.10107327492137468f,-0.2583458702727058f,-0.9607505422375293f,0.05523798928996042f,-0.25615860213087316f,0.9398946734948561f,-0.22578922314927918f,1.3442673633035802f,0.9613360305590471f,0.22328325967039314f,-0.1611757497266215f,-0.1814786480116186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.14256748329885238f,-0.2263920144769494f,-0.9635461423756001f,0.03051420420339341f,0f,0.9734902635477067f,-0.22872845642336792f,1.1694842503270173f,0.9897850840994885f,-0.032609240391110794f,-0.1387880568899331f,0.012288357840036426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.14256748329885238f,-0.14155194480186048f,-0.9796109225752041f,0f,0f,0.9897208376972655f,-0.1430128086145541f,1.390625f,0.9897850840994885f,-0.02038897620367741f,-0.14110200899893108f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09240993633947034f,-0.6888371467818016f,-0.7190019394127125f,-1.312511929524218f,0.14846095154424632f,0.7235521365043702f,-0.6741154586764336f,0.9512319962695854f,0.9845911585690337f,-0.044448745465627784f,0.16912882514290653f,0.09166166349505209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2988075418894376f,-0.6888371467818016f,-0.6604675905171267f,-1.322568364203862f,-0.22753723718144814f,0.7235521365043702f,-0.6516894286819411f,0.947379114841526f,0.9267906228516911f,-0.044448745465627784f,-0.37293893658440447f,0.18479106769284223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1072686365828685f,-0.6888371467818016f,-0.7169357187497073f,-1.209999789051584f,-0.04109740189929956f,0.7235521365043702f,-0.6890452157275957f,1.052662337914695f,0.9933803114430948f,-0.044448745465627784f,-0.10592386824390383f,0.15411494583053273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07449197633143315f,0.42771141203551827f,0.9008406593159641f,1.3412924518183937f,-0.24720002239476724f,0.8830756011976452f,-0.3988353438418467f,0.9432585456778856f,-0.9660968348929958f,-0.19297779816341734f,0.17151231741695872f,-0.011003919525548259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4095188857355605f,0.42771141203551827f,0.805827047349795f,1.3576161694379276f,-0.0010168455603348364f,0.8830756011976452f,-0.4692296331163708f,0.9553525654332261f,-0.9123010732488547f,-0.19297779816341734f,-0.3612012197722869f,0.08051839157527109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17411965460836057f,0.42771141203551827f,0.8869866368179675f,1.2164063151054656f,-0.1290028773902989f,0.8830756011976452f,-0.45114935464260725f,1.016977958751947f,-0.9762379850754064f,-0.19297779816341734f,-0.09858481582835472f,0.04954495839911463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000022276169265445688f,0f,-0.00001546539193905451f,0.6794482645076889f,0f,0.000015625f,0f,1.5567475f,0.00001546539193905451f,0f,-0.0000022276169265445688f,0.10515891861244907f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44.mcfunction new file mode 100644 index 000000000..e987786c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..b022d3e5a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5384096536475338f,0.2127994369598084f,-0.5759999035878179f,-0.2497364881992118f,-0.2737718889315263f,0.7688956443451683f,0.028158220510837127f,1.5055396675613022f,0.5496439230396812f,0.17452888638005298f,0.5782522547547323f,-0.07113195287246635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5670469989086552f,-0.009246768920076323f,-0.5642448035145972f,-0.2497364881992118f,0.04046829016925965f,0.7984995081687863f,0.027583562949391474f,1.5055396675613022f,0.5628676740757673f,-0.048093998780982486f,0.5664511883311664f,-0.07113195287246635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.635469446658154f,0.22991369720955962f,-0.45854412943996437f,-0.2611367861073377f,0.19032695385456025f,0.7836092378027036f,0.12913813345079153f,1.4957385224187658f,0.4763388263042054f,-0.0063795540707243595f,-0.6633287784269841f,0.04937632999434899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6613042071180184f,-0.030143088895716444f,-0.44918608598200593f,-0.2611367861073377f,-0.12150376712217023f,0.780534375443601f,0.1265026613395509f,1.4957385224187658f,0.4334900001420224f,0.17279317967643462f,-0.6497914564182702f,0.04937632999434899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4684814601895f,0.23389278365383992f,-0.4798568711963721f,0.5042383125182587f,0.5030610653517761f,0.13641793975200614f,-1.4729989681737574f,1.5501366205588747f,-0.17860015567420198f,-1.5388601500683796f,-0.20351332370307948f,0.240885936631934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6757445983952048f,0.7233037772299248f,-0.14212981244139744f,0.3519495252309801f,-0.027503310134756022f,-0.16793971013592998f,-0.9854135282667329f,1.5400206090233857f,-0.7366225666318776f,0.6697969092227757f,-0.09359110387361595f,0.4384463254524382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.958569731542705f,-0.24686673770583178f,-0.14212981244139744f,0.04050380491914426f,-0.16060290687410445f,-0.05627507985331075f,-0.9854135282667329f,1.5956595168559988f,0.23526745646972597f,0.9674140422807516f,-0.09359110387361595f,0.3255978791203156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.31312282831730104f,-0.9430913918547211f,-0.11194963598019744f,0.06083618542400659f,0.6910492773533917f,-0.14539332436448757f,-0.7080336697499618f,1.3720597432965387f,0.6514637293479425f,-0.2990642202600767f,0.6972485937628724f,-0.5483923969592222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0908235382522346f,-0.9895546290646343f,-0.11194963598019744f,0.09653488170925992f,0.6914320514848321f,0.14356197504868243f,-0.7080336697499618f,1.6438309524218269f,0.7167097062819936f,-0.013099443380362369f,0.6972485937628724f,-0.26668566518449405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.16963010665754288f,-0.2168758585988841f,-0.9613482661722272f,0.24962888863065102f,0.41832900518792787f,0.8673946675361052f,-0.26949459020248984f,1.2902470837169353f,0.8923152303607897f,-0.4478742599066462f,-0.056410787791384566f,0.226156776094033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.107718438773565f,-0.03930924508474437f,-0.993404007037949f,0.2360496301332743f,0.1795765196448061f,0.9820131411121059f,-0.05833064610814562f,1.4740099811372793f,0.9778287230085054f,-0.1846753203165021f,-0.09872190499353754f,0.19091314162847925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.16963010665754288f,-0.2168758585988841f,-0.9613482661722272f,0.2789645309291409f,0.41832900518792787f,0.8673946675361052f,-0.26949459020248984f,1.315467730610039f,0.8923152303607897f,-0.4478742599066462f,-0.056410787791384566f,-0.08393932040063176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.107718438773565f,-0.03930924508474437f,-0.993404007037949f,0.2653852724317642f,0.1795765196448061f,0.9820131411121059f,-0.05833064610814562f,1.499230628030383f,0.9778287230085054f,-0.1846753203165021f,-0.09872190499353754f,-0.1191829548661855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9152713041571209f,0.17406039014527155f,-0.3632924722162554f,0.44575944806313783f,0.09482797226830628f,0.969584784932734f,0.2256390934710234f,2.1624404702501194f,0.391517682183071f,0.17207069886944665f,-0.9039389244459914f,0.029620477325047984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9152713041571209f,0.17406039014527155f,-0.3632924722162554f,0.42426590393059704f,0.09482797226830628f,0.969584784932734f,0.2256390934710234f,2.0588399881863744f,0.391517682183071f,0.17207069886944665f,-0.9039389244459914f,-0.0913145472823097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9152713041571209f,0.17406039014527155f,-0.3632924722162554f,-0.09196244312917065f,0.09482797226830628f,0.969584784932734f,0.2256390934710234f,2.2181519039577493f,0.391517682183071f,0.17207069886944665f,-0.9039389244459914f,0.25963711560760216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9152713041571209f,0.17406039014527155f,-0.3632924722162554f,-0.1821013350734956f,0.09482797226830628f,0.969584784932734f,0.2256390934710234f,2.1216635198141276f,0.391517682183071f,0.17207069886944665f,-0.9039389244459914f,0.16806591716397484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8459748152739501f,0.3903142215615602f,-0.3632924722162554f,0.3731216507056273f,0.3265749653388794f,0.9178430102754416f,0.2256390934710234f,2.2730940441925f,0.4215156034313737f,0.0722427638958312f,-0.9039389244459914f,0.0622350006017281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.896618057930783f,0.25316918813993183f,-0.3632924722162554f,0.2723959717838778f,0.17897200529211854f,0.9576304197441164f,0.2256390934710234f,2.3033593450415877f,0.40502478876501957f,0.13729290352117693f,-0.9039389244459914f,0.11027133888085641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8087374998098813f,0.46256052148044724f,-0.3632924722162554f,0.2512750671597344f,0.4053275382863898f,0.8858874568500618f,0.2256390934710234f,2.303220288339617f,0.4262079810467621f,0.03523035287173214f,-0.9039389244459914f,0.11872510585726863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9120941312308342f,0.1900075667053046f,-0.3632924722162554f,0.2799052981753522f,0.11173511725087237f,0.9677821361600495f,0.2256390934710234f,2.3075883072637047f,0.394461099916333f,0.16521156595172354f,-0.9039389244459914f,0.10830896896919123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8711410068908061f,0.3303512157451119f,-0.3632924722162554f,0.3468804651619892f,0.2617539532894065f,0.9383879088281892f,0.2256390934710234f,2.404596999350302f,0.4154494121438124f,0.10147022627738934f,-0.9039389244459914f,0.07103585267862755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8711410068908061f,0.3303512157451119f,-0.3632924722162554f,0.2725514416193392f,0.2617539532894065f,0.9383879088281892f,0.2256390934710234f,2.1934597198639594f,0.4154494121438124f,0.10147022627738934f,-0.9039389244459914f,0.04820505176621498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9447179071984908f,0.15518381708012152f,-0.28883569504987866f,0.020130588543287732f,-0.12089350718855772f,0.6539852938033244f,0.746785106579282f,2.2615383964574454f,0.3047832602656407f,0.7404196231904058f,-0.5990709021947433f,0.26494103648486966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9088107646835589f,0.30105968720560705f,-0.28883569504987866f,0.127845861049104f,-0.01709926792349166f,0.6648455607341085f,0.746785106579282f,2.270207879026449f,0.4168580202320271f,0.6836252227001361f,-0.5990709021947433f,0.22381439346621962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970948834523906f,0.17517429532170867f,-0.1630102051873168f,0.13021341132943307f,-0.11583086234181489f,0.25202555908031277f,0.9607634094299218f,2.309023335055526f,0.20938379131589882f,0.95173372527656f,-0.22441333317203221f,0.17669735473654785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8692953818310817f,0.46664034558955825f,-0.1630102051873168f,0.108073742480431f,-0.032281515645605975f,0.2754842551729866f,0.9607634094299218f,2.3102525750634655f,0.4932377143678046f,0.8404494113388635f,-0.22441333317203221f,0.1980419010484141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9315915459962487f,0.3249074705714039f,-0.1630102051873168f,0.09339246265288137f,-0.07497930870489715f,0.26704264522118637f,0.9607634094299218f,2.365852410663824f,0.3556898855667034f,0.9072614624242361f,-0.22441333317203221f,0.3074894356715761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9315915459962487f,0.22070598699032226f,-0.28883569504987866f,0.043733615580058935f,-0.07497930870489715f,0.6608253232568393f,0.746785106579282f,2.2171667129310357f,0.3556898855667034f,0.717355392709305f,-0.5990709021947433f,0.14608447231198274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9152713041571209f,0.17406039014527155f,-0.3632924722162554f,0.08028946840700532f,0.09482797226830628f,0.969584784932734f,0.2256390934710234f,1.7013497924485017f,0.391517682183071f,0.17207069886944665f,-0.9039389244459914f,0.03720662025744465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.0938740553551676f,0.14212981244139744f,-0.9853866135413796f,0.026990788741481288f,-0.08070607005793187f,0.9854135282667329f,0.14982225657329082f,1.3318197193484769f,0.9923075087829272f,0.09359110387361606f,-0.08103402550002617f,0.002109956304838627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.059519719535554f,-0.47850288013042475f,-0.8760664339496735f,0.3430011278237052f,-0.10638839889593335f,0.8756645231873175f,-0.4710553591792451f,0.8152959770496686f,0.9925416422330948f,0.06516622237030736f,-0.10302646211151237f,-0.13328172033842586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.059519719535554f,-0.6658387317421328f,-0.7437178136218316f,0.09347682415187031f,-0.10638839889593335f,0.7450264577145725f,-0.6584960788688389f,1.0967734312861834f,0.9925416422330948f,0.03992944549207547f,-0.11518128240268302f,-0.11807397643388419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.09544107432665946f,0.4532791294611783f,-0.8862443410969062f,0.3507174247179079f,0.10638839889593334f,0.889853956919098f,0.44366816872047954f,1.022786055979878f,0.989733555009495f,-0.05194194981265709f,-0.1331522584785049f,0.17114105835377438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.09544107432665946f,-0.9781302513898086f,-0.18480317272028238f,0.047413158628848845f,0.10638839889593334f,0.17456424506114404f,-0.9788814192365652f,1.1419140705547066f,0.989733555009495f,-0.11308640794694239f,0.08740111226938067f,0.12908779712301122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2127039876417467f,-0.522892790095657f,-0.8254333066379614f,0.00871137558223074f,0.20310264186255989f,0.8026538255246667f,-0.5607995660118387f,1.2799875185784522f,0.9557752510447989f,-0.2869319892179975f,-0.06452676230568649f,0.006950064040133231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.020334212971800672f,-0.5641332963719998f,-0.8254333066379614f,0.00871137558223074f,-0.14377228599304206f,0.8153731517172174f,-0.5607995660118387f,1.2799875185784522f,0.9894018645440044f,0.13007785123991347f,-0.06452676230568649f,0.006950064040133231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0779354282902054f,-0.5590938430263237f,-0.8254333066379614f,0.00871137558223074f,0f,0.8279515968708155f,-0.5607995660118387f,1.2799875185784522f,0.9969584088703111f,-0.04370615436209396f,-0.06452676230568649f,0.006950064040133231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.08473115748564476f,-0.015598757805347332f,-0.996281742132251f,0.019279093941018684f,0.2552723789400011f,0.9661671754436832f,-0.03683750324720009f,1.2735418132585792f,0.9631493360333356f,-0.2574444946976049f,-0.07788253108649938f,0.007776176392478656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0703741050504669f,-0.049700861484212405f,-0.996281742132251f,0.019279093941018684f,-0.17353031723774243f,0.9841393333029023f,-0.03683750324720009f,1.2735418132585792f,0.9823109051302008f,0.1702926804470648f,-0.07788253108649938f,0.007776176392478656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0779354282902054f,-0.03672545862408352f,-0.996281742132251f,0.019279093941018684f,0f,0.999321268839262f,-0.03683750324720009f,1.2735418132585792f,0.9969584088703111f,-0.0028709465927123715f,-0.07788253108649938f,0.007776176392478656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.14128101910092236f,-0.21183075768383341f,-0.9670405388301455f,0.014237875363002767f,0.35144761500946453f,0.9024781863345309f,-0.24903352604517928f,1.34497906508789f,0.9254859521062241f,-0.3750478013392811f,-0.05305562330806357f,0.2017231943930767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.03219886177837081f,-0.26593403381123343f,-0.9634533320099439f,0.04443785382545737f,-0.2551861775997867f,0.9341922145191007f,-0.24932894154892798f,1.34497906508789f,0.9663556529881675f,0.23783186496511433f,-0.09794261557171174f,-0.18459818904416883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0779354282902054f,-0.251489754255026f,-0.9647170427239113f,0.03658277713227283f,0f,0.9676602696165294f,-0.252257016960214f,1.170323740736537f,0.9969584088703111f,-0.01965975865600389f,-0.07541501755197985f,0.010696127650833612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0779354282902054f,-0.16645212941332616f,-0.9829647794458313f,0f,0f,0.9859636778224916f,-0.16695995332637695f,1.390625f,0.9969584088703111f,-0.013012095469803892f,-0.07684150150968198f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.010066520031816517f,-0.7258889119536959f,-0.6877382879243593f,-1.3444702369876627f,0.13637420570750847f,0.6823435012980952f,-0.7181987345114876f,0.8673190705995875f,0.99060624932013f,-0.08656000080254111f,0.10586134832396996f,0.06575644192759814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3175402808021626f,-0.7258889119536959f,-0.6101257719280212f,-1.359335142519097f,-0.22082061936660768f,0.6823435012980952f,-0.696882773713631f,0.8632364849559672f,0.9221748338198303f,-0.08656000080254111f,-0.376962786134696f,0.15823038192154476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1585589923352992f,-0.7258889119536959f,-0.6692864360289206f,-1.2515097243490416f,-0.04354758019861567f,0.6823435012980952f,-0.7297334818240844f,0.97473780005139f,0.986388693268764f,-0.08656000080254111f,-0.1398024036009553f,0.13296377246471475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.03523635507699924f,0.4684912287063494f,0.8827651827672537f,1.4401757840967375f,-0.24570130064261453f,0.8602631192023211f,-0.4467418008232728f,0.8592359687526337f,-0.968704944832747f,-0.20115500084638266f,0.1454214409606665f,0.027501852757325432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.38794559338279067f,0.4684912287063494f,0.7937343291052049f,1.4572276115253413f,-0.004242802787940189f,0.8602631192023211f,-0.5098326827154138f,0.871319586802921f,-0.9216725097340038f,-0.20115500084638266f,-0.33174757035299407f,0.11889268302032223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.18188615923844006f,0.4684912287063494f,0.8645423030151295f,1.31902035235877f,-0.12889192586973003f,0.8602631192023211f,-0.49328920238120477f,0.9392711581349581f,-0.9748355228052992f,-0.20115500084638266f,-0.09608521796515306f,0.08761005058359679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000012177410670344594f,0f,-0.00001557747513859861f,0.6848464071446543f,0f,0.000015625f,0f,1.5567475f,0.00001557747513859861f,0f,-0.0000012177410670344594f,0.06077615426553768f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45.mcfunction new file mode 100644 index 000000000..dc665562e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..0792ded14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5519112840761806f,0.23748011976491176f,-0.5531198528983289f,-0.24658406133734184f,-0.2904834068882238f,0.762338942949053f,0.03745892190621203f,1.5132386853985167f,0.5272170039712646f,0.1714262909363913f,0.5996663255042756f,-0.06040907084211003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5885184455217453f,0.008028457937470174f,-0.5418316926350977f,-0.24658406133734184f,0.02288601713156549f,0.7988302368196017f,0.0366944541122077f,1.5132386853985167f,0.5414076740317987f,-0.04249466561682183f,0.5874282372286781f,-0.06040907084211003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6124725371077768f,0.24815870265989445f,-0.4798323603378221f,-0.2536973706164378f,0.2017389827397868f,0.7779869793138583f,0.1448519496094506f,1.50281508112742f,0.5011219597825697f,-0.009897613687193853f,-0.6447660530079262f,0.06037596458491196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6473310028058359f,-0.005009972108794863f,-0.4700398631880707f,-0.2536973706164378f,-0.10906796132202962f,0.7797241597763841f,0.14189578737252306f,1.50281508112742f,0.4572381793107913f,0.1788997899397345f,-0.6316075621302135f,0.06037596458491196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5304008922973376f,0.1718515825072196f,-0.26409542299191757f,0.49585279108492597f,0.27797231977385867f,0.11972803759598015f,-1.5329066626683294f,1.5460826029379333f,-0.14836019781280674f,-1.5483986827051943f,-0.14784120231439205f,0.1784654307352802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5282193749811138f,0.832115478493806f,-0.1690210707148268f,0.38241796994308686f,-0.009116286226263162f,-0.1934881172431792f,-0.9810602641077308f,1.5308505926572165f,-0.8490589998463021f,0.5197558839846979f,-0.094618369481211f,0.40033191469322815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9773878919449414f,-0.12706213572043318f,-0.1690210707148268f,0.06036872366351333f,-0.17921249639502762f,-0.07350945058107575f,-0.9810602641077308f,1.5935313755360943f,0.1122309663831085f,0.9891671114333669f,-0.094618369481211f,0.32571091863012497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.28935768963112196f,-0.9525150427110269f,-0.09480095390105439f,0.03964697062406595f,0.7221588349007886f,-0.15222156020993954f,-0.6747704897088987f,1.3594765503590591f,0.6282982927130033f,-0.2637113763500965f,0.731913632444063f,-0.5381574295777335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1403031242807824f,-0.9855596442917606f,-0.09480095390105439f,0.09532977307300146f,0.718829786723281f,0.16723792613332353f,-0.6747704897088987f,1.6447621219648612f,0.6808808787419526f,0.026526658404773536f,0.731913632444063f,-0.2679328308270211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1260813041517769f,-0.21271188373462957f,-0.9689464171260725f,0.2582738837190506f,0.4155819015385688f,0.8755755824037428f,-0.24629064661885547f,1.2840122555413043f,0.9007747708816974f,-0.43372924044432604f,-0.02199450219062716f,0.2164861508098439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.0667312417239298f,-0.022733866504533073f,-0.9975119611772768f,0.2477768339920927f,0.17480564324227868f,0.9840115821011163f,-0.034120278157005496f,1.4683011754467823f,0.9823390089315581f,-0.17664760854484363f,-0.06169030658662718f,0.1829791597915193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1260813041517769f,-0.21271188373462957f,-0.9689464171260725f,0.27657809806956796f,0.4155819015385688f,0.8755755824037428f,-0.24629064661885547f,1.3108346358705014f,0.9007747708816974f,-0.43372924044432604f,-0.02199450219062716f,-0.09432209497923777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0667312417239298f,-0.022733866504533073f,-0.9975119611772768f,0.26608104834261004f,0.17480564324227868f,0.9840115821011163f,-0.034120278157005496f,1.4951235557759794f,0.9823390089315581f,-0.17664760854484363f,-0.06169030658662718f,-0.12782908599756237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8997499563693037f,0.20304019762111647f,-0.38629612237688116f,0.4680216838105624f,0.11439518995889347f,0.9639553327692156f,0.24021627118090766f,2.152547231518711f,0.42114576636564316f,0.1719441612145312f,-0.8905455905772183f,0.020077800666835573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8997499563693037f,0.20304019762111647f,-0.38629612237688116f,0.4401670209989391f,0.11439518995889347f,0.9639553327692156f,0.24021627118090766f,2.0502832707223106f,0.42114576636564316f,0.1719441612145312f,-0.8905455905772183f,-0.10069683484030663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8997499563693037f,0.20304019762111647f,-0.38629612237688116f,-0.060581415556403506f,0.11439518995889347f,0.9639553327692156f,0.24021627118090766f,2.219754405619561f,0.42114576636564316f,0.1719441612145312f,-0.8905455905772183f,0.26750093840665096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8997499563693037f,0.20304019762111647f,-0.38629612237688116f,-0.15591732509572453f,0.11439518995889347f,0.9639553327692156f,0.24021627118090766f,2.1260700840700775f,0.42114576636564316f,0.1719441612145312f,-0.8905455905772183f,0.17831223537693192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.823903667890718f,0.41467825102458333f,-0.38629612237688116f,0.3991790716172322f,0.3441990653005822f,0.9076470385045863f,0.24021627118090766f,2.2647113610339034f,0.4502329946621271f,0.0649523026616194f,-0.8905455905772183f,0.055631604348518424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.87863001691208f,0.2806859441041961f,-0.38629612237688116f,0.30080264229751563f,0.19797412472731474f,0.95031699395433f,0.24021627118090766f,2.2970917210465944f,0.4345291006590142f,0.134584589697119f,-0.8905455905772183f,0.1070391044312042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7846268747217282f,0.4849082112121833f,-0.38629612237688116f,0.2799646635175044f,0.42199593573415406f,0.8741942423076214f,0.24021627118090766f,2.2974086965468095f,0.4541806883700243f,0.025464748481075522f,-0.8905455905772183f,0.11616359301391747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8960693800409218f,0.21871207554605668f,-0.38629612237688116f,0.30834650900729477f,0.13120110727225243f,0.9618120463533795f,0.24021627118090766f,2.301150469872418f,0.4240824632115941f,0.16456796620199354f,-0.8905455905772183f,0.10486157531912409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.850823172494846f,0.35619550106983605f,-0.38629612237688116f,0.37644538553024964f,0.2800463568665163f,0.9294461689983623f,0.24021627118090766f,2.3967506576702955f,0.44460540612052557f,0.0962007481877146f,-0.8905455905772183f,0.06601840808765434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.850823172494846f,0.35619550106983605f,-0.38629612237688116f,0.2963013977895367f,0.2800463568665163f,0.9294461689983623f,0.24021627118090766f,2.187625269645664f,0.44460540612052557f,0.0962007481877146f,-0.8905455905772183f,0.0443732397454186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9379173331250596f,0.20491747588380357f,-0.2798569354169853f,0.05347958555539064f,-0.09803333673196682f,0.6173293062363476f,0.7805728617822596f,2.256599818247293f,0.33271690836621537f,0.7595481260191224f,-0.558915112649557f,0.27091470902293574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.89431385865243f,0.3491171979739968f,-0.2798569354169853f,0.160009325696804f,-0.00025480390506078116f,0.6250647506650998f,0.7805728617822596f,2.2629281845773814f,0.4474401158782831f,0.6981484366198651f,-0.558915112649557f,0.22641182293680479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9676534239220962f,0.2199113310551148f,-0.12363598847185275f,0.16156195330128392f,-0.08407481996959823f,0.18095694261143933f,0.9798908151257465f,2.3065067512709643f,0.23786188391359375f,0.9585893757987766f,-0.15661459953270018f,0.1794909396138702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8523367557847805f,0.5081694570641406f,-0.12363598847185275f,0.1402565413494702f,-0.024041134871361485f,0.19808082760907755f,0.9798908151257465f,2.3073659346935567f,0.5224405024233596f,0.8381693078613889f,-0.15661459953270018f,0.20168568787578678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9213382931149264f,0.3685782033634951f,-0.12363598847185275f,0.13207883412985283f,-0.05473181690887116f,0.19188126185235987f,0.9798908151257465f,2.3563234632998147f,0.38488982560978113f,0.909577753331338f,-0.15661459953270018f,0.31491964933897876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9213382931149264f,0.2698441130339652f,-0.2798569354169853f,0.07136390869721074f,-0.05473181690887116f,0.6226639829530107f,0.7805728617822596f,2.2162240671353874f,0.38488982560978113f,0.7344887466762207f,-0.558915112649557f,0.1496596813368294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8997499563693037f,0.20304019762111647f,-0.38629612237688116f,0.09184630578682901f,0.11439518995889347f,0.9639553327692156f,0.24021627118090766f,1.7003908018718992f,0.42114576636564316f,0.1719441612145312f,-0.8905455905772183f,0.03672462762421479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.058573485921655497f,0.1690210707148268f,-0.9838704306977619f,0.02846340426876895f,-0.08583161705343122f,0.9810602641077308f,0.1736481837015941f,1.3324932028315002f,0.9945863865250614f,0.0946183694812111f,-0.04295676775245386f,0.0012427390687606197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.02514774695335309f,-0.5176517924636681f,-0.855221732992282f,0.3557566007230044f,-0.0940847960918493f,0.8529206259952505f,-0.5134924117221455f,0.8252194390384594f,0.9952465232129803f,0.06755018512944133f,-0.07015219541434857f,-0.14022753574423757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.02514774695335309f,-0.6904852397810803f,-0.7229092090073514f,0.0964538774725354f,-0.0940847960918493f,0.7215629021961106f,-0.6859264022609726f,1.0988955466217305f,0.9952465232129803f,0.05076526192969391f,-0.08310984426458946f,-0.12090781840778202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.061689397763768535f,0.4575444305985213f,-0.8870442560728401f,0.36634834392515914f,0.09408479609184928f,0.8874453327284646f,0.45120819203868606f,1.0434256909175657f,0.993651080283164f,-0.05562261632411397f,-0.09779394258010932f,0.1563623822120368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.061689397763768535f,-0.9920964143258391f,-0.10926629345482708f,0.057629669533817304f,0.09408479609184928f,0.10320717213906147f,-0.990200146820537f,1.1443992371308034f,0.993651080283164f,-0.07136514766236365f,0.08697440055114113f,0.12763525135676743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.17784756762956422f,-0.5539379136840054f,-0.813340660776073f,0.01162153770897989f,0.19005149340343f,0.7916214417786474f,-0.5807029557109398f,1.2802436584994472f,0.9655312902974059f,-0.25785321541471445f,-0.035511220155315604f,0.006763361576691642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.05778532372430899f,-0.5789108963307029f,-0.813340660776073f,0.01162153770897989f,-0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9882689264673022f,0.14853781411562078f,-0.035511220155315604f,0.006763361576691642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.04361938736533601f,-0.5801502551703427f,-0.813340660776073f,0.01162153770897989f,0f,0.8141155183563192f,-0.5807029557109398f,1.2802436584994472f,0.9990482215818578f,-0.02532990716935104f,-0.035511220155315604f,0.006763361576691642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.057078626756319945f,-0.048626273404746484f,-0.9971847952623324f,0.022364381093731643f,0.24147066249821023f,0.9684859291560907f,-0.061048539534856866f,1.27405677196559f,0.9687280059543485f,-0.24427543994726605f,-0.04353802841518498f,0.0072324042483883745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.03236583299178086f,-0.06763828022923547f,-0.9971847952623324f,0.022364381093731643f,-0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.9843328419607847f,0.17086045861791258f,-0.04353802841518498f,0.0072324042483883745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.04361938736533601f,-0.060990434852468495f,-0.9971847952623324f,0.022364381093731643f,0f,0.9981347984218669f,-0.061048539534856866f,1.27405677196559f,0.9990482215818578f,-0.0026628998940589526f,-0.04353802841518498f,0.0072324042483883745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.11355204951898834f,-0.24838811675554123f,-0.9619819517562026f,0.022260148911441232f,0.3339825436176359f,0.9023555064247131f,-0.2724154925544683f,1.3457175876014789f,0.9357144824190397f,-0.352218516662079f,-0.019507022110860844f,0.20116243612342144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.007204905618178709f,-0.28015082476482245f,-0.9599289581623335f,0.039162661515508936f,-0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.967160622465498f,0.24584814610977193f,-0.06449045981025955f,-0.18596874973954847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.04361938736533601f,-0.2753750101304988f,-0.960346787801938f,0.04225253042912142f,0f,0.9612616959383189f,-0.27563735581699916f,1.1712926761984126f,0.9990482215818578f,-0.01202313259573864f,-0.04192964627459336f,0.009664728171644477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.04361938736533601f,-0.190627387492758f,-0.9806928918797968f,0f,0f,0.981627183447664f,-0.1908089953765448f,1.390625f,0.9990482215818578f,-0.008322971482120115f,-0.0428179763631474f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.10094046043244509f,-0.7530023602983881f,-0.6502295508762597f,-1.385977929255305f,0.12186436447532278f,0.6392880750292325f,-0.7592495201160447f,0.7833760615891785f,0.9874006786096066f,-0.15587880712423646f,0.027234121443758863f,0.0030127898442050965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3662820078407504f,-0.7530023602983881f,-0.5466488233932318f,-1.4084107293902908f,-0.2104260899326455f,0.6392880750292325f,-0.7396158582677068f,0.7791239384108215f,0.9063985610137555f,-0.15587880712423646f,-0.39261106209799845f,0.09393996634595217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.23928320143984744f,-0.7530023602983881f,-0.6129689999451471f,-1.3052489793310258f,-0.04535598056914072f,0.6392880750292325f,-0.7676285508968711f,0.8963942826345307f,0.9698898826853021f,-0.15587880712423646f,-0.1871240576575229f,0.07654498674370708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.02641081158094785f,0.5144504260663753f,0.8571133111507254f,1.5469957822533835f,-0.24093145992678747f,0.8354127942233975f,-0.49400151301934486f,0.7752359878646865f,-0.970182715084732f,-0.19345858049717005f,0.14601122211267697f,0.10018893119677702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.338295413475564f,0.5144504260663753f,0.7879701595501709f,1.5619703295292018f,-0.009583997544245021f,0.8354127942233975f,-0.5495394528502272f,0.7872640121353134f,-0.9409911584135469f,-0.19345858049717005f,-0.2776858250245246f,0.19195031777102997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15972850427539578f,0.5144504260663753f,0.8425126491881706f,1.428106158513067f,-0.12829892555335312f,0.8354127942233975f,-0.5344388168440896f,0.8614158225266134f,-0.9787881234586981f,-0.19345858049717005f,-0.06743579915905157f,0.15618499435776123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-6.815529275833752e-7f,0f,-0.00001561012846221653f,0.686530829409218f,0f,0.000015625f,0f,1.5567475f,0.00001561012846221653f,0f,-6.815529275833752e-7f,0.037198959352935566f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46.mcfunction new file mode 100644 index 000000000..d736980dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..de6ce83ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5599714037918234f,0.2599147836889907f,-0.5346220876467451f,-0.24395873414274133f,-0.30390821310895555f,0.7564007707374345f,0.04941777491126928f,1.5196406060502206f,0.5108975135824996f,0.1650655133338407f,0.6153710680292821f,-0.05309668199457597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6042232166198319f,0.025310860425800136f,-0.5237114327968115f,-0.24395873414274133f,0.008510170125020505f,0.7984886484015226f,0.04840924889267195f,1.5196406060502206f,0.5242536423354889f,-0.04213358183699922f,0.6028124748041948f,-0.05309668199457597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5929626683515404f,0.26573203375855975f,-0.4946980944176002f,-0.24783377068135637f,0.21516378896051852f,0.7720488071022398f,0.15681080261450786f,1.509217001779124f,0.5186947679570508f,-0.016479385030768023f,-0.6305779983534419f,0.06783556367973305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6362618640992797f,0.01820806328130789f,-0.48460221493969f,-0.24783377068135637f,-0.09469211431548463f,0.7793825713583049f,0.1536105821529873f,1.509217001779124f,0.4756093394576823f,0.17953070460080184f,-0.6177090596115349f,0.06783556367973305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5238621855558856f,0.1015880549305479f,-0.3300456885467069f,0.5026119777958025f,0.33756894517792907f,0.12346609580092412f,-1.5205951402129163f,1.528794411209235f,-0.07278390401938153f,-1.5542979895383982f,-0.14236050376629164f,0.1565399030946572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.48753085488942116f,0.8471693298372005f,-0.211229240669892f,0.39823653205358517f,-0.02410837229229501f,-0.22877443527969918f,-0.9731808897362665f,1.5167306900084556f,-0.8727728524170574f,0.4795481043082577f,-0.09111072241042675f,0.38333625081026185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9738356030083993f,-0.0838237806310867f,-0.211229240669892f,0.07575364407131739f,-0.21752869056047083f,-0.07483464862733098f,-0.9731808897362665f,1.592273145238138f,0.06576843541026905f,0.9936666187235714f,-0.09111072241042675f,0.3240824320178192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2543503997043429f,-0.9629790754417078f,-0.08931502914780956f,0.02476927401998509f,0.7277900942368656f,-0.12977238243290024f,-0.673409761949129f,1.3599581320749194f,0.636888885835618f,-0.23628463559682011f,0.7338542894062436f,-0.5389992002409704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.17645279506791f,-0.980248558622275f,-0.08931502914780956f,0.09479897706256186f,0.7144460084207502f,0.18996366379724836f,-0.673409761949129f,1.6435038916669047f,0.6770755586818792f,0.05501426865530431f,0.7338542894062436f,-0.27028483788909957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.07909515573068779f,-0.20885659424597489f,-0.9747424682345128f,0.26333887357954683f,0.32158218563425517f,0.9201844023558251f,-0.2232612002649546f,1.276936749323602f,0.9435723894978241f,-0.3311186927689601f,-0.005617568543536448f,0.1992805055911674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.03388341182685656f,-0.005690158530251288f,-0.9994095939597899f,0.25602565889287604f,0.12321273110244824f,0.9923316225700559f,-0.009827193991952171f,1.4629375085930376f,0.9918016622779211f,-0.12347296442290631f,-0.03292248106343583f,0.175923559255226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.07909515573068779f,-0.20885659424597489f,-0.9747424682345128f,0.2733102521089942f,0.32158218563425517f,0.9201844023558251f,-0.2232612002649546f,1.3037591296527993f,0.9435723894978241f,-0.3311186927689601f,-0.005617568543536448f,-0.11190654671611988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.03388341182685656f,-0.005690158530251288f,-0.9994095939597899f,0.2659970374223234f,0.12321273110244824f,0.9923316225700559f,-0.009827193991952171f,1.489759888922235f,0.9918016622779211f,-0.12347296442290631f,-0.03292248106343583f,-0.13526349305206128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8849373808882078f,0.23008291082074123f,-0.40490453943488197f,0.4873779489455265f,0.13482608441714522f,0.9587748140203506f,0.2501455235677477f,2.1420747861138194f,0.44576648468392055f,0.16677143085221943f,-0.8794768507380072f,0.007630387366630197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8849373808882078f,0.23008291082074123f,-0.40490453943488197f,0.4538429363042214f,0.13482608441714522f,0.9587748140203506f,0.2501455235677477f,2.0406230990301086f,0.44576648468392055f,0.16677143085221943f,-0.8794768507380072f,-0.11238323942223244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8849373808882078f,0.23008291082074123f,-0.40490453943488197f,-0.03252276232629564f,0.13482608441714522f,0.9587748140203506f,0.2501455235677477f,2.221285110708892f,0.44576648468392055f,0.16677143085221943f,-0.8794768507380072f,0.26951819711843356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8849373808882078f,0.23008291082074123f,-0.40490453943488197f,-0.13242807853421626f,0.13482608441714522f,0.9587748140203506f,0.2501455235677477f,2.1299453799564674f,0.44576648468392055f,0.16677143085221943f,-0.8794768507380072f,0.18293705668086493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8029888647668586f,0.43733419372998683f,-0.40490453943488197f,0.42216885190326814f,0.36276979396150477f,0.8976777225865328f,0.2501455235677477f,2.255770317511431f,0.47287097568952036f,0.053976933651307075f,-0.8794768507380072f,0.045117317927637415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8615168799979033f,0.30633475059761733f,-0.40490453943488197f,0.32602207230404967f,0.21787576150452165f,0.9433755188618377f,0.2501455235677477f,2.290373095893072f,0.45860529655413185f,0.12728570614351548f,-0.8794768507380072f,0.09922448127936345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7618170632239691f,0.5056550960148956f,-0.40490453943488197f,0.3054555460413189f,0.4396271140323415f,0.862644316996647f,0.2501455235677477f,2.2911645889389183f,0.4757759586069917f,0.012558114012652083f,-0.8794768507380072f,0.10891827626599196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8807871001648913f,0.24549215492179782f,-0.40490453943488197f,0.33359579051283184f,0.15153847748755772f,0.9562757483486496f,0.2501455235677477f,2.294257653979879f,0.448609155082545f,0.15896633288870218f,-0.8794768507380072f,0.09684246512404923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8315397154526999f,0.38025519795246593f,-0.40490453943488197f,0.4028106408987829f,0.29926727248986695f,0.920796566379074f,0.2501455235677477f,2.3882910675278546f,0.46795384520411704f,0.08683126035384864f,-0.8794768507380072f,0.05618946826261429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8315397154526999f,0.38025519795246593f,-0.40490453943488197f,0.3172532213594782f,0.29926727248986695f,0.920796566379074f,0.2501455235677477f,2.181111840092563f,0.46795384520411704f,0.08683126035384864f,-0.8794768507380072f,0.03665243468299838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9304562115520593f,0.24002066448126957f,-0.27684168581729024f,0.08241623027920708f,-0.07655680124963418f,0.611535882399921f,0.7875042353662447f,2.25546244881253f,0.3583159144757785f,0.7539323213388053f,-0.5506321460594784f,0.2698144658056164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8814532473375638f,0.3826210315075538f,-0.27684168581729024f,0.18780225170670056f,0.02005102862861423f,0.6159829831506392f,0.7875042353662447f,2.2593603671318925f,0.4718454503425864f,0.6885972049877452f,-0.5506321460594784f,0.22240419956021906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9624525848090367f,0.25030625173371834f,-0.10503238708808049f,0.18908048733020513f,-0.061803034008887106f,0.17470836808022472f,0.9826786713417772f,2.3029439411707013f,0.2643206518259599f,0.9522729474608427f,-0.15267883465804477f,0.17547968989795248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8379979168237358f,0.5354695967668556f,-0.10503238708808049f,0.16841836620626274f,-0.0047903234246600285f,0.18525571972666888f,0.9826786713417772f,2.304273618160806f,0.5456524023593834f,0.8239858185957418f,-0.15267883465804477f,0.19825191716630536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.911446671805349f,0.39778532164665414f,-0.10503238708808049f,0.16449567549929145f,-0.03371172600530087f,0.18222554272028513f,0.9826786713417772f,2.353280333646886f,0.41003473509532823f,0.8992000275037613f,-0.15267883465804477f,0.3116917640726453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.911446671805349f,0.30434133049717915f,-0.27684168581729024f,0.09601887613742624f,-0.03371172600530087f,0.6153865442223851f,0.7875042353662447f,2.2148183611968495f,0.41003473509532823f,0.727100925416298f,-0.5506321460594784f,0.14809405585397853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8849373808882078f,0.23008291082074123f,-0.40490453943488197f,0.10137182381016235f,0.13482608441714522f,0.9587748140203506f,0.2501455235677477f,1.6987759608477841f,0.44576648468392055f,0.16677143085221943f,-0.8794768507380072f,0.03438653854228869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.03190841129423159f,0.19436091463514216f,-0.9804109792076326f,0.02848648082198404f,-0.08583161705343122f,0.9767540213767574f,0.19642941541002937f,1.3324932028315002f,0.9957985673833193f,0.09041801029951774f,-0.014484357452266085f,0.0004797846799695327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.0015230159050950223f,-0.5156564042613607f,-0.8567941136392084f,0.351872356100309f,-0.0940847960918493f,0.8529206259952505f,-0.5134924117221455f,0.8252194390384594f,0.995563022398335f,0.08139335658464013f,-0.047216415969211965f,-0.14970760084680382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.0015230159050950223f,-0.6888774757066979f,-0.7248761990067825f,0.09318025189416823f,-0.0940847960918493f,0.7215629021961106f,-0.6859264022609726f,1.0988955466217305f,0.995563022398335f,0.06924450619575599f,-0.06371394505756135f,-0.123448336110923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.035048260853837734f,0.45589014301455316f,-0.8893457128211115f,0.3704056686973262f,0.09408479609184928f,0.8874453327284646f,0.45120819203868606f,1.0434256909175657f,0.9949470692230197f,-0.0678598476319743f,-0.07399574666079628f,0.1464921303845921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.035048260853837734f,-0.9936521656490303f,-0.10689711461079188f,0.06102821752618974f,0.09408479609184928f,0.10320717213906147f,-0.990200146820537f,1.1443992371308034f,0.9949470692230197f,-0.044762186274237975f,0.08987032950019673f,0.12604559835654022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1450572861470135f,-0.5624609016654035f,-0.814000072379238f,0.01179855106095649f,0.18036606998053642f,0.7938842220553036f,-0.5807029557109398f,1.2802436584994472f,0.9728445222826921f,-0.23105318883189366f,-0.013709828415177618f,0.006449603972362407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08423939919688664f,-0.5747239387649888f,-0.814000072379238f,0.01179855106095649f,-0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9863662292889515f,0.16399299473795104f,-0.013709828415177618f,0.006449603972362407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.016840151189916452f,-0.580620608895771f,-0.814000072379238f,0.01179855106095649f,0f,0.8141155183563192f,-0.5807029557109398f,1.2802436584994472f,0.9998581945995645f,-0.009779125570603583f,-0.013709828415177618f,0.006449603972362407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.030333726205107773f,-0.055581678680518144f,-0.997993257517088f,0.02255010414869067f,0.22792494970735733f,0.9717629819670842f,-0.061048539534856866f,1.27405677196559f,0.9732060842161911f,-0.22931939271133606f,-0.01680874091334102f,0.006630687430498557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0059848470887331525f,-0.06303681111664271f,-0.997993257517088f,0.02255010414869067f,-0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.984846623852248f,0.17261110542412011f,-0.01680874091334102f,0.006630687430498557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.016840151189916452f,-0.06103988252226214f,-0.997993257517088f,0.02255010414869067f,0f,0.9981347984218669f,-0.061048539534856866f,1.27405677196559f,0.9998581945995645f,-0.0010280666356905816f,-0.01680874091334102f,0.006630687430498557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.08393011444628307f,-0.259251866516761f,-0.9621560193630807f,0.027641116280678057f,0.3181839115979754f,0.908043287628631f,-0.27242684558023833f,1.3457175876014789f,0.9443064832400789f,-0.3290073821362717f,0.006277595924529089f,0.20049391169665767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0331116619673944f,-0.2734642355788027f,-0.9613120875662897f,0.034166674866770684f,-0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.9666205036903435f,0.2532648957540762f,-0.03875170220910967f,-0.18695113871067356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.016840151189916452f,-0.27559826895138256f,-0.961125383838603f,0.0424962755081545f,0f,0.9612616959383189f,-0.27563735581699916f,1.1712926761984126f,0.9998581945995645f,-0.004641774745547063f,-0.01618779229267679f,0.008529353212913477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.016840151189916452f,-0.19078193763054874f,-0.9814879834118367f,0f,0f,0.981627183447664f,-0.1908089953765448f,1.390625f,0.9998581945995645f,-0.0032132523305370836f,-0.016530750181390514f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07445267914201711f,-0.7569079635938641f,-0.6492666118142569f,-1.385399803314085f,0.12186436447532278f,0.6392880750292325f,-0.7592495201160447f,0.7833760615891785f,0.9897504105781423f,-0.13565062393372082f,0.044643398020207836f,0.04014078054501566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.341868969763366f,-0.7569079635938641f,-0.5569703243092257f,-1.4053886972049954f,-0.2104260899326455f,0.6392880750292325f,-0.7396158582677068f,0.7791239384108215f,0.9158856195991902f,-0.13565062393372082f,-0.37782593881018717f,0.13163627808174697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21321486816971075f,-0.7569079635938641f,-0.6177618915403912f,-1.3027299665284815f,-0.04535598056914072f,0.6392880750292325f,-0.7676285508968711f,0.8963942826345307f,0.9759519737251339f,-0.13565062393372082f,-0.17063602552921708f,0.11148393314276388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.00041103175005144377f,0.5090832168826418f,0.8607172063699672f,1.549124547366973f,-0.24093145992678747f,0.8354127942233975f,-0.49400151301934486f,0.7752359878646865f,-0.9705420458024715f,-0.2071708028083978f,0.12299754385058538f,0.05871038229461756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3633822883305955f,0.5090832168826418f,0.7802484160932596f,1.566551923416994f,-0.009583997544245021f,0.8354127942233975f,-0.5495394528502272f,0.7872640121353134f,-0.9315908219377708f,-0.2071708028083978f,-0.29869516056513545f,0.1500376821351163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.18589201120022336f,0.5090832168826418f,0.8404037353917201f,1.4317776750832254f,-0.12829892555335312f,0.8354127942233975f,-0.5344388168440896f,0.8614158225266134f,-0.97415786496532f,-0.2071708028083978f,-0.08998173475729807f,0.11787129242846164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.631273623424446e-7f,0f,-0.000015622784290618195f,0.6872809649959873f,0f,0.000015625f,0f,1.5567475f,0.000015622784290618195f,0f,-2.631273623424446e-7f,0.018794080462589915f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47.mcfunction new file mode 100644 index 000000000..acadb554f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..9d394d18e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5633649141569385f,0.2807832024845582f,-0.5203126090571946f,-0.24060664946670435f,-0.3171924760066326f,0.7500487573208682f,0.06132078970991445f,1.5259440053643984f,0.49895225333309307f,0.1597876693877889f,0.6264654771413121f,-0.047857585879401546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.615117446401789f,0.042925160644715965f,-0.509693984382558f,-0.24060664946670435f,-0.005893619810336481f,0.7977198374330203f,0.060069345021957016f,1.5259440053643984f,0.5114643608089161f,-0.042432199441709784f,0.6136804674037343f,-0.047857585879401546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5768094983729658f,0.28315384542625094f,-0.5040428025986468f,-0.24218580248732563f,0.22844805185819556f,0.7656967936856736f,0.16871381741315303f,1.5155204010933017f,0.5310807232741241f,-0.021834935407514626f,-0.6200168912270271f,0.07312642226938022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6281738205648757f,0.04003063217929048f,-0.4937562147905112f,-0.24218580248732563f,-0.08028832438012762f,0.7786137603898027f,0.16527067828227238f,1.5155204010933017f,0.4888265910577681f,0.17932696567716f,-0.6073634852836184f,0.07312642226938022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5153553623645086f,0.035224095361273224f,-0.37929360508596766f,0.5085183594059905f,0.3809191935861764f,0.1310409505084672f,-1.509680458655902f,1.5155438655077282f,-0.0022234457014383016f,-1.5565968593042379f,-0.13567433026698683f,0.13766189210333124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.45117000127598245f,0.8587893126209353f,-0.24274790725501888f,0.4108276264364812f,-0.03320490986005842f,-0.2556632594343807f,-0.9661954935397774f,1.505766906550493f,-0.8918200849441636f,0.44397884443231045f,-0.08683157137087169f,0.3684181061764427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9690001231410105f,-0.04595883893240861f,-0.24274790725501888f,0.08854166672117117f,-0.245742604170865f,-0.07795409391909841f,-0.9661954935397774f,1.5908603683420923f,0.025482029903991222f,0.9958970551042096f,-0.08683157137087169f,0.3225514128608878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.22400106809305306f,-0.9704711029272222f,-0.08949502710425583f,0.014100317631460316f,0.7330002908184879f,-0.10724394030053672f,-0.6717211556358981f,1.3604499143776654f,0.642288171425555f,-0.21606613721736917f,0.7353783578504208f,-0.5393355191218778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.20712489827142122f,-0.9742124597025339f,-0.08949502710425583f,0.0963030116329306f,0.7096471191009609f,0.21258329055426656f,-0.6717211556358981f,1.6420911147708592f,0.6734242666163432f,0.07562028786944942f,0.7353783578504208f,-0.27207026330851664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.042086718287077406f,-0.19616018461715895f,-0.9796682551327188f,0.26610991974721787f,0.22313359921869247f,0.9539257875915171f,-0.20059159670239318f,1.2704018988648988f,0.9738788964976786f,-0.22703914582922852f,0.003622322127887259f,0.18398455383209109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.010853137671010989f,0.01471976304090275f,-0.9998327550039123f,0.2626209205986127f,0.07111405231356005f,0.9973711743433586f,0.013911583392768656f,1.4574959414504833f,0.9974091442162731f,-0.07095117451437565f,-0.01187138866318034f,0.17060701243150078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.042086718287077406f,-0.19616018461715895f,-0.9796682551327188f,0.27017345111463115f,0.22313359921869247f,0.9539257875915171f,-0.20059159670239318f,1.297224279194096f,0.9738788964976786f,-0.22703914582922852f,0.003622322127887259f,-0.12733569547126203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.010853137671010989f,0.01471976304090275f,-0.9998327550039123f,0.26668445196602597f,0.07111405231356005f,0.9973711743433586f,0.013911583392768656f,1.4843183217796805f,0.9974091442162731f,-0.07095117451437565f,-0.01187138866318034f,-0.14071323687185233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8725298359525514f,0.2556076538727026f,-0.4163609163385848f,0.5061557538945743f,0.15515405966611462f,0.9530734908328005f,0.2599579559099963f,2.131171495329087f,0.46326979519685624f,0.16222098616847475f,-0.8712436217871496f,-0.001984138231064067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8725298359525514f,0.2556076538727026f,-0.4163609163385848f,0.46789083010196486f,0.15515405966611462f,0.9530734908328005f,0.2599579559099963f,2.030590090104069f,0.46326979519685624f,0.16222098616847475f,-0.8712436217871496f,-0.12131346836455079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8725298359525514f,0.2556076538727026f,-0.4163609163385848f,-0.006455524727549636f,0.15515405966611462f,0.9530734908328005f,0.2599579559099963f,2.222324505382929f,0.46326979519685624f,0.16222098616847475f,-0.8712436217871496f,0.270186866447089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8725298359525514f,0.2556076538727026f,-0.4163609163385848f,-0.11016018621660043f,0.15515405966611462f,0.9530734908328005f,0.2599579559099963f,2.1333796546328703f,0.46326979519685624f,0.16222098616847475f,-0.8712436217871496f,0.18560277095336644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7847748827183888f,0.4590990860370258f,-0.4163609163385848f,0.4443685955731602f,0.38111466655646553f,0.887227970757601f,0.2599579559099963f,2.24633442251925f,0.48875351087219066f,0.04532722256345526f,-0.8712436217871496f,0.03679752531365041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8469319215775304f,0.33068097550159337f,-0.4163609163385848f,0.3501471308111301f,0.23762947961342978f,0.935924191148913f,0.2599579559099963f,2.2831374432762575f,0.475645404299928f,0.12122706324731142f,-0.8712436217871496f,0.09280639841655042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7417754555213024f,0.5257497132018788f,-0.4163609163385848f,0.329801213193357f,0.45699142296643075f,0.8506354686316656f,0.2599579559099963f,2.284402352287714f,0.490844183953809f,0.0025570635363472705f,-0.8712436217871496f,0.10290698089893867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8679359767684757f,0.2707964689146546f,-0.4163609163385848f,0.3577604180556556f,0.1717638548779365f,0.950220521414144f,0.2599579559099963f,2.28684591544818f,0.46603038354641935f,0.15411110637065367f,-0.8712436217871496f,0.09027458256968916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8148883438878283f,0.4032376152362847f,-0.4163609163385848f,0.4283244077436102f,0.318296395736284f,0.9116519432439045f,0.2599579559099963f,2.379264051194193f,0.4844010646737298f,0.07931052917593395f,-0.8712436217871496f,0.04825963194732473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8148883438878283f,0.4032376152362847f,-0.4163609163385848f,0.33759594431544626f,0.318296395736284f,0.9116519432439045f,0.2599579559099963f,2.174142363964315f,0.4844010646737298f,0.07931052917593395f,-0.8712436217871496f,0.03041476288273962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9246853080000121f,0.2691201200887714f,-0.2693166206017139f,0.10923115467475292f,-0.05506674554045944f,0.6053925815631854f,0.7940198207373945f,2.2538173532792793f,0.37672899371365687f,0.7490488523131633f,-0.5449780565709301f,0.26820117352033623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8712012354135863f,0.4104594563187859f,-0.2693166206017139f,0.21371683644822326f,0.04031548211133016f,0.6065535311728776f,0.7940198207373945f,2.255286086084982f,0.48926789115572644f,0.6808934193691402f,-0.5449780565709301f,0.21870646922504283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9581902887040721f,0.27317142510925596f,-0.08513955095597298f,0.2150770058497308f,-0.03952350509674272f,0.16834110796150653f,0.984936121743517f,2.298852457431327f,0.2833888903575339f,0.9471212403246325f,-0.15050612262580892f,0.17176829024181803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.826878505186359f,0.555898546970387f,-0.08513955095597298f,0.19490784745247453f,0.014431176142931398f,0.17231534243929508f,0.984936121743517f,2.3006508404496198f,0.5621954098139755f,0.8131938441947533f,-0.15050612262580892f,0.1949466528471855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.903659950473257f,0.4197022167843359f,-0.08513955095597298f,0.19438113759483872f,-0.012702553995267263f,0.1724513879527711f,0.984936121743517f,2.349676684852293f,0.42806230741875384f,0.8911288167372194f,-0.15050612262580892f,0.3084448188613582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.903659950473257f,0.3329673434112464f,-0.2693166206017139f,0.1194634853273084f,-0.012702553995267263f,0.6077591376508897f,0.7940198207373945f,2.2129308788808433f,0.42806230741875384f,0.7209449207973546f,-0.5449780565709301f,0.1462322116819537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8725298359525514f,0.2556076538727026f,-0.4163609163385848f,0.11054207084719794f,0.15515405966611462f,0.9530734908328005f,0.2599579559099963f,1.6969627712485813f,0.46326979519685624f,0.16222098616847475f,-0.8712436217871496f,0.03241159505185173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.013003300375722612f,0.218804306960266f,-0.9756821149508563f,0.028490455737098186f,-0.08583161705343122f,0.9719188491122162f,0.21910427712479394f,1.3324932028315002f,0.9962247977707299f,0.08659345238540303f,0.0061421747488222f,-0.000060949592674402545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.020417634742555254f,-0.5140187516411481f,-0.8575359136227444f,0.3489676610847262f,-0.0940847960918493f,0.8529206259952505f,-0.5134924117221455f,0.8252194390384594f,0.9953547967111399f,0.09116539208025018f,-0.03094672762958176f,-0.1563588572993044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.020417634742555254f,-0.6874391968945908f,-0.7259548682696738f,0.0908205296350238f,-0.0940847960918493f,0.7215629021961106f,-0.6859264022609726f,1.0988955466217305f,0.9953547967111399f,0.08230631049467715f,-0.04994496888455392f,-0.12519457827090524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.016158745058822126f,0.45452010931788367f,-0.8905898973061521f,0.37311924068534486f,0.09408479609184928f,0.8874453327284646f,0.45120819203868606f,1.0434256909175657f,0.9954330445100158f,-0.07650001074590516f,-0.05710343469001895f,0.1394357769660333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.016158745058822126f,-0.9943227357645322f,-0.10517220212517961f,0.06340945755650634f,0.09408479609184928f,0.10320717213906147f,-0.990200146820537f,1.1443992371308034f,0.9954330445100158f,-0.025895496921159552f,0.09188295346105871f,0.12486463427196591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.11963407496168815f,-0.5682487520111894f,-0.8141136554227467f,0.011918833611263262f,0.17065372499555156f,0.7960285066338524f,-0.5807029557109398f,1.2802436584994472f,0.9780414072283462f,-0.2084033888016331f,0.001741632220507934f,0.006224516357543901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10294457232540212f,-0.5715079798943783f,-0.8141136554227467f,0.011918833611263262f,-0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9845897773628858f,0.1748712012588444f,0.001741632220507934f,0.006224516357543901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0021392937258145504f,-0.5807016268933365f,-0.8141136554227467f,0.011918833611263262f,0f,0.8141155183563192f,-0.5807029557109398f,1.2802436584994472f,0.9999977117085591f,0.001242294189714378f,0.001741632220507934f,0.006224516357543901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.011019859235022699f,-0.06008366169656018f,-0.9981325143985509f,0.022671886937343344f,0.21433480249595022f,0.9748505876593002f,-0.061048539534856866f,1.27405677196559f,0.9766980880197638f,-0.21460728165057744f,0.002135303511781071f,0.00620151236539023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012707736428504476f,-0.059749453012475924f,-0.9981325143985509f,0.022671886937343344f,-0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.9847828209014973f,0.1737763969479225f,0.002135303511781071f,0.00620151236539023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0021392937258145504f,-0.06104839983800639f,-0.9981325143985509f,0.022671886937343344f,0f,0.9981347984218669f,-0.061048539534856866f,1.27405677196559f,0.9999977117085591f,0.0001306007575970609f,0.002135303511781071f,0.00620151236539023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.06134939388507814f,-0.26659904364485343f,-0.9618530042566705f,0.03144133218387957f,0.30228770539958955f,0.9134473470927313f,-0.27246300162315995f,1.3457175876014789f,0.9512404506927702f,-0.3074717775941405f,0.0245501720750561f,0.1999331952607472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.05145128803283372f,-0.26860823881839835f,-0.9618744091609052f,0.03061235586512643f,-0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.9658179669443816f,0.2584093837322867f,-0.02049988113431287f,-0.18756591802631944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0021392937258145504f,-0.2756367250783971f,-0.9612594962914075f,0.04265050057792573f,0f,0.9612616959383189f,-0.27563735581699916f,1.1712926761984126f,0.9999977117085591f,0.0005896692658994192f,0.0020564211149866995f,0.007721275720239936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0021392937258145504f,-0.19080855874995384f,-0.9816249371985819f,0f,0f,0.981627183447664f,-0.1908089953765448f,1.390625f,0.9999977117085591f,0.00040819648663801986f,0.002099988874638596f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.05565469376669985f,-0.7593461569537305f,-0.6483023746534753f,-1.3843884299275244f,0.12186436447532278f,0.6392880750292325f,-0.7592495201160447f,0.7833760615891785f,0.9909851823981831f,-0.12126075640956063f,0.056957854789490114f,0.06642719599886465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3244247050043196f,-0.7593461569537305f,-0.5640408005654027f,-1.402637220957562f,-0.2104260899326455f,0.6392880750292325f,-0.7396158582677068f,0.7791239384108215f,0.9222090172290217f,-0.12126075640956063f,-0.3671870878672925f,0.15828558469809073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.19465377098706524f,-0.7593461569537305f,-0.6208891393478512f,-1.3003794545403655f,-0.04535598056914072f,0.6392880750292325f,-0.7676285508968711f,0.8963942826345307f,0.9798228127917448f,-0.12126075640956063f,-0.15888072409154705f,0.13618849896220975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.018009059754503787f,0.5050596051118624f,0.8628965575612222f,1.5499597903811118f,-0.24093145992678747f,0.8354127942233975f,-0.49400151301934486f,0.7752359878646865f,-0.9703750333681844f,-0.21679543014580516f,0.10663974907880168f,0.0292988130450718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3809975943112722f,0.5050596051118624f,0.7744389119958217f,1.5691173376546157f,-0.009583997544245021f,0.8354127942233975f,-0.5495394528502272f,0.7872640121353134f,-0.9245263544756821f,-0.21679543014580516f,-0.3134497748408829f,0.12027890710200641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20434717091737523f,0.5050596051118624f,0.8385445897639039f,1.4337568755532781f,-0.12829892555335312f,0.8354127942233975f,-0.5344388168440896f,0.8614158225266134f,-0.9704543366073025f,-0.21679543014580516f,-0.10591563637147784f,0.09067620552926078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.342646446585235e-8f,0f,-0.00001562496424544624f,0.6875138671521004f,0f,0.000015625f,0f,1.5567475f,0.00001562496424544624f,0f,3.342646446585235e-8f,0.005746719047759022f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48.mcfunction new file mode 100644 index 000000000..46ec0352e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..c176f0663 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5593659307361643f,0.29921597460693544f,-0.51431896768069f,-0.23638079857840777f,-0.33032900191854697f,0.7432863424266749f,0.07316152060965188f,1.5321454699391222f,0.49491105308692135f,0.15792295003083523f,0.6301331889611886f,-0.0460693961672682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6184082260626769f,0.06110639061311632f,-0.5038226622178188f,-0.23638079857840777f,-0.02031755276815711f,0.7965242202387963f,0.07166842835231205f,1.5321454699391222f,0.507107940174009f,-0.04260487764581178f,0.6172733279619808f,-0.0460693961672682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.567597708632126f,0.3006674591491931f,-0.5043573778668978f,-0.23734767391799583f,0.24158457777010992f,0.7589343787914803f,0.1805545483128905f,1.5217218656680254f,0.5351767720890381f,-0.023709326046990793f,-0.6164155537615835f,0.07492105429922412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6264023127901027f,0.05933414425294123f,-0.4940643701553285f,-0.23734767391799583f,-0.06586439142230704f,0.7774181431955788f,0.17686976161262744f,1.5217218656680254f,0.4932362765184445f,0.17916609600063765f,-0.6038356445011431f,0.07492105429922412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5071783568650121f,-0.001574767360304131f,-0.41208878983229336f,0.5114210085225908f,0.4103387856889758f,0.13823267656348023f,-1.5013061173822588f,1.5064217963096869f,0.037970140333953226f,-1.5563725444885803f,-0.1329248705290425f,0.12684539496254332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.429136929273874f,0.8638775276695422f,-0.26373682549266736f,0.4183326086951277f,-0.03789048659646377f,-0.27451530964969434f,-0.9608359151246458f,1.497685640086544f,-0.9024443511701281f,0.42232329080396697f,-0.08507191713858732f,0.35983769590873016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9643000334713412f,-0.023839721605353394f,-0.26373682549266736f,0.09678877456334871f,-0.264808574378202f,-0.0816747399283807f,-0.9608359151246458f,1.5892938098915694f,0.0013654240933462028f,0.9963738778849086f,-0.08507191713858732f,0.32201711180683346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2024115865473085f,-0.9741965190116021f,-0.09985335235773658f,0.010947763616420483f,0.7377866032322928f,-0.08464843336168981f,-0.6697055851793131f,1.3609516309585037f,0.6439724200013199f,-0.20922663567311026f,0.7358829643377777f,-0.5393601257800227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.22826604238425502f,-0.9684647241470135f,-0.09985335235773658f,0.10154084918767169f,0.704435717447137f,0.23508455747745427f,-0.6697055851793131f,1.6405245563203361f,0.6720602159620569f,0.08253077558388953f,0.7358829643377777f,-0.27263622757008144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.022643065323757365f,-0.1768953409837315f,-0.9839691712299695f,0.26593038461853724f,0.12153028002377554f,0.9764354022245874f,-0.17833759087710893f,1.2644095965316446f,0.9923294224349525f,-0.12362015863425244f,-0.0006113502723464935f,0.17234027299985907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.004059787172328844f,0.03716570047548423f,-0.9993008700267811f,0.26665332302002315f,0.018748617049724258f,0.9991362820070757f,0.037083410520070276f,1.4519794207237218f,0.9998159868129924f,-0.018584958575252795f,-0.004753086146700279f,0.1688258864785823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.022643065323757365f,-0.1768953409837315f,-0.9839691712299695f,0.26841838180404665f,0.12153028002377554f,0.9764354022245874f,-0.17833759087710893f,1.291231976860842f,0.9923294224349525f,-0.12362015863425244f,-0.0006113502723464935f,-0.13899655389904922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.004059787172328844f,0.03716570047548423f,-0.9993008700267811f,0.26914132020553255f,0.018748617049724258f,0.9991362820070757f,0.037083410520070276f,1.4788018010529191f,0.9998159868129924f,-0.018584958575252795f,-0.004753086146700279f,-0.142510940420326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8656928404733549f,0.27872331976143105f,-0.4157994913108254f,0.5245632793282021f,0.17530871555446204f,0.9468490847072213f,0.26971033543366846f,2.1198566186894507f,0.4688739278354244f,0.1605930316366944f,-0.8685431008222427f,-0.005183854362971703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8656928404733549f,0.27872331976143105f,-0.4157994913108254f,0.4832051435653841f,0.17530871555446204f,0.9468490847072213f,0.26971033543366846f,2.020211750214662f,0.4688739278354244f,0.1605930316366944f,-0.8685431008222427f,-0.12426667131347215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8656928404733549f,0.27872331976143105f,-0.4157994913108254f,0.015968735550106097f,0.17530871555446204f,0.9468490847072213f,0.26971033543366846f,2.222850489077697f,0.4688739278354244f,0.1605930316366944f,-0.8685431008222427f,0.27027957824034016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8656928404733549f,0.27872331976143105f,-0.4157994913108254f,-0.09031636324821347f,0.17530871555446204f,0.9468490847072213f,0.26971033543366846f,2.136353774269493f,0.4688739278354244f,0.1605930316366944f,-0.8685431008222427f,0.18636230587749647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7725487895145065f,0.4798740989523493f,-0.4157994913108254f,0.46571949131814416f,0.3991648229006101f,0.8763126035376773f,0.26971033543366846f,2.2364176308332735f,0.49379733897459877f,0.042391862847582784f,-0.8685431008222427f,0.03399661552155876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8381062799006388f,0.353112795883653f,-0.4157994913108254f,0.3727406622381678f,0.2571649482122272f,0.9279668767640689f,0.26971033543366846f,2.2753906558718526f,0.4810863259354958f,0.11911687123144662f,-0.8685431008222427f,0.09061093603553155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7277852246119921f,0.5453800966868251f,-0.4157994913108254f,0.35249498001268026f,0.4740215560787788f,0.8381884628965679f,0.26971033543366846f,2.2771262916256076f,0.4956129853112457f,-0.0008067248341538796f,-0.8685431008222427f,0.10084216493312072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.860696598600648f,0.2937892921515921f,-0.4157994913108254f,0.38042163783122607f,0.1918068102490366f,0.9436453160495992f,0.26971033543366846f,2.2789216451233107f,0.47160525092429234f,0.15238559418369696f,-0.8685431008222427f,0.0880302909911819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8041412244754709f,0.4248148704138648f,-0.4157994913108254f,0.45284262073980985f,0.337064000333656f,0.9020222805670218f,0.26971033543366846f,2.3696822425264696f,0.48963736660733215f,0.07673415951139419f,-0.8685431008222427f,0.04556430784200291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8041412244754709f,0.4248148704138648f,-0.4157994913108254f,0.3572592748966904f,0.337064000333656f,0.9020222805670218f,0.26971033543366846f,2.16672722939889f,0.48963736660733215f,0.07673415951139419f,-0.8685431008222427f,0.028299121951939243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9232744826294518f,0.2879247436142225f,-0.25429032962344833f,0.13234084118484613f,-0.03362872529448695f,0.5988486706869639f,0.8001558463521493f,2.2516469516398128f,0.38266609277591557f,0.7473149347036634f,-0.5432191544933531f,0.2675506571717259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.866866088422981f,0.42881186201204613f,-0.25429032962344833f,0.23651212321697518f,0.06046587155652702f,0.5967365414698393f,0.8001558463521493f,2.2506957320333925f,0.4948606502028117f,0.6782520822469894f,-0.5432191544933531f,0.21738513309350077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9570085327636918f,0.2830920416047644f,-0.06319465323531606f,0.2385825554257301f,-0.017295314597757922f,0.1617875238187292f,0.9866740440639801f,2.2942266833702707f,0.2895436759980263f,0.9453484506342889f,-0.14993587486955673f,0.17044004809490937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8226889494068012f,0.5649684312653244f,-0.06319465323531606f,0.21861004276480486f,0.03354627268825655f,0.15921362491682808f,0.9866740440639801f,2.296489326540077f,0.5675011366619969f,0.809605887648084f,-0.14993587486955673f,0.19374766077607652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9009408175751701f,0.4293158266701238f,-0.06319465323531606f,0.21995230754194872f,0.00822676416363613f,0.16250123421631973f,0.9866740440639801f,2.3454949467986625f,0.43386399202789283f,0.888415032430632f,-0.14993587486955673f,0.3072478459723543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9009408175751701f,0.3516277456159875f,-0.25429032962344833f,0.14083606477835167f,0.00822676416363613f,0.5997357267162526f,0.8001558463521493f,2.2105544082875057f,0.43386399202789283f,0.7188010758291524f,-0.5432191544933531f,0.14551760391079532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8656928404733549f,0.27872331976143105f,-0.4157994913108254f,0.11919570256325086f,0.17530871555446204f,0.9468490847072213f,0.26971033543366846f,1.6949522149484446f,0.4688739278354244f,0.1605930316366944f,-0.8685431008222427f,0.03174640611825648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.007961590993630096f,0.24188245358781152f,-0.9702728954862082f,0.028489782467821537f,-0.08583161705343124f,0.9665573656451855f,0.2416604900082599f,1.3324932028315002f,0.9962778460765065f,0.08520409358346215f,0.013065827711145839f,-0.00020512897554182896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.025454513395232487f,-0.5135508136039748f,-0.8576815432283171f,0.34817191538416326f,-0.0940847960918493f,0.8529206259952505f,-0.5134924117221455f,0.8252194390384594f,0.9952387245742436f,0.09376549257891045f,-0.026606644081267092f,-0.158122857539989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.025454513395232487f,-0.687013870872927f,-0.7261983262002256f,0.09018580099125874f,-0.0940847960918493f,0.7215629021961106f,-0.6859264022609726f,1.0988955466217305f,0.9952387245742436f,0.08578414423728606f,-0.0462705273938977f,-0.12565258585154995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.01112100205518475f,0.4541271495007596f,-0.8908674735332989f,0.3738200981974336f,0.09408479609184928f,0.8874453327284646f,0.45120819203868606f,1.0434256909175657f,0.9955020715486451f,-0.07879919736126297f,-0.05259574162968908f,0.1375457663884674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.01112100205518475f,-0.994441051293141f,-0.10470586810814755f,0.06404054153018006f,0.09408479609184928f,0.10320717213906147f,-0.990200146820537f,1.1443992371308034f,0.9955020715486451f,-0.020863248118410536f,0.09241401636281112f,0.1245421424257808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.10771936974289895f,-0.5706547274407933f,-0.814094416779569f,0.01195018107395939f,0.16091590811968376f,0.798053975456921f,-0.5807029557109398f,1.2802436584994472f,0.981072172623508f,-0.19355369876826964f,0.005861552431891379f,0.00616411963202316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10792591623548532f,-0.5706157000758605f,-0.814094416779569f,0.01195018107395939f,-0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9840562033052218f,0.17776116263008634f,0.005861552431891379f,0.00616411963202316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007199902593339236f,-0.580687904102522f,-0.814094416779569f,0.01195018107395939f,0f,0.8141155183563192f,-0.5807029557109398f,1.2802436584994472f,0.9999740803654095f,0.0041810047167829545f,0.005861552431891379f,0.00616411963202316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.005222348861882791f,-0.06124782976184095f,-0.9981089271326197f,0.022702980290364938f,0.20070287029011546f,0.9777481442978913f,-0.061048539534856866f,1.27405677196559f,0.9796382418677181f,-0.20064214330866398f,0.007186473323659735f,0.00608669851833233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.01769121276110111f,-0.05886926676299027f,-0.9981089271326197f,0.022702980290364938f,-0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.9847059012207088f,0.17407654265374153f,0.007186473323659735f,0.00608669851833233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007199902593339236f,-0.06104695717901987f,-0.9981089271326197f,0.022702980290364938f,0f,0.9981347984218669f,-0.061048539534856866f,1.27405677196559f,0.9999740803654095f,0.00043954353811658897f,0.007186473323659735f,0.00608669851833233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05184745311182712f,-0.26916108818099505f,-0.9616985755500731f,0.032452721065674345f,0.2862989274816385f,0.9185660056242916f,-0.27252415935894125f,1.3457175876014789f,0.9567365184462648f,-0.28946295431480823f,0.029435222959285818f,0.19977152157427913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.056338293800795046f,-0.2672970803567735f,-0.9619658348841501f,0.029662758810755387f,-0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.9655452226407791f,0.25976540646276697f,-0.015631910977284183f,-0.18771843456731707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007199902593339236f,-0.2756302113974569f,-0.9612367803864144f,0.04268902908873929f,0f,0.9612616959383189f,-0.27563735581699916f,1.1712926761984126f,0.9999740803654095f,0.0019845621129679822f,0.006920990577463974f,0.007505337684367109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007199902593339236f,-0.19080404967710807f,-0.9816017400297649f,0f,0f,0.981627183447664f,-0.1908089953765448f,1.390625f,0.9999740803654095f,0.0013738061806440392f,0.0070676201037971256f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.050638954074905734f,-0.7599500913897007f,-0.6480058293927493f,-1.3840345379657304f,0.12186436447532278f,0.6392880750292325f,-0.7592495201160447f,0.7833760615891785f,0.9912541414799864f,-0.11741642015580242f,0.06023795544812918f,0.0734322477080447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31975357562128237f,-0.7599500913897007f,-0.5658917824762879f,-1.4018182323605555f,-0.2104260899326455f,0.6392880750292325f,-0.7396158582677068f,0.7791239384108215f,0.9238390073779429f,-0.11741642015580242f,-0.364327974117735f,0.16538181085082176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.18969274021146698f,-0.7599500913897007f,-0.62168522815638f,-1.2996736009396859f,-0.04535598056914072f,0.6392880750292325f,-0.7676285508968711f,0.8963942826345307f,0.980795340189622f,-0.11741642015580242f,-0.15573658831539694f,0.14276751752674277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.02291955546392052f,0.5039560124169994f,0.8634251742485234f,1.5500882138725782f,-0.24093145992678747f,0.8354127942233975f,-0.49400151301934486f,0.7752359878646865f,-0.9702714700509762f,-0.21934858284614514f,0.10227156793803796f,0.021454637201066606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.385671417876441f,0.5039560124169994f,0.7728427362548814f,1.5697059340472514f,-0.009583997544245021f,0.8354127942233975f,-0.5495394528502272f,0.7872640121353134f,-0.922586421114167f,-0.21934858284614514f,-0.31736492367484515f,0.11233661664305188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20925568186317905f,0.5039560124169994f,0.8379978503294222f,1.4341973964105015f,-0.12829892555335312f,0.8354127942233975f,-0.5344388168440896f,0.8614158225266134f,-0.9694077807145095f,-0.21934858284614514f,-0.1101578589731874f,0.08341930576803736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.1249847802092556e-7f,0f,-0.000015624595005709526f,0.6875341455481864f,0f,0.000015625f,0f,1.5567475f,0.000015624595005709526f,0f,1.1249847802092556e-7f,0.0022673798921166183f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49.mcfunction new file mode 100644 index 000000000..f19e34a5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..1748a791e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5566571715418372f,0.29834982972515534f,-0.5177495696941301f,-0.23612590673146538f,-0.33032900191854697f,0.7432863424266749f,0.07316152060965188f,1.5321454699391222f,0.4979558095925607f,0.15955324098679655f,0.6273174789754158f,-0.04735849839285283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6156320368632395f,0.06133795019267824f,-0.5071832519452704f,-0.23612590673146538f,-0.02031755276815711f,0.7965242202387963f,0.07166842835231205f,1.5321454699391222f,0.5104746734531814f,-0.042270822550996845f,0.6145150814453053f,-0.04735849839285283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5705093973969185f,0.3007923508862736f,-0.5009864604702988f,-0.2377529398884523f,0.24158457777010992f,0.7589343787914803f,0.1805545483128905f,1.5217218656680254f,0.5320717655635253f,-0.022068411386937575f,-0.619158352889965f,0.07362487532069968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6290842820832829f,0.058355659226830586f,-0.49076224699131316f,-0.2377529398884523f,-0.06586439142230704f,0.7774181431955788f,0.17686976161262744f,1.5217218656680254f,0.48981103292834244f,0.17948717967180988f,-0.6065224681371086f,0.07362487532069968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.511126397419414f,-0.007044341939822879f,-0.3973079891832768f,0.5081010679912095f,0.39506256437764437f,0.14149641024515683f,-1.5050948761174803f,1.511610787447927f,0.04276483660185715f,-1.556064071024831f,-0.1350630431170842f,0.12492793471515296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4245901085666786f,0.8689455618578255f,-0.2542771130772968f,0.4177022898569684f,-0.030881808178252812f,-0.26678661482709165f,-0.9632607207151875f,1.5009024975697534f,-0.9048588584033302f,0.4168435110166518f,-0.08644034759493402f,0.3583544064586465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9669716628574287f,-0.017577058793068066f,-0.2542771130772968f,0.09503027979375572f,-0.25484200258664347f,-0.0847604721841883f,-0.9632607207151875f,1.5892938098915694f,-0.00462135784899983f,0.996246309583779f,-0.08644034759493402f,0.3225404363800141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2059223440650578f,-0.9730403928006303f,-0.10386713721455523f,0.013890564863840035f,0.7377866032322928f,-0.08464843336168981f,-0.6697055851793131f,1.3609516309585037f,0.6428583952206793f,-0.2145391262865746f,0.7353271700314672f,-0.5392923613564413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2245956154578876f,-0.9689006281987568f,-0.10386713721455523f,0.10302694974868917f,0.704435717447137f,0.23508455747745427f,-0.6697055851793131f,1.6405245563203361f,0.6732957221769865f,0.07724521675601725f,0.7353271700314672f,-0.2720781216174499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.02079312649487956f,-0.1790018475381003f,-0.9836289872042786f,0.2651940848378041f,0.01795452483460695f,0.98361617897636f,-0.17937906091266229f,1.2644820978527724f,0.9996225692372754f,-0.0213904425828882f,-0.0172385625148022f,0.16397110897301204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.011456895502713048f,0.036157812633714204f,-0.9992804171657651f,0.2657281720993395f,-0.033585226060425695f,0.998768243986933f,0.036524339743904066f,1.4519794207237218f,0.9993701877362113f,0.033979514252020206f,-0.010228415091632699f,0.17027834030094313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.02079312649487956f,-0.1790018475381003f,-0.9836289872042786f,0.2693808230341043f,0.01795452483460695f,0.98361617897636f,-0.17937906091266229f,1.2913044781819698f,0.9996225692372754f,-0.0213904425828882f,-0.0172385625148022f,-0.14734750777958688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.011456895502713048f,0.036157812633714204f,-0.9992804171657651f,0.26991491029563974f,-0.033585226060425695f,0.998768243986933f,0.036524339743904066f,1.4788018010529191f,0.9993701877362113f,0.033979514252020206f,-0.010228415091632699f,-0.1410402764516558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8674305216633894f,0.2779819235379113f,-0.41266250165594526f,0.5244524573813271f,0.17496024013265013f,0.9468210310786025f,0.27003490418828674f,2.119937593586023f,0.4657823573939932f,0.16203698742390468f,-0.8699372450051095f,-0.0028597868985359987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8674305216633894f,0.2779819235379113f,-0.41266250165594526f,0.48354625197122036f,0.17496024013265013f,0.9468210310786025f,0.27003490418828674f,2.020339727963875f,0.4657823573939932f,0.16203698742390468f,-0.8699372450051095f,-0.12213786544802782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8674305216633894f,0.2779819235379113f,-0.41266250165594526f,0.014837025904085754f,0.17496024013265013f,0.9468210310786025f,0.27003490418828674f,2.2227267346639548f,0.4657823573939932f,0.16203698742390468f,-0.8699372450051095f,0.27078734807043503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8674305216633894f,0.2779819235379113f,-0.41266250165594526f,-0.09112646863077511f,0.17496024013265013f,0.9468210310786025f,0.27003490418828674f,2.136250887051756f,0.4657823573939932f,0.16203698742390468f,-0.8699372450051095f,0.18644294632549266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7744142141266114f,0.4795751084926319f,-0.41266250165594526f,0.4654470120279146f,0.3988199119010999f,0.8763696870563366f,0.27003490418828674f,2.2364716190043894f,0.49114692590900083f,0.044540845558415365f,-0.8699372450051095f,0.03615749770937496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8399019656276561f,0.35252566979137356f,-0.41266250165594526f,0.3722554301716256f,0.25681535380976384f,0.9279693015221939f,0.27003490418828674f,2.2754044004427527f,0.4781323688920939f,0.12082478044902405f,-0.8699372450051095f,0.09244877790085057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7296696094558519f,0.5452448264436824f,-0.41266250165594526f,0.3519721748432456f,0.4736829327262206f,0.8382753901695489f,0.27003490418828674f,2.277132217013094f,0.4931599540518585f,0.0015650790679886534f,-0.8699372450051095f,0.102606648159079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8624469542816444f,0.2930783355646951f,-0.41266250165594526f,0.3799452284923987f,0.1914578982983906f,0.9436233484283788f,0.27003490418828674f,2.278937770553271f,0.4685393518472895f,0.15388328539332025f,-0.8699372450051095f,0.08989783739822692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8059812484868236f,0.42438648283690417f,-0.41266250165594526f,0.4525065135995173f,0.33671594757503487f,0.9020551652580173f,0.27003490418828674f,2.369728966298585f,0.486843504358708f,0.07869302393892921f,-0.8699372450051095f,0.04773786574276272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8059812484868236f,0.42438648283690417f,-0.41266250165594526f,0.35701955496121407f,0.33671594757503487f,0.9020551652580173f,0.27003490418828674f,2.166766554115531f,0.486843504358708f,0.07869302393892921f,-0.8699372450051095f,0.030031935356503676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.924662849318123f,0.28509267517289105f,-0.2524297558800357f,0.13121371177326804f,-0.03394755041793766f,0.5985582122809355f,0.8003596880975901f,2.2515429127028277f,0.3792705879863498f,0.7486322415404074f,-0.5437863440862356f,0.26849712854148083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8686803951254295f,0.42623184943299763f,-0.2524297558800357f,0.23556797497035786f,0.06010553399404248f,0.5964995343264058f,0.8003596880975901f,2.250630810171154f,0.49171302190202265f,0.680084344825925f,-0.5437863440862356f,0.2187126284780653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9580586138911256f,0.279605681238585f,-0.06280410311533816f,0.23780314990649215f,-0.017577615554892158f,0.161407272115677f,0.9867313311837118f,2.2941832013575527f,0.28603272501659593f,0.9464503978166436f,-0.14972282622331767f,0.17179499176966495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8247649805073505f,0.5619771984347657f,-0.06280410311533816f,0.2177451387059823f,0.033160284285034515f,0.1589392198500907f,0.9867313311837118f,2.296432186956052f,0.5645025442589658f,0.8117388452161549f,-0.14972282622331767f,0.19503039311024786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9025233573802363f,0.4260366580647543f,-0.06280410311533816f,0.2186642948363553f,0.007888454327988181f,0.16216982564193322f,0.9867313311837118f,2.345386962741641f,0.4305686491971073f,0.890052646553158f,-0.14972282622331767f,0.3085567319530057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9025233573802363f,0.3488994235155054f,-0.2524297558800357f,0.1401619245453667f,0.007888454327988181f,0.599468215968656f,0.8003596880975901f,2.2105066141486938f,0.4305686491971073f,0.7203520322133511f,-0.5437863440862356f,0.14647752470500197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8674305216633894f,0.2779819235379113f,-0.41266250165594526f,0.11902070711685908f,0.17496024013265013f,0.9468210310786025f,0.27003490418828674f,1.6949522149484446f,0.4657823573939932f,0.16203698742390468f,-0.8699372450051095f,0.03239631288241132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.013397562228160742f,0.2414139453058007f,-0.9703297441273409f,0.02849047762718382f,-0.08583161705343124f,0.9665573656451855f,0.2416604900082599f,1.3324932028315002f,0.9962195736083166f,0.08652263246646531f,0.007771436851526984f,-0.000049674292513170945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.020023714581815507f,-0.5140547907234102f,-0.857523599085563f,0.3490295138582927f,-0.0940847960918493f,0.8529206259952505f,-0.5134924117221455f,0.8252194390384594f,0.9953627991836451f,0.09096195845616627f,-0.03128610098937799f,-0.15622073868322525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.020023714581815507f,-0.6874717163530301f,-0.7259350453511426f,0.09087006914505719f,-0.0940847960918493f,0.7215629021961106f,-0.6859264022609726f,1.0988955466217305f,0.9953627991836451f,0.08203424522079492f,-0.05023226664558711f,-0.1251586256124147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.016552693322309457f,0.4545503491332489f,-0.8905672284822855f,0.37306402879024253f,0.09408479609184928f,0.8874453327284646f,0.45120819203868606f,1.0434256909175657f,0.9954265716204953f,-0.07632012527050912f,-0.05745588734464975f,0.13958343057298356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.016552693322309457f,-0.9943124095749057f,-0.1052085572048331f,0.0633600365460736f,0.09408479609184928f,0.10320717213906147f,-0.990200146820537f,1.1443992371308034f,0.9954265716204953f,-0.026289005009760506f,0.09184132363736966f,0.12488971922605323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.10610376616429545f,-0.5709290046843082f,-0.8141142809310853f,0.011916369282373857f,0.1511540728260925f,0.7999603262016578f,-0.5807029557109398f,1.2802436584994472f,0.9827992862603417f,-0.18467145993228795f,0.0014194409605662326f,0.006229232831128347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10255490603287434f,-0.5715771416288886f,-0.8141142809310853f,0.011916369282373857f,-0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9846304412861435f,0.17464500931894386f,0.0014194409605662326f,0.006229232831128347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0017435375306836694f,-0.5807020730640984f,-0.8141142809310853f,0.011916369282373857f,0f,0.8141155183563192f,-0.5807029557109398f,1.2802436584994472f,0.9999984800372845f,0.00101247739746096f,0.0014194409605662326f,0.006229232831128347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.009726683516628521f,-0.06029381726731398f,-0.9981332812941883f,0.0226694308703526f,0.1870318106620466f,0.9804550869984495f,-0.061048539534856866f,1.27405677196559f,0.9823057026344925f,-0.18727647470570988f,0.001740285481729904f,0.006210484436183092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012318000804264925f,-0.05981822154730974f,-0.9981332812941883f,0.0226694308703526f,-0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.9847877729562007f,0.17375273707889893f,0.001740285481729904f,0.006210484436183092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0017435375306836694f,-0.06104844674335294f,-0.9981332812941883f,0.0226694308703526f,0f,0.9981347984218669f,-0.061048539534856866f,1.27405677196559f,0.9999984800372845f,0.0001064404198724487f,0.001740285481729904f,0.006210484436183092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.052391671217581905f,-0.268621828497738f,-0.9618198511371872f,0.03136220477345043f,0.27022260941196163f,0.9233976715112141f,-0.27261049431424744f,1.3457175876014789f,0.9613713404037065f,-0.2741879893470897f,0.024209344232774974f,0.19994562272882424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.051069054846958534f,-0.2687104850884272f,-0.9618662208647214f,0.03068658398031051f,-0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.9658382535134208f,0.25830305992295977f,-0.020880547995229766f,-0.18755378828562355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0017435375306836694f,-0.2756369368584954f,-0.9612602348563813f,0.042647441489489714f,0f,0.9612616959383189f,-0.27563735581699916f,1.1712926761984126f,0.9999984800372845f,0.0004805840747253467f,0.0016759958436770928f,0.0077381543468815345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0017435375306836694f,-0.19080870535398606f,-0.9816256914109447f,0f,0f,0.981627183447664f,-0.1908089953765448f,1.390625f,0.9999984800372845f,0.00033268264463105264f,0.0017115038354803055f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.05604687866492053f,-0.759298107702908f,-0.6483248653496972f,-1.3844146105369752f,0.12186436447532278f,0.6392880750292325f,-0.7592495201160447f,0.7833760615891785f,0.990963079061448f,-0.12156126341973311f,0.0567012801694361f,0.06587930947743857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3247896502104778f,-0.759298107702908f,-0.5638954395585575f,-1.4026997537321182f,-0.2104260899326455f,0.6392880750292325f,-0.7396158582677068f,0.7791239384108215f,0.9220805516828853f,-0.12156126341973311f,-0.3674102821696537f,0.15773046889749814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.19504152741485828f,-0.759298107702908f,-0.6208262125768067f,-1.3004332502480258f,-0.04535598056914072f,0.6392880750292325f,-0.7676285508968711f,0.8963942826345307f,0.9797457004806355f,-0.12156126341973311f,-0.1591264328309644f,0.13567385411211302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.017625025696916652f,0.5051453638543143f,0.8628542865662052f,1.5499480737926075f,-0.24093145992678747f,0.8354127942233975f,-0.49400151301934486f,0.7752359878646865f,-0.9703820845866485f,-0.21659553232776416f,0.10698123802294794f,0.029912218083863802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3806316767599576f,0.5051453638543143f,0.7745629012697388f,1.569069613562843f,-0.009583997544245021f,0.8354127942233975f,-0.5495394528502272f,0.7872640121353134f,-0.924677064513863f,-0.21659553232776416f,-0.31314326072530674f,0.1208998867481422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2039630908825126f,0.5051453638543143f,0.8385864409434152f,1.433720877536213f,-0.12829892555335312f,0.8354127942233975f,-0.5344388168440896f,0.8614158225266134f,-0.9705351324189696f,-0.21659553232776416f,-0.10558376824183445f,0.09124361765227818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.7242773916932338e-8f,0f,-0.000015624976250582573f,0.6875115390077607f,0f,0.000015625f,0f,1.5567475f,0.000015624976250582573f,0f,2.7242773916932338e-8f,0.006018806977324078f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..b6873dc75 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.39183884842967254f,-0.06909176106788602f,-0.7131851722086563f,0.07627955988577706f,-0.20417771472100638f,0.7899270580488565f,0.0356531656102244f,1.5094872485464097f,0.6868174590945252f,0.19541242529394318f,-0.39628298773493126f,-0.26878204952826745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38052456918913385f,0.08436026599373506f,-0.6986303727758266f,0.07627955988577706f,0.11133686817945566f,0.7914444438760051f,0.034925549985525946f,1.5094872485464097f,0.6948418194290084f,-0.08061660982246296f,-0.3881955798219735f,-0.26878204952826745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.1922014826348177f,0.792038790892878f,0.051745417559142595f,1.5109763487223815f,-0.5537022938156035f,0.17194063011380262f,-0.5751474888964152f,-0.2853333166225271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1229672886274781f,0.7888660417383853f,0.05068938862936418f,1.5109763487223815f,-0.5655703316137992f,-0.05195781094191926f,-0.5634097850413864f,-0.2853333166225271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.24578093831244563f,1.5421639468552488f,-0.052233527375565504f,-0.06769162675334778f,1.1594990147920619f,0.2194808860158374f,1.0241076239194493f,1.5804989325272778f,1.0181159143528267f,0.12233050189361191f,-1.1789323488851955f,0.4144609156665995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9257607863319596f,-0.27533864918075696f,-0.2591439653114607f,-0.30740027814312104f,-0.2656390366756993f,0.014122878634964697f,-0.9639691107567028f,1.6341050447833845f,0.26907781157880306f,0.9612435552795026f,-0.060066286297589006f,0.36985146699298144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12212296492056872f,-0.9599112068830258f,-0.25230231140316955f,-0.2984375f,-0.0913245954759542f,0.24225883757202762f,-0.9659039672138235f,1.6518434816823524f,0.9883045075785917f,0.14100046283123488f,-0.058078135138920975f,0.0391339573993125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9142020878530136f,0.31127514673155804f,0.2595039991839005f,0.31418303491287847f,0.26706664750730214f,0.01888174105551875f,-0.9634930646579262f,1.6343379594629313f,-0.30481133239169655f,0.9501322344189569f,-0.06586948279468559f,0.37029592986842436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10016025243365591f,0.9623339022144695f,0.2527476695858902f,0.2984375f,0.09150708169104987f,0.24403894678151625f,-0.9654384736761612f,1.6518434816823524f,-0.990754448807985f,0.11982676288058626f,-0.06361736449072612f,0.039133957399312566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.554584840429487e-17f,1.0344727924686938e-16f,-0.15625000000000003f,0f,0.8447111389087321f,-0.5352224694493991f,1.343816144653571f,-1.2246467991473532e-16f,-0.5352224694493991f,-0.8447111389087321f,0.2670148707181864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0968907890793722e-17f,1.2065613423479962e-16f,-0.15625000000000003f,0f,0.9852321038098915f,-0.17122412686982963f,1.5274770133249893f,-1.2246467991473532e-16f,-0.17122412686982963f,-0.9852321038098915f,0.22875264628128156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.148251512920668e-17f,1.1111772344045565e-16f,0.15624999999999997f,0f,0.9073450689441243f,-0.4203866385397881f,1.3401712446043237f,-1.2246467991473532e-16f,-0.4203866385397881f,-0.9073450689441243f,0.21817618638392072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0973695767618116e-17f,1.2197202887473152e-16f,0.15624999999999997f,0f,0.9959771989740486f,0.08960702608505922f,1.5274770133249893f,-1.2246467991473532e-16f,0.08960702608505922f,-0.9959771989740486f,0.22875264628128156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.257380797337649e-17f,1.1060557192925281e-16f,0.29375f,0f,0.9031630344868472f,0.42929772086107126f,2.182801926397537f,-1.2246467991473532e-16f,0.42929772086107126f,-0.9031630344868472f,0.2847887418204284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.257380797337649e-17f,1.1060557192925281e-16f,0.33125f,0f,0.9031630344868472f,0.42929772086107126f,2.1101532084174064f,-1.2246467991473532e-16f,0.42929772086107126f,-0.9031630344868472f,0.14645499222965255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.257380797337649e-17f,1.1060557192925281e-16f,-0.29375f,0f,0.9031630344868472f,0.42929772086107126f,2.182801926397537f,-1.2246467991473532e-16f,0.42929772086107126f,-0.9031630344868472f,0.28478874182042835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.257380797337649e-17f,1.1060557192925281e-16f,-0.33125f,0f,0.9031630344868472f,0.42929772086107126f,2.1101532084174064f,-1.2246467991473532e-16f,0.42929772086107126f,-0.9031630344868472f,0.1464549922296525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882791296702351f,0.14798578764915116f,0.037477573455373024f,0.19314076902311472f,0.12230987744724309f,0.620674889601495f,0.7744694799002816f,2.248085959831969f,0.09134908722632604f,0.7699759009683567f,-0.6315001632548362f,0.34031204436343465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992618511532537f,-0.00843707992553365f,0.037477573455373024f,0.07795575705625662f,0.023709095575547956f,0.6321668320071666f,0.7744694799002816f,2.257187479420839f,-0.03022633978440422f,0.7747863655178461f,-0.6315001632548362f,0.3446382418124858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9753378019184319f,0.210087482875135f,0.06767142445753288f,0.05762463452216779f,0.1143010357636697f,0.21848098013442713f,0.9691240036975932f,2.2969249100610813f,0.18881590338812576f,0.9529581894598999f,-0.2371059758189068f,0.304368530865654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925219746173889f,-0.10159088646865799f,0.06767142445753288f,0.08632916678179972f,0.04119240907309019f,0.24310872236903153f,0.9691240036975932f,2.2976319236441403f,-0.11490568017445678f,0.9646644187978585f,-0.2371059758189068f,0.3154507501627585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05492451006412696f,0.06767142445753288f,0.14270444777318042f,0.07871584509292999f,0.23367173810380554f,0.9691240036975932f,2.349662096368105f,0.037415761721523375f,0.9707630076418047f,-0.2371059758189068f,0.41240606642085376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07868643454746875f,0.037477573455373024f,0.12499999999999997f,0.07871584509292999f,0.6276948625202324f,0.7744694799002816f,2.208430752301053f,0.037415761721523375f,0.7744724685771043f,-0.6315001632548362f,0.2381497609910056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988279129670235f,-0.14798578764915132f,-0.03747757345537287f,-0.19314076902311478f,-0.12230987744724309f,0.620674889601495f,0.7744694799002816f,2.248085959831969f,-0.09134908722632629f,0.7699759009683567f,-0.6315001632548362f,0.3403120443634346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992618511532537f,0.008437079925533483f,-0.03747757345537287f,-0.07795575705625671f,-0.023709095575547956f,0.6321668320071666f,0.7744694799002816f,2.257187479420839f,0.03022633978440397f,0.7747863655178461f,-0.6315001632548362f,0.34463824181248576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753378019184319f,-0.21008748287513523f,-0.06767142445753282f,-0.057624634522167845f,-0.1143010357636697f,0.21848098013442713f,0.9691240036975932f,2.2969249100610813f,-0.188815903388126f,0.9529581894598999f,-0.2371059758189068f,0.3043685308656541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9925219746173889f,0.10159088646865778f,-0.06767142445753282f,-0.08632916678179978f,-0.04119240907309019f,0.24310872236903153f,0.9691240036975932f,2.2976319236441403f,0.11490568017445654f,0.9646644187978585f,-0.2371059758189068f,0.3154507501627585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05492451006412718f,-0.06767142445753282f,-0.1427044477731805f,-0.07871584509292999f,0.23367173810380554f,0.9691240036975932f,2.349662096368105f,-0.037415761721523624f,0.9707630076418047f,-0.2371059758189068f,0.41240606642085376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07868643454746892f,-0.03747757345537287f,-0.12500000000000003f,-0.07871584509292999f,0.6276948625202324f,0.7744694799002816f,2.208430752301053f,-0.037415761721523624f,0.7744724685771043f,-0.6315001632548362f,0.23814976099100554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.257380797337649e-17f,1.1060557192925281e-16f,-5.677281787967909e-18f,0f,0.9031630344868472f,0.42929772086107126f,1.7321441433496352f,-1.2246467991473532e-16f,0.42929772086107126f,-0.9031630344868472f,0.04635852387742044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0973695767618116e-17f,1.2197202887473152e-16f,-1.5621458751111155e-18f,0f,0.9959771989740486f,0.08960702608505922f,1.358652693734367f,-1.2246467991473532e-16f,0.08960702608505922f,-0.9959771989740486f,0.012755889095523235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962673639236138f,-0.08626426720993832f,0.0031330150695606414f,0.15291704075944235f,-0.08114004542845979f,0.9234682030526561f,-0.37499702795964385f,0.8433354451435789f,0.029455604026419373f,-0.3738515135096163f,-0.9270207188828132f,0.3569186164185585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962673639236138f,-0.07876178418570146f,0.03532592436977018f,0.12499999999999999f,-0.08114004542845979f,0.7148156330817175f,-0.6945897377084195f,1.0945741470205355f,0.029455604026419373f,-0.6948634341033268f,-0.718538221208566f,0.1047656843105471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14937827268660997f,0.08854276512629705f,-0.13767850455607467f,0.16322560933324154f,0.9703120960072048f,0.17847082898865219f,1.1286396262643308f,-0.059254451856698684f,0.19021190286433048f,-0.9799532345698403f,0.378183727931815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16322560933324154f,0.20958458954356513f,-0.9640703813952834f,1.0840448005955743f,-0.059254451856698684f,-0.9733289294815661f,-0.22162965724250577f,0.04462385931443345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.722018512397496e-17f,-3.5437084886316735e-18f,0.10361992192357888f,0.7870714481112834f,-0.6080965773202137f,1.2725032855226894f,-0.0793725307396538f,-0.6028942268031279f,-0.7938630566107994f,0.02893657576289703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.5296022886027344e-18f,-0.10361992192357888f,0.6947810365339354f,-0.7117177973420236f,1.2346251604738354f,0.07937253073965354f,-0.7075112849579367f,-0.7022305768201439f,0.028821389898378708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.447035269876607e-17f,9.722018512397496e-17f,-3.5437084886316735e-18f,0f,0.7938630566107994f,-0.6080965773202137f,1.2725032855226894f,-1.2246467991473532e-16f,-0.6080965773202137f,-0.7938630566107994f,0.02893657576289703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1831830936320135e-16f,-3.656534367618458e-18f,0.08420485106707266f,0.9624658518428698f,-0.2580097422446504f,1.297439353151877f,-0.022487030721464466f,-0.25702793728013856f,-0.966142315037929f,0.02985786898038095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1831830936320135e-16f,-3.656534367618458e-18f,-0.08420485106707266f,0.9624658518428698f,-0.2580097422446504f,1.297439353151877f,0.022487030721464223f,-0.25702793728013856f,-0.966142315037929f,0.02985786898038095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1597080498874466e-17f,1.1831830936320135e-16f,-3.656534367618458e-18f,0f,0.966142315037929f,-0.2580097422446504f,1.297439353151877f,-1.2246467991473532e-16f,-0.2580097422446504f,-0.966142315037929f,0.02985786898038095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1511420545526318e-16f,-0.19375f,0.12269185628847006f,0.9319371720010295f,-0.3412327883472112f,1.309720278831229f,-0.04453981652359238f,-0.3383134945390996f,-0.9399788211214055f,0.03071889421708183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12269185628847008f,0.8986504725837852f,-0.4211579709864564f,1.3103680335752128f,0.04453981652359216f,-0.4189506618746459f,-0.9069159540215624f,0.017850481774529126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1662808653394446e-17f,1.1103401293595278e-16f,-0.007812500000000009f,0f,0.9066615208014178f,-0.4218588468884588f,1.169660982155686f,-1.2246467991473532e-16f,-0.4218588468884588f,-0.9066615208014178f,0.07624420114632999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.178896420135385e-17f,1.1511420545526318e-16f,0f,0f,0.9399788211214055f,-0.3412327883472112f,1.3796875f,-1.2246467991473532e-16f,-0.3412327883472112f,-0.9399788211214055f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7781887539433723f,0.21201709132764404f,-0.5911607363661991f,-1.093940203756779f,-0.12128072172698587f,0.9743072086094936f,0.18978000365938993f,2.376285250772104f,0.6162087712564979f,-0.07598826380792026f,0.7839084984805398f,-0.5794024061713811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2095964904477971f,0.21201709132764404f,-0.954525046385338f,-1.0623097962432213f,0.12128072172698587f,0.9743072086094936f,0.18978000365938993f,2.376285250772104f,0.9702372378595594f,-0.07598826380792026f,-0.22992495739721258f,-0.491149475225569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33739101347794753f,0.21201709132764404f,-0.9171783125484861f,-0.940548253117727f,0f,0.9743072086094936f,0.2252231410214693f,2.3425017796188836f,0.9413645967553289f,-0.07598826380792026f,0.328722496551627f,-0.5845843151812191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7701345196245424f,-0.2663545544583291f,0.5796102768257139f,1.049019572975392f,0.11295588248963825f,0.9512339825883555f,0.2870450817904451f,2.2325822205823456f,-0.6278007568438118f,-0.15559293585635978f,0.7626644399851983f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.20249767270486996f,-0.2663545544583291f,0.9423640187679159f,1.0174423146472544f,-0.2130455738458574f,0.9512339825883555f,0.22308180973307887f,2.238150143202397f,-0.9558275346597842f,-0.15559293585635978f,-0.24936832657295915f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.897764683616143f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1899613531644784f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47756191143995697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.54581f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5.mcfunction new file mode 100644 index 000000000..338739eda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50.mcfunction new file mode 100644 index 000000000..8a9f73cdd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..8b905e791 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5514130660859626f,0.29666295523292f,-0.5242892007152086f,-0.23561712106144067f,-0.33032900191854697f,0.7432863424266749f,0.07316152060965188f,1.5321454699391222f,0.5037567125960888f,0.1626682163143446f,0.6218622599578908f,-0.04982813926388266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6102536264622557f,0.06177716337626707f,-0.5135894211087758f,-0.23561712106144067f,-0.02031755276815711f,0.7965242202387963f,0.07166842835231205f,1.5321454699391222f,0.5168923567235045f,-0.04162629767537997f,0.609171193428138f,-0.04982813926388266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5760489145639425f,0.3010069200122334f,-0.49447641660537955f,-0.23851076015912237f,0.24158457777010992f,0.7589343787914803f,0.1805545483128905f,1.5217218656680254f,0.5260693720962907f,-0.01891790785428257f,-0.6243697405777089f,0.07113156809678933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6341781190598154f,0.05647323106094754f,-0.48438506116445346f,-0.23851076015912237f,-0.06586439142230704f,0.7774181431955788f,0.17686976161262744f,1.5217218656680254f,0.4831976771967387f,0.18008832500713468f,-0.6116275009740822f,0.07113156809678933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5166030904499772f,0.010763328611868541f,-0.3757731586938744f,0.5047458494678984f,0.3751964307486526f,0.14068140870918147f,-1.510245883820602f,1.518009079296331f,0.023429775736236835f,-1.5561166864990534f,-0.13913358188502337f,0.1289728486250356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4316857930618397f,0.8693731171766425f,-0.2404948215640792f,0.41521798457654197f,-0.02434027330922424f,-0.2552927927150931f,-0.9665573656451855f,1.5052698979055539f,-0.9016955845316105f,0.42310279261462724f,-0.08904549240641509f,0.3616672494043048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.970357925419467f,-0.023827240219751248f,-0.2404948215640792f,0.09164807477264841f,-0.24166049000826012f,-0.08583161705343104f,-0.9665573656451855f,1.5892938098915694f,0.0023883351095765164f,0.9960246965499918f,-0.08904549240641509f,0.32351772373141546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.212641780213641f,-0.9707408353934208f,-0.1115603146609783f,0.019536190947216037f,0.7377866032322928f,-0.08464843336168981f,-0.6697055851793131f,1.3609516309585037f,0.6406671533632177f,-0.2247150934607964f,0.734199377126116f,-0.5391173676046033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2175339031977233f,-0.969656277838857f,-0.1115603146609783f,0.10586995877881247f,0.704435717447137f,0.23508455747745427f,-0.6697055851793131f,1.6405245563203361f,0.6756103321769884f,0.06709659964053681f,0.734199377126116f,-0.27098451702186094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.0238272402197513f,-0.1835599011597029f,-0.9827197084162657f,0.26389601075344427f,-0.08583161705343124f,0.9797447410409976f,-0.18092312156410964f,1.2650680749106167f,0.9960246965499918f,0.08003752300482922f,-0.039099856441527206f,0.15694341412798454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.0238272402197513f,0.03349067572943401f,-0.9991549615863878f,0.2639307939427982f,-0.08583161705343124f,0.9956798092588914f,0.03542105233008555f,1.4519794207237218f,0.9960246965499918f,0.08660307196262397f,-0.02084974314309835f,0.17305117922633217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.0238272402197513f,-0.1835599011597029f,-0.9827197084162657f,0.27134202332211654f,-0.08583161705343124f,0.9797447410409976f,-0.18092312156410964f,1.291890455239814f,0.9960246965499918f,0.08003752300482922f,-0.039099856441527206f,-0.1543143035438879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0238272402197513f,0.03349067572943401f,-0.9991549615863878f,0.2713768065114705f,-0.08583161705343124f,0.9956798092588914f,0.03542105233008555f,1.4788018010529191f,0.9960246965499918f,0.08660307196262397f,-0.02084974314309835f,-0.13820653844554026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8717201870361002f,0.2763651772654045f,-0.4046309482835041f,0.5243676132916272f,0.17472284244234154f,0.9468019794218923f,0.27025532389141815f,2.119992803038908f,0.45779454326435004f,0.16488875206589496f,-0.873633707911695f,0.002264481554914259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8717201870361002f,0.2763651772654045f,-0.4046309482835041f,0.4845773217457269f,0.17472284244234154f,0.9468019794218923f,0.27025532389141815f,2.0204268856344045f,0.45779454326435004f,0.16488875206589496f,-0.873633707911695f,-0.11741706794245713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8717201870361002f,0.2763651772654045f,-0.4046309482835041f,0.012232003407918343f,0.17472284244234154f,0.9468019794218923f,0.27025532389141815f,2.222642472973784f,0.45779454326435004f,0.16488875206589496f,-0.873633707911695f,0.2712187757227199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8717201870361002f,0.2763651772654045f,-0.4046309482835041f,-0.0929373021656895f,0.17472284244234154f,0.9468019794218923f,0.27025532389141815f,2.136180768752456f,0.45779454326435004f,0.16488875206589496f,-0.873633707911695f,0.18587181697017474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7789675844278555f,0.4790441504724004f,-0.4046309482835041f,0.46499079038486485f,0.39858495692386f,0.8764086330145027f,0.27025532389141815f,2.2365084347064275f,0.4840862883047155f,0.049240327738824606f,-0.873633707911695f,0.04076994400319206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8443162162507533f,0.3512889446982402f,-0.4046309482835041f,0.37127829006560326f,0.256577199028048f,0.9279710129348147f,0.27025532389141815f,2.275413801529969f,0.47042349847231524f,0.12436187713897956f,-0.873633707911695f,0.09620892254030133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7342519288490209f,0.5451127412496285f,-0.4046309482835041f,0.3509017781686364f,0.4734522661875149f,0.8383346656021395f,0.27025532389141815f,2.2771362911674533f,0.4865357711652851f,0.006862053414562516f,-0.873633707911695f,0.10617932460649339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8667641824305955f,0.291536700514041f,-0.4046309482835041f,0.37899095056807514f,0.19122020426764386f,0.9436084428343068f,0.27025532389141815f,2.2789487938956654f,0.4606025244560237f,0.15687402227647873f,-0.873633707911695f,0.09373027433047537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.810486489247668f,0.42353919114785804f,-0.4046309482835041f,0.4519287717889465f,0.33647884820360247f,0.9020776267150857f,0.27025532389141815f,2.3697608189793726f,0.47947224680743156f,0.08288853323528202f,-0.873633707911695f,0.05227071732610891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.810486489247668f,0.42353919114785804f,-0.4046309482835041f,0.3566324537806786f,0.33647884820360247f,0.9020776267150857f,0.27025532389141815f,2.1667933529684786f,0.47947224680743156f,0.08288853323528202f,-0.873633707911695f,0.033620797348170486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9281265954805596f,0.27809057205881327f,-0.24748061842024566f,0.12862164900086803f,-0.03416479192873349f,0.5983608043794081f,0.8004980417058459f,2.2514721121127788f,0.3706936602561899f,0.751418645972024f,-0.5458536697059374f,0.27001356121232584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8731968670796564f,0.419857803105534f,-0.24748061842024566f,0.23343190836951228f,0.059860085687266f,0.5963385409032516f,0.8004980417058459f,2.250586659154912f,0.48367758007146217f,0.6841781710963716f,-0.5458536697059374f,0.22119587866658297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9606606057233188f,0.27082376941647607f,-0.06152793292771691f,0.236095934503112f,-0.017770044323603518f,0.16114886902507822f,0.9867701188912621f,2.294153622487008f,0.2771559599504281f,0.9490445342190165f,-0.14999681974284312f,0.17431417551781656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8299533817908383f,0.554429163666192f,-0.06152793292771691f,0.21582367093099522f,0.03289742270423491f,0.15875292766668445f,0.9867701188912621f,2.2963933117663893f,0.5568618712332256f,0.81694908680631f,-0.14999681974284312f,0.19736379040818824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9064671080531392f,0.41776990735023095f,-0.06152793292771691f,0.21568750609711165f,0.007657971527494339f,0.16194470641366682f,0.9867701188912621f,2.345313513241599f,0.42220698417939767f,0.8940034768261089f,-0.14999681974284312f,0.31090867086526963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9064671080531392f,0.3421559958909254f,-0.24748061842024566f,0.13870240702165357f,0.007657971527494339f,0.5992864429445989f,0.8004980417058459f,2.2104740635790643f,0.42220698417939767f,0.7237299453378307f,-0.5458536697059374f,0.148069433164258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8717201870361002f,0.2763651772654045f,-0.4046309482835041f,0.11867499418650575f,0.17472284244234154f,0.9468019794218923f,0.27025532389141815f,1.6949522149484446f,0.45779454326435004f,0.16488875206589496f,-0.873633707911695f,0.03364068319468352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.0238272402197513f,0.24049482156407898f,-0.970357925419467f,0.02848943609997613f,-0.08583161705343124f,0.9665573656451855f,0.2416604900082599f,1.3324932028315002f,0.9960246965499918f,0.08904549240641531f,-0.0023883351095765363f,0.0002486235422777738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00960117512966808f,-0.5149789855150041f,-0.857149031332397f,0.35064601299275977f,-0.0940847960918493f,0.8529206259952505f,-0.5134924117221455f,0.8252194390384594f,0.9955178896335739f,0.08557482240593468f,-0.04026265254188005f,-0.1525578392321087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00960117512966808f,-0.6882929327379754f,-0.7253693239854344f,0.09217549836664674f,-0.0940847960918493f,0.7215629021961106f,-0.6859264022609726f,1.0988955466217305f,0.9955178896335739f,0.07483192445262295f,-0.05783004843705695f,-0.12420035641042405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026973895649664167f,0.45532450557884946f,-0.8899168520557731f,0.3715821428548449f,0.09408479609184928f,0.8874453327284646f,0.45120819203868606f,1.0434256909175657f,0.9951987038264449f,-0.07155680287604271f,-0.06677697106280722f,0.1434817576527807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026973895649664167f,-0.9939826637312957f,-0.10616436857589426f,0.062048969130087187f,0.09408479609184928f,0.10320717213906147f,-0.990200146820537f,1.1443992371308034f,0.9951987038264449f,-0.036698008402302223f,0.09073475674441621f,0.12554625294836827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1094281302383033f,-0.5703436505271052f,-0.8140845193319696f,0.01185049609725459f,0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9838902880765242f,-0.17863210354267103f,-0.007104407970713841f,0.006353655702606505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09224021060683271f,-0.5733743445003822f,-0.8140845193319696f,0.01185049609725459f,-0.14136967617294321f,0.8017472743248557f,-0.5807029557109398f,1.2802436584994472f,0.9856502210246615f,0.16865102781015398f,-0.007104407970713841f,0.006353655702606505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.008726535498374334f,-0.5806808443217595f,-0.8140845193319696f,0.01185049609725459f,0f,0.8141155183563192f,-0.5807029557109398f,1.2802436584994472f,0.9999619230641712f,-0.005067524957022415f,-0.007104407970713841f,0.006353655702606505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.019194523802826213f,-0.05860343883104447f,-0.9980967925071988f,0.022603164585252477f,0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.98467774483017f,-0.1741662143719844f,-0.008710258750591131f,0.006447492818899125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.002006604171355621f,-0.06163413280432143f,-0.9980967925071988f,0.022603164585252477f,-0.17332428881190604f,0.982970888037132f,-0.061048539534856866f,1.27405677196559f,0.9848627642710157f,0.1731169169808406f,-0.008710258750591131f,0.006447492818899125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.008726535498374334f,-0.061046214993534575f,-0.9980967925071988f,0.022603164585252477f,0f,0.9981347984218669f,-0.061048539534856866f,1.27405677196559f,0.9999619230641712f,-0.0005327422473748375f,-0.008710258750591131f,0.006447492818899125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05781230756268542f,-0.2669001899787947f,-0.9619885787698109f,0.029267056406329803f,0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.9654580868204967f,-0.2601731810761925f,0.014163277925709107f,0.2002630254090301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.040953935538869196f,-0.2714001878873238f,-0.9615948799669242f,0.032648588911949855f,-0.25406381026660135f,0.9279408410227337f,-0.2727221587528934f,1.3457175876014789f,0.9663200067662339f,0.2554755048468391f,-0.030950136454595878f,-0.18722221977833622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.008726535498374334f,-0.27562686039108975f,-0.961225094038408f,0.04256408547816603f,0f,0.9612616959383189f,-0.27563735581699916f,1.1712926761984126f,0.9999619230641712f,-0.002405359170215081f,-0.008388484312833254f,0.008184248633991097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.008726535498374334f,-0.1908017299546723f,-0.981589806092392f,0f,0f,0.981627183447664f,-0.1908089953765448f,1.390625f,0.9999619230641712f,-0.0016651014715625624f,-0.008566204462525253f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06641918350408682f,-0.7579837435211592f,-0.6488829914709583f,-1.3850284840994398f,0.12186436447532278f,0.6392880750292325f,-0.7592495201160447f,0.7833760615891785f,0.9903219520608819f,-0.12950444657643204f,0.04991021521949113f,0.051380886705818946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3344260251469316f,-0.7579837435211592f,-0.560017748167032f,-1.404274306082207f,-0.2104260899326455f,0.6392880750292325f,-0.7396158582677068f,0.7791239384108215f,0.9186294652252789f,-0.12950444657643204f,-0.37329412523752625f,0.14303556626275002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20528876781618163f,-0.7579837435211592f,-0.6191261312254258f,-1.3017824754070095f,-0.04535598056914072f,0.6392880750292325f,-0.7676285508968711f,0.8963942826345307f,0.9776499152739314f,-0.12950444657643204f,-0.1656177571452f,0.12205089005606448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.007464165637793674f,0.5073854296746695f,0.8616868990446482f,1.5495499374951907f,-0.24093145992678747f,0.8354127942233975f,-0.49400151301934486f,0.7752359878646865f,-0.9705134300198415f,-0.21129479170511054f,0.11600945284508302f,0.046138524605372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3709294508802466f,0.5073854296746695f,0.7777990538844393f,1.5677177888895724f,-0.009583997544245021f,0.8354127942233975f,-0.5495394528502272f,0.7872640121353134f,-0.9286115923575098f,-0.21129479170511054f,-0.30501642830762954f,0.1373214084589597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.19379041487340448f,0.5073854296746695f,0.8396459377958331f,1.4326869725230065f,-0.12829892555335312f,0.8354127942233975f,-0.5344388168440896f,0.8614158225266134f,-0.9726174277716024f,-0.21129479170511054f,-0.09679798651441576f,0.10624966450932823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3635211716209897e-7f,0f,-0.000015624405047877676f,0.6874108383366582f,0f,0.000015625f,0f,1.5567475f,0.000015624405047877676f,0f,-1.3635211716209897e-7f,0.01321671833484801f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51.mcfunction new file mode 100644 index 000000000..0caec284f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..abd307d0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.499288444037862f,0.2865341586358211f,-0.5792699457330384f,-0.22675350875799816f,-0.33534305441633844f,0.7406171445522834f,0.07730281685933003f,1.5352008966174804f,0.5524495723135423f,0.19060132626644696f,0.5704516183871335f,-0.07102899236282506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5592825302033505f,0.07215049373813211f,-0.5674481101058335f,-0.22675350875799816f,-0.02585600659530521f,0.7959881655797341f,0.07572520835199677f,1.5352008966174804f,0.5714319892448111f,-0.034599805062363376f,0.5588097486241309f,-0.07102899236282506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.620452969092712f,0.3078987335077179f,-0.43264411182035734f,-0.24098506271742948f,0.24621942135149869f,0.7563320456803758f,0.1851547398008366f,1.5247327518164453f,0.4704875706517821f,0.010229908392827933f,-0.6674438098303878f,0.049121564416291924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6769484504720445f,0.04606458723959289f,-0.42381464015055414f,-0.24098506271742948f,-0.06069419691943244f,0.7768004474098565f,0.18137607164163588f,1.5247327518164453f,0.42196801995388566f,0.1856316748464351f,-0.6538225075889513f,0.049121564416291924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2734857558588089f,0.3881709444137591f,-0.8179019486085414f,0.371244528389336f,0.846025655649575f,0.00770899000230907f,-1.3136161583414887f,1.5010746303656781f,-0.32230555317497467f,-1.5134959991311754f,-0.21646071469552908f,0.24553187405093346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5961897091224566f,0.7044070497962771f,-0.3851863690913603f,0.3644867822754024f,-0.14127481492839322f,-0.3802437959698367f,-0.9140328671844341f,1.4538396516073084f,-0.7903159225293571f,0.5993541222213746f,-0.12718246252065124f,0.3972919124779206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9121140100253815f,-0.14028361907803946f,-0.3851863690913603f,0.06480330357331515f,-0.3980270207209422f,-0.07822025621674446f,-0.9140328671844341f,1.5893211034202381f,0.09809446208338574f,0.9870167666943426f,-0.12718246252065124f,0.3312410698816566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36881446663321815f,-0.9026108316750366f,-0.2219675105616881f,0.08981509771585178f,0.5689251755714417f,-0.03036592491060891f,-0.8218284828389236f,1.4408497026171903f,0.7350510416311637f,-0.4293851384796889f,0.5247174182831358f,-0.5936162669998698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10318436713823695f,-0.9695789862787497f,-0.2219675105616881f,0.1349693860606193f,0.5153218598888082f,0.24298420836633f,-0.8218284828389236f,1.6409323830944242f,0.8507622271228436f,-0.029584858479626025f,0.5247174182831358f,-0.26113934773761094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11718761166981906f,-0.1818826917403298f,-0.9763123220140243f,0.24905074786066553f,-0.08619837941408932f,0.9812387369656116f,-0.17245399521181326f,1.263724158727741f,0.989361866587503f,0.06394706813782461f,-0.13066701733439862f,0.18098066866452392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.11718761166981906f,0.033741316349418515f,-0.9925364412665825f,0.2491738919182654f,-0.08619837941408932f,0.9953053370766615f,0.044012786472775234f,1.4506189893450698f,0.989361866587503f,0.0907127860762851f,-0.11372900854562018f,0.19727850975041725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.11718761166981906f,-0.1818826917403298f,-0.9763123220140243f,0.28567187650748405f,-0.08619837941408932f,0.9812387369656116f,-0.17245399521181326f,1.290661152294644f,0.989361866587503f,0.06394706813782461f,-0.13066701733439862f,-0.12819491464407076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.11718761166981906f,0.033741316349418515f,-0.9925364412665825f,0.2857950205650839f,-0.08619837941408932f,0.9953053370766615f,0.044012786472775234f,1.4775559829119729f,0.989361866587503f,0.0907127860762851f,-0.11372900854562018f,-0.11189707355817743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9090405756007854f,0.26784786724032017f,-0.3192221043822066f,0.5300474658269412f,0.181938855272345f,0.9442982840042937f,0.27422436756921276f,2.1164694426552932f,0.37489129738309634f,0.19120217268995088f,-0.9071373899829399f,0.05239745083464342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9090405756007854f,0.26784786724032017f,-0.3192221043822066f,0.5007284317210987f,0.181938855272345f,0.9442982840042937f,0.27422436756921276f,2.0173179845416573f,0.37489129738309634f,0.19120217268995088f,-0.9071373899829399f,-0.07060537471436716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9090405756007854f,0.26784786724032017f,-0.3192221043822066f,-0.004013872338520186f,0.181938855272345f,0.9442982840042937f,0.27422436756921276f,2.223358520127796f,0.37489129738309634f,0.19120217268995088f,-0.9071373899829399f,0.2726460880472125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9090405756007854f,0.26784786724032017f,-0.3192221043822066f,-0.10151094961442156f,0.181938855272345f,0.9442982840042937f,0.27422436756921276f,2.137852476159586f,0.37489129738309634f,0.19120217268995088f,-0.9071373899829399f,0.17776010980193419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8172399217418075f,0.47980846010177813f,-0.3192221043822066f,0.46833570707191285f,0.40498092459213547f,0.872233596548404f,0.27422436756921276f,2.233468489745651f,0.41001141572880995f,0.09482823770900695f,-0.9071373899829399f,0.08536792203308396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8822369219510648f,0.34605673179423385f,-0.3192221043822066f,0.3702025828006788f,0.26354754131692476f,0.924847927876291f,0.27422436756921276f,2.273145263005638f,0.3901290901895351f,0.15780066122429443f,-0.9071373899829399f,0.13189516361736559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7723120143913211f,0.5492097964354015f,-0.3192221043822066f,0.3490016572392993f,0.4794600168636158f,0.8336180710975539f,0.27422436756921276f,2.2750369363147214f,0.41671602399711105f,0.058732538162233186f,-0.9071373899829399f,0.13992762603137984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.904227534475647f,0.28367201830615624f,-0.3192221043822066f,0.3781422753524318f,0.19839142255391867f,0.9409791919528815f,0.27422436756921276f,2.276615315812769f,0.3781711376521548f,0.18463029638121137f,-0.9071373899829399f,0.13015016628230822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8487189126160782f,0.4216318956644257f,-0.3192221043822066f,0.45539239550862565f,0.3431504714377264f,0.8983589205787024f,0.27422436756921276f,2.3668214832773375f,0.40239776505324626f,0.12319819144407676f,-0.9071373899829399f,0.09578578328977062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8487189126160782f,0.4216318956644257f,-0.3192221043822066f,0.36052521898413004f,0.3431504714377264f,0.8983589205787024f,0.27422436756921276f,2.1646907261471298f,0.40239776505324626f,0.12319819144407676f,-0.9071373899829399f,0.0680661902148534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9588653233477149f,0.211995734963577f,-0.1887726146413583f,0.11222317025430771f,-0.026406360857022065f,0.5955168476053914f,0.8029087048503245f,2.2511882000652923f,0.2826304933788471f,0.7748661126771448f,-0.5654224187605577f,0.2823212665986797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.913896660681687f,0.35938529958294974f,-0.1887726146413583f,0.22111203127188836f,0.06707810474156557f,0.5923159119421441f,0.8029087048503245f,2.249430801924556f,0.400366608821391f,0.7211130749777177f,-0.5654224187605577f,0.2434719664367856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9824086471015904f,0.18264559374525816f,-0.03890806067468394f,0.22849953447294166f,-0.009678850433930906f,0.15826951415474055f,0.9873485102756269f,2.293000316529086f,0.18649281475247326f,0.9703562994975939f,-0.15371753989390768f,0.1971017862243931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.877885553075686f,0.477287249479317f,-0.03890806067468394f,0.20618904844800626f,0.03970283578984495f,0.15351418203783201f,0.9873485102756269f,2.29540072999741f,0.4772217938561074f,0.8652342326779053f,-0.15371753989390768f,0.2181670622375918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9417415006925892f,0.33407949456350194f,-0.03890806067468394f,0.19589751233000813f,0.015199119055016336f,0.15783505959213073f,0.9873485102756269f,2.34425478791564f,0.3359939473461109f,0.929235699527167f,-0.15371753989390768f,0.33127325057626833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9417415006925892f,0.2783663877603312f,-0.1887726146413583f,0.1332650750839337f,0.015199119055016336f,0.5959082131129975f,0.8029087048503245f,2.210175439965216f,0.3359939473461109f,0.7532632711806272f,-0.5654224187605577f,0.1617890145606275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9090405756007854f,0.26784786724032017f,-0.3192221043822066f,0.11959880583531168f,0.181938855272345f,0.9442982840042937f,0.27422436756921276f,1.6949107010174342f,0.37489129738309634f,0.19120217268995088f,-0.9071373899829399f,0.04528453232110745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.11718761166981906f,0.2393639173347608f,-0.9638319245331529f,0.02983733683477638f,-0.08619837941408932f,0.9644047546059323f,0.24998661700150288f,1.3332589180402097f,0.989361866587503f,0.11237608451814454f,-0.09238350811082273f,0.003143500626803241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.08366172445351114f,-0.5318628198129725f,-0.8426877575721972f,0.3836373288762682f,-0.09357382548489997f,0.8461088534227929f,-0.5247320719602417f,0.8463797699859936f,0.9920910517919139f,0.03495352714906475f,-0.12055536443581985f,-0.11505267075789796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.08366172445351114f,-0.7288857247662819f,-0.6795044636302225f,0.11124715253308039f,-0.09357382548489997f,0.684628322774644f,-0.7228609816824388f,1.1013799248077312f,0.9920910517919139f,0.0031080358282342263f,-0.12548181170075667f,-0.11397141102180104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.12492300007762416f,0.3760358973839427f,-0.918145548336569f,0.36155916195886373f,0.09357382548489997f,0.9257352225022287f,0.3664126594467923f,1.0467019605111139f,0.9877439866866957f,-0.04014102262526977f,-0.15083273871036812f,0.17935153157078004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.12492300007762416f,-0.9836283959199602f,-0.12988234210827856f,0.05311795090462024f,0.09357382548489997f,0.11864388311313256f,-0.9885178643726976f,1.1422739088278708f,0.9877439866866957f,-0.1356422048617735f,0.07722052204245494f,0.1312880304152176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2071118504806292f,-0.5712160825082079f,-0.7942398053953639f,0.014054606045849169f,0.13868160093981186f,0.7865024421254332f,-0.6018150231520482f,1.2805931328316877f,0.9684379664961819f,-0.2347894708344171f,-0.08367681539132654f,0.007765307872251254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0007459288354226129f,-0.6076039623930268f,-0.7942398053953639f,0.014054606045849169f,-0.13868160093981186f,0.7865024421254332f,-0.6018150231520482f,1.2805931328316877f,0.9903367392715182f,0.11059535892171331f,-0.08367681539132654f,0.007765307872251254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.10477472431243563f,-0.5985026221085313f,-0.7942398053953639f,0.014054606045849169f,0f,0.7986355100472929f,-0.6018150231520482f,1.2805931328316877f,0.9944959814625964f,-0.06305500313783792f,-0.08367681539132654f,0.007765307872251254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.11823409650818778f,-0.06716529223584519f,-0.9907116240065853f,0.024905896720074885f,0.17298739392508944f,0.9810602621904068f,-0.08715574274765811f,1.274689849154508f,0.9778016465346631f,-0.18168540246746168f,-0.10437602485407269f,0.008908541238718974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.08813182513701881f,-0.10355317212066414f,-0.9907116240065853f,0.024905896720074885f,-0.17298739392508944f,0.9810602621904068f,-0.08715574274765811f,1.274689849154508f,0.980973059233037f,0.1636994272886687f,-0.10437602485407269f,0.008908541238718974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.10477472431243563f,-0.0866760359239338f,-0.9907116240065853f,0.024905896720074885f,0f,0.9961946980917454f,-0.08715574274765811f,1.274689849154508f,0.9944959814625964f,-0.009131718918631439f,-0.10437602485407269f,0.008908541238718974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.15691497842618876f,-0.2647297069041848f,-0.9514703735944345f,0.011046400172648501f,0.25268400030018495f,0.9205770600071684f,-0.2978064347539427f,1.3465448161988995f,0.9547400093940783f,-0.2871516304515483f,-0.07755936817182423f,0.20227068513328098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.045494245885208666f,-0.3187587130728409f,-0.946743448053105f,0.05164660584371731f,-0.25268400030018495f,0.9205770600071684f,-0.2978064347539427f,1.3465448161988995f,0.9664786958767546f,0.22567844254315567f,-0.12242618587403294f,-0.18309650768347516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.10477472431243563f,-0.2990507092094967f,-0.9484676749718727f,0.047275995371900546f,0f,0.9537169507482269f,-0.300705799504273f,1.17248386090914f,0.9944959814625964f,-0.031506367242210745f,-0.09992543058674223f,0.012836481614447823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.10477472431243563f,-0.215248326290759f,-0.9709224557987521f,0f,0f,0.9762960071199334f,-0.2164396139381028f,1.390625f,0.9944959814625964f,-0.02267740088065472f,-0.10229114499332272f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16127805738385365f,-0.7420259585964816f,-0.6506818462009394f,-1.383556238492283f,0.12186589177455534f,0.6392935630231662f,-0.7592446540471244f,0.7833759423248244f,0.9793559580808617f,-0.20174542633258774f,-0.012676368778148955f,-0.08194728855637548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42115759007280035f,-0.7420259585964816f,-0.5215589718268141f,-1.4115207807780497f,-0.21042264923986922f,0.6392935630231662f,-0.7396120935760989f,0.7791240576751757f,0.8822406661512185f,-0.20174542633258774f,-0.4253824043645157f,0.007433740480404127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29828845104817914f,-0.7420259585964816f,-0.6003511278745551f,-1.307485840453983f,-0.04535343626291974f,0.6392935630231662f,-0.76762413074127f,0.8963936196111906f,0.9533976430589826f,-0.20174542633258774f,-0.22434731369788918f,-0.003604676983302295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.08582811856834033f,0.525345750667665f,0.8465490985869907f,1.537945718695971f,-0.24093611217375982f,0.8354092920609234f,-0.49400516656089755f,0.7752358120272325f,-0.9667384982060103f,-0.16156471456878901f,0.1982763704849708f,0.19482475005107291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.27998041631779824f,0.525345750667665f,0.803506570436073f,1.5472675728166834f,-0.00958666985852312f,0.8354092920609234f,-0.5495447302079153f,0.7872641879727674f,-0.959957843990837f,-0.16156471456878901f,-0.22886192511374556f,0.2873314185018664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09943311062093037f,0.525345750667665f,0.8450591096294231f,1.4158477793119137f,-0.12830267675237322f,0.8354092920609234f,-0.5344433907126579f,0.8614165086068987f,-0.9867377968084641f,-0.16156471456878901f,-0.015664078520100655f,0.24342769605448475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000001637105067381807f,0f,-0.00001553899971035307f,0.6829597756828101f,0f,0.000015625f,0f,1.5567475f,0.00001553899971035307f,0f,-0.000001637105067381807f,0.07921039771100578f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52.mcfunction new file mode 100644 index 000000000..a31eca2d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..8e7302aca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.37853323728216265f,0.24956641249955516f,-0.6792449031602903f,-0.20538692345442786f,-0.3403052205515796f,0.737901951990469f,0.08147091848286055f,1.538277847775727f,0.6386308711473875f,0.24527894211530268f,0.44601938905923283f,-0.11297890722375106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4361378367072001f,0.08396169992150303f,-0.6653827622794681f,-0.20538692345442786f,-0.03136474416757354f,0.7953910337598935f,0.07980824667708789f,1.538277847775727f,0.6699253989928031f,-0.01742229493091345f,0.4369169525478199f,-0.11297890722375106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6986595444016322f,0.306013317679282f,-0.29184779400205635f,-0.24298782034682923f,0.2508634594566149f,0.7536729476735919f,0.18970782034197473f,1.5277723367883047f,0.3404215183715731f,0.07264559031601642f,-0.7387694176681074f,0.002017102575665876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7470205518614841f,0.015040661263852867f,-0.285891716573443f,-0.24298782034682923f,-0.055494401485227746f,0.7761348247669417f,0.18583623217173037f,1.5277723367883047f,0.2808570214546188f,0.1933610930170156f,-0.7236924907769217f,0.002017102575665876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5886400168361144f,0.9496908506277651f,-1.0922437771912863f,0.2092390975840776f,1.120066396533595f,-0.44791551984411987f,-0.993090733235899f,1.5809451078733319f,-0.9167117583708756f,-1.1570934384554608f,-0.5120357182344745f,0.3554733730062302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.793437380298545f,0.37668674834874866f,-0.47808390180325866f,0.25186168358428773f,-0.2929135318197819f,-0.45222213813216294f,-0.8424350423979501f,1.4091726606939816f,-0.5335342410959608f,0.808456697295298f,-0.24847330274404916f,0.4691558547978736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7853220365730907f,-0.3933256687647839f,-0.47808390180325866f,0.0020510502138204323f,-0.5366914850101849f,-0.04759673578645833f,-0.8424350423979501f,1.589385913711593f,0.3085960932841743f,0.9181663623947509f,-0.24847330274404916f,0.3388097903507405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6149308362847477f,-0.7278622729997232f,-0.3034412268130643f,0.23331540598547518f,0.38258249655992443f,0.06111062561164815f,-0.9218981097514676f,1.5309260766663682f,0.6895583368447636f,-0.6829948777121462f,0.24088855744276041f,-0.5954459719649648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14236358335962734f,-0.9421549936200461f,-0.3034412268130643f,0.1880159535678189f,0.2938347103262597f,0.2525174018640194f,-0.9218981097514676f,1.641343619429384f,0.9451950979244917f,-0.22040628337834745f,0.24088855744276041f,-0.2299325433664548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.30961898581310876f,-0.18295943787018415f,-0.9330926683445155f,0.20955116762017673f,-0.08650606571120213f,0.982664202709062f,-0.16397489231383217f,1.2624331705105505f,0.9469175171149973f,0.029948435825429207f,-0.32007859499250957f,0.22663009395649814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.30961898581310876f,0.0233356482473929f,-0.9505743164765897f,0.20798551218858424f,-0.08650606571120213f,0.9948617998324979f,0.05259942803122766f,1.449298504404339f,0.9469175171149973f,0.09851622584588327f,-0.30600942636763945f,0.2431893273878035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.30961898581310876f,-0.18295943787018415f,-0.9330926683445155f,0.30630710068677325f,-0.08650606571120213f,0.982664202709062f,-0.16397489231383217f,1.2894663160453013f,0.9469175171149973f,0.029948435825429207f,-0.32007859499250957f,-0.06928163014193853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.30961898581310876f,0.0233356482473929f,-0.9505743164765897f,0.30474144525518077f,-0.08650606571120213f,0.9948617998324979f,0.05259942803122766f,1.4763316499390897f,0.9469175171149973f,0.09851622584588327f,-0.30600942636763945f,-0.052722396710633154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9634070140610733f,0.23277093209460728f,-0.13290830835479928f,0.5171857843784388f,0.1891649909532008f,0.941733620000206f,0.2781265811801947f,2.1129278941839753f,0.1899040058966691f,0.24280750015828523f,-0.9513048861491683f,0.15816852625863081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9634070140610733f,0.23277093209460728f,-0.13290830835479928f,0.5117570269856406f,0.1891649909532008f,0.941733620000206f,0.2781265811801947f,2.0141918715088476f,0.1899040058966691f,0.24280750015828523f,-0.9513048861491683f,0.03151135544123554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9634070140610733f,0.23277093209460728f,-0.13290830835479928f,-0.04881583638244187f,0.1891649909532008f,0.941733620000206f,0.2781265811801947f,2.2240623263689807f,0.1899040058966691f,0.24280750015828523f,-0.9513048861491683f,0.26973712972292385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9634070140610733f,0.23277093209460728f,-0.13290830835479928f,-0.12650011982982046f,0.1891649909532008f,0.941733620000206f,0.2781265811801947f,2.1395136780153434f,0.1899040058966691f,0.24280750015828523f,-0.9513048861491683f,0.15732275934777878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8784773232749492f,0.45892589168834824f,-0.13290830835479928f,0.4511537998308167f,0.4113719647833152f,0.8679969535841308f,0.2781265811801947f,2.2304036907628753f,0.24300349602833862f,0.18965314262284982f,-0.9513048861491683f,0.17874483289012516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9394536360352708f,0.3158516223013179f,-0.13290830835479928f,0.34612577921356635f,0.27052265417371046f,0.9216632239705717f,0.2781265811801947f,2.2708517990005213f,0.21034343184164278f,0.22533231962991454f,-0.9513048861491683f,0.20524400363598203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8351364248841036f,0.5337438837139621f,-0.13290830835479928f,0.32377731008243144f,0.48545748945305245f,0.8288405339840448f,0.2781265811801947f,2.272913028712919f,0.25860815487091154f,0.16775230497069318f,-0.9513048861491683f,0.2089689713630154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9591978695927648f,0.24954925072812156f,-0.13290830835479928f,0.35428127258561315f,0.2055716981007353f,0.9382888051026705f,0.2781265811801947f,2.274256529860778f,0.1941126577755335f,0.2394562375049696f,-0.9513048861491683f,0.20510000492865896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.908350448581625f,0.3965284909458916f,-0.13290830835479928f,0.43749641649990506f,0.3498214766499136f,0.8945784142910508f,0.2781265811801947f,2.363848021810513f,0.22918201726146492f,0.20614222408978564f,-0.9513048861491683f,0.18681752903521553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.908350448581625f,0.3965284909458916f,-0.13290830835479928f,0.3482775060370796f,0.3498214766499136f,0.8945784142910508f,0.2781265811801947f,2.1625678785950266f,0.22918201726146492f,0.20614222408978564f,-0.9513048861491683f,0.14043552861501385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.995853179302378f,0.06073108137311012f,-0.06773611317899654f,0.06348793984698592f,-0.01862703610056887f,0.5926687816380665f,0.8052308667691263f,2.2508900085442574f,0.08904762096458985f,0.8031534417699414f,-0.5890798504223719f,0.30209895213554616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9740921399156408f,0.21576914034673605f,-0.06773611317899654f,0.1778631428540255f,0.07431611742521974f,0.5882859558863215f,0.8052308667691263f,2.248258288416277f,0.21359217599296154f,0.7793351731963262f,-0.5890798504223719f,0.28534999362265756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.999950837445015f,-0.009915728049849165f,-0.00003209757804367025f,0.19455210381622648f,-0.0015729751867642715f,0.15542886904262793f,0.9878458343371155f,2.291824650068313f,-0.009790221758208845f,0.9877973198006619f,-0.15543682495648853f,0.24145782878933195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.954073888405881f,0.2995713845343505f,-0.00003209757804367025f,0.16856402255692593f,0.04653417364930745f,0.14830771478781762f,0.9878458343371155f,2.294386815073516f,0.2959351046173101f,0.9424764226772931f,-0.15543682495648853f,0.2577464925757234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9891909449257477f,0.14663312533889358f,-0.00003209757804367025f,0.13668708119671266f,0.02276082272847907f,0.15376134927715518f,0.9878458343371155f,2.3431771223246503f,0.14485585740876666f,0.9771674237416109f,-0.15543682495648853f,0.36678323436080895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9891909449257477f,0.13005034966622875f,-0.06773611317899654f,0.10742575252181125f,0.02276082272847907f,0.5925244266281051f,0.8052308667691263f,2.2098591263333267f,0.14485585740876666f,0.7949853523183474f,-0.5890798504223719f,0.1879115300891811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9634070140610733f,0.23277093209460728f,-0.13290830835479928f,0.11270991121704661f,0.1891649909532008f,0.941733620000206f,0.2781265811801947f,1.69488356655219f,0.1899040058966691f,0.24280750015828523f,-0.9513048861491683f,0.06946296321313777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.30961898581310876f,0.22046122173133897f,-0.9249502328973096f,0.030036953067794497f,-0.08650606571120213f,0.9621856465498538f,0.25829340326188965f,1.3340639490959947f,0.9469175171149973f,0.15998634718676896f,-0.27883971111483286f,0.009468083018099416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.277134074305484f,-0.5387621291236113f,-0.7955702816728614f,0.41654110177702885f,-0.09299872405208015f,0.8391552375308011f,-0.5358821928832023f,0.8682877624963714f,0.9563199998868201f,-0.07452419437214898f,-0.282662700527775f,-0.029749813276736835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.277134074305484f,-0.7478230258931229f,-0.6032888419346876f,0.13889608334789386f,-0.09299872405208015f,0.6458113543781756f,-0.7578119370140005f,1.104062537120155f,0.9563199998868201f,-0.15391041712723774f,-0.24852291909639265f,-0.08728091371458198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3213631682945237f,0.29347839397015424f,-0.9003311314935213f,0.3242099498344295f,0.09299872405208012f,0.955948461701982f,0.2784129592786566f,1.0498981718058864f,0.9423783483232151f,0.0057420242347802145f,-0.3344997425549031f,0.24977327471839833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3213631682945237f,-0.9338206399176688f,-0.15717737282274763f,0.029351442870164793f,0.09299872405208012f,0.13405665409769985f,-0.9866002487415125f,1.1401625253852385f,0.9423783483232151f,-0.33167427689811124f,0.043763256914040316f,0.14031497286921793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.39916328319738215f,-0.5324928988901394f,-0.7464047065625071f,0.014969899923059592f,0.13589848026469686f,0.7707185804388514f,-0.6225146366376195f,1.281018017509471f,0.9067525993394407f,-0.34992025148295924f,-0.2352775832782848f,0.011271878087277653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.1929674941109495f,-0.6369015310374739f,-0.7464047065625071f,0.014969899923059592f,-0.13589848026469686f,0.7707185804388514f,-0.6225146366376195f,1.281018017509471f,0.9717485010424696f,-0.018689824195087995f,-0.2352775832782848f,0.011271878087277653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3006326744977359f,-0.5937171119697293f,-0.7464047065625071f,0.014969899923059592f,0f,0.7826081568524139f,-0.6225146366376195f,1.281018017509471f,0.9537400038922235f,-0.1871482401263538f,-0.2352775832782848f,0.011271878087277653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3148135630875178f,-0.05412186474122345f,-0.9476092255001922f,0.02552030330542652f,0.17253194211938971f,0.97847726664503f,-0.11320321376790676f,1.2754023825047254f,0.9333408538388605f,-0.19913076712503158f,-0.29870016427773094f,0.014597518170452097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.27731721422081385f,-0.15853049688855803f,-0.9476092255001922f,0.02552030330542652f,-0.17253194211938971f,0.97847726664503f,-0.11320321376790676f,1.2754023825047254f,0.9451602465430499f,0.1320996601628397f,-0.29870016427773094f,0.014597518170452097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3006326744977359f,-0.1079664335396156f,-0.9476092255001922f,0.02552030330542652f,0f,0.9935718556765875f,-0.11320321376790676f,1.2754023825047254f,0.9537400038922235f,-0.034032584916784736f,-0.29870016427773094f,0.014597518170452097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.35010633541309033f,-0.22516196256937338f,-0.909245645860086f,-0.028346664953612842f,0.25113101334181026f,0.9125823614585247f,-0.32268660910037517f,1.347402255152443f,0.9024182888447754f,-0.34131440662048085f,-0.2629557145067908f,0.20076547646159332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.23067139363434577f,-0.38018870906313534f,-0.8956825629985745f,0.08814849641425983f,-0.25113101334181026f,0.9125823614585247f,-0.32268660910037517f,1.347402255152443f,0.940065913804295f,0.15049909985009688f,-0.30598382089189996f,-0.16880877504664327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3006326744977359f,-0.31050737289915264f,-0.9017788899722621f,0.04920517335559626f,0f,0.9455185755993167f,-0.3255681544571567f,1.173824548660207f,0.9537400038922235f,-0.097876425005747f,-0.28425377816971226f,0.023701619700091887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3006326744977359f,-0.2307305896508412f,-0.9254098497550767f,0f,0f,0.9702957262759965f,-0.24192189559966776f,1.390625f,0.9537400038922235f,-0.07272962649369016f,-0.2917025992440759f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3529954524677187f,-0.6870135902610242f,-0.6351429266974231f,-1.3395584788561499f,0.12186741906423665f,0.6392990509616493f,-0.7592397879524995f,0.7833758230606467f,0.9276543228529324f,-0.34541142169330796f,-0.14194508464922462f,-0.3557044149086469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5883455269977845f,-0.6870135902610242f,-0.4264526558228438f,-1.3847551795398032f,-0.21041920854488622f,0.6392990509616493f,-0.7396083288571582f,0.7791241769393535f,0.7807517515427314f,-0.34541142169330796f,-0.5206895929695206f,-0.2736785394023681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.48209814062563505f,-0.6870135902610242f,-0.5436853038311438f,-1.2806040336233049f,-0.0453508919604602f,0.6392990509616493f,-0.7676197105585065f,0.896392956583776f,0.8749426720669738f,-0.34541142169330796f,-0.33936156287963987f,-0.2637872427235615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2765388247801417f,0.5469977966839019f,0.7901390313180171f,1.4683904391657343f,-0.2409407644123777f,0.8354057898595487f,-0.4940088200766488f,0.775235636189899f,-0.9303084576814276f,-0.05376408366279778f,0.3628162026071913f,0.49705450374990545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.08329789363289437f,0.5469977966839019f,0.8329795143575137f,1.4591123425828663f,-0.009589342176133636f,0.8354057898595487f,-0.5495500075386885f,0.787264363810101f,-0.9964785524199462f,-0.05376408366279778f,-0.06434219358203166f,0.5895655254480683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09896636355059299f,0.5469977966839019f,0.8312635378197026f,1.3390618602013449f,-0.1283064279488213f,0.8354057898595487f,-0.5344479645542282f,0.8614171946831343f,-0.9867842314470703f,-0.05376408366279778f,0.15286040649989746f,0.5203809536240023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004697385539027123f,0f,-0.000014902187560815993f,0.6535264363477162f,0f,0.000015625f,0f,1.5567475f,0.000014902187560815993f,0f,-0.000004697385539027123f,0.21356858219528554f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53.mcfunction new file mode 100644 index 000000000..d95a2ba0e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..08196ab98 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2023612504846455f,0.18467832353406058f,-0.7693427620790253f,-0.16750672743101752f,-0.3452152879294325f,0.7351409469426884f,0.0856658482269971f,1.5413757173412785f,0.7119134594362816f,0.3039837979059094f,0.2602259044150095f,-0.15936609781986588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.25237298177593326f,0.09127858804747123f,-0.753641889383535f,-0.16750672743101752f,-0.03684350495984626f,0.7947329100549098f,0.08391756561011962f,1.5413757173412785f,0.7582548609879124f,0.008235353041308513f,0.254915171671846f,-0.15936609781986588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7602285274083942f,0.28304537611007824f,-0.09424619685490401f,-0.23303183265589486f,0.2555166977196819f,0.7509572285281796f,0.19421354883773853f,1.5308400401199376f,0.153974828284813f,0.15130433050122624f,-0.7876186871009869f,-0.057661940732930975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7941319371905473f,-0.02882648080696315f,-0.09232280508235496f,-0.23303183265589486f,-0.05026505391129932f,0.7754214074826584f,0.19025000702472347f,1.5308400401199376f,0.08263105160460488f,0.1946552717547073f,-0.771544836343824f,-0.057661940732930975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5100252714354091f,1.0345878598701528f,-1.053996410196228f,0.11435967670748337f,0.9446137802434895f,-1.0856874279681061f,-0.6085999218913046f,1.6952738910919347f,-1.135334875123345f,-0.4385396435458208f,-0.9798489436476223f,0.4137202517004436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.876274629104103f,-0.09137511321317865f,-0.4730680321832641f,0.0837936383798106f,-0.46005755807650395f,-0.4503817905795521f,-0.7651818646381009f,1.375786736282506f,-0.14314264789066594f,0.8881479783232271f,-0.43669594794915784f,0.5267199983258345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5490156650691675f,-0.6890489361684802f,-0.4730680321832641f,-0.080666535681265f,-0.6436936189887184f,0.012459490445679282f,-0.7651818646381009f,1.5894878029720558f,0.533141936431441f,0.7246077039770692f,-0.43669594794915784f,0.3304293522329823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8585759954930549f,-0.4434416692865204f,-0.25730671562066676f,0.4019187615153131f,0.19397059027559216f,0.183610677158591f,-0.9636713803685893f,1.6252495663929158f,0.4745763058468556f,-0.8772950502389423f,-0.07162907758029094f,-0.5178366961466385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4504493920877465f,-0.8549202297666639f,-0.25730671562066676f,0.24441638857863388f,0.05403325222204508f,0.261568114098043f,-0.9636713803685893f,1.641757368177906f,0.8911653902739313f,-0.44798830612294827f,-0.07162907758029094f,-0.174144958357464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5395567207633176f,-0.17761234537945622f,-0.8230020655186379f,0.14612868822651895f,-0.08675446507195084f,0.9840212108611199f,-0.15548607450667498f,1.261194643396284f,0.8374677354198279f,-0.01249445253800241f,-0.5463439217073442f,0.2727560734826105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5395567207633176f,0.0047280257219455835f,-0.8419359778818745f,0.14175309318762205f,-0.08675446507195084f,0.9943493250240093f,0.06118073728206608f,1.4480175214462987f,0.8374677354198279f,0.10605218336776544f,-0.5360976837608189f,0.2892902473405614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5395567207633176f,-0.17761234537945622f,-0.8230020655186379f,0.3147401634650557f,-0.08675446507195084f,0.9840212108611199f,-0.15548607450667498f,1.2883054137312686f,0.8374677354198279f,-0.01249445253800241f,-0.5463439217073442f,0.011047406163914267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5395567207633176f,0.0047280257219455835f,-0.8419359778818745f,0.3103645684261588f,-0.08675446507195084f,0.9943493250240093f,0.06118073728206608f,1.4751282917812834f,0.8374677354198279f,0.10605218336776544f,-0.5360976837608189f,0.027581580021865178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9787544484943723f,0.1704995088051398f,0.11388435823098403f,0.4671026829813657f,0.1964011623776411f,0.9391081856906791f,0.28196169772767454f,2.1093678037818924f,-0.058875402072415206f,0.29833828628918396f,-0.9526426160763776f,0.2884182370813134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9787544484943723f,0.1704995088051398f,0.11388435823098403f,0.4931701947834169f,0.1964011623776411f,0.9391081856906791f,0.28196169772767454f,2.011048146143365f,-0.058875402072415206f,0.29833828628918396f,-0.9526426160763776f,0.16402353361572067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9787544484943723f,0.1704995088051398f,0.11388435823098403f,-0.10791555550907804f,0.1964011623776411f,0.9391081856906791f,0.28196169772767454f,2.224753486678756f,-0.058875402072415206f,0.29833828628918396f,-0.9526426160763776f,0.2538289383637695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9787544484943723f,0.1704995088051398f,0.11388435823098403f,-0.15525462734410472f,0.1964011623776411f,0.9391081856906791f,0.28196169772767454f,2.1411639162185523f,-0.058875402072415206f,0.29833828628918396f,-0.9526426160763776f,0.12501857974274558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9084336940787576f,0.40221707623214964f,0.11388435823098403f,0.3988487996668756f,0.41775804094611696f,0.8636989175860937f,0.28196169772767454f,2.227313690135996f,0.015048012735390318f,0.30371961304445116f,-0.9526426160763776f,0.29220577775760204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9601699809957813f,0.2551547776250287f,0.11388435823098403f,0.29082290127160343f,0.27750246810393886f,0.9184171063360862f,0.28196169772767454f,2.2685330559548507f,-0.03264946846096249f,0.30233434843625073f,-0.9526426160763776f,0.29149178729145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8699213015843528f,0.47986173216886396f,0.11388435823098403f,0.2682738931145149f,0.49144466614828053f,0.8240022700993807f,0.28196169772767454f,2.2707642123639693f,0.041461658965733374f,0.3012523474945297f,-0.9526426160763776f,0.289456523866337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9756297527261386f,0.18755516134153893f,0.11388435823098403f,0.29877381505095235f,0.21276094727457429f,0.9355374820547563f,0.28196169772767454f,2.271872084115847f,-0.05365971403538868f,0.2993203653692745f,-0.9526426160763776f,0.2934305655184341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9342780401753265f,0.3378681645205241f,0.11388435823098403f,0.38454112431109533f,0.3564918124873942f,0.8907363182468648f,0.28196169772767454f,2.3608400998107295f,-0.006175052680233772f,0.3040294636372468f,-0.9526426160763776f,0.29721281046557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9342780401753265f,0.3378681645205241f,0.11388435823098403f,0.3085207872939775f,0.3564918124873942f,0.8907363182468648f,0.28196169772767454f,2.1604244282051854f,-0.006175052680233772f,0.3040294636372468f,-0.9526426160763776f,0.22880618114718962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9861222639146237f,-0.1400841814818455f,0.08910276488672257f,-0.0072538506757167664f,-0.010826958888992395f,0.5898169028016805f,0.8074644253034613f,2.2505771629417715f,-0.16566730991089743f,0.7952939351384457f,-0.5831482651598069f,0.31365793769066297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9958954564604662f,0.015903996068313414f,0.08910276488672257f,0.10761865005013918f,0.08157403060270609f,0.5842489875049677f,0.8074644253034613f,2.247068757922038f,-0.03921628912363184f,0.811418624082834f,-0.5831482651598069f,0.3263520424722431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9649785844008394f,-0.25821548609807077f,0.04627196113078678f,0.13517044314916776f,0.006547412919086195f,0.15262722907923867f,0.9882621415027799f,2.290626256806184f,-0.2622469504719152f,0.9539547639603939f,-0.14559136404831963f,0.28831634335502365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975421441947829f,0.05261726112584805f,0.04627196113078678f,0.10592747705872194f,0.0533913673114149f,0.14313385891869537f,0.9882621415027799f,2.293351201291564f,0.04537656280385599f,0.9883036589341646f,-0.14559136404831963f,0.29751901887818694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.993491898169565f,-0.10408051635414581f,0.04627196113078678f,0.047867405550236025f,0.03034296233282688f,0.14972389358151245f,0.9882621415027799f,2.342080181312f,-0.10978685216501727f,0.9832344592243737f,-0.14559136404831963f,0.3951927570775998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.993491898169565f,-0.07095453164510422f,0.08910276488672257f,0.06383217517038445f,0.03034296233282688f,0.5891353889440183f,0.8074644253034613f,2.209524718799596f,-0.10978685216501727f,0.8049130064378414f,-0.5831482651598069f,0.21408733062908583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9787544484943723f,0.1704995088051398f,0.11388435823098403f,0.09523659677482856f,0.1964011623776411f,0.9391081856906791f,0.28196169772767454f,1.6948703252819275f,-0.058875402072415206f,0.29833828628918396f,-0.9526426160763776f,0.09831846591731769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5395567207633176f,0.17967303973785287f,-0.8225546449145463f,0.027859206873133726f,-0.08675446507195084f,0.9599002160297222f,0.2665806408128176f,1.3349077442707817f,0.8374677354198279f,0.21519566458795764f,-0.5023331743706884f,0.01762009169683356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5104225295371709f,-0.5111928063499775f,-0.6914844583046753f,0.4245509913656652f,-0.09235988593918495f,0.8320609819285572f,-0.5469407406853016f,0.890862688103774f,0.8549494095033792f,-0.21530545066978657f,-0.4719163804125721f,0.08799470764329592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5104225295371709f,-0.7105874730264459f,-0.4842873986784768f,0.1629065642640876f,-0.09235988593918495f,0.6052183916189458f,-0.7906834701165046f,1.106941545030522f,0.8549494095033792f,-0.3588539279763656f,-0.3745468803310966f,-0.044869518564954726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5537172541797364f,0.20733860663690867f,-0.8064787068618232f,0.254760476630741f,0.09235988593918495f,0.9778213418918792f,0.18797626129398765f,1.0530148484494077f,0.8275668274483663f,0.02959941787654013f,-0.5605863185704909f,0.32801220257172325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5537172541797364f,-0.8139970165025112f,-0.17551655064028548f,-0.0043338771983427475f,0.09235988593918495f,0.14944225268096512f,-0.9844473904597134f,1.1380718809097745f,0.8275668274483663f,-0.5613161945273352f,-0.007568082213929572f,0.1451618671388188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6207446431660969f,-0.4421778148961075f,-0.6474217080036001f,0.014009424242354011f,0.133022221559489f,0.754406506735489f,-0.6427876096865393f,1.2815180213380626f,0.7726455698132056f,-0.48512843929093685f,-0.4094743225639021f,0.016255675613804577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.43207544094936534f,-0.6278184015574191f,-0.6474217080036001f,0.014009424242354011f,-0.133022221559489f,0.754406506735489f,-0.6427876096865393f,1.2815180213380626f,0.8919730387740369f,-0.19161126600762235f,-0.4094743225639021f,0.016255675613804577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5345307654693144f,-0.5432513164019854f,-0.6474217080036001f,0.014009424242354011f,0f,0.7660444431189781f,-0.6427876096865393f,1.2815180213380626f,0.8451490168998534f,-0.3435897530399368f,-0.4094743225639021f,0.016255675613804577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.546834889653167f,-0.02301477350580214f,-0.8369240847642546f,0.023479612500745446f,0.17195824553872416f,0.9752236716571245f,-0.13917310096006535f,1.2761938836814761f,0.819391216238771f,-0.2200207045713501f,-0.5293287488042513f,0.02224527848581067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5059851944622953f,-0.2086553601671137f,-0.8369240847642546f,0.023479612500745446f,-0.17195824553872416f,0.9752236716571245f,-0.13917310096006535f,1.2761938836814761f,0.8452273923484716f,0.0734964687119644f,-0.5293287488042513f,0.02224527848581067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5345307654693144f,-0.1176220094553033f,-0.8369240847642546f,0.023479612500745446f,0f,0.9902680687415703f,-0.13917310096006535f,1.2761938836814761f,0.8451490168998534f,-0.07439230418892191f,-0.5293287488042513f,0.02224527848581067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5747729704806606f,-0.1504905527743728f,-0.804356031823285f,-0.0777980927050647f,0.2494059137311651f,0.9039622245438433f,-0.34734563016348574f,1.3482893168162808f,0.7793797037393009f,-0.40025603071460414f,-0.48203981918077005f,0.1874397565241214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4578611721450909f,-0.42613113512282286f,-0.7802406056601117f,0.12933257891429464f,-0.2494059137311651f,0.9039622245438433f,-0.34734563016348574f,1.3482893168162808f,0.8533228212334685f,0.03556054381868896f,-0.5201688288291342f,-0.14005548752457184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5345307654693144f,-0.29597742398251103f,-0.7916275799007167f,0.04628873443746572f,0f,0.9366721892483977f,-0.3502073812594674f,1.1753138206111984f,0.8451490168998534f,-0.18719661957762715f,-0.5006801023127646f,0.03852013313685488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5345307654693144f,-0.22585625082045205f,-0.814411330184028f,0f,0f,0.9636304532086231f,-0.2672383760782568f,1.390625f,0.8451490168998534f,-0.14284713372788713f,-0.5150901237831477f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5784849389252468f,-0.5758333682012682f,-0.5777292683451621f,-1.204055618096763f,0.12186894634436657f,0.6393045388446816f,-0.7592349218321711f,0.7833757037966451f,0.8065377457711248f,-0.5096132245915246f,-0.2996518412555825f,-0.6864342237096228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7684443439761305f,-0.5758333682012682f,-0.2791222353684444f,-1.2687258714579916f,-0.2104157678476969f,0.6393045388446816f,-0.7396045641108856f,0.7791242962033549f,0.6043330992525221f,-0.5096132245915246f,-0.6124343772758594f,-0.6186939375892484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6898160358531065f,-0.5758333682012682f,-0.4388277210317149f,-1.17056658662262f,-0.04534834766176237f,0.6393045388446816f,-0.7676152903485814f,0.8963922935522872f,0.7225630519506612f,-0.5096132245915246f,-0.4671156144651713f,-0.5824967384796599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.505244612663492f,0.5425643758029156f,0.6710825429737466f,1.2924574439621868f,-0.2409454166426427f,0.8354022876192733f,-0.4940124735665977f,0.775235460352686f,-0.8286574609411426f,0.0879028779396756f,0.5528109048096838f,0.8560300004800401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17429538901914576f,0.5425643758029156f,0.8217329343991617f,1.2598306203896505f,-0.009592014497078388f,0.8354022876192733f,-0.549555284842547f,0.787264539647314f,-0.9846466932989479f,0.0879028779396756f,0.15081105206638537f,0.9430923582179864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3480194514403865f,0.5425643758029156f,0.7645301560623524f,1.1614645087665658f,-0.12831017914269915f,0.8354022876192733f,-0.5344525383687999f,0.86141788075532f,-0.928665149204761f,0.0879028779396756f,0.3603527781250223f,0.8455082626302599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000835204321045804f,0f,-0.000013205453389060209f,0.5771819733188744f,0f,0.000015625f,0f,1.5567475f,0.000013205453389060209f,0f,-0.00000835204321045804f,0.37358976428962837f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54.mcfunction new file mode 100644 index 000000000..45b444784 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..da0319331 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.01348898486551648f,0.09312304017482805f,-0.8112278293551939f,-0.11241896530328245f,-0.350073062837678f,0.7323342909994984f,0.08988760396269078f,1.5444938728472042f,0.7377068133121648f,0.3492263307073275f,0.02782214905342925f,-0.19836544612840062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.022701499704264643f,0.08933532915938595f,-0.7946721593683532f,-0.11241896530328245f,-0.0422920530817231f,0.7940138680906615f,0.08805316306549302f,1.5444938728472042f,0.7985587167875071f,0.03951172286410384f,0.02725435009315519f,-0.19836544612840062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7709282326032039f,0.23143695974682288f,0.1380254986692383f,-0.20455382038614975f,0.2601791184463265f,0.748185018798f,0.1986717101531395f,1.5339352500188435f,-0.07014934742559518f,0.2315179382981546f,-0.7800147163652614f,-0.11995652163102648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7844688051617202f,-0.07954441663642602f,0.1352086517576212f,-0.20455382038614975f,-0.04500621915268614f,0.7746603070783427f,0.19461718545613668f,1.5339352500188435f,-0.15027685771842375f,0.18323235090796217f,-0.7640960486843378f,-0.11995652163102648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3964201494132875f,0.3272026493470853f,-0.6199640655496264f,0.09766199419803209f,0.2536673307866847f,-1.524063719108259f,-0.23299981843224976f,1.7298296024285367f,-0.6535058542998154f,0.10758464740914929f,-1.415189701784788f,0.5021890130538041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7356640976613782f,-0.5876864371365947f,-0.33678329385194533f,-0.12400065279900516f,-0.6133956009068692f,-0.3671238460477141f,-0.6992609802149952f,1.3570123135554404f,0.2873050159676495f,0.7210025889473836f,-0.6305641081848845f,0.5291953158241307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.20187532405293973f,-0.9196865588453249f,-0.33678329385194533f,-0.17030507839505474f,-0.7077364363787131f,0.10071354512042892f,-0.6992609802149952f,1.5896262886134163f,0.6770195640899018f,0.37951734520113894f,-0.6305641081848845f,0.29597030772476896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9936561618979434f,-0.09936833877011808f,-0.05266274938051782f,0.5418998667198618f,0.017310719241675265f,0.3275516490007225f,-0.9446746827539328f,1.717803349343061f,0.11112052430394692f,-0.9395934495764509f,-0.3237535769554391f,-0.3561885370035204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7194213293455373f,-0.6925746066023392f,-0.05266274938051782f,0.288216552001537f,-0.18895694161336307f,0.26811381534691703f,-0.9446746827539328f,1.6421727103736532f,0.6683773074385635f,-0.6696681240060144f,-0.3237535769554391f,-0.09424236331968429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7586707431587867f,-0.16111247941460904f,-0.6312380473733912f,0.06170008707321459f,-0.08694340725582148f,0.9853098154394727f,-0.14698779382445742f,1.260008077239756f,0.6456466118625905f,-0.0566333521479173f,-0.7615333978328509f,0.30397763064276456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7586707431587867f,-0.020668551073136615f,-0.6511463080379336f,0.0537550693217644f,-0.08694340725582148f,0.9937680199386146f,0.06975647985695707f,1.446775558977352f,0.6456466118625905f,0.1095350790560852f,-0.755739716467604f,0.31979208473785803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7586707431587867f,-0.16111247941460904f,-0.6312380473733912f,0.2987846943103354f,-0.08694340725582148f,0.9853098154394727f,-0.14698779382445742f,1.2871778920072003f,0.6456466118625905f,-0.0566333521479173f,-0.7615333978328509f,0.10221306443570499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7586707431587867f,-0.020668551073136615f,-0.6511463080379336f,0.2908396765588852f,-0.08694340725582148f,0.9937680199386146f,0.06975647985695707f,1.4739453737447965f,0.6456466118625905f,0.1095350790560852f,-0.755739716467604f,0.11802751853079846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.919079311426354f,0.08228309992983263f,0.38538644342269746f,0.3691099165751601f,0.20364726459550925f,0.9364221554076049f,0.28572948480082033f,2.105788775493951f,-0.33737369626398794f,0.3410909531601692f,-0.877402958019553f,0.41720980743990294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.919079311426354f,0.08228309992983263f,0.38538644342269746f,0.42941998233329715f,0.20364726459550925f,0.9364221554076049f,0.28572948480082033f,2.007886372845746f,-0.33737369626398794f,0.3410909531601692f,-0.877402958019553f,0.30496842459044826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.919079311426354f,0.08228309992983263f,0.38538644342269746f,-0.17084917888782292f,0.20364726459550925f,0.9364221554076049f,0.28572948480082033f,2.2254315434438126f,-0.33737369626398794f,0.3410909531601692f,-0.877402958019553f,0.21900276088481005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.919079311426354f,0.08228309992983263f,0.38538644342269746f,-0.17947006148666234f,0.20364726459550925f,0.9364221554076049f,0.28572948480082033f,2.1428026856402704f,-0.33737369626398794f,0.3410909531601692f,-0.877402958019553f,0.08145835081555627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8718726444748348f,0.30218434943335826f,0.38538644342269746f,0.3033064341709455f,0.424139093422554f,0.8593396830975233f,0.28572948480082033f,2.2241980948850615f,-0.24483488568247802f,0.4125771782483687f,-0.877402958019553f,0.4019354843927132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9084104924787816f,0.16207302792402267f,0.38538644342269746f,0.20030443266064182f,0.2844868937508459f,0.9151097577883501f,0.28572948480082033f,2.2661886324384164f,-0.30636185212661854f,0.3691970541866312f,-0.877402958019553f,0.37036773081645014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8422178044154777f,0.377023154662384f,0.38538644342269746f,0.1793136332455854f,0.4974215044738897f,0.8191034784460325f,0.28572948480082033f,2.268590083052042f,-0.20794474461381368f,0.43234596383687235f,-0.877402958019553f,0.36192986972093616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.917503293092668f,0.0983107135062776f,0.38538644342269746f,0.2073760426824138f,0.21995906818377425f,0.932725398946112f,0.28572948480082033f,2.2694615787914607f,-0.33136945466930906f,0.34692698622433954f,-0.877402958019553f,0.374539679266523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8908281211701936f,0.24062948231334097f,0.38538644342269746f,0.288887705786576f,0.36316140586685564f,0.8868328223539467f,0.28572948480082033f,2.3577973345397734f,-0.27301840930822147f,0.3944933427034565f,-0.877402958019553f,0.4034928753874695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8908281211701936f,0.24062948231334097f,0.38538644342269746f,0.2347460722660744f,0.36316140586685564f,0.8868328223539467f,0.28572948480082033f,2.1582599495101356f,-0.27301840930822147f,0.3944933427034565f,-0.877402958019553f,0.3147318732791919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8964518437228671f,-0.3603480572502847f,0.25792124674368627f,-0.09158749969653132f,-0.0030062808869181293f,0.5869614643635472f,0.8096092894893371f,2.250249235043261f,-0.44313096727841195f,0.7250003565434612f,-0.5272659944001256f,0.3054944866833199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9417858895143252f,-0.2156756100951f,0.25792124674368627f,0.014718673583505168f,0.08885173409637902f,0.5802052806728297f,0.8096092894893371f,2.2458617976780206f,-0.32426024680767995f,0.7853953548942529f,-0.5272659944001256f,0.3507591366976628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8482521226383569f,-0.5215986799675516f,0.0916687160138594f,0.05230758940541807f,0.014682138804480396f,0.14986484545910309f,0.9885974726326409f,2.289404719643076f,-0.5293890547032947f,0.8399257974080967f,-0.11946498905003605f,0.32257831390222413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679185650499179f,-0.23394550206421597f,0.0916687160138594f,0.02166831769438398f,0.06027432788938904f,0.1379929074330898f,0.9885974726326409f,2.292293471237268f,-0.24392756471786897f,0.96240711736878f,-0.11946498905003605f,0.32297298876141123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9194047418813964f,-0.38248106764959366f,0.0916687160138594f,-0.061834568889237364f,0.03794540423991638f,0.14572296799552298f,0.9885974726326409f,2.340963572399419f,-0.39147805417810083f,0.9123996106357142f,-0.11946498905003605f,0.40007119701762706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9194047418813964f,-0.29693694799432613f,0.25792124674368627f,0.004976244409485915f,0.03794540423991638f,0.5857413632906935f,0.8096092894893371f,2.209171765659013f,-0.39147805417810083f,0.7541455457974773f,-0.5272659944001256f,0.2303884492131949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.919079311426354f,0.08228309992983263f,0.38538644342269746f,0.06564774326678163f,0.20364726459550925f,0.9364221554076049f,0.28572948480082033f,1.6948704565381512f,-0.33737369626398794f,0.3410909531601692f,-0.877402958019553f,0.12516989018971764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7586707431587867f,0.11516403623107557f,-0.6412144323343493f,0.022461229680128293f,-0.08694340725582148f,0.9575486167163856f,0.2748481227137727f,1.3357897252695066f,0.6456466118625905f,0.264268597043811f,-0.7164513669516258f,0.02606916629828851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7358059857492311f,-0.43360389412958394f,-0.5201703704857312f,0.3902419242406734f,-0.09165774897394627f,0.8248273094735312f,-0.5579056968697165f,0.9140228815400754f,0.6709608098753842f,-0.3628327059986677f,-0.6466560284023128f,0.2207978271815462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7358059857492311f,-0.5940757595322355f,-0.3250592919327179f,0.17373354406211533f,-0.09165774897394627f,0.5629606969862946f,-0.8213854824025891f,1.1100149754106203f,0.6709608098753842f,-0.5745861515777271f,-0.4686814974227869f,0.010138775447004318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7723887087618767f,0.13154254763589504f,-0.6213793050453312f,0.15229529931471256f,0.09165774897394628f,0.991162840154698f,0.09589098680012352f,1.056052645734473f,0.6285018215010915f,0.017110887116999395f,-0.7776198800904459f,0.393320915198087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7723887087618767f,-0.6106897120182567f,-0.1745673457786972f,-0.04388655068459855f,0.09165774897394628f,0.1647974258111471f,-0.9820594001887302f,1.1360088587248418f,0.6285018215010915f,-0.7745320419976683f,-0.07131322660441214f,0.14056547858971935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8211813510965664f,-0.29439204610725234f,-0.4888706493542061f,0.01052493570949042f,0.1300547960682325f,0.7375774004958557f,-0.6626200482157375f,1.2820928016398137f,0.5556500145153136f,-0.6077111990629769f,-0.5673977087568917f,0.02179062636585357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6709700461489063f,-0.5574985967434639f,-0.4888706493542061f,0.01052493570949042f,-0.1300547960682325f,0.7375774004958557f,-0.6626200482157375f,1.2820928016398137f,0.7299896897837563f,-0.3810182317249982f,-0.5673977087568917f,0.02179062636585357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7575851188627754f,-0.43251621458353606f,-0.4888706493542061f,0.01052493570949042f,0f,0.7489557207890021f,-0.6626200482157375f,1.2820928016398137f,0.6527363845210978f,-0.5019910879883774f,-0.5673977087568917f,0.02179062636585357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7647832643850295f,0.02545739772111015f,-0.6437844976526286f,0.017927538882500108f,0.1712666973660724f,0.9713017070781748f,-0.16504760586067777f,1.2770638102293896f,0.621107299015151f,-0.23648449151750456f,-0.7471952946732273f,0.030382306158352152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7273681328604432f,-0.23764915291510136f,-0.6437844976526286f,0.017927538882500108f,-0.1712666973660724f,0.9713017070781748f,-0.16504760586067777f,1.2770638102293896f,0.6645324052839189f,-0.009791524179525848f,-0.7471952946732273f,0.030382306158352152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7575851188627754f,-0.10773257752336197f,-0.6437844976526286f,0.017927538882500108f,0f,0.9862856015372313f,-0.16504760586067777f,1.2770638102293896f,0.6527363845210978f,-0.12503761010397807f,-0.7471952946732273f,0.030382306158352152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7811644854052526f,-0.042710003770891895f,-0.6228626673027026f,-0.12832024016635096f,0.24750988376535196f,0.8947225570743801f,-0.37176659788198396f,1.349205393242658f,0.5731674311926741f,-0.4445755295112105f,-0.6883543378085287f,0.15747014880515345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6823775784384041f,-0.4333726500238378f,-0.5886841144925316f,0.16524399339297452f,-0.24750988376535196f,0.8947225570743801f,-0.37176659788198396f,1.349205393242658f,0.6878224319422869f,-0.10798005405443653f,-0.7178026261051148f,-0.09546520019677199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7575851188627754f,-0.24451935340406739f,-0.6052066370162602f,0.03672254731389934f,0f,0.9271838545667873f,-0.3746065934159121f,1.1769506560895093f,0.6527363845210978f,-0.2837963805997732f,-0.7024206906696259f,0.05459011664852672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7575851188627754f,-0.19084164947698923f,-0.6242149089076425f,0f,0f,0.9563047559630354f,-0.2923717047227368f,1.390625f,0.6527363845210978f,-0.22149645267448684f,-0.7244822522152936f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.788384577693746f,-0.4023589676706116f,-0.4653568725072118f,-0.951811346875041f,0.12187047361494505f,0.6393100266722633f,-0.7592300556861398f,0.78337558453282f,0.6029903360050828f,-0.6552785292769401f,-0.4549864874401522f,-1.0074702778744857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9111873944915289f,-0.4023589676706116f,-0.08857083749620129f,-1.0334130697287511f,-0.21041232714830158f,0.6393100266722633f,-0.7396007993372817f,0.77912441546718f,0.35420923859178893f,-0.6552785292769401f,-0.6671925242123713f,-0.9615121568415104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.870418377106243f,-0.4023589676706116f,-0.28368840288382213f,-0.9500589478693228f,-0.04534580336682643f,0.6393100266722633f,-0.7676108701114954f,0.8963916305167243f,0.4902199576850693f,-0.6552785292769401f,-0.5747124865146913f,-0.8982843443807943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7247630755239034f,0.4934175098384964f,0.4808925507240782f,0.9869634824538163f,-0.24095006886455503f,0.8353987853400976f,-0.49401612703074355f,0.7752352845155934f,-0.6454932599735638f,0.24217355437179094f,0.7243551759265854f,1.1954650288157898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4536244452328843f,0.4934175098384964f,0.7421347746009046f,0.9303854419490487f,-0.009594686821357862f,0.8353987853400976f,-0.5495605621194898f,0.7872647154844066f,-0.8911412933266857f,0.24217355437179094f,0.38369149702720184f,1.269243620718912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6034990987175206f,0.4934175098384964f,0.6263609173886233f,0.864720324593139f,-0.12831393033400712f,0.8353987853400976f,-0.5344571121563724f,0.8614185668234559f,-0.7869716469666362f,0.24217355437179094f,0.5674747540054565f,1.1472331116665324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011837267482230865f,0f,-0.000010199006008142153f,0.4432883937628627f,0f,0.000015625f,0f,1.5567475f,0.000010199006008142153f,0f,-0.000011837267482230865f,0.5255508940734391f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55.mcfunction new file mode 100644 index 000000000..6270d8cc4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..bed4f9bec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24480708560241582f,-0.018581794051556945f,-0.7788893709719764f,-0.043584980285951064f,-0.3548783693510024f,0.729482125351815f,0.09413615778975003f,1.547631655366439f,0.6935959041474143f,0.3666810469147113f,-0.2267469427090612f,-0.2205476881139971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.22852231888551336f,0.07495471991907272f,-0.7629936695235688f,-0.043584980285951064f,-0.04771017638768199f,0.7932339696986865f,0.0922150117124082f,1.547631655366439f,0.7651805596329821f,0.07184468858528562f,-0.22211945408234568f,-0.2205476881139971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7094185606393977f,0.14967393306484583f,0.37585564253536136f,-0.15566492916385888f,0.2648506795972333f,0.7453564360662555f,0.20308211436741044f,1.5370573232837301f,-0.3058167225343522f,0.29830511463928056f,-0.6960133872583464f,-0.17500052532049676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6981502262196193f,-0.13048363734848417f,0.3681851192183132f,-0.15566492916385888f,-0.039717979334847414f,0.7738516142102859f,0.19893758142113677f,1.5370573232837301f,-0.38859843508054803f,0.1553309356452991f,-0.6818090324163394f,-0.17500052532049676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4043446479064614f,-0.6732730603452425f,0.12619725080138436f,0.005850499619208138f,-0.6798375366179901f,-1.4051757717685187f,0.06861650122186043f,1.5958019933010694f,0.08392427361412845f,-0.11657910039152813f,-1.5558831188910822f,0.6650757048201746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.35130344635162414f,-0.9326559910302985f,-0.08208953025059508f,-0.33928741620630576f,-0.7195979538273517f,-0.21287557162242923f,-0.6609559560620606f,1.3547597725767266f,0.5989696765521273f,0.2912675632502112f,-0.7459212647252549f,0.4489300869071483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.20482937716535238f,-0.9753492888567102f,-0.08208953025059508f,-0.25314988585421944f,-0.7212807199417818f,0.2071022626297268f,-0.6609559560620606f,1.5898008436331343f,0.6616638491638474f,-0.07617360133508999f,-0.7459212647252549f,0.23118219189665684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8191889817611597f,0.5713049151797354f,0.05039946480459362f,0.6662229412362932f,0.15120559200201583f,0.299905848757915f,-0.9419094175280949f,1.6819615580511071f,-0.5532325741570484f,-0.7639811357437236f,-0.33206406478162603f,-0.05325649702202082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9920943647396222f,-0.11492895805364217f,0.05039946480459362f,0.3063616630797099f,-0.08547733481895378f,0.32480805778818655f,-0.9419094175280949f,1.6425887060632225f,0.09188251566067285f,-0.938771037152601f,-0.33206406478162603f,0.003807323695227717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.922905647726069f,-0.13221714478835273f,-0.3616127652881472f,-0.03633784434617171f,-0.08707276277127907f,0.9865300512985966f,-0.13848029415106297f,1.2588729393757612f,0.375051328992048f,-0.09631762304378229f,-0.9219866680774153f,0.3087575754559943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.922905647726069f,-0.05081574321561047f,-0.3816581266484051f,-0.048251159490651195f,-0.08707276277127907f,0.993117971390734f,0.07832642519692845f,1.4455720991690046f,0.375051328992048f,0.10551992770182606f,-0.9209788518088239f,0.32278644407628154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.922905647726069f,-0.13221714478835273f,-0.3616127652881472f,0.25207017056822484f,-0.08707276277127907f,0.9865300512985966f,-0.13848029415106297f,1.2860831777417858f,0.375051328992048f,-0.09631762304378229f,-0.9219866680774153f,0.19155403514597927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.922905647726069f,-0.05081574321561047f,-0.3816581266484051f,0.24015685542374535f,-0.08707276277127907f,0.993117971390734f,0.07832642519692845f,1.4727823375350293f,0.375051328992048f,0.10551992770182606f,-0.9209788518088239f,0.20558290376626653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.766658931651842f,-0.02569417744009181f,0.641540249527754f,0.22281921516253764f,0.2109031733703415f,0.9336756796511528f,0.2894297439626372f,2.102190372170684f,-0.6064271876992122f,0.35719677276486567f,-0.7103918155114043f,0.5192822645709956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.766658931651842f,-0.02569417744009181f,0.641540249527754f,0.3149250956727201f,0.2109031733703415f,0.9336756796511528f,0.2894297439626372f,2.004706081709399f,-0.6064271876992122f,0.35719677276486567f,-0.7103918155114043f,0.43077445480991366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.766658931651842f,-0.02569417744009181f,0.641540249527754f,-0.22759290718291955f,0.2109031733703415f,0.9336756796511528f,0.2894297439626372f,2.2260959865257592f,-0.6064271876992122f,0.35719677276486567f,-0.7103918155114043f,0.16300629179770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.766658931651842f,-0.02569417744009181f,0.641540249527754f,-0.1929864465466252f,0.2109031733703415f,0.9336756796511528f,0.2894297439626372f,2.1444294340672503f,-0.6064271876992122f,0.35719677276486567f,-0.7103918155114043f,0.029016442959185595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7501018690052846f,0.16054063146333147f,0.641540249527754f,0.1654727002792097f,0.4305150380758029f,0.8549194262036115f,0.2894297439626372f,2.221056467458775f,-0.5019999881527571f,0.4932945168446962f,-0.7103918155114043f,0.4851296836811654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7659809580753282f,0.04122232528459438f,0.641540249527754f,0.07765858760686975f,0.2914758204676792f,0.9117413390827552f,0.2894297439626372f,2.263818079775068f,-0.5729877991272547f,0.4086911431701395f,-0.7103918155114043f,0.42324861426021376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.733255466955409f,0.2253054114216339f,0.641540249527754f,0.06037119994837699f,0.5033879359600584f,0.8141443417721422f,0.2894297439626372f,2.2663901889351137f,-0.4570962766309491f,0.5351695641051848f,-0.7103918155114043f,0.408684665365295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7669905910109116f,-0.012310220818453635f,0.641540249527754f,0.08307920328261384f,0.22716593923738362f,0.9298527084222102f,0.2894297439626372f,2.2670245668739812f,-0.6001008826448512f,0.36772598372059756f,-0.7103918155114043f,0.4294502564766253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7594734068959131f,0.10782510122314427f,0.641540249527754f,0.15170769967315834f,0.3698301605733455f,0.8828680963994655f,0.2894297439626372f,2.3547192960137338f,-0.5351876274244463f,0.4570751272014293f,-0.7103918155114043f,0.48316625498292187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7594734068959131f,0.10782510122314427f,0.641540249527754f,0.1274470518979509f,0.3698301605733455f,0.8828680963994655f,0.2894297439626372f,2.156073974323854f,-0.5351876274244463f,0.4570751272014293f,-0.7103918155114043f,0.38032435136260045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7127106605681381f,-0.5673362968880553f,0.41252035167476997f,-0.17930912077848296f,0.004834834349133482f,0.5841026766982947f,0.8116653789898297f,2.2499057432674734f,-0.7014414720340849f,0.5804770359861238f,-0.41355322753355483f,0.27015535474510094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7926869597625975f,-0.44885893471830757f,0.41252035167476997f,-0.09252678712050263f,0.09614909927321269f,0.5761550687603522f,0.8116653789898297f,2.244636943271331f,-0.601998948945328f,0.6830600218614028f,-0.41355322753355483f,0.3463800681684758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6398789335848463f,-0.7578186213183707f,0.12753778866454937f,-0.04787036429517891f,0.022831019307972485f,0.14714192544672483f,0.988851858638689f,2.2881595710807088f,-0.7681365079929989f,0.6356572904946141f,-0.07685124676521032f,0.3317289184401453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8427398620670312f,-0.5229948731544102f,0.12753778866454937f,-0.07708444931406537f,0.0671829452345972f,0.1328851140512573f,0.988851858638689f,2.291213156153329f,-0.5341123259697775f,0.8419132432250884f,-0.07685124676521032f,0.3225377009085264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7505499127176677f,-0.6483894978961778f,0.12753778866454937f,-0.18037125614795468f,0.045567999966634826f,0.14175880588468326f,0.988851858638689f,2.339826846127809f,-0.6592407647427013f,0.7479943181415826f,-0.07685124676521032f,0.37001600345162455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7505499127176677f,-0.5162381117019791f,0.41252035167476997f,-0.06421768101500956f,0.045567999966634826f,0.5823425709394231f,0.8116653789898297f,2.2087997676664393f,-0.6592407647427013f,0.6279931067281217f,-0.41355322753355483f,0.2287175544377974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.766658931651842f,-0.02569417744009181f,0.641540249527754f,0.024734818581775425f,0.2109031733703415f,0.9336756796511528f,0.2894297439626372f,1.6948834056750983f,-0.6064271876992122f,0.35719677276486567f,-0.7103918155114043f,0.1436573510929366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.922905647726069f,0.02964588911995386f,-0.383883167973815f,0.013617610161792727f,-0.08707276277127907f,0.9551309814630665f,0.283095641493782f,1.3367092876264484f,0.375051328992048f,0.29469633439811693f,-0.8789144276399219f,0.033146225693642735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9091652371450981f,-0.3011874374925211f,-0.2875842468974721f,0.3051480805526581f,-0.0908927943659676f,0.8174554620506097f,-0.5687750587850791f,0.9376860308925972f,0.40639521589118566f,-0.4909711753864098f,-0.7705778568324188f,0.3468292820909511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9091652371450981f,-0.3915039223969502f,-0.14192691892202924f,0.1644115246366961f,-0.0908927943659676f,0.5191540958839154f,-0.8498338217906489f,1.1132807218847889f,0.40639521589118566f,-0.7597392338656449f,-0.5075817422110447f,0.07125396103648882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9322794350757023f,0.08613432773640609f,-0.35133450231983576f,0.02265120582666305f,0.0908927943659676f,0.9958562841572617f,0.002959938654297528f,1.0590123440108459f,0.3501336243026014f,-0.02917428473653913f,-0.9362453237495159f,0.4280209586585767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9322794350757023f,-0.33040040110560165f,-0.14727739094710657f,-0.08449271780601895f,0.0908927943659676f,0.1801188980837139f,-0.9794364106390239f,1.133980422917311f,0.3501336243026014f,-0.9264948772132342f,-0.13789012883581814f,0.12327406384475255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9559324309083166f,-0.09461029463557355f,-0.277924593526169f,0.004179526789557222f,0.12699823751613287f,0.720242795548736f,-0.6819983600624985f,1.2827419644890166f,0.26469725197952504f,-0.6872402837502407f,-0.6764881057235052f,0.026620029202674374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8659240247631377f,-0.4158527427483464f,-0.277924593526169f,0.004179526789557222f,-0.12699823751613287f,0.720242795548736f,-0.6819983600624985f,1.2827419644890166f,0.48378407477489843f,-0.5552628312869672f,-0.6764881057235052f,0.026620029202674374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9249807640623184f,-0.2591688762718301f,-0.277924593526169f,0.004179526789557222f,0f,0.7313537016191705f,-0.6819983600624985f,1.2827419644890166f,0.38001392884299573f,-0.6308353641798581f,-0.6764881057235052f,0.026620029202674374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9235194703941636f,0.08921273904832898f,-0.37303200264103087f,0.00853776768269076f,0.17045777155400835f,0.9667140608267963f,-0.19080899537654483f,1.278011565944264f,0.34359268897886175f,-0.23980202624510816f,-0.9079862621697617f,0.03722829559851968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8983369852772907f,-0.23202970906444387f,-0.37303200264103087f,0.00853776768269076f,-0.17045777155400835f,0.9667140608267963f,-0.19080899537654483f,1.278011565944264f,0.4048886377755617f,-0.10782457378183467f,-0.9079862621697617f,0.03722829559851968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9249807640623184f,-0.0725100759916258f,-0.37303200264103087f,0.00853776768269076f,0f,0.9816271834476639f,-0.19080899537654483f,1.278011565944264f,0.38001392884299573f,-0.17649465033335981f,-0.9079862621697617f,0.03722829559851968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9246712582348834f,0.09105447405168735f,-0.3697190108034588f,-0.17108391402453113f,0.24544422288860063f,0.8848696914566871f,-0.39593277534444954f,1.3501498565985517f,0.2911016963965144f,-0.4568530528479786f,-0.8405623655973145f,0.10986615836407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.862254359421894f,-0.38592880350277975f,-0.3279883813260036f,0.18734613204961728f,-0.24544422288860063f,0.8848696914566871f,-0.39593277534444954f,1.3501498565985517f,0.4430288400415373f,-0.26089190820771f,-0.8577067442449019f,-0.03738923906259041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9249807640623184f,-0.15153020030476932f,-0.34849560185214096f,0.019715723787414152f,0f,0.917060074385124f,-0.3987490689252462f,1.178733933289865f,0.38001392884299573f,-0.36883521844361233f,-0.8482629282957985f,0.06854792226230813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9249807640623184f,-0.12058018912067589f,-0.36037619802965826f,0f,0f,0.9483236552061993f,-0.31730465640509214f,1.390625f,0.38001392884299573f,-0.29350070352211355f,-0.8771811391710008f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.938490888792541f,-0.17476565368326866f,-0.29781171559568687f,-0.5848437237600366f,0.12187200087597208f,0.639315514444394f,-0.7592251895144069f,0.7833754652691712f,0.323082136701913f,-0.7488208325650132f,-0.5786927454710028f,-1.2565422179578722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9764222701466914f,-0.17476565368326866f,0.12671431116587256f,-0.6767846450284463f,-0.21040888644670083f,0.639315514444394f,-0.7395970345363476f,0.7791245347308288f,0.048245734172474936f,-0.7488208325650132f,-0.6610141525344214f,-1.2387136149314353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9807031601963697f,-0.17476565368326866f,-0.0876257831549217f,-0.6176703169210032f,-0.04534325907565266f,0.639315514444394f,-0.7676064498472497f,0.8963909674770875f,0.19017176561532942f,-0.7488208325650132f,-0.6349031896906714f,-1.152392437991053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8915498235402904f,0.391663292187572f,0.2274615960949651f,0.558813137135912f,-0.24095472107811233f,0.8353952830220223f,-0.4940197804690865f,0.7752351086786213f,-0.3835097580706982f,0.3856353026595825f,0.8391696364902664f,1.4460156891358578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7118891232512973f,0.391663292187572f,0.582935452472477f,0.4818270590584437f,-0.009597359148969961f,0.8353952830220223f,-0.5495658393695163f,0.7872648913213786f,-0.7022262932231066f,0.3856353026595825f,0.5984677488794087f,1.4981452451652157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8211848328263278f,0.391663292187572f,0.41503654765428566f,0.45806461594903497f,-0.12831768152274292f,0.8353952830220223f,-0.5344616859169451f,0.8614192528875417f,-0.5560485976464857f,0.3856353026595825f,0.7362712614234159f,1.3616397779370244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014452824438473726f,0f,-0.000005937717638171809f,0.2545835274149398f,0f,0.000015625f,0f,1.5567475f,0.000005937717638171809f,0f,-0.000014452824438473726f,0.6386670258242683f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56.mcfunction new file mode 100644 index 000000000..d5dd499c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..c3ce3b2b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.46043791124515804f,-0.13848921004830095f,-0.6601228014792686f,0.03180157234079478f,-0.35963104843945615f,0.7265845710827383f,0.09841145516297951f,1.5507883794768236f,0.5706197361912553f,0.3461792082276968f,-0.4706352270116543f,-0.2193338047498558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4686236947968624f,0.04726982559578251f,-0.6466509075715284f,0.03180157234079478f,-0.0530976855608129f,0.7923932648460745f,0.09640305811883708f,1.5507883794768236f,0.6461984745130726f,0.09939052980401669f,-0.46103042646039605f,-0.2193338047498558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5683610029089895f,0.04291579624064712f,0.5848661806343084f,-0.08903748722355423f,0.26953131380484313f,0.7424715852534935f,0.20744459601118526f,1.540205585258776f,-0.5208292289180468f,0.33739979841226914f,-0.5308886274732556f,-0.2134855889407702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5304688279574743f,-0.17422365418532393f,0.5729301361315674f,-0.08903748722355423f,-0.034400434759038284f,0.7729953985798738f,0.20321103282728353f,1.540205585258776f,-0.5978456595592316f,0.11011009080304497f,-0.5200541656880872f,-0.2134855889407702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6930829630009198f,-1.0524969767738266f,0.9237382585342127f,-0.15900454022552235f,-1.3810647865513055f,-0.6842884472194338f,0.25654556388683314f,1.3999361448127132f,0.2317375924313165f,-0.9302718338657635f,-1.2338145133569174f,0.7003460610361942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.172930363229363f,-0.9599995592995367f,0.22021792755826136f,-0.5176209993606045f,-0.749883724479469f,-0.016631038917729046f,-0.6613605735945534f,1.369468862483501f,0.6385683121124632f,-0.27950716393182495f,-0.717012033425261f,0.27936336184548516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.576264888622051f,-0.78703420670474f,0.22021792755826136f,-0.31528790745936774f,-0.6812815945814502f,0.3137795094955051f,-0.6613605735945534f,1.5900108970495603f,0.45141352109343325f,-0.5311492981237957f,-0.717012033425261f,0.13808200590582573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.22869184428426242f,0.9604360668768822f,0.15894213349495442f,0.6069521630560486f,0.26448478330029046f,0.21842616821032357f,-0.9393283815809856f,1.641112470222828f,-0.9368819774979456f,-0.17277896423760813f,-0.3039730082696787f,0.28046854423783274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8390291495930133f,0.5203532303477102f,0.15894213349495442f,0.2898154655106281f,0.033760112016832766f,0.341353843384042f,-0.9393283815809856f,1.6430043951773559f,-0.5430380658571146f,-0.7827579889554918f,-0.3039730082696787f,0.10879697898909696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9950312402384309f,-0.09260314197267468f,-0.036571697340412754f,-0.13642116152298112f,-0.08714244296451479f,0.9876819336310106f,-0.12996381270601504f,1.2577886654024413f,0.04815626214467217f,-0.12613110669337896f,-0.9908440433996446f,0.28011635136839025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9950312402384309f,-0.08249251370126252f,-0.0557477903850647f,-0.15223693153187448f,-0.08714244296451479f,0.9923992455564645f,0.08689034499376952f,1.4444065886004895f,0.04815626214467217f,0.09131660638792374f,-0.9946568512879437f,0.29102160974557634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9950312402384309f,-0.09260314197267468f,-0.036571697340412754f,0.17452610105152855f,-0.08714244296451479f,0.9876819336310106f,-0.12996381270601504f,1.285020678828852f,0.04815626214467217f,-0.12613110669337896f,-0.9908440433996446f,0.2650675194481802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9950312402384309f,-0.08249251370126252f,-0.0557477903850647f,0.15871033104263518f,-0.08714244296451479f,0.9923992455564645f,0.08689034499376952f,1.4716386020269003f,0.04815626214467217f,0.09131660638792374f,-0.9946568512879437f,0.2759727778253663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5230358752786315f,-0.14199554807464998f,0.8403991536754993f,0.03887352231139013f,0.2181687437556157f,0.9308688853067141f,0.29306231012522205f,2.098572116485795f,-0.823914966740872f,0.3366309294981895f,-0.4558988318537048f,0.5717021550004604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5230358752786315f,-0.14199554807464998f,0.8403991536754993f,0.15502423180074815f,0.2181687437556157f,0.9308688853067141f,0.29306231012522205f,2.00150676950586f,-0.823914966740872f,0.3366309294981895f,-0.4558988318537048f,0.5177795845796846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5230358752786315f,-0.14199554807464998f,0.8403991536754993f,-0.2684100544148058f,0.2181687437556157f,0.9308688853067141f,0.29306231012522205f,2.2267462534422195f,-0.823914966740872f,0.3366309294981895f,-0.4558988318537048f,0.08765211204019813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5230358752786315f,-0.14199554807464998f,0.8403991536754993f,-0.19148703557134522f,0.2181687437556157f,0.9308688853067141f,0.29306231012522205f,2.1460435622439555f,-0.823914966740872f,0.3366309294981895f,-0.4558988318537048f,-0.028064080886143067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5418513066288143f,-0.011243843033012763f,0.8403991536754993f,-0.003918866284463432f,0.43688576496122683f,0.8504383050864486f,0.29306231012522205f,2.2178883266323495f,-0.7180027784618177f,0.5259546227912985f,-0.4558988318537048f,0.5215361940880802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5334212933236551f,-0.09586963195101725f,0.8403991536754993f,-0.06632711931509591f,0.2984691149182723f,0.9083119892547775f,0.29306231012522205f,2.261420902782804f,-0.7914404028534443f,0.40715886806700535f,-0.4558988318537048f,0.43447721757003555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5407693643085898f,0.036024396272360246f,0.8403991536754993f,-0.07782774804192147f,0.5093438648669997f,0.809125027240176f,0.29306231012522205f,2.2641640312523323f,-0.669430595317865f,0.5865312721132575f,-0.4558988318537048f,0.4150404248796924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.525434378398729f,-0.1328456867882643f,0.8403991536754993f,-0.06326003829511256f,0.23438141772541154f,0.9269195398787826f,0.29306231012522205f,2.2645605548741474f,-0.8179144606997526f,0.35095895784644104f,-0.4558988318537048f,0.44214928370388606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5397470532379025f,-0.04901409004057079f,0.8403991536754993f,-0.01621448294972974f,0.3764979558958218f,0.8788422905108377f,0.29306231012522205f,2.3516055078514797f,-0.7529424996155207f,0.474588081800585f,-0.4558988318537048f,0.5162811689805236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5397470532379025f,-0.04901409004057079f,0.8403991536754993f,-0.0051863126906013315f,0.3764979558958218f,0.8788422905108377f,0.29306231012522205f,2.1538659924865415f,-0.7529424996155207f,0.474588081800585f,-0.4558988318537048f,0.4094988505753921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.4407850369467811f,-0.7271183224289192f,0.5263150163086543f,-0.2582501763662508f,0.012696209909789334f,0.5812407075402463f,0.8136326235789961f,2.249546153022391f,-0.8975229007984983f,0.3653192919711032f,-0.24697055989728928f,0.20493847822709016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5491046074912508f,-0.6492123178436314f,0.5263150163086543f,-0.20154391659761373f,0.10346597764131107f,0.5720985451114932f,0.8136326235789961f,2.243393679162394f,-0.8293243765274277f,0.5012251201220987f,-0.24697055989728928f,0.3055152538437995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.3499949813862621f,-0.9252855788441137f,0.14611677038431853f,-0.15453958378725588f,0.030993861677388757f,0.1444586326965694f,0.9890253201904188f,2.286890293742723f,-0.9362386947476337f,0.3506826215006259f,-0.021881623218943685f,0.3068224020577095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6187939762308969f,-0.7718444819993291f,0.14611677038431853f,-0.17907227957888816f,0.0741170866008396f,0.12781069398154093f,0.9890253201904188f,2.290109736426419f,-0.7820490217717554f,0.6228326597980749f,-0.021881623218943685f,0.28851809516010696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.4904325169179426f,-0.8591425002652286f,0.14611677038431853f,-0.29223016650910044f,0.05321058473510637f,0.1378315990416839f,0.9890253201904188f,2.3386694965256605f,-0.8698531945228918f,0.49282513586831606f,-0.021881623218943685f,0.2996035295604095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.4904325169179426f,-0.69459948888374f,0.5263150163086543f,-0.1359452815102592f,0.05321058473510637f,0.5789391915565119f,0.8136326235789961f,2.2084081784254455f,-0.8698531945228918f,0.4270374252010466f,-0.24697055989728928f,0.20352010889017413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5230358752786315f,-0.14199554807464998f,0.8403991536754993f,-0.024055552264531488f,0.2181687437556157f,0.9308688853067141f,0.29306231012522205f,1.6949085845448892f,-0.823914966740872f,0.3366309294981895f,-0.4558988318537048f,0.14823296686038923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9950312402384309f,-0.0690992369970777f,-0.07168072541479882f,0.0018566616093726503f,-0.08714244296451479f,0.9526474224677015f,0.2913229875925015f,1.3376658011195013f,0.04815626214467217f,0.29612190718024584f,-0.9539354226068908f,0.03718725166779706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9925232381412954f,-0.12112622593604754f,-0.015035263217085468f,0.17164165436682713f,-0.09006554637692686f,0.8099467003555483f,-0.5795468401596073f,0.9617694677312547f,0.08237608333335052f,-0.5738595472532013f,-0.8148002214782514f,0.4421410173906023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9925232381412954f,-0.11545855630075666f,0.03958463750576076f,0.13160638483344947f,-0.09006554637692686f,0.473918659160469f,-0.875950513359841f,1.1167365462735215f,0.08237608333335052f,-0.8729664519765281f,-0.4807741201626485f,0.12920139080671197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.995792521831689f,0.08815095575179369f,-0.025033227201673825f,-0.12135167130850177f,0.09006554637692687f,0.9918603693964676f,-0.09000669406510023f,1.0618948420725896f,0.016895289873540033f,-0.09188262415031587f,-0.9956265025396526f,0.4186215075679489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.995792521831689f,0.0010338718154217497f,-0.09163069667504764f,-0.12054846310672952f,0.09006554637692687f,0.19540337017243548f,-0.9765785786515491f,1.1319936097608976f,0.016895289873540033f,-0.980722414363169f,-0.1946743309883603f,0.09227877342918313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9896517880972299f,0.13901211578130235f,-0.035566416490295155f,-0.004794817830108366f,0.1238546407157432f,0.7024145721664777f,-0.7009092642998508f,1.2834650649818808f,-0.07245251057851287f,-0.6980611724442132f,-0.712363132985334f,0.029301907768753382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.977513426186072f,-0.20785218700799274f,-0.035566416490295155f,-0.004794817830108366f,-0.1238546407157432f,0.7024145721664777f,-0.7009092642998508f,1.2834650649818808f,0.1706678927014126f,-0.6807431506553541f,-0.712363132985334f,0.029301907768753382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9987559542795944f,-0.03495102014384579f,-0.035566416490295155f,-0.004794817830108366f,0f,0.7132504491541817f,-0.7009092642998508f,1.2834650649818808f,0.04986525635205993f,-0.7000373011292058f,-0.712363132985334f,0.029301907768753382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9854567601167271f,0.16280330169991572f,-0.048683250670528005f,-0.004216952711962766f,0.16953202249987687f,0.9614638770465722f,-0.21643961393810274f,1.2790365012816736f,0.011570103169137771f,-0.22154525066040104f,-0.9750814502504267f,0.04087602308952137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9817084541665747f,-0.18406100108937937f,-0.048683250670528005f,-0.004216952711962766f,-0.16953202249987687f,0.9614638770465722f,-0.21643961393810274f,1.2790365012816736f,0.08664527895376198f,-0.204227228871542f,-0.9750814502504267f,0.04087602308952137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9987559542795944f,-0.010792816833764379f,-0.048683250670528005f,-0.004216952711962766f,0f,0.9762960071199334f,-0.21643961393810274f,1.2790365012816736f,0.04986525635205993f,-0.21617035316265681f,-0.9750814502504267f,0.04087602308952137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9691383090572058f,0.23701835604654337f,-0.06777342262814959f,-0.1978734257059644f,0.24321034680169396f,0.8744103803526971f,-0.41982760025997734f,1.3511220595959537f,-0.04024506337850084f,-0.4233542082328291f,-0.9050699140095282f,0.04758298775634573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9603100317400824f,-0.27800844997817603f,-0.022714415689021574f,0.18914450657737847f,-0.24321034680169396f,0.8744103803526971f,-0.41982760025997734f,1.3511220595959537f,0.13657734126846025f,-0.3976402752138968f,-0.9073195916433497f,0.02826020091992251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9987559542795944f,-0.021073967960761934f,-0.045193270134450694f,-0.00399207173061575f,0f,0.90630778703665f,-0.4226182617406993f,1.1806624300431485f,0.04986525635205993f,-0.42209250530081555f,-0.9051802987128168f,0.07671462795915711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9987559542795944f,-0.017054922124502745f,-0.04685801342762837f,0f,0f,0.9396926207859084f,-0.3420201433256686f,1.390625f,0.04986525635205993f,-0.34159465463007177f,-0.938523600202523f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9925107874705322f,0.08490871026860207f,-0.0878228197858984f,-0.13242647778812244f,0.12187352812744749f,0.6393210021610742f,-0.7592203233169724f,0.7833753460056988f,-0.008317445304423243f,-0.7642376378563688f,-0.6448811153905235f,-1.379638750037526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9366357828415041f,0.08490871026860207f,0.33985867830821304f,-0.22505078929190592f,-0.21040544574289483f,0.6393210021610742f,-0.7395932697080833f,0.7791246539943012f,-0.28007670146339664f,-0.7642376378563688f,-0.5809456723146332f,-1.3934854476898302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9879926560403569f,0.08490871026860207f,0.1290775833785384f,-0.19810027104679495f,-0.045340714788241275f,0.6393210021610742f,-0.7676020295558442f,0.8963903044333766f,-0.1476981082912449f,-0.7642376378563688f,-0.6277946333721764f,-1.2923929038578517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9684022997442234f,0.240679011870922f,-0.06534982092504049f,0.04471168090861824f,-0.2409593732833173f,0.8353917806650468f,-0.49402343388162606f,0.7752349328417698f,-0.06430836863899805f,0.49416008139277995f,0.8669891854463184f,1.5495916577269429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9052885729667963f,0.240679011870922f,0.35003744499778466f,-0.04525003051681795f,-0.009600031479917226f,0.8353917806650468f,-0.5495711165926271f,0.7872650671582301f,-0.4246886377704554f,0.49416008139277995f,0.7585811590769672f,1.5730699209875518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9595915885379861f,0.240679011870922f,0.14579985065829099f,-0.022139152402843504f,-0.1283214327089092f,0.8353917806650468f,-0.5344662596505183f,0.8614199389475777f,-0.250434808113162f,0.49416008139277995f,0.8325192014861902f,1.4364529091343188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015605561785618663f,0f,-7.791446305009364e-7f,0.02707384264202823f,0f,0.000015625f,0f,1.5567475f,7.791446305009364e-7f,0f,-0.000015605561785618663f,0.6870046210549422f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57.mcfunction new file mode 100644 index 000000000..ef174d2a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..feaed2651 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6275777083080166f,-0.25089911133200055f,-0.45841062423564594f,0.10417839952031659f,-0.36433095708464286f,0.723641729538774f,0.10271341404297861f,1.5539633332584109f,0.3746379828435584f,0.2834373434242364f,-0.6680225285182868f,-0.19200858278549854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6620288648502818f,0.008192363565279609f,-0.44905530537369404f,0.10417839952031659f,-0.05845441317378755f,0.7914917916401153f,0.10061722191965253f,1.5539633332584109f,0.4453098513232729f,0.11607596196256455f,-0.6543894156913831f,-0.19200858278549854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3554281027959632f,-0.07756866464116016f,0.7311623694181024f,-0.011281965110567047f,0.2742209274267222f,0.7395305589999055f,0.21175901329331928f,1.5433793298235594f,-0.6822156485661516f,0.3376715845544587f,-0.2958110110871305f,-0.2281355609126809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2925928228150064f,-0.2034421694333104f,0.7162406884095698f,-0.011281965110567047f,-0.029053704902346877f,0.7720917089247081f,0.2074374007771291f,1.5433793298235594f,-0.7440062649390754f,0.0498565613133532f,-0.28977405167718906f,-0.2281355609126809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.19666249244778317f,-0.5557359091143117f,1.447027198564393f,-0.4614295910681635f,-1.4949925631440246f,0.31738162404638287f,0.3250729008418594f,1.1753054337932283f,-0.4095452968943565f,-1.425423710353722f,-0.4917785535717709f,0.5481492006353011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6347698257281988f,-0.6170064479008049f,0.4651562227830812f,-0.614292164584386f,-0.6886268557020037f,0.17864258636207048f,-0.7027658784715164f,1.4002025861851883f,0.350514367681218f,-0.766413641310423f,-0.5382841335784795f,0.03981513041248236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8043213595255045f,-0.36972535620000524f,0.4651562227830812f,-0.34470670568371936f,-0.5894961253861348f,0.3982642818668183f,-0.7027658784715164f,1.5902558343916111f,0.07457525572050544f,-0.8394573978302217f,-0.5382841335784795f,0.024649191750305548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4781645646676088f,0.8397896720213489f,0.25712245305012066f,0.37529275332544765f,0.3361569136792093f,0.09546888298185502f,-0.9369547597231499f,1.6002247208144793f,-0.8113921237489954f,0.5344520550512197f,-0.2366512674160504f,0.5292902018370019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3057312861334944f,0.9167422892049042f,0.25712245305012066f,0.23524541278738578f,0.1534379387924607f,0.31396270028660345f,-0.9369547597231499f,1.643418798440536f,-0.9396729109739625f,-0.24700404452578628f,-0.2366512674160504f,0.20611334670772388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9507411778214838f,-0.046153228074133426f,0.30653073635926736f,-0.22469702618053383f,-0.0871524000802048f,0.9887654575627927f,-0.12143858155833892f,1.2567546599838615f,-0.2974822212416694f,-0.14217154943580823f,-0.9440824003105577f,0.21677759357480783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9507411778214838f,-0.1114046065222343f,0.28927534710072306f,-0.24377741898407326f,-0.0871524000802048f,0.991611887906346f,0.0954480116245078f,1.4432784390389546f,-0.2974822212416694f,0.06553531420874079f,-0.9524754330882682f,0.22311249353214507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9507411778214838f,-0.046153228074133426f,0.30653073635926736f,0.07240959188867985f,-0.0871524000802048f,0.9887654575627927f,-0.12143858155833892f,1.2839897850089255f,-0.2974822212416694f,-0.14217154943580823f,-0.9440824003105577f,0.30974078771282954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9507411778214838f,-0.1114046065222343f,0.28927534710072306f,0.05332919908514043f,-0.0871524000802048f,0.991611887906346f,0.0954480116245078f,1.4705135640640186f,-0.2974822212416694f,0.06553531420874079f,-0.9524754330882682f,0.31607568767016675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.2085653977510547f,-0.251435790275315f,0.9451351851611345f,-0.16245848046751948f,0.22544380869600505f,0.9280018759604673f,0.2966270509149367f,2.0949334920509934f,-0.9516698818296098f,0.2749410147331262f,-0.13686443817126293f,0.5577320297948029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.2085653977510547f,-0.251435790275315f,0.9451351851611345f,-0.0346013806585842f,0.22544380869600505f,0.9280018759604673f,0.2966270509149367f,1.9982879007531102f,-0.9516698818296098f,0.2749410147331262f,-0.13686443817126293f,0.5462209824432165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.2085653977510547f,-0.251435790275315f,0.9451351851611345f,-0.28499065164626414f,0.22544380869600505f,0.9280018759604673f,0.2966270509149367f,2.2273817296598963f,-0.9516698818296098f,0.2749410147331262f,-0.13686443817126293f,-0.001374025780093019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.2085653977510547f,-0.251435790275315f,0.9451351851611345f,-0.17277595666865792f,0.22544380869600505f,0.9280018759604673f,0.2966270509149367f,2.1476444240142136f,-0.9516698818296098f,0.2749410147331262f,-0.13686443817126293f,-0.08426031426890004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.26319793709190636f,-0.19351053635653206f,0.9451351851611345f,-0.18570956896957133f,0.443251137045521f,0.8458964606696023f,0.2966270509149367f,2.2146931485145593f,-0.8568869677025187f,0.49700387337086904f,-0.13686443817126293f,0.49689469153172494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.22968581649978626f,-0.23230132903032294f,0.9451351851611345f,-0.21450692189889653f,0.30546661971112465f,0.90482182605625f,0.2966270509149367f,2.258996560627887f,-0.9240858022613947f,0.35683827656654044f,-0.13686443817126293f,0.39404985323450875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2790619440052932f,-0.16983495864637072f,0.9451351851611345f,-0.21863382653536528f,0.5152891669651601f,0.8040456871806843f,0.2966270509149367f,2.2619110651457386f,-0.810309512357061f,0.5697952437040227f,-0.13686443817126293f,0.37186759801694985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.2129217918355324f,-0.24775752729629436f,0.9451351851611345f,-0.21427155144206625f,0.24160533842580267f,0.9239259998017486f,0.2966270509149367f,2.262069003692918f,-0.9467265555616888f,0.2915080694566875f,-0.13686443817126293f,0.402334157330822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.24905818749686653f,-0.2113989144040326f,0.9451351851611345f,-0.1957940772118424f,0.3831646453044547f,0.8747555357093882f,0.2966270509149367f,2.3484554482452893f,-0.8894688717597075f,0.43601978365044103f,-0.13686443817126293f,0.4888304559505979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.24905818749686653f,-0.2113989144040326f,0.9451351851611345f,-0.14822932147093512f,0.3831646453044547f,0.8747555357093882f,0.2966270509149367f,2.151635452710677f,-0.8894688717597075f,0.43601978365044103f,-0.13686443817126293f,0.3907260046292488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.10549851270089569f,-0.8098736543749875f,0.5770396240876375f,-0.31581815511022f,0.02057765407330489f,0.5783756823227479f,0.8155109626795554f,2.2491698771769215f,-0.994206529837105f,0.09790931542503406f,-0.04435247436460396f,0.11244201831786926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.23089180281713073f,-0.783399162384447f,0.5770396240876375f,-0.2971174932491289f,0.1108021994614409f,0.5680358636071952f,0.8155109626795554f,2.2421314393222507f,-0.96664980628269f,0.25223205591552966f,-0.04435247436460396f,0.22632742679289325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.006980280281977724f,-0.9898145683263853f,0.1421914062664708f,-0.25353778244432745f,0.0391704620606762f,0.14181508762560419f,0.9891178675080616f,2.285596321012618f,-0.9992081617906943f,0.012474023031633419f,0.03778158493589324f,0.2440667696545085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3125081639404971f,-0.9392125698980518f,0.1421914062664708f,-0.27029329648715716f,0.0810765953241822f,0.12276982474103099f,0.9891178675080616f,2.2889826421923845f,-0.9464487483013426f,0.3206358038001273f,0.03778158493589324f,0.2184728015559898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.16173545393376065f,-0.976536352075438f,0.1421914062664708f,-0.3804925395994975f,0.06087297604039893f,0.1339414982904465f,0.9891178675080616f,2.3374909617044857f,-0.9849548841083156f,0.16863104136221924f,0.03778158493589324f,0.19038874403523268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.16173545393376065f,-0.8005416386257733f,0.5770396240876375f,-0.2003706709086988f,0.06087297604039893f,0.5755313636435898f,0.8155109626795554f,2.2079964048846783f,-0.9849548841083156f,0.1670231549483836f,-0.04435247436460396f,0.15280853417184642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.2085653977510547f,-0.251435790275315f,0.9451351851611345f,-0.07497462821000343f,0.22544380869600505f,0.9280018759604673f,0.2966270509149367f,1.6949453720268464f,-0.9516698818296098f,0.2749410147331262f,-0.13686443817126293f,0.13513701304267237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9507411778214838f,-0.16911387510802267f,0.25979166661108616f,-0.01155692504449493f,-0.0871524000802048f,0.9500980315326673f,0.2995299478149235f,1.338658610202096f,-0.2974822212416694f,0.26213398811237526f,-0.9180360016477696f,0.03683676750053163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9602669715201169f,0.08808129441904636f,0.2648188606973614f,0.0031570936824536072f,-0.08917657196127379f,0.8023023036827133f,-0.5902190716324298f,0.9861904562241386f,-0.2644520418163168f,-0.590383518637569f,-0.7625696155108097f,0.48532735838895064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9602669715201169f,0.20293397147242415f,0.1915858727307746f,0.07654334429836908f,-0.08917657196127379f,0.4273783740037378f,-0.8996639730739234f,1.120380080127405f,-0.2644520418163168f,-0.8810025701757915f,-0.39230038098736336f,0.17359989840629536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9392362992483434f,0.14355426403890986f,0.31181300077213475f,-0.26166412211171686f,0.08917657196127379f,0.9792095197618669f,-0.1821983957694742f,1.0647011505350932f,-0.33148561535534554f,-0.1433209324696889f,-0.9325108026872968f,0.35806268907875927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9392362992483434f,0.34306825978509486f,-0.01180437640466428f,-0.14637381937625493f,0.08917657196127379f,0.21064751741563437f,-0.9734860874300494f,1.1300555190243062f,-0.33148561535534554f,-0.9153861439494573f,-0.22844144605966593f,0.04897911504166865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9022566889204671f,0.3777462281392993f,0.20794387325624203f,-0.01548908144233622f,0.12062616013128429f,0.6841049489228471f,-0.7193398003386511f,1.2842616075414484f,-0.4139833291211825f,-0.6239456755085342f,-0.6628043430937531f,0.028491417142374117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9770407717222236f,0.046375381051088405f,0.20794387325624203f,-0.01548908144233622f,-0.12062616013128429f,0.6841049489228471f,-0.7193398003386511f,1.2842616075414484f,-0.17561509013869925f,-0.7279077846071129f,-0.6628043430937531f,0.028491417142374117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9541443265929458f,0.21533218432386272f,0.20794387325624203f,-0.01548908144233622f,0f,0.6946583704589974f,-0.7193398003386511f,1.2842616075414484f,-0.29934696262112637f,-0.6863539893856263f,-0.6628043430937531f,0.028491417142374117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9270733750695115f,0.23700380715906455f,0.29045507850497937f,-0.018991586736955078f,0.16849008466583743f,0.9555547539512126f,-0.2419218955996677f,1.2801379138021347f,-0.3348821413669647f,-0.17534054748787148f,-0.9258021623436239f,0.03965537059110867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9522240855731792f,-0.09436703992914634f,0.29045507850497937f,-0.018991586736955078f,-0.16849008466583743f,0.9555547539512126f,-0.2419218955996677f,1.2801379138021347f,-0.25471627789291706f,-0.2793026565864501f,-0.9258021623436239f,0.03965537059110867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9541443265929458f,0.07241858463930576f,0.29045507850497937f,-0.018991586736955078f,0f,0.9702957262759965f,-0.2419218955996677f,1.2801379138021347f,-0.29934696262112637f,-0.23082840416503386f,-0.9258021623436239f,0.03965537059110867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8932373432959656f,0.3758548742695862f,0.24669852457880426f,-0.20240699086509742f,0.24080978649171728f,0.8633517920517865f,-0.4434346963091438f,1.3521213359354929f,-0.3796547053196877f,-0.3366850110247894f,-0.8616875930868789f,-0.022965050131535696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.95002795083067f,-0.1161671286092121f,0.2897448720360187f,0.1673239356896691f,-0.24080978649171728f,0.8633517920517865f,-0.4434346963091438f,1.3521213359354929f,-0.19863921911418092f,-0.49104875663385994f,-0.8481825152866856f,0.09303189788415078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9541443265929458f,0.13356796008261027f,0.26789588289084304f,-0.03196781059745649f,0f,0.8949343616020251f,-0.44619781310980877f,1.1827348246540164f,-0.29934696262112637f,-0.42573711191690355f,-0.853896543795652f,0.0757963432015116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9541443265929458f,0.10971102901683517f,0.27851767294475444f,0f,0f,0.9304175679820246f,-0.36650122672429725f,1.390625f,-0.29934696262112637f,-0.3496950661683431f,-0.8877526438524552f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9281211499415726f,0.34449865109257627f,0.14110921453444575f,0.3538980754115246f,0.12187505536937128f,0.6393264898223037f,-0.7592154570938375f,0.7833752267424028f,-0.3517635596673504f,-0.6874462297568351f,-0.635358229098567f,-1.3400355706987908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7815280945433146f,0.34449865109257627f,0.5201293270282799f,0.2718125114526583f,-0.2104020050368841f,0.6393264898223037f,-0.7395895048524898f,0.7791247732575972f,-0.5873200436865363f,-0.6874462297568351f,-0.42716840645951065f,-1.3851238877524175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.875579348894574f,0.34449865109257627f,0.3386465460989515f,0.26205831151724873f,-0.04533817050459252f,0.6393264898223037f,-0.7675976092372803f,0.8963896413855921f,-0.48094204857201917f,-0.6874462297568351f,-0.5441621331078287f,-1.2809554092594297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9306761496944511f,0.05451398873672275f,-0.3617597675556594f,-0.49507507566661796f,-0.24096402548016735f,0.8353882782691723f,-0.4940270872683614f,0.7752347570050389f,0.27527848229439494f,0.5469503172706645f,0.7906118564904113f,1.4690589008628048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9963653258094602f,0.05451398873672275f,0.06545504225513335f,-0.5875983150381677f,-0.009602703814197672f,0.8353882782691723f,-0.5495763937888205f,0.7872652429949611f,-0.08463997639452421f,0.5469503172706645f,0.8328753957426372f,1.4599057547893939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9869145532965308f,0.05451398873672275f,-0.15174943005995845f,-0.5185742808433991f,-0.12832518389250366f,0.8353882782691723f,-0.5344708333570908f,0.8614206250035636f,0.09763355811638164f,0.5469503172706645f,0.831452367106532f,1.3397644727601195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001490850510301478f,0f,0.0000046772962909551f,-0.21268757347920897f,0f,0.000015625f,0f,1.5567475f,-0.0000046772962909551f,0f,-0.00001490850510301478f,0.6538136878299322f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58.mcfunction new file mode 100644 index 000000000..38766da3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..d0103c413 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.717576890164684f,-0.33871616507995533f,-0.1931300356225153f,0.16327706063496214f,-0.3689779674071423f,0.7206536827789852f,0.10704192407474829f,1.5571557783244416f,0.12602821396068223f,0.18131208855191852f,-0.7862488539103036f,-0.14031114054925425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7764006528750258f,-0.037545937894527454f,-0.18918860632409662f,0.16327706063496214f,-0.06378021273077952f,0.7905295764076855f,0.10485739501199833f,1.5571557783244416f,0.18202777447205762f,0.11684729937960069f,-0.7702029589325424f,-0.14031114054925425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.09268577077178453f,-0.19584499649622122f,0.7873998537517515f,0.06810649173115449f,0.27891939963914525f,0.7365334381204448f,0.2160252473204469f,1.5465778194200581f,-0.7619434105272014f,0.2934410951491228f,-0.01670351089754637f,-0.21500347668858139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.010465813322822842f,-0.2119900336633018f,0.7713304689813076f,0.06810649173115449f,-0.02367792940863675f,0.7711405730907093f,0.2116165688037031f,1.5465778194200581f,-0.7995810292962254f,-0.020060961112692705f,-0.016362622920045422f,-0.21500347668858139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5114119423075933f,0.0665748664417053f,1.474934528181995f,-0.7264356338194825f,-1.0132167946701867f,1.1511660056826054f,0.2993573188666459f,0.9803586488963136f,-1.0738974821943879f,-1.0544149394422588f,0.4199518820264166f,0.11268516486804009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8251994372239847f,-0.01999801610074728f,0.5644873498646832f,-0.5984719305526538f,-0.539285808986559f,0.3250977554233956f,-0.7768412100580031f,1.4448334488143972f,-0.16797828737944567f,-0.9454689464867176f,-0.27905513110918423f,-0.2267310298223586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8085482039153222f,0.16614401520383826f,0.5644873498646832f,-0.3334024460020733f,-0.45233286579267457f,0.4380784323376392f,-0.7768412100580031f,1.5905349982423271f,-0.376357251117994f,-0.8834497457878081f,-0.27905513110918423f,-0.09614248714196076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9087634343204903f,0.25714119204531866f,0.32867526191598395f,0.053974523468574176f,0.3518758121365396f,-0.04874321742500351f,-0.9347767175044048f,1.5642518303067936f,-0.22434890968150234f,0.9651437748380141f,-0.13477781945168085f,0.6074506027354192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.3659978590225088f,0.8706423716977021f,0.32867526191598395f,0.14610433594909886f,0.2576219620767341f,0.24458825210427487f,-0.9347767175044048f,1.6438309183179898f,-0.894246326157773f,0.4268002431315804f,-0.13477781945168085f,0.28018689862417845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7836678765289841f,0.0018937236998307627f,0.6211771672454661f,-0.2873249475908649f,-0.08710262729423934f,0.9897805978449012f,-0.11290482916257832f,1.255770297670045f,-0.6150429185146299f,-0.14258605100197863f,-0.7754943110330775f,0.12373961464069547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7836678765289841f,-0.13259851137903989f,0.6068626649223164f,-0.30839427681867043f,-0.08710262729423934f,0.9907559232364536f,0.10399919658499168f,1.4421870282555362f,-0.6150429185146299f,0.028641497026963447f,-0.7879732692376441f,0.12418506240051586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7836678765289841f,0.0018937236998307627f,0.6211771672454661f,-0.042428736175557376f,-0.08710262729423934f,0.9897805978449012f,-0.11290482916257832f,1.2829898686994947f,-0.6150429185146299f,-0.14258605100197863f,-0.7754943110330775f,0.31594052667651734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7836678765289841f,-0.13259851137903989f,0.6068626649223164f,-0.06349806540336289f,-0.08710262729423934f,0.9907559232364536f,0.10399919658499168f,1.469406599284986f,-0.6150429185146299f,0.028641497026963447f,-0.7879732692376441f,0.3163859744363377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.14021938555119606f,-0.33728972787375616f,0.9308996526943667f,-0.35407602208480843f,0.232728177658933f,0.92507473231231f,0.30012386603011176f,2.0912739446251676f,-0.9623804441275794f,0.17456339567090193f,0.20821023426490565f,0.47035938997756443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.14021938555119606f,-0.33728972787375616f,0.9308996526943667f,-0.22990119061866188f,0.232728177658933f,0.92507473231231f,0.30012386603011176f,1.9950489088642418f,-0.9623804441275794f,0.17456339567090193f,0.20821023426490565f,0.5041479416358207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.14021938555119606f,-0.33728972787375616f,0.9308996526943667f,-0.27169713307348076f,0.232728177658933f,0.92507473231231f,0.30012386603011176f,2.228001748999791f,-0.9623804441275794f,0.17456339567090193f,0.20821023426490565f,-0.0950391209473886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.14021938555119606f,-0.33728972787375616f,0.9308996526943667f,-0.1370058476909945f,0.232728177658933f,0.92507473231231f,0.30012386603011176f,2.149231326563285f,-0.9623804441275794f,0.17456339567090193f,0.20821023426490565f,-0.1334291025987006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.05445650020785657f,-0.3611929210250654f,0.9308996526943667f,-0.3549440744749482f,0.44961098897881274f,0.8412940173498403f,0.30012386603011176f,2.211470367661454f,-0.8915629244055663f,0.402199018115096f,0.20821023426490565f,0.4060458102757022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.11028907170179111f,-0.3482271633239783f,0.9308996526943667f,-0.34574964484173626f,0.3124681520721533f,0.9012709464859906f,0.30012386603011176f,2.256544467791026f,-0.9435040935808232f,0.2577761116620044f,0.20821023426490565f,0.2999659885081802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.022769239476562946f,-0.36456466963649453f,0.9308996526943667f,-0.34178194328064687f,0.521223688375766f,0.7989064599282585f,0.30012386603011176f,2.259630700594505f,-0.8531163041517968f,0.47837335830680594f,0.20821023426490565f,0.27777791431493715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.13431151204163522f,-0.33968552272152713f,0.9308996526943667f,-0.34847485591185096f,0.248837512243407f,0.9208721722039666f,0.30012386603011176f,2.25954932959965f,-0.9591873175942236f,0.19133266347843236f,0.20821023426490565f,0.30781895165175793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.07951939142237327f,-0.3565143797959948f,0.9308996526943667f,-0.36222972257736014f,0.3898300551746758f,0.8706079445546364f,0.30012386603011176f,2.345268551051231f,-0.9174471071785689f,0.3390269957938872f,0.20821023426490565f,0.39584544339145455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.07951939142237327f,-0.3565143797959948f,0.9308996526943667f,-0.2820139871232614f,0.3898300551746758f,0.8706079445546364f,0.30012386603011176f,2.1493817635264385f,-0.9174471071785689f,0.3390269957938872f,0.20821023426490565f,0.31956436933783006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.25274558182462686f,-0.7952096588088179f,0.5511454158434907f,-0.3408910726394682f,0.028478958853031665f,0.5755076846029864f,0.8173003449562205f,2.248776276647861f,-0.9671135506086025f,-0.19087300359158413f,0.1681037677422752f,0.000667555750170995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.1252356667345364f,-0.8249574282181243f,0.5511454158434907f,-0.36362975617186105f,0.11815757237883817f,0.5639671393121969f,0.8173003449562205f,2.2408496079836326f,-0.985065894175154f,-0.0372331492591665f,0.1681037677422752f,0.11375716986261383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.34656896435772166f,-0.9310176032264974f,0.1144385224756278f,-0.3293669750878643f,0.047360604001778564f,0.13921136783676805f,0.9891295002443325f,2.284277037787926f,-0.9368281198451522f,-0.3373817089698319f,0.09233989560310567f,0.14605564648819142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.04190641043885443f,-0.9925460580435175f,0.1144385224756278f,-0.3360080759850442f,0.08806128952330912f,0.1177626470231081f,0.9891295002443325f,2.2878312540586734f,-0.9952331696902099f,-0.031373262954071696f,0.09233989560310567f,0.1162139147928922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.19665888460447847f,-0.9737705621344885f,0.1144385224756278f,-0.42941236266811106f,0.06855497223116372f,0.13008861413967632f,0.9891295002443325f,2.336290624580283f,-0.9780723382697758f,-0.18667577451694328f,0.09233989560310567f,0.05130649480775633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.19665888460447847f,-0.8109032085895506f,0.5511454158434907f,-0.24695914073546246f,0.06855497223116372f,0.5721191850627172f,0.8173003449562205f,2.2075638079411717f,-0.9780723382697758f,-0.12294561554746186f,0.1681037677422752f,0.07896925830593521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.14021938555119606f,-0.33728972787375616f,0.9308996526943667f,-0.1207161925407608f,0.232728177658933f,0.92507473231231f,0.30012386603011176f,1.694993114610305f,-0.9623804441275794f,0.17456339567090193f,0.20821023426490565f,0.10329650371976705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7836678765289841f,-0.2558747585244522f,0.5660324789679532f,-0.024763158094091235f,-0.08710262729423934f,0.9474828804208694f,0.3077163038056542f,1.339687034452479f,-0.6150429185146299f,0.19184446632474478f,-0.7647992606727468f,0.03135482884798775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8043670925793255f,0.2989336548265364f,0.5134513125774751f,-0.17745876399818628f,-0.08822648037766764f,0.7945235697171257f,-0.6007898012817172f,1.0108664802682452f,-0.5875454608246513f,-0.5285555478622899f,-0.6127147495273334f,0.46219083154185314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8043670925793255f,0.5181661926815019f,0.2906843255792088f,0.005281810396351273f,-0.08822648037766764f,0.37966080410036146f,-0.9209092039881219f,1.1242088263503343f,-0.5875454608246513f,-0.7663951138882761f,-0.25967067772955127f,0.19499397400127044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7579450433692169f,0.24227368630545323f,0.605658956968361f,-0.37760305748207157f,0.08822648037766766f,0.9580135882721952f,-0.2728113869434382f,1.0674323852151157f,-0.6463245310153445f,-0.15334088042593275f,-0.7474966053421213f,0.24752379019385995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7579450433692169f,0.6471778734234468f,0.08173194836256631f,-0.1570434086989873f,0.08822648037766766f,0.22584798856831123f,-0.9701591489131137f,1.1281733051727931f,-0.6463245310153445f,-0.728116396059554f,-0.22827858944071341f,-0.0028351660497255675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6934970207337917f,0.5862874427149107f,0.4187229594232504f,-0.026346321975748703f,0.11731500840208253f,0.6653264743190296f,-0.737277336810124f,1.285131046257237f,-0.7108439146795688f,-0.4621771490294817f,-0.5301822440236998f,0.023275325820918735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8521961481079497f,0.31374003315134696f,0.4187229594232504f,-0.026346321975748703f,-0.11731500840208253f,0.6653264743190296f,-0.737277336810124f,1.285131046257237f,-0.5099008864020463f,-0.6774273940197586f,-0.5301822440236998f,0.023275325820918735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7847689887259551f,0.45695592521147665f,0.4187229594232504f,-0.026346321975748703f,0f,0.6755902076156604f,-0.737277336810124f,1.285131046257237f,-0.6197883786697211f,-0.5785923900190464f,-0.5301822440236998f,0.023275325820918735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7440850214600465f,0.2993886339052947f,0.597246956230941f,-0.033662566428418396f,0.16733267214403558f,0.9489907413585197f,-0.26723837607825685f,1.2813150486525227f,-0.6467899641088587f,-0.09890914368312247f,-0.7562272962700649f,0.032539071250797295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.801608147381695f,0.026841224341730863f,0.597246956230941f,-0.033662566428418396f,-0.16733267214403558f,0.9489907413585197f,-0.26723837607825685f,1.2813150486525227f,-0.5739548369727564f,-0.3141593886733993f,-0.7562272962700649f,0.032539071250797295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7847689887259551f,0.165631239827872f,0.597246956230941f,-0.033662566428418396f,0f,0.9636304532086231f,-0.26723837607825685f,1.2813150486525227f,-0.6197883786697211f,-0.2097203901437001f,-0.7562272962700649f,0.032539071250797295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6953502671703955f,0.4850929090516012f,0.5302573672603847f,-0.18154241423489978f,0.2382441871827964f,0.8517015055579876f,-0.4667378843675172f,1.3531470007630808f,-0.6780322361213131f,-0.19821557713285837f,-0.7078014352643117f,-0.09282384947825398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8207070005919139f,0.08041240226822813f,0.5656623239538556f,0.12255556889640787f,-0.2382441871827964f,0.8517015055579876f,-0.4667378843675172f,1.3531470007630808f,-0.5193069674605115f,-0.5178208097321986f,-0.6798396006083033f,0.14734414725626296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7847689887259551f,0.29097301873060744f,0.5472406570283674f,-0.060241003982184814f,0f,0.882947592858927f,-0.46947156278589075f,1.1849496968067204f,-0.6197883786697211f,-0.3684267235630772f,-0.6929098895459165f,0.06367136450611753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7847689887259551f,0.24217061262215744f,0.5705182106788973f,0f,0f,0.9205048534524404f,-0.3907311284892737f,1.390625f,-0.6197883786697211f,-0.30663367256827856f,-0.7223836629612052f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.741768445450146f,0.5669101185332768f,0.3583189791778546f,0.8083067797843626f,0.12187658260174333f,0.6393319774280828f,-0.7592105908450025f,0.7833751074792832f,-0.6594889475554493f,-0.5194877670768422f,-0.5433293549125817f,-1.125867955919896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5208383741606911f,0.5669101185332768f,0.6382321721021543f,0.7476851094736825f,-0.21039856432866888f,0.6393319774280828f,-0.7395857399695672f,0.7791248925207169f,-0.8273208761599593f,-0.5194877670768422f,-0.2137115526297853f,-1.1972543079877052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6466311499805877f,0.5669101185332768f,0.5103734646113263f,0.7014399249373235f,-0.04533562622470659f,0.6393319774280828f,-0.767593188891558f,0.8963889783337338f,-0.7614544220566299f,-0.5194877670768422f,-0.3877107465468555f,-1.1034045199717724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.771421185030738f,-0.1440263082026089f,-0.6198110823721205f,-0.9862009976946671f,-0.2409686776686641f,0.8353847758343976f,-0.49403074062929414f,0.7752345811684284f,0.5889341658185471f,0.5304608363014562f,0.609727684693726f,1.1960940270482772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9610885093181252f,-0.1440263082026089f,-0.23572293015782633f,-1.069384162769956f,-0.009605376151812159f,0.8353847758343976f,-0.5495816709580985f,0.7872654188315715f,0.2760735662928391f,0.5304608363014562f,0.8014952820476943f,1.1545623223736516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8872870941364162f,-0.1440263082026089f,-0.43815298141685854f,-0.9620696330197828f,-0.12832893507352755f,0.8353847758343976f,-0.5344754070366641f,0.8614213110554996f,0.44300484986267286f,0.5304608363014562f,0.7227433874816914f,1.0669166665887106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012262015448843052f,0f,0.000009684193416714395f,-0.43176858051156286f,0f,0.000015625f,0f,1.5567475f,-0.000009684193416714395f,0f,-0.000012262015448843052f,0.5350553571260455f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59.mcfunction new file mode 100644 index 000000000..72554c6d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..045f551b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7119463212534698f,-0.3866083452267511f,0.1030090651308351f,0.2001228881828971f,-0.37357196580856994f,0.7176204941003288f,0.11139684579719858f,1.5603649498872847f,-0.14325106093853548f,0.049992582376563094f,-0.8024489514553252f,-0.07034445673056575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.789258360475246f,-0.08300030240921752f,0.10090683931183847f,0.2001228881828971f,-0.06907495769407204f,0.7895066338490724f,0.10912344078092923f,1.5603649498872847f,-0.11090487202773781f,0.09894556537958255f,-0.7860724422419513f,-0.07034445673056575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.186637746665989f,-0.2939822703294731f,0.7387050972450476f,0.13842201227710385f,0.28362658157431886f,0.7334802921310172f,0.22024320131234096f,1.549800285118021f,-0.7427427267825332f,0.20621719189187576f,0.269726075907245f,-0.1744101343038101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2791179804763086f,-0.1960957018536231f,0.723629483015557f,0.13842201227710385f,-0.0182732690666354f,0.7701419981848983f,0.21574844210188504f,1.549800285118021f,-0.749505997716126f,-0.09180293212260186f,0.2642214621132196f,-0.1744101343038101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.194636650670922f,0.017091316087588772f,1.0069545222045313f,-0.6054803084007642f,-0.20918542716911576f,1.5324133291349857f,0.22216456906874985f,0.9642293513067101f,-0.9851350059427573f,-0.3046695350766514f,1.1739215239794953f,-0.4818086512706215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6424338087455801f,0.5821150957993078f,0.4984183148954403f,-0.4649657661504867f,-0.3255376514235348f,0.38149109689676375f,-0.8651530387706865f,1.5002721228694527f,-0.6937607937079585f,-0.7180574895028021f,-0.05558239723722447f,-0.4640723186798283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5724068518774297f,0.6510987477338289f,0.4984183148954403f,-0.27922863389978353f,-0.28025903022492216f,0.41589072541141503f,-0.8651530387706865f,1.590847688835603f,-0.7705876146819104f,-0.6349057608938564f,-0.05558239723722447f,-0.2083607437497983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.807825524115178f,-0.466407681441799f,0.36039117258906866f,-0.2385290294978485f,0.30673579508254f,-0.18945887461670058f,-0.9327478152448578f,1.537533741500891f,0.5033200518587755f,0.8640423655823011f,-0.009985783685853348f,0.4996542423542596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8474609794083418f,0.3897795416644272f,0.36039117258906866f,0.03259728723821868f,0.3318741272087555f,0.14085835738560712f,-0.9327478152448578f,1.644239739999021f,-0.41433012450180545f,0.9100718829051351f,-0.009985783685853348f,0.31756980896510106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5080666739519384f,0.04598941008794005f,0.8600890820020787f,-0.31319801741280706f,-0.08699315871839972f,0.990727308641475f,-0.10436278191105709f,1.2548349237327234f,-0.856913324179062f,-0.12784511751249183f,-0.4993547644436839f,0.011821412577877843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5080666739519384f,-0.14125807142225016f,0.8496554666907532f,-0.33437355913766176f,-0.08699315871839972f,0.9898313557976856f,0.1125436689286031f,1.4411317008755933f,-0.856913324179062f,-0.016734525322881208f,-0.5151888105409586f,0.0054637590139566365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5080666739519384f,0.04598941008794005f,0.8600890820020787f,-0.15442718180282633f,-0.08699315871839972f,0.990727308641475f,-0.10436278191105709f,1.2820202858322234f,-0.856913324179062f,-0.12784511751249183f,-0.4993547644436839f,0.2796068263838347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5080666739519384f,-0.14125807142225016f,0.8496554666907532f,-0.17560272352768105f,-0.08699315871839972f,0.9898313557976856f,0.1125436689286031f,1.4683170629750932f,-0.856913324179062f,-0.016734525322881208f,-0.5151888105409586f,0.2732491728199135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.4765345793174762f,-0.38434083146223846f,0.7906939483679077f,-0.5067259676226422f,0.24002163530164117f,0.9220875126845545f,0.3035526865938393f,2.0875928834146937f,-0.8457567081033658f,0.04513030270369166f,0.5316566998317909f,0.31468843248907385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.4765345793174762f,-0.38434083146223846f,0.7906939483679077f,-0.40242585275477644f,0.24002163530164117f,0.9220875126845545f,0.3035526865938393f,1.9917891973734851f,-0.8457567081033658f,0.04513030270369166f,0.5316566998317909f,0.390605836814219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.4765345793174762f,-0.38434083146223846f,0.7906939483679077f,-0.22676190227362492f,0.24002163530164117f,0.9220875126845545f,0.3035526865938393f,2.228605594154408f,-0.8457567081033658f,0.04513030270369166f,0.5316566998317909f,-0.18219363352165352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.4765345793174762f,-0.38434083146223846f,0.7906939483679077f,-0.08672169395694843f,0.24002163530164117f,0.9220875126845545f,0.3035526865938393f,2.1508035307608226f,-0.8457567081033658f,0.04513030270369166f,0.5316566998317909f,-0.16970798230426076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.3693990032307798f,-0.48820841494844713f,0.7906939483679077f,-0.48519542843908214f,0.4559651259243883f,0.8366310838131817f,0.3035526865938393f,2.208219378293882f,-0.8097161109628873f,0.24839680587943513f,0.5316566998317909f,0.25494017079583287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.44122371073910627f,-0.4244110237682126f,0.7906939483679077f,-0.43865002236957434f,0.31947350256116847f,0.8976594274127363f,0.3035526865938393f,2.2540639951433343f,-0.8386049834355341f,0.11867112235525636f,0.5316566998317909f,0.1595413400653069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.32544316147838964f,-0.5185458790322411f,0.7906939483679077f,-0.4269613147853218f,0.5271472444761269f,0.7937074707364729f,0.3035526865938393f,2.2573223034595418f,-0.7849856885881278f,0.3180229901057334f,0.5316566998317909f,0.14029723273536374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.4697543283917766f,-0.39259896965167873f,0.7906939483679077f,-0.44404881021470405f,0.25607772488612845f,0.9177581191571158f,0.3035526865938393f,2.2570009053202957f,-0.8448402628747845f,0.059883918956875254f,0.5316566998317909f,0.16589371351274645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.40255486330385104f,-0.46125119191692787f,0.7906939483679077f,-0.4892877246354012f,0.3964939835628303f,0.8663996118767254f,0.3035526865938393f,2.3420442069965457f,-0.8250709684802245f,0.19130878311011476f,0.5316566998317909f,0.24339675857091958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.40255486330385104f,-0.46125119191692787f,0.7906939483679077f,-0.3855062064540926f,0.3964939835628303f,0.8663996118767254f,0.3035526865938393f,2.147104294324283f,-0.8250709684802245f,0.19130878311011476f,0.5316566998317909f,0.20035228237114383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5846735320174494f,-0.6768441818828034f,0.4472569892239133f,-0.3259950406900497f,0.03639989855741562f,0.5726367565705873f,0.8190007279662992f,2.2483646611012618f,-0.8104516693444774f,-0.4625679393080727f,0.3594426145868524f,-0.11783903967187778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.47159347311978367f,-0.7599741980496317f,0.4472569892239133f,-0.3879740914126649f,0.12553188008049793f,0.5598924492026373f,0.8190007279662992f,2.2395475205043276f,-0.8728352325578267f,-0.33009038705283733f,0.3594426145868524f,-0.020627950138752058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6610911857936395f,-0.7473866003367706f,0.06611893603956981f,-0.3680042008750061f,0.05556405694729198f,0.1366475085916489f,0.9890602074551648f,2.2829317813491286f,-0.748245333858834f,-0.6501851490404407f,0.1318642951133548f,0.0220578882882239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.39777991924215206f,-0.9150953076836876f,0.06611893603956981f,-0.3634482465273758f,0.09507096082533319f,0.11278926560845509f,0.9890602074551648f,2.2866549039426f,-0.9125418610975908f,-0.3871422986691107f,0.1318642951133548f,-0.008152164064201509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5360350332766721f,-0.8416024770621061f,0.06611893603956981f,-0.4274681037804683f,0.0762563511086195f,0.12627301748333097f,0.9890602074551648f,2.335067813719637f,-0.8407445581243306f,-0.5251289324142995f,0.1318642951133548f,-0.10219094635887044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5360350332766721f,-0.7159801873588667f,0.4472569892239133f,-0.26637256162472356f,0.0762563511086195f,0.5687027136441949f,0.8190007279662992f,2.207109703149693f,-0.8407445581243306f,-0.40490689646299105f,0.3594426145868524f,-0.011086894654697602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.4765345793174762f,-0.38434083146223846f,0.7906939483679077f,-0.15367389380150792f,0.24002163530164117f,0.9220875126845545f,0.3035526865938393f,1.695051127030096f,-0.8457567081033658f,0.04513030270369166f,0.5316566998317909f,0.05488914185283768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5080666739519384f,-0.3148245483381854f,0.8017192517228663f,-0.03561468817468838f,-0.08699315871839972f,0.944802021306816f,0.31588183054862473f,1.3407503690400402f,-0.856913324179062f,0.09074494089596558f,-0.5074100024104546f,0.02085978901685059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5373687485832627f,0.4795193318946995f,0.6937550276468774f,-0.3419645899333761f,-0.08721592277142165f,0.7866118143308314f,-0.6112570951492401f,1.0357155276729135f,-0.8388254948803047f,-0.38897694519652304f,-0.3808788852698368f,0.36959560747939635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5373687485832627f,0.7785982249342205f,0.3240673266087457f,-0.07201717651618739f,-0.08721592277142165f,0.3308967399926365f,-0.9396279744012387f,1.1282201609108982f,-0.8388254948803047f,-0.5331905396680691f,-0.10990740442429534f,0.1870437160378794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4687752095120211f,0.35805155408134826f,0.8074954412050214f,-0.4495337859350586f,0.08721592277142162f,0.9284569005921046f,-0.36105562806585956f,1.0700897605263662f,-0.8790012433222665f,-0.09882746765365552f,-0.46646537478689193f,0.09711762678068317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4687752095120211f,0.8660820651150412f,0.17364233191542394f,-0.14931664354432378f,0.08721592277142162f,0.24100140473003112f,-0.9665980062742117f,1.1263541684718699f,-0.8790012433222665f,-0.43797280669491034f,-0.18851163049979852f,-0.05740684357363707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.38463598913311076f,0.7290962225016865f,0.5661041019082665f,-0.035382831287019f,0.11392345482613736f,0.6460920181835123f,-0.7547095802227721f,1.2860727852593803f,-0.9160112457301333f,-0.22579593081658322f,-0.33157140305310134f,0.013480852827090165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6108051951953035f,0.5535730839961986f,0.5661041019082665f,-0.035382831287019f,-0.11392345482613736f,0.6460920181835123f,-0.7547095802227721f,1.2860727852593803f,-0.7835422515492731f,-0.5254730675443733f,-0.33157140305310134f,0.013480852827090165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5053987345670675f,0.6512282740334928f,0.5661041019082665f,-0.035382831287019f,0f,0.656059028990507f,-0.7547095802227721f,1.2860727852593803f,-0.8628859247304982f,-0.3814292668102317f,-0.33157140305310134f,0.013480852827090165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.45391203449844075f,0.3362122458862786f,0.8251819136733372f,-0.04565140634860313f,0.1660605781671996f,0.9417763379148447f,-0.29237170472273694f,1.2825670990834106f,-0.8754357482512705f,0.004319150357235707f,-0.4833152135241864f,0.019495233978981653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5415291498299735f,0.16068910738079079f,0.8251819136733372f,-0.04565140634860313f,-0.1660605781671996f,0.9417763379148447f,-0.29237170472273694f,1.2825670990834106f,-0.824117749028136f,-0.2953579863705543f,-0.4833152135241864f,0.019495233978981653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5053987345670675f,0.252283428794711f,0.8251819136733372f,-0.04565140634860313f,0f,0.9563047559630353f,-0.29237170472273694f,1.2825670990834106f,-0.8628859247304982f,-0.14776428959008756f,-0.4833152135241864f,0.019495233978981653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.39556370471737845f,0.5430679524725012f,0.7406797921555496f,-0.13614748692443662f,0.2355153072085431f,0.8394675053957188f,-0.48972119359402283f,1.3541983511392781f,-0.887728503305334f,-0.01927450082399411f,-0.45996369208586196f,-0.15203774755611854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5807916758669099f,0.2824498355865172f,0.7634809228925473f,0.059694522720302054f,-0.2355153072085431f,0.8394675053957188f,-0.48972119359402283f,1.3541983511392781f,-0.7792390963716925f,-0.46423743683791624f,-0.4210344794954327f,0.1823305482769495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5053987345670675f,0.4249053590189644f,0.7510176795355565f,-0.08390173009842279f,0f,0.8703556959398995f,-0.4924235601034673f,1.1873055285385226f,-0.8628859247304982f,-0.2488702441473027f,-0.4398766673512646f,0.040087950479125375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5053987345670675f,0.35783296216891786f,0.7851927726892453f,0f,0f,0.9099612708765431f,-0.4146932426562392f,1.390625f,-0.8628859247304982f,-0.20958544007197716f,-0.4598932748060454f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4508950512660699f,0.7170886016936855f,0.5314862087248956f,1.1626117257663289f,0.12187810982456365f,0.6393374649784109f,-0.7592057245704691f,0.7833749882163398f,-0.8842168167872403f,-0.2775455695844817f,-0.3756715023989255f,-0.754501030760665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18403391842825867f,0.7170886016936855f,0.6722465724635093f,1.1321268162333888f,-0.2103951236182498f,0.6393374649784109f,-0.7395819750593173f,0.7791250117836601f,-0.9601382238123856f,-0.2775455695844817f,0.033212166120614284f,-0.8430542378798322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3251723683513593f,0.7170886016936855f,0.6164794142400564f,1.0548973588638504f,-0.04533308194858379f,0.6393374649784109f,-0.7675887685186791f,0.8963883152778018f,-0.9445675426044509f,-0.2775455695844817f,-0.1753870413178089f,-0.7724695781225773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5041950820963885f,-0.32720007810170526f,-0.7992042467855474f,-1.3538646820103521f,-0.24097332984880598f,0.8353812733607244f,-0.4940343939644215f,0.7752344053319384f,0.8292883536450962f,0.44167662040055133f,0.34234863735693877f,0.7551713029793726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7947142386418329f,-0.32720007810170526f,-0.511242983120717f,-1.416229348018993f,-0.009608048492760354f,0.8353812733607244f,-0.5495869481004579f,0.7872655946680616f,0.6069077065782674f,0.44167662040055133f,0.6607456384172768f,0.6862150747125288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6652231040921672f,-0.32720007810170526f,-0.6711321260915912f,-1.2843771961009338f,-0.12833268625197994f,0.8353812733607244f,-0.5344799806892355f,0.8614219971033853f,0.7355331015129993f,0.44167662040055133f,0.513724458800839f,0.6436345200258249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000789685522761043f,0f,0.000013482592573914036f,-0.5968817886189554f,0f,0.000015625f,0f,1.5567475f,-0.000013482592573914036f,0f,-0.00000789685522761043f,0.3412337508531165f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..447c433ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3883895604907015f,-0.06848355854001312f,-0.7151279577502062f,0.07670843728560822f,-0.2049140511368636f,0.7897359890090034f,0.035661516444124776f,1.5111167523260491f,0.6885551723667197f,0.19639631951264344f,-0.39276545766318244f,-0.268443314836214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37717487884514084f,0.08361765752296521f,-0.7005335096328551f,0.07670843728560822f,0.11059883869409123f,0.7915475547055028f,0.03493373039424468f,1.5111167523260491f,0.6967833290540697f,-0.08037758387828961f,-0.38474983607821955f,-0.268443314836214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19265562253854263f,0.7918974807119757f,0.05221719631268258f,1.5126409402385352f,-0.5535444437513304f,0.17259028537264187f,-0.5751048483811146f,-0.28523027239451815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.1225033072785763f,0.7889083975587218f,0.051151539245076816f,1.5126409402385352f,-0.5656710119671566f,-0.051310682973372254f,-0.5633680147406838f,-0.28523027239451815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.21865021204198706f,1.5454536732757878f,-0.07191160220970326f,-0.06337497274904019f,1.1517024777836602f,0.21108423995779882f,1.0346164005603313f,1.5808632605279236f,1.03304391844731f,0.09177492794772812f,-1.16867612072773f,0.40984435899669064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.930700683628743f,-0.2576814889598194f,-0.2596083352676493f,-0.3038939615311465f,-0.2662179222109286f,0.00954028911896268f,-0.9638656549422344f,1.6345049544990218f,0.2508470756988922f,0.9661828155845957f,-0.05972027697806735f,0.3698814632656986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13373278884935902f,-0.9588525167153225f,-0.25043440733107014f,-0.2984375f,-0.09309877125424183f,0.23943133512904133f,-0.9664394727810299f,1.6529306439883975f,0.9866347652386483f,0.15255978155141858f,-0.057248170935502024f,0.039324188925229445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9158855286499f,0.30579239804084507f,0.2600859621550589f,0.312930859472255f,0.2681911943598634f,0.01599427616257046f,-0.9632329242700676f,1.6348654737229522f,-0.29870919248915573f,0.9519638608846791f,-0.06736190237821262f,0.37054199155589795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10447688478096863f,0.962317275901813f,0.25105784402678694f,0.2984375f,0.09319851633314351f,0.24185490359017375f,-0.9658261966641248f,1.6529306439883975f,-0.9901508052310845f,0.1243047308444129f,-0.0644182954596984f,0.039324188925229514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.546096806653706e-17f,1.0350101200669682e-16f,-0.15625000000000003f,0f,0.8451499001896565f,-0.5345293688932476f,1.3450276986207104f,-1.2246467991473532e-16f,-0.5345293688932476f,-0.8451499001896565f,0.26698060681492203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0869926047065423e-17f,1.2067329453283607e-16f,-0.15625000000000003f,0f,0.9853722282771938f,-0.17041587877905595f,1.5287198921803151f,-1.2246467991473532e-16f,-0.17041587877905595f,-0.9853722282771938f,0.2288690531171166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.139134742196727e-17f,1.1115991740179207e-16f,0.15624999999999997f,0f,0.9076896087850468f,-0.4196421977156837f,1.341422862397963f,-1.2246467991473532e-16f,-0.4196421977156837f,-0.9076896087850468f,0.21813894898394526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1073746298760446e-17f,1.2196298606351547e-16f,0.15624999999999997f,0f,0.9959033588168511f,0.09042400067080908f,1.5287198921803151f,-1.2246467991473532e-16f,0.09042400067080908f,-0.9959033588168511f,0.22886905311711667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,0.29375f,0f,0.9021038358554824f,0.43151902546101584f,2.183606234799563f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.2861814064830667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,0.33125f,0f,0.9021038358554824f,0.43151902546101584f,2.111298163954598f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.14766929368898823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,-0.29375f,0f,0.9021038358554824f,0.43151902546101584f,2.183606234799563f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.28618140648306667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,-0.33125f,0f,0.9021038358554824f,0.43151902546101584f,2.111298163954598f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.14766929368898818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882862680058806f,0.1478837046934568f,0.03769167490503913f,0.19312288576495207f,0.12193715612106938f,0.6166681195152178f,0.7777221613987035f,2.2484689275420915f,0.0917691801647734f,0.7732081480815521f,-0.6274771528208671f,0.3419862749885853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992529323115782f,-0.008539022752364456f,0.03769167490503913f,0.077937873798094f,0.023967760002381003f,0.6281510854482363f,0.7777221613987035f,2.2575597731809394f,-0.030317053735163968f,0.7780445353195646f,-0.6274771528208671f,0.34633485737430597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9753955750946007f,0.20972271739659165f,0.06796950708709418f,0.057637304627569136f,0.11300945277673563f,0.21091636696962632f,0.9709496123524829f,2.297809831239419f,0.18929430965820382f,0.9547411523298467f,-0.22942754058504128f,0.30610761155284893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99246420144122f,-0.10195565194720137f,0.06796950708709418f,0.08633722048312462f,0.042301634680826504f,0.23551522663278743f,0.9709496123524829f,2.2984235220847298f,-0.1150016546010157f,0.9665079529213033f,-0.22942754058504128f,0.3172073340011992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05455519773801043f,0.06796950708709418f,0.1426814230210101f,0.07862352984949608f,0.22599820978620322f,0.9709496123524829f,2.3496759244390257f,0.03760936117380033f,0.9725988585090968f,-0.22942754058504128f,0.4145940200754932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07858410231560074f,0.03769167490503913f,0.12499999999999997f,0.07862352984949608f,0.6236718529991028f,0.7777221613987035f,2.209349757514228f,0.03760936117380033f,0.777726146300815f,-0.6274771528208671f,0.23960563715781003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882862680058805f,-0.14788370469345696f,-0.037691674905038976f,-0.19312288576495215f,-0.12193715612106938f,0.6166681195152178f,0.7777221613987035f,2.2484689275420915f,-0.09176918016477364f,0.7732081480815521f,-0.6274771528208671f,0.34198627498858525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992529323115782f,0.00853902275236429f,-0.037691674905038976f,-0.07793787379809408f,-0.023967760002381003f,0.6281510854482363f,0.7777221613987035f,2.2575597731809394f,0.030317053735163718f,0.7780445353195646f,-0.6274771528208671f,0.3463348573743059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753955750946007f,-0.20972271739659185f,-0.06796950708709411f,-0.057637304627569205f,-0.11300945277673563f,0.21091636696962632f,0.9709496123524829f,2.297809831239419f,-0.18929430965820404f,0.9547411523298467f,-0.22942754058504128f,0.3061076115528488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.99246420144122f,0.10195565194720116f,-0.06796950708709411f,-0.08633722048312467f,-0.042301634680826504f,0.23551522663278743f,0.9709496123524829f,2.2984235220847298f,0.11500165460101545f,0.9665079529213033f,-0.22942754058504128f,0.3172073340011991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05455519773801064f,-0.06796950708709411f,-0.1426814230210102f,-0.07862352984949608f,0.22599820978620322f,0.9709496123524829f,2.3496759244390257f,-0.03760936117380058f,0.9725988585090968f,-0.22942754058504128f,0.41459402007549306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07858410231560091f,-0.037691674905038976f,-0.12500000000000003f,-0.07862352984949608f,0.6236718529991028f,0.7777221613987035f,2.209349757514228f,-0.03760936117380058f,0.777726146300815f,-0.6274771528208671f,0.23960563715780997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.284583933020183e-17f,1.1047585750789658e-16f,-5.712105550690732e-18f,0f,0.9021038358554824f,0.43151902546101584f,1.7335365720926363f,-1.2246467991473532e-16f,0.43151902546101584f,-0.9021038358554824f,0.0466428814795231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1073746298760446e-17f,1.2196298606351547e-16f,-1.5594506886555654e-18f,0f,0.9959033588168511f,0.09042400067080908f,1.3600728125363173f,-1.2246467991473532e-16f,0.09042400067080908f,-0.9959033588168511f,0.012733881227969694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962914304881216f,-0.08599361085308452f,0.00291280421252808f,0.15291677026346298f,-0.08088672634021962f,0.9245080774751238f,-0.37248107627799437f,0.8433130501796382f,0.029338081701002147f,-0.3713353115119795f,-0.928035216673595f,0.3557430834937197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962914304881216f,-0.07867968269388664f,0.03482661435054478f,0.12499999999999999f,-0.08088672634021962f,0.7184272677336179f,-0.6908832017633451f,1.0961713339677748f,0.029338081701002147f,-0.6911380242093454f,-0.7221270722345947f,0.10486232544764075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1490387478730689f,0.08911308119167245f,-0.13760276856175727f,0.16324214993319378f,0.969568645199361f,0.1824517545310654f,1.13052320233843f,-0.05920886835799599f,0.1942269133737732f,-0.9791681244960245f,0.378030274724778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16324214993319378f,0.2098563860805035f,-0.964008453130168f,1.0855735401481148f,-0.05920886835799599f,-0.9732703644728462f,-0.22189886783545915f,0.04448254392968576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.724097737858501e-17f,-3.540042801489235e-18f,0.10364208287499616f,0.787239777249153f,-0.6078748652264185f,1.2740577090856764f,-0.07934359150428158f,-0.6026744114870302f,-0.7940328382541642f,0.028906643155838484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.524641223554443e-18f,-0.10364208287499616f,0.6949785838638202f,-0.7115216698231837f,1.2361796176796906f,0.07934359150428133f,-0.7073172379071779f,-0.7024292985394065f,0.028780879728003493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.444320079816622e-17f,9.724097737858501e-17f,-3.540042801489235e-18f,0f,0.7940328382541642f,-0.6078748652264185f,1.2740577090856764f,-1.2246467991473532e-16f,-0.6078748652264185f,-0.7940328382541642f,0.028906643155838484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1832712831915357e-16f,-3.653721454421559e-18f,0.08421112734735861f,0.962537590054805f,-0.2577399343570474f,1.298993518468984f,-0.02246351541462125f,-0.25675915609300515f,-0.9662143272781795f,0.029834899801031795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1832712831915357e-16f,-3.653721454421559e-18f,-0.08421112734735861f,0.962537590054805f,-0.2577399343570474f,1.298993518468984f,0.022463515414621008f,-0.25675915609300515f,-0.9662143272781795f,0.029834899801031795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.15640385622807e-17f,1.1832712831915357e-16f,-3.653721454421559e-18f,0f,0.9662143272781795f,-0.2577399343570474f,1.298993518468984f,-1.2246467991473532e-16f,-0.2577399343570474f,-0.9662143272781795f,0.029834899801031795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1512587064695113e-16f,-0.19375f,0.12270428936757176f,0.9320316106127502f,-0.34097028344036373f,1.311274203225888f,-0.0445055527576625f,-0.33805323539812027f,-0.9400740746401839f,0.030699354485528598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12270428936757177f,0.8987674306382076f,-0.42090469585738044f,1.3119255514832344f,0.04450555275766228f,-0.41869969498945087f,-0.9070335281506829f,0.01783112343197464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.163180009369239e-17f,1.1104843558422406e-16f,-0.007812500000000009f,0f,0.9067792906619306f,-0.4216056427832127f,1.171202198947584f,-1.2246467991473532e-16f,-0.4216056427832127f,-0.9067792906619306f,0.07618554770620625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.1756816621960723e-17f,1.1512587064695113e-16f,0f,0f,0.9400740746401839f,-0.34097028344036373f,1.38125f,-1.2246467991473532e-16f,-0.34097028344036373f,-0.9400740746401839f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7912311513893541f,0.2148954666486117f,-0.5725148063456104f,-1.0938677882068437f,-0.1275715581485624f,0.9736267072142347f,0.1891468544563057f,2.3854796910256106f,0.5980625072871767f,-0.07662227752450544f,0.7977783300919701f,-0.576479975345686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.23435988935699548f,0.2148954666486117f,-0.948100933801065f,-1.062382211793156f,0.1275715581485624f,0.9736267072142347f,0.1891468544563057f,2.3854796910256106f,0.9637431918369769f,-0.07662227752450544f,-0.2555935968971696f,-0.4881752700469431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3358461484126686f,0.2148954666486117f,-0.9170754074830764f,-0.9405636888775385f,1.3877787807814457e-17f,0.9736267072142347f,0.22814695921525435f,2.3512576471433224f,0.941916856519924f,-0.07662227752450544f,0.3269887796096097f,-0.581375939637756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7842320732848485f,-0.2663545544583291f,0.5603885317800974f,1.0518736409132747f,0.12001961903010241f,0.9512339825883555f,0.28416403962670106f,2.231425302246793f,-0.6087490010498724f,-0.15559293585635978f,0.7779559704972907f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.22573927437051095f,-0.2663545544583291f,0.9370683173205572f,1.0202963825851372f,-0.21849696801008758f,0.9512339825883555f,0.21774523034843957f,2.2369932248668447f,-0.9493686612570873f,-0.15559293585635978f,-0.27292853155088936f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.9006187515540258f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.188804434828926f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.47756191143995697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5473725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6.mcfunction new file mode 100644 index 000000000..37c53de48 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60.mcfunction new file mode 100644 index 000000000..0aa191f27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..af45ebb0a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6065980911463795f,-0.38405628492204946f,0.3892094169902453f,0.2088140387594593f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.39498591280567535f,-0.09420534237639232f,-0.7085590494780647f,0.008373011382949928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6929588945690556f,-0.12018289115343334f,0.3812663676639138f,0.2088140387594593f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.39278715843837797f,0.06281160212920836f,-0.6940986607132063f,0.008373011382949928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.443650196396687f,-0.35532417462803545f,0.5863989074056422f,0.1896747588781889f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.6220752915080187f,0.08512998897595653f,0.5222256802538645f,-0.11108737855116745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5347160922068189f,-0.15526447583880282f,0.5744315827647107f,0.1896747588781889f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.5949065788249195f,-0.1561548277479229f,0.5115680133099081f,-0.11108737855116745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4173779997788922f,-0.6097599032482063f,0.2462492967168147f,-0.09217496459260469f,0.5951965500613706f,1.4383125437389246f,0.13566260840153066f,1.1244176467644988f,-0.27961924564991975f,-0.02925981739523951f,1.5369981101316186f,-0.8556003506507901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,0.9292512954771702f,0.3341472904659095f,-0.238459096573919f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.9836787904842359f,-0.1774795483109798f,0.029614980715868645f,-0.6185763247168503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,0.9292512954771702f,0.3341472904659095f,-0.186746744263388f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.9836787904842359f,-0.1774795483109798f,0.029614980715868645f,-0.2958067215892104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22220717601539142f,-0.911977926361205f,0.3448481299893933f,-0.4024454231673591f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.9528868631285327f,0.278030084430832f,0.12126787797454823f,0.26753811034010005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8911530074087197f,-0.2948322991621052f,0.3448481299893933f,-0.08972452135696318f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.26917022163078125f,0.9554273879049033f,0.12126787797454823f,0.30977053380264735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,0.08129313987162637f,0.9841513132041843f,-0.29626429276558164f,-0.08682406937697974f,0.9916055234159242f,-0.09581266569641349f,1.2539478550150474f,-0.9836787904842359f,-0.10054805488344103f,-0.14921838295138845f,-0.10394691090582639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,-0.13364316242367955f,0.978418053292715f,-0.3152072728869421f,-0.08682406937697974f,0.9888381695227506f,0.12108119371610757f,1.4401117692612888f,-0.9836787904842359f,-0.06586789530791289f,-0.16744389364553286f,-0.11734366561134463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,0.08129313987162637f,0.9841513132041843f,-0.2470144334222188f,-0.08682406937697974f,0.9916055234159242f,-0.09581266569641349f,1.2810803766953534f,-0.9836787904842359f,-0.10054805488344103f,-0.14921838295138845f,0.20345271112049731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,-0.13364316242367955f,0.978418053292715f,-0.26595741354357927f,-0.08682406937697974f,0.9888381695227506f,0.12108119371610757f,1.4672442909415948f,-0.9836787904842359f,-0.06586789530791289f,-0.16744389364553286f,0.19005595641497908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7514845922209281f,-0.38189314069852864f,0.5379856287503963f,-0.5944285542193102f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.6116385993942282f,-0.09758402177284985f,0.7850959065144224f,0.10809543138190209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7514845922209281f,-0.38189314069852864f,0.5379856287503963f,-0.5244364311449292f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.6116385993942282f,-0.09758402177284985f,0.7850959065144224f,0.21683262281651888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7514845922209281f,-0.38189314069852864f,0.5379856287503963f,-0.15293135628951487f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.6116385993942282f,-0.09758402177284985f,0.7850959065144224f,-0.251242245762207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7514845922209281f,-0.38189314069852864f,0.5379856287503963f,-0.026577888798564375f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.6116385993942282f,-0.09758402177284985f,0.7850959065144224f,-0.18837794928215723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6367739756799278f,-0.5523498593779304f,0.5379856287503963f,-0.553505083606208f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.6170780305451828f,0.05328341010835744f,0.7850959065144224f,0.06059413914637357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7153407861403097f,-0.4459361197999152f,0.5379856287503963f,-0.47560241555784627f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.6178161377627076f,-0.0439048686852412f,0.7850959065144224f,-0.011011466241699824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5862103962044981f,-0.6057465102167788f,0.5379856287503963f,-0.45769791510556446f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.6100859071538856f,0.10686254473162132f,0.7850959065144224f,-0.024621650334992647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7447051831705541f,-0.39495019105825524f,0.5379856287503963f,-0.482979528436025f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.6132485198827669f,-0.08689459382431614f,0.7850959065144224f,-0.007077715308957483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6737528047425875f,-0.5065852557660334f,0.5379856287503963f,-0.5542101413667041f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.6192917222752293f,0.010108426963546704f,0.7850959065144224f,0.048559083766462556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6737528047425875f,-0.5065852557660334f,0.5379856287503963f,-0.44022845881934675f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.6192917222752293f,0.010108426963546704f,0.7850959065144224f,0.04628468769966455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8408559153889434f,-0.46482756747533605f,0.2773024739709036f,-0.26901613165069677f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.5394397776431487f,-0.677720864892793f,0.49969906502341466f,-0.2277428759570888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7577885318961551f,-0.5906436140823721f,0.2773024739709036f,-0.3622541545365247f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.6388172797774783f,-0.5849900233956373f,0.49969906502341466f,-0.1600558683150143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8889663439890703f,-0.45794762993487226f,0.00477571897618187f,-0.35970031776439837f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.4535095120686666f,-0.878803080383415f,0.14843944345038834f,-0.11295391134241858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7039436340342793f,-0.7102397852914698f,0.00477571897618187f,-0.34441298004844356f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.7028782632022691f,-0.6956492497989921f,0.14843944345038834f,-0.13938130658499015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8063829006341877f,-0.5913745091505502f,0.00477571897618187f,-0.36988615401931085f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.5854011471746984f,-0.7970390382626725f,0.14843944345038834f,-0.2502740868534198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8063829006341877f,-0.5223504144675393f,0.2773024739709036f,-0.2523573107641147f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.5854011471746984f,-0.6384405542423447f,0.49969906502341466f,-0.10662496214889247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7514845922209281f,-0.38189314069852864f,0.5379856287503963f,-0.16738470108218462f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.6116385993942282f,-0.09758402177284985f,0.7850959065144224f,-0.0046925731446041015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.15759954989876113f,-0.3341472904659093f,0.9292512954771703f,-0.04207946715746863f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.9836787904842359f,-0.029614980715868683f,-0.1774795483109798f,0.006413044623846655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.19150629281897705f,0.5993626909037588f,0.7772320789592626f,-0.46221086340289563f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.977703573091826f,-0.18599907481941805f,-0.09746828884204858f,0.21709341676247584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.19150629281897705f,0.9367711795915339f,0.29289093003611155f,-0.14279037945713613f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.977703573091826f,-0.20826703614544412f,0.026843338441199363f,0.1482050456503866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.10843348484428258f,0.4535493583936493f,0.8846101733900835f,-0.46264677179159974f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.9903641332309627f,0.027826398483561617f,-0.1356634628671922f,-0.0750553336265644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.10843348484428258f,0.9630647477556709f,0.24647204911476406f,-0.12235056290878424f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.9903641332309627f,-0.08316759711158203f,-0.1107340706393907f,-0.10779672278264787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.015912889496292493f,0.7773901150431013f,0.6288174528280464f,-0.04055288178444187f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.9937538592401862f,0.05717651541201714f,-0.09583377969471515f,-0.00014177872674977186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.28083630340204724f,0.7250652258316632f,0.6288174528280464f,-0.04055288178444187f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.9533786884016018f,-0.28615548775284066f,-0.09583377969471515f,-0.00014177872674977186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.15066351376229525f,0.7628165681470521f,0.6288174528280464f,-0.04055288178444187f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.9885851028721799f,-0.11625567103856108f,-0.09583377969471515f,-0.00014177872674977186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.09390417480062126f,0.33507955660804367f,0.9374986382381423f,-0.05240400020881954f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.9818677393172289f,0.12458605123688085f,-0.14287777407726934f,0.0016643694122847248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2028450180977185f,0.2827546673966056f,0.9374986382381423f,-0.05240400020881954f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.9652648083245591f,-0.21874595192797694f,-0.14287777407726934f,0.0016643694122847248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.15066351376229525f,0.31368265639404974f,0.9374986382381423f,-0.05240400020881954f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.9885851028721799f,-0.047806234467128964f,-0.14287777407726934f,0.0016643694122847248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0333660979586653f,0.5332947315862883f,0.8452712184673754f,-0.07123775211797703f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.9719939840670643f,0.17953548141574355f,-0.15164005358167326f,-0.19145248032110962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.2576934600862536f,0.45560233040964015f,0.8520684228124403f,-0.012855640535087611f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.9378057806306838f,-0.3302465387406492f,-0.10703990594864479f,0.1916242470418601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.15066351376229525f,0.5091589682680455f,0.8473828241432665f,-0.09800753915437511f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.9885851028721799f,-0.077597446087317f,-0.12914383740592217f,0.00703395206339961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.15066351376229525f,0.4333671852446756f,0.8885344047215649f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.9885851028721799f,-0.06604653730724931f,-0.13541546916406358f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.092131222331099f,0.7688882901654764f,0.6327105460778947f,1.359158714599347f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.9882596783979926f,0.0071684286387259655f,-0.1526152734281454f,-0.27133880064162014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.18389578694056863f,0.7688882901654764f,0.612366831884222f,1.3635646160213533f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.9601654437177204f,0.0071684286387259655f,0.2793401767043266f,-0.36488873522406723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.046996281834734976f,0.7688882901654764f,0.6376536259915098f,1.2657136214116236f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.9978659688794355f,0.0071684286387259655f,0.06490086118964002f,-0.32784889711128967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1619643310999237f,-0.46728604181718647f,-0.8691440102619248f,-1.5371153728764968f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.9569206694562703f,0.2894611115428096f,0.022695754487669695f,0.20126984162906564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5141056653172784f,-0.46728604181718647f,-0.7192629004831996f,-1.569575590731473f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.8576730139940693f,0.2894611115428096f,0.4249814889742024f,0.11414556959331455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3462423237864119f,-0.46728604181718647f,-0.813486329535913f,-1.4313225323735979f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.9293255683813451f,0.2894611115428096f,0.22927331475139234f,0.12331670839848125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000023541174025358634f,0f,0.000015446642232377814f,-0.680739672135203f,0f,0.000015625f,0f,1.5567475f,-0.000015446642232377814f,0f,-0.0000023541174025358634f,0.09644605273159804f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61.mcfunction new file mode 100644 index 000000000..f865cd843 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..ea46c4894 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41484853634768837f,-0.3209507729122966f,0.625967840788666f,0.19052816183626564f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.593191206431404f,-0.2310075277721037f,-0.5115702876140487f,0.08586285372586765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4957641945033797f,-0.1349526741905453f,0.6131929868950198f,0.19052816183626564f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.6234513973397429f,0.01330415036206914f,-0.5011300776627415f,0.08586285372586765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6441123119643747f,-0.3613761622526099f,0.3485269621936417f,0.21745666910483116f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.41100181829708915f,-0.053941203673227606f,0.7036421649867312f,-0.03208608562447915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7184080180977922f,-0.08559372682924779f,0.3414141670468327f,0.21745666910483116f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.3517457268068851f,-0.20289184708598273f,0.6892821208033285f,-0.03208608562447915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5896399862587998f,-1.4048813685613195f,-0.3464668481601046f,0.4896097615989249f,1.4469634420918378f,0.5738455401337841f,0.13566260840153105f,1.3837563850190135f,0.005266294186971989f,-0.3720428555124267f,1.517551524597335f,-0.7929240895230184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2217387828224672f,0.9281906841742159f,0.2988209597812911f,0.010197325604542201f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.9712329757422944f,0.18294538536642455f,0.1524384885909668f,-0.6628690857096677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2217387828224672f,0.9281906841742159f,0.2988209597812911f,-0.06256071250907985f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.9712329757422944f,0.18294538536642455f,0.1524384885909668f,-0.3441832655442274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.15030361126583475f,-0.9497773065325866f,0.2744665597776059f,-0.47329921904748673f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.9668392976271284f,-0.08323180890983989f,0.24144199831321278f,0.09760537055790303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7258080574839536f,-0.6307699828425701f,0.2744665597776059f,-0.1990686506841612f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.5829313463159617f,0.7758200867036013f,0.24144199831321278f,0.2537320351471226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.2361477509821844f,0.1294806772116791f,0.9630519165314306f,-0.23745224500327788f,-0.15952845688219916f,0.9828012318801619f,-0.0930183318471209f,1.254668256143123f,-0.9585326865323064f,-0.13166811627589148f,0.25274215320266186f,-0.20054069222215304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.23287761860223988f,-0.09090038053082358f,0.968248488546975f,-0.24844451329938874f,-0.12237777556201496f,0.9849686135223932f,0.1219036932347331f,1.4401117692612888f,-0.9647754634124165f,-0.14688073799898455f,0.21825295874794207f,-0.226716749604788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2361477509821844f,0.1294806772116791f,0.9630519165314306f,-0.30674561463529887f,-0.15952845688219916f,0.9828012318801619f,-0.0930183318471209f,1.281800777823429f,-0.9585326865323064f,-0.13166811627589148f,0.25274215320266186f,0.10296961269731397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.23287761860223988f,-0.09090038053082358f,0.968248488546975f,-0.3177378829314097f,-0.12237777556201496f,0.9849686135223932f,0.1219036932347331f,1.4672442909415948f,-0.9647754634124165f,-0.14688073799898455f,0.21825295874794207f,0.076793555314679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9257027675863335f,-0.3176809721832412f,0.20531241072013556f,-0.591717133408375f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.2861909409771568f,-0.233331978371292f,0.9293282160635975f,-0.12206867897980407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9257027675863335f,-0.3176809721832412f,0.20531241072013556f,-0.5674728271649446f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.2861909409771568f,-0.233331978371292f,0.9293282160635975f,0.0049544988592130496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9257027675863335f,-0.3176809721832412f,0.20531241072013556f,-0.04786675745140405f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.2861909409771568f,-0.233331978371292f,0.9293282160635975f,-0.29020585680388367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9257027675863335f,-0.3176809721832412f,0.20531241072013556f,0.04580525636100133f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.2861909409771568f,-0.233331978371292f,0.9293282160635975f,-0.18464699953815333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8213514562043664f,-0.5321922579249471f,0.20531241072013556f,-0.5359978930826963f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.33413796144064484f,-0.15716516647254147f,0.9293282160635975f,-0.15081706099681141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8944924679909323f,-0.39715241244612587f,0.20531241072013556f,-0.43696802432526627f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.30543811992506176f,-0.20750089572022362f,0.9293282160635975f,-0.1880900204437334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7718423544167223f,-0.6017526019326692f,0.20531241072013556f,-0.41527263573051676f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.3465643124363282f,-0.12744506335510464f,0.9293282160635975f,-0.19401609513292647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9200174811271549f,-0.3337883287724902f,0.20531241072013556f,-0.4452809982230656f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.29021955723200027f,-0.22830172016021527f,0.9293282160635975f,-0.18720083216628647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8564745406048008f,-0.4736012830431123f,0.20531241072013556f,-0.5321506112814468f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.3223607303517577f,-0.1800906059602579f,0.9293282160635975f,-0.16224238756478898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8564745406048008f,-0.4736012830431123f,0.20531241072013556f,-0.4255903225967467f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.3223607303517577f,-0.1800906059602579f,0.9293282160635975f,-0.12172200122373102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9815853948173572f,-0.17762247805677012f,0.07028775121047398f,-0.16431575733126108f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.18580650373310753f,-0.8023842555067028f,0.5671467620338082f,-0.3118282035515151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9417141724256477f,-0.3289894367338447f,0.07028775121047398f,-0.2761024680278531f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.30903946911083224f,-0.7634390328285959f,0.5671467620338082f,-0.2839249559478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9940659387147566f,-0.09603608159176447f,-0.051087968443170706f,-0.2913503402284799f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.08811894103542331f,-0.9863001352969822f,0.13945284272452158f,-0.2392861967103603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9157361073566936f,-0.3985190097894454f,-0.051087968443170706f,-0.267288476809674f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.3885895964418452f,-0.9107969203907169f,0.13945284272452158f,-0.2580781269614941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.966803984402958f,-0.25035989140218695f,-0.051087968443170706f,-0.24943852095111899f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.24132538468056877f,-0.9603723045594481f,0.13945284272452158f,-0.3704501447580075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.966803984402958f,-0.24566173444869221f,0.07028775121047398f,-0.19416463070016332f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.24132538468056877f,-0.787468481288834f,0.5671467620338082f,-0.1932697364680202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9257027675863335f,-0.3176809721832412f,0.20531241072013556f,-0.1534819912395481f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.2861909409771568f,-0.233331978371292f,0.9293282160635975f,-0.06695473668257586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2217387828224672f,-0.29882095978129086f,0.928190684174216f,-0.041424131321564f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.9712329757422944f,-0.15243848859096676f,0.18294538536642457f,-0.009790303460963322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.18805800356977972f,0.6254295374409746f,0.7572793942724954f,-0.5098607138709044f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.9783726919324456f,0.051664153699086446f,0.200294011152149f,0.028469041085149832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.18805800356977972f,0.9466795004423895f,0.2615953186421667f,-0.18785703885465688f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.9783726919324456f,0.15720472225817364f,0.13443790752831025f,0.08404499375040746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2698370549517085f,0.41022656165464755f,0.8711498905974759f,-0.40099988650871243f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.9590447856074189f,0.19543668300721473f,0.20503073460912521f,-0.2426405357210193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2698370549517085f,0.9242770382906718f,0.2699998523399834f,-0.07315466013354463f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.9590447856074189f,0.28305920594044043f,-0.010515946537873605f,-0.14573328167416316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3569108978437895f,0.6995880274102656f,0.6190243960495851f,-0.037556798456068574f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.9275853404443309f,0.34377483442742063f,0.14630208271646059f,-0.015298470902692233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09611333957810128f,0.7794684233826225f,0.6190243960495851f,-0.037556798456068574f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.9892230177073468f,0.005789804037785368f,0.14630208271646059f,-0.015298470902692233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.23000643325371695f,0.7509366403081887f,0.6190243960495851f,-0.037556798456068574f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.9731891083761179f,0.17747861823589475f,0.14630208271646059f,-0.015298470902692233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.2801342306798693f,0.26416591075268503f,0.9228982524621022f,-0.049223350318089804f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.9457309682770831f,0.24086586519398362f,0.2181205415041056f,-0.01805577876717353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.17289000674202148f,0.3440463067250418f,0.9228982524621022f,-0.049223350318089804f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.9710773898745946f,-0.09711916519565168f,0.2181205415041056f,-0.01805577876717353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.23000643325371695f,0.308797435650462f,0.9228982524621022f,-0.049223350318089804f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.9731891083761179f,0.07298211227453141f,0.2181205415041056f,-0.01805577876717353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.3325860240710371f,0.4274445889337894f,0.8406412195365175f,0.005536397765039662f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.9139322393636036f,0.36596090394480363f,0.17550065138264007f,-0.20420141490135293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.11175228411375886f,0.54605162018723f,0.8302644488873765f,-0.08359109512077564f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.9661247479238431f,-0.13588188957979352f,0.2194062066882233f,0.1729093645943928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.23000643325371695f,0.5012294449014679f,0.8341858810994525f,-0.09352553980872318f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.9731891083761179f,0.11846207059992227f,0.19715399353620913f,-0.030131837252539217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.23000643325371695f,0.42661802548147854f,0.8746965765316497f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.9731891083761179f,0.10082818391429729f,0.20672841281894755f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2841691314278226f,0.7104064839111721f,0.6438715185194344f,1.3620021254088173f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.9509959299697782f,0.2942162754500572f,0.09509744708041784f,0.2566853454851778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5296565585895048f,0.7104064839111721f,0.46345070672088523f,1.4010764214638618f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.8217050989906663f,0.2942162754500572f,0.48809580366259603f,0.1715724697522824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4167924912538092f,0.7104064839111721f,0.5671037355294081f,1.2964737131069284f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.9078706744842174f,0.2942162754500572f,0.298676449811277f,0.16932744014703854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.20768309659550913f,-0.5416334511554262f,-0.8145556678201699f,-1.5008377350109876f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.9480492305623073f,0.09368662958093216f,-0.3040155783310825f,-0.3882258515989496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15602129274480006f,-0.5416334511554262f,-0.8260088139963785f,-1.498357291541137f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.9877069354090989f,0.09368662958093216f,0.12513123184293914f,-0.4811675102948485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.02645806367840786f,-0.5416334511554262f,-0.8401982953183443f,-1.3735677689783106f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.9913776927562542f,0.09368662958093216f,-0.09161378576967194f,-0.42095461308144827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000035938505195893276f,0f,0.000015206079818376844f,-0.6674074405765723f,0f,0.000015625f,0f,1.5567475f,-0.000015206079818376844f,0f,0.0000035938505195893276f,-0.16515341525163504f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62.mcfunction new file mode 100644 index 000000000..2cac7d850 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..f9d2078f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.16042481031625963f,-0.21009344463513765f,0.7727024454476503f,0.14406074232375554f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.7058604647749838f,-0.33501435945601227f,-0.23763591410047052f,0.15139323836877422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.22394691846717774f,-0.1300007670512838f,0.7569330077854535f,0.14406074232375554f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.7644092876892052f,-0.03858788999302576f,-0.23278620156780788f,0.15139323836877422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7515682391699225f,-0.31432798061055334f,0.057337133872895275f,0.21349434594400418f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.13765299465913403f,-0.186280177967042f,0.7831320404646869f,0.05231714899353107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7980211826577042f,-0.002731566719571088f,0.05616698828365252f,0.21349434594400418f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.054747865928279515f,-0.22019065881580493f,0.7671497539245913f,0.05231714899353107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.46833721074383183f,-1.1933153751058512f,-0.8933447948965004f,0.7623312418713863f,1.4117854806989676f,-0.6556398883299261f,0.1356626084015313f,1.752602069842865f,-0.47846448511908735f,-0.766512232365997f,1.274730161294155f,-0.5820452478428989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5717406687337604f,0.79059939844051f,0.21923776796295108f,0.25950239949148235f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.8158273032282592f,0.5195763191295121f,0.2539020675519077f,-0.6100474693802271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5717406687337604f,0.79059939844051f,0.21923776796295108f,0.07189999256321719f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.8158273032282592f,0.5195763191295121f,0.2539020675519077f,-0.3423541355084545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5039258916856444f,-0.8482067456810336f,0.16310736424214334f,-0.4751507321130791f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.838706205225941f,-0.435373153283353f,0.32714235237219336f,-0.08815180590952926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.45228007807171994f,-0.8768344876368745f,0.16310736424214334f,-0.2800778566260041f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.8136639489407214f,0.4805505795216352f,0.32714235237219336f,0.15988954804144265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5855387684637776f,0.21153661649198696f,0.7825577362144247f,-0.14827345926054278f,-0.2313371142665665f,0.9688135093192229f,-0.08878920949861828f,1.2556329180420642f,-0.7769346756251393f,-0.12904512406012864f,0.616214139538818f,-0.2697902481934534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5866716130526366f,-0.007202965180753446f,0.8097928968142551f,-0.14456280962684498f,-0.15775650121227708f,0.9797870374616566f,0.12300507122623497f,1.4401117692612888f,-0.7943105845722305f,-0.1999136776579211f,0.5736769271304246f,-0.30368858195974846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5855387684637776f,0.21153661649198696f,0.7825577362144247f,-0.32694241823984294f,-0.2313371142665665f,0.9688135093192229f,-0.08878920949861828f,1.2827654397223702f,-0.7769346756251393f,-0.12904512406012864f,0.616214139538818f,-0.014844215934622401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5866716130526366f,-0.007202965180753446f,0.8097928968142551f,-0.3232317686061451f,-0.15775650121227708f,0.9797870374616566f,0.12300507122623497f,1.4672442909415948f,-0.7943105845722305f,-0.1999136776579211f,0.5736769271304246f,-0.048742549700917466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9652706920388023f,-0.2061883590119634f,-0.16043332477663613f,-0.5019504731000745f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.08416269782581587f,-0.33593358395061373f,0.938117938997425f,-0.33626723139715914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9652706920388023f,-0.2061883590119634f,-0.16043332477663613f,-0.5274152033728438f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.08416269782581587f,-0.33593358395061373f,0.938117938997425f,-0.20948307779079192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9652706920388023f,-0.2061883590119634f,-0.16043332477663613f,0.06514605847272194f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.08416269782581587f,-0.33593358395061373f,0.938117938997425f,-0.2868216464244923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9652706920388023f,-0.2061883590119634f,-0.16043332477663613f,0.11207663010286277f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.08416269782581587f,-0.33593358395061373f,0.938117938997425f,-0.1537252904811889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8867165485219642f,-0.433583799141999f,-0.16043332477663613f,-0.439503000001255f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.0003930165873246537f,-0.34631572021666257f,0.938117938997425f,-0.3418722572346321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9436270460567964f,-0.28953263417314307f,-0.16043332477663613f,-0.3337290385836354f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.054563892328076936f,-0.3419905176832154f,0.938117938997425f,-0.33903368398920625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8455530062902206f,-0.5092163212768074f,-0.16043332477663613f,-0.3114010398909344f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.029791882780118475f,-0.34503213799824406f,0.938117938997425f,-0.33633762726172045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9615251935928979f,-0.22300325196564916f,-0.16043332477663613f,-0.34176325870638774f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.07828702999624641f,-0.33735126124796166f,0.938117938997425f,-0.3413461497375804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9148018284767097f,-0.3706733911636808f,-0.16043332477663613f,-0.43162991583102583f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.024549822663142346f,-0.3454446970767273f,0.938117938997425f,-0.3510021099219238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9148018284767097f,-0.3706733911636808f,-0.16043332477663613f,-0.34822840281919776f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.024549822663142346f,-0.3454446970767273f,0.938117938997425f,-0.27327705307966027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.979155854125871f,0.13818953107881887f,-0.1488538438578335f,-0.0345425895676081f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.19821139593702553f,-0.8101073334418655f,0.55175932327819f,-0.3507752929490257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9887184261140718f,-0.016685533592332158f,-0.1488538438578335f,-0.14859627981989518f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.06904237740794039f,-0.831140661559434f,0.55175932327819f,-0.3671036625869225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9538629724140192f,0.2831278752012581f,-0.09992014882651705f,-0.1795569662152922f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.2933896183227119f,-0.9496575657248072f,0.10987738494379634f,-0.3315150080628638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9946689205854752f,-0.025489258125976022f,-0.09992014882651705f,-0.15018386347668455f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.014430218326545896f,-0.9938403941664684f,0.10987738494379634f,-0.33984151689045483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9864102940738342f,0.13042505742248628f,-0.09992014882651705f,-0.09126187885272745f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.141218332003432f,-0.9838619532150237f,0.10987738494379634f,-0.4371774867874382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9864102940738342f,0.0695504486967545f,-0.1488538438578335f,-0.10691072980949719f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.141218332003432f,-0.8219604807299208f,0.55175932327819f,-0.2522363786232063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9652706920388023f,-0.2061883590119634f,-0.16043332477663613f,-0.11688449092144633f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.08416269782581587f,-0.33593358395061373f,0.938117938997425f,-0.11990693967041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5717406687337604f,-0.2192377679629509f,0.79059939844051f,-0.03467032793533974f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.8158273032282592f,-0.2539020675519076f,0.5195763191295122f,-0.024693664338447864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5432416915974091f,0.5597312649038798f,0.6257710248960786f,-0.48293019672844634f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.8351451380066682f,0.283781962376359f,0.47116918011861314f,-0.16597246439418958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5432416915974091f,0.8174325243301108f,0.1915529500626097f,-0.205682429763074f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.8351451380066682f,0.5027121138638145f,0.22318855041959154f,0.006968938836311556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.611687460746864f,0.30619188757860216f,0.7294415523851838f,-0.27983988647907904f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.7863951852541096f,0.33574969386867615f,0.5185120593354077f,-0.3759853407918449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.611687460746864f,0.7492083069506951f,0.25401843075085584f,-0.012773839811620481f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.7863951852541096f,0.6108170514770214f,0.09211483178116806f,-0.16256267315482503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6804603653545932f,0.5182158553757981f,0.5180984640187848f,-0.029010843157939982f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.7244126199814435f,0.582285902386892f,0.36901149561104984f,-0.028335971864322625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4621833229317299f,0.7196947669569098f,0.5180984640187848f,-0.029010843157939982f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.8798787011916301f,0.2994060575476498f,0.36901149561104984f,-0.028335971864322625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5801354044946062f,0.6285036945263378f,0.5180984640187848f,-0.029010843157939982f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.8145200503682398f,0.44764673980161696f,0.36901149561104984f,-0.028335971864322625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6162013901284823f,0.15378509742869084f,0.7724286314039468f,-0.03877527673872009f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.7701805621804785f,0.32272300387219066f,0.5501561273048519f,-0.035290611743949415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5264422981578408f,0.3552640090098026f,0.7724286314039468f,-0.03877527673872009f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.8341107589925951f,0.039843159032948355f,0.5501561273048519f,-0.035290611743949415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5801354044946062f,0.2584510047171527f,0.7724286314039468f,-0.03877527673872009f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.8145200503682398f,0.1840796651915902f,0.5501561273048519f,-0.035290611743949415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.652782238750085f,0.25780981566355254f,0.7123267843623126f,0.08215960021130296f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.7209444849140461f,0.5001703297601721f,0.4796547621984191f,-0.18702585286811582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.46795330114190575f,0.5569672656476483f,0.6861538988793805f,-0.14264286903035694f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.8525874204478652f,0.08014814297197467f,0.5164019419717546f,0.12860066664957712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5801354044946062f,0.41950883871729866f,0.6981799529418927f,-0.07524875256559681f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.8145200503682398f,0.2987918219180676f,0.49727309871236963f,-0.06318686137203022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5801354044946062f,0.3570620885626224f,0.7320857718622716f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.8145200503682398f,0.2543146225612458f,0.5214222476071111f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6219243162453439f,0.5469303135136204f,0.5604260674010932f,1.1645421006134131f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.7735344200087595f,0.5404700003539804f,0.3309632604672015f,0.7515176991288235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8005011411998254f,0.5469303135136204f,0.24508193547805698f,1.2328371595212506f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.5611891505561344f,0.5404700003539804f,0.6268643521651659f,0.6874334798818389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7284806283502658f,0.5469303135136204f,0.41253267298275315f,1.1368097291199188f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.6835650053011686f,0.5404700003539804f,0.49054160093205357f,0.6458943493655231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.549977702609189f,-0.5369579279185972f,-0.6396879788444404f,-1.2434982133112271f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.7996587639824885f,-0.11755919197637804f,-0.5888341851216354f,-0.925713461160865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.22810525289557615f,-0.5369579279185972f,-0.8121848171732909f,-1.2061400368224386f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.9735890445390386f,-0.11755919197637804f,-0.195714610429123f,-1.0108525894767257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.39848721588040936f,-0.5369579279185972f,-0.7435617811757452f,-1.113284857890471f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.9081507020358488f,-0.11755919197637804f,-0.401798629631382f,-0.908013230874088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009064615695228223f,0f,0.000012726875787003748f,-0.555795407346225f,0f,0.000015625f,0f,1.5567475f,-0.000012726875787003748f,0f,0.000009064615695228223f,-0.40472188905357454f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63.mcfunction new file mode 100644 index 000000000..1a32fe3e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..027c9f77a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.11948819001148622f,-0.0672181085990784f,0.805076855193705f,0.07581974936167163f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.7139311507037234f,-0.38968654377171175f,0.07342447890560272f,0.19474284507880965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.08294148892667463f,-0.10562702246154812f,0.7886467152917926f,0.07581974936167163f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.7922086157137456f,-0.08504208848531178f,0.07192602015242716f,0.19474284507880965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7475756650795166f,-0.2201048602487169f,-0.24419033543581367f,0.1776619844087209f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.15790436994752066f,-0.2916440203279229f,0.7462937892029431f,0.12943391798452544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7590860467304773f,0.08104598799203024f,-0.23920685920242973f,0.1776619844087209f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.2522370124569289f,-0.20475091090609915f,0.7310633037090055f,0.12943391798452544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.767125703035891f,-0.36876312159813f,-1.3103198715927697f,0.7929039534132332f,0.4800698342485848f,-1.4807210611476522f,0.13566260840153127f,2.000127912433217f,-1.2737571825062366f,-0.33598385262237446f,0.8402759908451505f,-0.49697656383923206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8386047178193725f,0.5342354222156112f,0.10646427053804518f,0.4716271930941747f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.5377766341408965f,0.7807685149036019f,0.3181144729610901f,-0.46590471233200226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8386047178193725f,0.5342354222156112f,0.10646427053804518f,0.1964600200596931f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.5377766341408965f,0.7807685149036019f,0.3181144729610901f,-0.2894467542545206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7845480766232307f,-0.6194913365151651f,0.026735733568464117f,-0.4061380355922633f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.58468257923634f,-0.724730950078271f,0.3645700639605336f,-0.26189855890776437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10961130899732718f,-0.9936148959684776f,0.026735733568464117f,-0.31980600934785813f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.9244412646384095f,0.11179005634469791f,0.3645700639605336f,0.04162198613846885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8284598398784182f,0.30446152638142193f,0.4700611371535835f,-0.04059773514680205f,-0.30185039350325193f,0.9497227454412241f,-0.08314473364871779f,1.25684046140052f,-0.4717421262199902f,-0.07300606649504482f,0.8787089851619612f,-0.3023995651794962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8452661432392975f,0.10046367255756312f,0.5248163465342994f,-0.018480694376419603f,-0.19290966044070015f,0.9733008501608598f,0.12438375289724016f,1.4401117692612888f,-0.49830814763760056f,-0.20637951829674053f,0.8420786687867045f,-0.33583273318021817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8284598398784182f,0.30446152638142193f,0.4700611371535835f,-0.3026617094653559f,-0.30185039350325193f,0.9497227454412241f,-0.08314473364871779f,1.283972983080826f,-0.4717421262199902f,-0.07300606649504482f,0.8787089851619612f,-0.13434436701046606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8452661432392975f,0.10046367255756312f,0.5248163465342994f,-0.28054466869497346f,-0.19290966044070015f,0.9733008501608598f,0.12438375289724016f,1.4672442909415948f,-0.49830814763760056f,-0.20637951829674053f,0.8420786687867045f,-0.16777753501118803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8610971724782406f,-0.06325634344156414f,-0.5044901332676208f,-0.3367604205092585f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.44423251587920354f,-0.3890548126322988f,0.8070277718909554f,-0.5016197240293949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8610971724782406f,-0.06325634344156414f,-0.5044901332676208f,-0.4084404715408364f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.44423251587920354f,-0.3890548126322988f,0.8070277718909554f,-0.39398773818105065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8610971724782406f,-0.06325634344156414f,-0.5044901332676208f,0.1691341683217079f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.44423251587920354f,-0.3890548126322988f,0.8070277718909554f,-0.24063312095036282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8610971724782406f,-0.06325634344156414f,-0.5044901332676208f,0.16203640522599794f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.44423251587920354f,-0.3890548126322988f,0.8070277718909554f,-0.0996836964110783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8202158118498947f,-0.2696956199626463f,-0.5044901332676208f,-0.2768584087448689f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.3369160338662456f,-0.48496779431273446f,0.8070277718909554f,-0.4831034555704031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8523072841684661f,-0.13806519760240613f,-0.5044901332676208f,-0.18007671985989532f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.4086337158743007f,-0.42629175648548634f,0.8070277718909554f,-0.44033088131285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7935891209822472f,-0.3401558650005056f,-0.5044901332676208f,-0.16044277503486523f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.29336623831763303f,-0.512486512614802f,0.8070277718909554f,-0.4293619954028427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8598620477925758f,-0.07827492703015487f,-0.5044901332676208f,-0.1866320580788478f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.4373749143989066f,-0.39674848411968644f,0.8070277718909554f,-0.44551968962048505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8370308227889608f,-0.21182329224344817f,-0.5044901332676208f,-0.2661092278114284f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.36992496655181073f,-0.46028436266981915f,0.8070277718909554f,-0.4885619144832575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8370308227889608f,-0.21182329224344817f,-0.5044901332676208f,-0.2184489870566526f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.36992496655181073f,-0.46028436266981915f,0.8070277718909554f,-0.3849979328825483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8306562549669962f,0.4353245026521459f,-0.34713507957978823f,0.10117860681323204f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.5550172341760862f,-0.6970386040864129f,0.4539747285706468f,-0.3376379513041215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8885292537646172f,0.30002166876681796f,-0.34713507957978823f,0.0018567872764675818f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.43914318988243417f,-0.775280726317305f,0.4539747285706468f,-0.3960334655077213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7711311946030245f,0.6223835029852046f,-0.13414714280214032f,-0.04029480106060837f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.6334735345633362f,-0.7711353065877681f,0.06373083980007382f,-0.3748589517336436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9257164269867116f,0.35362924212369373f,-0.13414714280214032f,-0.009959321634494686f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.36417521824882837f,-0.9291473459423943f,0.06373083980007382f,-0.3714138680283348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8589995203179629f,0.4940894333736874f,-0.13414714280214032f,0.08149740119358681f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.5050422850041062f,-0.8607384448345551f,0.06373083980007382f,-0.43910256100847556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8589995203179629f,0.3763204228030196f,-0.34713507957978823f,-0.0031746939370924723f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.5050422850041062f,-0.7340566982032374f,0.4539747285706468f,-0.2739398039127474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8610971724782406f,-0.06325634344156414f,-0.5044901332676208f,-0.06262764781845775f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.44423251587920354f,-0.3890548126322988f,0.8070277718909554f,-0.15529789479518705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8386047178193725f,-0.10646427053804505f,0.5342354222156112f,-0.022703546366690856f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.5377766341408965f,-0.3181144729610899f,0.780768514903602f,-0.03600496743477832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.819570339018469f,0.41013830309924576f,0.4001137734845213f,-0.3837986182169478f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.5664657063114614f,0.4749924877426436f,0.673423150894823f,-0.3368487115961969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.819570339018469f,0.5654614617551867f,0.09250834919529768f,-0.19293659978101296f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.5664657063114614f,0.7753507184028456f,0.27919145231408504f,-0.0716191069944839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8643914233874028f,0.15584656474159098f,0.4780578578295148f,-0.11619503965770589f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.4953851069623417f,0.42684092729036893f,0.7565714894111507f,-0.45406392866415585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8643914233874028f,0.46131122573288064f,0.20004854457637716f,0.04988251460958599f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.4953851069623417f,0.8494719010019316f,0.18163448243126473f,-0.15524666960356942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9044927386486669f,0.25843253695174634f,0.3392720288743508f,-0.01608511732578008f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.41193790616878107f,0.7354027255361998f,0.5380427424798231f,-0.03722667488302125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.761556018734337f,0.5522018840541814f,0.3392720288743508f,-0.01608511732578008f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.6386175562387799f,0.5501614527830893f,0.5380427424798231f,-0.03722667488302125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8458751224729396f,0.41156988180000587f,0.3392720288743508f,-0.01608511732578008f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.5333809868952859f,0.6526980389762187f,0.5380427424798231f,-0.03722667488302125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8624133378929858f,0.019788396465644426f,0.5058178071100274f,-0.022479267129011295f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.47867054033143736f,0.35694315063432763f,0.8021633879915296f,-0.04736699180620464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.803635419490018f,0.3135577435680794f,0.5058178071100274f,-0.022479267129011295f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.5718849220761237f,0.1717018778812171f,0.8021633879915296f,-0.04736699180620464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8458751224729396f,0.16924427077981763f,0.5058178071100274f,-0.022479267129011295f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.5333809868952859f,0.2684001150978913f,0.8021633879915296f,-0.04736699180620464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8775693941880439f,0.04867914853830752f,0.47697201058554234f,0.14699721528700352f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.41923449278414704f,0.5605948629112287f,0.7141259270867845f,-0.14184741184030658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7565358590360381f,0.48487015271333733f,0.43881024258823825f,-0.1807793946712606f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.6111784482032684f,0.2855471849495612f,0.7381894808375595f,0.06483772058161671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8458751224729396f,0.27471151668417293f,0.45719674078286093f,-0.045635496528822365f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.5333809868952859f,0.43565789469276917f,0.7250564954611983f,-0.08701928331866687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8458751224729396f,0.23381883490077635f,0.479399655430657f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.5333809868952859f,0.37080724747881383f,0.7602675239912569f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8689809802508651f,0.3008695245583236f,0.3928734976481535f,0.7921634646883029f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.4796013032069155f,0.7076143853221093f,0.5189069971078067f,1.1372836943427989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9535997438481517f,0.3008695245583236f,-0.011182921120503175f,0.879671219323262f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.2153668226465655f,0.7076143853221093f,0.6729777213164904f,1.1039161186671769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9334160494395638f,0.3008695245583236f,0.19547891917208335f,0.8065955041299699f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.3559208072066341f,0.7076143853221093f,0.6104115502532623f,1.0290381739669985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.812333485555002f,-0.45215875320557536f,-0.368329703045574f,-0.7990955824810777f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.5310780737587868f,-0.3125643003805004f,-0.7875656402486744f,-1.3284123865509037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5805613047805338f,-0.45215875320557536f,-0.6771270436861191f,-0.7322183825121984f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.8141598156606087f,-0.3125643003805004f,-0.48933358017934103f,-1.393001430863965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7133567996680463f,-0.45215875320557536f,-0.5354199643895827f,-0.6853439878382006f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.688949806005987f,-0.3125643003805004f,-0.6539508566642915f,-1.2626142802077907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013216798788639681f,0f,0.000008334077920238843f,-0.3605943247940606f,0f,0.000015625f,0f,1.5567475f,-0.000008334077920238843f,0f,0.000013216798788639681f,-0.5853888239730627f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64.mcfunction new file mode 100644 index 000000000..e428327ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..cbb76debc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38256267514941206f,0.08637206473539391f,0.7163310062117333f,-0.004122873428095454f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.6145086777905492f,-0.38589343471187043f,0.37471293867550187f,0.20894116879483532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.37860733093881443f,-0.06524376963054122f,0.7017120060849633f,-0.004122873428095454f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.7008068709393833f,-0.11888008753543569f,0.3670657358453896f,0.20894116879483532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6309727687842145f,-0.09234157993443612f,-0.5101870658027684f,0.11492339323789338f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.43090199595776674f,-0.3535186228663961f,0.5969024188346899f,0.18737538129529702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6056624516679553f,0.15296358777410637f,-0.4997750848680181f,0.11492339323789338f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.5225018004118865f,-0.1584093699935547f,0.5847207368176555f,0.18737538129529702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3080852154010111f,0.021839890666532955f,-1.5316699282897033f,0.8520513193518442f,-0.7703431953391897f,-1.3526171919934709f,0.13566260840153097f,1.9616987523478102f,-1.324032141394581f,0.7818925764447273f,0.27746916487189405f,-0.527195509416478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9802687541054101f,0.19634879991252227f,-0.02281049095347792f,0.6135967408473123f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.17758026551801248f,0.9254480585033286f,0.3346806542227553f,-0.25099491998965223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9802687541054101f,0.19634879991252227f,-0.02281049095347792f,0.2919460559064746f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.17758026551801248f,0.9254480585033286f,0.3346806542227553f,-0.1927263953665544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.948168732441077f,-0.29652708959488705f,-0.11422670422220287f,-0.2756706453960579f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.24154804453100112f,-0.9061325240576481f,0.3472439935091244f,-0.3969189519028124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2509836432743562f,-0.9612281055250433f,-0.11422670422220287f,-0.31153189583966856f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.896444923927343f,-0.2753327211515827f,0.3472439935091244f,-0.08340354440702795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9233656663535306f,0.3761040153507812f,0.07708187748439435f,0.07104628782545103f,-0.3706760214410305f,0.9256383609109979f,-0.07611118142986366f,1.2582891596257189f,-0.09997566367946059f,0.04170604808682024f,0.9941154219831976f,-0.29414084859735423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9656385554267325f,0.20736509597672673f,0.15665853709241548f,0.11090635917791489f,-0.22778698988392074f,0.9655193258245486f,0.12603776695471802f,1.4401117692612888f,-0.12512101147687155f,-0.15739170381526502f,0.9795777580453388f,-0.31752943207493306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9233656663535306f,0.3761040153507812f,0.07708187748439435f,-0.23528769783248965f,-0.3706760214410305f,0.9256383609109979f,-0.07611118142986366f,1.2854216813060249f,-0.09997566367946059f,0.04170604808682024f,0.9941154219831976f,-0.23864701562297527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9656385554267325f,0.20736509597672673f,0.15665853709241548f,-0.1954276264800258f,-0.22778698988392074f,0.9655193258245486f,0.12603776695471802f,1.4672442909415948f,-0.12512101147687155f,-0.15739170381526502f,0.9795777580453388f,-0.26203559910055413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.626801250409758f,0.08979405481350243f,-0.7739878682543498f,-0.12016694263394863f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.7388850120953537f,-0.383799478814263f,0.5538473607075767f,-0.5921062693933481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.626801250409758f,0.08979405481350243f,-0.7739878682543498f,-0.2274576090248476f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.7388850120953537f,-0.383799478814263f,0.5538473607075767f,-0.5199163324288056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.626801250409758f,0.08979405481350243f,-0.7739878682543498f,0.24807879198178423f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.7388850120953537f,-0.383799478814263f,0.5538473607075767f,-0.15801132478732774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.626801250409758f,0.08979405481350243f,-0.7739878682543498f,0.18779821937161703f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.7388850120953537f,-0.383799478814263f,0.5538473607075767f,-0.0304050119156338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6299057224511018f,-0.06451015903283668f,-0.7739878682543498f,-0.07184287832734294f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.6240874720005986f,-0.5511514567967256f,0.5538473607075767f,-0.5521577022105622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6322421499570722f,0.03482303279074736f,-0.7739878682543498f,0.0013328663115436679f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.7026230029066254f,-0.4467370779594269f,0.5538473607075767f,-0.47572800373810864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6218863101781619f,-0.11916457950279323f,-0.7739878682543498f,0.015304507442703966f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.5736766161689046f,-0.6034469662681603f,0.5538473607075767f,-0.45810411394041783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6282729078835975f,0.07884118856647844f,-0.7739878682543498f,-0.0027501606792265376f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.7320742518344576f,-0.39663634583617036f,0.5538473607075767f,-0.4830235559043866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6328713049849652f,-0.020413013538267383f,-0.7739878682543498f,-0.05982465875313221f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.661013608410409f,-0.5062747381940969f,0.5538473607075767f,-0.5531074720296334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6328713049849652f,-0.020413013538267383f,-0.7739878682543498f,-0.05523173070702206f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.661013608410409f,-0.5062747381940969f,0.5538473607075767f,-0.43919565593596177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5564356682089691f,0.6681234820007067f,-0.49395380345138407f,0.22222249527294263f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.8297067501793061f,-0.4785198543376487f,0.28741165201078667f,-0.27359396782856504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6541025612688603f,0.5728520571643498f,-0.49395380345138407f,0.15265253336778417f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.7446346858407441f,-0.6024232124771476f,0.28741165201078667f,-0.3654355723208169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.47150201510028455f,0.8693040507470682f,-0.14831155420636988f,0.10561228481102378f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.8795555059451475f,-0.4757324386764934f,0.0077947900864275554f,-0.36192395607966504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7170547888672473f,0.6810551465567511f,-0.14831155420636988f,0.1323452368503607f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.6894975870459393f,-0.7242460346493693f,0.0077947900864275554f,-0.3471774585629236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6016861570175869f,0.7848423098573993f,-0.14831155420636988f,0.24269680165260404f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.7943057685816379f,-0.6074681779693827f,0.0077947900864275554f,-0.3749015176724509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6016861570175869f,0.627680976698608f,-0.49395380345138407f,0.10146858189541745f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.7943057685816379f,-0.5352316211570123f,0.28741165201078667f,-0.2544744029121233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.626801250409758f,0.08979405481350243f,-0.7739878682543498f,0.0012860933852261204f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.7388850120953537f,-0.383799478814263f,0.5538473607075767f,-0.16744552655384445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9802687541054101f,0.022810490953477966f,0.19634879991252227f,-0.007267840722328117f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.17758026551801248f,-0.33468065422275506f,0.9254480585033287f,-0.041940281220311314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9736049273206064f,0.19815484784805357f,0.1132612103561976f,-0.22645234501603265f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.21135842193493826f,0.5954544040943763f,0.775088169256752f,-0.4576983387406992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9736049273206064f,0.22728291011342122f,-0.02087879947244553f,-0.1510794960034786f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.21135842193493826f,0.932340002374936f,0.2933764432408924f,-0.13974553269811874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9879530162461923f,-0.018592996283071428f,0.15363312852138403f,0.06562706505300955f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.12856039326262847f,0.4540216178124943f,0.8816669415618822f,-0.4640780396522889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9879530162461923f,0.10274431841523876f,0.11572572196118909f,0.10528513908179248f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.12856039326262847f,0.9611733259992166f,0.24416810330541072f,-0.1245184049661053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9932244090021015f,-0.04134836881080056f,0.10860748482085203f,-0.0006833151605656587f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.03612791399058318f,0.7783924827990522f,0.6267375180668666f,-0.0405473723269661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9474676229506723f,0.30084799766840786f,0.10860748482085203f,-0.0006833151605656587f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.30017504271189394f,0.7190931978403748f,0.6267375180668666f,-0.0405473723269661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9853151673597336f,0.13175141445824423f,0.10860748482085203f,-0.0006833151605656587f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.17074548594577738f,0.760293405519556f,0.6267375180668666f,-0.0405473723269661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9797539855958273f,-0.11774293617735619f,0.16192198334205835f,-0.0027302051738708182f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.11386122810686046f,0.33754495167277615f,0.9343976810406907f,-0.05235929089602984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9609380463569466f,0.22445343030185222f,0.16192198334205835f,-0.0027302051738708182f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.22244172859561667f,0.2782456667140987f,0.9343976810406907f,-0.05235929089602984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9853151673597336f,0.05417833775074536f,0.16192198334205835f,-0.0027302051738708182f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.17074548594577738f,0.31264509062980606f,0.9343976810406907f,-0.05235929089602984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9711139454032449f,-0.1686482257004262f,0.16880604554174305f,0.18996349129965484f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.0531347964981015f,0.536837066336679f,0.8420110792668544f,-0.07511818369192075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9323687889709595f,0.3394475923005093f,0.12435342148173006f,-0.19184613605224193f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.2767201526965055f,0.44878902828195466f,0.8497142844423419f,-0.008954307887932014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9853151673597336f,0.0879404263810949f,0.14635744729521247f,-0.009026498553571682f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.17074548594577738f,0.507474826976635f,0.844579942346593f,-0.09784414410984921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9853151673597336f,0.07484989448310872f,0.1534650262005228f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.17074548594577738f,0.4319337398641581f,0.8855954061511959f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9861806730397743f,0.008476393821285594f,0.16545643194087023f,0.29893526217125255f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.11221868916692825f,0.7688749832518448f,0.629474563371016f,1.353356887607842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9637081330616609f,0.008476393821285594f,-0.2668235091190323f,0.39255547276254366f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.1643227739388121f,0.7688749832518448f,0.617923365875194f,1.3558585663567768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9986155796404381f,0.008476393821285594f,-0.0519141102897646f,0.3535324840103628f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.026684573321973604f,0.7688749832518448f,0.6388420725626163f,1.258781416097917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9534273685023449f,-0.29890831700386766f,-0.040374137967376406f,-0.2325014057957625f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.18139973862157482f,-0.46130011705904367f,-0.8685023528058726f,-1.5327022917010447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.847035800440485f,-0.29890831700386766f,-0.43952721280719553f,-0.14605558359767232f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.5314489503396718f,-0.46130011705904367f,-0.710467603191147f,-1.5669283686811522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.922088770112962f,-0.29890831700386766f,-0.24577656124512776f,-0.15241201050994824f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.3650781544544801f,-0.46130011705904367f,-0.8086532898229146f,-1.4285173367176611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001539554948999584f,0f,0.0000026678982179027716f,-0.11027600936730307f,0f,0.000015625f,0f,1.5567475f,-0.0000026678982179027716f,0f,0.00001539554948999584f,-0.6786365331046305f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65.mcfunction new file mode 100644 index 000000000..eef249608 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..d50577dc9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5883162800720259f,0.2272514813900713f,0.5188305727814005f,-0.08363660856426486f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.42173341117295593f,-0.32362113763843964f,0.6199634937788427f,0.1915158682995326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6176314253486953f,-0.0148759846384338f,0.5082421937450454f,-0.08363660856426486f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.5029962264452905f,-0.134788463041438f,0.6073111775792746f,0.1915158682995326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.4184803886522141f,0.04972606460658547f,-0.6995326491713435f,0.0346181455449798f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.6392787571796025f,-0.36198025166696995f,0.35670353581996417f,0.2170679705251239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3600941630218706f,0.20188055983274872f,-0.6852564726576427f,0.0346181455449798f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.7142599880657463f,-0.08795241468031256f,0.3494238718236384f,0.2170679705251239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05945708695838269f,-0.3506435189033745f,-1.5214861903617407f,1.0104628379170795f,-1.5210569408739505f,-0.33073809774634727f,0.13566260840153058f,1.655136225215666f,-0.35250090415430513f,1.4862932696309255f,-0.3287577819918652f,-0.3882872190196549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9737511618315141f,-0.17211583212427634f,-0.1489456785675393f,0.6629429097811463f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.21040498047479342f,0.9302596952178658f,0.30057718417166257f,0.0024715602284749033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9737511618315141f,-0.17211583212427634f,-0.1489456785675393f,0.34343080980518076f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.21040498047479342f,0.9302596952178658f,0.30057718417166257f,-0.06656757398981669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9685252769739807f,0.07215745684235625f,-0.23822697010313054f,-0.10311456880237363f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.1390258639899209f,-0.9506827901254671f,0.2772616845168364f,-0.47212958476821476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5744331960639626f,-0.7831183907783189f,-0.23822697010313054f,-0.25603474919734515f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.732552246659657f,-0.6216857439356125f,0.2772616845168364f,-0.19609814009461138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8580399904286045f,0.3936619708473937f,-0.32984485373251926f,0.17159938142971812f,-0.43743132700529885f,0.8966981813679277f,-0.06772153044516051f,1.2599769413122204f,0.2691118893316765f,0.2023922534090603f,0.9416029772575799f,-0.24646250977708675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9284022867034488f,0.2863292763017806f,-0.23682216867579445f,0.22380598218207828f,-0.2623386205708001f,0.9564535907808783f,0.12796474842461203f,1.4401117692612888f,0.263149467415037f,-0.05667516400384828f,0.9630889281807364f,-0.2510697972266787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8580399904286045f,0.3936619708473937f,-0.32984485373251926f,-0.13269785664263004f,-0.43743132700529885f,0.8966981813679277f,-0.06772153044516051f,1.2871094629925264f,0.2691118893316765f,0.2023922534090603f,0.9416029772575799f,-0.31221406617545966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9284022867034488f,0.2863292763017806f,-0.23682216867579445f,-0.08049125589026987f,-0.2623386205708001f,0.9564535907808783f,0.12796474842461203f,1.4672442909415948f,0.263149467415037f,-0.05667516400384828f,0.9630889281807364f,-0.31682135362505165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.2969596409559875f,0.22961388037625663f,-0.926872395522625f,0.11516452089035437f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.922304635279298f,-0.3203786480970735f,0.2161288541259888f,-0.5930995375862252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.2969596409559875f,0.22961388037625663f,-0.926872395522625f,-0.011567487772773347f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.922304635279298f,-0.3203786480970735f,0.2161288541259888f,-0.5673765503227532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.2969596409559875f,0.22961388037625663f,-0.926872395522625f,0.289628309951997f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.922304635279298f,-0.3203786480970735f,0.2161288541259888f,-0.05124556435963766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.2969596409559875f,0.22961388037625663f,-0.926872395522625f,0.18516827436056837f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.922304635279298f,-0.3203786480970735f,0.2161288541259888f,0.04365027054978163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.34368729569266837f,0.15095232756606045f,-0.926872395522625f,0.14456030233850847f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.8174016360787415f,-0.5339877187257996f,0.2161288541259888f,-0.5377191146543003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.31584178815694763f,0.20285839216550214f,-0.926872395522625f,0.18298482414995618f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.8908721486552867f,-0.39954365614348086f,0.2161288541259888f,-0.43913034990086963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.35553582399903405f,0.12042358685688935f,-0.926872395522625f,0.18916333434456423f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.7677510798294862f,-0.6031969809563418f,0.2161288541259888f,-0.4175054970857819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.3009217273282818f,0.2243962487206818f,-0.926872395522625f,0.18199881690284095f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.9165727854356447f,-0.3364262882310643f,0.2161288541259888f,-0.4474323966681962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3323201886395476f,0.17455902910112203f,-0.926872395522625f,0.15602968921346605f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.852659587056698f,-0.47566789571558077f,0.2161288541259888f,-0.5340052448187095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3323201886395476f,0.17455902910112203f,-0.926872395522625f,0.11675390766571367f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.852659587056698f,-0.47566789571558077f,0.2161288541259888f,-0.426979968282704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.19723327667631613f,0.8002597540743295f,-0.5662891139518911f,0.30989209228534487f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.9793533472244795f,-0.1869613976332211f,0.0768925033747815f,-0.1679386428923444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.3199932142724169f,0.7595531464217562f,-0.5662891139518911f,0.2806879778494701f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.9380486761545132f,-0.3378642095421248f,0.0768925033747815f,-0.27939257783953575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.09969779614471835f,0.9851139515579732f,-0.14003875138590038f,0.23587455141149302f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.9929714939140704f,-0.10752389641461718f,-0.049459316350699f,-0.2941191946877783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.3992351911109726f,0.9060907296120315f,-0.14003875138590038f,0.25494562233174456f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.9111452984887818f,-0.40910636889189417f,-0.049459316350699f,-0.27027796636993595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.2525761248508086f,0.9573893927058243f,-0.14003875138590038f,0.36751803222559576f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.9639259238676011f,-0.26153506327472315f,-0.049459316350699f,-0.25373880561423123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.2525761248508086f,0.7845520636483798f,-0.5662891139518911f,0.19099381790471054f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.9639259238676011f,-0.2548222051171192f,0.0768925033747815f,-0.1964038094628795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.2969596409559875f,0.22961388037625663f,-0.926872395522625f,0.06516151145246256f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.922304635279298f,-0.3203786480970735f,0.2161288541259888f,-0.15425185841447867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9737511618315141f,0.14894567856753926f,-0.17211583212427636f,0.009306881989635338f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.21040498047479342f,-0.30057718417166235f,0.9302596952178659f,-0.04153541435010528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.980497877536699f,-0.04437189260709329f,-0.19145507904595568f,-0.03440902185526193f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.17664328227198403f,0.6259891582348203f,0.7595621927140932f,-0.5094943111205663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.980497877536699f,-0.14616144849855917f,-0.13138014735427722f,-0.08622857119922371f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.17664328227198403f,0.9484472743547343f,0.2631442923516594f,-0.1868648215440416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9621243364109319f,-0.19064263266759868f,-0.19486443466007658f,0.23795080738701846f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.2586420273498016f,0.41247632121301714f,0.8734801578324265f,-0.40380038610537455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9621243364109319f,-0.27226846356715845f,0.013661809272681957f,0.14487084088353333f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.2586420273498016f,0.9275130410542958f,0.2698589638359213f,-0.07484806709911335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9316817857738584f,-0.33559849341283626f,-0.13907804023737483f,0.014859745248229713f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.34607658525840745f,0.7035468684461765f,0.6206873617494229f,-0.037732536270279934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.990275943829269f,0.0032945100973795216f,-0.13907804023737483f,0.014859745248229713f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.08457841261182406f,0.7794829639476448f,0.6206873617494229f,-0.037732536270279934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9758035127792613f,-0.1687151539470757f,-0.13907804023737483f,0.014859745248229713f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.21864927268951595f,0.7529539790165711f,0.6206873617494229f,-0.037732536270279934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9489314264556449f,-0.2377709198192826f,-0.20735027748509877f,0.017480903928973595f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.26909366295356507f,0.26695502075768146f,0.9253775540018782f,-0.04943042950706075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9730263031474825f,0.10112208369093316f,-0.20735027748509877f,0.017480903928973595f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.1615613349166664f,0.34289111625914975f,0.9253775540018782f,-0.04943042950706075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9758035127792613f,-0.06937843234397015f,-0.20735027748509877f,0.017480903928973595f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.21864927268951595f,0.30962699834130536f,0.9253775540018782f,-0.04943042950706075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9177461299242979f,-0.3609546144874487f,-0.1656919047183388f,0.2042520687129237f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.3219124765592746f,0.43168046759737855f,0.8426294151822517f,0.003156259561302076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9673614988298687f,0.14223634456611298f,-0.20971540922426288f,-0.17387179248904003f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.10048548222097445f,0.5444309709314341f,0.8327650243336799f,-0.08157033360588536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9758035127792613f,-0.11261270048649177f,-0.18741900687175247f,0.02903984484222956f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.21864927268951595f,0.5025759627122992f,0.8364268630646385f,-0.09387034475416509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9758035127792613f,-0.0958495324135008f,-0.19652066452098f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.21864927268951595f,0.4277641049378549f,0.8770463876438132f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9542430533165627f,-0.2859172217265774f,-0.08758731367748948f,-0.2407951482765622f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.27306693185482944f,0.713787035076215f,0.6449360582914374f,1.364901041384118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.827821911689512f,-0.2859172217265774f,-0.4826616049023137f,-0.1552326809250001f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.5200444426112638f,0.713787035076215f,0.46910749969089843f,1.4029807788889044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9126663184166626f,-0.2859172217265774f,-0.29204714268064746f,-0.15420684319868402f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.40618386671772144f,0.713787035076215f,0.5705459972476774f,1.2983590105493596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9504051861679261f,-0.09999246073281393f,0.2945021050887526f,0.3707087319893192f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.19662043201659438f,-0.5405048452783462f,-0.818043347228152f,-1.5052601950192905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9858215887955939f,-0.09999246073281393f,-0.13474903658701248f,0.4636729860828684f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.16752142880695528f,-0.5405048452783462f,-0.8244944409279588f,-1.5038630616032935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9916187103311914f,-0.09999246073281393f,0.08181589770760744f,0.40491847437995265f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.014902756437302739f,-0.5405048452783462f,-0.8412089039478847f,-1.3783802927191093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001524692988717596f,0f,-0.0000034163948857736867f,0.15736423682752654f,0f,0.000015625f,0f,1.5567475f,0.0000034163948857736867f,0f,0.00001524692988717596f,-0.6692868139101055f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66.mcfunction new file mode 100644 index 000000000..3cb861506 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..c69e1695b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7048799841973946f,0.3337410368511935f,0.24229232890006047f,-0.1505215479023777f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.1646794564456792f,-0.2121103411950253f,0.7712550318975753f,0.14497128584560517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7630445934172906f,0.03780305764682798f,0.2373475874939368f,-0.1505215479023777f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.228553560140953f,-0.13023115418588052f,0.7555151332874207f,0.14497128584560517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.14218375229044183f,0.1843808457286625f,-0.7827719519486104f,-0.051028455617759434f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.7507242807131093f,-0.31544585561792415f,0.06205973707408438f,0.21380602551409955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.05956032361564541f,0.22017017721686832f,-0.7667970141537408f,-0.051028455617759434f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.7976764410742622f,-0.004059649094992485f,0.0607932118276745f,0.21380602551409955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6148155109459448f,-0.6517391518576229f,-1.2800953931001324f,1.009946488743683f,-1.2564794662551466f,0.918836904766496f,0.13566260840153038f,1.2802633011378537f,0.6961806434966852f,1.0827654733944148f,-0.8856397073559369f,0.07460000053879301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8192610515840847f,-0.5147981801076509f,-0.25257506431789745f,0.6116016220848519f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.5668094127077996f,0.7937189641003414f,0.22076525019422816f,0.25581803318420226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8192610515840847f,-0.5147981801076509f,-0.25257506431789745f,0.34278158953382415f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.5668094127077996f,0.7937189641003414f,0.22076525019422816f,0.06983369463945553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8417304965138539f,0.43024907366141674f,-0.3261525806306516f,0.08528421824955731f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.49885786977275454f,-0.850817372079456f,0.16507763365640338f,-0.4756737970818532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8109211131869021f,-0.48583067249370104f,-0.3261525806306516f,-0.16157599534762798f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.45717965726187415f,-0.873919982522609f,0.16507763365640338f,-0.2791083500587836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6518181246631737f,0.333139267273193f,-0.6812865483489772f,0.24765051821046014f,-0.5017454135678798f,0.8630676492511539f,-0.05801528057059385f,1.2619013932036893f,0.5686692116900478f,0.379647812342923f,0.7297142360260297f,-0.16623345599767025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.741446416888724f,0.3139574908927253f,-0.5930328024613954f,0.30281109273746243f,-0.2965151492270339f,0.9461166075727511f,0.13016194203337228f,1.4401117692612888f,0.6019434999746586f,0.07933510438244494f,0.794587920906733f,-0.14639194942029476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.6518181246631737f,0.333139267273193f,-0.6812865483489772f,-0.008368560409566309f,-0.5017454135678798f,0.8630676492511539f,-0.05801528057059385f,1.2890339148839953f,0.5686692116900478f,0.379647812342923f,0.7297142360260297f,-0.3433613974688577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.741446416888724f,0.3139574908927253f,-0.5930328024613954f,0.04679201411743598f,-0.2965151492270339f,0.9461166075727511f,0.13016194203337228f,1.4672442909415948f,0.6019434999746586f,0.07933510438244494f,0.794587920906733f,-0.3235198908914822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.07833890820949291f,0.3346837990721543f,-0.9390685651746491f,0.3332334812676373f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.9657607799423893f,-0.20821087112967962f,-0.15477192597007866f,-0.5039696174563999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.07833890820949291f,0.3346837990721543f,-0.9390685651746491f,0.20629803745635067f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.9657607799423893f,-0.20821087112967962f,-0.15477192597007866f,-0.5286691558727243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.07833890820949291f,0.3346837990721543f,-0.9390685651746491f,0.28720937269456026f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.9657607799423893f,-0.20821087112967962f,-0.15477192597007866f,0.06341484075975384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.07833890820949291f,0.3346837990721543f,-0.9390685651746491f,0.15439851076756161f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.9657607799423893f,-0.20821087112967962f,-0.15477192597007866f,0.11114736083910853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.004955431261235332f,0.3436941570667745f,-0.9390685651746491f,0.33921507185544436f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.886702788754923f,-0.43566479700080674f,-0.15477192597007866f,-0.44155708838485547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.04887118991885116f,0.3402379119039221f,-0.9390685651746491f,0.33701455092589205f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.9439389954821129f,-0.29159016399688714f,-0.15477192597007866f,-0.33576792958451185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.034891493886385745f,0.34195440274282446f,-0.9390685651746491f,0.334453219850531f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.8453579279692065f,-0.5112882010677755f,-0.15477192597007866f,-0.31342407515826143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.07248593912494822f,0.33600002757440334f,-0.9390685651746491f,0.3392785143080702f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.9619799091502206f,-0.22503400925825706f,-0.15477192597007866f,-0.34381595174044544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.019031532363695668f,0.34320260878483294f,-0.9390685651746491f,0.34839224683107006f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.9149332653002689f,-0.37275027964912344f,-0.15477192597007866f,-0.43373921630161505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.019031532363695668f,0.34320260878483294f,-0.9390685651746491f,0.27117165985448277f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.9149332653002689f,-0.37275027964912344f,-0.15477192597007866f,-0.3498704033805624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.19230178000971465f,0.8109261195658357f,-0.5526471333599686f,0.35056056016117904f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.9803336011549145f,0.1333006631715275f,-0.14552306911506313f,-0.03665774538881668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.06307743228985446f,0.8310248994613385f,-0.5526471333599686f,0.36620069094529645f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.9891168856870991f,-0.021698451649514755f,-0.14552306911506313f,-0.1508078493057739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2876308310013639f,0.9513480431995534f,-0.11047807817773347f,0.3304259371109418f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.9556152695198621f,0.2773946404578248f,-0.09925557972101676f,-0.1815533111009438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.020429536802776427f,0.9936685706351884f,-0.11047807817773347f,0.3389294652904265f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.9945637871980104f,-0.031483377973067536f,-0.09925557972101676f,-0.1522309659994779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.135265995970745f,0.9846307452929737f,-0.11047807817773347f,0.43661906643395837f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.9872441419844948f,0.12448828865215819f,-0.09925557972101676f,-0.09389715816705593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.135265995970745f,0.822365038363774f,-0.5526471333599686f,0.25158693280210953f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.9872441419844948f,0.06459133434626295f,-0.14552306911506313f,-0.10843020839496507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.07833890820949291f,0.3346837990721543f,-0.9390685651746491f,0.11919974196552477f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.9657607799423893f,-0.20821087112967962f,-0.15477192597007866f,-0.11760561174723794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8192610515840847f,0.25257506431789734f,-0.514798180107651f,0.024484092846313275f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.5668094127077996f,-0.220765250194228f,0.7937189641003414f,-0.03481864292440244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.838406636625314f,-0.28040064849175217f,-0.46738612301611293f,0.16305653740990184f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.5381944339069473f,0.5614327808442244f,0.6286016098492758f,-0.48392251389778246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.838406636625314f,-0.4977724312714915f,-0.22202909342853355f,-0.00820943431249328f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.5381944339069473f,0.8204498814212782f,0.19289568006409752f,-0.20563665337194864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7900704175414333f,-0.3338967173875252f,-0.5141028276947522f,0.37429058071115506f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.6069330048297723f,0.3082114713466908f,0.7325558112380322f,-0.28210264044473193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7900704175414333f,-0.6062869128501858f,-0.09058098383488805f,0.16248266752509544f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.6069330048297723f,0.7528789656283402f,0.25456942228536394f,-0.01375414267428884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7285037998480074f,-0.5791495684075348f,-0.36587974939914336f,0.028160470636369738f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.6760785208937636f,0.5217186236801912f,0.5203148194039332f,-0.029181230538968598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8826504633254112f,-0.2950596017265943f,-0.36587974939914336f,0.028160470636369738f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.45686771870895165f,0.7214876134143471f,0.5203148194039332f,-0.029181230538968598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8180044573397293f,-0.4438476278543738f,-0.36587974939914336f,0.028160470636369738f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.5752118807642403f,0.6311923486040666f,0.5203148194039332f,-0.029181230538968598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7738833162627149f,-0.3217895419817606f,-0.5454870332843769f,0.03505608751168028f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.6115446544342725f,0.15572888007884256f,0.7757329769593756f,-0.038987435050281516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8372709469107037f,-0.037699575300820104f,-0.5454870332843769f,0.03505608751168028f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.5214015851684427f,0.35549786981299847f,0.7757329769593756f,-0.038987435050281516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8180044573397293f,-0.18251740818602408f,-0.5454870332843769f,0.03505608751168028f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.5752118807642403f,0.25955662327401663f,0.7757329769593756f,-0.038987435050281516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.724868780699267f,-0.4986061902047265f,-0.4753494691877605f,0.1875180157354998f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.6484218166618928f,0.26082202152886175f,0.7152069775683739f,0.08103001494846244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8553944820287708f,-0.07678720512388623f,-0.5122538484423449f,-0.1294587114836453f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.462802205775083f,0.5574405662975526f,0.6892562175095567f,-0.14186458884768072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8180044573397293f,-0.296256019734206f,-0.49305281516646926f,0.06273183127589953f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.5752118807642403f,0.42130344097609773f,0.7011666726601921f,-0.07562851021604647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8180044573397293f,-0.2521562918173221f,-0.5169970137914456f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.5752118807642403f,0.3585895520425941f,0.7352175361031297f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.777271632263844f,-0.537161229002034f,-0.32757689743772195f,-0.744479816940986f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.6172472468577124f,0.5501803369621296f,0.5624121558668618f,1.1690538731694518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5660073539818677f,-0.537161229002034f,-0.6253746791288153f,-0.6799848256462683f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.7971016340483705f,0.5501803369621296f,0.24885855785496808f,1.2369611505822213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.687946573810322f,-0.537161229002034f,-0.48804438900540936f,-0.6390256629428157f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.7243442924028761f,0.5501803369621296f,0.41548398631429057f,1.140684913928693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8029615379813786f,0.11431826463618613f,0.5849650441634522f,0.9181961676841478f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.5451443668459401f,-0.5376572461553392f,-0.6432280349555634f,-1.2490592525307935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9749472047068779f,0.11431826463618613f,0.19081216524324568f,1.0035590819086595f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.22222867069583363f,-0.5376572461553392f,-0.813350541634675f,-1.2122152924280747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9105377517281236f,0.11431826463618613f,0.3973063516336789f,0.9012816720513518f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.39300224109566884f,-0.5376572461553392f,-0.7459717984953843f,-1.1187415027051264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012781319645933271f,0f,-0.000008987685636941256f,0.40136211519626475f,0f,0.000015625f,0f,1.5567475f,0.000008987685636941256f,0f,0.000012781319645933271f,-0.5582264726716479f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67.mcfunction new file mode 100644 index 000000000..f4626649b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..a06fe2a99 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7142868594132997f,0.3894828696107994f,-0.07100578281848842f,-0.19451421203539548f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.11734307805255832f,-0.06838838205511796f,0.805293782217073f,0.07640439397642784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7924541888755396f,0.08472441251619722f,-0.06955668520994784f,-0.19451421203539548f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.08056140471760198f,-0.1058820032480555f,0.7888592152330512f,0.07640439397642784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.15565802014151256f,0.2909815330453308f,-0.7470239438175044f,-0.12889965640707146f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.748046620093447f,-0.22097993466541296f,-0.24194744695177986f,0.1780499885060608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.24995566109448106f,0.20499344061691055f,-0.7317785572089839f,-0.12889965640707146f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.7598403149879075f,0.08043057248660397f,-0.23700974395276397f,0.1780499885060608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3141388010361361f,-0.04192701196321769f,-0.8442082606082121f,0.6124007444096796f,-0.13662118301071993f,1.5505923252210574f,0.1356626084015305f,1.090734883228232f,0.8341343500684159f,0.1879143864460405f,-1.3077898605672664f,0.6240994122994946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5402932867892555f,-0.7791602062088104f,-0.3177932304362498f,0.4673193279867593f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.8369855107630506f,0.5365783570694149f,0.10741937207693432f,0.470225537299985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5402932867892555f,-0.7791602062088104f,-0.3177932304362498f,0.29003559325903483f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.8369855107630506f,0.5365783570694149f,0.10741937207693432f,0.19558966658085902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.58703663988726f,0.7228667945544707f,-0.36448810784498936f,0.2606773820540912f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.7827882130088223f,-0.6216655558652449f,0.02783074244807202f,-0.4069229184970192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9241078331836069f,-0.11477426492153586f,-0.36448810784498936f,-0.0425824614206006f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,0.1123877372094868f,-0.9932746076990595f,0.02783074244807202f,-0.3196795384826441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3507776244602989f,0.187188488452236f,-0.9175595500941379f,0.28931660364387624f,-0.563261264087618f,0.8249388779386759f,-0.047038240227467915f,1.2640597636434667f,0.7481255286089413f,0.5333257142274742f,0.39480612455653036f,-0.0646840602780504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.43833074398022626f,0.2762916924573996f,-0.8552947208774103f,0.33577570397415485f,-0.33026770891388707f,0.9345231564234664f,0.13262620614755363f,1.4401117692612888f,0.8359362411873965f,0.22434208429839275f,0.5008804546816932f,-0.01948941663034119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3507776244602989f,0.187188488452236f,-0.9175595500941379f,0.12047495152223385f,-0.563261264087618f,0.8249388779386759f,-0.047038240227467915f,1.2911922853237727f,0.7481255286089413f,0.5333257142274742f,0.39480612455653036f,-0.32624203239150373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.43833074398022626f,0.2762916924573996f,-0.8552947208774103f,0.16693405185251248f,-0.33026770891388707f,0.9345231564234664f,0.13262620614755363f,1.4672442909415948f,0.8359362411873965f,0.22434208429839275f,0.5008804546816932f,-0.28104738874379454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.4416438677734547f,0.388863042040625f,-0.808539565261351f,0.500605868566356f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.8624277144621983f,-0.06442473711907112f,-0.5020636319976259f,-0.3382657131809596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.4416438677734547f,0.388863042040625f,-0.808539565261351f,0.3927590491095308f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.8624277144621983f,-0.06442473711907112f,-0.5020636319976259f,-0.4096221258331856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.4416438677734547f,0.388863042040625f,-0.808539565261351f,0.24114009624945137f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.8624277144621983f,-0.06442473711907112f,-0.5020636319976259f,0.168410569065582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.4416438677734547f,0.388863042040625f,-0.808539565261351f,0.10016998670961706f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.8624277144621983f,-0.06442473711907112f,-0.5020636319976259f,0.1617362349980208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3344506731774631f,0.4841554694704247f,-0.808539565261351f,0.4822696228875557f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.8212241710372905f,-0.27115119459347325f,-0.5020636319976259f,-0.2783083507850603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.40607163226448295f,0.42587510009044216f,-0.808539565261351f,0.4397879634552893f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.8535309308196886f,-0.1393451095640913f,-0.5020636319976259f,-0.18139861430865328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2909810578455679f,0.5114624085717931f,-0.808539565261351f,0.4288781053051491f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.7944667813704287f,-0.34169378502434616f,-0.5020636319976259f,-0.16173180870522852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.43479000741511126f,0.39651156459673803f,-0.808539565261351f,0.44495705681728526f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.8611719958472062f,-0.07946636391513145f,-0.5020636319976259f,-0.1879695095774284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3674089464412232f,0.4596459914781549f,-0.808539565261351f,0.487760346564038f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.838138261417574f,-0.21320498158645113f,-0.5020636319976259f,-0.267575614975786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3674089464412232f,0.4596459914781549f,-0.808539565261351f,0.3843399984814533f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.838138261417574f,-0.21320498158645113f,-0.5020636319976259f,-0.2196044941188346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5525195275056122f,0.6983431275333815f,-0.45501543704787706f,0.3379403577038177f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.8323197197431066f,0.43322870913983635f,-0.34576982185232386f,0.1001639220105062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4364721616982214f,0.7761784615090858f,-0.45501543704787706f,0.3960372563151955f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.8898443841920392f,0.2976914547280508f,-0.34576982185232386f,0.0006671367009509731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6311542808404832f,0.7730014009750705f,-0.0641335159437807f,0.3747362192083406f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.7730306022783231f,0.6200642869452522f,-0.13395509694031543f,-0.041420655484899246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.36139282200398304f,0.9302054183548312f,-0.0641335159437807f,0.3713822755838339f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.9268061938634331f,0.3508365873452873f,-0.13395509694031543f,-0.011074964260074899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5024596636659702f,0.8622187532879166f,-0.0641335159437807f,0.43934538939263623f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.8605127378123695f,0.4915016379081265f,-0.13395509694031543f,0.08017801634452822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5024596636659702f,0.7351838126868748f,-0.45501543704787706f,0.2739290315380897f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.8605127378123695f,0.37411369710139275f,-0.34576982185232386f,-0.003997565503285019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.4416438677734547f,0.388863042040625f,-0.808539565261351f,0.15510906737836833f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.8624277144621983f,-0.06442473711907112f,-0.5020636319976259f,-0.06309386353761004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5402932867892555f,0.31779323043624963f,-0.7791602062088105f,0.03593660596477473f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.8369855107630506f,-0.1074193720769342f,0.5365783570694149f,-0.022811599008759717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5689250522840894f,-0.47375833309771154f,-0.6722182136062843f,0.33569430181206694f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.8178650389332812f,0.4115632793405554f,0.4021348594552709f,-0.3848087441576208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5689250522840894f,-0.7736486344664943f,-0.27891230749408474f,0.07103922294807374f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.8178650389332812f,0.5677879812449804f,0.09334659310554569f,-0.19315086545154278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.4979794113756084f,-0.4263708550914017f,-0.7551320412845888f,0.4537128425862418f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.8628994396056785f,0.1571280461295308f,0.48032836086131975f,-0.11755847492756827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.4979794113756084f,-0.8480823388296195f,-0.18103273850683854f,0.15539581091955365f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.8628994396056785f,0.46386086722668396f,0.20059325258820357f,0.04941594515366198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.41465304713514406f,-0.7346231039047914f,-0.5370211780840959f,0.03717818895443685f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.9032512404134441f,0.260640442162526f,0.3408867210685941f,-0.016196869706781816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6409023078671506f,-0.5485002151865849f,-0.5370211780840959f,0.03717818895443685f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.7596342439473391f,0.5538520188837963f,0.3408867210685941f,-0.016196869706781816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5359194988939174f,-0.6514587822682739f,-0.5370211780840959f,0.03717818895443685f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.8442690866692281f,0.41352866006337463f,0.3408867210685941f,-0.016196869706781816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4812589781983784f,-0.3568820979871599f,-0.8006403462477619f,0.047299252785045535f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.8609715718073184f,0.020860526257143963f,0.5082251380873545f,-0.022621451089681874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5742963768039163f,-0.17075920926895344f,-0.8006403462477619f,0.047299252785045535f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.8019139125534648f,0.3140721029784142f,0.5082251380873545f,-0.022621451089681874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5359194988939174f,-0.2678905124590203f,-0.8006403462477619f,0.047299252785045535f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.8442690866692281f,0.17004975245732362f,0.5082251380873545f,-0.022621451089681874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.42186872598160574f,-0.560446106718139f,-0.7126899322307966f,0.1422883357898999f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.8763060992565376f,0.05036289595877524f,0.479115016584157f,0.1465704576170379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6134482436054555f,-0.2840893985363176f,-0.736868011286048f,-0.06538047003149311f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.7546965310460446f,0.4857257183474511f,0.4410257051044975f,-0.18058381346728797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5359194988939174f,-0.43483072510418896f,-0.7236798540865f,0.08688180656043869f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.8442690866692281f,0.2760189470170842f,0.45937267026052786f,-0.04589668726085893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5359194988939174f,-0.3701032077217565f,-0.7588240285727377f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.8442690866692281f,0.23493164531675428f,0.481681254901486f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4822094653701623f,-0.7067074128886062f,-0.5177245059640461f,-1.1348989888899257f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.8675363886217965f,0.30299376510257053f,0.3944304662751342f,0.7955761693399354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.21823036267667031f,-0.7067074128886062f,-0.6730082773445674f,-1.1012686998175032f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.9529485025803582f,0.30299376510257053f,-0.009161317526496682f,0.882983296535753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35872308343917403f,-0.7067074128886062f,-0.6098215984828552f,-1.0266106045812862f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.9323426900887226f,0.30299376510257053f,0.19731164828030942f,0.8096829856957978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5335158406554386f,0.3112046536218063f,0.7864556639339895f,1.326005995442394f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.810734518785899f,-0.4530956229505023f,-0.37069380425371734f,-0.8030823860186872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8159000865213388f,0.3112046536218063f,0.4872973551935238f,1.3907956403094357f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.5781130364033182f,-0.4530956229505023f,-0.6785938944638628f,-0.736399506364651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6910895452484463f,0.3112046536218063f,0.6523395618942845f,1.2605498835917721f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.7112840496430525f,-0.4530956229505023f,-0.537381947209316f,-0.6891336541102717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000837374217021746f,0f,-0.00001319170447920669f,0.5843029960683611f,0f,0.000015625f,0f,1.5567475f,0.00001319170447920669f,0f,0.00000837374217021746f,-0.36235114335653307f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68.mcfunction new file mode 100644 index 000000000..bdff7c464 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..2f9b52c62 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6153547653934501f,0.3860838512649514f,-0.3731249347664121f,-0.20894979050281615f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.3812002468584402f,0.0855168773564768f,0.7171594522326996f,-0.0036599387269756894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7016439833760958f,0.11873524337029262f,-0.3655101401793425f,-0.20894979050281615f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.3770537123389556f,-0.06550699710590752f,0.7025235450442773f,-0.0036599387269756894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42950297161455336f,0.35331316560866627f,-0.5980313109079622f,-0.18712030014312447f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.6319259153111806f,-0.09312459989564706f,-0.5088633322384769f,0.11533825515940688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5211586281231301f,0.15874788331509f,-0.5858265902771875f,-0.18712030014312447f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.606818606444231f,0.15261224469045803f,-0.4984783662744264f,0.11533825515940688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0876499160959896f,1.0860664990850786f,-0.2808620116382212f,-0.03128677491287041f,1.0821990052026023f,1.1188597855943305f,0.13566260840153085f,1.2202526950039487f,0.2954136475433812f,-0.10009290556722984f,-1.5310514155639008f,0.8879797422371078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.17975168744846126f,-0.9250107618366908f,-0.3347303711134315f,0.2523537728216964f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.9798729059608965f,0.19839871648015586f,-0.022068925274571837f,0.6130391370717789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.17975168744846126f,-0.9250107618366908f,-0.3347303711134315f,0.19337275037767004f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.9798729059608965f,0.19839871648015586f,-0.022068925274571837f,0.29151833980335984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.24364818949239642f,0.9054733224035711f,-0.3474962189326901f,0.3963072090473345f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.9476312377463857f,-0.2985339652939638f,-0.11345707916703736f,-0.2765493720293333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8969987964923455f,0.27320237355990906f,-0.3474962189326901f,0.08271311779221108f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.24899688736539144f,-0.9618357662663783f,-0.11345707916703736f,-0.3117159179288171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01717334451170078f,-0.030854999068014755f,-0.9993763281521109f,0.2915498510636054f,-0.6216377670080357f,0.7825295536080791f,-0.034842278329695275f,1.2664489665089937f,0.7831165704207423f,0.6218484274824966f,-0.005741983106976711f,0.044257009832776376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.07186242417602107f,0.1726096342097801f,-0.9823653628714277f,0.3177743739599928f,-0.363548038900055f,0.9216898141033791f,0.13535401726584573f,1.4401117692612888f,0.9287995560956464f,0.3474101333525617f,0.12898675839203644f,0.11020257707633192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01717334451170078f,-0.030854999068014755f,-0.9993763281521109f,0.23537744873596128f,-0.6216377670080357f,0.7825295536080791f,-0.034842278329695275f,1.2935814881892997f,0.7831165704207423f,0.6218484274824966f,-0.005741983106976711f,-0.26195327328000373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.07186242417602107f,0.1726096342097801f,-0.9823653628714277f,0.26160197163234866f,-0.363548038900055f,0.9216898141033791f,0.13535401726584573f,1.4672442909415948f,0.9287995560956464f,0.3474101333525617f,0.12898675839203644f,-0.1960077060364482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7374944741496005f,0.38399748217832597f,-0.5555608286043128f,0.5918385774043502f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.6284367662805797f,0.08894349834955033f,-0.7727588788801791f,-0.12147850284265893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7374944741496005f,0.38399748217832597f,-0.5555608286043128f,0.5194111072310151f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.6284367662805797f,0.08894349834955033f,-0.7727588788801791f,-0.2286089637668912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7374944741496005f,0.38399748217832597f,-0.5555608286043128f,0.15856057384145994f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.6284367662805797f,0.08894349834955033f,-0.7727588788801791f,0.24772809734718165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7374944741496005f,0.38399748217832597f,-0.5555608286043128f,0.03082101810690485f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.6284367662805797f,0.08894349834955033f,-0.7727588788801791f,0.1877303938939928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6226903376254403f,0.5510071770389242f,-0.5555608286043128f,0.5519971738022001f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.6312868882787427f,-0.06573111743451834f,-0.7727588788801791f,-0.07306604814268422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7012204992473092f,0.44681313449342985f,-0.5555608286043128f,0.4757297891813327f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.633797311315865f,0.033833168350433575f,-0.7727588788801791f,0.0002788525330845379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5722973731213049f,0.6031814672542115f,-0.5555608286043128f,0.45813689784169387f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.6231558067164807f,-0.1205012683227048f,-0.7727588788801791f,0.014289506401150204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.730680470039183f,0.3968100508099662f,-0.5555608286043128f,0.483016277193827f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.6298933304003235f,0.07796221795868336f,-0.7727588788801791f,-0.0038203282706880323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6596098129372321f,0.5062282690618918f,-0.5555608286043128f,0.5529735685427338f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.6343342761147568f,-0.021534652488855582f,-0.7727588788801791f,-0.06104996235097074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6596098129372321f,0.5062282690618918f,-0.5555608286043128f,0.43907220800380836f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.6343342761147568f,-0.021534652488855582f,-0.7727588788801791f,-0.05620466554097824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8284718894631348f,0.4799989567553224f,-0.2885053377031104f,0.274085646664315f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.5582725790486681f,0.6670616461091701f,-0.4933158093680687f,0.22161578222255568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7431836457136741f,0.6036909299140966f,-0.2885053377031104f,0.3657728883560035f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.6557507489582908f,0.5715159380701188f,-0.4933158093680687f,0.15184250921514741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8785086996585062f,0.47765727833531835f,-0.008123366150631556f,0.3621570595908666f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.47344957799788434f,0.8682478968057693f,-0.14829392025967641f,0.10481015635833052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6879072069397064f,0.7257531850173273f,-0.008123366150631556f,0.3474698270962088f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.7185806617353668f,0.6794488544356955f,-0.14829392025967641f,0.13157571473839463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7929707389551439f,0.6092055630764677f,-0.008123366150631556f,0.37543831019735047f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.6034445233073147f,0.7834944929636866f,-0.14829392025967641f,0.241865583995881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7929707389551439f,0.5366209810264108f,-0.2885053377031104f,0.2546985894664082f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.6034445233073147f,0.6264935909631757f,-0.4933158093680687f,0.10090452602916669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7374944741496005f,0.38399748217832597f,-0.5555608286043128f,0.16744796501260095f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.6284367662805797f,0.08894349834955033f,-0.7727588788801791f,0.0009151023049552504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.17975168744846126f,0.3347303711134313f,-0.925010761836691f,0.041924075845064204f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.9798729059608965f,0.022068925274571882f,0.19839871648015586f,-0.0073607446730092055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.21351499676061284f,-0.5950139159272549f,-0.7748353283190106f,0.45719549348653604f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.9731342575328991f,0.1994736346838541f,0.1149781974197959f,-0.22746585366788358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.21351499676061284f,-0.93183415198832f,-0.2934219817030138f,0.13941046193355205f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.9731342575328991f,0.2293480203671482f,-0.020228751062866354f,-0.15138874173867667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.13074896055676807f,-0.45406169762355275f,-0.881324392073964f,0.464222302232075f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.9876657563868031f,-0.017587032241806286f,0.1555861496336023f,0.06459870482707436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.13074896055676807f,-0.9609433292869229f,-0.24391110514342967f,0.12475136634681666f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.9876657563868031f,0.10487361669158274f,0.11626641038111996f,0.10500900095409793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.03832838730951482f,-0.7784821826860555f,-0.6264953519114141f,0.040545758872860264f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.9931419271852019f,-0.039623681324958276f,0.10999580148860659f,-0.0007731491797508369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.30227349042013946f,-0.7184248819623518f,-0.6264953519114141f,0.040545758872860264f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.9468002375348831f,0.30244046332917796f,0.10999580148860659f,-0.0007731491797508369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.17292810535247283f,-0.759999634481884f,-0.6264953519114141f,0.040545758872860264f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.9849344497880069f,0.1334355772486296f,0.10999580148860659f,-0.0007731491797508369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.11603166592083594f,-0.3378049913729805f,-0.9340366375614695f,0.052353113414997376f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.9794993129454185f,-0.11699479143509953f,0.16399181295573975f,-0.002846204346656776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.22457021180881834f,-0.27774769064927674f,-0.9340366375614695f,0.052353113414997376f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.9604428517746665f,0.22506935321903668f,0.16399181295573975f,-0.002846204346656776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.17292810535247283f,-0.312524287171522f,-0.9340366375614695f,0.052353113414997376f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.9849344497880069f,0.054870893051649966f,0.16399181295573975f,-0.002846204346656776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.05528624071142929f,-0.5372094013233728f,-0.8416350103921422f,0.07553887745956031f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.9709938378504518f,-0.16745840962656186f,0.1706711689237318f,0.18979659517514205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.2787852053909515f,-0.44803585558383185f,-0.8494366847307624f,0.008529236635477076f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.9317534066536471f,0.34044108438338894f,0.12623572098730815f,-0.19186550411771067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.17292810535247283f,-0.5072787429314085f,-0.844253603693306f,0.09782390508866956f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.9849344497880069f,0.08906455847858065f,0.14822831728050964f,-0.00924325732247792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.17292810535247283f,-0.43176684426563755f,-0.8852532194644065f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.9849344497880069f,0.0758066918554259f,0.1554267515285977f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.11440336981273315f,-0.7688543160591563f,-0.6291064374592726f,-1.3526912528081505f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.9859296237820513f,0.010179872295134562f,0.16685067320522695f,0.3019329905480632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.16218720412440818f,-0.7688543160591563f,-0.6185130164317597f,-1.3549855029300653f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.9640698369840462f,0.010179872295134562f,-0.2654537994032278f,0.3955585140130813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.024472001300423735f,-0.7688543160591563f,-0.6389555241404199f,-1.257995049248045f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.9986722502935267f,0.010179872295134562f,-0.05049858110599029f,0.3563205394464708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1835116821065188f,0.4606367314106078f,0.8684107692824792f,1.5321834058308514f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.9530231239123834f,-0.2999296278264682f,-0.04229826994284763f,-0.23589665020769673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5333243162963972f,0.4606367314106078f,0.7094920544462298f,1.5666009259068185f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.8458562571099022f,-0.2999296278264682f,-0.4411002274539238f,-0.1495268705809518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.36712021414364754f,0.4606367314106078f,0.8081067689621674f,1.4281761505245099f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.9212776493519459f,-0.2999296278264682f,-0.2475675890669643f,-0.1555766220342796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000002702001646132388f,0f,-0.00001538960077793761f,0.6783905428296363f,0f,0.000015625f,0f,1.5567475f,0.00001538960077793761f,0f,0.000002702001646132388f,-0.11177930803848013f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69.mcfunction new file mode 100644 index 000000000..bbcbcf2db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..cd9678733 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4237118890863344f,0.324384461878774f,-0.6182130703753784f,-0.1917963882451399f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.5868929634475555f,0.2261605567113726f,0.5209150568837423f,-0.08299129809067668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5050729481987547f,0.13473761137472567f,-0.6055964771024116f,-0.1917963882451399f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.6159343296117541f,-0.015329734801013309f,0.5102841373555027f,-0.08299129809067668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6378661046478279f,0.36214562811472195f,-0.3590568492916468f,-0.2169501803556887f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.42063047631978795f,0.04850699058418998f,-0.6983276585528443f,0.03534881995913886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7130434976814211f,0.08863165056749911f,-0.3517291584897765f,-0.2169501803556887f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.36249704441325714f,0.20158327858272967f,-0.6840760736844189f,0.03534881995913886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06195706447101984f,1.5273602122367729f,0.32363305492204447f,-0.5127599795096706f,1.5538914178273906f,-0.09177890979999269f,0.13566260840153122f,1.5834435489143854f,0.1516213499627157f,0.3164706365398945f,-1.5225844976366723f,0.8105170627302445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.20712515515010868f,-0.9308339383469096f,-0.30107698239092506f,-0.00023940892963258964f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.9744540784874702f,-0.16898266016443916f,-0.14793278704494436f,0.6629474737280626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.20712515515010868f,-0.9308339383469096f,-0.30107698239092506f,0.06772353260399683f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.9744540784874702f,-0.16898266016443916f,-0.14793278704494436f,0.34320472922436146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.13576403889230365f,0.9509203563551795f,-0.2780622261526866f,0.4717797204699946f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.968987888850691f,0.06895608666417818f,-0.23729207608481923f,-0.10470365068114881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7344822182042624f,0.6190454502932389f,-0.2780622261526866f,0.1952349562432825f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.5719634271245986f,-0.7852071756289806f,-0.23729207608481923f,-0.2566935628444874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2842724101794803f,-0.2879740854319321f,-0.9144725927715889f,0.25470791398828574f,-0.6765516513512077f,0.7360816910969631f,-0.021485043304332457f,1.2690655856244726f,0.6793136682451659f,0.6125803377121055f,-0.40407705946244876f,0.14595165306874042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2957463269728932f,0.016445592368348527f,-0.9551249408185807f,0.251821931677235f,-0.3963085536667488f,0.9076349302277826f,0.13834147505711397f,1.4401117692612888f,0.8691798665251125f,0.4194381669830041f,-0.2619121679214718f,0.2229593583285445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2842724101794803f,-0.2879740854319321f,-0.9144725927715889f,0.31943452497269464f,-0.6765516513512077f,0.7360816910969631f,-0.021485043304332457f,1.2961981073047786f,0.6793136682451659f,0.6125803377121055f,-0.40407705946244876f,-0.15856524645859404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2957463269728932f,0.016445592368348527f,-0.9551249408185807f,0.3165485426616439f,-0.3963085536667488f,0.9076349302277826f,0.13834147505711397f,1.4672442909415948f,0.8691798665251125f,0.4194381669830041f,-0.2619121679214718f,-0.08155754119878995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9212995403603117f,0.3211499449448663f,-0.21924842027660787f,0.5934839360790395f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,0.30006336921768095f,0.228533859810444f,-0.9261394330088067f,0.11316689433323524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9212995403603117f,0.3211499449448663f,-0.21924842027660787f,0.5673343863235109f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,0.30006336921768095f,0.228533859810444f,-0.9261394330088067f,-0.0134777863333089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9212995403603117f,0.3211499449448663f,-0.21924842027660787f,0.05222045611735636f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,0.30006336921768095f,0.228533859810444f,-0.9261394330088067f,0.2894541237486228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9212995403603117f,0.3211499449448663f,-0.21924842027660787f,-0.0430265591651956f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,0.30006336921768095f,0.228533859810444f,-0.9261394330088067f,0.18531419577340472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8162398031788592f,0.5344929502928445f,-0.21924842027660787f,0.538202803039275f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.34643754933794346f,0.14915352840226712f,-0.9261394330088067f,0.142748975749295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8898036554762653f,0.4002244181797108f,-0.21924842027660787f,0.43974397298506074f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,0.31883957580096806f,0.20151197366207477f,-0.9261394330088067f,0.18150522939178554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7665496342220695f,0.6035990295554023f,-0.21924842027660787f,0.41814004587152465f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.3581188364216904f,0.11839193226778816f,-0.9261394330088067f,0.18775651572118213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9155543826114112f,0.33717992628157717f,-0.21924842027660787f,0.44804265279397315f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,0.3040061339192526f,0.2232622251201386f,-0.9261394330088067f,0.18049127463569842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8515358274959075f,0.47625294193009676f,-0.21924842027660787f,0.5345275718282665f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,0.33518922069181023f,0.1729564597178807f,-0.9261394330088067f,0.15423080225855684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8515358274959075f,0.47625294193009676f,-0.21924842027660787f,0.42737065989399486f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,0.33518922069181023f,0.1729564597178807f,-0.9261394330088067f,0.11531559882203375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.978683708879317f,0.189654822727371f,-0.07879877023452787f,0.16898110160186552f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,0.20052965397290368f,0.7996257164525933f,-0.5660270059504091f,0.30932488412497794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9369659376548514f,0.3404197195875871f,-0.07879877023452787f,0.28033607415487927f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,0.32314982235828715f,0.7584112478363062f,-0.5660270059504091f,0.2797456683998443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.992630181591003f,0.11084017824895007f,0.048987523721388676f,0.29491172014451555f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,0.10304057878654702f,0.9847463331945373f,-0.14020448774289246f,0.23488291127445438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.909795903734891f,0.4121548690320903f,0.048987523721388676f,0.27113483950903244f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.4023007660032961f,0.9047081271271494f,-0.14020448774289246f,0.25403414781402905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9630700328909296f,0.26475712316595057f,0.048987523721388676f,0.2549748052534473f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,0.2558202441092636f,0.9565033739201498f,-0.14020448774289246f,0.3666616071686225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9630700328909296f,0.2574623575534684f,-0.07879877023452787f,0.19704577480391697f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,0.2558202441092636f,0.7836896268540834f,-0.5660270059504091f,0.190331441126454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9212995403603117f,0.3211499449448663f,-0.21924842027660787f,0.15447038369835586f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,0.30006336921768095f,0.228533859810444f,-0.9261394330088067f,0.0646417741029165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.20712515515010868f,0.30107698239092484f,-0.9308339383469098f,0.04156651530175906f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.9744540784874702f,0.14793278704494434f,-0.1689826601644392f,0.009166978961062371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.17334093204383422f,-0.6261350106076173f,-0.7602025189181983f,0.5093755674827003f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.9810870798782166f,-0.04226392755616945f,-0.1888965381460464f,-0.036124300698190316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.17334093204383422f,-0.9489340256463282f,-0.26358515938654165f,0.18657342961242454f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.9810870798782166f,-0.1429671858461768f,-0.13049339242758098f,-0.08685725867423963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2554010762685301f,-0.4131158793226064f,-0.8741313176476326f,0.40459928062535755f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.9629897337285936f,-0.18925273895869174f,-0.19192231118336803f,0.23658985750117584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2554010762685301f,-0.9284245149484551f,-0.26981143467911545f,0.07533542481135928f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.9629897337285936f,-0.2691439719215993f,0.014570350428100731f,0.14461800529417987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.342937639021616f,-0.7046728448946505f,-0.6211521209899873f,0.03778235534006953f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.9328417489312778f,-0.3332277397658646f,-0.13698738957060258f,0.014732615083107125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.08124366136977904f,-0.7794674528656557f,-0.6211521209899873f,0.03778235534006953f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.9905551071465525f,0.005919020570493122f,-0.13698738957060258f,0.014732615083107125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.21536249034086186f,-0.7535177770589242f,-0.6211521209899873f,0.03778235534006953f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.9765341764394025f,-0.1661789918866094f,-0.13698738957060258f,0.014732615083107125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.26589707332541157f,-0.2677540852887026f,-0.92607045963479f,0.04948900774340016f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.9498320893473184f,-0.23687073105525724f,-0.20423334403435592f,0.01731437194934269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.15828422706598344f,-0.3425486932597077f,-0.92607045963479f,0.04948900774340016f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.9735647667305118f,0.10227602928110048f,-0.20423334403435592f,0.01731437194934269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.21536249034086186f,-0.30985884132293423f,-0.92607045963479f,0.04948900774340016f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.9765341764394025f,-0.06833552100015214f,-0.20423334403435592f,0.01731437194934269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.31882058882657993f,-0.4328933594796074f,-0.843182525589052f,-0.002468522332512234f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.9188248112103985f,-0.3594990947740111f,-0.16285382144991872f,0.20426153809618958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.097227794041757f,-0.5439489732784645f,-0.8334664183607389f,0.08098444267457175f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.9676943513430909f,0.14406864438238598f,-0.206910289943483f,-0.17414545527407893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.21536249034086186f,-0.5029522823172251f,-0.8370531640619231f,0.09396759018958535f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.9765341764394025f,-0.11091988243299264f,-0.1846016845179613f,0.02872361757663401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.21536249034086186f,-0.42808440680446813f,-0.8777031037913954f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.9765341764394025f,-0.09440870186607522f,-0.19356652411452852f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2698524353887445f,-0.7147456759996429f,-0.6452273101431595f,-1.3657040649297931f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.9551570641471956f,-0.2835122709205935f,-0.08541530920835072f,-0.2361981440215406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5172542077839528f,-0.7147456759996429f,-0.4707299684209715f,-1.4034954966571052f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.8295682155759907f,-0.2835122709205935f,-0.48107937800690903f,-0.15050794670749254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.40310860509132707f,-0.7147456759996429f,-0.5715260896417048f,-1.2988708673471934f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.914028771349846f,-0.2835122709205935f,-0.29012445154129807f,-0.14983437763332186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19341929102810473f,0.540165105579496f,0.8190303025972099f,1.5064998436569836f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.9510618224066549f,-0.10181178068899523f,0.29174607327857627f,0.3656384002592255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1708397531747125f,0.540165105579496f,0.8240360656242511f,1.5054157299976436f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.9852519539590854f,-0.10181178068899523f,-0.1375243561437035f,0.45860683155999393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.011563879032959329f,0.540165105579496f,0.8414796108141913f,1.3797358452051849f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.9916632672081969f,-0.10181178068899523f,0.07898307276182853f,0.40027515499533545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000033650389115759665f,0f,-0.000015258346506865666f,0.669812867528054f,0f,0.000015625f,0f,1.5567475f,0.000015258346506865666f,0f,-0.0000033650389115759665f,0.15510984752779391f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..1c0e8fff0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3849309306767171f,-0.06787370878752498f,-0.7170535424277794f,0.07713847623505082f,-0.20565183015653207f,0.7895441098728194f,0.03566325507929042f,1.5127459686152989f,0.6902752695889299f,0.19737705708873035f,-0.38923873647591495f,-0.26810660219899013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37381611637116596f,0.08287303780939959f,-0.7024197966639473f,0.07713847623505082f,0.10985919993273079f,0.7916504731717271f,0.03493543354706f,1.5127459686152989f,0.6987077123742942f,-0.08013481098263471f,-0.38129508879273305f,-0.26810660219899013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19310963280432936f,0.791755637663383f,0.05268893992927931f,1.5143054397536193f,-0.553386221207088f,0.17323982449550518f,-0.575061820877852f,-0.28512710619114984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12203924349721833f,0.7889502225227216f,0.05161365544092668f,1.5143054397536193f,-0.5657713116805789f,-0.05066352047787484f,-0.5633258653497326f,-0.28512710619114984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1911216351696983f,1.5480768985191093f,-0.09130545899077415f,-0.059151606400720425f,1.1436382218293697f,0.2028340329299241f,1.045158467724555f,1.581192181434068f,1.0473635415370433f,0.06101246886364792f,-1.157891765452257f,0.4051651986363084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9353005828661072f,-0.2399312602632527f,-0.2600880813086356f,-0.30039453932379784f,-0.26675767878949874f,0.00484163132362281f,-0.9637514718084558f,1.6348571162359207f,0.23249335581293235f,0.9707778061712233f,-0.05947512545785715f,0.3698698305036378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14531450575722815f,-0.957654173623554f,-0.24856021032723713f,-0.2984375f,-0.09500865724492537f,0.23655912847523594f,-0.9669607715846351f,1.6540176662519714f,0.9848132053669105f,0.16412879843715628f,-0.05660996430423291f,0.039513813443758136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9175311314602431f,0.300303182300493f,0.2606810723882397f,0.3116812311933544f,0.269319038346132f,0.013045269071857477f,-0.9629626558383025f,1.6353699407402849f,-0.29258140471602145f,0.9537545908959177f,-0.06890792377774718f,0.3707804856352404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10878294243686794f,0.9622785348093614f,0.24937179648052732f,0.2984375f,0.09495487483244548f,0.23965456077120834f,-0.9662035309639028f,1.6540176662519714f,-0.9895200064578439f,0.1287855308126955f,-0.06530270953766465f,0.03951381344375822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.537604368010414e-17f,1.0355467512070952e-16f,-0.15625000000000003f,0f,0.8455880927693462f,-0.533835908652368f,1.3462392733737039f,-1.2246467991473532e-16f,-0.533835908652368f,-0.8455880927693462f,0.26694609330440333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0770930159967185e-17f,1.2069037362983159e-16f,-0.15625000000000003f,0f,0.9855116896876789f,-0.16960751601546437f,1.5299626682150471f,-1.2246467991473532e-16f,-0.16960751601546437f,-0.9855116896876789f,0.22898523599095577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1300145133498285e-17f,1.112020365636376e-16f,0.15624999999999997f,0f,0.9080335378417742f,-0.41889747451441056f,1.3426745034031504f,-1.2246467991473532e-16f,-0.41889747451441056f,-0.9080335378417742f,0.21810149484225919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1173789378380627e-17f,1.219538611834253e-16f,0.15624999999999997f,0f,0.99582884851644f,0.091240914410263f,1.5299626682150471f,-1.2246467991473532e-16f,0.091240914410263f,-0.99582884851644f,0.22898523599095577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,0.29375f,0f,0.9010391739968064f,0.43373771674037376f,2.1844075768948596f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.28757251913540005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,0.33125f,0f,0.9010391739968064f,0.43373771674037376f,2.112440591089669f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.14888288198065275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,-0.29375f,0f,0.9010391739968064f,0.43373771674037376f,2.1844075768948596f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.2875725191354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,-0.33125f,0f,0.9010391739968064f,0.43373771674037376f,2.112440591089669f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.1488828819806527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988293446978642f,0.147781040599929f,0.037905496940101986f,0.19310494752133348f,0.12156278726534911f,0.6126446145719353f,0.7809539454976102f,2.2488476166131703f,0.09218758816323061f,0.7764195645881208f,-0.6234373331085006f,0.3436564386071876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992439626967223f,-0.008641545919303092f,0.037905496940101986f,0.07791993555447538f,0.02422741509189328f,0.6241185523357569f,0.7809539454976102f,2.2579277332469636f,-0.030406173256702446f,0.7812818673913046f,-0.6234373331085006f,0.348027379594146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9754536013353856f,0.2093563541309451f,0.06826557424372076f,0.05765010379883527f,0.11171517515272157f,0.20333778431292743f,0.972714482832093f,2.2986914427347505f,0.18976298712452694f,0.9564641459331907f,-0.2217348557666765f,0.30784766189976676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9924061752004352f,-0.10232201521284791f,0.06826557424372076f,0.08634538302901777f,0.04341261434680811f,0.2279076124315929f,0.972714482832093f,2.299211646496097f,-0.11508835014726097f,0.9682914465172728f,-0.2217348557666765f,0.31896413449445843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0541842677081735f,0.06826557424372076f,0.14265826719353444f,0.07853073845442808f,0.218310462430219f,0.972714482832093f,2.349682848269019f,0.03780273286018052f,0.9743739565107603f,-0.2217348557666765f,0.4167760018721992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07848118752681997f,0.037905496940101986f,0.12499999999999997f,0.07853073845442808f,0.6196320344603867f,0.7809539454976102f,2.2102656405154324f,0.03780273286018052f,0.7809589266247376f,-0.6234373331085006f,0.2410602433816335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988293446978642f,-0.14778104059992916f,-0.037905496940101834f,-0.19310494752133356f,-0.12156278726534911f,0.6126446145719353f,0.7809539454976102f,2.2488476166131703f,-0.09218758816323086f,0.7764195645881208f,-0.6234373331085006f,0.34365643860718753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992439626967223f,0.008641545919302926f,-0.037905496940101834f,-0.07791993555447546f,-0.02422741509189328f,0.6241185523357569f,0.7809539454976102f,2.2579277332469636f,0.030406173256702196f,0.7812818673913046f,-0.6234373331085006f,0.34802737959414587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9754536013353856f,-0.2093563541309453f,-0.06826557424372069f,-0.057650103798835325f,-0.11171517515272157f,0.20333778431292743f,0.972714482832093f,2.2986914427347505f,-0.1897629871245272f,0.9564641459331906f,-0.2217348557666765f,0.30784766189976676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9924061752004352f,0.1023220152128477f,-0.06826557424372069f,-0.08634538302901784f,-0.04341261434680811f,0.2279076124315929f,0.972714482832093f,2.299211646496097f,0.11508835014726074f,0.968291446517273f,-0.2217348557666765f,0.3189641344944584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05418426770817371f,-0.06826557424372069f,-0.14265826719353453f,-0.07853073845442808f,0.218310462430219f,0.972714482832093f,2.349682848269019f,-0.03780273286018077f,0.9743739565107603f,-0.2217348557666765f,0.41677600187219915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07848118752682014f,-0.037905496940101834f,-0.12500000000000003f,-0.07853073845442808f,0.6196320344603867f,0.7809539454976102f,2.2102656405154324f,-0.03780273286018077f,0.7809589266247376f,-0.6234373331085006f,0.24106024338163345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.311755064755802e-17f,1.1034547403415643e-16f,-5.74691690259384e-18f,0f,0.9010391739968064f,0.43373771674037376f,1.7349287601939323f,-1.2246467991473532e-16f,0.43373771674037376f,-0.9010391739968064f,0.046927137739592055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1173789378380627e-17f,1.219538611834253e-16f,-1.5567458857011047e-18f,0f,0.99582884851644f,0.091240914410263f,1.3614929420002673f,-1.2246467991473532e-16f,0.091240914410263f,-0.99582884851644f,0.012711794835743431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963154193597725f,-0.08572238833834324f,0.002693934581792356f,0.1529151890491221f,-0.08063334165464274f,0.9255410288682282f,-0.3699622522571014f,0.8432969584454795f,0.029220700873975554f,-0.3688163174523488f,-0.9290428809378617f,0.3545576270409184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963154193597725f,-0.07859457802988888f,0.034328959353065285f,0.12499999999999999f,-0.08063334165464274f,0.7220196152307239f,-0.6871578708242256f,1.0977684447017095f,0.029220700873975554f,-0.6873940409447707f,-0.7256966191970667f,0.10495899411367851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14869704564242733f,0.08968209533825403f,-0.1375270325674399f,0.163258677803187f,0.9688088633562264f,0.18642958564662318f,1.1324068445064632f,-0.059163280242063854f,0.1982386816431906f,-0.9783665628849795f,0.37787703033849157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.163258677803187f,0.21012816625240865f,-0.9639464496896886f,1.0871023355728893f,-0.059163280242063854f,-0.9732117235664993f,-0.2221680611242819f,0.044341213173989716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.726176205014342e-17f,-3.53637683828697e-18f,0.10366423574419037f,0.7874080449964436f,-0.6076531057292898f,1.2756121410077388f,-0.07931464608153273f,-0.602454549173141f,-0.7942025579772131f,0.028876708294580396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.519679883647372e-18f,-0.10366423574419037f,0.695176076997844f,-0.7113254868184188f,1.2377340861984325f,0.07931464608153248f,-0.7071231356983647f,-0.7026279654817855f,0.028740367313236034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.441604309233229e-17f,9.726176205014342e-17f,-3.53637683828697e-18f,0f,0.7942025579772131f,-0.6076531057292898f,1.2756121410077388f,-1.2246467991473532e-16f,-0.6076531057292898f,-0.7942025579772131f,0.028876708294580396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1833593804771267e-16f,-3.65090825629994e-18f,0.08421739706068745f,0.9626092532060769f,-0.2574701063703537f,1.3005476902006208f,-0.022439998356026856f,-0.25649035488326416f,-0.9662862641710471f,0.029811928295095734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1833593804771267e-16f,-3.65090825629994e-18f,-0.08421739706068745f,0.9626092532060769f,-0.2574701063703537f,1.3005476902006208f,0.022439998356026614f,-0.25649035488326416f,-0.9662862641710471f,0.029811928295095734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.153099416425822e-17f,1.1833593804771267e-16f,-3.65090825629994e-18f,0f,0.9662862641710471f,-0.2574701063703537f,1.3005476902006208f,-1.2246467991473532e-16f,-0.2574701063703537f,-0.9662862641710471f,0.029811928295095734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1513752686088662e-16f,-0.19375f,0.12271671287794031f,0.9321259765427267f,-0.3407077519439516f,1.3128281330774036f,-0.04447128552109799f,-0.33779294989505365f,-0.9401692548500502f,0.030679812359976508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12271671287794034f,0.898884318604895f,-0.4206513879052897f,1.3134830747973194f,0.04447128552109777f,-0.4184486954531916f,-0.9071510315474612f,0.01781176369891245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1600787507636256e-17f,1.1106284957270972e-16f,-0.007812500000000009f,0f,0.9068969898099272f,-0.42135240580029065f,1.1727434321194419f,-1.2246467991473532e-16f,-0.42135240580029065f,-0.9068969898099272f,0.07612688832497667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.172466578628507e-17f,1.1513752686088662e-16f,0f,0f,0.9401692548500502f,-0.3407077519439516f,1.3828125f,-1.2246467991473532e-16f,-0.3407077519439516f,-0.9401692548500502f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8038207364254807f,0.21777454783469402f,-0.5535760742732581f,-1.0937953302836372f,-0.1339030652894199f,0.972937431694704f,0.18831548824621558f,2.3861239921086037f,0.5796052042541497f,-0.07724636122632421f,0.8112279623378356f,-0.5655780872097101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2589270893367276f,0.21777454783469402f,-0.9410265717412045f,-1.0624546697163628f,0.1339030652894199f,0.972937431694704f,0.18831548824621558f,2.3861239921086037f,0.9565702961694487f,-0.07724636122632421f,-0.2810805367925439f,-0.47722184523888567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3343003793842604f,0.21777454783469402f,-0.9169610147977576f,-0.9405808477803363f,1.3877787807814457e-17f,0.972937431694704f,0.2310687213954178f,2.351463683899291f,0.9424665810221278f,-0.07724636122632421f,0.3252533525326874f,-0.570187969104201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7978499852826684f,-0.2663545544583291f,0.5408240493023133f,1.0513483391959586f,0.1270099507564006f,0.9512339825883555f,0.28110920080629337f,2.232411536780965f,-0.5893249302322979f,-0.15559293585635978f,0.7927716978539889f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24884281236273725f,-0.2663545544583291f,0.9311994985258041f,1.019771080867821f,-0.22381472794466234f,0.9512339825883555f,0.21227547650200446f,2.2379794594010165f,-0.9423291475331009f,-0.15559293585635978f,-0.29632181158520626f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.9000934498367097f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1897906693630977f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.548935f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7.mcfunction new file mode 100644 index 000000000..e45b87c1a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70.mcfunction new file mode 100644 index 000000000..39ea9bf74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..bda57943e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.16909614063341663f,0.21419888101007548f,-0.769720585044573f,-0.14591227511587107f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.7038335106545067f,0.3324044462614953f,0.24712368933347004f,-0.14960955207862345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.23333370744642704f,0.13046563646178952f,-0.7540120016763164f,-0.14591227511587107f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.7615964563768454f,0.03698570522047914f,0.2420803487348278f,-0.14960955207862345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7498179643048999f,0.3165958068095817f,-0.06696685718092546f,-0.21412179407580392f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,0.1468883435581644f,0.18239923028546806f,-0.7823674199265023f,-0.04968679030314246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7972872885089253f,0.005440137561861125f,-0.0656001866262127f,-0.21412179407580392f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,0.06456095086185881f,0.22014039290822957f,-0.766400737887186f,-0.04968679030314246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9836816637756781f,0.8388103221644776f,0.8775955092078807f,-0.6459607628030234f,0.9381562374530688f,-1.2421210813803922f,0.13566260840153135f,1.928547185564794f,0.7704800506693315f,0.44151864357094966f,-1.285623595341908f,0.6844555370158385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5616611258930436f,-0.7969313813296548f,-0.22234467187807117f,-0.25197798044812314f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.822799101018821f,-0.5098110764456545f,-0.25118579915262546f,0.6131936950167876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5616611258930436f,-0.7969313813296548f,-0.22234467187807117f,-0.0676829235144682f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.822799101018821f,-0.5098110764456545f,-0.25118579915262546f,0.34321273999498697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.49357002509875425f,0.8534985049955808f,-0.16711951500146097f,0.4761992168344941f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.8448420167816494f,0.4249055989146383f,-0.32511105593521106f,0.08229984810994972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4622555176859618f,0.8708564198962766f,-0.16711951500146097f,0.27808970711343683f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.8080384441319937f,-0.49130100153921863f,-0.32511105593521106f,-0.1633229565697247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.499951320993815f,-0.5374103434319579f,-0.6791456393211138f,0.18436047364066482f,-0.7276993199659716f,0.6858602508755854f,-0.00702965076954809f,1.2719058796454474f,0.4695768056001084f,0.49069933670346877f,-0.7339698799005134f,0.22704832764873634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6040693964827553f,-0.16640859729941337f,-0.7793640631808741f,0.14828783625214437f,-0.428502410947331f,0.8923786010199126f,0.14158430793724475f,1.4401117692612888f,0.671926966303098f,0.4194861275257925f,-0.6103650880973863f,0.3018871947592138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.499951320993815f,-0.5374103434319579f,-0.6791456393211138f,0.359879575482241f,-0.7276993199659716f,0.6858602508755854f,-0.00702965076954809f,1.2990384013257534f,0.4695768056001084f,0.49069933670346877f,-0.7339698799005134f,-0.030076391419645195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6040693964827553f,-0.16640859729941337f,-0.7793640631808741f,0.3238069380937205f,-0.428502410947331f,0.8923786010199126f,0.14158430793724475f,1.4672442909415948f,0.671926966303098f,0.4194861275257925f,-0.6103650880973863f,0.04476247569083224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.966233014528229f,0.21030539915921329f,0.14888049140224985f,0.5060492368491071f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.07228160381507281f,0.3333716414190539f,-0.9400205946932688f,0.33006680875443284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.966233014528229f,0.21030539915921329f,0.14888049140224985f,0.5299523460679749f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.07228160381507281f,0.3333716414190539f,-0.9400205946932688f,0.20297898296762235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.966233014528229f,0.21030539915921329f,0.14888049140224985f,-0.06161265918622749f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.07228160381507281f,0.3333716414190539f,-0.9400205946932688f,0.28760136651307755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.966233014528229f,0.21030539915921329f,0.14888049140224985f,-0.11017702605697677f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.07228160381507281f,0.3333716414190539f,-0.9400205946932688f,0.1550924204401366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8866542837640716f,0.4378113524826026f,0.14888049140224985f,0.4436754421025739f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,0.010515368161130304f,0.34095558154244854f,-0.9400205946932688f,0.33643963701069923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9442268829266622f,0.29371787967099305f,0.14888049140224985f,0.337874564788727f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.04295129747126002f,0.33840281854329873f,-0.9400205946932688f,0.33490250602537874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8451225229171243f,0.5134223607693957f,0.14888049140224985f,0.3155150889081731f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,0.04019159096389259f,0.3387416678950267f,-0.9400205946932688f,0.33248133154880566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9624155172579799f,0.2271364599109526f,0.14888049140224985f,0.34593662481605825f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.06645245759599831f,0.3345823552310634f,-0.9400205946932688f,0.3371159600985299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9150346146062436f,0.37489498976677194f,0.14888049140224985f,0.43591526882310916f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.01329410581898844f,0.34085854588522047f,-0.9400205946932688f,0.3456656532211685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9150346146062436f,0.37489498976677194f,0.14888049140224985f,0.3515638961255856f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.01329410581898844f,0.34085854588522047f,-0.9400205946932688f,0.268972480396994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9815201488689894f,-0.12821316279120964f,0.14205485648604754f,0.03885520066618402f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.18615085686739397f,0.811746033610974f,-0.5535487651547846f,0.3503238073821155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9894929646294638f,0.02690893341482401f,0.14205485648604754f,0.15310113125970598f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.05687397440325735f,0.8308725026327392f,-0.5535487651547846f,0.3652478570341568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9574000601806308f,-0.27142379721028387f,0.09856088003906677f,0.18362166445261893f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.28163302904343224f,0.9530687321291663f,-0.11109828436805486f,0.32928101832782586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9944161319519184f,0.037713517996997487f,0.09856088003906677f,0.15435321684744802f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,0.026665507559598373f,0.9934516203203175f,-0.11109828436805486f,0.33796824392246283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9880729132412711f,-0.11831175362081466f,0.09856088003906677f,0.09663311456126819f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.12907286185549258f,0.9853919867458372f,-0.11109828436805486f,0.43602170434016163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9880729132412711f,-0.05943345747671168f,0.14205485648604754f,0.1100056424935283f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.12907286185549258f,0.8227538884308274f,-0.5535487651547846f,0.2509020794432258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.966233014528229f,0.21030539915921329f,0.14888049140224985f,0.11835073688413977f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.07228160381507281f,0.3333716414190539f,-0.9400205946932688f,0.11845995727700936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5616611258930436f,0.222344671878071f,-0.7969313813296548f,0.03497148492986316f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.822799101018821f,0.25118579915262534f,-0.5098110764456546f,0.02426528259477486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5329266580249927f,-0.563179984376526f,-0.6315199778027363f,0.4849354396967913f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.8417648805884597f,-0.27687469418263966f,-0.4634353132090455f,0.1600189150548646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5329266580249927f,-0.8235550138572589f,-0.1942841123635245f,0.20558113372352468f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.8417648805884597f,-0.4926180471812739f,-0.2208151838058347f,-0.009498709317395479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.601966967905742f,-0.3102990980475245f,-0.7357650707265604f,0.2844440685348923f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.7938606342275443f,-0.33195752544979273f,-0.5094992588032798f,0.37251430902758753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.601966967905742f,-0.7566658621869327f,-0.255132402001928f,0.014772713333061904f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.7938606342275443f,-0.6015540961375914f,-0.08898293568952884f,0.1623932283919332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.671497175611866f,-0.5253399011104362f,-0.5225988245744188f,0.029357235952972276f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.7327288010936736f,-0.5758667668677054f,-0.36260994314161266f,0.02797693727754682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.45132411252856564f,-0.7233235887234278f,-0.5225988245744188f,0.029357235952972276f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.8854978815656128f,-0.2905297418125181f,-0.36260994314161266f,0.02797693727754682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5700713081848131f,-0.6339630684337155f,-0.5225988245744188f,0.029357235952972276f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.821595218817914f,-0.43988103567939896f,-0.36260994314161266f,0.02797693727754682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6066800274176095f,-0.15774358695688262f,-0.7791381810093414f,0.039206486368363686f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.7777027683437164f,-0.32080672404645494f,-0.5406121067060017f,0.03481092917567442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5161412607228221f,-0.3557272745698743f,-0.7791381810093414f,0.039206486368363686f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.8405239143155699f,-0.035469698991267645f,-0.5406121067060017f,0.03481092917567442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5700713081848131f,-0.2606959886110847f,-0.7791381810093414f,0.039206486368363686f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.821595218817914f,-0.18088628056998352f,-0.5406121067060017f,0.03481092917567442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6438638083397015f,-0.26394338403598216f,-0.7181735767444596f,-0.07985259772976289f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.7289204331515532f,-0.49696091380359897f,-0.4708554473356384f,0.1880224246831635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.45742939046450987f,-0.5579110983736992f,-0.6924547342972821f,0.1410500341918522f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.8582796480721296f,-0.07329028678021832f,-0.5079218242691041f,-0.1303457226087782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5700713081848131f,-0.42315281985528314f,-0.7042445559839126f,0.07602038083067701f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.821595218817914f,-0.2936084291289624f,-0.4886464844444983f,0.06225637245363249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5700713081848131f,-0.36016363826963194f,-0.7384448911414024f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.821595218817914f,-0.2499028131205261f,-0.5123766977624876f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6123612614310071f,-0.553537768648086f,-0.564455156924555f,-1.1736991209961127f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.7811267756095372f,-0.533700784899963f,-0.324043874534007f,-0.7371346753327606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7935368369645367f,-0.553537768648086f,-0.2527750522904042f,-1.2412006501242507f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.5709944204144701f,-0.533700784899963f,-0.6238019269389177f,-0.6722151421159875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7200163107001398f,-0.553537768648086f,-0.4185360808889216f,-1.1446694734268434f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.6924750209789118f,-0.533700784899963f,-0.48542951858886707f,-0.631860480936044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5400987114029361f,0.5383635041676279f,0.6468833892760275f,1.2547922089089067f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.8063640580545306f,0.11094465896619254f,0.5809202083975947f,0.9103459403678075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21611093438817425f,0.5383635041676279f,0.8145310315870249f,1.218484237875585f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.9763215136843308f,0.11094465896619254f,0.18570833197251144f,0.9959382049738776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.38728502435543277f,0.5383635041676279f,0.7484484266069136f,1.1243709594012088f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.9129841557980821f,0.11094465896619254f,0.39262095449496676f,0.8942489294965975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008907364190387706f,0f,-0.000012837425294029908f,0.5607322232704919f,0f,0.000015625f,0f,1.5567475f,0.000012837425294029908f,0f,-0.000008907364190387706f,0.3978538878688773f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71.mcfunction new file mode 100644 index 000000000..f60d5484d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..76c789b85 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.10970133483066916f,0.07254767231552055f,-0.8060067597870464f,-0.0784791988702041f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.7155003372701744f,0.3887296126640979f,-0.06239391034974063f,-0.1936864100739825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.07208622924482112f,0.10678157674939848f,-0.7895576422403721f,-0.0784791988702041f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.7932700403706962f,0.08358779549042025f,-0.06112056524056225f,-0.1936864100739825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.749667719152719f,0.2240776229187012f,0.2339486572133056f,-0.17941762996043903f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.14765322864050537f,0.28860284649539664f,-0.7495674522757999f,-0.12698910932929813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7624686913610014f,-0.07823479483131485f,0.22917419482119733f,-0.17941762996043903f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.24181941917129707f,0.20584145492146066f,-0.7342701573313959f,-0.12698910932929813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8652185925165425f,-0.07876391813918922f,1.298691373022496f,-0.6503968920149892f,-0.3418722293560404f,-1.5185931928850542f,0.1356626084015311f,2.0114908670617395f,1.2553590784946047f,-0.3592731686649302f,-0.8581390471937731f,0.7148398367353198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8311624787343974f,-0.5448761758301184f,-0.11081013923300732f,-0.4652034794773496f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.549208990204015f,-0.773380186730572f,-0.3166268653346897f,0.47231888901590957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8311624787343974f,-0.5448761758301184f,-0.11081013923300732f,-0.19247829114262544f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.549208990204015f,-0.773380186730572f,-0.3166268653346897f,0.2921096891052171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7764686357552788f,0.6293567912211986f,-0.03172517978031035f,0.4096860617134914f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.5953703558995913f,0.7161804907720231f,-0.3641698009906072f,0.25631287511632267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12225914043865699f,0.9919910360215499f,-0.03172517978031035f,0.319206109828238f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.9228537226481617f,-0.12538485810053612f,-0.3641698009906072f,-0.04599709548912963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5979497396551152f,-0.728404808169498f,-0.3344884815385081f,0.09035161728917102f,-0.7747985704706681f,0.6321516250379774f,0.008455658369035973f,1.2749657874083251f,0.20528829494880865f,0.2642172560553182f,-0.9423619037077048f,0.2772704160134914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8050607695221077f,-0.3426551913014815f,-0.484215424424519f,0.023077422517490002f,-0.4600835787042237f,0.8759426405765789f,0.14507787917682427f,1.4401117692612888f,0.37443324903537384f,0.33957607438374676f,-0.8628370829553733f,0.33554819819197285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5979497396551152f,-0.728404808169498f,-0.3344884815385081f,0.3500898918936702f,-0.7747985704706681f,0.6321516250379774f,0.008455658369035973f,1.3020983090886311f,0.20528829494880865f,0.2642172560553182f,-0.9423619037077048f,0.10564260657473673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8050607695221077f,-0.3426551913014815f,-0.484215424424519f,0.2828156971219892f,-0.4600835787042237f,0.8759426405765789f,0.14507787917682427f,1.4672442909415948f,0.37443324903537384f,0.33957607438374676f,-0.8628370829553733f,0.16392038875321818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.867099192630638f,0.0685776284595939f,0.49339243915381775f,0.3435973834852705f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.4324001141924961f,0.38815218805619034f,-0.8138599511915476f,0.4969615341442182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.867099192630638f,0.0685776284595939f,0.49339243915381775f,0.41379694082214064f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.4324001141924961f,0.38815218805619034f,-0.8138599511915476f,0.3883581444952054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.867099192630638f,0.0685776284595939f,0.49339243915381775f,-0.1658233921852293f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.4324001141924961f,0.38815218805619034f,-0.8138599511915476f,0.24292646705612667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.867099192630638f,0.0685776284595939f,0.49339243915381775f,-0.16065627429565704f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.4324001141924961f,0.38815218805619034f,-0.8138599511915476f,0.10189306884267671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8247522109942003f,0.2763108601666325f,0.49339243915381775f,0.2834474495881322f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.3256534697265195f,0.4812294644985598f,-0.8138599511915476f,0.4792672225374782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8578226842740059f,0.14388934404877102f,0.49339243915381775f,0.18608916142896237f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.39692500896366395f,0.4243613049109061f,-0.8138599511915476f,0.4378238619261358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7975317015847999f,0.34714130545514177f,0.49339243915381775f,0.16630686348848794f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.28247234854630976f,0.507780811131362f,-0.8138599511915476f,0.4271248462848076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8657702845793293f,0.08370015128584657f,0.49339243915381775f,0.19271493394252182f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.42556006781525f,0.39563949313430724f,-0.8138599511915476f,0.44292242343079585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.84201762732255f,0.21810597484697558f,0.49339243915381775f,0.2727740174884026f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.35842906474674513f,0.45734077599888834f,-0.8138599511915476f,0.48487235515460886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.84201762732255f,0.21810597484697558f,0.49339243915381775f,0.22370017314783316f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.35842906474674513f,0.45734077599888834f,-0.8138599511915476f,0.38197068055485917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8381780721187514f,-0.4257393427194965f,0.3408863908695448f,-0.09654594233363346f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.5435912651685649f,0.7029340298042517f,-0.45868538910193596f,0.3389917073564215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8944590154991053f,-0.28937784661633514f,0.3408863908695448f,0.003566158749267313f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.42693564574534965f,0.7793161542124013f,-0.45868538910193596f,0.39602176199398514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7797328716831019f,-0.6117662215882568f,0.13326191856810182f,0.04542385888677154f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.6228552697849458f,0.7795851306803981f,-0.06556170317456012f,0.3742720637867524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9306161876390681f,-0.34087354306791773f,0.13326191856810182f,0.015044050861763567f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.35146550909549135f,0.9339023819399425f,-0.06556170317456012f,0.3712426780218801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8658343877440066f,-0.4822572695766336f,0.13326191856810182f,-0.07547725619927788f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.49323290497352335f,0.8674231750006627f,-0.06556170317456012f,0.44017731572871754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8658343877440066f,-0.3662339163975631f,0.3408863908695448f,0.006925374990173691f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.49323290497352335f,0.7391407276532562f,-0.45868538910193596f,0.27387065200673516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.867099192630638f,0.0685776284595939f,0.49339243915381775f,0.06474822575990474f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.4324001141924961f,0.38815218805619034f,-0.8138599511915476f,0.1544257933767354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8311624787343974f,0.1108101392330072f,-0.5448761758301184f,0.02319442354752705f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.549208990204015f,0.31662686533468953f,-0.7733801867305721f,0.03569071887622681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8117370532123597f,-0.4166037878683322f,-0.4092972518547769f,0.3883750094599463f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.5776347405306456f,-0.46933205197901406f,-0.667881375333421f,0.33156188845559875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8117370532123597f,-0.5760251036180213f,-0.09632256456284172f,0.19389917182191596f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.5776347405306456f,-0.7675353289979358f,-0.27789858810746837f,0.06897056755255251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8575272217579102f,-0.16167656382982606f,-0.48837255517928146f,0.12240151276084672f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.5071745271304064f,-0.42466694910251396f,-0.7499546528757665f,0.45243033522172205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8575272217579102f,-0.47289955159813957f,-0.20251685866228195f,-0.04775209030084933f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.5071745271304064f,-0.8430756618935735f,-0.17887824728781732f,0.15591514217251298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8987673959768301f,-0.26847796630564436f,-0.3466074862685645f,0.01659334346899451f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.42428424521293884f,-0.7317951397008402f,-0.5333467472238999f,0.03700293602878362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7527402172867532f,-0.5596833173694552f,-0.3466074862685645f,0.01659334346899451f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.6489854529078266f,-0.5425487343453199f,-0.5333467472238999f,0.03700293602878362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8384923901198769f,-0.42046850318857787f,-0.3466074862685645f,0.01659334346899451f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.5449133066012026f,-0.6470013412000235f,-0.5333467472238999f,0.03700293602878362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8557781894454077f,-0.024674060864197794f,-0.5167541786865488f,0.023125742256704176f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.49043444212906934f,-0.3566387305662576f,-0.795162168261064f,0.047054749053660805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7957294238181756f,-0.3158794119280086f,-0.5167541786865488f,0.023125742256704176f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.582835255991696f,-0.1673923252107374f,-0.795162168261064f,0.047054749053660805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8384923901198769f,-0.17290352952165722f,-0.5167541786865488f,0.023125742256704176f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.5449133066012026f,-0.26605753974527196f,-0.795162168261064f,0.047054749053660805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8717466655132856f,-0.05635064856613983f,-0.4867056148973865f,-0.14504115868677905f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.43121149419051835f,-0.5598757578526234f,-0.7075279379974555f,0.14384690415411724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7480962440139901f,-0.488734611544328f,-0.4488769198463822f,0.17987464248467325f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.6214801776788319f,-0.27888122795105597f,-0.732111773876639f,-0.06730700215384877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8384923901198769f,-0.2806511004247555f,-0.4670818681360154f,0.04682274815453505f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.5449133066012026f,-0.4318555064340715f,-0.7187282586983174f,0.0863862516143834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8384923901198769f,-0.23887427111539733f,-0.4897648357223535f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.5449133066012026f,-0.3675708706307649f,-0.7536319681069038f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8623324714222101f,-0.310530477739819f,-0.39994190968882326f,-0.8076616971265025f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.4914550465773949f,-0.7034283272071279f,-0.5134788463765496f,-1.1263302087752591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9505613885344547f,-0.310530477739819f,0.0019669830017266243f,-0.8947043553630729f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,0.22840399819527546f,-0.7034283272071279f,-0.6730677544578958f,-1.0917675428648845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9284550211900843f,-0.310530477739819f,-0.2038187823082059f,-0.8206102088985568f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,0.3686684363773287f,-0.7034283272071279f,-0.6076776880071189f,-1.017897222619004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8049854308408751f,0.4563962162809021f,0.37907908132526424f,0.8172102350612106f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.5421513334072072f,0.30634371829245693f,0.782448373982296f,1.3173460632627414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5693588220101934f,0.4563962162809021f,0.6837638668163453f,0.7512237039450592f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.8220329469334897f,0.30634371829245693f,0.4800160001693636f,1.3828447825800627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7038563319056148f,0.4563962162809021f,0.5443241293575445f,0.7025683500995032f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.6986530060514287f,0.30634371829245693f,0.6465581979977164f,1.2531116932217445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013101443595623076f,0f,-0.00000851427041564379f,0.3685760794626366f,0f,0.000015625f,0f,1.5567475f,0.00000851427041564379f,0f,-0.000013101443595623076f,0.5803964299978096f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72.mcfunction new file mode 100644 index 000000000..821d553c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..bac35b34c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.37102940953091534f,-0.07915630176612211f,-0.7231983832934745f,0.0002233387339817608f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.6215402583586233f,0.38743793878644656f,-0.3612810474863716f,-0.20898172222102557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3654644401749034f,0.0674506980016418f,-0.7084392326140159f,0.0002233387339817608f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.7077496198261835f,0.1176419484160616f,-0.3539079648846089f,-0.20898172222102557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6389034886390093f,0.0989221168863303f,0.49896011006900626f,-0.11839978572595102f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.41905309600635177f,0.3517339888166458f,-0.6063185204849572f,-0.1851983006642295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6153068195564274f,-0.1499810555543868f,0.4887772506798429f,-0.11839978572595102f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.5111092394013783f,0.1612360712163181f,-0.5939446731281214f,-0.1851983006642295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.25941625520537154f,-0.21152906924187267f,1.5262257072271088f,-0.7895345583946299f,-1.3820833124563048f,-0.7161338032180171f,0.1356626084015307f,1.7707547144993616f,0.6811425503997164f,-1.3725210667797292f,-0.30600162953945914f,0.7203555591034436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9767844526253496f,-0.21358336196898398f,0.016561419003882007f,-0.6088063723409926f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,0.19584104290525411f,-0.9216230833180636f,-0.33504802373553566f,0.26240085982339423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9767844526253496f,-0.21358336196898398f,0.016561419003882007f,-0.2882989738232997f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,0.19584104290525411f,-0.9216230833180636f,-0.33504802373553566f,0.1981405176201077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.943496388923209f,0.31338378401079353f,0.10772728534564244f,0.2830291076711146f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,-0.25919870193450983f,0.9004415971831683f,-0.3493149910577701f,0.39170586327447143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2342123908282226f,0.9661984206024076f,0.10772728534564244f,0.31303395482418117f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.9009721676105746f,0.2573483829624985f,-0.3493149910577701f,0.07757587558156062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5730959244796223f,-0.81717486509001f,0.061532927851442196f,-0.014643855353712404f,-0.8175901940724217f,0.57526200096639f,0.024897887475948205f,1.2782409337371865f,-0.05574348304032547f,-0.036039840583286825f,-0.9977944648018772f,0.29063378734444134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8706680022960688f,-0.4778035548677506f,-0.11679466055224115f,-0.10496198851986714f,-0.4910069009473181f,0.8583505496775153f,0.1488171935309157f,1.4401117692612888f,0.02914537698990141f,0.18691735292381972f,-0.9819432010946809f,0.3195436460108158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5730959244796223f,-0.81717486509001f,0.061532927851442196f,0.2906012860917093f,-0.8175901940724217f,0.57526200096639f,0.024897887475948205f,1.3053734554174925f,-0.05574348304032547f,-0.036039840583286825f,-0.9977944648018772f,0.2294334614365494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8706680022960688f,-0.4778035548677506f,-0.11679466055224115f,0.2002831529255546f,-0.4910069009473181f,0.8583505496775153f,0.1488171935309157f,1.4672442909415948f,0.02914537698990141f,0.18691735292381972f,-0.9819432010946809f,0.2583433201029239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6404796222824112f,-0.08261676900214465f,0.7635183841405694f,0.13119465142773495f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.7270603290342335f,0.3854082013886011f,-0.5681934496692442f,0.5897608767913094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6404796222824112f,-0.08261676900214465f,0.7635183841405694f,0.23711958190177182f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.7270603290342335f,0.3854082013886011f,-0.5681934496692442f,0.5155814780500263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6404796222824112f,-0.08261676900214465f,0.7635183841405694f,-0.2450871266631816f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.7270603290342335f,0.3854082013886011f,-0.5681934496692442f,0.16261293348369726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6404796222824112f,-0.08261676900214465f,0.7635183841405694f,-0.1871981678603256f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.7270603290342335f,0.3854082013886011f,-0.5681934496692442f,0.03390401006484675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6414414456328066f,0.07478334643400791f,0.7635183841405694f,0.08213356544100414f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.6122248473471475f,0.5498517436943581f,-0.5681934496692442f,0.5507209862577906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6452429298193354f,-0.026480910058643864f,0.7635183841405694f,0.007544392581866496f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.6907031069236806f,0.4473090898237354f,-0.5681934496692442f,0.47567004552927344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6324827691720953f,0.1304040788463758f,0.7635183841405694f,-0.006753675582396118f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.5619724098444799f,0.6011183031039331f,-0.5681934496692442f,0.4583099333675049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6418239355648654f,-0.07142627538519185f,0.7635183841405694f,0.011762842792191586f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.7202232936496294f,0.3980384542194936f,-0.5681934496692442f,0.48288813867367447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6450955490520012f,0.02985648460001386f,0.7635183841405694f,0.0701351609569172f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.6490892171115001f,0.5058056859926982f,-0.5681934496692442f,0.5518948492308002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6450955490520012f,0.02985648460001386f,0.7635183841405694f,0.06341745192191409f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.6490892171115001f,0.5058056859926982f,-0.5681934496692442f,0.4380885698824434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5718210140946737f,-0.6590780321375714f,0.48850473425894797f,-0.21707857371719258f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.8191792673084489f,0.49090364202126247f,-0.29657872860718293f,0.2776929769915335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6678834679058061f,-0.5615111734460042f,0.48850473425894797f,-0.14580697149013136f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.7322995625519255f,0.6130076740335358f,-0.29657872860718293f,0.36822042383051157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.4878323205773787f,-0.8602755860336841f,0.14814028174163474f,-0.09884043947663015f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.8706041955344253f,0.49187071668147414f,-0.010560908536180413f,0.363831653668873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.729795883274778f,-0.66742222444319f,0.14814028174163474f,-0.12584390487754843f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.6759973827869548f,0.7368283420689504f,-0.010560908536180413f,0.34958655731643795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.616403046288097f,-0.7733703779252625f,0.14814028174163474f,-0.23565892871327765f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.7829400807695399f,0.6220074735366746f,-0.010560908536180413f,0.3793649361804815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.616403046288097f,-0.6175843336203962f,0.48850473425894797f,-0.09670245364868871f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.7829400807695399f,0.5468508824737631f,-0.29657872860718293f,0.256323487623885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6404796222824112f,-0.08261676900214465f,0.7635183841405694f,0.0018386437458190515f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.7270603290342335f,0.3854082013886011f,-0.5681934496692442f,0.16744037084366997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9767844526253496f,-0.016561419003882055f,-0.21358336196898398f,0.008049175872274822f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,0.19584104290525411f,0.33504802373553544f,-0.9216230833180638f,0.04179736194284418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9694914897837908f,-0.2092314539008794f,-0.12770454156109723f,0.23495351270719175f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,0.22948897198470586f,-0.5916531836976782f,-0.7728397776756865f,0.45339307528435835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9694914897837908f,-0.24464068904692152f,0.015400795416253277f,0.15366082613178256f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,0.22948897198470586f,-0.9279366004855985f,-0.29371495912982354f,0.13690207644241267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853820817223665f,0.010117770744088109f,-0.17005817750306973f,-0.056955998768379576f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,0.14697309293298133f,-0.4542895108485634f,-0.8786466583824731f,0.4652218317741331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853820817223665f,-0.12066180716959221f,-0.12026172005698091f,-0.10294330948506368f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,0.14697309293298133f,-0.9590887789300722f,-0.241966163097522f,0.12646133290076378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9923773355203189f,0.02681646033513424f,-0.12028342113810418f,0.0014398052358812843f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.054655070693191254f,-0.7790285118893155f,-0.6246017938743381f,0.04052756201787871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9417014288309349f,-0.31421380863528103f,-0.12028342113810418f,0.0014398052358812843f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,0.31780240991009007f,-0.7133542088922572f,-0.6246017938743381f,0.04052756201787871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9819575234026809f,-0.1459154578246827f,-0.12028342113810418f,0.0014398052358812843f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,0.18910161880024529f,-0.7577025649000311f,-0.6246017938743381f,0.04052756201787871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9774587632491897f,0.11142388803104242f,-0.17932953834605797f,0.003706747831042956f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.13212349414194377f,-0.33968325038995895f,-0.9312135478504575f,0.05229922928632472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9566200011020641f,-0.22960638093937286f,-0.17932953834605797f,0.003706747831042956f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,0.24033398646133755f,-0.2740089473929007f,-0.9312135478504575f,0.05229922928632472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9819575234026809f,-0.06000282417905853f,-0.17932953834605797f,0.003706747831042956f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,0.18910161880024529f,-0.31157969456768286f,-0.9312135478504575f,0.05229922928632472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9699533752255511f,0.1586015477204168f,-0.18448847917756153f,-0.18852872043130958f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.07124641355263378f,-0.539890552691527f,-0.8387145758065284f,0.07864980051125577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9270428891214524f,-0.3477628396586943f,-0.14018733566863983f,0.19197981988722929f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,0.2940698612318209f,-0.44237683842782194f,-0.8472459203429088f,0.005372923226160724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9819575234026809f,-0.09739453370925324f,-0.1620917241454061f,0.01085068680078879f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,0.18910161880024529f,-0.5057455124967614f,-0.8417018797392074f,0.09765867503032061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9819575234026809f,-0.08289669349313449f,-0.1699634091231951f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,0.18910161880024529f,-0.4304618456321956f,-0.8825775757530047f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9839149813154522f,-0.022822031886251815f,-0.17717354318180917f,-0.3241366896582878f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,0.13060116239352462f,-0.7685829454153411f,-0.6262775681741592f,-1.3475431579813493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9666065841941511f,-0.022822031886251815f,0.2552466772616213f,-0.41778728099173246f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.1463114867556661f,-0.7685829454153411f,-0.6227946731146832f,-1.3482974593910702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9989396408900764f,-0.022822031886251815f,0.03998435592814077f,-0.3769596387142312f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.008045881703688834f,-0.7685829454153411f,-0.6396995543255355f,-1.2519653755373794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9498764694898616f,0.3074640780819179f,0.05657325692155643f,0.26106096360702347f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,-0.1991589939991624f,0.4556422068487603f,0.8675977607435562f,1.528096983821123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8369715495203442f,0.3074640780819179f,0.45270792569022944f,0.17526884699457268f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.5471620046553913f,0.4556422068487603f,0.7021423787234929f,1.5639301702285264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9151159105328083f,0.3074640780819179f,0.26082314118755945f,0.17904143412266416f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.3822206550123029f,0.4556422068487603f,0.8039263338266496f,1.4254246269508273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015343086303166892f,0f,-0.000002954712793753833f,0.12292008450000977f,0f,0.000015625f,0f,1.5567475f,0.000002954712793753833f,0f,-0.000015343086303166892f,0.6764606382730339f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73.mcfunction new file mode 100644 index 000000000..a9c773b54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..7f8d208fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.576760519652465f,-0.21846516545770633f,-0.5353174001433167f,0.0784553466344945f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.4374041820417159f,0.3296162131963729f,-0.6057847620854665f,-0.19369607297804797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.603879417440374f,0.018495869760207145f,-0.5243925552424328f,0.0784553466344945f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.5194260588267953f,0.13433959762426506f,-0.5934218077571917f,-0.19369607297804797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.43552302168379725f,-0.039972264993010626f,0.6896856965743072f,-0.04044387600719532f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.6277920536698597f,0.36318673176407434f,-0.3753891043490138f,-0.21605835490067044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3791746110408465f,-0.19944196144372006f,0.6756104782768725f,-0.04044387600719532f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.704316513462608f,0.09335037065787874f,-0.36772810221944213f,-0.21605835490067044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.23434532429978192f,0.2150992435864611f,1.529778034352488f,-0.9710215561878781f,-1.436314629223559f,0.6000018271306219f,0.13566260840153038f,1.3759141121648766f,-0.5687607624100153f,-1.4265820596265917f,0.2877170003568274f,0.3947442755002635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9790579419855924f,0.14703332869563865f,0.14080748022607562f,-0.6627695571871495f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.1841388802283694f,-0.9345523850846184f,-0.30447448550066314f,0.01535982763593998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9790579419855924f,0.14703332869563865f,0.14080748022607562f,-0.3415161699731269f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.1841388802283694f,-0.9345523850846184f,-0.30447448550066314f,0.07578039771087369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9719141369573008f,-0.0465618155808879f,0.23068356619481323f,0.11577564981713467f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.11292614125265693f,0.9522796140569797f,-0.28356872760104324f,0.4691854196606353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5545226834112218f,0.7995559304201685f,0.23068356619481323f,0.26121637556175353f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.7477371760242949f,0.6003981115209625f,-0.28356872760104324f,0.1891408958514636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4460378845920117f,-0.776890599282165f,0.44439982251985866f,-0.11683854394304595f,-0.855839443142919f,0.5155156120229942f,0.0422196793139914f,1.2817266356995833f,-0.2618951184529825f,-0.36150332018884196f,-0.8948331109335093f,0.2660925448108906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7966496833386301f,-0.5429036360008187f,0.2657158709101719f,-0.2169722515000109f,-0.5212281622997756f,0.8396274821830474f,0.15279690438145557f,1.4401117692612888f,-0.30605634262674486f,-0.0167729895977837f,-0.9518656323021089f,0.25699844905941804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4460378845920117f,-0.776890599282165f,0.44439982251985866f,0.18911706292745167f,-0.855839443142919f,0.5155156120229942f,0.0422196793139914f,1.3088591573798893f,-0.2618951184529825f,-0.36150332018884196f,-0.8948331109335093f,0.3236359448822561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7966496833386301f,-0.5429036360008187f,0.2657158709101719f,0.08898335537048671f,-0.5212281622997756f,0.8396274821830474f,0.15279690438145557f,1.4672442909415948f,-0.30605634262674486f,-0.0167729895977837f,-0.9518656323021089f,0.3145418491307835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.32165849159730786f,-0.22091391972449195f,0.9207240926875462f,-0.09917087034851749f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.9139839623307032f,0.32643843568108055f,-0.24097980063141558f,0.595982438358058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.32165849159730786f,-0.22091391972449195f,0.9207240926875462f,0.026823446741400497f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.9139839623307032f,0.32643843568108055f,-0.24097980063141558f,0.566860176176129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.32165849159730786f,-0.22091391972449195f,0.9207240926875462f,-0.2881452341619358f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.9139839623307032f,0.32643843568108055f,-0.24097980063141558f,0.059016860488769876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.32165849159730786f,-0.22091391972449195f,0.9207240926875462f,-0.18627530394181596f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.9139839623307032f,0.32643843568108055f,-0.24097980063141558f,-0.038654198867961787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3655477739413532f,-0.1365356001606026f,0.9207240926875462f,-0.13004552780607542f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.8078621273777253f,0.5378545517483132f,-0.24097980063141558f,0.5414126780695523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.33968840068231093f,-0.19203889081794964f,0.9207240926875462f,-0.17110778971032647f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.8820549930915639f,0.40485518997523573f,-0.24097980063141558f,0.44389304384468237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.3760566159431107f,-0.10415645323315512f,0.9207240926875462f,-0.17786568618379067f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.7579108551349755f,0.6062176765454909f,-0.24097980063141558f,0.4224421911168065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.32546498096573495f,-0.2152665587351376f,0.9207240926875462f,-0.1698988475482475f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.9081476218900023f,0.3423399371139405f,-0.24097980063141558f,0.45216556762325144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3551330759286575f,-0.1617023299960301f,0.9207240926875462f,-0.14161065362978312f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.8434130527556313f,0.480190751815432f,-0.24097980063141558f,0.5380086320761834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3551330759286575f,-0.1617023299960301f,0.9207240926875462f,-0.1052276293806764f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.8434130527556313f,0.480190751815432f,-0.24097980063141558f,0.42996571291771135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.22350258507755327f,-0.7949417419768794f,0.5640161534268457f,-0.30526311208806356f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.9736942736875467f,0.2084175257957876f,-0.09209558257182099f,0.1762127380067096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.3451071835182746f,-0.7501911826712365f,0.5640161534268457f,-0.27307190071201515f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.9291027972725684f,0.35817090302123333f,-0.09209558257182099f,0.28684088011051156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.1263686624726864f,-0.981865615006568f,0.14131834704891688f,-0.2278785994023822f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.9899308053732434f,0.13398059531932005f,0.045674945549637705f,0.3003568687774074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.42359690112959014f,-0.8947596270176533f,0.14131834704891688f,-0.24758400413468948f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.9000778622613901f,0.43332856035115397f,0.045674945549637705f,0.27703720029595785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.2784104767658244f,-0.9500088058614973f,0.14131834704891688f,-0.3605605263988567f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.9567839317085575f,0.2871903678282961f,0.045674945549637705f,0.26353176713347065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.2784104767658244f,-0.7774145516393496f,0.5640161534268457f,-0.18564225228000336f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.9567839317085575f,0.2758313102152678f,-0.09209558257182099f,0.20146972233503552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.32165849159730786f,-0.22091391972449195f,0.9207240926875462f,-0.06098918486802353f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.9139839623307032f,0.32643843568108055f,-0.24097980063141558f,0.15594863810955134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9790579419855924f,-0.1408074802260756f,0.14703332869563868f,-0.008186379783245183f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.1841388802283694f,0.3044744855006629f,-0.9345523850846185f,0.04177070604680276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848941633050642f,0.027519253847370778f,0.17095665460958714f,0.04809991855477437f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.15020793625307874f,-0.6269561242613061f,-0.7644367823030447f,0.5083845313188436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9848941633050642f,0.1205991617678451f,0.12425509755543565f,0.09122328792576212f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.15020793625307874f,-0.9520353162771928f,-0.2665826934509746f,0.1844780197252768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9687327049577775f,0.17947971392478707f,0.17130084248089492f,-0.22700412204559878f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.23267119153642343f,-0.41745462177503034f,-0.8784052341531712f,0.41005422462070845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9687327049577775f,0.24722360264663115f,-0.020914986005455716f,-0.1428053206110239f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.23267119153642343f,-0.9345004268984736f,-0.2693938914593124f,0.07871743194463394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9406528046773301f,0.3165545099315343f,0.12233373735269802f,-0.01383951632771651f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.3208929009179825f,-0.7123185994506904f,-0.6242034596323931f,0.03811855335719267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9921925181340256f,-0.024258270016270345f,0.12233373735269802f,-0.01383951632771651f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.05791338157754705f,-0.779112367516525f,-0.6242034596323931f,0.03811855335719267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.981331288720772f,0.14840269028204967f,0.12233373735269802f,-0.01383951632771651f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.19232498999773498f,-0.7572193468245001f,-0.6242034596323931f,0.03811855335719267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9558256745926124f,0.23050488862956944f,0.18238633750214775f,-0.016145100567058528f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.243473882267666f,-0.273253526486506f,-0.9306196746878925f,0.049882713349476825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9770196482187434f,-0.11030789131823518f,0.18238633750214775f,-0.016145100567058528f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.13533240022786355f,-0.3400472945523406f,-0.9306196746878925f,0.049882713349476825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.981331288720772f,0.061025614869344075f,0.18238633750214775f,-0.016145100567058528f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.19232498999773498f,-0.31138098738711084f,-0.9306196746878925f,0.049882713349476825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9260722730356593f,0.34921356914943363f,0.1429686267559464f,-0.20426306872695332f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.297112346882655f,-0.4412325270725039f,-0.8467810285918628f,0.0023384401157957105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9697141988061967f,-0.1568278888427102f,0.1872415176043891f,0.17600280565234583f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.07443100287654293f,-0.5404084317495542f,-0.8381042612376932f,0.07686437373991803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.981331288720772f,0.09905469260552885f,0.16485469253391924f,-0.026504605190436036f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.19232498999773498f,-0.505422977791749f,-0.8411650918473094f,0.09461744086808567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.981331288720772f,0.08430972642150493f,0.17286055596451105f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.19232498999773498f,-0.4301873224165281f,-0.8820147197493188f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9612422448363023f,0.2666157918136093f,0.07020944592908229f,0.20399769792442987f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.2473028524251042f,-0.7212188354988662f,-0.6470584907904899f,-1.3708836914364815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8415095377274044f,0.2666157918136093f,0.4698698941935018f,0.11744199228658755f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.4975912355316846f,-0.7212188354988662f,-0.4819194472561892f,-1.406648367434675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9232608601369846f,0.2666157918136093f,0.2765961020960305f,0.11923042979110413f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.3814898773140645f,-0.7212188354988662f,-0.5781944870271243f,-1.3020368563815097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9553496631854075f,0.11449369028032255f,-0.27239349466814033f,-0.3300891880029419f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.17098723119815362f,0.5376199167244139f,0.8256683304502016f,1.5146862205243037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9809593043138995f,0.11449369028032255f,0.15687586865411782f,-0.42305738841511464f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,-0.193975455470487f,0.5376199167244139f,0.8205719638253864f,1.5157899564864579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9916608043965095f,0.11449369028032255f,-0.059161168934204034f,-0.36769911286889767f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,-0.011773183596309328f,0.5376199167244139f,0.8431051045327871f,1.3887723228254627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015333301386262064f,0f,0.0000030050779687146095f,-0.13930618919978496f,0f,0.000015625f,0f,1.5567475f,-0.0000030050779687146095f,0f,-0.000015333301386262064f,0.6732771553802221f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74.mcfunction new file mode 100644 index 000000000..f8ec0971d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..1bab85c14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6981297148018798f,-0.3254593531030032f,-0.27135872057640753f,0.14491703368424044f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,0.19128517142739987f,0.22461096589025742f,-0.7615145052054362f,-0.15057378075487338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.753830847560011f,-0.032838425632441354f,-0.26582078750341964f,0.14491703368424044f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,0.25731854706456425f,0.13157075089098874f,-0.7459733928543049f,-0.15057378075487338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17054373534308814f,-0.17228878641733578f,0.7798563026958958f,0.0428857413297576f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.7447939308310936f,0.32220949423159895f,-0.0916923490190406f,-0.21558695002125375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.08975980637123165f,-0.21985797106446522f,0.763940867947f,0.0428857413297576f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.7948448364016087f,0.012404041514701342f,-0.0898210765900806f,-0.21558695002125375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8360566891589061f,0.1381912445773248f,1.312752315722512f,-0.8704405524375115f,-0.45886944476945896f,1.4874275576775702f,0.1356626084015304f,1.1096848290884969f,-1.2376810151123823f,-0.45811427677328337f,0.8364707193003678f,-0.23083007491210233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8401614820624076f,0.4843357986148145f,0.24402360180697386f,-0.6208607355334825f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.5353412603522355f,-0.8126658565454921f,-0.2301824071680146f,-0.23244646117305978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8401614820624076f,0.4843357986148145f,0.24402360180697386f,-0.34518274923175507f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.5353412603522355f,-0.8126658565454921f,-0.2301824071680146f,-0.056787610119982505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8600385258472782f,-0.3976827075297163f,0.3196595035194089f,-0.06718868369984435f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.46658668760918415f,0.8665177033105169f,-0.17732437169029094f,0.4785651887626058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7930050458241086f,0.5186143066935474f,0.3196595035194089f,0.17204166316291458f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.4875954143794556f,0.8548723759022574f,-0.17732437169029094f,0.27278185328436244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.25671362871922554f,-0.6041337453387625f,0.7544007758299079f,-0.2032635712409478f,-0.8893373591806948f,0.4532528852683644f,0.0603397345155848f,1.2854179093023796f,-0.37838759809924505f,-0.6554267615369869f,-0.6536349025762178f,0.2074712831686415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6019057555890526f,-0.5203501659206486f,0.6057599906028172f,-0.2970432274098018f,-0.5507041512189069f,0.8198002090681141f,0.15701132138205828f,1.4401117692612888f,-0.5783030340738625f,-0.23908852343479398f,-0.7800014607311546f,0.1577671758950479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.25671362871922554f,-0.6041337453387625f,0.7544007758299079f,0.059286891903554524f,-0.8893373591806948f,0.4532528852683644f,0.0603397345155848f,1.3125504309826856f,-0.37838759809924505f,-0.6554267615369869f,-0.6536349025762178f,0.37476542702871507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6019057555890526f,-0.5203501659206486f,0.6057599906028172f,-0.03449276426529951f,-0.5507041512189069f,0.8198002090681141f,0.15701132138205828f,1.4672442909415948f,-0.5783030340738625f,-0.23908852343479398f,-0.7800014607311546f,0.3250613197551215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.041667701031558424f,-0.3265492781137432f,0.9442612835725808f,-0.31388690274875375f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.9680365030850502f,0.22075004231334458f,0.11905774864965396f,0.5162411651928711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.041667701031558424f,-0.3265492781137432f,0.9442612835725808f,-0.18610628643828986f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.9680365030850502f,0.22075004231334458f,0.11905774864965396f,0.5361104427052976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.041667701031558424f,-0.3265492781137432f,0.9442612835725808f,-0.2894071283927132f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.9680365030850502f,0.22075004231334458f,0.11905774864965396f,-0.052480280369595816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.041667701031558424f,-0.3265492781137432f,0.9442612835725808f,-0.1585014345048824f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.9680365030850502f,0.22075004231334458f,0.11905774864965396f,-0.10521374058854824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.038569428133312766f,-0.3269296981911116f,0.9442612835725808f,-0.3222304388235547f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.8858774131324334f,0.44838204846789254f,0.11905774864965396f,0.4541002880117836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.01304849797159558f,-0.3289382389545907f,0.9442612835725808f,-0.3240422839653131f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.9451131980332041f,0.3042799621893056f,0.11905774864965396f,0.34830375863001223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.06691646048695084f,-0.3223240848304087f,0.9442612835725808f,-0.3223299168462522f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.8434273116528255f,0.523885123328162f,0.11905774864965396f,0.3258788607183463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.03596228411542671f,-0.3272267447307195f,0.9442612835725808f,-0.3259994950224494f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.9640364469773401f,0.2376109875106404f,0.11905774864965396f,0.3564318282468441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.015670012036829606f,-0.32882378117865463f,0.9442612835725808f,-0.3316974147691877f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.9149970108693736f,0.3854941278237415f,0.11905774864965396f,0.4466359708368528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.015670012036829606f,-0.32882378117865463f,0.9442612835725808f,-0.2577120640039905f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.9149970108693736f,0.3854941278237415f,0.11905774864965396f,0.35989979207651107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.15499613921270947f,-0.8153969268476617f,0.5577670199254734f,-0.3489187175417404f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.9869195210235849f,-0.10246018682133268f,0.12446593565757279f,0.04992219132347972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.02553169749079172f,-0.8296047757255833f,0.5577670199254734f,-0.36021983128327834f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.9907972085340501f,0.05318949541045555f,0.12446593565757279f,0.16458319054901085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.25119379881955123f,-0.961180927720919f,0.11416172572345246f,-0.3233051453448926f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.9658331707477523f,-0.24112675098358408f,0.09499566434024102f,0.19395021959481779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.058121742114573896f,-0.9917605373644439f,0.11416172572345246f,-0.33291425782429146f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.9930741945460031f,0.06913369571607933f,0.09499566434024102f,0.16497135020508813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.09773936208897664f,-0.9886425630521293f,0.11416172572345246f,-0.4327452338780754f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.9916626960045937f,-0.08706848516803856f,0.09499566434024102f,0.11038318731274394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.09773936208897664f,-0.8242226450309993f,0.5577670199254734f,-0.24729513874610085f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.9916626960045937f,-0.03336657330002046f,0.12446593565757279f,0.11789066630524853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.041667701031558424f,-0.3265492781137432f,0.9442612835725808f,-0.11465526145339536f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.9680365030850502f,0.22075004231334458f,0.11905774864965396f,0.12204027785998897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8401614820624076f,-0.24402360180697374f,0.48433579861481457f,-0.02314641077578019f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.5353412603522355f,0.2301824071680144f,-0.8126658565454921f,0.03572187517198357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8582084226812171f,0.25891345375522956f,0.4432179223627536f,-0.14459235440656576f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.5060209879686894f,-0.5716599640919529f,-0.6458696812744646f,0.48975655676715785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8582084226812171f,0.46630884137326245f,0.21455621104070335f,0.015999833782076825f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.5060209879686894f,-0.8387320583566882f,-0.2011747847518281f,0.20517756539322718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8125130404064321f,0.32197143991346067f,0.48595982452209807f,-0.36332612583398316f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.5765427097755089f,-0.3206489058642019f,-0.751520314411263f,0.2960902984588521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8125130404064321f,0.5773071216889927f,0.08086437050188516f,-0.16184438885957125f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.5765427097755089f,-0.7753238322315259f,-0.25782059455856904f,0.019904458833318723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7536122001074907f,0.558953269010264f,0.34589000406471215f,-0.027033876606908324f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.6479726882022363f,-0.5433008263790203f,-0.5338123335029279f,0.030227898336350333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8993371005544839f,0.26749370956036933f,0.34589000406471215f,-0.027033876606908324f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.42307532706734285f,-0.7321554891052992f,-0.5338123335029279f,0.030227898336350333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8392243539950504f,0.41959812767659455f,0.34589000406471215f,-0.027033876606908324f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.5437853286560702f,-0.6475661425202592f,-0.5338123335029279f,0.030227898336350333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7965124183975566f,0.31565404096418215f,0.515684490518629f,-0.03355275324041092f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.5817647453184037f,-0.16781692358765324f,-0.7958563069186475f,0.04028848611470281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.856436882264418f,0.02419448151428749f,0.515684490518629f,-0.03355275324041092f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.4892832699511754f,-0.35667158631393203f,-0.7958563069186475f,0.04028848611470281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8392243539950504f,0.17254561686734443f,0.515684490518629f,-0.03355275324041092f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.5437853286560702f,-0.26628979529118485f,-0.7958563069186475f,0.04028848611470281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7489312458508308f,0.488359169889981f,0.4478920742463423f,-0.19045528917746937f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.6204736823942447f,-0.279538156624892f,-0.7327146978510007f,-0.07386238807575708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8723257092983263f,0.055597756329254906f,0.48575379194435997f,0.13474414799561266f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.43003890341772966f,-0.5599510240333764f,-0.7081817508459602f,0.13685442677847015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8392243539950504f,0.2800701488353535f,0.4661150023255347f,-0.05981942641026643f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.5437853286560702f,-0.4322324956992446f,-0.7193556741974113f,0.07795248832893849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8392243539950504f,0.23837979813003685f,0.48875101586091174f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.5437853286560702f,-0.36789174247413287f,-0.7542898528800158f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8001145007140805f,0.5159160485450424f,0.3060186540077695f,0.6996222333909369f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.5873347766160147f,-0.5701501731793193f,-0.5744272279418936f,-1.1964388353568514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5958209309011203f,0.5159160485450424f,0.6154900885910282f,0.6325990428014415f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.7750695182138571f,-0.5701501731793193f,-0.27238946741629283f,-1.2618520920478673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7149140329546164f,0.5159160485450424f,0.4719412636528353f,0.5953194485482639f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.6977414047041712f,-0.5701501731793193f,-0.4336884967174505f,-1.1640921891947418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8230523002892898f,-0.09385187760223834f,-0.5601577778260721f,-0.8701804460476534f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.5143097541071829f,0.5416048421527513f,0.6649433598336796f,1.2829728017378028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.982671615255998f,-0.09385187760223834f,-0.15983842354297106f,-0.9568788530101919f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.1851057282073145f,0.5416048421527513f,0.8200000392326412f,1.2493916946817494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9247830076004107f,-0.09385187760223834f,-0.36873867972328755f,-0.8582188475704295f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.3581984752645708f,0.5416048421527513f,0.7604985517900937f,1.152107465441262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013112880531172662f,0f,0.000008496645760251097f,-0.3799095152260075f,0f,0.000015625f,0f,1.5567475f,-0.000008496645760251097f,0f,-0.000013112880531172662f,0.573041972762022f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75.mcfunction new file mode 100644 index 000000000..b1ec00ffa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..e1d7106fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7193868293592445f,-0.38543889463368f,0.029392051518474818f,0.1903162553563745f,-0.3781128521315832f,0.714542208637156f,0.11577800988658964f,1.5635900568605596f,-0.08035984844321926f,0.088378362872067f,-0.8078836575761886f,-0.08633152987051276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.795553809079463f,-0.07915267075434762f,0.028792213732383498f,0.1903162553563745f,-0.0743385404991061f,0.788422967265645f,0.1134151933582919f,1.5635900568605596f,-0.03959694755432745f,0.11010939742133653f,-0.7913962359930011f,-0.08633152987051276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.116883247892966f,-0.2792012572476944f,0.7585047190082226f,0.11954832863437126f,0.28834229550456003f,0.7303711798437172f,0.22441279981610252f,1.5530459267199321f,-0.7550771294573798f,0.2356884427574842f,0.20311063725319672f,-0.18445898446429176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.21044741472582895f,-0.20886763546080347f,0.7430250308651977f,0.11954832863437126f,-0.012839906771411946f,0.7690959708082722f,0.21983294675863105f,1.5530459267199321f,-0.7717169315424642f,-0.06975455930256165f,0.19896552220721314f,-0.18445898446429176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0178194128606828f,-0.7592213196178069f,0.9105124275053753f,-0.40634190933068565f,0.8509124567771715f,1.3034377229400458f,0.13566260840153077f,1.1648796838587117f,-0.8254682814653592f,0.4074792513179843f,1.2625248615532139f,-0.7708869734400932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.58272795360344f,0.7504590483763799f,0.31183224464311826f,-0.4909416586493405f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.5627040169409405f,-0.808015911394057f,-0.576036610750295f,-0.12366127125880862f,-0.4455061144829444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.58272795360344f,0.7504590483763799f,0.31183224464311826f,-0.2997340488732117f,-0.08682406937697974f,0.32402629489800916f,-0.942055487320938f,1.591193164705262f,-0.808015911394057f,-0.576036610750295f,-0.12366127125880862f,-0.1803758935567695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6266148368664874f,-0.6898535854353496f,0.36256844440847136f,-0.23935057217944103f,0.2064717825862176f,-0.3016546601352302f,-0.9307920654014886f,1.5232823743035655f,0.7514807044857874f,0.6581082712447035f,-0.046585986142322566f,0.41982170347670267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.9170842930650314f,0.16583281500545533f,0.36256844440847136f,0.059007847563906056f,0.36523103533740237f,0.015245386580886672f,-0.9307920654014886f,1.644644232415465f,-0.15988336448730855f,0.9860360316212415f,-0.046585986142322566f,0.3170589018951968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.054254025877706995f,-0.32062984991818044f,0.9456495122493885f,-0.26325867175845513f,-0.9179019535877897f,0.38882849679474724f,0.07917325103882339f,1.2893094766180588f,-0.39308078594072793f,-0.8637180670923716f,-0.31540227694554973f,0.1228199192286315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.32392042838853113f,-0.40747785620551313f,0.8538368420106677f,-0.33432428953442217f,-0.5793927217817255f,0.7988970801440836f,0.16145441859429535f,1.4401117692612888f,-0.7479168603654784f,-0.4424084674137885f,-0.494868788611313f,0.036775401659725475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.054254025877706995f,-0.32062984991818044f,0.9456495122493885f,-0.08115618625738012f,-0.9179019535877897f,0.38882849679474724f,0.07917325103882339f,1.3164419982983648f,-0.39308078594072793f,-0.8637180670923716f,-0.31540227694554973f,0.37532489153927434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.32392042838853113f,-0.40747785620551313f,0.8538368420106677f,-0.15222180403334717f,-0.5793927217817255f,0.7988970801440836f,0.16145441859429535f,1.4672442909415948f,-0.7479168603654784f,-0.4424084674137885f,-0.494868788611313f,0.2892803739703683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.39659148129679045f,-0.38502424882583547f,0.8333495813756187f,-0.4824997794483771f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.0838896824613293f,-0.8840509406008261f,0.08438803252861984f,0.459709249840313f,0.36362603205651606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.39659148129679045f,-0.38502424882583547f,0.8333495813756187f,-0.37111740563981305f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.9885081412363512f,-0.8840509406008261f,0.08438803252861984f,0.459709249840313f,0.42932718043549883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.39659148129679045f,-0.38502424882583547f,0.8333495813756187f,-0.24950228418651266f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.2291924973164283f,-0.8840509406008261f,0.08438803252861984f,0.459709249840313f,-0.15575389554646932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.39659148129679045f,-0.38502424882583547f,0.8333495813756187f,-0.10837554928068935f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,2.1523602516048674f,-0.8840509406008261f,0.08438803252861984f,0.459709249840313f,-0.1563565677125484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.2916652232519583f,-0.46953154608233366f,0.8333495813756187f,-0.46727919938894247f,0.4623133224505399f,0.8319077539321321f,0.30691347450435924f,2.204939535615603f,-0.8373755366800062f,0.2957526266681807f,0.459709249840313f,0.3028030334974113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.36152525659393947f,-0.41812434043687f,0.8333495813756187f,-0.42985050739969516f,0.3264824338370055f,0.8939873262879778f,0.30691347450435924f,2.2515544711293876f,-0.8733319582155182f,0.16111702694223567f,0.459709249840313f,0.20383191938819364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.2496329783790841f,-0.4931651359602269f,0.8333495813756187f,-0.41996913942642f,0.5330596188738985f,0.7884488327682883f,0.30691347450435924f,2.254985196635883f,-0.8084125301055161f,0.36760928549161387f,0.459709249840313f,0.1836287806598719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.38981147881453676f,-0.3918870834889883f,0.8333495813756187f,-0.4346739440230718f,0.2633257355833402f,0.9145838814166555f,0.30691347450435924f,2.254423061232863f,-0.8824435211184436f,0.09980399614915156f,0.459709249840313f,0.2106605832368913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3237076063934903f,-0.4480422533468004f,0.8333495813756187f,-0.4733159782495747f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.3387817650008267f,-0.8559663922959361f,0.23661982349570038f,0.459709249840313f,0.2923676626160777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3237076063934903f,-0.4480422533468004f,0.8333495813756187f,-0.3725064712465448f,0.4031561990381357f,0.8621306155941715f,0.30691347450435924f,2.1448023764921382f,-0.8559663922959361f,0.23661982349570038f,0.459709249840313f,0.2391282023295452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5088719833020383f,-0.7197507171138933f,0.4722374506795144f,-0.342655144746024f,0.04434022836806161f,0.5697628996380218f,0.8206120778689171f,2.2479342897669756f,-0.8596995107353023f,-0.3966473791796816f,0.32185028791562653f,-0.08260719349180391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.39001310636891245f,-0.7904945079101973f,0.4722374506795144f,-0.39554492479245157f,0.13292488098310495f,0.5558118329716324f,0.8206120778689171f,2.2382244643409672f,-0.9111645037401855f,-0.25727735868616497f,0.32185028791562653f,0.01975261835755882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5904589779390137f,-0.8039425541672148f,0.07095466841801679f,-0.3721022578184449f,0.06378057476964269f,0.13412350333052936f,0.9889099676595436f,2.281559842341427f,-0.8045434939475113f,-0.5793852392436667f,0.1304703448807038f,0.060686196237494314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.3131279468350042f,-0.9470566635321166f,0.07095466841801679f,-0.37031733645554643f,0.10210537312195739f,0.10784975031601308f,0.9889099676595436f,2.285452876023691f,-0.9442062177779389f,-0.302410494884337f,0.1304703448807038f,0.03020794219502955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.4574251247258604f,-0.8864128216013241f,0.07095466841801679f,-0.44289487595121935f,0.08397686854926548f,0.12249474034528945f,0.9889099676595436f,2.333821804308673f,-0.8852740484269209f,-0.4463937144366168f,0.1304703448807038f,-0.05741963376463238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.4574251247258604f,-0.7534945556838779f,0.4722374506795144f,-0.2733586009223471f,0.08397686854926548f,0.5652819678747216f,0.8206120778689171f,2.206633361536861f,-0.8852740484269209f,-0.33571155975098305f,0.32185028791562653f,0.01811546717933868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.39659148129679045f,-0.38502424882583547f,0.8333495813756187f,-0.1516497829791933f,0.24732394017889223f,0.9190402536244263f,0.30691347450435924f,1.6951186929537196f,-0.8840509406008261f,0.08438803252861984f,0.459709249840313f,0.07100705402601448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.58272795360344f,-0.3118322446431181f,0.75045904837638f,-0.034712691238024014f,-0.08682406937697974f,0.9420554873209381f,0.32402629489800894f,1.3418478852083677f,-0.808015911394057f,0.12366127125880849f,-0.576036610750295f,0.024634077303961298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6103358267141206f,0.4519088790653438f,0.6505909188200336f,-0.31540788120359065f,-0.08614559172824067f,0.7785683713836092f,-0.6216190377609632f,1.0606563704474727f,-0.787444674662914f,-0.43544190898784496f,-0.4362582128075515f,0.4016046592407986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6103358267141206f,0.7433457028578707f,0.2737285967375883f,-0.060986279075219585f,-0.08614559172824067f,0.28121984059073496f,-0.9557689774646974f,1.1324113346407594f,-0.787444674662914f,-0.606920560947526f,-0.10760258846402321f,0.19655661216633122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5418064244118053f,0.41770258438957397f,0.7293629751093522f,-0.4470483330120813f,0.0861455917282407f,0.8907966496614942f,-0.4461617038447474f,1.0726745829023225f,-0.8360769913661577f,-0.1789018723941363f,-0.5186225839297651f,0.14079462527420145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5418064244118053f,0.8230386793478937f,0.1704497895668104f,-0.15773691987748745f,0.0861455917282407f,0.2561043584576247f,-0.9628029365372748f,1.1246053460019831f,-0.8360769913661577f,-0.5069693184762603f,-0.20966014077985892f,-0.041338333231257754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4606713398478958f,0.7202079725341161f,0.5187315229876073f,-0.03629366478912392f,0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.8806712607151603f,-0.2981694504466965f,-0.36812105260455447f,0.018092159031054947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6792150926530327f,0.5192152395406838f,0.5187315229876073f,-0.03629366478912392f,-0.110453823804858f,0.626414762851749f,-0.77162458338772f,1.287086179127007f,-0.725580326855144f,-0.5813949431411468f,-0.36812105260455447f,0.018092159031054947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5787355090444735f,0.6292716564648306f,0.5187315229876073f,-0.03629366478912392f,0f,0.636078220277764f,-0.77162458338772f,1.287086179127007f,-0.8155153037013065f,-0.44656654605812185f,-0.36812105260455447f,0.018092159031054947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5250088324281765f,0.3553319205437807f,0.7733724536826168f,-0.04607002942680359f,0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.8350137588263529f,-0.039232890055541564f,-0.5488285733346755f,0.02503001702036893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.614877600072752f,0.1543391875503485f,0.7733724536826168f,-0.04607002942680359f,-0.1646746745649989f,0.9339164880119412f,-0.3173046564050921f,1.283893207001974f,-0.7712378287439514f,-0.32245838274999183f,-0.5488285733346755f,0.02503001702036893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5787355090444735f,0.25876680323403745f,0.7733724536826168f,-0.04607002942680359f,0f,0.9483236552061994f,-0.3173046564050921f,1.283893207001974f,-0.8155153037013065f,-0.18363547184678272f,-0.5488285733346755f,0.02503001702036893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4664881857220474f,0.5571041084776934f,0.6870398714041472f,-0.14965596480873683f,0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.8533899308858198f,-0.07919136406293599f,-0.5152226253965826f,-0.13903942514658693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6515429638311677f,0.25866854022993274f,0.7131496004187435f,0.07460404494599665f,-0.23262501680698122f,0.8266581761375895f,-0.5123688723765581f,1.3552746665210527f,-0.7220646562723102f,-0.49972677146635813f,-0.47843054463752716f,0.17697275503766938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5787355090444735f,0.4200214320780092f,0.6990330515549124f,-0.08439991520157335f,0f,0.8571673007021123f,-0.5150380749100542f,1.18980070528003f,-0.8155153037013065f,-0.2980708224603559f,-0.4960731541081142f,0.05031509243451516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5787355090444735f,0.3574983789075845f,0.7329802996325914f,0f,0f,0.898794046299167f,-0.4383711467890774f,1.390625f,-0.8155153037013065f,-0.2537009487873863f,-0.5201640299110905f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5262965239321189f,0.6901457588894356f,0.49669990978848955f,1.0923713047081278f,0.12187963703783213f,0.6393429524732885f,-0.7592008582702372f,0.783374868953573f,-0.8415208392978126f,-0.339027167952162f,-0.42059868808383316f,-0.8530311183393275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.26707218544842626f,0.6901457588894356f,0.6725855181660741f,1.0542792117557855f,-0.21039168290562704f,0.6393429524732885f,-0.7395782101217401f,0.7791251310464269f,-0.9404295760576331f,-0.339027167952162f,-0.02554979190516099f,-0.9385880858068032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.40631565815831694f,0.6901457588894356f,0.5988375551201668f,0.9834996249639317f,-0.04533053767622426f,0.6393429524732885f,-0.7675843481186435f,0.8963876522177965f,-0.912607652986407f,-0.339027167952162f,-0.22849037419764173f,-0.8615360459434191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5746060741953318f,-0.2874300728721587f,-0.76629747011623f,-1.2828371347050056f,-0.24097798202059412f,0.8353777708481521f,-0.49403804727374434f,0.775234229495569f,0.7821492643217861f,0.4685380808231896f,0.410748822444339f,0.8703804366508316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8446212643186048f,-0.2874300728721587f,-0.45166234409074524f,-1.350978642001643f,-0.00961072083704291f,0.8353777708481521f,-0.5495922252159001f,0.787265770504431f,0.535278015526356f,0.4685380808231896f,0.7028154188068789f,0.8071266659782907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7268427444974643f,-0.2874300728721587f,-0.6237656434752552f,-1.223343041832036f,-0.12833643742786166f,0.8353777708481521f,-0.534484554314806f,0.8614226831472209f,0.67470688717377f,0.4685380808231896f,0.5703005200934013f,0.753208473300551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009042742328819898f,0f,0.000012742426620332915f,-0.5648437948311767f,0f,0.000015625f,0f,1.5567475f,-0.000012742426620332915f,0f,-0.000009042742328819898f,0.3919946807636113f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76.mcfunction new file mode 100644 index 000000000..632ea9864 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..7fa47f751 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6389289767408812f,-0.3768192464010107f,0.3416452292467569f,0.2148927087308352f,-0.3638308164002709f,0.7219126449712874f,0.11581759155032006f,1.5593085823577604f,-0.3554452759044731f,-0.06159409887950928f,-0.7326726876749661f,-0.010627792488549628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7195061749550159f,-0.10151319707706724f,0.3346728776294762f,0.2148927087308352f,-0.058649961525266275f,0.7897394376198936f,0.11345396723296661f,1.5593085823577604f,-0.3447768063757865f,0.07750284825093073f,-0.7177201838448648f,-0.010627792488549628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3832154022223812f,-0.33173004387999455f,0.6403480131392303f,0.1861082635872977f,0.27930032607124394f,0.7368176511088108f,0.21455889940861456f,1.5497933923002372f,-0.66489226781523f,0.11831893950807737f,0.45919859015206976f,-0.1254822741498929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4711762858451819f,-0.1565666080674306f,0.6272796863404705f,0.1861082635872977f,-0.023439725458826555f,0.7715405921574907f,0.21018014635945917f,1.5497933923002372f,-0.6460986665576353f,-0.1421689554422077f,0.44982719035304797f,-0.1254822741498929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.17375767410796222f,-1.5033778833712144f,0.3886765499472253f,0.10454786791728504f,1.5463069294224034f,0.20327432608706567f,0.0949772518769994f,1.5149501443337365f,-0.14194858473704067f,0.37408653830916727f,1.5104026321305901f,-0.949249845050125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24875299196622394f,0.916411978059852f,0.3135459064575407f,-0.2873791686763587f,-0.060785441201279426f,0.3083126853790972f,-0.9493410441839621f,1.5762852201526616f,-0.9666576845635777f,-0.2552104513979765f,-0.02098919654068619f,-0.5955364790877722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24875299196622394f,0.916411978059852f,0.3135459064575407f,-0.2057570931874415f,-0.060785441201279426f,0.3083126853790972f,-0.9493410441839621f,1.5962304430468315f,-0.9666576845635777f,-0.2552104513979765f,-0.02098919654068619f,-0.2783519263403483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3488487667421971f,-0.8797922238453577f,0.32290893577553337f,-0.37578671657301466f,0.22614396160264869f,-0.25534887231847403f,-0.9400297133794989f,1.5352269276753323f,0.9094852646267046f,0.40095211218663385f,0.1098815596902828f,0.3243774051069208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.9333473003576422f,-0.1568203944371172f,0.32290893577553337f,-0.05611590434052354f,0.3355293423893242f,0.061353063162683616f,-0.9400297133794989f,1.6441609669333306f,0.12760437810235192f,0.985719618111125f,0.1098815596902828f,0.3168845366233699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07923644432632818f,0.030182922429781045f,0.996398804236596f,-0.2894670700069877f,-0.9185083354805241f,0.39063520770861526f,0.06120924890279021f,1.2936910969565827f,-0.38738097984196046f,-0.9200506103970828f,0.05867581072842332f,0.015943704794789154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.03321392859735631f,-0.19960704590342823f,0.9793129541534903f,-0.3207726851504212f,-0.576867318290992f,0.8039897426949909f,0.14430727884968758f,1.445341094204704f,-0.8161623196612845f,-0.560140625974361f,-0.1418504391891759f,-0.08996922782033588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.07923644432632818f,0.030182922429781045f,0.996398804236596f,-0.2137428857326913f,-0.9185083354805241f,0.39063520770861526f,0.06120924890279021f,1.3187230196400959f,-0.38738097984196046f,-0.9200506103970828f,0.05867581072842332f,0.318095158146844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.03321392859735631f,-0.19960704590342823f,0.9793129541534903f,-0.2450485008761248f,-0.576867318290992f,0.8039897426949909f,0.14430727884968758f,1.4703730168882172f,-0.8161623196612845f,-0.560140625974361f,-0.1418504391891759f,0.21218222553171898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6768608446944446f,-0.3720097566523574f,0.6351914182944984f,-0.561570673157235f,0.22993649686288106f,0.9265736146936306f,0.297641636811797f,2.09517075942236f,-0.6992772013514732f,-0.055408280148668165f,0.7127000197565717f,0.17190748453261487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6768608446944446f,-0.3720097566523574f,0.6351914182944984f,-0.48090253978662273f,0.22993649686288106f,0.9265736146936306f,0.297641636811797f,1.9986303424044043f,-0.6992772013514732f,-0.055408280148668165f,0.7127000197565717f,0.27187204145405713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6768608446944446f,-0.3720097566523574f,0.6351914182944984f,-0.16391492689924872f,0.22993649686288106f,0.9265736146936306f,0.297641636811797f,2.230258451329303f,-0.6992772013514732f,-0.055408280148668165f,0.7127000197565717f,-0.23891787126137567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6768608446944446f,-0.3720097566523574f,0.6351914182944984f,-0.032482230176553134f,0.22993649686288106f,0.9265736146936306f,0.297641636811797f,2.150963271576063f,-0.6992772013514732f,-0.055408280148668165f,0.7127000197565717f,-0.19139910444129377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5667578793796713f,-0.5247069356184281f,0.6351914182944984f,-0.5242270969420203f,0.44726484550024675f,0.8434237452287163f,0.297641636811797f,2.21521261582747f,-0.6919101561190572f,0.11540804867202306f,0.7127000197565717f,0.11918576049013706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6418623981800944f,-0.4295864568716305f,0.6351914182944984f,-0.45462327607891473f,0.3098177306715972f,0.9030074361806196f,0.297641636811797f,2.259998926407605f,-0.7014453902934992f,0.005748588955806003f,0.7127000197565717f,0.038447695546292876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5188699718410779f,-0.5721064712504679f,0.6351914182944984f,-0.4384306497405872f,0.51907209069659f,0.8012325634270399f,0.297641636811797f,2.263018457031614f,-0.6792187548805686f,0.17527282977538805f,0.7127000197565717f,0.022755040828942683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6702652900376167f,-0.38376594832764f,0.6351914182944984f,-0.46140998067898453f,0.2460724157383826f,0.9224195478461366f,0.297641636811797f,2.263031599916046f,-0.7001377058718277f,-0.043195771268913455f,0.7127000197565717f,0.04322980094690736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6019789912484811f,-0.48389374476271585f,0.6351914182944984f,-0.5236444845793018f,0.3873410644768419f,0.8725688258274766f,0.297641636811797f,2.349008283580698f,-0.6982751562710847f,0.06686170782723361f,0.7127000197565717f,0.10663737873978456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6019789912484811f,-0.48389374476271585f,0.6351914182944984f,-0.4147683920076909f,0.3873410644768419f,0.8725688258274766f,0.297641636811797f,2.152680297769516f,-0.6982751562710847f,0.06686170782723361f,0.7127000197565717f,0.09159349447865701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7701391650264633f,-0.5316570470731418f,0.3524577290822387f,-0.27589561322043077f,0.025316472570157143f,0.5775897213158443f,0.8159345501000004f,2.2514874741005073f,-0.6373733150273438f,-0.6194601666998071f,0.45828414675101004f,-0.20165120090608576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6774879881885567f,-0.6455877748768273f,0.3524577290822387f,-0.3604379103568427f,0.11535972384932097f,0.5665182645480362f,0.8159345501000004f,2.2439087843180907f,-0.7264311116503959f,-0.5121264305452988f,0.45828414675101004f,-0.12313811867719518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8286808160896739f,-0.5580723929455162f,0.042933777809752494f,-0.35131763783563313f,0.04397064492383591f,0.14137633813503853f,0.988978924649312f,2.2873044904136104f,-0.5579916553407709f,-0.8176600364745685f,0.14169466229351607f,-0.07691361499181376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.615668436559212f,-0.7868348409594723f,0.042933777809752494f,-0.33926374323736824f,0.08550625946674043f,0.1208692110981836f,0.988978924649312f,2.290807420952018f,-0.7833524467420405f,-0.6052120015835647f,0.14169466229351607f,-0.10501519373139712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7311766238824812f,-0.6808358358744047f,0.042933777809752494f,-0.3769721145102688f,0.06554542514522305f,0.13275723649587906f,0.988978924649312f,2.3394081916195177f,-0.6790320625201347f,-0.72030415849638f,0.14169466229351607f,-0.2122611183985853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7311766238824812f,-0.5840841496719524f,0.3524577290822387f,-0.24555318083407973f,0.06554542514522305f,0.5744167539301428f,0.8159345501000004f,2.210164421985236f,-0.6790320625201347f,-0.5734902779527744f,0.45828414675101004f,-0.08322580585921129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6768608446944446f,-0.3720097566523574f,0.6351914182944984f,-0.15935551795825514f,0.22993649686288106f,0.9265736146936306f,0.297641636811797f,1.6972520811965215f,-0.6992772013514732f,-0.055408280148668165f,0.7127000197565717f,0.01030871226852244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.24231738967774846f,-0.3185457096370805f,0.9164119780598521f,-0.039900876844349946f,-0.08010215258724201f,0.9479066057292882f,0.30831268537909695f,1.3417871040480385f,-0.9668846507265756f,0.001302953026273146f,-0.2552104513979765f,0.00982010488367001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.27761505553706645f,0.5577662610384903f,0.7821935048223645f,-0.43430864290501314f,-0.08646196762435829f,0.7963873518825597f,-0.5985745683839301f,1.0449705530966622f,-0.9567937129254539f,-0.2338033015349149f,-0.17286355051802488f,0.2575313143229359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2785359785440162f,0.9018337225535904f,0.3303235467260263f,-0.12506901269372087f,-0.0893922343430738f,0.31809814798221314f,-0.9438339878863438f,1.1299679949674586f,-0.9562566272166066f,-0.29242008329699215f,-0.00798484745626793f,0.15951110554216452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.197721727535265f,0.42474166543441094f,0.8834594705499925f,-0.4622857933736841f,0.08808183764281509f,0.9053041798909065f,-0.4155309034831445f,1.0689658892866094f,-0.9762928394380115f,-0.0043427544319850075f,-0.216410332807859f,-0.03442279682551018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.197721727535265f,0.9525452244990393f,0.23143835841222404f,-0.12763266862103861f,0.08808183764281509f,0.2524084743830585f,-0.963603420467716f,1.123051931618511f,-0.9762928394380115f,-0.170139817043782f,-0.1338085734113222f,-0.09731806090129001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1068789953541407f,0.7700969778731832f,0.6289097908465723f,-0.038876065914269106f,0.11246788672567257f,0.6378370812781309f,-0.7619152395129373f,1.2864919615922104f,-0.9878906087252528f,-0.010700580226553486f,-0.15478256612184793f,0.0031313832392771794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.36382208199814786f,0.6870996780874326f,0.6289097908465723f,-0.038876065914269106f,-0.11246788672567257f,0.6378370812781309f,-0.7619152395129373f,1.2864919615922104f,-0.9246537011800655f,-0.347933743863313f,-0.15478256612184793f,0.0031313832392771794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.23898120009340218f,0.7398381316066629f,0.6289097908465723f,-0.038876065914269106f,0f,0.647676746377345f,-0.7619152395129373f,1.2864919615922104f,-0.9710241943442589f,-0.1820834183082537f,-0.15478256612184793f,0.0031313832392771794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.18427246459774957f,0.3311768027947619f,0.9254002291342435f,-0.050468436960151096f,0.1654892476806299f,0.9385361617133685f,-0.30292438340027505f,1.2831180295342672f,-0.9688431078834023f,0.09732316500698618f,-0.22775257157681594f,0.005984410754563482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.286428612754539f,0.24817950300901126f,0.9254002291342435f,-0.050468436960151096f,-0.1654892476806299f,0.9385361617133685f,-0.30292438340027505f,1.2831180295342672f,-0.943701202021916f,-0.23990999862977336f,-0.22775257157681594f,0.005984410754563482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.23898120009340218f,0.2941469053384835f,0.9254002291342435f,-0.050468436960151096f,0f,0.9530145948208575f,-0.30292438340027505f,1.2831180295342672f,-0.9710241943442589f,-0.07239323268255161f,-0.22775257157681594f,0.005984410754563482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.12409611633149562f,0.5350858594789644f,0.8356334584595676f,-0.08764729151955511f,0.23431453842362804f,0.834128799162265f,-0.49932538839061663f,1.3546497925676166f,-0.9642078878513503f,0.13383672662530227f,-0.228890540677115f,-0.18439699662544157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.33758011000404975f,0.4118508252780034f,0.8464151269013812f,0.004957923516638242f,-0.23431453842362804f,0.834128799162265f,-0.49932538839061663f,1.3546497925676166f,-0.9116668066859601f,-0.36688968931539284f,-0.18508265575433766f,0.19187487868295877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.23898120009340218f,0.48746771752069407f,0.8397995060590844f,-0.0940170016483367f,0f,0.864859507055031f,-0.5020139769533603f,1.1883421476763187f,-0.9710241943442589f,-0.1199719026759756f,-0.20668516290819955f,0.015093131529024431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.23898120009340218f,0.41241940597530413f,0.8790894263821483f,0f,0f,0.9053218565535383f,-0.42472618949913454f,1.390625f,-0.9710241943442589f,-0.10150157447760093f,-0.21635490374995148f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.26032123752747477f,0.761005710541512f,0.5942248411294938f,1.297317976233802f,0.12181456374173544f,0.636412719138401f,-0.7616692608864278f,0.7750695570690729f,-0.9578069040013101f,-0.12589344479390058f,-0.2583733252589175f,-0.33253039022387154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.015199104739122213f,0.761005710541512f,0.6485671096643256f,1.285548902212543f,-0.21149385136353827f,0.636412719138401f,-0.7417878414710531f,0.7707637762642605f,-0.9772611411749405f,-0.12589344479390058f,0.17062093220756452f,-0.4254390101056836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1255367895600952f,0.761005710541512f,0.6364831678765375f,1.195960964041692f,-0.045928328584665695f,0.636412719138401f,-0.76998015529771f,0.8884136899613232f,-0.9910252787393283f,-0.12589344479390058f,-0.04494148926728786f,-0.3722434767746844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2724590052727337f,-0.43340360269621975f,-0.8590270121572019f,-1.4761336484067036f,-0.2408786744175384f,0.833648193061651f,-0.4969991493110362f,0.7669354830402727f,0.93152753832436f,0.3423331818199653f,0.12273727212373844f,0.29081839743878457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6099722207931216f,-0.43340360269621975f,-0.6633967191889363f,-1.5185019090778296f,-0.008269301787244485f,0.833648193061651f,-0.5522339258439268f,0.7788978502930607f,0.7923796492267192f,0.3423331818199653f,0.5049182944956143f,0.2080482654018419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4519281138253456f,-0.43340360269621975f,-0.7796937200620526f,-1.3803637207329587f,-0.12759858402973898f,0.833648193061651f,-0.5373539723112223f,0.85351976251335f,0.8828814083940555f,0.3423331818199653f,0.32144736946683433f,0.2012162260002881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000037340812514594093f,0f,0.000015172253036629046f,-0.6693039804233522f,0f,0.000015625f,0f,1.5567475f,-0.000015172253036629046f,0f,-0.0000037340812514594093f,0.1572912079415343f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77.mcfunction new file mode 100644 index 000000000..32a8e1d32 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..1e0db15cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4585523536875044f,-0.3144246661401707f,0.5981733132585707f,0.20979240321685647f,-0.34945600978448815f,0.7290563267430065f,0.11533349082526945f,1.5549666837243867f,-0.578407019837759f,-0.19120263126610204f,-0.5439037760889011f,0.07038725892555826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.532870770235621f,-0.11266297952852918f,0.5859656946206407f,0.20979240321685647f,-0.042962426887302285f,0.7908159121084029f,0.11297974611454967f,1.5549666837243867f,-0.5951495375991224f,0.04378637002434797f,-0.5328036990258623f,0.07038725892555826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5980228300236646f,-0.33901707413049725f,0.4408861107620972f,0.22484646153810942f,0.27056692300933943f,0.7429666012249166f,0.20430030367573668f,1.546451613406845f,-0.4859080976771117f,-0.0035351600723298147f,0.6563728115175991f,-0.04449197768536603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6683140605962143f,-0.0826359249647877f,0.43188843503225854f,0.22484646153810942f,-0.033648751098602575f,0.7738316228501394f,0.20013090972317063f,1.546451613406845f,-0.43843366426279784f,-0.18535350922584004f,0.64297744801724f,-0.04449197768536603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.032670266957311f,-1.1580155038500204f,-0.1843867201977924f,0.33492953319123897f,1.1612098664243728f,-1.0440814319371834f,0.05377601326511458f,1.9093455837318776f,-0.16306445308835765f,-0.10149042480442944f,1.550650162935538f,-0.8736358318494867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.11800750092658714f,0.9507244549681929f,0.2867006111791425f,-0.04500956896229592f,-0.03441664848967302f,0.29246033291387596f,-0.9556581229595879f,1.5899637676733793f,-0.9924161042787443f,0.10290755267392714f,0.06723326238450045f,-0.6576867084688225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11800750092658714f,0.9507244549681929f,0.2867006111791425f,-0.08373078020383233f,-0.03441664848967302f,0.29246033291387596f,-0.9556581229595879f,1.6012567304590533f,-0.9924161042787443f,0.10290755267392714f,0.06723326238450045f,-0.3320501742523595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.041120421198612145f,-0.9723829567997879f,0.22974006243089287f,-0.47307886392510823f,0.24510035878751077f,-0.2130920583503076f,-0.9457893998085739f,1.546336416613715f,0.9686252758846849f,0.09520063021498804f,0.22956897639704466f,0.18694958360720101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8600326000713645f,-0.45559129768767315f,0.22974006243089287f,-0.16268327339577543f,0.3077031520200154f,0.10392873253669886f,-0.9457893998085739f,1.6435985875959949f,0.4070168264966889f,0.8841014579925639f,0.22956897639704466f,0.2770280789486683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.20185512227334365f,0.3730596625837718f,0.9055832362433041f,-0.2742882144612068f,-0.9188002534398202f,0.3923551664562493f,0.04316847963515426f,1.2981349972020086f,-0.33920584294928546f,-0.8407638857063088f,0.4219662126297477f,-0.09181677377801928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.26062343298751334f,0.03341236696961211f,0.9648621870045956f,-0.26199300698562583f,-0.5741132781515792f,0.8088560255168731f,0.12706641505564994f,1.45058966708052f,-0.7761890040627027f,-0.5870566784549301f,0.22998931769457076f,-0.20045246775272763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.20185512227334365f,0.3730596625837718f,0.9055832362433041f,-0.3147826291858523f,-0.9188002534398202f,0.3923551664562493f,0.04316847963515426f,1.3210399695018211f,-0.33920584294928546f,-0.8407638857063088f,0.4219662126297477f,0.2172007251116928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.26062343298751334f,0.03341236696961211f,0.9648621870045956f,-0.3024874217102713f,-0.5741132781515792f,0.8088560255168731f,0.12706641505564994f,1.4734946393803325f,-0.7761890040627027f,-0.5870566784549301f,0.22998931769457076f,0.10856503113698447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8763436316885388f,-0.3128609091004275f,0.3662511307228917f,-0.5697074937952481f,0.21335192508540818f,0.9338111501499403f,0.28718929631515866f,2.1060144851643936f,-0.4318596939531322f,-0.1735361271104656f,0.8850889318741969f,-0.026431304196388995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8763436316885388f,-0.3128609091004275f,0.3662511307228917f,-0.5291267228407437f,0.21335192508540818f,0.9338111501499403f,0.28718929631515866f,2.0082113907344947f,-0.4318596939531322f,-0.1735361271104656f,0.8850889318741969f,0.09443253757886762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8763436316885388f,-0.3128609091004275f,0.3662511307228917f,-0.0548556101782315f,0.21335192508540818f,0.9338111501499403f,0.28718929631515866f,2.231358741152071f,-0.4318596939531322f,-0.1735361271104656f,0.8850889318741969f,-0.28014887439385416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8763436316885388f,-0.3128609091004275f,0.3662511307228917f,0.051450933152913214f,0.21335192508540818f,0.9338111501499403f,0.28718929631515866f,2.1495570411035776f,-0.4318596939531322f,-0.1735361271104656f,0.8850889318741969f,-0.19167450966508243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7746245763879643f,-0.5155743155937561f,0.3662511307228917f,-0.5144142362648674f,0.4329238246795076f,0.8544584659928595f,0.28718929631515866f,2.2250649169471504f,-0.46101380421917265f,-0.06390504669553876f,0.8850889318741969f,-0.06322560434948198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8457412546852325f,-0.38804875900800423f,0.3662511307228917f,-0.4209080355952866f,0.29392706097511384f,0.9116628713008639f,0.28718929631515866f,2.268108084680754f,-0.44534100748749883f,-0.13523671736555948f,0.8850889318741969f,-0.11588504578971143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7267416335920651f,-0.5811253799724634f,0.3662511307228917f,-0.4003409025342639f,0.5057473810739581f,0.8134751960685934f,0.28718929631515866f,2.270735284887383f,-0.4648291993203193f,-0.02348186817575569f,0.8850889318741969f,-0.12524821735304817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8707499845648083f,-0.32810756410754915f,0.3662511307228917f,-0.42883919559285216f,0.22961668228190835f,0.9299454216779891f,0.28718929631515866f,2.2712975287624495f,-0.4348225426518677f,-0.16597270581501467f,0.8850889318741969f,-0.11363801496154081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8087022760612396f,-0.46028332354928303f,0.3662511307228917f,-0.5069088527676809f,0.37226523445278714f,0.8825762875240957f,0.28718929631515866f,2.358772378426439f,-0.4554330070506331f,-0.0959080745433389f,0.8850889318741969f,-0.07440889521463481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8087022760612396f,-0.46028332354928303f,0.3662511307228917f,-0.4033451049690924f,0.37226523445278714f,0.8825762875240957f,0.28718929631515866f,2.160192713733518f,-0.4554330070506331f,-0.0959080745433389f,0.8850889318741969f,-0.05282957844238359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9393055014017312f,-0.2818329229700399f,0.19564094297106094f,-0.1723884152123722f,0.007090986342426005f,0.5860719469488345f,0.8102279869964343f,2.2550247600952016f,-0.343008590197292f,-0.7596643183207737f,0.5524990773938903f,-0.2824093000934108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.883652709455817f,-0.42530284563448173f,0.19564094297106094f,-0.2784579026879206f,0.09868553602976102f,0.577747154096171f,0.8102279869964343f,2.249479844654211f,-0.45762326650850293f,-0.6966532246598643f,0.5524990773938903f,-0.23671839985685658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9682988143212075f,-0.24943173225197918f,0.013461691198392106f,-0.2844293309764882f,0.02483506611719102f,0.1497542129716024f,0.9884112985939664f,2.2928517836278504f,-0.24855708735640303f,-0.9567431664992612f,0.15120148042221154f,-0.1899606371514926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8438282528788121f,-0.5364444635873977f,0.013461691198392106f,-0.2636015963430016f,0.06989614825084584f,0.1347502626026572f,0.9884112985939664f,2.296000864716036f,-0.5320417353020224f,-0.8331084588545146f,0.15120148042221154f,-0.2124006546055207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9173577295182563f,-0.3978361207371559f,0.013461691198392106f,-0.26225972917513773f,0.04795602543559235f,0.1440254298247713f,0.9884112985939664f,2.344964369166218f,-0.3951645425864148f,-0.906081175502836f,0.15120148042221154f,-0.32591901944447876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9173577295182563f,-0.34666903168080043f,0.19564094297106094f,-0.18425919704695776f,0.04795602543559235f,0.5841496629393248f,0.8102279869964343f,2.21353069500487f,-0.3951645425864148f,-0.7338867445058327f,0.5524990773938903f,-0.16079450193066663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8763436316885388f,-0.3128609091004275f,0.3662511307228917f,-0.1449062829291463f,0.21335192508540818f,0.9338111501499403f,0.28718929631515866f,1.6993088244075008f,-0.4318596939531322f,-0.1735361271104656f,0.8850889318741969f,-0.045533804163480116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.12958212711886563f,-0.28165845106579396f,0.9507244549681931f,-0.03928436377947357f,-0.07329591135940033f,0.9534645578362626f,0.2924603329138757f,1.3417596152189022f,-0.9888559964470787f,-0.10758184741543447f,0.10290755267392718f,-0.005190611382692186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.0907804114520758f,0.5812553451187176f,0.808641540280681f,-0.49154689459845674f,-0.08671946912116435f,0.8135237978395687f,-0.5750293592713576f,1.0294296950993125f,-0.9920880256166461f,-0.017923563250783953f,0.12425818004646576f,0.08394302003719745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08890192792624652f,0.9336970595700977f,0.3468519109953838f,-0.170637432018381f,-0.09265485998741695f,0.3544731383521364f,-0.9304643309162901f,1.1275842928782494f,-0.991721495245368f,0.0505825576354179f,0.11802491572270235f,0.10354022499039578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.1705818357755964f,0.366065161597504f,0.914821367682249f,-0.41266998010109934f,0.09001634307603867f,0.9187570720021355f,-0.38442489594884427f,1.0653071736128628f,-0.9812231628343495f,0.14792477855537275f,0.12377142079938959f,-0.19967520311568585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.1705818357755964f,0.9501572461113387f,0.2609656011154425f,-0.07941215527450254f,0.09001634307603867f,0.24871276714327445f,-0.9643853054869471f,1.1215597371948258f,-0.9812231628343495f,0.18799778488602512f,-0.043103800242014226f,-0.13657907579948267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.25846437849237947f,0.7114788570770497f,0.65344777984387f,-0.03578166605570217f,0.1144562173127201f,0.6491134643878432f,-0.7520315715904987f,1.2859215694015054f,-0.9592163152120647f,0.26916453385011013f,0.08633952946502271f,-0.011032123330729093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.00046303146537043927f,0.7569714556170392f,0.65344777984387f,-0.03578166605570217f,-0.1144562173127201f,0.6491134643878432f,-0.7520315715904987f,1.2859215694015054f,-0.9934281855878286f,-0.07513937537292287f,0.08633952946502271f,-0.011032123330729093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.13099071683679708f,0.7455517628707607f,0.65344777984387f,-0.03578166605570217f,0f,0.6591270858727659f,-0.7520315715904987f,1.2859215694015054f,-0.9913835948322839f,0.0985091546465425f,0.08633952946502271f,-0.011032123330729093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.17866217456065397f,0.25889806875362975f,0.9492373872624797f,-0.047565146566062776f,0.16626595732536134f,0.9429411010006559f,-0.28847480215497484f,1.2823674493567458f,-0.9697605162182771f,0.20936539838118323f,0.12542197233638497f,-0.012589065130987233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.07933917246635509f,0.3043906672936192f,0.9492373872624797f,-0.047565146566062776f,-0.16626595732536134f,0.9429411010006559f,-0.28847480215497484f,1.2823674493567458f,-0.9828839845816163f,-0.13493851084184977f,0.12542197233638497f,-0.012589065130987233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.13099071683679708f,0.28598918637893084f,0.9492373872624797f,-0.047565146566062776f,0f,0.95748748739691f,-0.28847480215497484f,1.2823674493567458f,-0.9913835948322839f,0.03778752112363337f,0.12542197233638497f,-0.012589065130987233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.2319812860047472f,0.4370583444542055f,0.8690021211058881f,-0.01394434965400411f,0.23595044953789307f,0.8414085758814782f,-0.4861676601708189f,1.3540331496396931f,-0.9436694698391221f,0.3178232401446624f,0.09206693064015116f,-0.20358071427553198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02107334678881395f,0.5046061074710535f,0.8630924575953782f,-0.06470325242826298f,-0.23595044953789307f,0.8414085758814782f,-0.4861676601708189f,1.3540331496396931f,-0.9715365661764792f,-0.19340187366210845f,0.13679333260799395f,0.18058042872197805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.13099071683679708f,0.4846626743759332f,0.864837281902989f,-0.09001464702628975f,0f,0.8723538360036075f,-0.48887501962136604f,1.1869298718159824f,-0.9913835948322839f,0.06403808926380598f,0.11427025431344227f,-0.019773963622124868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.13099071683679708f,0.4074428509161499f,0.9037874503111348f,0f,0f,0.911642531732666f,-0.4109840560606397f,1.390625f,-0.9913835948322839f,0.053835096111877596f,0.11941670873057444f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.024772329015141564f,0.767664327861328f,0.640373181390649f,1.2778522174293876f,0.1220624946070023f,0.6334542266380143f,-0.7640919382932598f,0.7667494569911535f,-0.9922132226116929f,0.09709388489318288f,-0.07801088636125247f,0.20659232657874815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2930847554741344f,0.767664327861328f,0.5699059622761304f,1.293113522122611f,-0.21229301740413392f,0.6334542266380143f,-0.7440883129816536f,0.7624172096755133f,-0.9322193952445501f,0.09709388489318288f,0.348625553633457f,0.1141943465561485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16278725006105077f,0.767664327861328f,0.6198320667299945f,1.1925080597665f,-0.04621063803349511f,0.6334542266380143f,-0.7723990676373014f,0.8804431934789286f,-0.9855784535743961f,0.09709388489318288f,0.1385925299799781f,0.1396044570704516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.05949121269111403f,-0.5267815325368553f,-0.8479162768756495f,-1.4291239333585837f,-0.2406901968468925f,0.8319291788968461f,-0.499962069003063f,0.7586408357894671f,0.9687770769141605f,0.17434178580633364f,-0.1762836264872995f,-0.2979382818974393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3044275537126224f,-0.5267815325368553f,-0.7936151973838902f,-1.440884086940747f,-0.0068462991273646745f,0.8319291788968461f,-0.5548395889698914f,0.7705258308771996f,0.9525108885093164f,0.17434178580633364f,0.2496556608471986f,-0.39018527740129577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1254416382097418f,-0.5267815325368553f,-0.8406935305932708f,-1.3088999805606747f,-0.1267732809358138f,0.8319291788968461f,-0.5402058649633384f,0.8456142130778341f,0.9839679520411353f,0.17434178580633364f,0.03757673585921245f,-0.3496982900282494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000020467299505749544f,0f,0.00001549036866925444f,-0.6806307959484256f,0f,0.000015625f,0f,1.5567475f,-0.00001549036866925444f,0f,0.0000020467299505749544f,-0.097211428921f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78.mcfunction new file mode 100644 index 000000000..94f365122 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..a698e5100 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.20665899127966159f,-0.21228698888550526f,0.7610326800589068f,0.1748511757826266f,-0.3350082914413705f,0.7359648215284419f,0.11432265996987197f,1.5505640773147982f,-0.7155459107794907f,-0.2832568803524082f,-0.27332038662385744f,0.1453387442220043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2666123028302328f,-0.11465400679617432f,0.7455014008740312f,0.1748511757826266f,-0.027297070708695664f,0.7916522038510997f,0.11198954446028275f,1.5505640773147982f,-0.7537723462095732f,0.011884732360468275f,-0.2677424195499012f,0.1453387442220043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7340870251109827f,-0.30528678163198425f,0.18671010944492725f,0.22946884719135818f,0.26215568873894496f,0.748810700999714f,0.1936527133157988f,1.5430198451912844f,-0.24358792841592336f,-0.1141357063917625f,0.7710916975956469f,0.04601589161283883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7788109430524951f,-0.0011023020459273447f,0.182899699048092f,0.22946884719135818f,-0.04345192564209166f,0.7759675289727853f,0.18970061712568048f,1.5430198451912844f,-0.1776666686232316f,-0.19461032580536267f,0.755355132338593f,0.04601589161283883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3813781831098044f,0.029672450739876368f,-0.7296027075712809f,0.3104215725143437f,-0.03995324466432356f,-1.5619420786580362f,0.012121516332722484f,2.085031279597154f,-0.7291119965197712f,0.029372411962611332f,1.381643661711098f,-0.8523078838817436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4669457328456195f,0.850809505462964f,0.24100802474426797f,0.20033468941888793f,-0.007757770452942174f,0.2764762527785958f,-0.9609894373233794f,1.60372172287219f,-0.8842519434951029f,0.44686023213458187f,0.13569979131067503f,-0.6255803202851675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.4669457328456195f,0.850809505462964f,0.24100802474426797f,0.04711812082891904f,-0.007757770452942174f,0.2764762527785958f,-0.9609894373233794f,1.6062672413020618f,-0.8842519434951029f,0.44686023213458187f,0.13569979131067503f,-0.33543515132583684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.26370475953524875f,-0.9589869375579188f,0.10394158644037099f,-0.519569111535948f,0.26344697128532313f,-0.17526124924349823f,-0.9486196223113875f,1.5564333984543708f,0.9279307587956375f,-0.22277241325373576f,0.298859429789425f,0.023480761969825542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7048053069289195f,-0.701744701392957f,0.10394158644037099f,-0.24793924684212143f,0.2822671220554158f,0.1429898037356317f,-0.9486196223113875f,1.6429566687929604f,0.6508262065493255f,0.6979314365283709f,0.298859429789425f,0.20364584160883015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3012628610628959f,0.6586918700151729f,0.6894676996931131f,-0.22112205886450095f,-0.9187752872447481f,0.3939847038667253f,0.025060420335253297f,1.3026387063064568f,-0.25513263235526923f,-0.6410156577611527f,0.7238827711808782f,-0.18534233736207634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5194279959517903f,0.2546405493566988f,0.8156915762988026f,-0.16827888350825243f,-0.5711315870024145f,0.813489877050564f,0.1097402855124868f,1.4558539350378905f,-0.6356125135250329f,-0.5228694010549644f,0.5679826776327007f,-0.2798304583246778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3012628610628959f,0.6586918700151729f,0.6894676996931131f,-0.37136830038157326f,-0.9187752872447481f,0.3939847038667253f,0.025060420335253297f,1.3233919257765403f,-0.25513263235526923f,-0.6410156577611527f,0.7238827711808782f,0.08788215054415088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5194279959517903f,0.2546405493566988f,0.8156915762988026f,-0.31852512502532476f,-0.5711315870024145f,0.813489877050564f,0.1097402855124868f,1.476607154507974f,-0.6356125135250329f,-0.5228694010549644f,0.5679826776327007f,-0.0066059704184505685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9734954930722184f,-0.22136245183104988f,0.057490780890714965f,-0.5129782904658191f,0.19763550645206512f,0.9407316218563313f,0.27561607759525275f,2.1163870705725514f,-0.11509444624965132f,-0.25694878975956015f,0.9595470743447574f,-0.20742848893956856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9734954930722184f,-0.22136245183104988f,0.057490780890714965f,-0.5164243042686415f,0.19763550645206512f,0.9407316218563313f,0.27561607759525275f,2.0172232936231125f,-0.11509444624965132f,-0.25694878975956015f,0.9595470743447574f,-0.08103631026544066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9734954930722184f,-0.22136245183104988f,0.057490780890714965f,0.058950311714109194f,0.19763550645206512f,0.9407316218563313f,0.27561607759525275f,2.23249793061314f,-0.11509444624965132f,-0.25694878975956015f,0.9595470743447574f,-0.2750464761112387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9734954930722184f,-0.22136245183104988f,0.057490780890714965f,0.1285164598917031f,0.19763550645206512f,0.9407316218563313f,0.27561607759525275f,2.1481568166476057f,-0.11509444624965132f,-0.25694878975956015f,0.9595470743447574f,-0.15728638090583463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8910260925153595f,-0.4502969160114081f,0.057490780890714965f,-0.4465468925049434f,0.4193484644808644f,0.864975515901201f,0.27561607759525275f,2.2344676836136075f,-0.17383718760481232f,-0.221472445965781f,0.9595470743447574f,-0.2225284342556912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9504980399089756f,-0.30536582363088827f,0.057490780890714965f,-0.34014105268863765f,0.2788736069113219f,0.9199267846623866f,0.27561607759525275f,2.2758601976787305f,-0.13705103975331434f,-0.24593988009054563f,0.9595470743447574f,-0.24079309021618694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8483895070532523f,-0.5262414411983485f,0.057490780890714965f,-0.3175911857717461f,0.4931403005156597f,0.8251353960280291f,0.27561607759525275f,2.2781154591708996f,-0.1924782801493824f,-0.20547876724166023f,0.9595470743447574f,-0.24279194554672587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.969483917514083f,-0.238318576267403f,0.057490780890714965f,-0.34831175206278486f,0.214023436220205f,0.9371391286887468f,0.27561607759525275f,2.2791985191683346f,-0.11956129152046698f,-0.25490098015969737f,0.9595470743447574f,-0.2412624316370663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9202667227356174f,-0.38704517712796993f,0.057490780890714965f,-0.43342365079082823f,0.3579893108334957f,0.8921207491701818f,0.27561607759525275f,2.3680471212901772f,-0.1579645920907743f,-0.23305921943148225f,0.9595470743447574f,-0.22911602775971412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9202667227356174f,-0.38704517712796993f,0.057490780890714965f,-0.34633848593703515f,0.3579893108334957f,0.8921207491701818f,0.27561607759525275f,2.1673199527268867f,-0.1579645920907743f,-0.23305921943148225f,0.9595470743447574f,-0.1766777033876307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9998666240167008f,-0.004098597507340165f,0.01580935406390649f,-0.050770914541896126f,-0.010265356008231905f,0.5951705283254448f,0.8035338603188017f,2.258540841661498f,-0.012702623487665314f,-0.8035889768477937f,0.5950490733084515f,-0.3158161894921168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9869154447830417f,-0.16046173741042644f,0.01580935406390649f,-0.1660658162049568f,0.08296621076491364f,0.5894488469684852f,0.8035338603188017f,2.2549244793272076f,-0.13825524481914808f,-0.7917083349534416f,0.5950490733084515f,-0.3078696053849487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9962559323106472f,0.08409097617305986f,-0.020070502288300915f,-0.18642272462681614f,0.006450065982886402f,0.15921039038110207f,0.9872236059999344f,2.2981898525181235f,0.08621202923408791f,-0.9836568300586132f,0.15807190355778555f,-0.26524595958235997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9734812370327988f,-0.2278847429798382f,-0.020070502288300915f,-0.15928793240561717f,0.05533309359238802f,0.14942489923029073f,0.9872236059999344f,2.3010225236418025f,-0.22197416493499347f,-0.9621542201783614f,0.15807190355778555f,-0.27949182390915417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9971450954643084f,-0.0727930870987778f,-0.020070502288300915f,-0.11957766394200296f,0.031276647215480236f,0.15624123365950776f,0.9872236059999344f,2.350477108860309f,-0.06872721389983263f,-0.9850329148689322f,0.15807190355778555f,-0.385619026410036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9971450954643084f,-0.07383578343565528f,0.01580935406390649f,-0.10296461266898055f,0.031276647215480236f,0.5944367978684725f,0.8035338603188017f,2.216728829339903f,-0.06872721389983263f,-0.8007453842666344f,0.5950490733084515f,-0.2054513149500435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9734954930722184f,-0.22136245183104988f,0.057490780890714965f,-0.11299987964242958f,0.19763550645206512f,0.9407316218563313f,0.27561607759525275f,1.701286432407173f,-0.11509444624965132f,-0.25694878975956015f,0.9595470743447574f,-0.08936410049033616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.48078797285463154f,-0.21205214116391358f,0.8508095054629641f,-0.03348032670596198f,-0.0664103023042667f,0.9587233977521161f,0.2764762527785956f,1.3417651582501295f,-0.874318361299927f,-0.18942897357700472f,0.446860232134582f,-0.01832823539895939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4436676228139545f,0.5274724258767001f,0.72452182879908f,-0.48273451938815237f,-0.08692968745674945f,0.8299625162543428f,-0.551004039051831f,1.0140566137007585f,-0.8919653972578118f,0.18148019603391666f,0.4140805097347673f,-0.0944377382080162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4411445628789072f,0.8413160557538727f,0.31237600575768354f,-0.1930087705149634f,-0.09593148067952709f,0.39028901484200695f,-0.9156809684100076f,1.1252607737574145f,-0.8922940242190414f,0.37398098778467614f,0.25288257179684503f,0.03684517519263715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5126749418128073f,0.259535014439489f,0.8184167522217081f,-0.30797710075824714f,0.09194805698279472f,0.9311397917093f,-0.3528799273303177f,1.061698888925378f,-0.8536451012302028f,0.2561645263799337f,0.4535082982374423f,-0.33263674310066493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5126749418128073f,0.8192709243532887f,0.2568259265466441f,-0.021147172923117158f,0.09194805698279472f,0.24501752961209522f,-0.9651486750754387f,1.1201291041407828f,-0.8536451012302028f,0.5184221857637785f,0.05028397810021562f,-0.15408120391754246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5859102708374453f,0.5575636419324482f,0.5880747739209833f,-0.02798952821268752f,0.11641836064159694f,0.6602413321763867f,-0.7419758409756163f,1.2853751330590086f,-0.8019700242731733f,0.5031939670554233f,0.32193153260640844f,-0.022447618344375763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.35987756122170256f,0.7243315547502426f,0.5880747739209833f,-0.02798952821268752f,-0.11641836064159694f,0.6602413321763867f,-0.7419758409756163f,1.2853751330590086f,-0.9257077866339045f,0.19855775502116796f,0.32193153260640844f,-0.022447618344375763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.4801890669352923f,0.6508352481800578f,0.5880747739209833f,-0.02798952821268752f,0f,0.6704266189587991f,-0.7419758409756163f,1.2853751330590086f,-0.8771650129797774f,0.35628868676661f,0.32193153260640844f,-0.022447618344375763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5146228653467373f,0.15327267520528043f,0.843605828273922f,-0.038367071195575794f,0.16700462579022768f,0.9471302980361772f,-0.2739592186924325f,1.2816416382000273f,-0.8409951019042736f,0.28187175377699447f,0.46181766206556185f,-0.02812862774203273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.43116496671241056f,0.3200405880230747f,0.843605828273922f,-0.038367071195575794f,-0.16700462579022768f,0.9471302980361772f,-0.2739592186924325f,1.2816416382000273f,-0.8866827090028042f,-0.022764458257260783f,0.46181766206556185f,-0.02812862774203273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.4801890669352923f,0.24030744162027723f,0.843605828273922f,-0.038367071195575794f,0f,0.9617413095492113f,-0.2739592186924325f,1.2816416382000273f,-0.8771650129797774f,0.13155222160224084f,0.46181766206556185f,-0.02812862774203273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5539903198127626f,0.28156671690787205f,0.7834634066014027f,0.06100973997659237f,0.23753237585794934f,0.8484958407029461f,-0.4728986981680946f,1.3534248788234369f,-0.7979179757174484f,0.4480792254049757f,0.4031772709211745f,-0.19460852560316463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3736637226961352f,0.529185006813397f,0.7617996133529935f,-0.1250635234608334f,-0.23753237585794934f,0.8484958407029461f,-0.4728986981680946f,1.3534248788234369f,-0.8966347041912572f,-0.00424698407175747f,0.44275068646604104f,0.14529291692649912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.4801890669352923f,0.4172009155226244f,0.7715969518361883f,-0.0740861565927359f,0f,0.8796485728666166f,-0.47562420907027525f,1.1855642008237355f,-0.8771650129797774f,0.22838954516529186f,0.422397627435782f,-0.04946374030548353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.4801890669352923f,0.3483642346435486f,0.8050222481503401f,0f,0f,0.9177546256839811f,-0.3971478906347806f,1.390625f,-0.8771650129797774f,0.1907060750392348f,0.4406957373827393f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3047559356103465f,0.7110474172511692f,0.6336682019248747f,1.0532834554534287f,0.12262172659775772f,0.6304877968423347f,-0.7664522491317274f,0.7584144778206494f,-0.9445039607521224f,0.3112823612949186f,0.10495503642137718f,0.6762297822904438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5440024316071419f,0.7110474172511692f,0.44550300203922105f,1.0940349777101743f,-0.2127836915598732f,0.6304877968423347f,-0.7464638227262266f,0.7540855221793508f,-0.8116553794632728f,0.3112823612949186f,0.49428618889767717f,0.5919111243503792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4346829040719525f,0.7110474172511692f,0.5526864783292741f,0.9907562448324104f,-0.046175526840518726f,0.6304877968423347f,-0.7748244696406401f,0.8724736704460961f,-0.899399018027357f,0.3112823612949186f,0.30689525561351616f,0.5880361649783841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.38159880223607345f,-0.5572413313906531f,-0.7374716623179266f,-1.1656643043708832f,-0.2404126784817685f,0.8302219064801792f,-0.5029247757126688f,0.7503502612296438f,0.8925156010721691f,-0.014617954384545273f,-0.45077956614335957f,-0.8045600051688455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03417697397858577f,-0.5572413313906531f,-0.829646932760942f,-1.145701619521279f,-0.0053426881123460335f,0.8302219064801792f,-0.557407428802443f,0.7621497387703564f,0.9994015159751364f,-0.014617954384545273f,-0.03135163913115377f,-0.8953968151269324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21293530506244462f,-0.5572413313906531f,-0.8025837367203098f,-1.0352954014380347f,-0.1258610937676019f,0.8302219064801792f,-0.5430382777263858f,0.837705741658958f,0.9689259728862603f,-0.014617954384545273f,-0.24691855838722376f,-0.8129406263898054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007502954170863943f,0f,0.000013705703327809023f,-0.5995851818329916f,0f,0.000015625f,0f,1.5567475f,-0.000013705703327809023f,0f,0.000007502954170863943f,-0.336460921999195f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79.mcfunction new file mode 100644 index 000000000..d494ea579 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..6478ebb6f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.0779626113840625f,-0.0890697937400361f,0.8080426025363573f,0.11420588622351002f,-0.3205078944505208f,0.7426298636164826f,0.11278306479388979f,1.5461006103822859f,-0.7470883249425838f,-0.32789007602017534f,0.035938520092126586f,0.20354992319115522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.037168189293432685f,-0.10983649873177465f,0.7915519371784725f,0.11420588622351002f,-0.011675303025844852f,0.792248417020751f,0.1104813695940145f,1.5461006103822859f,-0.799050820038314f,-0.016685001482151574f,0.03520508090657298f,0.20354992319115522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7755919392323748f,-0.23957449052020313f,-0.0894743076765249f,0.1990504362111703f,0.2540797980512534f,0.7543429292887763f,0.1826325428249496f,1.5394975620575333f,0.029069648509100293f,-0.20128401071237093f,0.7909387757668376f,0.13217783403676206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7917401207284093f,0.07392804942044705f,-0.08764830139741214f,0.1990504362111703f,-0.05283469353444337f,0.7779468950962206f,0.17890534807342f,1.5394975620575333f,0.10176480918316078f,-0.1712695884243261f,0.7747971680981267f,0.13217783403676206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6312063026402509f,0.8154870554029384f,-1.1738678443408643f,0.3577885911543929f,-1.2142387336484244f,-0.982921768551526f,-0.029922309660380127f,1.9317616405122924f,-0.7540617688326963f,0.9001399387749578f,1.0307983262535498f,-0.937513086427247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.751275420378153f,0.6333181763468442f,0.18572380096351906f,0.4137678492383379f,0.019150278182643247f,0.26036783868686203f,-0.9653195612972213f,1.6175408978301054f,-0.6597109288022721f,0.7287775216664133f,0.18347973820725708f,-0.5067283084149817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.751275420378153f,0.6333181763468442f,0.18572380096351906f,0.16725560192675648f,0.019150278182643247f,0.26036783868686203f,-0.9653195612972213f,1.6112572128014255f,-0.6597109288022721f,0.7287775216664133f,0.18347973820725708f,-0.2902606599017362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5352636931516042f,-0.8440693350807151f,-0.03224494332611884f,-0.509913432646503f,0.28133880260455657f,-0.14215577335365803f,-0.9490206606029491f,1.5653613676933607f,0.7964554331177228f,-0.5170480574169315f,0.31356028029493416f,-0.14729814243266853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.48383485958287537f,-0.8745650875048205f,-0.03224494332611884f,-0.3022940715725268f,0.25969299888190306f,0.17865982223338894f,-0.9490206606029491f,1.6422348686772463f,0.8357412129266707f,0.45079549203293867f,0.31356028029493416f,0.1067174973763858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3680477028907484f,0.847989084135838f,0.38138615809085974f,-0.13858241504674101f,-0.9184313298353177f,0.39552035802485175f,0.006894836098337909f,1.3071996547836786f,-0.14499924404552322f,-0.3528146249439724f,0.9243901014462836f,-0.25216574200652103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7108798643032523f,0.43086257660885213f,0.5558842133090042f,-0.054321405599399984f,-0.5679234193727842f,0.8178855320807256f,0.09233767454811281f,1.4611303025147404f,-0.41486480720364083f,-0.3813406567506401f,0.8261153038486069f,-0.31850389449821226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3680477028907484f,0.847989084135838f,0.38138615809085974f,-0.377299633968884f,-0.9184313298353177f,0.39552035802485175f,0.006894836098337909f,1.325777882056057f,-0.14499924404552322f,-0.3528146249439724f,0.9243901014462836f,-0.051354415479620455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7108798643032523f,0.43086257660885213f,0.5558842133090042f,-0.29303862452154295f,-0.5679234193727842f,0.8178855320807256f,0.09233767454811281f,1.4797085297871189f,-0.41486480720364083f,-0.3813406567506401f,0.8261153038486069f,-0.1176925679713117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9597777064282034f,-0.11402994217366366f,-0.2565617401938337f,-0.404670044768236f,0.18284888687534684f,0.9473145281573923f,0.2629856827098849f,2.126256173114153f,0.2130564216630514f,-0.29931982398399304f,0.930061613097932f,-0.35209131311176245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9597777064282034f,-0.11402994217366366f,-0.2565617401938337f,-0.45046062913075763f,0.18284888687534684f,0.9473145281573923f,0.2629856827098849f,2.025639931590705f,0.2130564216630514f,-0.29931982398399304f,0.930061613097932f,-0.23547267469819663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9597777064282034f,-0.11402994217366366f,-0.2565617401938337f,0.15919935775833347f,0.18284888687534684f,0.9473145281573923f,0.2629856827098849f,2.2336798941534193f,0.2130564216630514f,-0.29931982398399304f,0.930061613097932f,-0.22692066538471978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9597777064282034f,-0.11402994217366366f,-0.2565617401938337f,0.1853921013779271f,0.18284888687534684f,0.9473145281573923f,0.2629856827098849f,2.1467773191456225f,0.2130564216630514f,-0.29931982398399304f,0.930061613097932f,-0.0943227953464251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9036818669564906f,-0.34283400765201716f,-0.2565617401938337f,-0.33557885627930073f,0.40659361987041326f,0.8749400887891068f,0.2629856827098849f,2.2433934437928746f,0.1343157161865489f,-0.34197175939975943f,0.930061613097932f,-0.34263416497587973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.946187098184814f,-0.19724616269350592f,-0.2565617401938337f,-0.2285800091304527f,0.26471699297440265f,0.9277733798294744f,0.2629856827098849f,2.283234401255087f,0.1861582360767079f,-0.31674991236380984f,0.930061613097932f,-0.32438353643022044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8703631320476382f,-0.4202904850706678f,-0.2565617401938337f,-0.20659347636409187f,0.4813024616909529f,0.8361737086633645f,0.2629856827098849f,2.2851395589696577f,0.10399980164622616f,-0.3523768396180687f,0.930061613097932f,-0.3188571564219009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.957641430737892f,-0.13076300548318295f,-0.2565617401938337f,-0.23610723822805016f,0.19935395627357347f,0.9439790944759796f,0.2629856827098849f,2.286713156711085f,0.20780012091516534f,-0.302992583389949f,0.930061613097932f,-0.32744361528372107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9253954348008475f,-0.27896122081476127f,-0.2565617401938337f,-0.31946001750888803f,0.34457044291643285f,0.9011713158761709f,0.2629856827098849f,2.3768069411409605f,0.1578432739084044f,-0.33176934265171176f,0.930061613097932f,-0.34231199530688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9253954348008475f,-0.27896122081476127f,-0.2565617401938337f,-0.25669374282556684f,0.34457044291643285f,0.9011713158761709f,0.2629856827098849f,2.1740433950688223f,0.1578432739084044f,-0.33176934265171176f,0.930061613097932f,-0.267663893210245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9487433230837323f,0.26614570788682146f,-0.17044814190087015f,0.06918196199621096f,-0.026685211538703894f,0.6048437567516448f,0.795896933907709f,2.2620299635696077f,0.31491904735847764f,-0.7505534571847498f,0.580943630242082f,-0.3008956088484079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9786970798633167f,0.11445285837215835f,-0.17044814190087015f,-0.042395887598531516f,0.06826173721727444f,0.6015716132169039f,0.795896933907709f,2.260229501952406f,0.19362944274850422f,-0.7905770913592518f,0.580943630242082f,-0.3311657664756487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9131478902025166f,0.40331325778108645f,-0.0591552763217212f,-0.07507621618227842f,-0.01111121865379311f,0.1696939420599054f,0.9854341717477619f,2.303307101898597f,0.40747695816907226f,-0.8991898476551969f,0.15943696696532983f,-0.29682354863981286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9930859020293547f,0.10139548547072313f,-0.0591552763217212f,-0.04474190816510432f,0.04187091503431824f,0.16482208476412324f,0.9854341717477619f,2.305861838341553f,0.10966867221194801f,-0.9810976688893744f,0.15943696696532983f,-0.3013588219310528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9649976181166917f,0.2555000006113741f,-0.0591552763217212f,0.028096874144238178f,0.015571559932554574f,0.16934290558824655f,0.9854341717477619f,2.355932783941618f,0.2617959578572179f,-0.9518627684779555f,0.15943696696532983f,-0.38780566530695365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9649976181166917f,0.1993164016122411f,-0.17044814190087015f,-0.016749316218515997f,0.015571559932554574f,0.6052318540175948f,0.795896933907709f,2.2197556167876593f,0.2617959578572179f,-0.7706927889443191f,0.580943630242082f,-0.21439978779448213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9597777064282034f,-0.11402994217366366f,-0.2565617401938337f,-0.07026362977698147f,0.18284888687534684f,0.9473145281573923f,0.2629856827098849f,1.7031825076628933f,0.2130564216630514f,-0.29931982398399304f,0.930061613097932f,-0.11669485611987743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7638951005508576f,-0.12398533325802039f,0.6333181763468442f,-0.02376912980522384f,-0.059450327271611425f,0.9636774601311534f,0.2603678386868619f,1.3418034601137108f,-0.6425962448860817f,-0.23654468916478993f,0.7287775216664133f,-0.0279905976830812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7338773882365452f,0.41188752313759547f,0.5401598349735781f,-0.4127996673202651f,-0.08710440110924784f,0.8456889753202639f,-0.5265196865542272f,0.9988740160362461f,-0.6736741069259718f,0.33935059349489693f,0.6565092324957473f,-0.2538342625429697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7311898596040969f,0.6443069072384154f,0.22412049994814937f,-0.19080529494392848f,-0.09922009729860652f,0.42549085284849825f,-0.8995070352333621f,1.1229979692195449f,-0.6749198185741737f,0.6354731649937118f,0.3750427909834808f,-0.031579056619818816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7835105321388505f,0.12894921933140865f,0.607851416763435f,-0.16509150518349835f,0.0938759249817063f,0.9424380512962215f,-0.3209327502418682f,1.0581414744416073f,-0.6142463322937501f,0.30851680392289915f,0.726304911838599f,-0.4166892651682982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7835105321388505f,0.5806638461066149f,0.2212255497273503f,0.03803760716924938f,0.0938759249817063f,0.24132305318919506f,-0.965893624944421f,1.1187603597811706f,-0.6142463322937501f,0.7775555811799681f,0.13456879816494471f,-0.1483206251319228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8329152824301663f,0.33409364297922145f,0.4411729479638892f,-0.01707186628938063f,0.11835386777946985f,0.6712181386191456f,-0.7317503483909585f,1.2848527775878067f,-0.5405964245866927f,0.6617005728496248f,0.519526570653092f,-0.029759571525527974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6684175889834899f,0.5988191352339616f,0.4411729479638892f,-0.01707186628938063f,-0.11835386777946985f,0.6712181386191456f,-0.7317503483909585f,1.2848527775878067f,-0.7343093957720667f,0.4369002788581162f,0.519526570653092f,-0.029759571525527974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7622466754661329f,0.4736522307829649f,0.4411729479638892f,-0.01707186628938063f,0f,0.6815727603342954f,-0.7317503483909585f,1.2848527775878067f,-0.6472866488201556f,0.5577742703321926f,0.519526570653092f,-0.029759571525527974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.779820893079727f,0.03298039793237087f,0.6251333202354191f,-0.024692340558055165f,0.16770508406997736f,0.9511027943435222f,-0.2593809541370095f,1.2809407621276472f,-0.6031205347966677f,0.3071087233280194f,0.7361588500876799f,-0.03873346460266802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7215119783339292f,0.2977058901871109f,0.6251333202354191f,-0.024692340558055165f,-0.16770508406997736f,0.9511027943435222f,-0.2593809541370095f,1.2809407621276472f,-0.6717852855620916f,0.08230842933651081f,0.7361588500876799f,-0.03873346460266802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7622466754661329f,0.16789382857111937f,0.6251333202354191f,-0.024692340558055165f,0f,0.9657750880153073f,-0.2593809541370095f,1.2809407621276472f,-0.6472866488201556f,0.19771226997016894f,0.7361588500876799f,-0.03873346460266802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8004747833836066f,0.09426439414478713f,0.5919073788723064f,0.1269682267826736f,0.23905995544353775f,0.8553889720805613f,-0.45952153828334813f,1.3528251192894865f,-0.549627563783242f,0.5093367554373796f,0.6621824602707482f,-0.1594639584073294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6720727162878328f,0.48733085746459837f,0.5575185193195944f,-0.16840235996045289f,-0.23905995544353775f,0.8553889720805613f,-0.45952153828334813f,1.3528251192894865f,-0.7008342184317398f,0.17555153603936383f,0.691384883020588f,0.09135961801048093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7622466754661329f,0.299217688945661f,0.5739762890249431f,-0.04946945661107541f,0f,0.8867420486289357f,-0.4622645770479914f,1.184245447161231f,-0.6472866488201556f,0.3523596370405895f,0.6759161785634341f,-0.07032499267809847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7622466754661329f,0.2480537455134191f,0.5978706758803206f,0f,0f,0.9236567399777083f,-0.3832208588969973f,1.390625f,-0.6472866488201556f,0.2921088256635122f,0.7040542793198945f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5567699165837243f,0.5974307205943359f,0.5771341213942256f,0.6744421292493825f,0.12348841835225088f,0.6275338061428095f,-0.7687339804384727f,0.7500646308628078f,-0.8214364677321135f,0.49927733399189167f,0.27561617013835904f,1.005928966424032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7485123301624488f,0.5974307205943359f,0.28776001404801416f,0.7371127792059695f,-0.2129625033924316f,0.6275338061428095f,-0.7488980533402041f,0.7457687024705254f,-0.6279938405299923f,0.49927733399189167f,0.596947133352979f,0.9363373208531208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6684869328702608f,0.5974307205943359f,0.4429466724921224f,0.6393354533538577f,-0.045823236184345716f,0.6275338061428095f,-0.777239701233482f,0.8645026218516889f,-0.7423108860897196f,0.49927733399189167f,0.4468743583543857f,0.9041019898854186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6568210142319882f,-0.5223461594745504f,-0.5438204160800237f,-0.7413471630571911f,-0.24004630951939165f,0.8285275458908846f,-0.5058852389486657f,0.7420637300560748f,0.7148174064398427f,-0.20173397180994448f,-0.6695815708846845f,-1.1570393263990133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36545356094491777f,-0.5223461594745504f,-0.7704532331523226f,-0.692264589368522f,-0.0037594992420710988f,0.8285275458908846f,-0.5599356854724273f,0.7537696032772583f,0.9308219813466636f,-0.20173397180994448f,-0.30475210197742086f,-1.236051578564269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5235474526791363f,-0.5223461594745504f,-0.6730917875560327f,-0.6158421080794516f,-0.1248626476926236f,0.8285275458908846f,-0.5458492694061392f,0.8297940570775875f,0.8427973564293945f,-0.20173397180994448f,-0.4989950106097346f,-1.121696200890181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011910104304158327f,0f,0.000010113853887814932f,-0.4395080556836802f,0f,0.000015625f,0f,1.5567475f,-0.000010113853887814932f,0f,0.000011910104304158327f,-0.5287163807708258f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..891f32503 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38146304217761573f,-0.06726222647904481f,-0.7189618799255805f,0.07756966639044348f,-0.20639100533836588f,0.7893514288707977f,0.035658366472584094f,1.5143749030189493f,0.6919777054302123f,0.19835462957328764f,-0.38570291748809293f,-0.2677719173462316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3704483625550117f,0.08212642476326279f,-0.7042891884985278f,0.07756966639044348f,0.10911799701161232f,0.7917531893137335f,0.03493064470783748f,1.5143749030189493f,0.7006149251967763f,-0.07988828178860491f,-0.37783142937609104f,-0.2677719173462316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19356351312667464f,0.7916132618425465f,0.05316064809149668f,1.5159698471359504f,-0.5532276262893447f,0.1738892470453179f,-0.5750184064155809f,-0.28502381809246313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12157509759567262f,0.7889915166022411f,0.05207573690595594f,1.5159698471359504f,-0.565871230686575f,-0.05001632389090248f,-0.5632833368968956f,-0.28502381809246313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.16321370124149379f,1.5500253418435779f,-0.11040370179369441f,-0.055022781753109484f,1.1353059081274672f,0.19474121004939354f,1.05572847175747f,1.581487234828642f,1.061059862919109f,0.030059120931864355f,-1.1465839116919812f,0.4004252908414186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9395580837398817f,-0.22209580738258797f,-0.26058407399938555f,-0.2969028686626463f,-0.26725296758003464f,0.00002705422076343305f,-0.9636264061282949f,1.6351617503104374f,0.21402443458331075f,0.9750248466634814f,-0.05933034459826296f,0.3698164121510023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.15686503927568907f,-0.9563162590483474f,-0.246683141160498f,-0.2984375f,-0.09705339866214999f,0.23363986028090533f,-0.9674673397567715f,1.655104549148799f,0.9828397617420463f,0.1757032394911737f,-0.056163817277184565f,0.0397028308548807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9191385542411376f,0.29480851347051296f,0.2612896065533756f,0.3104344319325436f,0.27044938371870364f,0.010034712365603216f,-0.9626818973024852f,1.6358513955285308f,-0.2864287851346035f,0.9555036603451844f,-0.0705074897671813f,0.371011314861675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11307754404591742f,0.9622177967022782f,0.24769009011657406f,0.2984375f,0.09677596375626484f,0.23743756848805847f,-0.9665701288109023f,1.655104549148799f,-0.9888619124385313f,0.13326782349799046f,-0.06627069751042884f,0.03970283085488078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.529107530214173e-17f,1.0360826855279767e-16f,-0.15625000000000003f,0f,0.8460257163529415f,-0.5331420891933896f,1.3474508690856415f,-1.2246467991473532e-16f,-0.5331420891933896f,-0.8460257163529415f,0.2669113301992341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.067192029611332e-17f,1.207073715142937e-16f,-0.15625000000000003f,0f,0.9856504879475033f,-0.16879903912300195f,1.5312053415812796f,-1.2246467991473532e-16f,-0.16879903912300195f,-0.9856504879475033f,0.22910119481399932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.120890832516972e-17f,1.112440808976502e-16f,0.15624999999999997f,0f,0.9083768558828771f,-0.41815246943709283f,1.343926167766015f,-1.2246467991473532e-16f,-0.41815246943709283f,-0.9083768558828771f,0.2180638239734453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1273824939159686e-17f,1.2194465424060114e-16f,0.15624999999999997f,0f,0.9957536681229538f,0.09205776675372002f,1.5312053415812796f,-1.2246467991473532e-16f,0.09205776675372002f,-0.9957536681229538f,0.22910119481399935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,0.29375f,0f,0.8999690553585133f,0.4359537812625384f,2.1852059563132022f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.288962072872304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,0.33125f,0f,0.8999690553585133f,0.4359537812625384f,2.113580491386751f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.1500957512746261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,-0.29375f,0f,0.8999690553585133f,0.4359537812625384f,2.1852059563132022f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.28896207287230397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,-0.33125f,0f,0.8999690553585133f,0.4359537812625384f,2.113580491386751f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.15009575127462604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883006665353006f,0.14767779612963364f,0.03811903797546357f,0.19308695442523804f,0.12118677901271038f,0.608604483017714f,0.784164745345814f,2.249222044533786f,0.09260430399503558f,0.7796100639300618f,-0.6193808126674248f,0.3453225218937781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992349423751792f,-0.008744648666328458f,0.03811903797546357f,0.07790194245837995f,0.024488051943171225f,0.6200693408553298f,0.784164745345814f,2.2582913771724678f,-0.03049369194605505f,0.7844982751102384f,-0.6193808126674248f,0.34971579501113653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755118789201574f,0.2089884039418205f,0.06855961714825021f,0.057663031141464746f,0.11041827864357236f,0.19574570685102521f,0.9744185045404171f,2.299569716821582f,0.19022191731515742f,0.9581270611287643f,-0.21402840210052126f,0.3095886834985802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9923478976156633f,-0.10268996540197252f,0.06855961714825021f,0.0863536536624658f,0.044525273429160114f,0.2202863546279606f,0.9744185045404171f,2.2999962751456047f,-0.11516575065457389f,0.970014790078206f,-0.21402840210052126f,0.3207211518840565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05381173097365773f,0.06855961714825021f,0.14263498046241135f,0.07843747146967953f,0.21060897672858175f,0.9744185045404171f,2.3496828952178688f,0.03799587560958651f,0.976088190959689f,-0.21402840210052126f,0.4189519849797918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0783776909440507f,0.03811903797546357f,0.12499999999999997f,0.07843747146967953f,0.6155755154537725f,0.784164745345814f,2.21117840424077f,0.03799587560958651f,0.7841707226976158f,-0.6193808126674248f,0.2425135723728285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883006665353006f,-0.1476777961296338f,-0.03811903797546342f,-0.1930869544252381f,-0.12118677901271038f,0.608604483017714f,0.784164745345814f,2.249222044533786f,-0.09260430399503583f,0.7796100639300618f,-0.6193808126674248f,0.345322521893778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992349423751792f,0.008744648666328292f,-0.03811903797546342f,-0.07790194245838003f,-0.024488051943171225f,0.6200693408553298f,0.784164745345814f,2.2582913771724678f,0.0304936919460548f,0.7844982751102384f,-0.6193808126674248f,0.3497157950111365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755118789201573f,-0.20898840394182072f,-0.06855961714825015f,-0.0576630311414648f,-0.11041827864357236f,0.19574570685102521f,0.9744185045404171f,2.299569716821582f,-0.1902219173151577f,0.9581270611287643f,-0.21402840210052126f,0.30958868349858015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923478976156634f,0.1026899654019723f,-0.06855961714825015f,-0.08635365366246586f,-0.044525273429160114f,0.2202863546279606f,0.9744185045404171f,2.2999962751456047f,0.11516575065457364f,0.970014790078206f,-0.21402840210052126f,0.32072115188405637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053811730973657955f,-0.06855961714825015f,-0.14263498046241144f,-0.07843747146967953f,0.21060897672858175f,0.9744185045404171f,2.3496828952178688f,-0.03799587560958676f,0.976088190959689f,-0.21402840210052126f,0.4189519849797917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07837769094405087f,-0.03811903797546342f,-0.12500000000000003f,-0.07843747146967953f,0.6155755154537725f,0.784164745345814f,2.21117840424077f,-0.03799587560958676f,0.7841707226976158f,-0.6193808126674248f,0.24251357237282845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3388940279935313e-17f,1.1021442229764707e-16f,-5.781715818952061e-18f,0f,0.8999690553585133f,0.4359537812625384f,1.7363207077050775f,-1.2246467991473532e-16f,0.4359537812625384f,-0.8999690553585133f,0.04721129245573104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1273824939159686e-17f,1.2194465424060114e-16f,-1.5540314667671782e-18f,0f,0.9957536681229538f,0.09205776675372002f,1.36291308215897f,-1.2246467991473532e-16f,0.09205776675372002f,-0.9957536681229538f,0.01268962992308603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963393305366955f,-0.08545060462558747f,0.0024764076423123144f,0.1529123008138539f,-0.0803798914507671f,0.9265670492956948f,-0.3674405750728035f,0.8432872305042707f,0.029103461581954f,-0.36629454995753236f,-0.930043703916841f,0.35336227924832964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963393305366955f,-0.07850648447274872f,0.03383297683354862f,0.12499999999999999f,-0.0803798914507671f,0.725592577676529f,-0.6834138455365777f,1.0993654792096739f,0.029103461581954f,-0.6836315843467594f,-0.729246765784729f,0.10505569027362968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14835317098686548f,0.09024979925289398f,-0.1374512965731225f,0.16327519294193246f,0.9680327633484006f,0.1904042553459199f,1.1342905526768403f,-0.059117687512457294f,0.202247140257165f,-0.9775485631317649f,0.3777239947978935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16327519294193246f,0.21039993003808682f,-0.9638843710786803f,1.0886311868758491f,-0.059117687512457294f,-0.9731530067670985f,-0.22243723708798185f,0.044199867067530575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.728253913702938e-17f,-3.5327105993107586e-18f,0.10368638052943406f,0.7875762513400338f,-0.6074312988461208f,1.2771665812895059f,-0.07928569447366447f,-0.6022346398786058f,-0.7943722157667115f,0.028846771181457127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.514718269268417e-18f,-0.10368638052943406f,0.6953735159206061f,-0.7111292483430282f,1.239288566030688f,0.07928569447366422f,-0.7069289783466335f,-0.7028265776317896f,0.02869985265723555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.438887958338211e-17f,9.728253913702938e-17f,-3.5327105993107586e-18f,0f,0.7943722157667115f,-0.6074312988461208f,1.2771665812895059f,-1.2246467991473532e-16f,-0.6074312988461208f,-0.7943722157667115f,0.028846771181457127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1834473854819168e-16f,-3.648094773472977e-18f,0.08422366020657028f,0.9626808412910974f,-0.257200258305611f,1.3021018683474366f,-0.02241647954751519f,-0.2562215336718771f,-0.9663581257109224f,0.029788954464364116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1834473854819168e-16f,-3.648094773472977e-18f,-0.08422366020657028f,0.9626808412910974f,-0.257200258305611f,1.3021018683474366f,0.022416479547514946f,-0.2562215336718771f,-0.9663581257109224f,0.029788954464364116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.14979473073839e-17f,1.1834473854819168e-16f,-3.648094773472977e-18f,0f,0.9663581257109224f,-0.257200258305611f,1.3021018683474366f,-1.2246467991473532e-16f,-0.257200258305611f,-0.9663581257109224f,0.029788954464364116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1514917409616073e-16f,-0.19375f,0.12272912681860694f,0.9322202697836004f,-0.3404451938784474f,1.3143820683864442f,-0.04443701481657107f,-0.3375326380501973f,-0.9402643617435824f,0.030660267841949473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12272912681860697f,0.8990011364747328f,-0.42039804714993767f,1.3150406035178555f,0.04443701481657084f,-0.4181976632854414f,-0.9072684642027344f,0.01779240257685224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1569770897644476e-17f,1.1107725490028569e-16f,-0.007812500000000009f,0f,0.9070146182362293f,-0.4210991359594404f,1.1742846816729182f,-1.2246467991473532e-16f,-0.4210991359594404f,-0.9070146182362293f,0.07606822300721558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.169251169683407e-17f,1.1514917409616073e-16f,0f,0f,0.9402643617435824f,-0.3404451938784474f,1.384375f,-1.2246467991473532e-16f,-0.3404451938784474f,-0.9402643617435824f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8159507812325207f,0.22065428409679247f,-0.534355695689464f,-1.0937228301821866f,-0.14026919485005018f,0.9722393882625112f,0.18728354142064016f,2.3793749966270887f,0.5608465704469964f,-0.07786050873626495f,0.8242504871682952f,-0.54924847839922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2832808454130108f,0.22065428409679247f,-0.9333079071409509f,-1.0625271698178134f,0.14026919485005013f,0.9722393882625112f,0.18728354142064021f,2.3793749966270887f,0.9487236244545659f,-0.07786050873626495f,-0.30636779462130387f,-0.4608409375758791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33275371055331326f,0.22065428409679247f,-0.9168351296840309f,-0.9405997305473953f,-2.7755575615628914e-17f,0.9722393882625112f,0.23398840123163794f,2.344276736442343f,0.9430137687823024f,-0.07786050873626495f,0.323516263990434f,-0.5535721475861146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8109799268105322f,-0.2663545544583291f,0.5209287951627258f,1.0476204830234017f,0.13392260233417086f,0.9512339825883555f,0.2778824336893928f,2.235754739839186f,-0.5695404242847277f,-0.15559293585635978f,0.8071025606558135f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2717941564007947f,-0.2663545544583291f,0.9247611517930917f,1.0160432246952642f,-0.22899560127148766f,0.9512339825883555f,0.2066758935323762f,2.2413226624592375f,-0.9347132989022304f,-0.15559293585635978f,-0.31953385918695454f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8963655936641528f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1931338724213187f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5504974999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8.mcfunction new file mode 100644 index 000000000..249ea2591 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80.mcfunction new file mode 100644 index 000000000..370589ed1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..1cc82241f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.35308865603172457f,0.03551550038183846f,0.7355348357887495f,0.03555180443192375f,-0.3059753733328438f,0.7490433846682869f,0.11071369943664669f,1.541576264473785f,-0.6698148373543107f,-0.3234456701855026f,0.3371578659066308f,0.23672236405623007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3328678296077524f,-0.10022119340054163f,0.7205239207726526f,0.03555180443192375f,0.003881249202132314f,0.7926049549167784f,0.10845423618283759f,1.541576264473785f,-0.727450303400071f,-0.04163049164666452f,0.33027709313302617f,0.23672236405623007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7197869914230116f,-0.15366142320949466f,-0.3538916478809387f,0.13797127200514114f,0.2463519588954473f,0.7595566013155625f,0.17125690114787187f,1.5358844600451333f,0.29692060179622015f,-0.2576943555059533f,0.7158045961111078f,0.20112492165217657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7090287183668688f,0.13076171031153563f,-0.3466693693527563f,0.13797127200514114f,-0.06178304781985561f,0.7797684352058029f,0.16776186234893573f,1.5358844600451333f,0.3653233246497205f,-0.12191211003463054f,0.7011963390476159f,0.20112492165217657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.16739111109562788f,0.5277644876239311f,-1.4611129701461216f,0.6413418615082922f,-1.534306897853476f,0.28650077709065314f,-0.0722903722890842f,1.5714501024744087f,0.24349293444659473f,1.4424937436015108f,0.5489346414146998f,-0.8365202881229168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9351123008935177f,0.33044386060807934f,0.12795249002680473f,0.5668610355526358f,0.04626583826501364f,0.24414284543088582f,-0.9686349896811214f,1.6314028938912961f,-0.35131817050540803f,0.9117023231358681f,0.21301271572700597f,-0.3205184275912091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9351123008935177f,0.33044386060807934f,0.12795249002680473f,0.26002731182195027f,0.04626583826501364f,0.24414284543088582f,-0.9686349896811214f,1.6162219157105886f,-0.35131817050540803f,0.9117023231358681f,0.21301271572700597f,-0.20524215289412204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7490314528446528f,-0.6431796274540995f,-0.15897122216751866f,-0.445373127548778f,0.29897030792977386f,-0.11400291747854793f,-0.9474281449179961f,1.5729863896976481f,0.5912432981656577f,-0.7571811550972365f,0.27768338218159516f,-0.3066597265307247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.21904617364055712f,-0.9626769574140623f,-0.15897122216751866f,-0.32044090757287286f,0.2404034545987063f,0.21115418355848922f,-0.9474281449179961f,1.6414329360225917f,0.9456346825441834f,0.16931327895280834f,0.27768338218159516f,-0.0016043377535909092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.396590404048174f,0.9176415954251221f,0.025494190760696728f,-0.03881468776622968f,-0.9177666074172199f,0.3969588790755481f,-0.011318243369467115f,1.311815180112818f,-0.020506236290272047f,-0.018909010252279507f,0.9996108961013214f,-0.28424560835560264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8128774127906353f,0.5378441523214749f,0.22350386929178032f,0.06342798997712049f,-0.5644901503987841f,0.822037530762825f,0.07486767072719133f,1.4664151400728926f,-0.14346142993000285f,-0.18702397127360773f,0.9718234676583436f,-0.3132387062965395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.396590404048174f,0.9176415954251221f,0.025494190760696728f,-0.3335879738148465f,-0.9177666074172199f,0.3969588790755481f,-0.011318243369467115f,1.3281967522370854f,-0.020506236290272047f,-0.018909010252279507f,0.9996108961013214f,-0.18179267317638118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8128774127906353f,0.5378441523214749f,0.22350386929178032f,-0.23134529607149631f,-0.5644901503987841f,0.822037530762825f,0.07486767072719133f,1.4827967121971601f,-0.14346142993000285f,-0.18702397127360773f,0.9718234676583436f,-0.210785771117318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8399954595959445f,-0.007035138465469019f,-0.5425478178787284f,-0.2623806575746851f,0.16904982614144526f,0.9535402036061118f,0.24936566802260787f,2.135591035888124f,0.5155868347230611f,-0.30118364320391977f,0.8021587305057949f,-0.44851603451556177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8399954595959445f,-0.007035138465469019f,-0.5425478178787284f,-0.3438649529274802f,0.16904982614144526f,0.9535402036061118f,0.24936566802260787f,2.033437173334175f,0.5155868347230611f,-0.30118364320391977f,0.8021587305057949f,-0.35500020443226826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8399954595959445f,-0.007035138465469019f,-0.5425478178787284f,0.23111667493793234f,0.16904982614144526f,0.9535402036061118f,0.24936566802260787f,2.234907808746223f,0.5155868347230611f,-0.30118364320391977f,0.8021587305057949f,-0.14560876911576337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8399954595959445f,-0.007035138465469019f,-0.5425478178787284f,0.21263203905483302f,0.16904982614144526f,0.9535402036061118f,0.24936566802260787f,2.1454326831528827f,0.5155868347230611f,-0.30118364320391977f,0.8021587305057949f,-0.013423926428240349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8133420505038138f,-0.2100394586673694f,-0.5425478178787284f,-0.19956839125248813f,0.39471057741962823f,0.884319130000421f,0.24936566802260787f,2.251816130468614f,0.4274087843684485f,-0.4169689462274334f,0.8021587305057949f,-0.41489287658887025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8361858705523283f,-0.08021879582538656f,-0.5425478178787284f,-0.10406070725609406f,0.251513045200483f,0.9351780320910119f,0.24936566802260787f,2.2902108105634866f,0.48737498703013526f,-0.34497390204290324f,0.8021587305057949f,-0.3622310169268973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7919408934204974f,-0.2801276256340569f,-0.5425478178787284f,-0.0850367363362812f,0.4702820751073147f,0.8465527351821598f,0.24936566802260787f,2.29178905276559f,0.38944112669452624f,-0.45263338355917715f,0.8021587305057949f,-0.34985459551383874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8397447441229966f,-0.02169400914614647f,-0.5425478178787284f,-0.11017823439261035f,0.18566565022173664f,0.9504446485405542f,0.24936566802260787f,2.2938210386444733f,0.5102519289973753f,-0.3101360024695434f,0.8021587305057949f,-0.3674909708180675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8260124021309757f,-0.15279193971163965f,-0.5425478178787284f,-0.18385444783550034f,0.3320620981178162f,0.9096985910757649f,0.24936566802260787f,2.38502774129151f,0.4554539214008469f,-0.38613870118640314f,0.8021587305057949f,-0.4067184802498778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8260124021309757f,-0.15279193971163965f,-0.5425478178787284f,-0.14947626140038148f,0.3320620981178162f,0.9096985910757649f,0.24936566802260787f,2.180345558299463f,0.4554539214008469f,-0.38613870118640314f,0.8021587305057949f,-0.3198372724829372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7957093840993009f,0.497224159791684f,-0.34585359760419604f,0.16999500676892254f,-0.04210504447815666f,0.6150474234761516f,0.7873651199442604f,2.265485952101425f,0.6042133243199818f,-0.6119516335420646f,0.5103346518897135f,-0.24413931800969438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8636958766191081f,0.3666261334593942f,-0.34585359760419604f,0.0742048187597532f,0.05462795315454909f,0.6140618491889107f,0.7873651199442604f,2.2653817669532343f,0.5010441292394263f,-0.6989372816178214f,0.5103346518897135f,-0.3088955505408021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7321494869166616f,0.6732542490040012f,-0.10337236093718552f,0.03235454665045362f,-0.02777903773045067f,0.1811499301840985f,0.9830630843730559f,2.3081922679729194f,0.6805772945598754f,-0.7168775481156839f,0.15133118362454517f,-0.28611645604231883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9043625449116233f,0.4140562067585087f,-0.10337236093718552f,0.06253526213621012f,0.02955897210676764f,0.18086801627409113f,0.9830630843730559f,2.3105084262168774f,0.4257401255801052f,-0.8921010135258396f,0.15133118362454517f,-0.28054640678250453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8284556800793023f,0.5504319586821002f,-0.10337236093718552f,0.15963669334161898f,0.0009010607411060745f,0.18326527284915273f,0.9830630843730559f,2.3613174319510586f,0.5600539029717422f,-0.8145173409012926f,0.15133118362454517f,-0.3377775305301226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8284556800793023f,0.44050706596895334f,-0.34585359760419604f,0.06052260349860464f,0.0009010607411060745f,0.6164862982943748f,0.7873651199442604f,2.2226080148348246f,0.5600539029717422f,-0.6526087410131152f,0.5103346518897135f,-0.1909405638021719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8399954595959445f,-0.007035138465469019f,-0.5425478178787284f,-0.023916701178625294f,0.16904982614144526f,0.9535402036061118f,0.24936566802260787f,1.704994755093305f,0.5155868347230611f,-0.30118364320391977f,0.8021587305057949f,-0.1260997613288517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9432745153555738f,-0.0322497080162841f,0.33044386060807934f,-0.011823060672518756f,-0.052421030797655886f,0.9683213859845407f,0.2441428454308856f,1.3418742353491022f,-0.32784939257350865f,-0.24761593199518184f,0.9117023231358681f,-0.03324378683065851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9251916302396139f,0.2566928103466707f,0.27951609694415397f,-0.2944527264168019f,-0.08725554084591013f,0.8606893177588825f,-0.5015978158718768f,0.9839044614302892f,-0.36933307180139346f,0.4396847727771313f,0.818700423025217f,-0.37503038590985527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9227897814921647f,0.37503735885080636f,0.0883515627470984f,-0.16586228810566342f,-0.10251870037434427f,0.46002468481752845f,-0.88196780294526f,1.1207963969879058f,-0.3714147752139088f,0.8048131887741062f,0.4629544210049802f,-0.09332926326129208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9499211435398908f,-0.0008510704380952361f,0.312488554566364f,-0.004888631671634239f,0.09579888974281515f,0.9526388260987038f,-0.2886205809247281f,1.0546353554392027f,-0.2974430933471308f,0.30410284886596006f,0.9050132946712424f,-0.4430663409455717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9499211435398908f,0.26835268176699323f,0.16011451915528743f,0.08952114778940948f,0.09579888974281515f,0.23762962722724573f,-0.9666202630753631f,1.1174538172808202f,-0.2974430933471308f,0.9335518188361602f,0.2000215182618783f,-0.12132484918709435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9698472003849535f,0.07443567297124581f,0.23206839184771647f,-0.004877919980799804f,0.12026229588779054f,0.6820413722539121f,-0.7213574334002513f,1.2843546225013514f,-0.21197497044053346f,0.7275155648667031f,0.6525241104996939f,-0.03236752250258926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.885899757953445f,0.4016539310939732f,0.23206839184771647f,-0.004877919980799804f,-0.12026229588779054f,0.6820413722539121f,-0.7213574334002513f,1.2843546225013514f,-0.44801629328164494f,0.611141298040607f,0.6525241104996939f,-0.03236752250258926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9421874232114185f,0.24171702680498558f,0.23206839184771647f,-0.004877919980799804f,0f,0.6925629597936942f,-0.7213574334002513f,1.2843546225013514f,-0.33508634639780144f,0.6796539013897851f,0.6525241104996939f,-0.03236752250258926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.942114392775825f,-0.08284489462936072f,0.3248956668816752f,-0.00880259635768926f,0.16836717190174094f,0.9548576810267931f,-0.2447433439543238f,1.280264981498065f,-0.28995338651315655f,0.2852779914714504f,0.9135335249631329f,-0.04340282955771571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9136325655625736f,0.24437336349336664f,0.3248956668816752f,-0.00880259635768926f,-0.16836717190174094f,0.9548576810267931f,-0.2447433439543238f,1.280264981498065f,-0.37003787720902187f,0.16890372464535444f,0.9135335249631329f,-0.04340282955771571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9421874232114185f,0.0820101529308348f,0.3248956668816752f,-0.00880259635768926f,0f,0.969587899878116f,-0.2447433439543238f,1.280264981498065f,-0.33508634639780144f,0.2305941005884702f,0.9135335249631329f,-0.04340282955771571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9421032064729941f,-0.0967411028092882f,0.32106495819467107f,0.17543955749066212f,0.24053283878877793f,0.8620863928853987f,-0.44603924117285226f,1.352234008261124f,-0.2336354036046655f,0.4974416651518898f,0.8354437670803465f,-0.10356451634506003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8780631240963209f,0.38911510377848724f,0.2785580480145314f,-0.18965806900376256f,-0.24053283878877793f,0.8620863928853987f,-0.44603924117285226f,1.352234008261124f,-0.4137017084402972f,0.3246482515173911f,0.850561231905311f,0.026281442884088055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9421874232114185f,0.1503864775597014f,0.2994440964677928f,-0.020281940869907776f,0f,0.8936326403234123f,-0.4487991802004622f,1.1829739125555694f,-0.33508634639780144f,0.42285294313247057f,0.8419694346839321f,-0.08034314108992117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9421874232114185f,0.12371593897061589f,0.3114116664270082f,0f,0f,0.9293475242268224f,-0.3692061473126845f,1.390625f,-0.33508634639780144f,0.34786138857035354f,0.8756195491191812f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7619602208743845f,0.43740002417681967f,0.47759589681568326f,0.2124403426282568f,0.12465661656914971f,0.6246125454867972f,-0.7709214590125478f,0.7417000295496333f,-0.6355134536346111f,0.6469469737703556f,0.4214051060188849f,1.15348231160262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.892411229317355f,0.43740002417681967f,0.11083057627931428f,0.2918718481984842f,-0.21282822464422452f,0.6246125454867972f,-0.7513742841056587f,0.7374666371170333f,-0.39787729840124675f,0.6469469737703556f,0.6505023201698085f,1.1038660157779765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8472693927490926f,0.43740002417681967f,0.30135659103577184f,0.20695260675800475f,-0.04515618594773345f,0.6246125454867972f,-0.7796281722020807f,0.8565275591636454f,-0.529240488796197f,0.6469469737703556f,0.5489664089433353f,1.046329202348798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8556601698643705f,-0.42747524666945114f,-0.2917371885663012f,-0.23166459058148636f,-0.23959134105074817f,0.8268472583590749f,-0.5088414297574299f,0.7337812101928983f,0.4587392102286241f,-0.36549763997729623f,-0.8099196331549482f,-1.3131020624307062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6521980114881728f,-0.42747524666945114f,-0.6260212993946501f,-0.15926764156659845f,-0.0020978175551096268f,0.8268472583590749f,-0.5624226262390114f,0.7453854564737682f,0.758045745962854f,-0.36549763997729623f,-0.540164902783074f,-1.3715236829285034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7722341228254711f,-0.42747524666945114f,-0.4700206091533308f,-0.12496302470104277f,-0.1237786269959452f,0.8268472583590749f,-0.5486369134893131f,0.8218788703567302f,0.6231639519765043f,-0.36549763997729623f,-0.6914319663770635f,-1.2385980777230452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014721678487678416f,0f,0.000005235724162465648f,-0.22357162542146006f,0f,0.000015625f,0f,1.5567475f,-0.000005235724162465648f,0f,0.000014721678487678416f,-0.6501723391629763f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81.mcfunction new file mode 100644 index 000000000..e5182b6a2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..00f766ca3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.579192114494155f,0.14369540362020472f,0.557523604819258f,-0.05093453368459032f,-0.29143155020205297f,0.7551975436063453f,0.10811459717454726f,1.536991158171767f,-0.49653659532713407f,-0.27563153947582403f,0.5868757180115474f,0.23994945672747142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5780508639140086f,-0.08707590274556265f,0.5461455720678446f,-0.05093453368459032f,0.01935080203224343f,0.7927225268292275f,0.1059081768240463f,1.536991158171767f,-0.552704935014133f,-0.06331494782853295f,0.574898662541924f,0.23994945672747142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5762892811666467f,-0.060047142141467606f,-0.5755253683179538f,0.05505161101565448f,0.23898437317701027f,0.7644453959778535f,0.15954356893932917f,1.5321804583940206f,0.5269929584292995f,-0.2810018180249896f,0.5570106322836481f,0.24274305645041916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5440662055189405f,0.16169146240825935f,-0.5637799526379955f,0.05505161101565448f,-0.07028357585653812f,0.7814310027187814f,0.15628757773648572f,1.5321804583940206f,0.5822818758788911f,-0.056757897901510215f,0.5456430683594921f,0.24274305645041916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.059254952114267345f,-0.09848993379818576f,-1.5582666118448294f,0.9168901896782317f,-0.7755918701743543f,1.351539005732671f,-0.11491656496167334f,1.2725031137609246f,1.3551207885533245f,0.7778485064095526f,0.00236632775511731f,-0.3242956299527915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9972906315806909f,-0.015321671136722247f,0.07194888849012636f,0.6409179741528594f,0.07354660157547063f,0.22780936981824784f,-0.970924192931514f,1.645289143485137f,-0.0015144497632749963f,0.9735851978212235f,0.2283190071486025f,-0.09474659542076466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9972906315806909f,-0.015321671136722247f,0.07194888849012636f,0.31368198566544525f,0.07354660157547063f,0.22780936981824784f,-0.970924192931514f,1.6211566648431859f,-0.0015144497632749963f,0.9735851978212235f,0.2283190071486025f,-0.09424966659219006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8874197325467417f,-0.38001156561086724f,-0.260916515936892f,-0.3331769985613951f,0.31656358508310944f,-0.090964302919152f,-0.9441996569549057f,1.5791982665274173f,0.3350727008963845f,-0.9204980747380246f,0.20102134095063603f,-0.43771220072181527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06428734363131175f,-0.9632184119711287f,-0.260916515936892f,-0.3015353480706246f,0.2247666475604349f,0.24076329028878465f,-0.9441996569549057f,1.6405507167206534f,0.9722896130234411f,-0.11934541838351057f,0.20102134095063603f,-0.10846958738856773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.38511510419982403f,0.8619608163725884f,-0.32971185534563263f,0.06435086276013031f,-0.9167796982724841f,0.3982972329573873f,-0.02956854839016515f,1.3164825325239353f,0.10583638954807265f,0.31366042985494613f,0.9436184575296517f,-0.27862943358163633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8152990890516896f,0.5630027801735272f,-0.13533390154859118f,0.16906804715798798f,-0.5608333668642463f,0.8259407363019757f,0.05733964360426075f,1.4717047933530825f,0.1440601610550205f,0.02915080845926854f,0.9891394746763332f,-0.2669815352787964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.38511510419982403f,0.8619608163725884f,-0.32971185534563263f,-0.24771955669061346f,-0.9167796982724841f,0.3982972329573873f,-0.02956854839016515f,1.3306473755016557f,0.10583638954807265f,0.31366042985494613f,0.9436184575296517f,-0.2868550355202996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8152990890516896f,0.5630027801735272f,-0.13533390154859118f,-0.14300237229275578f,-0.5608333668642463f,0.8259407363019757f,0.05733964360426075f,1.4858696363308028f,0.1440601610550205f,0.02915080845926854f,0.9891394746763332f,-0.2752071372174597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6306314799192391f,0.08605347468198458f,-0.7712967885516102f,-0.1051751577173466f,0.15629196035290338f,0.9593899148897664f,0.23482720101566829f,2.14436262094043f,0.7601820569205227f,-0.26863691239843346f,0.5915720155933f,-0.49198366291525175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6306314799192391f,0.08605347468198458f,-0.7712967885516102f,-0.21188959647627956f,0.15629196035290338f,0.9593899148897664f,0.23482720101566829f,2.0405929831611944f,0.7601820569205227f,-0.26863691239843346f,0.5915720155933f,-0.4314509995380953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6306314799192391f,0.08605347468198458f,-0.7712967885516102f,0.2653208367352064f,0.15629196035290338f,0.9593899148897664f,0.23482720101566829f,2.236184147647761f,0.7601820569205227f,-0.26863691239843346f,0.5915720155933f,-0.04537670447444471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6306314799192391f,0.08605347468198458f,-0.7712967885516102f,0.20590375897021632f,0.15629196035290338f,0.9593899148897664f,0.23482720101566829f,2.144136406894993f,0.7601820569205227f,-0.26863691239843346f,0.5915720155933f,0.07216961317175093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6327172495387482f,-0.06906624433175679f,-0.7712967885516102f,-0.05682349822722941f,0.3837468480110558f,0.8930814869342698f,0.23482720101566829f,2.259711197935337f,0.6726122499462085f,-0.4445619322312465f,0.5915720155933f,-0.4377527402830531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6357317912472222f,0.030762860198149142f,-0.7712967885516102f,0.0167132848721554f,0.2393135628747578f,0.9421174047258314f,0.23482720101566829f,2.2967706112266533f,0.7338760850591791f,-0.3338688996374068f,0.5915720155933f,-0.35658573933502347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6242900495581675f,-0.12394836825321018f,-0.7712967885516102f,0.030780410981227517f,0.460123755725972f,0.8562373006823358f,0.23482720101566829f,2.2980463840025274f,0.6313066318670245f,-0.501492260087425f,0.5915720155933f,-0.33875132059328145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6320372719058057f,0.07503433142128499f,-0.7712967885516102f,0.012583561884621786f,0.1730118190568116f,0.9565161243438607f,0.23482720101566829f,2.3005028672739294f,0.7553779169319949f,-0.2818630039192102f,0.5915720155933f,-0.3634516444351398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6359937997784632f,-0.02476187822691707f,-0.7712967885516102f,-0.0450337428654544f,0.3205138446816552f,0.9176748122458905f,0.23482720101566829f,2.3926870105432956f,0.7019848730640396f,-0.3965599429545861f,0.5915720155933f,-0.42234115499754643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6359937997784632f,-0.02476187822691707f,-0.7712967885516102f,-0.03946232026439807f,0.3205138446816552f,0.9176748122458905f,0.23482720101566829f,2.1862101777879706f,0.7019848730640396f,-0.3965599429545861f,0.5915720155933f,-0.3331151678327647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5611278150840496f,0.6644086669132708f,-0.49365645794371094f,0.23876849393428845f,-0.056465389495314704f,0.6257349920084972f,0.7779893184133495f,2.26890224682477f,0.8258009656861286f,-0.40867694222534284f,0.3886334030486842f,-0.15764268023815983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6581558149188108f,0.5684489641287291f,-0.49365645794371094f,0.16868728630512897f,0.04211631188011691f,0.6268642889081724f,0.7779893184133495f,2.270368230311752f,0.7517028266290957f,-0.5328291832028594f,0.3886334030486842f,-0.249597102941228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.4764502664955529f,0.8663267939813543f,-0.14991007166399695f,0.12159596365184405f,-0.04348731346469264f,0.19351960810857075f,0.9801321415223198f,2.312834473651065f,0.8781252741630546f,-0.4604650337511997f,0.129876693708173f,-0.24053636749866433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7208408326637604f,0.6766945133354575f,-0.14991007166399695f,0.14840683927350176f,0.01844195480356233f,0.19748640322284114f,0.9801321415223198f,2.3149521327634415f,0.6928552433716869f,-0.70928390378169f,0.129876693708173f,-0.22557113802218237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6061077416575952f,0.7811276310030423f,-0.14991007166399695f,0.25851632791149937f,-0.012678776103623474f,0.19793997522326162f,0.9801321415223198f,2.366616818758539f,0.795281493648157f,-0.59216500258981f,0.129876693708173f,-0.24775909115347983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6061077416575952f,0.623647903093724f,-0.49365645794371094f,0.1181955497154117f,-0.012678776103623474f,0.6281495594770771f,0.7779893184133495f,2.2252831678761966f,0.795281493648157f,-0.46528638911487097f,0.3886334030486842f,-0.14306965360263402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6306314799192391f,0.08605347468198458f,-0.7712967885516102f,0.019367233593227524f,0.15629196035290338f,0.9593899148897664f,0.23482720101566829f,1.7067209914193384f,0.7601820569205227f,-0.26863691239843346f,0.5915720155933f,-0.11890261860079278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.99862534224238f,0.05012656206909802f,-0.015321671136722212f,0.0005697728173157655f,-0.04532749752870527f,0.9726501472733131f,0.227809369818248f,1.3419771861918461f,0.026321926203722652f,-0.22680171689018347f,0.9735851978212233f,-0.03385197476697398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9959556865133843f,0.08674558284468216f,-0.023398169983760674f,-0.14572273758841275f,-0.08739515436776121f,0.8749503732092181f,-0.4762603609519536f,0.9691703238099358f,-0.020841245036891765f,0.4763791014286691f,0.8789929432181611f,-0.4453035500931082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9941076596240658f,0.07302958517915935f,-0.08010393726479348f,-0.1226361093150589f,-0.105825270880786f,0.4938375835260498f,-0.8630906401648439f,1.1186565607759853f,-0.023472816613485714f,0.866482037197374f,0.4986561000273815f,-0.141497977929433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9937563858656293f,-0.10820744126280027f,-0.027191822422184223f,0.1507794893470356f,0.09771589137682007f,0.9617303695097333f,-0.25598105581293495f,1.0511809431447332f,0.053850256486998066f,0.25172573570858636f,0.9662992827578084f,-0.4112213824569745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9937563858656293f,-0.07552876739290301f,0.0821197348229445f,0.12633150445579275f,0.09771589137682007f,0.23393753845359472f,-0.9673287097335147f,1.1162097755729528f,0.053850256486998066f,0.9693134856166922f,0.23985728356233588f,-0.0780569380938641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9825911110470947f,-0.18540384330023651f,-0.011837372205729743f,0.006762728731718224f,0.12214320832361604f,0.6927085567555021f,-0.7107994738729926f,1.2838807817761146f,0.1399848032882476f,0.6969793901452255f,0.7032950906704383f,-0.03041021417012263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9867454653594586f,0.16184332921627625f,-0.011837372205729743f,0.006762728731718224f,-0.12214320832361604f,0.6927085567555021f,-0.7107994738729926f,1.2838807817761146f,-0.10683830424037395f,0.7028240122433931f,0.7032950906704383f,-0.03041021417012263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9998583837215895f,-0.011961986495281067f,-0.011837372205729743f,0.006762728731718224f,0f,0.7033947028105039f,-0.7107994738729926f,1.2838807817761146f,0.016828918612028215f,0.7106988130968066f,0.7032950906704383f,-0.03041021417012263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.983996011314453f,-0.17743625795559093f,-0.016377548044910976f,0.006958772755820503f,0.16899073780169882f,0.9583940989785578f,-0.2300497371881045f,1.2796144509279732f,0.05651530991230491f,0.2236003698695408f,0.9730410548068978f,-0.04205779923462469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9853405650921003f,0.16981091456092184f,-0.016377548044910976f,0.006958772755820503f,-0.16899073780169882f,0.9583940989785578f,-0.2300497371881045f,1.2796144509279732f,-0.02336881086443125f,0.22944499196770834f,0.9730410548068978f,-0.04205779923462469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9998583837215895f,-0.003871488303857091f,-0.016377548044910976f,0.006958772755820503f,0f,0.9731788727770883f,-0.2300497371881045f,1.2796144509279732f,0.016828918612028215f,0.23001715840047465f,0.9730410548068978f,-0.04205779923462469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9642423157290165f,-0.2649192610858438f,0.0073852327840006095f,0.20061461985455048f,0.24195068890213453f,0.8685865707665575f,-0.43245489154797934f,1.3516516809828774f,0.10815091630368161f,0.41877816823435593f,0.901625324130235f,-0.03483346566742638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9673357552076409f,0.25067603287824197f,-0.037723510405173175f,-0.1868305038375655f,-0.24195068890213453f,0.8685865707665575f,-0.43245489154797934f,1.3516516809828774f,-0.07563994207193193f,0.42745630843914156f,0.9008660852418278f,-0.041354671629587315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9998583837215895f,-0.007324468748760466f,-0.01515139132880875f,0.009146670907445462f,0f,0.9003187714021935f,-0.4352310993723276f,1.1817498879302655f,0.016828918612028215f,0.43516946356378605f,0.9001912716084045f,-0.07920149955440713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9998583837215895f,-0.005976066168931103f,-0.015732105224502753f,0f,0f,0.9348256763960144f,-0.35510696240813716f,1.390625f,0.016828918612028215f,0.3550566734816833f,0.9346932898627607f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9062011917438184f,0.24481907077263756f,0.3447651703233741f,-0.2540579089802178f,0.1261182969007381f,0.6217440809991507f,-0.7729996590745554f,0.733320888660723f,-0.40360076222542013f,0.7439744083828042f,0.5325490629064291f,1.1084536880217728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9670012536901156f,0.24481907077263756f,-0.07051381387903194f,-0.1641196484635699f,-0.2123817776753027f,0.6217440809991507f,-0.7538755058058326f,0.7291791113392769f,-0.14072155440167217f,0.7439744083828042f,0.6532224152600958f,1.0823190849855848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9593414455109105f,0.24481907077263756f,0.14045502308945307f,-0.2301570321853118f,-0.044178958095425006f,0.6217440809991507f,-0.781973476151285f,0.8485460214226928f,-0.27876909905267333f,0.7439744083828042f,0.607280716872203f,1.0042942789728484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9585451221795902f,-0.28471506107555017f,-0.011339433074904759f,0.28094502086521733f,-0.23904808488850027f,0.8251821954698921f,-0.5117913221134462f,0.7255026668150997f,0.15507179581360017f,-0.4878644056254098f,-0.8590349584661328f,-1.26327972830192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8639446569621185f,-0.28471506107555017f,-0.4153756898319319f,0.36844840895064357f,-0.0003587818850869229f,0.8251821954698921f,-0.5648665466772198f,0.7369973331849001f,0.5035866370170742f,-0.4878644056254098f,-0.713013899402809f,-1.294903962974371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9333694729112133f,-0.28471506107555017f,-0.21853777942083538f,0.35747738182105576f,-0.12260977461120415f,0.8251821954698921f,-0.551399299463899f,0.8139598949195848f,0.33732516983947947f,-0.4878644056254098f,-0.8051087203083394f,-1.1583255375918946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015622787245649838f,0f,-2.629518533129409e-7f,0.01878635943027997f,0f,0.000015625f,0f,1.5567475f,2.629518533129409e-7f,0f,0.000015622787245649838f,-0.6872811760885105f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82.mcfunction new file mode 100644 index 000000000..87558f3d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..453fc3728 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7252717607084265f,0.22212154521979f,0.3026339979455647f,-0.1340665470677343f,-0.2768974598335928f,0.7610847555935267f,0.10498683720014597f,1.5323455491650075f,-0.2534819802294576f,-0.1958480492544127f,0.7512222518979573f,0.21237650955086118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7396564609507452f,-0.07085969380606873f,0.29645779390585936f,-0.1340665470677343f,0.03471147511508929f,0.7926021536733142f,0.10284424868585729f,1.5323455491650075f,-0.30282574736827333f,-0.08222365709535245f,0.735891185532693f,0.21237650955086118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3651422619854282f,0.029852132876010986f,-0.7298797319554519f,-0.0379188341471813f,0.23198869782806097f,0.7690033820053171f,0.14751097243550818f,1.528385700275447f,0.6926736728334995f,-0.2732893943635237f,0.3353513595264119f,0.2511024209008117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3192720446995598f,0.1638991040170681f,-0.7149842272216672f,-0.0379188341471813f,-0.07832350435480742f,0.7829335995638409f,0.14450054442662028f,1.528385700275447f,0.7293358555144157f,0.012331357443910396f,0.32850745422995453f,0.2511024209008117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5580211510992834f,0.042714740091301856f,-1.4588331281900488f,0.8451005093435388f,0.5243822151613218f,1.463403414057716f,-0.1577339219912043f,1.2595289937367566f,1.3619992427855225f,-0.5459232076978909f,-0.5369657009051038f,0.3915303226979908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9336532020416312f,-0.3576641784177213f,0.019184206894879683f,0.6291128942157728f,0.10094971007437062f,0.21137582998902593f,-0.9721776661353372f,1.6591809530479151f,0.34365804857926663f,0.9096134310646622f,0.23345781561871834f,0.13883081131811786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9336532020416312f,-0.3576641784177213f,0.019184206894879683f,0.32275793729586255f,0.10094971007437062f,0.21137582998902593f,-0.9721776661353372f,1.6260568294297624f,0.34365804857926663f,0.9096134310646622f,0.23345781561871834f,0.026068014128045998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9408996977548683f,-0.08301803817455683f,-0.3283531088667287f,-0.18539269634057362f,0.3343547563015322f,-0.07314257084746324f,-0.9396047367209079f,1.5839112300330886f,0.053987551373821274f,-0.9938602364857303f,0.09657729872587724f,-0.5272251426038566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3404115591948315f,-0.8810812710891647f,-0.3283531088667287f,-0.24903124009621547f,0.21309158240095272f,0.2678337473909722f,-0.9396047367209079f,1.6395881598870752f,0.9158121793667092f,-0.38982159700869684f,0.09657729872587724f,-0.20190652481828053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3356653759179907f,0.6926792371019865f,-0.6383762447786133f,0.15742293645523064f,-0.9154695501894798f,0.39953260405795366f,-0.04784559510071452f,1.3211988811407236f,0.22191047313208356f,0.6004741233246278f,0.7682360113479545f,-0.23755130121480392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.720690162987998f,0.506530320141057f,-0.4733209521562838f,0.24943911553070208f,-0.5569548775093232f,0.829590351211705f,0.0397632191228838f,1.4769955921124363f,0.4128037710473434f,0.2349614520602007f,0.879992137836955f,-0.18799607809203533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3356653759179907f,0.6926792371019865f,-0.6383762447786133f,-0.13223651336128608f,-0.9154695501894798f,0.39953260405795366f,-0.04784559510071452f,1.333128521647663f,0.22191047313208356f,0.6004741233246278f,0.7682360113479545f,-0.35421893515570446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.720690162987998f,0.506530320141057f,-0.4733209521562838f,-0.04022033428581464f,-0.5569548775093232f,0.829590351211705f,0.0397632191228838f,1.4889252326193756f,0.4128037710473434f,0.2349614520602007f,0.879992137836955f,-0.3046637120329359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3571992274748747f,0.1559130273086855f,-0.9209233626131949f,0.04901992622467958f,0.14462457887056743f,0.9648459524036103f,0.2194447978806538f,2.152543736030021f,0.9227634816559784f,-0.21157366576634964f,0.3220933729158753f,-0.4844612310473046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3571992274748747f,0.1559130273086855f,-0.9209233626131949f,-0.07020073846420091f,0.14462457887056743f,0.9648459524036103f,0.2194447978806538f,2.0470875200732346f,0.9227634816559784f,-0.21157366576634964f,0.3220933729158753f,-0.4624218996777468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3571992274748747f,0.1559130273086855f,-0.9209233626131949f,0.2588744723661685f,0.14462457887056743f,0.9648459524036103f,0.2194447978806538f,2.2375106761164796f,0.9227634816559784f,-0.21157366576634964f,0.3220933729158753f,0.05766231442558277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3571992274748747f,0.1559130273086855f,-0.9209233626131949f,0.1664437497379036f,0.14462457887056743f,0.9648459524036103f,0.2194447978806538f,2.1429013035749858f,0.9227634816559784f,-0.21157366576634964f,0.3220933729158753f,0.14890890691933895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.3843076589631583f,0.06486742985091166f,-0.9209233626131949f,0.07656307354187795f,0.3737459725597255f,0.901198051861245f,0.2194447978806538f,2.267055731986558f,0.8441691603331888f,-0.42852571435799863f,0.3220933729158753f,-0.4158132305108656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.36942869227206193f,0.12418776718888361f,-0.9209233626131949f,0.12036720954561193f,0.22816610430341905f,0.9485695596687256f,0.2194447978806538f,2.30289614596389f,0.9008122280326544f,-0.2911927007164144f,0.3220933729158753f,-0.31498762354567134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.3884988213239369f,0.031125970235768644f,-0.9209233626131949f,0.1280824949994529f,0.4508683418698509f,0.8651946133573936f,0.2194447978806538f,2.303895052450574f,0.8036083648951413f,-0.500469234812922f,0.3220933729158753f,-0.29360878631824916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.3598658818238554f,0.14965529490246948f,-0.9209233626131949f,0.11857140193011337f,0.16144143555741627f,0.9621749547604528f,0.2194447978806538f,2.3067405386633317f,0.9189304707018366f,-0.22764588539961633f,0.3220933729158753f,-0.3227413787507698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3788465816539155f,0.09151736317415028f,-0.9209233626131949f,0.08145187714676219f,0.3099711479120611f,0.9250739798228019f,0.2194447978806538f,2.3997639276632308f,0.8720052494287072f,-0.36859558338706727f,0.3220933729158753f,-0.3952288570493122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3788465816539155f,0.09151736317415028f,-0.9209233626131949f,0.060860470432578403f,0.3099711479120611f,0.9250739798228019f,0.2194447978806538f,2.1916222822031006f,0.8720052494287072f,-0.36859558338706727f,0.3220933729158753f,-0.3122948507872222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.2728705001181006f,0.7525144464563019f,-0.5993861009732071f,0.26870128815972094f,-0.06971110068600561f,0.6368577817596912f,0.7678232402404024f,2.2722719334077737f,0.959521783289177f,-0.16773244673196352f,0.22623831175746012f,-0.05668032381160837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.3872302063254492f,0.7005633941830581f,-0.5993861009732071f,0.23115801767765848f,0.030773665038663973f,0.6399222244045109f,0.7678232402404024f,2.275176009620913f,0.9214693423273709f,-0.3157696588399462f,0.22623831175746012f,-0.16600191274928786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.17588264669049636f,0.9651410003063879f,-0.1938250348142146f,0.1831530240097299f,-0.05817391362996287f,0.20674063988677407f,0.9766647856824677f,2.317223281791434f,0.9826907399411673f,-0.16050282660063214f,0.09250812011433238f,-0.17153534796712305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.465519308300945f,0.8635529106420051f,-0.1938250348142146f,0.2038569759498456f,0.008559691516796652f,0.21459876068830516f,0.9766647856824677f,2.319183081432241f,0.8849963306591426f,-0.4563153979790349f,0.09250812011433238f,-0.14884677850077577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.32469855552054033f,0.9257444052880599f,-0.1938250348142146f,0.3147808242233091f,-0.025116334816340374f,0.21329572460134466f,0.9766647856824677f,2.371816503395424f,0.9454840124339847f,-0.31225347066869263f,0.09250812011433238f,-0.13431174124932002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.32469855552054033f,0.7316468752089436f,-0.5993861009732071f,0.15016027730129708f,-0.025116334816340374f,0.6401692287763623f,0.7678232402404024f,2.2277784269207426f,0.9454840124339847f,-0.23425671500485554f,0.22623831175746012f,-0.08160398037322761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3571992274748747f,0.1559130273086855f,-0.9209233626131949f,0.054383802452898734f,0.14462457887056743f,0.9648459524036103f,0.2194447978806538f,1.7083591540213006f,0.9227634816559784f,-0.21157366576634964f,0.3220933729158753f,-0.09858332977859179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9269102394128537f,0.11363865340799598f,-0.35766417841772125f,0.01176930742490024f,-0.03817484962220581f,0.9766590701738106f,0.21137582998902577f,1.3421120027061215f,0.3733364286108819f,-0.18227264495487217f,0.909613431064662f,-0.030231087920514724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9412048946705447f,-0.07437814998707598f,-0.32954701796968044f,0.012974393947024335f,-0.08753537063018689f,0.8884596696630035f,-0.4505296597017144f,0.9546937542958381f,0.3262987973266906f,0.45288774126355735f,0.8297118708782876f,-0.45961354550062145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9399294743558587f,-0.2212266974774428f,-0.25998332938929564f,-0.06740433518609931f,-0.10913778103425349f,0.5268777437216636f,-0.8429049696861968f,1.1165789501722445f,0.3234525127248795f,0.820645228764533f,0.4710837298378797f,-0.17141628619219157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9135166565113556f,-0.1779939310265028f,-0.36579431214009644f,0.28214612145368767f,0.09962586782574902f,0.9697022264902648f,-0.22305218761489398f,1.0477786346243607f,0.39441349461736236f,0.1673193128648215f,0.9035719356012357f,-0.32832431011748947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9135166565113556f,-0.4067920946432835f,-0.002740440118598364f,0.14406022438278912f,0.09962586782574902f,0.23024707038761144f,-0.9680190974551529f,1.1150285192907858f,0.39441349461736236f,0.8840285506213313f,0.2508615493655168f,-0.02548492832001307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8736111489706211f,-0.4119396648698894f,-0.2590545751402862f,0.01630937798577998f,0.12399617473951122f,0.7032172515023307f,-0.7000788854404025f,1.2834313638255117f,0.4705619077700612f,0.579474943113497f,0.6654173737282559f,-0.024665204305019894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.961817613344319f,-0.08830405290542123f,-0.2590545751402862f,0.01630937798577998f,-0.12399617473951122f,0.7032172515023307f,-0.7000788854404025f,1.2834313638255117f,0.24399144925715371f,0.7054699791132036f,0.6654173737282559f,-0.024665204305019894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.931871604737553f,-0.2539803917288563f,-0.2590545751402862f,0.01630937798577998f,0f,0.7140655111126175f,-0.7000788854404025f,1.2834313638255117f,0.362788247168865f,0.6523836344182254f,0.6654173737282559f,-0.024665204305019894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9041507953120597f,-0.23874072379613387f,-0.3542798415629482f,0.02051168894625721f,0.16957563909974008f,0.96171123907641f,-0.21530349569394033f,1.2789893192569235f,0.39211661780710627f,0.13458959631195122f,0.9100165924883465f,-0.03545941908156242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9312779670028805f,0.08489488816833428f,-0.3542798415629482f,0.02051168894625721f,-0.16957563909974008f,0.96171123907641f,-0.21530349569394033f,1.2789893192569235f,0.3224367392201086f,0.2605846323116578f,0.9100165924883465f,-0.03545941908156242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.931871604737553f,-0.0781095778121339f,-0.3542798415629482f,0.02051168894625721f,0f,0.9765471851078007f,-0.21530349569394033f,1.2789893192569235f,0.362788247168865f,0.20063521403791706f,0.9100165924883465f,-0.03545941908156242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8681070392464247f,-0.3890081963525626f,-0.30832254471791753f,0.20001907497999338f,0.24331318138351946f,0.8748880185017591f,-0.4187715974694275f,1.3510782706895779f,0.43265328402294223f,0.2885196323521014f,0.85414726925254f,0.03750921846687763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9321306603564572f,0.09152846944313024f,-0.3503640553835863f,-0.16108117185580845f,-0.24331318138351946f,0.8748880185017591f,-0.4187715974694275f,1.3510782706895779f,0.2681997908061551f,0.475598038645518f,0.8377800295113692f,-0.10307122731105756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.931871604737553f,-0.15293826106974684f,-0.32897598785446247f,0.034915921551230474f,0f,0.9067989120974359f,-0.4215634389020312f,1.180573653338685f,0.362788247168865f,0.39284299830831726f,0.8450201573905048f,-0.06815175530018538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.931871604737553f,-0.12368413824545274f,-0.34105358263817903f,0f,0f,0.940089943099592f,-0.3409265300369066f,1.390625f,0.362788247168865f,0.31769975264309774f,0.8760431238738517f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9811021326056512f,0.03547550142955774f,0.19021065741688736f,-0.6518369408928455f,0.1278634190721203f,0.6189481161481063f,-0.7749543054786506f,0.7249275228479475f,-0.145222420651325f,0.7846303067783144f,0.6027152978190762f,0.891312011432161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9695670000608462f,0.03547550142955774f,-0.24224227787760794f,-0.5581792644024105f,-0.2116262291276652f,0.6189481161481063f,-0.7563845375613619f,0.7209058104853859f,0.12310228080021807f,0.7846303067783144f,0.607619214760982f,0.8902499548960706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9990152158979725f,0.03547550142955774f,-0.026647461467251887f,-0.6010109834275402f,-0.04289826520065604f,0.6189481161481063f,-0.7842595031999833f,0.8405555921466642f,-0.011328603051630415f,0.7846303067783144f,0.6198604233517951f,0.7978019196613465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9576103567132283f,-0.11111651142204929f,0.26577344789304425f,0.7202267317487341f,-0.2384169133532852f,0.823533498374269f,-0.5147328943078437f,0.7172280623723803f,-0.16167801378868824f,-0.5562784356280865f,-0.8151162628193066f,-1.029716227043238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9802104358015337f,-0.11111651142204929f,-0.1638310789659903f,0.813267519569933f,0.0014564159198154764f,0.823533498374269f,-0.5672657718460601f,0.7286052709609528f,0.19795297521996347f,-0.5562784356280865f,-0.8070742974824144f,-1.0314579004749538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9924350700927889f,-0.11111651142204929f,0.05220874006633666f,0.7589158146493831f,-0.12135689161143944f,0.823533498374269f,-0.5541345341285338f,0.8060368467859467f,0.018577849938302082f,-0.5562784356280865f,-0.8307882796157142f,-0.9059688218167388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014560493824024268f,0f,-0.000005668566362013516f,0.25614270323578797f,0f,0.000015625f,0f,1.5567475f,0.000005668566362013516f,0f,0.000014560493824024268f,-0.6380433040831264f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83.mcfunction new file mode 100644 index 000000000..8975f70db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..83fd2cc5b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7729738132773718f,0.26340424054974015f,0.00861013892441737f,-0.20328630989799618f,-0.2623942939401508f,0.7666977199664616f,0.10133254733955555f,1.5276398356326732f,0.024600059746531924f,-0.09867753899995724f,0.8103098325960406f,0.15714545794065893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7983037950634376f,-0.05138006730390089f,0.008434421803510894f,-0.20328630989799618f,0.04994135259839835f,0.7922451723801947f,0.09926453616936054f,1.5276398356326732f,-0.014727935631152335f,-0.09852753688244953f,0.7937728972369378f,0.15714545794065893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.11323952206844473f,0.10714091886463399f,-0.8016495983851027f,-0.12813225483258778f,0.22537600641249936f,0.7732250428372103f,0.1351781539576265f,1.524500552676392f,0.7767412122577941f,-0.23997562600956082f,0.07764813292060588f,0.22510205899868416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.06232028290533406f,0.13941569732377718f,-0.7852894024996926f,-0.12813225483258778f,-0.0858907434513762f,0.7842753843028245f,0.1324194161217566f,1.524500552676392f,0.7929306164652549f,0.07399584391289826f,0.07606347714671596f,0.22510205899868416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5010845758213485f,0.8907409236985986f,-1.1819057088966558f,0.45260850720234397f,1.4490815140057374f,0.5489067760567408f,-0.2006747790975091f,1.554455821228854f,0.3008043610734032f,-1.160468960398149f,-1.0021151522213705f,0.8591163133580335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7564196536938594f,-0.6533509301140694f,-0.031014023033816472f,0.5365320674714751f,0.12843185862240594f,0.194850943204681f,-0.97238797175975f,1.6730595468643745f,0.6413536974216772f,0.7315501842329932f,0.2313001572680342f,0.3494616116973148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7564196536938594f,-0.6533509301140694f,-0.031014023033816472f,0.28833186860317744f,0.12843185862240594f,0.194850943204681f,-0.97238797175975f,1.6309178432538975f,0.6413536974216772f,0.7315501842329932f,0.2313001572680342f,0.139017429730827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9081772933143311f,0.21843703152087612f,-0.35707039525645823f,-0.017085223672940186f,0.3525790634936914f,-0.060587995771792275f,-0.9338185577264295f,1.5870641685759268f,-0.2256147333268979f,-0.9739683557635253f,-0.021991681998605895f,-0.5668638485698336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5860250851937343f,-0.7273756473481039f,-0.35707039525645823f,-0.16986599123422344f,0.2056243337593273f,0.29274824442131836f,-0.9338185577264295f,1.6385453235469627f,0.7837686092780886f,-0.62066346197691f,-0.021991681998605895f,-0.27223285236137484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.2535832629406076f,0.4358231763946957f,-0.8635703142614576f,0.2291369062972914f,-0.9138354964315241f,0.4006623967882308f,-0.06613871227700016f,1.3259613204544287f,0.31717536823994424f,0.8059328773025383f,0.4998719666721744f,-0.167661301195695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5429139824042768f,0.38024547656005137f,-0.7487708496366214f,0.29575311534207216f,-0.552856722552971f,0.832981932086767f,0.022148253768270315f,1.482283859306749f,0.6321343623296519f,0.401938401216674f,0.662458805956618f,-0.08815748343033977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2535832629406076f,0.4358231763946957f,-0.8635703142614576f,-0.0025431020015356937f,-0.9138354964315241f,0.4006623967882308f,-0.06613871227700016f,1.335638896743966f,0.31717536823994424f,0.8059328773025383f,0.4998719666721744f,-0.3771534687624458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5429139824042768f,0.38024547656005137f,-0.7487708496366214f,0.06407310704324506f,-0.552856722552971f,0.832981932086767f,0.022148253768270315f,1.4919614355962865f,0.6321343623296519f,0.401938401216674f,0.662458805956618f,-0.29764965099709056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.05023823713039044f,0.1982316078436452f,-0.9788668699990584f,0.18561200853652737f,0.1340924173285559f,0.9698917169350205f,0.2032960428434905f,2.1601091540500397f,0.9896945706353123f,-0.14147185964905223f,0.022144294579502066f,-0.4331550742451074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.05023823713039044f,0.1982316078436452f,-0.9788668699990584f,0.06718035460127038f,0.1340924173285559f,0.9698917169350205f,0.2032960428434905f,2.0529032277999186f,0.9896945706353123f,-0.14147185964905223f,0.022144294579502066f,-0.4505086105709717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.05023823713039044f,0.1982316078436452f,-0.9788668699990584f,0.2151269728506318f,0.1340924173285559f,0.9698917169350205f,0.2032960428434905f,2.2388884492305663f,0.9896945706353123f,-0.14147185964905223f,0.022144294579502066f,0.1482904860031386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.05023823713039044f,0.1982316078436452f,-0.9788668699990584f,0.10046318670015404f,0.1340924173285559f,0.9698917169350205f,0.2032960428434905f,2.1417394542800867f,0.9896945706353123f,-0.14147185964905223f,0.022144294579502066f,0.2051640424749227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.09670251312056254f,0.18018955234533857f,-0.9788668699990584f,0.18858199121038435f,0.3647473421472516f,0.9086418961068728f,0.2032960428434905f,2.273828553310925f,0.9260712717456919f,-0.37669832739858694f,0.022144294579502066f,-0.3580335221152551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.06732408848844623f,0.19309872585660925f,-0.9788668699990584f,0.19828264691858194f,0.21811378817128618f,0.9545140619046681f,0.2032960428434905f,2.3085709961586036f,0.973598398991479f,-0.22719108190861065f,0.022144294579502066f,-0.24817907036746828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.11203908513287787f,0.17107569734136358f,-0.9788668699990584f,0.19895230456930926f,0.4425527277369829f,0.8733944138456196f,0.2032960428434905f,2.309319690885708f,0.8897158684519141f,-0.45597730606076503f,0.022144294579502066f,-0.22545091294464958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.05369020419234462f,0.19732463807652206f,-0.9788668699990584f,0.19892388868788125f,0.15099893884801024f,0.9674037623613794f,0.2032960428434905f,2.3125172261406437f,0.9870748109644777f,-0.15872286469509364f,0.022144294579502066f,-0.25606203160815355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.08389756288170885f,0.186496245969606f,-0.9788668699990584f,0.18466853770125355f,0.3004751813853269f,0.9318719785118728f,0.2032960428434905f,2.4062394585308873f,0.9500925556565343f,-0.31118124285311866f,0.022144294579502066f,-0.3354255790042173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.08389756288170885f,0.186496245969606f,-0.9788668699990584f,0.14270688235809226f,0.3004751813853269f,0.9318719785118728f,0.2032960428434905f,2.1965682633657164f,0.9500925556565343f,-0.31118124285311866f,0.022144294579502066f,-0.2654097993622657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.037838412611791966f,0.756900188213827f,-0.6524341802916924f,0.25944525647005795f,-0.08179158458706853f,0.6483651623366049f,0.7569232147047442f,2.275587777381659f,0.995930916892209f,0.0820043983582651f,0.0373749572326552f,0.04308497623088532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.08103271706878516f,0.7535007227279595f,-0.6524341802916924f,0.2577048171740308f,0.02064206286540067f,0.6531777340676094f,0.7569232147047442f,2.2797924431568592f,0.9964976688407812f,-0.07480313206508188f,0.0373749572326552f,-0.07245043947259369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.13739758360893392f,0.9637162711130071f,-0.22885115863911826f,0.21312073591105676f,-0.07178091081465587f,0.2207473379050326f,0.9726860303563838f,2.32134874609206f,0.9879116381848351f,0.15007185478923882f,0.03884628089113913f,-0.09215842779317054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.16713183831508863f,0.9590068278229055f,-0.22885115863911826f,0.2257108990364629f,-0.000053024100195663004f,0.23212471548283053f,0.9726860303563838f,2.3231917218052667f,0.9859345545267516f,-0.1625546697301026f,0.03884628089113913f,-0.06413420866049553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.015052447965639718f,0.9733450421098238f,-0.22885115863911826f,0.3257480172580881f,-0.03636467697470619f,0.229258580249607f,0.9726860303563838f,2.376901903427742f,0.9992252168949536f,-0.006319207399645003f,0.03884628089113913f,-0.015211454248634298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.015052447965639718f,0.7576958916328824f,-0.6524341802916924f,0.15526644164068987f,-0.03636467697470619f,0.6524912699106103f,0.7569232147047442f,2.230091367697855f,0.9992252168949536f,0.012332010910236993f,0.0373749572326552f,-0.017986156703437617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.05023823713039044f,0.1982316078436452f,-0.9788668699990584f,0.07798255266699342f,0.1340924173285559f,0.9698917169350205f,0.2032960428434905f,1.7099073092637285f,0.9896945706353123f,-0.14147185964905223f,0.022144294579502066f,-0.0698856591683218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7413760265562467f,0.1532780133181262f,-0.6533509301140694f,0.020503297672696076f,-0.030968244126520106f,0.980343856913464f,0.19485094320468077f,1.3422783629211794f,0.6703749362136026f,-0.1242246869397616f,0.7315501842329932f,-0.023301401565911206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7719891408804345f,-0.20779355612951378f,-0.6007117481735637f,0.16200926645975075f,-0.08768836392055239f,0.9012054439393709f,-0.4244284376040068f,0.9404966440348931f,0.629558192064582f,0.38032957529633693f,0.677499739453295f,-0.42046399550175045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.771087090107218f,-0.4723073687623268f,-0.42702511504920904f,-0.007223572391773594f,-0.112454195095033f,0.5590945619927923f,-0.821442222408622f,1.114564040528102f,0.6267206343144536f,0.6814242585664931f,0.3779976539101714f,-0.18101461724776793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7232194977831201f,-0.2035069402699666f,-0.6599533947850313f,0.3741192156410059f,0.1015277552549391f,0.976545245570005f,-0.18987232096203852f,1.0444288126767616f,0.6831146850560486f,0.0703157778636801f,0.7269181648880435f,-0.20752014833710342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7232194977831201f,-0.6854282305707602f,-0.08450857212714052f,0.14129658824420735f,0.1015277552549391f,0.22655850275486167f,-0.9686915710082175f,1.1139103187024093f,0.6831146850560486f,0.6919966658634361f,0.2334415162190808f,0.028644533595778635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6602805338695039f,-0.5787279692274214f,-0.47864763054558956f,0.022711127074930476f,0.12582077118201118f,0.7135650521348199f,-0.6891981209427342f,1.2830064714750962f,0.7404044503730149f,0.394840289238239f,0.5439691129669928f,-0.016349335617105665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8183973683074888f,-0.3179971592962254f,-0.47864763054558956f,0.022711127074930476f,-0.12582077118201118f,0.7135650521348199f,-0.6891981209427342f,1.2830064714750962f,0.5607092660965576f,0.6242617424216885f,0.5439691129669928f,-0.016349335617105665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7507444461389524f,-0.45527927952478797f,-0.47864763054558956f,0.022711127074930476f,0f,0.7245729432493352f,-0.6891981209427342f,1.2830064714750962f,0.660592746396384f,0.5174116615871597f,0.5439691129669928f,-0.016349335617105665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7163385334815638f,-0.2608072551834093f,-0.647177472640371f,0.03031775842705395f,0.17012174197210536f,0.9648083423680962f,-0.2005079933700965f,1.2783897295132702f,0.6766961639893183f,0.03353264291138158f,0.7354983776335057f,-0.0249940509467628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7623393686954288f,-0.00007644525221328635f,-0.647177472640371f,0.03031775842705395f,-0.17012174197210536f,0.9648083423680962f,-0.2005079933700965f,1.2783897295132702f,0.6244175524802542f,0.26295409609483106f,0.7354983776335057f,-0.0249940509467628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7507444461389524f,-0.13245412601477996f,-0.647177472640371f,0.03031775842705395f,0f,0.9796920662099379f,-0.2005079933700965f,1.2783897295132702f,0.660592746396384f,0.15053026242906584f,0.7354983776335057f,-0.0249940509467628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6693117039396157f,-0.45563179937434845f,-0.5868743531356106f,0.17459631894443672f,0.24462000449851418f,0.8809892943376191f,-0.40499248963610546f,1.3505139085758755f,0.7015574790197843f,0.12750500641699328f,0.7011130985582906f,0.10433475634139387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7810151949977775f,-0.06849667133935627f,-0.6207442880913296f,-0.11631715393440734f,-0.24462000449851418f,0.8809892943376191f,-0.40499248963610546f,1.3505139085758755f,0.5746097097872f,0.4681517588111064f,0.6713103694568833f,-0.15164493288720493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7507444461389524f,-0.2693892766825092f,-0.6031684625376162f,0.05408179106877673f,0f,0.9130715797713125f,-0.40779932591155654f,1.1794454778999688f,0.660592746396384f,0.30615307906730965f,0.6854834174406322f,-0.049635883017184176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7507444461389524f,-0.215794573799457f,-0.6243520469336414f,0f,0f,0.9451391198882517f,-0.3266680946417341f,1.390625f,0.660592746396384f,0.24524425778307554f,0.7095579450847624f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9842795251058567f,-0.17469602130249828f,0.025983005955157568f,-0.9243611568782746f,0.12987999584781879f,0.6162438564022581f,-0.7767719717684486f,0.7165203444741078f,0.11968710513651554f,0.7679354201933584f,0.6292457288504153f,0.5472110638343421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9030410910357407f,-0.17469602130249828f,-0.39242590133941935f,-0.8337450391880897f,-0.21056676886051146f,0.6162438564022581f,-0.7588841448456521f,0.7126463221925587f,0.3744040915276202f,0.7679354201933584f,0.5197083476911132f,0.5709339149724459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9665719220286378f,-0.17469602130249828f,-0.18766997545409708f,-0.8509026017150676f,-0.04132290433652294f,0.6162438564022581f,-0.7864705506397982f,0.8325539159293031f,0.2530437454731078f,0.7679354201933584f,0.5884250617448161f,0.4708087301416716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8566637052720026f,0.07382171617914149f,0.5105660097284277f,1.0273854642188824f,-0.23769825901854566f,0.8219022970068405f,-0.5176641303339762f,0.7089573566148923f,-0.4578502306750486f,-0.5648247236048061f,-0.6865465737119069f,-0.6596200941029318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9921755064949987f,0.07382171617914149f,0.10068822439470346f,1.1161539703067413f,0.003346531813693321f,0.8219022970068405f,-0.5696186574364461f,0.7202093100517745f,-0.12480610977116394f,-0.5648247236048061f,-0.8157183745439f,-0.631644955662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9468640649371621f,0.07382171617914149f,0.31304759502516405f,1.0248125780090374f,-0.12002083666007626f,0.8219022970068405f,-0.5568407428900068f,0.7981094447668344f,-0.298401476702258f,-0.5648247236048061f,-0.7693696057855846f,-0.5302270840146757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011730381970921133f,0f,-0.0000103217616624435f,0.4595760111875219f,0f,0.000015625f,0f,1.5567475f,0.0000103217616624435f,0f,0.000011730381970921133f,-0.5113689785734139f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84.mcfunction new file mode 100644 index 000000000..62bbe3a3a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..7387076b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7181264351039064f,0.26629795418286645f,-0.283415361699784f,-0.24990833262224815f,-0.24794334494546869f,0.7720294469922224f,0.09715490269965807f,1.5228745569290976f,0.2996046817835991f,0.0006140190124921857f,0.7597243592767347f,0.08086358250732159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7497503317090235f,-0.028200352298929116f,-0.27763137472631905f,-0.24990833262224815f,0.06501854404349536f,0.791653239034712f,0.09517214958333853f,1.5228745569290976f,0.2713798611405671f,-0.11175817310633523f,0.744219780515985f,0.08086358250732159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1492398011682551f,0.16598789165559125f,-0.7855698224953884f,-0.20348786551888554f,0.21915675152909456f,0.777105300094214f,0.12256473909383978f,1.5205256054280611f,0.7724262064760096f,-0.18841395074053838f,-0.1865539684913392f,0.16834001737795126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19729020131775793f,0.09427710993183709f,-0.769537785301605f,-0.20348786551888554f,-0.09297392953446348f,0.7854556792792385f,0.12006341788784305f,1.5205256054280611f,0.7696963199151464f,0.11904285963841141f,-0.18274674464457719f,0.16834001737795126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5456987603801257f,1.2465656614500713f,-0.7679148159875167f,0.12115874963877288f,1.353079149288912f,-0.7424335252486233f,-0.243670938658053f,1.9623997659427803f,-0.559281618399165f,-0.5798903019368824f,-1.3387821178370893f,0.8982678725315963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.49146548223201053f,-0.8671954645444748f,-0.08021038616008656f,0.37851250968119093f,0.15594940074115424f,0.17824370220632518f,-0.9715497758901795f,1.686906111641581f,0.8568205554157372f,0.4649744174653866f,0.22283924008080813f,0.5111711608680032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.49146548223201053f,-0.8671954645444748f,-0.08021038616008656f,0.2172503983238125f,0.15594940074115424f,0.17824370220632518f,-0.9715497758901795f,1.6357352145233899f,0.8568205554157372f,0.4649744174653866f,0.22283924008080813f,0.23002691612221446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7954904629469928f,0.4965373385354027f,-0.3473407473944847f,0.15521826891855064f,0.3714552586185473f,-0.053304685430816845f,-0.9269194147042937f,1.588620404448091f,-0.47876498849123067f,-0.8663771014698514f,-0.14203803660882902f,-0.553515346168274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7817142671929325f,-0.5179548336162704f,-0.3473407473944847f,-0.07345360773917711f,0.2025451849965377f,0.3159048063562321f,-0.9269194147042937f,1.637422379872088f,0.5898290027641364f,-0.7949383269503199f,-0.14203803660882902f,-0.31279417832973805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14689699066989537f,0.12727722196557278f,-0.9809290407062353f,0.27160276050916443f,-0.911877270169501f,0.4016842360777588f,-0.08443706908015075f,1.330766877101676f,0.3832768167791363f,0.9068904472180496f,0.1750674112000828f,-0.07881600436262365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.30473174782727275f,0.2049343736803169f,-0.9301292729241414f,0.30421464761844796f,-0.5485411823788559f,0.8361114028304013f,0.004504807585830745f,1.4875659201797877f,0.7786148811193776f,0.5088414532457382f,0.3672046328114924f,0.018886797076024066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.14689699066989537f,0.12727722196557278f,-0.9809290407062353f,0.12515942756194615f,-0.911877270169501f,0.4016842360777588f,-0.08443706908015075f,1.3381771490831533f,0.3832768167791363f,0.9068904472180496f,0.1750674112000828f,-0.35477920499718424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.30473174782727275f,0.2049343736803169f,-0.9301292729241414f,0.1577713146712297f,-0.5485411823788559f,0.8361114028304013f,0.004504807585830745f,1.494976192161265f,0.7786148811193776f,0.5088414532457382f,0.3672046328114924f,-0.2570764035585365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.2580948642795829f,0.21332834405507983f,-0.9422728154070993f,0.29422617137915297f,0.12473546823079942f,0.9745118009394065f,0.1864612903395185f,2.1670357243365013f,0.9580334566171198f,-0.06941013940738423f,-0.2781261018849195f,-0.34859989745610215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.2580948642795829f,0.21332834405507983f,-0.9422728154070993f,0.18890060933833677f,0.12473546823079942f,0.9745118009394065f,0.1864612903395185f,2.0580249151297503f,0.9580334566171198f,-0.06941013940738423f,-0.2781261018849195f,-0.4019242067050323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.2580948642795829f,0.21332834405507983f,-0.9422728154070993f,0.14259543861489798f,0.12473546823079942f,0.9745118009394065f,0.1864612903395185f,2.240317811922096f,0.9580334566171198f,-0.06941013940738423f,-0.2781261018849195f,0.21424475830645578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.2580948642795829f,0.21332834405507983f,-0.9422728154070993f,0.017912761753113113f,0.12473546823079942f,0.9745118009394065f,0.1864612903395185f,2.1406621628326548f,0.9580334566171198f,-0.06941013940738423f,-0.2781261018849195f,0.23277295830380956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.19881954640531957f,0.269430379341235f,-0.9422728154070993f,0.27183868652347387f,0.35678603390688723f,0.9153883947341236f,0.1864612903395185f,2.28001031343632f,0.91278393608574f,-0.29911763149992165f,-0.2781261018849195f,-0.27566353547319467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.23851994512478064f,0.23501101489600534f,-0.9422728154070993f,0.2467330597387363f,0.2091951119427457f,0.959932076943043f,0.1864612903395185f,2.3137800578672003f,0.948338357822214f,-0.1526441303600165f,-0.2781261018849195f,-0.16796742370578463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.1745805731757165f,0.2857333806442942f,-0.9422728154070993f,0.2403901896256826f,0.4352097107768619f,0.8808091137417019f,0.1864612903395185f,2.31430613662134f,0.883240698289633f,-0.37753376052366605f,-0.2781261018849195f,-0.1461255060959827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.25433246221660066f,0.21780022958578404f,-0.9422728154070993f,0.24968327758358205f,0.1417240464427417f,0.9721864439832607f,0.1864612903395185f,2.317817458090206f,0.9566761695175316f,-0.0861195571723545f,-0.2781261018849195f,-0.17525581269836885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.21712974516529826f,0.2549051100100417f,-0.9422728154070993f,0.25863472054090264f,0.29206265453734553f,0.9380466902183074f,0.1864612903395185f,2.4120964453267906f,0.9314258315019246f,-0.23471640731156318f,-0.2781261018849195f,-0.25473529914534926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.21712974516529826f,0.2549051100100417f,-0.9422728154070993f,0.20128107078864338f,0.29206265453734553f,0.9380466902183074f,0.1864612903395185f,2.2010359400276718f,0.9314258315019246f,-0.23471640731156318f,-0.2781261018849195f,-0.20192410750024764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.33966845073493046f,0.6827055807073698f,-0.6469454641979844f,0.2163088771485309f,-0.09266101558360729f,0.6602047577254921f,0.7453479818632631f,2.278842258750702f,0.9359697002394608f,0.31311781799769506f,-0.16099053477150688f,0.1278656739616248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.2286878861609672f,0.7274361945056649f,-0.6469454641979844f,0.2499809470146756f,0.01175857337216931f,0.6665719180138124f,0.7453479818632631f,2.284205147687807f,0.9734287784298754f,0.16284489871808847f,-0.16099053477150688f,0.017382318843409163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.4321521889220692f,0.866904724486917f,-0.24843647935061225f,0.21279069103833953f,-0.08425482593356513f,0.2354709177752795f,0.9682223769305132f,2.3252014593629706f,0.8978561187165618f,0.4393513918770835f,-0.028718365881445246f,-0.014855216868817953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.14311286293515915f,0.9580177577635896f,-0.24843647935061225f,0.21614812737329214f,-0.007366585959803773f,0.24998232381975455f,0.9682223769305132f,2.326968875847979f,0.989678958993167f,0.14039520500109795f,-0.028718365881445246f,0.015687695324115694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.29121790154503535f,0.9238351852725568f,-0.24843647935061225f,0.29532309367668375f,-0.04638174215874709f,0.24575223865785495f,0.9682223769305132f,2.381858360594446f,0.9555317199413242f,0.2934866055667173f,-0.028718365881445246f,0.09317391155883813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.29121790154503535f,0.7047366175908281f,-0.6469454641979844f,0.13675735471874764f,-0.04638174215874709f,0.6650602378181099f,0.7453479818632631f,2.2322198070853716f,0.9555317199413242f,0.2470651329102484f,-0.16099053477150688f,0.037584256654032325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.2580948642795829f,0.21332834405507983f,-0.9422728154070993f,0.08913446190693891f,0.12473546823079942f,0.9745118009394065f,0.1864612903395185f,1.7113636602519655f,0.9580334566171198f,-0.06941013940738423f,-0.2781261018849195f,-0.037905788292919476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.46861866543109837f,0.1684297262453071f,-0.8671954645444748f,0.02597331456494876f,-0.023712870340727277f,0.983700606080929f,0.17824370220632518f,1.3424759329716172f,0.8830822420305938f,-0.06296463223861634f,0.4649744174653866f,-0.014294051203438345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.512732473999628f,-0.30107488926673726f,-0.804026940568065f,0.2847982701089395f,-0.08786631777454858f,0.9131766511948385f,-0.39797979083531637f,0.926600587337968f,0.8540403505145193f,0.27470404941609783f,0.44176098167157674f,-0.3366500447884718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5118985254351297f,-0.65366060176464f,-0.5573936825602068f,0.05093708715715207f,-0.11577247017255032f,0.5904387147449678f,-0.798735788155543f,1.1126122928491746f,0.8512089254745193f,0.4734025156576581f,0.22656880491699413f,-0.1707116657250292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.4494893827092618f,-0.1864975407987298f,-0.8736005735504487f,0.4176064542063314f,0.10342048844619839f,0.9822515893243874f,-0.15648008767656327f,1.0411318457286063f,0.8872787033402733f,-0.020012060007436938f,0.4607993273140296f,-0.06574589407890451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.4494893827092618f,-0.8798515555753186f,-0.15433902611892736f,0.1195278756294808f,0.10342048844619839f,0.22287211089926923f,-0.9693462873260792f,1.1128554296489488f,0.8872787033402733f,0.419749046854184f,0.19117332518896962f,0.07689865235812511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3716503170944935f,-0.6688273553096236f,-0.6438524757994623f,0.025481703636169962f,0.12761658018862043f,0.7237495911055086f,-0.6781596698680705f,1.2826062019390332f,0.9195597045676391f,0.1698720052396616f,0.35433522485258584f,-0.006889542456684751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5779894884095639f,-0.5013802356445192f,-0.6438524757994623f,0.025481703636169962f,-0.12761658018862043f,0.7237495911055086f,-0.6781596698680705f,1.2826062019390332f,0.8060038211751928f,0.47413541175454865f,0.35433522485258584f,-0.006889542456684751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.48214476510741144f,-0.5941299646427725f,-0.6438524757994623f,0.025481703636169962f,0f,0.7349145951499599f,-0.6781596698680705f,1.2826062019390332f,0.8760915622693322f,0.3269711347338606f,0.35433522485258584f,-0.006889542456684751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4465741243153762f,-0.24391332956128953f,-0.8608587800297334f,0.035507440703810546f,0.17062892147200495f,0.9676847002451596f,-0.1856666153855771f,1.2778158188814475f,0.8783264328535577f,-0.06397349899576552f,0.47376161598105804f,-0.012407066938926244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5030656811886812f,-0.07646620989618519f,-0.8608587800297334f,0.035507440703810546f,-0.17062892147200495f,0.9676847002451596f,-0.1856666153855771f,1.2778158188814475f,0.8472370928892742f,0.24028990751912158f,0.47376161598105804f,-0.012407066938926244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.48214476510741144f,-0.16266095513440945f,-0.8608587800297334f,0.035507440703810546f,0f,0.9826127965436152f,-0.1856666153855771f,1.2778158188814475f,0.8760915622693322f,0.08951818666336717f,0.47376161598105804f,-0.012407066938926244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.39489439347927985f,-0.46015420184145606f,-0.7951833301360663f,0.1283163945167866f,0.2458708592496932f,0.8868890023195158f,-0.39112072066883835f,1.3499587237662225f,0.8852151933685105f,-0.04106102887588731f,0.46336600364852437f,0.1576695040281743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5365377677753704f,-0.2115274203431462f,-0.8169353549661055f,-0.05851470196233533f,-0.2458708592496932f,0.8868890023195158f,-0.39112072066883835f,1.3499587237662225f,0.8072637390112604f,0.41071163607532224f,0.423841016974398f,-0.1818159763511919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.48214476510741144f,-0.3451291830169003f,-0.805246715305071f,0.06490684988306167f,0f,0.9191353392552345f,-0.39394190959095104f,1.1783656197374606f,0.8760915622693322f,0.1899370294656942f,0.443156292247136f,-0.026803132117727023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.48214476510741144f,-0.27363398671064626f,-0.8322624987324354f,0f,0f,0.9499720515246526f,-0.31233491851223244f,1.390625f,0.8760915622693322f,0.1505906459209228f,0.4580240516409594f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.918787678027539f,-0.3705410818775844f,-0.13611946718141643f,-1.0382789293729333f,0.13215417537203508f,0.6136498773082916f,-0.7784401724032849f,0.7080998607804188f,0.37197375799443266f,0.6972324825483304f,0.6127824970109633f,0.13698150839022558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7751778546204005f,-0.3705410818775844f,-0.5116625844705693f,-0.9569463890738951f,-0.2092106743011242f,0.6136498773082916f,-0.7613571578687545f,0.7044001392195813f,0.5960957871555393f,0.6972324825483304f,0.39816664578403593f,0.18346153043064187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8675470965230752f,-0.3705410818775844f,-0.33175494262387617f,-0.9478494178298328f,-0.039463696648931956f,0.6136498773082916f,-0.7885914307969112f,0.8245387146195368f,0.4957869017644406f,0.6972324825483304f,0.5177472484893656f,0.08255943213702888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6697656194153294f,0.25026737068828364f,0.6991282130038617f,1.1674147781414774f,-0.236892614414065f,0.8202897093115434f,-0.5205830212690888f,0.7006905066208231f,-0.7037726225744141f,-0.5142869198865132f,-0.49011535351218494f,-0.21606906676314033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9024781464791118f,0.25026737068828364f,0.3505701617314282f,1.2429030788093385f,0.005310270405526271f,0.8202897093115434f,-0.5719235908981232f,0.711809493379177f,-0.43070290938864875f,-0.5142869198865132f,-0.7416225238474059f,-0.16159937706560187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8052085404571866f,0.25026737068828364f,0.5375922707252963f,1.1245200878666135f,-0.11860252542244082f,0.8202897093115434f,-0.5595160710480109f,0.7901774106572017f,-0.5810100234404103f,-0.5142869198865132f,-0.6308219373923332f,-0.09421093130552112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007533511954803305f,0f,-0.000013688930660458315f,0.6057928289023286f,0f,0.000015625f,0f,1.5567475f,0.000013688930660458315f,0f,0.000007533511954803305f,-0.32515133516066647f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85.mcfunction new file mode 100644 index 000000000..93f25c91a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..f909cc6a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5705979774448002f,0.23514376850819915f,-0.5348549342692f,-0.26821412625316754f,-0.23356594954878254f,0.7770732833224795f,0.09245812026123715f,1.5180503935596645f,0.5355458335116832f,0.08836834796819679f,0.6101853322803596f,-0.007331340545550499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6045545310225968f,-0.0010911453912068048f,-0.5239395274473797f,-0.26821412625316754f,0.07992124504297696f,0.7908283307558426f,0.09057121984774252f,1.5180503935596645f,0.5178092444238792f,-0.1207864258750251f,0.597732570397087f,-0.007331340545550499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39264246196612207f,0.20376540976342533f,-0.6864808804981902f,-0.25423542966139523f,0.21334072827409814f,0.7806395355240052f,0.10969090062893617f,1.516461669372388f,0.6835657065455407f,-0.12659390903694032f,-0.4285514572068179f,0.0884318634447752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4317374503943394f,0.03722147899761245f,-0.6724710666104721f,-0.25423542966139523f,-0.09956246653785257f,0.7864739767826409f,0.10745231082018239f,1.516461669372388f,0.6661006599485505f,0.14168008097445597f,-0.41980550910055636f,0.0884318634447752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4948671030841476f,0.3642191542939171f,-0.27225539804057697f,0.1064167773640943f,0.31411943468697767f,-1.5035174782302891f,-0.28665383899045715f,2.2112010314873296f,-0.3287971637176069f,0.21951275658024333f,-1.5116589644591798f,0.7785019367788579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.17424345474596942f,-0.9761269440734256f,-0.12967423619233254f,0.17794249278966578f,0.18345845695389285f,0.16156335024576468f,-0.9696598777042708f,1.7007018416210142f,0.9674617372538751f,0.14516705174122638f,0.2072300992579846f,0.6059240583154033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.17424345474596942f,-0.9761269440734256f,-0.12967423619233254f,0.12076885920114457f,0.18345845695389285f,0.16156335024576468f,-0.9696598777042708f,1.640504535433018f,0.9674617372538751f,0.14516705174122638f,0.2072300992579846f,0.28847567577897554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.615829156198256f,0.7273979650089711f,-0.3027319786163196f,0.315244494746967f,0.3911699089245706f,-0.05125607801573695f,-0.9188900460982196f,1.5885670490379888f,-0.683915603512661f,-0.6842989222315438f,-0.252971208450014f,-0.48937168850123325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9134241511183324f,-0.2720471820784075f,-0.3027319786163196f,0.029493647134341373f,0.20396671940483868f,0.3376961068132708f,-0.9188900460982196f,1.6362196199440209f,0.35221285826752796f,-0.9010836088656579f,-0.252971208450014f,-0.3205048570769799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.025566026128991413f,-0.19254653909733654f,-0.9809547433952341f,0.2810834757323774f,-0.9095950173103282f,0.402595966796851f,-0.10272970360675843f,1.3356125169176947f,0.4147086721931377f,0.8948979370858707f,-0.16484659355673076f,0.017408161756602425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.03463737984706822f,0.006787356035151876f,-0.9993768977294712f,0.2761099993781592f,-0.5440107853376676f,0.8389750662829684f,-0.013156883817344728f,1.492838111321893f,0.8383629985594689f,0.5441275309645167f,0.03275229294011174f,0.119636775643325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.025566026128991413f,-0.19254653909733654f,-0.9809547433952341f,0.23595182445966784f,-0.9095950173103282f,0.402595966796851f,-0.10272970360675843f,1.3407418754038711f,0.4147086721931377f,0.8948979370858707f,-0.16484659355673076f,-0.29177313414423117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.03463737984706822f,0.006787356035151876f,-0.9993768977294712f,0.23097834810544965f,-0.5440107853376676f,0.8389750662829684f,-0.013156883817344728f,1.4979674698080692f,0.8383629985594689f,0.5441275309645167f,0.03275229294011174f,-0.1895445202575086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5375596972243997f,0.2052843390696144f,-0.8178556792324446f,0.3691024370922779f,0.11658881055748296f,0.9786920639125927f,0.16902335130774498f,2.173302475131182f,0.835126709651178f,-0.004492679296548279f,-0.5500392664709814f,-0.24286611193605107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5375596972243997f,0.2052843390696144f,-0.8178556792324446f,0.2869264134264494f,0.11658881055748296f,0.9786920639125927f,0.16902335130774498f,2.0624398259313033f,0.835126709651178f,-0.004492679296548279f,-0.5500392664709814f,-0.3251879598675562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5375596972243997f,0.2052843390696144f,-0.8178556792324446f,0.053286114972943145f,0.11658881055748296f,0.9786920639125927f,0.16902335130774498f,2.2417984013337033f,0.835126709651178f,-0.004492679296548279f,-0.5500392664709814f,0.247770829984016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5375596972243997f,0.2052843390696144f,-0.8178556792324446f,-0.06920688598471533f,0.11658881055748296f,0.9786920639125927f,0.16902335130774498f,2.139679912925636f,0.835126709651178f,-0.004492679296548279f,-0.5500392664709814f,0.22808348527634917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.47192910039040753f,0.3292339778211496f,-0.8178556792324446f,0.32354939856630155f,0.349892663925613f,0.9214153408988461f,0.16902335130774498f,2.28558358259496f,0.8092329997817305f,-0.20639466418569571f,-0.5500392664709814f,-0.1803997710195528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5176224112366766f,0.25135458486521683f,-0.8178556792324446f,0.2664600512926517f,0.20144378868572796f,0.9648064607539891f,0.16902335130774498f,2.3185096117950805f,0.8315572375882903f,-0.0772616719635042f,-0.5500392664709814f,-0.08539543609750089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4414386358093629f,0.3691124744058447f,-0.8178556792324446f,0.2538124147799976f,0.42886785511901826f,0.8874139223374353f,0.16902335130774498f,2.3188414974510274f,0.7881651436471808f,-0.27613857332810854f,-0.5500392664709814f,-0.0664876264000463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5338951185581315f,0.2146347835907204f,-0.8178556792324446f,0.2713929111467043f,0.13365158519327083f,0.9765082490629686f,0.16902335130774498f,2.3226271895445554f,0.8349211077431953f,-0.019066965803194252f,-0.5500392664709814f,-0.09146482215684029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.49374570615048513f,0.295511870497947f,-0.8178556792324446f,0.30207233964806746f,0.2847656579469894f,0.9435780978629787f,0.16902335130774498f,2.4173196871698783f,0.8216591128393677f,-0.14944265665494486f,-0.5500392664709814f,-0.16479795308384992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.49374570615048513f,0.295511870497947f,-0.8178556792324446f,0.2355821687860295f,0.2847656579469894f,0.9435780978629787f,0.16902335130774498f,2.2050146151507084f,0.8216591128393677f,-0.14944265665494486f,-0.5500392664709814f,-0.13117335533648738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.604416311508243f,0.5433728627656741f,-0.5826035138862503f,0.14886456484587562f,-0.10227853215342622f,0.672322659508335f,0.7331584708452739f,2.2820276073388466f,0.7900759610590051f,0.5027207709270383f,-0.35078740318776214f,0.18755852941149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5119727006380834f,0.6312345835018398f,-0.5826035138862503f,0.21419733900184396f,0.0041551218734877035f,0.6800451393768187f,0.7331584708452739f,2.288402074736437f,0.8589916697870612f,0.372936333710223f,-0.35078740318776214f,0.09237378582575412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6812316552015042f,0.6891342911080727f,-0.2470169240566184f,0.1876777353757133f,-0.09554685432162591f,0.25083976948361536f,0.9633017225535565f,2.328772598922071f,0.7258059179840438f,0.6798333169714335f,-0.10503537763514714f,0.05030238437726678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.43493559742699717f,0.8659178167242132f,-0.2470169240566184f,0.18162620467470772f,-0.013356706778554606f,0.2680883990578164f,0.9633017225535565f,2.3305057820073154f,0.900362496150774f,0.42227354282525154f,-0.10503537763514714f,0.08042945986706172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5650402089164827f,0.7872180139816571f,-0.2470169240566184f,0.23263976095779001f,-0.05513052884402786f,0.2626983367186193f,0.9633017225535565f,2.3866712064248303f,0.8232194039847428f,0.5579223802179357f,-0.10503537763514714f,0.17804455453281107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5650402089164827f,0.5842111843460474f,-0.5826035138862503f,0.10119224447992956f,-0.05513052884402786f,0.6778195050433397f,0.7331584708452739f,2.234161817790079f,0.8232194039847428f,0.4463832553622405f,-0.35078740318776214f,0.07760832207630712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5375596972243997f,0.2052843390696144f,-0.8178556792324446f,0.088736972835816f,0.11658881055748296f,0.9786920639125927f,0.16902335130774498f,1.7127265539868228f,0.835126709651178f,-0.004492679296548279f,-0.5500392664709814f,-0.007291291413390953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.1444212840726707f,0.16223033551304894f,-0.9761269440734256f,0.02790059701842264f,-0.016413947155764316f,0.986725831321007f,0.16156335024576446f,1.3427043672414452f,0.9893801468826675f,-0.007311090424237027f,0.1451670517412264f,-0.004549632504302068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.19738615567745035f,-0.34906929861894587f,-0.9160727756617126f,0.36960760896455724f,-0.08808138881338172f,0.9243629734667844f,-0.37120716888060046f,0.9130268451858761f,0.9763607809061072f,0.15396011835966497f,0.1517099451687158f,-0.22150537763999928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.19636680118605854f,-0.7502322871059913f,-0.631341108098996f,0.10099647224267252f,-0.11909055703374997f,0.6208622341618096f,-0.774820963459945f,1.1107241536898003f,0.9732715544067577f,0.22733587832834373f,0.03257114992342744f,-0.14312006787788004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.1275208312911083f,-0.13598096276765043f,-0.9824701600311365f,0.4102088531415514f,0.1053030011920222f,0.9868147433157002f,-0.122914361710587f,1.0378880877328995f,0.9862300520298384f,-0.08778291484993501f,0.140158639882354f,0.07871603725003437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.1275208312911083f,-0.9703298423729412f,-0.205422575651576f,0.08272253134068375f,0.1053030011920222f,0.21918816519446271f,-0.9699834154142211f,1.1118640934860307f,0.9862300520298384f,0.10206147774350374f,0.13012970158282322f,0.11316178598846689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.044187373238794736f,-0.6762179343886918f,-0.7353752656007313f,0.024702173133159342f,0.12938319088332728f,0.7337685382207418f,-0.6669660577827361f,1.282230646797859f,0.9906096435847492f,-0.06567372022724363f,0.11991453835298616f,0.0023044709564018525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.27280270340341617f,-0.6203240312598259f,-0.7353752656007313f,0.024702173133159342f,-0.12938319088332728f,0.7337685382207418f,-0.6669660577827361f,1.282230646797859f,0.9533303073607994f,0.2770953420015464f,0.11991453835298616f,0.0023044709564018525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.16094007976310143f,-0.6582716076730792f,-0.7353752656007313f,0.024702173133159342f,0f,0.7450881006738437f,-0.6669660577827361f,1.282230646797859f,0.9869641790489899f,0.10734157053883488f,0.11991453835298616f,0.0023044709564018525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.12922551552072206f,-0.19394266409113337f,-0.9724643999569534f,0.03592389918314826f,0.17109706155820656f,0.9703396546050691f,-0.17078275740560683f,1.277267718670582f,0.9767428329220291f,-0.14431631143480933f,0.15857566203330267f,0.0004745914897477299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.18776456112148884f,-0.13804876096226742f,-0.9724643999569534f,0.03592389918314826f,-0.17109706155820656f,0.9703396546050691f,-0.17078275740560683f,1.277267718670582f,0.9671971180235195f,0.19845275079398073f,0.15857566203330267f,0.0004745914897477299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.16094007976310143f,-0.1685564639585475f,-0.9724643999569534f,0.03592389918314826f,0f,0.9853087078540094f,-0.17078275740560683f,1.277267718670582f,0.9869641790489899f,0.02748579059902076f,0.15857566203330267f,0.0004745914897477299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.07935134123832564f,-0.40655540716044325f,-0.9101736458238533f,0.06749973731313774f,0.24706545944503422f,0.892585792610982f,-0.37715946438905523f,1.3494128432853303f,0.9657442846804184f,-0.19494436062023207f,0.17127367827391327f,0.19163470256345247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.23156101781807897f,-0.3235637064485898f,-0.9174344788028769f,0.005135456404935946f,-0.24706545944503422f,0.892585792610982f,-0.37715946438905523f,1.3494128432853303f,0.9409240956507966f,0.3140018004697994f,0.12674665883349678f,-0.19081391681803114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.16094007976310143f,-0.3750408220322168f,-0.9129308147582958f,0.06695836262185886f,0f,0.9249888031782161f,-0.3799943604777989f,1.1773343259196474f,0.9869641790489899f,0.06115632268482568f,0.14886777176347785f,-0.00300292987737858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.16094007976310143f,-0.29404651523898023f,-0.9421437987917018f,0f,0f,0.9545876322477319f,-0.297930281038482f,1.390625f,0.9869641790489899f,0.04794892319417652f,0.1536314096748201f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.792586557756332f,-0.5388453425695353f,-0.2853983974290827f,-0.9865674476437744f,0.1346703363169782f,0.6111839968956447f,-0.7799474485213325f,0.6996666704022698f,0.5947019833330309f,0.5797411652882557f,0.5569827037619525f,-0.2732183138116985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5977127945700771f,-0.5388453425695353f,-0.5936203433157837f,-0.9198148627053679f,-0.20756726045625726f,0.6111839968956447f,-0.763786589516567f,0.6961666629310636f,0.7743741005443772f,0.5797411652882557f,0.25346584321423316f,-0.20748472383106276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7120275726763355f,-0.5388453425695353f,-0.45018044442175165f,-0.8856640885113084f,-0.03733341302620119f,0.6111839968956447f,-0.7906075753561179f,0.8165078029700844f,0.7011582931267809f,0.5797411652882557f,0.4150629220368336f,-0.30261095712690567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41912741174638085f,0.4002637979269755f,0.8149362581158435f,1.132165740736807f,-0.2360005316884124f,0.8186968404754336f,-0.5234875666511374f,0.6924274668258131f,-0.8767188613036487f,-0.4117333790994067f,-0.24867581862701862f,0.23241732440645552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.724265381860649f,0.4002637979269755f,0.5614521784687645f,1.1870635758293f,0.007346285846974401f,0.8186968404754336f,-0.5741789925448308f,0.7034058665075202f,-0.6894821888363054f,-0.4117333790994067f,-0.595894232068814f,0.30761549554502865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5855769076532592f,0.4002637979269755f,0.7049032396664945f,1.0538791723330794f,-0.11710292993820925f,0.8186968404754336f,-0.5621586850662624f,0.7822404694266061f,-0.8021138254781133f,-0.4117333790994067f,-0.4325379006656539f,0.3348970950755902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000251468874629846f,0f,-0.000015421315297640468f,0.6796994581218707f,0f,0.000015625f,0f,1.5567475f,0.000015421315297640468f,0f,0.00000251468874629846f,-0.10352289087484615f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86.mcfunction new file mode 100644 index 000000000..bbe091669 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..38a040fe1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3517012483798218f,0.17844868002865347f,-0.7151270830618502f,-0.2560603227706488f,-0.21928343237095305f,0.7818229360251722f,0.08724744945863794f,1.513168166441407f,0.7036799362068901f,0.15444549117878173f,0.3846109489846283f,-0.09719654054464291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38519406201910583f,0.029656988262907497f,-0.7005326527952819f,-0.2560603227706488f,0.09462779723120171f,0.7897727463203776f,0.08546688926560451f,1.513168166441407f,0.6947453595213082f,-0.12401400008362887f,0.3767617459441257f,-0.09719654054464291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5916988143321177f,0.2207667262104025f,-0.517782782796755f,-0.2742169449581127f,0.20793703902159374f,0.7838236113063952f,0.09657731931451352f,1.512309773663892f,0.5230670562799214f,-0.061863102099607666f,-0.6241139765120752f,-0.004389009044019024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.618261739602456f,-0.022012871891906816f,-0.5072157872294744f,-0.2742169449581127f,-0.10564656542740909f,0.7873299442223787f,0.09460635361421733f,1.512309773663892f,0.49657952490727714f,0.14009636826790572f,-0.6113769565832574f,-0.004389009044019024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1904153526502732f,-0.9822921534962128f,0.24376148866114958f,0.21244860217562933f,-0.9313858376104069f,-1.210504173253612f,-0.32955472691853616f,2.143676550720091f,0.3960277258895999f,0.10577344522782019f,-1.507773281568336f,0.829430756022194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.15600735274313543f,-0.9713011614965034f,-0.17954319693495024f,-0.038716292982431816f,0.21091502522786318f,0.14481935489813424f,-0.9667172319660067f,1.714427984029319f,0.9649749002037351f,-0.18868335412121454f,0.18226912479726126f,0.6254838988744518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.15600735274313543f,-0.9713011614965034f,-0.17954319693495024f,0.0124736196364095f,0.21091502522786318f,0.14481935489813424f,-0.9667172319660067f,1.6452214913764265f,0.9649749002037351f,-0.18868335412121454f,0.18226912479726126f,0.3088515097451012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3871238451451498f,0.8932211462052322f,-0.228672500515138f,0.4488488878175934f,0.41186225238134616f,-0.05436951066979254f,-0.9096226917644983f,1.5869139717278191f,-0.8249270353088196f,-0.4463182051869933f,-0.3468363391215843f,-0.381200005074259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9734502672175891f,-0.010171762981847798f,-0.228672500515138f,0.12841493108455204f,0.20993288699416557f,0.35848952786016397f,-0.9096226917644983f,1.634937458019377f,0.09122916316781385f,-0.9334783305746512f,-0.3468363391215843f,-0.2958825860788735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.09970583346658243f,-0.4848222054264553f,-0.8689109136719149f,0.25810465350995637f,-0.9069893076597959f,0.40339565211664286f,-0.12100555212134848f,1.3404951522353354f,0.4091810633002682f,0.7760279485809879f,-0.4799494561489214f,0.10949573722282069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.23736287450378818f,-0.18701667167158664f,-0.9532489865319452f,0.21708122140570926f,-0.5392683146224927f,0.8415696142055946f,-0.030826438166980052f,1.4980967896603408f,0.8079904397030419f,0.5067399224086537f,-0.3006095480615286f,0.2026306629990587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.09970583346658243f,-0.4848222054264553f,-0.8689109136719149f,0.31810143868139334f,-0.9069893076597959f,0.40339565211664286f,-0.12100555212134848f,1.343331627353535f,0.4091810633002682f,0.7760279485809879f,-0.4799494561489214f,-0.19717768871753732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.23736287450378818f,-0.18701667167158664f,-0.9532489865319452f,0.2770780065771462f,-0.5392683146224927f,0.8415696142055946f,-0.030826438166980052f,1.5009332647785403f,0.8079904397030419f,0.5067399224086537f,-0.3006095480615286f,-0.1040427629412993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7633414841394545f,0.18059761859588944f,-0.6202372761687809f,0.4089367762885051f,0.10968245971502066f,0.9824197013923548f,0.15106716501946754f,2.178890706506881f,0.6366156898966895f,0.047286683893563754f,-0.7697301039349521f,-0.12765781868984313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7633414841394545f,0.18059761859588944f,-0.6202372761687809f,0.35684013497842526f,0.10968245971502066f,0.9824197013923548f,0.15106716501946754f,2.0661376983140984f,0.6366156898966895f,0.047286683893563754f,-0.7697301039349521f,-0.22960393979156618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7633414841394545f,0.18059761859588944f,-0.6202372761687809f,-0.03952634564342439f,0.10968245971502066f,0.9824197013923548f,0.15106716501946754f,2.243329151589456f,0.6366156898966895f,0.047286683893563754f,-0.7697301039349521f,0.24635389912446196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7633414841394545f,0.18059761859588944f,-0.6202372761687809f,-0.1488735982639633f,0.10968245971502066f,0.9824197013923548f,0.15106716501946754f,2.1388023278752994f,0.6366156898966895f,0.047286683893563754f,-0.7697301039349521f,0.1921539547649906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6969764615181856f,0.3599021163320944f,-0.6202372761687809f,0.3449687309446011f,0.34409325834422166f,0.9267030491020504f,0.15106716501946754f,2.2905329289214613f,0.6291451673911561f,-0.10812920717660843f,-0.7697301039349521f,-0.0826214610556909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7446966197460257f,0.24643998415349413f,-0.6202372761687809f,0.26167431193397606f,0.19488860360654828f,0.9691218415850869f,0.15106716501946754f,2.3227473867941613f,0.6383144810539181f,-0.008377969512650234f,-0.7697301039349521f,-0.009181627922366903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6629567193937843f,0.41927808130328315f,-0.6202372761687809f,0.24397586588345155f,0.4235513721626357f,0.8931869607154647f,0.15106716501946754f,2.322914211588069f,0.6173269987209208f,-0.16255135725827718f,-0.7697301039349521f,0.005112262446766769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7600733604927515f,0.19389225853547398f,-0.6202372761687809f,0.26811675541549707f,0.12681134246584128f,0.9803558512473886f,0.15106716501946754f,2.3269338671181856f,0.6373439966699826f,0.036169006138139906f,-0.7697301039349521f,-0.013551216516727013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7203841644162167f,0.31040679262715987f,-0.6202372761687809f,0.31757869144272877f,0.2786115275476738f,0.9484483793915894f,0.15106716501946754f,2.4218960116554085f,0.6351553135855049f,-0.06397886151211667f,-0.7697301039349521f,-0.07536830574437992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7203841644162167f,0.31040679262715987f,-0.6202372761687809f,0.2477371631016179f,0.2786115275476738f,0.9484483793915894f,0.15106716501946754f,2.208495126292301f,0.6351553135855049f,-0.06397886151211667f,-0.7697301039349521f,-0.06097306190415369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8100428929067389f,0.35788233916841744f,-0.4644897662625337f,0.06892497711157212f,-0.11060841248477704f,0.684663648168926f,0.7204175650021412f,2.285135838753492f,0.5758439812474198f,0.6349456041168873f,-0.5150221248390813f,0.21686387136569063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7440847884307841f,0.48019484031306725f,-0.4644897662625337f,0.159471499574235f,-0.002141647849153175f,0.693537270361785f,0.7204175650021412f,2.2923715650150567f,0.6680817621896332f,0.5370465249453088f,-0.5150221248390813f,0.14532288898226098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8643945442477259f,0.45160990497084036f,-0.221066880393683f,0.14596538347745286f,-0.105613072816843f,0.2667797436505923f,0.9579532594171326f,2.33205396886937f,0.4915973461329409f,0.8513971236209064f,-0.18290704514888584f,0.09688774604169462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6825329284927344f,0.6966191469634875f,-0.221066880393683f,0.13120644038611323f,-0.01800452656538809f,0.2863588479430097f,0.9579532594171326f,2.3337941369320117f,0.7306330395939457f,0.6578148480299113f,-0.18290704514888584f,0.12383975967593637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7831050591365437f,0.5812709357500643f,-0.221066880393683f,0.14994295766954757f,-0.06257925415407077f,0.2800167668580075f,0.9579532594171326f,2.391325827540804f,0.6187328206134458f,0.7640122443591024f,-0.18290704514888584f,0.2316576247402743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7831050591365437f,0.4135162915679709f,-0.4644897662625337f,0.05690179206675427f,-0.06257925415407077f,0.6907114947544348f,0.7204175650021412f,2.2359157412210564f,0.6187328206134458f,0.5932300629789148f,-0.5150221248390813f,0.09818086057001868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7633414841394545f,0.18059761859588944f,-0.6202372761687809f,0.0791456129340671f,0.10968245971502066f,0.9824197013923548f,0.15106716501946754f,1.7139944878862385f,0.6366156898966895f,0.047286683893563754f,-0.7697301039349521f,0.018423539585448317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.19198971254859817f,0.14040656662368028f,-0.9713011614965034f,0.026493150450187f,-0.009076720378238399f,0.9894164783315788f,0.14481935489813402f,1.3429633085118964f,0.9813549630091457f,0.03662005536432811f,-0.1886833541212145f,0.004691018823825276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.1360526652557668f,-0.3535712196042025f,-0.925460461037855f,0.41059966159489325f,-0.08834567058417206f,0.9347548272508948f,-0.3441343566402269f,0.8997963091662982f,0.9867546375699661f,0.0349400286025449f,-0.15841237210337494f,-0.09045492971449882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.13730031465767584f,-0.759247824239635f,-0.6361535702818019f,0.13844558108374333f,-0.12240640091439303f,0.6503185820324711f,-0.749734896399028f,1.1089000550508676f,0.9829370766280453f,-0.025069568218389807f,-0.18222573950804924f,-0.10243047140276675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.20445444541769742f,-0.06586302307954081f,-0.9766577916239473f,0.3558593214120596f,0.1071742266907365f,0.9902295234881623f,-0.08921421380951611f,1.034697878070501f,0.9729912974339413f,-0.1229127861665795f,-0.19539800949493905f,0.2089115652873966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.20445444541769742f,-0.950584880955972f,-0.23363810444116767f,0.03650718253167094f,0.1071742266907365f,0.21550693045550143f,-0.9706031362296799f,1.1109365370285593f,0.9729912974339413f,-0.22348410910748864f,0.05781684957041229f,0.13340854284592232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2838078597923389f,-0.6054939215229864f,-0.7435255272812142f,0.020934701417882152f,0.13112019907061115f,0.7436196011738119f,-0.6556198457534551f,1.2818798919775254f,0.9498739874929596f,-0.28356128041186535f,-0.13165260398263323f,0.01005402942726972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.05960103374578958f,-0.6660461748689992f,-0.7435255272812142f,0.020934701417882152f,-0.13112019907061115f,0.7436196011738119f,-0.6556198457534551f,1.2818798919775254f,0.9895732464916966f,0.05841559460003287f,-0.13165260398263323f,0.01005402942726972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.17435326462842715f,-0.6455778259780938f,-0.7435255272812142f,0.020934701417882152f,0f,0.7550911321517528f,-0.6556198457534551f,1.2818798919775254f,0.9846831668681096f,-0.11430946046230075f,-0.13165260398263323f,0.01005402942726972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.19835467468408294f,-0.12086482639010743f,-0.97264953440212f,0.03205529418573044f,0.17152605512158514f,0.972772598001791f,-0.15585982481471272f,1.2767455542844484f,0.9650047851930053f,-0.19775026249928263f,-0.17222252534458504f,0.012023101021988399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.14505421885404554f,-0.1814170797361203f,-0.97264953440212f,0.03205529418573044f,-0.17152605512158514f,0.972772598001791f,-0.15585982481471272f,1.2767455542844484f,0.974442448791651f,0.1442266125126156f,-0.17222252534458504f,0.012023101021988399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.17435326462842715f,-0.15347254588606013f,-0.97264953440212f,0.03205529418573044f,0f,0.9877791833242524f,-0.15585982481471272f,1.2767455542844484f,0.9846831668681096f,-0.027174669280859903f,-0.17222252534458504f,0.012023101021988399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.24065280786149534f,-0.305925846221731f,-0.9211382104124745f,-0.00025838328954985723f,0.24820353176339785f,0.8980783618025432f,-0.36311191509262886f,1.3488763920291058f,0.938339614898867f,-0.316013659001598f,-0.14019320395749413f,0.20306526683696613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.09617183454332483f,-0.39583430145225035f,-0.9132722398246759f,0.06730350675396567f,-0.24820353176339785f,0.8980783618025432f,-0.36311191509262886f,1.3488763920291058f,0.9639221882811637f,0.19175625636695523f,-0.18461731523176042f,-0.17849946032442637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.17435326462842715f,-0.3603545234741616f,-0.9163763181821755f,0.06100280326247348f,0f,0.9306306322842995f,-0.3659598697318121f,1.1763518324036326f,0.9846831668681096f,-0.06380629801073537f,-0.16225848890198497f,0.01873550652741985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.17435326462842715f,-0.2791158070708054f,-0.9442961957757865f,0f,0f,0.9589848060257004f,-0.2834574779607162f,1.390625f,0.9846831668681096f,-0.049421736665791305f,-0.16720213165963982f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6171445407699832f,-0.6695821139292104f,-0.41327038183723774f,-0.7870783241688073f,0.13741119518568687f,0.6088631532845536f,-0.7812834466504658f,0.6912214592572034f,0.7747585296306504f,0.42537683679119137f,0.46776464967553133f,-0.6227865347132546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.38466729262602456f,-0.6695821139292104f,-0.6353667182736707f,-0.7389782301932422f,-0.2056478159274013f,0.6088631532845536f,-0.7661557520352372f,0.6879452074094634f,0.8998555716269437f,0.42537683679119137f,0.09651164144011895f,-0.5423831166679254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5130676690726954f,-0.6695821139292104f,-0.5370487497968883f,-0.6824709647114915f,-0.03494668637589332f,0.6088631532845536f,-0.7925051354305126f,0.8084591036479103f,0.8576364591501785f,0.42537683679119137f,0.28898832270156544f,-0.6259330740958249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.13159282004911835f,0.5098095795160992f,0.8501632327648255f,0.9388561935391087f,-0.23502262223052733f,0.8171247821712458f,-0.5263757758498019f,0.6841681890541824f,-0.963040859336408f,-0.2690748650379895f,0.01228902979818039f,0.6228920350309227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.47855810515555275f,0.5098095795160992f,0.7148960292402983f,0.9681514322888206f,0.009453182754755513f,0.8171247821712458f,-0.5763833166369402f,0.6949984776124843f,-0.8780049984628403f,-0.2690748650379895f,-0.3958610105568059f,0.7112863580179861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3124825466635945f,0.5098095795160992f,0.8015290703800162f,0.8332744523569622f,-0.11552307795521982f,0.8171247821712458f,-0.5647667738291146f,0.7742983494077006f,-0.9428727785286766f,-0.2690748650379895f,-0.19644246107804958f,0.6965555656861618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000027242697598191745f,0f,-0.000015385674482314214f,0.6757112825343696f,0f,0.000015625f,0f,1.5567475f,0.000015385674482314214f,0f,-0.0000027242697598191745f,0.12697482018891426f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87.mcfunction new file mode 100644 index 000000000..168bc0ca5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..a190ac3fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.09065351072776157f,0.10707091412189511f,-0.8045260746466067f,-0.21488848893341134f,-0.20511704997017252f,0.7862724950801703f,0.0815291588107087f,1.5082288354452125f,0.785272806894973f,0.19301768642782385f,0.1141719576856983f,-0.17853860739180066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.12218173521727921f,0.06291823292399737f,-0.788107175164023f,-0.21488848893341134f,0.10911674738449516f,0.788489105535025f,0.0798652984268167f,1.5082288354452125f,0.7830486313247235f,-0.11969221536214389f,0.11184191773292895f,-0.17853860739180066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7274926424985597f,0.21936283542404023f,-0.29929725356179315f,-0.26131148605188204f,0.20295405977456055f,0.7866538886106647f,0.08324514159510261f,1.5080711622077987f,0.31065825142096426f,-0.00022452814965799245f,-0.755272033677683f,-0.09864966554745139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7406322467758826f,-0.07418894459734081f,-0.2931891463462464f,-0.26131148605188204f,-0.11121728161085914f,0.7880234283083414f,0.08154626115438623f,1.5080711622077987f,0.2812376064945776f,0.11625436308672979f,-0.7398583187046691f,-0.09864966554745139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10129963724454492f,-1.3829157515451245f,0.7202004287852833f,0.05232972880185527f,-1.5152304049017153f,-0.08289862182065665f,-0.37230483284752025f,1.8256469478781536f,0.3677246980493801f,-0.7225497163715572f,-1.3357045720577114f,0.9946423193970564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4609282744225811f,-0.8576154549296923f,-0.2281246529938369f,-0.24483272489220365f,0.23827509302241273f,0.12802138076988723f,-0.9627229643625067f,1.728065884663896f,0.8548509261169354f,-0.4981026576234143f,0.14533972817337093f,0.5713235523068063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4609282744225811f,-0.8576154549296923f,-0.2281246529938369f,-0.09359063484729423f,0.23827509302241273f,0.12802138076988723f,-0.9627229643625067f,1.649881869765917f,0.8548509261169354f,-0.4981026576234143f,0.14533972817337093f,0.29082559217468684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13082127743194563f,0.9826504922074f,-0.1314678802431541f,0.5448356459806096f,0.433610230911909f,-0.06253970382564888f,-0.8989276684438638f,1.5836924261848053f,-0.8915536781482059f,-0.17460468381447994f,-0.4179057828870648f,-0.23944673104249264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9601041841419071f,0.24681197713558073f,-0.1314678802431541f,0.2137926117007341f,0.22041905512872756f,0.37860861987313216f,-0.8989276684438638f,1.633576435275442f,-0.17209124245400104f,-0.8920422416568553f,-0.4179057828870648f,-0.24260674952636793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.21815955791561478f,-0.7164531337779398f,-0.6626472020538778f,0.20691536519611026f,-0.9040611443652178f,0.40408157082219115f,-0.13925347884675446f,1.3454116493993074f,0.36753211361609817f,0.568694110415819f,-0.7358716968597472f,0.18723163894372946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.48275786344321076f,-0.3517484315553412f,-0.8020086571740379f,0.13594998017214605f,-0.5343168141777055f,0.8438921355793466f,-0.04849335618738926f,1.5033383413442636f,0.6938662604354916f,0.4051161616199568f,-0.5953406656894684f,0.2594700400869122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.21815955791561478f,-0.7164531337779398f,-0.6626472020538778f,0.363923203720262f,-0.9040611443652178f,0.40408157082219115f,-0.13925347884675446f,1.3459449181612593f,0.36753211361609817f,0.568694110415819f,-0.7358716968597472f,-0.08296181816876504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.48275786344321076f,-0.3517484315553412f,-0.8020086571740379f,0.2929578186962978f,-0.5343168141777055f,0.8438921355793466f,-0.04849335618738926f,1.5038716101062155f,0.6938662604354916f,0.4051161616199568f,-0.5953406656894684f,-0.010723417025582296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9173998090560147f,0.14663383988870732f,-0.36996771121745237f,0.41579660835486487f,0.10404123905467746f,0.9856833071542095f,0.13267945799372244f,2.183784073111256f,0.3841262955330639f,0.08322821034380962f,-0.9195216441623393f,-0.013240793810063108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9173998090560147f,0.14663383988870732f,-0.36996771121745237f,0.3971853982817407f,0.10404123905467746f,0.9856833071542095f,0.13267945799372244f,2.069110812439341f,0.3841262955330639f,0.08322821034380962f,-0.9195216441623393f,-0.12425421032574849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9173998090560147f,0.14663383988870732f,-0.36996771121745237f,-0.12317577946554384f,0.10404123905467746f,0.9856833071542095f,0.13267945799372244f,2.2449083010558786f,0.3841262955330639f,0.08322821034380962f,-0.9195216441623393f,0.21243340481561193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9173998090560147f,0.14663383988870732f,-0.36996771121745237f,-0.2105919752178689f,0.10404123905467746f,0.9856833071542095f,0.13267945799372244f,2.1380381333130645f,0.3841262955330639f,0.08322821034380962f,-0.9195216441623393f,0.1302294604649063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8546751775085321f,0.36421728900105566f,-0.36996771121745237f,0.3400720720072563f,0.33940914373890874f,0.931234446620674f,0.13267945799372244f,2.294844988440364f,0.39285082931970455f,-0.012172584762838829f,-0.9195216441623393f,0.009462462364725394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9011288445845401f,0.22603251561280086f,-0.36996771121745237f,0.2385533514350555f,0.18955329147815875f,0.9728646931183639f,0.13267945799372244f,2.3264826164692054f,0.3899183954977342f,0.04943268928007709f,-0.9195216441623393f,0.054873369546724116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8196792520801958f,0.4373211821599434f,-0.36996771121745237f,0.2174489135811587f,0.4192800193439893f,0.8981093623860049f,0.13267945799372244f,2.326514101218f,0.3902950026430709f,-0.04636547022120474f,-0.9195216441623393f,0.06336924128431543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9147009712503725f,0.16262234117778715f,-0.36996771121745237f,0.24593904326568178f,0.1212279387649354f,0.9837174128220448f,0.13267945799372244f,2.330726486859443f,0.3855203237916645f,0.07651160605135825f,-0.9195216441623393f,0.052514106887781284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8779997454893042f,0.30371094741091653f,-0.36996771121745237f,0.31012404983534353f,0.27362272889808453f,0.9526419913361249f,0.13267945799372244f,2.425814336793134f,0.39274298103350247f,0.015260955602649298f,-0.9195216441623393f,0.0064247343829376725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8779997454893042f,0.30371094741091653f,-0.36996771121745237f,0.24178908666788743f,0.27362272889808453f,0.9526419913361249f,0.13267945799372244f,2.2114698887425064f,0.39274298103350247f,0.015260955602649298f,-0.9195216441623393f,0.0029910193723415857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9415485114725256f,0.14808378943108857f,-0.302584850664404f,-0.01137060274356528f,-0.11762022811066464f,0.697171421464749f,0.707189855012087f,2.288158790838443f,0.31567686402881323f,0.7014436544730804f,-0.6390030650289432f,0.21528784484626662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9067910785053384f,0.29355126995386194f,-0.302584850664404f,0.09603636699111179f,-0.007110489564868573f,0.706987941839273f,0.707189855012087f,2.2961024007572863f,0.4215203208402564f,0.6434249777575809f,-0.6390030650289432f,0.1732190614211257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9689567508494651f,0.1796416262648793f,-0.16985788499847904f,0.0967856417911246f,-0.11441462633181279f,0.28321445162412384f,0.9522073658991503f,2.335038039008771f,0.21916228750539804f,0.9420819818381818f,-0.25386892529658883f,0.12236116055436425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8660203164905628f,0.47027344208388855f,-0.16985788499847904f,0.07477222425985312f,-0.02129669732790993f,0.304709013667671f,0.9522073658991503f,2.336826134601804f,0.4995550641405895f,0.8282483363461992f,-0.25386892529658883f,0.14379659355078578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.928925143651261f,0.32900817071362687f,-0.16985788499847904f,0.06045462237984565f,-0.06870149118999877f,0.2976260026201878f,0.9522073658991503f,2.39580773034322f,0.3638381269201375f,0.8961988541434323f,-0.25386892529658883f,0.25150834857989945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.928925143651261f,0.2134021687820532f,-0.302584850664404f,0.01243913440388375f,-0.06870149118999877f,0.7036779192757536f,0.707189855012087f,2.2374801985061756f,0.3638381269201375f,0.6777144681079651f,-0.6390030650289432f,0.09902259325560755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9173998090560147f,0.14663383988870732f,-0.36996771121745237f,0.06352575856846845f,0.10404123905467746f,0.9856833071542095f,0.13267945799372244f,1.7151661156455047f,0.3841262955330639f,0.08322821034380962f,-0.9195216441623393f,0.03708739989284523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5024250832772855f,0.10983973397431998f,-0.8576154549296923f,0.022335858328098465f,-0.0017064600382462563f,0.9917699400868679f,0.12802138076988712f,1.3432523881129292f,0.8646190627599823f,0.06578463939660348f,-0.49810265762341427f,0.012418160119118924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4498906652259473f,-0.3217195866985685f,-0.8331235783946199f,0.40756050772728813f,-0.08867115748600185f,0.9443433701153547f,-0.3167854560254726f,0.8869294659037857f,0.888670813728372f,-0.06864478752007411f,-0.4533785151213901f,0.04101307417075059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4510869354485829f,-0.6886622894404446f,-0.5676837392159924f,0.16054357795884547f,-0.12571794233298936f,0.6787627213307279f,-0.7235165285653562f,1.1071404142809764f,0.8835811086952713f,-0.2550008220268117f,-0.39275820185259674f,-0.05376220080954425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5094057810841226f,0.007914126601434535f,-0.8604900445665895f,0.26362804050379446f,0.109033097942441f,0.9924920820085127f,-0.05541886595268297f,1.031561541455151f,0.8535909639582349f,-0.12205258600514719f,-0.5064441059962166f,0.3108948271156825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5094057810841226f,-0.8270794532861656f,-0.2375822555451733f,-0.012695558747089938f,0.109033097942441f,0.21182866535219155f,-0.9712056425331265f,1.1100729724988239f,0.8535909639582349f,-0.5206420982661374f,-0.017727711693409254f,0.13596187941139434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5762981221816763f,-0.47003302320427687f,-0.6685427671191434f,0.015071959839907674f,0.13282720732792108f,0.7533005260694311f,-0.6441236297613866f,1.2815540177297409f,0.8063729951848208f,-0.46000790702004885f,-0.37169250478815796f,0.015530634345867707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.38078233082277285f,-0.6387921297776413f,-0.6685427671191434f,0.015071959839907674f,-0.13282720732792108f,0.7533005260694311f,-0.6441236297613866f,1.2815540177297409f,0.9150747234661448f,-0.15647022834284902f,-0.37169250478815796f,0.015530634345867707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4859224808481909f,-0.562965284133061f,-0.6685427671191434f,0.015071959839907674f,0f,0.7649214009184317f,-0.6441236297613866f,1.2815540177297409f,0.8740019122440976f,-0.31299415214659454f,-0.37169250478815796f,0.015530634345867707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.49992464293477035f,-0.03689749885034904f,-0.8652825700111673f,0.024873561442846026f,0.171915804009629f,0.9749829737847704f,-0.1409012319375828f,1.2762494451927782f,0.8488346763170463f,-0.21919574678445325f,-0.4810747518560298f,0.020980071584461774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.45715581006967876f,-0.20565660542371345f,-0.8652825700111673f,0.024873561442846026f,-0.171915804009629f,0.9749829737847704f,-0.1409012319375828f,1.2762494451927782f,0.8726130423339192f,0.08434193189274658f,-0.4810747518560298f,0.020980071584461774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4859224808481909f,-0.12314794615099649f,-0.8652825700111673f,0.024873561442846026f,0f,0.9900236577165575f,-0.1409012319375828f,1.2762494451927782f,0.8740019122440976f,-0.06846707617767657f,-0.4810747518560298f,0.020980071584461774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5301969801329219f,-0.17424466161506727f,-0.8297770544890841f,-0.06701816968335408f,0.24928481581706272f,0.9033654532099328f,-0.3489812868190299f,1.348349492736076f,0.8104000511235071f,-0.39187964459188684f,-0.4355250868704962f,0.19157208054116617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.40853316751852364f,-0.42481949144661224f,-0.8078545975138864f,0.1212767916453199f,-0.24928481581706272f,0.9033654532099328f,-0.3489812868190299f,1.348349492736076f,0.8780419874017044f,0.058815454039347785f,-0.47495579870742743f,-0.1471036604534217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4859224808481909f,-0.30751027351282495f,-0.8181178242101849f,0.0487196846129137f,0f,0.9360595357389733f,-0.3518416484047019f,1.1754183639811484f,0.8740019122440976f,-0.17096776665852967f,-0.4548523718278877f,0.03602565345927376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4859224808481909f,-0.23503643745808203f,-0.8418059251830866f,0f,0f,0.9631625667976581f,-0.2689198206152658f,1.390625f,0.8740019122440976f,-0.13067418638262043f,-0.4680223439184294f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40638799408558324f,-0.7559277765410596f,-0.5132465245053154f,-0.4774640118163737f,0.14035792503228378f,0.6067032883381891f,-0.78243898982621f,0.6827649958333493f,0.9028557200038816f,0.24593559436022638f,0.35265738654245493f,-0.8642634820065336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.15140524956707646f,-0.7559277765410596f,-0.636906309481403f,-0.45068262778372714f,-0.20346552536943652f,0.6067032883381891f,-0.7684483716592595f,0.6797350041666511f,0.9673046213006895f,0.24593559436022638f,-0.06194717941126729f,-0.7744712823464538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2856680963482305f,-0.7559277765410596f,-0.5890389930916862f,-0.3757174708362975f,-0.0323199111114465f,0.6067032883381891f,-0.7942710766894236f,0.8003906615034138f,0.9577834630408515f,0.24593559436022638f,0.14888425488330165f,-0.841700020408989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.16413124139169408f,0.5696722937182862f,0.8053163436618976f,0.6249087285872227f,-0.2339595562507047f,0.8155746118092156f,-0.5292456694307669f,0.6759126225519483f,-0.9582921588107638f,-0.1015457056797276f,0.2671415505304468f,0.9054947879617007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19158797114048245f,0.5696722937182862f,0.7992293332229615f,0.6262270113596486f,0.011629517166970749f,0.8155746118092156f,-0.5785350524408269f,0.686587377448052f,-0.9814065435102499f,-0.1015457056797276f,-0.16287929890955866f,0.9986257400584124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.014061682905876838f,0.5696722937182862f,0.8217516333075345f,0.5023051249773055f,-0.11386405222510643f,0.8155746118092156f,-0.5673385498828063f,0.7663507824824211f,-0.9933968223649259f,-0.1015457056797276f,0.05339684422579022f,0.944050737376188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007592538763252983f,0f,-0.000013656279878814026f,0.5973691691622953f,0f,0.000015625f,0f,1.5567475f,0.000013656279878814026f,0f,-0.000007592538763252983f,0.340379814384753f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88.mcfunction new file mode 100644 index 000000000..e5e14ce10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..1387b75e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.17977853228338284f,0.032377569112251856f,-0.7959747588917997f,-0.1493966535188918f,-0.19108793551012834f,0.7904164542324167f,0.07531051869145051f,1.5032334972199464f,0.773375409925189f,0.20282496478855766f,-0.1664240169747464f,-0.2424577990858301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.15056654408034867f,0.09669672412902092f,-0.7797303760572732f,-0.1493966535188918f,0.12336690531512898f,0.7869803473665785f,0.07377356933040051f,1.5032334972199464f,0.7759576808542259f,-0.1063563651197964f,-0.1630276084650577f,-0.2424577990858301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7890912527871469f,0.20321545301339775f,-0.05461610454632511f,-0.21748109767076101f,0.19839940833261765f,0.7891272443050952f,0.06971593442792162f,1.5037472892389785f,0.07012213625184836f,0.05409358923616165f,-0.8118504875009137f,-0.1831835163495297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7903272928677832f,-0.11189441763601649f,-0.05350149016782868f,-0.21748109767076101f,-0.11626655001073358f,0.7885544582404315f,0.06829316025592323f,1.5037472892389785f,0.043184018998735155f,0.07524297768587014f,-0.7952821102049767f,-0.1831835163495297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9753804294020403f,-0.5169278275291134f,1.1058141295287935f,-0.4387843284100387f,-1.0452316401603612f,1.0848080645414804f,-0.4148355475528202f,1.4954296382415502f,-0.6304998702197906f,-0.9986908101268371f,-1.0229823211673938f,0.9089763277268412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7077210428984279f,-0.6520745820078173f,-0.2719001010262634f,-0.4169993606606627f,0.2654947504338046f,0.11117926122042145f,-0.9576803795455836f,1.7415970334064328f,0.6547086855471321f,-0.7499586064402566f,0.09443847571479941f,0.45366929174330284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7077210428984279f,-0.6520745820078173f,-0.2719001010262634f,-0.18477839345961602f,0.2654947504338046f,0.11117926122042145f,-0.9576803795455836f,1.6544815684203407f,0.6547086855471321f,-0.7499586064402566f,0.09443847571479941f,0.23884300429815009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.12998508826285537f,0.9913587933022772f,-0.017652755352953353f,0.595889555957863f,0.4564182980268473f,-0.07563108093875456f,-0.8865451352425953f,1.5789533839205177f,-0.8802194124509946f,0.10718060709983457f,-0.46230520590421365f,-0.07705043129891206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8775405195049881f,0.4791774377570015f,-0.017652755352953353f,0.27806532843215037f,0.2353330363277522f,0.398316564042282f,-0.8865451352425953f,1.6321372230165956f,-0.41778104150341383f,-0.7821335550621684f,-0.46230520590421365f,-0.16690319514385732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.31992108339477826f,-0.8637193994959037f,-0.38940891018818163f,0.13465486037533878f,-0.9008119715904681f,0.40465221359822007f,-0.15746230618581f,1.3503588364641952f,0.2935784260445661f,0.3004086965527068f,-0.9075055497332781f,0.2428304489040129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6776088445258894f,-0.46820882758418947f,-0.5671214575313899f,0.04332119609373207f,-0.5291595936058214f,0.8459401231874772f,-0.06614705191070516f,1.5085591904874054f,0.5107214292696274f,0.2552759325784445f,-0.820973702338263f,0.2855636006228571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.31992108339477826f,-0.8637193994959037f,-0.38940891018818163f,0.37034452217935454f,-0.9008119715904681f,0.40465221359822007f,-0.15746230618581f,1.3485802294899916f,0.2935784260445661f,0.3004086965527068f,-0.9075055497332781f,0.03763914822111357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6776088445258894f,-0.46820882758418947f,-0.5671214575313899f,0.2790108578977478f,-0.5291595936058214f,0.8459401231874772f,-0.06614705191070516f,1.5067805835132018f,0.5107214292696274f,0.2552759325784445f,-0.820973702338263f,0.08037229993995779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9897168638582028f,0.11030777061777981f,-0.0910644010358565f,0.394148633079551f,0.0996846740635191f,0.9884729282032011f,0.11394839167903612f,2.1879686561397698f,0.10258408819857961f,0.10369891971821284f,-0.9893043206707135f,0.09233123317760061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9897168638582028f,0.11030777061777981f,-0.0910644010358565f,0.40893725654989954f,0.0996846740635191f,0.9884729282032011f,0.11394839167903612f,2.0713540265568975f,0.10258408819857961f,0.10369891971821284f,-0.9893043206707135f,-0.0172253151575021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9897168638582028f,0.11030777061777981f,-0.0910644010358565f,-0.18731002443714312f,0.0996846740635191f,0.9884729282032011f,0.11394839167903612f,2.246533402152087f,0.10258408819857961f,0.10369891971821284f,-0.9893043206707135f,0.15259938499426615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9897168638582028f,0.11030777061777981f,-0.0910644010358565f,-0.24675016575615982f,0.0996846740635191f,0.9884729282032011f,0.11394839167903612f,2.1373951231239787f,0.10258408819857961f,0.10369891971821284f,-0.9893043206707135f,0.05073664327405687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9336321782576698f,0.3464653382169994f,-0.0910644010358565f,0.3143930453588446f,0.3358568577589209f,0.9349951524634043f,0.11394839167903612f,2.298508525349522f,0.12462394159286949f,0.07580128154665569f,-0.9893043206707135f,0.09029316984363892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9763367367085006f,0.19614752462719726f,-0.0910644010358565f,0.2039103403395457f,0.185456436026584f,0.9760233984746873f,0.11394839167903612f,2.3297060885170335f,0.11123168114217163f,0.09436352162008671f,-0.9893043206707135f,0.10405632969258771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.899882982059517f,0.4265183389534994f,-0.0910644010358565f,0.18125511647290932f,0.41606901799559837f,0.9021653597306534f,0.11394839167903612f,2.329632419313969f,0.13075622686453509f,0.06465114259167076f,-0.9893043206707135f,0.10613323349419042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9876409891400239f,0.12756391117591398f,-0.0910644010358565f,0.21163546893330368f,0.11692072290007968f,0.986582641541135f,0.11394839167903612f,2.3339956446346264f,0.10437825983909926f,0.101892786669223f,-0.9893043206707135f,0.10383931235705915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9555260974642069f,0.2804944775370881f,-0.0910644010358565f,0.2857520852274747f,0.2698167625298289f,0.9561457413447401f,0.11394839167903612f,2.429065722899139f,0.11903273382874632f,0.08430996014417953f,-0.9893043206707135f,0.07637930618203909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9555260974642069f,0.2804944775370881f,-0.0910644010358565f,0.22264082778162997f,0.2698167625298289f,0.9561457413447401f,0.11394839167903612f,2.2139329310965725f,0.11903273382874632f,0.08430996014417953f,-0.9893043206707135f,0.05740956514959872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9917824277855113f,-0.06406700749986496f,-0.11073858625560282f,-0.08131300530749241f,-0.12328897432403882f,0.7097888287666726f,0.6935413811505131f,2.291088160480109f,0.03416789057000472f,0.7014950014847201f,-0.7118548434519141f,0.18663841673891463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9895942283758585f,0.09187071720249f,-0.11073858625560282f,0.03359923411155859f,-0.010735646744139973f,0.720336795201261f,0.6935413811505131f,2.2995838556767003f,0.14348522242438239f,0.6875133982693551f,-0.7118548434519141f,0.17703940534058202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9903304228576858f,-0.10034727428856308f,-0.0957918478022718f,0.048680070829652526f,-0.1219178925206294f,0.3000655779987684f,0.946095490097904f,2.3377179802031014f,-0.06619426746966829f,0.9486258869771167f,-0.3093981989460073f,0.1278313945106693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9728692150385071f,0.21059300160495772f,-0.0957918478022718f,0.02142606973861213f,-0.023225443106155992f,0.32305402397885313f,0.946095490097904f,2.3395945026636094f,0.23018703096152487f,0.922651984914185f,-0.3093981989460073f,0.14200756158730793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9938355841647654f,0.05580997708749169f,-0.0957918478022718f,-0.023602120369245284f,-0.0734762827813318f,0.31544343309862144f,0.946095490097904f,2.4001026047771097f,0.08301847695855238f,0.9473017929743666f,-0.3093981989460073f,0.23997120895449642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9938355841647654f,0.005272301394113034f,-0.11073858625560282f,-0.024788388182920715f,-0.0734762827813318f,0.7166600229540337f,0.6935413811505131f,2.2388540996124524f,0.08301847695855238f,0.6974027633566802f,-0.7118548434519141f,0.08305558719924364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9897168638582028f,0.11030777061777981f,-0.0910644010358565f,0.04523924989011298f,0.0996846740635191f,0.9884729282032011f,0.11394839167903612f,1.716240252410402f,0.10258408819857961f,0.10369891971821284f,-0.9893043206707135f,0.04800263983979687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7542069177728504f,0.07727007624499477f,-0.6520745820078174f,0.016262971298239937f,0.005691542317452091f,0.9937840702187422f,0.11117926122042124f,1.3435712260783736f,0.6566121621852778f,0.08014085784768415f,-0.7499586064402567f,0.01794981814691531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7111570057841716f,-0.26413689616442626f,-0.6515269857870161f,0.36524132581703317f,-0.08906970886395603f,0.9531205063567652f,-0.2891848670402965f,0.8744463620442863f,0.6973681237961638f,-0.14762452522141073f,-0.7013449218937652f,0.1592469239947627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7116649877152428f,-0.5548551996608588f,-0.43089285520831266f,0.16641707728958172f,-0.1290231179070767f,0.7061511854344674f,-0.6962065342662571f,1.1054456339809482f,0.6905693160760908f,-0.4398706749930086f,-0.574132222554522f,-0.002492104204314498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7557607564831577f,0.0702048458812865f,-0.6510736967308616f,0.14615672847728367f,0.11087854814562396f,0.9935999115455533f,-0.021567645624578524f,1.0284793878423284f,0.6453926142443248f,-0.08849008640211432f,-0.75870803217537f,0.37514333279191814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7557607564831577f,-0.6173335693101571f,-0.21846039266371986f,-0.05857817130497098f,0.11087854814562396f,0.20815362182520958f,-0.971791138713544f,1.1092735974779417f,0.6453926142443248f,-0.7586641773036532f,-0.08886528880866335f,0.12151640278347697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8035538774211025f,-0.289527449399287f,-0.5200721316566147f,0.008170737105938375f,0.1345038250966053f,0.762809097939418f,-0.6324800401081708f,1.2812530986136106f,0.5798360864208898f,-0.578183479654335f,-0.574015658966645f,0.01832675618519414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6560694292762549f,-0.5468984200409378f,-0.5200721316566147f,0.008170737105938375f,-0.1345038250966053f,0.762809097939418f,-0.6324800401081708f,1.2812530986136106f,0.742618088255f,-0.34499912790843046f,-0.574015658966645f,0.01832675618519414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7410701744745827f,-0.424664543349638f,-0.5200721316566147f,0.008170737105938375f,0f,0.7745766578362446f,-0.6324800401081708f,1.2812530986136106f,0.671427580982649f,-0.46871209367465316f,-0.574015658966645f,0.01832675618519414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.744491820996371f,0.04543011743152779f,-0.6660841034731763f,0.015645810712943645f,0.17226621904889713f,0.9769702762262923f,-0.1259104012578765f,1.275779504903926f,0.6450242462451352f,-0.20848305398875872f,-0.7351724545679167f,0.026577168082254556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7151314857009864f,-0.21194085321012296f,-0.6660841034731763f,0.015645810712943645f,-0.17226621904889713f,0.9769702762262923f,-0.1259104012578765f,1.275779504903926f,0.6774299284307546f,0.024701297757145857f,-0.7351724545679167f,0.026577168082254556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7410701744745827f,-0.08453971613713071f,-0.6660841034731763f,0.015645810712943645f,0f,0.9920416175015444f,-0.1259104012578765f,1.275779504903926f,0.671427580982649f,-0.09330844302833928f,-0.7351724545679167f,0.026577168082254556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7600142143588131f,-0.029833274139259604f,-0.6492213564930593f,-0.12547158701153924f,0.2503090642113016f,0.90844585716162f,-0.3347708126159631f,1.3478322659593065f,0.5997697611135615f,-0.41693656635035214f,-0.6829642254860498f,0.159386882744874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6716234268762775f,-0.41197968674826f,-0.6157878775826716f,0.16169310559736158f,-0.2503090642113016f,0.90844585716162f,-0.3347708126159631f,1.3478322659593065f,0.6973287207943095f,-0.07070263299690724f,-0.7132557695824665f,-0.10079130488590253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7410701744745827f,-0.22670277351377496f,-0.6319975071037652f,0.03236410505649102f,0f,0.9412742714245116f,-0.3376429267054989f,1.1745341342271243f,0.671427580982649f,-0.2502171026037528f,-0.6975502885529985f,0.047356667914047475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7410701744745827f,-0.17075788887081939f,-0.6493510143925184f,0f,0f,0.96711995870378f,-0.2543206351769337f,1.390625f,0.671427580982649f,-0.18846943748305695f,-0.7167037565344614f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17543276312375786f,-0.7946036398565214f,-0.5812300759161824f,-0.10813855030490342f,0.14349028478417336f,0.6047192381580779f,-0.7834061406282634f,0.6742981259106836f,0.9739783795317638f,0.05403423478019587f,0.22010546943771847f,-0.9689958671665385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08664236503469394f,-0.7946036398565214f,-0.6009144332664698f,-0.1038754478441007f,-0.20103537892530376f,0.6047192381580779f,-0.7706487003958894f,0.6715352074226496f,0.9757447806683643f,0.05403423478019587f,-0.2121377488099756f,-0.8753836097488414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.04547309291522916f,-0.7946036398565214f,-0.6054232018575854f,-0.015193518795864239f,-0.02947113053902989f,0.6047192381580779f,-0.7958932688911655f,0.7923006570003415f,0.9985307457887687f,0.05403423478019587f,0.004080586507389072f,-0.9228018264337984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4405683347819712f,0.5760486033366918f,0.6885256342223487f,0.24095723691006357f,-0.2328120623212656f,0.8140473917986766f,-0.5320952805123262f,0.6676607140216088f,-0.8670052399064032f,0.07412725881629906f,0.49275456717844984f,1.0491514026723034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10830700583570863f,0.5760486033366918f,0.810208367693614f,0.21460402906754383f,0.013873797532724289f,0.8140473917986766f,-0.5806327252642525f,0.6781726193117245f,-0.9940206789744992f,0.07412725881629906f,0.08017505392238095f,1.138505030374712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.28110088365354396f,0.5760486033366918f,0.7675612677845616f,0.11264644282111944f,-0.11212698976123425f,0.8140473917986766f,-0.5698722506604932f,0.7583975042657406f,-0.953105362159022f,0.07412725881629906f,0.2934200370187774f,1.049815210970691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011579221476165355f,0f,-0.000010491055952853892f,0.4562577879413009f,0f,0.000015625f,0f,1.5567475f,0.000010491055952853892f,0f,-0.000011579221476165355f,0.5143317735170179f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89.mcfunction new file mode 100644 index 000000000..18b321c38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..9fe42c216 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.42766632973531993f,-0.035410036475823733f,-0.6948324144511004f,-0.06682086773261688f,-0.17721704435666438f,0.7942497301035824f,0.06859978035182691f,1.4981833823022694f,0.6727853105149169f,0.18670281195421698f,-0.42361117833241785f,-0.2823128823922846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4003229417979688f,0.12827383937103756f,-0.6806521610949556f,-0.06682086773261688f,0.13735740027214827f,0.7852497268440667f,0.0671997848344427f,1.4981833823022694f,0.678877372476574f,-0.08323874473063488f,-0.4149660522440012f,-0.2823128823922846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7739876474762679f,0.1764739811822141f,0.19168854938231528f,-0.14826266481741102f,0.19427991451363566f,0.791241085726583f,0.05601163735543495f,1.4993398140499783f,-0.1736170522015944f,0.09868598010032573f,-0.7918728691910787f,-0.2484818788124866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7666334838483203f,-0.1304341717316275f,0.1877765381704313f,-0.14826266481741102f,-0.12078721755128677f,0.7889232479123f,0.054868542715528115f,1.4993398140499783f,-0.1941225116229574f,0.024228820610832945f,-0.7757121983912608f,-0.2484818788124866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5991828679778156f,0.4727677190912549f,1.363406331402026f,-0.8947589816075123f,0.13410163653777846f,1.4881203427876177f,-0.4570785998704715f,1.39434481789668f,-1.4368030107846264f,-0.05826473347500361f,-0.6112352894207908f,0.39685561880635495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8725800520972968f,-0.38076735899204084f,-0.30597429795344716f,-0.5376022751325928f,0.29253030391710155f,0.09430296921967182f,-0.9515949617807575f,1.755003109455668f,0.3911905852293059f,-0.9198495356973222f,0.029099101453022795f,0.28946381623379697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8725800520972968f,-0.38076735899204084f,-0.30597429795344716f,-0.25128694553816733f,0.29253030391710155f,0.09430296921967182f,-0.9515949617807575f,1.659016603482869f,0.3911905852293059f,-0.9198495356973222f,0.029099101453022795f,0.16110440545543098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3724434908243637f,0.9219526917728789f,0.10625008364846267f,0.5990018938820548f,0.4802075440552975f,-0.09347891925744628f,-0.8721596220227343f,1.5727656295969246f,-0.794157768189005f,0.37585226590670306f,-0.47754425285815694f,0.09186673157608304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7350858715646836f,0.6695966555701156f,0.10625008364846267f,0.31620376273491724f,0.2545170716870369f,0.4178021708093632f,-0.8721596220227343f,1.6306206253241924f,-0.6283866816267234f,-0.6140697557413973f,-0.47754425285815694f,-0.07671684117931053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3967778762529771f,-0.9142620430422763f,-0.08180607293068126f,0.050243531215525564f,-0.8972436803832899f,0.405106278311399f,-0.17562084524604565f,1.3553335110440914f,0.19370362652368026f,0.003717515951549566f,-0.9810530490991424f,0.27160691698625095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8047140623487095f,-0.524681343291227f,-0.27774946599471767f,-0.04987015481404647f,-0.5238002320408731f,0.8477114784554364f,-0.0837768834991212f,1.5137558077326163f,0.2794075782296616f,0.07806879848576942f,-0.9569935568909665f,0.28026360697176417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3967778762529771f,-0.9142620430422763f,-0.08180607293068126f,0.33880977146013963f,-0.8972436803832899f,0.405106278311399f,-0.17562084524604565f,1.3512360184361074f,0.19370362652368026f,0.003717515951549566f,-0.9810530490991424f,0.1517362135370128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8047140623487095f,-0.524681343291227f,-0.27774946599471767f,0.2386960854305676f,-0.5238002320408731f,0.8477114784554364f,-0.0837768834991212f,1.509658315124632f,0.2794075782296616f,0.07806879848576942f,-0.9569935568909665f,0.16039290352252605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9784541540451795f,0.07706611495554182f,0.19154185536689122f,0.349789919438367f,0.096626910197958f,0.9907801122040644f,0.09496320069636113f,2.19143302400851f,-0.18245741601077115f,0.11142523586046754f,-0.9768795771005305f,0.18347316142601994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9784541540451795f,0.07706611495554182f,0.19154185536689122f,0.3948057347862645f,0.096626910197958f,0.9907801122040644f,0.09496320069636113f,2.072864800915862f,-0.18245741601077115f,0.11142523586046754f,-0.9768795771005305f,0.0848046996906907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9784541540451795f,0.07706611495554182f,0.19154185536689122f,-0.225051896063176f,0.096626910197958f,0.9907801122040644f,0.09496320069636113f,2.24820133374981f,-0.18245741601077115f,0.11142523586046754f,-0.9768795771005305f,0.0762794295196919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9784541540451795f,0.07706611495554182f,0.19154185536689122f,-0.2534201422686669f,0.096626910197958f,0.9907801122040644f,0.09496320069636113f,2.136880128922009f,-0.18245741601077115f,0.11142523586046754f,-0.9768795771005305f,-0.03607333841644518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9307459034104865f,0.31148640568603597f,0.19154185536689122f,0.2738944237500925f,0.33344808087519184f,0.937973543269827f,0.09496320069636113f,2.301514482160609f,-0.1500814467056084f,0.15225587410224947f,-0.9768795771005305f,0.15690030939473548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9680140860960252f,0.1620507536615789f,0.19154185536689122f,0.1640267571294507f,0.18261139221094627f,0.9785883046247194f,0.09496320069636113f,2.3324101864631746f,-0.1720517612651981f,0.12690344081005722f,-0.9768795771005305f,0.1383613797604792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9000563052047738f,0.39142095639316465f,0.19154185536689122f,0.1417047193116125f,0.41392899109806813f,0.9053423555992717f,0.09496320069636113f,2.3322618894023597f,-0.1362403676949905f,0.16475695449425562f,-0.9768795771005305f,0.13397016573235948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9769601415775228f,0.09413075698960086f,0.19154185536689122f,0.1715018129715264f,0.11390369065967454f,0.9889428394844708f,0.09496320069636113f,2.3367335787000116f,-0.1804849883589533f,0.11459258623906224f,-0.9768795771005305f,0.14024733302721282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.950206846448794f,0.245802088283331f,0.19154185536689122f,0.2503977434825945f,0.26720609126543593f,0.9589488491594065f,0.09496320069636113f,2.4316434140529135f,-0.1603366887287031f,0.14141583394868976f,-0.9768795771005305f,0.13295351144125575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.950206846448794f,0.245802088283331f,0.19154185536689122f,0.19509227361884512f,0.26720609126543593f,0.9589488491594065f,0.09496320069636113f,2.2158799229920474f,-0.1603366887287031f,0.14141583394868976f,-0.9768795771005305f,0.1011349488028006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9612552000180336f,-0.25887198219803753f,0.09472981194507338f,-0.13292692489093216f,-0.12759517627233757f,0.7224581102020565f,0.6795393660379833f,2.2939155406238028f,-0.24435202358548436f,0.6411236821675923f,-0.7274974314274566f,0.137942637452366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.989917053443313f,-0.10531139554179256f,0.09472981194507338f,-0.01996458048522597f,-0.0130069199369343f,0.7335237351568455f,0.6795393660379833f,2.3028057422915884f,-0.14104980445170068f,0.6714554638474469f,-0.7274974314274566f,0.1609559745783179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9315718151995007f,-0.36353246695588337f,-0.004254244336746427f,0.008393066905276456f,-0.12809462326945736f,0.31725320403721224f,0.9396500263489481f,2.340087695966354f,-0.34024361950720383f,0.8758964265237601f,-0.3421106975637337f,0.11726419979154273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9983151555388068f,-0.0578683992058818f,-0.004254244336746427f,-0.02175084561836299f,-0.023788594595388964f,0.3413091424934256f,0.9396500263489481f,2.3420925357859663f,-0.05292403035204571f,0.9381680647004307f,-0.3421106975637337f,0.12314559248926864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9769716272925941f,-0.21332684048282247f,-0.004254244336746427f,-0.09253847712868005f,-0.07688823064030914f,0.3333857045096923f,0.9396500263489481f,2.4041963868684784f,-0.19903426703525928f,0.9183385166474249f,-0.3421106975637337f,0.2032571861391937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9769716272925941f,-0.1911876099388016f,0.09472981194507338f,-0.04952126489244975f,-0.07688823064030914f,0.7295988281197404f,0.6795393660379833f,2.240036650541537f,-0.19903426703525928f,0.6566070726181604f,-0.7274974314274566f,0.055520594800107834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9784541540451795f,0.07706611495554182f,0.19154185536689122f,0.027303437468267147f,0.096626910197958f,0.9907801122040644f,0.09496320069636113f,1.7172158792404475f,-0.18245741601077115f,0.11142523586046754f,-0.9768795771005305f,0.05174982520735617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.923411968782765f,0.048234367778212106f,-0.380767358992041f,0.009215549551437607f,0.013111976345549264f,0.9954571944954074f,0.0943029692196714f,1.3439194313046696f,0.3835862510375619f,0.0820878778649364f,-0.9198495356973224f,0.020966871008005025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8949048665313407f,-0.19282859696127885f,-0.40244553923787973f,0.29211541363648685f,-0.0895530133532287f,0.961078891704949f,-0.26135726834841144f,0.8623665698548624f,0.43717906818359864f,-0.19784968059901387f,-0.8773425592258639f,0.25378924079322923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8937880133224085f,-0.3794565080247104f,-0.23907267882147204f,0.15691084641833017f,-0.1323198611715597f,0.7324421448780645f,-0.6678472570475675f,1.103816101911713f,0.4285258937108947f,-0.5652798094077952f,-0.7048576420066435f,0.046344009900588415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9204792062519562f,0.10906579753557119f,-0.3752634843222802f,0.017822353728746868f,0.11270951109431965f,0.9935518479838595f,0.012300060029797139f,1.0254517123422708f,0.37418524418614896f,-0.030973814356436036f,-0.9268365691196937f,0.39721481600834485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9204792062519562f,-0.3470369150307561f,-0.1796758483038391f,-0.09573987508199884f,0.11270951109431965f,0.2044820445062656f,-0.9723598405854783f,1.108538594860652f,0.37418524418614896f,-0.9152881912711827f,-0.14910710899510704f,0.09282987856742526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9449348146963453f,-0.08698765517445187f,-0.3154858852976372f,0.0012840700397960167f,0.1361496687712695f,0.7721431412494738f,-0.6206917408141247f,1.2809772034785754f,0.2975927816131581f,-0.6294665338750309f,-0.7177815956564346f,0.018454149455586023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8581967422035256f,-0.40492839842275985f,-0.3154858852976372f,0.0012840700397960167f,-0.1361496687712695f,0.7721431412494738f,-0.6206917408141247f,1.2809772034785754f,0.49493597501568704f,-0.48972233109403285f,-0.7177815956564346f,0.018454149455586023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9154738838035522f,-0.2497523258182116f,-0.3154858852976372f,0.0012840700397960167f,0f,0.7840546938097694f,-0.6206917408141247f,1.2809772034785754f,0.4023773950828252f,-0.5682270786078946f,-0.7177815956564346f,0.018454149455586023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.90931394906005f,0.11502831250771517f,-0.39989577312900415f,0.005729953859800645f,0.1725772200654215f,0.9787340506371897f,-0.11089076263517245f,1.2753358409388988f,0.3786360325686234f,-0.16984741812858534f,-0.9098277910658399f,0.028569256758771443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8938176078398209f,-0.2029124307405928f,-0.39989577312900415f,0.005729953859800645f,-0.1725772200654215f,0.9787340506371897f,-0.11089076263517245f,1.2753358409388988f,0.41389272406022176f,-0.03010321534758721f,-0.9098277910658399f,0.028569256758771443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9154738838035522f,-0.04461993620788858f,-0.39989577312900415f,0.005729953859800645f,0f,0.9938326009757327f,-0.11089076263517245f,1.2753358409388988f,0.4023773950828252f,-0.10151759714755915f,-0.9098277910658399f,0.028569256758771443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9092391027252376f,0.10919832959669429f,-0.40169637649435735f,-0.16972754226946746f,0.2512760426009844f,0.9133184112755773f,-0.3204837437996564f,1.3473248300388179f,0.33188040690916515f,-0.39233302746308174f,-0.8578637368903407f,0.11088810712379779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8593206325927798f,-0.3628825509768571f,-0.360394651176836f,0.18501858770440904f,-0.2512760426009844f,0.9133184112755773f,-0.3204837437996564f,1.3473248300388179f,0.4454530287416765f,-0.18483975173534556f,-0.8760170462743764f,-0.04503313347079699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9154738838035522f,-0.13011555230922858f,-0.38075912480320734f,0.014395073251217881f,0f,0.9462736462241673f,-0.3233669532614914f,1.1736993454508224f,0.4023773950828252f,-0.29603400059601925f,-0.866288810049787f,0.052166980236571986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9154738838035522f,-0.09643507901956089f,-0.39065053898354096f,0f,0f,0.970856076304012f,-0.23966326189797696f,1.390625f,0.4023773950828252f,-0.21940545717476886f,-0.8887933827883118f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06057370746546545f,-0.7857986381143758f,-0.6155089977420967f,0.26587484177364806f,0.1467867582778675f,0.6029246311749963f,-0.7841782557025982f,0.6658217667513723f,0.9873117408185537f,-0.13784915473112963f,0.07882345451545447f,-0.9294276077105253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3150237654771564f,-0.7857986381143758f,-0.5322410426885413f,0.24784124190661247f,-0.19837406925878806f,0.6029246311749963f,-0.7727416241980267f,0.6633448999152943f,0.9281205502682843f,-0.13784915473112963f,-0.34581766107243556f,-0.8374617612972399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.19235839858171283f,-0.7857986381143758f,-0.5878084269833761f,0.3450293058876367f,-0.026419912918164423f,0.6029246311749963f,-0.797360569205608f,0.7841874187141745f,0.9809690284083771f,-0.13784915473112963f,-0.13673834810848617f,-0.8629339322876097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.674027824592932f,0.5305138482429562f,0.5140443059668783f,-0.1572492636796469f,-0.23158092687723075f,0.8125441688199374f,-0.5349226561133861f,0.6594124076586717f,-0.7014675801355343f,0.2415098973938062f,0.6705342671926849f,1.0439170265467308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.39363215506252114f,0.5305138482429562f,0.750738824973962f,-0.2085109314334528f,0.016184485734357892f,0.8125441688199374f,-0.5826748974670451f,0.669754259007995f,-0.9191255566691363f,0.2415098973938062f,0.3112574184473097f,1.12172673050303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5467911227072632f,0.5305138482429562f,0.6477457255366341f,-0.280041956387045f,-0.11031308105944779f,0.8125441688199374f,-0.5723661396902239f,0.750438254286867f,-0.8299701755338575f,0.2415098973938062f,0.5028145554626785f,1.0073996952054787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014304279434430504f,0f,-0.000006287146798169145f,0.27002702636309023f,0f,0.000015625f,0f,1.5567475f,0.000006287146798169145f,0f,-0.000014304279434430504f,0.6322924539639524f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..c674adee7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.377985978405992f,-0.06664912632246363f,-0.7208529243426579f,0.07800199738043496f,-0.20713153013182192f,0.7891579542530063f,0.035646835889101114f,1.5160035611554092f,0.6936624350490371f,0.1993290286037301f,-0.38215809425181396f,-0.2674392659468751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.36707169840074855f,0.08137783634272491f,-0.7061416401723997f,0.07800199738043496f,0.10837527515286643f,0.7918556931474707f,0.03491934944238477f,1.5160035611554092f,0.7025049238039052f,-0.07963798705464353f,-0.3743589494711647f,-0.2674392659468751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19401726320016233f,0.7914703533452708f,0.053632320481922326f,1.517634162253913f,-0.5530686591048186f,0.17453855258508363f,-0.5749746050235144f,-0.28492040817862146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12111086988626289f,0.7890322797694932f,0.05253778332923004f,1.517634162253913f,-0.5659707689179088f,-0.04936909364795365f,-0.5632404294107897f,-0.28492040817862146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.13494534678398865f,1.5512912741003102f,-0.12919514805743895f,-0.05098969547626897f,1.1267056154105415f,0.18681673040955532f,1.0663208782732498f,1.5817499729795765f,1.074118456960731f,-0.0010687091830538968f,-1.1347575284072713f,0.39562651372988134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9434710120344858f,-0.20418305177422033f,-0.26109716738943883f,-0.29341980704598414f,-0.2676984383874485f,-0.004903127805417738f,-0.9634902726144383f,1.6354190912485251f,0.19544819143584846f,0.9789204465664662f,-0.059285443057854534f,0.3697210540910729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.16838132298295239f,-0.9548389640599098f,-0.24480662324273084f,-0.2984375f,-0.09923208852548127f,0.23067118871756076f,-0.9679585710672219f,1.6561912933546732f,0.9807143940400698f,0.18727881729823395f,-0.05590994467885894f,0.03989124105929058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9207074743448045f,0.2893094132292873f,0.26191183650712746f,0.3091907438820097f,0.2715814327443561f,0.006962615317700429f,-0.962390278097436f,1.6363098767234525f,-0.28025215801869124f,0.9572103140923958f,-0.07216053298724451f,0.3712343814836094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11735980990436103f,0.9621351974559058f,0.24601328589264643f,0.2984375f,0.0986615786137629f,0.23520358372410402f,-0.966925626461921f,1.6561912933546732f,-0.9881763850268089f,0.13775026685935396f,-0.06732232954617892f,0.03989124105929066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.520606298982501e-17f,1.036617922668982e-16f,-0.15625000000000003f,0f,0.8464627706459654f,-0.5324479109831831f,1.3486624859296044f,-1.2246467991473532e-16f,-0.5324479109831831f,-0.8464627706459654f,0.2668763175121453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.057289652212753e-17f,1.207242881747845e-16f,-0.15625000000000003f,0f,0.9857886229632694f,-0.16799044864569262f,1.5324479124311818f,-1.2246467991473532e-16f,-0.16799044864569262f,-0.9857886229632694f,0.2292169294975575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1117637058374784e-17f,1.1128605037553832e-16f,0.15624999999999997f,0f,0.9087195626773366f,-0.4174071829850442f,1.345177855632676f,-1.2246467991473532e-16f,-0.4174071829850442f,-0.9087195626773366f,0.21802593639219112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1373852913783728e-17f,1.2193536524123834e-16f,0.15624999999999997f,0f,0.995677817686981f,0.09287455715152027f,1.5324479124311818f,-1.2246467991473532e-16f,0.09287455715152027f,-0.995677817686981f,0.22921692949755756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,0.29375f,0f,0.8988934864213443f,0.43816720560681033f,2.186001376701018f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.29035006079750725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,0.33125f,0f,0.8988934864213443f,0.43816720560681033f,2.1147178664239887f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.15130789574465495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,-0.29375f,0f,0.8988934864213443f,0.43816720560681033f,2.186001376701018f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.2903500607975072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,-0.33125f,0f,0.8988934864213443f,0.43816720560681033f,2.1147178664239887f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.1513078957446549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883079266223365f,0.14757397204793904f,0.03833229642810899f,0.19306890661005155f,0.12080913952995748f,0.6045478335460717f,0.7873544746559727f,2.249592228841409f,0.09301932047424111f,0.7827795601117503f,-0.615307700496073f,0.3469845116056501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999225871413818f,-0.00884833022912282f,0.03833229642810899f,0.07788389464319348f,0.0247496616190599f,0.6160035596398445f,0.7873544746559727f,2.2586507225602315f,-0.030579603448018404f,0.7876936724153604f,-0.615307700496073f,0.35140009024732544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755704061208339f,0.20861887773989943f,0.06885162708154453f,0.05767608575424435f,0.10911883913854886f,0.18814061011918176f,0.9760615706854963f,2.300444625669571f,0.19067108235463154f,0.9597297925325268f,-0.20630866118315638f,0.31133067763881694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9922893704149869f,-0.10305949160389358f,0.06885162708154453f,0.08636203162033904f,0.045639537154381175f,0.21265192893387147f,0.9760615706854963f,2.3007773862064265f,-0.11523384055807107f,0.9716778778541018f,-0.20630866118315638f,0.32247838615638197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05343759858114777f,0.06885162708154453f,0.14261156300026925f,0.07834372946008425f,0.2028942342336213f,0.9760615706854963f,2.3496760927639277f,0.038188788252327285f,0.9777414549729557f,-0.20630866118315638f,0.42112194270110326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07827361333453021f,0.03833229642810899f,0.12499999999999997f,0.07834372946008425f,0.6115024049776931f,0.7873544746559727f,2.212088051643947f,0.038188788252327285f,0.787361448232039f,-0.615307700496073f,0.24396561684889473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883079266223365f,-0.1475739720479392f,-0.038332296428108835f,-0.19306890661005163f,-0.12080913952995748f,0.6045478335460717f,0.7873544746559727f,2.249592228841409f,-0.09301932047424136f,0.7827795601117502f,-0.615307700496073f,0.34698451160565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999225871413818f,0.008848330229122653f,-0.038332296428108835f,-0.07788389464319355f,-0.0247496616190599f,0.6160035596398445f,0.7873544746559727f,2.2586507225602315f,0.030579603448018154f,0.7876936724153604f,-0.615307700496073f,0.3514000902473254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755704061208339f,-0.20861887773989965f,-0.06885162708154446f,-0.057676085754244405f,-0.10911883913854886f,0.18814061011918176f,0.9760615706854963f,2.300444625669571f,-0.19067108235463176f,0.9597297925325268f,-0.20630866118315638f,0.3113306776388169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9922893704149869f,0.10305949160389336f,-0.06885162708154446f,-0.08636203162033909f,-0.045639537154381175f,0.21265192893387147f,0.9760615706854963f,2.3007773862064265f,0.11523384055807083f,0.9716778778541018f,-0.20630866118315638f,0.32247838615638186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053437598581147994f,-0.06885162708154446f,-0.14261156300026934f,-0.07834372946008425f,0.2028942342336213f,0.9760615706854963f,2.3496760927639277f,-0.038188788252327535f,0.9777414549729557f,-0.20630866118315638f,0.42112194270110315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07827361333453038f,-0.038332296428108835f,-0.12500000000000003f,-0.07834372946008425f,0.6115024049776931f,0.7873544746559727f,2.212088051643947f,-0.038188788252327535f,0.787361448232039f,-0.615307700496073f,0.24396561684889467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.366000658377206e-17f,1.100827030920304e-16f,-5.816502275043619e-18f,0f,0.8988934864213443f,0.43816720560681033f,1.737712414677795f,-1.2246467991473532e-16f,0.43816720560681033f,-0.8988934864213443f,0.04749534542607135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1373852913783728e-17f,1.2193536524123834e-16f,-1.5513074323747207e-18f,0f,0.995677817686981f,0.09287455715152027f,1.364333233045177f,-1.2246467991473532e-16f,0.09287455715152027f,-0.995677817686981f,0.01266738649425125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963631640170262f,-0.08517826467850241f,0.002260224842710809f,0.15290810931842796f,-0.08012637580765089f,0.9275861308746096f,-0.3649160639229284f,0.8432839267556775f,0.028986363861507717f,-0.36377002767604494f,-0.9310376779028107f,0.3521570726580846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963631640170262f,-0.07841541640057977f,0.033338684147763024f,0.12499999999999999f,-0.08012637580765089f,0.7291460577009172f,-0.6796512270563055f,1.1009624374790155f,0.028986363861507717f,-0.679850754952831f,-0.7327774162050534f,0.10515241389245869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14800712893030196f,0.09081618464158678f,-0.13737556057880512f,0.16329169534814214f,0.9672403583212505f,0.19437569669304963f,1.136174326757961f,-0.059072090172731746f,0.20625222185563932f,-0.9767141389077139f,0.3775711681278868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16329169534814214f,0.21067167741634524f,-0.9638222173019841f,1.090160094062938f,-0.059072090172731746f,-0.9730942140792225f,-0.22270639570556805f,0.04405850563049585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.730330863762264e-17f,-3.5290440848465005e-18f,0.10370851722900032f,0.7877443962668064f,-0.6072094445942083f,1.2787210299316063f,-0.07925673668293452f,-0.6020146836205733f,-0.7945418116094288f,0.028816831818803255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.509756380804495e-18f,-0.10370851722900032f,0.6955709006167096f,-0.7109329544123143f,1.2408430571770823f,0.07925673668293427f,-0.7067347658671249f,-0.7030251349739298f,0.028659335763161462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.436171027343393e-17f,9.730330863762264e-17f,-3.5290440848465005e-18f,0f,0.7945418116094288f,-0.6072094445942083f,1.2787210299316063f,-1.2246467991473532e-16f,-0.6072094445942083f,-0.7945418116094288f,0.028816831818803255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.183535298199043e-16f,-3.645281006160073e-18f,0.08422991678451866f,0.9627523543042839f,-0.2569303901838626f,1.303656052910081f,-0.02239295899092029f,-0.2559526924798074f,-0.9664299118922014f,0.029765978310628497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.183535298199043e-16f,-3.645281006160073e-18f,-0.08422991678451866f,0.9627523543042839f,-0.2569303901838626f,1.303656052910081f,0.02239295899092005f,-0.2559526924798074f,-0.9664299118922014f,0.029765978310628497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.146489799423479e-17f,1.183535298199043e-16f,-3.645281006160073e-18f,0f,0.9664299118922014f,-0.2569303901838626f,1.303656052910081f,-1.2246467991473532e-16f,-0.2569303901838626f,-0.9664299118922014f,0.029765978310628497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1516081235186514e-16f,-0.19375f,0.12274153118860356f,0.9323144903280179f,-0.34018260926432603f,1.3159360091536778f,-0.04440274064675424f,-0.3372722998838508f,-0.9403593953133637f,0.030640720932971623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.12274153118860359f,0.8991178842386108f,-0.42014467361108027f,1.316598137645231f,0.04440274064675401f,-0.4179465985057763f,-0.9073858261073449f,0.017773040067303847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.153875026613578e-17f,1.1109165156582862e-16f,-0.007812500000000009f,0f,0.9071321759316641f,-0.4208458332804124f,1.1758259476096704f,-1.2246467991473532e-16f,-0.4208458332804124f,-0.9071321759316641f,0.07600955175749784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.166035435611516e-17f,1.1516081235186514e-16f,0f,0f,0.9403593953133637f,-0.34018260926432603f,1.3859375f,-1.2246467991473532e-16f,-0.34018260926432603f,-0.9403593953133637f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8276148370313918f,0.22353462462177612f,-0.5148649853317899f,-1.093650288097633f,-0.14666380693352235f,0.9715325832082806f,0.18604883095685315f,2.3661196742263115f,0.5417964647921479f,-0.0784647141067045f,0.8368392195510941f,-0.5290352591661138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.30740409133368446f,0.22353462462177612f,-0.9249513480321618f,-1.062599711902367f,0.14666380693352235f,0.9715325832082806f,0.18604883095685315f,2.3661196742263115f,0.9402087280849282f,-0.0784647141067045f,-0.33143752997069426f,-0.4405766574478978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33120614608283827f,0.22353462462177612f,-0.9166977475657695f,-0.9406203378651345f,0f,0.9715325832082806f,0.23690597241235867f,2.3305837783644576f,0.9435584183276379f,-0.0784647141067045f,0.32177756267831914f,-0.5330725927087537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8236138675070234f,-0.2663545544583291f,0.5007149374338943f,1.0411212976464768f,0.14075334593875796f,0.9512339825883555f,0.2744857117886842f,2.2415118028180845f,-0.5494075835453748f,-0.15559293585635978f,0.8209397940497409f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2945792692867849f,-0.2663545544583291f,0.9177572148590111f,1.0095440393183392f,-0.23403641933324862f,0.9512339825883555f,0.20094990618253117f,2.247079725438136f,-0.9265257732692253f,-0.15559293585635978f,-0.3425504777101662f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8898664082872279f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.1988909354002173f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.55206f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9.mcfunction new file mode 100644 index 000000000..6e6d9fbf6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90.mcfunction new file mode 100644 index 000000000..f4527de26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..7ae60c5b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6260616036986507f,-0.08854456589821395f,-0.5168666875206941f,0.02417403430886768f,-0.16352510087038774f,0.7977676794713168f,0.06140615132642806f,1.4930798515194819f,0.49824778394293684f,0.15056903362010238f,-0.6293032308475027f,-0.29435590477808554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5997943250386104f,0.15455891385495726f,-0.5063183877753739f,0.02417403430886768f,0.15106773557291897f,0.7833008107508589f,0.06015296456466422f,1.4930798515194819f,0.5073709756384854f,-0.05051120692502823f,-0.6164603077689823f,-0.29435590477808554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6874288201994916f,0.1430592347372273f,0.41703730883456724f,-0.061725367500832656f,0.1906015926559264f,0.7929933634265952f,0.04215451201051334f,1.494850594880199f,-0.3975639501773313f,0.13281575720606018f,-0.700890379875214f,-0.2877714021924439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6757692891638762f,-0.12822673127527215f,0.4085263433481475f,-0.061725367500832656f,-0.12477307282282041f,0.7891301971385519f,0.04129421584703348f,1.494850594880199f,-0.4095943702265701f,-0.028834655373861796f,-0.6865864945716382f,-0.2877714021924439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.30973929007904216f,0.4187483458468516f,1.473131917050152f,-0.9523601651363697f,1.1995540795068684f,0.8680489371002579f,-0.4989662344663618f,1.6000619140029955f,-0.9521228032768454f,1.2298565427112371f,-0.14940315201026752f,-0.2524856923396518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9428044269120974f,-0.07461377676236819f,-0.3248885915390182f,-0.5964874193994059f,0.3193383900584716f,0.0774025874675625f,-0.9444743681478016f,1.768266026070127f,0.09561801728657089f,-0.994204015165188f,-0.049148458771392f,0.09942883908795393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9428044269120974f,-0.07461377676236819f,-0.3248885915390182f,-0.28712971681887384f,0.3193383900584716f,0.0774025874675625f,-0.9444743681478016f,1.663483116832191f,0.09561801728657089f,-0.994204015165188f,-0.049148458771392f,0.06805417716579786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5761592146771105f,0.7831515374387497f,0.23391072816349873f,0.5553971252407852f,0.5048086080749998f,-0.11588940114409194f,-0.8554168082963095f,1.565213675459233f,-0.6428132143601566f,0.6109364255876275f,-0.46211238387883197f,0.25360523079200337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5459052351324325f,0.8045329362462581f,0.23391072816349873f,0.3259886614475647f,0.27775073387193383f,0.4371688620175929f,-0.8554168082963095f,1.6290275811348618f,-0.7904694833379755f,-0.4020076374613016f,-0.46211238387883197f,0.01935790891306149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4428625524205545f,-0.8674095983133624f,0.22687738630679558f,-0.036943719959398616f,-0.8933586127022124f,0.4054426643172303f,-0.19371792653784992f,1.3603324482810542f,0.07604701686673715f,-0.2884732824807126f,-0.9544632085735276f,0.272202312940597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.854902104157931f,-0.5176898790034739f,0.03375768777198211f,-0.13379958672397507f,-0.5182425809610988f,0.8492045145305699f,-0.10137218444759828f,1.5189247186027386f,0.02381217304491439f,-0.1041579650255686f,-0.994275665364798f,0.24645847158977294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4428625524205545f,-0.8674095983133624f,0.22687738630679558f,0.2745764196828179f,-0.8933586127022124f,0.4054426643172303f,-0.19371792653784992f,1.3539107246441056f,0.07604701686673715f,-0.2884732824807126f,-0.9544632085735276f,0.2483231575362578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.854902104157931f,-0.5176898790034739f,0.03375768777198211f,0.1777205529182414f,-0.5182425809610988f,0.8492045145305699f,-0.10137218444759828f,1.51250299496579f,0.02381217304491439f,-0.1041579650255686f,-0.994275665364798f,0.22257931618543372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8891453215758063f,0.05024653048934196f,0.45485809137976174f,0.2888081587800117f,0.09487665518590686f,0.9925979470364055f,0.07581382354061697f,2.1941682812632695f,-0.44768182610040186f,0.1105649208062707f,-0.8873310435606954f,0.25709398986675525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8891453215758063f,0.05024653048934196f,0.45485809137976174f,0.35851323809478935f,0.09487665518590686f,0.9925979470364055f,0.07581382354061697f,2.07364320927118f,-0.44768182610040186f,0.1105649208062707f,-0.8873310435606954f,0.1768741579109213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8891453215758063f,0.05024653048934196f,0.45485809137976174f,-0.23356471764577452f,0.09487665518590686f,0.9925979470364055f,0.07581382354061697f,2.2499083161849898f,-0.44768182610040186f,0.1105649208062707f,-0.8873310435606954f,-0.005919082967230864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8891453215758063f,0.05024653048934196f,0.45485809137976174f,-0.23054553744918233f,0.09487665518590686f,0.9925979470364055f,0.07581382354061697f,2.1364989933318435f,-0.44768182610040186f,0.1105649208062707f,-0.8873310435606954f,-0.11971505188059492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8505781696600132f,0.26385771545320025f,0.45485809137976174f,0.22399893028487639f,0.3321895899656325f,0.9401608056490215f,0.07581382354061697f,2.30385601931734f,-0.4076356873683736f,0.21558470613009845f,-0.8873310435606954f,0.20859106024199284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8813825815016069f,0.12754944818353248f,0.45485809137976174f,0.12376223169679326f,0.1810262321926377f,0.9805517668222772f,0.07581382354061697f,2.334588923504318f,-0.4363418937985446f,0.14916222997054907f,-0.8873310435606954f,0.15983417886719806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8243447477578625f,0.3369864293267406f,0.45485809137976174f,0.10352427172915898f,0.41286592160361124f,0.9076309794947246f,0.07581382354061697f,2.3343967380064483f,-0.3872950653215538f,0.2502921323395139f,-0.8873310435606954f,0.1494435019843938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8881329775644948f,0.06575660323332402f,0.45485809137976174f,0.130454691855227f,0.11218542781226917f,0.9907909436136013f,0.07581382354061697f,2.3389342041625896f,-0.44568401805427404f,0.11836120641698818f,-0.8873310435606954f,0.1636360879966516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8669119877888268f,0.20388163756058378f,0.45485809137976174f,0.2089596107275547f,0.265798090265755f,0.9610429955892867f,0.07581382354061697f,2.4335428687935647f,-0.4216811362144414f,0.18662432449813457f,-0.8873310435606954f,0.17674420841275035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8669119877888268f,0.20388163756058378f,0.45485809137976174f,0.16308624227642343f,0.265798090265755f,0.9610429955892867f,0.07581382354061697f,2.2173081947859754f,-0.4216811362144414f,0.18662432449813457f,-0.8873310435606954f,0.13475373540067012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8570864174620911f,-0.42094769264700377f,0.29699480308106707f,-0.16176177211463208f,-0.1305249697759049f,0.7351211393788432f,0.6652519392706425f,2.296632457350561f,-0.49836342689547053f,0.5314131636434265f,-0.6850065286108504f,0.07798766218204006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9123849885189178f,-0.28168727281894096f,0.29699480308106707f,-0.05950736675916318f,-0.013919708625699662f,0.7464891821107827f,0.6652519392706425f,2.3057584563659326f,-0.40909641215379744f,0.6028318018513975f,-0.6850065286108504f,0.13118440411583615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8020495218735705f,-0.5893040471472086f,0.0971457898125162f,-0.019911507340611576f,-0.13292206187364822f,0.33469614036230216f,0.9329041853769531f,2.342141850117105f,-0.5822785329459046f,0.7353225371512144f,-0.34677438836780644f,0.09637796799544118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9448993895916943f,-0.3126145215292248f,0.0971457898125162f,-0.050491457391969474f,-0.022989597780666594f,0.3593901213167204f,0.9329041853769531f,2.3443141258577627f,-0.3265526327303559f,0.879267252676345f,-0.34677438836780644f,0.09365519404907671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8843624246959471f,-0.45658054854276037f,0.0971457898125162f,-0.1402304539034027f,-0.07892755905186107f,0.3513690671192881f,0.9329041853769531f,2.40807531972539f,-0.4600799302382362f,0.8173579273268925f,-0.34677438836780644f,0.14993189609304708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8843624246959471f,-0.3601349590483319f,0.29699480308106707f,-0.05920008811752814f,-0.07892755905186107f,0.7424353828575013f,0.6652519392706425f,2.2410273585824525f,-0.4600799302382362f,0.5648827431887896f,-0.6850065286108504f,0.022833278875569643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8891453215758063f,0.05024653048934196f,0.45485809137976174f,0.011977414848042336f,0.09487665518590686f,0.9925979470364055f,0.07581382354061697f,1.7180921468424117f,-0.44768182610040186f,0.1105649208062707f,-0.8873310435606954f,0.049858080336177855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9968644468550928f,0.026344997884708378f,-0.07461377676236827f,0.0020980406412766947f,0.020549515638235507f,0.9967881203447201f,0.07740258746756218f,1.3442966017131417f,0.07641329729388553f,0.07562661056859823f,-0.9942040151651882f,0.021498101372953517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.986384229764969f,-0.11914324388513445f,-0.11336242193732492f,0.19872163979072607f,-0.09013255355492641f,0.9682119370859372f,-0.2333275973260887f,0.8507091534983744f,0.1375582569700454f,-0.21993301780502272f,-0.9657676706219452f,0.3182503318826539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9825448669142489f,-0.1856625981152349f,-0.011618268440760235f,0.13423990691338816f,-0.135606103398821f,0.7575954715340771f,-0.6384826436419768f,1.1022521909055902f,0.12734429402784037f,-0.6257623360127709f,-0.7695485232305956f,0.08859399170871567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9909410352524346f,0.11739549521351246f,-0.06522394005583616f,-0.1072765715723805f,0.11452492157568121f,0.992348071568762f,0.046144850111829366f,1.0224787951374987f,0.07014204866495707f,0.038257058921632975f,-0.996803135253772f,0.37769865146687265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9909410352524346f,-0.046056223628966754f,-0.12615343403122936f,-0.12031124446023071f,0.11452492157568121f,0.2008141701435281f,-0.9729119751589299f,1.107868132813471f,0.07014204866495707f,-0.9785461120124104f,-0.19372041625620676f,0.05412955306752683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904189366785829f,0.11459614118163264f,-0.07705877169241791f,-0.004690595491062672f,0.13776436178754503f,0.781300520396941f,-0.6087614290087207f,1.2807263954486596f,-0.009555652240180595f,-0.6135447997120899f,-0.789602094891165f,0.016283082681339215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9698835549150009f,-0.23105807843634502f,-0.07705877169241791f,-0.004690595491062672f,-0.13776436178754503f,0.781300520396941f,-0.6087614290087207f,1.2807263954486596f,0.20086530443735362f,-0.5798117463597757f,-0.789602094891165f,0.016283082681339215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9952716586550285f,-0.0591292751801014f,-0.07705877169241791f,-0.004690595491062672f,0f,0.7933533402912352f,-0.6087614290087207f,1.2807263954486596f,0.09713045597580784f,-0.6058829971747147f,-0.789602094891165f,0.016283082681339215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9817678307384706f,0.16365900101937864f,-0.09668328662398974f,-0.003625808047015754f,0.1728487359030509f,0.9802738934708755f,-0.09584575252022398f,1.2749185548067534f,0.0790900817030486f,-0.11080986041318559f,-0.9906896253678118f,0.027193695165394424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9785346608551132f,-0.18199521859859902f,-0.09668328662398974f,-0.003625808047015754f,-0.1728487359030509f,0.9802738934708755f,-0.09584575252022398f,1.2749185548067534f,0.11221957049412443f,-0.07707680706087151f,-0.9906896253678118f,0.027193695165394424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9952716586550285f,-0.009309541645633787f,-0.09668328662398974f,-0.003625808047015754f,0f,0.9953961983671789f,-0.09584575252022398f,1.2749185548067534f,0.09713045597580784f,-0.09539256108584271f,-0.9906896253678118f,0.027193695165394424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9670136914830875f,0.227341744947349f,-0.11489234738896525f,-0.19589157974205912f,0.25218552974419584f,0.9179820007252317f,-0.30612334921096757f,1.3468273010745104f,0.03587449054539264f,-0.32499965745950443f,-0.9450334616188536f,0.05183402531149442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9557035070538126f,-0.2858883202028087f,-0.06999053490765506f,0.18977618798676443f,-0.25218552974419584f,0.9179820007252317f,-0.30612334921096757f,1.3468273010745104f,0.1517671413471397f,-0.2749125583092141f,-0.949415514983403f,0.01419597362086887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9952716586550285f,-0.030014961567912286f,-0.09237655308651159f,-0.0028935401727203146f,0f,0.9510565162951536f,-0.3090169943749474f,1.172914188649549f,0.09713045597580784f,-0.3075558565441455f,-0.9465595964477507f,0.05078367462971924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9952716586550285f,-0.021849598480658334f,-0.09464100868176732f,0f,0f,0.9743700647852352f,-0.22495105434386498f,1.390625f,0.09713045597580784f,-0.22388740897301596f,-0.9697629105226087f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2879429761119732f,-0.7327344948487016f,-0.6165946825643225f,0.5932871583217629f,0.15022470205340563f,0.6013317945353454f,-0.7847500313946261f,0.657336900799099f,0.9457914048037998f,-0.3185910120196728f,-0.06307444537636209f,-0.7580143757645995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5215491344166817f,-0.7327344948487016f,-0.43713460220855094f,0.5544209308617448f,-0.19549987689269407f,0.6013317945353454f,-0.77471276678253f,0.655163099200901f,0.8305217026207993f,-0.3185910120196728f,-0.45687358047509086f,-0.6727280729391293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4145730929068589f,-0.7327344948487016f,-0.539656660013067f,0.6548025435937139f,-0.02318721704744542f,0.6013317945353454f,-0.7986628987542215f,0.7760494348131333f,0.9097205634716825f,-0.3185910120196728f,-0.2662860556939571f,-0.6754283159977709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8468008938831784f,0.43927270028531795f,0.29994623001914134f,-0.5172005360237106f,-0.230266993677337f,0.8110659731069401f,-0.5377258584919399f,0.6511676451898984f,-0.4794844708032282f,0.3862790209837153f,0.7879613951244125f,0.9000392616331019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6406994898495548f,0.43927270028531795f,0.6297171257720132f,-0.5886200440202299f,0.018559998141599393f,0.8110659731069401f,-0.5846601694463857f,0.6613323548101014f,-0.7675673847783686f,0.3862790209837153f,0.5114966547029983f,0.9599140898656078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.761808085296205f,0.43927270028531795f,0.4761175652728803f,-0.6243279248129023f,-0.10842356928216465f,0.8110659731069401f,-0.5748185077850296f,0.7424727761677544f,-0.6386648344800627f,0.3862790209837153f,0.6655041300746499f,0.8301510562381573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001555111966648482f,0f,-0.0000015176633746219975f,0.05959381528702522f,0f,0.000015625f,0f,1.5567475f,0.0000015176633746219975f,0f,-0.00001555111966648482f,0.6849503043913375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91.mcfunction new file mode 100644 index 000000000..5bb8296eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..f454b9565 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7553413229968944f,-0.12233973442900099f,-0.2853715465802207f,0.11443007138858631f,-0.15003254665238686f,0.8009661146336884f,0.05373976738000371f,1.4879243916963425f,0.27183481227161643f,0.10213088187663441f,-0.763295199938268f,-0.2778466867673496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7294645987226952f,0.1724369960226799f,-0.27954763746633865f,0.11443007138858631f,0.16447784120176148f,0.7811374721285531f,0.052643037433473025f,1.4879243916963425f,0.2843034276331282f,-0.009472699683204772f,-0.7477177468783034f,-0.2778466867673496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.540978088391092f,0.10623635341481712f,0.6024956344557914f,0.0325864463066876f,0.18736961661561904f,0.7943825818185709f,0.028167089253626803f,1.4902816819821183f,-0.5823914311650544f,0.15689039282514378f,-0.5505906555592242f,-0.2974537984561287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.529423812997562f,-0.10665184571874896f,0.5901998051811834f,0.0325864463066876f,-0.12821887270110888f,0.7891758919180863f,0.027592250697430338f,1.4902816819821183f,-0.5858927776601957f,-0.07633344889415902f,-0.5393541115682197f,-0.2974537984561287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4402470772528995f,-0.4422973814774761f,1.4324670283495002f,-0.6799617343906107f,1.4288953497482053f,-0.3280217117930004f,-0.5404313888555551f,1.978338494237501f,0.4537034719265815f,1.4622520415203935f,0.3120550858922317f,-0.588162606121031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.91677889814368f,0.234196387774557f,-0.32352512092851377f,-0.5911204425417093f,0.34587608886755555f,0.060488277904298754f,-0.9363284142788016f,1.781367974612279f,-0.1997152549710284f,-0.9703057354202962f,-0.136457307398085f,-0.09456092600289737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.91677889814368f,0.234196387774557f,-0.32352512092851377f,-0.29030236658831426f,0.34587608886755555f,0.060488277904298754f,-0.9363284142788016f,1.6678773829526123f,-0.1997152549710284f,-0.9703057354202962f,-0.136457307398085f,-0.029029357965528683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7243508519633034f,0.5887362188632237f,0.3587554987155891f,0.47004851330866526f,0.5299577533447933f,-0.1426387039703218f,-0.8359419715503023f,1.5563955534355574f,-0.44097689614057534f,0.7956405373837492f,-0.41532579060530667f,0.3957588009901853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.32592962758946736f,0.8746795813329131f,0.3587554987155891f,0.30784228478294906f,0.30475469972173236f,0.4564269856155645f,-0.8359419715503023f,1.6273591657345476f,-0.894927064545993f,-0.16312583118920554f,-0.41532579060530667f,0.11281504685490851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.45484819082954514f,-0.7328601277449528f,0.50599323756424f,-0.11805181587176104f,-0.8891595635780212f,0.4056604658236995f,-0.2117424307158156f,1.365352408899145f,-0.05008386763053203f,-0.5462193878189887f,-0.8361435203204154f,0.2462839756031542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8268901502436903f,-0.45141274020128164f,0.335379214343909f,-0.20059558456985194f,-0.5124907659180925f,0.8504179575907354f,-0.1189222950328874f,1.5240625116034525f,-0.23152946740891156f,-0.2702144248391868f,-0.9345470936930752f,0.18977785161022498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.45484819082954514f,-0.7328601277449528f,0.50599323756424f,0.18572984218889188f,-0.8891595635780212f,0.4056604658236995f,-0.2117424307158156f,1.3566027775035827f,-0.05008386763053203f,-0.5462193878189887f,-0.8361435203204154f,0.319060332865402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8268901502436903f,-0.45141274020128164f,0.335379214343909f,0.10318607349080099f,-0.5124907659180925f,0.8504179575907354f,-0.1189222950328874f,1.5153128802078901f,-0.23152946740891156f,-0.2702144248391868f,-0.9345470936930752f,0.26255420887247277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7332578189608504f,0.030996433236165317f,0.6792438384405209f,0.2169119761507128f,0.09443714646965859f,0.9939210922091685f,0.05659052772683512f,2.196168105331858f,-0.6733606732646664f,0.10564129679424325f,-0.7317276269980422f,0.3119767751772558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7332578189608504f,0.030996433236165317f,0.6792438384405209f,0.30421370006102283f,0.09443714646965859f,0.9939210922091685f,0.05659052772683512f,2.0736919377874905f,-0.6733606732646664f,0.10564129679424325f,-0.7317276269980422f,0.25542317329433395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7332578189608504f,0.030996433236165317f,0.6792438384405209f,-0.2138769924887868f,0.09443714646965859f,0.9939210922091685f,0.05659052772683512f,2.2516499288827827f,-0.6733606732646664f,0.10564129679424325f,-0.7317276269980422f,-0.08362262036573571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7332578189608504f,0.030996433236165317f,0.6792438384405209f,-0.18156960500054053f,0.09443714646965859f,0.9939210922091685f,0.05659052772683512f,2.1362565473236397f,-0.6733606732646664f,0.10564129679424325f,-0.7317276269980422f,-0.19067827274350752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7039782121108499f,0.20746682822513735f,0.6792438384405209f,0.16907143850719233f,0.33208323432494413f,0.9415509745371634f,0.05659052772683512f,2.305528543975513f,-0.6278020407369629f,0.26540398929616493f,-0.7317276269980422f,0.24613038137027526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.72776603442189f,0.09478611228668342f,0.6792438384405209f,0.08619889505662418f,0.1807037156400412f,0.981908182736798f,0.05659052772683512f,2.3362379682118664f,-0.6615910869228206f,0.16392654938140683f,-0.7317276269980422f,0.1715769546877588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6832174369674723f,0.26803309826248234f,0.6792438384405209f,0.06953371568148228f,0.412881131880236f,0.9090251278754032f,0.05659052772683512f,2.336032719539225f,-0.6022815826180418f,0.31911060014816345f,-0.7317276269980422f,0.15609122595525393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.732605177892465f,0.04378882580906965f,0.6792438384405209f,0.09166508207358107f,0.11176907810265779f,0.9921215577496943f,0.05659052772683512f,2.340593139078609f,-0.6714144223244177f,0.11737697126175423f,-0.7317276269980422f,0.17698789603073428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7167355109238328f,0.15785441178928047f,0.6792438384405209f,0.16487365462467304f,0.26559502042251637f,0.9624223591014296f,0.05659052772683512f,2.434761779795076f,-0.6447863929298719f,0.2209642219462211f,-0.7317276269980422f,0.20952121036995408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7167355109238328f,0.15785441178928047f,0.6792438384405209f,0.129356411972085f,0.26559502042251637f,0.9624223591014296f,0.05659052772683512f,2.218216748997255f,-0.6447863929298719f,0.2209642219462211f,-0.7317276269980422f,0.15980426043205442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6915269346799593f,-0.539850244296109f,0.4799502186118584f,-0.16691474962066796f,-0.13207015607159703f,0.747719668419222f,0.6507478554204174f,2.2992304068594325f,-0.7101746070420731f,0.3866225694297736f,-0.5883663963213374f,0.0159253384102359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.767464274759191f,-0.4250251458711335f,0.4799502186118584f,-0.08279750902392176f,-0.013475026963276696f,0.7591743227441682f,0.6507478554204174f,2.308433018229662f,-0.6409500843409631f,0.4929583887745044f,-0.5883663963213374f,0.09472091191127482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.615842172583901f,-0.76223820419969f,0.19932721471382756f,-0.034791778483953484f,-0.13638303491091028f,0.3523122671921049f,0.9258918587904573f,2.3438758903388277f,-0.7759755706564674f,0.5430184034122515f,-0.3209251116693416f,0.07143305946999148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8212452701048292f,-0.5346259138920164f,0.19932721471382756f,-0.0634591644772135f,-0.020837496175002995f,0.37721355301567366f,0.9258918587904573f,2.34625378887359f,-0.570194708045947f,0.7562308295860584f,-0.3209251116693416f,0.06048809698162225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7275004592151023f,-0.6565148462268335f,0.19932721471382756f,-0.16427480381669782f,-0.0795901523911779f,0.36930972566113224f,0.9258918587904573f,2.4117260126985305f,-0.6814752302792554f,0.6577222690588f,-0.3209251116693416f,0.08938860395361015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7275004592151023f,-0.49029671577142403f,0.4799502186118584f,-0.053958042768127594f,-0.0795901523911779f,0.7551110092616029f,0.6507478554204174f,2.24182603561467f,-0.6814752302792554f,0.4352200526120999f,-0.5883663963213374f,-0.008535907884112189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7332578189608504f,0.030996433236165317f,0.6792438384405209f,0.0005871426171776915f,0.09443714646965859f,0.9939210922091685f,0.05659052772683512f,1.7188683785572998f,-0.6733606732646664f,0.10564129679424325f,-0.7317276269980422f,0.044359500010610245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9721013057940894f,0.013080643209556146f,0.23419638777455695f,-0.004318098586405863f,0.02799882046579965f,0.9977761443774331f,0.060488277904298754f,1.3447023244157623f,-0.23288434323919302f,0.0653579565510432f,-0.9703057354202962f,0.019850266303969043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9812041715191482f,-0.052348243924146f,0.1857364669403401f,0.09619501563152423f,-0.09081957112458316f,0.9745138114544674f,-0.20512102960260797f,0.8394926360419088f,-0.17026502663250814f,-0.21813411618209871f,-0.960951262064464f,0.35022023905229177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9735849297441012f,0.004629157178813473f,0.22827824136125513f,0.10155879832474139f,-0.13887977442031557f,0.7815728001247457f,-0.6081581754462622f,1.1007542587809862f,-0.18123132409198986f,-0.6237968651804674f,-0.7602846033946012f,0.12119772633170171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.964890442261808f,0.09356007542422602f,0.2454240141437383f,-0.21667765245578813f,0.11632371576783859f,0.9899901064814953f,0.07992735588470871f,1.0195609014051747f,-0.2354893364502431f,0.10566977503227172f,-0.9661152472986095f,0.32147676215471155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.964890442261808f,0.2548125641995767f,-0.0636945174865884f,-0.13020083251073117f,0.11632371576783859f,0.1971502270335459f,-0.9734477803819702f,1.107262364736215f,-0.2354893364502431f,-0.9466796422796142f,-0.21986911404643966f,0.010469486609935175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9402779081427488f,0.29458720559913254f,0.17057500917775353f,-0.00910141142513086f,0.13934753470824554f,0.7902791401994208f,-0.5966918343134909f,1.2805007319080308f,-0.31057965166673523f,-0.5372869427623926f,-0.7841320176523918f,0.012435981556698129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9843269700506749f,-0.044772561629496804f,0.17057500917775353f,-0.00910141142513086f,-0.13934753470824554f,0.7902791401994208f,-0.5966918343134909f,1.2805007319080308f,-0.10808644966688506f,-0.6111090723355342f,-0.7841320176523918f,0.012435981556698129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9771475053413626f,0.12683421876276546f,0.17057500917775353f,-0.00910141142513086f,0f,0.8024704697766776f,-0.5966918343134909f,1.2805007319080308f,-0.21256235039430604f,-0.5830559373569894f,-0.7841320176523918f,0.012435981556698129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9593208070904593f,0.1865895590041651f,0.2118677076714168f,-0.011412675291228672f,0.17308070443973106f,0.9815894524156731f,-0.08077881316871027f,1.274527741981375f,-0.2230395902837794f,-0.04082258415301674f,-0.9739542380364253f,0.023060843940622952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9652840711029644f,-0.15277020822446427f,0.2118677076714168f,-0.011412675291228672f,-0.17308070443973106f,0.9815894524156731f,-0.08077881316871027f,1.274527741981375f,-0.1956265110498409f,-0.11464471372615825f,-0.9739542380364253f,0.023060843940622952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9771475053413626f,0.017170534389203577f,0.2118677076714168f,-0.011412675291228672f,0f,0.9967320519292306f,-0.08077881316871027f,1.274527741981375f,-0.21256235039430604f,-0.07893281577224126f,-0.9739542380364253f,0.023060843940622952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9322885140771686f,0.3130455254744491f,0.18121982645453305f,-0.20220932728924448f,0.2530373175528549f,0.9224355584945331f,-0.29169291446748347f,1.3463397928996017f,-0.2584767735125164f,-0.22608657502227986f,-0.9391882761987899f,-0.011345660593637476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9554155089291463f,-0.19083848796703806f,0.2253039653626075f,0.17643533103053352f,-0.2530373175528549f,0.9224355584945331f,-0.29169291446748347f,1.3463397928996017f,-0.15216215437261665f,-0.3356982453563522f,-0.9295984976544177f,0.07102225018415612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9771475053413626f,0.06262008901864724f,0.20312921320294736f,-0.017616688355832782f,0f,0.9556217873303522f,-0.29459633327579476f,1.1721788434649554f,-0.21256235039430604f,-0.28786407214315546f,-0.9337834455397078f,0.044229860376676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9771475053413626f,0.04467792322395923f,0.20781394558966862f,0f,0f,0.977661120156843f,-0.2101873786259941f,1.390625f,-0.21256235039430604f,-0.20538407267863057f,-0.9553191246305014f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4947378854602392f,-0.6410478492649041f,-0.5867640749425377f,0.8324797566573795f,0.15378050089216802f,0.5999516694260465f,-0.7851175401799743f,0.6488445689306664f,0.8553279968735298f,-0.4786602650165778f,-0.19823816095437874f,-0.4835409688240159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6963620115387658f,-0.6410478492649041f,-0.3227035851033029f,0.7752913555324638f,-0.19243254464002604f,0.5999516694260465f,-0.7765485883808326f,0.6469887644026671f,0.6914113570437269f,-0.4786602650165778f,-0.5411420202176238f,-0.40927721409582035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6100096119991014f,-0.6410478492649041f,-0.4657745465582534f,0.8737517380786597f,-0.019795248298659585f,0.5999516694260465f,-0.7997913118418416f,0.767885363442943f,0.7921467171007528f,-0.4786602650165778f,-0.3786659864323163f,-0.38960919349507067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9477270849952337f,0.3121322603616578f,0.06623310658544873f,-0.7955138211451743f,-0.22887116322576687f,0.8096138177411888f,-0.5405029664731005f,0.6429263659132429f,-0.2223316509409344f,0.49709045269856017f,0.8387310169689799f,0.644336516877996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8309411167418965f,0.3121322603616578f,0.4605543535232864f,-0.8809131993546417f,0.020998706696904623f,0.8096138177411888f,-0.5865871805960259f,0.6529069674200905f,-0.5559639510119225f,0.49709045269856017f,0.6661870360575575f,0.6817049031824362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9109267009009847f,0.3121322603616578f,0.26978880189357457f,-0.8786818305339442f,-0.10645974940637348f,0.8096138177411888f,-0.5772276742143168f,0.7345008177988143f,-0.3985961205806955f,0.49709045269856017f,0.7707283662185793f,0.5474114550974292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015267929770958793f,0f,0.000003321286724911032f,-0.1531891780158867f,0f,0.000015625f,0f,1.5567475f,-0.000003321286724911032f,0f,-0.000015267929770958793f,0.6702547411582158f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92.mcfunction new file mode 100644 index 000000000..f51e7a326 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..f8629446c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8048934380794237f,-0.13536736427969284f,-0.02768888710472264f,0.1953379565865814f,-0.1367594904883051f,0.803841316785357f,0.04561166116912384f,1.4827186106804275f,0.019693642184937184f,0.049590912082726465f,-0.8149216811085218f,-0.2349333461624229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7791942082158256f,0.1792224453985607f,-0.02712380777605483f,0.1953379565865814f,0.17756812412618136f,0.7787638836181012f,0.044680810941182536f,1.4827186106804275f,0.036413557601826116f,0.037498381797253184f,-0.7982906263920214f,-0.2349333461624229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.35071301543934724f,0.0683972325564891f,0.734347767630908f,0.12486669384029157f,0.18458829746016417f,0.7954078076611211f,0.014072114159974449f,1.485635309884289f,-0.7140532092825033f,0.1720252380750771f,-0.35704310135194456f,-0.27727682334216314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3430443080509894f,-0.06957184387012429f,0.7193610784955834f,0.12486669384029157f,-0.13112036571545946f,0.7890611037494869f,0.013784928156709664f,1.485635309884289f,-0.7107236118270323f,-0.11199255819094642f,-0.34975650744680287f,-0.27727682334216314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.44968832611332044f,-0.8151220533712135f,1.2548954926468168f,-0.47318539011061544f,0.6899052540950362f,-1.2756966255422835f,-0.5814078688426014f,2.281828508520548f,1.3278619656159538f,0.3867562639284964f,0.727054635211555f,-0.5069666468952688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8031331152939627f,0.5158739447118167f,-0.29807930536299254f,-0.5261380886226672f,0.3721010360592652f,0.04357025074303134f,-0.927169052661817f,1.7942914676875665f,-0.46531496653539506f,-0.855555788021833f,-0.22694994051663697f,-0.2721364016496037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8031331152939627f,0.5158739447118167f,-0.29807930536299254f,-0.26261003516683573f,0.3721010360592652f,0.04357025074303134f,-0.927169052661817f,1.6721958152306202f,-0.46531496653539506f,-0.855555788021833f,-0.22694994051663697f,-0.11945492825517719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8053526097935302f,0.35617058916302213f,0.47386673792746375f,0.3509962617133612f,0.5552963757029649f,-0.17347132686185351f,-0.813359473964581f,1.546420542879689f,-0.20749243125931538f,0.9181776571949753f,-0.33748582310675623f,0.5082766656185849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09241850969918697f,0.8757334832875614f,0.47386673792746375f,0.26455555513211293f,0.3351953294243465f,0.4754897025637508f,-0.813359473964581f,1.6256165916580252f,-0.9376048795719256f,0.08366844688931524f,-0.33748582310675623f,0.19603767656662574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4321474305437642f,-0.5285990679415032f,0.7306378197477847f,-0.18566962674312049f,-0.8846497813923997f,0.4057589643477877f,-0.22968331923278704f,1.3703901473104214f,-0.17505245658602483f,-0.7456156437621094f,-0.6429727437616725f,0.1980447271855425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7267212088499181f,-0.3364287218582426f,0.5989090078772759f,-0.245006830792308f,-0.5065491871639981f,0.8513509463784021f,-0.13641659387366337f,1.5291658460446613f,-0.46398729033369723f,-0.4025137031324876f,-0.7891124845035499f,0.11764145482005393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4321474305437642f,-0.5285990679415032f,0.7306378197477847f,0.08202662706268064f,-0.8846497813923997f,0.4057589643477877f,-0.22968331923278704f,1.3593106033952926f,-0.17505245658602483f,-0.7456156437621094f,-0.6429727437616725f,0.35889313222884034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7267212088499181f,-0.3364287218582426f,0.5989090078772759f,0.02268942301349313f,-0.5065491871639981f,0.8513509463784021f,-0.13641659387366337f,1.5180863021295325f,-0.46398729033369723f,-0.4025137031324876f,-0.7891124845035499f,0.2784898598633518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5265442036004074f,0.01850613828035036f,0.849946306834003f,0.13900501113666164f,0.09530614429940473f,0.9947458019191738f,0.037383531440471233f,2.1974287708014346f,-0.8447886957775852f,0.10068918715596137f,-0.5255413847417523f,0.3483234961766321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5265442036004074f,0.01850613828035036f,0.849946306834003f,0.23611961775232085f,0.09530614429940473f,0.9947458019191738f,0.037383531440471233f,2.0730162712228544f,-0.8447886957775852f,0.10068918715596137f,-0.5255413847417523f,0.3181474190542571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5265442036004074f,0.01850613828035036f,0.849946306834003f,-0.17033970847857777f,0.09530614429940473f,0.9947458019191738f,0.037383531440471233f,2.253421130577335f,-0.8447886957775852f,0.10068918715596137f,-0.5255413847417523f,-0.1479898625926992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5265442036004074f,0.01850613828035036f,0.849946306834003f,-0.11271591713294907f,0.09530614429940473f,0.9947458019191738f,0.037383531440471233f,2.13615659182121f,-0.8447886957775852f,0.10068918715596137f,-0.5255413847417523f,-0.24152509189839305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5064265503958615f,0.14533899873532452f,0.849946306834003f,0.11219797315313022f,0.3331259345416539f,0.9421409572419558f,0.037383531440471233f,2.306529727695885f,-0.7953359420961039f,0.3020711706433176f,-0.5255413847417523f,0.27110604944985645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5229276277104518f,0.06432706799130537f,0.849946306834003f,0.05261279658316917f,0.18164128485801428f,0.9826540160260725f,0.037383531440471233f,2.337354661901358f,-0.832798378848235f,0.17393422064525704f,-0.5255413847417523f,0.1769329599319118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.49183231609227135f,0.18892392211297887f,0.849946306834003f,0.040654560153496666f,0.41397128468866584f,0.9095219882060327f,0.037383531440471233f,2.3371671334622f,-0.7659822114778694f,0.3702397934085344f,-0.5255413847417523f,0.15757983254700159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5261410317209718f,0.027692783154283848f,0.849946306834003f,0.05651898212500904f,0.1126523367488772f,0.9929309757490984f,0.037383531440471233f,2.3417077219899047f,-0.8429027617493068f,0.11541744737739154f,-0.5255413847417523f,0.18355999413872126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5153312568212848f,0.10965842987310094f,0.849946306834003f,0.12003505273322303f,0.2665940255608478f,0.9630836397282954f,0.037383531440471233f,2.435300082329598f,-0.8144699633984402f,0.24585550969108844f,-0.5255413847417523f,0.23347816109011627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5153312568212848f,0.10965842987310094f,0.849946306834003f,0.09536190601177535f,0.2665940255608478f,0.9630836397282954f,0.037383531440471233f,2.2186062633907317f,-0.8144699633984402f,0.24585550969108844f,-0.5255413847417523f,0.17816067140962144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.4803429131663964f,-0.610488846980569f,0.629741259155818f,-0.1506929426873069f,-0.132228229849066f,0.7601955739921187f,0.6360962069638332f,2.301700892195614f,-0.8670561579285404f,0.2222747331460073f,-0.44587841616641344f,-0.03999810620278655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5699305910123852f,-0.5278305295690259f,0.629741259155818f,-0.09036463101761275f,-0.011679492976048117f,0.7715213574036993f,0.6360962069638332f,2.3108211107561942f,-0.82160982885558f,0.35517562856259616f,-0.44587841616641344f,0.05821827252037495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.38999120282583216f,-0.8730084332534082f,0.2928534397730207f,-0.03731238674866305f,-0.13846601797747937f,0.3700188803072721f,0.9186474786780906f,2.345286067515839f,-0.9103482979518998f,0.3177141855262092f,-0.26518610961265826f,0.048183455485012024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6406781168532427f,-0.7097664498963673f,0.2928534397730207f,-0.06200249325835301f,-0.017346886428387f,0.3946972199669357f,0.9186474786780906f,2.3479066883656774f,-0.7676135981837626f,0.5834772413315539f,-0.26518610961265826f,0.029995640555737252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5217583711973549f,-0.8012521855811645f,0.2928534397730207f,-0.16576045216825785f,-0.07887756592933978f,0.3871241913281184f,0.9186474786780906f,2.4151354984011784f,-0.8494389511192346f,0.4562124456763075f,-0.26518610961265826f,0.030462111681349893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5217583711973549f,-0.5754946990219181f,0.629741259155818f,-0.036274144888326504f,-0.07887756592933978f,0.7675675508248684f,0.6360962069638332f,2.242432799465583f,-0.8494389511192346f,0.28221606318277703f,-0.44587841616641344f,-0.033036502534774845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5265442036004074f,0.01850613828035036f,0.849946306834003f,-0.0065013373955177325f,0.09530614429940473f,0.9947458019191738f,0.037383531440471233f,1.719544072587066f,-0.8447886957775852f,0.10068918715596137f,-0.5255413847417523f,0.037382044293172836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8566280121785637f,0.007907080274807535f,0.5158739447118165f,-0.009466492498570558f,0.035454540528412105f,0.9984210578739356f,0.043570250743031336f,1.3451361758843403f,-0.5147148961385533f,0.055613570964461484f,-0.8555557880218327f,0.016526955181499783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8848379471580353f,0.0013061934829438904f,0.46589709285177866f,-0.005091556725817653f,-0.09162503235361644f,0.979979443709322f,-0.1767629580918092f,0.8287349672566324f,-0.4568004605025616f,-0.1990944091775384f,-0.8670033192086952f,0.3509475692609806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8726455210475982f,0.1732772324310729f,0.45657945126406374f,0.06251877575485415f,-0.14213880344935745f,0.8043375869680399f,-0.5769207976355297f,1.0993226482605263f,-0.4672112532351404f,-0.5683450069380911f,-0.6772721741951242f,0.14234629446938962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8497240980686186f,0.04119923298774749f,0.525615430103316f,-0.3007618037744721f,0.1181048316379136f,0.9864808188452863f,0.113608286643685f,1.0166982812446375f,-0.5138289656152646f,0.15861342078006802f,-0.8431023525309321f,0.23671885889652136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8497240980686186f,0.5272248711002039f,0.001700721860269705f,-0.12517466253804874f,0.1181048316379136f,0.19349043446090586f,-0.9739675048562504f,1.1067214292269032f,-0.5138289656152646f,-0.82740279614315f,-0.22668128954380867f,-0.03295931371814051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8041045744604212f,0.43677377314774746f,0.40329208326237326f,-0.011595997051477352f,0.14089882530789322f,0.7990769463741465f,-0.5844857182174987f,1.2803002644878667f,-0.5775494388869932f,-0.413164258937834f,-0.7040823394871298f,0.007670028458873079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9049965634535364f,0.1354131297739775f,0.40329208326237326f,-0.011595997051477352f,-0.14089882530789322f,0.7990769463741465f,-0.5844857182174987f,1.2803002644878667f,-0.4014084468021878f,-0.5857809471621498f,-0.7040823394871298f,0.007670028458873079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8677333889210207f,0.2905069040996024f,0.40329208326237326f,-0.011595997051477352f,0f,0.8114039962927068f,-0.5844857182174987f,1.2803002644878667f,-0.49702994452209875f,-0.5071777730448069f,-0.7040823394871298f,0.007670028458873079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8488806810869785f,0.18283585368328878f,0.495956288280742f,-0.016954852857238835f,0.17327307260171823f,0.9826804264754241f,-0.06569339185365772f,1.2741634918796305f,-0.4993776442618022f,0.030170018726900977f,-0.8658589598667622f,0.017025718514013712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8602204568269791f,-0.11852478969048116f,0.495956288280742f,-0.016954852857238835f,-0.17327307260171823f,0.9826804264754241f,-0.06569339185365772f,1.2741634918796305f,-0.47958024142737876f,-0.14244666949741489f,-0.8658589598667622f,0.017025718514013712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8677333889210207f,0.03265158290849199f,0.495956288280742f,-0.016954852857238835f,0f,0.9978398560223789f,-0.06569339185365772f,1.2741634918796305f,-0.49702994452209875f,-0.05700434954289098f,-0.8658589598667622f,0.017025718514013712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.813032812529299f,0.3596572398165949f,0.45784748071623815f,-0.18906505423851755f,0.25383121114032475f,0.9266780656220843f,-0.27719574121177976f,1.3458624170545803f,-0.5239726729532119f,-0.10915325255080786f,-0.8447119067799661f,-0.0723134293118561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8632993688550018f,-0.08780537991752572f,0.4969953872945851f,0.14718163396837797f,-0.25383121114032475f,0.9266780656220843f,-0.27719574121177976f,1.3458624170545803f,-0.4362154467526242f,-0.36545584952556315f,-0.8222883351124213f,0.12028567419045717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8677333889210207f,0.13922219758536444f,0.4771330479553291f,-0.028476630814590106f,0f,0.9599684148086876f,-0.28010826937042704f,1.171493478141936f,-0.49702994452209875f,-0.24305929784560276f,-0.8329966458390827f,0.033997193827113054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8677333889210207f,0.09710752990722075f,0.48745142669496705f,0f,0f,0.9807284894346927f,-0.1953756126315307f,1.390625f,-0.49702994452209875f,-0.1695339424612787f,-0.8510108557485594f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.671490956318729f,-0.5181593124267189f,-0.5297271208156408f,0.9560707625974654f,0.1574297300296941f,0.5987937359195807f,-0.7852782576426327f,0.6403458633062178f,0.7240965237348791f,-0.6107020458201703f,-0.3205108977025936f,-0.14589580270597985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8324498376323628f,-0.5181593124267189f,-0.19631147386569833f,0.8838618995043716f,-0.18919314199070528f,0.5987937359195807f,-0.7782364787435476f,0.6388208033604492f,0.5208005595710681f,-0.6107020458201703f,-0.5964979366112855f,-0.08612443177503465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7702278729930009f,-0.5181593124267189f,-0.37183322956689546f,0.9757413154859528f,-0.016267306088198097f,0.5987937359195807f,-0.8007380574046074f,0.7596940419440246f,0.6375612899300823f,-0.6107020458201703f,-0.46963668171656714f,-0.04556461498302217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.972639971373468f,0.16124234798596798f,-0.16724948819829394f,-0.9625499891223503f,-0.2273943921549888f,0.8081886979574344f,-0.5432520767657772f,0.6346885067394527f,0.04757390569505929f,0.5664202801011267f,0.8227422377555921f,0.3151557140614467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.952193868018263f,0.16124234798596798f,0.25947590046937064f,-1.0549672330355515f,0.02349894003124571f,0.8081886979574344f,-0.5884546102387801f,0.6444781599272141f,-0.30458929318974204f,0.5664202801011267f,0.7657632981309138f,0.32749582013680967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9857839350741472f,0.16124234798596798f,0.04723281238399407f,-1.01584353293655f,-0.10442296733612241f,0.8081886979574344f,-0.5795919878557552f,0.7265221315116966f,-0.13162779813720454f,0.5664202801011267f,0.8135368393918697f,0.1992952411903477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001355833420189095f,0f,0.000007766092883157793f,-0.3479709525934804f,0f,0.000015625f,0f,1.5567475f,-0.000007766092883157793f,0f,-0.00001355833420189095f,0.5929793912586135f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93.mcfunction new file mode 100644 index 000000000..3c6529164 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..e895151cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7733991551321848f,-0.12914836844525773f,0.2282956202234173f,0.2596727960382127f,-0.12372566022257309f,0.8063900473413497f,0.0370337278132875f,1.4774642317042697f,-0.2312793814583462f,0.0004846866907686336f,-0.7832330797632981f,-0.17019932334349305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7483597624252699f,0.17304441698982362f,0.22363652593314348f,0.2596727960382127f,0.19031951609686903f,0.7761845096670286f,0.036277937449751024f,1.4774642317042697f,-0.20913189086183656f,0.08713918006044402f,-0.7672487311967002f,-0.17019932334349305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1351858111734746f,0.031059675380521574f,0.804800930334372f,0.20612731006949087f,0.18226106404378367f,0.7960686763210049f,-0.00010751090831422703f,1.4809138888747226f,-0.784506306816868f,0.17959511015120713f,-0.138707950092193f,-0.2300624515437358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.13398996951367081f,-0.02256780916546832f,0.7883764215520379f,0.20612731006949087f,-0.133474311976237f,0.7887867880174212f,-0.00010531680814454894f,1.4809138888747226f,-0.7773231606688403f,-0.1315526398010733f,-0.1358771756005156f,-0.2300624515437358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2275315555448552f,0.0024870696520198888f,0.966729716428627f,-0.5575753033730521f,-0.4924436473852897f,-1.3461917792825997f,-0.6218305215585833f,2.321868697755705f,0.8319085191843512f,-0.7932009568050794f,1.0583792835425334f,-0.34744051027659417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6187070185143215f,0.7458398822483407f,-0.24682887855536706f,-0.41203610451113454f,0.39797153379749345f,0.026658733158495426f,-0.917010343580297f,1.8070193811750368f,-0.6773627414672212f,-0.6655916030075538f,-0.31331698721557566f,-0.4165120625407126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6187070185143215f,0.7458398822483407f,-0.24682887855536706f,-0.20902286406112278f,0.39797153379749345f,0.026658733158495426f,-0.917010343580297f,1.6764349716477343f,-0.6773627414672212f,-0.6655916030075538f,-0.31331698721557566f,-0.19425241299678064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8135378736890585f,0.10499361449407346f,0.5719549536361713f,0.2084326617187099f,0.5803740957496124f,-0.2080979020512128f,-0.7873126266894894f,1.5354068897185404f,0.03635982750653327f,0.9724564792716196f,-0.23023109882537876f,0.5841180019320064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1374495621005486f,0.808687299819536f,0.5719549536361713f,0.20079681284205686f,0.36868997718873575f,0.49417256963116224f,-0.7873126266894894f,1.623801208986083f,-0.919334171343009f,0.3190898345838075f,-0.23023109882537876f,0.26286980542631283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3768205593472541f,-0.2780933959298083f,0.8835555043082746f,-0.23442664787642764f,-0.879832966264122f,0.40573762030474386f,-0.2475296647764052f,1.3754424197390611f,-0.2896553426541596f,-0.870655526950625f,-0.3975660144708436f,0.13346450574707464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5664361203604883f,-0.18780363431622873f,0.8024212836712238f,-0.2646246962877754f,-0.5004225191628429f,0.8520030299641509f,-0.15384452946601668f,1.5342314595481767f,-0.6547728032422181f,-0.48869277861405136f,-0.5765864586207391f,0.038230944390560406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3768205593472541f,-0.2780933959298083f,0.8835555043082746f,-0.026280297464594808f,-0.879832966264122f,0.40573762030474386f,-0.2475296647764052f,1.3620326329529027f,-0.2896553426541596f,-0.870655526950625f,-0.3975660144708436f,0.3661693067903368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5664361203604883f,-0.18780363431622873f,0.8024212836712238f,-0.05647834587594257f,-0.5004225191628429f,0.8520030299641509f,-0.15384452946601668f,1.5208216727620183f,-0.6547728032422181f,-0.48869277861405136f,-0.5765864586207391f,0.2709357454338226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.2872169231552835f,0.01053745691914584f,0.9578076012722434f,0.059034998157398676f,0.09747595081820265f,0.9950699395915539f,0.018282623809204437f,2.1979491609812793f,-0.9528928995775439f,0.09861428559259905f,-0.28682807500619956f,0.3672136125127394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.2872169231552835f,0.01053745691914584f,0.9578076012722434f,0.15828291328010138f,0.09747595081820265f,0.9950699395915539f,0.018282623809204437f,2.0716240663587655f,-0.9528928995775439f,0.09861428559259905f,-0.28682807500619956f,0.3637301785159912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.2872169231552835f,0.01053745691914584f,0.9578076012722434f,-0.1097049441963304f,0.09747595081820265f,0.9950699395915539f,0.018282623809204437f,2.2552162820869732f,-0.9528928995775439f,0.09861428559259905f,-0.28682807500619956f,-0.1926109659890676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.2872169231552835f,0.01053745691914584f,0.9578076012722434f,-0.03199829831027396f,0.09747595081820265f,0.9950699395915539f,0.018282623809204437f,2.1362018837758248f,-0.9528928995775439f,0.09861428559259905f,-0.28682807500619956f,-0.2675613674541316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.27613611149903333f,0.07970851191249492f,0.9578076012722434f,0.05526706098478566f,0.3353097045338268f,0.9419305429340792f,0.018282623809204437f,2.306859512870957f,-0.9007309531550645f,0.3262106764295226f,-0.28682807500619956f,0.28530813003160455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.28520557616505815f,0.035529962981519045f,0.9578076012722434f,0.022773702317441573f,0.1838310850675145f,0.9827878091579849f,0.018282623809204437f,2.337938027524367f,-0.9406720531020666f,0.18128911688510285f,-0.28682807500619956f,0.17878372815835705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.268138275667964f,0.10347204485715858f,0.9578076012722434f,0.01624973473355807f,0.41612840596143263f,0.9091220464924654f,0.018282623809204437f,2.337798833574892f,-0.8688722661437687f,0.40347322155804816f,-0.28682807500619956f,0.15698931151076428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.2869892746457523f,0.015548478491989759f,0.9578076012722434f,0.024906675486819088f,0.11482746977803263f,0.9932171957084848f,0.018282623809204437f,2.3422770207513293f,-0.9510267127808134f,0.11522954033388316f,-0.28682807500619956f,0.18618295536361895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.28102364252838136f,0.060252064572024706f,0.9578076012722434f,0.07504031527411037f,0.26878715375921847f,0.9630260700732196f,0.018282623809204437f,2.435159951399413f,-0.9212921243091675f,0.2625842285327494f,-0.28682807500619956f,0.25056481528666996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.28102364252838136f,0.060252064572024706f,0.9578076012722434f,0.06148360074540483f,0.26878715375921847f,0.9630260700732196f,0.018282623809204437f,2.218479085632939f,-0.9212921243091675f,0.2625842285327494f,-0.28682807500619956f,0.19148336386680145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.2411305979892902f,-0.632773484236448f,0.7358354111896172f,-0.11786464824595366f,-0.13100238012133714f,0.7724911030045173f,0.6213661337580358f,2.3040354595614416f,-0.9616103218642525f,0.05343419715996585f,-0.2691660741215317f,-0.08338982620059943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.33714946169292703f,-0.5872618565168153f,0.7358354111896172f,-0.0849481459718822f,-0.008545290989207394f,0.7834737429043177f,0.6213661337580358f,2.3129151137921884f,-0.9414123530536865f,0.20320532980195868f,-0.2691660741215317f,0.027094544837948063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.14277126042167704f,-0.9184021793623144f,0.3689902493835803f,-0.030467916516464563f,-0.13916517462114003f,0.38773304087033733f,0.9112058731099736f,2.3463694507381305f,-0.9799231711569397f,0.07874341851858171f,-0.18316673461557967f,0.031067372211756532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.41958541865765203f,-0.8293336314835701f,0.3689902493835803f,-0.049534143020659796f,-0.012537847255177856f,0.41176043908575877f,0.9112058731099736f,2.3492686552613553f,-0.9076292628799979f,0.37770235436673827f,-0.18316673461557967f,0.007081141890523675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.28468326291088825f,-0.8847607787861378f,0.3689902493835803f,-0.14856325345440288f,-0.07679700956321317f,0.4047296333752185f,0.9112058731099736f,2.4182912872957383f,-0.9555405062793295f,0.23106771342986887f,-0.18316673461557967f,-0.019653780682726302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.28468326291088825f,-0.6144116596043869f,0.7358354111896172f,-0.010320630043416051f,-0.07679700956321317f,0.7797476175922173f,0.6213661337580358f,2.24284807333749f,-0.9555405062793295f,0.12038257931048116f,-0.2691660741215317f,-0.04673986102758452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.2872169231552835f,0.01053745691914584f,0.9578076012722434f,-0.009750448859825461f,0.09747595081820265f,0.9950699395915539f,0.018282623809204437f,1.720118903450505f,-0.9528928995775439f,0.09861428559259905f,-0.28682807500619956f,0.03079530739734517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6660683213178652f,0.008709844119282162f,0.7458398822483406f,-0.013016640404556272f,0.042911317715706984f,0.9987231502064452f,0.026658733158495207f,1.3455977221230881f,-0.744655363338439f,0.04976150979554381f,-0.6655916030075539f,0.012134741224016244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7110089054701595f,0.038895743933949234f,0.7021064431024331f,-0.096531573589421f,-0.09255959432300068f,0.9846045237067456f,-0.148278971519815f,0.8184534922655564f,-0.6970646009093325f,-0.1704143567896708f,-0.6964624104422834f,0.32457588951770844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6939208593217822f,0.3074006545062008f,0.6511364516038697f,0.020848411725927003f,-0.14538111990481156f,0.8258551658673677f,-0.544818846026278f,1.0979576868926404f,-0.705222072097394f,-0.47272410835427225f,-0.5283878749624333f,0.15145729618286793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6607195128424298f,-0.03173391216270439f,0.7499617884719939f,-0.35341334388517387f,0.11986720934006248f,0.9818244131649679f,0.14714847548748752f,1.0138911696104542f,-0.7410003896586612f,0.18711969573541912f,-0.644906692470776f,0.13362145929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6607195128424298f,0.7478637772200524f,0.0644165822705447f,-0.10668113542762281f,0.11986720934006248f,0.18983500214684232f,-0.974471407525605f,1.1062454500500474f,-0.7410003896586612f,-0.6361308377071998f,-0.21507203408078912f,-0.0714398832175391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5988632985842267f,0.5305484245210876f,0.599900924192496f,-0.012124166298591806f,0.14241787865559496f,0.8076919260079969f,-0.5721458734455162f,1.2801250390545453f,-0.7880862246277747f,-0.2572005480159092f,-0.5592566321933576f,0.0027580740775132824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7442056707350161f,0.2937291282777956f,0.599900924192496f,-0.012124166298591806f,-0.14241787865559496f,0.8076919260079969f,-0.5721458734455162f,1.2801250390545453f,-0.6525910415299039f,-0.5112308205328182f,-0.5592566321933576f,0.0027580740775132824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6818939865223592f,0.4184966813460217f,0.599900924192496f,-0.012124166298591806f,0f,0.8201518758737721f,-0.5721458734455162f,1.2801250390545453f,-0.7314510175976546f,-0.39014283051608023f,-0.5592566321933576f,0.0027580740775132824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6651084154820619f,0.15485369741994526f,0.7305142901068485f,-0.01994169577387871f,0.173425796375722f,0.9835465660383551f,-0.05059294007671322f,1.2738258878409106f,-0.7263293253107624f,0.09304023231662378f,-0.6810207238873727f,0.010045952842338076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6779605538371809f,-0.08196559882334681f,0.7305142901068485f,-0.01994169577387871f,-0.173425796375722f,0.9835465660383551f,-0.05059294007671322f,1.2738258878409106f,-0.7143479408469161f,-0.16099004020028523f,-0.6810207238873727f,0.010045952842338076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6818939865223592f,0.03700625750236905f,0.7305142901068485f,-0.01994169577387871f,0f,0.9987193571841861f,-0.05059294007671322f,1.2738258878409106f,-0.7314510175976546f,-0.03449902159879681f,-0.6810207238873727f,0.010045952842338076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6244843094881896f,0.36557479169558754f,0.69019882561461f,-0.1587184694053325f,0.2545670288660024f,0.9307085514342773f,-0.26263514635601454f,1.3453952827616869f,-0.7383867381104532f,0.01169033634404995f,-0.6742761756274412f,-0.1254640816057359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6928337152581237f,0.0139436645706527f,0.7209625629808848f,0.10551545037208175f,-0.2545670288660024f,0.9307085514342773f,-0.26263514635601454f,1.3453952827616869f,-0.6746681190155357f,-0.36549578178886055f,-0.6412766662514616f,0.15797318771335528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6818939865223592f,0.1942412923650086f,0.7051885644882621f,-0.03483018815405196f,0f,0.9640954042341101f,-0.2655561174868087f,1.170858249490134f,-0.7314510175976546f,-0.18108111959847997f,-0.6574108585810828f,0.021789560022811082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6818939865223592f,0.13204091248938085f,0.719434353206473f,0f,0f,0.9835714708133859f,-0.18051914525055987f,1.390625f,-0.7314510175976546f,-0.12309491959851308f,-0.6706914712626f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.811471615689694f,-0.37258584019561447f,-0.45021506928987276f,0.9529519292693232f,0.161147322929268f,0.5978659478554196f,-0.7852310798151526f,0.6318419198671943f,0.5617342407604214f,-0.7097436861858429f,-0.4251100359632124f,0.2099957586955902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9257121542515361f,-0.37258584019561447f,-0.0650906994639612f,0.8695443473247707f,-0.1858039203853469f,0.5978659478554196f,-0.7797648437602044f,0.6306580801328054f,0.3294448521989913f,-0.7097436861858429f,-0.6226796843312906f,0.2527840315942017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8896808740752257f,-0.37258584019561447f,-0.26390857127132095f,0.9508344239877451f,-0.012627623833480428f,0.5978659478554196f,-0.8014966322519768f,0.7514744948377964f,0.4564082442518561f,-0.7097436861858429f,-0.5366147729034945f,0.31188211108042013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9239467321695761f,-0.000227494679960083f,-0.38252109008436597f,-1.004546457969662f,-0.22583769257012834f,0.8067915904615905f,-0.5459713052670968f,0.6264540022353076f,0.30873900422162603f,0.5908360837039557f,0.7453810766752875f,-0.04354140137315507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9990405163429651f,-0.000227494679960083f,0.04379491924129711f,-1.0968750413261972f,0.026058984609584918f,0.8067915904615905f,-0.5902611785316519f,0.6360459977646922f,-0.035199091270920135f,0.5908360837039557f,0.8060234153962733f,-0.056674901178598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9848382224697101f,-0.000227494679960083f,-0.173475138878376f,-1.0246894788161731f,-0.1023146189801028f,0.8067915904615905f,-0.5819098283268754f,0.7185364742490312f,0.14009066459139108f,0.5908360837039557f,0.7945359198222031f,-0.169288539249207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010654593539411864f,0f,0.000011428922149963355f,-0.5077941444461127f,0f,0.000015625f,0f,1.5567475f,-0.000011428922149963355f,0f,-0.000010654593539411864f,0.4635228680146109f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94.mcfunction new file mode 100644 index 000000000..be353d17f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..a48a0ad4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6680564572032623f,-0.1075091548240193f,0.4572600967310562f,0.3022041630214256f,-0.11095035677971217f,0.8086095571539891f,0.02801868758754353f,1.4721630871061524f,-0.4564373262167813f,-0.03920217025495966f,-0.6760714470585347f,-0.09001372790952052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6449100340416217f,0.1531382501453463f,0.44792825802225916f,0.3022041630214256f,0.20271351871474563f,0.7734040976347863f,0.02744687763677734f,1.4721630871061524f,-0.42778297923447206f,0.13562735013316118f,-0.6622740705879524f,-0.09001372790952052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.08655464700552694f,-0.004974696355345742f,0.8120517162855855f,0.26906841199344894f,0.18039044663418966f,0.7963653957698246f,-0.014348784893934291f,1.4761199957321047f,-0.791777761931535f,0.1808918275129834f,0.08550185316206241f,-0.16114083992346634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0801989884294369f,0.02794482539761113f,0.7954792322797573f,0.26906841199344894f,-0.13527849949134588f,0.7883540814718382f,-0.014055952549160124f,1.4761199957321047f,-0.7843901132920181f,-0.13310495467934821f,0.08375691738324481f,-0.16114083992346634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7823945644436422f,1.210657020476701f,0.602971453967367f,-0.7134270686191991f,-1.3161230199068068f,-0.5210230675797692f,-0.6616354052808501f,2.0928859588177424f,-0.3115849675456624f,-0.8391965156149327f,1.280652281526615f,-0.4655518927987292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38590173053911514f,0.9066254403337684f,-0.17061701353181818f,-0.2633934812906248f,0.42344665937974396f,0.009763937766764512f,-0.9058684188001156f,1.8195349949508177f,-0.8196174601770335f,-0.42182339486909354f,-0.3876754344990943f,-0.5158964677295665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.38590173053911514f,0.9066254403337684f,-0.17061701353181818f,-0.13676947595747763f,0.42344665937974396f,0.009763937766764512f,-0.9058684188001156f,1.6805915598418393f,-0.8196174601770335f,-0.42182339486909354f,-0.3876754344990943f,-0.2469594886089774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7497977732968487f,-0.14488364951329985f,0.6456098103830171f,0.05370093153357988f,0.6046554598532955f,-0.24619277527231256f,-0.7574832620416878f,1.5234795690251435f,0.2686914104110655f,0.958330759971433f,-0.09699010497926325f,0.6196090128298641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.3479223268831319f,0.679807345645391f,0.6456098103830171f,0.12252909090898076f,0.40481294756199043f,0.5121968227281938f,-0.7574832620416878f,1.6219145050350456f,-0.8456219793397051f,0.5248965494206561f,-0.09699010497926325f,0.308992981321063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2933016366615234f,-0.007293335953720864f,0.9559921323851664f,-0.2612939400667972f,-0.8747132665409754f,0.40559606377365987f,-0.26527068135873944f,1.3805059923296927f,-0.38581193769618943f,-0.9140233259069374f,-0.12534156704434596f,0.059495303121343435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3623690253431224f,-0.022924452854743205f,0.9317527348675646f,-0.2597688203841393f,-0.4941157089766865f,0.8523741637508229f,-0.17119565155853636f,1.5392561752107312f,-0.7902773915621919f,-0.522429664578301f,-0.3202013272212687f,-0.040461517282220916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2933016366615234f,-0.007293335953720864f,0.9559921323851664f,-0.12949582073062516f,-0.8747132665409754f,0.40559606377365987f,-0.26527068135873944f,1.3647673083069503f,-0.38581193769618943f,-0.9140233259069374f,-0.12534156704434596f,0.3424048285259866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3623690253431224f,-0.022924452854743205f,0.9317527348675646f,-0.12797070104796726f,-0.4941157089766865f,0.8523741637508229f,-0.17119565155853636f,1.5235174911879887f,-0.7902773915621919f,-0.522429664578301f,-0.3202013272212687f,0.24244800812242223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.034208913164800236f,0.004096589203370679f,0.9994063078733203f,-0.019945136791059803f,0.10093345530468113f,0.9948929837949967f,-0.0006232140452546667f,2.1977307665929877f,-0.994304876715558f,0.10085221243179096f,-0.03444769059417202f,0.37016433890108896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.034208913164800236f,0.004096589203370679f,0.9994063078733203f,0.07451996516532264f,0.10093345530468113f,0.9948929837949967f,-0.0006232140452546667f,2.069525712727945f,-0.994304876715558f,0.10085221243179096f,-0.03444769059417202f,0.39161477423074476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.034208913164800236f,0.004096589203370679f,0.9994063078733203f,-0.04004287327537995f,0.10093345530468113f,0.9948929837949967f,-0.0006232140452546667f,2.257029171584488f,-0.994304876715558f,0.10085221243179096f,-0.03444769059417202f,-0.21398977616930148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.034208913164800236f,0.004096589203370679f,0.9994063078733203f,0.05185656019364249f,0.10093345530468113f,0.9948929837949967f,-0.0006232140452546667f,2.1363941268672964f,-0.994304876715558f,0.10085221243179096f,-0.03444769059417202f,-0.26711220659331236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.032201707618779774f,0.01225078811557186f,0.9994063078733203f,-0.0007425097407204109f,0.3386216968788965f,0.9409223974415266f,-0.0006232140452546667f,2.306520107779048f,-0.9403714140855682f,0.33840059128706734f,-0.03444769059417202f,0.29028750547357807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.0337216966475031f,0.007062503680126063f,0.9994063078733203f,-0.004555572219811187f,0.1872600099916903f,0.9823101853600854f,-0.0006232140452546667f,2.337988769993058f,-0.9817313969885683f,0.18712781936313572f,-0.03444769059417202f,0.17909252142307744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.031011443861872132f,0.015010733913435726f,0.9994063078733203f,-0.005339304095054464f,0.41933992950651033f,0.9078290781450704f,-0.0006232140452546667f,2.337928229349198f,-0.9072994620692094f,0.41907164392458157f,-0.03444769059417202f,0.15635576210741925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.03413220764184684f,0.004692993129322561f,0.9994063078733203f,-0.004287119057958564f,0.11828135936534809f,0.9929799250895956f,-0.0006232140452546667f,2.3423018325577294f,-0.9923933254653516f,0.11818986498236189f,-0.03444769059417202f,0.18680293154272193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.032977837657001324f,0.009974668239419372f,0.9994063078733203f,0.02963267141328019f,0.2721614029319772f,0.9622514132794773f,-0.0006232140452546667f,2.4343457874917402f,-0.9616863485448706f,0.2719792705982604f,-0.03444769059417202f,0.26205585644098095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.032977837657001324f,0.009974668239419372f,0.9994063078733203f,0.027388371059410836f,0.2721614029319772f,0.9622514132794773f,-0.0006232140452546667f,2.2178392195038583f,-0.9616863485448706f,0.2719792705982604f,-0.03444769059417202f,0.20086052055637243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.008228548261717913f,-0.6108260610283239f,0.7917220561296286f,-0.07471059357165179f,-0.12840146365186558f,0.7845491165929059f,0.6066265307298631f,2.306225734044854f,-0.9916881340046187f,-0.10664992649745807f,-0.07197526000316762f,-0.11027382923877453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.08742700691147412f,-0.6045930071547091f,0.7917220561296286f,-0.0707330278785412f,-0.004090107212301061f,0.7949764293597906f,0.6066265307298631f,2.3147081348530683f,-0.9961625316611205f,0.049797313802889584f,-0.07197526000316762f,0.004970990482919685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.1078425685191513f,-0.9007952030685198f,0.42063996783940594f,-0.018416434179099758f,-0.13848036797988977f,0.40537192716130693f,0.9036021183871152f,2.347123937893767f,-0.9844760881297961f,-0.15569715089966282f,-0.08102610136481447f,0.022726585552189246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.1757966486754589f,-0.8900323341151943f,0.42063996783940594f,-0.030716140331625605f,-0.006435841810857726f,0.4283243999429676f,0.9036021183871152f,2.3503362040650044f,-0.984405464356361f,0.1561430518561613f,-0.08102610136481447f,-0.005303116544098485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.034400568156632005f,-0.9065752138496642f,0.42063996783940594f,-0.11839408287153805f,-0.0733613042872549f,0.4220442283453127f,0.9036021183871152f,2.4211814195634562f,-0.9967119543497878f,0.00022572958400512294f,-0.08102610136481447f,-0.05608872832731622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.034400568156632005f,-0.6099121139544402f,0.7917220561296286f,0.018836142768210773f,-0.0733613042872549f,0.7915948277041249f,0.6066265307298631f,2.2430725833300285f,-0.9967119543497878f,-0.03721346535466301f,-0.07197526000316762f,-0.04771569862251705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.034208913164800236f,0.004096589203370679f,0.9994063078733203f,-0.01021869217395793f,0.10093345530468113f,0.9948929837949967f,-0.0006232140452546667f,1.7205927226609217f,-0.994304876715558f,0.10085221243179096f,-0.03444769059417202f,0.02596214242670269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4217539818757504f,0.012405229201822188f,0.9066254403337684f,-0.01487065312464125f,0.05036378887277593f,0.9986832101771137f,0.009763937766764291f,1.346086518844504f,-0.9053104812948581f,0.04977907189557728f,-0.4218233948690936f,0.007294990465861212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4794828596649344f,0.06059573320860312f,0.8754566490720421f,-0.17189602642953225f,-0.09363357170730846f,0.9883855023889931f,-0.11969483245566565f,0.8086649210944001f,-0.8725416560467866f,-0.1393637534804848f,-0.4682401122062926f,0.2771986637662517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.45779979676384974f,0.399978709754116f,0.7940002379259156f,-0.019994715526199257f,-0.14860465423539762f,0.8460928010585962f,-0.5119019718035833f,1.0966596869766216f,-0.8765477755505148f,-0.3523407494744985f,-0.3279024145034508f,0.14903936087521827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41872554891837577f,-0.11443804756141392f,0.9008733806442146f,-0.3722213583290469f,0.12160979161341694f,0.9760264272045533f,0.18050892493740053f,1.0111397862513223f,-0.8999333160111065f,0.18513872276929633f,-0.3947704143734778f,0.023121319252797118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41872554891837577f,0.9001923652183373f,0.11967715022350864f,-0.07750912094225466f,0.12160979161341694f,0.18618412970803583f,-0.9749597573380159f,1.1058345361083346f,-0.8999333160111065f,-0.39368664626511857f,-0.18743225785807832f,-0.10120759777372895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3464785220689037f,0.5713159628364544f,0.7440098818921717f,-0.010901293072946877f,0.1439043471962496f,0.8161221080180451f,-0.5596751233190586f,1.2799750956991491f,-0.9269542451507351f,-0.08684915320506711f,-0.3649836324886273f,-0.0016137650232488383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5209848779425229f,0.41835876063734007f,0.7440098818921717f,-0.010901293072946877f,-0.1439043471962496f,0.8161221080180451f,-0.5596751233190586f,1.2799750956991491f,-0.8413479041474077f,-0.39864853217109786f,-0.3649836324886273f,-0.0016137650232488383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.44042271060424587f,0.5024710256629783f,0.7440098818921717f,-0.010901293072946877f,0f,0.8287121070298156f,-0.5596751233190586f,1.2799750956991491f,-0.897790530126047f,-0.24649363486994533f,-0.3649836324886273f,-0.0016137650232488383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.42820023672097873f,0.10784908826215514f,0.8972252400780527f,-0.02040997162511842f,0.17353884081897575f,0.9841876729341889f,-0.035480912778451695f,1.2735150071080628f,-0.8868646052241028f,0.14051049286586312f,-0.44014540028868676f,0.003050839738870771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4392631632904479f,-0.04510811393695912f,0.8972252400780527f,-0.02040997162511842f,-0.17353884081897575f,0.9841876729341889f,-0.035480912778451695f,1.2735150071080628f,-0.88143754407404f,-0.17128888610016765f,-0.44014540028868676f,0.003050839738870771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.44042271060424587f,0.03185442749272216f,0.8972252400780527f,-0.02040997162511842f,0f,0.9993703541872792f,-0.035480912778451695f,1.2735150071080628f,-0.897790530126047f,-0.015626599780598507f,-0.44014540028868676f,0.003050839738870771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.38693101206460495f,0.3338031333259923f,0.8595695783846763f,-0.11488714667748179f,0.25524460237687735f,0.9345260937673798f,-0.24801446132302898f,1.3449384968999238f,-0.8860782047088904f,0.12343600872367935f,-0.44679857530014283f,-0.16640974306750642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.46390032924914987f,0.1066910936216915f,0.8794393072090522f,0.055776653681663485f,-0.25524460237687735f,0.9345260937673798f,-0.24801446132302898f,1.3449384968999238f,-0.8483199145841149f,-0.3395261265494746f,-0.4062946368219865f,0.18148408735633684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.44042271060424587f,0.22529443494825152f,0.8690628593866825f,-0.03666446222645607f,0f,0.9680018113631347f,-0.25094320711605284f,1.1702733028480656f,-0.897790530126047f,-0.11052108748577466f,-0.42632998163037167f,0.009284305811793882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.44042271060424587f,0.14869330260077387f,0.885391516644294f,0f,0f,0.9861894138268398f,-0.16562137560071813f,1.390625f,-0.897790530126047f,-0.07294341517607218f,-0.4343402148068291f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9107504075647653f,-0.2133044318046445f,-0.35360276369552257f,0.8281068883244689f,0.16490774346383416f,0.5971746782051407f,-0.7849763307617963f,0.6233339105335602f,0.3786015468355617f,-0.773229347013604f,-0.5087015290429502f,0.5401290387262629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9748591717624585f,-0.2133044318046445f,0.06442681586972218f,0.7375729228197779f,-0.18228816037022758f,0.5971746782051407f,-0.7811231850991398f,0.6224994227997729f,0.12814297413222298f,-0.773229347013604f,-0.6210440846650613f,0.5644594152177516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9656956320500375f,-0.2133044318046445f,-0.14809849969522432f,0.805054680526407f,-0.008901202493732163f,0.5971746782051407f,-0.8020618257371138f,0.7432259405272337f,0.25952401590921054f,-0.773229347013604f,-0.5785876442538946f,0.6390823736100915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8097211108650137f,-0.15932683327648825f,-0.5647713544591425f,-0.9235894693766765f,-0.224202131355322f,0.8054234527613475f,-0.5486587883536728f,0.6182227846684651f,0.5422961616268911f,0.5708835449897601f,0.6164469572839707f,-0.3880029052543137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9725392362073917f,-0.15932683327648825f,-0.16965374807303665f,-1.009161317627364f,0.028677085905245286f,0.8054234527613475f,-0.592005647342973f,0.627610548664868f,0.23096549261984228f,0.5708835449897601f,0.7878749388569218f,-0.42512959611290174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.912766381340666f,-0.15932683327648825f,-0.3761282936610221f,-0.909956149452867f,-0.10013614929496345f,0.8054234527613475f,-0.584179607095597f,0.7105436077310061f,0.39601803582493905f,0.5708835449897601f,0.719209074860212f,-0.5144476119126395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006881604853191342f,0f,0.000014027977033219486f,-0.6204097403754435f,0f,0.000015625f,0f,1.5567475f,-0.000014027977033219486f,0f,-0.000006881604853191342f,0.2963108103892343f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95.mcfunction new file mode 100644 index 000000000..136e0d9a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..f73748019 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5026931193251601f,-0.07571492607438984f,0.6391489045575643f,0.32006161271480826f,-0.09845241053339057f,0.8104975935785053f,0.018580045964995434f,1.466817111435063f,-0.6360433908844189f,-0.06561512948586096f,-0.508023527151301f,-0.001619111083960928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4833332883626311f,0.11992247297038233f,0.6261050493625121f,0.32006161271480826f,0.21473224556676224f,0.7704276678312169f,0.018200861353464916f,1.466817111435063f,-0.6002324508675132f,0.17905253172412908f,-0.4976557000665806f,-0.001619111083960928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2970784842971433f,-0.039459518290426675f,0.7596918882207735f,0.30872640206696345f,0.17897806374213573f,0.7962987482786303f,-0.02862866803480502f,1.471256363736107f,-0.739361664756344f,0.17690589122643302f,0.2983170775911991f,-0.07744302327617633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.28365574049677705f,0.07565502635889233f,0.7441879721346353f,0.30872640206696345f,-0.1365317567210755f,0.7877642988243744f,-0.02804440950348247f,1.471256363736107f,-0.7354580207529743f,-0.11706291677716418f,0.2922289739668889f,-0.07744302327617633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5993297741751409f,1.4287602646991517f,0.20212416432476357f,-0.5491053047788329f,-1.2497072329586685f,0.6233566932561625f,-0.7007599552368351f,1.7677893862536174f,-0.7214165950946535f,0.10712977639084202f,1.38184208842128f,-0.8111389187813601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1293594651678488f,0.9889238060375543f,-0.07277248534773081f,-0.09662352030243729f,0.44848637135157415f,-0.007103968967741879f,-0.8937614381571871f,1.8318220321114675f,-0.8843789365896194f,-0.14825396951550052f,-0.4425998836867346f,-0.5642538355694744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1293594651678488f,0.9889238060375543f,-0.07277248534773081f,-0.0541774457942369f,0.44848637135157415f,-0.007103968967741879f,-0.8937614381571871f,1.6846624415117324f,-0.8843789365896194f,-0.14825396951550052f,-0.4425998836867346f,-0.27406699700100545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6212908315025686f,-0.37530560101727684f,0.6878542058720784f,-0.1020097869045422f,0.6275301465700193f,-0.2873916620162803f,-0.7236103563032596f,1.5107681379435585f,0.469258583125186f,0.8812217305812314f,0.05696177415392098f,0.6144723041919039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5262366457169254f,0.4999315794873252f,0.6878542058720784f,0.03623651416025868f,0.4431020021876751f,0.5291962470652484f,-0.7236103563032596f,1.6199581034358153f,-0.7257655326356252f,0.6855798625421877f,0.05696177415392098f,0.33213717615268445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.18775446950264246f,0.2586577809857306f,0.9475465220860235f,-0.2656095437049768f,-0.8692952734033913f,0.40533408448635205f,-0.2828957539309031f,1.3855776492060523f,-0.45724609000001804f,-0.8768126551830493f,0.1487467004358309f,-0.016864314628316765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.13286104405772406f,0.14089085546796964f,0.9810696763316025f,-0.23306082282765997f,-0.4876339735218666f,0.852464703736852f,-0.18845964223174347f,1.5442369083927636f,-0.8628795111944466f,-0.5034418494010455f,-0.04455618287609553f,-0.11153813753398839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.18775446950264246f,0.2586577809857306f,0.9475465220860235f,-0.2194834019971162f,-0.8692952734033913f,0.40533408448635205f,-0.2828957539309031f,1.3675130902775572f,-0.45724609000001804f,-0.8768126551830493f,0.1487467004358309f,0.2916843861660073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.13286104405772406f,0.14089085546796964f,0.9810696763316025f,-0.18693468111979938f,-0.4876339735218666f,0.852464703736852f,-0.18845964223174347f,1.5261723494642685f,-0.8628795111944466f,-0.5034418494010455f,-0.04455618287609553f,0.19701056326033567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.2148386282155557f,-0.003925975117596563f,0.9766416694703509f,-0.0957636301212223f,0.10566020556138511f,0.9942160254813599f,-0.019246184992720818f,2.1967776715140483f,-0.9709172388969022f,0.10732698353827058f,0.21401082640229144f,0.3588026295126926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.2148386282155557f,-0.003925975117596563f,0.9766416694703509f,-0.01176917527676067f,0.10566020556138511f,0.9942160254813599f,-0.019246184992720818f,2.066734080777259f,-0.9709172388969022f,0.10732698353827058f,0.21401082640229144f,0.40185966800425743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.2148386282155557f,-0.003925975117596563f,0.9766416694703509f,0.03045406395541666f,0.10566020556138511f,0.9942160254813599f,-0.019246184992720818f,2.258853042281362f,-0.9709172388969022f,0.10732698353827058f,0.21401082640229144f,-0.21161124833923747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.2148386282155557f,-0.003925975117596563f,0.9766416694703509f,0.13056141591604498f,0.10566020556138511f,0.9942160254813599f,-0.019246184992720818f,2.1367339669616765f,-0.9709172388969022f,0.10732698353827058f,0.21401082640229144f,-0.24137300276494023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.20750722345402528f,-0.05578352506400933f,0.9766416694703509f,-0.05551239690988228f,0.3430442714136734f,0.9391220433008098f,-0.019246184992720818f,2.3055159702332237f,-0.916112100162782f,0.33902505234561214f,0.21401082640229144f,0.2871089005235862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.21367893109625732f,-0.02263545581000456f,0.9766416694703509f,-0.031127892826530217f,0.19190977273198834f,0.9812238396478058f,-0.019246184992720818f,2.3375092679025706f,-0.957868442707827f,0.19153958506557017f,0.21401082640229144f,0.17870703019908699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.20185574126060277f,-0.07365669809527395f,0.9766416694703509f,-0.026257279101370136f,0.42358876360762765f,0.9056501221269656f,-0.019246184992720818f,2.337557279273652f,-0.8830780367926122f,0.4175793901967797f,0.21401082640229144f,0.1564842279039548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.21473738953846924f,-0.00767482823061659f,0.9766416694703509f,-0.032703303297183246f,0.12299557516346271f,0.9922205767133815f,-0.019246184992720818f,2.3417846751354556f,-0.9688962493602774f,0.12425547938902162f,0.21401082640229144f,0.1862809310990164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.2108930082884502f,-0.041172667016036515f,0.9766416694703509f,-0.01690164167008558f,0.2766987906538122f,0.9607639479153784f,-0.019246184992720818f,2.4328641909853834f,-0.9375296892929661f,0.2742944546957572f,0.21401082640229144f,0.2683813197315645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.2108930082884502f,-0.041172667016036515f,0.9766416694703509f,-0.007637791591477379f,0.2766987906538122f,0.9607639479153784f,-0.019246184992720818f,2.2166923027044234f,-0.9375296892929661f,0.2742944546957572f,0.21401082640229144f,0.20666506742501922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.25136195583960486f,-0.5518221255257498f,0.795178916305464f,-0.02796941279102244f,-0.12443995084567044f,0.7963133310481838f,0.5919457554780447f,2.308263454598908f,-0.9598603366063294f,-0.24774466810647922f,0.13149415817744456f,-0.11928325282530056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.16194327404798378f,-0.5843499525574444f,0.795178916305464f,-0.05251156888509477f,0.0016629613924261794f,0.8059760896769425f,0.5919457554780447f,2.3161940359182336f,-0.9867986676876025f,-0.09453928186303455f,0.13149415817744456f,-0.0065715450075598016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.34589854960073124f,-0.8270778392614073f,0.44305354212193354f,-0.005673346807840873f,-0.136417144816494f,0.42285318625366186f,0.8958713889143028f,2.3475482617939782f,-0.9283019745665881f,-0.3703207132713585f,0.033436706446153194f,0.023861412320381623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.0733879615721319f,-0.8934862986691487f,0.44305354212193354f,-0.01059120307793772f,0.0009284061658701714f,0.4443124942951183f,0.8958713889143028f,2.3511065452845354f,-0.9973030357711135f,-0.06533484142289872f,0.033436706446153194f,-0.006311736890588934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.2122564851379229f,-0.8710055931680936f,0.44305354212193354f,-0.0817308431405194f,-0.06858881141038085f,0.4389875049179299f,0.8958713889143028f,2.4237945139858157f,-0.9748039595047848f,-0.22054302799188163f,0.033436706446153194f,-0.0766058002892717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.2122564851379229f,-0.5680120382352495f,0.795178916305464f,0.04607186546241154f,-0.06858881141038085f,0.8030540439602049f,0.5919457554780447f,2.2431073540947697f,-0.9748039595047848f,-0.18018470217806865f,0.13149415817744456f,-0.03606424229920632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.2148386282155557f,-0.003925975117596563f,0.9766416694703509f,-0.009290952987713146f,0.10566020556138511f,0.9942160254813599f,-0.019246184992720818f,1.7209655586214219f,-0.9709172388969022f,0.10732698353827058f,0.21401082640229144f,0.023607495174471135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.14760365346515386f,0.015584201485363464f,0.9889238060375544f,-0.015135028544724444f,0.05780658857118424f,0.9983025252610891f,-0.007103968967742097f,1.3466021116485134f,-0.987355842541837f,0.05611773981012069f,-0.14825396951550063f,0.0025633427456758754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.21310649458844078f,0.06910773578638463f,0.9745818297191396f,-0.22767258438512245f,-0.0948569043059848f,0.9913195910468153f,-0.09103645485331735f,0.7993852991793411f,-0.9724133841477667f,-0.11184627513356923f,-0.2047012971845411f,0.21577628444412317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.1878207925631303f,0.44976730316576413f,0.8731739362142878f,-0.05715092742761625f,-0.15180733874431754f,0.8650197371326948f,-0.4782210642310225f,1.0954289454911723f,-0.9704008871514522f,-0.22237407082184577f,-0.09419071526321007f,0.1364594661303664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.14714728736439542f,-0.1950558868440242f,0.969691124445713f,-0.35825036980175995f,0.12333152417979393f,0.9690937253090242f,0.21365085235066753f,1.0084443356551547f,-0.9813954406684335f,0.1510316277279997f,-0.11854297305636453f,-0.08445863388049014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.14714728736439542f,0.9754350315631133f,0.16393344692517184f,-0.041285019856172646f,0.12333152417979393f,0.18253800612681834f,-0.9754328328812469f,1.10548878141771f,-0.9813954406684335f,-0.12331413349131434f,-0.14716186162351086f,-0.11978787078860637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0707850321341913f,0.5601972337442407f,0.8253293515506777f,-0.008341395541130028f,0.14535789083006742f,0.8243655636025372f,-0.5470763211104146f,1.2798504687282932f,-0.986843737781821f,0.08124331881189788f,-0.1397818312558274f,-0.004926265518630707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.2581149105344413f,0.5022032998982935f,0.8253293515506777f,-0.008341395541130028f,-0.14535789083006742f,0.8243655636025372f,-0.5470763211104146f,1.2798504687282932f,-0.9551166298066595f,-0.2611766894604796f,-0.1397818312558274f,-0.004926265518630707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.16698687721671268f,0.5393948871711229f,0.8253293515506777f,-0.008341395541130028f,0f,0.837082731204207f,-0.5470763211104146f,1.2798504687282932f,-0.9859591182383833f,-0.09135456646143567f,-0.1397818312558274f,-0.004926265518630707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.16096400423822546f,0.04876686873881911f,0.9857547270254438f,-0.018686349780303438f,0.17361218006723117f,0.9846036004794843f,-0.020360767547893593f,1.2732309208097181f,-0.9715705842973529f,0.16786167649659298f,-0.16695226051735065f,-0.0031741932760859645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.16793593843040713f,-0.009227065107128098f,0.9857547270254438f,-0.018686349780303438f,-0.17361218006723117f,0.9846036004794843f,-0.020360767547893593f,1.2732309208097181f,-0.9703897832911276f,-0.17455833177578453f,-0.16695226051735065f,-0.0031741932760859645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.16698687721671268f,0.02007488441817784f,0.9857547270254438f,-0.018686349780303438f,0f,0.9997926980853884f,-0.020360767547893593f,1.2732309208097181f,-0.9859591182383833f,-0.003399980990558136f,-0.16695226051735065f,-0.0031741932760859645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.12284420425243217f,0.27096718895907473f,0.954717803326828f,-0.06214746092747899f,0.2558637766460505f,0.9381298191785246f,-0.2333370312841256f,1.344492163980602f,-0.9588759196486304f,0.2156136008597001f,-0.18457449943669674f,-0.1923225680102956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.19974967045753664f,0.18485734635693524f,0.9622514383725169f,0.0025599539939971713f,-0.2558637766460505f,0.9381298191785246f,-0.2333370312841256f,1.344492163980602f,-0.9458508322946729f,-0.29281428220963035f,-0.14009282344764623f,0.18973659030707793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.16698687721671268f,0.23295540205590826f,0.9580434037612183f,-0.03450068362392604f,0f,0.9716867424208803f,-0.23627288165064134f,1.1697387720498642f,-0.9859591182383833f,-0.03945447067783453f,-0.16225893474974304f,-0.0020805513553786526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.16698687721671268f,0.14856995198062314f,0.9747011604619571f,0f,0f,0.9885817194971117f,-0.15068571224948313f,1.390625f,-0.9859591182383833f,-0.02516253652971734f,-0.16508017421235088f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9682150103593544f,-0.04881049773025804f,-0.24531047475833373f,0.6001748369746578f,0.16868516132352562f,0.5967246752965191f,-0.7845157603525375f,0.6148230351538888f,0.18467541813704075f,-0.8009601720457691f,-0.5695241809899912f,0.8069123478061458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9811734898436063f,-0.04881049773025804f,0.1868585511541882f,0.5065786476216182f,-0.1786700116833277f,0.5967246752965191f,-0.7823021723204808f,0.6143436315127776f,-0.0733185498574362f,-0.8009601720457691f,-0.5942114043362124f,0.8122589365072561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9983593530990891f,-0.04881049773025804f,-0.0299355539600015f,0.5578670753921382f,-0.005113638838520562f,0.5967246752965191f,-0.8024297555487913f,0.7349477966656519f,0.057030279478509055f,-0.8009601720457691f,-0.5959952600642175f,0.8989849311663336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6421293552943134f,-0.304646307431912f,-0.703463231759422f,-0.7354467601286659f,-0.2224888294425282f,0.8040852225099454f,-0.5513126841588403f,0.6099947840538797f,0.7335997627062067f,0.5105267694345053f,0.44854632519748094f,-0.6801519438547119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8792632431927215f,-0.304646307431912f,-0.36617861289037307f,-0.808493538497103f,0.03135144960237593f,0.8040852225099454f,-0.5936868211009583f,0.6191718826127869f,0.4753033092437358f,0.5105267694345053f,0.7165536839014371f,-0.7381951306386277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7791656359299947f,-0.304646307431912f,-0.5478061145641839f,-0.6897992321282569f,-0.09788905129500952f,0.8040852225099454f,-0.58639976856893f,0.7025432986186728f,0.6191273256951026f,0.5105267694345053f,0.5966940357238351f,-0.7986776426052451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000002609169956511136f,0f,0.00001540561122247474f,-0.6790521215752001f,0f,0.000015625f,0f,1.5567475f,-0.00001540561122247474f,0f,-0.000002609169956511136f,0.10768731815060444f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96.mcfunction new file mode 100644 index 000000000..197c69a2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..5489fd96c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.29564411378452365f,-0.039576074089617566f,0.7602451820226559f,0.3126799319198698f,-0.08625014020646732f,0.8120524053530876f,0.008732051252350048f,1.461428333968901f,-0.7563728681962175f,-0.07713021304496724f,-0.29815341510153726f,0.08752739158883843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.28240129322949487f,0.07501183287482324f,0.7447299742262752f,0.3126799319198698f,0.226358461251784f,0.7672605025258363f,0.008553846124751067f,1.461428333968901f,-0.7134503182436976f,0.21373943527707026f,-0.2920686515280365f,0.08752739158883843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.48154666708924804f,-0.07235571001983408f,0.6556080407432531f,0.3226006081464326f,0.17802461228646252f,0.7958700897851088f,-0.04292414297504263f,1.4663258719918295f,-0.6351098245814939f,0.16822572888061116f,0.4850567588510601f,0.013271018965027886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.46293594233572505f,0.11503540100379049f,0.6422282848097174f,0.3226006081464326f,-0.13723396124175433f,0.7870189284887805f,-0.042048140057184616f,1.4663258719918295f,-0.637853551511341f,-0.08583742025637223f,0.4751576413234875f,0.013271018965027886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5178970948982171f,0.3135494495476506f,-0.1976901666444719f,0.015874173654022716f,-0.3701581381129133f,1.3259172728941293f,-0.7391431446139346f,1.5748630226368863f,0.019432243522947597f,0.7648767077963349f,1.362348068513442f,-0.9996673905191616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.12652170665246218f,0.9911152296495626f,0.04102266815363667f,0.07177339074017892f,0.4730516125529179f,-0.02393489826137036f,-0.8807095392388469f,1.8438646965112024f,-0.8719027638486029f,0.13083471329090363f,-0.4718769417880628f,-0.5609956075973104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12652170665246218f,0.9911152296495626f,0.04102266815363667f,0.030258455744839766f,0.4730516125529179f,-0.02393489826137036f,-0.8807095392388469f,1.6886446361422762f,-0.8719027638486029f,0.13083471329090363f,-0.4718769417880628f,-0.2749025132094875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.44072208054668427f,-0.5708862085163006f,0.6927142157083868f,-0.2483077596238873f,0.64832644851723f,-0.3312896936893079f,-0.6855070787441077f,1.4974047196566524f,0.6208356174315692f,0.7512230532811996f,0.2241139450084146f,0.571400536245496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6630501320136214f,0.28374555114086675f,0.6927142157083868f,-0.05155488508896029f,0.4830653140352351f,0.5447274064775514f,-0.6855070787441077f,1.6179337626021413f,-0.571850002022173f,0.789151769205396f,0.2241139450084146f,0.3319241349156617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.06760960435581401f,0.4973939156098792f,0.8648862550145673f,-0.2487524530003729f,-0.8635840135935691f,0.4049516210898447f,-0.3003944673963367f,1.3906542004462632f,-0.4996514713922821f,-0.7672114944987328f,0.40216281509427054f,-0.08915115571197717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.10331316461869848f,0.2880014078387287f,0.952040744453398f,-0.18880193437777756f,-0.48098279569527247f,0.8522753990645383f,-0.20562634654766757f,1.5491706731049413f,-0.8706215826991826f,-0.4366713102921831f,0.22657499091046768f,-0.16961093269857108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.06760960435581401f,0.4973939156098792f,0.8648862550145673f,-0.29004672683099353f,-0.8635840135935691f,0.4049516210898447f,-0.3003944673963367f,1.3702684654826345f,-0.4996514713922821f,-0.7672114944987328f,0.40216281509427054f,0.21993694622466226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.10331316461869848f,0.2880014078387287f,0.952040744453398f,-0.2300962082083982f,-0.48098279569527247f,0.8522753990645383f,-0.20562634654766757f,1.5287849381413126f,-0.8706215826991826f,-0.4366713102921831f,0.22657499091046768f,0.13947716923806835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.44435423953138087f,-0.016127580330476364f,0.8957059846641489f,-0.16672513958020546f,0.11163250525599047f,0.9930417565569211f,-0.037500046728183745f,2.195096525586305f,-0.8888686593534275f,0.11665320778713606f,0.4430626767537656f,0.3346492532553615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.44435423953138087f,-0.016127580330476364f,0.8957059846641489f,-0.09740003995905872f,0.11163250525599047f,0.9930417565569211f,-0.037500046728183745f,2.063264457688823f,-0.8888686593534275f,0.11665320778713606f,0.4430626767537656f,0.3949373029533886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.44435423953138087f,-0.016127580330476364f,0.8957059846641489f,0.09433297614448083f,0.11163250525599047f,0.9930417565569211f,-0.037500046728183745f,2.2606806224241995f,-0.8888686593534275f,0.11665320778713606f,0.4430626767537656f,-0.18756108411477718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.44435423953138087f,-0.016127580330476364f,0.8957059846641489f,0.19698464373048108f,0.11163250525599047f,0.9930417565569211f,-0.037500046728183745f,2.1372209924209167f,-0.8888686593534275f,0.11665320778713606f,0.4430626767537656f,-0.19393818386825715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.4272534047649345f,-0.12314754221501449f,0.8957059846641489f,-0.10886967152696145f,0.34855508691924436f,0.9365378251187199f,-0.037500046728183745f,2.303853779867904f,-0.8342444962356593f,0.3282248999821604f,0.4430626767537656f,0.2762645410679625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.44125772625332593f,-0.054794233807697566f,0.8957059846641489f,-0.05859557751486149f,0.19775700174287425f,0.9795335189553509f,-0.037500046728183745f,2.336503556672246f,-0.8753192487792176f,0.1936793153240028f,0.4430626767537656f,0.17739266351479177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.41489456105917616f,-0.15991651647138055f,0.8957059846641489f,-0.04850273824349134f,0.4288533793413572f,0.9025954384567219f,-0.037500046728183745f,2.3366894762242176f,-0.8024632591159621f,0.3996851038464865f,0.4430626767537656f,0.15700447687736657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.44400509714164477f,-0.02388017481230803f,0.8957059846641489f,-0.06189462029810998f,0.12894647142936116f,0.9909422556341521f,-0.037500046728183745f,2.3407297691208613f,-0.886697401156762f,0.13214833805096693f,0.4430626767537656f,0.18441978561800465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.4348029752397834f,-0.09304387007997925f,0.8957059846641489f,-0.06514125068053006f,0.2823764480375523f,0.9585704398160207f,-0.037500046728183745f,2.430723925313664f,-0.8551081301895848f,0.26923140632448583f,0.4430626767537656f,0.26913197938935846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.4348029752397834f,-0.09304387007997925f,0.8957059846641489f,-0.04420637991253476f,0.2823764480375523f,0.9585704398160207f,-0.037500046728183745f,2.2150455763550596f,-0.8551081301895848f,0.26923140632448583f,0.4430626767537656f,0.20855491296634923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.4739761638403321f,-0.46472470407800726f,0.7479154668348632f,0.01602523961196918f,-0.1191378442007594f,0.8077285543103769f,0.5773913375093742f,2.3101405081059507f,-0.8724406972341433f,-0.3627747675504418f,0.3274777822056402f,-0.11139830879995566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.3954417702716841f,-0.5331493794365566f,0.7479154668348632f,-0.03489647579124876f,0.008685524650532774f,0.816421340381718f,0.5773913375093742f,2.317367456181679f,-0.9184499812107035f,-0.22182861442053348f,0.3274777822056402f,-0.007842088576811143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5579218575674101f,-0.7073178442176677f,0.43407910350511236f,0.003631347973534177f,-0.13298669182554992f,0.4400952836301616f,0.888048805597859f,2.3476419918031253f,-0.8191689329105608f,-0.5531885831954226f,0.15147491797790869f,0.03341479822048975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.312041983935071f,-0.8451065803566218f,0.43407910350511236f,0.006194113740328931f,0.00951906194475785f,0.45965063508702786f,0.888048805597859f,2.351577594044255f,-0.9500206248927213f,-0.272976485254736f,0.15147491797790869f,0.0029975516057128837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.44040402510891186f,-0.785887795151488f,0.43407910350511236f,-0.04486532190361739f,-0.06250333470900137f,0.4554806823856207f,0.888048805597859f,2.426119813580148f,-0.8956213640920606f,-0.418231659975022f,0.15147491797790869f,-0.08139460484045469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.44040402510891186f,-0.4966555638841246f,0.7479154668348632f,0.06688217997031046f,-0.06250333470900137f,0.814071604049294f,0.5773913375093742f,2.242953702669057f,-0.8956213640920606f,-0.3010326798597651f,0.3274777822056402f,-0.01366225187200764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.44435423953138087f,-0.016127580330476364f,0.8957059846641489f,-0.00838752707249767f,0.11163250525599047f,0.9930417565569211f,-0.037500046728183745f,1.7212376157368918f,-0.8888686593534275f,0.11665320778713606f,0.4430626767537656f,0.023815852907708372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.1321416762579861f,0.015138657550281043f,0.9911152296495626f,-0.014064523653853061f,0.06523435188361189f,0.9975828787522082f,-0.023934898261370352f,1.3471440362048137f,-0.9890819261972462f,0.06781755722548821f,0.13083471329090354f,-0.0016157310518497062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06440868426252666f,0.06870462876274369f,0.9955557218850907f,-0.2627664530863098f,-0.09623912537726625f,0.9934047597363211f,-0.062329881115245955f,0.7906299788839621f,-0.9932721440462272f,-0.09179682630568138f,0.07059596689624412f,0.14726431380915672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.09163227192927945f,0.46016322262044496f,0.8830930501870375f,-0.08843965854443983f,-0.15498710841391425f,0.8826072458570967f,-0.44382817146508846f,1.0942657440264567f,-0.9836577265322386f,-0.09619905461134878f,0.15219467443150095f,0.1156621943218733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.13023204854805273f,-0.26223280980388775f,0.9561765354751892f,-0.3153881926647108f,0.12503135614104569f,0.961034490178426f,0.24653573507510795f,1.005805007000691f,-0.9835683878167846f,0.08744519512157828f,0.1579448142157269f,-0.18018282278583128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.13023204854805273f,0.9721397736039693f,0.19489452046735675f,-0.0020138789861769077f,0.12503135614104569f,0.17889680923397758f,-0.9758909219925312f,1.1052082650858668f,-0.9835683878167846f,0.1514602001290277f,-0.09824985630710233f,-0.12605348754550352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.20457840077700248f,0.5029775346981405f,0.8397388150636513f,-0.004974556837698554f,0.14677817699038412f,0.832420406682196f,-0.5343523493898263f,1.279751186656275f,-0.9677829532983641f,0.23257228151271278f,0.09646910996307494f,-0.006862583251904699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.020212365075281846f,0.5426142117320173f,0.8397388150636513f,-0.004974556837698554f,-0.14677817699038412f,0.832420406682196f,-0.5343523493898263f,1.279751186656275f,-0.988962904793422f,-0.11245480765840629f,0.09646910996307494f,-0.006862583251904699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.11412926287629345f,0.5308608422466371f,0.8397388150636513f,-0.004974556837698554f,0f,0.8452618332218562f,-0.5343523493898263f,1.279751186656275f,-0.9934659085018036f,0.060985239752076495f,0.09646910996307494f,-0.006862583251904699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.11329865760602216f,-0.014695613246814003f,0.9934522903169399f,-0.015297611449894924f,0.1736457973406761f,0.9847942535111975f,-0.0052359638314196655f,1.2729736939440162f,-0.9782691609422195f,0.17310204274537938f,0.11412769842059657f,-0.008048494719464186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.11149210824626217f,0.024941063787062796f,0.9934522903169399f,-0.015297611449894924f,-0.1736457973406761f,0.9847942535111975f,-0.0052359638314196655f,1.2729736939440162f,-0.9784766971495665f,-0.1719250464257397f,0.11412769842059657f,-0.008048494719464186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.11412926287629345f,0.005201751564663903f,0.9934522903169399f,-0.015297611449894924f,0f,0.9999862922474267f,-0.0052359638314196655f,1.2729736939440162f,-0.9934659085018036f,0.0005975766925268577f,0.11412769842059657f,-0.008048494719464186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.14513666238363487f,0.18609775926010574f,0.9717525267425378f,-0.005446585348090534f,0.2564244100082036f,0.9415189031455496f,-0.21860621439370387f,1.3440563861234283f,-0.9556054997665531f,0.28090884467735977f,0.08892890305152452f,-0.20194111650345192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0753441427114572f,0.24495060462364693f,0.9666035699569836f,-0.04967167471265425f,-0.2564244100082036f,0.9415189031455496f,-0.21860621439370387f,1.3440563861234283f,-0.9636232573526962f,-0.2313900523231522f,0.13374924887590434f,0.183026923040997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.11412926287629345f,0.22010087946473383f,0.9687776392001235f,-0.02923417389734031f,0f,0.9751493543055633f,-0.22154849761946735f,1.169254779394662f,-0.9934659085018036f,0.02528516672466006f,0.11129307700118744f,-0.011222302267537334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.11412926287629345f,0.1348287944662886f,0.9842742034301627f,0f,0f,0.9907478404714436f,-0.13571557243430443f,1.390625f,-0.9934659085018036f,0.015489118242761375f,0.11307332072928543f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9849599636748685f,0.11304169840911424f,-0.13067304380928618f,0.29793806387496496f,0.1724536294439345f,0.5965190301972856f,-0.7838525322432172f,0.6063105132636095f,-0.01065906418101567f,-0.794598402360131f,-0.6070418134836445f,0.9823546740964252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.947901699628916f,0.11304169840911424f,0.29783207057231803f,0.20513537923156175f,-0.17497432736990326f,0.5965190301972856f,-0.7832937069668947f,0.6061894867363903f,-0.26620734888815767f,-0.794598402360131f,-0.5456620074411133f,0.9690614587007146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9898953028629675f,0.11304169840911424f,0.08560878337306217f,0.23869540404730402f,-0.0012909496236724327f,0.5965190301972856f,-0.8025978943789716f,0.7266396841568457f,-0.1417942975542466f,-0.794598402360131f,-0.590345454922645f,1.0642598846369666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4360301100089603f,-0.42681433690399556f,-0.7922797895811661f,-0.46618923406095436f,-0.22069896104329692f,0.8027778168635521f,-0.5539311738349797f,0.6017699282017672f,0.8724504064759117f,0.4163859970808239f,0.25583781908667214f,-0.8907587491327844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7300093915686474f,-0.42681433690399556f,-0.5337750556505766f,-0.5221744078584909f,0.034080242825686086f,0.8027778168635521f,-0.5953035476130908f,0.6107300717982327f,0.6825868628024684f,0.4163859970808239f,0.600581281896541f,-0.9654209125195384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5971751871737222f,-0.42681433690399556f,-0.6791254064141855f,-0.3923130099975948f,-0.09557486502896534f,0.8027778168635521f,-0.5885687911591f,0.694535318673865f,0.7963964094587099f,0.4163859970808239f,0.4386062704023771f,-0.993880771386518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000017832697324420852f,0f,0.00001552290482034068f,-0.6821840841401803f,0f,0.000015625f,0f,1.5567475f,-0.00001552290482034068f,0f,0.0000017832697324420852f,-0.08563420842206351f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97.mcfunction new file mode 100644 index 000000000..0e48c462b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..c0c9f8247 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.06736966321528053f,-0.0046484631842605185f,0.8138698696430092f,0.2816407608365469f,-0.074361314466699f,0.8132727452695884f,-0.001510349925176742f,1.4559988706785438f,-0.8104789743315299f,-0.07423124703341814f,-0.06751295116360456f,0.1704900451577477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.06271380519512011f,0.021048131228995737f,0.7972602804666213f,0.2816407608365469f,0.2375756171386058f,0.7639081339681316f,-0.0014795264573159925f,1.4559988706785438f,-0.7613309430064952f,0.23664602052241296f,-0.06613513583373509f,0.1704900451577477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6287333758959253f,-0.10363203172053284f,0.510782917177574f,0.31065700498551857f,0.17752986120737507f,0.7950813469187249f,-0.057212276707373375f,1.461331534107085f,-0.4900223819976469f,0.15508223053536915f,0.634643215797641f,0.10326862699532408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6078682373865325f,0.14190595916197435f,0.5003587760106847f,0.31065700498551857f,-0.13738604441069682f,0.7861196274943857f,-0.05604467922354943f,1.461331534107085f,-0.5016186607152612f,-0.04334316580971648f,0.621691313434424f,0.10326862699532408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.033736275039312f,-1.0277770424066734f,-0.5625565880599382f,0.6292238179963368f,0.7196728029110396f,1.1489885059829426f,-0.7767256400230736f,1.6453845422556237f,0.9245899742145249f,0.25476658772467886f,1.2335451411931009f,-0.7736612989256944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3600362163583608f,0.9185278003559784f,0.16334198138740563f,0.2269172929600502f,0.4971044096147671f,-0.040718870339890065f,-0.8667347803912089f,1.8556477084351608f,-0.7894688903635845f,0.3932539301411382f,-0.47126448792226994f,-0.5104047849149274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3600362163583608f,0.9185278003559784f,0.16334198138740563f,0.10878040946746306f,0.4971044096147671f,-0.040718870339890065f,-0.8667347803912089f,1.6925353240303154f,-0.7894688903635845f,0.3932539301411382f,-0.47126448792226994f,-0.25136030526437625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2251521801435305f,-0.7203278856723602f,0.6560748683644287f,-0.37643583473432973f,0.666327679643478f,-0.37744015953670784f,-0.643075694852358f,1.4835221519572697f,0.7108543585837774f,0.581950739402994f,0.3949929338491446f,0.49557747850222744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7531304111163323f,0.04858344319150382f,0.6560748683644287f,-0.13483141757062528f,0.5241887600719912f,0.5582828982732192f,-0.643075694852358f,1.615843373590345f,-0.3975182104834102f,0.828226934205422f,0.3949929338491446f,0.3097057366305646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05911214470552332f,0.6912004708862252f,0.7202413924476809f,-0.2137544774595304f,-0.8575849402916048f,0.4044487497358295f,-0.31775663489873673f,1.3957324899413377f,-0.5109342663526865f,-0.5988848953545123f,0.6166709475748448f,-0.15199723071762117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.328674214821094f,0.4058980746419585f,0.8527719586816213f,-0.1323187637224031f,-0.4741679193752178f,0.8518073828861327f,-0.22268580263693183f,1.5540545879660068f,-0.8167851888637027f,-0.3311660240160948f,0.4724309682802949f,-0.2111381666688871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.05911214470552332f,0.6912004708862252f,0.7202413924476809f,-0.33727330093190466f,-0.8575849402916048f,0.4044487497358295f,-0.31775663489873673f,1.3730319533286115f,-0.5109342663526865f,-0.5988848953545123f,0.6166709475748448f,0.1341566367828806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.328674214821094f,0.4058980746419585f,0.8527719586816213f,-0.25583758719477734f,-0.4741679193752178f,0.8518073828861327f,-0.22268580263693183f,1.5313540513532806f,-0.8167851888637027f,-0.3311660240160948f,0.4724309682802949f,0.07501570083161466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6418509823228826f,-0.034196844844020885f,0.7660665064430534f,-0.23145819192236006f,0.11882153684129468f,0.9913744498508088f,-0.05530047527534619f,2.192696504587247f,-0.7575676596013214f,0.12651986399660842f,0.6403779861460388f,0.29909121294538454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6418509823228826f,-0.034196844844020885f,0.7660665064430534f,-0.17943426317492925f,0.11882153684129468f,0.9913744498508088f,-0.05530047527534619f,2.059134471167283f,-0.7575676596013214f,0.12651986399660842f,0.6403779861460388f,0.3717204533820492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6418509823228826f,-0.034196844844020885f,0.7660665064430534f,0.14562926019233352f,0.11882153684129468f,0.9913744498508088f,-0.05530047527534619f,2.2625041574815072f,-0.7575676596013214f,0.12651986399660842f,0.6403779861460388f,-0.14597978707039186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6418509823228826f,-0.034196844844020885f,0.7660665064430534f,0.24579201261398043f,0.11882153684129468f,0.9913744498508088f,-0.05530047527534619f,2.1378537393246413f,-0.7575676596013214f,0.12651986399660842f,0.6403779861460388f,-0.13016812110382628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6145122995257498f,-0.18845885874033738f,0.7660665064430534f,-0.16052570606942926f,0.35512721554363946f,0.9331808603987451f,-0.05530047527534619f,2.301542399181729f,-0.7044567371469994f,0.3060338875806849f,0.6403779861460388f,0.25779564610839445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6364280941430271f,-0.0900077146227445f,0.7660665064430534f,-0.08812577062069402f,0.20477336153820896f,0.9772459914671755f,-0.05530047527534619f,2.334977303182999f,-0.7436579532216515f,0.19206478977086827f,0.6403779861460388f,0.174072906267627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5957486228888286f,-0.24129999177828343f,0.7660665064430534f,-0.0735214007148916f,0.4351079202786095f,0.8986784492493097f,-0.05530047527534619f,2.3353298249302976f,-0.6751034558028033f,0.3662667864039222f,0.6403779861460388f,0.15663254408468552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6411564080743092f,-0.04539348071458364f,0.7660665064430534f,-0.09294636546585644f,0.13610530957604333f,0.9891497369658097f,-0.05530047527534619f,2.339143011706142f,-0.7552442022885442f,0.13972197310761292f,0.6403779861460388f,0.18019938468830254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6261616038809534f,-0.145133571345045f,0.7660665064430534f,-0.115210474193359f,0.28916673730828124f,0.9556801010112141f,-0.05530047527534619f,2.427935869063519f,-0.7240885607850157f,0.25614798652308096f,0.6403779861460388f,0.2633004224443524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6261616038809534f,-0.145133571345045f,0.7660665064430534f,-0.08255542064072394f,0.28916673730828124f,0.9556801010112141f,-0.05530047527534619f,2.2129078463359964f,-0.7240885607850157f,0.25614798652308096f,0.6403779861460388f,0.20566712547665927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.664710462437691f,-0.35915258262799366f,0.6551102376833332f,0.052057464842609966f,-0.11252056960619058f,0.8187409166835637f,0.563029690836688f,2.311848962361478f,-0.7385791240898766f,-0.44796510326118066f,0.5038136001725545f,-0.08951245507621812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6003429314900823f,-0.4587144439543859f,0.6551102376833332f,-0.02171568393235998f,0.016944042630783446f,0.8262629524888975f,0.563029690836688f,2.318223830636955f,-0.7995631707558952f,-0.326910679317683f,0.5038136001725545f,-0.0007091657266874267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7336518144866397f,-0.5534669086090145f,0.39424535022653395f,0.0063028322164648265f,-0.1282057642793294f,0.45701784872905166f,0.8801692836884407f,2.347405530973269f,-0.6673217343276139f,-0.6962823184727952f,0.26433432595131295f,0.048954327280241544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5267136582749306f,-0.7530891886167255f,0.39424535022653395f,0.015979886667962857f,0.01929535444549927f,0.4742675630360987f,0.8801692836884407f,2.3517479748484895f,-0.8498237531885435f,-0.4559900795416528f,0.26433432595131295f,0.02006205455320781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6380380434591995f,-0.6614212416633705f,0.39424535022653395f,-0.013137926714334128f,-0.05513399589601588f,0.4714470007836675f,0.8801692836884407f,2.4281472277482536f,-0.7680284484283736f,-0.5833178091988709f,0.26433432595131295f,-0.07267926111268952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6380380434591995f,-0.40464556290813775f,0.6551102376833332f,0.07790732493999672f,-0.05513399589601588f,0.8245955431197054f,0.563029690836688f,2.2426132305463202f,-0.7680284484283736f,-0.3953532075067493f,0.5038136001725545f,0.016275210576328927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6418509823228826f,-0.034196844844020885f,0.7660665064430534f,-0.008737743194148336f,0.11882153684129468f,0.9913744498508088f,-0.05530047527534619f,1.7214092727449732f,-0.7575676596013214f,0.12651986399660842f,0.6403779861460388f,0.026117925661168558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3952602351115977f,0.008719318363979656f,0.9185278003559785f,-0.012007487580640706f,0.07264171716072428f,0.9965265448176405f,-0.04071887033989029f,1.347711818438358f,-0.9156923760016056f,0.08281798694174491f,0.39325393014113813f,-0.004938819441985785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.3308125978600318f,0.06433039800698231f,0.9415012612786879f,-0.27817347115214186f,-0.09778933084854688f,0.9946397348722112f,-0.03360125868968161f,0.7824135920761133f,-0.9386161472451293f,-0.08095305865500521f,0.3353301812022129f,0.07788698230695734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.35774860058241004f,0.43801467052859194f,0.8247175802558452f,-0.11244412301246232f,-0.15814190173007167f,0.8988286698237913f,-0.4087764195987708f,1.0931703487196736f,-0.9203298743920701f,0.01581678553066597f,0.39082317177587267f,0.08891104898525087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.39152992754479254f,-0.30653796469204236f,0.867605205170664f,-0.24961100657475138f,0.1267082403759196f,0.9518582131041532f,0.2791253552922181f,1.003221974115947f,-0.9113996585788299f,0.0006467987546868656f,0.4115218633241294f,-0.2572055048962728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.39152992754479254f,0.895513521646312f,0.21156523434957353f,0.036388020022800824f,0.1267082403759196f,0.175260705205387f,-0.9763343213427196f,1.104993051294147f,-0.9113996585788299f,0.4090711646639628f,-0.04484913135013273f,-0.12019380964640913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4583634088198273f,0.40892063545775514f,0.7891051256657087f,-0.001365863200768841f,0.14816488071975106f,0.8402847943317509f,-0.5215061193659662f,1.2796772721985512f,-0.876327651952379f,0.35595698941258785f,0.32456812553292563f,-0.007319826733771781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.29086161855818127f,0.5410292224065364f,0.7891051256657087f,-0.001365863200768841f,-0.14816488071975106f,0.8402847943317509f,-0.5215061193659662f,1.2796772721985512f,-0.9452230884669592f,0.03476844714717714f,0.32456812553292563f,-0.007319826733771781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.3803915155452279f,0.4823021828162413f,0.7891051256657087f,-0.001365863200768841f,0f,0.8532475417273998f,-0.5215061193659662f,1.2796772721985512f,-0.9248255483609894f,0.19837650311173038f,0.32456812553292563f,-0.007319826733771781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3730242302676049f,-0.07506189636657312f,0.9247803173441328f,-0.010879772611576665f,0.17363968494777363f,0.9847595884084555f,0.009890037858741f,1.2727433853637349f,-0.9114286496728633f,0.15688933918996298f,0.3803729115013817f,-0.011233008442420445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.37620079711040366f,0.057046690582208126f,0.9247803173441328f,-0.010879772611576665f,-0.17363968494777363f,0.9847595884084555f,0.009890037858741f,1.2727433853637349f,-0.910122090746475f,-0.16429920307544774f,0.3803729115013817f,-0.011233008442420445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.3803915155452279f,-0.009146559686021113f,0.9247803173441328f,-0.010879772611576665f,0f,0.9999510923795987f,0.009890037858741f,1.2727433853637349f,-0.9248255483609894f,-0.003762086489886171f,0.3803729115013817f,-0.011233008442420445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.3963244808684936f,0.0893618615575477f,0.9137512591308912f,0.05041369743474589f,0.25692637419201225f,0.9446925702556476f,-0.20382538102092368f,1.3436312630331415f,-0.8814282410434018f,0.3155477862428261f,0.3514453734058632f,-0.1955212607923947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3385354970642568f,0.2855177156985854f,0.8965898456093057f,-0.0969880148390299f,-0.25692637419201225f,0.9446925702556476f,-0.20382538102092368f,1.3436312630331415f,-0.905197522904257f,-0.16135545149154493f,0.3931690003064293f,0.16284863919748868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.3803915155452279f,0.1912293451631738f,0.9048390091334859f,-0.021972696554197795f,0f,0.978388854781397f,-0.20677342391987075f,1.1688214356186066f,-0.9248255483609894f,0.07865485609935552f,0.3721708192628555f,-0.0174851650362872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.3803915155452279f,0.1116397438630261f,0.9180625591382119f,0f,0f,0.9926872811474952f,-0.12071438128074884f,1.390625f,-0.9248255483609894f,0.04591872644348854f,0.3776098193381674f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9639949535907236f,0.2655184129537755f,-0.01461854418630848f,-0.043938246321364935f,0.17618726223636702f,0.5965591554825996f,-0.7829912021444054f,0.5977975757080248f,-0.1991777549759821f,-0.757375168851208f,-0.6218609776552405f,1.0502934639639767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.879854196836504f,0.2655184129537755f,0.3941529711821271f,-0.13246716408396592f,-0.17122649306704155f,0.5965591554825996f,-0.7840909781918486f,0.5980357576253084f,-0.44332615576024015f,-0.757375168851208f,-0.4794212899178042f,1.0194448580123796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9443084561344106f,0.2655184129537755f,0.19437466927445635f,-0.11735890559383388f,0.0025406071176915512f,0.5965591554825996f,-0.8025650872828702f,0.7183014297590972f,-0.3290517968170353f,-0.757375168851208f,-0.5640104330764498f,1.1194707259496457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20743603207409028f,-0.5190859426852157f,-0.8291683042084753f,-0.14817083168518902f,-0.2188337528440229f,0.8015021318526915f,-0.5565124628000635f,0.5935481427670807f,0.9534579598564159f,0.29689074883227995f,0.052666897044063465f,-1.0017450544988107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5384225585958016f,-0.5190859426852157f,-0.6638154355705751f,-0.18398181645075126f,0.0368615953966069f,0.8015021318526915f,-0.5968547188557762f,0.6022851905662526f,0.8418683811499088f,0.29689074883227995f,0.45068116454744434f,-1.0879442416520297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3819838374993306f,-0.5190859426852157f,-0.7646163299301727f,-0.051383874578444205f,-0.09319517652450132f,0.8015021318526915f,-0.590685188326369f,0.686519444915622f,0.9194579963010017f,0.29689074883227995f,0.25778455402904965f,-1.0835123311797776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000059436174303941855f,0f,0.00001445039919314046f,-0.6330720887347325f,0f,0.000015625f,0f,1.5567475f,-0.00001445039919314046f,0f,0.0000059436174303941855f,-0.2681940953326396f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98.mcfunction new file mode 100644 index 000000000..c846ecdc6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..35d367dec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1618043859817326f,0.024403550287711157f,0.8001051504989042f,0.23028976151937924f,-0.06280311636324817f,0.8141578706216676f,-0.012131559021841754f,1.4505309156738169f,-0.7980097453644179f,-0.05912590703398362f,0.16318400002840336f,0.2414122492774265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.15558523578619526f,-0.03857036783783411f,0.7837764739581102f,0.23028976151937924f,0.2483678837197938f,0.7603763314613319f,-0.011883976184661312f,1.4505309156738169f,-0.7443833882764345f,0.24564234422888243f,0.159853714313538f,0.2414122492774265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7314504010539831f,-0.13310136931367947f,0.3379478964710907f,0.27503890587197377f,0.17749264861986075f,0.7939350116799929f,-0.07147028304855226f,1.4562764862648396f,-0.31689290766490513f,0.13746151155853423f,0.7400186905451572f,0.18555927151162693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7118769731680649f,0.15374137393178003f,0.3310510006247419f,0.27503890587197377f,-0.13698999194783054f,0.7850682156035992f,-0.07001170584347977f,1.4562764862648396f,-0.33832664272742036f,0.005611309165355835f,0.7249162682891337f,0.18555927151162693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3015616163686975f,-1.2654746931928162f,-0.8654713411902483f,0.8758953690308868f,1.311594123689218f,0.24377506521334077f,-0.8134499506940454f,1.9339702025896195f,0.7938436220295608f,-0.8834895406674493f,1.0152166198867154f,-0.30640912070449605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5539016583617591f,0.7820000782249928f,0.2857775892546484f,0.35678259282575125f,0.5206079684441892f,-0.0574460454307146f,-0.8518610773223452f,1.8671563382401477f,-0.6497386367274977f,0.6206253535914222f,-0.4389349318783082f,-0.42055695432146306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5539016583617591f,0.7820000782249928f,0.2857775892546484f,0.17503361117579905f,0.5206079684441892f,-0.0574460454307146f,-0.8518610773223452f,1.6963318485943981f,-0.6497386367274977f,0.6206253535914222f,-0.4389349318783082f,-0.2073614641452529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.005635188051888895f,-0.8171306851387148f,0.5764249197079827f,-0.47978773519425444f,0.6807910485009763f,-0.42535422703265996f,-0.5963198217621056f,1.469252326227735f,0.7324560006830176f,0.38906455113539024f,0.5586922069559017f,0.3939811837088044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7954673396142484f,-0.18699204139929468f,0.5764249197079827f,-0.2084929559852588f,0.5659434390934271f,0.5693072052246614f,-0.5963198217621056f,1.6136889573552486f,-0.21665579926264178f,0.8005768436150332f,0.5586922069559017f,0.2682399538899191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.18443543907250098f,0.828021642250441f,0.529493842059581f,-0.16478157332496077f,-0.8513039221678144f,0.4038256720533493f,-0.334972325263381f,1.4008094031039342f,-0.491187541490854f,-0.38897941662193836f,0.7793778368215427f,-0.2014608987267023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5283247861913113f,0.48604012017742343f,0.6961594083784409f,-0.06929805448932863f,-0.4671953433061219f,0.8510621615875963f,-0.2396282710927966f,1.5588858817072786f,-0.7089438845839493f,-0.19864087870265715f,0.6767129153631223f,-0.234476607762431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.18443543907250098f,0.828021642250441f,0.529493842059581f,-0.3595498428397448f,-0.8513039221678144f,0.4038256720533493f,-0.334972325263381f,1.375802112851162f,-0.491187541490854f,-0.38897941662193836f,0.7793778368215427f,0.04163621483993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5283247861913113f,0.48604012017742343f,0.6961594083784409f,-0.2640663240041127f,-0.4671953433061219f,0.8510621615875963f,-0.2396282710927966f,1.5338785914545063f,-0.7089438845839493f,-0.19864087870265715f,0.6767129153631223f,0.008620505804205232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7984052694531721f,-0.058699758731370524f,0.5992523375292633f,-0.28875567030611526f,0.12719350949953f,0.9892199306044136f,-0.07256541901065375f,2.1895892575485725f,-0.5885327831570644f,0.13415762080432728f,0.7972646335624841f,0.2534215209053066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7984052694531721f,-0.058699758731370524f,0.5992523375292633f,-0.25517849142581944f,0.12719350949953f,0.9892199306044136f,-0.07256541901065375f,2.0543640015845397f,-0.5885327831570644f,0.13415762080432728f,0.7972646335624841f,0.3334653570696384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7984052694531721f,-0.058699758731370524f,0.5992523375292633f,0.18030742549762344f,0.12719350949953f,0.9892199306044136f,-0.07256541901065375f,2.2643154443795463f,-0.5885327831570644f,0.13415762080432728f,0.7972646335624841f,-0.09234148919946872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7984052694531721f,-0.058699758731370524f,0.5992523375292633f,0.27376499958690714f,0.12719350949953f,0.9892199306044136f,-0.07256541901065375f,2.1386297016279783f,-0.5885327831570644f,0.13415762080432728f,0.7972646335624841f,-0.05643761177191664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7604884638831119f,-0.25010784127335584f,0.5992523375292633f,-0.20987878071105487f,0.3627292794542307f,0.9290649760863996f,-0.07256541901065375f,2.2985928235308117f,-0.5385951783364931f,0.27255153263769966f,0.7972646335624841f,0.23149370636071379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7902510752864206f,-0.12806199270029134f,0.5992523375292633f,-0.12014423086420026f,0.2129256975877284f,0.9743700053216884f,-0.07256541901065375f,2.3329377720443167f,-0.5746006311477867f,0.18494112240127408f,0.7972646335624841f,0.16717204826340532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7357962410070993f,-0.31543704234844716f,0.5992523375292633f,-0.10193961415154931f,0.4423223330865893f,0.8939156635928494f,-0.07256541901065375f,2.333484811656595f,-0.5127912298125412f,0.3184560545786802f,0.7972646335624841f,0.15353860398075725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7972592164163212f,-0.07262491173796272f,0.5992523375292633f,-0.12622255705700589f,0.14443840559672727f,0.9868494347936179f,-0.07256541901065375f,2.33703194169062f,-0.5861017734386309f,0.14440850128219448f,0.7972646335624841f,0.17211337658695758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7760825932700939f,-0.19644959757881758f,0.5992523375292633f,-0.16657409685591976f,0.2970373925492328f,0.9521045359577701f,-0.07256541901065375f,2.4245129572653146f,-0.5562954213821272f,0.2343171103862443f,0.7972646335624841f,0.24960188980747744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7760825932700939f,-0.19644959757881758f,0.5992523375292633f,-0.12237293740068586f,0.2970373925492328f,0.9521045359577701f,-0.07256541901065375f,2.2102894366748167f,-0.5562954213821272f,0.2343171103862443f,0.7972646335624841f,0.19688053997057256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.815502470842043f,-0.2443807916113634f,0.5246272474261378f,0.076482588773112f,-0.10461884096306176f,0.8292980944464315f,0.54892583165949f,2.3133810978152582f,-0.5692193058620447f,-0.5025362665907016f,0.6507278099136468f,-0.057814468357694215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7672327037753802f,-0.36894475130511517f,0.5246272474261378f,-0.015609116867043055f,0.02639999433781729f,0.8354540511816914f,0.54892583165949f,2.31875940439967f,-0.6408252636690305f,-0.40730369363474533f,0.6507278099136468f,0.011894442088324811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.866279536486447f,-0.37808415384766536f,0.326515140956926f,0.0004216301412022852f,-0.12209658726989825f,0.4735420144185589f,0.8722673810004918f,2.346840108710786f,-0.4844091122613925f,-0.7954937669081439f,0.36405697187174063f,0.06718965539923444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7070463692657799f,-0.6272744968783259f,0.326515140956926f,0.016460499217107384f,0.03021177506544448f,0.48809513897388646f,0.8722673810004918f,2.3516170224832362f,-0.7065215356629075f,-0.6068688827713162f,0.36405697187174063f,0.041359413461216465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7964688055364759f,-0.5089452863846738f,0.326515140956926f,0.009577164441860672f,-0.04651508397329465f,0.48681204073594964f,0.8722673810004918f,2.4298673707150398f,-0.6028878741277321f,-0.7099216382540559f,0.36405697187174063f,-0.054113866754891035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7964688055364759f,-0.30067206898109605f,0.5246272474261378f,0.07722837996260717f,-0.04651508397329465f,0.8345758074015172f,0.54892583165949f,2.242087814049699f,-0.6028878741277321f,-0.4616053819386562f,0.6507278099136468f,0.04974734418130644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7984052694531721f,-0.058699758731370524f,0.5992523375292633f,-0.01121528791700141f,0.12719350949953f,0.9892199306044136f,-0.07256541901065375f,1.7214810802715785f,-0.5885327831570644f,0.13415762080432728f,0.7972646335624841f,0.029643641614894106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6232584624473088f,-0.004976609681489663f,0.7820000782249926f,-0.009349059286442786f,0.08002332880887128f,0.9951362814764214f,-0.05744604543071469f,1.3483049747179205f,-0.7779107634132361f,0.09838198333718713f,0.620625353591422f,-0.007249602136551068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.567081552302692f,0.06074193340337447f,0.8214188520872827f,-0.2764371017810515f,-0.09951614947522336f,0.995023996020813f,-0.0048768162153570715f,0.7747500238137393f,-0.8176276958564909f,-0.07897888875638476f,0.5703045555658944f,0.012647666109909646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.591130056948677f,0.39217270416232786f,0.7048161646002886f,-0.1284884327081344f,-0.16126966150606442f,0.9136594628571751f,-0.3731199300617132f,1.092143010194165f,-0.7902894103109147f,0.10689694121697577f,0.6033371295626362f,0.05854356857722803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6184411942964329f,-0.3214493319371967f,0.7170779707914138f,-0.16812325092158242f,0.12836113393629955f,0.941575682679125f,0.311381844496315f,1.000695395443835f,-0.7752766657727996f,-0.10052641834100062f,0.6235707904670815f,-0.3111036507657542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6184411942964329f,0.7560950517608853f,0.21412791013762275f,0.07047682113295008f,0.12836113393629955f,0.17162984807361514f,-0.9767633359953757f,1.1048431892828565f,-0.7752766657727996f,0.6315563854106232f,0.009089750011909564f,-0.10352789163421076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6732620939573397f,0.2893584339821464f,0.6804335746592594f,0.0019578459436757996f,0.1495176847442847f,0.847956927201594f,-0.5085405702198589f,1.2796287422665407f,-0.7241288661480682f,0.44411794187381165f,0.5276330532831343f,-0.006390724405598931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5336930084835163f,0.5021771830462186f,0.6804335746592594f,0.0019578459436757996f,-0.1495176847442847f,0.847956927201594f,-0.5085405702198589f,1.2796287422665407f,-0.8323558341505884f,0.16966769415122956f,0.5276330532831343f,-0.006390724405598931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6127871651848654f,0.4018731648930026f,0.6804335746592594f,0.0019578459436757996f,0f,0.861038029613362f,-0.5085405702198589f,1.2796287422665407f,-0.7902479928381321f,0.31162713440652234f,0.5276330532831343f,-0.006390724405598931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6000450326095551f,-0.12587615492537885f,0.7900007294058656f,-0.006087820198983504f,0.17359384428702193f,0.9844996131025351f,0.02501377673626666f,1.272540047762825f,-0.7809040504865185f,0.12212987112971432f,0.6125954280857704f,-0.012629627879275863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6069100698313009f,0.08694259413869333f,0.7900007294058656f,-0.006087820198983504f,-0.17359384428702193f,0.9844996131025351f,0.02501377673626666f,1.272540047762825f,-0.7755806498121381f,-0.15232037659286776f,0.6125954280857704f,-0.012629627879275863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6127871651848654f,-0.01976708685913589f,0.7900007294058656f,-0.006087820198983504f,0f,0.999687106535534f,0.02501377673626666f,1.272540047762825f,-0.7902479928381321f,-0.01532812133678399f,0.6125954280857704f,-0.012629627879275863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6135229487994379f,-0.009143510636768326f,0.7896239532269f,0.10119168000721201f,0.2573695543494936f,0.9476500943827771f,-0.18899791297857374f,1.3432168919767002f,-0.7465591093747269f,0.3191797218332467f,0.583758341593562f,-0.1746173840600333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.570290948941616f,0.3068514179599256f,0.7619779792430055f,-0.13626334650192334f,-0.2573695543494936f,0.9476500943827771f,-0.18899791297857374f,1.3432168919767002f,-0.780082781536174f,-0.08832613380136421f,0.6194104842820222f,0.1316037131647429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6127871651848654f,0.15168892491045793f,0.7755529383892539f,-0.013873611026448705f,0f,0.9814045026598528f,-0.19195104104684346f,1.1684388398695262f,-0.7902479928381321f,0.11762513429737895f,0.6013920830845939f,-0.02064424195901328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6127871651848654f,0.08351781036959091f,0.7858222862300136f,0f,0f,0.9943995977867356f,-0.10568557101884093f,1.390625f,-0.7902479928381321f,0.0647627614655793f,0.6093553105887041f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9097727386995291f,0.4032442830178624f,0.09852721518731677f,-0.38927716785216104f,0.17986041339582381f,0.5968447755320772f,-0.7819376865282475f,0.58928545618764f,-0.3741173554010041f,-0.6936644449108478f,-0.615520789457419f,1.0068296683771385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.782894717100427f,0.4032442830178624f,0.47378255576757144f,-0.4705473834547902f,-0.16745225262984575f,0.5968447755320772f,-0.7846885095432803f,0.5898812104790266f,-0.5991957985712453f,-0.6936644449108478f,-0.39974245814160525f,0.9600978844102658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8668822997613775f,0.4032442830178624f,0.2931025871155605f,-0.4738776637208097f,0.0063547124414561895f,0.5968447755320772f,-0.8023315596122658f,0.7099330672751732f,-0.4984723623133094f,-0.6936644449108478f,-0.5199566730760499f,1.0614572773551096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.027877483543351927f,-0.5775316239637209f,-0.8158921921633503f,0.18416499564595418f,-0.21689448316523652f,0.800259041768148f,-0.5590547819675729f,0.5853293513004623f,0.9757969200011727f,0.1613774748536885f,-0.1475726313585009f,-1.0067587381690277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.31954535960155783f,-0.5775316239637209f,-0.7512309807768435f,0.17016111609454587f,0.039693601115017976f,0.800259041768148f,-0.5983392717337275f,0.5938373153662044f,0.9467392361086724f,0.1613774748536885f,0.27864337318912563f,-1.0990656631799156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14937471521502182f,-0.5775316239637209f,-0.8025860812250971f,0.2975509680540146f,-0.09075161670125023f,0.800259041768148f,-0.5927475095978345f,0.6784954597730085f,0.9846072001161378f,0.1613774748536885f,0.06712653789155737f,-1.0629811813582053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009574799456013524f,0f,0.000012347624888095814f,-0.538872703711494f,0f,0.000015625f,0f,1.5567475f,-0.000012347624888095814f,0f,0.000009574799456013524f,-0.4269947909529042f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99.mcfunction new file mode 100644 index 000000000..80a4c192d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..0d16c27f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3735887691145365f,0.04422398300981076f,0.724858686478046f,0.16323825841189096f,-0.051592110728758266f,0.8147075414278994f,-0.02311537357482148f,1.4450267321707457f,-0.7243715415078656f,-0.035217974270249856f,0.3754863627167606f,0.2958938484548891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3546855212787476f,-0.1000247507352576f,0.7100656520601267f,0.16323825841189096f,0.2587201794475067f,0.7566710875341733f,-0.022643631256967982f,1.4450267321707457f,-0.6687765319909732f,0.2396746013456603f,0.36782337572254103f,0.2958938484548891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7865411779055996f,-0.16033822777772125f,0.15029661545229922f,0.21960358550123388f,0.17791088257758444f,0.7924341337809945f,-0.0856755853418837f,1.4511639747366076f,-0.12901603684729154f,0.11525728079522359f,0.7981322358508981f,0.25443170870793896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7719458733939097f,0.14974341622964205f,0.14722933758592577f,0.21960358550123388f,-0.1360488403730141f,0.7838666686662507f,-0.08392710400837587f,1.4511639747366076f,-0.15996962706486642f,0.0559460011971437f,0.7818438228743492f,0.25443170870793896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0859338041922462f,-0.28033177581454477f,-1.0879191690476f,0.7089747498348229f,1.0527454357461195f,-0.7822338400651284f,-0.849260570715888f,2.258351250554903f,-0.39227677783456566f,-1.3232273292694743f,0.7325261870036486f,-0.010564804452195153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.696268268190464f,0.5961425431499092f,0.3997806485534425f,0.4529415972601013f,0.5435267652581686f,-0.07410675428380555f,-0.8361141336070761f,1.8783764378046708f,-0.468816759682335f,0.7994512225372341f,-0.3756176095774499f,-0.3020203417688285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.696268268190464f,0.5961425431499092f,0.3997806485534425f,0.2244785717601053f,0.5435267652581686f,-0.07410675428380555f,-0.8361141336070761f,1.7000317179543343f,-0.468816759682335f,0.7994512225372341f,-0.3756176095774499f,-0.14818984249806236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.23100899244916456f,-0.8597940432875635f,0.455399877618391f,-0.5541705846923276f,0.6909684435187697f,-0.4745018863142676f,-0.545353619173331f,1.4547247345360304f,0.6849798942077575f,0.18868535452288138f,0.7037047545098042f,0.27461662222155536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7929760103527352f,-0.4047221250070391f,0.455399877618391f,-0.26861844258366635f,0.6077932990356686f,0.5772146357308412f,-0.545353619173331f,1.6114726614095665f,-0.042146798839259314f,0.7092413311616146f,0.7037047545098042f,0.2112983611667576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.30100112066821144f,0.9017516615663707f,0.3102293767823592f,-0.10659182829106785f,-0.8447472306480107f,0.403082702563619f,-0.352031889473845f,1.4058818743949681f,-0.44249343686544923f,-0.15610341365998107f,0.8830805640340543f,-0.23516225870546575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6908102640044597f,0.5241439641830251f,0.4980504833413907f,-0.005202019485866954f,-0.4600713138808242f,0.8500416024167541f,-0.25644426354420374f,1.5636618982009582f,-0.55777734383001f,-0.05198441084845265f,0.8283610660446796f,-0.2397320790767714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.30100112066821144f,0.9017516615663707f,0.3102293767823592f,-0.35735871492568205f,-0.8447472306480107f,0.403082702563619f,-0.352031889473845f,1.3785775493739638f,-0.44249343686544923f,-0.15610341365998107f,0.8830805640340543f,-0.05069900382057022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6908102640044597f,0.5241439641830251f,0.4980504833413907f,-0.2559689061204812f,-0.4600713138808242f,0.8500416024167541f,-0.25644426354420374f,1.536357573179954f,-0.55777734383001f,-0.05198441084845265f,0.8283610660446796f,-0.055268824191875864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9087751533125724f,-0.08906268714825422f,0.40767089481546637f,-0.33748886429766056f,0.1367098313787956f,0.9865855396633624f,-0.08921544110485133f,2.185788841692381f,-0.39425644284664796f,0.13680939545617515f,0.9087601700057192f,0.19892725393535587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9087751533125724f,-0.08906268714825422f,0.40767089481546637f,-0.3222159502644003f,0.1367098313787956f,0.9865855396633624f,-0.08921544110485133f,2.0489750829541764f,-0.39425644284664796f,0.13680939545617515f,0.9087601700057192f,0.2818069620481194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9087751533125724f,-0.08906268714825422f,0.40767089481546637f,0.1964165382734757f,0.1367098313787956f,0.9865855396633624f,-0.08921544110485133f,2.2661058676274237f,-0.39425644284664796f,0.13680939545617515f,0.9087601700057192f,-0.03269840623704984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9087751533125724f,-0.08906268714825422f,0.40767089481546637f,0.2798475888051789f,0.1367098313787956f,0.9865855396633624f,-0.08921544110485133f,2.1395453462426284f,-0.39425644284664796f,0.13680939545617515f,0.9087601700057192f,0.020612068662215155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8602344333028966f,-0.30626975247386334f,0.40767089481546637f,-0.25594170331047644f,0.3713256090533392f,0.9242066311867889f,-0.08921544110485133f,2.295018120341211f,-0.34944815326627665f,0.2281248377313726f,0.9087601700057192f,0.19713969120241176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8975546648379894f,-0.16792875021246886f,0.40767089481546637f,-0.1542491407916964f,0.2221762046900322f,0.9709162369318991f,-0.08921544110485133f,2.3303937836799826f,-0.3808324535765009f,0.17065050751192787f,0.9087601700057192f,0.15499321096140103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.830267813814302f,-0.38007867457195865f,0.40767089481546637f,-0.13347552750413863f,0.45046251839802043f,0.8883265866712421f,-0.08921544110485133f,2.3311623662729364f,-0.3282360078701498f,0.25771316720075305f,0.9087601700057192f,0.1457495971239015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9070823842404636f,-0.10490943580533238f,0.40767089481546637f,-0.1612805159010406f,0.15390730163265934f,0.9840493623658421f,-0.08921544110485133f,2.334405696132809f,-0.3918087425068382f,0.14366928240367335f,0.9087601700057192f,0.1585413544960612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.879503243405665f,-0.2455167740894149f,0.40767089481546637f,-0.2179951359565489f,0.3059516829299174f,0.9478576753821314f,-0.08921544110485133f,2.420470112201285f,-0.36451009938171414f,0.20319286616392113f,0.9087601700057192f,0.22682028748422056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.879503243405665f,-0.2455167740894149f,0.40767089481546637f,-0.16275386178643064f,0.3059516829299174f,0.9478576753821314f,-0.08921544110485133f,2.2072021352403057f,-0.36451009938171414f,0.20319286616392113f,0.9087601700057192f,0.1811018925973384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9216490784696523f,-0.12858444681175935f,0.3660997353101403f,0.08741741359530905f,-0.09546849879276167f,0.8393495250697792f,0.5351431028270779f,2.3147294379112346f,-0.3760967188028865f,-0.5281651397084532f,0.7613099521892858f,-0.02111870553271815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8901870097752371f,-0.2711790394430722f,0.3660997353101403f,-0.017851562754048006f,0.0370100707843311f,0.8439503031323268f,0.5351431028270779f,2.3189712426960774f,-0.45408957518088977f,-0.46282806138952565f,0.7613099521892858f,0.026521512094049626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9523898119862325f,-0.19324336835958236f,0.23581909721197708f,-0.014541732995545474f,-0.11468672999612069f,0.4895907484210466f,0.8643771474439363f,2.345947769030246f,-0.2824899998011011f,-0.8502693100692055f,0.44411879082832273f,0.08452481780382207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8460610518692536f,-0.4780900018825124f,0.23581909721197708f,0.006816099067394473f,0.04221829965545941f,0.5010686202017499f,0.8643771474439363f,2.3511847790663367f,-0.5314116217059f,-0.7213599572675865f,0.44411879082832273f,0.06299153286043428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9104343900484936f,-0.3398508125739232f,0.23581909721197708f,0.021113428997969808f,-0.03668587922025837f,0.5015040311328716f,0.8643771474439363f,2.4312715960543865f,-0.41202350379907265f,-0.7956099119231259f,0.44411879082832273f,-0.030106977508040103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9104343900484936f,-0.1925622113055232f,0.3660997353101403f,0.06443992654171246f,-0.03668587922025837f,0.8439644576416973f,0.5351431028270779f,2.241379593085005f,-0.41202350379907265f,-0.5006433750831853f,0.7613099521892858f,0.08253778188567643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9087751533125724f,-0.08906268714825422f,0.40767089481546637f,-0.016252055921862133f,0.1367098313787956f,0.9865855396633624f,-0.08921544110485133f,1.7214537576197086f,-0.39425644284664796f,0.13680939545617515f,0.9087601700057192f,0.03330626675753891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8024540372307655f,-0.026107209326239653f,0.5961425431499093f,-0.0064618524245222625f,0.08737384006721376f,0.9934153215254075f,-0.07410675428380575f,1.348923012047681f,-0.5902824156316657f,0.11155452738355048f,0.799451222537234f,-0.008526681011292525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7586040009176217f,0.06183189020107829f,0.6486114300148736f,-0.2610496741707916f,-0.10142771401812915f,0.994557771917695f,0.02381716077048307f,0.7676523871869669f,-0.6436088786062806f,-0.08385496808342502f,0.7607469721969939f,-0.04491701248758911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7770259388609685f,0.3320958541530462f,0.534736415434361f,-0.13655235031157553f,-0.16436833570556664f,0.9270772271198169f,-0.3369137355069005f,1.0911839635020741f,-0.6076296080299354f,0.17389697700129897f,0.7749490956412537f,0.026770250006911862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7973179070470845f,-0.30386305801680435f,0.5214895944069576f,-0.0785204510592177f,0.1299889984426986f,0.9301989719953329f,0.34326772755779095f,0.9982254140152665f,-0.5893954660378047f,-0.20590559601793712f,0.7811631520640084f,-0.3399144467571707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7973179070470845f,0.5681318469995205f,0.20374091274697487f,0.09755649572265845f,0.1299889984426986f,0.16800437925569983f,-0.9771782789413459f,1.1047587133399985f,-0.5893954660378047f,0.8056058173671665f,0.060102010268031025f,-0.0782268898367864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8368476895738658f,0.1563102229615627f,0.5246456505610139f,0.004564553582833578f,0.15083627954625778f,0.8554350499294664f,-0.49545866843240743f,1.279605607963754f,-0.5262455332138469f,0.4937590399677536f,0.6922915926274104f,-0.004324718776033803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7329183537537173f,0.4331023298001888f,0.5246456505610139f,0.004564553582833578f,-0.15083627954625778f,0.8554350499294664f,-0.49545866843240743f,1.279605607963754f,-0.6633845819007134f,0.2839951536097396f,0.6922915926274104f,-0.004324718776033803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7969911074147097f,0.29925259572689666f,0.5246456505610139f,0.004564553582833578f,0f,0.8686315144381912f,-0.49545866843240743f,1.279605607963754f,-0.6039910385940134f,0.3948761528321619f,0.6922915926274104f,-0.004324718776033803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7806739212797199f,-0.16226704790444446f,0.6035044604624912f,-0.0015193309451464075f,0.17350828584663427f,0.9840143870750497f,0.04013179253255976f,1.2723637276643536f,-0.6003691392604291f,0.0733831805912671f,0.7963490474848332f,-0.012352655545799722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7890921220478632f,0.1145250589341817f,0.6035044604624912f,-0.0015193309451464075f,-0.17350828584663427f,0.9840143870750497f,0.04013179253255976f,1.2723637276643536f,-0.5892609758541312f,-0.13638070576674693f,0.7963490474848332f,-0.012352655545799722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7969911074147097f,-0.024239243052380254f,0.6035044604624912f,-0.0015193309451464075f,0f,0.9991943951144459f,0.04013179253255976f,1.2723637276643536f,-0.6039910385940134f,-0.0319846817730622f,0.7963490474848332f,-0.012352655545799722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7840023762315971f,-0.10039210240323662f,0.6125860754524768f,0.14350323077799435f,0.25775384908228355f,0.9503907988537995f,-0.1741272027493242f,1.3428133677610279f,-0.5647151736463941f,0.2944125595641173f,0.7709850954619215f,-0.14177230407919242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.755666211717589f,0.31059096380333884f,0.5766297162582772f,-0.16533082334520569f,-0.25775384908228355f,0.9503907988537995f,-0.1741272027493242f,1.3428133677610279f,-0.6021059124038358f,-0.017046485202233577f,0.7982342310315905f,0.09227422337598776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7969911074147097f,0.10695759622477624f,0.5944453274370088f,-0.0060047586497414445f,0f,0.984195607969242f,-0.17708474031958324f,1.168107079684244f,-0.6039910385940134f,0.1411349632935509f,0.7843951475080996f,-0.020858321466725754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7969911074147097f,0.05474126624411241f,0.6015052522396344f,0f,0f,0.9958843986159703f,-0.09063258019778009f,1.390625f,-0.6039910385940134f,0.07223336045968123f,0.7937110097099743f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8277063135171433f,0.5223108648149927f,0.2051672952984329f,-0.7043178402074651f,0.18344785206533887f,0.597373928423025f,-0.7806992219882481f,0.5807753827838811f,-0.5303292789734257f,-0.6085521753610426f,-0.5902669783469757f,0.8593431154156014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6634492316149213f,0.5223108648149927f,0.5357485208246351f,-0.7759128438419304f,-0.16367753129702584f,0.597373928423025f,-0.7850821965813221f,0.581724617216119f,-0.7300991595790816f,-0.6085521753610426f,-0.31083672087651004f,0.7988260359373783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7636800387676292f,0.5223108648149927f,0.37945244614323714f,-0.7970332089461833f,0.01012516727720486f,0.597373928423025f,-0.8018989154675613f,0.7015348373201342f,-0.6455155144343787f,-0.6085521753610426f,-0.46149102969381983f,0.8983082301305628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2555222258884507f,-0.6009572062735028f,-0.7573366677409443f,0.4980884964197192f,-0.2148824810855071f,0.7990493985617719f,-0.5615563889589426f,0.5771134753006381f,0.9426207675409806f,0.01924824371253464f,-0.33331005642559697f,-0.9103769124912281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08848252298953078f,-0.6009572062735028f,-0.7943684783230973f,0.5061085907520573f,0.04257431906566164f,0.7990493985617719f,-0.5997561888085572f,0.585386524699362f,0.9951674585121348f,0.01924824371253464f,0.09628725062270943f,-1.0034161366955745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0855476728782728f,-0.6009572062735028f,-0.7946898966849006f,0.6213020280886233f,-0.08824586025305653f,0.7990493985617719f,-0.5947543415615126f,0.670463151234227f,0.9924183915130298f,0.01924824371253464f,-0.12138880220462195f,-0.938688204262708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001245298605335484f,0f,0.00000943735997803146f,-0.4094915557156185f,0f,0.000015625f,0f,1.5567475f,-0.00000943735997803146f,0f,0.00001245298605335484f,-0.5522906916686653f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..de63af242 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.374499822995132f,-0.06603442306458619f,-0.7227266301940081f,0.07843545880623376f,-0.20787335787935293f,0.7889636942887553f,0.03562864890290072f,1.5176319486564693f,0.6953294140945152f,0.2003002459040202f,-0.3786043605536151f,-0.26710865360900593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3636862051267656f,0.08062729055346932f,-0.7079771071288243f,0.07843545880623376f,0.1076310796826785f,0.7919579746661883f,0.034901533619168056f,1.5176319486564693f,0.7043776649545564f,-0.07938391764479405f,-0.37087774095048015f,-0.26710865360900593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280153f,0.1002767065746611f,0.577470537969014f,-0.05428932188134522f,0.19447088271946422f,0.7913269122677188f,0.05410395678316794f,1.5192983849759578f,-0.5529093197604789f,0.1751877406778848f,-0.5749304167311269f,-0.2848168765299111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638837f,-0.12243673498642474f,0.5656854249492382f,-0.05428932188134522f,-0.12064656068136786f,0.7890725119970483f,0.052999794399837985f,1.5192983849759578f,-0.5660699263076014f,-0.04872183018454948f,-0.5631971429202876f,-0.2848168765299111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10633593084191555f,1.5518675309860888f,-0.14766883924215154f,-0.047053486307054804f,1.117837846602875f,0.1790715523197375f,1.076929978156448f,1.5819819594672082f,1.0865254108920928f,-0.032354217977576594f,-1.1224179195223267f,0.3907707662554175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9470374219532263f,-0.18620098530523962f,-0.26162819896093953f,-0.289946212186578f,-0.2680887352401023f,-0.009948433997035488f,-0.9633428562554296f,1.6356293878181754f,0.17677259815239857f,0.9824613080077833f,-0.05933992593596673f,0.36958360477093066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1798603014066117f,-0.9532225893902f,-0.24293407964747388f,-0.2984375f,-0.10154376794726559f,0.22765079015529782f,-0.9684337772572479f,1.657277899545453f,0.9784370879974832f,0.19885123288003764f,-0.055848473686344775f,0.04007904395839271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9222375886459278f,0.28380691066393254f,0.26254802903076474f,0.30795044954164735f,0.2727143861488609f,0.0038290040605564197f,-0.9620874192688282f,1.6367454266013306f,-0.27405235572057157f,0.9588738061847861f,-0.07386697595479595f,0.3714495872642469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12162886209434078f,0.9620308910168514f,0.24434194202993237f,0.2984375f,0.10061150388346615f,0.23295227078602507f,-0.9672696443194844f,1.657277899545453f,-0.9874632880223664f,0.14223151642641485f,-0.06845765510955938f,0.040079043958392783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.512100680035878e-17f,1.0371524622699503e-16f,-0.15625000000000003f,0f,0.8468992553543242f,-0.5317533744888613f,1.349874124078664f,-1.2246467991473532e-16f,-0.5317533744888613f,-0.8468992553543242f,0.26684105525599544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0473858904642916e-17f,1.2074112359992083e-16f,-0.15625000000000003f,0f,0.9859260946420264f,-0.16718174512763695f,1.5336903809169962f,-1.2246467991473532e-16f,-0.16718174512763695f,-0.9859260946420264f,0.22933243995305086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.102633139452994e-17f,1.113279449690606e-16f,0.15624999999999997f,0f,0.9090616579945455f,-0.4166616156597679f,1.3464295671492406f,-1.2246467991473532e-16f,-0.4166616156597679f,-0.9090616579945455f,0.2179878321132896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1473873234943924e-17f,1.2192599419158745e-16f,0.15624999999999997f,0f,0.9956012972595615f,0.09369128505404561f,1.5336903809169962f,-1.2246467991473532e-16f,0.09369128505404561f,-0.9956012972595615f,0.22933243995305092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,0.29375f,0f,0.8978124736990475f,0.4403779763684797f,2.186793841721365f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.2917364760236331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,0.33125f,0f,0.8978124736990475f,0.4403779763684797f,2.115852717793529f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.15251930956828746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,-0.29375f,0f,0.8978124736990475f,0.4403779763684797f,2.186793841721365f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.29173647602363306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,-0.33125f,0f,0.8978124736990475f,0.4403779763684797f,2.115852717793529f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.1525193095682874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883152271859293f,0.14746956912451015f,0.038545270717118114f,0.1930508042095655f,0.1204298770178628f,0.6004747752950534f,0.7905230477069075f,2.2499581871219827f,0.09343263045578373f,0.7859279677022484f,-0.6112181060386928f,0.3486423945830588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992167498798834f,-0.008952589839077721f,0.038545270717118114f,0.0778657922427074f,0.025012235146414902f,0.6119213177665597f,0.7905230477069075f,2.2590057870618394f,-0.03066390145534531f,0.7908679738097949f,-0.6112181060386928f,0.3530802520078835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9756291812019312f,0.20824778648259634f,0.0691415953847485f,0.05768926672927954f,0.10781693265951525f,0.18052297047149368f,0.9776435782860959f,2.301316141346304f,0.19111046496501147f,0.9612722385241589f,-0.19857611544093118f,0.3130736453061713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9922305953338896f,-0.10343058286119666f,0.0691415953847485f,0.08637051613341791f,0.046755330622049375f,0.2050048118810412f,0.9776435782860959f,2.3015549577599557f,-0.11529260488764229f,0.9732806078591171f,-0.19857611544093118f,0.32423583704158676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05306188162464358f,0.0691415953847485f,0.1425880149807056f,0.07824951299335281f,0.1951667173271645f,0.9776435782860959f,2.349662468503439f,0.038381469620105385f,0.9793336454784912f,-0.19857611544093118f,0.4232858484735438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07816895546980296f,0.038545270717118114f,0.12499999999999997f,0.07824951299335281f,0.6074128124763961f,0.7905230477069075f,2.2129945856962503f,0.038381469620105385f,0.7905310175067607f,-0.6112181060386928f,0.24541636953452287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883152271859293f,-0.14746956912451034f,-0.03854527071711796f,-0.19305080420956555f,-0.1204298770178628f,0.6004747752950534f,0.7905230477069075f,2.2499581871219827f,-0.09343263045578398f,0.7859279677022484f,-0.6112181060386928f,0.3486423945830587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992167498798834f,0.008952589839077527f,-0.03854527071711796f,-0.07786579224270748f,-0.025012235146414902f,0.6119213177665597f,0.7905230477069075f,2.2590057870618394f,0.03066390145534506f,0.7908679738097949f,-0.6112181060386928f,0.3530802520078834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9756291812019312f,-0.2082477864825966f,-0.06914159538474844f,-0.057689266729279626f,-0.10781693265951525f,0.18052297047149368f,0.9776435782860959f,2.301316141346304f,-0.19111046496501172f,0.9612722385241589f,-0.19857611544093118f,0.31307364530617127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9922305953338896f,0.10343058286119641f,-0.06914159538474844f,-0.08637051613341801f,-0.046755330622049375f,0.2050048118810412f,0.9776435782860959f,2.3015549577599557f,0.11529260488764205f,0.9732806078591171f,-0.19857611544093118f,0.32423583704158665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.053061881624643814f,-0.06914159538474844f,-0.14258801498070572f,-0.07824951299335281f,0.1951667173271645f,0.9776435782860959f,2.349662468503439f,-0.038381469620105635f,0.9793336454784912f,-0.19857611544093118f,0.42328584847354367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07816895546980315f,-0.03854527071711796f,-0.12500000000000003f,-0.07824951299335281f,0.6074128124763961f,0.7905230477069075f,2.2129945856962503f,-0.038381469620105635f,0.7905310175067607f,-0.6112181060386928f,0.2454163695345228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3930747917464744e-17f,1.0995031721501058e-16f,-5.8512762461501295e-18f,0f,0.8978124736990475f,0.4403779763684797f,1.7391038811639732f,-1.2246467991473532e-16f,0.4403779763684797f,-0.8978124736990475f,0.04777929644877212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1473873234943924e-17f,1.2192599419158745e-16f,-1.5485737830461576e-18f,0f,0.9956012972595615f,0.09369128505404561f,1.3657533946916376f,-1.2246467991473532e-16f,0.09369128505404561f,-0.9956012972595615f,0.012645064553505019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9963869197989058f,-0.08490537346453518f,0.002045387615264689f,0.15290261838675112f,-0.07987279480437284f,0.928598265775482f,-0.3623887380271437f,0.8432871074337597f,0.028869407749162808f,-0.3612427692779679f,-0.9320247952391597f,0.3509420401654592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9963869197989058f,-0.07832138828992573f,0.03284609855047562f,0.12499999999999999f,-0.07987279480437284f,0.7326799584628269f,-0.6758701170469433f,1.1025593194970944f,0.028869407749162808f,-0.6760516537981762f,-0.7362884751868413f,0.10524916493512505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14765892452832075f,0.09138124322958999f,-0.13729982458448775f,0.16330818502052924f,0.9664316616946897f,0.19834384280673134f,1.1380581666582161f,-0.059026488226442984f,0.21025385913504752f,-0.9758633041602054f,0.3774185503533398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16330818502052924f,0.21094340836599246f,-0.9637599883644469f,1.0916890571400926f,-0.059026488226442984f,-0.9730353455074562f,-0.22297553695605088f,0.043917128883075134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.732407055030352e-17f,-3.525377295180119e-18f,0.10373064584116286f,0.7879124797636489f,-0.6069875429908533f,1.2802754869346675f,-0.07922777271160107f,-0.6017946804161963f,-0.7947113454921398f,0.028786890208953506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.018165734927774232f,-3.504794218642545e-18f,-0.10373064584116286f,0.6957682310707621f,-0.7107366050415851f,1.24239755963824f,0.07922777271160082f,-0.7065404982749843f,-0.7032236374927227f,0.028618816634173372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.433453516460649e-17f,9.732407055030352e-17f,-3.525377295180119e-18f,0f,0.7947113454921398f,-0.6069875429908533f,1.2802754869346675f,-1.2246467991473532e-16f,-0.6069875429908533f,-0.7947113454921398f,0.028786890208953506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.18362311862165e-16f,-3.6424669545806504e-18f,0.0842361667940447f,0.9628237922400593f,-0.25666050202615337f,1.3052102438892015f,-0.022369436688076345f,-0.2556838313280197f,-0.966501622709286f,0.029742999835680607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.18362311862165e-16f,-3.6424669545806504e-18f,-0.0842361667940447f,0.9628237922400593f,-0.25666050202615337f,1.3052102438892015f,0.022369436688076103f,-0.2556838313280197f,-0.966501622709286f,0.029742999835680607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.143184622738815e-17f,1.18362311862165e-16f,-3.6424669545806504e-18f,0f,0.966501622709286f,-0.25666050202615337f,1.3052102438892015f,-1.2246467991473532e-16f,-0.25666050202615337f,-0.966501622709286f,0.029742999835680607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1517244162709229e-16f,-0.19375f,0.12275392598696287f,0.9324086381686321f,-0.3399199981220644f,1.3174899553797716f,-0.04436846301432027f,-0.337011935416316f,-0.9404543555519831f,0.030621171634567273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171942f,0.011376107230962308f,0.19375f,-0.1227539259869629f,0.899234561887425f,-0.41989126730847626f,1.318155677179832f,0.04436846301432004f,-0.41769550113377507f,-0.9075031172521401f,0.0177536761717772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.150772561552922e-17f,1.111060395682158e-16f,-0.007812500000000009f,0f,0.9072496628870639f,-0.42059249778296f,1.1773672299313538f,-1.2246467991473532e-16f,-0.42059249778296f,-0.9072496628870639f,0.07595087458039876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.162819376663605e-17f,1.1517244162709229e-16f,0f,0f,0.9404543555519831f,-0.3399199981220644f,1.3875f,-1.2246467991473532e-16f,-0.3399199981220644f,-0.9404543555519831f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8388067379834772f,0.2264155185735564f,-0.49511541004354254f,-1.0935777042252308f,-0.1530806753548441f,0.9708170229015946f,0.1846093575022395f,2.347065630233582f,0.5224648917835749f,-0.07905897161962308f,0.8489877006529745f,-0.5059444958050662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3312799519810179f,0.2264155185735564f,-0.9159637582156411f,-1.0626722957747692f,0.1530806753548441f,0.9708170229015946f,0.1846093575022395f,2.347065630233582f,0.9310316322490654f,-0.07905897161962308f,-0.3562720572232523f,-0.4174350712870516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3296576901382592f,0.2264155185735564f,-0.9165488640993313f,-0.9406426703851003f,0f,0.9708170229015946f,0.2398214086450266f,2.311092418936828f,0.9441005281921555f,-0.07905897161962308f,0.3200372973166411f,-0.509695378143555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8357440803682028f,-0.2663545544583291f,0.48019483904849736f,1.032772826501449f,0.14749800384097914f,0.9512339825883555f,0.2709211125623523f,2.2492551319480643f,-0.5289387213963767f,-0.15559293585635978f,0.8342749350898451f,-0.4759230915993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3171842154909115f,-0.2663545544583291f,0.9101919713789615f,1.0011955681733116f,-0.2389340991313816f,0.9512339825883555f,0.19510101650522318f,2.254823054568116f,-0.9177715781803718f,-0.15559293585635978f,-0.3653575900346244f,-0.3878269084006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3368240888334656f,-0.2663545544583291f,0.903108401301201f,0.8815179371422002f,-0.05939117461388488f,0.9512339825883555f,0.3026988581859524f,2.206634264530197f,-0.9396926207859084f,-0.15559293585635978f,0.3045794095997133f,-0.4775619114399569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.5536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_play_as_root.mcfunction new file mode 100644 index 000000000..ce6f8906b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/play_as_root +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..c403a2711 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/12_0_opening_attack/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..fd617c87c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..100 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_100 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/end.mcfunction new file mode 100644 index 000000000..28ed11a2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.13_0_former_ending.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/end_loop +execute if score @s aj.ecual.animation.13_0_former_ending.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/13_0_former_ending/stop +execute if score @s aj.ecual.animation.13_0_former_ending.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/13_0_former_ending/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/end_loop.mcfunction new file mode 100644 index 000000000..f79f98ab4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.13_0_former_ending.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/next_frame_as_root.mcfunction new file mode 100644 index 000000000..705f2e856 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/pause_as_root.mcfunction new file mode 100644 index 000000000..0c0f012f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.13_0_former_ending \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/play_as_root.mcfunction new file mode 100644 index 000000000..a4b2ac9c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.13_0_former_ending.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.13_0_former_ending.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.13_0_former_ending \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/resume_as_root.mcfunction new file mode 100644 index 000000000..8fb7b6cf8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.13_0_former_ending.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.13_0_former_ending \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/stop_as_root.mcfunction new file mode 100644 index 000000000..9cfbeeb4a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.13_0_former_ending.local_anim_time 0 +tag @s remove aj.ecual.animation.13_0_former_ending +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick.mcfunction new file mode 100644 index 000000000..b31d3ef71 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick_animation.mcfunction new file mode 100644 index 000000000..9691472a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.13_0_former_ending.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.13_0_former_ending.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root +execute if score @s aj.ecual.animation.13_0_former_ending.local_anim_time matches 100.. run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_100.mcfunction new file mode 100644 index 000000000..1a28ec7be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_100.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..100 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_100 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..8ece6cd2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..890dd81cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..da9239420 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..d2e8c4e64 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..f30d08968 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..eba8ec431 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..e50ffd2c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..a389c36a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_100.mcfunction new file mode 100644 index 000000000..1d619d8df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_100.mcfunction @@ -0,0 +1,5 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..100 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_96_100 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..f3d1dde25 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..524d6c669 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..ece396c38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..3c33bb1eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..817149773 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_96_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_96_100.mcfunction new file mode 100644 index 000000000..fb8042750 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/branch_96_100.mcfunction @@ -0,0 +1,5 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0.mcfunction new file mode 100644 index 000000000..1cc266f8d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/yarare/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..e02e94c5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911391f,-0.11616614544038797f,-0.46842075635335423f,0.043084795571100856f,-0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.235752948116656f,0.46705111511728925f,0.046181678806472684f,-0.6683374543258495f,-0.3165361904103068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507789f,0.14183756177801374f,-0.4588611490808368f,0.043084795571100856f,0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.235752948116656f,0.4400051551851228f,-0.13328955036413048f,-0.6546979144416485f,-0.3165361904103068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6588109486911389f,0.11616614544038793f,0.46842075635335434f,-0.04308479557110079f,0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.235752948116656f,-0.46705111511728936f,0.04618167880647271f,-0.6683374543258492f,-0.31653619041030684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801368f,0.4588611490808369f,-0.04308479557110079f,-0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.235752948116656f,-0.4400051551851229f,-0.13328955036413054f,-0.6546979144416483f,-0.31653619041030684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.42841548834634763f,-0.18059803169560143f,1.4917274450423694f,-0.7019765550604713f,1.2218447439866125f,-0.8610129920677019f,-0.4551464589370252f,1.056431720859224f,0.8746209698705204f,1.2912967236225368f,-0.09485346922728725f,-0.18223776110587395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7309698269877657f,-0.6755902076156601f,0.09623400338396618f,-0.5353034678996053f,-0.6748664011539945f,0.736575612152763f,0.044852069910298886f,1.2419897609441695f,-0.10118523917514682f,-0.03215958575000422f,-0.9943476798471732f,-0.1709754102716604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6385009033121033f,-0.6755902076156601f,0.3686386684050622f,-0.2984375f,-0.6063311111437749f,0.736575612152763f,0.2996981001623767f,1.4699837455908606f,-0.474003354554357f,-0.03215958575000422f,-0.8799355549786613f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,0.29375f,0f,0.9848077530122081f,-0.1736481776669304f,2.0050779927461297f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.07076632554328537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,0.33125f,0f,0.9848077530122081f,-0.1736481776669304f,1.865697506963329f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.14138603017981355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,-0.29375f,0f,0.9848077530122081f,-0.1736481776669304f,2.0050779927461297f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.07076632554328545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,-0.33125f,0f,0.9848077530122081f,-0.1736481776669304f,1.865697506963329f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.14138603017981363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2060416625018976e-16f,0.19523827377799086f,0.1540578740099366f,0.9726831353778541f,-0.1736481776669304f,2.10643006302128f,-0.02716455977853734f,-0.17151028044722008f,-0.9848077530122081f,-0.11084988721845548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,2.7755575615628914e-17f,1.2060416625018976e-16f,0.08005326181113277f,0f,0.9848077530122081f,-0.1736481776669304f,2.1163543476886706f,-1.231653667943533e-16f,-0.17364817766693041f,-0.9848077530122081f,-0.11259980636954776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966776f,1.2060416625018976e-16f,0.05771677939820298f,0.23824655840996278f,0.9555547539512127f,-0.1736481776669304f,2.112100288419487f,-0.042009296308611804f,-0.16849008466583745f,-0.9848077530122081f,-0.11184970094285773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412526f,1.2060416625018976e-16f,0.08682420206637903f,-0.06869671616600714f,0.982408810822135f,-0.1736481776669304f,2.1219495265075015f,0.012113084546138311f,-0.17322517943366064f,-0.9848077530122081f,-0.11358638735719614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.2060416625018976e-16f,0.14461004211822306f,0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,2.2196690165285786f,-0.015134435901338748f,-0.1729873939250895f,-0.9848077530122081f,-0.16254905161041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.2060416625018976e-16f,0.125f,0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,1.9989304575357374f,-0.015134435901338748f,-0.1729873939250895f,-0.9848077530122081f,-0.12362688797726815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2060416625018976e-16f,-0.19523827377799086f,-0.1540578740099366f,0.9726831353778541f,-0.1736481776669304f,2.10643006302128f,0.0271645597785371f,-0.1715102804472201f,-0.9848077530122081f,-0.11084988721845551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,2.7755575615628914e-17f,1.2060416625018976e-16f,-0.08005326181113276f,0f,0.9848077530122081f,-0.1736481776669304f,2.1163543476886706f,-1.196959198423997e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.11259980636954778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2060416625018976e-16f,-0.05771677939820295f,-0.23824655840996278f,0.9555547539512127f,-0.1736481776669304f,2.112100288419487f,0.04200929630861157f,-0.16849008466583748f,-0.9848077530122081f,-0.11184970094285773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.0697564737441253f,1.2060416625018976e-16f,-0.08682420206637902f,0.06869671616600714f,0.982408810822135f,-0.1736481776669304f,2.1219495265075015f,-0.01211308454613855f,-0.17322517943366061f,-0.9848077530122081f,-0.11358638735719616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.2060416625018976e-16f,-0.14461004211822304f,-0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,2.2196690165285786f,0.015134435901338505f,-0.1729873939250895f,-0.9848077530122081f,-0.16254905161041325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.2060416625018976e-16f,-0.12499999999999999f,-0.0858316511774313f,0.981060262190407f,-0.1736481776669304f,1.9989304575357374f,0.015134435901338505f,-0.1729873939250895f,-0.9848077530122081f,-0.12362688797726817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,4.723407155967195e-19f,0f,0.9848077530122081f,-0.1736481776669304f,1.4996429896690722f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16561121050749122f,-0.05221701409779426f,-0.13796731946119498f,0.16042999720436046f,0.7526582569765643f,-0.6385669614081275f,0.8970973323519171f,-0.06645228065352395f,-0.6372428698379007f,-0.7677926928779027f,0.40856834877424136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.05939117461388483f,-0.16317591116653482f,-0.125f,0.16042999720436046f,-0.048419915760496035f,-0.9858588782147044f,0.8362879207163036f,-0.06645228065352395f,-0.9970597776140252f,0.03815618246386543f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1.mcfunction new file mode 100644 index 000000000..b681b46a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10.mcfunction new file mode 100644 index 000000000..48bd3c8a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100.mcfunction new file mode 100644 index 000000000..bea269590 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..e7f5196ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.1559875782959641f,0.7997401996414367f,0.05502665662458318f,0.6807347315050085f,0.19775830437977193f,0.09271673155070428f,-0.7869178516108505f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.158628826467413f,0.7822603725490594f,0.05390366363224475f,0.6807347315050085f,0.21373323121773513f,0.009776585047139116f,-0.7708583036187924f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.1559875782959641f,0.7997401996414367f,0.05502665662458318f,0.6807347315050085f,-0.1977583043797721f,0.09271673155070431f,-0.7869178516108505f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.158628826467413f,0.7822603725490594f,0.05390366363224475f,0.6807347315050085f,-0.2137332312177353f,0.009776585047139082f,-0.7708583036187924f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08000307070741972f,0.5180910064575774f,1.4719332415925517f,-0.523055520231942f,1.5331553425409639f,-0.3005602589862719f,0.02246055111087457f,0.3231465041505621f,0.2905863973338783f,1.44313945609767f,-0.5237502323996025f,0.12616548039218922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38302222155948895f,-0.90630778703665f,-0.17860619515673018f,-0.4519895163316822f,-0.8488732904966828f,0.4215887848958186f,-0.31886836332788127f,0.5396824366961961f,0.36429124951468184f,0.02948035967890286f,-0.9308183463599298f,0.024252066734592917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42221602280006176f,-0.90630778703665f,-0.01843434966653241f,-0.2984375f,-0.9062822985363451f,0.4215887848958186f,0.03025379000631641f,0.8757213361053455f,-0.019647530393838104f,0.02948035967890286f,-0.9993722444327867f,0.024087782339768223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1999641293420577f,0.9762960071199334f,-0.0828278543616082f,0.38535023480041464f,-0.873088074148751f,-0.21591237791676635f,-0.4371487845591616f,1.1563821136665853f,-0.44467017187539987f,-0.015098064246861753f,0.8955671313197573f,0.18168547456028591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1999641293420577f,0.9762960071199334f,-0.0828278543616082f,0.2984375f,-0.873088074148751f,-0.21591237791676635f,-0.4371487845591616f,0.8757213361053455f,-0.44467017187539987f,-0.015098064246861753f,0.8955671313197573f,0.0240877823397683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.476289853398308e-18f,1.2223625860049279e-16f,-0.15625000000000003f,0f,0.9981347984218669f,-0.061048539534856866f,0.5168627272902742f,-1.2246467991473532e-16f,-0.061048539534856866f,-0.9981347984218669f,0.20574758536608873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,-0.15625000000000003f,0f,0.9975640502598242f,0.0697564737441253f,0.704341964674892f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0.21259214887898834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.476289853398308e-18f,1.2223625860049279e-16f,0.15624999999999997f,0f,0.9981347984218669f,-0.061048539534856866f,0.5168627272902742f,-1.2246467991473532e-16f,-0.061048539534856866f,-0.9981347984218669f,0.20574758536608875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,0.15624999999999997f,0f,0.9975640502598242f,0.0697564737441253f,0.704341964674892f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0.21259214887898836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.10733050907475565f,-0.235515307208543f,0.23422113075764703f,-0.01805430392417357f,0.9356865072835648f,-0.35237026292991397f,1.3949633847743177f,0.2581885749168506f,-0.3361114724451353f,-0.9057415403265817f,-0.20107790130987468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.10733050907475565f,-0.235515307208543f,0.2617801028270307f,-0.01805430392417357f,0.9356865072835648f,-0.35237026292991397f,1.245644895611349f,0.2581885749168506f,-0.3361114724451353f,-0.9057415403265817f,-0.25365930821923166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.10733050907475565f,-0.235515307208543f,-0.33326029218718056f,-0.01805430392417357f,0.9356865072835648f,-0.35237026292991397f,1.3843564812188656f,0.2581885749168506f,-0.3361114724451353f,-0.9057415403265817f,-0.049392113546224914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.10733050907475565f,-0.235515307208543f,-0.37814575708947706f,-0.01805430392417357f,0.9356865072835648f,-0.35237026292991397f,1.2336839192615843f,0.2581885749168506f,-0.3361114724451353f,-0.9057415403265817f,-0.08260937733681814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9630587301074326f,0.15614163257237157f,-0.21940299209786063f,0.1341261145929581f,0.13253225976815164f,0.9840601665436554f,0.11857819674299408f,1.4769225849891023f,0.23442073817093603f,0.08511979323111385f,-0.9684015377495463f,-0.179226450558122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9756278117974378f,0.0035636927265410984f,-0.21940299209786063f,0.021784326111497908f,-0.023040357994927776f,0.9926773660966816f,0.11857819674299408f,1.484272270848314f,0.2182189605666947f,0.12074331009834649f,-0.9684015377495463f,-0.15287412042286133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9304807829489278f,0.3361128678193757f,-0.1457177156319205f,-0.014249320493656958f,0.1877518783152361f,0.7790833716290724f,0.5981457449820884f,1.4878886485643397f,0.3145707309204897f,0.529204346294805f,-0.7880279278749182f,-0.21151662612770836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9888044000952817f,0.03212795827974341f,-0.1457177156319205f,0.015407254202799314f,-0.06218735454995608f,0.7989708384502532f,0.5981457449820884f,1.4960866674785525f,0.13564140697548166f,0.6005109437827713f,-0.7880279278749182f,-0.21077791904386958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9716046571369529f,0.18641549715836137f,-0.1457177156319205f,0.07830487117106871f,0.06356485067426246f,0.7988624271541259f,0.5981457449820884f,1.5990753775246906f,0.22791204441306517f,0.5718986666365117f,-0.7880279278749182f,-0.18389186477785013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9716046571369529f,0.08858169838228652f,-0.21940299209786063f,0.05837398903505428f,0.06356485067426246f,0.9909080285354127f,0.11857819674299408f,1.376121071104223f,0.22791204441306517f,0.10126480976020807f,-0.9684015377495463f,-0.20667644697389692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9463356845773832f,-0.1270886811346663f,-0.29714851374843987f,-0.23853494693729627f,-0.16822111509804596f,0.9787662547079492f,0.11712504036346594f,1.4699571059818572f,0.27595367098595663f,0.16082625958600377f,-0.9476204333471021f,-0.0796154599573771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9545657717921692f,0.022515507987020462f,-0.29714851374843987f,-0.12835637969834923f,-0.013037258569584279f,0.9930315980918464f,0.11712504036346594f,1.4814659622681874f,0.2977149932600139f,0.11567755655804692f,-0.9476204333471021f,-0.11274203800512336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.956173767497071f,-0.0542977208967106f,-0.28772119118320144f,-0.12652628698004859f,-0.22301569850372693f,0.7717861328224702f,0.5954915309253617f,1.4857900583605583f,0.18972539253181747f,0.6335597230635477f,-0.7500708984757964f,-0.18150538801382737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9261542108014877f,0.2438337424533225f,-0.28772119118320144f,-0.15212711268672716f,0.0263944977669789f,0.8029278716570984f,0.5954915309253617f,1.4929552506603605f,0.3762202922521624f,0.5439227325249507f,-0.7500708984757964f,-0.16599657221625222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9528957166611637f,0.09594930595333634f,-0.28772119118320144f,-0.19677983084833114f,-0.09953605436825988f,0.7971715063127681f,0.5954915309253617f,1.5939337168712744f,0.2865001344669948f,0.5960799612552877f,-0.7500708984757964f,-0.1103626917680787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9528957166611637f,-0.06076605916052595f,-0.29714851374843987f,-0.18310746753721283f,-0.09953605436825988f,0.988116541102645f,0.11712504036346594f,1.3716074951231796f,0.2865001344669948f,0.14118493989602493f,-0.9476204333471021f,-0.14212930324468426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.10733050907475565f,-0.235515307208543f,-3.2035140858956035e-18f,-0.01805430392417357f,0.9356865072835648f,-0.35237026292991397f,0.905336518847434f,0.2581885749168506f,-0.3361114724451353f,-0.9057415403265817f,0.02615867765404699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,0f,0f,0.9975640502598242f,0.0697564737441253f,0.53125f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,-0.6408563820557889f,-0.6408563820557884f,0.3702943813316773f,-0.90630778703665f,0.2988362387301199f,0.2988362387301197f,0.11602504293652133f,-5.175581015019657e-17f,0.7071067811865472f,-0.7071067811865479f,0.22967960838455737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,-0.6408563820557885f,0.6408563820557888f,0.15f,-0.90630778703665f,0.2988362387301198f,-0.29883623873011983f,0.21875f,-5.175581015019657e-17f,-0.7071067811865478f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,0.6408563820557887f,0.6408563820557887f,-0.3653211432709208f,0.90630778703665f,0.2988362387301199f,0.2988362387301197f,0.10668641047620508f,-5.175581015019657e-17f,0.7071067811865475f,-0.7071067811865477f,0.22677669529663688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,0.6408563820557888f,-0.6408563820557885f,-0.125f,0.90630778703665f,0.2988362387301198f,-0.29883623873011983f,0.21875f,-5.175581015019657e-17f,-0.7071067811865476f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3937500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3937500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3937500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3937500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3937500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3937500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.46250000000000013f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.46250000000000013f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.53125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06241322431906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03116322431906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02220767805628604f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10810113317979034f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.014398866820209716f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06492342960939976f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6973725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..e890d4476 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7561811864070885f,-0.13333514546770686f,-0.27812981996096303f,0.030977979581417237f,-0.13585387343918662f,0.8051162820348493f,-0.016611499582970958f,0.9177974525428236f,0.2769082570816221f,0.03088617538529215f,-0.7676667934556839f,-0.3437237126047828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.73434658492809f,0.16280071840862792f,-0.2724537011862495f,0.030977979581417237f,0.17886568082867513f,0.7795782669564562f,-0.016272489387400123f,0.9177974525428236f,0.2621872640426038f,-0.07585282970860849f,-0.7520001242014863f,-0.3437237126047828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7561811864070885f,0.13333514546770686f,0.27812981996096325f,-0.03097797958141714f,0.13585387343918662f,0.8051162820348493f,-0.016611499582970958f,0.9177974525428236f,-0.2769082570816223f,0.030886175385292196f,-0.7676667934556839f,-0.34372371260478285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.73434658492809f,-0.16280071840862792f,0.27245370118624973f,-0.03097797958141714f,-0.17886568082867513f,0.7795782669564562f,-0.016272489387400123f,0.9177974525428236f,-0.262187264042604f,-0.07585282970860854f,-0.7520001242014863f,-0.34372371260478285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3228233751604027f,0.24715504954253256f,1.508676804334074f,-0.6340373212128788f,1.4392456416393966f,-0.5690926628928001f,-0.21473652242593208f,0.6420463242322212f,0.5155223578779555f,1.4340342299008104f,-0.3452372749294938f,-0.005996916251444662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5812608343291035f,-0.8070987771199438f,-0.10357319366769456f,-0.5103519777158018f,-0.7906020164643288f,0.590278251739331f,-0.16284973775261674f,0.8501642192974246f,0.19257282787966648f,-0.012772998671031953f,-0.9811995497692496f,-0.06698828525582325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5766507331408601f,-0.8070987771199438f,0.12674973743404647f,-0.2984375f,-0.792740917976471f,0.590278251739331f,0.15209675371085735f,1.1455695288131158f,-0.19757471734493443f,-0.012772998671031953f,-0.9802046120943418f,-0.0013778966381445858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.19388350165093146f,0.9553329284167638f,0.22304300856611492f,0.4272041037309594f,0.6441506040944739f,0.047507777866164495f,-0.7634219084405056f,0.8850698417935373f,-0.7399183651135426f,0.2916882015523937f,-0.6061673086226546f,0.16213971309256725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.31816148979804654f,0.9050442133377744f,0.282255625831084f,0.2984375f,0.7958889582813492f,0.41675462962461324f,-0.43917689462479764f,1.1455695288131158f,-0.5151058459145232f,0.0849149609330463f,-0.8529099699935643f,-0.001377896638144513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.9128599173855645e-17f,1.1217833378078499e-16f,-0.15625000000000003f,0f,0.9160056096083207f,-0.40116545609771637f,0.8077207082765991f,-1.2246467991473532e-16f,-0.40116545609771637f,-0.9160056096083207f,0.23651389129192973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.8514266125416122e-17f,1.2105709304479372e-16f,-0.15625000000000003f,0f,0.9885061809582844f,-0.15118045577146386f,0.9921207393577058f,-1.2246467991473532e-16f,-0.15118045577146386f,-0.9885061809582844f,0.201989392203791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.172508181328922e-17f,1.1513737609609184e-16f,0.15624999999999997f,0f,0.9401680237620753f,-0.34071114906224265f,0.8047998335717089f,-1.2246467991473532e-16f,-0.34071114906224265f,-0.9401680237620753f,0.21229428208741774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.6493862759117297e-18f,1.224360183074392e-16f,0.15624999999999997f,0f,0.9997659602154999f,-0.02163388070549266f,0.9921207393577058f,-1.2246467991473532e-16f,-0.02163388070549266f,-0.9997659602154999f,0.20198939220379103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.8198941840172276e-18f,1.2243220990984979e-16f,0.29375f,0f,0.9997348622892075f,0.023026183434934473f,1.6839863284729393f,-1.2246467991473532e-16f,0.023026183434934473f,-0.9997348622892075f,0.03157800982815733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.8198941840172276e-18f,1.2243220990984979e-16f,0.33125f,0f,0.9997348622892075f,0.023026183434934473f,1.5611781753838134f,-1.2246467991473532e-16f,0.023026183434934473f,-0.9997348622892075f,-0.06502540644082268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.8198941840172276e-18f,1.2243220990984979e-16f,-0.29375f,0f,0.9997348622892075f,0.023026183434934473f,1.6839863284729393f,-1.2246467991473532e-16f,0.023026183434934473f,-0.9997348622892075f,0.031578009828157255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.8198941840172276e-18f,1.2243220990984979e-16f,-0.33125f,0f,0.9997348622892075f,0.023026183434934473f,1.5611781753838134f,-1.2246467991473532e-16f,0.023026183434934473f,-0.9997348622892075f,-0.06502540644082275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878861081724375f,0.15360625692086674f,0.022048925476666044f,0.1942391542286043f,0.15372674616621895f,0.9492974273354877f,0.27423070938057104f,1.7792037700144363f,0.021192564570192557f,0.27429821780132835f,-0.9614111310557795f,0.0385508334979739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997529035060717f,-0.002824325849429654f,0.022048925476666044f,0.07905414226174622f,0.003331279616708274f,0.961658162035109f,0.27423070938057104f,1.7892784808754398f,-0.021978046029950744f,0.2742363990697663f,-0.9614111310557795f,0.038782877161839126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9721992886251196f,0.22990327593461343f,0.04441876755769418f,0.057173819995973f,0.2182699065659623f,0.8211106632506683f,0.5273855578073159f,1.791006241390169f,0.0847749437304298f,0.5224191443760274f,-0.8484641692522565f,0.002604364441781963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956604879107012f,-0.08177509340917957f,0.04441876755769418f,0.08612913724826184f,-0.0461501322562483f,0.8483717573734978f,0.5273855578073159f,1.7991199656018386f,-0.08081063114563146f,0.5230470298060422f,-0.8484641692522565f,0.009163534148098895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07498730947668082f,0.04441876755769418f,0.14397214139727066f,0.08713263447354364f,0.8451463644990529f,0.5273855578073159f,1.9038181609180889f,0.0020068641199154132f,0.5292490207751757f,-0.8484641692522565f,0.04043843302544232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08432062843231422f,0.022048925476666044f,0.125f,0.08713263447354364f,0.957708422246734f,0.27423070938057104f,1.6883337659125741f,0.0020068641199154132f,0.2751083597029559f,-0.9614111310557795f,-0.021460947907722662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878861081724375f,-0.1536062569208668f,-0.022048925476665808f,-0.19423915422860433f,-0.15372674616621895f,0.9492974273354877f,0.27423070938057104f,1.7792037700144363f,-0.0211925645701928f,0.27429821780132835f,-0.9614111310557795f,0.038550833497973856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997529035060717f,0.0028243258494295986f,-0.022048925476665808f,-0.07905414226174623f,-0.003331279616708274f,0.961658162035109f,0.27423070938057104f,1.7892784808754398f,0.0219780460299505f,0.2742363990697663f,-0.9614111310557795f,0.03878287716183911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9721992886251196f,-0.22990327593461354f,-0.04441876755769397f,-0.05717381999597301f,-0.2182699065659623f,0.8211106632506683f,0.5273855578073159f,1.791006241390169f,-0.08477494373043006f,0.5224191443760274f,-0.8484641692522565f,0.002604364441781949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9956604879107012f,0.08177509340917946f,-0.04441876755769397f,-0.08612913724826185f,0.0461501322562483f,0.8483717573734978f,0.5273855578073159f,1.7991199656018386f,0.08081063114563121f,0.5230470298060422f,-0.8484641692522565f,0.009163534148098881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07498730947668093f,-0.04441876755769397f,-0.1439721413972707f,-0.08713263447354364f,0.8451463644990529f,0.5273855578073159f,1.9038181609180889f,-0.002006864119915657f,0.5292490207751757f,-0.8484641692522565f,0.04043843302544229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08432062843231428f,-0.022048925476665808f,-0.125f,-0.08713263447354364f,0.957708422246734f,0.27423070938057104f,1.6883337659125741f,-0.002006864119915657f,0.2751083597029559f,-0.9614111310557795f,-0.02146094790772269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.8198941840172276e-18f,1.2243220990984979e-16f,2.4739732581209286e-19f,0f,0.9997348622892075f,0.023026183434934473f,1.1752500807570134f,-1.2246467991473532e-16f,0.023026183434934473f,-0.9997348622892075f,-0.002020152471588864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.6493862759117297e-18f,1.224360183074392e-16f,-7.461225276548058e-19f,0f,0.9997659602154999f,-0.02163388070549266f,0.800337845676201f,-1.2246467991473532e-16f,-0.02163388070549266f,-0.9997659602154999f,0.006092552792970883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7778974839991898f,-0.6184469179052886f,-0.11135041141001467f,0.2473530475999597f,-0.6164649242288032f,0.7854163823325768f,-0.05560668628126786f,0.4175632489198675f,0.12184622104647425f,0.025387321580990163f,-0.9922242600942778f,0.3478477862378718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7778974839991898f,-0.33831678436222357f,0.5295443870031435f,0.13757380813529668f,-0.6164649242288032f,0.24745939135638384f,-0.7474856833579517f,0.5035202234370952f,0.12184622104647425f,-0.9079127728192465f,-0.4010584687652922f,0.08187700672682569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7640534993579355f,0.6261589370438156f,0.15539380836781116f,-0.24341511405389546f,0.6329084887116656f,0.7741887828488814f,-0.007653327882893496f,0.4196473191238458f,-0.1250963430145285f,0.09250250845856306f,-0.9878229552370529f,0.3534467601664636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7640534993579355f,0.3473410347950515f,-0.5436694360237624f,-0.125f,0.6329084887116656f,0.24014744779645025f,-0.7360407925064797f,0.5047468119700925f,-0.1250963430145285f,-0.9064675442972869f,-0.40332058725043707f,0.06075002755255939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9711763276998552f,0.23836220446082382f,9.55221799208456e-17f,-2.367072839265233e-18f,0.18592199315499597f,0.7575153911642197f,-0.6257822661362281f,0.6786445051222574f,-0.14916284046872133f,-0.6077449231658755f,-0.7799977919131612f,0.019328616552244132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9712012205539379f,-0.23768719862541127f,0.016522251787986324f,-2.3993405656135646e-18f,-0.18584286578088793f,0.7123161822271071f,-0.6768072737314115f,0.6600797916349807f,0.14909935758710768f,-0.6603865929491628f,-0.7359748157512651f,0.019592102533433138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.663622491869089e-17f,9.55221799208456e-17f,-2.367072839265233e-18f,0f,0.7799977919131612f,-0.6257822661362281f,0.6786445051222574f,-1.2246467991473532e-16f,-0.6257822661362281f,-0.7799977919131612f,0.019328616552244132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9656585858928656f,0.2598143481245623f,1.2221410973446478e-16f,-2.6749448065650586e-18f,0.25928275217304575f,0.9636827897195082f,-0.06393696289312756f,0.6909017971301527f,-0.016611740335142382f,-0.061741277173662144f,-0.9979539392056143f,0.02184258194630043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9656585858928656f,-0.2598143481245623f,1.2221410973446478e-16f,-2.6749448065650586e-18f,-0.25928275217304575f,0.9636827897195082f,-0.06393696289312756f,0.6909017971301527f,0.016611740335142147f,-0.061741277173662214f,-0.9979539392056143f,0.02184258194630043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,7.830019695427176e-18f,1.2221410973446478e-16f,-2.6749448065650586e-18f,0f,0.9979539392056143f,-0.06393696289312756f,0.6909017971301527f,-1.2246467991473532e-16f,-0.06393696289312756f,-0.9979539392056143f,0.02184258194630043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9232868638447902f,0.38411113893201776f,1.2014041448639087e-16f,-0.19375f,0.3768210676928386f,0.9057637401198672f,-0.19390185668760082f,0.7331706727783764f,-0.07447986301330735f,-0.17902703715477686f,-0.9810209324846749f,0.02858290361615264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9232868638447902f,-0.38374985416581897f,0.016655824187487667f,0.19375f,-0.3768210676928386f,0.8965038319443687f,-0.23299519791594886f,0.7346109605524582f,0.07447986301330713f,-0.22139767102834595f,-0.972335241194488f,0.02241787799002885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.4126694683402795e-17f,1.1761363244371114e-16f,-0.007812500000000005f,0f,0.9603881913184955f,-0.27866560960403547f,0.5822146020840615f,-1.2246467991473532e-16f,-0.27866560960403547f,-0.9603881913184955f,0.0433249461036358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.3746128814119916e-17f,1.2014041448639087e-16f,0f,0f,0.9810209324846749f,-0.19390185668760082f,0.801411466686106f,-1.2246467991473532e-16f,-0.19390185668760082f,-0.9810209324846749f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.05995984328677384f,0.5637826275381497f,-0.8237438716489516f,-0.01843561765406765f,-0.9981506701948609f,0.04213305579947013f,-0.043818320352881024f,0.06382477935149003f,0.010002838725800774f,0.8248478371767594f,0.5652662989443525f,0.9589061169347279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.05995984328677384f,0.5637826275381497f,-0.8237438716489516f,-0.012814382345932601f,-0.9981506701948609f,0.04213305579947013f,-0.043818320352881024f,-0.029751845979278185f,0.010002838725800774f,0.8248478371767594f,0.5652662989443525f,0.9598438830652718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.05995984328677384f,0.5637826275381497f,-0.8237438716489516f,0.10793658074734264f,-0.9981506701948609f,0.04213305579947013f,-0.043818320352881024f,0.023609214739038077f,0.010002838725800774f,0.8248478371767594f,0.5652662989443525f,0.874585055158347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10951259986589626f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.015810333506315638f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06633489629550568f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.9675339666861059f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11.mcfunction new file mode 100644 index 000000000..47324ee98 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..96fb197de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7646471604340044f,-0.13482792510662922f,-0.25314145274154437f,0.029925337705197175f,-0.1370676760468351f,0.8049477157013053f,-0.014699374640259012f,0.8789610214401169f,0.25193573916333944f,0.0287236843586615f,-0.776303920982968f,-0.3472452544880977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.742568105413537f,0.16462338561906112f,-0.24797530064477816f,0.029925337705197175f,0.17770396824534412f,0.7798807327484661f,-0.014399387402702706f,0.8789610214401169f,0.23877585408162177f,-0.06844840096768727f,-0.7604609838200503f,-0.3472452544880977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7646471604340044f,0.13482792510662922f,0.25314145274154454f,-0.029925337705197078f,0.1370676760468351f,0.8049477157013053f,-0.014699374640259012f,0.8789610214401169f,-0.2519357391633396f,0.028723684358661527f,-0.776303920982968f,-0.3472452544880977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.742568105413537f,-0.16462338561906112f,0.24797530064477832f,-0.029925337705197078f,-0.17770396824534412f,0.7798807327484661f,-0.014399387402702706f,0.8789610214401169f,-0.2387758540816219f,-0.06844840096768731f,-0.7604609838200503f,-0.3472452544880977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.29931520805992706f,0.29239121892434744f,1.5054315100063427f,-0.6218086019184552f,1.4604415844185255f,-0.5223267507112423f,-0.18892166099349686f,0.5946599385260636f,0.467896393152532f,1.4432908198237007f,-0.37335080646421703f,0.01576499285673405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5576335426893849f,-0.821185353438005f,-0.12124127748660891f,-0.5045644996989195f,-0.7982719708403853f,0.5705592851490444f,-0.19293512562729048f,0.8038210812935934f,0.22761083594216894f,-0.010803584086326234f,-0.9736922460061991f,-0.05377342328766561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5615832449453855f,-0.821185353438005f,0.10138478335287922f,-0.2984375f,-0.81134021133572f,0.5705592851490444f,0.12723664409249594f,1.1058649175821091f,-0.16233089806417142f,-0.010803584086326234f,-0.9866772329919087f,-0.0012258261048669972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.12442226367679576f,0.966521309859882f,0.22440066374295714f,0.4321542083530473f,0.6745694690474768f,0.08345566063243881f,-0.7334788232371867f,0.8379314791446533f,-0.727650418628717f,0.24263493214115114f,-0.6416020246027219f,0.14543018760965265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.33380448280084113f,0.9073348633327912f,0.25557388959541233f,0.2984375f,0.8194654720568773f,0.41331604001977773f,-0.3970468375002734f,1.1058649175821091f,-0.4658872260200553f,0.07689796384322845f,-0.8814963390667617f,-0.0012258261048669243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.5165989283582075e-17f,1.138315915669017e-16f,-0.15625000000000003f,0f,0.9295054839171235f,-0.3688082908070179f,0.7668480096851027f,-1.2246467991473532e-16f,-0.3688082908070179f,-0.9295054839171235f,0.2327626070750811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6225242963953002e-17f,1.2138508688211773e-16f,-0.15625000000000003f,0f,0.99118445389014f,-0.13248916320403273f,0.9518670375194788f,-1.2246467991473532e-16f,-0.13248916320403273f,-0.99118445389014f,0.2017259861375116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.860404360336373e-17f,1.1622102066359668e-16f,0.15624999999999997f,0f,0.9490166531649312f,-0.3152259380438619f,0.764518964363633f,-1.2246467991473532e-16f,-0.3152259380438619f,-0.9490166531649312f,0.21152455668590456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.318462572830849e-18f,1.2244273174801743e-16f,0.15624999999999997f,0f,0.9998207796179832f,-0.018931683604162836f,0.9518670375194788f,-1.2246467991473532e-16f,-0.018931683604162836f,-0.9998207796179832f,0.20172598613751166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.7909021732907024e-18f,1.2232768811122832e-16f,0.29375f,0f,0.9988813770337507f,0.0472863047314749f,1.6433179104875837f,-1.2246467991473532e-16f,0.0472863047314749f,-0.9988813770337507f,0.0441491311333428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.7909021732907024e-18f,1.2232768811122832e-16f,0.33125f,0f,0.9988813770337507f,0.0472863047314749f,1.5228908294269405f,-1.2246467991473532e-16f,0.0472863047314749f,-0.9988813770337507f,-0.055406786055005666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.7909021732907024e-18f,1.2232768811122832e-16f,-0.29375f,0f,0.9988813770337507f,0.0472863047314749f,1.6433179104875837f,-1.2246467991473532e-16f,0.0472863047314749f,-0.9988813770337507f,0.044149131133342734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.7909021732907024e-18f,1.2232768811122832e-16f,-0.33125f,0f,0.9988813770337507f,0.0472863047314749f,1.5228908294269405f,-1.2246467991473532e-16f,0.0472863047314749f,-0.9988813770337507f,-0.05540678605500575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879372072311159f,0.15287550633667493f,0.02468104800627844f,0.19407677938364004f,0.15248400984311195f,0.9325918389367008f,0.32714077809228886f,1.736340392663201f,0.026994468147172265f,0.32695801184703777f,-0.9446532470586673f,0.05638047942566026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996890588738279f,-0.003554073335227406f,0.02468104800627844f,0.07889176741678194f,0.004717173224287913f,0.9449638403589545f,0.32714077809228886f,1.7464065026266093f,-0.024485380224379953f,0.3271554813491346f,-0.9446532470586673f,0.056857001617518256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9726796260227077f,0.22687054496303627f,0.049235159677819995f,0.05723270873987524f,0.21025490035392508f,0.7709814155682824f,0.6011493439449873f,1.7517311491089322f,0.09842368616083493f,0.595077652644176f,-0.7976185587898584f,0.016773800406589323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.995180150513113f,-0.08480782438075672f,0.049235159677819995f,0.08614964431285635f,-0.038282066693264255f,0.7982192365786507f,0.6011493439449873f,1.7592123917224805f,-0.09028261955875107f,0.5963670709215919f,-0.7976185587898584f,0.024197241052629687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0719167751320618f,0.049235159677819995f,0.1438073210216764f,0.08705824833218014f,0.7943804678312804f,0.6011493439449873f,1.8606667884862176f,0.0041212730106636765f,0.6031481159572337f,-0.7976185587898584f,0.06504136211181502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08358809342967306f,0.02468104800627844f,0.125f,0.08705824833218014f,0.940956838917973f,0.32714077809228886f,1.648951499729674f,0.0041212730106636765f,0.3280445974715755f,-0.9446532470586673f,-0.008768672319289345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879372072311159f,-0.152875506336675f,-0.024681048006278204f,-0.19407677938364004f,-0.15248400984311195f,0.9325918389367008f,0.32714077809228886f,1.736340392663201f,-0.02699446814717251f,0.32695801184703777f,-0.9446532470586673f,0.05638047942566022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996890588738279f,0.0035540733352273507f,-0.024681048006278204f,-0.07889176741678197f,-0.004717173224287913f,0.9449638403589545f,0.32714077809228886f,1.7464065026266093f,0.02448538022437971f,0.32715548134913464f,-0.9446532470586673f,0.05685700161751823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9726796260227077f,-0.22687054496303644f,-0.04923515967781979f,-0.057232708739875265f,-0.21025490035392508f,0.7709814155682824f,0.6011493439449873f,1.7517311491089322f,-0.09842368616083517f,0.595077652644176f,-0.7976185587898584f,0.016773800406589323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.995180150513113f,0.08480782438075658f,-0.04923515967781979f,-0.08614964431285636f,0.038282066693264255f,0.7982192365786507f,0.6011493439449873f,1.7592123917224805f,0.09028261955875082f,0.5963670709215919f,-0.7976185587898584f,0.024197241052629673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07191677513206193f,-0.04923515967781979f,-0.14380732102167643f,-0.08705824833218014f,0.7943804678312804f,0.6011493439449873f,1.8606667884862176f,-0.004121273010663921f,0.6031481159572337f,-0.7976185587898584f,0.065041362111815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08358809342967312f,-0.024681048006278204f,-0.125f,-0.08705824833218014f,0.940956838917973f,0.32714077809228886f,1.648951499729674f,-0.004121273010663921f,0.3280445974715755f,-0.9446532470586673f,-0.008768672319289373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.7909021732907024e-18f,1.2232768811122832e-16f,2.1894975919457688e-19f,0f,0.9988813770337507f,0.0472863047314749f,1.135547096977018f,-1.2246467991473532e-16f,0.0472863047314749f,-0.9988813770337507f,-0.0017878604618655463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.318462572830849e-18f,1.2244273174801743e-16f,-6.504737056169916e-19f,0f,0.9998207796179832f,-0.018931683604162836f,0.7606143046202744f,-1.2246467991473532e-16f,-0.018931683604162836f,-0.9998207796179832f,0.005311520889695517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7338033555181549f,-0.6576251574277285f,-0.17047518220682858f,0.2645968339687465f,-0.6694694238508092f,0.742648178938947f,0.016863358133272943f,0.3687425674327548f,0.11551331507303281f,0.12650231079636742f,-0.9852176609277858f,0.3351103937432843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7338033555181549f,-0.3810619297685158f,0.5624272762868022f,0.13911885843417407f,-0.6694694238508092f,0.26483983919683274f,-0.694024891558697f,0.46246373925434564f,0.11551331507303281f,-0.8858056588526009f,-0.4494496732511304f,0.08117689204847435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7207294705223721f,0.6600299345938987f,0.21191865363982165f,-0.26034089107656166f,0.6831221875947625f,0.7282127615671177f,0.0552290748296409f,0.369068603169458f,-0.11786902534715064f,0.18457155612597928f,-0.9757254908697154f,0.3400823272619096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7207294705223721f,0.3888330815397488f,-0.5738970857399818f,-0.125f,0.6831221875947625f,0.2576133301013636f,-0.6833589459206866f,0.4634600777149157f,-0.11786902534715064f,-0.8845587639350982f,-0.4512900242741068f,0.05957387233518703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9678727441758205f,0.2514405517842473f,9.572895963773355e-17f,-2.106305259478124e-18f,0.19654762866977016f,0.7565728414607255f,-0.6236718409775561f,0.6369021557915481f,-0.1568163918276941f,-0.6036349761921331f,-0.7816862764381027f,0.01719928767171576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9679020857257775f,-0.25086362042696825f,0.01526421940236828f,-2.1250514397742657e-18f,-0.1964593201437937f,0.7173207656690526f,-0.6684718802377574f,0.6206622494747034f,0.1567459344810193f,-0.6500141252974725f,-0.7435807615433805f,0.01735236185040298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.637777237715013e-17f,9.572895963773355e-17f,-2.106305259478124e-18f,0f,0.7816862764381027f,-0.6236718409775561f,0.6369021557915481f,-1.2246467991473532e-16f,-0.6236718409775561f,-0.7816862764381027f,0.01719928767171576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9598293563001722f,0.2805844022471618f,1.2239259886474145e-16f,-2.4099975572087425e-18f,0.2804192540726844f,0.9592644137562059f,-0.0343049041141619f,0.6475959761669496f,-0.009625421015018436f,-0.03292685403383511f,-0.9994114135598603f,0.01967912347369606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9598293563001722f,-0.2805844022471618f,1.2239259886474145e-16f,-2.4099975572087425e-18f,-0.2804192540726844f,0.9592644137562059f,-0.0343049041141619f,0.6475959761669496f,0.0096254210150182f,-0.032926854033835176f,-0.9994114135598603f,0.01967912347369606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,4.201139101846521e-18f,1.2239259886474145e-16f,-2.4099975572087425e-18f,0f,0.9994114135598603f,-0.0343049041141619f,0.6475959761669496f,-1.2246467991473532e-16f,-0.0343049041141619f,-0.9994114135598603f,0.01967912347369606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9103760442060436f,0.41378189681975663f,1.2068141409394512e-16f,-0.19375f,0.4077566239461889f,0.8971196303173278f,-0.17003206911435026f,0.6933636970586486f,-0.07035619207832391f,-0.15479312246849072f,-0.9854385295251514f,0.028060190559263575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9103760442060436f,-0.41348345964086974f,0.015712629925411253f,0.19375f,-0.4077566239461889f,0.8900159245930487f,-0.2039759534817449f,0.6948094130924736f,0.07035619207832369f,-0.19210175057556844f,-0.9788497962721554f,0.02267764360047594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.126176369220419e-17f,1.1840734756539121e-16f,-0.007812500000000005f,0f,0.9668693671336995f,-0.2552716727302096f,0.5414644602475169f,-1.2246467991473532e-16f,-0.2552716727302096f,-0.9668693671336995f,0.03799154044273763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.082292291932906e-17f,1.2068141409394512e-16f,0f,0f,0.9854385295251514f,-0.17003206911435026f,0.7616483816882929f,-1.2246467991473532e-16f,-0.17003206911435026f,-0.9854385295251514f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13072998406990033f,0.6528915200354087f,-0.7460846696796131f,-0.021752968003276696f,-0.9877482141948231f,0.021082740357821206f,-0.15462530004479486f,0.005990060024285461f,-0.0852240378063711f,0.7571579631258317f,0.6476485792890462f,0.9877868863743682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13072998406990033f,0.6528915200354087f,-0.7460846696796131f,-0.009497031996723554f,-0.9877482141948231f,0.021082740357821206f,-0.15462530004479486f,-0.0866113350564792f,-0.0852240378063711f,0.7571579631258317f,0.6476485792890462f,0.979797132830021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.13072998406990033f,0.6528915200354087f,-0.7460846696796131f,0.09628770045194185f,-0.9877482141948231f,0.021082740357821206f,-0.15462530004479486f,-0.017116842509377637f,-0.0852240378063711f,0.7571579631258317f,0.6476485792890462f,0.8866447227088377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1444239258710872f,-0.9374433164312526f,-0.31676767214215035f,0.5447588412666229f,0.9884297806239821f,-0.15166840058138265f,-0.0018069423653839095f,0.015410437910821112f,-0.04634974014608216f,-0.3133635663944667f,0.9485014374501133f,-0.5830761296358362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.15882726464804303f,-0.9374433164312526f,-0.3097965921097175f,0.5589774961819368f,0.9873026506743579f,-0.15166840058138265f,-0.047224699432309995f,-0.07722648660556611f,-0.0027158747775500973f,-0.3133635663944667f,0.9496293483674212f,-0.5807755713243832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15166565243001495f,-0.9374433164312526f,-0.3133648964886655f,0.5988729031975797f,0.9881271948414636f,-0.15166840058138265f,-0.02452229760493857f,-0.02722967970663171f,-0.024539288655498693f,-0.3133635663944667f,0.9493161215152846f,-0.7243232687074024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.9277708816882928f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12.mcfunction new file mode 100644 index 000000000..0f94c57a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..a6c1413f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7721778901909079f,-0.13615579594719537f,-0.22835794178164295f,0.028988982186575182f,-0.13813279403093928f,0.8047986328232105f,-0.012764648978401604f,0.8408934542168794f,0.22716751871244412f,0.026555682637081506f,-0.7839860704158934f,-0.3507252220088374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.74988138664614f,0.166244701034736f,-0.22369757562283393f,0.028988982186575182f,0.17668412277329215f,0.7801450936166894f,-0.012504145938026063f,0.8408934542168794f,0.21554727259117543f,-0.06112554526283159f,-0.7679863546931202f,-0.3507252220088374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7721778901909079f,0.13615579594719537f,0.22835794178164312f,-0.028988982186575085f,0.13813279403093928f,0.8047986328232105f,-0.012764648978401604f,0.8408934542168794f,-0.22716751871244428f,0.026555682637081534f,-0.7839860704158934f,-0.35072522200883743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.74988138664614f,-0.166244701034736f,0.2236975756228341f,-0.028988982186575085f,-0.17668412277329215f,0.7801450936166894f,-0.012504145938026063f,0.8408934542168794f,-0.2155472725911756f,-0.061125545262831635f,-0.7679863546931202f,-0.35072522200883743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2742683472718894f,0.3347521902665647f,1.501374068910371f,-0.6091532059550907f,1.4796179803140737f,-0.4744168128256183f,-0.16451616953869114f,0.5490541714268093f,0.4206111696282538f,1.4506122530918175f,-0.40027063989734835f,0.037063354632447865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5336619625223786f,-0.8345411390012496f,-0.1369160219669715f,-0.49839207118422024f,-0.8042080447222888f,0.5508726182194781f,-0.2231339940483525f,0.7588271459825638f,0.2616377850401513f,-0.008969158852088469f,-0.9651244601753546f,-0.04076034488925058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5454348576863257f,-0.8345411390012496f,0.07772968117260305f,-0.2984375f,-0.8283810351195993f,0.5508726182194781f,0.10160816478117493f,1.0669281322799922f,-0.12761534654922552f,-0.008969158852088469f,-0.9917831806975792f,-0.0010708301430496902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.05538420396553782f,0.9727300414242165f,0.22523067389222556f,0.43677904586568433f,0.7017823147196937f,0.12253490313989363f,-0.7017740236423444f,0.7926495946407299f,-0.7102352938975736f,0.1969300993330863f,-0.6758582419996728f,0.12857082952193752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.34852648921430024f,0.9090858969818897f,0.228236978214722f,0.2984375f,0.8398526068734289f,0.41100402427041643f,-0.3545748027728829f,1.0669281322799922f,-0.4161452691595329f,0.06810670996426245f,-0.9067439500840266f,-0.0010708301430496173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.122276533427804e-17f,1.1531817482432516e-16f,-0.15625000000000003f,0f,0.9416443574148412f,-0.33660942373734976f,0.726830047265855f,-1.2246467991473532e-16f,-0.33660942373734976f,-0.9416443574148412f,0.2290743841847767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.3973000789177557e-17f,1.2166492130258506e-16f,-0.15625000000000003f,0f,0.9934694753400974f,-0.11409821018522326f,0.9123924600784656f,-1.2246467991473532e-16f,-0.11409821018522326f,-0.9934694753400974f,0.20147178555417178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.551351046466868e-17f,1.1720233957176132e-16f,0.15624999999999997f,0f,0.9570297301504576f,-0.2899898198353563f,0.7250190550900388f,-1.2246467991473532e-16f,-0.2899898198353563f,-0.9570297301504576f,0.2107733769794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.9936725294424714e-18f,1.2244845077200416e-16f,0.15624999999999997f,0f,0.9998674789927801f,-0.016279571635107765f,0.9123924600784656f,-1.2246467991473532e-16f,-0.016279571635107765f,-0.9998674789927801f,0.20147178555417183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.70356185524104e-18f,1.2215500741946917e-16f,0.29375f,0f,0.9974713321793537f,0.07106997594164124f,1.603144002167725f,-1.2246467991473532e-16f,0.07106997594164124f,-0.9974713321793537f,0.05646682446072998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.70356185524104e-18f,1.2215500741946917e-16f,0.33125f,0f,0.9974713321793537f,0.07106997594164124f,1.4851228958898346f,-1.2246467991473532e-16f,0.07106997594164124f,-0.9974713321793537f,-0.045929859923789576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.70356185524104e-18f,1.2215500741946917e-16f,-0.29375f,0f,0.9974713321793537f,0.07106997594164124f,1.603144002167725f,-1.2246467991473532e-16f,0.07106997594164124f,-0.9974713321793537f,0.05646682446072991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.70356185524104e-18f,1.2215500741946917e-16f,-0.33125f,0f,0.9974713321793537f,0.07106997594164124f,1.4851228958898346f,-1.2246467991473532e-16f,0.07106997594164124f,-0.9974713321793537f,-0.04592985992378966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879928385027037f,0.15207994208826114f,0.027236781781285274f,0.1939096853821308f,0.15101798609545802f,0.9133884731558006f,0.3780410890125403f,1.6937360026561605f,0.03261470439912442f,0.3776151325364841f,-0.9253880768285332f,0.07368905858094416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996195515645419f,-0.004348545515790378f,0.027236781781285274f,0.0787246734152727f,0.0062732669146015885f,0.9257675632362752f,0.3780410890125403f,1.703787903057869f,-0.026858857982468634f,0.37806812747369534f,-0.9253880768285332f,0.07440525793091077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731972024259753f,0.22360269616294529f,0.05374978566391493f,0.057315421163981486f,0.20137354174495564f,0.715692315190648f,0.6687549675794139f,1.713185741289116f,0.11106710528031166f,0.6616542482639343f,-0.7415374258113613f,0.030850016419196713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946625741098455f,-0.08807567318084772f,0.05374978566391493f,0.08619099945013209f,-0.029643469051487334f,0.7428916866410948f,0.6687549675794139f,1.7199704684026895f,-0.09883131289105598f,0.6635922073934337f,-0.7415374258113613f,0.0390618421379222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06860819218562149f,0.05374978566391493f,0.1436278819612507f,0.08693535482558765f,0.7383827174434721f,0.6687549675794139f,1.8174187396105617f,0.0061941565402518165f,0.6708829097136211f,-0.7415374258113613f,0.08896658637382603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08279058649444763f,0.027236781781285274f,0.125f,0.08693535482558765f,0.9216979869238957f,0.3780410890125403f,1.6100366925526854f,0.0061941565402518165f,0.3789703678235854f,-0.9253880768285332f,0.003698253613519444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879928385027037f,-0.15207994208826126f,-0.027236781781285052f,-0.19390968538213083f,-0.15101798609545802f,0.9133884731558006f,0.3780410890125403f,1.6937360026561605f,-0.03261470439912467f,0.3776151325364841f,-0.9253880768285332f,0.07368905858094411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996195515645419f,0.004348545515790267f,-0.027236781781285052f,-0.07872467341527273f,-0.0062732669146015885f,0.9257675632362752f,0.3780410890125403f,1.703787903057869f,0.02685885798246839f,0.37806812747369534f,-0.9253880768285332f,0.07440525793091077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9731972024259753f,-0.22360269616294548f,-0.05374978566391475f,-0.057315421163981486f,-0.20137354174495564f,0.715692315190648f,0.6687549675794139f,1.713185741289116f,-0.1110671052803119f,0.6616542482639343f,-0.7415374258113613f,0.0308500164191967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946625741098455f,0.08807567318084754f,-0.05374978566391475f,-0.08619099945013207f,0.029643469051487334f,0.7428916866410948f,0.6687549675794139f,1.7199704684026895f,0.09883131289105575f,0.6635922073934337f,-0.7415374258113613f,0.03906184213792219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06860819218562167f,-0.05374978566391475f,-0.1436278819612507f,-0.08693535482558765f,0.7383827174434721f,0.6687549675794139f,1.8174187396105617f,-0.006194156540252061f,0.6708829097136211f,-0.7415374258113613f,0.088966586373826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08279058649444775f,-0.027236781781285052f,-0.125f,-0.08693535482558765f,0.9216979869238957f,0.3780410890125403f,1.6100366925526854f,-0.006194156540252061f,0.3789703678235854f,-0.9253880768285332f,0.003698253613519416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.70356185524104e-18f,1.2215500741946917e-16f,1.9032602392944775e-19f,0f,0.9974713321793537f,0.07106997594164124f,1.0966116980625902f,-1.2246467991473532e-16f,0.07106997594164124f,-0.9974713321793537f,-0.0015541299259669173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.9936725294424714e-18f,1.2244845077200416e-16f,-5.57301174611479e-19f,0f,0.9998674789927801f,-0.016279571635107765f,0.7216613934402978f,-1.2246467991473532e-16f,-0.016279571635107765f,-0.9998674789927801f,0.004550709437198494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6872832399129695f,-0.6877225536249987f,-0.23383634741041115f,0.28163842167916875f,-0.7185515224873331f,0.690839619617115f,0.08015191512631176f,0.32290004058679056f,0.10642113354906273f,0.22311053135786868f,-0.9689665799868137f,0.32177885435770964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6872832399129695f,-0.4232118024144286f,0.5903672741877403f,0.14063529669047967f,-0.7185515224873331f,0.2770344182700509f,-0.637915073207171f,0.422028454432424f,0.10642113354906273f,-0.8626376419974412f,-0.4945005975155413f,0.08047140880502635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6752721520860049f,0.6858122747439194f,0.2714204200639783f,-0.2771596705182022f,0.7296100213109696f,0.6750256917804265f,0.10958801138337737f,0.3216267211006643f,-0.10805895344552428f,0.27203279075679043f,-0.9562015599931484f,0.32597274474361754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6752721520860049f,0.42972502668949336f,-0.599453019054746f,-0.125f,0.7296100213109696f,0.2701119834269109f,-0.6282584923515055f,0.4228223441801838f,-0.10805895344552428f,-0.8616123942039683f,-0.4959307862336877f,0.05837948626850088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9644591324045219f,0.26423206073736955f,9.593121649545754e-17f,-1.8402561167051228e-18f,0.20698296881423944f,0.7554973229516997f,-0.621596207866215f,0.5959634507191978f,-0.16424564695102437f,-0.5995041393445905f,-0.7833378290152604f,0.015026831556546594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.964493051756019f,-0.26374706566702644f,0.013807188938905776f,-1.847286705469338e-18f,-0.20688596152293004f,0.7219946123031515f,-0.660243878222248f,0.5820054885452391f,0.16416866948079384f,-0.6396571465693595f,-0.7509243522510445f,0.01508424067049774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.612358063254929e-17f,9.593121649545754e-17f,-1.8402561167051228e-18f,0f,0.7833378290152604f,-0.621596207866215f,0.5959634507191978f,-1.2246467991473532e-16f,-0.621596207866215f,-0.7833378290152604f,0.015026831556546594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9536737087436925f,0.3008429112527846f,1.2246302911374218e-16f,-2.1309736676873845e-18f,0.3008388559465769f,0.953660853400367f,-0.005192248495440893f,0.6051319933313011f,-0.001562051153316446f,-0.0049517108793659375f,-0.999986520186928f,0.017400720511179642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9536737087436925f,-0.3008429112527846f,1.2246302911374218e-16f,-2.1309736676873845e-18f,-0.3008388559465769f,0.953660853400367f,-0.005192248495440893f,0.6051319933313011f,0.0015620511533162122f,-0.00495171087936601f,-0.999986520186928f,0.017400720511179642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,6.358670500319319e-19f,1.2246302911374218e-16f,-2.1309736676873845e-18f,0f,0.999986520186928f,-0.005192248495440893f,0.6051319933313011f,-1.2246467991473532e-16f,-0.005192248495440893f,-0.999986520186928f,0.017400720511179642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8967773396268006f,0.4424820935720201f,1.2114324156116837e-16f,-0.19375f,0.4377075511519544f,0.8871007865829543f,-0.1465069763132904f,0.6542790767761699f,-0.06482671360201121f,-0.13138413645499922f,-0.9892096369787028f,0.027561233771851205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8967773396268006f,-0.4422457031895106f,0.014461712979217804f,0.19375f,-0.4377075511519545f,0.8818385534463229f,-0.17542196361988396f,0.6556933193459926f,0.06482671360201099f,-0.1636444428207448f,-0.9843871156904943f,0.022943191747375757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.843198469629283e-17f,1.1911851272093834e-16f,-0.007812500000000003f,0f,0.9726764713211457f,-0.23216477368077298f,0.501594480630996f,-1.2246467991473532e-16f,-0.23216477368077298f,-0.9726764713211457f,0.03273515252000082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.7941929959482818e-17f,1.2114324156116837e-16f,0f,0f,0.9892096369787028f,-0.1465069763132904f,0.7226210088934248f,-1.2246467991473532e-16f,-0.1465069763132904f,-0.9892096369787028f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.16725001872606263f,0.6986488350929718f,-0.6956416005813375f,-0.02346484462778431f,-0.9765509773501487f,0.020380240651687198f,-0.2143194681484828f,-0.025554638666057873f,-0.13555670353251023f,0.7151744199943205f,0.6856747983652208f,1.003117766431447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.16725001872606263f,0.6986488350929718f,-0.6956416005813375f,-0.0077851553722159406f,-0.9765509773501487f,0.020380240651687198f,-0.2143194681484828f,-0.11710629279263432f,-0.13555670353251023f,0.7151744199943205f,0.6856747983652208f,0.9904093254752742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16725001872606263f,0.6986488350929718f,-0.6956416005813375f,0.08872124008720052f,-0.9765509773501487f,0.020380240651687198f,-0.2143194681484828f,-0.03918254550707367f,-0.13555670353251023f,0.7151744199943205f,0.6856747983652208f,0.8939123261985774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.22528989552089063f,-0.8935719358911539f,-0.3882958387156909f,0.5406701706766606f,0.9705919840717558f,-0.24053929177036593f,-0.009594246727260738f,-0.03571849408597813f,-0.08482725642055677f,-0.37903831534865506f,0.9214848300790496f,-0.5877271207625612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2520407465281561f,-0.8935719358911539f,-0.3714897811209151f,0.5630589085414466f,0.9675138479426051f,-0.24053929177036593f,-0.07783189034004465f,-0.12662349704349599f,-0.019809495925531502f,-0.37903831534865506f,0.92516892477473f,-0.5828192338327747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.23881320389105065f,-0.8935719358911539f,-0.3801282007889274f,0.6088837697273927f,0.9696533648801905f,-0.24053929177036593f,-0.04374015421938077f,-0.07460997243182994f,-0.05235079391772238f,-0.37903831534865506f,0.9238989933287285f,-0.7238580262969772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.8887435088934248f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13.mcfunction new file mode 100644 index 000000000..756da3b4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..4451206a2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7787245285789112f,-0.13731014492794213f,-0.2041530728004467f,0.028174986573811345f,-0.1390423269875124f,0.8046701789958318f,-0.010843375173731571f,0.8040984961753376f,0.20297730006060935f,0.024418672755253164f,-0.7906632586160948f,-0.3541112991469892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7562389919785758f,0.1676541482041273f,-0.19998668355962126f,0.028174986573811345f,0.17581281890297298f,0.7803697995742559f,-0.01062208180283909f,0.8040984961753376f,0.1928534151126653f,-0.05399131876870859f,-0.7745272737463786f,-0.3541112991469892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7787245285789112f,0.13731014492794213f,0.20415307280044687f,-0.028174986573811248f,0.1390423269875124f,0.8046701789958318f,-0.010843375173731571f,0.8040984961753376f,-0.20297730006060952f,0.024418672755253192f,-0.7906632586160948f,-0.3541112991469892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7562389919785758f,-0.1676541482041273f,0.19998668355962143f,-0.028174986573811248f,-0.17581281890297298f,0.7803697995742559f,-0.01062208180283909f,0.8040984961753376f,-0.19285341511266546f,-0.05399131876870862f,-0.7745272737463786f,-0.3541112991469892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2482616820110669f,0.37371313002090634f,1.496699997893704f,-0.5963434642204073f,1.4965301059106584f,-0.42625878804753886f,-0.14180034455274249f,0.5058024963998946f,0.3743928810061286f,1.4560385269841662f,-0.42566187119556587f,0.057597136461163434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5098240116385878f,-0.847016312327967f,-0.1504753926961781f,-0.4919830972970899f,-0.8084122340500268f,0.5315169157514794f,-0.2529020128592875f,0.7157706185608828f,0.2941923469347591f,-0.007289370368323225f,-0.9557184355680557f,-0.028139051713829404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5286004092991455f,-0.847016312327967f,0.05608006721739692f,-0.2984375f,-0.843656927203576f,0.5315169157514794f,0.07571497508059258f,1.0292755554761286f,-0.0939393233432939f,-0.007289370368323225f,-0.9955512385655686f,-0.0009142746420537956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.011874710284545259f,0.9741855956553124f,0.2254360585029877f,0.44100950863363125f,0.7251622006515184f,0.1636191182297204f,-0.6688561630843928f,0.7497693274126929f,-0.6884756887515383f,0.15553523513157128f,-0.7083855000144074f,0.11187411276668414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.36210510323631134f,0.9102674525362123f,0.20073131062057825f,0.2984375f,0.8569358208325941f,0.40982030790586005f,-0.312583291623072f,1.0292755554761286f,-0.36679816409598986f,0.058825845350329115f,-0.9284388115189016f,-0.0009142746420537228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.7360041021311353e-17f,1.1662686294977033e-16f,-0.15625000000000003f,0f,0.9523306069225062f,-0.30506788608211666f,0.6881928839187682f,-1.2246467991473532e-16f,-0.30506788608211666f,-0.9523306069225062f,0.22550118060083016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1788747213735043e-17f,1.2189595262251013e-16f,-0.15625000000000003f,0f,0.9953559892319878f,-0.096262426210911f,0.8742204917359477f,-1.2246467991473532e-16f,-0.096262426210911f,-0.9953559892319878f,0.20123100075358444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.2498838059395644e-17f,1.1807380467914024e-16f,0.15624999999999997f,0f,0.9641457827787392f,-0.2653731515243628f,0.6868238280540545f,-1.2246467991473532e-16f,-0.2653731515243628f,-0.9641457827787392f,0.21005159828977232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6793566584481649e-18f,1.2245316487470753e-16f,0.15624999999999997f,0f,0.9999059725625722f,-0.013712987774249674f,0.8742204917359477f,-1.2246467991473532e-16f,-0.013712987774249674f,-0.9999059725625722f,0.20123100075358447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.1517697275807916e-17f,1.2192186217443296e-16f,0.29375f,0f,0.9955675567789807f,0.09404913550443265f,1.5640201634317137f,-1.2246467991473532e-16f,0.09404913550443265f,-0.9955675567789807f,0.06836293973550882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.1517697275807916e-17f,1.2192186217443296e-16f,0.33125f,0f,0.9955675567789807f,0.09404913550443265f,1.4483913252878817f,-1.2246467991473532e-16f,0.09404913550443265f,-0.9955675567789807f,-0.036727660650574694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.1517697275807916e-17f,1.2192186217443296e-16f,-0.29375f,0f,0.9955675567789807f,0.09404913550443265f,1.5640201634317137f,-1.2246467991473532e-16f,0.09404913550443265f,-0.9955675567789807f,0.06836293973550875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.1517697275807916e-17f,1.2192186217443296e-16f,-0.33125f,0f,0.9955675567789807f,0.09404913550443265f,1.4483913252878817f,-1.2246467991473532e-16f,0.09404913550443265f,-0.9955675567789807f,-0.03672766065057478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988051742947713f,0.15123756927914667f,0.029680816978675098f,0.1937409497730932f,0.14937159614187226f,0.8922226315913646f,0.4261770781520394f,1.6520109078814689f,0.03797208874970823f,0.42551847587938574f,-0.9041527233610862f,0.09024001343637408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995459546583285f,-0.005189762003130621f,0.029680816978675098f,0.07855593780623514f,0.00795821385563078f,0.9046047561725611f,0.4261770781520394f,1.662043623209788f,-0.029061165812795484f,0.42621978072390343f,-0.9041527233610862f,0.09118778257264772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9737391403383213f,0.22018103484801135f,0.05789990040100187f,0.05741794649082234f,0.19189171533969857f,0.6568870869015394f,0.7291617959314638f,1.6758591762818789f,0.12251390189352077f,0.7211238915437959f,-0.6818875837611039f,0.04466757315742116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9941206361974995f,-0.09149733449578165f,0.05789990040100187f,0.08625022086755257f,-0.02048940694115363f,0.6840345455875766f,0.7291617959314638f,1.6819040135000691f,-0.10632189280425128f,0.7236884538411297f,-0.6818875837611039f,0.05357967292518172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06514387943199296f,0.05789990040100187f,0.14343788525677703f,0.08676942986654343f,0.6788181946549735f,0.7291617959314638f,1.7747331654041545f,0.008196922259663855f,0.7314110565051041f,-0.6818875837611039f,0.11187173181594051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08194615669678695f,0.029680816978675098f,0.125f,0.08676942986654343f,0.9004688579281493f,0.4261770781520394f,1.5721276723703212f,0.008196922259663855f,0.427130733270506f,-0.9041527233610862f,0.01576731683007682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988051742947713f,-0.15123756927914678f,-0.029680816978674876f,-0.19374094977309325f,-0.14937159614187226f,0.8922226315913646f,0.4261770781520394f,1.6520109078814689f,-0.03797208874970847f,0.4255184758793857f,-0.9041527233610862f,0.09024001343637404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995459546583285f,0.00518976200313051f,-0.029680816978674876f,-0.07855593780623515f,-0.00795821385563078f,0.9046047561725611f,0.4261770781520394f,1.662043623209788f,0.02906116581279524f,0.42621978072390343f,-0.9041527233610862f,0.0911877825726477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9737391403383212f,-0.22018103484801152f,-0.05789990040100171f,-0.05741794649082234f,-0.19189171533969857f,0.6568870869015394f,0.7291617959314638f,1.6758591762818789f,-0.122513901893521f,0.7211238915437959f,-0.6818875837611039f,0.04466757315742115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9941206361974996f,0.09149733449578148f,-0.05789990040100171f,-0.08625022086755259f,0.02048940694115363f,0.6840345455875766f,0.7291617959314638f,1.6819040135000691f,0.10632189280425104f,0.7236884538411297f,-0.6818875837611039f,0.053579672925181704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06514387943199312f,-0.05789990040100171f,-0.14343788525677706f,-0.08676942986654343f,0.6788181946549735f,0.7291617959314638f,1.7747331654041545f,-0.008196922259664098f,0.7314110565051041f,-0.6818875837611039f,0.11187173181594048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08194615669678706f,-0.029680816978674876f,-0.125f,-0.08676942986654343f,0.9004688579281493f,0.4261770781520394f,1.5721276723703212f,-0.008196922259664098f,0.427130733270506f,-0.9041527233610862f,0.015767316830076792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.1517697275807916e-17f,1.2192186217443296e-16f,1.6182225219095283e-19f,0f,0.9955675567789807f,0.09404913550443265f,1.05896026403658f,-1.2246467991473532e-16f,0.09404913550443265f,-0.9955675567789807f,-0.001321378966601798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.6793566584481649e-18f,1.2245316487470753e-16f,-4.67936494727109e-19f,0f,0.9999059725625722f,-0.013712987774249674f,0.6839955243256155f,-1.2246467991473532e-16f,-0.013712987774249674f,-0.9999059725625722f,0.00382099144874183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6393954519004083f,-0.7083413462023549f,-0.2990417919778244f,0.2980611974926752f,-0.7629765952245858f,0.632627773760771f,0.13284884269721603f,0.28053763504616747f,0.09507981504279164f,0.3131048340839319f,-0.9449471898707894f,0.3082311364395074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6393954519004083f,-0.4638243558675942f,0.6132213491008645f,0.14210289400787288f,-0.7629765952245858f,0.2841278576239655f,-0.5806359235024255f,0.3827642007344674f,0.09507981504279164f,-0.8391295057534487f,-0.5355571877450638f,0.0797646328588241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6286834209655962f,0.7032947972476103f,0.3318638039428791f,-0.2934453459568881f,0.7716924674092063f,0.616971046306728f,0.15439385921425855f,0.2778516720091405f,-0.09616596043760094f,0.35316165729538596f,-0.9306067654329031f,0.31152588150563204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6286834209655962f,0.46912285889790806f,-0.6202264904552598f,-0.125f,0.7716924674092063f,0.2777154420771976f,-0.5721580804076422f,0.3833851619536228f,-0.09616596043760094f,-0.8383304100957572f,-0.5366136706810529f,0.05718019638955095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9609945525277558f,0.27656729743767317f,9.612629982337035e-17f,-1.5732853124901638e-18f,0.21708619149082656f,0.7543142279816927f,-0.6195834333876199f,0.5563747256326437f,-0.1713565157091687f,-0.5954163043219464f,-0.7849308052762415f,0.012846849504571822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9610330593557933f,-0.27616462991801544f,0.012188355405456515f,-1.5704612375660656e-18f,-0.2169811398079346f,0.7262925129108346f,-0.6522410372380096f,0.5446252719940922f,0.17127359339049805f,-0.6294698427025005f,-0.7579136318441538f,0.012823789182803419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.587708685028761e-17f,9.612629982337035e-17f,-1.5732853124901638e-18f,0f,0.7849308052762415f,-0.6195834333876199f,0.5563747256326437f,-1.2246467991473532e-16f,-0.6195834333876199f,-0.7849308052762415f,0.012846849504571822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9473091923494603f,0.3203206114039701f,1.2243232038946904e-16f,-1.8431171902637894e-18f,0.3202359713026343f,0.9470588795591426f,0.02298698179491311f,0.56407818625554f,0.007363204062878382f,0.021775779158690924f,-0.9997357644237602f,0.01505019399509344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9473091923494603f,-0.3203206114039701f,1.2243232038946904e-16f,-1.8431171902637894e-18f,-0.3202359713026343f,0.9470588795591426f,0.02298698179491311f,0.56407818625554f,-0.007363204062878615f,0.021775779158690847f,-0.9997357644237602f,0.01505019399509344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.8150933677198798e-18f,1.2243232038946904e-16f,-1.8431171902637894e-18f,0f,0.9997357644237602f,0.02298698179491311f,0.56407818625554f,-1.2246467991473532e-16f,0.02298698179491311f,-0.9997357644237602f,0.01505019399509344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8827551866876641f,0.46983324741447086f,1.2152471317335753e-16f,-0.19375f,0.4662270841772779f,0.8759796778891855f,-0.12366046217248373f,0.6164386515672975f,-0.058099796519272474f,-0.10916191437095364f,-0.9923245890812581f,0.02709084199903552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8827551866876641f,-0.46965474795332496f,0.012949830150474276f,0.19375f,-0.46622708417727776f,0.872238469935909f,-0.14775776644027122f,0.617787666715876f,0.05809979651927224f,-0.1364714962501805f,-0.9889387970727289f,0.023208201656484947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.5677987916687976e-17f,1.1974238499031578e-16f,-0.007812500000000003f,0f,0.9777707749996578f,-0.2096766833879449f,0.4631273069642319f,-1.2246467991473532e-16f,-0.2096766833879449f,-0.9777707749996578f,0.02763038451666433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.5144038918061455e-17f,1.2152471317335753e-16f,0f,0f,0.9923245890812581f,-0.12366046217248373f,0.6848498323370754f,-1.2246467991473532e-16f,-0.12366046217248373f,-0.9923245890812581f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1777840018525079f,0.7117282029559387f,-0.679585030590299f,-0.023958625086836438f,-0.972523137734767f,0.021594646117479965f,-0.23180254060209132f,-0.03565110854457027f,-0.1503050074210132f,0.7021229496150735f,0.6960113277583909f,1.0076242509265636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1777840018525079f,0.7117282029559387f,-0.679585030590299f,-0.007291374913163812f,-0.972523137734767f,0.021594646117479965f,-0.23180254060209132f,-0.12682515270720468f,-0.1503050074210132f,0.7021229496150735f,0.6960113277583909f,0.9935331564808435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1777840018525079f,0.7117282029559387f,-0.679585030590299f,0.08631275458854473f,-0.972523137734767f,0.021594646117479965f,-0.23180254060209132f,-0.04646774953557377f,-0.1503050074210132f,0.7021229496150735f,0.6960113277583909f,0.8961770045399449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.24836798896297657f,-0.8780468714805821f,-0.4090807176360782f,0.5394864349813226f,0.9639002428908792f,-0.2658646974573502f,-0.014569982869436358f,-0.05161604648341178f,-0.09596699335391742f,-0.39793172043589786f,0.912381872933442f,-0.589094413736712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2793217868679581f,-0.8780468714805821f,-0.3886039511688642f,0.5642405094631219f,0.9598726749104256f,-0.2658646974573502f,-0.0892211331816401f,-0.14186077032391864f,-0.024975735048149574f,-0.39793172043589786f,0.9170750015836932f,-0.5834209566336583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2640434611391915f,-0.8780468714805821f,-0.3991425085264639f,0.6117348485011919f,0.9626103876320732f,-0.2658646974573502f,-0.05193461532293561f,-0.08894821610522487f,-0.060516875765905066f,-0.39793172043589786f,0.915416874226415f,-0.7235702163191474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.8509723323370754f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14.mcfunction new file mode 100644 index 000000000..a325da039 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..3432a2bfc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7842785974139465f,-0.1382894771162709f,-0.18090756369418545f,0.027484405026953374f,-0.13979628972894817f,0.8045625678492897f,-0.008973084097541694f,0.7690773489696109f,0.17974571889443527f,0.022350377605534426f,-0.7963268057804266f,-0.35735103106144644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.761632688032881f,0.16884990183128504f,-0.17721557259838577f,0.027484405026953374f,0.17509012331308754f,0.7805550495145084f,-0.008789959932285742f,0.7690773489696109f,0.17105290771575948f,-0.04715427158772361f,-0.78007523831552f,-0.35735103106144644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7842785974139465f,0.1382894771162709f,0.18090756369418565f,-0.027484405026953276f,0.13979628972894817f,0.8045625678492897f,-0.008973084097541694f,0.7690773489696109f,-0.17974571889443544f,0.022350377605534457f,-0.7963268057804266f,-0.35735103106144644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.761632688032881f,-0.16884990183128504f,0.17721557259838594f,-0.027484405026953276f,-0.17509012331308754f,0.7805550495145084f,-0.008789959932285742f,0.7690773489696109f,-0.17105290771575965f,-0.047154271587723645f,-0.78007523831552f,-0.35735103106144644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.22195302475959247f,0.40888266523993355f,1.4916293342738858f,-0.5836719472050869f,1.5110447207525337f,-0.3788263199555304f,-0.12099884790710728f,0.46542329966271573f,0.32998023681118344f,1.459695802342131f,-0.4492298497860496f,0.07707391346236087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4866131803705603f,-0.8584859516906327f,-0.16189343235436476f,-0.4855042124306238f,-0.8109786960714163f,0.5128045257852412f,-0.2816825746340714f,0.6752079889392737f,0.32484021796562357f,-0.005778328824384459f,-0.9457512588984712f,-0.016098238946720623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5115258919653175f,-0.8584859516906327f,0.036648773498100376f,-0.2984375f,-0.857041873101475f,0.5128045257852412f,0.05010734561807291f,0.9934219569924763f,-0.06181010920392686f,-0.005778328824384459f,-0.9980712005243894f,-0.0007581168285835764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07604016974849709f,0.9713932795671371f,0.22497330729760318f,0.4447945050626777f,0.7443488312040103f,0.20542706011224607f,-0.6354089552869583f,0.7097810995912781f,-0.6634475940644021f,0.11914201351933598f,-0.7386761608070986f,0.09566286697856938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.37436797002792005f,0.9108858665668079f,0.1735959708806914f,0.2984375f,0.8707550971902757f,0.4096950676597016f,-0.27191085350251537f,0.9934219569924763f,-0.3188011664569755f,0.049364862241760815f,-0.9465352220818429f,-0.0007581168285835035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.364052166519154e-17f,1.1775361195611946e-16f,-0.15625000000000003f,0f,0.9615312107793372f,-0.2746957056402987f,0.651457726703115f,-1.2246467991473532e-16f,-0.2746957056402987f,-0.9615312107793372f,0.22209468503862367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,9.703785183322207e-18f,1.2207962311432042e-16f,-0.15625000000000003f,0f,0.9968557726139242f,-0.07923741923041287f,0.8378729501980358f,-1.2246467991473532e-16f,-0.07923741923041287f,-0.9968557726139242f,0.20100732035408425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.9606223436233364e-17f,1.1883210576465606e-16f,0.15624999999999997f,0f,0.9703377810434126f,-0.2417531606406547f,0.6504552736010317f,-1.2246467991473532e-16f,-0.2417531606406547f,-0.9703377810434126f,0.20936955683607814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3798557423920955e-18f,1.22456905990429e-16f,0.15624999999999997f,0f,0.9999365210907198f,-0.011267377200943202f,0.8378729501980358f,-1.2246467991473532e-16f,-0.011267377200943202f,-0.9999365210907198f,0.2010073203540843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.419368185779421e-17f,1.2163937364989306e-16f,0.29375f,0f,0.9932608629245848f,0.11590020786137195f,1.5265145074675999f,-1.2246467991473532e-16f,0.11590020786137195f,-0.9932608629245848f,0.07967163266662512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.419368185779421e-17f,1.2163937364989306e-16f,0.33125f,0f,0.9932608629245848f,0.11590020786137195f,1.4132225440890305f,-1.2246467991473532e-16f,0.11590020786137195f,-0.9932608629245848f,-0.0279340992152262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.419368185779421e-17f,1.2163937364989306e-16f,-0.29375f,0f,0.9932608629245848f,0.11590020786137195f,1.5265145074675999f,-1.2246467991473532e-16f,0.11590020786137195f,-0.9932608629245848f,0.07967163266662504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.419368185779421e-17f,1.2163937364989306e-16f,-0.33125f,0f,0.9932608629245848f,0.11590020786137195f,1.4132225440890305f,-1.2246467991473532e-16f,0.11590020786137195f,-0.9932608629245848f,-0.02793409921522628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881123948183237f,0.15037020711969878f,0.03197961877784091f,0.1935740128233367f,0.14759942282554028f,0.8697614220299633f,0.47088159778227f,1.6118098850434301f,0.042991924683183615f,0.4700041165343077f,-0.8816165974236422f,0.10581129189946681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994701744683565f,-0.006055933538023417f,0.03197961877784091f,0.07838900085647861f,0.009721566235470172f,0.8821428523884021f,0.47088159778227f,1.6218193549348794f,-0.031062219787425988f,0.47094300467151784f,-0.8816165974236422f,0.10697926265549285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9742906132291688f,0.2166991720481207f,0.061638217099371825f,0.057535132686027377f,0.1821150636758208f,0.5964448867772311f,0.7817209224650752f,1.6402421060072487f,0.13263447725188973f,0.7728486047544857f,-0.6205748380116314f,0.058041263437315777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993569163306652f,-0.09497919729567231f,0.061638217099371825f,0.08632334125453676f,-0.011109888197809559f,0.6235294457879149f,0.7817209224650752f,1.6455272542506987f,-0.11268046907229182f,0.7760090091722426f,-0.6205748380116314f,0.06755818943580671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0616186147743251f,0.061638217099371825f,0.14324225221865286f,0.08656838825037208f,0.6175907330393527f,0.7817209224650752f,1.7333118631980342f,0.010101368700765717f,0.7840821594560154f,-0.6205748380116314f,0.1334349268920016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08107667652734621f,0.03197961877784091f,0.12499999999999999f,0.08656838825037208f,0.8779387421829324f,0.47088159778227f,1.5357756462068748f,0.010101368700765717f,0.4718581751941263f,-0.8816165974236422f,0.02726683747332334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881123948183236f,-0.1503702071196989f,-0.0319796187778407f,-0.19357401282333675f,-0.14759942282554028f,0.8697614220299633f,0.47088159778227f,1.6118098850434301f,-0.04299192468318386f,0.4700041165343077f,-0.8816165974236422f,0.10581129189946677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994701744683565f,0.006055933538023306f,-0.0319796187778407f,-0.07838900085647865f,-0.009721566235470172f,0.8821428523884021f,0.47088159778227f,1.6218193549348794f,0.031062219787425745f,0.47094300467151784f,-0.8816165974236422f,0.10697926265549283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9742906132291688f,-0.2166991720481209f,-0.06163821709937167f,-0.057535132686027377f,-0.1821150636758208f,0.5964448867772311f,0.7817209224650752f,1.6402421060072487f,-0.13263447725188998f,0.7728486047544857f,-0.6205748380116314f,0.05804126343731575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993569163306652f,0.09497919729567213f,-0.06163821709937167f,-0.08632334125453678f,0.011109888197809559f,0.6235294457879149f,0.7817209224650752f,1.6455272542506987f,0.11268046907229158f,0.7760090091722426f,-0.6205748380116314f,0.06755818943580671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06161861477432528f,-0.06163821709937167f,-0.1432422522186529f,-0.08656838825037208f,0.6175907330393527f,0.7817209224650752f,1.7333118631980342f,-0.01010136870076596f,0.7840821594560154f,-0.6205748380116314f,0.13343492689200157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08107667652734632f,-0.0319796187778407f,-0.125f,-0.08656838825037208f,0.8779387421829324f,0.47088159778227f,1.5357756462068748f,-0.01010136870076596f,0.4718581751941263f,-0.8816165974236422f,0.027266837473323313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.419368185779421e-17f,1.2163937364989306e-16f,1.3380700210272296e-19f,0f,0.9932608629245848f,0.11590020786137195f,1.023107572462357f,-1.2246467991473532e-16f,0.11590020786137195f,-0.9932608629245848f,-0.0010926170892365424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.3798557423920955e-18f,1.22456905990429e-16f,-3.8363890129431286e-19f,0f,0.9999365210907198f,-0.011267377200943202f,0.6481313770533371f,-1.2246467991473532e-16f,-0.011267377200943202f,-0.9999365210907198f,0.0031326493611171582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5913197444768596f,-0.7197891491522912f,-0.36365442463201514f,0.3134884610871356f,-0.8022453494874129f,0.570959986205224f,0.17437629821265532f,0.24202204975076191f,0.08211795794855065f,0.3948522190834831f,-0.9150674106683119f,0.2948556027915884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5913197444768596f,-0.5020346192355521f,0.6311118766754715f,0.14350142149001313f,-0.8022453494874129f,0.28651329122509084f,-0.5237485400239172f,0.3452277024265573f,0.08211795794855065f,-0.8160094209262417f,-0.5721759047198507f,0.07906312132144988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5820745544761581f,0.7128441601577742f,0.39120636032705225f,-0.308808018410459f,0.808908751909746f,0.5566200132200768f,0.18931664471645931f,0.23812767032368196f,-0.08280002485022993f,0.42664665029956444f,-0.9006202261069658f,0.2971673502580723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5820745544761581f,0.5062044890890163f,-0.636353854594682f,-0.125f,0.808908751909746f,0.28078776237030145f,-0.5165509302933212f,0.3457055725203997f,-0.08280002485022993f,-0.8154233549078703f,-0.5729126531641575f,0.055992738746560605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9575462989837646f,0.28827952633250753f,9.631159245567211e-17f,-1.3102478815955236e-18f,0.22671565607962632f,0.7530563830270949f,-0.617661796835885f,0.5186801438206187f,-0.17805925022553448f,-0.5914397675838636f,-0.7864438344404933f,0.010698985883176842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9575892671000757f,-0.2879470019369501f,0.010455601860329719f,-1.299411959207569e-18f,-0.22660338256927512f,0.7301811416438218f,-0.6445823511359025f,0.5090351801650752f,0.1779710722081048f,-0.6196144159582209f,-0.7644633889165985f,0.010610503862111674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.564175424506693e-17f,9.631159245567211e-17f,-1.3102478815955236e-18f,0f,0.7864438344404933f,-0.617661796835885f,0.5186801438206187f,-1.2246467991473532e-16f,-0.617661796835885f,-0.7864438344404933f,0.010698985883176842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9408740455851052f,0.3387565945399695f,1.2231258601365704e-16f,-1.5525932994101997e-18f,0.3383358788526754f,0.9397055355778445f,0.049823081853132806f,0.5249996575146163f,0.016877897538053306f,0.04687724458667494f,-0.9987580590486647f,0.012677886395417648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9408740455851052f,-0.3387565945399695f,1.2231258601365704e-16f,-1.5525932994101997e-18f,-0.3383358788526754f,0.9397055355778445f,0.049823081853132806f,0.5249996575146163f,-0.016877897538053535f,0.04687724458667486f,-0.9987580590486647f,0.012677886395417648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.101567771509568e-18f,1.2231258601365704e-16f,-1.5525932994101997e-18f,0f,0.9987580590486647f,0.049823081853132806f,0.5249996575146163f,-1.2246467991473532e-16f,0.049823081853132806f,-0.9987580590486647f,0.012677886395417648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8686167634474151f,0.4954845287777785f,1.2182810982462147e-16f,-0.19375f,0.49290900552198186f,0.8641017028457209f,-0.10182808755179629f,0.5803651604434692f,-0.05045424197694426f,-0.08844958383728126f,-0.9948020107466328f,0.0266533766176126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8686167634474151f,-0.4953570514514561f,0.011238764854585505f,0.19375f,-0.4929090055219818f,0.8615696857322283f,-0.12140176647232205f,0.581620088128976f,0.05045424197694404f,-0.11099129787775643f,-0.9925398235143732f,0.023466377219945378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.3040910123284187e-17f,1.2027765497925755e-16f,-0.007812500000000003f,0f,0.9821415861536529f,-0.18814330906940815f,0.4265792617786179f,-1.2246467991473532e-16f,-0.18814330906940815f,-0.9821415861536529f,0.02275221331235448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.2470344148360376e-17f,1.2182810982462147e-16f,0f,0f,0.9948020107466328f,-0.10182808755179629f,0.6488553360548186f,-1.2246467991473532e-16f,-0.10182808755179629f,-0.9948020107466328f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.16937416618028836f,0.7012740935183496f,-0.6924789076865442f,-0.023564414039701137f,-0.9757685197197574f,0.020566383859388804f,-0.21783668143556925f,-0.02950959551610255f,-0.13852143427876254f,0.7125950249720844f,0.6877645982677424f,1.0040197697352462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.16937416618028836f,0.7012740935183496f,-0.6924789076865442f,-0.007685585960299113f,-0.9757685197197574f,0.020566383859388804f,-0.21783668143556925f,-0.12098789423982981f,-0.13852143427876254f,0.7125950249720844f,0.6877645982677424f,0.9910333852716122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16937416618028836f,0.7012740935183496f,-0.6924789076865442f,0.08824683615298153f,-0.9757685197197574f,0.020566383859388804f,-0.21783668143556925f,-0.04257324266263079f,-0.13852143427876254f,0.7125950249720844f,0.6877645982677424f,0.8943618877632679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.22994158023522912f,-0.8905539729492513f,-0.3924799242550248f,0.5404322130515637f,0.969303962195811f,-0.2456404905386762f,-0.01051562073394298f,-0.04083209496024223f,-0.08704423329794636f,-0.38285032411142456f,0.9197004570931505f,-0.5879997731522515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.257514077776076f,-0.8905539729492513f,-0.3749668265479514f,0.5632964392118109f,0.9660502242698492f,-0.2456404905386762f,-0.08004819545806435f,-0.13161035364342638f,-0.020819796716372067f,-0.38285032411142456f,0.9235757496775595f,-0.5829403845980913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24388507904263634f,-0.8905539729492513f,-0.38397094875090665f,0.6094599684443234f,0.9683014259539644f,-0.2456404905386762f,-0.04531112339633209f,-0.0794245557923845f,-0.0539668112443763f,-0.38285032411142456f,0.9222327323468253f,-0.7238049887271952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.8149778360548185f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15.mcfunction new file mode 100644 index 000000000..1e3b64953 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..3e863aded --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7888683620038228f,-0.1390987764485664f,-0.15900529005149994f,0.02691372309550219f,-0.14040107195136808f,0.8044751459766524f,-0.007191866600206917f,0.736328960865307f,0.1578565515547475f,0.020389074054506396f,-0.8010056424488455f,-0.360392363509765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7660899239609712f,0.169838047246683f,-0.1557602841320816f,0.02691372309550219f,0.17451000822488671f,0.7807026474161106f,-0.007045093812447592f,0.736328960865307f,0.1505074265105324f,-0.040723629810095155f,-0.7846585885213181f,-0.360392363509765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7888683620038228f,0.1390987764485664f,0.15900529005150013f,-0.026913723095502093f,0.14040107195136808f,0.8044751459766524f,-0.007191866600206917f,0.736328960865307f,-0.15785655155474768f,0.02038907405450643f,-0.8010056424488455f,-0.360392363509765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7660899239609712f,-0.169838047246683f,0.15576028413208176f,-0.026913723095502093f,-0.17451000822488671f,0.7807026474161106f,-0.007045093812447592f,0.736328960865307f,-0.15050742651053253f,-0.0407236298100952f,-0.7846585885213181f,-0.360392363509765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1960560016407289f,0.4400006182156504f,1.4863942108978008f,-0.5714417189590366f,1.523140560997969f,-0.33314686569625906f,-0.10228512755797578f,0.42838257135101865f,0.2881165140415299f,1.4617861922478963f,-0.47071886778623256f,0.09521147036961125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46452352749026543f,-0.8688482147611214f,-0.17123280093023358f,-0.4791341170433683f,-0.8120868969615416f,0.4950586051264289f,-0.3089204578425476f,0.6376647720672199f,0.3531752598800987f,-0.004444906825461285f,-0.9355466202236732f,-0.004823872857565306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4946917354116702f,-0.8688482147611214f,0.01956697784029145f,-0.2984375f,-0.8684892038583517f,0.4950586051264289f,0.025366912933212117f,0.9598807086338179f,-0.031726797772176574f,-0.004444906825461285f,-0.9994866948121103f,-0.0006049868168505074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13588672300651342f,0.9651009342050414f,0.22386376506059968f,0.4481020579620515f,0.7592722741351959f,0.2466009815516562f,-0.6022404583115681f,0.6731256064301814f,-0.63642785313036f,0.088137067652129f,-0.7662841803571081f,0.08026206729912454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.38519641132149435f,0.9109851049169847f,0.14741052650483416f,0.2984375f,0.8814916977468122f,0.41049096851238775f,-0.23338712812236356f,0.9598807086338179f,-0.27312288719271555f,0.0400412710731335f,-0.9611454547061871f,-0.0006049868168504346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.0127762316277745e-17f,1.1870095098369036e-16f,-0.15625000000000003f,0f,0.9692668209832791f,-0.24601184878165572f,0.6171414685602066f,-1.2246467991473532e-16f,-0.24601184878165572f,-0.9692668209832791f,0.21890606062073642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.749410969903496e-18f,1.2221924748679368e-16f,-0.15625000000000003f,0f,0.9979958921371245f,-0.06327874269788593f,0.8038702061940556f,-1.2246467991473532e-16f,-0.06327874269788593f,-0.9979958921371245f,0.2008038220390258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.688235379092617e-17f,1.194777673095629e-16f,0.15624999999999997f,0f,0.9756100076589264f,-0.21951107706844705f,0.6164338769833141f,-1.2246467991473532e-16f,-0.21951107706844705f,-0.9756100076589264f,0.20873697979634545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.0995105354425896e-18f,1.2245974401084232e-16f,0.15624999999999997f,0f,0.9999596952860494f,-0.008978184862836469f,0.8038702061940556f,-1.2246467991473532e-16f,-0.008978184862836469f,-0.9999596952860494f,0.20080382203902583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.6692575084989198e-17f,1.2132170359688565e-16f,0.29375f,0f,0.9906668900890816f,0.13630521956707203f,1.4912062825487187f,-1.2246467991473532e-16f,0.13630521956707203f,-0.9906668900890816f,0.09022978275771007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.6692575084989198e-17f,1.2132170359688565e-16f,0.33125f,0f,0.9906668900890816f,0.13630521956707203f,1.3801515356219964f,-1.2246467991473532e-16f,0.13630521956707203f,-0.9906668900890816f,-0.01968339063402532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.6692575084989198e-17f,1.2132170359688565e-16f,-0.29375f,0f,0.9906668900890816f,0.13630521956707203f,1.4912062825487187f,-1.2246467991473532e-16f,0.13630521956707203f,-0.9906668900890816f,0.09022978275770999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.6692575084989198e-17f,1.2132170359688565e-16f,-0.33125f,0f,0.9906668900890816f,0.13630521956707203f,1.3801515356219964f,-1.2246467991473532e-16f,0.13630521956707203f,-0.9906668900890816f,-0.019683390634025404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881730396985339f,0.1495029449276343f,0.034101511270388546f,0.1934126152500441f,0.1457657441866886f,0.8467795799921514f,0.5115825355991119f,1.5737979364914516f,0.0476066322549763f,0.5105029014278767f,-0.8585571595409702f,0.12019600578936206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9993944030123917f,-0.006922005242757587f,0.034101511270388546f,0.07822760328318604f,0.01150561538830222f,0.8591571044253317f,0.5115825355991119f,1.583781265925781f,-0.03283973267311512f,0.511665081629477f,-0.8585571595409702f,0.12156960565847072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9748353913691528f,0.21325957824163494f,0.06493313501095416f,0.05766098189282037f,0.17237365779344638f,0.536385274085972f,0.8261828852273718f,1.6068313184067844f,0.1413622362339343f,0.8165850782569546f,-0.5596476821492471f,0.07076447315010206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993024385166668f,-0.09841879110215807f,0.06493313501095416f,0.08640565960163049f,-0.001815074742941361f,0.5633990998049723f,0.8261828852273718f,1.611362274254632f,-0.11789519060605724f,0.8203018931447963f,-0.5596476821492471f,0.0807884228467777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05813614599838185f,0.06493313501095416f,0.14304664172811474f,0.08634230862122656f,0.5567466622255874f,0.8261828852273718f,1.6938924500250705f,0.011879782651750673f,0.8286454867005084f,-0.5596476821492471f,0.15335710591528767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08020729656939905f,0.034101511270388546f,0.12499999999999999f,0.08634230862122656f,0.8548849718014351f,0.5115825355991119f,1.501543331369748f,0.011879782651750673f,0.5125802128107251f,-0.8585571595409702f,0.03802655803287473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881730396985339f,-0.1495029449276344f,-0.03410151127038834f,-0.19341261525004416f,-0.1457657441866886f,0.8467795799921514f,0.5115825355991119f,1.5737979364914516f,-0.04760663225497654f,0.5105029014278767f,-0.8585571595409703f,0.12019600578936201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9993944030123918f,0.006922005242757476f,-0.03410151127038834f,-0.07822760328318606f,-0.01150561538830222f,0.8591571044253317f,0.5115825355991119f,1.583781265925781f,0.03283973267311488f,0.511665081629477f,-0.8585571595409703f,0.1215696056584707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9748353913691528f,-0.2132595782416351f,-0.064933135010954f,-0.057660981892820415f,-0.17237365779344638f,0.536385274085972f,0.8261828852273718f,1.6068313184067844f,-0.14136223623393454f,0.8165850782569546f,-0.5596476821492471f,0.07076447315010209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993024385166668f,0.0984187911021579f,-0.064933135010954f,-0.08640565960163052f,0.001815074742941361f,0.5633990998049723f,0.8261828852273718f,1.611362274254632f,0.117895190606057f,0.8203018931447963f,-0.5596476821492471f,0.08078842284677773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05813614599838204f,-0.064933135010954f,-0.1430466417281148f,-0.08634230862122656f,0.5567466622255874f,0.8261828852273718f,1.6938924500250705f,-0.011879782651750916f,0.8286454867005084f,-0.5596476821492471f,0.15335710591528767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08020729656939916f,-0.03410151127038834f,-0.125f,-0.08634230862122656f,0.8548849718014351f,0.5115825355991119f,1.501543331369748f,-0.011879782651750916f,0.5125802128107251f,-0.8585571595409703f,0.038026558032874705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.6692575084989198e-17f,1.2132170359688565e-16f,1.0673123589917929e-19f,0f,0.9906668900890816f,0.13630521956707203f,0.9895670120876225f,-1.2246467991473532e-16f,0.13630521956707203f,-0.9906668900890816f,-0.0008715266799659296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.0995105354425896e-18f,1.2245974401084232e-16f,-3.055852148917918e-19f,0f,0.9999596952860494f,-0.008978184862836469f,0.614582126355354f,-1.2246467991473532e-16f,-0.008978184862836469f,-0.9999596952860494f,0.0024952926435977464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5443153632739298f,-0.7230282127645113f,-0.42538334340983097f,0.3276024953646215f,-0.8361006052819054f,0.5088376328652129f,0.20498790507578268f,0.2076025093357507f,0.06823901487566393f,0.4672413369198868f,-0.8814924673087773f,0.2820294199665908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5443153632739298f,-0.5370954473582458f,0.6443983750220167f,0.14481065024055984f,-0.8361006052819054f,0.2848577497384665f,-0.4688196244411794f,0.3099817356533126f,0.06823901487566393f,-0.7939675955862324f,-0.6041182781606727f,0.07837647282000187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5366287887790273f,0.7153554681864313f,0.4475445197847088f,-0.32291448116326893f,0.8410219975410835f,0.4965686773378768f,0.2147127111722015f,0.20271003818494707f,-0.06864067821313989f,0.49161580814970035f,-0.8681027326715179f,0.28331684016150127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5366287887790273f,0.5402568580310411f,-0.6481913840865069f,-0.125f,0.8410219975410835f,0.2799527106704622f,-0.4629346384105062f,0.31034531899663753f,-0.06864067821313989f,-0.7935672669274407f,-0.6045985859690313f,0.05483760827464225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.954188951394732f,0.29920468752381174f,9.648450735744516e-17f,-1.056433628337947e-18f,0.23573014598880868f,0.7517632917943096f,-0.6158597660041437f,0.4834215914244538f,-0.18426812884575772f,-0.587646584329699f,-0.7878557917647881f,0.008626435222575826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9542361052373243f,-0.2989286740478712f,0.008666215637963657f,-1.039345192314473e-18f,-0.23561163742836563f,0.7336378676845328f,-0.6373873511512573f,0.47574651292391595f,0.18417549177300024f,-0.6102598847468785f,-0.7704948158806131f,0.008486897553140265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.542106911606126e-17f,9.648450735744516e-17f,-1.056433628337947e-18f,0f,0.7878557917647881f,-0.6158597660041437f,0.4834215914244538f,-1.2246467991473532e-16f,-0.6158597660041437f,-0.7878557917647881f,0.008626435222575826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9345246234802947f,0.3558984800599931f,1.2212056191352148e-16f,-1.2663732788632028e-18f,0.35489842785164566f,0.9318986684233668f,0.07491313435697491f,0.4884579863518836f,0.026661470654177306f,0.07000816867868076f,-0.9971900632782167f,0.010340722563802895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9345246234802947f,-0.3558984800599931f,1.2212056191352148e-16f,-1.2663732788632028e-18f,-0.35489842785164566f,0.9318986684233668f,0.07491313435697491f,0.4884579863518836f,-0.026661470654177535f,0.07000816867868068f,-0.9971900632782167f,0.010340722563802895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-9.174213020436496e-18f,1.2212056191352148e-16f,-1.2663732788632028e-18f,0f,0.9971900632782167f,0.07491313435697491f,0.4884579863518836f,-1.2246467991473532e-16f,0.07491313435697491f,-0.9971900632782167f,0.010340722563802895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8547055435065197f,0.5191131224494568f,1.2205882930565537e-16f,-0.19375f,0.5173927702869052f,0.8518730307717651f,-0.0813453176192036f,0.5465822128474831f,-0.04222742182594771f,-0.06952629390743183f,-0.9966859782807376f,0.026252922141936516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8547055435065197f,-0.5190279575282973f,0.009402829533105894f,0.19375f,-0.5173927702869052f,0.850259845093773f,-0.09676216758607102f,0.5477206142045572f,0.0422274218259475f,-0.08756811705819098f,-0.9952631158245625f,0.023711718685541103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.0562148067130233e-17f,1.2072611935071876e-16f,-0.007812500000000002f,0f,0.9858035756495095f,-0.16790268085007368f,0.3924609808101256f,-1.2246467991473532e-16f,-0.16790268085007368f,-0.9858035756495095f,0.018175594405540802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.961928284798249e-18f,1.2205882930565537e-16f,0f,0f,0.9966859782807376f,-0.0813453176192036f,0.6151580040822279f,-1.2246467991473532e-16f,-0.0813453176192036f,-0.9966859782807376f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1480598309421981f,0.6746283373225704f,-0.7231562023123023f,-0.022565304575415668f,-0.9829567312414798f,0.01981540562806472f,-0.1827660094406514f,-0.012501324380882903f,-0.10896949558675888f,0.7378915612616662f,0.6660643308648105f,0.9950042071083727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1480598309421981f,0.6746283373225704f,-0.7231562023123023f,-0.008684695424584582f,-0.9829567312414798f,0.01981540562806472f,-0.1827660094406514f,-0.10465351793477164f,-0.10896949558675888f,0.7378915612616662f,0.6660643308648105f,0.9847883168971141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1480598309421981f,0.6746283373225704f,-0.7231562023123023f,0.09284843034684523f,-0.9829567312414798f,0.01981540562806472f,-0.1827660094406514f,-0.031162519741729552f,-0.10896949558675888f,0.7378915612616662f,0.6660643308648105f,0.8899866123730218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1829341580768703f,-0.9185095164098078f,-0.35053582138395967f,0.5428229576121076f,0.9810052980244968f,-0.19394440896513232f,-0.00376450249478218f,-0.012269826776232215f,-0.06452673133341341f,-0.34456615401949453f,0.9365417590516926f,-0.5852634337709464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.20276275139955408f,-0.9185095164098078f,-0.3394518152985829f,0.5609099641985924f,0.9791701214953348f,-0.19394440896513232f,-0.060095252740764354f,-0.10419098261761152f,-0.010636720156780348f,-0.34456615401949453f,0.9387017767579432f,-0.5817386924293279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1929280702558377f,-0.9185095164098078f,-0.34513624552048894f,0.6036368977334233f,0.9804923289747125f,-0.19394440896513232f,-0.03194305954208637f,-0.05343894576560891f,-0.03759724097726463f,-0.34456615401949453f,0.9380088554886412f,-0.7242023914234333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.7812805040822278f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16.mcfunction new file mode 100644 index 000000000..ef2fd3bb0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..a6b18e3c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7925534857681973f,-0.13974856319547557f,-0.13882995255320268f,0.026455522352019936f,-0.14086856536055528f,0.8044065060823623f,-0.005537572579194638f,0.7063504136542901f,0.137693369246247f,0.018573004646826766f,-0.8047608489535573f,-0.3631840641567629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7696686404115402f,0.1706314295828866f,-0.13599668821538224f,0.026455522352019936f,0.17406118379124483f,0.7808157775277719f,-0.005424560893904952f,0.7063504136542901f,0.13157844908738656f,-0.03480857368812462f,-0.7883371581585867f,-0.3631840641567629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7925534857681973f,0.13974856319547557f,0.13882995255320288f,-0.02645552235201984f,0.14086856536055528f,0.8044065060823623f,-0.005537572579194638f,0.7063504136542901f,-0.13769336924624717f,0.018573004646826794f,-0.8047608489535573f,-0.3631840641567629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7696686404115402f,-0.1706314295828866f,0.1359966882153824f,-0.02645552235201984f,-0.17406118379124483f,0.7808157775277719f,-0.005424560893904952f,0.7063504136542901f,-0.13157844908738672f,-0.034808573688124664f,-0.7883371581585867f,-0.3631840641567629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.17131666714500995f,0.4669269075383142f,1.4812279070335639f,-0.5599574485170975f,1.5329009244579572f,-0.2902779207376155f,-0.0857888951332696f,0.39509984433354195f,0.24954279263137716f,1.462574525194854f,-0.48990856585365034f,0.11173844172612407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4440371126809591f,-0.8780213905598732f,-0.17863224871580194f,-0.47305757356903283f,-0.8119898461788212f,0.47861006230382774f,-0.33407319252526185f,0.6036383022083355f,0.3788186007371494f,-0.003293323675706485f,-0.9254650840278715f,0.005501788783466317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4785964021510035f,-0.8780213905598732f,0.0048909679432385285f,-0.2984375f,-0.8780250754683316f,0.47861006230382774f,0.002091676446520515f,0.9291640518465784f,-0.004177403134214692f,-0.003293323675706485f,-0.9999858515610216f,-0.0004582112439547807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.19031084543006163f,0.9562476320084531f,0.22219866874020935f,0.450918915791366f,0.7701476250634678f,0.2857829704491331f,-0.5702637367134352f,0.6402014703054274f,-0.6088139434349344f,0.0625984031704965f,-0.7908394414795639f,0.06599183489997203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.39452480719829397f,0.9106452905491659f,0.12278164075208566f,0.2984375f,0.8894472109704962f,0.4120119492555006f,-0.19781256928589855f,0.9291640518465784f,-0.23072458777068952f,0.031165822166405704f,-0.9725198487057924f,-0.0004582112439547078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.6885497359339002e-17f,1.1947705996700602e-16f,-0.15625000000000003f,0f,0.9756042317686258f,-0.2195367462525336f,0.5857574068381546f,-1.2246467991473532e-16f,-0.2195367462525336f,-0.9756042317686258f,0.2159857675426503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.956830160295335e-18f,1.2231972040950705e-16f,-0.15625000000000003f,0f,0.998816315811798f,-0.04864120956705812f,0.7727314584930726f,-1.2246467991473532e-16f,-0.04864120956705812f,-0.998816315811798f,0.2006229387750032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.4374084598149833e-17f,1.20014590057296e-16f,0.15624999999999997f,0f,0.9799934980506612f,-0.19902950479370884f,0.5852789025809032f,-1.2246467991473532e-16f,-0.19902950479370884f,-0.9799934980506612f,0.20816295084363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.426615186940387e-19f,1.2246178076519828e-16f,0.15624999999999997f,0f,0.999976326647495f,-0.00688085347775972f,0.7727314584930726f,-1.2246467991473532e-16f,-0.00688085347775972f,-0.999976326647495f,0.20062293877500323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.8976192890645908e-17f,1.2098554430177007e-16f,0.29375f,0f,0.9879219411344148f,0.15495237405477136f,1.4586840046268201f,-1.2246467991473532e-16f,0.15495237405477136f,-0.9879219411344148f,0.09987717141488876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.8976192890645908e-17f,1.2098554430177007e-16f,0.33125f,0f,0.9879219411344148f,0.15495237405477136f,1.3497205470526532f,-1.2246467991473532e-16f,0.15495237405477136f,-0.9879219411344148f,-0.012109557323309018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.8976192890645908e-17f,1.2098554430177007e-16f,-0.29375f,0f,0.9879219411344148f,0.15495237405477136f,1.4586840046268201f,-1.2246467991473532e-16f,0.15495237405477136f,-0.9879219411344148f,0.09987717141488868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.8976192890645908e-17f,1.2098554430177007e-16f,-0.33125f,0f,0.9879219411344148f,0.15495237405477136f,1.3497205470526532f,-1.2246467991473532e-16f,0.15495237405477136f,-0.9879219411344148f,-0.012109557323309102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882317411845598f,0.1486634745672042f,0.03601662178688187f,0.19326072676780295f,0.14394223101114903f,0.8241317447540915f,0.5478024291841995f,1.5386554320079882f,0.05175577114550676f,0.5465400613113216f,-0.8358321012828777f,0.13320191735885364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9993210596889641f,-0.0077603232655931165f,0.03601662178688187f,0.07807571480094488f,0.01324745467568536f,0.8365028413128707f,0.5478024291841995f,1.5486110995410578f,-0.0343791303953643f,0.5479076325972361f,-0.8358321012828777f,0.13476343174103017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9753564012530628f,0.20997005129793722f,0.06776775112556117f,0.057788966583911014f,0.16300713647256845f,0.47877670404802763f,0.8626711662736392f,1.576133727545389f,0.14868948851108416f,0.8524584712576028f,-0.501204539871162f,0.08260983256530942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.992503375282758f,-0.10170831804585577f,0.06776775112556117f,0.0864920126513357f,0.007078861283184412f,0.505715679609613f,0.8626711662736392f,1.5799418549676014f,-0.1220120476644269f,0.8566837627953915f,-0.501204539871162f,0.09304529791130545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05480561468754794f,0.06776775112556117f,0.14285729966927896f,0.08610307055627815f,0.4983821025286319f,0.8626711662736392f,1.657240253897652f,0.013504989251256429f,0.8652234534950265f,-0.501204539871162f,0.17136232334949242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07936577630790663f,0.03601662178688187f,0.12499999999999999f,0.08610307055627815f,0.8321651037027872f,0.5478024291841995f,1.4700031055645253f,0.013504989251256429f,0.5488190172819931f,-0.8358321012828777f,0.047878044461044156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882317411845598f,-0.14866347456720436f,-0.03601662178688166f,-0.19326072676780298f,-0.14394223101114903f,0.8241317447540915f,0.5478024291841995f,1.5386554320079882f,-0.051755771145507f,0.5465400613113216f,-0.8358321012828777f,0.13320191735885362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9993210596889641f,0.007760323265592992f,-0.03601662178688166f,-0.07807571480094491f,-0.01324745467568536f,0.8365028413128707f,0.5478024291841995f,1.5486110995410578f,0.034379130395364055f,0.5479076325972361f,-0.8358321012828777f,0.13476343174103017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753564012530628f,-0.20997005129793744f,-0.06776775112556105f,-0.057788966583911014f,-0.16300713647256845f,0.47877670404802763f,0.8626711662736392f,1.576133727545389f,-0.1486894885110844f,0.8524584712576028f,-0.501204539871162f,0.08260983256530942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.992503375282758f,0.10170831804585555f,-0.06776775112556105f,-0.08649201265133571f,-0.007078861283184412f,0.505715679609613f,0.8626711662736392f,1.5799418549676014f,0.12201204766442666f,0.8566837627953915f,-0.501204539871162f,0.09304529791130543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.05480561468754816f,-0.06776775112556105f,-0.142857299669279f,-0.08610307055627815f,0.4983821025286319f,0.8626711662736392f,1.657240253897652f,-0.013504989251256672f,0.8652234534950265f,-0.501204539871162f,0.1713623233494924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07936577630790677f,-0.03601662178688166f,-0.125f,-0.08610307055627815f,0.8321651037027872f,0.5478024291841995f,1.4700031055645253f,-0.013504989251256672f,0.5488190172819931f,-0.8358321012828777f,0.04787804446104413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.8976192890645908e-17f,1.2098554430177007e-16f,8.113120716048022e-20f,0f,0.9879219411344148f,0.15495237405477136f,0.9588508490439259f,-1.2246467991473532e-16f,0.15495237405477136f,-0.9879219411344148f,-0.0006624865815757365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,8.426615186940387e-19f,1.2246178076519828e-16f,-2.348668623497843e-19f,0f,0.999976326647495f,-0.00688085347775972f,0.5838597265511153f,-1.2246467991473532e-16f,-0.00688085347775972f,-0.999976326647495f,0.0019178334725841585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.49968012477485124f,-0.7195632096381139f,-0.4822328900440996f,0.34015555187390073f,-0.8645140338856045f,0.4490934364876594f,0.2256780240044302f,0.17743661450671627f,0.05417802247986524f,0.5296639242378134f,-0.8464755573796393f,0.2701020262676668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.49968012477485124f,-0.568402993195914f,0.6536343092516753f,0.14601035136317247f,-0.8645140338856045f,0.2800491087995727f,-0.4173583374935796f,0.2775940289173891f,0.05417802247986524f,-0.773621699531813f,-0.6313273381485079f,0.07771760205229652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4935648098695893f,0.7121574335591383f,0.49922496760965185f,-0.33550067151031276f,0.8680061974265011f,0.4392643895692724f,0.2315427331736422f,0.1717511472262867f,-0.0543968720385842f,0.5476117108707559f,-0.8349625107929228f,0.2703693695654095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4935648098695893f,0.5706990301965558f,-0.6562746341213462f,-0.125f,0.8680061974265011f,0.2760441243121595f,-0.41275281060450564f,0.2778698774950485f,-0.0543968720385842f,-0.7733707121202895f,-0.6316159608076526f,0.053739112466555765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9510031424898097f,0.3091812138123963f,9.664248299779215e-17f,-8.174892166243113e-19f,0.24398904418731093f,0.750480098367201f,-0.6142059656754555f,0.45113873099358415f,-0.18990094599835244f,-0.5841118034933463f,-0.7891457607620288f,0.006675306032673902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9510540472222315f,-0.3089478802785823f,0.006885240270617183f,-7.957691158349979e-19f,-0.24386544777132965f,0.7366491072042404f,-0.6307755038351478f,0.44526834933300186f,0.18980474874328682f,-0.6015806680126667f,-0.775934827951376f,0.006497947950291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.521853698816556e-17f,9.664248299779215e-17f,-8.174892166243113e-19f,0f,0.7891457607620288f,-0.6142059656754555f,0.45113873099358415f,-1.2246467991473532e-16f,-0.6142059656754555f,-0.7891457607620288f,0.006675306032673902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9284321425374958f,0.3715020278588464f,1.218768411963623e-16f,-9.92087544416366e-19f,0.3697187930838765f,0.9239756056719644f,0.09786262904565993f,0.4550112090977543f,0.036356165142060595f,0.09085881035921425f,-0.9951999325945875f,0.008101009573593757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9284321425374958f,-0.3715020278588464f,1.218768411963623e-16f,-9.92087544416366e-19f,-0.3697187930838765f,0.9239756056719644f,0.09786262904565993f,0.4550112090977543f,-0.03635616514206082f,0.09085881035921417f,-0.9951999325945875f,0.008101009573593757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.1984715541691222e-17f,1.218768411963623e-16f,-9.92087544416366e-19f,0f,0.9951999325945875f,0.09786262904565993f,0.4550112090977543f,-1.2246467991473532e-16f,0.09786262904565993f,-0.9951999325945875f,0.008101009573593757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8413936389095662f,0.5404227460077143f,1.2222490368431633e-16f,-0.19375f,0.5393646406914663f,0.8397462562096996f,-0.0625460594566863f,0.5156142070749712f,-0.033801313203544285f,-0.0526258565657153f,-0.9980420784949103f,0.025893445671453484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8413936389095662f,-0.5403703400537798f,0.007525954602630215f,0.19375f,-0.5393646406914662f,0.8387938046123778f,-0.07423434323584821f,0.5166213123179929f,0.03380131320354407f,-0.06651953798738001f,-0.9972124258610406f,0.02393873092300993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.828313800724643e-17f,1.2109221565082768e-16f,-0.007812500000000002f,0f,0.9887929788012088f,-0.14929315146192246f,0.36127829354117047f,-1.2246467991473532e-16f,-0.14929315146192246f,-0.9887929788012088f,0.01397513515985334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.659683151291092e-18f,1.2222490368431633e-16f,0f,0f,0.9980420784949103f,-0.0625460594566863f,0.5842783204548769f,-1.2246467991473532e-16f,-0.0625460594566863f,-0.9980420784949103f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.11983812129380357f,0.6391210010037937f,-0.7597125579853741f,-0.021242411935647174f,-0.9902935964337714f,0.022682839556435574f,-0.13712797545331f,0.009980740195117452f,-0.07040893087555165f,0.7687716402583837f,0.6356357035184509f,0.9832772704866432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11983812129380357f,0.6391210010037937f,-0.7597125579853741f,-0.010007588064353076f,-0.9902935964337714f,0.022682839556435574f,-0.13712797545331f,-0.08285928447054862f,-0.07040893087555165f,0.7687716402583837f,0.6356357035184509f,0.9766764332170601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.11983812129380357f,0.6391210010037937f,-0.7597125579853741f,0.098331883697806f,-0.9902935964337714f,0.022682839556435574f,-0.13712797545331f,-0.015870075819719078f,-0.07040893087555165f,0.7687716402583837f,0.6356357035184509f,0.884631496324084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.12003117356989887f,-0.9476901770052414f,-0.2957631582520162f,0.5459749933444059f,0.9921587250273264f,-0.12496417293713735f,-0.0022404986694482334f,0.025119747892811895f,-0.034836499875609474f,-0.29371292768605134f,0.9552586740702778f,-0.5817056962663747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13140923069171181f,-0.9476901770052414f,-0.29088647699194753f,0.5577634788778166f,0.991325698375055f,-0.12496417293713735f,-0.040710136616658975f,-0.06787356994602033f,0.0022302085602527305f,-0.29371292768605134f,0.9558910723925955f,-0.5801769889188104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12574384568971408f,-0.9476901770052414f,-0.2933799817283649f,0.595876233370366f,0.9919287236142104f,-0.12496417293713735f,-0.021479356396803373f,-0.01815500756708371f,-0.016306211707352344f,-0.29371292768605134f,0.9557545833370842f,-0.7243045300931552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.7504008204548769f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17.mcfunction new file mode 100644 index 000000000..548558782 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..b59be04a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7954180029798593f,-0.14025365486659536f,-0.12076240009431276f,0.02609935414709018f,-0.14121497228759058f,0.8043546458798188f,-0.0040471839358729635f,0.679637397670807f,0.11963685294169162f,0.01693990532906579f,-0.8076784678757349f,-0.3656759906796399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.772450445182228f,0.17124814085306278f,-0.1182978613168778f,0.02609935414709018f,0.1737282358956165f,0.7808987015560015f,-0.003964588345344944f,0.679637397670807f,0.1146246473947672f,-0.02951765848641431f,-0.7911952338374547f,-0.3656759906796399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7954180029798593f,0.14025365486659536f,0.12076240009431295f,-0.02609935414709008f,0.14121497228759058f,0.8043546458798188f,-0.0040471839358729635f,0.679637397670807f,-0.11963685294169181f,0.016939905329065825f,-0.8076784678757349f,-0.3656759906796399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.772450445182228f,-0.17124814085306278f,0.118297861316878f,-0.02609935414709008f,-0.1737282358956165f,0.7808987015560015f,-0.003964588345344944f,0.679637397670807f,-0.11462464739476738f,-0.029517658486414352f,-0.7911952338374547f,-0.3656759906796399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.14849151157108997f,0.48962165588458706f,1.4763560394024766f,-0.5495180545015004f,1.5404981801345319f,-0.2512850003653624f,-0.07160625387195102f,0.36595723279950587f,0.21499273939723512f,1.4623722961955394f,-0.5066079740057965f,0.12639387780485783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.42561490442152977f,-0.885939799461145f,-0.18428951371415112f,-0.46745998531110644f,-0.8109978539867315f,0.4637944271541443f,-0.35661913881573265f,0.573602557239433f,0.40141553776998695f,-0.0023240205475114116f,-0.9158930969088733f,0.014700656815238954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.46374144258382355f,-0.885939799461145f,-0.00738553728719169f,-0.2984375f,-0.8857365542980054f,0.4637944271541443f,-0.019117680849292454f,0.9017834115509877f,0.02036248537312297f,-0.0023240205475114116f,-0.9997899620009815f,-0.00032177075531935576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.23834594713542517f,0.9459022534437814f,0.220136631240903f,0.4532485530003111f,0.7774409735239693f,0.3216793036817684f,-0.5404701270828158f,0.6113752570247156f,-0.5820453093791064f,0.042324372562257365f,-0.812054127085745f,0.05316220483412395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4023353360840555f,0.909978164936751f,0.10032954039799712f,0.2984375f,0.8950156750484576f,0.4140160715289811f,-0.16594467130119894f,0.9017834115509877f,-0.19254406964558435f,0.023031106227288933f,-0.9810180168530359f,-0.00032177075531928247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.3977083264916547e-17f,1.200945348661871e-16f,-0.15625000000000003f,0f,0.9806462969551842f,-0.19578774289542364f,0.5578161306582143f,-1.2246467991473532e-16f,-0.19578774289542364f,-0.9806462969551842f,0.2133834821870613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.357097613366438e-18f,1.223871460857151e-16f,-0.15625000000000003f,0f,0.9993668882401506f,-0.035578402004561804f,0.7449750571907141f,-1.2246467991473532e-16f,-0.035578402004561804f,-0.9993668882401506f,0.20046648875970505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.212816535520324e-17f,1.2044891915094695e-16f,0.15624999999999997f,0f,0.9835400642438962f,-0.18069018243145477f,0.5575087287504025f,-1.2246467991473532e-16f,-0.18069018243145477f,-0.9835400642438962f,0.2076559394417262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.136487261019157e-19f,1.2246314246278154e-16f,0.15624999999999997f,0f,0.9999874457520744f,-0.0050108221123769045f,0.7449750571907141f,-1.2246467991473532e-16f,-0.0050108221123769045f,-0.9999874457520744f,0.20046648875970507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.1007099759386814e-17f,1.2064949061773012e-16f,0.29375f,0f,0.9851778545596247f,0.1715359871434995f,1.4295431587942973f,-1.2246467991473532e-16f,0.1715359871434995f,-0.9851778545596247f,0.10845637948293135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.1007099759386814e-17f,1.2064949061773012e-16f,0.33125f,0f,0.9851778545596247f,0.1715359871434995f,1.3224774257690473f,-1.2246467991473532e-16f,0.1715359871434995f,-0.9851778545596247f,-0.005346042774970891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.1007099759386814e-17f,1.2064949061773012e-16f,-0.29375f,0f,0.9851778545596247f,0.1715359871434995f,1.4295431587942973f,-1.2246467991473532e-16f,0.1715359871434995f,-0.9851778545596247f,0.10845637948293127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.1007099759386814e-17f,1.2064949061773012e-16f,-0.33125f,0f,0.9851778545596247f,0.1715359871434995f,1.3224774257690473f,-1.2246467991473532e-16f,0.1715359871434995f,-0.9851778545596247f,-0.005346042774970974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882864351677701f,0.14788131416706213f,0.037696670723066227f,0.19312246754334633f,0.14220541259044767f,0.8027226247889813f,0.5791493833907353f,1.5070728273445817f,0.05538540144623996f,0.5777261501543018f,-0.8143494045767626f,0.1446496802701439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.99925272345471f,-0.008541409997293123f,0.037696670723066227f,0.07793745557648823f,0.014881143600551885f,0.8150856048804144f,0.5791493833907353f,1.5170008416669238f,-0.03567276599150801f,0.5792775682106007f,-0.8143494045767626f,0.14637831406887963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9758362598567061f,0.20694034331235484f,0.07013763796022807f,0.05791234014455082f,0.15435168780836941f,0.42565718960776405f,0.8916229659480108f,1.548668934513924f,0.1546581728185839f,0.8809038830911035f,-0.4473133111538627f,0.09333204997363491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9920235166791147f,-0.10473802603143817f,0.07013763796022807f,0.08657704279101647f,0.015261873124626596f,0.4525213385275883f,0.8916229659480108f,1.5518110441983977f,-0.12512560722861665f,0.8855813819634181f,-0.4473133111538627f,0.1040897260200883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05173814101082434f,0.07013763796022807f,0.14268088383915142f,0.08586390765268845f,0.44456256697644136f,0.8916229659480108f,1.624139259620394f,0.01495034636744432f,0.8942523630430399f,-0.4473133111538627f,0.1871958798521895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07858170595178428f,0.037696670723066227f,0.12499999999999999f,0.08586390765268845f,0.8106869809493314f,0.5791493833907353f,1.4417346889067948f,0.01495034636744432f,0.5801823285907332f,-0.8143494045767626f,0.05665485591927476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882864351677701f,-0.14788131416706227f,-0.03769667072306602f,-0.19312246754334636f,-0.14220541259044767f,0.8027226247889813f,0.5791493833907353f,1.5070728273445817f,-0.055385401446240205f,0.5777261501543018f,-0.8143494045767626f,0.14464968027014385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.99925272345471f,0.008541409997292984f,-0.03769667072306602f,-0.07793745557648828f,-0.014881143600551885f,0.8150856048804144f,0.5791493833907353f,1.5170008416669238f,0.03567276599150777f,0.5792775682106007f,-0.8143494045767626f,0.14637831406887963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.975836259856706f,-0.20694034331235506f,-0.07013763796022793f,-0.05791234014455082f,-0.15435168780836941f,0.42565718960776405f,0.8916229659480108f,1.548668934513924f,-0.15465817281858416f,0.8809038830911035f,-0.4473133111538627f,0.09333204997363492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9920235166791148f,0.10473802603143795f,-0.07013763796022793f,-0.08657704279101647f,-0.015261873124626596f,0.4525213385275883f,0.8916229659480108f,1.5518110441983977f,0.1251256072286164f,0.8855813819634181f,-0.4473133111538627f,0.1040897260200883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.051738141010824565f,-0.07013763796022793f,-0.14268088383915145f,-0.08586390765268845f,0.44456256697644136f,0.8916229659480108f,1.624139259620394f,-0.014950346367444562f,0.8942523630430399f,-0.4473133111538627f,0.1871958798521895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07858170595178442f,-0.03769667072306602f,-0.125f,-0.08586390765268845f,0.8106869809493314f,0.5791493833907353f,1.4417346889067948f,-0.014950346367444562f,0.5801823285907332f,-0.8143494045767626f,0.05665485591927473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.1007099759386814e-17f,1.2064949061773012e-16f,5.762324911225379e-20f,0f,0.9851778545596247f,0.1715359871434995f,0.9314705388467526f,-1.2246467991473532e-16f,0.1715359871434995f,-0.9851778545596247f,-0.00047052953678050884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,6.136487261019157e-19f,1.2246314246278154e-16f,-1.7249502317596462e-19f,0f,0.9999874457520744f,-0.0050108221123769045f,0.5564752466897247f,-1.2246467991473532e-16f,-0.0050108221123769045f,-0.9999874457520744f,0.0014085287553608303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4587136119555779f,-0.7112864908517762f,-0.532591166034918f,0.3509716240049287f,-0.8876532762508464f,0.39423076503048315f,0.2380205139575549f,0.15162106842884457f,0.04066304671081733f,0.5819395431101464f,-0.8122148021286906f,0.25938518154302265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4587136119555779f,-0.5955037074108823f,0.6595128176666181f,0.14708029596151043f,-0.8876532762508464f,0.2731301347468745f,-0.3707716152219488f,0.24863593657775102f,0.04066304671081733f,-0.7554967001602645f,-0.6538893275464476f,0.07710267751649817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4541038580527387f,0.7048862709315409f,0.5449082777439196f,-0.3463747899582863f,0.8900153880349773f,0.38688210073411516f,0.2412360860080989f,0.1453323078315984f,-0.04077125412060696f,0.5945229896175457f,-0.8030442824985734f,0.25868320128670086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4541038580527387f,0.5970883873331041f,-0.661267830620522f,-0.125f,0.8900153880349773f,0.27004404587016795f,-0.3673538108568081f,0.24884734460036362f,-0.04077125412060696f,-0.7553553276452241f,-0.6540458958172654f,0.05272508791533001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9480740510876912f,0.3180496716775132f,9.678297745999796e-17f,-5.993242877512688e-19f,0.25135242444234523f,0.7492562719366438f,-0.6127291389272728f,0.4223692345994335f,-0.19487830146306453f,-0.5809125969622522f,-0.7902929851070696f,0.0048938541967246535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9481281069661881f,-0.3178462274085106f,0.005183483663516175f,-5.744129046494658e-19f,-0.25122504457115047f,0.739208221975234f,-0.6248657308129776f,0.4181077856083722f,0.19477954143322138f,-0.5937549833781528f,-0.7807150248026954f,0.004690437316697308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.503767787315985e-17f,9.678297745999796e-17f,-5.993242877512688e-19f,0f,0.7902929851070696f,-0.6127291389272728f,0.4223692345994335f,-1.2246467991473532e-16f,-0.6127291389272728f,-0.7902929851070696f,0.0048938541967246535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9227787869248617f,0.38533013170719044f,1.2160492425252734e-16f,-7.378498607583659e-19f,0.3826249455034192f,0.9163004758920282f,0.11828604718456129f,0.4252141064298035f,0.04557917814074983f,0.10915185513110646f,-0.9929795622476083f,0.006025001341383375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9227787869248617f,-0.38533013170719044f,1.2160492425252734e-16f,-7.378498607583659e-19f,-0.3826249455034192f,0.9163004758920282f,0.11828604718456129f,0.4252141064298035f,-0.045579178140750055f,0.10915185513110638f,-0.9929795622476083f,0.006025001341383375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.4485862906836574e-17f,1.2160492425252734e-16f,-7.378498607583659e-19f,0f,0.9929795622476083f,0.11828604718456129f,0.4252141064298035f,-1.2246467991473532e-16f,0.11828604718456129f,-0.9929795622476083f,0.006025001341383375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.829073143691794f,0.5591401634733512f,1.2233638451302467e-16f,-0.19375f,0.558554401832237f,0.8282045971680819f,-0.04576161517567891f,0.4879861959312286f,-0.02558715699013379f,-0.03793972615411415f,-0.9989523885433745f,0.02557893511989973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.829073143691794f,-0.5591111246294703f,0.005698484410337364f,0.19375f,-0.558554401832237f,0.8276952044016962f,-0.05419989671822453f,0.48885581860995186f,0.02558715699013359f,-0.04811859231111528f,-0.9985138449070994f,0.024142549535890956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.6245174409401628e-17f,1.213824210296808e-16f,-0.007812500000000002f,0f,0.9911626855530263f,-0.13265191580717112f,0.3335333448931794f,-1.2246467991473532e-16f,-0.13265191580717112f,-0.9911626855530263f,0.010224860890815752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,5.6041815548708114e-18f,1.2233638451302467e-16f,0f,0f,0.9989523885433745f,-0.04576161517567891f,0.5567367692083396f,-1.2246467991473532e-16f,-0.04576161517567891f,-0.9989523885433745f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09117772948992364f,0.6029748251541426f,-0.7925326377351241f,-0.019898956069840282f,-0.9953286178572571f,0.029812202675351007f,-0.09182687540151718f,0.03260661847218153f,-0.031742150516691034f,0.7972029809289319f,0.6028763082744261f,0.97154535500643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09117772948992364f,0.6029748251541426f,-0.7925326377351241f,-0.01135104393015994f,-0.9953286178572571f,0.029812202675351007f,-0.09182687540151718f,-0.06070543945193633f,-0.031742150516691034f,0.7972029809289319f,0.6028763082744261f,0.9685695283954903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09117772948992364f,0.6029748251541426f,-0.7925326377351241f,0.10325489566026852f,-0.9953286178572571f,0.029812202675351007f,-0.09182687540151718f,-0.000275379179649822f,-0.031742150516691034f,0.7972029809289319f,0.6028763082744261f,0.8796259954597963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.05544267047575735f,-0.9687598825308367f,-0.2417238099347188f,0.5491593337403493f,0.9984504958457934f,-0.05494844424802925f,-0.00879066664196533f,0.06252415278656864f,-0.00476630211018102f,-0.24183663592094706f,0.9703052735560255f,-0.5781476887835346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06029238816760053f,-0.9687598825308367f,-0.24056000899544142f,0.5545846888933957f,0.9980718187306474f,-0.05494844424802925f,-0.028867163532613045f,-0.031067562243689683f,0.014746951710261254f,-0.24183663592094706f,0.9702049108006484f,-0.5786155553865612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0578704549658281f,-0.9687598825308367f,-0.2411541010244021f,0.5880451264705329f,0.9983116269894222f,-0.05494844424802925f,-0.018829867032290226f,0.01855277532628302f,0.004990577098949796f,-0.24183663592094706f,0.970304145959739f,-0.7239272439790088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.7228592692083395f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18.mcfunction new file mode 100644 index 000000000..e6d0f1ce2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..d298b68ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7975616703171045f,-0.14063164125581518f,-0.10517874292427368f,0.025832814939587848f,-0.1414593170203657f,0.8043171689989963f,-0.002756397289219863f,0.656684766425425f,0.10406290459893194f,0.01552667303642528f,-0.8098606539123246f,-0.36781918450461804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7745322144944315f,0.17170965799843216f,-0.10303223796663545f,0.025832814939587848f,0.1734930487489631f,0.7809563824290312f,-0.002700144283317417f,0.656684766425425f,0.1000000537306948f,-0.02495840726934071f,-0.7933328854651344f,-0.36781918450461804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7975616703171045f,0.14063164125581518f,0.10517874292427389f,-0.02583281493958775f,0.1414593170203657f,0.8043171689989963f,-0.002756397289219863f,0.656684766425425f,-0.10406290459893214f,0.015526673036425312f,-0.8098606539123246f,-0.3678191845046181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7745322144944315f,-0.17170965799843216f,0.10303223796663565f,-0.02583281493958775f,-0.1734930487489631f,0.7809563824290312f,-0.002700144283317417f,0.656684766425425f,-0.100000053730695f,-0.024958407269340753f,-0.7933328854651344f,-0.3678191845046181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.12832812375345592f,0.5081169704531795f,1.4719902469077026f,-0.5404113349440921f,1.546170471596938f,-0.2172225761957975f,-0.059811998399679524f,0.3413112983511637f,0.18518913417266164f,1.461518986099169f,-0.5206471817421432f,0.13892568786512688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4096917983204817f,-0.8925485397815478f,-0.1884402677846658f,-0.46252286103294976f,-0.8094583849150897f,0.45094872041965234f,-0.3760616633512816f,0.5480148926711053f,0.420630186125038f,-0.0015348243238355306f,-0.9072308916889408f,0.022598714707632257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4506188355776676f,-0.8925485397815478f,-0.017313842914090695f,-0.2984375f,-0.8917546023548877f,0.45094872041965234f,-0.0376693606363904f,0.8782497503354595f,0.041429388138170826f,-0.0015348243238355306f,-0.9991402554760725f,-0.0002001870531873469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2791575390440034f,0.9351971129834855f,0.2178931579060011f,0.4551075389015841f,0.7818098714002453f,0.3531049958028251f,-0.5138970586802557f,0.5869935050844534f,-0.5575342082563429f,0.026892783538352096f,-0.8297182562879596f,0.04207000875531284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.40864797652402773f,0.9091195386886164f,0.08067524810879081f,0.2984375f,0.8986497159520788f,0.4162315633880297f,-0.13849178191793354f,0.8782497503354595f,-0.15948516953643543f,0.015904402351357892f,-0.9870722013529611f,-0.0002001870531872736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.1465081052398757e-17f,1.2056885220500582e-16f,-0.15625000000000003f,0f,0.9845193919499934f,-0.1752756882012314f,0.5338265695649386f,-1.2246467991473532e-16f,-0.1752756882012314f,-0.9845193919499934f,0.2111481226246903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.9810850249850833e-18f,1.2242839114638563e-16f,-0.15625000000000003f,0f,0.999703679719124f,-0.024342406537628893f,0.7211188694714141f,-1.2246467991473532e-16f,-0.024342406537628893f,-0.999703679719124f,0.20033577340064038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.019102443869218e-17f,1.207887426821503e-16f,0.15624999999999997f,0f,0.9863149339568609f,-0.16487222644724958f,0.5336412275070708f,-1.2246467991473532e-16f,-0.16487222644724958f,-0.9863149339568609f,0.20722389821726964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.1681165142812287e-19f,1.2246397059815518e-16f,0.15624999999999997f,0f,0.999994207990576f,-0.0034035254223366597f,0.7211188694714141f,-1.2246467991473532e-16f,-0.0034035254223366597f,-0.999994207990576f,0.20033577340064043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.2748515615268352e-17f,1.203332990652233e-16f,0.29375f,0f,0.982595954596901f,0.1857557267214249f,1.404383486235945f,-1.2246467991473532e-16f,0.1857557267214249f,-0.982595954596901f,0.11581238059137013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.2748515615268352e-17f,1.203332990652233e-16f,0.33125f,0f,0.982595954596901f,0.1857557267214249f,1.2989735912914662f,-1.2246467991473532e-16f,0.1857557267214249f,-0.982595954596901f,0.0004745440077325375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.2748515615268352e-17f,1.203332990652233e-16f,-0.29375f,0f,0.982595954596901f,0.1857557267214249f,1.404383486235945f,-1.2246467991473532e-16f,0.1857557267214249f,-0.982595954596901f,0.11581238059137004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.2748515615268352e-17f,1.203332990652233e-16f,-0.33125f,0f,0.982595954596901f,0.1857557267214249f,1.2989735912914662f,-1.2246467991473532e-16f,0.1857557267214249f,-0.982595954596901f,0.00047454400773245425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883349908861704f,0.14718693504336605f,0.03911460012032951f,0.193002024076444f,0.14063399702902085f,0.7834762352987162f,0.6052991554609932f,1.479745106953399f,0.058446767829151064f,0.6037391778530612f,-0.7950364648590873f,0.15436983158877682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991920565448925f,-0.009234835949552975f,0.03911460012032951f,0.07781701210958593f,0.016339873416166384f,0.7958303468296191f,0.6052991554609932f,1.489647102481581f,-0.036718424180948936f,0.6054492355846466f,-0.7950364648590873f,0.15624176314591856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9762577550443351f,0.20427912743303356f,0.0720474413910268f,0.058024420544227545f,0.14672985788847098f,0.3789733265916866f,0.9137010268879311f,1.5249697575790193f,0.1593459899709563f,0.9025792241278485f,-0.39994949637791327f,0.10267260686628985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9916020214914857f,-0.10739924191075943f,0.0720474413910268f,0.08665544333731812f,0.022439189148253845f,0.40576707142683344f,0.9137010268879311f,1.5275269283583561f,-0.1273652769178796f,0.9076444714659397f,-0.39994949637791327f,0.11367219942359975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.049043752740818305f,0.0720474413910268f,0.14252426702563362f,0.08563888024373709f,0.3972611428953742f,0.9137010268879311f,1.5953823896909796f,0.01618967833203667f,0.9163941808318942f,-0.39994949637791327f,0.20062020364607036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07788563122503844f,0.03911460012032951f,0.12499999999999999f,0.08563888024373709f,0.7913778582881928f,0.6052991554609932f,1.4173223715761365f,0.01618967833203667f,0.6063455399851393f,-0.7950364648590873f,0.06419245714941423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883349908861704f,-0.1471869350433662f,-0.039114600120329315f,-0.19300202407644404f,-0.14063399702902085f,0.7834762352987162f,0.6052991554609932f,1.479745106953399f,-0.05844676782915131f,0.6037391778530612f,-0.7950364648590873f,0.1543698315887768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991920565448925f,0.009234835949552836f,-0.039114600120329315f,-0.07781701210958597f,-0.016339873416166384f,0.7958303468296191f,0.6052991554609932f,1.489647102481581f,0.0367184241809487f,0.6054492355846466f,-0.7950364648590873f,0.15624176314591853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9762577550443351f,-0.20427912743303378f,-0.0720474413910267f,-0.058024420544227545f,-0.14672985788847098f,0.3789733265916866f,0.9137010268879311f,1.5249697575790193f,-0.15934598997095656f,0.9025792241278485f,-0.39994949637791327f,0.10267260686628982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9916020214914857f,0.10739924191075922f,-0.0720474413910267f,-0.08665544333731812f,-0.022439189148253845f,0.40576707142683344f,0.9137010268879311f,1.5275269283583561f,0.12736527691787936f,0.9076444714659397f,-0.39994949637791327f,0.1136721994235997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04904375274081851f,-0.0720474413910267f,-0.14252426702563364f,-0.08563888024373709f,0.3972611428953742f,0.9137010268879311f,1.5953823896909796f,-0.016189678332036914f,0.9163941808318942f,-0.39994949637791327f,0.2006202036460703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07788563122503858f,-0.039114600120329315f,-0.125f,-0.08563888024373709f,0.7913778582881928f,0.6052991554609932f,1.4173223715761365f,-0.016189678332036914f,0.6063455399851393f,-0.7950364648590873f,0.0641924571494142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.2748515615268352e-17f,1.203332990652233e-16f,3.688993929343032e-20f,0f,0.982595954596901f,0.1857557267214249f,0.9079370783851799f,-1.2246467991473532e-16f,0.1857557267214249f,-0.982595954596901f,-0.0003012292141629302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.1681165142812287e-19f,1.2246397059815518e-16f,-1.1941442999211576e-19f,0f,0.999994207990576f,-0.0034035254223366597f,0.5329392503887138f,-1.2246467991473532e-16f,-0.0034035254223366597f,-0.999994207990576f,0.0009750928192133172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.42268673087289277f,-0.7003026085210721f,-0.5752496710495099f,0.3599389094520947f,-0.9058312416797865f,0.34634077847083256f,0.24396275692218705f,0.13022410672680568f,0.028384663831777724f,0.6241989439808436f,-0.7807496328480448f,0.25015003975424355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.42268673087289277f,-0.6180815991893397f,0.6628054498022292f,0.14800025513923312f,-0.9058312416797865f,0.2652256217458828f,-0.3303409317150484f,0.2236809162921261f,0.028384663831777724f,-0.7400206120866218f,-0.6719849734526052f,0.07655069349031277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41944238077990215f,0.6953442482640333f,0.583579014026219f,-0.3554108296417655f,0.9073366078539895f,0.3412620391660325f,0.24552087624529392f,0.12349841481530902f,-0.02843183521517955f,0.6324844638648192f,-0.7740510536882752f,0.24857504931110236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41944238077990215f,0.6191087652766912f,-0.6639069407403859f,-0.125f,0.9073366078539895f,0.2630140552533507f,-0.3279693381814876f,0.22384721254365475f,-0.02843183521517955f,-0.7399513115717534f,-0.672059288492867f,0.05182625814039776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.945489626340587f,0.32565221706958664f,9.690346128282315e-17f,-4.0800305991178113e-19f,0.25768104755133714f,0.7481440155904236f,-0.6114581013193638f,0.397649208908692f,-0.19912268633981084f,-0.57812729173937f,-0.7912768101814425f,0.0033315978141277044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9455460679876908f,-0.3254679994028498f,0.0036351998189395733f,-3.8113400134740336e-19f,-0.25755134362481f,0.7413129734515788f,-0.6197760731017565f,0.39477036354105827f,0.19902245780331435f,-0.5869630795519301f,-0.7847702877484866f,0.003112195300822766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.488202065934771e-17f,9.690346128282315e-17f,-4.0800305991178113e-19f,0f,0.7912768101814425f,-0.6114581013193638f,0.397649208908692f,-1.2246467991473532e-16f,-0.6114581013193638f,-0.7912768101814425f,0.0033315978141277044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9177532108722628f,0.3971511600557802f,1.2133009456562027e-16f,-5.120556025975965e-19f,0.3934717164162176f,0.9092506014024633f,0.13580630408686606f,0.39961881880078204f,0.05393563121098679f,0.12463667163241629f,-0.9907354075484864f,0.004181251304083019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9177532108722628f,-0.3971511600557802f,1.2133009456562027e-16f,-5.120556025975965e-19f,-0.3934717164162176f,0.9092506014024633f,0.13580630408686606f,0.39961881880078204f,-0.05393563121098701f,0.12463667163241618f,-0.9907354075484864f,0.004181251304083019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6631475560401266e-17f,1.2133009456562027e-16f,-5.120556025975965e-19f,0f,0.9907354075484864f,0.13580630408686606f,0.39961881880078204f,-1.2246467991473532e-16f,0.13580630408686606f,-0.9907354075484864f,0.004181251304083019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.818146644801706f,0.5750096239192098f,1.224045993383799e-16f,-0.19375f,0.5747275269942921f,0.8177452660368476f,-0.03132011477230631f,0.46422370146639547f,-0.01800936741633044f,-0.025624446815766685f,-0.9995094048635308f,0.02531350928050266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.818146644801706f,-0.5749956149151999f,0.00401377976505813f,0.19375f,-0.5747275269942921f,0.8175067172649357f,-0.037027516008147784f,0.4649587703732587f,0.01800936741633024f,-0.03260076770567916f,-0.9993061856259391f,0.024318973263724158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.448927595575262e-17f,1.2160451763358395e-16f,-0.0078125f,0f,0.992976241951963f,-0.11831391684394732f,0.3097259517289943f,-1.2246467991473532e-16f,-0.11831391684394732f,-0.992976241951963f,0.006998088144437189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.835607830483266e-18f,1.224045993383799e-16f,0f,0f,0.9995094048635308f,-0.03132011477230631f,0.5330538343781894f,-1.2246467991473532e-16f,-0.03132011477230631f,-0.9995094048635308f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.06892966955841784f,0.5749614164630298f,-0.8152717769145413f,-0.018856078260550968f,-0.9976195895384463f,0.03811790623814171f,-0.05746459599755471f,0.05014046937305789f,-0.0019634723601981625f,0.8172921110611839f,0.5762202269735454f,0.9625191639671584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.06892966955841784f,0.5749614164630298f,-0.8152717769145413f,-0.012393921739449282f,-0.9976195895384463f,0.03811790623814171f,-0.05746459599755471f,-0.04338636714617145f,-0.0019634723601981625f,0.8172921110611839f,0.5762202269735454f,0.9623350884333898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.06892966955841784f,0.5749614164630298f,-0.8152717769145413f,0.1066657665371811f,-0.9976195895384463f,0.03811790623814171f,-0.05746459599755471f,0.011996740513076427f,-0.0019634723601981625f,0.8172921110611839f,0.5762202269735454f,0.8759940921542423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.004868985195628356f,-0.9795137472402242f,-0.20131843420456713f,0.5516188017411562f,0.9998159397914855f,-0.0010324247060882197f,-0.019157782702972522f,0.0913378515369028f,0.018557465398938752f,-0.20137465845195152f,0.9793384845962739f,-0.5754108409198024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.006025662082411668f,-0.9795137472402242f,-0.2012871341240728f,0.552129490439914f,0.999689356099772f,-0.0010324247060882197f,-0.024902317162243493f,-0.0023893460178350534f,0.024184348188266258f,-0.20137465845195152f,0.9792156883118589f,-0.5774143717002249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.005447346120083243f,-0.9795137472402242f,-0.2013036149393793f,0.582069688331442f,0.9997567739172037f,-0.0010324247060882197f,-0.022030140850456542f,0.04777877388710235f,0.021370994991172315f,-0.20137465845195152f,0.9792811279231548f,-0.7233047754984869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6991763343781894f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19.mcfunction new file mode 100644 index 000000000..2cf94bca2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..1874d7f00 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7990897677601078f,-0.14090108606416826f,-0.09244929124379038f,0.0256428144323413f,-0.14162168379873458f,0.8042915236851327f,-0.001699426580776734f,0.6379871640304262f,0.0913415906559141f,0.014369179469616697f,-0.8114152358332088f,-0.3695657858795603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7760161883870361f,0.17203864708992406f,-0.09056257101432527f,0.0256428144323413f,0.1733364890297518f,0.7809940397960171f,-0.0016647444056588415f,0.6379871640304262f,0.08805303476936438f,-0.021237083381810906f,-0.7948557412243679f,-0.3695657858795603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7990897677601078f,0.14090108606416826f,0.09244929124379057f,-0.025642814432341204f,0.14162168379873458f,0.8042915236851327f,-0.001699426580776734f,0.6379871640304262f,-0.09134159065591431f,0.014369179469616732f,-0.8114152358332088f,-0.36956578587956035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7760161883870361f,-0.17203864708992406f,0.09056257101432547f,-0.025642814432341204f,-0.1733364890297518f,0.7809940397960171f,-0.0016647444056588415f,0.6379871640304262f,-0.08805303476936457f,-0.021237083381810948f,-0.7948557412243679f,-0.36956578587956035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.11154916551036774f,0.5224811603795134f,1.468324375171378f,-0.5329107464086261f,1.550191227142487f,-0.18911853893274422f,-0.050473631951883084f,0.3215074101426212f,0.16084213678141263f,1.4603608681693787f,-0.5318667048755432f,0.14908798155588332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3966758952031118f,-0.8977971010607901f,-0.19133373850853214f,-0.458420301076215f,-0.8077325952855313f,0.4404083497422804f,-0.3919292538081094f,0.5273245005701809f,0.4361379239164029f,-0.00092239043943955f,-0.8998793588686026f,0.029025374057894186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43970099239843674f,-0.8977971010607901f,-0.024968031774078008f,-0.2984375f,-0.8962324446181008f,0.4404083497422804f,-0.052989533788704586f,0.8590739591719323f,0.058569979491996285f,-0.00092239043943955f,-0.9982828790969944f,-0.0000983396862879977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3120190188930356f,0.9252609927633736f,0.21572256979640134f,0.4565203516220865f,0.7840232986253898f,0.3790041971295441f,-0.4915926014198668f,0.5673964406768578f,-0.5366112177932828f,0.01574527956961857f,-0.8436826933804465f,0.032997964527095504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.41350596516768157f,0.908218970335039f,0.06442917580029463f,0.2984375f,0.9008216096759398f,0.41837519044821814f,-0.11611471723371411f,0.8590739591719323f,-0.13241315762261804f,0.010025065634616196f,-0.991143911723938f,-0.00009833968628792462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.9410986101441242e-17f,1.20916547441565e-16f,-0.15625000000000003f,0f,0.9873585390151004f,-0.15850273005209273f,0.5142971976852675f,-1.2246467991473532e-16f,-0.15850273005209273f,-0.9873585390151004f,0.20932798158659272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.8594768803176786e-18f,1.224505621561214e-16f,-0.15625000000000003f,0f,0.9998847197524724f,-0.015183781002100513f,0.701680684007593f,-1.2246467991473532e-16f,-0.015183781002100513f,-0.9998847197524724f,0.20023174315024594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.8608616157292883e-17f,1.2104262567925865e-16f,0.15624999999999997f,0f,0.9883880459536023f,-0.15195088224824432f,0.5141941852007795f,-1.2246467991473532e-16f,-0.15195088224824432f,-0.9883880459536023f,0.20687442823707072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.564892383148603e-19f,1.224644113197349e-16f,0.15624999999999997f,0f,0.9999978067553793f,-0.0020943935712193773f,0.701680684007593f,-1.2246467991473532e-16f,-0.0020943935712193773f,-0.9999978067553793f,0.200231743150246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.4164136583339457e-17f,1.2005703781869807e-16f,0.29375f,0f,0.9803401103263931f,0.19731514915291057f,1.3838058688697692f,-1.2246467991473532e-16f,0.19731514915291057f,-0.9803401103263931f,0.12179182701772015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.4164136583339457e-17f,1.2005703781869807e-16f,0.33125f,0f,0.9803401103263931f,0.19731514915291057f,1.2797616503120555f,-1.2246467991473532e-16f,0.19731514915291057f,-0.9803401103263931f,0.005220548030506982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.4164136583339457e-17f,1.2005703781869807e-16f,-0.29375f,0f,0.9803401103263931f,0.19731514915291057f,1.3838058688697692f,-1.2246467991473532e-16f,0.19731514915291057f,-0.9803401103263931f,0.12179182701772007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.4164136583339457e-17f,1.2005703781869807e-16f,-0.33125f,0f,0.9803401103263931f,0.19731514915291057f,1.2797616503120555f,-1.2246467991473532e-16f,0.19731514915291057f,-0.9803401103263931f,0.005220548030506898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13930609935033683f,0.7673049304260342f,0.6259688126637724f,1.457366029247167f,0.06089433468846052f,0.6242983401032192f,-0.7788090026105341f,0.1621985967792787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01755807378818737f,0.7796504085916686f,0.6259688126637724f,1.4672452917691992f,-0.037517152479460726f,0.6261381642438177f,-0.7788090026105341f,0.16418701706069155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.14044362797279333f,0.34054045178018105f,0.929681551964537f,1.5055804072839503f,0.16284873317395981f,0.9182544691790251f,-0.3609557035653867f,0.11036587352309651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.02833704068345915f,0.3672726835229026f,0.929681551964537f,1.5076563191464212f,-0.1288778872815599f,0.923634922593044f,-0.3609557035653867f,0.12153750856696537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08544227046081795f,0.3583180575345187f,0.929681551964537f,1.5717612952127051f,0.01719714837978676f,0.9324243873640481f,-0.3609557035653867f,0.21140857332384388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08544227046081795f,0.7751533164418556f,0.6259688126637724f,1.397351799013288f,0.01719714837978676f,0.6270253547827143f,-0.7788090026105341f,0.0703278684977334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430432f,-0.13930609935033683f,0.7673049304260342f,0.6259688126637724f,1.457366029247167f,-0.060894334688460755f,0.6242983401032192f,-0.7788090026105341f,0.16219859677927867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744625f,-0.01755807378818737f,0.7796504085916686f,0.6259688126637724f,1.4672452917691992f,0.03751715247946048f,0.6261381642438177f,-0.7788090026105341f,0.16418701706069153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.14044362797279333f,0.34054045178018105f,0.929681551964537f,1.5055804072839503f,-0.16284873317396004f,0.9182544691790251f,-0.3609557035653867f,0.11036587352309651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.02833704068345915f,0.3672726835229026f,0.929681551964537f,1.5076563191464212f,0.1288778872815597f,0.923634922593044f,-0.3609557035653867f,0.12153750856696535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08544227046081795f,0.3583180575345187f,0.929681551964537f,1.5717612952127051f,-0.017197148379787003f,0.9324243873640481f,-0.3609557035653867f,0.21140857332384386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.125f,-0.08544227046081795f,0.7751533164418556f,0.6259688126637724f,1.397351799013288f,-0.017197148379787003f,0.6270253547827143f,-0.7788090026105341f,0.07032786849773337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.4164136583339457e-17f,1.2005703781869807e-16f,1.9657662466643036e-20f,0f,0.9803401103263931f,0.19731514915291057f,0.8887613940599828f,-1.2246467991473532e-16f,0.19731514915291057f,-0.9803401103263931f,-0.00016051699543353658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.564892383148603e-19f,1.224644113197349e-16f,-7.652580190142959e-20f,0f,0.9999978067553793f,-0.0020943935712193773f,0.5137622165267155f,-1.2246467991473532e-16f,-0.0020943935712193773f,-0.9999978067553793f,0.0006248805937737299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.39281868021059907f,-0.6887516221951494f,-0.6093559611599393f,0.3669937724145883f,-0.9194402514189213f,0.3070994549861382f,0.24560038440101822f,0.1133171143368874f,0.017975220396818082f,0.6567428169921367f,-0.7539003672773471f,0.24263068910738722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.39281868021059907f,-0.6359264315885266f,0.6642974168884644f,0.14875f,-0.9194402514189213f,0.25746770342784664f,-0.2972204665939098f,0.2033028346990463f,0.017975220396818082f,-0.7275355354198678f,-0.6858344816010729f,0.07608267333369882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892737f,0.685356934866831f,0.6145039113459254f,-0.36253321361937363f,0.9203289910351378f,0.30390985090883793f,0.24623840232752753f,0.1062927310937554f,-0.017992595414338106f,0.6617587735349718f,-0.7495008953695426f,0.24032214176232797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892737f,0.6365411240733072f,-0.6649395330351394f,-0.125f,0.9203289910351378f,0.25602440995178366f,-0.29571278255950734f,0.2034390542241995f,-0.017992595414338106f,-0.7275073187757851f,-0.6858639570920201f,0.05107523305603408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9433385465888069f,0.3318318648347645f,9.700140903206951e-17f,-2.496224794855285e-19f,0.26283625999857296f,0.7471964020735471f,-0.6104216879816025f,0.37751381403061157f,-0.20255736705851998f,-0.5758343079468511f,-0.7920766142499672f,0.0020383222302081333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9433964478066892f,-0.33165913364942123f,0.0023154551682122654f,-2.2181458898504083e-19f,-0.2627058456222575f,0.7429625418119682f,-0.6156235051881908f,0.3757606911528221f,0.2024568619277087f,-0.5813853115888077f,-0.788037015962556f,0.0018112535723726773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.475509663167939e-17f,9.700140903206951e-17f,-2.496224794855285e-19f,0f,0.7920766142499672f,-0.6104216879816025f,0.37751381403061157f,-1.2246467991473532e-16f,-0.6104216879816025f,-0.7920766142499672f,0.0020383222302081333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9135454576426009f,0.4067366430758002f,1.2107812856197205e-16f,-3.231560953191878e-19f,0.4021315500557735f,0.9032022493723713f,0.15005303455255392f,0.3787757917448745f,0.061032067557242727f,0.13708026812097393f,-0.9886779489912629f,0.002638769770550837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9135454576426009f,-0.4067366430758002f,1.2107812856197205e-16f,-3.231560953191878e-19f,-0.4021315500557735f,0.9032022493723713f,0.15005303455255392f,0.3787757917448745f,-0.06103206755724295f,0.13708026812097382f,-0.9886779489912629f,0.002638769770550837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8376196846713235e-17f,1.2107812856197205e-16f,-3.231560953191878e-19f,0f,0.9886779489912629f,0.15005303455255392f,0.3787757917448745f,-1.2246467991473532e-16f,0.15005303455255392f,-0.9886779489912629f,0.002638769770550837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8090169943749475f,0.587785252292473f,1.2244128304228733e-16f,-0.19375f,0.5876729559423395f,0.8088624317088887f,-0.019546442744821032f,0.4448524821063057f,-0.011489110780185108f,-0.015813404360137038f,-0.9998089500379678f,0.025101497028823666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8090169943749475f,-0.5877796570005084f,0.0025646888487649757f,0.19375f,-0.5876729559423395f,0.8087694447464017f,-0.023075573635131977f,0.44546514617336386f,0.01148911078018491f,-0.020175729502598324f,-0.9997304338032921f,0.02446439990833447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.3056100883660173e-17f,1.2176672803493681e-16f,-0.0078125f,0f,0.9943007903969989f,-0.10661115427525993f,0.29035518772589164f,-1.2246467991473532e-16f,-0.10661115427525993f,-0.9943007903969989f,0.004367408300795948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.393748854216208e-18f,1.2244128304228733e-16f,0f,0f,0.9998089500379678f,-0.019546442744821032f,0.51375f,-1.2246467991473532e-16f,-0.019546442744821032f,-0.9998089500379678f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057413224319067216f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.036163224319067225f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017207678056286035f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015526749672649439f,-0.9825110205361899f,-0.18555596074914416f,0.5526028163909056f,0.9994895207732765f,0.020433367776858447f,-0.024559628370605616f,0.10310107128624735f,0.027921638723568887f,-0.18507990708402322f,0.9823267328566194f,-0.5743161731848327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015526749672649439f,-0.9825110205361899f,-0.18555596074914416f,0.5511471836090946f,0.9994895207732765f,0.020433367776858447f,-0.024559628370605616f,0.00939892871375269f,0.027921638723568887f,-0.18507990708402322f,0.9823267328566194f,-0.5769338268151672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015526749672649439f,-0.9825110205361899f,-0.18555596074914416f,0.5797083941123717f,0.9994895207732765f,0.020433367776858447f,-0.024559628370605616f,0.059933944255590864f,0.027921638723568887f,-0.18507990708402322f,0.9823267328566194f,-0.7229740099284929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6798725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..cc1c1e938 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6656786782567662f,-0.11737711145901725f,-0.4583000714207959f,0.04223087613875323f,-0.12256507512959172f,0.8069090711229674f,-0.0286356027069763f,1.2174908633643606f,0.4569399786812779f,0.04544017043818927f,-0.6753410184771439f,-0.31799637231822386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6464573211084038f,0.14331613771618626f,-0.44894700873873883f,0.04223087613875323f,0.19156444274049853f,0.7762191664132714f,-0.028051202651731888f,1.2174908633643606f,0.430576353580719f,-0.1301702360864472f,-0.6615585487123042f,-0.31799637231822386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6656786782567662f,0.11737711145901725f,0.458300071420796f,-0.042230876138753135f,0.12256507512959172f,0.8069090711229674f,-0.0286356027069763f,1.2174908633643606f,-0.456939978681278f,0.045440170438189285f,-0.6753410184771439f,-0.31799637231822386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6464573211084038f,-0.14331613771618626f,0.44894700873873894f,-0.042230876138753135f,-0.19156444274049853f,0.7762191664132714f,-0.028051202651731888f,1.2174908633643606f,-0.4305763535807191f,-0.13017023608644723f,-0.6615585487123042f,-0.31799637231822386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4267945443688477f,-0.15411488947624835f,1.4951592783843166f,-0.6998405559489403f,1.2356681147458914f,-0.8489572790905622f,-0.44022959745964724f,1.0316417859798126f,0.855790264666128f,1.302661271828127f,-0.11001310731819909f,-0.17234335933369896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.724925377239207f,-0.6838669612559074f,0.08251773589480282f,-0.5350489464018535f,-0.6836603720237662f,0.7289517310123058f,0.03518337076643638f,1.219077150684879f,-0.08421219127251545f,-0.03090878769499406f,-0.9959683497402451f,-0.1652844369758213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6381655482261077f,-0.6838669612559074f,0.35365337883283754f,-0.2984375f,-0.618155731814736f,0.7289517310123058f,0.2941306938739155f,1.4513793347065276f,-0.45894250651019375f,-0.03090878769499406f,-0.8879281629509037f,-0.0024898692246982605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6582993295849389f,0.7232261312872649f,0.2087724974494396f,0.38430924906311004f,0.3795570302164912f,-0.0794012912091034f,-0.9217547915620319f,1.277547671599343f,-0.6500603460304726f,0.6860316304497798f,-0.32677537933748757f,0.26881526382703425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1855203045439886f,0.8758673091491007f,0.44546455904574417f,0.2984375f,0.5296348569476541f,0.4709771055407256f,-0.7054555155093184f,1.4513793347065276f,-0.8276890327338785f,0.10505723592591737f,-0.5512656730394724f,-0.0024898692246981876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.717857928398035e-17f,9.508451359882394e-17f,-0.15625000000000003f,0f,0.776423975182277f,-0.6302109256131244f,1.1246980581288042f,-1.2246467991473532e-16f,-0.6302109256131244f,-0.776423975182277f,0.2648028872216246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.5798737489113704e-17f,1.1711553364436377e-16f,-0.15625000000000003f,0f,0.956320905961655f,-0.292318875238462f,1.3021812350263742f,-1.2246467991473532e-16f,-0.292318875238462f,-0.956320905961655f,0.20401609245215266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.449914012729961e-17f,1.0410311594499726e-16f,0.15624999999999997f,0f,0.8500664519555998f,-0.526675447747109f,1.1151143342176972f,-1.2246467991473532e-16f,-0.526675447747109f,-0.8500664519555998f,0.2182036617237572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.18804808138145e-18f,1.2235473829698567e-16f,0.15624999999999997f,0f,0.9991022585628264f,-0.04236362749646322f,1.3021812350263742f,-1.2246467991473532e-16f,-0.04236362749646322f,-0.9991022585628264f,0.2040160924521527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.9902795529574093e-17f,1.2083656961667913e-16f,0.29375f,0f,0.9867054705145211f,-0.16251865879559063f,1.9871983777120992f,-1.2246467991473532e-16f,-0.16251865879559063f,-0.9867054705145211f,-0.06494629907249826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.9902795529574093e-17f,1.2083656961667913e-16f,0.33125f,0f,0.9867054705145211f,-0.16251865879559063f,1.8486240696356973f,-1.2246467991473532e-16f,-0.16251865879559063f,-0.9867054705145211f,-0.13713510458378578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.9902795529574093e-17f,1.2083656961667913e-16f,-0.29375f,0f,0.9867054705145211f,-0.16251865879559063f,1.9871983777120992f,-1.2246467991473532e-16f,-0.16251865879559063f,-0.9867054705145211f,-0.06494629907249834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.9902795529574093e-17f,1.2083656961667913e-16f,-0.33125f,0f,0.9867054705145211f,-0.16251865879559063f,1.8486240696356973f,-1.2246467991473532e-16f,-0.16251865879559063f,-0.9867054705145211f,-0.13713510458378586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876889845687191f,0.15642525578896385f,0.0012685081669305514f,0.19519762317628617f,0.15451248004082585f,0.9768132417256025f,-0.14819508865395312f,2.088796244592415f,-0.024420550224057626f,-0.14617465628786983f,-0.9889573330462125f,-0.10224006292693283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999991954009028f,-0.000009196609764769437f,0.0012685081669305514f,0.08001261120942807f,-0.00019708190079570365f,0.9889581269485433f,-0.14819508865395312f,2.0987396532854374f,-0.0012531385683871576f,-0.1481952194163193f,-0.9889573330462125f,-0.10387782565647742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703020396340865f,0.24188203462546445f,0.002652019490379216f,0.05763674526029465f,0.2394080550173756f,0.9618308624679047f,-0.1325336757093976f,2.0937022118776607f,-0.03460830933069373f,-0.1279627810329713f,-0.9911749550889483f,-0.10511233083140768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975577369017343f,-0.06979633471832855f,0.002652019490379216f,0.08674366345539244f,-0.06953149143907165f,0.98873666691451f,-0.1325336757093976f,2.1036265548919904f,0.0066282158797536725f,-0.13239439247442666f,-0.9911749550889483f,-0.10636147210356642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08711538490139743f,0.002652019490379216f,0.14460796497687606f,0.0859970481558706f,0.9874407994970803f,-0.1325336757093976f,2.2033207329510147f,-0.014164434417683051f,-0.13180127921248827f,-0.9911749550889483f,-0.15106536457185543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714651100833816f,0.0012685081669305514f,0.125f,0.0859970481558706f,0.9852120195203283f,-0.14819508865395312f,1.9816480285589413f,-0.014164434417683051f,-0.14752207364238668f,-0.9889573330462125f,-0.11787289800231848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876889845687191f,-0.15642525578896382f,-0.0012685081669303094f,-0.19519762317628614f,-0.15451248004082585f,0.9768132417256025f,-0.14819508865395312f,2.088796244592415f,0.024420550224057383f,-0.14617465628786985f,-0.9889573330462125f,-0.10224006292693286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999991954009028f,0.000009196609764797192f,-0.0012685081669303094f,-0.08001261120942806f,0.00019708190079570365f,0.9889581269485433f,-0.14819508865395312f,2.0987396532854374f,0.0012531385683869165f,-0.14819521941631927f,-0.9889573330462125f,-0.10387782565647743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703020396340865f,-0.24188203462546443f,-0.002652019490378973f,-0.057636745260294636f,-0.2394080550173756f,0.9618308624679047f,-0.1325336757093976f,2.0937022118776607f,0.03460830933069349f,-0.12796278103297135f,-0.9911749550889483f,-0.1051123308314077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975577369017343f,0.06979633471832858f,-0.002652019490378973f,-0.08674366345539243f,0.06953149143907165f,0.98873666691451f,-0.1325336757093976f,2.1036265548919904f,-0.006628215879753914f,-0.1323943924744266f,-0.9911749550889483f,-0.10636147210356643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871153849013974f,-0.002652019490378973f,-0.14460796497687603f,-0.0859970481558706f,0.9874407994970803f,-0.1325336757093976f,2.2033207329510147f,0.014164434417682809f,-0.13180127921248827f,-0.9911749550889483f,-0.15106536457185546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714651100833813f,-0.0012685081669303094f,-0.12499999999999999f,-0.0859970481558706f,0.9852120195203283f,-0.14819508865395312f,1.9816480285589413f,0.014164434417682809f,-0.14752207364238668f,-0.9889573330462125f,-0.11787289800231851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.9902795529574093e-17f,1.2083656961667913e-16f,4.589412150482313e-19f,0f,0.9867054705145211f,-0.16251865879559063f,1.4810401830076114f,-1.2246467991473532e-16f,-0.16251865879559063f,-0.9867054705145211f,-0.003747539415999479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.18804808138145e-18f,1.2235473829698567e-16f,-1.4865768154698126e-18f,0f,0.9991022585628264f,-0.04236362749646322f,1.1063768360465516f,-1.2246467991473532e-16f,-0.04236362749646322f,-0.9991022585628264f,0.012138820895174228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9868661632988696f,-0.14871161292279342f,0.06308749414638432f,0.13955732608457386f,-0.14993193087744017f,0.6978432113689345f,-0.7003822302497793f,0.8497566909507074f,0.060129791610576265f,-0.7006423542208918f,-0.7109744718572355f,0.4040362580382551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9868661632988696f,-0.05714933435742057f,0.15109311472821177f,0.12571858142586384f,-0.14993193087744017f,-0.02411268933204319f,-0.988402243176602f,0.8138628476401046f,0.060129791610576265f,-0.998074411953177f,0.015227487159362452f,0.08741081214138102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9791356696773964f,0.19562305484629902f,-0.05499964343519252f,-0.1415553242286094f,0.18860535921112698f,0.7741103188004465f,-0.6043022694012598f,0.8676909802560985f,-0.07563966447729786f,-0.6020671347443513f,-0.7948545819321223f,0.40841067129730696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9791356696773964f,0.07189042835691237f,-0.19006605871658433f,-0.125f,0.18860535921112698f,-0.02665104404353069f,-0.981691265280603f,0.8175521720943908f,-0.07563966447729786f,-0.9970564117250584f,0.01253606779306693f,0.06908663309026386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9906064915601097f,0.1367434783782035f,9.391225676458577e-17f,-4.020242429204977e-18f,0.1048619786641948f,0.7596483431208872f,-0.6418242440297193f,0.9996759617426101f,-0.0877652796360848f,-0.6357952625764999f,-0.7668517717105956f,0.03282777068460904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9906072466075427f,-0.13548256732847516f,0.018486668675245108f,-4.208261476497794e-18f,-0.10485778407861952f,0.6659011279312588f,-0.7386342348808367f,0.9632900607366495f,0.08776176893582252f,-0.7336348967776565f,-0.6738528846441875f,0.034363062716758416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.860080060661655e-17f,9.391225676458577e-17f,-4.020242429204977e-18f,0f,0.7668517717105956f,-0.6418242440297193f,0.9996759617426101f,-1.2246467991473532e-16f,-0.6418242440297193f,-0.7668517717105956f,0.03282777068460904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.995270112474001f,0.0971462980045535f,1.1729364873476472e-16f,-4.054186363862418e-18f,0.09304432724571904f,0.9532451564811453f,-0.28751769478177924f,1.0239601756297918f,-0.027931279658853093f,-0.2861577684237269f,-0.9577753260485319f,0.033104943945348984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.995270112474001f,-0.09714629800455342f,1.1729364873476472e-16f,-4.054186363862418e-18f,-0.09304432724571904f,0.9532451564811453f,-0.28751769478177924f,1.0239601756297918f,0.02793127965885285f,-0.2861577684237269f,-0.9577753260485319f,0.033104943945348984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.5210762461273155e-17f,1.1729364873476472e-16f,-4.054186363862418e-18f,0f,0.9577753260485319f,-0.28751769478177924f,1.0239601756297918f,-1.2246467991473532e-16f,-0.28751769478177924f,-0.9577753260485319f,0.033104943945348984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9893682456580662f,0.14543202702114927f,1.1366450705012368e-16f,-0.19375f,0.134981446668283f,0.9182733667541209f,-0.3722284687733991f,1.0381913954827438f,-0.05413394072869409f,-0.3682710271343262f,-0.9281411352992661f,0.033169587623773505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9893682456580662f,-0.14490995203186455f,0.012311794572806336f,0.19375f,-0.134981446668283f,0.8834652979711652f,-0.4486302222722604f,1.0383387642728727f,0.05413394072869387f,-0.44552235980121474f,-0.893632666915405f,0.021023632134801216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.531789073976811e-17f,1.0925899867160443e-16f,-0.00781250000000001f,0f,0.8921674293982133f,-0.45170485709253133f,0.8991248800108603f,-1.2246467991473532e-16f,-0.45170485709253133f,-0.8921674293982133f,0.08316979849155634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.558484028348637e-17f,1.1366450705012368e-16f,0f,0f,0.9281411352992661f,-0.3722284687733991f,1.10650641492929f,-1.2246467991473532e-16f,-0.3722284687733991f,-0.9281411352992661f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3785176873421304f,-0.17915127390569988f,-0.9080909543801932f,-0.033368016594162414f,0.06228158749433795f,0.983796054258969f,-0.16812592745816698f,1.0954619655154927f,0.9234962719082034f,0.007081291015669295f,0.3835420330148981f,0.41546111225430293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3785176873421304f,-0.17915127390569988f,-0.9080909543801932f,0.002118016594162303f,0.06228158749433795f,0.983796054258969f,-0.16812592745816698f,1.101300864343087f,0.9234962719082034f,0.007081291015669295f,0.3835420330148981f,0.5020388877456969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3785176873421304f,-0.17915127390569988f,-0.9080909543801932f,0.12058864315702894f,0.06228158749433795f,0.983796054258969f,-0.16812592745816698f,1.123600304048015f,0.9234962719082034f,0.007081291015669295f,0.3835420330148981f,0.40121869504776525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.47456720309218414f,-0.6222256904092429f,-0.6225922903024119f,0.5454435864478477f,-0.618056287642486f,0.7391754367960797f,-0.2676305269264204f,1.8665602367445926f,0.6267315175215384f,0.25778840903358274f,-0.7353589199248785f,-0.4046128202544939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22474414022219924f,-0.6222256904092429f,-0.749883498705316f,0.5585865385521522f,-0.1467667264658919f,0.7391754367960797f,-0.6573273169736755f,1.9067968431139877f,0.9633014063304748f,0.25778840903358274f,0.07480332031175935f,-0.48826292974550606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.14019148911258128f,-0.6222256904092429f,-0.7701827942606471f,0.667542481639097f,-0.42919046794021365f,0.7391754367960797f,-0.5190522284573925f,1.964536374197899f,0.8922678345707961f,0.25778840903358274f,-0.3706794404310506f,-0.3908359589353424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.27262891492929f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2.mcfunction new file mode 100644 index 000000000..751c7d45d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20.mcfunction new file mode 100644 index 000000000..913941246 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/jitome/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..f9d63fdfd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8011992141221657f,-0.14127303837215638f,-0.07117718991058741f,0.025380530190825493f,-0.14181267842799308f,0.8042596649599698f,0f,0.60625f,0.07009584846156879f,0.012359789319426523f,-0.8135590034415922f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7780647248488151f,0.1724927966897299f,-0.06972459419812645f,0.025380530190825493f,0.17315169115048232f,0.7810368056959467f,0f,0.60625f,0.06807184291368852f,-0.015091164250233376f,-0.7969557584733965f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8011992141221657f,0.14127303837215638f,0.07117718991058761f,-0.025380530190825396f,0.14181267842799308f,0.8042596649599698f,0f,0.60625f,-0.070095848461569f,0.012359789319426558f,-0.8135590034415922f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7780647248488151f,-0.1724927966897299f,0.06972459419812664f,-0.025380530190825396f,-0.17315169115048232f,0.7810368056959467f,0f,0.60625f,-0.06807184291368872f,-0.015091164250233418f,-0.7969557584733965f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0827967419619815f,0.5450005664716597f,1.4620278150794705f,-0.52023126417777f,1.5556819829177098f,-0.1414520520450318f,-0.035371386705532096f,0.28851092948106155f,0.12001882163104158f,1.4575225382538066f,-0.550117971835566f,0.16589180207718268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3748669764629495f,-0.9063077870366502f,-0.19514339628656838f,-0.4514060736891123f,-0.8039048252952894f,0.4226182617406993f,-0.41848636382828563f,0.49260483114534076f,0.4617486132350338f,-1.0405179913976824e-16f,-0.8870108331782217f,0.039664612713104286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4210100716628342f,-0.9063077870366502f,-0.03683360850073474f,-0.2984375f,-0.9028590122851737f,0.4226182617406993f,-0.07898992833716564f,0.8265624999999999f,0.08715574274765814f,-1.0405179913976824e-16f,-0.9961946980917455f,-3.6548052912053824e-17f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3659981507706666f,0.9063077870366502f,0.21130913087034978f,0.4586632097649524f,0.784885567221396f,0.4226182617406993f,-0.453153893518325f,0.5347180161969642f,-0.5000000000000001f,1.179295869475827e-16f,-0.8660254037844386f,0.017772094110064276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4210100716628342f,0.9063077870366502f,0.03683360850073499f,0.2984375f,0.9028590122851737f,0.4226182617406993f,-0.07898992833716564f,0.8265624999999999f,-0.08715574274765825f,1.179295869475827e-16f,-0.9961946980917455f,3.6548052912053824e-17f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125282e-16f,-0.15625000000000003f,0f,0.9914448613738104f,-0.13052619222005157f,0.48124999999999996f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738104f,0.20624999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,-0.15625000000000003f,0f,1f,0f,0.66875f,-1.2246467991473532e-16f,0f,-1f,0.19999999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125282e-16f,0.15624999999999997f,0f,0.9914448613738104f,-0.13052619222005157f,0.48124999999999996f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738104f,0.20625000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0.15624999999999997f,0f,1f,0f,0.66875f,-1.2246467991473532e-16f,0f,-1f,0.20000000000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0.29375f,0f,0.9762960071199334f,0.21643961393810288f,1.34881616207182f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.13160540350546973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0.33125f,0f,0.9762960071199334f,0.21643961393810288f,1.2470703749885255f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.013022701095713102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,-0.29375f,0f,0.9762960071199334f,0.21643961393810288f,1.34881616207182f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.13160540350546965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,-0.33125f,0f,0.9762960071199334f,0.21643961393810288f,1.2470703749885255f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.013022701095713018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13808921729887313f,0.7549555250876948f,0.6410721669245575f,1.4215724601717228f,0.06360563952308601f,0.6391771498194372f,-0.7664247476233789f,0.1734422930183161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01828804619174526f,0.7672626826329696f,0.6410721669245575f,1.4314109687178418f,-0.03716678694489382f,0.6412579326438252f,-0.7664247476233789f,0.17562343785135764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13723368278395004f,0.32252678313281424f,0.9365593363324893f,1.470790772210848f,0.16556279426271506f,0.9247353911405694f,-0.34271477576553394f,0.12256189198171723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03085073113773496f,0.34914873895907805f,0.9365593363324893f,1.4726479217456854f,-0.1282993768228111f,0.930637336656368f,-0.34271477576553394f,0.1337719693774982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08508980364211077f,0.3400240209817451f,0.9365593363324893f,1.5349839909370393f,0.018863955312791628f,0.9392500911162781f,-0.34271477576553394f,0.22487888851520482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08508980364211077f,0.7627491082333688f,0.6410721669245575f,1.3633654415845315f,0.018863955312791628f,0.6420570515307786f,-0.7664247476233789f,0.08041605192077986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430432f,-0.13808921729887313f,0.7549555250876948f,0.6410721669245575f,1.4215724601717228f,-0.06360563952308625f,0.6391771498194371f,-0.7664247476233789f,0.17344229301831607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744625f,-0.01828804619174526f,0.7672626826329696f,0.6410721669245575f,1.4314109687178418f,0.03716678694489358f,0.6412579326438254f,-0.7664247476233789f,0.17562343785135764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13723368278395004f,0.32252678313281424f,0.9365593363324893f,1.470790772210848f,-0.1655627942627153f,0.9247353911405692f,-0.34271477576553394f,0.12256189198171721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03085073113773496f,0.34914873895907805f,0.9365593363324893f,1.4726479217456854f,0.12829937682281084f,0.9306373366563682f,-0.34271477576553394f,0.1337719693774982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08508980364211077f,0.3400240209817451f,0.9365593363324893f,1.5349839909370393f,-0.01886395531279187f,0.9392500911162781f,-0.34271477576553394f,0.2248788885152048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.125f,-0.08508980364211077f,0.7627491082333688f,0.6410721669245575f,1.3633654415845315f,-0.01886395531279187f,0.6420570515307786f,-0.7664247476233789f,0.08041605192077983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0f,0f,0.9762960071199334f,0.21643961393810288f,0.85625f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,-0.6644630243886749f,-0.6644630243886744f,0.37840916463360685f,-0.9396926207859084f,0.24184476264797536f,0.24184476264797522f,0.08561586283975844f,1.3625763854487903e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,-0.6644630243886746f,0.6644630243886748f,0.15f,-0.9396926207859084f,0.24184476264797528f,-0.2418447626479753f,0.16874999999999996f,1.3625763854487903e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,0.6644630243886747f,0.6644630243886747f,-0.374173634145753f,0.9396926207859084f,0.24184476264797536f,0.24184476264797522f,0.07805821400700921f,-9.739653860802775e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,0.6644630243886748f,-0.6644630243886746f,-0.125f,0.9396926207859084f,0.24184476264797528f,-0.2418447626479753f,0.16874999999999996f,-9.739653860802775e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4125000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4125000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2578125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05616322431906713f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03741322431906731f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01595767805628595f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10185113317979025f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008148866820209627f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05867342960939967f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6473724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21.mcfunction new file mode 100644 index 000000000..b1e990a34 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..be68ec924 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,-0.1411196658841936f,-0.08063834703467836f,0.025488681654899745f,-0.14218074728437688f,0.804185782867472f,0.0037823511116386707f,0.6113104352427111f,0.07875238544582516f,0.01774573128978119f,-0.8126669645383818f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,0.17230553060068132f,-0.07899266648295024f,0.025488681654899745f,0.17279088324610825f,0.7811079198512738f,0.003705160272625637f,0.6113104352427111f,0.07792527125842252f,-0.013461859828185754f,-0.7960819244457619f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,0.1411196658841936f,0.08063834703467856f,-0.025488681654899648f,0.14218074728437688f,0.804185782867472f,0.0037823511116386707f,0.6113104352427111f,-0.07875238544582536f,0.017745731289781224f,-0.8126669645383818f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,-0.17230553060068132f,0.07899266648295043f,-0.025488681654899648f,-0.17279088324610825f,0.7811079198512738f,0.003705160272625637f,0.6113104352427111f,-0.07792527125842272f,-0.013461859828185796f,-0.7960819244457619f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08264661389931124f,0.5432085858828478f,1.4627030523773903f,-0.5204341629242448f,1.5547650358393554f,-0.15207834054797542f,-0.03137055414911985f,0.29064701875983945f,0.13145900707987657f,1.4571214295861998f,-0.548563504890949f,0.1632991042905182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3754330388070537f,-0.9063077870366502f,-0.19405212838006056f,-0.45145417841612967f,-0.8072470798100713f,0.422613684437515f,-0.4120070701629541f,0.49565524854951504f,0.45541430095047974f,0.001966947604464072f,-0.890277454284285f,0.03864791764206632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,-0.9063077870366502f,-0.03560878573665131f,-0.2984375f,-0.9034673344846736f,0.422613684437515f,-0.07172481610508138f,0.8298920933150971f,0.08005351949831922f,0.001966947604464072f,-0.9967886261053812f,0.0016071515505954592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36661127478638167f,0.9063077870366502f,0.21024359290174421f,0.4586844637947186f,0.7885072634707045f,0.422613684437515f,-0.44682655379922287f,0.5379269747648315f,-0.4938142045885733f,0.001966947604464294f,-0.8695652146122658f,0.017054101718948826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,0.9063077870366502f,0.03560878573665156f,0.2984375f,0.9034673344846736f,0.422613684437515f,-0.07172481610508138f,0.8298920933150971f,-0.08005351949831932f,0.001966947604464294f,-0.9967886261053812f,0.0016071515505955325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981742e-17f,1.214900591494229e-16f,-0.15625000000000003f,0f,0.9920416175015444f,-0.1259104012578766f,0.48362340571035317f,-1.2246467991473532e-16f,-0.1259104012578766f,-0.9920416175015444f,0.20624776614295395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.699744440706549e-19f,1.2246335352158082e-16f,-0.15625000000000003f,0f,0.9999891691779588f,0.004654194535661166f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661166f,-0.9999891691779588f,0.2008704953110282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981742e-17f,1.214900591494229e-16f,0.15624999999999997f,0f,0.9920416175015444f,-0.1259104012578766f,0.48362340571035317f,-1.2246467991473532e-16f,-0.1259104012578766f,-0.9920416175015444f,0.206247766142954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.699744440706549e-19f,1.2246335352158082e-16f,0.15624999999999997f,0f,0.9999891691779588f,0.004654194535661166f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661166f,-0.9999891691779588f,0.20087049531102827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396498e-17f,1.1934192500964851e-16f,0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396498e-17f,1.1934192500964851e-16f,0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.01795073798456915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396498e-17f,1.1934192500964851e-16f,-0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396498e-17f,1.1934192500964851e-16f,-0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.017950737984569066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,0.06472823603669638f,0.6453048952831765f,-0.7611779342460908f,0.17978628996316687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,-0.03701660204073089f,0.6474858481775582f,-0.7611779342460908f,0.1820474949347921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,0.16667504079180634f,0.9273316279683919f,-0.3350753386128884f,0.12930844890543763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,-0.1280438488148114f,0.9334502076887379f,-0.3350753386128884f,0.14053328054514294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,0.01955636732216432f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,0.01955636732216432f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,-0.06472823603669663f,0.6453048952831765f,-0.7611779342460908f,0.1797862899631668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,0.03701660204073065f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,-0.16667504079180656f,0.9273316279683917f,-0.3350753386128884f,0.12930844890543763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,0.12804384881481118f,0.933450207688738f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,-0.019556367322164564f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,-0.019556367322164564f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396498e-17f,1.1934192500964851e-16f,-2.1374041652649557e-19f,0f,0.9745007711018312f,0.22438415078150323f,0.8595792717750678f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.0017453229508729374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.699744440706549e-19f,1.2246335352158082e-16f,0f,0f,0.9999891691779588f,0.004654194535661166f,0.48458333333333325f,-1.2246467991473532e-16f,0.004654194535661166f,-0.9999891691779588f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.6630447917276914f,-0.6630447917276909f,0.37792164715639376f,-0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.08762177990506438f,-9.80653293899587e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.663044791727691f,0.6630447917276913f,0.15f,-0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,-9.80653293899587e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276912f,0.6630447917276912f,-0.37364179689788424f,0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.07994345686613084f,1.2956973072556954e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276913f,-0.663044791727691f,-0.125f,0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,1.2956973072556954e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34708333333333335f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34708333333333335f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2611458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48458333333333325f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05657989098573375f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03699655765240069f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016374344722952572f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10226779984645687f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008565533486876248f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05909009627606629f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6507058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22.mcfunction new file mode 100644 index 000000000..b405f2751 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..a2ea08b77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,-0.1409471880524466f,-0.09008858701740113f,0.025610305358548052f,-0.1426323654353636f,0.8040792057299554f,0.007555374738648649f,0.6163573540752502f,0.08739606204513166f,0.023129322022851485f,-0.8116473416738399f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,0.17209493710097443f,-0.08825004442520928f,0.025610305358548052f,0.1723422046459413f,0.7811807646004846f,0.0074011834174517385f,0.6163573540752502f,0.08776617921851357f,-0.011829862315933016f,-0.7950831102111086f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,0.1409471880524466f,0.09008858701740134f,-0.025610305358547955f,0.1426323654353636f,0.8040792057299554f,0.007555374738648649f,0.6163573540752502f,-0.08739606204513187f,0.02312932202285152f,-0.8116473416738399f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,-0.17209493710097443f,0.08825004442520948f,-0.025610305358547955f,-0.1723422046459413f,0.7811807646004846f,0.0074011834174517385f,0.6163573540752502f,-0.08776617921851375f,-0.011829862315933058f,-0.7950831102111086f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08249132004794484f,0.5414162552447171f,1.463376189048303f,-0.5206349809461187f,1.5537642372851797f,-0.16270451201614333f,-0.02738953638148904f,0.2928075509557685f,0.14289201184933945f,1.4566406318397052f,-0.5469791519091677f,0.16069754447370616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37599592439107615f,-0.9063077870366502f,-0.1929592184841925f,-0.45150096920688987f,-0.8105409114926954f,0.42259995262711414f,-0.4055030343118923f,0.4987181985014153f,0.4490551142542425f,0.0039338526016093195f,-0.8934953996332706f,0.037629171098269104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,-0.9063077870366502f,-0.03438366166565722f,-0.2984375f,-0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,0.07294694269493449f,0.0039338526016093195f,-0.9973280645580825f,0.0032142682876460803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3672212966881567f,0.9063077870366502f,0.20917627593825985f,0.45870452963562247f,0.7920816622146457f,0.42259995262711414f,-0.4404723832691954f,0.5411463250727511f,-0.4876014352336884f,0.0039338526016095415f,-0.8730574810181492f,0.01633523903309369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,0.9063077870366502f,0.03438366166565747f,0.2984375f,0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,-0.0729469426949346f,0.0039338526016095415f,-0.9973280645580825f,0.003214268287646153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4853971611857036e-17f,1.2156050902317216e-16f,-0.15625000000000003f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577663e-18f,1.224593743708492e-16f,-0.15625000000000003f,0f,0.9999566769464484f,0.009308288253816811f,0.6735468859433624f,-1.2246467991473532e-16f,0.009308288253816811f,-0.9999566769464484f,0.20173663943688033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4853971611857036e-17f,1.2156050902317216e-16f,0.15624999999999997f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577663e-18f,1.224593743708492e-16f,0.15624999999999997f,0f,0.9999566769464484f,0.009308288253816811f,0.6735468859433624f,-1.2246467991473532e-16f,0.009308288253816811f,-0.9999566769464484f,0.2017366394368804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.02287766202331933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.022877662023319246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,0.06584653857375966f,0.6513898321635877f,-0.7558806254374743f,0.1861184381239943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,-0.036863961509306216f,0.6536708104467361f,-0.7558806254374743f,0.18845955322917132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,0.16777623034236758f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,-0.12777982656507933f,0.9362011549990181f,-0.32741367305215396f,0.14728534691602202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,0.020247481990719945f,0.9446641340558731f,-0.32741367305215396f,0.2393955718865778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,0.020247481990719945f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,-0.0658465385737599f,0.6513898321635876f,-0.7558806254374743f,0.18611843812399428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,0.03686396150930597f,0.6536708104467363f,-0.7558806254374743f,0.1884595532291713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,-0.16777623034236783f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,0.12777982656507908f,0.9362011549990181f,-0.32741367305215396f,0.147285346916022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,-0.020247481990720188f,0.9446641340558731f,-0.32741367305215396f,0.23939557188657778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,-0.020247481990720188f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-4.2747620308416237e-19f,0f,0.9726408881272778f,0.2323138023083866f,0.8629004205215849f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.003490608095181304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577663e-18f,1.224593743708492e-16f,0f,0f,0.9999566769464484f,0.009308288253816811f,0.48791666666666667f,-1.2246467991473532e-16f,0.009308288253816811f,-0.9999566769464484f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640428f,-0.6616041174640424f,0.3774264153782646f,-0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.0896305556801379f,-4.322152863981077e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640425f,0.6616041174640427f,0.15f,-0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640426f,0.6616041174640426f,-0.37310154404901597f,0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.08183181831772621f,-4.322152863981077e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640427f,-0.6616041174640425f,-0.125f,0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35041666666666677f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35041666666666677f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2644791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48791666666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.056996557652400484f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03657989098573396f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016791011389619304f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1026844665131236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.00898220015354298f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05950676294273302f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6540391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23.mcfunction new file mode 100644 index 000000000..deac74860 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..450e53fa6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,-0.1407556282276529f,-0.09952663044753697f,0.025745384835867843f,-0.14316735257998436f,0.8039399659230114f,0.011317455164048286f,0.6213907405804185f,0.09602502903535239f,0.02851015184790446f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,0.171861044701598f,-0.09749547472411786f,0.025745384835867843f,0.17180583066359192f,0.7812553016542266f,0.011086486691312607f,0.6213907405804185f,0.09759273962544009f,-0.010194849250421174f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,0.1407556282276529f,0.09952663044753718f,-0.025745384835867746f,0.14316735257998436f,0.8039399659230114f,0.011317455164048286f,0.6213907405804185f,-0.09602502903535258f,0.028510151847904498f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,-0.171861044701598f,0.09749547472411806f,-0.025745384835867746f,-0.17180583066359192f,0.7812553016542266f,0.011086486691312607f,0.6213907405804185f,-0.09759273962544027f,-0.010194849250421216f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08233086172191502f,0.5396235897232329f,1.4640472193964027f,-0.5208337165441527f,1.5526796437020844f,-0.17332996481345112f,-0.02342855802080879f,0.2949925920260734f,0.15431721628286812f,1.4560801333415614f,-0.5453650997696192f,0.1580873292791779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37655562845211044f,-0.90630778703665f,-0.1918646758467185f,-0.4515464456654684f,-0.813786133990401f,0.42257706660695f,-0.3989746243845872f,0.5017936958895985f,0.4426714208145735f,0.005900672385039626f,-0.8966644831035804f,0.03660848991974562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,-0.90630778703665f,-0.03315824665424884f,-0.2984375f,-0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,0.0658364232443281f,0.005900672385039626f,-0.9978129821964625f,0.004821315398361061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36782821131423693f,0.90630778703665f,0.20810718901109415f,0.45872340711787485f,0.7956085612211148f,0.42257706660695f,-0.4340917415587781f,0.5443760731486078f,-0.48136205113514785f,0.005900672385039848f,-0.8765020010201732f,0.015615607285812806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,0.90630778703665f,0.03315824665424909f,0.2984375f,0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,-0.0658364232443282f,0.005900672385039848f,-0.9978129821964625f,0.004821315398361134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,-0.15625000000000003f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.20622989557691898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.709873946145235e-18f,1.224527425487354e-16f,-0.15625000000000003f,0f,0.9999025240093042f,0.013962180339145262f,0.6759392871839155f,-1.2246467991473532e-16f,0.013962180339145262f,-0.9999025240093042f,0.20259841361545058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,0.15624999999999997f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.206229895576919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.709873946145235e-18f,1.224527425487354e-16f,0.15624999999999997f,0f,0.9999025240093042f,0.013962180339145262f,0.6759392871839155f,-1.2246467991473532e-16f,0.013962180339145262f,-0.9999025240093042f,0.2025984136154506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.02780322434094528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.027803224340945197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,0.06696047294772049f,0.6574315567948541f,-0.7505331726132509f,0.1924383954092663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,-0.03670887547656951f,0.659812409150005f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,0.1688662898630939f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,-0.12750732758846486f,0.938889996093386f,-0.3197302873470224f,0.15402779854184298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,0.02093725347092178f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,0.02093725347092178f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,-0.06696047294772073f,0.6574315567948541f,-0.7505331726132509f,0.19243839540926624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,0.036708875476569265f,0.6598124091500052f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,-0.16886628986309415f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,0.12750732758846461f,0.938889996093386f,-0.3197302873470224f,0.15402779854184295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,-0.020937253470922023f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,-0.020937253470922023f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-6.412027298044632e-19f,0f,0.9707164815781908f,0.2402280424772637f,0.8662134465034891f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.0052358176271794735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.709873946145235e-18f,1.224527425487354e-16f,0f,0f,0.9999025240093042f,0.013962180339145262f,0.49124999999999996f,-1.2246467991473532e-16f,0.013962180339145262f,-0.9999025240093042f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592009f,-0.6601410503592003f,0.37692348606097514f,-0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.09164223499633115f,1.1623734998492626e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592005f,0.6601410503592008f,0.15f,-0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,1.1623734998492626e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,0.6601410503592006f,-0.37255289388470025f,0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.08372334726872488f,-9.939856746402302e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,-0.6601410503592006f,-0.125f,0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,-9.939856746402302e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2678125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057413224319067105f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.036163224319067336f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017207678056285924f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10310113317979022f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0093988668202096f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05992342960939964f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6573724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24.mcfunction new file mode 100644 index 000000000..9a9952533 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..aa019af22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,-0.14054501234394629f,-0.10895119956508523f,0.025893901799260183f,-0.14378550132309584f,0.8037681009887617f,0.01506698001027608f,0.6264105822784418f,0.1046374406734848f,0.03388781171164693f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,0.1716038850678388f,-0.10672770569641003f,0.025893901799260183f,0.17118196307036737f,0.7813314872420959f,0.014759490622311262f,0.6264105822784418f,0.10740312869265461f,-0.00855649891478276f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,0.14054501234394629f,0.10895119956508544f,-0.025893901799260086f,0.14378550132309584f,0.8037681009887617f,0.01506698001027608f,0.6264105822784418f,-0.10463744067348499f,0.03388781171164697f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,-0.1716038850678388f,0.10672770569641023f,-0.025893901799260086f,-0.17118196307036737f,0.7813314872420959f,0.014759490622311262f,0.6264105822784418f,-0.1074031286926548f,-0.0085564989147828f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08216524027895408f,0.537830604487194f,1.4647161377437066f,-0.5210303680367274f,1.5515113161517502f,-0.1839540971639549f,-0.019487842098544265f,0.297202206264344f,0.1657340011674288f,1.455439926968315f,-0.5437215370421711f,0.1554686658507608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3771121462541707f,-0.9063077870366502f,-0.19076850972920867f,-0.45159060740706236f,-0.8169825637377199f,0.4225450268727717f,-0.39242220988831783f,0.5048817546170654f,0.43626358969792023f,0.007867364350204893f,-0.8997845213616791f,0.03558599105240692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,-0.9063077870366502f,-0.0319325510713844f,-0.2984375f,-0.9049669472722325f,0.4225450268727717f,-0.04990515614508374f,0.8398359946618401f,0.058722372278143586f,0.007867364350204893f,-0.9982433508780353f,0.0064282580714578805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3684320135291604f,0.9063077870366502f,0.20703634116642142f,0.45874109608174246f,0.7990877609816762f,0.4225450268727717f,-0.4276849898165474f,0.5476162241500325f,-0.4750964130112332f,0.007867364350205115f,-0.8798985753608428f,0.01489530775172357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,0.9063077870366502f,0.03193255107138465f,0.2984375f,0.9049669472722325f,0.4225450268727717f,-0.04990515614508374f,0.8398359946618401f,-0.0587223722781437f,0.007867364350205115f,-0.9982433508780353f,0.006428258071457953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.372180783418106e-17f,1.2169350770020715e-16f,-0.15625000000000003f,0f,0.9937029009910036f,-0.11204706404928114f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928114f,-0.9937029009910036f,0.2062142592550358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518595e-18f,1.2244345819889555e-16f,-0.15625000000000003f,0f,0.9998267115395677f,0.018615769980692615f,0.6783276877508637f,-1.2246467991473532e-16f,0.018615769980692615f,-0.9998267115395677f,0.2034557991792934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.372180783418106e-17f,1.2169350770020715e-16f,0.15624999999999997f,0f,0.9937029009910036f,-0.11204706404928114f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928114f,-0.9937029009910036f,0.20621425925503584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518595e-18f,1.2244345819889555e-16f,0.15624999999999997f,0f,0.9998267115395677f,0.018615769980692615f,0.6783276877508637f,-1.2246467991473532e-16f,0.018615769980692615f,-0.9998267115395677f,0.20345579917929343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.29375f,0f,0.968727679116887f,0.24812634626901223f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901223f,-0.968727679116887f,0.15456118935421972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.33125f,0f,0.968727679116887f,0.24812634626901223f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901223f,-0.968727679116887f,0.03272717615338508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.29375f,0f,0.968727679116887f,0.24812634626901223f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901223f,-0.968727679116887f,0.15456118935421967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.33125f,0f,0.968727679116887f,0.24812634626901223f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901223f,-0.968727679116887f,0.032727176153384996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13594406622803867f,0.7337345220363171f,0.6656972750654188f,1.428891153848756f,0.06806996526180105f,0.6634296683777966f,-0.7451359305156233f,0.19874582053279732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019489001750226262f,0.7459673697831936f,0.6656972750654188f,1.4386533934567716f,-0.036551354230701445f,0.6659102368626855f,-0.7451359305156233f,0.20124628469579894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13176786228715437f,0.2922335614518448f,0.947225831588985f,1.479740711232681f,0.16994514704103042f,0.9347505629990676f,-0.31202569120206863f,0.149495643238855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03501354725114502f,0.3186491416581056f,0.947225831588985f,1.4812317213643966f,-0.12722636996215175f,0.9415165525980544f,-0.31202569120206863f,0.1607602661087636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08443018039364736f,0.3092487164229656f,0.947225831588985f,1.540567020097497f,0.021625636004338266f,0.9498275106024667f,-0.31202569120206863f,0.2538493554868836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08443018039364736f,0.7414301603045106f,0.6656972750654188f,1.3737452340289824f,0.021625636004338266f,0.6665619077940352f,-0.7451359305156233f,0.10387292623322586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13594406622803867f,0.7337345220363171f,0.6656972750654188f,1.428891153848756f,-0.0680699652618013f,0.6634296683777966f,-0.7451359305156233f,0.19874582053279727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019489001750226262f,0.7459673697831936f,0.6656972750654188f,1.4386533934567716f,0.0365513542307012f,0.6659102368626855f,-0.7451359305156233f,0.2012462846957989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13176786228715437f,0.2922335614518448f,0.947225831588985f,1.479740711232681f,-0.16994514704103064f,0.9347505629990676f,-0.31202569120206863f,0.1494956432388549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03501354725114502f,0.3186491416581056f,0.947225831588985f,1.4812317213643966f,0.12722636996215153f,0.9415165525980544f,-0.31202569120206863f,0.16076026610876348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08443018039364736f,0.3092487164229656f,0.947225831588985f,1.540567020097497f,-0.02162563600433851f,0.9498275106024667f,-0.31202569120206863f,0.2538493554868835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08443018039364736f,0.7414301603045106f,0.6656972750654188f,1.3737452340289824f,-0.02162563600433851f,0.6665619077940352f,-0.7451359305156233f,0.1038729262332258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-8.549153670194473e-19f,0f,0.968727679116887f,0.24812634626901223f,0.8695183501606711f,-1.2246467991473532e-16f,0.24812634626901223f,-0.968727679116887f,0.0069809137427597305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518595e-18f,1.2244345819889555e-16f,0f,0f,0.9998267115395677f,0.018615769980692615f,0.49458333333333326f,-1.2246467991473532e-16f,0.018615769980692615f,-0.9998267115395677f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325505f,-0.65865563993255f,0.37641287622681413f,-0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.09365686258672172f,-1.0006296963100122e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325502f,0.6586556399325504f,0.15f,-0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,-1.0006296963100122e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325503f,0.6586556399325503f,-0.3719958649747064f,0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.08561809251884794f,1.0959332831514438e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325504f,-0.6586556399325502f,-0.125f,0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,1.0959332831514438e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35708333333333336f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35708333333333336f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2711458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49458333333333326f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057829890985733726f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.035746557652400715f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017624344722952545f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10351779984645684f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.009815533486876221f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06034009627606626f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6607058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25.mcfunction new file mode 100644 index 000000000..40fc3c0ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..52f987e18 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,-0.14031536891534607f,-0.11836101843425138f,0.026055836141905597f,-0.14448657723355082f,0.803563653625581f,0.01880234069696542f,0.6314168701205652f,0.11323145516143476f,0.03926189326181232f,-0.8078252197994109f,-0.36374889188011655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,0.17132349301499486f,-0.11594548744579729f,0.026055836141905597f,0.17047083003877284f,0.7814092721251419f,0.01841861945825184f,0.6314168701205652f,0.1171955264666461f,-0.006914490436545715f,-0.7913389908239128f,-0.36374889188011655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,0.14031536891534607f,0.11836101843425159f,-0.0260558361419055f,0.14448657723355082f,0.803563653625581f,0.01880234069696542f,0.6314168701205652f,-0.11323145516143496f,0.03926189326181235f,-0.8078252197994109f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,-0.17132349301499486f,0.11594548744579748f,-0.0260558361419055f,-0.17047083003877284f,0.7814092721251419f,0.01841861945825184f,0.6314168701205652f,-0.1171955264666463f,-0.006914490436545757f,-0.7913389908239128f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08199445712048273f,0.5360373147081047f,1.4653829384301023f,-0.5212249337598588f,1.550259320307151f,-0.19457630718626232f,-0.015567610046729238f,0.2994364562968739f,0.17714174776807157f,1.4547200101470668f,-0.5420486539743379f,0.15284176181062514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.377665473088232f,-0.90630778703665f,-0.18967072940697005f,-0.45163345405799293f,-0.8201300199669705f,0.4225038341186124f,-0.38584616170703134f,0.5079823876004801f,0.4298319913478037f,0.009833885895323736f,-0.9028553338725864f,0.0345617915421145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,-0.90630778703665f,-0.0307065852883962f,-0.2984375f,-0.9053582729724993f,0.4225038341186124f,-0.042625200472556614f,0.8431356702614494f,0.051605201129313924f,0.009833885895323736f,-0.9986191455728259f,0.008035061497916284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3690326982238006f,0.90630778703665f,0.2059637414653159f,0.4587575963775484f,0.8025190647229683f,0.4225038341186124f,-0.42125249068847564f,0.5508667823641218f,-0.46880488307806f,0.009833885895323958f,-0.8832470075184882f,0.014174441739679194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,0.90630778703665f,0.030706585288396444f,0.2984375f,0.9053582729724993f,0.4225038341186124f,-0.042625200472556614f,0.8431356702614494f,-0.051605201129314035f,0.009833885895323958f,-0.9986191455728259f,0.008035061497916357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,-0.15625000000000003f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8496252942987474e-18f,1.22431521522444e-16f,-0.15625000000000003f,0f,0.9997292411794617f,0.02326895637405632f,0.6807121081130045f,-1.2246467991473532e-16f,0.02326895637405632f,-0.9997292411794617f,0.2043087775560279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,0.15624999999999997f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8496252942987474e-18f,1.22431521522444e-16f,0.15624999999999997f,0f,0.9997292411794617f,0.02326895637405632f,0.6807121081130045f,-1.2246467991473532e-16f,0.02326895637405632f,-0.9997292411794617f,0.20430877755602792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.0376492687783483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.03764926877834822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,0.06917494191390329f,0.669383769006462f,-0.7396892571897414f,0.20504037303470007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,-0.03639140822143118f,0.671963889063802f,-0.7396892571897414f,0.20762026555099106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,0.17101273030636918f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,-0.1269369723244582f,0.9440806502711049f,-0.3043003957289367f,0.1674823809602021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,0.022312583924678542f,0.9523147682136494f,-0.3043003957289367f,0.2610516555831891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,0.022312583924678542f,0.6725785838076415f,-0.7396892571897414f,0.10972147422647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,-0.06917494191390354f,0.6693837690064619f,-0.7396892571897414f,0.20504037303470002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,0.036391408221430936f,0.671963889063802f,-0.7396892571897414f,0.207620265550991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,-0.17101273030636943f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,0.12693697232445794f,0.9440806502711049f,-0.3043003957289367f,0.16748238096020202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,-0.022312583924678785f,0.9523147682136494f,-0.3043003957289367f,0.261051655583189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,-0.022312583924678785f,0.6725785838076415f,-0.7396892571897414f,0.10972147422646994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-1.0686094853620303e-18f,0f,0.966674612677614f,0.2560081897217058f,0.8728151321089648f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.00872585864027112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8496252942987474e-18f,1.22431521522444e-16f,0f,0f,0.9997292411794617f,0.02326895637405632f,0.4979166666666667f,-1.2246467991473532e-16f,0.02326895637405632f,-0.9997292411794617f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597157f,-0.6571479364597153f,0.37589460315802714f,-0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.09567448308459965f,-4.521471265320053e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597154f,0.6571479364597156f,0.15f,-0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597155f,0.6571479364597155f,-0.37143047617239333f,0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.08751610275895719f,-4.521471265320053e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597156f,-0.6571479364597154f,-0.125f,0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3604166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3604166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2744791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4979166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05824655765240046f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03532989098573398f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018041011389619277f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10393446651312357f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010232200153542953f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.060756762942732995f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6640391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26.mcfunction new file mode 100644 index 000000000..873a14796 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..2f8db5d28 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,-0.1400667290318964f,-0.12775481311618847f,0.026231165940486273f,-0.1452703189097653f,0.8033266716765051f,0.022521932897689265f,0.6364095984817281f,0.12180523510876703f,0.04463198893056689f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,0.17101990650366167f,-0.12514757203218463f,0.026231165940486273f,0.1696726860788268f,0.781488601609957f,0.022062301614062956f,0.6364095984817281f,0.12696811727700744f,-0.005268503885621528f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,0.1400667290318964f,0.12775481311618864f,-0.026231165940486176f,0.1452703189097653f,0.8033266716765051f,0.022521932897689265f,0.6364095984817281f,-0.1218052351087672f,0.04463198893056692f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,-0.17101990650366167f,0.1251475720321848f,-0.026231165940486176f,-0.1696726860788268f,0.781488601609957f,0.022062301614062956f,0.6364095984817281f,-0.1269681172770076f,-0.005268503885621563f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08181851369159769f,0.5342437355600461f,1.466047615813397f,-0.5214174120672117f,1.5489237264488187f,-0.20519599292795482f,-0.011668081685340802f,0.30169540307909964f,0.18853983786246042f,1.4539203848564604f,-0.5403466424783622f,0.15020682524620277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3782156042722702f,-0.9063077870366503f,-0.18857134416896862f,-0.4516749852557096f,-0.8232283247185912f,0.4224534892367749f,-0.37924685208014036f,0.5110956067694514f,0.42337699756361735f,0.011800194422306367f,-0.9058767429102109f,0.033536008526746985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,-0.9063077870366503f,-0.029480359678902845f,-0.2984375f,-0.9056952868587455f,0.4224534892367749f,-0.035342563482704065f,0.8464278678498722f,0.04448532130851946f,0.011800194422306367f,-0.9989403443648042f,0.009641690871732342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3696302603154108f,0.9063077870366503f,0.20488939898367556f,0.45877290786567404f,0.8059022784179527f,0.4224534892367749f,-0.414794608297199f,0.5541277512072134f,-0.46248782502884794f,0.011800194422306589f,-0.8865471037185116f,0.013453110585699082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,0.9063077870366503f,0.029480359678903088f,0.2984375f,0.9056952868587455f,0.4224534892367749f,-0.035342563482704065f,0.8464278678498722f,-0.044485321308519565f,0.011800194422306589f,-0.9989403443648042f,0.009641690871732415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273832e-17f,1.2181596210854024e-16f,-0.15625000000000003f,0f,0.9947028171171742f,-0.10279253678724679f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724679f,-0.9947028171171742f,0.20616958622707304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4194145489767428e-18f,1.2241693277794874e-16f,-0.15625000000000003f,0f,0.9996101150403544f,0.027921638723568887f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568887f,-0.9996101150403544f,0.20515733026874003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273832e-17f,1.2181596210854024e-16f,0.15624999999999997f,0f,0.9947028171171742f,-0.10279253678724679f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724679f,-0.9947028171171742f,0.20616958622707307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4194145489767428e-18f,1.2241693277794874e-16f,0.15624999999999997f,0f,0.9996101150403544f,0.027921638723568887f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568887f,-0.9996101150403544f,0.20515733026874006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.04256925365012432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.042569253650124234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,0.07027532960149156f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,-0.03622904805934314f,0.6779729641629179f,-0.7341935139599509f,0.2139808630255648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,0.17206896883719713f,0.9393867431969898f,-0.29655491341243423f,0.16290635968937373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,-0.1266391538736003f,0.9465821190140462f,-0.29655491341243423f,0.17419377511960507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,0.02299805166082187f,0.9547388506553767f,-0.29655491341243423f,0.26823702773857727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,0.02299805166082187f,0.6785506419412964f,-0.7341935139599509f,0.11556313330178582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,-0.0702753296014918f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,0.03622904805934289f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,-0.17206896883719736f,0.9393867431969897f,-0.29655491341243423f,0.1629063596893737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,0.12663915387360009f,0.9465821190140463f,-0.29655491341243423f,0.17419377511960504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,-0.022998051660822114f,0.9547388506553767f,-0.29655491341243423f,0.2682370277385772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,-0.022998051660822114f,0.6785506419412964f,-0.7341935139599509f,0.11556313330178576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-1.2822804558662786e-18f,0f,0.9645574184577981f,0.26387304996537286f,0.8761037931401329f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.010470614521338333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4194145489767428e-18f,1.2241693277794874e-16f,0f,0f,0.9996101150403544f,0.027921638723568887f,0.50125f,-1.2246467991473532e-16f,0.027921638723568887f,-0.9996101150403544f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.6556179909708573f,-0.6556179909708569f,0.3753686843962321f,-0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.09769514102195581f,9.635074674628798e-18f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.655617990970857f,0.6556179909708572f,0.15f,-0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,9.635074674628798e-18f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.655617990970857f,0.6556179909708572f,-0.3708567466140714f,0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.08941742656940635f,-1.0138722778788686e-16f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.6556179909708573f,-0.6556179909708569f,-0.125f,0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,-1.0138722778788686e-16f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3637500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3637500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2778125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.50125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05866322431906708f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03491322431906736f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018457678056285898f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1043511331797902f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010648866820209574f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061173429609399615f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6673724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27.mcfunction new file mode 100644 index 000000000..e624261fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..03fce7969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,-0.1397991263554574f,-0.13713131184146787f,0.026419867458154084f,-0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,0.13035694799430947f,0.04999769201771364f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,0.17069316663459325f,-0.1343327136406216f,0.026419867458154084f,0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,0.1367190901853898f,-0.003618220372046975f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,0.1397991263554574f,0.13713131184146804f,-0.026419867458153987f,0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,-0.13035694799430964f,0.04999769201771367f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,-0.17069316663459325f,0.13433271364062177f,-0.026419867458153987f,-0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,-0.13671909018538994f,-0.0036182203720470096f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08163741148106034f,0.5324498822195477f,1.466710164269363f,-0.521607801330114f,1.5475046094608396f,-0.21581255240001718f,-0.007789475209776232f,0.30397910589214205f,0.19992765377537416f,1.4530410576274089f,-0.5386156961182013f,0.14756406469707994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37876253515130126f,-0.9063077870366502f,-0.1874703633177505f,-0.4517152006487922f,-0.8262773028513136f,0.4223939933178122f,-0.3726246545812426f,0.5142214230658777f,0.4168989814793479f,0.013766247337677319f,-0.9088485735675224f,0.03250875922826177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,-0.9063077870366502f,-0.0282538846187215f,-0.2984375f,-0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,0.03736314448063631f,0.013766247337677319f,-0.9992069284531392f,0.01124811139067238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3702246947476661f,0.9063077870366502f,0.20381332281214493f,0.4587870304165598f,0.8092372107970052f,0.4223939933178122f,-0.40831170822120105f,0.5573991332247183f,-0.4561456040131053f,0.013766247337677541f,-0.8897986729444796f,0.012731415645897942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,0.9063077870366502f,0.028253884618721744f,0.2984375f,0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,-0.037363144480636414f,0.013766247337677541f,-0.9992069284531392f,0.011248111390672453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,-0.15625000000000003f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.20614055048868468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,-0.15625000000000003f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.20600143893638298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,0.15624999999999997f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.2061405504886847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0.15624999999999997f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.206001438936383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.17167470520168807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.047486882334383126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.171674705201688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.04748688233438304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,0.07137105532645542f,0.6811583604014627f,-0.7286490654058227f,0.21758950259088716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,-0.03606428451517309f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,0.17311379256419437f,0.9416114328395434f,-0.28878975807653423f,0.16959639242313318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,-0.12633293436641876f,0.9490207928830995f,-0.28878975807653423f,0.18089408131316945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,0.023681993739840798f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,0.023681993739840798f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,-0.07137105532645566f,0.6811583604014627f,-0.7286490654058227f,0.2175895025908871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,0.036064284515172844f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,-0.1731137925641946f,0.9416114328395433f,-0.28878975807653423f,0.1695963924231332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,0.12633293436641854f,0.9490207928830996f,-0.28878975807653423f,0.18089408131316947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,-0.02368199373984104f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,-0.02368199373984104f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-1.4959236500676774e-18f,0f,0.9623762369090084f,0.2717204052566833f,0.8793843342218509f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.012215143591680456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0f,0f,0.9994693357027138f,0.032573716244481216f,0.5045833333333333f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489456f,-0.6540658552489451f,0.374835137741825f,-0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09971888082797489f,-1.0204703895657604e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489452f,0.6540658552489454f,0.15f,-0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,-1.0204703895657604e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489453f,0.6540658552489453f,-0.37027469571835453f,0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09132211241839686f,8.97526350593962e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489454f,-0.6540658552489452f,-0.125f,0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,8.97526350593962e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3670833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3670833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2811458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5045833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0590798909857337f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03449655765240074f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01887434472295252f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10476779984645682f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011065533486876195f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061590096276066236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6707058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28.mcfunction new file mode 100644 index 000000000..c7bf373a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..bfaa311e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,-0.13951259711514782f,-0.14648924518225673f,0.026621915147744174f,-0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,0.1388847666264905f,0.05535859677367259f,-0.8028641801742058f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,0.1703433176431375f,-0.14349966874996578f,0.026621915147744174f,0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,0.14644663943322633f,-0.0019633221434531105f,-0.7864791969053445f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,0.13951259711514782f,0.1464892451822569f,-0.026621915147744077f,0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,-0.13888476662649066f,0.05535859677367262f,-0.8028641801742058f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,-0.1703433176431375f,0.14349966874996595f,-0.026621915147744077f,-0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,-0.1464466394332265f,-0.0019633221434531486f,-0.7864791969053445f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08145115202128318f,0.5306557698654596f,1.467370578191788f,-0.5217960999375698f,1.5460020488265975f,-0.22642538361127285f,-0.0039320071784309605f,0.306287622339448f,0.2113045784131739f,1.4520820395435596f,-0.536856010096419f,0.14491368914186387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.379306261097421f,-0.9063077870366502f,-0.18636779616936325f,-0.45175409989695503f,-0.8292767820521747f,0.42232534765050395f,-0.36597994409676493f,0.5173598464433526f,0.4103983175422204f,0.015732002053498086f,-0.9117706537665617f,0.03148016094475191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,-0.9063077870366502f,-0.027027170485780103f,-0.2984375f,-0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,0.030239082441175527f,0.015732002053498086f,-0.9994188821532763f,0.012854288257026869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37081599649070673f,0.9063077870366502f,0.20273552205603843f,0.45879996391070665f,0.8125236733588501f,0.42232534765050395f,-0.40180415747391385f,0.5606809300910076f,-0.4497785866157313f,0.01573200205349831f,-0.893001526949055f,0.012009458289413754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,0.9063077870366502f,0.027027170485780346f,0.2984375f,0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,-0.030239082441175624f,0.01573200205349831f,-0.9994188821532763f,0.012854288257026942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,-0.15625000000000003f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.20610704940706068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,-0.15625000000000003f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,0.15624999999999997f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.2061070494070607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0.15624999999999997f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.17735792461287866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.052401906542967516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.1773579246128786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.05240190654296743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,0.07246204639995218f,0.6869780700586191f,-0.7230562793379682f,0.22384340304467698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,-0.035897128519093685f,0.6898557915057448f,-0.7230562793379682f,0.22666053272352277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,0.17414713217528233f,0.9437736573562624f,-0.2810054448502893f,0.17627572011484094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,-0.12601833411706798f,0.9513965101002052f,-0.2810054448502893f,0.18758293299251821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,0.024364364790017686f,0.9593968509917414f,-0.2810054448502893f,0.2825553944986519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,0.024364364790017686f,0.6903593228444973f,-0.7230562793379682f,0.12722454685864026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,-0.07246204639995243f,0.6869780700586191f,-0.7230562793379682f,0.2238434030446769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,0.035897128519093435f,0.6898557915057448f,-0.7230562793379682f,0.2266605327235227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,-0.17414713217528255f,0.9437736573562623f,-0.2810054448502893f,0.1762757201148409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,0.12601833411706775f,0.9513965101002053f,-0.2810054448502893f,0.18758293299251816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,-0.02436436479001793f,0.9593968509917414f,-0.2810054448502893f,0.28255539449865186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,-0.02436436479001793f,0.6903593228444973f,-0.7230562793379682f,0.1272245468586402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-1.7095344401033932e-18f,0f,0.9601312127276399f,0.2795497350135595f,0.8826567564976862f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.013959408061929673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0f,0f,0.9993069062160519f,0.037225088165145796f,0.5079166666666667f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280077f,-0.6524915818280073f,0.37429398125337754f,-0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.10174574682753247f,-4.7194123827111375e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280074f,0.6524915818280076f,0.15f,-0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280075f,0.6524915818280075f,-0.3696843431855028f,0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.09323020866033846f,-4.7194123827111375e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280076f,-0.6524915818280074f,-0.125f,0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3704166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3704166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2844791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5079166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05949655765240065f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03407989098573379f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019291011389619472f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10518446651312377f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011482200153543148f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06200676294273319f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6740391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29.mcfunction new file mode 100644 index 000000000..9b0af4150 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..7fed7e862 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,-0.13920718010244018f,-0.15582734622417818f,0.02683728165523365f,-0.14811452154390956f,0.802421073634151f,0.03357012868726618f,0.6513064216047342f,0.14738686960228808f,0.060714298482216184f,-0.800959005863031f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,0.16997040689324777f,-0.15264719630123577f,0.02683728165523365f,0.16675912725382266f,0.78173522926419f,0.032885024020179114f,0.6513064216047342f,0.15614896488810803f,-0.00030349268223565234f,-0.7846129037025611f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,0.13920718010244018f,0.15582734622417835f,-0.026837281655233552f,0.14811452154390956f,0.802421073634151f,0.03357012868726618f,0.6513064216047342f,-0.14738686960228825f,0.06071429848221621f,-0.800959005863031f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,-0.16997040689324777f,0.15264719630123594f,-0.026837281655233552f,-0.16675912725382266f,0.78173522926419f,0.032885024020179114f,0.6513064216047342f,-0.1561489648881082f,-0.00030349268223568704f,-0.7846129037025611f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08125973688831675f,0.5288614136788227f,1.4680288519925206f,-0.5219823062962736f,1.5444161286242524f,-0.23703388460282446f,-0.00009589250037937916f,0.30862100834353356f,0.22266999529824005f,1.4510433462415007f,-0.5350677812409842f,0.14225590798502447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3798467775098436f,-0.90630778703665f,-0.18526365205327672f,-0.4517916826710482f,-0.8322265928463658f,0.42224755372182754f,-0.3593130968045305f,0.5205108858666336f,0.40387538149126756f,0.01769741598828967f,-0.9146428142682915f,0.03045033104249877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,-0.90630778703665f,-0.025800227660029457f,-0.2984375f,-0.9063802847212489f,0.42224755372182754f,-0.013482686845001125f,0.8562596022685119f,0.023113547092714785f,0.01769741598828967f,-0.9995761928978352f,0.014460186678364205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37140416054118003f,0.90630778703665f,0.20165600583526289f,0.45881170823867634f,0.8157614803813352f,0.42224755372182754f,-0.3952723244827355f,0.5639731426093554f,-0.443387140836035f,0.017697415988289892f,-0.8961554802647715f,0.011287339891335173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,0.90630778703665f,0.0258002276600297f,0.2984375f,0.9063802847212489f,0.42224755372182754f,-0.013482686845001125f,0.8562596022685119f,-0.023113547092714883f,0.017697415988289892f,-0.9995761928978352f,0.014460186678364278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.088641161199422e-17f,1.2197985025746185e-16f,-0.15625000000000003f,0f,0.9960410654107695f,-0.08889429686644153f,0.5026131464183526f,-1.2246467991473532e-16f,-0.08889429686644153f,-0.9960410654107695f,0.2060690837078895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667245e-18f,1.2235725758356118e-16f,-0.15625000000000003f,0f,0.9991228300988584f,0.04187565372919962f,0.6902103998976961f,-1.2246467991473532e-16f,0.04187565372919962f,-0.9991228300988584f,0.2076762510939966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.088641161199422e-17f,1.2197985025746185e-16f,0.15624999999999997f,0f,0.9960410654107695f,-0.08889429686644153f,0.5026131464183526f,-1.2246467991473532e-16f,-0.08889429686644153f,-0.9960410654107695f,0.20606908370788957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667245e-18f,1.2235725758356118e-16f,0.15624999999999997f,0f,0.9991228300988584f,0.04187565372919962f,0.6902103998976961f,-1.2246467991473532e-16f,0.04187565372919962f,-0.9991228300988584f,0.20767625109399665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.29375f,0f,0.9578224948453149f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.1830300020216382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.33125f,0f,0.9578224948453149f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.05731407814867592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.29375f,0f,0.9578224948453149f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.18303000202163813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.33125f,0f,0.9578224948453149f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.05731407814867584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.1330600131949394f,0.7061158927325969f,0.6954821197694521f,1.4370227342701343f,0.0735482304472291f,0.6927522065949584f,-0.7174155267736386f,0.23008307771735745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020960961696047983f,0.7182376063433094f,0.6954821197694521f,1.446675078162229f,-0.03572759115998933f,0.6957287554600624f,-0.7174155267736386f,0.23297891966461565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12473961804004796f,0.25393467724373814f,0.9591439972101904f,1.489835258252356f,0.17516891912022203f,0.9458732733083338f,-0.27320249013365816f,0.1829439775959818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04016429584772379f,0.2800528913521784f,0.9591439972101904f,1.4908664145116917f,-0.1256953739956686f,0.9537091130637568f,-0.27320249013365816f,0.19425996435732867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08347973095865842f,0.27032189540384727f,0.9591439972101904f,1.546362572265996f,0.025045119543854702f,0.9616304598814467f,-0.27320249013365816f,0.28968759511227965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08347973095865842f,0.7136776272239868f,0.6954821197694521f,1.3857851061405992f,0.025045119543854702f,0.6961951622434163f,-0.7174155267736386f,0.13304368360751123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.1330600131949394f,0.7061158927325969f,0.6954821197694521f,1.4370227342701343f,-0.07354823044722934f,0.6927522065949584f,-0.7174155267736386f,0.23008307771735736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020960961696047983f,0.7182376063433094f,0.6954821197694521f,1.446675078162229f,0.03572759115998908f,0.6957287554600624f,-0.7174155267736386f,0.2329789196646156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12473961804004796f,0.25393467724373814f,0.9591439972101904f,1.489835258252356f,-0.17516891912022226f,0.9458732733083337f,-0.27320249013365816f,0.18294397759598174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04016429584772379f,0.2800528913521784f,0.9591439972101904f,1.4908664145116917f,0.12569537399566838f,0.9537091130637569f,-0.27320249013365816f,0.19425996435732865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08347973095865842f,0.27032189540384727f,0.9591439972101904f,1.546362572265996f,-0.025045119543854945f,0.9616304598814467f,-0.27320249013365816f,0.2896875951122796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08347973095865842f,0.7136776272239868f,0.6954821197694521f,1.3857851061405992f,-0.025045119543854945f,0.6961951622434163f,-0.7174155267736386f,0.13304368360751118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-1.923108198812522e-18f,0f,0.9578224948453149f,0.287360519849712f,0.8859210612870718f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.015703370148449858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667245e-18f,1.2235725758356118e-16f,0f,0f,0.9991228300988584f,0.04187565372919962f,0.51125f,-1.2246467991473532e-16f,0.04187565372919962f,-0.9991228300988584f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913499f,-0.6508952239913495f,0.3737452332470264f,-0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.10377578323969326f,-4.7850762583162236e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913496f,0.6508952239913498f,0.15f,-0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913497f,0.6508952239913497f,-0.3690857089967562f,0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.09514176353421083f,-4.7850762583162236e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913498f,-0.6508952239913496f,-0.125f,0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3737500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3737500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2878125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.51125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.059913224319067274f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03366322431906717f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019707678056286093f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10560113317979039f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01189886682020977f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06242342960939981f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6773724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..61fedf811 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6739962872979891f,-0.11884373034796954f,-0.44558906731421255f,0.04119668166107332f,-0.12378894338818121f,0.8067470962003291f,-0.027926057931958924f,1.1948308982664217f,0.44424064047294054f,0.04449421281201141f,-0.6838237805333149f,-0.31982841190654365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6545347606215589f,0.1451068629440739f,-0.43649541287922866f,0.04119668166107332f,0.19039609143866665f,0.7765313709424018f,-0.02735613838232711f,1.1948308982664217f,0.418728522437817f,-0.1262657050383986f,-0.6698681931754923f,-0.31982841190654365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6739962872979891f,0.11884373034796954f,0.44558906731421266f,-0.04119668166107322f,0.12378894338818121f,0.8067470962003291f,-0.027926057931958924f,1.1948308982664217f,-0.4442406404729406f,0.04449421281201142f,-0.6838237805333149f,-0.31982841190654365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6545347606215589f,-0.1451068629440739f,0.4364954128792288f,-0.04119668166107322f,-0.19039609143866665f,0.7765313709424018f,-0.02735613838232711f,1.1948308982664217f,-0.4187285224378171f,-0.12626570503839862f,-0.6698681931754923f,-0.31982841190654365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4240104360859869f,-0.12145445886717583f,1.4989563751195203f,-0.6968668515491124f,1.2527041487909245f,-0.8331695796669478f,-0.4218613719216378f,1.0010070266083977f,0.8320779504903231f,1.3162383963168993f,-0.1287206990694996f,-0.16000819045491227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7169388045194428f,-0.694022705996539f,0.06581211237662585f,-0.5345237914500238f,-0.6942713478260919f,0.7193535111499815f,0.02275569343999781f,1.1906881245522845f,-0.06313514205237802f,-0.029377024312119263f,-0.9975725258248601f,-0.1581641141457815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6371798825031395f,-0.694022705996539f,0.3351630661253219f,-0.2984375f,-0.6327148613940846f,0.7193535111499815f,0.28670966179614127f,1.4282901209362902f,-0.4400837437401543f,-0.029377024312119263f,-0.8974760659417138f,-0.002402064068240003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6292775420886493f,0.7484153280212505f,0.2094857317473246f,0.38768050144700766f,0.39835473281661476f,-0.07916157050300132f,-0.9138090350823315f,1.2463037881053245f,-0.6673254692168369f,0.6584891362341085f,-0.3479493865437705f,0.2623867522547769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19581670781585073f,0.8785017497499789f,0.43576426267695145f,0.2984375f,0.5543554049903386f,0.46571762986969556f,-0.6897805260998245f,1.4282901209362902f,-0.8089164987179822f,0.10649772258024473f,-0.5781974863202555f,-0.00240206406823993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.523758900389187e-17f,9.662765146426786e-17f,-0.15625000000000003f,0f,0.7890246521000488f,-0.614361537189949f,1.1006344008384565f,-1.2246467991473532e-16f,-0.614361537189949f,-0.7890246521000488f,0.26271859818719445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.4519535711353523e-17f,1.1749893395640305e-16f,-0.15625000000000003f,0f,0.9594516070936566f,-0.28187340003164474f,1.2787698684183193f,-1.2246467991473532e-16f,-0.28187340003164474f,-0.9594516070936566f,0.20387076313692576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.286944358671965e-17f,1.0509534190303038e-16f,0.15624999999999997f,0f,0.8581685917621461f,-0.513367965608466f,1.0916810501566128f,-1.2246467991473532e-16f,-0.513367965608466f,-0.8581685917621461f,0.21776632291111714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.997058584759439e-18f,1.223626872544039e-16f,0.15624999999999997f,0f,0.9991671667259292f,-0.04080407990482304f,1.2787698684183193f,-1.2246467991473532e-16f,-0.04080407990482304f,-0.9991671667259292f,0.2038707631369258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.8206866257905035e-17f,1.211037069939865e-16f,0.29375f,0f,0.9888868127390168f,-0.1486703453647318f,1.9649192802422564f,-1.2246467991473532e-16f,-0.1486703453647318f,-0.9888868127390168f,-0.05771049333190861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.8206866257905035e-17f,1.211037069939865e-16f,0.33125f,0f,0.9888868127390168f,-0.1486703453647318f,1.8273705837719356f,-1.2246467991473532e-16f,-0.1486703453647318f,-0.9888868127390168f,-0.13183483885559996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.8206866257905035e-17f,1.211037069939865e-16f,-0.29375f,0f,0.9888868127390168f,-0.1486703453647318f,1.9649192802422564f,-1.2246467991473532e-16f,-0.1486703453647318f,-0.9888868127390168f,-0.0577104933319087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.8206866257905035e-17f,1.211037069939865e-16f,-0.33125f,0f,0.9888868127390168f,-0.1486703453647318f,1.8273705837719356f,-1.2246467991473532e-16f,-0.1486703453647318f,-0.9888868127390168f,-0.13183483885560005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876915865625865f,0.1563880455430655f,0.0028476384427677864f,0.1951441955463118f,0.15499813264287335f,0.9810329658480496f,-0.11640403256159877f,2.066718713139214f,-0.020997826332811192f,-0.11452990496197737f,-0.9931978615355036f,-0.09153907005987588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999959443949966f,-0.00004635577730789653f,0.0028476384427677864f,0.0799591835794537f,-0.00037751877388608746f,0.9932018720698091f,-0.11640403256159877f,2.0766841040527533f,-0.002822883832923756f,-0.11640463550979527f,-0.9931978615355036f,-0.09303727803446378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703275412856219f,0.24172102353445585f,0.005950580144388461f,0.057545140322919505f,0.24046165515131868f,0.9672677210652961f,-0.08106385253019005f,2.070851947549882f,-0.025350641500522752f,-0.07722760236212929f,-0.9966911469502017f,-0.0968116229761536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975322352501989f,-0.06995734580933714f,0.005950580144388461f,0.0866500207915859f,-0.07020953986872307f,0.9942330070583986f,-0.08106385253019005f,2.080840127802842f,-0.0002452512266057291f,-0.0812815935063224f,-0.9966911469502017f,-0.09745022546519636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08695236678688616f,0.005950580144388461f,0.14459957222723263f,0.08618716465763337f,0.9929755407165078f,-0.08106385253019005f,2.1827388913890373f,-0.012957474374814183f,-0.08024251646675357f,-0.9966911469502017f,-0.13674572138091126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710920989881177f,0.0028476384427677864f,0.125f,0.08618716465763337f,0.9894553420198792f,-0.11640403256159877f,1.9601114394345647f,-0.012957474374814183f,-0.11571565019101135f,-0.9931978615355036f,-0.11070970008793375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876915865625865f,-0.15638804554306548f,-0.0028476384427675435f,-0.1951441955463118f,-0.15499813264287335f,0.9810329658480496f,-0.11640403256159877f,2.066718713139214f,0.02099782633281095f,-0.11452990496197739f,-0.9931978615355036f,-0.09153907005987594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999959443949966f,0.000046355777307924284f,-0.0028476384427675435f,-0.0799591835794537f,0.00037751877388608746f,0.9932018720698091f,-0.11640403256159877f,2.0766841040527533f,0.002822883832923513f,-0.11640463550979525f,-0.9931978615355036f,-0.0930372780344638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703275412856219f,-0.24172102353445585f,-0.005950580144388217f,-0.05754514032291948f,-0.24046165515131868f,0.9672677210652961f,-0.08106385253019005f,2.070851947549882f,0.025350641500522512f,-0.07722760236212933f,-0.9966911469502017f,-0.09681162297615362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975322352501989f,0.06995734580933716f,-0.005950580144388217f,-0.08665002079158587f,0.07020953986872307f,0.9942330070583986f,-0.08106385253019005f,2.080840127802842f,0.00024525122660548973f,-0.08128159350632236f,-0.9966911469502017f,-0.09745022546519637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08695236678688614f,-0.005950580144388217f,-0.1445995722272326f,-0.08618716465763337f,0.9929755407165078f,-0.08106385253019005f,2.1827388913890373f,0.01295747437481394f,-0.08024251646675357f,-0.9966911469502017f,-0.1367457213809113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08710920989881174f,-0.0028476384427675435f,-0.12499999999999999f,-0.08618716465763337f,0.9894553420198792f,-0.11640403256159877f,1.9601114394345647f,0.01295747437481394f,-0.11571565019101135f,-0.9931978615355036f,-0.11070970008793378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.8206866257905035e-17f,1.211037069939865e-16f,4.425181839867414e-19f,0f,0.9888868127390168f,-0.1486703453647318f,1.4579528961984662f,-1.2246467991473532e-16f,-0.1486703453647318f,-0.9888868127390168f,-0.0036134351904144046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.997058584759439e-18f,1.223626872544039e-16f,-1.4313787852980484e-18f,0f,0.9991671667259292f,-0.04080407990482304f,1.0832652086762429f,-1.2246467991473532e-16f,-0.04080407990482304f,-0.9991671667259292f,0.011688094773894236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9798315728488348f,-0.18718329662832905f,0.06994642458288731f,0.1452040364723356f,-0.18649043297105666f,0.730866660127141f,-0.656547975036757f,0.8146715674956452f,0.07177330463930424f,-0.656350774036223f,-0.7510341231683181f,0.4028356177670467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9798315728488348f,-0.07359569112752795f,0.18577880152493195f,0.1266108397725616f,-0.18649043297105666f,0.0028581027120082036f,-0.9824526195492358f,0.7907862637188642f,0.07177330463930424f,-0.997284064595614f,-0.016525351578847436f,0.08694404883978096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9708588002066251f,0.23305740791993243f,-0.055833992110494765f,-0.14652602538360704f,0.22365977756511626f,0.7974563956900877f,-0.5603923633245701f,0.8313657401098448f,-0.08607841750912536f,-0.556549675758253f,-0.8263431275520529f,0.4076831730024675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9708588002066251f,0.08826402322680331f,-0.22280631109816187f,-0.125f,0.22365977756511626f,-0.00022604615232907355f,-0.9746672523495697f,0.7942536442453727f,-0.08607841750912536f,-0.99609708919711f,-0.01952165290566754f,0.06846673375887061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9895112085179399f,0.14445611173420778f,9.403483013539465e-17f,-3.917180394066397e-18f,0.11092100953845187f,0.7597988128073953f,-0.640626485324673f,0.9754842187287291f,-0.09254241114395385f,-0.6339070877022175f,-0.7678526592390995f,0.031986205302571236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9895130500159282f,-0.14321284783301252f,0.018814995714420378f,-4.09036258508324e-18f,-0.11091132334127848f,0.6698797221506579f,-0.7341388398702549f,0.9404379117716299f,0.0925343298612014f,-0.7285267586485178f,-0.6787386534817527f,0.03340034520917466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.845411747018798e-17f,9.403483013539465e-17f,-3.917180394066397e-18f,0f,0.7678526592390995f,-0.640626485324673f,0.9754842187287291f,-1.2246467991473532e-16f,-0.640626485324673f,-0.7678526592390995f,0.031986205302571236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9939826320452738f,0.10953778887831239f,1.178796951573896e-16f,-3.990568205556412e-18f,0.10543677711957435f,0.9567686759873556f,-0.27106601904340527f,0.9988760526963593f,-0.029691972366061248f,-0.2694349150667983f,-0.9625607582485172f,0.03258546226009655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9939826320452738f,-0.10953778887831234f,1.178796951573896e-16f,-3.990568205556412e-18f,-0.10543677711957435f,0.9567686759873556f,-0.27106601904340527f,0.9988760526963593f,0.029691972366061005f,-0.2694349150667983f,-0.9625607582485172f,0.03258546226009655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3196013257912184e-17f,1.178796951573896e-16f,-3.990568205556412e-18f,0f,0.9625607582485172f,-0.27106601904340527f,0.9988760526963593f,-1.2246467991473532e-16f,-0.27106601904340527f,-0.9625607582485172f,0.03258546226009655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9864779068707011f,0.16389429293297628f,1.1429237848176774e-16f,-0.19375f,0.15295731448397437f,0.9206483565258733f,-0.3591805445344429f,1.0152556268945758f,-0.058867641381754016f,-0.3543236717610159f,-0.9332680946158725f,0.03278439791254197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9864779068707011f,-0.16334836342649756f,0.013366054836229546f,0.19375f,-0.1529573144839744f,0.8882894753082005f,-0.43306566246070877f,1.015576181619133f,0.058867641381753794f,-0.4292541440948088f,-0.9012632692923763f,0.021080115140144802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.378078400472791e-17f,1.1002374788406083e-16f,-0.00781250000000001f,0f,0.8984120806151099f,-0.43915342809185626f,0.8750166118150541f,-1.2246467991473532e-16f,-0.43915342809185626f,-0.8984120806151099f,0.08025440291941457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.398693041801089e-17f,1.1429237848176774e-16f,0f,0f,0.9332680946158725f,-0.3591805445344429f,1.083543701705788f,-1.2246467991473532e-16f,-0.3591805445344429f,-0.9332680946158725f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1663594535932914f,-0.10439102313856381f,-0.9805238632936099f,-0.023423099387185592f,0.05626923568433316f,0.9937650441066669f,-0.09625388421864046f,0.9865310812830849f,0.9844583817082583f,-0.03916058477293605f,0.1711962128220107f,0.4682285133574254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1663594535932914f,-0.10439102313856381f,-0.9805238632936099f,-0.007826900612814519f,0.05626923568433316f,0.9937650441066669f,-0.09625388421864046f,0.9918063221284912f,0.9844583817082583f,-0.03916058477293605f,0.1711962128220107f,0.5605214866425746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1663594535932914f,-0.10439102313856381f,-0.9805238632936099f,0.13145357949404143f,0.05626923568433316f,0.9937650441066669f,-0.09625388421864046f,1.003606784338584f,0.9844583817082583f,-0.03916058477293605f,0.1711962128220107f,0.4886955680766984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27276688360386664f,-0.6562466482334738f,-0.7035187018774737f,0.5537320884827055f,-0.7341901025276145f,0.6145526940295668f,-0.2885998607267375f,1.6690092691433136f,0.6217420048215538f,0.4377959832425746f,-0.6494394171107432f,-0.42178541909091893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.34029961270634673f,-0.6562466482334738f,-0.6734511936838788f,0.5502669115172948f,-0.2767975753544034f,0.6145526940295668f,-0.7387205754132782f,1.7208841342682624f,0.8986541469719225f,0.4377959832425746f,0.02748456270042382f,-0.499798580909081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.036961887631047914f,-0.6562466482334738f,-0.7536406010460694f,0.6650455901569106f,-0.5533318946661211f,0.6145526940295668f,-0.5622711095247578f,1.7792873681345016f,0.8321403927270627f,0.4377959832425746f,-0.3404071736152411f,-0.4097309239577138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.249666201705788f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3.mcfunction new file mode 100644 index 000000000..361993601 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30.mcfunction new file mode 100644 index 000000000..473a95af4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..63e7ae6a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,-0.13888291666590896f,-0.1651443507378309f,0.027065937823444908f,-0.14922577556604566f,0.8020545341861851f,0.037210704676721704f,0.6562449239575779f,0.1558614417646703f,0.06606439354293814f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,0.16957448487107007f,-0.1617740578656303f,0.027065937823444908f,0.1656160088010711f,0.7818200817143977f,0.03645130254046208f,0.6562449239575779f,0.16582427248869394f,0.001361583197599138f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,0.13888291666590896f,0.16514435073783107f,-0.02706593782344481f,0.14922577556604566f,0.8020545341861851f,0.037210704676721704f,0.6562449239575779f,-0.15586144176467046f,0.06606439354293817f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,-0.16957448487107007f,0.16177405786563046f,-0.02706593782344481f,-0.1656160088010711f,0.7818200817143977f,0.03645130254046208f,0.6562449239575779f,-0.16582427248869408f,0.0013615831975991033f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08106316770183726f,0.527066828842742f,1.468684980101519f,-0.5221664188306238f,1.5427469375219665f,-0.2476374534824941f,0.0037186555768370126f,0.3109793181428301f,0.23402328860337246f,1.449924997910706f,-0.5332512079919758f,0.13959093104371278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38038407981494143f,-0.9063077870366502f,-0.18415794031230476f,-0.45182794865306186f,-0.8351265686069209f,0.4221606132169278f,-0.35262449015225467f,0.5236745493111727f,0.39733055033582587f,0.019662446567954933f,-0.9174648886822819f,0.029419386948021164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,-0.9063077870366502f,-0.024573066523355534f,-0.2984375f,-0.9064998940197717f,0.4221606132169278f,-0.006193447380119829f,0.8595218983424174f,0.015986950421324475f,0.019662446567954933f,-0.9996788512373304f,0.016065771868284347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37198918192228375f,0.9063077870366502f,0.20057478328424103f,0.45882226330109344f,0.8189504489320483f,0.4221606132169278f,-0.3887165790679685f,0.5672757707119372f,-0.4369716360666751f,0.019662446567955155f,-0.8992603502146503f,0.010565161825628897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,0.9063077870366502f,0.024573066523355776f,0.2984375f,0.9064998940197717f,0.4221606132169278f,-0.006193447380119829f,0.8595218983424174f,-0.015986950421324572f,0.019662446567955155f,-0.9996788512373304f,0.016065771868284423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678333e-17f,1.2202919659284857e-16f,-0.15625000000000003f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.20602665421357066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6977074662301746e-18f,1.2233206430142443e-16f,-0.15625000000000003f,0f,0.9989171113385246f,0.04652531219774665f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774665f,-0.9989171113385246f,0.2085069183047824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678333e-17f,1.2202919659284857e-16f,0.15624999999999997f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.2060266542135707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6977074662301746e-18f,1.2233206430142443e-16f,0.15624999999999997f,0f,0.9989171113385246f,0.04652531219774665f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774665f,-0.9989171113385246f,0.20850691830478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.18869063906545286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.06222314920003469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.1886906390654528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.062223149200034605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,0.0746295354124244f,0.6984803869627041f,-0.7117271819121123f,0.2363081905928423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,-0.03555568368472055f,0.7015555657858864f,-0.7117271819121123f,0.2392825527025918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,0.17617908561516124f,0.9479101414103045f,-0.265381411563249f,0.18960080041891245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,-0.12536407542692282f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,0.02572421284107672f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,0.02572421284107672f,0.7019848170730975f,-0.7117271819121123f,0.13885469601072187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,-0.07462953541242463f,0.6984803869627041f,-0.7117271819121123f,0.23630819059284222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,0.0355556836847203f,0.7015555657858865f,-0.7117271819121123f,0.23928255270259174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,-0.17617908561516146f,0.9479101414103045f,-0.265381411563249f,0.18960080041891247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,0.1253640754269226f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,-0.02572421284107696f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,-0.02572421284107696f,0.7019848170730975f,-0.7117271819121123f,0.1388546960107218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-2.1366402998363153e-18f,0f,0.9554502364190022f,0.29515224160909387f,0.8891772500852799f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.017446992074154996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6977074662301746e-18f,1.2233206430142443e-16f,0f,0f,0.9989171113385246f,0.04652531219774665f,0.5145833333333333f,-1.2246467991473532e-16f,0.04652531219774665f,-0.9989171113385246f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697538f,-0.6492768357697533f,0.3731889122958527f,-0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.10580903417621584f,-1.0401693299994641e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697534f,0.6492768357697537f,0.15f,-0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,-1.0401693299994641e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,0.6492768357697535f,-0.36847881341365757f,0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.09705682516193243f,7.005369462569246e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,-0.6492768357697535f,-0.125f,0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,7.005369462569246e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3770833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3770833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2911458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5145833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060329890985733894f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.033246557652400546f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020124344722952714f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10601779984645701f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01231553348687639f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06284009627606643f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6807058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31.mcfunction new file mode 100644 index 000000000..800da6f3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..995b6964f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,-0.13853985070563293f,-0.17443899734994595f,0.02730785269599295f,-0.15041798659964067f,0.8016557760402977f,0.04082757025568322f,0.6611698897390198f,0.16430667465840765f,0.07140847955343517f,-0.7967738638754456f,-0.3530218329640395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,0.1691556051781086f,-0.17087901781219195f,0.02730785269599295f,0.16438754430312078f,0.781906124086021f,0.03999435453617948f,0.6611698897390198f,0.17547077468804048f,0.0030322192539388657f,-0.7805131727759468f,-0.3530218329640395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,0.13853985070563293f,0.1744389973499461f,-0.027307852695992854f,0.15041798659964067f,0.8016557760402977f,0.04082757025568322f,0.6611698897390198f,-0.16430667465840781f,0.07140847955343521f,-0.7967738638754456f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,-0.1691556051781086f,0.1708790178121921f,-0.027307852695992854f,-0.16438754430312078f,0.781906124086021f,0.03999435453617948f,0.6611698897390198f,-0.17547077468804065f,0.003032219253938831f,-0.7805131727759468f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08086144612513257f,0.5252720305422567f,1.4693389569668962f,-0.5223484359827357f,1.5409945687728663f,-0.2582354884592667f,0.007511425479321984f,0.3133626042886315f,0.24536384318615437f,1.44872701929322f,-0.5314064903881979f,0.1369189685345541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38091816346628327f,-0.9063077870366502f,-0.1830506703025257f,-0.4518628975361283f,-0.8379765455642413f,0.4220645280190788f,-0.34591450283596575f,0.526850843762711f,0.39076420233395864f,0.021627051226700847f,-0.9202367134762351f,0.028387446140121005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,-0.9063077870366502f,-0.023345697459491548f,-0.2984375f,-0.9065651284214452f,0.4220645280190788f,0.001096411528998649f,0.8627767224798975f,0.00885970447298827f,0.021627051226700847f,-0.9997268508407129f,0.017671009047172368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3725710556838073f,0.9063077870366502f,0.19949186355183376f,0.45883162900864527f,0.8220903988787742f,0.4220645280190788f,-0.3821372924216769f,0.5705888134598855f,-0.43053244307251837f,0.02162705122670107f,-0.9023159569226549f,0.009843025458067143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,0.9063077870366502f,0.02334569745949179f,0.2984375f,0.9065651284214452f,0.4220645280190788f,0.001096411528998649f,0.8627767224798975f,-0.008859704472988367f,0.02162705122670107f,-0.9997268508407129f,0.017671009047172444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047103e-18f,1.2207589957521108e-16f,-0.15625000000000003f,0f,0.9968253676097064f,-0.07961900834457569f,0.5073620368285365f,-1.2246467991473532e-16f,-0.07961900834457569f,-0.9968253676097064f,0.20597976184319672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582404e-18f,1.2230422110565092e-16f,-0.15625000000000003f,0f,0.998689754391257f,0.051173962851540016f,0.6949362030447194f,-1.2246467991473532e-16f,0.051173962851540016f,-0.998689754391257f,0.20933306891291514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047103e-18f,1.2207589957521108e-16f,0.15624999999999997f,0f,0.9968253676097064f,-0.07961900834457569f,0.5073620368285365f,-1.2246467991473532e-16f,-0.07961900834457569f,-0.9968253676097064f,0.20597976184319677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582404e-18f,1.2230422110565092e-16f,0.15624999999999997f,0f,0.998689754391257f,0.051173962851540016f,0.6949362030447194f,-1.2246467991473532e-16f,0.051173962851540016f,-0.998689754391257f,0.2093330689129152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.19433953812554886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.0671288719360591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,-0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.1943395381255488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,-0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.06712887193605901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,0.07570588956334756f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,-0.03538141749737792f,0.7073358359411386f,-0.7059916221098709f,0.2455710915632631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,0.17717756464713155f,0.9498841265393226f,-0.2575427279779799f,0.19624582487935094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,-0.1250244603886934f,0.9581443667684825f,-0.2575427279779799f,0.20757710681773606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,0.026401599631627224f,0.9659061542419902f,-0.2575427279779799f,0.3038960547064849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,0.026401599631627224f,0.707727903256304f,-0.7059916221098709f,0.14465727647381676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,-0.0757058895633478f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,0.03538141749737768f,0.7073358359411387f,-0.7059916221098709f,0.24557109156326307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,-0.1771775646471318f,0.9498841265393225f,-0.2575427279779799f,0.19624582487935088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,0.12502446038869314f,0.9581443667684826f,-0.2575427279779799f,0.207577106817736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,-0.026401599631627467f,0.9659061542419902f,-0.2575427279779799f,0.30389605470648484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,-0.026401599631627467f,0.707727903256304f,-0.7059916221098709f,0.1446572764738167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,-2.3501261177184014e-18f,0f,0.9530145948208575f,0.302924383400275f,0.8924253245633881f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.019190236069327505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582404e-18f,1.2230422110565092e-16f,0f,0f,0.998689754391257f,0.051173962851540016f,0.5179166666666667f,-1.2246467991473532e-16f,0.051173962851540016f,-0.998689754391257f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396471f,-0.6476364719396467f,0.37262503722925355f,-0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.1078455436400589f,6.18631432487909e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396468f,0.647636471939647f,0.15f,-0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,6.18631432487909e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.6476364719396469f,0.6476364719396469f,-0.3678636769773676f,0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.09897544154673091f,-1.601814616762404e-16f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.647636471939647f,-0.6476364719396468f,-0.125f,0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,-1.601814616762404e-16f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3804166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3804166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29447916666666674f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5179166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060746557652400626f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032829890985733814f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020541011389619446f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10643446651312374f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012732200153543122f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06325676294273316f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6840391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32.mcfunction new file mode 100644 index 000000000..f08b35129 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..3a254b2da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,-0.13817802866725137f,-0.18371002771415632f,0.027562993521476523f,-0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,0.17272076698413757f,0.07674615539118004f,-0.7944948135321769f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,0.1687138245239685f,-0.17996084347509192f,0.027562993521476523f,0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,0.1850866908952332f,0.0047087277204454075f,-0.7782806336641733f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,0.13817802866725137f,0.18371002771415648f,-0.027562993521476425f,0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,-0.1727207669841377f,0.07674615539118007f,-0.7944948135321769f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,-0.1687138245239685f,0.17996084347509209f,-0.027562993521476425f,-0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,-0.18508669089523336f,0.004708727720445373f,-0.7782806336641733f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0806545738650884f,0.5234770339642125f,1.4699907770549687f,-0.5225283562124555f,1.5391591202097499f,-0.26882738787772953f,0.011282207318827906f,0.3157709176421429f,0.256691044623277f,1.4474494396830815f,-0.5295338300537024f,0.1342402310604206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.381449023944673f,-0.90630778703665f,-0.1819418513932035f,-0.4518965290245244f,-0.8407763628154565f,0.4219593002096444f,-0.3391835147783558f,0.5300397752169319f,0.38417671697080774f,0.023591187407960554f,-0.9229581279853459f,0.02735462614192638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,-0.90630778703665f,-0.022118130853930097f,-0.2984375f,-0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,0.0017322213300208222f,0.023591187407960554f,-0.9997201884957342f,0.019275863442951836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3731497769021744f,0.90630778703665f,0.1984072558012629f,0.4588398052820831f,0.8251811528997913f,0.4219593002096444f,-0.37553483708646584f,0.5739122690433984f,-0.4240699339694205f,0.023591187407960776f,-0.9053221233239879f,0.009121032139156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,0.90630778703665f,0.02211813085393034f,0.2984375f,0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,-0.0017322213300209194f,0.023591187407960776f,-0.9997201884957342f,0.019275863442951912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,-0.15625000000000003f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.20592840761253356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,-0.15625000000000003f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,0.15624999999999997f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.2059284076125336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0.15624999999999997f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,0.07677722149623785f,0.7097973622698444f,-0.7002092278555666f,0.24871339166247516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,-0.03520480415852557f,0.7130691824711477f,-0.7002092278555666f,0.25184419695688237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,0.17816428997849387f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,-0.1246765514105454f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,0.027077234978656876f,0.9679479560695161f,-0.24968695938465968f,0.31097152690096447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,0.027077234978656876f,0.713424039805095f,-0.7002092278555666f,0.15045111794481836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,-0.07677722149623809f,0.7097973622698442f,-0.7002092278555666f,0.24871339166247508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,0.035204804158525324f,0.7130691824711478f,-0.7002092278555666f,0.2518441969568823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,-0.1781642899784941f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,0.12467655141054516f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,-0.02707723497865712f,0.9679479560695161f,-0.24968695938465968f,0.3109715269009644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,-0.02707723497865712f,0.713424039805095f,-0.7002092278555666f,0.1504511179448183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-2.5635610280049775e-18f,0f,0.9505157316277837f,0.31067642963073183f,0.8956652865682428f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.02093306437243643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0f,0f,0.998440764181981f,0.055821504993163816f,0.52125f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.6459741880212513f,-0.6459741880212508f,0.37205362713230505f,-0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10988535552389195f,-4.9810872803871815e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.645974188021251f,0.6459741880212512f,0.15f,-0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212511f,0.6459741880212511f,-0.3672403205079692f,0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10089766057151847f,-4.9810872803871815e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212512f,-0.645974188021251f,-0.125f,0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3837500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3837500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.52125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06116322431906725f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032413224319067194f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020957678056286067f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10685113317979036f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013148866820209743f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06367342960939978f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6873724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33.mcfunction new file mode 100644 index 000000000..4343f4b63 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..76b42002c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,-0.13779749953567644f,-0.19295618668135697f,0.02783132575791203f,-0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,0.18110192505056077f,0.08207702129506474f,-0.7920921030806676f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,0.16824920271867852f,-0.18901830532051297f,0.02783132575791203f,0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,0.19467024791520404f,0.006391419210837079f,-0.7759269581198377f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,0.13779749953567644f,0.19295618668135714f,-0.02783132575791193f,0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,-0.18110192505056094f,0.08207702129506478f,-0.7920921030806676f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,-0.16824920271867852f,0.18901830532051314f,-0.02783132575791193f,-0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,-0.1946702479152042f,0.006391419210837045f,-0.7759269581198377f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0804425526721715f,0.5216818542971328f,1.4706404348503033f,-0.5227061779973713f,1.537240694239535f,-0.2794125502525069f,0.015030792904656932f,0.318204307371632f,0.26800427924482345f,1.4460922929254878f,-0.5276334301842209f,0.13155492959718051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38197665675818687f,-0.90630778703665f,-0.18083149296670775f,-0.45192884283367407f,-0.8435258623336219f,0.42184493206803114f,-0.33243190710706105f,0.5332413486791805f,0.37756847493687523f,0.025554812565315114f,-0.9256289744214977f,0.026321044512932306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,-0.90630778703665f,-0.02089037709383532f,-0.2984375f,-0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,-0.0053950869125168124f,0.025554812565315114f,-0.999658864109131f,0.02088030029183801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3737253406804833f,0.90630778703665f,0.1973209692100332f,0.4588467920522227f,0.8282225364940077f,0.42184493206803114f,-0.36890958693418413f,0.5772461347819065f,-0.4175844822029296f,0.025554812565315336f,-0.9082786751752254f,0.008399283197064828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,0.90630778703665f,0.020890377093835562f,0.2984375f,0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,0.005395086912516715f,0.025554812565315336f,-0.999658864109131f,0.020880300291838086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,-0.15625000000000003f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.2058725926339982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,-0.15625000000000003f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,0.15624999999999997f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.20587259263399824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0.15624999999999997f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,0.07784346014050106f,0.7153854064576424f,-0.6943803827447805f,0.25489281266060265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,-0.035025855384434174f,0.7187552250340868f,-0.6943803827447805f,0.2581015305989641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,0.1791391961513322f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,-0.12432037157225193f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,0.02775107406150449f,0.96992554564476f,-0.24181462692349215f,0.31802730492328113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,0.02775107406150449f,0.7190728488460991f,-0.6943803827447805f,0.1562359139329091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,-0.07784346014050131f,0.7153854064576424f,-0.6943803827447805f,0.2548928126606026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,0.035025855384433924f,0.7187552250340868f,-0.6943803827447805f,0.25810153059896407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,-0.17913919615133245f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,0.12432037157225168f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,-0.027751074061504732f,0.96992554564476f,-0.24181462692349215f,0.3180273049232811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,-0.027751074061504732f,0.7190728488460991f,-0.6943803827447805f,0.15623591393290903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-2.776940407344979e-18f,0f,0.9479538126107118f,0.31840786604105054f,0.898897138122421f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.02267543923095535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0f,0f,0.9981701461042338f,0.06046783794921427f,0.5245833333333333f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767004f,-0.6442900402766999f,0.3714747013451156f,-0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.11192851360861006f,-1.0597205171230401e-16f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767f,0.6442900402767003f,0.15f,-0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,-1.0597205171230401e-16f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,0.6442900402767001f,-0.36660876510376256f,0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.10282352999727157f,5.0502507502116464e-18f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,-0.6442900402767001f,-0.125f,0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,5.0502507502116464e-18f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3870833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3870833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30114583333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5245833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06157989098573387f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03199655765240057f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.021374344722952687f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10726779984645698f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013565533486876363f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0640900962760664f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6907058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34.mcfunction new file mode 100644 index 000000000..f9fd87c3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..77a324061 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,-0.13739831482846124f,-0.20217622246963188f,0.02811281307740998f,-0.1544760160066635f,0.8002669984738955f,0.051520249191318236f,0.6758637314945877f,0.18944836322465303f,0.08740067894659358f,-0.7895662628529785f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,0.16776180266459365f,-0.1980501771131088f,0.02811281307740998f,0.16019431085589167f,0.7821704938362003f,0.05046881553435256f,0.6758637314945877f,0.20421968038662133f,0.008080602623597846f,-0.7734526656518973f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,0.13739831482846124f,0.20217622246963204f,-0.028112813077409884f,0.1544760160066635f,0.8002669984738955f,0.051520249191318236f,0.6758637314945877f,-0.18944836322465322f,0.08740067894659362f,-0.7895662628529785f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,-0.16776180266459365f,0.19805017711310896f,-0.028112813077409884f,-0.16019431085589167f,0.7821704938362003f,0.05046881553435256f,0.6758637314945877f,-0.2042196803866215f,0.008080602623597805f,-0.7734526656518973f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08022538434041893f,0.5198865067310898f,1.4712879248557627f,-0.522881899832829f,1.535239397837449f,-0.2899903743026928f,0.018756975755449917f,0.32066282094968557f,0.27930293416850904f,1.4446556174156968f,-0.5257054955335098f,0.12886327548042775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38250105744221324f,-0.90630778703665f,-0.17971960441843532f,-0.45195983869015144f,-0.8462248889767509f,0.42172142607164154f,-0.3256600621328729f,0.5364555681642449f,0.3709398581062358f,0.0275178841634153f,-0.9282490978822949f,0.025286818841039664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,-0.90630778703665f,-0.01966244656795493f,-0.2984375f,-0.9064345651884924f,0.42172142607164154f,0.022965579105474844f,0.8724963810892145f,-0.012521808170402618f,0.0275178841634153f,-0.9995428807066321f,0.02248428483909093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37429774214855027f,0.90630778703665f,0.19623301296985557f,0.4588525892599447f,0.8312143779909349f,0.42172142607164154f,-0.36226191714454936f,0.5805904071242944f,-0.4110764625269132f,0.027517884163415524f,-0.911185441064292f,0.00767787993055727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,0.90630778703665f,0.019662446567955173f,0.2984375f,0.9064345651884924f,0.42172142607164154f,0.022965579105474844f,0.8724963810892145f,0.01252180817040252f,0.027517884163415524f,-0.9995428807066321f,0.022484284839091005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.04512020587146e-18f,1.222001385739462e-16f,-0.15625000000000003f,0f,0.9978398560223788f,-0.06569339185365759f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365759f,-0.9978398560223788f,0.20581231811663486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573971e-18f,1.2220479835473152e-16f,-0.15625000000000003f,0f,0.997877906020048f,0.06511286107248064f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248064f,-0.997877906020048f,0.2117842426550997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.04512020587146e-18f,1.222001385739462e-16f,0.15624999999999997f,0f,0.9978398560223788f,-0.06569339185365759f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365759f,-0.9978398560223788f,0.20581231811663492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573971e-18f,1.2220479835473152e-16f,0.15624999999999997f,0f,0.997877906020048f,0.06511286107248064f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248064f,-0.997877906020048f,0.21178424265509976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.2112128427507091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.08182347580924089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,-0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.21121284275070903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,-0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.08182347580924083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.14661079867548577f,0.040244043349200606f,0.19290356018430427f,0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,0.07890453476342436f,0.7209259930234572f,-0.6885054734545757f,0.26105633751038065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353392f,0.040244043349200606f,0.0777185482174462f,0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,-0.034844583046303765f,0.7243935864262049f,-0.6885054734545757f,0.26434275523103945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684337f,0.0581188345060312f,0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,0.18010221849179628f,0.955427495485455f,-0.2339262528335036f,0.21610648266419902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497229f,0.07350640788684337f,0.0867221697204052f,0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,-0.12395594450226258f,0.9643201916675953f,-0.2339262528335036f,0.22745506865639015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349316f,0.07350640788684337f,0.14239431979794503f,0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,0.028423072178670464f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086694f,0.040244043349200606f,0.12499999999999999f,0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,0.028423072178670464f,0.724673955645583f,-0.6885054734545757f,0.16201135852707726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.146610798675486f,-0.04024404334920044f,-0.19290356018430435f,-0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,-0.07890453476342461f,0.7209259930234572f,-0.6885054734545757f,0.2610563375103806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353198f,-0.04024404334920044f,-0.07771854821744628f,-0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,0.03484458304630353f,0.7243935864262049f,-0.6885054734545757f,0.2643427552310394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882097f,-0.07350640788684332f,-0.05811883450603121f,-0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,-0.18010221849179653f,0.9554274954854549f,-0.2339262528335036f,0.2161064826641989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497204f,-0.07350640788684332f,-0.08672216972040522f,-0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,0.12395594450226233f,0.9643201916675954f,-0.2339262528335036f,0.22745506865639004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04682874644349341f,-0.07350640788684332f,-0.1423943197979451f,-0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,-0.028423072178670707f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086714f,-0.04024404334920044f,-0.12500000000000003f,-0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,-0.028423072178670707f,0.724673955645583f,-0.6885054734545757f,0.1620113585270772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,-2.9902596335902393e-18f,0f,0.9453290077236036f,0.326118179739043f,0.9021208814241847f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.02441732290218024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573971e-18f,1.2220479835473152e-16f,0f,0f,0.997877906020048f,0.06511286107248064f,0.5279166666666667f,-1.2246467991473532e-16f,0.06511286107248064f,-0.997877906020048f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.6425840857081384f,-0.6425840857081379f,0.3708882794621724f,-0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.11397506156185186f,-1.06620371475484e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.642584085708138f,0.6425840857081383f,0.15f,-0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,-1.06620371475484e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,0.6425840857081381f,-0.3659690321405518f,0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.10475309746141415f,4.401930987031657e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,-0.6425840857081381f,-0.125f,0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,4.401930987031657e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3904166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3904166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30447916666666675f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5279166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0619965576524006f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03157989098573384f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02179101138961942f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10768446651312372f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013982200153543095f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06450676294273314f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6940391666666667f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35.mcfunction new file mode 100644 index 000000000..a56f76e1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..9ec35d0d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.1559875782959641f,0.7997401996414367f,0.05502665662458318f,0.6807347315050085f,0.19775830437977193f,0.09271673155070428f,-0.7869178516108505f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.158628826467413f,0.7822603725490594f,0.05390366363224475f,0.6807347315050085f,0.21373323121773513f,0.009776585047139116f,-0.7708583036187924f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.1559875782959641f,0.7997401996414367f,0.05502665662458318f,0.6807347315050085f,-0.1977583043797721f,0.09271673155070431f,-0.7869178516108505f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.158628826467413f,0.7822603725490594f,0.05390366363224475f,0.6807347315050085f,-0.2137332312177353f,0.009776585047139082f,-0.7708583036187924f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08000307070741972f,0.5180910064575774f,1.4719332415925517f,-0.523055520231942f,1.5331553425409639f,-0.3005602589862719f,0.02246055111087457f,0.3231465041505621f,0.2905863973338783f,1.44313945609767f,-0.5237502323996025f,0.12616548039218922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38302222155948895f,-0.90630778703665f,-0.17860619515673018f,-0.4519895163316822f,-0.8488732904966828f,0.4215887848958186f,-0.31886836332788127f,0.5396824366961961f,0.36429124951468184f,0.02948035967890286f,-0.9308183463599298f,0.024252066734592917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42221602280006176f,-0.90630778703665f,-0.01843434966653241f,-0.2984375f,-0.9062822985363451f,0.4215887848958186f,0.03025379000631641f,0.8757213361053455f,-0.019647530393838104f,0.02948035967890286f,-0.9993722444327867f,0.024087782339768223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3748669764629495f,0.90630778703665f,0.19514339628656863f,0.45885719685619575f,0.834156508560501f,0.4215887848958186f,-0.35559220418369963f,0.5839450816491778f,-0.4045462509821111f,0.02948035967890308f,-0.9140422524202703f,0.00695692360192432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42221602280006176f,0.90630778703665f,0.01843434966653265f,0.2984375f,0.9062822985363451f,0.4215887848958186f,0.03025379000631641f,0.8757213361053455f,0.019647530393837993f,0.02948035967890308f,-0.9993722444327867f,0.0240877823397683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.476289853398308e-18f,1.2223625860049279e-16f,-0.15625000000000003f,0f,0.9981347984218669f,-0.061048539534856866f,0.5168627272902742f,-1.2246467991473532e-16f,-0.061048539534856866f,-0.9981347984218669f,0.20574758536608873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,-0.15625000000000003f,0f,0.9975640502598242f,0.0697564737441253f,0.704341964674892f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0.21259214887898834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.476289853398308e-18f,1.2223625860049279e-16f,0.15624999999999997f,0f,0.9981347984218669f,-0.061048539534856866f,0.5168627272902742f,-1.2246467991473532e-16f,-0.061048539534856866f,-0.9981347984218669f,0.20574758536608875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,0.15624999999999997f,0f,0.9975640502598242f,0.0697564737441253f,0.704341964674892f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0.21259214887898836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,0.29375f,0f,0.9426414910921783f,0.33380685923377085f,1.3781925033267735f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.21681182919389042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,0.33125f,0f,0.9426414910921783f,0.33380685923377085f,1.2916567099934173f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.08671333199977733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,-0.29375f,0f,0.9426414910921783f,0.33380685923377085f,1.3781925033267735f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.21681182919389036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,-0.33125f,0f,0.9426414910921783f,0.33380685923377085f,1.2916567099934173f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.08671333199977728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.14661079867548577f,0.040244043349200606f,0.19290356018430427f,0.1293083436876158f,0.6714321015180765f,0.7296973929676497f,1.4453078527584569f,0.07996037497486859f,0.7264187544128767f,-0.6825848897178453f,0.2672036351545337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353392f,0.040244043349200606f,0.07771854821744618f,0.02268122179010871f,0.6833939397407055f,0.7296973929676497f,1.4548072118651232f,-0.03466099916947629f,0.7299838926068508f,-0.6825848897178453f,0.27056753464134287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684337f,0.05811883450603117f,0.11603373469365694f,0.20742582245792662f,0.9713447897583507f,1.5003600600296931f,0.18105329311439206f,0.9571486810540752f,-0.2260223604178982f,0.22270069228340814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497229f,0.07350640788684337f,0.08672216972040517f,0.046256535278765505f,0.23313007603762664f,0.9713447897583507f,1.5008372018817737f,-0.12358329437613647f,0.9662510346396858f,-0.2260223604178982f,0.23405354105660772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349316f,0.07350640788684337f,0.142394319797945f,0.08215661930089882f,0.2230237415934735f,0.9713447897583507f,1.5516054870511211f,0.02909318475078216f,0.9736875675452463f,-0.2260223604178982f,0.3320782188574437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086694f,0.040244043349200606f,0.12499999999999997f,0.08215661930089882f,0.6788166207461794f,0.7296973929676497f,1.398871747383231f,0.02909318475078216f,0.7302269886343107f,-0.6825848897178453f,0.16777714641472408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.146610798675486f,-0.04024404334920044f,-0.19290356018430435f,-0.1293083436876158f,0.6714321015180765f,0.7296973929676497f,1.4453078527584569f,-0.07996037497486883f,0.7264187544128766f,-0.6825848897178453f,0.2672036351545336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353198f,-0.04024404334920044f,-0.07771854821744628f,-0.02268122179010871f,0.6833939397407055f,0.7296973929676497f,1.4548072118651232f,0.034660999169476056f,0.7299838926068509f,-0.6825848897178453f,0.27056753464134287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882097f,-0.07350640788684332f,-0.05811883450603121f,-0.11603373469365694f,0.20742582245792662f,0.9713447897583507f,1.5003600600296931f,-0.1810532931143923f,0.9571486810540752f,-0.2260223604178982f,0.2227006922834081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497204f,-0.07350640788684332f,-0.08672216972040522f,-0.046256535278765505f,0.23313007603762664f,0.9713447897583507f,1.5008372018817737f,0.12358329437613622f,0.9662510346396858f,-0.2260223604178982f,0.2340535410566077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04682874644349341f,-0.07350640788684332f,-0.1423943197979451f,-0.08215661930089882f,0.2230237415934735f,0.9713447897583507f,1.5516054870511211f,-0.029093184750782403f,0.9736875675452463f,-0.2260223604178982f,0.33207821885744365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086714f,-0.04024404334920044f,-0.12500000000000003f,-0.08215661930089882f,0.6788166207461794f,0.7296973929676497f,1.398871747383231f,-0.029093184750782403f,0.7302269886343107f,-0.6825848897178453f,0.16777714641472402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,-3.2035140858956035e-18f,0f,0.9426414910921783f,0.33380685923377085f,0.905336518847434f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.02615867765404699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,0f,0f,0.9975640502598242f,0.0697564737441253f,0.53125f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,-0.6408563820557889f,-0.6408563820557884f,0.3702943813316773f,-0.90630778703665f,0.2988362387301199f,0.2988362387301197f,0.11602504293652133f,-5.175581015019657e-17f,0.7071067811865472f,-0.7071067811865479f,0.22967960838455737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,-0.6408563820557885f,0.6408563820557888f,0.15f,-0.90630778703665f,0.2988362387301198f,-0.29883623873011983f,0.21875f,-5.175581015019657e-17f,-0.7071067811865478f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,0.6408563820557887f,0.6408563820557887f,-0.3653211432709208f,0.90630778703665f,0.2988362387301199f,0.2988362387301197f,0.10668641047620508f,-5.175581015019657e-17f,0.7071067811865475f,-0.7071067811865477f,0.22677669529663688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,0.6408563820557888f,-0.6408563820557885f,-0.125f,0.90630778703665f,0.2988362387301198f,-0.29883623873011983f,0.21875f,-5.175581015019657e-17f,-0.7071067811865476f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3937500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3937500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3937500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3937500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3937500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3937500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.46250000000000013f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.46250000000000013f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.53125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06241322431906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03116322431906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02220767805628604f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10810113317979034f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.014398866820209716f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06492342960939976f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6973725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36.mcfunction new file mode 100644 index 000000000..4b219ae32 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..77a324061 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,-0.13739831482846124f,-0.20217622246963188f,0.02811281307740998f,-0.1544760160066635f,0.8002669984738955f,0.051520249191318236f,0.6758637314945877f,0.18944836322465303f,0.08740067894659358f,-0.7895662628529785f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,0.16776180266459365f,-0.1980501771131088f,0.02811281307740998f,0.16019431085589167f,0.7821704938362003f,0.05046881553435256f,0.6758637314945877f,0.20421968038662133f,0.008080602623597846f,-0.7734526656518973f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,0.13739831482846124f,0.20217622246963204f,-0.028112813077409884f,0.1544760160066635f,0.8002669984738955f,0.051520249191318236f,0.6758637314945877f,-0.18944836322465322f,0.08740067894659362f,-0.7895662628529785f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,-0.16776180266459365f,0.19805017711310896f,-0.028112813077409884f,-0.16019431085589167f,0.7821704938362003f,0.05046881553435256f,0.6758637314945877f,-0.2042196803866215f,0.008080602623597805f,-0.7734526656518973f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08022538434041893f,0.5198865067310898f,1.4712879248557627f,-0.522881899832829f,1.535239397837449f,-0.2899903743026928f,0.018756975755449917f,0.32066282094968557f,0.27930293416850904f,1.4446556174156968f,-0.5257054955335098f,0.12886327548042775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38250105744221324f,-0.90630778703665f,-0.17971960441843532f,-0.45195983869015144f,-0.8462248889767509f,0.42172142607164154f,-0.3256600621328729f,0.5364555681642449f,0.3709398581062358f,0.0275178841634153f,-0.9282490978822949f,0.025286818841039664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,-0.90630778703665f,-0.01966244656795493f,-0.2984375f,-0.9064345651884924f,0.42172142607164154f,0.022965579105474844f,0.8724963810892145f,-0.012521808170402618f,0.0275178841634153f,-0.9995428807066321f,0.02248428483909093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37429774214855027f,0.90630778703665f,0.19623301296985557f,0.4588525892599447f,0.8312143779909349f,0.42172142607164154f,-0.36226191714454936f,0.5805904071242944f,-0.4110764625269132f,0.027517884163415524f,-0.911185441064292f,0.00767787993055727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,0.90630778703665f,0.019662446567955173f,0.2984375f,0.9064345651884924f,0.42172142607164154f,0.022965579105474844f,0.8724963810892145f,0.01252180817040252f,0.027517884163415524f,-0.9995428807066321f,0.022484284839091005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.04512020587146e-18f,1.222001385739462e-16f,-0.15625000000000003f,0f,0.9978398560223788f,-0.06569339185365759f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365759f,-0.9978398560223788f,0.20581231811663486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573971e-18f,1.2220479835473152e-16f,-0.15625000000000003f,0f,0.997877906020048f,0.06511286107248064f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248064f,-0.997877906020048f,0.2117842426550997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.04512020587146e-18f,1.222001385739462e-16f,0.15624999999999997f,0f,0.9978398560223788f,-0.06569339185365759f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365759f,-0.9978398560223788f,0.20581231811663492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573971e-18f,1.2220479835473152e-16f,0.15624999999999997f,0f,0.997877906020048f,0.06511286107248064f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248064f,-0.997877906020048f,0.21178424265509976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.2112128427507091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.08182347580924089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,-0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.21121284275070903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,-0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.08182347580924083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.14661079867548577f,0.040244043349200606f,0.19290356018430427f,0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,0.07890453476342436f,0.7209259930234572f,-0.6885054734545757f,0.26105633751038065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353392f,0.040244043349200606f,0.0777185482174462f,0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,-0.034844583046303765f,0.7243935864262049f,-0.6885054734545757f,0.26434275523103945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684337f,0.0581188345060312f,0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,0.18010221849179628f,0.955427495485455f,-0.2339262528335036f,0.21610648266419902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497229f,0.07350640788684337f,0.0867221697204052f,0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,-0.12395594450226258f,0.9643201916675953f,-0.2339262528335036f,0.22745506865639015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349316f,0.07350640788684337f,0.14239431979794503f,0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,0.028423072178670464f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086694f,0.040244043349200606f,0.12499999999999999f,0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,0.028423072178670464f,0.724673955645583f,-0.6885054734545757f,0.16201135852707726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.146610798675486f,-0.04024404334920044f,-0.19290356018430435f,-0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,-0.07890453476342461f,0.7209259930234572f,-0.6885054734545757f,0.2610563375103806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353198f,-0.04024404334920044f,-0.07771854821744628f,-0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,0.03484458304630353f,0.7243935864262049f,-0.6885054734545757f,0.2643427552310394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882097f,-0.07350640788684332f,-0.05811883450603121f,-0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,-0.18010221849179653f,0.9554274954854549f,-0.2339262528335036f,0.2161064826641989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497204f,-0.07350640788684332f,-0.08672216972040522f,-0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,0.12395594450226233f,0.9643201916675954f,-0.2339262528335036f,0.22745506865639004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04682874644349341f,-0.07350640788684332f,-0.1423943197979451f,-0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,-0.028423072178670707f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086714f,-0.04024404334920044f,-0.12500000000000003f,-0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,-0.028423072178670707f,0.724673955645583f,-0.6885054734545757f,0.1620113585270772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611802e-17f,1.1576941434498548e-16f,-2.9902596335902393e-18f,0f,0.9453290077236036f,0.326118179739043f,0.9021208814241847f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.02441732290218024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573971e-18f,1.2220479835473152e-16f,0f,0f,0.997877906020048f,0.06511286107248064f,0.5279166666666667f,-1.2246467991473532e-16f,0.06511286107248064f,-0.997877906020048f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.6425840857081384f,-0.6425840857081379f,0.3708882794621724f,-0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.11397506156185186f,-1.06620371475484e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.642584085708138f,0.6425840857081383f,0.15f,-0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,-1.06620371475484e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,0.6425840857081381f,-0.3659690321405518f,0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.10475309746141415f,4.401930987031657e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,-0.6425840857081381f,-0.125f,0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,4.401930987031657e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3904166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3904166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30447916666666675f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5279166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0619965576524006f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03157989098573384f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02179101138961942f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10768446651312372f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013982200153543095f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06450676294273314f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6940391666666667f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37.mcfunction new file mode 100644 index 000000000..9decb6c7e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..76b42002c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,-0.13779749953567644f,-0.19295618668135697f,0.02783132575791203f,-0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,0.18110192505056077f,0.08207702129506474f,-0.7920921030806676f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,0.16824920271867852f,-0.18901830532051297f,0.02783132575791203f,0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,0.19467024791520404f,0.006391419210837079f,-0.7759269581198377f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,0.13779749953567644f,0.19295618668135714f,-0.02783132575791193f,0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,-0.18110192505056094f,0.08207702129506478f,-0.7920921030806676f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,-0.16824920271867852f,0.18901830532051314f,-0.02783132575791193f,-0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,-0.1946702479152042f,0.006391419210837045f,-0.7759269581198377f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0804425526721715f,0.5216818542971328f,1.4706404348503033f,-0.5227061779973713f,1.537240694239535f,-0.2794125502525069f,0.015030792904656932f,0.318204307371632f,0.26800427924482345f,1.4460922929254878f,-0.5276334301842209f,0.13155492959718051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38197665675818687f,-0.90630778703665f,-0.18083149296670775f,-0.45192884283367407f,-0.8435258623336219f,0.42184493206803114f,-0.33243190710706105f,0.5332413486791805f,0.37756847493687523f,0.025554812565315114f,-0.9256289744214977f,0.026321044512932306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,-0.90630778703665f,-0.02089037709383532f,-0.2984375f,-0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,-0.0053950869125168124f,0.025554812565315114f,-0.999658864109131f,0.02088030029183801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3737253406804833f,0.90630778703665f,0.1973209692100332f,0.4588467920522227f,0.8282225364940077f,0.42184493206803114f,-0.36890958693418413f,0.5772461347819065f,-0.4175844822029296f,0.025554812565315336f,-0.9082786751752254f,0.008399283197064828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,0.90630778703665f,0.020890377093835562f,0.2984375f,0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,0.005395086912516715f,0.025554812565315336f,-0.999658864109131f,0.020880300291838086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,-0.15625000000000003f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.2058725926339982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,-0.15625000000000003f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,0.15624999999999997f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.20587259263399824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0.15624999999999997f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,0.07784346014050106f,0.7153854064576424f,-0.6943803827447805f,0.25489281266060265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,-0.035025855384434174f,0.7187552250340868f,-0.6943803827447805f,0.2581015305989641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,0.1791391961513322f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,-0.12432037157225193f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,0.02775107406150449f,0.96992554564476f,-0.24181462692349215f,0.31802730492328113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,0.02775107406150449f,0.7190728488460991f,-0.6943803827447805f,0.1562359139329091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,-0.07784346014050131f,0.7153854064576424f,-0.6943803827447805f,0.2548928126606026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,0.035025855384433924f,0.7187552250340868f,-0.6943803827447805f,0.25810153059896407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,-0.17913919615133245f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,0.12432037157225168f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,-0.027751074061504732f,0.96992554564476f,-0.24181462692349215f,0.3180273049232811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,-0.027751074061504732f,0.7190728488460991f,-0.6943803827447805f,0.15623591393290903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-2.776940407344979e-18f,0f,0.9479538126107118f,0.31840786604105054f,0.898897138122421f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.02267543923095535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0f,0f,0.9981701461042338f,0.06046783794921427f,0.5245833333333333f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767004f,-0.6442900402766999f,0.3714747013451156f,-0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.11192851360861006f,-1.0597205171230401e-16f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767f,0.6442900402767003f,0.15f,-0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,-1.0597205171230401e-16f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,0.6442900402767001f,-0.36660876510376256f,0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.10282352999727157f,5.0502507502116464e-18f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,-0.6442900402767001f,-0.125f,0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,5.0502507502116464e-18f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3870833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3870833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30114583333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5245833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06157989098573387f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03199655765240057f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.021374344722952687f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10726779984645698f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013565533486876363f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0640900962760664f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6907058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38.mcfunction new file mode 100644 index 000000000..65335c4cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..3a254b2da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,-0.13817802866725137f,-0.18371002771415632f,0.027562993521476523f,-0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,0.17272076698413757f,0.07674615539118004f,-0.7944948135321769f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,0.1687138245239685f,-0.17996084347509192f,0.027562993521476523f,0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,0.1850866908952332f,0.0047087277204454075f,-0.7782806336641733f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,0.13817802866725137f,0.18371002771415648f,-0.027562993521476425f,0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,-0.1727207669841377f,0.07674615539118007f,-0.7944948135321769f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,-0.1687138245239685f,0.17996084347509209f,-0.027562993521476425f,-0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,-0.18508669089523336f,0.004708727720445373f,-0.7782806336641733f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0806545738650884f,0.5234770339642125f,1.4699907770549687f,-0.5225283562124555f,1.5391591202097499f,-0.26882738787772953f,0.011282207318827906f,0.3157709176421429f,0.256691044623277f,1.4474494396830815f,-0.5295338300537024f,0.1342402310604206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.381449023944673f,-0.90630778703665f,-0.1819418513932035f,-0.4518965290245244f,-0.8407763628154565f,0.4219593002096444f,-0.3391835147783558f,0.5300397752169319f,0.38417671697080774f,0.023591187407960554f,-0.9229581279853459f,0.02735462614192638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,-0.90630778703665f,-0.022118130853930097f,-0.2984375f,-0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,0.0017322213300208222f,0.023591187407960554f,-0.9997201884957342f,0.019275863442951836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3731497769021744f,0.90630778703665f,0.1984072558012629f,0.4588398052820831f,0.8251811528997913f,0.4219593002096444f,-0.37553483708646584f,0.5739122690433984f,-0.4240699339694205f,0.023591187407960776f,-0.9053221233239879f,0.009121032139156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,0.90630778703665f,0.02211813085393034f,0.2984375f,0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,-0.0017322213300209194f,0.023591187407960776f,-0.9997201884957342f,0.019275863442951912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,-0.15625000000000003f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.20592840761253356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,-0.15625000000000003f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,0.15624999999999997f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.2059284076125336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0.15624999999999997f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,0.07677722149623785f,0.7097973622698444f,-0.7002092278555666f,0.24871339166247516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,-0.03520480415852557f,0.7130691824711477f,-0.7002092278555666f,0.25184419695688237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,0.17816428997849387f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,-0.1246765514105454f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,0.027077234978656876f,0.9679479560695161f,-0.24968695938465968f,0.31097152690096447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,0.027077234978656876f,0.713424039805095f,-0.7002092278555666f,0.15045111794481836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,-0.07677722149623809f,0.7097973622698442f,-0.7002092278555666f,0.24871339166247508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,0.035204804158525324f,0.7130691824711478f,-0.7002092278555666f,0.2518441969568823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,-0.1781642899784941f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,0.12467655141054516f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,-0.02707723497865712f,0.9679479560695161f,-0.24968695938465968f,0.3109715269009644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,-0.02707723497865712f,0.713424039805095f,-0.7002092278555666f,0.1504511179448183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-2.5635610280049775e-18f,0f,0.9505157316277837f,0.31067642963073183f,0.8956652865682428f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.02093306437243643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0f,0f,0.998440764181981f,0.055821504993163816f,0.52125f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.6459741880212513f,-0.6459741880212508f,0.37205362713230505f,-0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10988535552389195f,-4.9810872803871815e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.645974188021251f,0.6459741880212512f,0.15f,-0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212511f,0.6459741880212511f,-0.3672403205079692f,0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10089766057151847f,-4.9810872803871815e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212512f,-0.645974188021251f,-0.125f,0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3837500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3837500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.52125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06116322431906725f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032413224319067194f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020957678056286067f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10685113317979036f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013148866820209743f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06367342960939978f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6873724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39.mcfunction new file mode 100644 index 000000000..83c035d9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..995b6964f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,-0.13853985070563293f,-0.17443899734994595f,0.02730785269599295f,-0.15041798659964067f,0.8016557760402977f,0.04082757025568322f,0.6611698897390198f,0.16430667465840765f,0.07140847955343517f,-0.7967738638754456f,-0.3530218329640395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,0.1691556051781086f,-0.17087901781219195f,0.02730785269599295f,0.16438754430312078f,0.781906124086021f,0.03999435453617948f,0.6611698897390198f,0.17547077468804048f,0.0030322192539388657f,-0.7805131727759468f,-0.3530218329640395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,0.13853985070563293f,0.1744389973499461f,-0.027307852695992854f,0.15041798659964067f,0.8016557760402977f,0.04082757025568322f,0.6611698897390198f,-0.16430667465840781f,0.07140847955343521f,-0.7967738638754456f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,-0.1691556051781086f,0.1708790178121921f,-0.027307852695992854f,-0.16438754430312078f,0.781906124086021f,0.03999435453617948f,0.6611698897390198f,-0.17547077468804065f,0.003032219253938831f,-0.7805131727759468f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08086144612513257f,0.5252720305422567f,1.4693389569668962f,-0.5223484359827357f,1.5409945687728663f,-0.2582354884592667f,0.007511425479321984f,0.3133626042886315f,0.24536384318615437f,1.44872701929322f,-0.5314064903881979f,0.1369189685345541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38091816346628327f,-0.9063077870366502f,-0.1830506703025257f,-0.4518628975361283f,-0.8379765455642413f,0.4220645280190788f,-0.34591450283596575f,0.526850843762711f,0.39076420233395864f,0.021627051226700847f,-0.9202367134762351f,0.028387446140121005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,-0.9063077870366502f,-0.023345697459491548f,-0.2984375f,-0.9065651284214452f,0.4220645280190788f,0.001096411528998649f,0.8627767224798975f,0.00885970447298827f,0.021627051226700847f,-0.9997268508407129f,0.017671009047172368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3725710556838073f,0.9063077870366502f,0.19949186355183376f,0.45883162900864527f,0.8220903988787742f,0.4220645280190788f,-0.3821372924216769f,0.5705888134598855f,-0.43053244307251837f,0.02162705122670107f,-0.9023159569226549f,0.009843025458067143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,0.9063077870366502f,0.02334569745949179f,0.2984375f,0.9065651284214452f,0.4220645280190788f,0.001096411528998649f,0.8627767224798975f,-0.008859704472988367f,0.02162705122670107f,-0.9997268508407129f,0.017671009047172444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047103e-18f,1.2207589957521108e-16f,-0.15625000000000003f,0f,0.9968253676097064f,-0.07961900834457569f,0.5073620368285365f,-1.2246467991473532e-16f,-0.07961900834457569f,-0.9968253676097064f,0.20597976184319672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582404e-18f,1.2230422110565092e-16f,-0.15625000000000003f,0f,0.998689754391257f,0.051173962851540016f,0.6949362030447194f,-1.2246467991473532e-16f,0.051173962851540016f,-0.998689754391257f,0.20933306891291514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047103e-18f,1.2207589957521108e-16f,0.15624999999999997f,0f,0.9968253676097064f,-0.07961900834457569f,0.5073620368285365f,-1.2246467991473532e-16f,-0.07961900834457569f,-0.9968253676097064f,0.20597976184319677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582404e-18f,1.2230422110565092e-16f,0.15624999999999997f,0f,0.998689754391257f,0.051173962851540016f,0.6949362030447194f,-1.2246467991473532e-16f,0.051173962851540016f,-0.998689754391257f,0.2093330689129152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.19433953812554886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.0671288719360591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,-0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.1943395381255488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,-0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.06712887193605901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,0.07570588956334756f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,-0.03538141749737792f,0.7073358359411386f,-0.7059916221098709f,0.2455710915632631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,0.17717756464713155f,0.9498841265393226f,-0.2575427279779799f,0.19624582487935094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,-0.1250244603886934f,0.9581443667684825f,-0.2575427279779799f,0.20757710681773606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,0.026401599631627224f,0.9659061542419902f,-0.2575427279779799f,0.3038960547064849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,0.026401599631627224f,0.707727903256304f,-0.7059916221098709f,0.14465727647381676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,-0.0757058895633478f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,0.03538141749737768f,0.7073358359411387f,-0.7059916221098709f,0.24557109156326307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,-0.1771775646471318f,0.9498841265393225f,-0.2575427279779799f,0.19624582487935088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,0.12502446038869314f,0.9581443667684826f,-0.2575427279779799f,0.207577106817736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,-0.026401599631627467f,0.9659061542419902f,-0.2575427279779799f,0.30389605470648484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,-0.026401599631627467f,0.707727903256304f,-0.7059916221098709f,0.1446572764738167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148325e-17f,1.167106273088075e-16f,-2.3501261177184014e-18f,0f,0.9530145948208575f,0.302924383400275f,0.8924253245633881f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.019190236069327505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582404e-18f,1.2230422110565092e-16f,0f,0f,0.998689754391257f,0.051173962851540016f,0.5179166666666667f,-1.2246467991473532e-16f,0.051173962851540016f,-0.998689754391257f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396471f,-0.6476364719396467f,0.37262503722925355f,-0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.1078455436400589f,6.18631432487909e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396468f,0.647636471939647f,0.15f,-0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,6.18631432487909e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.6476364719396469f,0.6476364719396469f,-0.3678636769773676f,0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.09897544154673091f,-1.601814616762404e-16f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.647636471939647f,-0.6476364719396468f,-0.125f,0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,-1.601814616762404e-16f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3804166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3804166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29447916666666674f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5179166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060746557652400626f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032829890985733814f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020541011389619446f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10643446651312374f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012732200153543122f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06325676294273316f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6840391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..23db9334a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6834445649581942f,-0.12050971662068871f,-0.430494342905398f,0.04002190216238054f,-0.1251808483510205f,0.8065621831238414f,-0.027048926135171496f,1.1682956511210378f,0.4291593250526754f,0.04335086387776437f,-0.6934604680627642f,-0.3220011193473632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6637102208921198f,0.14714101351334963f,-0.421708744070594f,0.04002190216238054f,0.18906706383654331f,0.7768858083909354f,-0.026496907234453713f,1.1682956511210378f,0.4046509459467035f,-0.121646877736451f,-0.6793082136125037f,-0.3220011193473632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6834445649581942f,0.12050971662068871f,0.4304943429053981f,-0.04002190216238044f,0.1251808483510205f,0.8065621831238414f,-0.027048926135171496f,1.1682956511210378f,-0.4291593250526755f,0.043350863877764385f,-0.6934604680627642f,-0.32200111934736325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6637102208921198f,-0.14714101351334963f,0.4217087440705941f,-0.04002190216238044f,-0.18906706383654331f,0.7768858083909354f,-0.026496907234453713f,1.1682956511210378f,-0.4046509459467036f,-0.121646877736451f,-0.6793082136125037f,-0.32200111934736325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4196648689487711f,-0.08353479505603169f,1.5027673092615363f,-0.6929361314831957f,1.2724517446428f,-0.8135219627511104f,-0.4005681261372094f,0.9653246139490057f,0.8038371758793602f,1.3313940829583581f,-0.15047205899357813f,-0.1454887932606252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7069177070915207f,-0.7057513565073025f,0.04671593077922709f,-0.533616380978555f,-0.7062503314575773f,0.707921285230459f,0.007610731483715799f,1.1575121514036681f,-0.03844248582661286f,-0.027612980747420624f,-0.9988792212163156f,-0.14974719973010692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6352293880149403f,-0.7057513565073025f,0.3136855868385842f,-0.2984375f,-0.6495777252159705f,0.707921285230459f,0.2773016999964123f,1.401245807603275f,-0.4177707547272903f,-0.027612980747420624f,-0.9081327655077933f,-0.002301271099318809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5938028740651501f,0.7765926874840468f,0.2104802710428538f,0.39162786249509035f,0.4210914671807858f,-0.07703615942909085f,-0.9037407849643331f,1.210003473864345f,-0.6856238932676577f,0.6252753216677606f,-0.372760847050462f,0.25448017484057917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2078938313633312f,0.8815420870698508f,0.4238675543204579f,0.2984375f,0.5824665273095332f,0.45969864661211035f,-0.6703804135466421f,1.401245807603275f,-0.7858198899525562f,0.10752070976107624f,-0.6090372710495038f,-0.002301271099318736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.292358086841764e-17f,9.838571634107223e-17f,-0.15625000000000003f,0f,0.8033803412508178f,-0.5954662268271136f,1.072475460030843f,-1.2246467991473532e-16f,-0.5954662268271136f,-0.8033803412508178f,0.2602641792561206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.301511361361205e-17f,1.1793048842304887e-16f,-0.15625000000000003f,0f,0.9629755167380234f,-0.26958886134841864f,1.2513484390357947f,-1.2246467991473532e-16f,-0.26958886134841864f,-0.9629755167380234f,0.2036976707736795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.094005793967826e-17f,1.0622573682929778e-16f,0.15624999999999997f,0f,0.8673989668144015f,-0.49761333620523973f,1.0642345125961867f,-1.2246467991473532e-16f,-0.49761333620523973f,-0.8673989668144015f,0.21725093725645095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.7731935430562326e-18f,1.223716243661867e-16f,0.15624999999999997f,0f,0.999240143781755f,-0.03897608311538897f,1.2513484390357947f,-1.2246467991473532e-16f,-0.03897608311538897f,-0.999240143781755f,0.20369767077367956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.6214731907704414e-17f,1.2138649140567433e-16f,0.29375f,0f,0.9911959226953302f,-0.1324033339163075f,1.9386974954241487f,-1.2246467991473532e-16f,-0.1324033339163075f,-0.9911959226953302f,-0.049218910971465614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.6214731907704414e-17f,1.2138649140567433e-16f,0.33125f,0f,0.9911959226953302f,-0.1324033339163075f,1.8023851925325787f,-1.2246467991473532e-16f,-0.1324033339163075f,-0.9911959226953302f,-0.12559311198461437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.6214731907704414e-17f,1.2138649140567433e-16f,-0.29375f,0f,0.9911959226953302f,-0.1324033339163075f,1.9386974954241487f,-1.2246467991473532e-16f,-0.1324033339163075f,-0.9911959226953302f,-0.0492189109714657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.6214731907704414e-17f,1.2138649140567433e-16f,-0.33125f,0f,0.9911959226953302f,-0.1324033339163075f,1.8023851925325787f,-1.2246467991473532e-16f,-0.1324033339163075f,-0.9911959226953302f,-0.12559311198461445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876971867076275f,0.15630795973784392f,0.004699903449051073f,0.19507753149039403f,0.15545503650739417f,0.9846819271942885f,-0.0789634971453688f,2.0405876676830608f,-0.016970533118396355f,-0.0772614003208231f,-0.9968664288790866f,-0.07899403711999689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999889474128623f,-0.00012633164906608596f,0.004699903449051073f,0.07989251952353595f,-0.0004970634702773924f,0.9968773841583928f,-0.0789634971453688f,2.050576328381453f,-0.00467525186727664f,-0.07896496054475426f,-0.9968664288790866f,-0.08032831619393582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703823856257582f,0.2413747499988494f,0.00981100047168619f,0.05744916702168429f,0.24114176728068704f,0.9702752848206675f,-0.020408815225768456f,2.044072689010861f,-0.014445543949933595f,-0.017438512814042444f,-0.999743579389648f,-0.08716473868868821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974773909100626f,-0.0703036193449436f,0.00981100047168619f,0.08654966511686589f,-0.07049210310835187f,0.997303536372173f,-0.020408815225768456f,2.0540936706537827f,-0.008349731888847974f,-0.021048929819811286f,-0.999743579389648f,-0.08708372927839884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08660177690810131f,0.00981100047168619f,0.14458150891974858f,0.08638841685096188f,0.9960524693484099f,-0.020408815225768456f,2.158214695071741f,-0.011539710909742103f,-0.019483596723771632f,-0.999743579389648f,-0.11989777977879723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08702892853221608f,0.004699903449051073f,0.125f,0.08638841685096188f,0.9931272866821039f,-0.0789634971453688f,1.9347610555682682f,-0.011539710909742103f,-0.0782569999806832f,-0.9968664288790866f,-0.10228995478314354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876971867076275f,-0.1563079597378439f,-0.004699903449050829f,-0.19507753149039403f,-0.15545503650739417f,0.9846819271942885f,-0.0789634971453688f,2.0405876676830608f,0.016970533118396112f,-0.07726140032082311f,-0.9968664288790866f,-0.07899403711999695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999889474128623f,0.00012633164906611372f,-0.004699903449050829f,-0.07989251952353593f,0.0004970634702773924f,0.9968773841583928f,-0.0789634971453688f,2.050576328381453f,0.004675251867276399f,-0.07896496054475424f,-0.9968664288790866f,-0.08032831619393585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703823856257582f,-0.2413747499988494f,-0.009811000471685944f,-0.0574491670216843f,-0.24114176728068704f,0.9702752848206675f,-0.020408815225768456f,2.044072689010861f,0.014445543949933356f,-0.017438512814042482f,-0.999743579389648f,-0.08716473868868821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974773909100626f,0.07030361934494361f,-0.009811000471685944f,-0.0865496651168659f,0.07049210310835187f,0.997303536372173f,-0.020408815225768456f,2.0540936706537827f,0.008349731888847734f,-0.021048929819811248f,-0.999743579389648f,-0.08708372927839886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0866017769081013f,-0.009811000471685944f,-0.14458150891974858f,-0.08638841685096188f,0.9960524693484099f,-0.020408815225768456f,2.158214695071741f,0.01153971090974186f,-0.019483596723771632f,-0.999743579389648f,-0.11989777977879726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08702892853221605f,-0.004699903449050829f,-0.12499999999999999f,-0.08638841685096188f,0.9931272866821039f,-0.0789634971453688f,1.9347610555682682f,0.01153971090974186f,-0.0782569999806832f,-0.9968664288790866f,-0.10228995478314357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.6214731907704414e-17f,1.2138649140567433e-16f,4.235286118845877e-19f,0f,0.9911959226953302f,-0.1324033339163075f,1.4309107493717959f,-1.2246467991473532e-16f,-0.1324033339163075f,-0.9911959226953302f,-0.003458373566806887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.7731935430562326e-18f,1.223716243661867e-16f,-1.3664189667614995e-18f,0f,0.999240143781755f,-0.03897608311538897f,1.0561956954536378f,-1.2246467991473532e-16f,-0.03897608311538897f,-0.999240143781755f,0.011157657601463977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9696985021510722f,-0.23291838073570362f,0.07371460399015062f,0.15247031296221808f,-0.22941274524456706f,0.7644136264612025f,-0.6025293353852446f,0.7738867432522745f,0.08399170938442839f,-0.6011828636911493f,-0.7946851937457945f,0.4007580210678098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9696985021510722f,-0.09410772386843606f,0.22545188230367275f,0.12765654614375274f,-0.22941274524456706f,0.033496422424715455f,-0.9727526828562829f,0.763684977266362f,0.08399170938442839f,-0.9949983547690153f,-0.05407094193404177f,0.0864140477011062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9594335806353362f,0.2768872732008374f,-0.05310971934272048f,-0.15304891957092084f,0.2647489384680349f,0.8200565291746567f,-0.5073611027050302f,0.7891217762878212f,-0.09692886014653435f,-0.5008400212617002f,-0.8600953837646574f,0.40608115627141195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9594335806353362f,0.1086030332327471f,-0.2601779881579234f,-0.125f,0.2647489384680349f,0.029783339974157552f,-0.9638573298160016f,0.7668986716004935f,-0.09692886014653435f,-0.9936389353445398f,-0.05732767427746405f,0.06774416703273536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9881511228942541f,0.15348406537104983f,9.417820082557243e-17f,-3.7919889430568555e-18f,0.11803283315731558f,0.7599113063680366f,-0.6392206635825233f,0.9471358198418197f,-0.09811018611582592f,-0.6316466164962806f,-0.7690233697678626f,0.030963939526865915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9881544150277951f,-0.15226952656175388f,0.01910087280035459f,-3.948396160516647e-18f,-0.11801653240047585f,0.6744435879746372f,-0.7288332763534231f,0.9136600012268716f,0.09809663674786936f,-0.7224540386215286f,-0.6844247306594052f,0.03224110137931748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.828195396051841e-17f,9.417820082557243e-17f,-3.7919889430568555e-18f,0f,0.7690233697678626f,-0.6392206635825233f,0.9471358198418197f,-1.2246467991473532e-16f,-0.6392206635825233f,-0.7690233697678626f,0.030963939526865915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9922773992216216f,0.12403855446583761f,1.1852247674334922e-16f,-3.9077303548636375e-18f,0.12004568743568798f,0.9603354620620281f,-0.25168399479149295f,0.9694768323527566f,-0.031218518896124304f,-0.24974033977741075f,-0.967809468214584f,0.03190903987651257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9922773992216216f,-0.12403855446583756f,1.1852247674334922e-16f,-3.9077303548636375e-18f,-0.12004568743568798f,0.9603354620620281f,-0.25168399479149295f,0.9694768323527566f,0.03121851889612406f,-0.2497403397774108f,-0.967809468214584f,0.03190903987651257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.0822399861802096e-17f,1.1852247674334922e-16f,-3.9077303548636375e-18f,0f,0.967809468214584f,-0.25168399479149295f,0.9694768323527566f,-1.2246467991473532e-16f,-0.25168399479149295f,-0.967809468214584f,0.03190903987651257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9826521290590927f,0.18545833293662545f,1.1499963656344457e-16f,-0.19375f,0.17415340406902105f,0.9227528932323094f,-0.34379890907705707f,0.9883719238246796f,-0.06376037254286158f,-0.3378347299727636f,-0.9390432951240456f,0.0323418815300818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9826521290590927f,-0.1848945505080323f,0.014449859793952573f,0.19375f,-0.17415340406902108f,0.8931609206651319f,-0.41464944428732375f,0.9888801845419677f,0.06376037254286135f,-0.4099726515135452f,-0.9098664956487567f,0.021158005690482436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.196588661937771e-17f,1.1089249052339189e-16f,-0.007812500000000009f,0f,0.9055059026047311f,-0.4243336662910349f,0.8468148581107889f,-1.2246467991473532e-16f,-0.4243336662910349f,-0.9055059026047311f,0.07681756874690493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.2103223355156987e-17f,1.1499963656344457e-16f,0f,0f,0.9390432951240456f,-0.34379890907705707f,1.0566323443650678f,-1.2246467991473532e-16f,-0.34379890907705707f,-0.9390432951240456f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03585592194697142f,-0.02134936950846314f,-0.9991288992331889f,-0.013944253658735806f,-0.01909006778175742f,0.9996039901649267f,-0.02067443248180837f,0.8769021912923377f,0.9991746204610187f,0.018332137571708606f,-0.03624928356024916f,0.5231636896658897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03585592194697142f,-0.02134936950846314f,-0.9991288992331889f,-0.01730574634126436f,-0.01909006778175742f,0.9996039901649267f,-0.02067443248180837f,0.875112497437798f,0.9991746204610187f,0.018332137571708606f,-0.03624928356024916f,0.6168363103341101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.03585592194697142f,-0.02134936950846314f,-0.9991288992331889f,0.13424433488497828f,-0.01909006778175742f,0.9996039901649267f,-0.02067443248180837f,0.8791085092373391f,0.9991746204610187f,0.018332137571708606f,-0.03624928356024916f,0.5754373925340373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.0025874646303093995f,-0.6252546504067553f,-0.7804165087768925f,0.5652069939238182f,-0.7782553679086471f,0.48880095028408155f,-0.39419819041030046f,1.4718304702517515f,0.6279425828434982f,0.6083833110351607f,-0.48534303281877994f,-0.43951333007168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5241234326814657f,-0.6252546504067553f,-0.57823113843767f,0.5387608810761819f,-0.3145863753865078f,0.48880095028408155f,-0.8137008316467167f,1.5267019684783842f,0.791410158979133f,0.6083833110351607f,0.05949543779583616f,-0.5107789199283196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.28209187037478756f,-0.6252546504067553f,-0.7276543127153036f,0.6611320844072957f,-0.5852959810840842f,0.48880095028408155f,-0.6469174951477186f,1.5963038436372257f,0.7601662918041511f,0.6083833110351607f,-0.2280722597305976f,-0.4409352860404103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2227548443650678f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4.mcfunction new file mode 100644 index 000000000..9bb0fe977 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40.mcfunction new file mode 100644 index 000000000..ce3a28e12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..381984533 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,-0.13888291666590896f,-0.1651443507378309f,0.027065937823444908f,-0.14922577556604566f,0.8020545341861851f,0.03721070467672171f,0.6562449239575779f,0.1558614417646703f,0.06606439354293815f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,0.16957448487107007f,-0.1617740578656303f,0.027065937823444908f,0.1656160088010711f,0.7818200817143977f,0.03645130254046209f,0.6562449239575779f,0.16582427248869394f,0.001361583197599145f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,0.13888291666590896f,0.16514435073783107f,-0.02706593782344481f,0.14922577556604566f,0.8020545341861851f,0.03721070467672171f,0.6562449239575779f,-0.15586144176467046f,0.06606439354293818f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,-0.16957448487107007f,0.16177405786563046f,-0.02706593782344481f,-0.1656160088010711f,0.7818200817143977f,0.03645130254046209f,0.6562449239575779f,-0.16582427248869408f,0.0013615831975991102f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08106316770183726f,0.527066828842742f,1.468684980101519f,-0.5221664188306238f,1.5427469375219665f,-0.2476374534824941f,0.0037186555768370126f,0.3109793181428301f,0.23402328860337246f,1.449924997910706f,-0.5332512079919758f,0.13959093104371278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38038407981494143f,-0.9063077870366502f,-0.18415794031230476f,-0.45182794865306186f,-0.8351265686069209f,0.4221606132169278f,-0.35262449015225467f,0.5236745493111727f,0.39733055033582587f,0.019662446567954933f,-0.9174648886822819f,0.029419386948021164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,-0.9063077870366502f,-0.024573066523355527f,-0.2984375f,-0.9064998940197717f,0.4221606132169278f,-0.006193447380119815f,0.8595218983424174f,0.01598695042132446f,0.019662446567954933f,-0.9996788512373304f,0.01606577186828435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37198918192228375f,0.9063077870366502f,0.200574783284241f,0.45882226330109344f,0.8189504489320483f,0.4221606132169278f,-0.3887165790679685f,0.5672757707119372f,-0.4369716360666751f,0.019662446567955155f,-0.8992603502146503f,0.010565161825628895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,0.9063077870366502f,0.02457306652335577f,0.2984375f,0.9064998940197717f,0.4221606132169278f,-0.006193447380119815f,0.8595218983424174f,-0.01598695042132456f,0.019662446567955155f,-0.9996788512373304f,0.016065771868284427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678332e-17f,1.2202919659284857e-16f,-0.15625000000000003f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.20602665421357066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.697707466230175e-18f,1.2233206430142443e-16f,-0.15625000000000003f,0f,0.9989171113385246f,0.04652531219774666f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774666f,-0.9989171113385246f,0.2085069183047824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678332e-17f,1.2202919659284857e-16f,0.15624999999999997f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.2060266542135707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.697707466230175e-18f,1.2233206430142443e-16f,0.15624999999999997f,0f,0.9989171113385246f,0.04652531219774666f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774666f,-0.9989171113385246f,0.20850691830478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.18869063906545286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.06222314920003469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.1886906390654528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.062223149200034605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,0.0746295354124244f,0.6984803869627041f,-0.7117271819121123f,0.2363081905928423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,-0.03555568368472055f,0.7015555657858864f,-0.7117271819121123f,0.2392825527025918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,0.17617908561516124f,0.9479101414103045f,-0.265381411563249f,0.18960080041891245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,-0.12536407542692282f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,0.02572421284107672f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,0.02572421284107672f,0.7019848170730975f,-0.7117271819121123f,0.13885469601072187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,-0.07462953541242463f,0.6984803869627041f,-0.7117271819121123f,0.23630819059284222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,0.0355556836847203f,0.7015555657858865f,-0.7117271819121123f,0.23928255270259174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,-0.17617908561516146f,0.9479101414103045f,-0.265381411563249f,0.18960080041891247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,0.1253640754269226f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,-0.02572421284107696f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,-0.02572421284107696f,0.7019848170730975f,-0.7117271819121123f,0.1388546960107218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-2.1366402998363157e-18f,0f,0.9554502364190022f,0.29515224160909387f,0.8891772500852799f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.017446992074154996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.697707466230175e-18f,1.2233206430142443e-16f,0f,0f,0.9989171113385246f,0.04652531219774666f,0.5145833333333333f,-1.2246467991473532e-16f,0.04652531219774666f,-0.9989171113385246f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697538f,-0.6492768357697533f,0.3731889122958527f,-0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.10580903417621584f,-1.0401693299994641e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697534f,0.6492768357697537f,0.15f,-0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,-1.0401693299994641e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,0.6492768357697535f,-0.36847881341365757f,0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.09705682516193243f,7.005369462569246e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,-0.6492768357697535f,-0.125f,0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,7.005369462569246e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3770833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3770833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2911458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5145833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060329890985733894f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.033246557652400546f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020124344722952714f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10601779984645701f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01231553348687639f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06284009627606643f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6807058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41.mcfunction new file mode 100644 index 000000000..6b9e6943f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..e68291e02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,-0.13920718010244018f,-0.15582734622417824f,0.02683728165523365f,-0.14811452154390956f,0.802421073634151f,0.03357012868726621f,0.6513064216047342f,0.14738686960228814f,0.06071429848221622f,-0.800959005863031f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,0.16997040689324777f,-0.15264719630123583f,0.02683728165523365f,0.16675912725382266f,0.78173522926419f,0.03288502402017914f,0.6513064216047342f,0.1561489648881081f,-0.00030349268223563847f,-0.7846129037025611f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,0.13920718010244018f,0.1558273462241784f,-0.026837281655233552f,0.14811452154390956f,0.802421073634151f,0.03357012868726621f,0.6513064216047342f,-0.1473868696022883f,0.060714298482216246f,-0.800959005863031f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,-0.16997040689324777f,0.152647196301236f,-0.026837281655233552f,-0.16675912725382266f,0.78173522926419f,0.03288502402017914f,0.6513064216047342f,-0.15614896488810825f,-0.00030349268223567316f,-0.7846129037025611f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08125973688831675f,0.5288614136788227f,1.4680288519925206f,-0.5219823062962736f,1.5444161286242524f,-0.23703388460282454f,-0.00009589250037936832f,0.30862100834353356f,0.22266999529824014f,1.4510433462415007f,-0.5350677812409842f,0.14225590798502447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3798467775098436f,-0.90630778703665f,-0.18526365205327672f,-0.4517916826710482f,-0.8322265928463658f,0.42224755372182754f,-0.35931309680453044f,0.5205108858666336f,0.4038753814912675f,0.01769741598828968f,-0.9146428142682915f,0.030450331042498766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,-0.90630778703665f,-0.025800227660029446f,-0.2984375f,-0.9063802847212489f,0.42224755372182754f,-0.013482686845001084f,0.8562596022685119f,0.02311354709271475f,0.01769741598828968f,-0.9995761928978352f,0.014460186678364214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3714041605411801f,0.90630778703665f,0.20165600583526289f,0.45881170823867634f,0.8157614803813352f,0.42224755372182754f,-0.3952723244827355f,0.5639731426093555f,-0.443387140836035f,0.017697415988289902f,-0.8961554802647715f,0.011287339891335171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,0.90630778703665f,0.02580022766002969f,0.2984375f,0.9063802847212489f,0.42224755372182754f,-0.013482686845001084f,0.8562596022685119f,-0.023113547092714848f,0.017697415988289902f,-0.9995761928978352f,0.014460186678364286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0886411611994217e-17f,1.2197985025746185e-16f,-0.15625000000000003f,0f,0.9960410654107696f,-0.0888942968664415f,0.5026131464183526f,-1.2246467991473532e-16f,-0.0888942968664415f,-0.9960410654107696f,0.20606908370788954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667275e-18f,1.2235725758356118e-16f,-0.15625000000000003f,0f,0.9991228300988584f,0.04187565372919965f,0.6902103998976961f,-1.2246467991473532e-16f,0.04187565372919965f,-0.9991228300988584f,0.20767625109399662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0886411611994217e-17f,1.2197985025746185e-16f,0.15624999999999997f,0f,0.9960410654107696f,-0.0888942968664415f,0.5026131464183526f,-1.2246467991473532e-16f,-0.0888942968664415f,-0.9960410654107696f,0.20606908370788957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667275e-18f,1.2235725758356118e-16f,0.15624999999999997f,0f,0.9991228300988584f,0.04187565372919965f,0.6902103998976961f,-1.2246467991473532e-16f,0.04187565372919965f,-0.9991228300988584f,0.20767625109399665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.29375f,0f,0.9578224948453148f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.1830300020216382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.33125f,0f,0.9578224948453148f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.05731407814867594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.29375f,0f,0.9578224948453148f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.18303000202163813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.33125f,0f,0.9578224948453148f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.057314078148675854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13306001319493937f,0.7061158927325968f,0.695482119769452f,1.4370227342701343f,0.0735482304472291f,0.6927522065949583f,-0.7174155267736386f,0.23008307771735745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020960961696047976f,0.7182376063433092f,0.695482119769452f,1.446675078162229f,-0.035727591159989316f,0.6957287554600623f,-0.7174155267736386f,0.23297891966461565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12473961804004795f,0.2539346772437381f,0.9591439972101903f,1.489835258252356f,0.17516891912022198f,0.9458732733083336f,-0.2732024901336582f,0.1829439775959818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04016429584772378f,0.28005289135217837f,0.9591439972101903f,1.4908664145116917f,-0.12569537399566855f,0.9537091130637566f,-0.2732024901336582f,0.19425996435732873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.0834797309586584f,0.2703218954038472f,0.9591439972101903f,1.546362572265996f,0.025045119543854702f,0.9616304598814465f,-0.2732024901336582f,0.28968759511227965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.0834797309586584f,0.7136776272239866f,0.695482119769452f,1.3857851061405992f,0.025045119543854702f,0.6961951622434162f,-0.7174155267736386f,0.13304368360751126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13306001319493937f,0.7061158927325968f,0.695482119769452f,1.4370227342701343f,-0.07354823044722933f,0.6927522065949583f,-0.7174155267736386f,0.2300830777173574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020960961696047976f,0.7182376063433092f,0.695482119769452f,1.446675078162229f,0.03572759115998908f,0.6957287554600623f,-0.7174155267736386f,0.23297891966461562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12473961804004795f,0.2539346772437381f,0.9591439972101903f,1.489835258252356f,-0.1751689191202222f,0.9458732733083335f,-0.2732024901336582f,0.18294397759598177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04016429584772378f,0.28005289135217837f,0.9591439972101903f,1.4908664145116917f,0.12569537399566832f,0.9537091130637567f,-0.2732024901336582f,0.19425996435732867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.0834797309586584f,0.2703218954038472f,0.9591439972101903f,1.546362572265996f,-0.025045119543854945f,0.9616304598814465f,-0.2732024901336582f,0.2896875951122796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.0834797309586584f,0.7136776272239866f,0.695482119769452f,1.3857851061405992f,-0.025045119543854945f,0.6961951622434162f,-0.7174155267736386f,0.1330436836075112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-1.9231081988125226e-18f,0f,0.9578224948453148f,0.287360519849712f,0.8859210612870718f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.015703370148449868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667275e-18f,1.2235725758356118e-16f,0f,0f,0.9991228300988584f,0.04187565372919965f,0.51125f,-1.2246467991473532e-16f,0.04187565372919965f,-0.9991228300988584f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913499f,-0.6508952239913495f,0.3737452332470264f,-0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.10377578323969326f,-4.7850762583162236e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913496f,0.6508952239913498f,0.15f,-0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913497f,0.6508952239913497f,-0.3690857089967562f,0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.09514176353421083f,-4.7850762583162236e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913498f,-0.6508952239913496f,-0.125f,0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3737500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3737500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2878125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.51125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.059913224319067274f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03366322431906717f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019707678056286093f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10560113317979039f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01189886682020977f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06242342960939981f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6773724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42.mcfunction new file mode 100644 index 000000000..d31f989ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..bfaa311e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,-0.13951259711514782f,-0.14648924518225673f,0.026621915147744174f,-0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,0.1388847666264905f,0.05535859677367259f,-0.8028641801742058f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,0.1703433176431375f,-0.14349966874996578f,0.026621915147744174f,0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,0.14644663943322633f,-0.0019633221434531105f,-0.7864791969053445f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,0.13951259711514782f,0.1464892451822569f,-0.026621915147744077f,0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,-0.13888476662649066f,0.05535859677367262f,-0.8028641801742058f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,-0.1703433176431375f,0.14349966874996595f,-0.026621915147744077f,-0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,-0.1464466394332265f,-0.0019633221434531486f,-0.7864791969053445f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08145115202128318f,0.5306557698654596f,1.467370578191788f,-0.5217960999375698f,1.5460020488265975f,-0.22642538361127285f,-0.0039320071784309605f,0.306287622339448f,0.2113045784131739f,1.4520820395435596f,-0.536856010096419f,0.14491368914186387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.379306261097421f,-0.9063077870366502f,-0.18636779616936325f,-0.45175409989695503f,-0.8292767820521747f,0.42232534765050395f,-0.36597994409676493f,0.5173598464433526f,0.4103983175422204f,0.015732002053498086f,-0.9117706537665617f,0.03148016094475191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,-0.9063077870366502f,-0.027027170485780103f,-0.2984375f,-0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,0.030239082441175527f,0.015732002053498086f,-0.9994188821532763f,0.012854288257026869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37081599649070673f,0.9063077870366502f,0.20273552205603843f,0.45879996391070665f,0.8125236733588501f,0.42232534765050395f,-0.40180415747391385f,0.5606809300910076f,-0.4497785866157313f,0.01573200205349831f,-0.893001526949055f,0.012009458289413754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,0.9063077870366502f,0.027027170485780346f,0.2984375f,0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,-0.030239082441175624f,0.01573200205349831f,-0.9994188821532763f,0.012854288257026942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,-0.15625000000000003f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.20610704940706068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,-0.15625000000000003f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,0.15624999999999997f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.2061070494070607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0.15624999999999997f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.17735792461287866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.052401906542967516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.1773579246128786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.05240190654296743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,0.07246204639995218f,0.6869780700586191f,-0.7230562793379682f,0.22384340304467698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,-0.035897128519093685f,0.6898557915057448f,-0.7230562793379682f,0.22666053272352277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,0.17414713217528233f,0.9437736573562624f,-0.2810054448502893f,0.17627572011484094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,-0.12601833411706798f,0.9513965101002052f,-0.2810054448502893f,0.18758293299251821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,0.024364364790017686f,0.9593968509917414f,-0.2810054448502893f,0.2825553944986519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,0.024364364790017686f,0.6903593228444973f,-0.7230562793379682f,0.12722454685864026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,-0.07246204639995243f,0.6869780700586191f,-0.7230562793379682f,0.2238434030446769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,0.035897128519093435f,0.6898557915057448f,-0.7230562793379682f,0.2266605327235227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,-0.17414713217528255f,0.9437736573562623f,-0.2810054448502893f,0.1762757201148409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,0.12601833411706775f,0.9513965101002053f,-0.2810054448502893f,0.18758293299251816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,-0.02436436479001793f,0.9593968509917414f,-0.2810054448502893f,0.28255539449865186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,-0.02436436479001793f,0.6903593228444973f,-0.7230562793379682f,0.1272245468586402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-1.7095344401033932e-18f,0f,0.9601312127276399f,0.2795497350135595f,0.8826567564976862f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.013959408061929673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0f,0f,0.9993069062160519f,0.037225088165145796f,0.5079166666666667f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280077f,-0.6524915818280073f,0.37429398125337754f,-0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.10174574682753247f,-4.7194123827111375e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280074f,0.6524915818280076f,0.15f,-0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280075f,0.6524915818280075f,-0.3696843431855028f,0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.09323020866033846f,-4.7194123827111375e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280076f,-0.6524915818280074f,-0.125f,0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3704166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3704166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2844791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5079166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05949655765240065f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03407989098573379f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019291011389619472f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10518446651312377f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011482200153543148f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06200676294273319f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6740391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43.mcfunction new file mode 100644 index 000000000..ee01be281 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..03fce7969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,-0.1397991263554574f,-0.13713131184146787f,0.026419867458154084f,-0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,0.13035694799430947f,0.04999769201771364f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,0.17069316663459325f,-0.1343327136406216f,0.026419867458154084f,0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,0.1367190901853898f,-0.003618220372046975f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,0.1397991263554574f,0.13713131184146804f,-0.026419867458153987f,0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,-0.13035694799430964f,0.04999769201771367f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,-0.17069316663459325f,0.13433271364062177f,-0.026419867458153987f,-0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,-0.13671909018538994f,-0.0036182203720470096f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08163741148106034f,0.5324498822195477f,1.466710164269363f,-0.521607801330114f,1.5475046094608396f,-0.21581255240001718f,-0.007789475209776232f,0.30397910589214205f,0.19992765377537416f,1.4530410576274089f,-0.5386156961182013f,0.14756406469707994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37876253515130126f,-0.9063077870366502f,-0.1874703633177505f,-0.4517152006487922f,-0.8262773028513136f,0.4223939933178122f,-0.3726246545812426f,0.5142214230658777f,0.4168989814793479f,0.013766247337677319f,-0.9088485735675224f,0.03250875922826177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,-0.9063077870366502f,-0.0282538846187215f,-0.2984375f,-0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,0.03736314448063631f,0.013766247337677319f,-0.9992069284531392f,0.01124811139067238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3702246947476661f,0.9063077870366502f,0.20381332281214493f,0.4587870304165598f,0.8092372107970052f,0.4223939933178122f,-0.40831170822120105f,0.5573991332247183f,-0.4561456040131053f,0.013766247337677541f,-0.8897986729444796f,0.012731415645897942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,0.9063077870366502f,0.028253884618721744f,0.2984375f,0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,-0.037363144480636414f,0.013766247337677541f,-0.9992069284531392f,0.011248111390672453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,-0.15625000000000003f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.20614055048868468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,-0.15625000000000003f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.20600143893638298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,0.15624999999999997f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.2061405504886847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0.15624999999999997f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.206001438936383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.17167470520168807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.047486882334383126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.171674705201688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.04748688233438304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,0.07137105532645542f,0.6811583604014627f,-0.7286490654058227f,0.21758950259088716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,-0.03606428451517309f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,0.17311379256419437f,0.9416114328395434f,-0.28878975807653423f,0.16959639242313318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,-0.12633293436641876f,0.9490207928830995f,-0.28878975807653423f,0.18089408131316945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,0.023681993739840798f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,0.023681993739840798f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,-0.07137105532645566f,0.6811583604014627f,-0.7286490654058227f,0.2175895025908871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,0.036064284515172844f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,-0.1731137925641946f,0.9416114328395433f,-0.28878975807653423f,0.1695963924231332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,0.12633293436641854f,0.9490207928830996f,-0.28878975807653423f,0.18089408131316947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,-0.02368199373984104f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,-0.02368199373984104f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-1.4959236500676774e-18f,0f,0.9623762369090084f,0.2717204052566833f,0.8793843342218509f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.012215143591680456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0f,0f,0.9994693357027138f,0.032573716244481216f,0.5045833333333333f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489456f,-0.6540658552489451f,0.374835137741825f,-0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09971888082797489f,-1.0204703895657604e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489452f,0.6540658552489454f,0.15f,-0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,-1.0204703895657604e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489453f,0.6540658552489453f,-0.37027469571835453f,0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09132211241839686f,8.97526350593962e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489454f,-0.6540658552489452f,-0.125f,0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,8.97526350593962e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3670833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3670833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2811458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5045833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0590798909857337f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03449655765240074f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01887434472295252f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10476779984645682f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011065533486876195f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061590096276066236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6707058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44.mcfunction new file mode 100644 index 000000000..1fd20f0a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..604acab70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,-0.1400667290318964f,-0.12775481311618844f,0.026231165940486273f,-0.1452703189097653f,0.8033266716765051f,0.02252193289768925f,0.6364095984817281f,0.12180523510876701f,0.04463198893056687f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,0.17101990650366167f,-0.1251475720321846f,0.026231165940486273f,0.1696726860788268f,0.781488601609957f,0.022062301614062942f,0.6364095984817281f,0.1269681172770074f,-0.005268503885621539f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,0.1400667290318964f,0.1277548131161886f,-0.026231165940486176f,0.1452703189097653f,0.8033266716765051f,0.02252193289768925f,0.6364095984817281f,-0.12180523510876717f,0.0446319889305669f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,-0.17101990650366167f,0.12514757203218477f,-0.026231165940486176f,-0.1696726860788268f,0.781488601609957f,0.022062301614062942f,0.6364095984817281f,-0.12696811727700757f,-0.005268503885621577f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08181851369159769f,0.5342437355600461f,1.466047615813397f,-0.5214174120672117f,1.5489237264488187f,-0.20519599292795473f,-0.011668081685340812f,0.30169540307909964f,0.18853983786246042f,1.4539203848564604f,-0.5403466424783622f,0.15020682524620277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3782156042722702f,-0.9063077870366503f,-0.18857134416896862f,-0.4516749852557096f,-0.8232283247185912f,0.4224534892367749f,-0.3792468520801404f,0.5110956067694514f,0.42337699756361735f,0.011800194422306358f,-0.9058767429102109f,0.033536008526746985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,-0.9063077870366503f,-0.029480359678902845f,-0.2984375f,-0.9056952868587455f,0.4224534892367749f,-0.03534256348270409f,0.8464278678498722f,0.04448532130851948f,0.011800194422306358f,-0.9989403443648042f,0.009641690871732335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3696302603154108f,0.9063077870366503f,0.20488939898367556f,0.45877290786567404f,0.8059022784179527f,0.4224534892367749f,-0.41479460829719905f,0.5541277512072134f,-0.462487825028848f,0.01180019442230658f,-0.8865471037185116f,0.013453110585699079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,0.9063077870366503f,0.029480359678903088f,0.2984375f,0.9056952868587455f,0.4224534892367749f,-0.03534256348270409f,0.8464278678498722f,-0.04448532130851958f,0.01180019442230658f,-0.9989403443648042f,0.009641690871732408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273835e-17f,1.2181596210854024e-16f,-0.15625000000000003f,0f,0.9947028171171742f,-0.10279253678724681f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724681f,-0.9947028171171742f,0.20616958622707307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.41941454897674e-18f,1.2241693277794874e-16f,-0.15625000000000003f,0f,0.9996101150403544f,0.027921638723568867f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568867f,-0.9996101150403544f,0.20515733026874003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273835e-17f,1.2181596210854024e-16f,0.15624999999999997f,0f,0.9947028171171742f,-0.10279253678724681f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724681f,-0.9947028171171742f,0.2061695862270731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.41941454897674e-18f,1.2241693277794874e-16f,0.15624999999999997f,0f,0.9996101150403544f,0.027921638723568867f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568867f,-0.9996101150403544f,0.20515733026874006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.0425692536501243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.04256925365012422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,0.07027532960149156f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,-0.03622904805934314f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,0.17206896883719713f,0.9393867431969898f,-0.29655491341243423f,0.16290635968937373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,-0.1266391538736003f,0.9465821190140462f,-0.29655491341243423f,0.17419377511960507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,0.02299805166082187f,0.9547388506553767f,-0.29655491341243423f,0.26823702773857727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,0.02299805166082187f,0.6785506419412964f,-0.7341935139599509f,0.1155631333017858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,-0.0702753296014918f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,0.03622904805934289f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,-0.17206896883719736f,0.9393867431969897f,-0.29655491341243423f,0.1629063596893737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,0.12663915387360009f,0.9465821190140463f,-0.29655491341243423f,0.17419377511960504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,-0.022998051660822114f,0.9547388506553767f,-0.29655491341243423f,0.2682370277385772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,-0.022998051660822114f,0.6785506419412964f,-0.7341935139599509f,0.11556313330178575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-1.2822804558662776e-18f,0f,0.9645574184577981f,0.26387304996537286f,0.8761037931401329f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.010470614521338325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.41941454897674e-18f,1.2241693277794874e-16f,0f,0f,0.9996101150403544f,0.027921638723568867f,0.50125f,-1.2246467991473532e-16f,0.027921638723568867f,-0.9996101150403544f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.6556179909708573f,-0.6556179909708569f,0.3753686843962321f,-0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.09769514102195581f,9.635074674628798e-18f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.655617990970857f,0.6556179909708572f,0.15f,-0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,9.635074674628798e-18f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.655617990970857f,0.6556179909708572f,-0.3708567466140714f,0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.08941742656940635f,-1.0138722778788686e-16f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.6556179909708573f,-0.6556179909708569f,-0.125f,0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,-1.0138722778788686e-16f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3637500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3637500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2778125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.50125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05866322431906708f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03491322431906736f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018457678056285898f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1043511331797902f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010648866820209574f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061173429609399615f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6673724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45.mcfunction new file mode 100644 index 000000000..9c5e2c7ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..d4d879160 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,-0.14031536891534607f,-0.11836101843425141f,0.026055836141905597f,-0.14448657723355082f,0.803563653625581f,0.018802340696965424f,0.6314168701205652f,0.11323145516143479f,0.03926189326181233f,-0.8078252197994109f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,0.17132349301499486f,-0.11594548744579732f,0.026055836141905597f,0.17047083003877284f,0.7814092721251419f,0.018418619458251843f,0.6314168701205652f,0.11719552646664613f,-0.0069144904365457185f,-0.7913389908239128f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,0.14031536891534607f,0.11836101843425162f,-0.0260558361419055f,0.14448657723355082f,0.803563653625581f,0.018802340696965424f,0.6314168701205652f,-0.113231455161435f,0.03926189326181236f,-0.8078252197994109f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,-0.17132349301499486f,0.11594548744579751f,-0.0260558361419055f,-0.17047083003877284f,0.7814092721251419f,0.018418619458251843f,0.6314168701205652f,-0.11719552646664633f,-0.00691449043654576f,-0.7913389908239128f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08199445712048273f,0.5360373147081047f,1.4653829384301023f,-0.5212249337598588f,1.550259320307151f,-0.19457630718626232f,-0.015567610046729238f,0.2994364562968739f,0.17714174776807157f,1.4547200101470668f,-0.5420486539743379f,0.15284176181062514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.377665473088232f,-0.90630778703665f,-0.18967072940697005f,-0.45163345405799293f,-0.8201300199669705f,0.4225038341186124f,-0.38584616170703134f,0.5079823876004801f,0.4298319913478037f,0.009833885895323745f,-0.9028553338725864f,0.034561791542114494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,-0.90630778703665f,-0.0307065852883962f,-0.2984375f,-0.9053582729724993f,0.4225038341186124f,-0.04262520047255659f,0.8431356702614494f,0.051605201129313896f,0.009833885895323745f,-0.9986191455728259f,0.008035061497916286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3690326982238006f,0.90630778703665f,0.2059637414653159f,0.4587575963775484f,0.8025190647229683f,0.4225038341186124f,-0.42125249068847564f,0.5508667823641218f,-0.46880488307806f,0.009833885895323967f,-0.8832470075184882f,0.014174441739679185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,0.90630778703665f,0.030706585288396444f,0.2984375f,0.9053582729724993f,0.4225038341186124f,-0.04262520047255659f,0.8431356702614494f,-0.051605201129314f,0.009833885895323967f,-0.9986191455728259f,0.008035061497916359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,-0.15625000000000003f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.849625294298748e-18f,1.22431521522444e-16f,-0.15625000000000003f,0f,0.9997292411794617f,0.023268956374056324f,0.6807121081130045f,-1.2246467991473532e-16f,0.023268956374056324f,-0.9997292411794617f,0.2043087775560279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,0.15624999999999997f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.849625294298748e-18f,1.22431521522444e-16f,0.15624999999999997f,0f,0.9997292411794617f,0.023268956374056324f,0.6807121081130045f,-1.2246467991473532e-16f,0.023268956374056324f,-0.9997292411794617f,0.20430877755602792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.03764926877834831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.037649268778348226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,0.06917494191390329f,0.669383769006462f,-0.7396892571897414f,0.20504037303470007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,-0.03639140822143118f,0.671963889063802f,-0.7396892571897414f,0.20762026555099106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,0.17101273030636918f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,-0.1269369723244582f,0.9440806502711049f,-0.3043003957289367f,0.1674823809602021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,0.022312583924678542f,0.9523147682136494f,-0.3043003957289367f,0.2610516555831891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,0.022312583924678542f,0.6725785838076415f,-0.7396892571897414f,0.10972147422647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,-0.06917494191390354f,0.6693837690064619f,-0.7396892571897414f,0.20504037303470002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,0.036391408221430936f,0.671963889063802f,-0.7396892571897414f,0.207620265550991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,-0.17101273030636943f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,0.12693697232445794f,0.9440806502711049f,-0.3043003957289367f,0.16748238096020202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,-0.022312583924678785f,0.9523147682136494f,-0.3043003957289367f,0.261051655583189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,-0.022312583924678785f,0.6725785838076415f,-0.7396892571897414f,0.10972147422646994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-1.0686094853620305e-18f,0f,0.966674612677614f,0.2560081897217058f,0.8728151321089648f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.008725858640271122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.849625294298748e-18f,1.22431521522444e-16f,0f,0f,0.9997292411794617f,0.023268956374056324f,0.4979166666666667f,-1.2246467991473532e-16f,0.023268956374056324f,-0.9997292411794617f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597157f,-0.6571479364597153f,0.37589460315802714f,-0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.09567448308459965f,-4.521471265320053e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597154f,0.6571479364597156f,0.15f,-0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597155f,0.6571479364597155f,-0.37143047617239333f,0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.08751610275895719f,-4.521471265320053e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597156f,-0.6571479364597154f,-0.125f,0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3604166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3604166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2744791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4979166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05824655765240046f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03532989098573398f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018041011389619277f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10393446651312357f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010232200153542953f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.060756762942732995f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6640391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46.mcfunction new file mode 100644 index 000000000..b702431eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..5520ffd02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,-0.14054501234394629f,-0.10895119956508528f,0.025893901799260183f,-0.14378550132309584f,0.8037681009887617f,0.015066980010276098f,0.6264105822784418f,0.10463744067348484f,0.03388781171164696f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,0.1716038850678388f,-0.10672770569641007f,0.025893901799260183f,0.17118196307036734f,0.7813314872420959f,0.01475949062231128f,0.6264105822784418f,0.10740312869265466f,-0.00855649891478275f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,0.14054501234394629f,0.10895119956508548f,-0.025893901799260086f,0.14378550132309584f,0.8037681009887617f,0.015066980010276098f,0.6264105822784418f,-0.10463744067348503f,0.033887811711646995f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,-0.1716038850678388f,0.10672770569641027f,-0.025893901799260086f,-0.17118196307036734f,0.7813314872420959f,0.01475949062231128f,0.6264105822784418f,-0.10740312869265485f,-0.008556498914782792f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08216524027895408f,0.537830604487194f,1.4647161377437066f,-0.5210303680367274f,1.5515113161517502f,-0.1839540971639549f,-0.019487842098544164f,0.29720220626434396f,0.1657340011674288f,1.4554399269683147f,-0.5437215370421711f,0.15546866585076075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3771121462541707f,-0.9063077870366502f,-0.19076850972920867f,-0.45159060740706236f,-0.81698256373772f,0.4225450268727717f,-0.3924222098883178f,0.5048817546170654f,0.4362635896979202f,0.00786736435020491f,-0.8997845213616791f,0.03558599105240691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,-0.9063077870366502f,-0.03193255107138439f,-0.2984375f,-0.9049669472722325f,0.4225450268727717f,-0.04990515614508369f,0.8398359946618401f,0.058722372278143545f,0.00786736435020491f,-0.9982433508780353f,0.006428258071457889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36843201352916044f,0.9063077870366502f,0.20703634116642142f,0.45874109608174246f,0.7990877609816762f,0.4225450268727717f,-0.42768498981654735f,0.5476162241500325f,-0.4750964130112331f,0.007867364350205132f,-0.8798985753608429f,0.014895307751723562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,0.9063077870366502f,0.03193255107138464f,0.2984375f,0.9049669472722325f,0.4225450268727717f,-0.04990515614508369f,0.8398359946618401f,-0.05872237227814364f,0.007867364350205132f,-0.9982433508780353f,0.006428258071457962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3721807834181057e-17f,1.2169350770020715e-16f,-0.15625000000000003f,0f,0.9937029009910036f,-0.11204706404928111f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928111f,-0.9937029009910036f,0.2062142592550358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518626e-18f,1.2244345819889555e-16f,-0.15625000000000003f,0f,0.9998267115395677f,0.01861576998069264f,0.6783276877508637f,-1.2246467991473532e-16f,0.01861576998069264f,-0.9998267115395677f,0.2034557991792934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3721807834181057e-17f,1.2169350770020715e-16f,0.15624999999999997f,0f,0.9937029009910036f,-0.11204706404928111f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928111f,-0.9937029009910036f,0.20621425925503584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518626e-18f,1.2244345819889555e-16f,0.15624999999999997f,0f,0.9998267115395677f,0.01861576998069264f,0.6783276877508637f,-1.2246467991473532e-16f,0.01861576998069264f,-0.9998267115395677f,0.20345579917929343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.29375f,0f,0.968727679116887f,0.24812634626901225f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.15456118935421978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.33125f,0f,0.968727679116887f,0.24812634626901225f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.0327271761533851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.29375f,0f,0.968727679116887f,0.24812634626901225f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.15456118935421972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.33125f,0f,0.968727679116887f,0.24812634626901225f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.03272717615338502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13594406622803867f,0.7337345220363171f,0.6656972750654189f,1.428891153848756f,0.06806996526180106f,0.6634296683777967f,-0.7451359305156233f,0.19874582053279735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019489001750226262f,0.7459673697831936f,0.6656972750654189f,1.4386533934567716f,-0.03655135423070145f,0.6659102368626856f,-0.7451359305156233f,0.20124628469579894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13176786228715437f,0.29223356145184476f,0.9472258315889852f,1.479740711232681f,0.16994514704103048f,0.9347505629990678f,-0.3120256912020686f,0.14949564323885497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03501354725114503f,0.31864914165810554f,0.9472258315889852f,1.4812317213643966f,-0.1272263699621518f,0.9415165525980547f,-0.3120256912020686f,0.16076026610876354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08443018039364736f,0.30924871642296553f,0.9472258315889852f,1.540567020097497f,0.02162563600433827f,0.949827510602467f,-0.3120256912020686f,0.2538493554868836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08443018039364736f,0.7414301603045106f,0.6656972750654189f,1.3737452340289824f,0.02162563600433827f,0.6665619077940353f,-0.7451359305156233f,0.10387292623322586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13594406622803867f,0.7337345220363171f,0.6656972750654189f,1.428891153848756f,-0.06806996526180131f,0.6634296683777967f,-0.7451359305156233f,0.19874582053279727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019489001750226262f,0.7459673697831936f,0.6656972750654189f,1.4386533934567716f,0.0365513542307012f,0.6659102368626856f,-0.7451359305156233f,0.20124628469579892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13176786228715437f,0.29223356145184476f,0.9472258315889852f,1.479740711232681f,-0.1699451470410307f,0.9347505629990678f,-0.3120256912020686f,0.14949564323885495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03501354725114503f,0.31864914165810554f,0.9472258315889852f,1.4812317213643966f,0.1272263699621516f,0.9415165525980547f,-0.3120256912020686f,0.16076026610876348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08443018039364736f,0.30924871642296553f,0.9472258315889852f,1.540567020097497f,-0.021625636004338512f,0.949827510602467f,-0.3120256912020686f,0.25384935548688353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08443018039364736f,0.7414301603045106f,0.6656972750654189f,1.3737452340289824f,-0.021625636004338512f,0.6665619077940353f,-0.7451359305156233f,0.1038729262332258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-8.549153670194485e-19f,0f,0.968727679116887f,0.24812634626901225f,0.8695183501606711f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.006980913742759739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518626e-18f,1.2244345819889555e-16f,0f,0f,0.9998267115395677f,0.01861576998069264f,0.49458333333333326f,-1.2246467991473532e-16f,0.01861576998069264f,-0.9998267115395677f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325505f,-0.65865563993255f,0.37641287622681413f,-0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.09365686258672172f,-1.0006296963100122e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325502f,0.6586556399325504f,0.15f,-0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,-1.0006296963100122e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325503f,0.6586556399325503f,-0.3719958649747064f,0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.08561809251884794f,1.0959332831514438e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325504f,-0.6586556399325502f,-0.125f,0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,1.0959332831514438e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35708333333333336f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35708333333333336f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2711458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49458333333333326f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057829890985733726f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.035746557652400715f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017624344722952545f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10351779984645684f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.009815533486876221f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06034009627606626f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6607058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47.mcfunction new file mode 100644 index 000000000..45b928d95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..6d7bd485c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,-0.1407556282276529f,-0.09952663044753697f,0.025745384835867843f,-0.14316735257998436f,0.8039399659230114f,0.011317455164048284f,0.6213907405804185f,0.09602502903535239f,0.028510151847904456f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,0.171861044701598f,-0.09749547472411786f,0.025745384835867843f,0.17180583066359192f,0.7812553016542266f,0.011086486691312606f,0.6213907405804185f,0.09759273962544009f,-0.010194849250421176f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,0.1407556282276529f,0.09952663044753718f,-0.025745384835867746f,0.14316735257998436f,0.8039399659230114f,0.011317455164048284f,0.6213907405804185f,-0.09602502903535258f,0.028510151847904494f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,-0.171861044701598f,0.09749547472411806f,-0.025745384835867746f,-0.17180583066359192f,0.7812553016542266f,0.011086486691312606f,0.6213907405804185f,-0.09759273962544027f,-0.010194849250421217f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08233086172191502f,0.5396235897232329f,1.4640472193964027f,-0.5208337165441527f,1.5526796437020844f,-0.17332996481345112f,-0.02342855802080879f,0.2949925920260734f,0.15431721628286812f,1.4560801333415614f,-0.5453650997696192f,0.1580873292791779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37655562845211044f,-0.90630778703665f,-0.1918646758467185f,-0.4515464456654684f,-0.813786133990401f,0.42257706660695f,-0.3989746243845872f,0.5017936958895985f,0.4426714208145735f,0.005900672385039626f,-0.8966644831035804f,0.03660848991974562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,-0.90630778703665f,-0.03315824665424884f,-0.2984375f,-0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,0.0658364232443281f,0.005900672385039626f,-0.9978129821964625f,0.00482131539836106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36782821131423693f,0.90630778703665f,0.20810718901109415f,0.45872340711787485f,0.7956085612211148f,0.42257706660695f,-0.4340917415587781f,0.5443760731486078f,-0.48136205113514785f,0.005900672385039848f,-0.8765020010201732f,0.015615607285812804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,0.90630778703665f,0.03315824665424909f,0.2984375f,0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,-0.0658364232443282f,0.005900672385039848f,-0.9978129821964625f,0.004821315398361133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,-0.15625000000000003f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.20622989557691898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7098739461452349e-18f,1.224527425487354e-16f,-0.15625000000000003f,0f,0.9999025240093042f,0.01396218033914526f,0.6759392871839155f,-1.2246467991473532e-16f,0.01396218033914526f,-0.9999025240093042f,0.20259841361545058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,0.15624999999999997f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.206229895576919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7098739461452349e-18f,1.224527425487354e-16f,0.15624999999999997f,0f,0.9999025240093042f,0.01396218033914526f,0.6759392871839155f,-1.2246467991473532e-16f,0.01396218033914526f,-0.9999025240093042f,0.2025984136154506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.02780322434094528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.027803224340945197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,0.06696047294772049f,0.6574315567948541f,-0.7505331726132509f,0.1924383954092663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,-0.03670887547656951f,0.659812409150005f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,0.1688662898630939f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,-0.12750732758846486f,0.938889996093386f,-0.3197302873470224f,0.15402779854184298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,0.02093725347092178f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,0.02093725347092178f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,-0.06696047294772073f,0.6574315567948541f,-0.7505331726132509f,0.19243839540926624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,0.036708875476569265f,0.6598124091500052f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,-0.16886628986309415f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,0.12750732758846461f,0.938889996093386f,-0.3197302873470224f,0.15402779854184295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,-0.020937253470922023f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,-0.020937253470922023f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-6.412027298044631e-19f,0f,0.9707164815781908f,0.2402280424772637f,0.8662134465034891f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.005235817627179473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7098739461452349e-18f,1.224527425487354e-16f,0f,0f,0.9999025240093042f,0.01396218033914526f,0.49124999999999996f,-1.2246467991473532e-16f,0.01396218033914526f,-0.9999025240093042f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592009f,-0.6601410503592003f,0.37692348606097514f,-0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.09164223499633115f,1.1623734998492626e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592005f,0.6601410503592008f,0.15f,-0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,1.1623734998492626e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,0.6601410503592006f,-0.37255289388470025f,0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.08372334726872488f,-9.939856746402302e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,-0.6601410503592006f,-0.125f,0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,-9.939856746402302e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2678125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057413224319067105f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.036163224319067336f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017207678056285924f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10310113317979022f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0093988668202096f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05992342960939964f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6573724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48.mcfunction new file mode 100644 index 000000000..c604c9429 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..2a23f1b0e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,-0.1409471880524466f,-0.09008858701740113f,0.025610305358548052f,-0.1426323654353636f,0.8040792057299554f,0.007555374738648648f,0.6163573540752502f,0.08739606204513166f,0.023129322022851485f,-0.8116473416738399f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,0.17209493710097443f,-0.08825004442520928f,0.025610305358548052f,0.1723422046459413f,0.7811807646004846f,0.007401183417451737f,0.6163573540752502f,0.08776617921851357f,-0.01182986231593302f,-0.7950831102111086f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,0.1409471880524466f,0.09008858701740134f,-0.025610305358547955f,0.1426323654353636f,0.8040792057299554f,0.007555374738648648f,0.6163573540752502f,-0.08739606204513187f,0.023129322022851517f,-0.8116473416738399f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,-0.17209493710097443f,0.08825004442520948f,-0.025610305358547955f,-0.1723422046459413f,0.7811807646004846f,0.007401183417451737f,0.6163573540752502f,-0.08776617921851375f,-0.011829862315933061f,-0.7950831102111086f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08249132004794484f,0.5414162552447171f,1.463376189048303f,-0.5206349809461187f,1.5537642372851797f,-0.16270451201614333f,-0.02738953638148904f,0.2928075509557685f,0.14289201184933945f,1.4566406318397052f,-0.5469791519091677f,0.16069754447370616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37599592439107615f,-0.9063077870366502f,-0.1929592184841925f,-0.45150096920688987f,-0.8105409114926954f,0.42259995262711414f,-0.4055030343118923f,0.4987181985014153f,0.4490551142542425f,0.003933852601609319f,-0.8934953996332706f,0.037629171098269104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,-0.9063077870366502f,-0.03438366166565722f,-0.2984375f,-0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,0.07294694269493449f,0.003933852601609319f,-0.9973280645580825f,0.00321426828764608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3672212966881567f,0.9063077870366502f,0.20917627593825985f,0.45870452963562247f,0.7920816622146457f,0.42259995262711414f,-0.4404723832691954f,0.5411463250727511f,-0.4876014352336884f,0.003933852601609541f,-0.8730574810181492f,0.01633523903309369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,0.9063077870366502f,0.03438366166565747f,0.2984375f,0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,-0.0729469426949346f,0.003933852601609541f,-0.9973280645580825f,0.0032142682876461527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.485397161185704e-17f,1.2156050902317216e-16f,-0.15625000000000003f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577661e-18f,1.224593743708492e-16f,-0.15625000000000003f,0f,0.9999566769464484f,0.00930828825381681f,0.6735468859433624f,-1.2246467991473532e-16f,0.00930828825381681f,-0.9999566769464484f,0.20173663943688033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.485397161185704e-17f,1.2156050902317216e-16f,0.15624999999999997f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577661e-18f,1.224593743708492e-16f,0.15624999999999997f,0f,0.9999566769464484f,0.00930828825381681f,0.6735468859433624f,-1.2246467991473532e-16f,0.00930828825381681f,-0.9999566769464484f,0.2017366394368804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.02287766202331933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.022877662023319246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,0.06584653857375966f,0.6513898321635877f,-0.7558806254374743f,0.1861184381239943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,-0.036863961509306216f,0.6536708104467361f,-0.7558806254374743f,0.18845955322917132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,0.16777623034236758f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,-0.12777982656507933f,0.9362011549990181f,-0.32741367305215396f,0.14728534691602202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,0.020247481990719945f,0.9446641340558731f,-0.32741367305215396f,0.2393955718865778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,0.020247481990719945f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,-0.0658465385737599f,0.6513898321635876f,-0.7558806254374743f,0.18611843812399428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,0.03686396150930597f,0.6536708104467363f,-0.7558806254374743f,0.1884595532291713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,-0.16777623034236783f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,0.12777982656507908f,0.9362011549990181f,-0.32741367305215396f,0.147285346916022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,-0.020247481990720188f,0.9446641340558731f,-0.32741367305215396f,0.23939557188657778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,-0.020247481990720188f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-4.274762030841623e-19f,0f,0.9726408881272778f,0.2323138023083866f,0.8629004205215849f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.0034906080951813035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577661e-18f,1.224593743708492e-16f,0f,0f,0.9999566769464484f,0.00930828825381681f,0.48791666666666667f,-1.2246467991473532e-16f,0.00930828825381681f,-0.9999566769464484f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640428f,-0.6616041174640424f,0.3774264153782646f,-0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.0896305556801379f,-4.322152863981077e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640425f,0.6616041174640427f,0.15f,-0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640426f,0.6616041174640426f,-0.37310154404901597f,0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.08183181831772621f,-4.322152863981077e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640427f,-0.6616041174640425f,-0.125f,0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35041666666666677f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35041666666666677f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2644791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48791666666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.056996557652400484f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03657989098573396f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016791011389619304f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1026844665131236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.00898220015354298f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05950676294273302f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6540391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49.mcfunction new file mode 100644 index 000000000..29798c013 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..5aecf9b16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,-0.1411196658841936f,-0.0806383470346783f,0.025488681654899745f,-0.14218074728437688f,0.804185782867472f,0.003782351111638654f,0.6113104352427111f,0.07875238544582512f,0.01774573128978116f,-0.8126669645383818f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,0.17230553060068132f,-0.07899266648295018f,0.025488681654899745f,0.17279088324610825f,0.7811079198512738f,0.0037051602726256203f,0.6113104352427111f,0.07792527125842247f,-0.013461859828185756f,-0.7960819244457619f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,0.1411196658841936f,0.08063834703467851f,-0.025488681654899648f,0.14218074728437688f,0.804185782867472f,0.003782351111638654f,0.6113104352427111f,-0.07875238544582532f,0.017745731289781196f,-0.8126669645383818f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,-0.17230553060068132f,0.07899266648295038f,-0.025488681654899648f,-0.17279088324610825f,0.7811079198512738f,0.0037051602726256203f,0.6113104352427111f,-0.07792527125842266f,-0.013461859828185797f,-0.7960819244457619f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08264661389931124f,0.5432085858828478f,1.4627030523773903f,-0.5204341629242448f,1.5547650358393554f,-0.15207834054797534f,-0.03137055414911994f,0.29064701875983945f,0.13145900707987657f,1.4571214295861998f,-0.548563504890949f,0.1632991042905182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3754330388070537f,-0.9063077870366502f,-0.19405212838006056f,-0.45145417841612967f,-0.8072470798100712f,0.422613684437515f,-0.4120070701629541f,0.49565524854951504f,0.45541430095047974f,0.001966947604464056f,-0.890277454284285f,0.03864791764206633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,-0.9063077870366502f,-0.03560878573665131f,-0.2984375f,-0.9034673344846736f,0.422613684437515f,-0.07172481610508144f,0.8298920933150971f,0.08005351949831926f,0.001966947604464056f,-0.9967886261053812f,0.001607151550595452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36661127478638167f,0.9063077870366502f,0.21024359290174421f,0.4586844637947186f,0.7885072634707045f,0.422613684437515f,-0.4468265537992229f,0.5379269747648315f,-0.4938142045885733f,0.0019669476044642783f,-0.8695652146122658f,0.017054101718948833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,0.9063077870366502f,0.03560878573665156f,0.2984375f,0.9034673344846736f,0.422613684437515f,-0.07172481610508144f,0.8298920933150971f,-0.08005351949831936f,0.0019669476044642783f,-0.9967886261053812f,0.0016071515505955254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981745e-17f,1.214900591494229e-16f,-0.15625000000000003f,0f,0.9920416175015444f,-0.12591040125787661f,0.48362340571035317f,-1.2246467991473532e-16f,-0.12591040125787661f,-0.9920416175015444f,0.20624776614295398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,-0.15625000000000003f,0f,0.9999891691779588f,0.004654194535661145f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0.2008704953110282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981745e-17f,1.214900591494229e-16f,0.15624999999999997f,0f,0.9920416175015444f,-0.12591040125787661f,0.48362340571035317f,-1.2246467991473532e-16f,-0.12591040125787661f,-0.9920416175015444f,0.20624776614295404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,0.15624999999999997f,0f,0.9999891691779588f,0.004654194535661145f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0.20087049531102827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.017950737984569143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.01795073798456906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,0.06472823603669638f,0.6453048952831765f,-0.7611779342460908f,0.17978628996316684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,-0.03701660204073089f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,0.16667504079180634f,0.9273316279683919f,-0.3350753386128884f,0.1293084489054376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,-0.1280438488148114f,0.9334502076887379f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,0.01955636732216432f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,0.01955636732216432f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,-0.06472823603669663f,0.6453048952831765f,-0.7611779342460908f,0.1797862899631668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,0.03701660204073065f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,-0.16667504079180656f,0.9273316279683917f,-0.3350753386128884f,0.12930844890543763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,0.12804384881481118f,0.933450207688738f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,-0.019556367322164564f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,-0.019556367322164564f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-2.1374041652649463e-19f,0f,0.9745007711018312f,0.22438415078150323f,0.8595792717750678f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.0017453229508729295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,0f,0f,0.9999891691779588f,0.004654194535661145f,0.48458333333333325f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.6630447917276914f,-0.6630447917276909f,0.37792164715639376f,-0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.08762177990506438f,-9.80653293899587e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.663044791727691f,0.6630447917276913f,0.15f,-0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,-9.80653293899587e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276912f,0.6630447917276912f,-0.37364179689788424f,0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.07994345686613084f,1.2956973072556954e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276913f,-0.663044791727691f,-0.125f,0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,1.2956973072556954e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34708333333333335f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34708333333333335f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2611458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48458333333333325f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05657989098573375f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03699655765240069f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016374344722952572f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10226779984645687f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008565533486876248f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05909009627606629f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6507058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..cc0fe9d70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6937031804972451f,-0.12231858732493851f,-0.41322936125992105f,0.03874636691101846f,-0.12669341414169558f,0.8063603802411858f,-0.026003085102644725f,1.1384077107017834f,0.4119091169488383f,0.0420183866487751f,-0.7039245549079153f,-0.32448212939471976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.673672620674884f,0.14934962437230362f,-0.40479610898931045f,0.03874636691101846f,0.18762250364515334f,0.7772701927000616f,-0.025472409896468304f,1.1384077107017834f,0.3885395684855769f,-0.1163861557053118f,-0.6895587476648967f,-0.32448212939471976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6937031804972451f,0.12231858732493851f,0.41322936125992127f,-0.03874636691101836f,0.12669341414169558f,0.8063603802411858f,-0.026003085102644725f,1.1384077107017834f,-0.4119091169488386f,0.04201838664877514f,-0.7039245549079153f,-0.3244821293947198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.673672620674884f,-0.14934962437230362f,0.4047961089893107f,-0.03874636691101836f,-0.18762250364515334f,0.7772701927000616f,-0.025472409896468304f,1.1384077107017834f,-0.38853956848557714f,-0.11638615570531184f,-0.6895587476648967f,-0.3244821293947198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41337470158653944f,-0.04131099759962146f,1.5062606041338147f,-0.687940500337394f,1.2943760909334598f,-0.7899056478644945f,-0.37688970892237045f,0.9254038121660033f,0.7714390068618878f,1.3474972055440773f,-0.17475522808444652f,-0.12904853575514103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6947924531036828f,-0.7187457601718705f,0.025845296383034816f,-0.5322205991977085f,-0.7191316834302393f,0.6947990999030175f,-0.01018983124233025f,1.1202470161797997f,-0.010633390661367648f,-0.025665989342256463f,-0.9996140195065922f,-0.14017071269309997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6320139600354477f,-0.7187457601718705f,0.28976350107505183f,-0.2984375f,-0.6682905230966201f,0.6947990999030175f,0.2657856044130361f,1.370776004323333f,-0.3923596960182807f,-0.025665989342256463f,-0.9194537105975077f,-0.002189842927037073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5519956114697313f,0.8065055050305402f,0.21177751361650934f,0.3960629867070028f,0.447457868118294f,-0.0721868462079817f,-0.8913868495179724f,1.1695047598459478f,-0.7036208504423308f,0.5868031438139868f,-0.40072405621927987f,0.24509956237824201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.22149257905411193f,0.8848917237627787f,0.4097653897538155f,0.2984375f,0.6129961552671215f,0.45314389009374245f,-0.6472220086635166f,1.370776004323333f,-0.7584040816422898f,0.10782973656115742f,-0.6428032333937551f,-0.002189842927037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.026559192060832e-17f,1.0030126828044158e-16f,-0.15625000000000003f,0f,0.8190220098584771f,-0.5737620999747027f,1.0407846543787245f,-1.2246467991473532e-16f,-0.5737620999747027f,-0.8190220098584771f,0.25748296109426294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.1312571586371316e-17f,1.1839392166520606e-16f,-0.15625000000000003f,0f,0.9667597363389715f,-0.25568655067054724f,1.2204540640005908f,-1.2246467991473532e-16f,-0.25568655067054724f,-0.9667597363389715f,0.20349948449141678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.874052843879823e-17f,1.0745765745329325e-16f,0.15624999999999997f,0f,0.8774583621017054f,-0.47965281483359673f,1.03331258079475f,-1.2246467991473532e-16f,-0.47965281483359673f,-0.8774583621017054f,0.21666678351278124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.520781346986558e-18f,1.2238120918928408e-16f,0.15624999999999997f,0f,0.9993184098018356f,-0.03691498112054925f,1.2204540640005908f,-1.2246467991473532e-16f,-0.03691498112054925f,-0.9993184098018356f,0.2034994844914168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.3963576935731156e-17f,1.2166600324568277e-16f,0.29375f,0f,0.993478310075945f,-0.11402125858209197f,1.908990498840743f,-1.2246467991473532e-16f,-0.11402125858209197f,-0.993478310075945f,-0.03963299698639511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.3963576935731156e-17f,1.2166600324568277e-16f,0.33125f,0f,0.993478310075945f,-0.11402125858209197f,1.7741162170891787f,-1.2246467991473532e-16f,-0.11402125858209197f,-0.993478310075945f,-0.11851893123325344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.3963576935731156e-17f,1.2166600324568277e-16f,-0.29375f,0f,0.993478310075945f,-0.11402125858209197f,1.908990498840743f,-1.2246467991473532e-16f,-0.11402125858209197f,-0.993478310075945f,-0.03963299698639518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.3963576935731156e-17f,1.2166600324568277e-16f,-0.33125f,0f,0.993478310075945f,-0.11402125858209197f,1.7741162170891787f,-1.2246467991473532e-16f,-0.11402125858209197f,-0.993478310075945f,-0.11851893123325352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877068034771849f,0.15617043352593696f,0.006787198037667481f,0.19499722487421384f,0.15582398350080948f,0.987106434635814f,-0.03660290789692257f,2.0107958104761283f,-0.01241597885070148f,-0.03509533292180097f,-0.9993068403029605f,-0.06485786757538846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999769319446395f,-0.00026366907929389893f,0.006787198037667481f,0.07981221290735577f,-0.0005119353511845587f,0.999329757915617f,-0.03660290789692257f,2.020807471665751f,-0.0067729979168829335f,-0.036605538145627815f,-0.9993068403029605f,-0.06600690344034962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704764336842254f,0.24078095392724924f,0.014142980217447415f,0.057356044679947635f,0.24118656237857478f,0.969286502895559f,0.04809072085655789f,2.0138921383285466f,-0.0021292701925996072f,0.05008200805061022f,-0.9987428391122838f,-0.07637807090778989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973833428515954f,-0.07089741541654375f,0.014142980217447415f,0.08644902780245017f,-0.07014395002001833f,0.9963769913256156f,0.04809072085655789f,2.0238954052463645f,-0.017501247891686382f,0.046972839430549904f,-0.9987428391122838f,-0.07548442164512303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08600057909377624f,0.014142980217447415f,0.1445504899614461f,0.08658734001835723f,0.9950828684667634f,0.04809072085655789f,2.130041354729545f,-0.009937607480745141f,0.04913232418167411f,-0.9987428391122838f,-0.1008399345476627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08689106649531617f,0.006787198037667481f,0.125f,0.08658734001835723f,0.9955716245866164f,-0.03660290789692257f,1.906037739197557f,-0.009937607480745141f,-0.035875937357395304f,-0.9993068403029605f,-0.09276784864224877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877068034771849f,-0.15617043352593696f,-0.006787198037667236f,-0.19499722487421384f,-0.15582398350080948f,0.987106434635814f,-0.03660290789692257f,2.0107958104761283f,0.01241597885070124f,-0.03509533292180102f,-0.9993068403029605f,-0.0648578675753885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999769319446395f,0.00026366907929389893f,-0.006787198037667236f,-0.07981221290735575f,0.0005119353511845587f,0.999329757915617f,-0.03660290789692257f,2.020807471665751f,0.006772997916882688f,-0.03660553814562782f,-0.9993068403029605f,-0.06600690344034962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704764336842254f,-0.2407809539272493f,-0.01414298021744717f,-0.057356044679947635f,-0.24118656237857478f,0.969286502895559f,0.04809072085655789f,2.0138921383285466f,0.0021292701925993704f,0.050082008050610166f,-0.9987428391122838f,-0.0763780709077899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973833428515954f,0.07089741541654372f,-0.01414298021744717f,-0.08644902780245017f,0.07014395002001833f,0.9963769913256156f,0.04809072085655789f,2.0238954052463645f,0.017501247891686143f,0.04697283943054992f,-0.9987428391122838f,-0.07548442164512303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08600057909377627f,-0.01414298021744717f,-0.1445504899614461f,-0.08658734001835723f,0.9950828684667634f,0.04809072085655789f,2.130041354729545f,0.009937607480744898f,0.04913232418167409f,-0.9987428391122838f,-0.10083993454766273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08689106649531617f,-0.006787198037667236f,-0.12499999999999999f,-0.08658734001835723f,0.9955716245866164f,-0.03660290789692257f,1.906037739197557f,0.009937607480744898f,-0.03587593735739533f,-0.9993068403029605f,-0.0927678486422488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.3963576935731156e-17f,1.2166600324568277e-16f,4.023891093618007e-19f,0f,0.993478310075945f,-0.11402125858209197f,1.4004432696143252f,-1.2246467991473532e-16f,-0.11402125858209197f,-0.993478310075945f,-0.0032857564290533457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.520781346986558e-18f,1.2238120918928408e-16f,-1.2929038957581586e-18f,0f,0.9993184098018356f,-0.03691498112054925f,1.0256988659386368f,-1.2246467991473532e-16f,-0.03691498112054925f,-0.9993184098018356f,0.010557361491152623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9558557080128157f,-0.2847818934531441f,0.07238189428690565f,0.16145303431157945f,-0.27774897004942384f,0.795290510265833f,-0.5388585286674f,0.7284261887545878f,0.0958925184558368f,-0.535174997026536f,-0.8392808513613568f,0.3975537130122374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9558557080128157f,-0.11874274205206364f,0.26877504844995526f,0.12883547164309667f,-0.27774897004942384f,0.06661174956393112f,-0.9583414759137352f,0.733057245286013f,0.0958925184558368f,-0.9906881628595292f,-0.09665189534720886f,0.08583583598038691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9443469100907124f,0.3258210798388695f,-0.045271816119491784f,-0.161256473073357f,0.3109412151098032f,0.8392367455122829f,-0.4460910733560929f,0.7420148819941859f,-0.10735210360380971f,-0.43534160025729796f,-0.893841829932596f,0.40331064849193593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9443469100907124f,0.1329330311920459f,-0.3008948697140225f,-0.125f,0.3109412151098032f,0.06221554262173867f,-0.9483906299633721f,0.7359937938546202f,-0.10735210360380971f,-0.9891703773740786f,-0.10008741368154f,0.06693258445994181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9865189878913588f,0.16364683476868416f,9.433946378617142e-17f,-3.645139744509309e-18f,0.12606373244212646f,0.7599552164537946f,-0.6376331267644634f,0.9151817218455379f,-0.10434664293866365f,-0.6290371868616809f,-0.7703401817720362f,0.029764824821713463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9865241259401981f,-0.1624741327625911f,0.019295209793415945f,-3.783456494596028e-18f,-0.12603986967209924f,0.6794600738871848f,-0.7228056165016025f,0.883477009222364f,0.10432689102512471f,-0.7154971447715675f,-0.6907819740213018f,0.030894266797824622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.808753677224186e-17f,9.433946378617142e-17f,-3.645139744509309e-18f,0f,0.7703401817720362f,-0.6376331267644634f,0.9151817218455379f,-1.2246467991473532e-16f,-0.6376331267644634f,-0.7703401817720362f,0.029764824821713463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9901012731294665f,0.14035479666691014f,1.1918982602783355e-16f,-3.803594988966417e-18f,0.13660153938709724f,0.96362476573981f,-0.22971140652995803f,0.9363324747095125f,-0.03224109775558231f,-0.22743755605767185f,-0.9732587886631326f,0.031058710083712526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9901012731294665f,-0.1403547966669101f,1.1918982602783355e-16f,-3.803594988966417e-18f,-0.13660153938709724f,0.96362476573981f,-0.22971140652995803f,0.9363324747095125f,0.03224109775558207f,-0.2274375560576719f,-0.9732587886631326f,0.031058710083712526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.813153387345495e-17f,1.1918982602783355e-16f,-3.803594988966417e-18f,0f,0.9732587886631326f,-0.22971140652995803f,0.9363324747095125f,-1.2246467991473532e-16f,-0.22971140652995803f,-0.9732587886631326f,0.031058710083712526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9777738480830441f,0.20966235237847594f,1.157597619698363e-16f,-0.19375f,0.19818337844239137f,0.9242409157744843f,-0.32634656136920226f,0.9580584563847672f,-0.06842258774729372f,-0.3190931331186342f,-0.9452501900991597f,0.0318543434627467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9777738480830441f,-0.2090904461387912f,0.015475378456033079f,0.19375f,-0.19818337844239134f,0.897631867328601f,-0.3936754745540147f,0.9587582098032014f,0.06842258774729347f,-0.38799254643568865f,-0.9191192160956674f,0.021260457259925654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.9902972795166324e-17f,1.1183600105879798e-16f,-0.007812500000000009f,0f,0.9132102507977204f,-0.4074886965769291f,0.815088487592422f,-1.2246467991473532e-16f,-0.4074886965769291f,-0.9132102507977204f,0.07291805980593112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.996592717935388e-17f,1.157597619698363e-16f,0f,0f,0.9452501900991597f,-0.32634656136920226f,1.026292826942703f,-1.2246467991473532e-16f,-0.32634656136920226f,-0.9452501900991597f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2026050439819329f,0.042053433099924535f,-0.9783571458918208f,-0.006127888563346978f,-0.15476362352923861f,0.9851465041771887f,0.07439479914324929f,0.7666723717956361f,0.9669536788208519f,0.16648685855638717f,-0.193087309119078f,0.5802990463052725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2026050439819329f,0.042053433099924535f,-0.9783571458918208f,-0.02512211143665319f,-0.15476362352923861f,0.9851465041771887f,0.07439479914324929f,0.7521632820897699f,0.9669536788208519f,0.16648685855638717f,-0.193087309119078f,0.6709509536947273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2026050439819329f,0.042053433099924535f,-0.9783571458918208f,0.13112857188377305f,-0.15476362352923861f,0.9851465041771887f,0.07439479914324929f,0.7482586070712156f,0.9669536788208519f,0.16648685855638717f,-0.193087309119078f,0.6545880963678616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.31786426269781f,-0.5377581741828539f,-0.780883126081682f,0.5774502360116867f,-0.7073209013959806f,0.4139665390157694f,-0.5729998665127964f,1.2769246649493884f,0.6313948471027887f,0.7344711367200405f,-0.2487824277902616f,-0.45774852272899974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7161491757018476f,-0.5377581741828539f,-0.4449117937761222f,0.5264865139883134f,-0.23543375860417726f,0.4139665390157694f,-0.8793194242622047f,1.3233904889360177f,0.6570398035515604f,0.7344711367200405f,0.16985536751630037f,-0.5212519772710003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5436130349159812f,-0.5377581741828539f,-0.6444385264468276f,0.6486341539670242f,-0.49563545585737867f,0.4139665390157694f,-0.7635294358912127f,1.414686992326385f,0.6773701817813385f,0.7344711367200405f,-0.04149441117412352f,-0.48327608832388147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.192415326942703f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5.mcfunction new file mode 100644 index 000000000..115642fb0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50.mcfunction new file mode 100644 index 000000000..f7ecc37dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..f9d63fdfd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8011992141221657f,-0.14127303837215638f,-0.07117718991058741f,0.025380530190825493f,-0.14181267842799308f,0.8042596649599698f,0f,0.60625f,0.07009584846156879f,0.012359789319426523f,-0.8135590034415922f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7780647248488151f,0.1724927966897299f,-0.06972459419812645f,0.025380530190825493f,0.17315169115048232f,0.7810368056959467f,0f,0.60625f,0.06807184291368852f,-0.015091164250233376f,-0.7969557584733965f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8011992141221657f,0.14127303837215638f,0.07117718991058761f,-0.025380530190825396f,0.14181267842799308f,0.8042596649599698f,0f,0.60625f,-0.070095848461569f,0.012359789319426558f,-0.8135590034415922f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7780647248488151f,-0.1724927966897299f,0.06972459419812664f,-0.025380530190825396f,-0.17315169115048232f,0.7810368056959467f,0f,0.60625f,-0.06807184291368872f,-0.015091164250233418f,-0.7969557584733965f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0827967419619815f,0.5450005664716597f,1.4620278150794705f,-0.52023126417777f,1.5556819829177098f,-0.1414520520450318f,-0.035371386705532096f,0.28851092948106155f,0.12001882163104158f,1.4575225382538066f,-0.550117971835566f,0.16589180207718268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3748669764629495f,-0.9063077870366502f,-0.19514339628656838f,-0.4514060736891123f,-0.8039048252952894f,0.4226182617406993f,-0.41848636382828563f,0.49260483114534076f,0.4617486132350338f,-1.0405179913976824e-16f,-0.8870108331782217f,0.039664612713104286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4210100716628342f,-0.9063077870366502f,-0.03683360850073474f,-0.2984375f,-0.9028590122851737f,0.4226182617406993f,-0.07898992833716564f,0.8265624999999999f,0.08715574274765814f,-1.0405179913976824e-16f,-0.9961946980917455f,-3.6548052912053824e-17f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3659981507706666f,0.9063077870366502f,0.21130913087034978f,0.4586632097649524f,0.784885567221396f,0.4226182617406993f,-0.453153893518325f,0.5347180161969642f,-0.5000000000000001f,1.179295869475827e-16f,-0.8660254037844386f,0.017772094110064276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4210100716628342f,0.9063077870366502f,0.03683360850073499f,0.2984375f,0.9028590122851737f,0.4226182617406993f,-0.07898992833716564f,0.8265624999999999f,-0.08715574274765825f,1.179295869475827e-16f,-0.9961946980917455f,3.6548052912053824e-17f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125282e-16f,-0.15625000000000003f,0f,0.9914448613738104f,-0.13052619222005157f,0.48124999999999996f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738104f,0.20624999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,-0.15625000000000003f,0f,1f,0f,0.66875f,-1.2246467991473532e-16f,0f,-1f,0.19999999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125282e-16f,0.15624999999999997f,0f,0.9914448613738104f,-0.13052619222005157f,0.48124999999999996f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738104f,0.20625000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0.15624999999999997f,0f,1f,0f,0.66875f,-1.2246467991473532e-16f,0f,-1f,0.20000000000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0.29375f,0f,0.9762960071199334f,0.21643961393810288f,1.34881616207182f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.13160540350546973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0.33125f,0f,0.9762960071199334f,0.21643961393810288f,1.2470703749885255f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.013022701095713102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,-0.29375f,0f,0.9762960071199334f,0.21643961393810288f,1.34881616207182f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.13160540350546965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,-0.33125f,0f,0.9762960071199334f,0.21643961393810288f,1.2470703749885255f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.013022701095713018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13808921729887313f,0.7549555250876948f,0.6410721669245575f,1.4215724601717228f,0.06360563952308601f,0.6391771498194372f,-0.7664247476233789f,0.1734422930183161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01828804619174526f,0.7672626826329696f,0.6410721669245575f,1.4314109687178418f,-0.03716678694489382f,0.6412579326438252f,-0.7664247476233789f,0.17562343785135764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13723368278395004f,0.32252678313281424f,0.9365593363324893f,1.470790772210848f,0.16556279426271506f,0.9247353911405694f,-0.34271477576553394f,0.12256189198171723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03085073113773496f,0.34914873895907805f,0.9365593363324893f,1.4726479217456854f,-0.1282993768228111f,0.930637336656368f,-0.34271477576553394f,0.1337719693774982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08508980364211077f,0.3400240209817451f,0.9365593363324893f,1.5349839909370393f,0.018863955312791628f,0.9392500911162781f,-0.34271477576553394f,0.22487888851520482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08508980364211077f,0.7627491082333688f,0.6410721669245575f,1.3633654415845315f,0.018863955312791628f,0.6420570515307786f,-0.7664247476233789f,0.08041605192077986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430432f,-0.13808921729887313f,0.7549555250876948f,0.6410721669245575f,1.4215724601717228f,-0.06360563952308625f,0.6391771498194371f,-0.7664247476233789f,0.17344229301831607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744625f,-0.01828804619174526f,0.7672626826329696f,0.6410721669245575f,1.4314109687178418f,0.03716678694489358f,0.6412579326438254f,-0.7664247476233789f,0.17562343785135764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13723368278395004f,0.32252678313281424f,0.9365593363324893f,1.470790772210848f,-0.1655627942627153f,0.9247353911405692f,-0.34271477576553394f,0.12256189198171721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03085073113773496f,0.34914873895907805f,0.9365593363324893f,1.4726479217456854f,0.12829937682281084f,0.9306373366563682f,-0.34271477576553394f,0.1337719693774982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08508980364211077f,0.3400240209817451f,0.9365593363324893f,1.5349839909370393f,-0.01886395531279187f,0.9392500911162781f,-0.34271477576553394f,0.2248788885152048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.125f,-0.08508980364211077f,0.7627491082333688f,0.6410721669245575f,1.3633654415845315f,-0.01886395531279187f,0.6420570515307786f,-0.7664247476233789f,0.08041605192077983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0f,0f,0.9762960071199334f,0.21643961393810288f,0.85625f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,-0.6644630243886749f,-0.6644630243886744f,0.37840916463360685f,-0.9396926207859084f,0.24184476264797536f,0.24184476264797522f,0.08561586283975844f,1.3625763854487903e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,-0.6644630243886746f,0.6644630243886748f,0.15f,-0.9396926207859084f,0.24184476264797528f,-0.2418447626479753f,0.16874999999999996f,1.3625763854487903e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,0.6644630243886747f,0.6644630243886747f,-0.374173634145753f,0.9396926207859084f,0.24184476264797536f,0.24184476264797522f,0.07805821400700921f,-9.739653860802775e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,0.6644630243886748f,-0.6644630243886746f,-0.125f,0.9396926207859084f,0.24184476264797528f,-0.2418447626479753f,0.16874999999999996f,-9.739653860802775e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4125000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4125000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2578125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05616322431906713f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03741322431906731f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01595767805628595f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10185113317979025f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008148866820209627f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05867342960939967f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6473724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51.mcfunction new file mode 100644 index 000000000..6cc45067b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..5aecf9b16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,-0.1411196658841936f,-0.0806383470346783f,0.025488681654899745f,-0.14218074728437688f,0.804185782867472f,0.003782351111638654f,0.6113104352427111f,0.07875238544582512f,0.01774573128978116f,-0.8126669645383818f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,0.17230553060068132f,-0.07899266648295018f,0.025488681654899745f,0.17279088324610825f,0.7811079198512738f,0.0037051602726256203f,0.6113104352427111f,0.07792527125842247f,-0.013461859828185756f,-0.7960819244457619f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,0.1411196658841936f,0.08063834703467851f,-0.025488681654899648f,0.14218074728437688f,0.804185782867472f,0.003782351111638654f,0.6113104352427111f,-0.07875238544582532f,0.017745731289781196f,-0.8126669645383818f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,-0.17230553060068132f,0.07899266648295038f,-0.025488681654899648f,-0.17279088324610825f,0.7811079198512738f,0.0037051602726256203f,0.6113104352427111f,-0.07792527125842266f,-0.013461859828185797f,-0.7960819244457619f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08264661389931124f,0.5432085858828478f,1.4627030523773903f,-0.5204341629242448f,1.5547650358393554f,-0.15207834054797534f,-0.03137055414911994f,0.29064701875983945f,0.13145900707987657f,1.4571214295861998f,-0.548563504890949f,0.1632991042905182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3754330388070537f,-0.9063077870366502f,-0.19405212838006056f,-0.45145417841612967f,-0.8072470798100712f,0.422613684437515f,-0.4120070701629541f,0.49565524854951504f,0.45541430095047974f,0.001966947604464056f,-0.890277454284285f,0.03864791764206633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,-0.9063077870366502f,-0.03560878573665131f,-0.2984375f,-0.9034673344846736f,0.422613684437515f,-0.07172481610508144f,0.8298920933150971f,0.08005351949831926f,0.001966947604464056f,-0.9967886261053812f,0.001607151550595452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36661127478638167f,0.9063077870366502f,0.21024359290174421f,0.4586844637947186f,0.7885072634707045f,0.422613684437515f,-0.4468265537992229f,0.5379269747648315f,-0.4938142045885733f,0.0019669476044642783f,-0.8695652146122658f,0.017054101718948833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,0.9063077870366502f,0.03560878573665156f,0.2984375f,0.9034673344846736f,0.422613684437515f,-0.07172481610508144f,0.8298920933150971f,-0.08005351949831936f,0.0019669476044642783f,-0.9967886261053812f,0.0016071515505955254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981745e-17f,1.214900591494229e-16f,-0.15625000000000003f,0f,0.9920416175015444f,-0.12591040125787661f,0.48362340571035317f,-1.2246467991473532e-16f,-0.12591040125787661f,-0.9920416175015444f,0.20624776614295398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,-0.15625000000000003f,0f,0.9999891691779588f,0.004654194535661145f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0.2008704953110282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981745e-17f,1.214900591494229e-16f,0.15624999999999997f,0f,0.9920416175015444f,-0.12591040125787661f,0.48362340571035317f,-1.2246467991473532e-16f,-0.12591040125787661f,-0.9920416175015444f,0.20624776614295404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,0.15624999999999997f,0f,0.9999891691779588f,0.004654194535661145f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0.20087049531102827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.017950737984569143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.01795073798456906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,0.06472823603669638f,0.6453048952831765f,-0.7611779342460908f,0.17978628996316684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,-0.03701660204073089f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,0.16667504079180634f,0.9273316279683919f,-0.3350753386128884f,0.1293084489054376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,-0.1280438488148114f,0.9334502076887379f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,0.01955636732216432f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,0.01955636732216432f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,-0.06472823603669663f,0.6453048952831765f,-0.7611779342460908f,0.1797862899631668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,0.03701660204073065f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,-0.16667504079180656f,0.9273316279683917f,-0.3350753386128884f,0.12930844890543763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,0.12804384881481118f,0.933450207688738f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,-0.019556367322164564f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,-0.019556367322164564f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-2.1374041652649463e-19f,0f,0.9745007711018312f,0.22438415078150323f,0.8595792717750678f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.0017453229508729295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,0f,0f,0.9999891691779588f,0.004654194535661145f,0.48458333333333325f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.6630447917276914f,-0.6630447917276909f,0.37792164715639376f,-0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.08762177990506438f,-9.80653293899587e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.663044791727691f,0.6630447917276913f,0.15f,-0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,-9.80653293899587e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276912f,0.6630447917276912f,-0.37364179689788424f,0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.07994345686613084f,1.2956973072556954e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276913f,-0.663044791727691f,-0.125f,0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,1.2956973072556954e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34708333333333335f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34708333333333335f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2611458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48458333333333325f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05657989098573375f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03699655765240069f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016374344722952572f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10226779984645687f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008565533486876248f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05909009627606629f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6507058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52.mcfunction new file mode 100644 index 000000000..46b87804f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..a2ea08b77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,-0.1409471880524466f,-0.09008858701740113f,0.025610305358548052f,-0.1426323654353636f,0.8040792057299554f,0.007555374738648649f,0.6163573540752502f,0.08739606204513166f,0.023129322022851485f,-0.8116473416738399f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,0.17209493710097443f,-0.08825004442520928f,0.025610305358548052f,0.1723422046459413f,0.7811807646004846f,0.0074011834174517385f,0.6163573540752502f,0.08776617921851357f,-0.011829862315933016f,-0.7950831102111086f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,0.1409471880524466f,0.09008858701740134f,-0.025610305358547955f,0.1426323654353636f,0.8040792057299554f,0.007555374738648649f,0.6163573540752502f,-0.08739606204513187f,0.02312932202285152f,-0.8116473416738399f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,-0.17209493710097443f,0.08825004442520948f,-0.025610305358547955f,-0.1723422046459413f,0.7811807646004846f,0.0074011834174517385f,0.6163573540752502f,-0.08776617921851375f,-0.011829862315933058f,-0.7950831102111086f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08249132004794484f,0.5414162552447171f,1.463376189048303f,-0.5206349809461187f,1.5537642372851797f,-0.16270451201614333f,-0.02738953638148904f,0.2928075509557685f,0.14289201184933945f,1.4566406318397052f,-0.5469791519091677f,0.16069754447370616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37599592439107615f,-0.9063077870366502f,-0.1929592184841925f,-0.45150096920688987f,-0.8105409114926954f,0.42259995262711414f,-0.4055030343118923f,0.4987181985014153f,0.4490551142542425f,0.0039338526016093195f,-0.8934953996332706f,0.037629171098269104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,-0.9063077870366502f,-0.03438366166565722f,-0.2984375f,-0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,0.07294694269493449f,0.0039338526016093195f,-0.9973280645580825f,0.0032142682876460803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3672212966881567f,0.9063077870366502f,0.20917627593825985f,0.45870452963562247f,0.7920816622146457f,0.42259995262711414f,-0.4404723832691954f,0.5411463250727511f,-0.4876014352336884f,0.0039338526016095415f,-0.8730574810181492f,0.01633523903309369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,0.9063077870366502f,0.03438366166565747f,0.2984375f,0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,-0.0729469426949346f,0.0039338526016095415f,-0.9973280645580825f,0.003214268287646153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4853971611857036e-17f,1.2156050902317216e-16f,-0.15625000000000003f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577663e-18f,1.224593743708492e-16f,-0.15625000000000003f,0f,0.9999566769464484f,0.009308288253816811f,0.6735468859433624f,-1.2246467991473532e-16f,0.009308288253816811f,-0.9999566769464484f,0.20173663943688033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4853971611857036e-17f,1.2156050902317216e-16f,0.15624999999999997f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577663e-18f,1.224593743708492e-16f,0.15624999999999997f,0f,0.9999566769464484f,0.009308288253816811f,0.6735468859433624f,-1.2246467991473532e-16f,0.009308288253816811f,-0.9999566769464484f,0.2017366394368804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.02287766202331933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.022877662023319246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,0.06584653857375966f,0.6513898321635877f,-0.7558806254374743f,0.1861184381239943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,-0.036863961509306216f,0.6536708104467361f,-0.7558806254374743f,0.18845955322917132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,0.16777623034236758f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,-0.12777982656507933f,0.9362011549990181f,-0.32741367305215396f,0.14728534691602202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,0.020247481990719945f,0.9446641340558731f,-0.32741367305215396f,0.2393955718865778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,0.020247481990719945f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,-0.0658465385737599f,0.6513898321635876f,-0.7558806254374743f,0.18611843812399428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,0.03686396150930597f,0.6536708104467363f,-0.7558806254374743f,0.1884595532291713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,-0.16777623034236783f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,0.12777982656507908f,0.9362011549990181f,-0.32741367305215396f,0.147285346916022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,-0.020247481990720188f,0.9446641340558731f,-0.32741367305215396f,0.23939557188657778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,-0.020247481990720188f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-4.2747620308416237e-19f,0f,0.9726408881272778f,0.2323138023083866f,0.8629004205215849f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.003490608095181304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577663e-18f,1.224593743708492e-16f,0f,0f,0.9999566769464484f,0.009308288253816811f,0.48791666666666667f,-1.2246467991473532e-16f,0.009308288253816811f,-0.9999566769464484f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640428f,-0.6616041174640424f,0.3774264153782646f,-0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.0896305556801379f,-4.322152863981077e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640425f,0.6616041174640427f,0.15f,-0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640426f,0.6616041174640426f,-0.37310154404901597f,0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.08183181831772621f,-4.322152863981077e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640427f,-0.6616041174640425f,-0.125f,0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35041666666666677f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35041666666666677f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2644791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48791666666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.056996557652400484f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03657989098573396f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016791011389619304f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1026844665131236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.00898220015354298f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05950676294273302f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6540391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53.mcfunction new file mode 100644 index 000000000..29df7625f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..450e53fa6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,-0.1407556282276529f,-0.09952663044753697f,0.025745384835867843f,-0.14316735257998436f,0.8039399659230114f,0.011317455164048286f,0.6213907405804185f,0.09602502903535239f,0.02851015184790446f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,0.171861044701598f,-0.09749547472411786f,0.025745384835867843f,0.17180583066359192f,0.7812553016542266f,0.011086486691312607f,0.6213907405804185f,0.09759273962544009f,-0.010194849250421174f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,0.1407556282276529f,0.09952663044753718f,-0.025745384835867746f,0.14316735257998436f,0.8039399659230114f,0.011317455164048286f,0.6213907405804185f,-0.09602502903535258f,0.028510151847904498f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,-0.171861044701598f,0.09749547472411806f,-0.025745384835867746f,-0.17180583066359192f,0.7812553016542266f,0.011086486691312607f,0.6213907405804185f,-0.09759273962544027f,-0.010194849250421216f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08233086172191502f,0.5396235897232329f,1.4640472193964027f,-0.5208337165441527f,1.5526796437020844f,-0.17332996481345112f,-0.02342855802080879f,0.2949925920260734f,0.15431721628286812f,1.4560801333415614f,-0.5453650997696192f,0.1580873292791779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37655562845211044f,-0.90630778703665f,-0.1918646758467185f,-0.4515464456654684f,-0.813786133990401f,0.42257706660695f,-0.3989746243845872f,0.5017936958895985f,0.4426714208145735f,0.005900672385039626f,-0.8966644831035804f,0.03660848991974562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,-0.90630778703665f,-0.03315824665424884f,-0.2984375f,-0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,0.0658364232443281f,0.005900672385039626f,-0.9978129821964625f,0.004821315398361061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36782821131423693f,0.90630778703665f,0.20810718901109415f,0.45872340711787485f,0.7956085612211148f,0.42257706660695f,-0.4340917415587781f,0.5443760731486078f,-0.48136205113514785f,0.005900672385039848f,-0.8765020010201732f,0.015615607285812806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,0.90630778703665f,0.03315824665424909f,0.2984375f,0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,-0.0658364232443282f,0.005900672385039848f,-0.9978129821964625f,0.004821315398361134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,-0.15625000000000003f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.20622989557691898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.709873946145235e-18f,1.224527425487354e-16f,-0.15625000000000003f,0f,0.9999025240093042f,0.013962180339145262f,0.6759392871839155f,-1.2246467991473532e-16f,0.013962180339145262f,-0.9999025240093042f,0.20259841361545058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,0.15624999999999997f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.206229895576919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.709873946145235e-18f,1.224527425487354e-16f,0.15624999999999997f,0f,0.9999025240093042f,0.013962180339145262f,0.6759392871839155f,-1.2246467991473532e-16f,0.013962180339145262f,-0.9999025240093042f,0.2025984136154506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.02780322434094528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.027803224340945197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,0.06696047294772049f,0.6574315567948541f,-0.7505331726132509f,0.1924383954092663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,-0.03670887547656951f,0.659812409150005f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,0.1688662898630939f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,-0.12750732758846486f,0.938889996093386f,-0.3197302873470224f,0.15402779854184298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,0.02093725347092178f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,0.02093725347092178f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,-0.06696047294772073f,0.6574315567948541f,-0.7505331726132509f,0.19243839540926624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,0.036708875476569265f,0.6598124091500052f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,-0.16886628986309415f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,0.12750732758846461f,0.938889996093386f,-0.3197302873470224f,0.15402779854184295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,-0.020937253470922023f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,-0.020937253470922023f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-6.412027298044632e-19f,0f,0.9707164815781908f,0.2402280424772637f,0.8662134465034891f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.0052358176271794735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.709873946145235e-18f,1.224527425487354e-16f,0f,0f,0.9999025240093042f,0.013962180339145262f,0.49124999999999996f,-1.2246467991473532e-16f,0.013962180339145262f,-0.9999025240093042f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592009f,-0.6601410503592003f,0.37692348606097514f,-0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.09164223499633115f,1.1623734998492626e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592005f,0.6601410503592008f,0.15f,-0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,1.1623734998492626e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,0.6601410503592006f,-0.37255289388470025f,0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.08372334726872488f,-9.939856746402302e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,-0.6601410503592006f,-0.125f,0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,-9.939856746402302e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2678125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057413224319067105f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.036163224319067336f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017207678056285924f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10310113317979022f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0093988668202096f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05992342960939964f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6573724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54.mcfunction new file mode 100644 index 000000000..b2eab2252 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..6ae31e7bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,-0.14054501234394629f,-0.10895119956508528f,0.025893901799260183f,-0.14378550132309584f,0.8037681009887617f,0.015066980010276095f,0.6264105822784418f,0.10463744067348484f,0.03388781171164696f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,0.1716038850678388f,-0.10672770569641007f,0.025893901799260183f,0.17118196307036734f,0.7813314872420959f,0.014759490622311277f,0.6264105822784418f,0.10740312869265466f,-0.008556498914782752f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,0.14054501234394629f,0.10895119956508548f,-0.025893901799260086f,0.14378550132309584f,0.8037681009887617f,0.015066980010276095f,0.6264105822784418f,-0.10463744067348503f,0.033887811711646995f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,-0.1716038850678388f,0.10672770569641027f,-0.025893901799260086f,-0.17118196307036734f,0.7813314872420959f,0.014759490622311277f,0.6264105822784418f,-0.10740312869265485f,-0.008556498914782794f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08216524027895408f,0.537830604487194f,1.4647161377437066f,-0.5210303680367274f,1.5515113161517502f,-0.1839540971639549f,-0.019487842098544164f,0.29720220626434396f,0.1657340011674288f,1.4554399269683147f,-0.5437215370421711f,0.15546866585076075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3771121462541707f,-0.9063077870366502f,-0.19076850972920867f,-0.45159060740706236f,-0.81698256373772f,0.4225450268727717f,-0.3924222098883178f,0.5048817546170654f,0.4362635896979202f,0.007867364350204908f,-0.8997845213616791f,0.035585991052406916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,-0.9063077870366502f,-0.0319325510713844f,-0.2984375f,-0.9049669472722325f,0.4225450268727717f,-0.04990515614508369f,0.8398359946618401f,0.05872237227814356f,0.007867364350204908f,-0.9982433508780353f,0.006428258071457887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3684320135291604f,0.9063077870366502f,0.20703634116642142f,0.45874109608174246f,0.7990877609816762f,0.4225450268727717f,-0.42768498981654735f,0.5476162241500325f,-0.4750964130112331f,0.00786736435020513f,-0.8798985753608429f,0.014895307751723567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,0.9063077870366502f,0.03193255107138465f,0.2984375f,0.9049669472722325f,0.4225450268727717f,-0.04990515614508369f,0.8398359946618401f,-0.05872237227814366f,0.00786736435020513f,-0.9982433508780353f,0.00642825807145796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3721807834181057e-17f,1.2169350770020715e-16f,-0.15625000000000003f,0f,0.9937029009910036f,-0.11204706404928111f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928111f,-0.9937029009910036f,0.2062142592550358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518622e-18f,1.2244345819889555e-16f,-0.15625000000000003f,0f,0.9998267115395677f,0.018615769980692635f,0.6783276877508637f,-1.2246467991473532e-16f,0.018615769980692635f,-0.9998267115395677f,0.2034557991792934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3721807834181057e-17f,1.2169350770020715e-16f,0.15624999999999997f,0f,0.9937029009910036f,-0.11204706404928111f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928111f,-0.9937029009910036f,0.20621425925503584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518622e-18f,1.2244345819889555e-16f,0.15624999999999997f,0f,0.9998267115395677f,0.018615769980692635f,0.6783276877508637f,-1.2246467991473532e-16f,0.018615769980692635f,-0.9998267115395677f,0.20345579917929343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.29375f,0f,0.968727679116887f,0.24812634626901225f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.15456118935421978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.33125f,0f,0.968727679116887f,0.24812634626901225f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.0327271761533851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.29375f,0f,0.968727679116887f,0.24812634626901225f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.15456118935421972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.33125f,0f,0.968727679116887f,0.24812634626901225f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.03272717615338502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13594406622803867f,0.7337345220363171f,0.6656972750654189f,1.428891153848756f,0.06806996526180106f,0.6634296683777967f,-0.7451359305156233f,0.19874582053279735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019489001750226262f,0.7459673697831936f,0.6656972750654189f,1.4386533934567716f,-0.03655135423070145f,0.6659102368626856f,-0.7451359305156233f,0.20124628469579894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13176786228715437f,0.29223356145184476f,0.9472258315889852f,1.479740711232681f,0.16994514704103048f,0.9347505629990678f,-0.3120256912020686f,0.14949564323885497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03501354725114503f,0.31864914165810554f,0.9472258315889852f,1.4812317213643966f,-0.1272263699621518f,0.9415165525980547f,-0.3120256912020686f,0.16076026610876354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08443018039364736f,0.30924871642296553f,0.9472258315889852f,1.540567020097497f,0.02162563600433827f,0.949827510602467f,-0.3120256912020686f,0.2538493554868836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08443018039364736f,0.7414301603045106f,0.6656972750654189f,1.3737452340289824f,0.02162563600433827f,0.6665619077940353f,-0.7451359305156233f,0.10387292623322586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13594406622803867f,0.7337345220363171f,0.6656972750654189f,1.428891153848756f,-0.06806996526180131f,0.6634296683777967f,-0.7451359305156233f,0.19874582053279727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019489001750226262f,0.7459673697831936f,0.6656972750654189f,1.4386533934567716f,0.0365513542307012f,0.6659102368626856f,-0.7451359305156233f,0.20124628469579892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13176786228715437f,0.29223356145184476f,0.9472258315889852f,1.479740711232681f,-0.1699451470410307f,0.9347505629990678f,-0.3120256912020686f,0.14949564323885495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03501354725114503f,0.31864914165810554f,0.9472258315889852f,1.4812317213643966f,0.1272263699621516f,0.9415165525980547f,-0.3120256912020686f,0.16076026610876348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08443018039364736f,0.30924871642296553f,0.9472258315889852f,1.540567020097497f,-0.021625636004338512f,0.949827510602467f,-0.3120256912020686f,0.25384935548688353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08443018039364736f,0.7414301603045106f,0.6656972750654189f,1.3737452340289824f,-0.021625636004338512f,0.6665619077940353f,-0.7451359305156233f,0.1038729262332258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-8.549153670194484e-19f,0f,0.968727679116887f,0.24812634626901225f,0.8695183501606711f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.006980913742759738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518622e-18f,1.2244345819889555e-16f,0f,0f,0.9998267115395677f,0.018615769980692635f,0.49458333333333326f,-1.2246467991473532e-16f,0.018615769980692635f,-0.9998267115395677f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325505f,-0.65865563993255f,0.37641287622681413f,-0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.09365686258672172f,-1.0006296963100122e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325502f,0.6586556399325504f,0.15f,-0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,-1.0006296963100122e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325503f,0.6586556399325503f,-0.3719958649747064f,0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.08561809251884794f,1.0959332831514438e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325504f,-0.6586556399325502f,-0.125f,0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,1.0959332831514438e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35708333333333336f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35708333333333336f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2711458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49458333333333326f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057829890985733726f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.035746557652400715f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017624344722952545f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10351779984645684f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.009815533486876221f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06034009627606626f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6607058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55.mcfunction new file mode 100644 index 000000000..f8ad09c3a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..52f987e18 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,-0.14031536891534607f,-0.11836101843425138f,0.026055836141905597f,-0.14448657723355082f,0.803563653625581f,0.01880234069696542f,0.6314168701205652f,0.11323145516143476f,0.03926189326181232f,-0.8078252197994109f,-0.36374889188011655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,0.17132349301499486f,-0.11594548744579729f,0.026055836141905597f,0.17047083003877284f,0.7814092721251419f,0.01841861945825184f,0.6314168701205652f,0.1171955264666461f,-0.006914490436545715f,-0.7913389908239128f,-0.36374889188011655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,0.14031536891534607f,0.11836101843425159f,-0.0260558361419055f,0.14448657723355082f,0.803563653625581f,0.01880234069696542f,0.6314168701205652f,-0.11323145516143496f,0.03926189326181235f,-0.8078252197994109f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,-0.17132349301499486f,0.11594548744579748f,-0.0260558361419055f,-0.17047083003877284f,0.7814092721251419f,0.01841861945825184f,0.6314168701205652f,-0.1171955264666463f,-0.006914490436545757f,-0.7913389908239128f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08199445712048273f,0.5360373147081047f,1.4653829384301023f,-0.5212249337598588f,1.550259320307151f,-0.19457630718626232f,-0.015567610046729238f,0.2994364562968739f,0.17714174776807157f,1.4547200101470668f,-0.5420486539743379f,0.15284176181062514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.377665473088232f,-0.90630778703665f,-0.18967072940697005f,-0.45163345405799293f,-0.8201300199669705f,0.4225038341186124f,-0.38584616170703134f,0.5079823876004801f,0.4298319913478037f,0.009833885895323736f,-0.9028553338725864f,0.0345617915421145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,-0.90630778703665f,-0.0307065852883962f,-0.2984375f,-0.9053582729724993f,0.4225038341186124f,-0.042625200472556614f,0.8431356702614494f,0.051605201129313924f,0.009833885895323736f,-0.9986191455728259f,0.008035061497916284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3690326982238006f,0.90630778703665f,0.2059637414653159f,0.4587575963775484f,0.8025190647229683f,0.4225038341186124f,-0.42125249068847564f,0.5508667823641218f,-0.46880488307806f,0.009833885895323958f,-0.8832470075184882f,0.014174441739679194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,0.90630778703665f,0.030706585288396444f,0.2984375f,0.9053582729724993f,0.4225038341186124f,-0.042625200472556614f,0.8431356702614494f,-0.051605201129314035f,0.009833885895323958f,-0.9986191455728259f,0.008035061497916357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,-0.15625000000000003f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8496252942987474e-18f,1.22431521522444e-16f,-0.15625000000000003f,0f,0.9997292411794617f,0.02326895637405632f,0.6807121081130045f,-1.2246467991473532e-16f,0.02326895637405632f,-0.9997292411794617f,0.2043087775560279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,0.15624999999999997f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8496252942987474e-18f,1.22431521522444e-16f,0.15624999999999997f,0f,0.9997292411794617f,0.02326895637405632f,0.6807121081130045f,-1.2246467991473532e-16f,0.02326895637405632f,-0.9997292411794617f,0.20430877755602792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.0376492687783483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.03764926877834822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,0.06917494191390329f,0.669383769006462f,-0.7396892571897414f,0.20504037303470007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,-0.03639140822143118f,0.671963889063802f,-0.7396892571897414f,0.20762026555099106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,0.17101273030636918f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,-0.1269369723244582f,0.9440806502711049f,-0.3043003957289367f,0.1674823809602021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,0.022312583924678542f,0.9523147682136494f,-0.3043003957289367f,0.2610516555831891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,0.022312583924678542f,0.6725785838076415f,-0.7396892571897414f,0.10972147422647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,-0.06917494191390354f,0.6693837690064619f,-0.7396892571897414f,0.20504037303470002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,0.036391408221430936f,0.671963889063802f,-0.7396892571897414f,0.207620265550991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,-0.17101273030636943f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,0.12693697232445794f,0.9440806502711049f,-0.3043003957289367f,0.16748238096020202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,-0.022312583924678785f,0.9523147682136494f,-0.3043003957289367f,0.261051655583189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,-0.022312583924678785f,0.6725785838076415f,-0.7396892571897414f,0.10972147422646994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-1.0686094853620303e-18f,0f,0.966674612677614f,0.2560081897217058f,0.8728151321089648f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.00872585864027112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8496252942987474e-18f,1.22431521522444e-16f,0f,0f,0.9997292411794617f,0.02326895637405632f,0.4979166666666667f,-1.2246467991473532e-16f,0.02326895637405632f,-0.9997292411794617f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597157f,-0.6571479364597153f,0.37589460315802714f,-0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.09567448308459965f,-4.521471265320053e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597154f,0.6571479364597156f,0.15f,-0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597155f,0.6571479364597155f,-0.37143047617239333f,0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.08751610275895719f,-4.521471265320053e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597156f,-0.6571479364597154f,-0.125f,0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3604166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3604166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2744791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4979166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05824655765240046f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03532989098573398f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018041011389619277f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10393446651312357f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010232200153542953f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.060756762942732995f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6640391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56.mcfunction new file mode 100644 index 000000000..d8909077a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..3c555b61f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,-0.1400667290318964f,-0.12775481311618841f,0.026231165940486273f,-0.1452703189097653f,0.8033266716765051f,0.022521932897689247f,0.6364095984817281f,0.12180523510876698f,0.044631988930566864f,-0.8062976588758298f,-0.36197380415917485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,0.17101990650366167f,-0.12514757203218457f,0.026231165940486273f,0.1696726860788268f,0.781488601609957f,0.02206230161406294f,0.6364095984817281f,0.12696811727700738f,-0.005268503885621535f,-0.7898426046130579f,-0.36197380415917485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,0.1400667290318964f,0.12775481311618858f,-0.026231165940486176f,0.1452703189097653f,0.8033266716765051f,0.022521932897689247f,0.6364095984817281f,-0.12180523510876715f,0.04463198893056689f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,-0.17101990650366167f,0.12514757203218474f,-0.026231165940486176f,-0.1696726860788268f,0.781488601609957f,0.02206230161406294f,0.6364095984817281f,-0.12696811727700755f,-0.00526850388562157f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08181851369159772f,0.5342437355600461f,1.466047615813397f,-0.5214174120672117f,1.5489237264488187f,-0.20519599292795473f,-0.011668081685340812f,0.30169540307909964f,0.18853983786246042f,1.4539203848564604f,-0.5403466424783622f,0.15020682524620277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3782156042722702f,-0.9063077870366503f,-0.18857134416896865f,-0.4516749852557096f,-0.8232283247185912f,0.4224534892367749f,-0.3792468520801404f,0.5110956067694514f,0.42337699756361735f,0.011800194422306363f,-0.9058767429102109f,0.03353600852674699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,-0.9063077870366503f,-0.029480359678902855f,-0.2984375f,-0.9056952868587455f,0.4224534892367749f,-0.03534256348270409f,0.8464278678498722f,0.04448532130851951f,0.011800194422306363f,-0.9989403443648042f,0.009641690871732334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3696302603154108f,0.9063077870366503f,0.20488939898367556f,0.45877290786567404f,0.8059022784179527f,0.4224534892367749f,-0.41479460829719905f,0.5541277512072134f,-0.462487825028848f,0.011800194422306585f,-0.8865471037185116f,0.013453110585699089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,0.9063077870366503f,0.029480359678903098f,0.2984375f,0.9056952868587455f,0.4224534892367749f,-0.03534256348270409f,0.8464278678498722f,-0.044485321308519614f,0.011800194422306585f,-0.9989403443648042f,0.009641690871732406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273835e-17f,1.2181596210854024e-16f,-0.15625000000000003f,0f,0.9947028171171742f,-0.10279253678724681f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724681f,-0.9947028171171742f,0.20616958622707307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4194145489767397e-18f,1.2241693277794874e-16f,-0.15625000000000003f,0f,0.9996101150403544f,0.027921638723568863f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568863f,-0.9996101150403544f,0.20515733026874003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273835e-17f,1.2181596210854024e-16f,0.15624999999999997f,0f,0.9947028171171742f,-0.10279253678724681f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724681f,-0.9947028171171742f,0.2061695862270731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4194145489767397e-18f,1.2241693277794874e-16f,0.15624999999999997f,0f,0.9996101150403544f,0.027921638723568863f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568863f,-0.9996101150403544f,0.20515733026874006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.0425692536501243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.04256925365012422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,0.07027532960149156f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,-0.03622904805934314f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,0.17206896883719713f,0.9393867431969898f,-0.29655491341243423f,0.16290635968937373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,-0.1266391538736003f,0.9465821190140462f,-0.29655491341243423f,0.17419377511960507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,0.02299805166082187f,0.9547388506553767f,-0.29655491341243423f,0.26823702773857727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,0.02299805166082187f,0.6785506419412964f,-0.7341935139599509f,0.1155631333017858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,-0.0702753296014918f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,0.03622904805934289f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,-0.17206896883719736f,0.9393867431969897f,-0.29655491341243423f,0.1629063596893737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,0.12663915387360009f,0.9465821190140463f,-0.29655491341243423f,0.17419377511960504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,-0.022998051660822114f,0.9547388506553767f,-0.29655491341243423f,0.2682370277385772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,-0.022998051660822114f,0.6785506419412964f,-0.7341935139599509f,0.11556313330178575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-1.2822804558662774e-18f,0f,0.9645574184577981f,0.26387304996537286f,0.8761037931401329f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.010470614521338323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4194145489767397e-18f,1.2241693277794874e-16f,0f,0f,0.9996101150403544f,0.027921638723568863f,0.50125f,-1.2246467991473532e-16f,0.027921638723568863f,-0.9996101150403544f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.6556179909708573f,-0.6556179909708569f,0.3753686843962321f,-0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.09769514102195581f,9.635074674628798e-18f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.655617990970857f,0.6556179909708572f,0.15f,-0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,9.635074674628798e-18f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.655617990970857f,0.6556179909708572f,-0.3708567466140714f,0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.08941742656940635f,-1.0138722778788686e-16f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.6556179909708573f,-0.6556179909708569f,-0.125f,0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,-1.0138722778788686e-16f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3637500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3637500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2778125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.50125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05866322431906708f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03491322431906736f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018457678056285898f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1043511331797902f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010648866820209574f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061173429609399615f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6673724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57.mcfunction new file mode 100644 index 000000000..ac43d2880 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..03fce7969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,-0.1397991263554574f,-0.13713131184146787f,0.026419867458154084f,-0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,0.13035694799430947f,0.04999769201771364f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,0.17069316663459325f,-0.1343327136406216f,0.026419867458154084f,0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,0.1367190901853898f,-0.003618220372046975f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,0.1397991263554574f,0.13713131184146804f,-0.026419867458153987f,0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,-0.13035694799430964f,0.04999769201771367f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,-0.17069316663459325f,0.13433271364062177f,-0.026419867458153987f,-0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,-0.13671909018538994f,-0.0036182203720470096f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08163741148106034f,0.5324498822195477f,1.466710164269363f,-0.521607801330114f,1.5475046094608396f,-0.21581255240001718f,-0.007789475209776232f,0.30397910589214205f,0.19992765377537416f,1.4530410576274089f,-0.5386156961182013f,0.14756406469707994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37876253515130126f,-0.9063077870366502f,-0.1874703633177505f,-0.4517152006487922f,-0.8262773028513136f,0.4223939933178122f,-0.3726246545812426f,0.5142214230658777f,0.4168989814793479f,0.013766247337677319f,-0.9088485735675224f,0.03250875922826177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,-0.9063077870366502f,-0.0282538846187215f,-0.2984375f,-0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,0.03736314448063631f,0.013766247337677319f,-0.9992069284531392f,0.01124811139067238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3702246947476661f,0.9063077870366502f,0.20381332281214493f,0.4587870304165598f,0.8092372107970052f,0.4223939933178122f,-0.40831170822120105f,0.5573991332247183f,-0.4561456040131053f,0.013766247337677541f,-0.8897986729444796f,0.012731415645897942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,0.9063077870366502f,0.028253884618721744f,0.2984375f,0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,-0.037363144480636414f,0.013766247337677541f,-0.9992069284531392f,0.011248111390672453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,-0.15625000000000003f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.20614055048868468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,-0.15625000000000003f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.20600143893638298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,0.15624999999999997f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.2061405504886847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0.15624999999999997f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.206001438936383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.17167470520168807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.047486882334383126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.171674705201688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.04748688233438304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,0.07137105532645542f,0.6811583604014627f,-0.7286490654058227f,0.21758950259088716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,-0.03606428451517309f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,0.17311379256419437f,0.9416114328395434f,-0.28878975807653423f,0.16959639242313318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,-0.12633293436641876f,0.9490207928830995f,-0.28878975807653423f,0.18089408131316945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,0.023681993739840798f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,0.023681993739840798f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,-0.07137105532645566f,0.6811583604014627f,-0.7286490654058227f,0.2175895025908871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,0.036064284515172844f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,-0.1731137925641946f,0.9416114328395433f,-0.28878975807653423f,0.1695963924231332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,0.12633293436641854f,0.9490207928830996f,-0.28878975807653423f,0.18089408131316947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,-0.02368199373984104f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,-0.02368199373984104f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-1.4959236500676774e-18f,0f,0.9623762369090084f,0.2717204052566833f,0.8793843342218509f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.012215143591680456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0f,0f,0.9994693357027138f,0.032573716244481216f,0.5045833333333333f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489456f,-0.6540658552489451f,0.374835137741825f,-0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09971888082797489f,-1.0204703895657604e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489452f,0.6540658552489454f,0.15f,-0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,-1.0204703895657604e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489453f,0.6540658552489453f,-0.37027469571835453f,0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09132211241839686f,8.97526350593962e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489454f,-0.6540658552489452f,-0.125f,0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,8.97526350593962e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3670833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3670833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2811458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5045833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0590798909857337f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03449655765240074f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01887434472295252f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10476779984645682f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011065533486876195f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061590096276066236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6707058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58.mcfunction new file mode 100644 index 000000000..1d973130e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..bfaa311e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,-0.13951259711514782f,-0.14648924518225673f,0.026621915147744174f,-0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,0.1388847666264905f,0.05535859677367259f,-0.8028641801742058f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,0.1703433176431375f,-0.14349966874996578f,0.026621915147744174f,0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,0.14644663943322633f,-0.0019633221434531105f,-0.7864791969053445f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,0.13951259711514782f,0.1464892451822569f,-0.026621915147744077f,0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,-0.13888476662649066f,0.05535859677367262f,-0.8028641801742058f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,-0.1703433176431375f,0.14349966874996595f,-0.026621915147744077f,-0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,-0.1464466394332265f,-0.0019633221434531486f,-0.7864791969053445f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08145115202128318f,0.5306557698654596f,1.467370578191788f,-0.5217960999375698f,1.5460020488265975f,-0.22642538361127285f,-0.0039320071784309605f,0.306287622339448f,0.2113045784131739f,1.4520820395435596f,-0.536856010096419f,0.14491368914186387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.379306261097421f,-0.9063077870366502f,-0.18636779616936325f,-0.45175409989695503f,-0.8292767820521747f,0.42232534765050395f,-0.36597994409676493f,0.5173598464433526f,0.4103983175422204f,0.015732002053498086f,-0.9117706537665617f,0.03148016094475191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,-0.9063077870366502f,-0.027027170485780103f,-0.2984375f,-0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,0.030239082441175527f,0.015732002053498086f,-0.9994188821532763f,0.012854288257026869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37081599649070673f,0.9063077870366502f,0.20273552205603843f,0.45879996391070665f,0.8125236733588501f,0.42232534765050395f,-0.40180415747391385f,0.5606809300910076f,-0.4497785866157313f,0.01573200205349831f,-0.893001526949055f,0.012009458289413754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,0.9063077870366502f,0.027027170485780346f,0.2984375f,0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,-0.030239082441175624f,0.01573200205349831f,-0.9994188821532763f,0.012854288257026942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,-0.15625000000000003f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.20610704940706068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,-0.15625000000000003f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,0.15624999999999997f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.2061070494070607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0.15624999999999997f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.17735792461287866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.052401906542967516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.1773579246128786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.05240190654296743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,0.07246204639995218f,0.6869780700586191f,-0.7230562793379682f,0.22384340304467698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,-0.035897128519093685f,0.6898557915057448f,-0.7230562793379682f,0.22666053272352277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,0.17414713217528233f,0.9437736573562624f,-0.2810054448502893f,0.17627572011484094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,-0.12601833411706798f,0.9513965101002052f,-0.2810054448502893f,0.18758293299251821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,0.024364364790017686f,0.9593968509917414f,-0.2810054448502893f,0.2825553944986519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,0.024364364790017686f,0.6903593228444973f,-0.7230562793379682f,0.12722454685864026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,-0.07246204639995243f,0.6869780700586191f,-0.7230562793379682f,0.2238434030446769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,0.035897128519093435f,0.6898557915057448f,-0.7230562793379682f,0.2266605327235227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,-0.17414713217528255f,0.9437736573562623f,-0.2810054448502893f,0.1762757201148409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,0.12601833411706775f,0.9513965101002053f,-0.2810054448502893f,0.18758293299251816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,-0.02436436479001793f,0.9593968509917414f,-0.2810054448502893f,0.28255539449865186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,-0.02436436479001793f,0.6903593228444973f,-0.7230562793379682f,0.1272245468586402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-1.7095344401033932e-18f,0f,0.9601312127276399f,0.2795497350135595f,0.8826567564976862f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.013959408061929673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0f,0f,0.9993069062160519f,0.037225088165145796f,0.5079166666666667f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280077f,-0.6524915818280073f,0.37429398125337754f,-0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.10174574682753247f,-4.7194123827111375e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280074f,0.6524915818280076f,0.15f,-0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280075f,0.6524915818280075f,-0.3696843431855028f,0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.09323020866033846f,-4.7194123827111375e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280076f,-0.6524915818280074f,-0.125f,0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3704166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3704166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2844791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5079166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05949655765240065f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03407989098573379f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019291011389619472f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10518446651312377f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011482200153543148f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06200676294273319f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6740391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59.mcfunction new file mode 100644 index 000000000..45eaade36 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..f468b7098 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,-0.13920718010244018f,-0.15582734622417824f,0.02683728165523365f,-0.14811452154390956f,0.802421073634151f,0.0335701286872662f,0.6513064216047342f,0.14738686960228814f,0.06071429848221621f,-0.800959005863031f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,0.16997040689324777f,-0.15264719630123583f,0.02683728165523365f,0.16675912725382266f,0.78173522926419f,0.032885024020179135f,0.6513064216047342f,0.1561489648881081f,-0.0003034926822356454f,-0.7846129037025611f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,0.13920718010244018f,0.1558273462241784f,-0.026837281655233552f,0.14811452154390956f,0.802421073634151f,0.0335701286872662f,0.6513064216047342f,-0.1473868696022883f,0.060714298482216246f,-0.800959005863031f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,-0.16997040689324777f,0.152647196301236f,-0.026837281655233552f,-0.16675912725382266f,0.78173522926419f,0.032885024020179135f,0.6513064216047342f,-0.15614896488810825f,-0.0003034926822356801f,-0.7846129037025611f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08125973688831675f,0.5288614136788227f,1.4680288519925206f,-0.5219823062962736f,1.5444161286242524f,-0.23703388460282446f,-0.00009589250037937916f,0.30862100834353356f,0.22266999529824005f,1.4510433462415007f,-0.5350677812409842f,0.14225590798502447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3798467775098436f,-0.90630778703665f,-0.18526365205327672f,-0.4517916826710482f,-0.8322265928463658f,0.42224755372182754f,-0.3593130968045305f,0.5205108858666336f,0.40387538149126756f,0.017697415988289673f,-0.9146428142682915f,0.030450331042498772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,-0.90630778703665f,-0.02580022766002945f,-0.2984375f,-0.9063802847212489f,0.42224755372182754f,-0.013482686845001104f,0.8562596022685119f,0.02311354709271477f,0.017697415988289673f,-0.9995761928978352f,0.014460186678364212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3714041605411801f,0.90630778703665f,0.20165600583526289f,0.45881170823867634f,0.8157614803813352f,0.42224755372182754f,-0.3952723244827355f,0.5639731426093554f,-0.443387140836035f,0.017697415988289895f,-0.8961554802647715f,0.011287339891335176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,0.90630778703665f,0.025800227660029693f,0.2984375f,0.9063802847212489f,0.42224755372182754f,-0.013482686845001104f,0.8562596022685119f,-0.02311354709271487f,0.017697415988289895f,-0.9995761928978352f,0.014460186678364285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0886411611994218e-17f,1.2197985025746185e-16f,-0.15625000000000003f,0f,0.9960410654107696f,-0.08889429686644151f,0.5026131464183526f,-1.2246467991473532e-16f,-0.08889429686644151f,-0.9960410654107696f,0.2060690837078895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.128288530166727e-18f,1.2235725758356118e-16f,-0.15625000000000003f,0f,0.9991228300988584f,0.041875653729199644f,0.6902103998976961f,-1.2246467991473532e-16f,0.041875653729199644f,-0.9991228300988584f,0.2076762510939966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0886411611994218e-17f,1.2197985025746185e-16f,0.15624999999999997f,0f,0.9960410654107696f,-0.08889429686644151f,0.5026131464183526f,-1.2246467991473532e-16f,-0.08889429686644151f,-0.9960410654107696f,0.20606908370788957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.128288530166727e-18f,1.2235725758356118e-16f,0.15624999999999997f,0f,0.9991228300988584f,0.041875653729199644f,0.6902103998976961f,-1.2246467991473532e-16f,0.041875653729199644f,-0.9991228300988584f,0.20767625109399665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.29375f,0f,0.9578224948453149f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.1830300020216382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.33125f,0f,0.9578224948453149f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.05731407814867593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.29375f,0f,0.9578224948453149f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.18303000202163813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.33125f,0f,0.9578224948453149f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.05731407814867585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.1330600131949394f,0.7061158927325969f,0.6954821197694521f,1.4370227342701343f,0.0735482304472291f,0.6927522065949584f,-0.7174155267736386f,0.23008307771735745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020960961696047983f,0.7182376063433094f,0.6954821197694521f,1.446675078162229f,-0.03572759115998933f,0.6957287554600624f,-0.7174155267736386f,0.23297891966461565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12473961804004796f,0.25393467724373814f,0.9591439972101904f,1.489835258252356f,0.17516891912022203f,0.9458732733083338f,-0.27320249013365816f,0.1829439775959818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04016429584772379f,0.2800528913521784f,0.9591439972101904f,1.4908664145116917f,-0.1256953739956686f,0.9537091130637568f,-0.27320249013365816f,0.19425996435732867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08347973095865842f,0.27032189540384727f,0.9591439972101904f,1.546362572265996f,0.025045119543854702f,0.9616304598814467f,-0.27320249013365816f,0.28968759511227965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08347973095865842f,0.7136776272239868f,0.6954821197694521f,1.3857851061405992f,0.025045119543854702f,0.6961951622434163f,-0.7174155267736386f,0.13304368360751123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.1330600131949394f,0.7061158927325969f,0.6954821197694521f,1.4370227342701343f,-0.07354823044722934f,0.6927522065949584f,-0.7174155267736386f,0.23008307771735736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020960961696047983f,0.7182376063433094f,0.6954821197694521f,1.446675078162229f,0.03572759115998908f,0.6957287554600624f,-0.7174155267736386f,0.2329789196646156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12473961804004796f,0.25393467724373814f,0.9591439972101904f,1.489835258252356f,-0.17516891912022226f,0.9458732733083337f,-0.27320249013365816f,0.18294397759598174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04016429584772379f,0.2800528913521784f,0.9591439972101904f,1.4908664145116917f,0.12569537399566838f,0.9537091130637569f,-0.27320249013365816f,0.19425996435732865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08347973095865842f,0.27032189540384727f,0.9591439972101904f,1.546362572265996f,-0.025045119543854945f,0.9616304598814467f,-0.27320249013365816f,0.2896875951122796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08347973095865842f,0.7136776272239868f,0.6954821197694521f,1.3857851061405992f,-0.025045119543854945f,0.6961951622434163f,-0.7174155267736386f,0.13304368360751118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-1.9231081988125226e-18f,0f,0.9578224948453149f,0.287360519849712f,0.8859210612870718f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453149f,0.015703370148449865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.128288530166727e-18f,1.2235725758356118e-16f,0f,0f,0.9991228300988584f,0.041875653729199644f,0.51125f,-1.2246467991473532e-16f,0.041875653729199644f,-0.9991228300988584f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913499f,-0.6508952239913495f,0.3737452332470264f,-0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.10377578323969326f,-4.7850762583162236e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913496f,0.6508952239913498f,0.15f,-0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913497f,0.6508952239913497f,-0.3690857089967562f,0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.09514176353421083f,-4.7850762583162236e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913498f,-0.6508952239913496f,-0.125f,0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3737500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3737500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2878125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.51125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.059913224319067274f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03366322431906717f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019707678056286093f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10560113317979039f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01189886682020977f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06242342960939981f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6773724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..72836c60e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.704459133286015f,-0.12421515200482511f,-0.39402077354725745f,0.03740899376433637f,-0.1282797105265717f,0.8061477494812737f,-0.024790448119007425f,1.1056890510887023f,0.3927162968881988f,0.040507363073155306f,-0.7148968513986644f,-0.3272370576259428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6841179971799651f,0.15166530859277608f,-0.3859795332707828f,0.03740899376433637f,0.18610715634897698f,0.7776724171620182f,-0.02428452060637462f,1.1056890510887023f,0.37060314662745486f,-0.11055878868204919f,-0.7003071197374673f,-0.3272370576259428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.704459133286015f,0.12421515200482511f,0.3940207735472577f,-0.037408993764336276f,0.1282797105265717f,0.8061477494812737f,-0.024790448119007425f,1.1056890510887023f,-0.39271629688819903f,0.040507363073155354f,-0.7148968513986644f,-0.32723705762594274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6841179971799651f,-0.15166530859277608f,0.38597953327078305f,-0.037408993764336276f,-0.18610715634897698f,0.7776724171620182f,-0.02428452060637462f,1.1056890510887023f,-0.3706031466274551f,-0.11055878868204923f,-0.7003071197374673f,-0.32723705762594274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.40480643948015477f,0.004232016962492499f,1.5091454822474304f,-0.6817980730060192f,1.3179117463088694f,-0.7622675213843138f,-0.3513731702673384f,0.882060513158341f,0.7352867641243823f,1.3639415551536815f,-0.2010548647221722f,-0.11095994255807412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6805383568277733f,-0.7327024963182981f,0.003820572612661277f,-0.5302452116474966f,-0.7324453777027078f,0.6801402726151181f,-0.030544692648161148f,1.0795967912393143f,0.019781647254261514f,-0.02358519569491031f,-0.9995261001974589f,-0.12957833088322002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6272733891210293f,-0.7327024963182981f,0.26396050308626146f,-0.2984375f,-0.6883802409651656f,0.6801402726151181f,0.2520750947947327f,1.3374097875908988f,-0.3642262197444859f,-0.02358519569491031f,-0.9310118148523542f,-0.0020697133355267825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5040941392452286f,0.836876641832191f,0.21336959749291073f,0.4008903790039582f,0.4769842831462511f,-0.06381695261851188f,-0.8765919177074037f,1.1256646942387656f,-0.7199827028547764f,0.5436587927313979f,-0.4313467568856521f,0.23427379895898992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23633246491996754f,0.8884434168398154f,0.3934657051114444f,0.2984375f,0.6449725714288789f,0.4462997903694779f,-0.6203441619138361f,1.3374097875908988f,-0.7267443485361766f,0.10716712271099704f,-0.6784967646795189f,-0.0020697133355267096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.729517207498305e-17f,1.0231792434376785e-16f,-0.15625000000000003f,0f,0.835489256290104f,-0.5495067812355088f,1.0061239761858107f,-1.2246467991473532e-16f,-0.5495067812355088f,-0.835489256290104f,0.2544193432078033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.943939953381247e-17f,1.1887354449879562e-16f,-0.15625000000000003f,0f,0.9706761539862759f,-0.2403909401005198f,1.1866233116826093f,-1.2246467991473532e-16f,-0.2403909401005198f,-0.9706761539862759f,0.20327931597654164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.63016342591509e-17f,1.0875533920855282e-16f,0.15624999999999997f,0f,0.8880547377764145f,-0.45973773253112893f,0.9994525444806227f,-1.2246467991473532e-16f,-0.45973773253112893f,-0.8880547377764145f,0.2160235854738396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.244151555556003e-18f,1.223911148907144e-16f,0.15624999999999997f,0f,0.9993992959923453f,-0.03465612745251079f,1.1866233116826093f,-1.2246467991473532e-16f,-0.03465612745251079f,-0.9993992959923453f,0.2032793159765417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.1491190076227467e-17f,1.219243633456849e-16f,0.29375f,0f,0.9955879803921701f,-0.09383268779396706f,1.8762596717484263f,-1.2246467991473532e-16f,-0.09383268779396706f,-0.9955879803921701f,-0.02911610539324637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.1491190076227467e-17f,1.219243633456849e-16f,0.33125f,0f,0.9955879803921701f,-0.09383268779396706f,1.7430143597187207f,-1.2246467991473532e-16f,-0.09383268779396706f,-0.9955879803921701f,-0.11072339258076642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.1491190076227467e-17f,1.219243633456849e-16f,-0.29375f,0f,0.9955879803921701f,-0.09383268779396706f,1.8762596717484263f,-1.2246467991473532e-16f,-0.09383268779396706f,-0.9955879803921701f,-0.02911610539324644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.1491190076227467e-17f,1.219243633456849e-16f,-0.33125f,0f,0.9955879803921701f,-0.09383268779396706f,1.7430143597187207f,-1.2246467991473532e-16f,-0.09383268779396706f,-0.9955879803921701f,-0.11072339258076651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877213568731943f,0.15596231026670382f,0.009070774655353213f,0.1949030440373308f,0.15604977978478943f,0.9876995892205644f,0.009898872796803168f,1.9777461496948763f,-0.007415349330579022f,0.011192820457818898f,-0.9999098626198787f,-0.049389754052552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999587485134735f,-0.00047150664856440705f,0.009070774655353213f,0.07971803207047272f,-0.0003817088142994418f,0.9999509321040378f,0.009898872796803168f,1.9877790708397627f,-0.009074996955863114f,0.009895002058946896f,-0.9999098626198787f,-0.05033534196240081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9706184412109816f,0.23988435369009709f,0.01885042269681654f,0.05727263027809931f,0.24035692298085612f,0.9628729862633362f,0.12289899063662078f,1.9808412608985209f,0.011330982143621151f,0.1238188563144152f,-0.9922401421352853f,-0.06464337283113618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972413353248392f,-0.07179401565369592f,0.01885042269681654f,0.08635426619470322f,-0.06895109834233062f,0.9900210018670746f,0.12289899063662078f,1.990758552228429f,-0.027485726421509135f,0.12126019618337591f,-0.9922401421352853f,-0.0628625275004531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08509280262188641f,0.01885042269681654f,0.14450354787956649f,0.08677120990172053f,0.9886185286715455f,0.12289899063662078f,2.098526316779659f,-0.00817805759869244f,0.12406699685759032f,-0.9922401421352853f,-0.07990407949594516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08668243502029564f,0.009070774655353213f,0.125f,0.08677120990172053f,0.9961790850291651f,0.009898872796803168f,1.8743860226480975f,-0.00817805759869244f,0.010648286688850789f,-0.9999098626198787f,-0.08229994400093658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877213568731943f,-0.15596231026670382f,-0.009070774655352967f,-0.1949030440373308f,-0.15604977978478943f,0.9876995892205644f,0.009898872796803168f,1.9777461496948763f,0.007415349330578784f,0.011192820457818855f,-0.9999098626198788f,-0.04938975405255204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999587485134735f,0.00047150664856440705f,-0.009070774655352967f,-0.07971803207047273f,0.0003817088142994418f,0.9999509321040378f,0.009898872796803168f,1.9877790708397627f,0.009074996955862868f,0.009895002058946889f,-0.9999098626198788f,-0.050335341962400824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706184412109816f,-0.2398843536900971f,-0.018850422696816298f,-0.057272630278099326f,-0.24035692298085612f,0.9628729862633362f,0.12289899063662078f,1.9808412608985209f,-0.01133098214362139f,0.12381885631441515f,-0.9922401421352854f,-0.06464337283113618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972413353248392f,0.07179401565369589f,-0.018850422696816298f,-0.08635426619470324f,0.06895109834233062f,0.9900210018670746f,0.12289899063662078f,1.990758552228429f,0.0274857264215089f,0.12126019618337593f,-0.9922401421352854f,-0.06286252750045311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08509280262188644f,-0.018850422696816298f,-0.14450354787956649f,-0.08677120990172053f,0.9886185286715455f,0.12289899063662078f,2.098526316779659f,0.008178057598692197f,0.1240669968575903f,-0.9922401421352854f,-0.07990407949594519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08668243502029564f,-0.009070774655352967f,-0.125f,-0.08677120990172053f,0.9961790850291651f,0.009898872796803168f,1.8743860226480975f,0.008178057598692197f,0.010648286688850761f,-0.9999098626198788f,-0.08229994400093661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.1491190076227467e-17f,1.219243633456849e-16f,3.7946503045611065e-19f,0f,0.9955879803921701f,-0.09383268779396706f,1.3670794541906717f,-1.2246467991473532e-16f,-0.09383268779396706f,-0.9955879803921701f,-0.0030985671192731625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.244151555556003e-18f,1.223911148907144e-16f,-1.2120918028773905e-18f,0f,0.9993992959923453f,-0.03465612745251079f,0.9923047181935423f,-1.2246467991473532e-16f,-0.03465612745251079f,-0.9993992959923453f,0.009897480675418383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9377844119410259f,-0.3412445431274295f,0.06412923285192246f,0.17218674226101782f,-0.33044031687368164f,0.8203977230325747f,-0.4666441610342812f,0.6793577749166937f,0.10662829692368289f,-0.4588025041657022f,-0.8821171512143022f,0.3930096520141527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9377844119410259f,-0.14743999070123162f,0.3143594214628296f,0.1301273873742528f,-0.33044031687368164f,0.10093991974875077f,-0.9384137304971283f,0.6994029618015722f,0.10662829692368289f,-0.9839067952520385f,-0.14338000053012423f,0.08522203437488862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.925171767347227f,0.3782830661406441f,-0.030969707374170707f,-0.17121670249201004f,0.3612086830688826f,0.8524734122637067f,-0.37791185302807884f,0.6911492466338279f,-0.11655680237228631f,-0.36081990418310594f,-0.9253234615884555f,0.3991169689825339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.925171767347227f,0.16116860489889567f,-0.34363044349788385f,-0.125f,0.3612086830688826f,0.09584297630693628f,-0.9275464469061762f,0.7020472409870672f,-0.11655680237228631f,-0.9822620855390742f,-0.1468867153052858f,0.06604384629107826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9846104041041092f,0.1747637036971431f,9.451572405462674e-17f,-3.477252501390502e-18f,0.13487903618336436f,0.7599020821383872f,-0.6358902980546177f,0.880173485610902f,-0.1111305436331053f,-0.6261042033334395f,-0.7717794560883371f,0.028393921445852795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9846178074869372f,-0.17364691930380863f,0.01935253461211844f,-3.596762553125628e-18f,-0.13484684106175526f,0.6847996632172402f,-0.7161464589825324f,0.8504101935915369f,0.11110401718786943f,-0.7077401844418973f,-0.6976816814929762f,0.029369795075852342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.78741018121444e-17f,9.451572405462674e-17f,-3.477252501390502e-18f,0f,0.7717794560883371f,-0.6358902980546177f,0.880173485610902f,-1.2246467991473532e-16f,-0.6358902980546177f,-0.7717794560883371f,0.028393921445852795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9874085341561009f,0.15819098165097875f,1.1985097871988505e-16f,-3.676367934597842e-18f,0.15481479222196484f,0.9663347774833525f,-0.20549812148890717f,0.9000144223002975f,-0.03250794956576243f,-0.20291059891119415f,-0.9786575100945838f,0.030019822345164926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9874085341561009f,-0.1581909816509787f,1.1985097871988505e-16f,-3.676367934597842e-18f,-0.15481479222196484f,0.9663347774833525f,-0.20549812148890717f,0.9000144223002975f,0.032507949565762195f,-0.2029105989111942f,-0.9786575100945838f,0.030019822345164926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.5166261671218412e-17f,1.1985097871988505e-16f,-3.676367934597842e-18f,0f,0.9786575100945838f,-0.20549812148890717f,0.9000144223002975f,-1.2246467991473532e-16f,-0.20549812148890717f,-0.9786575100945838f,0.030019822345164926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9717436293317456f,0.23603880793879423f,1.1654712036124408e-16f,-0.19375f,0.22463328510653446f,0.9247884517140036f,-0.30709315654807817f,0.9248332761255557f,-0.07248590259777f,-0.29841581848697135f,-0.9516794592725734f,0.03133355212590405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9717436293317456f,-0.23547112751402602f,0.01636053056719927f,0.19375f,-0.22463328510653444f,0.9012787952967796f,-0.37045434316610754f,0.9257181115051175f,0.07248590259776976f,-0.36366176765733715f,-0.9287065805026513f,0.02138963052228053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.762270591888161e-17f,1.128258645328379e-16f,-0.007812500000000009f,0f,0.9212930994584863f,-0.3888689045040447f,0.7804047542930519f,-1.2246467991473532e-16f,-0.3888689045040447f,-0.9212930994584863f,0.0686161271662112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.76080651206661e-17f,1.1654712036124408e-16f,0f,0f,0.9516794592725734f,-0.30709315654807817f,0.9930456334742674f,-1.2246467991473532e-16f,-0.30709315654807817f,-0.9516794592725734f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.31351971628704933f,0.07710088605004713f,-0.9464464278920313f,-0.0009287632990446493f,-0.33291829979802007f,0.9245103538135988f,0.18559636675067226f,0.6555261787772997f,0.8893091662402248f,0.37327745587130234f,-0.2641839279353765f,0.6395636328324894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31351971628704933f,0.07710088605004713f,-0.9464464278920313f,-0.030321236700955517f,-0.33291829979802007f,0.9245103538135988f,0.18559636675067226f,0.6243150881712353f,0.8893091662402248f,0.37327745587130234f,-0.2641839279353765f,0.7229363671675105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.31351971628704933f,0.07710088605004713f,-0.9464464278920313f,0.12634196418380464f,-0.33291829979802007f,0.9245103538135988f,0.18559636675067226f,0.6120811784616667f,0.8893091662402248f,0.37327745587130234f,-0.2641839279353765f,0.7208775891903064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6118792486972023f,-0.4466074790434393f,-0.6527982419371321f,0.5875771837426448f,-0.4960331660857259f,0.4261885986484475f,-0.7565146241316442f,1.0848601247307847f,0.616080257074285f,0.7867051786053886f,0.03924383771684367f,-0.4764357447451174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8563020943888796f,-0.4466074790434393f,-0.25940023671477547f,0.5163284412573554f,-0.05132001088404223f,0.4261885986484475f,-0.903177465875303f,1.1114223922177497f,0.5139192345379567f,0.7867051786053886f,0.342026288941923f,-0.5312730052548825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7599865865097523f,-0.4466074790434393f,-0.47218867837731776f,0.6227811142565978f,-0.2833308531942929f,0.4261885986484475f,-0.85911984379961f,1.2270092350442088f,0.5849307787708287f,0.7867051786053886f,0.19735994021587827f,-0.5334583660323817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.1591681334742674f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6.mcfunction new file mode 100644 index 000000000..4d3811e5a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60.mcfunction new file mode 100644 index 000000000..b6e15320a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..63e7ae6a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,-0.13888291666590896f,-0.1651443507378309f,0.027065937823444908f,-0.14922577556604566f,0.8020545341861851f,0.037210704676721704f,0.6562449239575779f,0.1558614417646703f,0.06606439354293814f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,0.16957448487107007f,-0.1617740578656303f,0.027065937823444908f,0.1656160088010711f,0.7818200817143977f,0.03645130254046208f,0.6562449239575779f,0.16582427248869394f,0.001361583197599138f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,0.13888291666590896f,0.16514435073783107f,-0.02706593782344481f,0.14922577556604566f,0.8020545341861851f,0.037210704676721704f,0.6562449239575779f,-0.15586144176467046f,0.06606439354293817f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,-0.16957448487107007f,0.16177405786563046f,-0.02706593782344481f,-0.1656160088010711f,0.7818200817143977f,0.03645130254046208f,0.6562449239575779f,-0.16582427248869408f,0.0013615831975991033f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08106316770183726f,0.527066828842742f,1.468684980101519f,-0.5221664188306238f,1.5427469375219665f,-0.2476374534824941f,0.0037186555768370126f,0.3109793181428301f,0.23402328860337246f,1.449924997910706f,-0.5332512079919758f,0.13959093104371278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38038407981494143f,-0.9063077870366502f,-0.18415794031230476f,-0.45182794865306186f,-0.8351265686069209f,0.4221606132169278f,-0.35262449015225467f,0.5236745493111727f,0.39733055033582587f,0.019662446567954933f,-0.9174648886822819f,0.029419386948021164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,-0.9063077870366502f,-0.024573066523355534f,-0.2984375f,-0.9064998940197717f,0.4221606132169278f,-0.006193447380119829f,0.8595218983424174f,0.015986950421324475f,0.019662446567954933f,-0.9996788512373304f,0.016065771868284347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37198918192228375f,0.9063077870366502f,0.20057478328424103f,0.45882226330109344f,0.8189504489320483f,0.4221606132169278f,-0.3887165790679685f,0.5672757707119372f,-0.4369716360666751f,0.019662446567955155f,-0.8992603502146503f,0.010565161825628897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,0.9063077870366502f,0.024573066523355776f,0.2984375f,0.9064998940197717f,0.4221606132169278f,-0.006193447380119829f,0.8595218983424174f,-0.015986950421324572f,0.019662446567955155f,-0.9996788512373304f,0.016065771868284423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678333e-17f,1.2202919659284857e-16f,-0.15625000000000003f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.20602665421357066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6977074662301746e-18f,1.2233206430142443e-16f,-0.15625000000000003f,0f,0.9989171113385246f,0.04652531219774665f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774665f,-0.9989171113385246f,0.2085069183047824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678333e-17f,1.2202919659284857e-16f,0.15624999999999997f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.2060266542135707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6977074662301746e-18f,1.2233206430142443e-16f,0.15624999999999997f,0f,0.9989171113385246f,0.04652531219774665f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774665f,-0.9989171113385246f,0.20850691830478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.18869063906545286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.06222314920003469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.1886906390654528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.062223149200034605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,0.0746295354124244f,0.6984803869627041f,-0.7117271819121123f,0.2363081905928423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,-0.03555568368472055f,0.7015555657858864f,-0.7117271819121123f,0.2392825527025918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,0.17617908561516124f,0.9479101414103045f,-0.265381411563249f,0.18960080041891245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,-0.12536407542692282f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,0.02572421284107672f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,0.02572421284107672f,0.7019848170730975f,-0.7117271819121123f,0.13885469601072187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,-0.07462953541242463f,0.6984803869627041f,-0.7117271819121123f,0.23630819059284222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,0.0355556836847203f,0.7015555657858865f,-0.7117271819121123f,0.23928255270259174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,-0.17617908561516146f,0.9479101414103045f,-0.265381411563249f,0.18960080041891247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,0.1253640754269226f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,-0.02572421284107696f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,-0.02572421284107696f,0.7019848170730975f,-0.7117271819121123f,0.1388546960107218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-2.1366402998363153e-18f,0f,0.9554502364190022f,0.29515224160909387f,0.8891772500852799f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.017446992074154996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6977074662301746e-18f,1.2233206430142443e-16f,0f,0f,0.9989171113385246f,0.04652531219774665f,0.5145833333333333f,-1.2246467991473532e-16f,0.04652531219774665f,-0.9989171113385246f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697538f,-0.6492768357697533f,0.3731889122958527f,-0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.10580903417621584f,-1.0401693299994641e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697534f,0.6492768357697537f,0.15f,-0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,-1.0401693299994641e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,0.6492768357697535f,-0.36847881341365757f,0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.09705682516193243f,7.005369462569246e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,-0.6492768357697535f,-0.125f,0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,7.005369462569246e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3770833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3770833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2911458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5145833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060329890985733894f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.033246557652400546f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020124344722952714f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10601779984645701f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01231553348687639f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06284009627606643f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6807058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61.mcfunction new file mode 100644 index 000000000..d0499209e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..9bb928ceb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,-0.13853985070563293f,-0.1744389973499459f,0.02730785269599295f,-0.15041798659964067f,0.8016557760402977f,0.04082757025568319f,0.6611698897390198f,0.16430667465840756f,0.07140847955343514f,-0.7967738638754456f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,0.1691556051781086f,-0.1708790178121919f,0.02730785269599295f,0.1643875443031208f,0.781906124086021f,0.03999435453617946f,0.6611698897390198f,0.17547077468804043f,0.0030322192539388518f,-0.7805131727759468f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,0.13853985070563293f,0.17443899734994606f,-0.027307852695992854f,0.15041798659964067f,0.8016557760402977f,0.04082757025568319f,0.6611698897390198f,-0.16430667465840776f,0.07140847955343517f,-0.7967738638754456f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,-0.1691556051781086f,0.17087901781219206f,-0.027307852695992854f,-0.1643875443031208f,0.781906124086021f,0.03999435453617946f,0.6611698897390198f,-0.1754707746880406f,0.003032219253938817f,-0.7805131727759468f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0808614461251326f,0.5252720305422568f,1.4693389569668962f,-0.5223484359827358f,1.5409945687728663f,-0.2582354884592667f,0.007511425479321984f,0.3133626042886315f,0.24536384318615428f,1.44872701929322f,-0.5314064903881979f,0.1369189685345541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38091816346628327f,-0.9063077870366502f,-0.18305067030252573f,-0.4518628975361283f,-0.8379765455642413f,0.4220645280190788f,-0.34591450283596575f,0.526850843762711f,0.3907642023339587f,0.021627051226700833f,-0.9202367134762351f,0.02838744614012101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,-0.9063077870366502f,-0.023345697459491558f,-0.2984375f,-0.9065651284214452f,0.4220645280190788f,0.0010964115289986073f,0.8627767224798975f,0.008859704472988311f,0.021627051226700833f,-0.9997268508407129f,0.017671009047172358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3725710556838073f,0.9063077870366502f,0.19949186355183376f,0.45883162900864527f,0.8220903988787742f,0.4220645280190788f,-0.38213729242167693f,0.5705888134598855f,-0.4305324430725184f,0.021627051226701055f,-0.9023159569226549f,0.009843025458067145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,0.9063077870366502f,0.0233456974594918f,0.2984375f,0.9065651284214452f,0.4220645280190788f,0.0010964115289986073f,0.8627767224798975f,-0.008859704472988408f,0.021627051226701055f,-0.9997268508407129f,0.017671009047172434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047106e-18f,1.2207589957521108e-16f,-0.15625000000000003f,0f,0.9968253676097064f,-0.07961900834457572f,0.5073620368285365f,-1.2246467991473532e-16f,-0.07961900834457572f,-0.9968253676097064f,0.20597976184319672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.2670029805824006e-18f,1.2230422110565092e-16f,-0.15625000000000003f,0f,0.998689754391257f,0.05117396285153999f,0.6949362030447194f,-1.2246467991473532e-16f,0.05117396285153999f,-0.998689754391257f,0.20933306891291514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047106e-18f,1.2207589957521108e-16f,0.15624999999999997f,0f,0.9968253676097064f,-0.07961900834457572f,0.5073620368285365f,-1.2246467991473532e-16f,-0.07961900834457572f,-0.9968253676097064f,0.20597976184319675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.2670029805824006e-18f,1.2230422110565092e-16f,0.15624999999999997f,0f,0.998689754391257f,0.05117396285153999f,0.6949362030447194f,-1.2246467991473532e-16f,0.05117396285153999f,-0.998689754391257f,0.20933306891291517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.19433953812554883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.0671288719360591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,-0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.19433953812554877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,-0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.06712887193605901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,0.07570588956334756f,0.7041622311627451f,-0.7059916221098709f,0.24251840660585616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,-0.03538141749737792f,0.7073358359411386f,-0.7059916221098709f,0.24557109156326307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,0.17717756464713155f,0.9498841265393226f,-0.2575427279779799f,0.19624582487935088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,-0.1250244603886934f,0.9581443667684825f,-0.2575427279779799f,0.207577106817736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,0.026401599631627224f,0.9659061542419902f,-0.2575427279779799f,0.30389605470648484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,0.026401599631627224f,0.707727903256304f,-0.7059916221098709f,0.14465727647381674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,-0.0757058895633478f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,0.03538141749737768f,0.7073358359411387f,-0.7059916221098709f,0.245571091563263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,-0.1771775646471318f,0.9498841265393225f,-0.2575427279779799f,0.19624582487935088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,0.12502446038869314f,0.9581443667684826f,-0.2575427279779799f,0.207577106817736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,-0.026401599631627467f,0.9659061542419902f,-0.2575427279779799f,0.30389605470648484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,-0.026401599631627467f,0.707727903256304f,-0.7059916221098709f,0.14465727647381668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,-2.3501261177184002e-18f,0f,0.9530145948208575f,0.302924383400275f,0.8924253245633881f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.019190236069327495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.2670029805824006e-18f,1.2230422110565092e-16f,0f,0f,0.998689754391257f,0.05117396285153999f,0.5179166666666667f,-1.2246467991473532e-16f,0.05117396285153999f,-0.998689754391257f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396471f,-0.6476364719396467f,0.37262503722925355f,-0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.1078455436400589f,6.18631432487909e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396468f,0.647636471939647f,0.15f,-0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,6.18631432487909e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.6476364719396469f,0.6476364719396469f,-0.3678636769773676f,0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.09897544154673091f,-1.601814616762404e-16f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.647636471939647f,-0.6476364719396468f,-0.125f,0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,-1.601814616762404e-16f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3804166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3804166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29447916666666674f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5179166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060746557652400626f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032829890985733814f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020541011389619446f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10643446651312374f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012732200153543122f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06325676294273316f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6840391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62.mcfunction new file mode 100644 index 000000000..1fae10681 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..3a254b2da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,-0.13817802866725137f,-0.18371002771415632f,0.027562993521476523f,-0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,0.17272076698413757f,0.07674615539118004f,-0.7944948135321769f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,0.1687138245239685f,-0.17996084347509192f,0.027562993521476523f,0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,0.1850866908952332f,0.0047087277204454075f,-0.7782806336641733f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,0.13817802866725137f,0.18371002771415648f,-0.027562993521476425f,0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,-0.1727207669841377f,0.07674615539118007f,-0.7944948135321769f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,-0.1687138245239685f,0.17996084347509209f,-0.027562993521476425f,-0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,-0.18508669089523336f,0.004708727720445373f,-0.7782806336641733f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0806545738650884f,0.5234770339642125f,1.4699907770549687f,-0.5225283562124555f,1.5391591202097499f,-0.26882738787772953f,0.011282207318827906f,0.3157709176421429f,0.256691044623277f,1.4474494396830815f,-0.5295338300537024f,0.1342402310604206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.381449023944673f,-0.90630778703665f,-0.1819418513932035f,-0.4518965290245244f,-0.8407763628154565f,0.4219593002096444f,-0.3391835147783558f,0.5300397752169319f,0.38417671697080774f,0.023591187407960554f,-0.9229581279853459f,0.02735462614192638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,-0.90630778703665f,-0.022118130853930097f,-0.2984375f,-0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,0.0017322213300208222f,0.023591187407960554f,-0.9997201884957342f,0.019275863442951836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3731497769021744f,0.90630778703665f,0.1984072558012629f,0.4588398052820831f,0.8251811528997913f,0.4219593002096444f,-0.37553483708646584f,0.5739122690433984f,-0.4240699339694205f,0.023591187407960776f,-0.9053221233239879f,0.009121032139156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,0.90630778703665f,0.02211813085393034f,0.2984375f,0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,-0.0017322213300209194f,0.023591187407960776f,-0.9997201884957342f,0.019275863442951912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,-0.15625000000000003f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.20592840761253356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,-0.15625000000000003f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,0.15624999999999997f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.2059284076125336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0.15624999999999997f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,0.07677722149623785f,0.7097973622698444f,-0.7002092278555666f,0.24871339166247516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,-0.03520480415852557f,0.7130691824711477f,-0.7002092278555666f,0.25184419695688237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,0.17816428997849387f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,-0.1246765514105454f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,0.027077234978656876f,0.9679479560695161f,-0.24968695938465968f,0.31097152690096447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,0.027077234978656876f,0.713424039805095f,-0.7002092278555666f,0.15045111794481836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,-0.07677722149623809f,0.7097973622698442f,-0.7002092278555666f,0.24871339166247508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,0.035204804158525324f,0.7130691824711478f,-0.7002092278555666f,0.2518441969568823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,-0.1781642899784941f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,0.12467655141054516f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,-0.02707723497865712f,0.9679479560695161f,-0.24968695938465968f,0.3109715269009644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,-0.02707723497865712f,0.713424039805095f,-0.7002092278555666f,0.1504511179448183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-2.5635610280049775e-18f,0f,0.9505157316277837f,0.31067642963073183f,0.8956652865682428f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.02093306437243643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0f,0f,0.998440764181981f,0.055821504993163816f,0.52125f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.6459741880212513f,-0.6459741880212508f,0.37205362713230505f,-0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10988535552389195f,-4.9810872803871815e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.645974188021251f,0.6459741880212512f,0.15f,-0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212511f,0.6459741880212511f,-0.3672403205079692f,0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10089766057151847f,-4.9810872803871815e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212512f,-0.645974188021251f,-0.125f,0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3837500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3837500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.52125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06116322431906725f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032413224319067194f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020957678056286067f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10685113317979036f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013148866820209743f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06367342960939978f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6873724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63.mcfunction new file mode 100644 index 000000000..73319f037 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..76b42002c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,-0.13779749953567644f,-0.19295618668135697f,0.02783132575791203f,-0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,0.18110192505056077f,0.08207702129506474f,-0.7920921030806676f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,0.16824920271867852f,-0.18901830532051297f,0.02783132575791203f,0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,0.19467024791520404f,0.006391419210837079f,-0.7759269581198377f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,0.13779749953567644f,0.19295618668135714f,-0.02783132575791193f,0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,-0.18110192505056094f,0.08207702129506478f,-0.7920921030806676f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,-0.16824920271867852f,0.18901830532051314f,-0.02783132575791193f,-0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,-0.1946702479152042f,0.006391419210837045f,-0.7759269581198377f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0804425526721715f,0.5216818542971328f,1.4706404348503033f,-0.5227061779973713f,1.537240694239535f,-0.2794125502525069f,0.015030792904656932f,0.318204307371632f,0.26800427924482345f,1.4460922929254878f,-0.5276334301842209f,0.13155492959718051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38197665675818687f,-0.90630778703665f,-0.18083149296670775f,-0.45192884283367407f,-0.8435258623336219f,0.42184493206803114f,-0.33243190710706105f,0.5332413486791805f,0.37756847493687523f,0.025554812565315114f,-0.9256289744214977f,0.026321044512932306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,-0.90630778703665f,-0.02089037709383532f,-0.2984375f,-0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,-0.0053950869125168124f,0.025554812565315114f,-0.999658864109131f,0.02088030029183801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3737253406804833f,0.90630778703665f,0.1973209692100332f,0.4588467920522227f,0.8282225364940077f,0.42184493206803114f,-0.36890958693418413f,0.5772461347819065f,-0.4175844822029296f,0.025554812565315336f,-0.9082786751752254f,0.008399283197064828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,0.90630778703665f,0.020890377093835562f,0.2984375f,0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,0.005395086912516715f,0.025554812565315336f,-0.999658864109131f,0.020880300291838086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,-0.15625000000000003f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.2058725926339982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,-0.15625000000000003f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,0.15624999999999997f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.20587259263399824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0.15624999999999997f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,0.07784346014050106f,0.7153854064576424f,-0.6943803827447805f,0.25489281266060265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,-0.035025855384434174f,0.7187552250340868f,-0.6943803827447805f,0.2581015305989641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,0.1791391961513322f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,-0.12432037157225193f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,0.02775107406150449f,0.96992554564476f,-0.24181462692349215f,0.31802730492328113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,0.02775107406150449f,0.7190728488460991f,-0.6943803827447805f,0.1562359139329091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,-0.07784346014050131f,0.7153854064576424f,-0.6943803827447805f,0.2548928126606026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,0.035025855384433924f,0.7187552250340868f,-0.6943803827447805f,0.25810153059896407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,-0.17913919615133245f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,0.12432037157225168f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,-0.027751074061504732f,0.96992554564476f,-0.24181462692349215f,0.3180273049232811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,-0.027751074061504732f,0.7190728488460991f,-0.6943803827447805f,0.15623591393290903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-2.776940407344979e-18f,0f,0.9479538126107118f,0.31840786604105054f,0.898897138122421f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.02267543923095535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0f,0f,0.9981701461042338f,0.06046783794921427f,0.5245833333333333f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767004f,-0.6442900402766999f,0.3714747013451156f,-0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.11192851360861006f,-1.0597205171230401e-16f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767f,0.6442900402767003f,0.15f,-0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,-1.0597205171230401e-16f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,0.6442900402767001f,-0.36660876510376256f,0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.10282352999727157f,5.0502507502116464e-18f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,-0.6442900402767001f,-0.125f,0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,5.0502507502116464e-18f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3870833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3870833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30114583333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5245833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06157989098573387f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03199655765240057f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.021374344722952687f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10726779984645698f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013565533486876363f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0640900962760664f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6907058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64.mcfunction new file mode 100644 index 000000000..f05c91ac5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..990814350 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,-0.13739831482846124f,-0.2021762224696319f,0.02811281307740998f,-0.15447601600666352f,0.8002669984738955f,0.05152024919131826f,0.6758637314945877f,0.18944836322465305f,0.0874006789465936f,-0.7895662628529785f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,0.16776180266459365f,-0.19805017711310882f,0.02811281307740998f,0.16019431085589167f,0.7821704938362003f,0.05046881553435258f,0.6758637314945877f,0.20421968038662136f,0.00808060262359786f,-0.7734526656518973f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,0.13739831482846124f,0.20217622246963207f,-0.028112813077409884f,0.15447601600666352f,0.8002669984738955f,0.05152024919131826f,0.6758637314945877f,-0.18944836322465325f,0.08740067894659363f,-0.7895662628529785f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,-0.16776180266459365f,0.198050177113109f,-0.028112813077409884f,-0.16019431085589167f,0.7821704938362003f,0.05046881553435258f,0.6758637314945877f,-0.20421968038662153f,0.008080602623597825f,-0.7734526656518973f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08022538434041893f,0.5198865067310898f,1.4712879248557627f,-0.522881899832829f,1.5352393978374492f,-0.289990374302693f,0.018756975755450014f,0.32066282094968557f,0.2793029341685091f,1.4446556174156968f,-0.5257054955335098f,0.12886327548042775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38250105744221324f,-0.90630778703665f,-0.17971960441843532f,-0.45195983869015144f,-0.846224888976751f,0.42172142607164154f,-0.32566006213287285f,0.5364555681642449f,0.3709398581062358f,0.027517884163415312f,-0.928249097882295f,0.025286818841039654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,-0.90630778703665f,-0.019662446567954923f,-0.2984375f,-0.9064345651884924f,0.42172142607164154f,0.022965579105474886f,0.8724963810892145f,-0.012521808170402667f,0.027517884163415312f,-0.9995428807066321f,0.022484284839090936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3742977421485503f,0.90630778703665f,0.19623301296985557f,0.4588525892599447f,0.8312143779909349f,0.42172142607164154f,-0.3622619171445493f,0.5805904071242944f,-0.41107646252691316f,0.027517884163415534f,-0.911185441064292f,0.007677879930557262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,0.90630778703665f,0.019662446567955166f,0.2984375f,0.9064345651884924f,0.42172142607164154f,0.022965579105474886f,0.8724963810892145f,0.01252180817040257f,0.027517884163415534f,-0.9995428807066321f,0.022484284839091012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.045120205871457e-18f,1.222001385739462e-16f,-0.15625000000000003f,0f,0.9978398560223788f,-0.06569339185365757f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365757f,-0.9978398560223788f,0.2058123181166349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573974e-18f,1.2220479835473152e-16f,-0.15625000000000003f,0f,0.997877906020048f,0.06511286107248067f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248067f,-0.997877906020048f,0.21178424265509974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.045120205871457e-18f,1.222001385739462e-16f,0.15624999999999997f,0f,0.9978398560223788f,-0.06569339185365757f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365757f,-0.9978398560223788f,0.20581231811663492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573974e-18f,1.2220479835473152e-16f,0.15624999999999997f,0f,0.997877906020048f,0.06511286107248067f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248067f,-0.997877906020048f,0.21178424265509976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.21121284275070912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.0818234758092409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,-0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.21121284275070906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,-0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.08182347580924085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.14661079867548577f,0.040244043349200606f,0.19290356018430427f,0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,0.07890453476342436f,0.7209259930234572f,-0.6885054734545757f,0.26105633751038065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353392f,0.040244043349200606f,0.0777185482174462f,0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,-0.034844583046303765f,0.7243935864262049f,-0.6885054734545757f,0.26434275523103945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684337f,0.0581188345060312f,0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,0.18010221849179628f,0.955427495485455f,-0.2339262528335036f,0.21610648266419902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497229f,0.07350640788684337f,0.0867221697204052f,0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,-0.12395594450226258f,0.9643201916675953f,-0.2339262528335036f,0.22745506865639015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349316f,0.07350640788684337f,0.14239431979794503f,0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,0.028423072178670464f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086694f,0.040244043349200606f,0.12499999999999999f,0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,0.028423072178670464f,0.724673955645583f,-0.6885054734545757f,0.16201135852707726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.146610798675486f,-0.04024404334920044f,-0.19290356018430435f,-0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,-0.07890453476342461f,0.7209259930234572f,-0.6885054734545757f,0.2610563375103806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353198f,-0.04024404334920044f,-0.07771854821744628f,-0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,0.03484458304630353f,0.7243935864262049f,-0.6885054734545757f,0.2643427552310394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882097f,-0.07350640788684332f,-0.05811883450603121f,-0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,-0.18010221849179653f,0.9554274954854549f,-0.2339262528335036f,0.2161064826641989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497204f,-0.07350640788684332f,-0.08672216972040522f,-0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,0.12395594450226233f,0.9643201916675954f,-0.2339262528335036f,0.22745506865639004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04682874644349341f,-0.07350640788684332f,-0.1423943197979451f,-0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,-0.028423072178670707f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086714f,-0.04024404334920044f,-0.12500000000000003f,-0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,-0.028423072178670707f,0.724673955645583f,-0.6885054734545757f,0.1620113585270772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,-2.9902596335902404e-18f,0f,0.9453290077236036f,0.326118179739043f,0.9021208814241847f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.024417322902180252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573974e-18f,1.2220479835473152e-16f,0f,0f,0.997877906020048f,0.06511286107248067f,0.5279166666666667f,-1.2246467991473532e-16f,0.06511286107248067f,-0.997877906020048f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.6425840857081384f,-0.6425840857081379f,0.3708882794621724f,-0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.11397506156185186f,-1.06620371475484e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.642584085708138f,0.6425840857081383f,0.15f,-0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,-1.06620371475484e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,0.6425840857081381f,-0.3659690321405518f,0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.10475309746141415f,4.401930987031657e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,-0.6425840857081381f,-0.125f,0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,4.401930987031657e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3904166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3904166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30447916666666675f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5279166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0619965576524006f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03157989098573384f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02179101138961942f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10768446651312372f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013982200153543095f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06450676294273314f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6940391666666667f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65.mcfunction new file mode 100644 index 000000000..3b471d258 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..9ec35d0d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.1559875782959641f,0.7997401996414367f,0.05502665662458318f,0.6807347315050085f,0.19775830437977193f,0.09271673155070428f,-0.7869178516108505f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.158628826467413f,0.7822603725490594f,0.05390366363224475f,0.6807347315050085f,0.21373323121773513f,0.009776585047139116f,-0.7708583036187924f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.1559875782959641f,0.7997401996414367f,0.05502665662458318f,0.6807347315050085f,-0.1977583043797721f,0.09271673155070431f,-0.7869178516108505f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.158628826467413f,0.7822603725490594f,0.05390366363224475f,0.6807347315050085f,-0.2137332312177353f,0.009776585047139082f,-0.7708583036187924f,-0.3457828774518572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08000307070741972f,0.5180910064575774f,1.4719332415925517f,-0.523055520231942f,1.5331553425409639f,-0.3005602589862719f,0.02246055111087457f,0.3231465041505621f,0.2905863973338783f,1.44313945609767f,-0.5237502323996025f,0.12616548039218922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38302222155948895f,-0.90630778703665f,-0.17860619515673018f,-0.4519895163316822f,-0.8488732904966828f,0.4215887848958186f,-0.31886836332788127f,0.5396824366961961f,0.36429124951468184f,0.02948035967890286f,-0.9308183463599298f,0.024252066734592917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42221602280006176f,-0.90630778703665f,-0.01843434966653241f,-0.2984375f,-0.9062822985363451f,0.4215887848958186f,0.03025379000631641f,0.8757213361053455f,-0.019647530393838104f,0.02948035967890286f,-0.9993722444327867f,0.024087782339768223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3748669764629495f,0.90630778703665f,0.19514339628656863f,0.45885719685619575f,0.834156508560501f,0.4215887848958186f,-0.35559220418369963f,0.5839450816491778f,-0.4045462509821111f,0.02948035967890308f,-0.9140422524202703f,0.00695692360192432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42221602280006176f,0.90630778703665f,0.01843434966653265f,0.2984375f,0.9062822985363451f,0.4215887848958186f,0.03025379000631641f,0.8757213361053455f,0.019647530393837993f,0.02948035967890308f,-0.9993722444327867f,0.0240877823397683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.476289853398308e-18f,1.2223625860049279e-16f,-0.15625000000000003f,0f,0.9981347984218669f,-0.061048539534856866f,0.5168627272902742f,-1.2246467991473532e-16f,-0.061048539534856866f,-0.9981347984218669f,0.20574758536608873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,-0.15625000000000003f,0f,0.9975640502598242f,0.0697564737441253f,0.704341964674892f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0.21259214887898834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.476289853398308e-18f,1.2223625860049279e-16f,0.15624999999999997f,0f,0.9981347984218669f,-0.061048539534856866f,0.5168627272902742f,-1.2246467991473532e-16f,-0.061048539534856866f,-0.9981347984218669f,0.20574758536608875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,0.15624999999999997f,0f,0.9975640502598242f,0.0697564737441253f,0.704341964674892f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0.21259214887898836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,0.29375f,0f,0.9426414910921783f,0.33380685923377085f,1.3781925033267735f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.21681182919389042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,0.33125f,0f,0.9426414910921783f,0.33380685923377085f,1.2916567099934173f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.08671333199977733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,-0.29375f,0f,0.9426414910921783f,0.33380685923377085f,1.3781925033267735f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.21681182919389036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,-0.33125f,0f,0.9426414910921783f,0.33380685923377085f,1.2916567099934173f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.08671333199977728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.14661079867548577f,0.040244043349200606f,0.19290356018430427f,0.1293083436876158f,0.6714321015180765f,0.7296973929676497f,1.4453078527584569f,0.07996037497486859f,0.7264187544128767f,-0.6825848897178453f,0.2672036351545337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353392f,0.040244043349200606f,0.07771854821744618f,0.02268122179010871f,0.6833939397407055f,0.7296973929676497f,1.4548072118651232f,-0.03466099916947629f,0.7299838926068508f,-0.6825848897178453f,0.27056753464134287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684337f,0.05811883450603117f,0.11603373469365694f,0.20742582245792662f,0.9713447897583507f,1.5003600600296931f,0.18105329311439206f,0.9571486810540752f,-0.2260223604178982f,0.22270069228340814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497229f,0.07350640788684337f,0.08672216972040517f,0.046256535278765505f,0.23313007603762664f,0.9713447897583507f,1.5008372018817737f,-0.12358329437613647f,0.9662510346396858f,-0.2260223604178982f,0.23405354105660772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349316f,0.07350640788684337f,0.142394319797945f,0.08215661930089882f,0.2230237415934735f,0.9713447897583507f,1.5516054870511211f,0.02909318475078216f,0.9736875675452463f,-0.2260223604178982f,0.3320782188574437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086694f,0.040244043349200606f,0.12499999999999997f,0.08215661930089882f,0.6788166207461794f,0.7296973929676497f,1.398871747383231f,0.02909318475078216f,0.7302269886343107f,-0.6825848897178453f,0.16777714641472408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.146610798675486f,-0.04024404334920044f,-0.19290356018430435f,-0.1293083436876158f,0.6714321015180765f,0.7296973929676497f,1.4453078527584569f,-0.07996037497486883f,0.7264187544128766f,-0.6825848897178453f,0.2672036351545336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353198f,-0.04024404334920044f,-0.07771854821744628f,-0.02268122179010871f,0.6833939397407055f,0.7296973929676497f,1.4548072118651232f,0.034660999169476056f,0.7299838926068509f,-0.6825848897178453f,0.27056753464134287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882097f,-0.07350640788684332f,-0.05811883450603121f,-0.11603373469365694f,0.20742582245792662f,0.9713447897583507f,1.5003600600296931f,-0.1810532931143923f,0.9571486810540752f,-0.2260223604178982f,0.2227006922834081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497204f,-0.07350640788684332f,-0.08672216972040522f,-0.046256535278765505f,0.23313007603762664f,0.9713447897583507f,1.5008372018817737f,0.12358329437613622f,0.9662510346396858f,-0.2260223604178982f,0.2340535410566077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04682874644349341f,-0.07350640788684332f,-0.1423943197979451f,-0.08215661930089882f,0.2230237415934735f,0.9713447897583507f,1.5516054870511211f,-0.029093184750782403f,0.9736875675452463f,-0.2260223604178982f,0.33207821885744365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086714f,-0.04024404334920044f,-0.12500000000000003f,-0.08215661930089882f,0.6788166207461794f,0.7296973929676497f,1.398871747383231f,-0.029093184750782403f,0.7302269886343107f,-0.6825848897178453f,0.16777714641472402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.087955016940686e-17f,1.1544028848095244e-16f,-3.2035140858956035e-18f,0f,0.9426414910921783f,0.33380685923377085f,0.905336518847434f,-1.2246467991473532e-16f,0.33380685923377085f,-0.9426414910921783f,0.02615867765404699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.542704229054943e-18f,1.221663621095163e-16f,0f,0f,0.9975640502598242f,0.0697564737441253f,0.53125f,-1.2246467991473532e-16f,0.0697564737441253f,-0.9975640502598242f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,-0.6408563820557889f,-0.6408563820557884f,0.3702943813316773f,-0.90630778703665f,0.2988362387301199f,0.2988362387301197f,0.11602504293652133f,-5.175581015019657e-17f,0.7071067811865472f,-0.7071067811865479f,0.22967960838455737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,-0.6408563820557885f,0.6408563820557888f,0.15f,-0.90630778703665f,0.2988362387301198f,-0.29883623873011983f,0.21875f,-5.175581015019657e-17f,-0.7071067811865478f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,0.6408563820557887f,0.6408563820557887f,-0.3653211432709208f,0.90630778703665f,0.2988362387301199f,0.2988362387301197f,0.10668641047620508f,-5.175581015019657e-17f,0.7071067811865475f,-0.7071067811865477f,0.22677669529663688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406993f,0.6408563820557888f,-0.6408563820557885f,-0.125f,0.90630778703665f,0.2988362387301198f,-0.29883623873011983f,0.21875f,-5.175581015019657e-17f,-0.7071067811865476f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3937500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3937500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3937500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3937500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3937500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3937500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.46250000000000013f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.46250000000000013f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.53125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06241322431906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03116322431906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02220767805628604f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10810113317979034f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.014398866820209716f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06492342960939976f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6973725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66.mcfunction new file mode 100644 index 000000000..b834e50ab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..990814350 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,-0.13739831482846124f,-0.2021762224696319f,0.02811281307740998f,-0.15447601600666352f,0.8002669984738955f,0.05152024919131826f,0.6758637314945877f,0.18944836322465305f,0.0874006789465936f,-0.7895662628529785f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,0.16776180266459365f,-0.19805017711310882f,0.02811281307740998f,0.16019431085589167f,0.7821704938362003f,0.05046881553435258f,0.6758637314945877f,0.20421968038662136f,0.00808060262359786f,-0.7734526656518973f,-0.3475981070330171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7792245649327626f,0.13739831482846124f,0.20217622246963207f,-0.028112813077409884f,0.15447601600666352f,0.8002669984738955f,0.05152024919131826f,0.6758637314945877f,-0.18944836322465325f,0.08740067894659363f,-0.7895662628529785f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7567245898688585f,-0.16776180266459365f,0.198050177113109f,-0.028112813077409884f,-0.16019431085589167f,0.7821704938362003f,0.05046881553435258f,0.6758637314945877f,-0.20421968038662153f,0.008080602623597825f,-0.7734526656518973f,-0.34759810703301713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08022538434041893f,0.5198865067310898f,1.4712879248557627f,-0.522881899832829f,1.5352393978374492f,-0.289990374302693f,0.018756975755450014f,0.32066282094968557f,0.2793029341685091f,1.4446556174156968f,-0.5257054955335098f,0.12886327548042775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38250105744221324f,-0.90630778703665f,-0.17971960441843532f,-0.45195983869015144f,-0.846224888976751f,0.42172142607164154f,-0.32566006213287285f,0.5364555681642449f,0.3709398581062358f,0.027517884163415312f,-0.928249097882295f,0.025286818841039654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,-0.90630778703665f,-0.019662446567954923f,-0.2984375f,-0.9064345651884924f,0.42172142607164154f,0.022965579105474886f,0.8724963810892145f,-0.012521808170402667f,0.027517884163415312f,-0.9995428807066321f,0.022484284839090936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3742977421485503f,0.90630778703665f,0.19623301296985557f,0.4588525892599447f,0.8312143779909349f,0.42172142607164154f,-0.3622619171445493f,0.5805904071242944f,-0.41107646252691316f,0.027517884163415534f,-0.911185441064292f,0.007677879930557262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42216061321692777f,0.90630778703665f,0.019662446567955166f,0.2984375f,0.9064345651884924f,0.42172142607164154f,0.022965579105474886f,0.8724963810892145f,0.01252180817040257f,0.027517884163415534f,-0.9995428807066321f,0.022484284839091012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.045120205871457e-18f,1.222001385739462e-16f,-0.15625000000000003f,0f,0.9978398560223788f,-0.06569339185365757f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365757f,-0.9978398560223788f,0.2058123181166349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573974e-18f,1.2220479835473152e-16f,-0.15625000000000003f,0f,0.997877906020048f,0.06511286107248067f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248067f,-0.997877906020048f,0.21178424265509974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.045120205871457e-18f,1.222001385739462e-16f,0.15624999999999997f,0f,0.9978398560223788f,-0.06569339185365757f,0.5144871390704676f,-1.2246467991473532e-16f,-0.06569339185365757f,-0.9978398560223788f,0.20581231811663492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573974e-18f,1.2220479835473152e-16f,0.15624999999999997f,0f,0.997877906020048f,0.06511286107248067f,0.7019962018309296f,-1.2246467991473532e-16f,0.06511286107248067f,-0.997877906020048f,0.21178424265509976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.21121284275070912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.0818234758092409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,-0.29375f,0f,0.9453290077236036f,0.326118179739043f,1.3765140095516037f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.21121284275070906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,-0.33125f,0f,0.9453290077236036f,0.326118179739043f,1.2889214629366885f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.08182347580924085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.14661079867548577f,0.040244043349200606f,0.19290356018430427f,0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,0.07890453476342436f,0.7209259930234572f,-0.6885054734545757f,0.26105633751038065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353392f,0.040244043349200606f,0.0777185482174462f,0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,-0.034844583046303765f,0.7243935864262049f,-0.6885054734545757f,0.26434275523103945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684337f,0.0581188345060312f,0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,0.18010221849179628f,0.955427495485455f,-0.2339262528335036f,0.21610648266419902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497229f,0.07350640788684337f,0.0867221697204052f,0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,-0.12395594450226258f,0.9643201916675953f,-0.2339262528335036f,0.22745506865639015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349316f,0.07350640788684337f,0.14239431979794503f,0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,0.028423072178670464f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086694f,0.040244043349200606f,0.12499999999999999f,0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,0.028423072178670464f,0.724673955645583f,-0.6885054734545757f,0.16201135852707726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.146610798675486f,-0.04024404334920044f,-0.19290356018430435f,-0.1299553142704203f,0.6773263513956016f,0.724113685824262f,1.4440375629789421f,-0.07890453476342461f,0.7209259930234572f,-0.6885054734545757f,0.2610563375103806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353198f,-0.04024404334920044f,-0.07771854821744628f,-0.022398163265048697f,0.6893168301183091f,0.724113685824262f,1.4535640052193644f,0.03484458304630353f,0.7243935864262049f,-0.6885054734545757f,0.2643427552310394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882097f,-0.07350640788684332f,-0.05811883450603121f,-0.1175045251420438f,0.21521470752784072f,0.9694716686086544f,1.4987254775390444f,-0.18010221849179653f,0.9554274954854549f,-0.2339262528335036f,0.2161064826641989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497204f,-0.07350640788684332f,-0.08672216972040522f,-0.04524844226497175f,0.24099224518175838f,0.9694716686086544f,1.4992950700179175f,0.12395594450226233f,0.9643201916675954f,-0.2339262528335036f,0.22745506865639004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.04682874644349341f,-0.07350640788684332f,-0.1423943197979451f,-0.08239085180905736f,0.23094681488024288f,0.9694716686086544f,1.5508600606549634f,-0.028423072178670707f,0.9718387917773204f,-0.2339262528335036f,0.3250629985473331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086714f,-0.04024404334920044f,-0.12500000000000003f,-0.08239085180905736f,0.6847416429137194f,0.724113685824262f,1.3967931909993767f,-0.028423072178670707f,0.724673955645583f,-0.6885054734545757f,0.1620113585270772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.993795849611803e-17f,1.1576941434498548e-16f,-2.9902596335902404e-18f,0f,0.9453290077236036f,0.326118179739043f,0.9021208814241847f,-1.2246467991473532e-16f,0.326118179739043f,-0.9453290077236036f,0.024417322902180252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.974025689573974e-18f,1.2220479835473152e-16f,0f,0f,0.997877906020048f,0.06511286107248067f,0.5279166666666667f,-1.2246467991473532e-16f,0.06511286107248067f,-0.997877906020048f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.6425840857081384f,-0.6425840857081379f,0.3708882794621724f,-0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.11397506156185186f,-1.06620371475484e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,-0.642584085708138f,0.6425840857081383f,0.15f,-0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,-1.06620371475484e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,0.6425840857081381f,-0.3659690321405518f,0.9087511289735642f,0.29510285121400676f,0.29510285121400676f,0.10475309746141415f,4.401930987031657e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41733845448181794f,0.6425840857081382f,-0.6425840857081381f,-0.125f,0.9087511289735642f,0.2951028512140068f,-0.2951028512140067f,0.2154166666666667f,4.401930987031657e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3904166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3904166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3904166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3904166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.45916666666666683f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30447916666666675f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5279166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0619965576524006f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03157989098573384f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02179101138961942f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10768446651312372f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013982200153543095f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06450676294273314f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6940391666666667f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67.mcfunction new file mode 100644 index 000000000..2f1c37340 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..76b42002c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,-0.13779749953567644f,-0.19295618668135697f,0.02783132575791203f,-0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,0.18110192505056077f,0.08207702129506474f,-0.7920921030806676f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,0.16824920271867852f,-0.18901830532051297f,0.02783132575791203f,0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,0.19467024791520404f,0.006391419210837079f,-0.7759269581198377f,-0.34940983477881843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7814884539054617f,0.13779749953567644f,0.19295618668135714f,-0.02783132575791193f,0.1530435676527325f,0.8007619222599741f,0.04798390045711965f,0.670979273782556f,-0.18110192505056094f,0.08207702129506478f,-0.7920921030806676f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7589231094375044f,-0.16824920271867852f,0.18901830532051314f,-0.02783132575791193f,-0.16167624605470843f,0.7820814251374344f,0.04700463718248456f,0.670979273782556f,-0.1946702479152042f,0.006391419210837045f,-0.7759269581198377f,-0.3494098347788185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0804425526721715f,0.5216818542971328f,1.4706404348503033f,-0.5227061779973713f,1.537240694239535f,-0.2794125502525069f,0.015030792904656932f,0.318204307371632f,0.26800427924482345f,1.4460922929254878f,-0.5276334301842209f,0.13155492959718051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38197665675818687f,-0.90630778703665f,-0.18083149296670775f,-0.45192884283367407f,-0.8435258623336219f,0.42184493206803114f,-0.33243190710706105f,0.5332413486791805f,0.37756847493687523f,0.025554812565315114f,-0.9256289744214977f,0.026321044512932306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,-0.90630778703665f,-0.02089037709383532f,-0.2984375f,-0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,-0.0053950869125168124f,0.025554812565315114f,-0.999658864109131f,0.02088030029183801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3737253406804833f,0.90630778703665f,0.1973209692100332f,0.4588467920522227f,0.8282225364940077f,0.42184493206803114f,-0.36890958693418413f,0.5772461347819065f,-0.4175844822029296f,0.025554812565315336f,-0.9082786751752254f,0.008399283197064828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42210163148418123f,0.90630778703665f,0.020890377093835562f,0.2984375f,0.9065324625933695f,0.42184493206803114f,0.015676337356645483f,0.8692639619099514f,0.005395086912516715f,0.025554812565315336f,-0.999658864109131f,0.020880300291838086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,-0.15625000000000003f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.2058725926339982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,-0.15625000000000003f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.613776287814107e-18f,1.2216137149149098e-16f,0.15624999999999997f,0f,0.9975232987710783f,-0.07033682114558541f,0.5121118417563078f,-1.2246467991473532e-16f,-0.07033682114558541f,-0.9975232987710783f,0.20587259263399824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0.15624999999999997f,0f,0.9981701461042338f,0.06046783794921427f,0.6996466681380342f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0.21097174883632447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.29375f,0f,0.9479538126107118f,0.31840786604105054f,1.3747959393513542f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.20560093564647472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-0.33125f,0f,0.9479538126107118f,0.31840786604105054f,1.2861524502163637f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.07692928245908917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,0.07784346014050106f,0.7153854064576424f,-0.6943803827447805f,0.25489281266060265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,-0.035025855384434174f,0.7187552250340868f,-0.6943803827447805f,0.2581015305989641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,0.1791391961513322f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,-0.12432037157225193f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,0.02775107406150449f,0.96992554564476f,-0.24181462692349215f,0.31802730492328113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,0.02775107406150449f,0.7190728488460991f,-0.6943803827447805f,0.1562359139329091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.13059366380766865f,0.6831756684332149f,0.718481942037599f,1.4427232173605322f,-0.07784346014050131f,0.7153854064576424f,-0.6943803827447805f,0.2548928126606026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.022113618878583437f,0.6951939922251724f,0.718481942037599f,1.4522761107644595f,0.035025855384433924f,0.7187552250340868f,-0.6943803827447805f,0.25810153059896407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.11896752051202239f,0.22298931556869764f,0.967534234125814f,1.4970432112932008f,-0.17913919615133245f,0.9536429282536032f,-0.24181462692349215f,0.20949902774701928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04423734753567063f,0.24883842725267127f,0.967534234125814f,1.4977052166129345f,0.12432037157225168f,0.9623253771038098f,-0.24181462692349215f,0.22084259810959872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08261961862856096f,0.23885456749295336f,0.967534234125814f,1.550063491971587f,-0.027751074061504732f,0.96992554564476f,-0.24181462692349215f,0.3180273049232811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08261961862856096f,0.6906212403217493f,0.718481942037599f,1.3946737128991937f,-0.027751074061504732f,0.7190728488460991f,-0.6943803827447805f,0.15623591393290903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.8993717397051177e-17f,1.160908602353238e-16f,-2.776940407344979e-18f,0f,0.9479538126107118f,0.31840786604105054f,0.898897138122421f,-1.2246467991473532e-16f,0.31840786604105054f,-0.9479538126107118f,0.02267543923095535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.40517441958661e-18f,1.222405874430996e-16f,0f,0f,0.9981701461042338f,0.06046783794921427f,0.5245833333333333f,-1.2246467991473532e-16f,0.06046783794921427f,-0.9981701461042338f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767004f,-0.6442900402766999f,0.3714747013451156f,-0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.11192851360861006f,-1.0597205171230401e-16f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,-0.6442900402767f,0.6442900402767003f,0.15f,-0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,-1.0597205171230401e-16f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,0.6442900402767001f,-0.36660876510376256f,0.911163713061217f,0.2913594755628312f,0.2913594755628312f,0.10282352999727157f,5.0502507502116464e-18f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41204452186686824f,0.6442900402767002f,-0.6442900402767001f,-0.125f,0.911163713061217f,0.29135947556283126f,-0.29135947556283115f,0.2120833333333333f,5.0502507502116464e-18f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3870833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3870833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3870833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3870833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4558333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30114583333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5245833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06157989098573387f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03199655765240057f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.021374344722952687f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10726779984645698f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013565533486876363f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0640900962760664f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6907058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68.mcfunction new file mode 100644 index 000000000..dc9a370f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..3a254b2da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,-0.13817802866725137f,-0.18371002771415632f,0.027562993521476523f,-0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,0.17272076698413757f,0.07674615539118004f,-0.7944948135321769f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,0.1687138245239685f,-0.17996084347509192f,0.027562993521476523f,0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,0.1850866908952332f,0.0047087277204454075f,-0.7782806336641733f,-0.3512178229599716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7836465418511975f,0.13817802866725137f,0.18371002771415648f,-0.027562993521476425f,0.15169073320910242f,0.8012248775910228f,0.044419156139888664f,0.6660813336610639f,-0.1727207669841377f,0.07674615539118007f,-0.7944948135321769f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7610188829656128f,-0.1687138245239685f,0.17996084347509209f,-0.027562993521476425f,-0.16307414455769303f,0.7819932693429978f,0.04351264274927869f,0.6660813336610639f,-0.18508669089523336f,0.004708727720445373f,-0.7782806336641733f,-0.35121782295997167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0806545738650884f,0.5234770339642125f,1.4699907770549687f,-0.5225283562124555f,1.5391591202097499f,-0.26882738787772953f,0.011282207318827906f,0.3157709176421429f,0.256691044623277f,1.4474494396830815f,-0.5295338300537024f,0.1342402310604206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.381449023944673f,-0.90630778703665f,-0.1819418513932035f,-0.4518965290245244f,-0.8407763628154565f,0.4219593002096444f,-0.3391835147783558f,0.5300397752169319f,0.38417671697080774f,0.023591187407960554f,-0.9229581279853459f,0.02735462614192638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,-0.90630778703665f,-0.022118130853930097f,-0.2984375f,-0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,0.0017322213300208222f,0.023591187407960554f,-0.9997201884957342f,0.019275863442951836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3731497769021744f,0.90630778703665f,0.1984072558012629f,0.4588398052820831f,0.8251811528997913f,0.4219593002096444f,-0.37553483708646584f,0.5739122690433984f,-0.4240699339694205f,0.023591187407960776f,-0.9053221233239879f,0.009121032139156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42203907810090135f,0.90630778703665f,0.02211813085393034f,0.2984375f,0.9065759846615203f,0.4219593002096444f,0.008386477304692413f,0.8660240763815903f,-0.0017322213300209194f,0.023591187407960776f,-0.9997201884957342f,0.019275863442951912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,-0.15625000000000003f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.20592840761253356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,-0.15625000000000003f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.182245781200596e-18f,1.221199581928859e-16f,0.15624999999999997f,0f,0.9971851335251157f,-0.07497872682632767f,0.50973681459516f,-1.2246467991473532e-16f,-0.07497872682632767f,-0.9971851335251157f,0.2059284076125336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0.15624999999999997f,0f,0.998440764181981f,0.055821504993163816f,0.6972933422854887f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0.21015468502261445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.29375f,0f,0.9505157316277837f,0.31067642963073183f,1.3730381904679727f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.19997640234494818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-0.33125f,0f,0.9505157316277837f,0.31067642963073183f,1.283349639292381f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.07203099880100196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.040244043349200606f,0.19290356018430427f,0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,0.07677722149623785f,0.7097973622698444f,-0.7002092278555666f,0.24871339166247516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.040244043349200606f,0.0777185482174462f,0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,-0.03520480415852557f,0.7130691824711477f,-0.7002092278555666f,0.25184419695688237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882075f,0.07350640788684337f,0.05811883450603118f,0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,0.17816428997849387f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497226f,0.07350640788684337f,0.0867221697204052f,0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,-0.1246765514105454f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349318f,0.07350640788684337f,0.14239431979794503f,0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,0.027077234978656876f,0.9679479560695161f,-0.24968695938465968f,0.31097152690096447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.040244043349200606f,0.12499999999999999f,0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,0.027077234978656876f,0.713424039805095f,-0.7002092278555666f,0.15045111794481836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920044f,-0.19290356018430435f,-0.1312233499521857f,0.6889796645957755f,0.7128025352093095f,1.4413646868626755f,-0.07677722149623809f,0.7097973622698442f,-0.7002092278555666f,0.24871339166247508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920044f,-0.07771854821744628f,-0.021827607506971512f,0.7010250361789533f,0.7128025352093095f,1.4509433977051258f,0.035204804158525324f,0.7130691824711478f,-0.7002092278555666f,0.2518441969568823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12042262375061874f,0.23074913082436646f,0.9655326148364003f,1.4953131566589284f,-0.1781642899784941f,0.9517950977441009f,-0.24968695938465968f,0.20287868803881645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.043223318165408225f,0.256668101746118f,0.9655326148364003f,1.496067530903057f,0.12467655141054516f,0.9602667232814105f,-0.24968695938465968f,0.21421649025591039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08284290458335322f,0.2467464748428579f,0.9655326148364003f,1.549215617611876f,-0.02707723497865712f,0.9679479560695161f,-0.24968695938465968f,0.3109715269009644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920044f,-0.12500000000000003f,-0.08284290458335322f,0.6964550229263728f,0.7128025352093095f,1.3925132374534426f,-0.02707723497865712f,0.713424039805095f,-0.7002092278555666f,0.1504511179448183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.804688951178036e-17f,1.1640460482771698e-16f,-2.5635610280049775e-18f,0f,0.9505157316277837f,0.31067642963073183f,0.8956652865682428f,-1.2246467991473532e-16f,0.31067642963073183f,-0.9505157316277837f,0.02093306437243643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.8361627413466064e-18f,1.2227372859937002e-16f,0f,0f,0.998440764181981f,0.055821504993163816f,0.52125f,-1.2246467991473532e-16f,0.055821504993163816f,-0.998440764181981f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.6459741880212513f,-0.6459741880212508f,0.37205362713230505f,-0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10988535552389195f,-4.9810872803871815e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,-0.645974188021251f,0.6459741880212512f,0.15f,-0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212511f,0.6459741880212511f,-0.3672403205079692f,0.913545457642601f,0.28760623847595074f,0.2876062384759506f,0.10089766057151847f,-4.9810872803871815e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.40673664307580015f,0.6459741880212512f,-0.645974188021251f,-0.125f,0.913545457642601f,0.2876062384759507f,-0.2876062384759507f,0.20875f,-4.9810872803871815e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3837500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3837500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3837500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3837500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4525000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29781250000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.52125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06116322431906725f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032413224319067194f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020957678056286067f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10685113317979036f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013148866820209743f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06367342960939978f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6873724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69.mcfunction new file mode 100644 index 000000000..517b452a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..fcf83503d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,-0.13853985070563293f,-0.17443899734994592f,0.02730785269599295f,-0.15041798659964067f,0.8016557760402977f,0.0408275702556832f,0.6611698897390198f,0.1643066746584076f,0.07140847955343516f,-0.7967738638754456f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,0.1691556051781086f,-0.17087901781219192f,0.02730785269599295f,0.1643875443031208f,0.781906124086021f,0.039994354536179465f,0.6611698897390198f,0.17547077468804045f,0.0030322192539388657f,-0.7805131727759468f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7856985365994077f,0.13853985070563293f,0.17443899734994608f,-0.027307852695992854f,0.15041798659964067f,0.8016557760402977f,0.0408275702556832f,0.6611698897390198f,-0.1643066746584078f,0.07140847955343518f,-0.7967738638754456f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.763011626718996f,-0.1691556051781086f,0.17087901781219209f,-0.027307852695992854f,-0.1643875443031208f,0.781906124086021f,0.039994354536179465f,0.6611698897390198f,-0.17547077468804062f,0.003032219253938824f,-0.7805131727759468f,-0.35302183296403955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0808614461251326f,0.5252720305422568f,1.4693389569668962f,-0.5223484359827358f,1.5409945687728663f,-0.2582354884592667f,0.007511425479321984f,0.3133626042886315f,0.24536384318615437f,1.44872701929322f,-0.5314064903881979f,0.1369189685345541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38091816346628327f,-0.9063077870366502f,-0.18305067030252573f,-0.4518628975361283f,-0.8379765455642413f,0.4220645280190788f,-0.34591450283596575f,0.526850843762711f,0.39076420233395864f,0.02162705122670084f,-0.9202367134762351f,0.02838744614012101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,-0.9063077870366502f,-0.023345697459491555f,-0.2984375f,-0.9065651284214452f,0.4220645280190788f,0.0010964115289986212f,0.8627767224798975f,0.008859704472988283f,0.02162705122670084f,-0.9997268508407129f,0.017671009047172365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3725710556838073f,0.9063077870366502f,0.19949186355183376f,0.45883162900864527f,0.8220903988787742f,0.4220645280190788f,-0.38213729242167693f,0.5705888134598855f,-0.43053244307251837f,0.021627051226701062f,-0.9023159569226549f,0.009843025458067143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42197295359638864f,0.9063077870366502f,0.023345697459491797f,0.2984375f,0.9065651284214452f,0.4220645280190788f,0.0010964115289986212f,0.8627767224798975f,-0.00885970447298838f,0.021627051226701062f,-0.9997268508407129f,0.01767100904717244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047104e-18f,1.2207589957521108e-16f,-0.15625000000000003f,0f,0.9968253676097064f,-0.0796190083445757f,0.5073620368285365f,-1.2246467991473532e-16f,-0.0796190083445757f,-0.9968253676097064f,0.20597976184319672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582402e-18f,1.2230422110565092e-16f,-0.15625000000000003f,0f,0.998689754391257f,0.05117396285154f,0.6949362030447194f,-1.2246467991473532e-16f,0.05117396285154f,-0.998689754391257f,0.20933306891291514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.750516372047104e-18f,1.2207589957521108e-16f,0.15624999999999997f,0f,0.9968253676097064f,-0.0796190083445757f,0.5073620368285365f,-1.2246467991473532e-16f,-0.0796190083445757f,-0.9968253676097064f,0.20597976184319675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582402e-18f,1.2230422110565092e-16f,0.15624999999999997f,0f,0.998689754391257f,0.05117396285154f,0.6949362030447194f,-1.2246467991473532e-16f,0.05117396285154f,-0.998689754391257f,0.20933306891291517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.19433953812554883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.0671288719360591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,-0.29375f,0f,0.9530145948208575f,0.302924383400275f,1.3712406629133813f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.19433953812554877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,-0.33125f,0f,0.9530145948208575f,0.302924383400275f,1.2805129995045499f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.06712887193605901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,0.07570588956334756f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,-0.03538141749737792f,0.7073358359411386f,-0.7059916221098709f,0.2455710915632631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,0.17717756464713155f,0.9498841265393226f,-0.2575427279779799f,0.19624582487935094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,-0.1250244603886934f,0.9581443667684825f,-0.2575427279779799f,0.20757710681773606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,0.026401599631627224f,0.9659061542419902f,-0.2575427279779799f,0.3038960547064849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,0.026401599631627224f,0.707727903256304f,-0.7059916221098709f,0.14465727647381676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13184433093151326f,0.6947379548546636f,0.7070758421029394f,1.43996184501373f,-0.0757058895633478f,0.7041622311627451f,-0.7059916221098709f,0.2425184066058561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.021540148123789155f,0.7068095751567209f,0.7070758421029394f,1.4495657378570297f,0.03538141749737768f,0.7073358359411387f,-0.7059916221098709f,0.24557109156326307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12186973832841135f,0.2384936385200479f,0.9634669435249106f,1.4935352118109524f,-0.1771775646471318f,0.9498841265393225f,-0.2575427279779799f,0.19624582487935088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04220642142341045f,0.2644807492529394f,0.9634669435249106f,1.494381904935392f,0.12502446038869314f,0.9581443667684826f,-0.2575427279779799f,0.207577106817736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08306069486097035f,0.2546220133923607f,0.9634669435249106f,1.5483162772280066f,-0.026401599631627467f,0.9659061542419902f,-0.2575427279779799f,0.30389605470648484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08306069486097035f,0.7022426037229811f,0.7070758421029394f,1.3903116913903362f,-0.026401599631627467f,0.707727903256304f,-0.7059916221098709f,0.1446572764738167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.709753765148324e-17f,1.167106273088075e-16f,-2.350126117718401e-18f,0f,0.9530145948208575f,0.302924383400275f,0.8924253245633881f,-1.2246467991473532e-16f,0.302924383400275f,-0.9530145948208575f,0.0191902360693275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.267002980582402e-18f,1.2230422110565092e-16f,0f,0f,0.998689754391257f,0.05117396285154f,0.5179166666666667f,-1.2246467991473532e-16f,0.05117396285154f,-0.998689754391257f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396471f,-0.6476364719396467f,0.37262503722925355f,-0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.1078455436400589f,6.18631432487909e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,-0.6476364719396468f,0.647636471939647f,0.15f,-0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,6.18631432487909e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.6476364719396469f,0.6476364719396469f,-0.3678636769773676f,0.915896282104511f,0.28384326698649553f,0.28384326698649537f,0.09897544154673091f,-1.601814616762404e-16f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4014149977605892f,0.647636471939647f,-0.6476364719396468f,-0.125f,0.915896282104511f,0.2838432669864954f,-0.2838432669864955f,0.2054166666666667f,-1.601814616762404e-16f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3804166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3804166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3804166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3804166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4491666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29447916666666674f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5179166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060746557652400626f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032829890985733814f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020541011389619446f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10643446651312374f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012732200153543122f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06325676294273316f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6840391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..004865789 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7154145820684236f,-0.12614689321093342f,-0.373113094840608f,0.036046815694278145f,-0.12989444361116245f,0.8059302196505764f,-0.023417066796778303f,1.0706604827735895f,0.3718250310660294f,0.03883151853388671f,-0.7260734838055601f,-0.3302289161476285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6947571092662386f,0.1540239429575629f,-0.36549854188467723f,0.036046815694278145f,0.18456423660082172f,0.7780808680102203f,-0.022939167474395075f,1.0706604827735895f,0.3510678021294115f,-0.10424388630642968f,-0.7112556576054467f,-0.3302289161476285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7154145820684236f,0.12614689321093342f,0.37311309484060823f,-0.03604681569427805f,0.12989444361116245f,0.8059302196505764f,-0.023417066796778303f,1.0706604827735895f,-0.3718250310660296f,0.03883151853388675f,-0.7260734838055601f,-0.33022891614762845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6947571092662386f,-0.1540239429575629f,0.36549854188467745f,-0.03604681569427805f,-0.18456423660082172f,0.7780808680102203f,-0.022939167474395075f,1.0706604827735895f,-0.35106780212941174f,-0.10424388630642974f,-0.7112556576054467f,-0.33022891614762845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3937058859294064f,0.05209213753071413f,1.5111877231475985f,-0.6744646825374435f,1.3424708185158583f,-0.7306409393651508f,-0.32456458395359555f,0.8361102380016482f,0.6958261469777505f,1.380165380282773f,-0.22885748021641536f,-0.0915057036403889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6641925853114821f,-0.747326369281734f,-0.01874853043390448f,-0.5276216788580544f,-0.7457310493687593f,0.6641118407280988f,-0.053297889377584146f,1.0362686316496061f,0.05228203921633651f,-0.02141870166274523f,-0.9984026380145756f,-0.11812187844075031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.620808687193283f,-0.747326369281734f,0.23685411476589135f,-0.2984375f,-0.7093618725147895f,0.6641118407280988f,0.23613808847165632f,1.3016753164694386f,-0.3337698424478523f,-0.02141870166274523f,-0.9424112326852955f,-0.0019423675392244832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.45049819469478675f,0.8664493714313883f,0.21521352960000073f,0.4060077750118096f,0.5090228042328292f,-0.05123977994470991f,-0.8592265531989597f,1.0793299112546835f,-0.7334488130385683f,0.4966286053957926f,-0.46412591713342727f,0.22206605740107835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2521121450326879f,0.8920806222797438f,0.37500883946915464f,0.2984375f,0.6774502245168745f,0.43942824512631806f,-0.5898847435620292f,1.3016753164694386f,-0.6910142253449297f,0.10533271447271104f,-0.7151254153173112f,-0.0019423675392244103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.404732266218831e-17f,1.043816951693357e-16f,-0.15625000000000003f,0f,0.852341223951349f,-0.5229860781637656f,0.9690529196703563f,-1.2246467991473532e-16f,-0.5229860781637656f,-0.852341223951349f,0.2511190431102832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.742359508636188e-17f,1.1935469935933754e-16f,-0.15625000000000003f,0f,0.9746050815830076f,-0.22393064764024417f,1.1503918059194187f,-1.2246467991473532e-16f,-0.22393064764024417f,-0.9746050815830076f,0.20304076491784367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.365584600421011e-17f,1.1008473107652608e-16f,0.15624999999999997f,0f,0.898910046171446f,-0.43813323189647335f,0.963190713788677f,-1.2246467991473532e-16f,-0.43813323189647335f,-0.898910046171446f,0.21533155842589646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.9476352423304915e-18f,1.224010375879718e-16f,0.15624999999999997f,0f,0.9994803209643154f,-0.03223488801080435f,1.1503918059194187f,-1.2246467991473532e-16f,-0.03223488801080435f,-0.9994803209643154f,0.2030407649178437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,8.836052603477587e-18f,1.2214549521372924e-16f,0.29375f,0f,0.9973936591249959f,-0.07215184500240879f,1.8409731052242893f,-1.2246467991473532e-16f,-0.07215184500240879f,-0.9973936591249959f,-0.017833700531787858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,8.836052603477587e-18f,1.2214549521372924e-16f,0.33125f,0f,0.9973936591249959f,-0.07215184500240879f,1.709534662364689f,-1.2246467991473532e-16f,-0.07215184500240879f,-0.9973936591249959f,-0.10232037544945512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,8.836052603477587e-18f,1.2214549521372924e-16f,-0.29375f,0f,0.9973936591249959f,-0.07215184500240879f,1.8409731052242893f,-1.2246467991473532e-16f,-0.07215184500240879f,-0.9973936591249959f,-0.017833700531787927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,8.836052603477587e-18f,1.2214549521372924e-16f,-0.33125f,0f,0.9973936591249959f,-0.07215184500240879f,1.709534662364689f,-1.2246467991473532e-16f,-0.07215184500240879f,-0.9973936591249959f,-0.1023203754494552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877416023094509f,0.15567278703957715f,0.011511318017017502f,0.19479503312769478f,0.15608430008575513f,0.9859371856287988f,0.05971228735447594f,1.9418587314740214f,-0.0020538582955969553f,0.060777046404823135f,-0.9981492535169315f,-0.032854720384186534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999334532836621f,-0.0007606324483192123f,0.011511318017017502f,0.07961002116083671f,-0.00007191285245897183f,0.9982156267898427f,0.05971228735447594f,1.9519098491346314f,-0.01153619663285951f,0.0597074858861133f,-0.9981492535169315f,-0.033581822142769543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708153516867638f,0.2386411098753719f,0.023832196851230662f,0.05720505709778867f,0.23845386874462635f,0.9498515606379566f,0.20229128808319716f,1.9454518689914286f,0.025637968133720324f,0.20207036752351695f,-0.9790353727822529f,-0.052135950764725714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997044424849057f,-0.0730372594684211f,0.023832196851230662f,0.0862709587518268f,-0.06673716866532833f,0.9770488140743926f,0.20229128808319716f,1.9552002489725928f,-0.03806002096621598f,0.20010290763796032f,-0.9790353727822529f,-0.04941417307714431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08383406161662553f,0.023832196851230662f,0.1444382460815651f,0.08692858517284362f,0.9754597151320442f,0.20229128808319716f,2.0640021547234504f,-0.006288447641798969f,0.2035932078124691f,-0.9790353727822529f,-0.057436424689451274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08639220480695618f,0.011511318017017502f,0.125f,0.08692858517284362f,0.994423382578439f,0.05971228735447594f,1.8402568936433021f,-0.006288447641798969f,0.0604857266621537f,-0.9981492535169315f,-0.07104571318843583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877416023094509f,-0.15567278703957715f,-0.011511318017017255f,-0.1947950331276948f,-0.15608430008575513f,0.9859371856287988f,0.05971228735447594f,1.9418587314740214f,0.002053858295596714f,0.060777046404823086f,-0.9981492535169315f,-0.03285472038418658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999334532836621f,0.0007606324483192123f,-0.011511318017017255f,-0.07961002116083671f,0.00007191285245897183f,0.9982156267898427f,0.05971228735447594f,1.9519098491346314f,0.011536196632859264f,0.05970748588611329f,-0.9981492535169315f,-0.03358182214276956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708153516867638f,-0.23864110987537193f,-0.02383219685123042f,-0.05720505709778867f,-0.23845386874462635f,0.9498515606379566f,0.20229128808319716f,1.9454518689914286f,-0.025637968133720556f,0.20207036752351687f,-0.979035372782253f,-0.05213595076472573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997044424849057f,0.07303725946842107f,-0.02383219685123042f,-0.08627095875182682f,0.06673716866532833f,0.9770488140743926f,0.20229128808319716f,1.9552002489725928f,0.03806002096621573f,0.2001029076379603f,-0.979035372782253f,-0.049414173077144324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08383406161662556f,-0.02383219685123042f,-0.1444382460815651f,-0.08692858517284362f,0.9754597151320442f,0.20229128808319716f,2.0640021547234504f,0.006288447641798724f,0.20359320781246903f,-0.979035372782253f,-0.05743642468945131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08639220480695618f,-0.011511318017017255f,-0.125f,-0.08692858517284362f,0.994423382578439f,0.05971228735447594f,1.8402568936433021f,0.006288447641798724f,0.06048572666215367f,-0.9981492535169315f,-0.07104571318843586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,8.836052603477587e-18f,1.2214549521372924e-16f,3.5506684022458013e-19f,0f,0.9973936591249959f,-0.07215184500240879f,1.3313473884980669f,-1.2246467991473532e-16f,-0.07215184500240879f,-0.9973936591249959f,-0.0028993407770452045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.9476352423304915e-18f,1.224010375879718e-16f,-1.1252963756493542e-18f,0f,0.9994803209643154f,-0.03223488801080435f,0.9565422681364486f,-1.2246467991473532e-16f,-0.03223488801080435f,-0.9994803209643154f,0.009188742227006426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9151102538939808f,-0.4003954437500792f,0.04750486124883593f,0.18462488266422766f,-0.3863235480897009f,0.8369588686507663f,-0.38762606772276603f,0.6277759874450246f,0.11544409646871773f,-0.3730728357988651f,-0.9205918312583024f,0.3869732925701951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9151102538939808f,-0.1799845850953545f,0.3608029550130474f,0.1315120644408806f,-0.3863235480897009f,0.13518299042075993f,-0.9124032416055335f,0.6632251728908762f,0.11544409646871773f,-0.97433623982122f,-0.19323962420157914f,0.08458252042256761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.90161405494573f,0.4324436614814928f,-0.009196497637595197f,-0.18291308566287343f,0.41443306055721085f,0.8575850978429373f,-0.30461949752913575f,0.6376602577383156f,-0.12384399154380248f,-0.2784605530451307f,-0.952429727673543f,0.3933108206953066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.90161405494573f,0.1930805482167194f,-0.3870555487583782f,-0.125f,0.41443306055721085f,0.12941068971172892f,-0.900831899804574f,0.6655702590424761f,-0.12384399154380248f,-0.9726113176848531f,-0.19669745923583468f,0.06508799590120462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9824257038324614f,0.1866540555393664f,9.470410395420416e-17f,-3.2892073630795008e-18f,0.14434288393666886f,0.7597271805046933f,-0.6340187245336169f,0.8426631550775863f,-0.11834216622209603f,-0.622876291692898f,-0.773317694703002f,0.02685841636437196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9824358047220022f,-0.18560701374710564f,0.01923346167786099f,-3.3897543150370918e-18f,-0.14430176480341414f,0.6903384700992327f,-0.7089497848054338f,0.8149812603628696f,0.11830845394498295f,-0.6992730748062107f,-0.7049966500460944f,0.02767944453369879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.764490015995814e-17f,9.470410395420416e-17f,-3.2892073630795008e-18f,0f,0.773317694703002f,-0.6340187245336169f,0.8426631550775863f,-1.2246467991473532e-16f,-0.6340187245336169f,-0.773317694703002f,0.02685841636437196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9841657638381048f,0.17725052690742468f,1.2047769918866381e-16f,-3.524750582249129e-18f,0.17437464970841282f,0.9681977442804066f,-0.1794062694261288f,0.8610955688608611f,-0.03179985578627684f,-0.17656550818711086f,-0.9837750710861702f,0.028781772709512633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9841657638381048f,-0.17725052690742463f,1.2047769918866381e-16f,-3.524750582249129e-18f,-0.17437464970841282f,0.9681977442804066f,-0.1794062694261288f,0.8610955688608611f,0.0317998557862766f,-0.17656550818711092f,-0.9837750710861702f,0.028781772709512633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.1970931359967624e-17f,1.2047769918866381e-16f,-3.524750582249129e-18f,0f,0.9837750710861702f,-0.1794062694261288f,0.8610955688608611f,-1.2246467991473532e-16f,-0.1794062694261288f,-0.9837750710861702f,0.028781772709512633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9644907130008905f,0.2641167630708695f,1.1733768745061733e-16f,-0.19375f,0.253059496152323f,0.9241122412594038f,-0.28631705670751395f,0.8892144260066808f,-0.07562113422956727f,-0.2761501421681465f,-0.9581349294532301f,0.030790518608255196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9644907130008905f,-0.26356696045620626f,0.017032964830303397f,0.19375f,-0.2530594961523229f,0.9037238811224264f,-0.34531730060359117f,0.8902686729322755f,0.07562113422956701f,-0.33736568296863734f,-0.9383314126751479f,0.02154641348859744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.51569519397294e-17f,1.1383517698027945e-16f,-0.007812500000000009f,0f,0.9295347610391497f,-0.3687344952942304f,0.7433279746956287f,-1.2246467991473532e-16f,-0.3687344952942304f,-0.9295347610391497f,0.06397396735808514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.5063726703814815e-17f,1.1733768745061733e-16f,0f,0f,0.9581349294532301f,-0.28631705670751395f,0.9574112479953347f,-1.2246467991473532e-16f,-0.28631705670751395f,-0.9581349294532301f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.35628649890200226f,0.09833577313218779f,-0.9291878208535927f,0.0010759296360312726f,-0.5294635175125731f,0.798136383218635f,0.2874833863128258f,0.5428548503787365f,0.7698885077226226f,0.5943975012608744f,-0.23230001328338767f,0.700786476200502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.35628649890200226f,0.09833577313218779f,-0.9291878208535927f,-0.032325929636031425f,-0.5294635175125731f,0.798136383218635f,0.2874833863128258f,0.4932176456119328f,0.7698885077226226f,0.5943975012608744f,-0.23230001328338767f,0.7729635237994978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.35628649890200226f,0.09833577313218779f,-0.9291878208535927f,0.12375317312803885f,-0.5294635175125731f,0.798136383218635f,0.2874833863128258f,0.4749137400484108f,0.7698885077226226f,0.5943975012608744f,-0.23230001328338767f,0.7717200019925081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8076847240720535f,-0.4264434758680604f,-0.4071748376191956f,0.5929384039350757f,-0.1568678895890134f,0.5102708135567726f,-0.8455862830297087f,0.8947862163079915f,0.5683641893333361f,0.7468397811590359f,0.3452426531611981f,-0.4955133085447689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9034696374815077f,-0.4264434758680604f,-0.043457750040708815f,0.5109360960649246f,0.20062497820642286f,0.5102708135567726f,-0.8362854267245017f,0.8926892796826782f,0.37880368565881994f,0.7468397811590359f,0.5465693999938321f,-0.5409036914552311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8746912839482784f,-0.4264434758680604f,-0.23034999386689703f,0.5864897490800347f,0.0223673240033421f,0.5102708135567726f,-0.8597228621183917f,1.0226961773130936f,0.48416408437826325f,0.7468397811590359f,0.45586783246515833f,-0.5865886748697737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.1235337479953347f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7.mcfunction new file mode 100644 index 000000000..df510f2c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70.mcfunction new file mode 100644 index 000000000..2c12e7b5b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..381984533 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,-0.13888291666590896f,-0.1651443507378309f,0.027065937823444908f,-0.14922577556604566f,0.8020545341861851f,0.03721070467672171f,0.6562449239575779f,0.1558614417646703f,0.06606439354293815f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,0.16957448487107007f,-0.1617740578656303f,0.027065937823444908f,0.1656160088010711f,0.7818200817143977f,0.03645130254046209f,0.6562449239575779f,0.16582427248869394f,0.001361583197599145f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7876441603428509f,0.13888291666590896f,0.16514435073783107f,-0.02706593782344481f,0.14922577556604566f,0.8020545341861851f,0.03721070467672171f,0.6562449239575779f,-0.15586144176467046f,0.06606439354293818f,-0.7989287523435907f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7649010709120486f,-0.16957448487107007f,0.16177405786563046f,-0.02706593782344481f,-0.1656160088010711f,0.7818200817143977f,0.03645130254046209f,0.6562449239575779f,-0.16582427248869408f,0.0013615831975991102f,-0.7826240839284154f,-0.3548216253515133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08106316770183726f,0.527066828842742f,1.468684980101519f,-0.5221664188306238f,1.5427469375219665f,-0.2476374534824941f,0.0037186555768370126f,0.3109793181428301f,0.23402328860337246f,1.449924997910706f,-0.5332512079919758f,0.13959093104371278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38038407981494143f,-0.9063077870366502f,-0.18415794031230476f,-0.45182794865306186f,-0.8351265686069209f,0.4221606132169278f,-0.35262449015225467f,0.5236745493111727f,0.39733055033582587f,0.019662446567954933f,-0.9174648886822819f,0.029419386948021164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,-0.9063077870366502f,-0.024573066523355527f,-0.2984375f,-0.9064998940197717f,0.4221606132169278f,-0.006193447380119815f,0.8595218983424174f,0.01598695042132446f,0.019662446567954933f,-0.9996788512373304f,0.01606577186828435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37198918192228375f,0.9063077870366502f,0.200574783284241f,0.45882226330109344f,0.8189504489320483f,0.4221606132169278f,-0.3887165790679685f,0.5672757707119372f,-0.4369716360666751f,0.019662446567955155f,-0.8992603502146503f,0.010565161825628895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4219032585301622f,0.9063077870366502f,0.02457306652335577f,0.2984375f,0.9064998940197717f,0.4221606132169278f,-0.006193447380119815f,0.8595218983424174f,-0.01598695042132456f,0.019662446567955155f,-0.9996788512373304f,0.016065771868284427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678332e-17f,1.2202919659284857e-16f,-0.15625000000000003f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.20602665421357066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.697707466230175e-18f,1.2233206430142443e-16f,-0.15625000000000003f,0f,0.9989171113385246f,0.04652531219774666f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774666f,-0.9989171113385246f,0.2085069183047824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0318575750678332e-17f,1.2202919659284857e-16f,0.15624999999999997f,0f,0.9964440088179716f,-0.08425756518420274f,0.5049874876925481f,-1.2246467991473532e-16f,-0.08425756518420274f,-0.9964440088179716f,0.2060266542135707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.697707466230175e-18f,1.2233206430142443e-16f,0.15624999999999997f,0f,0.9989171113385246f,0.04652531219774666f,0.6925752292697573f,-1.2246467991473532e-16f,0.04652531219774666f,-0.9989171113385246f,0.20850691830478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.18869063906545286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.06222314920003469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.29375f,0f,0.9554502364190022f,0.29515224160909387f,1.3694032589760101f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.1886906390654528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-0.33125f,0f,0.9554502364190022f,0.29515224160909387f,1.2776425020744875f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.062223149200034605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,0.0746295354124244f,0.6984803869627041f,-0.7117271819121123f,0.2363081905928423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,-0.03555568368472055f,0.7015555657858864f,-0.7117271819121123f,0.2392825527025918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,0.17617908561516124f,0.9479101414103045f,-0.265381411563249f,0.18960080041891245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,-0.12536407542692282f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,0.02572421284107672f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,0.02572421284107672f,0.7019848170730975f,-0.7117271819121123f,0.13885469601072187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13245656555068103f,0.7004501572133219f,0.7013022426189373f,1.438514567919254f,-0.07462953541242463f,0.6984803869627041f,-0.7117271819121123f,0.23630819059284222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02125125979867159f,0.7125472254206163f,0.7013022426189373f,1.4481430056551925f,0.0355556836847203f,0.7015555657858865f,-0.7117271819121123f,0.23928255270259174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12330876824593472f,0.2462223248964235f,0.9613373572249602f,1.4917092777386158f,-0.17617908561516146f,0.9479101414103045f,-0.265381411563249f,0.18960080041891247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04118672476912054f,0.2722758514935217f,0.9613373572249602f,1.4926482335749824f,0.1253640754269226f,0.9559584483590543f,-0.265381411563249f,0.20092481037791105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08327297501352374f,0.262480660689748f,0.9613373572249602f,1.547365313523986f,-0.02572421284107696f,0.9638002756123307f,-0.265381411563249f,0.29680127985216853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08327297501352374f,0.7079835987719252f,0.7013022426189373f,1.388069003800303f,-0.02572421284107696f,0.7019848170730975f,-0.7117271819121123f,0.1388546960107218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.61457247947743e-17f,1.1700890737751128e-16f,-2.1366402998363157e-18f,0f,0.9554502364190022f,0.29515224160909387f,0.8891772500852799f,-1.2246467991473532e-16f,0.29515224160909387f,-0.9554502364190022f,0.017446992074154996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.697707466230175e-18f,1.2233206430142443e-16f,0f,0f,0.9989171113385246f,0.04652531219774666f,0.5145833333333333f,-1.2246467991473532e-16f,0.04652531219774666f,-0.9989171113385246f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697538f,-0.6492768357697533f,0.3731889122958527f,-0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.10580903417621584f,-1.0401693299994641e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,-0.6492768357697534f,0.6492768357697537f,0.15f,-0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,-1.0401693299994641e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,0.6492768357697535f,-0.36847881341365757f,0.918216106880274f,0.2800706884570689f,0.2800706884570689f,0.09705682516193243f,7.005369462569246e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39607976603915673f,0.6492768357697536f,-0.6492768357697535f,-0.125f,0.918216106880274f,0.28007068845706895f,-0.28007068845706884f,0.20208333333333328f,7.005369462569246e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3770833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3770833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3770833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3770833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4458333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2911458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5145833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.060329890985733894f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.033246557652400546f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020124344722952714f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10601779984645701f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01231553348687639f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06284009627606643f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6807058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71.mcfunction new file mode 100644 index 000000000..c051b8c9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..e68291e02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,-0.13920718010244018f,-0.15582734622417824f,0.02683728165523365f,-0.14811452154390956f,0.802421073634151f,0.03357012868726621f,0.6513064216047342f,0.14738686960228814f,0.06071429848221622f,-0.800959005863031f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,0.16997040689324777f,-0.15264719630123583f,0.02683728165523365f,0.16675912725382266f,0.78173522926419f,0.03288502402017914f,0.6513064216047342f,0.1561489648881081f,-0.00030349268223563847f,-0.7846129037025611f,-0.3566169599121464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7894831496752172f,0.13920718010244018f,0.1558273462241784f,-0.026837281655233552f,0.14811452154390956f,0.802421073634151f,0.03357012868726621f,0.6513064216047342f,-0.1473868696022883f,0.060714298482216246f,-0.800959005863031f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7666869597442726f,-0.16997040689324777f,0.152647196301236f,-0.026837281655233552f,-0.16675912725382266f,0.78173522926419f,0.03288502402017914f,0.6513064216047342f,-0.15614896488810825f,-0.00030349268223567316f,-0.7846129037025611f,-0.3566169599121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08125973688831675f,0.5288614136788227f,1.4680288519925206f,-0.5219823062962736f,1.5444161286242524f,-0.23703388460282454f,-0.00009589250037936832f,0.30862100834353356f,0.22266999529824014f,1.4510433462415007f,-0.5350677812409842f,0.14225590798502447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3798467775098436f,-0.90630778703665f,-0.18526365205327672f,-0.4517916826710482f,-0.8322265928463658f,0.42224755372182754f,-0.35931309680453044f,0.5205108858666336f,0.4038753814912675f,0.01769741598828968f,-0.9146428142682915f,0.030450331042498766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,-0.90630778703665f,-0.025800227660029446f,-0.2984375f,-0.9063802847212489f,0.42224755372182754f,-0.013482686845001084f,0.8562596022685119f,0.02311354709271475f,0.01769741598828968f,-0.9995761928978352f,0.014460186678364214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3714041605411801f,0.90630778703665f,0.20165600583526289f,0.45881170823867634f,0.8157614803813352f,0.42224755372182754f,-0.3952723244827355f,0.5639731426093555f,-0.443387140836035f,0.017697415988289902f,-0.8961554802647715f,0.011287339891335171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4218299934919527f,0.90630778703665f,0.02580022766002969f,0.2984375f,0.9063802847212489f,0.42224755372182754f,-0.013482686845001084f,0.8562596022685119f,-0.023113547092714848f,0.017697415988289902f,-0.9995761928978352f,0.014460186678364286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0886411611994217e-17f,1.2197985025746185e-16f,-0.15625000000000003f,0f,0.9960410654107696f,-0.0888942968664415f,0.5026131464183526f,-1.2246467991473532e-16f,-0.0888942968664415f,-0.9960410654107696f,0.20606908370788954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667275e-18f,1.2235725758356118e-16f,-0.15625000000000003f,0f,0.9991228300988584f,0.04187565372919965f,0.6902103998976961f,-1.2246467991473532e-16f,0.04187565372919965f,-0.9991228300988584f,0.20767625109399662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0886411611994217e-17f,1.2197985025746185e-16f,0.15624999999999997f,0f,0.9960410654107696f,-0.0888942968664415f,0.5026131464183526f,-1.2246467991473532e-16f,-0.0888942968664415f,-0.9960410654107696f,0.20606908370788957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667275e-18f,1.2235725758356118e-16f,0.15624999999999997f,0f,0.9991228300988584f,0.04187565372919965f,0.6902103998976961f,-1.2246467991473532e-16f,0.04187565372919965f,-0.9991228300988584f,0.20767625109399665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.29375f,0f,0.9578224948453148f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.1830300020216382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,0.33125f,0f,0.9578224948453148f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.05731407814867594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.29375f,0f,0.9578224948453148f,0.287360519849712f,1.3675258832271915f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.18303000202163813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-0.33125f,0f,0.9578224948453148f,0.287360519849712f,1.2747381201074377f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.057314078148675854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13306001319493937f,0.7061158927325968f,0.695482119769452f,1.4370227342701343f,0.0735482304472291f,0.6927522065949583f,-0.7174155267736386f,0.23008307771735745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020960961696047976f,0.7182376063433092f,0.695482119769452f,1.446675078162229f,-0.035727591159989316f,0.6957287554600623f,-0.7174155267736386f,0.23297891966461565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12473961804004795f,0.2539346772437381f,0.9591439972101903f,1.489835258252356f,0.17516891912022198f,0.9458732733083336f,-0.2732024901336582f,0.1829439775959818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.04016429584772378f,0.28005289135217837f,0.9591439972101903f,1.4908664145116917f,-0.12569537399566855f,0.9537091130637566f,-0.2732024901336582f,0.19425996435732873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.0834797309586584f,0.2703218954038472f,0.9591439972101903f,1.546362572265996f,0.025045119543854702f,0.9616304598814465f,-0.2732024901336582f,0.28968759511227965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.0834797309586584f,0.7136776272239866f,0.695482119769452f,1.3857851061405992f,0.025045119543854702f,0.6961951622434162f,-0.7174155267736386f,0.13304368360751126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13306001319493937f,0.7061158927325968f,0.695482119769452f,1.4370227342701343f,-0.07354823044722933f,0.6927522065949583f,-0.7174155267736386f,0.2300830777173574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020960961696047976f,0.7182376063433092f,0.695482119769452f,1.446675078162229f,0.03572759115998908f,0.6957287554600623f,-0.7174155267736386f,0.23297891966461562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12473961804004795f,0.2539346772437381f,0.9591439972101903f,1.489835258252356f,-0.1751689191202222f,0.9458732733083335f,-0.2732024901336582f,0.18294397759598177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.04016429584772378f,0.28005289135217837f,0.9591439972101903f,1.4908664145116917f,0.12569537399566832f,0.9537091130637567f,-0.2732024901336582f,0.19425996435732867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.0834797309586584f,0.2703218954038472f,0.9591439972101903f,1.546362572265996f,-0.025045119543854945f,0.9616304598814465f,-0.2732024901336582f,0.2896875951122796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.0834797309586584f,0.7136776272239866f,0.695482119769452f,1.3857851061405992f,-0.025045119543854945f,0.6961951622434162f,-0.7174155267736386f,0.1330436836075112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.519151408352693e-17f,1.1729942524636472e-16f,-1.9231081988125226e-18f,0f,0.9578224948453148f,0.287360519849712f,0.8859210612870718f,-1.2246467991473532e-16f,0.287360519849712f,-0.9578224948453148f,0.015703370148449868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.1282885301667275e-18f,1.2235725758356118e-16f,0f,0f,0.9991228300988584f,0.04187565372919965f,0.51125f,-1.2246467991473532e-16f,0.04187565372919965f,-0.9991228300988584f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913499f,-0.6508952239913495f,0.3737452332470264f,-0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.10377578323969326f,-4.7850762583162236e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,-0.6508952239913496f,0.6508952239913498f,0.15f,-0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913497f,0.6508952239913497f,-0.3690857089967562f,0.9205048534524403f,0.27628863057543773f,0.2762886305754377f,0.09514176353421083f,-4.7850762583162236e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3907311284892738f,0.6508952239913498f,-0.6508952239913496f,-0.125f,0.9205048534524403f,0.27628863057543773f,-0.2762886305754377f,0.19874999999999998f,-4.7850762583162236e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3737500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3737500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3737500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3737500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4425000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2878125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.51125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.059913224319067274f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03366322431906717f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019707678056286093f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10560113317979039f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01189886682020977f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06242342960939981f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6773724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72.mcfunction new file mode 100644 index 000000000..061033086 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..bfaa311e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,-0.13951259711514782f,-0.14648924518225673f,0.026621915147744174f,-0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,0.1388847666264905f,0.05535859677367259f,-0.8028641801742058f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,0.1703433176431375f,-0.14349966874996578f,0.026621915147744174f,0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,0.14644663943322633f,-0.0019633221434531105f,-0.7864791969053445f,-0.3584075957215319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.791215255626788f,0.13951259711514782f,0.1464892451822569f,-0.026621915147744077f,0.1470846195459816f,0.8027553210374135f,0.029907418537504588f,0.6463543713290242f,-0.13888476662649066f,0.05535859677367262f,-0.8028641801742058f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7683690514349073f,-0.1703433176431375f,0.14349966874996595f,-0.026621915147744077f,-0.16781651466925226f,0.7816516484345762f,0.029297063057147354f,0.6463543713290242f,-0.1464466394332265f,-0.0019633221434531486f,-0.7864791969053445f,-0.35840759572153197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08145115202128318f,0.5306557698654596f,1.467370578191788f,-0.5217960999375698f,1.5460020488265975f,-0.22642538361127285f,-0.0039320071784309605f,0.306287622339448f,0.2113045784131739f,1.4520820395435596f,-0.536856010096419f,0.14491368914186387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.379306261097421f,-0.9063077870366502f,-0.18636779616936325f,-0.45175409989695503f,-0.8292767820521747f,0.42232534765050395f,-0.36597994409676493f,0.5173598464433526f,0.4103983175422204f,0.015732002053498086f,-0.9117706537665617f,0.03148016094475191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,-0.9063077870366502f,-0.027027170485780103f,-0.2984375f,-0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,0.030239082441175527f,0.015732002053498086f,-0.9994188821532763f,0.012854288257026869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37081599649070673f,0.9063077870366502f,0.20273552205603843f,0.45879996391070665f,0.8125236733588501f,0.42232534765050395f,-0.40180415747391385f,0.5606809300910076f,-0.4497785866157313f,0.01573200205349831f,-0.893001526949055f,0.012009458289413754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42175315910169875f,0.9063077870366502f,0.027027170485780346f,0.2984375f,0.9062063069085611f,0.42232534765050395f,-0.020770894324223375f,0.852989832719397f,-0.030239082441175624f,0.01573200205349831f,-0.9994188821532763f,0.012854288257026942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,-0.15625000000000003f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.20610704940706068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,-0.15625000000000003f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.1454011655736427e-17f,1.2192786163797358e-16f,0.15624999999999997f,0f,0.9956165461165171f,-0.0935291029520606f,0.5002389922326054f,-1.2246467991473532e-16f,-0.0935291029520606f,-0.9956165461165171f,0.2061070494070607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0.15624999999999997f,0f,0.9993069062160519f,0.037225088165145796f,0.6878416939491473f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0.20684108527417525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.17735792461287866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.052401906542967516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.29375f,0f,0.9601312127276399f,0.2795497350135595f,1.365608442527406f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.1773579246128786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-0.33125f,0f,0.9601312127276399f,0.2795497350135595f,1.2717998285939722f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.05240190654296743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,0.07246204639995218f,0.6869780700586191f,-0.7230562793379682f,0.22384340304467698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,-0.035897128519093685f,0.6898557915057448f,-0.7230562793379682f,0.22666053272352277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,0.17414713217528233f,0.9437736573562624f,-0.2810054448502893f,0.17627572011484094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,-0.12601833411706798f,0.9513965101002052f,-0.2810054448502893f,0.18758293299251821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,0.024364364790017686f,0.9593968509917414f,-0.2810054448502893f,0.2825553944986519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,0.024364364790017686f,0.6903593228444973f,-0.7230562793379682f,0.12722454685864026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.1336546338324539f,0.7117347855558774f,0.6896158596529242f,1.4354862253505527f,-0.07246204639995243f,0.6869780700586191f,-0.7230562793379682f,0.2238434030446769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020669273073870037f,0.7238803404332487f,0.6896158596529242f,1.4451618350764215f,0.035897128519093435f,0.6898557915057448f,-0.7230562793379682f,0.2266605327235227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1261621927902677f,0.2616301839358128f,0.9568870089848978f,1.4879130599900046f,-0.17414713217528255f,0.9437736573562623f,-0.2810054448502893f,0.1762757201148409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03913920248566001f,0.2878113529114555f,0.9568870089848978f,1.489036348266911f,0.12601833411706775f,0.9513965101002053f,-0.2810054448502893f,0.18758293299251816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08368094898048725f,0.27814519735861154f,0.9568870089848978f,1.5453079022925447f,-0.02436436479001793f,0.9593968509917414f,-0.2810054448502893f,0.28255539449865186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08368094898048725f,0.7193243113456428f,0.6896158596529242f,1.3834599322397754f,-0.02436436479001793f,0.6903593228444973f,-0.7230562793379682f,0.1272245468586402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.423496881868464e-17f,1.1758216164283706e-16f,-1.7095344401033932e-18f,0f,0.9601312127276399f,0.2795497350135595f,0.8826567564976862f,-1.2246467991473532e-16f,0.2795497350135595f,-0.9601312127276399f,0.013959408061929673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.558758506942382e-18f,1.2237980040633322e-16f,0f,0f,0.9993069062160519f,0.037225088165145796f,0.5079166666666667f,-1.2246467991473532e-16f,0.037225088165145796f,-0.9993069062160519f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280077f,-0.6524915818280073f,0.37429398125337754f,-0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.10174574682753247f,-4.7194123827111375e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,-0.6524915818280074f,0.6524915818280076f,0.15f,-0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280075f,0.6524915818280075f,-0.3696843431855028f,0.9227624443554423f,0.27249722135020865f,0.27249722135020854f,0.09323020866033846f,-4.7194123827111375e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.38536926614244826f,0.6524915818280076f,-0.6524915818280074f,-0.125f,0.9227624443554423f,0.2724972213502086f,-0.2724972213502086f,0.19541666666666668f,-4.7194123827111375e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3704166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3704166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3704166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3704166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4391666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2844791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5079166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05949655765240065f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03407989098573379f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019291011389619472f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10518446651312377f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011482200153543148f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06200676294273319f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6740391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73.mcfunction new file mode 100644 index 000000000..e19c338e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..03fce7969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,-0.1397991263554574f,-0.13713131184146787f,0.026419867458154084f,-0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,0.13035694799430947f,0.04999769201771364f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,0.17069316663459325f,-0.1343327136406216f,0.026419867458154084f,0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,0.1367190901853898f,-0.003618220372046975f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7928402436981447f,0.1397991263554574f,0.13713131184146804f,-0.026419867458153987f,0.1461364380526635f,0.8030572081163316f,0.02622415699555175f,0.6413887651523209f,-0.13035694799430964f,0.04999769201771367f,-0.8046438599448549f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7699471182556642f,-0.17069316663459325f,0.13433271364062177f,-0.026419867458153987f,-0.16878781196720785f,0.7815694155643467f,0.025688970118091514f,0.6413887651523209f,-0.13671909018538994f,-0.0036182203720470096f,-0.7882225566806742f,-0.3601932911979076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08163741148106034f,0.5324498822195477f,1.466710164269363f,-0.521607801330114f,1.5475046094608396f,-0.21581255240001718f,-0.007789475209776232f,0.30397910589214205f,0.19992765377537416f,1.4530410576274089f,-0.5386156961182013f,0.14756406469707994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37876253515130126f,-0.9063077870366502f,-0.1874703633177505f,-0.4517152006487922f,-0.8262773028513136f,0.4223939933178122f,-0.3726246545812426f,0.5142214230658777f,0.4168989814793479f,0.013766247337677319f,-0.9088485735675224f,0.03250875922826177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,-0.9063077870366502f,-0.0282538846187215f,-0.2984375f,-0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,0.03736314448063631f,0.013766247337677319f,-0.9992069284531392f,0.01124811139067238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3702246947476661f,0.9063077870366502f,0.20381332281214493f,0.4587870304165598f,0.8092372107970052f,0.4223939933178122f,-0.40831170822120105f,0.5573991332247183f,-0.4561456040131053f,0.013766247337677541f,-0.8897986729444796f,0.012731415645897942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42167275600954124f,0.9063077870366502f,0.028253884618721744f,0.2984375f,0.9059779700819645f,0.4223939933178122f,-0.028057657336188722f,0.8497125883181765f,-0.037363144480636414f,0.013766247337677541f,-0.9992069284531392f,0.011248111390672453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,-0.15625000000000003f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.20614055048868468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,-0.15625000000000003f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.20600143893638298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2021363586754829e-17f,1.2187323186054277e-16f,0.15624999999999997f,0f,0.9951704601310001f,-0.09816188304354016f,0.49786500435790904f,-1.2246467991473532e-16f,-0.09816188304354016f,-0.9951704601310001f,0.2061405504886847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0.15624999999999997f,0f,0.9994693357027138f,0.032573716244481216f,0.6854690905286959f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0.206001438936383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.17167470520168807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.047486882334383126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.29375f,0f,0.9623762369090084f,0.2717204052566833f,1.363650846032387f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.171674705201688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-0.33125f,0f,0.9623762369090084f,0.2717204052566833f,1.268827604411575f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.04748688233438304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,0.07137105532645542f,0.6811583604014627f,-0.7286490654058227f,0.21758950259088716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,-0.03606428451517309f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,0.17311379256419437f,0.9416114328395434f,-0.28878975807653423f,0.16959639242313318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,-0.12633293436641876f,0.9490207928830995f,-0.28878975807653423f,0.18089408131316945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,0.023681993739840798f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,0.023681993739840798f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13424038801696084f,0.7173064629340287f,0.6837038514284739f,1.4339049250457858f,-0.07137105532645566f,0.6811583604014627f,-0.7286490654058227f,0.2175895025908871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.020376213282334493f,0.7294750533597048f,0.6837038514284739f,1.443603158739625f,0.036064284515172844f,0.6839370635267763f,-0.7286490654058227f,0.22032773311705622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12757639812506472f,0.26930833446398417f,0.9545665422743821f,1.4859425924229046f,-0.1731137925641946f,0.9416114328395433f,-0.28878975807653423f,0.1695963924231332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03811151268612417f,0.29555072148635597f,0.9545665422743821f,1.4871579382000795f,0.12633293436641854f,0.9490207928830996f,-0.28878975807653423f,0.18089408131316947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08387661573050088f,0.2859500475676268f,0.9545665422743821f,1.544201155524417f,-0.02368199373984104f,0.9570995971175638f,-0.28878975807653423f,0.27540507323623775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08387661573050088f,0.7249232765441245f,0.6837038514284739f,1.3810934183019894f,-0.02368199373984104f,0.6844776860173947f,-0.7286490654058227f,0.12139759388232416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.327615245606188e-17f,1.1785709781060919e-16f,-1.4959236500676774e-18f,0f,0.9623762369090084f,0.2717204052566833f,0.8793843342218509f,-1.2246467991473532e-16f,0.2717204052566833f,-0.9623762369090084f,0.012215143591680456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.9891297335138066e-18f,1.2239969228142598e-16f,0f,0f,0.9994693357027138f,0.032573716244481216f,0.5045833333333333f,-1.2246467991473532e-16f,0.032573716244481216f,-0.9994693357027138f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489456f,-0.6540658552489451f,0.374835137741825f,-0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09971888082797489f,-1.0204703895657604e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,-0.6540658552489452f,0.6540658552489454f,0.15f,-0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,-1.0204703895657604e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489453f,0.6540658552489453f,-0.37027469571835453f,0.9249888031782161f,0.26869658910649713f,0.268696589106497f,0.09132211241839686f,8.97526350593962e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.379994360477799f,0.6540658552489454f,-0.6540658552489452f,-0.125f,0.9249888031782161f,0.2686965891064971f,-0.2686965891064971f,0.19208333333333327f,8.97526350593962e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3670833333333334f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3670833333333334f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3670833333333334f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3670833333333334f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4358333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2811458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5045833333333333f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0590798909857337f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03449655765240074f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01887434472295252f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10476779984645682f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011065533486876195f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061590096276066236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6707058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74.mcfunction new file mode 100644 index 000000000..150029928 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..604acab70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,-0.1400667290318964f,-0.12775481311618844f,0.026231165940486273f,-0.1452703189097653f,0.8033266716765051f,0.02252193289768925f,0.6364095984817281f,0.12180523510876701f,0.04463198893056687f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,0.17101990650366167f,-0.1251475720321846f,0.026231165940486273f,0.1696726860788268f,0.781488601609957f,0.022062301614062942f,0.6364095984817281f,0.1269681172770074f,-0.005268503885621539f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7943578938919141f,0.1400667290318964f,0.1277548131161886f,-0.026231165940486176f,0.1452703189097653f,0.8033266716765051f,0.02252193289768925f,0.6364095984817281f,-0.12180523510876717f,0.0446319889305669f,-0.8062976588758298f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7714209465615567f,-0.17101990650366167f,0.12514757203218477f,-0.026231165940486176f,-0.1696726860788268f,0.781488601609957f,0.022062301614062942f,0.6364095984817281f,-0.12696811727700757f,-0.005268503885621577f,-0.7898426046130579f,-0.3619738041591748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08181851369159769f,0.5342437355600461f,1.466047615813397f,-0.5214174120672117f,1.5489237264488187f,-0.20519599292795473f,-0.011668081685340812f,0.30169540307909964f,0.18853983786246042f,1.4539203848564604f,-0.5403466424783622f,0.15020682524620277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3782156042722702f,-0.9063077870366503f,-0.18857134416896862f,-0.4516749852557096f,-0.8232283247185912f,0.4224534892367749f,-0.3792468520801404f,0.5110956067694514f,0.42337699756361735f,0.011800194422306358f,-0.9058767429102109f,0.033536008526746985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,-0.9063077870366503f,-0.029480359678902845f,-0.2984375f,-0.9056952868587455f,0.4224534892367749f,-0.03534256348270409f,0.8464278678498722f,0.04448532130851948f,0.011800194422306358f,-0.9989403443648042f,0.009641690871732335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3696302603154108f,0.9063077870366503f,0.20488939898367556f,0.45877290786567404f,0.8059022784179527f,0.4224534892367749f,-0.41479460829719905f,0.5541277512072134f,-0.462487825028848f,0.01180019442230658f,-0.8865471037185116f,0.013453110585699079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4215887848958184f,0.9063077870366503f,0.029480359678903088f,0.2984375f,0.9056952868587455f,0.4224534892367749f,-0.03534256348270409f,0.8464278678498722f,-0.04448532130851958f,0.01180019442230658f,-0.9989403443648042f,0.009641690871732408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273835e-17f,1.2181596210854024e-16f,-0.15625000000000003f,0f,0.9947028171171742f,-0.10279253678724681f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724681f,-0.9947028171171742f,0.20616958622707307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.41941454897674e-18f,1.2241693277794874e-16f,-0.15625000000000003f,0f,0.9996101150403544f,0.027921638723568867f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568867f,-0.9996101150403544f,0.20515733026874003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2588455115273835e-17f,1.2181596210854024e-16f,0.15624999999999997f,0f,0.9947028171171742f,-0.10279253678724681f,0.4954911620132639f,-1.2246467991473532e-16f,-0.10279253678724681f,-0.9947028171171742f,0.2061695862270731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.41941454897674e-18f,1.2241693277794874e-16f,0.15624999999999997f,0f,0.9996101150403544f,0.027921638723568867f,0.6830925688253526f,-1.2246467991473532e-16f,0.027921638723568867f,-0.9996101150403544f,0.20515733026874006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.0425692536501243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.29375f,0f,0.9645574184577981f,0.26387304996537286f,1.3616530051990812f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.16598064287621442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-0.33125f,0f,0.9645574184577981f,0.26387304996537286f,1.26582142632611f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.04256925365012422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,0.07027532960149156f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,-0.03622904805934314f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,0.17206896883719713f,0.9393867431969898f,-0.29655491341243423f,0.16290635968937373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,-0.1266391538736003f,0.9465821190140462f,-0.29655491341243423f,0.17419377511960507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,0.02299805166082187f,0.9547388506553767f,-0.29655491341243423f,0.26823702773857727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,0.02299805166082187f,0.6785506419412964f,-0.7341935139599509f,0.1155631333017858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13481723689038388f,0.7228305552501189f,0.6777464872900832f,1.4322787198498401f,-0.0702753296014918f,0.6752934636945193f,-0.7341935139599509f,0.21132171330228217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.02008180176259948f,0.7350213739776013f,0.6777464872900832f,1.441998934145005f,0.03622904805934289f,0.6779729641629179f,-0.7341935139599509f,0.21398086302556474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.12898214022812468f,0.27696861947097146f,0.9521827510150122f,1.4839237678618504f,-0.17206896883719736f,0.9393867431969897f,-0.29655491341243423f,0.1629063596893737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03708129462455511f,0.30327048365848325f,0.9521827510150122f,1.4852310905150319f,0.12663915387360009f,0.9465821190140463f,-0.29655491341243423f,0.17419377511960504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08406671822845313f,0.29373592826854067f,0.9521827510150122f,1.543042186974432f,-0.022998051660822114f,0.9547388506553767f,-0.29655491341243423f,0.2682370277385772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08406671822845313f,0.7304741513922658f,0.6777464872900832f,1.3786855029111724f,-0.022998051660822114f,0.6785506419412964f,-0.7341935139599509f,0.11556313330178575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.231512860213435e-17f,1.1812421551081765e-16f,-1.2822804558662776e-18f,0f,0.9645574184577981f,0.26387304996537286f,0.8761037931401329f,-1.2246467991473532e-16f,0.26387304996537286f,-0.9645574184577981f,0.010470614521338325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.41941454897674e-18f,1.2241693277794874e-16f,0f,0f,0.9996101150403544f,0.027921638723568867f,0.50125f,-1.2246467991473532e-16f,0.027921638723568867f,-0.9996101150403544f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.6556179909708573f,-0.6556179909708569f,0.3753686843962321f,-0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.09769514102195581f,9.635074674628798e-18f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,-0.655617990970857f,0.6556179909708572f,0.15f,-0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,9.635074674628798e-18f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.655617990970857f,0.6556179909708572f,-0.3708567466140714f,0.9271838545667875f,0.26488686248158316f,0.26488686248158294f,0.08941742656940635f,-1.0138722778788686e-16f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591174f,0.6556179909708573f,-0.6556179909708569f,-0.125f,0.9271838545667875f,0.264886862481583f,-0.2648868624815831f,0.18874999999999997f,-1.0138722778788686e-16f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3637500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3637500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3637500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3637500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4325000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2778125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.50125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05866322431906708f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03491322431906736f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018457678056285898f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1043511331797902f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010648866820209574f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061173429609399615f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6673724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75.mcfunction new file mode 100644 index 000000000..4ee166e30 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..d4d879160 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,-0.14031536891534607f,-0.11836101843425141f,0.026055836141905597f,-0.14448657723355082f,0.803563653625581f,0.018802340696965424f,0.6314168701205652f,0.11323145516143479f,0.03926189326181233f,-0.8078252197994109f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,0.17132349301499486f,-0.11594548744579732f,0.026055836141905597f,0.17047083003877284f,0.7814092721251419f,0.018418619458251843f,0.6314168701205652f,0.11719552646664613f,-0.0069144904365457185f,-0.7913389908239128f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.795768000742554f,0.14031536891534607f,0.11836101843425162f,-0.0260558361419055f,0.14448657723355082f,0.803563653625581f,0.018802340696965424f,0.6314168701205652f,-0.113231455161435f,0.03926189326181236f,-0.8078252197994109f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7727903368198243f,-0.17132349301499486f,0.11594548744579751f,-0.0260558361419055f,-0.17047083003877284f,0.7814092721251419f,0.018418619458251843f,0.6314168701205652f,-0.11719552646664633f,-0.00691449043654576f,-0.7913389908239128f,-0.3637488918801165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08199445712048273f,0.5360373147081047f,1.4653829384301023f,-0.5212249337598588f,1.550259320307151f,-0.19457630718626232f,-0.015567610046729238f,0.2994364562968739f,0.17714174776807157f,1.4547200101470668f,-0.5420486539743379f,0.15284176181062514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.377665473088232f,-0.90630778703665f,-0.18967072940697005f,-0.45163345405799293f,-0.8201300199669705f,0.4225038341186124f,-0.38584616170703134f,0.5079823876004801f,0.4298319913478037f,0.009833885895323745f,-0.9028553338725864f,0.034561791542114494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,-0.90630778703665f,-0.0307065852883962f,-0.2984375f,-0.9053582729724993f,0.4225038341186124f,-0.04262520047255659f,0.8431356702614494f,0.051605201129313896f,0.009833885895323745f,-0.9986191455728259f,0.008035061497916286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3690326982238006f,0.90630778703665f,0.2059637414653159f,0.4587575963775484f,0.8025190647229683f,0.4225038341186124f,-0.42125249068847564f,0.5508667823641218f,-0.46880488307806f,0.009833885895323967f,-0.8832470075184882f,0.014174441739679185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42150124647105924f,0.90630778703665f,0.030706585288396444f,0.2984375f,0.9053582729724993f,0.4225038341186124f,-0.04262520047255659f,0.8431356702614494f,-0.051605201129314f,0.009833885895323967f,-0.9986191455728259f,0.008035061497916359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,-0.15625000000000003f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.849625294298748e-18f,1.22431521522444e-16f,-0.15625000000000003f,0f,0.9997292411794617f,0.023268956374056324f,0.6807121081130045f,-1.2246467991473532e-16f,0.023268956374056324f,-0.9997292411794617f,0.2043087775560279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3155273957158582e-17f,1.2175605362252294e-16f,0.15624999999999997f,0f,0.9942136272049561f,-0.1074209638756072f,0.4931174444145176f,-1.2246467991473532e-16f,-0.1074209638756072f,-0.9942136272049561f,0.20619415599326396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.849625294298748e-18f,1.22431521522444e-16f,0.15624999999999997f,0f,0.9997292411794617f,0.023268956374056324f,0.6807121081130045f,-1.2246467991473532e-16f,0.023268956374056324f,-0.9997292411794617f,0.20430877755602792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.03764926877834831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.29375f,0f,0.966674612677614f,0.2560081897217058f,1.359614833791462f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.16027603743208776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-0.33125f,0f,0.966674612677614f,0.2560081897217058f,1.2627812749931702f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.037649268778348226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,0.06917494191390329f,0.669383769006462f,-0.7396892571897414f,0.20504037303470007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,-0.03639140822143118f,0.671963889063802f,-0.7396892571897414f,0.20762026555099106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,0.17101273030636918f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,-0.1269369723244582f,0.9440806502711049f,-0.3043003957289367f,0.1674823809602021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,0.022312583924678542f,0.9523147682136494f,-0.3043003957289367f,0.2610516555831891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,0.022312583924678542f,0.6725785838076415f,-0.7396892571897414f,0.10972147422647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13538514218541217f,0.7283066960439397f,0.6717441624405799f,1.430607498872925f,-0.06917494191390354f,0.6693837690064619f,-0.7396892571897414f,0.20504037303470002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019786058045494784f,0.7405189343521369f,0.6717441624405799f,1.44034904894461f,0.036391408221430936f,0.671963889063802f,-0.7396892571897414f,0.207620265550991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.1303793258445716f,0.28461053078466636f,0.9497357933440151f,1.481856501462846f,-0.17101273030636943f,0.9370997360112602f,-0.3043003957289367f,0.15620598778041322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03604861664411291f,0.31097012731010076f,0.9497357933440151f,1.4832557142661604f,0.12693697232445794f,0.9440806502711049f,-0.3043003957289367f,0.16748238096020202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08425124386322223f,0.30150232295741f,0.9497357933440151f,1.5418308547570028f,-0.022312583924678785f,0.9523147682136494f,-0.3043003957289367f,0.261051655583189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08425124386322223f,0.7359765676531447f,0.6717441624405799f,1.3762361270350454f,-0.022312583924678785f,0.6725785838076415f,-0.7396892571897414f,0.10972147422646994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.135196100981954e-17f,1.1838349702326473e-16f,-1.0686094853620305e-18f,0f,0.966674612677614f,0.2560081897217058f,0.8728151321089648f,-1.2246467991473532e-16f,0.2560081897217058f,-0.966674612677614f,0.008725858640271122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.849625294298748e-18f,1.22431521522444e-16f,0f,0f,0.9997292411794617f,0.023268956374056324f,0.4979166666666667f,-1.2246467991473532e-16f,0.023268956374056324f,-0.9997292411794617f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597157f,-0.6571479364597153f,0.37589460315802714f,-0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.09567448308459965f,-4.521471265320053e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,-0.6571479364597154f,0.6571479364597156f,0.15f,-0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597155f,0.6571479364597155f,-0.37143047617239333f,0.9293475242268225f,0.2610681704205587f,0.2610681704205586f,0.08751610275895719f,-4.521471265320053e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.36920614731268453f,0.6571479364597156f,-0.6571479364597154f,-0.125f,0.9293475242268225f,0.26106817042055863f,-0.26106817042055863f,0.18541666666666667f,-4.521471265320053e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3604166666666668f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3604166666666668f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3604166666666668f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3604166666666668f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4291666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2744791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4979166666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05824655765240046f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03532989098573398f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018041011389619277f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10393446651312357f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010232200153542953f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.060756762942732995f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6640391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76.mcfunction new file mode 100644 index 000000000..008218825 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..5520ffd02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,-0.14054501234394629f,-0.10895119956508528f,0.025893901799260183f,-0.14378550132309584f,0.8037681009887617f,0.015066980010276098f,0.6264105822784418f,0.10463744067348484f,0.03388781171164696f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,0.1716038850678388f,-0.10672770569641007f,0.025893901799260183f,0.17118196307036734f,0.7813314872420959f,0.01475949062231128f,0.6264105822784418f,0.10740312869265466f,-0.00855649891478275f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7970703733441692f,0.14054501234394629f,0.10895119956508548f,-0.025893901799260086f,0.14378550132309584f,0.8037681009887617f,0.015066980010276098f,0.6264105822784418f,-0.10463744067348503f,0.033887811711646995f,-0.8092262147700995f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7740551036369469f,-0.1716038850678388f,0.10672770569641027f,-0.025893901799260086f,-0.17118196307036734f,0.7813314872420959f,0.01475949062231128f,0.6264105822784418f,-0.10740312869265485f,-0.008556498914782792f,-0.7927113940605057f,-0.365518311149798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08216524027895408f,0.537830604487194f,1.4647161377437066f,-0.5210303680367274f,1.5515113161517502f,-0.1839540971639549f,-0.019487842098544164f,0.29720220626434396f,0.1657340011674288f,1.4554399269683147f,-0.5437215370421711f,0.15546866585076075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3771121462541707f,-0.9063077870366502f,-0.19076850972920867f,-0.45159060740706236f,-0.81698256373772f,0.4225450268727717f,-0.3924222098883178f,0.5048817546170654f,0.4362635896979202f,0.00786736435020491f,-0.8997845213616791f,0.03558599105240691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,-0.9063077870366502f,-0.03193255107138439f,-0.2984375f,-0.9049669472722325f,0.4225450268727717f,-0.04990515614508369f,0.8398359946618401f,0.058722372278143545f,0.00786736435020491f,-0.9982433508780353f,0.006428258071457889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36843201352916044f,0.9063077870366502f,0.20703634116642142f,0.45874109608174246f,0.7990877609816762f,0.4225450268727717f,-0.42768498981654735f,0.5476162241500325f,-0.4750964130112331f,0.007867364350205132f,-0.8798985753608429f,0.014895307751723562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4214101414759779f,0.9063077870366502f,0.03193255107138464f,0.2984375f,0.9049669472722325f,0.4225450268727717f,-0.04990515614508369f,0.8398359946618401f,-0.05872237227814364f,0.007867364350205132f,-0.9982433508780353f,0.006428258071457962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3721807834181057e-17f,1.2169350770020715e-16f,-0.15625000000000003f,0f,0.9937029009910036f,-0.11204706404928111f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928111f,-0.9937029009910036f,0.2062142592550358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518626e-18f,1.2244345819889555e-16f,-0.15625000000000003f,0f,0.9998267115395677f,0.01861576998069264f,0.6783276877508637f,-1.2246467991473532e-16f,0.01861576998069264f,-0.9998267115395677f,0.2034557991792934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3721807834181057e-17f,1.2169350770020715e-16f,0.15624999999999997f,0f,0.9937029009910036f,-0.11204706404928111f,0.4907438307748154f,-1.2246467991473532e-16f,-0.11204706404928111f,-0.9937029009910036f,0.20621425925503584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518626e-18f,1.2244345819889555e-16f,0.15624999999999997f,0f,0.9998267115395677f,0.01861576998069264f,0.6783276877508637f,-1.2246467991473532e-16f,0.01861576998069264f,-0.9998267115395677f,0.20345579917929343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.29375f,0f,0.968727679116887f,0.24812634626901225f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.15456118935421978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,0.33125f,0f,0.968727679116887f,0.24812634626901225f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.0327271761533851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.29375f,0f,0.968727679116887f,0.24812634626901225f,1.3575362478862008f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.15456118935421972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-0.33125f,0f,0.968727679116887f,0.24812634626901225f,1.2597071329593097f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.03272717615338502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13594406622803867f,0.7337345220363171f,0.6656972750654189f,1.428891153848756f,0.06806996526180106f,0.6634296683777967f,-0.7451359305156233f,0.19874582053279735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.019489001750226262f,0.7459673697831936f,0.6656972750654189f,1.4386533934567716f,-0.03655135423070145f,0.6659102368626856f,-0.7451359305156233f,0.20124628469579894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13176786228715437f,0.29223356145184476f,0.9472258315889852f,1.479740711232681f,0.16994514704103048f,0.9347505629990678f,-0.3120256912020686f,0.14949564323885497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03501354725114503f,0.31864914165810554f,0.9472258315889852f,1.4812317213643966f,-0.1272263699621518f,0.9415165525980547f,-0.3120256912020686f,0.16076026610876354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08443018039364736f,0.30924871642296553f,0.9472258315889852f,1.540567020097497f,0.02162563600433827f,0.949827510602467f,-0.3120256912020686f,0.2538493554868836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08443018039364736f,0.7414301603045106f,0.6656972750654189f,1.3737452340289824f,0.02162563600433827f,0.6665619077940353f,-0.7451359305156233f,0.10387292623322586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13594406622803867f,0.7337345220363171f,0.6656972750654189f,1.428891153848756f,-0.06806996526180131f,0.6634296683777967f,-0.7451359305156233f,0.19874582053279727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.019489001750226262f,0.7459673697831936f,0.6656972750654189f,1.4386533934567716f,0.0365513542307012f,0.6659102368626856f,-0.7451359305156233f,0.20124628469579892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13176786228715437f,0.29223356145184476f,0.9472258315889852f,1.479740711232681f,-0.1699451470410307f,0.9347505629990678f,-0.3120256912020686f,0.14949564323885495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03501354725114503f,0.31864914165810554f,0.9472258315889852f,1.4812317213643966f,0.1272263699621516f,0.9415165525980547f,-0.3120256912020686f,0.16076026610876348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08443018039364736f,0.30924871642296553f,0.9472258315889852f,1.540567020097497f,-0.021625636004338512f,0.949827510602467f,-0.3120256912020686f,0.25384935548688353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08443018039364736f,0.7414301603045106f,0.6656972750654189f,1.3737452340289824f,-0.021625636004338512f,0.6665619077940353f,-0.7451359305156233f,0.1038729262332258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.038671357424736e-17f,1.1863492514759397e-16f,-8.549153670194485e-19f,0f,0.968727679116887f,0.24812634626901225f,0.8695183501606711f,-1.2246467991473532e-16f,0.24812634626901225f,-0.968727679116887f,0.006980913742759739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2797743120518626e-18f,1.2244345819889555e-16f,0f,0f,0.9998267115395677f,0.01861576998069264f,0.49458333333333326f,-1.2246467991473532e-16f,0.01861576998069264f,-0.9998267115395677f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325505f,-0.65865563993255f,0.37641287622681413f,-0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.09365686258672172f,-1.0006296963100122e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,-0.6586556399325502f,0.6586556399325504f,0.15f,-0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,-1.0006296963100122e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325503f,0.6586556399325503f,-0.3719958649747064f,0.9314797389261424f,0.2572406421719609f,0.2572406421719608f,0.08561809251884794f,1.0959332831514438e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3637932049531514f,0.6586556399325504f,-0.6586556399325502f,-0.125f,0.9314797389261424f,0.25724064217196085f,-0.25724064217196085f,0.18208333333333326f,1.0959332831514438e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35708333333333336f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35708333333333336f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35708333333333336f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35708333333333336f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4258333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2711458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49458333333333326f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057829890985733726f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.035746557652400715f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017624344722952545f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10351779984645684f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.009815533486876221f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06034009627606626f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6607058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77.mcfunction new file mode 100644 index 000000000..280e414a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..6d7bd485c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,-0.1407556282276529f,-0.09952663044753697f,0.025745384835867843f,-0.14316735257998436f,0.8039399659230114f,0.011317455164048284f,0.6213907405804185f,0.09602502903535239f,0.028510151847904456f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,0.171861044701598f,-0.09749547472411786f,0.025745384835867843f,0.17180583066359192f,0.7812553016542266f,0.011086486691312606f,0.6213907405804185f,0.09759273962544009f,-0.010194849250421176f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7982648353763572f,0.1407556282276529f,0.09952663044753718f,-0.025745384835867746f,0.14316735257998436f,0.8039399659230114f,0.011317455164048284f,0.6213907405804185f,-0.09602502903535258f,0.028510151847904494f,-0.8105003451478683f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7752150757837429f,-0.171861044701598f,0.09749547472411806f,-0.025745384835867746f,-0.17180583066359192f,0.7812553016542266f,0.011086486691312606f,0.6213907405804185f,-0.09759273962544027f,-0.010194849250421217f,-0.7939595217775037f,-0.3672818183291377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08233086172191502f,0.5396235897232329f,1.4640472193964027f,-0.5208337165441527f,1.5526796437020844f,-0.17332996481345112f,-0.02342855802080879f,0.2949925920260734f,0.15431721628286812f,1.4560801333415614f,-0.5453650997696192f,0.1580873292791779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37655562845211044f,-0.90630778703665f,-0.1918646758467185f,-0.4515464456654684f,-0.813786133990401f,0.42257706660695f,-0.3989746243845872f,0.5017936958895985f,0.4426714208145735f,0.005900672385039626f,-0.8966644831035804f,0.03660848991974562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,-0.90630778703665f,-0.03315824665424884f,-0.2984375f,-0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,0.0658364232443281f,0.005900672385039626f,-0.9978129821964625f,0.00482131539836106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36782821131423693f,0.90630778703665f,0.20810718901109415f,0.45872340711787485f,0.7956085612211148f,0.42257706660695f,-0.4340917415587781f,0.5443760731486078f,-0.48136205113514785f,0.005900672385039848f,-0.8765020010201732f,0.015615607285812804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42131547068146713f,0.90630778703665f,0.03315824665424909f,0.2984375f,0.9045213317212853f,0.42257706660695f,-0.05718201849373516f,0.8365288403219627f,-0.0658364232443282f,0.005900672385039848f,-0.9978129821964625f,0.004821315398361133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,-0.15625000000000003f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.20622989557691898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7098739461452349e-18f,1.224527425487354e-16f,-0.15625000000000003f,0f,0.9999025240093042f,0.01396218033914526f,0.6759392871839155f,-1.2246467991473532e-16f,0.01396218033914526f,-0.9999025240093042f,0.20259841361545058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4288044474286072e-17f,1.216283256964405e-16f,0.15624999999999997f,0f,0.993170649538486f,-0.11667073709933316f,0.48837030030505124f,-1.2246467991473532e-16f,-0.11667073709933316f,-0.993170649538486f,0.206229895576919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7098739461452349e-18f,1.224527425487354e-16f,0.15624999999999997f,0f,0.9999025240093042f,0.01396218033914526f,0.6759392871839155f,-1.2246467991473532e-16f,0.01396218033914526f,-0.9999025240093042f,0.2025984136154506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.02780322434094528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.29375f,0f,0.9707164815781908f,0.2402280424772637f,1.3554171658781897f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.14883639979855853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-0.33125f,0f,0.9707164815781908f,0.2402280424772637f,1.2565989846631593f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.027803224340945197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,0.06696047294772049f,0.6574315567948541f,-0.7505331726132509f,0.1924383954092663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,-0.03670887547656951f,0.659812409150005f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,0.1688662898630939f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,-0.12750732758846486f,0.938889996093386f,-0.3197302873470224f,0.15402779854184298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,0.02093725347092178f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,0.02093725347092178f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13649397194005952f,0.7391136731532103f,0.6596062263062681f,1.4271295791416958f,-0.06696047294772073f,0.6574315567948541f,-0.7505331726132509f,0.19243839540926624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01919065258307419f,0.7513663188295309f,0.6596062263062681f,1.4369118606733384f,0.036708875476569265f,0.6598124091500052f,-0.7505331726132509f,0.19485926534184161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13314765744239543f,0.2998372057717973f,0.9446530322571158f,1.477576318034329f,-0.16886628986309415f,0.9323393800011152f,-0.3197302873470224f,0.1427756932604271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03397615511064166f,0.3263070172879128f,0.9446530322571158f,1.4791590265830137f,0.12750732758846461f,0.938889996093386f,-0.3197302873470224f,0.15402779854184295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08460351594934067f,0.3169745947807903f,0.9446530322571158f,1.5392505473414013f,-0.020937253470922023f,0.9472772428228626f,-0.3197302873470224f,0.24663052728100132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08460351594934067f,0.7468345675630006f,0.6596062263062681f,1.3712127696397265f,-0.020937253470922023f,0.6605010130379683f,-0.7505331726132509f,0.09801779934745869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.941945032852154e-17f,1.1887848320443122e-16f,-6.412027298044631e-19f,0f,0.9707164815781908f,0.2402280424772637f,0.8662134465034891f,-1.2246467991473532e-16f,0.2402280424772637f,-0.9707164815781908f,0.005235817627179473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7098739461452349e-18f,1.224527425487354e-16f,0f,0f,0.9999025240093042f,0.01396218033914526f,0.49124999999999996f,-1.2246467991473532e-16f,0.01396218033914526f,-0.9999025240093042f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592009f,-0.6601410503592003f,0.37692348606097514f,-0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.09164223499633115f,1.1623734998492626e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,-0.6601410503592005f,0.6601410503592008f,0.15f,-0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,1.1623734998492626e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,0.6601410503592006f,-0.37255289388470025f,0.9335804264972017f,0.25340440728340047f,0.25340440728340013f,0.08372334726872488f,-9.939856746402302e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35836794954530016f,0.6601410503592007f,-0.6601410503592006f,-0.125f,0.9335804264972017f,0.2534044072834002f,-0.2534044072834004f,0.17874999999999996f,-9.939856746402302e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4225000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2678125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057413224319067105f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.036163224319067336f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017207678056285924f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10310113317979022f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0093988668202096f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05992342960939964f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6573724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78.mcfunction new file mode 100644 index 000000000..c20fdcddf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..2a23f1b0e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,-0.1409471880524466f,-0.09008858701740113f,0.025610305358548052f,-0.1426323654353636f,0.8040792057299554f,0.007555374738648648f,0.6163573540752502f,0.08739606204513166f,0.023129322022851485f,-0.8116473416738399f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,0.17209493710097443f,-0.08825004442520928f,0.025610305358548052f,0.1723422046459413f,0.7811807646004846f,0.007401183417451737f,0.6163573540752502f,0.08776617921851357f,-0.01182986231593302f,-0.7950831102111086f,-0.3690391694086302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.799351225128079f,0.1409471880524466f,0.09008858701740134f,-0.025610305358547955f,0.1426323654353636f,0.8040792057299554f,0.007555374738648648f,0.6163573540752502f,-0.08739606204513187f,0.023129322022851517f,-0.8116473416738399f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7762700962185523f,-0.17209493710097443f,0.08825004442520948f,-0.025610305358547955f,-0.1723422046459413f,0.7811807646004846f,0.007401183417451737f,0.6163573540752502f,-0.08776617921851375f,-0.011829862315933061f,-0.7950831102111086f,-0.36903916940863024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08249132004794484f,0.5414162552447171f,1.463376189048303f,-0.5206349809461187f,1.5537642372851797f,-0.16270451201614333f,-0.02738953638148904f,0.2928075509557685f,0.14289201184933945f,1.4566406318397052f,-0.5469791519091677f,0.16069754447370616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37599592439107615f,-0.9063077870366502f,-0.1929592184841925f,-0.45150096920688987f,-0.8105409114926954f,0.42259995262711414f,-0.4055030343118923f,0.4987181985014153f,0.4490551142542425f,0.003933852601609319f,-0.8934953996332706f,0.037629171098269104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,-0.9063077870366502f,-0.03438366166565722f,-0.2984375f,-0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,0.07294694269493449f,0.003933852601609319f,-0.9973280645580825f,0.00321426828764608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3672212966881567f,0.9063077870366502f,0.20917627593825985f,0.45870452963562247f,0.7920816622146457f,0.42259995262711414f,-0.4404723832691954f,0.5411463250727511f,-0.4876014352336884f,0.003933852601609541f,-0.8730574810181492f,0.01633523903309369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42121723488859264f,0.9063077870366502f,0.03438366166565747f,0.2984375f,0.9040214513960774f,0.42259995262711414f,-0.06445537568962621f,0.833214206674737f,-0.0729469426949346f,0.003933852601609541f,-0.9973280645580825f,0.0032142682876461527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.485397161185704e-17f,1.2156050902317216e-16f,-0.15625000000000003f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577661e-18f,1.224593743708492e-16f,-0.15625000000000003f,0f,0.9999566769464484f,0.00930828825381681f,0.6735468859433624f,-1.2246467991473532e-16f,0.00930828825381681f,-0.9999566769464484f,0.20173663943688033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.485397161185704e-17f,1.2156050902317216e-16f,0.15624999999999997f,0f,0.9926168843768449f,-0.12129188286940326f,0.485996832214317f,-1.2246467991473532e-16f,-0.12129188286940326f,-0.9926168843768449f,0.20624106462020503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577661e-18f,1.224593743708492e-16f,0.15624999999999997f,0f,0.9999566769464484f,0.00930828825381681f,0.6735468859433624f,-1.2246467991473532e-16f,0.00930828825381681f,-0.9999566769464484f,0.2017366394368804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.02287766202331933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.29375f,0f,0.9726408881272778f,0.2323138023083866f,1.353257508485921f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.14310197057379986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-0.33125f,0f,0.9726408881272778f,0.2323138023083866f,1.2534568164364224f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.022877662023319246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,0.06584653857375966f,0.6513898321635877f,-0.7558806254374743f,0.1861184381239943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,-0.036863961509306216f,0.6536708104467361f,-0.7558806254374743f,0.18845955322917132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,0.16777623034236758f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,-0.12777982656507933f,0.9362011549990181f,-0.32741367305215396f,0.14728534691602202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,0.020247481990719945f,0.9446641340558731f,-0.32741367305215396f,0.2393955718865778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,0.020247481990719945f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13703482284153376f,0.744443792549598f,0.6534714202343973f,1.4253226717537242f,-0.0658465385737599f,0.6513898321635876f,-0.7558806254374743f,0.18611843812399428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.01889103033608619f,0.7567154233327616f,0.6534714202343973f,1.4351243462667385f,0.03686396150930597f,0.6536708104467363f,-0.7558806254374743f,0.1884595532291713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13451861977670138f,0.30742095932987556f,0.9420175660241533f,1.4753632455921597f,-0.16777623034236783f,0.9298663469717581f,-0.32741367305215396f,0.13604650567131282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.032936509041680884f,0.33394324618724813f,0.9420175660241533f,1.477037547563242f,0.12777982656507908f,0.9362011549990181f,-0.32741367305215396f,0.147285346916022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08477123903147481f,0.32467944550740857f,0.9420175660241533f,1.5378813039632826f,-0.020247481990720188f,0.9446641340558731f,-0.32741367305215396f,0.23939557188657778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08477123903147481f,0.7521894309081377f,0.6534714202343973f,1.368638682008952f,-0.020247481990720188f,0.6543963016103377f,-0.7558806254374743f,0.09215640402425204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.845023543947167e-17f,1.1911415503649097e-16f,-4.274762030841623e-19f,0f,0.9726408881272778f,0.2323138023083866f,0.8629004205215849f,-1.2246467991473532e-16f,0.2323138023083866f,-0.9726408881272778f,0.0034906080951813035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1399365415577661e-18f,1.224593743708492e-16f,0f,0f,0.9999566769464484f,0.00930828825381681f,0.48791666666666667f,-1.2246467991473532e-16f,0.00930828825381681f,-0.9999566769464484f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640428f,-0.6616041174640424f,0.3774264153782646f,-0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.0896305556801379f,-4.322152863981077e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,-0.6616041174640425f,0.6616041174640427f,0.15f,-0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640426f,0.6616041174640426f,-0.37310154404901597f,0.9356495158395313f,0.24955959559717458f,0.2495595955971745f,0.08183181831772621f,-4.322152863981077e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3529305647138692f,0.6616041174640427f,-0.6616041174640425f,-0.125f,0.9356495158395313f,0.24955959559717455f,-0.24955959559717453f,0.17541666666666667f,-4.322152863981077e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35041666666666677f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35041666666666677f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35041666666666677f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35041666666666677f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4191666666666668f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2644791666666667f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48791666666666667f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.056996557652400484f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03657989098573396f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016791011389619304f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1026844665131236f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.00898220015354298f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05950676294273302f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6540391666666666f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79.mcfunction new file mode 100644 index 000000000..f8112bd52 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..5aecf9b16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,-0.1411196658841936f,-0.0806383470346783f,0.025488681654899745f,-0.14218074728437688f,0.804185782867472f,0.003782351111638654f,0.6113104352427111f,0.07875238544582512f,0.01774573128978116f,-0.8126669645383818f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,0.17230553060068132f,-0.07899266648295018f,0.025488681654899745f,0.17279088324610825f,0.7811079198512738f,0.0037051602726256203f,0.6113104352427111f,0.07792527125842247f,-0.013461859828185756f,-0.7960819244457619f,-0.3707901200662095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8003293955195527f,0.1411196658841936f,0.08063834703467851f,-0.025488681654899648f,0.14218074728437688f,0.804185782867472f,0.003782351111638654f,0.6113104352427111f,-0.07875238544582532f,0.017745731289781196f,-0.8126669645383818f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7772200221084961f,-0.17230553060068132f,0.07899266648295038f,-0.025488681654899648f,-0.17279088324610825f,0.7811079198512738f,0.0037051602726256203f,0.6113104352427111f,-0.07792527125842266f,-0.013461859828185797f,-0.7960819244457619f,-0.37079012006620954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08264661389931124f,0.5432085858828478f,1.4627030523773903f,-0.5204341629242448f,1.5547650358393554f,-0.15207834054797534f,-0.03137055414911994f,0.29064701875983945f,0.13145900707987657f,1.4571214295861998f,-0.548563504890949f,0.1632991042905182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3754330388070537f,-0.9063077870366502f,-0.19405212838006056f,-0.45145417841612967f,-0.8072470798100712f,0.422613684437515f,-0.4120070701629541f,0.49565524854951504f,0.45541430095047974f,0.001966947604464056f,-0.890277454284285f,0.03864791764206633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,-0.9063077870366502f,-0.03560878573665131f,-0.2984375f,-0.9034673344846736f,0.422613684437515f,-0.07172481610508144f,0.8298920933150971f,0.08005351949831926f,0.001966947604464056f,-0.9967886261053812f,0.001607151550595452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36661127478638167f,0.9063077870366502f,0.21024359290174421f,0.4586844637947186f,0.7885072634707045f,0.422613684437515f,-0.4468265537992229f,0.5379269747648315f,-0.4938142045885733f,0.0019669476044642783f,-0.8695652146122658f,0.017054101718948833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42111543492858516f,0.9063077870366502f,0.03560878573665156f,0.2984375f,0.9034673344846736f,0.422613684437515f,-0.07172481610508144f,0.8298920933150971f,-0.08005351949831936f,0.0019669476044642783f,-0.9967886261053812f,0.0016071515505955254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981745e-17f,1.214900591494229e-16f,-0.15625000000000003f,0f,0.9920416175015444f,-0.12591040125787661f,0.48362340571035317f,-1.2246467991473532e-16f,-0.12591040125787661f,-0.9920416175015444f,0.20624776614295398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,-0.15625000000000003f,0f,0.9999891691779588f,0.004654194535661145f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0.2008704953110282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5419576987981745e-17f,1.214900591494229e-16f,0.15624999999999997f,0f,0.9920416175015444f,-0.12591040125787661f,0.48362340571035317f,-1.2246467991473532e-16f,-0.12591040125787661f,-0.9920416175015444f,0.20624776614295404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,0.15624999999999997f,0f,0.9999891691779588f,0.004654194535661145f,0.6711504636470683f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0.20087049531102827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.017950737984569143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-0.29375f,0f,0.9745007711018312f,0.22438415078150323f,1.3510571987567175f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.13735820412305363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-0.33125f,0f,0.9745007711018312f,0.22438415078150323f,1.2502806165047546f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.01795073798456906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,0.06472823603669638f,0.6453048952831765f,-0.7611779342460908f,0.17978628996316684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,-0.03701660204073089f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,0.16667504079180634f,0.9273316279683919f,-0.3350753386128884f,0.1293084489054376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,-0.1280438488148114f,0.9334502076887379f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,0.01955636732216432f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,0.01955636732216432f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430435f,-0.13756658305320332f,0.7497245266331526f,0.6472932638238724f,1.4234703313312447f,-0.06472823603669663f,0.6453048952831765f,-0.7611779342460908f,0.1797862899631668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744628f,-0.018590154885764043f,0.7620143284411139f,0.6472932638238724f,1.4332907485968733f,0.03701660204073065f,0.6474858481775582f,-0.7611779342460908f,0.18204749493479205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13588065834243532f,0.3149843190309563f,0.9393196077230748f,1.473101420496973f,-0.16667504079180656f,0.9273316279683917f,-0.3350753386128884f,0.12930844890543763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03189467801286286f,0.34155732177985104f,0.9393196077230748f,1.474867204819708f,0.12804384881481118f,0.933450207688738f,-0.3350753386128884f,0.1405332805451429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08493333851354573f,0.33236275747428795f,0.9393196077230748f,1.5364591605755544f,-0.019556367322164564f,0.9419883576513134f,-0.3350753386128884f,0.23214489128943522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.12500000000000003f,-0.08493333851354573f,0.7574943951061169f,0.6472932638238724f,1.3660229216766784f,-0.019556367322164564f,0.6482481784887747f,-0.7611779342460908f,0.08628905112946113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.7479133203396495e-17f,1.1934192500964851e-16f,-2.1374041652649463e-19f,0f,0.9745007711018312f,0.22438415078150323f,0.8595792717750678f,-1.2246467991473532e-16f,0.22438415078150323f,-0.9745007711018312f,0.0017453229508729295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.6997444407065235e-19f,1.2246335352158082e-16f,0f,0f,0.9999891691779588f,0.004654194535661145f,0.48458333333333325f,-1.2246467991473532e-16f,0.004654194535661145f,-0.9999891691779588f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.6630447917276914f,-0.6630447917276909f,0.37792164715639376f,-0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.08762177990506438f,-9.80653293899587e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,-0.663044791727691f,0.6630447917276913f,0.15f,-0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,-9.80653293899587e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276912f,0.6630447917276912f,-0.37364179689788424f,0.937686936922145f,0.24570633724587312f,0.24570633724587304f,0.07994345686613084f,1.2956973072556954e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34748123449413126f,0.6630447917276913f,-0.663044791727691f,-0.125f,0.937686936922145f,0.2457063372458731f,-0.24570633724587307f,0.17208333333333325f,1.2956973072556954e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34708333333333335f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34708333333333335f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34708333333333335f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34708333333333335f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4158333333333334f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2611458333333333f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48458333333333325f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05657989098573375f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03699655765240069f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016374344722952572f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10226779984645687f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008565533486876248f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05909009627606629f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6507058333333332f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..da3742247 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7262939893982364f,-0.12806522625729688f,-0.350771696737502f,0.034694092462738926f,-0.13149514153790576f,0.8057134302383472f,-0.021893846850797975f,1.033841166163184f,0.3495003764810059f,0.037008250454019315f,-0.7371731958518378f,-0.3334177931996545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7053223755837594f,0.1563662061095585f,-0.34361309068163465f,0.034694092462738926f,0.1830342965825782f,0.7784847275458567f,-0.021447033649761284f,1.033841166163184f,0.33017993999545614f,-0.09752506634069139f,-0.7221288449160861f,-0.3334177931996545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7262939893982364f,0.12806522625729688f,0.35077169673750225f,-0.03469409246273883f,0.13149514153790576f,0.8057134302383472f,-0.021893846850797975f,1.033841166163184f,-0.34950037648100607f,0.037008250454019356f,-0.7371731958518378f,-0.33341779319965453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7053223755837594f,-0.1563662061095585f,0.34361309068163487f,-0.03469409246273883f,-0.1830342965825782f,0.7784847275458567f,-0.021447033649761284f,1.033841166163184f,-0.33017993999545636f,-0.09752506634069141f,-0.7221288449160861f,-0.33341779319965453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3799220749739254f,0.10126780378314011f,1.5122203208740603f,-0.6659423727799497f,1.3674561599407986f,-0.6951699716308659f,-0.2969993454247085f,0.788359761821613f,0.6535511591202873f,1.3956682243497844f,-0.2576574081078365f,-0.0709784045609011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6458653229928638f,-0.7623345731577605f,-0.041279330465727126f,-0.5243101922756491f,-0.7585534804716833f,0.6468978829385102f,-0.07822880744309713f,0.9909684566946684f,0.0863400360181722f,-0.019212694190264404f,-0.996080453860195f,-0.10596191824280135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6124986685402556f,-0.7623345731577605f,0.20902483011544157f,-0.2984375f,-0.7307489034651403f,0.6468978829385102f,0.21801185548994476f,1.264099507050401f,-0.30141569488151926f,-0.019212694190264404f,-0.9532992453899469f,-0.001808871476498046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3917968926747746f,0.8940395020615081f,0.2172292881818699f,0.4113076064653055f,0.5427538238164082f,-0.03394619471357935f,-0.8392055425205047f,1.0313268289979294f,-0.7429087976481759f,0.44670015068060875f,-0.49854337199371435f,0.20858007012725946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2685131562562704f,0.895680550566982f,0.35448136234973426f,0.2984375f,0.7095369019059616f,0.4327955023544267f,-0.556098406737035f,1.264099507050401f,-0.651504466409084f,0.10219786924299053f,-0.7517296892974278f,-0.0018088714764979731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.056111638942519e-17f,1.0644223319850573e-16f,-0.15625000000000003f,0f,0.8691667938267176f,-0.4945190436262128f,0.9301275648671978f,-1.2246467991473532e-16f,-0.4945190436262128f,-0.8691667938267176f,0.24762920311581427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.5293731271972876e-17f,1.1982414191205293e-16f,-0.15625000000000003f,0f,0.9784383709284926f,-0.2065389897689959f,1.112293890730234f,-1.2246467991473532e-16f,-0.2065389897689959f,-0.9784383709284926f,0.20278790271582448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.083762678181744e-17f,1.1141424293963144e-16f,0.15624999999999997f,0f,0.9097663344010891f,-0.4151207255611379f,0.9250620720288337f,-1.2246467991473532e-16f,-0.4151207255611379f,-0.9097663344010891f,0.21460139355325158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.635565189844929e-18f,1.224107041576388e-16f,0.15624999999999997f,0f,0.9995592544957932f,-0.029686642649751377f,1.112293890730234f,-1.2246467991473532e-16f,-0.029686642649751377f,-0.9995592544957932f,0.20278790271582453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,6.037343697070114e-18f,1.223157729309758e-16f,0.29375f,0f,0.9987840822034302f,-0.049298652487178754f,1.8036079723137743f,-1.2246467991473532e-16f,-0.049298652487178754f,-0.9987840822034302f,-0.005953292992619111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,6.037343697070114e-18f,1.223157729309758e-16f,0.33125f,0f,0.9987840822034302f,-0.049298652487178754f,1.6741382133676723f,-1.2246467991473532e-16f,-0.049298652487178754f,-0.9987840822034302f,-0.09342696913829333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,6.037343697070114e-18f,1.223157729309758e-16f,-0.29375f,0f,0.9987840822034302f,-0.049298652487178754f,1.8036079723137743f,-1.2246467991473532e-16f,-0.049298652487178754f,-0.9987840822034302f,-0.00595329299261918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,6.037343697070114e-18f,1.223157729309758e-16f,-0.33125f,0f,0.9987840822034302f,-0.049298652487178754f,1.6741382133676723f,-1.2246467991473532e-16f,-0.049298652487178754f,-0.9987840822034302f,-0.09342696913829342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877680756923696f,0.15529420002577082f,0.014069118001815302f,0.19467359280952984f,0.1558891099630866f,0.9814086022799173f,0.1119631223479216f,1.9035761998140819f,0.003579670083935212f,0.11278682019338451f,-0.993612761166419f,-0.015522209160055235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999003766783311f,-0.0011386997772511176f,0.014069118001815302f,0.07948858084267174f,0.0004437266527543837f,0.9937122633543184f,0.1119631223479216f,1.9136413293002448f,-0.01410814747546079f,0.11195821105240705f,-0.993612761166419f,-0.01601901055048404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710717160786336f,0.2370224888078955f,0.028983823616092648f,0.05715840710834204f,0.2353335635582685f,0.9293760701060277f,0.2843909882138361f,1.9082535240364844f,0.04047018773200985f,0.2829849114592277f,-0.9582701622148886f,-0.039015129392531996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967880604571872f,-0.07465588053589751f,0.028983823616092648f,0.08620382379509661f,-0.06337748070311416f,0.956611238049441f,0.2843909882138361f,1.9177396016540205f,-0.04895771103437501f,0.28164061983124117f,-0.9582701622148886f,-0.03532138793881941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08219526423393991f,0.028983823616092648f,0.1443528559975056f,0.08704976852897804f,0.9547481885931018f,0.2843909882138361f,2.026835929999951f,-0.0042966606739788735f,0.28583182978056126f,-0.9582701622148886f,-0.03379635462438993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08601269332224731f,0.014069118001815302f,0.125f,0.08704976852897804f,0.9898922148563225f,0.1119631223479216f,1.8041101816572787f,-0.0042966606739788735f,0.11276178233026185f,-0.993612761166419f,-0.059167755648698805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877680756923696f,-0.15529420002577088f,-0.014069118001815055f,-0.19467359280952984f,-0.1558891099630866f,0.9814086022799173f,0.1119631223479216f,1.9035761998140819f,-0.003579670083935455f,0.11278682019338447f,-0.993612761166419f,-0.015522209160055284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999003766783311f,0.0011386997772510898f,-0.014069118001815055f,-0.07948858084267174f,-0.0004437266527543837f,0.9937122633543184f,0.1119631223479216f,1.9136413293002448f,0.014108147475460544f,0.11195821105240704f,-0.993612761166419f,-0.01601901055048406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710717160786335f,-0.23702248880789556f,-0.028983823616092412f,-0.057158407108342066f,-0.2353335635582685f,0.9293760701060277f,0.2843909882138361f,1.9082535240364844f,-0.04047018773201009f,0.2829849114592276f,-0.9582701622148886f,-0.03901512939253201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967880604571873f,0.07465588053589745f,-0.028983823616092412f,-0.08620382379509664f,0.06337748070311416f,0.956611238049441f,0.2843909882138361f,1.9177396016540205f,0.04895771103437476f,0.28164061983124117f,-0.9582701622148886f,-0.03532138793881942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08219526423393998f,-0.028983823616092412f,-0.14435285599750564f,-0.08704976852897804f,0.9547481885931018f,0.2843909882138361f,2.026835929999951f,0.004296660673978629f,0.2858318297805612f,-0.9582701622148886f,-0.033796354624389964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08601269332224734f,-0.014069118001815055f,-0.125f,-0.08704976852897804f,0.9898922148563225f,0.1119631223479216f,1.8041101816572787f,0.004296660673978629f,0.11276178233026182f,-0.993612761166419f,-0.05916775564869883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,6.037343697070114e-18f,1.223157729309758e-16f,3.2945370794974413e-19f,0f,0.9987840822034302f,-0.049298652487178754f,1.293773922418245f,-1.2246467991473532e-16f,-0.049298652487178754f,-0.9987840822034302f,-0.0026901936801625066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.635565189844929e-18f,1.224107041576388e-16f,-1.0338832382421043e-18f,0f,0.9995592544957932f,-0.029686642649751377f,0.9189392019823225f,-1.2246467991473532e-16f,-0.029686642649751377f,-0.9995592544957932f,0.00844229731349426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8876443906344661f,-0.46002354605656637f,0.02158177121344354f,0.198629694958345f,-0.44415250229240505f,0.8427518967991463f,-0.3041345017403255f,0.5747762475785665f,0.12172095334231678f,-0.2795488821565614f,-0.9523846029847681f,0.37937182881265175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8876443906344661f,-0.2159874205775416f,0.40673931446004513f,0.13296927394663946f,-0.44415250229240505f,0.16806384784783665f,-0.8800472133664048f,0.6250314291373863f,0.12172095334231678f,-0.9618232567363088f,-0.24511228512377373f,0.08392442417318677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8735492538320334f,0.4862998396478947f,0.020595317135930047f,-0.19623332040956037f,0.4694268193343207f,0.8529138402189507f,-0.22842163306619007f,0.5826882490935069f,-0.12864743456113176f,-0.1898695529077635f,-0.97334443567498f,0.38578961457316696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8735492538320334f,0.22827809667768129f,-0.42988464930340653f,-0.125f,0.4694268193343207f,0.16168833793773804f,-0.8680410950321389f,0.6270782567320983f,-0.12864743456113176f,-0.9600760344640141f,-0.2484025878059493f,0.06407349223516243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9799715122737426f,0.19913772905181465f,9.490174917064056e-17f,-3.082241329941114e-18f,0.15431811707705578f,0.7594108825248794f,-0.6320451172539631f,0.8032030435801005f,-0.12586402930824217f,-0.6193862093806011f,-0.7749315903713205f,0.02516841045178978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9799847406330902f,-0.1981727599237266f,0.01890675409762601f,-3.1641757316294406e-18f,-0.15426766219627772f,0.6959603998639314f,-0.7013134892626349f,0.7777121450211624f,0.12582287759700236f,-0.6901932186318913f,-0.7126022203359741f,0.025837455614406236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.740320297617794e-17f,9.490174917064056e-17f,-3.082241329941114e-18f,0f,0.7749315903713205f,-0.6320451172539631f,0.8032030435801005f,-1.2246467991473532e-16f,-0.6320451172539631f,-0.7749315903713205f,0.02516841045178978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9803558826946929f,0.1972367695585932f,1.2104525671937974e-16f,-3.348120973043893e-18f,0.19495070270337095f,0.9689930972730594f,-0.1518110699278049f,0.8201500127660178f,-0.029942725015794053f,-0.1488288754618989f,-0.9884095300265852f,0.0273394824971166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9803558826946929f,-0.19723676955859315f,1.2104525671937974e-16f,-3.348120973043893e-18f,-0.19495070270337095f,0.9689930972730594f,-0.1518110699278049f,0.8201500127660178f,0.02994272501579381f,-0.14882887546189896f,-0.9884095300265852f,0.0273394824971166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.8591494086222125e-17f,1.2104525671937974e-16f,-3.348120973043893e-18f,0f,0.9884095300265852f,-0.1518110699278049f,0.8201500127660178f,-1.2246467991473532e-16f,-0.1518110699278049f,-0.9884095300265852f,0.0273394824971166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9559820391642622f,0.29342518773162446f,1.1810968038129458e-16f,-0.19375f,0.2829906154405713f,0.9219861038673525f,-0.26430651873925864f,0.8517200730109783f,-0.07755418987975918f,-0.2526722847487637f,-0.9644387301181625f,0.03023534265488089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9559820391642622f,-0.2929068407898424f,0.017433399377428552f,0.19375f,-0.2829906154405713f,0.9046540206339394f,-0.31861797583220974f,0.8529200831080066f,0.07755418987975897f,-0.30952655066950524f,-0.947722882525653f,0.02173027162799733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.253897931258094e-17f,1.148391617248332e-16f,-0.007812500000000007f,0f,0.9377329186242814f,-0.34735712649719275f,0.7044183757807015f,-1.2246467991473532e-16f,-0.34735712649719275f,-0.9377329186242814f,0.05905598778080309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.23682132167813e-17f,1.1810968038129458e-16f,0f,0f,0.9644387301181625f,-0.26430651873925864f,0.9199101545414784f,-1.2246467991473532e-16f,-0.26430651873925864f,-0.9644387301181625f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3283953907260853f,0.13635240458651796f,-0.9346467188800999f,-0.0002314660597148438f,-0.7174886817556523f,0.6075477192325648f,0.34072827943662815f,0.4279174364987746f,0.6143016025556162f,0.7824920386935468f,-0.10168456362112599f,0.7637046123802053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3283953907260853f,0.13635240458651796f,-0.9346467188800999f,-0.03101853394028535f,-0.7174886817556523f,0.6075477192325648f,0.34072827943662815f,0.3606528725841822f,0.6143016025556162f,0.7824920386935468f,-0.10168456362112599f,0.8212953876197943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3283953907260853f,0.13635240458651796f,-0.9346467188800999f,0.1245720078320149f,-0.7174886817556523f,0.6075477192325648f,0.34072827943662815f,0.3431759126259842f,0.6143016025556162f,0.7824920386935468f,-0.10168456362112599f,0.8077526845431686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8402323478029976f,-0.5261685385793813f,-0.1309819480489592f,0.5917831461385408f,0.2507344771283305f,0.591215860185183f,-0.7665481254589804f,0.704697001365477f,0.48077211200801234f,0.61123684090108f,0.628687283663844f,-0.5149139695023719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8395840974834816f,-0.5261685385793813f,0.13507483948569185f,0.5120602288614596f,0.47533905610584115f,0.591215860185183f,-0.6515493752632276f,0.6702380577174797f,0.26296639517865256f,0.61123684090108f,0.7464838908724101f,-0.5502112804976279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8503777842888656f,-0.5261685385793813f,0.002071954921664063f,0.5516108942617506f,0.3675620655786377f,0.591215860185183f,-0.7178871322241814f,0.7951505993751056f,0.3765046506160641f,0.61123684090108f,0.696156428103442f,-0.6369860892155162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.0860326545414782f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8.mcfunction new file mode 100644 index 000000000..40d47f516 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80.mcfunction new file mode 100644 index 000000000..5f5125eda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..f9d63fdfd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8011992141221657f,-0.14127303837215638f,-0.07117718991058741f,0.025380530190825493f,-0.14181267842799308f,0.8042596649599698f,0f,0.60625f,0.07009584846156879f,0.012359789319426523f,-0.8135590034415922f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7780647248488151f,0.1724927966897299f,-0.06972459419812645f,0.025380530190825493f,0.17315169115048232f,0.7810368056959467f,0f,0.60625f,0.06807184291368852f,-0.015091164250233376f,-0.7969557584733965f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8011992141221657f,0.14127303837215638f,0.07117718991058761f,-0.025380530190825396f,0.14181267842799308f,0.8042596649599698f,0f,0.60625f,-0.070095848461569f,0.012359789319426558f,-0.8135590034415922f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7780647248488151f,-0.1724927966897299f,0.06972459419812664f,-0.025380530190825396f,-0.17315169115048232f,0.7810368056959467f,0f,0.60625f,-0.06807184291368872f,-0.015091164250233418f,-0.7969557584733965f,-0.37253442572523415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0827967419619815f,0.5450005664716597f,1.4620278150794705f,-0.52023126417777f,1.5556819829177098f,-0.1414520520450318f,-0.035371386705532096f,0.28851092948106155f,0.12001882163104158f,1.4575225382538066f,-0.550117971835566f,0.16589180207718268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3748669764629495f,-0.9063077870366502f,-0.19514339628656838f,-0.4514060736891123f,-0.8039048252952894f,0.4226182617406993f,-0.41848636382828563f,0.49260483114534076f,0.4617486132350338f,-1.0405179913976824e-16f,-0.8870108331782217f,0.039664612713104286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4210100716628342f,-0.9063077870366502f,-0.03683360850073474f,-0.2984375f,-0.9028590122851737f,0.4226182617406993f,-0.07898992833716564f,0.8265624999999999f,0.08715574274765814f,-1.0405179913976824e-16f,-0.9961946980917455f,-3.6548052912053824e-17f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3659981507706666f,0.9063077870366502f,0.21130913087034978f,0.4586632097649524f,0.784885567221396f,0.4226182617406993f,-0.453153893518325f,0.5347180161969642f,-0.5000000000000001f,1.179295869475827e-16f,-0.8660254037844386f,0.017772094110064276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4210100716628342f,0.9063077870366502f,0.03683360850073499f,0.2984375f,0.9028590122851737f,0.4226182617406993f,-0.07898992833716564f,0.8265624999999999f,-0.08715574274765825f,1.179295869475827e-16f,-0.9961946980917455f,3.6548052912053824e-17f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125282e-16f,-0.15625000000000003f,0f,0.9914448613738104f,-0.13052619222005157f,0.48124999999999996f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738104f,0.20624999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,-0.15625000000000003f,0f,1f,0f,0.66875f,-1.2246467991473532e-16f,0f,-1f,0.19999999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125282e-16f,0.15624999999999997f,0f,0.9914448613738104f,-0.13052619222005157f,0.48124999999999996f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738104f,0.20625000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0.15624999999999997f,0f,1f,0f,0.66875f,-1.2246467991473532e-16f,0f,-1f,0.20000000000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0.29375f,0f,0.9762960071199334f,0.21643961393810288f,1.34881616207182f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.13160540350546973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0.33125f,0f,0.9762960071199334f,0.21643961393810288f,1.2470703749885255f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.013022701095713102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,-0.29375f,0f,0.9762960071199334f,0.21643961393810288f,1.34881616207182f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.13160540350546965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,-0.33125f,0f,0.9762960071199334f,0.21643961393810288f,1.2470703749885255f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0.013022701095713018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,0.1466107986754858f,0.04024404334920061f,0.19290356018430427f,0.13808921729887313f,0.7549555250876948f,0.6410721669245575f,1.4215724601717228f,0.06360563952308601f,0.6391771498194372f,-0.7664247476233789f,0.1734422930183161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,-0.009810181457353379f,0.04024404334920061f,0.0777185482174462f,0.01828804619174526f,0.7672626826329696f,0.6410721669245575f,1.4314109687178418f,-0.03716678694489382f,0.6412579326438252f,-0.7664247476233789f,0.17562343785135764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,0.20209139153882072f,0.07350640788684339f,0.0581188345060312f,0.13723368278395004f,0.32252678313281424f,0.9365593363324893f,1.470790772210848f,0.16556279426271506f,0.9247353911405694f,-0.34271477576553394f,0.12256189198171723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,-0.10958697780497227f,0.07350640788684339f,0.0867221697204052f,0.03085073113773496f,0.34914873895907805f,0.9365593363324893f,1.4726479217456854f,-0.1282993768228111f,0.930637336656368f,-0.34271477576553394f,0.1337719693774982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.04682874644349317f,0.07350640788684339f,0.14239431979794503f,0.08508980364211077f,0.3400240209817451f,0.9365593363324893f,1.5349839909370393f,0.018863955312791628f,0.9392500911162781f,-0.34271477576553394f,0.22487888851520482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07730808799086696f,0.04024404334920061f,0.12499999999999999f,0.08508980364211077f,0.7627491082333688f,0.6410721669245575f,1.3633654415845315f,0.018863955312791628f,0.6420570515307786f,-0.7664247476233789f,0.08041605192077986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988375278265621f,-0.14661079867548596f,-0.04024404334920043f,-0.19290356018430432f,-0.13808921729887313f,0.7549555250876948f,0.6410721669245575f,1.4215724601717228f,-0.06360563952308625f,0.6391771498194371f,-0.7664247476233789f,0.17344229301831607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991417203353494f,0.009810181457353212f,-0.04024404334920043f,-0.07771854821744625f,-0.01828804619174526f,0.7672626826329696f,0.6410721669245575f,1.4314109687178418f,0.03716678694489358f,0.6412579326438254f,-0.7664247476233789f,0.17562343785135764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766042583695179f,-0.20209139153882094f,-0.07350640788684332f,-0.058118834506031225f,-0.13723368278395004f,0.32252678313281424f,0.9365593363324893f,1.470790772210848f,-0.1655627942627153f,0.9247353911405692f,-0.34271477576553394f,0.12256189198171721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9912555181663029f,0.10958697780497205f,-0.07350640788684332f,-0.08672216972040522f,-0.03085073113773496f,0.34914873895907805f,0.9365593363324893f,1.4726479217456854f,0.12829937682281084f,0.9306373366563682f,-0.34271477576553394f,0.1337719693774982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0468287464434934f,-0.07350640788684332f,-0.1423943197979451f,-0.08508980364211077f,0.3400240209817451f,0.9365593363324893f,1.5349839909370393f,-0.01886395531279187f,0.9392500911162781f,-0.34271477576553394f,0.2248788885152048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07730808799086712f,-0.04024404334920043f,-0.125f,-0.08508980364211077f,0.7627491082333688f,0.6410721669245575f,1.3633654415845315f,-0.01886395531279187f,0.6420570515307786f,-0.7664247476233789f,0.08041605192077983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.6506208041798655e-17f,1.195617780139768e-16f,0f,0f,0.9762960071199334f,0.21643961393810288f,0.85625f,-1.2246467991473532e-16f,0.21643961393810288f,-0.9762960071199334f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,-0.6644630243886749f,-0.6644630243886744f,0.37840916463360685f,-0.9396926207859084f,0.24184476264797536f,0.24184476264797522f,0.08561586283975844f,1.3625763854487903e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,-0.6644630243886746f,0.6644630243886748f,0.15f,-0.9396926207859084f,0.24184476264797528f,-0.2418447626479753f,0.16874999999999996f,1.3625763854487903e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,0.6644630243886747f,0.6644630243886747f,-0.374173634145753f,0.9396926207859084f,0.24184476264797536f,0.24184476264797522f,0.07805821400700921f,-9.739653860802775e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34202014332566877f,0.6644630243886748f,-0.6644630243886746f,-0.125f,0.9396926207859084f,0.24184476264797528f,-0.2418447626479753f,0.16874999999999996f,-9.739653860802775e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34375000000000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34375000000000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34375000000000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34375000000000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34375000000000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34375000000000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4125000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4125000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2578125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.48124999999999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05616322431906713f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03741322431906731f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01595767805628595f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10185113317979025f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008148866820209627f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05867342960939967f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6473724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81.mcfunction new file mode 100644 index 000000000..7e0f49ca3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..59442b786 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8011245968015804f,-0.14125988132530906f,-0.07203798145359881f,0.02538980795568628f,-0.1418426920450735f,0.8042542984746731f,0.000344300540600485f,0.6067107415318006f,0.07088353516406957f,0.012849659817108564f,-0.8134831621672776f,-0.3723760840304146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7779922620905063f,0.17247673208297248f,-0.07056781856679067f,0.02538980795568628f,0.17312251632775874f,0.7810432002050813f,0.0003372739989555772f,0.6067107415318006f,0.06896835845256769f,-0.014943102200814717f,-0.7968814649801903f,-0.3723760840304146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8011245968015804f,0.14125988132530906f,0.072037981453599f,-0.025389807955686183f,0.1418426920450735f,0.8042542984746731f,0.000344300540600485f,0.6067107415318006f,-0.07088353516406978f,0.012849659817108599f,-0.8134831621672776f,-0.37237608403041467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7779922620905063f,-0.17247673208297248f,0.07056781856679087f,-0.025389807955686183f,-0.17312251632775874f,0.7810432002050813f,0.0003372739989555772f,0.6067107415318006f,-0.06896835845256787f,-0.01494310220081476f,-0.7968814649801903f,-0.37237608403041467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08278330324738654f,0.5448376231046351f,1.4620893061482743f,-0.5202498012420321f,1.5556020653506668f,-0.14241836917161893f,-0.035006747910028786f,0.2887041715445309f,0.1210594439942259f,1.4574893559035647f,-0.5499778526882887f,0.16565640035077933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3749185839395698f,-0.90630778703665f,-0.19504422722418113f,-0.4514105025122553f,-0.8042107581166499f,0.4226182238880329f,-0.41789818540784307f,0.4928817108689676f,0.4611736245127112f,0.00017886993821053385f,-0.8873098985469249f,0.03957224487153582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42101980039702946f,-0.90630778703665f,-0.03672223890744811f,-0.2984375f,-0.902916571220374f,0.4226182238880329f,-0.07832944691090257f,0.8268655940713816f,0.08651007507388261f,0.00017886993821053385f,-0.9962509598069437f,0.000146150867413882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3373878667384396f,0.9140660321031847f,0.22506158342290328f,0.4522109781257365f,0.7606418620144455f,0.40556535785318054f,-0.5068931822984193f,0.5342086215886535f,-0.5546110214635858f,0.00017165244279396247f,-0.8321097195722189f,0.04335427518862609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.40009438992577295f,0.9140660321031847f,0.06639102428087036f,0.2984375f,0.9018046496376311f,0.40556535785318054f,-0.14921499388925605f,0.8268655940713816f,-0.16331825691536364f,0.00017165244279396247f,-0.9865734222517685f,0.00014615086741395506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.593345811438271e-17f,1.214237321907698e-16f,-0.15625000000000003f,0f,0.9915000167828776f,-0.13010655909504848f,0.4814658312692368f,-1.2246467991473532e-16f,-0.13010655909504848f,-0.9915000167828776f,0.2062499815267981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.183223658890558e-20f,1.2246466894593653e-16f,-0.15625000000000003f,0f,0.9999999104329607f,0.00042324233097243386f,0.6689684597399855f,-1.2246467991473532e-16f,0.00042324233097243386f,-0.9999999104329607f,0.20007934002364947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.593345811438271e-17f,1.214237321907698e-16f,0.15624999999999997f,0f,0.9915000167828776f,-0.13010655909504848f,0.4814658312692368f,-1.2246467991473532e-16f,-0.13010655909504848f,-0.9915000167828776f,0.20624998152679813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.183223658890558e-20f,1.2246466894593653e-16f,0.15624999999999997f,0f,0.9999999104329607f,0.00042324233097243386f,0.6689684597399855f,-1.2246467991473532e-16f,0.00042324233097243386f,-0.9999999104329607f,0.2000793400236495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999719200573916f,0.0014777938362333927f,-0.00734678311312675f,0.2946552136327898f,-0.00000317175150449468f,0.9802800160241218f,0.19761348682133953f,1.3515613612524349f,0.007493936660642802f,0.1976079611481413f,-0.9802524851303367f,0.12005695030211141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999719200573916f,0.0014777938362333927f,-0.00734678311312675f,0.33128067548855716f,-0.00000317175150449468f,0.9802800160241218f,0.19761348682133953f,1.2475527425796016f,0.007493936660642802f,0.1976079611481413f,-0.9802524851303367f,0.0031762620528505738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999719200573916f,0.0014777938362333927f,-0.00734678311312675f,-0.29282828940092775f,-0.00000317175150449468f,0.9802800160241218f,0.19761348682133953f,1.351559497848426f,0.007493936660642802f,0.1976079611481413f,-0.9802524851303367f,0.12445963809023905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999719200573916f,0.0014777938362333927f,-0.00734678311312675f,-0.3312007215494647f,-0.00000317175150449468f,0.9802800160241218f,0.19761348682133953f,1.2475506412942299f,0.007493936660642802f,0.1976079611481413f,-0.9802524851303367f,0.008140995090526435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878913105461117f,0.1512844507624656f,0.03440600972192036f,0.19411434583301868f,0.13928442605110014f,0.7671153672517865f,0.6262059261822525f,1.4251089013750056f,0.06834184082318365f,0.6234156144047532f,-0.778898173389335f,0.1612407080811264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9993948313255765f,-0.0051183605517471364f,0.03440600972192036f,0.07894746054880697f,0.0175663215369838f,0.7794597888036862f,0.6262059261822525f,1.4349871929655174f,-0.030023248781267133f,0.6264313530015684f,-0.778898173389335f,0.16409526832502552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9753565823255914f,0.2089667547893388f,0.07079853605092677f,0.058944930764414954f,0.14039096418383043f,0.34026162470241905f,0.9297915916647155f,1.4733386239225954f,0.17020550663734846f,0.9168178238601619f,-0.36121345955354556f,0.11043418469301018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921935118214122f,-0.10266256568262307f,0.07079853605092677f,0.08763118048139242f,0.02837311674931354f,0.36699122920789984f,0.9297915916647155f,1.475411226549031f,-0.12143723212187892f,0.9245419597248878f,-0.36121345955354556f,0.12139178573192823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9960379267823715f,0.053814642097861284f,0.07079853605092677f,0.14397519829095856f,0.08543387321523616f,0.3580344248491175f,0.9297915916647155f,1.5394890257725624f,0.02468808859588436f,0.9321562824542036f,-0.36121345955354556f,0.2108626292229453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9960379267823715f,0.08200411517777875f,0.03440600972192036f,0.12552427237595837f,0.08543387321523616f,0.7749627031810439f,0.6262059261822525f,1.3651224175568277f,0.02468808859588436f,0.6266642911258301f,-0.778898173389335f,0.06986316371963373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9888037389429516f,-0.141928912942881f,-0.046079816875625526f,-0.1916819410937921f,-0.13929069581265185f,0.7671144372257439f,0.6262056708940423f,1.425107677690691f,-0.05352819735864811f,0.6256129984828339f,-0.7782950007656809f,0.16413192220439377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988324976607927f,0.014501451424294834f,-0.046079816875625526f,-0.07648527122133841f,-0.017572659595493187f,0.7794598510346017f,0.6262056708940423f,1.4349866999576726f,0.044998258315664716f,0.6262843192446267f,-0.7782950007656809f,0.16526010408042285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.977797088430392f,-0.19520467885895082f,-0.0762101516113303f,-0.057289474300572685f,-0.14039715927588198f,0.34026034273506867f,0.9297911253765958f,1.4733382552455936f,-0.15556828572787804f,0.9198467440358681f,-0.36011175482383495f,0.11130526242216733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9902618557150727f,0.11650523553522647f,-0.0762101516113303f,-0.08580828865232076f,-0.028379404781675742f,0.36699192437322314f,0.9297911253765958f,1.4754106764266859f,0.13629404425718075f,0.9228994839838843f,-0.36011175482383495f,0.12269156662584467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9962955232212211f,-0.03984022089210018f,-0.0762101516113303f,-0.14080544445627619f,-0.08544019257930105f,0.35803412779082344f,0.9297911253765958f,1.539488122493766f,-0.009757248657548921f,0.9328581457736932f,-0.36011175482383495f,0.2129968172497475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9962955232212211f,-0.07260771919060743f,-0.046079816875625526f,-0.12446870763838955f,-0.08544019257930105f,0.774962212776955f,0.6262056708940423f,1.3651216246189515f,-0.009757248657548921f,0.627822974955348f,-0.7782950007656809f,0.07173664788479443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999719200573916f,0.0014777938362333927f,-0.00734678311312675f,-1.9437088720839594e-20f,-0.00000317175150449468f,0.9802800160241218f,0.19761348682133953f,0.8565530914123601f,0.007493936660642802f,0.1976079611481413f,-0.9802524851303367f,0.0001587158741146627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.183223658890558e-20f,1.2246466894593653e-16f,0f,0f,0.9999999104329607f,0.00042324233097243386f,0.4815531249999999f,-1.2246467991473532e-16f,0.00042324233097243386f,-0.9999999104329607f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3425172425711379f,-0.6643349827238759f,-0.6643349827238755f,0.3783651503113322f,-0.9395115425270008f,0.24219626489536936f,0.24219626489536922f,0.08579815894221672f,-4.194626447675216e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3425172425711379f,-0.6643349827238756f,0.6643349827238758f,0.15f,-0.9395115425270008f,0.24219626489536927f,-0.2421962648953693f,0.16905312499999992f,-4.194626447675216e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3425172425711379f,0.6643349827238757f,0.6643349827238757f,-0.37412561852145343f,0.9395115425270008f,0.24219626489536936f,0.24219626489536922f,0.07822952566423644f,-4.194626447675216e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3425172425711379f,0.6643349827238758f,-0.6643349827238756f,-0.125f,0.9395115425270008f,0.24219626489536927f,-0.2421962648953693f,0.16905312499999992f,-4.194626447675216e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.344053125f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.344053125f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.344053125f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.344053125f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.344053125f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.344053125f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.41280312500000005f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.41280312500000005f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.25811562499999996f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4815531249999999f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05620111494406706f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.037375333694067384f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.015995568681285877f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10188902380479017f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008186757445209553f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.058711320234399594f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6476756249999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82.mcfunction new file mode 100644 index 000000000..d6ffafb85 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..2b770ff2c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8009049760653048f,-0.1412211562639806f,-0.07451341343504798f,0.02541711514835604f,-0.14193287772338334f,0.8042373545566529f,0.0013342418521382492f,0.6080353448008065f,0.07314862937497273f,0.01425857649364982f,-0.8132591318032537f,-0.37192033165701516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7777789828651532f,0.17242944921705908f,-0.07299273152821027f,0.02541711514835604f,0.17303454422096187f,0.7810616737651136f,0.0013070124265844075f,0.6080353448008065f,0.07154649061618412f,-0.014517121544607452f,-0.7966620066644119f,-0.37192033165701516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8009049760653048f,0.1412211562639806f,0.07451341343504818f,-0.025417115148355943f,0.14193287772338334f,0.8042373545566529f,0.0013342418521382492f,0.6080353448008065f,-0.0731486293749729f,0.014258576493649856f,-0.8132591318032537f,-0.37192033165701516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7777789828651532f,-0.17242944921705908f,0.07299273152821047f,-0.025417115148355943f,-0.17303454422096187f,0.7810616737651136f,0.0013070124265844075f,0.6080353448008065f,-0.0715464906161843f,-0.014517121544607494f,-0.7966620066644119f,-0.37192033165701516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08274441142992217f,0.5443689342127469f,1.462266075596775f,-0.5203030233348701f,1.5553683317063431f,-0.1451977943996958f,-0.033958846071233464f,0.2892611156828579f,0.12405226762192546f,1.4573902407953543f,-0.5495734445297704f,0.16497890038940888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3750668756774472f,-0.90630778703665f,-0.19475891231542805f,-0.45142318052898067f,-0.8050884843217628f,0.4226176929812715f,-0.41620525944739606f,0.49367867401641874f,0.45951862985307224f,0.0006933512227269327f,-0.8881678603068437f,0.03930646913623155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4210476188099084f,-0.90630778703665f,-0.03640189351168849f,-0.2984375f,-0.9030796297791429f,0.4226176929812715f,-0.07642949598913916f,0.8277370352786243f,0.08465273163030293f,0.0006933512227269327f,-0.9964102740797136f,0.0005665227127473703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3017469030426321f,0.9232102171129808f,0.23797416145956501f,0.44324554923092524f,0.7259153442912872f,0.3842948054753666f,-0.5704072364610323f,0.5366587300458221f,-0.6180580227022721f,0.0006304782731277065f,-0.7861322300163662f,0.07449471236820669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3714405523024383f,0.9232102171129808f,0.0985637414238234f,0.2984375f,0.8927481958416221f,0.3842948054753666f,-0.23519813202102352f,0.8277370352786243f,-0.25501485236508914f,0.0006304782731277065f,-0.9669369305028942f,0.0005665227127474434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5785629081143265e-17f,1.214430390805959e-16f,-0.15625000000000003f,0f,0.9916576695023354f,-0.12889944343245607f,0.48208662444306494f,-1.2246467991473532e-16f,-0.12889944343245607f,-0.9916576695023354f,0.20624972242886158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0091662676861895e-19f,1.2246451510183538e-16f,-0.15625000000000003f,0f,0.9999986542005412f,0.001640608760897468f,0.669596625910422f,-1.2246467991473532e-16f,0.001640608760897468f,-0.9999986542005412f,0.2003073449827765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5785629081143265e-17f,1.214430390805959e-16f,0.15624999999999997f,0f,0.9916576695023354f,-0.12889944343245607f,0.48208662444306494f,-1.2246467991473532e-16f,-0.12889944343245607f,-0.9916576695023354f,0.20624972242886164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0091662676861895e-19f,1.2246451510183538e-16f,0.15624999999999997f,0f,0.9999986542005412f,0.001640608760897468f,0.669596625910422f,-1.2246467991473532e-16f,0.001640608760897468f,-0.9999986542005412f,0.20030734498277655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998596355767804f,0.0029123907160235004f,-0.016499306791046442f,0.2955531893077078f,-0.000027487377474628374f,0.9844894436973369f,0.1754438214727212f,1.3550690465309512f,0.016754354320949846f,0.17541964892458659f,-0.9843511763504237f,0.10658070235718434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998596355767804f,0.0029123907160235004f,-0.016499306791046442f,0.33113706679067356f,-0.000027487377474628374f,0.9844894436973369f,0.1754438214727212f,1.248456755108507f,0.016754354320949846f,0.17541964892458659f,-0.9843511763504237f,-0.008257964828276834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998596355767804f,0.0029123907160235004f,-0.016499306791046442f,-0.2918643465936507f,-0.000027487377474628374f,0.9844894436973369f,0.1754438214727212f,1.355052897696685f,0.016754354320949846f,0.17541964892458659f,-0.9843511763504237f,0.11642388552074237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998596355767804f,0.0029123907160235004f,-0.016499306791046442f,-0.3312699417789434f,-0.000027487377474628374f,0.9844894436973369f,0.1754438214727212f,1.24843854472093f,0.016754354320949846f,0.17541964892458659f,-0.9843511763504237f,0.0028417949093524444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9872723726423436f,0.15673970990692454f,0.026943005687012814f,0.1953682459372344f,0.14059992527300116f,0.781015755017094f,0.6084784724444284f,1.429507665067386f,0.07432982732647611f,0.6045221697782238f,-0.7931128690270034f,0.14702421670812793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996369041203916f,0.0003665585200290644f,0.026943005687012814f,0.08022875112412266f,0.016691125056599754f,0.7933948291462706f,0.6084784724444284f,1.4394255758760726f,-0.021153398425405763f,0.608707245495576f,-0.7931128690270034f,0.15072183815607904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9737957659987403f,0.21730704940818388f,0.0670779576346495f,0.05971495585069553f,0.14400700723777607f,0.3609020306699427f,0.9214183122364841f,1.4765525915137792f,0.17602212357924166f,0.9069329471001818f,-0.38273860724368197f,0.09639675864292441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9932863800583377f,-0.09424815536745415f,0.0670779576346495f,0.08850056523588967f,0.025433941844209475f,0.3877388405583512f,0.9214183122364841f,1.4788774565590908f,-0.11285070577036274f,0.9169383167543484f,-0.38273860724368197f,0.10703862501326125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9958010362215071f,0.06229641931713998f,0.0670779576346495f,0.14564453496676388f,0.08577652591296554f,0.37898638692909736f,0.9214183122364841f,1.5449686144129415f,0.031979428739036544f,0.9233030242898004f,-0.38273860724368197f,0.19451530823904603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9958010362215071f,0.0874892605107756f,0.026943005687012814f,0.1259594513518394f,0.08577652591296554f,0.788920994887319f,0.6084784724444284f,1.367461390563295f,0.031979428739036544f,0.6082345708041268f,-0.7931128690270034f,0.057662529808117736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9892007184371819f,-0.13644072956365952f,-0.05353378334752276f,-0.19038472083744967f,-0.1406542609617217f,0.7810076951243639f,0.6084762600380071f,1.4294970602414359f,-0.04121064809821689f,0.6094349083147969f,-0.791764343103843f,0.15348816590232892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9983660486477282f,0.01998416743381179f,-0.05353378334752276f,-0.07518652747238179f,-0.01674605262783478f,0.7933953684585922f,0.6084762600380071f,1.4394213033179293f,0.054633347224089406f,0.6083785189833975f,-0.791764343103843f,0.15332608634436884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9791385897534159f,-0.18681900078623584f,-0.07991422276994524f,-0.056506397527999574f,-0.1440606958175623f,0.36089092074521556f,0.9214142712397233f,1.4765493964450942f,-0.14329737602709897f,0.9137047686582923f,-0.380275502438489f,0.09834424573499381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9889463822561269f,0.12489503601662626f,-0.07991422276994524f,-0.08491942879025442f,-0.02548843587341275f,0.3877448650756018f,0.9214142712397233f,1.4788726890290615f,0.1460663981182727f,0.9132661986441354f,-0.380275502438489f,0.1099445729312157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9963086993735599f,-0.03134792738987731f,-0.07991422276994524f,-0.13910413043598985f,-0.08583129147237488f,0.3789838125302371f,0.9214142712397233f,1.5449607863201045f,0.001401769149924981f,0.9248721951104408f,-0.380275502438489f,0.1992867580134169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9963086993735599f,-0.06710521286059637f,-0.05353378334752276f,-0.1240054575423557f,-0.08583129147237488f,0.7889167448941261f,0.6084762600380071f,1.3674545187189264f,0.001401769149924981f,0.6108250650002751f,-0.791764343103843f,0.0618511183883552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998596355767804f,0.0029123907160235004f,-0.016499306791046442f,-7.534373503823211e-20f,-0.000027487377474628374f,0.9844894436973369f,0.1754438214727212f,0.8574244953252029f,0.016754354320949846f,0.17541964892458659f,-0.9843511763504237f,0.0006152282853365505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0091662676861895e-19f,1.2246451510183538e-16f,0f,0f,0.9999986542005412f,0.001640608760897468f,0.482425f,-1.2246467991473532e-16f,0.001640608760897468f,-0.9999986542005412f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34394650856830544f,-0.6639656614779386f,-0.6639656614779381f,0.37823819613304127f,-0.9389892434121236f,0.24320690857408578f,0.24320690857408572f,0.086322625177658f,1.3389852151649534e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34394650856830544f,-0.6639656614779382f,0.6639656614779385f,0.15f,-0.9389892434121236f,0.24320690857408578f,-0.24320690857408572f,0.169925f,1.3389852151649534e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34394650856830544f,0.6639656614779383f,0.6639656614779383f,-0.3739871230542269f,0.9389892434121236f,0.24320690857408578f,0.24320690857408572f,0.07872240928471783f,-9.763245031086612e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34394650856830544f,0.6639656614779385f,-0.6639656614779382f,-0.125f,0.9389892434121236f,0.24320690857408578f,-0.24320690857408572f,0.169925f,-9.763245031086612e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3449250000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3449250000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3449250000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3449250000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3449250000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3449250000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4136750000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4136750000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.25898750000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.482425f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05631009931906723f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03726634931906721f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016104553056286053f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10199800817979035f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008295741820209729f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05882030460939977f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6485474999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83.mcfunction new file mode 100644 index 000000000..0e5efdf1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..c856114ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8005410193621356f,-0.14115698087740217f,-0.07844251087678018f,0.025462368779617925f,-0.1420878328134855f,0.8042058528239894f,0.002904908682124735f,0.6101366696106444f,0.07674352434859932f,0.01649537746343512f,-0.8128854645258082f,-0.37119572731863393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.777425535349084f,0.17235109178922212f,-0.0768416433078663f,0.025462368779617925f,0.172882496847197f,0.7810912524815508f,0.0028456248314691285f,0.6101366696106444f,0.0756384774507601f,-0.013840392186122622f,-0.7962959652497714f,-0.37119572731863393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8005410193621356f,0.14115698087740217f,0.07844251087678038f,-0.025462368779617828f,0.1420878328134855f,0.8042058528239894f,0.002904908682124735f,0.6101366696106444f,-0.0767435243485995f,0.016495377463435153f,-0.8128854645258082f,-0.37119572731863393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.777425535349084f,-0.17235109178922212f,0.0768416433078665f,-0.025462368779617828f,-0.172882496847197f,0.7810912524815508f,0.0028456248314691285f,0.6101366696106444f,-0.0756384774507603f,-0.013840392186122664f,-0.7962959652497714f,-0.37119572731863393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08268193227535175f,0.5436246931337819f,1.4625464577545617f,-0.5203872377810888f,1.5549854158337384f,-0.1496110375948801f,-0.03229773945895978f,0.29014886918073796f,0.12880335639877424f,1.4572216648283076f,-0.5489271034804399f,0.16390189380924153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.375301889202383f,-0.9063077870366503f,-0.1943056538494245f,-0.4514431262070581f,-0.8064753595360943f,0.4226155632535288f,-0.4135137000838427f,0.49494586319455136f,0.4568872797772442f,0.0015102491955767397f,-0.8895233176961228f,0.03888416866885559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42109128848994115f,-0.9063077870366503f,-0.03589320150963568f,-0.2984375f,-0.903330920228152f,0.4226155632535288f,-0.07341208521533066f,0.8291196701228438f,0.08170297006621938f,0.0015102491955767397f,-0.9966555793400876f,0.0012339928785840982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.26021771477143646f,0.9332771308597622f,0.2475490616692004f,0.4316483906109149f,0.6786399199084817f,0.35915477127023243f,-0.6406681741591636f,0.5434844076499201f,-0.6868293820343889f,0.001283467178119766f,-0.7268175511682846f,0.1099937445318078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3348389899334942f,0.9332771308597622f,0.12991015293073757f,0.2984375f,0.8713731353794845f,0.35915477127023243f,-0.3342404960694521f,0.8291196701228438f,-0.3585968624503618f,0.001283467178119766f,-0.9334916405371603f,0.0012339928785841715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.555085615429828e-17f,1.214733250532268e-16f,-0.15625000000000003f,0f,0.9919049732363753f,-0.1269823770014782f,0.48307232947975975f,-1.2246467991473532e-16f,-0.1269823770014782f,-0.9919049732363753f,0.20624868305979818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.376341513639644e-19f,1.2246389795759458e-16f,-0.15625000000000003f,0f,0.9999936148353853f,0.003573554037528717f,0.670593466974129f,-1.2246467991473532e-16f,0.003573554037528717f,-0.9999936148353853f,0.20066876434911368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.555085615429828e-17f,1.214733250532268e-16f,0.15624999999999997f,0f,0.9919049732363753f,-0.1269823770014782f,0.48307232947975975f,-1.2246467991473532e-16f,-0.1269823770014782f,-0.9919049732363753f,0.20624868305979824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.376341513639644e-19f,1.2246389795759458e-16f,0.15624999999999997f,0f,0.9999936148353853f,0.003573554037528717f,0.670593466974129f,-1.2246467991473532e-16f,0.003573554037528717f,-0.9999936148353853f,0.20066876434911374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9996194997999404f,0.004047862369667233f,-0.0272849854306962f,0.2962969670170782f,-0.00009857152600798686f,0.9886432574786639f,0.15028140179553362f,1.3591386895629514f,0.02758343530765036f,0.15022690921473622f,-0.9882666795174347f,0.09137761413815111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9996194997999404f,0.004047862369667233f,-0.0272849854306962f,0.3307187480792398f,-0.00009857152600798686f,0.9886432574786639f,0.15028140179553362f,1.2496508602286749f,0.02758343530765036f,0.15022690921473622f,-0.9882666795174347f,-0.021085129542487313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9996194997999404f,0.004047862369667233f,-0.0272849854306962f,-0.29097948911538674f,-0.00009857152600798686f,0.9886432574786639f,0.15028140179553362f,1.3590807787914216f,0.02758343530765036f,0.15022690921473622f,-0.9882666795174347f,0.1075828823813957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9996194997999404f,0.004047862369667233f,-0.0272849854306962f,-0.3315291705382207f,-0.00009857152600798686f,0.9886432574786639f,0.15028140179553362f,1.2495855565926945f,0.02758343530765036f,0.15022690921473622f,-0.9882666795174347f,-0.002811103651168948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9865189106734107f,0.16266663952652682f,0.017888635188132364f,0.1964978740957699f,0.14195733286172718f,0.7962528488888689f,0.5880727134318893f,1.434534327811799f,0.08141593535992758f,0.582684275591428f,-0.8086102153992125f,0.13099386643371475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998198945829683f,0.0063383852208764024f,0.017888635188132364f,0.08139748190744858f,0.015648214076820918f,0.8086566744379602f,0.5880727134318893f,1.4444859103633545f,-0.010738332845851607f,0.5882467235435577f,-0.8086102153992125f,0.13568495882400078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9719454144153964f,0.2268278786029207f,0.062219168150836876f,0.06026833851863747f,0.14796278238566873f,0.3840162332671771f,0.9113937390699918f,1.480205550321648f,0.18283633781492858f,0.8950310866533004f,-0.4068049010258327f,0.08065667544446843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944686891492763f,-0.08462151863644472f,0.062219168150836876f,0.0891655998389147f,0.02205342616164023f,0.4109441553040423f,0.9113937390699918f,1.482815330542725f,-0.10269212577531615f,0.9077246828224455f,-0.4068049010258327f,0.090923269835272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9954628513584547f,0.07198949006565607f,0.062219168150836876f,0.14720153118223464f,0.08606774098642525f,0.40243483490561965f,0.9113937390699918f,1.5511437887524344f,0.0405716098619333f,0.9126136734536545f,-0.4068049010258327f,0.1760625498595208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9954628513584547f,0.09345431127776406f,0.017888635188132364f,0.12617431114473776f,0.08606774098642525f,0.804215659931059f,0.5880727134318893f,1.3701952652679463f,0.0405716098619333f,0.5869441745389847f,-0.8086102153992125f,0.04400011058824947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9894794918756031f,-0.13044338694799107f,-0.06256882577717751f,-0.18916244658635406f,-0.1421521841806216f,0.7962239455885595f,0.588064779598358f,1.4344962982151994f,-0.02689036426448624f,0.5907723345527643f,-0.8063900774667306f,0.14163575217963315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9977031988387793f,0.025951282583568706f,-0.06256882577717751f,-0.07398047068115374f,-0.01584518792496431f,0.8086586084470735f,0.588064779598358f,1.4444705886915605f,0.0658578548579408f,0.5877055265323873f,-0.8063900774667306f,0.13997244791792168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9805199060922619f,-0.1772011128448993f,-0.0847377092170366f,-0.055925102037111346f,-0.14815531312977548f,0.383976392353463f,0.9113792477923983f,1.480194092597234f,-0.1289601370511057f,0.9061798363027888f,-0.4027497825325437f,0.08386290966797477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9872880013373845f,0.13446904123954218f,-0.0847377092170366f,-0.08421274399603926f,-0.022248845299819214f,0.41096575961530796f,0.9113792477923983f,1.4827982338695087f,0.1573765906926995f,0.9016791121967568f,-0.4027497825325437f,0.09570746055171578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961684402611919f,-0.021632366126549937f,-0.0847377092170366f,-0.13747874627931453f,-0.08626413384960918f,0.4024256029436237f,0.9113792477923983f,1.5511157167016396f,0.01438533415534259f,0.9151970688497795f,-0.4027497825325437f,0.18391799887616783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961684402611919f,-0.061103033218076516f,-0.06256882577717751f,-0.12373056380524734f,-0.08626413384960918f,0.8042004191786469f,0.588064779598358f,1.3701706223864443f,0.01438533415534259f,0.5912090198266932f,-0.8063900774667306f,0.05089596941516207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9996194997999404f,0.004047862369667233f,-0.0272849854306962f,-1.6411280676148663e-19f,-0.00009857152600798686f,0.9886432574786639f,0.15028140179553362f,0.8588069805632694f,0.02758343530765036f,0.15022690921473622f,-0.9882666795174347f,0.0013400827640732689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.376341513639644e-19f,1.2246389795759458e-16f,0f,0f,0.9999936148353853f,0.003573554037528717f,0.483809375f,-1.2246467991473532e-16f,0.003573554037528717f,-0.9999936148353853f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34621427897781565f,-0.6633760897981897f,-0.6633760897981893f,0.37803553086812763f,-0.9381554631466318f,0.24481046440882465f,0.24481046440882454f,0.08715577785946654f,-9.791017208818689e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34621427897781565f,-0.6633760897981894f,0.6633760897981896f,0.15f,-0.9381554631466318f,0.2448104644088246f,-0.2448104644088246f,0.17130937499999999f,-9.791017208818689e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34621427897781565f,0.6633760897981895f,0.6633760897981895f,-0.3737660336743211f,0.9381554631466318f,0.24481046440882465f,0.24481046440882454f,0.07950545084669078f,1.3112130374328758e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34621427897781565f,0.6633760897981896f,-0.6633760897981894f,-0.125f,0.9381554631466318f,0.2448104644088246f,-0.2448104644088246f,0.17130937499999999f,1.3112130374328758e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3463093750000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3463093750000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3463093750000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3463093750000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3463093750000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3463093750000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4150593750000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4150593750000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.26037187500000003f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.483809375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.056483146194067094f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03709330244406735f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016277599931285913f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10217105505479021f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.00846878869520959f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05899335148439963f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6499318749999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84.mcfunction new file mode 100644 index 000000000..d6325ae3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..c9a662c7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.800028163624068f,-0.1410665505735697f,-0.08366367289343836f,0.025526136212004724f,-0.1423161830154679f,0.804155233958462f,0.0049908109124163135f,0.6129269206857151f,0.08151984975853183f,0.019468755762250038f,-0.8123545568831756f,-0.370230527118761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7769274882320958f,0.17224067740164112f,-0.08195625099765391f,0.025526136212004724f,0.17265685856567003f,0.7811310436050669f,0.004888957628489451f,0.6129269206857151f,0.08107581155684396f,-0.012939929083373793f,-0.7957758924569884f,-0.370230527118761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.800028163624068f,0.1410665505735697f,0.08366367289343857f,-0.025526136212004627f,0.1423161830154679f,0.804155233958462f,0.0049908109124163135f,0.6129269206857151f,-0.08151984975853202f,0.01946875576225007f,-0.8123545568831756f,-0.37023052711876103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7769274882320958f,-0.17224067740164112f,0.0819562509976541f,-0.025526136212004627f,-0.17265685856567003f,0.7811310436050669f,0.004888957628489451f,0.6129269206857151f,-0.08107581155684414f,-0.012939929083373835f,-0.7957758924569884f,-0.37023052711876103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08259748184265786f,0.5426350774380451f,1.462918684933328f,-0.5204986511557812f,1.5544539007331837f,-0.15547875694951266f,-0.030094461829772903f,0.2913357264822372f,0.1351183795367645f,1.4569762451293573f,-0.5480597546254585f,0.16246755945517383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3756135080539886f,-0.9063077870366499f,-0.19370257541939534f,-0.45146929444461503f,-0.8083063833296568f,0.4226102862583193f,-0.40992845304661574f,0.49663402826037856f,0.45338204997099996f,0.00259636387890741f,-0.891312501684287f,0.03832213635727152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4211483986452953f,-0.9063077870366499f,-0.0352167783199106f,-0.2984375f,-0.9036505509924827f,0.4226102862583193f,-0.06939904638857737f,0.8309559834009583f,0.07777986892175857f,0.00259636387890741f,-0.9969671764331675f,0.0021214343607454593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2144764169668788f,0.9438009515832292f,0.2514749099923095f,0.41757280100032784f,0.6171113031546385f,0.33050815537812883f,-0.7140994319752189f,0.5560399956945181f,-0.7570822320486944f,0.00203052188792121f,-0.6533164400939481f,0.14837227327783933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.29090097455004543f,0.9438009515832292f,0.15689610191596368f,0.2984375f,0.8335834560140957f,0.33050815537812883f,-0.4426092871688783f,0.8309559834009583f,-0.4695905076398263f,0.00203052188792121f,-0.8828820035063761f,0.002121434360745532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.5238619021896535e-17f,1.215128895094017e-16f,-0.15625000000000003f,0f,0.992228041538211f,-0.12443276732937411f,0.48438289893385333f,-1.2246467991473532e-16f,-0.12443276732937411f,-0.992228041538211f,0.2062461077326992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.523642496255373e-19f,1.2246236881040014e-16f,-0.15625000000000003f,0f,0.9999811284009659f,0.006143520320710939f,0.6719177575110389f,-1.2246467991473532e-16f,0.006143520320710939f,-0.9999811284009659f,0.20114813574032647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5238619021896535e-17f,1.215128895094017e-16f,0.15624999999999997f,0f,0.992228041538211f,-0.12443276732937411f,0.48438289893385333f,-1.2246467991473532e-16f,-0.12443276732937411f,-0.992228041538211f,0.20624610773269922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.523642496255373e-19f,1.2246236881040014e-16f,0.15624999999999997f,0f,0.9999811284009659f,0.006143520320710939f,0.6719177575110389f,-1.2246467991473532e-16f,0.006143520320710939f,-0.9999811284009659f,0.2011481357403265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992083428780468f,0.004630478749283883f,-0.03951260798099828f,0.2967404391329271f,-0.0002444077024220999f,0.9924699490452308f,0.12248812394282102f,1.3635746704966136f,0.03978225468450242f,0.12240081253288033f,-0.9916831214170725f,0.07465876497162838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992083428780468f,0.004630478749283883f,-0.03951260798099828f,0.3299276351489748f,-0.0002444077024220999f,0.9924699490452308f,0.12248812394282102f,1.25100835377444f,0.03978225468450242f,0.12240081253288033f,-0.9916831214170725f,-0.035103463778501036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992083428780468f,0.004630478749283883f,-0.03951260798099828f,-0.2902944623079255f,-0.0002444077024220999f,0.9924699490452308f,0.12248812394282102f,1.3634310809714407f,0.03978225468450242f,0.12240081253288033f,-0.9916831214170725f,0.09803083959877355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992083428780468f,0.004630478749283883f,-0.03951260798099828f,-0.33204789200773127f,-0.0002444077024220999f,0.9924699490452308f,0.12248812394282102f,1.2508464336715854f,0.03978225468450242f,0.12240081253288033f,-0.9916831214170725f,-0.008747720050018176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9856321154309092f,0.16874871796473218f,0.007294053499256242f,0.1973363567826053f,0.1432769925053657f,0.8124263742765523f,0.5651858895960449f,1.4399596206620935f,0.08944851284290926f,0.5581104340227967f,-0.824931334709185f,0.11336246584273924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998954639482678f,0.012484308520237838f,0.007294053499256242f,0.08228919495750936f,0.014421529728559798f,0.8248375171400824f,0.5651858895960449f,1.4499329681075257f,0.0010395460387886413f,0.565231998704033f,-0.824931334709185f,0.11917826516208332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9698316824202126f,0.23723055896744877f,0.05610855252073272f,0.0604461611569654f,0.1521371076731533f,0.4091685901680139f,0.8996862593642114f,1.4840762353794954f,0.19047521687302882f,0.8810804314657724f,-0.43291623328914447f,0.0634327314829058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956730155812449f,-0.07407480258075881f,0.05610855252073272f,0.08946304038406375f,0.01825093969649555f,0.4361554056886463f,0.8996862593642114f,1.4869994176621055f,-0.09111613053430824f,0.896817364746688f,-0.43291623328914447f,0.07326844956866936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9950024806494782f,0.08259475670654341f,0.05610855252073272f,0.14844566682157392f,0.08625597790644186f,0.42793053289831534f,0.8996862593642114f,1.557741491373147f,0.050298804924056875f,0.900029757940231f,-0.43291623328914447f,0.15574422368958735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9950024806494782f,0.09958343378762809f,0.007294053499256242f,0.12603939421935764f,0.08625597790644186f,0.8204418422270592f,0.5651858895960449f,1.373142076872059f,0.050298804924056875f,0.562990517893627f,-0.824931334709185f,0.029071357163521473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9895535324439299f,-0.12424074842038622f,-0.07313031423207764f,-0.1881653366314633f,-0.14376012556714912f,0.812354708659643f,0.5651662176877026f,1.4398653264302257f,-0.010808918755251494f,0.5697754502876097f,-0.8217293371450809f,0.1287107429643377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996806021404943f,0.03208913883490769f,-0.07313031423207764f,-0.07302484859297467f,-0.014909925593082268f,0.824842312507903f,0.5651662176877026f,1.4498949780839145f,0.07845667472979687f,0.5644514564295577f,-0.8217293371450809f,0.12536190331987576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9818305628858872f,-0.16663224993139866f,-0.09078787951032836f,-0.05569948747658436f,-0.15261448687908075f,0.40906980478264315f,0.8996503282996816f,1.4840478259978769f,-0.11277217820817725f,0.8971597338812582f,-0.42706773201014986f,0.06805692803547657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9852685517700974f,0.14492564240628028f,-0.09078787951032836f,-0.08384399061016587f,-0.018735480663912105f,0.43620897349156756f,0.8996503282996816f,1.4869570265296044f,0.1699848894965288f,0.8880981306244033f,-0.42706773201014986f,0.08016845645388895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9958096262788203f,-0.010988591559174907f,-0.09078787951032836f,-0.13611751781952874f,-0.08674293322109324f,0.4279076422856641f,0.8996503282996816f,1.5576718868360673f,0.02896293746561676f,0.903755664175373f,-0.42706773201014986f,0.167073757881244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9958096262788203f,-0.054910339197220895f,-0.07313031423207764f,-0.12376269150015405f,-0.08674293322109324f,0.8204040528427301f,0.5651662176877026f,1.3730809749464532f,0.02896293746561676f,0.5691414979848761f,-0.8217293371450809f,0.039016920834647084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992083428780468f,0.004630478749283883f,-0.03951260798099828f,-2.8213659360957647e-19f,-0.0002444077024220999f,0.9924699490452308f,0.12248812394282102f,0.8606429231503621f,0.03978225468450242f,0.12240081253288033f,-0.9916831214170725f,0.002303820120266602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.523642496255373e-19f,1.2246236881040014e-16f,0f,0f,0.9999811284009659f,0.006143520320710939f,0.4856499999999999f,-1.2246467991473532e-16f,0.006143520320710939f,-0.9999811284009659f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34922630859322223f,-0.6625862152906413f,-0.6625862152906408f,0.3777640115061578f,-0.937038411905484f,0.24694029097501333f,0.2469402909750133f,0.08826427497733907f,-4.276788809967354e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34922630859322223f,-0.6625862152906409f,0.6625862152906412f,0.15f,-0.937038411905484f,0.24694029097501335f,-0.24694029097501327f,0.17314999999999992f,-4.276788809967354e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34922630859322223f,0.6625862152906411f,0.662586215290641f,-0.3734698307339904f,0.937038411905484f,0.24694029097501333f,0.2469402909750133f,0.08054739088436991f,-4.276788809967354e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34922630859322223f,0.6625862152906411f,-0.662586215290641f,-0.125f,0.937038411905484f,0.24694029097501335f,-0.24694029097501327f,0.17314999999999992f,-4.276788809967354e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34815f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.34815f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.34815f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34815f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.34815f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.34815f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.41690000000000005f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.41690000000000005f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.26221249999999996f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4856499999999999f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05671322431906718f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03686322431906726f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016507678056286f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1024011331797903f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008698866820209677f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05922342960939972f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6517724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85.mcfunction new file mode 100644 index 000000000..6459d3d73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..63a38e4e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7993592866954737f,-0.14094860952428512f,-0.09001480262333772f,0.02560930299976444f,-0.1426285138003112f,0.804080165001115f,0.007525938302860309f,0.616317977451057f,0.08732858792664792f,0.023087272887775803f,-0.8116558014366604f,-0.36905287383525504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762779250095774f,0.17209667270215964f,-0.08817776583510635f,0.02560930299976444f,0.1723460500767706f,0.7811801888885518f,0.007372347725250915f,0.616317977451057f,0.08768935035544734f,-0.011842623564585163f,-0.7950913973257082f,-0.36905287383525504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7993592866954737f,0.14094860952428512f,0.09001480262333793f,-0.02560930299976434f,0.1426285138003112f,0.804080165001115f,0.007525938302860309f,0.616317977451057f,-0.08732858792664812f,0.023087272887775838f,-0.8116558014366604f,-0.36905287383525504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7762779250095774f,-0.17209667270215964f,0.08817776583510654f,-0.02560930299976434f,-0.1723460500767706f,0.7811801888885518f,0.007372347725250915f,0.616317977451057f,-0.08768935035544753f,-0.011842623564585208f,-0.7950913973257082f,-0.36905287383525504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08249255329901989f,0.5414302591454937f,1.4633709383242006f,-0.5206334201240396f,1.5537723808674817f,-0.16262149705349196f,-0.027420560706847445f,0.29279057689294763f,0.1428027209250764f,1.4566446969586386f,-0.5469916450172436f,0.16071790297508742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37599153917199896f,-0.90630778703665f,-0.19296776318287312f,-0.45150060874732867f,-0.8105153665880415f,0.4226000953866662f,-0.40555394203956807f,0.49869422059315666f,0.44910489086150457f,0.003918486431111933f,-0.8934704485702732f,0.03763713770596464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4212164533890612f,-0.90630778703665f,-0.034393234088567884f,-0.2984375f,-0.9040173325254686f,0.4226000953866662f,-0.06451218390906498f,0.8331882816539002f,0.07300247864201079f,0.003918486431111933f,-0.9973240614645833f,0.0032017129126653094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1667404379477827f,0.9543299913781705f,0.2478949251378943f,0.40150511394338495f,0.5402998449612243f,0.2987416852165713f,-0.7866571572475773f,0.575450212089627f,-0.8247870657859873f,0.0027700307044599168f,-0.565436665809742f,0.1878892397743872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24122972371153698f,0.9543299913781705f,0.17624553314678965f,0.2984375f,0.7760116727223287f,0.2987416852165713f,-0.5554811331743464f,0.8331882816539002f,-0.5827641926171757f,0.0027700307044599168f,-0.8126365871243724f,0.0032017129126653823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4858391666875948e-17f,1.21559968837164e-16f,-0.15625000000000003f,0f,0.9926124734233478f,-0.12132797535763731f,0.4859782896856477f,-1.2246467991473532e-16f,-0.12132797535763731f,-0.9926124734233478f,0.2062411342910174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.135483792299545e-18f,1.2245941573915826e-16f,-0.15625000000000003f,0f,0.9999570147443269f,0.009271928796858923f,0.6735281795051894f,-1.2246467991473532e-16f,0.009271928796858923f,-0.9999570147443269f,0.20172988959827642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4858391666875948e-17f,1.21559968837164e-16f,0.15624999999999997f,0f,0.9926124734233478f,-0.12132797535763731f,0.4859782896856477f,-1.2246467991473532e-16f,-0.12132797535763731f,-0.9926124734233478f,0.20624113429101743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.135483792299545e-18f,1.2245941573915826e-16f,0.15624999999999997f,0f,0.9999570147443269f,0.009271928796858923f,0.6735281795051894f,-1.2246467991473532e-16f,0.009271928796858923f,-0.9999570147443269f,0.20172988959827645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998586383301244f,0.004423167507362874f,-0.052968581957069175f,0.29674648877411436f,-0.000492830279794382f,0.9957182285076182f,0.09243898818121113f,1.368191144203416f,0.05315065572179013f,0.09233441940496827f,-0.9943084847216639f,0.05664731116823834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998586383301244f,0.004423167507362874f,-0.052968581957069175f,0.32867477765101527f,-0.000492830279794382f,0.9957182285076182f,0.09243898818121113f,1.2524110019174446f,0.05315065572179013f,0.09233441940496827f,-0.9943084847216639f,-0.05010406128960581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998586383301244f,0.004423167507362874f,-0.052968581957069175f,-0.2899230114153666f,-0.000492830279794382f,0.9957182285076182f,0.09243898818121113f,1.3679016064140368f,0.05315065572179013f,0.09233441940496827f,-0.9943084847216639f,0.08787332140479005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998586383301244f,0.004423167507362874f,-0.052968581957069175f,-0.33288870128605885f,-0.000492830279794382f,0.9957182285076182f,0.09243898818121113f,1.2520845018570808f,0.05315065572179013f,0.09233441940496827f,-0.9943084847216639f,-0.014891751873919837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9846147725152607f,0.17467419311682866f,-0.004761932770011301f,0.1977262418535617f,0.1444819773177844f,0.8291476979421483f,0.5400361591852709f,1.4455653547804017f,0.09827872595360859f,0.5310395665637552f,-0.8416283447987685f,0.09435713612399572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999817594747622f,0.018495978735221685f,-0.004761932770011301f,0.08274863129502841f,0.012995887855987903f,0.8415414747184213f,0.5400361591852709f,1.455542821823725f,0.013995861242326837f,0.5398757682091048f,-0.8416283447987685f,0.10140978432517933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9674841581014173f,0.2482070271704584f,0.04865876576728241f,0.060100438033806505f,0.1564106512855763f,0.4359229261975255f,0.8862882773566447f,1.487956021335867f,0.19877150698028576f,0.8650806170979619f,-0.46057074802270725f,0.0449572450538446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9968323024936394f,-0.06291013606116369f,0.04865876576728241f,0.08924050642745457f,0.014047776690424937f,0.4629208889111047f,0.8862882773566447f,1.4912168699949446f,-0.07828167522022852f,0.8841643316660761f,-0.46057074802270725f,0.054310795451212396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9944009561819094f,0.09380332008254896f,0.04865876576728241f,0.14918712730677217f,0.08629160686117367f,0.45502400816386385f,0.8862882773566447f,1.5645018798479242f,0.06099587633456082f,0.8855247535422052f,-0.46057074802270725f,0.1338177417342262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9944009561819094f,0.10556544103445162f,-0.004761932770011301f,0.12543490307402058f,0.08629160686117367f,0.8372064890800461f,0.5400361591852709f,1.3761304198049142f,0.06099587633456082f,0.5366015582361502f,-0.8416283447987685f,0.01308239113109259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9893414164199936f,-0.11813290128769188f,-0.08513624016500457f,-0.18753549512719495f,-0.1454561798476434f,0.829003189460284f,0.5399964922189833f,1.4453752173493237f,0.0067868623244405f,0.54662448673475f,-0.8373503502129561f,0.11486303755372289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9956410390824971f,0.038088605977276396f,-0.08513624016500457f,-0.07246873666473755f,-0.013980702443162116f,0.8415511442273661f,0.5399964922189833f,1.4554662177159985f,0.0922142139473157f,0.5388329330546886f,-0.8373503502129561f,0.10967136792418498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9829632704622039f,-0.1554043963756751f,-0.09814623023509547f,-0.055972915468315995f,-0.15737325158537754f,0.4357237326834532f,0.8862158249895136f,1.4878987358929252f,-0.09495719355422089f,0.8865631970499964f,-0.452756920464829f,0.05113535338140811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9828762231325386f,0.15595399158519802f,-0.09814623023509547f,-0.08395864919881765f,-0.015024818159156184f,0.4630289044729715f,0.8862158249895136f,1.4911313913726094f,0.1836534367769922f,0.8725150922082688f,-0.452756920464829f,0.0635294758237242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9951719650807125f,0.00027822299147105267f,-0.09814623023509547f,-0.13519893031256924f,-0.08727351668475412f,0.45497785091543946f,0.8862158249895136f,1.56436152738299f,0.044900926525733235f,0.8905027107024073f,-0.452756920464829f,0.1489544446708643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9951719650807125f,-0.048832166939016895f,-0.08513624016500457f,-0.12421169275129045f,-0.08727351668475412f,0.8371302895467763f,0.5399964922189833f,1.3760072122349656f,0.044900926525733235f,0.544819509374775f,-0.8373503502129561f,0.02637005506154012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998586383301244f,0.004423167507362874f,-0.052968581957069175f,-4.2580642211232936e-19f,-0.000492830279794382f,0.9957182285076182f,0.09243898818121113f,0.8628745055291225f,0.05315065572179013f,0.09233441940496827f,-0.9943084847216639f,0.003476973298822096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.135483792299545e-18f,1.2245941573915826e-16f,0f,0f,0.9999570147443269f,0.009271928796858923f,0.4878906249999999f,-1.2246467991473532e-16f,0.009271928796858923f,-0.9999570147443269f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.35288803787877554f,-0.6616154595843677f,-0.6616154595843673f,0.3774303142321263f,-0.935665556019921f,0.24952952458369743f,0.24952952458369743f,0.08961485092435392f,-4.321632060456324e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.35288803787877554f,-0.6616154595843674f,0.6616154595843676f,0.15f,-0.935665556019921f,0.24952952458369748f,-0.24952952458369737f,0.1753906249999999f,-4.321632060456324e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35288803787877554f,0.6616154595843675f,0.6616154595843675f,-0.37310579734413785f,0.935665556019921f,0.24952952458369743f,0.24952952458369743f,0.08181705328111336f,-4.321632060456324e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35288803787877554f,0.6616154595843676f,-0.6616154595843674f,-0.125f,0.935665556019921f,0.24952952458369748f,-0.24952952458369737f,0.1753906249999999f,-4.321632060456324e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.350390625f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.350390625f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.350390625f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.350390625f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.350390625f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.350390625f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.41914062500000004f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.41914062500000004f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.26445312499999996f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.4878906249999999f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05699330244406704f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.0365831461940674f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.016787756181285862f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10268121130479016f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.008978944945209538f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05950350773439958f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6540131249999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86.mcfunction new file mode 100644 index 000000000..5296c2333 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..e65bae079 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7985270690335218f,-0.14080186709666084f,-0.09733344074505822f,0.025712779239865757f,-0.14303554019462988f,0.8039752515128696f,0.01044383265343836f,0.6202216863092287f,0.09402020371392485f,0.0272593767602426f,-0.8107783742285432f,-0.36769096066495077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7754697374892358f,0.17191750184248528f,-0.09534704399515907f,0.025712779239865757f,0.1719383517825475f,0.7812378230108374f,0.010230693211531456f,0.6202216863092287f,0.09530944037542496f,-0.010575275765983105f,-0.7942318767953076f,-0.36769096066495077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7985270690335218f,0.14080186709666084f,0.09733344074505841f,-0.02571277923986566f,0.14303554019462988f,0.8039752515128696f,0.01044383265343836f,0.6202216863092287f,-0.09402020371392504f,0.027259376760242635f,-0.8107783742285432f,-0.36769096066495077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7754697374892358f,-0.17191750184248528f,0.09534704399515927f,-0.02571277923986566f,-0.1719383517825475f,0.7812378230108374f,0.010230693211531456f,0.6202216863092287f,-0.09530944037542516f,-0.010575275765983147f,-0.7942318767953076f,-0.36769096066495077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08236862899616636f,0.5400404135385719f,1.4638913930693014f,-0.5207876964040519f,1.5529392849246635f,-0.17085964279056992f,-0.024347685786394842f,0.29448237984283f,0.15166158477006f,1.456217560741034f,-0.545743006821404f,0.15869496567993935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37642578136875726f,-0.90630778703665f,-0.192119302199573f,-0.45153598967643854f,-0.8130359664569499f,0.4225832043395493f,-0.40049463499219584f,0.5010775224942512f,0.4441577966988017f,0.005443396627932093f,-0.8959320404276303f,0.036845964759722676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42129294890548186f,-0.90630778703665f,-0.033443181057629244f,-0.2984375f,-0.9044099501677264f,0.4225832043395493f,-0.05887340186985479f,0.8357588553342801f,0.06748994917862815f,0.005443396627932093f,-0.9977051048245755f,0.0044476849872524165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11966313790719635f,0.9644421903041633f,0.2356522755831375f,0.38426766260278206f,0.4481142055587884f,0.26427196846354245f,-0.8540222394415851f,0.6024404609288256f,-0.8859313699167779f,0.0034041512469474462f,-0.4638038589227873f,0.2266121244113889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18841476058009757f,0.9644421903041633f,0.185340604177423f,0.2984375f,0.69652494838517f,0.26427196846354245f,-0.6670931891133655f,0.8357588553342801f,-0.6923531427476735f,0.0034041512469474462f,-0.7215507864881774f,0.004447684987252489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.4419650597632594e-17f,1.2161279333713526e-16f,-0.15625000000000003f,0f,0.9930438181997195f,-0.11774538264969225f,0.48781846417050984f,-1.2246467991473532e-16f,-0.11774538264969225f,-0.9930438181997195f,0.20623289096889133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.5773663517116971e-18f,1.224545211170705e-16f,-0.15625000000000003f,0f,0.9999170471218976f,0.012880173718740139f,0.6753834115916078f,-1.2246467991473532e-16f,0.012880173718740139f,-0.9999170471218976f,0.20239844199664328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.4419650597632594e-17f,1.2161279333713526e-16f,0.15624999999999997f,0f,0.9930438181997195f,-0.11774538264969225f,0.48781846417050984f,-1.2246467991473532e-16f,-0.11774538264969225f,-0.9930438181997195f,0.20623289096889139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.5773663517116971e-18f,1.224545211170705e-16f,0.15624999999999997f,0f,0.9999170471218976f,0.012880173718740139f,0.6753834115916078f,-1.2246467991473532e-16f,0.012880173718740139f,-0.9999170471218976f,0.20239844199664334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9977197547964907f,0.003218768486250126f,-0.06741609910297798f,0.2961944653370304f,-0.0008693202136544917f,0.9981664422993282f,0.06052270441634376f,1.3728163528705855f,0.06748729636899643f,0.060443303987570925f,-0.9958875799164629f,0.03757902061547641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9977197547964907f,0.003218768486250126f,-0.06741609910297798f,0.3268863507902134f,-0.0008693202136544917f,0.9981664422993282f,0.06052270441634376f,1.2537521506302134f,0.06748729636899643f,0.060443303987570925f,-0.9958875799164629f,-0.06587162661397572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9977197547964907f,0.003218768486250126f,-0.06741609910297798f,-0.28996589060590783f,-0.0008693202136544917f,0.9981664422993282f,0.06052270441634376f,1.3723056272450633f,0.06748729636899643f,0.060443303987570925f,-0.9958875799164629f,0.0772278072322618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9977197547964907f,0.003218768486250126f,-0.06741609910297798f,-0.3341029867624617f,-0.0008693202136544917f,0.9981664422993282f,0.06052270441634376f,1.2531762259886674f,0.06748729636899643f,0.060443303987570925f,-0.9958875799164629f,-0.021161292769515574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.983471817344785f,0.18014767160894402f,-0.018165926962910334f,0.19752775981850706f,0.14550164833153095f,0.8460474703604705f,0.5128673787924674f,1.4511496953755751f,0.10776110068736866f,0.5017474407613104f,-0.8582756263975589f,0.07422021785205306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995449519317435f,0.024080867205040588f,-0.018165926962910334f,0.08263783468473888f,0.01135929816994631f,0.8583926945842619f,0.5128673787924674f,1.461108468008807f,0.027943790237812176f,0.5124276473015709f,-0.8582756263975589f,0.08260285320119834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9649361898369906f,0.25944648208295207f,0.03982050323202506f,0.059102577249287136f,0.1606696036714224f,0.46384643396227204f,0.8712242903848306f,1.4916548788568098f,0.20756547882280268f,0.8470737917296606f,-0.4892673741072428f,0.025476206244238034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9978822232479148f,-0.05143341373219512f,0.03982050323202506f,0.0883650626136314f,0.009469442667707176f,0.4907938115940454f,0.8712242903848306f,1.495273349429652f,-0.06435369594173969f,0.8697563098091566f,-0.4892673741072428f,0.03430112811443081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9936425957515085f,0.10530298870664878f,0.03982050323202506f,0.1492565309611356f,0.08612992547659884f,0.48326997814973344f,0.8712242903848306f,1.5711848440990324f,0.07249846788449979f,0.8691153023555641f,-0.4892673741072428f,0.11055936433056383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9936425957515085f,0.11110531493039623f,-0.018165926962910334f,0.12425783510179647f,0.08612992547659884f,0.854136223156435f,0.5128673787924674f,1.3790041938888349f,0.07249846788449979f,0.5080422436040906f,-0.8582756263975589f,-0.0037501404803563605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9887712632113921f,-0.11240530860110286f,-0.09847048108767771f,-0.18739962571440133f,-0.14722007754767635f,0.8457925668988133f,0.5127974088717421f,1.4508143054472669f,0.02564444996883391f,0.521536173603526f,-0.8528437030363705f,0.10025729732563843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9941819125081137f,0.043656490881319794f,-0.09847048108767771f,-0.07244482705656052f,-0.013096446357532404f,0.8584097509623431f,0.5127974088717421f,1.4609733433989243f,0.10691495655198918f,0.5111035220546789f,-0.8528437030363705f,0.09309288259503623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9838185325502974f,-0.1438146651422358f,-0.1068570872736393f,-0.05687004137554344f,-0.16236756731650576f,0.4634950696989315f,0.8710964891724124f,1.4915538311015497f,-0.07574871678318743f,0.8743509949984671f,-0.4793458766390833f,0.03332077226209641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9801082018031891f,0.16724077151673544f,-0.1068570872736393f,-0.08468378120409328f,-0.01119287958538423f,0.49098434394396373f,0.8710964891724124f,1.4951225707594322f,0.19814800580552452f,0.8549648521105431f,-0.4793458766390833f,0.04600641765379761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9942036640678122f,0.011859057868590477f,-0.1068570872736393f,-0.13488272070530208f,-0.08786194985217202f,0.48318855979800657f,0.8710964891724124f,1.5709372715780126f,0.061962505778181326f,0.8754359933352054f,-0.4793458766390833f,0.129778979653495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9942036640678122f,-0.04315829825767055f,-0.09847048108767771f,-0.12517210359732622f,-0.08786194985217202f,0.8540018121892962f,0.5127974088717421f,1.3787868638354213f,0.061962505778181326f,0.5184768712960108f,-0.8528437030363705f,0.01312168361189275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9977197547964907f,0.003218768486250126f,-0.06741609910297798f,-5.915123818918864e-19f,-0.0008693202136544917f,0.9981664422993282f,0.06052270441634376f,0.8654438926707115f,0.06748729636899643f,0.060443303987570925f,-0.9958875799164629f,0.004830065144527552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.5773663517116971e-18f,1.224545211170705e-16f,0f,0f,0.9999170471218976f,0.012880173718740139f,0.490475f,-1.2246467991473532e-16f,0.012880173718740139f,-0.9999170471218976f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.35710483304263974f,-0.660483208801552f,-0.6604832088015513f,0.3770411030255333f,-0.9340643116068552f,0.25251124903894046f,0.25251124903894034f,0.09117425814286423f,-4.373272907457187e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.35710483304263974f,-0.6604832088015514f,0.6604832088015519f,0.15f,-0.9340643116068552f,0.2525112490389404f,-0.2525112490389404f,0.177975f,-4.373272907457187e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35710483304263974f,0.6604832088015518f,0.6604832088015515f,-0.37268120330058185f,0.9340643116068552f,0.25251124903894046f,0.25251124903894034f,0.08328328161039736f,-4.373272907457187e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35710483304263974f,0.6604832088015516f,-0.6604832088015516f,-0.125f,0.9340643116068552f,0.2525112490389404f,-0.2525112490389404f,0.177975f,-4.373272907457187e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3529750000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3529750000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3529750000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3529750000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3529750000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3529750000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4217250000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4217250000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.26703750000000004f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.490475f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05731634931906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03626009931906722f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01711080305628604f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10300425817979034f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.009301991820209715f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.05982655460939976f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6565975f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87.mcfunction new file mode 100644 index 000000000..097ba680f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..1061f483a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7975260431245939f,-0.14062535922052866f,-0.10545692640395936f,0.025837244751757082f,-0.14354651845666672f,0.8038356559649273f,0.013677707514387964f,0.6245501156883807f,0.1014448225462624f,0.031893431737217946f,-0.8097136539759133f,-0.3661731648684656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7744976160309667f,0.17170198770374634f,-0.10330474423245f,0.025837244751757082f,0.1714235730776168f,0.781303037814697f,0.01339857062633923f,0.6245501156883807f,0.10376608962301871f,-0.009164634204842039f,-0.7931888855274254f,-0.3661731648684656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7975260431245939f,0.14062535922052866f,0.10545692640395955f,-0.025837244751756985f,0.14354651845666672f,0.8038356559649273f,0.013677707514387964f,0.6245501156883807f,-0.10144482254626257f,0.03189343173721798f,-0.8097136539759133f,-0.3661731648684655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7744976160309667f,-0.17170198770374634f,0.10330474423245019f,-0.025837244751756985f,-0.1714235730776168f,0.781303037814697f,0.01339857062633923f,0.6245501156883807f,-0.1037660896230189f,-0.00916463420484208f,-0.7931888855274254f,-0.3661731648684655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08222727778337817f,0.5384957262886095f,1.4644682576134032f,-0.520957665885081f,1.5519544579539895f,-0.180013400258925f,-0.02094722329947593f,0.2963797064921184f,0.16150010905591747f,1.4556867034139327f,-0.5443346271171842f,0.15644099884014562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37690608497630373f,-0.90630778703665f,-0.19117530767482896f,-0.4515743795748738f,-0.8158025923119656f,0.4225579795489579f,-0.39485552332033974f,0.503734811443598f,0.4386432872903816f,0.007137862161224239f,-0.8986329158443147f,0.03596547888501067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42137544051302245f,-0.90630778703665f,-0.032387239604302315f,-0.2984375f,-0.904807984559216f,0.4225579795489579f,-0.052604800136414005f,0.8386101196880076f,0.061361626529500626f,0.007137862161224239f,-0.9980900769536893f,0.005832197163926769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07612188984420734f,0.9737591902079468f,0.21447260284733335f,0.3669563274260073f,0.3415761057992396f,0.22754837955904528f,-0.9118922627739963f,0.637191217449669f,-0.9367663645934203f,0.003843754104551926f,-0.3499342848604731f,0.2625361594127935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13583032402818285f,0.9737591902079468f,0.18260110229667967f,0.2984375f,0.5946512119152537f,0.22754837955904528f,-0.7711106737218545f,0.8386101196880076f,-0.7924266901374022f,0.003843754104551926f,-0.6099550526983649f,0.005832197163926842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3931881571029126e-17f,1.2166963673205155e-16f,-0.15625000000000003f,0f,0.9935079797437328f,-0.1137624462884241f,0.4898633907210934f,-1.2246467991473532e-16f,-0.1137624462884241f,-0.9935079797437328f,0.20622058053763354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0683819985662943e-18f,1.2244721157513788e-16f,-0.15625000000000003f,0f,0.9998573601824657f,0.016889620746213377f,0.6774422058849696f,-1.2246467991473532e-16f,0.016889620746213377f,-0.9998573601824657f,0.20313827592640815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3931881571029126e-17f,1.2166963673205155e-16f,0.15624999999999997f,0f,0.9935079797437328f,-0.1137624462884241f,0.4898633907210934f,-1.2246467991473532e-16f,-0.1137624462884241f,-0.9935079797437328f,0.20622058053763356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0683819985662943e-18f,1.2244721157513788e-16f,0.15624999999999997f,0f,0.9998573601824657f,0.016889620746213377f,0.6774422058849696f,-1.2246467991473532e-16f,0.016889620746213377f,-0.9998573601824657f,0.20313827592640818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9965826437444381f,0.0008517421116798559f,-0.08259726825217391f,0.29498682298108186f,-0.0013951107055607673f,0.9996306422807373f,0.027140977865947782f,1.377296348359116f,0.08258987742735555f,0.027163459808644208f,-0.9962133599775495f,0.017701385875081358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9965826437444381f,0.0008517421116798559f,-0.08259726825217391f,0.32450871045889707f,-0.0013951107055607673f,0.9996306422807373f,0.027140977865947782f,1.254939301400415f,0.08258987742735555f,0.027163459808644208f,-0.9962133599775495f,-0.08218616950242026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9965826437444381f,0.0008517421116798559f,-0.08259726825217391f,-0.2905054802187755f,-0.0013951107055607673f,0.9996306422807373f,0.027140977865947782f,1.3764767208195992f,0.08258987742735555f,0.027163459808644208f,-0.9962133599775495f,0.06622293886365274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9965826437444381f,0.0008517421116798559f,-0.08259726825217391f,-0.3357272910217931f,-0.0013951107055607673f,0.9996306422807373f,0.027140977865947782f,1.254015040557981f,0.08258987742735555f,0.027163459808644208f,-0.9962133599775495f,-0.027470375706797202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.982210639361271f,0.1849016641793242f,-0.032766362465791024f,0.1966262379944362f,0.14627474875106766f,0.8627827407453523f,0.4839521052229755f,1.456531739255417f,0.11775380165130639f,0.4705500152541218f,-0.8744808318888473f,0.05320852334641317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999042989426564f,0.02897362194125258f,-0.032766362465791024f,0.08184343758003816f,0.009504907370469301f,0.8750428655706695f,0.4839521052229755f,1.4664447040081892f,0.042693817040796764f,0.48317751670113596f,-0.8744808318888473f,0.0629953759476716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9622247040437444f,0.27064362360678995f,0.02959134888636779f,0.05735081179657052f,0.16480899205964666f,0.4925140418997168f,0.8545571453495004f,1.4950064632848388f,0.21670628755117344f,0.8271529166560379f,-0.5185136810183488f,0.00524779989423968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9987635540346935f,-0.03994640413195075f,0.02959134888636779f,0.08673078299625142f,0.004547456927055785f,0.5193374682878266f,0.8545571453495004f,1.4989981038790985f,-0.049504381295845404f,0.8536350969994835f,-0.5185136810183488f,0.01350308442429518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9927161116920912f,0.1167864446672678f,0.02959134888636779f,0.1485137166945185f,0.08573374921316558f,0.5122321832704059f,0.8545571453495004f,1.5775756812389583f,0.08464304952439727f,0.8508696238343525f,-0.5185136810183488f,0.08626349928801609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9927161116920912f,0.11593570234270349f,-0.032766362465791024f,0.12242818366741023f,0.08573374921316558f,0.870884656022888f,0.4839521052229755f,1.3816266336338088f,0.08464304952439727f,0.4776178690398842f,-0.8744808318888473f,-0.021200521245957685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877846562899234f,-0.10731789051167434f,-0.11297939269761507f,-0.1878624419979404f,-0.1490325346147076f,0.8623736641557864f,0.4838398154315524f,1.455993495611509f,0.04550578451706576f,0.49476715103839203f,-0.867833330674064f,0.08507228612825755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9924116048277728f,0.048526935086016194f,-0.11297939269761507f,-0.07306247492100612f,-0.012292733991293811f,0.8750702381490189f,0.4838398154315524f,1.4662278520509116f,0.12234416738931056f,0.4815570733329301f,-0.867833330674064f,0.0758329066898934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9843090033521963f,-0.13215792290871092f,-0.11691907172168692f,-0.058489631690161525f,-0.16753393417154178f,0.49195016217204185f,0.85435204619636f,1.4948442988684107f,-0.055391035563629495f,0.8605343231686676f,-0.5063719105833495f,0.014847854730387425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9769725358061804f,0.17847855598973367f,-0.11691907172168692f,-0.0861208353461791f,-0.0073132792977357725f,0.5196432402196781f,0.85435204619636f,1.4987561298243257f,0.21323972478493491f,0.8355335468703896f,-0.5063719105833495f,0.027827831159180347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9928645801248369f,0.02344901279947882f,-0.11691907172168692f,-0.1353016986623356f,-0.08851335298942693f,0.5121015206994233f,0.85435204619636f,1.577178369559036f,0.07990814649396019f,0.8586047846920422f,-0.5063719105833495f,0.10978415812494398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9928645801248369f,-0.03815209508282834f,-0.11297939269761507f,-0.12671747726869925f,-0.08851335298942693f,0.8706689493405231f,0.4838398154315524f,1.3812778559574186f,0.07990814649396019f,0.49038760006250204f,-0.867833330674064f,-0.0005530518891188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9965826437444381f,0.0008517421116798559f,-0.08259726825217391f,-7.756432494623603e-19f,-0.0013951107055607673f,0.9996306422807373f,0.027140977865947782f,0.8682933850684247f,0.08258987742735555f,0.027163459808644208f,-0.9962133599775495f,0.006333607779830016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0683819985662943e-18f,1.2244721157513788e-16f,0f,0f,0.9998573601824657f,0.016889620746213377f,0.49334687499999996f,-1.2246467991473532e-16f,0.016889620746213377f,-0.9998573601824657f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3617822010750976f,-0.6592092380213047f,-0.6592092380213043f,0.37660317556982337f,-0.9322626448513626f,0.2558186476927966f,0.25581864769279655f,0.09290921485560112f,-4.4305541453510245e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3617822010750976f,-0.6592092380213044f,0.6592092380213046f,0.15f,-0.9322626448513626f,0.2558186476927966f,-0.25581864769279655f,0.18084687499999996f,-4.4305541453510245e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3617822010750976f,0.6592092380213045f,0.6592092380213045f,-0.3722034642579892f,0.9322626448513626f,0.2558186476927966f,0.25581864769279655f,0.08491488211520123f,-4.4305541453510245e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3617822010750976f,0.6592092380213046f,-0.6592092380213044f,-0.125f,0.9322626448513626f,0.2558186476927966f,-0.25581864769279655f,0.18084687499999996f,-4.4305541453510245e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35584687500000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35584687500000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35584687500000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35584687500000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35584687500000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35584687500000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4245968750000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4245968750000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.269909375f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49334687499999996f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.057675333694067146f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.035901114944067294f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017469787431285966f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10336324255479026f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.009660976195209642f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.060185538984399684f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6594693749999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88.mcfunction new file mode 100644 index 000000000..cc9029bec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..fa6b0cca9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.796354328310292f,-0.14041875428507142f,-0.11422259702413096f,0.02598293337265295f,-0.1441679033311707f,0.803657621674114f,0.01716062990233986f,0.6292157737443096f,0.10945247313333076f,0.03689776435747291f,-0.8084572688490483f,-0.3645281491105869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7733597342800591f,0.17144972539285133f,-0.11189152361547523f,0.02598293337265295f,0.1707944639763726f,0.7813748531216953f,0.016810412965557416f,0.6292157737443096f,0.11288920439661237f,-0.007637445369028988f,-0.7919581409133535f,-0.3645281491105869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.796354328310292f,0.14041875428507142f,0.11422259702413115f,-0.025982933372652853f,0.1441679033311707f,0.803657621674114f,0.01716062990233986f,0.6292157737443096f,-0.10945247313333095f,0.03689776435747295f,-0.8084572688490483f,-0.3645281491105869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7733597342800591f,-0.17144972539285133f,0.11189152361547543f,-0.025982933372652853f,-0.1707944639763726f,0.7813748531216953f,0.016810412965557416f,0.6292157737443096f,-0.11288920439661257f,-0.007637445369029029f,-0.7919581409133535f,-0.3645281491105869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0820702375419895f,0.5368263987585534f,1.4650898073857874f,-0.5211395819143543f,1.5508205020163943f,-0.18990281016952898f,-0.017289974416814218f,0.29845034720908253f,0.17212349239839317f,1.455046593853832f,-0.5427883225336945f,0.15399860151131095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3774224027090749f,-0.90630778703665f,-0.1901539510240034f,-0.4516147635742363f,-0.8187511842292123f,0.4225230865299122f,-0.38874251076065597f,0.5066165591524139f,0.4326647989570809f,0.008968640140321239f,-0.9015102524305878f,0.035012641343562474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42146159962979557f,-0.90630778703665f,-0.031246042857042442f,-0.2984375f,-0.9051927796528578f,0.4225230865299122f,-0.04582873567500177f,0.8416847343354505f,0.0547371144821019f,0.008968640140321239f,-0.9984605208981508f,0.007328087375350755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.038927681200394984f,0.9819587126964437f,0.18504518960487348f,0.35081777031527217f,0.22287012047747062f,0.18905285798996393f,-0.9563409048473166f,0.6792454899907721f,-0.9740706057749192f,0.004012909838220825f,-0.22620864598841528f,0.2937388541133155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08725600453871374f,0.9819587126964437f,0.1677601747480108f,0.2984375f,0.471839181880165f,0.18905285798996393f,-0.8611775678270325f,0.8416847343354505f,-0.8773563563994943f,0.004012909838220825f,-0.4798225926736191f,0.007328087375350828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.3404584696585112e-17f,1.21728858270053e-16f,-0.15625000000000003f,0f,0.9939915602997156f,-0.1094567405550556f,0.49207304283463216f,-1.2246467991473532e-16f,-0.1094567405550556f,-0.9939915602997156f,0.20620355172977142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.5988977370050254e-18f,1.2243710041148134e-16f,-0.15625000000000003f,0f,0.9997747962655585f,0.02122161049875343f,0.6796634522000415f,-1.2246467991473532e-16f,0.02122161049875343f,-0.9997747962655585f,0.20393401122162796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.3404584696585112e-17f,1.21728858270053e-16f,0.15624999999999997f,0f,0.9939915602997156f,-0.1094567405550556f,0.49207304283463216f,-1.2246467991473532e-16f,-0.1094567405550556f,-0.9939915602997156f,0.20620355172977145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.5988977370050254e-18f,1.2243710041148134e-16f,0.15624999999999997f,0f,0.9997747962655585f,0.02122161049875343f,0.6796634522000415f,-1.2246467991473532e-16f,0.02122161049875343f,-0.9997747962655585f,0.203934011221628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9951590317407152f,-0.0027920822338768163f,-0.09823800599402184f,0.2930547050670733f,-0.0020856105548479674f,0.999971227959083f,-0.007293386224323628f,1.3814980837653859f,0.09825554322019552f,-0.00705319295092062f,-0.995136222180512f,-0.0027285771830763868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9951590317407152f,-0.0027920822338768163f,-0.09823800599402184f,0.3215123659746452f,-0.0020856105548479674f,0.999971227959083f,-0.007293386224323628f,1.255896135707777f,0.09825554322019552f,-0.00705319295092062f,-0.995136222180512f,-0.09882553176439163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9951590317407152f,-0.0027920822338768163f,-0.09823800599402184f,-0.2916012260805969f,-0.0020856105548479674f,0.999971227959083f,-0.007293386224323628f,1.3802727875644125f,0.09825554322019552f,-0.00705319295092062f,-0.995136222180512f,0.054996554458788476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9951590317407152f,-0.0027920822338768163f,-0.09823800599402184f,-0.3377804925535786f,-0.0020856105548479674f,0.999971227959083f,-0.007293386224323628f,1.2545144187151902f,0.09825554322019552f,-0.00705319295092062f,-0.995136222180512f,-0.0337312343810121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9808411983663816f,0.1887076276725182f,-0.04837328648552254f,0.19493841267438394f,0.14675201023913287f,0.8790434135304431f,0.4535929062711626f,1.4615553449096368f,0.1281186601474338f,0.4378037327238731f,-0.8898952188516746f,0.03159104935927232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9982857923857993f,0.03294695547765074f,-0.04837328648552254f,0.08028287081304801f,0.007432563329316494f,0.8911780026363061f,0.4535929062711626f,1.4713922066412475f,0.058053714119015984f,0.4524558163422343f,-0.8898952188516746f,0.04283753755588799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9593896062971614f,0.28150809950946826f,0.018021466076454634f,0.05477634289131984f,0.16873559822519366f,0.5215130953869436f,0.8363924851596377f,1.4978722889148448f,0.2260528283843481f,0.8054671199065148f,-0.5478346808380612f,-0.015460555268447022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9994245235373769f,-0.028737580144168606f,0.018021466076454634f,0.0842650370975119f,-0.0006793190406171878f,0.5481305951086168f,0.8363924851596377f,1.5022481445991993f,-0.03391401299947226f,0.8358989186458677f,-0.5478346808380612f,-0.007809775828194553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9916154971791216f,0.12796066784234347f,0.018021466076454634f,0.14685528160227113f,0.08507556092203797f,0.5414884668229656f,0.8363924851596377f,1.5834898633370387f,0.09726692494370309f,0.830912936343547f,-0.5478346808380612f,0.06124012613123087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9916154971791216f,0.11982792207491927f,-0.04837328648552254f,0.11989399913541435f,0.08507556092203797f,0.8871390107047942f,0.4535929062711626f,1.3838835859284604f,0.09726692494370309f,0.44567437078760336f,-0.8898952188516746f,-0.03903660729597972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9863399714641691f,-0.10309449323274067f,-0.12847173291096606f,-0.18900102767031415f,-0.15087474206413604f,0.8784318674720986f,0.4534250394680049f,1.4607507015072607f,0.06610803959536718f,0.4666143800554862f,-0.881986818170369f,0.06949873754930933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9903240215755581f,0.05247233683825157f,-0.12847173291096606f,-0.07440175957168774f,-0.011600204364757227f,0.891218923072291f,0.4534250394680049f,1.471068025392308f,0.13828871085200484f,0.4505280069258725f,-0.881986818170369f,0.05811009390266826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9843634900085759f,-0.12071804754434513f,-0.12827966532236354f,-0.0608986232545219f,-0.17280923052352354f,0.5206701275084691f,0.8360858736793622f,1.4976298624054827f,-0.03413926454984181f,0.845180318818059f,-0.5333898567638871f,-0.004039559957017547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.973489239794661f,0.1893753613034061f,-0.12827966532236354f,-0.08833966380131292f,-0.003455426901860667f,0.5485877066237848f,0.8360858736793622f,1.5018864072541833f,0.22870671181436522f,0.8143638625776938f,-0.5333898567638871f,0.009232091962030259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9911288051773095f,0.034756567905667016f,-0.12827966532236354f,-0.13655470522873037f,-0.08923090927608543f,0.54129313376726f,0.8360858736793622f,1.5828959051443972f,0.09849637748446316f,0.8401153041837995f,-0.5333898567638871f,0.08922218861766554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9911288051773095f,-0.034039761906515226f,-0.12847173291096606f,-0.12889575879976445f,-0.08923090927608543f,0.8868165415762165f,0.4534250394680049f,1.3833621832897487f,0.09849637748446316f,0.460866267149318f,-0.881986818170369f,-0.014472721490930845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9951590317407152f,-0.0027920822338768163f,-0.09823800599402184f,-9.745866513768846e-19f,-0.0020856105548479674f,0.999971227959083f,-0.007293386224323628f,0.8713655485995844f,0.09825554322019552f,-0.00705319295092062f,-0.995136222180512f,0.007958103937032536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.5988977370050254e-18f,1.2243710041148134e-16f,0f,0f,0.9997747962655585f,0.02122161049875343f,0.49644999999999995f,-1.2246467991473532e-16f,0.02122161049875343f,-0.9997747962655585f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3668259813887642f,-0.6578140692392381f,-0.6578140692392377f,0.37612358630098797f,-0.9302895782379644f,0.2593851389554054f,0.25938513895540544f,0.09478635848407932f,-4.4923226395183665e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3668259813887642f,-0.6578140692392378f,0.657814069239238f,0.15f,-0.9302895782379644f,0.2593851389554055f,-0.2593851389554053f,0.18394999999999995f,-4.4923226395183665e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3668259813887642f,0.6578140692392379f,0.6578140692392379f,-0.37168027596471426f,0.9302895782379644f,0.2593851389554054f,0.25938513895540544f,0.0866805728917229f,-4.4923226395183665e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3668259813887642f,0.657814069239238f,-0.6578140692392378f,-0.125f,0.9302895782379644f,0.2593851389554055f,-0.2593851389554053f,0.18394999999999995f,-4.4923226395183665e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35895000000000005f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.35895000000000005f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.35895000000000005f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35895000000000005f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.35895000000000005f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.35895000000000005f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4277000000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4277000000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2730125f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49644999999999995f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.058063224319067255f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.035513224319067185f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.017857678056286075f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10375113317979037f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.01004886682020975f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06057342960939979f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6625724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89.mcfunction new file mode 100644 index 000000000..18a5876fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..d3cd8e6b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7950150490988707f,-0.14018260322539589f,-0.12346802786031581f,0.026149456607594476f,-0.1449022543939002f,0.8034389016154863f,0.020825764977804993f,0.6341317883026315f,0.1178933960081307f,0.04218072508026101f,-0.8070107669999316f,-0.3627849303220553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7720591265251302f,0.1711613875953916f,-0.12094827218969713f,0.026149456607594476f,0.1700478656488985f,0.7814521948357169f,0.020400749366013056f,0.6341317883026315f,0.12250889166712389f,-0.006020513504747346f,-0.7905411595101371f,-0.3627849303220553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7950150490988707f,0.14018260322539589f,0.12346802786031601f,-0.02614945660759438f,0.1449022543939002f,0.8034389016154863f,0.020825764977804993f,0.6341317883026315f,-0.1178933960081309f,0.042180725080261036f,-0.8070107669999316f,-0.3627849303220552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7720591265251302f,-0.1711613875953916f,0.12094827218969732f,-0.02614945660759438f,-0.1700478656488985f,0.7814521948357169f,0.020400749366013056f,0.6341317883026315f,-0.12250889166712409f,-0.006020513504747388f,-0.7905411595101371f,-0.3627849303220552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0818994829349035f,0.5350626514693803f,1.4657444128147143f,-0.5213297927520579f,1.5495438747319292f,-0.20034779423138677f,-0.01344587770944156f,0.3006609850717009f,0.1833371347429506f,1.4542953518282227f,-0.5411273183596175f,0.15141082165939534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3779648317427393f,-0.9063077870366502f,-0.18907348074865735f,-0.4516561868815824f,-0.821819863764155f,0.4224776101386595f,-0.3822627113049255f,0.5096726655220096f,0.42632698423668747f,0.01090248083038662f,-0.9045034209019854f,0.03400453154916705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4215492606383001f,-0.9063077870366502f,-0.03004023987974622f,-0.2984375f,-0.9055481579702711f,0.4224776101386595f,-0.03866784876581431f,0.8449257015318816f,0.047736301196800265f,0.01090248083038662f,-0.9988004712953391f,0.00890818796195987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.010502804000148039f,0.9887849086384202f,0.1489768289266669f,0.3370851757362946f,0.09524678523761318f,0.14929688764263294f,-0.9841943350995894f,0.727493839516595f,-0.9953982826035186f,0.003852763830551958f,-0.09574661978801932f,0.31854901709921196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.046378722023172274f,0.9887849086384202f,0.14196273663327366f,0.2984375f,0.3314812660479568f,0.14929688764263294f,-0.9315742641354292f,0.8449257015318816f,-0.9423211683936326f,0.003852763830551958f,-0.33468787221547935f,0.008908187961959944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.2847277911029596e-17f,1.217889374159055e-16f,-0.15625000000000003f,0f,0.9944821437552419f,-0.10490598530102205f,0.49440739734851263f,-1.2246467991473532e-16f,-0.10490598530102205f,-0.9944821437552419f,0.20618135792854475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.1592785878927596e-18f,1.2242392243929558e-16f,-0.15625000000000003f,0f,0.9996671899565808f,0.025797467401150867f,0.6820062296366287f,-1.2246467991473532e-16f,0.025797467401150867f,-0.9996671899565808f,0.20477046312903194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2847277911029596e-17f,1.217889374159055e-16f,0.15624999999999997f,0f,0.9944821437552419f,-0.10490598530102205f,0.49440739734851263f,-1.2246467991473532e-16f,-0.10490598530102205f,-0.9944821437552419f,0.20618135792854478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.1592785878927596e-18f,1.2242392243929558e-16f,0.15624999999999997f,0f,0.9996671899565808f,0.025797467401150867f,0.6820062296366287f,-1.2246467991473532e-16f,0.025797467401150867f,-0.9996671899565808f,0.20477046312903197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9934440384553105f,-0.007768131881415315f,-0.11405524356502199f,0.2903622525721364f,-0.00294915294015943f,0.9990980867712121f,-0.042359361504145765f,1.3853118338918788f,0.11428142873861483f,-0.0417452888021666f,-0.9925709475439448f,-0.023447636422616346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9934440384553105f,-0.007768131881415315f,-0.11405524356502199f,0.3178947414151666f,-0.00294915294015943f,0.9990980867712121f,-0.042359361504145765f,1.2565639761397196f,0.11428142873861483f,-0.0417452888021666f,-0.9925709475439448f,-0.11556855523228841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9934440384553105f,-0.007768131881415315f,-0.11405524356502199f,-0.29328612002035853f,-0.00294915294015943f,0.9990980867712121f,-0.042359361504145765f,1.3835792065395351f,0.11428142873861483f,-0.0417452888021666f,-0.9925709475439448f,0.043692702961319864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9934440384553105f,-0.007768131881415315f,-0.11405524356502199f,-0.34026193406147653f,-0.00294915294015943f,0.9990980867712121f,-0.042359361504145765f,1.254610162316864f,0.11428142873861483f,-0.0417452888021666f,-0.9925709475439448f,-0.03985710869295608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9793760239389638f,0.1913859370955938f,-0.06476130646881263f,0.19241737358398792f,0.14689824607738272f,0.8945578908482705f,0.42212212121669485f,1.466092163085289f,0.1387209754611565f,0.40390296235993955f,-0.904222808805424f,0.009645380306204772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9972576365887116f,0.035821494245072305f,-0.06476130646881263f,0.07790922768784725f,0.005149999802139871f,0.9065243473186783f,0.42212212121669485f,1.475820758698964f,0.07382874621402682f,0.4206309882408741f,-0.904222808805424f,0.02238820478956604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9564728896567276f,0.2917745782100575f,0.005216019751902917f,0.05134794179889288f,0.17237043316377054f,0.5504481494508507f,0.8168814286890527f,1.5001449449289939f,0.23547408588344348f,0.7822240281891607f,-0.5767820425436976f,-0.036376388350906154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9998230775611763f,-0.018072263666897598f,0.005216019751902917f,0.08093323738645562f,-0.006163809025531541f,0.5767726925932163f,0.8168814286890527f,1.5049114784774151f,-0.017771354320785027f,0.8167047534848352f,-0.5767820425436976f,-0.029358121618420933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9903407212639189f,0.13855702416120397f,0.005216019751902917f,0.14422054120755534f,0.08413920530746073f,0.5706358958155024f,0.8168814286890527f,1.5887768314716886f,0.1102082117479894f,0.8094298150318102f,-0.5767820425436976f,0.03581061531464951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9903407212639189f,0.12260191267232834f,-0.06476130646881263f,0.11663511085628152f,0.08413920530746073f,0.9026258964320416f,0.42212212121669485f,1.3856860047744795f,0.1102082117479894f,0.41259576112623825f,-0.904222808805424f,-0.05702343093875394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9844150319602158f,-0.09991331073907254f,-0.14472171636601333f,-0.19086041013981672f,-0.1527279857931386f,0.8936931355123248f,0.4218847495391605f,1.4649543588819194f,0.08718490239908586f,0.43741274544222736f,-0.8950245152610933f,0.0537359692394601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9879251346895602f,0.05531322681501723f,-0.14472171636601333f,-0.07650882912019985f,-0.011043243286465748f,0.9065822107696553f,0.4218847495391605f,1.4753623509290033f,0.15453794041053567f,0.4183887451346113f,-0.8950245152610933f,0.0401517782491274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.983930467157807f,-0.10975839808470161f,-0.14083298565499497f,-0.06412767752508206f,-0.1781307438036559f,0.5492561526077755f,0.8164478654111726f,1.4998021422656695f,-0.012258625966075798f,0.8284146141108233f,-0.5599812079141939f,-0.023092581462961448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9696906926553105f,0.19966479591847047f,-0.14083298565499497f,-0.09137400763483673f,0.0003170807738327175f,0.5774190701088098f,0.8164478654111726f,1.5043999645937993f,0.24433554804294716f,0.791657240695437f,-0.5599812079141939f,-0.009536654700499858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.988986646656146f,0.0455135461959565f,-0.14083298565499497f,-0.13870103501877964f,-0.09001506635315774f,0.5703596855449868f,0.8164478654111726f,1.5879369462179003f,0.11748489505152605f,0.8201331271310117f,-0.5599812079141939f,0.06835666793619428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.988986646656146f,-0.031000605605482533f,-0.14472171636601333f,-0.1317258987575461f,-0.09001506635315774f,0.9021699096820489f,0.4218847495391605f,1.3849487165394396f,0.11748489505152605f,0.4302655186235319f,-0.8950245152610933f,-0.028453073754100236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9934440384553105f,-0.007768131881415315f,-0.11405524356502199f,-1.1847294704597849e-18f,-0.00294915294015943f,0.9990980867712121f,-0.042359361504145765f,0.8746033212337178f,0.11428142873861483f,-0.0417452888021666f,-0.9925709475439448f,0.009674050275431575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.1592785878927596e-18f,1.2242392243929558e-16f,0f,0f,0.9996671899565808f,0.025797467401150867f,0.49972812499999997f,-1.2246467991473532e-16f,0.025797467401150867f,-0.9996671899565808f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3721425141609471f,-0.6563192626892684f,-0.656319262689268f,0.3756097465494359f,-0.928175602541873f,0.2631444953310165f,0.2631444953310164f,0.09677220472996305f,9.936837351872584e-18f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3721425141609471f,-0.6563192626892681f,0.6563192626892683f,0.15f,-0.928175602541873f,0.26314449533101647f,-0.26314449533101647f,0.18722812499999997f,9.936837351872584e-18f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3721425141609471f,0.6563192626892682f,0.6563192626892682f,-0.3711197235084756f,0.928175602541873f,0.2631444953310165f,0.2631444953310164f,0.08854893925086879f,-1.0108546511064308e-16f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3721425141609471f,0.6563192626892683f,-0.6563192626892681f,-0.125f,0.928175602541873f,0.26314449533101647f,-0.26314449533101647f,0.18722812499999997f,-1.0108546511064308e-16f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.36222812500000007f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.36222812500000007f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.36222812500000007f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.36222812500000007f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.36222812500000007f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.36222812500000007f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4309781250000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4309781250000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.276290625f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.49972812499999997f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0584729899440672f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03510345869406724f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018267443681286022f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10416089880479032f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010458632445209698f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06098319523439974f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6658506249999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..a67a2cc33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7368504564875519f,-0.12992661622610419f,-0.3272841634032501f,0.03338152295947522f,-0.13304329586101354f,0.8055025726581794f,-0.02023687999514377f,0.9957481966887904f,0.32602964688041713f,0.03505886879997234f,-0.7479438411524901f,-0.3367607859187115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7155740265045895f,0.15863894240198512f,-0.3206048947623675f,0.03338152295947522f,0.18155413351827743f,0.7788742583288174f,-0.01982388244422247f,0.9957481966887904f,0.30820757484921846f,-0.09049074906483257f,-0.73267968112897f,-0.3367607859187115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7368504564875519f,0.12992661622610419f,0.32728416340325034f,-0.03338152295947512f,0.13304329586101354f,0.8055025726581794f,-0.02023687999514377f,0.9957481966887904f,-0.32602964688041736f,0.03505886879997238f,-0.7479438411524901f,-0.3367607859187115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7155740265045895f,-0.15863894240198512f,0.3206048947623677f,-0.03338152295947512f,-0.18155413351827743f,0.7788742583288174f,-0.01982388244422247f,0.9957481966887904f,-0.3082075748492187f,-0.0904907490648326f,-0.73267968112897f,-0.3367607859187115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3634246268904304f,0.1507798563730856f,1.5121488767583908f,-0.6562844533862702f,1.3922788414579714f,-0.6561263267856926f,-0.26919160634604367f,0.7395977877971507f,0.6090060904440945f,1.410024797019835f,-0.2869632443208947f,-0.04967912392549739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6257449851378692f,-0.7774604670815632f,-0.06323318511766862f,-0.520303749411148f,-0.7705187622112625f,0.6287017275011924f,-0.10504748886784848f,0.9443957513637239f,0.12142508247982362f,-0.017010583832840646f,-0.9924548298952623f,-0.09326752654747082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6023112766606633f,-0.7774604670815632f,0.18104239319209053f,-0.2984375f,-0.7520664474241984f,0.6287017275011924f,0.1978135397179939f,1.2252077700264017f,-0.26761387233502637f,-0.017010583832840646f,-0.9633760716207966f,-0.0016699549598385207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3287792300988666f,0.9185916453717636f,0.21930254651688968f,0.4166794806857945f,0.5772177596546598f,-0.011664767907941402f,-0.816506944936116f,0.9824519274928145f,-0.7474783446995988f,0.39503584931351476f,-0.5340625449910319f,0.19396314419357075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.28520667312877707f,0.8991189059325808f,0.33202762926812873f,0.2984375f,0.740420997930983f,0.42665814260236146f,-0.5193645879091012f,1.2252077700264017f,-0.6086328116571621f,0.0977139823449133f,-0.7874122670041379f,-0.0016699549598384478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.688000484862611e-17f,1.084539666173573e-16f,-0.15625000000000003f,0f,0.8855938438157612f,-0.464460486796913f,0.8898998250572638f,-1.2246467991473532e-16f,-0.464460486796913f,-0.8855938438157612f,0.2439983638511171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.3078976268189653e-17f,1.2027035661804166e-16f,-0.15625000000000003f,0f,0.9820819905117016f,-0.18845414273126038f,1.0728623598861375f,-1.2246467991473532e-16f,-0.18845414273126038f,-0.9820819905117016f,0.20252519964830765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.788358182916108e-17f,1.127153956557338e-16f,0.15624999999999997f,0f,0.9203910526219532f,-0.390999117970173f,0.8855999956502432f,-1.2246467991473532e-16f,-0.390999117970173f,-0.9203910526219532f,0.21384418550319992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.3122759412454732e-18f,1.2241987851124353e-16f,0.15624999999999997f,0f,0.9996341687781083f,-0.02704678560015511f,1.0728623598861375f,-1.2246467991473532e-16f,-0.02704678560015511f,-0.9996341687781083f,0.20252519964830767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,3.13486900357194e-18f,1.2242454991932386e-16f,0.29375f,0f,0.9996723137198464f,-0.02559814801912317f,1.764652453700967f,-1.2246467991473532e-16f,-0.02559814801912317f,-0.9996723137198464f,0.006355868808037721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,3.13486900357194e-18f,1.2242454991932386e-16f,0.33125f,0f,0.9996723137198464f,-0.02559814801912317f,1.637293588109193f,-1.2246467991473532e-16f,-0.02559814801912317f,-0.9996723137198464f,-0.08416364210080747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,3.13486900357194e-18f,1.2242454991932386e-16f,-0.29375f,0f,0.9996723137198464f,-0.02559814801912317f,1.764652453700967f,-1.2246467991473532e-16f,-0.02559814801912317f,-0.9996723137198464f,0.006355868808037648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,3.13486900357194e-18f,1.2242454991932386e-16f,-0.33125f,0f,0.9996723137198464f,-0.02559814801912317f,1.637293588109193f,-1.2246467991473532e-16f,-0.02559814801912317f,-0.9996723137198464f,-0.08416364210080755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878010502217323f,0.15482264228638215f,0.016704329268351505f,0.1945395398848366f,0.1554375851566111f,0.9738417147359479f,0.16574520132067141f,1.8633680815877591f,0.009393737356549397f,0.16631976453690514f,-0.9860271262104632f,0.0023361656771676773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998591773538225f,-0.001609610211223536f,0.016704329268351505f,0.0793545279179785f,0.001181482870869499f,0.9861679027109916f,0.16574520132067141f,1.8734421621228885f,-0.01674005852927109f,0.16574159652173012f,-0.9860271262104632f,0.0020782033417547432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9713892618699089f,0.2350175835872521f,0.03419996094504399f,0.05713643688898877f,0.23091888941733024f,0.901008046135508f,0.3672342131519629f,1.8697704124874133f,0.05549205739653545f,0.3646247882466077f,-0.9294995402699326f,-0.02542695731019131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9964705146659119f,-0.0766607857565409f,0.03419996094504399f,0.0861564798680382f,-0.05880988380844669f,0.9282674346636836f,0.3672342131519629f,1.8788954456514062f,-0.05989917334896865f,0.3639267696530363f,-0.9294995402699326f,-0.020754003185641537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08016536761752818f,0.03419996094504399f,0.1442464964195569f,0.0871271830065232f,0.9260388148841314f,0.3672342131519629f,1.9874367872634784f,-0.002231025603571297f,0.36881652235595425f,-0.9294995402699326f,-0.009353491383721456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08553998408691965f,0.016704329268351505f,0.125f,0.0871271830065232f,0.982312263091792f,0.16574520132067141f,1.7664165280678255f,-0.002231025603571297f,0.16656989194296673f,-0.9860271262104632f,-0.04683171707088891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878010502217323f,-0.1548226422863822f,-0.016704329268351262f,-0.19453953988483663f,-0.1554375851566111f,0.9738417147359479f,0.16574520132067141f,1.8633680815877591f,-0.00939373735654964f,0.1663197645369051f,-0.9860271262104632f,0.0023361656771676356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998591773538225f,0.0016096102112234806f,-0.016704329268351262f,-0.07935452791797853f,-0.001181482870869499f,0.9861679027109916f,0.16574520132067141f,1.8734421621228885f,0.016740058529270848f,0.16574159652173015f,-0.9860271262104632f,0.0020782033417547294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713892618699089f,-0.23501758358725222f,-0.03419996094504377f,-0.05713643688898877f,-0.23091888941733024f,0.901008046135508f,0.3672342131519629f,1.8697704124874133f,-0.05549205739653569f,0.3646247882466077f,-0.9294995402699326f,-0.025426957310191324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964705146659119f,0.07666078575654078f,-0.03419996094504377f,-0.0861564798680382f,0.05880988380844669f,0.9282674346636836f,0.3672342131519629f,1.8788954456514062f,0.05989917334896841f,0.3639267696530363f,-0.9294995402699326f,-0.020754003185641558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0801653676175283f,-0.03419996094504377f,-0.1442464964195569f,-0.0871271830065232f,0.9260388148841314f,0.3672342131519629f,1.9874367872634784f,0.002231025603571053f,0.36881652235595425f,-0.9294995402699326f,-0.009353491383721484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08553998408691971f,-0.016704329268351262f,-0.125f,-0.0871271830065232f,0.982312263091792f,0.16574520132067141f,1.7664165280678255f,0.002231025603571053f,0.16656989194296673f,-0.9860271262104632f,-0.046831717070888935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,3.13486900357194e-18f,1.2242454991932386e-16f,3.0284369163437185e-19f,0f,0.9996723137198464f,-0.02559814801912317f,1.2548844094120017f,-1.2246467991473532e-16f,-0.02559814801912317f,-0.9996723137198464f,-0.002472906407343092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.3122759412454732e-18f,1.2241987851124353e-16f,-9.392597863326806e-19f,0f,0.9996341687781083f,-0.02704678560015511f,0.8800215961202112f,-1.2246467991473532e-16f,-0.02704678560015511f,-0.9996341687781083f,0.007669638192715074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8554121585304988f,-0.5177606853770915f,-0.013925218706984016f,0.2139716631312101f,-0.5026351104235208f,0.836311424629134f,-0.2189546683775521f,0.5214233417018963f,0.12501193866078508f,-0.18029718165471476f,-0.9756356602131963f,0.37022468744349235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8554121585304988f,-0.2548828347196135f,0.450893312883976f,0.1344787869951888f,-0.5026351104235208f,0.19839123193314706f,-0.8414266841867946f,0.5853349438917601f,0.12501193866078508f,-0.9464014262760505f,-0.2978193337158111f,0.08325243564432236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8410476163221798f,0.5377977766988372f,0.058416251647695705f,-0.2109678761939458f,0.5249679244526096f,0.8374733953856923f,-0.1518123523204844f,0.5273456951860067f,-0.13056640216647783f,-0.09701475866561426f,-0.9866815855311957f,0.37655171030471535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8410476163221798f,0.26620765232378746f,-0.4709271630762414f,-0.125f,0.5249679244526096f,0.1915314070720016f,-0.8292915038760124f,0.5870917477244676f,-0.13056640216647783f,-0.9446952979396462f,-0.3008375120825607f,0.06300767846681705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9772619839942148f,0.21203540892900655f,9.510583369967846e-17f,-2.8580274416197272e-18f,0.16466628871349376f,0.75893976773942f,-0.6299963827713296f,0.7623454361303362f,-0.13358154064471386f,-0.6156715149362884f,-0.7765980670173216f,0.023337565113546184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9772787498917905f,-0.21116222896795825f,0.018350969108540973f,-2.9221431003937674e-18f,-0.16460626696945146f,0.7015589571953817f,-0.6933396039844472f,0.7391247129486962f,0.1335328494578047f,-0.6806067459526184f,-0.720377286898655f,0.023861109198409506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.715230536353196e-17f,9.510583369967846e-17f,-2.8580274416197272e-18f,0f,0.7765980670173216f,-0.6299963827713296f,0.7623454361303362f,-1.2246467991473532e-16f,-0.6299963827713296f,-0.7765980670173216f,0.023337565113546184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9759813308508093f,0.21785417560993214f,1.215332409384453e-16f,-3.1466817454014925e-18f,0.21619722545539047f,0.968558235046217f,-0.123100385984563f,0.7777526137282897f,-0.02681793310593153f,-0.12014367854146207f,-0.9923942235676565f,0.025694606376241172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9759813308508093f,-0.2178541756099321f,1.215332409384453e-16f,-3.1466817454014925e-18f,-0.21619722545539047f,0.968558235046217f,-0.123100385984563f,0.7777526137282897f,0.026817933105931294f,-0.12014367854146213f,-0.9923942235676565f,0.025694606376241172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.5075449366979876e-17f,1.215332409384453e-16f,-3.1466817454014925e-18f,0f,0.9923942235676565f,-0.123100385984563f,0.7777526137282897f,-1.2246467991473532e-16f,-0.123100385984563f,-0.9923942235676565f,0.025694606376241172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9462291768192574f,0.3234970555290272f,1.188440894228112e-16f,-0.19375f,0.3139330705153129f,0.9182545120983091f,-0.2413600593468686f,0.8128686564815729f,-0.07807926852102334f,-0.22838193027283457f,-0.970435635038242f,0.029677125587558018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9462291768192574f,-0.3230223763933421f,0.017518255767868647f,0.19375f,-0.3139330705153129f,0.9038368120598941f,-0.29073191156499406f,0.8141843664788978f,0.07807926852102312f,-0.2805985771785131f,-0.9566441691206903f,0.021939223365454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.980354986952284e-17f,1.1581569515572138e-16f,-0.007812500000000007f,0f,0.9457069192223977f,-0.3250206500130129f,0.6642311249444153f,-1.2246467991473532e-16f,-0.3250206500130129f,-0.9457069192223977f,0.053928888260315944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.9558082412115786e-17f,1.188440894228112e-16f,0f,0f,0.970435635038242f,-0.2413600593468686f,0.8810628371482724f,-1.2246467991473532e-16f,-0.2413600593468686f,-0.970435635038242f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.23748786349353718f,0.2221856688699314f,-0.9456389603025545f,-0.004492756398740555f,-0.8711040245211232f,0.38207393675494705f,0.30854057320825584f,0.3100208382977001f,0.42985729394344047f,0.8970245455958259f,0.10280890740701765f,0.8279754393464009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.23748786349353718f,0.2221856688699314f,-0.9456389603025545f,-0.026757243601259667f,-0.8711040245211232f,0.38207393675494705f,0.30854057320825584f,0.2283548359988448f,0.42985729394344047f,0.8970245455958259f,0.10280890740701765f,0.8682745606535985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.23748786349353718f,0.2221856688699314f,-0.9456389603025545f,0.12622084404538308f,-0.8711040245211232f,0.38207393675494705f,0.30854057320825584f,0.22290675116703407f,0.42985729394344047f,0.8970245455958259f,0.10280890740701765f,0.8327036638889471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.687450756557867f,-0.7246644313247315f,0.04767514321761289f,0.5837202540591101f,0.6340080592310016f,0.5668416838519423f,-0.526045897501381f,0.5119849152429246f,0.35418249270419194f,0.3918570752464453f,0.8491188341104833f,-0.5345658832614417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6625160885133644f,-0.7246644313247315f,0.1895623761028426f,0.5200919959408901f,0.7295245539799586f,0.5668416838519423f,-0.38273284493003357f,0.4477172590536199f,0.16990102295540893f,0.3918570752464453f,0.9042022312392327f,-0.5592676167385582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6787014199276811f,-0.7246644313247315f,0.11927214494991384f,0.534015303257513f,0.6855216660192491f,0.5668416838519423f,-0.45689227490305384f,0.5483849283837303f,0.26348515708924225f,0.3918570752464453f,0.8814894239711324f,-0.6791401635956699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.0471853371482722f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9.mcfunction new file mode 100644 index 000000000..7caede86f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90.mcfunction new file mode 100644 index 000000000..2bce91c54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..79c5f86e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.793517435697573f,-0.13991853357607656f,-0.13303130327224738f,0.026335666791512155f,-0.14574739421599497f,0.8031790915793752f,0.02460667335137697f,0.6392120484592259f,0.12661840611711897f,0.04765076343663708f,-0.8053829079516838f,-0.360972917609955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.770604756452779f,0.17083896151284372f,-0.13031637871567092f,0.026335666791512155f,0.16918559719489804f,0.7815338808764454f,0.024104496344206014f,0.6392120484592259f,0.1324558154033215f,-0.004340768528179377f,-0.7889465220751188f,-0.360972917609955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.793517435697573f,0.13991853357607656f,0.13303130327224755f,-0.026335666791512058f,0.14574739421599497f,0.8031790915793752f,0.02460667335137697f,0.6392120484592259f,-0.12661840611711914f,0.04765076343663711f,-0.8053829079516838f,-0.360972917609955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.770604756452779f,-0.17083896151284372f,0.1303163787156711f,-0.026335666791512058f,-0.16918559719489804f,0.7815338808764454f,0.024104496344206014f,0.6392120484592259f,-0.13245581540332166f,-0.004340768528179412f,-0.7889465220751188f,-0.360972917609955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08171727837292943f,0.5332347258218249f,1.466420561637433f,-0.5215247631816368f,1.5481357454152043f,-0.21116823088881176f,-0.009483777253758832f,0.3029769360289016f,0.19494678808082636f,1.453435569759118f,-0.539376533023042f,0.1487212217713505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37852364697646773f,-0.9063077870366502f,-0.1879522381786518f,-0.4516977683420313f,-0.8249494555128198f,0.42242114871085096f,-0.37552465827280557f,0.5128523277383603f,0.4197359223711221f,0.012906133368880522f,-0.9075545092129331f,0.03295835370229146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4216364576399937f,-0.9063077870366502f,-0.028790497486636674f,-0.2984375f,-0.9058609824701892f,0.42242114871085096f,-0.031245056568182477f,0.8482764430858023f,0.04047935309440633f,0.012906133368880522f,-0.9990970191600629f,0.010545330342766846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.007416460126199176f,0.9940563382223195f,0.10861396116167486f,0.32680249544787005f,-0.037220061365885515f,0.10881609834395539f,-0.9933648492739805f,0.7802493647433238f,-0.9992795720673548f,0.003324632495778958f,0.03780586816423859f,0.33570540133923565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.016267703413948554f,0.9940563382223195f,0.10764459236612457f,0.2984375f,0.1786657071802692f,0.10881609834395539f,-0.9778740316722664f,0.8482764430858023f,-0.9837753437159369f,0.003324632495778958f,-0.1793739666600422f,0.01054533034276692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.22694988966007e-17f,1.2184850111283636e-16f,-0.15625000000000003f,0f,0.9949685182509117f,-0.10018806161207626f,0.496826431650474f,-1.2246467991473532e-16f,-0.10018806161207626f,-0.9949685182509117f,0.206153803110072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.739889245312848e-18f,1.2240756126584407e-16f,-0.15625000000000003f,0f,0.9995335908367129f,0.030538513209822656f,0.684429845639919f,-1.2246467991473532e-16f,0.030538513209822656f,-0.9995335908367129f,0.20563268939418433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.22694988966007e-17f,1.2184850111283636e-16f,0.15624999999999997f,0f,0.9949685182509117f,-0.10018806161207626f,0.496826431650474f,-1.2246467991473532e-16f,-0.10018806161207626f,-0.9949685182509117f,0.20615380311007203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.739889245312848e-18f,1.2240756126584407e-16f,0.15624999999999997f,0f,0.9995335908367129f,0.030538513209822656f,0.684429845639919f,-1.2246467991473532e-16f,0.030538513209822656f,-0.9995335908367129f,0.20563268939418436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0140684344890698f,-0.1297658121636534f,0.2869094463517668f,-0.003986075845339895f,0.996974166814016f,-0.0776313203858717f,1.388652907697666f,0.13046531360795105f,-0.07644991730881998f,-0.9885009924570908f,-0.04419046083783343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0140684344890698f,-0.1297658121636534f,0.3136816380740759f,-0.003986075845339895f,0.996974166814016f,-0.0776313203858717f,1.2569026784039388f,0.13046531360795105f,-0.07644991730881998f,-0.9885009924570908f,-0.13219863847738136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0140684344890698f,-0.1297658121636534f,-0.29556440970534686f,-0.003986075845339895f,0.996974166814016f,-0.0776313203858717f,1.3863110881385288f,0.13046531360795105f,-0.07644991730881998f,-0.9885009924570908f,0.03245791090683781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0140684344890698f,-0.1297658121636534f,-0.34315058258607345f,-0.003986075845339895f,0.996974166814016f,-0.0776313203858717f,1.254261903156401f,0.13046531360795105f,-0.07644991730881998f,-0.9885009924570908f,-0.045765368212113786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9778301661978642f,0.1928141923980396f,-0.0816752917555165f,0.1890559072914883f,0.14669390749251648f,0.9090977326879477f,0.38990025638130804f,1.470043818952592f,0.14942912560151714f,0.3692749648047163f,-0.9172278543472399f,-0.012346888185190641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9959542392757879f,0.0374739907834484f,-0.0816752917555165f,0.07471454607055324f,0.0026736445843743295f,0.9208532139806141f,0.38990025638130804f,1.479631573034675f,0.08982207352996899f,0.3881044425362009f,-0.9172278543472399f,0.001910345445676892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.953517589408414f,0.301212738413475f,-0.008665616320997813f,0.04707480302447138f,0.17565071944418265f,0.5789456383750942f,0.7962215599725969f,1.5017503154616454f,0.24484899723606854f,0.757689140758867f,-0.6049430837100145f,-0.05722721612553672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9999289719008981f,-0.008182801903390324f,-0.008665616320997813f,0.07674183276175088f,-0.01185027975783505f,0.6048890793397292f,0.7962215599725969f,1.5069093551031965f,-0.0012735866181445288f,0.796267695846406f,-0.6049430837100145f,-0.05086189747331901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9888982592080872f,0.1483412957641667f,-0.008665616320997813f,0.14059562090631714f,0.08292111638558405f,0.5992956831916718f,0.7962215599725969f,1.5933227526265026f,0.12330580437507044f,0.7866635520213424f,-0.6049430837100145f,0.010302332263659897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9888982592080872f,0.1241345224015704f,-0.0816752917555165f,0.11266535336596385f,0.08292111638558405f,0.917116066008637f,0.38990025638130804f,1.3869716377745596f,0.12330580437507044f,0.3787990784267767f,-0.9172278543472399f,-0.07492746038236472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9820090152928554f,-0.09789885353940184f,-0.16147479171445595f,-0.19345057967939586f,-0.15457338513816785f,0.907928929161415f,0.3895794247630819f,1.4685059625091303f,0.10846825568102311f,0.4075302124597351f,-0.906726950874429f,0.037987558765880405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.985233609545554f,0.05692649877352353f,-0.16147479171445595f,-0.07939276445668633f,-0.010638953939374488f,0.9209314222353053f,0.3895794247630819f,1.479011988979106f,0.17088460223470917f,0.3855446657354319f,-0.906726950874429f,0.022189494978364463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9829809577040652f,-0.09951220492461832f,-0.15442071707591415f,-0.06816843661560769f,-0.18343635673366826f,0.5773345351463661f,0.795635555738686f,1.5012869832968778f,0.009976964442010669f,0.8104209743080261f,-0.5857630105957125f,-0.0420622321848208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9656214076879314f,0.2091160901330606f,-0.15442071707591415f,-0.09521866631121552f,0.003947840402789907f,0.6057627233501137f,0.795635555738686f,1.5062179928112407f,0.25992251070450195f,0.7676730969930595f,-0.5857630105957125f,-0.02823342733464977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9864459694937039f,0.05548505571220967f,-0.15442071707591415f,-0.1417566123986662f,-0.0908629316322224f,0.5989223573215399f,0.795635555738686f,1.5921875635091822f,0.13663190302716494f,0.7988826062025776f,-0.5857630105957125f,0.04745737144051944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9864459694937039f,-0.029158890760788606f,-0.16147479171445595f,-0.13519586197748876f,-0.0908629316322224f,0.9164997542042574f,0.3895794247630819f,1.3859751188132245f,0.13663190302716494f,0.39897112631509574f,-0.906726950874429f,-0.04231113198037696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0140684344890698f,-0.1297658121636534f,-1.402458466992318e-18f,-0.003986075845339895f,0.996974166814016f,-0.0776313203858717f,0.8779500965637672f,0.13046531360795105f,-0.07644991730881998f,-0.9885009924570908f,0.011451942453683497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.739889245312848e-18f,1.2240756126584407e-16f,0f,0f,0.9995335908367129f,0.030538513209822656f,0.5031249999999999f,-1.2246467991473532e-16f,0.030538513209822656f,-0.9995335908367129f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.37763878420122154f,-0.6547476417166479f,-0.6547476417166475f,0.3750695018400976f,-0.9259529948474833f,0.26703094514772713f,0.2670309451477269f,0.09883311260546879f,-4.6247412830592405e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.37763878420122154f,-0.6547476417166476f,0.6547476417166478f,0.15f,-0.9259529948474833f,0.26703094514772696f,-0.2670309451477271f,0.19062499999999993f,-4.6247412830592405e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.37763878420122154f,0.6547476417166477f,0.6547476417166477f,-0.3705303656437429f,0.9259529948474833f,0.26703094514772713f,0.2670309451477269f,0.09048839556960232f,-4.6247412830592405e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.37763878420122154f,0.6547476417166478f,-0.6547476417166476f,-0.125f,0.9259529948474833f,0.26703094514772696f,-0.2670309451477271f,0.19062499999999993f,-4.6247412830592405e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.36562500000000003f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.36562500000000003f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.36562500000000003f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.36562500000000003f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.36562500000000003f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.36562500000000003f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.43437500000000007f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.43437500000000007f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2796875f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5031249999999999f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.0588975993190672f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03467884931906724f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.018692053056286018f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10458550817979032f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.010883241820209694f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.061407804609399735f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6692474999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91.mcfunction new file mode 100644 index 000000000..83d0da17a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..185a33c81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7918776064784916f,-0.1396293874409984f,-0.14275130460066277f,0.02653955979902274f,-0.1466958196209764f,0.8028798674065865f,0.028437641663057633f,0.6443713072271158f,0.1354792873765935f,0.05321651172782816f,-0.8035905736230962f,-0.3591219221103845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.769012277019881f,0.17048591732220156f,-0.139838012670037f,0.02653955979902274f,0.16821507740394415f,0.7816186151789254f,0.027857281629117683f,0.6443713072271158f,0.14256158503146302f,-0.0026253381851401407f,-0.7871907659981351f,-0.3591219221103845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7918776064784916f,0.1396293874409984f,0.14275130460066293f,-0.026539559799022644f,0.1466958196209764f,0.8028798674065865f,0.028437641663057633f,0.6443713072271158f,-0.13547928737659368f,0.05321651172782819f,-0.8035905736230962f,-0.3591219221103845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.769012277019881f,-0.17048591732220156f,0.13983801267003718f,-0.026539559799022644f,-0.16821507740394415f,0.7816186151789254f,0.027857281629117683f,0.6443713072271158f,-0.14256158503146316f,-0.0026253381851401754f,-0.7871907659981351f,-0.3591219221103845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08152621620772219f,0.5313728842490327f,1.4671068754374084f,-0.5217210902534819f,1.5466126088781487f,-0.22218405343509812f,-0.005471239190155442f,0.305361956695956f,0.2067587099253094f,1.4524749065935745f,-0.5375627699032071f,0.14597391129235543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37908932542000867f,-0.9063077870366502f,-0.18680866818574804f,-0.45173871027121515f,-0.8280838769409918f,0.42235388205835883f,-0.3686384286270358f,0.516103944798673f,0.4129992446760393f,0.014946352965322566f,-0.9106087142291451f,0.03189143314765842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42172145108592984f,-0.9063077870366502f,-0.02751750080780961f,-0.2984375f,-0.9061215642770447f,0.42235388205835883f,-0.023683518791671777f,0.8516808559177148f,0.03308668079604337f,0.014946352965322566f,-0.9993407217195428f,0.012212350898136633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.013996778607221384f,0.9976712768521243f,0.06675412745944959f,0.3206720053126239f,-0.1699947215842117f,0.06816307490125943f,-0.9830847317772318f,0.8354079007778487f,-0.9853455661960058f,0.0024121700307592553f,0.17055291440962245f,0.344480534493134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.001073003057824218f,0.9976712768521243f,0.06819730206313085f,0.2984375f,0.01967630309687162f,0.06816307490125943f,-0.9974801443219035f,0.8516808559177148f,-0.9998058270288678f,0.0024121700307592553f,-0.019557343246585365f,0.012212350898136706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.168080558444413e-17f,1.219063435901389e-16f,-0.15625000000000003f,0f,0.9954408379217161f,-0.0953810159188491f,0.49929012016491386f,-1.2246467991473532e-16f,-0.0953810159188491f,-0.9954408379217161f,0.20612097502777538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.3310961628864815e-18f,1.2238806899631356e-16f,-0.15625000000000003f,0f,0.999374424377093f,0.03536608404890258f,0.6868938627609245f,-1.2246467991473532e-16f,0.03536608404890258f,-0.999374424377093f,0.2065060256345878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.168080558444413e-17f,1.219063435901389e-16f,0.15624999999999997f,0f,0.9954408379217161f,-0.0953810159188491f,0.49929012016491386f,-1.2246467991473532e-16f,-0.0953810159188491f,-0.9954408379217161f,0.20612097502777543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.3310961628864815e-18f,1.2238806899631356e-16f,0.15624999999999997f,0f,0.999374424377093f,0.03536608404890258f,0.6868938627609245f,-1.2246467991473532e-16f,0.03536608404890258f,-0.999374424377093f,0.20650602563458786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9891813111786634f,-0.021619893939081425f,-0.1450962225591115f,0.28273335655199333f,-0.005188137463543221f,0.9936174304183117f,-0.11268311851635432f,1.3914626213581984f,0.14660633289363637f,-0.11071125577363056f,-0.9829799596128632f,-0.06469418806232888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9891813111786634f,-0.021619893939081425f,-0.1450962225591115f,0.3089273715986617f,-0.005188137463543221f,0.9936174304183117f,-0.11268311851635432f,1.256890955349884f,0.14660633289363637f,-0.11071125577363056f,-0.9829799596128632f,-0.14850738978784234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9891813111786634f,-0.021619893939081425f,-0.1450962225591115f,-0.2984106637654714f,-0.005188137463543221f,0.9936174304183117f,-0.11268311851635432f,1.3884145905983667f,0.14660633289363637f,-0.11071125577363056f,-0.9829799596128632f,0.02143703251268248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9891813111786634f,-0.021619893939081425f,-0.1450962225591115f,-0.34640524705720277f,-0.005188137463543221f,0.9936174304183117f,-0.11268311851635432f,1.2534538142802867f,0.14660633289363637f,-0.11071125577363056f,-0.9829799596128632f,-0.05138069424580827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9762211537868408f,0.19293331097066196f,-0.09883823357884963f,0.18488807615365843f,0.1461360832844018f,0.9224811627571636f,0.3573132372589711f,1.473343203086135f,0.1601140345547003f,0.33437290840630196f,-0.9287401434537689f,-0.03410529954903539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9943836707277317f,0.03784334780453741f,-0.09883823357884963f,0.07073134304180081f,0.00002905839463665516f,0.9339846088855661f,0.3573132372589711f,1.482758670568873f,0.10583531804483853f,0.35530357638478793f,-0.9287401434537689f,-0.018334127040004214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9505667228641995f,0.3096364117642206f,-0.023413626224793788f,0.04200752498133427f,0.17853133276019542f,0.6066581661066488f,0.7746563320072883f,1.5026487753293474f,0.25406587454060936f,0.7321824649675078f,-0.6319488661181534f,-0.07774600598217984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9997255892657494f,0.0007404554382727802f,-0.023413626224793788f,0.07173941494335244f,-0.017674295718851957f,0.6321354178907053f,0.7746563320072883f,1.5081974971187402f,0.01537418089177403f,0.774857577348178f,-0.6319488661181534f,-0.07204582784545854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9873014755620119f,0.15712287694692936f,-0.023413626224793788f,0.13601546901243297f,0.08143107012097463f,0.627117650923626f,0.7746563320072883f,1.5970521831047548f,0.13639932980783728f,0.7629127430053539f,-0.6319488661181534f,-0.014957491183007376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9873014755620119f,0.12436558983934028f,-0.09883823357884963f,0.10803321129858144f,0.08143107012097463f,0.930427982865126f,0.3573132372589711f,1.3877058869601018f,0.13639932980783728f,0.34472738325442875f,-0.9287401434537689f,-0.09252115241525373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9791435535958858f,-0.09711601316287435f,-0.17845554471343592f,-0.19674511703462624f,-0.15639173690282146f,0.920959888802827f,0.35689565400100215f,1.471341582711249f,0.1296901155837999f,0.37736105151914234f,-0.9169400802212911f,0.022456467572460073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.982280963221521f,0.057251444118308105f,-0.17845554471343592f,-0.08302412781547044f,-0.010396427575958336f,0.9340864020254522f,0.35689565400100215f,1.4819522415456345f,0.18712568927397094f,0.3524271069278206f,-0.9169400802212911f,0.004453935663949887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9815106387290522f,-0.09017364355636232f,-0.1688359560918765f,-0.07297260486036908f,-0.1886648470400009f,0.6045612102676445f,0.7738936093101518f,1.502045718324071f,0.0322868634751194f,0.791438220613265f,-0.6103958563092053f,-0.060704827584217136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9613372770799085f,0.2175432362247317f,-0.1688359560918765f,-0.09982848416122554f,0.007388755939366859f,0.6332725225008382f,0.7738936093101518f,1.5072976440434478f,0.275274492066112f,0.7427252874504112f,-0.6103958563092053f,-0.04661778927888226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9835328797332393f,0.06447863533127365f,-0.1688359560918765f,-0.1456921309118174f,-0.09176786018928045f,0.6266317429760375f,0.7738936093101518f,1.5955746604944758f,0.15569757326279074f,0.7766435245855269f,-0.6103958563092053f,0.026794326917913502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9835328797332393f,-0.028577841847702387f,-0.17845554471343592f,-0.1392621164960844f,-0.09176786018928045f,0.9296258128900453f,0.35689565400100215f,1.386408852594216f,0.15569757326279074f,0.36739509382114793f,-0.9169400802212911f,-0.055869569191844645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9891813111786634f,-0.021619893939081425f,-0.1450962225591115f,-1.6241610610824305e-18f,-0.005188137463543221f,0.9936174304183117f,-0.11268311851635432f,0.8813497841414099f,0.14660633289363637f,-0.11071125577363056f,-0.9829799596128632f,0.013262281518338468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.3310961628864815e-18f,1.2238806899631356e-16f,0f,0f,0.999374424377093f,0.03536608404890258f,0.506584375f,-1.2246467991473532e-16f,0.03536608404890258f,-0.999374424377093f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3832225381517048f,-0.653123451673788f,-0.6531234516737875f,0.3745111865128645f,-0.9236560432609994f,0.2709792554305909f,0.2709792554305908f,0.10093525594573435f,-4.6931225470860974e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3832225381517048f,-0.6531234516737876f,0.6531234516737879f,0.15f,-0.9236560432609994f,0.27097925543059087f,-0.27097925543059087f,0.19408437499999998f,-4.6931225470860974e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3832225381517048f,0.6531234516737878f,0.6531234516737877f,-0.3699212943776704f,0.9236560432609994f,0.2709792554305909f,0.2709792554305908f,0.09246715421352839f,-4.6931225470860974e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3832225381517048f,0.6531234516737878f,-0.6531234516737877f,-0.125f,0.9236560432609994f,0.27097925543059087f,-0.27097925543059087f,0.19408437499999998f,-4.6931225470860974e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3690843750000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3690843750000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3690843750000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3690843750000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3690843750000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3690843750000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4378343750000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4378343750000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.283146875f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.506584375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05933002119406723f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03424642744406721f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01912447493128605f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10501793005479035f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011315663695209727f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06184022648439977f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6727068749999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92.mcfunction new file mode 100644 index 000000000..a97d5a65b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..d97525861 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7901190333399131f,-0.13931930354911784f,-0.15246799420545362f,0.026758217182352537f,-0.14773436525877418f,0.8025451264173967f,0.03225402036516015f,0.649525244715196f,0.1443291894248443f,0.05878687070016411f,-0.8016593000506473f,-0.357262142702535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7673044823777035f,0.17010730836514062f,-0.149356402486975f,0.026758217182352537f,0.16714968224733684f,0.7817049895731152f,0.03159577505158546f,0.649525244715196f,0.15265914662311805f,-0.0009016192450300928f,-0.7852989061720628f,-0.357262142702535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7901190333399131f,0.13931930354911784f,0.1524679942054538f,-0.02675821718235244f,0.14773436525877418f,0.8025451264173967f,0.03225402036516015f,0.649525244715196f,-0.14432918942484446f,0.05878687070016414f,-0.8016593000506473f,-0.35726214270253503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7673044823777035f,-0.17010730836514062f,0.14935640248697515f,-0.02675821718235244f,-0.16714968224733684f,0.7817049895731152f,0.03159577505158546f,0.649525244715196f,-0.15265914662311822f,-0.0009016192450301275f,-0.7852989061720628f,-0.35726214270253503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08132924016866941f,0.5295074090393931f,1.4677921203174429f,-0.5219155131338008f,1.5449966574336f,-0.23321536099375562f,-0.0014744204129876063f,0.307778120957308f,0.21857980970938024f,1.4514264532414107f,-0.5357148193007825f,0.14321354912203588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3796525616282641f,-0.90630778703665f,-0.1856613250136586f,-0.45177830455045304f,-0.8311703933154909f,0.42227661331397975f,-0.3617156882467882f,0.5193750577823257f,0.40622618050153925f,0.01698990891105408f,-0.913614597776505f,0.030821204295936565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4218027442675105f,-0.90630778703665f,-0.026241952768942107f,-0.2984375f,-0.9063239155321198f,0.42227661331397975f,-0.01610658196522733f,0.8550833462505483f,0.02567888359964389f,0.01698990891105408f,-0.9995258565601343f,0.01388209751439473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.009403075414093829f,0.9996101150403542f,0.026290684315292745f,0.31895624595847205f,-0.29850986068987273f,0.027899066618185038f,-0.9539986924271682f,0.890670794070432f,-0.9543602282386192f,0.0011224931374402404f,0.2986558132122774f,0.34475041383821375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.004982861123249981f,0.9996101150403542f,0.027473423595102225f,0.2984375f,-0.1386887641038862f,0.027899066618185038f,-0.9899429623938797f,0.8550833462505483f,-0.9903234813970447f,0.0011224931374402404f,0.1387737086151169f,0.013882097514394802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1090775436139892e-17f,1.2196143868798735e-16f,-0.15625000000000003f,0f,0.9958907235367914f,-0.09056305413007018f,0.5017584304438909f,-1.2246467991473532e-16f,-0.09056305413007018f,-0.9958907235367914f,0.2060832656338117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.923269874810493e-18f,1.223656783594091e-16f,-0.15625000000000003f,0f,0.9991915909518144f,0.04020154936295318f,0.6893581134308746f,-1.2246467991473532e-16f,0.04020154936295318f,-0.9991915909518144f,0.2073761086959166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.1090775436139892e-17f,1.2196143868798735e-16f,0.15624999999999997f,0f,0.9958907235367914f,-0.09056305413007018f,0.5017584304438909f,-1.2246467991473532e-16f,-0.09056305413007018f,-0.9958907235367914f,0.20608326563381177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.923269874810493e-18f,1.223656783594091e-16f,0.15624999999999997f,0f,0.9991915909518144f,0.04020154936295318f,0.6893581134308746f,-1.2246467991473532e-16f,0.04020154936295318f,-0.9991915909518144f,0.20737610869591666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9866859442078681f,-0.030285541667541296f,-0.15979246999946958f,0.2779077586053958f,-0.006538266024832877f,0.9891011542250276f,-0.147092344423857f,1.3937085077193703f,0.16250568783896854f,-0.1440891830659806f,-0.9761302212017421f,-0.08470304382703531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9866859442078681f,-0.030285541667541296f,-0.15979246999946958f,0.3037136301591833f,-0.006538266024832877f,0.9891011542250276f,-0.147092344423857f,1.2565261411274364f,0.16250568783896854f,-0.1440891830659806f,-0.9761302212017421f,-0.16429806747541237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9866859442078681f,-0.030285541667541296f,-0.15979246999946958f,-0.3017702336167268f,-0.006538266024832877f,0.9891011542250276f,-0.147092344423857f,1.389867276429781f,0.16250568783896854f,-0.1440891830659806f,-0.9761302212017421f,0.010769047778358715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9866859442078681f,-0.030285541667541296f,-0.15979246999946958f,-0.3499658078785294f,-0.006538266024832877f,0.9891011542250276f,-0.147092344423857f,1.2521945398859846f,0.16250568783896854f,-0.1440891830659806f,-0.9761302212017421f,-0.05663804928209572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9745689949037949f,0.19175096802146835f,-0.11596051239554321f,0.17998896682083254f,0.1452389285573646f,0.9345752519804776f,0.3247687669975908f,1.4759548368370645f,0.17064855054677686f,0.29966759025369505f,-0.9386577691298504f,-0.05535580847295028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9925668934753853f,0.03693401605006473f,-0.11596051239554321f,0.06603233553438628f,-0.0027489832467658126f,0.9457894538817684f,0.3247687669975908f,1.4851692775014853f,0.12166924454327963f,0.3226734996624916f,-0.9386577691298504f,-0.038089630723175866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9476623376010467f,0.31691113270748456f,-0.038774061672454306f,0.03623720279242296f,0.18098565788666132f,0.6332681502360911f,0.7524730171480517f,1.502835343868014f,0.2630214545086628f,0.706072789351508f,-0.6574807454256959f,-0.09767658831303243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9992113671362002f,0.008556630600119242f,-0.038774061672454306f,0.06601591312509489f,-0.023563031130264867f,0.6582014448693212f,0.7524730171480517f,1.5087662929740013f,0.03195977706055471f,0.7527932266198409f,-0.6574807454256959f,-0.09264490086000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9855708651800759f,0.1647623799585865f,-0.038774061672454306f,0.130563697787961f,0.07969245980039638f,0.6537839630298912f,0.7524730171480517f,1.5999285921946906f,0.1493291048629139f,0.7385254821841372f,-0.6574807454256959f,-0.03964807805746075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9855708651800759f,0.12330137579589284f,-0.11596051239554321f,0.10282088823388517f,0.07969245980039638f,0.9424300291447778f,0.3247687669975908f,1.3878818356371159f,0.1493291048629139f,0.31084145620076675f,-0.9386577691298504f,-0.10958740570263316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9758629944306626f,-0.09756666062291455f,-0.1953769762170398f,-0.2006814960221867f,-0.15816344956070227f,0.9326580911727705f,0.32424251447492686f,1.4734323272498198f,0.15058465832839651f,0.3473177676204558f,-0.9255779972380842f,0.007340042995722204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9791112899777307f,0.05629315235826306f,-0.1953769762170398f,-0.08733526272640504f,-0.010316325481357552f,0.9459177370340085f,0.32424251447492686f,1.4841529884148663f,0.203063180480133f,0.319485079091387f,-0.9255779972380842f,-0.012830218451331574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9795410519724587f,-0.0818903382460423f,-0.18382954061477175f,-0.07845287140926549f,-0.1937562547710704f,0.630625495677672f,0.7515118082494636f,1.5020753510659066f,0.05438603899694579f,0.7717547905282086f,-0.6335903266772492f,-0.07878730595742887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9569044066501563f,0.22481249193689057f,-0.18382954061477175f,-0.10511917870357113f,0.010600846577555181f,0.659634462496814f,0.7515118082494636f,1.5076322677422358f,0.2902095425470218f,0.7171762122070592f,-0.6335903266772492f,-0.06445920917739592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9802917474229764f,0.07235184815724849f,-0.18382954061477175f,-0.1504332499713841f,-0.09271923169770019f,0.6531716054261771f,0.7515118082494636f,1.5980665683081623f,0.17444550440695156f,0.7537453574870101f,-0.6335903266772492f,0.006631695708793489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9802917474229764f,-0.029256231792454346f,-0.1953769762170398f,-0.14385059781808188f,-0.09271923169770019f,0.9414191074544669f,0.32424251447492686f,1.3862472691309076f,0.17444550440695156f,0.33596746422970947f,-0.9255779972380842f,-0.06896098374289102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9866859442078681f,-0.030285541667541296f,-0.15979246999946958f,-1.8462262030539347e-18f,-0.006538266024832877f,0.9891011542250276f,-0.147092344423857f,0.8847468466069304f,0.16250568783896854f,-0.1440891830659806f,-0.9761302212017421f,0.015075581011107442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.923269874810493e-18f,1.223656783594091e-16f,0f,0f,0.9991915909518144f,0.04020154936295318f,0.51005f,-1.2246467991473532e-16f,0.04020154936295318f,-0.9991915909518144f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3888023720729812f,-0.6514724535505794f,-0.6514724535505789f,0.3739436559080116f,-0.9213211793237053f,0.27492479383422014f,0.27492479383422f,0.10304460211948685f,-1.0312570927726529e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3888023720729812f,-0.651472453550579f,0.6514724535505793f,0.15f,-0.9213211793237053f,0.2749247938342201f,-0.2749247938342201f,0.19755f,-1.0312570927726529e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3888023720729812f,0.6514724535505791f,0.6514724535505791f,-0.3693021700814672f,0.9213211793237053f,0.27492479383422014f,0.27492479383422f,0.09445320231216747f,7.89659318525036e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3888023720729812f,0.6514724535505793f,-0.651472453550579f,-0.125f,0.9213211793237053f,0.2749247938342201f,-0.2749247938342201f,0.19755f,7.89659318525036e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3725500000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3725500000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3725500000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3725500000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3725500000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3725500000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.44130000000000014f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.44130000000000014f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.28661250000000005f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.51005f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.05976322431906729f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03381322431906715f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.01955767805628611f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10545113317979041f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.011748866820209786f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06227342960939983f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6761725f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93.mcfunction new file mode 100644 index 000000000..3420327f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..ef7ff1993 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7882726923346894f,-0.1389937438143085f,-0.16202267169858312f,0.026987787442514177f,-0.148844116292299f,0.8021810336072871f,0.0359925382593888f,0.6545904915221094f,0.15302299176603842f,0.06427108950120076f,-0.7996234335546601f,-0.35542413218333124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7655114541509093f,0.16970980357729218f,-0.15871608656187736f,0.026987787442514177f,0.16600884121648385f,0.7817914928606761f,0.03525799666225842f,0.6545904915221094f,0.16258314242786887f,0.0008026583535261783f,-0.783304587971912f,-0.35542413218333124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7882726923346894f,0.1389937438143085f,0.16202267169858328f,-0.02698778744251408f,0.148844116292299f,0.8021810336072871f,0.0359925382593888f,0.6545904915221094f,-0.1530229917660386f,0.06427108950120079f,-0.7996234335546601f,-0.35542413218333124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7655114541509093f,-0.16970980357729218f,0.15871608656187752f,-0.02698778744251408f,-0.16600884121648385f,0.7817914928606761f,0.03525799666225842f,0.6545904915221094f,-0.162583142427869f,0.0008026583535261367f,-0.783304587971912f,-0.35542413218333124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08112965406786611f,0.5276686001120994f,1.4684652116024286f,-0.5221049170268712f,1.543315912118501f,-0.24408253113765824f,0.0024420064032063394f,0.3101857666206213f,0.23021777653488792f,1.4503088693272104f,-0.5338634740438429f,0.14048532002439668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38020427409441326f,-0.90630778703665f,-0.18452887339674123f,-0.45181593497718436f,-0.8341597342378204f,0.4221907846280434f,-0.3548696650200549f,0.5226123261515361f,0.39952753063666224f,0.019003592604752494f,-0.916524203571015f,0.02976519229063309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4218790896510677f,-0.90630778703665f,-0.024984572678288262f,-0.2984375f,-0.906465846759501f,0.4221907846280434f,-0.008637709982285066f,0.8584288424350297f,0.018376680161752063f,0.019003592604752494f,-0.9996505194788553f,0.015527436141306387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.005245136142927922f,0.9999347188025272f,-0.01015119107067403f,0.32145358595664214f,-0.4186015677011395f,-0.011414646230299006f,-0.9080982509451198f,0.9437939758198872f,-0.9081548414587627f,-0.0005137944611439944f,0.41863411226303715f,0.3369996463157195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0038007188583181134f,0.9999347188025272f,-0.010775558893681848f,0.2984375f,-0.28986785888407673f,-0.011414646230299006f,-0.95699860513869f,0.8584288424350297f,-0.9570591303164715f,-0.0005137944611439944f,0.28989231982432834f,0.01552743614130646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0509003731694528e-17f,1.2201294467057913e-16f,-0.15625000000000003f,0f,0.9963113018017057f,-0.08581252765296334f,0.5041913192504415f,-1.2246467991473532e-16f,-0.08581252765296334f,-0.9963113018017057f,0.20604137873947478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.506787321459793e-18f,1.2234080725585715e-16f,-0.15625000000000003f,0f,0.9989885029792719f,0.04496633090695074f,0.6917827031272233f,-1.2246467991473532e-16f,0.04496633090695074f,-0.9989885029792719f,0.20822888764090763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0509003731694528e-17f,1.2201294467057913e-16f,0.15624999999999997f,0f,0.9963113018017057f,-0.08581252765296334f,0.5041913192504415f,-1.2246467991473532e-16f,-0.08581252765296334f,-0.9963113018017057f,0.2060413787394748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.506787321459793e-18f,1.2234080725585715e-16f,0.15624999999999997f,0f,0.9989885029792719f,0.04496633090695074f,0.6917827031272233f,-1.2246467991473532e-16f,0.04496633090695074f,-0.9989885029792719f,0.20822888764090766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.984003796314999f,-0.039868616565840724f,-0.17362897871840335f,0.2725411725137709f,-0.008010639066905604f,0.9835525610244521f,-0.1804444218145332f,1.3953837463421537f,0.1779672961513142f,-0.17616711700929719f,-0.9681388270208066f,-0.10397260753987261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.984003796314999f,-0.039868616565840724f,-0.17362897871840335f,0.2981471751914631f,-0.008010639066905604f,0.9835525610244521f,-0.1804444218145332f,1.2558234106339936f,0.1779672961513142f,-0.17616711700929719f,-0.9681388270208066f,-0.17938850655258534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.984003796314999f,-0.039868616565840724f,-0.17362897871840335f,-0.305561057821291f,-0.008010639066905604f,0.9835525610244521f,-0.1804444218145332f,1.3906774958903467f,0.1779672961513142f,-0.17616711700929719f,-0.9681388270208066f,0.0005831789490244807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.984003796314999f,-0.039868616565840724f,-0.17362897871840335f,-0.3537553398672237f,-0.008010639066905604f,0.9835525610244521f,-0.1804444218145332f,1.2505163622521687f,0.1779672961513142f,-0.17616711700929719f,-0.9681388270208066f,-0.06148517285233969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9728962323553434f,0.18934210605022408f,-0.13274971919082576f,0.17447265410023813f,0.14403351522068886f,0.9452966220442616f,0.2926920614654245f,1.4778742877706637f,0.18090679247045702f,0.26563859514041616f,-0.9469471311587977f,-0.0758357112679197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9905378963758682f,0.03481648888137012f,-0.13274971919082576f,0.06072839373720699f,-0.005616747735424685f,0.9561902578984983f,0.2926920614654245f,1.4868632178311787f,0.13712449813270516f,0.29066820053452125f,-0.9469471311587977f,-0.05711184959800364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9448447642782375f,0.32295943427364293f,-0.054457095310439345f,0.029892737312996118f,0.1830058201676108f,0.6584905506177202f,0.7299993592681789f,1.50233879153082f,0.27161966276538585f,0.6797701071397743f,-0.6812748052279624f,-0.11677854267167888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9984007236384506f,0.015179585256777844f,-0.054457095310439345f,0.059699972384895536f,-0.029435892985846798f,0.6828136375850836f,0.7299993592681789f,1.5086399432397928f,0.04826513485264325f,0.7304348817788334f,-0.6812748052279624f,-0.11240934943848013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9837341436802693f,0.17117698247134974f,-0.054457095310439345f,0.12437029319876122f,0.07774209782066956f,0.6790118568143635f,0.7299993592681789f,1.6019537121928058f,0.16193610092900382f,0.7138916857461737f,-0.6812748052279624f,-0.06346106386211484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9837341436802693f,0.12101506770813278f,-0.13274971919082576f,0.09714190296443138f,0.07774209782066956f,0.95304119710617f,0.2926920614654245f,1.387519442843918f,0.16193610092900382f,0.27761093279270255f,-0.9469471311587977f,-0.1259235237404728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9722338196391859f,-0.09918905890468016f,-0.21195030206018317f,-0.20516301698783052f,-0.15986855045436543f,0.9429477296612615f,0.29204730045369776f,1.4747837261799486f,0.1708901592410137f,0.3178224499941379f,-0.9326228839966907f,-0.007174661219993786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9757805953574976f,0.05412300047451943f,-0.21195030206018317f,-0.09222229924290778f,-0.010390779661162544f,0.9563474295441698f,0.29204730045369776f,1.485618067354031f,0.21850460274740416f,0.2871764175970834f,-0.9326228839966907f,-0.029449129823874723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9771198311877621f,-0.07475795867991822f,-0.19911826413870462f,-0.08448557026967958f,-0.19865226861761326f,0.6552527882254279f,0.7288216926628064f,1.5014076535183858f,0.07598757577837935f,0.7517014241950153f,-0.655111331905128f,-0.09609203900667071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9523976623492164f,0.23084758963033822f,-0.19911826413870462f,-0.11096991607420921f,0.013554712627629334f,0.6845693610363409f,0.7288216926628064f,1.5072505432383347f,0.30455699387361046f,0.6914290855121434f,-0.655111331905128f,-0.08154192931544833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9767845859020345f,0.07901765391720997f,-0.19911826413870462f,-0.15586280931097868f,-0.0937024101542255f,0.6782616004429346f,0.7288216926628064f,1.5996723731906481f,0.19264405279032162f,0.7305596565195815f,-0.655111331905128f,-0.012777999698623144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9767845859020345f,-0.031127836429601513f,-0.21195030206018317f,-0.14885904611431836f,-0.0937024101542255f,0.9518026227264752f,0.29204730045369776f,1.3855167830771915f,0.19264405279032162f,0.3051275555734275f,-0.9326228839966907f,-0.08143169970264423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.984003796314999f,-0.039868616565840724f,-0.17362897871840335f,-2.0650452455474222e-18f,-0.008010639066905604f,0.9835525610244521f,-0.1804444218145332f,0.888086313617227f,0.1779672961513142f,-0.17616711700929719f,-0.9681388270208066f,0.01686237409010653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.506787321459793e-18f,1.2234080725585715e-16f,0f,0f,0.9989885029792719f,0.04496633090695074f,0.513465625f,-1.2246467991473532e-16f,0.04496633090695074f,-0.9989885029792719f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3942877859728f,-0.6498219532428355f,-0.649821953242835f,0.3733762964272246f,-0.9189870194037929f,0.27880356720039695f,0.27880356720039695f,0.10512689877486359f,-4.828632750344862e-17f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3942877859728f,-0.6498219532428351f,0.6498219532428354f,0.15f,-0.9189870194037929f,0.278803567200397f,-0.2788035672003969f,0.20096562500000004f,-4.828632750344862e-17f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3942877859728f,0.6498219532428353f,0.6498219532428352f,-0.3686832324660632f,0.9189870194037929f,0.27880356720039695f,0.27880356720039695f,0.09641428729985116f,-4.828632750344862e-17f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3942877859728f,0.6498219532428353f,-0.6498219532428352f,-0.125f,0.9189870194037929f,0.278803567200397f,-0.2788035672003969f,0.20096562500000004f,-4.828632750344862e-17f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.37596562500000014f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.37596562500000014f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.37596562500000014f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.37596562500000014f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.37596562500000014f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.37596562500000014f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.44471562500000017f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.44471562500000017f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.2900281250000001f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.513465625f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06019017744406725f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03338627119406719f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.019984631181286072f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10587808630479037f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012175819945209748f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06270038273439979f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.679588125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94.mcfunction new file mode 100644 index 000000000..180bc8c73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..6a1ba7b42 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7863769033475815f,-0.13865946506615143f,-0.1712581766616752f,0.02722350596349736f,-0.15000056448112503f,0.8017959736582294f,0.03959156128823567f,0.6594846122893008f,0.16141759811512707f,0.06957883167648768f,-0.7975259178520299f,-0.35363874883515584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7636704057441884f,0.1693016529718549f,-0.1677631118318451f,0.02722350596349736f,0.16481787807358964f,0.7818765258956424f,0.03878357024153698f,0.6594846122893008f,0.1721702020032093f,0.0024593808892696967f,-0.7812498787121925f,-0.35363874883515584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7863769033475815f,0.13865946506615143f,0.17125817666167537f,-0.027223505963497263f,0.15000056448112503f,0.8017959736582294f,0.03959156128823567f,0.6594846122893008f,-0.16141759811512724f,0.0695788316764877f,-0.7975259178520299f,-0.35363874883515584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7636704057441884f,-0.1693016529718549f,0.16776311183184528f,-0.027223505963497263f,-0.16481787807358964f,0.7818765258956424f,0.03878357024153698f,0.6594846122893008f,-0.17217020200320945f,0.002459380889269662f,-0.7812498787121925f,-0.35363874883515584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08093111580291762f,0.525886772050864f,1.4691152124584432f,-0.5222863311378125f,1.541604114621937f,-0.2546063220119553f,0.006214867034566279f,0.3125435133257457f,0.24148117582040965f,1.4491462913638038f,-0.5320414626238495f,0.1378348891534112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38073560250776073f,-0.90630778703665f,-0.18343008515448786f,-0.45185107586353324f,-0.8370060682350456f,0.42209846673784546f,-0.3482150572782143f,0.525761540307478f,0.39301557567196044f,0.020954224736082147f,-0.919293031489387f,0.02874099078339346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4219494850412132f,-0.90630778703665f,-0.023766094129773405f,-0.2984375f,-0.9065489083505376f,0.42209846673784546f,-0.0014004092289917822f,0.8616627864270849f,0.011300833681797913f,0.020954224736082147f,-0.999716565644386f,0.017121256661686665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.028045776311241555f,0.9987847275297709f,-0.04052779890865851f,0.32754983031238427f,-0.5268842552945687f,-0.04922495823367907f,-0.8485103918100118f,0.9928215638479796f,-0.8494741996987236f,-0.0024436734997508123f,0.5276244995316641f,0.32226249519597405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.02331551849143898f,0.9987847275297709f,-0.043421822287373284f,0.2984375f,-0.4282308563946997f,-0.04922495823367907f,-0.902327677242782f,0.8616627864270849f,-0.9033685406460294f,-0.0024436734997508123f,0.42885814464795835f,0.01712125666168674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.945101111180158e-18f,1.2206020150117308e-16f,-0.15625000000000003f,0f,0.9966971831074573f,-0.08120791331920621f,0.5065487290527482f,-1.2246467991473532e-16f,-0.08120791331920621f,-0.9966971831074573f,0.20599632492477477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.072033931037807e-18f,1.2231405573587568e-16f,-0.15625000000000003f,0f,0.9987700602413323f,0.0495819197442511f,0.6941280023463996f,-1.2246467991473532e-16f,0.0495819197442511f,-0.9987700602413323f,0.20905062200031355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.945101111180158e-18f,1.2206020150117308e-16f,0.15624999999999997f,0f,0.9966971831074573f,-0.08120791331920621f,0.5065487290527482f,-1.2246467991473532e-16f,-0.08120791331920621f,-0.9966971831074573f,0.2059963249247748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.072033931037807e-18f,1.2231405573587568e-16f,0.15624999999999997f,0f,0.9987700602413323f,0.0495819197442511f,0.6941280023463996f,-1.2246467991473532e-16f,0.0495819197442511f,-0.9987700602413323f,0.20905062200031357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9811917252174278f,-0.05011914296926122f,-0.18641585198924043f,0.26677347759491665f,-0.009571082754349905f,0.977149789757027f,-0.2123362492668342f,1.3965058077597874f,0.1927983214132245f,-0.2065583691982112f,-0.9592509824724801f,-0.12227334107979385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9811917252174278f,-0.05011914296926122f,-0.18641585198924043f,0.2923565740377365f,-0.009571082754349905f,0.977149789757027f,-0.2123362492668342f,1.2548144762746816f,0.1927983214132245f,-0.2065583691982112f,-0.9592509824724801f,-0.19361326158980838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9811917252174278f,-0.05011914296926122f,-0.18641585198924043f,-0.3096766609703222f,-0.009571082754349905f,0.977149789757027f,-0.2123362492668342f,1.3908827966416069f,0.1927983214132245f,-0.2065583691982112f,-0.9592509824724801f,-0.009004327249524446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9811917252174278f,-0.05011914296926122f,-0.18641585198924043f,-0.3576829439188094f,-0.009571082754349905f,0.977149789757027f,-0.2123362492668342f,1.2484736339499247f,0.1927983214132245f,-0.2065583691982112f,-0.9592509824724801f,-0.06588437365354713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9712280374016573f,0.18584641958411657f,-0.14892013864044523f,0.1684885371749969f,0.14256710434016828f,0.9546105279997797f,0.2615212430989901f,1.4791266223390245f,0.1907635188524905f,0.2327656507299691f,-0.9536400954842814f,-0.09529779389852326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9883433938279987f,0.0316248033015822f,-0.14892013864044523f,0.05496488677698161f,-0.00852212056022321f,0.9651600970145398f,0.2615212430989901f,1.4878712894979718f,0.15200233332982163f,0.259741908337912f,-0.9536400954842814f,-0.07517188468705072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9421521348738369f,0.327763366656855f,-0.07014649121970068f,0.023136578973305177f,0.1846022612047794f,0.682074421419265f,0.7075991017544165f,1.50121970693797f,0.279770191247663f,0.6537168034579949f,-0.7031237309079443f,-0.13483111636996087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973243776436682f,0.020580464699186535f,-0.07014649121970068f,0.052954727262376544f,-0.035205404205387064f,0.7057365590013586f,0.7075991017544165f,1.5078745646050293f,0.06406766167424344f,0.7081753693554212f,-0.7031237309079443f,-0.131108680736921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9818261656044565f,0.17634299051568475f,-0.07014649121970068f,0.11760736889587976f,0.07562955380711102f,0.7025551094307692f,0.7075991017544165f,1.6031656951163133f,0.1740619175046274f,0.689434165028616f,-0.7031237309079443f,-0.08610555965691977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9818261656044565f,0.11764426395605099f,-0.14892013864044523f,0.09113740950576833f,0.07562955380711102f,0.9622301232028105f,0.2615212430989901f,1.3866639173956814f,0.1740619175046274f,0.24550563569772232f,-0.9536400954842814f,-0.1413443276889072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9683432514857426f,-0.10186018539169339f,-0.22789438328749925f,-0.21006221686064602f,-0.16148674750143602f,0.951804079826171f,0.26075088496046045f,1.4754340304627591f,0.19035067029939032f,0.2892982825013409f,-0.9381221274750675f,-0.02091482870218564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9723557827971016f,0.050876141039255175f,-0.22789438328749925f,-0.0975487060367582f,-0.01060361561708309f,0.9653478851316669f,0.26075088496046045f,1.4863835881848975f,0.23326335973933188f,0.25595913530243825f,-0.9381221274750675f,-0.04520387340905792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.974319899374711f,-0.06881743557427761f,-0.21439424955775624f,-0.09091486001989266f,-0.20329658155498975f,0.6782059545545457f,0.7061920299286966f,1.5001071865886828f,0.09680513214963712f,0.7316425655794896f,-0.6747799068005459f,-0.1124206888994492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.947899046358112f,0.23563213632683572f,-0.21439424955775624f,-0.11722742338274937f,0.01623062701523574f,0.7078342910680998f,0.7061920299286966f,1.5062145144789678f,0.31815713831387504f,0.6659189986163274f,-0.6747799068005459f,-0.09766890323410718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9730898233417324f,0.08444703349036341f,-0.21439424955775624f,-0.16182488771153591f,-0.09469887759687244f,0.701658705815783f,0.7061920299286966f,1.6004399594792424f,0.21006741368105758f,0.7074911724449979f,-0.6747799068005459f,-0.03119878798527636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9730898233417324f,-0.03406384850198811f,-0.22789438328749925f,-0.1541605217985886f,-0.09469887759687244f,0.9607502789873283f,0.26075088496046045f,1.3842711467070938f,0.21006741368105758f,0.27531537489033236f,-0.9381221274750675f,-0.09314474733560105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9811917252174278f,-0.05011914296926122f,-0.18641585198924043f,-2.2770127241391776e-18f,-0.009571082754349905f,0.977149789757027f,-0.2123362492668342f,0.8913137725904996f,0.1927983214132245f,-0.2065583691982112f,-0.9592509824724801f,0.018593219904094162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.072033931037807e-18f,1.2231405573587568e-16f,0f,0f,0.9987700602413323f,0.0495819197442511f,0.516775f,-1.2246467991473532e-16f,0.0495819197442511f,-0.9987700602413323f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.39958920159363265f,-0.6482007674979119f,-0.6482007674979113f,0.3728190138274071f,-0.9166943165361958f,0.2825522341357762f,0.28255223413577596f,0.10714766951582697f,-4.8935563670548867e-17f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.39958920159363265f,-0.6482007674979114f,0.6482007674979118f,0.15f,-0.9166943165361958f,0.282552234135776f,-0.2825522341357761f,0.20427499999999998f,-4.8935563670548867e-17f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39958920159363265f,0.6482007674979117f,0.6482007674979116f,-0.36807528781171683f,0.9166943165361958f,0.2825522341357762f,0.28255223413577596f,0.09831791219908398f,-4.8935563670548867e-17f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39958920159363265f,0.6482007674979117f,-0.6482007674979116f,-0.125f,0.9166943165361958f,0.282552234135776f,-0.2825522341357761f,0.20427499999999998f,-4.8935563670548867e-17f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3792750000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3792750000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3792750000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3792750000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3792750000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3792750000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4480250000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4480250000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29333750000000003f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.516775f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06060384931906733f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03297259931906711f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02039830305628615f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10629175817979045f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012589491820209825f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06311405460939987f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6828974999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95.mcfunction new file mode 100644 index 000000000..680e1f37e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..12ae13c69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7844768638269541f,-0.1383244368342524f,-0.1800190121602657f,0.027459752987115282f,-0.15117399970360546f,0.8014004102421652f,0.04299126331881484f,0.6641260496365234f,0.16937212397052023f,0.07462021899338203f,-0.7954177210645604f,-0.35193709830894676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7618252295373713f,0.1688925872551678f,-0.17634515476923987f,0.027459752987115282f,0.1636076037710052f,0.7819584210218645f,0.0421138905980227f,0.6641260496365234f,0.18125912840086533f,0.004040020203910005f,-0.7791847063489572f,-0.35193709830894676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7844768638269541f,0.1383244368342524f,0.18001901216026586f,-0.027459752987115185f,0.15117399970360546f,0.8014004102421652f,0.04299126331881484f,0.6641260496365234f,-0.16937212397052037f,0.07462021899338206f,-0.7954177210645604f,-0.3519370983089467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7618252295373713f,-0.1688925872551678f,0.17634515476924004f,-0.027459752987115185f,-0.1636076037710052f,0.7819584210218645f,0.0421138905980227f,0.6641260496365234f,-0.1812591284008655f,0.004040020203909971f,-0.7791847063489572f,-0.3519370983089467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08073761669110144f,0.5241922507036593f,1.4697313263155523f,-0.5224569206442082f,1.539900381792073f,-0.2646079517403084f,0.009782434892553682f,0.314808352782872f,0.2521795023543137f,1.4479680128297137f,-0.530283303918104f,0.13530833896199207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3812378957840103f,-0.90630778703665f,-0.1823838314514484f,-0.451883286876732f,-0.8396668320702233f,0.4220023224472591f,-0.3418678852572659f,0.5287676705478881f,0.38680392699575267f,0.022808660764057704f,-0.9218798658473969f,0.027766238203794123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4220131595602544f,-0.90630778703665f,-0.022607262432712032f,-0.2984375f,-0.9065781760239162f,0.4220023224472591f,0.005481843327649401f,0.8647311039477976f,0.004572079955615593f,0.022808660764057704f,-0.999729393925691f,0.018636477367656074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.05657889374728966f,0.9963708745989243f,-0.06359173714648232f,0.3363312528675906f,-0.6210124635150626f,-0.08499398302905775f,-0.7791787619075669f,1.0362663432549553f,-0.781755939498566f,-0.004593811035573377f,0.6235675969442955f,0.30201088216534794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.05072805800470304f,0.9963708745989243f,-0.06835016007330104f,0.2984375f,-0.5496067096804238f,-0.08499398302905775f,-0.8310887362508976f,0.8647311039477976f,-0.8338819633529253f,-0.004593811035573377f,0.5519236977108697f,0.01863647736765615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.408690619492589e-18f,1.221027205571e-16f,-0.15625000000000003f,0f,0.9970443775471642f,-0.07682778925354876f,0.5087905853505402f,-1.2246467991473532e-16f,-0.07682778925354876f,-0.9970443775471642f,0.20594940371542672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.6094052070753755e-18f,1.22286195416438e-16f,-0.15625000000000003f,0f,0.9985425634687357f,0.05396988920950188f,0.6963546278084876f,-1.2246467991473532e-16f,0.05396988920950188f,-0.9985425634687357f,0.20982786692052874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.408690619492589e-18f,1.221027205571e-16f,0.15624999999999997f,0f,0.9970443775471642f,-0.07682778925354876f,0.5087905853505402f,-1.2246467991473532e-16f,-0.07682778925354876f,-0.9970443775471642f,0.20594940371542675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-6.6094052070753755e-18f,1.22286195416438e-16f,0.15624999999999997f,0f,0.9985425634687357f,0.05396988920950188f,0.6963546278084876f,-1.2246467991473532e-16f,0.05396988920950188f,-0.9985425634687357f,0.20982786692052877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9783173707196277f,-0.06074252373635644f,-0.19800370693088754f,0.2607713357097972f,-0.011177778027121497f,0.9701172316624838f,-0.24237907110535606f,1.39711431565475f,0.20680952450651546f,-0.23491041407663688f,-0.9497615058169772f,-0.13939304860076623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9783173707196277f,-0.06074252373635644f,-0.19800370693088754f,0.2864882050540571f,-0.011177778027121497f,0.9701172316624838f,-0.24237907110535606f,1.2535457904568295f,0.20680952450651546f,-0.23491041407663688f,-0.9497615058169772f,-0.20682474518052255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9783173707196277f,-0.06074252373635644f,-0.19800370693088754f,-0.313990119587984f,-0.011177778027121497f,0.9701172316624838f,-0.24237907110535606f,1.390547371063816f,0.20680952450651546f,-0.23491041407663688f,-0.9497615058169772f,-0.017892452953188382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9783173707196277f,-0.06074252373635644f,-0.19800370693088754f,-0.36164705304769623f,-0.011177778027121497f,0.9701172316624838f,-0.24237907110535606f,1.2461405125138616f,0.20680952450651546f,-0.23491041407663688f,-0.9497615058169772f,-0.06981343519495606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9695923031212051f,0.1814629073518006f,-0.1642010322243708f,0.16221630083966426f,0.14090184770142655f,0.9625282014345174f,0.23170267749328377f,1.4797638953851064f,0.20009356571974277f,0.20152090387516752f,-0.9588283945831467f,-0.11351331264857528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9860420657598248f,0.027551144595978017f,-0.1642010322243708f,0.04891667712473085f,-0.011405472134533537f,0.9727197872192339f,0.23170267749328377f,1.4882526255501656f,0.16610526709736126f,0.23034137705505672f,-0.9588283945831467f,-0.09205923724926439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9396201885860072f,0.3313638888145553f,-0.0855094988366298f,0.016159219210221884f,0.18580263600810776f,0.7038030432613098f,0.6856665784100588f,1.4995675452662933f,0.28738698936109686f,0.6283782694252038f,-0.7228758322562395f,-0.15163580054046077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9960289761630714f,0.024787179191116393f,-0.0855094988366298f,0.04597227799005567f,-0.040778293340223606f,0.7267726426081964f,0.6856665784100588f,1.506555268958322f,0.07914170478200973f,0.6864307115099428f,-0.7228758322562395f,-0.1485343704196888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9798886375345592f,0.18029526793394698f,-0.0855094988366298f,0.11048325696226664f,0.07341604467078089f,0.724203995871564f,0.6856665784100588f,1.6036360719183476f,0.1855487602102564f,0.6655991201348496f,-0.7228758322562395f,-0.10731185448563142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9798886375345592f,0.1133855327946051f,-0.1642010322243708f,0.08497151208348054f,0.07341604467078089f,0.9700123471520046f,0.23170267749328377f,1.3853832938091468f,0.1855487602102564f,0.21498783064523047f,-0.9588283945831467f,-0.1556841163808082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9642971039130003f,-0.10540087480681146f,-0.24294392557740396f,-0.21522550676426383f,-0.16299752663732164f,0.9592506355065704f,0.2308029995263413f,1.475451429032343f,0.2087172769444732f,0.2621619229983629f,-0.9421826916446112f,-0.03372472553391535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689133358697042f,0.046746086455258656f,-0.24294392557740396f,-0.10315013437174633f,-0.010930896600556156f,0.9729390992807061f,0.2308029995263413f,1.4865151841890358f,0.24715878109698966f,0.22628369913002097f,-0.9421826916446112f,-0.05991336524489089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712376319773103f,-0.06405514881610475f,-0.229334690226432f,-0.0975581115162373f,-0.20763516724889997f,0.6992851778296838f,0.6840233017881985f,1.4982682664036862f,0.11655513524777954f,0.711967118607211f,-0.6924721817297195f,-0.1275967434823304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9434960083244878f,0.23920886717365752f,-0.229334690226432f,-0.12371133213788058f,0.01861822503977914f,0.7292225204333307f,0.6840233017881985f,1.5046165466319916f,0.33086045997085567f,0.6411034499660382f,-0.6924721817297195f,-0.11266442905158815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9693005179893404f,0.08866851574455806f,-0.229334690226432f,-0.1681304161380042f,-0.0956865310849106f,0.7231571132054967f,0.6840233017881985f,1.6004527677202987f,0.22649634344627484f,0.6849683817052796f,-0.6924721817297195f,-0.04841485134594799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9693005179893404f,-0.03787815796256823f,-0.24294392557740396f,-0.15960783059642636f,-0.0956865310849106f,0.9682840818574785f,0.2308029995263413f,1.3825888493023664f,0.22649634344627484f,0.2469639284810286f,-0.9421826916446112f,-0.10398173525417934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9783173707196277f,-0.06074252373635644f,-0.19800370693088754f,-2.478526952653266e-18f,-0.011177778027121497f,0.9701172316624838f,-0.24237907110535606f,0.8943753363007758f,0.20680952450651546f,-0.23491041407663688f,-0.9497615058169772f,0.020238708453563205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.6094052070753755e-18f,1.22286195416438e-16f,0f,0f,0.9985425634687357f,0.05396988920950188f,0.519921875f,-1.2246467991473532e-16f,0.05396988920950188f,-0.9985425634687357f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4046179397838259f,-0.6466391276458194f,-0.646639127645819f,0.3722822001282503f,-0.9144858242778244f,0.2861080890108734f,0.2861080890108734f,0.10907221940251223f,-4.9551406483385884e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4046179397838259f,-0.6466391276458191f,0.6466391276458193f,0.15f,-0.9144858242778244f,0.2861080890108735f,-0.28610808901087337f,0.20742187499999998f,-4.9551406483385884e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4046179397838259f,0.6466391276458192f,0.6466391276458192f,-0.36748967286718226f,0.9144858242778244f,0.2861080890108734f,0.2861080890108734f,0.10013134162092244f,-4.9551406483385884e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4046179397838259f,0.6466391276458193f,-0.6466391276458191f,-0.125f,0.9144858242778244f,0.2861080890108735f,-0.28610808901087337f,0.20742187499999998f,-4.9551406483385884e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3824218750000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3824218750000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3824218750000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3824218750000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3824218750000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3824218750000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4511718750000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4511718750000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.296484375f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.519921875f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06099720869406729f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032579239944067154f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.020791662431286106f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.1066851175547904f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.012982851195209782f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06350741398439982f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6860443749999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96.mcfunction new file mode 100644 index 000000000..60d067e68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..e1c137346 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7826238824155306f,-0.13799770621666724f,-0.18815136511921546f,0.027690148901787393f,-0.15233012734781798f,0.8010066544035431f,0.04613367910631974f,0.6684340289544676f,0.1767479431831768f,0.07930584546315442f,-0.7933569133122463f,-0.3503504703986258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7600257526449623f,0.1684936528325714f,-0.1843115413412723f,0.027690148901787393f,0.1624136708698171f,0.7820354638969954f,0.04519217545108873f,0.6684340289544676f,0.18969094556949567f,0.005515628934958522f,-0.7771659558977108f,-0.3503504703986258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7826238824155306f,0.13799770621666724f,0.18815136511921565f,-0.027690148901787295f,0.15233012734781798f,0.8010066544035431f,0.04613367910631974f,0.6684340289544676f,-0.17674794318317696f,0.07930584546315446f,-0.7933569133122463f,-0.3503504703986258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7600257526449623f,-0.1684936528325714f,0.18431154134127248f,-0.027690148901787295f,-0.1624136708698171f,0.7820354638969954f,0.04519217545108873f,0.6684340289544676f,-0.18969094556949584f,0.005515628934958487f,-0.7771659558977108f,-0.3503504703986258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08055344616987473f,0.5226153696383383f,1.4703028829897395f,-0.5226139726481807f,1.5382486248450122f,-0.27390914362552055f,0.013084311245256556f,0.3169358122180802f,0.26212317805296403f,1.4468079369619582f,-0.5286250874403305f,0.13295209254065793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3817026907832528f,-0.90630778703665f,-0.1814090709020769f,-0.45191220411638133f,-0.8421024118566421f,0.4219055440672289f,-0.33594529291323905f,0.5315749524858497f,0.38100732774324814f,0.02453379387836015f,-0.9242464547748525f,0.02685859477245331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4220695494341006f,-0.90630778703665f,-0.02152883176639198f,-0.2984375f,-0.9065618803716754f,0.4219055440672289f,0.011885661206169615f,0.8675801533673517f,-0.0016889338256994915f,0.02453379387836015f,-0.9996975744996417f,0.020046047380269646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08821219851767538f,0.9929655081065369f,-0.0789816924572084f,0.34673188616657913f,-0.6997984670602463f,-0.11820428786563793f,-0.7044926201389954f,1.0732117397896588f,-0.7088728472249504f,-0.006873575554560125f,0.7053028005234974f,0.27800850793458887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08278383638287382f,0.9929655081065369f,-0.08465421516061913f,0.2984375f,-0.6515704642016126f,-0.11820428786563793f,-0.7493221446816266f,0.8675801533673517f,-0.754057535347157f,-0.006873575554560125f,0.6567724014795896f,0.020046047380269723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.909404489362425e-18f,1.2214016676860854e-16f,-0.15625000000000003f,0f,0.9973501490686725f,-0.07275080860510558f,0.510876795229884f,-1.2246467991473532e-16f,-0.07275080860510558f,-0.9973501490686725f,0.20590217305199301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.10930758654942e-18f,1.2225815135302188e-16f,-0.15625000000000003f,0f,0.9983135663126934f,0.05805190191571313f,0.6984234133004873f,-1.2246467991473532e-16f,0.05805190191571313f,-0.9983135663126934f,0.2105474448717349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.909404489362425e-18f,1.2214016676860854e-16f,0.15624999999999997f,0f,0.9973501490686725f,-0.07275080860510558f,0.510876795229884f,-1.2246467991473532e-16f,-0.07275080860510558f,-0.9973501490686725f,0.20590217305199304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.10930758654942e-18f,1.2225815135302188e-16f,0.15624999999999997f,0f,0.9983135663126934f,0.05805190191571313f,0.6984234133004873f,-1.2246467991473532e-16f,0.05805190191571313f,-0.9983135663126934f,0.21054744487173493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9754577437121731f,-0.07140956551348575f,-0.2082855352278009f,0.25472271086512716f,-0.012782257683757247f,0.9627192808926257f,-0.2702002962361287f,1.3972681407467102f,0.21981538645068124f,-0.2609066119337738f,-0.940004753035205f,-0.15513800803261607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9754577437121731f,-0.07140956551348575f,-0.2082855352278009f,0.2807018030159131f,-0.012782257683757247f,0.9627192808926257f,-0.2702002962361287f,1.2520762875261358f,0.21981538645068124f,-0.2609066119337738f,-0.940004753035205f,-0.21889320412984534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9754577437121731f,-0.07140956551348575f,-0.2082855352278009f,-0.31835871356577455f,-0.012782257683757247f,0.9627192808926257f,-0.2702002962361287f,1.3897585643575028f,0.21981538645068124f,-0.2609066119337738f,-0.940004753035205f,-0.025996468492840846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9754577437121731f,-0.07140956551348575f,-0.2082855352278009f,-0.3655389521934016f,-0.012782257683757247f,0.9627192808926257f,-0.2702002962361287f,1.2436080418106465f,0.21981538645068124f,-0.2609066119337738f,-0.940004753035205f,-0.07326551060626904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9680196794597299f,0.17644174635749107f,-0.17834295702662412f,0.15585982120550648f,0.1391129323510982f,0.9691023637198823f,0.20368652553670735f,1.4798616886335423f,0.20877138748248117f,0.17236275344416996f,-0.9626554882167264f,-0.13027350408767477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.983703321071216f,0.022837814966839926f,-0.17834295702662412f,0.042782087798793667f,-0.014200788528563199f,0.978933162641838f,0.20368652553670735f,1.4880910548086392f,0.17923759013841642f,0.20289972224620978f,-0.9626554882167264f,-0.10758332196067205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9372823507891587f,0.3338569699888949f,-0.10020637948245989f,0.009172802775164787f,0.1866500179689892f,0.7234924211953557f,0.6646205588642727f,1.4974966911516339f,0.29438676208573755f,0.6042335972641013f,-0.7404310867636225f,-0.16701727956049026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945759647435647f,0.02788067189694307f,-0.10020637948245989f,0.03896723955694717f,-0.046056737594827646f,0.745760209220808f,0.6646205588642727f,1.5047922474912958f,0.0932599982657567f,0.6656308124459924f,-0.7404310867636225f,-0.16450092911764969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.977969586220219f,0.18312337354710023f,-0.10020637948245989f,0.10323531101237625f,0.07117289664948671f,0.7437835246343276f,0.6646205588642727f,1.6034655257812245f,0.1962394129902937f,0.6428467146554191f,-0.7404310867636225f,-0.1268333877302938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.977969586220219f,0.10848630377726615f,-0.17834295702662412f,0.0788258926624914f,0.07117289664948671f,0.9764457066817929f,0.20368652553670735f,1.3837652417778215f,0.1962394129902937f,0.18650604224914796f,-0.9626554882167264f,-0.168797247236352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9602169582960178f,-0.10958353140216713f,-0.2568556844731562f,-0.22047872193734724f,-0.1643802673411911f,0.9653543297040993f,0.20265770607205574f,1.4749302026047624f,0.22574880001803302f,0.23681737218155982f,-0.9449629683344415f,-0.045467162828424584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9655377352628218f,0.04197664990643362f,-0.2568556844731562f,-0.108840231578758f,-0.01134178533527469f,0.9791839551764627f,0.20265770607205574f,1.4861042177883934f,0.2600158566106102f,0.19858686458981092f,-0.9449629683344415f,-0.07341585653906438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9679900219485016f,-0.060406255639328194f,-0.2436111690538337f,-0.10421213157370396f,-0.21161643254005683f,0.7183260527107191f,0.6627414031702388f,1.4960109113137623f,0.13495852284001553f,0.6930791919230251f,-0.7081154078511268f,-0.1414664514264774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.939279777641921f,0.2416756041166914f,-0.2436111690538337f,-0.130220384453634f,0.020715770667531636f,0.7485617471989825f,0.6627414031702388f,1.5025752372507744f,0.34252643132843563f,0.617453004693668f,-0.7081154078511268f,-0.12637519461578484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9655220787769881f,0.09176444685382143f,-0.2436111690538337f,-0.17456397280268995f,-0.09664013131788961f,0.7425863704262314f,0.6627414031702388f,1.599825284004503f,0.24171843209201985f,0.663434072648374f,-0.7081154078511268f,-0.06423246286075943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9655220787769881f,-0.04233524238728045f,-0.2568556844731562f,-0.16503854326555187f,-0.09664013131788961f,0.9744693628783172f,0.20265770607205574f,1.380569677356882f,0.24171843209201985f,0.22049305672409936f,-0.9449629683344415f,-0.1138434006236817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9754577437121731f,-0.07140956551348575f,-0.2082855352278009f,-2.6659903449560323e-18f,-0.012782257683757247f,0.9627192808926257f,-0.2702002962361287f,0.89721758736726f,0.21981538645068124f,-0.2609066119337738f,-0.940004753035205f,0.021769463218392425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.10930758654942e-18f,1.2225815135302188e-16f,0f,0f,0.9983135663126934f,0.05805190191571313f,0.5228499999999999f,-1.2246467991473532e-16f,0.05805190191571313f,-0.9983135663126934f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.40928615402951074f,-0.6451685222171537f,-0.6451685222171533f,0.37177667951214644f,-0.9124060741357061f,0.28940901496002874f,0.28940901496002885f,0.11086565110749f,-1.0563424907801492e-16f,0.7071067811865474f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.40928615402951074f,-0.6451685222171534f,0.6451685222171536f,0.15f,-0.9124060741357061f,0.2894090149600289f,-0.2894090149600287f,0.21034999999999993f,-1.0563424907801492e-16f,-0.7071067811865476f,-0.7071067811865475f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.40928615402951074f,0.6451685222171535f,0.6451685222171535f,-0.3669381958314326f,0.9124060741357061f,0.28940901496002874f,0.28940901496002885f,0.1018216193899891f,5.3880533845007365e-18f,0.7071067811865476f,-0.7071067811865475f,0.2267766952966368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.40928615402951074f,0.6451685222171536f,-0.6451685222171534f,-0.125f,0.9124060741357061f,0.2894090149600289f,-0.2894090149600287f,0.21034999999999993f,5.3880533845007365e-18f,-0.7071067811865474f,-0.7071067811865477f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.38535f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.38535f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.38535f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.38535f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.38535f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.38535f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.45410000000000006f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.45410000000000006f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.29941249999999997f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.5228499999999999f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.061363224319067336f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.032213224319067105f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.021157678056286155f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10705113317979045f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013348866820209832f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06387342960939987f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6889724999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97.mcfunction new file mode 100644 index 000000000..81ea97b04 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..2424a41fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7808743185925238f,-0.13768921091019967f,-0.19550300306141732f,0.02790768608526581f,-0.15343090136706206f,0.8006285439347111f,0.04896261417775594f,0.6723284247090062f,0.1834085644477838f,0.08354675505580968f,-0.7914074062398532f,-0.3489102746117336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7583267071759215f,0.1681169835204974f,-0.19151314585608228f,0.02790768608526581f,0.16127569941023281f,0.7821059156097404f,0.047963377153720115f,0.6723284247090062f,0.19730877822201542f,0.006856866647279747f,-0.7752562346839379f,-0.3489102746117336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7808743185925238f,0.13768921091019967f,0.1955030030614175f,-0.027907686085265712f,0.15343090136706206f,0.8006285439347111f,0.04896261417775594f,0.6723284247090062f,-0.18340856444778397f,0.0835467550558097f,-0.7914074062398532f,-0.3489102746117336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7583267071759215f,-0.1681169835204974f,0.19151314585608245f,-0.027907686085265712f,-0.16127569941023281f,0.7821059156097404f,0.047963377153720115f,0.6723284247090062f,-0.1973087782220156f,0.006856866647279712f,-0.7752562346839379f,-0.3489102746117336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08038314189721657f,0.5211864667054688f,1.4708193184146723f,-0.52275487608559f,1.5366967354483327f,-0.282332127201946f,0.01606123320487188f,0.318880191663928f,0.27112348434093453f,1.4457038032988268f,-0.5271041826490638f,0.13081282691902274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3821216816442318f,-0.9063077870366499f,-0.18052483367701716f,-0.45193752742500204f,-0.8442756736588993f,0.42181176487550603f,-0.33056530652871396f,0.5341270089093477f,0.37574141012829043f,0.026096554740831272f,-0.9263570383742235f,0.02603572220857093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42211826357855753f,-0.9063077870366499f,-0.020551562231465675f,-0.2984375f,-0.9065108808138619f,0.42181176487550603f,0.017687791797937474f,0.8701566533606413f,-0.007361692706150398f,0.026096554740831272f,-0.9996323200613109f,0.021322946438297477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.12039166302070503f,0.9888905527884744f,-0.08718556119458509f,0.35768294035441306f,-0.7631803575101308f,-0.1483618009251516f,-0.6289233005199877f,1.1033264961978582f,-0.634871317186261f,-0.009178814299867099f,0.7725633695576247f,0.25215433579745583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11625717940358575f,0.9888905527884744f,-0.0926269012912999f,0.2984375f,-0.7334670352714863f,-0.1483618009251516f,-0.6633361773613002f,0.8701566533606413f,-0.669709173005103f,-0.009178814299867099f,0.742566746468538f,0.021322946438297553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.45688086673143e-18f,1.2217233317173118e-16f,-0.15625000000000003f,0f,0.9976128076829361f,-0.06905567280802466f,0.5127672474893427f,-1.2246467991473532e-16f,-0.06905567280802466f,-0.9976128076829361f,0.20585640607965913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.562158364974194e-18f,1.2223097638275507e-16f,-0.15625000000000003f,0f,0.9980916658407717f,0.06174970914258105f,0.7002953705166285f,-1.2246467991473532e-16f,0.06174970914258105f,-0.9980916658407717f,0.21119640363238829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.45688086673143e-18f,1.2217233317173118e-16f,0.15624999999999997f,0f,0.9976128076829361f,-0.06905567280802466f,0.5127672474893427f,-1.2246467991473532e-16f,-0.06905567280802466f,-0.9976128076829361f,0.2058564060796592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.562158364974194e-18f,1.2223097638275507e-16f,0.15624999999999997f,0f,0.9980916658407717f,0.06174970914258105f,0.7002953705166285f,-1.2246467991473532e-16f,0.06174970914258105f,-0.9980916658407717f,0.21119640363238834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9726974552906329f,-0.08176732200128481f,-0.2171952244499527f,0.24883079338206168f,-0.014330677476055965f,0.9552525644870478f,-0.2954440213035221f,1.3970417492004852f,0.23163396157343677f,-0.2842650929918356f,-0.9303435197560838f,-0.16933260253178106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9726974552906329f,-0.08176732200128481f,-0.2171952244499527f,0.27516581091343795f,-0.014330677476055965f,0.9552525644870478f,-0.2954440213035221f,1.2504747020477511f,0.23163396157343677f,-0.2842650929918356f,-0.9303435197560838f,-0.2297054444439383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9726974552906329f,-0.08176732200128481f,-0.2171952244499527f,-0.32262896160118515f,-0.014330677476055965f,0.9552525644870478f,-0.2954440213035221f,1.3886224761833024f,0.23163396157343677f,-0.2842650929918356f,-0.9303435197560838f,-0.03324765010738695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9726974552906329f,-0.08176732200128481f,-0.2171952244499527f,-0.3692462532166063f,-0.014330677476055965f,0.9552525644870478f,-0.2954440213035221f,1.240980628219864f,0.23163396157343677f,-0.2842650929918356f,-0.9303435197560838f,-0.07624794490153648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9665434816855103f,0.17107385890395788f,-0.19112151320811624f,0.14964036294158134f,0.13728618663769837f,0.9744208514408862f,0.17792275637393218f,1.479514721766614f,0.2166707201486405f,0.1457317366839744f,-0.9653062001009536f,-0.1453894204969809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9814055751390173f,0.01776694332446191f,-0.19112151320811624f,0.036776194313122915f,-0.016837038752378658f,0.9839004049650317f,0.17792275637393218f,1.4874904882302618f,0.1912056777716229f,0.17783230537377642f,-0.9653062001009536f,-0.12157330800723448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.935170040024065f,0.3353864154565941f,-0.11389885235842223f,0.0024042512425102858f,0.18720040705974028f,0.7409879755717159f,0.6448975326784852f,1.4951415790853666f,0.3006875518508479f,0.5817669399212257f,-0.755734228268534f,-0.1808225754210234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9930396624674707f,0.029988000899131617f,-0.11389885235842223f,0.03216975300574454f,-0.050939710091877366f,0.7625695497992022f,0.6448975326784852f,1.5027159000274866f,0.10619498435541797f,0.6462108026960831f,-0.755734228268534f,-0.178845154866701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9761225394893701f,0.184964427207659f,-0.11389885235842223f,0.0961218336018979f,0.06897960184776414f,0.7611497795270825f,0.6448975326784852f,1.6027785055949628f,0.2059771891005093f,0.6216423198219507f,-0.755734228268534f,-0.14444674086662274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9761225394893701f,0.10323446657905919f,-0.19112151320811624f,0.07289407862160961f,0.06897960184776414f,0.9816238114946206f,0.17792275637393218f,1.3819131480086735f,0.2059771891005093f,0.1604909268990331f,-0.9653062001009536f,-0.18055719941890513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9562367543967711f,-0.11414204267558689f,-0.2694120703208628f,-0.2256332412739712f,-0.16561436131396173f,0.9702187873002354f,0.17676930756279252f,1.4739858443566458f,0.24121184230318699f,0.21365181689727114f,-0.9466624257195366f,-0.056023388802760296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9623196425507818f,0.03685162040347573f,-0.2694120703208628f,-0.1144170738468617f,-0.011799716741616575f,0.9841815780579255f,0.17676930756279252f,1.4852629693334387f,0.2716646319375288f,0.17328756298433437f,-0.9466624257195366f,-0.08556879758454802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9647109138599868f,-0.05776114911531387f,-0.2568978441565979f,-0.11065983361443767f,-0.21519120835661307f,0.7351957624660556f,0.6427907394307856f,1.4934758145401863f,0.15174187466039143f,0.6753893991652768f,-0.7216810673488091f,-0.15389798366369747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9353437776588505f,0.2431779497869066f,-0.2568978441565979f,-0.13653911460289653f,0.022528983837473315f,0.7657104610681996f,0.6427907394307856f,1.5002303251389129f,0.35302190085336316f,0.5954426710844309f,-0.7216810673488091f,-0.13866955540953818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618695561263523f,0.0938640222075866f,-0.2568978441565979f,-0.1808913514287056f,-0.09753189169118365f,0.7598076042033031f,0.6427907394307856f,1.5986972914520694f,0.2555278597343804f,0.6433365759303993f,-0.7216810673488091f,-0.078480020065917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618695561263523f,-0.04716029434514221f,-0.2694120703208628f,-0.17028028520104863f,-0.09753189169118365f,0.9794080569440452f,0.17676930756279252f,1.3783304786396595f,0.2555278597343804f,0.1963052842650178f,-0.9466624257195366f,-0.12264870902554594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9726974552906329f,-0.08176732200128481f,-0.2171952244499527f,-2.835809386865323e-18f,-0.014330677476055965f,0.9552525644870478f,-0.2954440213035221f,0.8997874996902894f,0.23163396157343677f,-0.2842650929918356f,-0.9303435197560838f,0.023156140928467895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.562158364974194e-18f,1.2223097638275507e-16f,0f,0f,0.9980916658407717f,0.06174970914258105f,0.525503125f,-1.2246467991473532e-16f,0.06174970914258105f,-0.9980916658407717f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41350671721454924f,-0.6438214794562416f,-0.6438214794562411f,0.3713136335630829f,-0.9105010679941277f,0.29239340380859596f,0.29239340380859574f,0.11249289244079513f,4.871183464985081e-18f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41350671721454924f,-0.6438214794562412f,0.6438214794562415f,0.15f,-0.9105010679941277f,0.2923934038085958f,-0.2923934038085959f,0.21300312499999996f,4.871183464985081e-18f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41350671721454924f,0.6438214794562414f,0.6438214794562414f,-0.36643305479609056f,0.9105010679941277f,0.29239340380859596f,0.29239340380859574f,0.10335559857177654f,-1.0615111899753058e-16f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41350671721454924f,0.6438214794562415f,-0.6438214794562412f,-0.125f,0.9105010679941277f,0.2923934038085958f,-0.2923934038085959f,0.21300312499999996f,-1.0615111899753058e-16f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.38800312500000006f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.38800312500000006f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.38800312500000006f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.38800312500000006f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.38800312500000006f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.38800312500000006f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4567531250000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4567531250000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.302065625f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.525503125f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06169486494406724f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.0318815836940672f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.021489318681286063f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10738277380479036f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013680507445209739f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06420507023439978f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6916256249999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98.mcfunction new file mode 100644 index 000000000..db1bf93c5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..48747295e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7792882339752134f,-0.1374095413984812f,-0.20192303178413404f,0.028104896599035548f,-0.15443556342680456f,0.8002810355461668f,0.051423392912610985f,0.6757295889828384f,0.18921931608924802f,0.08725437824120011f,-0.7896373650865968f,-0.3476479774588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7567864204786778f,0.16777551018077855f,-0.19780215358445785f,0.028104896599035548f,0.1602361835731809f,0.7821680331325197f,0.05037393591439444f,0.6757295889828384f,0.20395754277047917f,0.008034060566433958f,-0.7735223168195234f,-0.3476479774588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7792882339752134f,0.1374095413984812f,0.2019230317841342f,-0.02810489659903545f,0.15443556342680456f,0.8002810355461668f,0.051423392912610985f,0.6757295889828384f,-0.1892193160892482f,0.08725437824120014f,-0.7896373650865968f,-0.3476479774588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7567864204786778f,-0.16777551018077855f,0.19780215358445802f,-0.02810489659903545f,-0.1602361835731809f,0.7821680331325197f,0.05037393591439444f,0.6757295889828384f,-0.2039575427704793f,0.008034060566433923f,-0.7735223168195234f,-0.3476479774588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08023142528038177f,0.5199358809007193f,1.4712701479162384f,-0.5228770955757284f,1.5352955406512192f,-0.2896995875534239f,0.018654807097782243f,0.32059487546704f,0.2789924214991475f,1.4446961890734566f,-0.5257588801177523f,0.12893737905518154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.38248667968210837f,-0.9063077870366499f,-0.17975020173142092f,-0.4519590039299278f,-0.8461513420061548f,0.42172494465371957f,-0.3258465551114513f,0.5363670079985441f,0.37112241415325364f,0.027463907470486743f,-0.9281777240914121f,0.02531526762509984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.422159038983398f,-0.9063077870366499f,-0.019696216929758783f,-0.2984375f,-0.9064379844208349f,0.42172494465371957f,0.022765136852461475f,0.8724075893820177f,-0.012325834807750666f,0.027463907470486743f,-0.9995468010967494f,0.022440181617663337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.15086950236818725f,0.9845031799744366f,-0.08939732588504905f,0.36823537982879123f,-0.8120585299797528f,-0.17499604146454026f,-0.5567201535411339f,1.1267994379554946f,-0.563736939664502f,-0.01139623148075781f,0.8258757707825909f,0.2263381253929129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14831456078212918f,0.9845031799744366f,-0.09357499495178308f,0.2984375f,-0.7961973815752564f,-0.17499604146454026f,-0.5791771016230236f,0.8724075893820177f,-0.5865769520128706f,-0.01139623148075781f,0.8098133150765845f,0.022440181617663413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.060760634872317e-18f,1.221991078715629e-16f,-0.15625000000000003f,0f,0.9978314396987171f,-0.06582110564845745f,0.5144218145994046f,-1.2246467991473532e-16f,-0.06582110564845745f,-0.9978314396987171f,0.20581403528699704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.958384532953986e-18f,1.2220581795579218e-16f,-0.15625000000000003f,0f,0.9978862316945312f,0.06498514133621974f,0.7019316401754806f,-1.2246467991473532e-16f,0.06498514133621974f,-0.9978862316945312f,0.21176196033944744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.060760634872317e-18f,1.221991078715629e-16f,0.15624999999999997f,0f,0.9978314396987171f,-0.06582110564845745f,0.5144218145994046f,-1.2246467991473532e-16f,-0.06582110564845745f,-0.9978314396987171f,0.20581403528699707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.958384532953986e-18f,1.2220581795579218e-16f,0.15624999999999997f,0f,0.9978862316945312f,0.06498514133621974f,0.7019316401754806f,-1.2246467991473532e-16f,0.06498514133621974f,-0.9978862316945312f,0.21176196033944747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9701265964901058f,-0.09145018755572157f,-0.2247025811568409f,0.24330761739557885f,-0.015765345301297747f,0.9480367263403615f,-0.3177700731619978f,1.3965208348977456f,0.24208643223042092f,-0.30473468576103035f,-0.9211573864568812f,-0.18181737419738428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9701265964901058f,-0.09145018755572157f,-0.2247025811568409f,0.2700527712249691f,-0.015765345301297747f,0.9480367263403615f,-0.3177700731619978f,1.248816500195062f,0.24208643223042092f,-0.30473468576103035f,-0.9211573864568812f,-0.23916228466622882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9701265964901058f,-0.09145018755572157f,-0.2247025811568409f,-0.32664175804235834f,-0.015765345301297747f,0.9480367263403615f,-0.3177700731619978f,1.3872586945332332f,0.24208643223042092f,-0.30473468576103035f,-0.9211573864568812f,-0.03959159526201198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9701265964901058f,-0.09145018755572157f,-0.2247025811568409f,-0.3726560989497259f,-0.015765345301297747f,0.9480367263403615f,-0.3177700731619978f,1.238371958932952f,0.24208643223042092f,-0.30473468576103035f,-0.9211573864568812f,-0.078780023313575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9651994033945356f,0.16567859788668796f,-0.20233811773646004f,0.14378939723449702f,0.13551516861057206f,0.9785983317862321f,0.15485781898777945f,1.4788315683674969f,0.2236643707953518f,0.12204879035658159f,-0.9669944891307367f,-0.1586899949153556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9792340399111854f,0.012648367091657717f,-0.20233811773646004f,0.03112377506538322f,-0.019239754511795396f,0.9877494053375453f,0.15485781898777945f,1.486569365837622f,0.2018180540128775f,0.15553498341286662f,-0.9669944891307367f,-0.13387619438907947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9333131378271402f,0.33613357869963756f,-0.12625689695946268f,-0.003911743906502188f,0.18751954506500018f,0.7561593069050997f,0.6269445930857167f,1.4926509196571867f,0.3062074574171459f,0.5614599895374327f,-0.7687650311836204f,-0.19291831887917185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9915045296726352f,0.03127240970590625f,-0.12625689695946268f,0.025818318371095134f,-0.05532439102168622f,0.7770969623918659f,0.6269445930857167f,1.5004710558397376f,0.11771991928610044f,0.6286034898348253f,-0.7687650311836204f,-0.19142349713175968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9744053809220652f,0.18599287513314222f,-0.12625689695946268f,0.08941352169721188f,0.06692149163351413f,0.7761842507794982f,0.6269445930857167f,1.6017167170516755f,0.21460584238941519f,0.6024488851691708f,-0.7687650311836204f,-0.15994952803160706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9744053809220652f,0.09794610630847686f,-0.20233811773646004f,0.06737564777780462f,0.06692149163351413f,0.9856675757352952f,0.15485781898777945f,1.3799415125112344f,0.21460584238941519f,0.13735352344630597f,-0.9669944891307367f,-0.19085407080702585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524988861230407f,-0.1187834723688025f,-0.28042175134318037f,-0.23049235135034984f,-0.16667932370881955f,0.9739755920541958f,0.15358889650833835f,1.4727491858951864f,0.2548801188447956f,0.19303376071218334f,-0.947509415384868f,-0.06529132561622661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9593538732092178f,0.031682602988002725f,-0.28042175134318037f,-0.11966988626730335f,-0.012263873940243517f,0.9880587271338322f,0.15358889650833835f,1.4841188463396948f,0.281939254724222f,0.1507851597557792f,-0.947509415384868f,-0.09624698227690051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9615463927523886f,-0.05597488900737374f,-0.26887793956641626f,-0.1166769981291177f,-0.21831255177682662f,0.7497872257650411f,0.6246268852813285f,1.4908183926681935f,0.16663782380227976f,0.659307157461661f,-0.7331752231208204f,-0.16477875629726113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9317821545087881f,0.24389889330105508f,-0.26887793956641626f,-0.14244464833109288f,0.024069419970269026f,0.7805523154831078f,0.6246268852813285f,1.4977366459378976f,0.3622191043570945f,0.5755444488833851f,-0.7331752231208204f,-0.14943497580597184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.958464562880402f,0.09513325032289363f,-0.26887793956641626f,-0.18686751195299636f,-0.09833219843899099f,0.7747077080640808f,0.6246268852813285f,1.5972269258105594f,0.26772459814636884f,0.6251220934738273f,-0.7331752231208204f,-0.09100606233208287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.958464562880402f,-0.05205115825899806f,-0.28042175134318037f,-0.1751560013447218f,-0.09833219843899099f,0.9832299983317768f,0.15358889650833835f,1.37600017618591f,0.26772459814636884f,0.17478400185483484f,-0.947509415384868f,-0.13033246274942065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9701265964901058f,-0.09145018755572157f,-0.2247025811568409f,-2.9843941998577446e-18f,-0.015765345301297747f,0.9480367263403615f,-0.3177700731619978f,0.9020323368854491f,0.24208643223042092f,-0.30473468576103035f,-0.9211573864568812f,0.024369428001082404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.958384532953986e-18f,1.2220581795579218e-16f,0f,0f,0.9978862316945312f,0.06498514133621974f,0.527825f,-1.2246467991473532e-16f,0.06498514133621974f,-0.9978862316945312f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41719305939785634f,-0.6426312905509104f,-0.64263129055091f,0.3709045061268753f,-0.9088178867024221f,0.2950000413641864f,0.2950000413641863f,0.11391873578106093f,-1.0660256571306546e-16f,0.7071067811865472f,-0.7071067811865478f,0.22967960838455734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41719305939785634f,-0.6426312905509101f,0.6426312905509103f,0.15f,-0.9088178867024221f,0.29500004136418634f,-0.29500004136418634f,0.215325f,-1.0660256571306546e-16f,-0.7071067811865477f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41719305939785634f,0.6426312905509102f,0.6426312905509102f,-0.3659867339565913f,0.9088178867024221f,0.2950000413641864f,0.2950000413641863f,0.10469998448843013f,4.41973674945019e-18f,0.7071067811865475f,-0.7071067811865476f,0.22677669529663685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41719305939785634f,0.6426312905509103f,-0.6426312905509101f,-0.125f,0.9088178867024221f,0.29500004136418634f,-0.29500004136418634f,0.215325f,4.41973674945019e-18f,-0.7071067811865475f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3903250000000001f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.3903250000000001f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.3903250000000001f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3903250000000001f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.3903250000000001f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.3903250000000001f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.4590750000000001f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.4590750000000001f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.30438750000000003f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.527825f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06198509931906744f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.031591349319067f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.02177955305628626f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10767300817979056f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.013970741820209936f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.06449530460939998f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.6939474999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99.mcfunction new file mode 100644 index 000000000..d28c4d7e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..3fcdc04a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7779277596169542f,-0.13716965306255807f,-0.20726150520655806f,0.028274055195137343f,-0.15530188067099107f,0.799979711243941f,0.053462434498986175f,0.6785581429169727f,0.1940468271367607f,0.09034042462376737f,-0.7881173015493302f,-0.3465950431040871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7554652295831242f,0.16748260921090186f,-0.20303167856968954f,0.028274055195137343f,0.1593391864249723f,0.7822200865866072f,0.052371364407170135f,0.6785581429169727f,0.20948343743681824f,0.009017302942066784f,-0.7720332749870991f,-0.3465950431040871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7779277596169542f,0.13716965306255807f,0.20726150520655823f,-0.028274055195137246f,0.15530188067099107f,0.799979711243941f,0.053462434498986175f,0.6785581429169727f,-0.19404682713676086f,0.0903404246237674f,-0.7881173015493302f,-0.3465950431040871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7554652295831242f,-0.16748260921090186f,0.2030316785696897f,-0.028274055195137246f,-0.1593391864249723f,0.7822200865866072f,0.052371364407170135f,0.6785581429169727f,-0.20948343743681838f,0.009017302942066749f,-0.7720332749870991f,-0.3465950431040871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08010312245295358f,0.5188939496396237f,1.4716449329918813f,-0.5229781392030385f,1.534097528144634f,-0.2958345584711996f,0.020807165945266135f,0.3220327181082146f,0.28554249055755365f,1.4438272864305972f,-0.5246279663196076f,0.12737264613367405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3827895638207596f,-0.90630778703665f,-0.17910428522691166f,-0.45197640781619675f,-0.8476952256038234f,0.4216492293500765f,-0.3219079555975118f,0.5382378577807915f,0.36726687070629666f,0.028602841558434417f,-0.9296757085868101f,0.024714852487328312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42219168589485334f,-0.90630778703665f,-0.018983559149743454f,-0.2984375f,-0.9063571100965949f,0.4216492293500765f,0.026994747004476974f,0.87428009899863f,-0.01646114633343084f,0.028602841558434417f,-0.9994553057121527f,0.02337078072529427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.17783871109344532f,0.9801794347289433f,-0.08730216819226985f,0.37763607335965754f,-0.8480340924875445f,-0.19765752022293398f,-0.49170080605806166f,1.144213378427954f,-0.4992109482127262f,-0.013408222617847349f,0.8663767360396869f,0.2023259113008815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17673446299965906f,0.9801794347289433f,-0.08951650865997529f,0.2984375f,-0.8418267569940657f,-0.19765752022293398f,-0.5022541347845481f,0.87428009899863f,-0.5099927850441383f,-0.013408222617847349f,0.8600741705045873f,0.023370780725294346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.730684429178685e-18f,1.2222043341796427e-16f,-0.15625000000000003f,0f,0.998005576000026f,-0.06312582888846881f,0.5158003566482405f,-1.2246467991473532e-16f,-0.06312582888846881f,-0.998005576000026f,0.20577708401728126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-8.288420433319483e-18f,1.2218387746891613e-16f,-0.15625000000000003f,0f,0.997707074023182f,0.06768008897822787f,0.7032934335837011f,-1.2246467991473532e-16f,0.06768008897822787f,-0.997707074023182f,0.21223143148805412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.730684429178685e-18f,1.2222043341796427e-16f,0.15624999999999997f,0f,0.998005576000026f,-0.06312582888846881f,0.5158003566482405f,-1.2246467991473532e-16f,-0.06312582888846881f,-0.998005576000026f,0.2057770840172813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-8.288420433319483e-18f,1.2218387746891613e-16f,0.15624999999999997f,0f,0.997707074023182f,0.06768008897822787f,0.7032934335837011f,-1.2246467991473532e-16f,0.06768008897822787f,-0.997707074023182f,0.21223143148805415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9678382768515903f,-0.1000907996049042f,-0.2308048996347245f,0.23836759995591617f,-0.01702649587488136f,0.9414038394092016f,-0.33685146516504416f,1.3957972674214871f,0.2509963511670379f,-0.3220879429287369f,-0.9128308653418594f,-0.19244551553845407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9678382768515903f,-0.1000907996049042f,-0.2308048996347245f,0.2655349259477084f,-0.01702649587488136f,0.9414038394092016f,-0.33685146516504416f,1.2471804562314222f,0.2509963511670379f,-0.3220879429287369f,-0.9128308653418594f,-0.2471747794669252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9678382768515903f,-0.1000907996049042f,-0.2308048996347245f,-0.33023738769439315f,-0.01702649587488136f,0.9414038394092016f,-0.33685146516504416f,1.3857942010949942f,0.2509963511670379f,-0.3220879429287369f,-0.9128308653418594f,-0.04498515922781931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9678382768515903f,-0.1000907996049042f,-0.2308048996347245f,-0.3756579324664701f,-0.01702649587488136f,0.9414038394092016f,-0.33685146516504416f,1.235900402714313f,0.2509963511670379f,-0.3220879429287369f,-0.9128308653418594f,-0.0808896968187626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9640249751718208f,0.16058995826882716f,-0.21181763984188517f,0.138541304370008f,0.13389775688130945f,0.9817661224514463f,0.13493209962349678f,1.4779285131507327f,0.22962412318204717f,0.10171600714670152f,-0.9679496970106496f,-0.17001834796495238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9772780322323416f,0.007806098122354679f,-0.21181763984188517f,0.0260521875709818f,-0.0213328048568021f,0.9906251763044064f,0.13493209962349678f,1.4854542028365705f,0.2108851800222671f,0.1363848411810044f,-0.9679496970106496f,-0.14435313373386666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9317405486610428f,0.3363042255798265f,-0.13696356390650882f,-0.009539582120460868f,0.1876790488565794f,0.7688929825478495f,0.6112120385013388f,1.4901810788791945f,0.31086351442571836f,0.5437858486994909f,-0.7795260266040295f,-0.20318618502225505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9900616412847787f,0.031920661310789356f,-0.13696356390650882f,0.020152728331952086f,-0.05910761607579901f,0.7892566969705571f,0.6112120385013388f,1.4982103320328073f,0.12760970252424533f,0.6132331837634097f,-0.7795260266040295f,-0.20210756609384675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9728788479915778f,0.18640742821199024f,-0.13696356390650882f,0.08338474862015216f,0.06508704593156829f,0.78878610563507f,0.6112120385013388f,1.6004315347524996f,0.22196942037695763f,0.585720710120832f,-0.7795260266040295f,-0.17315619555526554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9728788479915778f,0.09295178633245323f,-0.21181763984188517f,0.062470596695350225f,0.06508704593156829f,0.9887148248828358f,0.13493209962349678f,1.3779706991538618f,0.22196942037695763f,0.11748600118528707f,-0.9679496970106496f,-0.1995905458219551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9491498772267987f,-0.12320112724700816f,-0.28971709097914705f,-0.2348575942046203f,-0.1675548920777581f,0.976773586133724f,0.13356166954734933f,1.4713595698072768f,0.26653305367470603f,0.17531355816516583f,-0.9477474809369347f,-0.07318216849816943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9567371696474547f,0.026795436356927174f,-0.28971709097914705f,-0.124385784001379f,-0.012690959902621299f,0.9909592423326375f,0.13356166954734933f,1.482807653755318f,0.2906766721835923f,0.13146020168084002f,-0.9477474809369347f,-0.10533898969270965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9586494165115164f,-0.054879342727118405f,-0.279248194200014f,-0.12203884740234082f,-0.22093534560961978f,0.7620111660590801f,0.6087089254000134f,1.4882019586872548f,0.17938469634416188f,0.6452342524565172f,-0.7426263462700421f,-0.17401095423206553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9286884239586312f,0.24404560483906484f,-0.279248194200014f,-0.14771334228210417f,0.02535240009377515f,0.7929884614216315f,0.6087089254000134f,1.495257182702797f,0.36999333374362153f,0.5582213206344674f,-0.7426263462700421f,-0.1585736697636262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9554318720280328f,0.0957621216820091f,-0.279248194200014f,-0.1922445975932427f,-0.09901045576684388f,0.7871914467187782f,0.6087089254000134f,1.5955825821552072f,0.27811304816899646f,0.6092283990949184f,-0.7426263462700421f,-0.10167528616287252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9554318720280328f,-0.056691667003090515f,-0.28971709097914705f,-0.17948897251754736f,-0.09901045576684388f,0.986082253200293f,0.13356166954734933f,1.3737140751851415f,0.27811304816899646f,0.15629409718810294f,-0.9477474809369347f,-0.13684145803019562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9678382768515903f,-0.1000907996049042f,-0.2308048996347245f,-3.108157662494806e-18f,-0.01702649587488136f,0.9414038394092016f,-0.33685146516504416f,0.9038995277586933f,0.2509963511670379f,-0.3220879429287369f,-0.9128308653418594f,0.025380033366835454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.288420433319483e-18f,1.2218387746891613e-16f,0f,0f,0.997707074023182f,0.06768008897822787f,0.529759375f,-1.2246467991473532e-16f,0.06768008897822787f,-0.997707074023182f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4202589553469338f,-0.6416316741132347f,-0.6416316741132343f,0.3705608879764244f,-0.9074042155790901f,0.29716795718019134f,0.29716795718019134f,0.11510788971930924f,-5.146687844786329e-17f,0.7071067811865472f,-0.7071067811865477f,0.2296796083845573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4202589553469338f,-0.6416316741132344f,0.6416316741132346f,0.15f,-0.9074042155790901f,0.2971679571801914f,-0.2971679571801913f,0.21725937500000003f,-5.146687844786329e-17f,-0.7071067811865476f,-0.7071067811865474f,0.07500000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4202589553469338f,0.6416316741132345f,0.6416316741132345f,-0.36561187779246296f,0.9074042155790901f,0.29716795718019134f,0.29716795718019134f,0.10582139105742826f,-5.146687844786329e-17f,0.7071067811865475f,-0.7071067811865475f,0.22677669529663683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4202589553469338f,0.6416316741132346f,-0.6416316741132344f,-0.125f,0.9074042155790901f,0.2971679571801914f,-0.2971679571801913f,0.21725937500000003f,-5.146687844786329e-17f,-0.7071067811865474f,-0.7071067811865476f,0.04999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,9.71577628780522e-17f,0f,0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.39225937500000013f,-0.2082086712007016f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,9.71577628780522e-17f,0f,-0.27134282315430625f,0.7455082795475254f,-0.6087614290087207f,0.39225937500000013f,0.20820867120070138f,-0.5720486226585795f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.71577628780522e-17f,0f,0f,0.7933533402912352f,-0.6087614290087207f,0.39225937500000013f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,0.42261826174069944f,1.2060416625018976e-16f,0f,0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.39225937500000013f,0.07338689100003813f,0.1573786956242627f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9063077870366499f,-0.42261826174069944f,1.2060416625018976e-16f,0f,-0.4161977407267834f,0.8925389352890299f,0.17364817766693033f,0.39225937500000013f,-0.07338689100003835f,0.1573786956242626f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018976e-16f,0f,0f,0.984807753012208f,0.17364817766693033f,0.39225937500000013f,-1.2246467991473532e-16f,0.17364817766693033f,-0.984807753012208f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,0.6087614290087207f,1.2246467991473532e-16f,-0.19375f,0.6087614290087207f,0.7933533402912352f,0f,0.46100937500000017f,-9.71577628780522e-17f,7.455177354798984e-17f,-1f,0.024999999999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7933533402912352f,-0.6087614290087207f,1.2246467991473532e-16f,0.19375f,-0.6087614290087207f,0.7933533402912352f,0f,0.46100937500000017f,-9.71577628780522e-17f,-7.455177354798984e-17f,-1f,0.025000000000000026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0078125f,0f,0.9961946980917455f,-0.08715574274765818f,0.3063218750000001f,-1.2246467991473532e-16f,-0.08715574274765818f,-0.9961946980917455f,-9.567553118338697e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0.529759375f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01843751371997049f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.06222689619406736f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9589086775325761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,-0.01281248628002972f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,-0.03134955244406708f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.9598413224674237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.060000292692701684f,0.5637440874715304f,-0.8237673025300783f,0.10794009537951166f,-0.9981487854734341f,0.04210879871645967f,-0.043884520375240266f,0.022021349931286183f,0.009948212638374372f,0.8248754166003179f,0.5652270164754633f,0.8745909475286804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5526044122657853f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.10791480505479048f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5743192808433383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5511455877342151f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.014212538695209859f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.5769307191566616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.015560795003414448f,-0.9825228523609227f,-0.18549044786030844f,0.5796985671790464f,0.99949084116886f,0.020452904542427652f,-0.02448953072933152f,0.0647371014843999f,0.027855342008782303f,-0.18501492719327933f,0.9823408556286553f,-0.7229761283442983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,0.695881875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..e0745fd28 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7468710850952098f,-0.13169352341329335f,-0.3029601336548101f,0.032135578515878546f,-0.13450540661574137f,0.8053022380838228f,-0.018467413808224215f,0.9568962721323666f,0.30172226017362735f,0.03300856968459049f,-0.7581678946562824f,-0.3402121618129428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7253053111876031f,0.16079631627686822f,-0.2967772737843038f,0.032135578515878546f,0.1801557868181039f,0.7792410572341708f,-0.018090527812138008f,0.9568962721323666f,0.2854401829438247f,-0.08323412396584229f,-0.7426950804796236f,-0.3402121618129428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7468710850952098f,0.13169352341329335f,0.30296013365481034f,-0.03213557851587845f,0.13450540661574137f,0.8053022380838228f,-0.018467413808224215f,0.9568962721323666f,-0.3017222601736276f,0.03300856968459053f,-0.7581678946562824f,-0.3402121618129428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7253053111876031f,-0.16079631627686822f,0.296777273784304f,-0.03213557851587845f,-0.1801557868181039f,0.7792410572341708f,-0.018090527812138008f,0.9568962721323666f,-0.28544018294382495f,-0.08323412396584234f,-0.7426950804796236f,-0.3402121618129428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3443138632723339f,0.19969588295678095f,1.510951940959272f,-0.6455970546988503f,1.4163786126494555f,-0.6139184481820203f,-0.2416237045717643f,0.6905852972434812f,0.5627840075798919f,1.422895619260911f,-0.3163043905803782f,-0.027915124188242657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6040975985732517f,-0.7924568713912352f,-0.08413202947062351f,-0.515630159328935f,-0.781290090872599f,0.6097470947072225f,-0.1333951813237165f,0.8972378578232223f,0.15700918859199395f,-0.014852187748500998f,-0.9874854567115238f,-0.08021537566945676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5903093407707058f,-0.7924568713912352f,0.15345028244897466f,-0.2984375f,-0.7728660497610009f,0.6097470947072225f,0.17574569588734557f,1.185523815573359f,-0.23283674822862635f,-0.014852187748500998f,-0.9724024173115791f,-0.0015261392917291887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.26242596944859437f,0.9392349735159148f,0.22129228428375947f,0.42201349406096894f,0.6113695768055349f,0.015592835512889758f,-0.791191572273927f,0.9334626903054313f,-0.7465653696198251f,0.3429205855664352f,-0.5701277233034604f,0.17840600135541396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3018627814781056f,0.902276062045891f,0.30785835869318373f,0.2984375f,0.7693972251487733f,0.4212475679427509f,-0.48018579366291647f,1.185523815573359f,-0.5629447318269077f,0.09191514761603176f,-0.821367661006357f,-0.0015261392917291158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.3051833758058e-17f,1.1037708440399192e-16f,-0.15625000000000003f,0f,0.9012972922547198f,-0.4332010976143877f,0.8489168664507031f,-1.2246467991473532e-16f,-0.4332010976143877f,-0.9012972922547198f,0.24027632140266786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0809070230398272e-17f,1.20683803481515e-16f,-0.15625000000000003f,0f,0.9854580403553069f,-0.16991895332504325f,1.0326282555590416f,-1.2246467991473532e-16f,-0.16991895332504325f,-0.9854580403553069f,0.20225740490200161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.483246820895329e-17f,1.1396336087055247e-16f,0.15624999999999997f,0f,0.9305814619357858f,-0.3660848845574691f,0.8453360456262864f,-1.2246467991473532e-16f,-0.3660848845574691f,-0.9305814619357858f,0.21307131254469772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.982103725242218e-18f,1.2242836633717887e-16f,0.15624999999999997f,0f,0.9997034771365774f,-0.024350724856493117f,1.0326282555590416f,-1.2246467991473532e-16f,-0.024350724856493117f,-0.9997034771365774f,0.20225740490200167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.689237302128042e-19f,1.2246456341077587e-16f,0.29375f,0f,0.9999990486729764f,-0.0013793669352699552f,1.7246072016203575f,-1.2246467991473532e-16f,-0.0013793669352699552f,-0.9999990486729764f,0.018923312721161968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.689237302128042e-19f,1.2246456341077587e-16f,0.33125f,0f,0.9999990486729764f,-0.0013793669352699552f,1.5994780048860537f,-1.2246467991473532e-16f,-0.0013793669352699552f,-0.9999990486729764f,-0.07465417722502082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.689237302128042e-19f,1.2246456341077587e-16f,-0.29375f,0f,0.9999990486729764f,-0.0013793669352699552f,1.7246072016203575f,-1.2246467991473532e-16f,-0.0013793669352699552f,-0.9999990486729764f,0.018923312721161892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.689237302128042e-19f,1.2246456341077587e-16f,-0.33125f,0f,0.9999990486729764f,-0.0013793669352699552f,1.5994780048860537f,-1.2246467991473532e-16f,-0.0013793669352699552f,-0.9999990486729764f,-0.0746541772250209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878405053513934f,0.15425840764498205f,0.019377297487985834f,0.19439414576681338f,0.1547164592512411f,0.9631209017950155f,0.2201384695193339f,1.8217337139007912f,0.015295529538476665f,0.2204596838344603f,-0.9752761529842444f,0.020449497805916685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998098809810808f,-0.0021730703299959325f,0.019377297487985834f,0.07920913379995528f,0.0021463398592455607f,0.9754662718222983f,0.2201384695193339f,1.8318110870691027f,-0.019380276515200304f,0.22013820727544545f,-0.9752761529842444f,0.02043559739735009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9717666298270028f,0.23263497607656092f,0.03937746894515867f,0.05714137688109658f,0.2252066678182546f,0.8647604615743558f,0.4488555456579603f,1.8305188841833993f,0.07036742090532602f,0.4450509094514525f,-0.8927363071319367f,-0.011508852711330002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996093146708818f,-0.0790433932672321f,0.03937746894515867f,0.08613126602248332f,-0.053041409748330534f,0.8920287596170902f,0.4488555456579603f,1.8391844301244202f,-0.0706049001956306f,0.4450132964269689f,-0.8927363071319367f,-0.005873227979842376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07775306060451277f,0.03937746894515867f,0.14411923361945703f,0.08715565983404483f,0.8893439099083025f,0.4488555456579603f,1.9462615537992405f,-0.00012021974976513413f,0.4505794840820474f,-0.8927363071319367f,0.015516716637887777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0849743716420314f,0.019377297487985834f,0.125f,0.08715565983404483f,0.9715672623120735f,0.2201384695193339f,1.7276589197790244f,-0.00012021974976513413f,0.22098961732955777f,-0.9752761529842444f,-0.034205947261262644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878405053513934f,-0.1542584076449821f,-0.019377297487985598f,-0.19439414576681338f,-0.1547164592512411f,0.9631209017950155f,0.2201384695193339f,1.8217337139007912f,-0.015295529538476908f,0.22045968383446027f,-0.9752761529842444f,0.020449497805916643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998098809810808f,0.002173070329995877f,-0.019377297487985598f,-0.07920913379995531f,-0.0021463398592455607f,0.9754662718222983f,0.2201384695193339f,1.8318110870691027f,0.01938027651520006f,0.22013820727544547f,-0.9752761529842444f,0.020435597397350076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9717666298270028f,-0.232634976076561f,-0.03937746894515846f,-0.057141376881096606f,-0.2252066678182546f,0.8647604615743558f,0.4488555456579603f,1.8305188841833993f,-0.07036742090532626f,0.4450509094514524f,-0.8927363071319367f,-0.011508852711330009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.996093146708818f,0.079043393267232f,-0.03937746894515846f,-0.08613126602248333f,0.053041409748330534f,0.8920287596170902f,0.4488555456579603f,1.8391844301244202f,0.07060490019563036f,0.44501329642696896f,-0.8927363071319367f,-0.005873227979842396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07775306060451287f,-0.03937746894515846f,-0.14411923361945705f,-0.08715565983404483f,0.8893439099083025f,0.4488555456579603f,1.9462615537992405f,0.00012021974976489013f,0.4505794840820474f,-0.8927363071319367f,0.01551671663788775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08497437164203145f,-0.019377297487985598f,-0.125f,-0.08715565983404483f,0.9715672623120735f,0.2201384695193339f,1.7276589197790244f,0.00012021974976489013f,0.22098961732955777f,-0.9752761529842444f,-0.03420594726126267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.689237302128042e-19f,1.2246456341077587e-16f,2.754293642100401e-19f,0f,0.9999990486729764f,-0.0013793669352699552f,1.2152025125508512f,-1.2246467991473532e-16f,-0.0013793669352699552f,-0.9999990486729764f,-0.002249051435906294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.982103725242218e-18f,1.2242836633717887e-16f,-8.428595327557917e-19f,0f,0.9997034771365774f,-0.024350724856493117f,0.8403137086246347f,-1.2246467991473532e-16f,-0.024350724856493117f,-0.9997034771365774f,0.006882470385278625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8186681728855993f,-0.5712689507904994f,-0.058602120839406024f,0.23033855749981558f,-0.5604824586845315f,0.8170704827005336f,-0.1351119528630216f,0.46871762446089904f,0.12506732671284224f,-0.07776639481317682f,-0.9890958253003924f,0.3596476230208593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8186681728855993f,-0.29594432185631303f,0.49213756315197216f,0.13602037469018807f,-0.5604824586845315f,0.22512864887724215f,-0.7969796138933855f,0.5446555217684803f,0.12506732671284224f,-0.9282963157395996f,-0.3501772607882881f,0.08256938115576966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8043870491373453f,0.5849831021560354f,0.10371232025181654f,-0.22681841475165254f,0.5798450125022762f,0.8110427200251761f,-0.07739165181335264f,0.47268157893444285f,-0.12938793087591025f,-0.0021157707969529094f,-0.9915917944686641f,0.36570180920477696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8043870491373453f,0.30616808135174484f,-0.5091390587467292f,-0.125f,0.5798450125022762f,0.21794563153238772f,-0.7850346891521317f,0.5461370630387032f,-0.12938793087591025f,-0.9266934809619306f,-0.3528426783799129f,0.06189744487942455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.974319714417566f,0.22516903449913497f,9.531356365476919e-17f,-2.618735453985751e-18f,0.1752477785248666f,0.7583074906568331f,-0.6278996462300613f,0.7206422252089292f,-0.14138355710397138f,-0.6117750039977641f,-0.7782943108260292f,0.021383597750870016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9743403884796056f,-0.22439386257425242f,0.01755567761206608f,-2.666197562832954e-18f,-0.17517813938462207f,0.7070386808643114f,-0.6851342373895762f,0.6997403962602444f,0.14132737476919746f,-0.670629329958556f,-0.7282052423185272f,0.021771155280765557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.689552919414001e-17f,9.531356365476919e-17f,-2.618735453985751e-18f,0f,0.7782943108260292f,-0.6278996462300613f,0.7206422252089292f,-1.2246467991473532e-16f,-0.6278996462300613f,-0.7782943108260292f,0.021383597750870016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9710663815791598f,0.2388097204193282f,1.2192620304113579e-16f,-2.921572542496313e-18f,0.23775967471042575f,0.966796605268354f,-0.09367316116785587f,0.7344783887052618f,-0.022370061429290447f,-0.09096285766635123f,-0.9956030026455429f,0.02385645023961542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9710663815791598f,-0.2388097204193282f,1.2192620304113579e-16f,-2.921572542496313e-18f,-0.23775967471042575f,0.966796605268354f,-0.09367316116785587f,0.7344783887052618f,0.02237006142929021f,-0.09096285766635129f,-0.9956030026455429f,0.02385645023961542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1471653699022886e-17f,1.2192620304113579e-16f,-2.921572542496313e-18f,0f,0.9956030026455429f,-0.09367316116785587f,0.7344783887052618f,-1.2246467991473532e-16f,-0.09367316116785587f,-0.9956030026455429f,0.02385645023961542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9352931085766941f,0.3538739903538325f,1.1952510248467414e-16f,-0.19375f,0.3453797861812166f,0.9128428272843409f,-0.21778607846450648f,0.7731790424666666f,-0.07706882862974788f,-0.20369381833179603f,-0.97599652869621f,0.029123947550851185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9352931085766941f,-0.3534527419632305f,0.017261525066410772f,0.19375f,-0.3453797861812166f,0.9011328583763318f,-0.2620541448859737f,0.7745757511955776f,0.07706882862974766f,-0.25105921762240846f,-0.9648987847958265f,0.022169929386280655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.6986909876266686e-17f,1.1674573364548917e-16f,-0.007812500000000005f,0f,0.9533012598144387f,-0.30202103906218847f,0.623315555470731f,-1.2246467991473532e-16f,-0.30202103906218847f,-0.9533012598144387f,0.04866157690691316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.667110238904122e-17f,1.1952510248467414e-16f,0f,0f,0.97599652869621f,-0.21778607846450648f,0.8413897798512904f,-1.2246467991473532e-16f,-0.21778607846450648f,-0.97599652869621f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.10025456028353855f,0.3697408217260669f,-0.9237103160037173f,-0.010925567486709253f,-0.9691361935359403f,0.17386140357904956f,0.17477771804263742f,0.18869303892328748f,0.22522002912934547f,0.9127233628514478f,0.3408988139963548f,0.8931928111345618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10025456028353855f,0.3697408217260669f,-0.9237103160037173f,-0.02032443251329097f,-0.9691361935359403f,0.17386140357904956f,0.17477771804263742f,0.09783652077929307f,0.22522002912934547f,0.9127233628514478f,0.3408988139963548f,0.9143071888654379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.10025456028353855f,0.3697408217260669f,-0.9237103160037173f,0.1229315474005575f,-0.9691361935359403f,0.17386140357904956f,0.17477771804263742f,0.11704812214489466f,0.22522002912934547f,0.9127233628514478f,0.3408988139963548f,0.8526151779005466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3854722434797362f,-0.9222267451344629f,0.030149296266974383f,0.5698608472617245f,0.9012396821718305f,0.36928883839146964f,-0.226699777499443f,0.3141527695768425f,0.19793479932926702f,0.11455821401441965f,0.9734979357021307f,-0.5543936285374801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.38020912658993977f,-0.9222267451344629f,0.07027695651072255f,0.5339202777382758f,0.9199991762597648f,0.36928883839146964f,-0.13125269338506204f,0.22866504012573835f,0.09509224857510482f,0.11455821401441965f,0.9888548325526643f,-0.5681481214625198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.38336607491678687f,-0.9222267451344629f,0.0502820361718913f,0.5443482570742164f,0.9118691141451111f,0.36928883839146964f,-0.17922185276268468f,0.29829218276569314f,0.14671459120042302f,0.11455821401441965f,0.9825228976114093f,-0.7086493096417114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.0075122798512903f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_play_as_root.mcfunction new file mode 100644 index 000000000..25d3829eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/play_as_root +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..4ca682157 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/13_0_former_ending/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..bb9ec6904 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..40 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_40 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/end.mcfunction new file mode 100644 index 000000000..7fdaf4fb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.1_0_idle.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/end_loop +execute if score @s aj.ecual.animation.1_0_idle.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/1_0_idle/stop +execute if score @s aj.ecual.animation.1_0_idle.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/1_0_idle/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/end_loop.mcfunction new file mode 100644 index 000000000..ef6b82d16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.1_0_idle.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/next_frame_as_root.mcfunction new file mode 100644 index 000000000..b51943de2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/pause_as_root.mcfunction new file mode 100644 index 000000000..44c6f4dc6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.1_0_idle \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/play_as_root.mcfunction new file mode 100644 index 000000000..e02dbbcb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.1_0_idle.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.1_0_idle.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.1_0_idle \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/resume_as_root.mcfunction new file mode 100644 index 000000000..7eb967e97 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.1_0_idle.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.1_0_idle \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/stop_as_root.mcfunction new file mode 100644 index 000000000..1f6860340 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.1_0_idle.local_anim_time 0 +tag @s remove aj.ecual.animation.1_0_idle +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick.mcfunction new file mode 100644 index 000000000..4fe11382c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick_animation.mcfunction new file mode 100644 index 000000000..dd4fdd6f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.1_0_idle.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.1_0_idle.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root +execute if score @s aj.ecual.animation.1_0_idle.local_anim_time matches 40.. run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_40.mcfunction new file mode 100644 index 000000000..e005b560b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_40.mcfunction @@ -0,0 +1,6 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/branch_32_39 +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..345fee521 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..04bfc527b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..c7614651e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..9f6661475 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..440a6204c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0.mcfunction new file mode 100644 index 000000000..249b82593 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1.mcfunction new file mode 100644 index 000000000..4a75be300 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10.mcfunction new file mode 100644 index 000000000..fe10cbb4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..29b648069 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854894f,-0.10455527387730132f,-0.5517320028861223f,0.051272266318987625f,-0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,0.5490185874211321f,0.060634755714114f,-0.6015367499247565f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541941f,0.12766081771559676f,-0.540472166092528f,0.051272266318987625f,0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,0.5196058308479397f,-0.15093659530134876f,-0.5892604897222105f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854891f,0.10455527387730128f,0.5517320028861226f,-0.051272266318987555f,0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,-0.5490185874211323f,0.060634755714114044f,-0.6015367499247563f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541938f,-0.1276608177155967f,0.5404721660925282f,-0.051272266318987555f,-0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,-0.5196058308479399f,-0.15093659530134879f,-0.5892604897222102f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0033389082608992356f,0.06987394442141447f,1.5609332892800443f,-0.5557002938385877f,1.51269657980835f,-0.39080121502523146f,0.02072963508900148f,1.0693966058835895f,0.39133637593219667f,1.5112241039057697f,-0.06681166549681623f,-0.1757926090565175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49081359172383215f,-0.8660254037844386f,0.09540449768827255f,-0.45316053811464174f,-0.85762792916085f,0.4995241107909291f,0.12227018386264096f,1.2957143694197388f,-0.15354593222363072f,-0.021809693682668142f,-0.9879007966182862f,-0.1512049524454557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44350541658911097f,-0.8660254037844386f,0.23087430661751715f,-0.2984375f,-0.7875839752368036f,0.4995241107909291f,0.36081455720179273f,1.5754524955908606f,-0.4278018553095735f,-0.021809693682668142f,-0.9036093790212423f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7084436596008499f,0.677861092002021f,0.19649916315644364f,0.3690975985405342f,0.3616439350732187f,-0.10957201157668672f,-0.9258550850450604f,1.4008202631523587f,-0.6060703304040816f,0.7269788953118694f,-0.32276994961585465f,0.27259205615053095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13921161980078833f,0.8807536604280436f,0.4526512062891727f,0.2984375f,0.5304153744980821f,0.45232101966111454f,-0.7169834207767911f,1.5754524955908606f,-0.836229427494931f,0.14028073572423283f,-0.5301336244534653f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.627498121337115e-17f,1.0298167163037253e-16f,-0.15625000000000003f,0f,0.8409091641938916f,-0.5411762906620454f,1.245290028944863f,-1.2246467991473532e-16f,-0.5411762906620454f,-0.8409091641938916f,0.25264067870353685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.770733497392386e-17f,1.1928915045074865e-16f,-0.15625000000000003f,0f,0.9740698341252549f,-0.2262475596491559f,1.426514075595541f,-1.2246467991473532e-16f,-0.2262475596491559f,-0.9740698341252549f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.239465155219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.426514075595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877778477782229f,0.15515445268735073f,0.014900310396446686f,0.19463229585797504f,0.15474328438338708f,0.9646925097467806f,0.2131264356589762f,2.212957709716471f,0.018693297645520128f,0.2128272948889455f,-0.9769110006409949f,0.04093843237502799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998881671534652f,-0.0012782552850606477f,0.014900310396446686f,0.07944728389111695f,0.0019269810803137777f,0.9770227270474399f,0.2131264356589762f,2.223025501036252f,-0.014830371890156886f,0.2131313137392294f,-0.9769110006409949f,0.04137800163705571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9713335650606378f,0.23536923940114995f,0.03335305878500272f,0.05719434994399185f,0.2272291091868518f,0.8780593966914781f,0.42116342174973753f,2.2209198174180234f,0.06984294756624658f,0.4166689537576824f,-0.9063713067224365f,0.012467871104074265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965262114751829f,-0.07630912994264305f,0.03335305878500272f,0.08621884341363943f,-0.05522755066418182f,0.9053017672730391f,0.42116342174973753f,2.229755838862596f,-0.062333197339413435f,0.4178583813443365f,-0.9063713067224365f,0.01764176024682094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538035f,0.03335305878500272f,0.14432133606539066f,0.08707278979269381f,0.9027954925993871f,0.42116342174973753f,2.33744286453975f,0.0038016801040235528f,0.42246491165379624f,-0.9063713067224365f,0.03534061274384012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08587260473506968f,0.014900310396446686f,0.125f,0.08707278979269381f,0.9731369131324829f,0.2131264356589762f,2.1184870590849414f,0.0038016801040235528f,0.21361283682165932f,-0.9769110006409949f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877048137441091f,-0.1561988880345932f,-0.006411574180436231f,-0.1950120829313408f,-0.1558736269009414f,0.9808571608460958f,0.11671607624351577f,2.2177428594592783f,-0.011942082877821147f,0.116280425668694f,-0.9931446265589149f,0.030860133374890995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999794179743193f,0.0002352536300275071f,-0.006411574180436231f,-0.07982707096448274f,-0.0005146986584977364f,0.9931651889950678f,0.11671607624351577f,2.2278106507790585f,0.006395210163287701f,0.1167169740188667f,-0.9931446265589149f,0.03129970263691874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707043250246368f,-0.23934210463154612f,-0.021177118052428456f,-0.05732019141008379f,-0.23536778597898128f,0.929444979615236f,0.2841373526859604f,2.222507127631522f,-0.04832306593974486f,0.28079776854272803f,-0.9585496828436216f,0.009088068784234384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997155451511184f,0.07233626471224688f,-0.021177118052428456f,-0.08639496472342177f,0.06336622745631126f,0.956687350196797f,0.2841373526859604f,2.2319934754595767f,0.040813315712911226f,0.2819871961293821f,-0.9585496828436216f,0.012542397469110796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08454379436061218f,-0.021177118052428456f,-0.14455690785957104f,-0.08707278979269382f,0.9548216032779795f,0.2841373526859604f,2.3410887923339585f,-0.0038016801040237948f,0.28490007502417236f,-0.9585496828436216f,0.013564521705977817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08691959048698249f,-0.006411574180436231f,-0.125f,-0.08707278979269382f,0.9893410366623003f,0.11671607624351577f,2.1184870590849414f,-0.0038016801040237948f,0.11683020998671573f,-0.9931446265589149f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6051117396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2304686565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12448504203688447f,0.03924998298777912f,0.14059308730067452f,-0.1205904774487396f,0.7585063430462007f,-0.640410855863144f,0.9421796224889204f,0.04995021125231469f,-0.639665226401869f,-0.7670289267870505f,0.4076671327969144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06027028824845819f,0.11577814651268868f,0.12499999999999999f,-0.1205904774487396f,0.08350611981466838f,-0.9891838376672879f,0.9378852032527432f,0.04995021125231469f,-0.9946829747753532f,-0.09005973621937347f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16849008466583754f,-0.04200929630861156f,-0.1415060640756079f,0.1604299972043605f,0.7902379779970341f,-0.5914272179466954f,0.9821174439623878f,-0.06645228065352397f,-0.5891816608656943f,-0.8052633512680727f,0.41164436257735854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06924204916525434f,-0.15924581072807636f,-0.125f,0.1604299972043605f,0.011855641845273324f,-0.9869760178208209f,0.9417566707163036f,-0.06645228065352397f,-0.9975294393569711f,-0.02278402976016708f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1303988355040421f,-0.0057645949255471325f,-4.100723895728975e-18f,0.09832231147374343f,0.7170563832879187f,-0.690045553751714f,1.1246294762657831f,-0.08584759706553266f,-0.6847089066787718f,-0.7237429814463382f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12820887550785717f,0.02448614090616604f,-4.391056312429434e-18f,-0.09832231147374344f,0.6101907218551281f,-0.7861297641155547f,1.0872044700948922f,0.08584759706553242f,-0.7818118489783383f,-0.6175762486326248f,0.03585569582582227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.054550827894716e-17f,9.22497638083948e-17f,-4.100723895728975e-18f,0f,0.7532764865153175f,-0.6577039872641327f,1.1246294762657831f,-1.2246467991473532e-16f,-0.6577039872641327f,-0.7532764865153175f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1749715464545254e-16f,-4.100705354660506e-18f,0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,-0.024571195414896715f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1749715464545254e-16f,-4.100705354660506e-18f,-0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,0.024571195414896472f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.4525591621885137e-17f,1.1749715464545254e-16f,-4.100705354660506e-18f,0f,0.9594370779171484f,-0.28192285029384145f,1.1496292909052626f,-1.2246467991473532e-16f,-0.28192285029384145f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029980892163734f,-0.007684181833523903f,-0.19375f,0.1205904774487396f,0.8918580750516567f,-0.4359439306996236f,1.1621296065259288f,-0.04995021125231493f,-0.43314100909534986f,-0.8999410217540431f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12931467529884214f,0.01774264940252331f,0.19375f,-0.1205904774487396f,0.8554549042485119f,-0.5036415824233085f,1.1621291225253454f,0.04995021125231469f,-0.5014724534304194f,-0.8637304873896283f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0240394169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.23046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.44717376939816067f,-0.23149994507829527f,-0.8639695569816026f,-0.04861041106553883f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.30859375f,0.8944471029425052f,0.1157370879905268f,0.43193669270071566f,0.32816181548707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44717376939816067f,-0.23149994507829527f,-0.8639695569816026f,-0.006687870184461278f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.30859375f,0.8944471029425052f,0.1157370879905268f,0.43193669270071566f,0.41201623138792987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.44717376939816067f,-0.23149994507829527f,-0.8639695569816026f,0.10194629292224035f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.347416606765378f,0.8944471029425052f,0.1157370879905268f,0.43193669270071566f,0.30529851953239256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7081114012855034f,-0.5489564193883943f,-0.44410031860127486f,0.5415697042003302f,-0.5269035353413504f,0.8294993993759021f,-0.1852118000555143f,2.2294373767079976f,0.4700541541293587f,0.10284744064531116f,-0.8766250601816276f,-0.38782690840066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3847472849934885f,-0.5489564193883943f,-0.742035293164963f,0.5621802957996698f,0.14153318803429024f,0.8294993993759021f,-0.5402768763512535f,2.2540001232920024f,0.9121062895161888f,0.10284744064531116f,0.3968431939415361f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728381146751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.315704699910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829464387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.39659125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11.mcfunction new file mode 100644 index 000000000..457e1454b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..844cd2a8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905311f,-0.10583335062178062f,-0.5435906485337462f,0.05037102338454276f,-0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,0.5410085495791019f,0.059222369926068295f,-0.6088898953235311f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809427f,0.12922133509796227f,-0.5324969618289759f,0.05037102338454276f,0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,0.5118270814685906f,-0.14921208808191f,-0.5964635709291733f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905309f,0.10583335062178058f,0.5435906485337464f,-0.05037102338454269f,0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,-0.5410085495791023f,0.05922236992606834f,-0.6088898953235309f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809425f,-0.12922133509796221f,0.5324969618289761f,-0.05037102338454269f,-0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,-0.5118270814685908f,-0.14921208808191005f,-0.5964635709291731f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.010006756051051793f,0.04899437936980134f,1.5616996079987673f,-0.5539453556762163f,1.5027329925316f,-0.4273980332683282f,0.023037454620411513f,1.0847348771015253f,0.42790146995582673f,1.502110755553176f,-0.04438310558207675f,-0.1859181772831539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4879421945277002f,-0.8660254037844388f,0.109144009453071f,-0.45193740596170856f,-0.8538578750805336f,0.4995241107909289f,0.14629556350582879f,1.3104331966187988f,-0.18121573872720936f,-0.021809693682668132f,-0.9832015018799658f,-0.15440101980225857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4407897975092239f,-0.8660254037844388f,0.23601769936125017f,-0.2984375f,-0.7833335650730175f,0.4995241107909289f,0.36995160300845914f,1.588190776840861f,-0.43828401778045045f,-0.021809693682668132f,-0.8985718986367726f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7118065746421801f,0.6747268974511171f,0.19512819927462044f,0.367536778153976f,0.3610668934277195f,-0.1132176604179822f,-0.9256416476368887f,1.4127072270399883f,-0.6024633588581316f,0.7293321432827901f,-0.3242106198259242f,0.2724467894183959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13446984121887684f,0.8814796340783583f,0.45267153268971244f,0.2984375f,0.5327882696114594f,0.44948586564675663f,-0.7170070546014262f,1.588190776840861f,-0.8354965718463461f,0.14476225781905097f,-0.530084301922f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.470829240169194e-17f,1.0397324040865379e-16f,-0.15625000000000003f,0f,0.8490059377205248f,-0.5283833056742921f,1.2575891642586345f,-1.2246467991473532e-16f,-0.5283833056742921f,-0.8490059377205248f,0.25096931108995413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6607350980843487e-17f,1.1953931027239862e-16f,-0.15625000000000003f,0f,0.9761125440872139f,-0.2172655087113163f,1.4392523568455413f,-1.2246467991473532e-16f,-0.2172655087113163f,-0.9761125440872139f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.2522034364699763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.4392523568455413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878007035449248f,0.1548275999957055f,0.016678859544983844f,0.194540879387267f,0.15442019866355688f,0.9600721686951794f,0.2332720153418379f,2.22455985778615f,0.020104037426823224f,0.2330018136764279f,-0.9722684724409385f,0.04300532962414165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998596105017875f,-0.0016046593073278659f,0.016678859544983844f,0.07935586742040891f,0.002330653662535348f,0.9724087283194566f,0.2332720153418379f,2.23462764910593f,-0.016592990710513976f,0.23327813904574243f,-0.9722684724409385f,0.04344489888616937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715951033156137f,0.23371795184765037f,0.037133195354847784f,0.057206258524354375f,0.2239466049926387f,0.8573344808633376f,0.46349272489982263f,2.2338505268110485f,0.07649100159752768f,0.458643114967325f,-0.8853223253525667f,0.011181074084067603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9962646732202071f,-0.07796041749614262f,0.037133195354847784f,0.08620985360574489f,-0.051945046469968684f,0.8845768514448986f,0.46349272489982263f,2.242424257574235f,-0.06898125137069454f,0.4598325425539791f,-0.8853223253525667f,0.01688618040692635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07884953580481424f,0.037133195354847784f,0.14424761462805435f,0.08707278979269381f,0.8818122380885031f,0.46349272489982263f,2.349139030512701f,0.003801680104023551f,0.4649622860627629f,-0.8853223253525667f,0.039890963897734694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0855449539024639f,0.016678859544983844f,0.125f,0.08707278979269381f,0.9685052896789335f,0.2332720153418379f,2.1312253403349413f,0.003801680104023551f,0.23383661972785744f,-0.9722684724409385f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877090308283206f,-0.15613858092070818f,-0.007184286203024585f,-0.19498132348307284f,-0.15579849477636326f,0.979782721407347f,0.12550955285169602f,2.2300885407875777f,-0.012557843986887756f,0.12508621978331838f,-0.9920663980675489f,0.03179192434023319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999741490281275f,0.0002954779605793545f,-0.007184286203024585f,-0.07979631151621475f,-0.0006085708938665946f,0.9920922244350243f,0.12550955285169602f,2.240156332107358f,0.007164559786846359f,0.12551068045525188f,-0.9920663980675489f,0.032231493602260936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708083243809127f,-0.23868547853833383f,-0.023673606561977846f,-0.05730959775224524f,-0.23398474484194548f,0.9207128015414185f,0.3123124657438482f,2.235200097414585f,-0.05274785771928946f,0.3087348043429494f,-0.9496844128937499f,0.0073499030902386756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970514521549081f,0.07299289080545919f,-0.023673606561977846f,-0.08637606092783248f,0.06198318631927552f,0.9479551721229795f,0.3123124657438482f,2.2445759324204912f,0.04523810749245584f,0.3099242319296035f,-0.9496844128937499f,0.011157797705935266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0838789833405523f,-0.023673606561977846f,-0.14454330562458612f,-0.0870727897926938f,0.9459805775060687f,0.3123124657438482f,2.353584734384129f,-0.003801680104023794f,0.3131853494897875f,-0.9496844128937499f,0.015550663523412434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08685913610927178f,-0.007184286203024585f,-0.125f,-0.0870727897926938f,0.9882639735519477f,0.12550955285169602f,2.1312253403349413f,-0.003801680104023794f,0.1256575069530918f,-0.9920663980675489f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6178500209190723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2432069378258757f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12517331139282908f,0.03699633725681078f,0.1405616579978713f,-0.1205904774487396f,0.7699436707188522f,-0.6266136614124088f,0.9549524190699503f,0.04995021125231469f,-0.6257143006476147f,-0.7784514052661962f,0.4066465087247735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06095831029715705f,0.11541737850593106f,0.12499999999999999f,-0.1205904774487396f,0.08939207530959387f,-0.9886693044797785f,0.9506234845027433f,0.04995021125231469f,-0.9941293383044076f,-0.09597830545644015f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1672192168617983f,-0.04681263845557837f,-0.14121804431015383f,0.16042999720436046f,0.7729936245086724f,-0.6137939983951901f,0.9955851138853382f,-0.06645228065352395f,-0.6119792398285031f,-0.7880770929388018f,0.4130939155313745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06808410607487503f,-0.15974430852781887f,-0.125f,0.16042999720436046f,0.0046899225032290826f,-0.9870360786840179f,0.9544949519663037f,-0.06645228065352395f,-0.9976685617613191f,-0.01554140498946005f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13036622065964396f,-0.0064602915094366204f,-4.100723895728975e-18f,0.09811845052162924f,0.7117293457841017f,-0.6955674719371004f,1.1373677575157832f,-0.08608052348063683f,-0.6902506695836342f,-0.7184317341380766f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1280614530193809f,0.02524581363376368f,-4.40192448755776e-18f,-0.09811845052162926f,0.6036549336148889f,-0.7911848651166418f,1.0999484787152154f,0.08608052348063659f,-0.7868932490325286f,-0.6110557733172404f,0.035944441210498834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.07640487755651e-17f,9.205849364396919e-17f,-4.100723895728975e-18f,0f,0.7517146470971378f,-0.6594885058434495f,1.1373677575157832f,-1.2246467991473532e-16f,-0.6594885058434495f,-0.7517146470971378f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.175787004464295e-16f,-4.100705354660506e-18f,0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,-0.024372823441495703f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.175787004464295e-16f,-4.100705354660506e-18f,-0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,0.02437282344149546f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.424685427812861e-17f,1.175787004464295e-16f,-4.100705354660506e-18f,0f,0.9601029499141497f,-0.2796467871550606f,1.1623675721552627f,-1.2246467991473532e-16f,-0.2796467871550606f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13024184352552515f,-0.008610984295566077f,-0.19375f,0.1205904774487396f,0.8887340519746181f,-0.44227787827276843f,1.1748678877759289f,-0.04995021125231493f,-0.43953253242035384f,-0.8968367350527071f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920721304639324f,0.018508996521956003f,0.19375f,-0.1205904774487396f,0.8524539651866618f,-0.5087044072801241f,1.1748674037753455f,0.04995021125231469f,-0.5065843792837688f,-0.8607422628531305f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0367776982045096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.24320703125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4311952476524258f,-0.23352172034988428f,-0.8715149250166594f,-0.04931366684308251f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.32133203125f,0.902258642741627f,0.11160154225014579f,0.41650262588058873f,0.32380563772304866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4311952476524258f,-0.23352172034988428f,-0.8715149250166594f,-0.008889112375667613f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.32133203125f,0.902258642741627f,0.11160154225014579f,0.41650262588058873f,0.40839238548007617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4311952476524258f,-0.23352172034988428f,-0.8715149250166594f,0.10162584914312385f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3601548880153782f,0.902258642741627f,0.11160154225014579f,0.41650262588058873f,0.3036236177194741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7197061546628566f,-0.5489564193883943f,-0.4250528208972123f,0.5415660081065803f,-0.5316567080626804f,0.8294993993759021f,-0.17109030132351555f,2.2383078735829978f,0.446502178843909f,0.10284744064531116f,-0.8888521858218895f,-0.38782195058816055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40440477423904164f,-0.5489564193883943f,-0.7315077772552682f,0.5621765997059197f,0.15589515519268574f,0.8294993993759021f,-0.5363090965315299f,2.2628706201670026f,0.9011955831894196f,0.10284744064531116f,0.42103316353060716f,-0.47591813378683945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728344185814465f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.324575196785965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829414809594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.40932953125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12.mcfunction new file mode 100644 index 000000000..c46a862e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..62eefd870 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045084f,-0.10920541262156085f,-0.5210020991729327f,0.047993195085155246f,-0.1192971676501293f,0.807440480401446f,-0.027431748835671076f,1.3665337929281625f,0.5187843437104717f,0.05530364280660935f,-0.6282903439156603f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6014514892754131f,0.1333385850110065f,-0.5103694032714443f,0.047993195085155246f,0.19472119150238726f,0.7754750528833586f,-0.026871917226779833f,1.3665337929281625f,0.49024459571552464f,-0.14442736618388796f,-0.6154680919990142f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045081f,0.1092054126215608f,0.5210020991729329f,-0.04799319508515518f,0.1192971676501293f,0.807440480401446f,-0.027431748835671076f,1.3665337929281625f,-0.5187843437104719f,0.0553036428066094f,-0.6282903439156601f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6014514892754129f,-0.13333858501100646f,0.5103694032714445f,-0.04799319508515518f,-0.19472119150238726f,0.7754750528833586f,-0.026871917226779833f,1.3665337929281625f,-0.49024459571552487f,-0.14442736618388802f,-0.615468091999014f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.017661042212673273f,0.026935038725814615f,1.562167993935608f,-0.5523303604952282f,1.4911459336949051f,-0.46612261457114007f,0.024895031843992846f,1.0993950770976118f,0.46645272216282696f,1.4911104794327625f,-0.020436391870522045f,-0.1958222862601114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48446184881057935f,-0.8660254037844387f,0.12367989750576068f,-0.45099487371741454f,-0.8491035699832894f,0.4995241107909289f,0.17175211841536348f,1.3242485025240995f,-0.21052278852577633f,-0.02180969368266816f,-0.9773456362888205f,-0.15695403897479013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43838296457812714f,-0.8660254037844387f,0.24045867912739738f,-0.2984375f,-0.7795562015172991f,0.4995241107909289f,0.3778462536726441f,1.6004837455908607f,-0.4473393622783635f,-0.02180969368266816f,-0.8940983347584622f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7150553050749995f,0.6716631197617153f,0.19381579975858315f,0.36602038154049277f,0.3604718160921483f,-0.11671405491323311f,-0.9254393006507446f,1.4241910205505879f,-0.5989624199291039f,0.7316054147815412f,-0.32557262872514564f,0.2723060592051287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1298646753243725f,0.8821540805263587f,0.45270226895122817f,0.2984375f,0.5350396055395321f,0.4467382013346337f,-0.7170478365997615f,1.6004837455908607f,-0.8347860723604567f,0.14909445891444445f,-0.530002882741228f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.319089632451725e-17f,1.049023757992291e-16f,-0.15625000000000003f,0f,0.8565929039480299f,-0.5159928264093224f,1.2694766578007073f,-1.2246467991473532e-16f,-0.5159928264093224f,-0.8565929039480299f,0.24936751283525166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.555348768085578e-17f,1.197690155840104e-16f,-0.15625000000000003f,0f,0.9779882302995302f,-0.2086600618124925f,1.451545325595541f,-1.2246467991473532e-16f,-0.2086600618124925f,-0.9779882302995302f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.264496405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.451545325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878251965564745f,0.15447733361191193f,0.018388432459471495f,0.19444905129790443f,0.1540808250222404f,0.9552188995143874f,0.25261819683266734f,2.235716135824148f,0.02145880725082858f,0.25237592478419285f,-0.9673912921774184f,0.04497713563133671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998290082293508f,-0.001954444881862208f,0.018388432459471495f,0.07926403933104635f,0.002754676841895176f,0.9675621212017906f,0.25261819683266734f,2.245783927143928f,-0.018285679057926968f,0.25262565538894755f,-0.9673912921774184f,0.045416704893364426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9718738101691572f,0.23195826602893982f,0.04070208751566129f,0.05723286326347972f,0.22048458828813872f,0.8354761676514708f,0.5033548644980215f,2.2465003404079287f,0.08275169747319357f,0.4981715930352303f,-0.8631206291463817f,0.009979506315281425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959859663666636f,-0.07972010331485317f,0.04070208751566129f,0.08621418808832287f,-0.04848302976546874f,0.8627185382330318f,0.5033548644980215f,2.2547974364231704f,-0.07524194724636042f,0.49936102062188437f,-0.8631206291463817f,0.016184877707130545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0770679152810261f,0.04070208751566129f,0.14416861224586844f,0.08707278979269381f,0.8596814582529367f,0.5033548644980215f,2.360337347179565f,0.003801680104023551f,0.504983491581993f,-0.8631206291463817f,0.04426078355804795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08519383220385983f,0.018388432459471495f,0.125f,0.08707278979269381f,0.9636401693094415f,0.25261819683266734f,2.143518309084941f,0.003801680104023551f,0.2532580404403609f,-0.9673912921774184f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877135548333964f,-0.15607388463397454f,-0.007929447246548902f,-0.19495094376484856f,-0.15572081971424417f,0.9786719162675117f,0.13398621801066127f,2.2419948227624626f,-0.013151422200616346f,0.13357478371510614f,-0.9909514706833851f,0.03268778668726484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999684966061886f,0.00036008543897984857f,-0.007929447246548902f,-0.07976593179799048f,-0.0007056203484706036f,0.9909829440929463f,0.13398621801066127f,2.252062614082243f,0.00790619346354436f,0.13398759216939923f,-0.9909514706833851f,0.033127355949292586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709196210497023f,-0.23798277902718468f,-0.02606312236092726f,-0.057307042208149736f,-0.23252674950837302f,0.9115073812956861f,0.33924269278283864f,2.2475368504558486f,-0.056977190381527536f,0.3354377598452197f,-0.9403377632777745f,0.005677421531001557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969401554861185f,0.07369559031660834f,-0.02606312236092726f,-0.08636461214937513f,0.060525190985703f,0.9387497518772471f,0.33924269278283864f,2.2567961833746666f,0.049467440154693905f,0.33662718743187375f,-0.9403377632777745f,0.009823263786717107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08316752459160551f,-0.02606312236092726f,-0.1445287134141799f,-0.08707278979269382f,0.9366604105390417f,0.33924269278283864f,2.3656271616712545f,-0.003801680104023795f,0.340221160691305f,-0.9403377632777745f,0.017465254254859487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0867942818407997f,-0.007929447246548902f,-0.125f,-0.08707278979269382f,0.9871504559391729f,0.13398621801066127f,2.143518309084941f,-0.003801680104023795f,0.1341667990928565f,-0.9909514706833851f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6301429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2554999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12599570905700494f,0.034090587479367336f,0.14038207060428864f,-0.12059047744873957f,0.7842341244044221f,-0.6086335308445586f,0.9685928637275908f,0.04995021125231468f,-0.6075375868362811f,-0.7927187754664304f,0.40510805581225656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06150450567811262f,0.11512724541461437f,0.12499999999999999f,-0.12059047744873957f,0.09407566231103015f,-0.988234641423496f,0.9629164532527432f,0.04995021125231468f,-0.9936634065628218f,-0.100687689683581f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16534757394573418f,-0.05304591781943067f,-0.14106974524905067f,0.16042999720436046f,0.7494501853425135f,-0.6423290711832068f,1.007364253324467f,-0.06645228065352395f,-0.6410808057338266f,-0.7645910638476056f,0.41540348148524775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06712649844410089f,-0.16014906435468157f,-0.125f,0.16042999720436046f,-0.0012195356791542822f,-0.9870464673609527f,0.9667879207163037f,-0.06645228065352395f,-0.9977437275870802f,-0.009568095765819462f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13033122671971348f,-0.007131493335937224f,-4.100723895728975e-18f,0.09792119304552696f,0.7065482829628515f,-0.7008573063004956f,1.1496607262657832f,-0.08630484811415012f,-0.6955596992235682f,-0.7132658536674896f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12791491621279766f,0.02597808818482965f,-4.412411121039511e-18f,-0.09792119304552693f,0.5973079935288651f,-0.7960116838458225f,1.1122471741489555f,0.08630484811414985f,-0.7917454989305553f,-0.6047235220455702f,0.03603007107119869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.097451875077038e-17f,9.187341911401639e-17f,-4.100723895728975e-18f,0f,0.750203398873718f,-0.6612071236143188f,1.1496607262657832f,-1.2246467991473532e-16f,-0.6612071236143188f,-0.750203398873718f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1765676855065945e-16f,-4.100705354660506e-18f,0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,-0.024181256297341427f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1765676855065945e-16f,-4.100705354660506e-18f,-0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,0.024181256297341185f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.397767856748201e-17f,1.1765676855065945e-16f,-4.100705354660506e-18f,0f,0.9607404243621646f,-0.2774488006757425f,1.1746605409052626f,-1.2246467991473532e-16f,-0.2774488006757425f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13017965401288734f,-0.009504974305636271f,-0.19375f,0.1205904774487396f,0.885676587140524f,-0.44836917795472814f,1.1871608565259288f,-0.04995021125231493f,-0.4456795268712695f,-0.8937979277910921f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12909920135227304f,0.01924793666009695f,0.19375f,-0.12059047744873963f,0.8495295235873426f,-0.5135732910716324f,1.1871603725253455f,0.0499502112523147f,-0.5115007182435503f,-0.8578298150753337f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0490706669545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2555f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4156459243156275f,-0.2354027818471085f,-0.8785351420964616f,-0.049986272702295095f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.333625f,0.9095265062656543f,0.10757708123212534f,0.4014831328882561f,0.3196144300187973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4156459243156275f,-0.2354027818471085f,-0.8785351420964616f,-0.011019467297705018f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.333625f,0.9095265062656543f,0.10757708123212534f,0.4014831328882561f,0.4048825399812024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4156459243156275f,-0.2354027818471085f,-0.8785351420964616f,0.1012774013144692f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3724478567653782f,0.9095265062656543f,0.10757708123212534f,0.4014831328882561f,0.3020260150667614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7304099734102303f,-0.5489564193883943f,-0.4063842028858158f,0.5415627010753303f,-0.5358849685001578f,0.8294993993759021f,-0.1573469000984842f,2.244985332957998f,0.4234720430895663f,0.10284744064531116f,-0.9000521277538638f,-0.38781751465066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.42310230957122497f,-0.5489564193883943f,-0.7208545520753604f,0.5621732926746698f,0.16964995608828992f,0.8294993993759021f,-0.5321180685094792f,2.2695480795420027f,0.8900580475647285f,0.10284744064531116f,0.44409354410751406f,-0.47591369784933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728311115501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.331252656160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829370450219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4216225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13.mcfunction new file mode 100644 index 000000000..d586f6f47 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..9349a8ab5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6460083240938653f,-0.11390869730000677f,-0.4864591435313919f,0.044676647699842253f,-0.12078101940783911f,0.8071788373011902f,-0.028613185917447333f,1.3779860125888312f,0.4847985509432584f,0.049311030580983066f,-0.6553497018468863f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6273549450330542f,0.13908124289648305f,-0.47653140590830234f,0.044676647699842253f,0.19328018570853625f,0.7757945161766929f,-0.02802924334770351f,1.3779860125888312f,0.4572401368592301f,-0.13711045381202897f,-0.6419752181357254f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6460083240938651f,0.11390869730000673f,0.486459143531392f,-0.044676647699842184f,0.12078101940783911f,0.8071788373011902f,-0.028613185917447333f,1.3779860125888312f,-0.4847985509432585f,0.049311030580983094f,-0.6553497018468861f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.627354945033054f,-0.13908124289648302f,0.47653140590830245f,-0.044676647699842184f,-0.19328018570853625f,0.7757945161766929f,-0.02802924334770351f,1.3779860125888312f,-0.4572401368592302f,-0.137110453812029f,-0.6419752181357252f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.025931239922013252f,0.004943808016696959f,1.5622769855433447f,-0.5509049269390693f,1.4784822116332754f,-0.5047904673628207f,0.026137787657026682f,1.113103052699007f,0.5048011199275274f,1.4787049715281f,0.0036995267258328485f,-0.20498176825624453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4805236634287725f,-0.8660254037844386f,0.138191927712844f,-0.4503558528307561f,-0.8435549367576418f,0.499524110790929f,0.19720733102585916f,1.3369144143804335f,-0.2398167582901639f,-0.021809693682668163f,-0.9705731604081504f,-0.15875361090792497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4364376214884346f,-0.8660254037844386f,0.24397172489761587f,-0.2984375f,-0.7764964492100422f,0.499524110790929f,0.3840949454272057f,1.6121204643408609f,-0.45450573914276843f,-0.021809693682668163f,-0.8904767657540279f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7181331955723548f,0.6687275350755655f,0.19258296198988206f,0.3645758502423264f,0.3598738661596343f,-0.12000363920936674f,-0.9252512777790829f,1.435073069504284f,-0.5956303500262183f,0.7337592319066704f,-0.3268361603607809f,0.2721723432491305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1254792678449318f,0.8827686105473973f,0.4527411330697902f,0.2984375f,0.5371355181817672f,0.44412699967814745f,-0.7171029516495461f,1.6121204643408609f,-0.834110537308278f,0.15320178977121776f,-0.5298951058107553f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.175304632541564e-17f,1.0575518472467272e-16f,-0.15625000000000003f,0f,0.8635566172900103f,-0.5042518901646623f,1.280747039570564f,-1.2246467991473532e-16f,-0.5042518901646623f,-0.8635566172900103f,0.24786668273019316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4566349178092487e-17f,1.1997538211932735e-16f,-0.15625000000000003f,0f,0.9796733409409054f,-0.20059946423080138f,1.4631820443455412f,-1.2246467991473532e-16f,-0.20059946423080138f,-0.9796733409409054f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.2761331239699762f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.4631820443455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878505777548403f,0.15411436556488636f,0.019999958898973585f,0.1943588945240759f,0.15373473196770066f,0.950269538247648f,0.27083839621704486f,2.2462408150665483f,0.022734735895701616f,0.27062255450190087f,-0.9624170430632546f,0.04682228882924759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999797296230784f,-0.002316914684106386f,0.019999958898973585f,0.07917388255721781f,0.0031870954492184966f,0.9626195539033978f,0.27083839621704486f,2.2563086063863285f,-0.019879860970631345f,0.2708472380312747f,-0.9624170430632546f,0.047261858091275324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972160915678342f,0.2301455531854533f,0.044002026957964756f,0.057271551148815866f,0.21694772265703732f,0.8131452769159021f,0.5401189167797091f,2.2586273590379475f,0.08852592649259873f,0.5346286402525803f,-0.8404376106293103f,0.008887591156084493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956988608574788f,-0.08153281615833971f,0.044002026957964756f,0.08622993461694528f,-0.04494616413436732f,0.8403876474974631f,0.5401189167797091f,2.26664183945197f,-0.08101617626576559f,0.5358180678392342f,-0.8404376106293103f,0.015554356159143273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07523260674392797f,0.044002026957964756f,0.14408674501081772f,0.08707278979269381f,0.837072210155391f,0.5401189167797091f,2.3708577403314983f,0.003801680104023551f,0.5418949804787663f,-0.8404376106293103f,0.04837630043680374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0848299778258567f,0.019999958898973585f,0.125f,0.08707278979269381f,0.9586787222069219f,0.27083839621704486f,2.155155027834941f,0.003801680104023551f,0.2715492265681644f,-0.9624170430632546f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877182481859084f,-0.15600676656607648f,-0.008634291294477226f,-0.1949215584236062f,-0.15564261836975823f,0.9775535849391923f,0.14200128140104618f,2.2532584546056365f,-0.01371267835129128f,0.14160112061043517f,-0.9898288160557376f,0.03353272802302504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999626325966967f,0.0004271113741754762f,-0.008634291294477226f,-0.0797365464567481f,-0.0008033273553863657f,0.9898661478935528f,0.14200128140104618f,2.2633262459254166f,0.008607443025888888f,0.1420029113442857f,-0.9898288160557376f,0.033972297285052785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710347868732999f,-0.2372556506340069f,-0.028305457497790218f,-0.0573115542104326f,-0.2310360946564804f,0.9020957569666914f,0.36447985983943476f,2.2592940084793143f,-0.06094067318143917f,0.36046220537655027f,-0.9307809800631226f,0.0041012366271373606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9968249896625209f,0.07442271870978613f,-0.028305457497790218f,-0.08635992174990723f,0.05903453613381039f,0.9293381275482524f,0.36447985983943476f,2.268434229630506f,0.05343092295460554f,0.36165163296320435f,-0.9307809800631226f,0.00856378361276108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08243133245154273f,-0.028305457497790218f,-0.14451357497241957f,-0.08707278979269381f,0.9271314691289166f,0.36447985983943476f,2.37701164143088f,-0.0038016801040237956f,0.3655575390839586f,-0.9307809800631226f,0.01927558994305782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08672699987742044f,-0.008634291294477226f,-0.125f,-0.08707278979269381f,0.9860293937597288f,0.14200128140104618f,2.155155027834941f,-0.0038016801040237956f,0.14221273548484908f,-0.9898288160557376f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6417797084190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2671366253258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12684526718686234f,0.03077929576451268f,0.14007860701749622f,-0.1205904774487396f,0.7999041671346965f,-0.5878871151413613f,0.9826292508555345f,0.049950211252314684f,-0.5865693493465549f,-0.8083572074293692f,0.4032242685676094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06190521661864785f,0.11491227528364466f,0.12499999999999999f,-0.1205904774487396f,0.09751793661737529f,-0.9879009002863467f,0.9745531720027432f,0.049950211252314684f,-0.9933065972766354f,-0.10414883677968412f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16290337872994803f,-0.0601346722400059f,-0.14104663885693453f,0.16042999720436046f,0.7210215279127196f,-0.6740846922185788f,1.017456403236774f,-0.06645228065352396f,-0.6734912363830539f,-0.7362021793713809f,0.41835082346750496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06639128766341927f,-0.16045524774665032f,-0.125f,0.16042999720436046f,-0.0057464949502914475f,-0.98703049283839f,0.9784246394663036f,-0.06645228065352396f,-0.9977771167541273f,-0.004991961314543658f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029491696488615f,-0.007766689679606535f,-4.100723895728975e-18f,0.09773399345356115f,0.7016076435637757f,-0.7058291443518786f,1.1612974450157831f,-0.08651678091032483f,-0.700549747773846f,-0.7083395354735719f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12777234418308067f,0.02667048776131026f,-4.42233643106866e-18f,-0.09773399345356115f,0.5912643852760648f,-0.8005338801248431f,1.1238894944110167f,0.08651678091032458f,-0.7962918150816807f,-0.5986937379452347f,0.03611111737806904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.117336222889171e-17f,9.169778127673379e-17f,-4.100723895728975e-18f,0f,0.7487692070936482f,-0.6628308038318296f,1.1612974450157831f,-1.2246467991473532e-16f,-0.6628308038318296f,-0.7487692070936482f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1773010129797985e-16f,-4.100705354660506e-18f,0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,-0.023999799102156535f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1773010129797985e-16f,-4.100705354660506e-18f,-0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,0.023999799102156293f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.372270859503988e-17f,1.1773010129797985e-16f,-4.100705354660506e-18f,0f,0.961339231686623f,-0.2753668128518275f,1.1862972596552626f,-1.2246467991473532e-16f,-0.2753668128518275f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13011513067272157f,-0.010350827285123262f,-0.19375f,0.1205904774487396f,0.8827438751602837f,-0.45411583061559346f,1.1987975752759288f,-0.04995021125231493f,-0.45147901793663225f,-0.8908825246679964f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12899306210650505f,0.019946848970530784f,0.19375f,-0.1205904774487396f,0.8467355776627877f,-0.518166766850934f,1.1987970912753454f,0.04995021125231469f,-0.5161391783699939f,-0.8550469723631543f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0607073857045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.26713671875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4008137934874304f,-0.2371195373350452f,-0.8849421608016141f,-0.05061768008534835f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.34526171875f,0.9161595401185405f,0.10373824329433567f,0.38715639466240226f,0.3156585371428808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4008137934874304f,-0.2371195373350452f,-0.8849421608016141f,-0.013041386945901748f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.34526171875f,0.9161595401185405f,0.10373824329433567f,0.38715639466240226f,0.40154849402899395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4008137934874304f,-0.2371195373350452f,-0.8849421608016141f,0.1009117906046171f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3840845755153781f,0.9161595401185405f,0.10373824329433567f,0.38715639466240226f,0.30053005638657704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7400964257423241f,-0.5489564193883943f,-0.3884638081156464f,0.5415597831065804f,-0.5395602827262056f,0.8294993993759021f,-0.14424093642040225f,2.2494606142079974f,0.4014124834977775f,0.10284744064531116f,-0.9101046214830775f,-0.38781360058816056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4405435030673807f,-0.5489564193883943f,-0.7103296921271094f,0.5621703747059198f,0.1825670109562467f,0.8294993993759021f,-0.527825760024574f,2.274023360792002f,0.8789713922623548f,0.10284744064531116f,0.46565190382633115f,-0.47590978378683946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728281935814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.3357279374109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829331309594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.43325921875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14.mcfunction new file mode 100644 index 000000000..63230c767 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..c036caa7b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,-0.11917617855723969f,-0.442634632135742f,0.0409622539547812f,-0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,0.4416809098857633f,0.04170822711804361f,-0.6856550459798268f,-0.3196906697826857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,0.145512778482044f,-0.4336012722962371f,0.0409622539547812f,0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,0.415367510258757f,-0.1278275159838633f,-0.6716620858577896f,-0.3196906697826857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,0.11917617855723969f,0.4426346321357421f,-0.040962253954781105f,0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,-0.4416809098857634f,0.04170822711804364f,-0.6856550459798268f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,-0.145512778482044f,0.4336012722962372f,-0.040962253954781105f,-0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,-0.4153675102587571f,-0.12782751598386333f,-0.6716620858577896f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03432357561927889f,-0.015774192147198107f,1.5620433147063528f,-0.5497413501818558f,1.465506360939611f,-0.5412786055322515f,0.026736253264054127f,1.125545186818094f,0.5408504859961263f,1.4656653424486659f,0.02668530949023123f,-0.21287688178321018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4763731735013388f,-0.8660254037844386f,0.1518835065708699f,-0.45004218349649733f,-0.8375673560919835f,0.499524110790929f,0.2212613539405751f,1.3481870921765564f,-0.26748742695190014f,-0.021809693682668163f,-0.9633144936541338f,-0.15968531671737535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43510907639119795f,-0.8660254037844386f,0.24633329381551095f,-0.2984375f,-0.7744035521248805f,0.499524110790929f,0.3882973103111833f,1.6228899955908607f,-0.4593247545020477f,-0.021809693682668163f,-0.8880006234024287f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7209835786262846f,0.6659801273005577f,0.19145012246527568f,0.3632311689459766f,0.3592904119183033f,-0.12303026200221756f,-0.9250805124610731f,1.445154054042795f,-0.592531078724831f,0.7357540517539805f,-0.32798307284490963f,0.27204815330697696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12139831121711854f,0.8833164234033312f,0.45278532019001966f,0.2984375f,0.5390444599850761f,0.44170178327834286f,-0.7171684633390747f,1.6228899955908607f,-0.8334827653845216f,0.15700837810345933f,-0.529768675000978f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.042569094680803e-17f,1.0651917057609588e-16f,-0.15625000000000003f,0f,0.869795035191034f,-0.4934132109672663f,1.2911939648125723f,-1.2246467991473532e-16f,-0.4934132109672663f,-0.869795035191034f,0.24649838985544678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.3666631653640518e-17f,1.2015610002321758e-16f,-0.15625000000000003f,0f,0.9811490146128252f,-0.1932527131097566f,1.473951575595541f,-1.2246467991473532e-16f,-0.1932527131097566f,-0.9811490146128252f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.286902655219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.473951575595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878759621772968f,0.15375135141121615f,0.021485001547697606f,0.19427268531348063f,0.15339301783112635f,0.9453827984252987f,0.28761423212736026f,2.2559503091130915f,0.023909525987346626f,0.2874228355242081f,-0.9575053254088378f,0.04851081545214225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997655802039456f,-0.002679430529704818f,0.021485001547697606f,0.07908767334662256f,0.0036140429106075317f,0.9577395220891898f,0.28761423212736026f,2.2660181004328717f,-0.02134767746871706f,0.28762445737525044f,-0.9575053254088378f,0.04895038471416997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972446320645246f,0.22834357714336698f,0.046982595084718776f,0.05731888412955369f,0.21345527995200472f,0.791094861497087f,0.5732414531185935f,2.2699805027483415f,0.09372831442064204f,0.5674752249131909f,-0.818038429528582f,0.007923832889184135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9954134558905747f,-0.08333479220042603f,0.046982595084718776f,0.08625446212393165f,-0.04145372142933476f,0.818337232078648f,0.5732414531185935f,2.2777159172046058f,-0.0862185641938089f,0.5686646524998449f,-0.818038429528582f,0.015006298160619283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07340816884381009f,0.046982595084718776f,0.14400486737643975f,0.0870727897926938f,0.8147469335347026f,0.5732414531185935f,2.380525070214336f,0.0038016801040235506f,0.5751510019488777f,-0.818038429528582f,0.05216559419597096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0844660772286212f,0.021485001547697606f,0.125f,0.0870727897926938f,0.9537800494639771f,0.28761423212736026f,2.1659245590849414f,0.0038016801040235506f,0.2883905321644632f,-0.9575053254088378f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877229475411609f,-0.1559395626549895f,-0.009286102496296692f,-0.1948938209467787f,-0.15556619993328002f,0.9764607503832576f,0.14941071045706242f,2.2636766205409833f,-0.014231526232975869f,0.14902099100440844f,-0.9887316157082994f,0.03431197055480441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999567610872083f,0.0004942230347234206f,-0.009286102496296692f,-0.07970880897992064f,-0.0008988067458054333f,0.988774813467227f,0.14941071045706242f,2.2737444118607635f,0.009255706478355587f,0.14941259651194871f,-0.9887316157082994f,0.034751539816832155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711497972632136f,-0.2365295036104859f,-0.03036223307657664f,-0.05732172449171212f,-0.22956174251110983f,0.8927870638756935f,0.3875985873961376f,2.2702432299031043f,-0.06457149255578763f,0.38338629670085445f,-0.9213281010862104f,0.002650682059005132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967099792726072f,0.07514886573330712f,-0.03036223307657664f,-0.08636090204946785f,0.05756018398843983f,0.9200294344572545f,0.3875985873961376f,2.2792656419652797f,0.05706174232895401f,0.3845757242875085f,-0.9213281010862104f,0.007403352082206809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08169613391403298f,-0.03036223307657664f,-0.14449841716877715f,-0.08707278979269381f,0.9177067420076176f,0.3875985873961376f,2.3875346844729086f,-0.0038016801040237956f,0.3887673820901959f,-0.9213281010862104f,0.020949137459339257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08665963186123193f,-0.009286102496296692f,-0.125f,-0.08707278979269381f,0.9849338906131889f,0.14941071045706242f,2.1659245590849414f,-0.0038016801040237956f,0.14965072444609995f,-0.9887316157082994f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6525492396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2779061565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12763589423090407f,0.027316027517618885f,0.13967567176817963f,-0.12059047744873963f,0.8156062299773625f,-0.5659014175373644f,0.9965842113802285f,0.04995021125231469f,-0.5643541052619276f,-0.8240202790404239f,0.40115640278291786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.062156551303134605f,0.11477652192659717f,0.12499999999999999f,-0.12059047744873963f,0.09967970199207593f,-0.9876851187293731f,0.9853227032527432f,0.04995021125231469f,-0.9930762911986528f,-0.10632241652152852f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15998456545517958f,-0.0675176156507558f,-0.14113518348993298f,0.1604299972043605f,0.689457741031691f,-0.7063357836953232f,1.0258518517170638f,-0.06645228065352396f,-0.7064368069032042f,-0.7046496521310078f,0.42170115579270745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06590028270569989f,-0.1606575312469187f,-0.125f,0.1604299972043605f,-0.008764944851008427f,-0.9870083037841006f,0.9891941707163037f,-0.06645228065352396f,-0.9977877171428138f,-0.0019405965262444536f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13025855476337195f,-0.00835438605904126f,-4.100723895728975e-18f,0.0975603355752298f,0.6970040676651995f,-0.7103994021538972f,1.1720669762657832f,-0.0867125583633329f,-0.7051368934959534f,-0.7037491695575648f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12763705739643505f,0.027310591986351492f,-4.431520746761022e-18f,-0.09756033557522983f,0.5856407061101552f,-0.8046781619189421f,1.1346643661668134f,0.08671255836333266f,-0.8004584592132048f,-0.5930827828356745f,0.03618611300700267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.13570481444108e-17f,9.153484879457986e-17f,-4.100723895728975e-18f,0f,0.7474387624114152f,-0.664330713157906f,1.1720669762657832f,-1.2246467991473532e-16f,-0.664330713157906f,-0.7474387624114152f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1779747686899667e-16f,-4.100705354660506e-18f,0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,-0.023831764019154364f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1779747686899667e-16f,-4.100705354660506e-18f,-0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,0.02383176401915412f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3486598362878965e-17f,1.1779747686899667e-16f,-4.100705354660506e-18f,0f,0.96188939497504f,-0.2734388264942483f,1.1970667909052626f,-1.2246467991473532e-16f,-0.2734388264942483f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.130050518802694f,-0.011133257143172483f,-0.19375f,0.12059047744873963f,0.8799964890996697f,-0.45941714804841566f,1.2095671065259288f,-0.049950211252314934f,-0.45682933545406756f,-0.8881508512997349f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12889146119241143f,0.020593156318324275f,0.19375f,-0.1205904774487396f,0.8441277097076899f,-0.5224043897713102f,1.2095666225253454f,0.04995021125231469f,-0.5204184863504898f,-0.8524491629771913f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0714769169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.27790625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.386992613852598f,-0.2386525935581651f,-0.8906636045171572f,-0.0511976106493406f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.35603125f,0.9220828145147992f,0.10016105877905797f,0.373806160303337f,0.31200754338211867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.386992613852598f,-0.2386525935581651f,-0.8906636045171572f,-0.01491705310065955f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.35603125f,0.9220828145147992f,0.10016105877905797f,0.373806160303337f,0.3984528072428811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.386992613852598f,-0.2386525935581651f,-0.8906636045171572f,0.10054220880257352f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3948541067653781f,0.9220828145147992f,0.10016105877905797f,0.373806160303337f,0.2991592512669993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7486694810322291f,-0.5489564193883943f,-0.37167305226933794f,0.5415572542003304f,-0.5426762085942705f,0.8294993993759021f,-0.13203514327922486f,2.2517245767079976f,0.38078411310962107f,0.10284744064531116f,-0.9189264732044825f,-0.38781020840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4564520348083353f,-0.5489564193883943f,-0.7002131029419569f,0.5621678457996698f,0.19442501723824018f,0.8294993993759021f,-0.5235739289794017f,2.2762873232920025f,0.8682456176631359f,0.10284744064531116f,0.48535755002005365f,-0.47590639159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728256646751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.337991899910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829297387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.44402875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15.mcfunction new file mode 100644 index 000000000..737af3fc6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..9aa33930b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,-0.12433096947636645f,-0.39280749461749975f,0.037327324429249284f,-0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,0.39265746245841177f,0.03306407064925855f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,0.15180672042763071f,-0.38479101513551f,0.037327324429249284f,0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,0.36775960642987665f,-0.11727309780538213f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,0.12433096947636645f,0.3928074946175f,-0.03732732442924919f,0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,-0.392657462458412f,0.03306407064925859f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,-0.15180672042763071f,0.38479101513551023f,-0.03732732442924919f,-0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,-0.3677596064298769f,-0.11727309780538218f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.042231444510565486f,-0.03406405618393573f,1.5615576823066282f,-0.5489314206157411f,1.4531831087518143f,-0.5735393962544824f,0.026789240049997443f,1.1363738789478641f,0.5726094720950423f,1.453030781167537f,0.04718253327975188f,-0.21899211206405014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4723434277547277f,-0.8660254037844386f,0.1639868478168738f,-0.450073101045499f,-0.8316501555287412f,0.499524110790929f,0.24255655329747786f,1.3578274777612216f,-0.2919755213471411f,-0.021809693682668163f,-0.9561770924862891f,-0.15962864958152007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4345497640097074f,-0.8660254037844386f,0.2473186256615295f,-0.2984375f,-0.773521675848231f,0.499524110790929f,0.3900511245099493f,1.6325814018408606f,-0.4613357991659133f,-0.021809693682668163f,-0.8869575061238371f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7235498516887937f,0.6634826701510345f,0.19043728240651475f,0.3620147508834203f,0.3587406290905065f,-0.12573898710601622f,-0.9249296557908071f,1.4542340292065201f,-0.5897294067289442f,0.737550305762805f,-0.32899661595268803f,0.2719360302264273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11770771170004925f,0.8837920530409766f,0.4528316481739699f,0.2984375f,0.540736821689366f,0.4395124731840877f,-0.7172394827286697f,1.6325814018408606f,-0.8329157125877872f,0.1604381279410309f,-0.5296329132778252f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.924027422011081e-17f,1.0718296383728456e-16f,-0.15625000000000003f,0f,0.8752153185057888f,-0.4837335488187794f,1.300610414035445f,-1.2246467991473532e-16f,-0.4837335488187794f,-0.8752153185057888f,0.2452943132889284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2875088379294214e-17f,1.2030930204376575e-16f,-0.15625000000000003f,0f,0.9824000040463076f,-0.18678927177387586f,1.483642981845541f,-1.2246467991473532e-16f,-0.18678927177387586f,-0.9824000040463076f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.296594061469976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.483642981845541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879003557533249f,0.15340250702163055f,0.022815738908316632f,0.19419285174558287f,0.15306800536539844f,0.9407349036236529f,0.30263513814105414f,2.264662707184393f,0.02496142696065752f,0.3024657202786378f,-0.9528333617272291f,0.050014149799918986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997351021691069f,-0.003027796061996907f,0.022815738908316632f,0.0790078397787248f,0.004020122824518746f,0.9530980074340838f,0.30263513814105414f,2.2747304985041734f,-0.02266195277113825f,0.3026466928221521f,-0.9528333617272291f,0.05045371906194669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727189501694012f,0.22662226207228653f,0.04960034591187609f,0.05737079803811841f,0.21013712784423294f,0.7701448736007207f,0.6022617879028243f,2.280301800255185f,0.09828647660138382f,0.5962543282859838f,-0.7967562641846726f,0.007100505190816148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951408263664195f,-0.08505610727150649f,0.04960034591187609f,0.08628459138899683f,-0.03813556932156299f,0.7973872441822817f,0.6022617879028243f,2.2877720755598143f,-0.09077672637455067f,0.5974437558726378f,-0.7967562641846726f,0.014547193443706308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07166539736384782f,0.04960034591187609f,0.14392618572423274f,0.0870727897926938f,0.7935358014039511f,0.6022617879028243f,2.389168146454751f,0.003801680104023549f,0.6042888404652784f,-0.7967562641846726f,0.05555850823378648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08411638099659005f,0.022815738908316632f,0.125f,0.0870727897926938f,0.9491208049769336f,0.30263513814105414f,2.1756159653349414f,0.003801680104023549f,0.30347015011031f,-0.9528333617272291f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877274685741942f,-0.15587490887044242f,-0.009872213968769968f,-0.19486841618767803f,-0.15549411146293785f,0.9754298372279374f,0.15607118230420006f,2.2730468555804286f,-0.014697929254332729f,0.15569086495395498f,-0.987696474351065f,0.03501092125791613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999511123786246f,0.0005587880692799613f,-0.009872213968769968f,-0.07968340422081996f,-0.000988876152112586f,0.9877453154422575f,0.15607118230420006f,2.283114646900209f,0.009838443815326156f,0.1560733147522942f,-0.987696474351065f,0.03545049051994388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712601578700683f,-0.23583271416179696f,-0.03219684247391953f,-0.05733579009165703f,-0.22815788082377786f,0.8839234300209073f,0.408195236716546f,2.2801521898854995f,-0.06780624714739046f,0.4038097334031888f,-0.9123267024792339f,0.0013536412286491266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9965996186657525f,0.07584565518199603f,-0.03219684247391953f,-0.08636614921170258f,0.05615632230110788f,0.9111658006024683f,0.408195236716546f,2.2890624254456036f,0.06029649692055684f,0.4049991609898429f,-0.9123267024792339f,0.006364786469473947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0809906588972184f,-0.03219684247391953f,-0.14448383454471475f,-0.08707278979269381f,0.9087326218418926f,0.408195236716546f,2.396993568851369f,-0.0038016801040237956f,0.4094453995000482f,-0.9123267024792339f,0.022453523707277014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08659482019873241f,-0.009872213968769968f,-0.125f,-0.08707278979269381f,0.9839004600730129f,0.15607118230420006f,2.1756159653349414f,-0.0038016801040237956f,0.15633688554804553f,-0.987696474351065f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6622406459190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2875975628258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12830799862002978f,0.023961309346283155f,0.13919770104223775f,-0.1205904774487396f,0.8301583000509339f,-0.5443299859508277f,1.009976754716558f,0.04995021125231468f,-0.5425626731969919f,-0.838528903526398f,0.39905759946156827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06225434259776698f,0.11472350972309772f,0.12499999999999999f,-0.1205904774487396f,0.10052138235806218f,-0.9875998118861248f,0.9950141095027432f,0.04995021125231468f,-0.9929853214003438f,-0.10716868889421483f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15677813091647402f,-0.07466128363069278f,-0.14132255334559948f,0.1604299972043605f,0.6569142510421526f,-0.7366993163935586f,1.03253234386997f,-0.06645228065352396f,-0.7374851079473161f,-0.6720861625951546f,0.4252096767805342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06567493388124941f,-0.16074978278908914f,-0.125f,0.1604299972043605f,-0.010148980976354804f,-0.9869950426330167f,0.9988855769663036f,-0.06645228065352396f,-0.9977894573730648f,-0.0005414343082777995f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13022356668955495f,-0.008883103856023577f,-4.100723895728975e-18f,0.09740372711205571f,0.6928359418782495f,-0.7144864390500069f,1.1817583825157831f,-0.08688843881752083f,-0.7092391559413017f,-0.6995928951036624f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1275125726498012f,0.027886030045436636f,-4.4397844958298755e-18f,-0.09740372711205571f,0.5805552185577642f,-0.808373770077943f,1.1443607068190988f,0.08688843881752058f,-0.804174223673935f,-0.5880086880125821f,0.03625359163900177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.152206593248101e-17f,9.138791272766215e-17f,-4.100723895728975e-18f,0f,0.7462389383721901f,-0.6656781856551608f,1.1817583825157831f,-1.2246467991473532e-16f,-0.6656781856551608f,-0.7462389383721901f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1785770276865514e-16f,-4.100705354660506e-18f,0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,-0.023680468816021125f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1785770276865514e-16f,-4.100705354660506e-18f,-0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,0.023680468816020882f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.327400974805881e-17f,1.1785770276865514e-16f,-4.100705354660506e-18f,0f,0.962381176766332f,-0.27170290871805214f,1.2067581971552626f,-1.2246467991473532e-16f,-0.27170290871805214f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12998835302700557f,-0.011837015366739716f,-0.19375f,0.1205904774487396f,0.8774969222187156f,-0.46417355401333066f,1.2192585127759288f,-0.04995021125231493f,-0.46162991624677874f,-0.8856651719593818f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287972631488772f,0.02117432078780129f,0.19375f,-0.1205904774487396f,0.8417627811093806f,-0.5262065726382423f,1.2192580287753454f,0.04995021125231469f,-0.5242582239167638f,-0.8500931072838371f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0811683232045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.28759765625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.37448016484769153f,-0.23998605787363383f,-0.8956401610925666f,-0.05171597452411063f,0f,0.9659258262890683f,-0.25881904510252074f,1.36572265625f,0.9272349249977838f,0.0969225986757141f,0.36172006265937295f,0.30873039902354127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.37448016484769153f,-0.23998605787363383f,-0.8956401610925666f,-0.016608459069639536f,0f,0.9659258262890683f,-0.25881904510252074f,1.36572265625f,0.9272349249977838f,0.0969225986757141f,0.36172006265937295f,0.3956586732420835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.37448016484769153f,-0.23998605787363383f,-0.8956401610925666f,0.10018380736700995f,0f,0.9659258262890683f,-0.25881904510252074f,1.404545513015378f,0.9272349249977838f,0.0969225986757141f,0.36172006265937295f,0.2979365267339064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.756058828177539f,-0.5489564193883943f,-0.35640131586047763f,0.5415551143565802f,-0.5452442397431848f,0.8294993993759021f,-0.12099365876728385f,2.2517680798329978f,0.36205492312863674f,0.10284744064531116f,-0.9264656694076829f,-0.38780733808816054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4705697035340658f,-0.5489564193883943f,-0.6908046060414875f,0.5621657059559197f,0.20501154980274996f,0.8294993993759021f,-0.5195199812158259f,2.2763308264170026f,0.8582158344864863f,0.10284744064531116f,0.5028796927589869f,-0.47590352128683944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728235248314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.338035403035965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829268684594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.45372015625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16.mcfunction new file mode 100644 index 000000000..c65eff28f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..366368a58 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817157f,-0.12885865541962738f,-0.3409991006555134f,0.034134601470025366f,-0.1270295044111997f,0.8060770608065455f,-0.03236852630210759f,1.4060723700074376f,0.34168471539339923f,0.02407620006086863f,-0.7413611375717f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.709692206161406f,0.15733497422527665f,-0.33403993533601317f,0.034134601470025366f,0.18721212463312886f,0.777139772929702f,-0.03170794413267682f,1.4060723700074376f,0.31825868865453805f,-0.10629900853866253f,-0.7262313184375837f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817157f,0.12885865541962738f,0.34099910065551364f,-0.03413460147002527f,0.1270295044111997f,0.8060770608065455f,-0.03236852630210759f,1.4060723700074376f,-0.34168471539339945f,0.024076200060868667f,-0.7413611375717f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.709692206161406f,-0.15733497422527665f,0.3340399353360134f,-0.03413460147002527f,-0.18721212463312886f,0.777139772929702f,-0.03170794413267682f,1.4060723700074376f,-0.31825868865453827f,-0.10629900853866259f,-0.7262313184375837f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04896188379938843f,-0.048818921339355545f,1.560969473389559f,-0.5485797553319559f,1.4426311565340442f,-0.5995994218578999f,0.02649772641035539f,1.1452191607167377f,0.5981841941509832f,1.4420483681995322f,0.06386253706990458f,-0.2228149265009287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4688353824256251f,-0.8660254037844386f,0.1737624360608989f,-0.4504634407137151f,-0.8264326362371385f,0.499524110790929f,0.2597782910496281f,1.3656044885523624f,-0.31177312576287175f,-0.021809693682668135f,-0.9499062350113914f,-0.15845515230871327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4349025563739935f,-0.8660254037844386f,0.24669772284997998f,-0.2984375f,-0.774077981758896f,0.499524110790929f,0.3889459356962174f,1.640983745590861f,-0.46006852165241624f,-0.021809693682668135f,-0.8876155094668121f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7257755306720528f,0.6612982006689871f,0.18956415502320093f,0.36095530038237406f,0.3582449881484796f,-0.12807581065263152f,-0.9248011219674027f,1.4621125887279733f,-0.5872907351084264f,0.7391084335316649f,-0.3298610555039392f,0.27183853686596804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1144941935367031f,0.8841910209039048f,0.4528767141279076f,0.2984375f,0.5421844209633732f,0.43760922560941246f,-0.7173104065369065f,1.640983745590861f,-0.8324224488269113f,0.16341482250530695f,-0.5294983120601683f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.822851435115561e-17f,1.0773596401887274e-16f,-0.15625000000000003f,0f,0.8797309076697274f,-0.47547190252484695f,1.3087889472564376f,-1.2246467991473532e-16f,-0.47547190252484695f,-0.8797309076697274f,0.2442861787845452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.221249393463182e-17f,1.2043339628119153e-16f,-0.15625000000000003f,0f,0.9834133103931841f,-0.1813787775389363f,1.4920453255955413f,-1.2246467991473532e-16f,-0.1813787775389363f,-0.9834133103931841f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.3049964052199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.4920453255955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879226884870641f,0.15308313404982699f,0.023964883516802097f,0.1941219242588122f,0.15277286568415432f,0.9365142095430682f,0.315597190790054f,2.272197221100088f,0.025869153119933035f,0.3154468091349238f,-0.9485905847748292f,0.051304836636809445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997071990098423f,-0.0033467306318038653f,0.023964883516802097f,0.0789369122919541f,0.004388878823101697f,0.9488831070833238f,0.315597190790054f,2.282265012419868f,-0.02379609191804143f,0.31560996258986457f,-0.9485905847748292f,0.051744405898837165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9729671433870061f,0.2250552317687019f,0.05181776281223455f,0.05742283179980791f,0.2071293610021231f,0.7511545811455602f,0.6267888185305241f,2.2893289908686603f,0.1021389529032939f,0.6205779063724183f,-0.7774642734056947f,0.006424119485327659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948926331488147f,-0.08662313757509112f,0.05181776281223455f,0.08631679310651844f,-0.035127802479453116f,0.7783969517271212f,0.6267888185305241f,2.296558928562798f,-0.09462920267646076f,0.6217673339590722f,-0.7774642734056947f,0.01417864242005401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0700788338304154f,0.05181776281223455f,0.14385415133342136f,0.08707278979269381f,0.7743087925645861f,0.6267888185305241f,2.396618515073045f,0.003801680104023551f,0.6289156150121746f,-0.7774642734056947f,0.058486385388044015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08379622814853947f,0.023964883516802097f,0.125f,0.08707278979269381f,0.9448898043915723f,0.315597190790054f,2.184018309084941f,0.003801680104023551f,0.31648293746256567f,-0.9485905847748292f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877316120624318f,-0.15581565422801916f,-0.010380001447205005f,-0.1948460510265778f,-0.15542906864746145f,0.9744996816314124f,0.1618399676212854f,2.281166940592522f,-0.015101892329517148f,0.16146780607220237f,-0.9867624235094775f,0.03561512802439393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999459353853575f,0.0006179613730933758f,-0.010380001447205005f,-0.0796610390597197f,-0.0010701425147736504f,0.9868164366665867f,0.1618399676212854f,2.291234731912302f,0.010343166889337493f,0.16184232588665426f,-0.9867624235094775f,0.036054697286421675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713610567247765f,-0.23519566386505358f,-0.03377420876352727f,-0.057351740848032726f,-0.22688220453791724f,0.8758691269388195f,0.4258846530921784f,2.2887857974942007f,-0.07058443697119289f,0.42135053361127617f,-0.9041468714113613f,0.00023657448259643138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964987198110443f,0.07648270547873942f,-0.03377420876352727f,-0.08637403757796797f,0.054880646015247225f,0.9031114975203804f,0.4258846530921784f,2.297594099292015f,0.06307468674435927f,0.42253996119793025f,-0.9041468714113613f,0.0054697128295350395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08034566768839282f,-0.03377420876352727f,-0.14447046969406507f,-0.08707278979269382f,0.9005779208587519f,0.4258846530921784f,2.4051861165394883f,-0.003801680104023797f,0.4272048479891516f,-0.9041468714113613f,0.023756509466704805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08653542086251152f,-0.010380001447205005f,-0.125f,-0.08707278979269382f,0.9829680331313215f,0.1618399676212854f,2.184018309084941f,-0.003801680104023797f,0.16212793336772463f,-0.9867624235094775f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6706429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2959999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12882891041903272f,0.020980912651995955f,0.13866908177299805f,-0.1205904774487396f,0.8425519117447751f,-0.5249421042018916f,1.0223243418208168f,0.04995021125231469f,-0.5229812500037353f,-0.8508793031566696f,0.39707628369957043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06219410850319525f,0.1147561750972845f,0.12499999999999999f,-0.1205904774487396f,0.1000029158481317f,-0.9876524457371411f,1.0034164532527432f,0.04995021125231469f,-0.9930414440945374f,-0.10664739427892678f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1535613260996817f,-0.08107162717963068f,-0.14159627635772964f,0.16042999720436044f,0.6259325152931519f,-0.7631976823181505f,1.0374745363456013f,-0.06645228065352393f,-0.7646093155496441f,-0.6410590370399982f,0.42862454242575027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0657362142154693f,-0.16072473284365335f,-0.125f,0.16042999720436044f,-0.009772692969054142f,-0.9869988401559249f,1.0072879207163037f,-0.06645228065352393f,-0.997789178440391f,-0.0009218368590804271f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13019149552700285f,-0.009341378265987672f,-4.100723895728975e-18f,0.09726769264274883f,0.6892028569130755f,-0.7180100403133723f,1.1901607262657832f,-0.08704069636337715f,-0.7127759791935313f,-0.6959700573022385f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12740254600340012f,0.02838446982625089f,-4.446948184024112e-18f,-0.09726769264274883f,0.5761273141761281f,-0.8115517936818061f,1.1527674271698694f,0.0870406963633769f,-0.8073697474714125f,-0.5835906168235794f,0.036312087592277636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.166491980189033e-17f,9.126027997091283e-17f,-4.100723895728975e-18f,0f,0.7451967378222994f,-0.6668446760220876f,1.1901607262657832f,-1.2246467991473532e-16f,-0.6668446760220876f,-0.7451967378222994f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.179096074699026e-16f,-4.100705354660506e-18f,0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,-0.02354923511567938f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.179096074699026e-16f,-4.100705354660506e-18f,-0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,0.023549235115679138f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.308961004472646e-17f,1.179096074699026e-16f,-4.100705354660506e-18f,0f,0.9628050108161461f,-0.2701971708721628f,1.2151605409052626f,-1.2246467991473532e-16f,-0.2701971708721628f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1299313737341119f,-0.012446886158088128f,-0.19375f,0.1205904774487396f,0.8753090158243909f,-0.46828630512243363f,1.2276608565259288f,-0.04995021125231493f,-0.4657810268099191f,-0.8834891122474269f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287134736127295f,0.021677835823970606f,0.19375f,-0.12059047744873963f,0.8396985514738374f,-0.5294943620109889f,1.2276603725253454f,0.0499502112523147f,-0.527578604914267f,-0.8480364331988131f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0895706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.296f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3635764299265095f,-0.24110660127121145f,-0.899822085984412f,-0.052162785152805244f,0f,0.9659258262890683f,-0.2588190451025207f,1.374125f,0.9315643722265755f,0.09410050441536273f,0.3511878634959932f,0.3058955900518791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3635764299265095f,-0.24110660127121145f,-0.899822085984412f,-0.018077494847194994f,0f,0.9659258262890683f,-0.2588190451025207f,1.374125f,0.9315643722265755f,0.09410050441536273f,0.3511878634959932f,0.39322974994812054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3635764299265095f,-0.24110660127121145f,-0.899822085984412f,0.0998531728976617f,0f,0.9659258262890683f,-0.2588190451025207f,1.4129478567653782f,0.9315643722265755f,0.09410050441536273f,0.3511878634959932f,0.29688449047560084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7622133269136346f,-0.5489564193883943f,-0.3430418252742981f,0.5415533635753302f,-0.5472889309913624f,0.8294993993759021f,-0.11138030548238448f,2.2495819829579977f,0.3456959217138388f,0.10284744064531116f,-0.9326932687990883f,-0.38780498965066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4826528744877741f,-0.5489564193883943f,-0.6824170662878839f,0.5621639551746698f,0.214121757465581f,0.8294993993759021f,-0.5158319681978507f,2.2741447295420025f,0.8492338168776251f,0.10284744064531116f,0.5179037827861168f,-0.47590117284933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728217740501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.335849306160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829245200219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4621225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17.mcfunction new file mode 100644 index 000000000..767bdc2b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..7cd4ee644 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,-0.13244668795805778f,-0.2918685899070891f,0.03160448034249004f,-0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,0.2933466584485764f,0.015552896426474165f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,0.16171592174575972f,-0.28591208807225055f,0.03160448034249004f,0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,0.27131638477608566f,-0.09589215031664666f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,0.13244668795805778f,0.2918685899070893f,-0.03160448034248994f,0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,-0.2933466584485766f,0.0155528964264742f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,-0.16171592174575972f,0.28591208807225077f,-0.03160448034248994f,-0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,-0.27131638477608583f,-0.0958921503166467f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05377657427714033f,-0.05896528310227979f,1.5604606452735945f,-0.5487937762828665f,1.4350507113168331f,-0.6175382305529908f,0.026119719648814252f,1.1517062525473574f,0.6157465274023611f,1.4340766643363767f,0.07540944766926838f,-0.2238316110162832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46628644349434767f,-0.8660254037844385f,0.1804908657339552f,-0.45122153104790486f,-0.8226089264619856f,0.4995241107909291f,0.2716435473991441f,1.3712987370597796f,-0.32540975203342004f,-0.021809693682668198f,-0.9453215487563035f,-0.156026875495639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4362927695146617f,-0.8660254037844385f,0.2442306681586619f,-0.2984375f,-0.7762683869173272f,0.4995241107909291f,0.3845556581449585f,1.6478860893408607f,-0.4550340764624083f,-0.021809693682668198f,-0.8902069009614964f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7276042764181685f,0.6594903857021315f,0.18885033255053318f,0.3600816534064951f,0.3578246275699114f,-0.12998728173061586f,-0.9246971625849945f,1.4685890726255735f,-0.5852807470286778f,0.7403889097999372f,-0.33056120371697173f,0.27175824880219673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11184484285229081f,0.8845093944813904f,0.4529170588546099f,0.2984375f,0.5433598563458164f,0.4360422596240443f,-0.7173752256203244f,1.6478860893408607f,-0.8320161041946245f,0.16586222866017877f,-0.5293759755265424f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.742216287210055e-17f,1.0816789282272506e-16f,-0.15625000000000003f,0f,0.8832578740093533f,-0.46888754302122126f,1.3155220123736275f,-1.2246467991473532e-16f,-0.46888754302122126f,-0.8832578740093533f,0.24350569292061042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.169960795039636e-17f,1.2052686356749548e-16f,-0.15625000000000003f,0f,0.9841765287053459f,-0.17719074565421206f,1.498947669345541f,-1.2246467991473532e-16f,-0.17719074565421206f,-0.9841765287053459f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.311898748969976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.498947669345541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879418537973799f,0.1528090573432942f,0.024905531699807523f,0.19406247866219614f,0.15252117427592338f,0.932914854714276f,0.3262011116641614f,2.2783735515633174f,0.026611743890427423f,0.32606635190907857f,-0.9449722478675314f,0.05235611239450241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996832533204186f,-0.003620431114341613f,0.024905531699807523f,0.07887746669533806f,0.004703349300896109f,0.9452886930744592f,0.3262011116641614f,2.2884413428830976f,-0.024723906165037318f,0.32621492796027474f,-0.9449722478675314f,0.05279568165653013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731790667817778f,0.22371720011396742f,0.05360147713370648f,0.05747037821162175f,0.20456972089047454f,0.7349936495136161f,0.6464793612091951f,2.296798337763708f,0.10523180732336378f,0.6401054206518039f,-0.7610461991099067f,0.005896704699374936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994680709754043f,-0.08796116922982558f,0.05360147713370648f,0.08634740563848703f,-0.03256816236780456f,0.7622360200951771f,0.6464793612091951f,2.3038237457118758f,-0.09772205709653063f,0.6412948482384578f,-0.7610461991099067f,0.013898364224116347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06872412344279634f,0.05360147713370648f,0.14379233348929013f,0.0870727897926938f,0.7579464128869984f,0.6464793612091951f,2.402709026403595f,0.0038016801040235506f,0.6486865422133797f,-0.7610461991099067f,0.06088161717648154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0835214821746229f,0.024905531699807523f,0.125f,0.0870727897926938f,0.9412816603051303f,0.3262011116641614f,2.190920652834941f,0.0038016801040235506f,0.3271284120778436f,-0.9449722478675314f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877351712521341f,-0.1557647554439422f,-0.010796871445287706f,-0.1948274431904496f,-0.15537387210071055f,0.9737103342378051f,0.16657474258402416f,2.287834776932804f,-0.01543344873802444f,0.16620928361553922f,-0.9859697169284968f,0.03611022141620332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999414884314701f,0.0006687902886137187f,-0.010796871445287706f,-0.07964243122359148f,-0.0011391066663565402f,0.9860281728069785f,0.16657474258402416f,2.297902568252584f,0.010757422993397409f,0.1665772948227972f,-0.9859697169284968f,0.03654979067823107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9714475397728904f,-0.23464963138903044f,-0.0350603473769248f,-0.057367446058343666f,-0.2257939455717316f,0.8689981302427063f,0.4402946102075638f,2.295907634284567f,-0.07284759167157426f,0.435639530028753f,-0.8971685617898003f,-0.0006752392486363001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964122367629303f,0.07702873795476256f,-0.0350603473769248f,-0.08638283230278487f,0.0537923870490616f,0.8962405008242673f,0.4402946102075638f,2.3046289780257037f,0.06533784144474064f,0.4368289576154071f,-0.8971685617898003f,0.004738737980242373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07979282884887172f,-0.0350603473769248f,-0.14445898950247804f,-0.08707278979269381f,0.8936212763245327f,0.4402946102075638f,2.411910423437102f,-0.0038016801040237956f,0.4416719585443566f,-0.8971685617898003f,0.024825947010061463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08648439778879138f,-0.010796871445287706f,-0.125f,-0.08707278979269381f,0.9821767582318284f,0.16657474258402416f,2.190920652834941f,-0.0038016801040237956f,0.16688098911597646f,-0.9859697169284968f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6775453334190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3029022503258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12918789121046514f,0.018643380059926468f,0.13811407448052998f,-0.1205904774487396f,0.8519243804118659f,-0.5095908033005926f,1.03314503041103f,0.04995021125231469f,-0.5074793974384094f,-0.8602148787200776f,0.39535981216916427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06197101513330356f,0.11487680418088635f,0.12499999999999999f,-0.1205904774487396f,0.09808367776884536f,-0.9878448911160205f,1.0103187970027432f,0.04995021125231469f,-0.9932467897953082f,-0.10471767261147458f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15068640737168779f,-0.08629771862835994f,-0.14194378798208773f,0.1604299972043605f,0.5993519577299576f,-0.7842445070016595f,1.0406541659313686f,-0.06645228065352395f,-0.7861748135107616f,-0.6144210746688825f,0.4316903174746379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06610448347664151f,-0.1605736182295593f,-0.125f,0.1604299972043605f,-0.00751009199385938f,-0.9870186495275826f,1.0141902644663037f,-0.06645228065352395f,-0.9977844435460649f,-0.0032091452779656193f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13016394317774557f,-0.009717754467288122f,-4.100723895728975e-18f,0.09715576518993758f,0.6862049697168386f,-0.7208907662234759f,1.1970630700157832f,-0.08716561332213286f,-0.7156675816552913f,-0.6929805685745043f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12731070374072903f,0.028793602909433814f,-4.452832365980122e-18f,-0.09715576518993761f,0.5724768923882796f,-0.8141443145854522f,1.1596734346569744f,0.08716561332213263f,-0.8099766616356909f,-0.5799482420524077f,0.03636013558423831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.178212168382487e-17f,9.115526534167203e-17f,-4.100723895728975e-18f,0f,0.7443392282994402f,-0.6678017020153466f,1.1970630700157832f,-1.2246467991473532e-16f,-0.6678017020153466f,-0.7443392282994402f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1795203021539759e-16f,-4.100705354660506e-18f,0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,-0.02344138634334708f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1795203021539759e-16f,-4.100705354660506e-18f,-0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,0.02344138634334684f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2938069079478624e-17f,1.1795203021539759e-16f,-4.100705354660506e-18f,0f,0.9631514188214954f,-0.26895974498452446f,1.2220628846552626f,-1.2246467991473532e-16f,-0.26895974498452446f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1298824257032973f,-0.01294767735516009f,-0.19375f,0.12059047744873963f,0.8734972744964491f,-0.4716571299110829f,1.2345632002759288f,-0.049950211252314934f,-0.46918340437477385f,-0.8816869679512942f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12864316958782648f,0.022091214857122673f,0.19375f,-0.1205904774487396f,0.8379932226357047f,-0.5321891539343049f,1.2345627162753454f,0.04995021125231469f,-0.5303001920940854f,-0.846337215689364f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0964730107045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30290234375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.35458174203948356f,-0.24200228284914205f,-0.9031648151406526f,-0.05252807236122588f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.38102734375f,0.9350250200995935f,0.09177250788544741f,0.3424996621665054f,0.3035713510500189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.35458174203948356f,-0.24200228284914205f,-0.9031648151406526f,-0.019286034045024283f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.38102734375f,0.9350250200995935f,0.09177250788544741f,0.3424996621665054f,0.3912299466843558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35458174203948356f,-0.24200228284914205f,-0.9031648151406526f,0.09956766906797283f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4198502005153781f,0.9350250200995935f,0.09177250788544741f,0.3424996621665054f,0.29602569954221153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7670926040866392f,-0.5489564193883943f,-0.33198762984161306f,0.5415520018565803f,-0.5488418288031484f,0.8294993993759021f,-0.10345720560228344f,2.2451571454579975f,0.3321770367012059f,0.10284744064531116f,-0.9375930995059183f,-0.3878031630881606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49246728014428076f,-0.5489564193883943f,-0.6753686605103673f,0.5621625934559198f,0.22155611237749442f,0.8294993993759021f,-0.5126827825304733f,2.2697198920420023f,0.8416584028306647f,0.10284744064531116f,0.5301259632363271f,-0.4758993462868395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728204123314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.331424468660965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38292269345944574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.46902484375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18.mcfunction new file mode 100644 index 000000000..c02d0ad2f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..b7b4216f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597873f,-0.13497854781467875f,-0.2504653005320981f,0.02981912526374328f,-0.1309185386860701f,0.8053913191349859f,-0.03390580679995388f,1.417682565448592f,0.25261118615195505f,0.00837013358867761f,-0.776570649676547f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735202f,0.16480729425765075f,-0.24535376378654508f,0.02981912526374328f,0.18343538555292396f,0.7779770558259785f,-0.033213851559138495f,1.417682565448592f,0.23175714222392757f,-0.08712207738463575f,-0.7607222690709032f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597873f,0.13497854781467875f,0.25046530053209826f,-0.029819125263743182f,0.1309185386860701f,0.8053913191349859f,-0.03390580679995388f,1.417682565448592f,-0.2526111861519552f,0.00837013358867764f,-0.776570649676547f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735202f,-0.16480729425765075f,0.24535376378654525f,-0.029819125263743182f,-0.18343538555292396f,0.7779770558259785f,-0.033213851559138495f,1.417682565448592f,-0.23175714222392774f,-0.08712207738463579f,-0.7607222690709032f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05594645876043989f,-0.06343465609915866f,1.5602090527098438f,-0.549670415960478f,1.4316262624857043f,-0.625444920412678f,0.025906487434470687f,1.155478932050434f,0.6234761329139872f,1.4304548038772706f,0.08051593476486331f,-0.22151994046747153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4651277149304998f,-0.8660254037844386f,0.18345628581090337f,-0.45234672849767554f,-0.8208625595284461f,0.4995241107909291f,0.27687600311861676f,1.3747068515354042f,-0.3314224904377196f,-0.021809693682668142f,-0.9432303377720248f,-0.1521953154739775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43881870957776997f,-0.8660254037844386f,0.23966255469826936f,-0.2984375f,-0.7802407627380097f,0.4995241107909291f,0.3764306242862567f,1.653077495590861f,-0.4457157079198691f,-0.021809693682668142f,-0.8949088472995215f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7289798944985079f,0.6581227820518063f,0.18831547244274688f,0.3594225961574575f,0.35750061406583666f,-0.131420026696139f,-0.9246199692445193f,1.47346281839507f,-0.5837650420841369f,0.7413522646674635f,-0.33108185591018f,0.27169774283170983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10984659146192723f,0.8847432524906128f,0.4529493387968771f,0.2984375f,0.5442357271590453f,0.43486167624093885f,-0.7174279028728852f,1.653077495590861f,-0.8317098049367109f,0.16770420301606212f,-0.5292769602607749f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.685274319368856e-17f,1.0846825995640877e-16f,-0.15625000000000003f,0f,0.8857105577863643f,-0.46423787849093845f,1.3206023073240576f,-1.2246467991473532e-16f,-0.46423787849093845f,-0.8857105577863643f,0.24298447387351574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.135713781982602e-17f,1.2058801968173923e-16f,-0.15625000000000003f,0f,0.9846759062751589f,-0.17439426481737993f,1.5041390755955413f,-1.2246467991473532e-16f,-0.17439426481737993f,-0.9846759062751589f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.3170901552199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.5041390755955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879567539024904f,0.15259597591291962f,0.025610945973111043f,0.1940170717743652f,0.15232640034599879f,0.9301294577469158f,0.33414945696358517f,2.283011175298334f,0.027168367195775082f,0.33402643602956333f,-0.9421720755028264f,0.05314136720876744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996646367009392f,-0.00383322004869191f,0.025610945973111043f,0.0788320598075071f,0.00494670544577136f,0.942507119610337f,0.33414945696358517f,2.2930789666181144f,-0.025419367317305173f,0.334164085305235f,-0.9421720755028264f,0.05358093647079516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9733431453693985f,0.22268124868285138f,0.054919785573618096f,0.057508951063161465f,0.2025928663696232f,0.7225122812882987f,0.6610084219461342f,2.3024475944629077f,0.10751396122618725f,0.6545143733124772f,-0.748366008894598f,0.005517860165892001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945166311664223f,-0.08899712066094163f,0.054919785573618096f,0.08637286768132657f,-0.0305913078469532f,0.7497546518698597f,0.6610084219461342f,2.3093150405354472f,-0.10000421099935411f,0.6557038008991312f,-0.748366008894598f,0.013701876716484186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06767525874678117f,0.054919785573618096f,0.14374427309475024f,0.08707278979269381f,0.745309462836746f,0.6610084219461342f,2.4072721879634496f,0.003801680104023551f,0.6632751042814418f,-0.748366008894598f,0.06267700958927205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08330788042111237f,0.025610945973111043f,0.125f,0.08707278979269381f,0.9384894616822602f,0.33414945696358517f,2.1961120590849412f,0.003801680104023551f,0.3351079339124681f,-0.9421720755028264f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877379405047153f,-0.1557251532869971f,-0.011110243977722069f,-0.19481330823584797f,-0.1553313092310744f,0.9731016568442107f,0.17013332953778462f,2.2928482406834325f,-0.01568264199883394f,0.16977291327179767f,-0.9853584183733061f,0.03648184211349027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999380284477206f,0.0007083380838369402f,-0.011110243977722069f,-0.07962829626898989f,-0.0011922859387236695f,0.9854203309423994f,0.17013332953778462f,2.3029160320032127f,0.011068772214019276f,0.17013603269892913f,-0.9853584183733061f,0.03692141137551802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715147087929494f,-0.23422554288689396f,-0.03602173869055441f,-0.05738080039200737f,-0.22495166187550886f,0.863680160279894f,0.4510580124089846f,2.301281603959522f,-0.07453804678415928f,0.4463126435563268f,-0.891767404530669f,-0.0013572509544176464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963450677428713f,0.07745282645689906f,-0.03602173869055441f,-0.08639081945121534f,0.05295010335283888f,0.890922530861455f,0.4510580124089846f,2.309935644461567f,0.06702829655732566f,0.4475020711429809f,-0.891767404530669f,0.004191803214839085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07936345403021083f,-0.03602173869055441f,-0.14445005725866839f,-0.08707278979269381f,0.8882370171971972f,0.4510580124089846f,2.4169645428497075f,-0.003801680104023794f,0.45247811377460123f,-0.891767404530669f,0.025629721637314033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08644469892741521f,-0.011110243977722069f,-0.125f,-0.08707278979269381f,0.9815665945100746f,0.17013332953778462f,2.1961120590849412f,-0.003801680104023794f,0.17045332079265454f,-0.9853584183733061f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6827367396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3080936565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12938563219330254f,0.01721757931316912f,0.13755673228417997f,-0.1205904774487396f,0.8574922762467883f,-0.5001649057318862f,1.0419597420374382f,0.04995021125231469f,-0.49796220173728145f,-0.8657589861138076f,0.3940583388183118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06157984310536621f,0.11508696615422756f,0.12499999999999999f,-0.1205904774487396f,0.09472244017565606f,-0.9881728573867297f,1.0155102032527432f,0.04995021125231469f,-0.9935972938018137f,-0.10133801925023705f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.148551281775623f,-0.08992333562466022f,-0.14235191422979948f,0.16042999720436046f,0.580174709629087f,-0.7985358616266481f,1.0420508775370467f,-0.06645228065352393f,-0.800830708071078f,-0.5951926338642988f,0.4341519698839396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0667993286851372f,-0.16028580503045436f,-0.125f,0.16042999720436046f,-0.0032351153905784136f,-0.9870419190821726f,1.0193816707163037f,-0.06645228065352393f,-0.9977611857131068f,-0.007530649395678934f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1301425034888615f,-0.010000782025299172f,-4.100723895728975e-18f,0.09707147634793217f,0.6839422702127684f,-0.723049168103966f,1.2022544762657832f,-0.08725947132030264f,-0.7178341729131152f,-0.6907241742280671f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1272407613695594f,0.029101125434605992f,-4.4572576075354295e-18f,-0.0970714763479322f,0.5697236543563485f,-0.8160833818590358f,1.164867637165321f,0.0872594713203024f,-0.8119265646060257f,-0.5772010380724886f,0.03639627042375604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.187018285766132e-17f,9.107618231717704e-17f,-4.100723895728975e-18f,0f,0.7436934663985391f,-0.6685207760691698f,1.2022544762657832f,-1.2246467991473532e-16f,-0.6685207760691698f,-0.7436934663985391f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1798380897803146e-16f,-4.100705354660506e-18f,0.08396679361622925f,0.9597448427286674f,-0.26802875671378085f,1.2272542909052626f,-0.023360245369121065f,-0.26700882637439083f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1798380897803146e-16f,-4.100705354660506e-18f,-0.08396679361622925f,0.9597448427286674f,-0.26802875671378085f,1.2272542909052626f,0.023360245369120822f,-0.26700882637439083f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2824055898897633e-17f,1.1798380897803146e-16f,-4.100705354660506e-18f,0f,0.9634109121109564f,-0.26802875671378085f,1.2272542909052626f,-1.2246467991473532e-16f,-0.26802875671378085f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12984433895491818f,-0.013324207174394235f,-0.19375f,0.12059047744873957f,0.8721260688147427f,-0.47418778647538734f,1.2397546065259288f,-0.04995021125231491f,-0.4717378167320305f,-0.8803229002251084f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1285894175556668f,0.02240197643423899f,0.19375f,-0.1205904774487396f,0.8367049075869407f,-0.5342123495096439f,1.2397541225253454f,0.04995021125231469f,-0.5323435538377668f,-0.8450534403712145f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1016644169545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30809375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34779489143028386f,-0.24266113893487218f,-0.9056236995274733f,-0.05280179366079467f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.38621875f,0.9375706445356513f,0.09001594169152095f,0.33594406788391373f,0.3018259207248911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34779489143028386f,-0.24266113893487218f,-0.9056236995274733f,-0.02019602258920554f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.38621875f,0.9375706445356513f,0.09001594169152095f,0.33594406788391373f,0.3897231686501084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34779489143028386f,-0.24266113893487218f,-0.9056236995274733f,0.09934464680412093f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.4250416067653782f,0.9375706445356513f,0.09001594169152095f,0.33594406788391373f,0.2953829345049127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7706568445890497f,-0.5489564193883943f,-0.32362768345789356f,0.5415510292003303f,-0.5499342404754265f,0.8294993993759021f,-0.0974837298616199f,2.2384844267079975f,0.3219632883431977f,0.10284744064531116f,-0.941149321262011f,-0.38780185840066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49978121232887085f,-0.5489564193883943f,-0.6699743199670845f,0.5621616207996698f,0.2271172325831308f,0.8294993993759021f,-0.5102435782043685f,2.2630471732920023f,0.8358447837169674f,0.10284744064531116f,0.5392456782263952f,-0.47589804159933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728194396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.324751749910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829213887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47421625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19.mcfunction new file mode 100644 index 000000000..43c1f5184 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..593732ba0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,-0.13647490979830773f,-0.22195072142100206f,0.028763957277201935f,-0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,0.22455653481955426f,0.0034233416244066604f,-0.7851796532300116f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,0.1666343354708256f,-0.2174211148613898f,0.028763957277201935f,0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,0.2045125641153605f,-0.08108209983200775f,-0.7691555786742972f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,0.13647490979830773f,0.22195072142100222f,-0.028763957277201838f,0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,-0.22455653481955443f,0.003423341624406689f,-0.7851796532300116f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,-0.1666343354708256f,0.21742111486138996f,-0.028763957277201838f,-0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,-0.20451256411536067f,-0.08108209983200779f,-0.7691555786742972f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05482034315810226f,-0.06112293889508408f,1.560341298023242f,-0.5512794904374663f,1.433404074216024f,-0.6213549309135693f,0.02602037375399268f,1.1562287896360166f,0.6194786033406899f,1.432336652526291f,0.07787312651259598f,-0.21533934291242882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46572981598078517f,-0.8660254037844387f,0.18192234196630197f,-0.4538265552976477f,-0.8217706171765342f,0.499524110790929f,0.27416913663618314f,1.3756464541827824f,-0.3283120333643017f,-0.021809693682668135f,-0.9443175027551198f,-0.1468010443412533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44254053777840324f,-0.8660254037844387f,0.23271844022939356f,-0.2984375f,-0.7860752267005446f,0.499524110790929f,0.3640898250517575f,1.6563470268408609f,-0.43155950967449364f,-0.021809693682668135f,-0.9018207842309794f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7298463131821401f,0.6572579899066293f,0.18797950377191303f,0.35900666085696054f,0.3572930907908447f,-0.13232018150401031f,-0.9245718018844566f,1.4765334546815068f,-0.5828087219727949f,0.7419590987855349f,-0.33140713529101085f,0.2716595833523793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10858563765264052f,0.8848880595371388f,0.45297050829404634f,0.2984375f,0.5447837226606973f,0.43411726602901163f,-0.7174628177539578f,1.6563470268408609f,-0.8315165992447306f,0.1688648022060651f,-0.5292115113604243f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.655126369941367e-17f,1.086257446493139e-16f,-0.15625000000000003f,0f,0.8869965178935133f,-0.46177611160039667f,1.323823195427028f,-1.2246467991473532e-16f,-0.46177611160039667f,-0.8869965178935133f,0.24275397637600699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.1205698772538546e-17f,1.20614742739795e-16f,-0.15625000000000003f,0f,0.9848941166038379f,-0.1731576711530441f,1.5074086068455412f,-1.2246467991473532e-16f,-0.1731576711530441f,-0.9848941166038379f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.3203596864699763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.5074086068455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879663513002226f,0.15245872673101807f,0.026054276848183344f,0.19398816939837998f,0.152201328666597f,0.9283408494016244f,0.339143071408503f,2.285928549352992f,0.027518071346799514f,0.3390274383819505f,-0.940373942521551f,0.05363349586611896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996526454364314f,-0.003970280829192319f,0.026054276848183344f,0.07880315743152191f,0.005102973595949703f,0.9407209664805426f,0.339143071408503f,2.2959963406727724f,-0.025856297732341244f,0.3391582228017645f,-0.940373942521551f,0.05407306512814668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734485154847319f,0.2220159679575637f,0.055739552137040474f,0.05753446865807134f,0.20132544579079525f,0.7145101026889935f,0.6700323708840505f,2.3060191300452018f,0.10893141226344853f,0.6634638069459633f,-0.7402362624831753f,0.005287470716730212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944112610510889f,-0.0896624013862293f,0.055739552137040474f,0.08638996560707128f,-0.029323887268125265f,0.7417524732705545f,0.6700323708840505f,2.3127853020332148f,-0.10142166203661539f,0.6646532345326173f,-0.7402362624831753f,0.01358474963544063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06700168521356845f,0.055739552137040474f,0.14371331662040676f,0.08707278979269381f,0.7372075360746224f,0.6700323708840505f,2.4101382996259195f,0.003801680104023551f,0.6723360937309006f,-0.7402362624831753f,0.06380498280462002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08317029609069687f,0.026054276848183344f,0.125f,0.08707278979269381f,0.9366964857376825f,0.339143071408503f,2.199381590334941f,0.003801680104023551f,0.3401211482029035f,-0.940373942521551f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987739725224575f,-0.15569963060392233f,-0.011307530370643932f,-0.19480434467594324f,-0.15530404164850864f,0.9727117122463105f,0.17237337238242154f,2.296005016256724f,-0.015839503177789163f,0.17201613264067067f,-0.9849667812928657f,0.0367155546980643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999357985674441f,0.0007338257320270714f,-0.011307530370643932f,-0.07961933270908515f,-0.0012263548399151086f,0.9850309216198837f,0.17237337238242154f,2.3060728075765042f,0.011264759078410728f,0.17237617280957762f,-0.9849667812928657f,0.03715512396009206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971557942199215f,-0.2339525779026f,-0.03662453060934366f,-0.057389888810372935f,-0.22441077847802487f,0.860265156909767f,0.4578030824600253f,2.3046737915549427f,-0.07559740374188591f,0.4530011601527549f,-0.8882989257270012f,-0.0017850081426206837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963018343366058f,0.07772579144119302f,-0.03662453060934366f,-0.08639645327549142f,0.0524092199553549f,0.887507527491328f,0.4578030824600253f,2.313284612409279f,0.06808765351505229f,0.45419058773940896f,-0.8882989257270012f,0.0038486946491002594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07908708650305193f,-0.03662453060934366f,-0.14444430063212363f,-0.08707278979269381f,0.884779445380495f,0.4578030824600253f,2.420146122319063f,-0.003801680104023794f,0.45925000357173895f,-0.8882989257270012f,0.02613567848075177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641911392054963f,-0.011307530370643932f,-0.125f,-0.08707278979269381f,0.9811756977072089f,0.17237337238242154f,2.199381590334941f,-0.003801680104023794f,0.17270201787460004f,-0.9849667812928657f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6860062709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3113631878258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12941825528999676f,0.016970623240148495f,0.13702080722552396f,-0.1205904774487396f,0.8584452494134006f,-0.4985275223177244f,1.0482947091989474f,0.0499502112523147f,-0.49630904581445767f,-0.8667077404976786f,0.39332886336835793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06101495832390115f,0.11538744176121789f,0.12499999999999999f,-0.1205904774487396f,0.08987737643024118f,-0.9886253051357231f,1.0187797345027432f,0.0499502112523147f,-0.9940821052945019f,-0.0964662859713164f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1475580068560619f,-0.09154411078661592f,-0.1428063040562957f,0.1604299972043605f,0.5713985233381405f,-0.8048390792723733f,1.041653628672347f,-0.06645228065352396f,-0.8072981866322129f,-0.5863904264705269f,0.43575950651658046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06783937369367078f,-0.15984839374825233f,-0.125f,0.1604299972043605f,0.0031782457632676953f,-0.9870421038389787f,1.0226512019663037f,-0.06645228065352396f,-0.9976911937722608f,-0.014013431600665316f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13012868499179217f,-0.010179007700792657f,-4.100723895728975e-18f,0.09701834496183197f,0.6825137500153406f,-0.7244048742111444f,1.2055240075157831f,-0.08731854096543783f,-0.7191950405712653f,-0.6892996199196421f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12719633062466149f,0.02929471507094125f,-4.460044440026192e-18f,-0.097018344961832f,0.567986308132466f,-0.8172998192309344f,1.1681389474129174f,0.08731854096543759f,-0.8131498307505651f,-0.5754674840110379f,0.03641902663797798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.192560426436232e-17f,9.102633241286653e-17f,-4.100723895728975e-18f,0f,0.7432864110390245f,-0.668973326198232f,1.2055240075157831f,-1.2246467991473532e-16f,-0.668973326198232f,-0.7432864110390245f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1800376658429581e-16f,-4.100705354660506e-18f,0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,-0.02330913183658523f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1800376658429581e-16f,-4.100705354660506e-18f,-0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,0.023309131836584986f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.275223501591307e-17f,1.1800376658429581e-16f,-4.100705354660506e-18f,0f,0.9635738783333663f,-0.26744229469849146f,1.2305238221552626f,-1.2246467991473532e-16f,-0.26744229469849146f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12981979180980424f,-0.013561287178027846f,-0.19375f,0.1205904774487396f,0.8712587243074587f,-0.47577954145467904f,1.2430241377759288f,-0.04995021125231493f,-0.4733445436176472f,-0.8794600158183715f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12855517940029695f,0.02259762608822659f,0.19375f,-0.1205904774487396f,0.8358910234557575f,-0.5354849518471747f,1.2430236537753454f,0.04995021125231469f,-0.533628862371071f,-0.8442423903360963f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1049339482045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.31136328125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34351115331432613f,-0.24306954312646997f,-0.9071478847205405f,-0.052973741795984144f,0f,0.9659258262890683f,-0.25881904510252074f,1.38948828125f,0.9391485971605675f,0.08890722868287944f,0.3318062946046513f,0.3007278389221607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34351115331432613f,-0.24306954312646997f,-0.9071478847205405f,-0.02076957117276608f,0f,0.9659258262890683f,-0.25881904510252074f,1.38948828125f,0.9391485971605675f,0.08890722868287944f,0.3318062946046513f,0.3887730199059639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34351115331432613f,-0.24306954312646997f,-0.9071478847205405f,0.099200526223706f,0f,0.9659258262890683f,-0.25881904510252074f,1.4283111380153781f,0.9391485971605675f,0.08890722868287944f,0.3318062946046513f,0.2949794852233646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7728548610873001f,-0.5489564193883943f,-0.31834291778835483f,0.5415504456065803f,-0.5505888802489889f,0.8294993993759021f,-0.09371569442298391f,2.229554686082998f,0.31551109115195064f,0.10284744064531116f,-0.943331943333212f,-0.38780107558816057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5043572355447452f,-0.5489564193883943f,-0.6665362920096216f,0.5621610372059198f,0.23060587040563454f,0.8294993993759021f,-0.5086763990686782f,2.2541174326670026f,0.8321326285443457f,0.10284744064531116f,0.5449565968630777f,-0.47589725878683947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728188560814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.315822009285965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829206059594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47748578125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..255040e05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,-0.1356999837966363f,-0.23718516498339143f,0.029310400663125943f,-0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,0.23954525342279173f,0.006066257120404321f,-0.7807212796713074f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,0.16568815950691823f,-0.23234465141230182f,0.029310400663125943f,0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,0.21906848605125753f,-0.0843090700350434f,-0.7647881923310768f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,0.1356999837966363f,0.2371851649833916f,-0.029310400663125846f,0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,-0.2395452534227919f,0.006066257120404349f,-0.7807212796713074f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,-0.16568815950691823f,0.23234465141230198f,-0.029310400663125846f,-0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,-0.21906848605125767f,-0.08430907003504344f,-0.7647881923310768f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03585863725936949f,0.3319982098002194f,1.5264002086030224f,-0.5773020100857716f,1.5603564709783408f,0.0642657739041407f,-0.05063441300657182f,0.9394265821387079f,-0.07353972810610032f,1.525468239260966f,-0.33006788604184056f,-0.007466937935986184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4942485932863089f,-0.8660254037844385f,-0.07561962731001129f,-0.47616113567771207f,-0.848651928578662f,0.4995241107909291f,-0.17397001712435772f,1.1596166502614298f,0.18843628141688243f,-0.021809693682668156f,-0.9818432181907892f,-0.06767941071064126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4862571872988993f,-0.8660254037844385f,0.11642142328696799f,-0.2984375f,-0.8515770073977768f,0.4995241107909291f,0.1590354149552186f,1.4755735893408608f,-0.195884017397056f,-0.021809693682668156f,-0.9803845107863843f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6822627495201796f,0.7009977486242247f,0.20765282815539252f,0.3809530870474536f,0.3647830698816969f,-0.08024751751416853f,-0.9276279684552953f,1.308054454367415f,-0.6336014934837589f,0.7086342444142689f,-0.3104620026646882f,0.2737123890611751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17528577935296086f,0.8741413539990428f,0.45293684856207644f,0.2984375f,0.5104409921210694f,0.47408697088724683f,-0.7174200565898707f,1.4755735893408608f,-0.8418579981915499f,0.10544400060541606f,-0.5292982841623819f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.810053618002238e-17f,9.432870228626908e-17f,-0.15625000000000003f,0f,0.770252307456684f,-0.6377392749844202f,1.149446519017388f,-1.2246467991473532e-16f,-0.6377392749844202f,-0.770252307456684f,0.2657713661337931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.636181781790527e-17f,1.1694193444439013e-16f,-0.15625000000000003f,0f,0.9549033609185088f,-0.2969167750507476f,1.3266351693455412f,-1.2246467991473532e-16f,-0.2969167750507476f,-0.9549033609185088f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1395862489699762f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3266351693455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876885926384368f,0.1564308606531276f,0.0007936039476246141f,0.1952130784621191f,0.15625499009008528f,0.9863109085366384f,0.05267988015910928f,2.120463044591696f,0.00745801876179319f,0.052155321271683694f,-0.9986111357376285f,0.024000151793526676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999996850898596f,-0.0000035994393755428566f,0.0007936039476246141f,0.08002806649526101f,0.00003821253151291282f,0.9986114503480442f,0.05267988015910928f,2.1305308359114763f,-0.0007926916071742934f,0.05267989389529668f,-0.9986111357376285f,0.024439721055554395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702986792137147f,0.24190325148467667f,0.001813845986322815f,0.057661584319099804f,0.24151591027810515f,0.96826270872124f,0.06432256200079124f,2.1259376411252147f,0.013803557463896032f,0.06285016961750106f,-0.9979275113856679f,0.02274871219148472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975610973221061f,-0.06977511785911635f,0.001813845986322815f,0.08676877103082298f,-0.06951435175543519f,0.995505079302801f,0.06432256200079124f,2.135915258915546f,-0.00629380723706289f,0.06403959720415509f,-0.9979275113856679f,0.023444736586848404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713686623142855f,0.001813845986322815f,0.14460922915077698f,0.0870727897926938f,0.9941232002600944f,0.06432256200079124f,2.2424399757509352f,0.0038016801040235506f,0.06423573186314922f,-0.9979275113856679f,-0.0008988588514604098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715212955900897f,0.0007936039476246141f,0.125f,0.0870727897926938f,0.9948081018488637f,0.05267988015910928f,2.018608152834941f,0.0038016801040235506f,0.05254851862032338f,-0.9986111357376285f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883868890659f,-0.15643380300621246f,-0.00034011981437115986f,-0.19522757244700323f,-0.1562731713732116f,0.9865709129987462f,0.047502942369701324f,2.1206533313283265f,-0.007095513613084201f,0.04697125612365321f,-0.9988710401171579f,0.023439882106209165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999999421590358f,6.611252469646001e-7f,-0.00034011981437115986f,-0.08004256048014516f,-0.000015496313935922656f,0.9988710979030703f,0.047502942369701324f,2.1307211226481066f,0.00033976725779401393f,0.047502944892688734f,-0.9988710401171579f,0.023879451368236913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702968797926671f,-0.24191461258204155f,-0.0011337036188270725f,-0.05768210052076146f,-0.24158970771457738f,0.9687286473975456f,0.05656165518888948f,2.1261813191963f,-0.012584839728803164f,0.05515548867159556f,-0.99839846448119f,0.022543645452821934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975628967431537f,0.06976375676175146f,-0.0011337036188270725f,-0.08678943101642056f,0.06958814919190741f,0.9959710179791066f,0.05656165518888948f,2.1361648338198878f,0.005075089501969538f,0.05634491625824967f,-0.99839846448119f,0.023142287396788176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714836894630117f,-0.0011337036188270725f,-0.1446098927968295f,-0.08707278979269381f,0.9945949469206097f,0.05656165518888948f,2.2424986196083987f,-0.0038016801040237948f,0.0564451357513545f,-0.99839846448119f,-0.002068121775483262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715507909702018f,-0.00034011981437115986f,-0.125f,-0.08707278979269381f,0.9950687412153686f,0.047502942369701324f,2.018608152834941f,-0.0038016801040237948f,0.047351794513555256f,-0.9988710401171579f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.505232833419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1305897503258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11871442750762165f,0.0542583777586787f,0.13575367393261323f,-0.12059047744873957f,0.6740083121896375f,-0.7288146073233993f,0.8810076032771399f,0.04995021125231468f,-0.7291225410044688f,-0.6825579071368488f,0.40505794408545126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.045668556299523336f,0.12227620300362252f,0.12499999999999999f,-0.12059047744873957f,-0.038013773582969035f,-0.9919742384591786f,0.8380062970027431f,0.04995021125231468f,-0.9982331070363774f,0.03218136747170802f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17284953453174393f,-0.016635144099324164f,-0.14974942722385293f,0.16042999720436046f,0.8689988723288882f,-0.4680845819807884f,0.8323535699228937f,-0.06645228065352395f,-0.46364210152150764f,-0.883527077170058f,0.41311622058308534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09182409792661465f,-0.1473839361905133f,-0.125f,0.16042999720436046f,0.15631715359644582f,-0.9745907671882152f,0.8418777644663036f,-0.06645228065352395f,-0.983429348012082f,-0.16867368456423976f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052583441700835f,-0.00030562265882969465f,-4.100723895728975e-18f,0.0999014987109596f,0.7573182083878448f,-0.6453594516233019f,1.024750570015783f,-0.08400462731760679f,-0.6398688442126f,-0.7638789726097069f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920822236336924f,0.018501949334163804f,-4.305788861205578e-18f,-0.0999014987109596f,0.6599376556661407f,-0.7446488979305499f,0.9872879536795856f,0.08400462731760654f,-0.740126695848472f,-0.6671998925971538f,0.03515943424833541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.881636337374851e-17f,9.373141784458296e-17f,-4.100723895728975e-18f,0f,0.7653751098671262f,-0.643584447602554f,1.024750570015783f,-1.2246467991473532e-16f,-0.643584447602554f,-0.7653751098671262f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1683490075718646e-16f,-4.100705354660506e-18f,0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,-0.02612172210057496f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1683490075718646e-16f,-4.100705354660506e-18f,-0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,0.02612172210057472f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.670427484199852e-17f,1.1683490075718646e-16f,-4.100705354660506e-18f,0f,0.9540293645362196f,-0.2997131488650725f,1.0497503846552625f,-1.2246467991473532e-16f,-0.2997131488650725f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052555612597844f,-0.0004074965888351832f,-0.19375f,0.1205904774487396f,0.914776431659914f,-0.38554119991025576f,1.0622507002759287f,-0.04995021125231493f,-0.3822919817071224f,-0.9226905316075864f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12999946419595895f,0.011714357183790871f,0.19375f,-0.12059047744873963f,0.8779345111294395f,-0.46334536893832967f,1.0622502162753453f,0.0499502112523147f,-0.46079402500105765f,-0.8861003571374824f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9241605107045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13058984375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.567165636172183f,-0.21316433676699595f,-0.7955401351761514f,-0.04284816864869612f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.20871484375f,0.8236037525080872f,0.14679326836904816f,0.547839935762381f,0.3627676673433708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.567165636172183f,-0.21316433676699595f,-0.7955401351761514f,0.010323609742446047f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.20871484375f,0.8236037525080872f,0.14679326836904816f,0.547839935762381f,0.439980519141004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.567165636172183f,-0.21316433676699595f,-0.7955401351761514f,0.1030687408232977f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.247537700515378f,0.8236037525080872f,0.14679326836904816f,0.547839935762381f,0.31919810287783024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6004513102470506f,-0.5489564193883943f,-0.5814680332012014f,0.5417153692003303f,-0.4769554453846805f,0.8294993993759021f,-0.29059292756864985f,2.0720446679579974f,0.6418502373143609f,0.10284744064531116f,-0.759901754710573f,-0.38802229840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22226618304766535f,-0.5489564193883943f,-0.805757155404589f,0.5623259607996698f,0.02625196137911559f,0.8294993993759021f,-0.5578902947343384f,2.096607414542002f,0.9746325350598404f,0.10284744064531116f,0.19878084806021445f,-0.47611848159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729837796751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1583119911609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831418287719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2967123437499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2.mcfunction new file mode 100644 index 000000000..3a45f5399 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20.mcfunction new file mode 100644 index 000000000..4453a614f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..e0906bb6f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.4218799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.4218799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.4218799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.4218799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04990969125464431f,-0.05084211838396208f,1.5608748674115733f,-0.553643470147984f,1.441140910456882f,-0.6031752390587319f,0.02643401584988283f,1.1537307580995215f,0.6016877503542649f,1.4404863623042992f,0.06615996590802374f,-0.20472040578288012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4683360946241989f,-0.8660254037844386f,0.17510369062973388f,-0.4556334216503011f,-0.8256856768928653f,0.499524110790929f,0.2621427582682818f,1.3739618179039548f,-0.31449080343648295f,-0.021809693682668135f,-0.9490099429486204f,-0.1396743056349668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4474671808010126f,-0.8660254037844386f,0.22309890655490458f,-0.2984375f,-0.7937611046834007f,0.499524110790929f,0.3470143677577622f,1.6574837455908606f,-0.41196654087168494f,-0.021809693682668135f,-0.9109379267895737f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7301475496112584f,0.6569566978077216f,0.18786285689898582f,0.35886189670087015f,0.35722031441081176f,-0.13263274120065038f,-0.9245551378548723f,1.4776012352645425f,-0.5824759246260017f,0.7421700971928034f,-0.3315197491310421f,0.27164630679987745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10814679734521317f,0.8849379552738171f,0.45297801882626576f,0.2984375f,0.5449735866734081f,0.43385829848086915f,-0.7174752725130018f,1.6574837455908606f,-0.8314493731143794f,0.1692684027072995f,-0.5291881969513539f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.0862749776607358e-16f,-0.15625000000000003f,0f,0.8870108331782218f,-0.4617486132350339f,1.3249791730161702f,-1.2246467991473532e-16f,-0.4617486132350339f,-0.8870108331782218f,0.242845406574913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,-0.15625000000000003f,0f,0.9848077530122081f,-0.1736481776669304f,1.508545325595541f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.321496405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.508545325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.195079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.074287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.195079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.074287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879697265981517f,0.15241045772181555f,0.026208237304323423f,0.1939780658194315f,0.15215741056912718f,0.9277127913470791f,0.3408769560705288f,2.286942222614208f,0.027639495915647985f,0.3407638906164176f,-0.9397425334193888f,0.05380415257100335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996484282422095f,-0.004018483579719637f,0.026208237304323423f,0.0787930538525734f,0.005157846128914664f,0.940093770558768f,0.3408769560705288f,2.2970100139339884f,-0.026008009077794596f,0.3408922914152186f,-0.9397425334193888f,0.05424372183303107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734855142374208f,0.22178236702673287f,0.056022631551222224f,0.05754356037599767f,0.2008807878348885f,0.711702642846375f,0.6731465347488019f,2.3072632972654517f,0.10942057689821864f,0.6665522708996685f,-0.7373840298716511f,0.0052088957549548676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943742622984f,-0.08989600231706013f,0.056022631551222224f,0.08639610091504989f,-0.028879229312218535f,0.738945013427936f,0.6731465347488019f,2.313993938563681f,-0.1019108266713855f,0.6677416984863225f,-0.7373840298716511f,0.013545261699232522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06676517241775062f,0.056022631551222224f,0.14370242957303597f,0.0870727897926938f,0.7343650808919209f,0.6731465347488019f,2.4111333602415512f,0.0038016801040235523f,0.6754630557762805f,-0.7373840298716511f,0.06419663861123548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0831219092134934f,0.026208237304323423f,0.125f,0.0870727897926938f,0.9360668940293788f,0.3408769560705288f,2.2005183090849414f,0.0038016801040235523f,0.34186184067675f,-0.9397425334193888f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877403530770759f,-0.1556906518948486f,-0.011376107230962076f,-0.19480121720469637f,-0.15529447797326662f,0.9725749453184869f,0.17315195883891338f,2.2971024087691614f,-0.015894024480410232f,0.17279582359333578f,-0.9848294183941283f,0.03679674904731539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999350141104881f,0.0007427921160629014f,-0.011376107230962076f,-0.07961620523783829f,-0.001238303970574603f,0.984894342431473f,0.17315195883891338f,2.3071702000889416f,0.01133287956057471f,0.17315479348360127f,-0.9848294183941283f,0.03723631830934314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715731410849197f,-0.23385661591496054f,-0.03683360850073475f,-0.057393171135046966f,-0.22422085069250916f,0.8590660000662882f,0.4601419537977771f,2.305854541857458f,-0.07596473943291245f,0.45532042642836795f,-0.8870809814441852f,-0.0019333940307869613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9962866354509011f,0.07782175342883248f,-0.03683360850073475f,-0.08639852112309188f,0.0522192921698392f,0.8863083706478492f,0.4601419537977771f,2.31445018640574f,0.06845498920607883f,0.45650985401502203f,-0.8870809814441852f,0.003729660963702419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716569f,-0.03683360850073475f,-0.14444227548943625f,-0.0870727897926938f,0.8835653408961227f,0.4601419537977771f,2.4212519933668504f,-0.0038016801040237943f,0.4615981797932134f,-0.8870809814441852f,0.02631153732841569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638344f,-0.011376107230962076f,-0.125f,-0.0870727897926938f,0.9810385968084867f,0.17315195883891338f,2.2005183090849414f,-0.0038016801040237943f,0.17348361275310636f,-0.9848294183941283f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6871429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3124999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1292559202899414f,0.01816573492777425f,0.1365296337180277f,-0.1205904774487396f,0.8538021633485269f,-0.506438350256041f,1.051684168953452f,0.04995021125231469f,-0.5042963146121292f,-0.8620848006225799f,0.3933394208963089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06027028824845819f,0.11577814651268868f,0.12499999999999999f,-0.1205904774487396f,0.08350611981466838f,-0.9891838376672879f,1.0199164532527432f,0.04995021125231469f,-0.9946829747753532f,-0.09005973621937347f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14805941074572018f,-0.09073092359651111f,-0.14329083892996775f,0.1604299972043605f,0.5758177603195268f,-0.8016833058618675f,1.0394665538396994f,-0.06645228065352397f,-0.8040598968921621f,-0.5908229655368106f,0.43627338097941515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06924204916525434f,-0.15924581072807636f,-0.125f,0.1604299972043605f,0.011855641845273324f,-0.9869760178208209f,1.0237879207163036f,-0.06645228065352397f,-0.9975294393569711f,-0.02278402976016708f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13012382353035165f,-0.010240967010384034f,-4.100723895728975e-18f,0.09699986433759904f,0.6820164673813669f,-0.7248755510700635f,1.2066607262657831f,-0.08733907014591612f,-0.7196675126546166f,-0.688803715187109f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1271808143696216f,0.02936200455939066f,-4.46101330764214e-18f,-0.09699986433759904f,0.5673816769683092f,-0.8177218713958412f,1.1692762879124f,0.08733907014591587f,-0.8135742578873234f,-0.5748641698080841f,0.03642693804244678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.194486552889033e-17f,9.100899318238092e-17f,-4.100723895728975e-18f,0f,0.7431448254773942f,-0.6691306063588582f,1.2066607262657831f,-1.2246467991473532e-16f,-0.6691306063588582f,-0.7431448254773942f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1801069500828532e-16f,-4.100705354660506e-18f,0.08398592788366001f,0.959963548406176f,-0.26723837607825685f,1.2316605409052626f,-0.023291359157778604f,-0.26622145337580744f,-0.963630453208623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1801069500828532e-16f,-4.100705354660506e-18f,-0.08398592788366001f,0.959963548406176f,-0.26723837607825685f,1.2316605409052626f,0.02329135915777836f,-0.26622145337580744f,-0.963630453208623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.272726218735738e-17f,1.1801069500828532e-16f,-4.100705354660506e-18f,0f,0.963630453208623f,-0.26723837607825685f,1.2316605409052626f,-1.2246467991473532e-16f,-0.26723837607825685f,-0.963630453208623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1298111560818893f,-0.013643702288940227f,-0.19375f,0.1205904774487396f,0.8709564936743581f,-0.476332575912201f,1.2441608565259288f,-0.04995021125231493f,-0.4739027852662939f,-0.8791593294236818f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12854320606946848f,0.022665635416815523f,0.19375f,-0.1205904774487396f,0.8356076066047967f,-0.5359271074809413f,1.2441603725253454f,0.04995021125231469f,-0.5340754365795018f,-0.843959954285903f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1060706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.3125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,-0.05303344421839072f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.390625f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.3003462834006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,-0.020969055781609333f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.390625f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.3884424665993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,0.09914975567855529f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.429447856765378f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.29483946156759716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7736105612744358f,-0.5489564193883943f,-0.3165020522791685f,0.5415502510753303f,-0.5508104322257099f,0.8294993993759021f,-0.09240462210487171f,2.2183587829579974f,0.31326437275243874f,0.10284744064531116f,-0.9440804185643986f,-0.3878008146506606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5059426531202164f,-0.5489564193883943f,-0.6653336616810769f,0.5621608426746698f,0.23181624106074222f,0.8294993993759021f,-0.5081259458200156f,2.242921529542002f,0.83083287256472f,0.10284744064531116f,0.5469361405306518f,-0.4758969978493395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728186615501967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.3046261061609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829203450219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4786225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21.mcfunction new file mode 100644 index 000000000..b24b274fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..efdb27d05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,-0.13647490979830773f,-0.22195072142100214f,0.028763957277201935f,-0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,0.22455653481955434f,0.0034233416244066747f,-0.7851796532300116f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,0.1666343354708256f,-0.21742111486138987f,0.028763957277201935f,0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,0.2045125641153606f,-0.08108209983200776f,-0.7691555786742972f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,0.13647490979830773f,0.2219507214210023f,-0.028763957277201838f,0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,-0.2245565348195545f,0.003423341624406703f,-0.7851796532300116f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,-0.1666343354708256f,0.21742111486139004f,-0.028763957277201838f,-0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,-0.20451256411536076f,-0.0810820998320078f,-0.7691555786742972f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03998891410977378f,-0.028987829024010054f,1.5617191945150688f,-0.5571489842343342f,1.4566864100702759f,-0.5645809415149228f,0.026820014815359776f,1.1472962776214248f,0.5638012410991073f,1.4566448833695183f,0.0414740194399817f,-0.18686000600554276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4734968458478155f,-0.8660254037844386f,0.16062607811986876f,-0.45804862953026876f,-0.8333528433951316f,0.499524110790929f,0.2366404469734229f,1.3690946004115867f,-0.28517323748455026f,-0.021809693682668135f,-0.9582278235806182f,-0.12921186502464088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4544356372372716f,-0.8660254037844386f,0.20853836963195765f,-0.2984375f,-0.8045490941811749f,0.499524110790929f,0.3212108618816974f,1.6563470268408609f,-0.3823467100172382f,-0.021809693682668135f,-0.9237615117553134f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.72984631318214f,0.6572579899066293f,0.18797950377191297f,0.35900666085696054f,0.3572930907908447f,-0.13232018150401031f,-0.9245718018844566f,1.4765334546815068f,-0.582808721972795f,0.7419590987855348f,-0.331407135291011f,0.2716595833523792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10858563765264052f,0.8848880595371388f,0.4529705082940462f,0.2984375f,0.5447837226606973f,0.43411726602901163f,-0.7174628177539578f,1.6563470268408609f,-0.8315165992447305f,0.16886480220606503f,-0.5292115113604245f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.736388258510259e-17f,1.0819881146011327e-16f,-0.15625000000000003f,0f,0.8835103438431839f,-0.468411648362953f,1.324117849925821f,-1.2246467991473532e-16f,-0.468411648362953f,-0.8835103438431839f,0.2441289613336627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.210917447521317e-17f,1.2045240649585693e-16f,-0.15625000000000003f,0f,0.9835685405761122f,-0.18053511012813198f,1.5074086068455412f,-1.2246467991473532e-16f,-0.18053511012813198f,-0.9835685405761122f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.3203596864699763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.5074086068455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879663513002226f,0.15245872673101807f,0.026054276848183344f,0.19398816939837998f,0.152201328666597f,0.9283408494016244f,0.339143071408503f,2.285928549352992f,0.027518071346799514f,0.3390274383819505f,-0.940373942521551f,0.05363349586611896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996526454364314f,-0.003970280829192319f,0.026054276848183344f,0.07880315743152191f,0.005102973595949703f,0.9407209664805426f,0.339143071408503f,2.2959963406727724f,-0.025856297732341244f,0.3391582228017645f,-0.940373942521551f,0.05407306512814668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734485154847319f,0.2220159679575637f,0.055739552137040474f,0.05753446865807134f,0.20132544579079525f,0.7145101026889935f,0.6700323708840505f,2.3060191300452018f,0.10893141226344853f,0.6634638069459633f,-0.7402362624831753f,0.005287470716730212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944112610510889f,-0.0896624013862293f,0.055739552137040474f,0.08638996560707128f,-0.029323887268125265f,0.7417524732705545f,0.6700323708840505f,2.3127853020332148f,-0.10142166203661539f,0.6646532345326173f,-0.7402362624831753f,0.01358474963544063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06700168521356845f,0.055739552137040474f,0.14371331662040676f,0.08707278979269381f,0.7372075360746224f,0.6700323708840505f,2.4101382996259195f,0.003801680104023551f,0.6723360937309006f,-0.7402362624831753f,0.06380498280462002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08317029609069687f,0.026054276848183344f,0.125f,0.08707278979269381f,0.9366964857376825f,0.339143071408503f,2.199381590334941f,0.003801680104023551f,0.3401211482029035f,-0.940373942521551f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987739725224575f,-0.15569963060392233f,-0.01130753037064393f,-0.19480434467594324f,-0.15530404164850867f,0.9727117122463106f,0.1723733723824215f,2.296005016256724f,-0.015839503177789163f,0.17201613264067067f,-0.9849667812928657f,0.0367155546980643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999357985674441f,0.0007338257320270714f,-0.01130753037064393f,-0.07961933270908515f,-0.0012263548399150948f,0.9850309216198838f,0.1723733723824215f,2.3060728075765042f,0.011264759078410727f,0.17237617280957762f,-0.9849667812928657f,0.03715512396009206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971557942199215f,-0.2339525779026f,-0.03662453060934366f,-0.057389888810372935f,-0.22441077847802493f,0.8602651569097671f,0.4578030824600254f,2.3046737915549427f,-0.07559740374188591f,0.4530011601527549f,-0.8882989257270012f,-0.0017850081426206837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963018343366058f,0.07772579144119302f,-0.03662453060934366f,-0.08639645327549142f,0.05240921995535493f,0.8875075274913281f,0.4578030824600254f,2.3132846124092787f,0.06808765351505229f,0.45419058773940896f,-0.8882989257270012f,0.0038486946491002594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07908708650305193f,-0.03662453060934366f,-0.14444430063212363f,-0.08707278979269381f,0.8847794453804951f,0.4578030824600254f,2.420146122319063f,-0.0038016801040237948f,0.45925000357173895f,-0.8882989257270012f,0.02613567848075177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641911392054963f,-0.01130753037064393f,-0.125f,-0.08707278979269381f,0.981175697707209f,0.1723733723824215f,2.199381590334941f,-0.0038016801040237948f,0.17270201787460004f,-0.9849667812928657f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6860062709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3113631878258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12877147525905006f,0.021330588718403952f,0.13601466436873463f,-0.1205904774487396f,0.8411236586093086f,-0.5272275862247497f,1.0521497769189476f,0.04995021125231469f,-0.5252893470148607f,-0.8494563427914057f,0.39429484860787184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05918961066647705f,0.1163343321836538f,0.12499999999999999f,-0.1205904774487396f,0.07429174426327595f,-0.9899185186079735f,1.0187797345027432f,0.04995021125231469f,-0.9954784411143571f,-0.08079387150259765f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15043064020867092f,-0.08674279274645952f,-0.1438803124881317f,0.16042999720436046f,0.5970309967772244f,-0.7860128528746859f,1.0349631448404244f,-0.06645228065352393f,-0.7879876974760476f,-0.6120943416029445f,0.43552381149114944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07130115025183298f,-0.15833456849283217f,-0.125f,0.16042999720436046f,0.02465265211016282f,-0.9867393083996118f,1.0226512019663037f,-0.06645228065352393f,-0.9971501354945005f,-0.035716966265970373f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13012868499179217f,-0.010179007700792657f,-4.100723895728975e-18f,0.09701834496183197f,0.6825137500153406f,-0.7244048742111444f,1.2055240075157831f,-0.08731854096543783f,-0.7191950405712653f,-0.6892996199196421f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12719633062466149f,0.02929471507094124f,-4.460044440026192e-18f,-0.097018344961832f,0.5679863081324661f,-0.8172998192309344f,1.1681389474129174f,0.08731854096543759f,-0.8131498307505651f,-0.5754674840110379f,0.03641902663797798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.192560426436232e-17f,9.102633241286653e-17f,-4.100723895728975e-18f,0f,0.7432864110390245f,-0.668973326198232f,1.2055240075157831f,-1.2246467991473532e-16f,-0.668973326198232f,-0.7432864110390245f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1800376658429581e-16f,-4.100705354660506e-18f,0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,-0.02330913183658523f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1800376658429581e-16f,-4.100705354660506e-18f,-0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,0.023309131836584986f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.275223501591307e-17f,1.1800376658429581e-16f,-4.100705354660506e-18f,0f,0.9635738783333663f,-0.26744229469849146f,1.2305238221552626f,-1.2246467991473532e-16f,-0.26744229469849146f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12981979180980424f,-0.013561287178027842f,-0.19375f,0.1205904774487396f,0.8712587243074587f,-0.47577954145467904f,1.2430241377759288f,-0.04995021125231493f,-0.47334454361764716f,-0.8794600158183716f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12855517940029695f,0.02259762608822658f,0.19375f,-0.1205904774487396f,0.8358910234557576f,-0.5354849518471747f,1.2430236537753454f,0.04995021125231469f,-0.533628862371071f,-0.8442423903360964f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1049339482045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.31136328125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34351115331432613f,-0.24306954312646997f,-0.9071478847205405f,-0.05297374179598403f,0f,0.9659258262890683f,-0.25881904510252074f,1.38948828125f,0.9391485971605675f,0.08890722868287944f,0.3318062946046513f,0.3007278389221608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34351115331432613f,-0.24306954312646997f,-0.9071478847205405f,-0.02076957117276597f,0f,0.9659258262890683f,-0.25881904510252074f,1.38948828125f,0.9391485971605675f,0.08890722868287944f,0.3318062946046513f,0.388773019905964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34351115331432613f,-0.24306954312646997f,-0.9071478847205405f,0.0992005262237061f,0f,0.9659258262890683f,-0.25881904510252074f,1.4283111380153781f,0.9391485971605675f,0.08890722868287944f,0.3318062946046513f,0.2949794852233647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7728548610873001f,-0.5489564193883943f,-0.31834291778835483f,0.5415504456065803f,-0.5505888802489889f,0.8294993993759021f,-0.09371569442298391f,2.2049578892079973f,0.31551109115195064f,0.10284744064531116f,-0.943331943333212f,-0.38780107558816057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5043572355447452f,-0.5489564193883943f,-0.6665362920096216f,0.5621610372059198f,0.23060587040563454f,0.8294993993759021f,-0.5086763990686782f,2.229520635792002f,0.8321326285443457f,0.10284744064531116f,0.5449565968630777f,-0.47589725878683947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728188560814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2912252124109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829206059594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47748578125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22.mcfunction new file mode 100644 index 000000000..c3bbf6448 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..1cf64aaeb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597874f,-0.13497854781467877f,-0.250465300532098f,0.029819125263743265f,-0.1309185386860701f,0.8053913191349859f,-0.033905806799953885f,1.417682565448592f,0.25261118615195494f,0.00837013358867759f,-0.7765706496765471f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735203f,0.16480729425765078f,-0.24535376378654497f,0.029819125263743265f,0.18343538555292396f,0.7779770558259785f,-0.0332138515591385f,1.417682565448592f,0.23175714222392746f,-0.08712207738463572f,-0.7607222690709033f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597874f,0.13497854781467877f,0.25046530053209815f,-0.029819125263743168f,0.1309185386860701f,0.8053913191349859f,-0.033905806799953885f,1.417682565448592f,-0.2526111861519551f,0.008370133588677617f,-0.7765706496765471f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735203f,-0.16480729425765078f,0.24535376378654514f,-0.029819125263743168f,-0.18343538555292396f,0.7779770558259785f,-0.0332138515591385f,1.417682565448592f,-0.23175714222392763f,-0.08712207738463576f,-0.7607222690709033f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02569072168863533f,0.005559822955985465f,1.5622788884151941f,-0.5616497249214842f,1.4788523479909763f,-0.5037064394784124f,0.02611140880069893f,1.1373713289144043f,0.5037280711462225f,1.4790723989030012f,0.0030197918185854646f,-0.16057449371918409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48064046700999413f,-0.8660254037844386f,0.13778512790724123f,-0.4610770155194523f,-0.8437215652241807f,0.499524110790929f,0.19649321391384122f,1.3612146467303388f,-0.2389951084187155f,-0.021809693682668135f,-0.9707758110982138f,-0.11455293739778931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4633693029756811f,-0.8660254037844386f,0.18785337116972786f,-0.2984375f,-0.8182033958135128f,0.499524110790929f,0.2846381313488552f,1.653077495590861f,-0.340341140826477f,-0.021809693682668135f,-0.9400490652739358f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7289798944985075f,0.6581227820518064f,0.18831547244274682f,0.35942259615745753f,0.3575006140658367f,-0.13142002669613906f,-0.9246199692445191f,1.4734628183950698f,-0.5837650420841368f,0.7413522646674633f,-0.33108185591018024f,0.2716977428317098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10984659146192745f,0.8847432524906127f,0.45294933879687693f,0.2984375f,0.5442357271590454f,0.43486167624093885f,-0.7174279028728849f,1.653077495590861f,-0.8317098049367107f,0.16770420301606212f,-0.5292769602607751f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.905125840309139e-17f,1.0728721595618884e-16f,-0.15625000000000003f,0f,0.8760666016592408f,-0.48219011754413754f,1.3214321507563347f,-1.2246467991473532e-16f,-0.48219011754413754f,-0.8760666016592408f,0.24671644093597814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.3809994834346232e-17f,1.2012777352721966e-16f,-0.15625000000000003f,0f,0.9809177112197355f,-0.19442336231902685f,1.5041390755955413f,-1.2246467991473532e-16f,-0.19442336231902685f,-0.9809177112197355f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.3170901552199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.5041390755955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879567539024904f,0.15259597591291962f,0.025610945973111053f,0.1940170717743652f,0.15232640034599879f,0.9301294577469158f,0.3341494569635853f,2.283011175298334f,0.02716836719577509f,0.33402643602956344f,-0.9421720755028263f,0.05314136720876746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996646367009392f,-0.00383322004869191f,0.025610945973111053f,0.0788320598075071f,0.00494670544577136f,0.942507119610337f,0.3341494569635853f,2.2930789666181144f,-0.025419367317305184f,0.3341640853052351f,-0.9421720755028263f,0.053580936470795176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9733431453693985f,0.22268124868285138f,0.054919785573618096f,0.057508951063161465f,0.2025928663696232f,0.7225122812882987f,0.6610084219461342f,2.3024475944629077f,0.10751396122618724f,0.6545143733124771f,-0.7483660088945978f,0.005517860165892036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945166311664223f,-0.08899712066094163f,0.054919785573618096f,0.08637286768132657f,-0.0305913078469532f,0.7497546518698597f,0.6610084219461342f,2.3093150405354472f,-0.1000042109993541f,0.655703800899131f,-0.7483660088945978f,0.013701876716484221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06767525874678117f,0.054919785573618096f,0.14374427309475024f,0.08707278979269381f,0.745309462836746f,0.6610084219461342f,2.4072721879634496f,0.003801680104023551f,0.6632751042814417f,-0.7483660088945978f,0.06267700958927208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08330788042111237f,0.025610945973111053f,0.125f,0.08707278979269381f,0.9384894616822602f,0.3341494569635853f,2.1961120590849412f,0.003801680104023551f,0.33510793391246824f,-0.9421720755028263f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877379405047153f,-0.1557251532869971f,-0.011110243977722072f,-0.19481330823584797f,-0.1553313092310744f,0.9731016568442107f,0.17013332953778465f,2.2928482406834325f,-0.01568264199883394f,0.1697729132717977f,-0.9853584183733061f,0.03648184211349027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999380284477206f,0.0007083380838369402f,-0.011110243977722072f,-0.07962829626898989f,-0.0011922859387236695f,0.9854203309423994f,0.17013332953778465f,2.3029160320032127f,0.011068772214019279f,0.17013603269892916f,-0.9853584183733061f,0.036921411375518035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715147087929494f,-0.2342255428868939f,-0.036021738690554424f,-0.05738080039200737f,-0.22495166187550886f,0.8636801602798939f,0.4510580124089847f,2.301281603959522f,-0.07453804678415929f,0.44631264355632694f,-0.8917674045306689f,-0.0013572509544176568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963450677428713f,0.07745282645689909f,-0.036021738690554424f,-0.08639081945121534f,0.05295010335283888f,0.8909225308614549f,0.4510580124089847f,2.309935644461567f,0.06702829655732567f,0.447502071142981f,-0.8917674045306689f,0.0041918032148390745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0793634540302108f,-0.036021738690554424f,-0.14445005725866839f,-0.08707278979269381f,0.888237017197197f,0.4510580124089847f,2.4169645428497075f,-0.003801680104023794f,0.45247811377460134f,-0.8917674045306689f,0.02562972163731404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08644469892741521f,-0.011110243977722072f,-0.125f,-0.08707278979269381f,0.9815665945100746f,0.17013332953778465f,2.1961120590849412f,-0.003801680104023794f,0.17045332079265457f,-0.9853584183733061f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6827367396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3080936565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12781505167321935f,0.026465060386065907f,0.13541030567563886f,-0.1205904774487396f,0.8193583877842804f,-0.5604549661803613f,1.0502204083808184f,0.04995021125231469f,-0.5588516305186173f,-0.8277619412986634f,0.3961506035839389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.057686837128512865f,0.11708678694700898f,0.12499999999999999f,-0.1205904774487396f,0.06153985240978593f,-0.9907930072997421f,1.0155102032527432f,0.04995021125231469f,-0.9964361873133122f,-0.06796985367322006f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15436440944161306f,-0.0795318722575287f,-0.14462503398561827f,0.1604299972043605f,0.6335336260955275f,-0.7568998352511785f,1.0278937717927465f,-0.06645228065352397f,-0.7581601240529566f,-0.6486735085479836f,0.4336608132885097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07414825774133214f,-0.15702141726838031f,-0.125f,0.1604299972043605f,0.04246420733198886f,-0.9861333617177115f,1.0193816707163037f,-0.06645228065352397f,-0.9963427256569855f,-0.053714685388210504f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1301425034888615f,-0.010000782025299172f,-4.100723895728975e-18f,0.09707147634793217f,0.6839422702127684f,-0.723049168103966f,1.2022544762657832f,-0.08725947132030264f,-0.7178341729131152f,-0.6907241742280671f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1272407613695594f,0.029101125434605992f,-4.4572576075354295e-18f,-0.0970714763479322f,0.5697236543563485f,-0.8160833818590358f,1.164867637165321f,0.0872594713203024f,-0.8119265646060257f,-0.5772010380724886f,0.03639627042375604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.187018285766132e-17f,9.107618231717704e-17f,-4.100723895728975e-18f,0f,0.7436934663985391f,-0.6685207760691698f,1.2022544762657832f,-1.2246467991473532e-16f,-0.6685207760691698f,-0.7436934663985391f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1798380897803146e-16f,-4.100705354660506e-18f,0.08396679361622925f,0.9597448427286674f,-0.2680287567137808f,1.2272542909052626f,-0.023360245369121062f,-0.2670088263743908f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1798380897803146e-16f,-4.100705354660506e-18f,-0.08396679361622925f,0.9597448427286674f,-0.2680287567137808f,1.2272542909052626f,0.02336024536912082f,-0.2670088263743908f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2824055898897633e-17f,1.1798380897803146e-16f,-4.100705354660506e-18f,0f,0.9634109121109564f,-0.2680287567137808f,1.2272542909052626f,-1.2246467991473532e-16f,-0.2680287567137808f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12984433895491818f,-0.013324207174394235f,-0.19375f,0.12059047744873957f,0.8721260688147427f,-0.47418778647538734f,1.2397546065259288f,-0.04995021125231491f,-0.4717378167320305f,-0.8803229002251084f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1285894175556668f,0.02240197643423899f,0.19375f,-0.1205904774487396f,0.8367049075869407f,-0.5342123495096439f,1.2397541225253454f,0.04995021125231469f,-0.5323435538377668f,-0.8450534403712145f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1016644169545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30809375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34779489143028386f,-0.24266113893487218f,-0.9056236995274733f,-0.05280179366079461f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.38621875f,0.9375706445356513f,0.09001594169152095f,0.33594406788391373f,0.30182592072489123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34779489143028386f,-0.24266113893487218f,-0.9056236995274733f,-0.020196022589205484f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.38621875f,0.9375706445356513f,0.09001594169152095f,0.33594406788391373f,0.38972316865010853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34779489143028386f,-0.24266113893487218f,-0.9056236995274733f,0.09934464680412099f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.4250416067653782f,0.9375706445356513f,0.09001594169152095f,0.33594406788391373f,0.2953829345049128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7706568445890497f,-0.5489564193883943f,-0.32362768345789356f,0.5415510292003303f,-0.5499342404754265f,0.8294993993759021f,-0.0974837298616199f,2.1896944267079976f,0.3219632883431977f,0.10284744064531116f,-0.941149321262011f,-0.38780185840066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49978121232887085f,-0.5489564193883943f,-0.6699743199670845f,0.5621616207996698f,0.2271172325831308f,0.8294993993759021f,-0.5102435782043685f,2.2142571732920024f,0.8358447837169674f,0.10284744064531116f,0.5392456782263952f,-0.47589804159933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728194396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.275961749910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829213887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47421625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23.mcfunction new file mode 100644 index 000000000..fa5877202 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..245e9ac33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,-0.13244668795805778f,-0.291868589907089f,0.03160448034249004f,-0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,0.2933466584485763f,0.01555289642647415f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,0.16171592174575972f,-0.2859120880722505f,0.03160448034249004f,0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,0.2713163847760856f,-0.09589215031664665f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,0.13244668795805778f,0.29186858990708925f,-0.03160448034248994f,0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,-0.29334665844857655f,0.015552896426474193f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,-0.16171592174575972f,0.2859120880722507f,-0.03160448034248994f,-0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,-0.2713163847760858f,-0.09589215031664669f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.009579615320147377f,0.05028152488603091f,1.561661374698578f,-0.5663188589269248f,1.5033752028326877f,-0.42514039785735874f,0.02291051325183285f,1.1255173948640378f,0.42564948076803005f,1.5027087743022007f,-0.04577236237167729f,-0.12776419453757293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.488130996586249f,-0.8660254037844386f,0.10829649196403122f,-0.46427520574922065f,-0.8541106422056178f,0.499524110790929f,0.14481254645105532f,1.3512589279173823f,-0.17950805286343757f,-0.021809693682668163f,-0.9835147158119423f,-0.09667500743934651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4728884068559777f,-0.8660254037844386f,0.16240860402458773f,-0.2984375f,-0.8324555045528818f,0.499524110790929f,0.2397780133334557f,1.6478860893408607f,-0.28878086432591465f,-0.021809693682668163f,-0.9571467754010593f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7276042764181686f,0.6594903857021315f,0.1888503325505333f,0.3600816534064951f,0.3578246275699117f,-0.12998728173061597f,-0.9246971625849945f,1.4685890726255735f,-0.5852807470286778f,0.7403889097999371f,-0.33056120371697195f,0.2717582488021967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11184484285229081f,0.8845093944813904f,0.45291705885461003f,0.2984375f,0.5433598563458166f,0.4360422596240444f,-0.7173752256203243f,1.6478860893408607f,-0.8320161041946244f,0.16586222866017883f,-0.5293759755265425f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.139746745771557e-17f,1.0596201591323812e-16f,-0.15625000000000003f,0f,0.8652455221130944f,-0.5013483683659884f,1.3171098666806618f,-1.2246467991473532e-16f,-0.5013483683659884f,-0.8652455221130944f,0.25028677976001223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.615825655369106e-17f,1.1963838615047369e-16f,-0.15625000000000003f,0f,0.9769215600266999f,-0.21359837442031007f,1.498947669345541f,-1.2246467991473532e-16f,-0.21359837442031007f,-0.9769215600266999f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.311898748969976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.498947669345541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879418537973799f,0.1528090573432942f,0.024905531699807523f,0.19406247866219614f,0.15252117427592338f,0.932914854714276f,0.3262011116641614f,2.2783735515633174f,0.026611743890427423f,0.32606635190907857f,-0.9449722478675314f,0.05235611239450241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996832533204186f,-0.003620431114341613f,0.024905531699807523f,0.07887746669533806f,0.004703349300896109f,0.9452886930744592f,0.3262011116641614f,2.2884413428830976f,-0.024723906165037318f,0.32621492796027474f,-0.9449722478675314f,0.05279568165653013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731790667817778f,0.22371720011396742f,0.05360147713370648f,0.05747037821162175f,0.20456972089047454f,0.7349936495136161f,0.6464793612091951f,2.296798337763708f,0.10523180732336378f,0.6401054206518039f,-0.7610461991099067f,0.005896704699374936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994680709754043f,-0.08796116922982558f,0.05360147713370648f,0.08634740563848703f,-0.03256816236780456f,0.7622360200951771f,0.6464793612091951f,2.3038237457118758f,-0.09772205709653063f,0.6412948482384578f,-0.7610461991099067f,0.013898364224116347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06872412344279634f,0.05360147713370648f,0.14379233348929013f,0.0870727897926938f,0.7579464128869984f,0.6464793612091951f,2.402709026403595f,0.0038016801040235506f,0.6486865422133797f,-0.7610461991099067f,0.06088161717648154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0835214821746229f,0.024905531699807523f,0.125f,0.0870727897926938f,0.9412816603051303f,0.3262011116641614f,2.190920652834941f,0.0038016801040235506f,0.3271284120778436f,-0.9449722478675314f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877351712521341f,-0.1557647554439422f,-0.010796871445287709f,-0.1948274431904496f,-0.15537387210071055f,0.9737103342378051f,0.16657474258402416f,2.287834776932804f,-0.01543344873802444f,0.16620928361553922f,-0.9859697169284968f,0.03611022141620332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999414884314701f,0.0006687902886137187f,-0.010796871445287709f,-0.07964243122359148f,-0.0011391066663565402f,0.9860281728069785f,0.16657474258402416f,2.297902568252584f,0.010757422993397409f,0.1665772948227972f,-0.9859697169284968f,0.03654979067823107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9714475397728904f,-0.23464963138903044f,-0.0350603473769248f,-0.057367446058343666f,-0.2257939455717316f,0.8689981302427063f,0.4402946102075638f,2.295907634284567f,-0.07284759167157426f,0.435639530028753f,-0.8971685617898003f,-0.0006752392486363001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964122367629303f,0.07702873795476256f,-0.0350603473769248f,-0.08638283230278487f,0.0537923870490616f,0.8962405008242673f,0.4402946102075638f,2.3046289780257037f,0.06533784144474064f,0.4368289576154071f,-0.8971685617898003f,0.004738737980242373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07979282884887172f,-0.0350603473769248f,-0.14445898950247804f,-0.08707278979269381f,0.8936212763245327f,0.4402946102075638f,2.411910423437102f,-0.0038016801040237956f,0.4416719585443566f,-0.8971685617898003f,0.024825947010061463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08648439778879138f,-0.010796871445287709f,-0.125f,-0.08707278979269381f,0.9821767582318284f,0.16657474258402416f,2.190920652834941f,-0.0038016801040237956f,0.16688098911597646f,-0.9859697169284968f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6775453334190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3029022503258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12627947106936405f,0.0330239616325403f,0.13474390217168192f,-0.1205904774487396f,0.789352630602637f,-0.6019803662158605f,1.0462006164937612f,0.049950211252314684f,-0.6008127160331564f,-0.7978277111311131f,0.398715202713788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05586135225876824f,0.11796862370684694f,0.12499999999999999f,-0.1205904774487396f,0.04614398503508138f,-0.9916293003909107f,1.0103187970027432f,0.049950211252314684f,-0.9973716669170545f,-0.05248556398615856f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15906235620787207f,-0.06966244644459332f,-0.14547063263819757f,0.16042999720436046f,0.6798990026073591f,-0.7155414469131242f,1.0186963071618058f,-0.06645228065352395f,-0.7158467106099728f,-0.6950881823947427f,0.430946396280032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07755644032574496f,-0.15536630320325245f,-0.125f,0.16042999720436046f,0.06396917401031227f,-0.9849721624357956f,1.0141902644663037f,-0.06645228065352395f,-0.9949336376565211f,-0.07543971802378208f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13016394317774557f,-0.009717754467288123f,-4.100723895728975e-18f,0.09715576518993758f,0.6862049697168386f,-0.7208907662234759f,1.1970630700157832f,-0.08716561332213286f,-0.7156675816552913f,-0.6929805685745043f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12731070374072903f,0.028793602909433814f,-4.452832365980122e-18f,-0.09715576518993761f,0.5724768923882796f,-0.8141443145854522f,1.1596734346569744f,0.08716561332213263f,-0.8099766616356909f,-0.5799482420524077f,0.03636013558423831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.178212168382487e-17f,9.115526534167203e-17f,-4.100723895728975e-18f,0f,0.7443392282994402f,-0.6678017020153466f,1.1970630700157832f,-1.2246467991473532e-16f,-0.6678017020153466f,-0.7443392282994402f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1795203021539759e-16f,-4.100705354660506e-18f,0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,-0.02344138634334708f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1795203021539759e-16f,-4.100705354660506e-18f,-0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,0.02344138634334684f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2938069079478624e-17f,1.1795203021539759e-16f,-4.100705354660506e-18f,0f,0.9631514188214954f,-0.26895974498452446f,1.2220628846552626f,-1.2246467991473532e-16f,-0.26895974498452446f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1298824257032973f,-0.01294767735516009f,-0.19375f,0.12059047744873963f,0.8734972744964491f,-0.4716571299110829f,1.2345632002759288f,-0.049950211252314934f,-0.46918340437477385f,-0.8816869679512942f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12864316958782648f,0.022091214857122673f,0.19375f,-0.1205904774487396f,0.8379932226357047f,-0.5321891539343049f,1.2345627162753454f,0.04995021125231469f,-0.5303001920940854f,-0.846337215689364f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0964730107045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30290234375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.35458174203948356f,-0.24200228284914205f,-0.9031648151406526f,-0.05252807236122582f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.38102734375f,0.9350250200995935f,0.09177250788544741f,0.3424996621665054f,0.30357135105001903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.35458174203948356f,-0.24200228284914205f,-0.9031648151406526f,-0.019286034045024228f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.38102734375f,0.9350250200995935f,0.09177250788544741f,0.3424996621665054f,0.3912299466843559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35458174203948356f,-0.24200228284914205f,-0.9031648151406526f,0.09956766906797289f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4198502005153781f,0.9350250200995935f,0.09177250788544741f,0.3424996621665054f,0.29602569954221164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7670926040866392f,-0.5489564193883943f,-0.33198762984161306f,0.5415520018565803f,-0.5488418288031484f,0.8294993993759021f,-0.10345720560228344f,2.1729811298329977f,0.3321770367012059f,0.10284744064531116f,-0.9375930995059183f,-0.3878031630881606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49246728014428076f,-0.5489564193883943f,-0.6753686605103673f,0.5621625934559198f,0.22155611237749442f,0.8294993993759021f,-0.5126827825304733f,2.1975438764170026f,0.8416584028306647f,0.10284744064531116f,0.5301259632363271f,-0.4758993462868395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728204123314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.259248453035965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38292269345944574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.46902484375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24.mcfunction new file mode 100644 index 000000000..5d6b79f2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..7173ec7d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817159f,-0.12885865541962738f,-0.3409991006555134f,0.03413460147002535f,-0.1270295044111997f,0.8060770608065455f,-0.0323685263021076f,1.4060723700074376f,0.34168471539339923f,0.02407620006086863f,-0.7413611375717001f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7096922061614062f,0.15733497422527667f,-0.33403993533601317f,0.03413460147002535f,0.18721212463312886f,0.777139772929702f,-0.03170794413267683f,1.4060723700074376f,0.31825868865453805f,-0.10629900853866253f,-0.7262313184375838f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817159f,0.12885865541962738f,0.34099910065551364f,-0.034134601470025255f,0.1270295044111997f,0.8060770608065455f,-0.0323685263021076f,1.4060723700074376f,-0.34168471539339945f,0.024076200060868667f,-0.7413611375717001f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7096922061614062f,-0.15733497422527667f,0.3340399353360134f,-0.034134601470025255f,-0.18721212463312886f,0.777139772929702f,-0.03170794413267683f,1.4060723700074376f,-0.31825868865453827f,-0.10629900853866259f,-0.7262313184375838f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.005960712859833331f,0.10240867942626018f,1.5591289819256045f,-0.5704319801090808f,1.5263254730200977f,-0.3338828305748129f,0.016095212248541883f,1.1131116330496784f,0.3342173997747237f,1.5229710988149185f,-0.10131145967906248f,-0.09048397217355691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49448899540677776f,-0.8660254037844387f,0.07403130028302726f,-0.46726135790341017f,-0.8621232845163211f,0.499524110790929f,0.08496531664933685f,1.3400540422931686f,-0.1105625421034901f,-0.021809693682668135f,-0.993629841311684f,-0.0766401990603726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48179033927907083f,-0.8660254037844387f,0.13370889640318573f,-0.2984375f,-0.8453557013772073f,0.499524110790929f,0.18933938018167723f,1.640983745590861f,-0.23076353075477019f,-0.021809693682668135f,-0.9727654034427111f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7257755306720528f,0.6612982006689871f,0.18956415502320104f,0.36095530038237406f,0.3582449881484796f,-0.12807581065263152f,-0.9248011219674027f,1.4621125887279733f,-0.5872907351084262f,0.7391084335316649f,-0.32986105550393924f,0.271838536865968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1144941935367031f,0.8841910209039048f,0.4528767141279077f,0.2984375f,0.5421844209633732f,0.43760922560941246f,-0.7173104065369065f,1.640983745590861f,-0.8324224488269112f,0.163414822505307f,-0.5294983120601683f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.4189280797582e-17f,1.0429445842089472e-16f,-0.15625000000000003f,0f,0.8516288818417574f,-0.5241452543073897f,1.3113343310277061f,-1.2246467991473532e-16f,-0.5241452543073897f,-0.8516288818417574f,0.2545183166025696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.8943501098342046e-17f,1.1899525860633625e-16f,-0.15625000000000003f,0f,0.9716700250977296f,-0.2363416220782485f,1.4920453255955413f,-1.2246467991473532e-16f,-0.2363416220782485f,-0.9716700250977296f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.3049964052199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.4920453255955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879226884870641f,0.15308313404982699f,0.023964883516802093f,0.1941219242588122f,0.15277286568415432f,0.9365142095430682f,0.31559719079005394f,2.272197221100088f,0.025869153119933028f,0.31544680913492373f,-0.9485905847748292f,0.051304836636809445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997071990098423f,-0.0033467306318038653f,0.023964883516802093f,0.0789369122919541f,0.004388878823101697f,0.9488831070833238f,0.31559719079005394f,2.282265012419868f,-0.023796091918041423f,0.3156099625898645f,-0.9485905847748292f,0.051744405898837165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9729671433870061f,0.2250552317687019f,0.05181776281223455f,0.05742283179980791f,0.2071293610021231f,0.7511545811455602f,0.6267888185305241f,2.2893289908686603f,0.1021389529032939f,0.6205779063724183f,-0.7774642734056947f,0.006424119485327645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948926331488147f,-0.08662313757509112f,0.05181776281223455f,0.08631679310651844f,-0.035127802479453116f,0.7783969517271212f,0.6267888185305241f,2.296558928562798f,-0.09462920267646076f,0.6217673339590722f,-0.7774642734056947f,0.014178642420053997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0700788338304154f,0.05181776281223455f,0.14385415133342136f,0.08707278979269381f,0.7743087925645861f,0.6267888185305241f,2.396618515073045f,0.0038016801040235493f,0.6289156150121746f,-0.7774642734056947f,0.058486385388044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08379622814853947f,0.023964883516802093f,0.125f,0.08707278979269381f,0.9448898043915723f,0.31559719079005394f,2.184018309084941f,0.0038016801040235493f,0.3164829374625656f,-0.9485905847748292f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877316120624318f,-0.15581565422801916f,-0.010380001447205005f,-0.1948460510265778f,-0.15542906864746145f,0.9744996816314124f,0.1618399676212854f,2.281166940592522f,-0.015101892329517148f,0.16146780607220237f,-0.9867624235094775f,0.03561512802439393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999459353853575f,0.0006179613730933758f,-0.010380001447205005f,-0.0796610390597197f,-0.0010701425147736504f,0.9868164366665867f,0.1618399676212854f,2.291234731912302f,0.010343166889337493f,0.16184232588665426f,-0.9867624235094775f,0.036054697286421675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713610567247765f,-0.23519566386505358f,-0.03377420876352727f,-0.057351740848032726f,-0.22688220453791724f,0.8758691269388195f,0.4258846530921783f,2.2887857974942007f,-0.07058443697119288f,0.4213505336112761f,-0.9041468714113613f,0.00023657448259643832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964987198110443f,0.07648270547873942f,-0.03377420876352727f,-0.08637403757796797f,0.054880646015247225f,0.9031114975203804f,0.4258846530921783f,2.297594099292015f,0.06307468674435926f,0.4225399611979302f,-0.9041468714113613f,0.005469712829535046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08034566768839282f,-0.03377420876352727f,-0.14447046969406507f,-0.08707278979269382f,0.9005779208587519f,0.4258846530921783f,2.4051861165394883f,-0.003801680104023797f,0.42720484798915154f,-0.9041468714113613f,0.023756509466704805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08653542086251152f,-0.010380001447205005f,-0.125f,-0.08707278979269382f,0.9829680331313215f,0.1618399676212854f,2.184018309084941f,-0.003801680104023797f,0.16212793336772463f,-0.9867624235094775f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6706429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2959999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12409934167148318f,0.04045293873342591f,0.13404363260948732f,-0.1205904774487396f,0.7522727791207776f,-0.6477218558475439f,1.0403861851165153f,0.0499502112523147f,-0.6470587447756239f,-0.760802180073929f,0.40179255007798653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.053814601398078f,0.11891625427935332f,0.12499999999999999f,-0.1205904774487396f,0.02900247220540675f,-0.9922785865646097f,1.0034164532527432f,0.0499502112523147f,-0.9981296735807129f,-0.035243880511495185f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16375816839045743f,-0.057766356059980255f,-0.14636555563492526f,0.1604299972043605f,0.7307195299153141f,-0.663559480828472f,1.007794340524928f,-0.06645228065352396f,-0.6627459776458436f,-0.7458899808351097f,0.42764985015882107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0813020287319194f,-0.15343946601549413f,-0.125f,0.1604299972043605f,0.0878408255162329f,-0.9831308180347291f,1.0072879207163037f,-0.06645228065352396f,-0.9928111449297399f,-0.09954961024154946f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13019149552700285f,-0.00934137826598767f,-4.100723895728975e-18f,0.09726769264274883f,0.6892028569130755f,-0.7180100403133723f,1.1901607262657832f,-0.08704069636337715f,-0.7127759791935313f,-0.6959700573022385f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12740254600340012f,0.02838446982625089f,-4.446948184024112e-18f,-0.09726769264274883f,0.5761273141761281f,-0.8115517936818061f,1.1527674271698694f,0.0870406963633769f,-0.8073697474714125f,-0.5835906168235794f,0.036312087592277636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.166491980189033e-17f,9.126027997091283e-17f,-4.100723895728975e-18f,0f,0.7451967378222994f,-0.6668446760220876f,1.1901607262657832f,-1.2246467991473532e-16f,-0.6668446760220876f,-0.7451967378222994f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.179096074699026e-16f,-4.100705354660506e-18f,0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,-0.02354923511567938f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.179096074699026e-16f,-4.100705354660506e-18f,-0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,0.023549235115679138f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.308961004472646e-17f,1.179096074699026e-16f,-4.100705354660506e-18f,0f,0.9628050108161461f,-0.2701971708721628f,1.2151605409052626f,-1.2246467991473532e-16f,-0.2701971708721628f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1299313737341119f,-0.012446886158088128f,-0.19375f,0.1205904774487396f,0.8753090158243909f,-0.46828630512243363f,1.2276608565259288f,-0.04995021125231493f,-0.4657810268099191f,-0.8834891122474269f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287134736127295f,0.021677835823970606f,0.19375f,-0.12059047744873963f,0.8396985514738374f,-0.5294943620109889f,1.2276603725253454f,0.0499502112523147f,-0.527578604914267f,-0.8480364331988131f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0895706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.296f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3635764299265095f,-0.24110660127121145f,-0.899822085984412f,-0.05216278515280513f,0f,0.9659258262890683f,-0.2588190451025207f,1.374125f,0.9315643722265755f,0.09410050441536273f,0.3511878634959932f,0.3058955900518792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3635764299265095f,-0.24110660127121145f,-0.899822085984412f,-0.018077494847194883f,0f,0.9659258262890683f,-0.2588190451025207f,1.374125f,0.9315643722265755f,0.09410050441536273f,0.3511878634959932f,0.39322974994812065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3635764299265095f,-0.24110660127121145f,-0.899822085984412f,0.09985317289766181f,0f,0.9659258262890683f,-0.2588190451025207f,1.4129478567653782f,0.9315643722265755f,0.09410050441536273f,0.3511878634959932f,0.29688449047560095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7622133269136345f,-0.5489564193883943f,-0.343041825274298f,0.5415533635753302f,-0.5472889309913623f,0.8294993993759021f,-0.11138030548238442f,2.155230732957998f,0.34569592171383867f,0.10284744064531116f,-0.9326932687990883f,-0.38780498965066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.48265287448777416f,-0.5489564193883943f,-0.6824170662878839f,0.5621639551746698f,0.21412175746558101f,0.8294993993759021f,-0.5158319681978506f,2.1797934795420026f,0.849233816877625f,0.10284744064531116f,0.5179037827861168f,-0.47590117284933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728217740501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.241498056160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829245200219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4621225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25.mcfunction new file mode 100644 index 000000000..0ccd33cae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..46de3ca59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,-0.12433096947636645f,-0.39280749461749975f,0.037327324429249284f,-0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,0.39265746245841177f,0.03306407064925855f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,0.15180672042763071f,-0.38479101513551f,0.037327324429249284f,0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,0.36775960642987665f,-0.11727309780538213f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,0.12433096947636645f,0.3928074946175f,-0.03732732442924919f,0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,-0.392657462458412f,0.03306407064925859f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,-0.15180672042763071f,0.38479101513551023f,-0.03732732442924919f,-0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,-0.3677596064298769f,-0.11727309780538218f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.01903632027852316f,0.15884888255911675f,1.5542879080208958f,-0.5734696820199743f,1.544650889123354f,-0.23544302728239114f,0.005144087337374859f,1.1011682905554228f,0.23472856502923709f,1.5364699357337988f,-0.15990274339576566f,-0.05096052219007019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4986250913371453f,-0.8660254037844386f,0.037054261415167766f,-0.4697592664824306f,-0.8660545627763543f,0.499524110790929f,0.0206193363809163f,1.3282393589432382f,-0.036366366099476494f,-0.021809693682668135f,-0.9991005077959811f,-0.055604234476626505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4891869042188064f,-0.8660254037844386f,0.10342230291779629f,-0.2984375f,-0.8555125688991999f,0.499524110790929f,0.13628612252912375f,1.6325814018408606f,-0.16968917819446216f,-0.021809693682668135f,-0.9852562712640587f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7235498516887936f,0.6634826701510343f,0.1904372824065149f,0.36201475088342033f,0.3587406290905067f,-0.1257389871060164f,-0.924929655790807f,1.4542340292065201f,-0.5897294067289442f,0.737550305762805f,-0.3289966159526885f,0.27193603022642726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11770771170004936f,0.8837920530409764f,0.45283164817397004f,0.2984375f,0.5407368216893662f,0.4395124731840877f,-0.7172394827286694f,1.6325814018408606f,-0.832915712587787f,0.16043812794103102f,-0.5296329132778256f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.721859633538314e-17f,1.0236824768119943e-16f,-0.15625000000000003f,0f,0.8359001775244275f,-0.5488814928694816f,1.3042701782247899f,-1.2246467991473532e-16f,-0.5488814928694816f,-0.8359001775244275f,0.25909230934262895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.1956767749851023e-17f,1.1822166815605614e-16f,-0.15625000000000003f,0f,0.965353179695294f,-0.26094681153864585f,1.483642981845541f,-1.2246467991473532e-16f,-0.26094681153864585f,-0.965353179695294f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.296594061469976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.483642981845541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879003557533249f,0.15340250702163055f,0.022815738908316632f,0.19419285174558287f,0.15306800536539844f,0.9407349036236529f,0.30263513814105414f,2.264662707184393f,0.02496142696065752f,0.3024657202786378f,-0.9528333617272291f,0.050014149799918986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997351021691069f,-0.003027796061996907f,0.022815738908316632f,0.0790078397787248f,0.004020122824518746f,0.9530980074340838f,0.30263513814105414f,2.2747304985041734f,-0.02266195277113825f,0.3026466928221521f,-0.9528333617272291f,0.05045371906194669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727189501694012f,0.22662226207228653f,0.04960034591187609f,0.05737079803811841f,0.21013712784423294f,0.7701448736007207f,0.6022617879028243f,2.280301800255185f,0.09828647660138382f,0.5962543282859838f,-0.7967562641846726f,0.007100505190816148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951408263664195f,-0.08505610727150649f,0.04960034591187609f,0.08628459138899683f,-0.03813556932156299f,0.7973872441822817f,0.6022617879028243f,2.2877720755598143f,-0.09077672637455067f,0.5974437558726378f,-0.7967562641846726f,0.014547193443706308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07166539736384782f,0.04960034591187609f,0.14392618572423274f,0.0870727897926938f,0.7935358014039511f,0.6022617879028243f,2.389168146454751f,0.003801680104023549f,0.6042888404652784f,-0.7967562641846726f,0.05555850823378648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08411638099659005f,0.022815738908316632f,0.125f,0.0870727897926938f,0.9491208049769336f,0.30263513814105414f,2.1756159653349414f,0.003801680104023549f,0.30347015011031f,-0.9528333617272291f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877274685741942f,-0.15587490887044242f,-0.009872213968769968f,-0.19486841618767803f,-0.15549411146293785f,0.9754298372279374f,0.15607118230420006f,2.2730468555804286f,-0.014697929254332729f,0.15569086495395498f,-0.987696474351065f,0.03501092125791613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999511123786246f,0.0005587880692799613f,-0.009872213968769968f,-0.07968340422081996f,-0.000988876152112586f,0.9877453154422575f,0.15607118230420006f,2.283114646900209f,0.009838443815326156f,0.1560733147522942f,-0.987696474351065f,0.03545049051994388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712601578700683f,-0.23583271416179696f,-0.03219684247391953f,-0.05733579009165703f,-0.22815788082377786f,0.8839234300209073f,0.408195236716546f,2.2801521898854995f,-0.06780624714739046f,0.4038097334031888f,-0.9123267024792339f,0.0013536412286491266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9965996186657525f,0.07584565518199603f,-0.03219684247391953f,-0.08636614921170258f,0.05615632230110788f,0.9111658006024683f,0.408195236716546f,2.2890624254456036f,0.06029649692055684f,0.4049991609898429f,-0.9123267024792339f,0.006364786469473947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0809906588972184f,-0.03219684247391953f,-0.14448383454471475f,-0.08707278979269381f,0.9087326218418926f,0.408195236716546f,2.396993568851369f,-0.0038016801040237956f,0.4094453995000482f,-0.9123267024792339f,0.022453523707277014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08659482019873241f,-0.009872213968769968f,-0.125f,-0.08707278979269381f,0.9839004600730129f,0.15607118230420006f,2.1756159653349414f,-0.0038016801040237956f,0.15633688554804553f,-0.987696474351065f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6622406459190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2875975628258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12129922085527817f,0.04820358778522912f,0.1333394379969301f,-0.1205904774487396f,0.7098990051300563f,-0.6939029753964462f,1.0330530522060963f,0.049950211252314705f,-0.6937794329145671f,-0.7184532516876728f,0.40517361592089957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05165111489943524f,0.11987180312780474f,0.12499999999999999f,-0.1205904774487396f,0.01101854461653995f,-0.9926411881557293f,0.9950141095027432f,0.049950211252314705f,-0.9986044031568149f,-0.017152912046369262f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16782587211647162f,-0.044588857973618494f,-0.1472632554640584f,0.16042999720436046f,0.7810729803885038f,-0.6034792583875841f,0.9955803401460742f,-0.06645228065352393f,-0.6014644428022037f,-0.7961310309494158f,0.4240395085220339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08516820685589492f,-0.15132767806319272f,-0.125f,0.16042999720436046f,0.11275190855571021f,-0.9805861630239605f,0.9988855769663036f,-0.06645228065352393f,-0.9899663548111097f,-0.1247024889003785f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13022356668955495f,-0.008883103856023577f,-4.100723895728975e-18f,0.09740372711205571f,0.6928359418782495f,-0.7144864390500069f,1.1817583825157831f,-0.08688843881752083f,-0.7092391559413017f,-0.6995928951036624f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1275125726498012f,0.027886030045436636f,-4.4397844958298755e-18f,-0.09740372711205571f,0.5805552185577642f,-0.808373770077943f,1.1443607068190988f,0.08688843881752058f,-0.804174223673935f,-0.5880086880125821f,0.03625359163900177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.152206593248101e-17f,9.138791272766215e-17f,-4.100723895728975e-18f,0f,0.7462389383721901f,-0.6656781856551608f,1.1817583825157831f,-1.2246467991473532e-16f,-0.6656781856551608f,-0.7462389383721901f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1785770276865514e-16f,-4.100705354660506e-18f,0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,-0.023680468816021125f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1785770276865514e-16f,-4.100705354660506e-18f,-0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,0.023680468816020882f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.327400974805881e-17f,1.1785770276865514e-16f,-4.100705354660506e-18f,0f,0.962381176766332f,-0.27170290871805214f,1.2067581971552626f,-1.2246467991473532e-16f,-0.27170290871805214f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12998835302700557f,-0.011837015366739716f,-0.19375f,0.1205904774487396f,0.8774969222187156f,-0.46417355401333066f,1.2192585127759288f,-0.04995021125231493f,-0.46162991624677874f,-0.8856651719593818f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287972631488772f,0.02117432078780129f,0.19375f,-0.1205904774487396f,0.8417627811093806f,-0.5262065726382423f,1.2192580287753454f,0.04995021125231469f,-0.5242582239167638f,-0.8500931072838371f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0811683232045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.28759765625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.37448016484769153f,-0.23998605787363383f,-0.8956401610925666f,-0.05171597452411057f,0f,0.9659258262890683f,-0.25881904510252074f,1.36572265625f,0.9272349249977838f,0.0969225986757141f,0.36172006265937295f,0.3087303990235414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.37448016484769153f,-0.23998605787363383f,-0.8956401610925666f,-0.01660845906963948f,0f,0.9659258262890683f,-0.25881904510252074f,1.36572265625f,0.9272349249977838f,0.0969225986757141f,0.36172006265937295f,0.3956586732420836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.37448016484769153f,-0.23998605787363383f,-0.8956401610925666f,0.10018380736701f,0f,0.9659258262890683f,-0.25881904510252074f,1.404545513015378f,0.9272349249977838f,0.0969225986757141f,0.36172006265937295f,0.2979365267339065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.756058828177539f,-0.5489564193883943f,-0.35640131586047763f,0.5415551143565802f,-0.5452442397431848f,0.8294993993759021f,-0.12099365876728385f,2.1368559704579977f,0.36205492312863674f,0.10284744064531116f,-0.9264656694076829f,-0.38780733808816054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4705697035340658f,-0.5489564193883943f,-0.6908046060414875f,0.5621657059559197f,0.20501154980274996f,0.8294993993759021f,-0.5195199812158259f,2.1614187170420025f,0.8582158344864863f,0.10284744064531116f,0.5028796927589869f,-0.47590352128683944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728235248314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.223123293660965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829268684594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.45372015625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26.mcfunction new file mode 100644 index 000000000..9d61a64c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..8289506e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,-0.11917617855723969f,-0.4426346321357419f,0.0409622539547812f,-0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,0.4416809098857632f,0.041708227118043596f,-0.6856550459798268f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,0.145512778482044f,-0.43360127229623696f,0.0409622539547812f,0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,0.4153675102587569f,-0.12782751598386327f,-0.6716620858577896f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,0.11917617855723969f,0.442634632135742f,-0.040962253954781105f,0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,-0.4416809098857633f,0.04170822711804361f,-0.6856550459798268f,-0.3196906697826858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,-0.145512778482044f,0.4336012722962371f,-0.040962253954781105f,-0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,-0.415367510258757f,-0.1278275159838633f,-0.6716620858577896f,-0.3196906697826858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.028468316666180105f,0.21624015221312962f,1.5472026375097208f,-0.575183702182278f,1.5565640652763728f,-0.13572406875336804f,-0.009671496850183274f,1.0902261494387755f,0.1330568135665595f,1.5415010294293914f,-0.2178915111509401f,-0.011543819183380655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4999998245573374f,-0.8660254037844385f,-0.0004188587256687415f,-0.47162539330435094f,-0.8651642951871575f,0.499524110790929f,-0.044344166153405834f,1.316221041482889f,0.03861240443097419f,-0.02180969368266815f,-0.9990162258369616f,-0.03479612844219768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49459017254016213f,-0.8660254037844385f,0.07335230893907053f,-0.2984375f,-0.8622391272856115f,0.499524110790929f,0.08378156191119174f,1.6228899955908607f,-0.1091982078810815f,-0.02180969368266815f,-0.9937807045103202f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7209835786262846f,0.6659801273005577f,0.19145012246527562f,0.3632311689459766f,0.35929041191830335f,-0.12303026200221756f,-0.925080512461073f,1.445154054042795f,-0.592531078724831f,0.7357540517539803f,-0.3279830728449098f,0.27204815330697685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12139831121711854f,0.8833164234033312f,0.4527853201900196f,0.2984375f,0.5390444599850761f,0.44170178327834286f,-0.7171684633390746f,1.6228899955908607f,-0.8334827653845214f,0.15700837810345933f,-0.5297686750009781f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.028728475310265e-17f,1.0028606796886017e-16f,-0.15625000000000003f,0f,0.8188978898951375f,-0.5739392353945594f,1.2960546390196956f,-1.2246467991473532e-16f,-0.5739392353945594f,-0.8188978898951375f,0.26369635193546687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.4992633615977065e-17f,1.1735890856358783e-16f,-0.15625000000000003f,0f,0.9583082129908613f,-0.2857365375905959f,1.473951575595541f,-1.2246467991473532e-16f,-0.2857365375905959f,-0.9583082129908613f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.286902655219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.473951575595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878759621772968f,0.15375135141121615f,0.021485001547697606f,0.19427268531348063f,0.15339301783112635f,0.9453827984252987f,0.2876142321273602f,2.2559503091130915f,0.023909525987346622f,0.2874228355242081f,-0.9575053254088378f,0.04851081545214225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997655802039456f,-0.002679430529704818f,0.021485001547697606f,0.07908767334662256f,0.0036140429106075317f,0.9577395220891898f,0.2876142321273602f,2.2660181004328717f,-0.02134767746871706f,0.28762445737525044f,-0.9575053254088378f,0.04895038471416997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972446320645246f,0.22834357714336698f,0.046982595084718776f,0.05731888412955369f,0.21345527995200472f,0.791094861497087f,0.5732414531185934f,2.2699805027483415f,0.09372831442064204f,0.5674752249131909f,-0.818038429528582f,0.007923832889184135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9954134558905747f,-0.08333479220042603f,0.046982595084718776f,0.08625446212393165f,-0.04145372142933476f,0.818337232078648f,0.5732414531185934f,2.2777159172046058f,-0.0862185641938089f,0.5686646524998449f,-0.818038429528582f,0.015006298160619283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07340816884381009f,0.046982595084718776f,0.14400486737643975f,0.0870727897926938f,0.8147469335347026f,0.5732414531185934f,2.380525070214336f,0.003801680104023549f,0.5751510019488777f,-0.818038429528582f,0.05216559419597096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0844660772286212f,0.021485001547697606f,0.125f,0.0870727897926938f,0.9537800494639771f,0.2876142321273602f,2.1659245590849414f,0.003801680104023549f,0.2883905321644632f,-0.9575053254088378f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877229475411609f,-0.1559395626549895f,-0.009286102496296694f,-0.1948938209467787f,-0.15556619993328002f,0.9764607503832576f,0.14941071045706245f,2.2636766205409833f,-0.014231526232975867f,0.14902099100440844f,-0.9887316157082994f,0.03431197055480441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999567610872083f,0.0004942230347234206f,-0.009286102496296694f,-0.07970880897992064f,-0.0008988067458054333f,0.988774813467227f,0.14941071045706245f,2.2737444118607635f,0.009255706478355588f,0.14941259651194871f,-0.9887316157082994f,0.034751539816832155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711497972632136f,-0.2365295036104859f,-0.030362233076576636f,-0.05732172449171212f,-0.22956174251110983f,0.8927870638756935f,0.3875985873961376f,2.2702432299031043f,-0.06457149255578763f,0.3833862967008544f,-0.9213281010862104f,0.002650682059005139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967099792726072f,0.07514886573330712f,-0.030362233076576636f,-0.08636090204946785f,0.05756018398843983f,0.9200294344572545f,0.3875985873961376f,2.2792656419652797f,0.057061742328954f,0.38457572428750847f,-0.9213281010862104f,0.007403352082206816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08169613391403298f,-0.030362233076576636f,-0.14449841716877715f,-0.08707278979269381f,0.9177067420076176f,0.3875985873961376f,2.3875346844729086f,-0.0038016801040237948f,0.38876738209019585f,-0.9213281010862104f,0.020949137459339257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08665963186123193f,-0.009286102496296694f,-0.125f,-0.08707278979269381f,0.9849338906131889f,0.14941071045706245f,2.1659245590849414f,-0.0038016801040237948f,0.14965072444609995f,-0.9887316157082994f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6525492396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2779061565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11801923252208243f,0.05575435059584572f,0.13266373573726783f,-0.1205904774487396f,0.6647437680093926f,-0.7372744805303921f,1.024449720692378f,0.04995021125231469f,-0.7376904389021003f,-0.6732887885211486f,0.408632289607275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04947890474831755f,0.12078462170480463f,0.12499999999999999f,-0.1205904774487396f,-0.0069013229253609976f,-0.9926783509730455f,0.9853227032527432f,0.04995021125231469f,-0.9987513252691016f,0.0008755964037900354f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17086094191928186f,-0.030987548039520738f,-0.14812311899030953f,0.16042999720436046f,0.8269498522149199f,-0.5389027351189928f,0.9824067024521645f,-0.06645228065352395f,-0.5356869239100186f,-0.8417978462479975f,0.42037490910976444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08894784922615111f,-0.149137418929951f,-0.125f,0.16042999720436046f,0.13738251418144753f,-0.9774396456018107f,0.9891941707163037f,-0.06645228065352395f,-0.9865162567921657f,-0.1495652682968845f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13025855476337195f,-0.00835438605904126f,-4.100723895728975e-18f,0.0975603355752298f,0.6970040676651995f,-0.7103994021538972f,1.1720669762657832f,-0.0867125583633329f,-0.7051368934959534f,-0.7037491695575648f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12763705739643505f,0.027310591986351492f,-4.431520746761022e-18f,-0.09756033557522983f,0.5856407061101552f,-0.8046781619189421f,1.1346643661668134f,0.08671255836333266f,-0.8004584592132048f,-0.5930827828356745f,0.03618611300700267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.13570481444108e-17f,9.153484879457986e-17f,-4.100723895728975e-18f,0f,0.7474387624114152f,-0.664330713157906f,1.1720669762657832f,-1.2246467991473532e-16f,-0.664330713157906f,-0.7474387624114152f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1779747686899667e-16f,-4.100705354660506e-18f,0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,-0.023831764019154364f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1779747686899667e-16f,-4.100705354660506e-18f,-0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,0.02383176401915412f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3486598362878965e-17f,1.1779747686899667e-16f,-4.100705354660506e-18f,0f,0.96188939497504f,-0.2734388264942483f,1.1970667909052626f,-1.2246467991473532e-16f,-0.2734388264942483f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.130050518802694f,-0.011133257143172488f,-0.19375f,0.12059047744873963f,0.8799964890996697f,-0.45941714804841566f,1.2095671065259288f,-0.049950211252314934f,-0.4568293354540676f,-0.8881508512997349f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12889146119241143f,0.020593156318324275f,0.19375f,-0.1205904774487396f,0.8441277097076899f,-0.5224043897713102f,1.2095666225253454f,0.04995021125231469f,-0.5204184863504898f,-0.8524491629771913f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0714769169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.27790625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.386992613852598f,-0.2386525935581651f,-0.8906636045171572f,-0.051197610649340544f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.35603125f,0.9220828145147992f,0.10016105877905797f,0.373806160303337f,0.31200754338211867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.386992613852598f,-0.2386525935581651f,-0.8906636045171572f,-0.014917053100659494f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.35603125f,0.9220828145147992f,0.10016105877905797f,0.373806160303337f,0.3984528072428811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.386992613852598f,-0.2386525935581651f,-0.8906636045171572f,0.10054220880257357f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3948541067653781f,0.9220828145147992f,0.10016105877905797f,0.373806160303337f,0.2991592512669993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7486694810322291f,-0.5489564193883943f,-0.37167305226933794f,0.5415572542003304f,-0.5426762085942705f,0.8294993993759021f,-0.13203514327922486f,2.1182695767079975f,0.38078411310962107f,0.10284744064531116f,-0.9189264732044825f,-0.38781020840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4564520348083353f,-0.5489564193883943f,-0.7002131029419569f,0.5621678457996698f,0.19442501723824018f,0.8294993993759021f,-0.5235739289794017f,2.1428323232920024f,0.8682456176631359f,0.10284744064531116f,0.48535755002005365f,-0.47590639159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728256646751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.204536899910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829297387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.44402875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27.mcfunction new file mode 100644 index 000000000..baed5ee19 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..8795491d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6460083240938652f,-0.11390869730000676f,-0.486459143531392f,0.04467664769984227f,-0.1207810194078391f,0.8071788373011902f,-0.02861318591744733f,1.3779860125888312f,0.4847985509432585f,0.049311030580983094f,-0.6553497018468862f,-0.31432951057801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6273549450330541f,0.13908124289648305f,-0.47653140590830245f,0.04467664769984227f,0.19328018570853625f,0.7757945161766929f,-0.028029243347703507f,1.3779860125888312f,0.4572401368592302f,-0.137110453812029f,-0.6419752181357253f,-0.31432951057801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.646008324093865f,0.11390869730000672f,0.4864591435313922f,-0.0446766476998422f,0.1207810194078391f,0.8071788373011902f,-0.02861318591744733f,1.3779860125888312f,-0.48479855094325863f,0.04931103058098311f,-0.655349701846886f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6273549450330539f,-0.139081242896483f,0.47653140590830256f,-0.0446766476998422f,-0.19328018570853625f,0.7757945161766929f,-0.028029243347703507f,1.3779860125888312f,-0.4572401368592303f,-0.13711045381202902f,-0.6419752181357251f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03390740999634382f,0.27109326586708105f,1.5384293869881907f,-0.5756200316052095f,1.5617305997202313f,-0.040766555240784194f,-0.02723732496569705f,1.0803122794653843f,0.035412871174570267f,1.5382629096403908f,-0.2718444396706564f,0.025380323458450926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49869384389397636f,-0.8660254037844386f,-0.03611717129358948f,-0.47285581724302184f,-0.8597901462225813f,0.4995241107909291f,-0.1060026754241792f,1.3041616058575873f,0.10984240766116954f,-0.021809693682668142f,-0.9937097074803415f,-0.015481391799644686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49793652501077634f,-0.8660254037844386f,0.04537859693944579f,-0.2984375f,-0.8655892708675539f,0.4995241107909291f,0.03508385522584687f,1.6121204643408609f,-0.05305121317339546f,-0.021809693682668142f,-0.9983535977008844f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.718133195572355f,0.6687275350755655f,0.19258296198988217f,0.3645758502423264f,0.3598738661596345f,-0.12000363920936685f,-0.9252512777790829f,1.435073069504284f,-0.5956303500262184f,0.7337592319066704f,-0.32683616036078084f,0.27217234324913053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1254792678449318f,0.8827686105473974f,0.4527411330697903f,0.2984375f,0.5371355181817673f,0.44412699967814745f,-0.7171029516495461f,1.6121204643408609f,-0.8341105373082781f,0.1532017897712177f,-0.5298951058107553f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.32107243488751e-17f,9.817223470478606e-17f,-0.15625000000000003f,0f,0.8016371314009672f,-0.5978109312811438f,1.2867943069510115f,-1.2246467991473532e-16f,-0.5978109312811438f,-0.8016371314009672f,0.26802716658653486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.7850964980249653e-17f,1.1646846043750423e-16f,-0.15625000000000003f,0f,0.9510371522515236f,-0.3090765844209365f,1.4631820443455412f,-1.2246467991473532e-16f,-0.3090765844209365f,-0.9510371522515236f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.2761331239699762f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.4631820443455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878505777548403f,0.15411436556488636f,0.01999995889897358f,0.1943588945240759f,0.15373473196770066f,0.950269538247648f,0.2708383962170448f,2.2462408150665483f,0.022734735895701616f,0.27062255450190087f,-0.9624170430632546f,0.04682228882924759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999797296230784f,-0.002316914684106386f,0.01999995889897358f,0.07917388255721781f,0.0031870954492184966f,0.9626195539033978f,0.2708383962170448f,2.2563086063863285f,-0.019879860970631345f,0.2708472380312747f,-0.9624170430632546f,0.047261858091275324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972160915678342f,0.23014555318545332f,0.04400202695796475f,0.05727155114881585f,0.21694772265703732f,0.8131452769159022f,0.540118916779709f,2.2586273590379475f,0.0885259264925987f,0.5346286402525802f,-0.8404376106293103f,0.008887591156084507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956988608574788f,-0.0815328161583397f,0.04400202695796475f,0.08622993461694528f,-0.04494616413436732f,0.8403876474974632f,0.540118916779709f,2.26664183945197f,-0.08101617626576556f,0.5358180678392341f,-0.8404376106293103f,0.015554356159143287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07523260674392798f,0.04400202695796475f,0.14408674501081772f,0.08707278979269381f,0.8370722101553911f,0.540118916779709f,2.3708577403314983f,0.003801680104023551f,0.5418949804787662f,-0.8404376106293103f,0.04837630043680374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0848299778258567f,0.01999995889897358f,0.125f,0.08707278979269381f,0.9586787222069219f,0.2708383962170448f,2.155155027834941f,0.003801680104023551f,0.2715492265681644f,-0.9624170430632546f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877182481859084f,-0.15600676656607648f,-0.008634291294477223f,-0.1949215584236062f,-0.15564261836975823f,0.9775535849391923f,0.14200128140104615f,2.2532584546056365f,-0.013712678351291278f,0.14160112061043514f,-0.9898288160557376f,0.03353272802302504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999626325966967f,0.0004271113741754762f,-0.008634291294477223f,-0.0797365464567481f,-0.0008033273553863657f,0.9898661478935528f,0.14200128140104615f,2.2633262459254166f,0.008607443025888884f,0.14200291134428566f,-0.9898288160557376f,0.033972297285052785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710347868732999f,-0.2372556506340069f,-0.02830545749779021f,-0.0573115542104326f,-0.2310360946564804f,0.9020957569666914f,0.36447985983943476f,2.2592940084793143f,-0.060940673181439156f,0.3604622053765502f,-0.9307809800631226f,0.0041012366271373606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9968249896625209f,0.07442271870978613f,-0.02830545749779021f,-0.08635992174990723f,0.05903453613381039f,0.9293381275482524f,0.36447985983943476f,2.268434229630506f,0.053430922954605525f,0.3616516329632043f,-0.9307809800631226f,0.00856378361276108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08243133245154273f,-0.02830545749779021f,-0.14451357497241957f,-0.08707278979269381f,0.9271314691289166f,0.36447985983943476f,2.37701164143088f,-0.0038016801040237956f,0.36555753908395855f,-0.9307809800631226f,0.01927558994305781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08672699987742044f,-0.008634291294477223f,-0.125f,-0.08707278979269381f,0.9860293937597288f,0.14200128140104615f,2.155155027834941f,-0.0038016801040237956f,0.14221273548484906f,-0.9898288160557376f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6417797084190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2671366253258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11451827668237574f,0.06263107185067718f,0.1320518359589539f,-0.12059047744873963f,0.6200140676143495f,-0.775268013469532f,1.0147936369402009f,0.0499502112523147f,-0.7761881989994489f,-0.6285195749774555f,0.41192490004611115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0474093227590827f,0.1216118537437489f,0.12499999999999999f,-0.12059047744873963f,-0.023850063970027202f,-0.9924157955198571f,0.9745531720027432f,0.0499502112523147f,-0.9985907723207496f,0.01792891049948092f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17272358422061723f,-0.01789561569293359f,-0.14891030647735615f,0.1604299972043605f,0.865561135726715f,-0.4744113577018241f,0.968584159693695f,-0.06645228065352396f,-0.47007497675739207f,-0.8801213613033618f,0.41690056390775815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09244522086865789f,-0.14699513851005713f,-0.125f,0.1604299972043605f,0.16042840459041985f,-0.9739224522504764f,0.9784246394663036f,-0.06645228065352396f,-0.9827088114691542f,-0.17282212316954f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029491696488615f,-0.0077666896796065345f,-4.100723895728975e-18f,0.09773399345356115f,0.7016076435637757f,-0.7058291443518786f,1.1612974450157831f,-0.08651678091032483f,-0.700549747773846f,-0.7083395354735719f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12777234418308067f,0.02667048776131026f,-4.42233643106866e-18f,-0.09773399345356115f,0.591264385276065f,-0.800533880124843f,1.1238894944110167f,0.08651678091032458f,-0.7962918150816808f,-0.5986937379452347f,0.03611111737806904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.117336222889171e-17f,9.169778127673379e-17f,-4.100723895728975e-18f,0f,0.7487692070936482f,-0.6628308038318296f,1.1612974450157831f,-1.2246467991473532e-16f,-0.6628308038318296f,-0.7487692070936482f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1773010129797985e-16f,-4.100705354660506e-18f,0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,-0.023999799102156535f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1773010129797985e-16f,-4.100705354660506e-18f,-0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,0.023999799102156293f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.372270859503988e-17f,1.1773010129797985e-16f,-4.100705354660506e-18f,0f,0.961339231686623f,-0.2753668128518275f,1.1862972596552626f,-1.2246467991473532e-16f,-0.2753668128518275f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13011513067272157f,-0.010350827285123258f,-0.19375f,0.1205904774487396f,0.8827438751602839f,-0.45411583061559346f,1.1987975752759288f,-0.04995021125231493f,-0.45147901793663225f,-0.8908825246679964f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12899306210650505f,0.01994684897053078f,0.19375f,-0.1205904774487396f,0.8467355776627877f,-0.518166766850934f,1.1987970912753454f,0.04995021125231469f,-0.5161391783699939f,-0.8550469723631543f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0607073857045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.26713671875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4008137934874304f,-0.2371195373350452f,-0.8849421608016141f,-0.050617680085348296f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.34526171875f,0.9161595401185405f,0.10373824329433567f,0.38715639466240226f,0.3156585371428809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4008137934874304f,-0.2371195373350452f,-0.8849421608016141f,-0.013041386945901692f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.34526171875f,0.9161595401185405f,0.10373824329433567f,0.38715639466240226f,0.40154849402899406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4008137934874304f,-0.2371195373350452f,-0.8849421608016141f,0.10091179060461715f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3840845755153781f,0.9161595401185405f,0.10373824329433567f,0.38715639466240226f,0.30053005638657715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7400964257423241f,-0.5489564193883943f,-0.3884638081156464f,0.5415597831065804f,-0.5395602827262056f,0.8294993993759021f,-0.14424093642040228f,2.0998842860829976f,0.4014124834977775f,0.10284744064531116f,-0.9101046214830774f,-0.38781360058816056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4405435030673806f,-0.5489564193883943f,-0.7103296921271094f,0.5621703747059198f,0.18256701095624664f,0.8294993993759021f,-0.527825760024574f,2.1244470326670024f,0.8789713922623548f,0.10284744064531116f,0.46565190382633104f,-0.47590978378683946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728281935814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.186151609285965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829331309594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.43325921875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28.mcfunction new file mode 100644 index 000000000..354d99fc9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..739badc9b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045085f,-0.10920541262156086f,-0.5210020991729327f,0.04799319508515523f,-0.1192971676501293f,0.807440480401446f,-0.02743174883567108f,1.3665337929281625f,0.5187843437104717f,0.05530364280660935f,-0.6282903439156604f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6014514892754133f,0.13333858501100654f,-0.5103694032714443f,0.04799319508515523f,0.19472119150238726f,0.7754750528833586f,-0.026871917226779837f,1.3665337929281625f,0.49024459571552464f,-0.14442736618388796f,-0.6154680919990143f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045082f,0.10920541262156083f,0.5210020991729329f,-0.04799319508515516f,0.1192971676501293f,0.807440480401446f,-0.02743174883567108f,1.3665337929281625f,-0.5187843437104719f,0.0553036428066094f,-0.6282903439156602f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.601451489275413f,-0.13333858501100648f,0.5103694032714445f,-0.04799319508515516f,-0.19472119150238726f,0.7754750528833586f,-0.026871917226779837f,1.3665337929281625f,-0.49024459571552487f,-0.14442736618388802f,-0.6154680919990141f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03581616948652909f,0.3199602364339023f,1.5289698816865145f,-0.575095227531264f,1.5612250329736737f,0.04353966201937476f,-0.04568308491762006f,1.070987027069725f,-0.051960065624131774f,1.52876943812087f,-0.31870112432800735f,0.057480090099619796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49537865999425573f,-0.8660254037844387f,-0.06782317614426284f,-0.473571234529257f,-0.8512875514324529f,0.499524110790929f,-0.160577605894069f,1.2920075603654484f,0.17294359773762896f,-0.021809693682668135f,-0.9846902301043886f,0.0010754168875815578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4995422056074449f,-0.8660254037844387f,0.021391232242425718f,-0.2984375f,-0.8662751159261753f,0.499524110790929f,-0.006564012920729667f,1.6004837455908607f,-0.005000834324498771f,-0.021809693682668135f,-0.9997496331169756f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7150553050749996f,0.6716631197617154f,0.19381579975858326f,0.36602038154049277f,0.3604718160921485f,-0.11671405491323311f,-0.9254393006507444f,1.4241910205505879f,-0.5989624199291038f,0.7316054147815411f,-0.3255726287251459f,0.2723060592051286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1298646753243725f,0.8821540805263588f,0.4527022689512283f,0.2984375f,0.5350396055395322f,0.4467382013346339f,-0.7170478365997612f,1.6004837455908607f,-0.8347860723604565f,0.1490944589144445f,-0.5300028827412282f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.581942514022471e-17f,9.617178691292178e-17f,-0.15625000000000003f,0f,0.7853022355497137f,-0.6191125897933443f,1.2765671795549605f,-1.2246467991473532e-16f,-0.6191125897933443f,-0.7853022355497137f,0.2717919552213772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.033784341884679e-17f,1.1563068889760699e-16f,-0.15625000000000003f,0f,0.9441962284808451f,-0.32938348793245187f,1.451545325595541f,-1.2246467991473532e-16f,-0.32938348793245187f,-0.9441962284808451f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.264496405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.451545325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878251965564745f,0.15447733361191193f,0.018388432459471506f,0.19444905129790443f,0.1540808250222404f,0.9552188995143874f,0.2526181968326674f,2.235716135824148f,0.021458807250828583f,0.25237592478419296f,-0.9673912921774184f,0.04497713563133672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998290082293508f,-0.001954444881862208f,0.018388432459471506f,0.07926403933104635f,0.002754676841895176f,0.9675621212017906f,0.2526181968326674f,2.245783927143928f,-0.01828567905792698f,0.25262565538894766f,-0.9673912921774184f,0.04541670489336444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9718738101691572f,0.23195826602893982f,0.040702087515661296f,0.05723286326347972f,0.22048458828813872f,0.8354761676514708f,0.5033548644980215f,2.2465003404079287f,0.08275169747319358f,0.4981715930352304f,-0.8631206291463817f,0.009979506315281439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959859663666636f,-0.07972010331485317f,0.040702087515661296f,0.08621418808832287f,-0.04848302976546874f,0.8627185382330318f,0.5033548644980215f,2.2547974364231704f,-0.07524194724636044f,0.4993610206218845f,-0.8631206291463817f,0.01618487770713056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0770679152810261f,0.040702087515661296f,0.14416861224586844f,0.08707278979269381f,0.8596814582529367f,0.5033548644980215f,2.360337347179565f,0.0038016801040235493f,0.5049834915819931f,-0.8631206291463817f,0.04426078355804798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08519383220385983f,0.018388432459471506f,0.125f,0.08707278979269381f,0.9636401693094415f,0.2526181968326674f,2.143518309084941f,0.0038016801040235493f,0.253258040440361f,-0.9673912921774184f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877135548333964f,-0.15607388463397454f,-0.007929447246548905f,-0.19495094376484856f,-0.15572081971424417f,0.9786719162675117f,0.1339862180106613f,2.2419948227624626f,-0.01315142220061635f,0.13357478371510617f,-0.9909514706833851f,0.03268778668726484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999684966061886f,0.00036008543897984857f,-0.007929447246548905f,-0.07976593179799048f,-0.0007056203484706036f,0.9909829440929463f,0.1339862180106613f,2.252062614082243f,0.007906193463544363f,0.13398759216939926f,-0.9909514706833851f,0.033127355949292586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709196210497023f,-0.23798277902718468f,-0.026063122360927272f,-0.057307042208149736f,-0.23252674950837302f,0.911507381295686f,0.33924269278283875f,2.2475368504558486f,-0.05697719038152755f,0.3354377598452198f,-0.9403377632777745f,0.00567742153100155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969401554861185f,0.07369559031660834f,-0.026063122360927272f,-0.08636461214937513f,0.060525190985703f,0.938749751877247f,0.33924269278283875f,2.2567961833746666f,0.04946744015469392f,0.33662718743187386f,-0.9403377632777745f,0.009823263786717107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08316752459160551f,-0.026063122360927272f,-0.1445287134141799f,-0.08707278979269382f,0.9366604105390416f,0.33924269278283875f,2.3656271616712545f,-0.003801680104023795f,0.3402211606913051f,-0.9403377632777745f,0.017465254254859494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0867942818407997f,-0.007929447246548905f,-0.125f,-0.08707278979269382f,0.9871504559391729f,0.1339862180106613f,2.143518309084941f,-0.003801680104023795f,0.13416679909285653f,-0.9909514706833851f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6301429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2554999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11115698540345219f,0.06841937921000568f,0.1315419515007504f,-0.1205904774487396f,0.579455539978328f,-0.8060330104512526f,1.0042721312616953f,0.049950211252314684f,-0.8073880119152382f,-0.5879026914476646f,0.41479268447938944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.045556495720692244f,0.12231799766639573f,0.12499999999999999f,-0.1205904774487396f,-0.038922701366756574f,-0.9919389900931403f,0.9629164532527432f,0.049950211252314684f,-0.9982032002633354f,0.033096032691008526f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17353497184631214f,-0.006269222706641639f,-0.14959475427028973f,0.16042999720436046f,0.8954345498027357f,-0.41528205236511356f,0.9543865953081921f,-0.06645228065352395f,-0.40997875623728564f,-0.9096711020088929f,0.41384280444287425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09547608886326929f,-0.1450448415574264f,-0.125f,0.16042999720436046f,0.1806069207700124f,-0.9703830976305097f,0.9667879207163037f,-0.06645228065352395f,-0.9789103414640932f,-0.19318032449138733f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13033122671971348f,-0.007131493335937226f,-4.100723895728975e-18f,0.09792119304552696f,0.7065482829628515f,-0.7008573063004956f,1.1496607262657832f,-0.08630484811415012f,-0.6955596992235682f,-0.7132658536674896f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12791491621279766f,0.02597808818482965f,-4.412411121039511e-18f,-0.09792119304552693f,0.5973079935288651f,-0.7960116838458225f,1.1122471741489555f,0.08630484811414985f,-0.7917454989305553f,-0.6047235220455702f,0.03603007107119869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.097451875077038e-17f,9.187341911401639e-17f,-4.100723895728975e-18f,0f,0.750203398873718f,-0.6612071236143188f,1.1496607262657832f,-1.2246467991473532e-16f,-0.6612071236143188f,-0.750203398873718f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1765676855065947e-16f,-4.100705354660506e-18f,0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,-0.024181256297341427f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1765676855065947e-16f,-4.100705354660506e-18f,-0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,0.024181256297341185f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.397767856748201e-17f,1.1765676855065947e-16f,-4.100705354660506e-18f,0f,0.9607404243621646f,-0.2774488006757425f,1.1746605409052626f,-1.2246467991473532e-16f,-0.2774488006757425f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13017965401288734f,-0.009504974305636274f,-0.19375f,0.1205904774487396f,0.885676587140524f,-0.4483691779547282f,1.1871608565259288f,-0.04995021125231493f,-0.44567952687126955f,-0.8937979277910921f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12909920135227304f,0.01924793666009695f,0.19375f,-0.12059047744873963f,0.8495295235873426f,-0.5135732910716324f,1.1871603725253455f,0.0499502112523147f,-0.5115007182435503f,-0.8578298150753337f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0490706669545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2555f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4156459243156275f,-0.2354027818471085f,-0.8785351420964616f,-0.04998627270229504f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.333625f,0.9095265062656543f,0.10757708123212534f,0.4014831328882561f,0.3196144300187974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4156459243156275f,-0.2354027818471085f,-0.8785351420964616f,-0.011019467297704963f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.333625f,0.9095265062656543f,0.10757708123212534f,0.4014831328882561f,0.4048825399812025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4156459243156275f,-0.2354027818471085f,-0.8785351420964616f,0.10127740131446926f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3724478567653782f,0.9095265062656543f,0.10757708123212534f,0.4014831328882561f,0.3020260150667615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7304099734102304f,-0.5489564193883943f,-0.4063842028858158f,0.5415627010753303f,-0.5358849685001578f,0.8294993993759021f,-0.15734690009848412f,2.0821128329579977f,0.4234720430895662f,0.10284744064531116f,-0.9000521277538638f,-0.38781751465066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4231023095712251f,-0.5489564193883943f,-0.7208545520753604f,0.5621732926746698f,0.16964995608829f,0.8294993993759021f,-0.5321180685094791f,2.1066755795420025f,0.8900580475647284f,0.10284744064531116f,0.4440935441075142f,-0.47591369784933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728311115501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.168380156160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829370450219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4216225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29.mcfunction new file mode 100644 index 000000000..661934977 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..73e8ab118 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905311f,-0.10583335062178062f,-0.5435906485337462f,0.05037102338454276f,-0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,0.5410085495791019f,0.059222369926068295f,-0.6088898953235311f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809427f,0.12922133509796227f,-0.5324969618289759f,0.05037102338454276f,0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,0.5118270814685906f,-0.14921208808191f,-0.5964635709291733f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905309f,0.10583335062178058f,0.5435906485337464f,-0.05037102338454269f,0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,-0.5410085495791023f,0.05922236992606834f,-0.6088898953235309f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809425f,-0.12922133509796221f,0.5324969618289761f,-0.05037102338454269f,-0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,-0.5118270814685908f,-0.14921208808191005f,-0.5964635709291731f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03531217226590848f,0.3595624811567249f,1.5201559533923756f,-0.5741266125734615f,1.557247979346906f,0.11166069713923284f,-0.06258489861266998f,1.0614674770389132f,-0.1230367071643273f,1.5164606690774414f,-0.35583037789283717f,0.08253372817729948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49118935791656926f,-0.8660254037844385f,-0.09345060015595698f,-0.4739797752845617f,-0.8418026684995582f,0.4995241107909291f,-0.2045578892283419f,1.279554886902917f,0.22383315656205033f,-0.021809693682668142f,-0.9743834231373896f,0.013633966977459692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999894896187721f,-0.8660254037844385f,0.003241954774501824f,-0.2984375f,-0.8654657764701834f,0.4995241107909291f,-0.03800858452237192f,1.588190776840861f,0.031296965182304674f,-0.021809693682668142f,-0.9992721537358309f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.71180657464218f,0.674726897451117f,0.1951281992746205f,0.367536778153976f,0.3610668934277198f,-0.11321766041798237f,-0.9256416476368886f,1.4127072270399883f,-0.6024633588581315f,0.7293321432827898f,-0.32421061982592436f,0.27244678941839584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13446984121887684f,0.8814796340783582f,0.45267153268971244f,0.2984375f,0.5327882696114596f,0.44948586564675663f,-0.7170070546014261f,1.588190776840861f,-0.8354965718463458f,0.14476225781905103f,-0.5300843019220001f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.795809389686617e-17f,9.444645796739001e-17f,-0.15625000000000003f,0f,0.7712138555634763f,-0.6365761454743002f,1.2654296854743592f,-1.2246467991473532e-16f,-0.6365761454743002f,-0.7712138555634763f,0.27470746395650375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.2265108263528505e-17f,1.1494023860289653e-16f,-0.15625000000000003f,0f,0.9385582739686449f,-0.34512079967019976f,1.4392523568455413f,-1.2246467991473532e-16f,-0.34512079967019976f,-0.9385582739686449f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.2522034364699763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.4392523568455413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878007035449248f,0.1548275999957055f,0.016678859544983844f,0.194540879387267f,0.15442019866355688f,0.9600721686951794f,0.2332720153418379f,2.22455985778615f,0.020104037426823224f,0.2330018136764279f,-0.9722684724409385f,0.04300532962414165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998596105017875f,-0.0016046593073278659f,0.016678859544983844f,0.07935586742040891f,0.002330653662535348f,0.9724087283194566f,0.2332720153418379f,2.23462764910593f,-0.016592990710513976f,0.23327813904574243f,-0.9722684724409385f,0.04344489888616937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715951033156137f,0.23371795184765037f,0.03713319535484778f,0.057206258524354375f,0.2239466049926387f,0.8573344808633376f,0.4634927248998226f,2.2338505268110485f,0.07649100159752767f,0.45864311496732496f,-0.8853223253525667f,0.01118107408406761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9962646732202071f,-0.07796041749614262f,0.03713319535484778f,0.08620985360574489f,-0.051945046469968684f,0.8845768514448986f,0.4634927248998226f,2.242424257574235f,-0.06898125137069452f,0.45983254255397904f,-0.8853223253525667f,0.016886180406926358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07884953580481424f,0.03713319535484778f,0.14424761462805435f,0.08707278979269381f,0.8818122380885031f,0.4634927248998226f,2.349139030512701f,0.003801680104023551f,0.46496228606276285f,-0.8853223253525667f,0.039890963897734694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0855449539024639f,0.016678859544983844f,0.125f,0.08707278979269381f,0.9685052896789335f,0.2332720153418379f,2.1312253403349413f,0.003801680104023551f,0.23383661972785744f,-0.9722684724409385f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877090308283206f,-0.15613858092070818f,-0.007184286203024585f,-0.19498132348307284f,-0.15579849477636326f,0.979782721407347f,0.12550955285169602f,2.2300885407875777f,-0.012557843986887756f,0.12508621978331838f,-0.9920663980675489f,0.03179192434023319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999741490281275f,0.0002954779605793545f,-0.007184286203024585f,-0.07979631151621475f,-0.0006085708938665946f,0.9920922244350243f,0.12550955285169602f,2.240156332107358f,0.007164559786846359f,0.12551068045525188f,-0.9920663980675489f,0.032231493602260936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708083243809127f,-0.23868547853833383f,-0.023673606561977846f,-0.05730959775224524f,-0.23398474484194548f,0.9207128015414185f,0.3123124657438482f,2.235200097414585f,-0.05274785771928946f,0.3087348043429494f,-0.9496844128937499f,0.0073499030902386756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970514521549081f,0.07299289080545919f,-0.023673606561977846f,-0.08637606092783248f,0.06198318631927552f,0.9479551721229795f,0.3123124657438482f,2.2445759324204912f,0.04523810749245584f,0.3099242319296035f,-0.9496844128937499f,0.011157797705935266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0838789833405523f,-0.023673606561977846f,-0.14454330562458612f,-0.0870727897926938f,0.9459805775060687f,0.3123124657438482f,2.353584734384129f,-0.003801680104023794f,0.3131853494897875f,-0.9496844128937499f,0.015550663523412434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08685913610927178f,-0.007184286203024585f,-0.125f,-0.0870727897926938f,0.9882639735519477f,0.12550955285169602f,2.1312253403349413f,-0.003801680104023794f,0.1256575069530918f,-0.9920663980675489f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6178500209190723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2432069378258757f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10836426211449696f,0.07276175885619067f,0.13117469623801295f,-0.1205904774487396f,0.5471262188812375f,-0.8283180774083136f,0.9930484680396967f,0.04995021125231469f,-0.8300060766699847f,-0.5555131763394532f,0.4169664372200589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.044036454297796165f,0.12287342083764069f,0.12499999999999999f,-0.1205904774487396f,-0.0512181042702603f,-0.9913801705418793f,0.9506234845027433f,0.04995021125231469f,-0.9977161402362089f,0.04546954923913671f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17362297312826214f,0.002958514686222463f,-0.15014961517239214f,0.1604299972043605f,0.9162315986476419f,-0.36712650903550326f,0.9400611318021683f,-0.06645228065352396f,-0.3610743979316303f,-0.9301663149965473f,0.4114110228214795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09786583361281705f,-0.14344325783498588f,-0.125f,0.1604299972043605f,0.1966577302965118f,-0.9672579558275204f,0.9544949519663037f,-0.06645228065352396f,-0.9755757355151331f,-0.20937067289869526f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13036622065964396f,-0.006460291509436619f,-4.100723895728975e-18f,0.09811845052162924f,0.7117293457841017f,-0.6955674719371004f,1.1373677575157832f,-0.08608052348063683f,-0.6902506695836342f,-0.7184317341380766f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1280614530193809f,0.02524581363376368f,-4.40192448755776e-18f,-0.09811845052162926f,0.6036549336148889f,-0.7911848651166418f,1.0999484787152154f,0.08608052348063659f,-0.7868932490325286f,-0.6110557733172404f,0.035944441210498834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.07640487755651e-17f,9.205849364396919e-17f,-4.100723895728975e-18f,0f,0.7517146470971378f,-0.6594885058434495f,1.1373677575157832f,-1.2246467991473532e-16f,-0.6594885058434495f,-0.7517146470971378f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.175787004464295e-16f,-4.100705354660506e-18f,0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,-0.024372823441495703f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.175787004464295e-16f,-4.100705354660506e-18f,-0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,0.02437282344149546f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.424685427812861e-17f,1.175787004464295e-16f,-4.100705354660506e-18f,0f,0.9601029499141497f,-0.2796467871550606f,1.1623675721552627f,-1.2246467991473532e-16f,-0.2796467871550606f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13024184352552515f,-0.008610984295566077f,-0.19375f,0.1205904774487396f,0.8887340519746181f,-0.44227787827276843f,1.1748678877759289f,-0.04995021125231493f,-0.43953253242035384f,-0.8968367350527071f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920721304639324f,0.018508996521956003f,0.19375f,-0.1205904774487396f,0.8524539651866618f,-0.5087044072801241f,1.1748674037753455f,0.04995021125231469f,-0.5065843792837688f,-0.8607422628531305f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0367776982045096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.24320703125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4311952476524258f,-0.23352172034988428f,-0.8715149250166594f,-0.04931366684308246f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.32133203125f,0.902258642741627f,0.11160154225014579f,0.41650262588058873f,0.32380563772304866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4311952476524258f,-0.23352172034988428f,-0.8715149250166594f,-0.008889112375667557f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.32133203125f,0.902258642741627f,0.11160154225014579f,0.41650262588058873f,0.40839238548007617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4311952476524258f,-0.23352172034988428f,-0.8715149250166594f,0.1016258491431239f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3601548880153782f,0.902258642741627f,0.11160154225014579f,0.41650262588058873f,0.3036236177194741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7197061546628566f,-0.5489564193883943f,-0.4250528208972123f,0.5415660081065803f,-0.5316567080626804f,0.8294993993759021f,-0.17109030132351555f,2.065367951707998f,0.446502178843909f,0.10284744064531116f,-0.8888521858218895f,-0.38782195058816055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40440477423904164f,-0.5489564193883943f,-0.7315077772552682f,0.5621765997059197f,0.15589515519268574f,0.8294993993759021f,-0.5363090965315299f,2.0899306982920027f,0.9011955831894196f,0.10284744064531116f,0.42103316353060716f,-0.47591813378683945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728344185814465f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1516352749109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829414809594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.40932953125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..80687d89b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,-0.13357907696278282f,-0.2742206513372741f,0.03080596992912099f,-0.1298980869501774f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,0.2759833734643304f,0.01249128081002143f,-0.7685190888451747f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,0.16309855603052095f,-0.2686243115140644f,0.03080596992912099f,0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,0.25445446165433006f,-0.09215395195865786f,-0.7528350258075182f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,0.13357907696278282f,0.2742206513372743f,-0.030805969929120894f,0.1298980869501774f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,-0.2759833734643306f,0.012491280810021474f,-0.7685190888451747f,-0.34029316219161193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,-0.16309855603052095f,0.26862431151406463f,-0.030805969929120894f,-0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,-0.2544544616543303f,-0.09215395195865791f,-0.7528350258075182f,-0.34029316219161193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562511781606224f,0.30879688571114405f,1.5312679662148263f,-0.5762711233241196f,1.561766672000956f,0.024304510297425003f,-0.04123594313534697f,0.94777089565405f,-0.03196815927842685f,1.5314894789564506f,-0.308097813426269f,-0.023404548498208222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49631549530446456f,-0.8660254037844387f,-0.06058819291482516f,-0.4744193631446195f,-0.8535398244604109f,0.499524110790929f,-0.14813990278997477f,1.1695141785625751f,0.15855818232048255f,-0.02180969368266815f,-0.987108727588148f,-0.07627060459133679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4834206098632499f,-0.8660254037844387f,0.12768913015383707f,-0.2984375f,-0.8476515682796849f,0.499524110790929f,0.17878054013656733f,1.4828274955908607f,-0.21861228865833343f,-0.02180969368266815f,-0.975568041967875f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6841498229407453f,0.6994035720605425f,0.2068179468979921f,0.38011550166415475f,0.36463715536374697f,-0.08241856562539884f,-0.9274949730152108f,1.314766334732759f,-0.6316476586661123f,0.7099590294018422f,-0.3114151760470464f,0.27363208211436346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1727337961902934f,0.8746746786555899f,0.45288767058999385f,0.2984375f,0.5119712658730222f,0.4725357785727355f,-0.7173530238934204f,1.4828274955908607f,-0.8414561536848284f,0.10795436298454678f,-0.5294312013269857f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.728358760480973e-17f,9.49991837520106e-17f,-0.15625000000000003f,0f,0.7757272041061369f,-0.6310683836238953f,1.1563790269954195f,-1.2246467991473532e-16f,-0.6310683836238953f,-0.7757272041061369f,0.2648396038623774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.5746927875837667e-17f,1.171313577743306e-16f,-0.15625000000000003f,0f,0.9564501197886772f,-0.2918958176408583f,1.333889075595541f,-1.2246467991473532e-16f,-0.2918958176408583f,-0.9564501197886772f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.146840155219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.333889075595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876896711925192f,0.15641543661115648f,0.0018233511331099325f,0.1951792077384888f,0.15620672391129897f,0.9856206700223281f,0.06443100363672907f,2.127274049044819f,0.008280870999632206f,0.06392265650360801f,-0.9979204984170881f,0.02526876451877125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999998337513397f,-0.00001900230882616316f,0.0018233511331099325f,0.07999419577163072f,0.00009851768221687263f,0.9979221593213722f,0.06443100363672907f,2.1373418403645994f,-0.0018207868377832204f,0.0644310761533762f,-0.9979204984170881f,0.02570833378079897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703113135993916f,0.24182348111297253f,0.004166375334401773f,0.05759443209332217f,0.24118745239989486f,0.9661889072951827f,0.09114608178407713f,2.132453524521938f,0.018015757155105977f,0.08944495179799158f,-0.9958288171628613f,0.022055602185636118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975484629364292f,-0.06985488823082048f,0.004166375334401773f,0.0867006092460526f,-0.06918589387722486f,0.9934312778767437f,0.09114608178407713f,2.1424048966669984f,-0.010506006928272832f,0.09063437938464561f,-0.9958288171628613f,0.02308820519957073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08705610151200696f,0.004166375334401773f,0.14460575026694733f,0.08707278979269381f,0.9920235486384019f,0.09114608178407713f,2.2495381990994923f,0.003801680104023551f,0.0911620213488241f,-0.9958288171628613f,0.00175525686822031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713666785309936f,0.0018233511331099325f,0.125f,0.08707278979269381f,0.9941161778424498f,0.06443100363672907f,2.0258620590849414f,0.003801680104023551f,0.06434458848557104f,-0.9979204984170881f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876885849978528f,-0.15643096991856936f,-0.0007814827412133133f,-0.19521346922991004f,-0.1562555005083106f,0.9863182078573299f,0.05254152081927649f,2.1277220748837884f,-0.007448330405971176f,0.052016771328493305f,-0.9986184345758509f,0.02398518897790521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999996946362248f,0.000003490323922036853f,-0.0007814827412133133f,-0.08002845726305194f,-0.000037574800315368084f,0.9986187396489874f,0.05254152081927649f,2.1377898662035686f,0.00078058669701489f,0.05254153413905728f,-0.9986184345758509f,0.024424758239932964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703018157813738f,-0.24188344797586842f,-0.002604589540489575f,-0.05763934186566308f,-0.24141818457224445f,0.9676456928978394f,0.07334216504918861f,2.132987467303574f,-0.015219935913491467f,0.07179283119898576f,-0.9973034357402082f,0.021594487509956788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997557960754447f,0.0697949213679246f,-0.002604589540489575f,-0.0867462779478608f,0.06941662604957448f,0.9948880634794004f,0.07334216504918861f,2.142957276256365f,0.0077101856866578404f,0.07298225878563987f,-0.9973034357402082f,0.02240368856760768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711681586939195f,-0.002604589540489575f,-0.14460925379553477f,-0.08707278979269381f,0.9934984932568419f,0.07334216504918861f,2.2496955283585356f,-0.0038016801040237948f,0.0732898648461267f,-0.9973034357402082f,-0.0009301087117673662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715223909126578f,-0.0007814827412133133f,-0.125f,-0.08707278979269381f,0.9948154189937524f,0.05254152081927649f,2.0258620590849414f,-0.0038016801040237948f,0.05240963035229258f,-0.9986184345758509f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5124867396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1378436565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1192304882922102f,0.05311475799687845f,0.1362643889625167f,-0.1205904774487396f,0.6809827241053038f,-0.7223021986805828f,0.8843335938549377f,0.049950211252314684f,-0.7225279372672868f,-0.6895348840081469f,0.4057121268189302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.047074016016236196f,0.1217420382266084f,0.12499999999999999f,-0.1205904774487396f,-0.026584781337284202f,-0.9923463035402175f,0.8452602032527432f,0.049950211252314684f,-0.9985375738635737f,0.02068066678076924f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17266883289243712f,-0.018416399067392092f,-0.14897062023620128f,0.16042999720436046f,0.8641265665589659f,-0.47701938426443635f,0.8446324487666508f,-0.06645228065352395f,-0.47272693081162276f,-0.8786998027093033f,0.4130415136607318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08977810099418558f,-0.14863910047132156f,-0.125f,0.16042999720436046f,0.1428308730033161f,-0.9766583628445105f,0.8491316707163037f,-0.06645228065352395f,-0.9856668982465568f,-0.15506405159467773f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052430323930572f,-0.000702224579206221f,-4.100723895728975e-18f,0.0997879637260276f,0.7544858559226635f,-0.6486859452061982f,1.0320044762657832f,-0.08413946250647712f,-0.6432064205809356f,-0.7610558792707547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12914502128776878f,0.01893806568917681f,-4.311984323902184e-18f,-0.09978796372602759f,0.6564167360047017f,-0.7477696376480838f,0.9945441553918073f,0.08413946250647684f,-0.7432621557495817f,-0.6636881185312915f,0.035210024040436445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.894287091959348e-17f,9.36248949670491e-17f,-4.100723895728975e-18f,0f,0.7645052845623277f,-0.6446174601081437f,1.0320044762657832f,-1.2246467991473532e-16f,-0.6446174601081437f,-0.7645052845623277f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1688436143880396e-16f,-4.100705354660506e-18f,0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,-0.02600940968623293f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1688436143880396e-16f,-4.100705354660506e-18f,-0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,0.026009409686232686f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6546461903467654e-17f,1.1688436143880396e-16f,-4.100705354660506e-18f,0f,0.9544332416512533f,-0.29842450842898316f,1.0570042909052626f,-1.2246467991473532e-16f,-0.29842450842898316f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052283403835885f,-0.0009362959259242608f,-0.19375f,0.1205904774487396f,0.9132069680316037f,-0.38924410115917046f,1.0695046065259288f,-0.04995021125231493f,-0.3860269722870678f,-0.9211341667003392f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1299591743017089f,0.012153183545223505f,0.19375f,-0.1205904774487396f,0.8763652005153258f,-0.466306736038005f,1.0695041225253454f,0.04995021125231469f,-0.4637829754751145f,-0.8845396136156358f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9314144169545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13784375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5587949296064952f,-0.2146401534695638f,-0.8010479580927934f,-0.04328278545030456f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.21596875f,0.8293058703796035f,0.14462677008888344f,0.5397544541062956f,0.360228239513456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5587949296064952f,-0.2146401534695638f,-0.8010479580927934f,0.009104239200304384f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.21596875f,0.8293058703796035f,0.14462677008888344f,0.5397544541062956f,0.4379756648615438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5587949296064952f,-0.2146401534695638f,-0.8010479580927934f,0.10306792058891895f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2547916067653782f,0.8293058703796035f,0.14462677008888344f,0.5397544541062956f,0.31813878407155555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6092156553133847f,-0.5489564193883943f,-0.5722788961104162f,0.5417016742003302f,-0.481315079085124f,0.8294993993759021f,-0.28331350317324855f,2.0868445567079976f,0.6302317668654636f,0.10284744064531116f,-0.7695650225850608f,-0.38800392840066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2344815640427798f,-0.5489564193883943f,-0.802287508151738f,0.5623122657996698f,0.03472437954585478f,0.8294993993759021f,-0.5574270929011013f,2.1114073032920024f,0.9715001871277262f,0.10284744064531116f,0.21356448759918406f,-0.47610011159933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729700846751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.173111879910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831234587719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.30396625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3.mcfunction new file mode 100644 index 000000000..558e14ed7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30.mcfunction new file mode 100644 index 000000000..d0b3a6a4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..bba11e7ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854894f,-0.10455527387730132f,-0.5517320028861223f,0.051272266318987625f,-0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,0.5490185874211321f,0.060634755714114f,-0.6015367499247565f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541941f,0.12766081771559676f,-0.540472166092528f,0.051272266318987625f,0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,0.5196058308479397f,-0.15093659530134876f,-0.5892604897222105f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854891f,0.10455527387730128f,0.5517320028861226f,-0.051272266318987555f,0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,-0.5490185874211323f,0.060634755714114044f,-0.6015367499247563f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541938f,-0.1276608177155967f,0.5404721660925282f,-0.051272266318987555f,-0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,-0.5196058308479399f,-0.15093659530134879f,-0.5892604897222102f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03387998654166058f,0.38682623488431667f,1.513480710322124f,-0.5733204171053616f,1.552622371250776f,0.15845129104422054f,-0.07525430657468449f,1.0508212275000919f,-0.17211092005899503f,1.5055447194858225f,-0.3809451126144067f,0.09842605188555298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4875101552587107f,-0.8660254037844387f,-0.11105786113386057f,-0.47431854755971414f,-0.8339001319614544f,0.4995241107909289f,-0.2347045646194401f,1.266550364365624f,0.25873619467383563f,-0.021809693682668132f,-0.9657017753049704f,0.020977657536325377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999471163866178f,-0.8660254037844387f,-0.007271919740046998f,-0.2984375f,-0.8644752362023743f,0.4995241107909289f,-0.05619812035451921f,1.5754524955908606f,0.05230149911383895f,-0.021809693682668132f,-0.9983931542493235f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7084436596008497f,0.677861092002021f,0.19649916315644353f,0.3690975985405342f,0.3616439350732186f,-0.10957201157668667f,-0.9258550850450602f,1.400820263152359f,-0.6060703304040815f,0.7269788953118692f,-0.3227699496158548f,0.2725920561505309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13921161980078833f,0.8807536604280435f,0.4526512062891725f,0.2984375f,0.530415374498082f,0.45232101966111454f,-0.716983420776791f,1.5754524955908606f,-0.8362294274949308f,0.14028073572423283f,-0.5301336244534655f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.948161229340533e-17f,9.316797268299536e-17f,-0.15625000000000003f,0f,0.7607742309689827f,-0.649016617270739f,1.2534284091607062f,-1.2246467991473532e-16f,-0.649016617270739f,-0.7607742309689827f,0.27649612684963487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.344809568800894e-17f,1.1449830045771068e-16f,-0.15625000000000003f,0f,0.9349495751544762f,-0.35478062506070485f,1.426514075595541f,-1.2246467991473532e-16f,-0.35478062506070485f,-0.9349495751544762f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.239465155219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.426514075595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877778477782229f,0.15515445268735073f,0.014900310396446686f,0.19463229585797504f,0.15474328438338708f,0.9646925097467806f,0.2131264356589762f,2.212957709716471f,0.018693297645520128f,0.2128272948889455f,-0.9769110006409949f,0.04093843237502799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998881671534652f,-0.0012782552850606477f,0.014900310396446686f,0.07944728389111695f,0.0019269810803137777f,0.9770227270474399f,0.2131264356589762f,2.223025501036252f,-0.014830371890156886f,0.2131313137392294f,-0.9769110006409949f,0.04137800163705571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9713335650606378f,0.23536923940114995f,0.03335305878500272f,0.05719434994399185f,0.2272291091868518f,0.8780593966914781f,0.42116342174973753f,2.2209198174180234f,0.06984294756624658f,0.4166689537576824f,-0.9063713067224365f,0.012467871104074265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965262114751829f,-0.07630912994264305f,0.03335305878500272f,0.08621884341363943f,-0.05522755066418182f,0.9053017672730391f,0.42116342174973753f,2.229755838862596f,-0.062333197339413435f,0.4178583813443365f,-0.9063713067224365f,0.01764176024682094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538035f,0.03335305878500272f,0.14432133606539066f,0.08707278979269381f,0.9027954925993871f,0.42116342174973753f,2.33744286453975f,0.0038016801040235528f,0.42246491165379624f,-0.9063713067224365f,0.03534061274384012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08587260473506968f,0.014900310396446686f,0.125f,0.08707278979269381f,0.9731369131324829f,0.2131264356589762f,2.1184870590849414f,0.0038016801040235528f,0.21361283682165932f,-0.9769110006409949f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877048137441091f,-0.1561988880345932f,-0.006411574180436231f,-0.1950120829313408f,-0.1558736269009414f,0.9808571608460958f,0.11671607624351577f,2.2177428594592783f,-0.011942082877821147f,0.116280425668694f,-0.9931446265589149f,0.030860133374890995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999794179743193f,0.0002352536300275071f,-0.006411574180436231f,-0.07982707096448274f,-0.0005146986584977364f,0.9931651889950678f,0.11671607624351577f,2.2278106507790585f,0.006395210163287701f,0.1167169740188667f,-0.9931446265589149f,0.03129970263691874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707043250246368f,-0.23934210463154612f,-0.021177118052428456f,-0.05732019141008379f,-0.23536778597898128f,0.929444979615236f,0.2841373526859604f,2.222507127631522f,-0.04832306593974486f,0.28079776854272803f,-0.9585496828436216f,0.009088068784234384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997155451511184f,0.07233626471224688f,-0.021177118052428456f,-0.08639496472342177f,0.06336622745631126f,0.956687350196797f,0.2841373526859604f,2.2319934754595767f,0.040813315712911226f,0.2819871961293821f,-0.9585496828436216f,0.012542397469110796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08454379436061218f,-0.021177118052428456f,-0.14455690785957104f,-0.08707278979269382f,0.9548216032779795f,0.2841373526859604f,2.3410887923339585f,-0.0038016801040237948f,0.28490007502417236f,-0.9585496828436216f,0.013564521705977817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08691959048698249f,-0.006411574180436231f,-0.125f,-0.08707278979269382f,0.9893410366623003f,0.11671607624351577f,2.1184870590849414f,-0.0038016801040237948f,0.11683020998671573f,-0.9931446265589149f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6051117396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2304686565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10659146907695294f,0.07533488949671881f,0.13099199470242495f,-0.1205904774487396f,0.5271414969340845f,-0.8411776143947112f,0.9812733808944768f,0.04995021125231469f,-0.8430658935872745f,-0.5354856445001488f,0.4181727154186246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04296604750335909f,0.12325179762342185f,0.12499999999999999f,-0.1205904774487396f,-0.05983909466188203f,-0.990897179074969f,0.9378852032527432f,0.04995021125231469f,-0.9972829094655065f,0.05414586672926852f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17342000921865383f,0.008898876875642073f,-0.15054935635344618f,0.1604299972043605f,0.9282594401162049f,-0.335554209975316f,0.9258425031298535f,-0.06645228065352396f,-0.3290287407472965f,-0.9419788650273389f,0.4098041811529465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09944527928078337f,-0.1423528223668671f,-0.125f,0.1604299972043605f,0.20733645059706574f,-0.9650252909902514f,0.9417566707163036f,-0.06645228065352396f,-0.9732020513144111f,-0.2201405499070258f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1303988355040421f,-0.0057645949255471325f,-4.100723895728975e-18f,0.09832231147374343f,0.7170563832879187f,-0.690045553751714f,1.1246294762657831f,-0.08584759706553266f,-0.6847089066787718f,-0.7237429814463382f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12820887550785717f,0.02448614090616604f,-4.391056312429434e-18f,-0.09832231147374344f,0.6101907218551281f,-0.7861297641155547f,1.0872044700948922f,0.08584759706553242f,-0.7818118489783383f,-0.6175762486326248f,0.03585569582582227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.054550827894716e-17f,9.22497638083948e-17f,-4.100723895728975e-18f,0f,0.7532764865153175f,-0.6577039872641327f,1.1246294762657831f,-1.2246467991473532e-16f,-0.6577039872641327f,-0.7532764865153175f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1749715464545254e-16f,-4.100705354660506e-18f,0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,-0.024571195414896715f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1749715464545254e-16f,-4.100705354660506e-18f,-0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,0.024571195414896472f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.4525591621885137e-17f,1.1749715464545254e-16f,-4.100705354660506e-18f,0f,0.9594370779171484f,-0.28192285029384145f,1.1496292909052626f,-1.2246467991473532e-16f,-0.28192285029384145f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029980892163734f,-0.007684181833523903f,-0.19375f,0.1205904774487396f,0.8918580750516567f,-0.4359439306996236f,1.1621296065259288f,-0.04995021125231493f,-0.43314100909534986f,-0.8999410217540431f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12931467529884214f,0.01774264940252331f,0.19375f,-0.1205904774487396f,0.8554549042485119f,-0.5036415824233085f,1.1621291225253454f,0.04995021125231469f,-0.5014724534304194f,-0.8637304873896283f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0240394169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.23046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.44717376939816067f,-0.23149994507829527f,-0.8639695569816026f,-0.048610411065538775f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.30859375f,0.8944471029425052f,0.1157370879905268f,0.43193669270071566f,0.32816181548707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44717376939816067f,-0.23149994507829527f,-0.8639695569816026f,-0.006687870184461223f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.30859375f,0.8944471029425052f,0.1157370879905268f,0.43193669270071566f,0.41201623138792987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.44717376939816067f,-0.23149994507829527f,-0.8639695569816026f,0.1019462929222404f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.347416606765378f,0.8944471029425052f,0.1157370879905268f,0.43193669270071566f,0.30529851953239256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7081114012855034f,-0.5489564193883943f,-0.44410031860127486f,0.5415697042003302f,-0.5269035353413504f,0.8294993993759021f,-0.1852118000555143f,2.0500623767079977f,0.4700541541293587f,0.10284744064531116f,-0.8766250601816276f,-0.38782690840066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3847472849934885f,-0.5489564193883943f,-0.742035293164963f,0.5621802957996698f,0.14153318803429024f,0.8294993993759021f,-0.5402768763512535f,2.0746251232920025f,0.9121062895161888f,0.10284744064531116f,0.3968431939415361f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728381146751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.136329699910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829464387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.39659125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31.mcfunction new file mode 100644 index 000000000..c340d1896 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..9896102a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871066f,-0.10562922854845674f,-0.5449057402533429f,0.05051496120137733f,-0.11827034585176018f,0.8076215367888782f,-0.026533432708946873f,1.3286575595981291f,0.5423024294403362f,0.059450515855399205f,-0.6077155219607943f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541495f,0.12897210433390813f,-0.5337852149420502f,0.05051496120137733f,0.19571836399823422f,0.775253985063295f,-0.025991934082233673f,1.3286575595981291f,0.5130836007717474f,-0.1494906517049277f,-0.5953131643697577f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871064f,0.1056292285484567f,0.5449057402533432f,-0.05051496120137726f,0.11827034585176018f,0.8076215367888782f,-0.026533432708946873f,1.3286575595981291f,-0.5423024294403365f,0.05945051585539925f,-0.607715521960794f,-0.30717959606626594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541493f,-0.1289721043339081f,0.5337852149420504f,-0.05051496120137726f,-0.19571836399823422f,0.775253985063295f,-0.025991934082233673f,1.3286575595981291f,-0.5130836007717476f,-0.14949065170492776f,-0.5953131643697575f,-0.30717959606626594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.032674987637743895f,0.4022069404772439f,1.509492687035882f,-0.5730855744022599f,1.5493222398663908f,0.18480895257022115f,-0.08277981701650909f,1.038538051742285f,-0.19984792277695115f,1.498493069080345f,-0.3949500977084387f,0.10487604540851353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4851436473816286f,-0.8660254037844386f,-0.12097785502004121f,-0.4748016631315931f,-0.8289397132257347f,0.4995241107909289f,-0.25166369340007777f,1.2528127557881976f,0.2783785071489655f,-0.021809693682668132f,-0.9602237989234497f,0.02262455031614114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999100216127086f,-0.8660254037844386f,-0.009485267059040318f,-0.2984375f,-0.8642179576129005f,0.4995241107909289f,-0.06002486549687934f,1.5624798393408605f,0.05672117797232315f,-0.021809693682668132f,-0.9981518147210374f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7050231087106992f,0.6810104425874116f,0.197907031888205f,0.37067603462931026f,0.36219026548600586f,-0.10583617075817786f,-0.9260760857221303f,1.3887278787841186f,-0.6097217625860816f,0.7245850412795889f,-0.32127229912144406f,0.27273941856590334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14400867738216194f,0.8799863001779141f,0.4526429192396873f,0.2984375f,0.5279573494883849f,0.45519537418776324f,-0.7169785271814363f,1.5624798393408605f,-0.8369722444381532f,0.13572502649566145f,-0.5301473184152801f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.040873772039915e-17f,9.236900305205547e-17f,-0.15625000000000003f,0f,0.7542501488295758f,-0.6565871709000738f,1.2407433917762083f,-1.2246467991473532e-16f,-0.6565871709000738f,-0.7542501488295758f,0.2771803095227885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.390072555948039e-17f,1.1432551824492098e-16f,-0.15625000000000003f,0f,0.9335387013179544f,-0.358476628445408f,1.413541419345541f,-1.2246467991473532e-16f,-0.358476628445408f,-0.9335387013179544f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.226492498969976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.413541419345541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877572222884823f,0.1554494109325122f,0.01308244845877943f,0.19472144387980744f,0.15504227465086468f,0.9689682697759826f,0.19251593502467368f,2.2010979348456035f,0.017250011247170342f,0.19218733779329347f,-0.9812066369037152f,0.038809663127441815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999139372330204f,-0.0009837019278984976f,0.01308244845877943f,0.07953643191294937f,0.0015534140486441889f,0.9812926177580106f,0.19251593502467368f,2.2111657261653836f,-0.013027088391234874f,0.1925196890298443f,-0.9812066369037152f,0.039249232389469535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710963354189667f,0.23686704841057743f,0.029426326870934716f,0.057198767054204444f,0.23024550631588375f,0.8971041786337649f,0.3770823510841903f,2.2079390744629164f,0.06291990271127469f,0.3729585688184404f,-0.9257121538511335f,0.013810549501221663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967634411168541f,-0.07481132093321556f,0.029426326870934716f,0.08624221651619124f,-0.05824394779321375f,0.9243465492153259f,0.3770823510841903f,2.217016123126799f,-0.055410152484441554f,0.3741479964050945f,-0.9257121538511335f,0.01843124813914646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08203788625251676f,0.029426326870934716f,0.14438786372859588f,0.08707278979269381f,0.9220776701441895f,0.3770823510841903f,2.325434603514617f,0.003801680104023551f,0.37820967126804456f,-0.9257121538511335f,0.030685282246202265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08616828323820402f,0.01308244845877943f,0.125f,0.08707278979269381f,0.9774231141318958f,0.19251593502467368f,2.105514402834941f,0.003801680104023551f,0.19292247905437993f,-0.9812066369037152f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877010118934656f,-0.15625325703180365f,-0.005624124071985413f,-0.19504265187731307f,-0.15594453192956081f,0.9818711499963053f,0.10775132373294968f,2.2051615276073986f,-0.011314330112479445f,0.10730314287981432f,-0.9941619694306457f,0.029907637358547085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999841681157594f,0.00018095926492134318f,-0.005624124071985413f,-0.079857639910455f,-0.00042610787828509245f,0.9941777862464404f,0.10775132373294968f,2.215229318927179f,0.0056108778197987924f,0.10775201431004108f,-0.9941619694306457f,0.030347206620574833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706103561786422f,-0.2399354005752764f,-0.018615585662316532f,-0.05733929292269699f,-0.23664137937873167f,0.9374861318719904f,0.25518740194889f,2.209675630567021f,-0.043776638113274174f,0.25209275296698797f,-0.9667123925227321f,0.010860364537732148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972494203571786f,0.07174296876851662f,-0.018615585662316532f,-0.0864215748791887f,0.06463982085606171f,0.9647285024535514f,0.25518740194889f,2.219263745722965f,0.036266887886440544f,0.25328218055364204f,-0.9667123925227321f,0.013951407882538087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08514448581291056f,-0.018615585662316532f,-0.1445691707557421f,-0.0870727897926938f,0.9629629895090948f,0.25518740194889f,2.3283448407558414f,-0.003801680104023794f,0.2558372478185341f,-0.9667123925227321f,0.011539700716316225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08697409224774287f,-0.005624124071985413f,-0.125f,-0.0870727897926938f,0.9903575018706701f,0.10775132373294968f,2.105514402834941f,-0.003801680104023794f,0.10783100558821974f,-0.9941619694306457f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.592139083419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2174960003258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10599970510225329f,0.07616527669286825f,0.13103388541098696f,-0.1205904774487396f,0.5205541846217251f,-0.8452699436401936f,0.9690745271007554f,0.04995021125231468f,-0.8472233491772085f,-0.5288833264575494f,0.41836501136004256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0423515990892411f,0.12346428192011662f,0.12499999999999999f,-0.1205904774487396f,-0.06477399679192314f,-0.9905868291514303f,0.9249125470027431f,0.04995021125231468f,-0.9970008382113748f,0.05911264671510674f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17326152662263372f,0.011581580178896572f,-0.15079708940167436f,0.1604299972043605f,0.9333411618147542f,-0.3211487064574504f,0.9119692564843038f,-0.06645228065352396f,-0.3144117031134164f,-0.9469579585922842f,0.4089617471158105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10020713886325014f,-0.14181755507653884f,-0.125f,0.1604299972043605f,0.21250789032949846f,-0.9638996900843546f,0.9287840144663035f,-0.06645228065352396f,-0.9720076778855953f,-0.22535564898044635f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13042823479806046f,-0.005055929482092088f,-4.100723895728975e-18f,0.09852935500590232f,0.7224374813734662f,-0.6843800491750791f,1.111656820015783f,-0.08560988878387091f,-0.6790232404522137f,-0.7291079384207722f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12835437888516127f,0.0237116063662987f,-4.379986493137611e-18f,-0.09852935500590232f,0.6168033431038138f,-0.7809261182327556f,1.0742261974123857f,0.08560988878387066f,-0.7765814763158876f,-0.6241731791622016f,0.03576530389159657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.032248125171486e-17f,9.244401999148721e-17f,-4.100723895728975e-18f,0f,0.7548627086262778f,-0.6558828333821516f,1.111656820015783f,-1.2246467991473532e-16f,-0.6558828333821516f,-0.7548627086262778f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1741342932959424e-16f,-4.100705354660506e-18f,0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,-0.024773075257757963f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1741342932959424e-16f,-4.100705354660506e-18f,-0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,0.02477307525775772f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.480925795938421e-17f,1.1741342932959424e-16f,-4.100705354660506e-18f,0f,0.9587534088305465f,-0.2842391617209123f,1.1366566346552625f,-1.2246467991473532e-16f,-0.2842391617209123f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13035206263572113f,-0.006739927453533968f,-0.19375f,0.1205904774487396f,0.8949931824817906f,-0.42947076741007784f,1.1491569502759287f,-0.04995021125231493f,-0.4266093565285801f,-0.9030556092058339f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12941944326303742f,0.016961561276936453f,0.19375f,-0.1205904774487396f,0.8584801544194004f,-0.49846741239195114f,1.1491564662753453f,0.04995021125231469f,-0.4962483573509618f,-0.8667424901447496f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0110667607045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.21749609375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46330086860368913f,-0.2293657101329387f,-0.856004483730243f,-0.04788739954392289f,0f,0.9659258262890683f,-0.2588190451025207f,1.29562109375f,0.886201052330151f,0.11991108840717525f,0.4475142743264614f,0.3326117742267116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46330086860368913f,-0.2293657101329387f,-0.856004483730243f,-0.004452943112327051f,0f,0.9659258262890683f,-0.2588190451025207f,1.29562109375f,0.886201052330151f,0.11991108840717525f,0.4475142743264614f,0.41569312288266325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46330086860368913f,-0.2293657101329387f,-0.856004483730243f,0.10223050123141149f,0f,0.9659258262890683f,-0.2588190451025207f,1.334443950515378f,0.886201052330151f,0.11991108840717525f,0.4475142743264614f,0.3070253074057182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6957853904175084f,-0.5489564193883943f,-0.4631733369850089f,0.5415796642003303f,-0.5216775057567518f,0.8294993993759021f,-0.19945758050881832f,2.0373172729579974f,0.4936955240519906f,0.10284744064531116f,-0.8635317790815458f,-0.38784026840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.36444676281129035f,-0.5489564193883943f,-0.752213670899861f,0.5621902557996697f,0.12680350594180687f,0.8294993993759021f,-0.5439224368564728f,2.061880019542002f,0.9225505015755165f,0.10284744064531116f,0.37191796944416655f,-0.47593645159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728480746751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1235845961609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829597987719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3836185937499998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32.mcfunction new file mode 100644 index 000000000..6c09f82cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..882c3da94 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396415f,-0.10850743142599159f,-0.5258162091112903f,0.04848538041252262f,-0.1190903693214637f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,0.5235208041460357f,0.056138808574457466f,-0.624274656095034f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164388f,0.13248635779307535f,-0.5150852660682028f,0.04848538041252262f,0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,0.49484429167203187f,-0.14544709422722593f,-0.6115343569910537f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396412f,0.10850743142599156f,0.5258162091112906f,-0.04848538041252255f,0.1190903693214637f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,-0.523520804146036f,0.05613880857445751f,-0.6242746560950337f,-0.30951486489952706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164387f,-0.1324863577930753f,0.515085266068203f,-0.04848538041252255f,-0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,-0.4948442916720321f,-0.145447094227226f,-0.6115343569910535f,-0.30951486489952706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03202988446495759f,0.4092141723174264f,1.50762200092587f,-0.5734146341947823f,1.5476515485807676f,0.19680768595083833f,-0.08629987790389951f,1.0249323424981869f,-0.21249710745493267f,1.4950641276966148f,-0.40129102082908236f,0.10395725680851114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48399507210222426f,-0.8660254037844386f,-0.1254941041673385f,-0.47547525311052546f,-0.8265582239026722f,0.499524110790929f,-0.2593784209169915f,1.2385144011145903f,0.28731563250130154f,-0.021809693682668135f,-0.9575876276257151f,0.019522273989976698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.499976458389505f,-0.8660254037844386f,-0.004851912642213611f,-0.2984375f,-0.864737128125095f,0.499524110790929f,-0.05201309431763367f,1.5494837455908606f,0.047468308356743816f,-0.021809693682668135f,-0.9986346163453464f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7016012611770757f,0.6841223988462908f,0.19932941005163643f,0.3722459760618592f,0.3626958637112675f,-0.10207072926312227f,-0.9263008564577883f,1.3766269611411373f,-0.6133574657257173f,0.7221898016619255f,-0.31974131671405004f,0.2728864737242675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14878168416860926f,0.8791895211642342f,0.45264754095317555f,0.2984375f,0.5254533131401615f,0.45806143456406745f,-0.7169927041993773f,1.5494837455908606f,-0.8377128542442092f,0.13116976801120428f,-0.5301241984609902f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.090933240444304e-17f,9.193083137057947e-17f,-0.15625000000000003f,0f,0.7506722055255874f,-0.6606748367021027f,1.2277023125245488f,-1.2246467991473532e-16f,-0.6606748367021027f,-0.7506722055255874f,0.27707380442210744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.3830261181769e-17f,1.1435255148599216e-16f,-0.15625000000000003f,0f,0.9337594444831675f,-0.3579012431362687f,1.400545325595541f,-1.2246467991473532e-16f,-0.3579012431362687f,-0.9337594444831675f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.213496405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.400545325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877392509382852f,0.1557064132138633f,0.011255444902303886f,0.19480671600630828f,0.15531127598590289f,0.9728151680909733f,0.17178200221141393f,2.1891715584388343f,0.01579809189446175f,0.17142392369854673f,-0.9850706871470133f,0.03665387073425609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999363911543632f,-0.0007270524325475453f,0.011255444902303886f,0.0796217040394502f,0.0012173160508961722f,0.9851342354511239f,0.17178200221141393f,2.1992393497586145f,-0.011213018631069091f,0.17178477679029167f,-0.9850706871470133f,0.03709343999628381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708886945663472f,0.23817804115831195f,0.0254236793805256f,0.05722004762105483f,0.23292996749452008f,0.9140531994664663f,0.3320397247139542f,2.1951268178483434f,0.055845975739135696f,0.3282955516833972f,-0.9429227209791042f,0.0151763602684396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969710819694736f,-0.07350032818548105f,0.0254236793805256f,0.08628008876350714f,-0.06092840897185006f,0.9412955700480273f,0.3320397247139542f,2.204418370168593f,-0.04833622551230255f,0.32948497927005127f,-0.9429227209791042f,0.01923181206559311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08336522068975893f,0.0254236793805256f,0.14444583044590986f,0.08707278979269382f,0.9392379626535541f,0.3320397247139542f,2.313306175475553f,0.0038016801040235515f,0.33298992400634125f,-0.9429227209791042f,0.026002106093151036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08642591309293281f,0.011255444902303886f,0.125f,0.08707278979269382f,0.9812794061805004f,0.17178200221141393f,2.092518309084941f,0.0038016801040235515f,0.17210836281859665f,-0.9850706871470133f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876977021507067f,-0.15630058855839357f,-0.004834788776502921f,-0.19507250813244498f,-0.1560098833075423f,0.9828057182422347f,0.09876151325659308f,2.1925488334436025f,-0.01068482459288264f,0.09830079453730237f,-0.9950993861503254f,0.02894989541044975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999883034034678f,0.0001336927101279889f,-0.004834788776502921f,-0.07988749616558691f,-0.00034445598876368944f,0.9951110716142895f,0.09876151325659308f,2.2026166247633827f,0.004824355534778174f,0.09876202345496807f,-0.9950993861503254f,0.029389464672477498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970528388490027f,-0.24045292419342545f,-0.016032416592086388f,-0.057366833148625215f,-0.23777962345458686f,0.944672722129991f,0.22595198324712235f,2.1969171515202124f,-0.03918542847470617f,0.22310499615728857f,-0.9740065004325742f,0.012634751589433234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973313880457938f,0.07122544515036754f,-0.016032416592086388f,-0.08645566478780625f,0.06577806493191689f,0.971915092711552f,0.22595198324712235f,2.2065962188262755f,0.03167567824787254f,0.22429442374394265f,-0.9740065004325742f,0.015358931273681126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08566846042805813f,-0.016032416592086388f,-0.14457984635444673f,-0.08707278979269381f,0.9702391615186482f,0.22595198324712235f,2.3155595383382668f,-0.0038016801040237948f,0.2264881549738898f,-0.9740065004325742f,0.009509226205393725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08702153935309677f,-0.004834788776502921f,-0.125f,-0.08707278979269381f,0.9912943522370059f,0.09876151325659308f,2.092518309084941f,-0.0038016801040237948f,0.09880667442856417f,-0.9950993861503254f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.579142989669072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2044999065758755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10634649255693313f,0.07568031696751809f,0.13128366094744037f,-0.1205904774487396f,0.5244096169742969f,-0.8428834381891459f,0.9566344470641012f,0.0499502112523147f,-0.8447987790863034f,-0.5327475943166143f,0.41778331099286675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04208028801763757f,0.12355701605258404f,0.12499999999999999f,-0.1205904774487396f,-0.06694982171225472f,-0.9904421528395194f,0.9119164532527431f,0.0499502112523147f,-0.9968685824786785f,0.06130257468328021f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17323880981809087f,0.011916559061119825f,-0.15092859515786583f,0.16042999720436046f,0.9339603570620927f,-0.31934349442795446f,0.8985893973462777f,-0.06645228065352395f,-0.31258017564979923f,-0.9475641024156022f,0.408626616151966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10034144991518416f,-0.14172255655316274f,-0.125f,0.16042999720436046f,0.21342098041269292f,-0.9636979304308451f,0.9157879207163035f,-0.06645228065352395f,-0.9717937428017344f,-0.2262764146952611f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13045382547912104f,-0.004345834019945205f,-4.100723895728975e-18f,0.09873619634898174f,0.7277834973037787f,-0.6786621726476406f,1.098660726265783f,-0.08537125034811896f,-0.6732852148013824f,-0.7344377231214739f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1284954533816686f,0.022934805769948358f,-4.368895040938839e-18f,-0.0987361963489817f,0.6233835052462641f,-0.7756572496389214f,1.0612246959964584f,0.08537125034811867f,-0.771285889827579f,-0.6307375252566462f,0.03567473531128024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.009858151823878e-17f,9.263808647303024e-17f,-4.100723895728975e-18f,0f,0.7564473817065336f,-0.6540545533128943f,1.098660726265783f,-1.2246467991473532e-16f,-0.6540545533128943f,-0.7564473817065336f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1732886605418706e-16f,-4.100705354660506e-18f,0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,-0.02497517494735349f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1732886605418706e-16f,-4.100705354660506e-18f,-0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,0.024975174947353247f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.509323320894226e-17f,1.1732886605418706e-16f,-4.100705354660506e-18f,0f,0.958062897284964f,-0.28655799560637024f,1.1236605409052625f,-1.2246467991473532e-16f,-0.28655799560637024f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13039754948310955f,-0.005793612367587046f,-0.19375f,0.1205904774487396f,0.8980868446911423f,-0.42296330353990885f,1.1361608565259287f,-0.04995021125231493f,-0.4200434483258941f,-0.9061282899867662f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12951966981983024f,0.016178441990129834f,0.19375f,-0.1205904774487396f,0.8614794900467488f,-0.49326567382849423f,1.1361603725253453f,0.04995021125231469f,-0.49099668365331706f,-0.8697282524083563f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9980706669545093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2045f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.47930468898442513f,-0.22715216522029744f,-0.8477434216514301f,-0.04715593729614491f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.282625f,0.877648571535067f,0.12405318191610956f,0.4629727777515057f,0.33708343820929376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.47930468898442513f,-0.22715216522029744f,-0.8477434216514301f,-0.0022211227038550357f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.282625f,0.877648571535067f,0.12405318191610956f,0.4629727777515057f,0.41936299179070624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.47930468898442513f,-0.22715216522029744f,-0.8477434216514301f,0.10247298324771457f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.321447856765378f,0.877648571535067f,0.12405318191610956f,0.4629727777515057f,0.30877729833727413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6829221249267545f,-0.5489564193883943f,-0.48193798449364755f,0.5415933592003304f,-0.5160559131004443f,0.8294993993759021f,-0.21358146218500362f,2.0304076967079974f,0.5170141834027309f,0.10284744064531116f,-0.8497756987070861f,-0.38785863840066054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.34383982496413495f,-0.5489564193883943f,-0.7618536764897221f,0.5622039507996698f,0.11195336393488542f,0.8294993993759021f,-0.5471719937448193f,2.054970443292002f,0.9323307455363123f,0.10284744064531116f,0.34667244609344583f,-0.47595482159933944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728617696751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1166750199109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829781687719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3706224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33.mcfunction new file mode 100644 index 000000000..3de50c42d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..da6031f6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014423f,-0.11261859128427078f,-0.4963207845417962f,0.04558637314190918f,-0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,0.4945011279665516f,0.05102185669259168f,-0.6479273485691843f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997314f,0.137506037908718f,-0.4861917889389024f,0.04558637314190918f,0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,0.466662553642582f,-0.13919935332209535f,-0.6347043414555276f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014421f,0.11261859128427074f,0.4963207845417963f,-0.04558637314190911f,0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,-0.4945011279665517f,0.05102185669259171f,-0.6479273485691841f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997311f,-0.13750603790871793f,0.4861917889389025f,-0.04558637314190911f,-0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,-0.46666255364258213f,-0.13919935332209538f,-0.6347043414555273f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03200921908302396f,0.4094282901488907f,1.5075643054674153f,-0.5741701077756912f,1.5475988398271519f,0.1971742339117505f,-0.08640834709082475f,1.0105155766484097f,-0.21288374963662482f,1.4949572056440512f,-0.4014843862886587f,0.09709527711441018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48395927707136843f,-0.8660254037844387f,-0.12563207447367328f,-0.47624142731696806f,-0.8264842477392288f,0.499524110790929f,-0.25961404233487295f,1.2240761725662268f,0.28758860612945014f,-0.021809693682668135f,-0.9575056819079395f,0.01259362110463405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999727972490118f,-0.8660254037844387f,0.005215554716294005f,-0.2984375f,-0.865609066396239f,0.499524110790929f,-0.03459200646339277f,1.5366751518408606f,0.02735226103323544f,-0.021809693682668135f,-0.9993879082107398f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6982341451909259f,0.6871472018252883f,0.200743123202698f,0.3737820463159243f,0.3631534158816423f,-0.09833775940041378f,-0.9265253809851091f,1.3647135343642636f,-0.6169186940132323f,0.7198322082956436f,-0.31820263493130446f,0.2730308558580626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15345342596743416f,0.8783771122949975f,0.4526651020955322f,0.2984375f,0.5229450790260698f,0.46087258117375507f,-0.7170250401796706f,1.5366751518408606f,-0.8384393182462728f,0.12668903866768444f,-0.5300654649193655f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.106371896941422e-17f,9.179472366899095e-17f,-0.15625000000000003f,0f,0.7495608017993596f,-0.6619354986748338f,1.2145830534888566f,-1.2246467991473532e-16f,-0.6619354986748338f,-0.7495608017993596f,0.276333237326066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.33403442191167e-17f,1.1453913038602595e-16f,-0.15625000000000003f,0f,0.9352829768205212f,-0.3539007675461361f,1.387736731845541f,-1.2246467991473532e-16f,-0.3539007675461361f,-0.9352829768205212f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.200687811469976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.387736731845541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877241825250906f,0.15592190156197705f,0.009449860762914106f,0.19488676710192798f,0.1555463803966387f,0.9761773178043878f,0.15127183396037513f,2.1773725405432796f,0.014361852270702927f,0.15088474017450626f,-0.9884470306404012f,0.034507422611891075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999552180627992f,-0.0005118598844243843f,0.009449860762914106f,0.07970175513506991f,0.0009235698443992996f,0.9884917699551207f,0.15127183396037513f,2.1874403318630598f,-0.009418539574810035f,0.15127378732104085f,-0.9884470306404012f,0.034946991873918795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707139201213834f,0.23928152357492885f,0.021420498552495164f,0.05725758697949379f,0.2352391632201935f,0.9286328874771183f,0.28688585950404233f,2.182688564575949f,0.04875470613222721f,0.2835230374618096f,-0.957725255936372f,0.01653100641107255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971458564144374f,-0.07239684576886415f,0.021420498552495164f,0.08633159359024292f,-0.06323760469752353f,0.9558752580586792f,0.28688585950404233f,2.192164634716894f,-0.041244955905394065f,0.2847124650484637f,-0.957725255936372f,0.02001982559268602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08448245815350382f,0.021420498552495164f,0.1444944337193668f,0.08707278979269381f,0.9539993883092086f,0.28688585950404233f,2.3012559126671315f,0.003801680104023551f,0.28765931476313644f,-0.957725255936372f,0.021369505016853797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08664192764163034f,0.009449860762914106f,0.125f,0.08707278979269381f,0.9846497659208486f,0.15127183396037513f,2.079709715334941f,0.003801680104023551f,0.15151902470172f,-0.9884470306404012f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876949290950298f,-0.15634024510214192f,-0.004056451819785698f,-0.1951011791883878f,-0.15606872219454376f,0.9836471535281588f,0.08989344419095899f,2.180109623569028f,-0.010063845811933921f,0.08942038423845493f,-0.9959431278391959f,0.02800259565869549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999917681389144f,0.00009409060275807068f,-0.004056451819785698f,-0.07991616722152972f,-0.0002709409926091033f,0.9959513518653738f,0.08989344419095899f,2.190177414888808f,0.004048486802040249f,0.08989380325969641f,-0.9959431278391959f,0.028442164920723243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704595959242143f,-0.2408872633600238f,-0.01347215756771877f,-0.05740219082542476f,-0.2387656248506967f,0.9508980899381511f,0.19693602753592898f,2.1844369174321f,-0.03462873183163463f,0.194335145825181f,-0.9803237740812157f,0.014379227233668919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974001806116065f,0.07079110598376921f,-0.01347215756771877f,-0.08649651938034261f,0.06676406632802671f,0.978140460519712f,0.19693602753592898f,2.1941947718356754f,0.027118981604801008f,0.19552457341183507f,-0.9803237740812157f,0.016739301041224328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08610821368700276f,-0.01347215756771877f,-0.14458879086516868f,-0.08707278979269381f,0.9765421293196136f,0.19693602753592898f,2.3029407298349223f,-0.0038016801040237948f,0.19735968483849048f,-0.9803237740812157f,0.0075062547503575786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08706129273408321f,-0.004056451819785698f,-0.125f,-0.08707278979269381f,0.9921378422221402f,0.08989344419095899f,2.079709715334941f,-0.0038016801040237948f,0.08990457907284795f,-0.9959431278391959f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.566334395919072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1916913128258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10742870174653588f,0.07413609712225003f,0.1316969962793376f,-0.1205904774487396f,0.536531510303498f,-0.8352196568568848f,0.9441971664515337f,0.049950211252314684f,-0.8370143442573139f,-0.5448962872908458f,0.416587947316852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.042089217069263926f,0.12355397469107268f,0.12499999999999999f,-0.1205904774487396f,-0.06687824472024667f,-0.9904469885520496f,0.8991078595027431f,0.049950211252314684f,-0.9968730100617808f,0.061230533283762434f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17333878033355105f,0.010361314565380003f,-0.1509656731206399f,0.16042999720436046f,0.9310567345637291f,-0.3277126378712528f,0.8858132780543463f,-0.06645228065352395f,-0.32107168086893456f,-0.9447206307369087f,0.40870571678434875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0999707746539306f,-0.14198427315072204f,-0.125f,0.16042999720436046f,0.2109020298959317f,-0.9642523268225929f,0.9029793269663036f,-0.06645228065352395f,-0.9723817038595844f,-0.22373626526577384f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304752642462442f,-0.0036458572844556805f,-4.100723895728975e-18f,0.09893948797884106f,0.7330081840679601f,-0.6729858689511067f,1.085852132515783f,-0.08513556585793412f,-0.6675891008017312f,-0.7396463532775547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12862989265872204f,0.022168391237784163f,-4.357962073375866e-18f,-0.09893948797884106f,0.6298247850563767f,-0.7704100971866695f,1.0484109870222347f,0.08513556585793387f,-0.7660124612846023f,-0.6371631224284365f,0.035585460856224424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.987745328979333e-17f,9.28288224774798e-17f,-4.100723895728975e-18f,0f,0.7580048593775025f,-0.6522489042996489f,1.085852132515783f,-1.2246467991473532e-16f,-0.6522489042996489f,-0.7580048593775025f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.172448507783768e-16f,-4.100705354660506e-18f,0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,-0.025174215816117586f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.172448507783768e-16f,-4.100705354660506e-18f,-0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,0.025174215816117344f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.53729104340417e-17f,1.172448507783768e-16f,-4.100705354660506e-18f,0f,0.9573768604956729f,-0.2888417334587385f,1.1108519471552625f,-1.2246467991473532e-16f,-0.2888417334587385f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13043565817949088f,-0.004860651267976319f,-0.19375f,0.1205904774487396f,0.9010895783632278f,-0.41652792044935627f,1.1233522627759287f,-0.04995021125231493f,-0.4135506146053506f,-0.9091099304019211f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12961381381510756f,0.015406041794324359f,0.19375f,-0.1205904774487396f,0.8644047141383456f,-0.4881213239801042f,1.1233517787753453f,0.04995021125231469f,-0.485803200322628f,-0.8726398036716762f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9852620732045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.19169140625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49492321991946897f,-0.22489736959613668f,-0.8393284098213784f,-0.04642779085560013f,0f,0.9659258262890683f,-0.25881904510252074f,1.26981640625f,0.8689367102295454f,0.12809555517862184f,0.47805912015035934f,0.34150384252830246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.49492321991946897f,-0.22489736959613668f,-0.8393284098213784f,-0.000028738988149895617f,0f,0.9659258262890683f,-0.25881904510252074f,1.26981640625f,0.8689367102295454f,0.12809555517862184f,0.47805912015035934f,0.42296665911232234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.49492321991946897f,-0.22489736959613668f,-0.8393284098213784f,0.10267099655133176f,0f,0.9659258262890683f,-0.25881904510252074f,1.308639263015378f,0.8689367102295454f,0.12809555517862184f,0.47805912015035934f,0.31052638279775846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6697493667480078f,-0.5489564193883943f,-0.5000826285254427f,0.5416098554503304f,-0.5101413311348009f,0.8294993993759021f,-0.22734680271125657f,2.0283040629579974f,0.5396217267759482f,0.10284744064531116f,-0.8356020559716526f,-0.38788076590066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3232808800208591f,-0.5489564193883943f,-0.7708023885699966f,0.5622204470496698f,0.09723626735704274f,0.8294993993759021f,-0.5499780493305957f,2.052866809542002f,0.9412940990590606f,0.10284744064531116f,0.3215397689700305f,-0.47597694909933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728782659251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1145713861609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830002962719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3578139062499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34.mcfunction new file mode 100644 index 000000000..dae2d921b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..28ccc2fa8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,-0.11737391987871365f,-0.4583271783337526f,0.0422331266993794f,-0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,0.4571203421280391f,0.044430615589177026f,-0.6752861302111541f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,0.14331224083240168f,-0.4489735624493903f,0.0422331266993794f,0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,0.4303611315550162f,-0.13115152179893347f,-0.6615047806150082f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,0.11737391987871365f,0.4583271783337527f,-0.0422331266993793f,0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,-0.4571203421280392f,0.04443061558917704f,-0.6752861302111541f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,-0.14331224083240168f,0.4489735624493904f,-0.0422331266993793f,-0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,-0.4303611315550163f,-0.1311515217989335f,-0.6615047806150082f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.032480793527914914f,0.40438667451510485f,1.5089143996683212f,-0.5751451921785796f,1.5488138065830281f,0.1885420254643716f,-0.0838686304382172f,0.9959187108190908f,-0.20378184558391582f,1.4974410078892615f,-0.39692522885551906f,0.08569988348585894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4847911070451599f,-0.8660254037844386f,-0.12238293398153341f,-0.47696727847101983f,-0.8282070992570728f,0.4995241107909289f,-0.25406429005020975f,1.2099799776542912f,0.28115935565105005f,-0.021809693682668135f,-0.9594132342173287f,0.0027688533795445997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49962742650379854f,-0.8660254037844386f,0.019298566920665523f,-0.2984375f,-0.8662400208008518f,0.4995241107909289f,-0.01019260032924852f,1.524264995590861f,-0.0008130486648338237f,-0.021809693682668135f,-0.9997618097393683f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6949773888408637f,0.6900378492678861f,0.20212420829204342f,0.3752596086275922f,0.36355825468888087f,-0.09470070603579217f,-0.9267454729988691f,1.3531827947795787f,-0.6203481477747073f,0.7175510733418722f,-0.3166838055512427f,0.27317023412427566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1579488288663271f,0.8775646012083096f,0.4526947516438164f,0.2984375f,0.5204770501256403f,0.46358311278592607f,-0.7170734535821441f,1.524264995590861f,-0.8391399214387715f,0.12235631673850061f,-0.5299746446783282f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.094786527982823e-17f,9.18969038284607e-17f,-0.15625000000000003f,0f,0.7503951661200838f,-0.6609894815075441f,1.2016690795053595f,-1.2246467991473532e-16f,-0.6609894815075441f,-0.7503951661200838f,0.2751129178544362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.2533226637394346e-17f,1.148412924797985e-16f,-0.15625000000000003f,0f,0.9377503175589524f,-0.3473101523394961f,1.3753265755955413f,-1.2246467991473532e-16f,-0.3473101523394961f,-0.9377503175589524f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1882776552199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3753265755955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877120923398908f,0.15609479926550257f,0.007696511405662279f,0.19496051613363385f,0.15574565231264165f,0.9790270389694812f,0.13133677608484226f,2.165897804215268f,0.012965894927261334f,0.13092162009734187f,-0.9913079314520905f,0.03240802770174972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999703238875993f,-0.00033919951688257677f,0.007696511405662279f,0.07977550416677578f,0.0006745937864682389f,0.991337579319408f,0.13133677608484226f,2.175965595535048f,-0.0076743903570903535f,0.1313380705386846f,-0.9913079314520905f,0.03284759696377744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705732444711637f,0.24016971467458148f,0.01749529279117802f,0.05730964901868184f,0.237152874090733f,0.9407155823846368f,0.24251331379790084f,2.170816869037993f,0.041786258832586326f,0.2395259927687688f,-0.9699903130242652f,0.01784059871850782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972865320646571f,-0.07150865466921152f,0.01749529279117802f,0.08639489641084888f,-0.06515131556806299f,0.9679579529661978f,0.24251331379790084f,2.180445855519181f,-0.03427650860575318f,0.24071542035542282f,-0.9699903130242652f,0.020772599482753295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0853817206669374f,0.01749529279117802f,0.1445334306973384f,0.08707278979269381f,0.9662326955286075f,0.24251331379790084f,2.289488509393223f,0.003801680104023551f,0.24311384137369646f,-0.9699903130242652f,0.01686683472095442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08681524754372633f,0.007696511405662279f,0.125f,0.08707278979269381f,0.9875064458145869f,0.13133677608484226f,2.0672995590849412f,0.003801680104023551f,0.13150715671994495f,-0.9913079314520905f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876927054816418f,-0.15637204425508655f,-0.0033020166322843825f,-0.19512824181335106f,-0.15612045245898276f,0.9843869307752728f,0.0812943715323565f,2.168049299057645f,-0.009461705044923772f,0.08080937008988225f,-0.9966846651992392f,0.027081639176626638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999945463853768f,0.00006233510038305967f,-0.0033020166322843825f,-0.07994322984649298f,-0.00020630771375020063f,0.9966901136232298f,0.0812943715323565f,2.1781170903774254f,0.0032961548252273608f,0.08129460941568527f,-0.9966846651992392f,0.027521208438654386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704043570286358f,-0.24123602802065108f,-0.010980102215355428f,-0.05744420430408999f,-0.23959151475108342f,0.9561125535476727f,0.168655539511249f,2.172433948268307f,-0.03018757888803575f,0.16629480970063001f,-0.985613893138439f,0.016062348631575404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997455419507185f,0.07044234132314194f,-0.010980102215355428f,-0.08654294675970775f,0.06758995622841346f,0.9833549241292336f,0.168655539511249f,2.1822577959538116f,0.022677828661202125f,0.1674842372872841f,-0.985613893138439f,0.018067549158612303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08646132574299517f,-0.010980102215355428f,-0.14459596314589662f,-0.0870727897926938f,0.9818215918739448f,0.168655539511249f,2.290697429919167f,-0.0038016801040237943f,0.16896982239700908f,-0.985613893138439f,0.0055640454426703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08709316953731841f,-0.0033020166322843825f,-0.125f,-0.0870727897926938f,0.9928794259298944f,0.0812943715323565f,2.0672995590849412f,-0.0038016801040237943f,0.08127253770534892f,-0.9966846651992392f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5539242396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1792811565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10902106394476604f,0.07177391219528914f,0.1322286965586908f,-0.1205904774487396f,0.5546315861536592f,-0.8233114479887673f,0.9320147262385383f,0.04995021125231469f,-0.8249231547586885f,-0.5630335382007202f,0.41494133932347066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.042314728924027815f,0.12347692323487772f,0.12499999999999999f,-0.1205904774487396f,-0.06506979791293516f,-0.9905674425036664f,0.8866977032527432f,0.04995021125231469f,-0.9969831418412528f,0.05941036340734934f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17349170609915993f,0.007370042187703971f,-0.15092895454721486f,0.16042999720436044f,0.9252658771779267f,-0.34372266804383256f,0.8737594968041683f,-0.06645228065352395f,-0.3373183725280384f,-0.9390422833669316f,0.40910857172285986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09921408751438054f,-0.1425140499941485f,-0.125f,0.16042999720436044f,0.2057697913684604f,-0.9653605590437124f,0.8905691707163037f,-0.06645228065352395f,-0.9735580916405908f,-0.21856060165792962f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304924537129474f,-0.002967554454454243f,-4.100723895728975e-18f,0.09913591921606997f,0.7380281963226137f,-0.6674477140225852f,1.0734419762657832f,-0.08490675106639474f,-0.6620317975420547f,-0.7446507521426307f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287557898011233f,0.02142506588449094f,-4.347367802368761e-18f,-0.09913591921606997f,0.6360236567995469f,-0.7652750992372072f,1.0359960777307633f,0.08490675106639449f,-0.7608520582767857f,-0.6433467098224162f,0.035498952068429596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.966277047610651e-17f,9.301312179843094e-17f,-4.100723895728975e-18f,0f,0.7595097775390448f,-0.6504958860919805f,1.0734419762657832f,-1.2246467991473532e-16f,-0.6504958860919805f,-0.7595097775390448f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.171628130827159e-16f,-4.100705354660506e-18f,0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,-0.025366928589493968f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.171628130827159e-16f,-4.100705354660506e-18f,-0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,0.025366928589493725f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.564369589651375e-17f,1.171628130827159e-16f,-4.100705354660506e-18f,0f,0.9567069718737616f,-0.29105286455923685f,1.0984417909052626f,-1.2246467991473532e-16f,-0.29105286455923685f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13046621466166444f,-0.003956474102324118f,-0.19375f,0.12059047744873963f,0.9039549236813513f,-0.4102723884213113f,1.1109421065259288f,-0.049950211252314934f,-0.4072395643648819f,-0.9119544471144106f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12970063577668645f,0.014657146195258045f,0.19375f,-0.1205904774487396f,0.8672096434154709f,-0.4831204519743465f,1.1109416225253455f,0.04995021125231469f,-0.4807548017922807f,-0.8754312062917988f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9728519169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.17928125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5099049692540053f,-0.22264409813638616f,-0.8309190862503444f,-0.04571521980878149f,0f,0.9659258262890683f,-0.25881904510252074f,1.25740625f,0.8602307378430929f,0.13197311723535185f,0.49253037875557715f,0.34579916822610496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5099049692540053f,-0.22264409813638616f,-0.8309190862503444f,0.002088371058781513f,0f,0.9659258262890683f,-0.25881904510252074f,1.25740625f,0.8602307378430929f,0.13197311723535185f,0.49253037875557715f,0.4264457998988949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5099049692540053f,-0.22264409813638616f,-0.8309190862503444f,0.10282443856255169f,0f,0.9659258262890683f,-0.25881904510252074f,1.2962291067653782f,0.8602307378430929f,0.13197311723535185f,0.49253037875557715f,0.31224292724916336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6565265780522668f,-0.5489564193883943f,-0.517319728913613f,0.5416282192003303f,-0.5040605416090975f,0.8294993993759021f,-0.240527995933448f,2.029976786707998f,0.5611557918294384f,0.10284744064531116f,-0.8212956722453765f,-0.3879053984006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.30313942334788757f,-0.5489564193883943f,-0.7789437332853916f,0.5622388107996698f,0.08291013041350842f,0.8294993993759021f,-0.552319343052398f,2.0545395332920027f,0.9493326078288499f,0.10284744064531116f,0.2969680179170545f,-0.4760015815993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728966296751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1162441099109652f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830249287719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.34540375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35.mcfunction new file mode 100644 index 000000000..d706de571 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..5dd9c402a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,-0.12222917735465214f,-0.4141058123782205f,0.03880941484952262f,-0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,0.41361224760237986f,0.03675896464508905f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,0.14924045580054815f,-0.40565467335009353f,0.03880941484952262f,0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,0.3881093257630031f,-0.12178452196781812f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,0.12222917735465214f,0.4141058123782207f,-0.03880941484952252f,0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,-0.4136122476023801f,0.03675896464508909f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,-0.14924045580054815f,0.40565467335009375f,-0.03880941484952252f,-0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,-0.38810932576300333f,-0.12178452196781817f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03322739599784574f,0.3956075716982182f,1.5112236232173715f,-0.5761284798534869f,1.5507997647458476f,0.1735031994718266f,-0.07951716441916182f,0.9817814056729871f,-0.18794222468468016f,1.5015983281117753f,-0.38895556454753866f,0.07119736820769956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4861849640185789f,-0.8660254037844386f,-0.11672266601758688f,-0.4775300966836759f,-0.8311128273822868f,0.4995241107909289f,-0.24439134784020716f,1.1966912127611804f,0.26995490164632024f,-0.02180969368266814f,-0.9626259337554717f,-0.008995013644749805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49870474449168045f,-0.8660254037844386f,0.03596634289843445f,-0.2984375f,-0.8660974860980845f,0.4995241107909289f,0.018729850856599263f,1.5124642143408606f,-0.0341865821056508f,-0.02180969368266814f,-0.9991774691542048f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6918861542027728f,0.6927499442925802f,0.20344794003657118f,0.37665473972120256f,0.36390818799901015f,-0.09122422734633351f,-0.9269568334352694f,1.3422291792827123f,-0.62358991358887f,0.7153849698083486f,-0.3152141567927019f,0.27330230902103914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16219489026855227f,0.8767691020191284f,0.4527347560275705f,0.2984375f,0.5180960091370259f,0.4661482462429615f,-0.7171348114830979f,1.5124642143408606f,-0.8398031572261796f,0.11824446823924932f,-0.5298574363390194f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.063553272812977e-17f,9.217108379675962e-17f,-0.15625000000000003f,0f,0.7526340154641545f,-0.6584390926777531f,1.1892444205191168f,-1.2246467991473532e-16f,-0.6584390926777531f,-0.7526340154641545f,0.2735670161842775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.151108171686264e-17f,1.1521470358124662e-16f,-0.15625000000000003f,0f,0.9407994505963974f,-0.338963705664068f,1.363525794345541f,-1.2246467991473532e-16f,-0.338963705664068f,-0.9407994505963974f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.176476873969976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.363525794345541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877028913025766f,0.15622638022934732f,0.006026328315466384f,0.19502713616610928f,0.15590902909167537f,0.9813634357605392f,0.11233067969153064f,2.1549471308875168f,0.011634997216222978f,0.11188889610996049f,-0.9936526061793794f,0.03039451129140001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999818199280114f,-0.00020779917369879997f,0.006026328315466384f,0.07984212419925121f,0.00047046614411298815f,0.993670768947968f,0.11233067969153064f,2.165014922207297f,-0.00601152851358332f,0.11233147269513305f,-0.9936526061793794f,0.03083408055342773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704659200276354f,0.2408473345424693f,0.013728055532488029f,0.05737343884119191f,0.23867337411776235f,0.9503156417333568f,0.19983793825037605f,2.1596920747110215f,0.03508444886495812f,0.19721242993459193f,-0.9797327895539353f,0.019073478812846153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973938565081854f,-0.07083103480132372f,0.013728055532488029f,0.08646726206441867f,-0.06667181559509233f,0.9775580123149178f,0.19983793825037605f,2.16944255775841f,-0.027574698638124978f,0.19840185752124595f,-0.9797327895539353f,0.0214699669931236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08606778715171488f,0.013728055532488029f,0.14456310870834665f,0.08707278979269382f,0.9759524208246816f,0.19983793825037605f,2.2782147011008504f,0.003801680104023551f,0.200272834656253f,-0.9797327895539353f,0.012574014730052156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08694714981487421f,0.006026328315466384f,0.125f,0.08707278979269382f,0.9898485478484859f,0.11233067969153064f,2.0554987778349414f,0.003801680104023551f,0.11242795676037931f,-0.9936526061793794f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876910140448408f,-0.1563962329282716f,-0.0025843956585056f,-0.19515331956528503f,-0.15616482046855396f,0.9850214228726244f,0.07311186859884525f,2.156573788059266f,-0.008888735742399166f,0.07261552731913685f,-0.9973203976501561f,0.026203115829814775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999966597151193f,0.00003817963089264298f,-0.0025843956585056f,-0.07996830759842696f,-0.00015087304767760767f,0.9973237347558258f,0.07311186859884525f,2.1666415793790463f,0.0025802705143845228f,0.07311201430002538f,-0.9973203976501561f,0.026642685091842522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703622927497427f,-0.24150161142522614f,-0.008601888657835783f,-0.05749120777079811f,-0.24025804854550564f,0.9603208823017881f,0.14163288150786454f,2.1611014511038427f,-0.025943995809592793f,0.13950188061146143f,-0.9898818790074386f,0.0176536983553628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997497483786078f,0.07017675791856688f,-0.008601888657835783f,-0.08659331140060487f,0.06825649002283567f,0.9875632528833491f,0.14163288150786454f,2.1709785586156145f,0.01843424558275917f,0.1406913081981155f,-0.9898818790074386f,0.01931981255339353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08673021967811546f,-0.008601888657835783f,-0.14460141888727504f,-0.08707278979269381f,0.9860823779753376f,0.14163288150786454f,2.2790397579982042f,-0.0038016801040237948f,0.14184291607651497f,-0.9898818790074386f,0.0037159289002412464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711741727677806f,-0.0025843956585056f,-0.125f,-0.08707278979269381f,0.993515467392281f,0.07311186859884525f,2.0554987778349414f,-0.0038016801040237948f,0.07305868640566422f,-0.9973203976501561f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5421234584190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1674803753258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11089863583830498f,0.06883734033697743f,0.1328333828092609f,-0.1205904774487396f,0.5764171559287395f,-0.8082086358730077f,0.9203408636906985f,0.049950211252314684f,-0.809595426691768f,-0.5848591466974105f,0.4130063465113293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04269284708101905f,0.12334669701123968f,0.12499999999999999f,-0.1205904774487396f,-0.06203452642516799f,-0.9907621582801243f,0.8748969220027432f,0.049950211252314684f,-0.9971604877547654f,0.05635546163884442f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736149373637549f,0.003397518392192725f,-0.15083858723788734f,0.1604299972043605f,0.9171569648522078f,-0.3648086043668581f,0.8625495112011281f,-0.06645228065352397f,-0.35872127807988385f,-0.9310763336315018f,0.40974444218102896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09818948155057614f,-0.14322190935703552f,-0.125f,0.1604299972043605f,0.19884131463433335f,-0.9668114333164968f,0.8787683894663036f,-0.06645228065352397f,-0.9751004857486837f,-0.21157300652168776f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13050552833235207f,-0.0023224836187848022f,-4.100723895728975e-18f,0.0993222142855684f,0.7427629720047041f,-0.6621467097012192f,1.0616411950157831f,-0.08468875134796532f,-0.6567126270245097f,-0.7493706298632804f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.128871520804896f,0.02071757661742994f,-4.337292519055854e-18f,-0.09932221428556841f,0.6418793951270095f,-0.7603459343356784f,1.0241909622266931f,0.08468875134796508f,-0.7558987850478511f,-0.6491878327250944f,0.035416681136762426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.945823477882707e-17f,9.318791097804141e-17f,-4.100723895728975e-18f,0f,0.7609370395033284f,-0.6488257253777088f,1.0616411950157831f,-1.2246467991473532e-16f,-0.6488257253777088f,-0.7609370395033284f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17084223583015e-16f,-4.100705354660506e-18f,0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,-0.025550053022210483f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17084223583015e-16f,-4.100705354660506e-18f,-0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,0.02555005302221024f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.590100854545906e-17f,1.17084223583015e-16f,-4.100705354660506e-18f,0f,0.95606523990863f,-0.2931539817885021f,1.0866410096552626f,-1.2246467991473532e-16f,-0.2931539817885021f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304894571736048f,-0.003096517722188617f,-0.19375f,0.12059047744873963f,0.9066392939785662f,-0.4043057350109345f,1.0991413252759288f,-0.049950211252314934f,-0.40122025395109967f,-0.9146186550772208f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1297791810478174f,0.013944569624899657f,0.19375f,-0.12059047744873963f,0.8698500085018828f,-0.4783501849669963f,1.0991408412753454f,0.0499502112523147f,-0.4759394151316241f,-0.8780584545006197f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9610511357045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.16748046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5240091330241844f,-0.22043945330657125f,-0.8226912397328311f,-0.04503098475113365f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.24560546875f,0.8517126443274413f,0.13562354343431918f,0.5061539547994037f,0.34989481257058863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5240091330241844f,-0.22043945330657125f,-0.8226912397328311f,0.004094871469883632f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.24560546875f,0.8517126443274413f,0.13562354343431918f,0.5061539547994037f,0.42974287297628627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5240091330241844f,-0.22043945330657125f,-0.8226912397328311f,0.10293562931929967f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.284428325515378f,0.8517126443274413f,0.13562354343431918f,0.5061539547994037f,0.3138957495535269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.643541553419399f,-0.5489564193883943f,-0.5333864627404976f,0.5416475167003303f,-0.4979624311797771f,0.8294993993759021f,-0.25291137492913046f,2.0343962829579976f,0.5812810732821709f,0.10284744064531116f,-0.8071770052452167f,-0.3879312834006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.283796818148882f,-0.5489564193883943f,-0.7861973134149236f,0.5622581082996697f,0.06923535050428628f,0.8294993993759021f,-0.5541996144671757f,2.0589590295420024f,0.9563816352529564f,0.10284744064531116f,0.27341648030722326f,-0.4760274665993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729159271751965f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.120663606160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830508137719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.33360296875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36.mcfunction new file mode 100644 index 000000000..f0265dd24 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..36a166039 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,-0.1267358428772324f,-0.3664344119315017f,0.03563151455701204f,-0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,0.36670976614371015f,0.028488791701747056f,-0.7291479826527975f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,0.15474304390010635f,-0.3589561586267772f,0.03563151455701204f,0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,0.342561145375869f,-0.11168673348289265f,-0.7142674115782506f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,0.1267358428772324f,0.36643441193150195f,-0.03563151455701194f,0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,-0.36670976614371037f,0.028488791701747097f,-0.7291479826527975f,-0.32901242829034194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,-0.15474304390010635f,0.35895615862677743f,-0.03563151455701194f,-0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,-0.3425611453758692f,-0.1116867334828927f,-0.7142674115782506f,-0.32901242829034194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03402984534973348f,0.38461039935638014f,1.514041961219173f,-0.5769513704236355f,1.5530565129895912f,0.15465171768966116f,-0.0741927467900225f,0.9686706160055715f,-0.1681180748345765f,1.5065071977665967f,-0.3789177034546587f,0.055048584606570305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4878336940868918f,-0.8660254037844387f,-0.10962794768459776f,-0.4778503745461358f,-0.8345847281843656f,0.4995241107909289f,-0.23225846425902402f,1.184601871126636f,0.2559035333772581f,-0.021809693682668132f,-0.9664562684707999f,-0.021706676655989743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4970993080321987f,-0.8660254037844387f,0.05377990288118092f,-0.2984375f,-0.8648734683363078f,0.4995241107909289f,0.049694531957321694f,1.501483745590861f,-0.06990108526936262f,-0.021809693682668132f,-0.9973154844579691f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6890151046352294f,0.6952414270179655f,0.2046888950151579f,0.3779441695791188f,0.3642032192688345f,-0.08797399378235593f,-0.9271551064909254f,1.3320464644542964f,-0.626589339726364f,0.7133722272250335f,-0.3138245764201306f,0.27342480764666033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16612051037209674f,0.8760090993964424f,0.452782545830057f,0.2984375f,0.515850811775617f,0.4685240669115738f,-0.7172050883220755f,1.501483745590861f,-0.8404177033024417f,0.11442576851073767f,-0.5297214621634431f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.019994168785773e-17f,9.255034943144622e-17f,-0.15625000000000003f,0f,0.7557309543934085f,-0.654882221908358f,1.1775900517824607f,-1.2246467991473532e-16f,-0.654882221908358f,-0.7557309543934085f,0.2718510757284233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.037691223290648e-17f,1.1561705231130374e-16f,-0.15625000000000003f,0f,0.9440848773034056f,-0.32970250900927894f,1.3525453255955413f,-1.2246467991473532e-16f,-0.32970250900927894f,-0.9440848773034056f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1654964052199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3525453255955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876963427072912f,0.15632002950497437f,0.004470232455364204f,0.19508603206335146f,0.15603813422285856f,0.983209725153619f,0.09460833489494566f,2.1447229164265544f,0.010394001678382976f,0.09414183309724193f,-0.995504535394089f,0.028506559130565146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999900019311347f,-0.00011427845005652915f,0.004470232455364204f,0.07990102009649337f,0.0003091584833777167f,0.9955145239470081f,0.09460833489494566f,2.1547907077463346f,-0.004460993028608584f,0.0946087710045844f,-0.995504535394089f,0.028946128392592866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703893948331912f,0.24133049560480202f,0.010198739452185697f,0.05744523324258856f,0.2398235449129608f,0.9575775343336762f,0.15978089073734253f,2.1494837428756255f,0.028793917771884024f,0.15749557971758488f,-0.9870998189994606f,0.02020168703924248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974703817026296f,-0.07034787373899097f,0.010198739452185697f,0.0865451712623872f,-0.06782198639029083f,0.9848199049152372f,0.15978089073734253f,2.159326131085577f,-0.02128416754505088f,0.1586850073042389f,-0.9870998189994606f,0.02209552614763412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08655697087746546f,0.010198739452185697f,0.1445842312488097f,0.0870727897926938f,0.9833048338297229f,0.15978089073734253f,2.2676506618656616f,0.0038016801040235506f,0.1600609089053877f,-0.9870998189994606f,0.008571174835389116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08704102777248773f,0.004470232455364204f,0.125f,0.0870727897926938f,0.991699345692092f,0.09460833489494566f,2.0445183090849413f,0.0038016801040235506f,0.09463755722854356f,-0.995504535394089f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876898106341286f,-0.15641344250323588f,-0.0019165004058997578f,-0.19517607818556876f,-0.15620187962581375f,0.985551393512352f,0.06549369089633063f,2.145889494447127f,-0.00835528400963642f,0.06498681212483212f,-0.9978511429461663f,0.025383273398829207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999981632910431f,0.000020993679442832258f,-0.0019165004058997578f,-0.07999106621871069f,-0.00010457027170260313f,0.9978529779069832f,0.06549369089633063f,2.1559572857669074f,0.0019137605907392202f,0.0654937710124501f,-0.9978511429461663f,0.02582284266085696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703323411285512f,-0.24169071851889085f,-0.006383129468158018f,-0.05754109088913127f,-0.2407737818396566f,0.9635770941689018f,0.11639230890245839f,2.150627487205204f,-0.02198030342407627f,0.11447611180870053f,-0.9931828059760941f,0.019124234382398148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975274354072696f,0.06998765082490217f,-0.006383129468158018f,-0.08664558782315523f,0.06877222331698658f,0.9908194647504628f,0.11639230890245839f,2.160545804728946f,0.014470553197242646f,0.11566553939535464f,-0.9931828059760941f,0.020473627103443522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0869216840154901f,-0.006383129468158018f,-0.1446053004970483f,-0.08707278979269381f,0.9893791789329672f,0.11639230890245839f,2.2681788238223577f,-0.0038016801040237948f,0.1165051979176862f,-0.9931828059760941f,0.0019952765588988584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08713466887577044f,-0.0019165004058997578f,-0.125f,-0.08707278979269381f,0.9940467321662968f,0.06549369089633063f,2.0445183090849413f,-0.0038016801040237948f,0.06541134266636471f,-0.9978511429461663f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5311429896690723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1564999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11285341301417454f,0.0655834889779279f,0.13346598961706876f,-0.12059047744873963f,0.5996747349692431f,-0.7911056497006284f,0.9094264269654448f,0.04995021125231469f,-0.7922463754480801f,-0.6081534814380567f,0.410945077246267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04315959788749507f,0.12318415468580193f,0.12499999999999999f,-0.12059047744873963f,-0.058282523829334576f,-0.9909899515962654f,0.8639164532527432f,0.04995021125231469f,-0.9973667312108785f,0.05257927224274178f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364470222895173f,-0.00109863318013792f,-0.1507147522066435f,0.16042999720436046f,0.9074043641453176f,-0.3884321509955641f,0.8523036255936166f,-0.06645228065352395f,-0.3827072475376582f,-0.9214766720205644f,0.4105202973830666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0970161266621271f,-0.14401930695057497f,-0.125f,0.16042999720436046f,0.19093613272760257f,-0.9684036396131709f,0.8677879207163037f,-0.06645228065352395f,-0.9767964293477456f,-0.20359968076949397f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051483009150636f,-0.0017222025580926662f,-4.100723895728975e-18f,0.09949512881569895f,0.7471344842460933f,-0.6571839786484995f,1.0506607262657832f,-0.08448553839216118f,-0.651733029373615f,-0.7537282349932748f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12897571548748957f,0.020058705590241147f,-4.327916576487394e-18f,-0.09949512881569898f,0.6472938445258337f,-0.7557191265152108f,1.0132066228544865f,0.08448553839216096f,-0.7512495881219874f,-0.6545886113805608f,0.03534012075563876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.926757258939364e-17f,9.335014602240203e-17f,-4.100723895728975e-18f,0f,0.7622617891737932f,-0.647268850452088f,1.0506607262657832f,-1.2246467991473532e-16f,-0.647268850452088f,-0.7622617891737932f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17010589549202e-16f,-4.100705354660506e-18f,0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,-0.02572033711297176f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17010589549202e-16f,-4.100705354660506e-18f,-0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,0.025720337112971517f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.614027891379301e-17f,1.17010589549202e-16f,-4.100705354660506e-18f,0f,0.9554639723932594f,-0.29510777261619664f,1.0756605409052626f,-1.2246467991473532e-16f,-0.29510777261619664f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305059931083495f,-0.0022962182538455965f,-0.19375f,0.12059047744873957f,0.9091016952406947f,-0.39873806497396264f,1.0881608565259289f,-0.04995021125231491f,-0.3956037076081296f,-0.9170619842314643f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.129848750289971f,0.013281148429205875f,0.19375f,-0.1205904774487396f,0.8722832674841542f,-0.47389855245173784f,1.0881603725253455f,0.04995021125231469f,-0.47144586467090815f,-0.8804792860031114f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9500706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.1565f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5370051764663867f,-0.21833429762726544f,-0.8148346917798197f,-0.044388327646861875f,0f,0.9659258262890683f,-0.25881904510252074f,1.234625f,0.843578947371439f,0.13898716698814081f,0.5187071687998014f,0.35371549184196394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5370051764663867f,-0.21833429762726544f,-0.8148346917798197f,0.00595590764686188f,0f,0.9659258262890683f,-0.25881904510252074f,1.234625f,0.843578947371439f,0.13898716698814081f,0.5187071687998014f,0.43280101815803634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5370051764663867f,-0.21833429762726544f,-0.8148346917798197f,0.10300899376697298f,0f,0.9659258262890683f,-0.25881904510252074f,1.2734478567653782f,0.843578947371439f,0.13898716698814081f,0.5187071687998014f,0.3154521796800299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6311059401391845f,-0.5489564193883943f,-0.5480439233613573f,0.5416668142003302f,-0.4920149537531837f,0.8294993993759021f,-0.2642953494071925f,2.040532966707998f,0.5996887339314358f,0.10284744064531116f,-0.7935967655859117f,-0.3879571684006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2656428420885273f,-0.5489564193883943f,-0.7925154446819337f,0.5622774057996698f,0.05647299369070369f,0.8294993993759021f,-0.5556451632279609f,2.0650957132920027f,0.9624160646158912f,0.10284744064531116f,0.25135179036953303f,-0.4760533515993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729352246751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1268002899109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38307669877194567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3226225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37.mcfunction new file mode 100644 index 000000000..62a0ef01a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..bb8e19b93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,-0.13057670396024715f,-0.31858859841718395f,0.03292310997316872f,-0.12799218587605715f,0.8059073140904631f,-0.03280008985671906f,1.2565034534152109f,0.3196356848244835f,0.02018836107310307f,-0.7512455680457688f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,0.15943269224022824f,-0.31208679028622105f,0.03292310997316872f,0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,0.29684632004458744f,-0.10155200070329326f,-0.7359140258407532f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,0.13057670396024715f,0.3185885984171842f,-0.03292310997316862f,0.12799218587605715f,0.8059073140904631f,-0.03280008985671906f,1.2565034534152109f,-0.31963568482448373f,0.020188361073103105f,-0.7512455680457688f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,-0.15943269224022824f,0.31208679028622127f,-0.03292310997316862f,-0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,-0.29684632004458766f,-0.10155200070329332f,-0.7359140258407532f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03472178162437676f,0.37292772848717054f,1.5169461286434098f,-0.5775177303209679f,1.5551746986453072f,0.13460937357824232f,-0.06868932404930995f,0.9570292676112127f,-0.14707924589930074f,1.511360802677598f,-0.36818808991522345f,0.03875118711267034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.489467575918256f,-0.8660254037844387f,-0.10208570969879333f,-0.4779119156896048f,-0.8380699766295692f,0.4995241107909289f,-0.2193498963087177f,1.1739954951449605f,0.24095685588258264f,-0.02180969368266814f,-0.9702907455317962f,-0.0343447926328041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4948893588498062f,-0.8660254037844387f,0.071305837749989f,-0.2984375f,-0.8625783083186058f,0.4995241107909289f,0.08021424285464585f,1.4915345268408609f,-0.1050865572537232f,-0.02180969368266814f,-0.9942238946766611f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6864184138222452f,0.6974721891676069f,0.2058210545680379f,0.3791051858175264f,0.3644451626311837f,-0.0850164528812482f,-0.9273359295175728f,1.3228278942711933f,-0.6292928448667465f,0.7115509455247999f,-0.31254722414745595f,0.27353547795380945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16965621926105567f,0.8753041746787145f,0.45283481431539624f,0.2984375f,0.5137919893841768f,0.47066742553144286f,-0.7172795592990601f,1.4915345268408609f,-0.8409723889110122f,0.11097196192560689f,-0.5295759291694505f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.971490514535773e-17f,9.296844477716725e-17f,-0.15625000000000003f,0f,0.7591449619751222f,-0.6509215979730512f,1.1669816619700342f,-1.2246467991473532e-16f,-0.6509215979730512f,-0.7591449619751222f,0.2701228337376228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.9235037295774084e-17f,1.160095240703012e-16f,-0.15625000000000003f,0f,0.9472896524211842f,-0.3203783925544169f,1.3425961068455412f,-1.2246467991473532e-16f,-0.3203783925544169f,-0.9472896524211842f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1555471864699762f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3425961068455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876920865302836f,0.1563808956718883f,0.0030590315971669784f,0.1951368055834706f,0.1561360033353961f,0.9846093186688588f,0.0785241240186399f,2.135429783614247f,0.009267721829212252f,0.07803528086259155f,-0.9969075204214245f,0.0267844464821143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999953197209892f,-0.00005349583388564172f,0.0030590315971669784f,0.07995179361661252f,0.00018687800190513026f,0.9969121962458468f,0.0785241240186399f,2.1454975749340273f,-0.00305378662141169f,0.07852432816954304f,-0.9969075204214245f,0.02722401574414202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703395958713126f,0.24164491387579284f,0.006986006173670255f,0.057520562099626f,0.24064373840225045f,0.9627560322190052f,0.12325345266444845f,2.140352687543389f,0.023057750369174512f,0.12127884409029809f,-0.9923506346670183f,0.021201886056245567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975201806645082f,-0.07003345546800016f,0.006986006173670255f,0.08662447933860326f,-0.06864217987958045f,0.9899984028005662f,0.12325345266444845f,2.1502606138597518f,-0.015548000142341367f,0.12246827167695211f,-0.9923506346670183f,0.022637372892230823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08687530841175423f,0.006986006173670255f,0.144597959577885f,0.08707278979269381f,0.9885478823425854f,0.12325345266444845f,2.2580171206311523f,0.003801680104023551f,0.12339272711287594f,-0.9923506346670183f,0.0049383512068186634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710204256837785f,0.0030590315971669784f,0.125f,0.08707278979269381f,0.9931023568720511f,0.0785241240186399f,2.034569090334941f,0.003801680104023551f,0.07849167443489707f,-0.9969075204214245f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876890286817276f,-0.15642462494355247f,-0.0013112333942881672f,-0.19519621884572652f,-0.15623193963389365f,0.9859812716555764f,0.058587652134933846f,2.1362032221433096f,-0.007871699941992842f,0.05807123776639814f,-0.9982814070613064f,0.024638481177375302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999991402848424f,0.000009826589217193371f,-0.0013112333942881672f,-0.08001120687886844f,-0.0000670124338334882f,0.9982822659582058f,0.058587652134933846f,2.14627101346309f,0.0013095567608407913f,0.058587689635182336f,-0.9982814070613064f,0.02507805043940305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970312868441061f,-0.24181366422902673f,-0.004369110871992324f,-0.05759138037729547f,-0.2411538248734159f,0.9659765914489415f,0.09345617968656231f,2.1411958972455416f,-0.018378522427064312f,0.09173536158328847f,-0.9956138073312268f,0.020446475730859306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975469080947598f,0.06986470511476628f,-0.004369110871992324f,-0.08669743328936791f,0.06915226635074594f,0.9932189620305025f,0.09345617968656231f,2.151144582360727f,0.010868772200230688f,0.09292478916994258f,-0.9956138073312268f,0.021508065745186124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08704616225936794f,-0.004369110871992324f,-0.14460782269005495f,-0.08707278979269381f,0.9918085862484306f,0.09345617968656231f,2.258326563841271f,-0.0038016801040237948f,0.09348098138020083f,-0.9956138073312268f,0.0004354727245060967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714587862246657f,-0.0013112333942881672f,-0.125f,-0.08707278979269381f,0.9944776600281343f,0.058587652134933846f,2.034569090334941f,-0.0038016801040237948f,0.05847888118017465f,-0.9982814070613064f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5211937709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1465506878258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11470513263940821f,0.06228819632676486f,0.13408206772293055f,-0.1205904774487396f,0.6223306010042235f,-0.773409697251338f,0.8995165551788595f,0.0499502112523147f,-0.7743044334109791f,-0.6308388231521199f,0.40891808689736475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04365122576676179f,0.1230108017392173f,0.12499999999999999f,-0.1205904774487396f,-0.054324249701340754f,-0.9912148165978305f,0.8539672345027431f,0.0499502112523147f,-0.9975687677465876f,0.04859557605794551f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17355596192346648f,-0.005658417434767776f,-0.15057802774835977f,0.1604299972043605f,0.8968906131565894f,-0.41212794618735354f,0.843138294195298f,-0.06645228065352396f,-0.40677457653154475f,-0.9111084119266641f,0.41133969911855434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09581544472539767f,-0.1448208899265575f,-0.125f,0.1604299972043605f,0.18287854484509125f,-0.9699575525930765f,0.8578387019663036f,-0.06645228065352396f,-0.978455332852459f,-0.19547188035246676f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305208739794689f,-0.0011782661420373735f,-4.100723895728975e-18f,0.09965144475966262f,0.7510668591139896f,-0.6526623650080938f,1.0407115075157831f,-0.08430110564386319f,-0.6471961639227182f,-0.7576479716800805f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12906721576805041f,0.019461260733810246f,-4.319420371128327e-18f,-0.09965144475966262f,0.6521710488276731f,-0.7514935213482049f,1.0032540321534613f,0.08430110564386294f,-0.7470037328453564f,-0.6594533696193582f,0.035270743973982346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.909453071096337e-17f,9.34968076365768e-17f,-4.100723895728975e-18f,0f,0.7634593721363003f,-0.6458558562847023f,1.0407115075157831f,-1.2246467991473532e-16f,-0.6458558562847023f,-0.7634593721363003f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1694344873702213e-16f,-4.100705354660506e-18f,0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,-0.025874535880282774f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1694344873702213e-16f,-4.100705354660506e-18f,-0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,0.02587453588028253f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6356947398125296e-17f,1.1694344873702213e-16f,-4.100705354660506e-18f,0f,0.9549157260562205f,-0.29687700505515896f,1.0657113221552625f,-1.2246467991473532e-16f,-0.29687700505515896f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051673762006377f,-0.0015710049272045703f,-0.19375f,0.1205904774487396f,0.911303313405401f,-0.393680336980427f,1.0782116377759288f,-0.04995021125231493f,-0.3905017953574003f,-0.9192460629333673f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12990885732471366f,0.012679733595507125f,0.19375f,-0.12059047744873963f,0.8744683313866599f,-0.46985431162277924f,1.0782111537753454f,0.0499502112523147f,-0.46736369798093846f,-0.8826529047170417f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9401214482045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.14655078125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.548671755698353f,-0.21638252077206693f,-0.8075505613911819f,-0.043800921282735245f,0f,0.9659258262890683f,-0.25881904510252074f,1.22467578125f,0.836037860685081f,0.1420066998845713f,0.5299762189844054f,0.3571853740694493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.548671755698353f,-0.21638252077206693f,-0.8075505613911819f,0.007637055813985341f,0f,0.9659258262890683f,-0.25881904510252074f,1.22467578125f,0.836037860685081f,0.1420066998845713f,0.5299762189844054f,0.4355639235086756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.548671755698353f,-0.21638252077206693f,-0.8075505613911819f,0.10305065147430234f,0f,0.9659258262890683f,-0.25881904510252074f,1.263498638015378f,0.836037860685081f,0.1420066998845713f,0.5299762189844054f,0.31687821594140164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.619549839387862f,-0.5489564193883943f,-0.5610747241916603f,0.5416851779503302f,-0.486401258933998f,0.8294993993759021f,-0.2744896386795672f,2.0473572529579975f,0.6160939959307316f,0.10284744064531116f,-0.7809293131460828f,-0.38798180090066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24907225157637505f,-0.5489564193883943f,-0.7978783510704801f,0.5622957695496698f,0.044883262684022235f,0.8294993993759021f,-0.556701211751739f,2.0719199995420023f,0.9674443168604133f,0.10284744064531116f,0.2312442382572963f,-0.47607798409933944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729535884251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.133624576160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831013312719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.31267328125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38.mcfunction new file mode 100644 index 000000000..9696f01c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..017ce232e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,-0.13357907696278282f,-0.2742206513372742f,0.03080596992912099f,-0.12989808695017738f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,0.2759833734643305f,0.012491280810021453f,-0.7685190888451747f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,0.16309855603052095f,-0.2686243115140645f,0.03080596992912099f,0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,0.25445446165433017f,-0.09215395195865789f,-0.7528350258075182f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,0.13357907696278282f,0.2742206513372744f,-0.030805969929120894f,0.12989808695017738f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,-0.2759833734643307f,0.012491280810021495f,-0.7685190888451747f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,-0.16309855603052095f,0.26862431151406474f,-0.030805969929120894f,-0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,-0.2544544616543304f,-0.09215395195865794f,-0.7528350258075182f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03521618365854857f,0.3621084936419384f,1.519553720419549f,-0.5778148520785261f,1.5568816917367845f,0.11603392371761087f,-0.06373206792112844f,0.9471568329687486f,-0.12761453029861072f,1.51552625096996f,-0.35819123981136547f,0.023829915956568082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49087344018043716f,-0.8660254037844386f,-0.09509608680394242f,-0.47776808748290467f,-0.8411124534899755f,0.499524110790929f,-0.20737768279784952f,1.16503581051086f,0.2270971296813252f,-0.021809693682668135f,-0.9736278708787931f,-0.045870015841869234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4923492252775119f,-0.8660254037844386f,0.0871334629670714f,-0.2984375f,-0.8595636380270002f,0.499524110790929f,0.10782399974180155f,1.4828274955908607f,-0.13690358852280754f,-0.021809693682668135f,-0.9903442556561057f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.684149822940745f,0.6994035720605425f,0.206817946897992f,0.38011550166415475f,0.3646371553637473f,-0.0824185656253989f,-0.9274949730152106f,1.314766334732759f,-0.6316476586661123f,0.709959029401842f,-0.3114151760470467f,0.27363208211436335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1727337961902935f,0.8746746786555898f,0.45288767058999374f,0.2984375f,0.5119712658730224f,0.4725357785727356f,-0.71735302389342f,1.4828274955908607f,-0.8414561536848281f,0.10795436298454682f,-0.5294312013269861f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.925541758269474e-17f,9.336046599289903e-17f,-0.15625000000000003f,0f,0.7623460581279454f,-0.6471695972902184f,1.1576888302640505f,-1.2246467991473532e-16f,-0.6471695972902184f,-0.7623460581279454f,0.26854239563336135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.8191188192601836e-17f,1.1635734171532042e-16f,-0.15625000000000003f,0f,0.9501297990272212f,-0.3118547177781547f,1.333889075595541f,-1.2246467991473532e-16f,-0.3118547177781547f,-0.9501297990272212f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.146840155219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.333889075595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876896711925192f,0.15641543661115648f,0.001823351133109933f,0.1951792077384888f,0.15620672391129897f,0.9856206700223281f,0.06443100363672907f,2.127274049044819f,0.008280870999632206f,0.06392265650360801f,-0.9979204984170881f,0.02526876451877125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999998337513397f,-0.00001900230882616316f,0.001823351133109933f,0.07999419577163072f,0.00009851768221687263f,0.9979221593213722f,0.06443100363672907f,2.1373418403645994f,-0.0018207868377832204f,0.0644310761533762f,-0.9979204984170881f,0.02570833378079897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703113135993916f,0.24182348111297253f,0.00416637533440177f,0.05759443209332217f,0.24118745239989486f,0.9661889072951827f,0.0911460817840771f,2.132453524521938f,0.018015757155105974f,0.08944495179799156f,-0.9958288171628613f,0.022055602185636118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975484629364292f,-0.06985488823082048f,0.00416637533440177f,0.0867006092460526f,-0.06918589387722486f,0.9934312778767437f,0.0911460817840771f,2.1424048966669984f,-0.010506006928272828f,0.09063437938464558f,-0.9958288171628613f,0.023088205199570735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08705610151200696f,0.00416637533440177f,0.14460575026694733f,0.08707278979269381f,0.9920235486384019f,0.0911460817840771f,2.2495381990994923f,0.003801680104023551f,0.09116202134882408f,-0.9958288171628613f,0.00175525686822031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713666785309936f,0.001823351133109933f,0.125f,0.08707278979269381f,0.9941161778424498f,0.06443100363672907f,2.0258620590849414f,0.003801680104023551f,0.06434458848557104f,-0.9979204984170881f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876885849978528f,-0.15643096991856936f,-0.0007814827412133157f,-0.19521346922991004f,-0.1562555005083106f,0.9863182078573299f,0.052541520819276516f,2.1277220748837884f,-0.007448330405971178f,0.05201677132849333f,-0.9986184345758509f,0.023985188977905216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999996946362248f,0.000003490323922036853f,-0.0007814827412133157f,-0.08002845726305194f,-0.000037574800315368084f,0.9986187396489874f,0.052541520819276516f,2.1377898662035686f,0.0007805866970148926f,0.05254153413905731f,-0.9986184345758509f,0.024424758239932964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703018157813738f,-0.24188344797586842f,-0.002604589540489578f,-0.05763934186566308f,-0.24141818457224445f,0.9676456928978394f,0.07334216504918864f,2.132987467303574f,-0.015219935913491474f,0.0717928311989858f,-0.9973034357402082f,0.021594487509956788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997557960754447f,0.0697949213679246f,-0.002604589540489578f,-0.0867462779478608f,0.06941662604957448f,0.9948880634794004f,0.07334216504918864f,2.142957276256365f,0.007710185686657847f,0.07298225878563991f,-0.9973034357402082f,0.022403688567607688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711681586939195f,-0.002604589540489578f,-0.14460925379553477f,-0.08707278979269381f,0.9934984932568419f,0.07334216504918864f,2.2496955283585356f,-0.0038016801040237948f,0.07328986484612675f,-0.9973034357402082f,-0.0009301087117673593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715223909126578f,-0.0007814827412133157f,-0.125f,-0.08707278979269381f,0.9948154189937524f,0.052541520819276516f,2.0258620590849414f,-0.0038016801040237948f,0.05240963035229261f,-0.9986184345758509f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5124867396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1378436565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1163056765077839f,0.05924589831821753f,0.1346378931629766f,-0.1205904774487396f,0.6424820828921094f,-0.7567527402734011f,0.8908496195766744f,0.04995021125231469f,-0.7574231068396866f,-0.6510109166681964f,0.40708398789087347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04410430234772501f,0.12284908371610388f,0.12499999999999999f,-0.1205904774487396f,-0.05067062355967816f,-0.991408303705773f,0.8452602032527432f,0.04995021125231469f,-0.9977410978918797f,0.044918570473193975f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1733701813598357f,-0.009821905227780106f,-0.15044958898404898f,0.16042999720436046f,0.8867417644716394f,-0.4335334579230674f,0.8351648038293614f,-0.06645228065352395f,-0.4285228387810629f,-0.901083942282274f,0.41210257882110823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09471152022326339f,-0.14554524225835824f,-0.125f,0.16042999720436046f,0.1754981252141246f,-0.9713200420270016f,0.8491316707163037f,-0.06645228065352395f,-0.9799133308529514f,-0.18802648327461619f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052430323930572f,-0.0007022245792062193f,-4.100723895728975e-18f,0.0997879637260276f,0.7544858559226635f,-0.648685945206198f,1.0320044762657832f,-0.08413946250647712f,-0.6432064205809356f,-0.7610558792707547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12914502128776878f,0.018938065689176813f,-4.311984323902184e-18f,-0.09978796372602759f,0.6564167360047016f,-0.7477696376480839f,0.9945441553918073f,0.08413946250647684f,-0.7432621557495817f,-0.6636881185312915f,0.035210024040436445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.894287091959348e-17f,9.36248949670491e-17f,-4.100723895728975e-18f,0f,0.7645052845623277f,-0.6446174601081437f,1.0320044762657832f,-1.2246467991473532e-16f,-0.6446174601081437f,-0.7645052845623277f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1688436143880396e-16f,-4.100705354660506e-18f,0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,-0.02600940968623293f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1688436143880396e-16f,-4.100705354660506e-18f,-0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,0.026009409686232686f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6546461903467654e-17f,1.1688436143880396e-16f,-4.100705354660506e-18f,0f,0.9544332416512533f,-0.29842450842898316f,1.0570042909052626f,-1.2246467991473532e-16f,-0.29842450842898316f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052283403835885f,-0.0009362959259242639f,-0.19375f,0.1205904774487396f,0.9132069680316037f,-0.3892441011591705f,1.0695046065259288f,-0.04995021125231493f,-0.3860269722870678f,-0.9211341667003392f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1299591743017089f,0.012153183545223505f,0.19375f,-0.1205904774487396f,0.8763652005153258f,-0.466306736038005f,1.0695041225253454f,0.04995021125231469f,-0.4637829754751145f,-0.8845396136156358f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9314144169545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13784375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5587949296064952f,-0.2146401534695638f,-0.8010479580927934f,-0.04328278545030445f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.21596875f,0.8293058703796035f,0.14462677008888344f,0.5397544541062956f,0.3602282395134562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5587949296064952f,-0.2146401534695638f,-0.8010479580927934f,0.009104239200304495f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.21596875f,0.8293058703796035f,0.14462677008888344f,0.5397544541062956f,0.43797566486154405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5587949296064952f,-0.2146401534695638f,-0.8010479580927934f,0.10306792058891906f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2547916067653782f,0.8293058703796035f,0.14462677008888344f,0.5397544541062956f,0.31813878407155577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6092156553133846f,-0.5489564193883943f,-0.5722788961104162f,0.5417016742003302f,-0.48131507908512394f,0.8294993993759021f,-0.2833135031732486f,2.053839556707998f,0.6302317668654636f,0.10284744064531116f,-0.7695650225850605f,-0.3880039284006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.23448156404277976f,-0.5489564193883943f,-0.802287508151738f,0.5623122657996698f,0.03472437954585472f,0.8294993993759021f,-0.5574270929011012f,2.0784023032920027f,0.9715001871277262f,0.10284744064531116f,0.21356448759918395f,-0.4761001115993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729700846751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1401068799109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38312345877194565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.30396625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39.mcfunction new file mode 100644 index 000000000..e48f819c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..02093c9cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,-0.1356999837966363f,-0.23718516498339148f,0.029310400663125943f,-0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,0.2395452534227918f,0.006066257120404335f,-0.7807212796713074f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,0.16568815950691823f,-0.23234465141230187f,0.029310400663125943f,0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,0.2190684860512576f,-0.08430907003504341f,-0.7647881923310768f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,0.1356999837966363f,0.23718516498339165f,-0.029310400663125846f,0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,-0.23954525342279195f,0.006066257120404364f,-0.7807212796713074f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,-0.16568815950691823f,0.23234465141230204f,-0.029310400663125846f,-0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,-0.21906848605125773f,-0.08430907003504345f,-0.7647881923310768f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03550339409321732f,0.35371454585625595f,1.5215228486807433f,-0.5779048701997462f,1.5580384194983663f,0.10161296004004776f,-0.059977826894039646f,0.9392235619211703f,-0.11252574094354333f,1.5185411013211338f,-0.3503956780890774f,0.011821672262446348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4918935549960717f,-0.8660254037844386f,-0.08967012073888803f,-0.477533483292119f,-0.8433510171230275f,0.499524110790929f,-0.19807757231975148f,1.157780581561514f,0.21633259687546244f,-0.021809693682668135f,-0.9760760957991885f,-0.05523873565253828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48992113453020325f,-0.8660254037844386f,0.09988634511603021f,-0.2984375f,-0.8564746100772197f,0.499524110790929f,0.13010343973779498f,1.4755735893408608f,-0.1625685216569091f,-0.021809693682668135f,-0.9864561891071267f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6822627495201796f,0.7009977486242247f,0.20765282815539263f,0.3809530870474536f,0.3647830698816971f,-0.08024751751416848f,-0.927627968455295f,1.308054454367415f,-0.6336014934837587f,0.7086342444142688f,-0.31046200266468826f,0.27371238906117507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17528577935296086f,0.8741413539990428f,0.45293684856207655f,0.2984375f,0.5104409921210694f,0.47408697088724694f,-0.7174200565898705f,1.4755735893408608f,-0.8418579981915498f,0.10544400060541617f,-0.5292982841623819f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.889770850361946e-17f,9.366295649559896e-17f,-0.15625000000000003f,0f,0.764816080528776f,-0.6442486809956236f,1.1499756468135864f,-1.2246467991473532e-16f,-0.6442486809956236f,-0.764816080528776f,0.26727184744231103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.7352269025215584e-17f,1.1662935233159144e-16f,-0.15625000000000003f,0f,0.9523509342676872f,-0.3050044229178706f,1.3266351693455412f,-1.2246467991473532e-16f,-0.3050044229178706f,-0.9523509342676872f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1395862489699762f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3266351693455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876885926384368f,0.1564308606531276f,0.0007936039476246111f,0.1952130784621191f,0.15625499009008528f,0.9863109085366384f,0.052679880159109245f,2.120463044591696f,0.007458018761793188f,0.05215532127168366f,-0.9986111357376285f,0.02400015179352667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999996850898596f,-0.0000035994393755428566f,0.0007936039476246111f,0.08002806649526101f,0.00003821253151291282f,0.9986114503480442f,0.052679880159109245f,2.1305308359114763f,-0.0007926916071742899f,0.05267989389529665f,-0.9986111357376285f,0.024439721055554395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702986792137147f,0.24190325148467667f,0.001813845986322808f,0.057661584319099804f,0.24151591027810515f,0.96826270872124f,0.06432256200079116f,2.125937641125215f,0.013803557463896022f,0.06285016961750099f,-0.9979275113856679f,0.02274871219148472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975610973221061f,-0.06977511785911635f,0.001813845986322808f,0.08676877103082298f,-0.06951435175543519f,0.995505079302801f,0.06432256200079116f,2.135915258915546f,-0.00629380723706288f,0.06403959720415502f,-0.9979275113856679f,0.023444736586848404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713686623142855f,0.001813845986322808f,0.14460922915077698f,0.0870727897926938f,0.9941232002600944f,0.06432256200079116f,2.2424399757509352f,0.0038016801040235506f,0.06423573186314915f,-0.9979275113856679f,-0.0008988588514604167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715212955900897f,0.0007936039476246111f,0.125f,0.0870727897926938f,0.9948081018488637f,0.052679880159109245f,2.018608152834941f,0.0038016801040235506f,0.052548518620323344f,-0.9986111357376285f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883868890659f,-0.15643380300621246f,-0.0003401198143711585f,-0.19522757244700323f,-0.1562731713732116f,0.9865709129987462f,0.047502942369701304f,2.1206533313283265f,-0.007095513613084199f,0.046971256123653195f,-0.9988710401171579f,0.023439882106209158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999999421590358f,6.611252469646001e-7f,-0.0003401198143711585f,-0.08004256048014516f,-0.000015496313935922656f,0.9988710979030703f,0.047502942369701304f,2.1307211226481066f,0.00033976725779401307f,0.04750294489268872f,-0.9988710401171579f,0.023879451368236913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702968797926671f,-0.24191461258204155f,-0.001133703618827068f,-0.05768210052076146f,-0.24158970771457738f,0.9687286473975456f,0.05656165518888943f,2.1261813191963f,-0.012584839728803157f,0.05515548867159551f,-0.99839846448119f,0.022543645452821934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975628967431537f,0.06976375676175146f,-0.001133703618827068f,-0.08678943101642056f,0.06958814919190741f,0.9959710179791066f,0.05656165518888943f,2.1361648338198878f,0.005075089501969531f,0.05634491625824962f,-0.99839846448119f,0.023142287396788183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714836894630117f,-0.001133703618827068f,-0.1446098927968295f,-0.08707278979269381f,0.9945949469206097f,0.05656165518888943f,2.2424986196083987f,-0.0038016801040237948f,0.05644513575135445f,-0.99839846448119f,-0.0020681217754832653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715507909702018f,-0.0003401198143711585f,-0.125f,-0.08707278979269381f,0.9950687412153686f,0.047502942369701304f,2.018608152834941f,-0.0038016801040237948f,0.04735179451355524f,-0.9988710401171579f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.505232833419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1305897503258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11753628142665709f,0.056765389136863215f,0.13509038958132247f,-0.1205904774487396f,0.6583904138534942f,-0.7429535649652067f,0.8836579000048971f,0.04995021125231469f,-0.7434428596026855f,-0.6669315488876132f,0.40559954086524347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.044455723570305965f,0.12272235125398463f,0.12499999999999999f,-0.1205904774487396f,-0.04783294264838639f,-0.9915492657181896f,0.8380062970027431f,0.04995021125231469f,-0.997865571226624f,0.04206278826245857f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17315093006891824f,-0.013131832443128794f,-0.1503512165123167f,0.16042999720436046f,0.8782986080912636f,-0.45039290738416105f,0.8284894610057084f,-0.06645228065352395f,-0.4456571669357705f,-0.8927338819349964f,0.4127058174252956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09383079461143361f,-0.14611458376778405f,-0.125f,0.16042999720436046f,0.16962878498049727f,-0.9723622222726718f,0.8418777644663036f,-0.06645228065352395f,-0.9810310174956891f,-0.18210501670002976f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052583441700835f,-0.0003056226588296951f,-4.100723895728975e-18f,0.0999014987109596f,0.7573182083878448f,-0.6453594516233019f,1.024750570015783f,-0.08400462731760679f,-0.6398688442126f,-0.7638789726097069f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920822236336924f,0.018501949334163804f,-4.305788861205578e-18f,-0.0999014987109596f,0.6599376556661407f,-0.7446488979305499f,0.9872879536795856f,0.08400462731760654f,-0.740126695848472f,-0.6671998925971538f,0.03515943424833541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.881636337374851e-17f,9.373141784458296e-17f,-4.100723895728975e-18f,0f,0.7653751098671262f,-0.643584447602554f,1.024750570015783f,-1.2246467991473532e-16f,-0.643584447602554f,-0.7653751098671262f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1683490075718646e-16f,-4.100705354660506e-18f,0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,-0.02612172210057496f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1683490075718646e-16f,-4.100705354660506e-18f,-0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,0.02612172210057472f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.670427484199852e-17f,1.1683490075718646e-16f,-4.100705354660506e-18f,0f,0.9540293645362196f,-0.2997131488650725f,1.0497503846552625f,-1.2246467991473532e-16f,-0.2997131488650725f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052555612597844f,-0.00040749658883518236f,-0.19375f,0.1205904774487396f,0.914776431659914f,-0.3855411999102557f,1.0622507002759287f,-0.04995021125231493f,-0.38229198170712236f,-0.9226905316075864f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12999946419595895f,0.01171435718379087f,0.19375f,-0.12059047744873963f,0.8779345111294395f,-0.4633453689383296f,1.0622502162753453f,0.0499502112523147f,-0.46079402500105765f,-0.8861003571374824f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9241605107045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13058984375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.567165636172183f,-0.21316433676699595f,-0.7955401351761514f,-0.04284816864869606f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.20871484375f,0.8236037525080872f,0.14679326836904816f,0.547839935762381f,0.362767667343371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.567165636172183f,-0.21316433676699595f,-0.7955401351761514f,0.010323609742446102f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.20871484375f,0.8236037525080872f,0.14679326836904816f,0.547839935762381f,0.4399805191410042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.567165636172183f,-0.21316433676699595f,-0.7955401351761514f,0.10306874082329776f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.247537700515378f,0.8236037525080872f,0.14679326836904816f,0.547839935762381f,0.31919810287783046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6004513102470505f,-0.5489564193883943f,-0.5814680332012014f,0.5417153692003303f,-0.4769554453846804f,0.8294993993759021f,-0.2905929275686499f,2.0589502929579977f,0.6418502373143609f,0.10284744064531116f,-0.7599017547105729f,-0.3880222984006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2222661830476653f,-0.5489564193883943f,-0.805757155404589f,0.5623259607996698f,0.026251961379115535f,0.8294993993759021f,-0.5578902947343383f,2.0835130395420025f,0.9746325350598404f,0.10284744064531116f,0.19878084806021434f,-0.4761184815993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729837796751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.145217616160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38314182877194564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2967123437499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..505172e12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,-0.13057670396024715f,-0.3185885984171841f,0.03292310997316872f,-0.12799218587605715f,0.8059073140904632f,-0.03280008985671906f,1.2565034534152109f,0.3196356848244837f,0.0201883610731031f,-0.7512455680457688f,-0.33486552317625407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,0.15943269224022824f,-0.3120867902862212f,0.03292310997316872f,0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,0.2968463200445876f,-0.1015520007032933f,-0.7359140258407532f,-0.33486552317625407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,0.13057670396024715f,0.31858859841718434f,-0.03292310997316862f,0.12799218587605715f,0.8059073140904632f,-0.03280008985671906f,1.2565034534152109f,-0.3196356848244839f,0.020188361073103133f,-0.7512455680457688f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,-0.15943269224022824f,0.31208679028622144f,-0.03292310997316862f,-0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,-0.29684632004458783f,-0.10155200070329336f,-0.7359140258407532f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.034517962648707164f,0.28098949332824286f,1.5366390808819483f,-0.5747411319845241f,1.562017851376274f,-0.023671388621927983f,-0.030759508165079708f,0.9582968527973915f,0.017748020634155f,1.5368444358489401f,-0.2814257233511581f,-0.04247028065585079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4981865977314018f,-0.8660254037844386f,-0.04254543266686278f,-0.472187440820651f,-0.858351612661f,0.499524110790929f,-0.11708190202073201f,1.181643283116066f,0.12264837089448447f,-0.02180969368266815f,-0.9922105191835033f,-0.08649069576208009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4796532912646258f,-0.8660254037844386f,0.14118328576362055f,-0.2984375f,-0.8423098051923624f,0.499524110790929f,0.20245951401536133f,1.4915345268408609f,-0.24585953765476873f,-0.02180969368266815f,-0.9690600729602121f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6864184138222452f,0.6974721891676068f,0.20582105456803795f,0.37910518581752634f,0.36444516263118365f,-0.0850164528812482f,-0.9273359295175728f,1.3228278942711933f,-0.6292928448667466f,0.7115509455248001f,-0.31254722414745595f,0.2735354779538095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16965621926105556f,0.8753041746787145f,0.45283481431539635f,0.2984375f,0.5137919893841768f,0.47066742553144286f,-0.7172795592990602f,1.4915345268408609f,-0.8409723889110123f,0.11097196192560695f,-0.5295759291694505f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.628943198520365e-17f,9.579937574949825e-17f,-0.15625000000000003f,0f,0.7822612676258783f,-0.6229504869348399f,1.1647030418776603f,-1.2246467991473532e-16f,-0.6229504869348399f,-0.7822612676258783f,0.26370791363364054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.500026089681409e-17f,1.173566340850551e-16f,-0.15625000000000003f,0f,0.9582896404642007f,-0.28579881906507765f,1.3425961068455412f,-1.2246467991473532e-16f,-0.28579881906507765f,-0.9582896404642007f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1555471864699762f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3425961068455412f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876920865302836f,0.1563808956718883f,0.0030590315971669836f,0.1951368055834706f,0.1561360033353961f,0.9846093186688588f,0.07852412401863995f,2.135429783614247f,0.009267721829212256f,0.07803528086259161f,-0.9969075204214245f,0.0267844464821143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999953197209892f,-0.00005349583388564172f,0.0030590315971669836f,0.07995179361661252f,0.00018687800190513026f,0.9969121962458468f,0.07852412401863995f,2.1454975749340273f,-0.0030537866214116953f,0.07852432816954309f,-0.9969075204214245f,0.027224015744142026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703395958713126f,0.24164491387579284f,0.006986006173670265f,0.057520562099626f,0.24064373840225045f,0.9627560322190052f,0.12325345266444858f,2.140352687543389f,0.02305775036917453f,0.1212788440902982f,-0.9923506346670183f,0.021201886056245567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975201806645082f,-0.07003345546800016f,0.006986006173670265f,0.08662447933860326f,-0.06864217987958045f,0.9899984028005662f,0.12325345266444858f,2.1502606138597518f,-0.015548000142341385f,0.12246827167695222f,-0.9923506346670183f,0.022637372892230823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08687530841175423f,0.006986006173670265f,0.144597959577885f,0.08707278979269381f,0.9885478823425854f,0.12325345266444858f,2.2580171206311523f,0.003801680104023551f,0.12339272711287605f,-0.9923506346670183f,0.004938351206818677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710204256837785f,0.0030590315971669836f,0.125f,0.08707278979269381f,0.9931023568720511f,0.07852412401863995f,2.034569090334941f,0.003801680104023551f,0.07849167443489713f,-0.9969075204214245f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876890286817276f,-0.15642462494355247f,-0.0013112333942881696f,-0.19519621884572652f,-0.15623193963389365f,0.9859812716555764f,0.058587652134933874f,2.1362032221433096f,-0.007871699941992844f,0.058071237766398165f,-0.9982814070613064f,0.024638481177375302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999991402848424f,0.000009826589217193371f,-0.0013112333942881696f,-0.08001120687886844f,-0.0000670124338334882f,0.9982822659582058f,0.058587652134933874f,2.14627101346309f,0.001309556760840794f,0.05858768963518236f,-0.9982814070613064f,0.02507805043940305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970312868441061f,-0.24181366422902673f,-0.004369110871992331f,-0.05759138037729547f,-0.2411538248734159f,0.9659765914489415f,0.09345617968656239f,2.1411958972455416f,-0.018378522427064326f,0.09173536158328856f,-0.9956138073312268f,0.020446475730859302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975469080947598f,0.06986470511476628f,-0.004369110871992331f,-0.08669743328936791f,0.06915226635074594f,0.9932189620305025f,0.09345617968656239f,2.151144582360727f,0.010868772200230699f,0.09292478916994266f,-0.9956138073312268f,0.021508065745186117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08704616225936794f,-0.004369110871992331f,-0.14460782269005495f,-0.08707278979269381f,0.9918085862484306f,0.09345617968656239f,2.258326563841271f,-0.0038016801040237948f,0.09348098138020092f,-0.9956138073312268f,0.00043547272450610366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714587862246657f,-0.0013112333942881696f,-0.125f,-0.08707278979269381f,0.9944776600281343f,0.058587652134933874f,2.034569090334941f,-0.0038016801040237948f,0.05847888118017468f,-0.9982814070613064f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5211937709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1465506878258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11982333807828086f,0.05176344759812516f,0.13688446639370305f,-0.1205904774487396f,0.6891049257184384f,-0.7145574421271325f,0.8882535821811959f,0.049950211252314684f,-0.7146864830136102f,-0.6976590910992888f,0.40646289023157184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04875864593173446f,0.12107717085549033f,0.12499999999999999f,-0.1205904774487396f,-0.01281349436390472f,-0.9926196407037647f,0.8539672345027431f,0.049950211252314684f,-0.9987283959160718f,0.0068240447506736635f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17243712488388444f,-0.020472605325787388f,-0.14802368160750595f,0.16042999720436046f,0.8583810749565107f,-0.48728240903352327f,0.8594301631598675f,-0.06645228065352395f,-0.4831639143378618f,-0.8730044251191745f,0.4128169186824975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08729086413981467f,-0.150113272713542f,-0.125f,0.16042999720436046f,0.12655003332091908f,-0.9789010701105005f,0.8578387019663036f,-0.06645228065352395f,-0.9881120351985389f,-0.13863152704831105f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305208739794689f,-0.001178266142037372f,-4.100723895728975e-18f,0.09965144475966262f,0.7510668591139896f,-0.6526623650080938f,1.0407115075157831f,-0.08430110564386319f,-0.6471961639227182f,-0.7576479716800805f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12906721576805041f,0.019461260733810246f,-4.319420371128327e-18f,-0.09965144475966262f,0.6521710488276731f,-0.7514935213482049f,1.0032540321534613f,0.08430110564386294f,-0.7470037328453564f,-0.6594533696193582f,0.035270743973982346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.909453071096337e-17f,9.34968076365768e-17f,-4.100723895728975e-18f,0f,0.7634593721363003f,-0.6458558562847023f,1.0407115075157831f,-1.2246467991473532e-16f,-0.6458558562847023f,-0.7634593721363003f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1694344873702213e-16f,-4.100705354660506e-18f,0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,-0.025874535880282774f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1694344873702213e-16f,-4.100705354660506e-18f,-0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,0.02587453588028253f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6356947398125296e-17f,1.1694344873702213e-16f,-4.100705354660506e-18f,0f,0.9549157260562205f,-0.29687700505515896f,1.0657113221552625f,-1.2246467991473532e-16f,-0.29687700505515896f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051673762006377f,-0.0015710049272045711f,-0.19375f,0.1205904774487396f,0.911303313405401f,-0.393680336980427f,1.0782116377759288f,-0.04995021125231493f,-0.3905017953574003f,-0.9192460629333673f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12990885732471366f,0.012679733595507125f,0.19375f,-0.12059047744873963f,0.8744683313866599f,-0.46985431162277924f,1.0782111537753454f,0.0499502112523147f,-0.46736369798093846f,-0.8826529047170417f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9401214482045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.14655078125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.548671755698353f,-0.21638252077206693f,-0.8075505613911819f,-0.043800921282735356f,0f,0.9659258262890683f,-0.25881904510252074f,1.22467578125f,0.836037860685081f,0.1420066998845713f,0.5299762189844054f,0.3571853740694493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.548671755698353f,-0.21638252077206693f,-0.8075505613911819f,0.00763705581398523f,0f,0.9659258262890683f,-0.25881904510252074f,1.22467578125f,0.836037860685081f,0.1420066998845713f,0.5299762189844054f,0.4355639235086756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.548671755698353f,-0.21638252077206693f,-0.8075505613911819f,0.10305065147430223f,0f,0.9659258262890683f,-0.25881904510252074f,1.263498638015378f,0.836037860685081f,0.1420066998845713f,0.5299762189844054f,0.31687821594140164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.619549839387862f,-0.5489564193883943f,-0.5610747241916603f,0.5416851779503302f,-0.48640125893399794f,0.8294993993759021f,-0.2744896386795672f,2.1049366279579975f,0.6160939959307314f,0.10284744064531116f,-0.7809293131460828f,-0.38798180090066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24907225157637508f,-0.5489564193883943f,-0.7978783510704799f,0.5622957695496698f,0.04488326268402226f,0.8294993993759021f,-0.5567012117517389f,2.1294993745420023f,0.9674443168604132f,0.10284744064531116f,0.2312442382572963f,-0.47607798409933944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729535884251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.191203951160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831013312719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.31267328125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4.mcfunction new file mode 100644 index 000000000..169d865ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40.mcfunction new file mode 100644 index 000000000..1fa66cfdd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..5edff309f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,-0.1267358428772324f,-0.3664344119315019f,0.03563151455701204f,-0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,0.3667097661437103f,0.028488791701747083f,-0.7291479826527975f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,0.15474304390010635f,-0.3589561586267774f,0.03563151455701204f,0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,0.3425611453758692f,-0.11168673348289268f,-0.7142674115782506f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,0.1267358428772324f,0.3664344119315021f,-0.03563151455701194f,0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,-0.36670976614371054f,0.028488791701747125f,-0.7291479826527975f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,-0.15474304390010635f,0.3589561586267776f,-0.03563151455701194f,-0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,-0.34256114537586935f,-0.11168673348289274f,-0.7142674115782506f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.032217805312791524f,0.24989168126879285f,1.5420513644666585f,-0.5726840401620147f,1.5604514958249782f,-0.0774285686879995f,-0.020054823073652573f,0.9708893867333125f,0.07320786978470835f,1.540443187652042f,-0.2511605928843166f,-0.06358155186957337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4995009978425692f,-0.8660254037844387f,-0.022332782054142852f,-0.4695380258198122f,-0.8623893804823831f,0.499524110790929f,-0.08222055199123451f,1.195696922057661f,0.08236084983467162f,-0.021809693682668163f,-0.9963639032381588f,-0.09765729456528438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4750187229806599f,-0.8660254037844387f,0.15606797499110192f,-0.2984375f,-0.8355886597221002f,0.499524110790929f,0.2286203282351683f,1.501483745590861f,-0.27595072850356367f,-0.021809693682668163f,-0.9609243116394864f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6890151046352296f,0.6952414270179654f,0.20468889501515805f,0.37794416957911875f,0.3642032192688343f,-0.08797399378235576f,-0.9271551064909255f,1.3320464644542966f,-0.626589339726364f,0.7133722272250337f,-0.3138245764201303f,0.2734248076466604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16612051037209663f,0.8760090993964424f,0.45278254583005717f,0.2984375f,0.5158508117756168f,0.4685240669115738f,-0.7172050883220757f,1.501483745590861f,-0.8404177033024419f,0.11442576851073756f,-0.5297214621634428f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.513969621479965e-17f,9.670379454481707e-17f,-0.15625000000000003f,0f,0.7896464075368185f,-0.6135621819051407f,1.174221256678214f,-1.2246467991473532e-16f,-0.6135621819051407f,-0.7896464075368185f,0.26240515207667653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.414093995153986e-17f,1.1760949811067098e-16f,-0.15625000000000003f,0f,0.9603544319272734f,-0.2787819310458338f,1.3525453255955413f,-1.2246467991473532e-16f,-0.2787819310458338f,-0.9603544319272734f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1654964052199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3525453255955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876963427072912f,0.15632002950497437f,0.00447023245536421f,0.19508603206335146f,0.15603813422285856f,0.983209725153619f,0.09460833489494574f,2.1447229164265544f,0.010394001678382983f,0.09414183309724201f,-0.995504535394089f,0.02850655913056516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999900019311347f,-0.00011427845005652915f,0.00447023245536421f,0.07990102009649337f,0.0003091584833777167f,0.9955145239470081f,0.09460833489494574f,2.1547907077463346f,-0.004460993028608591f,0.09460877100458448f,-0.995504535394089f,0.02894612839259288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703893948331912f,0.24133049560480202f,0.010198739452185706f,0.05744523324258856f,0.2398235449129608f,0.9575775343336762f,0.15978089073734264f,2.1494837428756255f,0.028793917771884045f,0.15749557971758502f,-0.9870998189994606f,0.02020168703924248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974703817026296f,-0.07034787373899097f,0.010198739452185706f,0.0865451712623872f,-0.06782198639029083f,0.9848199049152372f,0.15978089073734264f,2.159326131085577f,-0.0212841675450509f,0.15868500730423904f,-0.9870998189994606f,0.022095526147634124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08655697087746546f,0.010198739452185706f,0.1445842312488097f,0.0870727897926938f,0.9833048338297229f,0.15978089073734264f,2.2676506618656616f,0.0038016801040235506f,0.16006090890538785f,-0.9870998189994606f,0.008571174835389134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08704102777248773f,0.00447023245536421f,0.125f,0.0870727897926938f,0.991699345692092f,0.09460833489494574f,2.0445183090849413f,0.0038016801040235506f,0.09463755722854364f,-0.995504535394089f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876898106341286f,-0.15641344250323588f,-0.0019165004058997583f,-0.19517607818556876f,-0.15620187962581375f,0.985551393512352f,0.06549369089633063f,2.145889494447127f,-0.008355284009636421f,0.06498681212483214f,-0.9978511429461663f,0.025383273398829207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999981632910431f,0.000020993679442832258f,-0.0019165004058997583f,-0.07999106621871069f,-0.00010457027170260313f,0.9978529779069832f,0.06549369089633063f,2.1559572857669074f,0.0019137605907392219f,0.06549377101245012f,-0.9978511429461663f,0.02582284266085696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703323411285512f,-0.24169071851889085f,-0.006383129468158025f,-0.05754109088913127f,-0.2407737818396566f,0.9635770941689018f,0.11639230890245847f,2.150627487205204f,-0.021980303424076288f,0.11447611180870063f,-0.9931828059760941f,0.019124234382398138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975274354072696f,0.06998765082490217f,-0.006383129468158025f,-0.08664558782315523f,0.06877222331698658f,0.9908194647504628f,0.11639230890245847f,2.160545804728946f,0.014470553197242664f,0.11566553939535473f,-0.9931828059760941f,0.02047362710344352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0869216840154901f,-0.006383129468158025f,-0.1446053004970483f,-0.08707278979269381f,0.9893791789329672f,0.11639230890245847f,2.2681788238223577f,-0.0038016801040237948f,0.11650519791768629f,-0.9931828059760941f,0.001995276558898862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08713466887577044f,-0.0019165004058997583f,-0.125f,-0.08707278979269381f,0.9940467321662968f,0.06549369089633063f,2.0445183090849413f,-0.0038016801040237948f,0.06541134266636472f,-0.9978511429461663f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5311429896690723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1564999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1204715736363868f,0.050236309588170096f,0.1375693874131353f,-0.1205904774487396f,0.698131300879857f,-0.7057411873204535f,0.8928772877656332f,0.04995021125231468f,-0.7057614941872156f,-0.7066864154053605f,0.40720072995124956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05062293298983003f,0.12030962351770959f,0.12499999999999999f,-0.1205904774487396f,0.0025195901329964077f,-0.9926991429502932f,0.8639164532527432f,0.04995021125231468f,-0.9987146591099325f,-0.008602678349226511f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17214513671252865f,-0.02279784010099753f,-0.14696443923197772f,0.1604299972043605f,0.8517268592528545f,-0.49882218597840766f,0.8761264143576144f,-0.06645228065352397f,-0.49490141354970185f,-0.8664044582424841f,0.41245480798030837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08449361996925028f,-0.15170536507169988f,-0.125f,0.1604299972043605f,0.10838501442682474f,-0.981078439598336f,0.8677879207163037f,-0.06645228065352397f,-0.9905117449238999f,-0.12029371373333014f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051483009150636f,-0.0017222025580926668f,-4.100723895728975e-18f,0.09949512881569895f,0.7471344842460933f,-0.6571839786484995f,1.0506607262657832f,-0.08448553839216118f,-0.651733029373615f,-0.7537282349932748f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12897571548748957f,0.020058705590241147f,-4.327916576487394e-18f,-0.09949512881569898f,0.6472938445258337f,-0.7557191265152108f,1.0132066228544865f,0.08448553839216096f,-0.7512495881219874f,-0.6545886113805608f,0.03534012075563876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.926757258939364e-17f,9.335014602240203e-17f,-4.100723895728975e-18f,0f,0.7622617891737932f,-0.647268850452088f,1.0506607262657832f,-1.2246467991473532e-16f,-0.647268850452088f,-0.7622617891737932f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17010589549202e-16f,-4.100705354660506e-18f,0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,-0.02572033711297176f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17010589549202e-16f,-4.100705354660506e-18f,-0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,0.025720337112971517f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.614027891379301e-17f,1.17010589549202e-16f,-4.100705354660506e-18f,0f,0.9554639723932594f,-0.29510777261619664f,1.0756605409052626f,-1.2246467991473532e-16f,-0.29510777261619664f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305059931083495f,-0.0022962182538455974f,-0.19375f,0.12059047744873957f,0.9091016952406947f,-0.39873806497396264f,1.0881608565259289f,-0.04995021125231491f,-0.3956037076081296f,-0.9170619842314643f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.129848750289971f,0.013281148429205875f,0.19375f,-0.1205904774487396f,0.8722832674841542f,-0.47389855245173784f,1.0881603725253455f,0.04995021125231469f,-0.47144586467090815f,-0.8804792860031114f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9500706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.1565f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5370051764663867f,-0.21833429762726544f,-0.8148346917798197f,-0.04438832764686193f,0f,0.9659258262890683f,-0.25881904510252074f,1.234625f,0.843578947371439f,0.13898716698814081f,0.5187071687998014f,0.3537154918419637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5370051764663867f,-0.21833429762726544f,-0.8148346917798197f,0.005955907646861824f,0f,0.9659258262890683f,-0.25881904510252074f,1.234625f,0.843578947371439f,0.13898716698814081f,0.5187071687998014f,0.4328010181580361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5370051764663867f,-0.21833429762726544f,-0.8148346917798197f,0.10300899376697292f,0f,0.9659258262890683f,-0.25881904510252074f,1.2734478567653782f,0.843578947371439f,0.13898716698814081f,0.5187071687998014f,0.3154521796800297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6311059401391845f,-0.5489564193883943f,-0.5480439233613573f,0.5416668142003302f,-0.4920149537531837f,0.8294993993759021f,-0.2642953494071925f,2.1251979667079977f,0.5996887339314358f,0.10284744064531116f,-0.7935967655859117f,-0.3879571684006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2656428420885273f,-0.5489564193883943f,-0.7925154446819337f,0.5622774057996698f,0.05647299369070369f,0.8294993993759021f,-0.5556451632279609f,2.1497607132920025f,0.9624160646158912f,0.10284744064531116f,0.25135179036953303f,-0.4760533515993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729352246751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.211465289910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830766987719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3226225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5.mcfunction new file mode 100644 index 000000000..9df24fb6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..122465f3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,-0.12222917735465214f,-0.4141058123782205f,0.03880941484952262f,-0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,0.41361224760237986f,0.03675896464508905f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,0.14924045580054815f,-0.40565467335009353f,0.03880941484952262f,0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,0.3881093257630031f,-0.12178452196781812f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,0.12222917735465214f,0.4141058123782207f,-0.03880941484952252f,0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,-0.4136122476023801f,0.03675896464508909f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,-0.14924045580054815f,0.40565467335009375f,-0.03880941484952252f,-0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,-0.38810932576300333f,-0.12178452196781817f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.02854828337507871f,0.21685267975047276f,1.5471154322807896f,-0.5701286475601887f,1.5566552075619715f,-0.13466181855086742f,-0.009849334737408321f,0.9853344633014354f,0.1319689747119848f,1.5415081446134535f,-0.2185018988564067f,-0.08566724813130788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4999993306747642f,-0.8660254037844386f,-0.0008181227218118647f,-0.4665757173757886f,-0.86512860926981f,0.499524110790929f,-0.045035010396540454f,1.2113114034914114f,0.03941013508823121f,-0.021809693682668135f,-0.998985074219728f,-0.10911714378470226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4696594878418567f,-0.8660254037844386f,0.17152249263617006f,-0.2984375f,-0.8276632602076752f,0.499524110790929f,0.2558303938959053f,1.5124642143408606f,-0.3072352407887599f,-0.021809693682668135f,-0.9513836471576232f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6918861542027732f,0.6927499442925801f,0.203447940036571f,0.37665473972120245f,0.3639081879990098f,-0.09122422734633373f,-0.9269568334352696f,1.3422291792827123f,-0.6235899135888701f,0.7153849698083489f,-0.31521415679270176f,0.27330230902103925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16219489026855194f,0.8767691020191286f,0.45273475602757046f,0.2984375f,0.5180960091370259f,0.46614824624296114f,-0.7171348114830982f,1.5124642143408606f,-0.8398031572261799f,0.11824446823924933f,-0.5298574363390193f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.385648918228763e-17f,9.768734223165866e-17f,-0.15625000000000003f,0f,0.7976776838813642f,-0.603084001311312f,1.1847360406084373f,-1.2246467991473532e-16f,-0.603084001311312f,-0.7976776838813642f,0.26096033551910397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.3188185259392605e-17f,1.1788189931370638e-16f,-0.15625000000000003f,0f,0.9625787565507081f,-0.2710020985846655f,1.363525794345541f,-1.2246467991473532e-16f,-0.2710020985846655f,-0.9625787565507081f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.176476873969976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.363525794345541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877028913025766f,0.15622638022934732f,0.006026328315466384f,0.19502713616610928f,0.15590902909167537f,0.9813634357605392f,0.11233067969153064f,2.1549471308875168f,0.011634997216222978f,0.11188889610996049f,-0.9936526061793794f,0.03039451129140001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999818199280114f,-0.00020779917369879997f,0.006026328315466384f,0.07984212419925121f,0.00047046614411298815f,0.993670768947968f,0.11233067969153064f,2.165014922207297f,-0.00601152851358332f,0.11233147269513305f,-0.9936526061793794f,0.03083408055342773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704659200276354f,0.2408473345424693f,0.013728055532488029f,0.05737343884119191f,0.23867337411776235f,0.9503156417333568f,0.19983793825037605f,2.1596920747110215f,0.03508444886495812f,0.19721242993459193f,-0.9797327895539353f,0.019073478812846153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973938565081854f,-0.07083103480132372f,0.013728055532488029f,0.08646726206441867f,-0.06667181559509233f,0.9775580123149178f,0.19983793825037605f,2.16944255775841f,-0.027574698638124978f,0.19840185752124595f,-0.9797327895539353f,0.0214699669931236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08606778715171488f,0.013728055532488029f,0.14456310870834665f,0.08707278979269382f,0.9759524208246816f,0.19983793825037605f,2.2782147011008504f,0.003801680104023551f,0.200272834656253f,-0.9797327895539353f,0.012574014730052156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08694714981487421f,0.006026328315466384f,0.125f,0.08707278979269382f,0.9898485478484859f,0.11233067969153064f,2.0554987778349414f,0.003801680104023551f,0.11242795676037931f,-0.9936526061793794f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876910140448408f,-0.1563962329282716f,-0.0025843956585056f,-0.19515331956528503f,-0.15616482046855396f,0.9850214228726244f,0.07311186859884525f,2.156573788059266f,-0.008888735742399166f,0.07261552731913685f,-0.9973203976501561f,0.026203115829814775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999966597151193f,0.00003817963089264298f,-0.0025843956585056f,-0.07996830759842696f,-0.00015087304767760767f,0.9973237347558258f,0.07311186859884525f,2.1666415793790463f,0.0025802705143845228f,0.07311201430002538f,-0.9973203976501561f,0.026642685091842522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703622927497427f,-0.24150161142522614f,-0.008601888657835783f,-0.05749120777079811f,-0.24025804854550564f,0.9603208823017881f,0.14163288150786454f,2.1611014511038427f,-0.025943995809592793f,0.13950188061146143f,-0.9898818790074386f,0.0176536983553628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997497483786078f,0.07017675791856688f,-0.008601888657835783f,-0.08659331140060487f,0.06825649002283567f,0.9875632528833491f,0.14163288150786454f,2.1709785586156145f,0.01843424558275917f,0.1406913081981155f,-0.9898818790074386f,0.01931981255339353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08673021967811546f,-0.008601888657835783f,-0.14460141888727504f,-0.08707278979269381f,0.9860823779753376f,0.14163288150786454f,2.2790397579982042f,-0.0038016801040237948f,0.14184291607651497f,-0.9898818790074386f,0.0037159289002412464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711741727677806f,-0.0025843956585056f,-0.125f,-0.08707278979269381f,0.993515467392281f,0.07311186859884525f,2.0554987778349414f,-0.0038016801040237948f,0.07305868640566422f,-0.9973203976501561f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5421234584190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1674803753258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12115467092222693f,0.04856575510781999f,0.1382748312988613f,-0.1205904774487396f,0.7078227961844006f,-0.696020707989627f,0.8983200719128792f,0.049950211252314684f,-0.6959227219421876f,-0.7163773736519222f,0.4078336939466229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05256899185649092f,0.11947212206476468f,0.12499999999999999f,-0.1205904774487396f,0.018631608434776403f,-0.9925274806854559f,0.8748969220027432f,0.049950211252314684f,-0.9984434707394932f,-0.024811532268761205f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1717825696972089f,-0.025385790420418095f,-0.14584980423355765f,0.1604299972043605f,0.8441238711128303f,-0.511582941676615f,0.8941050083198112f,-0.06645228065352397f,-0.5078834895581009f,-0.8588588099508742f,0.41199351673954315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08152288134421595f,-0.1533222404753554f,-0.125f,0.1604299972043605f,0.08925634072137595f,-0.9830033172060196f,0.8787683894663036f,-0.06645228065352397f,-0.9926667746320347f,-0.10097905197405427f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13050552833235207f,-0.0023224836187848022f,-4.100723895728975e-18f,0.0993222142855684f,0.7427629720047041f,-0.6621467097012192f,1.0616411950157831f,-0.08468875134796532f,-0.6567126270245097f,-0.7493706298632804f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.128871520804896f,0.02071757661742994f,-4.337292519055854e-18f,-0.09932221428556841f,0.6418793951270095f,-0.7603459343356784f,1.0241909622266931f,0.08468875134796508f,-0.7558987850478511f,-0.6491878327250944f,0.035416681136762426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.945823477882707e-17f,9.318791097804141e-17f,-4.100723895728975e-18f,0f,0.7609370395033284f,-0.6488257253777088f,1.0616411950157831f,-1.2246467991473532e-16f,-0.6488257253777088f,-0.7609370395033284f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17084223583015e-16f,-4.100705354660506e-18f,0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,-0.025550053022210483f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17084223583015e-16f,-4.100705354660506e-18f,-0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,0.02555005302221024f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.590100854545906e-17f,1.17084223583015e-16f,-4.100705354660506e-18f,0f,0.95606523990863f,-0.2931539817885021f,1.0866410096552626f,-1.2246467991473532e-16f,-0.2931539817885021f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304894571736048f,-0.003096517722188617f,-0.19375f,0.12059047744873963f,0.9066392939785662f,-0.4043057350109345f,1.0991413252759288f,-0.049950211252314934f,-0.40122025395109967f,-0.9146186550772208f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1297791810478174f,0.013944569624899657f,0.19375f,-0.12059047744873963f,0.8698500085018828f,-0.4783501849669963f,1.0991408412753454f,0.0499502112523147f,-0.4759394151316241f,-0.8780584545006197f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9610511357045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.16748046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5240091330241844f,-0.22043945330657125f,-0.8226912397328311f,-0.04503098475113371f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.24560546875f,0.8517126443274413f,0.13562354343431918f,0.5061539547994037f,0.34989481257058863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5240091330241844f,-0.22043945330657125f,-0.8226912397328311f,0.004094871469883576f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.24560546875f,0.8517126443274413f,0.13562354343431918f,0.5061539547994037f,0.42974287297628627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5240091330241844f,-0.22043945330657125f,-0.8226912397328311f,0.10293562931929962f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.284428325515378f,0.8517126443274413f,0.13562354343431918f,0.5061539547994037f,0.3138957495535269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.643541553419399f,-0.5489564193883943f,-0.5333864627404976f,0.5416475167003303f,-0.4979624311797771f,0.8294993993759021f,-0.25291137492913046f,2.1465056579579977f,0.5812810732821709f,0.10284744064531116f,-0.8071770052452167f,-0.3879312834006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.283796818148882f,-0.5489564193883943f,-0.7861973134149236f,0.5622581082996697f,0.06923535050428628f,0.8294993993759021f,-0.5541996144671757f,2.1710684045420026f,0.9563816352529564f,0.10284744064531116f,0.27341648030722326f,-0.4760274665993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729159271751965f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.232772981160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830508137719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.33360296875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6.mcfunction new file mode 100644 index 000000000..c2bc0a4c5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..1f1569beb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,-0.11737391987871365f,-0.4583271783337526f,0.0422331266993794f,-0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,0.4571203421280391f,0.044430615589177026f,-0.6752861302111541f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,0.14331224083240168f,-0.4489735624493903f,0.0422331266993794f,0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,0.4303611315550162f,-0.13115152179893347f,-0.6615047806150082f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,0.11737391987871365f,0.4583271783337527f,-0.0422331266993793f,0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,-0.4571203421280392f,0.04443061558917704f,-0.6752861302111541f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,-0.14331224083240168f,0.4489735624493904f,-0.0422331266993793f,-0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,-0.4303611315550163f,-0.1311515217989335f,-0.6615047806150082f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.02351551466557737f,0.183240960857783f,1.5515398869619592f,-0.5671732363818502f,1.5505324928488642f,-0.19301487519530364f,-0.0007046795210341499f,1.001296388568867f,0.19157833695357898f,1.5396669309357978f,-0.18474234109386836f,-0.10768369186847071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49955407593421614f,-0.8660254037844385f,0.02111220541562403f,-0.4634421164112659f,-0.8662713144081852f,0.499524110790929f,-0.007047877130490154f,1.2280570295289956f,-0.004442414999319244f,-0.021809693682668135f,-0.9997522704202487f,-0.12025949858431297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4638138967622844f,-0.8660254037844385f,0.18675296294887828f,-0.2984375f,-0.8188767236501856f,0.499524110790929f,0.28269519663848036f,1.524264995590861f,-0.33810882957137106f,-0.021809693682668135f,-0.9408542696014861f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6949773888408635f,0.690037849267886f,0.20212420829204356f,0.3752596086275922f,0.36355825468888076f,-0.09470070603579184f,-0.926745472998869f,1.353182794779579f,-0.6203481477747073f,0.7175510733418722f,-0.31668380555124254f,0.27317023412427566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15794882886632722f,0.8775646012083093f,0.4526947516438164f,0.2984375f,0.5204770501256399f,0.4635831127859262f,-0.7170734535821441f,1.524264995590861f,-0.8391399214387715f,0.12235631673850049f,-0.5299746446783281f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.246268127211217e-17f,9.872566864536732e-17f,-0.15625000000000003f,0f,0.8061562624758745f,-0.5917026960145857f,1.196049179094412f,-1.2246467991473532e-16f,-0.5917026960145857f,-0.8061562624758745f,0.2594027243158827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.21613635523059e-17f,1.1816617333685215e-16f,-0.15625000000000003f,0f,0.9649000301076527f,-0.26261746304892064f,1.3753265755955413f,-1.2246467991473532e-16f,-0.26261746304892064f,-0.9649000301076527f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.1882776552199763f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.3753265755955413f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877120923398908f,0.15609479926550257f,0.007696511405662278f,0.19496051613363385f,0.15574565231264165f,0.9790270389694812f,0.13133677608484226f,2.165897804215268f,0.012965894927261332f,0.13092162009734185f,-0.9913079314520905f,0.03240802770174972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999703238875993f,-0.00033919951688257677f,0.007696511405662278f,0.07977550416677578f,0.0006745937864682389f,0.991337579319408f,0.13133677608484226f,2.175965595535048f,-0.007674390357090349f,0.13133807053868457f,-0.9913079314520905f,0.03284759696377744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705732444711637f,0.24016971467458148f,0.01749529279117802f,0.05730964901868184f,0.237152874090733f,0.9407155823846368f,0.24251331379790084f,2.170816869037993f,0.041786258832586326f,0.2395259927687688f,-0.9699903130242652f,0.01784059871850781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972865320646571f,-0.07150865466921152f,0.01749529279117802f,0.08639489641084888f,-0.06515131556806299f,0.9679579529661978f,0.24251331379790084f,2.180445855519181f,-0.03427650860575318f,0.24071542035542282f,-0.9699903130242652f,0.020772599482753288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0853817206669374f,0.01749529279117802f,0.1445334306973384f,0.08707278979269381f,0.9662326955286075f,0.24251331379790084f,2.289488509393223f,0.0038016801040235515f,0.24311384137369646f,-0.9699903130242652f,0.01686683472095441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08681524754372633f,0.007696511405662278f,0.125f,0.08707278979269381f,0.9875064458145869f,0.13133677608484226f,2.0672995590849412f,0.0038016801040235515f,0.13150715671994492f,-0.9913079314520905f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876927054816418f,-0.15637204425508655f,-0.0033020166322843816f,-0.19512824181335106f,-0.15612045245898276f,0.9843869307752728f,0.08129437153235647f,2.168049299057645f,-0.009461705044923772f,0.08080937008988225f,-0.9966846651992392f,0.027081639176626638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999945463853768f,0.00006233510038305967f,-0.0033020166322843816f,-0.07994322984649298f,-0.00020630771375020063f,0.9966901136232298f,0.08129437153235647f,2.1781170903774254f,0.0032961548252273608f,0.08129460941568527f,-0.9966846651992392f,0.027521208438654386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704043570286358f,-0.24123602802065108f,-0.010980102215355426f,-0.05744420430408999f,-0.23959151475108342f,0.9561125535476727f,0.16865553951124895f,2.172433948268307f,-0.030187578888035745f,0.16629480970063f,-0.985613893138439f,0.016062348631575407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997455419507185f,0.07044234132314194f,-0.010980102215355426f,-0.08654294675970775f,0.06758995622841346f,0.9833549241292336f,0.16865553951124895f,2.1822577959538116f,0.02267782866120212f,0.16748423728728407f,-0.985613893138439f,0.018067549158612303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08646132574299517f,-0.010980102215355426f,-0.14459596314589662f,-0.0870727897926938f,0.9818215918739448f,0.16865553951124895f,2.290697429919167f,-0.0038016801040237943f,0.16896982239700906f,-0.985613893138439f,0.0055640454426703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08709316953731841f,-0.0033020166322843816f,-0.125f,-0.0870727897926938f,0.9928794259298944f,0.08129437153235647f,2.0672995590849412f,-0.0038016801040237943f,0.08127253770534892f,-0.9966846651992392f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5539242396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1792811565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12185343229585774f,0.04678491095625444f,0.13895686467099796f,-0.12059047744873963f,0.7179475681472248f,-0.6855721888613706f,0.9047030403420463f,0.0499502112523147f,-0.6853488384970129f,-0.7264997907547147f,0.4082913866515184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.054501201011052484f,0.11860314474675068f,0.12499999999999999f,-0.12059047744873963f,0.03473871809357787f,-0.9920943292922804f,0.8866977032527432f,0.0499502112523147f,-0.997909234626861f,-0.041013849396043744f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17133818736266357f,-0.028229685763795198f,-0.14473779000786094f,0.1604299972043605f,0.835528156890063f,-0.525504438650049f,0.9127559450699354f,-0.06645228065352397f,-0.5220497338330622f,-0.8503223916849268f,0.41150266935445956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07852121492725979f,-0.1548809491622288f,-0.125f,0.1604299972043605f,0.07009380533822357f,-0.9845552673416643f,0.8905691707163037f,-0.06645228065352397f,-0.9944452107881833f,-0.08162608122647425f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304924537129474f,-0.0029675544544542423f,-4.100723895728975e-18f,0.09913591921606997f,0.7380281963226137f,-0.6674477140225852f,1.0734419762657832f,-0.08490675106639474f,-0.6620317975420547f,-0.7446507521426307f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287557898011233f,0.02142506588449094f,-4.347367802368761e-18f,-0.09913591921606997f,0.6360236567995469f,-0.7652750992372072f,1.0359960777307633f,0.08490675106639449f,-0.7608520582767857f,-0.6433467098224162f,0.035498952068429596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.966277047610651e-17f,9.301312179843094e-17f,-4.100723895728975e-18f,0f,0.7595097775390448f,-0.6504958860919805f,1.0734419762657832f,-1.2246467991473532e-16f,-0.6504958860919805f,-0.7595097775390448f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.171628130827159e-16f,-4.100705354660506e-18f,0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,-0.025366928589493968f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.171628130827159e-16f,-4.100705354660506e-18f,-0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,0.025366928589493725f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.564369589651375e-17f,1.171628130827159e-16f,-4.100705354660506e-18f,0f,0.9567069718737616f,-0.29105286455923685f,1.0984417909052626f,-1.2246467991473532e-16f,-0.29105286455923685f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13046621466166444f,-0.003956474102324118f,-0.19375f,0.12059047744873963f,0.9039549236813513f,-0.4102723884213113f,1.1109421065259288f,-0.049950211252314934f,-0.4072395643648819f,-0.9119544471144106f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12970063577668645f,0.014657146195258045f,0.19375f,-0.1205904774487396f,0.8672096434154709f,-0.4831204519743465f,1.1109416225253455f,0.04995021125231469f,-0.4807548017922807f,-0.8754312062917988f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9728519169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.17928125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5099049692540053f,-0.22264409813638616f,-0.8309190862503444f,-0.04571521980878154f,0f,0.9659258262890683f,-0.25881904510252074f,1.25740625f,0.8602307378430929f,0.13197311723535185f,0.49253037875557715f,0.34579916822610496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5099049692540053f,-0.22264409813638616f,-0.8309190862503444f,0.0020883710587814575f,0f,0.9659258262890683f,-0.25881904510252074f,1.25740625f,0.8602307378430929f,0.13197311723535185f,0.49253037875557715f,0.4264457998988949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5099049692540053f,-0.22264409813638616f,-0.8309190862503444f,0.10282443856255163f,0f,0.9659258262890683f,-0.25881904510252074f,1.2962291067653782f,0.8602307378430929f,0.13197311723535185f,0.49253037875557715f,0.31224292724916336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6565265780522668f,-0.5489564193883943f,-0.517319728913613f,0.5416282192003303f,-0.5040605416090975f,0.8294993993759021f,-0.240527995933448f,2.167736786707998f,0.5611557918294384f,0.10284744064531116f,-0.8212956722453765f,-0.3879053984006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.30313942334788757f,-0.5489564193883943f,-0.7789437332853916f,0.5622388107996698f,0.08291013041350842f,0.8294993993759021f,-0.552319343052398f,2.1922995332920028f,0.9493326078288499f,0.10284744064531116f,0.2969680179170545f,-0.4760015815993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728966296751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2540041099109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830249287719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.34540375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7.mcfunction new file mode 100644 index 000000000..38725aee3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..aa2d14367 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014423f,-0.11261859128427078f,-0.4963207845417961f,0.04558637314190918f,-0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,0.49450112796655155f,0.05102185669259168f,-0.6479273485691843f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997314f,0.137506037908718f,-0.48619178893890236f,0.04558637314190918f,0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,0.46666255364258197f,-0.13919935332209532f,-0.6347043414555276f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014421f,0.11261859128427074f,0.49632078454179623f,-0.04558637314190911f,0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,-0.49450112796655166f,0.0510218566925917f,-0.6479273485691841f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997311f,-0.13750603790871793f,0.48619178893890247f,-0.04558637314190911f,-0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,-0.4666625536425821f,-0.13919935332209535f,-0.6347043414555273f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.01732590170333029f,0.15042207585164188f,1.5551460581651644f,-0.5639889094659802f,1.5423354665080435f,-0.2501168250529257f,0.007009463378935342f,1.0183113752826896f,0.24961444646010178f,1.534998704534283f,-0.15125427331645847f,-0.12862944273322674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49818474086245973f,-0.8660254037844386f,0.0425671701174051f,-0.4603152140707214f,-0.8657735187117886f,0.4995241107909291f,0.030197301799001375f,1.2454387777783897f,-0.04741495828546377f,-0.021809693682668142f,-0.9986371508171804f,-0.1305247981620712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.45781901901935856f,-0.8660254037844386f,0.20100185527539888f,-0.2984375f,-0.8097462294493887f,0.4995241107909291f,0.3078744981823436f,1.5366751518408606f,-0.3670324096270661f,-0.021809693682668142f,-0.9299524437006538f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6982341451909257f,0.6871472018252883f,0.20074312320269788f,0.3737820463159243f,0.3631534158816422f,-0.09833775940041373f,-0.926525380985109f,1.3647135343642636f,-0.6169186940132323f,0.7198322082956436f,-0.3182026349313044f,0.2730308558580626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15345342596743416f,0.8783771122949975f,0.45266510209553207f,0.2984375f,0.5229450790260697f,0.46087258117375496f,-0.7170250401796706f,1.5366751518408606f,-0.8384393182462729f,0.12668903866768438f,-0.5300654649193655f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.098210924430501e-17f,9.979548082878363e-17f,-0.15625000000000003f,0f,0.8148919418910427f,-0.5796129079317035f,1.207961661511416f,-1.2246467991473532e-16f,-0.5796129079317035f,-0.8148919418910427f,0.25776188126744654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.108002157172054e-17f,1.184551817596848e-16f,-0.15625000000000003f,0f,0.9672599629718374f,-0.25378763569512175f,1.387736731845541f,-1.2246467991473532e-16f,-0.25378763569512175f,-0.9672599629718374f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.200687811469976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.387736731845541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877241825250906f,0.15592190156197705f,0.009449860762914097f,0.194886767101928f,0.1555463803966387f,0.9761773178043878f,0.15127183396037502f,2.1773725405432796f,0.01436185227070292f,0.15088474017450618f,-0.9884470306404014f,0.034507422611891075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999552180627992f,-0.0005118598844243843f,0.009449860762914097f,0.07970175513506991f,0.0009235698443992996f,0.9884917699551207f,0.15127183396037502f,2.1874403318630598f,-0.009418539574810028f,0.15127378732104077f,-0.9884470306404014f,0.034946991873918795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707139201213834f,0.23928152357492885f,0.02142049855249515f,0.05725758697949379f,0.23523916322019356f,0.9286328874771184f,0.28688585950404216f,2.182688564575949f,0.04875470613222719f,0.2835230374618095f,-0.9577252559363724f,0.016531006411072552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971458564144374f,-0.07239684576886415f,0.02142049855249515f,0.08633159359024292f,-0.06323760469752356f,0.9558752580586793f,0.28688585950404216f,2.192164634716894f,-0.041244955905394044f,0.2847124650484636f,-0.9577252559363724f,0.020019825592686016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08448245815350382f,0.02142049855249515f,0.1444944337193668f,0.08707278979269381f,0.9539993883092087f,0.28688585950404216f,2.3012559126671315f,0.00380168010402355f,0.28765931476313633f,-0.9577252559363724f,0.021369505016853776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08664192764163034f,0.009449860762914097f,0.125f,0.08707278979269381f,0.9846497659208486f,0.15127183396037502f,2.079709715334941f,0.00380168010402355f,0.1515190247017199f,-0.9884470306404014f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876949290950298f,-0.15634024510214192f,-0.004056451819785694f,-0.1951011791883878f,-0.15606872219454376f,0.9836471535281588f,0.08989344419095893f,2.180109623569028f,-0.01006384581193392f,0.08942038423845489f,-0.9959431278391959f,0.028002595658695482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999917681389144f,0.00009409060275807068f,-0.004056451819785694f,-0.07991616722152972f,-0.0002709409926091033f,0.9959513518653738f,0.08989344419095893f,2.190177414888808f,0.004048486802040245f,0.08989380325969637f,-0.9959431278391959f,0.028442164920723236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704595959242143f,-0.2408872633600238f,-0.01347215756771876f,-0.05740219082542476f,-0.23876562485069674f,0.9508980899381513f,0.19693602753592881f,2.1844369174321f,-0.03462873183163462f,0.19433514582518088f,-0.9803237740812158f,0.014379227233668926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974001806116065f,0.0707911059837692f,-0.01347215756771876f,-0.08649651938034261f,0.06676406632802674f,0.9781404605197123f,0.19693602753592881f,2.1941947718356754f,0.02711898160480099f,0.19552457341183496f,-0.9803237740812158f,0.016739301041224335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08610821368700278f,-0.01347215756771876f,-0.14458879086516868f,-0.08707278979269381f,0.9765421293196138f,0.19693602753592881f,2.3029407298349223f,-0.003801680104023795f,0.19735968483849037f,-0.9803237740812158f,0.007506254750357568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08706129273408321f,-0.004056451819785694f,-0.125f,-0.08707278979269381f,0.9921378422221402f,0.08989344419095893f,2.079709715334941f,-0.003801680104023795f,0.0899045790728479f,-0.9959431278391959f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.566334395919072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1916913128258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12255034495713024f,0.04492771757338921f,0.13957211209947182f,-0.1205904774487396f,0.7282832112768598f,-0.6745824641368537f,0.9121519706787933f,0.049950211252314684f,-0.6742291725542234f,-0.7368310520551479f,0.40852576603711294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05632659034876115f,0.11774719561479453f,0.12499999999999999f,-0.1205904774487396f,0.05005801638173385f,-0.9914394241428021f,0.8991078595027431f,0.049950211252314684f,-0.997156712967229f,-0.05642221353545274f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17079990535950323f,-0.03132222751067613f,-0.14368736880836858f,0.1604299972043605f,0.8258924842526959f,-0.5405218038635623f,0.9314765733310062f,-0.06645228065352397f,-0.5373350879889525f,-0.840746749985898f,0.41108384160587913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07563711145391463f,-0.15630968293088535f,-0.125f,0.1604299972043605f,0.05183368745601713f,-0.9856852869155148f,0.9029793269663036f,-0.06645228065352397f,-0.9957872745800782f,-0.06318067885299472f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304752642462442f,-0.0036458572844556797f,-4.100723895728975e-18f,0.09893948797884106f,0.7330081840679601f,-0.6729858689511067f,1.085852132515783f,-0.08513556585793412f,-0.6675891008017312f,-0.7396463532775547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12862989265872204f,0.022168391237784156f,-4.357962073375866e-18f,-0.09893948797884106f,0.6298247850563767f,-0.7704100971866695f,1.0484109870222347f,0.08513556585793387f,-0.7660124612846022f,-0.6371631224284366f,0.035585460856224424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.987745328979333e-17f,9.28288224774798e-17f,-4.100723895728975e-18f,0f,0.7580048593775025f,-0.6522489042996489f,1.085852132515783f,-1.2246467991473532e-16f,-0.6522489042996489f,-0.7580048593775025f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.172448507783768e-16f,-4.100705354660506e-18f,0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,-0.025174215816117586f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.172448507783768e-16f,-4.100705354660506e-18f,-0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,0.025174215816117344f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.53729104340417e-17f,1.172448507783768e-16f,-4.100705354660506e-18f,0f,0.9573768604956729f,-0.2888417334587385f,1.1108519471552625f,-1.2246467991473532e-16f,-0.2888417334587385f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13043565817949088f,-0.004860651267976317f,-0.19375f,0.1205904774487396f,0.9010895783632278f,-0.4165279204493562f,1.1233522627759287f,-0.04995021125231493f,-0.4135506146053506f,-0.9091099304019211f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12961381381510756f,0.015406041794324357f,0.19375f,-0.1205904774487396f,0.8644047141383457f,-0.4881213239801042f,1.1233517787753453f,0.04995021125231469f,-0.4858032003226281f,-0.8726398036716762f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9852620732045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.19169140625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49492321991946897f,-0.22489736959613668f,-0.8393284098213784f,-0.046427790855600184f,0f,0.9659258262890683f,-0.25881904510252074f,1.26981640625f,0.8689367102295454f,0.12809555517862184f,0.47805912015035934f,0.34150384252830246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.49492321991946897f,-0.22489736959613668f,-0.8393284098213784f,-0.000028738988149951128f,0f,0.9659258262890683f,-0.25881904510252074f,1.26981640625f,0.8689367102295454f,0.12809555517862184f,0.47805912015035934f,0.42296665911232234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.49492321991946897f,-0.22489736959613668f,-0.8393284098213784f,0.1026709965513317f,0f,0.9659258262890683f,-0.25881904510252074f,1.308639263015378f,0.8689367102295454f,0.12809555517862184f,0.47805912015035934f,0.31052638279775846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6697493667480077f,-0.5489564193883943f,-0.5000826285254428f,0.5416098554503304f,-0.5101413311348009f,0.8294993993759021f,-0.22734680271125665f,2.1877684379579976f,0.5396217267759482f,0.10284744064531116f,-0.8356020559716526f,-0.3878807659006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.323280880020859f,-0.5489564193883943f,-0.7708023885699967f,0.5622204470496698f,0.09723626735704266f,0.8294993993759021f,-0.5499780493305958f,2.2123311845420024f,0.9412940990590606f,0.10284744064531116f,0.32153976897003034f,-0.4759769490993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728782659251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.274035761160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38300029627194576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3578139062499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8.mcfunction new file mode 100644 index 000000000..f6f92d1bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..8d0194c9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396415f,-0.10850743142599159f,-0.5258162091112905f,0.04848538041252262f,-0.11909036932146369f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,0.5235208041460359f,0.056138808574457494f,-0.624274656095034f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164388f,0.13248635779307535f,-0.5150852660682029f,0.04848538041252262f,0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,0.494844291672032f,-0.14544709422722596f,-0.6115343569910537f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396412f,0.10850743142599156f,0.5258162091112907f,-0.04848538041252255f,0.11909036932146369f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,-0.5235208041460361f,0.056138808574457535f,-0.6242746560950337f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164387f,-0.1324863577930753f,0.5150852660682032f,-0.04848538041252255f,-0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,-0.4948442916720322f,-0.14544709422722601f,-0.6115343569910535f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.010382296271939729f,0.1197348050333139f,1.557870994141606f,-0.560814246816218f,1.5326600476797683f,-0.3036235360134144f,0.013121609084311916f,1.0357963920926871f,0.3037295444476423f,1.5280322558252313f,-0.11946563935827953f,-0.14755479713837394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4960573506572391f,-0.8660254037844386f,0.06266661678215218f,-0.4574039697554143f,-0.8638457289521686f,0.4995241107909291f,0.06516302102901747f,1.262905624107932f,-0.08773631762284922f,-0.02180969368266817f,-0.9959049532116259f,-0.13940643624750135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.45210092761846227f,-0.8660254037844386f,0.21355268962606422f,-0.2984375f,-0.8009465504683979f,0.4995241107909291f,0.33009132983358697f,1.5494837455908606f,-0.3925421945973454f,-0.02180969368266817f,-0.9194753736355139f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7016012611770759f,0.6841223988462906f,0.19932941005163649f,0.37224597606185916f,0.3626958637112671f,-0.1020707292631221f,-0.9263008564577884f,1.3766269611411373f,-0.6133574657257173f,0.7221898016619257f,-0.3197413167140497f,0.2728864737242676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14878168416860904f,0.8791895211642342f,0.4526475409531757f,0.2984375f,0.5254533131401613f,0.45806143456406745f,-0.7169927041993777f,1.5494837455908606f,-0.8377128542442094f,0.13116976801120428f,-0.5301241984609899f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.943970868003053e-17f,1.0087479707563762e-16f,-0.15625000000000003f,0f,0.8237052278736252f,-0.5670182515348684f,1.2202735172725334f,-1.2246467991473532e-16f,-0.5670182515348684f,-0.8237052278736252f,0.2560677053494754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.9963904509928314e-17f,1.1874241977127835e-16f,-0.15625000000000003f,0f,0.9696054393311725f,-0.2446738482539647f,1.400545325595541f,-1.2246467991473532e-16f,-0.2446738482539647f,-0.9696054393311725f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.213496405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.400545325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877392509382852f,0.1557064132138633f,0.011255444902303891f,0.19480671600630828f,0.15531127598590289f,0.9728151680909733f,0.171782002211414f,2.1891715584388343f,0.01579809189446176f,0.17142392369854678f,-0.9850706871470133f,0.03665387073425609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999363911543632f,-0.0007270524325475453f,0.011255444902303891f,0.0796217040394502f,0.0012173160508961722f,0.9851342354511239f,0.171782002211414f,2.1992393497586145f,-0.011213018631069094f,0.17178477679029172f,-0.9850706871470133f,0.03709343999628381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708886945663472f,0.23817804115831193f,0.025423679380525616f,0.05722004762105483f,0.23292996749452008f,0.9140531994664663f,0.3320397247139544f,2.1951268178483434f,0.055845975739135724f,0.32829555168339736f,-0.9429227209791042f,0.015176360268439593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969710819694736f,-0.07350032818548106f,0.025423679380525616f,0.08628008876350714f,-0.06092840897185006f,0.9412955700480273f,0.3320397247139544f,2.204418370168593f,-0.04833622551230258f,0.32948497927005144f,-0.9429227209791042f,0.019231812065593105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08336522068975892f,0.025423679380525616f,0.14444583044590986f,0.08707278979269382f,0.9392379626535541f,0.3320397247139544f,2.313306175475553f,0.0038016801040235515f,0.3329899240063414f,-0.9429227209791042f,0.02600210609315105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08642591309293281f,0.011255444902303891f,0.125f,0.08707278979269382f,0.9812794061805004f,0.171782002211414f,2.092518309084941f,0.0038016801040235515f,0.1721083628185967f,-0.9850706871470133f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876977021507067f,-0.15630058855839357f,-0.0048347887765029214f,-0.19507250813244498f,-0.1560098833075423f,0.9828057182422347f,0.09876151325659309f,2.1925488334436025f,-0.010684824592882641f,0.09830079453730238f,-0.9950993861503254f,0.02894989541044975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999883034034678f,0.0001336927101279889f,-0.0048347887765029214f,-0.07988749616558691f,-0.00034445598876368944f,0.9951110716142895f,0.09876151325659309f,2.2026166247633827f,0.0048243555347781755f,0.09876202345496808f,-0.9950993861503254f,0.029389464672477498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970528388490027f,-0.24045292419342545f,-0.01603241659208639f,-0.057366833148625215f,-0.23777962345458686f,0.944672722129991f,0.2259519832471224f,2.1969171515202124f,-0.039185428474706185f,0.22310499615728865f,-0.9740065004325742f,0.012634751589433228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973313880457938f,0.07122544515036754f,-0.01603241659208639f,-0.08645566478780625f,0.06577806493191689f,0.971915092711552f,0.2259519832471224f,2.2065962188262755f,0.031675678247872555f,0.22429442374394273f,-0.9740065004325742f,0.015358931273681122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08566846042805813f,-0.01603241659208639f,-0.14457984635444673f,-0.08707278979269381f,0.9702391615186482f,0.2259519832471224f,2.3155595383382668f,-0.0038016801040237943f,0.22648815497388988f,-0.9740065004325742f,0.009509226205393729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08702153935309677f,-0.0048347887765029214f,-0.125f,-0.08707278979269381f,0.9912943522370059f,0.09876151325659309f,2.092518309084941f,-0.0038016801040237943f,0.09880667442856418f,-0.9950993861503254f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.579142989669072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2044999065758755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12322984701786147f,0.043028963029804704f,0.14007785881182616f,-0.1205904774487396f,0.7386185255996776f,-0.6632500361022557f,0.9207954231354022f,0.04995021125231468f,-0.6627647232954639f,-0.7471598878091196f,0.40850862100269586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.057954901467838035f,0.11695433404247585f,0.12499999999999999f,-0.1205904774487396f,0.06380934273335931f,-0.9906494357383048f,0.9119164532527431f,0.04995021125231468f,-0.9962778714674886f,-0.07025225419913061f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17015488470579487f,-0.03465551641230393f,-0.14275827533851215f,0.16042999720436044f,0.8151669905666666f,-0.5565653541925629f,0.9496712130710107f,-0.06645228065352393f,-0.553669660267963f,-0.8300807199873416f,0.4108667386844032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07302412207848098f,-0.15754734907865928f,-0.125f,0.16042999720436044f,0.03541516606167033f,-0.9864116696439845f,0.9157879207163035f,-0.06645228065352393f,-0.9967011806993564f,-0.04659238981264935f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13045382547912104f,-0.004345834019945205f,-4.100723895728975e-18f,0.09873619634898174f,0.7277834973037787f,-0.6786621726476406f,1.098660726265783f,-0.08537125034811896f,-0.6732852148013824f,-0.7344377231214739f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1284954533816686f,0.022934805769948358f,-4.368895040938839e-18f,-0.0987361963489817f,0.6233835052462641f,-0.7756572496389215f,1.0612246959964584f,0.08537125034811867f,-0.771285889827579f,-0.6307375252566462f,0.03567473531128024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.009858151823878e-17f,9.263808647303024e-17f,-4.100723895728975e-18f,0f,0.7564473817065336f,-0.6540545533128943f,1.098660726265783f,-1.2246467991473532e-16f,-0.6540545533128943f,-0.7564473817065336f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1732886605418706e-16f,-4.100705354660506e-18f,0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,-0.02497517494735349f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1732886605418706e-16f,-4.100705354660506e-18f,-0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,0.024975174947353247f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.509323320894226e-17f,1.1732886605418706e-16f,-4.100705354660506e-18f,0f,0.958062897284964f,-0.28655799560637024f,1.1236605409052625f,-1.2246467991473532e-16f,-0.28655799560637024f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13039754948310955f,-0.005793612367587049f,-0.19375f,0.1205904774487396f,0.8980868446911423f,-0.42296330353990885f,1.1361608565259287f,-0.04995021125231493f,-0.4200434483258941f,-0.9061282899867662f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12951966981983024f,0.016178441990129837f,0.19375f,-0.1205904774487396f,0.8614794900467488f,-0.4932656738284943f,1.1361603725253453f,0.04995021125231469f,-0.49099668365331706f,-0.8697282524083563f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9980706669545093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2045f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.47930468898442513f,-0.22715216522029744f,-0.8477434216514301f,-0.047155937296144965f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.282625f,0.877648571535067f,0.12405318191610956f,0.4629727777515057f,0.33708343820929376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.47930468898442513f,-0.22715216522029744f,-0.8477434216514301f,-0.0022211227038550913f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.282625f,0.877648571535067f,0.12405318191610956f,0.4629727777515057f,0.41936299179070624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.47930468898442513f,-0.22715216522029744f,-0.8477434216514301f,0.10247298324771452f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.321447856765378f,0.877648571535067f,0.12405318191610956f,0.4629727777515057f,0.30877729833727413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6829221249267547f,-0.5489564193883943f,-0.48193798449364744f,0.5415933592003304f,-0.5160559131004443f,0.8294993993759021f,-0.21358146218500354f,2.205477696707997f,0.5170141834027308f,0.10284744064531116f,-0.8497756987070861f,-0.38785863840066065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.34383982496413507f,-0.5489564193883943f,-0.761853676489722f,0.5622039507996698f,0.1119533639348855f,0.8294993993759021f,-0.5471719937448193f,2.230040443292002f,0.9323307455363122f,0.10284744064531116f,0.346672446093446f,-0.47595482159933955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728617696751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2917450199109646f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829781687719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3706224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9.mcfunction new file mode 100644 index 000000000..52db73de1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..8ed8af37c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871065f,-0.10562922854845673f,-0.5449057402533432f,0.05051496120137734f,-0.11827034585176018f,0.8076215367888782f,-0.026533432708946866f,1.3286575595981291f,0.5423024294403365f,0.05945051585539925f,-0.6077155219607941f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541494f,0.1289721043339081f,-0.5337852149420504f,0.05051496120137734f,0.19571836399823425f,0.775253985063295f,-0.025991934082233666f,1.3286575595981291f,0.5130836007717476f,-0.14949065170492776f,-0.5953131643697576f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871063f,0.10562922854845669f,0.5449057402533434f,-0.05051496120137727f,0.11827034585176018f,0.8076215367888782f,-0.026533432708946866f,1.3286575595981291f,-0.5423024294403367f,0.059450515855399275f,-0.6077155219607939f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541492f,-0.12897210433390807f,0.5337852149420507f,-0.05051496120137727f,-0.19571836399823425f,0.775253985063295f,-0.025991934082233666f,1.3286575595981291f,-0.5130836007717479f,-0.14949065170492778f,-0.5953131643697573f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0032595279662601686f,0.0924722643134257f,1.5597578356303214f,-0.5579422148256536f,1.5224048727341928f,-0.35125258459191244f,0.01764299557013506f,1.0530718521983442f,0.3516802936654591f,1.519696269703341f,-0.09083209177998217f,-0.16356194496134158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4934683410399586f,-0.8660254037844386f,0.08055430709323497f,-0.45493904656042305f,-0.8609262009955975f,0.499524110790929f,0.09634178313597955f,1.2798669112266319f,-0.12367325026277715f,-0.021809693682668135f,-0.9920832951072752f,-0.1464437388276831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44715328751136957f,-0.8660254037844386f,0.22372737308558055f,-0.2984375f,-0.7932727696697378f,0.499524110790929f,0.34812925134069816f,1.5624798393408605f,-0.4132459925616675f,-0.021809693682668135f,-0.9103582189957921f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7050231087106992f,0.6810104425874116f,0.197907031888205f,0.37067603462931026f,0.36219026548600586f,-0.10583617075817786f,-0.9260760857221303f,1.3887278787841186f,-0.6097217625860816f,0.7245850412795889f,-0.32127229912144406f,0.27273941856590334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14400867738216194f,0.8799863001779141f,0.4526429192396873f,0.2984375f,0.5279573494883849f,0.45519537418776324f,-0.7169785271814363f,1.5624798393408605f,-0.8369722444381532f,0.13572502649566145f,-0.5301473184152801f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.786157819079526e-17f,1.0194314117228854e-16f,-0.15625000000000003f,0f,0.832428919450615f,-0.5541318381597302f,1.2327837011635163f,-1.2246467991473532e-16f,-0.5541318381597302f,-0.832428919450615f,0.254350442855121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.883296078582212e-17f,1.1902209122235173e-16f,-0.15625000000000003f,0f,0.97188913003504f,-0.23543899192727857f,1.413541419345541f,-1.2246467991473532e-16f,-0.23543899192727857f,-0.97188913003504f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.226492498969976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.413541419345541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877572222884823f,0.1554494109325122f,0.01308244845877943f,0.19472144387980744f,0.15504227465086468f,0.9689682697759826f,0.19251593502467368f,2.2010979348456035f,0.017250011247170342f,0.19218733779329347f,-0.9812066369037152f,0.038809663127441815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999139372330204f,-0.0009837019278984976f,0.01308244845877943f,0.07953643191294937f,0.0015534140486441889f,0.9812926177580106f,0.19251593502467368f,2.2111657261653836f,-0.013027088391234874f,0.1925196890298443f,-0.9812066369037152f,0.039249232389469535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710963354189667f,0.23686704841057743f,0.029426326870934716f,0.057198767054204444f,0.23024550631588375f,0.8971041786337649f,0.3770823510841903f,2.2079390744629164f,0.0629199027112747f,0.3729585688184405f,-0.9257121538511335f,0.013810549501221656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967634411168541f,-0.07481132093321556f,0.029426326870934716f,0.08624221651619124f,-0.05824394779321375f,0.9243465492153259f,0.3770823510841903f,2.217016123126799f,-0.05541015248444156f,0.37414799640509455f,-0.9257121538511335f,0.018431248139146452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08203788625251676f,0.029426326870934716f,0.14438786372859588f,0.08707278979269381f,0.9220776701441895f,0.3770823510841903f,2.325434603514617f,0.003801680104023551f,0.3782096712680446f,-0.9257121538511335f,0.030685282246202265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08616828323820402f,0.01308244845877943f,0.125f,0.08707278979269381f,0.9774231141318958f,0.19251593502467368f,2.105514402834941f,0.003801680104023551f,0.19292247905437993f,-0.9812066369037152f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877010118934656f,-0.15625325703180365f,-0.0056241240719854145f,-0.19504265187731307f,-0.15594453192956081f,0.9818711499963053f,0.10775132373294968f,2.2051615276073986f,-0.011314330112479447f,0.10730314287981434f,-0.9941619694306457f,0.029907637358547085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999841681157594f,0.00018095926492134318f,-0.0056241240719854145f,-0.079857639910455f,-0.00042610787828509245f,0.9941777862464404f,0.10775132373294968f,2.215229318927179f,0.005610877819798793f,0.1077520143100411f,-0.9941619694306457f,0.03034720662057484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706103561786422f,-0.2399354005752764f,-0.018615585662316532f,-0.05733929292269699f,-0.23664137937873167f,0.9374861318719904f,0.25518740194889f,2.209675630567021f,-0.04377663811327418f,0.252092752966988f,-0.9667123925227321f,0.010860364537732144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972494203571786f,0.07174296876851662f,-0.018615585662316532f,-0.0864215748791887f,0.06463982085606171f,0.9647285024535514f,0.25518740194889f,2.219263745722965f,0.03626688788644055f,0.2532821805536421f,-0.9667123925227321f,0.013951407882538083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08514448581291056f,-0.018615585662316532f,-0.1445691707557421f,-0.0870727897926938f,0.9629629895090948f,0.25518740194889f,2.3283448407558414f,-0.0038016801040237943f,0.2558372478185342f,-0.9667123925227321f,0.011539700716316229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08697409224774287f,-0.0056241240719854145f,-0.125f,-0.0870727897926938f,0.9903575018706701f,0.10775132373294968f,2.105514402834941f,-0.0038016801040237943f,0.10783100558821976f,-0.9941619694306457f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.592139083419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2174960003258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12387849695167016f,0.04112426106887384f,0.14043204006248486f,-0.12059047744873963f,0.7487547701618035f,-0.6517854178398209f,0.9307623760504234f,0.0499502112523147f,-0.6511684975126945f,-0.7572876363990827f,0.4082256520575261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05929824387386231f,0.11627899693814785f,0.12499999999999999f,-0.12059047744873963f,0.07521631923613387f,-0.989848696553798f,0.9249125470027431f,0.0499502112523147f,-0.995402543493859f,-0.08172363673873789f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1693896288079908f,-0.038220979308972704f,-0.14201086026531468f,0.16042999720436046f,0.8032998527440132f,-0.5735604262660177f,0.9667486951234475f,-0.06645228065352396f,-0.5709785462114475f,-0.8182711006519828f,0.41100108441428557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07083943676482474f,-0.15854167845045736f,-0.125f,0.16042999720436046f,0.021777040769177858f,-0.9868069600952085f,0.9287840144663035f,-0.06645228065352396f,-0.9972499860587515f,-0.03281096922928861f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13042823479806046f,-0.005055929482092089f,-4.100723895728975e-18f,0.09852935500590232f,0.7224374813734662f,-0.6843800491750791f,1.111656820015783f,-0.08560988878387091f,-0.6790232404522137f,-0.7291079384207722f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12835437888516127f,0.0237116063662987f,-4.379986493137611e-18f,-0.09852935500590232f,0.6168033431038138f,-0.7809261182327556f,1.0742261974123857f,0.08560988878387066f,-0.7765814763158876f,-0.6241731791622016f,0.03576530389159657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.032248125171486e-17f,9.244401999148721e-17f,-4.100723895728975e-18f,0f,0.7548627086262778f,-0.6558828333821516f,1.111656820015783f,-1.2246467991473532e-16f,-0.6558828333821516f,-0.7548627086262778f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1741342932959424e-16f,-4.100705354660506e-18f,0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,-0.024773075257757963f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1741342932959424e-16f,-4.100705354660506e-18f,-0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,0.02477307525775772f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.480925795938421e-17f,1.1741342932959424e-16f,-4.100705354660506e-18f,0f,0.9587534088305465f,-0.2842391617209123f,1.1366566346552625f,-1.2246467991473532e-16f,-0.2842391617209123f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13035206263572113f,-0.006739927453533968f,-0.19375f,0.1205904774487396f,0.8949931824817906f,-0.42947076741007784f,1.1491569502759287f,-0.04995021125231493f,-0.4266093565285801f,-0.9030556092058339f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12941944326303742f,0.016961561276936453f,0.19375f,-0.1205904774487396f,0.8584801544194004f,-0.49846741239195114f,1.1491564662753453f,0.04995021125231469f,-0.4962483573509618f,-0.8667424901447496f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0110667607045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.21749609375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46330086860368913f,-0.2293657101329387f,-0.856004483730243f,-0.047887399543922946f,0f,0.9659258262890683f,-0.2588190451025207f,1.29562109375f,0.886201052330151f,0.11991108840717525f,0.4475142743264614f,0.3326117742267116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46330086860368913f,-0.2293657101329387f,-0.856004483730243f,-0.004452943112327107f,0f,0.9659258262890683f,-0.2588190451025207f,1.29562109375f,0.886201052330151f,0.11991108840717525f,0.4475142743264614f,0.41569312288266325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46330086860368913f,-0.2293657101329387f,-0.856004483730243f,0.10223050123141143f,0f,0.9659258262890683f,-0.2588190451025207f,1.334443950515378f,0.886201052330151f,0.11991108840717525f,0.4475142743264614f,0.3070253074057182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6957853904175084f,-0.5489564193883943f,-0.4631733369850089f,0.5415796642003303f,-0.5216775057567518f,0.8294993993759021f,-0.19945758050881832f,2.2197416479579974f,0.4936955240519906f,0.10284744064531116f,-0.8635317790815458f,-0.3878402684006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.36444676281129035f,-0.5489564193883943f,-0.752213670899861f,0.5621902557996697f,0.12680350594180687f,0.8294993993759021f,-0.5439224368564728f,2.2443043945420023f,0.9225505015755165f,0.10284744064531116f,0.37191796944416655f,-0.4759364515993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728480746751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.306008971160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38295979877194575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3836185937499998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_play_as_root.mcfunction new file mode 100644 index 000000000..f6a5ec64f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/play_as_root +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..72bbf4f94 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_0_idle/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..41261d4df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..40 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_40 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/end.mcfunction new file mode 100644 index 000000000..dc0de9cf7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.1_1_idle_rare.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/end_loop +execute if score @s aj.ecual.animation.1_1_idle_rare.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/1_1_idle_rare/stop +execute if score @s aj.ecual.animation.1_1_idle_rare.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/1_1_idle_rare/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/end_loop.mcfunction new file mode 100644 index 000000000..63b1c5dd6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.1_1_idle_rare.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/next_frame_as_root.mcfunction new file mode 100644 index 000000000..752a45103 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/pause_as_root.mcfunction new file mode 100644 index 000000000..6709c71e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.1_1_idle_rare \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/play_as_root.mcfunction new file mode 100644 index 000000000..73227a504 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.1_1_idle_rare.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.1_1_idle_rare.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.1_1_idle_rare \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/resume_as_root.mcfunction new file mode 100644 index 000000000..6e51a619e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.1_1_idle_rare.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.1_1_idle_rare \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/stop_as_root.mcfunction new file mode 100644 index 000000000..f8bba6391 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.1_1_idle_rare.local_anim_time 0 +tag @s remove aj.ecual.animation.1_1_idle_rare +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick.mcfunction new file mode 100644 index 000000000..9e9edd159 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick_animation.mcfunction new file mode 100644 index 000000000..c8c828f58 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.1_1_idle_rare.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.1_1_idle_rare.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root +execute if score @s aj.ecual.animation.1_1_idle_rare.local_anim_time matches 40.. run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_40.mcfunction new file mode 100644 index 000000000..1ff5bf852 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_40.mcfunction @@ -0,0 +1,6 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_32_39 +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..74ef9110c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..f46d317fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..b3e6429a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..b35ca7b8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..3694d93a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0.mcfunction new file mode 100644 index 000000000..18aecb815 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1.mcfunction new file mode 100644 index 000000000..158315487 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10.mcfunction new file mode 100644 index 000000000..e90dc4c8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..63c054ef2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854894f,-0.10455527387730132f,-0.5517320028861223f,0.051272266318987625f,-0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,0.5490185874211321f,0.060634755714114f,-0.6015367499247565f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541941f,0.12766081771559676f,-0.540472166092528f,0.051272266318987625f,0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,0.5196058308479397f,-0.15093659530134876f,-0.5892604897222105f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854891f,0.10455527387730128f,0.5517320028861226f,-0.051272266318987555f,0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,-0.5490185874211323f,0.060634755714114044f,-0.6015367499247563f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541938f,-0.1276608177155967f,0.5404721660925282f,-0.051272266318987555f,-0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,-0.5196058308479399f,-0.15093659530134879f,-0.5892604897222102f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0033389082608992356f,0.06987394442141447f,1.5609332892800443f,-0.5557002938385877f,1.51269657980835f,-0.39080121502523146f,0.02072963508900148f,1.0693966058835895f,0.39133637593219667f,1.5112241039057697f,-0.06681166549681623f,-0.1757926090565175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49081359172383215f,-0.8660254037844386f,0.09540449768827255f,-0.45316053811464174f,-0.85762792916085f,0.4995241107909291f,0.12227018386264096f,1.2957143694197388f,-0.15354593222363072f,-0.021809693682668142f,-0.9879007966182862f,-0.1512049524454557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44350541658911097f,-0.8660254037844386f,0.23087430661751715f,-0.2984375f,-0.7875839752368036f,0.4995241107909291f,0.36081455720179273f,1.5754524955908606f,-0.4278018553095735f,-0.021809693682668142f,-0.9036093790212423f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.46644100312253234f,0.8841227845531686f,0.027562518752782816f,0.45305240728797724f,0.4903559593584652f,-0.23251459074811592f,-0.8399333296225814f,1.3522911236757134f,-0.7361955064571404f,0.4052947901505618f,-0.5419892151594226f,0.1910671660433678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3992723485138309f,0.8938570380443732f,0.20396369101090078f,0.2984375f,0.6797759809067268f,0.4378966433669003f,-0.5883461103043851f,1.5754524955908606f,-0.6152123271640026f,-0.09626071507391787f,-0.7824625660304205f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.051616585426906e-17f,1.0012526244575737e-16f,-0.15625000000000003f,0f,0.8175848131515838f,-0.5758081914178453f,1.2449393089642973f,-1.2246467991473532e-16f,-0.5758081914178453f,-0.8175848131515838f,0.2513109456481911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6832163244732617e-17f,1.1948904904729384e-16f,-0.15625000000000003f,0f,0.9757021300385287f,-0.21910124015686983f,1.426514075595541f,-1.2246467991473532e-16f,-0.21910124015686983f,-0.9757021300385287f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.239465155219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.426514075595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877778477782229f,0.15515445268735073f,0.014900310396446686f,0.19463229585797504f,0.15474328438338708f,0.9646925097467806f,0.2131264356589762f,2.212957709716471f,0.018693297645520128f,0.2128272948889455f,-0.9769110006409949f,0.04093843237502799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998881671534652f,-0.0012782552850606477f,0.014900310396446686f,0.07944728389111695f,0.0019269810803137777f,0.9770227270474399f,0.2131264356589762f,2.223025501036252f,-0.014830371890156886f,0.2131313137392294f,-0.9769110006409949f,0.04137800163705571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9713335650606378f,0.23536923940114995f,0.03335305878500272f,0.05719434994399185f,0.2272291091868518f,0.8780593966914781f,0.42116342174973753f,2.2209198174180234f,0.06984294756624658f,0.4166689537576824f,-0.9063713067224365f,0.012467871104074265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965262114751829f,-0.07630912994264305f,0.03335305878500272f,0.08621884341363943f,-0.05522755066418182f,0.9053017672730391f,0.42116342174973753f,2.229755838862596f,-0.062333197339413435f,0.4178583813443365f,-0.9063713067224365f,0.01764176024682094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538035f,0.03335305878500272f,0.14432133606539066f,0.08707278979269381f,0.9027954925993871f,0.42116342174973753f,2.33744286453975f,0.0038016801040235528f,0.42246491165379624f,-0.9063713067224365f,0.03534061274384012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08587260473506968f,0.014900310396446686f,0.125f,0.08707278979269381f,0.9731369131324829f,0.2131264356589762f,2.1184870590849414f,0.0038016801040235528f,0.21361283682165932f,-0.9769110006409949f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877048137441091f,-0.1561988880345932f,-0.006411574180436231f,-0.1950120829313408f,-0.1558736269009414f,0.9808571608460958f,0.11671607624351577f,2.2177428594592783f,-0.011942082877821147f,0.116280425668694f,-0.9931446265589149f,0.030860133374890995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999794179743193f,0.0002352536300275071f,-0.006411574180436231f,-0.07982707096448274f,-0.0005146986584977364f,0.9931651889950678f,0.11671607624351577f,2.2278106507790585f,0.006395210163287701f,0.1167169740188667f,-0.9931446265589149f,0.03129970263691874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707043250246368f,-0.23934210463154612f,-0.021177118052428456f,-0.05732019141008379f,-0.23536778597898128f,0.929444979615236f,0.2841373526859604f,2.222507127631522f,-0.04832306593974486f,0.28079776854272803f,-0.9585496828436216f,0.009088068784234384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997155451511184f,0.07233626471224688f,-0.021177118052428456f,-0.08639496472342177f,0.06336622745631126f,0.956687350196797f,0.2841373526859604f,2.2319934754595767f,0.040813315712911226f,0.2819871961293821f,-0.9585496828436216f,0.012542397469110796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08454379436061218f,-0.021177118052428456f,-0.14455690785957104f,-0.08707278979269382f,0.9548216032779795f,0.2841373526859604f,2.3410887923339585f,-0.0038016801040237948f,0.28490007502417236f,-0.9585496828436216f,0.013564521705977817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08691959048698249f,-0.006411574180436231f,-0.125f,-0.08707278979269382f,0.9893410366623003f,0.11671607624351577f,2.1184870590849414f,-0.0038016801040237948f,0.11683020998671573f,-0.9931446265589149f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6051117396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2304686565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12448504203688447f,0.03924998298777912f,0.14059308730067452f,-0.1205904774487396f,0.7585063430462007f,-0.640410855863144f,0.9421796224889204f,0.04995021125231469f,-0.639665226401869f,-0.7670289267870505f,0.4076671327969144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06027028824845819f,0.11577814651268868f,0.12499999999999999f,-0.1205904774487396f,0.08350611981466838f,-0.9891838376672879f,0.9378852032527432f,0.04995021125231469f,-0.9946829747753532f,-0.09005973621937347f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16849008466583754f,-0.04200929630861156f,-0.1415060640756079f,0.1604299972043605f,0.7902379779970341f,-0.5914272179466954f,0.9821174439623878f,-0.06645228065352397f,-0.5891816608656943f,-0.8052633512680727f,0.41164436257735854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06924204916525434f,-0.15924581072807636f,-0.125f,0.1604299972043605f,0.011855641845273324f,-0.9869760178208209f,0.9417566707163036f,-0.06645228065352397f,-0.9975294393569711f,-0.02278402976016708f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1303988355040421f,-0.0057645949255471325f,-4.100723895728975e-18f,0.09832231147374343f,0.7170563832879187f,-0.690045553751714f,1.1246294762657831f,-0.08584759706553266f,-0.6847089066787718f,-0.7237429814463382f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12820887550785717f,0.02448614090616604f,-4.391056312429434e-18f,-0.09832231147374344f,0.6101907218551281f,-0.7861297641155547f,1.0872044700948922f,0.08584759706553242f,-0.7818118489783383f,-0.6175762486326248f,0.03585569582582227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.054550827894716e-17f,9.22497638083948e-17f,-4.100723895728975e-18f,0f,0.7532764865153175f,-0.6577039872641327f,1.1246294762657831f,-1.2246467991473532e-16f,-0.6577039872641327f,-0.7532764865153175f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1749715464545254e-16f,-4.100705354660506e-18f,0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,-0.024571195414896715f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1749715464545254e-16f,-4.100705354660506e-18f,-0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,0.024571195414896472f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.4525591621885137e-17f,1.1749715464545254e-16f,-4.100705354660506e-18f,0f,0.9594370779171484f,-0.28192285029384145f,1.1496292909052626f,-1.2246467991473532e-16f,-0.28192285029384145f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029980892163734f,-0.007684181833523903f,-0.19375f,0.1205904774487396f,0.8918580750516567f,-0.4359439306996236f,1.1621296065259288f,-0.04995021125231493f,-0.43314100909534986f,-0.8999410217540431f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12931467529884214f,0.01774264940252331f,0.19375f,-0.1205904774487396f,0.8554549042485119f,-0.5036415824233085f,1.1621291225253454f,0.04995021125231469f,-0.5014724534304194f,-0.8637304873896283f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0240394169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.23046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.7612769243253149f,-0.30243597033524805f,0.06080922628119109f,0f,0.36920614731268436f,-0.9293475242268225f,1.1848894781313548f,0.8191520442889917f,0.5330518410776881f,0.21176794625450868f,0.38276259587878125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.7612769243253149f,-0.30243597033524805f,0.11458201718910163f,0f,0.36920614731268436f,-0.9293475242268225f,1.1848894781313548f,0.8191520442889917f,0.5330518410776881f,0.21176794625450868f,0.4595581000308742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.7612769243253149f,-0.30243597033524805f,0.13306101728543357f,0f,0.36920614731268436f,-0.9293475242268225f,1.3242916067653783f,0.8191520442889917f,0.5330518410776881f,0.21176794625450868f,0.3893951560166514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7081114012855034f,-0.5489564193883943f,-0.44410031860127486f,0.5415697042003302f,-0.5269035353413504f,0.8294993993759021f,-0.1852118000555143f,2.2294373767079976f,0.4700541541293587f,0.10284744064531116f,-0.8766250601816276f,-0.38782690840066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3847472849934885f,-0.5489564193883943f,-0.742035293164963f,0.5621802957996698f,0.14153318803429024f,0.8294993993759021f,-0.5402768763512535f,2.2540001232920024f,0.9121062895161888f,0.10284744064531116f,0.3968431939415361f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728381146751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.315704699910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829464387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.39659125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11.mcfunction new file mode 100644 index 000000000..31d375c51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..35cf453c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905311f,-0.10583335062178062f,-0.5435906485337462f,0.05037102338454276f,-0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,0.5410085495791019f,0.059222369926068295f,-0.6088898953235311f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809427f,0.12922133509796227f,-0.5324969618289759f,0.05037102338454276f,0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,0.5118270814685906f,-0.14921208808191f,-0.5964635709291733f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905309f,0.10583335062178058f,0.5435906485337464f,-0.05037102338454269f,0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,-0.5410085495791023f,0.05922236992606834f,-0.6088898953235309f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809425f,-0.12922133509796221f,0.5324969618289761f,-0.05037102338454269f,-0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,-0.5118270814685908f,-0.14921208808191005f,-0.5964635709291731f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.010006756051051793f,0.04899437936980134f,1.5616996079987673f,-0.5539453556762163f,1.5027329925316f,-0.4273980332683282f,0.023037454620411513f,1.0847348771015253f,0.42790146995582673f,1.502110755553176f,-0.04438310558207675f,-0.1859181772831539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4879421945277002f,-0.8660254037844388f,0.109144009453071f,-0.45193740596170856f,-0.8538578750805336f,0.4995241107909289f,0.14629556350582879f,1.3104331966187988f,-0.18121573872720936f,-0.021809693682668132f,-0.9832015018799658f,-0.15440101980225857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4407897975092239f,-0.8660254037844388f,0.23601769936125017f,-0.2984375f,-0.7833335650730175f,0.4995241107909289f,0.36995160300845914f,1.588190776840861f,-0.43828401778045045f,-0.021809693682668132f,-0.8985718986367726f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3851661413763167f,0.9165689966023077f,0.10746310066584647f,0.4371902823364425f,0.45714565605440116f,-0.08834348124286755f,-0.8849933776432917f,1.3963453731225894f,-0.8016638277282256f,0.38999577406598873f,-0.4530324530569526f,0.2301858511695797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3591032935832641f,0.8989681772864797f,0.2508007989697726f,0.2984375f,0.5812058628216452f,0.4256612802779852f,-0.693550444808345f,1.588190776840861f,-0.7302359684098003f,-0.10328935423522981f,-0.6753419428276837f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.950940514480918e-17f,1.0082678425415217e-16f,-0.15625000000000003f,0f,0.8233131734337746f,-0.5675873663590542f,1.2572139812226562f,-1.2246467991473532e-16f,-0.5675873663590542f,-0.8233131734337746f,0.2494892601711013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.5633576857610594e-17f,1.1975190004381368e-16f,-0.15625000000000003f,0f,0.9778484713077242f,-0.2093140395700841f,1.4392523568455413f,-1.2246467991473532e-16f,-0.2093140395700841f,-0.9778484713077242f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.620278933353503e-17f,1.0302809573644538e-16f,0.15624999999999997f,0f,0.8412882457879085f,-0.540586799227565f,1.2522611443895844f,-1.2246467991473532e-16f,-0.540586799227565f,-0.8412882457879085f,0.21928384816853988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.819249496008125e-18f,1.2232634287806442e-16f,0.15624999999999997f,0f,0.998870392371358f,-0.0475177781876351f,1.4392523568455413f,-1.2246467991473532e-16f,-0.0475177781876351f,-0.998870392371358f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878007035449248f,0.1548275999957055f,0.016678859544983844f,0.194540879387267f,0.15442019866355688f,0.9600721686951794f,0.2332720153418379f,2.22455985778615f,0.020104037426823224f,0.2330018136764279f,-0.9722684724409385f,0.04300532962414165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998596105017875f,-0.0016046593073278659f,0.016678859544983844f,0.07935586742040891f,0.002330653662535348f,0.9724087283194566f,0.2332720153418379f,2.23462764910593f,-0.016592990710513976f,0.23327813904574243f,-0.9722684724409385f,0.04344489888616937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715951033156137f,0.23371795184765037f,0.037133195354847784f,0.057206258524354375f,0.2239466049926387f,0.8573344808633376f,0.46349272489982263f,2.2338505268110485f,0.07649100159752768f,0.458643114967325f,-0.8853223253525667f,0.011181074084067603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9962646732202071f,-0.07796041749614262f,0.037133195354847784f,0.08620985360574489f,-0.051945046469968684f,0.8845768514448986f,0.46349272489982263f,2.242424257574235f,-0.06898125137069454f,0.4598325425539791f,-0.8853223253525667f,0.01688618040692635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07884953580481424f,0.037133195354847784f,0.14424761462805435f,0.08707278979269381f,0.8818122380885031f,0.46349272489982263f,2.349139030512701f,0.003801680104023551f,0.4649622860627629f,-0.8853223253525667f,0.039890963897734694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0855449539024639f,0.016678859544983844f,0.125f,0.08707278979269381f,0.9685052896789335f,0.2332720153418379f,2.1312253403349413f,0.003801680104023551f,0.23383661972785744f,-0.9722684724409385f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877090308283206f,-0.15613858092070818f,-0.007184286203024585f,-0.19498132348307284f,-0.15579849477636326f,0.979782721407347f,0.12550955285169602f,2.2300885407875777f,-0.012557843986887756f,0.12508621978331838f,-0.9920663980675489f,0.03179192434023319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999741490281275f,0.0002954779605793545f,-0.007184286203024585f,-0.07979631151621475f,-0.0006085708938665946f,0.9920922244350243f,0.12550955285169602f,2.240156332107358f,0.007164559786846359f,0.12551068045525188f,-0.9920663980675489f,0.032231493602260936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708083243809127f,-0.23868547853833383f,-0.023673606561977846f,-0.05730959775224524f,-0.23398474484194548f,0.9207128015414185f,0.3123124657438482f,2.235200097414585f,-0.05274785771928946f,0.3087348043429494f,-0.9496844128937499f,0.0073499030902386756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970514521549081f,0.07299289080545919f,-0.023673606561977846f,-0.08637606092783248f,0.06198318631927552f,0.9479551721229795f,0.3123124657438482f,2.2445759324204912f,0.04523810749245584f,0.3099242319296035f,-0.9496844128937499f,0.011157797705935266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0838789833405523f,-0.023673606561977846f,-0.14454330562458612f,-0.0870727897926938f,0.9459805775060687f,0.3123124657438482f,2.353584734384129f,-0.003801680104023794f,0.3131853494897875f,-0.9496844128937499f,0.015550663523412434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08685913610927178f,-0.007184286203024585f,-0.125f,-0.0870727897926938f,0.9882639735519477f,0.12550955285169602f,2.1312253403349413f,-0.003801680104023794f,0.1256575069530918f,-0.9920663980675489f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6178500209190723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2432069378258757f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12517331139282908f,0.03699633725681078f,0.1405616579978713f,-0.1205904774487396f,0.7699436707188522f,-0.6266136614124088f,0.9549524190699503f,0.04995021125231469f,-0.6257143006476147f,-0.7784514052661962f,0.4066465087247735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06095831029715705f,0.11541737850593106f,0.12499999999999999f,-0.1205904774487396f,0.08939207530959387f,-0.9886693044797785f,0.9506234845027433f,0.04995021125231469f,-0.9941293383044076f,-0.09597830545644015f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16720082068848505f,-0.04687830167724599f,-0.14119532968858994f,0.16042999720436046f,0.7727525285726803f,-0.6140975049465173f,0.9957183787677226f,-0.06645228065352395f,-0.6122886697838087f,-0.7878367084937838f,0.41307901986933293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06802136938350954f,-0.15977103277577562f,-0.125f,0.16042999720436046f,0.004302313989866635f,-0.9870378443055472f,0.9544949519663037f,-0.06645228065352395f,-0.997674587930115f,-0.015149620273146813f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13036622065964396f,-0.0064602915094366204f,-4.100723895728975e-18f,0.09811845052162924f,0.7117293457841017f,-0.6955674719371004f,1.1373677575157832f,-0.08608052348063683f,-0.6902506695836342f,-0.7184317341380766f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1280614530193809f,0.02524581363376368f,-4.40192448755776e-18f,-0.09811845052162926f,0.6036549336148889f,-0.7911848651166418f,1.0999484787152154f,0.08608052348063659f,-0.7868932490325286f,-0.6110557733172404f,0.035944441210498834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.07640487755651e-17f,9.205849364396919e-17f,-4.100723895728975e-18f,0f,0.7517146470971378f,-0.6594885058434495f,1.1373677575157832f,-1.2246467991473532e-16f,-0.6594885058434495f,-0.7517146470971378f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.175787004464295e-16f,-4.100705354660506e-18f,0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,-0.024372823441495703f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.175787004464295e-16f,-4.100705354660506e-18f,-0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,0.02437282344149546f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.424685427812861e-17f,1.175787004464295e-16f,-4.100705354660506e-18f,0f,0.9601029499141497f,-0.2796467871550606f,1.1623675721552627f,-1.2246467991473532e-16f,-0.2796467871550606f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13024184352552515f,-0.008610984295566077f,-0.19375f,0.1205904774487396f,0.8887340519746181f,-0.44227787827276843f,1.1748678877759289f,-0.04995021125231493f,-0.43953253242035384f,-0.8968367350527071f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920721304639324f,0.018508996521956003f,0.19375f,-0.1205904774487396f,0.8524539651866618f,-0.5087044072801241f,1.1748674037753455f,0.04995021125231469f,-0.5065843792837688f,-0.8607422628531305f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0367776982045096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.24320703125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4951554286552261f,-0.7831662995910821f,-0.3761271708585687f,0.06720281196416308f,0f,0.4329250253206678f,-0.9014299320807465f,1.2790655489499836f,0.8688044092160555f,0.44634792442209353f,0.21436517648822995f,0.41946909020780265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4951554286552261f,-0.7831662995910821f,-0.3761271708585687f,0.11362363340059053f,0f,0.4329250253206678f,-0.9014299320807465f,1.2790655489499836f,0.8688044092160555f,0.44634792442209353f,0.21436517648822995f,0.5009195035718078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4951554286552261f,-0.7831662995910821f,-0.3761271708585687f,0.14683229831116212f,0f,0.4329250253206678f,-0.9014299320807465f,1.4142800387620955f,0.8688044092160555f,0.44634792442209353f,0.21436517648822995f,0.42803952041657073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7197061546628566f,-0.5489564193883943f,-0.4250528208972123f,0.5415660081065803f,-0.5316567080626804f,0.8294993993759021f,-0.17109030132351555f,2.2383078735829978f,0.446502178843909f,0.10284744064531116f,-0.8888521858218895f,-0.38782195058816055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40440477423904164f,-0.5489564193883943f,-0.7315077772552682f,0.5621765997059197f,0.15589515519268574f,0.8294993993759021f,-0.5363090965315299f,2.2628706201670026f,0.9011955831894196f,0.10284744064531116f,0.42103316353060716f,-0.47591813378683945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728344185814465f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.324575196785965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829414809594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.40932953125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12.mcfunction new file mode 100644 index 000000000..a7f2be67b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..8f79372bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045084f,-0.10920541262156085f,-0.5210020991729327f,0.047993195085155246f,-0.1192971676501293f,0.807440480401446f,-0.027431748835671076f,1.3665337929281625f,0.5187843437104717f,0.05530364280660935f,-0.6282903439156603f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6014514892754131f,0.1333385850110065f,-0.5103694032714443f,0.047993195085155246f,0.19472119150238726f,0.7754750528833586f,-0.026871917226779833f,1.3665337929281625f,0.49024459571552464f,-0.14442736618388796f,-0.6154680919990142f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045081f,0.1092054126215608f,0.5210020991729329f,-0.04799319508515518f,0.1192971676501293f,0.807440480401446f,-0.027431748835671076f,1.3665337929281625f,-0.5187843437104719f,0.0553036428066094f,-0.6282903439156601f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6014514892754129f,-0.13333858501100646f,0.5103694032714445f,-0.04799319508515518f,-0.19472119150238726f,0.7754750528833586f,-0.026871917226779833f,1.3665337929281625f,-0.49024459571552487f,-0.14442736618388802f,-0.615468091999014f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.017661042212673273f,0.026935038725814615f,1.562167993935608f,-0.5523303604952282f,1.4911459336949051f,-0.46612261457114007f,0.024895031843992846f,1.0993950770976118f,0.46645272216282696f,1.4911104794327625f,-0.020436391870522045f,-0.1958222862601114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48446184881057935f,-0.8660254037844387f,0.12367989750576068f,-0.45099487371741454f,-0.8491035699832894f,0.4995241107909289f,0.17175211841536348f,1.3242485025240995f,-0.21052278852577633f,-0.02180969368266816f,-0.9773456362888205f,-0.15695403897479013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43838296457812714f,-0.8660254037844387f,0.24045867912739738f,-0.2984375f,-0.7795562015172991f,0.4995241107909289f,0.3778462536726441f,1.6004837455908607f,-0.4473393622783635f,-0.02180969368266816f,-0.8940983347584622f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2773590390938841f,0.9389536189687272f,0.2035634172891766f,0.39932644358303315f,0.33971076408534984f,0.102346595786168f,-0.9349447957476048f,1.4695893049157283f,-0.8987038222893374f,0.3284680741815146f,-0.2905858978787891f,0.2828780396646587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2559674672881481f,0.9094498926673358f,0.3276912394579114f,0.2984375f,0.39144346710679545f,0.407461970091262f,-0.8250737876025142f,1.6004837455908607f,-0.8838849855889068f,-0.08291945282452691f,-0.4602952276461044f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.854515822354976e-17f,1.0148477280226379e-16f,-0.15625000000000003f,0f,0.8286860576692109f,-0.5597136927257196f,1.2690828647262384f,-1.2246467991473532e-16f,-0.5597136927257196f,-0.8286860576692109f,0.24775199506129808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.449092754672372e-17f,1.1999080087456582e-16f,-0.15625000000000003f,0f,0.9797992446320694f,-0.1999835998736555f,1.451545325595541f,-1.2246467991473532e-16f,-0.1999835998736555f,-0.9797992446320694f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.672369120730018e-17f,1.0269151307820635e-16f,0.15624999999999997f,0f,0.8385398398109905f,-0.5448402858175585f,1.2646332457236957f,-1.2246467991473532e-16f,-0.5448402858175585f,-0.8385398398109905f,0.2202306073360434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.4386550806871816e-18f,1.222953046824387e-16f,0.15624999999999997f,0f,0.9986169462704307f,-0.05257560861768489f,1.451545325595541f,-1.2246467991473532e-16f,-0.05257560861768489f,-0.9986169462704307f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878251965564745f,0.15447733361191193f,0.018388432459471495f,0.19444905129790443f,0.1540808250222404f,0.9552188995143874f,0.25261819683266734f,2.235716135824148f,0.02145880725082858f,0.25237592478419285f,-0.9673912921774184f,0.04497713563133671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998290082293508f,-0.001954444881862208f,0.018388432459471495f,0.07926403933104635f,0.002754676841895176f,0.9675621212017906f,0.25261819683266734f,2.245783927143928f,-0.018285679057926968f,0.25262565538894755f,-0.9673912921774184f,0.045416704893364426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9718738101691572f,0.23195826602893982f,0.04070208751566129f,0.05723286326347972f,0.22048458828813872f,0.8354761676514708f,0.5033548644980215f,2.2465003404079287f,0.08275169747319357f,0.4981715930352303f,-0.8631206291463817f,0.009979506315281425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959859663666636f,-0.07972010331485317f,0.04070208751566129f,0.08621418808832287f,-0.04848302976546874f,0.8627185382330318f,0.5033548644980215f,2.2547974364231704f,-0.07524194724636042f,0.49936102062188437f,-0.8631206291463817f,0.016184877707130545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0770679152810261f,0.04070208751566129f,0.14416861224586844f,0.08707278979269381f,0.8596814582529367f,0.5033548644980215f,2.360337347179565f,0.003801680104023551f,0.504983491581993f,-0.8631206291463817f,0.04426078355804795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08519383220385983f,0.018388432459471495f,0.125f,0.08707278979269381f,0.9636401693094415f,0.25261819683266734f,2.143518309084941f,0.003801680104023551f,0.2532580404403609f,-0.9673912921774184f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877135548333964f,-0.15607388463397454f,-0.007929447246548902f,-0.19495094376484856f,-0.15572081971424417f,0.9786719162675117f,0.13398621801066127f,2.2419948227624626f,-0.013151422200616346f,0.13357478371510614f,-0.9909514706833851f,0.03268778668726484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999684966061886f,0.00036008543897984857f,-0.007929447246548902f,-0.07976593179799048f,-0.0007056203484706036f,0.9909829440929463f,0.13398621801066127f,2.252062614082243f,0.00790619346354436f,0.13398759216939923f,-0.9909514706833851f,0.033127355949292586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709196210497023f,-0.23798277902718468f,-0.02606312236092726f,-0.057307042208149736f,-0.23252674950837302f,0.9115073812956861f,0.33924269278283864f,2.2475368504558486f,-0.056977190381527536f,0.3354377598452197f,-0.9403377632777745f,0.005677421531001557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969401554861185f,0.07369559031660834f,-0.02606312236092726f,-0.08636461214937513f,0.060525190985703f,0.9387497518772471f,0.33924269278283864f,2.2567961833746666f,0.049467440154693905f,0.33662718743187375f,-0.9403377632777745f,0.009823263786717107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08316752459160551f,-0.02606312236092726f,-0.1445287134141799f,-0.08707278979269382f,0.9366604105390417f,0.33924269278283864f,2.3656271616712545f,-0.003801680104023795f,0.340221160691305f,-0.9403377632777745f,0.017465254254859487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0867942818407997f,-0.007929447246548902f,-0.125f,-0.08707278979269382f,0.9871504559391729f,0.13398621801066127f,2.143518309084941f,-0.003801680104023795f,0.1341667990928565f,-0.9909514706833851f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6301429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2554999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12599570905700494f,0.034090587479367336f,0.14038207060428864f,-0.12059047744873957f,0.7842341244044221f,-0.6086335308445586f,0.9685928637275908f,0.04995021125231468f,-0.6075375868362811f,-0.7927187754664304f,0.40510805581225656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06150450567811262f,0.11512724541461437f,0.12499999999999999f,-0.12059047744873957f,0.09407566231103015f,-0.988234641423496f,0.9629164532527432f,0.04995021125231468f,-0.9936634065628218f,-0.100687689683581f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16527334671936666f,-0.053276734802593075f,-0.14098850073522043f,0.16042999720436046f,0.7485525945143093f,-0.6433748745816119f,1.0078412175086893f,-0.06645228065352395f,-0.642147750996666f,-0.7636952011672388f,0.4153509495881622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06690282280612748f,-0.16024263448788442f,-0.125f,0.16042999720436046f,-0.0025977109006265486f,-0.9870438024196725f,0.9667879207163037f,-0.06645228065352395f,-0.9977561145884543f,-0.008174973840729516f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13033122671971348f,-0.007131493335937224f,-4.100723895728975e-18f,0.09792119304552696f,0.7065482829628515f,-0.7008573063004956f,1.1496607262657832f,-0.08630484811415012f,-0.6955596992235682f,-0.7132658536674896f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12791491621279766f,0.02597808818482965f,-4.412411121039511e-18f,-0.09792119304552693f,0.5973079935288651f,-0.7960116838458225f,1.1122471741489555f,0.08630484811414985f,-0.7917454989305553f,-0.6047235220455702f,0.03603007107119869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.097451875077038e-17f,9.187341911401639e-17f,-4.100723895728975e-18f,0f,0.750203398873718f,-0.6612071236143188f,1.1496607262657832f,-1.2246467991473532e-16f,-0.6612071236143188f,-0.750203398873718f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1765676855065945e-16f,-4.100705354660506e-18f,0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,-0.024181256297341427f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1765676855065945e-16f,-4.100705354660506e-18f,-0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,0.024181256297341185f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.397767856748201e-17f,1.1765676855065945e-16f,-4.100705354660506e-18f,0f,0.9607404243621646f,-0.2774488006757425f,1.1746605409052626f,-1.2246467991473532e-16f,-0.2774488006757425f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13017965401288734f,-0.009504974305636271f,-0.19375f,0.1205904774487396f,0.885676587140524f,-0.44836917795472814f,1.1871608565259288f,-0.04995021125231493f,-0.4456795268712695f,-0.8937979277910921f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12909920135227304f,0.01924793666009695f,0.19375f,-0.12059047744873963f,0.8495295235873426f,-0.5135732910716324f,1.1871603725253455f,0.0499502112523147f,-0.5115007182435503f,-0.8578298150753337f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0490706669545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2555f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3720159503869812f,-0.7644246464777585f,-0.5265539787287004f,0.06608883747711396f,0f,0.5672689491267565f,-0.8235325976284273f,1.4114256851349685f,0.9282263369769631f,0.3063672619813988f,0.21103309723441435f,0.46942991864917194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3720159503869812f,-0.7644246464777585f,-0.5265539787287004f,0.10096533282589344f,0f,0.5672689491267565f,-0.8235325976284273f,1.4114256851349685f,0.9282263369769631f,0.3063672619813988f,0.21103309723441435f,0.5564511377407623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3720159503869812f,-0.7644246464777585f,-0.5265539787287004f,0.16251018196080877f,0f,0.5672689491267565f,-0.8235325976284273f,1.5349555747792325f,0.9282263369769631f,0.3063672619813988f,0.21103309723441435f,0.48128556360980496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7304099734102303f,-0.5489564193883943f,-0.4063842028858158f,0.5415627010753303f,-0.5358849685001578f,0.8294993993759021f,-0.1573469000984842f,2.244985332957998f,0.4234720430895663f,0.10284744064531116f,-0.9000521277538638f,-0.38781751465066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.42310230957122497f,-0.5489564193883943f,-0.7208545520753604f,0.5621732926746698f,0.16964995608828992f,0.8294993993759021f,-0.5321180685094792f,2.2695480795420027f,0.8900580475647285f,0.10284744064531116f,0.44409354410751406f,-0.47591369784933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728311115501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.331252656160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829370450219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4216225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13.mcfunction new file mode 100644 index 000000000..2f92f573c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..393faaf41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6460083240938653f,-0.11390869730000677f,-0.4864591435313919f,0.044676647699842253f,-0.12078101940783911f,0.8071788373011902f,-0.028613185917447333f,1.3779860125888312f,0.4847985509432584f,0.049311030580983066f,-0.6553497018468863f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6273549450330542f,0.13908124289648305f,-0.47653140590830234f,0.044676647699842253f,0.19328018570853625f,0.7757945161766929f,-0.02802924334770351f,1.3779860125888312f,0.4572401368592301f,-0.13711045381202897f,-0.6419752181357254f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6460083240938651f,0.11390869730000673f,0.486459143531392f,-0.044676647699842184f,0.12078101940783911f,0.8071788373011902f,-0.028613185917447333f,1.3779860125888312f,-0.4847985509432585f,0.049311030580983094f,-0.6553497018468861f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.627354945033054f,-0.13908124289648302f,0.47653140590830245f,-0.044676647699842184f,-0.19328018570853625f,0.7757945161766929f,-0.02802924334770351f,1.3779860125888312f,-0.4572401368592302f,-0.137110453812029f,-0.6419752181357252f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.025931239922013252f,0.004943808016696959f,1.5622769855433447f,-0.5509049269390693f,1.4784822116332754f,-0.5047904673628207f,0.026137787657026682f,1.113103052699007f,0.5048011199275274f,1.4787049715281f,0.0036995267258328485f,-0.20498176825624453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4805236634287725f,-0.8660254037844386f,0.138191927712844f,-0.4503558528307561f,-0.8435549367576418f,0.499524110790929f,0.19720733102585916f,1.3369144143804335f,-0.2398167582901639f,-0.021809693682668163f,-0.9705731604081504f,-0.15875361090792497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4364376214884346f,-0.8660254037844386f,0.24397172489761587f,-0.2984375f,-0.7764964492100422f,0.499524110790929f,0.3840949454272057f,1.6121204643408609f,-0.45450573914276843f,-0.021809693682668163f,-0.8904767657540279f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.17155239432924063f,0.9524841903681429f,0.2516816304354532f,0.3487477655661748f,0.13917028570577317f,0.22947697673516737f,-0.9633130066209327f,1.5590287735214943f,-0.975295548834546f,0.20028525718891738f,-0.09319017210141303f,0.31674662336923265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11506887376428208f,0.9165210703664609f,0.3830773836510536f,0.2984375f,0.15077417474234275f,0.39728541936392986f,-0.9052245267289172f,1.6121204643408609f,-0.981848411172206f,-0.04640499041205842f,-0.1839028937876497f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.764418754526019e-17f,1.0208751989327704e-16f,-0.15625000000000003f,0f,0.8336078611756007f,-0.5523567088270408f,1.280340626040763f,-1.2246467991473532e-16f,-0.5523567088270408f,-0.8336078611756007f,0.24613523238970253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.342787785202216e-17f,1.2020288002360551e-16f,-0.15625000000000003f,0f,0.9815310023044641f,-0.19130314036939927f,1.4631820443455412f,-1.2246467991473532e-16f,-0.19130314036939927f,-0.9815310023044641f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.73466808770702e-17f,1.0228402808581915e-16f,0.15624999999999997f,0f,0.8352124723392351f,-0.5499273825233496f,1.2763712790416692f,-1.2246467991473532e-16f,-0.5499273825233496f,-0.8352124723392351f,0.2213664768674975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.181922457196898e-18f,1.222539071622555e-16f,0.15624999999999997f,0f,0.9982789098650602f,-0.05864484733228577f,1.4631820443455412f,-1.2246467991473532e-16f,-0.05864484733228577f,-0.9982789098650602f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878505777548403f,0.15411436556488636f,0.019999958898973585f,0.1943588945240759f,0.15373473196770066f,0.950269538247648f,0.27083839621704486f,2.2462408150665483f,0.022734735895701616f,0.27062255450190087f,-0.9624170430632546f,0.04682228882924759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999797296230784f,-0.002316914684106386f,0.019999958898973585f,0.07917388255721781f,0.0031870954492184966f,0.9626195539033978f,0.27083839621704486f,2.2563086063863285f,-0.019879860970631345f,0.2708472380312747f,-0.9624170430632546f,0.047261858091275324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972160915678342f,0.2301455531854533f,0.044002026957964756f,0.057271551148815866f,0.21694772265703732f,0.8131452769159021f,0.5401189167797091f,2.2586273590379475f,0.08852592649259873f,0.5346286402525803f,-0.8404376106293103f,0.008887591156084493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956988608574788f,-0.08153281615833971f,0.044002026957964756f,0.08622993461694528f,-0.04494616413436732f,0.8403876474974631f,0.5401189167797091f,2.26664183945197f,-0.08101617626576559f,0.5358180678392342f,-0.8404376106293103f,0.015554356159143273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07523260674392797f,0.044002026957964756f,0.14408674501081772f,0.08707278979269381f,0.837072210155391f,0.5401189167797091f,2.3708577403314983f,0.003801680104023551f,0.5418949804787663f,-0.8404376106293103f,0.04837630043680374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0848299778258567f,0.019999958898973585f,0.125f,0.08707278979269381f,0.9586787222069219f,0.27083839621704486f,2.155155027834941f,0.003801680104023551f,0.2715492265681644f,-0.9624170430632546f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877182481859084f,-0.15600676656607648f,-0.008634291294477226f,-0.1949215584236062f,-0.15564261836975823f,0.9775535849391923f,0.14200128140104618f,2.2532584546056365f,-0.01371267835129128f,0.14160112061043517f,-0.9898288160557376f,0.03353272802302504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999626325966967f,0.0004271113741754762f,-0.008634291294477226f,-0.0797365464567481f,-0.0008033273553863657f,0.9898661478935528f,0.14200128140104618f,2.2633262459254166f,0.008607443025888888f,0.1420029113442857f,-0.9898288160557376f,0.033972297285052785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710347868732999f,-0.2372556506340069f,-0.028305457497790218f,-0.0573115542104326f,-0.2310360946564804f,0.9020957569666914f,0.36447985983943476f,2.2592940084793143f,-0.06094067318143917f,0.36046220537655027f,-0.9307809800631226f,0.0041012366271373606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9968249896625209f,0.07442271870978613f,-0.028305457497790218f,-0.08635992174990723f,0.05903453613381039f,0.9293381275482524f,0.36447985983943476f,2.268434229630506f,0.05343092295460554f,0.36165163296320435f,-0.9307809800631226f,0.00856378361276108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08243133245154273f,-0.028305457497790218f,-0.14451357497241957f,-0.08707278979269381f,0.9271314691289166f,0.36447985983943476f,2.37701164143088f,-0.0038016801040237956f,0.3655575390839586f,-0.9307809800631226f,0.01927558994305782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08672699987742044f,-0.008634291294477226f,-0.125f,-0.08707278979269381f,0.9860293937597288f,0.14200128140104618f,2.155155027834941f,-0.0038016801040237956f,0.14221273548484908f,-0.9898288160557376f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6417797084190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2671366253258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12684526718686234f,0.03077929576451268f,0.14007860701749622f,-0.1205904774487396f,0.7999041671346965f,-0.5878871151413613f,0.9826292508555345f,0.049950211252314684f,-0.5865693493465549f,-0.8083572074293692f,0.4032242685676094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06190521661864785f,0.11491227528364466f,0.12499999999999999f,-0.1205904774487396f,0.09751793661737529f,-0.9879009002863467f,0.9745531720027432f,0.049950211252314684f,-0.9933065972766354f,-0.10414883677968412f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16273745964171316f,-0.060582248525517836f,-0.1408856385209247f,0.16042999720436046f,0.7191658190014834f,-0.6760641543351744f,1.0184033301334425f,-0.06645228065352395f,-0.6755124306845045f,-0.7343480444493997f,0.4182509186984055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0659499629798705f,-0.16063714386778524f,-0.125f,0.16042999720436046f,-0.00845971159881348f,-0.9870109671511628f,0.9784246394663036f,-0.06645228065352395f,-0.997787069300168f,-0.0022491628057293434f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029491696488615f,-0.007766689679606535f,-4.100723895728975e-18f,0.09773399345356115f,0.7016076435637757f,-0.7058291443518786f,1.1612974450157831f,-0.08651678091032483f,-0.700549747773846f,-0.7083395354735719f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12777234418308067f,0.02667048776131026f,-4.42233643106866e-18f,-0.09773399345356115f,0.5912643852760648f,-0.8005338801248431f,1.1238894944110167f,0.08651678091032458f,-0.7962918150816807f,-0.5986937379452347f,0.03611111737806904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.117336222889171e-17f,9.169778127673379e-17f,-4.100723895728975e-18f,0f,0.7487692070936482f,-0.6628308038318296f,1.1612974450157831f,-1.2246467991473532e-16f,-0.6628308038318296f,-0.7487692070936482f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1773010129797985e-16f,-4.100705354660506e-18f,0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,-0.023999799102156535f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1773010129797985e-16f,-4.100705354660506e-18f,-0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,0.023999799102156293f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.372270859503988e-17f,1.1773010129797985e-16f,-4.100705354660506e-18f,0f,0.961339231686623f,-0.2753668128518275f,1.1862972596552626f,-1.2246467991473532e-16f,-0.2753668128518275f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13011513067272157f,-0.010350827285123262f,-0.19375f,0.1205904774487396f,0.8827438751602837f,-0.45411583061559346f,1.1987975752759288f,-0.04995021125231493f,-0.45147901793663225f,-0.8908825246679964f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12899306210650505f,0.019946848970530784f,0.19375f,-0.1205904774487396f,0.8467355776627877f,-0.518166766850934f,1.1987970912753454f,0.04995021125231469f,-0.5161391783699939f,-0.8550469723631543f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0607073857045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.26713671875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.22767112822282376f,-0.6476755331794727f,-0.7271053988896191f,0.055560743445002544f,0f,0.7467155802975033f,-0.6651434748540821f,1.577471848879855f,0.9737380845862743f,0.15143396535007828f,0.17000557862789312f,0.518826517151571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.22767112822282376f,-0.6476755331794727f,-0.7271053988896191f,0.07690491171589227f,0f,0.7467155802975033f,-0.6651434748540821f,1.577471848879855f,0.9737380845862743f,0.15143396535007828f,0.17000557862789312f,0.6101144625815342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.22767112822282376f,-0.6476755331794727f,-0.7271053988896191f,0.1752986374138903f,0f,0.7467155802975033f,-0.6651434748540821f,1.6772433701079672f,0.9737380845862743f,0.15143396535007828f,0.17000557862789312f,0.5389696530723687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7400964257423241f,-0.5489564193883943f,-0.3884638081156464f,0.5415597831065804f,-0.5395602827262056f,0.8294993993759021f,-0.14424093642040225f,2.2494606142079974f,0.4014124834977775f,0.10284744064531116f,-0.9101046214830775f,-0.38781360058816056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4405435030673807f,-0.5489564193883943f,-0.7103296921271094f,0.5621703747059198f,0.1825670109562467f,0.8294993993759021f,-0.527825760024574f,2.274023360792002f,0.8789713922623548f,0.10284744064531116f,0.46565190382633115f,-0.47590978378683946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728281935814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.3357279374109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829331309594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.43325921875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14.mcfunction new file mode 100644 index 000000000..e51b20ef9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..892b98e64 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,-0.11917617855723969f,-0.442634632135742f,0.0409622539547812f,-0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,0.4416809098857633f,0.04170822711804361f,-0.6856550459798268f,-0.3196906697826857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,0.145512778482044f,-0.4336012722962371f,0.0409622539547812f,0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,0.415367510258757f,-0.1278275159838633f,-0.6716620858577896f,-0.3196906697826857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,0.11917617855723969f,0.4426346321357421f,-0.040962253954781105f,0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,-0.4416809098857634f,0.04170822711804364f,-0.6856550459798268f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,-0.145512778482044f,0.4336012722962372f,-0.040962253954781105f,-0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,-0.4153675102587571f,-0.12782751598386333f,-0.6716620858577896f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03432357561927889f,-0.015774192147198107f,1.5620433147063528f,-0.5497413501818558f,1.465506360939611f,-0.5412786055322515f,0.026736253264054127f,1.125545186818094f,0.5408504859961263f,1.4656653424486659f,0.02668530949023123f,-0.21287688178321018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4763731735013388f,-0.8660254037844386f,0.1518835065708699f,-0.45004218349649733f,-0.8375673560919835f,0.499524110790929f,0.2212613539405751f,1.3481870921765564f,-0.26748742695190014f,-0.021809693682668163f,-0.9633144936541338f,-0.15968531671737535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43510907639119795f,-0.8660254037844386f,0.24633329381551095f,-0.2984375f,-0.7744035521248805f,0.499524110790929f,0.3882973103111833f,1.6228899955908607f,-0.4593247545020477f,-0.021809693682668163f,-0.8880006234024287f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.09444305646286946f,0.9643442020003445f,0.2472261498188863f,0.30396794537667304f,-0.06360430585404889f,0.2536737195954192f,-0.9651964236690113f,1.6388007631284962f,-0.9934963519624902f,0.07543145269013263f,0.08529416499550498f,0.3228390279305096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.011095777602191282f,0.9164575267518849f,0.3999781061248494f,0.2984375f,-0.06258004665884613f,0.3998550504054291f,-0.9144395422472984f,1.6228899955908607f,-0.9979782670377044f,-0.014884230752384462f,0.06178865749739538f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.682761069355488e-17f,1.0262391668421764e-16f,-0.15625000000000003f,0f,0.8379878733661691f,-0.5456888528193016f,1.2907808809061758f,-1.2246467991473532e-16f,-0.5456888528193016f,-0.8379878733661691f,0.2446752405889922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2468189046942348e-17f,1.2038595560765979e-16f,-0.15625000000000003f,0f,0.9830259278959222f,-0.18346668657922902f,1.473951575595541f,-1.2246467991473532e-16f,-0.18346668657922902f,-0.9830259278959222f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.805550165082422e-17f,1.0181378355445413e-16f,0.15624999999999997f,0f,0.8313726343411086f,-0.5557153433806966f,1.287265028697052f,-1.2246467991473532e-16f,-0.5557153433806966f,-0.8313726343411086f,0.22266361303815346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.030901519680518e-18f,1.2220107383897969e-16f,0.15624999999999997f,0f,0.9978474930409393f,-0.06557728746992147f,1.473951575595541f,-1.2246467991473532e-16f,-0.06557728746992147f,-0.9978474930409393f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878759621772968f,0.15375135141121615f,0.021485001547697606f,0.19427268531348063f,0.15339301783112635f,0.9453827984252987f,0.28761423212736026f,2.2559503091130915f,0.023909525987346626f,0.2874228355242081f,-0.9575053254088378f,0.04851081545214225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997655802039456f,-0.002679430529704818f,0.021485001547697606f,0.07908767334662256f,0.0036140429106075317f,0.9577395220891898f,0.28761423212736026f,2.2660181004328717f,-0.02134767746871706f,0.28762445737525044f,-0.9575053254088378f,0.04895038471416997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972446320645246f,0.22834357714336698f,0.046982595084718776f,0.05731888412955369f,0.21345527995200472f,0.791094861497087f,0.5732414531185935f,2.2699805027483415f,0.09372831442064204f,0.5674752249131909f,-0.818038429528582f,0.007923832889184135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9954134558905747f,-0.08333479220042603f,0.046982595084718776f,0.08625446212393165f,-0.04145372142933476f,0.818337232078648f,0.5732414531185935f,2.2777159172046058f,-0.0862185641938089f,0.5686646524998449f,-0.818038429528582f,0.015006298160619283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07340816884381009f,0.046982595084718776f,0.14400486737643975f,0.0870727897926938f,0.8147469335347026f,0.5732414531185935f,2.380525070214336f,0.0038016801040235506f,0.5751510019488777f,-0.818038429528582f,0.05216559419597096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0844660772286212f,0.021485001547697606f,0.125f,0.0870727897926938f,0.9537800494639771f,0.28761423212736026f,2.1659245590849414f,0.0038016801040235506f,0.2883905321644632f,-0.9575053254088378f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877229475411609f,-0.1559395626549895f,-0.009286102496296692f,-0.1948938209467787f,-0.15556619993328002f,0.9764607503832576f,0.14941071045706242f,2.2636766205409833f,-0.014231526232975869f,0.14902099100440844f,-0.9887316157082994f,0.03431197055480441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999567610872083f,0.0004942230347234206f,-0.009286102496296692f,-0.07970880897992064f,-0.0008988067458054333f,0.988774813467227f,0.14941071045706242f,2.2737444118607635f,0.009255706478355587f,0.14941259651194871f,-0.9887316157082994f,0.034751539816832155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711497972632136f,-0.2365295036104859f,-0.03036223307657664f,-0.05732172449171212f,-0.22956174251110983f,0.8927870638756935f,0.3875985873961376f,2.2702432299031043f,-0.06457149255578763f,0.38338629670085445f,-0.9213281010862104f,0.002650682059005132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967099792726072f,0.07514886573330712f,-0.03036223307657664f,-0.08636090204946785f,0.05756018398843983f,0.9200294344572545f,0.3875985873961376f,2.2792656419652797f,0.05706174232895401f,0.3845757242875085f,-0.9213281010862104f,0.007403352082206809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08169613391403298f,-0.03036223307657664f,-0.14449841716877715f,-0.08707278979269381f,0.9177067420076176f,0.3875985873961376f,2.3875346844729086f,-0.0038016801040237956f,0.3887673820901959f,-0.9213281010862104f,0.020949137459339257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08665963186123193f,-0.009286102496296692f,-0.125f,-0.08707278979269381f,0.9849338906131889f,0.14941071045706242f,2.1659245590849414f,-0.0038016801040237956f,0.14965072444609995f,-0.9887316157082994f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6525492396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2779061565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12763589423090407f,0.027316027517618885f,0.13967567176817963f,-0.12059047744873963f,0.8156062299773625f,-0.5659014175373644f,0.9965842113802285f,0.04995021125231469f,-0.5643541052619276f,-0.8240202790404239f,0.40115640278291786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.062156551303134605f,0.11477652192659717f,0.12499999999999999f,-0.12059047744873963f,0.09967970199207593f,-0.9876851187293731f,0.9853227032527432f,0.04995021125231469f,-0.9930762911986528f,-0.10632241652152852f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15970034561552907f,-0.06818716314179954f,-0.14088820251578987f,0.16042999720436044f,0.6864930086805413f,-0.7092175724203024f,1.0273085326329903f,-0.06645228065352392f,-0.709382230284223f,-0.7016843633379087f,0.4215576925011671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.065226745839315f,-0.16093216345485206f,-0.125f,0.16042999720436044f,-0.012899226581111312f,-0.9869629303832124f,0.9891941707163037f,-0.06645228065352392f,-0.9977870923101892f,0.002238931692288726f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13025855476337195f,-0.00835438605904126f,-4.100723895728975e-18f,0.0975603355752298f,0.6970040676651995f,-0.7103994021538972f,1.1720669762657832f,-0.0867125583633329f,-0.7051368934959534f,-0.7037491695575648f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12763705739643505f,0.027310591986351492f,-4.431520746761022e-18f,-0.09756033557522983f,0.5856407061101552f,-0.8046781619189421f,1.1346643661668134f,0.08671255836333266f,-0.8004584592132048f,-0.5930827828356745f,0.03618611300700267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.13570481444108e-17f,9.153484879457986e-17f,-4.100723895728975e-18f,0f,0.7474387624114152f,-0.664330713157906f,1.1720669762657832f,-1.2246467991473532e-16f,-0.664330713157906f,-0.7474387624114152f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1779747686899667e-16f,-4.100705354660506e-18f,0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,-0.023831764019154364f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1779747686899667e-16f,-4.100705354660506e-18f,-0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,0.02383176401915412f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3486598362878965e-17f,1.1779747686899667e-16f,-4.100705354660506e-18f,0f,0.96188939497504f,-0.2734388264942483f,1.1970667909052626f,-1.2246467991473532e-16f,-0.2734388264942483f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.130050518802694f,-0.011133257143172483f,-0.19375f,0.12059047744873963f,0.8799964890996697f,-0.45941714804841566f,1.2095671065259288f,-0.049950211252314934f,-0.45682933545406756f,-0.8881508512997349f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12889146119241143f,0.020593156318324275f,0.19375f,-0.1205904774487396f,0.8441277097076899f,-0.5224043897713102f,1.2095666225253454f,0.04995021125231469f,-0.5204184863504898f,-0.8524491629771913f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0714769169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.27790625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09271815530050019f,-0.39203198133853623f,-0.9152673212157495f,0.04106436035735053f,0f,0.9192269888120027f,-0.39372800642019123f,1.7730944998549858f,0.9956923941045611f,0.03650573444542365f,0.0852290307050825f,0.5554245604852325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09271815530050019f,-0.39203198133853623f,-0.9152673212157495f,0.049756687416772444f,0f,0.9192269888120027f,-0.39372800642019123f,1.7730944998549858f,0.9956923941045611f,0.03650573444542365f,0.0852290307050825f,0.6487707224325351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09271815530050019f,-0.39203198133853623f,-0.9152673212157495f,0.18270062206942395f,0f,0.9192269888120027f,-0.39372800642019123f,1.8321537008180144f,0.9956923941045611f,0.03650573444542365f,0.0852290307050825f,0.5893132868531215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7486694810322291f,-0.5489564193883943f,-0.37167305226933794f,0.5415572542003304f,-0.5426762085942705f,0.8294993993759021f,-0.13203514327922486f,2.2517245767079976f,0.38078411310962107f,0.10284744064531116f,-0.9189264732044825f,-0.38781020840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4564520348083353f,-0.5489564193883943f,-0.7002131029419569f,0.5621678457996698f,0.19442501723824018f,0.8294993993759021f,-0.5235739289794017f,2.2762873232920025f,0.8682456176631359f,0.10284744064531116f,0.48535755002005365f,-0.47590639159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728256646751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.337991899910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829297387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.44402875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15.mcfunction new file mode 100644 index 000000000..5a24b2f6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..3061dd884 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,-0.12433096947636645f,-0.39280749461749975f,0.037327324429249284f,-0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,0.39265746245841177f,0.03306407064925855f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,0.15180672042763071f,-0.38479101513551f,0.037327324429249284f,0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,0.36775960642987665f,-0.11727309780538213f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,0.12433096947636645f,0.3928074946175f,-0.03732732442924919f,0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,-0.392657462458412f,0.03306407064925859f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,-0.15180672042763071f,0.38479101513551023f,-0.03732732442924919f,-0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,-0.3677596064298769f,-0.11727309780538218f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.042231444510565486f,-0.03406405618393573f,1.5615576823066282f,-0.5489314206157411f,1.4531831087518143f,-0.5735393962544824f,0.026789240049997443f,1.1363738789478641f,0.5726094720950423f,1.453030781167537f,0.04718253327975188f,-0.21899211206405014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4723434277547277f,-0.8660254037844386f,0.1639868478168738f,-0.450073101045499f,-0.8316501555287412f,0.499524110790929f,0.24255655329747786f,1.3578274777612216f,-0.2919755213471411f,-0.021809693682668163f,-0.9561770924862891f,-0.15962864958152007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4345497640097074f,-0.8660254037844386f,0.2473186256615295f,-0.2984375f,-0.773521675848231f,0.499524110790929f,0.3900511245099493f,1.6325814018408606f,-0.4613357991659133f,-0.021809693682668163f,-0.8869575061238371f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.07107574599390389f,0.9687583295764727f,0.23760373988557723f,0.28299249492096995f,-0.16871369704191844f,0.24644985810759495f,-0.9543574570721364f,1.6828435294117186f,-0.9830991439126873f,0.02774466281916487f,0.1809594068380891f,0.3182968607991735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07107574599390389f,0.9127812573240883f,0.4022171237146265f,0.2984375f,-0.16871369704191844f,0.40842816425654027f,-0.897063054122998f,1.6325814018408606f,-0.9830991439126873f,-0.004100112180099709f,0.18302803697317194f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.611679083583179e-17f,1.0308330512837391e-16f,-0.15625000000000003f,0f,0.8417390646849732f,-0.5398845682025616f,1.3001964662924246f,-1.2246467991473532e-16f,-0.5398845682025616f,-0.8417390646849732f,0.24340839739832965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.163567678249082e-17f,1.2053835620574124e-16f,-0.15625000000000003f,0f,0.9842703732183415f,-0.17666870805161472f,1.483642981845541f,-1.2246467991473532e-16f,-0.17666870805161472f,-0.9842703732183415f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.883397984465009e-17f,1.0128909637944688e-16f,0.15624999999999997f,0f,0.8270882384208109f,-0.5620721002380034f,1.29710398387974f,-1.2246467991473532e-16f,-0.5620721002380034f,-0.8270882384208109f,0.224094158720963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.967426999329583e-18f,1.2213592051329645e-16f,0.15624999999999997f,0f,0.9973154757627445f,-0.07322459835417898f,1.483642981845541f,-1.2246467991473532e-16f,-0.07322459835417898f,-0.9973154757627445f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879003557533249f,0.15340250702163055f,0.022815738908316632f,0.19419285174558287f,0.15306800536539844f,0.9407349036236529f,0.30263513814105414f,2.264662707184393f,0.02496142696065752f,0.3024657202786378f,-0.9528333617272291f,0.050014149799918986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997351021691069f,-0.003027796061996907f,0.022815738908316632f,0.0790078397787248f,0.004020122824518746f,0.9530980074340838f,0.30263513814105414f,2.2747304985041734f,-0.02266195277113825f,0.3026466928221521f,-0.9528333617272291f,0.05045371906194669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727189501694012f,0.22662226207228653f,0.04960034591187609f,0.05737079803811841f,0.21013712784423294f,0.7701448736007207f,0.6022617879028243f,2.280301800255185f,0.09828647660138382f,0.5962543282859838f,-0.7967562641846726f,0.007100505190816148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951408263664195f,-0.08505610727150649f,0.04960034591187609f,0.08628459138899683f,-0.03813556932156299f,0.7973872441822817f,0.6022617879028243f,2.2877720755598143f,-0.09077672637455067f,0.5974437558726378f,-0.7967562641846726f,0.014547193443706308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07166539736384782f,0.04960034591187609f,0.14392618572423274f,0.0870727897926938f,0.7935358014039511f,0.6022617879028243f,2.389168146454751f,0.003801680104023549f,0.6042888404652784f,-0.7967562641846726f,0.05555850823378648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08411638099659005f,0.022815738908316632f,0.125f,0.0870727897926938f,0.9491208049769336f,0.30263513814105414f,2.1756159653349414f,0.003801680104023549f,0.30347015011031f,-0.9528333617272291f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877274685741942f,-0.15587490887044242f,-0.009872213968769968f,-0.19486841618767803f,-0.15549411146293785f,0.9754298372279374f,0.15607118230420006f,2.2730468555804286f,-0.014697929254332729f,0.15569086495395498f,-0.987696474351065f,0.03501092125791613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999511123786246f,0.0005587880692799613f,-0.009872213968769968f,-0.07968340422081996f,-0.000988876152112586f,0.9877453154422575f,0.15607118230420006f,2.283114646900209f,0.009838443815326156f,0.1560733147522942f,-0.987696474351065f,0.03545049051994388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712601578700683f,-0.23583271416179696f,-0.03219684247391953f,-0.05733579009165703f,-0.22815788082377786f,0.8839234300209073f,0.408195236716546f,2.2801521898854995f,-0.06780624714739046f,0.4038097334031888f,-0.9123267024792339f,0.0013536412286491266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9965996186657525f,0.07584565518199603f,-0.03219684247391953f,-0.08636614921170258f,0.05615632230110788f,0.9111658006024683f,0.408195236716546f,2.2890624254456036f,0.06029649692055684f,0.4049991609898429f,-0.9123267024792339f,0.006364786469473947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0809906588972184f,-0.03219684247391953f,-0.14448383454471475f,-0.08707278979269381f,0.9087326218418926f,0.408195236716546f,2.396993568851369f,-0.0038016801040237956f,0.4094453995000482f,-0.9123267024792339f,0.022453523707277014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08659482019873241f,-0.009872213968769968f,-0.125f,-0.08707278979269381f,0.9839004600730129f,0.15607118230420006f,2.1756159653349414f,-0.0038016801040237956f,0.15633688554804553f,-0.987696474351065f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6622406459190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2875975628258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12830799862002978f,0.023961309346283155f,0.13919770104223775f,-0.1205904774487396f,0.8301583000509339f,-0.5443299859508277f,1.009976754716558f,0.04995021125231468f,-0.5425626731969919f,-0.838528903526398f,0.39905759946156827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06225434259776698f,0.11472350972309772f,0.12499999999999999f,-0.1205904774487396f,0.10052138235806218f,-0.9875998118861248f,0.9950141095027432f,0.04995021125231468f,-0.9929853214003438f,-0.10716868889421483f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15636858690713845f,-0.07551526094578835f,-0.14099891370298798f,0.1604299972043605f,0.6528864286537709f,-0.7402712524991992f,1.0344478891843f,-0.06645228065352395f,-0.7411397818956887f,-0.6680538287350474f,0.4250379460334342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06479720733161973f,-0.1611055912408657f,-0.125f,0.1604299972043605f,-0.015532026205409055f,-0.9869250083765044f,0.9988855769663036f,-0.06645228065352395f,-0.9977775694431988f,0.004900644036013535f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13022356668955495f,-0.008883103856023577f,-4.100723895728975e-18f,0.09740372711205571f,0.6928359418782495f,-0.7144864390500069f,1.1817583825157831f,-0.08688843881752083f,-0.7092391559413017f,-0.6995928951036624f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1275125726498012f,0.027886030045436636f,-4.4397844958298755e-18f,-0.09740372711205571f,0.5805552185577642f,-0.808373770077943f,1.1443607068190988f,0.08688843881752058f,-0.804174223673935f,-0.5880086880125821f,0.03625359163900177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.152206593248101e-17f,9.138791272766215e-17f,-4.100723895728975e-18f,0f,0.7462389383721901f,-0.6656781856551608f,1.1817583825157831f,-1.2246467991473532e-16f,-0.6656781856551608f,-0.7462389383721901f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1785770276865514e-16f,-4.100705354660506e-18f,0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,-0.023680468816021125f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1785770276865514e-16f,-4.100705354660506e-18f,-0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,0.023680468816020882f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.327400974805881e-17f,1.1785770276865514e-16f,-4.100705354660506e-18f,0f,0.962381176766332f,-0.27170290871805214f,1.2067581971552626f,-1.2246467991473532e-16f,-0.27170290871805214f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12998835302700557f,-0.011837015366739716f,-0.19375f,0.1205904774487396f,0.8774969222187156f,-0.46417355401333066f,1.2192585127759288f,-0.04995021125231493f,-0.46162991624677874f,-0.8856651719593818f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287972631488772f,0.02117432078780129f,0.19375f,-0.1205904774487396f,0.8417627811093806f,-0.5262065726382423f,1.2192580287753454f,0.04995021125231469f,-0.5242582239167638f,-0.8500931072838371f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0811683232045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.28759765625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,0.034999999999999976f,0f,1f,0f,1.99072265625f,1f,0f,-3.4450928483976665e-16f,0.5731249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,0.03499999999999992f,0f,1f,0f,1.99072265625f,1f,0f,-3.4450928483976665e-16f,0.6668749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,0.18499999999999997f,0f,1f,0f,1.99072265625f,1f,0f,-3.4450928483976665e-16f,0.6199999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.756058828177539f,-0.5489564193883943f,-0.35640131586047763f,0.5415551143565802f,-0.5452442397431848f,0.8294993993759021f,-0.12099365876728385f,2.2517680798329978f,0.36205492312863674f,0.10284744064531116f,-0.9264656694076829f,-0.38780733808816054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4705697035340658f,-0.5489564193883943f,-0.6908046060414875f,0.5621657059559197f,0.20501154980274996f,0.8294993993759021f,-0.5195199812158259f,2.2763308264170026f,0.8582158344864863f,0.10284744064531116f,0.5028796927589869f,-0.47590352128683944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728235248314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.338035403035965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829268684594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.45372015625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16.mcfunction new file mode 100644 index 000000000..c4b9a601c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..150c48324 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817157f,-0.12885865541962738f,-0.3409991006555134f,0.034134601470025366f,-0.1270295044111997f,0.8060770608065455f,-0.03236852630210759f,1.4060723700074376f,0.34168471539339923f,0.02407620006086863f,-0.7413611375717f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.709692206161406f,0.15733497422527665f,-0.33403993533601317f,0.034134601470025366f,0.18721212463312886f,0.777139772929702f,-0.03170794413267682f,1.4060723700074376f,0.31825868865453805f,-0.10629900853866253f,-0.7262313184375837f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817157f,0.12885865541962738f,0.34099910065551364f,-0.03413460147002527f,0.1270295044111997f,0.8060770608065455f,-0.03236852630210759f,1.4060723700074376f,-0.34168471539339945f,0.024076200060868667f,-0.7413611375717f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.709692206161406f,-0.15733497422527665f,0.3340399353360134f,-0.03413460147002527f,-0.18721212463312886f,0.777139772929702f,-0.03170794413267682f,1.4060723700074376f,-0.31825868865453827f,-0.10629900853866259f,-0.7262313184375837f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04896188379938843f,-0.048818921339355545f,1.560969473389559f,-0.5485797553319559f,1.4426311565340442f,-0.5995994218578999f,0.02649772641035539f,1.1452191607167377f,0.5981841941509832f,1.4420483681995322f,0.06386253706990458f,-0.2228149265009287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4688353824256251f,-0.8660254037844386f,0.1737624360608989f,-0.4504634407137151f,-0.8264326362371385f,0.499524110790929f,0.2597782910496281f,1.3656044885523624f,-0.31177312576287175f,-0.021809693682668135f,-0.9499062350113914f,-0.15845515230871327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4349025563739935f,-0.8660254037844386f,0.24669772284997998f,-0.2984375f,-0.774077981758896f,0.499524110790929f,0.3889459356962174f,1.640983745590861f,-0.46006852165241624f,-0.021809693682668135f,-0.8876155094668121f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.0756208355989805f,0.9676608344044477f,0.24065327503069628f,0.28279124124521476f,-0.17162722587628002f,0.25037360986920437f,-0.9528153812880416f,1.6922402862733463f,-0.9822553560868602f,0.030750041313003004f,0.18501040618820405f,0.31816099571938783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07192618826194454f,0.9116944344229407f,0.40452426587825535f,0.2984375f,-0.17164133672880835f,0.41083811610728943f,-0.8954056588381388f,1.640983745590861f,-0.9825303430266443f,-0.005029969746181223f,0.1860344710968839f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.553320944577371e-17f,1.0345528641086897e-16f,-0.15625000000000003f,0f,0.8447765223646408f,-0.5351192645210071f,1.3083797836822502f,-1.2246467991473532e-16f,-0.5351192645210071f,-0.8447765223646408f,0.2423711105493844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0954166806700896e-17f,1.206586951697039e-16f,-0.15625000000000003f,0f,0.9852530154303364f,-0.1711037567835069f,1.4920453255955413f,-1.2246467991473532e-16f,-0.1711037567835069f,-0.9852530154303364f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.966610460657266e-17f,1.0071857671534408e-16f,0.15624999999999997f,0f,0.8224295918257272f,-0.5688669145673424f,1.3056771199993562f,-1.2246467991473532e-16f,-0.5688669145673424f,-0.8224295918257272f,0.22563026531151623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,9.973328014324002e-18f,1.2205789837178615e-16f,0.15624999999999997f,0f,0.9966783766288176f,-0.08143840347492698f,1.4920453255955413f,-1.2246467991473532e-16f,-0.08143840347492698f,-0.9966783766288176f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879226884870641f,0.15308313404982699f,0.023964883516802097f,0.1941219242588122f,0.15277286568415432f,0.9365142095430682f,0.315597190790054f,2.272197221100088f,0.025869153119933035f,0.3154468091349238f,-0.9485905847748292f,0.051304836636809445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997071990098423f,-0.0033467306318038653f,0.023964883516802097f,0.0789369122919541f,0.004388878823101697f,0.9488831070833238f,0.315597190790054f,2.282265012419868f,-0.02379609191804143f,0.31560996258986457f,-0.9485905847748292f,0.051744405898837165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9729671433870061f,0.2250552317687019f,0.05181776281223455f,0.05742283179980791f,0.2071293610021231f,0.7511545811455602f,0.6267888185305241f,2.2893289908686603f,0.1021389529032939f,0.6205779063724183f,-0.7774642734056947f,0.006424119485327659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948926331488147f,-0.08662313757509112f,0.05181776281223455f,0.08631679310651844f,-0.035127802479453116f,0.7783969517271212f,0.6267888185305241f,2.296558928562798f,-0.09462920267646076f,0.6217673339590722f,-0.7774642734056947f,0.01417864242005401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0700788338304154f,0.05181776281223455f,0.14385415133342136f,0.08707278979269381f,0.7743087925645861f,0.6267888185305241f,2.396618515073045f,0.003801680104023551f,0.6289156150121746f,-0.7774642734056947f,0.058486385388044015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08379622814853947f,0.023964883516802097f,0.125f,0.08707278979269381f,0.9448898043915723f,0.315597190790054f,2.184018309084941f,0.003801680104023551f,0.31648293746256567f,-0.9485905847748292f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877316120624318f,-0.15581565422801916f,-0.010380001447205005f,-0.1948460510265778f,-0.15542906864746145f,0.9744996816314124f,0.1618399676212854f,2.281166940592522f,-0.015101892329517148f,0.16146780607220237f,-0.9867624235094775f,0.03561512802439393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999459353853575f,0.0006179613730933758f,-0.010380001447205005f,-0.0796610390597197f,-0.0010701425147736504f,0.9868164366665867f,0.1618399676212854f,2.291234731912302f,0.010343166889337493f,0.16184232588665426f,-0.9867624235094775f,0.036054697286421675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713610567247765f,-0.23519566386505358f,-0.03377420876352727f,-0.057351740848032726f,-0.22688220453791724f,0.8758691269388195f,0.4258846530921784f,2.2887857974942007f,-0.07058443697119289f,0.42135053361127617f,-0.9041468714113613f,0.00023657448259643138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964987198110443f,0.07648270547873942f,-0.03377420876352727f,-0.08637403757796797f,0.054880646015247225f,0.9031114975203804f,0.4258846530921784f,2.297594099292015f,0.06307468674435927f,0.42253996119793025f,-0.9041468714113613f,0.0054697128295350395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08034566768839282f,-0.03377420876352727f,-0.14447046969406507f,-0.08707278979269382f,0.9005779208587519f,0.4258846530921784f,2.4051861165394883f,-0.003801680104023797f,0.4272048479891516f,-0.9041468714113613f,0.023756509466704805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08653542086251152f,-0.010380001447205005f,-0.125f,-0.08707278979269382f,0.9829680331313215f,0.1618399676212854f,2.184018309084941f,-0.003801680104023797f,0.16212793336772463f,-0.9867624235094775f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6706429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2959999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12882891041903272f,0.020980912651995955f,0.13866908177299805f,-0.1205904774487396f,0.8425519117447751f,-0.5249421042018916f,1.0223243418208168f,0.04995021125231469f,-0.5229812500037353f,-0.8508793031566696f,0.39707628369957043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06219410850319525f,0.1147561750972845f,0.12499999999999999f,-0.1205904774487396f,0.1000029158481317f,-0.9876524457371411f,1.0034164532527432f,0.04995021125231469f,-0.9930414440945374f,-0.10664739427892678f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1530489102254823f,-0.08203487481454505f,-0.1412213831921831f,0.16042999720436046f,0.621124879008998f,-0.7671154415556152f,1.0397024635253476f,-0.06645228065352395f,-0.7686220890365107f,-0.6362422326764355f,0.42844740260981723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06472506000359722f,-0.1611345903726961f,-0.125f,0.16042999720436046f,-0.015973955871001366f,-0.986917954406971f,1.0072879207163037f,-0.06645228065352395f,-0.9977752749699513f,0.00534743439260793f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13019149552700285f,-0.009341378265987672f,-4.100723895728975e-18f,0.09726769264274883f,0.6892028569130755f,-0.7180100403133723f,1.1901607262657832f,-0.08704069636337715f,-0.7127759791935313f,-0.6959700573022385f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12740254600340012f,0.02838446982625089f,-4.446948184024112e-18f,-0.09726769264274883f,0.5761273141761281f,-0.8115517936818061f,1.1527674271698694f,0.0870406963633769f,-0.8073697474714125f,-0.5835906168235794f,0.036312087592277636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.166491980189033e-17f,9.126027997091283e-17f,-4.100723895728975e-18f,0f,0.7451967378222994f,-0.6668446760220876f,1.1901607262657832f,-1.2246467991473532e-16f,-0.6668446760220876f,-0.7451967378222994f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.179096074699026e-16f,-4.100705354660506e-18f,0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,-0.02354923511567938f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.179096074699026e-16f,-4.100705354660506e-18f,-0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,0.023549235115679138f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.308961004472646e-17f,1.179096074699026e-16f,-4.100705354660506e-18f,0f,0.9628050108161461f,-0.2701971708721628f,1.2151605409052626f,-1.2246467991473532e-16f,-0.2701971708721628f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1299313737341119f,-0.012446886158088128f,-0.19375f,0.1205904774487396f,0.8753090158243909f,-0.46828630512243363f,1.2276608565259288f,-0.04995021125231493f,-0.4657810268099191f,-0.8834891122474269f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287134736127295f,0.021677835823970606f,0.19375f,-0.12059047744873963f,0.8396985514738374f,-0.5294943620109889f,1.2276603725253454f,0.0499502112523147f,-0.527578604914267f,-0.8480364331988131f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0895706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.296f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.027485473885873645f,0.3628701587637677f,-0.9314342685364475f,0.046370541462111975f,8.673617379884035e-19f,0.9317862946056628f,0.36300730183434193f,2.140765240284639f,0.9996222029973468f,0.009977427714949253f,-0.025610587867598907f,0.575535531034676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.027485473885873645f,0.3628701587637677f,-0.9314342685364475f,0.04379377828531131f,8.673617379884035e-19f,0.9317862946056628f,0.36300730183434193f,2.140765240284639f,0.9996222029973468f,0.009977427714949253f,-0.025610587867598907f,0.6692501125656773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.027485473885873645f,0.3628701587637677f,-0.9314342685364475f,0.18479730015417878f,8.673617379884035e-19f,0.9317862946056628f,0.36300730183434193f,2.0863141450094878f,0.9996222029973468f,0.009977427714949253f,-0.025610587867598907f,0.6262344099803165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7622133269136346f,-0.5489564193883943f,-0.3430418252742981f,0.5415533635753302f,-0.5472889309913624f,0.8294993993759021f,-0.11138030548238448f,2.2495819829579977f,0.3456959217138388f,0.10284744064531116f,-0.9326932687990883f,-0.38780498965066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4826528744877741f,-0.5489564193883943f,-0.6824170662878839f,0.5621639551746698f,0.214121757465581f,0.8294993993759021f,-0.5158319681978507f,2.2741447295420025f,0.8492338168776251f,0.10284744064531116f,0.5179037827861168f,-0.47590117284933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728217740501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.335849306160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829245200219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4621225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17.mcfunction new file mode 100644 index 000000000..42bc26917 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..24c122861 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,-0.13244668795805778f,-0.2918685899070891f,0.03160448034249004f,-0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,0.2933466584485764f,0.015552896426474165f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,0.16171592174575972f,-0.28591208807225055f,0.03160448034249004f,0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,0.27131638477608566f,-0.09589215031664666f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,0.13244668795805778f,0.2918685899070893f,-0.03160448034248994f,0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,-0.2933466584485766f,0.0155528964264742f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,-0.16171592174575972f,0.28591208807225077f,-0.03160448034248994f,-0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,-0.27131638477608583f,-0.0958921503166467f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05377657427714033f,-0.05896528310227979f,1.5604606452735945f,-0.5487937762828665f,1.4350507113168331f,-0.6175382305529908f,0.026119719648814252f,1.1517062525473574f,0.6157465274023611f,1.4340766643363767f,0.07540944766926838f,-0.2238316110162832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46628644349434767f,-0.8660254037844385f,0.1804908657339552f,-0.45122153104790486f,-0.8226089264619856f,0.4995241107909291f,0.2716435473991441f,1.3712987370597796f,-0.32540975203342004f,-0.021809693682668198f,-0.9453215487563035f,-0.156026875495639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4362927695146617f,-0.8660254037844385f,0.2442306681586619f,-0.2984375f,-0.7762683869173272f,0.4995241107909291f,0.3845556581449585f,1.6478860893408607f,-0.4550340764624083f,-0.021809693682668198f,-0.8902069009614964f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.08217886403269775f,0.9657620426901455f,0.24606972833986068f,0.2843486452187831f,-0.16584432494284665f,0.25671406267864094f,-0.9521520623867169f,1.6973617392750953f,-0.9827218803865856f,0.03743750688793679f,0.18126262407752133f,0.31860330418816746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.06776477151805062f,0.9104177995839359f,0.40810215135655764f,0.2984375f,-0.1659499200776233f,0.41362973669029396f,-0.8951933114985549f,1.6478860893408607f,-0.9838031102651265f,-0.007061949182940281f,0.17911328567808904f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.509832151848471e-17f,1.0372948646404533e-16f,-0.15625000000000003f,0f,0.8470155357141819f,-0.5315681351048213f,1.3151232133354642f,-1.2246467991473532e-16f,-0.5315681351048213f,-0.8470155357141819f,0.24159973646972258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0447450934238114e-17f,1.2074559858193796e-16f,-0.15625000000000003f,0f,0.9859626356432383f,-0.16696610768488043f,1.498947669345541f,-1.2246467991473532e-16f,-0.16696610768488043f,-0.9859626356432383f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.05360970554113e-17f,1.0011122234199407e-16f,0.15624999999999997f,0f,0.8174701670040325f,-0.5759709420260707f,1.3127727212824234f,-1.2246467991473532e-16f,-0.5759709420260707f,-0.8174701670040325f,0.22724411809666786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.1030440762793907e-17f,1.2196691027978478e-16f,0.15624999999999997f,0f,0.9959354024744351f,-0.0900703841342151f,1.498947669345541f,-1.2246467991473532e-16f,-0.0900703841342151f,-0.9959354024744351f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879418537973799f,0.1528090573432942f,0.024905531699807523f,0.19406247866219614f,0.15252117427592338f,0.932914854714276f,0.3262011116641614f,2.2783735515633174f,0.026611743890427423f,0.32606635190907857f,-0.9449722478675314f,0.05235611239450241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996832533204186f,-0.003620431114341613f,0.024905531699807523f,0.07887746669533806f,0.004703349300896109f,0.9452886930744592f,0.3262011116641614f,2.2884413428830976f,-0.024723906165037318f,0.32621492796027474f,-0.9449722478675314f,0.05279568165653013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731790667817778f,0.22371720011396742f,0.05360147713370648f,0.05747037821162175f,0.20456972089047454f,0.7349936495136161f,0.6464793612091951f,2.296798337763708f,0.10523180732336378f,0.6401054206518039f,-0.7610461991099067f,0.005896704699374936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994680709754043f,-0.08796116922982558f,0.05360147713370648f,0.08634740563848703f,-0.03256816236780456f,0.7622360200951771f,0.6464793612091951f,2.3038237457118758f,-0.09772205709653063f,0.6412948482384578f,-0.7610461991099067f,0.013898364224116347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06872412344279634f,0.05360147713370648f,0.14379233348929013f,0.0870727897926938f,0.7579464128869984f,0.6464793612091951f,2.402709026403595f,0.0038016801040235506f,0.6486865422133797f,-0.7610461991099067f,0.06088161717648154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0835214821746229f,0.024905531699807523f,0.125f,0.0870727897926938f,0.9412816603051303f,0.3262011116641614f,2.190920652834941f,0.0038016801040235506f,0.3271284120778436f,-0.9449722478675314f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877351712521341f,-0.1557647554439422f,-0.010796871445287706f,-0.1948274431904496f,-0.15537387210071055f,0.9737103342378051f,0.16657474258402416f,2.287834776932804f,-0.01543344873802444f,0.16620928361553922f,-0.9859697169284968f,0.03611022141620332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999414884314701f,0.0006687902886137187f,-0.010796871445287706f,-0.07964243122359148f,-0.0011391066663565402f,0.9860281728069785f,0.16657474258402416f,2.297902568252584f,0.010757422993397409f,0.1665772948227972f,-0.9859697169284968f,0.03654979067823107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9714475397728904f,-0.23464963138903044f,-0.0350603473769248f,-0.057367446058343666f,-0.2257939455717316f,0.8689981302427063f,0.4402946102075638f,2.295907634284567f,-0.07284759167157426f,0.435639530028753f,-0.8971685617898003f,-0.0006752392486363001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964122367629303f,0.07702873795476256f,-0.0350603473769248f,-0.08638283230278487f,0.0537923870490616f,0.8962405008242673f,0.4402946102075638f,2.3046289780257037f,0.06533784144474064f,0.4368289576154071f,-0.8971685617898003f,0.004738737980242373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07979282884887172f,-0.0350603473769248f,-0.14445898950247804f,-0.08707278979269381f,0.8936212763245327f,0.4402946102075638f,2.411910423437102f,-0.0038016801040237956f,0.4416719585443566f,-0.8971685617898003f,0.024825947010061463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08648439778879138f,-0.010796871445287706f,-0.125f,-0.08707278979269381f,0.9821767582318284f,0.16657474258402416f,2.190920652834941f,-0.0038016801040237956f,0.16688098911597646f,-0.9859697169284968f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6775453334190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3029022503258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12918789121046514f,0.018643380059926468f,0.13811407448052998f,-0.1205904774487396f,0.8519243804118659f,-0.5095908033005926f,1.03314503041103f,0.04995021125231469f,-0.5074793974384094f,-0.8602148787200776f,0.39535981216916427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06197101513330356f,0.11487680418088635f,0.12499999999999999f,-0.1205904774487396f,0.09808367776884536f,-0.9878448911160205f,1.0103187970027432f,0.04995021125231469f,-0.9932467897953082f,-0.10471767261147458f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15012979061893175f,-0.08726245226763646f,-0.14155949216250663f,0.1604299972043605f,0.5943094525179704f,-0.7880726429998691f,1.0429480832268923f,-0.06645228065352397f,-0.7900995637364355f,-0.6093658784174243f,0.43153314668737425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06507319792172149f,-0.16099431207122283f,-0.125f,0.1604299972043605f,-0.013840715616933952f,-0.9869501763454019f,1.0141902644663037f,-0.06645228065352397f,-0.997784502537222f,0.0031907510861332034f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13016394317774557f,-0.009717754467288122f,-4.100723895728975e-18f,0.09715576518993758f,0.6862049697168386f,-0.7208907662234759f,1.1970630700157832f,-0.08716561332213286f,-0.7156675816552913f,-0.6929805685745043f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12731070374072903f,0.028793602909433814f,-4.452832365980122e-18f,-0.09715576518993761f,0.5724768923882796f,-0.8141443145854522f,1.1596734346569744f,0.08716561332213263f,-0.8099766616356909f,-0.5799482420524077f,0.03636013558423831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.178212168382487e-17f,9.115526534167203e-17f,-4.100723895728975e-18f,0f,0.7443392282994402f,-0.6678017020153466f,1.1970630700157832f,-1.2246467991473532e-16f,-0.6678017020153466f,-0.7443392282994402f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1795203021539759e-16f,-4.100705354660506e-18f,0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,-0.02344138634334708f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1795203021539759e-16f,-4.100705354660506e-18f,-0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,0.02344138634334684f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2938069079478624e-17f,1.1795203021539759e-16f,-4.100705354660506e-18f,0f,0.9631514188214954f,-0.26895974498452446f,1.2220628846552626f,-1.2246467991473532e-16f,-0.26895974498452446f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1298824257032973f,-0.01294767735516009f,-0.19375f,0.12059047744873963f,0.8734972744964491f,-0.4716571299110829f,1.2345632002759288f,-0.049950211252314934f,-0.46918340437477385f,-0.8816869679512942f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12864316958782648f,0.022091214857122673f,0.19375f,-0.1205904774487396f,0.8379932226357047f,-0.5321891539343049f,1.2345627162753454f,0.04995021125231469f,-0.5303001920940854f,-0.846337215689364f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0964730107045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30290234375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.04884976979561341f,0.7338007235744171f,-0.6776062264121968f,0.08462696139485322f,0f,0.6784161621351377f,0.7346778279993419f,2.311462654967398f,0.998806137341434f,0.03588884277170911f,-0.03314047334592501f,0.5765807497453084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.04884976979561341f,0.7338007235744171f,-0.6776062264121968f,0.08004729547651447f,0f,0.6784161621351377f,0.7346778279993419f,2.311462654967398f,0.998806137341434f,0.03588884277170911f,-0.03314047334592501f,0.6702188251210679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.04884976979561341f,0.7338007235744171f,-0.6776062264121968f,0.18397806239751338f,0f,0.6784161621351377f,0.7346778279993419f,2.2012609807674965f,0.998806137341434f,0.03588884277170911f,-0.03314047334592501f,0.6283708584350769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7670926040866392f,-0.5489564193883943f,-0.33198762984161306f,0.5415520018565803f,-0.5488418288031484f,0.8294993993759021f,-0.10345720560228344f,2.2451571454579975f,0.3321770367012059f,0.10284744064531116f,-0.9375930995059183f,-0.3878031630881606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49246728014428076f,-0.5489564193883943f,-0.6753686605103673f,0.5621625934559198f,0.22155611237749442f,0.8294993993759021f,-0.5126827825304733f,2.2697198920420023f,0.8416584028306647f,0.10284744064531116f,0.5301259632363271f,-0.4758993462868395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728204123314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.331424468660965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38292269345944574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.46902484375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18.mcfunction new file mode 100644 index 000000000..a2d37e297 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..da3679815 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597873f,-0.13497854781467875f,-0.2504653005320981f,0.02981912526374328f,-0.1309185386860701f,0.8053913191349859f,-0.03390580679995388f,1.417682565448592f,0.25261118615195505f,0.00837013358867761f,-0.776570649676547f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735202f,0.16480729425765075f,-0.24535376378654508f,0.02981912526374328f,0.18343538555292396f,0.7779770558259785f,-0.033213851559138495f,1.417682565448592f,0.23175714222392757f,-0.08712207738463575f,-0.7607222690709032f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597873f,0.13497854781467875f,0.25046530053209826f,-0.029819125263743182f,0.1309185386860701f,0.8053913191349859f,-0.03390580679995388f,1.417682565448592f,-0.2526111861519552f,0.00837013358867764f,-0.776570649676547f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735202f,-0.16480729425765075f,0.24535376378654525f,-0.029819125263743182f,-0.18343538555292396f,0.7779770558259785f,-0.033213851559138495f,1.417682565448592f,-0.23175714222392774f,-0.08712207738463579f,-0.7607222690709032f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05594645876043989f,-0.06343465609915866f,1.5602090527098438f,-0.549670415960478f,1.4316262624857043f,-0.625444920412678f,0.025906487434470687f,1.155478932050434f,0.6234761329139872f,1.4304548038772706f,0.08051593476486331f,-0.22151994046747153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4651277149304998f,-0.8660254037844386f,0.18345628581090337f,-0.45234672849767554f,-0.8208625595284461f,0.4995241107909291f,0.27687600311861676f,1.3747068515354042f,-0.3314224904377196f,-0.021809693682668142f,-0.9432303377720248f,-0.1521953154739775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43881870957776997f,-0.8660254037844386f,0.23966255469826936f,-0.2984375f,-0.7802407627380097f,0.4995241107909291f,0.3764306242862567f,1.653077495590861f,-0.4457157079198691f,-0.021809693682668142f,-0.8949088472995215f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.09083834615167789f,0.9630756451166966f,0.25344367550106006f,0.28744896086515775f,-0.15199405863780438f,0.26492193225737637f,-0.9522154041748253f,1.6982230225730095f,-0.984198252897878f,0.04797573961990389f,0.17044684626207535f,0.31950664117891653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05922561898191037f,0.9089371128360306f,0.41270528342330515f,0.2984375f,-0.15234199994657127f,0.41681808748863497f,-0.8961331357530508f,1.653077495590861f,-0.9865516920610335f,-0.00979830861004805f,0.16315560682947366f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.483339231725927e-17f,1.0389527933094416e-16f,-0.15625000000000003f,0f,0.8483693372103707f,-0.5294048240063896f,1.3202195989507188f,-1.2246467991473532e-16f,-0.5294048240063896f,-0.8483693372103707f,0.24113049521152913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0139242084294865e-17f,1.2079738720224348e-16f,-0.15625000000000003f,0f,0.9863855218202289f,-0.16444939143528234f,1.5041390755955413f,-1.2246467991473532e-16f,-0.16444939143528234f,-0.9863855218202289f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.142846817311281e-17f,9.947648848376781e-17f,0.15624999999999997f,0f,0.8122871717218972f,-0.5832577051836015f,1.3181782446558272f,-1.2246467991473532e-16f,-0.5832577051836015f,-0.8122871717218972f,0.22890796413043185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2120623749440065e-17f,1.2186340019276948e-16f,0.15624999999999997f,0f,0.9950901784711765f,-0.098972403781065f,1.5041390755955413f,-1.2246467991473532e-16f,-0.098972403781065f,-0.9950901784711765f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879567539024904f,0.15259597591291962f,0.025610945973111043f,0.1940170717743652f,0.15232640034599879f,0.9301294577469158f,0.33414945696358517f,2.283011175298334f,0.027168367195775082f,0.33402643602956333f,-0.9421720755028264f,0.05314136720876744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996646367009392f,-0.00383322004869191f,0.025610945973111043f,0.0788320598075071f,0.00494670544577136f,0.942507119610337f,0.33414945696358517f,2.2930789666181144f,-0.025419367317305173f,0.334164085305235f,-0.9421720755028264f,0.05358093647079516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9733431453693985f,0.22268124868285138f,0.054919785573618096f,0.057508951063161465f,0.2025928663696232f,0.7225122812882987f,0.6610084219461342f,2.3024475944629077f,0.10751396122618725f,0.6545143733124772f,-0.748366008894598f,0.005517860165892001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945166311664223f,-0.08899712066094163f,0.054919785573618096f,0.08637286768132657f,-0.0305913078469532f,0.7497546518698597f,0.6610084219461342f,2.3093150405354472f,-0.10000421099935411f,0.6557038008991312f,-0.748366008894598f,0.013701876716484186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06767525874678117f,0.054919785573618096f,0.14374427309475024f,0.08707278979269381f,0.745309462836746f,0.6610084219461342f,2.4072721879634496f,0.003801680104023551f,0.6632751042814418f,-0.748366008894598f,0.06267700958927205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08330788042111237f,0.025610945973111043f,0.125f,0.08707278979269381f,0.9384894616822602f,0.33414945696358517f,2.1961120590849412f,0.003801680104023551f,0.3351079339124681f,-0.9421720755028264f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877379405047153f,-0.1557251532869971f,-0.011110243977722069f,-0.19481330823584797f,-0.1553313092310744f,0.9731016568442107f,0.17013332953778462f,2.2928482406834325f,-0.01568264199883394f,0.16977291327179767f,-0.9853584183733061f,0.03648184211349027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999380284477206f,0.0007083380838369402f,-0.011110243977722069f,-0.07962829626898989f,-0.0011922859387236695f,0.9854203309423994f,0.17013332953778462f,2.3029160320032127f,0.011068772214019276f,0.17013603269892913f,-0.9853584183733061f,0.03692141137551802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715147087929494f,-0.23422554288689396f,-0.03602173869055441f,-0.05738080039200737f,-0.22495166187550886f,0.863680160279894f,0.4510580124089846f,2.301281603959522f,-0.07453804678415928f,0.4463126435563268f,-0.891767404530669f,-0.0013572509544176464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963450677428713f,0.07745282645689906f,-0.03602173869055441f,-0.08639081945121534f,0.05295010335283888f,0.890922530861455f,0.4510580124089846f,2.309935644461567f,0.06702829655732566f,0.4475020711429809f,-0.891767404530669f,0.004191803214839085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07936345403021083f,-0.03602173869055441f,-0.14445005725866839f,-0.08707278979269381f,0.8882370171971972f,0.4510580124089846f,2.4169645428497075f,-0.003801680104023794f,0.45247811377460123f,-0.891767404530669f,0.025629721637314033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08644469892741521f,-0.011110243977722069f,-0.125f,-0.08707278979269381f,0.9815665945100746f,0.17013332953778462f,2.1961120590849412f,-0.003801680104023794f,0.17045332079265454f,-0.9853584183733061f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6827367396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3080936565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12938563219330254f,0.01721757931316912f,0.13755673228417997f,-0.1205904774487396f,0.8574922762467883f,-0.5001649057318862f,1.0419597420374382f,0.04995021125231469f,-0.49796220173728145f,-0.8657589861138076f,0.3940583388183118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06157984310536621f,0.11508696615422756f,0.12499999999999999f,-0.1205904774487396f,0.09472244017565606f,-0.9881728573867297f,1.0155102032527432f,0.04995021125231469f,-0.9935972938018137f,-0.10133801925023705f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1480467408757131f,-0.09075159570566949f,-0.142016525752453f,0.1604299972043605f,0.5757058186009945f,-0.8017636973734642f,1.044062117109699f,-0.06645228065352396f,-0.804142383502473f,-0.5907106918373044f,0.4340371504425476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06590308669855094f,-0.160656381045538f,-0.125f,0.1604299972043605f,-0.00874771830502874f,-0.9870084566109172f,1.0193816707163037f,-0.06645228065352396f,-0.997787683121043f,-0.001958011206848076f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1301425034888615f,-0.010000782025299172f,-4.100723895728975e-18f,0.09707147634793217f,0.6839422702127684f,-0.723049168103966f,1.2022544762657832f,-0.08725947132030264f,-0.7178341729131152f,-0.6907241742280671f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1272407613695594f,0.029101125434605992f,-4.4572576075354295e-18f,-0.0970714763479322f,0.5697236543563485f,-0.8160833818590358f,1.164867637165321f,0.0872594713203024f,-0.8119265646060257f,-0.5772010380724886f,0.03639627042375604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.187018285766132e-17f,9.107618231717704e-17f,-4.100723895728975e-18f,0f,0.7436934663985391f,-0.6685207760691698f,1.2022544762657832f,-1.2246467991473532e-16f,-0.6685207760691698f,-0.7436934663985391f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1798380897803146e-16f,-4.100705354660506e-18f,0.08396679361622925f,0.9597448427286674f,-0.26802875671378085f,1.2272542909052626f,-0.023360245369121065f,-0.26700882637439083f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1798380897803146e-16f,-4.100705354660506e-18f,-0.08396679361622925f,0.9597448427286674f,-0.26802875671378085f,1.2272542909052626f,0.023360245369120822f,-0.26700882637439083f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2824055898897633e-17f,1.1798380897803146e-16f,-4.100705354660506e-18f,0f,0.9634109121109564f,-0.26802875671378085f,1.2272542909052626f,-1.2246467991473532e-16f,-0.26802875671378085f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12984433895491818f,-0.013324207174394235f,-0.19375f,0.12059047744873957f,0.8721260688147427f,-0.47418778647538734f,1.2397546065259288f,-0.04995021125231491f,-0.4717378167320305f,-0.8803229002251084f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1285894175556668f,0.02240197643423899f,0.19375f,-0.1205904774487396f,0.8367049075869407f,-0.5342123495096439f,1.2397541225253454f,0.04995021125231469f,-0.5323435538377668f,-0.8450534403712145f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1016644169545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30809375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06409687929385612f,0.9740806421690036f,-0.216929695100533f,0.15314446105331836f,-1.734723475976807e-18f,0.21737669096203321f,0.9760877902250373f,2.4739653474508745f,0.9979436808080849f,0.06256418127026095f,-0.013933167521891297f,0.5779691893865841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06409687929385612f,0.9740806421690036f,-0.216929695100533f,0.14713537861951936f,-1.734723475976807e-18f,0.21737669096203321f,0.9760877902250373f,2.4739653474508745f,0.9979436808080849f,0.06256418127026095f,-0.013933167521891297f,0.6715264094623421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06409687929385612f,0.9740806421690036f,-0.216929695100533f,0.18267937410149881f,-1.734723475976807e-18f,0.21737669096203321f,0.9760877902250373f,2.3275521789171187f,0.9979436808080849f,0.06256418127026095f,-0.013933167521891297f,0.6268377745527468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7706568445890497f,-0.5489564193883943f,-0.32362768345789356f,0.5415510292003303f,-0.5499342404754265f,0.8294993993759021f,-0.0974837298616199f,2.2384844267079975f,0.3219632883431977f,0.10284744064531116f,-0.941149321262011f,-0.38780185840066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49978121232887085f,-0.5489564193883943f,-0.6699743199670845f,0.5621616207996698f,0.2271172325831308f,0.8294993993759021f,-0.5102435782043685f,2.2630471732920023f,0.8358447837169674f,0.10284744064531116f,0.5392456782263952f,-0.47589804159933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728194396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.324751749910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829213887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47421625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19.mcfunction new file mode 100644 index 000000000..4aa7c603d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..e1c823375 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,-0.13647490979830773f,-0.22195072142100206f,0.028763957277201935f,-0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,0.22455653481955426f,0.0034233416244066604f,-0.7851796532300116f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,0.1666343354708256f,-0.2174211148613898f,0.028763957277201935f,0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,0.2045125641153605f,-0.08108209983200775f,-0.7691555786742972f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,0.13647490979830773f,0.22195072142100222f,-0.028763957277201838f,0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,-0.22455653481955443f,0.003423341624406689f,-0.7851796532300116f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,-0.1666343354708256f,0.21742111486138996f,-0.028763957277201838f,-0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,-0.20451256411536067f,-0.08108209983200779f,-0.7691555786742972f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05482034315810226f,-0.06112293889508408f,1.560341298023242f,-0.5512794904374663f,1.433404074216024f,-0.6213549309135693f,0.02602037375399268f,1.1562287896360166f,0.6194786033406899f,1.432336652526291f,0.07787312651259598f,-0.21533934291242882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46572981598078517f,-0.8660254037844387f,0.18192234196630197f,-0.4538265552976477f,-0.8217706171765342f,0.499524110790929f,0.27416913663618314f,1.3756464541827824f,-0.3283120333643017f,-0.021809693682668135f,-0.9443175027551198f,-0.1468010443412533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44254053777840324f,-0.8660254037844387f,0.23271844022939356f,-0.2984375f,-0.7860752267005446f,0.499524110790929f,0.3640898250517575f,1.6563470268408609f,-0.43155950967449364f,-0.021809693682668135f,-0.9018207842309794f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.10169729343278391f,0.9596288440640527f,0.26224061880024807f,0.2918725708181266f,-0.13068088602858602f,0.2742096658978974f,-0.9527494765965225f,1.6948271594217086f,-0.9861947913750259f,0.06262220667186656f,0.1532915284558025f,0.32068636628463587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.04695535987844525f,0.9072359994700367f,0.41799286530309326f,0.2984375f,-0.13148434743975237f,0.4204270008349381f,-0.8977488531584331f,1.6563470268408609f,-0.9902055647980519f,-0.012805398648334014f,0.1390286344909894f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.475931327811294e-17f,1.0394146992594343e-16f,-0.15625000000000003f,0f,0.8487465120417701f,-0.5287999227467127f,1.3234628017822783f,-1.2246467991473532e-16f,-0.5287999227467127f,-0.8487465120417701f,0.24099937736686655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0053125600802168e-17f,1.2081171292659098e-16f,-0.15625000000000003f,0f,0.9865025002368422f,-0.16374619698319495f,1.5074086068455412f,-1.2246467991473532e-16f,-0.16374619698319495f,-0.9865025002368422f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.232806453960886e-17f,9.882433357515119e-17f,0.15624999999999997f,0f,0.8069619227679077f,-0.5906034669748573f,1.3216802249070678f,-1.2246467991473532e-16f,-0.5906034669748573f,-0.8069619227679077f,0.23059414103025147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3225774510286118e-17f,1.2174841565795279e-16f,0.15624999999999997f,0f,0.9941512584911729f,-0.10799664457943642f,1.5074086068455412f,-1.2246467991473532e-16f,-0.10799664457943642f,-0.9941512584911729f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879663513002226f,0.15245872673101807f,0.026054276848183344f,0.19398816939837998f,0.152201328666597f,0.9283408494016244f,0.339143071408503f,2.285928549352992f,0.027518071346799514f,0.3390274383819505f,-0.940373942521551f,0.05363349586611896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996526454364314f,-0.003970280829192319f,0.026054276848183344f,0.07880315743152191f,0.005102973595949703f,0.9407209664805426f,0.339143071408503f,2.2959963406727724f,-0.025856297732341244f,0.3391582228017645f,-0.940373942521551f,0.05407306512814668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734485154847319f,0.2220159679575637f,0.055739552137040474f,0.05753446865807134f,0.20132544579079525f,0.7145101026889935f,0.6700323708840505f,2.3060191300452018f,0.10893141226344853f,0.6634638069459633f,-0.7402362624831753f,0.005287470716730212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944112610510889f,-0.0896624013862293f,0.055739552137040474f,0.08638996560707128f,-0.029323887268125265f,0.7417524732705545f,0.6700323708840505f,2.3127853020332148f,-0.10142166203661539f,0.6646532345326173f,-0.7402362624831753f,0.01358474963544063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06700168521356845f,0.055739552137040474f,0.14371331662040676f,0.08707278979269381f,0.7372075360746224f,0.6700323708840505f,2.4101382996259195f,0.003801680104023551f,0.6723360937309006f,-0.7402362624831753f,0.06380498280462002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08317029609069687f,0.026054276848183344f,0.125f,0.08707278979269381f,0.9366964857376825f,0.339143071408503f,2.199381590334941f,0.003801680104023551f,0.3401211482029035f,-0.940373942521551f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987739725224575f,-0.15569963060392233f,-0.011307530370643932f,-0.19480434467594324f,-0.15530404164850864f,0.9727117122463105f,0.17237337238242154f,2.296005016256724f,-0.015839503177789163f,0.17201613264067067f,-0.9849667812928657f,0.0367155546980643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999357985674441f,0.0007338257320270714f,-0.011307530370643932f,-0.07961933270908515f,-0.0012263548399151086f,0.9850309216198837f,0.17237337238242154f,2.3060728075765042f,0.011264759078410728f,0.17237617280957762f,-0.9849667812928657f,0.03715512396009206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971557942199215f,-0.2339525779026f,-0.03662453060934366f,-0.057389888810372935f,-0.22441077847802487f,0.860265156909767f,0.4578030824600253f,2.3046737915549427f,-0.07559740374188591f,0.4530011601527549f,-0.8882989257270012f,-0.0017850081426206837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963018343366058f,0.07772579144119302f,-0.03662453060934366f,-0.08639645327549142f,0.0524092199553549f,0.887507527491328f,0.4578030824600253f,2.313284612409279f,0.06808765351505229f,0.45419058773940896f,-0.8882989257270012f,0.0038486946491002594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07908708650305193f,-0.03662453060934366f,-0.14444430063212363f,-0.08707278979269381f,0.884779445380495f,0.4578030824600253f,2.420146122319063f,-0.003801680104023794f,0.45925000357173895f,-0.8882989257270012f,0.02613567848075177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641911392054963f,-0.011307530370643932f,-0.125f,-0.08707278979269381f,0.9811756977072089f,0.17237337238242154f,2.199381590334941f,-0.003801680104023794f,0.17270201787460004f,-0.9849667812928657f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6860062709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3113631878258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12941825528999676f,0.016970623240148495f,0.13702080722552396f,-0.1205904774487396f,0.8584452494134006f,-0.4985275223177244f,1.0482947091989474f,0.0499502112523147f,-0.49630904581445767f,-0.8667077404976786f,0.39332886336835793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06101495832390115f,0.11538744176121789f,0.12499999999999999f,-0.1205904774487396f,0.08987737643024118f,-0.9886253051357231f,1.0187797345027432f,0.0499502112523147f,-0.9940821052945019f,-0.0964662859713164f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14723354234680816f,-0.09206505099687112f,-0.142594086094133f,0.16042999720436046f,0.5685504244259155f,-0.80685353744166f,1.0429321789189854f,-0.06645228065352393f,-0.8093656150919201f,-0.5835335427401096f,0.43570117771380146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06727400031513632f,-0.16008715903733461f,-0.125f,0.16042999720436046f,-0.0003102615741850112f,-0.9870471719906625f,1.0226512019663037f,-0.06645228065352393f,-0.9977344900419924f,-0.010487219678764259f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13012868499179217f,-0.010179007700792657f,-4.100723895728975e-18f,0.09701834496183197f,0.6825137500153406f,-0.7244048742111444f,1.2055240075157831f,-0.08731854096543783f,-0.7191950405712653f,-0.6892996199196421f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12719633062466149f,0.02929471507094125f,-4.460044440026192e-18f,-0.097018344961832f,0.567986308132466f,-0.8172998192309344f,1.1681389474129174f,0.08731854096543759f,-0.8131498307505651f,-0.5754674840110379f,0.03641902663797798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.192560426436232e-17f,9.102633241286653e-17f,-4.100723895728975e-18f,0f,0.7432864110390245f,-0.668973326198232f,1.2055240075157831f,-1.2246467991473532e-16f,-0.668973326198232f,-0.7432864110390245f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1800376658429581e-16f,-4.100705354660506e-18f,0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,-0.02330913183658523f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1800376658429581e-16f,-4.100705354660506e-18f,-0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,0.023309131836584986f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.275223501591307e-17f,1.1800376658429581e-16f,-4.100705354660506e-18f,0f,0.9635738783333663f,-0.26744229469849146f,1.2305238221552626f,-1.2246467991473532e-16f,-0.26744229469849146f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12981979180980424f,-0.013561287178027846f,-0.19375f,0.1205904774487396f,0.8712587243074587f,-0.47577954145467904f,1.2430241377759288f,-0.04995021125231493f,-0.4733445436176472f,-0.8794600158183715f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12855517940029695f,0.02259762608822659f,0.19375f,-0.1205904774487396f,0.8358910234557575f,-0.5354849518471747f,1.2430236537753454f,0.04995021125231469f,-0.533628862371071f,-0.8442423903360963f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1049339482045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.31136328125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07323819712763226f,0.9295680142572798f,0.3613024679562419f,0.23864676509382887f,0f,-0.36227536670454485f,0.9320711124582113f,2.5969873342570122f,0.9973144772244579f,0.06826320787118595f,0.026532394721192707f,0.5792960518630464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07323819712763226f,0.9295680142572798f,0.3613024679562419f,0.23178068411311337f,0f,-0.36227536670454485f,0.9320711124582113f,2.5969873342570122f,0.9973144772244579f,0.06826320787118595f,0.026532394721192707f,0.6727942841028394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07323819712763226f,0.9295680142572798f,0.3613024679562419f,0.18101835441003483f,0f,-0.36227536670454485f,0.9320711124582113f,2.4571766673882807f,0.9973144772244579f,0.06826320787118595f,0.026532394721192707f,0.622065308774764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7728548610873001f,-0.5489564193883943f,-0.31834291778835483f,0.5415504456065803f,-0.5505888802489889f,0.8294993993759021f,-0.09371569442298391f,2.229554686082998f,0.31551109115195064f,0.10284744064531116f,-0.943331943333212f,-0.38780107558816057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5043572355447452f,-0.5489564193883943f,-0.6665362920096216f,0.5621610372059198f,0.23060587040563454f,0.8294993993759021f,-0.5086763990686782f,2.2541174326670026f,0.8321326285443457f,0.10284744064531116f,0.5449565968630777f,-0.47589725878683947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728188560814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.315822009285965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829206059594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47748578125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..5de20679d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,-0.1356999837966363f,-0.23718516498339143f,0.029310400663125943f,-0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,0.23954525342279173f,0.006066257120404321f,-0.7807212796713074f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,0.16568815950691823f,-0.23234465141230182f,0.029310400663125943f,0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,0.21906848605125753f,-0.0843090700350434f,-0.7647881923310768f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,0.1356999837966363f,0.2371851649833916f,-0.029310400663125846f,0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,-0.2395452534227919f,0.006066257120404349f,-0.7807212796713074f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,-0.16568815950691823f,0.23234465141230198f,-0.029310400663125846f,-0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,-0.21906848605125767f,-0.08430907003504344f,-0.7647881923310768f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03585863725936949f,0.3319982098002194f,1.5264002086030224f,-0.5773020100857716f,1.5603564709783408f,0.0642657739041407f,-0.05063441300657182f,0.9394265821387079f,-0.07353972810610032f,1.525468239260966f,-0.33006788604184056f,-0.007466937935986184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4942485932863089f,-0.8660254037844385f,-0.07561962731001129f,-0.47616113567771207f,-0.848651928578662f,0.4995241107909291f,-0.17397001712435772f,1.1596166502614298f,0.18843628141688243f,-0.021809693682668156f,-0.9818432181907892f,-0.06767941071064126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4862571872988993f,-0.8660254037844385f,0.11642142328696799f,-0.2984375f,-0.8515770073977768f,0.4995241107909291f,0.1590354149552186f,1.4755735893408608f,-0.195884017397056f,-0.021809693682668156f,-0.9803845107863843f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6730291932115522f,0.7130480438006492f,0.1964540463240047f,0.38621800234913006f,0.37360708205554866f,-0.09852217219230032f,-0.9223400293950433f,1.3022787586141475f,-0.6383176742993613f,0.6941583888555822f,-0.3327080970738111f,0.26852612887530275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19110127863916726f,0.8776761876472126f,0.4395051887515438f,0.2984375f,0.5278411592968542f,0.46939344775656244f,-0.7078513274377328f,1.4755735893408608f,-0.827565110341554f,0.09671763458781496f,-0.5529753044260741f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.831685771229936e-17f,9.414917750405486e-17f,-0.15625000000000003f,0f,0.7687863763625984f,-0.639505674344853f,1.1494276547210736f,-1.2246467991473532e-16f,-0.639505674344853f,-0.7687863763625984f,0.2657171126196156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.6326011489390307e-17f,1.1695306202015943e-16f,-0.15625000000000003f,0f,0.9549942244701632f,-0.2966243941900791f,1.3266351693455412f,-1.2246467991473532e-16f,-0.2966243941900791f,-0.9549942244701632f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.573937286461404e-17f,1.0332440506475621e-16f,0.15624999999999997f,0f,0.8437077950695231f,-0.5368027165904845f,1.1395777857577971f,-1.2246467991473532e-16f,-0.5368027165904845f,-0.8437077950695231f,0.21844382791722042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.269764397235051e-18f,1.2235124604929942e-16f,0.15624999999999997f,0f,0.9990737421964043f,-0.043030891853096456f,1.3266351693455412f,-1.2246467991473532e-16f,-0.043030891853096456f,-0.9990737421964043f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876885926384368f,0.1564308606531276f,0.0007936039476246141f,0.1952130784621191f,0.15625499009008528f,0.9863109085366384f,0.05267988015910928f,2.120463044591696f,0.00745801876179319f,0.052155321271683694f,-0.9986111357376285f,0.024000151793526676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999996850898596f,-0.0000035994393755428566f,0.0007936039476246141f,0.08002806649526101f,0.00003821253151291282f,0.9986114503480442f,0.05267988015910928f,2.1305308359114763f,-0.0007926916071742934f,0.05267989389529668f,-0.9986111357376285f,0.024439721055554395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702986792137147f,0.24190325148467667f,0.001813845986322815f,0.057661584319099804f,0.24151591027810515f,0.96826270872124f,0.06432256200079124f,2.1259376411252147f,0.013803557463896032f,0.06285016961750106f,-0.9979275113856679f,0.02274871219148472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975610973221061f,-0.06977511785911635f,0.001813845986322815f,0.08676877103082298f,-0.06951435175543519f,0.995505079302801f,0.06432256200079124f,2.135915258915546f,-0.00629380723706289f,0.06403959720415509f,-0.9979275113856679f,0.023444736586848404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713686623142855f,0.001813845986322815f,0.14460922915077698f,0.0870727897926938f,0.9941232002600944f,0.06432256200079124f,2.2424399757509352f,0.0038016801040235506f,0.06423573186314922f,-0.9979275113856679f,-0.0008988588514604098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715212955900897f,0.0007936039476246141f,0.125f,0.0870727897926938f,0.9948081018488637f,0.05267988015910928f,2.018608152834941f,0.0038016801040235506f,0.05254851862032338f,-0.9986111357376285f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883868890659f,-0.15643380300621246f,-0.00034011981437115986f,-0.19522757244700323f,-0.1562731713732116f,0.9865709129987462f,0.047502942369701324f,2.1206533313283265f,-0.007095513613084201f,0.04697125612365321f,-0.9988710401171579f,0.023439882106209165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999999421590358f,6.611252469646001e-7f,-0.00034011981437115986f,-0.08004256048014516f,-0.000015496313935922656f,0.9988710979030703f,0.047502942369701324f,2.1307211226481066f,0.00033976725779401393f,0.047502944892688734f,-0.9988710401171579f,0.023879451368236913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702968797926671f,-0.24191461258204155f,-0.0011337036188270725f,-0.05768210052076146f,-0.24158970771457738f,0.9687286473975456f,0.05656165518888948f,2.1261813191963f,-0.012584839728803164f,0.05515548867159556f,-0.99839846448119f,0.022543645452821934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975628967431537f,0.06976375676175146f,-0.0011337036188270725f,-0.08678943101642056f,0.06958814919190741f,0.9959710179791066f,0.05656165518888948f,2.1361648338198878f,0.005075089501969538f,0.05634491625824967f,-0.99839846448119f,0.023142287396788176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714836894630117f,-0.0011337036188270725f,-0.1446098927968295f,-0.08707278979269381f,0.9945949469206097f,0.05656165518888948f,2.2424986196083987f,-0.0038016801040237948f,0.0564451357513545f,-0.99839846448119f,-0.002068121775483262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715507909702018f,-0.00034011981437115986f,-0.125f,-0.08707278979269381f,0.9950687412153686f,0.047502942369701324f,2.018608152834941f,-0.0038016801040237948f,0.047351794513555256f,-0.9988710401171579f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.505232833419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1305897503258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11871442750762165f,0.0542583777586787f,0.13575367393261323f,-0.12059047744873957f,0.6740083121896375f,-0.7288146073233993f,0.8810076032771399f,0.04995021125231468f,-0.7291225410044688f,-0.6825579071368488f,0.40505794408545126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.045668556299523336f,0.12227620300362252f,0.12499999999999999f,-0.12059047744873957f,-0.038013773582969035f,-0.9919742384591786f,0.8380062970027431f,0.04995021125231468f,-0.9982331070363774f,0.03218136747170802f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17284953453174393f,-0.016635144099324164f,-0.14974942722385293f,0.16042999720436046f,0.8689988723288882f,-0.4680845819807884f,0.8323535699228937f,-0.06645228065352395f,-0.46364210152150764f,-0.883527077170058f,0.41311622058308534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09182409792661465f,-0.1473839361905133f,-0.125f,0.16042999720436046f,0.15631715359644582f,-0.9745907671882152f,0.8418777644663036f,-0.06645228065352395f,-0.983429348012082f,-0.16867368456423976f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052583441700835f,-0.00030562265882969465f,-4.100723895728975e-18f,0.0999014987109596f,0.7573182083878448f,-0.6453594516233019f,1.024750570015783f,-0.08400462731760679f,-0.6398688442126f,-0.7638789726097069f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920822236336924f,0.018501949334163804f,-4.305788861205578e-18f,-0.0999014987109596f,0.6599376556661407f,-0.7446488979305499f,0.9872879536795856f,0.08400462731760654f,-0.740126695848472f,-0.6671998925971538f,0.03515943424833541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.881636337374851e-17f,9.373141784458296e-17f,-4.100723895728975e-18f,0f,0.7653751098671262f,-0.643584447602554f,1.024750570015783f,-1.2246467991473532e-16f,-0.643584447602554f,-0.7653751098671262f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1683490075718646e-16f,-4.100705354660506e-18f,0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,-0.02612172210057496f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1683490075718646e-16f,-4.100705354660506e-18f,-0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,0.02612172210057472f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.670427484199852e-17f,1.1683490075718646e-16f,-4.100705354660506e-18f,0f,0.9540293645362196f,-0.2997131488650725f,1.0497503846552625f,-1.2246467991473532e-16f,-0.2997131488650725f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052555612597844f,-0.0004074965888351832f,-0.19375f,0.1205904774487396f,0.914776431659914f,-0.38554119991025576f,1.0622507002759287f,-0.04995021125231493f,-0.3822919817071224f,-0.9226905316075864f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12999946419595895f,0.011714357183790871f,0.19375f,-0.12059047744873963f,0.8779345111294395f,-0.46334536893832967f,1.0622502162753453f,0.0499502112523147f,-0.46079402500105765f,-0.8861003571374824f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9241605107045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13058984375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5758260282144408f,-0.23303523779058052f,-0.7836574271827386f,-0.03991862444813306f,0f,0.9585176434788585f,-0.28503320357413786f,1.2005568236816375f,0.8175722507710139f,0.16412953752333398f,0.5519394076178966f,0.36796407157674854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5758260282144408f,-0.23303523779058052f,-0.7836574271827386f,0.014065065696970788f,0f,0.9585176434788585f,-0.28503320357413786f,1.2005568236816375f,0.8175722507710139f,0.16412953752333398f,0.5519394076178966f,0.44461147008653107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5758260282144408f,-0.23303523779058052f,-0.7836574271827386f,0.10462183470182966f,0f,0.9585176434788585f,-0.28503320357413786f,1.2433118042177582f,0.8175722507710139f,0.16412953752333398f,0.5519394076178966f,0.3234968596889553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6004513102470506f,-0.5489564193883943f,-0.5814680332012014f,0.5417153692003303f,-0.4769554453846805f,0.8294993993759021f,-0.29059292756864985f,2.0720446679579974f,0.6418502373143609f,0.10284744064531116f,-0.759901754710573f,-0.38802229840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22226618304766535f,-0.5489564193883943f,-0.805757155404589f,0.5623259607996698f,0.02625196137911559f,0.8294993993759021f,-0.5578902947343384f,2.096607414542002f,0.9746325350598404f,0.10284744064531116f,0.19878084806021445f,-0.47611848159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729837796751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1583119911609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831418287719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2967123437499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2.mcfunction new file mode 100644 index 000000000..8709fb777 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20.mcfunction new file mode 100644 index 000000000..93c9cfedf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..9d04928d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.4218799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.4218799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.4218799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.4218799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04990969125464431f,-0.05084211838396208f,1.5608748674115733f,-0.553643470147984f,1.441140910456882f,-0.6031752390587319f,0.02643401584988283f,1.1537307580995215f,0.6016877503542649f,1.4404863623042992f,0.06615996590802374f,-0.20472040578288012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4683360946241989f,-0.8660254037844386f,0.17510369062973388f,-0.4556334216503011f,-0.8256856768928653f,0.499524110790929f,0.2621427582682818f,1.3739618179039548f,-0.31449080343648295f,-0.021809693682668135f,-0.9490099429486204f,-0.1396743056349668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4474671808010126f,-0.8660254037844386f,0.22309890655490458f,-0.2984375f,-0.7937611046834007f,0.499524110790929f,0.3470143677577622f,1.6574837455908606f,-0.41196654087168494f,-0.021809693682668135f,-0.9109379267895737f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11485491057070235f,0.9554600392574587f,0.2718537527788259f,0.2973968044816364f,-0.10253726948958276f,0.2836058010730429f,-0.9534431592724015f,1.6871769378866819f,-0.9880761397197163f,0.08163248728204296f,0.13054378245144588f,0.3219172730199793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.031610052676694825f,0.9053080512213192f,0.4235777814801355f,0.2984375f,-0.10404381267803539f,0.4244676077609561f,-0.8994454597167684f,1.6574837455908606f,-0.9940702639216175f,-0.01563912898943572f,0.10760914473806249f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.489639307497149e-17f,1.0385593864809738e-16f,-0.15625000000000003f,0f,0.8480480961564258f,-0.5299192642332049f,1.3246483228439394f,-1.2246467991473532e-16f,-0.5299192642332049f,-0.8480480961564258f,0.241242035914522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0212502222421287e-17f,1.2078515049676923e-16f,-0.15625000000000003f,0f,0.9862856015372313f,-0.16504760586067768f,1.508545325595541f,-1.2246467991473532e-16f,-0.16504760586067768f,-0.9862856015372313f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.322010075364183e-17f,9.816524167058884e-17f,0.15624999999999997f,0f,0.8015800289433272f,-0.5978874954364028f,1.323064221012414f,-1.2246467991473532e-16f,-0.5978874954364028f,-0.8015800289433272f,0.23227510462721734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4327846485015542e-17f,1.216236434321896e-16f,0.15624999999999997f,0f,0.9931324159493884f,-0.11699574518131389f,1.508545325595541f,-1.2246467991473532e-16f,-0.11699574518131389f,-0.9931324159493884f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.195079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.074287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.195079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.074287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879697265981517f,0.15241045772181555f,0.026208237304323423f,0.1939780658194315f,0.15215741056912718f,0.9277127913470791f,0.3408769560705288f,2.286942222614208f,0.027639495915647985f,0.3407638906164176f,-0.9397425334193888f,0.05380415257100335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996484282422095f,-0.004018483579719637f,0.026208237304323423f,0.0787930538525734f,0.005157846128914664f,0.940093770558768f,0.3408769560705288f,2.2970100139339884f,-0.026008009077794596f,0.3408922914152186f,-0.9397425334193888f,0.05424372183303107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734855142374208f,0.22178236702673287f,0.056022631551222224f,0.05754356037599767f,0.2008807878348885f,0.711702642846375f,0.6731465347488019f,2.3072632972654517f,0.10942057689821864f,0.6665522708996685f,-0.7373840298716511f,0.0052088957549548676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943742622984f,-0.08989600231706013f,0.056022631551222224f,0.08639610091504989f,-0.028879229312218535f,0.738945013427936f,0.6731465347488019f,2.313993938563681f,-0.1019108266713855f,0.6677416984863225f,-0.7373840298716511f,0.013545261699232522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06676517241775062f,0.056022631551222224f,0.14370242957303597f,0.0870727897926938f,0.7343650808919209f,0.6731465347488019f,2.4111333602415512f,0.0038016801040235523f,0.6754630557762805f,-0.7373840298716511f,0.06419663861123548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0831219092134934f,0.026208237304323423f,0.125f,0.0870727897926938f,0.9360668940293788f,0.3408769560705288f,2.2005183090849414f,0.0038016801040235523f,0.34186184067675f,-0.9397425334193888f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877403530770759f,-0.1556906518948486f,-0.011376107230962076f,-0.19480121720469637f,-0.15529447797326662f,0.9725749453184869f,0.17315195883891338f,2.2971024087691614f,-0.015894024480410232f,0.17279582359333578f,-0.9848294183941283f,0.03679674904731539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999350141104881f,0.0007427921160629014f,-0.011376107230962076f,-0.07961620523783829f,-0.001238303970574603f,0.984894342431473f,0.17315195883891338f,2.3071702000889416f,0.01133287956057471f,0.17315479348360127f,-0.9848294183941283f,0.03723631830934314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715731410849197f,-0.23385661591496054f,-0.03683360850073475f,-0.057393171135046966f,-0.22422085069250916f,0.8590660000662882f,0.4601419537977771f,2.305854541857458f,-0.07596473943291245f,0.45532042642836795f,-0.8870809814441852f,-0.0019333940307869613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9962866354509011f,0.07782175342883248f,-0.03683360850073475f,-0.08639852112309188f,0.0522192921698392f,0.8863083706478492f,0.4601419537977771f,2.31445018640574f,0.06845498920607883f,0.45650985401502203f,-0.8870809814441852f,0.003729660963702419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716569f,-0.03683360850073475f,-0.14444227548943625f,-0.0870727897926938f,0.8835653408961227f,0.4601419537977771f,2.4212519933668504f,-0.0038016801040237943f,0.4615981797932134f,-0.8870809814441852f,0.02631153732841569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638344f,-0.011376107230962076f,-0.125f,-0.0870727897926938f,0.9810385968084867f,0.17315195883891338f,2.2005183090849414f,-0.0038016801040237943f,0.17348361275310636f,-0.9848294183941283f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6871429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3124999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1292559202899414f,0.01816573492777425f,0.1365296337180277f,-0.1205904774487396f,0.8538021633485269f,-0.506438350256041f,1.051684168953452f,0.04995021125231469f,-0.5042963146121292f,-0.8620848006225799f,0.3933394208963089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06027028824845819f,0.11577814651268868f,0.12499999999999999f,-0.1205904774487396f,0.08350611981466838f,-0.9891838376672879f,1.0199164532527432f,0.04995021125231469f,-0.9946829747753532f,-0.09005973621937347f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14805941074572018f,-0.09073092359651111f,-0.14329083892996775f,0.1604299972043605f,0.5758177603195268f,-0.8016833058618675f,1.0394665538396994f,-0.06645228065352397f,-0.8040598968921621f,-0.5908229655368106f,0.43627338097941515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.06924204916525434f,-0.15924581072807636f,-0.125f,0.1604299972043605f,0.011855641845273324f,-0.9869760178208209f,1.0237879207163036f,-0.06645228065352397f,-0.9975294393569711f,-0.02278402976016708f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13012382353035165f,-0.010240967010384034f,-4.100723895728975e-18f,0.09699986433759904f,0.6820164673813669f,-0.7248755510700635f,1.2066607262657831f,-0.08733907014591612f,-0.7196675126546166f,-0.688803715187109f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1271808143696216f,0.02936200455939066f,-4.46101330764214e-18f,-0.09699986433759904f,0.5673816769683092f,-0.8177218713958412f,1.1692762879124f,0.08733907014591587f,-0.8135742578873234f,-0.5748641698080841f,0.03642693804244678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.194486552889033e-17f,9.100899318238092e-17f,-4.100723895728975e-18f,0f,0.7431448254773942f,-0.6691306063588582f,1.2066607262657831f,-1.2246467991473532e-16f,-0.6691306063588582f,-0.7431448254773942f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1801069500828532e-16f,-4.100705354660506e-18f,0.08398592788366001f,0.959963548406176f,-0.26723837607825685f,1.2316605409052626f,-0.023291359157778604f,-0.26622145337580744f,-0.963630453208623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1801069500828532e-16f,-4.100705354660506e-18f,-0.08398592788366001f,0.959963548406176f,-0.26723837607825685f,1.2316605409052626f,0.02329135915777836f,-0.26622145337580744f,-0.963630453208623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.272726218735738e-17f,1.1801069500828532e-16f,-4.100705354660506e-18f,0f,0.963630453208623f,-0.26723837607825685f,1.2316605409052626f,-1.2246467991473532e-16f,-0.26723837607825685f,-0.963630453208623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1298111560818893f,-0.013643702288940227f,-0.19375f,0.1205904774487396f,0.8709564936743581f,-0.476332575912201f,1.2441608565259288f,-0.04995021125231493f,-0.4739027852662939f,-0.8791593294236818f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12854320606946848f,0.022665635416815523f,0.19375f,-0.1205904774487396f,0.8356076066047967f,-0.5359271074809413f,1.2441603725253454f,0.04995021125231469f,-0.5340754365795018f,-0.843959954285903f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1060706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.3125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07628397450395265f,0.5265291307993083f,0.846727718722852f,0.3096771860986137f,0f,-0.8492021815265789f,0.5280678506503682f,2.6613335651742887f,0.9970861323044665f,0.04028311445536973f,0.06478051756427444f,0.5774620098491667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07628397450395265f,0.5265291307993083f,0.846727718722852f,0.30252556348886817f,0f,-0.8492021815265789f,0.5280678506503682f,2.6613335651742887f,0.9970861323044665f,0.04028311445536973f,0.06478051756427444f,0.6709388347527104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07628397450395265f,0.5265291307993083f,0.846727718722852f,0.17909221698531316f,0f,-0.8492021815265789f,0.5280678506503682f,2.5821233875767335f,0.9970861323044665f,0.04028311445536973f,0.06478051756427444f,0.6144833446662974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7736105612744358f,-0.5489564193883943f,-0.3165020522791685f,0.5415502510753303f,-0.5508104322257099f,0.8294993993759021f,-0.09240462210487171f,2.2183587829579974f,0.31326437275243874f,0.10284744064531116f,-0.9440804185643986f,-0.3878008146506606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5059426531202164f,-0.5489564193883943f,-0.6653336616810769f,0.5621608426746698f,0.23181624106074222f,0.8294993993759021f,-0.5081259458200156f,2.242921529542002f,0.83083287256472f,0.10284744064531116f,0.5469361405306518f,-0.4758969978493395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728186615501967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.3046261061609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829203450219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4786225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21.mcfunction new file mode 100644 index 000000000..ade0e3937 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..90adfe4d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,-0.13647490979830773f,-0.22195072142100214f,0.028763957277201935f,-0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,0.22455653481955434f,0.0034233416244066747f,-0.7851796532300116f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,0.1666343354708256f,-0.21742111486138987f,0.028763957277201935f,0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,0.2045125641153606f,-0.08108209983200776f,-0.7691555786742972f,-0.34668747001100697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7739876747731096f,0.13647490979830773f,0.2219507214210023f,-0.028763957277201838f,0.13214343121621225f,0.8051753375334535f,-0.03428168401260088f,1.4207997960693912f,-0.2245565348195545f,0.003423341624406703f,-0.7851796532300116f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.751638914010329f,-0.1666343354708256f,0.21742111486139004f,-0.028763957277201838f,-0.18224586158355932f,0.7782407669410725f,-0.03358205780826209f,1.4207997960693912f,-0.20451256411536076f,-0.0810820998320078f,-0.7691555786742972f,-0.346687470011007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03998891410977378f,-0.028987829024010054f,1.5617191945150688f,-0.5571489842343342f,1.4566864100702759f,-0.5645809415149228f,0.026820014815359776f,1.1472962776214248f,0.5638012410991073f,1.4566448833695183f,0.0414740194399817f,-0.18686000600554276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4734968458478155f,-0.8660254037844386f,0.16062607811986876f,-0.45804862953026876f,-0.8333528433951316f,0.499524110790929f,0.2366404469734229f,1.3690946004115867f,-0.28517323748455026f,-0.021809693682668135f,-0.9582278235806182f,-0.12921186502464088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4544356372372716f,-0.8660254037844386f,0.20853836963195765f,-0.2984375f,-0.8045490941811749f,0.499524110790929f,0.3212108618816974f,1.6563470268408609f,-0.3823467100172382f,-0.021809693682668135f,-0.9237615117553134f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.13040449573198706f,0.9506141546846197f,0.2816511963513244f,0.3037969448074573f,-0.06827540733875007f,0.2920127287259463f,-0.9539743366646479f,1.6753559989589195f,-0.9891072420347626f,0.10517269215567714f,0.10298334126990255f,0.322957729757629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.013851666454132727f,0.9031652175591076f,0.4290695993983418f,0.2984375f,-0.07071992958984132f,0.42892105907929295f,-0.9005694957287338f,1.6563470268408609f,-0.9974000315296024f,-0.017869383584991436f,0.06981305203929353f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.591690571163099e-17f,1.0321123663643667e-16f,-0.15625000000000003f,0f,0.8427837047244672f,-0.5382523822993284f,1.3238863222860884f,-1.2246467991473532e-16f,-0.5382523822993284f,-0.8427837047244672f,0.24305283004516162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.1402049738775128e-17f,1.2058005678219583e-16f,-0.15625000000000003f,0f,0.9846108842659645f,-0.17476099846646453f,1.5074086068455412f,-1.2246467991473532e-16f,-0.17476099846646453f,-0.9846108842659645f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.409017723848166e-17f,9.751022235329455e-17f,0.15624999999999997f,0f,0.7962313903174777f,-0.6049922091011558f,1.3221851159163602f,-1.2246467991473532e-16f,-0.6049922091011558f,-0.7962313903174777f,0.23392345309536228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.5408864482769433e-17f,1.2149141830586314e-16f,0.15624999999999997f,0f,0.9920527158561164f,-0.1258229270145293f,1.5074086068455412f,-1.2246467991473532e-16f,-0.1258229270145293f,-0.9920527158561164f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.193942284688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0731505745564824f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879663513002226f,0.15245872673101807f,0.026054276848183344f,0.19398816939837998f,0.152201328666597f,0.9283408494016244f,0.339143071408503f,2.285928549352992f,0.027518071346799514f,0.3390274383819505f,-0.940373942521551f,0.05363349586611896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996526454364314f,-0.003970280829192319f,0.026054276848183344f,0.07880315743152191f,0.005102973595949703f,0.9407209664805426f,0.339143071408503f,2.2959963406727724f,-0.025856297732341244f,0.3391582228017645f,-0.940373942521551f,0.05407306512814668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734485154847319f,0.2220159679575637f,0.055739552137040474f,0.05753446865807134f,0.20132544579079525f,0.7145101026889935f,0.6700323708840505f,2.3060191300452018f,0.10893141226344853f,0.6634638069459633f,-0.7402362624831753f,0.005287470716730212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944112610510889f,-0.0896624013862293f,0.055739552137040474f,0.08638996560707128f,-0.029323887268125265f,0.7417524732705545f,0.6700323708840505f,2.3127853020332148f,-0.10142166203661539f,0.6646532345326173f,-0.7402362624831753f,0.01358474963544063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06700168521356845f,0.055739552137040474f,0.14371331662040676f,0.08707278979269381f,0.7372075360746224f,0.6700323708840505f,2.4101382996259195f,0.003801680104023551f,0.6723360937309006f,-0.7402362624831753f,0.06380498280462002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08317029609069687f,0.026054276848183344f,0.125f,0.08707278979269381f,0.9366964857376825f,0.339143071408503f,2.199381590334941f,0.003801680104023551f,0.3401211482029035f,-0.940373942521551f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987739725224575f,-0.15569963060392233f,-0.01130753037064393f,-0.19480434467594324f,-0.15530404164850867f,0.9727117122463106f,0.1723733723824215f,2.296005016256724f,-0.015839503177789163f,0.17201613264067067f,-0.9849667812928657f,0.0367155546980643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999357985674441f,0.0007338257320270714f,-0.01130753037064393f,-0.07961933270908515f,-0.0012263548399150948f,0.9850309216198838f,0.1723733723824215f,2.3060728075765042f,0.011264759078410727f,0.17237617280957762f,-0.9849667812928657f,0.03715512396009206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971557942199215f,-0.2339525779026f,-0.03662453060934366f,-0.057389888810372935f,-0.22441077847802493f,0.8602651569097671f,0.4578030824600254f,2.3046737915549427f,-0.07559740374188591f,0.4530011601527549f,-0.8882989257270012f,-0.0017850081426206837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963018343366058f,0.07772579144119302f,-0.03662453060934366f,-0.08639645327549142f,0.05240921995535493f,0.8875075274913281f,0.4578030824600254f,2.3132846124092787f,0.06808765351505229f,0.45419058773940896f,-0.8882989257270012f,0.0038486946491002594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07908708650305193f,-0.03662453060934366f,-0.14444430063212363f,-0.08707278979269381f,0.8847794453804951f,0.4578030824600254f,2.420146122319063f,-0.0038016801040237948f,0.45925000357173895f,-0.8882989257270012f,0.02613567848075177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641911392054963f,-0.01130753037064393f,-0.125f,-0.08707278979269381f,0.981175697707209f,0.1723733723824215f,2.199381590334941f,-0.0038016801040237948f,0.17270201787460004f,-0.9849667812928657f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6860062709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3113631878258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12877147525905006f,0.021330588718403952f,0.13601466436873463f,-0.1205904774487396f,0.8411236586093086f,-0.5272275862247497f,1.0521497769189476f,0.04995021125231469f,-0.5252893470148607f,-0.8494563427914057f,0.39429484860787184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05918961066647705f,0.1163343321836538f,0.12499999999999999f,-0.1205904774487396f,0.07429174426327595f,-0.9899185186079735f,1.0187797345027432f,0.04995021125231469f,-0.9954784411143571f,-0.08079387150259765f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1509464763823719f,-0.08584201112970187f,-0.14423573355888022f,0.16042999720436046f,0.6017188922586264f,-0.7824299270197046f,1.0328011900761511f,-0.06645228065352395f,-0.7843146919233359f,-0.6167937730142448f,0.4355716507712683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07224635559039069f,-0.15790552147075998f,-0.125f,0.16042999720436046f,0.03055066007271312f,-0.9865743120343902f,1.0226512019663037f,-0.06645228065352395f,-0.9969188137822598f,-0.041677009524639985f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13012868499179217f,-0.010179007700792657f,-4.100723895728975e-18f,0.09701834496183197f,0.6825137500153406f,-0.7244048742111444f,1.2055240075157831f,-0.08731854096543783f,-0.7191950405712653f,-0.6892996199196421f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12719633062466149f,0.02929471507094124f,-4.460044440026192e-18f,-0.097018344961832f,0.5679863081324661f,-0.8172998192309344f,1.1681389474129174f,0.08731854096543759f,-0.8131498307505651f,-0.5754674840110379f,0.03641902663797798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.192560426436232e-17f,9.102633241286653e-17f,-4.100723895728975e-18f,0f,0.7432864110390245f,-0.668973326198232f,1.2055240075157831f,-1.2246467991473532e-16f,-0.668973326198232f,-0.7432864110390245f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1800376658429581e-16f,-4.100705354660506e-18f,0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,-0.02330913183658523f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1800376658429581e-16f,-4.100705354660506e-18f,-0.08398099705838616f,0.9599071888154002f,-0.26744229469849146f,1.2305238221552626f,0.023309131836584986f,-0.2664245960241273f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.275223501591307e-17f,1.1800376658429581e-16f,-4.100705354660506e-18f,0f,0.9635738783333663f,-0.26744229469849146f,1.2305238221552626f,-1.2246467991473532e-16f,-0.26744229469849146f,-0.9635738783333663f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12981979180980424f,-0.013561287178027842f,-0.19375f,0.1205904774487396f,0.8712587243074587f,-0.47577954145467904f,1.2430241377759288f,-0.04995021125231493f,-0.47334454361764716f,-0.8794600158183716f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12855517940029695f,0.02259762608822658f,0.19375f,-0.1205904774487396f,0.8358910234557576f,-0.5354849518471747f,1.2430236537753454f,0.04995021125231469f,-0.533628862371071f,-0.8442423903360964f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1049339482045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.31136328125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07323819712763226f,-0.1312110400094913f,0.9886454518487006f,0.3287082126776977f,0f,-0.9913076310695065f,-0.1315643590922832f,2.6747170135244382f,0.9973144772244579f,-0.009635536466171223f,0.07260158369839464f,0.5686614302096266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07323819712763226f,-0.1312110400094913f,0.9886454518487006f,0.32184213169698217f,0f,-0.9913076310695065f,-0.1315643590922832f,2.6747170135244382f,0.9973144772244579f,-0.009635536466171223f,0.07260158369839464f,0.6621596624494195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07323819712763226f,-0.1312110400094913f,0.9886454518487006f,0.1769783544100348f,0f,-0.9913076310695065f,-0.1315643590922832f,2.6944516673882806f,0.9973144772244579f,-0.009635536466171223f,0.07260158369839464f,0.6045203087747638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7728548610873001f,-0.5489564193883943f,-0.31834291778835483f,0.5415504456065803f,-0.5505888802489889f,0.8294993993759021f,-0.09371569442298391f,2.2049578892079973f,0.31551109115195064f,0.10284744064531116f,-0.943331943333212f,-0.38780107558816057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5043572355447452f,-0.5489564193883943f,-0.6665362920096216f,0.5621610372059198f,0.23060587040563454f,0.8294993993759021f,-0.5086763990686782f,2.229520635792002f,0.8321326285443457f,0.10284744064531116f,0.5449565968630777f,-0.47589725878683947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728188560814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2912252124109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829206059594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47748578125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22.mcfunction new file mode 100644 index 000000000..0b1414a72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..fde7c019a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597874f,-0.13497854781467877f,-0.250465300532098f,0.029819125263743265f,-0.1309185386860701f,0.8053913191349859f,-0.033905806799953885f,1.417682565448592f,0.25261118615195494f,0.00837013358867759f,-0.7765706496765471f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735203f,0.16480729425765078f,-0.24535376378654497f,0.029819125263743265f,0.18343538555292396f,0.7779770558259785f,-0.0332138515591385f,1.417682565448592f,0.23175714222392746f,-0.08712207738463572f,-0.7607222690709033f,-0.3431992121069136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7655013842597874f,0.13497854781467877f,0.25046530053209815f,-0.029819125263743168f,0.1309185386860701f,0.8053913191349859f,-0.033905806799953885f,1.417682565448592f,-0.2526111861519551f,0.008370133588677617f,-0.7765706496765471f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7433976636735203f,-0.16480729425765078f,0.24535376378654514f,-0.029819125263743168f,-0.18343538555292396f,0.7779770558259785f,-0.0332138515591385f,1.417682565448592f,-0.23175714222392763f,-0.08712207738463576f,-0.7607222690709033f,-0.3431992121069137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02569072168863533f,0.005559822955985465f,1.5622788884151941f,-0.5616497249214842f,1.4788523479909763f,-0.5037064394784124f,0.02611140880069893f,1.1373713289144043f,0.5037280711462225f,1.4790723989030012f,0.0030197918185854646f,-0.16057449371918409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48064046700999413f,-0.8660254037844386f,0.13778512790724123f,-0.4610770155194523f,-0.8437215652241807f,0.499524110790929f,0.19649321391384122f,1.3612146467303388f,-0.2389951084187155f,-0.021809693682668135f,-0.9707758110982138f,-0.11455293739778931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4633693029756811f,-0.8660254037844386f,0.18785337116972786f,-0.2984375f,-0.8182033958135128f,0.499524110790929f,0.2846381313488552f,1.653077495590861f,-0.340341140826477f,-0.021809693682668135f,-0.9400490652739358f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.14842566926133047f,0.9451343718421097f,0.2910169064967658f,0.31084817080247956f,-0.02873139878630377f,0.2982735127228869f,-0.9540479119686455f,1.659748112128128f,-0.9885061089483003f,0.133243877047206f,0.07142647829286095f,0.3235713128887924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.005658125320267981f,0.9008417303755129f,0.4341107720754142f,0.2984375f,-0.032270239637527544f,0.43372712767616345f,-0.9004662183288842f,1.653077495590861f,-0.9994631645296373f,-0.019103809354078405f,0.02661629607151129f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.782075913227885e-17f,1.0197030183999647e-16f,-0.15625000000000003f,0f,0.8326507031332805f,-0.5537985252523283f,1.3213706231482392f,-1.2246467991473532e-16f,-0.5537985252523283f,-0.8326507031332805f,0.24645159524489735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.363586613425629e-17f,1.2016215568431723e-16f,-0.15625000000000003f,0f,0.9811984628382553f,-0.193001493579312f,1.5041390755955413f,-1.2246467991473532e-16f,-0.193001493579312f,-0.9811984628382553f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.492428208390079e-17f,9.687078909986557e-17f,0.15624999999999997f,0f,0.791010021561407f,-0.6118031920392558f,1.319178081942074f,-1.2246467991473532e-16f,-0.6118031920392558f,-0.791010021561407f,0.2355119450472306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6450937095036595e-17f,1.2135470528707867e-16f,0.15624999999999997f,0f,0.9909363693398828f,-0.1343320956417016f,1.5041390755955413f,-1.2246467991473532e-16f,-0.1343320956417016f,-0.9909363693398828f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1906727534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0698810433064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879567539024904f,0.15259597591291962f,0.025610945973111053f,0.1940170717743652f,0.15232640034599879f,0.9301294577469158f,0.3341494569635853f,2.283011175298334f,0.02716836719577509f,0.33402643602956344f,-0.9421720755028263f,0.05314136720876746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996646367009392f,-0.00383322004869191f,0.025610945973111053f,0.0788320598075071f,0.00494670544577136f,0.942507119610337f,0.3341494569635853f,2.2930789666181144f,-0.025419367317305184f,0.3341640853052351f,-0.9421720755028263f,0.053580936470795176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9733431453693985f,0.22268124868285138f,0.054919785573618096f,0.057508951063161465f,0.2025928663696232f,0.7225122812882987f,0.6610084219461342f,2.3024475944629077f,0.10751396122618724f,0.6545143733124771f,-0.7483660088945978f,0.005517860165892036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945166311664223f,-0.08899712066094163f,0.054919785573618096f,0.08637286768132657f,-0.0305913078469532f,0.7497546518698597f,0.6610084219461342f,2.3093150405354472f,-0.1000042109993541f,0.655703800899131f,-0.7483660088945978f,0.013701876716484221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06767525874678117f,0.054919785573618096f,0.14374427309475024f,0.08707278979269381f,0.745309462836746f,0.6610084219461342f,2.4072721879634496f,0.003801680104023551f,0.6632751042814417f,-0.7483660088945978f,0.06267700958927208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08330788042111237f,0.025610945973111053f,0.125f,0.08707278979269381f,0.9384894616822602f,0.3341494569635853f,2.1961120590849412f,0.003801680104023551f,0.33510793391246824f,-0.9421720755028263f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877379405047153f,-0.1557251532869971f,-0.011110243977722072f,-0.19481330823584797f,-0.1553313092310744f,0.9731016568442107f,0.17013332953778465f,2.2928482406834325f,-0.01568264199883394f,0.1697729132717977f,-0.9853584183733061f,0.03648184211349027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999380284477206f,0.0007083380838369402f,-0.011110243977722072f,-0.07962829626898989f,-0.0011922859387236695f,0.9854203309423994f,0.17013332953778465f,2.3029160320032127f,0.011068772214019279f,0.17013603269892916f,-0.9853584183733061f,0.036921411375518035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715147087929494f,-0.2342255428868939f,-0.036021738690554424f,-0.05738080039200737f,-0.22495166187550886f,0.8636801602798939f,0.4510580124089847f,2.301281603959522f,-0.07453804678415929f,0.44631264355632694f,-0.8917674045306689f,-0.0013572509544176568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963450677428713f,0.07745282645689909f,-0.036021738690554424f,-0.08639081945121534f,0.05295010335283888f,0.8909225308614549f,0.4510580124089847f,2.309935644461567f,0.06702829655732567f,0.447502071142981f,-0.8917674045306689f,0.0041918032148390745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0793634540302108f,-0.036021738690554424f,-0.14445005725866839f,-0.08707278979269381f,0.888237017197197f,0.4510580124089847f,2.4169645428497075f,-0.003801680104023794f,0.45247811377460134f,-0.8917674045306689f,0.02562972163731404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08644469892741521f,-0.011110243977722072f,-0.125f,-0.08707278979269381f,0.9815665945100746f,0.17013332953778465f,2.1961120590849412f,-0.003801680104023794f,0.17045332079265457f,-0.9853584183733061f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6827367396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3080936565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12781505167321935f,0.026465060386065907f,0.13541030567563886f,-0.1205904774487396f,0.8193583877842804f,-0.5604549661803613f,1.0502204083808184f,0.04995021125231469f,-0.5588516305186173f,-0.8277619412986634f,0.3961506035839389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.057686837128512865f,0.11708678694700898f,0.12499999999999999f,-0.1205904774487396f,0.06153985240978593f,-0.9907930072997421f,1.0155102032527432f,0.04995021125231469f,-0.9964361873133122f,-0.06796985367322006f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15551377672313596f,-0.07726030582616433f,-0.14548712357450433f,0.16042999720436046f,0.6445618757151255f,-0.747530738078113f,1.0226173800048228f,-0.06645228065352393f,-0.7485689371219633f,-0.659718607265279f,0.4336984491847613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07644226098850723f,-0.1559175113385625f,-0.125f,0.16042999720436046f,0.0569165961038442f,-0.9854048493309544f,1.0193816707163037f,-0.06645228065352393f,-0.9954481813851069f,-0.06831553683481145f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1301425034888615f,-0.010000782025299172f,-4.100723895728975e-18f,0.09707147634793217f,0.6839422702127684f,-0.723049168103966f,1.2022544762657832f,-0.08725947132030264f,-0.7178341729131152f,-0.6907241742280671f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1272407613695594f,0.029101125434605992f,-4.4572576075354295e-18f,-0.0970714763479322f,0.5697236543563485f,-0.8160833818590358f,1.164867637165321f,0.0872594713203024f,-0.8119265646060257f,-0.5772010380724886f,0.03639627042375604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.187018285766132e-17f,9.107618231717704e-17f,-4.100723895728975e-18f,0f,0.7436934663985391f,-0.6685207760691698f,1.2022544762657832f,-1.2246467991473532e-16f,-0.6685207760691698f,-0.7436934663985391f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1798380897803146e-16f,-4.100705354660506e-18f,0.08396679361622925f,0.9597448427286674f,-0.2680287567137808f,1.2272542909052626f,-0.023360245369121062f,-0.2670088263743908f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1798380897803146e-16f,-4.100705354660506e-18f,-0.08396679361622925f,0.9597448427286674f,-0.2680287567137808f,1.2272542909052626f,0.02336024536912082f,-0.2670088263743908f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2824055898897633e-17f,1.1798380897803146e-16f,-4.100705354660506e-18f,0f,0.9634109121109564f,-0.2680287567137808f,1.2272542909052626f,-1.2246467991473532e-16f,-0.2680287567137808f,-0.9634109121109564f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12984433895491818f,-0.013324207174394235f,-0.19375f,0.12059047744873957f,0.8721260688147427f,-0.47418778647538734f,1.2397546065259288f,-0.04995021125231491f,-0.4717378167320305f,-0.8803229002251084f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1285894175556668f,0.02240197643423899f,0.19375f,-0.1205904774487396f,0.8367049075869407f,-0.5342123495096439f,1.2397541225253454f,0.04995021125231469f,-0.5323435538377668f,-0.8450534403712145f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.1016644169545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30809375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06409687929385612f,-0.7532147877831854f,0.6546442343208405f,0.2759355504665243f,-1.734723475976807e-18f,-0.6559931656571464f,-0.7547668292996953f,2.673287154522165f,0.9979436808080849f,-0.048378198352629055f,0.04204711475672065f,0.5521312317283759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06409687929385612f,-0.7532147877831854f,0.6546442343208405f,0.2699264680327253f,-1.734723475976807e-18f,-0.6559931656571464f,-0.7547668292996953f,2.673287154522165f,0.9979436808080849f,-0.048378198352629055f,0.04204711475672065f,0.6456884518041339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06409687929385612f,-0.7532147877831854f,0.6546442343208405f,0.17473437410149872f,-1.734723475976807e-18f,-0.6559931656571464f,-0.7547668292996953f,2.7865021789171194f,0.9979436808080849f,-0.048378198352629055f,0.04204711475672065f,0.5926027745527468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7706568445890497f,-0.5489564193883943f,-0.32362768345789356f,0.5415510292003303f,-0.5499342404754265f,0.8294993993759021f,-0.0974837298616199f,2.1896944267079976f,0.3219632883431977f,0.10284744064531116f,-0.941149321262011f,-0.38780185840066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49978121232887085f,-0.5489564193883943f,-0.6699743199670845f,0.5621616207996698f,0.2271172325831308f,0.8294993993759021f,-0.5102435782043685f,2.2142571732920024f,0.8358447837169674f,0.10284744064531116f,0.5392456782263952f,-0.47589804159933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728194396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.275961749910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829213887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.47421625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23.mcfunction new file mode 100644 index 000000000..62fd8fb01 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..7fa8f4d3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,-0.13244668795805778f,-0.291868589907089f,0.03160448034249004f,-0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,0.2933466584485763f,0.01555289642647415f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,0.16171592174575972f,-0.2859120880722505f,0.03160448034249004f,0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,0.2713163847760856f,-0.09589215031664665f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7511424934851129f,0.13244668795805778f,0.29186858990708925f,-0.03160448034248994f,0.12913998955577602f,0.8057049253331723f,-0.03326981869271026f,1.4127123003558304f,-0.29334665844857655f,0.015552896426474193f,-0.7620041271766487f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7294533833961462f,-0.16171592174575972f,0.2859120880722507f,-0.03160448034248994f,-0.18516257938349773f,0.7775941461723905f,-0.03259084280102229f,1.4127123003558304f,-0.2713163847760858f,-0.09589215031664669f,-0.7464530225403906f,-0.33813424688841687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.009579615320147377f,0.05028152488603091f,1.561661374698578f,-0.5663188589269248f,1.5033752028326877f,-0.42514039785735874f,0.02291051325183285f,1.1255173948640378f,0.42564948076803005f,1.5027087743022007f,-0.04577236237167729f,-0.12776419453757293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.488130996586249f,-0.8660254037844386f,0.10829649196403122f,-0.46427520574922065f,-0.8541106422056178f,0.499524110790929f,0.14481254645105532f,1.3512589279173823f,-0.17950805286343757f,-0.021809693682668163f,-0.9835147158119423f,-0.09667500743934651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4728884068559777f,-0.8660254037844386f,0.16240860402458773f,-0.2984375f,-0.8324555045528818f,0.499524110790929f,0.2397780133334557f,1.6478860893408607f,-0.28878086432591465f,-0.021809693682668163f,-0.9571467754010593f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.16897453703438925f,0.9390508618424112f,0.29938450979808356f,0.3183287348094518f,0.01510451927862963f,0.3012495080089991f,-0.9534257115379768f,1.6408312803884257f,-0.9855046724046391f,0.16562672730378114f,0.03671958430134563f,0.3235459259436509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.026267762567620524f,0.8983935085028034f,0.43840518761724795f,0.2984375f,0.010474289991832836f,0.4387797914632486f,-0.8985335741376808f,1.6478860893408607f,-0.9996000669762173f,-0.019010483515457012f,-0.02093579751646521f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.036230137895299e-17f,1.0023344936335356e-16f,-0.15625000000000003f,0f,0.8184682263746577f,-0.574551792630675f,1.3173006542106338f,-1.2246467991473532e-16f,-0.574551792630675f,-0.8184682263746577f,0.25103201128906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6648609664244793e-17f,1.1953011934061345e-16f,-0.15625000000000003f,0f,0.9760374944337828f,-0.2176024114283285f,1.498947669345541f,-1.2246467991473532e-16f,-0.2176024114283285f,-0.9760374944337828f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.570877562004369e-17f,9.62589170972355e-17f,0.15624999999999997f,0f,0.7860137074971715f,-0.6182090678941479f,1.3142477114269484f,-1.2246467991473532e-16f,-0.6182090678941479f,-0.7860137074971715f,0.23701350911411087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.7436264427756066e-17f,1.2121705535700801e-16f,0.15624999999999997f,0f,0.9898123723624155f,-0.14237790389764518f,1.498947669345541f,-1.2246467991473532e-16f,-0.14237790389764518f,-0.9898123723624155f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.185481347188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0646896370564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879418537973799f,0.1528090573432942f,0.024905531699807523f,0.19406247866219614f,0.15252117427592338f,0.932914854714276f,0.3262011116641614f,2.2783735515633174f,0.026611743890427423f,0.32606635190907857f,-0.9449722478675314f,0.05235611239450241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996832533204186f,-0.003620431114341613f,0.024905531699807523f,0.07887746669533806f,0.004703349300896109f,0.9452886930744592f,0.3262011116641614f,2.2884413428830976f,-0.024723906165037318f,0.32621492796027474f,-0.9449722478675314f,0.05279568165653013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731790667817778f,0.22371720011396742f,0.05360147713370648f,0.05747037821162175f,0.20456972089047454f,0.7349936495136161f,0.6464793612091951f,2.296798337763708f,0.10523180732336378f,0.6401054206518039f,-0.7610461991099067f,0.005896704699374936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994680709754043f,-0.08796116922982558f,0.05360147713370648f,0.08634740563848703f,-0.03256816236780456f,0.7622360200951771f,0.6464793612091951f,2.3038237457118758f,-0.09772205709653063f,0.6412948482384578f,-0.7610461991099067f,0.013898364224116347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06872412344279634f,0.05360147713370648f,0.14379233348929013f,0.0870727897926938f,0.7579464128869984f,0.6464793612091951f,2.402709026403595f,0.0038016801040235506f,0.6486865422133797f,-0.7610461991099067f,0.06088161717648154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0835214821746229f,0.024905531699807523f,0.125f,0.0870727897926938f,0.9412816603051303f,0.3262011116641614f,2.190920652834941f,0.0038016801040235506f,0.3271284120778436f,-0.9449722478675314f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877351712521341f,-0.1557647554439422f,-0.010796871445287709f,-0.1948274431904496f,-0.15537387210071055f,0.9737103342378051f,0.16657474258402416f,2.287834776932804f,-0.01543344873802444f,0.16620928361553922f,-0.9859697169284968f,0.03611022141620332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999414884314701f,0.0006687902886137187f,-0.010796871445287709f,-0.07964243122359148f,-0.0011391066663565402f,0.9860281728069785f,0.16657474258402416f,2.297902568252584f,0.010757422993397409f,0.1665772948227972f,-0.9859697169284968f,0.03654979067823107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9714475397728904f,-0.23464963138903044f,-0.0350603473769248f,-0.057367446058343666f,-0.2257939455717316f,0.8689981302427063f,0.4402946102075638f,2.295907634284567f,-0.07284759167157426f,0.435639530028753f,-0.8971685617898003f,-0.0006752392486363001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964122367629303f,0.07702873795476256f,-0.0350603473769248f,-0.08638283230278487f,0.0537923870490616f,0.8962405008242673f,0.4402946102075638f,2.3046289780257037f,0.06533784144474064f,0.4368289576154071f,-0.8971685617898003f,0.004738737980242373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07979282884887172f,-0.0350603473769248f,-0.14445898950247804f,-0.08707278979269381f,0.8936212763245327f,0.4402946102075638f,2.411910423437102f,-0.0038016801040237956f,0.4416719585443566f,-0.8971685617898003f,0.024825947010061463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08648439778879138f,-0.010796871445287709f,-0.125f,-0.08707278979269381f,0.9821767582318284f,0.16657474258402416f,2.190920652834941f,-0.0038016801040237956f,0.16688098911597646f,-0.9859697169284968f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6775453334190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.3029022503258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12627947106936405f,0.0330239616325403f,0.13474390217168192f,-0.1205904774487396f,0.789352630602637f,-0.6019803662158605f,1.0462006164937612f,0.049950211252314684f,-0.6008127160331564f,-0.7978277111311131f,0.398715202713788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05586135225876824f,0.11796862370684694f,0.12499999999999999f,-0.1205904774487396f,0.04614398503508138f,-0.9916293003909107f,1.0103187970027432f,0.049950211252314684f,-0.9973716669170545f,-0.05248556398615856f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1607713378358043f,-0.06562214974786709f,-0.14693512404445314f,0.16042999720436046f,0.6977573001268708f,-0.6981382141930558f,1.009670784580767f,-0.06645228065352395f,-0.6980596873120133f,-0.7129493441653477f,0.4308602883046938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08145639235632622f,-0.15335757480913048f,-0.125f,0.16042999720436046f,0.08883009695864613f,-0.9830419268125478f,1.0141902644663037f,-0.06645228065352395f,-0.9927104663589529f,-0.1005486169837036f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13016394317774557f,-0.009717754467288123f,-4.100723895728975e-18f,0.09715576518993758f,0.6862049697168386f,-0.7208907662234759f,1.1970630700157832f,-0.08716561332213286f,-0.7156675816552913f,-0.6929805685745043f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12731070374072903f,0.028793602909433814f,-4.452832365980122e-18f,-0.09715576518993761f,0.5724768923882796f,-0.8141443145854522f,1.1596734346569744f,0.08716561332213263f,-0.8099766616356909f,-0.5799482420524077f,0.03636013558423831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.178212168382487e-17f,9.115526534167203e-17f,-4.100723895728975e-18f,0f,0.7443392282994402f,-0.6678017020153466f,1.1970630700157832f,-1.2246467991473532e-16f,-0.6678017020153466f,-0.7443392282994402f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1795203021539759e-16f,-4.100705354660506e-18f,0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,-0.02344138634334708f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1795203021539759e-16f,-4.100705354660506e-18f,-0.08394417728584823f,0.9594863368895159f,-0.26895974498452446f,1.2220628846552626f,0.02344138634334684f,-0.26793627195369124f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2938069079478624e-17f,1.1795203021539759e-16f,-4.100705354660506e-18f,0f,0.9631514188214954f,-0.26895974498452446f,1.2220628846552626f,-1.2246467991473532e-16f,-0.26895974498452446f,-0.9631514188214954f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1298824257032973f,-0.01294767735516009f,-0.19375f,0.12059047744873963f,0.8734972744964491f,-0.4716571299110829f,1.2345632002759288f,-0.049950211252314934f,-0.46918340437477385f,-0.8816869679512942f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12864316958782648f,0.022091214857122673f,0.19375f,-0.1205904774487396f,0.8379932226357047f,-0.5321891539343049f,1.2345627162753454f,0.04995021125231469f,-0.5303001920940854f,-0.846337215689364f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0964730107045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.30290234375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.04884976979561341f,-0.9982453893092288f,-0.033464051066504547f,0.16966828769670708f,1.734723475976807e-18f,0.033504050301069704f,-0.9994385817114643f,2.7007701935107766f,0.998806137341434f,-0.04882234464145938f,-0.001636665144427906f,0.532091320975533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.04884976979561341f,-0.9982453893092288f,-0.033464051066504547f,0.1650886217783683f,1.734723475976807e-18f,0.033504050301069704f,-0.9994385817114643f,2.7007701935107766f,0.998806137341434f,-0.04882234464145938f,-0.001636665144427906f,0.6257293963512924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.04884976979561341f,-0.9982453893092288f,-0.033464051066504547f,0.17239806239751337f,1.734723475976807e-18f,0.033504050301069704f,-0.9994385817114643f,2.8506859807674965f,0.998806137341434f,-0.04882234464145938f,-0.001636665144427906f,0.5791558584350769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7670926040866392f,-0.5489564193883943f,-0.33198762984161306f,0.5415520018565803f,-0.5488418288031484f,0.8294993993759021f,-0.10345720560228344f,2.1729811298329977f,0.3321770367012059f,0.10284744064531116f,-0.9375930995059183f,-0.3878031630881606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49246728014428076f,-0.5489564193883943f,-0.6753686605103673f,0.5621625934559198f,0.22155611237749442f,0.8294993993759021f,-0.5126827825304733f,2.1975438764170026f,0.8416584028306647f,0.10284744064531116f,0.5301259632363271f,-0.4758993462868395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728204123314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.259248453035965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38292269345944574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.46902484375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24.mcfunction new file mode 100644 index 000000000..79b5bd341 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..9e7d52ed1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817159f,-0.12885865541962738f,-0.3409991006555134f,0.03413460147002535f,-0.1270295044111997f,0.8060770608065455f,-0.0323685263021076f,1.4060723700074376f,0.34168471539339923f,0.02407620006086863f,-0.7413611375717001f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7096922061614062f,0.15733497422527667f,-0.33403993533601317f,0.03413460147002535f,0.18721212463312886f,0.777139772929702f,-0.03170794413267683f,1.4060723700074376f,0.31825868865453805f,-0.10629900853866253f,-0.7262313184375838f,-0.33212399186123864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7307937497817159f,0.12885865541962738f,0.34099910065551364f,-0.034134601470025255f,0.1270295044111997f,0.8060770608065455f,-0.0323685263021076f,1.4060723700074376f,-0.34168471539339945f,0.024076200060868667f,-0.7413611375717001f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7096922061614062f,-0.15733497422527667f,0.3340399353360134f,-0.034134601470025255f,-0.18721212463312886f,0.777139772929702f,-0.03170794413267683f,1.4060723700074376f,-0.31825868865453827f,-0.10629900853866259f,-0.7262313184375838f,-0.3321239918612387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.005960712859833331f,0.10240867942626018f,1.5591289819256045f,-0.5704319801090808f,1.5263254730200977f,-0.3338828305748129f,0.016095212248541883f,1.1131116330496784f,0.3342173997747237f,1.5229710988149185f,-0.10131145967906248f,-0.09048397217355691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49448899540677776f,-0.8660254037844387f,0.07403130028302726f,-0.46726135790341017f,-0.8621232845163211f,0.499524110790929f,0.08496531664933685f,1.3400540422931686f,-0.1105625421034901f,-0.021809693682668135f,-0.993629841311684f,-0.0766401990603726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48179033927907083f,-0.8660254037844387f,0.13370889640318573f,-0.2984375f,-0.8453557013772073f,0.499524110790929f,0.18933938018167723f,1.640983745590861f,-0.23076353075477019f,-0.021809693682668135f,-0.9727654034427111f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.19207112717733266f,0.9323686583824433f,0.3062635580198069f,0.32602429712629105f,0.06207721910240481f,0.2999064216279392f,-0.9519467196933012f,1.6191087662401993f,-0.9794156936527724f,0.20185346945853438f,-0.00027548904082354275f,0.32271015459519464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.047349033832285156f,0.8958935963939865f,0.4417383082045274f,0.2984375f,0.05660505718941936f,0.44393022884094263f,-0.8942716698083479f,1.640983745590861f,-0.9972732506669032f,-0.017338277350334937f,-0.07173177568408012f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.329760503823289e-17f,9.810738464701721e-17f,-0.15625000000000003f,0f,0.8011075904932216f,-0.5985203659476801f,1.3118657511464469f,-1.2246467991473532e-16f,-0.5985203659476801f,-0.8011075904932216f,0.25638678816962485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.017408637983688e-17f,1.186891837437629e-16f,-0.15625000000000003f,0f,0.9691707341773887f,-0.24639011346655426f,1.4920453255955413f,-1.2246467991473532e-16f,-0.24639011346655426f,-0.9691707341773887f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.643035654920813e-17f,9.568698147804378e-17f,0.15624999999999997f,0f,0.7813434987513526f,-0.6241012233275908f,1.307597812124482f,-1.2246467991473532e-16f,-0.6241012233275908f,-0.7813434987513526f,0.23840124272749458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.834713965289471e-17f,1.2108253504604103e-16f,0.15624999999999997f,0f,0.9887139306642815f,-0.14981576455896267f,1.4920453255955413f,-1.2246467991473532e-16f,-0.14981576455896267f,-0.9887139306642815f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1785790034387142f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0577872933064825f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879226884870641f,0.15308313404982699f,0.023964883516802093f,0.1941219242588122f,0.15277286568415432f,0.9365142095430682f,0.31559719079005394f,2.272197221100088f,0.025869153119933028f,0.31544680913492373f,-0.9485905847748292f,0.051304836636809445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997071990098423f,-0.0033467306318038653f,0.023964883516802093f,0.0789369122919541f,0.004388878823101697f,0.9488831070833238f,0.31559719079005394f,2.282265012419868f,-0.023796091918041423f,0.3156099625898645f,-0.9485905847748292f,0.051744405898837165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9729671433870061f,0.2250552317687019f,0.05181776281223455f,0.05742283179980791f,0.2071293610021231f,0.7511545811455602f,0.6267888185305241f,2.2893289908686603f,0.1021389529032939f,0.6205779063724183f,-0.7774642734056947f,0.006424119485327645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948926331488147f,-0.08662313757509112f,0.05181776281223455f,0.08631679310651844f,-0.035127802479453116f,0.7783969517271212f,0.6267888185305241f,2.296558928562798f,-0.09462920267646076f,0.6217673339590722f,-0.7774642734056947f,0.014178642420053997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0700788338304154f,0.05181776281223455f,0.14385415133342136f,0.08707278979269381f,0.7743087925645861f,0.6267888185305241f,2.396618515073045f,0.0038016801040235493f,0.6289156150121746f,-0.7774642734056947f,0.058486385388044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08379622814853947f,0.023964883516802093f,0.125f,0.08707278979269381f,0.9448898043915723f,0.31559719079005394f,2.184018309084941f,0.0038016801040235493f,0.3164829374625656f,-0.9485905847748292f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877316120624318f,-0.15581565422801916f,-0.010380001447205005f,-0.1948460510265778f,-0.15542906864746145f,0.9744996816314124f,0.1618399676212854f,2.281166940592522f,-0.015101892329517148f,0.16146780607220237f,-0.9867624235094775f,0.03561512802439393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999459353853575f,0.0006179613730933758f,-0.010380001447205005f,-0.0796610390597197f,-0.0010701425147736504f,0.9868164366665867f,0.1618399676212854f,2.291234731912302f,0.010343166889337493f,0.16184232588665426f,-0.9867624235094775f,0.036054697286421675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713610567247765f,-0.23519566386505358f,-0.03377420876352727f,-0.057351740848032726f,-0.22688220453791724f,0.8758691269388195f,0.4258846530921783f,2.2887857974942007f,-0.07058443697119288f,0.4213505336112761f,-0.9041468714113613f,0.00023657448259643832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964987198110443f,0.07648270547873942f,-0.03377420876352727f,-0.08637403757796797f,0.054880646015247225f,0.9031114975203804f,0.4258846530921783f,2.297594099292015f,0.06307468674435926f,0.4225399611979302f,-0.9041468714113613f,0.005469712829535046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08034566768839282f,-0.03377420876352727f,-0.14447046969406507f,-0.08707278979269382f,0.9005779208587519f,0.4258846530921783f,2.4051861165394883f,-0.003801680104023797f,0.42720484798915154f,-0.9041468714113613f,0.023756509466704805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08653542086251152f,-0.010380001447205005f,-0.125f,-0.08707278979269382f,0.9829680331313215f,0.1618399676212854f,2.184018309084941f,-0.003801680104023797f,0.16212793336772463f,-0.9867624235094775f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6706429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2959999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12409934167148318f,0.04045293873342591f,0.13404363260948732f,-0.1205904774487396f,0.7522727791207776f,-0.6477218558475439f,1.0403861851165153f,0.0499502112523147f,-0.6470587447756239f,-0.760802180073929f,0.40179255007798653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.053814601398078f,0.11891625427935332f,0.12499999999999999f,-0.1205904774487396f,0.02900247220540675f,-0.9922785865646097f,1.0034164532527432f,0.0499502112523147f,-0.9981296735807129f,-0.035243880511495185f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1657830068889251f,-0.051668987157795415f,-0.148475365822073f,0.16042999720436046f,0.7547661321942737f,-0.636074132227923f,0.9946968186641678f,-0.06645228065352395f,-0.6346999923738482f,-0.7698961060276787f,0.42729654451471555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08692249615330148f,-0.1503268747414284f,-0.125f,0.16042999720436046f,0.12414920617517478f,-0.9792084510476219f,1.0072879207163037f,-0.06645228065352395f,-0.9884490145012809f,-0.13620807658649337f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13019149552700285f,-0.00934137826598767f,-4.100723895728975e-18f,0.09726769264274883f,0.6892028569130755f,-0.7180100403133723f,1.1901607262657832f,-0.08704069636337715f,-0.7127759791935313f,-0.6959700573022385f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12740254600340012f,0.02838446982625089f,-4.446948184024112e-18f,-0.09726769264274883f,0.5761273141761281f,-0.8115517936818061f,1.1527674271698694f,0.0870406963633769f,-0.8073697474714125f,-0.5835906168235794f,0.036312087592277636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.166491980189033e-17f,9.126027997091283e-17f,-4.100723895728975e-18f,0f,0.7451967378222994f,-0.6668446760220876f,1.1901607262657832f,-1.2246467991473532e-16f,-0.6668446760220876f,-0.7451967378222994f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.179096074699026e-16f,-4.100705354660506e-18f,0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,-0.02354923511567938f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.179096074699026e-16f,-4.100705354660506e-18f,-0.08391398583884828f,0.9591412470712105f,-0.2701971708721628f,1.2151605409052626f,0.023549235115679138f,-0.26916898906223796f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.308961004472646e-17f,1.179096074699026e-16f,-4.100705354660506e-18f,0f,0.9628050108161461f,-0.2701971708721628f,1.2151605409052626f,-1.2246467991473532e-16f,-0.2701971708721628f,-0.9628050108161461f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1299313737341119f,-0.012446886158088128f,-0.19375f,0.1205904774487396f,0.8753090158243909f,-0.46828630512243363f,1.2276608565259288f,-0.04995021125231493f,-0.4657810268099191f,-0.8834891122474269f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287134736127295f,0.021677835823970606f,0.19375f,-0.12059047744873963f,0.8396985514738374f,-0.5294943620109889f,1.2276603725253454f,0.0499502112523147f,-0.527578604914267f,-0.8480364331988131f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0895706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.296f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.027485473885873645f,-0.6973393562327727f,-0.7162139142561607f,0.0638435946041549f,0f,0.7164845999904842f,-0.6976029085206538f,2.7747737087313897f,0.9996222029973468f,-0.01917394652485393f,-0.019692918762669074f,0.5147931814004155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.027485473885873645f,-0.6973393562327727f,-0.7162139142561607f,0.06126683142735423f,0f,0.7164845999904842f,-0.6976029085206538f,2.7747737087313897f,0.9996222029973468f,-0.01917394652485393f,-0.019692918762669074f,0.6085077629314167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.027485473885873645f,-0.6973393562327727f,-0.7162139142561607f,0.16998730015417868f,0f,0.7164845999904842f,-0.6976029085206538f,2.8794141450094877f,0.9996222029973468f,-0.01917394652485393f,-0.019692918762669074f,0.5646044099803165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7622133269136345f,-0.5489564193883943f,-0.343041825274298f,0.5415533635753302f,-0.5472889309913623f,0.8294993993759021f,-0.11138030548238442f,2.155230732957998f,0.34569592171383867f,0.10284744064531116f,-0.9326932687990883f,-0.38780498965066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.48265287448777416f,-0.5489564193883943f,-0.6824170662878839f,0.5621639551746698f,0.21412175746558101f,0.8294993993759021f,-0.5158319681978506f,2.1797934795420026f,0.849233816877625f,0.10284744064531116f,0.5179037827861168f,-0.47590117284933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728217740501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.241498056160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829245200219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4621225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25.mcfunction new file mode 100644 index 000000000..a8a480fb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..d0c29cf2d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,-0.12433096947636645f,-0.39280749461749975f,0.037327324429249284f,-0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,0.39265746245841177f,0.03306407064925855f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,0.15180672042763071f,-0.38479101513551f,0.037327324429249284f,0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,0.36775960642987665f,-0.11727309780538213f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7051159668067615f,0.12433096947636645f,0.3928074946175f,-0.03732732442924919f,0.12480398621170416f,0.8064694797111742f,-0.031231198576120767f,1.3979467426335606f,-0.392657462458412f,0.03306407064925859f,-0.7153120499839676f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6847558647459624f,-0.15180672042763071f,0.38479101513551023f,-0.03732732442924919f,-0.1893733813780369f,0.7766606338447549f,-0.0305938271766081f,1.3979467426335606f,-0.3677596064298769f,-0.11727309780538218f,-0.700713844882254f,-0.3257861448591079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.01903632027852316f,0.15884888255911675f,1.5542879080208958f,-0.5734696820199743f,1.544650889123354f,-0.23544302728239114f,0.005144087337374859f,1.1011682905554228f,0.23472856502923709f,1.5364699357337988f,-0.15990274339576566f,-0.05096052219007019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4986250913371453f,-0.8660254037844386f,0.037054261415167766f,-0.4697592664824306f,-0.8660545627763543f,0.499524110790929f,0.0206193363809163f,1.3282393589432382f,-0.036366366099476494f,-0.021809693682668135f,-0.9991005077959811f,-0.055604234476626505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4891869042188064f,-0.8660254037844386f,0.10342230291779629f,-0.2984375f,-0.8555125688991999f,0.499524110790929f,0.13628612252912375f,1.6325814018408606f,-0.16968917819446216f,-0.021809693682668135f,-0.9852562712640587f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.21768443431396164f,0.9250577372890788f,0.31125820429190343f,0.3337330517157307f,0.1108792634369894f,0.29340277378723434f,-0.9495370457615795f,1.5951067498020044f,-0.9697006115276415f,0.24121151509736583f,-0.03870050370927963f,0.3209464571734408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06831266748911445f,0.8934246707765783f,0.4439884425390874f,0.2984375f,0.10514284411438474f,0.4489969028537396f,-0.8873256243112152f,1.6325814018408606f,-0.9921080393747751f,-0.013933372725667352f,-0.12460938701569695f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.639277446715624e-17f,9.571698823003561e-17f,-0.15625000000000003f,0f,0.7815885224758478f,-0.6237943423389003f,1.3052237811179448f,-1.2246467991473532e-16f,-0.6237943423389003f,-0.7815885224758478f,0.2621132298430892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.3948415170437544e-17f,1.1766521548033718e-16f,-0.15625000000000003f,0f,0.9608093987773478f,-0.2772098469050322f,1.483642981845541f,-1.2246467991473532e-16f,-0.2772098469050322f,-0.9608093987773478f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.707600867231933e-17f,9.51676768328571e-17f,0.15624999999999997f,0f,0.7771030545224678f,-0.6293733730083046f,1.299431554407145f,-1.2246467991473532e-16f,-0.6293733730083046f,-0.7771030545224678f,0.23964839818080488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.9165943116109712e-17f,1.209556300925617e-16f,0.15624999999999997f,0f,0.987677673079093f,-0.1565018022294574f,1.483642981845541f,-1.2246467991473532e-16f,-0.1565018022294574f,-0.987677673079093f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.170176659688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.049384949556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879003557533249f,0.15340250702163055f,0.022815738908316632f,0.19419285174558287f,0.15306800536539844f,0.9407349036236529f,0.30263513814105414f,2.264662707184393f,0.02496142696065752f,0.3024657202786378f,-0.9528333617272291f,0.050014149799918986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997351021691069f,-0.003027796061996907f,0.022815738908316632f,0.0790078397787248f,0.004020122824518746f,0.9530980074340838f,0.30263513814105414f,2.2747304985041734f,-0.02266195277113825f,0.3026466928221521f,-0.9528333617272291f,0.05045371906194669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727189501694012f,0.22662226207228653f,0.04960034591187609f,0.05737079803811841f,0.21013712784423294f,0.7701448736007207f,0.6022617879028243f,2.280301800255185f,0.09828647660138382f,0.5962543282859838f,-0.7967562641846726f,0.007100505190816148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951408263664195f,-0.08505610727150649f,0.04960034591187609f,0.08628459138899683f,-0.03813556932156299f,0.7973872441822817f,0.6022617879028243f,2.2877720755598143f,-0.09077672637455067f,0.5974437558726378f,-0.7967562641846726f,0.014547193443706308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07166539736384782f,0.04960034591187609f,0.14392618572423274f,0.0870727897926938f,0.7935358014039511f,0.6022617879028243f,2.389168146454751f,0.003801680104023549f,0.6042888404652784f,-0.7967562641846726f,0.05555850823378648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08411638099659005f,0.022815738908316632f,0.125f,0.0870727897926938f,0.9491208049769336f,0.30263513814105414f,2.1756159653349414f,0.003801680104023549f,0.30347015011031f,-0.9528333617272291f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877274685741942f,-0.15587490887044242f,-0.009872213968769968f,-0.19486841618767803f,-0.15549411146293785f,0.9754298372279374f,0.15607118230420006f,2.2730468555804286f,-0.014697929254332729f,0.15569086495395498f,-0.987696474351065f,0.03501092125791613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999511123786246f,0.0005587880692799613f,-0.009872213968769968f,-0.07968340422081996f,-0.000988876152112586f,0.9877453154422575f,0.15607118230420006f,2.283114646900209f,0.009838443815326156f,0.1560733147522942f,-0.987696474351065f,0.03545049051994388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712601578700683f,-0.23583271416179696f,-0.03219684247391953f,-0.05733579009165703f,-0.22815788082377786f,0.8839234300209073f,0.408195236716546f,2.2801521898854995f,-0.06780624714739046f,0.4038097334031888f,-0.9123267024792339f,0.0013536412286491266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9965996186657525f,0.07584565518199603f,-0.03219684247391953f,-0.08636614921170258f,0.05615632230110788f,0.9111658006024683f,0.408195236716546f,2.2890624254456036f,0.06029649692055684f,0.4049991609898429f,-0.9123267024792339f,0.006364786469473947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0809906588972184f,-0.03219684247391953f,-0.14448383454471475f,-0.08707278979269381f,0.9087326218418926f,0.408195236716546f,2.396993568851369f,-0.0038016801040237956f,0.4094453995000482f,-0.9123267024792339f,0.022453523707277014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08659482019873241f,-0.009872213968769968f,-0.125f,-0.08707278979269381f,0.9839004600730129f,0.15607118230420006f,2.1756159653349414f,-0.0038016801040237956f,0.15633688554804553f,-0.987696474351065f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6622406459190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2875975628258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12129922085527817f,0.04820358778522912f,0.1333394379969301f,-0.1205904774487396f,0.7098990051300563f,-0.6939029753964462f,1.0330530522060963f,0.049950211252314705f,-0.6937794329145671f,-0.7184532516876728f,0.40517361592089957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05165111489943524f,0.11987180312780474f,0.12499999999999999f,-0.1205904774487396f,0.01101854461653995f,-0.9926411881557293f,0.9950141095027432f,0.049950211252314705f,-0.9986044031568149f,-0.017152912046369262f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16981159006528324f,-0.03630032350470197f,-0.15001331050069805f,0.1604299972043605f,0.8097434674905832f,-0.5644269065639373f,0.9783834593842635f,-0.06645228065352395f,-0.5616756543912396f,-0.8246845176551566f,0.42327775872578605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.0924909152447392f,-0.14696639141054083f,-0.125f,0.1604299972043605f,0.1607311764411366f,-0.97387253011719f,0.9988855769663036f,-0.06645228065352395f,-0.9826550358681518f,-0.17312762598414666f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13022356668955495f,-0.008883103856023577f,-4.100723895728975e-18f,0.09740372711205571f,0.6928359418782495f,-0.7144864390500069f,1.1817583825157831f,-0.08688843881752083f,-0.7092391559413017f,-0.6995928951036624f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1275125726498012f,0.027886030045436636f,-4.4397844958298755e-18f,-0.09740372711205571f,0.5805552185577642f,-0.808373770077943f,1.1443607068190988f,0.08688843881752058f,-0.804174223673935f,-0.5880086880125821f,0.03625359163900177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.152206593248101e-17f,9.138791272766215e-17f,-4.100723895728975e-18f,0f,0.7462389383721901f,-0.6656781856551608f,1.1817583825157831f,-1.2246467991473532e-16f,-0.6656781856551608f,-0.7462389383721901f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1785770276865514e-16f,-4.100705354660506e-18f,0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,-0.023680468816021125f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1785770276865514e-16f,-4.100705354660506e-18f,-0.08387704626743497f,0.9587190258379149f,-0.27170290871805214f,1.2067581971552626f,0.023680468816020882f,-0.27066899712102904f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.327400974805881e-17f,1.1785770276865514e-16f,-4.100705354660506e-18f,0f,0.962381176766332f,-0.27170290871805214f,1.2067581971552626f,-1.2246467991473532e-16f,-0.27170290871805214f,-0.962381176766332f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12998835302700557f,-0.011837015366739716f,-0.19375f,0.1205904774487396f,0.8774969222187156f,-0.46417355401333066f,1.2192585127759288f,-0.04995021125231493f,-0.46162991624677874f,-0.8856651719593818f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287972631488772f,0.02117432078780129f,0.19375f,-0.1205904774487396f,0.8417627811093806f,-0.5262065726382423f,1.2192580287753454f,0.04995021125231469f,-0.5242582239167638f,-0.8500931072838371f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0811683232045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.28759765625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.4492935982947064e-16f,-1f,0.017499999999999932f,0f,1f,-2.4492935982947064e-16f,2.86509765625f,1f,-8.43804385911128e-32f,-3.4450928483976665e-16f,0.5025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.4492935982947064e-16f,-1f,0.017499999999999877f,0f,1f,-2.4492935982947064e-16f,2.86509765625f,1f,-8.43804385911128e-32f,-3.4450928483976665e-16f,0.59625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.4492935982947064e-16f,-1f,0.16749999999999993f,0f,1f,-2.4492935982947064e-16f,2.86509765625f,1f,-8.43804385911128e-32f,-3.4450928483976665e-16f,0.549375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.756058828177539f,-0.5489564193883943f,-0.35640131586047763f,0.5415551143565802f,-0.5452442397431848f,0.8294993993759021f,-0.12099365876728385f,2.1368559704579977f,0.36205492312863674f,0.10284744064531116f,-0.9264656694076829f,-0.38780733808816054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4705697035340658f,-0.5489564193883943f,-0.6908046060414875f,0.5621657059559197f,0.20501154980274996f,0.8294993993759021f,-0.5195199812158259f,2.1614187170420025f,0.8582158344864863f,0.10284744064531116f,0.5028796927589869f,-0.47590352128683944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728235248314466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.223123293660965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829268684594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.45372015625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26.mcfunction new file mode 100644 index 000000000..fe57de77b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..383d585ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,-0.11917617855723969f,-0.4426346321357419f,0.0409622539547812f,-0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,0.4416809098857632f,0.041708227118043596f,-0.6856550459798268f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,0.145512778482044f,-0.43360127229623696f,0.0409622539547812f,0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,0.4153675102587569f,-0.12782751598386327f,-0.6716620858577896f,-0.31969066978268573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6758816947831874f,0.11917617855723969f,0.442634632135742f,-0.040962253954781105f,0.12266357627240011f,0.8068468917332502f,-0.029936345817458465f,1.3885214705728723f,-0.4416809098857633f,0.04170822711804361f,-0.6856550459798268f,-0.3196906697826858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6563657272904491f,-0.145512778482044f,0.4336012722962371f,-0.040962253954781105f,-0.19145198734910354f,0.7761998179952317f,-0.02932539998444911f,1.3885214705728723f,-0.415367510258757f,-0.1278275159838633f,-0.6716620858577896f,-0.3196906697826858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.028468316666180105f,0.21624015221312962f,1.5472026375097208f,-0.575183702182278f,1.5565640652763728f,-0.13572406875336804f,-0.009671496850183274f,1.0902261494387755f,0.1330568135665595f,1.5415010294293914f,-0.2178915111509401f,-0.011543819183380655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4999998245573374f,-0.8660254037844385f,-0.0004188587256687415f,-0.47162539330435094f,-0.8651642951871575f,0.499524110790929f,-0.044344166153405834f,1.316221041482889f,0.03861240443097419f,-0.02180969368266815f,-0.9990162258369616f,-0.03479612844219768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49459017254016213f,-0.8660254037844385f,0.07335230893907053f,-0.2984375f,-0.8622391272856115f,0.499524110790929f,0.08378156191119174f,1.6228899955908607f,-0.1091982078810815f,-0.02180969368266815f,-0.9937807045103202f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.24571651951081075f,0.9170484482825219f,0.31407886834696824f,0.341271087751259f,0.1600879559353468f,0.2811720942862064f,-0.9462103887398148f,1.5693687358408348f,-0.9560309819268077f,0.28277976748227157f,-0.07771978318765839f,0.3182007570817339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08862463847271039f,0.8910699591326398f,0.44512919628680514f,0.2984375f,0.15505485904347288f,0.4537816199230987f,-0.87751936281029f,1.6228899955908607f,-0.9839225905235586f,-0.008750391495480202f,-0.17838095892243008f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.94303785158208e-17f,9.321165589909887e-17f,-0.15625000000000003f,0f,0.7611309314979343f,-0.6485982617283882f,1.2974885850680105f,-1.2246467991473532e-16f,-0.6485982617283882f,-0.7611309314979343f,0.267819043198838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.7713544554490246e-17f,1.1651303096115497e-16f,-0.15625000000000003f,0f,0.9514010981964423f,-0.307954461488389f,1.473951575595541f,-1.2246467991473532e-16f,-0.307954461488389f,-0.9514010981964423f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.763292753287864e-17f,9.471391866718105e-17f,0.15624999999999997f,0f,0.7733978379164065f,-0.6339209606143561f,1.2899516573560592f,-1.2246467991473532e-16f,-0.6339209606143561f,-0.7733978379164065f,0.24072835457436642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.9875128080038784e-17f,1.2084112342419128e-16f,0.15624999999999997f,0f,0.9867426551747458f,-0.16229273692526386f,1.473951575595541f,-1.2246467991473532e-16f,-0.16229273692526386f,-0.9867426551747458f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.160485253438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0396935433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878759621772968f,0.15375135141121615f,0.021485001547697606f,0.19427268531348063f,0.15339301783112635f,0.9453827984252987f,0.2876142321273602f,2.2559503091130915f,0.023909525987346622f,0.2874228355242081f,-0.9575053254088378f,0.04851081545214225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997655802039456f,-0.002679430529704818f,0.021485001547697606f,0.07908767334662256f,0.0036140429106075317f,0.9577395220891898f,0.2876142321273602f,2.2660181004328717f,-0.02134767746871706f,0.28762445737525044f,-0.9575053254088378f,0.04895038471416997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972446320645246f,0.22834357714336698f,0.046982595084718776f,0.05731888412955369f,0.21345527995200472f,0.791094861497087f,0.5732414531185934f,2.2699805027483415f,0.09372831442064204f,0.5674752249131909f,-0.818038429528582f,0.007923832889184135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9954134558905747f,-0.08333479220042603f,0.046982595084718776f,0.08625446212393165f,-0.04145372142933476f,0.818337232078648f,0.5732414531185934f,2.2777159172046058f,-0.0862185641938089f,0.5686646524998449f,-0.818038429528582f,0.015006298160619283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07340816884381009f,0.046982595084718776f,0.14400486737643975f,0.0870727897926938f,0.8147469335347026f,0.5732414531185934f,2.380525070214336f,0.003801680104023549f,0.5751510019488777f,-0.818038429528582f,0.05216559419597096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0844660772286212f,0.021485001547697606f,0.125f,0.0870727897926938f,0.9537800494639771f,0.2876142321273602f,2.1659245590849414f,0.003801680104023549f,0.2883905321644632f,-0.9575053254088378f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877229475411609f,-0.1559395626549895f,-0.009286102496296694f,-0.1948938209467787f,-0.15556619993328002f,0.9764607503832576f,0.14941071045706245f,2.2636766205409833f,-0.014231526232975867f,0.14902099100440844f,-0.9887316157082994f,0.03431197055480441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999567610872083f,0.0004942230347234206f,-0.009286102496296694f,-0.07970880897992064f,-0.0008988067458054333f,0.988774813467227f,0.14941071045706245f,2.2737444118607635f,0.009255706478355588f,0.14941259651194871f,-0.9887316157082994f,0.034751539816832155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711497972632136f,-0.2365295036104859f,-0.030362233076576636f,-0.05732172449171212f,-0.22956174251110983f,0.8927870638756935f,0.3875985873961376f,2.2702432299031043f,-0.06457149255578763f,0.3833862967008544f,-0.9213281010862104f,0.002650682059005139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967099792726072f,0.07514886573330712f,-0.030362233076576636f,-0.08636090204946785f,0.05756018398843983f,0.9200294344572545f,0.3875985873961376f,2.2792656419652797f,0.057061742328954f,0.38457572428750847f,-0.9213281010862104f,0.007403352082206816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08169613391403298f,-0.030362233076576636f,-0.14449841716877715f,-0.08707278979269381f,0.9177067420076176f,0.3875985873961376f,2.3875346844729086f,-0.0038016801040237948f,0.38876738209019585f,-0.9213281010862104f,0.020949137459339257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08665963186123193f,-0.009286102496296694f,-0.125f,-0.08707278979269381f,0.9849338906131889f,0.14941071045706245f,2.1659245590849414f,-0.0038016801040237948f,0.14965072444609995f,-0.9887316157082994f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6525492396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2779061565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11801923252208243f,0.05575435059584572f,0.13266373573726783f,-0.1205904774487396f,0.6647437680093926f,-0.7372744805303921f,1.024449720692378f,0.04995021125231469f,-0.7376904389021003f,-0.6732887885211486f,0.408632289607275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04947890474831755f,0.12078462170480463f,0.12499999999999999f,-0.1205904774487396f,-0.0069013229253609976f,-0.9926783509730455f,0.9853227032527432f,0.04995021125231469f,-0.9987513252691016f,0.0008755964037900354f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17242683038762616f,-0.020559128617785055f,-0.1514661452794107f,0.1604299972043605f,0.8581364572831804f,-0.48771306798001757f,0.9613561857353963f,-0.06645228065352396f,-0.48360191153876675f,-0.872761872191949f,0.4190973588262212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09783649300579614f,-0.1434632714090008f,-0.125f,0.1604299972043605f,0.19645989216836013f,-0.9672981581530098f,0.9891941707163037f,-0.06645228065352396f,-0.9756185378545874f,-0.20917113326274767f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13025855476337195f,-0.00835438605904126f,-4.100723895728975e-18f,0.0975603355752298f,0.6970040676651995f,-0.7103994021538972f,1.1720669762657832f,-0.0867125583633329f,-0.7051368934959534f,-0.7037491695575648f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12763705739643505f,0.027310591986351492f,-4.431520746761022e-18f,-0.09756033557522983f,0.5856407061101552f,-0.8046781619189421f,1.1346643661668134f,0.08671255836333266f,-0.8004584592132048f,-0.5930827828356745f,0.03618611300700267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.13570481444108e-17f,9.153484879457986e-17f,-4.100723895728975e-18f,0f,0.7474387624114152f,-0.664330713157906f,1.1720669762657832f,-1.2246467991473532e-16f,-0.664330713157906f,-0.7474387624114152f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1779747686899667e-16f,-4.100705354660506e-18f,0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,-0.023831764019154364f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1779747686899667e-16f,-4.100705354660506e-18f,-0.08383418466014515f,0.9582291154248117f,-0.2734388264942483f,1.1970667909052626f,0.02383176401915412f,-0.27239830920599883f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3486598362878965e-17f,1.1779747686899667e-16f,-4.100705354660506e-18f,0f,0.96188939497504f,-0.2734388264942483f,1.1970667909052626f,-1.2246467991473532e-16f,-0.2734388264942483f,-0.96188939497504f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.130050518802694f,-0.011133257143172488f,-0.19375f,0.12059047744873963f,0.8799964890996697f,-0.45941714804841566f,1.2095671065259288f,-0.049950211252314934f,-0.4568293354540676f,-0.8881508512997349f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12889146119241143f,0.020593156318324275f,0.19375f,-0.1205904774487396f,0.8441277097076899f,-0.5224043897713102f,1.2095666225253454f,0.04995021125231469f,-0.5204184863504898f,-0.8524491629771913f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0714769169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.27790625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.039085416795353475f,0.6935000364004162f,-0.7193956002830117f,0.05479412344302369f,0f,0.7199457301444843f,0.6940303636345639f,2.9014761485755316f,0.9992358731520469f,-0.02712646603128772f,0.0281393789327323f,0.4886744231969023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.039085416795353475f,0.6935000364004162f,-0.7193956002830117f,0.05845838126758808f,0f,0.7199457301444843f,0.6940303636345639f,2.9014761485755316f,0.9992358731520469f,-0.02712646603128772f,0.0281393789327323f,0.5823527863049067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.039085416795353475f,0.6935000364004162f,-0.7193956002830117f,0.16453559239775767f,0f,0.7199457301444843f,0.6940303636345639f,2.797371594030347f,0.9992358731520469f,-0.02712646603128772f,0.0281393789327323f,0.5312926979109946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7486694810322291f,-0.5489564193883943f,-0.37167305226933794f,0.5415572542003304f,-0.5426762085942705f,0.8294993993759021f,-0.13203514327922486f,2.1182695767079975f,0.38078411310962107f,0.10284744064531116f,-0.9189264732044825f,-0.38781020840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4564520348083353f,-0.5489564193883943f,-0.7002131029419569f,0.5621678457996698f,0.19442501723824018f,0.8294993993759021f,-0.5235739289794017f,2.1428323232920024f,0.8682456176631359f,0.10284744064531116f,0.48535755002005365f,-0.47590639159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728256646751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.204536899910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829297387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.44402875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27.mcfunction new file mode 100644 index 000000000..a98e9299b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..d53d5fbd6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6460083240938652f,-0.11390869730000676f,-0.486459143531392f,0.04467664769984227f,-0.1207810194078391f,0.8071788373011902f,-0.02861318591744733f,1.3779860125888312f,0.4847985509432585f,0.049311030580983094f,-0.6553497018468862f,-0.31432951057801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6273549450330541f,0.13908124289648305f,-0.47653140590830245f,0.04467664769984227f,0.19328018570853625f,0.7757945161766929f,-0.028029243347703507f,1.3779860125888312f,0.4572401368592302f,-0.137110453812029f,-0.6419752181357253f,-0.31432951057801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.646008324093865f,0.11390869730000672f,0.4864591435313922f,-0.0446766476998422f,0.1207810194078391f,0.8071788373011902f,-0.02861318591744733f,1.3779860125888312f,-0.48479855094325863f,0.04931103058098311f,-0.655349701846886f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6273549450330539f,-0.139081242896483f,0.47653140590830256f,-0.0446766476998422f,-0.19328018570853625f,0.7757945161766929f,-0.028029243347703507f,1.3779860125888312f,-0.4572401368592303f,-0.13711045381202902f,-0.6419752181357251f,-0.31432951057801006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03390740999634382f,0.27109326586708105f,1.5384293869881907f,-0.5756200316052095f,1.5617305997202313f,-0.040766555240784194f,-0.02723732496569705f,1.0803122794653843f,0.035412871174570267f,1.5382629096403908f,-0.2718444396706564f,0.025380323458450926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49869384389397636f,-0.8660254037844386f,-0.03611717129358948f,-0.47285581724302184f,-0.8597901462225813f,0.4995241107909291f,-0.1060026754241792f,1.3041616058575873f,0.10984240766116954f,-0.021809693682668142f,-0.9937097074803415f,-0.015481391799644686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49793652501077634f,-0.8660254037844386f,0.04537859693944579f,-0.2984375f,-0.8655892708675539f,0.4995241107909291f,0.03508385522584687f,1.6121204643408609f,-0.05305121317339546f,-0.021809693682668142f,-0.9983535977008844f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.27598808727191226f,0.9082346478560278f,0.3145479297624265f,0.34847734793232193f,0.20822451291645386f,0.26298919971320883f,-0.942061162056324f,1.5424474945479596f,-0.938335296098733f,0.32549424767274004f,-0.11653483096164903f,0.3144880867941118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10782127918643736f,0.888904022160377f,0.4452237764784178f,0.2984375f,0.2052794990303486f,0.4580897195141107f,-0.8648781047947349f,1.6121204643408609f,-0.9727460609184956f,-0.0018569498074204362f,-0.2318655918953119f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.221334542895046e-17f,9.076653381064324e-17f,-0.15625000000000003f,0f,0.7411649944607576f,-0.6713229111135603f,1.2887261080946832f,-1.2246467991473532e-16f,-0.6713229111135603f,-0.7411649944607576f,0.2731272580690679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.1220378438548767e-17f,1.153190280396145e-16f,-0.15625000000000003f,0f,0.9416513244463965f,-0.3365899332546168f,1.4631820443455412f,-1.2246467991473532e-16f,-0.3365899332546168f,-0.9416513244463965f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.808842665853994e-17f,9.433872719415078e-17f,0.15624999999999997f,0f,0.7703341670417387f,-0.637640393237529f,1.2793606134399216f,-1.2246467991473532e-16f,-0.637640393237529f,-0.7703341670417387f,0.24161457492939942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.04571976307782e-17f,1.207439476400944e-16f,0.15624999999999997f,0f,0.9859491546800354f,-0.16704569550193f,1.4631820443455412f,-1.2246467991473532e-16f,-0.16704569550193f,-0.9859491546800354f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.149715722188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.028924012056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878505777548403f,0.15411436556488636f,0.01999995889897358f,0.1943588945240759f,0.15373473196770066f,0.950269538247648f,0.2708383962170448f,2.2462408150665483f,0.022734735895701616f,0.27062255450190087f,-0.9624170430632546f,0.04682228882924759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999797296230784f,-0.002316914684106386f,0.01999995889897358f,0.07917388255721781f,0.0031870954492184966f,0.9626195539033978f,0.2708383962170448f,2.2563086063863285f,-0.019879860970631345f,0.2708472380312747f,-0.9624170430632546f,0.047261858091275324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972160915678342f,0.23014555318545332f,0.04400202695796475f,0.05727155114881585f,0.21694772265703732f,0.8131452769159022f,0.540118916779709f,2.2586273590379475f,0.0885259264925987f,0.5346286402525802f,-0.8404376106293103f,0.008887591156084507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956988608574788f,-0.0815328161583397f,0.04400202695796475f,0.08622993461694528f,-0.04494616413436732f,0.8403876474974632f,0.540118916779709f,2.26664183945197f,-0.08101617626576556f,0.5358180678392341f,-0.8404376106293103f,0.015554356159143287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07523260674392798f,0.04400202695796475f,0.14408674501081772f,0.08707278979269381f,0.8370722101553911f,0.540118916779709f,2.3708577403314983f,0.003801680104023551f,0.5418949804787662f,-0.8404376106293103f,0.04837630043680374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0848299778258567f,0.01999995889897358f,0.125f,0.08707278979269381f,0.9586787222069219f,0.2708383962170448f,2.155155027834941f,0.003801680104023551f,0.2715492265681644f,-0.9624170430632546f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877182481859084f,-0.15600676656607648f,-0.008634291294477223f,-0.1949215584236062f,-0.15564261836975823f,0.9775535849391923f,0.14200128140104615f,2.2532584546056365f,-0.013712678351291278f,0.14160112061043514f,-0.9898288160557376f,0.03353272802302504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999626325966967f,0.0004271113741754762f,-0.008634291294477223f,-0.0797365464567481f,-0.0008033273553863657f,0.9898661478935528f,0.14200128140104615f,2.2633262459254166f,0.008607443025888884f,0.14200291134428566f,-0.9898288160557376f,0.033972297285052785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710347868732999f,-0.2372556506340069f,-0.02830545749779021f,-0.0573115542104326f,-0.2310360946564804f,0.9020957569666914f,0.36447985983943476f,2.2592940084793143f,-0.060940673181439156f,0.3604622053765502f,-0.9307809800631226f,0.0041012366271373606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9968249896625209f,0.07442271870978613f,-0.02830545749779021f,-0.08635992174990723f,0.05903453613381039f,0.9293381275482524f,0.36447985983943476f,2.268434229630506f,0.053430922954605525f,0.3616516329632043f,-0.9307809800631226f,0.00856378361276108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08243133245154273f,-0.02830545749779021f,-0.14451357497241957f,-0.08707278979269381f,0.9271314691289166f,0.36447985983943476f,2.37701164143088f,-0.0038016801040237956f,0.36555753908395855f,-0.9307809800631226f,0.01927558994305781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08672699987742044f,-0.008634291294477223f,-0.125f,-0.08707278979269381f,0.9860293937597288f,0.14200128140104615f,2.155155027834941f,-0.0038016801040237956f,0.14221273548484906f,-0.9898288160557376f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6417797084190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2671366253258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11451827668237574f,0.06263107185067718f,0.1320518359589539f,-0.12059047744873963f,0.6200140676143495f,-0.775268013469532f,1.0147936369402009f,0.0499502112523147f,-0.7761881989994489f,-0.6285195749774555f,0.41192490004611115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0474093227590827f,0.1216118537437489f,0.12499999999999999f,-0.12059047744873963f,-0.023850063970027202f,-0.9924157955198571f,0.9745531720027432f,0.0499502112523147f,-0.9985907723207496f,0.01792891049948092f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17355886442989515f,-0.005568678914346092f,-0.15276247452370745f,0.16042999720436044f,0.8971035855745694f,-0.41166415042636395f,0.9441749545613258f,-0.06645228065352393f,-0.4063034301197278f,-0.9113186144641668f,0.41505978806092547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10266342075264935f,-0.1400496756383616f,-0.125f,0.16042999720436044f,0.2292738067821119f,-0.9600498619970983f,0.9784246394663036f,-0.06645228065352393f,-0.9679327164441769f,-0.24226091478598433f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029491696488615f,-0.0077666896796065345f,-4.100723895728975e-18f,0.09773399345356115f,0.7016076435637757f,-0.7058291443518786f,1.1612974450157831f,-0.08651678091032483f,-0.700549747773846f,-0.7083395354735719f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12777234418308067f,0.02667048776131026f,-4.42233643106866e-18f,-0.09773399345356115f,0.591264385276065f,-0.800533880124843f,1.1238894944110167f,0.08651678091032458f,-0.7962918150816808f,-0.5986937379452347f,0.03611111737806904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.117336222889171e-17f,9.169778127673379e-17f,-4.100723895728975e-18f,0f,0.7487692070936482f,-0.6628308038318296f,1.1612974450157831f,-1.2246467991473532e-16f,-0.6628308038318296f,-0.7487692070936482f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1773010129797985e-16f,-4.100705354660506e-18f,0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,-0.023999799102156535f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1773010129797985e-16f,-4.100705354660506e-18f,-0.08378623477011068f,0.9576810456738061f,-0.2753668128518275f,1.1862972596552626f,0.023999799102156293f,-0.2743189589934125f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.372270859503988e-17f,1.1773010129797985e-16f,-4.100705354660506e-18f,0f,0.961339231686623f,-0.2753668128518275f,1.1862972596552626f,-1.2246467991473532e-16f,-0.2753668128518275f,-0.961339231686623f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13011513067272157f,-0.010350827285123258f,-0.19375f,0.1205904774487396f,0.8827438751602839f,-0.45411583061559346f,1.1987975752759288f,-0.04995021125231493f,-0.45147901793663225f,-0.8908825246679964f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12899306210650505f,0.01994684897053078f,0.19375f,-0.1205904774487396f,0.8467355776627877f,-0.518166766850934f,1.1987970912753454f,0.04995021125231469f,-0.5161391783699939f,-0.8550469723631543f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0607073857045095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.26713671875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09271815530050019f,0.9943278322833057f,-0.0521105135692871f,0.14841788150431992f,0f,0.05233595624294265f,0.9986295347545738f,2.8284535997812f,0.9956923941045611f,-0.09259108829104092f,0.004852493318733334f,0.46278307987728023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09271815530050019f,0.9943278322833057f,-0.0521105135692871f,0.15711020856374183f,0f,0.05233595624294265f,0.9986295347545738f,2.8284535997812f,0.9956923941045611f,-0.09259108829104092f,0.004852493318733334f,0.5561292418245829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09271815530050019f,0.9943278322833057f,-0.0521105135692871f,0.16058062206942395f,0f,0.05233595624294265f,0.9986295347545738f,2.678659169568014f,0.9956923941045611f,-0.09259108829104092f,0.004852493318733334f,0.5087282868531215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7400964257423241f,-0.5489564193883943f,-0.3884638081156464f,0.5415597831065804f,-0.5395602827262056f,0.8294993993759021f,-0.14424093642040228f,2.0998842860829976f,0.4014124834977775f,0.10284744064531116f,-0.9101046214830774f,-0.38781360058816056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4405435030673806f,-0.5489564193883943f,-0.7103296921271094f,0.5621703747059198f,0.18256701095624664f,0.8294993993759021f,-0.527825760024574f,2.1244470326670024f,0.8789713922623548f,0.10284744064531116f,0.46565190382633104f,-0.47590978378683946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728281935814466f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.186151609285965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829331309594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.43325921875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28.mcfunction new file mode 100644 index 000000000..0ab0c1407 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..6332adbbf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045085f,-0.10920541262156086f,-0.5210020991729327f,0.04799319508515523f,-0.1192971676501293f,0.807440480401446f,-0.02743174883567108f,1.3665337929281625f,0.5187843437104717f,0.05530364280660935f,-0.6282903439156604f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6014514892754133f,0.13333858501100654f,-0.5103694032714443f,0.04799319508515523f,0.19472119150238726f,0.7754750528833586f,-0.026871917226779837f,1.3665337929281625f,0.49024459571552464f,-0.14442736618388796f,-0.6154680919990143f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6193346712045082f,0.10920541262156083f,0.5210020991729329f,-0.04799319508515516f,0.1192971676501293f,0.807440480401446f,-0.02743174883567108f,1.3665337929281625f,-0.5187843437104719f,0.0553036428066094f,-0.6282903439156602f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.601451489275413f,-0.13333858501100648f,0.5103694032714445f,-0.04799319508515516f,-0.19472119150238726f,0.7754750528833586f,-0.026871917226779837f,1.3665337929281625f,-0.49024459571552487f,-0.14442736618388802f,-0.6154680919990141f,-0.31010378669206773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03581616948652909f,0.3199602364339023f,1.5289698816865145f,-0.575095227531264f,1.5612250329736737f,0.04353966201937476f,-0.04568308491762006f,1.070987027069725f,-0.051960065624131774f,1.52876943812087f,-0.31870112432800735f,0.057480090099619796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49537865999425573f,-0.8660254037844387f,-0.06782317614426284f,-0.473571234529257f,-0.8512875514324529f,0.499524110790929f,-0.160577605894069f,1.2920075603654484f,0.17294359773762896f,-0.021809693682668135f,-0.9846902301043886f,0.0010754168875815578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4995422056074449f,-0.8660254037844387f,0.021391232242425718f,-0.2984375f,-0.8662751159261753f,0.499524110790929f,-0.006564012920729667f,1.6004837455908607f,-0.005000834324498771f,-0.021809693682668135f,-0.9997496331169756f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3082285025929386f,0.8984853853340338f,0.312600707821443f,0.3552175616251696f,0.25382932997033536f,0.23901184964207517f,-0.9372534379651455f,1.5148955958721562f,-0.9168237897415866f,0.36823545194865f,-0.15439167883033106f,0.30989411178186577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12552131292632218f,0.8869847502452233f,0.4444124805106972f,0.2984375f,0.25475565838894526f,0.4617519919699815f,-0.8496379537371016f,1.6004837455908607f,-0.9588242563265006f,0.006568922603652307f,-0.2839241003080928f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.456541542994275e-17f,8.85792771464058e-17f,-0.15625000000000003f,0f,0.723304688405491f,-0.6905290201943981f,1.278958803833469f,-1.2246467991473532e-16f,-0.6905290201943981f,-0.723304688405491f,0.27767862255428755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.423043465923314e-17f,1.1419836459631933e-16f,-0.15625000000000003f,0f,0.9325004129829817f,-0.3611689075579023f,1.451545325595541f,-1.2246467991473532e-16f,-0.3611689075579023f,-0.9325004129829817f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.842982350732679e-17f,9.405509348901921e-17f,0.15624999999999997f,0f,0.7680181220781702f,-0.6404281100635114f,1.2678609516707005f,-1.2246467991473532e-16f,-0.6404281100635114f,-0.7680181220781702f,0.2422805485968213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.089467282716535e-17f,1.2066901207047438e-16f,0.15624999999999997f,0f,0.9853372593182693f,-0.17061795157357235f,1.451545325595541f,-1.2246467991473532e-16f,-0.17061795157357235f,-0.9853372593182693f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.138079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.0172872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878251965564745f,0.15447733361191193f,0.018388432459471506f,0.19444905129790443f,0.1540808250222404f,0.9552188995143874f,0.2526181968326674f,2.235716135824148f,0.021458807250828583f,0.25237592478419296f,-0.9673912921774184f,0.04497713563133672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998290082293508f,-0.001954444881862208f,0.018388432459471506f,0.07926403933104635f,0.002754676841895176f,0.9675621212017906f,0.2526181968326674f,2.245783927143928f,-0.01828567905792698f,0.25262565538894766f,-0.9673912921774184f,0.04541670489336444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9718738101691572f,0.23195826602893982f,0.040702087515661296f,0.05723286326347972f,0.22048458828813872f,0.8354761676514708f,0.5033548644980215f,2.2465003404079287f,0.08275169747319358f,0.4981715930352304f,-0.8631206291463817f,0.009979506315281439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959859663666636f,-0.07972010331485317f,0.040702087515661296f,0.08621418808832287f,-0.04848302976546874f,0.8627185382330318f,0.5033548644980215f,2.2547974364231704f,-0.07524194724636044f,0.4993610206218845f,-0.8631206291463817f,0.01618487770713056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0770679152810261f,0.040702087515661296f,0.14416861224586844f,0.08707278979269381f,0.8596814582529367f,0.5033548644980215f,2.360337347179565f,0.0038016801040235493f,0.5049834915819931f,-0.8631206291463817f,0.04426078355804798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08519383220385983f,0.018388432459471506f,0.125f,0.08707278979269381f,0.9636401693094415f,0.2526181968326674f,2.143518309084941f,0.0038016801040235493f,0.253258040440361f,-0.9673912921774184f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877135548333964f,-0.15607388463397454f,-0.007929447246548905f,-0.19495094376484856f,-0.15572081971424417f,0.9786719162675117f,0.1339862180106613f,2.2419948227624626f,-0.01315142220061635f,0.13357478371510617f,-0.9909514706833851f,0.03268778668726484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999684966061886f,0.00036008543897984857f,-0.007929447246548905f,-0.07976593179799048f,-0.0007056203484706036f,0.9909829440929463f,0.1339862180106613f,2.252062614082243f,0.007906193463544363f,0.13398759216939926f,-0.9909514706833851f,0.033127355949292586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709196210497023f,-0.23798277902718468f,-0.026063122360927272f,-0.057307042208149736f,-0.23252674950837302f,0.911507381295686f,0.33924269278283875f,2.2475368504558486f,-0.05697719038152755f,0.3354377598452198f,-0.9403377632777745f,0.00567742153100155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969401554861185f,0.07369559031660834f,-0.026063122360927272f,-0.08636461214937513f,0.060525190985703f,0.938749751877247f,0.33924269278283875f,2.2567961833746666f,0.04946744015469392f,0.33662718743187386f,-0.9403377632777745f,0.009823263786717107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08316752459160551f,-0.026063122360927272f,-0.1445287134141799f,-0.08707278979269382f,0.9366604105390416f,0.33924269278283875f,2.3656271616712545f,-0.003801680104023795f,0.3402211606913051f,-0.9403377632777745f,0.017465254254859494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0867942818407997f,-0.007929447246548905f,-0.125f,-0.08707278979269382f,0.9871504559391729f,0.1339862180106613f,2.143518309084941f,-0.003801680104023795f,0.13416679909285653f,-0.9909514706833851f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6301429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2554999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11115698540345219f,0.06841937921000568f,0.1315419515007504f,-0.1205904774487396f,0.579455539978328f,-0.8060330104512526f,1.0042721312616953f,0.049950211252314684f,-0.8073880119152382f,-0.5879026914476646f,0.41479268447938944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.045556495720692244f,0.12231799766639573f,0.12499999999999999f,-0.1205904774487396f,-0.038922701366756574f,-0.9919389900931403f,0.9629164532527432f,0.049950211252314684f,-0.9982032002633354f,0.033096032691008526f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17348409072704368f,0.007547176402913067f,-0.15384022143085382f,0.1604299972043605f,0.9256163417306709f,-0.3427777762897397f,0.9273421437006047f,-0.06645228065352396f,-0.33635941816119974f,-0.9393862018415027f,0.4114685846363475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10670537445004254f,-0.13699508265088212f,-0.125f,0.1604299972043605f,0.25718362079964663f,-0.9529526752097359f,0.9667879207163037f,-0.06645228065352396f,-0.9604533035269647f,-0.27039516663595425f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13033122671971348f,-0.007131493335937226f,-4.100723895728975e-18f,0.09792119304552696f,0.7065482829628515f,-0.7008573063004956f,1.1496607262657832f,-0.08630484811415012f,-0.6955596992235682f,-0.7132658536674896f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12791491621279766f,0.02597808818482965f,-4.412411121039511e-18f,-0.09792119304552693f,0.5973079935288651f,-0.7960116838458225f,1.1122471741489555f,0.08630484811414985f,-0.7917454989305553f,-0.6047235220455702f,0.03603007107119869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.097451875077038e-17f,9.187341911401639e-17f,-4.100723895728975e-18f,0f,0.750203398873718f,-0.6612071236143188f,1.1496607262657832f,-1.2246467991473532e-16f,-0.6612071236143188f,-0.750203398873718f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1765676855065947e-16f,-4.100705354660506e-18f,0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,-0.024181256297341427f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1765676855065947e-16f,-4.100705354660506e-18f,-0.08373404527298477f,0.957084516992002f,-0.2774488006757425f,1.1746605409052626f,0.024181256297341185f,-0.2763930242250882f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.397767856748201e-17f,1.1765676855065947e-16f,-4.100705354660506e-18f,0f,0.9607404243621646f,-0.2774488006757425f,1.1746605409052626f,-1.2246467991473532e-16f,-0.2774488006757425f,-0.9607404243621646f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13017965401288734f,-0.009504974305636274f,-0.19375f,0.1205904774487396f,0.885676587140524f,-0.4483691779547282f,1.1871608565259288f,-0.04995021125231493f,-0.44567952687126955f,-0.8937979277910921f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12909920135227304f,0.01924793666009695f,0.19375f,-0.12059047744873963f,0.8495295235873426f,-0.5135732910716324f,1.1871603725253455f,0.0499502112523147f,-0.5115007182435503f,-0.8578298150753337f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0490706669545096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2555f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15695159597871078f,0.7707579841225032f,0.6174935841214468f,0.24073757832584755f,-6.938893903907228e-18f,-0.6252426563357041f,0.7804304073383304f,2.6376163078655845f,0.9876062963143439f,-0.12248979798206625f,-0.09813283278585727f,0.4219485362641669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.15695159597871078f,0.7707579841225032f,0.6174935841214468f,0.2554517904488517f,-6.938893903907228e-18f,-0.6252426563357041f,0.7804304073383304f,2.6376163078655845f,0.9876062963143439f,-0.12248979798206625f,-0.09813283278585727f,0.5145366265436366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15695159597871078f,0.7707579841225032f,0.6174935841214468f,0.15547064676913258f,-6.938893903907228e-18f,-0.6252426563357041f,0.7804304073383304f,2.520551746764835f,0.9876062963143439f,-0.12248979798206625f,-0.09813283278585727f,0.48296250632178034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7304099734102304f,-0.5489564193883943f,-0.4063842028858158f,0.5415627010753303f,-0.5358849685001578f,0.8294993993759021f,-0.15734690009848412f,2.0821128329579977f,0.4234720430895662f,0.10284744064531116f,-0.9000521277538638f,-0.38781751465066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4231023095712251f,-0.5489564193883943f,-0.7208545520753604f,0.5621732926746698f,0.16964995608829f,0.8294993993759021f,-0.5321180685094791f,2.1066755795420025f,0.8900580475647284f,0.10284744064531116f,0.4440935441075142f,-0.47591369784933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728311115501966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.168380156160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829370450219457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.4216225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29.mcfunction new file mode 100644 index 000000000..c1b768228 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..7b8f253eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905311f,-0.10583335062178062f,-0.5435906485337462f,0.05037102338454276f,-0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,0.5410085495791019f,0.059222369926068295f,-0.6088898953235311f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809427f,0.12922133509796227f,-0.5324969618289759f,0.05037102338454276f,0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,0.5118270814685906f,-0.14921208808191f,-0.5964635709291733f,-0.3073404744389614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6002107572905309f,0.10583335062178058f,0.5435906485337464f,-0.05037102338454269f,0.118326837866512f,0.8076115757224829f,-0.0265847069572906f,1.3543614729966837f,-0.5410085495791023f,0.05922236992606834f,-0.6088898953235309f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5828797750809425f,-0.12922133509796221f,0.5324969618289761f,-0.05037102338454269f,-0.19566350318067566f,0.7752661474137359f,-0.026042161917345895f,1.3543614729966837f,-0.5118270814685908f,-0.14921208808191005f,-0.5964635709291731f,-0.30734047443896145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03531217226590848f,0.3595624811567249f,1.5201559533923756f,-0.5741266125734615f,1.557247979346906f,0.11166069713923284f,-0.06258489861266998f,1.0614674770389132f,-0.1230367071643273f,1.5164606690774414f,-0.35583037789283717f,0.08253372817729948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49118935791656926f,-0.8660254037844385f,-0.09345060015595698f,-0.4739797752845617f,-0.8418026684995582f,0.4995241107909291f,-0.2045578892283419f,1.279554886902917f,0.22383315656205033f,-0.021809693682668142f,-0.9743834231373896f,0.013633966977459692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999894896187721f,-0.8660254037844385f,0.003241954774501824f,-0.2984375f,-0.8654657764701834f,0.4995241107909291f,-0.03800858452237192f,1.588190776840861f,0.031296965182304674f,-0.021809693682668142f,-0.9992721537358309f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3420731020676139f,0.887664152106741f,0.3082828991469689f,0.3613866336814821f,0.29554420072615817f,0.2097919004008076f,-0.9320091115130549f,1.487255763731512f,-0.8919863330001061f,0.4099264709564851f,-0.19057982618888553f,0.3045725999110839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14143321841584722f,0.8853476349504656f,0.4428952585162233f,0.2984375f,0.30245284914616055f,0.4646456273112764f,-0.832241981075144f,1.588190776840861f,-0.9426128148778293f,0.016248270927318894f,-0.3334922411690673f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.632729984886401e-17f,8.68630826497822e-17f,-0.15625000000000003f,0f,0.7092908968549928f,-0.7049158982734325f,1.2681776953778905f,-1.2246467991473532e-16f,-0.7049158982734325f,-0.7092908968549928f,0.2811298488420775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.651496281309903e-17f,1.1328705160394362e-16f,-0.15625000000000003f,0f,0.9250589776808996f,-0.37982349560285106f,1.4392523568455413f,-1.2246467991473532e-16f,-0.37982349560285106f,-0.9250589776808996f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.864430572269359e-17f,9.387582758098102e-17f,0.15624999999999997f,0f,0.7665543048521504f,-0.6421794902615908f,1.2556555393739004f,-1.2246467991473532e-16f,-0.6421794902615908f,-0.7665543048521504f,0.24269972008358232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.117005282835206e-17f,1.2062100434776422e-16f,0.15624999999999997f,0f,0.9849452465130786f,-0.17286659992980408f,1.4392523568455413f,-1.2246467991473532e-16f,-0.17286659992980408f,-0.9849452465130786f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.1257860346887143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,2.004994324556482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878007035449248f,0.1548275999957055f,0.016678859544983844f,0.194540879387267f,0.15442019866355688f,0.9600721686951794f,0.2332720153418379f,2.22455985778615f,0.020104037426823224f,0.2330018136764279f,-0.9722684724409385f,0.04300532962414165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998596105017875f,-0.0016046593073278659f,0.016678859544983844f,0.07935586742040891f,0.002330653662535348f,0.9724087283194566f,0.2332720153418379f,2.23462764910593f,-0.016592990710513976f,0.23327813904574243f,-0.9722684724409385f,0.04344489888616937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715951033156137f,0.23371795184765037f,0.03713319535484778f,0.057206258524354375f,0.2239466049926387f,0.8573344808633376f,0.4634927248998226f,2.2338505268110485f,0.07649100159752767f,0.45864311496732496f,-0.8853223253525667f,0.01118107408406761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9962646732202071f,-0.07796041749614262f,0.03713319535484778f,0.08620985360574489f,-0.051945046469968684f,0.8845768514448986f,0.4634927248998226f,2.242424257574235f,-0.06898125137069452f,0.45983254255397904f,-0.8853223253525667f,0.016886180406926358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07884953580481424f,0.03713319535484778f,0.14424761462805435f,0.08707278979269381f,0.8818122380885031f,0.4634927248998226f,2.349139030512701f,0.003801680104023551f,0.46496228606276285f,-0.8853223253525667f,0.039890963897734694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0855449539024639f,0.016678859544983844f,0.125f,0.08707278979269381f,0.9685052896789335f,0.2332720153418379f,2.1312253403349413f,0.003801680104023551f,0.23383661972785744f,-0.9722684724409385f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877090308283206f,-0.15613858092070818f,-0.007184286203024585f,-0.19498132348307284f,-0.15579849477636326f,0.979782721407347f,0.12550955285169602f,2.2300885407875777f,-0.012557843986887756f,0.12508621978331838f,-0.9920663980675489f,0.03179192434023319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999741490281275f,0.0002954779605793545f,-0.007184286203024585f,-0.07979631151621475f,-0.0006085708938665946f,0.9920922244350243f,0.12550955285169602f,2.240156332107358f,0.007164559786846359f,0.12551068045525188f,-0.9920663980675489f,0.032231493602260936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708083243809127f,-0.23868547853833383f,-0.023673606561977846f,-0.05730959775224524f,-0.23398474484194548f,0.9207128015414185f,0.3123124657438482f,2.235200097414585f,-0.05274785771928946f,0.3087348043429494f,-0.9496844128937499f,0.0073499030902386756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970514521549081f,0.07299289080545919f,-0.023673606561977846f,-0.08637606092783248f,0.06198318631927552f,0.9479551721229795f,0.3123124657438482f,2.2445759324204912f,0.04523810749245584f,0.3099242319296035f,-0.9496844128937499f,0.011157797705935266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0838789833405523f,-0.023673606561977846f,-0.14454330562458612f,-0.0870727897926938f,0.9459805775060687f,0.3123124657438482f,2.353584734384129f,-0.003801680104023794f,0.3131853494897875f,-0.9496844128937499f,0.015550663523412434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08685913610927178f,-0.007184286203024585f,-0.125f,-0.0870727897926938f,0.9882639735519477f,0.12550955285169602f,2.1312253403349413f,-0.003801680104023794f,0.1256575069530918f,-0.9920663980675489f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6178500209190723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2432069378258757f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10836426211449696f,0.07276175885619067f,0.13117469623801295f,-0.1205904774487396f,0.5471262188812375f,-0.8283180774083136f,0.9930484680396967f,0.04995021125231469f,-0.8300060766699847f,-0.5555131763394532f,0.4169664372200589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.044036454297796165f,0.12287342083764069f,0.12499999999999999f,-0.1205904774487396f,-0.0512181042702603f,-0.9913801705418793f,0.9506234845027433f,0.04995021125231469f,-0.9977161402362089f,0.04546954923913671f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17274114730224197f,0.017725282388468697f,-0.15464323147041584f,0.16042999720436046f,0.94415399736635f,-0.2878114751953983f,0.9113197164769139f,-0.06645228065352393f,-0.2805953051742805f,-0.9575230384226259f,0.40861748422357863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10971954069170833f,-0.1345931350309011f,-0.125f,0.16042999720436046f,0.2782699682308599f,-0.9470100531556174f,0.9544949519663037f,-0.06645228065352393f,-0.9542156188048887f,-0.2916447277506461f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13036622065964396f,-0.006460291509436619f,-4.100723895728975e-18f,0.09811845052162924f,0.7117293457841017f,-0.6955674719371004f,1.1373677575157832f,-0.08608052348063683f,-0.6902506695836342f,-0.7184317341380766f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1280614530193809f,0.02524581363376368f,-4.40192448755776e-18f,-0.09811845052162926f,0.6036549336148889f,-0.7911848651166418f,1.0999484787152154f,0.08608052348063659f,-0.7868932490325286f,-0.6110557733172404f,0.035944441210498834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.07640487755651e-17f,9.205849364396919e-17f,-4.100723895728975e-18f,0f,0.7517146470971378f,-0.6594885058434495f,1.1373677575157832f,-1.2246467991473532e-16f,-0.6594885058434495f,-0.7517146470971378f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.175787004464295e-16f,-4.100705354660506e-18f,0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,-0.024372823441495703f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.175787004464295e-16f,-4.100705354660506e-18f,-0.08367848571398538f,0.9564494683267206f,-0.2796467871550606f,1.1623675721552627f,0.02437282344149546f,-0.2785826467022622f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.424685427812861e-17f,1.175787004464295e-16f,-4.100705354660506e-18f,0f,0.9601029499141497f,-0.2796467871550606f,1.1623675721552627f,-1.2246467991473532e-16f,-0.2796467871550606f,-0.9601029499141497f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13024184352552515f,-0.008610984295566077f,-0.19375f,0.1205904774487396f,0.8887340519746181f,-0.44227787827276843f,1.1748678877759289f,-0.04995021125231493f,-0.43953253242035384f,-0.8968367350527071f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920721304639324f,0.018508996521956003f,0.19375f,-0.1205904774487396f,0.8524539651866618f,-0.5087044072801241f,1.1748674037753455f,0.04995021125231469f,-0.5065843792837688f,-0.8607422628531305f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0367776982045096f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.24320703125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.22767112822282376f,0.192466480025187f,0.9545273759512927f,0.2816456596711393f,0f,-0.9802711746217218f,0.19765734037912555f,2.3642872836648356f,0.9737380845862743f,-0.04500086968563822f,-0.2231794442904401f,0.3761937637138212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.22767112822282376f,0.192466480025187f,0.9545273759512927f,0.3029898279420291f,0f,-0.9802711746217218f,0.19765734037912555f,2.3642872836648356f,0.9737380845862743f,-0.04500086968563822f,-0.2231794442904401f,0.46748170914378445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.22767112822282376f,0.192466480025187f,0.9545273759512927f,0.14913863741389027f,0f,-0.9802711746217218f,0.19765734037912555f,2.334638682607967f,0.9737380845862743f,-0.04500086968563822f,-0.2231794442904401f,0.45531465307236885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7197061546628566f,-0.5489564193883943f,-0.4250528208972123f,0.5415660081065803f,-0.5316567080626804f,0.8294993993759021f,-0.17109030132351555f,2.065367951707998f,0.446502178843909f,0.10284744064531116f,-0.8888521858218895f,-0.38782195058816055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40440477423904164f,-0.5489564193883943f,-0.7315077772552682f,0.5621765997059197f,0.15589515519268574f,0.8294993993759021f,-0.5363090965315299f,2.0899306982920027f,0.9011955831894196f,0.10284744064531116f,0.42103316353060716f,-0.47591813378683945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728344185814465f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1516352749109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829414809594457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.40932953125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..d5dc1bcf9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,-0.13357907696278282f,-0.2742206513372741f,0.03080596992912099f,-0.1298980869501774f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,0.2759833734643304f,0.01249128081002143f,-0.7685190888451747f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,0.16309855603052095f,-0.2686243115140644f,0.03080596992912099f,0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,0.25445446165433006f,-0.09215395195865786f,-0.7528350258075182f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,0.13357907696278282f,0.2742206513372743f,-0.030805969929120894f,0.1298980869501774f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,-0.2759833734643306f,0.012491280810021474f,-0.7685190888451747f,-0.34029316219161193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,-0.16309855603052095f,0.26862431151406463f,-0.030805969929120894f,-0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,-0.2544544616543303f,-0.09215395195865791f,-0.7528350258075182f,-0.34029316219161193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562511781606224f,0.30879688571114405f,1.5312679662148263f,-0.5762711233241196f,1.561766672000956f,0.024304510297425003f,-0.04123594313534697f,0.94777089565405f,-0.03196815927842685f,1.5314894789564506f,-0.308097813426269f,-0.023404548498208222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49631549530446456f,-0.8660254037844387f,-0.06058819291482516f,-0.4744193631446195f,-0.8535398244604109f,0.499524110790929f,-0.14813990278997477f,1.1695141785625751f,0.15855818232048255f,-0.02180969368266815f,-0.987108727588148f,-0.07627060459133679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4834206098632499f,-0.8660254037844387f,0.12768913015383707f,-0.2984375f,-0.8476515682796849f,0.499524110790929f,0.17878054013656733f,1.4828274955908607f,-0.21861228865833343f,-0.02180969368266815f,-0.975568041967875f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6636392595683094f,0.7268757017789063f,0.1767332660340119f,0.3933385627405606f,0.3865634072221811f,-0.13096589387071572f,-0.9129165716753218f,1.2999418257312194f,-0.6404308435392572f,0.6741658911618617f,-0.3678976567437313f,0.2598100683019923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.21224836004618722f,0.882929095180689f,0.41879212807921107f,0.2984375f,0.556768353691573f,0.4614561962525011f,-0.6907004989630086f,1.4828274955908607f,-0.8030937890341824f,0.08657015550167083f,-0.5895302996378871f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.777706779869813e-17f,9.459558949155764e-17f,-0.15625000000000003f,0f,0.7724316068716203f,-0.6350979552051217f,1.1563322050092013f,-1.2246467991473532e-16f,-0.6350979552051217f,-0.7724316068716203f,0.2647025242954466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.565647616473159e-17f,1.1715892426158797e-16f,-0.15625000000000003f,0f,0.9566752172394406f,-0.2911572233688686f,1.333889075595541f,-1.2246467991473532e-16f,-0.2911572233688686f,-0.9566752172394406f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.558375940898006e-17f,1.0342324849086688e-16f,0.15624999999999997f,0f,0.8445149128946744f,-0.5355320362952162f,1.146810358682096f,-1.2246467991473532e-16f,-0.5355320362952162f,-0.8445149128946744f,0.2181622256331067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.0855774784300156e-18f,1.2235904023949135e-16f,0.15624999999999997f,0f,0.9991373865891985f,-0.04152689152473016f,1.333889075595541f,-1.2246467991473532e-16f,-0.04152689152473016f,-0.9991373865891985f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876896711925192f,0.15641543661115648f,0.0018233511331099325f,0.1951792077384888f,0.15620672391129897f,0.9856206700223281f,0.06443100363672907f,2.127274049044819f,0.008280870999632206f,0.06392265650360801f,-0.9979204984170881f,0.02526876451877125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999998337513397f,-0.00001900230882616316f,0.0018233511331099325f,0.07999419577163072f,0.00009851768221687263f,0.9979221593213722f,0.06443100363672907f,2.1373418403645994f,-0.0018207868377832204f,0.0644310761533762f,-0.9979204984170881f,0.02570833378079897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703113135993916f,0.24182348111297253f,0.004166375334401773f,0.05759443209332217f,0.24118745239989486f,0.9661889072951827f,0.09114608178407713f,2.132453524521938f,0.018015757155105977f,0.08944495179799158f,-0.9958288171628613f,0.022055602185636118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975484629364292f,-0.06985488823082048f,0.004166375334401773f,0.0867006092460526f,-0.06918589387722486f,0.9934312778767437f,0.09114608178407713f,2.1424048966669984f,-0.010506006928272832f,0.09063437938464561f,-0.9958288171628613f,0.02308820519957073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08705610151200696f,0.004166375334401773f,0.14460575026694733f,0.08707278979269381f,0.9920235486384019f,0.09114608178407713f,2.2495381990994923f,0.003801680104023551f,0.0911620213488241f,-0.9958288171628613f,0.00175525686822031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713666785309936f,0.0018233511331099325f,0.125f,0.08707278979269381f,0.9941161778424498f,0.06443100363672907f,2.0258620590849414f,0.003801680104023551f,0.06434458848557104f,-0.9979204984170881f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876885849978528f,-0.15643096991856936f,-0.0007814827412133133f,-0.19521346922991004f,-0.1562555005083106f,0.9863182078573299f,0.05254152081927649f,2.1277220748837884f,-0.007448330405971176f,0.052016771328493305f,-0.9986184345758509f,0.02398518897790521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999996946362248f,0.000003490323922036853f,-0.0007814827412133133f,-0.08002845726305194f,-0.000037574800315368084f,0.9986187396489874f,0.05254152081927649f,2.1377898662035686f,0.00078058669701489f,0.05254153413905728f,-0.9986184345758509f,0.024424758239932964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703018157813738f,-0.24188344797586842f,-0.002604589540489575f,-0.05763934186566308f,-0.24141818457224445f,0.9676456928978394f,0.07334216504918861f,2.132987467303574f,-0.015219935913491467f,0.07179283119898576f,-0.9973034357402082f,0.021594487509956788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997557960754447f,0.0697949213679246f,-0.002604589540489575f,-0.0867462779478608f,0.06941662604957448f,0.9948880634794004f,0.07334216504918861f,2.142957276256365f,0.0077101856866578404f,0.07298225878563987f,-0.9973034357402082f,0.02240368856760768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711681586939195f,-0.002604589540489575f,-0.14460925379553477f,-0.08707278979269381f,0.9934984932568419f,0.07334216504918861f,2.2496955283585356f,-0.0038016801040237948f,0.0732898648461267f,-0.9973034357402082f,-0.0009301087117673662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715223909126578f,-0.0007814827412133133f,-0.125f,-0.08707278979269381f,0.9948154189937524f,0.05254152081927649f,2.0258620590849414f,-0.0038016801040237948f,0.05240963035229258f,-0.9986184345758509f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5124867396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1378436565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1192304882922102f,0.05311475799687845f,0.1362643889625167f,-0.1205904774487396f,0.6809827241053038f,-0.7223021986805828f,0.8843335938549377f,0.049950211252314684f,-0.7225279372672868f,-0.6895348840081469f,0.4057121268189302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.047074016016236196f,0.1217420382266084f,0.12499999999999999f,-0.1205904774487396f,-0.026584781337284202f,-0.9923463035402175f,0.8452602032527432f,0.049950211252314684f,-0.9985375738635737f,0.02068066678076924f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17266883289243712f,-0.018416399067392092f,-0.14897062023620128f,0.16042999720436046f,0.8641265665589659f,-0.47701938426443635f,0.8446324487666508f,-0.06645228065352395f,-0.47272693081162276f,-0.8786998027093033f,0.4130415136607318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08977810099418558f,-0.14863910047132156f,-0.125f,0.16042999720436046f,0.1428308730033161f,-0.9766583628445105f,0.8491316707163037f,-0.06645228065352395f,-0.9856668982465568f,-0.15506405159467773f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052430323930572f,-0.000702224579206221f,-4.100723895728975e-18f,0.0997879637260276f,0.7544858559226635f,-0.6486859452061982f,1.0320044762657832f,-0.08413946250647712f,-0.6432064205809356f,-0.7610558792707547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12914502128776878f,0.01893806568917681f,-4.311984323902184e-18f,-0.09978796372602759f,0.6564167360047017f,-0.7477696376480838f,0.9945441553918073f,0.08413946250647684f,-0.7432621557495817f,-0.6636881185312915f,0.035210024040436445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.894287091959348e-17f,9.36248949670491e-17f,-4.100723895728975e-18f,0f,0.7645052845623277f,-0.6446174601081437f,1.0320044762657832f,-1.2246467991473532e-16f,-0.6446174601081437f,-0.7645052845623277f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1688436143880396e-16f,-4.100705354660506e-18f,0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,-0.02600940968623293f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1688436143880396e-16f,-4.100705354660506e-18f,-0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,0.026009409686232686f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6546461903467654e-17f,1.1688436143880396e-16f,-4.100705354660506e-18f,0f,0.9544332416512533f,-0.29842450842898316f,1.0570042909052626f,-1.2246467991473532e-16f,-0.29842450842898316f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052283403835885f,-0.0009362959259242608f,-0.19375f,0.1205904774487396f,0.9132069680316037f,-0.38924410115917046f,1.0695046065259288f,-0.04995021125231493f,-0.3860269722870678f,-0.9211341667003392f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1299591743017089f,0.012153183545223505f,0.19375f,-0.1205904774487396f,0.8763652005153258f,-0.466306736038005f,1.0695041225253454f,0.04995021125231469f,-0.4637829754751145f,-0.8845396136156358f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9314144169545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13784375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5815551769263386f,-0.28870500472150706f,-0.7605544007097255f,-0.035003778268518665f,0f,0.9349082882254404f,-0.3548894089816952f,1.1882797621475674f,0.8135069613655282f,0.20638777302963351f,0.5437007549688464f,0.3705664116213578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5815551769263386f,-0.28870500472150706f,-0.7605544007097255f,0.019517019568325564f,0f,0.9349082882254404f,-0.3548894089816952f,1.1882797621475674f,0.8135069613655282f,0.20638777302963351f,0.5437007549688464f,0.446832689249376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5815551769263386f,-0.28870500472150706f,-0.7605544007097255f,0.10633978075636227f,0f,0.9349082882254404f,-0.3548894089816952f,1.2415131734948217f,0.8135069613655282f,0.20638777302963351f,0.5437007549688464f,0.32714443719003994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6092156553133847f,-0.5489564193883943f,-0.5722788961104162f,0.5417016742003302f,-0.481315079085124f,0.8294993993759021f,-0.28331350317324855f,2.0868445567079976f,0.6302317668654636f,0.10284744064531116f,-0.7695650225850608f,-0.38800392840066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2344815640427798f,-0.5489564193883943f,-0.802287508151738f,0.5623122657996698f,0.03472437954585478f,0.8294993993759021f,-0.5574270929011013f,2.1114073032920024f,0.9715001871277262f,0.10284744064531116f,0.21356448759918406f,-0.47610011159933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729700846751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.173111879910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831234587719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.30396625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3.mcfunction new file mode 100644 index 000000000..e8e2c4af6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30.mcfunction new file mode 100644 index 000000000..a0059d309 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..6509d3483 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854894f,-0.10455527387730132f,-0.5517320028861223f,0.051272266318987625f,-0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,0.5490185874211321f,0.060634755714114f,-0.6015367499247565f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541941f,0.12766081771559676f,-0.540472166092528f,0.051272266318987625f,0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,0.5196058308479397f,-0.15093659530134876f,-0.5892604897222105f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5929624238854891f,0.10455527387730128f,0.5517320028861226f,-0.051272266318987555f,0.1179771120615961f,0.8076732418177395f,-0.026263661695836712f,1.341666675937195f,-0.5490185874211323f,0.060634755714114044f,-0.6015367499247563f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5758407360541938f,-0.1276608177155967f,0.5404721660925282f,-0.051272266318987555f,-0.19600313071322703f,0.7751908538024826f,-0.025727668600003313f,1.341666675937195f,-0.5196058308479399f,-0.15093659530134879f,-0.5892604897222102f,-0.3063445227344297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03387998654166058f,0.38682623488431667f,1.513480710322124f,-0.5733204171053616f,1.552622371250776f,0.15845129104422054f,-0.07525430657468449f,1.0508212275000919f,-0.17211092005899503f,1.5055447194858225f,-0.3809451126144067f,0.09842605188555298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4875101552587107f,-0.8660254037844387f,-0.11105786113386057f,-0.47431854755971414f,-0.8339001319614544f,0.4995241107909289f,-0.2347045646194401f,1.266550364365624f,0.25873619467383563f,-0.021809693682668132f,-0.9657017753049704f,0.020977657536325377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999471163866178f,-0.8660254037844387f,-0.007271919740046998f,-0.2984375f,-0.8644752362023743f,0.4995241107909289f,-0.05619812035451921f,1.5754524955908606f,0.05230149911383895f,-0.021809693682668132f,-0.9983931542493235f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.37706983320765397f,0.8756529626369252f,0.30174530635939856f,0.36690913294790106f,0.3321905364360215f,0.17625426761945734f,-0.9265980145933168f,1.4600523165372803f,-0.8645621946321154f,0.44962909399982587f,-0.22442346009674588f,0.29873915135388207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15535681387973221f,0.8840029561279661f,0.44091159424328485f,0.2984375f,0.3473982196659061f,0.46671152168206254f,-0.8133233259302061f,1.5754524955908606f,-0.9247587454866791f,0.026816582299590035f,-0.37960786814774056f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.734798795470803e-17f,8.583662870175384e-17f,-0.15625000000000003f,0f,0.700909264299851f,-0.7132504491541816f,1.2563614851262663f,-1.2246467991473532e-16f,-0.7132504491541816f,-0.700909264299851f,0.28314656673185384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.7850762583162224e-17f,1.1272933223801343e-16f,-0.15625000000000003f,0f,0.9205048534524404f,-0.3907311284892737f,1.426514075595541f,-1.2246467991473532e-16f,-0.3907311284892737f,-0.9205048534524404f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,0.15624999999999997f,0f,0.7660444431189782f,-0.6427876096865394f,1.2429479230161702f,-1.2246467991473532e-16f,-0.6427876096865394f,-0.7660444431189782f,0.24284540657491305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.126576849575772e-17f,1.2060416625018976e-16f,0.15624999999999997f,0f,0.9848077530122081f,-0.1736481776669304f,1.426514075595541f,-1.2246467991473532e-16f,-0.1736481776669304f,-0.9848077530122081f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.113047753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9922560433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877778477782229f,0.15515445268735073f,0.014900310396446686f,0.19463229585797504f,0.15474328438338708f,0.9646925097467806f,0.2131264356589762f,2.212957709716471f,0.018693297645520128f,0.2128272948889455f,-0.9769110006409949f,0.04093843237502799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998881671534652f,-0.0012782552850606477f,0.014900310396446686f,0.07944728389111695f,0.0019269810803137777f,0.9770227270474399f,0.2131264356589762f,2.223025501036252f,-0.014830371890156886f,0.2131313137392294f,-0.9769110006409949f,0.04137800163705571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9713335650606378f,0.23536923940114995f,0.03335305878500272f,0.05719434994399185f,0.2272291091868518f,0.8780593966914781f,0.42116342174973753f,2.2209198174180234f,0.06984294756624658f,0.4166689537576824f,-0.9063713067224365f,0.012467871104074265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965262114751829f,-0.07630912994264305f,0.03335305878500272f,0.08621884341363943f,-0.05522755066418182f,0.9053017672730391f,0.42116342174973753f,2.229755838862596f,-0.062333197339413435f,0.4178583813443365f,-0.9063713067224365f,0.01764176024682094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08052140686538035f,0.03335305878500272f,0.14432133606539066f,0.08707278979269381f,0.9027954925993871f,0.42116342174973753f,2.33744286453975f,0.0038016801040235528f,0.42246491165379624f,-0.9063713067224365f,0.03534061274384012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08587260473506968f,0.014900310396446686f,0.125f,0.08707278979269381f,0.9731369131324829f,0.2131264356589762f,2.1184870590849414f,0.0038016801040235528f,0.21361283682165932f,-0.9769110006409949f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877048137441091f,-0.1561988880345932f,-0.006411574180436231f,-0.1950120829313408f,-0.1558736269009414f,0.9808571608460958f,0.11671607624351577f,2.2177428594592783f,-0.011942082877821147f,0.116280425668694f,-0.9931446265589149f,0.030860133374890995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999794179743193f,0.0002352536300275071f,-0.006411574180436231f,-0.07982707096448274f,-0.0005146986584977364f,0.9931651889950678f,0.11671607624351577f,2.2278106507790585f,0.006395210163287701f,0.1167169740188667f,-0.9931446265589149f,0.03129970263691874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707043250246368f,-0.23934210463154612f,-0.021177118052428456f,-0.05732019141008379f,-0.23536778597898128f,0.929444979615236f,0.2841373526859604f,2.222507127631522f,-0.04832306593974486f,0.28079776854272803f,-0.9585496828436216f,0.009088068784234384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997155451511184f,0.07233626471224688f,-0.021177118052428456f,-0.08639496472342177f,0.06336622745631126f,0.956687350196797f,0.2841373526859604f,2.2319934754595767f,0.040813315712911226f,0.2819871961293821f,-0.9585496828436216f,0.012542397469110796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08454379436061218f,-0.021177118052428456f,-0.14455690785957104f,-0.08707278979269382f,0.9548216032779795f,0.2841373526859604f,2.3410887923339585f,-0.0038016801040237948f,0.28490007502417236f,-0.9585496828436216f,0.013564521705977817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08691959048698249f,-0.006411574180436231f,-0.125f,-0.08707278979269382f,0.9893410366623003f,0.11671607624351577f,2.1184870590849414f,-0.0038016801040237948f,0.11683020998671573f,-0.9931446265589149f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.6051117396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2304686565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10659146907695294f,0.07533488949671881f,0.13099199470242495f,-0.1205904774487396f,0.5271414969340845f,-0.8411776143947112f,0.9812733808944768f,0.04995021125231469f,-0.8430658935872745f,-0.5354856445001488f,0.4181727154186246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04296604750335909f,0.12325179762342185f,0.12499999999999999f,-0.1205904774487396f,-0.05983909466188203f,-0.990897179074969f,0.9378852032527432f,0.04995021125231469f,-0.9972829094655065f,0.05414586672926852f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17198450550292804f,0.023979563673243373f,-0.15511699066512302f,0.1604299972043605f,0.9539726090998777f,-0.25337418393392097f,0.8965538310425765f,-0.06645228065352395f,-0.2456778194182065f,-0.9670710953398725f,0.4067863780610865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.11147372593537903f,-0.13314389972180407f,-0.125f,0.1604299972043605f,0.2906549688124883f,-0.9432825160584819f,0.9417566707163036f,-0.06645228065352395f,-0.9503122105554025f,-0.30412299627823247f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1303988355040421f,-0.0057645949255471325f,-4.100723895728975e-18f,0.09832231147374343f,0.7170563832879187f,-0.690045553751714f,1.1246294762657831f,-0.08584759706553266f,-0.6847089066787718f,-0.7237429814463382f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12820887550785717f,0.02448614090616604f,-4.391056312429434e-18f,-0.09832231147374344f,0.6101907218551281f,-0.7861297641155547f,1.0872044700948922f,0.08584759706553242f,-0.7818118489783383f,-0.6175762486326248f,0.03585569582582227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.054550827894716e-17f,9.22497638083948e-17f,-4.100723895728975e-18f,0f,0.7532764865153175f,-0.6577039872641327f,1.1246294762657831f,-1.2246467991473532e-16f,-0.6577039872641327f,-0.7532764865153175f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1749715464545254e-16f,-4.100705354660506e-18f,0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,-0.024571195414896715f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1749715464545254e-16f,-4.100705354660506e-18f,-0.08362045114551186f,0.9557861301737002f,-0.28192285029384145f,1.1496292909052626f,0.024571195414896472f,-0.2808500487336378f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.4525591621885137e-17f,1.1749715464545254e-16f,-4.100705354660506e-18f,0f,0.9594370779171484f,-0.28192285029384145f,1.1496292909052626f,-1.2246467991473532e-16f,-0.28192285029384145f,-0.9594370779171484f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13029980892163734f,-0.007684181833523903f,-0.19375f,0.1205904774487396f,0.8918580750516567f,-0.4359439306996236f,1.1621296065259288f,-0.04995021125231493f,-0.43314100909534986f,-0.8999410217540431f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12931467529884214f,0.01774264940252331f,0.19375f,-0.1205904774487396f,0.8554549042485119f,-0.5036415824233085f,1.1621291225253454f,0.04995021125231469f,-0.5014724534304194f,-0.8637304873896283f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0240394169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.23046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3007057995042727f,-0.42181822098609245f,0.8553627362637584f,0.25588624159146534f,-6.938893903907228e-18f,-0.8968727415326885f,-0.4422886902190007f,2.066165312800158f,0.9537169507482269f,0.13299877420400222f,-0.2696948347961761f,0.34195624725867835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3007057995042727f,-0.42181822098609245f,0.8553627362637584f,0.2840774102949909f,-6.938893903907228e-18f,-0.8968727415326885f,-0.4422886902190007f,2.066165312800158f,0.9537169507482269f,0.13299877420400222f,-0.2696948347961761f,0.4313672113913246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3007057995042727f,-0.42181822098609245f,0.8553627362637584f,0.14167741550366433f,-6.938893903907228e-18f,-0.8968727415326885f,-0.4422886902190007f,2.1325086163330083f,0.9537169507482269f,0.13299877420400222f,-0.2696948347961761f,0.4271159545444279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7081114012855034f,-0.5489564193883943f,-0.44410031860127486f,0.5415697042003302f,-0.5269035353413504f,0.8294993993759021f,-0.1852118000555143f,2.0500623767079977f,0.4700541541293587f,0.10284744064531116f,-0.8766250601816276f,-0.38782690840066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3847472849934885f,-0.5489564193883943f,-0.742035293164963f,0.5621802957996698f,0.14153318803429024f,0.8294993993759021f,-0.5402768763512535f,2.0746251232920025f,0.9121062895161888f,0.10284744064531116f,0.3968431939415361f,-0.47592309159933943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728381146751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.136329699910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829464387719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.39659125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31.mcfunction new file mode 100644 index 000000000..12f30a99e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..be54aff03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871066f,-0.10562922854845674f,-0.5449057402533429f,0.05051496120137733f,-0.11827034585176018f,0.8076215367888782f,-0.026533432708946873f,1.3286575595981291f,0.5423024294403362f,0.059450515855399205f,-0.6077155219607943f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541495f,0.12897210433390813f,-0.5337852149420502f,0.05051496120137733f,0.19571836399823422f,0.775253985063295f,-0.025991934082233673f,1.3286575595981291f,0.5130836007717474f,-0.1494906517049277f,-0.5953131643697577f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871064f,0.1056292285484567f,0.5449057402533432f,-0.05051496120137726f,0.11827034585176018f,0.8076215367888782f,-0.026533432708946873f,1.3286575595981291f,-0.5423024294403365f,0.05945051585539925f,-0.607715521960794f,-0.30717959606626594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541493f,-0.1289721043339081f,0.5337852149420504f,-0.05051496120137726f,-0.19571836399823422f,0.775253985063295f,-0.025991934082233673f,1.3286575595981291f,-0.5130836007717476f,-0.14949065170492776f,-0.5953131643697575f,-0.30717959606626594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.032674987637743895f,0.4022069404772439f,1.509492687035882f,-0.5730855744022599f,1.5493222398663908f,0.18480895257022115f,-0.08277981701650909f,1.038538051742285f,-0.19984792277695115f,1.498493069080345f,-0.3949500977084387f,0.10487604540851353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4851436473816286f,-0.8660254037844386f,-0.12097785502004121f,-0.4748016631315931f,-0.8289397132257347f,0.4995241107909289f,-0.25166369340007777f,1.2528127557881976f,0.2783785071489655f,-0.021809693682668132f,-0.9602237989234497f,0.02262455031614114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999100216127086f,-0.8660254037844386f,-0.009485267059040318f,-0.2984375f,-0.8642179576129005f,0.4995241107909289f,-0.06002486549687934f,1.5624798393408605f,0.05672117797232315f,-0.021809693682668132f,-0.9981518147210374f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4126958634159279f,0.8623773123884257f,0.29323624502625456f,0.3717377159512484f,0.36283264134163057f,0.13964674451038678f,-0.9213312439751007f,1.4337848709707663f,-0.8354846489890989f,0.48662527454435256f,-0.25526700428805127f,0.2926617175224655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1671785250236878f,0.8829360518848657f,0.4387200349344331f,0.2984375f,0.3886967783650682f,0.4679656082061645f,-0.7936768889320464f,1.5624798393408605f,-0.9060718267662456f,0.03784333254617549f,-0.4214281990117394f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.763924397646732e-17f,8.553923510209691e-17f,-0.15625000000000003f,0f,0.6984808612707981f,-0.7156287350563866f,1.2436583863547956f,-1.2246467991473532e-16f,-0.7156287350563866f,-0.6984808612707981f,0.2837244627129282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.823365566386641e-17f,1.125660352322944e-16f,-0.15625000000000003f,0f,0.9191714322094114f,-0.39385768776310487f,1.413541419345541f,-1.2246467991473532e-16f,-0.39385768776310487f,-0.9191714322094114f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.842982350732679e-17f,9.405509348901921e-17f,0.15624999999999997f,0f,0.7680181220781702f,-0.6404281100635114f,1.2298570454207003f,-1.2246467991473532e-16f,-0.6404281100635114f,-0.7680181220781702f,0.2422805485968213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0894672827165355e-17f,1.2066901207047438e-16f,0.15624999999999997f,0f,0.9853372593182693f,-0.17061795157357237f,1.413541419345541f,-1.2246467991473532e-16f,-0.17061795157357237f,-0.9853372593182693f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877572222884823f,0.1554494109325122f,0.01308244845877943f,0.19472144387980744f,0.15504227465086468f,0.9689682697759826f,0.19251593502467368f,2.2010979348456035f,0.017250011247170342f,0.19218733779329347f,-0.9812066369037152f,0.038809663127441815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999139372330204f,-0.0009837019278984976f,0.01308244845877943f,0.07953643191294937f,0.0015534140486441889f,0.9812926177580106f,0.19251593502467368f,2.2111657261653836f,-0.013027088391234874f,0.1925196890298443f,-0.9812066369037152f,0.039249232389469535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710963354189667f,0.23686704841057743f,0.029426326870934716f,0.057198767054204444f,0.23024550631588375f,0.8971041786337649f,0.3770823510841903f,2.2079390744629164f,0.06291990271127469f,0.3729585688184404f,-0.9257121538511335f,0.013810549501221663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967634411168541f,-0.07481132093321556f,0.029426326870934716f,0.08624221651619124f,-0.05824394779321375f,0.9243465492153259f,0.3770823510841903f,2.217016123126799f,-0.055410152484441554f,0.3741479964050945f,-0.9257121538511335f,0.01843124813914646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08203788625251676f,0.029426326870934716f,0.14438786372859588f,0.08707278979269381f,0.9220776701441895f,0.3770823510841903f,2.325434603514617f,0.003801680104023551f,0.37820967126804456f,-0.9257121538511335f,0.030685282246202265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08616828323820402f,0.01308244845877943f,0.125f,0.08707278979269381f,0.9774231141318958f,0.19251593502467368f,2.105514402834941f,0.003801680104023551f,0.19292247905437993f,-0.9812066369037152f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877010118934656f,-0.15625325703180365f,-0.005624124071985413f,-0.19504265187731307f,-0.15594453192956081f,0.9818711499963053f,0.10775132373294968f,2.2051615276073986f,-0.011314330112479445f,0.10730314287981432f,-0.9941619694306457f,0.029907637358547085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999841681157594f,0.00018095926492134318f,-0.005624124071985413f,-0.079857639910455f,-0.00042610787828509245f,0.9941777862464404f,0.10775132373294968f,2.215229318927179f,0.0056108778197987924f,0.10775201431004108f,-0.9941619694306457f,0.030347206620574833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706103561786422f,-0.2399354005752764f,-0.018615585662316532f,-0.05733929292269699f,-0.23664137937873167f,0.9374861318719904f,0.25518740194889f,2.209675630567021f,-0.043776638113274174f,0.25209275296698797f,-0.9667123925227321f,0.010860364537732148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972494203571786f,0.07174296876851662f,-0.018615585662316532f,-0.0864215748791887f,0.06463982085606171f,0.9647285024535514f,0.25518740194889f,2.219263745722965f,0.036266887886440544f,0.25328218055364204f,-0.9667123925227321f,0.013951407882538087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08514448581291056f,-0.018615585662316532f,-0.1445691707557421f,-0.0870727897926938f,0.9629629895090948f,0.25518740194889f,2.3283448407558414f,-0.003801680104023794f,0.2558372478185341f,-0.9667123925227321f,0.011539700716316225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08697409224774287f,-0.005624124071985413f,-0.125f,-0.0870727897926938f,0.9903575018706701f,0.10775132373294968f,2.105514402834941f,-0.003801680104023794f,0.10783100558821974f,-0.9941619694306457f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.592139083419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2174960003258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10599970510225329f,0.07616527669286825f,0.13103388541098696f,-0.1205904774487396f,0.5205541846217251f,-0.8452699436401936f,0.9690745271007554f,0.04995021125231468f,-0.8472233491772085f,-0.5288833264575494f,0.41836501136004256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0423515990892411f,0.12346428192011662f,0.12499999999999999f,-0.1205904774487396f,-0.06477399679192314f,-0.9905868291514303f,0.9249125470027431f,0.04995021125231468f,-0.9970008382113748f,0.05911264671510674f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17164708081527785f,0.02628629404536309f,-0.15524294116110987f,0.1604299972043605f,0.9572881852773284f,-0.24054427103019554f,0.8834383594829341f,-0.06645228065352396f,-0.232672752972996f,-0.9702821674234317f,0.40596858506363626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.11191398234553651f,-0.1327740568131017f,-0.125f,0.1604299972043605f,0.29377678266530227f,-0.942314925045673f,0.9287840144663035f,-0.06645228065352396f,-0.9492999855274341f,-0.30726801309859525f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13042823479806046f,-0.005055929482092088f,-4.100723895728975e-18f,0.09852935500590232f,0.7224374813734662f,-0.6843800491750791f,1.111656820015783f,-0.08560988878387091f,-0.6790232404522137f,-0.7291079384207722f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12835437888516127f,0.0237116063662987f,-4.379986493137611e-18f,-0.09852935500590232f,0.6168033431038138f,-0.7809261182327556f,1.0742261974123857f,0.08560988878387066f,-0.7765814763158876f,-0.6241731791622016f,0.03576530389159657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.032248125171486e-17f,9.244401999148721e-17f,-4.100723895728975e-18f,0f,0.7548627086262778f,-0.6558828333821516f,1.111656820015783f,-1.2246467991473532e-16f,-0.6558828333821516f,-0.7548627086262778f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1741342932959424e-16f,-4.100705354660506e-18f,0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,-0.024773075257757963f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1741342932959424e-16f,-4.100705354660506e-18f,-0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,0.02477307525775772f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.480925795938421e-17f,1.1741342932959424e-16f,-4.100705354660506e-18f,0f,0.9587534088305465f,-0.2842391617209123f,1.1366566346552625f,-1.2246467991473532e-16f,-0.2842391617209123f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13035206263572113f,-0.006739927453533968f,-0.19375f,0.1205904774487396f,0.8949931824817906f,-0.42947076741007784f,1.1491569502759287f,-0.04995021125231493f,-0.4266093565285801f,-0.9030556092058339f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12941944326303742f,0.016961561276936453f,0.19375f,-0.1205904774487396f,0.8584801544194004f,-0.49846741239195114f,1.1491564662753453f,0.04995021125231469f,-0.4962483573509618f,-0.8667424901447496f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0110667607045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.21749609375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3720159503869812f,-0.8134109396855587f,0.4471764482366294f,0.1830084015219135f,0f,-0.4817536741017159f,-0.8763066800438631f,1.794305666522653f,0.9282263369769631f,0.326000062406978f,-0.17922005092336984f,0.3292719464255045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3720159503869812f,-0.8134109396855587f,0.4471764482366294f,0.21788489687069298f,0f,-0.4817536741017159f,-0.8763066800438631f,1.794305666522653f,0.9282263369769631f,0.326000062406978f,-0.17922005092336984f,0.41629316551709483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3720159503869812f,-0.8134109396855587f,0.4471764482366294f,0.13337018196080883f,0f,-0.4817536741017159f,-0.8763066800438631f,1.9257516685292326f,0.9282263369769631f,0.326000062406978f,-0.17922005092336984f,0.39966556360980515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6957853904175084f,-0.5489564193883943f,-0.4631733369850089f,0.5415796642003303f,-0.5216775057567518f,0.8294993993759021f,-0.19945758050881832f,2.0373172729579974f,0.4936955240519906f,0.10284744064531116f,-0.8635317790815458f,-0.38784026840066055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.36444676281129035f,-0.5489564193883943f,-0.752213670899861f,0.5621902557996697f,0.12680350594180687f,0.8294993993759021f,-0.5439224368564728f,2.061880019542002f,0.9225505015755165f,0.10284744064531116f,0.37191796944416655f,-0.47593645159933945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728480746751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1235845961609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829597987719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3836185937499998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32.mcfunction new file mode 100644 index 000000000..87cf84cf8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..7c07c8a4b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396415f,-0.10850743142599159f,-0.5258162091112903f,0.04848538041252262f,-0.1190903693214637f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,0.5235208041460357f,0.056138808574457466f,-0.624274656095034f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164388f,0.13248635779307535f,-0.5150852660682028f,0.04848538041252262f,0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,0.49484429167203187f,-0.14544709422722593f,-0.6115343569910537f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396412f,0.10850743142599156f,0.5258162091112906f,-0.04848538041252255f,0.1190903693214637f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,-0.523520804146036f,0.05613880857445751f,-0.6242746560950337f,-0.30951486489952706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164387f,-0.1324863577930753f,0.515085266068203f,-0.04848538041252255f,-0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,-0.4948442916720321f,-0.145447094227226f,-0.6115343569910535f,-0.30951486489952706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03202988446495759f,0.4092141723174264f,1.50762200092587f,-0.5734146341947823f,1.5476515485807676f,0.19680768595083833f,-0.08629987790389951f,1.0249323424981869f,-0.21249710745493267f,1.4950641276966148f,-0.40129102082908236f,0.10395725680851114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48399507210222426f,-0.8660254037844386f,-0.1254941041673385f,-0.47547525311052546f,-0.8265582239026722f,0.499524110790929f,-0.2593784209169915f,1.2385144011145903f,0.28731563250130154f,-0.021809693682668135f,-0.9575876276257151f,0.019522273989976698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.499976458389505f,-0.8660254037844386f,-0.004851912642213611f,-0.2984375f,-0.864737128125095f,0.499524110790929f,-0.05201309431763367f,1.5494837455908606f,0.047468308356743816f,-0.021809693682668135f,-0.9986346163453464f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4483831436319471f,0.8478276278784868f,0.28309162812183397f,0.37584950716973375f,0.38681702267324647f,0.10146802584219936f,-0.9165570526169619f,1.408925279201931f,-0.8058071403735126f,0.5204733933042348f,-0.28245760635082445f,0.2866485715978514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17686037152082223f,0.8821103985229963f,0.43657949310877747f,0.2984375f,0.4255417243979426f,0.46850247621472363f,-0.7742219775859491f,1.5494837455908606f,-0.887487830779635f,0.048853603738852135f,-0.45823430209859345f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.738992521292326e-17f,8.579393217412437e-17f,-0.15625000000000003f,0f,0.7005606206937173f,-0.7135928928550463f,1.2304313695743188f,-1.2246467991473532e-16f,-0.7135928928550463f,-0.7005606206937173f,0.28322970953549764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.7905846811420234e-17f,1.1270593448394505e-16f,-0.15625000000000003f,0f,0.9203137962914313f,-0.39118092534740756f,1.400545325595541f,-1.2246467991473532e-16f,-0.39118092534740756f,-0.9203137962914313f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.763292753287866e-17f,9.471391866718105e-17f,0.15624999999999997f,0f,0.7733978379164065f,-0.6339209606143562f,1.216545407356059f,-1.2246467991473532e-16f,-0.6339209606143562f,-0.7733978379164065f,0.24072835457436645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.9875128080038787e-17f,1.2084112342419128e-16f,0.15624999999999997f,0f,0.9867426551747458f,-0.1622927369252639f,1.400545325595541f,-1.2246467991473532e-16f,-0.1622927369252639f,-0.9867426551747458f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877392509382852f,0.1557064132138633f,0.011255444902303886f,0.19480671600630828f,0.15531127598590289f,0.9728151680909733f,0.17178200221141393f,2.1891715584388343f,0.01579809189446175f,0.17142392369854673f,-0.9850706871470133f,0.03665387073425609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999363911543632f,-0.0007270524325475453f,0.011255444902303886f,0.0796217040394502f,0.0012173160508961722f,0.9851342354511239f,0.17178200221141393f,2.1992393497586145f,-0.011213018631069091f,0.17178477679029167f,-0.9850706871470133f,0.03709343999628381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708886945663472f,0.23817804115831195f,0.0254236793805256f,0.05722004762105483f,0.23292996749452008f,0.9140531994664663f,0.3320397247139542f,2.1951268178483434f,0.055845975739135696f,0.3282955516833972f,-0.9429227209791042f,0.0151763602684396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969710819694736f,-0.07350032818548105f,0.0254236793805256f,0.08628008876350714f,-0.06092840897185006f,0.9412955700480273f,0.3320397247139542f,2.204418370168593f,-0.04833622551230255f,0.32948497927005127f,-0.9429227209791042f,0.01923181206559311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08336522068975893f,0.0254236793805256f,0.14444583044590986f,0.08707278979269382f,0.9392379626535541f,0.3320397247139542f,2.313306175475553f,0.0038016801040235515f,0.33298992400634125f,-0.9429227209791042f,0.026002106093151036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08642591309293281f,0.011255444902303886f,0.125f,0.08707278979269382f,0.9812794061805004f,0.17178200221141393f,2.092518309084941f,0.0038016801040235515f,0.17210836281859665f,-0.9850706871470133f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876977021507067f,-0.15630058855839357f,-0.004834788776502921f,-0.19507250813244498f,-0.1560098833075423f,0.9828057182422347f,0.09876151325659308f,2.1925488334436025f,-0.01068482459288264f,0.09830079453730237f,-0.9950993861503254f,0.02894989541044975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999883034034678f,0.0001336927101279889f,-0.004834788776502921f,-0.07988749616558691f,-0.00034445598876368944f,0.9951110716142895f,0.09876151325659308f,2.2026166247633827f,0.004824355534778174f,0.09876202345496807f,-0.9950993861503254f,0.029389464672477498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970528388490027f,-0.24045292419342545f,-0.016032416592086388f,-0.057366833148625215f,-0.23777962345458686f,0.944672722129991f,0.22595198324712235f,2.1969171515202124f,-0.03918542847470617f,0.22310499615728857f,-0.9740065004325742f,0.012634751589433234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973313880457938f,0.07122544515036754f,-0.016032416592086388f,-0.08645566478780625f,0.06577806493191689f,0.971915092711552f,0.22595198324712235f,2.2065962188262755f,0.03167567824787254f,0.22429442374394265f,-0.9740065004325742f,0.015358931273681126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08566846042805813f,-0.016032416592086388f,-0.14457984635444673f,-0.08707278979269381f,0.9702391615186482f,0.22595198324712235f,2.3155595383382668f,-0.0038016801040237948f,0.2264881549738898f,-0.9740065004325742f,0.009509226205393725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08702153935309677f,-0.004834788776502921f,-0.125f,-0.08707278979269381f,0.9912943522370059f,0.09876151325659308f,2.092518309084941f,-0.0038016801040237948f,0.09880667442856417f,-0.9950993861503254f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.579142989669072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2044999065758755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10634649255693313f,0.07568031696751809f,0.13128366094744037f,-0.1205904774487396f,0.5244096169742969f,-0.8428834381891459f,0.9566344470641012f,0.0499502112523147f,-0.8447987790863034f,-0.5327475943166143f,0.41778331099286675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04208028801763757f,0.12355701605258404f,0.12499999999999999f,-0.1205904774487396f,-0.06694982171225472f,-0.9904421528395194f,0.9119164532527431f,0.0499502112523147f,-0.9968685824786785f,0.06130257468328021f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17174304155642584f,0.025651847574660352f,-0.1550807413266861f,0.1604299972043605f,0.9563927950876421f,-0.24407998177125542f,0.8719619385044586f,-0.06645228065352395f,-0.2362565325687213f,-0.9694157752040916f,0.40587610996827145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.11129120311201736f,-0.13329650301836699f,-0.125f,0.1604299972043605f,0.28936232064245104f,-0.943679852168851f,0.9157879207163035f,-0.06645228065352395f,-0.9507279923838864f,-0.30282070420242113f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13045382547912104f,-0.004345834019945205f,-4.100723895728975e-18f,0.09873619634898174f,0.7277834973037787f,-0.6786621726476406f,1.098660726265783f,-0.08537125034811896f,-0.6732852148013824f,-0.7344377231214739f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1284954533816686f,0.022934805769948358f,-4.368895040938839e-18f,-0.0987361963489817f,0.6233835052462641f,-0.7756572496389214f,1.0612246959964584f,0.08537125034811867f,-0.771285889827579f,-0.6307375252566462f,0.03567473531128024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.009858151823878e-17f,9.263808647303024e-17f,-4.100723895728975e-18f,0f,0.7564473817065336f,-0.6540545533128943f,1.098660726265783f,-1.2246467991473532e-16f,-0.6540545533128943f,-0.7564473817065336f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1732886605418706e-16f,-4.100705354660506e-18f,0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,-0.02497517494735349f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1732886605418706e-16f,-4.100705354660506e-18f,-0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,0.024975174947353247f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.509323320894226e-17f,1.1732886605418706e-16f,-4.100705354660506e-18f,0f,0.958062897284964f,-0.28655799560637024f,1.1236605409052625f,-1.2246467991473532e-16f,-0.28655799560637024f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13039754948310955f,-0.005793612367587046f,-0.19375f,0.1205904774487396f,0.8980868446911423f,-0.42296330353990885f,1.1361608565259287f,-0.04995021125231493f,-0.4200434483258941f,-0.9061282899867662f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12951966981983024f,0.016178441990129834f,0.19375f,-0.1205904774487396f,0.8614794900467488f,-0.49326567382849423f,1.1361603725253453f,0.04995021125231469f,-0.49099668365331706f,-0.8697282524083563f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9980706669545093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2045f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43790047925745557f,-0.8977913732815617f,-0.04705125213316119f,0.09710288324386289f,-1.3877787807814457e-17f,0.05233595624294676f,-0.9986295347545737f,1.5761674938492096f,0.8990234536796528f,0.4373003518696776f,0.022917940321183633f,0.33547913014951974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.43790047925745557f,-0.8977913732815617f,-0.04705125213316119f,0.13815605317424934f,-1.3877787807814457e-17f,0.05233595624294676f,-0.9986295347545737f,1.5761674938492096f,0.8990234536796528f,0.4373003518696776f,0.022917940321183633f,0.4197625789319872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.43790047925745557f,-0.8977913732815617f,-0.04705125213316119f,0.1246871560290303f,-1.3877787807814457e-17f,0.05233595624294676f,-0.9986295347545737f,1.7259619240623958f,0.8990234536796528f,0.4373003518696776f,0.022917940321183633f,0.3741831634925759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6829221249267545f,-0.5489564193883943f,-0.48193798449364755f,0.5415933592003304f,-0.5160559131004443f,0.8294993993759021f,-0.21358146218500362f,2.0304076967079974f,0.5170141834027309f,0.10284744064531116f,-0.8497756987070861f,-0.38785863840066054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.34383982496413495f,-0.5489564193883943f,-0.7618536764897221f,0.5622039507996698f,0.11195336393488542f,0.8294993993759021f,-0.5471719937448193f,2.054970443292002f,0.9323307455363123f,0.10284744064531116f,0.34667244609344583f,-0.47595482159933944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728617696751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1166750199109647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829781687719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3706224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33.mcfunction new file mode 100644 index 000000000..a630d19a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..d192e596f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014423f,-0.11261859128427078f,-0.4963207845417962f,0.04558637314190918f,-0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,0.4945011279665516f,0.05102185669259168f,-0.6479273485691843f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997314f,0.137506037908718f,-0.4861917889389024f,0.04558637314190918f,0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,0.466662553642582f,-0.13919935332209535f,-0.6347043414555276f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014421f,0.11261859128427074f,0.4963207845417963f,-0.04558637314190911f,0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,-0.4945011279665517f,0.05102185669259171f,-0.6479273485691841f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997311f,-0.13750603790871793f,0.4861917889389025f,-0.04558637314190911f,-0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,-0.46666255364258213f,-0.13919935332209538f,-0.6347043414555273f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03200921908302396f,0.4094282901488907f,1.5075643054674153f,-0.5741701077756912f,1.5475988398271519f,0.1971742339117505f,-0.08640834709082475f,1.0105155766484097f,-0.21288374963662482f,1.4949572056440512f,-0.4014843862886587f,0.09709527711441018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48395927707136843f,-0.8660254037844387f,-0.12563207447367328f,-0.47624142731696806f,-0.8264842477392288f,0.499524110790929f,-0.25961404233487295f,1.2240761725662268f,0.28758860612945014f,-0.021809693682668135f,-0.9575056819079395f,0.01259362110463405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4999727972490118f,-0.8660254037844387f,0.005215554716294005f,-0.2984375f,-0.865609066396239f,0.499524110790929f,-0.03459200646339277f,1.5366751518408606f,0.02735226103323544f,-0.021809693682668135f,-0.9993879082107398f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4835503862717083f,0.8320732527736685f,0.2717225164669433f,0.37924060753016714f,0.40378220052097696f,0.0633842674582831f,-0.9126567641677863f,1.3859184704634897f,-0.7766202150851592f,0.5510322464769402f,-0.3053268819865971f,0.2810344153527864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18442317761510196f,0.8814728975281398f,0.43473396748091087f,0.2984375f,0.45721268888731087f,0.4684902944136721f,-0.7559585975175002f,1.5366751518408606f,-0.8700256597818155f,0.0593495995229629f,-0.48942106243773414f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.670624329600452e-17f,8.648482641546229e-17f,-0.15625000000000003f,0f,0.7062022003052342f,-0.7080102063417206f,1.2170003457132124f,-1.2246467991473532e-16f,-0.7080102063417206f,-0.7062022003052342f,0.28187705748939657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.700981330195446e-17f,1.1308260379003465e-16f,-0.15625000000000003f,0f,0.923389534588807f,-0.3838642564916229f,1.387736731845541f,-1.2246467991473532e-16f,-0.3838642564916229f,-0.923389534588807f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.643035654920814e-17f,9.568698147804378e-17f,0.15624999999999997f,0f,0.7813434987513526f,-0.6241012233275908f,1.2032892183744817f,-1.2246467991473532e-16f,-0.6241012233275908f,-0.7813434987513526f,0.23840124272749458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.8347139652894714e-17f,1.2108253504604103e-16f,0.15624999999999997f,0f,0.9887139306642815f,-0.1498157645589627f,1.387736731845541f,-1.2246467991473532e-16f,-0.1498157645589627f,-0.9887139306642815f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877241825250906f,0.15592190156197705f,0.009449860762914106f,0.19488676710192798f,0.1555463803966387f,0.9761773178043878f,0.15127183396037513f,2.1773725405432796f,0.014361852270702927f,0.15088474017450626f,-0.9884470306404012f,0.034507422611891075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999552180627992f,-0.0005118598844243843f,0.009449860762914106f,0.07970175513506991f,0.0009235698443992996f,0.9884917699551207f,0.15127183396037513f,2.1874403318630598f,-0.009418539574810035f,0.15127378732104085f,-0.9884470306404012f,0.034946991873918795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707139201213834f,0.23928152357492885f,0.021420498552495164f,0.05725758697949379f,0.2352391632201935f,0.9286328874771183f,0.28688585950404233f,2.182688564575949f,0.04875470613222721f,0.2835230374618096f,-0.957725255936372f,0.01653100641107255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971458564144374f,-0.07239684576886415f,0.021420498552495164f,0.08633159359024292f,-0.06323760469752353f,0.9558752580586792f,0.28688585950404233f,2.192164634716894f,-0.041244955905394065f,0.2847124650484637f,-0.957725255936372f,0.02001982559268602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08448245815350382f,0.021420498552495164f,0.1444944337193668f,0.08707278979269381f,0.9539993883092086f,0.28688585950404233f,2.3012559126671315f,0.003801680104023551f,0.28765931476313644f,-0.957725255936372f,0.021369505016853797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08664192764163034f,0.009449860762914106f,0.125f,0.08707278979269381f,0.9846497659208486f,0.15127183396037513f,2.079709715334941f,0.003801680104023551f,0.15151902470172f,-0.9884470306404012f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876949290950298f,-0.15634024510214192f,-0.004056451819785698f,-0.1951011791883878f,-0.15606872219454376f,0.9836471535281588f,0.08989344419095899f,2.180109623569028f,-0.010063845811933921f,0.08942038423845493f,-0.9959431278391959f,0.02800259565869549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999917681389144f,0.00009409060275807068f,-0.004056451819785698f,-0.07991616722152972f,-0.0002709409926091033f,0.9959513518653738f,0.08989344419095899f,2.190177414888808f,0.004048486802040249f,0.08989380325969641f,-0.9959431278391959f,0.028442164920723243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704595959242143f,-0.2408872633600238f,-0.01347215756771877f,-0.05740219082542476f,-0.2387656248506967f,0.9508980899381511f,0.19693602753592898f,2.1844369174321f,-0.03462873183163463f,0.194335145825181f,-0.9803237740812157f,0.014379227233668919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974001806116065f,0.07079110598376921f,-0.01347215756771877f,-0.08649651938034261f,0.06676406632802671f,0.978140460519712f,0.19693602753592898f,2.1941947718356754f,0.027118981604801008f,0.19552457341183507f,-0.9803237740812157f,0.016739301041224328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08610821368700276f,-0.01347215756771877f,-0.14458879086516868f,-0.08707278979269381f,0.9765421293196136f,0.19693602753592898f,2.3029407298349223f,-0.0038016801040237948f,0.19735968483849048f,-0.9803237740812157f,0.0075062547503575786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08706129273408321f,-0.004056451819785698f,-0.125f,-0.08707278979269381f,0.9921378422221402f,0.08989344419095899f,2.079709715334941f,-0.0038016801040237948f,0.08990457907284795f,-0.9959431278391959f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.566334395919072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1916913128258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10742870174653588f,0.07413609712225003f,0.1316969962793376f,-0.1205904774487396f,0.536531510303498f,-0.8352196568568848f,0.9441971664515337f,0.049950211252314684f,-0.8370143442573139f,-0.5448962872908458f,0.416587947316852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.042089217069263926f,0.12355397469107268f,0.12499999999999999f,-0.1205904774487396f,-0.06687824472024667f,-0.9904469885520496f,0.8991078595027431f,0.049950211252314684f,-0.9968730100617808f,0.061230533283762434f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17216327327759492f,0.022660470899564175f,-0.154688015163218f,0.1604299972043605f,0.9520022791110383f,-0.2606796435558365f,0.8619873176721065f,-0.06645228065352396f,-0.25308391474318004f,-0.9651593788044606f,0.40634902634303394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10981362441504228f,-0.13451638376003813f,-0.125f,0.1604299972043605f,0.278932070918921f,-0.9468152490374725f,0.9029793269663036f,-0.06645228065352396f,-0.9540114609928511f,-0.2923118654626105f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304752642462442f,-0.0036458572844556805f,-4.100723895728975e-18f,0.09893948797884106f,0.7330081840679601f,-0.6729858689511067f,1.085852132515783f,-0.08513556585793412f,-0.6675891008017312f,-0.7396463532775547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12862989265872204f,0.022168391237784163f,-4.357962073375866e-18f,-0.09893948797884106f,0.6298247850563767f,-0.7704100971866695f,1.0484109870222347f,0.08513556585793387f,-0.7660124612846023f,-0.6371631224284365f,0.035585460856224424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.987745328979333e-17f,9.28288224774798e-17f,-4.100723895728975e-18f,0f,0.7580048593775025f,-0.6522489042996489f,1.085852132515783f,-1.2246467991473532e-16f,-0.6522489042996489f,-0.7580048593775025f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.172448507783768e-16f,-4.100705354660506e-18f,0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,-0.025174215816117586f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.172448507783768e-16f,-4.100705354660506e-18f,-0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,0.025174215816117344f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.53729104340417e-17f,1.172448507783768e-16f,-4.100705354660506e-18f,0f,0.9573768604956729f,-0.2888417334587385f,1.1108519471552625f,-1.2246467991473532e-16f,-0.2888417334587385f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13043565817949088f,-0.004860651267976319f,-0.19375f,0.1205904774487396f,0.9010895783632278f,-0.41652792044935627f,1.1233522627759287f,-0.04995021125231493f,-0.4135506146053506f,-0.9091099304019211f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12961381381510756f,0.015406041794324359f,0.19375f,-0.1205904774487396f,0.8644047141383456f,-0.4881213239801042f,1.1233517787753453f,0.04995021125231469f,-0.485803200322628f,-0.8726398036716762f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9852620732045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.19169140625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4951554286552261f,-0.7431442407132782f,-0.450064149836381f,0.025532265117491293f,0f,0.5180270093731286f,-0.8553642601605076f,1.41643477473802f,0.8688044092160555f,0.42353825689613656f,0.25650388588113643f,0.3495248966167388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4951554286552261f,-0.7431442407132782f,-0.450064149836381f,0.07195308655391874f,0f,0.5180270093731286f,-0.8553642601605076f,1.41643477473802f,0.8688044092160555f,0.42353825689613656f,0.25650388588113643f,0.43097530998074396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4951554286552261f,-0.7431442407132782f,-0.450064149836381f,0.11625229831116218f,0f,0.5180270093731286f,-0.8553642601605076f,1.544739413762096f,0.8688044092160555f,0.42353825689613656f,0.25650388588113643f,0.3517745204165709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6697493667480078f,-0.5489564193883943f,-0.5000826285254427f,0.5416098554503304f,-0.5101413311348009f,0.8294993993759021f,-0.22734680271125657f,2.0283040629579974f,0.5396217267759482f,0.10284744064531116f,-0.8356020559716526f,-0.38788076590066056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3232808800208591f,-0.5489564193883943f,-0.7708023885699966f,0.5622204470496698f,0.09723626735704274f,0.8294993993759021f,-0.5499780493305957f,2.052866809542002f,0.9412940990590606f,0.10284744064531116f,0.3215397689700305f,-0.47597694909933946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728782659251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1145713861609647f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830002962719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3578139062499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34.mcfunction new file mode 100644 index 000000000..345f832f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..9881a4593 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,-0.11737391987871365f,-0.4583271783337526f,0.0422331266993794f,-0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,0.4571203421280391f,0.044430615589177026f,-0.6752861302111541f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,0.14331224083240168f,-0.4489735624493903f,0.0422331266993794f,0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,0.4303611315550162f,-0.13115152179893347f,-0.6615047806150082f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,0.11737391987871365f,0.4583271783337527f,-0.0422331266993793f,0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,-0.4571203421280392f,0.04443061558917704f,-0.6752861302111541f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,-0.14331224083240168f,0.4489735624493904f,-0.0422331266993793f,-0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,-0.4303611315550163f,-0.1311515217989335f,-0.6615047806150082f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.032480793527914914f,0.40438667451510485f,1.5089143996683212f,-0.5751451921785796f,1.5488138065830281f,0.1885420254643716f,-0.0838686304382172f,0.9959187108190908f,-0.20378184558391582f,1.4974410078892615f,-0.39692522885551906f,0.08569988348585894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4847911070451599f,-0.8660254037844386f,-0.12238293398153341f,-0.47696727847101983f,-0.8282070992570728f,0.4995241107909289f,-0.25406429005020975f,1.2099799776542912f,0.28115935565105005f,-0.021809693682668135f,-0.9594132342173287f,0.0027688533795445997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49962742650379854f,-0.8660254037844386f,0.019298566920665523f,-0.2984375f,-0.8662400208008518f,0.4995241107909289f,-0.01019260032924852f,1.524264995590861f,-0.0008130486648338237f,-0.021809693682668135f,-0.9997618097393683f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5176378879120946f,0.8152661540446714f,0.25959991345745f,0.38191899580996386f,0.4136378041925496f,0.027145567047926148f,-0.9100367493307138f,1.365187506740568f,-0.7489691475225608f,0.5784498390170545f,-0.32317332779867836f,0.27616519929351446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18992481480603363f,0.8809605995236126f,0.4334016460604307f,0.2984375f,0.483060808337672f,0.4681568382768773f,-0.7399198809484393f,1.524264995590861f,-0.8547402062434226f,0.06883020312039452f,-0.5144721401294308f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.569015532481098e-17f,8.749168593088345e-17f,-0.15625000000000003f,0f,0.7144238321759265f,-0.6997132184109883f,1.2036937392924554f,-1.2246467991473532e-16f,-0.6997132184109883f,-0.7144238321759265f,0.2798774930428409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.568576196686701e-17f,1.1362398065604526e-16f,-0.15625000000000003f,0f,0.9278102121783578f,-0.3730525568570074f,1.3753265755955413f,-1.2246467991473532e-16f,-0.3730525568570074f,-0.9278102121783578f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.492428208390079e-17f,9.687078909986557e-17f,0.15624999999999997f,0f,0.791010021561407f,-0.6118031920392558f,1.190365581942074f,-1.2246467991473532e-16f,-0.6118031920392558f,-0.791010021561407f,0.2355119450472306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6450937095036595e-17f,1.2135470528707867e-16f,0.15624999999999997f,0f,0.9909363693398828f,-0.1343320956417016f,1.3753265755955413f,-1.2246467991473532e-16f,-0.1343320956417016f,-0.9909363693398828f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877120923398908f,0.15609479926550257f,0.007696511405662279f,0.19496051613363385f,0.15574565231264165f,0.9790270389694812f,0.13133677608484226f,2.165897804215268f,0.012965894927261334f,0.13092162009734187f,-0.9913079314520905f,0.03240802770174972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999703238875993f,-0.00033919951688257677f,0.007696511405662279f,0.07977550416677578f,0.0006745937864682389f,0.991337579319408f,0.13133677608484226f,2.175965595535048f,-0.0076743903570903535f,0.1313380705386846f,-0.9913079314520905f,0.03284759696377744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705732444711637f,0.24016971467458148f,0.01749529279117802f,0.05730964901868184f,0.237152874090733f,0.9407155823846368f,0.24251331379790084f,2.170816869037993f,0.041786258832586326f,0.2395259927687688f,-0.9699903130242652f,0.01784059871850782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972865320646571f,-0.07150865466921152f,0.01749529279117802f,0.08639489641084888f,-0.06515131556806299f,0.9679579529661978f,0.24251331379790084f,2.180445855519181f,-0.03427650860575318f,0.24071542035542282f,-0.9699903130242652f,0.020772599482753295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0853817206669374f,0.01749529279117802f,0.1445334306973384f,0.08707278979269381f,0.9662326955286075f,0.24251331379790084f,2.289488509393223f,0.003801680104023551f,0.24311384137369646f,-0.9699903130242652f,0.01686683472095442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08681524754372633f,0.007696511405662279f,0.125f,0.08707278979269381f,0.9875064458145869f,0.13133677608484226f,2.0672995590849412f,0.003801680104023551f,0.13150715671994495f,-0.9913079314520905f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876927054816418f,-0.15637204425508655f,-0.0033020166322843825f,-0.19512824181335106f,-0.15612045245898276f,0.9843869307752728f,0.0812943715323565f,2.168049299057645f,-0.009461705044923772f,0.08080937008988225f,-0.9966846651992392f,0.027081639176626638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999945463853768f,0.00006233510038305967f,-0.0033020166322843825f,-0.07994322984649298f,-0.00020630771375020063f,0.9966901136232298f,0.0812943715323565f,2.1781170903774254f,0.0032961548252273608f,0.08129460941568527f,-0.9966846651992392f,0.027521208438654386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704043570286358f,-0.24123602802065108f,-0.010980102215355428f,-0.05744420430408999f,-0.23959151475108342f,0.9561125535476727f,0.168655539511249f,2.172433948268307f,-0.03018757888803575f,0.16629480970063001f,-0.985613893138439f,0.016062348631575404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997455419507185f,0.07044234132314194f,-0.010980102215355428f,-0.08654294675970775f,0.06758995622841346f,0.9833549241292336f,0.168655539511249f,2.1822577959538116f,0.022677828661202125f,0.1674842372872841f,-0.985613893138439f,0.018067549158612303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08646132574299517f,-0.010980102215355428f,-0.14459596314589662f,-0.0870727897926938f,0.9818215918739448f,0.168655539511249f,2.290697429919167f,-0.0038016801040237943f,0.16896982239700908f,-0.985613893138439f,0.0055640454426703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08709316953731841f,-0.0033020166322843825f,-0.125f,-0.0870727897926938f,0.9928794259298944f,0.0812943715323565f,2.0672995590849412f,-0.0038016801040237943f,0.08127253770534892f,-0.9966846651992392f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5539242396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1792811565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10902106394476604f,0.07177391219528914f,0.1322286965586908f,-0.1205904774487396f,0.5546315861536592f,-0.8233114479887673f,0.9320147262385383f,0.04995021125231469f,-0.8249231547586885f,-0.5630335382007202f,0.41494133932347066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.042314728924027815f,0.12347692323487772f,0.12499999999999999f,-0.1205904774487396f,-0.06506979791293516f,-0.9905674425036664f,0.8866977032527432f,0.04995021125231469f,-0.9969831418412528f,0.05941036340734934f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17272443319351216f,0.017887419741979882f,-0.15412012545941153f,0.16042999720436046f,0.9444237384751497f,-0.2869251090469964f,0.8533901845752507f,-0.06645228065352395f,-0.2796963932241562f,-0.9577860001134613f,0.4072251322503423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10768176154284229f,-0.1362289537436013f,-0.125f,0.16042999720436046f,0.2639878644533014f,-0.9510902288523387f,0.8905691707163037f,-0.06645228065352395f,-0.9584962418561773f,-0.27725268031802597f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304924537129474f,-0.002967554454454243f,-4.100723895728975e-18f,0.09913591921606997f,0.7380281963226137f,-0.6674477140225852f,1.0734419762657832f,-0.08490675106639474f,-0.6620317975420547f,-0.7446507521426307f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287557898011233f,0.02142506588449094f,-4.347367802368761e-18f,-0.09913591921606997f,0.6360236567995469f,-0.7652750992372072f,1.0359960777307633f,0.08490675106639449f,-0.7608520582767857f,-0.6433467098224162f,0.035498952068429596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.966277047610651e-17f,9.301312179843094e-17f,-4.100723895728975e-18f,0f,0.7595097775390448f,-0.6504958860919805f,1.0734419762657832f,-1.2246467991473532e-16f,-0.6504958860919805f,-0.7595097775390448f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.171628130827159e-16f,-4.100705354660506e-18f,0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,-0.025366928589493968f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.171628130827159e-16f,-4.100705354660506e-18f,-0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,0.025366928589493725f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.564369589651375e-17f,1.171628130827159e-16f,-4.100705354660506e-18f,0f,0.9567069718737616f,-0.29105286455923685f,1.0984417909052626f,-1.2246467991473532e-16f,-0.29105286455923685f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13046621466166444f,-0.003956474102324118f,-0.19375f,0.12059047744873963f,0.9039549236813513f,-0.4102723884213113f,1.1109421065259288f,-0.049950211252314934f,-0.4072395643648819f,-0.9119544471144106f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12970063577668645f,0.014657146195258045f,0.19375f,-0.1205904774487396f,0.8672096434154709f,-0.4831204519743465f,1.1109416225253455f,0.04995021125231469f,-0.4807548017922807f,-0.8754312062917988f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9728519169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.17928125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5411212521268759f,-0.47812900807639863f,-0.6917950868086022f,-0.02034466589548009f,1.3877787807814457e-17f,0.8226405180208605f,-0.5685618507342627f,1.308406544509172f,0.8409445822981692f,0.3076609005808981f,0.4451482671617498f,0.3607767324868894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5411212521268759f,-0.47812900807639863f,-0.6917950868086022f,0.030385451491414514f,1.3877787807814457e-17f,0.8226405180208605f,-0.5685618507342627f,1.308406544509172f,0.8409445822981692f,0.3076609005808981f,0.4451482671617498f,0.43961528707734276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5411212521268759f,-0.47812900807639863f,-0.6917950868086022f,0.10878965581925756f,1.3877787807814457e-17f,0.8226405180208605f,-0.5685618507342627f,1.3936908221193114f,0.8409445822981692f,0.3076609005808981f,0.4451482671617498f,0.3334237697078536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6565265780522668f,-0.5489564193883943f,-0.517319728913613f,0.5416282192003303f,-0.5040605416090975f,0.8294993993759021f,-0.240527995933448f,2.029976786707998f,0.5611557918294384f,0.10284744064531116f,-0.8212956722453765f,-0.3879053984006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.30313942334788757f,-0.5489564193883943f,-0.7789437332853916f,0.5622388107996698f,0.08291013041350842f,0.8294993993759021f,-0.552319343052398f,2.0545395332920027f,0.9493326078288499f,0.10284744064531116f,0.2969680179170545f,-0.4760015815993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728966296751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1162441099109652f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830249287719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.34540375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35.mcfunction new file mode 100644 index 000000000..e217e74d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..30df1d2a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,-0.12222917735465214f,-0.4141058123782205f,0.03880941484952262f,-0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,0.41361224760237986f,0.03675896464508905f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,0.14924045580054815f,-0.40565467335009353f,0.03880941484952262f,0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,0.3881093257630031f,-0.12178452196781812f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,0.12222917735465214f,0.4141058123782207f,-0.03880941484952252f,0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,-0.4136122476023801f,0.03675896464508909f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,-0.14924045580054815f,0.40565467335009375f,-0.03880941484952252f,-0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,-0.38810932576300333f,-0.12178452196781817f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03322739599784574f,0.3956075716982182f,1.5112236232173715f,-0.5761284798534869f,1.5507997647458476f,0.1735031994718266f,-0.07951716441916182f,0.9817814056729871f,-0.18794222468468016f,1.5015983281117753f,-0.38895556454753866f,0.07119736820769956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4861849640185789f,-0.8660254037844386f,-0.11672266601758688f,-0.4775300966836759f,-0.8311128273822868f,0.4995241107909289f,-0.24439134784020716f,1.1966912127611804f,0.26995490164632024f,-0.02180969368266814f,-0.9626259337554717f,-0.008995013644749805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49870474449168045f,-0.8660254037844386f,0.03596634289843445f,-0.2984375f,-0.8660974860980845f,0.4995241107909289f,0.018729850856599263f,1.5124642143408606f,-0.0341865821056508f,-0.02180969368266814f,-0.9991774691542048f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5501413259954956f,0.7976330863516016f,0.24723669021635286f,0.3838961141978106f,0.41651599604308764f,-0.005487313945788191f,-0.909111827239034f,1.347142767360434f,-0.7237810072612799f,0.6031180223993303f,-0.3352457376089487f,0.2723819940086808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1934343851605922f,0.8805081105991379f,0.43276853606365634f,0.2984375f,0.5024807987370689f,0.46776713128905323f,-0.727122381574221f,1.5124642143408606f,-0.8426720510009225f,0.0768074088532229f,-0.5329206661475541f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.444436209945713e-17f,8.869468719283216e-17f,-0.15625000000000003f,0f,0.724247082951467f,-0.6895405447370669f,1.1908389885423711f,-1.2246467991473532e-16f,-0.6895405447370669f,-0.724247082951467f,0.27744284914906464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.4074430452159304e-17f,1.1425866447204934e-16f,-0.15625000000000003f,0f,0.932992798834739f,-0.35989503653498817f,1.363525794345541f,-1.2246467991473532e-16f,-0.35989503653498817f,-0.932992798834739f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.322010075364183e-17f,9.816524167058884e-17f,0.15624999999999997f,0f,0.8015800289433272f,-0.5978874954364028f,1.178044689762414f,-1.2246467991473532e-16f,-0.5978874954364028f,-0.8015800289433272f,0.23227510462721734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4327846485015542e-17f,1.216236434321896e-16f,0.15624999999999997f,0f,0.9931324159493884f,-0.11699574518131389f,1.363525794345541f,-1.2246467991473532e-16f,-0.11699574518131389f,-0.9931324159493884f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877028913025766f,0.15622638022934732f,0.006026328315466384f,0.19502713616610928f,0.15590902909167537f,0.9813634357605392f,0.11233067969153064f,2.1549471308875168f,0.011634997216222978f,0.11188889610996049f,-0.9936526061793794f,0.03039451129140001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999818199280114f,-0.00020779917369879997f,0.006026328315466384f,0.07984212419925121f,0.00047046614411298815f,0.993670768947968f,0.11233067969153064f,2.165014922207297f,-0.00601152851358332f,0.11233147269513305f,-0.9936526061793794f,0.03083408055342773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704659200276354f,0.2408473345424693f,0.013728055532488029f,0.05737343884119191f,0.23867337411776235f,0.9503156417333568f,0.19983793825037605f,2.1596920747110215f,0.03508444886495812f,0.19721242993459193f,-0.9797327895539353f,0.019073478812846153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973938565081854f,-0.07083103480132372f,0.013728055532488029f,0.08646726206441867f,-0.06667181559509233f,0.9775580123149178f,0.19983793825037605f,2.16944255775841f,-0.027574698638124978f,0.19840185752124595f,-0.9797327895539353f,0.0214699669931236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08606778715171488f,0.013728055532488029f,0.14456310870834665f,0.08707278979269382f,0.9759524208246816f,0.19983793825037605f,2.2782147011008504f,0.003801680104023551f,0.200272834656253f,-0.9797327895539353f,0.012574014730052156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08694714981487421f,0.006026328315466384f,0.125f,0.08707278979269382f,0.9898485478484859f,0.11233067969153064f,2.0554987778349414f,0.003801680104023551f,0.11242795676037931f,-0.9936526061793794f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876910140448408f,-0.1563962329282716f,-0.0025843956585056f,-0.19515331956528503f,-0.15616482046855396f,0.9850214228726244f,0.07311186859884525f,2.156573788059266f,-0.008888735742399166f,0.07261552731913685f,-0.9973203976501561f,0.026203115829814775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999966597151193f,0.00003817963089264298f,-0.0025843956585056f,-0.07996830759842696f,-0.00015087304767760767f,0.9973237347558258f,0.07311186859884525f,2.1666415793790463f,0.0025802705143845228f,0.07311201430002538f,-0.9973203976501561f,0.026642685091842522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703622927497427f,-0.24150161142522614f,-0.008601888657835783f,-0.05749120777079811f,-0.24025804854550564f,0.9603208823017881f,0.14163288150786454f,2.1611014511038427f,-0.025943995809592793f,0.13950188061146143f,-0.9898818790074386f,0.0176536983553628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997497483786078f,0.07017675791856688f,-0.008601888657835783f,-0.08659331140060487f,0.06825649002283567f,0.9875632528833491f,0.14163288150786454f,2.1709785586156145f,0.01843424558275917f,0.1406913081981155f,-0.9898818790074386f,0.01931981255339353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08673021967811546f,-0.008601888657835783f,-0.14460141888727504f,-0.08707278979269381f,0.9860823779753376f,0.14163288150786454f,2.2790397579982042f,-0.0038016801040237948f,0.14184291607651497f,-0.9898818790074386f,0.0037159289002412464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711741727677806f,-0.0025843956585056f,-0.125f,-0.08707278979269381f,0.993515467392281f,0.07311186859884525f,2.0554987778349414f,-0.0038016801040237948f,0.07305868640566422f,-0.9973203976501561f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5421234584190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1674803753258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11089863583830498f,0.06883734033697743f,0.1328333828092609f,-0.1205904774487396f,0.5764171559287395f,-0.8082086358730077f,0.9203408636906985f,0.049950211252314684f,-0.809595426691768f,-0.5848591466974105f,0.4130063465113293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04269284708101905f,0.12334669701123968f,0.12499999999999999f,-0.1205904774487396f,-0.06203452642516799f,-0.9907621582801243f,0.8748969220027432f,0.049950211252314684f,-0.9971604877547654f,0.05635546163884442f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17323910224227448f,0.01191230713743538f,-0.1534325449937458f,0.16042999720436046f,0.9339525189122251f,-0.319366417167677f,0.8460477606135125f,-0.06645228065352396f,-0.31260343227770315f,-0.947556430258454f,0.4083475587216535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10509877402473902f,-0.13823146279173446f,-0.125f,0.16042999720436046f,0.24604099010863334f,-0.9558901857344139f,0.8787683894663036f,-0.06645228065352396f,-0.9635445391287629f,-0.25916407064075264f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13050552833235207f,-0.0023224836187848022f,-4.100723895728975e-18f,0.0993222142855684f,0.7427629720047041f,-0.6621467097012192f,1.0616411950157831f,-0.08468875134796532f,-0.6567126270245097f,-0.7493706298632804f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.128871520804896f,0.02071757661742994f,-4.337292519055854e-18f,-0.09932221428556841f,0.6418793951270095f,-0.7603459343356784f,1.0241909622266931f,0.08468875134796508f,-0.7558987850478511f,-0.6491878327250944f,0.035416681136762426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.945823477882707e-17f,9.318791097804141e-17f,-4.100723895728975e-18f,0f,0.7609370395033284f,-0.6488257253777088f,1.0616411950157831f,-1.2246467991473532e-16f,-0.6488257253777088f,-0.7609370395033284f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17084223583015e-16f,-4.100705354660506e-18f,0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,-0.025550053022210483f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17084223583015e-16f,-4.100705354660506e-18f,-0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,0.02555005302221024f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.590100854545906e-17f,1.17084223583015e-16f,-4.100705354660506e-18f,0f,0.95606523990863f,-0.2931539817885021f,1.0866410096552626f,-1.2246467991473532e-16f,-0.2931539817885021f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304894571736048f,-0.003096517722188617f,-0.19375f,0.12059047744873963f,0.9066392939785662f,-0.4043057350109345f,1.0991413252759288f,-0.049950211252314934f,-0.40122025395109967f,-0.9146186550772208f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1297791810478174f,0.013944569624899657f,0.19375f,-0.12059047744873963f,0.8698500085018828f,-0.4783501849669963f,1.0991408412753454f,0.0499502112523147f,-0.4759394151316241f,-0.8780584545006197f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9610511357045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.16748046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.212012149896655f,-0.7912401152362237f,-0.0425113954539553f,0f,0.9659258262890682f,-0.2588190451025212f,1.24560546875f,0.8191520442889917f,0.14845250554968475f,0.554032293222323f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.212012149896655f,-0.7912401152362237f,0.011261395453955242f,0f,0.9659258262890682f,-0.2588190451025212f,1.24560546875f,0.8191520442889917f,0.14845250554968475f,0.554032293222323f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.212012149896655f,-0.7912401152362237f,0.10306101728543354f,0f,0.9659258262890682f,-0.2588190451025212f,1.284428325515378f,0.8191520442889917f,0.14845250554968475f,0.554032293222323f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.643541553419399f,-0.5489564193883943f,-0.5333864627404976f,0.5416475167003303f,-0.4979624311797771f,0.8294993993759021f,-0.25291137492913046f,2.0343962829579976f,0.5812810732821709f,0.10284744064531116f,-0.8071770052452167f,-0.3879312834006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.283796818148882f,-0.5489564193883943f,-0.7861973134149236f,0.5622581082996697f,0.06923535050428628f,0.8294993993759021f,-0.5541996144671757f,2.0589590295420024f,0.9563816352529564f,0.10284744064531116f,0.27341648030722326f,-0.4760274665993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729159271751965f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.120663606160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830508137719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.33360296875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36.mcfunction new file mode 100644 index 000000000..3ec177471 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..11f7c89d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,-0.1267358428772324f,-0.3664344119315017f,0.03563151455701204f,-0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,0.36670976614371015f,0.028488791701747056f,-0.7291479826527975f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,0.15474304390010635f,-0.3589561586267772f,0.03563151455701204f,0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,0.342561145375869f,-0.11168673348289265f,-0.7142674115782506f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,0.1267358428772324f,0.36643441193150195f,-0.03563151455701194f,0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,-0.36670976614371037f,0.028488791701747097f,-0.7291479826527975f,-0.32901242829034194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,-0.15474304390010635f,0.35895615862677743f,-0.03563151455701194f,-0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,-0.3425611453758692f,-0.1116867334828927f,-0.7142674115782506f,-0.32901242829034194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03402984534973348f,0.38461039935638014f,1.514041961219173f,-0.5769513704236355f,1.5530565129895912f,0.15465171768966116f,-0.0741927467900225f,0.9686706160055715f,-0.1681180748345765f,1.5065071977665967f,-0.3789177034546587f,0.055048584606570305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4878336940868918f,-0.8660254037844387f,-0.10962794768459776f,-0.4778503745461358f,-0.8345847281843656f,0.4995241107909289f,-0.23225846425902402f,1.184601871126636f,0.2559035333772581f,-0.021809693682668132f,-0.9664562684707999f,-0.021706676655989743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4970993080321987f,-0.8660254037844387f,0.05377990288118092f,-0.2984375f,-0.8648734683363078f,0.4995241107909289f,0.049694531957321694f,1.501483745590861f,-0.06990108526936262f,-0.021809693682668132f,-0.9973154844579691f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5784428874693681f,0.7805035195311399f,0.23710352577640725f,0.3860539846442503f,0.43892516339728327f,-0.052809890484047294f,-0.896970354250201f,1.3228768646810631f,-0.6875671071777417f,0.6229168254803898f,-0.3731301403808936f,0.2637041613281201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19767848504612587f,0.8789135057643163f,0.4340901587630705f,0.2984375f,0.5436067972045464f,0.4667882893993146f,-0.6975674468556262f,1.501483745590861f,-0.8157296528770325f,0.09808028479129179f,-0.5700573577740886f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.307573670592637e-17f,8.997788504619438e-17f,-0.15625000000000003f,0f,0.7347251885918498f,-0.6783648702937608f,1.1787557220993603f,-1.2246467991473532e-16f,-0.6783648702937608f,-0.7347251885918498f,0.27478885247747664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.231892690447284e-17f,1.1492043444171475e-16f,-0.15625000000000003f,0f,0.9383965607204204f,-0.3455602622236626f,1.3525453255955413f,-1.2246467991473532e-16f,-0.3455602622236626f,-0.9383965607204204f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.142846817311281e-17f,9.947648848376781e-17f,0.15624999999999997f,0f,0.8122871717218972f,-0.5832577051836015f,1.1665844946558273f,-1.2246467991473532e-16f,-0.5832577051836015f,-0.8122871717218972f,0.22890796413043185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2120623749440068e-17f,1.2186340019276948e-16f,0.15624999999999997f,0f,0.9950901784711765f,-0.09897240378106502f,1.3525453255955413f,-1.2246467991473532e-16f,-0.09897240378106502f,-0.9950901784711765f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876963427072912f,0.15632002950497437f,0.004470232455364204f,0.19508603206335146f,0.15603813422285856f,0.983209725153619f,0.09460833489494566f,2.1447229164265544f,0.010394001678382976f,0.09414183309724193f,-0.995504535394089f,0.028506559130565146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999900019311347f,-0.00011427845005652915f,0.004470232455364204f,0.07990102009649337f,0.0003091584833777167f,0.9955145239470081f,0.09460833489494566f,2.1547907077463346f,-0.004460993028608584f,0.0946087710045844f,-0.995504535394089f,0.028946128392592866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703893948331912f,0.24133049560480202f,0.010198739452185697f,0.05744523324258856f,0.2398235449129608f,0.9575775343336762f,0.15978089073734253f,2.1494837428756255f,0.028793917771884024f,0.15749557971758488f,-0.9870998189994606f,0.02020168703924248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974703817026296f,-0.07034787373899097f,0.010198739452185697f,0.0865451712623872f,-0.06782198639029083f,0.9848199049152372f,0.15978089073734253f,2.159326131085577f,-0.02128416754505088f,0.1586850073042389f,-0.9870998189994606f,0.02209552614763412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08655697087746546f,0.010198739452185697f,0.1445842312488097f,0.0870727897926938f,0.9833048338297229f,0.15978089073734253f,2.2676506618656616f,0.0038016801040235506f,0.1600609089053877f,-0.9870998189994606f,0.008571174835389116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08704102777248773f,0.004470232455364204f,0.125f,0.0870727897926938f,0.991699345692092f,0.09460833489494566f,2.0445183090849413f,0.0038016801040235506f,0.09463755722854356f,-0.995504535394089f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876898106341286f,-0.15641344250323588f,-0.0019165004058997578f,-0.19517607818556876f,-0.15620187962581375f,0.985551393512352f,0.06549369089633063f,2.145889494447127f,-0.00835528400963642f,0.06498681212483212f,-0.9978511429461663f,0.025383273398829207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999981632910431f,0.000020993679442832258f,-0.0019165004058997578f,-0.07999106621871069f,-0.00010457027170260313f,0.9978529779069832f,0.06549369089633063f,2.1559572857669074f,0.0019137605907392202f,0.0654937710124501f,-0.9978511429461663f,0.02582284266085696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703323411285512f,-0.24169071851889085f,-0.006383129468158018f,-0.05754109088913127f,-0.2407737818396566f,0.9635770941689018f,0.11639230890245839f,2.150627487205204f,-0.02198030342407627f,0.11447611180870053f,-0.9931828059760941f,0.019124234382398148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975274354072696f,0.06998765082490217f,-0.006383129468158018f,-0.08664558782315523f,0.06877222331698658f,0.9908194647504628f,0.11639230890245839f,2.160545804728946f,0.014470553197242646f,0.11566553939535464f,-0.9931828059760941f,0.020473627103443522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0869216840154901f,-0.006383129468158018f,-0.1446053004970483f,-0.08707278979269381f,0.9893791789329672f,0.11639230890245839f,2.2681788238223577f,-0.0038016801040237948f,0.1165051979176862f,-0.9931828059760941f,0.0019952765588988584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08713466887577044f,-0.0019165004058997578f,-0.125f,-0.08707278979269381f,0.9940467321662968f,0.06549369089633063f,2.0445183090849413f,-0.0038016801040237948f,0.06541134266636471f,-0.9978511429461663f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5311429896690723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1564999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11285341301417454f,0.0655834889779279f,0.13346598961706876f,-0.12059047744873963f,0.5996747349692431f,-0.7911056497006284f,0.9094264269654448f,0.04995021125231469f,-0.7922463754480801f,-0.6081534814380567f,0.410945077246267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04315959788749507f,0.12318415468580193f,0.12499999999999999f,-0.12059047744873963f,-0.058282523829334576f,-0.9909899515962654f,0.8639164532527432f,0.04995021125231469f,-0.9973667312108785f,0.05257927224274178f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17356649092319698f,0.00532567701363848f,-0.15268254271894124f,0.16042999720436046f,0.9211523748744121f,-0.3545990951204461f,0.8398307097849287f,-0.06645228065352395f,-0.3483575397373194f,-0.9350032721355082f,0.40957022471614807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.10227736284971183f,-0.14033185901837902f,-0.125f,0.16042999720436046f,0.22662915325546895f,-0.9606775957061339f,0.8677879207163037f,-0.06645228065352395f,-0.9685961841465294f,-0.23959450422062634f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051483009150636f,-0.0017222025580926662f,-4.100723895728975e-18f,0.09949512881569895f,0.7471344842460933f,-0.6571839786484995f,1.0506607262657832f,-0.08448553839216118f,-0.651733029373615f,-0.7537282349932748f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12897571548748957f,0.020058705590241147f,-4.327916576487394e-18f,-0.09949512881569898f,0.6472938445258337f,-0.7557191265152108f,1.0132066228544865f,0.08448553839216096f,-0.7512495881219874f,-0.6545886113805608f,0.03534012075563876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.926757258939364e-17f,9.335014602240203e-17f,-4.100723895728975e-18f,0f,0.7622617891737932f,-0.647268850452088f,1.0506607262657832f,-1.2246467991473532e-16f,-0.647268850452088f,-0.7622617891737932f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17010589549202e-16f,-4.100705354660506e-18f,0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,-0.02572033711297176f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17010589549202e-16f,-4.100705354660506e-18f,-0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,0.025720337112971517f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.614027891379301e-17f,1.17010589549202e-16f,-4.100705354660506e-18f,0f,0.9554639723932594f,-0.29510777261619664f,1.0756605409052626f,-1.2246467991473532e-16f,-0.29510777261619664f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305059931083495f,-0.0022962182538455965f,-0.19375f,0.12059047744873957f,0.9091016952406947f,-0.39873806497396264f,1.0881608565259289f,-0.04995021125231491f,-0.3956037076081296f,-0.9170619842314643f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.129848750289971f,0.013281148429205875f,0.19375f,-0.1205904774487396f,0.8722832674841542f,-0.47389855245173784f,1.0881603725253455f,0.04995021125231469f,-0.47144586467090815f,-0.8804792860031114f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9500706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.1565f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.03157752073105555f,-0.8185431765321327f,-0.046606854648341633f,0f,0.9992567097145102f,-0.03854903488456063f,1.267665501532694f,0.8191520442889917f,0.022110818053858533f,0.5731501025579202f,0.367594919324293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.03157752073105555f,-0.8185431765321327f,0.007165936259568892f,0f,0.9992567097145102f,-0.03854903488456063f,1.267665501532694f,0.8191520442889917f,0.022110818053858533f,0.5731501025579202f,0.44439042347638597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.03157752073105555f,-0.8185431765321327f,0.10306101728543354f,0f,0.9992567097145102f,-0.03854903488456063f,1.2734478567653782f,0.8191520442889917f,0.022110818053858533f,0.5731501025579202f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6311059401391845f,-0.5489564193883943f,-0.5480439233613573f,0.5416668142003302f,-0.4920149537531837f,0.8294993993759021f,-0.2642953494071925f,2.040532966707998f,0.5996887339314358f,0.10284744064531116f,-0.7935967655859117f,-0.3879571684006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2656428420885273f,-0.5489564193883943f,-0.7925154446819337f,0.5622774057996698f,0.05647299369070369f,0.8294993993759021f,-0.5556451632279609f,2.0650957132920027f,0.9624160646158912f,0.10284744064531116f,0.25135179036953303f,-0.4760533515993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729352246751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1268002899109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38307669877194567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3226225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37.mcfunction new file mode 100644 index 000000000..41c58c93d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..3577bf61f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,-0.13057670396024715f,-0.31858859841718395f,0.03292310997316872f,-0.12799218587605715f,0.8059073140904631f,-0.03280008985671906f,1.2565034534152109f,0.3196356848244835f,0.02018836107310307f,-0.7512455680457688f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,0.15943269224022824f,-0.31208679028622105f,0.03292310997316872f,0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,0.29684632004458744f,-0.10155200070329326f,-0.7359140258407532f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,0.13057670396024715f,0.3185885984171842f,-0.03292310997316862f,0.12799218587605715f,0.8059073140904631f,-0.03280008985671906f,1.2565034534152109f,-0.31963568482448373f,0.020188361073103105f,-0.7512455680457688f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,-0.15943269224022824f,0.31208679028622127f,-0.03292310997316862f,-0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,-0.29684632004458766f,-0.10155200070329332f,-0.7359140258407532f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03472178162437676f,0.37292772848717054f,1.5169461286434098f,-0.5775177303209679f,1.5551746986453072f,0.13460937357824232f,-0.06868932404930995f,0.9570292676112127f,-0.14707924589930074f,1.511360802677598f,-0.36818808991522345f,0.03875118711267034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.489467575918256f,-0.8660254037844387f,-0.10208570969879333f,-0.4779119156896048f,-0.8380699766295692f,0.4995241107909289f,-0.2193498963087177f,1.1739954951449605f,0.24095685588258264f,-0.02180969368266814f,-0.9702907455317962f,-0.0343447926328041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4948893588498062f,-0.8660254037844387f,0.071305837749989f,-0.2984375f,-0.8625783083186058f,0.4995241107909289f,0.08021424285464585f,1.4915345268408609f,-0.1050865572537232f,-0.02180969368266814f,-0.9942238946766611f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6090204485977472f,0.7594894670015188f,0.2286259886879604f,0.3857142903034402f,0.4307594246187416f,-0.0746839309642185f,-0.8993712406775427f,1.310886249364164f,-0.6659882966628838f,0.6462182757934661f,-0.3726412869484408f,0.26285750523929413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19450639653409155f,0.8773699592597406f,0.43862195145236815f,0.2984375f,0.5501268382991853f,0.4677897949461264f,-0.6917609193407815f,1.4915345268408609f,-0.8121131223482753f,0.10674578367702434f,-0.5736528690566388f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.169716874607341e-17f,9.123141150664162e-17f,-0.15625000000000003f,0f,0.7449610089224132f,-0.6671080086352584f,1.1677516122475737f,-1.2246467991473532e-16f,-0.6671080086352584f,-0.7449610089224132f,0.2721365834907986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.0565592373744455e-17f,1.155509867633582e-16f,-0.15625000000000003f,0f,0.9435454111651563f,-0.3312431992798887f,1.3425961068455412f,-1.2246467991473532e-16f,-0.3312431992798887f,-0.9435454111651563f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.966610460657265e-17f,1.0071857671534409e-16f,0.15624999999999997f,0f,0.8224295918257272f,-0.5688669145673424f,1.1562279012493561f,-1.2246467991473532e-16f,-0.5688669145673424f,-0.8224295918257272f,0.2256302653115162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,9.973328014323995e-18f,1.2205789837178615e-16f,0.15624999999999997f,0f,0.9966783766288176f,-0.08143840347492692f,1.3425961068455412f,-1.2246467991473532e-16f,-0.08143840347492692f,-0.9966783766288176f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876920865302836f,0.1563808956718883f,0.0030590315971669784f,0.1951368055834706f,0.1561360033353961f,0.9846093186688588f,0.0785241240186399f,2.135429783614247f,0.009267721829212252f,0.07803528086259155f,-0.9969075204214245f,0.0267844464821143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999953197209892f,-0.00005349583388564172f,0.0030590315971669784f,0.07995179361661252f,0.00018687800190513026f,0.9969121962458468f,0.0785241240186399f,2.1454975749340273f,-0.00305378662141169f,0.07852432816954304f,-0.9969075204214245f,0.02722401574414202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703395958713126f,0.24164491387579284f,0.006986006173670255f,0.057520562099626f,0.24064373840225045f,0.9627560322190052f,0.12325345266444845f,2.140352687543389f,0.023057750369174512f,0.12127884409029809f,-0.9923506346670183f,0.021201886056245567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975201806645082f,-0.07003345546800016f,0.006986006173670255f,0.08662447933860326f,-0.06864217987958045f,0.9899984028005662f,0.12325345266444845f,2.1502606138597518f,-0.015548000142341367f,0.12246827167695211f,-0.9923506346670183f,0.022637372892230823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08687530841175423f,0.006986006173670255f,0.144597959577885f,0.08707278979269381f,0.9885478823425854f,0.12325345266444845f,2.2580171206311523f,0.003801680104023551f,0.12339272711287594f,-0.9923506346670183f,0.0049383512068186634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710204256837785f,0.0030590315971669784f,0.125f,0.08707278979269381f,0.9931023568720511f,0.0785241240186399f,2.034569090334941f,0.003801680104023551f,0.07849167443489707f,-0.9969075204214245f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876890286817276f,-0.15642462494355247f,-0.0013112333942881672f,-0.19519621884572652f,-0.15623193963389365f,0.9859812716555764f,0.058587652134933846f,2.1362032221433096f,-0.007871699941992842f,0.05807123776639814f,-0.9982814070613064f,0.024638481177375302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999991402848424f,0.000009826589217193371f,-0.0013112333942881672f,-0.08001120687886844f,-0.0000670124338334882f,0.9982822659582058f,0.058587652134933846f,2.14627101346309f,0.0013095567608407913f,0.058587689635182336f,-0.9982814070613064f,0.02507805043940305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970312868441061f,-0.24181366422902673f,-0.004369110871992324f,-0.05759138037729547f,-0.2411538248734159f,0.9659765914489415f,0.09345617968656231f,2.1411958972455416f,-0.018378522427064312f,0.09173536158328847f,-0.9956138073312268f,0.020446475730859306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975469080947598f,0.06986470511476628f,-0.004369110871992324f,-0.08669743328936791f,0.06915226635074594f,0.9932189620305025f,0.09345617968656231f,2.151144582360727f,0.010868772200230688f,0.09292478916994258f,-0.9956138073312268f,0.021508065745186124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08704616225936794f,-0.004369110871992324f,-0.14460782269005495f,-0.08707278979269381f,0.9918085862484306f,0.09345617968656231f,2.258326563841271f,-0.0038016801040237948f,0.09348098138020083f,-0.9956138073312268f,0.0004354727245060967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714587862246657f,-0.0013112333942881672f,-0.125f,-0.08707278979269381f,0.9944776600281343f,0.058587652134933846f,2.034569090334941f,-0.0038016801040237948f,0.05847888118017465f,-0.9982814070613064f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5211937709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1465506878258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11470513263940821f,0.06228819632676486f,0.13408206772293055f,-0.1205904774487396f,0.6223306010042235f,-0.773409697251338f,0.8995165551788595f,0.0499502112523147f,-0.7743044334109791f,-0.6308388231521199f,0.40891808689736475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04365122576676179f,0.1230108017392173f,0.12499999999999999f,-0.1205904774487396f,-0.054324249701340754f,-0.9912148165978305f,0.8539672345027431f,0.0499502112523147f,-0.9975687677465876f,0.04859557605794551f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736435157083448f,-0.001272422685917693f,-0.1519302118755916f,0.1604299972043605f,0.9070151523849672f,-0.3893401203845859f,0.8345982528905589f,-0.06645228065352395f,-0.3836293038813912f,-0.9210931829079099f,0.41076127817846836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09944318295165225f,-0.14235428680405113f,-0.125f,0.1604299972043605f,0.2073222394041252f,-0.9650283441668787f,0.8578387019663036f,-0.06645228065352395f,-0.9732052930460781f,-0.22012621829996176f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305208739794689f,-0.0011782661420373735f,-4.100723895728975e-18f,0.09965144475966262f,0.7510668591139896f,-0.6526623650080938f,1.0407115075157831f,-0.08430110564386319f,-0.6471961639227182f,-0.7576479716800805f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12906721576805041f,0.019461260733810246f,-4.319420371128327e-18f,-0.09965144475966262f,0.6521710488276731f,-0.7514935213482049f,1.0032540321534613f,0.08430110564386294f,-0.7470037328453564f,-0.6594533696193582f,0.035270743973982346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.909453071096337e-17f,9.34968076365768e-17f,-4.100723895728975e-18f,0f,0.7634593721363003f,-0.6458558562847023f,1.0407115075157831f,-1.2246467991473532e-16f,-0.6458558562847023f,-0.7634593721363003f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1694344873702213e-16f,-4.100705354660506e-18f,0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,-0.025874535880282774f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1694344873702213e-16f,-4.100705354660506e-18f,-0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,0.02587453588028253f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6356947398125296e-17f,1.1694344873702213e-16f,-4.100705354660506e-18f,0f,0.9549157260562205f,-0.29687700505515896f,1.0657113221552625f,-1.2246467991473532e-16f,-0.29687700505515896f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051673762006377f,-0.0015710049272045703f,-0.19375f,0.1205904774487396f,0.911303313405401f,-0.393680336980427f,1.0782116377759288f,-0.04995021125231493f,-0.3905017953574003f,-0.9192460629333673f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12990885732471366f,0.012679733595507125f,0.19375f,-0.12059047744873963f,0.8744683313866599f,-0.46985431162277924f,1.0782111537753454f,0.0499502112523147f,-0.46736369798093846f,-0.8826529047170417f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9401214482045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.14655078125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,0.01321232283939483f,-0.8190454848102283f,-0.04668220089005598f,0f,0.9998699148961339f,0.01612926798084588f,1.2659180282125049f,0.8191520442889917f,-0.009251368049404546f,0.5735018226007479f,0.3676476773307172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,0.01321232283939483f,-0.8190454848102283f,0.007090590017854545f,0f,0.9998699148961339f,0.01612926798084588f,1.2659180282125049f,0.8191520442889917f,-0.009251368049404546f,0.5735018226007479f,0.44444318148281015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,0.01321232283939483f,-0.8190454848102283f,0.10306101728543354f,0f,0.9998699148961339f,0.01612926798084588f,1.263498638015378f,0.8191520442889917f,-0.009251368049404546f,0.5735018226007479f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.619549839387862f,-0.5489564193883943f,-0.5610747241916603f,0.5416851779503302f,-0.486401258933998f,0.8294993993759021f,-0.2744896386795672f,2.0473572529579975f,0.6160939959307316f,0.10284744064531116f,-0.7809293131460828f,-0.38798180090066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24907225157637505f,-0.5489564193883943f,-0.7978783510704801f,0.5622957695496698f,0.044883262684022235f,0.8294993993759021f,-0.556701211751739f,2.0719199995420023f,0.9674443168604133f,0.10284744064531116f,0.2312442382572963f,-0.47607798409933944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729535884251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.133624576160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831013312719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.31267328125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38.mcfunction new file mode 100644 index 000000000..0f5d2aa6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..d76a5bd49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,-0.13357907696278282f,-0.2742206513372742f,0.03080596992912099f,-0.12989808695017738f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,0.2759833734643305f,0.012491280810021453f,-0.7685190888451747f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,0.16309855603052095f,-0.2686243115140645f,0.03080596992912099f,0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,0.25445446165433017f,-0.09215395195865789f,-0.7528350258075182f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7575645906603452f,0.13357907696278282f,0.2742206513372744f,-0.030805969929120894f,0.12989808695017738f,0.8055712523085345f,-0.03355426806217092f,1.2475594463280333f,-0.2759833734643307f,0.012491280810021495f,-0.7685190888451747f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7356900436218733f,-0.16309855603052095f,0.26862431151406474f,-0.030805969929120894f,-0.18442637192075104f,0.7777573594374794f,-0.03286948708131029f,1.2475594463280333f,-0.2544544616543304f,-0.09215395195865794f,-0.7528350258075182f,-0.3402931621916119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03521618365854857f,0.3621084936419384f,1.519553720419549f,-0.5778148520785261f,1.5568816917367845f,0.11603392371761087f,-0.06373206792112844f,0.9471568329687486f,-0.12761453029861072f,1.51552625096996f,-0.35819123981136547f,0.023829915956568082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49087344018043716f,-0.8660254037844386f,-0.09509608680394242f,-0.47776808748290467f,-0.8411124534899755f,0.499524110790929f,-0.20737768279784952f,1.16503581051086f,0.2270971296813252f,-0.021809693682668135f,-0.9736278708787931f,-0.045870015841869234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4923492252775119f,-0.8660254037844386f,0.0871334629670714f,-0.2984375f,-0.8595636380270002f,0.499524110790929f,0.10782399974180155f,1.4828274955908607f,-0.13690358852280754f,-0.021809693682668135f,-0.9903442556561057f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6379527172676134f,0.7376067902922903f,0.22125223941369226f,0.3842178933897047f,0.4070910120870094f,-0.07914217341775559f,-0.9099524296712923f,1.306547233922024f,-0.6536767078677679f,0.6705764231625051f,-0.35076205936466087f,0.2666281256997631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18806602487884316f,0.875880636068908f,0.44436953276051183f,0.2984375f,0.5369681976048435f,0.47053056555088746f,-0.7001900753676588f,1.4828274955908607f,-0.8223723761455489f,0.10693034294290533f,-0.5588108595140548f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.042790840151943e-17f,9.235231116098488e-17f,-0.15625000000000003f,0f,0.7541138491954102f,-0.6567437113910433f,1.1581209915544652f,-1.2246467991473532e-16f,-0.6567437113910433f,-0.7541138491954102f,0.2697125197671642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.896399899292188e-17f,1.161008381067861e-16f,-0.15625000000000003f,0f,0.9480352881142551f,-0.31816519685553524f,1.333889075595541f,-1.2246467991473532e-16f,-0.31816519685553524f,-0.9480352881142551f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.805550165082422e-17f,1.0181378355445413e-16f,0.15624999999999997f,0f,0.8313726343411086f,-0.5557153433806966f,1.147202528697052f,-1.2246467991473532e-16f,-0.5557153433806966f,-0.8313726343411086f,0.22266361303815346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.030901519680523e-18f,1.2220107383897969e-16f,0.15624999999999997f,0f,0.9978474930409393f,-0.06557728746992152f,1.333889075595541f,-1.2246467991473532e-16f,-0.06557728746992152f,-0.9978474930409393f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.020422753438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8996310433064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876896711925192f,0.15641543661115648f,0.001823351133109933f,0.1951792077384888f,0.15620672391129897f,0.9856206700223281f,0.06443100363672907f,2.127274049044819f,0.008280870999632206f,0.06392265650360801f,-0.9979204984170881f,0.02526876451877125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999998337513397f,-0.00001900230882616316f,0.001823351133109933f,0.07999419577163072f,0.00009851768221687263f,0.9979221593213722f,0.06443100363672907f,2.1373418403645994f,-0.0018207868377832204f,0.0644310761533762f,-0.9979204984170881f,0.02570833378079897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703113135993916f,0.24182348111297253f,0.00416637533440177f,0.05759443209332217f,0.24118745239989486f,0.9661889072951827f,0.0911460817840771f,2.132453524521938f,0.018015757155105974f,0.08944495179799156f,-0.9958288171628613f,0.022055602185636118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975484629364292f,-0.06985488823082048f,0.00416637533440177f,0.0867006092460526f,-0.06918589387722486f,0.9934312778767437f,0.0911460817840771f,2.1424048966669984f,-0.010506006928272828f,0.09063437938464558f,-0.9958288171628613f,0.023088205199570735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08705610151200696f,0.00416637533440177f,0.14460575026694733f,0.08707278979269381f,0.9920235486384019f,0.0911460817840771f,2.2495381990994923f,0.003801680104023551f,0.09116202134882408f,-0.9958288171628613f,0.00175525686822031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713666785309936f,0.001823351133109933f,0.125f,0.08707278979269381f,0.9941161778424498f,0.06443100363672907f,2.0258620590849414f,0.003801680104023551f,0.06434458848557104f,-0.9979204984170881f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876885849978528f,-0.15643096991856936f,-0.0007814827412133157f,-0.19521346922991004f,-0.1562555005083106f,0.9863182078573299f,0.052541520819276516f,2.1277220748837884f,-0.007448330405971178f,0.05201677132849333f,-0.9986184345758509f,0.023985188977905216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999996946362248f,0.000003490323922036853f,-0.0007814827412133157f,-0.08002845726305194f,-0.000037574800315368084f,0.9986187396489874f,0.052541520819276516f,2.1377898662035686f,0.0007805866970148926f,0.05254153413905731f,-0.9986184345758509f,0.024424758239932964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703018157813738f,-0.24188344797586842f,-0.002604589540489578f,-0.05763934186566308f,-0.24141818457224445f,0.9676456928978394f,0.07334216504918864f,2.132987467303574f,-0.015219935913491474f,0.0717928311989858f,-0.9973034357402082f,0.021594487509956788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997557960754447f,0.0697949213679246f,-0.002604589540489578f,-0.0867462779478608f,0.06941662604957448f,0.9948880634794004f,0.07334216504918864f,2.142957276256365f,0.007710185686657847f,0.07298225878563991f,-0.9973034357402082f,0.022403688567607688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711681586939195f,-0.002604589540489578f,-0.14460925379553477f,-0.08707278979269381f,0.9934984932568419f,0.07334216504918864f,2.2496955283585356f,-0.0038016801040237948f,0.07328986484612675f,-0.9973034357402082f,-0.0009301087117673593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715223909126578f,-0.0007814827412133157f,-0.125f,-0.08707278979269381f,0.9948154189937524f,0.052541520819276516f,2.0258620590849414f,-0.0038016801040237948f,0.05240963035229261f,-0.9986184345758509f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5124867396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1378436565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1163056765077839f,0.05924589831821753f,0.1346378931629766f,-0.1205904774487396f,0.6424820828921094f,-0.7567527402734011f,0.8908496195766744f,0.04995021125231469f,-0.7574231068396866f,-0.6510109166681964f,0.40708398789087347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04410430234772501f,0.12284908371610388f,0.12499999999999999f,-0.1205904774487396f,-0.05067062355967816f,-0.991408303705773f,0.8452602032527432f,0.04995021125231469f,-0.9977410978918797f,0.044918570473193975f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17349554126218159f,-0.0072792011366950155f,-0.1512388267658132f,0.1604299972043605f,0.8930021736758766f,-0.42048701978440234f,0.8301964623002468f,-0.06645228065352395f,-0.41526667934268713f,-0.9072693532924184f,0.4118042665437924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09683507011022954f,-0.14414110726573717f,-0.125f,0.1604299972043605f,0.18971905038681097f,-0.9686428123500095f,0.8491316707163037f,-0.06645228065352395f,-0.9770515089375144f,-0.20237204174211332f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052430323930572f,-0.0007022245792062193f,-4.100723895728975e-18f,0.0997879637260276f,0.7544858559226635f,-0.648685945206198f,1.0320044762657832f,-0.08413946250647712f,-0.6432064205809356f,-0.7610558792707547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12914502128776878f,0.018938065689176813f,-4.311984323902184e-18f,-0.09978796372602759f,0.6564167360047016f,-0.7477696376480839f,0.9945441553918073f,0.08413946250647684f,-0.7432621557495817f,-0.6636881185312915f,0.035210024040436445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.894287091959348e-17f,9.36248949670491e-17f,-4.100723895728975e-18f,0f,0.7645052845623277f,-0.6446174601081437f,1.0320044762657832f,-1.2246467991473532e-16f,-0.6446174601081437f,-0.7645052845623277f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1688436143880396e-16f,-4.100705354660506e-18f,0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,-0.02600940968623293f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1688436143880396e-16f,-4.100705354660506e-18f,-0.08318433807917011f,0.9508013350154964f,-0.29842450842898316f,1.0570042909052626f,0.026009409686232686f,-0.2972889130775885f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6546461903467654e-17f,1.1688436143880396e-16f,-4.100705354660506e-18f,0f,0.9544332416512533f,-0.29842450842898316f,1.0570042909052626f,-1.2246467991473532e-16f,-0.29842450842898316f,-0.9544332416512533f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052283403835885f,-0.0009362959259242639f,-0.19375f,0.1205904774487396f,0.9132069680316037f,-0.3892441011591705f,1.0695046065259288f,-0.04995021125231493f,-0.3860269722870678f,-0.9211341667003392f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1299591743017089f,0.012153183545223505f,0.19375f,-0.1205904774487396f,0.8763652005153258f,-0.466306736038005f,1.0695041225253454f,0.04995021125231469f,-0.4637829754751145f,-0.8845396136156358f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9314144169545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13784375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.022613735885294667f,-0.8188398442993259f,-0.04665135481342064f,0f,0.9996188741860044f,-0.027606274125730718f,1.2506506656465186f,0.8191520442889917f,0.01583430833396679f,0.5733578315648528f,0.3676260786753329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.022613735885294667f,-0.8188398442993259f,0.007121436094489911f,0f,0.9996188741860044f,-0.027606274125730718f,1.2506506656465186f,0.8191520442889917f,0.01583430833396679f,0.5733578315648528f,0.4444215828274259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.022613735885294667f,-0.8188398442993259f,0.10306101728543354f,0f,0.9996188741860044f,-0.027606274125730718f,1.2547916067653782f,0.8191520442889917f,0.01583430833396679f,0.5733578315648528f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6092156553133846f,-0.5489564193883943f,-0.5722788961104162f,0.5417016742003302f,-0.48131507908512394f,0.8294993993759021f,-0.2833135031732486f,2.053839556707998f,0.6302317668654636f,0.10284744064531116f,-0.7695650225850605f,-0.3880039284006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.23448156404277976f,-0.5489564193883943f,-0.802287508151738f,0.5623122657996698f,0.03472437954585472f,0.8294993993759021f,-0.5574270929011012f,2.0784023032920027f,0.9715001871277262f,0.10284744064531116f,0.21356448759918395f,-0.4761001115993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729700846751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.1401068799109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38312345877194565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.30396625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39.mcfunction new file mode 100644 index 000000000..5c8cb365c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..6ed180df2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,-0.1356999837966363f,-0.23718516498339148f,0.029310400663125943f,-0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,0.2395452534227918f,0.006066257120404335f,-0.7807212796713074f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,0.16568815950691823f,-0.23234465141230187f,0.029310400663125943f,0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,0.2190684860512576f,-0.08430907003504341f,-0.7647881923310768f,-0.3448238034296444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7695928510282812f,0.1356999837966363f,0.23718516498339165f,-0.029310400663125846f,0.13148900962900456f,0.8052907297160362f,-0.03408702721918948f,1.2401077280096005f,-0.23954525342279195f,0.006066257120404364f,-0.7807212796713074f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7473709900439713f,-0.16568815950691823f,0.23234465141230204f,-0.029310400663125846f,-0.1828813868601833f,0.7780998743792703f,-0.033391373602471325f,1.2401077280096005f,-0.21906848605125773f,-0.08430907003504345f,-0.7647881923310768f,-0.34482380342964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03550339409321732f,0.35371454585625595f,1.5215228486807433f,-0.5779048701997462f,1.5580384194983663f,0.10161296004004776f,-0.059977826894039646f,0.9392235619211703f,-0.11252574094354333f,1.5185411013211338f,-0.3503956780890774f,0.011821672262446348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4918935549960717f,-0.8660254037844386f,-0.08967012073888803f,-0.477533483292119f,-0.8433510171230275f,0.499524110790929f,-0.19807757231975148f,1.157780581561514f,0.21633259687546244f,-0.021809693682668135f,-0.9760760957991885f,-0.05523873565253828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48992113453020325f,-0.8660254037844386f,0.09988634511603021f,-0.2984375f,-0.8564746100772197f,0.499524110790929f,0.13010343973779498f,1.4755735893408608f,-0.1625685216569091f,-0.021809693682668135f,-0.9864561891071267f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6626637330688305f,0.7175422681052778f,0.214499115050891f,0.38251600795799595f,0.3810430758936783f,-0.07646392467585647f,-0.9213899513976964f,1.3054283929429769f,-0.6447347913590256f,0.6923051073807694f,-0.32408438269335826f,0.27138287985134235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18129980741841722f,0.8746295598712652f,0.4496148494316459f,0.2984375f,0.5183958229726773f,0.4735097770595692f,-0.7120774267967478f,1.4755735893408608f,-0.8357009935105532f,0.10397895954660205f,-0.5392515418773326f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.939254770776935e-17f,9.324388020180275e-17f,-0.15625000000000003f,0f,0.7613940628981578f,-0.648289349737782f,1.1501463495685245f,-1.2246467991473532e-16f,-0.648289349737782f,-0.7613940628981578f,0.2677474312077635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.766626173846887e-17f,1.1652832511139828e-16f,-0.15625000000000003f,0f,0.9515259844106059f,-0.30756836799551995f,1.3266351693455412f,-1.2246467991473532e-16f,-0.30756836799551995f,-0.9515259844106059f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.67236912073002e-17f,1.0269151307820635e-16f,0.15624999999999997f,0f,0.8385398398109905f,-0.5448402858175585f,1.1397230894736958f,-1.2246467991473532e-16f,-0.5448402858175585f,-0.8385398398109905f,0.2202306073360434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.438655080687184e-18f,1.222953046824387e-16f,0.15624999999999997f,0f,0.9986169462704307f,-0.052575608617684906f,1.3266351693455412f,-1.2246467991473532e-16f,-0.052575608617684906f,-0.9986169462704307f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.013168847188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8923771370564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876885926384368f,0.1564308606531276f,0.0007936039476246111f,0.1952130784621191f,0.15625499009008528f,0.9863109085366384f,0.052679880159109245f,2.120463044591696f,0.007458018761793188f,0.05215532127168366f,-0.9986111357376285f,0.02400015179352667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999996850898596f,-0.0000035994393755428566f,0.0007936039476246111f,0.08002806649526101f,0.00003821253151291282f,0.9986114503480442f,0.052679880159109245f,2.1305308359114763f,-0.0007926916071742899f,0.05267989389529665f,-0.9986111357376285f,0.024439721055554395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702986792137147f,0.24190325148467667f,0.001813845986322808f,0.057661584319099804f,0.24151591027810515f,0.96826270872124f,0.06432256200079116f,2.125937641125215f,0.013803557463896022f,0.06285016961750099f,-0.9979275113856679f,0.02274871219148472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975610973221061f,-0.06977511785911635f,0.001813845986322808f,0.08676877103082298f,-0.06951435175543519f,0.995505079302801f,0.06432256200079116f,2.135915258915546f,-0.00629380723706288f,0.06403959720415502f,-0.9979275113856679f,0.023444736586848404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713686623142855f,0.001813845986322808f,0.14460922915077698f,0.0870727897926938f,0.9941232002600944f,0.06432256200079116f,2.2424399757509352f,0.0038016801040235506f,0.06423573186314915f,-0.9979275113856679f,-0.0008988588514604167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715212955900897f,0.0007936039476246111f,0.125f,0.0870727897926938f,0.9948081018488637f,0.052679880159109245f,2.018608152834941f,0.0038016801040235506f,0.052548518620323344f,-0.9986111357376285f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883868890659f,-0.15643380300621246f,-0.0003401198143711585f,-0.19522757244700323f,-0.1562731713732116f,0.9865709129987462f,0.047502942369701304f,2.1206533313283265f,-0.007095513613084199f,0.046971256123653195f,-0.9988710401171579f,0.023439882106209158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999999421590358f,6.611252469646001e-7f,-0.0003401198143711585f,-0.08004256048014516f,-0.000015496313935922656f,0.9988710979030703f,0.047502942369701304f,2.1307211226481066f,0.00033976725779401307f,0.04750294489268872f,-0.9988710401171579f,0.023879451368236913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702968797926671f,-0.24191461258204155f,-0.001133703618827068f,-0.05768210052076146f,-0.24158970771457738f,0.9687286473975456f,0.05656165518888943f,2.1261813191963f,-0.012584839728803157f,0.05515548867159551f,-0.99839846448119f,0.022543645452821934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975628967431537f,0.06976375676175146f,-0.001133703618827068f,-0.08678943101642056f,0.06958814919190741f,0.9959710179791066f,0.05656165518888943f,2.1361648338198878f,0.005075089501969531f,0.05634491625824962f,-0.99839846448119f,0.023142287396788183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714836894630117f,-0.001133703618827068f,-0.1446098927968295f,-0.08707278979269381f,0.9945949469206097f,0.05656165518888943f,2.2424986196083987f,-0.0038016801040237948f,0.05644513575135445f,-0.99839846448119f,-0.0020681217754832653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715507909702018f,-0.0003401198143711585f,-0.125f,-0.08707278979269381f,0.9950687412153686f,0.047502942369701304f,2.018608152834941f,-0.0038016801040237948f,0.04735179451355524f,-0.9988710401171579f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.505232833419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1305897503258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11753628142665709f,0.056765389136863215f,0.13509038958132247f,-0.1205904774487396f,0.6583904138534942f,-0.7429535649652067f,0.8836579000048971f,0.04995021125231469f,-0.7434428596026855f,-0.6669315488876132f,0.40559954086524347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.044455723570305965f,0.12272235125398463f,0.12499999999999999f,-0.1205904774487396f,-0.04783294264838639f,-0.9915492657181896f,0.8380062970027431f,0.04995021125231469f,-0.997865571226624f,0.04206278826245857f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1732263348105762f,-0.012096550547159107f,-0.15067449667208832f,0.16042999720436046f,0.880975237162776f,-0.4451346397473461f,0.8264597330561997f,-0.06645228065352395f,-0.4403126939279456f,-0.8953819441790529f,0.4125965594516674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09470254980786506f,-0.14555107923658503f,-0.125f,0.16042999720436046f,0.17543826054306322f,-0.9713308564720021f,0.8418777644663036f,-0.06645228065352395f,-0.9799249174286329f,-0.18796608895870615f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052583441700835f,-0.0003056226588296951f,-4.100723895728975e-18f,0.0999014987109596f,0.7573182083878448f,-0.6453594516233019f,1.024750570015783f,-0.08400462731760679f,-0.6398688442126f,-0.7638789726097069f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12920822236336924f,0.018501949334163804f,-4.305788861205578e-18f,-0.0999014987109596f,0.6599376556661407f,-0.7446488979305499f,0.9872879536795856f,0.08400462731760654f,-0.740126695848472f,-0.6671998925971538f,0.03515943424833541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.881636337374851e-17f,9.373141784458296e-17f,-4.100723895728975e-18f,0f,0.7653751098671262f,-0.643584447602554f,1.024750570015783f,-1.2246467991473532e-16f,-0.643584447602554f,-0.7653751098671262f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1683490075718646e-16f,-4.100705354660506e-18f,0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,-0.02612172210057496f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1683490075718646e-16f,-4.100705354660506e-18f,-0.08314913786923056f,0.9503989947748192f,-0.2997131488650725f,1.0497503846552625f,0.02612172210057472f,-0.29857264984776727f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.670427484199852e-17f,1.1683490075718646e-16f,-4.100705354660506e-18f,0f,0.9540293645362196f,-0.2997131488650725f,1.0497503846552625f,-1.2246467991473532e-16f,-0.2997131488650725f,-0.9540293645362196f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052555612597844f,-0.00040749658883518236f,-0.19375f,0.1205904774487396f,0.914776431659914f,-0.3855411999102557f,1.0622507002759287f,-0.04995021125231493f,-0.38229198170712236f,-0.9226905316075864f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12999946419595895f,0.01171435718379087f,0.19375f,-0.12059047744873963f,0.8779345111294395f,-0.4633453689383296f,1.0622502162753453f,0.0499502112523147f,-0.46079402500105765f,-0.8861003571374824f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9241605107045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.13058984375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.1040671334464333f,-0.8125146788822197f,-0.0457025800008547f,0f,0.9918972729750883f,-0.12704251203665312f,1.2284813237098802f,0.8191520442889917f,0.07286859131906843f,0.5689289030593716f,0.3669617393995107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.1040671334464333f,-0.8125146788822197f,0.008070210907055828f,0f,0.9918972729750883f,-0.12704251203665312f,1.2284813237098802f,0.8191520442889917f,0.07286859131906843f,0.5689289030593716f,0.4437572435516037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.1040671334464333f,-0.8125146788822197f,0.10306101728543354f,0f,0.9918972729750883f,-0.12704251203665312f,1.247537700515378f,0.8191520442889917f,0.07286859131906843f,0.5689289030593716f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6004513102470505f,-0.5489564193883943f,-0.5814680332012014f,0.5417153692003303f,-0.4769554453846804f,0.8294993993759021f,-0.2905929275686499f,2.0589502929579977f,0.6418502373143609f,0.10284744064531116f,-0.7599017547105729f,-0.3880222984006605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2222661830476653f,-0.5489564193883943f,-0.805757155404589f,0.5623259607996698f,0.026251961379115535f,0.8294993993759021f,-0.5578902947343383f,2.0835130395420025f,0.9746325350598404f,0.10284744064531116f,0.19878084806021434f,-0.4761184815993394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729837796751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.145217616160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38314182877194564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2967123437499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..720395b91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,-0.13057670396024715f,-0.3185885984171841f,0.03292310997316872f,-0.12799218587605715f,0.8059073140904632f,-0.03280008985671906f,1.2565034534152109f,0.3196356848244837f,0.0201883610731031f,-0.7512455680457688f,-0.33486552317625407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,0.15943269224022824f,-0.3120867902862212f,0.03292310997316872f,0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,0.2968463200445876f,-0.1015520007032933f,-0.7359140258407532f,-0.33486552317625407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7405372872353536f,0.13057670396024715f,0.31858859841718434f,-0.03292310997316862f,0.12799218587605715f,0.8059073140904632f,-0.03280008985671906f,1.2565034534152109f,-0.3196356848244839f,0.020188361073103133f,-0.7512455680457688f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7191544006497332f,-0.15943269224022824f,0.31208679028622144f,-0.03292310997316862f,-0.1862772404297138f,0.7773470317677884f,-0.03213070026780643f,1.2565034534152109f,-0.29684632004458783f,-0.10155200070329336f,-0.7359140258407532f,-0.3348655231762541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.034517962648707164f,0.28098949332824286f,1.5366390808819483f,-0.5747411319845241f,1.562017851376274f,-0.023671388621927983f,-0.030759508165079708f,0.9582968527973915f,0.017748020634155f,1.5368444358489401f,-0.2814257233511581f,-0.04247028065585079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4981865977314018f,-0.8660254037844386f,-0.04254543266686278f,-0.472187440820651f,-0.858351612661f,0.499524110790929f,-0.11708190202073201f,1.181643283116066f,0.12264837089448447f,-0.02180969368266815f,-0.9922105191835033f,-0.08649069576208009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4796532912646258f,-0.8660254037844386f,0.14118328576362055f,-0.2984375f,-0.8423098051923624f,0.499524110790929f,0.20245951401536133f,1.4915345268408609f,-0.24585953765476873f,-0.02180969368266815f,-0.9690600729602121f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6514075812130682f,0.7435912091721992f,0.15079879568473592f,0.4023506599254383f,0.4021374114708f,-0.16982859649003904f,-0.8996909192104745f,1.297400836476518f,-0.6433923106734373f,0.6467073228718307f,-0.4096534793093364f,0.24823146125634402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23904833015715346f,0.888565693634413f,0.3915442554106387f,0.2984375f,0.5908407472188393f,0.45310106487512475f,-0.6675377415808879f,1.4915345268408609f,-0.7705602554472692f,0.07176651799427694f,-0.633313871330809f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.711586565254255e-17f,9.513538296174342e-17f,-0.15625000000000003f,0f,0.7768393550530684f,-0.629698829950265f,1.164621379447516f,-1.2246467991473532e-16f,-0.629698829950265f,-0.7768393550530684f,0.26346351596394585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.483903501710695e-17f,1.1740459729369787e-16f,-0.15625000000000003f,0f,0.9586812897844468f,-0.2844823098493643f,1.3425961068455412f,-1.2246467991473532e-16f,-0.2844823098493643f,-0.9586812897844468f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.53737844520001e-17f,1.0355610138008288e-16f,0.15624999999999997f,0f,0.8455997390609495f,-0.5338174606549079f,1.1554893070877195f,-1.2246467991473532e-16f,-0.5338174606549079f,-0.8455997390609495f,0.21778262453853103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.837307386918817e-18f,1.223691067380286e-16f,0.15624999999999997f,0f,0.9992195857877287f,-0.03949961238037561f,1.3425961068455412f,-1.2246467991473532e-16f,-0.03949961238037561f,-0.9992195857877287f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.029129784688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9083380745564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876920865302836f,0.1563808956718883f,0.0030590315971669836f,0.1951368055834706f,0.1561360033353961f,0.9846093186688588f,0.07852412401863995f,2.135429783614247f,0.009267721829212256f,0.07803528086259161f,-0.9969075204214245f,0.0267844464821143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999953197209892f,-0.00005349583388564172f,0.0030590315971669836f,0.07995179361661252f,0.00018687800190513026f,0.9969121962458468f,0.07852412401863995f,2.1454975749340273f,-0.0030537866214116953f,0.07852432816954309f,-0.9969075204214245f,0.027224015744142026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703395958713126f,0.24164491387579284f,0.006986006173670265f,0.057520562099626f,0.24064373840225045f,0.9627560322190052f,0.12325345266444858f,2.140352687543389f,0.02305775036917453f,0.1212788440902982f,-0.9923506346670183f,0.021201886056245567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975201806645082f,-0.07003345546800016f,0.006986006173670265f,0.08662447933860326f,-0.06864217987958045f,0.9899984028005662f,0.12325345266444858f,2.1502606138597518f,-0.015548000142341385f,0.12246827167695222f,-0.9923506346670183f,0.022637372892230823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08687530841175423f,0.006986006173670265f,0.144597959577885f,0.08707278979269381f,0.9885478823425854f,0.12325345266444858f,2.2580171206311523f,0.003801680104023551f,0.12339272711287605f,-0.9923506346670183f,0.004938351206818677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710204256837785f,0.0030590315971669836f,0.125f,0.08707278979269381f,0.9931023568720511f,0.07852412401863995f,2.034569090334941f,0.003801680104023551f,0.07849167443489713f,-0.9969075204214245f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876890286817276f,-0.15642462494355247f,-0.0013112333942881696f,-0.19519621884572652f,-0.15623193963389365f,0.9859812716555764f,0.058587652134933874f,2.1362032221433096f,-0.007871699941992844f,0.058071237766398165f,-0.9982814070613064f,0.024638481177375302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999991402848424f,0.000009826589217193371f,-0.0013112333942881696f,-0.08001120687886844f,-0.0000670124338334882f,0.9982822659582058f,0.058587652134933874f,2.14627101346309f,0.001309556760840794f,0.05858768963518236f,-0.9982814070613064f,0.02507805043940305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970312868441061f,-0.24181366422902673f,-0.004369110871992331f,-0.05759138037729547f,-0.2411538248734159f,0.9659765914489415f,0.09345617968656239f,2.1411958972455416f,-0.018378522427064326f,0.09173536158328856f,-0.9956138073312268f,0.020446475730859302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975469080947598f,0.06986470511476628f,-0.004369110871992331f,-0.08669743328936791f,0.06915226635074594f,0.9932189620305025f,0.09345617968656239f,2.151144582360727f,0.010868772200230699f,0.09292478916994266f,-0.9956138073312268f,0.021508065745186117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08704616225936794f,-0.004369110871992331f,-0.14460782269005495f,-0.08707278979269381f,0.9918085862484306f,0.09345617968656239f,2.258326563841271f,-0.0038016801040237948f,0.09348098138020092f,-0.9956138073312268f,0.00043547272450610366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08714587862246657f,-0.0013112333942881696f,-0.125f,-0.08707278979269381f,0.9944776600281343f,0.058587652134933874f,2.034569090334941f,-0.0038016801040237948f,0.05847888118017468f,-0.9982814070613064f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5211937709190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1465506878258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11982333807828086f,0.05176344759812516f,0.13688446639370305f,-0.1205904774487396f,0.6891049257184384f,-0.7145574421271325f,0.8882535821811959f,0.049950211252314684f,-0.7146864830136102f,-0.6976590910992888f,0.40646289023157184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04875864593173446f,0.12107717085549033f,0.12499999999999999f,-0.1205904774487396f,-0.01281349436390472f,-0.9926196407037647f,0.8539672345027431f,0.049950211252314684f,-0.9987283959160718f,0.0068240447506736635f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17243712488388444f,-0.020472605325787388f,-0.14802368160750595f,0.16042999720436046f,0.8583810749565107f,-0.48728240903352327f,0.8594301631598675f,-0.06645228065352395f,-0.4831639143378618f,-0.8730044251191745f,0.4128169186824975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08729086413981467f,-0.150113272713542f,-0.125f,0.16042999720436046f,0.12655003332091908f,-0.9789010701105005f,0.8578387019663036f,-0.06645228065352395f,-0.9881120351985389f,-0.13863152704831105f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305208739794689f,-0.001178266142037372f,-4.100723895728975e-18f,0.09965144475966262f,0.7510668591139896f,-0.6526623650080938f,1.0407115075157831f,-0.08430110564386319f,-0.6471961639227182f,-0.7576479716800805f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12906721576805041f,0.019461260733810246f,-4.319420371128327e-18f,-0.09965144475966262f,0.6521710488276731f,-0.7514935213482049f,1.0032540321534613f,0.08430110564386294f,-0.7470037328453564f,-0.6594533696193582f,0.035270743973982346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.909453071096337e-17f,9.34968076365768e-17f,-4.100723895728975e-18f,0f,0.7634593721363003f,-0.6458558562847023f,1.0407115075157831f,-1.2246467991473532e-16f,-0.6458558562847023f,-0.7634593721363003f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1694344873702213e-16f,-4.100705354660506e-18f,0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,-0.025874535880282774f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1694344873702213e-16f,-4.100705354660506e-18f,-0.0832263893658492f,0.9512819834216366f,-0.29687700505515896f,1.0657113221552625f,0.02587453588028253f,-0.2957472984213057f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6356947398125296e-17f,1.1694344873702213e-16f,-4.100705354660506e-18f,0f,0.9549157260562205f,-0.29687700505515896f,1.0657113221552625f,-1.2246467991473532e-16f,-0.29687700505515896f,-0.9549157260562205f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051673762006377f,-0.0015710049272045711f,-0.19375f,0.1205904774487396f,0.911303313405401f,-0.393680336980427f,1.0782116377759288f,-0.04995021125231493f,-0.3905017953574003f,-0.9192460629333673f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12990885732471366f,0.012679733595507125f,0.19375f,-0.12059047744873963f,0.8744683313866599f,-0.46985431162277924f,1.0782111537753454f,0.0499502112523147f,-0.46736369798093846f,-0.8826529047170417f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9401214482045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.14655078125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5892316120019497f,-0.366713821384057f,-0.7199493597632308f,-0.027344959114909168f,0f,0.8910659437720693f,-0.4538738633690988f,1.1702288896295747f,0.807964174587948f,0.26743682815852676f,0.5250442224488552f,0.3720792570087116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5892316120019497f,-0.366713821384057f,-0.7199493597632308f,0.02789550451027363f,0f,0.8910659437720693f,-0.4538738633690988f,1.1702288896295747f,0.807964174587948f,0.26743682815852676f,0.5250442224488552f,0.4478258983763317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5892316120019497f,-0.366713821384057f,-0.7199493597632308f,0.10826767666216688f,0f,0.8910659437720693f,-0.4538738633690988f,1.2383099691349395f,0.807964174587948f,0.26743682815852676f,0.5250442224488552f,0.33119594432519334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.619549839387862f,-0.5489564193883943f,-0.5610747241916603f,0.5416851779503302f,-0.48640125893399794f,0.8294993993759021f,-0.2744896386795672f,2.1049366279579975f,0.6160939959307314f,0.10284744064531116f,-0.7809293131460828f,-0.38798180090066053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24907225157637508f,-0.5489564193883943f,-0.7978783510704799f,0.5622957695496698f,0.04488326268402226f,0.8294993993759021f,-0.5567012117517389f,2.1294993745420023f,0.9674443168604132f,0.10284744064531116f,0.2312442382572963f,-0.47607798409933944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729535884251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.191203951160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831013312719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.31267328125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4.mcfunction new file mode 100644 index 000000000..3a60c65f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40.mcfunction new file mode 100644 index 000000000..cadcb1a3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..b10bc7018 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.212012149896655f,-0.7912401152362237f,-0.0425113954539553f,0f,0.9659258262890682f,-0.2588190451025212f,1.203125f,0.8191520442889917f,0.14845250554968475f,0.554032293222323f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.212012149896655f,-0.7912401152362237f,0.011261395453955242f,0f,0.9659258262890682f,-0.2588190451025212f,1.203125f,0.8191520442889917f,0.14845250554968475f,0.554032293222323f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.212012149896655f,-0.7912401152362237f,0.10306101728543354f,0f,0.9659258262890682f,-0.2588190451025212f,1.241947856765378f,0.8191520442889917f,0.14845250554968475f,0.554032293222323f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..75d804754 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,-0.1267358428772324f,-0.3664344119315019f,0.03563151455701204f,-0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,0.3667097661437103f,0.028488791701747083f,-0.7291479826527975f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,0.15474304390010635f,-0.3589561586267774f,0.03563151455701204f,0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,0.3425611453758692f,-0.11168673348289268f,-0.7142674115782506f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7187546816035748f,0.1267358428772324f,0.3664344119315021f,-0.03563151455701194f,0.12593688709910775f,0.8062697187182565f,-0.031835288442460564f,1.2667082238068628f,-0.36670976614371054f,0.028488791701747125f,-0.7291479826527975f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6980007640027608f,-0.15474304390010635f,0.3589561586267776f,-0.03563151455701194f,-0.1882731928085755f,0.7769045397785053f,-0.03118558867832872f,1.2667082238068628f,-0.34256114537586935f,-0.11168673348289274f,-0.7142674115782506f,-0.3290124282903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.032217805312791524f,0.24989168126879285f,1.5420513644666585f,-0.5726840401620147f,1.5604514958249782f,-0.0774285686879995f,-0.020054823073652573f,0.9708893867333125f,0.07320786978470835f,1.540443187652042f,-0.2511605928843166f,-0.06358155186957337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4995009978425692f,-0.8660254037844387f,-0.022332782054142852f,-0.4695380258198122f,-0.8623893804823831f,0.499524110790929f,-0.08222055199123451f,1.195696922057661f,0.08236084983467162f,-0.021809693682668163f,-0.9963639032381588f,-0.09765729456528438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4750187229806599f,-0.8660254037844387f,0.15606797499110192f,-0.2984375f,-0.8355886597221002f,0.499524110790929f,0.2286203282351683f,1.501483745590861f,-0.27595072850356367f,-0.021809693682668163f,-0.9609243116394864f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6353123405657822f,0.7627727331298564f,0.12064819732775381f,0.4125520330877714f,0.41900820165945596f,-0.20924064370238749f,-0.8835442716497681f,1.2960441642488918f,-0.64869897245713f,0.6118791634110609f,-0.45254119427566386f,0.23461387847075732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26957556271881267f,0.893616472257299f,0.35885737625866837f,0.2984375f,0.6252669497772088f,0.445842297613138f,-0.6405200130950974f,1.501483745590861f,-0.7323730316588271f,0.051713114095537555f,-0.678937034141901f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.634974940636966e-17f,9.575131117746184e-17f,-0.15625000000000003f,0f,0.7818687906107102f,-0.6234430160559545f,1.1741000845273126f,-1.2246467991473532e-16f,-0.6234430160559545f,-0.7818687906107102f,0.26203303842577186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.389553037406183e-17f,1.176804607710202e-16f,-0.15625000000000003f,0f,0.9609338860229246f,-0.27677800977115374f,1.3525453255955413f,-1.2246467991473532e-16f,-0.27677800977115374f,-0.9609338860229246f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.514996702134608e-17f,1.0369705696757305e-16f,0.15624999999999997f,0f,0.8467507287796858f,-0.531989852639194f,1.1654094775897756f,-1.2246467991473532e-16f,-0.531989852639194f,-0.8467507287796858f,0.21737847133511834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.572998012417593e-18f,1.2237926914227342e-16f,0.15624999999999997f,0f,0.999302568115792f,-0.037341362551239175f,1.3525453255955413f,-1.2246467991473532e-16f,-0.037341362551239175f,-0.999302568115792f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0390790034387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9182872933064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876963427072912f,0.15632002950497437f,0.00447023245536421f,0.19508603206335146f,0.15603813422285856f,0.983209725153619f,0.09460833489494574f,2.1447229164265544f,0.010394001678382983f,0.09414183309724201f,-0.995504535394089f,0.02850655913056516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999900019311347f,-0.00011427845005652915f,0.00447023245536421f,0.07990102009649337f,0.0003091584833777167f,0.9955145239470081f,0.09460833489494574f,2.1547907077463346f,-0.004460993028608591f,0.09460877100458448f,-0.995504535394089f,0.02894612839259288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703893948331912f,0.24133049560480202f,0.010198739452185706f,0.05744523324258856f,0.2398235449129608f,0.9575775343336762f,0.15978089073734264f,2.1494837428756255f,0.028793917771884045f,0.15749557971758502f,-0.9870998189994606f,0.02020168703924248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974703817026296f,-0.07034787373899097f,0.010198739452185706f,0.0865451712623872f,-0.06782198639029083f,0.9848199049152372f,0.15978089073734264f,2.159326131085577f,-0.0212841675450509f,0.15868500730423904f,-0.9870998189994606f,0.022095526147634124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08655697087746546f,0.010198739452185706f,0.1445842312488097f,0.0870727897926938f,0.9833048338297229f,0.15978089073734264f,2.2676506618656616f,0.0038016801040235506f,0.16006090890538785f,-0.9870998189994606f,0.008571174835389134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08704102777248773f,0.00447023245536421f,0.125f,0.0870727897926938f,0.991699345692092f,0.09460833489494574f,2.0445183090849413f,0.0038016801040235506f,0.09463755722854364f,-0.995504535394089f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876898106341286f,-0.15641344250323588f,-0.0019165004058997583f,-0.19517607818556876f,-0.15620187962581375f,0.985551393512352f,0.06549369089633063f,2.145889494447127f,-0.008355284009636421f,0.06498681212483214f,-0.9978511429461663f,0.025383273398829207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999981632910431f,0.000020993679442832258f,-0.0019165004058997583f,-0.07999106621871069f,-0.00010457027170260313f,0.9978529779069832f,0.06549369089633063f,2.1559572857669074f,0.0019137605907392219f,0.06549377101245012f,-0.9978511429461663f,0.02582284266085696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703323411285512f,-0.24169071851889085f,-0.006383129468158025f,-0.05754109088913127f,-0.2407737818396566f,0.9635770941689018f,0.11639230890245847f,2.150627487205204f,-0.021980303424076288f,0.11447611180870063f,-0.9931828059760941f,0.019124234382398138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975274354072696f,0.06998765082490217f,-0.006383129468158025f,-0.08664558782315523f,0.06877222331698658f,0.9908194647504628f,0.11639230890245847f,2.160545804728946f,0.014470553197242664f,0.11566553939535473f,-0.9931828059760941f,0.02047362710344352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0869216840154901f,-0.006383129468158025f,-0.1446053004970483f,-0.08707278979269381f,0.9893791789329672f,0.11639230890245847f,2.2681788238223577f,-0.0038016801040237948f,0.11650519791768629f,-0.9931828059760941f,0.001995276558898862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08713466887577044f,-0.0019165004058997583f,-0.125f,-0.08707278979269381f,0.9940467321662968f,0.06549369089633063f,2.0445183090849413f,-0.0038016801040237948f,0.06541134266636472f,-0.9978511429461663f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5311429896690723f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1564999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1204715736363868f,0.050236309588170096f,0.1375693874131353f,-0.1205904774487396f,0.698131300879857f,-0.7057411873204535f,0.8928772877656332f,0.04995021125231468f,-0.7057614941872156f,-0.7066864154053605f,0.40720072995124956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05062293298983003f,0.12030962351770959f,0.12499999999999999f,-0.1205904774487396f,0.0025195901329964077f,-0.9926991429502932f,0.8639164532527432f,0.04995021125231468f,-0.9987146591099325f,-0.008602678349226511f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17214513671252865f,-0.02279784010099753f,-0.14696443923197772f,0.1604299972043605f,0.8517268592528545f,-0.49882218597840766f,0.8761264143576144f,-0.06645228065352397f,-0.49490141354970185f,-0.8664044582424841f,0.41245480798030837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08449361996925028f,-0.15170536507169988f,-0.125f,0.1604299972043605f,0.10838501442682474f,-0.981078439598336f,0.8677879207163037f,-0.06645228065352397f,-0.9905117449238999f,-0.12029371373333014f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13051483009150636f,-0.0017222025580926668f,-4.100723895728975e-18f,0.09949512881569895f,0.7471344842460933f,-0.6571839786484995f,1.0506607262657832f,-0.08448553839216118f,-0.651733029373615f,-0.7537282349932748f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12897571548748957f,0.020058705590241147f,-4.327916576487394e-18f,-0.09949512881569898f,0.6472938445258337f,-0.7557191265152108f,1.0132066228544865f,0.08448553839216096f,-0.7512495881219874f,-0.6545886113805608f,0.03534012075563876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.926757258939364e-17f,9.335014602240203e-17f,-4.100723895728975e-18f,0f,0.7622617891737932f,-0.647268850452088f,1.0506607262657832f,-1.2246467991473532e-16f,-0.647268850452088f,-0.7622617891737932f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17010589549202e-16f,-4.100705354660506e-18f,0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,-0.02572033711297176f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17010589549202e-16f,-4.100705354660506e-18f,-0.0832741721825625f,0.951828143515843f,-0.29510777261619664f,1.0756605409052626f,0.025720337112971517f,-0.2939847984459195f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.614027891379301e-17f,1.17010589549202e-16f,-4.100705354660506e-18f,0f,0.9554639723932594f,-0.29510777261619664f,1.0756605409052626f,-1.2246467991473532e-16f,-0.29510777261619664f,-0.9554639723932594f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305059931083495f,-0.0022962182538455974f,-0.19375f,0.12059047744873957f,0.9091016952406947f,-0.39873806497396264f,1.0881608565259289f,-0.04995021125231491f,-0.3956037076081296f,-0.9170619842314643f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.129848750289971f,0.013281148429205875f,0.19375f,-0.1205904774487396f,0.8722832674841542f,-0.47389855245173784f,1.0881603725253455f,0.04995021125231469f,-0.47144586467090815f,-0.8804792860031114f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9500706669545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.1565f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5973452380747121f,-0.45417194965767804f,-0.6609890367423725f,-0.01668574722887843f,0f,0.8241920874013838f,-0.5663103416545999f,1.1505139195962484f,0.8019842059227014f,0.3382827858598384f,0.49232721866807344f,0.3721356423828073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5973452380747121f,-0.45417194965767804f,-0.6609890367423725f,0.03931536884062582f,0f,0.8241920874013838f,-0.5663103416545999f,1.1505139195962484f,0.8019842059227014f,0.3382827858598384f,0.49232721866807344f,0.44732166168806053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5973452380747121f,-0.45417194965767804f,-0.6609890367423725f,0.11046316631722959f,0f,0.8241920874013838f,-0.5663103416545999f,1.2354604708444383f,0.8019842059227014f,0.3382827858598384f,0.49232721866807344f,0.3358795692352229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6311059401391845f,-0.5489564193883943f,-0.5480439233613573f,0.5416668142003302f,-0.4920149537531837f,0.8294993993759021f,-0.2642953494071925f,2.1251979667079977f,0.5996887339314358f,0.10284744064531116f,-0.7935967655859117f,-0.3879571684006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2656428420885273f,-0.5489564193883943f,-0.7925154446819337f,0.5622774057996698f,0.05647299369070369f,0.8294993993759021f,-0.5556451632279609f,2.1497607132920025f,0.9624160646158912f,0.10284744064531116f,0.25135179036953303f,-0.4760533515993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729352246751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.211465289910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830766987719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3226225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5.mcfunction new file mode 100644 index 000000000..b40dee10d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..5c9566c66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,-0.12222917735465214f,-0.4141058123782205f,0.03880941484952262f,-0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,0.41361224760237986f,0.03675896464508905f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,0.14924045580054815f,-0.40565467335009353f,0.03880941484952262f,0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,0.3881093257630031f,-0.12178452196781812f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6931961113582673f,0.12222917735465214f,0.4141058123782207f,-0.03880941484952252f,0.12388908053387322f,0.8066308022669791f,-0.030703240920876524f,1.2779433126322506f,-0.4136122476023801f,0.03675896464508909f,-0.703219831628754f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6731801930699339f,-0.14924045580054815f,0.40565467335009375f,-0.03880941484952252f,-0.19026186931204475f,0.7764636608119627f,-0.03007664416738925f,1.2779433126322506f,-0.38810932576300333f,-0.12178452196781817f,-0.6888684064934734f,-0.3231806697797365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.02854828337507871f,0.21685267975047276f,1.5471154322807896f,-0.5701286475601887f,1.5566552075619715f,-0.13466181855086742f,-0.009849334737408321f,0.9853344633014354f,0.1319689747119848f,1.5415081446134535f,-0.2185018988564067f,-0.08566724813130788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4999993306747642f,-0.8660254037844386f,-0.0008181227218118647f,-0.4665757173757886f,-0.86512860926981f,0.499524110790929f,-0.045035010396540454f,1.2113114034914114f,0.03941013508823121f,-0.021809693682668135f,-0.998985074219728f,-0.10911714378470226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4696594878418567f,-0.8660254037844386f,0.17152249263617006f,-0.2984375f,-0.8276632602076752f,0.499524110790929f,0.2558303938959053f,1.5124642143408606f,-0.3072352407887599f,-0.021809693682668135f,-0.9513836471576232f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6147666526425598f,0.7836873539233381f,0.08885996904849014f,0.42315022173750105f,0.4361761087950723f,-0.2439483596902605f,-0.8661637258167882f,1.2969807675258442f,-0.6571243146582321f,0.571247169888016f,-0.49179701705061313f,0.22010085818921307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.30161304526814076f,0.8972145586702701f,0.3225455109503011f,0.2984375f,0.6560580241915279f,0.4407787810577705f,-0.6126189150386515f,1.5124642143408606f,-0.6918218266417929f,0.026834714072229367f,-0.7215694410815046f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.549543572963027e-17f,9.642632944695052e-17f,-0.15625000000000003f,0f,0.7873807330741102f,-0.6164670154871849f,1.1845728192601905f,-1.2246467991473532e-16f,-0.6164670154871849f,-0.7873807330741102f,0.26044424701845614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.2847929145500755e-17f,1.1797716464414091e-16f,-0.15625000000000003f,0f,0.963356657007402f,-0.26822369656598755f,1.363525794345541f,-1.2246467991473532e-16f,-0.26822369656598755f,-0.963356657007402f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.495302804695155e-17f,1.0382052771080727e-16f,0.15624999999999997f,0f,0.8477589439101231f,-0.530381723874789f,1.176365139752745f,-1.2246467991473532e-16f,-0.530381723874789f,-0.8477589439101231f,0.21702325532074795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.340708485979566e-18f,1.2238772845534114e-16f,0.15624999999999997f,0f,0.9993716436490281f,-0.035444574623489274f,1.363525794345541f,-1.2246467991473532e-16f,-0.035444574623489274f,-0.9993716436490281f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.050059472188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9292677620564822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877028913025766f,0.15622638022934732f,0.006026328315466384f,0.19502713616610928f,0.15590902909167537f,0.9813634357605392f,0.11233067969153064f,2.1549471308875168f,0.011634997216222978f,0.11188889610996049f,-0.9936526061793794f,0.03039451129140001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999818199280114f,-0.00020779917369879997f,0.006026328315466384f,0.07984212419925121f,0.00047046614411298815f,0.993670768947968f,0.11233067969153064f,2.165014922207297f,-0.00601152851358332f,0.11233147269513305f,-0.9936526061793794f,0.03083408055342773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704659200276354f,0.2408473345424693f,0.013728055532488029f,0.05737343884119191f,0.23867337411776235f,0.9503156417333568f,0.19983793825037605f,2.1596920747110215f,0.03508444886495812f,0.19721242993459193f,-0.9797327895539353f,0.019073478812846153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973938565081854f,-0.07083103480132372f,0.013728055532488029f,0.08646726206441867f,-0.06667181559509233f,0.9775580123149178f,0.19983793825037605f,2.16944255775841f,-0.027574698638124978f,0.19840185752124595f,-0.9797327895539353f,0.0214699669931236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08606778715171488f,0.013728055532488029f,0.14456310870834665f,0.08707278979269382f,0.9759524208246816f,0.19983793825037605f,2.2782147011008504f,0.003801680104023551f,0.200272834656253f,-0.9797327895539353f,0.012574014730052156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08694714981487421f,0.006026328315466384f,0.125f,0.08707278979269382f,0.9898485478484859f,0.11233067969153064f,2.0554987778349414f,0.003801680104023551f,0.11242795676037931f,-0.9936526061793794f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876910140448408f,-0.1563962329282716f,-0.0025843956585056f,-0.19515331956528503f,-0.15616482046855396f,0.9850214228726244f,0.07311186859884525f,2.156573788059266f,-0.008888735742399166f,0.07261552731913685f,-0.9973203976501561f,0.026203115829814775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999966597151193f,0.00003817963089264298f,-0.0025843956585056f,-0.07996830759842696f,-0.00015087304767760767f,0.9973237347558258f,0.07311186859884525f,2.1666415793790463f,0.0025802705143845228f,0.07311201430002538f,-0.9973203976501561f,0.026642685091842522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703622927497427f,-0.24150161142522614f,-0.008601888657835783f,-0.05749120777079811f,-0.24025804854550564f,0.9603208823017881f,0.14163288150786454f,2.1611014511038427f,-0.025943995809592793f,0.13950188061146143f,-0.9898818790074386f,0.0176536983553628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997497483786078f,0.07017675791856688f,-0.008601888657835783f,-0.08659331140060487f,0.06825649002283567f,0.9875632528833491f,0.14163288150786454f,2.1709785586156145f,0.01843424558275917f,0.1406913081981155f,-0.9898818790074386f,0.01931981255339353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08673021967811546f,-0.008601888657835783f,-0.14460141888727504f,-0.08707278979269381f,0.9860823779753376f,0.14163288150786454f,2.2790397579982042f,-0.0038016801040237948f,0.14184291607651497f,-0.9898818790074386f,0.0037159289002412464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08711741727677806f,-0.0025843956585056f,-0.125f,-0.08707278979269381f,0.993515467392281f,0.07311186859884525f,2.0554987778349414f,-0.0038016801040237948f,0.07305868640566422f,-0.9973203976501561f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5421234584190722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1674803753258756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12115467092222693f,0.04856575510781999f,0.1382748312988613f,-0.1205904774487396f,0.7078227961844006f,-0.696020707989627f,0.8983200719128792f,0.049950211252314684f,-0.6959227219421876f,-0.7163773736519222f,0.4078336939466229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05256899185649092f,0.11947212206476468f,0.12499999999999999f,-0.1205904774487396f,0.018631608434776403f,-0.9925274806854559f,0.8748969220027432f,0.049950211252314684f,-0.9984434707394932f,-0.024811532268761205f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1717825696972089f,-0.025385790420418095f,-0.14584980423355765f,0.1604299972043605f,0.8441238711128303f,-0.511582941676615f,0.8941050083198112f,-0.06645228065352397f,-0.5078834895581009f,-0.8588588099508742f,0.41199351673954315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.08152288134421595f,-0.1533222404753554f,-0.125f,0.1604299972043605f,0.08925634072137595f,-0.9830033172060196f,0.8787683894663036f,-0.06645228065352397f,-0.9926667746320347f,-0.10097905197405427f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13050552833235207f,-0.0023224836187848022f,-4.100723895728975e-18f,0.0993222142855684f,0.7427629720047041f,-0.6621467097012192f,1.0616411950157831f,-0.08468875134796532f,-0.6567126270245097f,-0.7493706298632804f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.128871520804896f,0.02071757661742994f,-4.337292519055854e-18f,-0.09932221428556841f,0.6418793951270095f,-0.7603459343356784f,1.0241909622266931f,0.08468875134796508f,-0.7558987850478511f,-0.6491878327250944f,0.035416681136762426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.945823477882707e-17f,9.318791097804141e-17f,-4.100723895728975e-18f,0f,0.7609370395033284f,-0.6488257253777088f,1.0616411950157831f,-1.2246467991473532e-16f,-0.6488257253777088f,-0.7609370395033284f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.17084223583015e-16f,-4.100705354660506e-18f,0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,-0.025550053022210483f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.17084223583015e-16f,-4.100705354660506e-18f,-0.08332657609945465f,0.95242712302679f,-0.2931539817885021f,1.0866410096552626f,0.02555005302221024f,-0.2920384423821899f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.590100854545906e-17f,1.17084223583015e-16f,-4.100705354660506e-18f,0f,0.95606523990863f,-0.2931539817885021f,1.0866410096552626f,-1.2246467991473532e-16f,-0.2931539817885021f,-0.95606523990863f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304894571736048f,-0.003096517722188617f,-0.19375f,0.12059047744873963f,0.9066392939785662f,-0.4043057350109345f,1.0991413252759288f,-0.049950211252314934f,-0.40122025395109967f,-0.9146186550772208f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1297791810478174f,0.013944569624899657f,0.19375f,-0.12059047744873963f,0.8698500085018828f,-0.4783501849669963f,1.0991408412753454f,0.0499502112523147f,-0.4759394151316241f,-0.8780584545006197f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9610511357045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.16748046875f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6044253246046091f,-0.5392838740987262f,-0.5863812156896591f,-0.003297748753743973f,0f,0.7360478613637766f,-0.6769294983835543f,1.1331840242202065f,0.7966618021322556f,0.409153331794915f,0.4448859675293291f,0.3708042779006624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6044253246046091f,-0.5392838740987262f,-0.5863812156896591f,0.053367125427938124f,0f,0.7360478613637766f,-0.6769294983835543f,1.1331840242202065f,0.7966618021322556f,0.409153331794915f,0.4448859675293291f,0.44549132185056134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6044253246046091f,-0.5392838740987262f,-0.5863812156896591f,0.11299187069054595f,0f,0.7360478613637766f,-0.6769294983835543f,1.2347234489777397f,0.7966618021322556f,0.409153331794915f,0.4448859675293291f,0.3414149047462125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.643541553419399f,-0.5489564193883943f,-0.5333864627404976f,0.5416475167003303f,-0.4979624311797771f,0.8294993993759021f,-0.25291137492913046f,2.1465056579579977f,0.5812810732821709f,0.10284744064531116f,-0.8071770052452167f,-0.3879312834006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.283796818148882f,-0.5489564193883943f,-0.7861973134149236f,0.5622581082996697f,0.06923535050428628f,0.8294993993759021f,-0.5541996144671757f,2.1710684045420026f,0.9563816352529564f,0.10284744064531116f,0.27341648030722326f,-0.4760274665993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729159271751965f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.232772981160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830508137719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.33360296875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6.mcfunction new file mode 100644 index 000000000..1a52b257a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..4b84517e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,-0.11737391987871365f,-0.4583271783337526f,0.0422331266993794f,-0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,0.4571203421280391f,0.044430615589177026f,-0.6752861302111541f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,0.14331224083240168f,-0.4489735624493903f,0.0422331266993794f,0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,0.4303611315550162f,-0.13115152179893347f,-0.6615047806150082f,-0.3177709623902922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6656605779054144f,0.11737391987871365f,0.4583271783337527f,-0.0422331266993793f,0.12198947610273027f,0.8069657537808631f,-0.029483629178059273f,1.2899802868077328f,-0.4571203421280392f,0.04443061558917704f,-0.6752861302111541f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.646439743401579f,-0.14331224083240168f,0.4489735624493904f,-0.0422331266993793f,-0.19210662299251138f,0.7760546887671124f,-0.028881922460139698f,1.2899802868077328f,-0.4303611315550163f,-0.1311515217989335f,-0.6615047806150082f,-0.31777096239029223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.02351551466557737f,0.183240960857783f,1.5515398869619592f,-0.5671732363818502f,1.5505324928488642f,-0.19301487519530364f,-0.0007046795210341499f,1.001296388568867f,0.19157833695357898f,1.5396669309357978f,-0.18474234109386836f,-0.10768369186847071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49955407593421614f,-0.8660254037844385f,0.02111220541562403f,-0.4634421164112659f,-0.8662713144081852f,0.499524110790929f,-0.007047877130490154f,1.2280570295289956f,-0.004442414999319244f,-0.021809693682668135f,-0.9997522704202487f,-0.12025949858431297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4638138967622844f,-0.8660254037844385f,0.18675296294887828f,-0.2984375f,-0.8188767236501856f,0.499524110790929f,0.28269519663848036f,1.524264995590861f,-0.33810882957137106f,-0.021809693682668135f,-0.9408542696014861f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5897899127275783f,0.805423997752172f,0.058651877120045465f,0.4333066517587403f,0.4527923238384196f,-0.26968008831974927f,-0.8498539647709221f,1.3009554384764987f,-0.6686755344094764f,0.5277924154520994f,-0.5237443993719069f,0.20615831473695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.33276154666292573f,0.8988158279476824f,0.285306607868131f,0.2984375f,0.6802603400273559f,0.43832423726318726f,-0.5874672185011782f,1.524264995590861f,-0.6530816356692043f,-0.0014037301617924845f,-0.7572862118732056f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.457000125638706e-17f,9.71437735484936e-17f,-0.15625000000000003f,0f,0.793239108746529f,-0.6089102695430684f,1.1958433431146678f,-1.2246467991473532e-16f,-0.6089102695430684f,-0.793239108746529f,0.25873060830148886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.1718385205682405e-17f,1.1828584812462783e-16f,-0.15625000000000003f,0f,0.9658772489095064f,-0.25900027034542517f,1.3753265755955413f,-1.2246467991473532e-16f,-0.25900027034542517f,-0.9658772489095064f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.482387214291804e-17f,1.0390121956462876e-16f,0.15624999999999997f,0f,0.8484178428994289f,-0.529327085883464f,1.1881500339976512f,-1.2246467991473532e-16f,-0.529327085883464f,-0.8484178428994289f,0.2167905023248699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.1885102651270454e-18f,1.2239303169861225e-16f,0.15624999999999997f,0f,0.9994149479166323f,-0.03420178183655277f,1.3753265755955413f,-1.2246467991473532e-16f,-0.03420178183655277f,-0.9994149479166323f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.0618602534387143f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9410685433064823f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877120923398908f,0.15609479926550257f,0.007696511405662278f,0.19496051613363385f,0.15574565231264165f,0.9790270389694812f,0.13133677608484226f,2.165897804215268f,0.012965894927261332f,0.13092162009734185f,-0.9913079314520905f,0.03240802770174972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999703238875993f,-0.00033919951688257677f,0.007696511405662278f,0.07977550416677578f,0.0006745937864682389f,0.991337579319408f,0.13133677608484226f,2.175965595535048f,-0.007674390357090349f,0.13133807053868457f,-0.9913079314520905f,0.03284759696377744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705732444711637f,0.24016971467458148f,0.01749529279117802f,0.05730964901868184f,0.237152874090733f,0.9407155823846368f,0.24251331379790084f,2.170816869037993f,0.041786258832586326f,0.2395259927687688f,-0.9699903130242652f,0.01784059871850781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972865320646571f,-0.07150865466921152f,0.01749529279117802f,0.08639489641084888f,-0.06515131556806299f,0.9679579529661978f,0.24251331379790084f,2.180445855519181f,-0.03427650860575318f,0.24071542035542282f,-0.9699903130242652f,0.020772599482753288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0853817206669374f,0.01749529279117802f,0.1445334306973384f,0.08707278979269381f,0.9662326955286075f,0.24251331379790084f,2.289488509393223f,0.0038016801040235515f,0.24311384137369646f,-0.9699903130242652f,0.01686683472095441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08681524754372633f,0.007696511405662278f,0.125f,0.08707278979269381f,0.9875064458145869f,0.13133677608484226f,2.0672995590849412f,0.0038016801040235515f,0.13150715671994492f,-0.9913079314520905f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876927054816418f,-0.15637204425508655f,-0.0033020166322843816f,-0.19512824181335106f,-0.15612045245898276f,0.9843869307752728f,0.08129437153235647f,2.168049299057645f,-0.009461705044923772f,0.08080937008988225f,-0.9966846651992392f,0.027081639176626638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999945463853768f,0.00006233510038305967f,-0.0033020166322843816f,-0.07994322984649298f,-0.00020630771375020063f,0.9966901136232298f,0.08129437153235647f,2.1781170903774254f,0.0032961548252273608f,0.08129460941568527f,-0.9966846651992392f,0.027521208438654386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704043570286358f,-0.24123602802065108f,-0.010980102215355426f,-0.05744420430408999f,-0.23959151475108342f,0.9561125535476727f,0.16865553951124895f,2.172433948268307f,-0.030187578888035745f,0.16629480970063f,-0.985613893138439f,0.016062348631575407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997455419507185f,0.07044234132314194f,-0.010980102215355426f,-0.08654294675970775f,0.06758995622841346f,0.9833549241292336f,0.16865553951124895f,2.1822577959538116f,0.02267782866120212f,0.16748423728728407f,-0.985613893138439f,0.018067549158612303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08646132574299517f,-0.010980102215355426f,-0.14459596314589662f,-0.0870727897926938f,0.9818215918739448f,0.16865553951124895f,2.290697429919167f,-0.0038016801040237943f,0.16896982239700906f,-0.985613893138439f,0.0055640454426703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08709316953731841f,-0.0033020166322843816f,-0.125f,-0.0870727897926938f,0.9928794259298944f,0.08129437153235647f,2.0672995590849412f,-0.0038016801040237943f,0.08127253770534892f,-0.9966846651992392f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.5539242396690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1792811565758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12185343229585774f,0.04678491095625444f,0.13895686467099796f,-0.12059047744873963f,0.7179475681472248f,-0.6855721888613706f,0.9047030403420463f,0.0499502112523147f,-0.6853488384970129f,-0.7264997907547147f,0.4082913866515184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.054501201011052484f,0.11860314474675068f,0.12499999999999999f,-0.12059047744873963f,0.03473871809357787f,-0.9920943292922804f,0.8866977032527432f,0.0499502112523147f,-0.997909234626861f,-0.041013849396043744f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17133818736266357f,-0.028229685763795198f,-0.14473779000786094f,0.1604299972043605f,0.835528156890063f,-0.525504438650049f,0.9127559450699354f,-0.06645228065352397f,-0.5220497338330622f,-0.8503223916849268f,0.41150266935445956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07852121492725979f,-0.1548809491622288f,-0.125f,0.1604299972043605f,0.07009380533822357f,-0.9845552673416643f,0.8905691707163037f,-0.06645228065352397f,-0.9944452107881833f,-0.08162608122647425f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304924537129474f,-0.0029675544544542423f,-4.100723895728975e-18f,0.09913591921606997f,0.7380281963226137f,-0.6674477140225852f,1.0734419762657832f,-0.08490675106639474f,-0.6620317975420547f,-0.7446507521426307f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1287557898011233f,0.02142506588449094f,-4.347367802368761e-18f,-0.09913591921606997f,0.6360236567995469f,-0.7652750992372072f,1.0359960777307633f,0.08490675106639449f,-0.7608520582767857f,-0.6433467098224162f,0.035498952068429596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.966277047610651e-17f,9.301312179843094e-17f,-4.100723895728975e-18f,0f,0.7595097775390448f,-0.6504958860919805f,1.0734419762657832f,-1.2246467991473532e-16f,-0.6504958860919805f,-0.7595097775390448f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.171628130827159e-16f,-4.100705354660506e-18f,0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,-0.025366928589493968f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.171628130827159e-16f,-4.100705354660506e-18f,-0.08338250672552062f,0.9530664130080501f,-0.29105286455923685f,1.0984417909052626f,0.025366928589493725f,-0.28994532053832667f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.564369589651375e-17f,1.171628130827159e-16f,-4.100705354660506e-18f,0f,0.9567069718737616f,-0.29105286455923685f,1.0984417909052626f,-1.2246467991473532e-16f,-0.29105286455923685f,-0.9567069718737616f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13046621466166444f,-0.003956474102324118f,-0.19375f,0.12059047744873963f,0.9039549236813513f,-0.4102723884213113f,1.1109421065259288f,-0.049950211252314934f,-0.4072395643648819f,-0.9119544471144106f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12970063577668645f,0.014657146195258045f,0.19375f,-0.1205904774487396f,0.8672096434154709f,-0.4831204519743465f,1.1109416225253455f,0.04995021125231469f,-0.4807548017922807f,-0.8754312062917988f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9728519169545095f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.17928125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6090383244736256f,-0.6132378316590134f,-0.5030026651465285f,0.011927409534137776f,-1.3877787807814457e-17f,0.6341908887621895f,-0.7731765106436073f,1.1218816625867172f,0.7931407941357946f,0.4708941265647469f,0.3862465562881634f,0.36877197179540333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6090383244736256f,-0.6132378316590134f,-0.5030026651465285f,0.06902475245354017f,-1.3877787807814457e-17f,0.6341908887621895f,-0.7731765106436073f,1.1218816625867172f,0.7931407941357946f,0.4708941265647469f,0.3862465562881634f,0.4431289212456341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6090383244736256f,-0.6132378316590134f,-0.5030026651465285f,0.11592648076581825f,-1.3877787807814457e-17f,0.6341908887621895f,-0.7731765106436073f,1.2378581391832584f,0.7931407941357946f,0.4708941265647469f,0.3862465562881634f,0.3480134630772942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6565265780522668f,-0.5489564193883943f,-0.517319728913613f,0.5416282192003303f,-0.5040605416090975f,0.8294993993759021f,-0.240527995933448f,2.167736786707998f,0.5611557918294384f,0.10284744064531116f,-0.8212956722453765f,-0.3879053984006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.30313942334788757f,-0.5489564193883943f,-0.7789437332853916f,0.5622388107996698f,0.08291013041350842f,0.8294993993759021f,-0.552319343052398f,2.1922995332920028f,0.9493326078288499f,0.10284744064531116f,0.2969680179170545f,-0.4760015815993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728966296751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2540041099109653f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3830249287719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.34540375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7.mcfunction new file mode 100644 index 000000000..c2625d82b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..6ba30afdb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014423f,-0.11261859128427078f,-0.4963207845417961f,0.04558637314190918f,-0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,0.49450112796655155f,0.05102185669259168f,-0.6479273485691843f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997314f,0.137506037908718f,-0.48619178893890236f,0.04558637314190918f,0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,0.46666255364258197f,-0.13919935332209532f,-0.6347043414555276f,-0.31312311201719495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6386917693014421f,0.11261859128427074f,0.49632078454179623f,-0.04558637314190911f,0.12035739574635966f,0.8072535335823755f,-0.02828911897474278f,1.3025933725875198f,-0.49450112796655166f,0.0510218566925917f,-0.6479273485691841f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6202496544997311f,-0.13750603790871793f,0.48619178893890247f,-0.04558637314190911f,-0.19369157730977438f,0.7757033128544423f,-0.027711790016074562f,1.3025933725875198f,-0.4666625536425821f,-0.13919935332209535f,-0.6347043414555273f,-0.313123112017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.01732590170333029f,0.15042207585164188f,1.5551460581651644f,-0.5639889094659802f,1.5423354665080435f,-0.2501168250529257f,0.007009463378935342f,1.0183113752826896f,0.24961444646010178f,1.534998704534283f,-0.15125427331645847f,-0.12862944273322674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49818474086245973f,-0.8660254037844386f,0.0425671701174051f,-0.4603152140707214f,-0.8657735187117886f,0.4995241107909291f,0.030197301799001375f,1.2454387777783897f,-0.04741495828546377f,-0.021809693682668142f,-0.9986371508171804f,-0.1305247981620712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.45781901901935856f,-0.8660254037844386f,0.20100185527539888f,-0.2984375f,-0.8097462294493887f,0.4995241107909291f,0.3078744981823436f,1.5366751518408606f,-0.3670324096270661f,-0.021809693682668142f,-0.9299524437006538f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5610811699876875f,0.8270733329916771f,0.03372866050239581f,0.4421892477444752f,0.467931598011875f,-0.28330315160105385f,-0.8371256440194406f,1.3083492441416746f,-0.682808860712352f,0.4854781417808104f,-0.545969810141322f,0.1944977917557674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.36057810721529343f,0.8984115160760527f,0.2506794295090128f,0.2984375f,0.6959463217545743f,0.4380798900452126f,-0.5689857003249312f,1.5366751518408606f,-0.6210009225704212f,-0.03070435994939896f,-0.7832082075966668f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.359098855035612e-17f,9.788750804265031e-17f,-0.15625000000000003f,0f,0.7993121617661795f,-0.6009160241270628f,1.207714406241014f,-1.2246467991473532e-16f,-0.6009160241270628f,-0.7993121617661795f,0.25692597210988455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.052928053551972e-17f,1.185983172587289e-16f,-0.15625000000000003f,0f,0.9684287530192515f,-0.24929049385321053f,1.387736731845541f,-1.2246467991473532e-16f,-0.24929049385321053f,-0.9684287530192515f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.480346993671192e-17f,1.0391394569921905e-16f,0.15624999999999997f,0f,0.8485217596744465f,-0.5291604892270215f,1.2005577082320953f,-1.2246467991473532e-16f,-0.5291604892270215f,-0.8485217596744465f,0.21675375005308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.1644783689641625e-18f,1.2239385175135638e-16f,0.15624999999999997f,0f,0.9994216441554558f,-0.03400554651237918f,1.387736731845541f,-1.2246467991473532e-16f,-0.03400554651237918f,-0.9994216441554558f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.074270409688714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.9534786995564821f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877241825250906f,0.15592190156197705f,0.009449860762914097f,0.194886767101928f,0.1555463803966387f,0.9761773178043878f,0.15127183396037502f,2.1773725405432796f,0.01436185227070292f,0.15088474017450618f,-0.9884470306404014f,0.034507422611891075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999552180627992f,-0.0005118598844243843f,0.009449860762914097f,0.07970175513506991f,0.0009235698443992996f,0.9884917699551207f,0.15127183396037502f,2.1874403318630598f,-0.009418539574810028f,0.15127378732104077f,-0.9884470306404014f,0.034946991873918795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707139201213834f,0.23928152357492885f,0.02142049855249515f,0.05725758697949379f,0.23523916322019356f,0.9286328874771184f,0.28688585950404216f,2.182688564575949f,0.04875470613222719f,0.2835230374618095f,-0.9577252559363724f,0.016531006411072552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971458564144374f,-0.07239684576886415f,0.02142049855249515f,0.08633159359024292f,-0.06323760469752356f,0.9558752580586793f,0.28688585950404216f,2.192164634716894f,-0.041244955905394044f,0.2847124650484636f,-0.9577252559363724f,0.020019825592686016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08448245815350382f,0.02142049855249515f,0.1444944337193668f,0.08707278979269381f,0.9539993883092087f,0.28688585950404216f,2.3012559126671315f,0.00380168010402355f,0.28765931476313633f,-0.9577252559363724f,0.021369505016853776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08664192764163034f,0.009449860762914097f,0.125f,0.08707278979269381f,0.9846497659208486f,0.15127183396037502f,2.079709715334941f,0.00380168010402355f,0.1515190247017199f,-0.9884470306404014f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876949290950298f,-0.15634024510214192f,-0.004056451819785694f,-0.1951011791883878f,-0.15606872219454376f,0.9836471535281588f,0.08989344419095893f,2.180109623569028f,-0.01006384581193392f,0.08942038423845489f,-0.9959431278391959f,0.028002595658695482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999917681389144f,0.00009409060275807068f,-0.004056451819785694f,-0.07991616722152972f,-0.0002709409926091033f,0.9959513518653738f,0.08989344419095893f,2.190177414888808f,0.004048486802040245f,0.08989380325969637f,-0.9959431278391959f,0.028442164920723236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704595959242143f,-0.2408872633600238f,-0.01347215756771876f,-0.05740219082542476f,-0.23876562485069674f,0.9508980899381513f,0.19693602753592881f,2.1844369174321f,-0.03462873183163462f,0.19433514582518088f,-0.9803237740812158f,0.014379227233668926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974001806116065f,0.0707911059837692f,-0.01347215756771876f,-0.08649651938034261f,0.06676406632802674f,0.9781404605197123f,0.19693602753592881f,2.1941947718356754f,0.02711898160480099f,0.19552457341183496f,-0.9803237740812158f,0.016739301041224335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08610821368700278f,-0.01347215756771876f,-0.14458879086516868f,-0.08707278979269381f,0.9765421293196138f,0.19693602753592881f,2.3029407298349223f,-0.003801680104023795f,0.19735968483849037f,-0.9803237740812158f,0.007506254750357568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08706129273408321f,-0.004056451819785694f,-0.125f,-0.08707278979269381f,0.9921378422221402f,0.08989344419095893f,2.079709715334941f,-0.003801680104023795f,0.0899045790728479f,-0.9959431278391959f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.566334395919072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1916913128258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12255034495713024f,0.04492771757338921f,0.13957211209947182f,-0.1205904774487396f,0.7282832112768598f,-0.6745824641368537f,0.9121519706787933f,0.049950211252314684f,-0.6742291725542234f,-0.7368310520551479f,0.40852576603711294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05632659034876115f,0.11774719561479453f,0.12499999999999999f,-0.1205904774487396f,0.05005801638173385f,-0.9914394241428021f,0.8991078595027431f,0.049950211252314684f,-0.997156712967229f,-0.05642221353545274f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17079990535950323f,-0.03132222751067613f,-0.14368736880836858f,0.1604299972043605f,0.8258924842526959f,-0.5405218038635623f,0.9314765733310062f,-0.06645228065352397f,-0.5373350879889525f,-0.840746749985898f,0.41108384160587913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07563711145391463f,-0.15630968293088535f,-0.125f,0.1604299972043605f,0.05183368745601713f,-0.9856852869155148f,0.9029793269663036f,-0.06645228065352397f,-0.9957872745800782f,-0.06318067885299472f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1304752642462442f,-0.0036458572844556797f,-4.100723895728975e-18f,0.09893948797884106f,0.7330081840679601f,-0.6729858689511067f,1.085852132515783f,-0.08513556585793412f,-0.6675891008017312f,-0.7396463532775547f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12862989265872204f,0.022168391237784156f,-4.357962073375866e-18f,-0.09893948797884106f,0.6298247850563767f,-0.7704100971866695f,1.0484109870222347f,0.08513556585793387f,-0.7660124612846022f,-0.6371631224284366f,0.035585460856224424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.987745328979333e-17f,9.28288224774798e-17f,-4.100723895728975e-18f,0f,0.7580048593775025f,-0.6522489042996489f,1.085852132515783f,-1.2246467991473532e-16f,-0.6522489042996489f,-0.7580048593775025f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.172448507783768e-16f,-4.100705354660506e-18f,0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,-0.025174215816117586f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.172448507783768e-16f,-4.100705354660506e-18f,-0.0834408913659215f,0.95373375250151f,-0.2888417334587385f,1.1108519471552625f,0.025174215816117344f,-0.2877426034592244f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.53729104340417e-17f,1.172448507783768e-16f,-4.100705354660506e-18f,0f,0.9573768604956729f,-0.2888417334587385f,1.1108519471552625f,-1.2246467991473532e-16f,-0.2888417334587385f,-0.9573768604956729f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13043565817949088f,-0.004860651267976317f,-0.19375f,0.1205904774487396f,0.9010895783632278f,-0.4165279204493562f,1.1233522627759287f,-0.04995021125231493f,-0.4135506146053506f,-0.9091099304019211f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12961381381510756f,0.015406041794324357f,0.19375f,-0.1205904774487396f,0.8644047141383457f,-0.4881213239801042f,1.1233517787753453f,0.04995021125231469f,-0.4858032003226281f,-0.8726398036716762f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9852620732045093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.19169140625f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6097648219073223f,-0.67153029022797f,-0.4209916047508199f,0.027610654386317796f,1.3877787807814457e-17f,0.5311644623413777f,-0.847268737736496f,1.1195336443301418f,0.7925824007409781f,0.5166346709735361f,0.3238854037830888f,0.36731421787775226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6097648219073223f,-0.67153029022797f,-0.4209916047508199f,0.08477610644012926f,1.3877787807814457e-17f,0.5311644623413777f,-0.847268737736496f,1.1195336443301418f,0.7925824007409781f,0.5166346709735361f,0.3238854037830888f,0.44161881794721897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6097648219073223f,-0.67153029022797f,-0.4209916047508199f,0.11934212112584652f,1.3877787807814457e-17f,0.5311644623413777f,-0.847268737736496f,1.2466239549906162f,0.7925824007409781f,0.5166346709735361f,0.3238854037830888f,0.3558837073450223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6697493667480077f,-0.5489564193883943f,-0.5000826285254428f,0.5416098554503304f,-0.5101413311348009f,0.8294993993759021f,-0.22734680271125665f,2.1877684379579976f,0.5396217267759482f,0.10284744064531116f,-0.8356020559716526f,-0.3878807659006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.323280880020859f,-0.5489564193883943f,-0.7708023885699967f,0.5622204470496698f,0.09723626735704266f,0.8294993993759021f,-0.5499780493305958f,2.2123311845420024f,0.9412940990590606f,0.10284744064531116f,0.32153976897003034f,-0.4759769490993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728782659251966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.274035761160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38300029627194576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3578139062499999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8.mcfunction new file mode 100644 index 000000000..967db2d62 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..5849ea18e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396415f,-0.10850743142599159f,-0.5258162091112905f,0.04848538041252262f,-0.11909036932146369f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,0.5235208041460359f,0.056138808574457494f,-0.624274656095034f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164388f,0.13248635779307535f,-0.5150852660682029f,0.04848538041252262f,0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,0.494844291672032f,-0.14544709422722596f,-0.6115343569910537f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6153762231396412f,0.10850743142599156f,0.5258162091112907f,-0.04848538041252255f,0.11909036932146369f,0.8074769445263552f,-0.027256420118996302f,1.315559505808924f,-0.5235208041460361f,0.056138808574457535f,-0.6242746560950337f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5976073407164387f,-0.1324863577930753f,0.5150852660682032f,-0.04848538041252255f,-0.19492201856494085f,0.7754305305954762f,-0.026700166647180053f,1.315559505808924f,-0.4948442916720322f,-0.14544709422722601f,-0.6115343569910535f,-0.309514864899527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.010382296271939729f,0.1197348050333139f,1.557870994141606f,-0.560814246816218f,1.5326600476797683f,-0.3036235360134144f,0.013121609084311916f,1.0357963920926871f,0.3037295444476423f,1.5280322558252313f,-0.11946563935827953f,-0.14755479713837394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4960573506572391f,-0.8660254037844386f,0.06266661678215218f,-0.4574039697554143f,-0.8638457289521686f,0.4995241107909291f,0.06516302102901747f,1.262905624107932f,-0.08773631762284922f,-0.02180969368266817f,-0.9959049532116259f,-0.13940643624750135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.45210092761846227f,-0.8660254037844386f,0.21355268962606422f,-0.2984375f,-0.8009465504683979f,0.4995241107909291f,0.33009132983358697f,1.5494837455908606f,-0.3925421945973454f,-0.02180969368266817f,-0.9194753736355139f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5299286444137757f,0.8478521183214447f,0.01795598194522205f,0.44899622228652813f,0.48040675633759333f,-0.28268315827866963f,-0.8302406762444183f,1.3192833597424793f,-0.6988454623841885f,0.4485944911425415f,-0.5571157888819827f,0.1869473700327838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.38264291067866535f,0.8966323237955424f,0.22278886604218953f,0.2984375f,0.7019164079159507f,0.43892600675603227f,-0.5609432385648057f,1.5494837455908606f,-0.6007476668333619f,-0.05826179295395267f,-0.7973128647375902f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.257647749144806e-17f,9.864204347818383e-17f,-0.15625000000000003f,0f,0.8054734111652623f,-0.5926319126623174f,1.2199875429332163f,-1.2246467991473532e-16f,-0.5926319126623174f,-0.8054734111652623f,0.2550646107796003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.930324632237717e-17f,1.1890718052997752e-16f,-0.15625000000000003f,0f,0.9709508130243377f,-0.23927916475819178f,1.400545325595541f,-1.2246467991473532e-16f,-0.23927916475819178f,-0.9709508130243377f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.493264168206412e-17f,1.0383327920665534e-16f,0.15624999999999997f,0f,0.8478630677755261f,-0.5302152565725299f,1.2133821432859397f,-1.2246467991473532e-16f,-0.5302152565725299f,-0.8478630677755261f,0.21698650616387752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.3166776281721975e-18f,1.223885783922381e-16f,0.15624999999999997f,0f,0.9993785839104778f,-0.03524834777813191f,1.400545325595541f,-1.2246467991473532e-16f,-0.03524834777813191f,-0.9993785839104778f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.087079003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.966287293306482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877392509382852f,0.1557064132138633f,0.011255444902303891f,0.19480671600630828f,0.15531127598590289f,0.9728151680909733f,0.171782002211414f,2.1891715584388343f,0.01579809189446176f,0.17142392369854678f,-0.9850706871470133f,0.03665387073425609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999363911543632f,-0.0007270524325475453f,0.011255444902303891f,0.0796217040394502f,0.0012173160508961722f,0.9851342354511239f,0.171782002211414f,2.1992393497586145f,-0.011213018631069094f,0.17178477679029172f,-0.9850706871470133f,0.03709343999628381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708886945663472f,0.23817804115831193f,0.025423679380525616f,0.05722004762105483f,0.23292996749452008f,0.9140531994664663f,0.3320397247139544f,2.1951268178483434f,0.055845975739135724f,0.32829555168339736f,-0.9429227209791042f,0.015176360268439593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969710819694736f,-0.07350032818548106f,0.025423679380525616f,0.08628008876350714f,-0.06092840897185006f,0.9412955700480273f,0.3320397247139544f,2.204418370168593f,-0.04833622551230258f,0.32948497927005144f,-0.9429227209791042f,0.019231812065593105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08336522068975892f,0.025423679380525616f,0.14444583044590986f,0.08707278979269382f,0.9392379626535541f,0.3320397247139544f,2.313306175475553f,0.0038016801040235515f,0.3329899240063414f,-0.9429227209791042f,0.02600210609315105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08642591309293281f,0.011255444902303891f,0.125f,0.08707278979269382f,0.9812794061805004f,0.171782002211414f,2.092518309084941f,0.0038016801040235515f,0.1721083628185967f,-0.9850706871470133f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876977021507067f,-0.15630058855839357f,-0.0048347887765029214f,-0.19507250813244498f,-0.1560098833075423f,0.9828057182422347f,0.09876151325659309f,2.1925488334436025f,-0.010684824592882641f,0.09830079453730238f,-0.9950993861503254f,0.02894989541044975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999883034034678f,0.0001336927101279889f,-0.0048347887765029214f,-0.07988749616558691f,-0.00034445598876368944f,0.9951110716142895f,0.09876151325659309f,2.2026166247633827f,0.0048243555347781755f,0.09876202345496808f,-0.9950993861503254f,0.029389464672477498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.970528388490027f,-0.24045292419342545f,-0.01603241659208639f,-0.057366833148625215f,-0.23777962345458686f,0.944672722129991f,0.2259519832471224f,2.1969171515202124f,-0.039185428474706185f,0.22310499615728865f,-0.9740065004325742f,0.012634751589433228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973313880457938f,0.07122544515036754f,-0.01603241659208639f,-0.08645566478780625f,0.06577806493191689f,0.971915092711552f,0.2259519832471224f,2.2065962188262755f,0.031675678247872555f,0.22429442374394273f,-0.9740065004325742f,0.015358931273681122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08566846042805813f,-0.01603241659208639f,-0.14457984635444673f,-0.08707278979269381f,0.9702391615186482f,0.2259519832471224f,2.3155595383382668f,-0.0038016801040237943f,0.22648815497388988f,-0.9740065004325742f,0.009509226205393729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08702153935309677f,-0.0048347887765029214f,-0.125f,-0.08707278979269381f,0.9912943522370059f,0.09876151325659309f,2.092518309084941f,-0.0038016801040237943f,0.09880667442856418f,-0.9950993861503254f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.579142989669072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2044999065758755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12322984701786147f,0.043028963029804704f,0.14007785881182616f,-0.1205904774487396f,0.7386185255996776f,-0.6632500361022557f,0.9207954231354022f,0.04995021125231468f,-0.6627647232954639f,-0.7471598878091196f,0.40850862100269586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.057954901467838035f,0.11695433404247585f,0.12499999999999999f,-0.1205904774487396f,0.06380934273335931f,-0.9906494357383048f,0.9119164532527431f,0.04995021125231468f,-0.9962778714674886f,-0.07025225419913061f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17015488470579487f,-0.03465551641230393f,-0.14275827533851215f,0.16042999720436044f,0.8151669905666666f,-0.5565653541925629f,0.9496712130710107f,-0.06645228065352393f,-0.553669660267963f,-0.8300807199873416f,0.4108667386844032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07302412207848098f,-0.15754734907865928f,-0.125f,0.16042999720436044f,0.03541516606167033f,-0.9864116696439845f,0.9157879207163035f,-0.06645228065352393f,-0.9967011806993564f,-0.04659238981264935f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13045382547912104f,-0.004345834019945205f,-4.100723895728975e-18f,0.09873619634898174f,0.7277834973037787f,-0.6786621726476406f,1.098660726265783f,-0.08537125034811896f,-0.6732852148013824f,-0.7344377231214739f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1284954533816686f,0.022934805769948358f,-4.368895040938839e-18f,-0.0987361963489817f,0.6233835052462641f,-0.7756572496389215f,1.0612246959964584f,0.08537125034811867f,-0.771285889827579f,-0.6307375252566462f,0.03567473531128024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.009858151823878e-17f,9.263808647303024e-17f,-4.100723895728975e-18f,0f,0.7564473817065336f,-0.6540545533128943f,1.098660726265783f,-1.2246467991473532e-16f,-0.6540545533128943f,-0.7564473817065336f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.1732886605418706e-16f,-4.100705354660506e-18f,0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,-0.02497517494735349f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.1732886605418706e-16f,-4.100705354660506e-18f,-0.08350068341184438f,0.9544171787136977f,-0.28655799560637024f,1.1236605409052625f,0.024975174947353247f,-0.28546755591886375f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.509323320894226e-17f,1.1732886605418706e-16f,-4.100705354660506e-18f,0f,0.958062897284964f,-0.28655799560637024f,1.1236605409052625f,-1.2246467991473532e-16f,-0.28655799560637024f,-0.958062897284964f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13039754948310955f,-0.005793612367587049f,-0.19375f,0.1205904774487396f,0.8980868446911423f,-0.42296330353990885f,1.1361608565259287f,-0.04995021125231493f,-0.4200434483258941f,-0.9061282899867662f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12951966981983024f,0.016178441990129837f,0.19375f,-0.1205904774487396f,0.8614794900467488f,-0.4932656738284943f,1.1361603725253453f,0.04995021125231469f,-0.49099668365331706f,-0.8697282524083563f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9980706669545093f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.2045f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6051550502664779f,-0.7139867502837989f,-0.35215094143869147f,0.042118833398181996f,1.3877787807814457e-17f,0.44234086741151535f,-0.8968470087019459f,1.1282528789103579f,0.7961076341406208f,0.5427314966323664f,0.267684809853333f,0.3680758742996244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6051550502664779f,-0.7139867502837989f,-0.35215094143869147f,0.09885211936066429f,1.3877787807814457e-17f,0.44234086741151535f,-0.8968470087019459f,1.1282528789103579f,0.7961076341406208f,0.5427314966323664f,0.267684809853333f,0.4427109650003076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6051550502664779f,-0.7139867502837989f,-0.35215094143869147f,0.12330811759522688f,1.3877787807814457e-17f,0.44234086741151535f,-0.8968470087019459f,1.2627799302156497f,0.7961076341406208f,0.5427314966323664f,0.267684809853333f,0.365240698171966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6829221249267547f,-0.5489564193883943f,-0.48193798449364744f,0.5415933592003304f,-0.5160559131004443f,0.8294993993759021f,-0.21358146218500354f,2.205477696707997f,0.5170141834027308f,0.10284744064531116f,-0.8497756987070861f,-0.38785863840066065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.34383982496413507f,-0.5489564193883943f,-0.761853676489722f,0.5622039507996698f,0.1119533639348855f,0.8294993993759021f,-0.5471719937448193f,2.230040443292002f,0.9323307455363122f,0.10284744064531116f,0.346672446093446f,-0.47595482159933955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728617696751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2917450199109646f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3829781687719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3706224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9.mcfunction new file mode 100644 index 000000000..ec85c7531 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..c2109883f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871065f,-0.10562922854845673f,-0.5449057402533432f,0.05051496120137734f,-0.11827034585176018f,0.8076215367888782f,-0.026533432708946866f,1.3286575595981291f,0.5423024294403365f,0.05945051585539925f,-0.6077155219607941f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541494f,0.1289721043339081f,-0.5337852149420504f,0.05051496120137734f,0.19571836399823425f,0.775253985063295f,-0.025991934082233666f,1.3286575595981291f,0.5130836007717476f,-0.14949065170492776f,-0.5953131643697576f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5990531234871063f,0.10562922854845669f,0.5449057402533434f,-0.05051496120137727f,0.11827034585176018f,0.8076215367888782f,-0.026533432708946866f,1.3286575595981291f,-0.5423024294403367f,0.059450515855399275f,-0.6077155219607939f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5817555677541492f,-0.12897210433390807f,0.5337852149420507f,-0.05051496120137727f,-0.19571836399823425f,0.775253985063295f,-0.025991934082233666f,1.3286575595981291f,-0.5130836007717479f,-0.14949065170492778f,-0.5953131643697573f,-0.3071795960662659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0032595279662601686f,0.0924722643134257f,1.5597578356303214f,-0.5579422148256536f,1.5224048727341928f,-0.35125258459191244f,0.01764299557013506f,1.0530718521983442f,0.3516802936654591f,1.519696269703341f,-0.09083209177998217f,-0.16356194496134158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4934683410399586f,-0.8660254037844386f,0.08055430709323497f,-0.45493904656042305f,-0.8609262009955975f,0.499524110790929f,0.09634178313597955f,1.2798669112266319f,-0.12367325026277715f,-0.021809693682668135f,-0.9920832951072752f,-0.1464437388276831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44715328751136957f,-0.8660254037844386f,0.22372737308558055f,-0.2984375f,-0.7932727696697378f,0.499524110790929f,0.34812925134069816f,1.5624798393408605f,-0.4132459925616675f,-0.021809693682668135f,-0.9103582189957921f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4979143954233413f,0.8670975008085426f,0.014939174066465138f,0.4529212024323045f,0.4886229662087709f,-0.2662674712087643f,-0.8308725718601093f,1.3338266699515315f,-0.7164697144496417f,0.42100303783662824f,-0.556262159785096f,0.18529022499251602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.39647432154037415f,0.8946536404294149f,0.2059198291216648f,0.2984375f,0.6971114777733534f,0.4393402673223504f,-0.5665824891979785f,1.5624798393408605f,-0.5973639593378159f,-0.0810863316195848f,-0.797860455787055f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.154512366326476e-17f,9.93926209868053e-17f,-0.15625000000000003f,0f,0.8116023416384734f,-0.5842102695493694f,1.2324629296351823f,-1.2246467991473532e-16f,-0.5842102695493694f,-0.8116023416384734f,0.2531812286205771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.8063166052486144e-17f,1.1920594170480416e-16f,-0.15625000000000003f,0f,0.9733903831521055f,-0.22915314090580907f,1.413541419345541f,-1.2246467991473532e-16f,-0.22915314090580907f,-0.9733903831521055f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.525173995591074e-17f,1.0363304617420438e-16f,0.15624999999999997f,0f,0.8462280409858397f,-0.5328208917162202f,1.2264186668768084f,-1.2246467991473532e-16f,-0.5328208917162202f,-0.8462280409858397f,0.2175621851107793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.693141355852613e-18f,1.223747206363821e-16f,0.15624999999999997f,0f,0.9992654267465864f,-0.03832240740040442f,1.413541419345541f,-1.2246467991473532e-16f,-0.03832240740040442f,-0.9992654267465864f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.100075097188714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.979283387056482f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877572222884823f,0.1554494109325122f,0.01308244845877943f,0.19472144387980744f,0.15504227465086468f,0.9689682697759826f,0.19251593502467368f,2.2010979348456035f,0.017250011247170342f,0.19218733779329347f,-0.9812066369037152f,0.038809663127441815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999139372330204f,-0.0009837019278984976f,0.01308244845877943f,0.07953643191294937f,0.0015534140486441889f,0.9812926177580106f,0.19251593502467368f,2.2111657261653836f,-0.013027088391234874f,0.1925196890298443f,-0.9812066369037152f,0.039249232389469535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710963354189667f,0.23686704841057743f,0.029426326870934716f,0.057198767054204444f,0.23024550631588375f,0.8971041786337649f,0.3770823510841903f,2.2079390744629164f,0.0629199027112747f,0.3729585688184405f,-0.9257121538511335f,0.013810549501221656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967634411168541f,-0.07481132093321556f,0.029426326870934716f,0.08624221651619124f,-0.05824394779321375f,0.9243465492153259f,0.3770823510841903f,2.217016123126799f,-0.05541015248444156f,0.37414799640509455f,-0.9257121538511335f,0.018431248139146452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08203788625251676f,0.029426326870934716f,0.14438786372859588f,0.08707278979269381f,0.9220776701441895f,0.3770823510841903f,2.325434603514617f,0.003801680104023551f,0.3782096712680446f,-0.9257121538511335f,0.030685282246202265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08616828323820402f,0.01308244845877943f,0.125f,0.08707278979269381f,0.9774231141318958f,0.19251593502467368f,2.105514402834941f,0.003801680104023551f,0.19292247905437993f,-0.9812066369037152f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877010118934656f,-0.15625325703180365f,-0.0056241240719854145f,-0.19504265187731307f,-0.15594453192956081f,0.9818711499963053f,0.10775132373294968f,2.2051615276073986f,-0.011314330112479447f,0.10730314287981434f,-0.9941619694306457f,0.029907637358547085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999841681157594f,0.00018095926492134318f,-0.0056241240719854145f,-0.079857639910455f,-0.00042610787828509245f,0.9941777862464404f,0.10775132373294968f,2.215229318927179f,0.005610877819798793f,0.1077520143100411f,-0.9941619694306457f,0.03034720662057484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706103561786422f,-0.2399354005752764f,-0.018615585662316532f,-0.05733929292269699f,-0.23664137937873167f,0.9374861318719904f,0.25518740194889f,2.209675630567021f,-0.04377663811327418f,0.252092752966988f,-0.9667123925227321f,0.010860364537732144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972494203571786f,0.07174296876851662f,-0.018615585662316532f,-0.0864215748791887f,0.06463982085606171f,0.9647285024535514f,0.25518740194889f,2.219263745722965f,0.03626688788644055f,0.2532821805536421f,-0.9667123925227321f,0.013951407882538083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08514448581291056f,-0.018615585662316532f,-0.1445691707557421f,-0.0870727897926938f,0.9629629895090948f,0.25518740194889f,2.3283448407558414f,-0.0038016801040237943f,0.2558372478185342f,-0.9667123925227321f,0.011539700716316229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08697409224774287f,-0.0056241240719854145f,-0.125f,-0.0870727897926938f,0.9903575018706701f,0.10775132373294968f,2.105514402834941f,-0.0038016801040237943f,0.10783100558821976f,-0.9941619694306457f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.592139083419072f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.2174960003258755f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12387849695167016f,0.04112426106887384f,0.14043204006248486f,-0.12059047744873963f,0.7487547701618035f,-0.6517854178398209f,0.9307623760504234f,0.0499502112523147f,-0.6511684975126945f,-0.7572876363990827f,0.4082256520575261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.05929824387386231f,0.11627899693814785f,0.12499999999999999f,-0.12059047744873963f,0.07521631923613387f,-0.989848696553798f,0.9249125470027431f,0.0499502112523147f,-0.995402543493859f,-0.08172363673873789f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1693896288079908f,-0.038220979308972704f,-0.14201086026531468f,0.16042999720436046f,0.8032998527440132f,-0.5735604262660177f,0.9667486951234475f,-0.06645228065352396f,-0.5709785462114475f,-0.8182711006519828f,0.41100108441428557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.07083943676482474f,-0.15854167845045736f,-0.125f,0.16042999720436046f,0.021777040769177858f,-0.9868069600952085f,0.9287840144663035f,-0.06645228065352396f,-0.9972499860587515f,-0.03281096922928861f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13042823479806046f,-0.005055929482092089f,-4.100723895728975e-18f,0.09852935500590232f,0.7224374813734662f,-0.6843800491750791f,1.111656820015783f,-0.08560988878387091f,-0.6790232404522137f,-0.7291079384207722f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12835437888516127f,0.0237116063662987f,-4.379986493137611e-18f,-0.09852935500590232f,0.6168033431038138f,-0.7809261182327556f,1.0742261974123857f,0.08560988878387066f,-0.7765814763158876f,-0.6241731791622016f,0.03576530389159657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.032248125171486e-17f,9.244401999148721e-17f,-4.100723895728975e-18f,0f,0.7548627086262778f,-0.6558828333821516f,1.111656820015783f,-1.2246467991473532e-16f,-0.6558828333821516f,-0.7548627086262778f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765821f,1.1741342932959424e-16f,-4.100705354660506e-18f,0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,-0.024773075257757963f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765815f,1.1741342932959424e-16f,-4.100705354660506e-18f,-0.08356086545847546f,0.9551050626543781f,-0.2842391617209123f,1.1366566346552625f,0.02477307525775772f,-0.28315754589641506f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.480925795938421e-17f,1.1741342932959424e-16f,-4.100705354660506e-18f,0f,0.9587534088305465f,-0.2842391617209123f,1.1366566346552625f,-1.2246467991473532e-16f,-0.2842391617209123f,-0.9587534088305465f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13035206263572113f,-0.006739927453533968f,-0.19375f,0.1205904774487396f,0.8949931824817906f,-0.42947076741007784f,1.1491569502759287f,-0.04995021125231493f,-0.4266093565285801f,-0.9030556092058339f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12941944326303742f,0.016961561276936453f,0.19375f,-0.1205904774487396f,0.8584801544194004f,-0.49846741239195114f,1.1491564662753453f,0.04995021125231469f,-0.4962483573509618f,-0.8667424901447496f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,1.0110667607045094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.21749609375f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5936646997407499f,-0.7431749317266638f,-0.30863124458614655f,0.05375306299745766f,0f,0.3835298204318389f,-0.9235284927058404f,1.1495546417435447f,0.8047125103300715f,0.5482662653242399f,0.22768811568829123f,0.37275236144857693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5936646997407499f,-0.7431749317266638f,-0.30863124458614655f,0.10940912859815297f,0f,0.3835298204318389f,-0.9235284927058404f,1.1495546417435447f,0.8047125103300715f,0.5482662653242399f,0.22768811568829123f,0.4481941592920211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5936646997407499f,-0.7431749317266638f,-0.30863124458614655f,0.1278757824857273f,0f,0.3835298204318389f,-0.9235284927058404f,1.2880839156494208f,0.8047125103300715f,0.5482662653242399f,0.22768811568829123f,0.37632004301705535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6957853904175084f,-0.5489564193883943f,-0.4631733369850089f,0.5415796642003303f,-0.5216775057567518f,0.8294993993759021f,-0.19945758050881832f,2.2197416479579974f,0.4936955240519906f,0.10284744064531116f,-0.8635317790815458f,-0.3878402684006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.36444676281129035f,-0.5489564193883943f,-0.752213670899861f,0.5621902557996697f,0.12680350594180687f,0.8294993993759021f,-0.5439224368564728f,2.2443043945420023f,0.9225505015755165f,0.10284744064531116f,0.37191796944416655f,-0.4759364515993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6728480746751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.306008971160965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.38295979877194575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.3836185937499998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_play_as_root.mcfunction new file mode 100644 index 000000000..97f5e077e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/play_as_root +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..6c0a65fad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/1_1_idle_rare/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..d349676ea --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..75 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_75 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/end.mcfunction new file mode 100644 index 000000000..c1b0b28a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.2_0_chill_rain.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/end_loop +execute if score @s aj.ecual.animation.2_0_chill_rain.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/2_0_chill_rain/stop +execute if score @s aj.ecual.animation.2_0_chill_rain.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/2_0_chill_rain/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/end_loop.mcfunction new file mode 100644 index 000000000..d76fd9e36 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.2_0_chill_rain.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/next_frame_as_root.mcfunction new file mode 100644 index 000000000..d2f9cd71a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/pause_as_root.mcfunction new file mode 100644 index 000000000..4f690902e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.2_0_chill_rain \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/play_as_root.mcfunction new file mode 100644 index 000000000..af997c215 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.2_0_chill_rain.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.2_0_chill_rain.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.2_0_chill_rain \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/resume_as_root.mcfunction new file mode 100644 index 000000000..07cda901c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.2_0_chill_rain.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.2_0_chill_rain \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/stop_as_root.mcfunction new file mode 100644 index 000000000..b84a13456 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.2_0_chill_rain.local_anim_time 0 +tag @s remove aj.ecual.animation.2_0_chill_rain +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick.mcfunction new file mode 100644 index 000000000..a3f933a54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick_animation.mcfunction new file mode 100644 index 000000000..3a6d3dbf3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.2_0_chill_rain.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.2_0_chill_rain.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root +execute if score @s aj.ecual.animation.2_0_chill_rain.local_anim_time matches 75.. run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..8c916c34f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..728d4dfaa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_75.mcfunction new file mode 100644 index 000000000..a563de5b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_75.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..75 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_75 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..c807a8b77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..bf50b4e82 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..6d89716ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..65a08002a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..10eb477b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..453979e4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..d17de91a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_75.mcfunction new file mode 100644 index 000000000..132ad605d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_75.mcfunction @@ -0,0 +1,5 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_64_71 +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..fe776db49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0.mcfunction new file mode 100644 index 000000000..440ce7b6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1.mcfunction new file mode 100644 index 000000000..b3a2fabce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10.mcfunction new file mode 100644 index 000000000..0e44042d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..19cdda9f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.289731552428021f,0.1322080279941324f,-0.7520113757823057f,-0.33028771483114594f,-0.26483924868884096f,0.7717980666802949f,0.033650573055057885f,1.3373605921273093f,0.7161426145161477f,0.23193366734242413f,0.3166875022344812f,-0.37262353818710614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3117755492081475f,0.011038850105962866f,-0.736664204847973f,-0.33028771483114594f,0.04964059296065518f,0.7977776617968423f,0.032963826666179155f,1.3373605921273093f,0.7350726620181659f,-0.05855720388049136f,0.31022449198479796f,-0.37262353818710614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4413478941390913f,0.1589420797541083f,-0.6685012311633186f,-0.33824413133625186f,0.09965659183173294f,0.8009242258293112f,0.12463303185209938f,1.3286922520094633f,0.6798713440702713f,-0.01422125900199116f,-0.4522357302877841f,-0.2993644925189158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.459013995173498f,-0.021603127500396252f,-0.6548583488946795f,-0.33824413133625186f,-0.21005362905947123f,0.7622149478753855f,0.12208950058981165f,1.3286922520094633f,0.6206316340260221f,0.24199520267460917f,-0.4430064296696661f,-0.2993644925189158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6635234142801951f,-0.06367915357483216f,-1.4131836024034328f,0.4800348380785782f,1.3368024872022675f,0.4823392787472686f,-0.6493952420424693f,1.4474255307691357f,0.4627116152764969f,-1.4848232337815692f,-0.15034685068420092f,-0.16835112124690954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5650250506634582f,0.008286412276616362f,0.8250321372494153f,0.3508482540857741f,0.009998024543969402f,0.9998073823949448f,-0.01688897906289385f,1.4685655790615482f,-0.825013170578491f,0.01779138780844889f,0.5648333691380802f,0.044230041659089475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9994244429258624f,0.008286412276616362f,0.0328955658700545f,0.02749914209513562f,-0.00769531840978252f,0.9998073823949448f,-0.01805492129976599f,1.4741374242590535f,-0.03303884012645128f,0.01779138780844889f,0.9992957027641757f,0.022255201078658082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.40932135335727526f,0.06495636281960143f,-0.9100751071285363f,0.05581289981369012f,-0.23571445126333357f,0.9560719610290414f,0.17425585442018604f,1.6316385198996888f,0.8814163188592518f,0.28584449664692135f,-0.3760295155772669f,-0.8931219119076628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03143454581456083f,0.06704009859244595f,-0.9972549796868139f,0.04932489180482073f,-0.22406906925940703f,0.971880495146427f,0.07239720543749634f,1.5485685245908587f,0.9740661792356079f,0.22572976838390438f,-0.015529009456290196f,-0.5710918562815406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1270918117571735f,-0.6162515161088105f,-0.7772269554498683f,0.2426940968923711f,-0.08531314331727333f,0.7874687375316112f,-0.6104217025857591f,1.1400674924209053f,0.988215229067841f,-0.011271925477179985f,-0.15265518246830448f,-0.13352100791997182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.11663642134881883f,-0.28660650190900316f,-0.9509220043086738f,0.1830121152575038f,-0.09564380557534795f,0.9562482818873027f,-0.2764805342924646f,1.3176360419354467f,0.988558651608495f,0.05870209920493654f,-0.13894551406550681f,-0.12338277378195564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.12999103225783837f,-0.5715590469911999f,-0.8101991035141011f,0.2711398437405428f,-0.07432988771949424f,0.8204504490310447f,-0.5668651766305319f,1.1749058489532898f,0.9887251384101394f,-0.013465381066586728f,-0.14913512057386952f,-0.44118657332132827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.11959202256802254f,-0.25934898563454045f,-0.9583505891835329f,0.21652221775166938f,-0.08752404772902002f,0.9642741168007313f,-0.2500299356823055f,1.3541445587554124f,0.988957678167887f,0.05397713699803447f,-0.1380187649353435f,-0.4319284774150427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8808837696566215f,0.051013764440414514f,-0.47057558393222876f,0.3152654251600436f,0.024019896268441587f,0.9977120623631611f,0.06319561059362458f,2.042776207476011f,0.4727227823352639f,0.04436481097295049f,-0.880093707856465f,-0.3696601044982553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8808837696566215f,0.051013764440414514f,-0.47057558393222876f,0.2978053849734687f,0.024019896268441587f,0.9977120623631611f,0.06319561059362458f,1.9230860420637015f,0.4727227823352639f,0.04436481097295049f,-0.880093707856465f,-0.4754415953189901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8808837696566215f,0.051013764440414514f,-0.47057558393222876f,-0.20225378951322154f,0.024019896268441587f,0.9977120623631611f,0.06319561059362458f,2.0568878965337207f,0.4727227823352639f,0.04436481097295049f,-0.880093707856465f,-0.09193546987628776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8808837696566215f,0.051013764440414514f,-0.47057558393222876f,-0.28578011242404305f,0.024019896268441587f,0.9977120623631611f,0.06319561059362458f,1.938999223341544f,0.4727227823352639f,0.04436481097295049f,-0.880093707856465f,-0.16226275202187776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8620583177594134f,0.1881862816165198f,-0.47057558393222876f,0.22364108302228228f,0.17980072422661098f,0.9816710316441476f,0.06319561059362458f,2.1530533055578447f,0.47384296591739766f,-0.030131529036256082f,-0.880093707856465f,-0.33760646452806853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8808837696566215f,0.051013764440414514f,-0.47057558393222876f,0.12269056070302284f,0.024019896268441587f,0.9977120623631611f,0.06319561059362458f,2.1658743639288796f,0.4727227823352638f,0.04436481097295048f,-0.880093707856465f,-0.2827088040067383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8423764104486092f,0.2626035089760955f,-0.47057558393222876f,0.10279435248169183f,0.26467479608441147f,0.9622648113276169f,0.06319561059362458f,2.1621010820988404f,0.4694137145817018f,-0.07131500511159987f,-0.880093707856465f,-0.27234148190098023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8822965213865782f,-0.010557848075497728f,-0.47057558393222876f,0.12894480644877815f,-0.04563549027406549f,0.9969572291874635f,0.06319561059362458f,2.1713802212144633f,0.4684765206246614f,0.07723221487740765f,-0.880093707856465f,-0.2856575233393436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8730855984368384f,0.12759372088402204f,-0.47057558393222876f,0.17048496634687027f,0.11088482915489438f,0.9918219948483643f,0.06319561059362458f,2.2764646308198637f,0.47479057748177506f,0.002995484264926296f,-0.880093707856465f,-0.3358304892151553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8730855984368384f,0.12759372088402204f,-0.47057558393222876f,0.14177637914796537f,0.11088482915489438f,0.9918219948483643f,0.06319561059362458f,2.053304681978982f,0.47479057748177506f,0.002995484264926296f,-0.880093707856465f,-0.33650447317476373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8928869586499658f,0.12520769656331054f,-0.43252272980055523f,-0.09820013963920929f,-0.12304966493230259f,0.8561510695025311f,0.5018606640789057f,2.134137989807102f,0.43314161544795254f,0.5013266189930293f,-0.7490393594839697f,-0.11506066849592408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8623072394972231f,0.2633444757661619f,-0.43252272980055523f,0.003778553140149285f,0.012396815183476309f,0.8648596376427717f,0.5018606640789057f,2.14142558409989f,0.5062336848570878f,0.4273961795101342f,-0.7490393594839697f,-0.16906416665518148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9341912523952314f,0.2602490721537243f,-0.24404328384808072f,-0.010312760101185741f,-0.12674379010568138f,0.3973262617161132f,0.9088827500950525f,2.179584289032385f,0.3335006980770447f,0.8800012853364614f,-0.33819376426584125f,-0.23736021310263417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8080472919906025f,0.5361925489181093f,-0.24404328384808072f,-0.030078579536660256f,0.0022400597017935633f,0.4170457153744499f,0.9088827500950525f,2.1829649011250614f,0.5891133643359197f,0.7338735734256372f,-0.33819376426584125f,-0.21401177698962942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8819778834971552f,0.4031846830306475f,-0.24404328384808072f,-0.03632741118232916f,-0.06302784253222393f,0.4122616131116108f,0.9088827500950525f,2.2534056898769594f,0.4670572813773612f,0.8169960059413318f,-0.33819376426584125f,-0.11259830690638788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8819778834971552f,0.18718734259493738f,-0.43252272980055523f,-0.07844456326619001f,-0.06302784253222393f,0.8626490392482987f,0.5018606640789057f,2.0593096560460924f,0.4670572813773612f,0.46989098082026703f,-0.7490393594839697f,-0.2183237775909478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8808837696566215f,0.051013764440414514f,-0.47057558393222876f,0.02022684066305739f,0.024019896268441587f,0.9977120623631611f,0.06319561059362458f,1.5430048742203661f,0.4727227823352639f,0.04436481097295049f,-0.880093707856465f,-0.27264816263597835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.10723232798132987f,0.09782220598449806f,-0.9894099473181129f,-0.01645648658112938f,-0.11682725382389024f,0.9870141706972454f,0.1102470843460147f,1.172874560208899f,0.9873462516258786f,0.12741209855879224f,-0.0944115275862635f,-0.3204276995955254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.26393706447150245f,0.20439434153113006f,-0.942634700797834f,0.3103386731713777f,-0.12650597923122012f,0.9615116241504312f,0.24390906879890684f,0.8188469720608672f,0.9562078556553048f,0.18362556949851938f,-0.22792144920877538f,-0.3668710711377801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.26393706447150245f,-0.8683325074315073f,-0.41992366274821624f,0.027992556745992436f,-0.12650597923122012f,0.46276509499924123f,-0.8774079462080869f,0.8729091305380346f,0.9562078556553048f,-0.1784576235078087f,-0.23199011486489926f,-0.4376531907746805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2792506129460145f,-0.14626184303316153f,-0.9490134711592972f,0.12685682083395955f,-0.0199508555710829f,0.9890014347231936f,-0.14655417250097952f,0.540635083965896f,0.9600109679223758f,-0.021991711802583302f,-0.27909730575685454f,-0.15566185670861116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2792506129460145f,-0.46700981733111935f,-0.8389999557125316f,-0.058558597418691904f,-0.0199508555710829f,0.8763929188640189f,-0.48118334876322055f,0.8814591105055922f,0.9600109679223758f,-0.11763197814097956f,-0.254050505190175f,-0.20251302796698262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3665498593893495f,-0.49569209029669886f,-0.7873566867684161f,-0.006824979665432923f,0.13242248424096603f,0.8098470392599166f,-0.5714998326066232f,1.0542866963314712f,0.9209264282498898f,-0.31374691172860425f,-0.23120854035191726f,-0.31759939230762074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.17710852793620185f,-0.6677612891861907f,-0.7229989142430773f,-0.010141253485112637f,-0.1495428698820273f,0.7443411432116571f,-0.6508403741239558f,1.0159234504050478f,0.9727638456479141f,-0.0071500480250411835f,-0.23168810373759144f,-0.3115903193289027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.28175472279315883f,-0.5483463540362175f,-0.7873566867684161f,-0.006193208291443767f,0f,0.8206021821385816f,-0.5714998326066232f,1.0533412483234883f,0.9594864648257162f,-0.1610227769124158f,-0.23120854035191726f,-0.3174138716412304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2767960236391621f,0.05771565611509633f,-0.9591938617071903f,-0.0027056057967797306f,0.1213334070323202f,0.9923045808838901f,0.024694596469198526f,1.0788073473753899f,0.9532377277654708f,-0.10954689313737374f,-0.2816687994231365f,-0.3163897316349665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.28244526821392274f,-0.013107483618637446f,-0.9591938617071903f,-0.0030413064458225903f,-0.1298636082843225f,0.9912243036510957f,0.024694596469198526f,1.064643575195426f,0.9504525836184262f,0.1315392478486465f,-0.2816687994231365f,-0.3164883106632071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.28175472279315883f,0.023694131066528845f,-0.9591938617071903f,-0.002723805089531104f,0f,0.9996950419529065f,0.024694596469198526f,1.0780394887575948f,0.9594864648257162f,0.00695781918266794f,-0.2816687994231365f,-0.31639507588615934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.315988450850056f,-0.18219039198218484f,-0.931105772723357f,-0.04887030249613239f,0.1617418634417984f,0.9566789758776099f,-0.24208450327136255f,1.1193657429305834f,0.9348747876265338f,-0.22709468990521453f,-0.27283169404799373f,-0.1280151319875662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.23450190777451105f,-0.3625885176620265f,-0.9019636478870804f,0.04147645637406687f,-0.17962717033475642f,0.9280204404493093f,-0.32636197968789f,1.090148447904883f,0.9553758082177103f,0.08548467095289439f,-0.2827533131626087f,-0.5053465350574672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.28175472279315883f,-0.21019325897626856f,-0.936180041479568f,0.009983749605858233f,0f,0.9757094818941696f,-0.21906849828720476f,0.9564911405527758f,0.9594864648257162f,-0.06172358400762497f,-0.2749107545977484f,-0.3045211058321391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.28175472279315883f,-0.12166694658541986f,-0.9517412622621397f,-0.014999999999999956f,0f,0.9919277625610036f,-0.12680423439586486f,1.178125f,0.9594864648257162f,-0.03572769191120564f,-0.27948033177121384f,-0.32f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4552391982076641f,-0.6130413667927944f,-0.6457070194879919f,1.203608027485786f,0.21464537430968963f,0.7793869571713385f,-0.5886283498767753f,1.0917500000000002f,0.8641091572843657f,0.1293686731478094f,0.48639398711875437f,-1.460929205051503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06726869602187699f,-0.6130413667927944f,-0.787181811995386f,1.2229655425758446f,-0.21464537430968963f,0.7793869571713385f,-0.5886283498767753f,1.0917500000000002f,0.9743727653331501f,0.1293686731478094f,-0.18401483794793758f,-1.3691994437439636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20648016096062477f,-0.6130413667927944f,-0.7625917818403876f,1.3276755523068735f,0f,0.7793869571713385f,-0.6265428724286967f,1.1857314308643048f,0.9784507872804206f,0.1293686731478094f,0.16092794436734956f,-1.4392035160528358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.21781264667218966f,-0.5982048066606508f,-0.7711735603855656f,-0.7995479002926332f,-0.1376189681811566f,0.7634257460659167f,-0.6310642992916429f,2.105493075377866f,0.9662394478318559f,0.243581894917894f,0.08395945403466124f,-1.1972706194097853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4921111802096495f,-0.5982048066606508f,-0.6324378195528471f,-0.8334550683815523f,0.1100821560780268f,0.7634257460659167f,-0.636445637236136f,2.106808280307266f,0.8635441536052912f,0.243581894917894f,0.44154201979237406f,-1.2846641929045421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.36167645961513684f,-0.5982048066606508f,-0.7150812176587733f,-0.7092393016882768f,-0.014028852580271117f,0.7634257460659167f,-0.6457432318956037f,2.2030121626269064f,0.9321981172774065f,0.243581894917894f,0.2677209939707133f,-1.2811255552527707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000044024175436431066f,0f,-0.000014991976012901817f,0.6426133798559204f,0f,0.000015625f,0f,1.3442475f,0.000014991976012901817f,0f,-0.0000044024175436431066f,-0.11936853451982371f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11.mcfunction new file mode 100644 index 000000000..4e6765ccc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..a2bc72d7e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3625154916414009f,0.12968547199499098f,-0.720214302216968f,-0.3437318422826071f,-0.2586759024247842f,0.7745613701437294f,0.00926853981144878f,1.3315678712599341f,0.6845536796111471f,0.22401072893714105f,0.3849024519229955f,-0.3516771804555828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3767011831804278f,-0.018528900623619414f,-0.7055160511513157f,-0.3437318422826071f,0.056254463901907886f,0.7979680444993411f,0.009079385937745744f,1.3315678712599341f,0.7035137908254355f,-0.053885803321261055f,0.3770472998429344f,-0.3516771804555828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40070608715928746f,0.13641950439411815f,-0.6984044637448997f,-0.34579330143394926f,0.08654967158684476f,0.8049118687281115f,0.10756617671588467f,1.3222768091820802f,0.70632020394871f,-0.021237863497225604f,-0.40939610048505637f,-0.27660032824246833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4137890318323935f,-0.026751078718669365f,-0.6841513114235753f,-0.34579330143394926f,-0.2234105794791309f,0.7609104258477445f,0.10537094861964214f,1.3222768091820802f,0.6471988489730257f,0.24555997968641363f,-0.4010410780261777f,-0.27660032824246833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0094966321250516f,-0.17824310343657135f,-1.1792167721863007f,0.47793608490440637f,1.044750785146654f,0.6129231859049001f,-0.9870294904994673f,1.462543291857104f,0.5751683202886168f,-1.4261699808429174f,-0.2768155325824124f,-0.20602000899579165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5052042223884716f,-0.01562878670050609f,0.8628582935263065f,0.36351943830166483f,0.025983378814343032f,0.999658187922016f,0.0028933278178501585f,1.4799846482496528f,-0.8626085773433106f,0.020958252473459654f,0.5054376261686586f,0.015182843701463493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9948699911514064f,-0.01562878670050609f,0.09994719472136562f,0.038433722941328075f,0.01764232402038672f,0.999658187922016f,-0.019293929709389986f,1.4773897782983958f,-0.09961149085100662f,0.020958252473459654f,0.9948056606914231f,0.015829733924587253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3414358129142614f,0.062296698120736814f,-0.9378383160560412f,-0.004730794214950311f,-0.20561994986672416f,0.9686807781313632f,0.13920483574798131f,1.6303307544740195f,0.9171379513881122f,0.24036778378574444f,-0.31793286499125295f,-0.9004340508012063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.037530403826707776f,0.0607930597823178f,-0.9974445712273478f,0.01189884022001764f,-0.20243912467848368f,0.9779140540206018f,0.05198561097458282f,1.5541934532885775f,0.9785754286655748f,0.19997076494151553f,0.04900840316406525f,-0.5770455768760641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.05903870238884612f,-0.7210077072238346f,-0.6904073563803259f,0.2605998244742801f,-0.07733749128975059f,0.6928386503072664f,-0.7169334118880308f,1.1540782825231042f,0.9952554164943033f,0.011067554573365689f,-0.09666522215624687f,-0.15482774828424728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.04205458509017235f,-0.3653019071272392f,-0.929938669226146f,0.18629360020525937f,-0.09140030186426117f,0.9282658655240555f,-0.36051139749250355f,1.3258749360745365f,0.9949258247186145f,0.0698355178406936f,-0.07242654041100383f,-0.142186254566686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.06428229610962886f,-0.6712609499226313f,-0.7384284146183978f,0.2666622160013201f,-0.061223155273451416f,0.7412177325097684f,-0.668466901403084f,1.1912564312666385f,0.9960519623319041f,0.002238330191031597f,-0.08874389112901836f,-0.4626137581934299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.046767730816539545f,-0.3520725008947522f,-0.934803580153599f,0.1948060997075941f,-0.07934078725722744f,0.934180204993599f,-0.3478683430200578f,1.364241042559063f,0.9957498776458248f,0.057899038954303546f,-0.07162319775389092f,-0.4522053333754598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8578249911929932f,0.03072745231636488f,-0.5130225220776244f,0.2849840017481978f,0.0008183366422609556f,0.9982915081706667f,0.05842426755617297f,2.05390214424282f,0.5139412561858417f,0.0496979716737099f,-0.856384549604696f,-0.38420097291772803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8578249911929932f,0.03072745231636488f,-0.5130225220776244f,0.26521564593361213f,0.0008183366422609556f,0.9982915081706667f,0.05842426755617297f,1.9345622931807929f,0.5139412561858417f,0.0496979716737099f,-0.856384549604696f,-0.4899720680093511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8578249911929932f,0.03072745231636488f,-0.5130225220776244f,-0.21898818057768568f,0.0008183366422609556f,0.9982915081706667f,0.05842426755617297f,2.054382917020148f,0.5139412561858417f,0.0496979716737099f,-0.856384549604696f,-0.08226048490854601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8578249911929932f,0.03072745231636488f,-0.5130225220776244f,-0.3030934107317458f,0.0008183366422609556f,0.9982915081706667f,0.05842426755617297f,1.9351044412062908f,0.5139412561858417f,0.0496979716737099f,-0.856384549604696f,-0.14948598578623093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8424569095072862f,0.16454253998448332f,-0.5130225220776244f,0.19253666773836564f,0.15697545959512643f,0.9858728670804482f,0.05842426755617297f,2.1618511125236166f,0.5153882620979359f,-0.03131201830018571f,-0.856384549604696f,-0.3469987559078194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8578249911929932f,0.030727452316364895f,-0.5130225220776244f,0.0940377381604149f,0.0008183366422609556f,0.9982915081706667f,0.05842426755617297f,2.172005538268648f,0.5139412561858417f,0.0496979716737099f,-0.856384549604696f,-0.2872996006810782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8249102793359822f,0.2373413636240955f,-0.5130225220776244f,0.07474421241669461f,0.24230260256433972f,0.9684400104038824f,0.05842426755617297f,2.1677115121867088f,0.5106980319488018f,-0.07611191340376704f,-0.856384549604696f,-0.2760346404332998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8578788113493108f,-0.02918624468832995f,-0.5130225220776244f,0.10002059774495263f,-0.06882095216336048f,0.9959168045092184f,0.05842426755617297f,2.1776717840458613f,0.5092225658601769f,0.0854276396556745f,-0.856384549604696f,-0.2904971075198376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8518826341876821f,0.10537489933835828f,-0.5130225220776244f,0.13677708863862564f,0.0878220604975689f,0.9944213848517567f,0.05842426755617297f,2.2840085003198016f,0.5163170181772213f,0.004715923975722049f,-0.856384549604696f,-0.3417524260780989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8518826341876821f,0.10537489933835828f,-0.5130225220776244f,0.11306773628749506f,0.0878220604975689f,0.9944213848517567f,0.05842426755617297f,2.0602636887281567f,0.5163170181772213f,0.004715923975722049f,-0.856384549604696f,-0.34281350897263635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8694557615441507f,0.14477550855470805f,-0.47232058058103543f,-0.11643662110388399f,-0.1450780953878822f,0.8391060219701345f,0.5242646565734527f,2.131493247185001f,0.4722277257386579f,0.5243482964749494f,-0.7085618103083973f,-0.1076424908457511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.836103439108741f,0.2790059287365225f,-0.47232058058103543f,-0.017318386929765034f,-0.012026841631426255f,0.8514704486641282f,0.5242646565734527f,2.1414591526981694f,0.548439964071646f,0.4440200071861383f,-0.7085618103083973f,-0.1663399951070664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9173541570821625f,0.31208738488377663f,-0.2471089125881148f,-0.03694972460568729f,-0.1394505399835961f,0.3294801894788268f,0.93380744890972f,2.1861821108883883f,0.37284701605666437f,0.8910916164667928f,-0.25872926715050937f,-0.23498713223885376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7760153431843165f,0.5802907654461227f,-0.2471089125881148f,-0.05541267937434196f,-0.030810366893441694f,0.35644686792369445f,0.93380744890972f,2.18809845436235f,0.629961037235176f,0.732262424193227f,-0.25872926715050937f,-0.21043692747595183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8572387820464341f,0.45175087811211345f,-0.2471089125881148f,-0.05524708410458228f,-0.08619161524901976f,0.3472386122272192f,0.93380744890972f,2.2510842539895064f,0.5076540909086728f,0.8217946764876548f,-0.25872926715050937f,-0.10404892930517919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8572387820464341f,0.20507301069409342f,-0.47232058058103543f,-0.10138851151075323f,-0.08619161524901976f,0.847182138225709f,0.5242646565734527f,2.060468272888722f,0.5076540909086728f,0.490130069426653f,-0.7085618103083973f,-0.21432819492617594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8578249911929932f,0.03072745231636488f,-0.5130225220776244f,0.006123746891159666f,0.0008183366422609556f,0.9982915081706667f,0.05842426755617297f,1.546915824509842f,0.5139412561858417f,0.0496979716737099f,-0.856384549604696f,-0.27727904525703573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.0272399984074711f,0.07930420870304586f,-0.9964782109854408f,-0.02361533137248253f,-0.12277154075048469f,0.9890358876290398f,0.08206803131298615f,1.176027366648952f,0.9920610521880763f,0.12457469832923915f,-0.017205036113475874f,-0.3239945571305004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.19517318880151133f,0.16679958551133395f,-0.9664808971967819f,0.304815277054897f,-0.12478924891192106f,0.9731994281032509f,0.19315930341431714f,0.8392588471654204f,0.9727975481717911f,0.15830594244295698f,-0.1691276407279395f,-0.39006394937153177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.19517318880151133f,-0.9024474087330534f,-0.384052211091209f,0.016323360049376665f,-0.12478924891192106f,0.41125019981101013f,-0.9029401511237624f,0.8761895460795043f,0.9727975481717911f,-0.1283041216267087f,-0.19288074721068071f,-0.4432069011638178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.21143506341037113f,-0.17936678601670958f,-0.960792782047559f,0.14967324433251966f,-0.01950317746853481f,0.98359531348717f,-0.17933177452617388f,0.5542085834330639f,0.9771974416817121f,-0.019178512979675127f,-0.21146475973694828f,-0.16521031373306105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.21143506341037113f,-0.5126423783959281f,-0.8321616464565154f,-0.05375994078634996f,-0.01950317746853481f,0.8534536556496718f,-0.5208036902008686f,0.8845093662465251f,0.9771974416817121f,-0.0938863649886264f,-0.19044818308384898f,-0.20263467860577097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.29014785209037935f,-0.5039017051197237f,-0.8135707071329291f,-0.01299107086918387f,0.12051949380736704f,0.8241331909670506f,-0.5534252751355716f,1.057768464918211f,0.9493625627439474f,-0.2586262846732756f,-0.17839049676578198f,-0.3216649905761298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.11387236906345867f,-0.6508677048266323f,-0.7506026341397873f,-0.01693085387627074f,-0.14921019843456537f,0.758151720713609f,-0.6347773507790835f,1.0198662592037937f,0.9822267560227592f,0.039713967224464776f,-0.18344863193902827f,-0.3158232518531267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.21418026997815043f,-0.5405825713499393f,-0.8135707071329291f,-0.01248865756109322f,0f,0.8328988322966464f,-0.5534252751355716f,1.056994375112478f,0.9767941502446084f,-0.11853277484126891f,-0.17839049676578198f,-0.32155482712158767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.21092711976965672f,0.03992717650471972f,-0.9766860143987104f,-0.008683572652099432f,0.11902852838961751f,0.992779337009552f,0.01487942997148678f,1.082267572843175f,0.9702277874680145f,-0.11311502368489927f,-0.2141565591843635f,-0.32072049154239324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2142918873085415f,-0.012783438962403783f,-0.9766860143987104f,-0.00888297516727863f,-0.12698130199446464f,0.9917935024527607f,0.01487942997148678f,1.0685494967666755f,0.9684806327322886f,0.12720940287879787f,-0.2141565591843635f,-0.3207642142495007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.21418026997815043f,0.01453414015512261f,-0.9766860143987104f,-0.008692577931246524f,0f,0.9998892951540803f,0.01487942997148678f,1.081648046533194f,0.9767941502446084f,0.0031868803284140212f,-0.2141565591843635f,-0.32072246611719846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.24688190945358193f,-0.19019159753589288f,-0.9501981261880589f,-0.04128754506995439f,0.15521462195166247f,0.9601294999781683f,-0.23250755773538856f,1.122223288810204f,0.9565342356219957f,-0.2048865527515593f,-0.20751808736740673f,-0.12951656967368266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.17133332933547257f,-0.34657802539994653f,-0.9222410544801704f,0.02241717383009511f,-0.1727708715965526f,0.9321464197847028f,-0.3182032023885497f,1.0942686559826802f,0.9699459346719228f,0.10481757673422332f,-0.21958633705441505f,-0.512254023633132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.21418026997815043f,-0.22596194422807891f,-0.9502989065092904f,0.006493673584007455f,0f,0.9728753046599603f,-0.23133015709757643f,0.9600292099628283f,0.9767941502446084f,-0.04954635550124687f,-0.20837069540714565f,-0.30939449548313774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.21418026997815043f,-0.13725071638919933f,-0.9671034343867971f,-0.022499999999999964f,0f,0.9900790603062227f,-0.14051140289366912f,1.18125f,0.9767941502446084f,-0.03009477020677472f,-0.21205540043610027f,-0.32375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5133977199560648f,-0.5913715330535899f,-0.6218540753567197f,1.1298200396308884f,0.19934808560166567f,0.7870073862958527f,-0.5838490512818544f,0.9863749999999999f,0.8346754590323504f,0.1757813522806596f,0.5219365807064279f,-1.5135601635331122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.025880008900775242f,-0.5913715330535899f,-0.8059838305035296f,1.1565315614974063f,-0.19934808560166567f,0.7870073862958527f,-0.5838490512818544f,0.9863749999999999f,0.9795869363697367f,0.1757813522806596f,-0.09752102483124284f,-1.4236960600235655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.28492289990952624f,-0.5913715330535899f,-0.7543862743985953f,1.2563337417239366f,0f,0.7870073862958527f,-0.6169435743370463f,1.0789165361505568f,0.9585504374351649f,0.1757813522806596f,0.22423642675363104f,-1.5022635757913836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.23495960964072937f,-0.6418280856051028f,-0.7299662254967448f,-0.9166229932810898f,-0.06830964792284833f,0.7382300056404141f,-0.6710814039837572f,2.0645523863486113f,0.9696018635698532f,0.2075407605764294f,0.1296111833956648f,-1.1577883427057962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4720743541012975f,-0.6418280856051028f,-0.6043198761652072f,-0.9502844667284154f,0.16708546753397718f,0.7382300056404141f,-0.6535280447778093f,2.0598497273540133f,0.8655797194590426f,0.2075407605764294f,0.45573959885066184f,-1.245160264418298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.35905571677147285f,-0.6418280856051028f,-0.6775955288977432f,-0.831814400670091f,0.05016169594238043f,0.7382300056404141f,-0.6726813978640545f,2.1631032665309204f,0.931967164933351f,0.2075407605764294f,0.2972608890948306f,-1.2460634369262718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000033465667184086007f,0f,-0.000015262408597572007f,0.6475001321946009f,0f,0.000015625f,0f,1.3473724999999999f,0.000015262408597572007f,0f,-0.0000033465667184086007f,-0.1694510526106311f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12.mcfunction new file mode 100644 index 000000000..54511113d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..626a54fe5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3784579449994232f,0.11704546262207129f,-0.7141529163917512f,-0.35316223395742513f,-0.25448329672542613f,0.7759662652933107f,-0.007684481697189263f,1.3285579812806232f,0.6774601685700915f,0.22609988777259718f,0.39606944491420526f,-0.35302077295695145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3863910942173618f,-0.03594482753473088f,-0.6995783670776339f,-0.35316223395742513f,0.06057553429356362f,0.7976678124677709f,-0.007527655540103768f,1.3285579812806232f,0.6978771574959015f,-0.049335892881142915f,0.38798639501799703f,-0.35302077295695145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40413628289477943f,0.12157324641277122f,-0.6991696897385462f,-0.3545724257766664f,0.07637456143377504f,0.8073716408250908f,0.09624138611659505f,1.3187766830335461f,0.7055389682067418f,-0.017760174337675173f,-0.41090605373212263f,-0.27706982641795663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4113279745299763f,-0.04147320080300333f,-0.6849009205602086f,-0.3545724257766664f,-0.23354141053909183f,0.7593222008847781f,0.09427727619584822f,1.3187766830335461f,0.6451881174761968f,0.24841451016124372f,-0.40252021590085485f,-0.27706982641795663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3545050356707338f,-0.24087414865986023f,-0.7407442222859468f,0.48030917634431464f,0.6212927500181025f,0.5621241117559339f,-1.3188699904681833f,1.457116214911579f,0.46980599944824947f,-1.4378464373812625f,-0.3915178098023658f,-0.18763243638188887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5610814034563276f,0.0071118331351099975f,0.8277300770933338f,0.3521058928984246f,0.022442981801952203f,0.999464781822209f,-0.023800471947452835f,1.4750909475297858f,-0.827456325894796f,0.031930733260334f,0.5606214917483472f,0.02583002044192833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9984901230484339f,0.0071118331351099975f,0.05446922070474321f,0.026021473129448042f,-0.005358323363945129f,0.999464781822209f,-0.03227132268457007f,1.480318237358273f,-0.05466957604967392f,0.031930733260334f,0.9979938204858816f,0.013135538818548564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36012899396651055f,0.05160971103323864f,-0.931473856547641f,-0.014290549162686888f,-0.14584479838887385f,0.9830769509788277f,0.11085577674203578f,1.6226705501465588f,0.9214317134153664f,0.1757729961661829f,-0.34650750544711917f,-0.9055655378384335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.016916233480782354f,0.05138079398289878f,-0.998535855667943f,-0.0042457243088302385f,-0.1632031927952749f,0.985426982121038f,0.04794143061331996f,1.5591289843365792f,0.9864474435600977f,0.16215325133191238f,0.02505522253418757f,-0.5791832302112314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.04807610849504771f,-0.8001519567208322f,-0.5978674886191724f,0.263969924966469f,-0.08873950385148964f,0.5996142964278715f,-0.7953540067011041f,1.1664890029921675f,0.994893958293126f,0.01481693879086831f,-0.0998322096154533f,-0.16039672331808688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.032109896795301504f,-0.43162815564485674f,-0.9014799441931112f,0.1774053961318514f,-0.1001042820701414f,0.8987986660215814f,-0.4267787373675581f,1.3323463857626667f,0.9944586905643779f,0.07653818140278117f,-0.07206815904779526f,-0.14649624029911412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.0533407495500699f,-0.7469809714274331f,-0.662702190099569f,0.2689029575939454f,-0.07470602220933673f,0.6647723043799065f,-0.743301280487991f,1.2058109953647005f,0.9957779745922758f,0.009859597088998282f,-0.09126343003716113f,-0.46820209913029814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.03650524329764411f,-0.4271862219076995f,-0.9034264214777016f,0.18315912585201613f,-0.08947665344299456f,0.9017952193394214f,-0.4227993742488357f,1.3722551029017869f,0.9953196952238121f,0.0654011788027596f,-0.07114344741989528f,-0.4563840246511551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8457081243370047f,0.01305420606318463f,-0.5334860411805035f,0.2588069167544633f,-0.020388763131186698f,0.9981804185601271f,0.0567463685279523f,2.063598014691104f,0.5332560986696414f,0.058867985418134774f,-0.8439031304151231f,-0.3876202337784517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8457081243370047f,0.01305420606318463f,-0.5334860411805035f,0.23887487929853068f,-0.020388763131186698f,0.9981804185601271f,0.0567463685279523f,1.9449100130380035f,0.5332560986696414f,0.058867985418134774f,-0.8439031304151231f,-0.4940917541322478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8457081243370047f,0.01305420606318463f,-0.5334860411805035f,-0.23804660629352697f,-0.020388763131186698f,0.9981804185601271f,0.0567463685279523f,2.051619616351532f,0.5332560986696414f,0.058867985418134774f,-0.8439031304151231f,-0.07433227581003729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8457081243370047f,0.01305420606318463f,-0.5334860411805035f,-0.3214067530747349f,-0.020388763131186698f,0.9981804185601271f,0.0567463685279523f,1.9314024574635922f,0.5332560986696414f,0.058867985418134774f,-0.8439031304151231f,-0.14080958876361035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8332539262122233f,0.1451913851351702f,-0.5334860411805035f,0.16521857577161608f,0.1360120761672581f,0.9890806664754711f,0.0567463685279523f,2.1694092695814855f,0.5358998130141372f,-0.02527640969300963f,-0.8439031304151231f,-0.34726313973703987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8457081243370047f,0.013054206063184637f,-0.5334860411805035f,0.06793722758045304f,-0.020388763131186705f,0.9981804185601272f,0.0567463685279523f,2.1771198357928045f,0.5332560986696414f,0.05886798541813478f,-0.8439031304151231f,-0.2852467944092912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8174288804447304f,0.21726175291668193f,-0.5334860411805035f,0.04899069287673405f,0.22169856927829165f,0.973462682406906f,0.0567463685279523f,2.17235259757187f,0.531657568172253f,-0.07188697156454926f,-0.8439031304151231f,-0.27359002009279904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8445586372337585f,-0.04597120989719089f,-0.5334860411805035f,0.07373763415023103f,-0.08996864328812429f,0.9943266530088514f,0.0567463685279523f,2.1829290424206738f,0.5278506905354504f,0.09592265101009434f,-0.8439031304151231f,-0.28852298151933087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8413522005722209f,0.08671285059226215f,-0.5334860411805035f,0.10730341061208593f,0.06668597804383955f,0.9961590385030027f,0.0567463685279523f,2.29042715921194f,0.5363575812129614f,0.012167643606616957f,-0.8439031304151231f,-0.33954393866533256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8413522005722209f,0.08671285059226215f,-0.5334860411805035f,0.08779301922882697f,0.06668597804383955f,0.9961590385030027f,0.0567463685279523f,2.0662913755487646f,0.5363575812129614f,0.012167643606616957f,-0.8439031304151231f,-0.34228165847682135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8562583945600898f,0.1511672387850499f,-0.4939332218665614f,-0.1365805992998854f,-0.16531138379735524f,0.8257349744844873f,0.5392901800516182f,2.1291582877777886f,0.4893809437773211f,0.5434245281832677f,-0.6820528381558217f,-0.10003601027156232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8220686667127638f,0.28325444311716946f,-0.4939332218665614f,-0.039036146646594466f,-0.03410271734580626f,0.8414292046093512f,0.5392901800516182f,2.141565813839618f,0.5683661776343941f,0.46017802433933874f,-0.6820528381558217f,-0.16086588515713907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9077589533554147f,0.33851386689827745f,-0.2477540000094004f,-0.06198780199213749f,-0.15331446639717455f,0.2820259422116177f,0.9470776326748506f,2.190874446811316f,0.39047196697897824f,0.8977024728924528f,-0.204112501249539f,-0.2291925978508052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7587235301107889f,0.6024587623527153f,-0.2477540000094004f,-0.07976044369442563f,-0.05865991331135051f,0.3155993857048932f,0.9470776326748506f,2.191638117448931f,0.6487662286421267f,0.733103312915123f,-0.204112501249539f,-0.20407655439091033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8436276986230566f,0.4763509857188371f,-0.2477540000094004f,-0.07626508378377589f,-0.10730833350771286f,0.30253740140154334f,0.9470776326748506f,2.2491265743440336f,0.5260962152266097f,0.825566992531735f,-0.204112501249539f,-0.09467589482176099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8436276986230566f,0.21052856920732615f,-0.4939332218665614f,-0.1236340118554242f,-0.10730833350771286f,0.8352550647914031f,0.5392901800516182f,2.0611941847659683f,0.5260962152266097f,0.5079632843895565f,-0.6820528381558217f,-0.20896763380941102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8457081243370047f,0.01305420606318463f,-0.5334860411805035f,-0.007939338133790011f,-0.020388763131186698f,0.9981804185601271f,0.0567463685279523f,1.5504019916288025f,0.5332560986696414f,0.058867985418134774f,-0.8439031304151231f,-0.27942251584443767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.0184119351045271f,0.06067193457844314f,-0.9979879342959093f,-0.030691313600706187f,-0.12770789484518436f,0.9898385569712121f,0.0625325893223668f,1.179212532764598f,0.991640909926531f,0.1286022841463462f,-0.010476558233714961f,-0.3276483723993175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.19005650346979794f,0.11779702358614752f,-0.9746806588432335f,0.30013397367747086f,-0.12517656259075938f,0.9817658113011387f,0.1430619444093318f,0.8488677429012497f,0.9737604190286215f,0.1491970274317208f,-0.1718455508261473f,-0.3940582471394395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.19005650346979794f,-0.9143565864872633f,-0.35753399591674484f,0.010053361945575844f,-0.12517656259075938f,0.3837678232391134f,-0.9149060531138017f,0.8794039969743834f,0.9737604190286215f,-0.12912896883996566f,-0.18739358510773735f,-0.44675014390194584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.20798867141896624f,-0.20134405002242062f,-0.9571840398178098f,0.15733910199392315f,-0.012718083958325169f,0.9790584294336893f,-0.20318179567881223f,0.5679546632287551f,0.9780485483358188f,-0.03008596475778426f,-0.2061937725121471f,-0.16402847964334555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.20798867141896624f,-0.5455338342841528f,-0.8118704011186785f,-0.059027185275946845f,-0.012718083958325169f,0.8314600940353865f,-0.5554388916587452f,0.887626761666126f,0.9780485483358188f,-0.10519956120581905f,-0.17987242540284165f,-0.2058833754066574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.27711728309274475f,-0.4900995964884071f,-0.8264432206347854f,-0.02004813926613215f,0.11182189207317823f,0.8378340848517805f,-0.5343499889714179f,1.0611191904557056f,0.9543070134209799f,-0.2404920617868302f,-0.17737444109298667f,-0.3253640931507077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.11343290827175839f,-0.6344137659307464f,-0.7646254958596264f,-0.024907649389684268f,-0.15055432255541756f,0.771681306071263f,-0.6179331337774578f,1.0235396780547354f,0.9820724877934879f,0.04502372105588766f,-0.18304778955614706f,-0.3199124552018191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2098451876006433f,-0.5224524861723358f,-0.8264432206347854f,-0.019759209010920778f,0f,0.8452633254118186f,-0.5343499889714179f,1.0606517371373736f,0.9777346251620892f,-0.11213077368010888f,-0.17737444109298667f,-0.32530208182161285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.20710176353427057f,0.035471623735603364f,-0.9776761342339063f,-0.015661984223457878f,0.11842461215981355f,0.9929027993707578f,0.010938109366377291f,1.085621970093985f,0.9711253630586492f,-0.11351561527504868f,-0.20983263405136562f,-0.3244227195876891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.20951655405002545f,-0.015880495220486828f,-0.9776761342339063f,-0.01580174816267595f,-0.1262260449032849f,0.9919411995433819f,0.010938109366377291f,1.0725540673308271f,0.9696235347634033f,0.1256999066029447f,-0.20983263405136562f,-0.3244527162649983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2098451876006433f,0.01069456826131679f,-0.9776761342339063f,-0.015665927145757225f,0f,0.9999401770923546f,0.010938109366377291f,1.0852533075799f,0.9777346251620892f,0.0022953096119837924f,-0.20983263405136562f,-0.3244235658329261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.23989175667257162f,-0.17976514823092316f,-0.954010710926278f,-0.04713239754709583f,0.15115095974482232f,0.963805505450011f,-0.21961861267312574f,1.1248502558768216f,0.9589605479104795f,-0.19688432935549635f,-0.20403732110932465f,-0.13301486678590627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.17045068114162945f,-0.33277137967662684f,-0.9274749453038983f,0.014853276581421625f,-0.16823446717857124f,0.9372569314580771f,-0.3053630764957215f,1.0986678747312326f,0.9708984135075601f,0.10398390886047662f,-0.21573969812391805f,-0.5160355709180378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2098451876006433f,-0.22975027944082385f,-0.9503577254580058f,0.00032435097256724305f,0f,0.9719996622810154f,-0.23498224725623862f,0.963342034429979f,0.9777346251620892f,-0.04930989375830615f,-0.2039694514791216f,-0.31300126102330067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2098451876006433f,-0.14305461930381974f,-0.9672126824730383f,-0.02999999999999995f,0f,0.9892384473063879f,-0.14631231790538674f,1.184375f,0.9777346251620892f,-0.03070293579914084f,-0.20758692755677804f,-0.3275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5618979509530934f,-0.5707580025114053f,-0.5987537016870174f,1.0831761508485798f,0.19230105354387547f,0.7941244945959577f,-0.5765297840429671f,0.8915f,0.8045439686683573f,0.20880993666946396f,0.5559742915166708f,-1.4844009212951392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08994901994879054f,-0.5707580025114053f,-0.8161767433463433f,1.115386379749746f,-0.19230105354387553f,0.7941244945959577f,-0.5765297840429671f,0.8915f,0.9772049317395854f,0.20880993666946396f,-0.03832664519530615f,-1.3963579564760553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34357577494577324f,-0.5707580025114053f,-0.7457821326899714f,1.2111485852026587f,-2.7755575615628914e-17f,0.7941244945959577f,-0.6077551209843606f,0.982663268147654f,0.9391249580702302f,0.20880993666946396f,0.27284193863422673f,-1.4813057296807313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.17957245563643084f,-0.6896809026635381f,-0.701494109510486f,-0.9528726773501806f,-0.00935608972210454f,0.7118559014225598f,-0.7022632264293688f,2.040807581184703f,0.9837002575794185f,0.13267037390119246f,0.12137699587279208f,-1.1297657795615983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4021484506958104f,-0.6896809026635381f,-0.602176781438945f,-0.9805354074379107f,0.22417721731868223f,0.7118559014225598f,-0.6655867718375473f,2.0305921345587366f,0.887705581168786f,0.13267037390119246f,0.4408824934727009f,-1.2187572427157987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29506912093578785f,-0.6896809026635381f,-0.6612673183905198f,-0.8675139446354676f,0.10896476401031098f,0.7118559014225598f,-0.6938211987349855f,2.1397730376819677f,0.9492422736448051f,0.13267037390119246f,0.28519761186685827f,-1.2170411529187273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000032788310562600517f,0f,-0.000015277103518157645f,0.6406779971574288f,0f,0.000015625f,0f,1.3504975f,0.000015277103518157645f,0f,-0.0000032788310562600517f,-0.17617463386745036f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13.mcfunction new file mode 100644 index 000000000..502c728f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..fd4102ae8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.31693588375136217f,0.09842137343264085f,-0.7461965714788698f,-0.3563949850530862f,-0.2599392144194725f,0.7741493450085941f,-0.008297040086468045f,1.3328640636819116f,0.7063481399721917f,0.24072903713270985f,0.33176238527510604f,-0.3847493675439839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3237304213415993f,-0.02973709651353538f,-0.7309680700201173f,-0.3563949850530862f,0.05495667782386435f,0.798068733786894f,-0.008127712737764616f,1.3328640636819116f,0.7295055708221525f,-0.04692548606810938f,0.32499172435112433f,-0.3847493675439839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.467028242799603f,0.124886705931028f,-0.6582039011990558f,-0.3646693401650749f,0.07329230042610728f,0.8070602318115968f,0.10112598761399165f,1.3225745135893479f,0.6659258994589478f,-0.0012399009447919625f,-0.47274263983681736f,-0.3090980633389045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46948888938095057f,-0.06205097091287109f,-0.644771168521524f,-0.3646693401650749f,-0.23621419433209284f,0.7578849098131052f,0.09906219194839999f,1.3225745135893479f,0.6031442921423379f,0.2485158757229634f,-0.4630948308605558f,-0.3090980633389045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5266638178280143f,0.1439669254072313f,-0.29996226716635366f,0.47344080969946056f,0.3243020031434137f,0.3289665908767474f,-1.492653825521544f,1.421662500497896f,-0.0743777392232338f,-1.5206777293285116f,-0.3513024984715044f,-0.09666492229816798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7302367229487784f,0.07784662194697037f,0.6787445999110959f,0.30299291120072497f,-0.026639910033376516f,0.9959759803485374f,-0.08556963107425095f,1.4509308988013532f,-0.6826746250231087f,0.044404391902325306f,0.7293720630304825f,0.08337837783928198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9893356467084861f,0.07784662194697037f,-0.12310516481182461f,-0.015271737259503666f,-0.08267394447678952f,0.9959759803485374f,-0.0345957435737192f,1.4813794142296908f,0.11991662543846755f,0.044404391902325306f,0.9917904279247882f,0.014687824822893158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.47949332298062636f,0.05129484853211308f,-0.8760450854442733f,0.04314940193638296f,-0.09867409815734401f,0.9888076504186545f,0.11190555315253461f,1.617963126108449f,0.871980260997823f,0.140100924292481f,-0.4690651931688823f,-0.9037695184405135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,0.05129484853211308f,-0.9928542746334341f,0.011807196919208708f,-0.13398738085770576f,0.9888076504186545f,0.06562630756359844f,1.563814118712769f,0.9851081940146003f,0.140100924292481f,-0.09966733214892975f,-0.5770361534351562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.8388775812363356f,-0.5335496001712403f,0.24641192675634238f,-0.13398738085770576f,0.5440304140681802f,-0.8282984307239127f,1.171294087083365f,0.9851081940146003f,-0.01775703432106507f,-0.17101617998719626f,-0.14320307539301727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.467389487417227f,-0.8774610186188768f,0.15329226649924435f,-0.13398738085770576f,0.8813736317339669f,-0.4530208638186213f,1.3337202626346174f,0.9851081940146003f,0.0687574602202512f,-0.15758888840699764f,-0.1312959821542639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.7838770923228255f,-0.6114960966967227f,0.2800825914042304f,-0.13398738085770576f,0.6209146923636427f,-0.772342104625829f,1.213165143601398f,0.9851081940146003f,-0.0012841099934568084f,-0.17193079173556228f,-0.4510493860225799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,-0.467389487417227f,-0.8774610186188768f,0.1869629311471324f,-0.13398738085770576f,0.8813736317339669f,-0.4530208638186213f,1.3755913191526503f,0.9851081940146003f,0.0687574602202512f,-0.15758888840699764f,-0.4391422927838265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,0.24622152673207875f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,2.0687967311268607f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.379494357562701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,0.22860164782145503f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,1.9507584757815397f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.48709000172271216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,-0.2550780888218422f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,2.051464600391798f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.0736274867027241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,-0.33669366333509404f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,1.9312137326122132f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.1421762962848659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8418521355991729f,0.1392813439567328f,-0.521426590243265f,0.15138458991150952f,0.12695068889166505f,0.9901220573899532f,0.059513309938348254f,2.173729272931998f,0.5245650621010163f,-0.0160940577696405f,-0.8512182310826432f,-0.33976261516860556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.005871871013053517f,-0.521426590243265f,0.053159163485648725f,-0.029501499123511868f,0.997791474953383f,0.059513309938348254f,2.180386269005395f,0.5206244610382584f,0.06616414165662947f,-0.8512182310826432f,-0.2791277190135317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8265094650776683f,0.2121235845546382f,-0.521426590243265f,0.034074615794816826f,0.2127624265156322f,0.9752898624528825f,0.059513309938348254f,2.175417164431094f,0.521166244110463f,-0.061751672627783645f,-0.8512182310826432f,-0.267784608145431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8516070050768525f,-0.053663953370172005f,-0.521426590243265f,0.058970004902715645f,-0.09903204977908486f,0.9933029845201993f,0.059513309938348254f,2.186254967643668f,0.51474086880739f,0.10231989567991673f,-0.8512182310826432f,-0.2822769249958117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8495172015209581f,0.08021742520975055f,-0.521426590243265f,0.09259769428860148f,0.05757402009424267f,0.996565802217982f,0.059513309938348254f,2.294325401598518f,0.5244099126925305f,0.020536955527736836f,-0.8512182310826432f,-0.3320323703523425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8495172015209581f,0.08021742520975055f,-0.521426590243265f,0.07454877361640763f,0.05757402009424267f,0.996565802217982f,0.059513309938348254f,2.0700980960994726f,0.5244099126925305f,0.020536955527736836f,-0.8512182310826432f,-0.3366531853460833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8625160467057915f,0.14155338359362607f,-0.4858278591931594f,-0.153392565474191f,-0.17388610147740843f,0.8187057987440163f,0.5472517143106184f,2.129185376337066f,0.47521541735091144f,0.5564920976043757f,-0.6815327229237647f,-0.09685340045621461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8297532150704181f,0.27473786290225083f,-0.4858278591931594f,-0.05504879286495484f,-0.043671471368924145f,0.8358279510596439f,0.5472517143106184f,2.142638633469627f,0.5564192705764041f,0.4753006868450133f,-0.6815327229237647f,-0.15615477385100246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9130530508884764f,0.3277482146552625f,-0.2427246053731127f,-0.07761654821444611f,-0.1592163821156258f,0.26147479788025096f,0.9519879588206424f,2.193860160635373f,0.37547872100727125f,0.9078612437282307f,-0.18655747695274455f,-0.22461185110420517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7670852855661316f,0.593855984742423f,-0.2427246053731127f,-0.0957061807187558f,-0.07062362156625304f,0.2978778782275947f,0.9519879588206424f,2.19412727847311f,0.6376460371905348f,0.7473980459221401f,-0.18655747695274455f,-0.19971286580520595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8505407360798803f,0.46654605583496467f,-0.2427246053731127f,-0.09346091668358553f,-0.11635249411944426f,0.283162538787693f,0.9519879588206424f,2.249211980932248f,0.5128767428738409f,0.8379461524538115f,-0.18655747695274455f,-0.08904995930239192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8505407360798803f,0.2013746446315595f,-0.4858278591931594f,-0.13877021172568635f,-0.11635249411944426f,0.8288411538384626f,0.5472517143106184f,2.0627227213185946f,0.5128767428738409f,0.521987159040564f,-0.6815327229237647f,-0.20649707008651863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8532759413683759f,0.00587187101305351f,-0.521426590243265f,-0.018825472003727257f,-0.02950149912351186f,0.9977914749533829f,0.059513309938348254f,1.5531824868598512f,0.5206244610382585f,0.06616414165662948f,-0.8512182310826432f,-0.278883680593991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1077461268732417f,0.05129484853211308f,-0.9928542746334341f,-0.03806104020326966f,-0.13398738085770576f,0.9888076504186545f,0.06562630756359844f,1.1823796179528558f,0.9851081940146003f,0.140100924292481f,-0.09966733214892975f,-0.33142152720367135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2735777770708212f,0.08899248682331506f,-0.9577241446168047f,0.293128738591318f,-0.12940952255126037f,0.9832519285219057f,0.12833090247874124f,0.8352150233527977f,0.9531045983343291f,0.15904710732030125f,-0.2574794016751664f,-0.37260918779967106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2735777770708212f,-0.8866371939618143f,-0.3728668477841762f,0.007925113944832106f,-0.12940952255126037f,0.41806091427909126f,-0.8991541844562505f,0.8823512587209661f,0.9531045983343291f,-0.19773608228052447f,-0.22911147155545653f,-0.4480736185192027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.19065650386969213f,-0.9371066555145721f,0.1308656430346724f,0f,0.9799247046208296f,-0.1993679344171972f,0.5730887849012379f,0.9563047559630354f,-0.05828954285260675f,-0.28650225638991633f,-0.14906398765989054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.5347588330898537f,-0.7928125735064365f,-0.08130848337206115f,0f,0.8290375725550417f,-0.5591929034707468f,0.8908458886196244f,0.9563047559630354f,-0.16349218245659908f,-0.24238712836711718f,-0.21393212791411714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.35415892835089874f,-0.45015750403075666f,-0.8197131663174273f,-0.02939416140368438f,0.11188278385618665f,0.8498341156187689f,-0.5150380749100543f,1.0638256806831012f,0.9284684680407476f,-0.27411712368121777f,-0.2506114649388634f,-0.3287717964421545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.19771883772131799f,-0.6203048679931431f,-0.7590317068174033f,-0.03540135071313606f,-0.15620633347813498f,0.7843607934933494f,-0.6003146899850118f,1.026200406179743f,0.9677328363714073f,-0.00012796285527254259f,-0.2519784535115232f,-0.32407280504533964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.4925333605385309f,-0.8197131663174273f,-0.02939416140368438f,0f,0.8571673007021122f,-0.5150380749100543f,1.0638256806831012f,0.9563047559630354f,-0.1505825599585692f,-0.2506114649388634f,-0.3287717964421545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2871416380162807f,0.06047769461750155f,-0.9559770542074111f,-0.0250177181602219f,0.12182758182491728f,0.9922060308645477f,0.02617694830787312f,1.088355513862619f,0.9501093200384997f,-0.10894788097880656f,-0.29227151624167463f,-0.32743378346696556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.29313790472330026f,-0.013343187151273389f,-0.9559770542074111f,-0.02533063241226462f,-0.13048146415394216f,0.9911051179817055f,0.02617694830787312f,1.0758597973004247f,0.9471244671777183f,0.1324107415095756f,-0.29227151624167463f,-0.3275294509544807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,0.025033140163417594f,-0.9559770542074111f,-0.0250177181602219f,0f,0.9996573249755573f,0.02617694830787312f,1.088355513862619f,0.9563047559630354f,0.007653399001211841f,-0.29227151624167463f,-0.32743378346696556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.31859737206386757f,-0.14257219470952504f,-0.937106655514572f,-0.0721766677440235f,0.15329399694706572f,0.9678602054151276f,-0.19936793441719716f,1.1273667232574252f,0.9354125640667815f,-0.2071709247686463f,-0.28650225638991633f,-0.1392489434407109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.25482276711502716f,-0.3192963655272749f,-0.912751438410761f,0.022088523185263192f,-0.17016213920821202f,0.9439891272379707f,-0.2827178346630771f,1.1029086357635893f,0.9518982108082384f,0.0832727963837337f,-0.29488207412880757f,-0.5156347380188392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.20698223218781106f,-0.9336365148365138f,-0.011894055457392225f,0f,0.9762960071199334f,-0.21643961393810285f,0.9659740387867892f,0.9563047559630354f,-0.06328081889661417f,-0.2854413279156562f,-0.31525201027804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2923717047227369f,-0.12482281839778067f,-0.9481234362068872f,-0.03749999999999996f,0f,0.9914448613738104f,-0.13052619222005157f,1.1875f,0.9563047559630354f,-0.03816216533034411f,-0.2898704242584585f,-0.33125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5832465681150634f,-0.5702099004395813f,-0.5785188935745169f,1.0693782217994987f,0.2082086712007015f,0.7933533402912352f,-0.5720486226585795f,0.828125f,0.7851576848116809f,0.21319274586491518f,0.5814432587034946f,-1.3878625065232006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.07492801571349378f,-0.5702099004395813f,-0.8180748510386571f,1.1022101637925739f,-0.2082086712007015f,0.7933533402912352f,-0.5720486226585795f,0.828125f,0.9752102038525216f,0.21319274586491518f,-0.05927825412831511f,-1.3000494887811633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35020738125946727f,-0.5702099004395813f,-0.7431120100981202f,1.1972609943107544f,0f,0.7933533402912352f,-0.6087614290087207f,0.9194392143513082f,0.9366721892483977f,0.21319274586491518f,0.2778381957168445f,-1.3856317270097087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.02394659882743254f,-0.724517141756174f,-0.6888406722211327f,-0.8861064189697672f,0.03217780832630565f,0.6892398416078465f,-0.7238183676805295f,2.0436271263573875f,0.9991952507172528f,-0.004832395043322418f,0.03981832369941918f,-1.1240367534211861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.25809982765268064f,-0.724517141756174f,-0.6391082774202823f,-0.8995312993089164f,0.2777977108931391f,0.6892398416078465f,-0.6691613202830261f,2.0288728736426127f,0.9253177350446649f,-0.004832395043322418f,0.37916188781305116f,-1.2156399581397335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14319872361759162f,-0.724517141756174f,-0.674217351345808f,-0.7916862564374706f,0.15737869562426268f,0.6892398416078465f,-0.7072343224872478f,2.1423351483730873f,0.9771008503311716f,-0.004832395043322418f,0.2127218283116403f,-1.201746630027206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004568307886292764f,0f,-0.00001494226181192243f,0.6178493269457505f,0f,0.000015625f,0f,1.3536225f,0.00001494226181192243f,0f,-0.000004568307886292764f,-0.12334232342695517f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14.mcfunction new file mode 100644 index 000000000..3785f77f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..01e854d6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.13932998652410097f,0.04942025758878382f,-0.8031744750921161f,-0.32333204375285995f,-0.2663727854327992f,0.7720027918543977f,0.0012934427825863166f,1.3365879343485607f,0.7593267666034235f,0.26175135520817866f,0.14782940847719056f,-0.43581251522925024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1446234481147425f,-0.007504567833513505f,-0.7867831592739097f,-0.32333204375285995f,0.048329450157932136f,0.7985378255548627f,0.0012670459911049634f,1.3365879343485607f,0.7853332556964808f,-0.04776005255172798f,0.14481248177357445f,-0.43581251522925024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5854950997080467f,0.1280912048939595f,-0.5547364923016354f,-0.34694277641390214f,0.07321379891277813f,0.80606193274418f,0.10885010185535231f,1.3263661015403962f,0.5646057671606516f,0.028306328867851456f,-0.5893755372251221f,-0.3657509703162299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5779056205229584f,-0.10356091287475301f,-0.5434153393975204f,-0.34694277641390214f,-0.23591100422054023f,0.7569519962089144f,0.10662867120524308f,1.3263661015403962f,0.5003709542485762f,0.23727370853064902f,-0.5773474650368544f,-0.3657509703162299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2620426663944306f,0.8912081482120268f,-0.23324363819946584f,0.41920560756919434f,0.41710159571743427f,0.20006037517385702f,-1.4924504531592544f,1.3661677261342733f,-0.8213895647316221f,-1.2677263635523968f,-0.3994938048383361f,0.09991432955798524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9364226664399515f,0.1586365854886998f,0.31296489183609244f,0.1947228040799851f,-0.11994674287279997f,0.9829520191816478f,-0.13934886745477287f,1.4175835291123047f,-0.3297353008879955f,0.09295031861810833f,0.939486492514445f,0.1962870701545177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8779276165650948f,0.1586365854886998f,-0.45174941484944686f,-0.07720330215481873f,-0.18350541222613811f,0.9829520191816478f,-0.01144952708353334f,1.480138344828901f,0.44223168560839965f,0.09295031861810833f,0.8920713954122422f,0.02575561146246058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6947777605605552f,0.04692786365694413f,-0.7176918830828832f,0.19529989561813393f,-0.06384678494342279f,0.989905232043037f,0.12653544810134948f,1.6101813403093919f,0.7163849883148363f,0.1337363345782149f,-0.684767947067279f,-0.8535537239544314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.35415255306174354f,0.04692786365694413f,-0.9340094992945436f,0.08177427049979306f,-0.10869853397036003f,0.989905232043037f,0.09095196691944313f,1.5643039563792465f,0.9288490716324926f,0.1337363345782149f,-0.3454764752353485f,-0.5442378033971216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.17223646599250164f,-0.8730682299284442f,-0.45616495445400795f,0.22345706314156705f,-0.30954311764380704f,0.4875976921972408f,-0.8163525885812313f,1.1734190612627542f,0.9351564885631528f,0.0005970373004768326f,-0.354234365137963f,-0.09752608659363365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2496179357548764f,-0.5091615667421411f,-0.823677962010738f,0.1228412821148485f,-0.2628451522341701f,0.854295654489392f,-0.44843211377814735f,1.3307967957684017f,0.9319889012732235f,0.10456306074914626f,-0.34707816732012975f,-0.08008975124891954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.14195552118795285f,-0.828963689676102f,-0.5409878290708947f,0.32404351879754095f,-0.36935826857660636f,0.551409018655465f,-0.7480124087069069f,1.218682567058405f,0.9183806941777185f,0.09363383653359786f,-0.3844601477626144f,-0.4003223294341031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.22620222048297667f,-0.5183483134842174f,-0.8247106046102707f,0.221698768740436f,-0.30973093519425887f,0.8409889367451989f,-0.44362636988333953f,1.3735953278863589f,0.9235254751398364f,0.15508911689814808f,-0.3507820727852151f,-0.3734355079706079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8916983672487114f,-0.006973974837855404f,-0.45257638639343856f,0.25653922435388304f,-0.0362036891728292f,0.99777664561073f,0.05595586085547003f,2.0704036290079304f,0.4511799139326341f,0.06628068458276895f,-0.8899682893873131f,-0.3388195107900607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8916983672487114f,-0.006973974837855404f,-0.45257638639343856f,0.24842062375605675f,-0.0362036891728292f,0.99777664561073f,0.05595586085547003f,1.9522850486057706f,0.4511799139326341f,0.06628068458276895f,-0.8899682893873131f,-0.44745837026544116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8916983672487114f,-0.006973974837855404f,-0.45257638639343856f,-0.267333566404735f,-0.0362036891728292f,0.99777664561073f,0.05595586085547003f,2.0491339616188933f,0.4511799139326341f,0.06628068458276895f,-0.8899682893873131f,-0.07375131135463811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8916983672487114f,-0.006973974837855404f,-0.45257638639343856f,-0.34232954454621456f,-0.0362036891728292f,0.99777664561073f,0.05595586085547003f,1.9283001045287713f,0.4511799139326341f,0.06628068458276895f,-0.8899682893873131f,-0.14855167728507107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8818110506822374f,0.13260424342284588f,-0.45257638639343856f,0.15805174005822217f,0.12032869410321675f,0.9911558641360789f,0.05595586085547003f,2.174596523933576f,0.4559937239371862f,-0.005115429103884236f,-0.8899682893873131f,-0.30676408452567244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8916983672487114f,-0.006973974837855404f,-0.45257638639343856f,0.05527117354208534f,-0.03620368917282918f,0.99777664561073f,0.05595586085547003f,2.1804813787249757f,0.4511799139326341f,0.06628068458276895f,-0.8899682893873131f,-0.2541269849123189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8668982720813471f,0.20895454132760954f,-0.45257638639343856f,0.03538389401882727f,0.20625573261140495f,0.9768968801264828f,0.05595586085547003f,2.1753626348585993f,0.453812691126314f,-0.04483843504976974f,-0.8899682893873131f,-0.2443355243780456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8890397549500278f,-0.06915872032832528f,-0.45257638639343856f,0.061269187319919496f,-0.10571687918764151f,0.9928206701568763f,0.05595586085547003f,2.186395373238839f,0.44545735550467686f,0.09759194798649938f,-0.8899682893873131f,-0.2568053238772201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8889130077071293f,0.07076919674633873f,-0.45257638639343856f,0.09792327995006941f,0.05089604143913611f,0.997135163657239f,0.05595586085547003f,2.2947403754083746f,0.45523978043981467f,0.02670554605562251f,-0.8899682893873131f,-0.30374659068579346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8889130077071293f,0.07076919674633873f,-0.45257638639343856f,0.08200021068214322f,0.05089604143913611f,0.997135163657239f,0.05595586085547003f,2.070384963585496f,0.45523978043981467f,0.02670554605562251f,-0.8899682893873131f,-0.3097553385483085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8952085255339243f,0.0764155422328816f,-0.4390471053504757f,-0.1661305310262245f,-0.181843442933315f,0.8368053954398867f,0.5164200736075744f,2.1303889358003865f,0.4068595065542099f,0.5421414898971937f,-0.7352196589173305f,-0.09089951157176723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8722329986012617f,0.2155162068950258f,-0.4390471053504757f,-0.06349052333762002f,-0.048699444020494975f,0.8549495141394268f,0.5164200736075744f,2.1446140353330203f,0.4866600048320654f,0.4718199792699947f,-0.7352196589173305f,-0.1422007395294866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9357901214692002f,0.2337824239466383f,-0.2638988950607674f,-0.07949382040641745f,-0.17750924694686407f,0.33429925875981f,0.9255995207653246f,2.1888796143450695f,0.30461010457471177f,0.913011382101163f,-0.271335401937726f,-0.21124768602339264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8177465509222361f,0.5115153483919057f,-0.2638988950607674f,-0.09974413374547848f,-0.06551717384773137f,0.3727908624014373f,0.9255995207653246f,2.1898938555522f,0.5718374580121459f,0.7741957254270395f,-0.271335401937726f,-0.18809251922538406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8876973637933357f,0.37729400141013114f,-0.2638988950607674f,-0.10972228387063407f,-0.12302788784980409f,0.3579520442324882f,0.9255995207653246f,2.2520106820963197f,0.4436862958505457f,0.854119178176977f,-0.271335401937726f,-0.08166141046757033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8876973637933357f,0.13867598781955834f,-0.4390471053504757f,-0.14092438113003464f,-0.12302788784980409f,0.8474517369068065f,0.5164200736075744f,2.0613340412922887f,0.4436862958505457f,0.5124397759892436f,-0.7352196589173305f,-0.19696036006514997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8916983672487114f,-0.006973974837855404f,-0.45257638639343856f,-0.01174491104474986f,-0.0362036891728292f,0.99777664561073f,0.05595586085547003f,1.5527503509116598f,0.4511799139326341f,0.06628068458276895f,-0.8899682893873131f,-0.2595151911120448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.31634395720188013f,0.02996945458166525f,-0.9481710460322718f,-0.02298345651287433f,-0.13695530277746243f,0.9875871226968375f,0.07690851789311282f,1.1824051799003459f,0.9387064215094028f,0.15418659758701192f,-0.308312742749229f,-0.31733516520717425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4417540688318028f,0.0758215500198951f,-0.8939264148816317f,0.29781615121087407f,-0.13733897568110823f,0.978961795853105f,0.15090330685219333f,0.7953229085724355f,0.8865615311017113f,0.18943308795625916f,-0.42204710253471156f,-0.3106165053619514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4417540688318028f,-0.7980969170808903f,-0.409749501057079f,0.033004402071316996f,-0.13733897568110823f,0.5115077544115261f,-0.8482321751358775f,0.8822281021264567f,0.8865615311017113f,-0.3184354379192998f,-0.33557044483645f,-0.42910370981153945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4590460412754249f,-0.13956177802345127f,-0.8773820388543941f,0.08868496548748418f,0.018645961363896235f,0.9858530790592654f,-0.16657141001438946f,0.5664338486694804f,0.8882167866653821f,-0.09282357795462676f,-0.44994968970044236f,-0.11206010346764489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4590460412754249f,-0.46469784036103023f,-0.7571873276496083f,-0.09611786845022509f,0.018645961363896235f,0.8470653628878876f,-0.5311615565159319f,0.8913519170603122f,0.8882167866653821f,-0.2579460954529179f,-0.38017726355795817f,-0.21439032335288782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5151794290357881f,-0.3737955027661311f,-0.7712762656857621f,-0.017560689962041166f,0.12182904971971267f,0.8588110829472125f,-0.49759542446793825f,1.0617508908885942f,0.848379536848191f,-0.3503147811880781f,-0.39690265247085177f,-0.3145445822169895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3644158512749458f,-0.5996178503314694f,-0.7125022953671263f,-0.025279213678657632f,-0.16604266072874918f,0.7946919077058097f,-0.5838618044066749f,1.0248027531094832f,0.9163137683990533f,-0.09446271958168553f,-0.38916047133741327f,-0.31148756447548004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4575725426204156f,-0.44244806500844064f,-0.7712762656857621f,-0.018449810856567675f,0f,0.8674092422545268f,-0.49759542446793825f,1.0634939919266317f,0.8891722939002811f,-0.22768600357007945f,-0.39690265247085177f,-0.3150021283092332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4468415822876024f,0.11200596949266242f,-0.8875738071488591f,-0.014066528690942989f,0.12905994992626685f,0.9898238794284022f,0.05993510689351905f,1.0865989638278375f,0.8852548388253754f,-0.08776873310762116f,-0.4567499532840061f,-0.31274646922121785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4605294586154644f,-0.011196187325452307f,-0.8875738071488591f,-0.014661290551214392f,-0.13954188735058315f,0.9884006498562715f,0.05993510689351905f,1.0754587260474844f,0.8766074830971866f,0.15145560654222667f,-0.4567499532840061f,-0.3130525366712778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4575725426204156f,0.053292636481668904f,-0.8875738071488591f,-0.01399513259519353f,0f,0.9982022755742759f,0.05993510689351905f,1.087936254492163f,0.8891722939002811f,0.027424659253493924f,-0.4567499532840061f,-0.3127097284306091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4779069655678885f,-0.07650475825776949f,-0.8750725422647045f,-0.09319931385419554f,0.1619328606166766f,0.9714531708858891f,-0.1733680634610988f,1.1267608489363412f,0.8633554777229324f,-0.2245568051511061f,-0.45187560273391075f,-0.13556932214978276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4205869631915438f,-0.3052540601771586f,-0.8543573989488675f,0.0666509909019554f,-0.17883632370572392f,0.951115713091164f,-0.25178655570643155f,1.1061991470814592f,0.889451615163375f,0.04689199352177348f,-0.4546173833311012f,-0.48910810397032173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4575725426204156f,-0.14996091294661806f,-0.876435447039943f,-0.007328883839940889f,0f,0.9856756143351375f,-0.16865225555873636f,0.9650372561309263f,0.8891722939002811f,-0.07717064139467911f,-0.45101809705026896f,-0.3004929820618797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4575725426204156f,-0.08296534071473122f,-0.8852932398250742f,-0.022291666666666644f,0f,0.9956374550783722f,-0.09330625940987272f,1.1875f,0.8891722939002811f,-0.04269438236057554f,-0.45557636184833056f,-0.3169791666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5742224725264239f,-0.59112277875751f,-0.5664295300208494f,1.0996816498900301f,0.24703714207059896f,0.7847207790661657f,-0.5684944584948747f,0.802806712962963f,0.7805390460977792f,0.18651316129375403f,0.5966335878753213f,-1.2205028262730104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.022280627020638266f,-0.59112277875751f,-0.8062737959859337f,1.1278910962670843f,-0.24703714207059901f,0.7847207790661657f,-0.5684944584948747f,0.802806712962963f,0.9687498253404527f,0.18651316129375403f,-0.16351335287080423f,-1.1310976271227369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30090076135524424f,-0.59112277875751f,-0.7483532536508639f,1.2260393611261868f,-2.7755575615628914e-17f,0.7847207790661657f,-0.6198494163115669f,0.8957841254096981f,0.9536554576029197f,0.18651316129375403f,0.23612307987228953f,-1.211218688678717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3592975558796723f,-0.6829378586789205f,-0.6360040467811069f,-0.7044205772099544f,0.05543772561243432f,0.6646902715551517f,-0.745059394598081f,2.0857324132494224f,0.9315749701005357f,-0.3029566372981276f,-0.2009610683669763f,-1.0362895287605196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.034476365875999226f,-0.6829378586789205f,-0.729662429743395f,-0.685447502207591f,0.3849463754235861f,0.6646902715551517f,-0.6403148685983966f,2.064513535824652f,0.9222947838105925f,-0.3029566372981276f,0.23997834834164306f,-1.1256139048612641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20237946669187587f,-0.6829378586789205f,-0.7018820646266455f,-0.5896517300147759f,0.22633469253088578f,0.6646902715551517f,-0.7120108495359379f,2.181924601967428f,0.9527933450746081f,-0.3029566372981276f,0.02005286758918523f,-1.0839596469492696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007149570978443993f,0f,-0.000013893317092191892f,0.5857117555634138f,0f,0.000015625f,0f,1.3536225f,0.000013893317092191892f,0f,-0.000007149570978443993f,0.004019557416094333f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15.mcfunction new file mode 100644 index 000000000..23dce2002 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..e29ba8420 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1669882112893995f,-0.02523021685649522f,-0.7990136531325267f,-0.2524087267783726f,-0.26783658061830307f,0.7708483837646155f,0.03163510351839622f,1.3454018291045127f,0.7532084358379867f,0.2685156417218532f,-0.16589408300973035f,-0.5142815293546592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.16058662194309117f,0.039765493132601186f,-0.7827072520481895f,-0.2524087267783726f,0.046571922064717275f,0.7980417956703432f,0.03098948916087793f,1.3454018291045127f,0.7823317665339333f,-0.039344604702237385f,-0.16250848947891955f,-0.5142815293546592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7203288448996343f,0.1312277205924405f,-0.3617320624414089f,-0.2953741593219128f,0.08521644855937775f,0.803049240267147f,0.12163272193669501f,1.3365590452198328f,0.37524519523230376f,0.06953882008572486f,-0.7220109697231751f,-0.4596398451606225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7011093071197044f,-0.15126789516176994f,-0.3543497754528087f,-0.2953741593219128f,-0.22391892927310963f,0.7587249107365436f,0.11915042148900737f,1.3365590452198328f,0.3135379603545832f,0.20360386470092295f,-0.7072760519737227f,-0.4596398451606225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.26153687050066454f,1.5313115810744005f,-0.1675993944981277f,0.19086900199204587f,0.49521529975140244f,-0.07739605063523283f,-1.479924967097385f,1.3008375109187928f,-1.4586865743746484f,-0.3008337464671955f,-0.47237568176787414f,0.33769465507753266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9183624492174115f,0.20187995844443676f,-0.34037463807673746f,-0.03666988182580605f,-0.2625683047036501f,0.9543481134355772f,-0.14239931090776328f,1.3869247508678098f,0.29608832674127616f,0.22014577161605256f,0.9294447493031116f,0.2816723178689701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.4925475711602686f,0.20187995844443676f,-0.846546733808945f,-0.17115458277448906f,-0.2932096612370909f,0.9543481134355772f,0.05698923529215901f,1.4830773400329618f,0.8194052627981776f,0.22014577161605256f,0.5292549995401291f,-0.00047380638685023957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9258302645753018f,0.06013530015539138f,-0.37312473366375476f,0.4026166517513594f,0.0062368542943934124f,0.9895568371965511f,0.14400822061975826f,1.5886661214722169f,0.37788810889592345f,0.13100004439991397f,-0.9165367234990005f,-0.7224172575695809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6880459719273189f,0.06013530015539138f,-0.7231711320218834f,0.17689345330667847f,-0.053986924559032264f,0.9895568371965511f,0.133651329713609f,1.5607701170590529f,0.7236561009839193f,0.13100004439991397f,-0.6776140759134007f,-0.4796416590291098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2581746810556104f,-0.9181396071677201f,-0.3006085424796488f,0.1686875774070113f,-0.5160060263496892f,0.39410564698836614f,-0.7605383092143914f,1.178121034376543f,0.8167518685822748f,-0.041235915920303456f,-0.5755136700423162f,-0.04469137564206113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.44737185701456517f,-0.5822253266177909f,-0.6788756076013825f,0.05527735611866688f,-0.4189421803384687f,0.8070675113593847f,-0.4160883099071869f,1.3268456408195077f,0.7901555992869944f,0.0982634273418958f,-0.6049780390745061f,-0.030048095759671323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.15760477455643462f,-0.916638542233092f,-0.3673343407984164f,0.36907354987110347f,-0.6296946186252047f,0.37983120453174213f,-0.6776525240404729f,1.227939217535984f,0.7606874669083706f,0.12450718435800187f,-0.6370655686283548f,-0.30732925167228575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.37530168562313276f,-0.6289330497544929f,-0.6808758063662916f,0.24689312925234674f,-0.5180826917838434f,0.7514486591643998f,-0.408552612418563f,1.366282387301693f,0.7685954522650015f,0.19941948642632196f,-0.6078592758122721f,-0.2737372184411771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.944580775841116f,-0.009626304008564145f,-0.3281379164048711f,0.27379648252902566f,-0.028556187519273475f,0.9981904227545867f,0.05291903320529881f,2.0680789523074963f,0.3270347107965139f,0.059356669314864066f,-0.9431463745050852f,-0.2872606665091264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.944580775841116f,-0.009626304008564145f,-0.3281379164048711f,0.27965861996118135f,-0.028556187519273475f,0.9981904227545867f,0.05291903320529881f,1.9493371658581422f,0.3270347107965139f,0.059356669314864066f,-0.9431463745050852f,-0.3953640244382054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.944580775841116f,-0.009626304008564145f,-0.3281379164048711f,-0.28114472327762996f,-0.028556187519273475f,0.9981904227545867f,0.05291903320529881f,2.051302192139923f,0.3270347107965139f,0.059356669314864066f,-0.9431463745050852f,-0.09512777391617444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.944580775841116f,-0.009626304008564145f,-0.3281379164048711f,-0.346126144033558f,-0.028556187519273475f,0.9981904227545867f,0.05291903320529881f,1.9304186916266235f,0.3270347107965139f,0.059356669314864066f,-0.9431463745050852f,-0.17870352853551494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9344573047664739f,0.13825720012370818f,-0.3281379164048711f,0.17253835594882638f,0.12794677132726087f,0.9903682141666028f,0.05291903320529881f,2.1730029653377105f,0.33229379963446026f,0.0074663901858131425f,-0.9431463745050852f,-0.2693375652158231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9445807758411161f,-0.009626304008564152f,-0.3281379164048711f,0.06363980002989113f,-0.02855618751927349f,0.9981904227545868f,0.05291903320529881f,2.179772867489246f,0.32703471079651397f,0.059356669314864066f,-0.9431463745050852f,-0.23106990826338908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9188515036344705f,0.21917441019914435f,-0.3281379164048711f,0.042582770743663914f,0.2137761725335363f,0.975448268224168f,0.05291903320529881f,2.1748231545221395f,0.3316800601868985f,-0.021523334600591592f,-0.9431463745050852f,-0.22402150531078877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9416083275228045f,-0.07549347890498194f,-0.3281379164048711f,0.06998080824599191f,-0.09811687009822316f,0.9937669021087113f,0.05291903320529881f,2.185637432098452f,0.3220975587331197f,0.08202486766876346f,-0.9431463745050852f,-0.2329470062224172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9418253484880885f,0.07273596608804077f,-0.3281379164048711f,0.11330165996661093f,0.05855050509436101f,0.9968808425673611f,0.05291903320529881f,2.2934889539514147f,0.33096351958861864f,0.030627846144116826f,-0.9431463745050852f,-0.27510145523376206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9418253484880885f,0.07273596608804077f,-0.3281379164048711f,0.09693606759680179f,0.05855050509436101f,0.9968808425673611f,0.05291903320529881f,2.069190764373759f,0.33096351958861864f,0.030627846144116826f,-0.9431463745050852f,-0.28199272061618835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9410360705698878f,-0.020121704307870483f,-0.3377073154406516f,-0.18096171137348807f,-0.17723512758448856f,0.8796006753921918f,0.44146388459273755f,2.1385452136468754f,0.28816457699810216f,0.4752870383940072f,-0.8313022360719104f,-0.10505894784207355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9325980830304409f,0.12733650154537474f,-0.3377073154406516f,-0.07225717135457724f,-0.03745320795508775f,0.8964970138344929f,0.44146388459273755f,2.1518936054006814f,0.35896806646527746f,0.42435659481151194f,-0.8313022360719104f,-0.14213028504298839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9619728051309206f,0.06380915138051826f,-0.2655874891418011f,-0.0746975240986722f,-0.19751821637157302f,0.5091006578485114f,0.8377368765785622f,2.1798725154627396f,0.18866604461306924f,0.8583384602697883f,-0.47713751815566585f,-0.20743952468698262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8951723926452662f,0.35795205413169984f,-0.2655874891418011f,-0.09847030326819065f,-0.03053023164452512f,0.5452199836544201f,0.8377368765785622f,2.1832972523662133f,0.4446732422818819f,0.7580273717793906f,-0.47713751815566585f,-0.18819395967321156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9401473731365262f,0.21350925599571383f,-0.2655874891418011f,-0.12895572581564121f,-0.11544555030318882f,0.5337314404600768f,0.8377368765785622f,2.2622615122168037f,0.3206169703862904f,0.818257017732551f,-0.47713751815566585f,-0.0980777612979924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9401473731365262f,0.045570669101493405f,-0.3377073154406516f,-0.1392091263634772f,-0.11544555030318882f,0.8898213098793959f,0.44146388459273755f,2.06205171749394f,0.3206169703862904f,0.4540279183069673f,-0.8313022360719104f,-0.20023404291705987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.944580775841116f,-0.009626304008564145f,-0.3281379164048711f,-0.005948738691296364f,-0.028556187519273475f,0.9981904227545867f,0.05291903320529881f,1.552394929484458f,0.3270347107965139f,0.059356669314864066f,-0.9431463745050852f,-0.24206035058720804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6131704740277756f,0.005081982136908678f,-0.7899342651373678f,-0.007854481992637118f,-0.12619758874299222f,0.9865062843247757f,0.10430493556481105f,1.182455072862667f,0.7798051925808185f,0.16364450630951505f,-0.6042551920990895f,-0.3034270404532762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6699740266241065f,0.04202917088198621f,-0.7411938696751705f,0.27942430487318193f,-0.14859136685222907f,0.9706012274738443f,0.1893511629836312f,0.7379317844273376f,0.7273619520885507f,0.2369953713076273f,-0.6440324406679314f,-0.23849312457837768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6699740266241065f,-0.6254785629241719f,-0.3998891983679899f,0.06442860328389646f,-0.14859136685222907f,0.6407362598133373f,-0.7532447484432947f,0.8827995974194938f,0.7273619520885507f,-0.4452343345730745f,-0.5222173665928819f,-0.4069311755424946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6823852887917711f,-0.05206345750359803f,-0.7291362794658774f,0.013087714107822335f,0.04590278380802594f,0.9924399336182285f,-0.11382404226928378f,0.5574256242541203f,0.7295500339793322f,-0.11114123695828251f,-0.674836553076475f,-0.09149600333959163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6823852887917711f,-0.32712873686725874f,-0.653710262391683f,-0.11776036056818845f,0.04590278380802594f,0.8733363667354629f,-0.4849500231734964f,0.8928125287192779f,0.7295500339793322f,-0.36092988246047575f,-0.5809357691413246f,-0.23498718135015925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7285823355125566f,-0.23738829196155126f,-0.6425064818495184f,-0.006556204096150593f,0.13908790018385078f,0.8672060673075178f,-0.4781298911880283f,1.0589176047476108f,0.6706879575491985f,-0.4377218702151012f,-0.5988131828324077f,-0.3022170512292638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5957352037915253f,-0.5464795196148307f,-0.5886082751754459f,-0.015757062711174545f,-0.1798289524650978f,0.8049945130013656f,-0.5653718969784397f,1.0229556613816215f,0.7827905944879353f,-0.23096313272736363f,-0.5778364098098931f,-0.30224862807713176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6817950467582575f,-0.34977269046805204f,-0.6425064818495184f,-0.00828077777831946f,0f,0.8782891364195073f,-0.4781298911880283f,1.0632480581285682f,0.7315432415215831f,-0.32598659151906234f,-0.5988131828324077f,-0.3038243462291147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6640383286218907f,0.17350705451736104f,-0.7272883885734429f,-0.004490596445870196f,0.1392545417246023f,0.9843827821392424f,0.10769731118684453f,1.0843080902284168f,0.7346164106049611f,-0.02976306873483539f,-0.6778295427387099f,-0.300291914088255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6858153800836218f,-0.026624505385112948f,-0.7272883885734429f,-0.005216441945204817f,-0.1523500616267831f,0.9824412185395315f,0.10769731118684453f,1.0751487123447754f,0.7116507030580892f,0.18466290322519768f,-0.6778295427387099f,-0.30096839886464194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6817950467582575f,0.07878524012878291f,-0.7272883885734429f,-0.00423162644359503f,0f,0.9941837300836923f,0.10769731118684453f,1.0875760089708215f,0.7315432415215831f,0.07342749331637329f,-0.6778295427387099f,-0.3000505551981873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6917680122841722f,0.020801930115436264f,-0.721820127790766f,-0.1279408319979947f,0.1754885326887414f,0.9744618486366631f,-0.1400995376379578f,1.1261612534046987f,0.7004718353189926f,-0.223587533764943f,-0.677752036271196f,-0.1504959284791278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6458722205500241f,-0.28559822358518056f,-0.7080132268586301f,0.12240281187237491f,-0.1924143875293134f,0.9583494394775123f,-0.21105225733182092f,1.1111455552740193f,0.7388002288802434f,-0.00008085868634218063f,-0.6739244878088143f,-0.44687887799664017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6817950467582575f,-0.07205907541343734f,-0.7279855794357919f,-0.00603807455437324f,0f,0.9951367713022797f,-0.09850282433551996f,0.9642323325441792f,0.7315432415215831f,-0.06715873772365626f,-0.6784793215208992f,-0.291054678738229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6817950467582575f,-0.02851706889738269f,-0.7309872030325888f,-0.0070833333333332965f,0f,0.9992399102917857f,-0.038982068699135584f,1.1875f,0.7315432415215831f,-0.026577781351460755f,-0.6812768213601051f,-0.30270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5474367009435408f,-0.621188956458216f,-0.5607471255694537f,1.125108320828323f,0.3039019996788868f,0.7718958870472202f,-0.5584087339492094f,0.7957175925925926f,0.7797157386196756f,0.1352812623164698f,0.611344703923111f,-1.011876419166123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.17362875494691538f,-0.621188956458216f,-0.764184098126843f,1.1450574188988765f,-0.3039019996788868f,0.7718958870472202f,-0.5584087339492094f,0.7957175925925926f,0.9367479010100626f,0.1352812623164698f,-0.3228038878627466f,-0.9202734935241357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.21279037941923734f,-0.621188956458216f,-0.7542178298084509f,1.2482155443348675f,0f,0.7718958870472202f,-0.6357489595426681f,0.8910799365239928f,0.9770978735145303f,0.1352812623164698f,0.16425201867692668f,-0.9907127591466682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8019854901168036f,-0.4389735146122642f,-0.4051191517455903f,-0.516368318685049f,0.003935209852266919f,0.6743039738931655f,-0.7384434067112414f,2.1604003738468607f,0.5973305515085671f,-0.5938151263321284f,-0.5390545500908321f,-0.8649292386505192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3640776177123598f,-0.4389735146122642f,-0.8214315198175981f,-0.45832996670046666f,0.4707170183809625f,0.6743039738931655f,-0.5689812293902338f,2.1367755520790648f,0.8036622281079467f,-0.5938151263321284f,-0.03886668048250397f,-0.9346607236150142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6190757545022115f,-0.4389735146122642f,-0.6511892686895828f,-0.38967075238932036f,0.25199809885649255f,0.6743039738931655f,-0.694126147731519f,2.2527068851226906f,0.7438025062879466f,-0.5938151263321284f,-0.30682475027110756f,-0.8537712685921005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010653047605597774f,0f,-0.000011430363148774737f,0.4909317894627774f,0f,0.000015625f,0f,1.3536225f,0.000011430363148774737f,0f,-0.000010653047605597774f,0.1713056746586507f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16.mcfunction new file mode 100644 index 000000000..5089e1aff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..81a0aacc8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5007281909481904f,-0.1050594339625438f,-0.6365361251096963f,-0.13383915265361057f,-0.2557671332739073f,0.7720658420754801f,0.07376959727131181f,1.3563504990857433f,0.5922827844628311f,0.24458392277538218f,-0.5062847542571335f,-0.5804061177837607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4925554596828307f,0.09262836446576347f,-0.6235455919441923f,-0.13383915265361057f,0.05795146475406232f,0.79461910892284f,0.07226409528618301f,1.3563504990857433f,0.6277186844992703f,-0.0006766321523188068f,-0.49595241233351856f,-0.5804061177837607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8010127157517972f,0.12447260978056461f,-0.09914455639514602f,-0.1903842928601637f,0.10732608958041f,0.7982400031231679f,0.13504981434177254f,1.349902503493952f,0.11749120879347873f,0.11943161755910668f,-0.7992974096216671f,-0.5495748903428205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7715979026063351f,-0.1876276887158713f,-0.09712119810136755f,-0.1903842928601637f,-0.2021062988850418f,0.7626607516018236f,0.13229369568173638f,1.349902503493952f,0.06156070698501693f,0.15213293000952113f,-0.7829852175885719f,-0.5495748903428205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0736796721934287f,1.134089962042854f,-0.04957993053897913f,-0.2260493990589516f,0.3539082427179761f,-0.399259782456581f,-1.46858667835746f,1.2720868278681552f,-1.0785949968616053f,0.9979167470818204f,-0.5312261746551579f,0.41571213129776763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.39516556096880295f,0.12194893177092145f,-0.9104793448860564f,-0.3331443926468373f,-0.3703618915412143f,0.9281730773554606f,-0.03642537256512285f,1.385686893630423f,0.8406403801378003f,0.35160090516439985f,0.41194727183141977f,0.22090672814196807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.15135358508560764f,0.12194893177092145f,-0.980928412434702f,-0.25412715680086795f,-0.3327115827745983f,0.9281730773554606f,0.1667265460570565f,1.4913447390830785f,0.9308034674244373f,0.35160090516439985f,-0.09990850073051522f,-0.07830989365328792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9898935075613082f,0.08429209546195238f,0.1140424759929538f,0.5731248572464175f,0.10055651070869541f,0.984258296281892f,0.14534095897013835f,1.5536011172166861f,-0.09999615913655069f,0.15533978512570606f,-0.9827870162527776f,-0.48909545537113386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9406610745972521f,0.08429209546195238f,-0.3287120097899924f,0.2612083715968253f,0.02717314529986851f,0.984258296281892f,0.174634550919283f,1.5525355937466532f,0.3382578349603379f,0.15533978512570606f,-0.9281439480194031f,-0.37344031599227795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3932154875270779f,-0.9186571279469606f,-0.038087552311532547f,0.08713170316929104f,-0.6304604357049682f,0.29954711232704556f,-0.7160943837981344f,1.1828846467855918f,0.6692542262694678f,-0.25756670741532134f,-0.6969635369599233f,0.002791162107610469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.651261734027155f,-0.6408845134287762f,-0.40635599446680243f,-0.03557386806402199f,-0.5112052512320268f,0.7662724410923251f,-0.3892245330592736f,1.3241280761587824f,0.5608273753168114f,-0.04575572608505035f,-0.8266674474210814f,-0.010954708079718212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.20904452024188477f,-0.9755029492187787f,-0.06851557941304565f,0.3795117315025739f,-0.7520181630939937f,0.20514928794398737f,-0.6264043837911821f,1.2328428115629266f,0.6251152461215258f,-0.07942144371352183f,-0.7764812704404944f,-0.16445301388682868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5300792458612863f,-0.7442384032936246f,-0.40635599192098365f,0.23742730593551317f,-0.6365006971807908f,0.6658612333698379f,-0.3892244601557892f,1.3552591399437977f,0.5602524927168975f,0.05232606385115102f,-0.8266674829980601f,-0.15980854868347572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.985554213839022f,0.00021438254359047032f,-0.16936010635410148f,0.29321247993474664f,-0.009626549212812953f,0.9983115508005519f,0.05728330549514882f,2.0621494026182643f,0.16908643095884685f,0.058086156511876944f,-0.9838880918515465f,-0.22482656547412452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.985554213839022f,0.00021438254359047032f,-0.16936010635410148f,0.31426645516506413f,-0.009626549212812953f,0.9983115508005519f,0.05728330549514882f,1.9430917642538459f,0.16908643095884685f,0.058086156511876944f,-0.9838880918515465f,-0.33066758481014835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.985554213839022f,0.00021438254359047032f,-0.16936010635410148f,-0.2858006206956788f,-0.009626549212812953f,0.9983115508005519f,0.05728330549514882f,2.0564938049557364f,0.16908643095884685f,0.058086156511876944f,-0.9838880918515465f,-0.125488287285802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.985554213839022f,0.00021438254359047032f,-0.16936010635410148f,-0.33866321150328793f,-0.009626549212812953f,0.9983115508005519f,0.05728330549514882f,1.9367141754003572f,0.16908643095884685f,0.058086156511876944f,-0.9838880918515465f,-0.21864782429991236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9733868692146885f,0.15438638934878413f,-0.16936010635410148f,0.192441970929616f,0.14666230297530697f,0.9875266030834454f,0.05728330549514882f,2.169046608624751f,0.17609137323107635f,0.030920074164156052f,-0.9838880918515465f,-0.2234901030841399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.985554213839022f,0.00021438254359047726f,-0.16936010635410148f,0.07892305742952868f,-0.009626549212812946f,0.998311550800552f,0.05728330549514882f,2.1779981420448262f,0.16908643095884685f,0.058086156511876944f,-0.9838880918515465f,-0.2034285240787633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9562271778699736f,0.23863515809401048f,-0.16936010635410148f,0.056908317000068764f,0.23217282320873556f,0.9709863042673852f,0.05728330549514882f,2.1734707273758325f,0.1781161544220827f,0.015455039521526274f,-0.9838880918515465f,-0.1999026418858243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9831684078781648f,-0.06853492632258466f,-0.16936010635410148f,0.08559740414276057f,-0.07924179290463491f,0.9952081999103548f,0.05728330549514882f,2.183735223392208f,0.1646226594596675f,0.06973953473568269f,-0.9838880918515465f,-0.20424338208178655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9817851978385933f,0.08611027627851255f,-0.16936010635410148f,0.13727843280746407f,0.07741866741686507f,0.9953516829979977f,0.05728330549514882f,2.290641950313833f,0.17350554815460856f,0.04312826767089021f,-0.9838880918515465f,-0.2386769056643826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9817851978385933f,0.08611027627851255f,-0.16936010635410148f,0.11790362064479877f,0.07741866741686507f,0.9953516829979977f,0.05728330549514882f,2.0666878216392837f,0.17350554815460856f,0.04312826767089021f,-0.9838880918515465f,-0.2483807658903329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9771407211522865f,-0.10123951703257172f,-0.18694002047983593f,-0.186063761755915f,-0.16153373268100257f,0.9252437683889098f,0.343264944705445f,2.1498521462955598f,0.13821311179527174f,0.3656152749113492f,-0.9204469601662914f,-0.1285519472778262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9809478470907597f,0.052865395401929395f,-0.18694002047983593f,-0.07254052742593203f,-0.01480497044211164f,0.9391219253039386f,0.343264944705445f,2.1610213480881897f,0.19370630897885605f,0.3394926499681867f,-0.9204469601662914f,-0.1474428134193058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9761808891636062f,-0.1128912649460007f,-0.18527394293489638f,-0.05993340632204078f,-0.20988482475645792f,0.70765922497338f,0.6746604936166238f,2.1716162184846395f,0.05494753833159717f,0.6974768695870621f,-0.7144975748190683f,-0.19930700317821093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9632885151066438f,0.19429051117590468f,-0.18527394293489638f,-0.087032079160971f,0.01906639648688291f,0.7378818949384642f,0.6746604936166238f,2.1780466354399324f,0.26779042027048433f,0.6463601986423881f,-0.7144975748190683f,-0.1862082515907617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9818225671782309f,0.041206949036604185f,-0.18527394293489638f,-0.13587191042450347f,-0.09659850199031214f,0.731779985901638f,0.6746604936166238f,2.2744892218832877f,0.16338046392630984f,0.6802940831617557f,-0.7144975748190683f,-0.12621539423660993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9818225671782309f,-0.03283101159798557f,-0.18694002047983593f,-0.12848493281495674f,-0.09659850199031214f,0.9342579446542565f,0.343264944705445f,2.0642811843360804f,0.16338046392630984f,0.35508339517338394f,-0.9204469601662914f,-0.2061091581506212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.985554213839022f,0.00021438254359047032f,-0.16936010635410148f,-0.00010802381510343143f,-0.009626549212812953f,0.9983115508005519f,0.05728330549514882f,1.5520597299056758f,0.16908643095884685f,0.058086156511876944f,-0.9838880918515465f,-0.22626761436245316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8736037567985125f,-0.020219763953602338f,-0.4862176850477429f,0.007474387667497445f,-0.0996194041120492f,0.9854080698513561f,0.13801054378628175f,1.1825317037114171f,0.47633228993202403f,0.16900324558269753f,-0.8628704726380598f,-0.28964383145596473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8704952593150216f,-0.02522617527714463f,-0.49152990101412974f,0.2417261614668523f,-0.16112603721377616f,0.9582591364838651f,0.23617329966992912f,0.676795784232203f,0.46505526944854436f,0.28478600286194566f,-0.8382246291609772f,-0.18812698337644113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8704952593150216f,-0.4053562467062944f,-0.27914927326837025f,0.10012932077226963f,-0.16112603721377616f,0.7706259242370359f,-0.6165825857300862f,0.8845894805416497f,0.46505526944854436f,-0.49175400166139993f,-0.7361396594452319f,-0.38117587371743744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8766165928409619f,0.04410563985151289f,-0.47916389856623365f,-0.06907229771011854f,0.07744678782090439f,0.9957403407224206f,-0.050031679106556426f,0.5492061236943686f,0.4749161444003847f,-0.08096830485619816f,-0.8762983449696723f,-0.11224081934933411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8766165928409619f,-0.1426197874416371f,-0.45956821624869304f,-0.12720976669530726f,0.07744678782090439f,0.9007978258017736f,-0.4272765756357599f,0.8955948025948324f,0.4749161444003847f,-0.4101498180676174f,-0.7786088764758423f,-0.2760401793285099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9049521582229546f,-0.05487134364569474f,-0.4219605751419588f,0.005892212614402893f,0.16058012149938136f,0.8742876980105128f,-0.45807755422714447f,1.0559391396913527f,0.39405027078643207f,-0.4822967517555915f,-0.7823772921929323f,-0.29257741792526665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8106805116255372f,-0.4477730015755782f,-0.3772220130514051f,-0.0034462565170586485f,-0.1957077484533137f,0.8144683784834268f,-0.5462048495261755f,1.0211440718371698f,0.5518111862457046f,-0.3689723560249125f,-0.7479062877283045f,-0.2967259210131235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8801513411130681f,-0.21744629167390975f,-0.4219605751419588f,0.004082991515709814f,0f,0.8889122309391843f,-0.45807755422714447f,1.0633351672378388f,0.47469318168356667f,-0.4031775736868154f,-0.7823772921929323f,-0.29593198133133275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8580972895588875f,0.21040362305684812f,-0.4684008508278381f,0.006549310833306969f,0.15053242654519283f,0.975194621460389f,0.1622819732229818f,1.0820559195854833f,0.4909267055377075f,0.06874420469596129f,-0.8684844294002128f,-0.2913590606769906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.880523937763565f,-0.07265148291055713f,-0.4684008508278381f,0.00601368278551632f,-0.16657424197204912f,0.9725829440609642f,0.1622819732229818f,1.0751949622522403f,0.4437686524944984f,0.22091667875605134f,-0.8684844294002128f,-0.29235219426894293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8801513411130681f,0.07703414619910459f,-0.4684008508278381f,0.0069766096130051275f,0f,0.9867444254551709f,0.1622819732229818f,1.08752926757043f,0.47469318168356667f,0.14283269637068247f,-0.8684844294002128f,-0.2905667855643094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8761420398689652f,0.12260943019523414f,-0.46619958558695507f,-0.15768931739448883f,0.19164926656141573f,0.9759921933268303f,-0.10348815000546924f,1.125840380431671f,0.4423185329609421f,-0.18001712749703316f,-0.8786057985279844f,-0.18772337977620884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8466777892459268f,-0.26268342171854764f,-0.4627463032287406f,0.17491375276879656f,-0.20858021185538173f,0.9638950510106153f,-0.16553134403975356f,1.1171721292729677f,0.4895212114096732f,-0.043631990459740054f,-0.8708990946077091f,-0.38734487297184395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8801513411130681f,-0.007834108645871824f,-0.47462853209493455f,-0.0013171171233875845f,0f,0.9998638076316941f,-0.01650352048050711f,0.9641278947276796f,0.47469318168356667f,-0.01452559568400532f,-0.8800314712174544f,-0.28948658195085103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8801513411130681f,0.011483903869949293f,-0.47455425052229105f,0.008125000000000056f,0f,0.9997073242957001f,0.024192266316571055f,1.1875f,0.47469318168356667f,0.021292855643094518f,-0.8798937421994174f,-0.28843749999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5093917011286281f,-0.6504887234988458f,-0.5633688981671999f,1.1490612108766118f,0.36977773617214693f,0.7566100278368727f,-0.5392640277341787f,0.80078125f,0.7770357267543653f,0.06637534465092484f,0.625947116751716f,-0.825959271185077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.34195132255521626f,-0.6504887234988458f,-0.6781841295721841f,1.1585779693227372f,-0.36977773617214693f,0.7566100278368727f,-0.5392640277341787f,0.80078125f,0.8639060821837874f,0.06637534465092484f,-0.49926004725827033f,-0.7326935550366545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10151209009200274f,-0.6504887234988458f,-0.7527016116403602f,1.2667248318457285f,0f,0.7566100278368727f,-0.653866397497751f,0.8988612096246626f,0.9948343055831727f,0.06637534465092484f,0.07680506531028936f,-0.7908471729074091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9957475765011694f,-0.05136167360857108f,0.07647707091785377f,-0.45766520281407225f,-0.09006885430744563f,0.7171324105426382f,-0.691092401371227f,2.2526750981368187f,-0.01934852386596808f,-0.695041785962133f,-0.7187089469255105f,-0.6469527694827404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6329582648611793f,-0.05136167360857108f,-0.7724802997022331f,-0.37157059923765184f,0.514950709944264f,0.7171324105426382f,-0.4696241817423837f,2.2302155268631823f,0.5780913433635065f,-0.695041785962133f,-0.42746615596412385f,-0.6764883309844872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9183424381484839f,-0.05136167360857108f,-0.3924399887621351f,-0.3557519027115418f,0.23956876025212243f,0.7171324105426382f,-0.654467657612327f,2.3396154611418494f,0.3150459893519662f,-0.695041785962133f,-0.6462684739021463f,-0.5647802791482919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013752364704891692f,0f,-0.00000741708096380573f,0.32812407010296857f,0f,0.000015625f,0f,1.3536225f,0.00000741708096380573f,0f,-0.000013752364704891692f,0.3200926450540355f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17.mcfunction new file mode 100644 index 000000000..9f46e2384 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..08f781eb8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7288870388130776f,-0.16504145979770113f,-0.3292862670118375f,0.012714125838521467f,-0.22793334908723686f,0.775617922789415f,0.11579149651918892f,1.3665666234704383f,0.28933461159809964f,0.19525009306046773f,-0.7383138412190984f,-0.6001490629386023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7215305622760081f,0.12387386164558484f,-0.32256613911363674f,0.012714125838521467f,0.08447331222708851f,0.7873996802872497f,0.1134284047534912f,1.3665666234704383f,0.3350491116583543f,0.0682422880957805f,-0.7232462118064638f,-0.6001490629386023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7908550918088263f,0.10293008155030878f,0.17577845862489505f,-0.046855112803338914f,0.13562050659186642f,0.7918951675872397f,0.14647035941850978f,1.3629482426718058f,-0.15198600723837272f,0.17103182834919556f,-0.7839597003288581f,-0.5947654181574428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7543292761526205f,-0.20331638734311377f,0.17219114314275435f,-0.046855112803338914f,-0.17412063729950247f,0.767525346798479f,0.14348116840996877f,1.3629482426718058f,-0.201666424586441f,0.09781251790859714f,-0.7679605227711264f,-0.5947654181574428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5475539896269028f,-0.19893357567662817f,0.08311637418923715f,-0.6325418469989328f,0.01243532948003994f,-0.5190022816910062f,-1.4737327587389277f,1.3118263134982804f,0.21524000968820145f,1.4602973375542527f,-0.5124545581428493f,0.2007578830743666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3857710021142759f,-0.017397779674816885f,-0.9224305129331605f,-0.5493295622897758f,-0.35300442014863964f,0.9265243795749474f,0.13015549703635815f,1.4232617263189207f,0.8523899420354923f,0.37583226486778015f,-0.3635677315179177f,-0.006561936618240588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7387537479002002f,-0.017397779674816885f,-0.6737508569388195f,-0.28860384187079563f,-0.26520590044248277f,0.9265243795749474f,0.2668677658012497f,1.503929675625404f,0.6196036881216083f,0.37583226486778015f,-0.6890873517562599f,-0.18670818634798203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8098901241160471f,0.09470593950786664f,0.5788858021071389f,0.6336414362520356f,0.19996556020489714f,0.9723418075600253f,0.12068630412289746f,1.5096779602317891f,-0.5514451573739996f,0.21349986953821576f,-0.8064279534564323f,-0.20492498010901983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9849426474562558f,0.09470593950786664f,0.1446332127963483f,0.3045369717259625f,0.12267947549610134f,0.9723418075600253f,0.1987489762562422f,1.5403594365070863f,-0.12181021104104103f,0.21349986953821576f,-0.9693193891557632f,-0.24258183961130791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6044811373781893f,-0.76314137252054f,0.2285121443193706f,-0.01348817224020249f,-0.645555790991901f,0.30119424335030653f,-0.701811761435684f,1.1805609779984196f,0.46675504846845683f,-0.5717493098553795f,-0.6747165711682985f,0.023121691580269034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8193449425461595f,-0.5700286077620493f,-0.061165770304068875f,-0.12075082225998716f,-0.5128692496005229f,0.7764728998251453f,-0.36613517811230106f,1.3238613018524326f,0.2562010888701041f,-0.2686209637574655f,-0.9285492878096366f,-0.033048172173065965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4002619287619143f,-0.8852622181019865f,0.23685690529292724f,0.324012480229006f,-0.7708358671548069f,0.1854668088873183f,-0.6094375511148391f,1.2202238023956282f,0.4955829439069603f,-0.4265124476522409f,-0.756627172196588f,-0.014174002709151284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6983950227433854f,-0.71320209059924f,-0.05989298934048408f,0.18991275705827043f,-0.6480994301001283f,0.6657048195017794f,-0.36987054761901805f,1.342731765129593f,0.30366349947129845f,-0.2194991372579318f,-0.9271508010199142f,-0.06112478345138794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998997568867202f,0.01365467616304349f,-0.003745129738749617f,0.30730371026480363f,0.013340901278604697f,0.9971796578065124f,0.07385628212928975f,2.053947802296146f,0.00474305080640916f,0.07379891513951362f,-0.9972618630997971f,-0.1525920274121858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998997568867202f,0.01365467616304349f,-0.003745129738749617f,0.3427420107146675f,0.013340901278604697f,0.9971796578065124f,0.07385628212928975f,1.935724087722005f,0.00474305080640916f,0.07379891513951362f,-0.9972618630997971f,-0.2554880558754713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998997568867202f,0.01365467616304349f,-0.003745129738749617f,-0.2801373969061445f,0.013340901278604697f,0.9971796578065124f,0.07385628212928975f,2.0617855817973263f,0.00474305080640916f,0.07379891513951362f,-0.9972618630997971f,-0.1498054850634204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998997568867202f,0.01365467616304349f,-0.003745129738749617f,-0.3196915782227846f,0.013340901278604697f,0.9971796578065124f,0.07385628212928975f,1.9445624348190806f,0.00474305080640916f,0.07379891513951362f,-0.9972618630997971f,-0.25234578471622526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.985453269680063f,0.1699053480032714f,-0.003745129738749617f,0.21017788166735163f,0.16916991896387087f,0.9828157447394684f,0.07385628212928975f,2.1633492500426748f,0.0162293497907399f,0.07214835141630835f,-0.9972618630997971f,-0.1660601720167033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998997568867202f,0.013654676163043486f,-0.003745129738749617f,0.09514201960278953f,0.013340901278604697f,0.9971796578065124f,0.07385628212928975f,2.174934883003513f,0.0047430508064091595f,0.07379891513951363f,-0.9972618630997971f,-0.1647701437380284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9668950956704294f,0.2551467185203661f,-0.003745129738749617f,0.07274879236872532f,0.25418421256527957f,0.9643317041726915f,0.07385628212928975f,2.1709253698096678f,0.022455735370718877f,0.07045932412166296f,-0.9972618630997971f,-0.1649829887331484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9984165533929821f,-0.056128067079833824f,-0.003745129738749617f,0.10198986007137237f,-0.056251333104354456f,0.9956811925079341f,0.07385628212928975f,2.180510022273147f,-0.0004164551132447656f,0.07395000319039861f,-0.9972618630997971f,-0.16438297059714152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9949047529908072f,0.1007497219824486f,-0.003745129738749617f,0.16108302458185897f,0.1002000688504936f,0.9922223519919288f,0.07385628212928975f,2.2864889100038583f,0.011157001329080289f,0.07310470387098365f,-0.9972618630997971f,-0.18809199408499866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9949047529908072f,0.1007497219824486f,-0.003745129738749617f,0.13841433713580806f,0.1002000688504936f,0.9922223519919288f,0.07385628212928975f,2.0632388808056747f,0.011157001329080289f,0.07310470387098365f,-0.9972618630997971f,-0.20454055245596997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9898486977935922f,-0.14116888702656724f,-0.01645906473678742f,-0.17966887743193324f,-0.14086800668874286f,0.9591233201149891f,0.2454356565439098f,2.160141375931587f,-0.018861605654603486f,0.24526272066353666f,-0.9692731491611898f,-0.14626485297355377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997456970863369f,0.015415587739177075f,-0.01645906473678742f,-0.06435780857118462f,0.010906255720449246f,0.96935153173811f,0.2454356565439098f,2.168653665145576f,0.019738154511356756f,0.24519373477239506f,-0.9692731491611898f,-0.14606748142267018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9746747885389102f,-0.22124277636600673f,-0.03256824361999606f,-0.04228858612469227f,-0.21099473404530716f,0.8615572028925329f,0.46173629741351796f,2.16753713612343f,-0.07409641551236057f,0.4569144559431839f,-0.8864191453022457f,-0.17659131452509047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9953385866883235f,0.0907766895012094f,-0.03256824361999606f,-0.07116280176527967f,0.065567900602185f,0.8845905505155913f,0.46173629741351796f,2.1765160399425874f,0.0707244530548832f,0.4574485223298068f,-0.8864191453022457f,-0.17085331989741986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9972849198767447f,-0.06604618152431777f,-0.03256824361999606f,-0.12771034878915663f,-0.07361979860747081f,0.8839568523993976f,0.46173629741351796f,2.2840621209728944f,-0.0017069971968311217f,0.4628803139065283f,-0.8864191453022457f,-0.14800906653131002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9972849198767447f,-0.07177665201459865f,-0.01645906473678742f,-0.11156060208587197f,-0.07361979860747081f,0.9666133993225291f,0.2454356565439098f,2.0665741061253255f,-0.0017069971968311217f,0.24598099210247895f,-0.9692731491611898f,-0.2033547897543677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998997568867202f,0.01365467616304349f,-0.003745129738749617f,0.006545881295744179f,0.013340901278604697f,0.9971796578065124f,0.07385628212928975f,1.551543910023122f,0.00474305080640916f,0.07379891513951362f,-0.9972618630997971f,-0.2106051818923009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9941234538184243f,-0.044037799790562444f,-0.09888999321333489f,0.023060056217205097f,-0.06038548248691368f,0.9837731686980723f,0.16894953700610388f,1.182628971761345f,0.0898451560906303f,0.1739282172028465f,-0.9806512240280383f,-0.27582826334336835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.974215486037687f,-0.1215107798747923f,-0.190103437997772f,0.21046880558944042f,-0.1730417766663411f,0.9430878542251415f,0.2839750741547122f,0.6249891353808499f,0.1447782106966f,0.3095487515517351f,-0.9397972335138325f,-0.17306880867607363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.974215486037687f,-0.21973751440312955f,-0.051182140716146365f,0.13740139391357434f,-0.1730417766663411f,0.8732759925064484f,-0.4554619462041079f,0.8876141323586489f,0.1447782106966f,-0.43486143272979727f,-0.8887827653772764f,-0.3508463055897946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9792923378735596f,0.10978827260699126f,-0.1700971845155318f,-0.12449694040000041f,0.1087413816335126f,0.9939494191576863f,0.01548754585247486f,0.5437271218449413f,0.17076834865563545f,-0.003329767870395295f,-0.9853055788654382f,-0.17173892452770503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9792923378735596f,0.0363377635653271f,-0.1991634603063732f,-0.11166082864535098f,0.1087413816335126f,0.9242163519170051f,-0.3660593486986191f,0.8995730872834145f,0.17076834865563545f,-0.38013642523216945f,-0.909029410585342f,-0.32472322312132906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.980562344968055f,0.13128232529805206f,-0.14581645550172126f,0.021668271142593544f,0.18304875006441507f,0.8796700234072484f,-0.4389462438824899f,1.0532881313233433f,0.07064448124662201f,-0.45710567813474756f,-0.8866023665016737f,-0.28429068232459054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9421701332885386f,-0.31533885099483583f,-0.11347620452021646f,0.013987493172361313f,-0.21172991752790662f,0.82254461917932f,-0.5278170056778896f,1.0196971170924418f,0.25978044953899654f,-0.4732671111670493f,-0.8417436424024315f,-0.29247965962754463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9867437042439858f,-0.07123498746944389f,-0.14581645550172126f,0.020832249414653545f,0f,0.8985133248769623f,-0.4389462438824899f,1.0638331835389132f,0.16228635843735384f,-0.4331274426525921f,-0.8866023665016737f,-0.2893739141168328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9673981345512787f,0.197582868701297f,-0.15843566284922106f,0.021634341886441786f,0.16119363418307456f,0.9628728124144033f,0.21654689887419332f,1.080247304862749f,0.19533934976230247f,0.18394824573488877f,-0.9633304631981165f,-0.28449698111778426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.976293663809516f,-0.147474820708213f,-0.15843566284922106f,0.021470017656230272f,-0.1800828175492774f,0.9595194731799263f,0.21654689887419332f,1.0756823282951473f,0.12008688866360584f,0.2399449058546501f,-0.9633304631981165f,-0.28549611561791877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9867437042439858f,0.03514260764919475f,-0.15843566284922106f,0.021909300251845207f,0f,0.9762722164375925f,0.21654689887419332f,1.0878857310006171f,0.16228635843735384f,0.21367628913766937f,-0.9633304631981165f,-0.2828251620036979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9687712864387215f,0.1960977969651998f,-0.15174929521173966f,-0.16713009624903974f,0.20809272330645404f,0.9757755020646325f,-0.06752472197216161f,1.125912956169857f,0.1348317955037609f,-0.09699393587183391f,-0.9861098130154281f,-0.23835706426487935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9568514824954227f,-0.24259695317810664f,-0.1599436111728481f,0.21257267862566978f,-0.22501217635746668f,0.9668860335504154f,-0.12041976007292679f,1.1235627352029034f,0.18386071069477566f,-0.0792345659030481f,-0.9797536030191303f,-0.3174190232117355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9867437042439858f,0.01074802274854368f,-0.16193005323859458f,0.012442574227477118f,0f,0.9978044661166219f,0.06622875053723419f,0.9649243677045036f,0.16228635843735384f,0.06535080263256135f,-0.984577275007108f,-0.292245130010054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9867437042439858f,0.0142403308148816f,-0.16166036964308853f,0.023333333333333366f,0f,0.9961426899938299f,0.08774816905130499f,1.1875f,0.16228635843735384f,0.08658495337031216f,-0.9829375278800802f,-0.27416666666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46823806607121415f,-0.6716729983661102f,-0.5741154036844583f,1.200272041112049f,0.4350697976216839f,0.7407785429830396f,-0.5118216695816541f,0.8119212962962963f,0.7690691676821507f,-0.010125883754234954f,0.6390853478205234f,-0.6783961464259085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4912083905425951f,-0.6716729983661102f,-0.5545896684274173f,1.1988588627547494f,-0.435069797621684f,0.7407785429830396f,-0.5118216695816541f,0.8119212962962963f,0.7546049219677674f,-0.010125883754234954f,-0.6561012713142806f,-0.5846567980873881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.015073902477863693f,-0.6716729983661102f,-0.7406943774121464f,1.3106696085452212f,-5.551115123125783e-17f,0.7407785429830396f,-0.6717493209940185f,0.9126836944453991f,0.9998863822775504f,-0.010125883754234954f,-0.011166423514620272f,-0.6298515087294553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7511728521359287f,0.28447740227474905f,0.5956609386295064f,-0.564034865957249f,-0.17958287819102894f,0.7802675794714143f,-0.5991097514533095f,2.348072298861404f,-0.6352081045410236f,-0.5570054865266865f,-0.5350285524199331f,-0.49227153741888674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.803189403635511f,0.28447740227474905f,-0.5234113004919199f,-0.4742552933805014f,0.511195420898557f,0.7802675794714143f,-0.36036335285121235f,2.328918441879336f,0.30588563800868374f,-0.5570054865266865f,-0.7721261972237373f,-0.4732499546601625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9576487741519749f,0.28447740227474905f,0.044513289703528136f,-0.5258220731244044f,0.20430780780872249f,0.7802675794714143f,-0.5911351995053368f,2.4271656502961703f,-0.20289688275972542f,-0.5570054865266865f,-0.8053432454212026f,-0.3619592592263442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001541787037881228f,0f,-0.000002535724350583654f,0.12778338207363316f,0f,0.000015625f,0f,1.3536225f,0.000002535724350583654f,0f,-0.00001541787037881228f,0.40539093179309527f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18.mcfunction new file mode 100644 index 000000000..cb0f603ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..ca1368ab0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7929656096850236f,-0.19529664471381825f,0.00303428159997716f,0.14824674992608033f,-0.19155059022372684f,0.7800482505839273f,0.14757216062096762f,1.374013281527813f,-0.038188449644430425f,0.14257766925056464f,-0.8032170908224474f,-0.5695137719689494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7908651302221681f,0.12051352990287245f,0.002972357485691912f,0.14824674992608033f,0.11906142582434268f,0.7777703024562618f,0.14456048387360093f,1.374013281527813f,0.018887103519275167f,0.14335217377997642f,-0.7868249052954588f,-0.5695137719689494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7090688398874765f,0.06955255469940178f,0.3991594504453818f,0.09381168728980005f,0.16413304409377738f,0.7848827037114563f,0.15480287366695933f,1.3730196453023975f,-0.37044050612963836f,0.21462997925225907f,-0.6954511110560084f,-0.5843228482913267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6677983333965943f,-0.20286437457367132f,0.39101333921180265f,0.09381168728980005f,-0.14568729503341563f,0.7718674893643813f,0.15164363134722547f,1.3730196453023975f,-0.4157169685959157f,0.055377110715167224f,-0.6812582312385389f,-0.5843228482913267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8958169879820719f,-1.2727540584037422f,0.13789590588386813f,-0.8091049452716108f,-0.2868176318100003f,-0.36355694795291055f,-1.4923029992860257f,1.4034176711992135f,1.2476593365681325f,0.8302588165216723f,-0.44206642878915764f,-0.17804488397994434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8919551938053081f,-0.08835087010721976f,-0.4434073251481445f,-0.59568885948901f,-0.21725067780599f,0.9438339904537533f,0.2489569068272301f,1.4831336906536419f,0.39650734575361035f,0.3183889480108274f,-0.8610519162907574f,-0.2801368838196791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9866452477250053f,-0.08835087010721976f,-0.1368403408829427f,-0.2705281676473348f,-0.1268334189599652f,0.9438339904537533f,0.30510765690010166f,1.5176401779716118f,0.10219803802710059f,0.3183889480108274f,-0.9424351642463104f,-0.28434609265483735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4863005538324799f,0.07461583042677947f,0.8705999363610966f,0.5869172239844329f,0.28333064440460265f,0.9559798771325998f,0.07632968268512448f,1.4660466470933413f,-0.8265806175343673f,0.28378680795142897f,-0.48603449501989326f,0.04210923395392077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8418843859355002f,0.07461583042677947f,0.5344746566187473f,0.3036187689675343f,0.2129149160339906f,0.9559798771325998f,0.20191511347043317f,1.5268689697591729f,-0.4958809526975648f,0.28378680795142897f,-0.8207113550965979f,-0.1213281273670812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7631445045960383f,-0.4924669537457925f,0.418433703916411f,-0.10149363995716189f,-0.6163545110578253f,0.3600877353248453f,-0.7003170279004312f,1.1755557059827668f,0.19421014855958524f,-0.792346592304759f,-0.578333204873713f,0.005265910542900709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.879885476704949f,-0.402478092420934f,0.25261221863740213f,-0.17537945591960327f,-0.470491996050981f,0.8124288034014289f,-0.3443787465214514f,1.3257337394547757f,-0.06662454154189865f,-0.42186588452365836f,-0.904207026039614f,-0.07948523671803281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5933526559393265f,-0.6621083520645068f,0.4577610247893218f,0.22872702807552736f,-0.7526794919708737f,0.2547998716966676f,-0.6070836908942863f,1.199895288204631f,0.28531773175920017f,-0.7047620559520673f,-0.6495415586658025f,0.08864811430979927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.791955677833217f,-0.5557011449738056f,0.25298703884296364f,0.12611423238570732f,-0.6104479740817158f,0.7120526685080055f,-0.34689230059221166f,1.3312370866711807f,0.012628352515618835f,-0.4291587523812487f,-0.9031407918853579f,0.0025362182890316665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9900319067227064f,0.017341377407732027f,0.139771600479514f,0.3103039224773484f,0.03151679166900939f,0.9945029515565338f,0.09985274752471607f,2.0458805834654754f,-0.13727168504063225f,0.10326255843695248f,-0.9851361979498877f,-0.07984052810861475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9900319067227064f,0.017341377407732027f,0.139771600479514f,0.3583660343484378f,0.03151679166900939f,0.9945029515565338f,0.09985274752471607f,1.9297470299137631f,-0.13727168504063225f,0.10326255843695248f,-0.9851361979498877f,-0.17995717828201205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9900319067227064f,0.017341377407732027f,0.139771600479514f,-0.27133982272224166f,0.03151679166900939f,0.9945029515565338f,0.09985274752471607f,2.0643966985710183f,-0.13727168504063225f,0.10326255843695248f,-0.9851361979498877f,-0.1604876430699862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9900319067227064f,0.017341377407732027f,0.139771600479514f,-0.2975301038553551f,0.03151679166900939f,0.9945029515565338f,0.09985274752471607f,1.9506269043944817f,-0.13727168504063225f,0.10326255843695248f,-0.9851361979498877f,-0.2708996696214309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9751301819893508f,0.17200298797640318f,0.139771600479514f,0.21768326050811915f,0.18670330487212355f,0.9773286574953135f,0.09985274752471607f,2.1573554429645903f,-0.11942781972071019f,0.12346524760270439f,-0.9851361979498877f,-0.10388762658016837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9900319067227064f,0.01734137740773202f,0.139771600479514f,0.10382117918233294f,0.03151679166900939f,0.9945029515565339f,0.09985274752471607f,2.1710076918841517f,-0.13727168504063222f,0.10326255843695248f,-0.9851361979498877f,-0.1186586509386342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9564284690751302f,0.25633665996497207f,0.139771600479514f,0.08163243962187959f,0.27117264748239195f,0.9573373616803826f,0.09985274752471607f,2.1674157266741627f,-0.1082126554520911f,0.13340424539289064f,-0.9851361979498877f,-0.12217087924109502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.988829912094589f,-0.05176200002320741f,0.139771600479514f,0.11062315099605835f,-0.03793300068017637f,0.9942788926006441f,0.09985274752471607f,2.176444555596783f,-0.1441405300614825f,0.09343542734120941f,-0.9851361979498877f,-0.11714250700893912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847531357905833f,0.10356235440548833f,0.139771600479514f,0.17401712603899983f,0.11807350416917728f,0.9879716981902753f,0.09985274752471607f,2.281905173088297f,-0.12774939985700176f,0.11483362889422001f,-0.9851361979498877f,-0.12918022347899427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847531357905833f,0.10356235440548833f,0.139771600479514f,0.150715596297765f,0.11807350416917728f,0.9879716981902753f,0.09985274752471607f,2.0596115409954856f,-0.12774939985700176f,0.11483362889422001f,-0.9851361979498877f,-0.15501778998019372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9798941934057277f,-0.1472080811427688f,0.13467423872441975f,-0.1697789946720113f,-0.12379962699526953f,0.9779490134517147f,0.16819446912621658f,2.166513209835915f,-0.156464123956804f,0.1481401631397835f,-0.9765108652643595f,-0.15034421962830005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9908584872668821f,0.007893518555357845f,0.13467423872441975f,-0.055567401950944985f,0.030709482602685766f,0.9852753667039613f,0.16819446912621658f,2.1729049347043725f,-0.13136356378182315f,0.17079269343619682f,-0.9765108652643595f,-0.13349196261853388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9614495308790008f,-0.243958039025425f,0.12688291755558928f,-0.031756507117081445f,-0.20548943074589213f,0.9440357799616058f,0.2580126741150746f,2.16755018802254f,-0.18272628005921449f,0.22199306598889898f,-0.9577735563422962f,-0.14274634797881086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9897800214046351f,0.06508636155771412f,0.12688291755558928f,-0.06066958869295034f,0.09629103716548224f,0.9613311064131774f,0.2580126741150746f,2.1780524286624035f,-0.1051833893247202f,0.26759347783829573f,-0.9577735563422962f,-0.14374748749433444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9877759370470599f,-0.0905506677136285f,0.12688291755558928f,-0.11445387375123325f,-0.05527978264611877f,0.9645587621428702f,0.2580126741150746f,2.2889363248659547f,-0.14574924981419388f,0.24784465084005716f,-0.9577735563422962f,-0.15362963173227495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9877759370470599f,-0.0784955260814298f,0.13467423872441975f,-0.09679238038291157f,-0.05527978264611877f,0.98420260423652f,0.16819446912621658f,2.067490738912738f,-0.14574924981419388f,0.15869368670256395f,-0.9765108652643595f,-0.18933571124035178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9900319067227064f,0.017341377407732027f,0.139771600479514f,0.013706289520979228f,0.03151679166900939f,0.9945029515565338f,0.09985274752471607f,1.5507479789212408f,-0.13727168504063225f,0.10326255843695248f,-0.9851361979498877f,-0.19431330562327692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9647798025769939f,-0.06689708176786308f,0.2544105205970076f,0.03879269518392788f,-0.01761071109249647f,0.981379562231065f,0.1912694896996896f,1.1827306430845914f,-0.2624686560226063f,0.18005259033434334f,-0.9479932854823286f,-0.2618330269986557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9712460780328669f,-0.22177800861284497f,0.08657696461238883f,0.20682826171500632f,-0.18279282290234816f,0.9276474549925251f,0.32566391132773964f,0.5903183414113338f,-0.15253799461499665f,0.3004741488740952f,-0.9415133807106636f,-0.17820728628508978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9712460780328669f,-0.12467003387611056f,0.20282612888655005f,0.17199181250439438f,-0.18279282290234816f,0.9363306754967183f,-0.2997860070437741f,0.8912717100572652f,-0.15253799461499665f,-0.32824114424792705f,-0.9321962837415984f,-0.317040573046294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848922453663639f,0.1262623618616863f,0.11851194452168358f,-0.13730201545084875f,0.1354822938244336f,0.9880692459266819f,0.07323737648187506f,0.5413748099321974f,-0.10785088352568963f,0.08818719425736743f,-0.9902480526068915f,-0.24179581330479583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848922453663639f,0.16200376955636464f,0.061172245885943465f,-0.0741432282109703f,0.1354822938244336f,0.9408836836250208f,-0.3104552172991808f,0.9040268922287732f,-0.10785088352568963f,-0.2974771798604726f,-0.9486176861017235f,-0.36299708103886474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9543343728372565f,0.2750937095785494f,0.11648757775674123f,0.04049588423909462f,0.20310119547092548f,0.8834071807840198f,-0.42230517086286185f,1.0512546830055975f,-0.2190794586893099f,-0.3793615740814332f,-0.8989376991153814f,-0.27497658170117834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.973948702032732f,-0.18132040805465802f,0.13618676672734745f,0.035629941236323494f,-0.2258763276667159f,0.8289081075258612f,-0.5117530985521177f,1.0187475363434628f,-0.020095034425325897f,-0.5291826328412408f,-0.8482699633316372f,-0.28606064881537707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9917083259535933f,0.0542700696764683f,0.11648757775674123f,0.04129556690641932f,0f,0.9064537178822143f,-0.42230517086286185f,1.064611498857204f,-0.128509128992152f,-0.4188035540379549f,-0.8989376991153814f,-0.2811477538624581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.982173288295962f,0.14130983325633834f,0.12396436093879142f,0.04071540526192761f,0.16988610046855945f,0.9495571362228261f,0.26359051180930554f,1.0790553595509191f,-0.08046331229500572f,0.2799513816243295f,-0.9566362314386514f,-0.27667063120390756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9653299422901123f,-0.22971926287363312f,0.12396436093879142f,0.040806068609878905f,-0.19115228169663803f,0.945505604048055f,0.26359051180930554f,1.0764735103969807f,-0.17776081604318045f,0.2307557431105825f,-0.9566362314386514f,-0.27737028264289304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9917083259535933f,-0.033873787083209414f,0.12396436093879142f,0.040382646271338786f,0f,0.9646346676768922f,0.26359051180930554f,1.0885314437429419f,-0.128509128992152f,0.2614049052036572f,-0.9566362314386514f,-0.2741027213278473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9638453187839543f,0.22541789605938373f,0.14208790798100485f,-0.15355103249129967f,0.22251586360797573f,0.9742566558272552f,-0.03620302499916054f,1.1262972342134667f,-0.14659089978936063f,-0.003277302618615509f,-0.9891917748275565f,-0.2851864170890169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9655679499327703f,-0.22852101625547683f,0.1243248936946708f,0.23265379294647018f,-0.23941374471984606f,0.9675343256223603f,-0.08098387235557883f,1.1294334620667774f,-0.10178208536794428f,-0.10796051996933133f,-0.9889312075296762f,-0.25018922175214536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9917083259535933f,-0.017798377458817488f,0.12727063288188292f,0.03490738417434344f,0f,0.9903625826430998f,0.13849893465470792f,0.9663671321131354f,-0.128509128992152f,0.13735054663277646f,-0.9821508189200657f,-0.2926433262663267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9917083259535933f,-0.01840979604672079f,0.12718362962205357f,0.03854166666666671f,0f,0.989685562570583f,0.14325671795538408f,1.1875f,-0.128509128992152f,0.14206887994514f,-0.9814794124773131f,-0.2598958333333333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4325366066416989f,-0.682325819225402f,-0.5893586007968898f,1.284420672677882f,0.4906783129915265f,0.7265330309586344f,-0.4810244776368968f,0.8230613425925926f,0.7564039113295711f,-0.08112478871740521f,0.6490546137120378f,-0.5509409813576389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5978358944589917f,-0.682325819225402f,-0.4207418682693713f,1.2733522694885007f,-0.4906783129915265f,0.7265330309586344f,-0.4810244776368968f,0.8230613425925926f,0.6338982855760116f,-0.08112478871740521f,-0.7691500063052391f,-0.45784665848649225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.118062967353401f,-0.682325819225402f,-0.7214517393132359f,1.3871042319801767f,0f,0.7265330309586344f,-0.6871315412103128f,0.9261310737741395f,0.9930061106255638f,-0.08112478871740521f,-0.0857766455152368f,-0.49152732309478003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2432591338802057f,0.43862085379879623f,0.8651223846350684f,-0.750560851820348f,-0.2307792875178123f,0.840128816384514f,-0.49084059768230937f,2.43233407731785f,-0.9421071670657344f,-0.3190537862072329f,-0.1031444000913585f,-0.47336944867636066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8797467045921277f,0.43862085379879623f,-0.18345975681905458f,-0.6785399408460202f,0.47388915437806833f,0.840128816384514f,-0.2638420763320267f,2.416742890274743f,0.038403191561782235f,-0.3190537862072329f,-0.9469582231464589f,-0.41541286346799283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7682230503928307f,0.43862085379879623f,0.4663100808024091f,-0.7844969084535455f,0.1663059951264732f,0.840128816384514f,-0.5162614530113101f,2.501977701747993f,-0.6182035755559231f,-0.3190537862072329f,-0.7183515996200618f,-0.33663841612916745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015495442593024896f,0f,0.000002007955140502375f,-0.05696601435800784f,0f,0.000015625f,0f,1.3536225f,-0.000002007955140502375f,0f,-0.000015495442593024896f,0.42097612612126123f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19.mcfunction new file mode 100644 index 000000000..4f3e1e0c8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..2d6a9c8c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7540024561777057f,-0.20476846434074705f,0.23768596200441355f,0.24186378178262144f,-0.1607741425839611f,0.7835040315229242f,0.16497742908701493f,1.377981615762296f,-0.2694001031900758f,0.10552607755100693f,-0.7636964552767805f,-0.5177371974680249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7591532429386446f,0.09733504146965793f,0.23283522808595616f,0.24186378178262144f,0.14821035660216017f,0.7693605933881068f,0.16161054277911668f,1.377981615762296f,-0.20425485044815903f,0.19649469978500736f,-0.7481108133323565f,-0.5177371974680249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6150876006608574f,0.03663905169957747f,0.5359750627111954f,0.1944633114573329f,0.18547938563772995f,0.7791478306075844f,0.1595947994371671f,1.3788369576986428f,-0.5041915166493427f,0.2419311521786622f,-0.5951509695772871f,-0.5445203929466069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5704045743820783f,-0.19742083030554325f,0.5250367961252527f,0.1944633114573329f,-0.12421847318523167f,0.7746794658883915f,0.1563377627139596f,1.3788369576986428f,-0.5469994446464549f,0.0299456322749473f,-0.5830050314226486f,-0.5445203929466069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04070732914639594f,-1.5577081643244004f,0.115301509751056f,-0.7769776495121075f,-0.4050196885715512f,-0.1219222614477296f,-1.504160983416627f,1.492429299607895f,1.508545065691831f,0.009299836588739278f,-0.4069539873453168f,-0.4764504731437037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9956335135904155f,-0.08197785845545541f,0.04464904633540531f,-0.5312762001521388f,-0.06635014766717215f,0.9579240649686324f,0.2792474595381587f,1.535430618694776f,-0.06566250467464901f,0.2750656584836218f,-0.959180545571491f,-0.46617522504706965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9554060309557585f,-0.08197785845545541f,0.2836881152540965f,-0.22888769942593148f,0.0030265345729854967f,0.9579240649686324f,0.2870057940921222f,1.5282297397141054f,-0.29527979291147366f,0.2750656584836218f,-0.9149583200458525f,-0.34188832873268643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.20161269787952046f,0.03799361261999311f,0.9787281570762247f,0.5060222971400665f,0.33610505550808056f,0.9412567712323162f,0.03269682356475995f,1.4337920594216966f,-0.9199922345952989f,0.33554757637240784f,-0.20253916232410896f,0.19683638345774887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6542654774987889f,0.03799361261999311f,0.7553099829562455f,0.2843462858386256f,0.27724030988747744f,0.9412567712323162f,0.1928043079985778f,1.516186158688987f,-0.7036153036473678f,0.33554757637240784f,-0.6263651718157912f,-0.037129637674413324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.810603920487481f,-0.25739650432214867f,0.5259927030416526f,-0.1496859070347003f,-0.5846366843657472f,0.40707657685011817f,-0.7017753257801354f,1.1728758549093494f,-0.033484793326992834f,-0.8763764602856059f,-0.4804613079875638f,-0.024595920239951108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8505424324887807f,-0.2553566755801939f,0.45975051796893024f,-0.19469184296868086f,-0.4310380642490149f,0.8393388260518108f,-0.33123484455961133f,1.3281816670155664f,-0.30130343128568926f,-0.4798992637195848f,-0.8239617339275352f,-0.11972679302442032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.679095427856738f,-0.44524904645385005f,0.583594625143182f,0.1498070571814644f,-0.7287947699489152f,0.31400342487877253f,-0.608489960853512f,1.184879798140254f,0.08767886381096415f,-0.8385434608869946f,-0.5377334665468384f,0.1378707812933033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7919367247291111f,-0.4017849064009509f,0.4597881175212202f,0.07734606296579372f,-0.5730041072604367f,0.7491716021556682f,-0.33227729923390625f,1.3232727404242297f,-0.21095619708365548f,-0.5266030758663383f,-0.8235209064742155f,0.03398569890290104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,0.3070879494187396f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,2.040525610612182f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.022666396068525108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,0.36449770302603873f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,1.9267138716704102f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.12049952322798563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,-0.2637157333100527f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,2.063999532411213f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.15973711058705836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,-0.27917453494472705f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,1.9531844643374021f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.2750686268339912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9581200125118782f,0.16145272913038358f,0.23651439254427903f,0.21757270120769512f,0.19456560290755268f,0.9730244921455737f,0.12396597859924319f,2.153036683726528f,-0.2101196511263496f,0.16479185034824537f,-0.9636873861732044f,-0.052861975765554195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.00958198651770982f,0.23651439254427903f,0.10575772378599754f,0.039955611572818045f,0.9914817120117615f,0.12396597859924319f,2.167630512030408f,-0.23331185449963104f,0.12989303399567032f,-0.9636873861732044f,-0.07842702269729573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9404025440739351f,0.24434401408399914f,0.23651439254427903f,0.08401463658775218f,0.27862989437213825f,0.9523643305542804f,0.12396597859924319f,2.164240091175901f,-0.1949575263010945f,0.1824779018654462f,-0.9636873861732044f,-0.08419948582137231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9698824203078035f,-0.05821540085997924f,0.23651439254427903f,0.11239067890022966f,-0.029303986300540152f,0.9918536749626072f,0.12396597859924319f,2.1729930718448984f,-0.2418043985637465f,0.1133016088406612f,-0.9636873861732044f,-0.07610929564507622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670484533768438f,0.09422436490030192f,0.23651439254427903f,0.17692895303864978f,0.1262168934389593f,0.9842264637574778f,0.12396597859924319f,2.2784031473736492f,-0.22110310859884574f,0.1497332197562865f,-0.9636873861732044f,-0.07913777372938843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670484533768438f,0.09422436490030192f,0.23651439254427903f,0.1557284709360819f,0.1262168934389593f,0.9842264637574778f,0.12396597859924319f,2.056952193028217f,-0.22110310859884574f,0.1497332197562865f,-0.9636873861732044f,-0.11282774817455284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9611179183817194f,-0.14252469640381998f,0.23651439254427903f,-0.16180679047601343f,-0.11563821952391165f,0.985525361589072f,0.12396597859924319f,2.1686384129889698f,-0.25075914569748f,0.09179582005585744f,-0.9636873861732044f,-0.14396478321445366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9715807365596466f,0.009581986517709848f,0.23651439254427903f,-0.04979869036292767f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,2.1740276660985334f,-0.23331185449963104f,0.12989303399567032f,-0.9636873861732044f,-0.1157817726410955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9450387287578846f,-0.225749292949263f,0.23651439254427903f,-0.028138385491361148f,-0.20109237607244013f,0.9716966051373608f,0.12396597859924319f,2.168852309613638f,-0.2578054643199438f,0.06959140965259702f,-0.9636873861732044f,-0.11113150349565397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9685456091259251f,0.07733269142026254f,0.23651439254427903f,-0.05632276548948255f,0.10902054972291747f,0.9862793498233877f,0.12396597859924319f,2.1799313000306664f,-0.223682638532819f,0.1458516333458546f,-0.9636873861732044f,-0.11662352684419139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9687187036807419f,-0.07513331656804367f,0.23651439254427903f,-0.10407170943163954f,-0.0466097566232503f,0.9911911857646096f,0.12396597859924319f,2.289959112718458f,-0.24374495631012466f,0.10906428381478872f,-0.9636873861732044f,-0.14661624794113318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9687187036807419f,-0.07513331656804367f,0.23651439254427903f,-0.08716671320382974f,-0.0466097566232503f,0.9911911857646096f,0.12396597859924319f,2.0669410959214214f,-0.24374495631012466f,0.10906428381478872f,-0.9636873861732044f,-0.1711557117994606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9715807365596465f,0.009581986517709834f,0.23651439254427903f,0.021979036008791066f,0.03995561157281802f,0.9914817120117615f,0.12396597859924319f,1.5499383302375649f,-0.23331185449963104f,0.1298930339956703f,-0.9636873861732044f,-0.17844667909187512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8705212989903187f,-0.08660377810227361f,0.48445067202205466f,0.05445545279714367f,0.01570856509227743f,0.9790028346560391f,0.2032404750982973f,1.1828122672415502f,-0.49187997416742835f,0.18453518730543525f,-0.8508823982544227f,-0.24764737433141332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9149633250541488f,-0.29553008147537885f,0.2747800661420183f,0.22581874563295962f,-0.18928591012242207f,0.9156801232128465f,0.35454302444418884f,0.5729064886632901f,-0.3563887737218757f,0.27238186961701816f,-0.8937534106614394f,-0.18086331872641126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9149633250541488f,-0.10528446256741338f,0.3895603878062385f,0.19995844642250893f,-0.18928591012242207f,0.9645485808714787f,-0.18389366320768913f,0.8944471359902666f,-0.3563887737218757f,-0.24199425009844253f,-0.9024554420492517f,-0.28524901059217844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9419709818058805f,0.11101574098860116f,0.316806209990299f,-0.11995866385551851f,0.15397447917942308f,0.9814900204477075f,0.11388239338450937f,0.5411719648409462f,-0.29829939523420257f,0.15605398109087298f,-0.9416287090932383f,-0.29068626403454734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9419709818058805f,0.22380165871960594f,0.25020688837443833f,-0.03167172804933096f,0.15397447917942308f,0.9503594464420567f,-0.2703863574956638f,0.9077463356028953f,-0.29829939523420257f,-0.2161706273125481f,-0.9296707646743595f,-0.38026282439737447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.884880694556357f,0.35597992775694287f,0.300440422439493f,0.059937904030666914f,0.21727899068952666f,0.8859364772331341f,-0.40976383260688737f,1.049970929644643f,-0.4120388290032868f,-0.2973127130512693f,-0.8612950447156269f,-0.2633643276028381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9469613587052284f,-0.08198722278315324f,0.3107125366306506f,0.05769465724892047f,-0.23609257111651694f,0.8334506770988674f,-0.4996201224000407f,1.0182604696115565f,-0.21800110775576398f,-0.5464778715956803f,-0.8086021598249135f,-0.2759095784319851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,0.13496025679149776f,0.300440422439493f,0.062215358364023435f,0f,0.912191647345729f,-0.40976383260688737f,1.065364163693602f,-0.3293610759468216f,-0.38690066890541586f,-0.8612950447156269f,-0.269893276390617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9460781213725701f,0.07757713122017322f,0.3145122842939471f,0.060863447104590566f,0.17565815667150841f,0.938621059229868f,0.29687492175151503f,1.0784380672491098f,-0.27217714866409415f,0.3361135163629222f,-0.9016359042669247f,-0.2660176512028003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.90324151651149f,-0.29195339675747434f,0.3145122842939471f,0.060985670909152696f,-0.19853827785365954f,0.9340491598743264f,0.29687492175151503f,1.0772444217819361f,-0.38044357673238083f,0.20570702724952755f,-0.9016359042669247f,-0.26636803933087205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,-0.09777904364970746f,0.3145122842939471f,0.059763432863531356f,0f,0.9549163737390995f,0.29687492175151503f,1.0891808764536748f,-0.3293610759468216f,0.28031050245739414f,-0.9016359042669247f,-0.2628641580501546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9118021664223601f,0.2229181270932416f,0.34485405307279193f,-0.12794008757131067f,0.23265703535994767f,0.9724656452160995f,-0.013463757720457062f,1.126745430700337f,-0.3383600348815011f,0.06795643816207929f,-0.9385597526568634f,-0.31302059014631156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9209003583462332f,-0.220208922591054f,0.3216373119043662f,0.24246698435740996f,-0.24953448847531876f,0.9669450055282912f,-0.052439444555158324f,1.1337652671984049f,-0.2994579587507074f,-0.1285511053829553f,-0.9454097229485635f,-0.19837394078082868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,-0.06245001179571726f,0.3233863237299357f,0.059809669940244156f,0f,0.9818595679537718f,0.18960956942526017f,0.9678182083261793f,-0.3293610759468216f,0.17903012272896238f,-0.9270757772732522f,-0.2867168771741488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9442040466187126f,-0.06013432863531333f,0.32382492317366207f,0.05375000000000003f,0f,0.9831912354632536f,0.18257873509322203f,1.1875f,-0.3293610759468216f,0.17239158050154618f,-0.9283331431244556f,-0.245625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4093866021551733f,-0.68527806513279f,-0.6023259777094971f,1.3696866499777325f,0.5289547842263973f,0.7161801451052378f,-0.45529423014249365f,0.828125f,0.743377055214813f,-0.1322118497143899f,0.6556756672130301f,-0.44271113768032455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6565515478175563f,-0.68527806513279f,-0.31517302947148074f,1.3519268187543874f,-0.5289547842263973f,0.7161801451052378f,-0.45529423014249376f,0.828125f,0.5377238150783136f,-0.1322118497143899f,-0.8326902938624438f,-0.350658702107341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.18943819971568146f,-0.68527806513279f,-0.7032120177701326f,1.46628853703158f,5.551115123125783e-17f,0.7161801451052378f,-0.6979154674866008f,0.9328123201229901f,0.9818926461118249f,-0.1322118497143899f,-0.13567187736085173f,-0.376334138289705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1839160993416583f,0.4641302912449572f,0.8664628908105763f,-0.8992870306737117f,-0.24925414955369668f,0.8747087663053813f,-0.41564040116280954f,2.4910775033526975f,-0.9508139867151789f,-0.13952650965816177f,0.27655942538521133f,-0.5453924621802276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8812888433303047f,0.4641302912449572f,0.08895531108598814f,-0.8503290881809282f,0.4401993942543991f,0.8747087663053813f,-0.20275371130161335f,2.4776724966473025f,-0.17191412949374996f,-0.13952650965816177f,-0.9751809499692952f,-0.4665731234231586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5222180532563578f,0.4641302912449572f,0.7154518695216409f,-0.9821258398555661f,0.1429867381908793f,0.8747087663053813f,-0.46307598388390947f,2.5538363975825864f,-0.840739613408737f,-0.13952650965816177f,-0.5231531855469658f,-0.42750981496964824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014753188228417386f,0f,0.0000051462668116690884f,-0.1795005324199104f,0f,0.000015625f,0f,1.3536225f,-0.0000051462668116690884f,0f,-0.000014753188228417386f,0.4011381184847187f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..3a00669eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7482134991263469f,-0.13755721900955148f,-0.29698319088445146f,-0.005368722186293209f,-0.1390867071242158f,0.8044297107984425f,-0.022184966317787467f,1.24364445176277f,0.29626996484776325f,0.0302538646710966f,-0.7604296522664094f,-0.37306733345145016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7287183737227643f,0.15599276159555997f,-0.29092230943783004f,-0.005368722186293209f,0.17568250860573037f,0.7801688068205461f,-0.021732211903138746f,1.24364445176277f,0.2794730541015488f,-0.08368327905858033f,-0.7449106797711765f,-0.37306733345145016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7925451222237241f,0.13412009669364358f,0.14432073082795172f,-0.06260648590842109f,0.13262157075112718f,0.8055696887749776f,-0.020333222640150583f,1.243404277900994f,-0.1456989795960499f,0.00370413745936317f,-0.8035561779706483f,-0.36747376002740934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7675511078850772f,-0.175722196352417f,0.14137540979064658f,-0.06260648590842109f,-0.1819609652798906f,0.7787769064862499f,-0.019918258912800572f,1.243404277900994f,-0.13324978010789026f,-0.05126635966001003f,-0.787157072297778f,-0.36747376002740934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.14297536334890323f,0.590882380357732f,1.4393826135041472f,-0.5754409670326082f,1.5281133616004516f,0.3254929046736879f,0.018170666065171266f,0.9558582804858339f,-0.29297414488895707f,1.4093681675097767f,-0.6076625451981702f,0.1276191995297455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.44170128646621953f,-0.8408638520067284f,-0.31280657909080656f,-0.48987518271919805f,-0.7922695203573903f,0.5291800492573316f,-0.30377208986455384f,1.1610516427973603f,0.4209619705469333f,0.11365059549520393f,-0.8999303092444594f,0.013987779117298807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5321903275766109f,-0.8408638520067284f,-0.0985973509903078f,-0.29780838456542635f,-0.8466128036944462f,0.5291800492573316f,0.05670305184588306f,1.4721707220587625f,0.004496204458026995f,0.11365059549520393f,-0.993510607033995f,0.008346501697130377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4958190325577f,0.8285618341296405f,0.2600937791975669f,0.4301744621620749f,0.4839230699853839f,-0.0149180592891421f,-0.8749833791809803f,1.2929051226282988f,-0.7210977390683374f,0.5596987926829678f,-0.4083568441691167f,0.19233722819971283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.33736898357925516f,0.8374068939107178f,0.43003704834526074f,0.29592569318363643f,0.5602007028364425f,0.5457192764550861f,-0.6231898938902118f,1.4745781741114596f,-0.7565430202310086f,0.030662115650119545f,-0.6532246881461252f,-0.052839554949959774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9952501438409626f,-0.06395387262318439f,-0.07339654869979076f,-0.1295699410793814f,-0.004176142723530439f,0.7812935386566189f,-0.624149794749122f,1.1424600775021732f,0.09726104573001439f,-0.620878658539586f,-0.7778495872298113f,0.2538190461339278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9952501438409626f,-0.03180530350486593f,-0.092008553154077f,-0.13610848894375674f,-0.004176142723530439f,0.9582036324403618f,-0.28605656540280455f,1.3203354050509735f,0.09726104573001439f,-0.2843135970140359f,-0.9537851265020042f,0.1945490896531586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9952501438409626f,-0.054448506627120336f,-0.0807001320359495f,0.17709329995064618f,-0.004176142723530439f,0.8520792551576204f,-0.5233961241373382f,1.1345978644844845f,0.09726104573001439f,-0.5205730525642981f,-0.8482593859942797f,0.17849393603640137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9952501438409626f,-0.0084264581191201f,-0.09698528748274124f,0.17490718100654404f,-0.004176142723530439f,0.9990252598612537f,-0.043944169022835516f,1.3216404496520768f,0.09726104573001439f,-0.04333041613833803f,-0.9943152236694268f,0.1641550128625291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999578256449606f,-0.004719274579355478f,-0.028653755087429025f,0.2905533165960226f,-0.006031766047197576f,0.9989281520720577f,0.045892971098590585f,2.012605186514681f,0.028406461087534113f,0.046046448781082425f,-0.9985353261267893f,0.012353148019852898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999578256449606f,-0.004719274579355478f,-0.028653755087429025f,0.32594112099585576f,-0.006031766047197576f,0.9989281520720577f,0.045892971098590585f,1.8922678247729363f,0.028406461087534113f,0.046046448781082425f,-0.9985353261267893f,-0.08808058719295142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999578256449606f,-0.004719274579355478f,-0.028653755087429025f,-0.29669890906812085f,-0.006031766047197576f,0.9989281520720577f,0.045892971098590585f,2.009061523961952f,0.028406461087534113f,0.046046448781082425f,-0.9985353261267893f,0.029041943908779184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999578256449606f,-0.004719274579355478f,-0.028653755087429025f,-0.33627947390200813f,-0.006031766047197576f,0.9989281520720577f,0.045892971098590585f,1.888271779766668f,0.028406461087534113f,0.046046448781082425f,-0.9985353261267893f,-0.06926130672246007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880100466018918f,0.1517073173354444f,-0.028653755087429025f,0.19095244627941754f,0.15030928608500407f,0.9875732649886592f,0.045892971098590585f,2.1196731934597794f,0.03525998199579794f,0.04103579104297176f,-0.9985353261267893f,-0.0017749371244746015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995782564496061f,-0.004719274579355476f,-0.028653755087429025f,0.07576845491219553f,-0.006031766047197573f,0.9989281520720577f,0.045892971098590585f,2.1290450057488246f,0.028406461087534116f,0.04604644878108242f,-0.9985353261267893f,0.00196108912471369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710282061635578f,0.2372407746450279f,-0.028653755087429025f,0.053461778546228175f,0.23580999529965288f,0.9707149330882481f,0.045892971098590585f,2.1245952223675304f,0.03870231196661222f,0.037806527548896386f,-0.9985353261267893f,0.0023966833895449485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9968141341022363f,-0.07443483306489555f,-0.028653755087429025f,0.082509727039349f,-0.0756987783805442f,0.9960740585696615f,0.045892971098590585f,2.1347612502502593f,0.025125226480620842f,0.04791581650315422f,-0.9985353261267893f,0.0020303632719348777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961858712840825f,0.08241766906048148f,-0.028653755087429025f,0.13888148288667976f,0.0810535116890378f,0.9956526319186924f,0.045892971098590585f,2.2411688827407596f,0.0323115783713582f,0.04339544192675094f,-0.9985353261267893f,-0.02599258128615157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961858712840825f,0.08241766906048148f,-0.028653755087429025f,0.12033750734807146f,0.0810535116890378f,0.9956526319186924f,0.045892971098590585f,2.0171470405590544f,0.0323115783713582f,0.04339544192675094f,-0.9985353261267893f,-0.03575655571967051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9865876105559455f,-0.16025630596450713f,-0.03102906856675407f,-0.19920039936652295f,-0.16211773501030902f,0.9841622184905895f,0.07171169842367779f,2.1163440121034576f,0.01904538507453392f,0.0757802355122466f,-0.9969426408841539f,0.012102357656800827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999510689414605f,-0.003946979835351763f,-0.03102906856675407f,-0.08411152387182702f,-0.006164906510992177f,0.9974063496072714f,0.07171169842367779f,2.1271053624811582f,0.030665545383242815f,0.07186790043737964f,-0.9969426408841539f,0.009294386785381702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9690427243476603f,-0.24451802954755245f,-0.03416330802259632f,-0.0618085889917135f,-0.24679455969473862f,0.963246626581412f,0.10605838809170201f,2.122236499376227f,0.006974503132455002f,0.11120642789745676f,-0.9937728546807579f,0.003997778696990403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971746241205197f,0.066900204745974f,-0.03416330802259632f,-0.09092712941157316f,0.0629440032041208f,0.992365694074533f,0.10605838809170201f,2.1319938065725874f,0.04099782275608868f,0.10360835791053351f,-0.9937728546807579f,0.00604012663327573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9953632475216947f,-0.08991592666496079f,-0.03416330802259632f,-0.15004219456809145f,-0.09307113840173385f,0.9899946371127448f,0.10605838809170201f,2.2390806613683254f,0.024285153482543724f,0.10874623956710489f,-0.9937728546807579f,-0.011944843001035148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9953632475216947f,-0.09104505690560623f,-0.03102906856675407f,-0.12955705676433008f,-0.09307113840173385f,0.9930736103158703f,0.07171169842367779f,2.015639099047255f,0.024285153482543724f,0.0742670997633416f,-0.9969426408841539f,-0.02865494044778698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999578256449606f,-0.004719274579355478f,-0.028653755087429025f,-0.001295716639727457f,-0.006031766047197576f,0.9989281520720577f,0.045892971098590585f,1.5030082365193937f,0.028406461087534113f,0.046046448781082425f,-0.9985353261267893f,-0.02460032414257133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9952501438409626f,-0.006785516491000496f,-0.09711389164529248f,0.001248852044397729f,-0.004176142723530439f,0.9996254316459044f,-0.027047296328692072f,1.1281486996521797f,0.09726104573001439f,-0.02651326408969168f,-0.9949056919179898f,-0.01465785010893695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9836664764608705f,-0.17921560888845778f,-0.016793707684580134f,0.16985997687052667f,-0.1216594997558834f,0.7307053388944524f,-0.6717653413434571f,0.8690528471171526f,0.13266208654398587f,-0.6587499322518998f,-0.7405736273672681f,0.35806031945712347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9836664764608705f,-0.13385863981755752f,0.12034171194248984f,0.13180986866893615f,-0.1216594997558834f,0.0016789450662618721f,-0.9925704747082761f,0.834397756563297f,0.13266208654398587f,-0.9909990139700734f,-0.01793669713570817f,0.044144430379180526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9885414403893464f,0.12095142625206554f,-0.09031374823662014f,-0.11552123176170014f,0.1483805358573528f,0.8885231913076971f,-0.43417710106253904f,0.7961033829160497f,0.027731520182660327f,-0.44260285922706877f,-0.8962888327946421f,0.3930688509080104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9885414403893464f,0.008613106301453843f,-0.15070379899921674f,-0.11882235323683793f,0.1483805358573528f,0.23885988667634217f,-0.95965054635302f,0.8386672918196854f,0.027731520182660327f,-0.9710158438134802f,-0.23740091375467343f,0.0476514007955079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9945855291370507f,0.08001999689591538f,-0.06630554522775922f,0.003001627663539406f,0.10391869287434828f,0.7613463276132613f,-0.6399630260421982f,1.021334302918931f,-0.0007283559978478182f,-0.6433883504747175f,-0.7655396135870187f,0.005579057159879333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9797168309061264f,-0.196370662261792f,-0.03991859519223859f,0.0026099589068961423f,-0.10364617840761595f,0.6670737510004221f,-0.7377466234607404f,0.9837967689352528f,0.1715004400599405f,-0.7186453741095756f,-0.6738964500056033f,0.007140012669577351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9962700823502031f,-0.05522225716112243f,-0.06630554522775922f,0.0030041726128054794f,0f,0.7684057035830177f,-0.6399630260421982f,1.0212988905031424f,0.0862897619299043f,-0.6375760166561459f,-0.7655396135870187f,0.005608440214811711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.994361943884339f,0.06605888596598097f,-0.08294906955169623f,0.003023771160185023f,0.0865885473430162f,0.9573774729539235f,-0.275555434984298f,1.0463249065680562f,0.061210685534348164f,-0.28118427741481733f,-0.9576996680124319f,0.00583471788640412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9899949758920958f,-0.11414639533912865f,-0.08294906955169623f,0.0030494635462289875f,-0.08729018782445967f,0.9573137549206033f,-0.275555434984298f,1.0452862106261862f,0.11086194485926786f,-0.2655578563531843f,-0.9576996680124319f,0.006131352794037618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9962700823502031f,-0.023777612883286288f,-0.08294906955169623f,0.003024501696766553f,0f,0.9612851825814306f,-0.275555434984298f,1.0462953723168844f,0.0862897619299043f,-0.2745276359038526f,-0.9576996680124319f,0.0058431523950174605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9915768393663623f,0.10182767727043682f,-0.08004058829071066f,-0.18997366817340441f,0.124552271159597f,0.9191789287079133f,-0.3736265900178401f,1.0611183901196333f,0.03552609437021614f,-0.3804487102896798f,-0.9241194054112908f,0.022898448146114973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9826746630069662f,-0.17350450725154942f,-0.06516665287969309f,0.19498354166039117f,-0.1258994728972133f,0.8829346143015192f,-0.4523005522796002f,1.0588286827892108f,0.1360140779785285f,-0.43625984554119185f,-0.8894816005741919f,-0.023209557816540178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9962700823502031f,-0.03817175151866305f,-0.07738759848914428f,-0.0005421362168648923f,0f,0.8968340711382249f,-0.44236709738139124f,0.9205706479851056f,0.0862897619299043f,-0.440717104537179f,-0.8934889539073472f,0.05520202483614076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9962700823502031f,-0.03126098414655583f,-0.08042806651976875f,0.0002563476562500032f,0f,0.9320696305212062f,-0.3622791794459932f,1.1288299560546875f,0.0862897619299043f,-0.3609279079404236f,-0.9285930875554854f,-0.026116943359375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5621905544665361f,-0.24475285534643956f,-0.7899606447592016f,-0.03718615574478629f,0.008515960131184894f,0.9568660892720647f,-0.29040448623295934f,1.2069549560546875f,0.8269638800405087f,0.15653538577890247f,0.5400253828362119f,0.3312615851100433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5149339401532144f,-0.24475285534643956f,-0.8215467589115366f,0.013325759173811125f,-0.008515960131184894f,0.9568660892720647f,-0.29040448623295934f,1.2069549560546875f,0.8571875615647545f,0.15653538577890247f,0.4906385199897377f,0.4102401198600396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5387937591317056f,-0.24475285534643956f,-0.8061000712817797f,0.1089848124067794f,0f,0.9568660892720647f,-0.2905293224464357f,1.250534354421653f,0.8424377039999609f,0.15653538577890247f,0.5155534772245498f,0.293417830901359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5482589888048165f,-0.5457399453140817f,-0.6337033953540913f,0.5018597513420778f,-0.4780787217341159f,0.8262418780919539f,-0.2979347155202875f,2.085850982851092f,0.6861871588858205f,0.13961472334844954f,-0.7139011920458895f,-0.4940618271251246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24571153051271333f,-0.5457399453140817f,-0.8011203129753256f,0.5180681604026013f,-0.0015005228714198293f,0.8262418780919539f,-0.5633135071327451f,2.1115435357397647f,0.9693418345476547f,0.13961472334844954f,0.20219826116988154f,-0.5827536683608859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17288969664558312f,-0.5457399453140817f,-0.8199250361358542f,0.6329527112927177f,-0.2740538974791749f,0.8262418780919539f,-0.4921573124149988f,2.172520856157678f,0.9460463065147882f,0.13961472334844954f,-0.2924108666825906f,-0.4945461177406167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015566720036721923f,0f,-0.0000013482775301547547f,0.052389979663696615f,0f,0.000015625f,0f,1.2949524560546875f,0.0000013482775301547547f,0f,-0.000015566720036721923f,0.6594415346131187f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2.mcfunction new file mode 100644 index 000000000..7bd9f5a8e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20.mcfunction new file mode 100644 index 000000000..0b47268e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..f9dc7ca3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6673459706349202f,-0.20605414204117328f,0.4232440081908501f,0.315675943386874f,-0.13085816567815722f,0.7865343478892787f,0.17659078263085917f,1.3805760095420831f,-0.4521835251279378f,0.07648434207409631f,-0.6757400753727786f,-0.45517027654652215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6812089368517626f,0.06368624541704837f,0.4146063753706287f,0.315675943386874f,0.1764210445628928f,0.7608883960425143f,0.17298688910778043f,1.3805760095420831f,-0.3805653680888857f,0.23873188080465751f,-0.6619494615896607f,-0.45517027654652215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5138585781097367f,0.00222408963807688f,0.6347352673144654f,0.2761266993792255f,0.2050662541064529f,0.7734494597125705f,0.1633040389626806f,1.383060654390184f,-0.6007009551967032f,0.2621362835245415f,-0.48722415347574244f,-0.49042309136888274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46588853405145303f,-0.19061914141340958f,0.6217814863488641f,0.2761266993792255f,-0.10435570190304026f,0.7768648978717383f,0.1599713034736463f,1.383060654390184f,-0.641917254262348f,0.012052940784232247f,-0.47728080340480894f,-0.49042309136888274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7168512735738278f,-1.3866780555641387f,0.06822368937869171f,-0.642698303903527f,-0.3976451235695068f,0.13150410873697133f,-1.5053209873932822f,1.5785533979243862f,1.3301912859724243f,-0.7079808539799325f,-0.41323177893389734f,-0.7045976019091331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8874739555610487f,-0.04366316120236241f,0.45878481508725005f,-0.4174882039355059f,0.08416262959166212f,0.9634054319317006f,0.2544928790844846f,1.5840100071247256f,-0.45310774654715685f,0.2644683385176947f,-0.8513224230223514f,-0.5970130490086178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.794324084951772f,-0.04366316120236241f,0.6059230779722345f,-0.1771232740152581f,0.12707623481799477f,0.9634054319317006f,0.23601187315254987f,1.5379589655473689f,-0.5940546091143576f,0.2644683385176947f,-0.7597075880308672f,-0.38012161842853487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.056877789907404f,-0.009424868992546874f,0.9983366610816827f,0.4095887672781341f,0.37661155349329634f,0.9262840526037247f,-0.012711871120576729f,1.4050461039063948f,-0.9246235205696506f,0.37670814397420915f,0.056234504291327314f,0.3072178633919177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.44991071956991524f,-0.009424868992546874f,0.8930238049797745f,0.25561669214304356f,0.33251110824420504f,0.9262840526037247f,0.17729697342659492f,1.5060356495373002f,-0.8288647098955846f,0.37670814397420915f,-0.41361125099931073f,0.03015676475687415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7986874008176218f,-0.04633782724294955f,0.5999593665754324f,-0.17861263466035163f,-0.5543915665416236f,0.4443501756074475f,-0.703706552751326f,1.1716767119988964f,-0.23398381722400388f,-0.8946539706523595f,-0.38058618744412004f,-0.06008528101629036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7756558167168477f,-0.12486469882470352f,0.6186815505417436f,-0.19815800599909766f,-0.3951139710604245f,0.8604606733371332f,-0.3217023150570558f,1.3310024487805023f,-0.4921818808796012f,-0.49397999618165034f,-0.7167571133279353f,-0.15718626225864937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7029901245532597f,-0.23856676301100635f,0.669993122626675f,0.07930853208655127f,-0.7046285813583257f,0.3613984173187673f,-0.6106469899151585f,1.1723528859949444f,-0.09645437840526509f,-0.9013751070147991f,-0.4221604781839643f,0.16224044428960613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7421893069885499f,-0.25765892907357296f,0.6186815892367539f,0.03486424281798603f,-0.5385287084615407f,0.7787775655111031f,-0.3217022437275571f,1.3163630405049789f,-0.3989258862929316f,-0.5719417625294198f,-0.7167571119424905f,0.050521631865699385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.2976353326209688f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,2.038213279449948f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,0.025078021744657758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.3637374251766571f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,1.9265927807014327f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.06974650102710135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,-0.260096120959922f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,2.060960397001125f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.15815528398784154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,-0.26519378843583674f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,1.952243785599568f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.27637129259779203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9389549900343496f,0.14021998124592128f,0.31416855913504094f,0.2100916595432223f,0.19294074702104191f,0.9706737467341265f,0.14340971215400594f,2.150752768811194f,-0.28484626525295464f,0.19527118133643276f,-0.9384731061202113f,-0.01034037611906534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.10065849457606822f,0.038718497959449524f,0.9889057247157936f,0.14340971215400594f,2.1651781409587594f,-0.311886477842552f,0.14830729593667985f,-0.9384731061202113f,-0.04477047441511857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9231610062054559f,0.22152172144677446f,0.31416855913504094f,0.07949004642983937f,0.27680634059048775f,0.9501641459604798f,0.14340971215400594f,2.1617712147914427f,-0.26674333436963893f,0.21935410335448385f,-0.9384731061202113f,-0.05237756204251401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.946432267091536f,-0.07459276277888742f,0.31416855913504094f,0.10703867718619517f,-0.030358394577147244f,0.9891976659589342f,0.14340971215400594f,2.1705344417406116f,-0.3214721320529563f,0.12618992591490502f,-0.9384731061202113f,-0.04181610277367637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9464489943105215f,0.07438022330979127f,0.31416855913504094f,0.1708354047455895f,0.12475997533029587f,0.9817681004267194f,0.14340971215400594f,2.2763538199245357f,-0.29777382310100087f,0.1749256395297626f,-0.9384731061202113f,-0.03758747595991046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9464489943105215f,0.07438022330979127f,0.31416855913504094f,0.15409985450088648f,0.12475997533029587f,0.9817681004267194f,0.14340971215400594f,2.055455997328524f,-0.29777382310100087f,0.1749256395297626f,-0.9384731061202113f,-0.07694574485410698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9363296189359452f,-0.1567959219950558f,0.31416855913504094f,-0.16059949357617437f,-0.11645712902123209f,0.982787561765022f,0.14340971215400594f,2.165871434220953f,-0.33124701025579006f,0.09769159270726988f,-0.9384731061202113f,-0.1321247312164202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9493301337547079f,-0.008391280967813483f,0.31416855913504094f,-0.051335452909258415f,0.0387184979594495f,0.9889057247157936f,0.14340971215400594f,2.1713772250669225f,-0.311886477842552f,0.14830729593667985f,-0.9384731061202113f,-0.0947055341472823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9191009370089702f,-0.23780576956887556f,0.31416855913504094f,-0.03009450938213462f,-0.20166955439472822f,0.9688978508027235f,0.14340971215400594f,2.1662406288021527f,-0.33850089869816397f,0.06844976749133597f,-0.9384731061202113f,-0.08837972812035616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9476029594325579f,0.05785108232064702f,0.31416855913504094f,-0.0578109855354476f,0.10760675786595764f,0.9837959341862936f,0.14340971215400594f,2.177257847121687f,-0.3007813440628179f,0.1697021277204484f,-0.9384731061202113f,-0.0959746919216223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9449862976598135f,-0.0910989225304592f,0.31416855913504094f,-0.10372993650714375f,-0.047617650559736525f,0.9885171793221783f,0.14340971215400594f,2.287551987165876f,-0.32362548816551706f,0.12056024427112527f,-0.9384731061202113f,-0.1277913093537418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9449862976598135f,-0.0910989225304592f,0.31416855913504094f,-0.08323267893779046f,-0.047617650559736525f,0.9885171793221783f,0.14340971215400594f,2.0651356218183863f,-0.32362548816551706f,0.12056024427112527f,-0.9384731061202113f,-0.15491736431474495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9493301337547078f,-0.008391280967813483f,0.31416855913504094f,0.0299163518045824f,0.03871849795944951f,0.9889057247157936f,0.14340971215400594f,1.549000072151798f,-0.31188647784255197f,0.14830729593667982f,-0.9384731061202113f,-0.1626117591857178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7456711962146677f,-0.10657996524282064f,0.6577348843908354f,0.06988383877064014f,0.04684610648167502f,0.9762960071199334f,0.21130913087034972f,1.182889069481823f,-0.6646652611979161f,0.1883794508180607f,-0.723002955088146f,-0.23325405324249057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8316344207382449f,-0.3572200627299276f,0.4251799819212923f,0.2559098403143239f,-0.1946421183192583f,0.9045778611831744f,0.3792800269371766f,0.5630857688730087f,-0.5200948336789701f,0.2326643931513805f,-0.8218081553136012f,-0.17775721471012298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8316344207382449f,-0.12053179844259618f,0.5420851185999827f,0.22464113057343116f,-0.1946421183192583f,0.9775023887886489f,-0.08126208026304041f,0.8975785510141746f,-0.5200948336789701f,-0.1730929388411854f,-0.8363851974441955f,-0.25294013488885914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8756404539801697f,0.07959793004757337f,0.4763590713795046f,-0.0882642325203126f,0.1695320224998769f,0.9742198636119542f,0.1488440482216425f,0.541958210930771f,-0.4522307914113141f,0.21109198676417587f,-0.8665607217174395f,-0.32888231330130796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8756404539801697f,0.2558336228749738f,0.40963758709384573f,0.01343153126307628f,0.1695320224998769f,0.957021943417595f,-0.23530383159717375f,0.9113335650576068f,-0.4522307914113141f,-0.13659486529103354f,-0.8813791205126321f,-0.3873214431047874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7934698391850069f,0.408018778526441f,0.4515819866574733f,0.0795372574495505f,0.22961350514271367f,0.8878495471009298f,-0.3987490689252463f,1.048952887289676f,-0.5636339703742104f,-0.21270603677955383f,-0.7981684592601609f,-0.25031641299375196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8911744271341898f,0.004060520716599299f,0.4536426485611322f,0.07987697368381252f,-0.24507364504488593f,0.8371853482026024f,-0.488937216071042f,1.0179516383041332f,-0.381768318390175f,-0.5469042008673892f,-0.7450830464767941f,-0.2636091846842816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,0.1963534361081126f,0.4515819866574733f,0.08321888437657761f,0f,0.917060074385124f,-0.3987490689252463f,1.0661477636843972f,-0.4924235601034672f,-0.34705352338981976f,-0.7981684592601609f,-0.2568236665573111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8849548181005816f,0.0086997490139816f,0.4655956231405749f,0.08141196439520844f,0.18041344951996727f,0.9281467362630045f,0.3255681544571566f,1.0780514170930153f,-0.42930869680554196f,0.37211281935916496f,-0.8229374778898461f,-0.25362994630241137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8150257481340017f,-0.3448967172806236f,0.4655956231405749f,0.08141196439520844f,-0.20464767547402105f,0.9231060100153398f,0.3255681544571566f,1.0780514170930153f,-0.5420815056812863f,0.1700633666684534f,-0.8229374778898461f,-0.25362994630241137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,-0.16031742967410856f,0.4655956231405749f,0.07940799652428208f,0f,0.9455185755993167f,0.3255681544571566f,1.0898703992880068f,-0.4924235601034672f,0.28336009764842734f,-0.8229374778898461f,-0.25008794508180604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8361924600394017f,0.2045946793112435f,0.5088449537637008f,-0.09657466252875276f,0.24133258602093882f,0.9704213527646897f,0.006401642195232024f,1.1272528344004475f,-0.49248426644685767f,0.1281538735110221f,-0.8608343812873772f,-0.3325017318998345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8495894093796762f,-0.21332940673850984f,0.48237785986764403f,0.2469078896108881f,-0.25818857491685077f,0.9656985063019375f,-0.027659622351222636f,1.1376470718401592f,-0.4599309679205117f,-0.14804377442770744f,-0.8755264391215718f,-0.15268092017692575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,-0.1149539971595742f,0.47881785793974896f,0.0857643071094123f,0f,0.9723699203976767f,0.23344536385590542f,0.9693588609091399f,-0.4924235601034672f,0.20318050212274963f,-0.8463076987787447f,-0.2771880926054688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8703556959398996f,-0.10657996524282064f,0.48075115554079756f,0.06875000000000003f,0f,0.9762960071199334f,0.21643961393810288f,1.1875f,-0.4924235601034672f,0.1883794508180607f,-0.8497247907202148f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3906951249913272f,-0.6845837617011148f,-0.6153880016080603f,1.455902901319312f,0.5609855267969309f,0.7071067811865475f,-0.4304593345768794f,0.828125f,0.7298304995218965f,-0.1770453987404109f,0.6603047544524179f,-0.32786107915308815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6955385031181093f,-0.6845837617011148f,-0.2181083764906119f,1.4324297759392084f,-0.5609855267969309f,0.7071067811865475f,-0.4304593345768794f,0.828125f,0.4489113825740991f,-0.1770453987404109f,-0.8758615743256806f,-0.2370972378676406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2503800040544415f,-0.6845837617011148f,-0.6845837617011147f,1.5468539028844275f,0f,0.7071067811865475f,-0.7071067811865475f,0.9341910171779821f,0.9681476403781076f,-0.1770453987404109f,-0.17704539874041092f,-0.25592234869930275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5289932421111491f,0.4310983776393146f,0.7309721872940762f,-1.0183181424173753f,-0.25309861080009455f,0.9023048425141521f,-0.348980034366686f,2.5420056783110456f,-0.8100044709825973f,-0.0003999653259437186f,0.5864235645128361f,-0.6696553518720176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8429784397952523f,0.4310983776393146f,0.32177871097559096f,-0.9941410913755435f,0.40259556881808367f,0.9023048425141521f,-0.1541518055150661f,2.530494321688954f,-0.3567970823989537f,-0.0003999653259437186f,-0.9341818249245336f,-0.5798109231541517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2578885444462065f,0.4310983776393146f,0.8646662289231422f,-1.1359295512349308f,0.12278780396897282f,0.9023048425141521f,-0.4132422127179025f,2.5982363319076853f,-0.9583405729905699f,-0.0003999653259437186f,-0.2856277055676566f,-0.5818889816779362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013599307749060932f,0f,0.000007694118126616676f,-0.2760729898065799f,0f,0.000015625f,0f,1.3536225f,-0.000007694118126616676f,0f,-0.000013599307749060932f,0.3635654739136342f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21.mcfunction new file mode 100644 index 000000000..cbc9fb2a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..c2b2539dd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6635069499508286f,-0.2115834939756876f,0.4265388574191491f,0.3219970649881349f,-0.13518594335649425f,0.785208686917656f,0.1792108343608432f,1.3745124228421504f,-0.4565388620152808f,0.07499458320795603f,-0.6729729002000763f,-0.44274399699298134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6798073356195681f,0.057242897146689314f,0.417833982777942f,0.3219970649881349f,0.17200734297035614f,0.7613110093757988f,0.1755534703942954f,1.3745124228421504f,-0.38506552741332495f,0.23901631268483753f,-0.6592387593796666f,-0.44274399699298134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4711863524224673f,-0.011506449938087027f,0.6669298818804544f,0.28292823895713703f,0.21183154498504697f,0.7716939993979095f,0.16297304159569354f,1.3771514211245974f,-0.6324992191967533f,0.26702137994461406f,-0.4422541857488924f,-0.4802408600193283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.42212189313808f,-0.18704893147913243f,0.6533190679645269f,0.28292823895713703f,-0.09757486988395758f,0.7778122913863676f,0.1596470611549651f,1.3771514211245974f,-0.6725267668283932f,0.0045537457991469965f,-0.43322859012136405f,-0.4802408600193283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7863516966203495f,-1.3451751618521863f,0.11645189203376366f,-0.6205870326816045f,-0.47156770856709196f,0.14733931473860032f,-1.4823364235453247f,1.5776118411466524f,1.265180285753411f,-0.7811537366410692f,-0.4801290808445314f,-0.7347147041795515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8632479848773954f,-0.04842896556085443f,0.5024515418424168f,-0.4009295663246853f,0.093366369751258f,0.9628929819497876f,0.2532189296070048f,1.5807553927090148f,-0.496070194231207f,0.26550280715380664f,-0.826693789615515f,-0.616120853118548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7657350333518246f,-0.04842896556085443f,0.6413302534516719f,-0.1712046082083304f,0.13488364597463137f,0.9628929819497876f,0.2337595075295039f,1.532134848914503f,-0.628853131300362f,0.26550280715380664f,-0.7307886142019308f,-0.3884708213492444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.13863045773283045f,-0.023914455608758815f,0.9900553999659427f,0.37603937431343337f,0.377313980047263f,0.9255838200047709f,-0.030475442675527542f,1.393146850226388f,-0.9156504554958075f,0.3777865679961537f,0.1373373670637672f,0.325461313721828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.37832167510261827f,-0.023914455608758815f,0.9253652300364898f,0.24584478921296243f,0.34141172100183115f,0.9255838200047709f,0.16350115873578253f,1.497171393353273f,-0.8604131257193353f,0.3777865679961537f,-0.3420037457858773f,0.03754221907411448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7982707224886828f,0.022841152106892804f,0.6018655459384815f,-0.18918058924189252f,-0.4855412903934177f,0.5668853367383966f,-0.6655003157881216f,1.1565801551549049f,-0.35638954662067646f,-0.8234799917189395f,-0.4414376448583472f,-0.08360017566576873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7615813947930905f,-0.08341431377763814f,0.6426786377047371f,-0.20080403158954507f,-0.32910276493350893f,0.9040762876417918f,-0.27264892487768155f,1.3243904033072553f,-0.5582876939519f,-0.4191516651295111f,-0.7159795614408473f,-0.16666598513655734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7323331967573824f,-0.15153896354698318f,0.6638704929835483f,0.05782854820191195f,-0.6338384776475571f,0.5080133647421659f,-0.5832419785104381f,1.1523216556369096f,-0.2488711979730491f,-0.8479141252334751f,-0.46808627735601294f,0.14679438063750846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7423942552444469f,-0.19966263337733675f,0.639519821907711f,0.02438880333058449f,-0.4603137327142203f,0.8455857128178144f,-0.27036284832256413f,1.3091792089882337f,-0.48678746620547286f,-0.49509558179326923f,-0.719665427566199f,0.04946605012898175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944832f,0.31560605209702064f,0.2899838832677006f,0.030738359088372094f,0.9885632288688206f,0.14764110474053596f,2.0338057582749633f,-0.31460031135637634f,0.14977222714423444f,-0.9373339447980784f,0.02626731712327754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944832f,0.31560605209702064f,0.3573536697219633f,0.030738359088372094f,0.9885632288688206f,0.14764110474053596f,1.922924019769972f,-0.31460031135637634f,0.14977222714423444f,-0.9373339447980784f,-0.0685317569187075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944832f,0.31560605209702064f,-0.2673928814751649f,0.030738359088372094f,0.9885632288688206f,0.14764110474053596f,2.0518645442393817f,-0.31460031135637634f,0.14977222714423444f,-0.9373339447980784f,-0.15856036579859356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944832f,0.31560605209702064f,-0.2711775756263743f,0.030738359088372094f,0.9885632288688206f,0.14764110474053596f,1.9432881826660184f,-0.31460031135637634f,0.14977222714423444f,-0.9373339447980784f,-0.2769544631923068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9396666260190462f,0.13297168984153324f,0.31519067506299914f,0.20177379392263267f,0.18506863604523965f,0.9724898879095346f,0.1414673738572082f,2.1459073733443668f,-0.28770858850290953f,0.19126407821226546f,-0.9384251810811962f,-0.009847525050765776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9488991257312394f,-0.015661658271732867f,0.31519067506299914f,0.09231700824495331f,0.030659198659566136f,0.9894680367103821f,0.1414673738572082f,2.159410101638828f,-0.31408671210995665f,0.14390176089499854f,-0.9384251810811962f,-0.04457545362009636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9240889668867169f,0.216968704826911f,0.3146174858522219f,0.07088598071155511f,0.2693024729161911f,0.9537959537076818f,0.13322708723107982f,2.155938004259234f,-0.27117477640714366f,0.2078409483633732f,-0.9398225262377728f,-0.051210121578853636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9459078506331058f,-0.0792096945246301f,0.3146174858522219f,0.0983823304653627f,-0.03861728714039166f,0.9903328977479434f,0.13322708723107982f,2.164955823474614f,-0.3221289233281835f,0.11387087393831669f,-0.9398225262377728f,-0.04072702509856647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9466532815366862f,0.0697380968470648f,0.3146174858522219f,0.16169524956532558f,0.11678035281696178f,0.9841813310685525f,0.13322708723107982f,2.2711074546966366f,-0.30034965249150775f,0.16286100031708403f,-0.9398225262377728f,-0.0377353708412584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9466532815366862f,0.06709994716208463f,0.31519067506299914f,0.14659776145385656f,0.11678035281696178f,0.9830306868709087f,0.1414673738572082f,2.0499255501506823f,-0.30034965249150775f,0.17072863193077678f,-0.9384251810811962f,-0.07614931302568312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9342871600149647f,-0.16583221192188308f,0.31560605209702064f,-0.16891134885583475f,-0.12428544098592556f,0.9812009138550206f,0.14764110474053596f,2.1576177112070063f,-0.3341565977054853f,0.09871395108680214f,-0.9373339447980784f,-0.13208113472720856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9487264080729624f,-0.017635830139448333f,0.31560605209702064f,-0.059810009199197184f,0.03073835908837208f,0.9885632288688206f,0.14764110474053596f,2.1640392429825956f,-0.3146003113563764f,0.14977222714423444f,-0.9373339447980784f,-0.09433458203981615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9162786857005635f,-0.24662966166011113f,0.31560605209702064f,-0.03854261723984555f,-0.20932979179188888f,0.9666349582232987f,0.14764110474053596f,2.159082374423542f,-0.34148851869310703f,0.06921464823330822f,-0.9373339447980784f,-0.0879544865596862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9476455715477975f,0.04858693863149756f,0.31560605209702064f,-0.06633397688062476f,0.09962216690953295f,0.9840109389896248f,0.14764110474053596f,2.1698638861059174f,-0.3033863783792826f,0.17135279788546162f,-0.9373339447980784f,-0.09561379202164991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9435791537871359f,-0.10025567524128193f,0.31560605209702064f,-0.11314136749367246f,-0.05553757211320877f,0.9874804718447672f,0.14764110474053596f,2.279793246087847f,-0.3264566718909612f,0.12178307479756946f,-0.9373339447980784f,-0.12739819903532412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9435791537871359f,-0.10025567524128193f,0.31560605209702064f,-0.09058384056438407f,-0.05553757211320877f,0.9874804718447672f,0.14764110474053596f,2.057610139922775f,-0.3264566718909612f,0.12178307479756946f,-0.9373339447980784f,-0.1547993908647772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9487264080729625f,-0.01763583013944832f,0.31560605209702064f,0.027182634263171614f,0.030738359088372094f,0.9885632288688206f,0.14764110474053596f,1.5425154057183164f,-0.31460031135637634f,0.14977222714423444f,-0.9373339447980784f,-0.16294093258171038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7206170717444145f,-0.11406403169187479f,0.6838862716743921f,0.06995664614762466f,0.048675821820869526f,0.9756176269213265f,0.21401147261411554f,1.176658795622819f,-0.6916225128497251f,0.1875090470206554f,-0.6974945569714774f,-0.23325682521445618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8193947161871318f,-0.36346321143942795f,0.4432683081551711f,0.2615164155730987f,-0.18515383524137474f,0.8996474362890166f,0.39541439993253913f,0.5541178087267389f,-0.5425037846688443f,0.24192764271314246f,-0.8044629632936763f,-0.18854048224588016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8193947161871318f,-0.12910356284082672f,0.5585020762239069f,0.2264280951930962f,-0.18515383524137474f,0.9816916541196133f,-0.044716367554928f,0.8921514730499027f,-0.5425037846688443f,-0.14004915670471665f,-0.8282969741139214f,-0.2509124804274759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8641296867122978f,0.07230990233069032f,0.4980473497243331f,-0.08365513640909225f,0.1683919273937077f,0.9741267606847478f,0.15073557279710784f,0.5363823784409794f,-0.4742615769078688f,0.21412223645097206f,-0.8539482563516926f,-0.33532022364659786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8641296867122978f,0.257400108034059f,0.4324639510139093f,0.01879030514794254f,0.1683919273937077f,0.9576597826456741f,-0.23352066180891265f,0.9060160400798724f,-0.4742615769078688f,-0.12896869809025402f,-0.8708863482577776f,-0.3907386338331824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7830570496148385f,0.3972704155080941f,0.4785372232235762f,0.08091882374152075f,0.23033735126753418f,0.8999433587087261f,-0.3701981303668532f,1.0464036912401278f,-0.5777251610061319f,-0.17966125925775805f,-0.7962132065360105f,-0.2515079317705816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8772855157527388f,0.013179800145970151f,0.4797878872153439f,0.082095037649714f,-0.23982957150450554f,0.8538477493910088f,-0.4619802998958658f,1.0158208758376384f,-0.4157546157078914f,-0.5203559490656575f,-0.7459073573772834f,-0.26562530220205505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8569937526525921f,0.1912167197289431f,0.4785372232235762f,0.0845270832428059f,0.00055740657603962f,0.9289526541061149f,-0.3701981303668532f,1.06393302782311f,-0.5153264957406488f,-0.31699074517295844f,-0.7962132065360105f,-0.25748954713199534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8748182858851653f,-0.0023719610547945635f,0.4844453947368017f,0.08240688376906019f,0.18623520276427222f,0.9214985228303993f,0.3408180184097405f,1.0678890217741424f,-0.4472241227083927f,0.3883746209810141f,-0.8057020155402134f,-0.2539633520068001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8004698232105595f,-0.34906491745712864f,0.48723889985294033f,0.08239283398067015f,-0.19886507949120968f,0.9215390185822133f,0.33349440383533563f,1.0679642321171896f,-0.5654208541327517f,0.17005740392931756f,-0.8070809978438412f,-0.253939985198184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8570119298973223f,-0.17562235487537325f,0.4844453947368017f,0.08019755454472799f,0f,0.940129288091408f,0.3408180184097405f,1.0797158482183322f,-0.5152965670501475f,0.29208510770111284f,-0.8057020155402134f,-0.2502889213519201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8235223081942329f,0.19100091250485773f,0.534162577619169f,-0.09354487233665369f,0.24232473964612317f,0.9698246179262676f,0.026812889057460182f,1.1210836428956803f,-0.5129227314731544f,0.15152181983622265f,-0.8449564542931416f,-0.337327474102414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8381978207563504f,-0.20416523130021716f,0.5057083859374234f,0.2458617317195232f,-0.2477956932254843f,0.9686127094400243f,-0.019665033184733588f,1.128608499012358f,-0.4858206538407016f,-0.1417955480238496f,-0.8624803272321112f,-0.1498150833425581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8570119298973223f,-0.1248751349640402f,0.49993674868065063f,0.08792868556918805f,0f,0.9701922749894777f,0.24233643875971644f,0.9635275446688758f,-0.5152965670501475f,0.20768521906590887f,-0.831466353960206f,-0.27830807079476216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8570119298973223f,-0.11580012876760103f,0.5021164030292918f,0.06875000000000003f,0f,0.9744221777057307f,0.22472520907815716f,1.18125f,-0.5152965670501475f,0.19259218512865073f,-0.8350914310503399f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30256127349125006f,-0.6960626774644044f,-0.6511170592331595f,1.480800136503231f,0.5399934874842025f,0.6881067922024364f,-0.4846814170148485f,0.821825280439593f,0.7854067158218103f,-0.20495314480621582f,0.5840637800583435f,-0.3226657533690871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6792258383812588f,-0.6960626774644044f,-0.23269939732702546f,1.4544103218687434f,-0.5385741825859631f,0.6881067922024364f,-0.48625805122047566f,0.8219247195604068f,0.4985881169132875f,-0.20495314480621582f,-0.8422613003735271f,-0.23270670548940667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.28149135610120235f,-0.6960626774644044f,-0.6604993304170648f,1.566680128748547f,0.0010606839553466973f,0.6881067922024364f,-0.7256086531143492f,0.9307162979671523f,0.9595631773832578f,-0.20495314480621582f,-0.19295781156560998f,-0.24874255769440537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.49604167803494637f,0.4431113521741501f,0.7467228289175785f,-1.0315217808432768f,-0.23651885659232214f,0.8964181895961539f,-0.37482430529171185f,2.543514591934221f,-0.8354648311739611f,0.009314447678213933f,0.5494649733476326f,-0.6851492589791687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7968033489546971f,0.4431113521741501f,0.4108001371335894f,-1.0103863201268772f,0.39858913349084507f,0.8964181895961539f,-0.19380694524234976f,2.532125408065779f,-0.454126772782223f,0.009314447678213933f,-0.8908883854371731f,-0.5945256346248297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.22544491430826363f,0.4431113521741501f,0.8676559918463862f,-1.151102449262035f,0.12148462793004336f,0.8964181895961539f,-0.4262345768914727f,2.6017551865337207f,-0.9666519931129499f,0.009314447678213933f,-0.2559241396883288f,-0.6014488258487498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013390811404645663f,0f,0.000008051508860158556f,-0.2917018734510103f,0f,0.000015625f,0f,1.3473724999999999f,-0.000008051508860158556f,0f,-0.000013390811404645663f,0.3542265488317246f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22.mcfunction new file mode 100644 index 000000000..8f0dd3a2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..5ad2c73ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6666192985298585f,-0.22066356439165918f,0.41697811288120595f,0.32577804005965627f,-0.1447312881528009f,0.7826739529632364f,0.18280804694262476f,1.3688982058948267f,-0.4490167140559855f,0.0753227664608388f,-0.6779785511323315f,-0.42980490800518223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6860279667997545f,0.05019194500875855f,0.40846835547546706f,0.32577804005965627f,0.16241836398794265f,0.7625953096098324f,0.17907727047440794f,1.3688982058948267f,-0.37813476937207857f,0.23649347225097322f,-0.6641422541704473f,-0.42980490800518223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4192275839186526f,-0.02919946209781376f,0.7002428641117106f,0.28654469570701513f,0.21926992876416584f,0.7695307795181211f,0.1633631603466185f,1.3715914034367205f,-0.6656676165068652f,0.27187168891202274f,-0.38719097813177095f,-0.47008019441283033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3684652739929424f,-0.18358357826803878f,0.6859521934155532f,0.28654469570701513f,-0.09003201378235787f,0.7786429770986131f,0.16002921829872832f,1.3715914034367205f,-0.7043632431889097f,-0.0034905594553879815f,-0.3792891214352042f,-0.47008019441283033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8133577744171024f,-1.3158347305247728f,0.22007803784125432f,-0.6029102681945918f,-0.6237354188590124f,0.14720986825164262f,-1.425022677696782f,1.5708815822794946f,1.1793258701716123f,-0.829647194073561f,-0.6018988912681574f,-0.7587315050026529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8448573735606606f,-0.06065175872682295f,0.5315424559746155f,-0.38772667402673466f,0.09266109766556777f,0.9619474349417817f,0.2570429018439113f,1.5742274768993316f,-0.5269060061525157f,0.26641789837071717f,-0.8070883248493533f,-0.6322064249129091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7430548960200469f,-0.06065175872682295f,0.666476395428961f,-0.16671511644440754f,0.13470411896777812f,0.9619474349417817f,0.23772238586645814f,1.52535237830877f,-0.6555335398236708f,0.26641789837071717f,-0.7066097095242734f,-0.39603604832474215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2370791587030155f,-0.04031951495502813f,0.970653289914819f,0.3361515066389499f,0.3746566848978421f,0.9256441674084781f,-0.053058871115246556f,1.3812573117196605f,-0.8963402484380745f,0.3762408963104045f,0.23455691627729522f,0.34229532138864993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2889250941235347f,-0.04031951495502813f,0.956502287869453f,0.2356793968562307f,0.34966058369305597f,0.9256441674084781f,0.144638693142937f,1.4881183482624325f,-0.8912125258304766f,0.3762408963104045f,-0.25334368305999916f,0.04370661656240643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7829620354461757f,0.10532780099637182f,0.6130876816469649f,-0.2002225375586857f,-0.3650951980509531f,0.7201602705827452f,-0.5899785428592492f,1.139490132356917f,-0.5036625332602347f,-0.6857661693401447f,-0.5254034769378929f,-0.11452293858490697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7409540553622425f,-0.0394767575620556f,0.6703944163361101f,-0.20343446449947045f,-0.23019534569955213f,0.9527216672093939f,-0.19832177804773946f,1.31688593384588f,-0.6308701852683409f,-0.30126900013466335f,-0.7150103488043718f,-0.17547969079018366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7499469365642552f,-0.03200358585269364f,0.6607233633151308f,0.03442012646992368f,-0.49494917394446175f,0.6898161067245012f,-0.5283739718373215f,1.1304642726317473f,-0.43886775633393726f,-0.7232769244183177f,-0.5331656244117722f,0.12153730984998831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7350666348764112f,-0.12910861793813777f,0.6655884667462115f,0.014372188523686658f,-0.3376942796993835f,0.9209841778089136f,-0.19429543917435155f,1.3019344594760789f,-0.587911231181871f,-0.367585512499804f,-0.7205839820940185f,0.048111376368187464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,0.2802511165454263f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,2.030717220001543f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,0.024794885302266062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,0.3486893028880474f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,1.920841949395347f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.07040990480489133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,-0.27823938343354765f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,2.0410911893324997f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.1572408040379182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,-0.2810978566627104f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,1.932540255236639f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.27568419278424805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9433150950147067f,0.12418827232710594f,0.3077887336044048f,0.19074984687558172f,0.17220713318605657f,0.975901181513929f,0.13402084613804263f,2.1421752702735155f,-0.2837275714435146f,0.17942730264964057f,-0.9419684221175566f,-0.01203637005921604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9511286467991816f,-0.024907683636863874f,0.3077887336044048f,0.0809430780504424f,0.017422398352921364f,0.9908253493103996f,0.13402084613804263f,2.1541669957248417f,-0.30830302832374146f,0.132833483955555f,-0.9419684221175566f,-0.0462096442055782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9276946616209186f,0.21355244119696773f,0.30623188870342183f,0.05891401620123346f,0.25708540074400027f,0.9601978227359914f,0.10921189466975839f,2.1506788401848462f,-0.27072072607088354f,0.18004303949855235f,-0.9456716091771901f,-0.05066300082585888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9482813865869218f,-0.0835729752606664f,0.30623188870342183f,0.08644626875737799f,-0.05221469956531223f,0.9926461540810733f,0.10921189466975839f,2.1601193491354356f,-0.31310706954984163f,0.08757380084325603f,-0.9456716091771901f,-0.040657128303259446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9496801628120158f,0.06579983816452738f,0.30623188870342183f,0.14921300546481212f,0.10371222011957835f,0.9885932113162166f,0.10921189466975839f,2.2666360426695347f,-0.29555264126583497f,0.13547635895982846f,-0.9456716091771901f,-0.04107580826750151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9496801628120158f,0.0580834212795674f,0.3077887336044048f,0.13614423567690948f,0.10371222011957835f,0.9855364976490273f,0.13402084613804263f,2.044890330698504f,-0.29555264126583497f,0.15919839187048682f,-0.9419684221175566f,-0.07689544643836099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9341162879035405f,-0.1790293545239216f,0.3088288375331188f,-0.18111395264710295f,-0.13713786350547336f,0.9787311826515189f,0.1525728629170765f,2.148195044794563f,-0.3295754345615945f,0.10016866937474436f,-0.9388004423780536f,-0.13118491970106955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9506221276237855f,-0.030697224303994075f,0.3088288375331188f,-0.07192587917963064f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,2.1561189377981274f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.09397850685153593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9149582570434834f,-0.25976169266443655f,0.3088288375331188f,-0.050559722405545016f,-0.2219180557060691f,0.9630544626618606f,0.1525728629170765f,2.1514560945878407f,-0.33705157531094393f,0.07106310555542736f,-0.9388004423780536f,-0.0877076725448839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9504477900201741f,0.03568960007774648f,0.3088288375331188f,-0.07853689089054425f,0.08654358250834027f,0.9844956728335118f,0.1525728629170765f,2.161852577360246f,-0.2985953897373322f,0.17173969435858863f,-0.9388004423780536f,-0.09522144752987269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9443292840430036f,-0.1134325897031821f,0.3088288375331188f,-0.1270336289122528f,-0.06853096651731157f,0.9859132964563821f,0.1525728629170765f,2.271135277435639f,-0.32178519221218255f,0.12291468367831175f,-0.9388004423780536f,-0.1267016380746491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9443292840430036f,-0.1134325897031821f,0.3088288375331188f,-0.10151129622903689f,-0.06853096651731157f,0.9859132964563821f,0.1525728629170765f,2.0493047857329536f,-0.32178519221218255f,0.12291468367831175f,-0.9388004423780536f,-0.1543574419022692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9506221276237854f,-0.030697224303994075f,0.3088288375331188f,0.023397896006823293f,0.017657820137799374f,0.9881344659960344f,0.1525728629170765f,1.5359107424266025f,-0.3098479818556328f,0.1504923836304089f,-0.9388004423780536f,-0.1634162769565855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6969812896741028f,-0.12435179097905784f,0.7062249740164427f,0.07002981762396998f,0.04784471798336361f,0.9745906547730965f,0.2188239899783375f,1.1704392468866913f,-0.7154914149067877f,0.1863053614613596f,-0.6733218750979616f,-0.23328078750459535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8111362581848542f,-0.36688086140693116f,0.4554738238265525f,0.27098255110660846f,-0.1689052517060068f,0.892541799530301f,0.4181389147608033f,0.5448979115226282f,-0.5599365915923015f,0.26223571386163247f,-0.7859411197866389f,-0.2086169840286406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8111362581848542f,-0.14458093446231773f,0.5667047944458175f,0.22878109440502856f,-0.1689052517060068f,0.9855846552997255f,0.00969036551692587f,0.8871851866869931f,-0.5599365915923015f,-0.08785920912302884f,-0.8238639285514762f,-0.2507342291643215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8551896732164134f,0.06457169092088702f,0.5142772788638649f,-0.07816701532853636f,0.16560629121448955f,0.9742415232018615f,0.15306211412200835f,0.5311805684972153f,-0.49114679998365646f,0.21606469216633817f,-0.8438547681117169f,-0.34156173043566523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8551896732164134f,0.25646185788445464f,0.45041973566270144f,0.0240270779495817f,0.16560629121448955f,0.958656138206087f,-0.23141513561125127f,0.9012134774545038f,-0.49114679998365646f,-0.12331149228780713f,-0.8623045266815942f,-0.39473433698895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.778283789877697f,0.3748284843646222f,0.5037637836551265f,0.08272210501155107f,0.23102146799427659f,0.916941471639013f,-0.32534200299723126f,1.045819839024643f,-0.5838693550267718f,-0.13682815827672762f,-0.8002341103472285f,-0.2534776555411728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8630245464174595f,0.01530435230456606f,0.5049301031642659f,0.0849401875127295f,-0.2298268883379961f,0.8782093710406026f,-0.4194376020498677f,1.015891436121283f,-0.44985356915091035f,-0.47803146069794045f,-0.7543988924336915f,-0.2688114730590683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8459664179716101f,0.1748223954239104f,0.5037637836551265f,0.08602362594913161f,0.0016734153566090087f,0.9455949348250516f,-0.32534200299723126f,1.063677399368814f,-0.53323355046858f,-0.27438540283960455f,-0.8002341103472285f,-0.25865942387379876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8678662956961688f,-0.012778166300237703f,0.49663347778881506f,0.08356476766187892f,0.1947604804620552f,0.910896265575404f,0.3637806325396834f,1.0558399383145616f,-0.45703002969695483f,0.4124375247559153f,-0.7880474859603411f,-0.25475775961179703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7888757662642621f,-0.35213406275181697f,0.503663208156872f,0.08354731175675051f,-0.1894663241401494f,0.9189968139623603f,0.34575622618233565f,1.0559237719329748f,-0.5846174282535487f,0.17733149121611202f,-0.791691862283096f,-0.25473006095118145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.846012316763579f,-0.193954501426773f,0.49663347778881506f,0.08112288048891585f,0f,0.9314846490356283f,0.3637806325396834f,1.06756733004592f,-0.5331633519704084f,0.30776289572861776f,-0.7880474859603411f,-0.25088302475457375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8138768643758425f,0.17156811335983385f,0.5551295633560633f,-0.09086848010869623f,0.24391826321040877f,0.9680340567923434f,0.05842898050262173f,1.114934871860933f,-0.5273597733105589f,0.18296023439071457f,-0.8297091189841959f,-0.34136784592467484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8292001944654758f,-0.19348241470885777f,0.524396407974775f,0.24584154533923375f,-0.23125396392227388f,0.9728702284813293f,-0.0067173435911584145f,1.1179299957555755f,-0.5088699653827615f,-0.12683877062284868f,-0.8514477579970666f,-0.14885804397757896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.846012316763579f,-0.13587976544799413f,0.5155578039619997f,0.09040031577693464f,0f,0.9669790732177221f,0.25485578659115293f,0.9579403467992861f,-0.5331633519704084f,0.21561113445458555f,-0.8180762059948236f,-0.28025737027881414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.846012316763579f,-0.12647736839899332f,0.5179446255799812f,0.06875000000000003f,0f,0.97145579054865f,0.2372206715476068f,1.175f,-0.5331633519704084f,0.20069160992020285f,-0.8218635639954575f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15556326362461864f,-0.718013177952542f,-0.6784225433289699f,1.521746262515242f,0.49916322219261994f,0.6497869983935901f,-0.5732477076525728f,0.8154904769596637f,0.8524295563979105f,-0.24946729846843554f,0.4594887576145057f,-0.339069871727507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6487002901437822f,-0.718013177952542f,-0.252279626315451f,1.491195342810976f,-0.49482042055182135f,0.6497869983935901f,-0.5770005269699214f,0.8157595230403365f,0.5782220031893384f,-0.24946729846843554f,-0.776804597065806f,-0.250437871753288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3258764768455039f,-0.718013177952542f,-0.6150297538536265f,1.598725265741153f,0.0028698248605092402f,0.6497869983935901f,-0.7601109266573651f,0.9296416389986049f,0.9454079997250031f,-0.24946729846843554f,-0.20968972566825686f,-0.263300412890159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.40999330272662926f,0.4737615052463387f,0.7793943339966193f,-1.0482406531704695f,-0.2101236371511616f,0.8805921048913466f,-0.42474180617569823f,2.546671954110704f,-0.8875548145493198f,0.010372123685671558f,0.46058535606396744f,-0.6849803753644856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7175416282172585f,0.4737615052463387f,0.5105722749249598f,-1.029093419313967f,0.3928145915727716f,0.8805921048913466f,-0.2650551668059766f,2.535298045889296f,-0.5751788490746527f,0.010372123685671558f,-0.8179619249252419f,-0.593914025116903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2042371611360288f,0.4737615052463387f,0.8566429934096345f,-1.1671634852536634f,0.12132168769502252f,0.8805921048913466f,-0.45808142605639324f,2.609697213908459f,-0.9713744026408804f,0.010372123685671558f,-0.23732717700322886f,-0.60384812369021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013218942449430923f,0f,0.000008330677374537632f,-0.3039058983758969f,0f,0.000015625f,0f,1.3411225f,-0.000008330677374537632f,0f,-0.000013218942449430923f,0.3465353612821142f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23.mcfunction new file mode 100644 index 000000000..bc988f52a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..a57a7a67c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6740639912732698f,-0.2293167017655136f,0.3999950379749482f,0.32885744250222626f,-0.15586741201930568f,0.7801165367386534f,0.18457514302239575f,1.36247254935789f,-0.43392111032259983f,0.0760031831091326f,-0.6876630211216291f,-0.4160573224420379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6960094311874374f,0.045151459190217694f,0.39183187393464314f,0.32885744250222626f,0.15138118743553397f,0.764455422849152f,0.1808083033688775f,1.36247254935789f,-0.3642178026795887f,0.2314503234163185f,-0.6736290819150653f,-0.4160573224420379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.35709129179004806f,-0.047496204061376265f,0.732921799629346f,0.28889813351323756f,0.228588761253723f,0.7672938007951027f,0.16109576634517184f,1.3652906456348364f,-0.6979809682223775f,0.2755880590766042f,-0.3222083706829896f,-0.45992076924268815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.30537142072978374f,-0.1768493309526704f,0.7179642118818084f,0.28889813351323756f,-0.08075965463147912f,0.7801118397394743f,0.15780809764424997f,1.3652906456348364f,-0.7350007983568981f,-0.012240573511309805f,-0.3156326896486429f,-0.45992076924268815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8216007526530327f,-1.2927904602061902f,0.3083363086628563f,-0.5863456519142551f,-0.735734432174288f,0.14052607522661179f,-1.371259828586319f,1.562639974785647f,1.1068302934746346f,-0.8662283175821895f,-0.6826283419735678f,-0.7797213779484258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8292270821860722f,-0.0743078012339681f,0.55395017541738f,-0.37507283273287684f,0.08865319490515394f,0.9610881142189472f,0.26162998249469915f,1.5670199224674564f,-0.5518360781992077f,0.2660601198654938f,-0.7903726686917236f,-0.6467989450514506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.722726133685969f,-0.0743078012339681f,0.687128289595985f,-0.16177158456362042f,0.13193145574068965f,0.9610881142189472f,0.24270090171486852f,1.5187445738029088f,-0.6784254024382294f,0.2660601198654938f,-0.6847999605313114f,-0.4034448843379428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33363360599753067f,-0.05557807958546473f,0.9410630659093342f,0.2949453414193992f,0.36841796580235747f,0.9265572924951868f,-0.07589325528689511f,1.3698745639241776f,-0.8677308450338372f,0.37202508086630487f,0.3296066136825566f,0.3558273689366439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19452652993634173f,-0.05557807958546473f,0.9793214519352249f,0.2258897074520032f,0.3554125927886611f,0.9265572924951868f,0.12318065031176864f,1.4787468731577063f,-0.9142435769739742f,0.37202508086630487f,-0.16048682552861593f,0.04915607858731899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7433694802770681f,0.19296725498753362f,0.6404416088100285f,-0.21061587886570135f,-0.20785146546860747f,0.8434389957084182f,-0.49538715043986276f,1.125765225736391f,-0.6357669259210909f,-0.5013724154966555f,-0.5868782811485658f,-0.14839727488151425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.708377936035104f,0.0034509130149698586f,0.7058249010470012f,-0.20555742704385077f,-0.11677867016910484f,0.9856337334618723f,-0.1220200215355911f,1.3098089256258947f,-0.6961059128697167f,-0.16886158432684972f,-0.6977981967635374f,-0.18442006067257066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7345149075240752f,0.10711187306322381f,0.6700857387482496f,0.010199778590593147f,-0.2987380703950886f,0.8355882833876173f,-0.4610290511041079f,1.11297279956482f,-0.6092974773634949f,-0.5388128314305654f,-0.581753656425345f,0.09146080103358115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7102548158463582f,-0.0529631073367379f,0.7019494325293618f,0.004656379918263287f,-0.18971294958086132f,0.9746724445462603f,-0.1184171550221787f,1.294983775698355f,-0.6778990288593025f,-0.21727525193508412f,-0.702313584923544f,0.046332231389980744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,0.27162519391905837f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,2.0275882665793095f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,0.022251531196645524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,0.3409721459711748f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,1.918524033282003f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.07322781607988445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,-0.2878715606805926f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,2.030714979378089f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.15694069871171867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,-0.2899497262369422f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,1.9220499009061587f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.2752956498063377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9466666870090508f,0.11548693303033271f,0.30080716747869485f,0.180849228019136f,0.16005813024360993f,0.9787812649099186f,0.1279399484299555f,2.138297728845662f,-0.27964902762253224f,0.1692631199068112f,-0.9450642399272045f,-0.015125235429399031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9530777857764031f,-0.03402619950851743f,0.30080716747869485f,0.07072605682298236f,0.004972425491487895f,0.9917694513244861f,0.1279399484299555f,2.148864918101313f,-0.3026846696552052f,0.12343246398956259f,-0.9450642399272045f,-0.04874609654177831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9312308781045722f,0.20871829641929152f,0.2987402289689431f,0.04827172875115757f,0.24540003989325143f,0.9651763827710009f,0.0906276478867089f,2.145355689826575f,-0.2694213653090239f,0.1577061282287897f,-0.950021528721379f,-0.0515312048606667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9501506954271601f,-0.08926327114142728f,0.2987402289689431f,0.07581434636410314f,-0.06486659780601105f,0.9937700709558506f,0.0906276478867089f,2.155181323488093f,-0.3049688188460548f,0.06673166038348022f,-0.950021528721379f,-0.04193293610131782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9524166157505181f,0.06047202359698095f,0.2987402289689431f,0.1378967859257181f,0.09139190707589949f,0.9916824838422594f,0.0906276478867089f,2.262051913655811f,-0.29077501502598296f,0.11361771693945154f,-0.950021528721379f,-0.045109756293287354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9524166157505181f,0.04916948276903883f,0.30080716747869485f,0.1268336523026844f,0.09139190707589949f,0.9875620937018446f,0.1279399484299555f,2.0398504425728965f,-0.29077501502598296f,0.14934347340093151f,-0.9450642399272045f,-0.07871203780849689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.933958890797459f,-0.1909719472797356f,0.3020769863007875f,-0.19198717157244777f,-0.14926520948658606f,0.9764444898089238f,0.15580775192113033f,2.139066226434663f,-0.32471631855714606f,0.10042845052064091f,-0.9404644803440039f,-0.13145177061520197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.042517406257476284f,0.3020769863007875f,-0.08272092872952379f,0.0053220643383483646f,0.9877730610177939f,0.15580775192113033f,2.148407371601312f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.0948079197399628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9137605933389442f,-0.2716451221875605f,0.3020769863007875f,-0.06126545515050713f,-0.23379995506124565f,0.9597195035293612f,0.15580775192113033f,2.1440216269391503f,-0.3322335911286221f,0.07174539802009844f,-0.9404644803440039f,-0.08864301728668433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9529809258237442f,0.024017688555596564f,0.3020769863007875f,-0.08941069381625341f,0.07421266565314819f,0.9849956470451725f,0.15580775192113033f,2.154055433177885f,-0.29380237451861063f,0.17089975406216604f,-0.9404644803440039f,-0.09602095045334416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9450053435063694f,-0.12535707037037333f,0.3020769863007875f,-0.13945541389220314f,-0.08078828252236792f,0.9844781347741401f,0.15580775192113033f,2.262688538981665f,-0.3169197913534197f,0.1228348772124095f,-0.9404644803440039f,-0.12732620316266827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9450053435063694f,-0.12535707037037333f,0.3020769863007875f,-0.11125007305886918f,-0.08078828252236792f,0.9844781347741401f,0.15580775192113033f,2.041180958657484f,-0.3169197913534197f,0.1228348772124095f,-0.9404644803440039f,-0.15496405053546036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9523349014462144f,-0.04251740625747627f,0.3020769863007875f,0.020142054506964616f,0.0053220643383483646f,0.9877730610177938f,0.15580775192113033f,1.5294130145960352f,-0.30500805090785393f,0.14998883322659307f,-0.9404644803440039f,-0.16431780618985747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.672684182278765f,-0.13320352907554922f,0.7278411988571192f,0.07009337791029557f,0.04744047976812691f,0.9738745783935574f,0.22207590242559155f,1.1642100476984512f,-0.7384073346001645f,0.1839160824957683f,-0.6487907850825954f,-0.2332863371257706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.802852902177547f,-0.3713925722141882f,0.4663633505853769f,0.27802265024095746f,-0.15323522428873063f,0.8845267331217866f,0.44060347755105383f,0.5372779581687117f,-0.5761477097952161f,0.28227648803438915f,-0.7670552788428606f,-0.2240268508005481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.802852902177547f,-0.1563759931001788f,0.5753031950606767f,0.23051242294567037f,-0.15323522428873063f,0.9866937912115263f,0.054353734202971266f,0.881820876152319f,-0.5761477097952161f,-0.04451866088010366f,-0.8161322842108194f,-0.24945850174364328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8455845724980492f,0.05805099258642324f,0.5306758078271728f,-0.07366608058623786f,0.16172116195663522f,0.9752141184035442f,0.15100890384938775f,0.5258950033481358f,-0.5087563233304204f,0.21351230766897009f,-0.8340140873781351f,-0.3450270530902045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8455845724980492f,0.25671296350498013f,0.4680653641552451f,0.02873560129791223f,0.16172116195663522f,0.9587689694518466f,-0.2336842506281491f,0.8959574524443004f,-0.5087563233304204f,-0.12190372260408855f,-0.8522361679056916f,-0.39759122164869937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7743067578873625f,0.34847463243100596f,0.5282182079804107f,0.08432276624741994f,0.22896793278103736f,0.9324425122600231f,-0.2795078658789325f,1.0458204313794108f,-0.5899345136944775f,-0.09547979829415329f,-0.8017860547987652f,-0.2549391931775384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8481600606907476f,0.0153083914304376f,0.5295188047660627f,0.08762194722904725f,-0.21830562107327048f,0.9006577262984754f,-0.3757104149031197f,1.0165979831545726f,-0.4826667248287174f,-0.43425949985080714f,-0.7605600039000514f,-0.2714204082297461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8346640398433807f,0.15595340762641532f,0.5282182079804107f,0.08726092844710161f,0.002511165130261369f,0.9601401184001706f,-0.2795078658789325f,1.06390947121007f,-0.5507536968936441f,-0.23196872135746208f,-0.8017860547987652f,-0.259309483887913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8607762245125287f,-0.022727557631775613f,0.5084759084145984f,0.08454544732413476f,0.20298847034919637f,0.9007895233579318f,0.38389310428019363f,1.0432784913039672f,-0.4667547238317469f,0.43366080377719696f,-0.7707647728380335f,-0.2551932668631667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7777395502455032f,-0.3527509532009903f,0.520276808054823f,0.08453276342923016f,-0.17941487351108526f,0.9178365618139822f,0.3540993489975509f,1.0433338939564683f,-0.6024379595833281f,0.18205167072367348f,-0.777126562433556f,-0.2551740401914344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8347233260974506f,-0.2113982484098628f,0.5084759084145984f,0.08189028532410687f,0f,0.9233775416838534f,0.38389310428019363f,1.0548761132275164f,-0.5506695641387939f,0.3204445288706387f,-0.7707647728380335f,-0.25116848358055144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8039104437195519f,0.15065977239523395f,0.5753517458567842f,-0.08826685443791793f,0.24415495274873567f,0.9657107106768908f,0.08826767433323052f,1.1087478471687697f,-0.5423249556556439f,0.21143428356288596f,-0.8131292555352766f,-0.34508300093633393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8203318587058378f,-0.18015812392967243f,0.5427694648507468f,0.24595371700081595f,-0.21305630349587326f,0.9770372335760178f,0.002292541558265207f,1.1067459601412337f,-0.5307189963934773f,-0.11375981095388132f,-0.8398785937734319f,-0.14801691988610552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8347233260974506f,-0.14478171339603246f,0.5312957974000155f,0.0924427112434714f,0f,0.9648178000012086f,0.26291940362177135f,0.952153949812568f,-0.5506695641387939f,0.21946495908672312f,-0.8053559230950338f,-0.28135147741970196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8347233260974506f,-0.13522343934481773f,0.5338085708571637f,0.06875000000000003f,0f,0.9693809239157798f,0.2455618544240721f,1.16875f,-0.5506695641387939f,0.20497620788751944f,-0.8091648690663994f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.00912495359472959f,-0.7289372036536343f,-0.6845197501544524f,1.551895953117461f,0.4322808322718463f,0.6201535333217723f,-0.6546318638432456f,0.8091927974524081f,0.9016928619392826f,-0.2899312819240819f,0.32076445328247427f,-0.33868587888611557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6231664922060371f,-0.7289372036536343f,-0.2833973819943349f,1.5175155718326818f,-0.4257724732321092f,0.6201535333217723f,-0.6588834465566231f,0.8095572025475919f,0.6560345448445806f,-0.2899312819240819f,-0.6968202980198142f,-0.2514682253311166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3667240670376443f,-0.7289372036536343f,-0.5780692102032327f,1.6214161440055563f,0.0038869876819594973f,0.6201535333217723f,-0.7844708321125023f,0.9270456248168754f,0.9303216379199882f,-0.2899312819240819f,-0.2245918559960019f,-0.2613882737092158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3127936209291242f,0.49803802941021125f,0.8087757859674343f,-1.0526478748643031f,-0.16563776533854507f,0.8670576233043843f,-0.46986722439792034f,2.5459498662928746f,-0.9352669572906447f,0.013007656627771563f,0.3537039997926991f,-0.691588411450915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6237528215304045f,0.49803802941021125f,0.6024039665324699f,-1.035153703327513f,0.36862370888421f,0.8670576233043843f,-0.3351531577028654f,2.534530133707125f,-0.6892379697037221f,0.013007656627771563f,-0.7244182645321315f,-0.6001958178236886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1866044963924267f,0.49803802941021125f,0.8468393491018957f,-1.1709266914611924f,0.1218104809146606f,0.8670576233043843f,-0.4830872432688444f,2.6127030864903267f,-0.9748543320237482f,0.013007656627771563f,-0.22246310301617667f,-0.6125226491848753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013042551970272669f,0f,0.000008604211939668655f,-0.3158599409515291f,0f,0.000015625f,0f,1.3348725f,-0.000008604211939668655f,0f,-0.000013042551970272669f,0.3386478291128256f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24.mcfunction new file mode 100644 index 000000000..58374cadb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..4941d8830 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6835070255312156f,-0.23375185375091032f,0.3809496835041702f,0.3328538235251251f,-0.16479085219438347f,0.7788342376357152f,0.18222417447717418f,1.3540292772128766f,-0.41545946315731364f,0.07564222100686745f,-0.6990108248937418f,-0.401166678181193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7062182330753247f,0.04467748036790295f,0.3731752001673504f,0.3328538235251251f,0.14282455230798363f,0.766640072141176f,0.17850531377355838f,1.3540292772128766f,-0.34764486840738845f,0.22420286023007852f,-0.6847452978550941f,-0.401166678181193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.28421700654482684f,-0.06311599701592005f,0.7630081969126076f,0.2918042672716792f,0.23974026135329488f,0.7656186346128411f,0.15263406521568965f,1.357208530683343f,-0.7271105450489601f,0.27710814080192575f,-0.24792292758909648f,-0.4496329663695162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.23356293429863995f,-0.16366698849125638f,0.7474366010572483f,0.2918042672716792f,-0.07003929442589364f,0.7827761753327254f,0.1495190842929205f,1.357208530683343f,-0.7619336276593468f,-0.021784770131296954f,-0.24286327600564556f,-0.4496329663695162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8586082819765244f,-1.268547533287016f,0.30819672923758973f,-0.5673424093530631f,-0.7016797384133251f,0.1373917862025307f,-1.38930748640619f,1.5567318925882507f,1.1008376868646568f,-0.9018408412106346f,-0.6451710891716758f,-0.8002906778719561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8125136671016229f,-0.08347441439770564f,0.5769346262047662f,-0.3601343696568184f,0.08752815731446863f,0.9610051869457339f,0.26231250892881347f,1.5613980725761096f,-0.576333551383404f,0.2636305232789924f,-0.7735234868738232f,-0.6611259445562307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7007719924740317f,-0.08347441439770564f,0.708484746981144f,-0.15454229364806027f,0.13147887609922088f,0.9610051869457339f,0.24327419880266987f,1.5133003118315007f,-0.7011646880039392f,0.2636305232789924f,-0.6624703974457902f,-0.41121605215746365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.41116581625750137f,-0.06718802305078099f,0.9090810970974098f,0.2578928372773024f,0.3591115262290559f,0.9285697327568404f,-0.09379319344881994f,1.359711814737238f,-0.8378434121425914f,0.3650260551884172f,0.40592412562305524f,0.36581339373413857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10974953158915224f,-0.06718802305078099f,0.9916858423283501f,0.2170725765283686f,0.35675450536734865f,0.9285697327568404f,0.10239372201452615f,1.4691153779172135f,-0.9277290893445456f,0.3650260551884172f,-0.07794046328783599f,0.05431105457612495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6816191759051152f,0.2732662135388666f,0.6787642267949614f,-0.21914924529641142f,-0.051406384599803755f,0.9074682952327567f,-0.4169636396254852f,1.1177917447890273f,-0.7298990907384447f,-0.3191032273191308f,-0.6045001634852604f,-0.18001455990214482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6638055793968856f,0.04194425804967625f,0.7467280843641996f,-0.20661764638482089f,-0.012439697165993026f,0.9976688337503764f,-0.06709807819589397f,1.3044352881284986f,-0.7478017161627696f,-0.05382914990807561f,-0.6617363643658933f,-0.1942433777871958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6822670108328978f,0.23938165834485f,0.6908025387744401f,-0.012994047691070668f,-0.09363526342285383f,0.9084850099756178f,-0.40729279897063525f,1.1023419394067753f,-0.7250821769791855f,-0.3425659181787807f,-0.5974147875048407f,0.06285619369088105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6665438738178353f,0.018328665145675327f,0.745240447312068f,-0.004899670180556134f,-0.046618771202712385f,0.9967161099682418f,-0.066209412482854f,1.2888124011978028f,-0.744006689786767f,-0.07887367218377273f,-0.6635005571879983f,0.04392050167399869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9516049344739596f,-0.04823606803061019f,0.30351495914659155f,0.2672552076848233f,-0.00048175777693237887f,0.9878386615184573f,0.15548166039397365f,2.02320502466624f,-0.3073236349424742f,0.1478108945591256f,-0.9400553828660181f,0.020229587324732873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9516049344739596f,-0.04823606803061019f,0.30351495914659155f,0.337424428651416f,-0.00048175777693237887f,0.9878386615184573f,0.15548166039397365f,1.9143196635550028f,-0.3073236349424742f,0.1478108945591256f,-0.9400553828660181f,-0.07485233032850425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9516049344739596f,-0.04823606803061019f,0.30351495914659155f,-0.29181269131862797f,-0.00048175777693237887f,0.9878386615184573f,0.15548166039397365f,2.022921991972292f,-0.3073236349424742f,0.1478108945591256f,-0.9400553828660181f,-0.16032304820397075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9516049344739596f,-0.04823606803061019f,0.30351495914659155f,-0.29301384043758216f,-0.00048175777693237887f,0.9878386615184573f,0.15548166039397365f,1.914000499027785f,-0.3073236349424742f,0.1478108945591256f,-0.9400553828660181f,-0.2784542384778934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9469035929187893f,0.1088193965700237f,0.30254243445775186f,0.17586348427442627f,0.15430706328254729f,0.9793398038736305f,0.13070148725196123f,2.1332007143950427f,-0.2820689914517424f,0.17044614245823975f,-0.9441319804892228f,-0.017289389364183616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9522687424819654f,-0.04064870778011247f,0.30254243445775186f,0.06576676518917182f,-0.0007952110359279868f,0.9914214486632482f,0.13070148725196123f,2.1431000514122456f,-0.3052599052139413f,0.12422235582323049f,-0.9441319804892228f,-0.05119891897287031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9322341544189164f,0.2009214254999479f,0.3009486037680131f,0.04348936269996974f,0.2396732509104501f,0.9659417937190167f,0.09753555220997712f,2.139369984620941f,-0.271101851953955f,0.1630553032622908f,-0.9486394225126732f,-0.05454762775094439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9486955022865368f,-0.09698856546716744f,0.3009486037680131f,0.07092732319699853f,-0.07054962277616905f,0.9927283449067197f,0.09753555220997712f,2.149356320330674f,-0.3082200426115016f,0.07129972922379094f,-0.9486394225126732f,-0.044816386933042976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9521878407373359f,0.052614198103297975f,0.3009486037680131f,0.13220824351801186f,0.08561588771634915f,0.9915426041404556f,0.09753555220997712f,2.2567072591038375f,-0.29327160742647956f,0.11863814872253613f,-0.9486394225126732f,-0.04727997788531652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9521878407373359f,0.042501662371565406f,0.30254243445775186f,0.12264536948440966f,0.08561588771634915f,0.987718097941243f,0.13070148725196123f,2.034470687067058f,-0.29327160742647956f,0.15035480602556928f,-0.9441319804892228f,-0.08110980924106956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9323433151347171f,-0.19650601084406538f,0.30351495914659155f,-0.19657935405926324f,-0.15500783909996474f,0.9756013648507736f,0.15548166039397365f,2.131844854657306f,-0.326662689239473f,0.09791508874254048f,-0.9400553828660181f,-0.13482960340315944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9516049344739596f,-0.0482360680306102f,0.30351495914659155f,-0.08745482161430924f,-0.00048175777693239275f,0.9878386615184573f,0.15548166039397365f,2.141855174225111f,-0.3073236349424742f,0.1478108945591256f,-0.9400553828660181f,-0.0979409798747517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9116688400089928f,-0.2770173202723972f,0.30351495914659155f,-0.06599095011230338f,-0.2394472490532415f,0.9583790837669445f,0.15548166039397365f,2.137598783160057f,-0.3339535013703135f,0.06907196295988788f,-0.9400553828660181f,-0.09171494741043623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9526516506941748f,0.018262037233188894f,0.30351495914659155f,-0.09417213467780776f,0.06842755741644331f,0.9854659419113135f,0.15548166039397365f,2.1474643111777056f,-0.2962642432283769f,0.16888864772074302f,-0.9400553828660181f,-0.0991820632136067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.943779740064467f,-0.13099035009530116f,0.30351495914659155f,-0.14472869290552295f,-0.08657573680263816f,0.9840376492178606f,0.15548166039397365f,2.255758718696843f,-0.3190367440294723f,0.12046340981267747f,-0.9400553828660181f,-0.13083645076883574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.943779740064467f,-0.13099035009530116f,0.30351495914659155f,-0.11525586413408023f,-0.08657573680263816f,0.9840376492178606f,0.15548166039397365f,2.034350247622825f,-0.3190367440294723f,0.12046340981267747f,-0.9400553828660181f,-0.15794071797668813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9516049344739596f,-0.04823606803061019f,0.30351495914659155f,0.018930895067521464f,-0.00048175777693237887f,0.9878386615184573f,0.15548166039397365f,1.52328435142942f,-0.3073236349424742f,0.1478108945591256f,-0.9400553828660181f,-0.16590161635586767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6454975238536471f,-0.13654394503938694f,0.751457715225475f,0.07013487445729157f,0.049993238178226374f,0.9742256653649877f,0.21996597255167036f,1.1579497269175496f,-0.7621244142758223f,0.17955529515229554f,-0.6220339807016226f,-0.2332348520379785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7901453777237526f,-0.3805813921027881f,0.4804457160251221f,0.27578152689759333f,-0.14541949610853785f,0.8778872290347652f,0.45625341998630625f,0.5308494147036753f,-0.5954187200729646f,0.2906403569409549f,-0.7490024904524064f,-0.22060196994000295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7901453777237526f,-0.1532100130693716f,0.5934618555198568f,0.23023363316607723f,-0.14541949610853785f,0.9874683630967055f,0.061313962803362154f,0.8751305573378172f,-0.5954187200729646f,-0.03785397969033279f,-0.8025232856486325f,-0.24424202711320295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.831657141100016f,0.05480841400882605f,0.5525779921524065f,-0.07220813692392578f,0.15728810985870698f,0.977613199219014f,0.13976009162074715f,0.5200312020916045f,-0.5325475097626721f,0.20314642617235829f,-0.8216597102079274f,-0.34327817310498127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.831657141100016f,0.26209881459845186f,0.4895412250704065f,0.03241478638966437f,0.15728810985870698f,0.9566806970404131f,-0.2449948864922381f,0.889213754154188f,-0.5325475097626721f,-0.1267527328950176f,-0.8368553605905986f,-0.3976252031054918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7658098192982523f,0.32684521419415646f,0.5538118151725855f,0.08516648451715397f,0.2222715572721743f,0.9426591486403703f,-0.24897607176677602f,1.0449299403123482f,-0.6034324117033992f,-0.06757170593516329f,-0.794546027026019f,-0.2548504515962033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8317400587688588f,0.0193592607519743f,0.5548276251794895f,0.089423357044736f,-0.20982136992276512f,0.9143036009935406f,-0.3464446823577738f,1.0161939597436298f,-0.5139878085742007f,-0.40456661285056844f,-0.7564009442112756f,-0.27198340761780554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8200498444126766f,0.14425923212741287f,0.5538118151725855f,0.08787567289650679f,0.002231809763287027f,0.9685070648749887f,-0.24897607176677602f,1.0631185029907004f,-0.5722877525370653f,-0.20293678629869819f,-0.794546027026019f,-0.2586616044428928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.849457472406852f,-0.032188418090842164f,0.5266743854726289f,0.08479611082739545f,0.20840277415412434f,0.8965214997235854f,0.39091876938596615f,1.0315569156637958f,-0.484757966718472f,0.44182927276741446f,-0.7548487314878329f,-0.25424786497591517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.764006210566624f,-0.3489598375081927f,0.5426983895515844f,0.08479163709272038f,-0.17164985464396249f,0.9207383993395049f,0.3503956726080288f,1.0315753241674366f,-0.6219572634967245f,0.17455037034616153f,-0.7633487607874161f,-0.2542414530579681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8201087347600282f,-0.22368673375355627f,0.5266743854726289f,0.08199555292080092f,0f,0.9204251820445601f,0.39091876938596615f,1.0430806389429936f,-0.5722077098137578f,0.320595897355072f,-0.7548487314878329f,-0.25023400434102966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7897168589066842f,0.13312794444394283f,0.5988524302085538f,-0.0854119159629596f,0.24114117718436667f,0.9649571987356251f,0.1034820625733415f,1.1024508053366113f,-0.564090609232859f,0.22612950938881368f,-0.7941455972042384f,-0.34890040036483755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8089007494047321f,-0.16241727336508704f,0.5650665508814985f,0.24507903206951862f,-0.19787201556302692f,0.9802267014842252f,-0.0015096868485765802f,1.096057629318369f,-0.5536481220680585f,-0.11303204417334983f,-0.8250439466601195f,-0.14537031022091418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8201087347600282f,-0.1479161169659046f,0.552758975966953f,0.09321193712858966f,0f,0.966011059422574f,0.25850074095305065f,0.9456728572730468f,-0.5722077098137578f,0.2119987155975362f,-0.7922341077072417f,-0.27996298975922473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8201087347600282f,-0.1381551289237588f,0.5552790501381852f,0.06875000000000003f,0f,0.9704151842325185f,0.24144227096961965f,1.1625f,-0.5722077098137578f,0.19800891536248266f,-0.7958459689328504f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07970475032583002f,-0.7144547431385002f,-0.6951270191716018f,1.541735452742275f,0.35731290118887976f,0.6305279317550415f,-0.6890297656275057f,0.8029608154460525f,0.9305775859214978f,-0.3032967973513886f,0.20502782566497565f,-0.28508115640692877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.611030294980868f,-0.7144547431385002f,-0.34087592848790715f,1.5053473851173542f,-0.3510796476685966f,0.6305279317550415f,-0.6922265584832785f,0.8032891845539477f,0.7094963422093781f,-0.3032967973513886f,-0.6361021876301821f,-0.19868171654616829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3881393879991547f,-0.7144547431385002f,-0.5821531031357138f,1.6108643844001718f,0.0035026038175492435f,0.6305279317550415f,-0.7761586558450578f,0.9195487983767587f,0.9215940251814453f,-0.3032967973513886f,-0.24223027363699173f,-0.20554689543099977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.24860260900273753f,0.49158480809886695f,0.8345903900977005f,-1.0272743441959804f,-0.11145776695590891f,0.8704360020247107f,-0.4794980005844029f,2.5358204095647485f,-0.9621714550859604f,0.026182872753728187f,0.27118360605340397f,-0.7263173056046681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5408313274161599f,0.49158480809886695f,0.682529011641025f,-1.011832586020655f,0.32872739535292445f,0.8704360020247107f,-0.3664416268980912f,2.524339590435251f,-0.7742349609968258f,0.026182872753728187f,-0.6323564519672473f,-0.6345632572113109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.16471208720347125f,0.49158480809886695f,0.8551106973810327f,-1.1478200697154726f,0.12246207071464638f,0.8704360020247107f,-0.4768062579450051f,2.6016009386917505f,-0.9787098495291426f,0.026182872753728187f,-0.20357182420218428f,-0.6499045077776618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012814198980625442f,0f,0.000008940745465839966f,-0.3305619352900889f,0f,0.000015625f,0f,1.3286225f,-0.000008940745465839966f,0f,-0.000012814198980625442f,0.32844484600193863f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25.mcfunction new file mode 100644 index 000000000..ce5f3a4ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..6b60a88cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6930213887077497f,-0.2302156264302472f,0.36560438261234646f,0.3391847924231285f,-0.16718159111356592f,0.780129547953264f,0.17433487444403278f,1.3423901399911968f,-0.39839191110106975f,0.07309649924592218f,-0.7091440131677574f,-0.38456779276782377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135033300173501f,0.05144453721789348f,0.35814306868148227f,0.3391847924231285f,0.1411464517789583f,0.7687085849896158f,0.17077701986354232f,1.3423901399911968f,-0.3331526334945628f,0.21550074467086955f,-0.6946716863684155f,-0.38456779276782377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.19999687345124945f,-0.07275241254623042f,0.788449606203765f,0.29707743055779384f,0.25150294486912755f,0.7652614182362953f,0.13440861179840582f,1.346366038252198f,-0.7507942219918358f,0.27572902036623037f,-0.1650029939001031f,-0.43875391460566815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.15372918367525895f,-0.14081628233817822f,0.7723587979138923f,0.29707743055779384f,-0.05925986258580297f,0.7868624047557734f,0.13166557890456082f,1.346366038252198f,-0.7828509479925604f,-0.03191129283523089f,-0.16163558586132548f,-0.43875391460566815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9493220451531899f,-1.2343698955218039f,0.12854907862623915f,-0.5418009941823039f,-0.39753440768369425f,0.14913534067300904f,-1.503705853839081f,1.5569153084683205f,1.1756531373214374f,-0.9463064309153968f,-0.4046604620103442f,-0.8228116776690457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7899967331339544f,-0.08227141032079284f,0.6075661088980417f,-0.33974991387218845f,0.09544661803072627f,0.9623717464570117f,0.25442202091756455f,1.559546115043468f,-0.605636115785854f,0.2589826956866207f,-0.7524180078857197f,-0.676209360031655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6724921600223018f,-0.08227141032079284f,0.7355173075817905f,-0.14304085201818212f,0.13817648972612676f,0.9623717464570117f,0.23398264745114458f,1.5099388455190061f,-0.7270911582432455f,0.2589826956866207f,-0.6358194798363659f,-0.4197282604943906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.45534406746036804f,-0.07296367909110396f,0.8873207321832041f,0.23029536934167164f,0.3480354763988537f,0.9319192738734539f,-0.10196947656528162f,1.351295520179961f,-0.8194712242638363f,0.35525028996000124f,0.44973786152253675f,0.3736641210072311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.049320836208388064f,-0.07296367909110396f,0.9961143291054471f,0.20959965414833448f,0.35239230226226753f,0.9319192738734539f,0.08570958108329094f,1.4593006695841848f,-0.9345518286440855f,0.35525028996000124f,-0.020251199009713228f,0.05969642250974619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.3404640909192612f,0.7133285843462975f,-0.22508288836645884f,0.05784097094782346f,0.9193644474014914f,-0.3891316421649151f,1.1153992716276828f,-0.7882942905608192f,-0.19711219051258946f,-0.5828712514960258f,-0.20455006693418795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.07595884922299542f,0.7867551840793234f,-0.20592338423665144f,0.05784097094782346f,0.9970108470618929f,-0.0512229725878911f,1.3020186618731133f,-0.7882942905608192f,0.014128838085456175f,-0.6151361535494152f,-0.20574551075284875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.3404640909192612f,0.7133285843462975f,-0.03365360823435044f,0.05784097094782346f,0.9193644474014914f,-0.3891316421649151f,1.097323968206488f,-0.7882942905608192f,-0.19711219051258946f,-0.5828712514960258f,0.0417918988660681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,0.07595884922299542f,0.7867551840793234f,-0.014494104104543049f,0.05784097094782346f,0.9970108470618929f,-0.0512229725878911f,1.2839433584519184f,-0.7882942905608192f,0.014128838085456175f,-0.6151361535494152f,0.040596455047407304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,0.27021768028043724f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,2.0162688476214043f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,0.0207937360665979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,0.34120893720789125f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,1.9065336601798297f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.07268750577914732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,-0.28550910577322663f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,2.019848528258231f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.16976117766958337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,-0.28546169387389997f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,1.9105703213234853f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.2875685787156922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9409982752377274f,0.10550685701953011f,0.32154400806340966f,0.17947657466785227f,0.16067669315961947f,0.9755230279689764f,0.15012602098746666f,2.125713761330231f,-0.29783425974006283f,0.19293295473842773f,-0.9349179796650553f,-0.016238100025330243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.945917933708364f,-0.04299666925956568f,0.32154400806340966f,0.0700877122606614f,0.00609307342438567f,0.9886480932458808f,0.15012602098746666f,2.136378577311369f,-0.32434878933818095f,0.14396608681862458f,-0.9349179796650553f,-0.05214741784604521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.928221964216793f,0.1871187751777892f,0.32154400806340966f,0.04914496503715031f,0.2450877039026078f,0.9578069717945357f,0.15012602098746666f,2.132244026809504f,-0.2798856954924025f,0.21815675272094054f,-0.9349179796650553f,-0.06001411701911945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9406144291332299f,-0.10887583104107917f,0.32154400806340966f,0.07624818078049804f,-0.06288637375492517f,0.9866648274963625f,0.15012602098746666f,2.141954319162036f,-0.33360125854427414f,0.12098996485943701f,-0.9349179796650553f,-0.04913332918928386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9460658370351643f,0.03960912613869889f,0.32154400806340966f,0.13645374318529055f,0.09223624632335747f,0.9843549424301418f,0.15012602098746666f,2.2498418859649036f,-0.31056707304402126f,0.17168711203780262f,-0.9349179796650553f,-0.0445281455741124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9460658370351643f,0.03960912613869889f,0.32154400806340966f,0.1275416898040833f,0.09223624632335747f,0.9843549424301418f,0.15012602098746666f,2.028362023918122f,-0.31056707304402126f,0.17168711203780262f,-0.9349179796650553f,-0.08315774578261793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9275459533294637f,-0.19044147484372692f,0.32154400806340966f,-0.18988219435787773f,-0.14864057800030783f,0.9774293613321654f,0.15012602098746666f,2.1280929636049906f,-0.34287677529087673f,0.09145429604529799f,-0.9349179796650553f,-0.14288869549006553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.042996669259565704f,0.32154400806340966f,-0.08135991973734144f,0.006093073424385642f,0.9886480932458807f,0.15012602098746666f,2.137354118115523f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.10407777494807188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9074182927533009f,-0.2705577440311074f,0.32154400806340966f,-0.060045708380148985f,-0.23326353769547326f,0.9607550675402463f,0.15012602098746666f,2.132947371958889f,-0.34954279274285843f,0.061222604816640505f,-0.9349179796650553f,-0.09745485206373143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9466130211938094f,0.023091967972570307f,0.32154400806340966f,-0.08800895884851542f,0.07504283576244646f,0.9858147648636639f,0.15012602098746666f,2.1430123716384446f,-0.3135161254338584f,0.16624082047425232f,-0.9349179796650553f,-0.1054559788402511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9385710237451786f,-0.12527523404266624f,0.32154400806340966f,-0.13712472128260758f,-0.08009647144244406f,0.9854170351099784f,0.15012602098746666f,2.2516041251739636f,-0.33566201549832336f,0.1151493927496569f,-0.9349179796650553f,-0.1383363297484904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9385710237451786f,-0.12527523404266624f,0.32154400806340966f,-0.10893779362300772f,-0.08009647144244406f,0.9854170351099784f,0.15012602098746666f,2.0298852922742188f,-0.33566201549832336f,0.1151493927496569f,-0.9349179796650553f,-0.16424494311716314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9459179337083641f,-0.04299666925956569f,0.32154400806340966f,0.02128949083408367f,0.006093073424385656f,0.9886480932458808f,0.15012602098746666f,1.517750072151798f,-0.3243487893381809f,0.1439660868186246f,-0.9349179796650553f,-0.1682677770799027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6125736964227468f,-0.1302566112731798f,0.7796067480920106f,0.0701357200615261f,0.05784097094782346f,0.9762960071199334f,0.20856780327147345f,1.151639069481823f,-0.7882942905608192f,0.17285636147189593f,-0.5905190850158122f,-0.23308891263186368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7684263583564889f,-0.3970153131436709f,0.5018961774235962f,0.255743967542217f,-0.15272634359472023f,0.8754005748283904f,0.4586376538862799f,0.5265636456217536f,-0.6214463739979278f,0.275776494138925f,-0.7333155729461028f,-0.18551367260274917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7684263583564889f,-0.12040701978277008f,0.6285086167826314f,0.22613859105656414f,-0.15272634359472023f,0.988265093902584f,0.0026015660484132175f,0.8663285510141746f,-0.6214463739979278f,-0.09399071103438043f,-0.7777982710729557f,-0.23240669710343537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8091796049614352f,0.05771721182063114f,0.5847196681950316f,-0.07633300344662863f,0.1527263435947202f,0.9816178776116774f,0.11445962749080171f,0.5133747957718647f,-0.5673649891266143f,0.18192049310838523f,-0.8031201051527466f,-0.33416780959779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8091796049614352f,0.2770862802709507f,0.5181231129761186f,0.03427619961446552f,0.1527263435947202f,0.9506984689880077f,-0.2699019915377534f,0.8800835650576068f,-0.5673649891266143f,-0.13926813831406717f,-0.8116041860192016f,-0.3932067393571111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7470910087446667f,0.3199670337356838f,0.5826457946087521f,0.08465735082951831f,0.2095455015185229f,0.9451986756037317f,-0.25038000405444144f,1.0416840966838032f,-0.6308293806143044f,-0.06496584455957716f,-0.773197084574453f,-0.25235976754401135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8123183104620599f,0.03529841791100367f,0.58214515731134f,0.08956085475355031f,-0.2095455015185229f,0.9138489413042454f,-0.3478085612380184f,1.0129005526310642f,-0.5442698276419657f,-0.4045171617744911f,-0.7349396033338351f,-0.2692521879162089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,0.15068244793683364f,0.5826457946087521f,0.08748264672833393f,0f,0.9681476403781077f,-0.25038000405444144f,1.0598368649408927f,-0.6018150231520484f,-0.19996236224366204f,-0.773197084574453f,-0.25610906183608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8288803711962919f,-0.04001186373943069f,0.5579931729023166f,0.08354419722690369f,0.2085709856554076f,0.9034201924420648f,0.37460659341591196f,1.0220914998494262f,-0.519091007616419f,0.42688523826438385f,-0.7404819505995611f,-0.25088256281999355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7441784014535788f,-0.3375022061532912f,0.5764466737276375f,0.08354419722690369f,-0.16896583696481332f,0.9300140737903944f,0.32638071096585214f,1.0220914998494262f,-0.6462577293532171f,0.14548568105987744f,-0.7491227295028281f,-0.25088256281999355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,-0.2254438756895071f,0.5579931729023166f,0.08072614878078485f,0f,0.9271838545667874f,0.37460659341591196f,1.033681298031511f,-0.6018150231520484f,0.29917412779979563f,-0.7404819505995611f,-0.24714288622249608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7667689956671361f,0.1250554450461772f,0.6296240488957788f,-0.08194428410192033f,0.2328767026824754f,0.9682114311170648f,0.09129658264131874f,1.0960028344004475f,-0.5981920666736976f,0.21662816141616428f,-0.7715170063259155f,-0.35321470797723287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7919725821881034f,-0.13725868589318904f,0.59492813196989f,0.24184562999251313f,-0.19034419425383411f,0.9813467079341147f,-0.026976407113139256f,1.0868207899759859f,-0.5801280175755749f,-0.1346056907182978f,-0.8033260802750545f,-0.13901288208420592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,-0.14049092705368008f,0.5851868261564832f,0.09161487165910667f,0f,0.9723699203976767f,0.23344536385590542f,0.9381088609091399f,-0.6018150231520484f,0.18643775723123687f,-0.776569147331444f,-0.27457427313475213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7986355100472927f,-0.1302566112731798f,0.5875496041281351f,0.06875000000000003f,0f,0.9762960071199334f,0.21643961393810288f,1.15625f,-0.6018150231520484f,0.17285636147189593f,-0.7797046596033633f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06243273697808033f,-0.6556179909708569f,-0.7525072778842492f,1.456645892240927f,0.29883623873011983f,0.7071067811865475f,-0.6408563820557884f,0.796875f,0.9522599727884504f,-0.26488686248158333f,0.15177580278029185f,-0.14597477174190093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6165850083981463f,-0.6556179909708569f,-0.43587610319217385f,1.4215265241081854f,-0.29883623873011983f,0.7071067811865475f,-0.6408563820557884f,0.796875f,0.7283679220286214f,-0.26488686248158333f,-0.6319138550818224f,-0.05905128537626463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.37460659341591207f,-0.6556179909708569f,-0.6556179909708567f,1.5374289068201847f,0f,0.7071067811865475f,-0.7071067811865475f,0.9029410171779821f,0.9271838545667872f,-0.26488686248158333f,-0.2648868624815834f,-0.06277999918684526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.25969538719753615f,0.4274624772081004f,0.8659296371226912f,-0.951794742534134f,-0.06336016272651059f,0.9023048425141521f,-0.4264170035948158f,2.5107556783110456f,-0.9636097735326222f,0.05587308613836697f,0.2614084975623072f,-0.8077955986257537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49641160946654617f,0.4274624772081004f,0.755547049869131f,-0.9395515806882663f,0.2859272485069301f,0.9023048425141521f,-0.32263226704216574f,2.499244321688954f,-0.819646949941308f,0.05587308613836697f,-0.5701377690499772f,-0.7155640630387597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13059372635592142f,0.4274624772081004f,0.8945507862696163f,-1.0798557795516426f,0.12278780396897282f,0.9023048425141521f,-0.4132422127179025f,2.5669863319076853f,-0.9838030462612685f,0.05587308613836697f,-0.1703225305484357f,-0.7361314512499914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001247867984448895f,0f,0.000009403359736750757f,-0.3507619802107996f,0f,0.000015625f,0f,1.3223725f,-0.000009403359736750757f,0f,-0.00001247867984448895f,0.31346831322791385f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26.mcfunction new file mode 100644 index 000000000..ab45811ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..da8beb014 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7041599929184933f,-0.22845691449997793f,0.3448341442412883f,0.3412149603001936f,-0.17003967443043544f,0.7804979591476121f,0.16986432624435452f,1.3391914462697538f,-0.3770804396107855f,0.0746647067094402f,-0.7205414409174355f,-0.3754333703055157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7229247489884847f,0.05721178350075008f,0.33779671272615996f,0.3412149603001936f,0.13869792297736527f,0.7701134261609053f,0.16639770734140852f,1.3391914462697538f,-0.31327734271999513f,0.2089309040696839f,-0.7058365135517737f,-0.3754333703055157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.146600029009261f,-0.07844496852598958f,0.7995619193357603f,0.29756995545467024f,0.25870307220245725f,0.7648642099191177f,0.12247410037333752f,1.3437399844305058f,-0.7606087012202387f,0.2752699978969823f,-0.11245121755810976f,-0.43379818151485794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.10326972387910534f,-0.12595112143909185f,0.7832443291452346f,0.29756995545467024f,-0.05259466554065699f,0.7892020587707945f,0.11997462893714696f,1.3437399844305058f,-0.7915612201760517f,-0.036005908406465725f,-0.11015629475080141f,-0.43379818151485794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.983028910575316f,-1.2144719431670916f,0.010877050751752331f,-0.5284036123227593f,-0.2135819966079342f,0.15909019441484504f,-1.5396360903687654f,1.5615235168446202f,1.195593217485812f,-0.9701311557212229f,-0.26609894588466243f,-0.8336113552819184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7764462956640773f,-0.0794757046914423f,0.6251517914181569f,-0.329417557999413f,0.10199473422801177f,0.9630878108809657f,0.249116323676845f,1.5624771492895695f,-0.6218747656395854f,0.2571876375261999f,-0.7396798597801635f,-0.682855062956542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6571195188622637f,-0.0794757046914423f,0.7495849186676753f,-0.1373673773474772f,0.1433923999476293f,0.9630878108809657f,0.22781678640909775f,1.511576416514459f,-0.7400219980294409f,0.2571876375261999f,-0.6214675868749759f,-0.4231800669636022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4632699965429963f,-0.07461200915344071f,0.8830707550321996f,0.2221089607208669f,0.34402680938926083f,0.9334454710571507f,-0.10161253359866403f,1.3509667240480325f,-0.8167168816208571f,0.35087405240767133f,0.45810581160090197f,0.37673863506955363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03349223404386781f,-0.07461200915344071f,0.9966500480855041f,0.20668903024666682f,0.34931062843581523f,0.9334454710571507f,0.08161885459053132f,1.4579533624388277f,-0.936408220340107f,0.35087405240767133f,-0.005200406377587508f,0.06211945959703408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5893787532780145f,0.3603481611178845f,0.7230365744299608f,-0.2264392845310597f,0.07576960196077732f,0.9157177116467987f,-0.3946137858654411f,1.1177400705171254f,-0.8042957494623221f,-0.177792787692049f,-0.5670079999801866f,-0.2111762790604185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5932239340399832f,0.08656424584769046f,0.8003699116177132f,-0.20520617648700704f,0.06954967865734005f,0.9959957076748103f,-0.056172880396279684f,1.3041381852036755f,-0.802027559551906f,0.022342373064977078f,-0.5968690074757098f,-0.21071751540745848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5887699092171067f,0.3651975352682676f,0.7210969104319213f,-0.040523127568331825f,0.08697022278022186f,0.9155575353447357f,-0.392671083507599f,1.0983854639595962f,-0.8036082219278484f,-0.16847895924255804f,-0.5708140379690271f,0.03702990229671113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5926075789977616f,0.09119174454197891f,0.8003126408109534f,-0.01842272146164234f,0.07904447850466659f,0.995358965129633f,-0.05488625469087774f,1.2846722308295844f,-0.8016035352543903f,0.030734284820978786f,-0.5970654704504404f,0.039060921510329416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9420780723262474f,-0.038509127632989054f,0.3331755584237953f,0.272793471334822f,0.011601895824147127f,0.9890503518316073f,0.1471217100058975f,2.015281941438852f,-0.3351929319889476f,0.14246560507968198f,-0.9313158700000406f,0.02222435383421617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9420780723262474f,-0.038509127632989054f,0.3331755584237953f,0.3441702486034107f,0.011601895824147127f,0.9890503518316073f,0.1471217100058975f,1.9050082366795487f,-0.3351929319889476f,0.14246560507968198f,-0.9313158700000406f,-0.07032497466366232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9420780723262474f,-0.038509127632989054f,0.3331755584237953f,-0.2806773961568484f,0.011601895824147127f,0.9890503518316073f,0.1471217100058975f,2.0220980552355385f,-0.3351929319889476f,0.14246560507968198f,-0.9313158700000406f,-0.17470149370929056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9420780723262474f,-0.038509127632989054f,0.3331755584237953f,-0.2799564743127282f,0.011601895824147127f,0.9890503518316073f,0.1471217100058975f,1.912694492663046f,-0.3351929319889476f,0.14246560507968198f,-0.9313158700000406f,-0.29239029210634015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9368553857122295f,0.10430887617951494f,0.33379880858408717f,0.18259329345374803f,0.16601762456267805f,0.9727276221790095f,0.16198494184502377f,2.124526724346824f,-0.30779885411832686f,0.20717295045477502f,-0.9286222235135814f,-0.014503551629695494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9416386445358198f,-0.04353181026086299f,0.33379880858408717f,0.07369194820040825f,0.011805546908428902f,0.9867226092867525f,0.16198494184502377f,2.135830127815737f,-0.3364183291364142f,0.1564719585668789f,-0.9286222235135814f,-0.05167707308020984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.925253001268553f,0.17891115618614759f,0.3345111086879939f,0.053645793868061495f,0.2496227041006024f,0.9511348360042373f,0.18174440661735897f,2.1316362475125095f,-0.28564906658527356f,0.2516611251888712f,-0.9247006482249447f,-0.06226656815247813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9352544838228954f,-0.115764280559672f,0.3345111086879939f,0.08053489783962528f,-0.05651152891724302f,0.9817206414060671f,0.18174440661735897f,2.141117700768458f,-0.34943597065643495f,0.15107353700685588f,-0.9247006482249447f,-0.05067589272946289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9418494724613171f,0.0319670046871395f,0.3345111086879939f,0.140105594946126f,0.0977591651365445f,0.9784743820331271f,0.18174440661735897f,2.2490826394488224f,-0.32150072605850244f,0.20387740020959283f,-0.9247006482249447f,-0.04170100592010949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9418494724613171f,0.0387030568842099f,0.33379880858408717f,0.1313974071471788f,0.0977591651365445f,0.9819389106493693f,0.16198494184502377f,2.0281463845527146f,-0.32150072605850244f,0.18519732487416635f,-0.9286222235135814f,-0.08337040401679685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9244553731865448f,-0.18540849564008177f,0.3331755584237953f,-0.18469516882612774f,-0.14326250545232008f,0.9786884371323004f,0.1471217100058975f,2.1297770379277283f,-0.35335268149265536f,0.08827589007207579f,-0.9313158700000406f,-0.14684215071855877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9420780723262474f,-0.038509127632989054f,0.3331755584237953f,-0.07656996601024074f,0.011601895824147127f,0.9890503518316074f,0.1471217100058975f,2.138407712377956f,-0.3351929319889476f,0.14246560507968195f,-0.9313158700000406f,-0.10679726840436678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9047781262416247f,-0.2652745550249528f,0.3331755584237953f,-0.05536090841548644f,-0.22801566602375148f,0.962478082084307f,0.1471217100058975f,2.1338761808762987f,-0.3597018186254269f,0.05714325825176259f,-0.9313158700000406f,-0.09992564390997799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9424694784413788f,0.02730072298360496f,0.3331755584237953f,-0.08316750971095621f,0.08056629908818816f,0.9858317675426033f,0.1471217100058975f,2.144105551237752f,-0.3244385206131786f,0.16550044298550753f,-0.9313158700000406f,-0.10825742231575672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9351368892184821f,-0.12047010289599816f,0.3331755584237953f,-0.13122788408598263f,-0.07464367092088825f,0.9862978884882573f,0.1471217100058975f,2.2529638834186088f,-0.34633411731193087f,0.11270949148954962f,-0.9313158700000406f,-0.14180900142888514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9351368892184821f,-0.12047010289599816f,0.3331755584237953f,-0.10412211093438309f,-0.07464367092088825f,0.9862978884882573f,0.1471217100058975f,2.031046858508751f,-0.34633411731193087f,0.11270949148954962f,-0.9313158700000406f,-0.16716863701403376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9420780723262474f,-0.038509127632989054f,0.3331755584237953f,0.02296183981756114f,0.011601895824147127f,0.9890503518316073f,0.1471217100058975f,1.5181107627793495f,-0.3351929319889476f,0.14246560507968198f,-0.9313158700000406f,-0.16917952218125107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.597707056081167f,-0.12576739723171895f,0.7917883788641656f,0.07012461377945575f,0.062291053997091714f,0.9773479848669763f,0.202264038000808f,1.1516052684542335f,-0.7992909981369212f,0.17021597536664967f,-0.5763336030696666f,-0.2330105129437447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7573103995407927f,-0.4050097336937367f,0.5122968615565523f,0.24291849147468253f,-0.16000391934961614f,0.8756244846873751f,0.4557197687271536f,0.529067169961285f,-0.6331506175785713f,0.2631518144138423f,-0.7279226731120391f,-0.1646781722032018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7573103995407927f,-0.09881975080912259f,0.6455351389331085f,0.22348225538468042f,-0.16000391934961614f,0.9864337728650341f,-0.03670364483284996f,0.8649396299525938f,-0.6331506175785713f,-0.13108420424016531f,-0.7628481020875626f,-0.2263090783382265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7979248130989582f,0.06030314927727001f,0.5997328762276051f,-0.07912062601259501f,0.15084625311751007f,0.9832990543316809f,0.10182523101289787f,0.5129291534528857f,-0.5835763879402598f,0.17171633567504652f,-0.793695218267651f,-0.3296350441469263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7979248130989582f,0.28472368076623866f,0.5312705697212274f,0.03451909006105251f,0.15084625311751007f,0.9476803641021114f,-0.281331362303774f,0.87849590262728f,-0.5835763879402598f,-0.14434109985106214f,-0.7991271778211433f,-0.3905209462595649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7365396293721704f,0.3228178201657236f,0.5943887863576806f,0.08407381500408055f,0.20352094935147783f,0.9438076833289025f,-0.260396390267614f,1.041924816893681f,-0.6450492985341343f,-0.07082169069417163f,-0.7608519505053792f,-0.25083715078254093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8040226955064403f,0.04540928751953736f,0.5928621270730033f,0.08910823384292733f,-0.2122464256620512f,0.9094743635871327f,-0.3575022192538996f,1.0129631314674878f,-0.5554268267776062f,-0.41327276535570046f,-0.7216000703374486f,-0.267383027284839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7882615976977987f,0.1593070596542569f,0.5943609293512057f,0.08706082237259787f,-0.0012815873073390108f,0.9654789791247387f,-0.26047782708366213f,1.0600275477522698f,-0.6153389400394609f,-0.20608639356485314f,-0.7608458367228836f,-0.2547012706618819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8179759182722092f,-0.042278744966738474f,0.5736967010980399f,0.0826613501526648f,0.20688026361378828f,0.9089495168247382f,0.36195487618094635f,1.0217101217843403f,-0.5367643371665312f,0.4147568969747365f,-0.7347521777838172f,-0.24906672232212632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7344649718594563f,-0.3312150741903905f,0.5923324908702396f,0.08266593878821785f,-0.16972195412812044f,0.9347250266606125f,0.31222361028796214f,1.0216909191463641f,-0.6570811695661506f,0.12878547729993178f,-0.7427372600308997f,-0.24907259913814983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7881952722148976f,-0.22275616266965503f,0.5736967010980399f,0.07987689811929412f,0f,0.9321956166003119f,0.36195487618094635f,1.0333625669918443f,-0.6154252292992898f,0.28529112216095054f,-0.7347521777838172f,-0.24550058329511443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7552829441584368f,0.12540060035278744f,0.643290263951293f,-0.08037796598031925f,0.2283559003867134f,0.9703712583938353f,0.07895064054038951f,1.0958691024700116f,-0.6143299252209165f,0.20652919966514383f,-0.7615408279690185f,-0.3550798961939814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7836260010063523f,-0.12612095408075016f,0.6082958124864529f,0.23982682888603757f,-0.19036164117490556f,0.9808206862340719f,-0.04187155388232662f,1.0862898042939662f,-0.5913482359117923f,-0.14860782750947332f,-0.7926051838632685f,-0.1355307322774537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7881952722148976f,-0.13473450097857967f,0.600495484665902f,0.0903507340091104f,0f,0.9757407660222405f,0.21892911529152864f,0.9374124087333996f,-0.6154252292992898f,0.1725588936229731f,-0.7690742586860725f,-0.271609243072684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7881952722148976f,-0.12423388899933654f,0.602755467567225f,0.06875000000000003f,0f,0.9794129958784914f,0.20186674690081627f,1.15625f,-0.6154252292992898f,0.1591104155246247f,-0.7719686928972559f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.009485746960578745f,-0.618058666732306f,-0.7860747452257225f,1.3540112152962187f,0.2941198818778638f,0.7496116046986081f,-0.5929383924028948f,0.7970117767354665f,0.9557214634446336f,-0.23682467476650765f,0.17467271605201132f,-0.011199810631018797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6356944080575548f,-0.618058666732306f,-0.4624890312660829f,1.3201778174667875f,-0.2993363626957862f,0.7496116046986081f,-0.5903221019657274f,0.7967382232645335f,0.7115408361664228f,-0.23682467476650765f,-0.6615313385542112f,0.0762318132805499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3608895768472652f,-0.618058666732306f,-0.6983997406930265f,1.4418544774854571f,-0.0029179036899530386f,0.7496116046986081f,-0.6618715343170712f,0.8961557301475607f,0.9326039883900661f,-0.23682467476650765f,-0.27233045048374593f,0.07336556889732745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2999525310508512f,0.38660016251279694f,0.8721059531165161f,-0.8773900915242175f,-0.054180874691484984f,0.9196295132133476f,-0.3890321210962495f,2.488427985613901f,-0.9524142543735125f,0.06943970601939728f,0.2967915350782194f,-0.8794672195846481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5074525129704724f,0.38660016251279694f,0.7700858792531073f,-0.8665514868178961f,0.27498823586887206f,0.9196295132133476f,-0.2804693005672937f,2.476894280011099f,-0.8166231794491742f,0.06943970601939728f,-0.5729788041579388f,-0.7870628864444323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.11561178353409585f,0.38660016251279694f,0.9149722563297448f,-1.0092166276205186f,0.12302619309655496f,0.9196295132133476f,-0.37302294063388447f,2.5386145739075827f,-0.9856462201623026f,0.06943970601939728f,-0.15388195445764635f,-0.8101827598458933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012315551128357776f,0f,0.000009616019207801405f,-0.3600436445204727f,0f,0.000015625f,0f,1.3223725f,-0.000009616019207801405f,0f,-0.000012315551128357776f,0.3061924180552745f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27.mcfunction new file mode 100644 index 000000000..68b2892a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..3193427d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7161218190029305f,-0.22594919461038154f,0.3210310674176226f,0.34407049775963444f,-0.1726124090667329f,0.781045606960399f,0.16467288947633507f,1.3352244099623125f,-0.35258891223144984f,0.07654518761637684f,-0.7326433905172839f,-0.3631901071202839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7328104209258989f,0.06396550471800685f,0.3144794129805283f,0.34407049775963444f,0.13657483289246714f,0.7715735112480314f,0.16131221826253234f,1.3352244099623125f,-0.29040695928782706f,0.20145155980174195f,-0.7176914845883597f,-0.3631901071202839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.07786727761686887f,-0.08594749448797062f,0.8083898562650462f,0.29859568757270416f,0.2666348299172063f,0.7644669173729344f,0.10696094690021234f,1.340609435726134f,-0.767975910426886f,0.2741309994838377f,-0.04482901482781255f,-0.42736916553491083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.0382523773212374f,-0.10697500221591322f,0.7918921040963719f,0.29859568757270416f,-0.045267293245419477f,0.7918159054468404f,0.10477807043286107f,1.340609435726134f,-0.7978017471725084f,-0.03979850226209214f,-0.043914136974183726f,-0.42736916553491083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0105311236907233f,-1.1823330461333275f,-0.14940437099847603f,-0.5078798408074998f,0.024758181890873095f,0.17501572474999608f,-1.5524698961718042f,1.568231051404445f,1.1914781284110179f,-1.0064116027308703f,-0.09445530904537666f,-0.8497508095954196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7535561511009405f,-0.0763084649497423f,0.652939618429568f,-0.3141337016209451f,0.11193211349021981f,0.9638424935735308f,0.2418240053253007f,1.5666413590591082f,-0.6477841686144765f,0.2553128781690663f,-0.717768071965784f,-0.692322248551695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6326687795066983f,-0.0763084649497423f,0.7706537702590693f,-0.12954683172243825f,0.15110534393652914f,0.9638424935735308f,0.21948763658981285f,1.5137512476331363f,-0.7595376162319598f,0.2553128781690663f,-0.5982624372043591f,-0.4276929119567597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4721289276838178f,-0.07783225559215735f,0.8780867927679844f,0.2112077997161501f,0.3391832444716518f,0.9354482442712759f,-0.09945505999933373f,1.3507880718038758f,-0.8136639369628055f,0.3447879381289671f,0.46805157344780235f,0.38098091442022597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.013960860069186676f,-0.07783225559215735f,0.9968687147140116f,0.20231114756575197f,0.3447804776456068f,0.9354482442712759f,0.07786529730409186f,1.4562684268444763f,-0.9385795206697172f,0.3447879381289671f,0.013775380219061217f,0.0656019599764906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5614262080414849f,0.3811968025851109f,0.7344995647534769f,-0.22757560157012416f,0.0856520648155941f,0.9095848471215541f,-0.40659455195524286f,1.1207149845814661f,-0.8230822174710036f,-0.16536143318726815f,-0.5433150648539651f,-0.2186600947966668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5682084734706102f,0.09768008740563171f,0.8170665402527671f,-0.20415391930498844f,0.07663836203346201f,0.9948957332314968f,-0.06564328954729784f,1.3068476640027011f,-0.8193080569242724f,0.025319567970060436f,-0.5727942277439454f,-0.21749263972568011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5603769481564032f,0.38863857357499765f,0.7313943772715968f,-0.04887535768086451f,0.10860308768268062f,0.9099276825448948f,-0.4002961177481806f,1.0996232774429986f,-0.8210865029463728f,-0.14488502913713489f,-0.5521098468703739f,0.03236035113048529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5672659591105931f,0.10594320559554461f,0.8166917220239709f,-0.023906683369050094f,0.0961395753826139f,0.9934292688936157f,-0.062092429093625445f,1.2855031876787164f,-0.8179037313031342f,0.043293474030578316f,-0.5737239418281009f,0.03689210287479311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9364252878310244f,-0.03286007223705975f,0.3493249146040948f,0.2757275526014241f,0.01877101024741573f,0.989487164191934f,0.143397353789029f,2.013889749312938f,-0.3503645665373059f,0.1408380898478098f,-0.9259639857808435f,0.02473599700051421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9364252878310244f,-0.03286007223705975f,0.3493249146040948f,0.34770022066885387f,0.01877101024741573f,0.989487164191934f,0.143397353789029f,1.9029434428223895f,-0.3503645665373059f,0.1408380898478098f,-0.9259639857808435f,-0.06653921665226714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9364252878310244f,-0.03286007223705975f,0.3493249146040948f,-0.2744223039993028f,0.01877101024741573f,0.989487164191934f,0.143397353789029f,2.0249177178332944f,-0.3503645665373059f,0.1408380898478098f,-0.9259639857808435f,-0.18110318584015306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9364252878310244f,-0.03286007223705975f,0.3493249146040948f,-0.2726815325191998f,0.01877101024741573f,0.989487164191934f,0.143397353789029f,1.9153792371113025f,-0.3503645665373059f,0.1408380898478098f,-0.9259639857808435f,-0.2986557419832323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9309007495586532f,0.10167843066790339f,0.35083513394192684f,0.1862097540269913f,0.17293307573390504f,0.9686950358205376f,0.17811254558244557f,2.1228190883505005f,-0.3217420485238893f,0.2264761009765923f,-0.9193424986902824f,-0.011633475197778534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9353458274980198f,-0.045198360302058614f,0.35083513394192684f,0.07801645251680991f,0.019266692889920847f,0.9838214856625296f,0.17811254558244557f,2.1349526682753965f,-0.3532095377069111f,0.1733562591162447f,-0.9193424986902824f,-0.05057094264923382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9210905654340812f,0.1660467773566458f,0.35216564000168593f,0.059298741425430956f,0.25521840855785555f,0.9405675199469439f,0.22404531763473878f,2.130853928682313f,-0.2940335596518195f,0.2962451824930288f,-0.9087260630399857f,-0.06479627203010718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9273204604184672f,-0.12671276846271207f,0.35216564000168593f,0.08586493293360248f,-0.0479242174832757f,0.9733996943828187f,0.22404531763473878f,2.1400139239517952f,-0.3711873288083762f,0.19088454438206992f,-0.9087260630399857f,-0.05224248453731409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.935725850898866f,0.01991215613127152f,0.35216564000168593f,0.1443722221634268f,0.10493906962072339f,0.9689125282052483f,0.22404531763473878f,2.247907161715576f,-0.3367564752558295f,0.24660093009783615f,-0.9087260630399857f,-0.037356555507658575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.935725850898866f,0.03649439342616166f,0.35083513394192684f,0.13616098364254042f,0.10493906962072339f,0.9783985449566441f,0.17811254558244557f,2.0277674891003317f,-0.3367564752558295f,0.2034808258170246f,-0.9193424986902824f,-0.08313974131648903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9197558908075609f,-0.1789446991716484f,0.3493249146040948f,-0.17804050992622023f,-0.13624998723197596f,0.9802413681872391f,0.143397353789029f,2.131855628049386f,-0.36808292856919644f,0.08429504571905634f,-0.9259639857808435f,-0.1518059607371608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9364252878310245f,-0.03286007223705974f,0.3493249146040948f,-0.07050949546663146f,0.01877101024741573f,0.9894871641919342f,0.143397353789029f,2.139664929894325f,-0.3503645665373059f,0.14083808984780982f,-0.9259639857808435f,-0.11002993460989084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9006598837940815f,-0.2584257683762855f,0.3493249146040948f,-0.0494511033331429f,-0.22116517941190195f,0.9646362850017645f,0.143397353789029f,2.1349713787026396f,-0.3740290592183084f,0.05189373658854371f,-0.9259639857808435f,-0.10281239881411837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.936436405660673f,0.032541699251288095f,0.3493249146040948f,-0.07703666942990525f,0.08774842039898435f,0.985767423707939f,0.143397353789029f,2.145413792146137f,-0.33968672754584106f,0.1649352120259696f,-0.9259639857808435f,-0.11160206146954582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9299979628937407f,-0.11434987123007322f,0.3493249146040948f,-0.12367405934198211f,-0.06753990784812064f,0.9873578681380787f,0.143397353789029f,2.254615761993253f,-0.36130617191152403f,0.10976587436673682f,-0.9259639857808435f,-0.14603356121829977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9299979628937407f,-0.11434987123007322f,0.3493249146040948f,-0.09794533831521568f,-0.06753990784812064f,0.9873578681380787f,0.143397353789029f,2.0324602416621858f,-0.36130617191152403f,0.10976587436673682f,-0.9259639857808435f,-0.1707308829508155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9364252878310244f,-0.03286007223705975f,0.3493249146040948f,0.025032206103777536f,0.01877101024741573f,0.989487164191934f,0.143397353789029f,1.518520526426985f,-0.3503645665373059f,0.1408380898478098f,-0.9259639857808435f,-0.17017845862500347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5767911549950027f,-0.12019992218177354f,0.8079999642493966f,0.07010717692194261f,0.06830232423675126f,0.9785554279198331f,0.19432978925653732f,1.1515622409570476f,-0.8140311763215143f,0.16727597913665937f,-0.556212181438418f,-0.23290695080125073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7417955951828438f,-0.41555043766099026f,0.5263621649844238f,0.22482225974246647f,-0.1706492192458008f,0.8760093314260817f,0.4510947741054291f,0.5339495304434845f,-0.6485507990420867f,0.24479682394628582f,-0.7207332211350341f,-0.13749728900360828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7417955951828438f,-0.06782819063365722f,0.6671871038342203f,0.21971853509116981f,-0.1706492192458008f,0.9812148738135746f,-0.08997897186459419f,0.8632101260899296f,-0.6485507990420867f,-0.18060096334841375f,-0.7394356990972885f,-0.21829611492058115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7822148975568796f,0.0637993001559824f,0.6197334131218739f,-0.08261521403367808f,0.14813089970480633f,0.9852615720453672f,0.08553871172361827f,0.5121529962251417f,-0.6051422069172873f,0.15871132269091107f,-0.7801369273768397f,-0.3244852622653972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7822148975568796f,0.2941878957637757f,0.5491751414859946f,0.03477186417303871f,0.14813089970480633f,0.9440325763770804f,-0.29471975042656473f,0.8764951208217904f,-0.6051422069172873f,-0.14918437158406977f,-0.7820146627029069f,-0.3870351789699841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7214287099849876f,0.3286177362679592f,0.6095498337457884f,0.08321030960183422f,0.19577586529254964f,0.9411084438767136f,-0.2756568653832226f,1.0418353486829217f,-0.6642382305907647f,-0.0795316306514122f,-0.7432780722902953f,-0.24881896026223765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7928197150441129f,0.05985499547417085f,0.6065099166165038f,0.0883673995310128f,-0.21670315066841714f,0.9024463211189526f,-0.3723310113182214f,1.0126079037045776f,-0.5696285139700723f,-0.42662397613783404f,-0.7025064690496393f,-0.26485178622961586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7738063387386124f,0.17263206840783335f,0.6094439425289062f,0.0864471608844811f,-0.002913273744142169f,0.9611647009912521f,-0.27596001595247216f,1.0598571868265076f,-0.63341555314346f,-0.2153150866187275f,-0.7432524137265445f,-0.2528561181363388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8025214658919667f,-0.04479647369187545f,0.5949391336324934f,0.08143681154118154f,0.20400051384021534f,0.9164715279023168f,0.344185602396906f,1.0215555905885778f,-0.5606630780919472f,0.39758422313915587f,-0.7263495703690456f,-0.24673908046446075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7207992128498502f,-0.3226999182039277f,0.6134437688543383f,0.08145358396194465f,-0.1714080527956155f,0.9405136206006529f,0.29334861325983247f,1.021483385018876f,-0.6716157935842872f,0.10629624760935659f,-0.7332348420201528f,-0.24675955758544107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7736162629211862f,-0.21809471570048664f,0.5949391336324934f,0.07871062759492546f,0f,0.9389016301523173f,0.344185602396906f,1.0332918609654818f,-0.6336543835119094f,0.26626757947757174f,-0.7263495703690456f,-0.2434107357209911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7393063553532838f,0.12717993754598061f,0.6612498592968049f,-0.07818721380290386f,0.22221970544527275f,0.9730677645675061f,0.06129867919794704f,1.0956555080208934f,-0.6356449602144739f,0.19226125206446842f,-0.7476570707941863f,-0.35762327833184815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7718406255307513f,-0.11168923168437646f,0.6259293604761259f,0.23690082394465586f,-0.19163808976161154f,0.9795353365957347f,-0.061525335535869474f,1.0858910065047687f,-0.6062482093440104f,-0.16743966043334677f,-0.7774490779344629f,-0.13077600403399492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7736162629211862f,-0.12653948511461208f,0.6208910020694347f,0.08855430477342159f,0f,0.9798575031206508f,0.19969795586876707f,0.9365677077135351f,-0.6336543835119094f,0.15448958633219556f,-0.7580336997594824f,-0.2677579653049253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7736162629211862f,-0.11568417041675336f,0.6230048558870512f,0.06875000000000003f,0f,0.9831934759673955f,0.18256666950774608f,1.15625f,-0.6336543835119094f,0.1412365445985498f,-0.7606144626063877f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.08529023474272457f,-0.5631139753135281f,-0.8219660739131068f,1.212456670824172f,0.295722908254864f,0.8021045853299109f,-0.5188219306525284f,0.7972399577814602f,0.9514586367209126f,-0.19882375360938878f,0.23493739082967816f,0.1761943033373588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6763950145729555f,-0.5631139753135281f,-0.4747551316915356f,1.1803221471711374f,-0.30914948282535515f,0.8021045853299109f,-0.5109352517311241f,0.7965100422185398f,0.668518048768818f,-0.19882375360938878f,-0.7166259369231668f,0.26426190301433183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.342768252299034f,-0.5631139753135281f,-0.7519392103238544f,1.3091802905462329f,-0.007785766004483496f,0.8021045853299109f,-0.5971328294780442f,0.8864449244217066f,0.9393877298877127f,-0.19882375360938878f,-0.2793202605202207f,0.2621261422538784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.37415866312205126f,0.3298501634463065f,0.8667203496429309f,-0.775598909602728f,-0.047458969427962405f,0.9401917109990244f,-0.3373235728341003f,2.4580629101608618f,-0.9261495241220798f,0.08507888247486409f,0.3674352224886355f,-0.9770443637950074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5447654791348453f,0.3298501634463065f,0.7709925047738321f,-0.7664288241515146f,0.2631726327465518f,0.9401917109990244f,-0.2162861806541866f,2.446468339839138f,-0.7962227942706934f,0.08507888247486409f,-0.5989915238470385f,-0.8844671637300235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09781424481294326f,0.3298501634463065f,0.9389522049530097f,-0.9118566976200728f,0.1236754167650548f,0.9401917109990244f,-0.3174018554714463f,2.4998759033207167f,-0.9874901340264942f,0.08507888247486409f,-0.13275849862500205f,-0.9108419889687651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012087754108143536f,0f,0.000009900849742373586f,-0.3724709640420713f,0f,0.000015625f,0f,1.3223725f,-0.000009900849742373586f,0f,-0.000012087754108143536f,0.2960377802453183f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28.mcfunction new file mode 100644 index 000000000..7febf4c4a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..57507e640 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7274242119271567f,-0.22251752173716255f,0.29712693056428047f,0.3475437668525962f,-0.17414638540664906f,0.7818441167330714f,0.15917681371395354f,1.3306849266038927f,-0.32782845635545166f,0.0784230456835183f,-0.7438566888546254f,-0.3485933750269189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7417529239174566f,0.07130822228341706f,0.29106311565480536f,0.3475437668525962f,0.13548588639461717f,0.7728712296151251f,0.15592830731162796f,1.3306849266038927f,-0.26729417211710543f,0.19386902761396257f,-0.7286759401024903f,-0.3485933750269189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.000797257465318168f,-0.09439358475551933f,0.8111927391082719f,0.3002494436231721f,0.2738150724781239f,0.7642698380705815f,0.08866433975286454f,1.337172111084548f,-0.76939529171212f,0.2718931963418986f,0.03239474214516949f,-0.42000891263870616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.03610719757894182f,-0.08512966896263226f,0.7946377852489195f,0.3002494436231721f,-0.03869511549093377f,0.7943292269175672f,0.08685486343137752f,1.337172111084548f,-0.7982474292599624f,-0.04235585823534441f,0.03173362495853338f,-0.42000891263870616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0107155801687473f,-1.1386659704441355f,-0.3511411023458609f,-0.481101680380451f,0.3055433046050385f,0.19739346840429486f,-1.5195674903216225f,1.5764949776565107f,1.1517393607128241f,-1.0516091842428137f,0.09497799008706309f,-0.869530156556408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7221723110530379f,-0.07276480311855059f,0.6878753059788035f,-0.2946003403312255f,0.12434929901505645f,0.9645937246694577f,0.23258589416120293f,1.5717209914834342f,-0.6804442702990291f,0.2535039048129649f,-0.6875546271110399f,-0.7036436400578523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6002820217374414f,-0.07276480311855059f,0.7964714544827883f,-0.11986505788105974f,0.1606262159169729f,0.9645937246694577f,0.20918452401766297f,1.5163348278885227f,-0.7834926375780463f,0.2535039048129649f,-0.5673403362229548f,-0.4328796677507565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4814653272126991f,-0.08201010109326246f,0.8726198954932447f,0.19809871157355755f,0.3335632253892713f,0.937836955181416f,-0.09590318119831512f,1.3507612616332874f,-0.8105101562348708f,0.3372479633959612f,0.47889153033375076f,0.3860103146373923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.008320004881982035f,-0.08201010109326246f,0.9965967694295605f,0.1966509740474181f,0.3390202738637627f,0.937836955181416f,0.07434446452419963f,1.4543215589155416f,-0.9407422768368088f,0.3372479633959612f,0.03560589497784539f,0.06987377845742707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.52957628407154f,0.40322450571535384f,0.7462968292439598f,-0.22843269058609567f,0.08856114306960743f,0.9012688415768247f,-0.42411248406640034f,1.1242240168856563f,-0.8436266255205463f,-0.15850701307316584f,-0.5130006272115456f,-0.2268061210333657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5383751997484496f,0.10960164569644737f,0.835547499282026f,-0.20266021014749913f,0.07963629759848087f,0.9936860280882599f,-0.07903251031685649f,1.3100461939627248f,-0.8389339690348837f,0.02399076578203091f,-0.543704183133226f,-0.22570600359381757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5283180368804553f,0.410842733903174f,0.7430264463030555f,-0.05837325041302816f,0.12361389246477322f,0.9030256178981053f,-0.41141747533308876f,1.1010200440320306f,-0.839999796128838f,-0.12551088167450208f,-0.5278705912293274f,0.027657968096424786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5373968571667236f,0.12025671141694337f,0.8347112921642488f,-0.030608171446324745f,0.10950324707164134f,0.9913517133577407f,-0.07232440323596787f,1.286446462766382f,-0.8361899645344324f,0.05253668986388277f,-0.5459177954876091f,0.03409661122410526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9289304922912655f,-0.026164694439531358f,0.3693285112963704f,0.2789250111272357f,0.02741126527732403f,0.9899026696408715f,0.13907310010843887f,2.0120919095084355f,-0.36923808447586165f,0.13931300514582856f,-0.9188335668497505f,0.02834548037493642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9289304922912655f,-0.026164694439531358f,0.3693285112963704f,0.3516550393271343f,0.02741126527732403f,0.9899026696408715f,0.13907310010843887f,1.900364256490593f,-0.36923808447586165f,0.13931300514582856f,-0.9188335668497505f,-0.061362863992611455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9289304922912655f,-0.026164694439531358f,0.3693285112963704f,-0.2668216530938828f,0.02741126527732403f,0.9899026696408715f,0.13907310010843887f,2.028196027858863f,-0.36923808447586165f,0.13931300514582856f,-0.9188335668497505f,-0.18858189425463232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9289304922912655f,-0.026164694439531358f,0.3693285112963704f,-0.26376141181582907f,0.02741126527732403f,0.9899026696408715f,0.13907310010843887f,1.9185242197368202f,-0.36923808447586165f,0.13931300514582856f,-0.9188335668497505f,-0.3059830949578698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9231370294514629f,0.09730596008093378f,0.37195372694497436f,0.19018724190941919f,0.18122431958223528f,0.9633544111882294f,0.19775243218766134f,2.120590949928763f,-0.3390807733379833f,0.24995965389819907f,-0.9069423358602288f,-0.007638568091776626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9269936865713272f,-0.04830248511871327f,0.37195372694497436f,0.08292470039793046f,0.028291315525283647f,0.9798436492776351f,0.19775243218766134f,2.133723944940122f,-0.37400843108511483f,0.193838316391892f,-0.9069423358602288f,-0.04876535079511714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9158049519107145f,0.14796075421423605f,0.3733750196091971f,0.06601484926829976f,0.2615407733353579f,0.9252316157993024f,0.27485065218870264f,2.130016745235168f,-0.3047912628979988f,0.34936237968299716f,-0.8860294654938269f,-0.06734667058855892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9167046547227884f,-0.14228025422174745f,0.3733750196091971f,0.09214168341993875f,-0.037172236257510635f,0.9607681009708122f,0.27485065218870264f,2.1387566638130817f,-0.39783262920629f,0.23807768777341204f,-0.8860294654938269f,-0.053625592443449804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9276760346939567f,0.002875654069716852f,0.3733750196091971f,0.14905848537708996f,0.11358265955769642f,0.954754470237896f,0.27485065218870264f,2.2462703568039224f,-0.35569109365051244f,0.29738129089508314f,-0.8860294654938269f,-0.031559147199785476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9276760346939567f,0.03267414369559628f,0.37195372694497436f,0.1417068030455808f,0.11358265955769642f,0.9736492977513335f,0.19775243218766134f,2.0271992648098727f,-0.35569109365051244f,0.22569768568174262f,-0.9069423358602288f,-0.08234112647817748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9134007564817952f,-0.17115930825430198f,0.3693285112963704f,-0.1700257217430898f,-0.12778110745179283f,0.9820033917480232f,0.13907310010843887f,2.1342325432438085f,-0.3864855063736257f,0.07983626865834428f,-0.9188335668497505f,-0.15743226588097198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9289304922912655f,-0.026164694439531358f,0.3693285112963704f,-0.06329052351268098f,0.02741126527732403f,0.9899026696408715f,0.13907310010843887f,2.1410508044171763f,-0.3692380844758617f,0.13931300514582856f,-0.9188335668497505f,-0.1134976622263687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8950074742010748f,-0.2501161167694301f,0.3693285112963704f,-0.04242846067093227f,-0.21288209674828618f,0.9671297150384128f,0.13907310010843887f,2.136162465468321f,-0.39197300163182913f,0.04584803618367265f,-0.9188335668497505f,-0.10585197054359521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9284928211206215f,0.03869795693672344f,0.3693285112963704f,-0.06972891091788792f,0.09639661239683683f,0.9855792032833497f,0.13907310010843887f,2.146860530011081f,-0.35862065507424956f,0.16473039241221205f,-0.9188335668497505f,-0.11520624530716882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9231152279386708f,-0.10702675689444471f,0.3693285112963704f,-0.1146068403284856f,-0.0589687452831833f,0.9885248403079991f,0.13907310010843887f,2.256470170198503f,-0.3799749505262985f,0.10660165759828619f,-0.9188335668497505f,-0.15066527463752855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9231152279386708f,-0.10702675689444471f,0.3693285112963704f,-0.09052582002723558f,-0.0589687452831833f,0.9885248403079991f,0.13907310010843887f,2.0340520811292038f,-0.3799749505262985f,0.10660165759828619f,-0.9188335668497505f,-0.1746506475971429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9289304922912655f,-0.026164694439531358f,0.3693285112963704f,0.02745838143142086f,0.02741126527732403f,0.9899026696408715f,0.13907310010843887f,1.5189545204002026f,-0.36923808447586165f,0.13931300514582856f,-0.9188335668497505f,-0.17118025321084265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5505665238437579f,-0.1136584797500407f,0.827017685907327f,0.07008031133768612f,0.07551913982829701f,0.9798445105455404f,0.1849367315418012f,1.151512828945625f,-0.8313683674173531f,0.1642756376785058f,-0.5308861954535317f,-0.23278361734028233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7226938878958002f,-0.4274730161797493f,0.5431209486258475f,0.2015384644434845f,-0.18410444511570276f,0.8764700058241947f,0.44486613961862215f,0.5420716442007776f,-0.6661974915043524f,0.22151105915670216f,-0.7121191985788504f,-0.10625644431211914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7226938878958002f,-0.027086369063519133f,0.6906372948292088f,0.21478292227853424f,-0.18410444511570276f,0.9706752331831907f,-0.15458054526167722f,0.8612773549654971f,-0.6661974915043524f,-0.23886381118895572f,-0.706487779099961f,-0.2088369551298183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7625368455243575f,0.068630915684215f,0.6432941447192786f,-0.08699751164462435f,0.1446938926722055f,0.987260315509938f,0.06618721056655907f,0.5112410790808011f,-0.6305562914134838f,0.14355092069214995f,-0.7627528410483372f,-0.3188778143291118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7625368455243575f,0.3054303947031148f,0.5703067886754124f,0.03482767134873703f,0.1446938926722055f,0.939724552295748f,-0.309808720400056f,0.8742291739345789f,-0.6305562914134838f,-0.15372065509896612f,-0.7607685085193908f,-0.38290703877253185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7023605035765038f,0.33743270033541983f,0.626760636734716f,0.08202797993551424f,0.1865943092920813f,0.9369899500952961f,-0.2953513114245907f,1.041495786549843f,-0.6869296082973648f,-0.09049312772117692f,-0.7210677548467048f,-0.24641968205640197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7792867392177408f,0.0783844222813787f,0.6217459774079727f,0.08727281237699873f,-0.22251020797851642f,0.8928882379811612f,-0.3914585569638941f,1.0119354109606673f,-0.5858339230743967f,-0.44340328913812926f,-0.678374629358108f,-0.26180040221794215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7558015122336557f,0.19031548531019563f,0.626533391094572f,0.08559639528508041f,-0.004838216897434509f,0.9551813042074131f,-0.2959818706439275f,1.0594054360037322f,-0.6547829149898251f,-0.2267348498660274f,-0.7210066865804071f,-0.25067096049139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7829257382379019f,-0.0466563242152262f,0.6203631805767973f,0.07985239410029793f,0.19999180409095885f,0.9253771813177295f,0.3219943331689197f,1.0216459966947529f,-0.589093003439253f,0.37616520267985637f,-0.7151707303796365f,-0.2440491272633075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7038181357559851f,-0.31152651410422344f,0.6384287452731439f,0.07988629500001682f,-0.17383577481810128f,0.9469192318840108f,0.2704165151790571f,1.021493878942604f,-0.6887823714166618f,0.07934229199024886f,-0.7206133814517838f,-0.24408820909790305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7554022485933395f,-0.21099044292281696f,0.6203631805767973f,0.07721501356376272f,0f,0.9467415958999069f,0.3219943331689197f,1.0334802666435017f,-0.6552613545907667f,0.24323524331011487f,-0.7151707303796365f,-0.24100868672193104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7193750556022613f,0.1309173224516293f,0.6821731334927663f,-0.07548137772519901f,0.21469630199516238f,0.9758971624727661f,0.03911810561882176f,1.0953968044981102f,-0.66060958764375f,0.17460063848594423f,-0.7301435405134084f,-0.36065987951537015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7571862514771915f,-0.09390172294546613f,0.6464142998122739f,0.23313382848164121f,-0.19391134723882397f,0.9773148768091037f,-0.08517054056204378f,1.0856278673158164f,-0.6237526512857028f,-0.18983703009549913f,-0.7582179976883806f,-0.1250723872884464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7554022485933395f,-0.11561104467291315f,0.6449818053013311f,0.08616120763197241f,0f,0.9843122912446812f,0.17643501156132765f,0.9356632069558297f,-0.6552613545907667f,0.13327940446401876f,-0.7435517181242943f,-0.2632448143577165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7554022485933395f,-0.10433695194006311f,0.6469012623886148f,0.06875000000000003f,0f,0.9872415912466361f,0.15922952148646874f,1.15625f,-0.6552613545907667f,0.12028233857331995f,-0.7457645179325755f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2117080811758218f,-0.4904496064367724f,-0.8453631597786047f,1.0333094828656735f,0.2868983962772268f,0.8580485959298956f,-0.4259599948777938f,0.7975840559753484f,0.9342745841445153f,-0.15235416163909002f,0.32236502734143335f,0.39253402151425654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7328506671942989f,-0.4904496064367724f,-0.47158147030909303f,1.0032472057213007f,-0.3114819807376017f,0.8580485959298956f,-0.40832778830066796f,0.7961659440246516f,0.6049040215345334f,-0.15235416163909002f,-0.7815877008772583f,0.4813220328186563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.32066428953997517f,-0.4904496064367724f,-0.810329313896417f,1.1398277413779496f,-0.015126527474100177f,0.8580485959298956f,-0.5133456878062872f,0.8738768531709431f,0.947072120580264f,-0.15235416163909002f,-0.2825643428510606f,0.4793126785941155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4695989996926942f,0.2587559014762714f,0.8441102788965571f,-0.6489464219282561f,-0.03398613673269407f,0.9606768109160615f,-0.27558121757139475f,2.42185300177888f,-0.8822254371744264f,0.1007246167495708f,0.459926982882114f,-1.0882936155669187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5988575380859438f,0.2587559014762714f,0.7579017301265678f,-0.6416634762992219f,0.24136429775732748f,0.9606768109160615f,-0.1372710484270371f,2.4101684825961196f,-0.7636183109680875f,0.1007246167495708f,-0.6377629863318326f,-0.9955601630568767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.07768475337636527f,0.2587559014762714f,0.9628138254844784f,-0.7897270229364108f,0.12463487128277906f,0.9606768109160615f,-0.2481253994021388f,2.4532295520978207f,-0.9891568267737822f,0.1007246167495708f,-0.10687994960456187f,-1.0258948968712134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001180316013427093f,0f,0.00001023845866548073f,-0.38719429701037456f,0f,0.000015625f,0f,1.3223725f,-0.00001023845866548073f,0f,-0.00001180316013427093f,0.283359697081162f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29.mcfunction new file mode 100644 index 000000000..50f7604f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..0482ec8df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.736951551563513f,-0.21806499796656015f,0.27621461176849316f,0.3513919497883518f,-0.17402471724419213f,0.7829443620584957f,0.15381146951166721f,1.3257551265127858f,-0.3058794744350368f,0.07993889558346216f,-0.7529886881864073f,-0.3324485046904882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7487062695599955f,0.07890941472066935f,0.27057757887525863f,0.3513919497883518f,0.13600845199392747f,0.7738213687957444f,0.15067245992979647f,1.3257551265127858f,-0.24686154602888433f,0.1870128163081932f,-0.7376215721009705f,-0.3324485046904882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.08340668508386434f,-0.10282740490268684f,0.805862453604053f,0.30269200442937444f,0.27910568558025023f,0.7644157521818767f,0.06865142778878257f,1.3335854036348445f,-0.7629467777011343f,0.2684018015245777f,0.11321277215165099f,-0.41209380946910495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.11403239850411602f,-0.0617943950113526f,0.7894162810815213f,0.30269200442937444f,-0.03396167851472201f,0.7964445938160173f,0.06725037824207272f,1.3335854036348445f,-0.7911025322193459f,-0.04309827985453829f,0.1109023074138622f,-0.41209380946910495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9615724817737906f,-1.0837592414093373f,-0.5850218106662786f,-0.44903403756536203f,0.6094054098865257f,0.22628900228069596f,-1.4208534702240911f,1.585774710143673f,1.0702381317708825f,-1.1025721945100313f,0.2834274990132504f,-0.8912542905983815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6833055083868573f,-0.06884938759571821f,0.7268791811820402f,-0.27157206537409173f,0.13833751318609525f,0.9653033120696127f,0.2214774213163108f,1.5774010110989565f,-0.7169074658933787f,0.2518914002802205f,-0.6500726173368666f,-0.7158660325471221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5612255401900899f,-0.06884938759571821f,0.8247943106411662f,-0.10863068316351301f,0.17127110616784072f,0.9653033120696127f,0.19711855290530098f,1.519199286834859f,-0.8097481714893752f,0.2518914002802205f,-0.5299609619910541f,-0.43836258661077154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.49081452999653713f,-0.08654370820522866f,0.8669551797609647f,0.18331453406429402f,0.3272247680953324f,0.9405190658609343f,-0.09136650314547205f,1.350889252638151f,-0.8074806798241271f,0.3285332149451009f,0.48993966811088274f,0.39146319562944865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.03236653584377769f,-0.08654370820522866f,0.995722146950424f,0.189909143762022f,0.33225080144183816f,0.9405190658609343f,0.07094569538267893f,1.4521905493982026f,-0.9426355670664723f,0.3285332149451009f,0.05919556046788016f,0.07466089288739677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.49473487766898266f,0.4267330118589228f,0.7570576843330166f,-0.2289799682369596f,0.0855929562303776f,0.8908297460181867f,-0.4462019827980571f,1.1281821143573152f,-0.864818620672336f,-0.15595287813626732f,-0.4772498854262963f,-0.235402303440691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5046372151479505f,0.12269372694682155f,0.8545686224380229f,-0.20063384054419292f,0.0790769434794386f,0.9922578815276663f,-0.09576603550412549f,1.313631929421852f,-0.8597023427312915f,0.019249569193271587f,-0.5104324989537818f,-0.2349832123354137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.49352158702687293f,0.4320363703020057f,0.7548384051402955f,-0.06869722471837209f,0.13289889340108027f,0.8951646694695807f,-0.42546221767177494f,1.1025733291155602f,-0.8595198236639138f,-0.10965760014556565f,-0.4992002438491695f,0.02282836543318905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5039033080859762f,0.13429869780304876f,0.8532557154033106f,-0.03818337065902977f,0.11951977117812297f,0.9891772681844136f,-0.08510791035356127f,1.2875121424604279f,-0.8554510391586062f,0.059094770289985055f,-0.514501047352515f,0.030693003316608042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9195667961481677f,-0.01855277115834693f,0.39249548036141807f,0.28227915061081854f,0.03732364179831961f,0.9902440668968047f,0.13425212750115922f,2.0098943393484707f,-0.3911570697107559f,0.13810315947878524f,-0.9099031070159461f,0.033045415975930026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9195667961481677f,-0.01855277115834693f,0.39249548036141807f,0.3558784531450511f,0.03732364179831961f,0.9902440668968047f,0.13425212750115922f,1.897300331372167f,-0.3911570697107559f,0.13810315947878524f,-0.9099031070159461f,-0.05485250512750972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9195667961481677f,-0.01855277115834693f,0.39249548036141807f,-0.25796634212623004f,0.03732364179831961f,0.9902440668968047f,0.13425212750115922f,2.0318219789049836f,-0.3911570697107559f,0.13810315947878524f,-0.9099031070159461f,-0.19675936247913908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9195667961481677f,-0.01855277115834693f,0.39249548036141807f,-0.25333454930311f,0.03732364179831961f,0.9902440668968047f,0.13425212750115922f,1.9220272440635537f,-0.3911570697107559f,0.13810315947878524f,-0.9099031070159461f,-0.3139940638108855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9135699528340308f,0.09088769442122649f,0.39639546955234073f,0.19437608222596725f,0.19068433484896377f,0.9566533769037993f,0.22012224081579249f,2.117849475410818f,-0.35920666157803266f,0.2766834716085354f,-0.8913006399731875f,-0.0025563385973362412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9165403585877467f,-0.05314511076500142f,0.39639546955234073f,0.08826880643118293f,0.038683135019584425f,0.9747049882724983f,0.22012224081579249f,2.132127668021187f,-0.39806706237128153f,0.21708473700028946f,-0.8913006399731875f,-0.046220051955120946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9094583660452407f,0.12416140528729738f,0.39682417500374745f,0.07368923195815553f,0.2682663181800647f,0.904381546481059f,0.33185418622437296f,2.129239795802083f,-0.317676978958869f,0.4082621263619882f,-0.8558056866006176f,-0.06966129097232207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9033142896057196f,-0.1629535772136033f,0.39682417500374745f,0.09925363659650319f,-0.024332837254084083f,0.9430168143339364f,0.33185418622437296f,2.1374568870099044f,-0.42828869612129733f,0.29011277041310113f,-0.8558056866006176f,-0.05462113629994021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9176845474143508f,-0.019637860614478572f,0.39682417500374745f,0.1539568463260443f,0.12348707122481418f,0.9352132068815523f,0.33185418622437296f,2.244134869819634f,-0.37763211552678655f,0.35354011385528716f,-0.8558056866006176f,-0.02440505845745876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9176845474143508f,0.026938878137327066f,0.39639546955234073f,0.14789559874514574f,0.12348707122481418f,0.9676244841562f,0.22012224081579249f,2.026419360884489f,-0.37763211552678655f,0.25095249452067675f,-0.8913006399731875f,-0.08086936972461094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9053431101228011f,-0.16217629558302665f,0.39249548036141807f,-0.16077332127715924f,-0.11804417503151461f,0.9838912231555588f,0.13425212750115922f,2.1368130021132363f,-0.40794537096810257f,0.07521243346964065f,-0.9099031070159461f,-0.16338428176339354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9195667961481677f,-0.01855277115834693f,0.39249548036141807f,-0.05503997223463945f,0.0373236417983196f,0.9902440668968046f,0.13425212750115922f,2.142492946469233f,-0.3911570697107559f,0.13810315947878524f,-0.9099031070159461f,-0.1169371316100691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8877634107606235f,-0.24046501702019857f,0.39249548036141807f,-0.03441994253785738f,-0.20334675164403349f,0.9698589922546639f,0.13425212750115922f,2.137381725167944f,-0.4129482111723995f,0.03937144564584025f,-0.9099031070159461f,-0.10879662074691843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9186209535442044f,0.045638159531214875f,0.39249548036141807f,-0.06137171152027015f,0.10630865753554136f,0.9852283164801972f,0.13425212750115922f,2.14837172781863f,-0.38057064133026347f,0.1650524849864428f,-0.9099031070159461f,-0.11880100056060841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9144505863136846f,-0.09862769938723259f,0.39249548036141807f,-0.1041873326540235f,-0.04912384307889127f,0.9897288589823846f,0.13425212750115922f,2.2584392646051055f,-0.4017050824071302f,0.1034860503208462f,-0.9099031070159461f,-0.15537427583010954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9144505863136846f,-0.09862769938723259f,0.39249548036141807f,-0.0819961002918962f,-0.04912384307889127f,0.9897288589823846f,0.13425212750115922f,2.035750271334069f,-0.4017050824071302f,0.1034860503208462f,-0.9099031070159461f,-0.1786586371522999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9195667961481677f,-0.01855277115834693f,0.39249548036141807f,0.030192560683983252f,0.03732364179831961f,0.9902440668968047f,0.13425212750115922f,1.5193893528402553f,-0.3911570697107559f,0.13810315947878524f,-0.9099031070159461f,-0.17210740057708457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5198415036325221f,-0.10626343677580281f,0.847627803405288f,0.07004134947490931f,0.08358331827655617f,0.9811454117765641f,0.17426276095504853f,1.1514598234240438f,-0.8501638900864695f,0.16143656015410954f,-0.5011582554828864f,-0.23264611063487564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7009015416534186f,-0.4396555884789319f,0.5616404476416431f,0.1734235852984031f,-0.19979059885811606f,0.8769254972470361f,0.43713314777760076f,0.5541524254175001f,-0.6847048601520047f,0.19417681580786791f,-0.7024774862491616f,-0.07332046205323672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7009015416534186f,0.02331679886400928f,0.712876816707204f,0.20864422002279634f,-0.19979059885811606f,0.9530367551046357f,-0.22760637079735258f,0.8592751393828315f,-0.6847048601520047f,-0.30195574230400374f,-0.6633264536967162f,-0.19840624997311906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7394572291081727f,0.07515326262852895f,0.6689955107741388f,-0.09241645126352258f,0.14065856033003749f,0.9890636803600137f,0.04436446324014115f,0.5103843544078961f,-0.6583450278733369f,0.12690556847117462f,-0.7419412382159812f,-0.3129824135907383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7394572291081727f,0.3183645130412329f,0.593166960606946f,0.034498232990767874f,0.14065856033003749f,0.9347288549671248f,-0.32633899107788056f,0.871842659153314f,-0.6583450278733369f,-0.15787971537808917f,-0.7359727031259984f,-0.3783064825305647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6800147532125607f,0.3492735074517509f,0.6446611143892672f,0.08049491114453798f,0.17626758718755497f,0.9313360279969761f,-0.31865803090757544f,1.0409858847261724f,-0.7116949298121618f,-0.10305930305977892f,-0.694887837663385f,-0.24375499248072507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7640595153408214f,0.10067019716008346f,0.6372429430138078f,0.08576717157440496f,-0.22924786638969585f,0.8809198467750099f,-0.41403579472512453f,1.0110463358083492f,-0.6030410208044902f,-0.46243457370923646f,-0.6499967632730455f,-0.2583740658288182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7348374324743201f,0.2119521717381303f,0.644274960502144f,0.08446901436462792f,-0.006997223829044982f,0.9474975475698109f,-0.3196864654749717f,1.0587514637431064f,-0.6782071856691253f,-0.2394257175925012f,-0.694773588345211f,-0.24824422468558446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7596941461719507f,-0.04700801184050518f,0.648579255831447f,0.07790559100678028f,0.19492479276468205f,0.935058531633318f,0.29609097856130173f,1.0219963129221923f,-0.6203782148316593f,0.35136276018176205f,-0.7011954658436813f,-0.24114834140292316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6842066822867942f,-0.2973597271929234f,0.6659117122846302f,0.0779586032311502f,-0.17681655040532152f,0.953493238712233f,0.24410356661224583f,1.0217444641621392f,-0.7075288852173178f,0.04927307960546884f,-0.7049645666339074f,-0.24120565426180396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7341132955410575f,-0.20105376946223671f,0.648579255831447f,0.07539241888850232f,0f,0.955159741830973f,0.29609097856130173f,1.0339358096950795f,-0.6790270019004016f,0.21736432405161382f,-0.7011954658436813f,-0.23843128735227798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6961112171815349f,0.1370707467320678f,0.7047274534913162f,-0.0723755955512454f,0.20602697919378948f,0.9784573270026f,0.013196328247241651f,1.0951272074715506f,-0.6877369098414915f,0.1543789805162621f,-0.7093553927450159f,-0.3640102933497239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7402817429617026f,-0.07279149897223376f,0.6683444760862164f,0.2286095494816522f,-0.19691620253931869f,0.9739986045792863f,-0.11203002925598719f,1.08550410297484f,-0.6428117533268023f,-0.21454164154070096f,-0.7353672101949773f,-0.11874345888674832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7341132955410575f,-0.10174359630016058f,0.6713612365349655f,0.08312662432556851f,0f,0.9887106619560315f,0.14983733491512044f,0.9347843139061813f,-0.6790270019004016f,0.10999757972962823f,-0.7258256423851229f,-0.2582983662814528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7341132955410575f,-0.09001123109139245f,0.6730346555618514f,0.06875000000000003f,0f,0.991175098601706f,0.13255913364192715f,1.15625f,-0.6790270019004016f,0.0973134224519426f,-0.7276348180927311f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3547407525582064f,-0.40066418546712124f,-0.8447645878932224f,0.8200186576511359f,0.25440231040652594f,0.9107991054984331f,-0.32515296997425036f,0.7980640464530188f,0.8996879808768476f,-0.09956505364445112f,0.4250274545938398f,0.6144676818989451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7962266844404613f,-0.40066418546712124f,-0.4533114574648633f,0.7923606049541103f,-0.29236212537345196f,0.9107991054984331f,-0.29149507212021974f,0.7956859535469811f,0.5296673056099159f,-0.09956505364445112f,-0.8423415847865459f,0.7040134204638752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2950192287682724f,-0.40066418546712124f,-0.867428305475987f,0.9363038771240212f,-0.025366324331067475f,0.9107991054984331f,-0.4120698229829324f,0.8586854734474398f,0.9551545446925879f,-0.09956505364445112f,-0.2788666273433821f,0.7010705452829175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5717880549517653f,0.1753488370823361f,0.8014432016982546f,-0.501009774828565f,-0.006611529325580748f,0.9778447502580908f,-0.20922698696073846f,2.3819908056104313f,-0.8203747362604811f,0.11433472668688371f,0.5602792717734446f,-1.2012922726572237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6586882118832422f,0.1753488370823361f,0.7316984521371691f,-0.495786636088827f,0.2028364750967342f,0.9778447502580908f,-0.05173981796473562f,2.370196694389568f,-0.7245600071052697f,0.11433472668688371f,-0.6796619500730101f,-1.108433884440459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.055713479890538764f,0.1753488370823361f,0.982928681793526f,-0.645837507727725f,0.12580385302254027f,0.9778447502580908f,-0.1673111919668709f,2.4011904287950303f,-0.9904894743121551f,0.11433472668688371f,-0.07653869315755274f,-1.1433822745752085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011470520242829024f,0f,0.000010609796904693775f,-0.40337952651709363f,0f,0.000015625f,0f,1.3223725f,-0.000010609796904693775f,0f,-0.000011470520242829024f,0.2685520132982609f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..bf95d9cd4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6933933285669887f,-0.1312482578418749f,-0.4110036875220333f,-0.051624886434033464f,-0.14935441652164985f,0.8028811822944397f,-0.004416993027454209f,1.2570174698118133f,0.4047757337201849f,0.07141530911086044f,-0.7056917906992618f,-0.40271385579797986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6767396944121943f,0.14115189537031586f,-0.4026158571644408f,-0.051624886434033464f,0.16580947406425442f,0.7826164428868766f,-0.004326850312608205f,1.2570174698118133f,0.39310380857659644f,-0.08710709360585846f,-0.691289917419685f,-0.40271385579797986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8043305650068435f,0.13284087424692523f,0.04847771415329676f,-0.10857296358855614f,0.13310876912211855f,0.8057457282500534f,0.0005669515235324437f,1.2563997602423105f,-0.04773722052037272f,0.008459786081698164f,-0.8152263699371395f,-0.38913815143479336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7777376797697186f,-0.18129797542073237f,0.04748837304812745f,-0.10857296358855614f,-0.18158603119400193f,0.7791188643763302f,0.0005553810842766796f,1.2563997602423105f,-0.046374720933128645f,-0.010239105492245526f,-0.7985890970812796f,-0.38913815143479336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4659972380269492f,0.8827184355811927f,1.202106895261959f,-0.5173569462547558f,1.4414773828054623f,0.589685692060751f,0.12577753948598144f,1.0017465304593003f,-0.38261701348942856f,1.1465100078341768f,-0.990214761011219f,0.2879660934252244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2741417245919547f,-0.7579760625548291f,-0.5918771861050454f,-0.47509356790628493f,-0.6900633280999126f,0.5837093600813278f,-0.4278971677460825f,1.1812371639501769f,0.669820063934652f,0.29112827335613495f,-0.6830705749798143f,0.1196396280333892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5205124980957568f,-0.7579760625548291f,-0.3931145226521051f,-0.28931409182712875f,-0.8102551578729651f,0.5837093600813278f,-0.052630429351308315f,1.4747458084241838f,0.2693572320662118f,0.29112827335613495f,-0.9179820314070991f,0.023421458079518037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.19059565824099547f,0.9381942236024561f,0.2889029142439828f,0.4890926558485652f,0.6223959927105598f,0.11209620846056073f,-0.7746338930789197f,1.2884857044909455f,-0.7591419651932823f,0.32745387285501915f,-0.5625632745165031f,0.06240373026170751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5454700607441252f,0.7661363278747841f,0.339849290042427f,0.2894929091282265f,0.6017481928645767f,0.6402378834466168f,-0.4774877642243961f,1.4810244653566418f,-0.5834051124356185f,-0.055951583626717996f,-0.8102517479608703f,-0.12238945126063375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.972687997822337f,-0.14593866026563176f,-0.18049921421503684f,-0.09004137196376646f,-0.010550640415217999f,0.8046175385287573f,-0.5936996721228274f,1.1396430543696552f,0.2318765681978281f,-0.5755801630805186f,-0.7841815688914152f,0.23089017567449144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.972687997822337f,-0.07077707875444f,-0.22106257940990612f,-0.10469371535153588f,-0.010550640415217999f,0.9648747892281674f,-0.26249823827738045f,1.318916463360703f,0.2318765681978281f,-0.25299653403730155f,-0.9392688703911731f,0.1775828951025526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.972687997822337f,-0.12486108254281547f,-0.19567260656159685f,0.20442968944254852f,-0.010550640415217999f,0.8659049339150727f,-0.5000973199371923f,1.1351403100265567f,0.2318765681978281f,-0.4843741895350845f,-0.8435727008580991f,0.11824817866927909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.972687997822337f,-0.019802488120608606f,-0.23127023231839933f,0.1992712839679444f,-0.010550640415217999f,0.9990963217121421f,-0.04117309713996019f,1.3222135384904585f,0.2318765681978281f,-0.03760852836127723f,-0.9720179297293321f,0.1051214675407313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9976537006993464f,-0.0073184439142901184f,-0.06807006581142894f,0.28970667358440455f,-0.010812731256041165f,0.9986346076570929f,0.05110778054610471f,2.0182992765880448f,0.06760309403927828f,0.0517238897245513f,-0.9963706443427962f,-0.024903213794285752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9976537006993464f,-0.0073184439142901184f,-0.06807006581142894f,0.32165192418009486f,-0.010812731256041165f,0.9986346076570929f,0.05110778054610471f,1.898666782479207f,0.06760309403927828f,0.0517238897245513f,-0.9963706443427962f,-0.12731356394346474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9976537006993464f,-0.0073184439142901184f,-0.06807006581142894f,-0.29641487557646146f,-0.010812731256041165f,0.9986346076570929f,0.05110778054610471f,2.0119467969751206f,0.06760309403927828f,0.0517238897245513f,-0.9963706443427962f,0.014813603953790243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9976537006993464f,-0.0073184439142901184f,-0.06807006581142894f,-0.33929365253322213f,-0.010812731256041165f,0.9986346076570929f,0.05110778054610471f,1.8915033480220795f,0.06760309403927828f,0.0517238897245513f,-0.9963706443427962f,-0.08252651414244289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9865157849909946f,0.14883908123886508f,-0.06807006581142894f,0.18915564234298904f,0.1455412620279177f,0.988031242327373f,0.05110778054610471f,2.124979033811984f,0.07486218678961189f,0.04051162896006906f,-0.9963706443427962f,-0.03451642261317347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9976537006993466f,-0.007318443914290124f,-0.06807006581142894f,0.0741671381286578f,-0.010812731256041153f,0.9986346076570929f,0.05110778054610471f,2.13379719240681f,0.06760309403927828f,0.05172388972455131f,-0.9963706443427962f,-0.026208317982920615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9697896139165929f,0.2342532195721832f,-0.06807006581142894f,0.05191467716112265f,0.23110003036872673f,0.971586728363055f,0.05110778054610471f,2.129241887099615f,0.07810813467929764f,0.033832800487718265f,-0.9963706443427962f,-0.02492173357194442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947129575855875f,-0.07689342073130202f,-0.06807006581142894f,0.08088061204020221f,-0.08044762077515426f,0.9954477259400758f,0.05110778054610471f,2.1395441407673594f,0.06383034014440353f,0.05631364638318846f,-0.9963706443427962f,-0.026372185551970757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9944951715834052f,0.07966065426370379f,-0.06807006581142894f,0.13563716641725884f,0.07626515541471104f,0.9957768931026775f,0.05110778054610471f,2.2463602631271304f,0.07185387788326794f,0.04563506683524705f,-0.9963706443427962f,-0.05599785496254878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9944951715834052f,0.07966065426370379f,-0.06807006581142894f,0.11771351920792551f,0.07626515541471104f,0.9957768931026775f,0.05110778054610471f,2.0223104621790284f,0.07185387788326794f,0.04563506683524705f,-0.9963706443427962f,-0.06626574500047935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9845339533710032f,-0.1588928455694697f,-0.07379673628623284f,-0.19974302668832408f,-0.16654478108364287f,0.9795615544594513f,0.11279183001789149f,2.1182715706981936f,0.05436663088204571f,0.12333784760494274f,-0.9908743839633333f,-0.0015285484485522902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.997269023959957f,-0.002921568663412505f,-0.07379673628623284f,-0.08490202399498636f,-0.011257150717442474f,0.9935548699689112f,0.11279183001789149f,2.1295806584512627f,0.07299157764892884f,0.11331453921542935f,-0.9908743839633333f,-0.008794170210121237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9679437376887156f,-0.23775284222951357f,-0.08098460767940509f,-0.06317200932907885f,-0.2492920521252208f,0.9487329197943578f,0.1943175742069387f,2.1245455912794333f,0.030633207739238465f,0.20827729811542323f,-0.9775899823920782f,-0.021283427384921567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9940388678458051f,0.07299467467454693f,-0.08098460767940509f,-0.0921488816492507f,0.05608376470513818f,0.9793341062634496f,0.1943175742069387f,2.1339953609966624f,0.09349513649558885f,0.18861729978537872f,-0.9775899823920782f,-0.017004601864782563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.993219482753191f,-0.08340594941907008f,-0.08098460767940509f,-0.1519112450528006f,-0.09780832651302927f,0.9760503120326594f,0.1943175742069387f,2.2420856972537266f,0.06283780982978548f,0.20092096949410715f,-0.9775899823920782f,-0.022534851362486803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.993219482753191f,-0.08982817371506469f,-0.07379673628623284f,-0.13169990596691108f,-0.09780832651302927f,0.9887929683942619f,0.11279183001789149f,2.019607279365018f,0.06283780982978548f,0.11924497834743567f,-0.9908743839633333f,-0.049364971490659784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9976537006993464f,-0.0073184439142901184f,-0.06807006581142894f,-0.0011153013168119495f,-0.010812731256041165f,0.9986346076570929f,0.05110778054610471f,1.507561516205697f,0.06760309403927828f,0.0517238897245513f,-0.9963706443427962f,-0.05318726909368974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.972687997822337f,-0.010834057934643815f,-0.23186349881135243f,0.002947470408679481f,-0.010550640415217999f,0.9999413085632626f,-0.0024624003774765257f,1.1325835254944736f,0.2318765681978281f,0.00005116110836816956f,-0.9727452156157536f,-0.0532064545093278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9612480816901553f,-0.24105340185209329f,-0.13377362558639677f,0.21396019965741664f,-0.12307500934348951f,0.8094278587492466f,-0.5741768748005356f,0.8563615584094558f,0.24668738825099312f,-0.5354622292339051f,-0.8077286261745095f,0.2870818379344019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9612480816901553f,-0.25640019093475996f,0.10129692757243373f,0.13805450497874622f,-0.12307500934348951f,0.0703257726260813f,-0.9899024334648566f,0.837343346968219f,0.24668738825099312f,-0.964008935535954f,-0.09915696992516676f,-0.018182531208936786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9786283849639277f,0.05441876985577604f,-0.19830552597010148f,-0.0665296860045387f,0.13071900847962917f,0.9090601238560718f,-0.3956289069783529f,0.7572284418124516f,0.1587420075625767f,-0.41309598001211245f,-0.8967456084826038f,0.3554406439401736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9786283849639277f,-0.10609825050672947f,-0.17615233572764735f,-0.11029651080940185f,0.13071900847962917f,0.340300731192112f,-0.9311863149618431f,0.8421751222522115f,0.1587420075625767f,-0.9343118181793085f,-0.3191588968609172f,0.015671708529412146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9872627674432486f,0.009500536904423179f,-0.15881425571662489f,0.006916191063505482f,0.1097358486697816f,0.7634311298181329f,-0.6364989815713235f,1.0243980708978468f,0.11519666460892262f,-0.6458193631528376f,-0.7547496794566013f,-0.03434548621295868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9502976507073538f,-0.2864302081318568f,-0.12203323698740909f,0.0059667367912622175f,-0.10879889532601902f,0.6727564886745828f,-0.7318206797584255f,0.9867139047017339f,0.2917142016356453f,-0.6821703913362022f,-0.6704822009183322f,-0.032692230131522546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9785707978893183f,-0.13106191551872443f,-0.15881425571662489f,0.006938337962065485f,0f,0.7712775417828968f,-0.6364989815713235f,1.0242677400888405f,0.20591064449965368f,-0.6228593162519885f,-0.7547496794566013f,-0.03424023517920422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9788675166221783f,0.04306641307776637f,-0.1999091517828655f,0.007047826252789697f,0.09147085597119015f,0.9665352415282416f,-0.2396720872188533f,1.0493655266911166f,0.18289742319078017f,-0.2528930820496263f,-0.9500492732703992f,-0.03371990246753759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9693160689510102f,-0.1430478574002961f,-0.1999091517828655f,0.007178691184977243f,-0.09318399175819286f,0.9663715818918557f,-0.2396720872188533f,1.0467910977619055f,0.22747110179838062f,-0.2136896726681407f,-0.9500492732703992f,-0.0330979792958741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9785707978893183f,-0.049351033947811276f,-0.1999091517828655f,0.007053385825344128f,0f,0.9708538976633706f,-0.2396720872188533f,1.0492561564864413f,0.20591064449965368f,-0.23453610562155158f,-0.9500492732703992f,-0.03369348112655382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9793631943185936f,0.06308054321573438f,-0.19201192328000932f,-0.18236220091917688f,0.13028271529627655f,0.9233552424875369f,-0.3611668731567325f,1.0673647716979937f,0.15451261343045636f,-0.3787293773110159f,-0.9125184442259239f,0.007069045585632712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9578310012967157f,-0.22967652607758504f,-0.17265128532351967f,0.1941356251372934f,-0.13355536876006185f,0.8878979297153107f,-0.4402274751564573f,1.0617264174081709f,0.254406635979282f,-0.3986050172491533f,-0.8811306962043186f,-0.08554502008671341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9785707978893183f,-0.0854136212096854f,-0.18735983248847965f,0.008556174677159295f,0f,0.9099084359808061f,-0.4148091586874182f,0.9234728660795581f,0.20591064449965368f,-0.4059201293885437f,-0.8904098242039589f,0.011389595119150192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9785707978893183f,-0.06857556491488488f,-0.1941560851862933f,0.0008789062500000076f,0f,0.942914270692887f,-0.3330355508405988f,1.1341552734375f,0.20591064449965368f,-0.32589886471159346f,-0.9227083702131631f,-0.063037109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5435767266884268f,-0.29265505793416247f,-0.7866875868273552f,-0.039306622799081495f,0.023730350157467474f,0.9422311387473292f,-0.334121761722153f,1.2122802734375f,0.8390239643085884f,0.16295244165235218f,0.5191197251843137f,0.2876681095646515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.42693527667693415f,-0.29265505793416247f,-0.855616319733525f,0.006300722003248535f,-0.02373035015746742f,0.9422311387473292f,-0.334121761722153f,1.2122802734375f,0.9039707628071794f,0.16295244165235218f,0.3953269049145821f,0.36957679408638816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48647834455818706f,-0.29265505793416247f,-0.823220406295591f,0.10698011054642219f,2.7755575615628914e-17f,0.9422311387473292f,-0.3349634027396295f,1.2625247838484444f,0.8736926348985242f,0.16295244165235218f,0.45837504456897615f,0.2598661951401734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4778659353131173f,-0.5378987899427892f,-0.6944847295984289f,0.43035103357855875f,-0.47840567893738295f,0.8224248326885825f,-0.3078074088413384f,2.1234912794918763f,0.7367307202959446f,0.1851547632529078f,-0.6503426476996401f,-0.6348383344628635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2932152703107501f,-0.5378987899427892f,-0.7903731378498873f,0.440104014071337f,-0.02339835892744202f,0.8224248326885825f,-0.5683923920819663f,2.149995841457198f,0.9557600755713205f,0.1851547632529078f,0.22856157067333813f,-0.724233245204661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10403179192296791f,-0.5378987899427892f,-0.8365657643290093f,0.5607123884742993f,-0.282715327630092f,0.8224248326885825f,-0.49364910422299657f,2.2107909261079866f,0.9535457145791733f,0.1851547632529078f,-0.2376305616970459f,-0.6438912055792054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000152901687170206f,0f,-0.0000032173538203070893f,0.13537963960974575f,0f,0.000015625f,0f,1.3002777734375f,0.0000032173538203070893f,0f,-0.0000152901687170206f,0.6112164742505827f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3.mcfunction new file mode 100644 index 000000000..b3cf1a565 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30.mcfunction new file mode 100644 index 000000000..dde7e40df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..17c679309 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7439031004769534f,-0.21255817824195725f,0.26147971701009676f,0.3553726828424538f,-0.1717658196964084f,0.7843804131820593f,0.1489574269541707f,1.320605082305279f,-0.2899122707462396f,0.08068973121312575f,-0.7591998992307342f,-0.31562125801667507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7529332329102831f,0.08649917533902614f,0.25614339625478866f,0.3553726828424538f,0.1385911480103726f,0.7742742297659517f,0.14591747946531008f,1.320605082305279f,-0.23212936150439112f,0.18170665861770338f,-0.7437060237362294f,-0.31562125801667507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1637494182742413f,-0.11026143111225475f,0.7924474678288583f,0.3061186075828288f,0.2818630499198655f,0.7649673009923924f,0.048194335214112614f,1.3299521526241531f,-0.7487882167536846f,0.26384065203439805f,0.1914386617936532f,-0.40380518850434627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.18953138832952732f,-0.03840400652771456f,0.7762750705262286f,0.3061186075828288f,-0.031672956341541186f,0.7979774221983665f,0.04721077735260012f,1.3299521526241531f,-0.7765788283712532f,-0.04191856324194815f,0.18753175032847663f,-0.40380518850434627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8447707502986386f,-1.0177903561643908f,-0.8317880861966208f,-0.4128457821964763f,0.909879305590644f,0.26078945616838695f,-1.2431873385814725f,1.5955545389616792f,0.9486244139266929f,-1.1565024429071296f,0.45168580988567575f,-0.9133298270154206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6383615933613743f,-0.06456600920777308f,0.7670239282943583f,-0.24590737365759652f,0.15302802622995912f,0.9659397934649626f,0.20866896891734604f,1.5833827209703268f,-0.7543718574478308f,0.2505824133011874f,-0.6067384566968395f,-0.7281073664417983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5170297385143701f,-0.06456600920777308f,0.8535288395518594f,-0.09619029013498122f,0.1823941451776979f,0.9659397934649626f,0.18355568965783178f,1.5222219802548067f,-0.8363089293416991f,0.2505824133011874f,-0.4876431367788269f,-0.4437928093680594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4996812243236239f,-0.09086736999660229f,0.8614300871970659f,0.16744366002203245f,0.3202510015790443f,0.9433981350513729f,-0.08625111459691658f,1.351169863325906f,-0.8048341257961562f,0.31897191075624826f,0.500498701399359f,0.39701111484695467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.057140457519586574f,-0.09086736999660229f,0.9942223539954997f,0.18232363197103563f,0.3247083966057064f,0.9433981350513729f,0.06756046147964634f,1.4499532453737984f,-0.9440865560361525f,0.31897191075624826f,0.08341159907533446f,0.07969491530621742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4579179656371863f,0.4519570079051518f,0.7655364130804773f,-0.2292152507053154f,0.0778714289831747f,0.8782084152541069f,-0.4718961961332052f,1.1325127204156984f,-0.8855773129969053f,-0.15647633170001324f,-0.4373419489631519f,-0.24421902815065677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.46803449188870416f,0.1372880885270259f,0.872980924849494f,-0.19801760332618873f,0.07550928676858101f,0.9904589158688702f,-0.11528002249983482f,1.3175032670004876f,-0.8804783143349884f,0.011963140242332942f,-0.47393546107182083f,-0.2449380359869182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4569761970401059f,0.45250782249432653f,0.7657737432951102f,-0.0795303572617414f,0.13737136291037783f,0.8864988751412544f,-0.4418697240425464f,1.1042885889229757f,-0.8788070686964843f,-0.09672856328269278f,-0.46727050094603484f,0.017822138921059848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4677929396547741f,0.14828566226920445f,0.871310006814181f,-0.046281108043676966f,0.12658677043792663f,0.9869025706788761f,-0.09999552758759572f,1.2887078488778425f,-0.8747259886154294f,0.06351911801032353f,-0.4804370577796324f,0.026729241936872816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.908346494379421f,-0.01016282040714686f,0.41809492131570813f,0.2856884651687536f,0.04830269504842409f,0.9904652290032556f,0.12901736234549022f,2.0073116961861293f,-0.41541966226898214f,0.13738758028621306f,-0.8991947269548594f,0.03878617798708894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.908346494379421f,-0.01016282040714686f,0.41809492131570813f,0.3602182101322228f,0.04830269504842409f,0.9904652290032556f,0.12901736234549022f,1.893787569216296f,-0.41541966226898214f,0.13738758028621306f,-0.8991947269548594f,-0.047108537865618916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.908346494379421f,-0.01016282040714686f,0.41809492131570813f,-0.24796510027915625f,0.04830269504842409f,0.9904652290032556f,0.12901736234549022f,2.0356895295270783f,-0.41541966226898214f,0.13738758028621306f,-0.8991947269548594f,-0.20527287359593807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.908346494379421f,-0.01016282040714686f,0.41809492131570813f,-0.24156134239414356f,0.04830269504842409f,0.9904652290032556f,0.12901736234549022f,1.925788104685877f,-0.41541966226898214f,0.13738758028621306f,-0.8991947269548594f,-0.3223240641188196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9022394540360572f,0.08220119957052494f,0.42332839542119516f,0.19863633920601137f,0.20110360029620342f,0.9485872360139991f,0.24441685215881986f,2.1146146802307886f,-0.3814725540961263f,0.3056553916758026f,-0.8723837871091424f,0.003533486379364917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9039904898568167f,-0.05995217993157905f,0.42332839542119516f,0.09390602274974903f,0.050235944454423836f,0.9683680871783961f,0.24441685215881986f,2.1301597239563534f,-0.4245910316212583f,0.2422168116706723f,-0.8723837871091424f,-0.042932125158001266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9021126732411495f,0.09441359757139002f,0.42104488759671965f,0.08220199761728289f,0.27511294255500257f,0.8775701969690629f,0.3926619643286169f,2.128621020957216f,-0.33242381625935685f,0.4700602322950834f,-0.8176415989895924f,-0.07150056062127996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8871355424680727f,-0.18897547967539036f,0.42104488759671965f,0.10707856065887551f,-0.00953614788634094f,0.9196334289558431f,0.3926619643286169f,2.1362123315749804f,-0.4614104367841804f,0.34432923841633645f,-0.8176415989895924f,-0.05504473370974882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9057757098919987f,-0.04787030392958849f,0.42104488759671965f,0.15887390985186794f,0.13444362141029056f,0.9098029975943575f,0.3926619643286169f,2.2414806079100718f,-0.4018647484312751f,0.41227046895213143f,-0.8176415989895924f,-0.01603862738439432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9057757098919987f,0.019063918793408817f,0.42332839542119516f,0.15458452812335097f,0.13444362141029056f,0.960304803196808f,0.24441685215881986f,2.0254120271907903f,-0.4018647484312751f,0.27830065029995577f,-0.8723837871091424f,-0.07865627370188427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8955734263453289f,-0.1521343971431151f,0.41809492131570813f,-0.15042160490797837f,-0.1072348895214231f,0.9858271647113102f,0.12901736234549022f,2.139508090844138f,-0.431797309502289f,0.07071015855702943f,-0.8991947269548594f,-0.16934980154335474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.908346494379421f,-0.01016282040714686f,0.41809492131570813f,-0.04589611771394633f,0.048302695048424084f,0.9904652290032557f,0.12901736234549022f,2.1439256415553345f,-0.41541966226898214f,0.1373875802862131f,-0.8991947269548594f,-0.12011517554127923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8789061126965998f,-0.22960984698954756f,0.41809492131570813f,-0.025562952034620362f,-0.19274732715292797f,0.9727296582755226f,0.12901736234549022f,2.1385682314735823f,-0.4363169867653034f,0.03280746982962697f,-0.8991947269548594f,-0.111429632629462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9068427304873454f,0.05322498409832972f,0.41809492131570813f,-0.052104217556240895f,0.11727639385240574f,0.9846830798070961f,0.12901736234549022f,2.1498800179494104f,-0.40482404771361f,0.16603112180957114f,-0.8991947269548594f,-0.12214739061497817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9040042135700068f,-0.08929176119712826f,0.41809492131570813f,-0.09259274174085812f,-0.038205843988725605f,0.9909060670409289f,0.12901736234549022f,2.260441566037105f,-0.425812981639572f,0.10065856984774503f,-0.8991947269548594f,-0.15986301105338718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9040042135700068f,-0.08929176119712826f,0.41809492131570813f,-0.0725020954715043f,-0.038205843988725605f,0.9909060670409289f,0.12901736234549022f,2.037487700952896f,-0.425812981639572f,0.10065856984774503f,-0.8991947269548594f,-0.1825111892691298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.908346494379421f,-0.01016282040714686f,0.41809492131570813f,0.03318419549347023f,0.04830269504842409f,0.9904652290032556f,0.12901736234549022f,1.519804641634378f,-0.41541966226898214f,0.13738758028621306f,-0.8991947269548594f,-0.1728950311648519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.48555678490403764f,-0.09814472343701391f,0.8686784341142159f,0.06998846678235045f,0.09214533799246404f,0.9823968168837051f,0.16249840264759108f,1.1514058353029886f,-0.8693352893561314f,0.15894686985982487f,-0.46796586119273176f,-0.2325001073622862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6774114188306557f,-0.45110451966945686f,0.5810494660281742f,0.14122269249765562f,-0.21710659585356648f,0.8773139631914797f,0.4280010934870787f,0.5706162884730677f,-0.7028360375469614f,0.16378315640824476f,-0.6922402632050799f,-0.040968939280714184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6774114188306557f,0.08258186072741386f,0.730954174977225f,0.20133203028275148f,-0.21710659585356648f,0.9269687995917144f,-0.3059306630927538f,0.8573262022781954f,-0.7028360375469614f,-0.36593589720372316f,-0.6100101830813909f,-0.18746877662121741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7136688686569133f,0.08359621789383773f,0.695477115557232f,-0.09896914629541764f,0.1361642143757303f,0.9904705928035255f,0.020671514576182548f,0.5097612647574896f,-0.6871215704905511f,0.1094517114771586f,-0.7182508407383309f,-0.3069689920613624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7136688686569133f,0.33285646079758896f,0.6163467550131699f,0.03363166112758926f,0.1361642143757303f,0.9290247949129171f,-0.344052666259764f,0.8694691043065789f,-0.6871215704905511f,-0.1616153054086013f,-0.7083392128241122f,-0.3734109941760455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6551862369502444f,0.36403097545500457f,0.6619761655983211f,0.0785960648957456f,0.16509789350773996f,0.924061308295494f,-0.34475119154330297f,1.0403820220326252f,-0.7372066741900029f,-0.11658536537875591f,-0.6655329985126334f,-0.24093937791191744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7478330562941861f,0.12623535514211748f,0.6517747732352333f,0.083814319652063f,-0.23649704297448487f,0.866695522987453f,-0.4392129541553051f,1.0100374436116297f,-0.6203344812099526f,-0.4826007724254582f,-0.6182892736222503f,-0.25471860150217196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7116000271580691f,0.23701506650884796f,0.6613994705141828f,0.08304009739278649f,-0.00932920113686201f,0.9381097149420577f,-0.3462125484979989f,1.0579715791877888f,-0.702522858955339f,-0.2525351876058812f,-0.665347737402089f,-0.24567441267952772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7334887611832335f,-0.04515612609543723f,0.6781999421217451f,0.0756168318112649f,0.18889686483313417f,0.9449419773155031f,0.26721271295220955f,1.0226148338809178f,-0.6529258852841554f,0.3241073645925378f,-0.6845744696837457f,-0.23818137444231788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6627194578569842f,-0.2800496380630168f,0.6945323033513403f,0.07568785438619709f,-0.1801641180839664f,0.959827310825614f,0.21511025997914915f,1.0222509113062423f,-0.7268726234580386f,0.0174279549587366f,-0.6865511311280351f,-0.2382530645716589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.710406579297762f,-0.1880620392224709f,0.6781999421217451f,0.07326605632098401f,0f,0.9636375698553478f,0.26721271295220955f,1.0346603035041095f,-0.7037915118061971f,0.1898296693532539f,-0.6845744696837457f,-0.2358085035754022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6702656804437132f,0.14594873880772297f,0.72762825897553f,-0.0689942180992041f,0.19647107589437052f,0.98038448290761f,-0.015664673979576604f,1.0948788855445106f,-0.7156416938358431f,0.13245841352822021f,-0.685792778271507f,-0.367505694468373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7218117793609561f,-0.048563509654672696f,0.6903834736621313f,0.22344166566270263f,-0.20039101267654386f,0.9694702795789463f,-0.14131814834475104f,1.0855216304636957f,-0.6624433539663898f,-0.24035174753502478f,-0.7095067584192698f,-0.11210104531101853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.710406579297762f,-0.08489246173569912f,0.6986528193823491f,0.07944080699196311f,0f,0.9926985586815901f,0.12062160499468474f,0.9340073313255576f,-0.7037915118061971f,0.08569038179367983f,-0.705219587346807f,-0.25314188043139657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.710406579297762f,-0.07268635924017611f,0.7000279889196293f,0.06875000000000003f,0f,0.9946525031583441f,0.10327825502418353f,1.15625f,-0.7037915118061971f,0.07336955186757212f,-0.7066076823586755f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49557935547214427f,-0.29570388363813815f,-0.8166763836619354f,0.5792195868158265f,0.19206709585252107f,0.9542942743009175f,-0.22898180872563564f,0.7986907573406223f,0.8470604070080201f,-0.04337800407819087f,0.5297235275514954f,0.8197287614490489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8558229791814046f,-0.29570388363813815f,-0.42441281967724265f,0.55425469179271f,-0.24446988012674065f,0.9542942743009175f,-0.17192124867887085f,0.7950592426593778f,0.4558525046721608f,-0.04337800407819087f,-0.8889976618339951f,0.9100206692681037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2662922135799094f,-0.29570388363813815f,-0.917413576413623f,0.7043491757663117f,-0.03873615659994176f,0.9542942743009175f,-0.2963476812940332f,0.841327152194105f,0.9631136834032507f,-0.04337800407819087f,-0.26557556665404236f,0.9047110503566826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.666033799798628f,0.0822862191224653f,0.741368974039466f,-0.3369153110060615f,0.03804705037195589f,0.9888553031803973f,-0.14393613628967028f,2.3406689613623164f,-0.744950602042709f,0.12407323448082713f,0.6554803071043941f,-1.3049240682932917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7127995751938202f,0.0822862191224653f,0.6965240439109326f,-0.33387814902163293f,0.1454044332631302f,0.9888553031803973f,0.03198030893272617f,2.3287548667626834f,-0.6861299559055392f,0.12407323448082713f,-0.7168204210920112f,-1.2119838052371148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.03239639450057136f,0.0822862191224653f,0.9960820507196647f,-0.48480903762179695f,0.12708367572941723f,0.9888553031803973f,-0.07755597162762531f,2.346345309806644f,-0.9913628059325523f,0.12407323448082713f,-0.0424925816937734f,-1.2520800495111373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011100102801527531f,0f,0.000010996742371971831f,-0.42023402385284214f,0f,0.000015625f,0f,1.3223725f,-0.000010996742371971831f,0f,-0.000011100102801527531f,0.2520749080307501f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31.mcfunction new file mode 100644 index 000000000..b5aa659d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..aef5b6b02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7476118790422613f,-0.2059873492806559f,0.2561057100020864f,0.3592934483778637f,-0.16699082489574155f,0.7861776997423628f,0.14485556003444036f,1.3153973108432389f,-0.283081237739246f,0.08023889835099068f,-0.7618209609060913f,-0.29903526016272775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7538265395813457f,0.09383626186986649f,0.25087906285918665f,0.3592934483778637f,0.14358639217758032f,0.7741107994318561f,0.14189932411537015f,1.3153973108432389f,-0.22611611221724118f,0.17873786996958033f,-0.7462735943569875f,-0.29903526016272775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2359009576041387f,-0.11575890750792521f,0.7732367412238418f,0.3107116357991249f,0.2820016551367911f,0.7658981872971848f,0.028626519862554625f,1.3263164340536497f,-0.7292257874938359f,0.2587359396603079f,0.2612085542751937f,-0.3951436450175956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2568911828397476f,-0.016331654398311107f,0.7574563995662125f,0.3107116357991249f,-0.031896479845125975f,0.7988718568670191f,0.028042305171482082f,1.3263164340536497f,-0.7569607220673243f,-0.03920501715922574f,0.25587776745325097f,-0.3951436450175956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6510035575061559f,-0.9414300102554433f,-1.0636306473136081f,-0.37397251529580805f,1.176217076500128f,0.29864046907085307f,-0.9842426068722244f,1.6053668193894484f,0.7963127570645974f,-1.2107558201485455f,0.5842624298314947f,-0.934356835883908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5892710667381057f,-0.05990628610474612f,0.8057113917467414f,-0.21859670840582904f,0.16763453433520023f,0.9664797584010928f,0.19446218012556038f,1.5893969516657107f,-0.7903532582355536f,0.24965599028683774f,-0.5594761958388781f,-0.7396075167567111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.46956557333165916f,-0.05990628610474612f,0.8808628776528424f,-0.08293638433208658f,0.1934198244136411f,0.9664797584010928f,0.16883615763444026f,1.5252900657789288f,-0.8614504883424854f,0.24965599028683774f,-0.4422385585273991f,-0.44886779251723896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5075231031430018f,-0.0944734655098691f,0.8564432637896414f,0.1511499652980601f,0.3127717266966897f,0.9463722462761133f,-0.08095318682717116f,1.3515884416707942f,-0.8028662072570181f,0.30895685102107573f,0.509854408093008f,0.40237881872700976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08153640179993521f,-0.0944734655098691f,0.9921827349314616f,0.17418559396103628f,0.3166578296211311f,0.9463722462761133f,0.06408892586038832f,1.4476844855816797f,-0.9450289065003007f,0.30895685102107573f,0.1070795502698183f,0.08472483908598807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4202854568497583f,0.47895389816458933f,0.7706901440874497f,-0.2291651313679623f,0.06655725826781117f,0.8633306522766044f,-0.5002302631903879f,1.1371426712314077f,-0.9049476593331027f,-0.1589444817305619f,-0.39472317590298805f,-0.25300932734272796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.42977003107006406f,0.1536037415733312f,0.8897772816658726f,-0.19480332181255103f,0.06951105788896875f,0.988128070826604f,-0.13700776793908628f,1.3215603859617766f,-0.9002588145778926f,0.0029675274501445442f,-0.4353449902728179f,-0.255173822135031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4197689787979094f,0.4725261104237174f,0.7749277898016003f,-0.09054999037165244f,0.13796591171061312f,0.8770893924267291f,-0.4600865189270064f,1.1061726724972851f,-0.8970838375786399f,-0.08621642917880633f,-0.43336741420512487f,0.012646608082123596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4302099218182217f,0.16242837951838213f,0.8879957458773055f,-0.054544695800222656f,0.131124577626979f,0.9844906595943268f,-0.11655250453625488f,1.2900362180178697f,-0.8931549520163373f,0.06629602324845571f,-0.4448360023538273f,0.02229688742649763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8953549126890342f,-0.0011333169528643244f,0.44535187876138616f,0.28907494685231394f,0.060141758700328965f,0.990528868148813f,0.12343229003896318f,2.0043679174313134f,-0.4412737803042953f,0.13729995250004884f,-0.8868067285826382f,0.045465596558197235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8953549126890342f,-0.0011333169528643244f,0.44535187876138616f,0.3645441593311407f,0.060141758700328965f,0.990528868148813f,0.12343229003896318f,1.889868270152602f,-0.4412737803042953f,0.13729995250004884f,-0.8868067285826382f,-0.03828726154752013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8953549126890342f,-0.0011333169528643244f,0.44535187876138616f,-0.23694606435249368f,0.060141758700328965f,0.990528868148813f,0.12343229003896318f,2.0397012006677566f,-0.4412737803042953f,0.13729995250004884f,-0.8868067285826382f,-0.21378274937057626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8953549126890342f,-0.0011333169528643244f,0.44535187876138616f,-0.22862847032534453f,0.060141758700328965f,0.990528868148813f,0.12343229003896318f,1.92971218529157f,-0.4412737803042953f,0.13729995250004884f,-0.8868067285826382f,-0.3306311409991157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8892478815922092f,0.07117437707828772f,0.45185441585900854f,0.2028593369783421f,0.2122770460639799f,0.9392213505718519f,0.2698179207249539f,2.110922767089787f,-0.40518719229279576f,0.3358533350697954f,-0.8503092828638158f,0.010501909184453595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8894338901503643f,-0.06881091425568922f,0.45185441585900854f,0.09971644977695356f,0.06273697384229913f,0.9608654233391757f,0.2698179207249539f,2.1278321348198013f,-0.45273770238969535f,0.26833318153095237f,-0.8503092828638158f,-0.038942592306943864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8938385129317142f,0.05889184593746226f,0.44450473932467804f,0.09142214410962593f,0.2818653922130419f,0.8447753575557866f,0.45486975711634337f,2.1282300894030346f,-0.34871853044054f,0.5318706099687887f,-0.7716923226123342f,-0.07265855728726199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8682895234640639f,-0.22020181688725715f,0.44450473932467804f,0.11549020000978533f,0.007019976068392053f,0.890530304928989f,0.45486975711634337f,2.1350978528667452f,-0.4960080880172705f,0.3980790572771103f,-0.7716923226123342f,-0.054746881341295274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.892046592012009f,-0.0816603600142716f,0.44450473932467804f,0.16365787803770224f,0.1462431803676878f,0.878468232924141f,0.45486975711634337f,2.238311341703649f,-0.42762812100668074f,0.47077080341231525f,-0.7716923226123342f,-0.006658472688447645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.892046592012009f,0.008970203368630705f,0.45185441585900854f,0.16163958227976033f,0.1462431803676878f,0.9517411527572014f,0.2698179207249539f,2.024169582333279f,-0.42762812100668074f,0.30677078348486675f,-0.8503092828638158f,-0.07568189897254256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8841543181262943f,-0.1411837307281946f,0.44535187876138616f,-0.13912204133288186f,-0.09555153974456385f,0.9877420579423456f,0.12343229003896318f,2.1422380968569814f,-0.45731941243628704f,0.06657913449038168f,-0.8868067285826382f,-0.17505111231500106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8953549126890343f,-0.0011333169528643244f,0.44535187876138616f,-0.03600199586892724f,0.06014175870032896f,0.9905288681488129f,0.12343229003896318f,2.145292606195785f,-0.4412737803042953f,0.13729995250004884f,-0.8868067285826382f,-0.12283936247637661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8684848710968357f,-0.21770561030808655f,0.44535187876138616f,-0.015998021036087592f,-0.18127532999110277f,0.9756555357872746f,0.12343229003896318f,2.139670478175924f,-0.46138192792146693f,0.026467767719048282f,-0.8868067285826382f,-0.11357595098732917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8932529293163706f,0.06132624520893876f,0.44535187876138616f,-0.042070829422854075f,0.12909105738267f,0.9839207125981043f,0.12343229003896318f,2.1513275057479158f,-0.4306212990221774f,0.16774719958619771f,-0.8868067285826382f,-0.12504713209533974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8918490418504182f,-0.07916432677787835f,0.44535187876138616f,-0.08001111941752083f,-0.026417378065326153f,0.9920013064063428f,0.12343229003896318f,2.262405315949788f,-0.45156107968540066f,0.09831794065130937f,-0.8868067285826382f,-0.1638788074020718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8918490418504182f,-0.07916432677787835f,0.44535187876138616f,-0.062199145892498225f,-0.026417378065326153f,0.9920013064063428f,0.12343229003896318f,2.0392050220083613f,-0.45156107968540066f,0.09831794065130937f,-0.8868067285826382f,-0.18600034404861637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8953549126890342f,-0.0011333169528643244f,0.44535187876138616f,0.036383796920680694f,0.060141758700328965f,0.990528868148813f,0.12343229003896318f,1.5201839981808356f,-0.4412737803042953f,0.13729995250004884f,-0.8868067285826382f,-0.17349463689864708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4488276032394508f,-0.08943244677083924f,0.8891319474829994f,0.06992096445974541f,0.10087733742050226f,0.9835488323042765f,0.14985145066980315f,1.1513531860667319f,-0.8879062705968914f,0.15695073092367334f,-0.4324221579628458f,-0.2323511609950246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6532975409869465f,-0.4610218105495947f,0.6005507581695178f,0.10609167740366973f,-0.23543499428714304f,0.8776032075013607f,0.41759187449989593f,0.5914930909259433f,-0.7195642336896838f,0.13142108042813183f,-0.681876684755888f,-0.011206000739730576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6532975409869465f,0.1490718940194521f,0.7422801986809713f,0.19295424874443395f,-0.23543499428714304f,0.8918136713896968f,-0.38631430078039186f,0.8555358295059884f,-0.7195642336896838f,-0.4271369170838354f,-0.5475229380205864f,-0.17646158091238337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6860127265259337f,0.09402776588541956f,0.7214882662157793f,-0.10668702777013728f,0.13136928944029408f,0.9913242433378393f,-0.004284199179860115f,0.5095302043275243f,-0.7156316432609772f,0.0918423857119206f,-0.6924134078354752f,-0.30099243823499283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6860127265259337f,0.3487202407266923f,0.6385771157440363f,0.03212467158735131f,0.13136928944029408f,0.9226018665490755f,-0.3626953344504368f,0.8672245230826687f,-0.7156316432609772f,-0.1649241933364531f,-0.6787277522069608f,-0.3683965899553278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.628797175021274f,0.3814347994766156f,0.6775851285510178f,0.0763403008078277f,0.15339815253393538f,0.9151405089412062f,-0.37280940934210005f,1.0397544881625922f,-0.7622880816885707f,-0.130481196511467f,-0.6339491603216263f,-0.23808202133859271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7313496972901661f,0.1544130594416453f,0.6642922755440207f,0.08140850746633874f,-0.243854684394363f,0.8504335973333597f,-0.4661518952289765f,1.0089979787539076f,-0.6369164098784924f,-0.5029108306653496f,-0.5843100060986292f,-0.25097547065443254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6868901544045742f,0.2648246682794913f,0.6767937727644348f,0.08130576333806816f,-0.011772184132073548f,0.9270698549285029f,-0.37470374933219597f,1.0571370479425015f,-0.7266659008532191f,-0.26534765714718866f,-0.6336775910379642f,-0.2430572899101025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7051570917573842f,-0.040633336443371165f,0.7078858720964476f,0.07303267755974004f,0.1820425427270289f,0.9545169789053688f,0.2361310009694739f,1.0235005765616974f,-0.685283874450396f,0.29537479403437183f,-0.66568742099232f,-0.23527737883614178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6401886099206714f,-0.2596908731542588f,0.7229932185907535f,0.07311772076904219f,-0.18369763968917505f,0.965576664607055f,0.18416536574215203f,1.023020172388757f,-0.7459314451747321f,-0.014911578276400883f,-0.6658557831338873f,-0.2353573524546371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6850600767943468f,-0.17201826434648054f,0.7078858720964476f,0.07088244925540903f,0f,0.9717212307967519f,0.2361310009694739f,1.0356470919466567f,-0.728486575842358f,0.16176392165767373f,-0.66568742099232f,-0.23325532981542085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6427338169464442f,0.1576521524204928f,0.749692629942859f,-0.0654724272454477f,0.18630698482939725f,0.9813835642227442f,-0.04664769316098821f,1.0946806099815114f,-0.7430901344771261f,0.10969092355636664f,-0.6601401012907167f,-0.3709911799469302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7025302507854381f,-0.02163965694796296f,0.7113248006210131f,0.21778088626297926f,-0.2040847624024921f,0.9636810371780101f,-0.17224479190568606f,1.0856790522107977f,-0.6817629034249867f,-0.26617772977972676f,-0.6814314049725348f,-0.10543451807986687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6850600767943468f,-0.06521835383887102f,0.7255613395882332f,0.07513863221330078f,0f,0.9959845021842135f,0.08952581420386263f,0.933394498869129f,-0.728486575842358f,0.06133056115357455f,-0.6823092195522965f,-0.24798208165924024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6850600767943468f,-0.05254562937401544f,0.7265890503002452f,0.06875000000000003f,0f,0.9973952498164861f,0.07212985265137697f,1.15625f,-0.728486575842358f,0.049413282396517225f,-0.6832756664335986f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.615457260811506f,-0.17895462750355137f,-0.7675855661810366f,0.3212021913419263f,0.1019153266056102f,0.9837761580745015f,-0.14764056694230496f,0.7994627533409577f,0.7815533419525946f,0.012637725239876219f,0.6237103988098094f,0.9878896455643598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9012616615192338f,-0.17895462750355137f,-0.3945917621677556f,0.2991755029862426f,-0.16906943355523607f,0.9837761580745015f,-0.05999997867903827f,0.7942872466590424f,0.39892724162797016f,0.012637725239876219f,-0.9168954922933474f,1.0788682234311688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.234951342460626f,-0.17895462750355137f,-0.9553915992780209f,0.4534975870557876f,-0.05520540460709719f,0.9837761580745015f,-0.17069514962745758f,0.8224792724441187f,0.9704381639126296f,0.012637725239876219f,-0.24101879163800716f,1.0695317532434654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7398896353817337f,-0.017162799349999418f,0.6725093053431728f,-0.16353413190393096f,0.09904118229319703f,0.9915603773716871f,-0.08365920293956358f,2.3000802705942025f,-0.6653977544782149f,0.12850469386364463f,0.7353450700115969f,-1.3893274780082436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7508649052854341f,-0.017162799349999418f,0.6602327864694146f,-0.16276223078056684f,0.07208606312932406f,0.9915603773716871f,0.10775721567037855f,2.2880447294057973f,-0.6565100863758387f,0.12850469386364463f,-0.7432906902025613f,-1.2963564480206289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.008233611982550737f,-0.017162799349999418f,0.999818806560565f,-0.31312100232633366f,0.12837910600965832f,0.9915603773716871f,0.018078251206305268f,2.291350762319054f,-0.9916909865345565f,0.12850469386364463f,-0.0059607785673739255f,-1.3419478462293302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001070406369991167f,0f,0.000011382602747536844f,-0.4370289419958843f,0f,0.000015625f,0f,1.3223725f,-0.000011382602747536844f,0f,-0.00001070406369991167f,0.23447095093497122f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32.mcfunction new file mode 100644 index 000000000..d3e35fb60 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..e5759071d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7472386818669056f,-0.19830365119181254f,0.26316241884100694f,0.3630721962233842f,-0.15937613600218603f,0.7883624533882733f,0.1415214959116804f,1.310292030311669f,-0.28840604022673705f,0.07813288972041815f,-0.7600405594105587f,-0.28365839654318514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7506083715586866f,0.10065029781004384f,0.2577917572320068f,0.3630721962233842f,0.15129688122830945f,0.7732335101860025f,0.13863330211756447f,1.310292030311669f,-0.2317246777462497f,0.17882800752729577f,-0.7445295275858534f,-0.28365839654318514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.29463688403289756f,-0.11849774271651883f,0.7523907468748661f,0.31660712151093845f,0.2799564048782119f,0.7671008986443487f,0.011183340786352303f,1.3226710602425802f,-0.7083487575901405f,0.25388765372614464f,0.3173760251663344f,-0.38598738942874977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.31107537266073637f,0.0032081778989230814f,0.7370358336733382f,0.31660712151093845f,-0.03419834684193426f,0.7991936302627727f,0.010955109341732869f,1.3226710602425802f,-0.7362489970093423f,-0.03576658974489205f,0.31089896342824597f,-0.38598738942874977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3841348913083052f,-0.8566845653284043f,-1.2489748559549305f,-0.33413175874317663f,1.3783298434619828f,0.3363166343340294f,-0.6546023327886149f,1.6148139410501852f,0.6277367903043618f,-1.262691144737427f,0.6730258873922039f,-0.9532059295604098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5385184416297296f,-0.05483888915988223f,0.8408273213094336f,-0.1907680770349462f,0.18149436811476802f,0.966907703369457f,0.17930222393328862f,1.5952159713793908f,-0.8228351489619949f,0.24916297758798805f,-0.5107446800821123f,-0.7497685365038196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4210590175669067f,-0.05483888915988223f,0.9053739558664704f,-0.06930850789207398f,0.20387248302295055f,0.966907703369457f,0.1533802589346453f,1.528304764444487f,-0.8838242553764001f,0.24916297758798805f,-0.39594506715937205f,-0.4533454081895112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5137390668607207f,-0.09693116636427614f,0.8524532363527848f,0.13518286398252347f,0.3049805867129958f,0.9493330715406614f,-0.07585223139348025f,1.3521101682229306f,-0.8019096039512635f,0.2989499427436544f,0.5172716103018732f,0.4073598730543079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10437895821455123f,-0.09693116636427614f,0.989802698556286f,0.1658485837807454f,0.3084040647818105f,0.9493330715406614f,0.060445447349077384f,1.4454522949804436f,-0.9455114837526308f,0.2989499427436544f,0.128984362716819f,0.0895297271797523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38314081471499517f,0.5075383150048243f,0.7717564220021713f,-0.2288851633899932f,0.052855953186846945f,0.8461922651750442f,-0.5302498454225495f,1.1419981531036f,-0.9221764279747338f,-0.16236843646470067f,-0.3510372153031198f,-0.2615094817138661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.39121899034608043f,0.17169025682220762f,0.9041405628025534f,-0.19104236171831335f,0.061702000479346736f,0.9851264460755237f,-0.16037065934719777f,1.3257070451218407f,-0.9182268590764703f,-0.006952765991505974f,-0.3959938059056319f,-0.2652880866241837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38310164879027886f,0.4922831729246941f,0.7815947827035219f,-0.10142474731736201f,0.13564679775017255f,0.8669601745396398f,-0.47956230254506144f,1.108227867521952f,-0.9136920011438721f,-0.0777002793907009f,-0.3989105082951731f,0.007374856136702152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.39244722646985425f,0.1768902745595079f,0.9026045674615107f,-0.06261654229081985f,0.1335871466592582f,0.9818888997732329f,-0.1343453116024074f,1.291492378031918f,-0.91002178473021f,0.06785292380120402f,-0.4089698424677194f,0.01754121783400467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.880779520126683f,0.008407612114675958f,0.4734519500265464f,0.29240196594905277f,0.07263906418130361f,0.9904073277138566f,0.11754527453522717f,2.0010951311191585f,-0.4679220055525009f,0.13792257708303823f,-0.8729412119097704f,0.05292628876063418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.880779520126683f,0.008407612114675958f,0.4734519500265464f,0.36876636675445756f,0.07263906418130361f,0.9904073277138566f,0.11754527453522717f,1.8855901197358051f,-0.4679220055525009f,0.13792257708303823f,-0.8729412119097704f,-0.028605196783067777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.880779520126683f,0.008407612114675958f,0.4734519500265464f,-0.22505600212537358f,0.07263906418130361f,0.9904073277138566f,0.11754527453522717f,2.043770581325674f,-0.4679220055525009f,0.13792257708303823f,-0.8729412119097704f,-0.22197788950146008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.880779520126683f,0.008407612114675958f,0.4734519500265464f,-0.21475006532946989f,0.07263906418130361f,0.9904073277138566f,0.11754527453522717f,1.9337134997559187f,-0.4679220055525009f,0.13792257708303823f,-0.8729412119097704f,-0.3386035254615996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8747841903559656f,0.05794238452294389f,0.4810356539582628f,0.206987819653439f,0.2240112320267626f,0.9287054170851238f,0.2955084029306074f,2.1068270837653866f,-0.4296179561297575f,0.3662634684930256f,-0.8253965613075621f,0.01817174100214229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8730783312775467f,-0.07961737922439512f,0.4810356539582628f,0.10561994681282029f,0.07597174693350967f,0.9523145895476309f,0.2955084029306074f,2.1251747289672966f,-0.4816248759371608f,0.29454710227766f,-0.8253965613075621f,-0.03433596220712969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8847276183961907f,0.018282180760150604f,0.465749721539002f,0.10121456414917615f,0.28839318384752655f,0.8064734857467735f,0.5161684689108159f,2.1280998471705286f,-0.36617811616383034f,0.590987545261406f,-0.7187818226615126f,-0.07297912216946845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8470754711711104f,-0.25600848233326917f,0.465749721539002f,0.12436730436318855f,0.025064204144741392f,0.8561202587095198f,0.5161684689108159f,2.134157645099585f,-0.5308812784520024f,0.4489072951073099f,-0.7187818226615126f,-0.05362662026834031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8766951164594048f,-0.1203447949126721f,0.465749721539002f,0.16822419092121127f,0.15868233688138517f,0.8416590923076438f,0.5161684689108159f,2.2346581972815045f,-0.4541206764045144f,0.5264286301801036f,-0.7187818226615126f,0.0034860494627799027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8766951164594048f,-0.00322062061992176f,0.4810356539582628f,0.16894883056069365f,0.15868233688138517f,0.9420693709909396f,0.2955084029306074f,2.0226925888085434f,-0.4541206764045144f,0.335402635415344f,-0.8253965613075621f,-0.07197954350567237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8712509029675303f,-0.12948017259149705f,0.4734519500265464f,-0.127034425970461f,-0.08318908371922631f,0.989577023169189f,0.11754527453522717f,2.144934590709193f,-0.48373695375505354f,0.0630253926705936f,-0.8729412119097704f,-0.18025130226473116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.880779520126683f,0.008407612114675958f,0.4734519500265464f,-0.02549709967916864f,0.07263906418130361f,0.9904073277138566f,0.11754527453522717f,2.1465483729571333f,-0.4679220055525009f,0.13792257708303826f,-0.8729412119097704f,-0.12496380185576103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8566505896305928f,-0.20492198101135647f,0.4734519500265464f,-0.005859901654047671f,-0.16911984460053084f,0.9785609774545123f,0.11754527453522717f,2.1406476241095804f,-0.48738921351200465f,0.020625108524584435f,-0.8729412119097704f,-0.1151078522941871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8780475001097502f,0.06982720506420995f,0.4734519500265464f,-0.03141303739465549f,0.1415494418234455f,0.9829277002678831f,0.11754527453522717f,2.15266720048684f,-0.45716117843763776f,0.17022719371184994f,-0.8729412119097704f,-0.12734846757828502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8781606598165823f,-0.0683893746613149f,0.4734519500265464f,-0.06663365876977292f,-0.013957035657863798f,0.9929694404109742f,0.11754527453522717f,2.2642704789463384f,-0.47816216569920106f,0.09661565009537074f,-0.8729412119097704f,-0.16722152362233922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8781606598165823f,-0.0683893746613149f,0.4734519500265464f,-0.05124604947097709f,-0.013957035657863798f,0.9929694404109742f,0.11754527453522717f,2.0408523548538695f,-0.47816216569920106f,0.09661565009537074f,-0.8729412119097704f,-0.18896004489379759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.880779520126683f,0.008407612114675958f,0.4734519500265464f,0.03974711589775727f,0.07263906418130361f,0.9904073277138566f,0.11754527453522717f,1.520515426548629f,-0.4679220055525009f,0.13792257708303823f,-0.8729412119097704f,-0.17387570208261177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4109626221679791f,-0.08024612786436529f,0.9081135843844617f,0.06983941384689425f,0.10948693468775281f,0.9845642839112736f,0.13654955869192942f,1.1513038200819015f,-0.9050537742662027f,0.1555433373984783f,-0.3958332172486848f,-0.23220445360704114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6296780690816414f,-0.46884967412733924f,0.6194235323171889f,0.06952521863160385f,-0.25415356211130985f,0.8777961030098482f,0.4060541446739048f,0.6163786754092481f,-0.7341059161890389f,0.09825469256687819f,-0.6718887699648208f,0.01442344305994045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6296780690816414f,0.22035093872631364f,0.7449503292972278f,0.18370441662044545f,-0.25415356211130985f,0.8477281041603079f,-0.4655781655994005f,0.8539868920872249f,-0.7341059161890389f,-0.4824961401080869f,-0.4777928197420396f,-0.16577550188421575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6574775179705614f,0.1063373717322025f,0.7459327561760226f,-0.11552883196721439f,0.12645160393118998f,0.9915223198606933f,-0.029891153897075418f,0.5098232997538386f,-0.7427875236071886f,0.07467163176974614f,-0.6653501650877859f,-0.29517388959959445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6574775179705614f,0.3657167330106491f,0.6587674738170426f,0.029928702251022656f,0.12645160393118998f,0.9154628732833837f,-0.3820179570425463f,0.865202336587966f,-0.7427875236071886f,-0.16786601453465466f,-0.6481417251942291f,-0.3634259909684078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6018879136647233f,0.4010373580013748f,0.6905794500791375f,0.07376431929792629f,0.1414883900872712f,0.9046306223713744f,-0.4020254625499382f,1.0391651152408137f,-0.7859465470722795f,-0.14426529227522739f,-0.6012283680847939f,-0.2352814741573357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7153779637357576f,0.18433877340123977f,0.6739833719181858f,0.07857976011044819f,-0.2509493117468719f,0.8324362872303104f,-0.49403873394298503f,1.0080065461737706f,-0.6521187100022912f,-0.5225600868064291f,-0.5492468877852699f,-0.24727504445459902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.661626725863274f,0.29454585793160704f,0.6895598691910498f,0.07928705413414393f,-0.014264862006928133f,0.9145067620006678f,-0.4043190521939043f,1.0563121170283263f,-0.7496976652860587f,-0.27734476708672084f,-0.6008604587042196f,-0.2404816885402117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6757318549443686f,-0.03324666950715381f,0.7363973921600517f,0.07022509184157646f,0.17453819349233138f,0.9633596864748162f,0.20365297318619605f,1.024641692429709f,-0.7161863439258503f,0.2661442718561233f,-0.6451700142848377f,-0.2325423525186717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.617519721053475f,-0.23665006469512967f,0.750110752482478f,0.07031786072662917f,-0.18724532416551035f,0.970477936992536f,0.1520255320295385f,1.0240487630144823f,-0.763942787575216f,-0.04657596687672983f,-0.6436008830178113f,-0.23262362888321594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6589801706308703f,-0.15317968381996397f,0.7363973921600517f,0.06831034579382692f,0f,0.9790431382285576f,0.20365297318619605f,1.036879731657566f,-0.7521603118453599f,0.13420327101972349f,-0.6451700142848377f,-0.23086481163092515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.614548233055174f,0.1720436668760759f,0.769890541529507f,-0.06195634244927199f,0.1758295969969832f,0.9812517762736189f,-0.07892340831303499f,1.0945566004707523f,-0.7690347339806194f,0.08686730252345466f,-0.6332769139039072f,-0.37432736057784355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6832525220665256f,0.007327519331614109f,0.730145395486527f,0.2118167819714203f,-0.20776438875838726f,0.9566656111398599f,-0.20402173224010248f,1.0859706918337848f,-0.6999999641811318f,-0.2910965749074406f,-0.6521217940105752f,-0.09900182625520548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6589801706308703f,-0.043104242110004506f,0.750924203250522f,0.07030310915113298f,0f,0.9983565889141301f,0.05730725409354822f,0.9329902034499787f,-0.7521603118453599f,0.03776434408095305f,-0.6578971953130872f,-0.2429974532945559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6589801706308703f,-0.02999224272642967f,0.7515621066096587f,0.06875000000000003f,0f,0.9992046838602351f,0.03987480096210648f,1.15625f,-0.7521603118453599f,0.026276703141880922f,-0.6584560730653826f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6998139871810105f,-0.055013348302344195f,-0.7122035627925354f,0.05980731619554416f,-0.007677627055921919f,0.9963931104140712f,-0.08450931050578248f,0.8003649715527138f,0.7142838633124832f,0.06460883088198967f,0.6968674634271972f,1.1009945733361275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9243242769416591f,-0.055013348302344195f,-0.3776217188733235f,0.04092012975550294f,-0.0752923300675036f,0.9963931104140712f,0.03913865802986445f,0.7933850284472863f,0.3741065304018155f,0.06460883088198967f,-0.9251324245116359f,1.1925566674724246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20146332202710643f,-0.055013348302344195f,-0.9779499278523246f,0.19705621215337227f,-0.07445272645789307f,0.9963931104140712f,-0.040713155642356315f,0.8029819733463535f,0.9766623374538348f,0.06460883088198967f,-0.2048325598416274f,1.1775005043805202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7851242585732884f,-0.11927594894607303f,0.6077443102183336f,0.010603881181615399f,0.17170092567500372f,0.9847353293420616f,-0.028550363709210033f,2.2624177307885436f,-0.5950619217544435f,0.12676584377739578f,0.7936193861854143f,-1.4462427502573363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7647833298605834f,-0.11927594894607303f,0.6331506190239192f,0.009078293342476979f,-0.00970399407899912f,0.9847353293420616f,0.17378769704583835f,2.250267816086456f,-0.6442144758279442f,0.12676584377739578f,-0.7542666173079199f,-1.353295912471013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.01627293695080978f,-0.11927594894607303f,0.9927277771504175f,-0.13906807931051646f,0.129599090155597f,0.9847353293420616f,0.11619125172069872f,2.238914085679395f,-0.9914329363874476f,0.12676584377739578f,0.031482590388474674f,-1.4044917199224458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001029656516610735f,0f,0.00001175250487258375f,-0.4531164037752133f,0f,0.000015625f,0f,1.3223725f,-0.00001175250487258375f,0f,-0.00001029656516610735f,0.21637015025797945f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33.mcfunction new file mode 100644 index 000000000..ba7aea6cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..d9286424d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7413558547112615f,-0.18933717376755002f,0.2854599372232393f,0.3668045200213381f,-0.1486160238317872f,0.7909681979845032f,0.13866157247781935f,1.305450245261156f,-0.30862472128818336f,0.07392691560797375f,-0.7524825825246237f,-0.2704778280548581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7419229714352495f,0.10655986628325356f,0.27963422421868345f,0.3668045200213381f,0.1620118748815756f,0.7715580921694218f,0.13583174446806795f,1.305450245261156f,-0.2515997950198818f,0.18260094552213288f,-0.737125795126162f,-0.2704778280548581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3355165164401949f,-0.11777674859749146f,0.7351882406092225f,0.32390066251479854f,0.2765533820972332f,0.76840938988174f,-0.003111404280717056f,1.3189753170596852f,-0.6912968526551112f,0.25024006768665097f,0.3555742038980925f,-0.3761858969398017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.34780217413682063f,0.019185389085611848f,0.7201843989641363f,0.32390066251479854f,-0.037768685794385276f,0.7991021440597895f,-0.00304790623417181f,1.3189753170596852f,-0.7194492157470642f,-0.03267543732960569f,0.34831758749200903f,-0.3761858969398017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06220515081068192f,-0.7676943955527012f,-1.3594786074997998f,-0.29529649249984335f,1.4926595091997519f,0.36963270631828987f,-0.2770297854299655f,1.6235860283274217f,0.45771646115054243f,-1.3097416643967585f,0.7186645001216035f,-0.9690665539517495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48908409943221465f,-0.04930076545882464f,0.8708422234869837f,-0.16367347998753584f,0.19410178709252937f,0.9672147509279595f,0.16376850074068516f,1.6006627803539109f,-0.8503653567320733f,0.24912860155457736f,-0.46347998873456736f,-0.7581781479704938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.374052423477764f,-0.04930076545882464f,0.9260962255703159f,-0.05578849848678408f,0.21339926276185162f,0.9672147509279595f,0.1376821711045537f,1.5311848685240825f,-0.9025217665758039f,0.24912860155457736f,-0.351268274605537f,-0.45705305479830005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5176610985916545f,-0.09789890367224874f,0.8499663473718551f,0.12037798714990264f,0.2971469831217425f,0.9521656900229754f,-0.07130336012221322f,1.35267301086907f,-0.8023282728575181f,0.289475911610695f,0.5219895010157092f,0.4118263245390411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12442690261085426f,-0.09789890367224874f,0.9873873356319902f,0.15773079781177907f,0.3003015733476737f,0.9521656900229754f,0.05656380280694447f,1.4433139116491716f,-0.9456938780343144f,0.289475911610695f,0.14787422238367443f,0.0939299023093629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.34790004534254954f,0.5372623276000189f,0.7683194321325353f,-0.22845917987323197f,0.03802131105767637f,0.826924180022711f,-0.5610265416174378f,1.1470015324805702f,-0.9367603420064854f,-0.16596864714631188f,-0.30811437780200324f,-0.2694395025943767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3539126269948082f,0.19139574185604474f,0.9154854026433233f,-0.18685069450870284f,0.052755051827135094f,0.9813640230266492f,-0.18477434566429035f,1.3298524471376652f,-0.9337894607246059f,-0.01709749421186156f,-0.35741421170866344f,-0.2748791215822799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3482838444565898f,0.511857918594375f,0.7853023843480752f,-0.11181552618186055f,0.13141595831792735f,0.8561432802007033f,-0.4997484663974075f,1.1104467238222806f,-0.9281315691161027f,-0.07085305172971831f,-0.3654471719286757f,0.002151052496924103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.355939589119833f,0.19175892938520306f,0.914623158409104f,-0.0701443321820781f,0.1344723551547295f,0.9790447015093798f,-0.1529335089035412f,1.2930617709246421f,-0.9247833230526732f,0.06855643986854869f,-0.3742670436415759f,0.01266621594951714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8649320890592381f,0.01835226566920406f,0.5015532630343753f,0.29568950874838096f,0.08560364164848722f,0.9900822807872116f,0.1113961121750229f,1.9975315145756363f,-0.4945346275561902f,0.13928485781304392f,-0.8579249562356025f,0.06095928021731192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8649320890592381f,0.01835226566920406f,0.5015532630343753f,0.3728510472889245f,0.08560364164848722f,0.9900822807872116f,0.1113961121750229f,1.8810044784318247f,-0.4945346275561902f,0.13928485781304392f,-0.8579249562356025f,-0.01833674312304917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8649320890592381f,0.01835226566920406f,0.5015532630343753f,-0.2124580935739215f,0.08560364164848722f,0.9900822807872116f,0.1113961121750229f,2.047823654044122f,-0.4945346275561902f,0.13928485781304392f,-0.8579249562356025f,-0.22957981347194983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8649320890592381f,0.01835226566920406f,0.5015532630343753f,-0.20016646171282068f,0.08560364164848722f,0.9900822807872116f,0.1113961121750229f,1.9377168910239475f,-0.4945346275561902f,0.13928485781304392f,-0.8579249562356025f,-0.3459659338790252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8591424902233255f,0.0428862516504218f,0.5099362223967228f,0.2110321753968787f,0.236130595412202f,0.9172789162694058f,0.32068946299793366f,2.102397082148181f,-0.4540005764348126f,0.3959294876452129f,-0.7982000484902623f,0.026325044483733573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8552739083379652f,-0.09204124512446712f,0.5099362223967228f,0.11158990517364445f,0.0897293993871324f,0.9429246540459748f,0.32068946299793366f,2.122234776738501f,-0.5103480935615676f,0.32003360134244707f,-0.7982000484902623f,-0.029234305685166516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8749091642125456f,-0.02618556330784158f,0.48357860855413803f,0.11144994056626122f,0.2946591794672001f,0.7636564325354237f,0.5744604607829735f,2.128221476645601f,-0.3843304858225816f,0.6450915976212379f,-0.6604141945369266f,-0.07237045009729962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.823996277721284f,-0.29526575089284013f,0.48357860855413803f,0.13360448685791357f,0.04425471720127233f,0.8173351203774674f,0.5744604607829735f,2.1334004590467934f,-0.5648642795458962f,0.49475391594937196f,-0.6604141945369266f,-0.05164317712425348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8600412559847287f,-0.16272912263345604f,0.48357860855413803f,0.1725760689239564f,0.17156925051087357f,0.8003494057448601f,0.5744604607829735f,2.230580179127985f,-0.48051329875805493f,0.5770269156380791f,-0.6604141945369266f,0.014106061102975742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8600412559847287f,-0.017148967664868994f,0.5099362223967228f,0.17643458664855194f,0.17156925051087357f,0.9315161086107067f,0.32068946299793366f,2.0209890546905767f,-0.48051329875805493f,0.3632955440227629f,-0.7982000484902623f,-0.06763543630214577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8571542666326428f,-0.11717886982313397f,0.5015532630343753f,-0.11432114105904465f,-0.07033327317206395f,0.991284084850147f,0.1113961121750229f,2.147541281443334f,-0.5102350378779961f,0.06020777017777263f,-0.8579249562356025f,-0.18475763586051375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8649320890592381f,0.01835226566920406f,0.5015532630343753f,-0.014508985224663103f,0.08560364164848722f,0.9900822807872117f,0.1113961121750229f,2.1476584630582782f,-0.49453462755619015f,0.13928485781304395f,-0.8579249562356025f,-0.1263910320432429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8436797244323909f,-0.19143888560388111f,0.5015532630343753f,0.0047312791644348665f,-0.15646173452249568f,0.9813820009672594f,0.1113961121750229f,2.1414695352544686f,-0.5135408924437248f,0.015508747732887171f,-0.8579249562356025f,-0.11594653474194379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8615449686233255f,0.07864217303332771f,0.5015532630343753f,-0.020261120446952725f,0.15445976410411233f,0.9816990819315212f,0.1113961121750229f,2.1538632262154582f,-0.483613945531697f,0.173442558662528f,-0.8579249562356025f,-0.1289481504503162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8632402666757323f,-0.05710136889060929f,0.5015532630343753f,-0.05264624361664466f,-0.001013462615736191f,0.9937755677645814f,0.1113961121750229f,2.265989467849729f,-0.5047922492304505f,0.09565330409872075f,-0.8579249562356025f,-0.16974709976898117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8632402666757323f,-0.05710136889060929f,0.5015532630343753f,-0.039798435616257594f,-0.001013462615736191f,0.9937755677645814f,0.1113961121750229f,2.0423899651026987f,-0.5047922492304505f,0.09565330409872075f,-0.8579249562356025f,-0.1912690931911933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8649320890592381f,0.01835226566920406f,0.5015532630343753f,0.04323899989085586f,0.08560364164848722f,0.9900822807872116f,0.1113961121750229f,1.520791212487722f,-0.4945346275561902f,0.13928485781304392f,-0.8579249562356025f,-0.174025599493492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3734603594451992f,-0.07068443692210136f,0.9249492257957017f,0.06974566373664387f,0.1177301638816737f,0.9854185903735457f,0.12284058880764241f,1.1512592410976423f,-0.9201450801017506f,0.15477051438571723f,-0.35969309062216304f,-0.23206454238813598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6076662648257256f,-0.4742889697727497f,0.6370178048882581f,0.0332083452595357f,-0.2726508495657276f,0.877930950661524f,0.3935717978992393f,0.6444572334596955f,-0.7459244095911046f,0.06547685867889752f,-0.6628043121115806f,0.03497292385269238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6076662648257256f,0.29337641211262844f,0.7380189641253619f,0.1738595741405833f,-0.2726508495657276f,0.7957291161794731f,-0.5408111388417601f,0.8527363422116992f,-0.7459244095911046f,-0.5298541822805175f,-0.403548411836803f,-0.15573873676088362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.629181443981469f,0.1202386991677101f,0.7679019245788165f,-0.12538050849005034f,0.12160626273858141f,0.99102349022846f,-0.05553700278333673f,0.5107417232108273f,-0.7676865424195923f,0.05843883159217117f,-0.6381553694438316f,-0.28958110745568966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.629181443981469f,0.38355667096056684f,0.6760288386681745f,0.02704997241323321f,0.12160626273858141f,0.9076265700760724f,-0.40177845406977636f,0.8634697911414972f,-0.7676865424195923f,-0.17058220731832419f,-0.6177046892603776f,-0.3586359691058416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5755915443933989f,0.42222082047361625f,0.700302757942169f,0.07093351120465324f,0.12968950067972962f,0.892685686379156f,-0.4316166108332919f,1.0386653451002392f,-0.8073877677028953f,-0.15761295661322172f,-0.5685799402646687f,-0.23262003393785094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7006872619786452f,0.2149704765619254f,0.680312468728604f,0.07539527713266816f,-0.2574557203113421f,0.8131003470248133f,-0.5220961384142733f,1.0071285861359256f,-0.6653975600945928f,-0.5409764503884312f,-0.5143836769817797f,-0.24372931401490314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6368362807513025f,0.3252076406755083f,0.6990561794055736f,0.07703115446731902f,-0.016748426140224572f,0.9006396147451768f,-0.43424391138331997f,1.0555523378767113f,-0.7708171260037453f,-0.2882503682528936f,-0.5681132664015139f,-0.2380247283425927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.646406819689749f,-0.023094535829182777f,0.762643341197849f,0.06728741649574395f,0.16660154195220234f,0.9711505757708154f,0.17061795157357235f,1.0260148796770248f,-0.7445818623077873f,0.23734616406179368f,-0.6239107698440693f,-0.23005347529335485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5956786983985263f,-0.21156273980732074f,0.7748600489117099f,0.06738026904689717f,-0.1906482312862966f,0.9743612714782617f,0.1194711871150186f,1.0253220644165666f,-0.7802692741494082f,-0.07655925658262973f,-0.6207403161144527f,-0.23012943702217686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6331951460718516f,-0.1320569616401488f,0.762643341197849f,0.06563670447524209f,0f,0.9853372593182691f,0.17061795157357235f,1.038331595418503f,-0.7739921879392883f,0.1080344587691082f,-0.6239107698440693f,-0.228703044558741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5868538521557723f,0.18874501576495942f,0.7873867380352656f,-0.058601970234368986f,0.16534500298978386f,0.9798948098583642f,-0.11165657884311342f,1.0945256260543201f,-0.7926308006860692f,0.0646643691419413f,-0.6062630890687933f,-0.37739017087958393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6648399275455431f,0.037469109898612414f,0.7460455324875571f,0.20577503163146987f,-0.21122181160817677f,0.9485517823495182f,-0.23587043583822045f,1.0863861539873996f,-0.7165006748372237f,-0.3143971723870269f,-0.6227208049783187f,-0.09302326238207026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6331951460718516f,-0.01914664603133105f,0.7737553314432137f,0.06506331408524599f,0f,0.9996939807665175f,0.02473751845261894f,0.9328184318729549f,-0.7739921879392883f,0.015663676610061173f,-0.6330013761786059f,-0.23832773083378456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6331951460718516f,-0.0056398373770396365f,0.7739716398069163f,0.06875000000000003f,0f,0.9999734517574052f,0.007286685143496595f,1.15625f,-0.7739921879392883f,0.004613893663815917f,-0.6331783358535038f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7401578247335687f,0.07079160711086716f,-0.6686964504529185f,-0.18818925368214703f,-0.12537607973464454f,0.9915331574097632f,-0.03380586321036416f,0.8013691919244106f,0.6606415314798515f,0.1088602136672826f,0.742766599117293f,1.1439384353557047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9188490135119254f,0.07079160711086716f,-0.3882074686695532f,-0.20377859963338904f,0.022347703806269978f,0.9915331574097632f,0.12791629251824424f,0.7923808080755894f,0.393975977063004f,0.1088602136672826f,-0.9126512934180088f,1.235945194610657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.166286356813248f,0.07079160711086716f,-0.9835331188630294f,-0.048453958828313604f,-0.09587609438742635f,0.9915331574097632f,0.08757723609499855f,0.7837384145857502f,0.981405432052824f,0.1088602136672826f,-0.15809121360000716f,1.2136554970231819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7979475010707595f,-0.2201478099228309f,0.5610835297182688f,0.17563746521880316f,0.24872644782173034f,0.9682202901685517f,0.02616531788282883f,2.229874534006223f,-0.5490126953804568f,0.11867776325877794f,0.8273455437838407f,-1.4691947718544054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7484890823293824f,-0.2201478099228309f,0.6255389959226363f,0.17182913691804805f,-0.08964889801304979f,0.9682202901685517f,0.23347921704291202f,2.2176254659937764f,-0.657059486438454f,0.11867776325877794f,-0.7444383250405157f,-1.376326480880682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.040622168541388115f,-0.2201478099228309f,0.9746203266960812f,0.027540252064013393f,0.1306567254660953f,0.9682202901685517f,0.2132563945029617f,2.1917615408245554f,-0.9905951037197147f,0.11867776325877794f,0.06809499977546812f,-1.432974876333864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009893674157372681f,0f,0.00001209362793655138f,-0.46793971517503424f,0f,0.000015625f,0f,1.3223725f,-0.00001209362793655138f,0f,-0.000009893674157372681f,0.1984853743079461f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34.mcfunction new file mode 100644 index 000000000..b0b072e9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..189ccb549 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7265933533532711f,-0.1785514780060571f,0.3273009517388323f,0.37093727146425326f,-0.13407011569278923f,0.7940969563354922f,0.13557165065482527f,1.301075421106083f,-0.3478961732836608f,0.06688675567707236f,-0.7358252910671289f,-0.2606997535389747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7245192686488615f,0.11078711741922118f,0.32062134047885615f,0.37093727146425326f,0.17634917198806402f,0.7689368197604292f,0.13280488227411455f,1.301075421106083f,-0.28978060476098644f,0.1909512551167363f,-0.7208084483922896f,-0.2606997535389747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.35260072386932784f,-0.11260648684193376f,0.7279676868463241f,0.33294215162127283f,0.2728528942738845f,0.7696258080139562f,-0.013109468702958038f,1.315174812079661f,-0.684228377120998f,0.2488781613650077f,0.3699130075874363f,-0.3655566220810617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3613256119080308f,0.030269022214007006f,0.7131112034412971f,0.33294215162127283f,-0.041573722228337995f,0.7988158176274621f,-0.01284192852534665f,1.315174812079661f,-0.7125415270700847f,-0.0312582117591053f,0.3623637625346315f,-0.3655566220810617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.28556679319721406f,-0.6810916522075634f,-1.3769429973373006f,-0.2596379480357009f,1.5072492590048514f,0.39476718338163563f,0.11732345099874505f,1.631470948610202f,0.2967448868175905f,-1.3496959962221493f,0.7291566635020997f,-0.9814514457999627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.44432285970792496f,-0.04319135342661354f,0.8948249568100729f,-0.1386615109249672f,0.20512594745175924f,0.9673967901882912f,0.14854896840910384f,1.6056162840290449f,-0.8720668219941574f,0.249555519519341f,-0.42097684099537136f,-0.764609905047527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.33132861122393525f,-0.04319135342661354f,0.9425263170721524f,-0.04289144658028021f,0.22178241636705234f,0.9673967901882912f,0.12229476736059582f,1.533869018744709f,-0.917079010322889f,0.249555519519341f,-0.3109471522664617f,-0.45989008564973755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5185486529542336f,-0.09712663683512171f,0.8495138085613725f,0.10765002332680154f,0.2896214965799964f,0.9547490698958551f,-0.06762841305074653f,1.3531826342879048f,-0.8045039982735406f,0.28110608308981444f,0.5232138060217728f,0.41572799953610307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.140381379177417f,-0.09712663683512171f,0.9853220208628977f,0.15031078401930748f,0.29275957090240456f,0.9547490698958551f,0.05240274017681898f,1.4413124053817965f,-0.9458249848810751f,0.28110608308981444f,0.16246374372338002f,0.09779350381556165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.31603975836993464f,0.5674394728153086f,0.7603494695339492f,-0.22799710076412605f,0.023352425519363517f,0.805835556760428f,-0.5916787301255416f,1.1520689910718453f,-0.9484585048128545f,-0.16923799854552693f,-0.2679271626701338f,-0.2765031216711578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.31950240623415366f,0.21236103601072093f,0.9234830820296813f,-0.18240763724943038f,0.04340325880960668f,0.9768212662115144f,-0.20961004508763353f,1.3339129157047065f,-0.9465909198462089f,-0.026888738560720923f,-0.32131390602232124f,-0.2835529720639325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3167073975298414f,0.5312014367360212f,0.785825335529125f,-0.1213785799749008f,0.126317479809569f,0.844713304897593f,-0.5200993432254506f,1.1128080568714211f,-0.9400746346138874f,-0.06545583349536424f,-0.33462697921266465f,-0.002809230985218826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.32224005943026285f,0.2070309409000698f,0.9237421358844753f,-0.07678689020685976f,0.13432940202344026f,0.9759190369232605f,-0.1718651946229961f,1.2947187188281388f,-0.9370789485685853f,0.06870387820790906f,-0.34229055094873306f,0.007933430235334549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8482616373313124f,0.02862173357868507f,0.5288033575904674f,0.2990248042398282f,0.09885984730784114f,0.989543775248084f,0.10502308059678847f,1.9937188574657947f,-0.5202681282014796f,0.14136446949187748f,-0.8422215632142227f,0.06931143188822642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8482616373313124f,0.02862173357868507f,0.5288033575904674f,0.3768322137165231f,0.09885984730784114f,0.989543775248084f,0.10502308059678847f,1.876164555091689f,-0.5202681282014796f,0.14136446949187748f,-0.8422215632142227f,-0.00780734354203616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8482616373313124f,0.02862173357868507f,0.5288033575904674f,-0.19932890769231792f,0.09885984730784114f,0.989543775248084f,0.10502308059678847f,2.0517990177591514f,-0.5202681282014796f,0.14136446949187748f,-0.8422215632142227f,-0.23634609343014285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8482616373313124f,0.02862173357868507f,0.5288033575904674f,-0.18514112101547142f,0.09885984730784114f,0.989543775248084f,0.10502308059678847f,1.9416592039331337f,-0.5202681282014796f,0.14136446949187748f,-0.8422215632142227f,-0.3524849784755164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.84273314693703f,0.026648507426106777f,0.537671554116052f,0.21508062209849949f,0.24848167102073743f,0.905268003298329f,0.34459643261502043f,2.0977159411612196f,-0.4775538736313968f,0.4240043623080038f,-0.7695210188964502f,0.03471381962410994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8365264484660773f,-0.10551208893373598f,0.537671554116052f,0.11766202741585532f,0.103807333504767f,0.932993749250032f,0.34459643261502043f,2.1190751252326137f,-0.5380032885841513f,0.3440782802636743f,-0.7695210188964502f,-0.0237886870816972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8645691160992351f,-0.07278216057842332f,0.4972152457325939f,0.12201684510613373f,0.3007180781242443f,0.7177936210240946f,0.6279657276526954f,2.1285441657230657f,-0.4026026340905487f,0.6924413872080835f,-0.5986952850195972f,-0.0708172038169961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7997631671476596f,-0.3363864977745403f,0.4972152457325939f,0.14312407879676511f,0.06418946041744185f,0.7755892972862236f,0.6279657276526954f,2.1327986767929894f,-0.5968740148852708f,0.5341398375426052f,-0.5986952850195972f,-0.04882517238547612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8425391972553007f,-0.20713449857392088f,0.4972152457325939f,0.1768172118114397f,0.18472807845529937f,0.7559990621183555f,0.6279657276526954f,2.226162236901153f,-0.5059676255637373f,0.6209353570032043f,-0.5986952850195972f,0.024888211493130474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8425391972553007f,-0.03220249963625095f,0.537671554116052f,0.18406277422959616f,0.18472807845529937f,0.9203960211013595f,0.34459643261502043f,2.0190731321533475f,-0.5059676255637373f,0.3896590347444324f,-0.7695210188964502f,-0.06278507132436668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8422955545471841f,-0.10442800290678661f,0.5288033575904674f,-0.10114159508775977f,-0.05715603257585417f,0.9928259366485891f,0.10502308059678847f,2.150013845676921f,-0.5359770393685157f,0.05823617197886372f,-0.8422215632142227f,-0.18842330668475457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8482616373313124f,0.02862173357868506f,0.5288033575904674f,-0.003146136076336209f,0.09885984730784114f,0.9895437752480841f,0.10502308059678847f,2.148598684357924f,-0.5202681282014796f,0.14136446949187748f,-0.8422215632142227f,-0.1270716322448371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8299888655091558f,-0.17744151749766068f,0.5288033575904674f,0.015677408194536654f,-0.14346901854377223f,0.9840664577456378f,0.10502308059678847f,2.1421159857238368f,-0.5390131017414244f,0.011301088800649312f,-0.8422215632142227f,-0.11606132232630645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8441987634093613f,0.0877237531068611f,0.5288033575904674f,-0.008727050751070747f,0.16764611406523341f,0.9802371820027983f,0.10502308059678847f,2.1548901449759303f,-0.5091396942853033f,0.1773121827739404f,-0.8422215632142227f,-0.12979117534716275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8475282941528524f,-0.045418053804674646f,0.5288033575904674f,-0.038221697209283714f,0.012239233029162369f,0.9943944658518662f,0.10502308059678847f,2.2675268487969777f,-0.5306090762371238f,0.09548217986502686f,-0.8422215632142227f,-0.17136861290510558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8475282941528524f,-0.045418053804674646f,0.5288033575904674f,-0.028002635103231935f,0.012239233029162369f,0.9943944658518662f,0.10502308059678847f,2.043788093980308f,-0.5306090762371238f,0.09548217986502686f,-0.8422215632142227f,-0.1928521033747366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8482616373313124f,0.02862173357868507f,0.5288033575904674f,0.046836326179403906f,0.09885984730784114f,0.989543775248084f,0.10502308059678847f,1.521007456983535f,-0.5202681282014796f,0.14136446949187748f,-0.8422215632142227f,-0.17394845411369442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3379863905362259f,-0.06081706302545423f,0.9391839461241082f,0.06964272481394924f,0.125421430005017f,0.9860986169537593f,0.10899074519141218f,1.1512204756258753f,-0.9327564873576545f,0.1546311821297394f,-0.325660149243608f,-0.2319351474123467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5883201622083677f,-0.47729067631744737f,0.6527426729114267f,-0.0011730874292944227f,-0.2903432082596318f,0.8780773817423064f,0.3803694691876303f,0.6745775073902067f,-0.7547053783806129f,0.03425962599050636f,-0.6551687338925495f,0.050158374620310225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5883201622083677f,0.36480214206191086f,0.7216638995309115f,0.1637701206116421f,-0.2903432082596318f,0.7376437376132433f,-0.6095757030734317f,0.8518132944485763f,-0.7547053783806129f,-0.5681558883854024f,-0.32805285905836873f,-0.14660532442924049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6023416079361396f,0.13528929492500255f,0.7866901512206707f,-0.13606120661083188f,0.11704192543624238f,0.9898499130463891f,-0.0806122653957369f,0.5123527661284282f,-0.789611154327928f,0.04351960846275302f,-0.6120623078087439f,-0.28421085605217894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6023416079361396f,0.40190648909299165f,0.6896780128247173f,0.023544200990568823f,0.11704192543624238f,0.8991296365579897f,-0.42174291262957153f,0.8620660022563817f,-0.789611154327928f,-0.17331206157692053f,-0.5886231003561402f,-0.354126113758947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5510991841496035f,0.4442228945897793f,0.706367970077862f,0.06793996310599469f,0.11831565088927828f,0.8795640169764373f,-0.4608346197877497f,1.0382948623037558f,-0.8260091379544708f,-0.17039119684582113f,-0.5372855330763716f,-0.23015895677774384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6880233396819181f,0.24512921516759414f,0.6830340781573488f,0.07195714155229699f,-0.26310739320885185f,0.79291902974248f,-0.5495943157558006f,1.0064145950013155f,-0.6763123418153646f,-0.557845032373296f,-0.48105149013868975f,-0.24042547805106326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6136322867084868f,0.35573838650674283f,0.7049153261736425f,0.07461005785299613f,-0.019168507006623862f,0.8857843846316946f,-0.4637009729144279f,1.0549033195156001f,-0.7893592243383557f,-0.2980540627272666f,-0.5367269237179371f,-0.2357474704538801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6184958154972805f,-0.010554856753099431f,0.7857172018043616f,0.06432807544688593f,0.15848692274644413f,0.9776850950309726f,0.13789035598126753f,1.0275857269689166f,-0.7696394100685833f,0.20981050963476444f,-0.6030213333838893f,-0.2278562664352794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5756730501330382f,-0.18530372545521115f,0.7964063464607402f,0.0644132508763095f,-0.19376376122791897f,0.977156256076106f,0.08729980553321762f,1.0268145090747611f,-0.7943904230196476f,-0.10405854382868972f,-0.5984276692056595f,-0.22792163677578436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6088372513903526f,-0.10938775117975949f,0.7857172018043616f,0.06296072855713894f,0f,0.9904474997330042f,0.13789035598126753f,1.0399663207155792f,-0.7932951539745094f,0.08395278532887215f,-0.6030213333838893f,-0.2268068566186685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5608720943716107f,0.2071589738534917f,0.801565751081701f,-0.055573319966365414f,0.15516357962466973f,0.9773352423982948f,-0.1440141920934362f,1.0946004298450969f,-0.8132322898860215f,0.04360026970369267f,-0.5803035922415984f,-0.38006892445261076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6481801045250244f,0.06773583544494058f,0.7584684625576099f,0.19991107544227346f,-0.21427989137899642f,0.9395631691305858f,-0.2670302967153646f,1.0869103414767858f,-0.7307165526033567f,-0.3356082654075524f,-0.5944917257133189f,-0.08767890824720292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6088372513903526f,0.0058739203334752296f,0.7932734070793982f,0.0595878176389551f,0f,0.9999725866280637f,-0.007404457601998628f,0.9328815287016781f,-0.7932951539745094f,-0.004508109614437247f,-0.6088205611083315f,-0.2340663818515347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6088372513903526f,0.01971755562319578f,0.793050073652154f,0.06875000000000003f,0f,0.9996910603561264f,-0.024855257875216207f,1.15625f,-0.7932951539745094f,-0.015132806887345052f,-0.6086491574267311f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7358162028644274f,0.19300714365290456f,-0.649093797614122f,-0.43805881054541096f,-0.23925412456535278f,0.9708002311064171f,0.017446350970727817f,0.7997530640975831f,0.6335076791015577f,0.14246106058384594f,0.7605082949821674f,1.1277371501050955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8803490514987743f,0.19300714365290456f,-0.4332825752602513f,-0.4502340653338577f,0.10722047218980409f,0.9708002311064171f,0.21459422552138396f,0.788630724964917f,0.4620490427093251f,0.14246106058384594f,-0.8753373797277949f,1.2200253901091955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12986938441009765f,0.19300714365290456f,-0.9725647461695747f,-0.2982617260141981f,-0.11863828408177152f,0.9708002311064171f,0.20849908593051442f,0.7629170316416729f,0.984407893377067f,0.14246106058384594f,-0.10317919206046627f,1.1893581489162155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7796025397854816f,-0.3160145555281727f,0.5406983268462721f,0.3356054713124019f,0.32101949894712845f,0.9429515924729507f,0.08825403984215625f,2.1995836029768383f,-0.5377419095214369f,0.10477163235846691f,0.8365742906623302f,-1.4623922597189407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6992974514361783f,-0.3160145555281727f,0.6411847433534249f,0.3295758033678734f,-0.1568689240936434f,0.9429515924729507f,0.2936570021409826f,2.187258438038786f,-0.6974060618237905f,0.10477163235846691f,-0.7089765087676555f,-1.3696517835840376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06431645807497183f,-0.3160145555281727f,0.9465718112827055f,0.19060486564773182f,0.1314684260058881f,0.9429515924729507f,0.3058730900492239f,2.1475400570004286f,-0.9892317454389667f,0.10477163235846691f,0.10219324277425357f,-1.4313510080676273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000951308205297426f,0f,0.000012395236780851711f,-0.48103470121938513f,0f,0.000015625f,0f,1.3223725f,-0.000012395236780851711f,0f,-0.00000951308205297426f,0.18160000255705638f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35.mcfunction new file mode 100644 index 000000000..862d5ecb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..b3a17deef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7010344935879017f,-0.16563821055559405f,0.384784441536218f,0.37583889719369357f,-0.11649800518888455f,0.7976120551453905f,0.13110174948566247f,1.2971955344985684f,-0.40239694088227f,0.057649259623446095f,-0.7083062256382501f,-0.2545666448057197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6965470228471872f,0.11289260441968893f,0.37693169783139724f,0.37583889719369357f,0.1935700862560723f,0.7655307517934287f,0.12842620357779183f,1.2971955344985684f,-0.3425680467725162f,0.20302198877443628f,-0.693850996543592f,-0.2545666448057197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.34651125932948457f,-0.10312619906780751f,0.7322836736321287f,0.3433353960166494f,0.26976873057349987f,0.770586290907325f,-0.019132295076601552f,1.3112477452468037f,-0.6885486356148716f,0.2500123992444428f,0.3610249590559914f,-0.35458703106880735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3522605858990259f,0.036566138927926525f,0.7173391088641261f,0.3433353960166494f,-0.044725026660725226f,0.7985289070664874f,-0.018741840075038256f,1.3112477452468037f,-0.7168766641565844f,-0.031851249003837664f,0.3536571027487263f,-0.35458703106880735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.624976474162684f,-0.6056426256393607f,-1.2976932097964609f,-0.22945144861689326f,1.4243842615162432f,0.40934352316641925f,0.49494808372851457f,1.6383535318489804f,0.14812201824173749f,-1.3809566032465914f,0.7158386533721338f,-0.990144706600834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.40781004482410144f,-0.036369982362161137f,0.9123421461949134f,-0.11714264172417407f,0.2144071474248982f,0.9674527318192874f,0.13440530803698084f,1.610010944867343f,-0.8875362203728263f,0.2504245117363191f,-0.3867389577582581f,-0.7689944456925057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.29581756250943836f,-0.036369982362161137f,0.9545518289197035f,-0.03115422787796944f,0.22893730097030784f,0.9674527318192874f,0.10780966524309596f,1.5363163112229472f,-0.9274048101748259f,0.2504245117363191f,-0.2778630633715481f,-0.46182215172942775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5155842436931947f,-0.09444372303590876f,0.851618031064651f,0.09798018892801215f,0.28283340077080915f,0.9569568484641354f,-0.06510650955172159f,1.3535106568028663f,-0.808812805946923f,0.274433914370484f,0.5201037123301069f,0.4190770020263179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.15089467213276736f,-0.09444372303590876f,0.9840280387778902f,0.1441179371217295f,0.2862414751273463f,0.9569568484641354f,0.047952143794728674f,1.439474716109384f,-0.9462011497767613f,0.274433914370484f,0.17143340049251915f,0.10103513477585888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.28903798257606583f,0.5972055055799549f,0.7481995915084078f,-0.2276305076243716f,0.010184006839188738f,0.7834322913110022f,-0.6213937004314511f,1.1571090140290823f,-0.9572634593637517f,-0.171986711801183f,-0.23252363391870415f,-0.2823870439408222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.28971250042509666f,0.23404000581387677f,0.9280581570009925f,-0.1779476430530135f,0.03444054504551231f,0.9715637345293817f,-0.23426002348733985f,1.3378130891065454f,-0.9564938661352755f,-0.03590522839311126f,-0.28953462421553666f,-0.29092886566587767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2898084305669726f,0.5501424183474243f,0.783169453635135f,-0.12976841752777818f,0.12143625342801888f,0.8328095408255551f,-0.5400754623784474f,1.115274629144025f,-0.9493494140334601f,-0.06141325789091055f,-0.3081624601237963f,-0.007224941398151715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2929850982530468f,0.2226107269902271f,0.9298409522227632f,-0.08221740026571833f,0.13376112340150895f,0.9724971242428585f,-0.19067591669043132f,1.2964261154602457f,-0.9467141564738634f,0.06851136816800985f,-0.31470382642053873f,0.0036540412182217707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8313563549505775f,0.039171678378392284f,0.554357457509421f,0.30256709926034275f,0.11224948352101181f,0.9887891547426336f,0.09846857830096889f,1.9897006542339726f,-0.5442854623564327f,0.14408881662491277f,-0.826433148168124f,0.07769341879546748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8313563549505775f,0.039171678378392284f,0.554357457509421f,0.3808175144151987f,0.11224948352101181f,0.9887891547426336f,0.09846857830096889f,1.8711240834748213f,-0.5442854623564327f,0.14408881662491277f,-0.826433148168124f,0.0026149139149579947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8313563549505775f,0.039171678378392284f,0.554357457509421f,-0.18585475927312148f,0.11224948352101181f,0.9887891547426336f,0.09846857830096889f,2.055647225802567f,-0.5442854623564327f,0.14408881662491277f,-0.826433148168124f,-0.24207429033893674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8313563549505775f,0.039171678378392284f,0.554357457509421f,-0.16995607073955896f,0.11224948352101181f,0.9887891547426336f,0.09846857830096889f,1.9454893663074915f,-0.5442854623564327f,0.14408881662491277f,-0.826433148168124f,-0.35797420489617865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8260848169150847f,0.010124371904701987f,0.5634548538755404f,0.21930230424137329f,0.2609343929702721f,0.8930751944606108f,0.36651049044246675f,2.092877709899669f,-0.4994968646824589f,0.44979350165679055f,-0.7403976553445559f,0.04306996679566363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8174981427124787f,-0.11922841232584522f,0.5634548538755404f,0.12393726054385007f,0.11801411731086182f,0.9228990890183827f,0.36651049044246675f,2.1157715747788406f,-0.5637104352209441f,0.36611727244599873f,-0.7403976553445559f,-0.018171522543376166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8539693257018125f,-0.11939050588286473f,0.5064408137832354f,0.13283471385453877f,0.30670542051493427f,0.6707497242589888f,0.6752974103557984f,2.1289794737002072f,-0.4203191356423702f,0.732011416927034f,-0.5361819744278304f,-0.06838948880642826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7752793966400598f,-0.377438152920448f,0.5064408137832354f,0.15288773080974313f,0.08442112499543607f,0.7326980832657182f,0.6752974103557984f,2.132291583012765f,-0.6259512207831613f,0.566298472096423f,-0.5361819744278304f,-0.04527732603666673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8247787563029034f,-0.2515108452651904f,0.5064408137832354f,0.18115522854801092f,0.19800099354959208f,0.7104709804911996f,0.6752974103557984f,2.2215117174525503f,-0.5296561240133172f,0.6572467425509713f,-0.5361819744278304f,0.03550856823587109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8247787563029034f,-0.04752505439796638f,0.5634548538755404f,0.19184836578755332f,0.19800099354959208f,0.9091015713048772f,0.36651049044246675f,2.0169638639089533f,-0.5296561240133172f,0.4138546873668021f,-0.7403976553445559f,-0.05760873642165923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.82724877921621f,-0.09136337662860917f,0.554357457509421f,-0.08764737274790205f,-0.04381319634821654f,0.9941752073518724f,0.09846857830096889f,2.152319064905212f,-0.5601248620718805f,0.05716983905767392f,-0.826433148168124f,-0.19114925695392376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8313563549505776f,0.03917167837839229f,0.554357457509421f,0.008507166941986319f,0.11224948352101181f,0.9887891547426336f,0.09846857830096889f,2.149354013579101f,-0.5442854623564327f,0.1440888166249128f,-0.826433148168124f,-0.12700369130313838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.816138004908057f,-0.16311519318686205f,0.554357457509421f,0.026907534232074724f,-0.13029455252660543f,0.9865734988683192f,0.09846857830096889f,2.142575497294094f,-0.5629760976512133f,0.00813419217470883f,-0.826433148168124f,-0.11546868694406956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8265987344994267f,0.09706874588474587f,0.554357457509421f,0.003100656366747702f,0.1809504941320743f,0.9785503859080247f,0.09846857830096889f,2.1557318472524716f,-0.5329084825721064f,0.18170525807366872f,-0.826433148168124f,-0.12987037597966872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8316068297503858f,-0.03343486228779387f,0.554357457509421f,-0.023513566964844655f,0.02564368714474538f,0.994809700594545f,0.09846857830096889f,2.2688584174229787f,-0.554772459682468f,0.09610291143762444f,-0.826433148168124f,-0.17205694693730195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8316068297503858f,-0.03343486228779387f,0.554357457509421f,-0.015990722950091046f,0.02564368714474538f,0.994809700594545f,0.09846857830096889f,2.0450262347892063f,-0.554772459682468f,0.09610291143762444f,-0.826433148168124f,-0.1936801020107674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8313563549505775f,0.039171678378392284f,0.554357457509421f,0.05052966570263567f,0.11224948352101181f,0.9887891547426336f,0.09846857830096889f,1.5211634644715746f,-0.5442854623564327f,0.14408881662491277f,-0.826433148168124f,-0.17366390185622727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3063367769193445f,-0.05067971223308457f,0.9505731670285247f,0.06953455779004239f,0.13243831566815922f,0.9866010638033434f,0.09528081362526121f,1.1511880655453208f,-0.9426653020291181f,0.15508032650882086f,-0.29552025426401607f,-0.23181902429703508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.572600609371351f,-0.478022503628301f,0.6660503195498733f,-0.03211800502186235f,-0.30669033900733034f,0.8783290318341386f,0.36671398636658703f,0.7053658693401336f,-0.7603088702015296f,0.005709453759813521f,-0.6495366225476732f,0.0603332873045927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.572600609371351f,0.43132326928378767f,0.6972006737818766f,0.15384390137608844f,-0.30669033900733034f,0.675975925887662f,-0.6700728196098442f,0.8512187784645929f,-0.7603088702015296f,-0.5975088158300792f,-0.2547815474052435f,-0.13855112006504577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5782368836626092f,0.15092317730220633f,0.8017881895645266f,-0.1473335313825521f,0.11297627963665566f,0.9880856315433887f,-0.10451385064651941f,0.5146888752900654f,-0.8080089520615564f,0.030149283416187084f,-0.5883982954579967f,-0.27897611294745117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5782368836626092f,0.4203952072814977f,0.6992209779940107f,0.019507358607483476f,0.11297627963665566f,0.8900278145370228f,-0.44168637016542744f,0.8610017296258022f,-0.8080089520615564f,-0.17640396550303916f,-0.5621415963466749f,-0.34995109196941976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5296224346108727f,0.4661740887226241f,0.7086478644294942f,0.06489816267179961f,0.10766676469935269f,0.865628060839053f,-0.4889743634048672f,1.0380809365389154f,-0.8413726549728283f,-0.18267396993455828f,-0.5086474969685015f,-0.22793563543637987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6780881850916687f,0.27355014347361073f,0.6821779329798446f,0.06839699639654728f,-0.26770502651563743f,0.7724764312578493f,-0.5758595157930441f,1.0058992588049918f,-0.6844928283169579f,-0.5731059955686244f,-0.4505763928857647f,-0.23742185732902257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5931875233924477f,0.38500719699551544f,0.7070346670094688f,0.07211704761546553f,-0.02147693342374199f,0.8703533551281111f,-0.4919591228424902f,1.0544000619475675f,-0.8047777975455376f,-0.3070089501608977f,-0.5080139772672174f,-0.2336920532518967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5933827691192182f,0.003752258851753426f,0.8049116783013637f,0.06146325121607752f,0.1504775237506017f,0.982876434285381f,0.10635050433515714f,1.0293098710631132f,-0.790729665662226f,0.1842276729483511f,-0.5837865708987657f,-0.22596506477015707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5585306524224332f,-0.1589376148659658f,0.8141144544136831f,0.061534188022904036f,-0.19646825230805712f,0.9788914807575017f,0.05631780123019242f,1.0284905694582125f,-0.8058807207891183f,-0.1284924257732875f,-0.5779670928169763f,-0.22601651383758165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5871162815223624f,-0.08609101059597407f,0.8049116783013637f,0.06038711358362785f,0f,0.9943287033107602f,0.10635050433515714f,1.0417389798544978f,-0.8095026077606879f,0.062440112643285334f,-0.5837865708987657f,-0.225184563362116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5378608416403f,0.2265102815425896f,0.8120337476887798f,-0.053039905976226945f,0.14559275985139208f,0.9737128737832983f,-0.1751741639270057f,1.094787544340282f,-0.8303664632611575f,0.024006911175063345f,-0.5567002828335813f,-0.3822626861906524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6341662061431533f,0.09694752629750347f,0.7670947791054209f,0.1945013470378937f,-0.21679644621792865f,0.9300156997815581f,-0.2967660679173003f,1.0875238327756755f,-0.7421809239621269f,-0.35450243342551796f,-0.5687666488131227f,-0.08311046890890889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5871162815223624f,0.031036427424249557f,0.808907418771823f,0.05407515615997425f,0f,0.9992647472865944f,-0.038340120373552666f,0.9331602967658519f,-0.8095026077606879f,-0.02251010890684f,-0.5866846026832885f,-0.23025761314469445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5871162815223624f,0.045149081468564285f,0.8082425579081437f,0.06875000000000003f,0f,0.9984434270619216f,-0.055773855495610265f,1.15625f,-0.8095026077606879f,-0.03274573864474827f,-0.5862023922070394f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.697575323680681f,0.30664610522846114f,-0.6475776663381844f,-0.7038605929414778f,-0.33838290696439033f,0.937644893095306f,0.07949253252111828f,0.7943197685747977f,0.6315739672169224f,0.16367718411711474f,0.7578417402950107f,1.0726279775573897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8098353926372481f,0.30664610522846114f,-0.5001347848133441f,-0.7125472433263931f,0.16665860768245955f,0.937644893095306f,0.3050360026908895f,0.7810317939252023f,0.5624869290191715f,0.16367718411711474f,-0.8104432331027719f,1.165024050714218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.09265760410576313f,0.30664610522846114f,-0.9473028737154741f,-0.5661084870766143f,-0.1417383962623507f,0.937644893095306f,0.31738349276115346f,0.7400682573358269f,0.9855581136728351f,0.16367718411711474f,-0.043416402121037256f,1.1253384744539594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7385739789239583f,-0.40356490789981586f,0.5400405936300026f,0.4965089290343526f,0.37994023483319733f,0.9108794983897234f,0.16107128039529836f,2.168221394288261f,-0.5569146214738191f,0.08622009351131041f,0.826082441323851f,-1.4350209855376606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6231822489450307f,-0.40356490789981586f,0.6699098817838314f,0.488365447197314f,-0.20465206293260801f,0.9108794983897234f,0.3583518836991286f,2.1558508713367392f,-0.7548254220263396f,0.08622009351131041f,-0.6502343252533345f,-1.3424482229912416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08686380626174511f,-0.40356490789981586f,0.9108183376906369f,0.35581443746223773f,0.13195224481623438f,0.9108794983897234f,0.3910078573395201f,2.103384954211572f,-0.9874428004951368f,0.08622009351131041f,0.13237375580235816f,-1.4085906676348048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009173691898786913f,0f,0.00001264847824626075f,-0.49202055459736066f,0f,0.000015625f,0f,1.3223725f,-0.00001264847824626075f,0f,-0.000009173691898786913f,0.1665498584751114f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36.mcfunction new file mode 100644 index 000000000..0b2049fb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..d90a1751c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6658392210353239f,-0.1508020244796914f,0.4481755521984037f,0.38157571083638453f,-0.09771596470785232f,0.8011974317731116f,0.12441346392504468f,1.2937039290677286f,-0.4626598820048387f,0.04781076424238778f,-0.6712707418398869f,-0.2516364977825778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6591327326628119f,0.11312594412836818f,0.43902911235762f,0.38157571083638453f,0.21191236251413798f,0.761734716232215f,0.1218744136408601f,1.2937039290677286f,-0.40079569776399915f,0.21670888964620771f,-0.6575713389451954f,-0.2516364977825778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3223108911618058f,-0.09022871128527239f,0.7449287976328517f,0.35419073343434526f,0.26766947846503364f,0.7712300418315132f,-0.022399047284731778f,1.307252078460098f,-0.7010086905175883f,0.2529969301805967f,0.33395181326421164f,-0.34440042666647197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3255237241296903f,0.03916660752697213f,0.7297261691097323f,0.35419073343434526f,-0.046866227186292256f,0.7983245635242429f,-0.021941923870757662f,1.307252078460098f,-0.7292721452092218f,-0.033821119565375285f,0.3271364701363706f,-0.34440042666647197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9240439535055058f,-0.5512117759295541f,-1.133011297413447f,-0.20707796191973907f,1.2599545259347058f,0.4131337578635757f,0.8265841401153131f,1.6442017212727864f,0.007975874031448189f,-1.4024593848629303f,0.6888035345752275f,-0.9950856807774129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3831828390547874f,-0.028655942404472765f,0.9232278964691353f,-0.10055315511993518f,0.22192708777513603f,0.9673835911230875f,0.1221366257002639f,1.613829808507397f,-0.8966154580228697f,0.251689937404559f,-0.3643252610562834f,-0.7713581610996842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2705042764135789f,-0.028655942404472765f,0.962292197519484f,-0.02112346481588817f,0.23489342167474075f,0.9673835911230875f,0.0948370606869051f,1.5385048779700787f,-0.9336233270949794f,0.251689937404559f,-0.2549503059684191f,-0.46286654941461747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5078691164090907f,-0.0897288471004912f,0.8567483262871696f,0.09240109959364175f,0.27727896091211995f,0.958657821549583f,-0.06396529541323873f,1.3534975464021568f,-0.815588951882837f,0.2700442837384722f,0.5117526222569172f,0.4219136141682527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.15457703790068572f,-0.0897288471004912f,0.9838976945556214f,0.13971968416440875f,0.28125702591067214f,0.958657821549583f,0.04323964104489457f,1.4378118922352034f,-0.9471010636303464f,0.2700442837384722f,0.1734233550893364f,0.10360372857566763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2683220778632957f,0.6256030448381877f,0.7325463076286113f,-0.2275051285498877f,-0.0001287550228859706f,0.7604086118766353f,-0.6494449371624917f,1.162021856499487f,-0.9633292510628273f,-0.174354734013841f,-0.2039538692295274f,-0.28675933806518766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2662901399311162f,0.2557432396192846f,0.9293465213603049f,-0.17374485536276996f,0.026714994566514196f,0.9657473180867234f,-0.25810545649716976f,1.3414863195376403f,-0.9635226361849408f,-0.04390345085906654f,-0.26400116772826565f,-0.2966412423995643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2690254135687659f,0.5684104869224631f,0.7775183889855743f,-0.1366381496118976f,0.11788961678556702f,0.8206438763478302f,-0.5591472672444708f,1.1177930235510118f,-0.955890875104636f,-0.058763479895048175f,-0.28778375270733686f,-0.01076266519103137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.26985413447231305f,0.23832341444861815f,0.9329419575910127f,-0.08612162216783789f,0.13341940633017546f,0.9687951224077165f,-0.20889057617212262f,1.298136542901383f,-0.9536131333631592f,0.06810257648995376f,-0.29323033770864776f,0.0001738782901559155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8149335412760623f,0.04999527045992683f,0.5773939696904491f,0.30654617549069574f,0.12563061377537485f,0.987822394635487f,0.0917816187427257f,1.9855215293420307f,-0.5657740469354169f,0.1473342783884702f,-0.8112905387258436f,0.0857847793521897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8149335412760623f,0.04999527045992683f,0.5773939696904491f,0.3849874591395368f,0.12563061377537485f,0.987822394635487f,0.0917816187427257f,1.8659371087531489f,-0.5657740469354169f,0.1473342783884702f,-0.8112905387258436f,0.012526033308161183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8149335412760623f,0.04999527045992683f,0.5773939696904491f,-0.17222728000899093f,0.12563061377537485f,0.987822394635487f,0.0917816187427257f,2.0593295149350634f,-0.5657740469354169f,0.1473342783884702f,-0.8112905387258436f,-0.24660747322236776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8149335412760623f,0.04999527045992683f,0.5773939696904491f,-0.1549060119558545f,0.12563061377537485f,0.987822394635487f,0.0917816187427257f,1.9491673903793347f,-0.5657740469354169f,0.1473342783884702f,-0.8112905387258436f,-0.3622992727865525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8098362998969539f,-0.00556910586566052f,0.5866294847934834f,0.22394339686309173f,0.27337978345229214f,0.8811640679691382f,0.38576337218514944f,2.0879849046870755f,-0.519065180270059f,0.47277782348576514f,-0.7120761674506976f,0.0511104040531347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7989946711020819f,-0.13218684927559288f,0.5866294847934834f,0.1305790886353888f,0.13216959508482673f,0.9130814962616728f,0.38576337218514944f,2.112410332803094f,-0.586633372461531f,0.38575746015227863f,-0.7120761674506976f,-0.012573542397377499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8434612369978427f,-0.16365786998791068f,0.5116534405953791f,0.14386560892190742f,0.31281878078621805f,0.6246738313602205f,0.7154907510241955f,2.1294099172464893f,-0.43671220737402494f,0.7635435193915033f,-0.47569290716358537f,-0.06524869382013987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7516062425996992f,-0.41629174002383607f,0.5116534405953791f,0.1629059788405555f,0.1044735100546198f,0.6907664372967901f,0.7154907510241955f,2.1317925806256466f,-0.6512859140055386f,0.5912215458626543f,-0.47569290716358537f,-0.04118517675420255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.807475098185539f,-0.2935893774256232f,0.5116534405953791f,0.1858958857715956f,0.2112469458682664f,0.6659186985362122f,0.7154907510241955f,2.2167542503070568f,-0.5507800774098354f,0.6858261911028714f,-0.47569290716358537f,0.04564006954835087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.807475098185539f,-0.062046864394475515f,0.5866294847934834f,0.19985643026035257f,0.2112469458682664f,0.8980876062732811f,0.38576337218514944f,2.014684538895569f,-0.5507800774098354f,0.4354180038504861f,-0.7120761674506976f,-0.05232898131800835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8127213404672134f,-0.07810394685469149f,0.5773939696904491f,-0.07397814489914968f,-0.030445575411813627f,0.9953136196188661f,0.0917816187427257f,2.1544336549296883f,-0.5818565885912261f,0.0570137885683018f,-0.8112905387258436f,-0.19288779084321261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8149335412760624f,0.04999527045992684f,0.5773939696904491f,0.020393806281301934f,0.12563061377537485f,0.9878223946354872f,0.0917816187427257f,2.1499175555434658f,-0.5657740469354169f,0.1473342783884702f,-0.8112905387258436f,-0.1262343565601374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8028214828998103f,-0.1486400698319755f,0.5773939696904491f,0.03838059117432116f,-0.11707701859034353f,0.9888726440644223f,0.0917816187427257f,2.142844327976991f,-0.5846115276938579f,0.006084690738579118f,-0.8112905387258436f,-0.11423339218200851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8094609103567622f,0.10672037466907067f,0.5773939696904491f,0.015159987764019424f,0.19423159084963992f,0.9766525603186548f,0.0917816187427257f,2.1563804994090994f,-0.5541183300707715f,0.18644178194146876f,-0.8112905387258436f,-0.1292281000892021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.816189848047149f,-0.021221114718052596f,0.5773939696904491f,-0.008651705870224818f,0.039058156853814044f,0.9950128616476012f,0.0917816187427257f,2.2699700862101224f,-0.5764621343401101f,0.0974631696897626f,-0.8112905387258436f,-0.171843279871666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.816189848047149f,-0.021221114718052596f,0.5773939696904491f,-0.0038769550586629925f,0.039058156853814044f,0.9950128616476012f,0.0917816187427257f,2.0460921923394126f,-0.5764621343401101f,0.0974631696897626f,-0.8112905387258436f,-0.19377249305186256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8149335412760623f,0.04999527045992683f,0.5773939696904491f,0.05432359993730576f,0.12563061377537485f,0.987822394635487f,0.0917816187427257f,1.5212612127810932f,-0.5657740469354169f,0.1473342783884702f,-0.8112905387258436f,-0.17320672552384386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.28039434622378256f,-0.04027253329663405f,0.9590396934786428f,0.06942579992354353f,0.13871928523602395f,0.986930989841773f,0.0820011048312459f,1.1511620915904284f,-0.9498083862071046f,0.15602994697111788f,-0.27114329263112136f,-0.23171795563801306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5613444882453648f,-0.4768150955506616f,0.6764168316737564f,-0.05844851403845505f,-0.32120647378881123f,0.8787946738747735f,0.3529112103142775f,0.7353531791525204f,-0.7627049014610483f,-0.019164702563406855f,-0.64646264197009f,0.0663822256189491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5613444882453648f,0.4899843579073275f,0.6669390485814229f,0.14452710113486675f,-0.32120647378881123f,0.6137166303637138f,-0.7212338724790776f,0.8509272101123017f,-0.7627049014610483f,-0.6190857990788939f,-0.1871202999841011f,-0.1316791340006488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5581691916910652f,0.16649125378346324f,0.8128516567372878f,-0.15891549005756428f,0.10963157479917313f,0.9858708053295301f,-0.12664783064054824f,0.5177487952710405f,-0.8224524735533333f,0.018423289948164057f,-0.5685354088651731f,-0.27370041707284887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5581691916910652f,0.4386197918371404f,0.7043151508065737f,0.015064273288179282f,0.10963157479917313f,0.8803960936862181f,-0.46139314692472533f,0.8602609464337523f,-0.8224524735533333f,-0.180320260732929f,-0.5394965544979988f,-0.34611797221758844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5123581651976743f,0.48713808746595694f,0.7072380039953189f,0.0619391750848636f,0.09802256358047604f,0.8513373274807564f,-0.515379793809415f,1.038038608518788f,-0.853159239289117f,-0.19473376332298734f,-0.4839401552234349f,-0.22596368983261847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6715260007864712f,0.2989337873104963f,0.6780054727448235f,0.06486864754060051f,-0.27111964914314823f,0.7524356765712764f,-0.6002788422651774f,1.005601653497831f,-0.6895991343644688f,-0.5869234561907783f,-0.42423329720431757f,-0.23474735450628945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.576702377858459f,0.4118615855202151f,0.7055383772305898f,0.06966157981336764f,-0.023633046140891775f,0.8548483108918067f,-0.5183395069792844f,1.0540670143480093f,-0.8166124212271706f,-0.315601647236195f,-0.4832595097453319f,-0.23188122071829712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5724699576526829f,0.019021316879888686f,0.819705030537992f,0.058809776950595805f,0.14287604785484864f,0.9867497870990868f,0.07688493096365406f,1.0311348145780495f,-0.8073813117322659f,0.16113052834289876f,-0.5676022994152014f,-0.22436692224721522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5452782201624005f,-0.1336572221035446f,0.8275309115652953f,0.05886229447094635f,-0.1986581076820002f,0.9796876528552131f,0.02733238180712151f,1.0303064328257336f,-0.8143749866423524f,-0.14949197243533582f,-0.5607544304850932f,-0.22440328784727867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5692874056119542f,-0.06321006820372926f,0.819705030537992f,0.05801965109804919f,0f,0.9970399728148888f,0.07688493096365406f,1.0435978142382356f,-0.8221385830938787f,0.04376962287895281f,-0.5676022994152014f,-0.2238198019612283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5190756676231043f,0.2458978129762704f,0.8185931326703858f,-0.0511737051863376f,0.1369308008661325f,0.96927702410784f,-0.20433307688871435f,1.095087552441674f,-0.8436885723155128f,0.0060262849365796956f,-0.5367991028625839f,-0.38387505322508236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6236768607099882f,0.12384715977468075f,0.7718089494367625f,0.18983322907753056f,-0.21866549372045976f,0.9203083149776462f,-0.3243732529648418f,1.0882035044786575f,-0.7504748998273837f,-0.3710720770938584f,-0.5468939004325502f,-0.07942785562913807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5692874056119542f,0.055328711921386296f,0.820274699993076f,0.048743136653117566f,0f,0.9977328845292863f,-0.06729852248652876f,0.9336154441484169f,-0.8221385830938787f,-0.03831220126787373f,-0.567996765327409f,-0.22689896307904925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5692874056119542f,0.06963605254506999f,0.8191841490150739f,0.06875000000000003f,0f,0.9964064038112812f,-0.08470111241223471f,1.15625f,-0.8221385830938787f,-0.048219276537607596f,-0.5672416165608615f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6378344682704122f,0.407637916018612f,-0.6534512380508617f,-0.9662479782691724f,-0.414587190607604f,0.8967571501764466f,0.15473873138782063f,0.7873184427402345f,0.6490644440040566f,0.17221481652697873f,0.7409840784377789f,0.9822097694387731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7119071397931545f,0.407637916018612f,-0.5718562351986147f,-0.9714137021985026f,0.1939926099133215f,0.8967571501764466f,0.3977354408478527f,0.7719344869472651f,0.6749482140213042f,0.17221481652697873f,-0.7174865610992524f,1.0745445499954296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.05510105524618897f,0.407637916018612f,-0.9114796778506693f,-0.8321088885562371f,-0.16409552845834158f,0.8967571501764466f,0.4109735650226125f,0.717980430090358f,0.9849043259376693f,0.17221481652697873f,0.017479293974443866f,1.0257552656209348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6834710405947718f,-0.48017077497726274f,0.5498212105094114f,0.6512627004479761f,0.419341874590769f,0.8747865395841574f,0.24269508107309268f,2.137296475922113f,-0.5975112792935373f,0.06468799749652315f,0.7992469794105515f,-1.3905037075610625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5287438769936087f,-0.48017077497726274f,0.6999042358776679f,0.641158401986583f,-0.229807070375888f,0.8747865395841574f,0.42654099517822075f,2.1249191002497625f,-0.8170793247580184f,0.06468799749652315f,-0.572884665559195f,-1.2981253214306012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10777918358819322f,-0.48017077497726274f,0.8705283880740462f,0.5156312930061726f,0.13202534050507445f,0.8747865395841574f,0.4661735938756017f,2.0611817490045974f,-0.985369452058253f,0.06468799749652315f,0.15767848911727977f,-1.3679662878634238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008895115712686786f,0f,0.000012845915360841856f,-0.5005791077270458f,0f,0.000015625f,0f,1.3223725f,-0.000012845915360841856f,0f,-0.000008895115712686786f,0.15420130613473843f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37.mcfunction new file mode 100644 index 000000000..6d2024eb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..74764a687 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.624613540481099f,-0.13465090396353158f,0.5085975850846274f,0.38795306063779544f,-0.07946961843331485f,0.8045557525357214f,0.11540825469690903f,1.2904986572245833f,-0.5200835983168228f,0.038776533727591905f,-0.6284535588556588f,-0.25158578765028583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6157678392291172f,0.11228869162478511f,0.49821804253187996f,0.38795306063779544f,0.2296847049623769f,0.7579340070688397f,0.11305298419289049f,1.2904986572245833f,-0.45615228211360526f,0.23005931987590938f,-0.6156279760218699f,-0.25158578765028583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2846894664729989f,-0.07471311832356253f,0.7617836320597424f,0.3646975763597939f,0.2665662046203716f,0.7715655763924966f,-0.02394711516757143f,1.3032986383122338f,-0.7175226900092105f,0.25699991385393134f,0.29335418532119584f,-0.3362550881830749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2856590142942582f,0.03910532704539425f,0.7462370273238293f,0.3646975763597939f,-0.04799050046757797f,0.7982146424384915f,-0.023458398531498545f,1.3032986383122338f,-0.7457183378577358f,-0.03638898175909808f,0.28736736521260003f,-0.3362550881830749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.158743152050192f,-0.5273867449455127f,-0.9058607944008635f,-0.19482752495035033f,1.0398315793062185f,0.40807675229624935f,1.0925337069916337f,1.6490383978715657f,-0.1321773212556597f,-1.4130615115737615f,0.6535997018470526f,-0.9961864264228383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3739891135788471f,-0.019830556429717663f,0.9272210588399058f,-0.09032088844360636f,0.2277513575065969f,0.9671930298692074f,0.11254759938054908f,1.6170901855938773f,-0.8990336267784484f,0.2532674317872515f,-0.357203227753445f,-0.7717278797714179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2583478205981109f,-0.019830556429717663f,0.9658484107891332f,-0.013344329750562059f,0.23975712623073203f,0.9671930298692074f,0.08398906710997038f,1.5404281898277046f,-0.9358274007603044f,0.2532674317872515f,-0.24511769414324788f,-0.46306823332504954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4944187506106893f,-0.08286007500232022f,0.8652654546526026f,0.09198097776364378f,0.27349958696686816f,0.9597155156041942f,-0.06437472359185788f,1.3529611924542004f,-0.825074587521345f,0.268477814873381f,0.4971635424558975f,0.4242509346749205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.15000126561493435f,-0.08286007500232022f,0.9852075051909257f,0.13770717425780157f,0.2783458384142483f,0.9597155156041942f,0.03833697100769367f,1.4363221659131102f,-0.9486955331144904f,0.268477814873381f,0.16702229901850674f,0.10545757890482191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2552345957287432f,0.6516735336382218f,0.7142666915786138f,-0.2277692220057004f,-0.006228687847157724f,0.7376106537236989f,-0.675197546619506f,1.1667001310096081f,-0.9668590924177566f,-0.17678271710993412f,-0.1842046859890955f,-0.2892669675588564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2509618964836254f,0.2766999417958354f,0.9276072815170887f,-0.17009043740949947f,0.021113976480170313f,0.9596117327902214f,-0.2805343513520995f,1.344873991211824f,-0.9677666694562989f,-0.05081795451934004f,-0.24666821641211373f,-0.30033701038380833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2557599701201034f,0.5856734740152952f,0.7691381017210234f,-0.14163522278889226f,0.1168116997140596f,0.8084923669694287f,-0.5767972948637006f,1.1202961636968007f,-0.9596571598722516f,-0.05767732992281854f,-0.2751934975955977f,-0.013057587659266342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.254528614629889f,0.25394088219065586f,0.9331287224637451f,-0.08818925286274591f,0.13399239967801493f,0.9648614170492464f,-0.22602761494615453f,1.299795006800121f,-0.9577375533845984f,0.06750166103105493f,-0.27961098797245443f,-0.002148594890771377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7998175306947667f,0.061123194891394936f,0.5971229962408034f,0.3112546994375316f,0.13887221845183567f,0.9866543457474329f,0.085015933565247f,1.9812287295818405f,-0.5839575537105344f,0.15092102923043374f,-0.7976317561384044f,0.09323288714675029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7998175306947667f,0.061123194891394936f,0.5971229962408034f,0.3895877383747362f,0.13887221845183567f,0.9866543457474329f,0.085015933565247f,1.8606594719432095f,-0.5839575537105344f,0.15092102923043374f,-0.7976317561384044f,0.021488189619115722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7998175306947667f,0.061123194891394936f,0.5971229962408034f,-0.15863809984564384f,0.13887221845183567f,0.9866543457474329f,0.085015933565247f,2.062816157922294f,-0.5839575537105344f,0.15092102923043374f,-0.7976317561384044f,-0.24984217565818867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7998175306947667f,0.061123194891394936f,0.5971229962408034f,-0.1402913757105466f,0.13887221845183567f,0.9866543457474329f,0.085015933565247f,1.9526623166675505f,-0.5839575537105344f,0.15092102923043374f,-0.7976317561384044f,-0.3653836897141133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7947178180111519f,-0.019140578760663114f,0.6066772024563808f,0.2293169922234379f,0.28572339886305803f,0.8700415559088817f,0.4017335315029029f,2.0831474605428624f,-0.5355237894601279f,0.49260666787647023f,-0.6859686156712316f,0.05853373101075762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7819392767138387f,-0.143226183192664f,0.6066772024563808f,0.13780596220919947f,0.14610118433088043f,0.9040268876550742f,0.4017335315029029f,2.1090863521762775f,-0.6059912635256f,0.4027674848404987f,-0.6859686156712316f,-0.007208537824163946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8334882961288449f,-0.2031516905926412f,0.51383523704159f,0.15512188414033304f,0.319293249015678f,0.5818785469515044f,0.7479767227197768f,2.1297008222772025f,-0.45094243684670815f,0.7874939664574947f,-0.42012399532018524f,-0.0616511100682601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7299171504599552f,-0.45077078725094005f,0.51383523704159f,0.1732433632248669f,0.12385556541519606f,0.6520664239056202f,0.7479767227197768f,2.1311996512134948f,-0.6722207616401782f,0.609602391872033f,-0.42012399532018524f,-0.03681905150259686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7914467460690892f,-0.331036851892752f,0.51383523704159f,0.1914292604693683f,0.22433636007277963f,0.6246631250671661f,0.7479767227197768f,2.212030160661684f,-0.5685817845182406f,0.707255670087033f,-0.42012399532018524f,0.054948842747018875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7914467460690892f,-0.07453066587888774f,0.6066772024563808f,0.20819866029211803f,0.22433636007277963f,0.8878532351776965f,0.4017335315029029f,2.0122631827467026f,-0.5685817845182406f,0.4540504516330178f,-0.6859686156712316f,-0.04721250887040998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7995322239651999f,-0.06474836060987921f,0.5971229962408034f,-0.06025833757131561f,-0.01718427375915963f,0.9962313946947263f,0.085015933565247f,2.1563431294364306f,-0.6003773176733376f,0.05771185340060804f,-0.7976317561384044f,-0.19364945154637167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7998175306947667f,0.06112319489139494f,0.5971229962408034f,0.03248461610320513f,0.13887221845183567f,0.9866543457474329f,0.085015933565247f,2.150290024781368f,-0.5839575537105343f,0.1509210292304337f,-0.7976317561384044f,-0.12486540475672311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7908465710069871f,-0.13418579838006808f,0.5971229962408034f,0.050085693363579896f,-0.1039461695625862f,0.9909427253243729f,0.085015933565247f,2.142926071948169f,-0.6031226201691966f,0.0051659113240673515f,-0.7976317561384044f,-0.112473778433083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7936054768490842f,0.11676675244068117f,0.5971229962408034f,0.0274163704204683f,0.20735946067103825f,0.9745636690900424f,0.085015933565247f,2.156835990499019f,-0.5720073436463504f,0.19128821295158532f,-0.7976317561384044f,-0.12796188962230265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.802101220968828f,-0.008818088269064182f,0.5971229962408034f,0.006260207757886915f,0.05235117539513512f,0.9950033394289575f,0.085015933565247f,2.2708569887311767f,-0.5948890533158795f,0.09945147482316032f,-0.7976317561384044f,-0.17082531546283253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.802101220968828f,-0.008818088269064182f,0.5971229962408034f,0.008244277618426353f,0.05235117539513512f,0.9950033394289575f,0.085015933565247f,2.0469812373596614f,-0.5948890533158795f,0.09945147482316032f,-0.7976317561384044f,-0.19320189729804357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7998175306947667f,0.061123194891394936f,0.5971229962408034f,0.05823573794090716f,0.13887221845183567f,0.9866543457474329f,0.085015933565247f,1.5213051099337085f,-0.5839575537105344f,0.15092102923043374f,-0.7976317561384044f,-0.17262823818549897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2620837905496114f,-0.02956194015031338f,0.964592234276068f,0.06932146549727468f,0.14425275011744965f,0.9871010170390793f,0.06944585116454306f,1.1511422285440538f,-0.9542029295777184f,0.1573457144474057f,-0.2544387850354883f,-0.2316328811032761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5552560687627406f,-0.474093353580875f,0.6833199764331392f,-0.0793703332575911f,-0.3334646783686821f,0.8795896524247255f,0.3392983224653815f,0.763090836884944f,-0.7619002601276745f,-0.039465623494251825f,-0.6464908801983148f,0.06955649205880698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5552560687627406f,0.5383812220050123f,0.6339056380050081f,0.13628436546521083f,-0.3334646783686821f,0.5541308088387732f,-0.7627190537649879f,0.8508895836345756f,-0.7619002601276745f,-0.6348895230574187f,-0.12815337346049546f,-0.1260352000139893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5434263900717501f,0.18130453661169266f,0.8196440834762401f,-0.1704911932989653f,0.10723097960350614f,0.9833918323115229f,-0.14643094330180995f,0.5215008864500885f,-0.8325798914139464f,0.008316799084071513f,-0.5538425365265263f,-0.2681208732109418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5434263900717501f,0.45614596722396117f,0.7047117248626583f,0.01035699351993416f,0.10723097960350614f,0.8703278969414128f,-0.48065670578783143f,0.8598042189581272f,-0.8325798914139464f,-0.18563460989496114f,-0.5218721261212242f,-0.3425894980305417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5004585160857786f,0.5061471591369932f,0.7023932851150927f,0.05920412676569922f,0.08963949038023633f,0.8372351204273567f,-0.5394461186136769f,1.0381718254548193f,-0.8611074470944913f,-0.20700822790541662f,-0.46437221938641754f,-0.22423659382750144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6689146664342709f,0.31998875669106314f,0.670939911333672f,0.061539650360911455f,-0.2732891057632378f,0.7335226274213784f,-0.6223002649300156f,1.005526631597156f,-0.6912786946668167f,-0.599626342526865f,-0.4032146024731705f,-0.23240527012980403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.565370752795984f,0.4351529535713907f,0.7007123652976287f,0.0673632446451628f,-0.025604323766253073f,0.8398481272223588f,-0.5422172459499695f,1.0539189778402385f,-0.8244394037692372f,-0.32449503878979685f,-0.4636837708109192f,-0.23032087580481014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5571296057297241f,0.034330684292208445f,0.8297156178688398f,0.05647925557079112f,0.1359952157125507f,0.9894278048530245f,0.05037777572523372f,1.0330022308345257f,-0.8192141989264706f,0.14090430475948512f,-0.5559083316316704f,-0.22302861797872237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5369203589601139f,-0.11071768636912213f,0.8363361298301126f,0.05651236144943734f,-0.2002489479037727f,0.9797443792590631f,0.0011446281951622422f,1.0322122196145065f,-0.8195223529578523f,-0.16686085591097077f,-0.5482158040106868f,-0.22305079887223464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5566151027293699f,-0.0418523700416375f,0.8297156178688398f,0.055956100945270655f,0f,0.9987302337032649f,0.05037777572523372f,1.0454863587558165f,-0.8307705022529225f,0.028041030810578127f,-0.5559083316316704f,-0.22267810509359015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5057356451977206f,0.26435004189309885f,0.8211884756422012f,-0.05014546512771476f,0.12946273004291578f,0.9643710940752396f,-0.23071149612006864f,1.09549582992602f,-0.8529190223616077f,-0.010365725408394463f,-0.5219403155826128f,-0.38480743628105213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6175572399175807f,0.14715157257736497f,0.772637994220701f,0.1861946247429529f,-0.21981501917707164f,0.9109085883344978f,-0.3491803273992334f,1.088923277106596f,-0.7551850188990531f,-0.38547627473874535f,-0.5301920678810427f,-0.07672050264116745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5566151027293699f,0.07769520478189774f,0.8271294231058838f,0.04381865677232456f,0f,0.995617226253021f,-0.09352186262174722f,0.9341903480408024f,-0.8307705022529225f,-0.052055681170645844f,-0.5541755846699555f,-0.22394995485467128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5566151027293699f,0.09211877029416402f,0.8256474789963717f,0.06875000000000003f,0f,0.9938334073698357f,-0.11088353527761519f,1.15625f,-0.8307705022529225f,-0.06171945037954549f,-0.5531826841390408f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5692616991091441f,0.4930604550089457f,-0.6579000726810575f,-1.20742446518578f,-0.46353583034454804f,0.8533825781190567f,0.23847999779784954f,0.7809982255787045f,0.679025516394016f,0.1692027277240038f,0.7143492038328285f,0.8630129922986163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5954980420729765f,0.4930604550089457f,-0.6342503209251236f,-1.209080192406643f,0.1892614370822916f,0.8533825781190567f,0.48571419970638874f,0.7636892744212953f,0.780744638355459f,0.1692027277240038f,-0.6015049846925289f,0.9551363947390413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.017661090355872266f,0.4930604550089457f,-0.8698157699155681f,-1.0777799633088763f,-0.18462881234569758f,0.8533825781190567f,0.48749397638810793f,0.6992196535417837f,0.9826496260312005f,0.1692027277240038f,0.07596149940264296f,0.8976804686084323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6225242579121836f,-0.5439867395936178f,0.5626206319156726f,0.793631645905675f,0.4367437222950569f,0.8380352969782531f,0.32703480251256073f,2.1083172163416397f,-0.6493985443059938f,0.042133931277258785f,0.7592800948848717f,-1.3334576882852316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4263791351489591f,-0.5439867395936178f,0.7226889097363618f,0.7817643286465246f,-0.23282638246669657f,0.8380352969782531f,0.493445758565258f,2.0959796586583606f,-0.8740667644620161f,0.042133931277258785f,-0.48397522983932356f,-1.2412838636304933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.12658471743093802f,-0.5439867395936178f,0.829490648807589f,0.6632743899549615f,0.13160061528831063f,0.8380352969782531f,0.5295074306129324f,2.02272232290806f,-0.9831874629838746f,0.042133931277258785f,0.1776714509043465f,-1.3140214935935144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008697110980146405f,0f,0.000012980789097701914f,-0.5064220898028335f,0f,0.000015625f,0f,1.3223725f,-0.000012980789097701914f,0f,-0.000008697110980146405f,0.1454267970264313f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38.mcfunction new file mode 100644 index 000000000..f5d6d0409 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..3c3f0cdb9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5836420610116599f,-0.1182418054367828f,0.5588606843476791f,0.3944335117046549f,-0.06324034102296067f,0.8074427995109421f,0.1047913604724953f,1.2875071677504932f,-0.5677209246890641f,0.031614006538665994f,-0.5862064062301023f,-0.2543076164771518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5725362949567048f,0.11178020889830372f,0.547455364258951f,0.3944335117046549f,0.24545488188262254f,0.7544629292163716f,0.10265276127917908f,1.2875071677504932f,-0.501950288292812f,0.2414350292250565f,-0.5742430101845901f,-0.2543076164771518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2385730690453799f,-0.05739683194725511f,0.7789306380244209f,0.3740065608161155f,0.26627621661097517f,0.7716420965930081f,-0.02469606602955725f,1.299526224680573f,-0.7342508506212695f,0.261186758646777f,0.24413440952470594f,-0.3313800690350668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.23743111068331726f,0.03748917812091487f,0.7630340943912695f,0.3740065608161155f,-0.04828163222222169f,0.7981751862820463f,-0.02419206468201527f,1.299526224680573f,-0.762427276315351f,-0.03887072841405212f,0.23915207463644667f,-0.3313800690350668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3155733519211057f,-0.5421890891740035f,-0.6455261399011903f,-0.19489830650220719f,0.794535961970666f,0.3975763994070178f,1.2853216958294524f,1.6528986148899336f,-0.28175452232469117f,-1.4104503707026403f,0.6104509734076677f,-0.9930862215063185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3835266705289189f,-0.009641381902736498f,0.9234794728352157f,-0.08783066474245561f,0.2319445234034785f,0.9668898454441582f,0.106422576740582f,1.619821666133971f,-0.8939289854659236f,0.2550119027260834f,-0.3685917774610378f,-0.7700024537763959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.26220509493906186f,-0.009641381902736498f,0.9649640055167878f,-0.008350728897948134f,0.2436556400801881f,0.9668898454441582f,0.07586801588341203f,1.5420889402281224f,-0.9337453706686376f,0.2550119027260834f,-0.2511742666415315f,-0.462466692057931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.47415973741220907f,-0.07364559905877509f,0.8773533319914271f,0.09780677247427048f,0.27204948215449914f,0.9599865011962333f,-0.0664454421347548f,1.3517118395408716f,-0.8373539411005683f,0.27018927302964557f,0.4752221944133691f,0.42599698877542524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13570847915237447f,-0.07364559905877509f,0.9880078615200508f,0.13868022997601076f,0.2780516112620534f,0.9599865011962333f,0.0333649366190034f,1.4349973021536946f,-0.9509313908798708f,0.27018927302964557f,0.1507555855648016f,0.10652549894539126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2510201649900912f,0.6745402992192351f,0.6942508635195006f,-0.2285567620291049f,-0.006776526886919957f,0.7159725861531467f,-0.6980955053289815f,1.1710306110196689f,-0.9679581372413263f,-0.1799406585694292f,-0.17515251623057493f,-0.2895326585309778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.24539934315223633f,0.29613150422062123f,0.9230846627414429f,-0.16726282584560442f,0.018540995301589598f,0.9534605426847926f,-0.3009472130398409f,1.3479235426915686f,-0.9692447543699566f,-0.056737340008614495f,-0.23946916372483f,-0.30166759205587323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.25134278925841375f,0.6015835723059934f,0.7582374349894366f,-0.14439135548994897f,0.11933074903108505f,0.7966689817413992f,-0.5925189497955339f,1.122708813173571f,-0.9605139117282376f,-0.05844432446937728f,-0.27202442227461365f,-0.013742728745648655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.24865232353570807f,0.26921876363657554f,0.9304263965012425f,-0.0880976723299583f,0.13618279714273285f,0.9607712372866425f,-0.24160479168484134f,1.3013433902167861f,-0.9589714634767162f,0.06663247638117616f,-0.2755609648129378f,-0.0029713954542589793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.786906414652696f,0.07262004603286495f,0.6127843205342511f,0.31703425958527454f,0.15184373104120805f,0.9853043234056703f,0.07822321664045481f,1.9768763548178745f,-0.5980984667443352f,0.15460180850261368f,-0.786369191210971f,0.09964349880612061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.786906414652696f,0.07262004603286495f,0.6127843205342511f,0.3949142744307286f,0.15184373104120805f,0.9853043234056703f,0.07822321664045481f,1.8553526010381631f,-0.5980984667443352f,0.15460180850261368f,-0.786369191210971f,0.029024853570177922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.786906414652696f,0.07262004603286495f,0.6127843205342511f,-0.14527325902318433f,0.15184373104120805f,0.9853043234056703f,0.07822321664045481f,2.0660845468045843f,-0.5980984667443352f,0.15460180850261368f,-0.786369191210971f,-0.25173935040617634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.786906414652696f,0.07262004603286495f,0.6127843205342511f,-0.1264112252766825f,0.15184373104120805f,0.9853043234056703f,0.07822321664045481f,1.9559490728529634f,-0.5980984667443352f,0.15460180850261368f,-0.786369191210971f,-0.3672153806479441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7815221518647633f,-0.029182367623925294f,0.6231946048904242f,0.23578726491174956f,0.29787377274497817f,0.8602401188619153f,0.4138334851254921f,2.07848383137588f,-0.5481736418830653f,0.509053363921996f,-0.6636040468715944f,0.06500584297639288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7673351892457931f,-0.15108008399716635f,0.6231946048904242f,0.14587926012275468f,0.15963524950899233f,0.8962468598009652f,0.4138334851254921f,2.1059032421502644f,-0.6210582053715454f,0.41703282186935653f,-0.6636040468715944f,-0.0023281544739861965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8245719248450477f,-0.23548092180986652f,0.5144218854412285f,0.1666660914649346f,0.3263728978450532f,0.5447255879660005f,0.7724990390720998f,2.129714373856234f,-0.46212754982748594f,0.8048743810550012f,-0.3723108357431648f,-0.05795105445659687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7114468955875933f,-0.4787624030120448f,0.5144218854412285f,0.1840159407826573f,0.1420696072852908f,0.6189195919652937f,0.7724990390720998f,2.130408225973352f,-0.6882292797059564f,0.6226757584358389f,-0.3723108357431648f,-0.03253910996405787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7775827441210369f,-0.3615732288545289f,0.5144218854412285f,0.1982087169650943f,0.23714084994062046f,0.5890750817358705f,0.7724990390720998f,2.2074923980902175f,-0.5823480860573325f,0.7226723657741372f,-0.3723108357431648f,0.06307595184391651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7775827441210369f,-0.08362751031010074f,0.6231946048904242f,0.2170249067848669f,0.23714084994062046f,0.8789232411754335f,0.4138334851254921f,2.0097346688257454f,-0.5823480860573325f,0.469574675255177f,-0.6636040468715944f,-0.04257835008849814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7885785689443388f,-0.05137331125277768f,0.6127843205342511f,-0.04659525128760735f,-0.004161271991927493f,0.9969271850009055f,0.07822321664045481f,2.15804093595187f,-0.6149199333385671f,0.059135190006421375f,-0.786369191210971f,-0.19351420503755853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.786906414652696f,0.07262004603286495f,0.6127843205342511f,0.04477639350053409f,0.15184373104120805f,0.9853043234056703f,0.07822321664045481f,2.1504801027721063f,-0.5980984667443352f,0.15460180850261368f,-0.786369191210971f,-0.12306424438932616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7811003103114839f,-0.11990697118466336f,0.6127843205342511f,0.06203941906919039f,-0.0910333663697618f,0.9927708973301994f,0.07822321664045481f,2.1428322436473315f,-0.6177339487503437f,0.005316359234581694f,-0.786369191210971f,-0.11037265961737905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7799238318419913f,0.1273349639034042f,0.6127843205342511f,0.03986088749784285f,0.2202052025096517f,0.9723120883574903f,0.07822321664045481f,2.157106227683399f,-0.5858570519440629f,0.19594644625921387f,-0.786369191210971f,-0.1262355642088095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7902412522217638f,0.0037602917911661593f,0.6127843205342511f,0.021144368774705314f,0.06539098966282046f,0.9947889961440755f,0.07822321664045481f,2.2715231257184643f,-0.6092969569576854f,0.10188578584036104f,-0.786369191210971f,-0.1691786649605007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7902412522217638f,0.0037602917911661593f,0.6127843205342511f,0.02029830312169293f,0.06539098966282046f,0.9947889961440755f,0.07822321664045481f,2.0476956015860477f,-0.6092969569576854f,0.10188578584036104f,-0.786369191210971f,-0.1921029667745819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.786906414652696f,0.07262004603286495f,0.6127843205342511f,0.06229432134474128f,0.15184373104120805f,0.9853043234056703f,0.07822321664045481f,1.521302193940476f,-0.5980984667443352f,0.15460180850261368f,-0.786369191210971f,-0.17200004806378671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2533284912500675f,-0.01848620377941876f,0.9672036682058182f,0.06922664776202331f,0.14905648791930368f,0.9871316314848124f,0.05790773291448162f,1.1511278321336713f,-0.9558278291251657f,0.15883766049636427f,-0.24731307825894439f,-0.2315641707499233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5549154864542867f,-0.4702979234385637f,0.6862132803309604f,-0.09444341025381633f,-0.3430924416875386f,0.8808292364623599f,0.32623217598823506f,0.787235074302333f,-0.7578630346903623f,-0.05440330323161263f,-0.6501414471077842f,0.07128261509386066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5549154864542867f,0.5747124871924488f,0.6014768158111099f,0.12957981997803608f,-0.3430924416875386f,0.5005558399552563f,-0.7948153417892553f,0.8510383487321216f,-0.7578630346903623f,-0.6474174913853943f,-0.08058667692712962f,-0.12163401271432842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5352474722843031f,0.1946764077424051f,0.8219557407073551f,-0.18171757466722593f,0.10599632568641988f,0.9808674833127705f,-0.1632904134376862f,0.5258886115191989f,-0.8380184498889286f,-0.00027649264894100134f,-0.5456418250075525f,-0.26190049206794164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5352474722843031f,0.4725013504574924f,0.700180417627564f,0.005534457738274892f,0.10599632568641988f,0.8599332902319279f,-0.4992789954443001f,0.8595738698837413f,-0.8380184498889286f,-0.19302126869010294f,-0.510360526960129f,-0.33929349661500585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.49500627839933964f,0.5222265339115284f,0.6944409489826956f,0.05683767309769389f,0.0827515524788219f,0.8239299368977502f,-0.5606171952821409f,1.0384755910938235f,-0.864939862017921f,-0.22004296481010396f,-0.45106554815237127f,-0.2227350681762971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6707602170989215f,0.33546039953879303f,0.661473394399715f,0.05858275535837388f,-0.2742070895197978f,0.7165067715540258f,-0.6414269392333852f,1.0056674668067438f,-0.6891235036003991f,-0.6116243672864095f,-0.38861861783374474f,-0.23038178601253173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5603436199930288f,0.45374433527442004f,0.6929149339850331f,0.06534537938408927f,-0.027366128298561363f,0.8259915679820483f,-0.5630177835952466f,1.053962932993487f,-0.8278080227655775f,-0.33444582196363576f,-0.45042187959291374f,-0.22900592733811526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5486607775416115f,0.04871818835117343f,0.8346244001412935f,0.054573991465631036f,0.13014933014514254f,0.9911072648875222f,0.02770453663112732f,1.0348505826292633f,-0.8258525915986491f,0.12382619921064515f,-0.5501223221601179f,-0.22190622963746506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5344184676787084f,-0.09137170505706674f,0.8402666915443606f,0.05459009715206925f,-0.20117243070189864f,0.9793208512803123f,-0.021455147939227658f,1.0341545913392454f,-0.8209302982162561f,-0.1805045200613236f,-0.5417486167107398f,-0.22191684530796532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5503335645857642f,-0.02313176126265637f,0.8346244001412935f,0.05428484444984783f,0f,0.9996161556567873f,0.02770453663112732f,1.0473457845749732f,-0.8349448890138358f,0.015246736399405186f,-0.5501223221601179f,-0.2217156454324725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.49899424420046057f,0.28087753583107233f,0.8198247093862662f,-0.05012007668821384f,0.12345937256246345f,0.9594098850057148f,-0.25355562679578625f,1.096003780684913f,-0.8577660098076247f,-0.025307754123705048f,-0.5134169747874724f,-0.38495093123770896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6166000304857119f,0.16559377357051602f,0.7696642804234167f,0.1838635763109286f,-0.22020078804961543f,0.902333983921238f,-0.3705468855666655f,1.0896548694372707f,-0.7558544935021208f,-0.3979599020196682f,-0.5199152825577921f,-0.0750730631358108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5503335645857642f,0.09707766710584571f,0.8292821559877032f,0.03952922733127916f,0f,0.993217836170216f,-0.11626835301729363f,0.9348150805508734f,-0.8349448890138358f,-0.06398637716452321f,-0.5466011121897146f,-0.2213467451965678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5503335645857642f,0.11153585094442339f,0.8274616133963133f,0.06875000000000003f,0f,0.9910374017303573f,-0.13358468614157257f,1.15625f,-0.8349448890138358f,-0.07351613649836217f,-0.5454011459320816f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5042102978293627f,0.5611265339488363f,-0.6564365837317352f,-1.4114435316651324f,-0.48597060569772105f,0.8127166668792556f,0.3214408029085035f,0.7776111611181176f,0.7138659159538407f,0.15693512122924813f,0.6824711142342552f,0.723352583575156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47323848073673436f,0.5611265339488363f,-0.6791040813075369f,-1.4096444419903147f,0.15944098754126618f,0.8127166668792556f,0.5604196560333506f,0.7586437216943823f,0.8663855445711535f,0.15693512122924813f,-0.4740753694117718f,0.8151461673272293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.019190289864721932f,0.5611265339488363f,-0.8275075502214309f,-1.2864178542945088f,-0.20231935385317656f,0.8127166668792556f,0.5464050680887819f,0.6861666811929327f,0.9791315600221155f,0.15693512122924813f,0.1291230261937047f,0.7498809215221369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.563638191118184f,-0.5938923302876898f,0.5741113912286352f,0.9182867398962231f,0.4341980509501249f,0.8042807175764586f,0.4057148997582041f,2.0827915918323634f,-0.7026976889560219f,0.020601634890328513f,0.7111902210911729f,-1.269271461756726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.32754539909474106f,-0.5938923302876898f,0.7348509451292312f,0.9048984479493227f,-0.21831718157455243f,0.8042807175764586f,0.552693527702325f,2.070549472620762f,-0.9192668925623346f,0.020601634890328513f,-0.3930953483299375f,-1.1772934934384733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14280844743360532f,-0.5938923302876898f,0.7917686829921102f,0.7928272914739564f,0.13058260492375057f,0.8042807175764586f,0.579724685196365f,1.9897118294471077f,-0.9810983287280286f,0.020601634890328513f,0.19241008811108312f,-1.2521439908142622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008598961946652567f,0f,0.000013046013890841185f,-0.5092466436994099f,0f,0.000015625f,0f,1.3223725f,-0.000013046013890841185f,0f,-0.000008598961946652567f,0.1410781109162555f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39.mcfunction new file mode 100644 index 000000000..9e155c12f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..0c313016a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5511992588202353f,-0.10296842654506486f,0.5937350626797289f,0.40015369016980284f,-0.050072195432451255f,0.8096993595995438f,0.0939370361098717f,1.2847100931355633f,-0.6005136108074837f,0.0269980488807341f,-0.5528100514969275f,-0.25994625316711434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.537449166812968f,0.1134410473494307f,0.5816180205842242f,0.40015369016980284f,0.25821830557461717f,0.7515687824675862f,0.09201995374028249f,1.2847100931355633f,-0.5333588845779361f,0.24955058404350472f,-0.541528213711276f,-0.25994625316711434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1894048067737281f,-0.03917430317863073f,0.7934328185712513f,0.3811368929521699f,0.2665032670769974f,0.7715367222049635f,-0.02552526926306232f,1.296086237180277f,-0.7483623936654873f,0.264841282099551f,0.1917218492701671f,-0.330846459910738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.18610146723762766f,0.03554913762170262f,0.7772403120697972f,0.3811368929521699f,-0.04803664383602865f,0.798164935060455f,-0.025004345400550847f,1.296086237180277f,-0.7765685576566776f,-0.04085333834942714f,0.18780915846873514f,-0.330846459910738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3906793176926735f,-0.601103309130609f,-0.3822199590472369f,-0.2092672582927523f,0.5538870506299894f,0.3853143450139955f,1.409307716813772f,1.655772913502394f,-0.4479134073526394f,-1.3898251391015586f,0.5560268988413073f,-0.9848530662069888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.41461439423206226f,0.002189314178342814f,0.9099945664667504f,-0.0943796256003424f,0.23446000992309965f,0.9664927466271951f,0.10450011705199289f,1.6220365338000537f,-0.8792743643723726f,0.2566845878124526f,-0.4012351112964956f,-0.7657946650079224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2847285857211771f,0.002189314178342814f,0.9586056746006916f,-0.0066561378188119f,0.24666295797612384f,0.9664927466271951f,0.07105741255836126f,1.5434904738315711f,-0.9263298643764472f,0.2566845878124526f,-0.2757281355681064f,-0.4610543468347774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.44593246598580816f,-0.06173921839023695f,0.8929347706816991f,0.11096171737702881f,0.2734530575378961f,0.9593178098546861f,-0.0702336459169269f,1.3495736836373353f,-0.8522720581498562f,0.27549520614372f,0.44467373465141496f,0.42685465680026946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11022426492995244f,-0.06173921839023695f,0.9919873387968288f,0.14323015394466232f,0.2808867322358769f,0.9593178098546861f,0.02849532153633247f,1.433832441030695f,-0.9533904001375838f,0.27549520614372f,0.12308182772987544f,0.10665417205827604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2568249790291817f,0.6934719711165318f,0.6731549267608554f,-0.22996439013950987f,-0.00047165995697062636f,0.6964275498358306f,-0.7176269541806153f,1.1748972477490578f,-0.9664578147459645f,-0.18462202768200264f,-0.1785329079218744f,-0.2871516378369052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.25118951729159245f,0.3133308012386126f,0.91582074414046f,-0.16549098525639216f,0.019884414454010416f,0.9476272233576271f,-0.31875893024876195f,1.3505851088145582f,-0.9677336598799473f,-0.061858342579501735f,-0.2442644243206101f,-0.30027672972256564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.25699951238690694f,0.6158273454933181f,0.7447871717313246f,-0.14450699079224327f,0.12653968530301343f,0.7854812705714148f,-0.6058109289414728f,1.1249562182329447f,-0.9580913101976796f,-0.06144797900801442f,-0.27979490202561635f,-0.012486920183618567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.25378895233908905f,0.28394104862651204f,0.9246451473811478f,-0.0854890120036401f,0.14067698706656695f,0.9566140217963766f,-0.2551462298612985f,1.3027266833831321f,-0.956975001230701f,0.06532299906953423f,-0.28272204160988423f,-0.002005870618142669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7771288715882143f,0.08457482197669998f,0.6236327576640264f,0.32425371181869295f,0.16439824111107934f,0.9838034603028644f,0.071442073148067f,1.9725329808023437f,-0.6074898643299427f,0.15804382614869789f,-0.7784460249449976f,0.10456171899617389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7771288715882143f,0.08457482197669998f,0.6236327576640264f,0.40128976278716594f,0.16439824111107934f,0.9838034603028644f,0.071442073148067f,1.8500903085804514f,-0.6074898643299427f,0.15804382614869789f,-0.7784460249449976f,0.034607795801366026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7771288715882143f,0.08457482197669998f,0.6236327576640264f,-0.13230950023938295f,0.16439824111107934f,0.9838034603028644f,0.071442073148067f,2.069116947455103f,-0.6074898643299427f,0.15804382614869789f,-0.7784460249449976f,-0.2523385762976674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7771288715882143f,0.08457482197669998f,0.6236327576640264f,-0.11355811464002602f,0.16439824111107934f,0.9838034603028644f,0.071442073148067f,1.9590041433165415f,-0.6074898643299427f,0.15804382614869789f,-0.7784460249449976f,-0.367854239317221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7710668641604759f,-0.03423487056923318f,0.6358332050395278f,0.24374685742284374f,0.30972477552964317f,0.8523011683527753f,0.4214893614880529f,2.0741248993282553f,-0.5563510172695313f,0.5219297769447555f,-0.646577801599742f,0.07013323575994349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7562182378873374f,-0.15443481490820765f,0.6358332050395278f,0.15508555190167628f,0.17258227225964465f,0.890259556227335f,0.4214893614880529f,2.1029752767233254f,-0.63114921848028f,0.4284714815366085f,-0.646577801599742f,0.0017521765955504504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8172782435085544f,-0.25835554806934197f,0.5150812396791037f,0.17859861696456358f,0.334278723824193f,0.5155284709067101f,0.7889791698663904f,2.129325114871662f,-0.46937618973062645f,0.8169962095789548f,-0.3349674402797672f,-0.054605434598163236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6974415441705877f,-0.4982635938894033f,0.5150812396791037f,0.1953770648776071f,0.15861089995752264f,0.5935945181111484f,0.7889791698663904f,2.129325882671483f,-0.6988689969369158f,0.6319643495267827f,-0.3349674402797672f,-0.028803316273503077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7668004801830698f,-0.3830252473684359f,0.5150812396791037f,0.20672186544552384f,0.24951677747087808f,0.5614741732951659f,0.7889791698663904f,2.203306750525221f,-0.5914037549352911f,0.7335110173684227f,-0.3349674402797672f,0.06960283812210359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7668004801830698f,-0.08793838160994039f,0.6358332050395278f,0.2265080013077604f,0.24951677747087808f,0.8718303137153135f,0.4214893614880529f,2.007144929939276f,-0.5914037549352911f,0.48184929711153746f,-0.646577801599742f,-0.03881325372799216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.780791542639333f,-0.03803617371992459f,0.6236327576640264f,-0.033080941379205545f,0.008473457942554705f,0.9974087580800571f,0.071442073148067f,2.1595279813607395f,-0.6247341574248891f,0.06106569244629682f,-0.7784460249449976f,-0.1926474352169976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7771288715882143f,0.08457482197669997f,0.6236327576640264f,0.05728494984698577f,0.16439824111107937f,0.9838034603028645f,0.071442073148067f,2.1505059320163893f,-0.6074898643299427f,0.15804382614869789f,-0.7784460249449976f,-0.12108103979621176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7745053241203397f,-0.10594190142530635f,0.6236327576640264f,0.07427793863073161f,-0.0784886872566103f,0.9943518271502498f,0.071442073148067f,2.142584132554054f,-0.6276790811250457f,0.006384149540103426f,-0.7784460249449976f,-0.10819455266922363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7693361833667542f,0.13857857168782542f,0.6236327576640264f,0.0525035679856982f,0.23262443550635586f,0.9699391229297103f,0.071442073148067f,2.15720853562138f,-0.5949854695436061f,0.20003519010240844f,-0.7784460249449976f,-0.12429639240687755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7815428430373302f,0.016521745231321466f,0.6236327576640264f,0.03594317608775413f,0.07802853487005329f,0.9943880419284713f,0.071442073148067f,2.271981799650952f,-0.6189526090446342f,0.10449619133811615f,-0.7784460249449976f,-0.16717407675940174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7815428430373302f,0.016521745231321466f,0.6236327576640264f,0.03222578341070681f,0.07802853487005329f,0.9943880419284713f,0.071442073148067f,2.048244490217046f,-0.6189526090446342f,0.10449619133811615f,-0.7784460249449976f,-0.19068571981047783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7771288715882143f,0.08457482197669998f,0.6236327576640264f,0.06653377241917402f,0.16439824111107934f,0.9838034603028644f,0.071442073148067f,1.5212628718870658f,-0.6074898643299427f,0.15804382614869789f,-0.7784460249449976f,-0.17142050939091152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.25600631440880656f,-0.006966560757001694f,0.9666500059556398f,0.06914623270304966f,0.1531469613805636f,0.9870528397117692f,0.0476728417113193f,1.1511180569951522f,-0.9544667491341535f,0.16024405963451918f,-0.2516248520101486f,-0.2315120317538562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5607999255669406f,-0.46579998754322144f,0.6844952995374394f,-0.1034701662851219f,-0.34975761644333014f,0.8826249042788126f,0.31407465368395715f,0.8065863933485253f,-0.7504485680071582f,-0.06327440202445228f,-0.6578930740055361f,0.07296932927870925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5607999255669406f,0.5976716344204355f,0.5729677660159596f,0.12485931907212575f,-0.34975761644333014f,0.4562385650672365f,-0.8182395624053322f,0.851293910910539f,-0.7504485680071582f,-0.659268525833438f,-0.0468183470597931f,-0.11849476206365708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5347876824220678f,0.20596266132585955f,0.8195007729521693f,-0.19222518418358872f,0.1061474976643837f,0.9785311965945624f,-0.1766618409017734f,0.530838118343236f,-0.8382928148739098f,-0.007488620085374431f,-0.5451688519165356f,-0.2546498649883585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5347876824220678f,0.4871580757389232f,0.6904195419974606f,0.0007442238238906385f,0.1061474976643837f,0.8493363107255912f,-0.5170691830138706f,0.8595008701744236f,-0.8382928148739098f,-0.20323592331423956f,-0.5059252079165311f,-0.3361380187602386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.49699292652959187f,0.5344052290924534f,0.6836732275716185f,0.05498172214345938f,0.07757570609768479f,0.8120723933423701f,-0.578377418123011f,1.038939146869797f,-0.8642800708121167f,-0.23441305230263323f,-0.44505109831025647f,-0.22143806312352116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.67749063646155f,0.3441445229881547f,0.6500546014022047f,0.05616759839725639f,-0.27390439269706335f,0.7021806496773675f,-0.6572052334544538f,1.0060097730335709f,-0.682629343910864f,-0.623303202715922f,-0.3814581186918133f,-0.22865891219165413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5626881394821739f,0.4664993315328386f,0.6824664324093196f,0.0637285846097001f,-0.028900444292003016f,0.813956049436921f,-0.5802071301740143f,1.0542008227967392f,-0.8261639195739635f,-0.34619925370291516f,-0.44452137713469997f,-0.22792929913045082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5482495838229093f,0.06126004681879903f,0.8340681030358165f,0.05318476021270968f,0.1256477213811534f,0.9920272153528059f,0.009729034437287454f,1.0366179017944668f,-0.8268222565640881f,0.11013269570439303f,-0.5515756932526603f,-0.22095658643452537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5386670154864724f,-0.07680732157460035f,0.839010418159055f,0.053189128794330194f,-0.2013705801526877f,0.978710716919934f,-0.039689066945933944f,1.0360795971945223f,-0.8181000769318302f,-0.190331205898047f,-0.542665915813338f,-0.22095947541136923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5516017995594464f,-0.008115061368527299f,0.8340681030358165f,0.05308332194560309f,0f,0.999952671824481f,0.009729034437287454f,1.0491173101922728f,-0.8341075798257562f,0.005366552903583621f,-0.5515756932526603f,-0.22088950452323058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.49991271115848845f,0.2945197595718294f,0.8144601846891727f,-0.05125054535477389f,0.11917996810599636f,0.9548502354093776f,-0.27213445783456014f,1.0966005490733526f,-0.8578364741746667f,-0.03897613578086086f,-0.5124426254861791f,-0.38417689614550476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6215236572096604f,0.17795616194605446f,0.762915426475411f,0.1830977305354571f,-0.21979598851855328f,0.8951293573137885f,-0.38785713491717033f,1.0903684658089077f,-0.7519295624989621f,-0.408748135286797f,-0.517230021305498f,-0.07458485365472745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5516017995594464f,0.11244750147255747f,0.8264932027157632f,0.036096520508945434f,0f,0.9908712289707476f,-0.1348117487387509f,0.9354116311212668f,-0.8341075798257562f,-0.07436240320605093f,-0.5465663530319447f,-0.21902229904651654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5516017995594464f,0.12685467046487914f,0.8244048442992237f,0.06875000000000003f,0f,0.9883675250516732f,-0.15208430367145073f,1.15625f,-0.8341075798257562f,-0.08388997558991755f,-0.5451853054446192f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.45340864386205454f,0.6109401643653124f,-0.6489782101399534f,-1.564257773128293f,-0.487871832483632f,0.7794752798004505f,0.39293684384271255f,0.7794137860641969f,0.7459233718956897f,0.1384572271327665f,0.6514813270650741f,0.5718405211000203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.35911075246486307f,0.6109401643653124f,-0.7055434664352046f,-1.5591032875192925f,0.11699287035053615f,0.7794752798004505f,0.6154112092472415f,0.7591409014358032f,0.9259331162407263f,0.1384572271327665f,-0.3513935976984257f,0.6632270842641443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.05498117982933792f,0.6109401643653124f,-0.7897652723625286f,-1.4432157394694134f,-0.21624410270286576f,0.7794752798004505f,0.5879258254458991f,0.6810884699331151f,0.9747900070839906f,0.1384572271327665f,0.17496867817955036f,0.5912885009551497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5139596307534451f,-0.6292780536348701f,0.5829705216983891f,1.0207247965142523f,0.41811326313285313f,0.7771775777402541f,0.47029385691308856f,2.062226965872689f,-0.7490172208622308f,0.0020356500929107346f,0.6625474013084041f,-1.2035890734905224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2433088372465342f,-0.6292780536348701f,0.7381124175430522f,1.0061015349084195f,-0.19451738113554193f,0.7771775777402541f,0.5984630323536797f,2.0501460810023104f,-0.9502440729380583f,0.0020356500929107346f,-0.31149969177318515f,-1.111777990604217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15598145712888184f,-0.6292780536348701f,0.7613664795914385f,0.8992081937726201f,0.12886277195070397f,0.7771775777402541f,0.6159459381008792f,1.9637946327223679f,-0.9793182174539243f,0.0020356500929107346f,0.2023158053429529f,-1.1880309028488125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008618778118116352f,0f,0.000013032930934777443f,-0.5086801471185276f,0f,0.000015625f,0f,1.3223725f,-0.000013032930934777443f,0f,-0.000008618778118116352f,0.14195606573972702f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..564ff7df3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6067390354061936f,-0.11324892190829898f,-0.5347774013974542f,-0.10451230119873824f,-0.16338156061963066f,0.7999977655489322f,0.015952592599753714f,1.2729463633774685f,0.5216499333924042f,0.1188389719232196f,-0.6170114181993527f,-0.4296859027302174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.591567930646469f,0.1249573377199145f,-0.5238635768791389f,-0.10451230119873824f,0.15203364338785852f,0.7852652846189455f,0.015627029485473027f,1.2729463633774685f,0.516655741000589f,-0.08800054842032293f,-0.6044193484401823f,-0.4296859027302174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.802619776746539f,0.13525906217346098f,-0.06671524952914343f,-0.15973970476811222f,0.13355410359949058f,0.805257150987505f,0.025858589282231864f,1.271777538950293f,0.07006596771269633f,0.014503493644168575f,-0.8135261847568528f,-0.406498810424865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7770958886164202f,-0.17846812596316936f,-0.06535371382446703f,-0.15973970476811222f,-0.18099983772535883f,0.7788436339372435f,0.025330862970349585f,1.271777538950293f,0.05797446540374314f,0.0393919013329284f,-0.7969236095577334f,-0.406498810424865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.796322930905198f,1.1284961042625143f,0.7305974147085943f,-0.37399400487222134f,1.328246679912844f,0.7914923670177513f,0.2251817937870269f,1.0715177136116238f,-0.20745312004175992f,0.735827850530927f,-1.3626910241753165f,0.4328363482836588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.04136032998556555f,-0.5943874918590055f,-0.8031144579853142f,-0.4089394029001283f,-0.5409722454084176f,0.662468452618328f,-0.5181549758356592f,1.2146935587842975f,0.8400228287381595f,0.45589369244050554f,-0.294147222308323f,0.23130439275667722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.39059414513156343f,-0.5943874918590055f,-0.702950726090032f,-0.26821045390812964f,-0.733369005518126f,0.662468452618328f,-0.1526612296257061f,1.4769499087495128f,0.5564226051611287f,0.45589369244050554f,-0.6946616627241379f,0.039170320274786924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1943632668939965f,0.9495076382949601f,0.24628878436059554f,0.5359045175969586f,0.7206648110787974f,0.30855511584582146f,-0.620834897986681f,1.3005560491106127f,-0.6654811421483362f,0.05682416127756283f,-0.7442485231023619f,-0.11186633122831126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7398238848064691f,0.6551352185010144f,0.1531615648571536f,0.2769998630757207f,0.5975857863301146f,0.7444543246818612f,-0.2977901718302542f,1.488944119024016f,-0.3091146186224175f,-0.12878510760993173f,-0.9422645852475913f,-0.20378991649599715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9218567703047126f,-0.23017089289643053f,-0.3117714789820004f,-0.040883649963780536f,-0.019510037442480012f,0.8310525968778836f,-0.5558515446245685f,1.1361637655487498f,0.3870393435845471f,-0.5063328364680544f,-0.7706021056497684f,0.19607039743926677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9218567703047126f,-0.10807296998598057f,-0.3721563222649501f,-0.06347330885030782f,-0.019510037442480012f,0.9720521266699951f,-0.23395303262691974f,1.3169613328454557f,0.3870393435845471f,-0.2084104032786004f,-0.8982013417507756f,0.15137968843858687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9218567703047126f,-0.1984185091395724f,-0.33288164604584836f,0.23312600529822872f,-0.019510037442480012f,0.8816544024623854f,-0.47149217709065655f,1.1359625077724027f,0.3870393435845471f,-0.4281537222184613f,-0.8166302325214999f,0.04128956777014497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9218567703047126f,-0.032563049771769735f,-0.38616025537712356f,0.22460693186991487f,-0.019510037442480012f,0.9990996020401595f,-0.03767417739231757f,1.3230582195462306f,0.3870393435845471f,-0.027196194453563298f,-0.9216620386697536f,0.03042989356841591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9933526787414476f,-0.004458632247898891f,-0.11502424194780975f,0.2937013558322602f,-0.011220639881848467f,0.9982414521263917f,0.05820739211848059f,2.023294685966493f,0.11456244095615353f,0.05911111448002557f,-0.9916558492073229f,-0.06917187301195227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9933526787414476f,-0.004458632247898891f,-0.11502424194780975f,0.32072588763344456f,-0.011220639881848467f,0.9982414521263917f,0.05820739211848059f,1.9043922214573707f,0.11456244095615353f,0.05911111448002557f,-0.9916558492073229f,-0.17382458972099774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9933526787414476f,-0.004458632247898891f,-0.11502424194780975f,-0.28989334292834035f,-0.011220639881848467f,0.9982414521263917f,0.05820739211848059f,2.016702560035907f,0.11456244095615353f,0.05911111448002557f,-0.9916558492073229f,-0.0018664389502120599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9933526787414476f,-0.004458632247898891f,-0.11502424194780975f,-0.33737026203276443f,-0.011220639881848467f,0.9982414521263917f,0.05820739211848059f,1.8969585475356463f,0.11456244095615353f,0.05911111448002557f,-0.9916558492073229f,-0.09792697258754601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9818203426423865f,0.15099085580894744f,-0.11502424194780975f,0.19285225301876294f,0.1450768723590568f,0.9877067381613225f,0.05820739211848059f,2.130047585116651f,0.12239900277412637f,0.04046184440682676f,-0.9916558492073229f,-0.07326714511707733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9933526787414477f,-0.0044586322478989f,-0.11502424194780975f,0.07838798148689201f,-0.011220639881848474f,0.9982414521263917f,0.05820739211848059f,2.138814796772767f,0.11456244095615353f,0.05911111448002557f,-0.9916558492073229f,-0.05947558365888876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9649244996328331f,0.23598757122496614f,-0.11502424194780975f,0.0562192367351462f,0.23060912544114207f,0.9713039332598408f,0.05820739211848059f,2.1342520785297703f,0.12545971971751874f,0.029640098874742307f,-0.9916558492073229f,-0.05717200310527855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9906219030784292f,-0.0737405512971174f,-0.11502424194780975f,0.08508858143703357f,-0.08082711061259581f,0.9950270738491414f,0.05820739211848059f,2.144562273347671f,0.11015998970266062f,0.06695859468068728f,-0.9916558492073229f,-0.059915439691122147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9899612673026674f,0.08213472471998899f,-0.11502424194780975f,0.13842880827738627f,0.0758245332420823f,0.995420785226723f,0.05820739211848059f,2.2515826519066326f,0.11927836936811728f,0.048901404210777384f,-0.9916558492073229f,-0.09133363990956539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9899612673026674f,0.08213472471998899f,-0.11502424194780975f,0.11994849521538878f,0.0758245332420823f,0.995420785226723f,0.05820739211848059f,2.0276129752306202f,0.11927836936811728f,0.048901404210777384f,-0.9916558492073229f,-0.10233645585699029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9813145241379807f,-0.1470829109283446f,-0.12405007871296499f,-0.19335246861805674f,-0.16641725837412957f,0.9724037568839147f,0.16351216992409665f,2.1210824717048293f,0.09657691665758629f,0.1811009412203402f,-0.9787110647469047f,-0.017447664010150084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.992241750435385f,0.008239336395014632f,-0.12405007871296499f,-0.07897805977363931f,-0.012250924258690399f,0.9864652478123702f,0.16351216992409665f,2.1324345824390782f,0.12371832341141253f,0.1637633298215709f,-0.9787110647469047f,-0.03004785481693556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9676316716173828f,-0.21392700410731327f,-0.13388123466946017f,-0.058779560299041064f,-0.24536697936904417f,0.9215724136730754f,0.3008310685286566f,2.128181751897973f,0.05902536334712852f,0.323943703859871f,-0.9442332779622242f,-0.05126848912202712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.986379486490163f,0.09555795955744936f,-0.13388123466946017f,-0.08734939076025824f,0.05142367275953147f,0.9522900157451131f,0.3008310685286566f,2.1372780549172568f,0.15624056615144108f,0.28984893009529894f,-0.9442332779622242f,-0.044319555117543694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9891840764922588f,-0.05992226478979183f,-0.13388123466946017f,-0.14600078076015613f,-0.09818041716107075f,0.9486101801551494f,0.3008310685286566f,2.2456776503070075f,0.10897462319382031f,0.3107218181725854f,-0.9442332779622242f,-0.034563187880286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9891840764922588f,-0.07827158351192454f,-0.12405007871296499f,-0.12838967446997313f,-0.09818041716107075f,0.9816437113193317f,0.16351216992409665f,2.024807815260158f,0.10897462319382031f,0.17392292327851544f,-0.9787110647469047f,-0.07369584561795191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9933526787414476f,-0.004458632247898891f,-0.11502424194780975f,0.0016589669606250582f,-0.011220639881848467f,0.9982414521263917f,0.05820739211848059f,1.512792670026911f,0.11456244095615353f,0.05911111448002557f,-0.9916558492073229f,-0.08732135162075537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9218567703047126f,-0.007554230813743235f,-0.3874571313580081f,0.004491803515778771f,-0.019510037442480012f,0.9994468312298073f,0.026933064877394497f,1.1380001083157332f,0.3870393435845471f,0.03238773134243289f,-0.9214942112548146f,-0.0994667508741677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9172426900793653f,-0.27413370283723687f,-0.28899231904103406f,0.25880686811004033f,-0.12461149635921819f,0.8865756995392016f,-0.44548344970570153f,0.8420035634197941f,0.3783355950357907f,-0.37260467248186946f,-0.8473652905173736f,0.19520219703747735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9172426900793653f,-0.39445677558828884f,0.05540487062036706f,0.14002425931879053f,-0.12461149635921819f,0.15204515919293965f,-0.9804867385850308f,0.8412373031456999f,0.3783355950357907f,-0.9062483775204698f,-0.18861615988676628f,-0.09302858508433262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9442483018278257f,-0.012781388015192935f,-0.3289859884792548f,-0.011078690345349543f,0.10878482574559853f,0.9310110870692837f,-0.34840237863936896f,0.7112749990650931f,0.3107426687514398f,-0.3647670378124586f,-0.8777152168800295f,0.2964710171141487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9442483018278257f,-0.2301632431807374f,-0.2354145832011943f,-0.10079385946874565f,0.10878482574559853f,0.4567641267714068f,-0.8829113172806506f,0.8467371901791081f,0.3107426687514398f,-0.8592970464183377f,-0.4062604827373122f,-0.023567512991824163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9608119521405818f,-0.07408914340871048f,-0.26711643800554036f,0.010670139344109658f,0.11675935307865047f,0.7658015648875091f,-0.63238850138542f,1.0281521439594523f,0.251411308600984f,-0.6387947730255826f,-0.7271406960573275f,-0.08264817000272293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8958966035008652f,-0.3860868812598693f,-0.21978670559121843f,0.00909834499757128f,-0.11499695821251563f,0.6793958998759879f,-0.7247047059551673f,0.99026984165703f,0.42912116638250586f,-0.6239856820077877f,-0.653067296081953f,-0.08066090681385621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9386682848947702f,-0.21806113702341068f,-0.26711643800554036f,0.010745510384586286f,0f,0.7746513947031288f,-0.63238850138542f,1.0278843920692144f,0.3448214769017591f,-0.5936030299826262f,-0.7271406960573275f,-0.08244299599230279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9407541348378319f,0.02572982137250128f,-0.338111866218359f,0.01105544547302197f,0.09724082000378144f,0.9757081600758278f,-0.19631049204368833f,1.0530836559494765f,0.32484747299388755f,-0.2175581822262312f,-0.9204034749151608f,-0.0815992949545814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9268397620076392f,-0.16324344239191052f,-0.338111866218359f,0.011363560630587176f,-0.10018391759084491f,0.9754103615246845f,-0.19631049204368833f,1.0486205073205215f,0.36184421816269674f,-0.14807499838366783f,-0.9204034749151608f,-0.08076054810766092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9386682848947702f,-0.06769207379781567f,-0.338111866218359f,0.011071043612466733f,0f,0.9805417842772255f,-0.19631049204368833f,1.052857711808243f,0.3448214769017591f,-0.18427043287349737f,-0.9204034749151608f,-0.08155683391377931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9460354679602794f,0.01915796041264206f,-0.32349631514748756f,-0.17022445099824451f,0.13718153519566934f,0.9280720797406284f,-0.34621299976642117f,1.0748815996838563f,0.2935951630434914f,-0.37190749839003273f,-0.8806172226789192f,-0.013191982552357803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9095650771177307f,-0.28804962295962644f,-0.2995309419753384f,0.18878935152487697f,-0.1427786734896499f,0.8935246534726216f,-0.4257087549407079f,1.0651961829495857f,0.39026352748412513f,-0.34444318595299395f,-0.8538461634077876f,-0.15965945373734114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9386682848947702f,-0.13154180655319994f,-0.318745359278266f,0.017244717545401404f,0f,0.9243779190966048f,-0.38147799764420326f,0.9272055901068572f,0.3448214769017591f,-0.3580812977737754f,-0.8676842359130066f,-0.04209429218235412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9386682848947702f,-0.10262428778692828f,-0.32919615199594315f,0.001647949218750013f,0f,0.9546857549413383f,-0.2976157074350862f,1.1405181884765625f,0.3448214769017591f,-0.2793624256558361f,-0.8961332402042549f,-0.10720825195312497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5189744868286229f,-0.3511150144798708f,-0.7793482717166745f,0.010518008095490333f,0.04660732390894905f,0.922009714486707f,-0.3843511984503072f,1.2186431884765625f,0.853518154100435f,0.16314512863993563f,0.4948640496359026f,0.2411419471496979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3176609529334199f,-0.3511150144798708f,-0.8808006389576654f,0.05002257844323335f,-0.04660732390894899f,0.922009714486707f,-0.3843511984503072f,1.2186431884765625f,0.9470582222543015f,0.16314512863993563f,0.2765219533085591f,0.3261622472058623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.42138208370925895f,-0.3511150144798708f,-0.8361551208571548f,0.15569356139793508f,2.7755575615628914e-17f,0.922009714486707f,-0.38716674236321114f,1.2767181998310442f,0.9068832005990866f,0.16314512863993563f,0.38851837469058753f,0.22537434097419193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.38767004393624893f,-0.5251392489475802f,-0.757588744801055f,0.32210594738347986f,-0.47215842548316994f,0.8189838332358222f,-0.3260857282120956f,2.1666172716524996f,0.7916933486393078f,0.23128824032607043f,-0.5654444195561127f,-0.7877210944588107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.346413805734455f,-0.5251392489475802f,-0.7773199112407596f,0.3242496247850334f,-0.04252677315632164f,0.8189838332358222f,-0.5722385468170329f,2.193360355300625f,0.9371173612528378f,0.23128824032607043f,0.2613748287907386f,-0.8775502357448512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.022865892283237543f,-0.5251392489475802f,-0.8507090690623103f,0.4507841464436032f,-0.28525955891333776f,0.8189838332358222f,-0.49788800442160364f,2.254672014139803f,0.9581775070510992f,0.23128824032607043f,-0.1685277866353515f,-0.8073564971065282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014666691951480785f,0f,-0.000005387835576589987f,0.2319378762424814f,0f,0.000015625f,0f,1.3066406884765625f,0.000005387835576589987f,0f,-0.000014666691951480785f,0.540614942921568f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4.mcfunction new file mode 100644 index 000000000..6255fb8d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40.mcfunction new file mode 100644 index 000000000..5a89aee73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..80a89de02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5362762803528445f,-0.09035393219560016f,0.6092522979129045f,0.40399744379006586f,-0.040547849827499406f,0.8112580429693874f,0.08462094324864465f,1.2821480220576884f,-0.6145795859363767f,0.02531796000306231f,-0.5372107388129908f,-0.26881417395523327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.519214660006112f,0.1192632480234927f,0.596818577547335f,0.40399744379006586f,0.2674223842034377f,0.749409004243191f,0.08289398522316212f,1.2821480220576884f,-0.5467187624928256f,0.2533030241235105f,-0.5262472543474196f,-0.26881417395523327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1431084785861824f,-0.02102784079830035f,0.8037550856526844f,0.38490974466759875f,0.26685047232818476f,0.7713547848174341f,-0.027332504494080975f,1.2931346703780966f,-0.7584558215343971f,0.26742114780820075f,0.1420392232095471f,-0.33547295584055703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.1373995107786357f,0.03461686732354358f,0.7873519206393643f,0.38490974466759875f,-0.04765421093896313f,0.7981304352747138f,-0.02677469827991606f,1.2931346703780966f,-0.7866704841403269f,-0.042302255080549994f,0.1391404635522094f,-0.33547295584055703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3863856751918158f,-0.7062975997381403f,-0.14312480646999665f,-0.23950674722635323f,0.3430659951200679f,0.3739394007861802f,1.4777960947072333f,1.657538607353426f,-0.6337560513440557f,-1.3426538180572882f,0.48686778722870533f,-0.9696529211206608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4691872173456744f,0.01594632616959805f,0.8829547382290418f,-0.11110317462843475f,0.23500940592524286f,0.9660376211051755f,0.10743320592869665f,1.6236931301647064f,-0.8512543299191418f,0.25790895543029535f,-0.45700003993737953f,-0.7582507915288554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.32817680440332025f,0.01594632616959805f,0.9444817095811425f,-0.008742774494414698f,0.24870901614766222f,0.9660376211051755f,0.07010805871164322f,1.5446258227842804f,-0.911286897929783f,0.25790895543029535f,-0.32099713452049233f,-0.45872756996135544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4085078449327905f,-0.04654948657213803f,0.9115670496064663f,0.13248723689057856f,0.2781529519418917f,0.9575449522022563f,-0.07575354670238496f,1.3464130318613945f,-0.8693401382395609f,0.2845009838504061f,0.40411250195183535f,0.4262019698441675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07210122912903638f,-0.04654948657213803f,0.9963104727232133f,0.1519157446489809f,0.2872876045797482f,0.9575449522022563f,0.023947792524760023f,1.432839437494641f,-0.9551268214289201f,0.2845009838504061f,0.08241325849181386f,0.10554303870299497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2736862259903448f,0.707925265620343f,0.651104959280398f,-0.23202137078855917f,0.013924050722049336f,0.6797969001776281f,-0.7332682287678756f,1.178185268926224f,-0.9617182386305521f,-0.1916193956917066f,-0.19590823535546809f,-0.28168934335213014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2697946755191067f,0.3277435643304051f,0.9054253084056915f,-0.16491054429907265f,0.02597807837208606f,0.9424285318172487f,-0.33339706336570873f,1.3528068869959224f,-0.9625673859557229f,-0.06642754290794126f,-0.26277634794170485f,-0.29578685982200476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2738015570324838f,0.6281755759640042f,0.7283049863408043f,-0.141532735692629f,0.1394594695343902f,0.7751695491755273f,-0.6161681802788881f,1.126975858371531f,-0.9516216494614725f,-0.06713878009989188f,-0.2998476621268278f,-0.00904221418220667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.27136487664770764f,0.297967813275382f,0.9151919394170064f,-0.0799438210821386f,0.14810527289622433f,0.9524741737326973f,-0.26619124048801923f,1.3039010706933616f,-0.9510131081443143f,0.06330979880004886f,-0.30259864096454225f,0.0009371315867741092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7713925088233866f,0.0970805916918171f,0.6289109285486525f,0.3332761650114276f,0.1763478241109456f,0.9822002629398906f,0.06468452992907042f,1.9682933425489835f,-0.6114368669474359f,0.1608042356331963f,-0.7747818761044473f,0.10744390858069214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7713925088233866f,0.0970805916918171f,0.6289109285486525f,0.4090287096822636f,0.1763478241109456f,0.9822002629398906f,0.06468452992907042f,1.8449694409581872f,-0.6114368669474359f,0.1608042356331963f,-0.7747818761044473f,0.0376364607522795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7713925088233866f,0.0970805916918171f,0.6289109285486525f,-0.11991693392231201f,0.1763478241109456f,0.9822002629398906f,0.06468452992907042f,2.0718976892141643f,-0.6114368669474359f,0.1608042356331963f,-0.7747818761044473f,-0.2517752507509265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7713925088233866f,0.0970805916918171f,0.6289109285486525f,-0.10201882741322998f,0.1763478241109456f,0.9822002629398906f,0.06468452992907042f,1.9617998744316887f,-0.6114368669474359f,0.1608042356331963f,-0.7747818761044473f,-0.3674404636003967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7641495650669599f,-0.032859154816542106f,0.6442016129696655f,0.2535835229100391f,0.32113038524822424f,0.8467596447545442f,0.42411481898830783f,2.070221203771107f,-0.5594199834456249f,0.5309598666188439f,-0.6364989412102713f,0.07342447811505123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7496013115820819f,-0.15199393251608417f,0.6442016129696655f,0.16570898583065216f,0.18471434527566283f,0.8865704884350134f,0.42411481898830783f,2.100431837993557f,-0.6355930178375199f,0.4369103037402504f,-0.6364989412102713f,0.004616601109865386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8121663452709623f,-0.2695776373498243f,0.5174105961903899f,0.19102748403139905f,0.3431717873717164f,0.4964737939651173f,0.7973373791927629f,2.128436835934279f,-0.4718251285818822f,0.8251313043066353f,-0.31070786712267456f,-0.05218066694788569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6891120237410261f,-0.5073567715971208f,0.5174105961903899f,0.20748600271606604f,0.17295692499149828f,0.5782205512081886f,0.7973373791927629f,2.1278888691941344f,-0.7037119587111142f,0.6389445206549984f,-0.31070786712267456f,-0.02617908007019383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7599959963622653f,-0.3933094970417482f,0.5174105961903899f,0.21744916368187173f,0.26128116084281106f,0.5440452726847733f,0.7973373791927629f,2.199654807765482f,-0.5950951524772831f,0.7411628571414772f,-0.31070786712267456f,0.07400090803019006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7599959963622653f,-0.08608349063908252f,0.6442016129696655f,0.23681794907566525f,0.26128116084281106f,0.8670979041049217f,0.42411481898830783f,2.0045577793418747f,-0.5950951524772831f,0.4906433096825462f,-0.6364989412102713f,-0.036393836648382666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7770821374143894f,-0.024787005941743122f,0.6289109285486525f,-0.019802738748552207f,0.02052671706832719f,0.9976946253610129f,0.06468452992907042f,2.160812550034475f,-0.6290643890714852f,0.06317466946642421f,-0.7747818761044473f,-0.19132039388333183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7713925088233867f,0.0970805916918171f,0.6289109285486525f,0.07002843489199381f,0.17634782411094563f,0.9822002629398907f,0.06468452992907042f,2.1503979317958275f,-0.6114368669474359f,0.1608042356331963f,-0.7747818761044473f,-0.11927154521588045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7719647753606728f,-0.09241985476302197f,0.6289109285486525f,0.08683927252399623f,-0.06650620939598874f,0.9956871173715327f,0.06468452992907042f,2.1422161459905595f,-0.6321766443915205f,0.00810769671052318f,-0.7747818761044473f,-0.10630882003376062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7627414356965304f,0.15065372953786282f,0.6289109285486525f,0.06535694504925432f,0.24443307652786145f,0.9675062701021528f,0.06468452992907042f,2.1571723367580353f,-0.5987303010293702f,0.20306420435259548f,-0.7747818761044473f,-0.12249793949699339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7769182585128303f,0.029479883674516025f,0.6289109285486525f,0.05060279569658469f,0.09007237395586838f,0.9938324199973603f,0.06468452992907042f,2.2722570298690172f,-0.6231251776644443f,0.10690209268638107f,-0.7747818761044473f,-0.16520008253080595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7769182585128303f,0.029479883674516025f,0.6289109285486525f,0.0439698218698186f,0.09007237395586838f,0.9938324199973603f,0.06468452992907042f,2.0486447353696113f,-0.6231251776644443f,0.10690209268638107f,-0.7747818761044473f,-0.18925305338524165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7713925088233866f,0.0970805916918171f,0.6289109285486525f,0.07098661571354026f,0.1763478241109456f,0.9822002629398906f,0.06468452992907042f,1.5212022310387656f,-0.6114368669474359f,0.1608042356331963f,-0.7747818761044473f,-0.1710236821505613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.27189351429418906f,0.005072015348454972f,0.9623139776315528f,0.06908460995786964f,0.15649861216819483f,0.9869072701721896f,0.03901569518419065f,1.1511120047241945f,-0.9495167725080924f,0.16120891644565372f,-0.26912744933253024f,-0.23147702581768143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5733104626449517f,-0.4608096912935261f,0.6774729085592991f,-0.10632384675222752f,-0.35314481784725976f,0.8850836512626168f,0.3031759685319073f,0.8200814887324098f,-0.7393266200059737f,-0.06543209210776793f,-0.6701602720789579f,0.07582357649793973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5733104626449517f,0.6062066802872449f,0.5512064714759338f,0.12253241599681643f,-0.35314481784725976f,0.42422407288096886f,-0.8338601043435931f,0.851572687761788f,-0.7393266200059737f,-0.6727164311679923f,-0.029133351800682716f,-0.1166849032044691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5430776379501874f,0.21460147359091203f,0.8117960868907008f,-0.20161244164408626f,0.10790333207446733f,0.9766096509110259f,-0.18598510874441304f,0.536267799802761f,-0.8327205714317814f,-0.013408850810304185f,-0.5535310764846673f,-0.24595778884999647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5430776379501874f,0.4995027234966796f,0.6749545972714348f,-0.0038741637350836328f,0.10790333207446733f,0.8386715730835348f,-0.5338416089336016f,0.8595133958597968f,-0.8327205714317814f,-0.21708758997461997f,-0.509361785171737f,-0.3330313673032549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5072937486234936f,0.541715515917702f,0.6702218680567963f,0.05376906299098039f,0.07432190039576779f,0.8023283265847116f,-0.5922377153486071f,1.0395501493796782f,-0.8585623493544807f,-0.2506263277746259f,-0.44727747103685034f,-0.2203367565097292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.689444747448101f,0.3448908625888817f,0.636958580379385f,0.05445225657052773f,-0.2724225296755444f,0.6913385674266183f,-0.6692062092611576f,1.006536657808982f,-0.6711571392314929f,-0.6349025737002554f,-0.3826837027721329f,-0.2272311923709468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5733378309404374f,0.4722567927237888f,0.669520166491462f,0.06262387785455142f,-0.030193564204743274f,0.8044329235989356f,-0.5932756695758584f,1.0546332666971583f,-0.818762529854126f,-0.3603625856776887f,-0.4469527117610564f,-0.22709355499118586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5569263462579697f,0.07115498278407552f,0.8275083161326815f,0.05238981378756033f,0.12279030241370587f,0.9924289759176989f,-0.002696181020986288f,1.038244615480893f,-0.8214350774570677f,0.10010842214292053f,-0.5614469853326813f,-0.22014995780177418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5504628899428736f,-0.06808408444560662f,0.8320788209304112f,0.05238912439262314f,-0.20078771381267158f,0.9782113753491285f,-0.052790142256362596f,1.037935626125466f,-0.8103547993179411f,-0.1961302184334934f,-0.5521395083125367f,-0.22014949006181114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5614490260329467f,0.0022311203261241586f,0.8275083161326815f,0.052417702791636885f,0f,0.9999963652973454f,-0.002696181020986288f,1.0507445700471099f,-0.8275113238902871f,-0.0015137682082412562f,-0.5614469853326813f,-0.2201688799043772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.509430067589824f,0.3043885485234636f,0.8048780142128411f,-0.053669910343004085f,0.11687838728128709f,0.9511554197770694f,-0.28573205983094063f,1.0972751659608602f,-0.8525376524365085f,-0.05148765829289398f,-0.5201236124437741f,-0.3823264348010962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6329438323456884f,0.18309957227969925f,0.7522344393382586f,0.18412269967005104f,-0.2185767890111064f,0.8898410355297364f,-0.40050857518030836f,1.0910332319329124f,-0.742702021271753f,-0.417920420796062f,-0.5231980786284435f,-0.07539218099986048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5614490260329467f,0.12283355085689364f,0.8183440046524094f,0.03373108756408742f,0f,0.9889218201936133f,-0.14843730509865402f,0.9359002689629817f,-0.8275113238902871f,-0.08333998037459465f,-0.5552291927704329f,-0.2169313629761916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5614490260329467f,0.13709691488684855f,0.8160756258430734f,0.06875000000000003f,0f,0.9861806144314106f,-0.1656737629188324f,1.15625f,-0.8275113238902871f,-0.09301737282999177f,-0.5536901454650883f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42516325765170543f,0.642060978137416f,-0.6379607391495294f,-1.6535846903709612f,-0.47899100802070127f,0.7576579020737957f,0.44330815203472973f,0.7886672642547796f,0.7679868609411894f,0.11709911946022156f,0.6296697369600501f,0.4156151350254585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2660935988971908f,0.642060978137416f,-0.718993669637755f,-1.6452165520111521f,0.07698929563171938f,0.7576579020737957f,0.6480950175578164f,0.7675192591827207f,0.9608677562412385f,0.11709911946022156f,-0.2510397403551241f,0.5065645640608475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08926014250462988f,0.642060978137416f,-0.761439641280435f,-1.5351846749989915f,-0.2255787207686291f,0.7576579020737957f,0.6124285624964951f,0.6862289773442759f,0.9701272430441492f,0.11709911946022156f,0.2124639464125589f,0.42922025758126914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4796797532891575f,-0.6496995451500917f,0.5897438726398243f,1.0970707489483094f,0.39780590739103805f,0.7600985638380428f,0.5138099194217038f,2.048129852081456f,-0.7820855415677024f,-0.01186061900193458f,0.623058208667252f,-1.1417218780115668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.18331880095636283f,-0.6496995451500917f,0.7377565440222715f,1.0815426267420658f,-0.1717965875661023f,0.7600985638380428f,0.6266866088819734f,2.0362878725279194f,-0.9679256943157177f,-0.01186061900193458f,-0.25095652213147795f,-1.0500283262153713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1656333035332639f,-0.6496995451500917f,0.7419272941416983f,0.9780175937239328f,0.1263144485710564f,0.7600985638380428f,0.6374126083892089f,1.9465969710463062f,-0.9780645524927525f,-0.01186061900193458f,0.20796407592188443f,-1.1270697135017518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008772641031764793f,0f,0.000012929864435785737f,-0.5042162935199652f,0f,0.000015625f,0f,1.3223725f,-0.000012929864435785737f,0f,-0.000008772641031764793f,0.14877364241747265f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41.mcfunction new file mode 100644 index 000000000..525c7b861 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..3422c3ade --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5469611859837319f,-0.08179669687398844f,0.6009053218704412f,0.4046952284486707f,-0.03498490398971379f,0.8121123230989998f,0.07870244982222879f,1.2799017515309608f,-0.6054370008221698f,0.026968861594342027f,-0.5474149824257694f,-0.28116756715321867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5256768837789394f,0.13101324730170796f,0.5886419479547179f,0.4046952284486707f,0.2727772354545728f,0.7480967476418997f,0.07709627737687719f,1.2799017515309608f,-0.5378256164206237f,0.251369817597645f,-0.5362432480905496f,-0.28116756715321867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.10586192962373024f,-0.004018996807280193f,0.8097663514653147f,0.38389663250374956f,0.26676812890262197f,0.7712426868712358f,-0.031047186569404805f,1.2908307330975037f,-0.7645733854265258f,0.26853865654081244f,0.10128658689639566f,-0.3457659360080424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.09731429245164634f,0.0360475471285482f,0.7932405075578594f,0.38389663250374956f,-0.04768671122830394f,0.7979981154743648f,-0.030413570516967976f,1.2908307330975037f,-0.7926259559570729f,-0.04358419490339738f,0.09921951369442841f,-0.3457659360080424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3064993411294943f,-0.8555605717712603f,0.04981796521968758f,-0.2864601127969158f,0.18079651637417987f,0.3639396302318824f,1.5087301996094733f,1.65788326004373f,-0.8377221146031405f,-1.2557747821871215f,0.40330832514061543f,-0.9444289628664047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5475587659336068f,0.031883497740599835f,0.8361595783228764f,-0.13884211926958584f,0.23292136334840466f,0.965587327750063f,0.11570977047947514f,1.6246535384481446f,-0.803695860599758f,0.2581173280899938f,-0.53614215334601f,-0.7458627895160075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3940425309066965f,0.031883497740599835f,0.9185390173577114f,-0.015045006485529838f,0.2494755552497021f,0.965587327750063f,0.07350550878230283f,1.545464501545424f,-0.884586022481419f,0.2581173280899938f,-0.3884366277402075f,-0.4552319894865693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.36063028355047816f,-0.02715875529883721f,0.9323133596580708f,0.16331246204407796f,0.2864499684030897f,0.9544934942643434f,-0.08299750001603928f,1.342172465001865f,-0.8876329276160109f,0.29699254438059797f,0.3519988840808561f,0.422959134927379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.020011667389625065f,-0.02715875529883721f,0.9994308055983189f,0.1652238007540633f,0.297561738383898f,0.9544934942643434f,0.019979520940107583f,1.4320634689010823f,-0.9544928208311676f,0.29699254438059797f,0.027182412771843967f,0.10267005483358846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.30247312192016157f,0.7175772712428616f,0.6273698034744095f,-0.2346522950634523f,0.0375534842550717f,0.666661996110841f,-0.7444135401521206f,1.180786082194166f,-0.9524178423025131f,-0.2016051654525678f,-0.22859486198658893f,-0.27268204559105813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.30247312192016157f,0.3390508422523538f,0.8908167807601293f,-0.16551265726138517f,0.0375534842550717f,0.9381085927707878f,-0.34429929420478905f,1.354529572749909f,-0.9524178423025131f,-0.07068800844260152f,-0.29648517522170237f,-0.28778907951918153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3025758972772964f,0.6385295167249971f,0.7076212847687525f,-0.13495305103721664f,0.15899373268181294f,0.7658335920424346f,-0.6230729509995483f,1.1287320349192242f,-0.9397706206062961f,-0.0760195078274172f,-0.3332449775689561f,-0.003301566828335519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3025758972772964f,0.3112798560772767f,0.9008621856795569f,-0.07095768936223004f,0.15899373268181294f,0.9484075356871728f,-0.2743066517962841f,1.3048440312868423f,-0.9397706206062961f,0.06023286023669763f,-0.33645680732147965f,0.0058892394202860465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,0.3444078058782846f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.964294686273508f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,0.10762374160759228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,0.41838553734015604f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.8401253269913846f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,0.037412788308108985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,-0.10827556069880526f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,2.0744093506693906f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.25029912761064343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,-0.09208719518294528f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.9642971825867415f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.3662023620869227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7614988690025835f,-0.02372854654240121f,0.6477317566607116f,0.2656280157174861f,0.33186999128986494f,0.8441278235756721f,0.42108256476214273f,2.0669537630260124f,-0.5567600752470052f,0.5356166292642379f,-0.6349275904121385f,0.07424303588648977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.748411591805693f,-0.14256107696035875f,0.6477317566607116f,0.17798557502068924f,0.19573343648377484f,0.8856511138679768f,0.42108256476214273f,2.0984243665117255f,-0.6336943356959415f,0.44192583522613227f,-0.6349275904121385f,0.005704402037006874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.809723612215198f,-0.2669865274392525f,0.5225570456774083f,0.20401353270156775f,0.3531082736142605f,0.4895515351295474f,0.7972790236532379f,2.1270016808862002f,-0.46868136182947173f,0.8300948672400236f,-0.30212628560825155f,-0.051359841346200974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6875895435474318f,-0.5041376336052819f,0.5225570456774083f,0.22045236221797207f,0.18454618060120026f,0.5747076349484572f,0.7972790236532379f,2.1260812023181637f,-0.7022558841545888f,0.6446366268796843f,-0.30212628560825155f,-0.025356317963082797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7579886762966213f,-0.3903681603550613f,0.5225570456774083f,0.23080082886467385f,0.27217819230886825f,0.5387626472520313f,0.7972790236532379f,2.1967397051605575f,-0.5927665630225548f,0.7465571038487198f,-0.30212628560825155f,0.07556904924151805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7579886762966213f,-0.07679022085737633f,0.6477317566607116f,0.2480786285575835f,0.27217819230886825f,0.8652216509570323f,0.42108256476214273f,2.0020648336952256f,-0.5927665630225548f,0.49547427450460296f,-0.6349275904121385f,-0.03591266252201744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.778276728310799f,-0.011698374591406283f,0.6278124578261869f,-0.006870609676752681f,0.031726897472896906f,0.9978167486021104f,0.05792357193627535f,2.1619104714813955f,-0.627119397042208f,0.06499910954029844f,-0.7762064014245085f,-0.18993287848313614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7705248792801528f,0.11019495545871458f,0.6278124578261869f,0.08299278450774306f,0.18742921599299134f,0.9805687884112954f,0.05792357193627535f,2.1502030019929252f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.11812308688882447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7742955698649536f,-0.07948514506339519f,0.6278124578261869f,0.09972759242738871f,-0.05535929280106992f,0.9967849359388958f,0.05792357193627535f,2.1417807443288064f,-0.630398064073861f,0.010094711464052733f,-0.7762064014245085f,-0.1052161157208177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7609611078834806f,0.16367562459629753f,0.6278124578261869f,0.07840167850492115f,0.2553736687861131f,0.9651057709416433f,0.05792357193627535f,2.157043169185629f,-0.5964247493015914f,0.20440435613789681f,-0.7762064014245085f,-0.12132603216570811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7771969226767199f,0.042619962225216135f,0.6278124578261869f,0.06503690023821888f,0.10125379017055283f,0.9931729606620595f,0.05792357193627535f,2.2723860538424363f,-0.6210576570318845f,0.10858641273050859f,-0.7762064014245085f,-0.16378832358030654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7771969226767199f,0.042619962225216135f,0.6278124578261869f,0.055447408737545265f,0.10125379017055283f,0.9931729606620595f,0.05792357193627535f,2.048922137693473f,-0.6210576570318845f,0.10858641273050859f,-0.7762064014245085f,-0.18822026644467094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7705248792801529f,0.11019495545871458f,0.6278124578261869f,0.07566896466790479f,0.1874292159929913f,0.9805687884112954f,0.05792357193627535f,1.5211418700105517f,-0.6092304156906139f,0.16230195003466893f,-0.7762064014245085f,-0.17098976383159617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3025758972772964f,0.01766301054896907f,0.9529616175089035f,0.06904533571204138f,0.15899373268181294f,0.9867545839938572f,0.03219291746663916f,1.1511089010128552f,-0.9397706206062961f,0.16125572555868098f,-0.30137646162200554f,-0.23146066091610154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5927952740387855f,-0.45527553600416754f,0.6643176569935494f,-0.10274939125845081f,-0.3529235351432995f,0.8883092536794798f,0.2938565094895159f,0.8267463925169919f,-0.7239052019561936f,-0.06025658589335875f,-0.6872629790969677f,0.08066500580671446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5927952740387855f,0.5992089452205772f,0.5380914448724533f,0.12295034060253471f,-0.3529235351432995f,0.407290150711243f,-0.8423536736285828f,0.851796669581492f,-0.7239052019561936f,-0.6892484117509856f,-0.02996473726743576f,-0.1163698633329153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5609666116304922f,0.22015938660320278f,0.7980265065311464f,-0.20943448174397478f,0.11148340258453286f,0.9752976612442219f,-0.190698513155519f,0.5420996791319956f,-0.8202974531131859f,-0.018008788467084258f,-0.5716535418887634f,-0.2354303753595567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5609666116304922f,0.5087922738105994f,0.6530290060529045f,-0.008196044354536844f,0.11148340258453286f,0.8280803857683898f,-0.5494127097673018f,0.859546999181201f,-0.8202974531131859f,-0.23540029060371703f,-0.5212473420552913f,-0.3299057838563426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.526631723106057f,0.5431887768949885f,0.6539151174836624f,0.05331577883546289f,0.07320732649841702f,0.7953483106167486f,-0.6017156738410909f,1.0402997570826207f,-0.8469354848896695f,-0.2690111846269786f,-0.45862104943001697f,-0.21945056148780068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7068519282399649f,0.3366071569624064f,0.6221382269440847f,0.053573340095063524f,-0.2697803504376023f,0.6847544357787818f,-0.6770006833076659f,1.007235014990608f,-0.6538951858373084f,-0.6463799073014012f,-0.3932099965359782f,-0.2261249241979205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5930266784147056f,0.46980248808914327f,0.6539151174836624f,0.06212457548713433f,-0.03123275880168468f,0.7980994691337651f,-0.6017156738410909f,1.0552641221288788f,-0.8045768288150345f,-0.3772570205491909f,-0.45862104943001697f,-0.226524130623098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5755086744029612f,0.07782134071694233f,0.8140845193319697f,0.05225387375863839f,0.12186470299397913f,0.9925083585251988f,-0.008726535498373933f,1.0396763609004644f,-0.8086648006752463f,0.09418597128358716f,-0.5806808443217596f,-0.21948342750488284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5704615634898635f,-0.06605674938529874f,0.8186636125059842f,0.05225387375863839f,-0.19936034309715206f,0.9780877788954477f,-0.05999791976023347f,1.0396763609004644f,-0.7967616068692606f,-0.19743556578290913f,-0.5711305798003609f,-0.21948342750488284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5807029557109398f,0.007104407970713544f,0.8140845193319697f,0.052342678858272304f,0f,0.9999619230641712f,-0.008726535498373933f,1.0521758849387666f,-0.8141155183563192f,-0.005067524957022201f,-0.5806808443217596f,-0.21954677156684563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5283204653381677f,0.309716688164168f,0.7905397263752667f,-0.057480263999159f,0.11681237450679507f,0.9487534698160509f,-0.2936353566484935f,1.0980190570362744f,-0.8409710786150415f,-0.06278874568442395f,-0.5374246164332542f,-0.37919916677021137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6513333126921355f,0.17999956109072207f,0.7371330095611215f,0.18711755048083323f,-0.21650421719604035f,0.8869873838833947f,-0.407896193617961f,1.091617657149733f,-0.7272488155465218f,-0.42526878422809117f,-0.5387537669913247f,-0.07769241418230677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5807029557109398f,0.12735572559502106f,0.8040924053781032f,0.032625971138616316f,0f,0.9876883405951378f,-0.15643446504023087f,0.9362070176863349f,-0.8141155183563192f,-0.09084195622392174f,-0.5735535387048297f,-0.21507928462219675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5807029557109398f,0.14136967617294321f,0.8017472743248557f,0.06875000000000003f,0f,0.984807753012208f,-0.17364817766693033f,1.15625f,-0.8141155183563192f,-0.10083801002500485f,-0.5718807729812383f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42580575469312604f,0.6539207408965579f,-0.6253615945159364f,-1.6687497913887315f,-0.4699982198848666f,0.7504412602094239f,0.4646930043376467f,0.8076363420393178f,0.7731695367610356f,0.0960498807942442f,0.6268837913235096f,0.25833118371571134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20535211116898927f,0.6539207408965579f,-0.7281608167594135f,-1.657347743775324f,0.05386646141239554f,0.7504412602094239f,0.6587384301148662f,0.7861136579606822f,0.9772046432418064f,0.0960498807942442f,-0.1893290934485917f,0.3488620065346432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1216218412096805f,0.6539207408965579f,-0.7467233707110448f,-1.551040261975371f,-0.2295752968387787f,0.7504412602094239f,0.6197847191216304f,0.7039072921317554f,0.9656621100686069f,0.0960498807942442f,0.24139409598674438f,0.2673874807271656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.46647743283399257f,-0.6544415474209615f,0.5950672782684872f,1.1438100598471577f,0.3830787289021723f,0.7558551394220374f,0.5309742890875115f,2.0420056783110456f,-0.7972762959722957f,-0.01972990670402941f,0.6032920011587642f,-1.0879951268994854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1560020677754339f,-0.6544415474209615f,0.739844318663762f,1.1277520131821217f,-0.16051164312175292f,0.7558551394220374f,0.6347590256401616f,2.030494321688954f,-0.9746278096135692f,-0.01972990670402941f,-0.22296045279220786f,-0.9963507582453093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1712858310937162f,-0.6544415474209615f,0.7364559899110008f,1.0253126380279896f,0.12278780396897279f,0.7558551394220374f,0.6431221994347337f,1.9397816700847899f,-0.9775399323112135f,-0.01972990670402941f,0.20982471617623666f,-1.0736466499988329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009073483682983435f,0f,0.000012720554974317488f,-0.4951456424528132f,0f,0.000015625f,0f,1.3223725f,-0.000012720554974317488f,0f,-0.000009073483682983435f,0.1621074032975343f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42.mcfunction new file mode 100644 index 000000000..4bda01a75 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..b81178036 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6600367408726401f,-0.06867977249681267f,0.47600318695619426f,0.3899133284178763f,-0.031465783155181684f,0.8127315051970303f,0.07363320850706492f,1.2758079562032696f,-0.47990191667995913f,0.04117078763395067f,-0.6595025102734225f,-0.34031363708541534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.62309588245305f,0.18527342632836483f,0.46628883620198625f,0.3899133284178763f,0.2761942422548911f,0.7473378974483339f,0.07213048996610442f,1.2758079562032696f,-0.41888931929007356f,0.2171631288549041f,-0.6460432753698834f,-0.34031363708541534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.013841340215753322f,0.05014311490711786f,0.815008300431896f,0.3568173774064876f,0.2633407981458956f,0.7718456839019877f,-0.04301521496168428f,1.287195957018644f,-0.7729194562031406f,0.2620769976814616f,-0.029250742782991883f,-0.401843038243547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.03132408514285011f,0.0401920123853881f,0.7983754779741022f,0.3568173774064876f,-0.05101457837349903f,0.7972590270665697f,-0.042137353431853986f,1.287195957018644f,-0.7977570522930759f,-0.05256087804897913f,-0.028653788848645112f,-0.401843038243547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6604510186542288f,-1.3819295895218302f,0.3090005041462179f,-0.4878604729528273f,-0.03500455792298088f,0.32491972946466957f,1.5279424401230637f,1.648194120520002f,-1.4156219067544864f,-0.6527664429247498f,0.10638062844409546f,-0.7815429342946326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8457196345372155f,0.090702125948073f,0.5258625524856646f,-0.2689215911150903f,0.20532512097685537f,0.9648912883184925f,0.1637876565035335f,1.622426622606557f,-0.4925443070974205f,0.2464912292061924f,-0.8346509327080047f,-0.6643871515805368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6795787125651824f,0.090702125948073f,0.7279738304202623f,-0.054585042816667345f,0.2408961468197309f,0.9648912883184925f,0.10466063335603515f,1.5462223077295554f,-0.6929226651478905f,0.2464912292061924f,-0.6775693721300902f,-0.4348126586450387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.15596667055865482f,0.06203965954644507f,0.9858120907750163f,0.3023354604524984f,0.32872759036363897f,0.9378753742048527f,-0.11103131897722911f,1.3250964136141647f,-0.9314572287596268f,0.3413808183004264f,0.125883151724f,0.38460552284896704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2080116551830846f,0.06203965954644507f,0.9761568685162003f,0.22770917895329382f,0.34667882510023457f,0.9378753742048527f,0.014267960163548133f,1.4315032015260045f,-0.9146283089512999f,0.3413808183004264f,-0.21659684522498635f,0.07837414917721824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3371397754623083f,0.8433401054558334f,0.4184665319126106f,-0.2580984761263326f,0.4923544586702118f,0.5368003050257991f,-0.6851514573813383f,1.1918657017230645f,-0.8024486642949733f,-0.024957945707783258f,-0.5961989954010827f,-0.25354919557528866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4559630248544465f,0.4460349582570883f,0.7701626685176195f,-0.16965340477489343f,0.28883923031680314f,0.8926741115367051f,-0.34598385745891536f,1.3570796985270785f,-0.8418251712770176f,0.06469734619558778f,-0.5358587821428964f,-0.24476756055200902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.37329382768289976f,0.7524858580778115f,0.5426018352408597f,-0.1046659665742546f,0.48101257933367736f,0.6571134723418619f,-0.5803695227952479f,1.1391523547111375f,-0.7932708344169802f,0.04434994768565692f,-0.6072515668186185f,0.004336231380452107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4504945065262704f,0.4061289431108064f,0.7950559610224625f,-0.023547689984588033f,0.3294497802998263f,0.9033119057038118f,-0.27475524248709765f,1.3068061167650578f,-0.8297695715378144f,0.13815528430518675f,-0.5407361422805994f,0.02686074629842089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.792703955773767f,0.15212793867525293f,0.5903198529399466f,0.388038717427761f,0.2138722289186675f,0.9762119429702195f,0.03562179248255184f,1.954796877758409f,-0.5708582207501112f,0.15449055853587748f,-0.8063830101913667f,0.08939135756733466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.792703955773767f,0.15212793867525293f,0.5903198529399466f,0.4540916096479906f,0.2138722289186675f,0.9762119429702195f,0.03562179248255184f,1.8280897193479206f,-0.5708582207501112f,0.15449055853587748f,-0.8063830101913667f,0.0158888138230385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.792703955773767f,0.15212793867525293f,0.5903198529399466f,-0.07767485658932712f,0.2138722289186675f,0.9762119429702195f,0.03562179248255184f,2.0804468122481263f,-0.5708582207501112f,0.15449055853587748f,-0.8063830101913667f,-0.24598784712335567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.792703955773767f,0.15212793867525293f,0.5903198529399466f,-0.07107476105213f,0.2138722289186675f,0.9762119429702195f,0.03562179248255184f,1.969780071006538f,-0.5708582207501112f,0.15449055853587748f,-0.8063830101913667f,-0.3623047574239101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7752436703516424f,0.04405954760938215f,0.630123803584796f,0.3126207830935762f,0.35845157477636047f,0.8520721315042021f,0.3814256824785566f,2.061446592720451f,-0.5201054894154272f,0.5215667157500965f,-0.6763567408561821f,0.058611851207947596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7725915660866859f,-0.07775772738160114f,0.630123803584796f,0.2228462199273889f,0.22074499300702832f,0.8976558899757158f,0.3814256824785566f,2.0959191293673327f,-0.5952931379363018f,0.4337829399876789f,-0.6763567408561821f,-0.0055855992901029106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8153753028641029f,-0.18479320033728375f,0.548647964170448f,0.2450270288207074f,0.38618388824821376f,0.5324176244697228f,0.7532552539554624f,2.120540975255366f,-0.4313062948030828f,0.8260647349107221f,-0.3627560251741032f,-0.0627808896154212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7183637556658844f,-0.427713602726437f,0.548647964170448f,0.2629881986171843f,0.20275660934077983f,0.6256966355648096f,0.7532552539554624f,2.119484203013324f,-0.6654647037328394f,0.6523532741434271f,-0.3627560251741032f,-0.03781000182642641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7764286544102683f,-0.31007088870495875f,0.548647964170448f,0.2838277069934033f,0.2981408574865447f,0.5862751499813714f,0.7532552539554624f,2.19270607644414f,-0.555221193496653f,0.748423337752129f,-0.3627560251741032f,0.05960620151351609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7764286544102683f,-0.010126043970352855f,0.630123803584796f,0.2861060668867327f,0.2981408574865447f,0.8750008444812811f,0.3814256824785566f,1.995830886435852f,-0.555221193496653f,0.4840154805277981f,-0.6763567408561821f,-0.0492972816052383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8067425073657295f,0.026248772051575366f,0.5903198529399466f,0.02957214241176677f,0.058525913815631436f,0.9976501417392648f,0.03562179248255184f,2.1643899424504167f,-0.5879976566460966f,0.06328662302105514f,-0.8063830101913667f,-0.19089586616453635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.792703955773767f,0.15212793867525293f,0.5903198529399466f,0.12241280850953368f,0.21387222891866747f,0.9762119429702195f,0.03562179248255184f,2.149592728602548f,-0.5708582207501113f,0.1544905585358775f,-0.8063830101913667f,-0.12358469468562513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8059603397873498f,-0.044163354886370076f,0.5903198529399466f,0.1394618817030079f,-0.028647734061485575f,0.9989546512397209f,0.03562179248255184f,2.1405986472451275f,-0.5912759406766033f,0.011798425814833119f,-0.8063830101913667f,-0.1115010806244404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7801610602187155f,0.2070535953403605f,0.5903198529399466f,0.1179097712752171f,0.2814483496867059f,0.9589149672202222f,0.03562179248255184f,2.1565871864670125f,-0.5586909222253746f,0.19393528378732564f,-0.8063830101913667f,-0.12657220449290302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.802946301386092f,0.08246034389544372f,0.5903198529399466f,0.10648365531976575f,0.12797590354913663f,0.9911373547652778f,0.03562179248255184f,2.272304848487706f,-0.582150672250043f,0.10414910308559105f,-0.8063830101913667f,-0.16857828859850815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.802946301386092f,0.08246034389544372f,0.5903198529399466f,0.08793007794329094f,0.12797590354913663f,0.9911373547652778f,0.03562179248255184f,2.049298943665519f,-0.582150672250043f,0.10414910308559105f,-0.8063830101913667f,-0.1920118367927661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.792703955773767f,0.15212793867525293f,0.5903198529399466f,0.09060500843957132f,0.2138722289186675f,0.9762119429702195f,0.03562179248255184f,1.521143113263368f,-0.5708582207501112f,0.15449055853587748f,-0.8063830101913667f,-0.17463150138015923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4675382873289773f,0.05752384263156507f,0.882099176629468f,0.06903356745273442f,0.1608754616384666f,0.9867529755172375f,0.02092011353908871f,1.1511107474444038f,-0.8692105819213758f,0.1516890663059703f,-0.47059897092867303f,-0.2315149012448981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6840109940909911f,-0.431423733373705f,0.5882197907623885f,-0.058397393205519676f,-0.33437451827806614f,0.9020930410281163f,0.2728036415720222f,0.8114276905291906f,-0.6483229453667095f,-0.010085019114477373f,-0.7612986607767644f,0.10317038033037426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6840109940909911f,0.49797552155288727f,0.5330566010254294f,0.137705684994896f,-0.33437451827806614f,0.43541688206416046f,-0.8358264295533111f,0.8519154096756769f,-0.6483229453667095f,-0.7499550111491053f,-0.13131960921119062f,-0.12460919172599458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6599870743860486f,0.22246681032737928f,0.7175831519385791f,-0.22170573825129422f,0.1319561339761624f,0.9746290773707172f,-0.18079198060082602f,0.5613568497563047f,-0.739597620567704f,-0.02463087181295437f,-0.6725984536142826f,-0.1926272797837877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6599870743860486f,0.5143970524759118f,0.5475515811751785f,-0.0194262515849305f,0.1319561339761624f,0.7968688021396061f,-0.5895656798717632f,0.8595242583739195f,-0.739597620567704f,-0.3168529384125752f,-0.593800955767088f,-0.3199354612542752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6272765220612717f,0.5156503789433126f,0.5836341761466108f,0.0556707695489423f,0.08094405179157223f,0.7885133710207197f,-0.6096677162201587f,1.0429533177398536f,-0.7745787405746934f,-0.3351885296622766f,-0.5363547559522175f,-0.2181008147635476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7837151805282282f,0.26460525154286313f,0.5619382320731923f,0.054983129532699286f,-0.2563747339629048f,0.6862417670890337f,-0.6806939348106242f,1.0098603077306973f,-0.5657406752170615f,-0.6775369347559279f,-0.4699799894107032f,-0.22460238878388636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6941133127159267f,0.4173758202437571f,0.5865186559576542f,0.06349656617851275f,-0.03316132228405308f,0.7953571966219025f,-0.6052332248696543f,1.0578662651765143f,-0.7191015476376722f,-0.43955017285584047f,-0.5382272844510071f,-0.2263423805045946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6774878115821134f,0.08386143878243853f,0.7307376576056677f,0.055128504248000865f,0.12873151729158394f,0.9916639822035894f,0.005544624056300018f,1.043192596387468f,-0.7241812353364905f,0.09782538262362382f,-0.6826358713846321f,-0.2185251574721145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6692795530304085f,-0.09192500932691815f,0.737302293876577f,0.05512307615191628f,-0.19118280163765414f,0.9802111695269932f,-0.05133419418381467f,1.044532274868296f,-0.7179930474965575f,-0.17531644473571267f,-0.6736097742401278f,-0.2185200866877337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6826463647147009f,-0.004051727876526523f,0.7307376576056677f,0.05507785764954428f,0f,0.9999846284538949f,0.005544624056300018f,1.0556924042431417f,-0.7307488903459269f,0.0037850174557428895f,-0.6826358713846321f,-0.21847784475391774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6294809189498606f,0.3031938108545384f,0.7154210548603817f,-0.07528699905373182f,0.1282534660504597f,0.9486425832300125f,-0.28918557662638067f,1.1005778272627058f,-0.7663581546014124f,-0.0902815725504994f,-0.6360380621737399f,-0.36183338845561963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7386574779595504f,0.12814889110201078f,0.6617877242468019f,0.20532238832456245f,-0.20666889518385723f,0.8914282352117934f,-0.4032910477938623f,1.093131855168543f,-0.6416175636763071f,-0.4346648860634046f,-0.6319757422603872f,-0.09369336882639884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6826463647147009f,0.11076305243495725f,0.7223056741830942f,0.035855328168911675f,0f,0.9884458036483152f,-0.1515747117761937f,0.9360188470972474f,-0.7307488903459269f,-0.10347192597669717f,-0.6747589345780234f,-0.21121175110571327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6826463647147009f,0.12335215488337795f,0.7202625817210211f,0.06875000000000003f,0f,0.9856499150892426f,-0.1688023841199193f,1.15625f,-0.7307488903459269f,-0.11523233387463745f,-0.672850331417025f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5250292060964626f,0.5928162904928374f,-0.6106661759685323f,-1.5302285330333858f,-0.4320749967400437f,0.8038338816772204f,0.40885484937789823f,0.8536309365569132f,0.7332499777959831f,0.04919284901329185f,0.6781773615125664f,0.1242545989811488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14406465147476424f,0.5928162904928374f,-0.7923472861831276f,-1.510444061045698f,0.045751050091366624f,0.8038338816772204f,0.5930918411875767f,0.8335681375171613f,0.9885100999033811f,0.04919284901329185f,-0.14292601580875153f,0.21367004095209097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2110343678686702f,0.5928162904928374f,-0.7771958191502211f,-1.4037569241670087f,-0.21400318975735466f,0.8038338816772204f,0.5550258781727301f,0.7603456553111277f,0.9537647143567164f,0.04919284901329185f,0.29650115219676143f,0.12448714713710565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4937442293034938f,-0.5886955112966421f,0.6400423665732481f,1.1537448435549345f,0.34771461171662665f,0.8082647716396333f,0.4751869187226087f,2.0698684257933f,-0.7970641033368988f,-0.012068715984588474f,0.6037740978762081f,-0.9703222511880402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19466228711398736f,-0.5886955112966421f,0.7845662425536398f,1.1381743571672154f,-0.15624028393036296f,0.8082647716396333f,0.5677121036262052f,2.059900092725219f,-0.9683468219873039f,-0.012068715984588474f,-0.2493166228745533f,-0.8784133028234024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16608518813566947f,-0.5886955112966421f,0.7911089085967395f,1.027293264071564f,0.10632888605953494f,0.8082647716396333f,0.5791392120342655f,1.9780133774541198f,-0.9803621158894695f,-0.012068715984588474f,0.1968361446056227f,-0.9538931986965646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010666349448667202f,0f,0.00001141795141165511f,-0.4385668622501531f,0f,0.000015625f,0f,1.3223725f,-0.00001141795141165511f,0f,-0.000010666349448667202f,0.2327951956252851f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43.mcfunction new file mode 100644 index 000000000..b4115c272 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..7303e0e21 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7849699173496418f,-0.05815469196745301f,0.21768028184176788f,0.3427671348564134f,-0.040039603313638775f,0.8124415638286552f,0.07266347070282406f,1.2738738351942347f,-0.22172844532677188f,0.059170783417700136f,-0.7837600138863635f,-0.4240358430203195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7322179370514124f,0.24163303116389234f,0.21323782711030326f,0.3427671348564134f,0.26832603061290017f,0.7502895918459004f,0.07118054272929704f,1.2738738351942347f,-0.1784881899614063f,0.13667116235059162f,-0.7677649115621521f,-0.4240358430203195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.19028090840506057f,0.11380834157131094f,0.7859931817323718f,0.2892653500867584f,0.2524308719409105f,0.7749912527027678f,-0.05110437916451766f,1.2855255166293738f,-0.753004830815939f,0.23104255899601478f,-0.21574870832724927f,-0.4775092352706173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2148726891304929f,0.03166809430020417f,0.7699525045541602f,0.2892653500867584f,-0.06206752327545885f,0.7960160020473108f,-0.050061432650956084f,1.2855255166293738f,-0.7680998307643877f,-0.07318234956606147f,-0.21134567346342786f,-0.4775092352706173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5397597649887295f,-1.4539350641562634f,0.19010122386831785f,-0.6581366275757514f,-0.0723396760088568f,0.22872921206911076f,1.5439741477178874f,1.6172075184958787f,-1.4645247069866192f,0.5245588877935106f,-0.146327051028135f,-0.43929794998667393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9816166541936655f,0.1596197582580145f,-0.10464357115124945f,-0.41210586057305765f,0.1337641903857847f,0.9664280320083639f,0.21937183118822823f,1.6099644722512014f,0.13614655919291224f,0.2013414803812021f,-0.9700132590319765f,-0.4810101919249741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.946921057701507f,0.1596197582580145f,0.2790377093783422f,-0.11282674737344739f,0.20754273388749586f,0.9664280320083639f,0.15146904818788903f,1.544146521517996f,-0.24549241147531048f,0.2013414803812021f,-0.9482589752730752f,-0.3899338133138603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13509504678143686f,0.21192346473091225f,0.9679038038108784f,0.48404548628728844f,0.3888481990196042f,0.9098302007874915f,-0.14493475723305058f,1.3053920669568102f,-0.9113431880769898f,0.35678768312742914f,-0.20531961112916008f,0.26853283308989595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5051819175986255f,0.21192346473091225f,0.8365881156386465f,0.3099027756256999f,0.414506813422668f,0.9098302007874915f,0.01982693524422102f,1.4345867896112434f,-0.756951340415988f,0.35678768312742914f,-0.547473485578069f,0.016238995300150605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.25960031912343895f,0.962518086459853f,0.07852775018215619f,-0.27970194594082076f,0.8334232154340551f,0.2643753658087864f,-0.4852951781431905f,1.2101947898846732f,-0.4878661889151259f,-0.060535933057423774f,-0.8708168478631415f,-0.1894325899787734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.60566367596571f,0.6012577293423814f,0.5212107582559543f,-0.16370855445002452f,0.5262683879547818f,0.7939762971682451f,-0.3043734932192317f,1.357163011271099f,-0.5968359032893199f,0.08994877676236651f,-0.79730553873893f,-0.177550353952948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.40393794671699507f,0.8807030962847203f,0.2473786397338395f,-0.04873251275728649f,0.7387773548555108f,0.4735421415828557f,-0.47954755770185853f,1.1539978724993436f,-0.5394832297252186f,-0.010949718700918099f,-0.841925144241231f,0.024068205400182095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6237911560969701f,0.5328165698279264f,0.5718313531907883f,0.054744540042892115f,0.4810520506655895f,0.8383608340813409f,-0.25639819895792837f,1.309588040146108f,-0.6160142190937127f,0.11514171613816057f,-0.779274577462349f,0.04078681106694754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605555f,0.5099278533178664f,0.4390309903064788f,0.22715187111425683f,0.9738526227352076f,0.0036189281630682867f,1.9509628415437017f,-0.49589393981477525f,0.11886426159866892f,-0.8602095603802502f,0.037758612313084194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605555f,0.5099278533178664f,0.4940668068881001f,0.22715187111425683f,0.9738526227352076f,0.0036189281630682867f,1.8210523430503038f,-0.49589393981477525f,0.11886426159866892f,-0.8602095603802502f,-0.03914804392934379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605555f,0.5099278533178664f,-0.05338066459349805f,0.22715187111425683f,0.9738526227352076f,0.0036189281630682867f,2.0844145658233275f,-0.49589393981477525f,0.11886426159866892f,-0.8602095603802502f,-0.25357907732809626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605555f,0.5099278533178664f,-0.061205910339533265f,0.22715187111425683f,0.9738526227352076f,0.0036189281630682867f,1.971540457663499f,-0.49589393981477525f,0.11886426159866892f,-0.8602095603802502f,-0.3676777790566324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.809656224610354f,0.14909705143050528f,0.5676503036240157f,0.367491877399547f,0.3732636901518976f,0.8771960070748862f,0.30199566683325846f,2.062688781522322f,-0.45291391628420513f,0.4563959185034475f,-0.7658797229392474f,0.008496467740859368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8230119304175316f,0.020603280951609904f,0.5676503036240157f,0.27290086549369885f,0.231444506628359f,0.9247875742923297f,0.30199566683325846f,2.098667158141368f,-0.5187338457648233f,0.37992558119786835f,-0.7658797229392474f,-0.04742524099095416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8315734850589818f,-0.020781918141656364f,0.555025810954061f,0.28442271584453016f,0.4161660513983438f,0.6384655604191234f,0.6474314989419392f,2.114078944854652f,-0.36781973385120403f,0.769369768081024f,-0.5222823023543695f,-0.1022280959370956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7844514158621343f,-0.27673511762456154f,0.555025810954061f,0.30554868021816195f,0.19850072655058476f,0.7358192140306505f,0.6474314989419392f,2.114023794133157f,-0.587565687996485f,0.6180515827474568f,-0.5222823023543695f,-0.07984604480941847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8180844272938214f,-0.15061281152055878f,0.555025810954061f,0.34604592499745973f,0.31116433832688417f,0.6957077035159137f,0.6474314989419392f,2.195277035909437f,-0.48364721065352234f,0.7023578662437593f,-0.5222823023543695f,0.004079686628448639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8180844272938214f,0.09225509533301238f,0.5676503036240157f,0.325288528547532f,0.31116433832688417f,0.9010967604910851f,0.30199566683325846f,1.9925302647989434f,-0.48364721065352234f,0.4236904832747237f,-0.7658797229392474f,-0.09125067210836404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8581147878148775f,0.06010486955364208f,0.5099278533178664f,0.0610129519736366f,0.07201114057831293f,0.997397262374206f,0.0036189281630682867f,2.166097521801512f,-0.5083831297024303f,0.03982594210283885f,-0.8602095603802502f,-0.2108533302869547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605555f,0.5099278533178664f,0.15950599917340286f,0.22715187111425683f,0.9738526227352076f,0.0036189281630682867f,2.149746916435378f,-0.49589393981477525f,0.11886426159866892f,-0.8602095603802502f,-0.15253594023505362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.860087886524003f,-0.014913479315920505f,0.5099278533178664f,0.17739095942153718f,-0.015191782769050116f,0.9998780491116147f,0.0036189281630682867f,2.140466406103813f,-0.5099196379734474f,-0.0046341169002374755f,-0.8602095603802502f,-0.1419728701364333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8226007076190583f,0.25159821190790904f,0.5099278533178664f,0.1549309101684802f,0.2945310654813117f,0.9556350531585757f,0.0036189281630682867f,2.1568178855012494f,-0.48639441535760636f,0.15316652682407167f,-0.8602095603802502f,-0.15521828194828194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8518317595655461f,0.11981751877792375f,0.5099278533178664f,0.1427105958470428f,0.1414106410044002f,0.989944409535038f,0.0036189281630682867f,2.2720557247228905f,-0.5043666166650902f,0.07519194254856501f,-0.8602095603802502f,-0.19830596998863076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8518317595655461f,0.11981751877792375f,0.5099278533178664f,0.11575165412200998f,0.1414106410044002f,0.989944409535038f,0.0036189281630682867f,2.0493182325775074f,-0.5043666166650902f,0.07519194254856501f,-0.8602095603802502f,-0.21522415706205786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8381474977020882f,0.19360360664605555f,0.5099278533178664f,0.10536299751248418f,0.22715187111425683f,0.9738526227352076f,0.0036189281630682867f,1.5217116880313355f,-0.49589393981477525f,0.11886426159866892f,-0.8602095603802502f,-0.18727379989264598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6990499023773332f,0.09678049487454089f,0.7084933096353697f,0.06907031193453134f,0.15223990759997197f,0.9882263939727458f,0.01521856726421092f,1.1511267902915558f,-0.6986789280636656f,0.11849949395445653f,-0.7055534178305317f,-0.23171111012556717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8070569636562018f,-0.3819214353719891f,0.4503277413367198f,0.029976459787063703f,-0.2949172951822721f,0.9214387425442891f,0.25293167603282085f,0.7591659896783879f,-0.5115494564716149f,0.07132083105095538f,-0.8562887904450206f,0.11538235087229298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8070569636562018f,0.3009166487921201f,0.5080435295265081f,0.16339887503613096f,-0.2949172951822721f,0.5399736336735547f,-0.7883224365320007f,0.8515957839006447f,-0.5115494564716149f,-0.786051935572388f,-0.34704395710989955f,-0.14840179068774928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7969103665955052f,0.21914985523837746f,0.5629451203817435f,-0.215446329207192f,0.16520753045366965f,0.9754146862075186f,-0.14585150603297736f,0.5857786543001922f,-0.5810682743826384f,-0.023227804022034948f,-0.8135232815514849f,-0.13167579611915609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7969103665955052f,0.4781492493024319f,0.36919799972932976f,-0.030412497975704028f,0.16520753045366965f,0.7603576771255273f,-0.6281422408321797f,0.8595620825571055f,-0.5810682743826384f,-0.4395787736319774f,-0.6849307718873415f,-0.30760055182260765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7668159770050543f,0.44637556322565153f,0.461239757571663f,0.06111546980924122f,0.10105608805119873f,0.7935872411601979f,-0.6000057980849303f,1.046399808550244f,-0.6338619127835118f,-0.41348294671331776f,-0.6536443438902376f,-0.2190500462596349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8795975060840366f,0.13724452698758238f,0.45549112735891784f,0.05947707140821304f,-0.23482103477243968f,0.7074417898909718f,-0.6666222285104649f,1.013388953288849f,-0.41372371084957626f,-0.693318147554074f,-0.5900361322436477f,-0.22579465229636742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.829529993007499f,0.3057312180856927f,0.46734185880233053f,0.06684793014834796f,-0.03427333304179674f,0.8073894453467844f,-0.5890225990442284f,1.0615383606504962f,-0.5574094808515414f,-0.5046292756375222f,-0.6592753330941213f,-0.22851184517783843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8169199745683904f,0.0898274236890895f,0.5697129005951693f,0.06076946672943145f,0.14552722148322053f,0.987938759679037f,0.05290401621067681f,1.0467709878442133f,-0.5580892249081271f,0.12612708304415302f,-0.8201392418145953f,-0.21976149675746737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8027829831994325f,-0.1379420755745868f,0.5800960831376079f,0.06067025616842069f,-0.17785315412892483f,0.9839820972424084f,-0.012144458523301087f,1.0500534217210824f,-0.5691289286724164f,-0.11292128272653601f,-0.8144575166671256f,-0.21961867662086462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8212893738299528f,-0.03018236785679232f,0.5697129005951693f,0.06039218713122154f,0f,0.9985996019770789f,0.05290401621067681f,1.0592534828689268f,-0.5705118442539155f,0.04344950634675643f,-0.8201392418145953f,-0.21921837792813292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7701995770788871f,0.278363143041969f,0.57385239571104f,-0.09818813551217653f,0.15314184750799953f,0.954123904702315f,-0.25728417949311266f,1.1039240837979531f,-0.6191447213772723f,-0.11027935015860353f,-0.77749487388616f,-0.33053888205808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8522471903047405f,0.0341301124263478f,0.5220247714844959f,0.23087600028185523f,-0.19146555735749154f,0.9082850232860518f,-0.3719667415509635f,1.0946612410702565f,-0.48684254843168784f,-0.4169573742003144f,-0.7675486180930291f,-0.12503373234966453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8212893738299528f,0.06737508946799188f,0.5665195157743323f,0.04507269267850855f,0f,0.9930021987802828f,-0.11809586452337614f,0.9348703811133529f,-0.5705118442539155f,-0.09699087862631052f,-0.8155421540480249f,-0.21085880037598406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8212893738299528f,0.07725195675947402f,0.5652573746629374f,0.06875000000000003f,0f,0.9907899027094701f,-0.13540815591742875f,1.15625f,-0.5705118442539155f,-0.11120927958489367f,-0.8137252187933006f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6805840802885204f,0.40641431769656367f,-0.6096168567461591f,-1.335600333958768f,-0.32607882320826964f,0.9131200752961165f,0.24471274823009243f,0.9194873209778281f,0.6561081547374186f,0.032235546566658196f,0.7539780890878791f,-0.05124566294321886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13815513852413058f,0.40641431769656367f,-0.9031835694202017f,-1.306689037334755f,0.026538966746860654f,0.9131200752961165f,0.40682602096624004f,0.9035219382814312f,0.9900549686473923f,0.032235546566658196f,-0.13693804655449676f,0.03649432784134831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3083871639894727f,0.40641431769656367f,-0.8600725315098536f,-1.1921338059202835f,-0.170297415428234f,0.9131200752961165f,0.3704193817683924f,0.8559417223643708f,0.9358932350353832f,0.032235546566658196f,0.35080581829917706f,-0.05999654029581184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5522979928887075f,-0.4208444843777579f,0.71962271157873f,1.0852457031183809f,0.26888248068159026f,0.9070167554198492f,0.3240722403572446f,2.136340197552768f,-0.7890938718768631f,0.01450949194384854f,0.6141012424754668f,-0.8731070346276875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31184871575964423f,-0.4208444843777579f,0.8518452315109121f,1.0723829221405792f,-0.12963686191593385f,0.9070167554198492f,0.4006430948116273f,2.128891283928712f,-0.9412463346604062f,0.01450949194384854f,-0.33740896865952114f,-0.7805428674173762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1372029970965516f,-0.4208444843777579f,0.8966968593435256f,0.9443097837279512f,0.07945507865659815f,0.9070167554198492f,0.4135305259147422f,2.070586161853529f,-0.9873511169099862f,0.01450949194384854f,0.15788364886882345f,-0.8505074983528553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012832646466093014f,0f,0.000008914247566467431f,-0.32940454898018456f,0f,0.000015625f,0f,1.3223725f,-0.000008914247566467431f,0f,-0.000012832646466093014f,0.32926877527218995f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44.mcfunction new file mode 100644 index 000000000..ab8f048bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..69483bf44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8044703710752813f,-0.048692180563475254f,-0.13191261523606357f,0.2589038167917494f,-0.059987051228047976f,0.8117666293911636f,0.0661886511141992f,1.272810431646881f,0.12717476239964973f,0.07488962146604533f,-0.803220124778824f,-0.5001321119311898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7463190868266942f,0.25750704374514355f,-0.12922052104757248f,0.2589038167917494f,0.2500200795130293f,0.7571565303493041f,0.06483786231595025f,1.272810431646881f,0.1431704595175552f,0.02010251156050723f,-0.7868278773343582f,-0.5001321119311898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3857227911276872f,0.16117098618763442f,0.7015598948489121f,0.18218284036835164f,0.230215298339466f,0.7817507965467129f,-0.05301936394842101f,1.2837835053864899f,-0.6820288038342528f,0.1727253593260984f,-0.41466505209690974f,-0.5358985279913685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4095074528698255f,0.001266468953367031f,0.6872423459744446f,0.18218284036835164f,-0.08470714370921806f,0.7938055258828439f,-0.05193733611273895f,1.2837835053864899f,-0.6820031860986381f,-0.09935382797986143f,-0.4062025000132994f,-0.5358985279913685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.486200497601076f,-0.47883499985809547f,-0.057718054724771116f,-0.6097113427287493f,-0.08831052486593591f,0.0863447071777147f,1.5576110209998828f,1.5681659268398398f,-0.47414721567063634f,1.4848124071589963f,-0.10919149883800836f,-0.020723826414598745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.613171163670877f,0.20460079796833322f,-0.7629938646628979f,-0.46268086831260735f,0.03260844051133405f,0.9716085061193911f,0.23433651111993642f,1.5863453709305917f,0.7892767661916331f,0.11880835116761179f,-0.6024340312788711f,-0.22165885748359573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9191537172131263f,0.20460079796833322f,-0.3365931633352258f,-0.16585380669346436f,0.1489661575151023f,0.9716085061193911f,0.1838096699078452f,1.5381961928594778f,0.36464438573557995f,0.11880835116761179f,-0.9235361647733971f,-0.3180233182037769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.43182444718461965f,0.38671409129345835f,0.8148495925069682f,0.6288020385865083f,0.4482408490173845f,0.8759747697035355f,-0.17818065022614696f,1.2912954915567494f,-0.7826926523775932f,0.2883061123838912f,-0.55160837328327f,0.0661396744483973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7452507715539836f,0.38671409129345835f,0.5431882722346524f,0.37466477107775925f,0.4809906120021142f,0.8759747697035355f,0.03627993947996368f,1.4428312068840818f,-0.4617892578482351f,0.2883061123838912f,-0.8388267204244649f,-0.08591398998761757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3661583527156825f,0.8993609087266118f,-0.23891005962700954f,-0.2503997791676092f,0.85560580205667f,0.224437022907801f,-0.46644049377733643f,1.210009577099152f,-0.3658780838250635f,-0.3752039160279734f,-0.8516779022457805f,-0.0760452583878522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7653001758215939f,0.6080104393523348f,0.21127930927097047f,-0.13507732610610285f,0.5388128162236179f,0.7846995523483268f,-0.30647571130109036f,1.3552252699688314f,-0.3521312112843895f,-0.12070591610570017f,-0.9281345225000912f,-0.10447845842329653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5410980290454361f,0.8385363737040271f,-0.06379398826256827f,0.04224934164095101f,0.7552673929317759f,0.4511993052599703f,-0.4753844256041192f,1.1599569427008478f,-0.36984332917761653f,-0.3054110949330759f,-0.8774622356287458f,0.0468829403218914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7952749642634009f,0.5433415008398439f,0.26891958775989583f,0.14580662047192108f,0.4827280377402945f,0.8358815777462076f,-0.26129605730648775f,1.3150516381700963f,-0.36675792124404244f,-0.07798718772732122f,-0.9270418683938348f,0.026466330945557226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.891405952104008f,0.20917700898971184f,0.402045280364868f,0.47076514166156946f,0.21433836057038969f,0.9762126303937305f,-0.032679771231627075f,1.9580437107580064f,-0.3993175374830724f,0.057042783679198794f,-0.9150364064279537f,-0.04192506283220648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.891405952104008f,0.20917700898971184f,0.402045280364868f,0.5157374837759622f,0.21433836057038969f,0.9762126303937305f,-0.032679771231627075f,1.8249157148844355f,-0.3993175374830724f,0.057042783679198794f,-0.9150364064279537f,-0.11986566623911175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.891405952104008f,0.20917700898971184f,0.402045280364868f,-0.0529358551995352f,0.21433836057038969f,0.9762126303937305f,-0.032679771231627075f,2.08396749759311f,-0.3993175374830724f,0.057042783679198794f,-0.9150364064279537f,-0.2765241161035116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.891405952104008f,0.20917700898971184f,0.402045280364868f,-0.07481895949294304f,0.21433836057038969f,0.9762126303937305f,-0.032679771231627075f,1.9669148787623185f,-0.3993175374830724f,0.057042783679198794f,-0.9150364064279537f,-0.38441353482164725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.855099227638744f,0.2403598684382235f,0.4593826776620811f,0.40070065179933817f,0.3629823112490625f,0.9102069800098576f,0.19941688810535452f,2.0731806192201f,-0.37020150271428176f,0.33726901308257573f,-0.8655636661750498f,-0.07278177953657021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8821721046269688f,0.10363364937143305f,0.4593826776620811f,0.3001320033220863f,0.21612565466924816f,0.9557837653633616f,0.19941688810535452f,2.1077068541742934f,-0.4184042055379148f,0.27520439783149075f,-0.8655636661750498f,-0.11820233290557697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8554210134287364f,0.1591308186412992f,0.49288160073500786f,0.29803938157985344f,0.4232250144343746f,0.7633173220161042f,0.48808529282000146f,2.113179011315995f,-0.29855565133083206f,0.6261182384092586f,-0.7203058201831426f,-0.16509545933063363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.862727856286163f,-0.11299722848272979f,0.49288160073500786f,0.3227939548738183f,0.166632883233172f,0.8567416350091863f,0.48808529282000146f,2.1150323204219372f,-0.47742447383149744f,0.5032150605824594f,-0.7203058201831426f,-0.14690090049037735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8697829057492054f,0.023354325581474072f,0.49288160073500786f,0.38288099375448814f,0.29860527527950975f,0.8201265978542958f,0.48808529282000146f,2.205522639441525f,-0.39282640751573406f,0.571705290310115f,-0.7203058201831426f,-0.08785266212938835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8697829057492054f,0.18012565705774886f,0.4593826776620811f,0.3423527209164947f,0.29860527527950975f,0.9333101276176236f,0.19941688810535452f,1.99552786072756f,-0.39282640751573406f,0.3106234913136634f,-0.8655636661750498f,-0.1577429476749625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9131537591302575f,0.06715507964863453f,0.402045280364868f,0.06600722723427205f,0.05898619907649061f,0.9977237397550273f,-0.032679771231627075f,2.166370685053588f,-0.4033247333164536f,-0.006126533002311512f,-0.9150364064279537f,-0.2511124631394859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.891405952104008f,0.20917700898971184f,0.402045280364868f,0.17079178927787753f,0.21433836057038969f,0.9762126303937306f,-0.032679771231627075f,2.1515197867532674f,-0.39931753748307247f,0.057042783679198794f,-0.9150364064279537f,-0.2045422258413646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9155318842341644f,-0.012687059823915131f,0.402045280364868f,0.18979908386374572f,-0.028195614814736453f,0.9990680856965996f,-0.032679771231627075f,2.1425152906849534f,-0.4012559984048338f,-0.0412552863952835f,-0.9150364064279537f,-0.19586928354467312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8746430814711237f,0.27084880020231283f,0.402045280364868f,0.16594457064384788f,0.28191339381739233f,0.9588831372688794f,-0.032679771231627075f,2.1585174046728897f,-0.3943657165893831f,0.08475881364412327f,-0.9150364064279537f,-0.20692189282749923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9062448609176691f,0.1306898794729321f,0.402045280364868f,0.14890645577190237f,0.12844020151628835f,0.9911786656232588f,-0.032679771231627075f,2.2721276506353902f,-0.4027696198756432f,0.022022902094109183f,-0.9150364064279537f,-0.25261717907455605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9062448609176691f,0.1306898794729321f,0.402045280364868f,0.11950123289049269f,0.12844020151628835f,0.9911786656232588f,-0.032679771231627075f,2.0491124508701573f,-0.4027696198756432f,0.022022902094109183f,-0.9150364064279537f,-0.2575723320457306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.891405952104008f,0.20917700898971184f,0.402045280364868f,0.11115984478486421f,0.21433836057038969f,0.9762126303937305f,-0.032679771231627075f,1.52303242557306f,-0.3993175374830724f,0.057042783679198794f,-0.9150364064279537f,-0.20829717879506238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8988286290496765f,0.11233760448279308f,0.4236594838071569f,0.06903324310381681f,0.12855562175595214f,0.9916539335392275f,0.009794294824954988f,1.1511622004958497f,-0.4190233259803321f,0.06326720094365743f,-0.9057685761656424f,-0.23202237914893392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9178957237829334f,-0.29952715384949913f,0.2602900773518335f,0.13688663785285307f,-0.24164578915435425f,0.9422016747081592f,0.23208471893063048f,0.6866142815855028f,-0.3147614221040665f,0.15013156991105808f,-0.9372223636208576f,0.08183739907085952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9178957237829334f,0.07262226470423852f,0.39011978536115355f,0.1858668349874773f,-0.24164578915435425f,0.6775154952988558f,-0.6946798300036613f,0.8514673144349225f,-0.3147614221040665f,-0.7319144487569389f,-0.6043397114668637f,-0.18755633460362026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9127386489537578f,0.2257824776942396f,0.3404855818861044f,-0.18499973801179434f,0.2052102196897538f,0.9740195535327658f,-0.09578452417126015f,0.6133047360992842f,-0.3532660816451982f,-0.017555116122713432f,-0.9353581631957709f,-0.0663957406414763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9127386489537578f,0.3850815888960598f,0.1364563248785299f,-0.04127595183669719f,0.2052102196897538f,0.7209500362124537f,-0.661906195030795f,0.8602637640107706f,-0.3532660816451982f,-0.5761451337801509f,-0.7370616394715577f,-0.29427988301081487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8930365178667907f,0.34830119054137043f,0.28490710490231946f,0.06642787125129583f,0.12929607360846576f,0.8050657347477037f,-0.5789228688560975f,1.050475471593051f,-0.43100847219723115f,-0.48016189290967676f,-0.7639870767831122f,-0.22293755250569935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9552194763572939f,-0.011013257768208096f,0.2956931858210948f,0.06354068713939127f,-0.20690097797519524f,0.739260952056276f,-0.6408472751582521f,1.0176486276474668f,-0.21153660983528422f,-0.6733290079286497f,-0.7084351133175255f,-0.2301454030505017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9428817452062285f,0.15865254286558664f,0.2929221487001969f,0.06940260643002558f,-0.03471755767217223f,0.8277223637948058f,-0.5600628354597533f,1.0659952659142038f,-0.33131360634018103f,-0.5382425653143965f,-0.7749362781142984f,-0.23302960060534428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9323692060219292f,0.11765903768408618f,0.3418245376114656f,0.06603939451927891f,0.16733389928869657f,0.9786222444957919f,0.11957369579827698f,1.0505223374247705f,-0.32044817024111377f,0.1686856645636295f,-0.9321255906581736f,-0.22385841614117727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9197208057141322f,-0.16668660584966863f,0.3554282135211904f,0.06581103747192792f,-0.16119245817190872f,0.9858852690455451f,0.04524630048402471f,1.0560294154142182f,-0.3579533921686526f,-0.015678383504379723f,-0.9336078177295029f,-0.223235706463486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9388616151049918f,-0.04116859445201056f,0.3418245376114656f,0.06552478708862879f,0f,0.9928253276750857f,0.11957369579827698f,1.0629326540207091f,-0.3442947395509353f,0.11226315316124336f,-0.9321255906581736f,-0.22245512672666173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8948057993016647f,0.2534544245948742f,0.3675369861515848f,-0.11681069943071072f,0.18632161984892603f,0.9601149835557332f,-0.2084789493657492f,1.1077957398849343f,-0.4057176795666924f,-0.1180680863106349f,-0.906340494230487f,-0.28798680073633864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9458565543032592f,-0.06423570188601248f,0.3181652923949705f,0.2523697512233492f,-0.17210488722647643f,0.9303363486852471f,-0.32381196103257864f,1.095992830538696f,-0.275200447809097f,-0.3610374674714713f,-0.891020011339509f,-0.1692204034132936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9388616151049918f,0.023125034222960666f,0.3435172491660838f,0.05490937766464343f,0f,0.9977417883704363f,-0.0671663884644962f,0.9336129397398789f,-0.3442947395509353f,-0.0630599439545462f,-0.9367414668872107f,-0.21619914837621415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9388616151049918f,0.029116714818903974f,0.34306134232903746f,0.06875000000000003f,0f,0.9964176123529898f,-0.08456915390830831f,1.15625f,-0.3442947395509353f,-0.07939873242641697f,-0.9354982488527875f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8319027933718f,0.11690774178007958f,-0.5424668858945021f,-1.2472156585498375f,-0.13743908924395834f,0.9905065542345317f,0.0026949519895419216f,0.9956589511528259f,0.5376320666850034f,0.07231421665424383f,0.8400728628766051f,-0.2944990964807068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1505885861240936f,0.11690774178007958f,-0.9816596445005921f,-1.209218582073179f,-0.05429214202661548f,0.9905065542345317f,0.1262898623508494f,0.9849660488471748f,0.9871045745225318f,0.07231421665424383f,-0.14281180982809105f,-0.20946412414867888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.40530214908435835f,0.11690774178007958f,-0.9066767604055389f,-1.0922156062506774f,-0.11405762459361266f,0.9905065542345317f,0.07673085618248505f,0.9788028715726276f,0.9070397048749649f,0.07231421665424383f,0.4147886544374375f,-0.3141999084803085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6135495424343691f,-0.17722907720969458f,0.7695107622184222f,1.0048502884433264f,0.13261933723434435f,0.983773713167938f,0.1208362225133297f,2.20273352549827f,-0.77844015207985f,0.027912998247551293f,0.6270979143313526f,-0.7909497249624835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4577502672397696f,-0.17722907720969458f,0.8712373654942264f,0.9961282986262697f,-0.05729094285411617f,0.983773713167938f,0.1700206727038041f,2.19851647450173f,-0.8872330250327737f,0.027912998247551293f,-0.4604763010405921f,-0.6977016371830349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09303455804860283f,-0.17722907720969458f,0.9797624330418583f,0.8535249285785192f,0.044981877296424756f,0.983773713167938f,0.1736833670639105f,2.1745724949404135f,-0.9946462696474515f,0.027912998247551293f,0.09949704922881725f,-0.7592502384570818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014669712736015499f,0f,0.000005379605305483365f,-0.17472886714828825f,0f,0.000015625f,0f,1.3223725f,-0.000005379605305483365f,0f,-0.000014669712736015499f,0.411732413101973f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45.mcfunction new file mode 100644 index 000000000..5425817d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..8c584008f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6700911456468728f,-0.04287490053835854f,-0.4648484095637326f,0.154447620840031f,-0.08491909685250586f,0.8108421414994167f,0.04762575986626224f,1.2713769640245223f,0.45903273081541845f,0.08741400869946421f,-0.6697702498377138f,-0.5436575140617493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6225218042258119f,0.21239660723045287f,-0.45536170732773806f,0.154447620840031f,0.22710939263400765f,0.7656662106962864f,0.0466538055832773f,1.2713769640245223f,0.4482052287076222f,-0.0929673869428566f,-0.656101469228781f,-0.5436575140617493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5583379717300095f,0.1737302967430716f,0.5701060758862577f,0.05910190837925626f,0.19771016131977412f,0.7909540336510096f,-0.04740098318126875f,1.2801313514358243f,-0.5622400251491991f,0.10561223929642961f,-0.5828178561741789f,-0.5516680478973652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.570436634026448f,-0.052075911284930346f,0.558471258011028f,0.05910190837925626f,-0.11757515072104852f,0.78994936750503f,-0.046433616177569394f,1.2801313514358243f,-0.5484324301985605f,-0.11518722256503612f,-0.5709236142114407f,-0.5516680478973652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2748341918326052f,0.896634007207529f,-0.11068645108357504f,-0.344873361346785f,-0.1429564760454119f,-0.011184106269587076f,1.5559063634176797f,1.5198510190152068f,0.8920580022011941f,1.279581424875306f,0.09116001219227113f,0.26127205808715326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.12021938068808802f,0.20022178499475796f,-0.9723469223073034f,-0.38269026145974305f,-0.049539905297452f,0.9794402033449402f,0.19555737228430373f,1.558094008049817f,0.9915105134541395f,0.024660188262363842f,0.12766666293427087f,0.01748826854336949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5295080441989463f,0.20022178499475796f,-0.8243375934300942f,-0.19525475585804342f,0.08699866436329551f,0.9794402033449402f,0.18201131962222827f,1.528566701956008f,0.843832011438064f,0.024660188262363842f,-0.5360404943539763f,-0.2302162807175704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.656334874517572f,0.5201531621353658f,0.5465027176625772f,0.6798246387808184f,0.4947369600890737f,0.8435968845081757f,-0.20875736339090412f,1.2861085325720891f,-0.5696137926822218f,0.1333603553110125f,-0.8110210495526582f,-0.17343440296054913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8388928367855767f,0.5201531621353658f,0.1603106244465019f,0.3952147815323626f,0.5339500779737115f,0.8435968845081757f,0.056935144506421204f,1.455453536983552f,-0.10562254788498017f,0.1333603553110125f,-0.9854232050289893f,-0.20487703743820082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5032967254870776f,0.7044763511742755f,-0.5004053124719641f,-0.178707839266821f,0.8337466306819854f,0.2437264829235147f,-0.4954431928568309f,1.2041573935289256f,-0.22706598587287885f,-0.6665661798785717f,-0.7100215249565784f,0.02385643568687003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8597319846095399f,0.4985154891860504f,-0.11110005256945071f,-0.08593056037299561f,0.505623040133981f,0.7999990201859105f,-0.32302772170086874f,1.3521382865531535f,-0.07215438950620015f,-0.33389201060099677f,-0.9398456625062497f,-0.044622351691480905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6641975208969655f,0.6631555910710832f,-0.34505987200120447f,0.13996796352147228f,0.7282072086123921f,0.4696156889784117f,-0.49917468484517524f,1.1660118426471842f,-0.16898495364757563f,-0.5828256743628357f,-0.7948322582433555f,0.038436937629437555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.89057064024799f,0.45106548889153997f,-0.05851375444561084f,0.22417703172335096f,0.44865963459961605f,0.850017026400639f,-0.27599925200977354f,1.323665039772243f,-0.0747560499840925f,-0.2720495902589298f,-0.959375084849885f,-0.01856845482442354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9396641210673786f,0.18350857112561147f,0.2887142945926078f,0.4660771789994768f,0.17343975365300843f,0.9829959605961205f,-0.06031246392325644f,1.975742480190422f,-0.29487283942651354f,-0.006598922271610751f,-0.9555137166955788f,-0.12526971391821032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9396641210673786f,0.18350857112561147f,0.2887142945926078f,0.505442977266859f,0.17343975365300843f,0.9829959605961205f,-0.06031246392325644f,1.840709700861114f,-0.29487283942651354f,-0.006598922271610751f,-0.9555137166955788f,-0.20296652809597523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9396641210673786f,0.18350857112561147f,0.2887142945926078f,-0.08597549212760817f,0.17343975365300843f,0.9829959605961205f,-0.06031246392325644f,2.0776383354615646f,-0.29487283942651354f,-0.006598922271610751f,-0.9555137166955788f,-0.29850750708128704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9396641210673786f,0.18350857112561147f,0.2887142945926078f,-0.11708450294027929f,0.17343975365300843f,0.9829959605961205f,-0.06031246392325644f,1.955613537656232f,-0.29487283942651354f,-0.006598922271610751f,-0.9555137166955788f,-0.3983197842160404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9029215175189242f,0.27771678318322535f,0.32803372012597165f,0.39264981763861795f,0.32486411540715165f,0.940690564422222f,0.09779861209511156f,2.0911884725130494f,-0.2814179093839829f,0.1948708555566037f,-0.9395899690463844f,-0.15939915286818498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9352495317358716f,0.1330495841712731f,0.32803372012597165f,0.286263880718737f,0.17370807385161377f,0.9799290466921736f,0.09779861209511156f,2.1210721591548407f,-0.3084377059741484f,0.14844821184783316f,-0.9395899690463844f,-0.19343058427173218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8872015471186052f,0.2800915112859955f,0.36663627765931783f,0.27287968396222567f,0.3987228585112307f,0.8652851042404762f,0.30381206440854414f,2.1196504184785794f,-0.23214972946567555f,0.41572879823879816f,-0.8793611712055167f,-0.2271609731696302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9303318496218262f,-0.0077774985278911135f,0.36663627765931783f,0.30048052205146963f,0.11182017059313146f,0.946147176166764f,0.30381206440854414f,2.1238439886925087f,-0.3492547766713501f,0.3236433709321219f,-0.8793611712055167f,-0.21420437907117285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9200945895773486f,0.137854220590485f,0.36663627765931783f,0.37158279278806045f,0.258453506091168f,0.9170060058194827f,0.30381206440854414f,2.2211168058904907f,-0.2943258932198677f,0.3742942681318921f,-0.8793611712055167f,-0.1864895696415822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9200945895773486f,0.21405565792757308f,0.32803372012597165f,0.32342026975435656f,0.258453506091168f,0.9610604646230394f,0.09779861209511156f,2.0048782013503073f,-0.2943258932198677f,0.17476543893957233f,-0.9395899690463844f,-0.2258117934029859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.95680236160816f,0.03425342200336587f,0.2887142945926078f,0.032501781026946695f,0.01752997524620739f,0.9980256042123234f,-0.06031246392325644f,2.164190324902725f,-0.2902101665843482f,-0.05264595347874407f,-0.9555137166955788f,-0.291065522231495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9396641210673786f,0.18350857112561147f,0.2887142945926078f,0.14258629016701216f,0.17343975365300845f,0.9829959605961205f,-0.06031246392325644f,2.1541186913444146f,-0.2948728394265136f,-0.006598922271610755f,-0.9555137166955788f,-0.2571670905589534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9561468221920625f,-0.04926774309742038f,0.2887142945926078f,0.16278238206098117f,-0.06952039441835402f,0.9957556534890588f,-0.06031246392325644f,2.145998424440563f,-0.28451743210555136f,-0.07773910235309f,-0.9555137166955788f,-0.25055216330156255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9245742356722665f,0.2486092090589912f,0.2887142945926078f,0.13726648329197083f,0.24158759504606575f,0.9685028862194289f,-0.06031246392325644f,2.160877926686332f,-0.2946148615581068f,0.013986441852693487f,-0.9555137166955788f,-0.25920114867140637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9520822412113769f,0.10091314120477335f,0.2887142945926078f,0.11120969625858586f,0.08710601996376284f,0.9943716347430565f,-0.06031246392325644f,2.2719717575807468f,-0.29317562527603513f,-0.0322736727164269f,-0.9555137166955788f,-0.30679157962081033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9520822412113769f,0.10091314120477335f,0.2887142945926078f,0.08850423948751189f,0.08710601996376284f,0.9943716347430565f,-0.06031246392325644f,2.0482381397635594f,-0.29317562527603513f,-0.0322736727164269f,-0.9555137166955788f,-0.29953000325961426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9396641210673786f,0.18350857112561147f,0.2887142945926078f,0.1028917902130393f,0.17343975365300843f,0.9829959605961205f,-0.06031246392325644f,1.5246575052490232f,-0.29487283942651354f,-0.006598922271610751f,-0.9555137166955788f,-0.22942914702036274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9923442947083091f,0.09077947573778238f,0.0837370141851372f,0.06884948681137092f,0.09111438969891442f,0.9958404169410695f,0.0001788195493724297f,1.1512173488961222f,-0.08337246997458357f,0.00780709750229016f,-0.9964878727204495f,-0.23235680858372154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9795674164750954f,-0.19636900959276044f,0.04343833159624594f,0.21961131933631006f,-0.18320772225006704f,0.9603750170127332f,0.21003513326520978f,0.6139074054461109f,-0.08296147954472215f,0.19778533507151258f,-0.9767283932303801f,-0.0047047020819555585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9795674164750954f,-0.10119777313007047f,0.17380071143071263f,0.1945366459442737f,-0.18320772225006704f,0.8054888678789192f,-0.5635801755128362f,0.8519856848845107f,-0.08296147954472215f,-0.5839064089703518f,-0.8075708628195416f,-0.23439499164891142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.964843206173912f,0.2483105431917585f,0.086136296878028f,-0.13449653783239324f,0.24561448740015582f,0.9685098676879704f,-0.04076959369663424f,0.6412425956182612f,-0.09354737344898928f,-0.018179943092423823f,-0.9954488327332306f,-0.012504435786585444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.964843206173912f,0.2405958554806591f,-0.10578857133724677f,-0.05233470912428838f,0.24561448740015582f,0.6821320331660362f,-0.6887448097139668f,0.8619582497983933f,-0.09354737344898928f,-0.6905139561618573f,-0.7172442856283316f,-0.2804148970766908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.967202891823389f,0.24210757811990244f,0.07682764258643472f,0.06917082777770081f,0.16080537520539923f,0.8177698559546884f,-0.5526247316189338f,1.0548638335199012f,-0.19662196559266815f,-0.522145940622699f,-0.8298815694650125f,-0.22851013341920223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9844192487207932f,-0.14438250093311997f,0.10036152735130469f,0.06462380981610646f,-0.17552655697726569f,0.7729769793043941f,-0.6096695967990865f,1.022305171757323f,0.010448470878352198f,-0.6177865997978199f,-0.7862763805218571f,-0.2360698157463219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9963355444534766f,0.011750014367615906f,0.08471965545819476f,0.06939114054709361f,-0.034661570230756694f,0.8500676692779393f,-0.5255316671690775f,1.0708026023188626f,-0.07819244469725148f,-0.5265423960240359f,-0.8465453601441181f,-0.2383828033446529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9805921288927187f,0.17526687998288634f,0.08786693083697844f,0.0686011993850261f,0.1892981712840952f,0.9630483513358948f,0.1915830768562608f,1.0543808329753606f,-0.05104193474137885f,0.20449790651808428f,-0.9775353329305175f,-0.22959456652447924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.982773402414023f,-0.15453081139214356f,0.1013739011681531f,0.06846700458338724f,-0.143502571471774f,0.9837029412313891f,0.1083306761434747f,1.0620599770345245f,-0.11646223202632307f,0.09191709168157887f,-0.9889326553250465f,-0.22810162533661674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9959845519170529f,-0.017151524943191894f,0.08786693083697844f,0.0683868053232362f,0f,0.9814764004612071f,0.1915830768562608f,1.0666492879811256f,-0.08952526091884506f,0.19081378495757328f,-0.9775353329305175f,-0.22720939421250957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9619510588284207f,0.24202323813124535f,0.12678687875070876f,-0.12491271087783656f,0.22200877305154829f,0.9628693568181339f,-0.1536056847541098f,1.111821972179946f,-0.15925534561523064f,-0.11961335170080026f,-0.979964479452125f,-0.24091131429742768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9878003741426382f,-0.13400252794844128f,0.07933311633291242f,0.2621567825612431f,-0.1506605677885681f,0.951231952012022f,-0.2691824043005489f,1.0970022234582972f,-0.039393072453040204f,-0.2778508520318501f,-0.9598161750397232f,-0.2187414373716648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9959845519170529f,0.000913184783811153f,0.0895206034169671f,0.060415774471106555f,0f,0.9999479755565059f,-0.010200302958501935f,0.9328979293611026f,-0.08952526091884506f,-0.010159344171541736f,-0.9959327363750108f,-0.22579612168722699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9959845519170529f,0.0024753956566892494f,0.08949103172346451f,0.06875000000000003f,0f,0.9996176588034568f,-0.027650247888506056f,1.15625f,-0.08952526091884506f,-0.027539219753629142f,-0.9956037459917344f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9070699176242523f,-0.2007767327140419f,-0.37001738897220227f,-1.3521261410199834f,0.11221313643778144f,0.9624552904275769f,-0.24715991976605814f,1.0726635793486352f,0.4057491547149885f,0.18267051630912584f,0.8955440279067409f,-0.5335198459707075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12865884901308217f,-0.2007767327140419f,-0.9711516895785657f,-1.3060242451510053f,-0.21075859216730722f,0.9624552904275769f,-0.17105738731672224f,1.0668271613921056f,0.9690344247746225f,0.18267051630912584f,-0.16614381141972678f,-0.4520974048213376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4917535559357668f,-0.2007767327140419f,-0.8472704077360441f,-1.2019846319250878f,-0.06225512486964858f,0.9624552904275769f,-0.26420468079773474f,1.1093760724900306f,0.8685060389266115f,0.18267051630912584f,0.4607914309309196f,-0.5619273400356605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.64531243755656f,0.08784533843756848f,0.7588511411664347f,0.9360257375204918f,-0.04775629792781238f,0.9960623115319783f,-0.0746940931654049f,2.261240389631547f,-0.7624245496723207f,0.011961106151239555f,0.6469665663669164f,-0.6346492523369669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5771863814630389f,0.08784533843756848f,0.8118738064307731f,0.9319791019413252f,0.06068266485878967f,0.9960623115319783f,-0.06463347221995719f,2.2604725733314157f,-0.814354649547259f,0.011961106151239555f,-0.5802442905366667f,-0.5409897749808623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.04316411284444422f,0.08784533843756848f,0.9951985007410036f,0.7847226446197579f,0.008190040534732483f,0.9960623115319783f,-0.08827680772213958f,2.274098002639802f,-0.9990344251317826f,0.011961106151239555f,0.04227468913247322f,-0.5941607170287856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015562258623703953f,0f,0.0000013988322018569543f,0.000012864614832727717f,0f,0.000015625f,0f,1.3223725f,-0.0000013988322018569543f,0f,-0.000015562258623703953f,0.4528432308722921f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46.mcfunction new file mode 100644 index 000000000..e8c07a79a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..0c18cd676 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.44386084102440876f,-0.04140576437175819f,-0.6842642478796764f,0.05726497286111995f,-0.10551644401997447f,0.8095876665947386f,0.01945596524231753f,1.2690785332038172f,0.6773464979542807f,0.09898392404285208f,-0.4453631652197954f,-0.5511929409242846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.41722701681813745f,0.12891845084534573f,-0.6702996713923361f,0.05726497286111995f,0.2079980121595015f,0.7722522807271576f,0.019058904727168192f,1.2690785332038172f,0.6501218680945392f,-0.1643363865470444f,-0.4362741210316364f,-0.5511929409242846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6791223790883778f,0.156606476216999f,0.42568961729490246f,-0.046674903716154334f,0.16175682735729896f,0.7996709696069815f,-0.03613189194569436f,1.2742839702914284f,-0.4237593272944997f,0.054269663894010674f,-0.6960081038006587f,-0.5277216915343688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6733302562868047f,-0.1128522759084589f,0.41700207408480244f,-0.046674903716154334f,-0.15338156020168045f,0.784360456618701f,-0.03539450639578223f,1.2742839702914284f,-0.4038569832983506f,-0.10974077599135093f,-0.6818038567843188f,-0.5277216915343688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.22933035973418237f,1.5455539003721999f,-0.008773662204017173f,-0.049353340207874796f,-0.192060024149133f,-0.019696111519234685f,1.5505261237124823f,1.4890341932445028f,1.5335992903063123f,0.22865138144192673f,0.19286786289237873f,0.32132877098042645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7212402125494392f,0.15503075067021502f,-0.6751133402238986f,-0.23349347003117965f,-0.08148280410401676f,0.9868542855815323f,0.13956780310913322f,1.5346460861175688f,0.6878757943386191f,-0.045651783930017176f,0.7243913349751091f,0.15904809278637694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.008186069142069374f,0.15503075067021502f,-0.9878757283275214f,-0.197369962405556f,0.047492150301295846f,0.9868542855815323f,0.1544769066531385f,1.5173350544335058f,0.9988380669216408f,-0.045651783930017176f,-0.01544120112707048f,-0.1472534380070164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.779140321234175f,0.5732980930961431f,0.25351460762534483f,0.6433364663502708f,0.5251215916149387f,0.817798385530518f,-0.23548485013578205f,1.2874033140310508f,-0.3423268523602846f,-0.05034974752671706f,-0.9382309039234934f,-0.37839048214094234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7964299498357549f,0.5732980930961431f,-0.19242825015299309f,0.3741109796578708f,0.5706420521742941f,0.817798385530518f,0.07465553505258955f,1.469101658839392f,0.20016738819030228f,-0.05034974752671706f,-0.9784671275158244f,-0.30647046104702474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6105848913549685f,0.44530907651394025f,-0.6548938210300528f,-0.08959520079283198f,0.7899211009656132f,0.28328150605983216f,-0.5438531443080444f,1.1971848747755653f,-0.05666343352034646f,-0.849382961154022f,-0.5247264435902868f,0.08561103751169492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8710559410858417f,0.323990599846945f,-0.36917697478292877f,-0.03115431941392309f,0.45264404717517587f,0.8213188686835645f,-0.3472012132772963f,1.3490121550707506f,0.19072208591543757f,-0.4695374395670342f,-0.8620670964541555f,-0.007815151759962446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7312147229308774f,0.42096777784118f,-0.5367598708813645f,0.21921332243405786f,0.6807615131994675f,0.5004636040099173f,-0.5348831117242118f,1.1729823304665539f,0.04346022452186846f,-0.7565198682657734f,-0.652525016994479f,0.0035469247138778665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8953588629736093f,0.2994881440623779f,-0.329604851391295f,0.27330731912455813f,0.3994011024908159f,0.8673979162878355f,-0.29681579160927685f,1.333764341072965f,0.19700575073770316f,-0.3974011907198987f,-0.8962483069945965f,-0.07656735046481936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9728705833544424f,0.1295155075083229f,0.19169914282137138f,0.4327845265387623f,0.1180889464555578f,0.9905379106992868f,-0.0699260194241596f,1.9971925366889383f,-0.19894177230688218f,-0.04539141749662699f,-0.9789595448480204f,-0.18511986653053564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9728705833544424f,0.1295155075083229f,0.19169914282137138f,0.47104952961551716f,0.1180889464555578f,0.9905379106992868f,-0.0699260194241596f,1.8623913980384292f,-0.19894177230688218f,-0.04539141749662699f,-0.9789595448480204f,-0.2637630802114511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9728705833544424f,0.1295155075083229f,0.19169914282137138f,-0.1387769411819726f,0.1180889464555578f,0.9905379106992868f,-0.0699260194241596f,2.0665697927315785f,-0.19894177230688218f,-0.04539141749662699f,-0.9789595448480204f,-0.30199815776082894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9728705833544424f,0.1295155075083229f,0.19169914282137138f,-0.17347723185680097f,0.1180889464555578f,0.9905379106992868f,-0.0699260194241596f,1.940625325065236f,-0.19894177230688218f,-0.04539141749662699f,-0.9789595448480204f,-0.3955620043647605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.941917594454008f,0.2617300631527131f,0.2104486143932806f,0.35236621652527955f,0.2717499948627838f,0.9621669823882244f,0.019663120149528812f,2.1105107328958956f,-0.1973402785800502f,0.07571044871095822f,-0.9774071528313742f,-0.22122340390621917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9712646282578837f,0.11115935675876988f,0.2104486143932806f,0.24161128408128896f,0.11788822431348496f,0.9928321752815017f,0.019663120149528812f,2.1340948392661834f,-0.2067544158253666f,0.043907506542479324f,-0.9774071528313742f,-0.24459594101800985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.919759329476072f,0.316074408047212f,0.23267948860896848f,0.2220429524991085f,0.35305969699113765f,0.92525835995283f,0.138729296465906f,2.1298984905735217f,-0.17143986176572984f,0.20974731444050412f,-0.9626081434741468f,-0.26431886473415234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9724154672950696f,0.01638336186442152f,0.23267948860896848f,0.25108710333342593f,0.049859168051697156f,0.9890744388888367f,0.138729296465906f,2.1362755360383896f,-0.2278644823716593f,0.1465037193751477f,-0.9626081434741468f,-0.2563793295807307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9578804968128913f,0.16830094891639047f,0.23267948860896848f,0.3231635902045608f,0.20397064968897655f,0.9690975989896639f,0.138729296465906f,2.236726048098134f,-0.20214086150737884f,0.180345873882135f,-0.9626081434741468f,-0.25694430612917557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9578804968128913f,0.19538765192671936f,0.2104486143932806f,0.27920136852104904f,0.20397064968897655f,0.9787795133590822f,0.019663120149528812f,2.0165006575923408f,-0.20214086150737884f,0.06176025990166453f,-0.9774071528313742f,-0.2708403646070501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9811536212186514f,-0.024269532568197f,0.19169914282137138f,-0.024915636003812386f,-0.03831919259499296f,0.9968159264810929f,-0.0699260194241596f,2.159169463903728f,-0.1893916868513376f,-0.07595392354948714f,-0.9789595448480204f,-0.3086613665075104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9728705833544425f,0.1295155075083229f,0.19169914282137138f,0.08844965112396837f,0.11808894645555779f,0.9905379106992868f,-0.0699260194241596f,2.1555494168527423f,-0.1989417723068822f,-0.045391417496627f,-0.9789595448480204f,-0.28620368277154873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753048063344176f,-0.10969035227646881f,0.19169914282137138f,0.10962069160530502f,-0.12505160895344314f,0.9896830032417688f,-0.0699260194241596f,2.1486329134317383f,-0.18205117368240026f,-0.09217146907702509f,-0.9789595448480204f,-0.2815639467483627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9614661744107342f,0.1970640355456553f,0.19169914282137138f,0.08259824403827773f,0.18689771947737727f,0.9798875416401861f,-0.0699260194241596f,2.1619767247263146f,-0.20162350537113322f,-0.03140336976843511f,-0.9789595448480204f,-0.2878085966682534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.980456537321347f,0.04423140361084901f,0.19169914282137138f,0.04593578849487946f,0.03130851503555686f,0.9970607447361269f,-0.0699260194241596f,2.270361561771858f,-0.1942286160948037f,-0.06255760737795052f,-0.9789595448480204f,-0.33465126934380945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.980456537321347f,0.04423140361084901f,0.19169914282137138f,0.03598372268243845f,0.03130851503555686f,0.9970607447361269f,-0.0699260194241596f,2.04602289420623f,-0.1942286160948037f,-0.06255760737795052f,-0.9789595448480204f,-0.3205758076837706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9728705833544424f,0.1295155075083229f,0.19169914282137138f,0.08522524979056038f,0.1180889464555578f,0.9905379106992868f,-0.0699260194241596f,1.5257962847729059f,-0.19894177230688218f,-0.04539141749662699f,-0.9789595448480204f,-0.24185249890188837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9742772433231399f,0.04444764294966799f,-0.22092591558909958f,0.06855738368443488f,0.04879300479291397f,0.9987072845186014f,-0.014247895730947945f,1.1512810530784303f,0.22000703585554213f,-0.024661039834121344f,-0.9751865141029986f,-0.23260460896409288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9820721484872013f,-0.10015681743599072f,-0.15969629640923538f,0.2506461621611624f,-0.1299768922987098f,0.9733678447047818f,0.1888413258879988f,0.5583755412776692f,0.13652949364185873f,0.20621263495688474f,-0.9689355223904407f,-0.11055921405601632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9820721484872013f,-0.17536662092251837f,-0.06914364346742577f,0.18856343064243153f,-0.1299768922987098f,0.89561688099676f,-0.42541322257542136f,0.8530787983848009f,0.13652949364185873f,-0.408799401589402f,-0.9023540029423289f,-0.2765680917928377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9493824163269476f,0.27859757531516355f,-0.14510829954802099f,-0.0781129974460397f,0.2803396451283991f,0.9598612543775373f,0.008720992722376641f,0.666255146739507f,0.1417134818515502f,-0.03240005205693791f,-0.9893773424170467f,0.020828236267506905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9493824163269476f,0.07821423233068273f,-0.3042294552309628f,-0.062492979366849166f,0.2803396451283991f,0.647898398446995f,-0.7082636152303053f,0.8643043788560131f,0.1417134818515502f,-0.757700599940861f,-0.6370298971875413f,-0.26631227013135983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9816000011761049f,0.14863386194732783f,-0.11987248547391317f,0.06908153282594473f,0.1898144449740864f,0.8278607412611051f,-0.5278418982591216f,1.0589841158558202f,0.020782544845383083f,-0.5408831372498464f,-0.840840958605439f,-0.2335143082652307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9666499981256809f,-0.24012246507115856f,-0.08904483641273835f,0.06273838011041487f,-0.1455949467659761f,0.8012995027830471f,-0.5802768462689631f,1.0267182119703935f,0.2106890898927462f,-0.5479601341409717f,-0.8095367803826917f,-0.2410353776761507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9881025229552891f,-0.10361257209275797f,-0.11365667175188339f,0.06713879709920552f,-0.03439343562140651f,0.8691566630695036f,-0.4933394233466868f,1.0752808032883734f,0.14990162012316113f,-0.48356088545932696f,-0.8623794839502172f,-0.2425810748675931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9592952198801841f,0.24743820189695698f,-0.13611398663263896f,0.06825437952783965f,0.20737231282187557f,0.9443748896580613f,0.25525044888938164f,1.0580100988426284f,0.19170134321369695f,0.21663426327643887f,-0.9572461496317126f,-0.23473554032095648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9861263534956777f,-0.10730889557182902f,-0.12664760507989165f,0.06860737163583969f,-0.12757724550003327f,0.9780674504710266f,0.16464540309322395f,1.0675081906378552f,0.10620198384183857f,0.17851852357741552f,-0.9781882617205125f,-0.23225305968400778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9900412969200576f,0.03593345287917934f,-0.13611398663263896f,0.06870354768882939f,0f,0.9668749703771264f,0.25525044888938164f,1.0700960359723426f,0.14077723677090134f,0.2527084854578703f,-0.9572461496317126f,-0.2315766842527331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9648437565821609f,0.24431051738399615f,-0.0968963181962457f,-0.1222936308128934f,0.25393047464742513f,0.9616251196045028f,-0.10390593530188119f,1.115482124517769f,0.06779262076183015f,-0.12485792101901064f,-0.9898558784636544f,-0.19851092877368517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9759908625684959f,-0.16413291785280906f,-0.14318596809717946f,0.2599032175901452f,-0.13044408416284406f,0.9669145450308422f,-0.21922728734059627f,1.0976824635568367f,0.1744310095416532f,-0.1952860667966933f,-0.9651099289849613f,-0.2632183824589816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9900412969200576f,0.005794555798489606f,-0.14065793086757888f,0.06026927720367635f,0f,0.9991525199239663f,0.04116117016787007f,0.9328753517114936f,0.14077723677090134f,0.04075125829574527f,-0.9892022566464671f,-0.23539673429797323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9900412969200576f,0.003338853881446621f,-0.14073763692633454f,0.06875000000000003f,0f,0.9997187056268817f,0.023717285251735828f,1.15625f,0.14077723677090134f,0.023481091850051494f,-0.9897628038740792f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8836711671367713f,-0.4459450885897886f,-0.14233146642180722f,-1.6071276318077476f,0.3509620718554759f,0.8323627893300061f,-0.4289496602839123f,1.1407822033123278f,0.3097594106561544f,0.3290975006003807f,0.8920448097537108f,-0.6729080766338702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.051129010210929526f,-0.4459450885897886f,-0.8935987926790727f,-1.5545621932680738f,-0.3907710927720043f,0.8323627893300061f,-0.3930268947445526f,1.1382687226135975f,0.9190667970113077f,0.3290975006003807f,-0.21682033513939158f,-0.5953218691875148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5606980110898543f,-0.4459450885897886f,-0.6976752240996718f,-1.47619362892296f,-0.026810460786456075f,0.8323627893300061f,-0.5535823210067224f,1.222562811113971f,0.8275862127611234f,0.3290975006003807f,0.45474816717198857f,-0.7023271979864908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6363571722164468f,0.31142654276957915f,0.7057358272238096f,0.9693724527454236f,-0.22713403018716327f,0.9499705471937702f,-0.21439704241268273f,2.3202183992404373f,-0.737197179660655f,-0.023863527043511027f,0.6752561368676476f,-0.40087067886479727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6392338830617453f,0.31142654276957915f,0.7031312474953665f,0.9695543573470494f,0.1908450115731818f,0.9499705471937702f,-0.2472531921371309f,2.322513082241044f,-0.7449551827482207f,-0.023863527043511027f,-0.6666875638360209f,-0.3071489426418557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0019403157506753532f,0.31142654276957915f,0.9502682482506585f,0.8269231678086377f,-0.024476618673140133f,0.9499705471937702f,-0.3113789565829691f,2.368072584228186f,-0.9996985197113764f,-0.023863527043511027f,0.005779425916667635f,-0.35487672464082665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000154693952643759f,0f,-0.0000021996443245453337f,0.1583887272194742f,0f,0.000015625f,0f,1.3223725f,0.0000021996443245453337f,0f,-0.0000154693952643759f,0.4504194513389335f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47.mcfunction new file mode 100644 index 000000000..675abcef0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..45bfab550 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24478274777524778f,-0.04150491998983381f,-0.7780123343833834f,-0.009498387727833554f,-0.11587166408854828f,0.8083772212116984f,-0.0066685929436097495f,1.2663793267160603f,0.7704541571679616f,0.10838844166761709f,-0.2481869897071873f,-0.5398093303944949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.23709356652065847f,0.05419959773903397f,-0.7621345316408654f,-0.009498387727833554f,0.19817251671145797f,0.7750386958560954f,-0.006532499210066694f,1.2663793267160603f,0.7379121183005203f,-0.19072866467998334f,-0.2431219491009182f,-0.5398093303944949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.743512676152265f,0.13275822815929694f,0.3106583295219132f,-0.11324456201902311f,0.13308785659572686f,0.805341541967612f,-0.025633330888289514f,1.2681865941233932f,-0.31051725760752286f,0.027289156851712393f,-0.7548369221829774f,-0.4915275185096242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7226649973092029f,-0.15857375328789963f,0.3043183636133027f,-0.11324456201902311f,-0.18145343879683634f,0.7787452261940785f,-0.02511020168648769f,1.2681865941233932f,-0.2912558174747634f,-0.0917073467510737f,-0.7394320870363861f,-0.4915275185096242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6449060611919653f,1.4215000135188516f,0.06957107016402685f,0.13258794682955782f,-0.22125074456843358f,0.024685315156317167f,1.5465590817177164f,1.4765480579372392f,1.4058984779370725f,-0.6481779051938871f,0.21147369328756938f,0.2634061081655805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9596464360491654f,0.10511671702972505f,-0.2608240663340464f,-0.10646699212497576f,-0.08003111626670614f,0.9912433902763107f,0.10503124136479801f,1.521451159370602f,0.26958067105643785f,-0.07991881527161301f,0.9596557949381338f,0.2071974806162948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.37260814147792454f,0.10511671702972505f,-0.9220160783333765f,-0.18446494040828476f,0.035251574345178026f,0.9912433902763107f,0.12725512853992124f,1.5083479681293948f,0.9273189847137567f,-0.07991881527161301f,0.36563982763783864f,-0.0891950508228265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8224237267065782f,0.5679760823256523f,0.03197473465201961f,0.576757934331392f,0.5427850351477203f,0.8002910536986563f,-0.25479135579839113f,1.2898912366499873f,-0.17030449016321136f,-0.1921910488963991f,-0.966467268640977f,-0.5057265308473137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7039769989321208f,0.5679760823256523f,-0.4264030427664985f,0.3394928216284913f,0.5933555078282613f,0.8002910536986563f,0.08639138093444532f,1.479247257469787f,0.39031477848576357f,-0.1921910488963991f,-0.9003982310176487f,-0.3696430847623053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6502316178440968f,0.23522285932365397f,-0.7224050453917478f,-0.018705011462533495f,0.7549731668733148f,0.3063620969711296f,-0.5797911545036971f,1.1931101435572882f,0.08493739139581795f,-0.9223949652893041f,-0.3767932689842229f,0.11112917804863406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8306589709817316f,0.1784340770289757f,-0.527415352528146f,0.01145503202709855f,0.4126935980816073f,0.8331798471132567f,-0.36809691178653864f,1.347030759192358f,0.3737508100727377f,-0.5234239414844792f,-0.7657269157152728f,0.008201395797073768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7372628778888201f,0.22376825764844854f,-0.6374725215694182f,0.2658526968125262f,0.6439607175330253f,0.5181457225512752f,-0.5628850721738566f,1.1796038567140992f,0.20434784843850454f,-0.8255015306289831f,-0.526107574330345f,-0.03443272368964018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.849406919105181f,0.1707165903085562f,-0.4993633262161581f,0.2947410367065295f,0.3618806621973757f,0.8771469489292693f,-0.3156827779776123f,1.3420958922759771f,0.3841227305222035f,-0.448853067024716f,-0.8068337202414585f,-0.12363538450828353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,0.3971127493732135f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,2.013576886291257f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.21370246614061691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,0.43616799822619035f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,1.8802693986340042f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.29447445244492565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,-0.18377463332661578f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,2.055477623124759f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.2909710035471943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,-0.21887522056297884f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,1.9275191657015702f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.38160705845659804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9645481282828362f,0.22750629894718255f,0.13374525100141912f,0.31013445671023654f,0.22626663988001822f,0.9737546920337062f,-0.024600963797130025f,2.1243178189045273f,-0.13583193992387618f,0.00653327495952514f,-0.9907103514220589f,-0.24973005581490992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9882627664169059f,0.0738167484286026f,0.13374525100141912f,0.19704527776176417f,0.07115212774642518f,0.9971620566875821f,-0.024600963797130025f,2.142562261304668f,-0.13518165271648577f,-0.014795957353943203f,-0.9907103514220589f,-0.26545006062624327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.94227167805849f,0.30298837654423316f,0.1425557028249926f,0.17532914091385146f,0.31024460501484596f,0.9501436077922985f,0.031231548642630877f,2.1381222122229433f,-0.12598559357331215f,0.0736557414634107f,-0.9892939209160516f,-0.2752746764909189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9897821769881398f,-0.003018891964190057f,0.1425557028249926f,0.20473549858910522f,0.0014496313402403704f,0.9995111249697826f,0.031231548642630877f,2.1460216087839257f,-0.14258029557269272f,0.031119083420759263f,-0.9892939209160516f,-0.27078788618521227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9780685746894909f,0.15185432096894785f,0.1425557028249926f,0.2731746272448871f,0.157789772109324f,0.9869787121245678f,0.031231548642630877f,2.247305449231087f,-0.13595679836828833f,0.05304042812788356f,-0.9892939209160516f,-0.28931661696638766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9780685746894909f,0.15966862885186694f,0.13374525100141912f,0.2372491857532171f,0.157789772109324f,0.9871662374686139f,-0.024600963797130025f,2.0251930458006493f,-0.13595679836828833f,-0.0029577969208284885f,-0.9907103514220589f,-0.28865111265920124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9889802115373431f,-0.07632753545314609f,0.12685522661365156f,-0.07512723957844844f,-0.085247296811226f,0.9941425900523916f,-0.066433493286903f,2.153262855173459f,-0.12104147873324611f,-0.07651547539923526f,-0.9896940650779401f,-0.3057116444348511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378423f,0.12685522661365156f,0.039560671269425425f,0.07132040312085443f,0.9952386603565889f,-0.066433493286903f,2.155077214599686f,-0.13152091473459984f,-0.056638383953604925f,-0.9896940650779401f,-0.29113317297099045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.978564460206637f,-0.16223239103610712f,0.12685522661365156f,0.06130309559037063f,-0.17156814094309353f,0.9829297858865758f,-0.066433493286903f,2.1491850501666176f,-0.11391211627313404f,-0.0867737708969585f,-0.9896940650779401f,-0.2879507983950398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9808026723626107f,0.14810087564616467f,0.12685522661365156f,0.033316613279274f,0.14057100968370578f,0.9878392491727601f,-0.066433493286903f,2.161214562739001f,-0.13515143033969373f,-0.04732598046144172f,-0.9896940650779401f,-0.2923454838356085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.991895445170801f,-0.007153833253426584f,0.12685522661365156f,-0.011546547026603588f,-0.015691757199801634f,0.9976674594902257f,-0.066433493286903f,2.267498324966163f,-0.1260840775252814f,-0.06788566081361129f,-0.9896940650779401f,-0.33680561502591366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.991895445170801f,-0.007153833253426584f,0.12685522661365156f,-0.00993693454458261f,-0.015691757199801634f,0.9976674594902257f,-0.066433493286903f,2.043023146580863f,-0.1260840775252814f,-0.06788566081361129f,-0.9896940650779401f,-0.32153134134285116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9887444811911988f,0.07932277349378422f,0.12685522661365156f,0.0690389783570762f,0.07132040312085443f,0.9952386603565888f,-0.066433493286903f,1.5261243294232196f,-0.13152091473459981f,-0.056638383953604925f,-0.9896940650779401f,-0.24513611569111804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.906515214974179f,0.001998013568982746f,-0.42216841776961034f,0.06828972326870768f,0.015791574132419044f,0.9994494589223958f,-0.029178849294486144f,1.1513307823273211f,0.42187769697714333f,-0.03311777470646513f,-0.9060476928902547f,-0.23271695017619362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9516084319022817f,-0.03670957970472208f,-0.30511276454842606f,0.24436364010603556f,-0.0929095161508198f,0.9807452184349946f,0.17177496419884608f,0.527535763677911f,0.29293209817481797f,0.19181038364696779f,-0.9366960886990516f,-0.18853327774638967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9516084319022817f,-0.17972410630360808f,-0.2492802397821576f,0.17696008873755367f,-0.0929095161508198f,0.9414539003567827f,-0.3240869872605523f,0.8541318500106929f,0.29293209817481797f,-0.28524340328282827f,-0.9125935495841117f,-0.30391122258432846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9034830638256738f,0.3022389597648211f,-0.3039242744179087f,-0.0336670181576559f,0.3041866836588233f,0.9516799450048885f,0.04213957475033575f,0.6847422576269937f,0.30197485800115953f,-0.05437732501485343f,-0.9517637793378189f,0.035778315353316326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9034830638256738f,-0.05178535715729446f,-0.4254839951916698f,-0.0694218410832286f,0.3041866836588233f,0.6218944694797223f,-0.7216077399218925f,0.8662954163902685f,0.30197485800115953f,-0.7813869371922122f,-0.5461187046060163f,-0.25408002190928175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9621866988264107f,0.08312128269822378f,-0.25939855235551346f,0.06780481925827132f,0.20996358728597359f,0.8329943815644297f,-0.5118941807601438f,1.0620515042394625f,0.17352823578754967f,-0.5470020225234047f,-0.8189485568335565f,-0.23639479623063017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9285609414299499f,-0.29473536421539154f,-0.22562278947736067f,0.060087101142492126f,-0.12362006477778684f,0.8187135782583916f,-0.5607371544312686f,1.0299990116271802f,0.3499895107500519f,-0.49278711616291365f,-0.7966606558057062f,-0.24353378561463768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9511368988580161f,-0.17382201166905506f,-0.2551950389213687f,0.06454565653947654f,-0.03431985529500223f,0.880883919093264f,-0.472086505436686f,1.078568077722461f,0.3068562320750323f,-0.4402606379659836f,-0.8438067453478306f,-0.24464968319249236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.908308358787333f,0.3054417509617424f,-0.28579933891891096f,0.06671889729457973f,0.21880774336903172f,0.9292432623208237f,0.29770813034431065f,1.0608614935023082f,0.3565096026740564f,0.2078756748654782f,-0.910872442771439f,-0.2377233371665733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9578856325117217f,-0.05606618529792234f,-0.28162332626002023f,0.06772156517867553f,-0.11634341420199633f,0.9724243163479823f,0.202126591390104f,1.071601384053956f,0.2625249035795299f,0.2263791771371615f,-0.9379942127536076f,-0.2345277295478519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9541358854542992f,0.0891260341418487f,-0.28579933891891096f,0.06783297272135284f,0f,0.9546569379242447f,0.29770813034431065f,1.0727947052263613f,0.29937386674247385f,0.2840540105530127f,-0.910872442771439f,-0.23417266203466064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9343746232195639f,0.25018689094955787f,-0.2536741671520614f,-0.11483088927409935f,0.27588215228134894f,0.9585826371086352f,-0.07076980914532305f,1.1181653864594323f,0.22546197359179776f,-0.13610968896757103f,-0.96469738832094f,-0.16915745377264346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9392785534311929f,-0.16819484224468295f,-0.2991091675400335f,0.2522655467380168f,-0.11562250955744503f,0.9757946096566709f,-0.1856241230245252f,1.0981337172346997f,0.32309013347337634f,-0.13976900517379282f,-0.9359900591592221f,-0.2935507997372618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9541358854542992f,0.022550877040255577f,-0.2985233157276928f,0.057421967482485445f,0f,0.9971589002606139f,0.07532680552793274f,0.9331875036120294f,0.29937386674247385f,0.0718720082908379f,-0.9514250902387961f,-0.24125749453903092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9541358854542992f,0.017337492195369515f,-0.29887141625240105f,0.06875000000000003f,0f,0.9983216621559523f,0.05791251048069437f,1.15625f,0.29937386674247385f,0.0552564044663787f,-0.9525345230893772f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.820645595197129f,-0.5699837769772647f,0.04073451934516942f,-1.8730246618697568f,0.5048953206248711f,0.6898546509433561f,-0.5188268263909732f,1.1898308462970546f,0.26762197647924707f,0.4463396179531369f,0.8539083224508293f,-0.6958828003783286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04102097621022677f,-0.5699837769772647f,-0.8206313261711937f,-1.8159136653962658f,-0.5186505530713584f,0.6898546509433561f,-0.5050763945885755f,1.1889191537029455f,0.8540016881186678f,0.4463396179531369f,-0.2673238899460983f,-0.621541927378217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6091839623839064f,-0.5699837769772647f,-0.5513740961969245f,-1.7617630492034726f,-0.009724721003829484f,0.6898546509433561f,-0.7238825805151123f,1.297957387077267f,0.7929693120011904f,0.4463396179531369f,0.41470545652282764f,-0.720918182356697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6086125193320044f,0.4503643705200889f,0.6532707976623436f,1.090454534384206f,-0.3528226070390311f,0.8910439379058513f,-0.28558170229098134f,2.3652823376447234f,-0.7107088076522845f,-0.05668010662725882f,0.7011992272087803f,-0.23620042411787234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6539077768899655f,0.4503643705200889f,0.6079280821683329f,1.0934587875481188f,0.2859510206058744f,0.8910439379058513f,-0.3525233531777605f,2.369717662355276f,-0.7004545903463564f,-0.05668010662725882f,-0.7114427119420371f,-0.14260360335114397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.03204536708173589f,0.4503643705200889f,0.8922695939090612f,0.9581162218798032f,-0.047310130245896004f,0.8910439379058513f,-0.45144484967418735f,2.435216727451128f,-0.9983660881784362f,-0.05668010662725882f,-0.007247033048732143f,-0.18831495877719834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014908373210223426f,0f,-0.000004677716667851154f,0.2676830576321844f,0f,0.000015625f,0f,1.3223725f,0.000004677716667851154f,0f,-0.000014908373210223426f,0.42687915213304445f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48.mcfunction new file mode 100644 index 000000000..7392ce698 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..ded626f32 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.05883382749027053f,-0.04220603587718201f,-0.8134504752735863f,-0.06372037352883776f,-0.12179457864620674f,0.8068567987149177f,-0.033054975788102556f,1.2634679968518916f,0.8053875500649871f,0.11893360058239684f,-0.06442155925828573f,-0.5194720325496889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.0690680029847167f,-0.016142264475637436f,-0.7968494451659621f,-0.06372037352883776f,0.19224216565936303f,0.7758830198204885f,-0.03238038444548822f,1.2634679968518916f,0.7734808082339865f,-0.19428063941586707f,-0.06310683355913704f,-0.5194720325496889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7832038841871388f,0.10626793146556056f,0.2055316203912522f,-0.16262312682389907f,0.10614653606022546f,0.8096159708181012f,-0.014118679935566567f,1.261630033451952f,-0.20559434116978528f,0.013173875008464297f,-0.7902543010579997f,-0.4490224565452573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7486560148382858f,-0.19742731474193737f,0.2013370975261246f,-0.16262312682389907f,-0.20743837371159357f,0.7725141016028972f,-0.013830543610350923f,1.261630033451952f,-0.19100652491039516f,-0.06514919967625529f,-0.7741266622608977f,-0.4490224565452573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2413704596658075f,0.9396150950666395f,0.13239752638176192f,0.24510179440477203f,-0.21897931682995433f,0.0715443211716908f,1.545424122663021f,1.4707919584143097f,0.9232841873820783f,-1.246359150979761f,0.18852433821451847f,0.1665709856542848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9870013922695792f,0.053169119584876384f,0.15166178286068155f,0.0034330840592240452f,-0.06672146253706694f,0.994083108706789f,0.08571475614362466f,1.512206460040578f,-0.1462070384585718f,-0.09471967961524887f,0.9847089337457833f,0.21351737488159842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6582257118256449f,0.053169119584876384f,-0.7509407147133463f,-0.1638329030927188f,0.03644167642197718f,0.994083108706789f,0.10232681566140023f,1.4993946751464473f,0.7519381068353818f,-0.09471967961524887f,0.652393489990823f,-0.0412276192634167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8313839265973527f,0.5329951475458798f,-0.15721621827315796f,0.4967261699041848f,0.555281732983141f,0.7858648981377813f,-0.27217376598440624f,1.2930296806669044f,-0.021516589200133718f,-0.3135801884166797f,-0.9493179139896983f,-0.5972324278846196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5908543248475244f,0.5329951475458798f,-0.605646216451091f,0.2982985084663957f,0.6109726254910534f,0.7858648981377813f,0.09554482076734307f,1.4883328711188013f,0.526881028041004f,-0.3135801884166797f,-0.7899771184806648f,-0.41515478620217605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6573103620414348f,0.04548947619155752f,-0.7522458344908104f,0.0448965064324267f,0.7222440966902002f,0.3230448112505102f,-0.6115599028061592f,1.1899966702717935f,0.21518957397865435f,-0.9452897743443224f,-0.24519520747956164f,0.12063363738993481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7646576929037989f,0.045369481654809835f,-0.6428376333238537f,0.049385549034429474f,0.3763603878064817f,0.8411684288675733f,-0.3883149916840875f,1.3452887819864379f,0.5231170721484764f,-0.5388666666354787f,-0.6602811858715751f,0.015469379984085235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7137974235360657f,0.045315517590807874f,-0.6988846414242851f,0.29810718760911725f,0.6099231035654483f,0.5306869015364679f,-0.588528011461404f,1.1864081119861907f,0.344219473432817f,-0.8463556677916798f,-0.4064419241497285f,-0.07419714920102088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.778414397902219f,0.05167193345488863f,-0.625620521108091f,0.3038855468749833f,0.3274137873253549f,0.8837338664712537f,-0.33438699903111563f,1.3500182932056062f,0.5356036193004984f,-0.46512843876159804f,-0.7048292690059097f,-0.16581391440010743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,0.3606139960367518f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.027661793206299f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.2263562370927237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,0.40091086494701555f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.8967860150738227f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.3104276683535742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,-0.22507152651194282f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.0435018832155962f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.269689944819617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,-0.25954302218236347f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.914648244233243f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.35929333876900704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9798103168191279f,0.18643143515642752f,0.07221539337505956f,0.2672812446572121f,0.1827762358608579f,0.9816513370194311f,-0.05434611423551482f,2.1357051063468075f,-0.08102216153211333f,-0.040049625634683846f,-0.9959073434949587f,-0.2609847553170621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.03086005207192251f,0.07221539337505956f,0.1527629669608723f,0.026961855334974125f,0.9981580827826806f,-0.05434611423551482f,2.148869529026611f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.2700070983592812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9598332725482386f,0.2711181031746575f,0.07221539337505956f,0.1303621644504657f,0.26763726849891323f,0.9619858587203564f,-0.05434611423551482f,2.145160033545809f,-0.0842044026151808f,-0.03283567805047923f,-0.9959073434949587f,-0.2714290038300058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966357897775739f,-0.03875615427408656f,0.07221539337505956f,0.159688326539341f,-0.042731810483640234f,0.9976073838140388f,-0.05434611423551482f,2.1543580005452228f,-0.06993636326848585f,-0.057249176986159146f,-0.9959073434949587f,-0.26980442843480246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9904283476440199f,0.11762918491098104f,0.07221539337505956f,0.22278462277095737f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.2556459425985493f,-0.07803107495973283f,-0.04560388704313204f,-0.9959073434949587f,-0.30213482787100043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9904283476440199f,0.11762918491098104f,0.07221539337505956f,0.1963180561659867f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.0324437129840103f,-0.07803107495973283f,-0.04560388704313204f,-0.9959073434949587f,-0.29187395328629573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9894654682930978f,-0.12547120791323418f,0.07221539337505956f,-0.12198932691442257f,-0.12951641555052432f,0.9900868638510686f,-0.05434611423551482f,2.146233078533712f,-0.06468063974996306f,-0.06312668226946264f,-0.9959073434949587f,-0.28978611120812126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9969115277424591f,0.030860052071922515f,0.07221539337505956f,-0.006849072104934559f,0.026961855334974152f,0.9981580827826806f,-0.05434611423551482f,2.1531862979547f,-0.07375950251386094f,-0.052231206780256695f,-0.9959073434949587f,-0.28181647589088327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747647171393266f,-0.2112313498985753f,0.07221539337505956f,0.015285118997991703f,-0.21531532249091906f,0.9750311850233983f,-0.05434611423551482f,2.148272336458879f,-0.058932657507704975f,-0.06852375538376261f,-0.9959073434949587f,-0.2799433257002332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923304129533792f,0.1003259113462788f,0.07221539337505956f,-0.013423769314686751f,0.09652416570459277f,0.9938458559065048f,-0.05434611423551482f,2.1590398836966f,-0.07722329287726777f,-0.046958771385183375f,-0.9959073434949587f,-0.28261264833596056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9958076091631396f,-0.056143944397212264f,0.07221539337505956f,-0.0655422132590008f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.2634438526697016f,-0.06892657571665325f,-0.05846101549571866f,-0.9959073434949587f,-0.3234675574012976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9958076091631396f,-0.056143944397212264f,0.07221539337505956f,-0.05290982576962805f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.039184176817754f,-0.06892657571665325f,-0.05846101549571866f,-0.9959073434949587f,-0.31031382891476095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.996911527742459f,0.0308600520719225f,0.07221539337505956f,0.05363160746834841f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.525956243544618f,-0.07375950251386093f,-0.052231206780256695f,-0.9959073434949587f,-0.24320329314142933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8143999930897723f,-0.03838585031865824f,-0.5790329677580477f,0.06802630133784525f,-0.01513443590133862f,0.9988753929510453f,-0.044932151148625796f,1.151377971187976f,0.5801065420294165f,-0.027829406249653424f,-0.814065061308041f,-0.2327672657978093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9031924145085575f,0.012309669517684252f,-0.4290593600081082f,0.21980052919583923f,-0.06081623141086871f,0.9858347629198977f,0.1563048502627116f,0.5058556522700401f,0.42490569350290147f,0.16726712843542946f,-0.8896498521181149f,-0.25325534623252266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9031924145085575f,-0.152821256856905f,-0.4011098675261902f,0.16240267973669364f,-0.06081623141086871f,0.9706078364936562f,-0.2328557788290503f,0.8552355582919335f,0.42490569350290147f,-0.18591958258822483f,-0.8859396483051419f,-0.32525563592847717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8411953422186204f,0.3217952918430601f,-0.4345551591884947f,0.006677247015771728f,0.324329269337734f,0.9432982103366241f,0.0707036875033688f,0.7010279754311407f,0.4326672177095809f,-0.08146334466103256f,-0.8978656927381111f,0.04190259340917202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8411953422186204f,-0.17139255027569628f,-0.5128498707611138f,-0.07490702478833117f,0.324329269337734f,0.5989706960583551f,-0.7321506882563326f,0.8682713822239363f,0.4326672177095809f,-0.7822139726272874f,-0.4482637390488857f,-0.24208065361613013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9257596633798274f,0.027266446129506024f,-0.377128077149309f,0.06605278260876436f,0.22763236388485056f,0.8365900985303434f,-0.49829761584136184f,1.0648080953709012f,0.3019148101220996f,-0.5471503887931152f,-0.7806880935895457f,-0.2383695268436719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8785563112971034f,-0.333191791295999f,-0.34223097184940815f,0.05711925030935671f,-0.1039558891748487f,0.8327167812434597f,-0.543852861849047f,1.032951767951532f,0.4661887825611998f,-0.4422284392126943f,-0.766225832614387f,-0.24494653444632875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8990400262065608f,-0.22575170391387228f,-0.3751842206949671f,0.061819938160379256f,-0.03419887899761388f,0.8904312911051256f,-0.45383097348700846f,1.0815036820791222f,0.4365288855892735f,-0.39518133053174787f,-0.8082538264959495f,-0.24577917679114217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8410086393808559f,0.3577939714091113f,-0.4058176222271004f,0.06467598013182124f,0.22804561639591708f,0.9146410102171736f,0.3338068592337709f,1.0636278496005869f,0.4906115218065794f,0.18818952269508596f,-0.8508143382774106f,-0.23979136027718828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.913051493183292f,-0.0020337192617734465f,-0.40783922663437494f,0.06647232459545703f,-0.10671004622260621f,0.9663436790696515f,0.23407874734221387f,1.0754108682392391f,0.3936368082775416f,0.25724649250882897f,-0.8825385573792087f,-0.23602524579019518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9025852843498606f,0.1437075570908628f,-0.4058176222271004f,0.06647232459545703f,0f,0.9426414910921785f,0.3338068592337709f,1.0754108682392391f,0.430511096808295f,0.30128915895944697f,-0.8508143382774106f,-0.23602524579019518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8866204964624348f,0.2565837469578613f,-0.3847971882040847f,-0.10466865580311092f,0.29466904175699526f,0.9546589251547176f,-0.0423850498696601f,1.1205466070379253f,0.3564747551829159f,-0.15096727267690688f,-0.9220274570194624f,-0.14478330142624735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8886691384198455f,-0.16113309071807966f,-0.4293055898724921f,0.24179005608965887f,-0.10243002349202456f,0.9823253198023508f,-0.15666861958488193f,1.0985806187243043f,0.44696224975667975f,-0.0952527855280268f,-0.8894670618643499f,-0.3185104493796074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9025852843498606f,0.045000663369043084f,-0.42815271197485977f,0.05331483909149903f,0f,0.9945218953682734f,0.10452846326765348f,0.9336627471451256f,0.430511096808295f,0.09434585274108898f,-0.8976408277231354f,-0.24546345266812025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9025852843498606f,0.03752151440343593f,-0.4288728721100857f,0.06875000000000003f,0f,0.9961946980917455f,0.08715574274765818f,1.15625f,0.430511096808295f,0.07866549085061836f,-0.8991506748449617f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7399870670188935f,-0.6413198867321536f,0.20280025524301792f,-2.0874893329350965f,0.6218133990573643f,0.5372996083468239f,-0.5697870019779994f,1.234375f,0.25645123785527424f,0.5477389284615503f,0.7963760599429704f,-0.6703972138721295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13753441659505455f,-0.6413198867321536f,-0.7548463996958027f,-2.0266035784041416f,-0.6218133990573643f,0.5372996083468239f,-0.5697870019779994f,1.234375f,0.7709944104885486f,0.5477389284615503f,-0.3248841104812724f,-0.5991091545971267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6494480483301834f,-0.6413198867321536f,-0.4085658275014851f,-1.9957615815443963f,0f,0.5372996083468239f,-0.8433914458128857f,1.3608837168719328f,0.7604059656000308f,0.5477389284615503f,0.3489481820094167f,-0.6870954115360406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.571080822674511f,0.5587328283254416f,0.6014019625216203f,1.2453600255084816f,-0.45894702681606947f,0.824738288739458f,-0.3304154682574659f,2.4018850493443664f,-0.680613194516602f,-0.08731770518378945f,0.727420990768993f,-0.15006711835239905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6488864197551494f,0.5587328283254416f,0.5164920529967492f,1.2507584716701372f,0.3691580066495729f,0.824738288739458f,-0.4284029892678439f,2.408114950655634f,-0.6653335857927646f,-0.08731770518378945f,-0.7414221725694337f,-0.05668024770833277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.057583425724327175f,0.5587328283254416f,0.8273462247652452f,1.1239573148745226f,-0.06645228065352385f,0.824738288739458f,-0.5615966964673633f,2.489239504470105f,-0.9961266202033738f,-0.08731770518378945f,-0.010362185273417923f,-0.10181935523935323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014102895067966574f,0f,-0.00000672673588762961f,0.35821196976590775f,0f,0.000015625f,0f,1.3223725f,0.00000672673588762961f,0f,-0.000014102895067966574f,0.39238459683174304f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49.mcfunction new file mode 100644 index 000000000..60ab03678 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..c1d9ba5b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.0683575024832048f,-0.047034465659555866f,-0.8124404318710531f,-0.08178836895669508f,-0.12417913808313821f,0.8063566718319278f,-0.03623401580711148f,1.2629772749353703f,0.8042706248294987f,0.12050361520179044f,-0.07464640114641363f,-0.5138369415902252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.07949721619188163f,-0.016941939396529656f,-0.7958600148940929f,-0.08178836895669508f,0.18989659576871332f,0.7763243008645542f,-0.035494546096762274f,1.2629772749353703f,0.7730585201219863f,-0.19244103142689092f,-0.0731230052046501f,-0.5138369415902252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7997327776436592f,0.10603327241757964f,0.12699950372824836f,-0.17103112914282934f,0.10491789078561317f,0.8097529494125795f,-0.015389657409152314f,1.2609971503874862f,-0.12792249606656442f,0.0012451917492021381f,-0.8065846074294081f,-0.44430595473398454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7635271066550584f,-0.20383593224987487f,0.12440767712154943f,-0.17103112914282934f,-0.208601677868942f,0.7721774839986355f,-0.015075582768149206f,1.2609971503874862f,-0.11623982705259607f,-0.046827832849295786f,-0.7901236970737059f,-0.44430595473398454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3119426572577153f,0.8359402851587013f,0.14634395688361373f,0.2653837548674355f,-0.21973114771997262f,0.07434279158101763f,1.5451853034706242f,1.4698557467582012f,0.819713935949138f,-1.3179845367031933f,0.17997798260354533f,0.14658157925917803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9732434242583538f,0.04612917862929977f,0.22509850292007755f,0.02792505039001006f,-0.06655939824053303f,0.9942377645329816f,0.08403043545238566f,1.5112116158032867f,-0.21992517737569778f,-0.09676448964080564f,0.9707056968519462f,0.21158881419823508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7084895097936477f,0.04612917862929977f,-0.7042121224399244f,-0.15617104699461723f,0.03572502840565338f,0.9942377645329816f,0.10106923331001717f,1.4986505148975455f,0.704816527088981f,-0.09676448964080564f,0.7027590601954431f,-0.03107171894746863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8309968401016619f,0.519605130344093f,-0.19863222362232957f,0.47899369655569435f,0.5561064298576563f,0.7848214457229744f,-0.2734975996316456f,1.2932887066778929f,0.013780073005048077f,-0.3377362978025883f,-0.9411398954111856f,-0.6154276340194027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.56547314491002f,0.519605130344093f,-0.640508103700234f,0.289305118294638f,0.6122120485364397f,0.7848214457229744f,0.09618578876380979f,1.4890105828187872f,0.5526631252511673f,-0.3377362978025883f,-0.7619039723838f,-0.42469134721957125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7022833139514328f,-0.022170999271006908f,-0.7115522424507691f,0.06105782765917664f,0.6093017115418751f,0.49819750606314095f,-0.6168878903533512f,1.1793070581602423f,0.36817057358992566f,-0.8667800711505729f,-0.33636696775794356f,0.10382427537175569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7620939482829194f,0.01314348803166246f,-0.6473330384839882f,0.05947640017458844f,0.29690048242367034f,0.8955757823257668f,-0.33135196038077463f,1.3451565675939436f,0.5753806718400809f,-0.4447148151725467f,-0.6864151918765385f,0.016150152577674826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7386208472337096f,-0.035591506132301776f,-0.6731808737055675f,0.30862807968364947f,0.4990796932599244f,0.6424225734173031f,-0.5815605703101522f,1.1802674787901872f,0.45316520586573805f,-0.7655236651176267f,-0.45674370749638066f,-0.09735722415795874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7700525698137837f,0.006984637265200155f,-0.6379422031543778f,0.30595056040115964f,0.2570469432302435f,0.9185827000203163f,-0.30022107221075206f,1.3506253533426793f,0.583905736141696f,-0.395167101446539f,-0.7091523483957204f,-0.17588325785665804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.025673449302587678f,0.03887264665012924f,0.3578008360024322f,0.023592069753550847f,0.9983111623856965f,-0.05308707282251608f,2.0286697528251576f,-0.040169925335030665f,-0.052112350331058724f,-0.9978329920590676f,-0.23530081838819433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.025673449302587678f,0.03887264665012924f,0.3956952519495432f,0.023592069753550847f,0.9983111623856965f,-0.05308707282251608f,1.8980192418340764f,-0.040169925335030665f,-0.052112350331058724f,-0.9978329920590676f,-0.3208272454022859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.025673449302587678f,0.03887264665012924f,-0.22906131895249715f,0.023592069753550847f,0.9983111623856965f,-0.05308707282251608f,2.0425300938053685f,-0.040169925335030665f,-0.052112350331058724f,-0.9978329920590676f,-0.25890064952252484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.025673449302587678f,0.03887264665012924f,-0.2660854759783558f,0.023592069753550847f,0.9983111623856965f,-0.05308707282251608f,1.9136489880458039f,-0.040169925335030665f,-0.052112350331058724f,-0.9978329920590676f,-0.34743982093674375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9825913249346218f,0.18174320912474007f,0.038518749983167136f,0.2630119768705693f,0.17945991474310796f,0.9821585019510257f,-0.056203345502854204f,2.13650360375335f,-0.04804609415572883f,-0.04831234813541756f,-0.9976760445425265f,-0.2669973985270034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989248969019779f,0.02579450036553038f,0.038518749983167136f,0.14821074172008503f,0.02360702555854191f,0.9981402167524185f,-0.056203345502854204f,2.149281420282383f,-0.03989685067334811f,-0.05523360799664918f,-0.9976760445425265f,-0.27214952795798575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9629873077786197f,0.26684791744998043f,0.03804778587375092f,0.12578209284884673f,0.2643397207976756f,0.9625399012475483f,-0.06034443234439191f,2.145656118696897f,-0.052725298158410344f,-0.04805338134791794f,-0.9974522121260438f,-0.27230164376904653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99831589557799f,-0.04379199272037637f,0.03804778587375092f,0.1551181947707377f,-0.04603917326920519f,0.9971153112903849f,-0.06034443234439191f,2.1549485171707032f,-0.03529542691347426f,-0.061994494625388266f,-0.9974522121260438f,-0.271744795825333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9928755472474314f,0.11291817244455894f,0.03804778587375092f,0.21675002251021352f,0.11051084565650135f,0.9920412806316671f,-0.06034443234439191f,2.256214399642543f,-0.04455895724092843f,-0.055709818295008005f,-0.9974522121260438f,-0.3068501143389309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9928755472474314f,0.11275838584268673f,0.038518749983167136f,0.19137938569560906f,0.11051084565650135f,0.9922845040342874f,-0.056203345502854204f,2.0329503862348286f,-0.04455895724092843f,-0.05154618778901168f,-0.9976760445425265f,-0.2952522220864033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906322258997634f,-0.1309072585890273f,0.03887264665012924f,-0.1270649825655268f,-0.13286866040540812f,0.9897109081854201f,-0.05308707282251608f,2.1456371387779805f,-0.03152319924995875f,-0.05775472160348741f,-0.9978329920590676f,-0.2823352160753342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989143063062628f,0.025673449302587685f,0.03887264665012924f,-0.011746305064505858f,0.02359206975355084f,0.9983111623856965f,-0.05308707282251608f,2.1529800496332423f,-0.040169925335030665f,-0.052112350331058724f,-0.9978329920590676f,-0.27823339884546994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9754532518467824f,-0.21674840438617393f,0.03887264665012924f,0.010455025556722009f,-0.21862204434677984f,0.9743644925923622f,-0.05308707282251608f,2.1481406960381326f,-0.026369588301162435f,-0.06028237529557153f,-0.9978329920590676f,-0.2771110350771522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946901119691611f,0.09529164965091358f,0.03887264665012924f,-0.018364030618028174f,0.09317326704478952f,0.9942336269747354f,-0.05308707282251608f,2.1588116884790622f,-0.04370724721346108f,-0.0491832949228733f,-0.9978329920590676f,-0.2788014629881303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9973507243331542f,-0.06148536423041899f,0.03887264665012924f,-0.07218339783280087f,-0.06350625604550539f,0.9965684713767637f,-0.05308707282251608f,2.263076309732988f,-0.03547517604206924f,-0.055415086783592894f,-0.9978329920590676f,-0.31776309794646934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9973507243331542f,-0.06148536423041899f,0.03887264665012924f,-0.05834919088095661f,-0.06350625604550539f,0.9965684713767637f,-0.05308707282251608f,2.0388484036732164f,-0.03547517604206924f,-0.055415086783592894f,-0.9978329920590676f,-0.30529470342016096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989143063062627f,0.025673449302587678f,0.03887264665012924f,0.052142684431933484f,0.023592069753550847f,0.9983111623856965f,-0.05308707282251608f,1.5259238952570564f,-0.040169925335030665f,-0.052112350331058724f,-0.9978329920590676f,-0.24238360220676866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7887173127250279f,-0.042183368209280696f,-0.6133070715835021f,0.06796144751041375f,-0.01750011439595431f,0.9987793263007229f,-0.046190944463202724f,1.1513816478942853f,0.6145069133898652f,-0.025698653676689234f,-0.7884927600144891f,-0.2327466070780102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8856786042415717f,0.027019508893873417f,-0.4635119805655893f,0.2142362351952825f,-0.05112174295780545f,0.9865605403877487f,0.1551930009594172f,0.5043714556958476f,0.46147586869267326f,0.16114666080613493f,-0.8723942780219134f,-0.26097160608354353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8856786042415717f,-0.14877631156933802f,-0.4398170291206613f,0.1583160450021198f,-0.05112174295780545f,0.9727598371736796f,-0.2261080860535344f,0.855325510395888f,0.46147586869267326f,-0.17777488095245553f,-0.8691582792085014f,-0.3294170767303818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8271676054531355f,0.30841916687144333f,-0.46975671362445764f,0.01956082778554402f,0.3119067139803558f,0.9473236000719361f,0.07274749838120625f,0.7015462030804265f,0.46744834395139595f,-0.08634589887812749f,-0.8797934027281781f,0.04269569010425786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8271676054531355f,-0.21006466380834057f,-0.5212164516858757f,-0.07551717429353003f,0.3119067139803558f,0.5999018829173821f,-0.7367712892384967f,0.8684282228664617f,0.46744834395139595f,-0.7720042538038693f,-0.43069882498775053f,-0.23690111971666314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9100680328933264f,0.015858703334072362f,-0.41415537788882245f,0.06550933643831398f,0.22955467584005568f,0.8512831129525852f,-0.47182805385195475f,1.0648106694040123f,0.34508089820452015f,-0.5244669323516193f,-0.7783659875431633f,-0.23876049431152985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8606841828184909f,-0.33485199441924135f,-0.38353210984156577f,0.05522416863777587f,-0.10312769370749798f,0.8523369011589118f,-0.5127245710061068f,1.036005153794225f,0.4985854151864442f,-0.401741146456621f,-0.7681254031778153f,-0.24680313193196585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8809629583285081f,-0.23102204986845765f,-0.4129565092448104f,0.061177673003280406f,-0.03418992093121355f,0.9015128387790049f,-0.4313996416587958f,1.0817140351311185f,0.4719484244700905f,-0.36592815413848107f,-0.8020980430402531f,-0.24562164720162638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8248135160496344f,0.3522562772392782f,-0.44226482890612523f,0.06432917457567439f,0.22185837414103146f,0.9211130666384829f,0.3198899502818871f,1.063766014660558f,0.5200591558326203f,0.16572939876007164f,-0.837897512122627f,-0.23964035918099047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8958591723541167f,0.01116314412112495f,-0.4441978472734059f,0.06622217300713208f,-0.10372985447349102f,0.9668082104506922f,0.23349946787099687f,1.0756808654103593f,0.43206071402050117f,0.2552592180871463f,-0.864966051924371f,-0.23604760551069498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8847074939385485f,0.15038249758050254f,-0.4412230213740251f,0.06620895579543067f,0f,0.9465327515745928f,0.3226077342480034f,1.0755976740552404f,0.46614659729421304f,0.2854134800917443f,-0.8374046185763168f,-0.23607269067984366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8726897842259611f,0.24503351069215004f,-0.42234005155268595f,-0.10175830572536673f,0.2879437980762904f,0.9568175270391064f,-0.039857108527459106f,1.1225925834626016f,0.3943360364676882f,-0.15639308996451562f,-0.9055607609400406f,-0.13921881411337178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.870468588393835f,-0.15591497432664672f,-0.46687788274918907f,0.23817931140757131f,-0.10131720958796864f,0.9849505146655411f,-0.14002609293054474f,1.0986101381969369f,0.4816837755840985f,-0.07458555115306864f,-0.8731653542704504f,-0.3253290274120449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8847074939385485f,0.049736241755908225f,-0.4634856593520139f,0.05253434629576969f,0f,0.994291628518486f,0.10669656722714786f,0.9337057349890272f,0.46614659729421304f,0.09439525260337585f,-0.8796572549106679f,-0.24526621376015584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8847074939385485f,0.04163972658052222f,-0.4642830853469385f,0.06875000000000003f,0f,0.996002304944214f,0.08932753520506961f,1.15625f,0.46614659729421304f,0.0790287398109846f,-0.8811707031642136f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.759808683097946f,-0.6285857719946607f,0.16604424812332907f,-2.21934890890764f,0.572095195961109f,0.525088730202456f,-0.6300705612648417f,1.2456000716833748f,0.3088654267592691f,0.573726200081754f,0.7585778770123512f,-0.5315100679611648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.23931338119940376f,-0.6285857719946607f,-0.7400061032348217f,-2.1561254606782048f,-0.5713073100781499f,0.525088730202456f,-0.6307850528235756f,1.2456499283166251f,0.78507137448144f,0.573726200081754f,-0.23345488709721557f,-0.46228683769634665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6743834477806425f,-0.6285857719946607f,-0.38741049625090207f,-2.129625610355287f,0.0005318040880032959f,0.525088730202456f,-0.8510473210102858f,1.3732820981515428f,0.7383811228247277f,0.573726200081754f,0.35444543274789936f,-0.5500652677409407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.48602577858989804f,0.5633880410322091f,0.6681114111942512f,1.2605598640224664f,-0.43266022532546305f,0.8193331823250407f,-0.3761625523127483f,2.4045984763599857f,-0.7593313321386148f,-0.10624053634565109f,0.6419726446427335f,-0.18052621993662482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6175024622668568f,0.5633880410322091f,0.5488940009840328f,1.2688792071765536f,0.33215341132742887f,0.8193331823250407f,-0.4672978147655662f,2.4109581642650144f,-0.712997069024776f,-0.10624053634565109f,-0.6930715172325778f,-0.08736289346512544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0887396603102617f,0.5633880410322091f,0.8214129216842828f,1.1415075973468676f,-0.06783667098697327f,0.8193331823250407f,-0.5692901917392629f,2.4931718490733896f,-0.9937421490293268f,-0.10624053634565109f,-0.03448897910295251f,-0.12877120983543225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013823554592789821f,0f,-0.000007283540582722079f,0.38284040930227003f,0f,0.000015625f,0f,1.3223725f,0.000007283540582722079f,0f,-0.000013823554592789821f,0.3803508151487231f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..3f4894bfa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48918009075526825f,-0.08175953258269612f,-0.6488163546682304f,-0.15760061930566216f,-0.18075309680285614f,0.7955972675837382f,0.03602430088025767f,1.2898976623662841f,0.6284708435952214f,0.16518114628974176f,-0.4946554680841628f,-0.4490549714054148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47336962493203366f,0.10938627667008938f,-0.6355752045729605f,-0.15760061930566216f,0.13466234112493872f,0.7877948543389299f,0.03528911106637486f,1.2898976623662841f,0.6307037752181737f,-0.08610406467385245f,-0.4845604585314248f,-0.4490549714054148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.781480355154284f,0.142292187350207f,-0.1896993209568022f,-0.20922862312210075f,0.1334899694431957f,0.8039310321299068f,0.05310148850118826f,1.2879773217059947f,0.19599318103044536f,0.01980589412474844f,-0.7925521080609973f,-0.415556303884194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7606007195173303f,-0.1641783625540047f,-0.1858279062433981f,-0.20922862312210075f,-0.18056075382480627f,0.7776194212195863f,0.05201778465422524f,1.2879773217059947f,0.16995399273902653f,0.09139748908586828f,-0.776377575243426f,-0.415556303884194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9070642583712917f,1.2698529551633884f,0.07819305242889533f,-0.15663737348902645f,1.2570707008627058f,0.8797481293635983f,0.2953349486833474f,1.1557554853087175f,0.19599473007681661f,0.234356461707501f,-1.5323411384669068f,0.5023478164751589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.44315164712632016f,-0.36695711081321036f,-0.8178991970119855f,-0.28609913334543274f,-0.3716080769498329f,0.7550980409308135f,-0.5401244168967876f,1.2588175148931446f,0.8157965768467507f,0.543294972741391f,0.19825871430798342f,0.3153929309319348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.12625443188474522f,-0.36695711081321036f,-0.9216302388990292f,-0.2327569751852798f,-0.6190621075862326f,0.7550980409308135f,-0.21584498032926186f,1.4782395053146342f,0.7751270382204144f,0.543294972741391f,-0.32250371658878474f,0.051054679030281935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5597182546974002f,0.8218997208792341f,0.10581268438676499f,0.5473575005159275f,0.7216855692848622f,0.5462162318141426f,-0.42522672445266574f,1.335705413855237f,-0.4072903318819149f,-0.16164367269211655f,-0.8988803639162019f,-0.31265755116164456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8504814965352023f,0.5129558578272073f,-0.1164367294799899f,0.25749210149921903f,0.5246058111788254f,0.8433114789677316f,-0.1166811566563498f,1.497940672506807f,0.038340147739007346f,-0.1603185496504103f,-0.9863204325721636f,-0.28935541915463175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8384772878113055f,-0.3031847755068695f,-0.4528077182706213f,0.013347347865862856f,-0.0311877645751706f,0.8562733765980577f,-0.515580476618505f,1.1325371055094757f,0.5440433449325531f,-0.41818045916830004f,-0.7274214338362522f,0.1491786626238737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8384772878113055f,-0.13694694888967507f,-0.5274479794391158f,-0.015626754922445682f,-0.0311877645751706f,0.9783803533221322f,-0.20444854505244997f,1.3147056183507977f,0.5440433449325531f,-0.15497553814414916f,-0.8246207743026673f,0.11496686938245407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8384772878113055f,-0.2641275085284734f,-0.4766471410416079f,0.25834987688439226f,-0.0311877645751706f,0.8965094022321426f,-0.4419255763702413f,1.137387100571241f,0.5440433449325531f,-0.35567899986913415f,-0.7599403186347542f,-0.04734921415901554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8384772878113055f,-0.04564584162355136f,-0.5430214498222652f,0.24639739751858725f,-0.0311877645751706f,0.9988719449472975f,-0.035807274931313915f,1.3244517947805385f,0.5440433449325531f,-0.013087961631997241f,-0.8389550310326046f,-0.05504667590896878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9860352480422301f,0.005421807845513327f,-0.16644847135971003f,0.3034706436331533f,-0.005577642623374235f,0.997834044807262f,0.06554470936959773f,2.0267326307984757f,0.16644332224833713f,0.06555778384955857f,-0.9838692989699753f,-0.11902332554040107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9860352480422301f,0.005421807845513327f,-0.16644847135971003f,0.3241646952640749f,-0.005577642623374235f,0.997834044807262f,0.06554470936959773f,1.908357353299344f,0.16644332224833713f,0.06555778384955857f,-0.9838692989699753f,-0.2256974198843437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9860352480422301f,0.005421807845513327f,-0.16644847135971003f,-0.27582506459165695f,-0.005577642623374235f,0.997834044807262f,0.06554470936959773f,2.023455765757243f,0.16644332224833713f,0.06555778384955857f,-0.9838692989699753f,-0.021237873719503003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9860352480422301f,0.005421807845513327f,-0.16644847135971003f,-0.3290836565639025f,-0.005577642623374235f,0.997834044807262f,0.06554470936959773f,1.9046621650613589f,0.16644332224833713f,0.06555778384955857f,-0.9838692989699753f,-0.11542871889482034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9730473602972814f,0.15960495293225838f,-0.16644847135971003f,0.20327245021219834f,0.15058666241124058f,0.986421587444992f,0.06554470936959773f,2.134158435167914f,0.17464962560033065f,0.03871318666802785f,-0.9838692989699753f,-0.11714906311952548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9860352480422301f,0.005421807845513341f,-0.16644847135971003f,0.08975060599959456f,-0.005577642623374235f,0.997834044807262f,0.06554470936959773f,2.143571529931284f,0.16644332224833713f,0.06555778384955857f,-0.9838692989699753f,-0.09731663617411263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9554341331013042f,0.24380427331565613f,-0.16644847135971003f,0.06770262652119893f,0.23598594081350174f,0.9695434630856017f,0.06554470936959773f,2.1391366162685888f,0.1773591075849385f,0.02334415346512816f,-0.9838692989699753f,-0.09388206680886635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9840115219325788f,-0.06337374129673912f,-0.16644847135971003f,0.09645779571953017f,-0.07516944011386714f,0.9950142945438638f,0.06554470936959773f,2.1492784834268663f,0.16146479485292753f,0.07700858762132486f,-0.9838692989699753f,-0.09807114784403285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.981810544541438f,0.09133981064826455f,-0.16644847135971003f,0.14880302103041906f,0.081410549304821f,0.9945231085980568f,0.06554470936959773f,2.2561593971156264f,0.17152369250086802f,0.050801825313633274f,-0.9838692989699753f,-0.13156879264867674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.981810544541438f,0.09133981064826455f,-0.16644847135971003f,0.12825156363455958f,0.081410549304821f,0.9945231085980568f,0.06554470936959773f,2.032391697681064f,0.17152369250086802f,0.050801825313633274f,-0.9838692989699753f,-0.1429992033442442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9766259442977121f,-0.12197714250607536f,-0.17698401518401294f,-0.17847064103940144f,-0.1600401074817437f,0.9623031225231075f,0.2199087637624042f,2.124703554337344f,0.1434884278324711f,0.24309314488140044f,-0.959331430731755f,-0.036224618734056635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9836834873406406f,0.03230255566826071f,-0.17698401518401294f,-0.06483952156102893f,-0.007532374008864834f,0.9754913628332552f,0.2199087637624042f,2.135401570765354f,0.17974999325492777f,0.2176537294305274f,-0.959331430731755f,-0.05473574391860042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9682079034297896f,-0.16919526285071887f,-0.18424553933533272f,-0.04739952614543018f,-0.23285195647403284f,0.8787179803087783f,0.4166949453116471f,2.1333473498701854f,0.09139705740507512f,0.4463492736758261f,-0.8901791414017494f,-0.08550355275966758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9731046472739785f,0.1382784389874954f,-0.18424553933533272f,-0.07523516696797025f,0.05008341864153848f,0.9076656728823118f,0.4166949453116471f,2.1420491993463022f,0.22485327800804353f,0.39626014129897247f,-0.8901791414017494f,-0.07566889258793125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9827556279210596f,-0.01565110298082204f,-0.18424553933533272f,-0.13030690518815313f,-0.09252338532333289f,0.9043255750668746f,0.4166949453116471f,2.2494999246836316f,0.16009621781227062f,0.42655632366130747f,-0.8901791414017494f,-0.049077732305998545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9827556279210596f,-0.05355403027624536f,-0.17698401518401294f,-0.11825724837599794f,-0.09252338532333289f,0.9711228340373843f,0.2199087637624042f,2.0309972870252206f,0.16009621781227062f,0.2324917354496065f,-0.959331430731755f,-0.10138837278215992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9860352480422301f,0.005421807845513327f,-0.16644847135971003f,0.007419995838446179f,-0.005577642623374235f,0.997834044807262f,0.06554470936959773f,1.5182562722216204f,0.16644332224833713f,0.06555778384955857f,-0.9838692989699753f,-0.12504623669328913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8384772878113055f,0.005421807845513327f,-0.5449095721532918f,0.005386817896378682f,-0.0311877645751706f,0.997834044807262f,0.0579184112729523f,1.144068505418897f,0.5440433449325531f,0.06555778384955857f,-0.83649208950912f,-0.1496304056368736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8490848460748753f,-0.25689708858997895f,-0.46158293950274853f,0.29645180086953593f,-0.12607862007251908f,0.9470852455049509f,-0.29518421249693616f,0.8276990729964382f,0.512990356368046f,-0.1924407015701707f,-0.8365449603294289f,0.0888634028679951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8490848460748753f,-0.5278840739407877f,-0.01983251486025922f,0.13532136199534506f,-0.12607862007251908f,0.23896601126748454f,-0.9628080945959677f,0.8459776898408713f,0.512990356368046f,-0.815005306693512f,-0.2694573144948932f,-0.17334205466381347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8807069843229497f,-0.06810348229379937f,-0.46873993158705174f,0.04065657945614949f,0.08418598282936922f,0.9513471388519386f,-0.29639727005032257f,0.6636229717174345f,0.46612007901379765f,-0.3005004776996016f,-0.8321247111115513f,0.21700664685092688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8807069843229497f,-0.3393809157496343f,-0.3304176172508292f,-0.09153160550570706f,0.08418598282936922f,0.5743192047145769f,-0.8142912079784905f,0.8521937926793159f,0.46612007901379765f,-0.7449684859918275f,-0.4772358188770156f,-0.0668130888626722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.910697851842265f,-0.16275323541199394f,-0.37965880341803226f,0.013341092895557675f,0.12430257040663198f,0.7685295746219057f,-0.6276234252493902f,1.0323861075814118f,0.393926761772018f,-0.6187678702828716f,-0.6796675871817129f,-0.1353906123071793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8143997554061748f,-0.48187355345335664f,-0.3233433420941242f,0.011202787453736214f,-0.1217869021534825f,0.6867126788986015f,-0.7166544823719198f,0.994276300840549f,0.5673808146723159f,-0.5442642511888333f,-0.6179445250341151f,-0.13281058795299736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8730284909617054f,-0.3060726171291962f,-0.37965880341803226f,0.013510359272349653f,0f,0.7785170750074935f,-0.6276234252493902f,1.0319555667320108f,0.48766920547552267f,-0.5479331318376919f,-0.6796675871817129f,-0.1350875905706373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8758355706526549f,0.019045905230387225f,-0.4822336639778413f,0.014149925306339448f,0.10336339318858996f,0.9834369940213533f,-0.1488881719237151f,1.057269966511769f,0.4714107149058868f,-0.18024686483875352f,-0.8632977502505848f,-0.13394263541813795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8599348796241617f,-0.16722050153101842f,-0.4822336639778413f,0.014630495923830866f,-0.10765344901056101f,0.9829766259567646f,-0.1488881719237151f,1.0507250535359154f,0.4989215747208266f,-0.07612001504446686f,-0.8632977502505848f,-0.13308231486420843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8730284909617054f,-0.07260817650674113f,-0.4822336639778413f,0.014176694820663735f,0f,0.9888540399175272f,-0.1488881719237151f,1.0569053912853998f,0.48766920547552267f,-0.1299836160566079f,-0.8632977502505848f,-0.13389471246456222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8873540957502345f,-0.02513275066851217f,-0.46040314247311365f,-0.15368536195580923f,0.1446357885655497f,0.9329440321328116f,-0.3296906452627873f,1.083141900775337f,0.43781639693061447f,-0.3591431159741279f,-0.8242166128070272f,-0.03710442644131064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8355050830796152f,-0.3389191032840374f,-0.4325102282920825f,0.17755395136559166f,-0.1527716504923131f,0.899366710482537f,-0.4096344014870763f,1.0690717580224918f,0.5278182252953946f,-0.27617632321573965f,-0.8032026889528294f,-0.2387137161809736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8730284909617054f,-0.1682099298907857f,-0.4577408365606727f,0.02372506673694357f,0f,0.9386297748990179f,-0.3449262902027317f,0.9316368856885363f,0.48766920547552267f,-0.3011304786287101f,-0.8194505359518148f,-0.1007810761227624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8730284909617054f,-0.12621807808707974f,-0.47105228025467766f,0.002343750000000019f,0f,0.9659258262890683f,-0.25881904510252074f,1.1474609375f,0.48766920547552267f,-0.22595640037800327f,-0.8432807665060837f,-0.155078125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48981754354702517f,-0.4144482310306292f,-0.7670146268677933f,0.16892626161821378f,0.07680262505922304f,0.8968727415326883f,-0.43556933119728725f,1.2255859375f,0.8684354500004998f,0.15444076304920898f,0.47113471522613115f,0.16055692696297136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.19794347858841294f,-0.4144482310306292f,-0.8882854513499028f,0.20166239495387306f,-0.07680262505922304f,0.8968727415326883f,-0.43556933119728725f,1.2255859375f,0.977199946821699f,0.15444076304920898f,0.14569939821580324f,0.2484057065460136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3491854222470324f,-0.4144482310306292f,-0.8404178750394019f,0.3113570095419537f,0f,0.8968727415326883f,-0.4422886902190013f,1.2919292410328502f,0.9370536488857839f,0.15444076304920898f,0.31317488695394535f,0.15750508371140068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.284340013344059f,-0.5101458582888531f,-0.8117277622960976f,0.1795220652538302f,-0.45697711879403924f,0.81642334394288f,-0.3530224303975945f,2.2072614413116156f,0.842806424815449f,0.2705626114891993f,-0.46526680899667194f,-0.9299003214223631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.39751965346596874f,-0.5101458582888531f,-0.7627118252518611f,0.1737406096577806f,-0.05514875807310057f,0.81642334394288f,-0.5748143508543612f,2.2334219151698655f,0.9159348992102501f,0.2705626114891993f,0.29641041424493497f,-1.0197405511566127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06166885969119573f,-0.5101458582888531f,-0.8578742069878993f,0.3053124685039903f,-0.2790450544879973f,0.81642334394288f,-0.5055559128631734f,2.2961750651702166f,0.9582957838319953f,0.2705626114891993f,-0.09200578217680871f,-0.9610195689629666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013641070171276649f,0f,-0.000007619831335555042f,0.33131524563090575f,0f,0.000015625f,0f,1.3135834375f,0.000007619831335555042f,0f,-0.000013641070171276649f,0.44864871502669207f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5.mcfunction new file mode 100644 index 000000000..abbd6877f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50.mcfunction new file mode 100644 index 000000000..24e3d462b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..555ede4ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.10289723868179859f,-0.05391843375103565f,-0.8083621745343732f,-0.10218273907136946f,-0.12728216552997945f,0.8058126054709454f,-0.037546499791189215f,1.2625997835072165f,0.8000974022293188f,0.12125713096723853f,-0.10993315960134177f,-0.5079837384477071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1133371533704213f,-0.010224067482129336f,-0.7918649872989779f,-0.10218273907136946f,0.18688432272765615f,0.7769951502544389f,-0.03678024469340985f,1.2625997835072165f,0.7695641231141918f,-0.19019465009616524f,-0.10768962573192664f,-0.5079837384477071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8093169414868039f,0.10692953839754173f,0.022728978969103246f,-0.1792408405498546f,0.1064313347061635f,0.8094891695153716f,-0.01854992922958255f,1.2608384368054635f,-0.024958037974846678f,-0.015420852760031552f,-0.816139533465353f,-0.4425048530179173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7725369995064283f,-0.20661763894826268f,0.022265122255448078f,-0.1792408405498546f,-0.20713308940371514f,0.7725061067572544f,-0.018171359245305357f,1.2608384368054635f,-0.016806774457856083f,-0.023312363633804983f,-0.7994836246191214f,-0.4425048530179173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3605674669152812f,0.7513606720766914f,0.16037318487889082f,0.28448572144586826f,-0.22277717662714253f,0.07368228805965671f,1.5447807287768496f,1.4688809817114774f,0.7352773269629465f,-1.3680037685923079f,0.17128686923249067f,0.1288536254330283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9572655856580754f,0.04181817056814364f,0.2861709963029716f,0.051690735213096556f,-0.06821651330323515f,0.9942199721571956f,0.08290448888024612f,1.5106328668246238f,-0.2810500059196785f,-0.09888320167793394f,0.9545852537088921f,0.20876707539362988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7518080089095454f,0.04181817056814364f,-0.6580546773253714f,-0.14742327663752297f,0.03387227193242948f,0.9942199721571956f,0.10187892891997274f,1.4986025016655957f,0.6585114933952183f,-0.09888320167793394f,0.746046061240404f,-0.021680691637072425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8296733196511955f,0.5047990382209604f,-0.2383696995638468f,0.4623666609614703f,0.5560911146685704f,0.7848443929602872f,-0.27346288783940137f,1.293274406401289f,0.04903931938385708f,-0.3594401338887905f,-0.9318787127649052f,-0.6324942974820215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5415571918987221f,0.5047990382209604f,-0.6722304209971192f,0.2809275557768093f,0.6121832256660918f,0.7848443929602872f,0.09618199962496661f,1.488986502753137f,0.5761488576017743f,-0.3594401338887905f,-0.7340676290602788f,-0.4338847129289227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7375416414264464f,-0.11708459784540856f,-0.665074074152167f,0.07711479814488091f,0.4030139453647486f,0.713929117227543f,-0.5726124129079291f,1.1674688394532793f,0.541859840736996f,-0.6903596255011444f,-0.4793657272630129f,0.07607020729792677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7552860563700419f,-0.01607978407982623f,-0.655197995721092f,0.07000485115665668f,0.181545043834831f,0.9554474603383124f,-0.23272633626660771f,1.3451606986650466f,0.6297494502673261f,-0.2947229055859335f,-0.7187169392820694f,0.016317681630051317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7535221443746837f,-0.14009183712135603f,-0.6423228589338399f,0.31987759698052654f,0.3195520447578327f,0.7758008861447064f,-0.544076718623556f,1.1725500257832242f,0.5745353501988073f,-0.615229438688569f,-0.5398165143295287f,-0.1280924865517798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7578710145101207f,-0.041078014810283614f,-0.6511099155017118f,0.3081060322317127f,0.15594144213856495f,0.957680568925066f,-0.2419301438992386f,1.3506030690573039f,0.6334933243445781f,-0.2848868628115516f,-0.7193925794781647f,-0.18600497695068424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665177f,-0.0038006887066517336f,0.3574619003811098f,0.02371012432120976f,0.9983055438824917f,-0.05314010781090634f,2.028634675856893f,0.002543261236628902f,-0.05321511171727333f,-0.9985798334170386f,-0.24768456347069184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665177f,-0.0038006887066517336f,0.3916522594806522f,0.02371012432120976f,0.9983055438824917f,-0.05314010781090634f,1.8979754681022634f,0.002543261236628902f,-0.05321511171727333f,-0.9985798334170386f,-0.33474490618525365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665177f,-0.0038006887066517336f,-0.22987103840283485f,0.02371012432120976f,0.9983055438824917f,-0.05314010781090634f,2.0425643738956034f,0.002543261236628902f,-0.05321511171727333f,-0.9985798334170386f,-0.24619039749417235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665177f,-0.0038006887066517336f,-0.27065935233954075f,0.02371012432120976f,0.9983055438824917f,-0.05314010781090634f,1.913683425465065f,0.002543261236628902f,-0.05321511171727333f,-0.9985798334170386f,-0.333059995615987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9837256535052834f,0.1796294019562718f,-0.004137219891989796f,0.2614178117309087f,0.17957600491014986f,0.9821397470990747f,-0.0561602673486788f,2.1364759699327447f,-0.006024707139135435f,-0.055989241118248836f,-0.9984131949162582f,-0.2752974607371064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997145877120269f,0.02352926958783655f,-0.004137219891989796f,0.14650278843744322f,0.023724620368218846f,0.9981398533069945f,-0.0561602673486788f,2.149267327958759f,0.0028081139855173987f,-0.05624239248959897f,-0.9984131949162582f,-0.27554078421026607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.964329291670208f,0.2646658652156909f,-0.004582250152973892f,0.12408708803930706f,0.26445516305705596f,0.9625201186762036f,-0.060153868337895815f,2.145638932792637f,-0.011510167648675514f,-0.05921993695687898f,-0.9981785988026005f,-0.27475271079117847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9989179068798388f,-0.04628194354537203f,-0.004582250152973892f,0.15342130415710753f,-0.045923268005427675f,0.997132170567016f,-0.060153868337895815f,2.1549280188904625f,0.007353146979566099f,-0.059878344348973406f,-0.9981785988026005f,-0.27544716685268156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9938596609164587f,0.11055305236200838f,-0.004582250152973892f,0.21350992626756274f,0.11062796130606874f,0.992039800764692f,-0.060153868337895815f,2.2561940218377785f,-0.0021044192273265965f,-0.060291428181732394f,-0.9981785988026005f,-0.3131326902163162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9938596609164587f,0.1105706010410847f,-0.004137219891989796f,0.18863154103331872f,0.11062796130606874f,0.9922738929089022f,-0.0561602673486788f,2.0329323959332757f,-0.0021044192273265965f,-0.056273116466261354f,-0.9984131949162582f,-0.3004712390114074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9910901531287537f,-0.13313851109494335f,-0.0038006887066517336f,-0.12895689554023068f,-0.13275118035783423f,0.9897238266584504f,-0.05314010781090634f,2.1456580290656024f,0.010836627004053714f,-0.052162091675608965f,-0.9985798334170386f,-0.27396679580031524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997156404833102f,0.023541302818665177f,-0.0038006887066517336f,-0.013567402808645719f,0.023710124321209766f,0.9983055438824917f,-0.05314010781090634f,2.152987285184268f,0.002543261236628903f,-0.05321511171727333f,-0.9985798334170386f,-0.2747960104254268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9757149700550036f,-0.2190110772904384f,-0.0038006887066517336f,0.008661037000498722f,-0.21850613726536727f,0.9743876009675068f,-0.05314010781090634f,2.1481453189355486f,0.015341616209895284f,-0.051019124893199604f,-0.9985798334170386f,-0.274622945415959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9956382251566525f,0.09322059521514607f,-0.0038006887066517336f,-0.020202667924332722f,0.09329064211048373f,0.9942197870875726f,-0.05314010781090634f,2.158819691449023f,-0.0011750325632163341f,-0.053262891315389575f,-0.9985798334170386f,-0.275081131465315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979631803812754f,-0.06367923812864719f,-0.0038006887066517336f,-0.0756251976664544f,-0.06338816102629811f,0.9965731633871889f,-0.05314010781090634f,2.263088888775695f,0.007171585946910534f,-0.0527909523290279f,-0.9985798334170386f,-0.3117133879762814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979631803812754f,-0.06367923812864719f,-0.0038006887066517336f,-0.061297369087508796f,-0.06338816102629811f,0.9965731633871889f,-0.05314010781090634f,2.038859927013578f,0.007171585946910534f,-0.0527909523290279f,-0.9985798334170386f,-0.29983542370225014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997156404833101f,0.023541302818665177f,-0.0038006887066517336f,0.05172093980042192f,0.02371012432120976f,0.9983055438824917f,-0.05314010781090634f,1.5259251986027405f,0.002543261236628902f,-0.05321511171727333f,-0.9985798334170386f,-0.24167496680744371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7619237794401791f,-0.04314045747458146f,-0.6462283305863936f,0.06789861135338997f,-0.017415585255222972f,0.9987830417590239f,-0.046142527941259504f,1.1513815579431064f,0.6474325074583539f,-0.023902644696260758f,-0.7617478663328917f,-0.23271147504634593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8651846067535491f,0.04308013517901532f,-0.49959953781970673f,0.20978139261101125f,-0.04052519817074309f,0.9870371394519628f,0.15529131867464052f,0.5043248143385474f,0.4998132696817169f,0.15460202875591422f,-0.8522235083325425f,-0.26514029546534196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8651846067535491f,-0.1475603782985326f,-0.479251010424705f,0.15406107814957917f,-0.04052519817074309f,0.9731727881732912f,-0.2264783271579085f,0.855323984409044f,0.4998132696817169f,-0.17652382024932667f,-0.8479540296116618f,-0.3331337832178103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8130869520241893f,0.28703032433010955f,-0.5064614510137626f,0.03383701145634779f,0.2914951870264132f,0.9538142566010595f,0.07258732564990045f,0.7005580011441739f,0.503904916019332f,-0.08861126801666053f,-0.8592018847698308f,0.04297750043651194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8130869520241893f,-0.2523373151424743f,-0.5246098434405337f,-0.07561926772436739f,0.2914951870264132f,0.6035793706048586f,-0.7421067977863289f,0.8684243812032785f,0.503904916019332f,-0.7563185987181134f,-0.4172073978785846f,-0.23074420753833247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8901862176783149f,0.008107565847675444f,-0.45552471418310747f,0.06490468312625775f,0.2300395860351007f,0.8710285209234582f,-0.43404044119723717f,1.0645235837950104f,0.3932560065814324f,-0.4911655353482351f,-0.7772426456221416f,-0.2391204746222699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8399252365454265f,-0.329589362607528f,-0.4311571048586266f,0.05273617717726145f,-0.10404823567126184f,0.8775226648920942f,-0.4681110309043944f,1.0402791821633943f,0.5326345479480343f,-0.3483171323042276f,-0.7713466235587942f,-0.24903169133134723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8600824288725457f,-0.2309625756524336f,-0.4548785598296499f,0.06057413483277461f,-0.03419222695619574f,0.915740497478225f,-0.4003126689153229f,1.081693718122727f,0.509007963749565f,-0.3287485816339393f,-0.7955094360931205f,-0.24528451052790626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8087438517128108f,0.3366505327630887f,-0.4822860158734189f,0.06410576985220706f,0.21160463076779829f,0.9316247459395715f,0.29546372533807347f,1.0636624293968224f,0.5487776075555114f,0.13690051695796226f,-0.8246825970652538f,-0.23922218344114884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8752852740532466f,0.02360212472281681f,-0.48303067059359844f,0.06601921760506987f,-0.10035424555823015f,0.9682023277385441f,0.22915775780039244f,1.0756524029093748f,0.4730800296186379f,0.24905258936665065f,-0.8450846663534933f,-0.23593760106571995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.864071708996962f,0.15212503873691854f,-0.47983127690924915f,0.06600733283641855f,0f,0.9532401301905116f,0.302213921245161f,1.0755779310242037f,0.5033687333467083f,0.2611344994129796f,-0.8236678283782018f,-0.2359580021984866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8570724393174453f,0.22743212702398913f,-0.46227855386096844f,-0.09870230763792412f,0.2760434957253872f,0.9603405088356546f,-0.03932042162774932f,1.125310525644006f,0.4350020945123738f,-0.16130943768614403f,-0.8858625418670935f,-0.13378824857647043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8492108483339245f,-0.1480046606776845f,-0.5068881094380295f,0.23401670938849314f,-0.10116588148155263f,0.9877367100408913f,-0.11891869517303286f,1.098607679623217f,0.5182725147024843f,-0.04970726360683865f,-0.8537697514252209f,-0.33246350136240777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.864071708996962f,0.05368110048131955f,-0.5004981729858602f,0.05195859935366382f,0f,0.9942973010227257f,0.10664369263544483f,0.9337046739175369f,0.5033687333467083f,0.09214779774925555f,-0.8591441681457734f,-0.24455331784497242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.864071708996962f,0.04493802705363893f,-0.5013588090734977f,0.06875000000000003f,0f,0.9960070537956394f,0.0892745696675735f,1.15625f,0.5033687333467083f,0.07713962998262858f,-0.8606215171462271f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7925704345375169f,-0.6032868926063718f,0.08875264225001595f,-2.272818290233887f,0.4787504170405968f,0.5254913673402641f,-0.7033184634533023f,1.2551839160451295f,0.3776640629984088f,0.5999197846880927f,0.7053127727890134f,-0.3842095130899324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3740850073485071f,-0.6032868926063718f,-0.7043474515368215f,-2.2066914255433954f,-0.47788884399332504f,0.5254913673402641f,-0.7039041665152885f,1.2552327506215368f,0.7947846627004015f,0.5999197846880927f,-0.09172563369092462f,-0.3177542809303082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7053532233652449f,-0.6032868926063718f,-0.37218510918306047f,-2.1839270915111824f,0.0005209021483458254f,0.5254913673402641f,-0.85079877263182f,1.3828281492281063f,0.7088558097026579f,0.5999197846880927f,0.37097128324249284f,-0.40662758949649425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3521097427938762f,0.558051698795945f,0.7513967197829587f,1.2611509199252158f,-0.37594797420837944f,0.8195271380752638f,-0.4324793528560446f,2.404517471177704f,-0.8571358408783558f,-0.13020588093142077f,0.49836189546616294f,-0.23180755951620124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5691293424403834f,0.558051698795945f,0.6038792040171086f,1.2734513811716104f,0.26381334158118097f,0.8195271380752638f,-0.5087020648296393f,2.410873153822296f,-0.7787774472704947f,-0.13020588093142077f,-0.6136384246392371f,-0.13908557479171865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13120491996154154f,0.558051698795945f,0.8193677870461137f,1.144395982491496f,-0.06779394820897797f,0.8195271380752638f,-0.5690160371592403f,2.493047718073886f,-0.9890345037278144f,-0.13020588093142077f,-0.06969346459137171f,-0.1749925474652542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013501120453077532f,0f,-0.000007865136458542318f,0.40857956661617645f,0f,0.000015625f,0f,1.3223725f,0.000007865136458542318f,0f,-0.000013501120453077532f,0.36643236376834115f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51.mcfunction new file mode 100644 index 000000000..0d12a3f98 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..4ce06bfd7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.14379507431214472f,-0.06084260877248045f,-0.8016018949614379f,-0.1211080554378017f,-0.13020945411304072f,0.8053343997931249f,-0.03776833348025132f,1.2623283386891593f,0.7932924549670146f,0.12115744266057461f,-0.1515004931503553f,-0.5026697293747037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.15294640103708979f,-0.0011591004289191742f,-0.7852426726152861f,-0.1211080554378017f,0.18405578715429216f,0.777659725344483f,-0.036997551164327826f,1.2623283386891593f,0.7633681062402434f,-0.18773387564139518f,-0.14840864635136847f,-0.5026697293747037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8056757502926859f,0.10657471500086585f,-0.08045408601958207f,-0.18733606865302302f,0.10919750370943619f,0.8090393735665885f,-0.021809210142827096f,1.260862701522702f,0.07685658734545629f,-0.03227331073674572f,-0.8124013434504797f,-0.4419746129160518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7691086170866444f,-0.20557377661009027f,-0.07881216589673345f,-0.18733606865302302f,-0.20446102111003178f,0.7731359938865151f,-0.021364124221544913f,1.260862701522702f,0.08165553238888752f,-0.0003966451502004191f,-0.7958217241963883f,-0.4419746129160518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3940396684967187f,0.6842748483732141f,0.1727066430145951f,0.3006289402344818f,-0.22652133906079125f,0.07170187971205937f,1.5443293604007733f,1.4679802349199789f,0.6683919027095271f,-1.402866002984451f,0.16317319652064752f,0.11367202850289454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9414601839561305f,0.0390757794757205f,0.3348519157532971f,0.07232966938701837f,-0.07045220761900362f,0.9941332621764817f,0.08207035686504124f,1.5102738977376184f,-0.3296804641875177f,-0.10085702996177945f,0.9386898588140764f,0.20539757788901272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7863268013744606f,0.0390757794757205f,-0.6165737951766795f,-0.13906583462021938f,0.031688117496352836f,0.9941332621764817f,0.1034162474850241f,1.4988533051662145f,0.6169975888524576f,-0.10085702996177945f,0.7804753902959027f,-0.0138636382515398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8274792251388197f,0.49078741851853f,-0.2727743422457027f,0.44780107746973213f,0.5557253067761047f,0.7853128255257633f,-0.2728610442575976f,1.29314737364388f,0.08029642191444775f,-0.3773744504979893f,-0.9225730370756982f,-0.6469558684703811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5206087710654941f,0.49078741851853f,-0.6986374004543366f,0.27359071604411583f,0.6116254128369485f,0.7853128255257633f,0.09590683206515846f,1.4886709815125356f,0.5957187774963186f,-0.3773744504979893f,-0.7090188024655144f,-0.44179639546710886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7381156220648651f,-0.21431231641659693f,-0.6397308492608038f,0.09036200337084035f,0.16080675597758134f,0.8649956790964517f,-0.4753142774801057f,1.1603148733176605f,0.6552301242279414f,-0.4537099361669532f,-0.6040039553907042f,0.045829919649686024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7381729012327058f,-0.035355748236580976f,-0.673684450579291f,0.07952227276036086f,0.06489947239645777f,0.9902720481744333f,-0.12308261082327662f,1.3452216160327213f,0.6714825584989912f,-0.13457801332700767f,-0.7286974214038393f,0.01604218326709811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7421447973123051f,-0.24022562341498557f,-0.6257097966926514f,0.3291201561664015f,0.12370453413276306f,0.8684280626663508f,-0.4801352811537227f,1.1671987038445135f,0.6587247437718381f,-0.4337330398164865f,-0.6147823697165333f,-0.15912574202968555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7383139124259883f,-0.08031161568449667f,-0.6696585780114936f,0.3098763621129866f,0.05435917161499018f,0.9825693649278749f,-0.17777098629012614f,1.3503193911041769f,0.6722630788460439f,-0.1676528779692668f,-0.7210789591501474f,-0.19506740014361149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987000285051705f,0.02283583121167327f,-0.04557167844883214f,0.35779419971181725f,0.02527744473392759f,0.9982349285259334f,-0.053740843485635986f,2.028166945033781f,0.04426402434816579f,-0.05482291750441922f,-0.9975144830351128f,-0.2602465163209205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987000285051705f,0.02283583121167327f,-0.04557167844883214f,0.38811862702472394f,0.02527744473392759f,0.9982349285259334f,-0.053740843485635986f,1.897401470713739f,0.04426402434816579f,-0.05482291750441922f,-0.9975144830351128f,-0.3485705353304661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987000285051705f,0.02283583121167327f,-0.04557167844883214f,-0.22894206703497044f,0.02527744473392759f,0.9982349285259334f,-0.053740843485635986f,2.0430174438149638f,0.04426402434816579f,-0.05482291750441922f,-0.9975144830351128f,-0.2342414020163731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987000285051705f,0.02283583121167327f,-0.04557167844883214f,-0.2735201418599515f,0.02527744473392759f,0.9982349285259334f,-0.053740843485635986f,1.914147777849966f,0.04426402434816579f,-0.05482291750441922f,-0.9975144830351128f,-0.3192456191998063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9828371571225596f,0.17871293768530683f,-0.045747223775141344f,0.2608493980039527f,0.18111850004261493f,0.9819037251389806f,-0.05532778235666252f,2.1361058210356996f,0.03503157891900534f,-0.06266386887258532f,-0.9974196849954189f,-0.2837376705163424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9986936635961927f,0.022763079969154f,-0.045747223775141344f,0.14604424868093618f,0.025285046795044397f,0.9981480365697595f,-0.05532778235666252f,2.1490769992642322f,0.044403070855374045f,-0.05641222635432588f,-0.9974196849954189f,-0.2791915898655463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9635362439794373f,0.26359846994385494f,-0.045975571570750176f,0.12365738949800112f,0.2659894803910656f,0.9622658626212756f,-0.05739343128811384f,2.1454089467080855f,0.029111902364659492f,-0.06752966960522717f,-0.9972924550319826f,-0.277706986400358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9978338304270857f,-0.047052031560316315f,-0.045975571570750176f,0.1529532520914623f,-0.0443854760649577f,0.9973644888201422f,-0.05739343128811384f,2.154654153936279f,0.04855487997819824f,-0.05522845975204608f,-0.9972924550319826f,-0.27958959183241056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9929093995504125f,0.10962285848846672f,-0.045975571570750176f,0.2116005646677755f,0.11218316305757899f,0.9920286951350616f,-0.05739343128811384f,2.2559298757783215f,0.039317454277155446f,-0.0621441624406058f,-0.9972924550319826f,-0.319456438010651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9929093995504125f,0.10971834760561568f,-0.045747223775141344f,0.186913936456512f,0.11218316305757899f,0.9921460449076488f,-0.05532778235666252f,2.032697015674101f,0.039317454277155446f,-0.060067543422407894f,-0.9974196849954189f,-0.30594124074060924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9899766849459356f,-0.13367642045930145f,-0.04557167844883214f,-0.12911703940001767f,-0.13119210958468924f,0.989899263624421f,-0.053740843485635986f,2.145936018657429f,0.052295254528251164f,-0.04722353744709088f,-0.9975144830351128f,-0.26627615000887384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9987000285051705f,0.022835831211673263f,-0.04557167844883214f,-0.013851639253694994f,0.025277444733927595f,0.9982349285259335f,-0.053740843485635986f,2.1530840313376234f,0.04426402434816579f,-0.05482291750441923f,-0.9975144830351128f,-0.2719271737065673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9745588570646049f,-0.21944989460076647f,-0.04557167844883214f,0.008357162771473317f,-0.21696828956628503f,0.9746982523140857f,-0.053740843485635986f,2.148207361700165f,0.05621205777777522f,-0.04248600587934138f,-0.9975144830351128f,-0.2726790585740681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946742983698775f,0.0924459965912446f,-0.04557167844883214f,-0.02048403585368451f,0.09484921873118377f,0.9940400130012557f,-0.053740843485635986f,2.1589266486345666f,0.040331946004082374f,-0.05777707388502081f,-0.9975144830351128f,-0.27193894069010616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968899472114395f,-0.06429350878688862f,-0.04557167844883214f,-0.07722711014683056f,-0.06182065020708742f,0.9966394177180758f,-0.053740843485635986f,2.2632602458441493f,0.04887371846653794f,-0.05075643583275877f,-0.9975144830351128f,-0.3062954327159385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968899472114395f,-0.06429350878688862f,-0.04557167844883214f,-0.06276107066978065f,-0.06182065020708742f,0.9966394177180758f,-0.053740843485635986f,2.0390163768575826f,0.04887371846653794f,-0.05075643583275877f,-0.9975144830351128f,-0.2948752346535678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987000285051705f,0.02283583121167327f,-0.04557167844883214f,0.051797184348909106f,0.02527744473392759f,0.9982349285259334f,-0.053740843485635986f,1.525940696755227f,0.04426402434816579f,-0.05482291750441922f,-0.9975144830351128f,-0.24113916488122636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7371330859284024f,-0.04279410639286845f,-0.6743911906955089f,0.06784497424623477f,-0.01631288022865781f,0.9988288103331893f,-0.04555104375347582f,1.151379892880281f,0.6755506669142707f,-0.02257591872818153f,-0.7369678584071782f,-0.23267319535815828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8448945007372403f,0.05766413549639671f,-0.5318158798883527f,0.2064465973372393f,-0.030735562045813406f,0.9872975504835828f,0.15588095468929125f,0.5048981610654759f,0.534049256014553f,0.14804862135991048f,-0.8323899313805594f,-0.2672925857988794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8448945007372403f,-0.14811370059464096f,-0.5140190797238275f,0.15016588937841707f,-0.030735562045813406f,0.9727575607416897f,-0.2297782697419527f,0.8552839884237677f,0.534049256014553f,-0.1783397311763104f,-0.8264298714556874f,-0.33616629903978085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7994287087129414f,0.26487213969262224f,-0.5392184059360466f,0.04710721970015158f,0.2699044997455404f,0.9602268712085953f,0.07152563754390279f,0.6990961485899994f,0.5367171514891887f,-0.08835782604616432f,-0.8391231100820232f,0.04260710194297515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7994287087129414f,-0.29086823688880925f,-0.5256514134431246f,-0.07533801492951658f,0.2699044997455404f,0.6078063497331084f,-0.7468085445689706f,0.8683533100997953f,0.5367171514891887f,-0.738895872226466f,-0.40739119934532386f,-0.22488855180192355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8694940555210297f,0.004952078096351561f,-0.4939185806751153f,0.06432245251359403f,0.22953648155408163f,0.8894735421648814f,-0.3951579702149904f,1.0641636256710358f,0.4373706563652453f,-0.45695983927604195f,-0.7745286400382161f,-0.2394123894739362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.819668457899998f,-0.3190388687925571f,-0.4757707634180612f,0.050274283159153776f,-0.10556112313461245f,0.9004505832933789f,-0.42195449556696596f,1.0447229123631443f,0.5630279463813483f,-0.295639894544324f,-0.7717490423365764f,-0.2508672064064872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8396088122615005f,-0.22684327997357762f,-0.4935576650237149f,0.060069141014089444f,-0.034198783616802994f,0.9288982156036797f,-0.36875269252905896f,1.081580467213605f,0.5421139046104274f,-0.2927289384039929f,-0.7876688917615751f,-0.24490105706901105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7938166414936891f,0.31725842176479757f,-0.5188470232226352f,0.06398533955013382f,0.20053364304026172f,0.941980509604412f,0.2691820527717495f,1.0634757839674682f,0.5741440565717637f,0.10963490933421696f,-0.8113807915883869f,-0.23874265157067412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8547112352551395f,0.03392023721057942f,-0.5179943260656545f,0.0658687024450943f,-0.09710278490244358f,0.9698020593181638f,0.22372978100029087f,1.0755034478244059f,0.509940931376197f,0.24152304910676f,-0.8256069665751072f,-0.23578097526623334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8438343991447893f,0.15031672676847435f,-0.5151197807049971f,0.06586429863473975f,0f,0.9599631948171609f,0.28012615835803223f,1.0754753239026826f,0.536603677605691f,0.2363800885227883f,-0.8100499656996514f,-0.23578790046413928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8413986204350313f,0.20928890542268969f,-0.49824343005904115f,-0.09588170005300885f,0.2632719532328125f,0.963904291229191f,-0.03970385360302586f,1.127998181552977f,0.47194940424902104f,-0.1645802886646003f,-0.866127639792237f,-0.12907383052194982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8282938199493737f,-0.13876002593867953f,-0.5428397581562827f,0.22994375994242916f,-0.10143688300214582f,0.9899756982979346f,-0.09827856096995669f,1.098592265334378f,0.5510353043140552f,-0.02633955164792083f,-0.8340661373167617f,-0.3388324912171244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8438343991447893f,0.056699382224175074f,-0.5335997440735418f,0.05157148903073137f,0f,0.9944019512770529f,0.10566342459143395f,0.9336851172645135f,0.536603677605691f,0.08916243240169343f,-0.839110573064278f,-0.24370485031294561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8438343991447893f,0.047378147025230785f,-0.5345080149112902f,0.06875000000000003f,0f,0.9960945800749044f,0.08829262452436146f,1.15625f,0.536603677605691f,0.07450435376443104f,-0.8405388714688882f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8180803461214062f,-0.5750999700193724f,-0.002138170619146673f,-2.3164425647425393f,0.3713999104106355f,0.5311481246469485f,-0.761540396979045f,1.2663060632190004f,0.43909754478572494f,0.6222071151696567f,0.6481139189952657f,-0.23001301524517614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5024493911736992f,-0.5750999700193724f,-0.6456040843991737f,-2.2475850059050604f,-0.37088666810525145f,0.5311481246469485f,-0.7617904889835619f,1.2663328256698887f,0.7810170860685212f,0.6222071151696567f,0.05357814014399631f,-0.1663914907843906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7344806275997764f,-0.5750999700193724f,-0.3602752172497507f,-2.2279725027363373f,0.0002854661428082772f,0.5311481246469485f,-0.8472789317533576f,1.3934112842074482f,0.6786295942483791f,0.6222071151696567f,0.3902821795093056f,-0.2567445799411792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2023666766475852f,0.5484698822358559f,0.8113128351399346f,1.2536134257038758f,-0.3080499908952521f,0.8220509495452454f,-0.4788918870279549f,2.4032728780782504f,-0.9295982633869575f,-0.15301315182672004f,0.3353118609235384f,-0.2853143366221038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5142287532126588f,0.5484698822358559f,0.6593554258892098f,1.2698749982150115f,0.18730543613187056f,0.8220509495452454f,-0.5377256828041693f,2.40956891879675f,-0.8369500958628324f,-0.15301315182672004f,-0.5254536253593165f,-0.19320036574506438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17345677345211408f,0.5484698822358559f,0.817981378775684f,1.139047005143091f,-0.06715776766399506f,0.8220509495452454f,-0.5654397143764747f,2.4912368555939715f,-0.9825490226884209f,-0.15301315182672004f,-0.1057562923994706f,-0.22339390732366352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013184912486637334f,0f,-0.000008384432462588922f,0.4315746535780851f,0f,0.000015625f,0f,1.3223725f,0.000008384432462588922f,0f,-0.000013184912486637334f,0.3527590864551617f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52.mcfunction new file mode 100644 index 000000000..0c071222d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..7bf04d0a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.17273907915854944f,-0.0658380752978448f,-0.7954690457943515f,-0.13492048078949995f,-0.1323470132007109f,0.8049803665600348f,-0.03788564364198053f,1.2621193961658548f,0.7871403452198036f,0.12089831156137627f,-0.18093678352756562f,-0.4984905255977927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.18101411298095146f,0.00517022056002895f,-0.7792349836352832f,-0.13492048078949995f,0.18198852536479776f,0.7781406308700394f,-0.037112467241123784f,1.2621193961658548f,0.7577031526510007f,-0.18566213240329266f,-0.17724419610863573f,-0.4984905255977927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.794857999103902f,0.10477539605450552f,-0.1554584255889895f,-0.194089459950121f,0.1112841266801029f,0.8086943217452186f,-0.023953738132740196f,1.260831391559807f,0.15086765343847794f,-0.04449780672242837f,-0.8013759047958112f,-0.4411309314320344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7586437663489172f,-0.20314691599778661f,-0.15228580465860198f,-0.194089459950121f,-0.2024432246659379f,0.7736059332090103f,-0.023464886334112846f,1.260831391559807f,0.15322002665052056f,0.016284674525592357f,-0.7850212944938559f,-0.4411309314320344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4175345528114187f,0.6316818610426351f,0.1816041519774317f,0.3120235603342493f,-0.2292021662130413f,0.07045762904682545f,1.5439910425622132f,1.467309956534208f,0.6160100718243f,-1.4273822189374543f,0.15658174373856104f,0.10167045182136508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9278032858358132f,0.036807909542021816f,0.3712495664474426f,0.08753693835545723f,-0.07200520264937427f,0.9940777612946727f,0.08139198542113557f,1.5099787720474294f,-0.36605506905886465f,-0.10224765177997067f,0.9249589742911796f,0.20220908925454886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8108021976204254f,0.036807909542021816f,-0.5841617705131298f,-0.13267018113711632f,0.0301027621394235f,0.9940777612946727f,0.10441852427107506f,1.4990041694259764f,0.5845456526615056f,-0.10224765177997067f,0.8048924137175202f,-0.008211118596514244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8250431204425172f,0.4799099426717596f,-0.29831241398115266f,0.4364666790057985f,0.5554937817324944f,0.78560718001185f,-0.2724848934718406f,1.293069507751148f,0.10358816470526927f,-0.39052247776359406f,-0.9147467881847835f,-0.6574246068937214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5043549897675536f,0.4799099426717596f,-0.7178526946535475f,0.26785875266880693f,0.6112747398665527f,0.78560718001185f,0.09573166202937637f,1.4884746331340188f,0.6098928075470713f,-0.39052247776359406f,-0.6895817266022455f,-0.44752619152227524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.2777349782045323f,-0.6383302709227433f,0.09893981639472657f,-0.01562768315700157f,0.9231638395161091f,-0.3840889232053171f,1.158256411788544f,0.6959583524994288f,-0.2657664525323006f,-0.6670908216237704f,0.02413710424279074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.04266369880282453f,-0.6948252022624373f,0.08659771535505675f,-0.01562768315700157f,0.9988563963341586f,-0.04518489815726774f,1.3452595804877159f,0.6959583524994288f,-0.021580275874051244f,-0.7177578026601177f,0.015604816249780412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.3053142114007131f,-0.6256080923480255f,0.3345717606603442f,-0.01562768315700157f,0.9055314685732208f,-0.4239911967750869f,1.1651341648642888f,0.6959583524994288f,-0.2946115947147816f,-0.6548633291350905f,-0.18166472017543372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.10305935713133149f,-0.6884627962368421f,0.3109452387217393f,-0.01562768315700157f,0.991117322823242f,-0.13206902709883844f,1.350143231474279f,0.6959583524994288f,-0.08405487081285669f,-0.7131456725514883f,-0.20188216890629113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,0.35754754501439245f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,2.0278749850065485f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.26945053746840175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,0.38502250290333534f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,1.8970441669768325f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.358606222888212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,-0.2280994787529017f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,2.043298235294313f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.22545125448479594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,-0.275387970706592f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,1.9144363428332478f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.3089900101620182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9811220087370445f,0.1777011787637575f,-0.07630134361698947f,0.26003373637700783f,0.18207778815911047f,0.9817558692213586f,-0.05480047726526172f,2.135874501415894f,0.06517118251860156f,-0.06765873421359203f,-0.9955777280824143f,-0.2899020515356015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9968413575677866f,0.02203208579899929f,-0.07630134361698947f,0.14543457843799515f,0.02625565424435472f,0.9981520667271598f,-0.05480047726526172f,2.148957519688529f,0.07495297500842288f,-0.05663072384885351f,-0.9955777280824143f,-0.2818392816922335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9619112878083156f,0.2624695829005993f,-0.07639628550481546f,0.12308456440499663f,0.26694304901348465f,0.9621032601157106f,-0.05566619672750858f,2.145265204277381f,0.058890431908181676f,-0.07393940036750897f,-0.9955224166752656f,-0.2798163147463201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959395599907508f,-0.047623527866974685f,-0.07639628550481546f,0.15231956111836845f,-0.043428331475323975f,0.997504513557289f,-0.05566619672750858f,2.1544830643005026f,0.07885666028116571f,-0.05212240426476687f,-0.9955224166752656f,-0.28257523641307025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9911278524455149f,0.10876206906733749f,-0.07639628550481546f,0.20983578385341262f,0.1131504283038719f,0.9920172655334909f,-0.05566619672750858f,2.255764660199525f,0.06973206351020962f,-0.0638165904420399f,-0.9955224166752656f,-0.3240428983400462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9911278524455149f,0.10882869598126987f,-0.07630134361698947f,0.18534932725762693f,0.1131504283038719f,0.9920654657159224f,-0.05480047726526172f,2.0325499304134427f,0.06973206351020962f,-0.06294780905533139f,-0.9955777280824143f,-0.30987964130259665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880280442204953f,-0.1341278498876874f,-0.07622534826636618f,-0.12920779885477301f,-0.13022217796343094f,0.9900073346170908f,-0.05410787161609551f,2.146107938955692f,0.0827210263493106f,-0.043533863702517266f,-0.9956214313235967f,-0.2605809392094227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9968459979017773f,0.022085125059215102f,-0.07622534826636618f,-0.014163520398924073f,0.02625234091534364f,0.9981899382510528f,-0.05410787161609551f,2.153143204823343f,0.07489239656783962f,-0.05593830910456742f,-0.9956214313235967f,-0.2697711325558413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725782868383065f,-0.219729770974113f,-0.07622534826636618f,0.008007111918377524f,-0.21601146783531155f,0.9748904471748661f,-0.05410787161609551f,2.1482449537782897f,0.086200474095559f,-0.036158591715573625f,-0.9956214313235967f,-0.27120232938040983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9928771507058644f,0.09156778848413703f,-0.07622534826636618f,-0.020787628600570388f,0.09581860175157153f,0.9939271270005412f,-0.05410787161609551f,2.158992167472133f,0.07080790326353553f,-0.061026275689857405f,-0.9956214313235967f,-0.2695818537510591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9949775434019366f,-0.06487976886147667f,-0.07622534826636618f,-0.07846012021164964f,-0.060845542639147224f,0.9966795664455672f,-0.05410787161609551f,2.2633659180925303f,0.07948275326632294f,-0.04919814450116505f,-0.9956214313235967f,-0.3022261246733989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9949775434019366f,-0.06487976886147667f,-0.07622534826636618f,-0.06386217221781741f,-0.060845542639147224f,0.9966795664455672f,-0.05410787161609551f,2.039113015642278f,0.07948275326632294f,-0.04919814450116505f,-0.9956214313235967f,-0.29115654216063674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9968459979017772f,0.02208512505921508f,-0.07622534826636618f,0.05180699306038096f,0.02625234091534365f,0.9981899382510528f,-0.05410787161609551f,1.5259500006621987f,0.07489239656783964f,-0.055938309104567416f,-0.9956214313235967f,-0.2407365385866635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.717912074773384f,-0.04266369880282453f,-0.6948252022624373f,0.06780588011144016f,-0.01562768315700157f,0.9988563963341586f,-0.04518489815726774f,1.151378852036889f,0.6959583524994288f,-0.021580275874051244f,-0.7177578026601177f,-0.23264393513389428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8288910413154895f,0.06815555263006809f,-0.5552427057356211f,0.20389135506791767f,-0.023469034456956524f,0.9874397878199508f,0.15624298336804995f,0.5052570485691359f,0.5589175664161771f,0.1425394193750647f,-0.8168804489493171f,-0.26894740648066595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8288910413154895f,-0.14857360098763286f,-0.5393195033711382f,0.14718546950467262f,-0.023469034456956524f,0.972473111734072f,-0.23183022101509815f,0.8552589151898595f,0.5589175664161771f,-0.17950468529767888f,-0.8095611291975422f,-0.3383472553961886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.788024097315077f,0.24897247993655408f,-0.5630548164122213f,0.0569156491925831f,0.2541258168035391f,0.9645723285768462f,0.07085402019486675f,0.6981379804008704f,0.5607477965045355f,-0.08725208982071819f,-0.8233765733473507f,0.041916997197047945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.788024097315077f,-0.31888244293262225f,-0.526623214110507f,-0.07499403540494115f,0.2541258168035391f,0.6106418871790054f,-0.7500243695083493f,0.8683089226441071f,0.5607477965045355f,-0.7248658311796643f,-0.40016426065245037f,-0.22057683825519775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8528606607978209f,0.004491455021044859f,-0.5221192584987636f,0.06386762518709627f,0.22896414872770984f,0.9019090472870437f,-0.3662451214953889f,1.0639275708243767f,0.46925910951296396f,-0.4319026478890479f,-0.7702311282242034f,-0.23961185468687335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8039411703375325f,-0.308640505296108f,-0.5083499120948897f,0.0484574799781015f,-0.10654030968636909f,0.9157044472180748f,-0.3874719702855583f,1.0481071226591108f,0.5850878199452211f,-0.25734491220073324f,-0.7690551599957871f,-0.251944112975112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.82356629962394f,-0.22222218604535215f,-0.5218772366686977f,0.05970095919874592f,-0.03420251742634224f,0.9378426678184081f,-0.3453712759060193f,1.081512120845972f,0.5661878998401783f,-0.2665866284127466f,-0.7799761737553863f,-0.24461035396961234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7818204590285392f,0.3021086931285003f,-0.5454237869589058f,0.06390848954756277f,0.19229263541826605f,0.9489614831257773f,0.24999129166357556f,1.063357257622944f,0.5931107082225898f,0.09056732898741514f,-0.8000107791222463f,-0.2383981933624584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8384947842687925f,0.041335614461801465f,-0.54333954736527f,0.06575936528616573f,-0.09462240810148091f,0.9709251235300945f,0.21988861813006058f,1.0754136494883402f,0.5366312482879729f,0.2357875558105985f,-0.8102043766147873f,-0.2356654888068467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8279624720472092f,0.14807005908823678f,-0.5408820596794467f,0.06575936528616573f,0f,0.9645113492316907f,0.26404139297326806f,1.0754136494883402f,0.5607835098159311f,0.2186163644489356f,-0.7985792010274597f,-0.2356654888068467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8285751592029235f,0.19610887158616935f,-0.5244087299397766f,-0.09371277069244884f,0.2539805819559652f,0.966385877349107f,-0.03990238150168551f,1.1299633731870418f,0.4989559795624855f,-0.16625175651822785f,-0.8505311775081761f,-0.12561757371613014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8119423651485349f,-0.13087967214448265f,-0.5688761790551229f,0.22675942835745816f,-0.1015903306240482f,0.9913511596253926f,-0.08307997973691414f,1.0985828594290266f,0.5748295402992961f,-0.009663836129727224f,-0.8182161144041089f,-0.34345751321850837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8279624720472092f,0.05890984750593082f,-0.5576807103964618f,0.0512955671077611f,0f,0.994467028068483f,0.10504917936204493f,0.9336729741463559f,0.5607835098159311f,0.0869767782311294f,-0.8233813789290225f,-0.24308899898878886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8279624720472092f,0.04916800483074736f,-0.5586238915249132f,0.06875000000000003f,0f,0.9961489268974284f,0.08767733710088237f,1.15625f,0.5607835098159311f,0.07259354476856306f,-0.8247739280411694f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8293615461615967f,-0.5541334893579042f,-0.07138278308163615f,-2.332416084886202f,0.2888790155942103f,0.5346622815917889f,-0.7941568856292708f,1.2706186807331425f,0.47823460780015303f,0.6380221944533719f,0.6035058734487493f,-0.10821945267510158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5898540434241443f,-0.5541334893579042f,-0.5873740575035826f,-2.261629869957848f,-0.2886256215669211f,0.5346622815917889f,-0.7942490133567502f,1.270631319266857f,0.7541667309231407f,0.6380221944533719f,0.15543558586632328f,-0.04675097200098377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7550529592357722f,-0.5541334893579042f,-0.3504726875540197f,-2.244452074288922f,0.00013481102628898345f,0.5346622815917889f,-0.8450658119158827f,1.3973848717873822f,0.6556637938572566f,0.6380221944533719f,0.4037730412120315f,-0.13805116851984742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.08680369003496477f,0.5412399217800566f,0.8363757926122876f,1.2473116931330914f,-0.2551853883250866f,0.8236145602122507f,-0.5064972594118904f,2.402495617430587f,-0.9629878176704463f,-0.16946505031391973f,0.20960930260943117f,-0.32387532984069317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.47063015048086343f,0.5412399217800566f,0.6968260963324194f,1.2664558052212649f,0.12970139309284817f,0.8236145602122507f,-0.552120100010999f,2.408754382569413f,-0.872745558618395f,-0.16946505031391973f,-0.45781741626325917f,-0.23231445756824012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2042038622738503f,0.5412399217800566f,0.8156961013171271f,1.134529333979609f,-0.06676016148081149f,0.8236145602122507f,-0.5632070108276681f,2.49010605162415f,-0.9766493042394995f,-0.16946505031391973f,-0.13205200964242186f,-0.25828709225810337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012936913625737645f,0f,-0.000008762242340873922f,0.4483128438564519f,0f,0.000015625f,0f,1.3223725f,0.000008762242340873922f,0f,-0.000012936913625737645f,0.34202165451455274f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53.mcfunction new file mode 100644 index 000000000..c5a544142 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..586d5ffd3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1962564619009722f,-0.06996119852787226f,-0.7896412326538554f,-0.1463442361029671f,-0.13412591184794037f,0.804682451963346f,-0.03795834187185014f,1.261934744130291f,0.7813053726792842f,0.12056544549432636f,-0.20486662104814402f,-0.4948333113023037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2038435786368108f,0.010254736725778854f,-0.7735261054568381f,-0.1463442361029671f,0.18026689757932848f,0.7785378728375505f,-0.03718368183364912f,1.261934744130291f,0.7522975748237278f,-0.18377600749898537f,-0.2006856695981819f,-0.4948333113023037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7806577095205928f,0.10229512773020408f,-0.2169186295668661f,-0.20019997412676757f,0.11304336110373876f,0.808399874481704f,-0.025598552552423604f,1.2607724963474576f,0.21151639066719102f,-0.054495818418211765f,-0.7869151585136087f,-0.4401006128163053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448623643923955f,-0.20006830726143315f,-0.21249171875937906f,-0.20019997412676757f,-0.20074069330299377f,0.773998941601572f,-0.025076133112578225f,1.2607724963474576f,0.2118566311541928f,0.029971833931061342f,-0.7708556654827188f,-0.4401006128163053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4360328580690764f,0.5861278523610562f,0.18886508738401914f,0.32115023751176225f,-0.23144901184367983f,0.06964128359055671f,1.5436928763638327f,1.4667980852036024f,0.570655093259091f,-1.4467240518863556f,0.1508261656045895f,0.0912601531142751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9151254726362582f,0.03476079248831275f,0.40166784366917996f,0.10016008287219033f,-0.07322581881355089f,0.9940363726718895f,0.08080636895936699f,1.5097611265209654f,-0.39646355291672053f,-0.10336042332970967f,0.9122133928515596f,0.19915092472916174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8304597814443575f,0.03476079248831275f,-0.5559930203779306f,-0.12716585394177846f,0.02880719657813364f,0.9940363726718895f,0.10517525959378993f,1.499145830990131f,0.5563332605810105f,-0.10336042332970967f,0.8245058678144168f,-0.003576762581783799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8224896531470166f,0.4704451253500592f,-0.3196750764455484f,0.4266720685658283f,0.555281732983141f,0.7858648981377813f,-0.27217376598440624f,1.2930296806669044f,0.12317859993253666f,-0.4013698368204337f,-0.9075953319676113f,-0.6659896144357389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4903859896440366f,0.4704451253500592f,-0.7336231765662844f,0.2628764198418607f,0.6109726254910534f,0.7858648981377813f,0.09554482076734307f,1.4883328711188013f,0.6214772981062204f,-0.4013698368204337f,-0.6728062291843994f,-0.45222153944930704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.2834445229556639f,-0.654100415746606f,0.1049636926025941f,-0.01513443590133862f,0.9232681350649382f,-0.38385791593200086f,1.1582804717527957f,0.7127124948556711f,-0.25929742223968766f,-0.6517712378560886f,0.023354878764527128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.04263520868058576f,-0.7115970702962524f,0.0925221092856327f,-0.01513443590133862f,0.9988753929510453f,-0.044932151148625796f,1.3452887819864379f,0.7127124948556711f,-0.02074098208035452f,-0.7011495641722579f,0.01508375984838406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.31170620598625265f,-0.6411141806442144f,0.3356758886298142f,-0.01513443590133862f,0.9056457412515365f,-0.4237649586774527f,1.1649999846579009f,0.7127124948556711f,-0.2874804906469493f,-0.6398405013548253f,-0.18795257101008778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.10449274003836212f,-0.7051733253269878f,0.3116761665893276f,-0.01513443590133862f,0.9911582755055318f,-0.13181889753312523f,1.3500182932056062f,0.7127124948556711f,-0.08177126742429504f,-0.6966737826992123f,-0.20763889479401315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,0.35702971913290005f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.027661793206299f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.2771122353858808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,0.3821155372255471f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.8967860150738227f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.36690391055034977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,-0.2272827436783872f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,2.0435018832155962f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.2180843830456058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,-0.2767900059446278f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.914648244233243f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.30034058769855027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9789941471855123f,0.17664457823953694f,-0.10181921604042798f,0.2591017228794061f,0.1827762358608579f,0.9816513370194311f,-0.05434611423551482f,2.1357051063468075f,0.09035102313226638f,-0.07181466080501721f,-0.9933173446147071f,-0.2950076064148361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9945744047851699f,0.021321364664053558f,-0.10181921604042798f,0.14475652171487835f,0.026961855334974125f,0.9981580827826806f,-0.05434611423551482f,2.148869529026611f,0.1004729401536596f,-0.05679648919137651f,-0.9933173446147071f,-0.28400698956162435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9598731894702437f,0.2612973543324427f,-0.10181921604042798f,0.12244912643512866f,0.26763726849891323f,0.9619858587203564f,-0.05434611423551482f,2.145160033545809f,0.08374815010889602f,-0.07941599486831875f,-0.9933173446147071f,-0.2815174345590355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993638974736625f,-0.04810857646263576f,-0.10181921604042798f,0.15161186278320532f,-0.042731810483640234f,0.9976073838140388f,-0.05434611423551482f,2.1543580005452228f,0.10419011592823435f,-0.04964949778646406f,-0.9933173446147071f,-0.2850099747191846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9889314695310505f,0.10792310140127236f,-0.10181921604042798f,0.20813546955311638f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.2556459425985493f,0.09514047008183117f,-0.06533715512780762f,-0.9933173446147071f,-0.32780575960008684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9889314695310505f,0.10792310140127236f,-0.10181921604042798f,0.18385277173783013f,0.11385446641992088f,0.9920099093979534f,-0.05434611423551482f,2.0324437129840103f,0.09514047008183117f,-0.06533715512780762f,-0.9933173446147071f,-0.31310489969633015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9856649397358099f,-0.1345268516710112f,-0.10181921604042798f,-0.1292562569886525f,-0.12951641555052432f,0.9900868638510686f,-0.05434611423551482f,2.146233078533712f,0.10812087993789886f,-0.040379799517103465f,-0.9933173446147071f,-0.2557752796208363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.021321364664053544f,-0.10181921604042798f,-0.014481328718959158f,0.026961855334974152f,0.9981580827826806f,-0.05434611423551482f,2.1531862979547f,0.10047294015365958f,-0.05679648919137651f,-0.9933173446147071f,-0.26792061639551396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9701893993828428f,-0.21992129630863627f,-0.10181921604042798f,0.0076418634029593036f,-0.21531532249091906f,0.9750311850233983f,-0.05434611423551482f,2.148272336458879f,0.11122877876606371f,-0.030802786591428148f,-0.9933173446147071f,-0.26991948551436024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9906643683078709f,0.09064743024531567f,-0.10181921604042798f,-0.021094395399027133f,0.09652416570459277f,0.9938458559065048f,-0.05434611423551482f,2.1590398836966f,0.09626627031416085f,-0.06366677381011171f,-0.9933173446147071f,-0.26756300900297547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9926480282784289f,-0.06544264053245068f,-0.10181921604042798f,-0.0795154235782637f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.2634438526697016f,0.1050407504836987f,-0.047823567677541194f,-0.9933173446147071f,-0.298746967385362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9926480282784289f,-0.06544264053245068f,-0.10181921604042798f,-0.06479082945846232f,-0.060135951749085106f,0.9967096704531025f,-0.05434611423551482f,2.039184176817754f,0.1050407504836987f,-0.047823567677541194f,-0.9933173446147071f,-0.2879866646579152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9945744047851698f,0.02132136466405355f,-0.10181921604042798f,0.051785622250619834f,0.02696185533497414f,0.9981580827826805f,-0.05434611423551482f,1.525956243544618f,0.1004729401536596f,-0.056796489191376504f,-0.9933173446147071f,-0.24039641444733262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7012929833718238f,-0.04263520868058576f,-0.7115970702962524f,0.06777382550583949f,-0.01513443590133862f,0.9988753929510453f,-0.044932151148625796f,1.151377971187976f,0.7127124948556711f,-0.02074098208035452f,-0.7011495641722579f,-0.23261854616719968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8148748187882437f,0.07666060234007482f,-0.5745451955709698f,0.20164886670819543f,-0.01738599476176409f,0.9875369849125917f,0.15642388121988077f,0.5053317622518292f,0.5793761790848593f,0.1374549216237977f,-0.8033862007966185f,-0.27043130465926857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8148748187882437f,-0.1490437660379885f,-0.5601472891213884f,0.14465597772566427f,-0.01738599476176409f,0.972226035727744f,-0.23339722071879798f,0.8552355582919335f,0.5793761790848593f,-0.18045080010442938f,-0.794833788820468f,-0.3400900962591088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7776887545687498f,0.2359270113500014f,-0.5826994476853082f,0.06511706144665472f,0.24100130974869374f,0.9679773171544857f,0.07027291209149272f,0.6975051683051269f,0.5806191262064324f,-0.08578087659764749f,-0.8096437929691167f,0.04105659966335082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7776887545687498f,-0.3419972693683999f,-0.5274827663174078f,-0.07460527504959824f,0.24100130974869374f,0.6127731796400032f,-0.7526137116830218f,0.8682713822239363f,0.5806191262064324f,-0.7124232576624926f,-0.3941250210591056f,-0.21697033108780792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8381139102023154f,0.005339263425536119f,-0.5454691245079397f,0.0634775308040825f,0.22835240665190806f,0.911554430136874f,-0.3419410757339936f,1.0637884371330761f,0.4953990834687394f,-0.41114475937790074f,-0.7652056814572283f,-0.23975888817603247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7903235429899745f,-0.29822950971658985f,-0.5352082369788198f,0.0468945637135974f,-0.10723902865952711f,0.9273869521579504f,-0.3584037272397552f,1.0513160399445949f,0.6032317035169281f,-0.22585969206874912f,-0.7649175846917593f,-0.25273088246560294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8095791425949667f,-0.21734797362013533f,-0.5452902623726374f,0.059402256298704964f,-0.03419887899761388f,0.9448130637891162f,-0.32582005949408654f,1.0815036820791222f,0.5860136931424942f,-0.2451288087040046f,-0.7723340071451277f,-0.24435505333923255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7711691251550264f,0.2889402412350779f,-0.5672845118656477f,0.06385780679179039f,0.18537796231527007f,0.9543759231053814f,0.2340974337419991f,1.0633101159606402f,0.6090428486530889f,0.07536666631718789f,-0.7895483988412391f,-0.2381086019244982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.82429852854094f,0.04742226068607057f,-0.5641658134242657f,0.0656777148733818f,-0.0924480899612505f,0.9718365108009254f,0.2167651884800682f,1.0754108682392391f,0.5585564309071712f,0.23083527777552834f,-0.7966993084134925f,-0.23555718489340743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8141155183563193f,0.14559264652731227f,-0.562155409160665f,0.0656777148733818f,0f,0.968060182287918f,0.25071793607295656f,1.0754108682392391f,0.5807029557109396f,0.20411336248726158f,-0.7881128171034413f,-0.23555718489340743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8170910195239032f,0.18511687568508178f,-0.545979860571782f,-0.09202295380269868f,0.2461813652070874f,0.9683944480478929f,-0.04008651163161858f,1.1315496162555783f,0.5213031759333173f,-0.16716439610937248f,-0.8368387320357642f,-0.12299802235976438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7976936750495089f,-0.12369713085088099f,-0.5902404769289112f,0.22400857080159714f,-0.10174962974679769f,0.9923125076976385f,-0.07044785243862361f,1.0985806187243043f,0.5944172050272419f,0.0038609436779788453f,-0.8041475483277415f,-0.34723285748371935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8141155183563193f,0.060699987575448755f,-0.5775218041596021f,0.05108119371414305f,0f,0.9945218953682734f,0.10452846326765348f,0.9336627471451256f,0.5807029557109396f,0.0850982440561352f,-0.809655708364451f,-0.24256723082087983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8141155183563193f,0.05061159742074739f,-0.5784932056454437f,0.06875000000000003f,0f,0.9961946980917455f,0.08715574274765818f,1.15625f,0.5807029557109396f,0.07095484268473976f,-0.8110175630207784f,-0.23125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8337872951854481f,-0.5364629298501508f,-0.1304080951625569f,-2.235811845213493f,0.21828576865292545f,0.5372996083468239f,-0.8146535791819436f,1.234375f,0.5070996643569543f,0.6507815730081346f,0.5650958101438395f,0.01578263540888488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6568769314020342f,-0.5364629298501508f,-0.5298303708626368f,-2.1634720405208943f,-0.21828576865292545f,0.5372996083468239f,-0.8146535791819436f,1.234375f,0.7217090966556043f,0.6507815730081346f,0.23583749497823592f,0.07541496855992527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7716245833877197f,-0.5364629298501508f,-0.3417645786331875f,-2.1483772560722154f,0f,0.5372996083468239f,-0.8433914458128857f,1.3608837168719328f,0.6360782202777642f,0.6507815730081346f,0.4145935864450029f,-0.01659023598234536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.011443791260645625f,0.5350818608141106f,0.8447227011684317f,1.2415819348485004f,-0.20953989481146124f,0.824738288739458f,-0.5252616372528193f,2.4018850493443664f,-0.9777331292965297f,-0.18301409048163286f,0.10268286400951318f,-0.3556166554957582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.43227196453154126f,0.5350818608141106f,0.72582942273495f,1.2631148263880774f,0.08116394661336505f,0.824738288739458f,-0.5596598689000788f,2.408114950655634f,-0.8980831600972066f,-0.18301409048163286f,-0.3999405958826835f,-0.2645859715941381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.22968417642215422f,0.5350818608141106f,0.8129776019848183f,1.1304017403205662f,-0.06645228065352385f,0.824738288739458f,-0.5615966964673633f,2.489239504470105f,-0.9709939616172811f,-0.18301409048163286f,-0.1538719246255102f,-0.2870205248511216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012720554974317492f,0f,-0.000009073483682983432f,0.46210740329753425f,0f,0.000015625f,0f,1.3223725f,0.000009073483682983432f,0f,-0.000012720554974317492f,0.3326456424528133f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54.mcfunction new file mode 100644 index 000000000..9622cda21 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..f1113bf75 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.2179808609549281f,-0.07183267058356542f,-0.7837530581366976f,-0.14402231375878602f,-0.13278936490695004f,0.8049558680039446f,-0.03684398971432625f,1.2794039567391586f,0.775754969864455f,0.11760341171621463f,-0.22653500552397934f,-0.4903961748359944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.22420626499622834f,0.016704910963932326f,-0.767758097766561f,-0.14402231375878602f,0.1815790022179259f,0.7782842850297537f,-0.03609207155689102f,1.2794039567391586f,0.7461639341927372f,-0.18437602237116507f,-0.22191184214593895f,-0.4903961748359944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7828819646391038f,0.10464644955677317f,-0.20757985085846672f,-0.19839339509227993f,0.11508045686866089f,0.80807842628998f,-0.026649387536190207f,1.278441934317449f,0.2019820841910535f,-0.054798010952182376f,-0.7893952496094507f,-0.4372813827492057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7477568189422032f,-0.19877411703118975f,-0.20334352737155925f,-0.19839339509227993f,-0.1987765685875847f,0.7744716763551526f,-0.026105522484431223f,1.278441934317449f,0.2033411308761275f,0.026124182707039614f,-0.773285142474564f,-0.4372813827492057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3197685677570161f,0.8312496796265859f,0.09295777364638863f,0.31094870159153043f,-0.04974904262096191f,-0.09533227788821957f,1.5587953809114723f,1.4933870028436376f,0.8349504238689218f,-1.3195991728223162f,-0.0540561075898534f,0.12902700763023123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9468383162619581f,0.018063362263115636f,0.32120230043069664f,0.08063316984670937f,-0.043704367571348345f,0.9963886790886791f,0.07279786012724479f,1.5289713473161404f,-0.3187273617269287f,-0.08296574671313986f,0.9442084270747229f,0.21853616830372563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7893958934391192f,0.018063362263115636f,-0.6136186424524651f,-0.1340739547910031f,0.03671365833891809f,0.9963886790886791f,0.0765617886108378f,1.5172066936290358f,0.6127856319405898f,-0.08296574671313986f,0.7858819594312513f,0.00036955989454717786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8151958561575909f,0.5008910661137629f,-0.29079865197574506f,0.4381278298277566f,0.5746580778680079f,0.7621411698785924f,-0.29817600627337104f,1.3055343005910391f,0.07227592714409914f,-0.4101816391106614f,-0.9091354207663191f,-0.6420882069831166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.515945836609548f,0.48954282691160095f,-0.7029564099605835f,0.265457747883682f,0.625128342484829f,0.7762292586188747f,0.08174774300347759f,1.5054421448716635f,0.585674354148655f,-0.397260567742874f,-0.706519350201511f,-0.43985128575722876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7152652631080204f,-0.2815045965196875f,-0.6396489392856853f,0.09843001876156676f,-0.01265564715109164f,0.9203513159586726f,-0.3908878225377793f,1.1762323605913831f,0.6987384617911063f,-0.27149330995703624f,-0.6618579490059564f,0.0339340039003593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7152652631080204f,-0.04497195736197867f,-0.6974045643971989f,0.08563899822871329f,-0.01265564715109164f,0.9985972065600877f,-0.05141452757321163f,1.363147996024067f,0.6987384617911063f,-0.027948919503656078f,-0.7148310429132024f,0.024225887475216284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7152652631080204f,-0.3063197599965713f,-0.6281431429432763f,0.3321154989692955f,-0.01265564715109164f,0.9043501236241129f,-0.4266036667637054f,1.1820017012868895f,0.6987384617911063f,-0.29718522597312014f,-0.6507269039136957f,-0.17398338825543513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7152652631080204f,-0.09937417635165197f,-0.6917516725425715f,0.3091593929499697f,-0.01265564715109164f,0.9915180351424645f,-0.12935153877095423f,1.3671028857587832f,0.6987384617911063f,-0.08376609732855761f,-0.7104560527943591f,-0.19412988183450441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9947170596934471f,0.023394166249882158f,-0.09995340984826667f,0.3566107399104038f,0.02872618648060226f,0.998221150084215f,-0.052243102270334185f,2.0446592904738825f,0.09855342391365385f,-0.05483838537028425f,-0.9936196325178341f,-0.26743793640689495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9947170596934471f,0.023394166249882158f,-0.09995340984826667f,0.3816177266943978f,0.02872618648060226f,0.998221150084215f,-0.052243102270334185f,1.9139066238824896f,0.09855342391365385f,-0.05483838537028425f,-0.9936196325178341f,-0.35743073218091836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9947170596934471f,0.023394166249882158f,-0.09995340984826667f,-0.22778553265949641f,0.02872618648060226f,0.998221150084215f,-0.052243102270334185f,2.0615359250312366f,0.09855342391365385f,-0.05483838537028425f,-0.9936196325178341f,-0.20953779985762333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9947170596934471f,0.023394166249882158f,-0.09995340984826667f,-0.2773823253525109f,0.02872618648060226f,0.998221150084215f,-0.052243102270334185f,1.9329377224258886f,0.09855342391365385f,-0.05483838537028425f,-0.9936196325178341f,-0.29213908883812273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9788106873688482f,0.17871561783655704f,-0.09995181956232821f,0.25893093204707424f,0.18452876374022398f,0.9814383789937432f,-0.052228762101336965f,2.152928782643549f,0.0887624562809475f,-0.06956605623025604f,-0.9936205463734844f,-0.28531834302463693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9947171856347201f,0.02339560576521736f,-0.09995181956232821f,0.14459018759018544f,0.02872612066281645f,0.9982219023849492f,-0.052228762101336965f,2.166297065380812f,0.09855217194261623f,-0.054824075275842744f,-0.9936205463734844f,-0.2745190931108213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9595096422217899f,0.2633463074194249f,-0.09994983167552807f,0.12227036076396822f,0.2693647145892155f,0.9616219002534778f,-0.05221083687474009f,2.162626026526999f,0.08236441596759578f,-0.07701975929230084f,-0.9936216884010096f,-0.27208311421518755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939263820815563f,-0.046047563999647795f,-0.09994983167552807f,0.1514580205279467f,-0.0409764422713976f,0.9977950489412233f,-0.05221083687474009f,2.171773290377004f,0.1021336290408153f,-0.04779813969267255f,-0.9936216884010096f,-0.275499794850046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9888929250325518f,0.11000369979503981f,-0.09994983167552807f,0.20826574400943315f,0.11561758043038207f,0.991920663968779f,-0.05221083687474009f,2.273032797794157f,0.09339891817354078f,-0.06318688489820766f,-0.9936216884010096f,-0.31798554824734987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9888929250325518f,0.11000189355980841f,-0.09995181956232821f,0.1835153179584763f,0.11561758043038207f,0.9919197202923158f,-0.052228762101336965f,2.0498508607283865f,0.09339891817354078f,-0.06320484086263092f,-0.9936205463734844f,-0.30376445905325794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9861300959326579f,-0.1325018858565829f,-0.09995340984826667f,-0.12948285956903655f,-0.12778367214861566f,0.9904251568883872f,-0.052243102270334185f,2.164146050298025f,0.10591868120431636f,-0.03874608169947719f,-0.9936196325178341f,-0.24683714200826296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9947170596934471f,0.02339416624988218f,-0.09995340984826667f,-0.01467061117707013f,0.028726186480602253f,0.998221150084215f,-0.052243102270334185f,2.170896680768227f,0.09855342391365385f,-0.05483838537028425f,-0.9936196325178341f,-0.2587416467201854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708292729195224f,-0.21794457713431575f,-0.09995340984826667f,0.007446813503799651f,-0.21361865688171805f,0.9755192092917607f,-0.052243102270334185f,2.1659430378899254f,0.10889257217368917f,-0.02936721982963418f,-0.9936196325178341f,-0.2607060989899812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9906620843865629f,0.09272513369402359f,-0.09995340984826667f,-0.021272867156322824f,0.0982885983807887f,0.9937856960600265f,-0.052243102270334185f,2.176762571007366f,0.0944880203370255f,-0.0615795411473163f,-0.9936196325178341f,-0.2583859113033521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9929707969034931f,-0.06339015977693956f,-0.09995340984826667f,-0.07942673291469686f,-0.05838383109364058f,0.9969262693559642f,-0.052243102270334185f,2.2813408179536285f,0.10295787858959964f,-0.0460402118962698f,-0.9936196325178341f,-0.28948515075150516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9929707969034931f,-0.06339015977693956f,-0.09995340984826667f,-0.06516394696488548f,-0.05838383109364058f,0.9969262693559642f,-0.052243102270334185f,2.057032407348537f,0.10295787858959964f,-0.0460402118962698f,-0.9936196325178341f,-0.2791261030748445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9947170596934471f,0.023394166249882158f,-0.09995340984826667f,0.05030971935148914f,0.02872618648060226f,0.998221150084215f,-0.052243102270334185f,1.5434858915662493f,0.09855342391365385f,-0.05483838537028425f,-0.9936196325178341f,-0.23228999504559822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7152652631080204f,-0.040272724456133155f,-0.6976917020116369f,0.06541199102253907f,-0.01265564715109164f,0.998920911272568f,-0.04468610094391193f,1.1688905498390363f,0.6987384617911063f,-0.023132675748014878f,-0.7150031058160068f,-0.22361524164009264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8236768629819002f,0.05795952408339361f,-0.5640896373417283f,0.2094993415262551f,-0.02018790659184204f,0.9911349773739929f,0.13131605025012608f,0.5270332624086884f,0.566699985720606f,0.11954978123727836f,-0.815204867496744f,-0.24691227311414327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8236768629819002f,-0.16782177348381344f,-0.5416569742309644f,0.1456532742258451f,-0.02018790659184204f,0.9632760157914082f,-0.2677531807999107f,0.8722805859994547f,0.566699985720606f,-0.2096071796141015f,-0.7968161371599392f,-0.32741114175270725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7887522421340862f,0.22775946603279956f,-0.5709601791376574f,0.06188961953793551f,0.23923202314564654f,0.9693353730760479f,0.056186952267941515f,0.7177888886138006f,0.566249008502525f,-0.0922743742106828f,-0.8190528067432123f,0.05429053109978943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7887522421340862f,-0.3364790441214287f,-0.5144431488469658f,-0.07538699542358002f,0.23923202314564654f,0.6028823108525085f,-0.7611182288992822f,0.8849538530771118f,0.566249008502525f,-0.72340498486551f,-0.39502821195661253f,-0.20755266555887608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8468829897576996f,0.0048099054042928645f,-0.531757526010739f,0.06156002030736998f,0.22485248143463532f,0.909410613464523f,-0.34987668929319493f,1.080776806931708f,0.4819030641651358f,-0.415871615920204f,-0.7712458984138402f,-0.23027922924785932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7988744055321696f,-0.3011009448700638f,-0.5207090408125995f,0.04549906925391027f,-0.10739096158652764f,0.923176764698662f,-0.3690688858330272f,1.0675974559869739f,0.5918334778931854f,-0.23892024217061628f,-0.7698378091039635f,-0.24335175412226978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8185645459489259f,-0.2176133823878505f,-0.5315980623752761f,0.05758476457467682f,-0.03328522769567915f,0.9418752160079069f,-0.33430999250292454f,1.0979825265930283f,0.5734493680637163f,-0.25595994467060235f,-0.7782289695144654f,-0.23495498138325943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7828586266032748f,0.2777447506467445f,-0.5567676573230633f,0.062014154165645416f,0.1833158841410805f,0.9580786207656071f,0.22018320338628436f,1.08089790639147f,0.5945819181361037f,0.07030796484076063f,-0.8009551377608748f,-0.22853787750652232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8320381886868311f,0.03658881871993615f,-0.5535103530300194f,0.06365023361029953f,-0.09252834888401522f,0.974688949407987f,0.20351893414312255f,1.092730787084015f,0.546946941868711f,0.22055092438399423f,-0.8075929250147197f,-0.2261675979157754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8229849091084152f,0.13434335011896692f,-0.5519490045816066f,0.06365023361029953f,0f,0.9716330334622586f,0.23649365379419698f,1.092730787084015f,0.568063235370688f,0.19463070817253422f,-0.7996393237306706f,-0.2261675979157754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8260454887813449f,0.17995781727563565f,-0.534101146287272f,-0.09590923591460022f,0.2427679022006217f,0.9688446494607654f,-0.04902847001850863f,1.1477733344929724f,0.5086379814023905f,-0.1701623613277488f,-0.8439977338016177f,-0.11625912190795618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8063509228521354f,-0.13017057791147324f,-0.5769348402217557f,0.22346250523970101f,-0.10232278807404069f,0.9914732745852164f,-0.08068948397420214f,1.1156848486149469f,0.5825188720172632f,-0.006030458478519254f,-0.812794806402129f,-0.33570982540751176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8229849091084152f,0.050866305184628494f,-0.5657812813947435f,0.05021772651440819f,0f,0.9959829226151988f,0.08954338534412605f,0.9509911154718316f,0.568063235370688f,0.07369285484869537f,-0.8196789150420032f,-0.2318751502260293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8229849091084152f,0.042510935794195986f,-0.5664703520200466f,0.06614583333333335f,0f,0.997195940079449f,0.0748348654643274f,1.1738020833333334f,0.568063235370688f,0.061587964952299956f,-0.820677210109566f,-0.2225520833333333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8319138308650401f,-0.5339399254830344f,-0.15108783534958892f,-2.214936197979862f,0.2087036612105699f,0.5533528422246641f,-0.8063767195295196f,1.2219392192975878f,0.5141616086531129f,0.639303361462348f,0.5717771001099863f,0.09965225001046857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6541558823448542f,-0.5339399254830344f,-0.5357128312527116f,-2.1429813235101913f,-0.20870927729598018f,0.5533528422246641f,-0.8063752659726583f,1.2219389473690792f,0.7269941672147133f,0.639303361462348f,0.25054080078647406f,0.15974849398611168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7675186610098178f,-0.5339399254830344f,-0.3547157467280912f,-2.125751398735813f,-0.0000029005707578022566f,0.5533528422246641f,-0.8329469562904186f,1.3468811267768963f,0.64102660240686f,0.639303361462348f,0.42470708379971656f,0.06599430942833263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.06597464324452645f,0.4950696219760701f,0.8663448596518761f,1.2119610361936848f,-0.18274998437015072f,0.8475553267221935f,-0.49824934657011416f,2.4127169686542014f,-0.980943316232629f,-0.19119633244732268f,0.034556805367768534f,-0.3436295932451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49736645406139374f,0.4950696219760701f,0.7124132787721373f,1.2393357200868447f,0.09601672510821929f,0.8475553267221935f,-0.5219489981256107f,2.4169316364046525f,-0.8622107624437824f,-0.19119633244732268f,-0.46908055127536974f,-0.25406438930126185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.29199662819370614f,0.4950696219760701f,0.8183178102179972f,1.1029007066075651f,-0.04495645600480916f,0.8475553267221935f,-0.5287994754236465f,2.494144223842974f,-0.9553621754010333f,-0.19119633244732268f,-0.2252267219308107f,-0.2650629829835637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012859139204818989f,0f,-0.000008875988052667f,0.4507494140691914f,0f,0.000015625f,0f,1.3399245833333333f,0.000008875988052667f,0f,-0.000012859139204818989f,0.34735003807999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55.mcfunction new file mode 100644 index 000000000..f887bf755 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..87e6579ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.2440678158532102f,-0.07405927671632045f,-0.7758160666300636f,-0.14040578010910887f,-0.13121295842801042f,0.8052706429548212f,-0.035592071872010654f,1.2968668610285012f,0.7682177459872019f,0.11401254129186243f,-0.25256104138001717f,-0.48680416310235736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.24865030317432704f,0.02446908690588634f,-0.7599830856784298f,-0.14040578010910887f,0.18312369006063722f,0.777978211063026f,-0.03486570305829615f,1.2968668610285012f,0.7379964368951188f,-0.18480034333616863f,-0.2474067344130781f,-0.48680416310235736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.785574181372056f,0.10749438786504441f,-0.19560829886174988f,-0.19540179290721504f,0.11745334079129492f,0.8076968347884063f,-0.0278384671668234f,1.2961319219820315f,0.18979558146340536f,-0.05491105621597312f,-0.7924057405184913f,-0.4356340346895563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7512609587727003f,-0.19720590298433616f,-0.1916162927625305f,-0.19540179290721504f,-0.1964860011086652f,0.7750158580231035f,-0.027270335183827005f,1.2961319219820315f,0.1923544207764635f,0.021453476194902604f,-0.7762341947936242f,-0.4356340346895563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1293904091834903f,1.0792758724475278f,0.03235961676192267f,0.2952156442388656f,0.15628510074565433f,-0.2097289151888413f,1.5404528553054235f,1.520531186969414f,1.0683906218838084f,-1.1102178269539458f,-0.2595459608323527f,0.17331176596118014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9755239767818625f,-0.0035561923779949753f,0.21986433139432082f,0.055934071780532196f,-0.009485008306230874f,0.9982580937932624f,0.058230686014100204f,1.547472444725996f,-0.2196884278725934f,-0.05889084540073001f,0.973790974997641f,0.23920902922654022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7337566363297506f,-0.0035561923779949753f,-0.6794030851694902f,-0.14186652479554113f,0.04261599545948618f,0.9982580937932624f,0.040800185137313365f,1.535345391747643f,0.6780745354111508f,-0.05889084540073001f,0.7326300517689265f,0.0031419370678624214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8026039909296063f,0.5387300841648572f,-0.2561185861268061f,0.45185384818354f,0.5964290100348415f,0.7319288268629097f,-0.3294732589997909f,1.31726790758339f,0.009963419730553258f,-0.41719310735295034f,-0.9087632482910291f,-0.6139615479109475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5448066271430599f,0.5124886911054473f,-0.663732687540721f,0.26909280924258566f,0.6414750633907187f,0.7644904834196756f,0.06374985340080339f,1.5225072945684885f,0.5400884020869883f,-0.3910366252025199f,-0.7452481973687342f,-0.4264406948352307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7320783620647792f,-0.2786770687954315f,-0.621611102799923f,0.09089479827904078f,-0.009783126921075391f,0.916703089455133f,-0.399449291163547f,1.1942770028408733f,0.681150175970172f,-0.28634688248870527f,-0.6738248293620557f,0.044852545234858335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7320783620647792f,-0.047574330464563865f,-0.679557175576418f,0.07772737896958246f,-0.009783126921075391f,0.9981897778844933f,-0.05934187184907296f,1.381066699495159f,0.681150175970172f,-0.036794706246335754f,-0.7312185633366057f,0.033383421792816614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7320783620647792f,-0.29944322938106943f,-0.6118782756189228f,0.32819255918293516f,-0.009783126921075391f,0.9027377151042925f,-0.4300801182988202f,1.19892592557561f,0.681150175970172f,-0.30886626573019815f,-0.6638042389663436f,-0.15882348358958764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7320783620647792f,-0.0931898170541479f,-0.6748162192730438f,0.3065018671148259f,-0.009783126921075391f,0.9919349909129208f,-0.12636955420602572f,1.384123926657995f,0.681150175970172f,-0.08591060353645522f,-0.7270858312302654f,-0.17947600819786214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9949111288094863f,0.025785722297461774f,-0.09740093580983705f,0.35658199540961677f,0.030725398348821334f,0.9982984282695972f,-0.049560044499151926f,2.061585282882084f,0.09595725958644319f,-0.05230052236880482f,-0.9940104927477427f,-0.25731650344038065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9949111288094863f,0.025785722297461774f,-0.09740093580983705f,0.3815366097206175f,0.030725398348821334f,0.9982984282695972f,-0.049560044499151926f,1.930999522738508f,0.09595725958644319f,-0.05230052236880482f,-0.9940104927477427f,-0.3475658190738725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9949111288094863f,0.025785722297461774f,-0.09740093580983705f,-0.2279282927659565f,0.030725398348821334f,0.9982984282695972f,-0.049560044499151926f,2.0796364544120163f,0.09595725958644319f,-0.05230052236880482f,-0.9940104927477427f,-0.20094161343334527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9949111288094863f,0.025785722297461774f,-0.09740093580983705f,-0.2775920131156671f,0.030725398348821334f,0.9982984282695972f,-0.049560044499151926f,1.951355099144602f,0.09595725958644319f,-0.05230052236880482f,-0.9940104927477427f,-0.28399413459785394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9786281679955082f,0.1811091956246835f,-0.09739798799736793f,0.2591943367435976f,0.18651548892855763f,0.9812025030295981f,-0.049534033130691144f,2.1701183587575184f,0.08659608071671819f,-0.06664163344810392f,-0.9940120781438586f,-0.2751889370508778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9949113514385571f,0.02578826695938531f,-0.09739798799736793f,0.1448553390589274f,0.030725285097567195f,0.9982997227373555f,-0.049534033130691144f,2.1837176994995993f,0.09595498754299929f,-0.05227455279340673f,-0.9940120781438586f,-0.2646631513393137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9591189864225199f,0.26571623887181556f,-0.09739430313757737f,0.12252061768261172f,0.2713234280610643f,0.9612144386215475f,-0.049501518872207405f,2.1800904400504932f,0.08046345300215804f,-0.07390320280799274f,-0.994014058927584f,-0.2622979543691091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942871954323246f,-0.043672905967753375f,-0.09739430313757737f,0.15173787587723192f,-0.03898768249161849f,0.9980128056509481f,-0.049501518872207405f,2.189180300166917f,0.09936263690771932f,-0.04542154820186707f,-0.994014058927584f,-0.26561335655477847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9888778178133638f,0.11240556548954936f,-0.09739430313757737f,0.2088874319299369f,0.11761591993150919f,0.9918246291598173f,-0.049501518872207405f,2.290417175394833f,0.09103382237028435f,-0.06040607452040992f,-0.994014058927584f,-0.3076926610679959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9888778178133638f,0.112402372620618f,-0.09739798799736793f,0.1835968980902979f,0.11761591993150919f,0.9918230058536011f,-0.049534033130691144f,2.067256999077773f,0.09103382237028435f,-0.060438660547561224f,-0.9940120781438586f,-0.2940939624447947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9866958975267561f,-0.13017013293085716f,-0.09740093580983705f,-0.1292953132253598f,-0.12582116286758582f,0.9908142292901784f,-0.049560044499151926f,2.18211657695908f,0.10295747072707954f,-0.036645593580571914f,-0.9940104927477427f,-0.23772277843051995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9949111288094863f,0.025785722297461768f,-0.09740093580983705f,-0.014436610354268083f,0.030725398348821327f,0.9982984282695972f,-0.049560044499151926f,2.1886377069481697f,0.0959572595864432f,-0.05230052236880483f,-0.9940104927477427f,-0.24930266890649855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715961471258806f,-0.21567101009062928f,-0.09740093580983705f,0.007674818379236434f,-0.21169752543516102f,0.9760778451096365f,-0.049560044499151926f,2.1836390748917167f,0.10575956039419632f,-0.027532811200751756f,-0.9940104927477427f,-0.25122009476617385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9906888542433486f,0.09512440160846802f,-0.09740093580983705f,-0.021026592753841236f,0.10028833092308644f,0.9937233280294387f,-0.049560044499151926f,2.194517572786932f,0.09207521250946205f,-0.058866760983829425f,-0.9940104927477427f,-0.2489500931111446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.993372565371604f,-0.06102461856010427f,-0.09740093580983705f,-0.07886142328809712f,-0.05639896206780383f,0.9971774962698047f,-0.049560044499151926f,2.299303285325684f,0.10015040411657172f,-0.04373827685994581f,-0.9940104927477427f,-0.2799457598416717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.993372565371604f,-0.06102461856010427f,-0.09740093580983705f,-0.06513088411207368f,-0.05639896206780383f,0.9971774962698047f,-0.049560044499151926f,2.074938348664978f,0.10015040411657172f,-0.04373827685994581f,-0.9940104927477427f,-0.2701046475481839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9949111288094863f,0.025785722297461774f,-0.09740093580983705f,0.049061603555720354f,0.030725398348821334f,0.9982984282695972f,-0.049560044499151926f,1.5610184807738052f,0.09595725958644319f,-0.05230052236880482f,-0.9940104927477427f,-0.22423245938410988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7320783620647792f,-0.03741087972569512f,-0.6801923976895801f,0.06309068345285603f,-0.009783126921075391f,0.9989653023334828f,-0.04441413245149927f,1.1864064923987492f,0.681150175970172f,-0.025860216780273997f,-0.7316868776764287f,-0.21453487809150712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8341919434635022f,0.03581703202873257f,-0.5503098596947341f,0.21888152960422233f,-0.023656958266618403f,0.9946459285297449f,0.10059734183751068f,0.5503175362876407f,0.5509665595897418f,0.09693614947920223f,-0.8288782981463498f,-0.2199302203306453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8341919434635022f,-0.1891998937638911f,-0.5180030903964932f,0.14732050618704895f,-0.023656958266618403f,0.9507185359743109f,-0.3091514413364984f,0.8892661314500163f,0.5509665595897418f,-0.24563726418154735f,-0.797557637202007f,-0.3137238191087697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.801932836969206f,0.21824946463890785f,-0.5561212962792839f,0.05823716070808144f,0.23713012808963138f,0.9706945786320165f,0.039004324973099413f,0.738777500541528f,0.5483366004040912f,-0.10059426524033188f,-0.8301853807783188f,0.0685467979295672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.801932836969206f,-0.32910763755820494f,-0.4985898995079805f,-0.07584280854789668f,0.23713012808963138f,0.5906667976587545f,-0.771285962854081f,0.9015059169971944f,0.5483366004040912f,-0.7367502270406228f,-0.395633764500548f,-0.19791533546891565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8573395230634958f,0.004369671108618944f,-0.5147327929787064f,0.05976698375963675f,0.22058998392355894f,0.9066105231739404f,-0.35971852643821145f,1.097657319822562f,0.46509031508499665f,-0.42194580842174123f,-0.778236939221894f,-0.22059466394193672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.80917795185739f,-0.30419130343760636f,-0.5026914492417881f,0.04435793782622645f,-0.107552010641973f,0.917780066867973f,-0.3822464046484779f,1.0835940386895253f,0.5776362239634459f,-0.25523988671982484f,-0.7753637810682821f,-0.2337527730485227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8293729234511578f,-0.21756827386372612f,-0.5145916828457671f,0.055920512351405494f,-0.032172859002801715f,0.9381298152178443f,-0.34478595815798396f,1.114242869946037f,0.5577682861096227f,-0.2694002524261844f,-0.7850592608224187f,-0.22535749240918213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7967768014276504f,0.2644727035562822f,-0.5433239528866305f,0.060297794830043334f,0.18078036585455762f,0.9622831532752846f,0.20329680824859872f,1.09851475953224f,0.576597943135609f,0.06375987763637939f,-0.8145363650418435f,-0.218750447841413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8413708988607949f,0.023756439034963703f,-0.5399357759535445f,0.06172468846015764f,-0.09261566412265244f,0.9779176912951927f,0.18734814600363806f,1.1100143712074668f,0.5324634722770176f,0.2076357884765016f,-0.8205912685584971f,-0.21659670294291955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8336432852379801f,0.1210642499877062f,-0.5388713393311448f,0.06172468846015764f,0f,0.9756802001419562f,0.21919887556954376f,1.1100143712074668f,0.5523032436783508f,0.1827336707502657f,-0.8133692473879904f,-0.21659670294291955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8367512558154736f,0.17393678686174863f,-0.5192237764850898f,-0.10004663555555275f,0.23866956877703002f,0.9692496131338376f,-0.05993349964496175f,1.1637061214677433f,0.49283280413443914f,-0.17407234592581544f,-0.8525342489031564f,-0.10996973186443365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8167750581159291f,-0.13773147727593849f,-0.5602754185283415f,0.2233281947960874f,-0.10301477492957944f,0.9902975364697967f,-0.0932670649696864f,1.132701006835018f,0.5676851773526669f,-0.01846156627264467f,-0.823038705034479f,-0.32347697704559486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8336432852379801f,0.039353907088086504f,-0.5508993946035246f,0.0496485661937007f,0f,0.9974581915082076f,0.0712541661460988f,0.9683166033125885f,0.5523032436783508f,0.059400557152926664f,-0.8315243236564365f,-0.2206790223298717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8336432852379801f,0.03303054459096738f,-0.5513146616059216f,0.06354166666666669f,0f,0.9982100737525182f,0.05980508890547751f,1.1913541666666667f,0.5523032436783508f,0.04985611078911175f,-0.8321511252406958f,-0.21385416666666665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8292094643737448f,-0.5305726586403481f,-0.17579624027925192f,-2.121224027970313f,0.1977214642467973f,0.572624794021057f,-0.7956174129871998f,1.179470504309312f,0.5227981319487571f,0.6249747988324448f,0.5797315016930125f,0.2107942228674544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6504446649982235f,-0.5305726586403481f,-0.5435203691478931f,-2.0497554480936344f,-0.19773208022044444f,0.572624794021057f,-0.795614774701952f,1.1794699915485625f,0.7333646856967173f,0.6249747988324448f,0.2675495068156555f,0.2714679782329158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7623315186845744f,-0.5305726586403481f,-0.37059858273256197f,-2.0298999506220894f,-0.000005469447996064858f,0.572624794021057f,-0.8198175682689577f,1.302442883169281f,0.6471867238982548f,0.6249747988324448f,0.43652702692294953f,0.17565204651174265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.13230441717477912f,0.4432838291308299f,0.8865635837474664f,1.1768009167766649f,-0.15395677837278604f,0.8743813002846605f,-0.46016806941114363f,2.4218389797431823f,-0.9791796829944515f,-0.19737474140227623f,-0.047437958084952325f,-0.3313939307197039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5741022331229246f,0.4432838291308299f,0.6884083619149173f,1.2111918315149057f,0.10783713862875847f,0.8743813002846605f,-0.4731051608732124f,2.4240842822152455f,-0.8116512659114334f,-0.19737474140227623f,-0.5497867168282183f,-0.2442085758699587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3668364238745687f,0.4432838291308299f,0.8178817059636597f,1.0713141182512362f,-0.023949893035339537f,0.8743813002846605f,-0.48464806234638147f,2.495658840331171f,-0.9299771183972824f,-0.19737474140227623f,-0.31013830900724115f,-0.24128050694374512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001302567633184344f,0f,-0.000008629738182474233f,0.43723332628432776f,0f,0.000015625f,0f,1.3574766666666667f,0.000008629738182474233f,0f,-0.00001302567633184344f,0.3632618405956932f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56.mcfunction new file mode 100644 index 000000000..db349a123 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..8503b6835 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.27391404646589834f,-0.07659538828544597f,-0.76553816762231f,-0.1355487624683327f,-0.12947002421971512f,0.8056096250303614f,-0.034279576010088735f,1.3143308185481597f,0.7583884574686436f,0.10986684211483846f,-0.28234848862086925f,-0.48388585380129095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2766126046918534f,0.033362405831414546f,-0.7499149397116507f,-0.1355487624683327f,0.18482816424748036f,0.777631618301814f,-0.033579992826209375f,1.3143308185481597f,0.7275465735102429f,-0.1848675636623198f,-0.27658627456738216f,-0.48388585380129095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7885690023429405f,0.11074903976494119f,-0.18121264630110004f,-0.1912401512614196f,0.12006387614785351f,0.8072681827199694f,-0.02910655006687303f,1.3138377834358324f,0.1751800177892929f,-0.05474646841199875f,-0.7957758666912448f,-0.43495168494198766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.755191429132284f,-0.1953830413608521f,-0.17751442902964903f,-0.1912401512614196f,-0.19396271141430307f,0.7756065379492693f,-0.02851253884101848f,1.3138377834358324f,0.17906527286425616f,0.016123443767767608f,-0.7795355428812194f,-0.43495168494198766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8675158521617231f,1.2993672788300779f,0.021614137823167626f,0.27208562300552447f,0.36881693021955225f,-0.27108963748122245f,1.493951381549522f,1.5470115039947927f,1.2461125824866492f,-0.8243551013707736f,-0.45721805368164986f,0.22291566944612531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9945816810446484f,-0.030375379099192596f,0.09942140652285086f,0.025851970552120934f,0.0270108530272283f,0.9990217301896462f,0.0350142317869045f,1.5646038573711394f,-0.1003877161267408f,-0.03213905651175741f,0.9944291767126461f,0.26011903921862956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6621368253223576f,-0.030375379099192596f,-0.7487670938927607f,-0.150383308796056f,0.04419842970895338f,0.9990217301896462f,-0.0014427127740161653f,1.5535334580000233f,0.748078420597261f,-0.03213905651175741f,0.6628316209138196f,0.004796361820758294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7828453579486851f,0.5832197669221428f,-0.2168129355215614f,0.4669941405232185f,0.6190940745789251f,0.6952356367140443f,-0.36519848885788364f,1.3285484921373887f,-0.06225489827683989f,-0.42012154540573005f,-0.9053298927608884f,-0.5815769192795713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5749572769936047f,0.5385646843911536f,-0.6159319851726786f,0.27358470377040156f,0.6591310472723032f,0.7508936630388134f,0.041291274258243464f,1.5395667907890953f,0.48473744661808027f,-0.3822391758242606f,-0.7867164802591681f,-0.4119709050529553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.751193422488917f,-0.2747811071222611f,-0.6001697969558719f,0.08240087205681837f,-0.006650305217067551f,0.9123393953300181f,-0.40938075329621587f,1.2124083380055384f,0.6600486462753391f,-0.30353281683785327f,-0.687170731079672f,0.056018479226939824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.751193422488917f,-0.050253807449499616f,-0.6581663899396691f,0.06886474322291428f,-0.006650305217067551f,0.9976232820115949f,-0.06858250964301188f,1.3990340626974436f,0.6600486462753391f,-0.04714172276489895f,-0.7497422507267747f,0.04249351714147895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.751193422488917f,-0.29106584997889307f,-0.5924433415825116f,0.3238480045159825f,-0.006650305217067551f,0.9008214103722607f,-0.4341388718549063f,1.2158071518542397f,0.6600486462753391f,-0.3221823359388213f,-0.6786267950494564f,-0.14260915194572665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.751193422488917f,-0.08610696368466306f,-0.6544417719051834f,0.3036126877507008f,-0.006650305217067551f,0.9923919885712823f,-0.12293866137247385f,1.4011122830777771f,0.6600486462753391f,-0.08799847626262668f,-0.7460509719352616f,-0.16377168481956453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9951499575272713f,0.028361215536045023f,-0.0941923748866566f,0.35683300581764155f,0.03283496420818262f,0.9983882297760875f,-0.04629047169793822f,2.0784808188377877f,0.09272770437640426f,-0.049158764202207675f,-0.9944772439544276f,-0.246692529351214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9951499575272713f,0.028361215536045023f,-0.0941923748866566f,0.3817754421372846f,0.03283496420818262f,0.9983882297760875f,-0.04629047169793822f,1.948111247236288f,0.09272770437640426f,-0.049158764202207675f,-0.9944772439544276f,-0.33725721436078077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9951499575272713f,0.028361215536045023f,-0.0941923748866566f,-0.22781759422963033f,0.03283496420818262f,0.9983882297760875f,-0.04629047169793822f,2.097771360310095f,0.09272770437640426f,-0.049158764202207675f,-0.9944772439544276f,-0.1922150030300765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9951499575272713f,0.028361215536045023f,-0.0941923748866566f,-0.2775114047245327f,0.03283496420818262f,0.9983882297760875f,-0.04629047169793822f,1.9698644110242092f,0.09272770437640426f,-0.049158764202207675f,-0.9944772439544276f,-0.2758251102114129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.978461105343299f,0.18369112906508f,-0.09418829244213843f,0.2597670503815305f,0.18861315453820549f,0.9809615327107755f,-0.046255262153325975f,2.187302572064659f,0.08389841038730514f,-0.06302412589256616f,-0.9944792689090917f,-0.2645568438816921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9951502489813391f,0.028364546871284174f,-0.09418829244213843f,0.1454264974392928f,0.03283482102559934f,0.9983898663605035f,-0.046255262153325975f,2.201145808139648f,0.09272462715263904f,-0.049123591373623904f,-0.9944792689090917f,-0.2543713938260749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9587273747661714f,0.2682747616575256f,-0.09418318921953801f,0.12307514659975068f,0.2733921765018084f,0.9607919848687587f,-0.046211250140576185f,2.1975648673847266f,0.07809314119415041f,-0.07005293762254865f,-0.9944817983396589f,-0.2520933531783832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994705377635977f,-0.041118591543307076f,-0.09418318921953801f,0.15232513665882264f,-0.03688964041752413f,0.9982503066818016f,-0.046211250140576185f,2.2065942312457314f,0.0959185390419099f,-0.04249219503842806f,-0.9944817983396589f,-0.25528307022065627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.988891268689623f,0.11499385017410664f,-0.09418318921953801f,0.2098587851856586f,0.1197252849728783f,0.9917310000693778f,-0.046211250140576185f,2.307821514320553f,0.08809037885939228f,-0.056974010948211626f,-0.9944817983396589f,-0.29685903659223306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.988891268689623f,0.11498967030243368f,-0.09418829244213843f,0.18398610936761106f,0.1197252849728783f,0.9917289482823873f,-0.046255262153325975f,2.0846825009570162f,0.08809037885939228f,-0.057018145028117466f,-0.9944792689090917f,-0.28402995396090663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9873346817737043f,-0.12766370933052984f,-0.0941923748866566f,-0.12881590751441518f,-0.12375161731520473f,0.991232933997783f,-0.04629047169793822f,2.2001247761408864f,0.09927619744273841f,-0.03404772941205468f,-0.9944772439544276f,-0.22835277501698417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9951499575272713f,0.028361215536045023f,-0.0941923748866566f,-0.01390374092345873f,0.032834964208182604f,0.9983882297760874f,-0.04629047169793822f,2.2064038207253738f,0.09272770437640426f,-0.049158764202207675f,-0.9944772439544276f,-0.23952900843787772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9724509498164415f,-0.21322979790430943f,-0.0941923748866566f,0.008201897084014517f,-0.2096723476482028f,0.9766753292991861f,-0.04629047169793822f,2.201357680473984f,0.10186587668494423f,-0.025265676797066233f,-0.9944772439544276f,-0.24138786879999838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9907474438599053f,0.09771028092414744f,-0.0941923748866566f,-0.02048070776999189f,0.10239902222247038f,0.9936657549084926f,-0.04629047169793822f,2.212298480515207f,0.08907268230465651f,-0.055507373599007606f,-0.9944772439544276f,-0.23918044988939133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9938349543001639f,-0.05847974114514453f,-0.0941923748866566f,-0.07795932177186428f,-0.05430525046043078f,0.9974508168337987f,-0.04629047169793822f,2.317317675796666f,0.09665931607259307f,-0.040889948314770795f,-0.9944772439544276f,-0.270048266237629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9938349543001639f,-0.05847974114514453f,-0.0941923748866566f,-0.06480138001420678f,-0.05430525046043078f,0.9974508168337987f,-0.04629047169793822f,2.0928912420090615f,0.09665931607259307f,-0.040889948314770795f,-0.9944772439544276f,-0.2608480278668056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9951499575272713f,0.028361215536045023f,-0.0941923748866566f,0.04800075342968707f,0.03283496420818262f,0.9983882297760875f,-0.04629047169793822f,1.5785594809633543f,0.09272770437640426f,-0.049158764202207675f,-0.9944772439544276f,-0.2161677103866488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.751193422488917f,-0.034122927210991257f,-0.6591995660252981f,0.06079685113380879f,-0.006650305217067551f,0.9990034755911076f,-0.044134217987942766f,1.203933177616689f,0.6600486462753391f,-0.02876945594620795f,-0.7506717677884601f,-0.20537916440682083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8460283703579966f,0.011107884740775231f,-0.5330221491138791f,0.22911423495696254f,-0.027725828794816845f,0.9975133598909788f,0.06479487060448091f,0.5754365756560011f,0.5324164488133637f,0.06959677963524297f,-0.8436166269682993f,-0.18976106207871235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8460283703579966f,-0.21187007263327545f,-0.48923109965716943f,0.1494938611805885f,-0.027725828794816845f,0.9338876492396874f,-0.3564900237246639f,0.906231179515418f,0.5324164488133637f,-0.28803633611046625f,-0.7959697193442886f,-0.2990543430247767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8167555156789237f,0.20777588588614918f,-0.5382746593071992f,0.05405578282735346f,0.2346970718212152f,0.9718822609865523f,0.01903037724835266f,0.760464600674719f,0.5270936464107708f,-0.11078832079191903f,-0.842554589263808f,0.08372388503979084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8167555156789237f,-0.31977469710208684f,-0.48026510460507543f,-0.07605507596423805f,0.2346970718212152f,0.5762722243766857f,-0.7828330651489462f,0.9179791423727031f,0.5270936464107708f,-0.7521000375649609f,-0.3956233327398446f,-0.1880247202581472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8690746720774221f,0.004167352607420536f,-0.4946633678834194f,0.05806497973623106f,0.21564148901356084f,0.9031448375458985f,-0.37125213888974085f,1.1144502129284855f,0.445205528457965f,-0.4293157760744865f,-0.785798957650127f,-0.21070576208183103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8209003438405857f,-0.3071333308464499f,-0.4814475491323782f,0.04342693514320228f,-0.10770831455584766f,0.9111987439072845f,-0.3976377347251211f,1.0993480244953615f,0.5608222039630271f,-0.2745650490957514f,-0.7810841755899942f,-0.2239135014339916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.841641297002721f,-0.21696347098453833f,-0.49453693435164126f,0.05437743614481231f,-0.030882641613701696f,0.9335845011133386f,-0.3570241472616644f,1.1303175546911626f,0.5391532153539824f,-0.28521365945427724f,-0.7924436754963486f,-0.21555329608067944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8124215888993322f,0.24952779287324037f,-0.5269791670209495f,0.05866896194973615f,0.1777733094228442f,0.9667721875549927f,0.18370679853229083f,1.1161709554143644f,0.5553087540703225f,0.05556453863700529f,-0.8297859782491647f,-0.208751656258998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8519849749180278f,0.00942046165630345f,-0.5234814776246719f,0.05987281418695732f,-0.09269186457202638f,0.9813304789467002f,0.16851916606843614f,1.127274855482624f,0.5152958574994453f,0.19209827170597385f,-0.8352056233356489f,-0.2068436706873607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8457272225645208f,0.10624632094431041f,-0.5229313380350238f,0.05987281418695732f,0f,0.9799778526881774f,0.19910652485709468f,1.127274855482624f,0.5336154654929911f,0.1683898082618644f,-0.8287939475287156f,-0.2068436706873607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8488258268633406f,0.16726934950872496f,-0.501513390015356f,-0.10438280991737145f,0.23395441693750257f,0.9695326361380289f,-0.07260715018975664f,1.179386084416511f,0.4740886482981843f,-0.17896209704340382f,-0.8620977446766859f,-0.10408325465447055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8286199120432673f,-0.14599906850805977f,-0.5404380754167744f,0.22352077218648006f,-0.10381016957366866f,0.9887229030103084f,-0.10793734180511669f,1.1496446571769803f,0.55010225418416f,-0.03333606241965742f,-0.8344316729869851f,-0.3105671768109577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8457272225645208f,0.02667095228567735f,-0.5329485203258161f,0.049283044157840204f,0f,0.998750138985273f,0.049981595381679705f,0.98566903798499f,0.5336154654929911f,0.042270795841491654f,-0.8446701810799441f,-0.2089867060157422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8457272225645208f,0.022588920462655183f,-0.5331371359093582f,0.06093750000000004f,0f,0.9991036062210247f,0.042331832421284805f,1.20890625f,0.5336154654929911f,0.03580118305971993f,-0.8449691179435039f,-0.20515625000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8255306210746746f,-0.5261556503097212f,-0.20410640684509612f,-1.9663585970937159f,0.1855528251882732f,0.594605056307184f,-0.782313860339046f,1.1243737596476449f,0.5329815594677847f,0.6079515265718844f,0.5884943488311533f,0.3503183719226089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6459189082306892f,-0.5261556503097212f,-0.5531265638506511f,-1.895470658243622f,-0.18556786677001919f,0.594605056307184f,-0.7823102925542746f,1.1243730350106758f,0.7405088323662983f,0.6079515265718844f,0.2864290671814165f,0.4116695139255109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7561380144010019f,-0.5261556503097212f,-0.38912149108583577f,-1.8725464040057935f,-0.000007729461003136429f,0.594605056307184f,-0.8040179270104528f,1.2449760863807282f,0.6544121813642876f,0.6079515265718844f,0.44959941972932926f,0.3135540299646605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.20910177096539084f,0.37958052050868873f,0.9012186626060792f,1.1369426898411512f,-0.12619223248181072f,0.9034118560938219f,-0.4097835266703289f,2.4292417902588683f,-0.9697174690807595f,-0.19941325612774208f,-0.14100490573074967f,-0.3194229901337665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6583100710392068f,0.37958052050868873f,0.6500357519542346f,1.179273076986199f,0.11230077570237193f,0.9034118560938219f,-0.4138061793228336f,2.429919704388013f,-0.7443227701373913f,-0.19941325612774208f,-0.6373523100574213f,-0.23577646446423328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.45152412954717647f,0.37958052050868873f,0.8074927794643227f,1.0369839664940266f,-0.007231084044210079f,0.9034118560938219f,-0.42871287558535154f,2.4938876786612436f,-0.8922296071416875f,-0.19941325612774208f,-0.4051674733000185f,-0.2168246063039971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001321448785257064f,0f,-0.000008337741648327987f,0.421694096297572f,0f,0.000015625f,0f,1.37502875f,0.000008337741648327987f,0f,-0.00001321448785257064f,0.3801325851353037f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57.mcfunction new file mode 100644 index 000000000..3ea835e70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..4f4e8d969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3068808621484055f,-0.07939864882587234f,-0.7526383164947966f,-0.12950973566706622f,-0.12763813615334674f,0.8059561156066521f,-0.03298015099997072f,1.3318034614489798f,0.7459739185057315f,0.10523800988857092f,-0.3152654732576055f,-0.4814642964185501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.30749926032603897f,0.0431837731541241f,-0.7372783508520457f,-0.12950973566706622f,0.1866159586246754f,0.7772584744703331f,-0.032307086693848866f,1.3318034614489798f,0.7145758804252579f,-0.18440288934890253f,-0.3088314840074503f,-0.4814642964185501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7916958487263364f,0.11431006567930718f,-0.16460661116225778f,-0.18592844676719325f,0.12281192917153001f,0.80680710611203f,-0.03039684234822826f,1.3315556058602702f,0.15836463496342026f,-0.0542212767829053f,-0.799327930189718f,-0.4350209164708204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7593562372902372f,-0.193332396478682f,-0.16124729256710968f,-0.18592844676719325f,-0.19130280971137414f,0.7762194245998097f,-0.02977649862683585f,1.3315556058602702f,0.1636500531162368f,0.010295112711860115f,-0.7830151152878871f,-0.4350209164708204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5503317492264511f,1.4607107033515996f,0.0697528272361036f,0.23983140799447256f,0.5717970921816661f,-0.2835332050625998f,1.4262058957245691f,1.571419607375055f,1.345952934231337f,-0.47680122980232037f,-0.6344111727366166f,0.27609756570374244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.997358788373419f,-0.06260191057937994f,-0.03682998840777835f,-0.009651029261127014f,0.06269993519941358f,0.9980312788976767f,0.0015114456183405144f,1.5796854275214505f,0.036662861048956774f,-0.0038166914571632613f,0.9993204028168472f,0.2800323190840446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5738350324331938f,-0.06260191057937994f,-0.8165747708227379f,-0.15946101766638504f,0.039122381219016455f,0.9980312788976767f,-0.04902046133628092f,1.57174241965443f,0.8180359373769281f,-0.0038166914571632613f,0.5751544471063154f,0.005390699910112762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7541103195136607f,0.633230857390275f,-0.17417321048824186f,0.4826535771072015f,0.6411039961304669f,0.6522476395824292f,-0.40442389000242795f,1.3397159111863466f,-0.1424896211958983f,-0.4166433701715734f,-0.897833509033564f,-0.5449782679909483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6043028984931498f,0.5669993574952334f,-0.559758640373483f,0.2787268276393048f,0.6771512007094729f,0.7357071382728452f,0.0141865454603982f,1.556659935500023f,0.4198621895937966f,-0.3704682648950825f,-0.8285342518297779f,-0.39642921067584375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7720539598715895f,-0.2696386889828736f,-0.5755238139731449f,0.0729933595697084f,-0.00339174513221258f,0.9072775395006142f,-0.42051868256079855f,1.2306200477218947f,0.635547936124063f,-0.32271108397653264f,-0.7013817627848156f,0.06733489009992887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7720539598715895f,-0.05282111455607037f,-0.633358202681273f,0.05913091182368726f,-0.00339174513221258f,0.996868620327533f,-0.07900284723501538f,1.4170391462380882f,0.635547936124063f,-0.05884627144803277f,-0.7698155215537735f,0.05148986719371165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7720539598715895f,-0.28118630358099544f,-0.5699710042844762f,0.31902280031029073f,-0.00339174513221258f,0.8986156060099488f,-0.43872370428360824f,1.232679784432245f,0.635547936124063f,-0.3367851768024078f,-0.6947334492988049f,-0.12548299658322176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7720539598715895f,-0.07830966873284817f,-0.6307141022916403f,0.30039777428355896f,-0.00339174513221258f,0.99287362803357f,-0.11912369546154336f,1.4180990665919047f,0.635547936124063f,-0.08983069930935636f,-0.7668176226131191f,-0.14711886284505804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9954269982157156f,0.030976267841738146f,-0.09036349956617912f,0.35724370593968435f,0.03492397969836211f,0.998488534053426f,-0.04243775448664747f,2.0953894297956706f,0.08891235496419109f,-0.04539953958398119f,-0.995004258754848f,-0.23552007372204475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9954269982157156f,0.030976267841738146f,-0.09036349956617912f,0.3822286068082271f,0.03492397969836211f,0.998488534053426f,-0.04243775448664747f,1.9652901743171807f,0.08891235496419109f,-0.04539953958398119f,-0.995004258754848f,-0.32646099384347127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9954269982157156f,0.030976267841738146f,-0.09036349956617912f,-0.22756965551204855f,0.03492397969836211f,0.998488534053426f,-0.04243775448664747f,2.1159072678684585f,0.08891235496419109f,-0.04539953958398119f,-0.995004258754848f,-0.1832840651805825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9954269982157156f,0.030976267841738146f,-0.09036349956617912f,-0.2772417795096844f,0.03492397969836211f,0.998488534053426f,-0.04243775448664747f,1.9884273108673454f,0.08891235496419109f,-0.04539953958398119f,-0.995004258754848f,-0.2675565586796947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9783256163629446f,0.18631781824718024f,-0.090358502486901f,0.2605134572586735f,0.19069215293748398f,0.9807339669405961f,-0.042395623559854705f,2.204511764623626f,0.08071859250588909f,-0.058707381925720344f,-0.9950065085874042f,-0.25336962165281074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9954273328121928f,0.030980092296972545f,-0.090358502486901f,0.14616734626443137f,0.03492382263420213f,0.9984903293049894f,-0.042395623559854705f,2.218596634777445f,0.08890867057277929f,-0.045357426797440564f,-0.9950065085874042f,-0.24358575951955636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9583633735359433f,0.27088025789463044f,-0.09035225590844308f,0.12379839688542268f,0.275443461046791f,0.960384284295859f,-0.0423429597937578f,2.215061626462903f,0.07530301475619115f,-0.06546687987424941f,-0.9950093183524262f,-0.24141027510487498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951643345100746f,-0.03852813480271225f,-0.09035225590844308f,0.15308261841049753f,-0.03481276647860042f,0.9984964421799463f,-0.0423429597937578f,2.2240311920981215f,0.09184780133039198f,-0.038992791418586456f,-0.9950093183524262f,-0.24445114455058298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9889393383285802f,0.11762421076668422f,-0.09035225590844308f,0.21102600766625537f,0.12181509322221881f,0.9916492105675103f,-0.0423429597937578f,2.325269188432437f,0.08461718601733487f,-0.05288088711763725f,-0.9950093183524262f,-0.28542767772530253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9889393383285802f,0.11761941223520396f,-0.090358502486901f,0.18456163991333452f,0.12181509322221881f,0.9916469604482401f,-0.042395623559854705f,2.1021486223315833f,0.08461718601733487f,-0.052933729315172186f,-0.9950065085874042f,-0.2735175886293888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880173959400443f,-0.12512419137004144f,-0.09036349956617912f,-0.1281777040875146f,-0.12170401211819848f,0.991658797383689f,-0.04243775448664747f,2.2181498791289336f,0.09491974902088063f,-0.030931639231195303f,-0.995004258754848f,-0.21865612623911698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9954269982157155f,0.030976267841738146f,-0.09036349956617912f,-0.013207273678535067f,0.03492397969836212f,0.998488534053426f,-0.04243775448664747f,2.2241893112437805f,0.08891235496419109f,-0.045399539583981185f,-0.995004258754848f,-0.2293550054469664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9733523996233292f,-0.21075944603661384f,-0.09036349956617912f,0.008893256241209083f,-0.20766965064686776f,0.9772780326981361f,-0.04243775448664747f,2.219096076451753f,0.09725442071039787f,-0.022541133778067247f,-0.995004258754848f,-0.23114488299020114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9908413928636549f,0.10033828847536547f,-0.09036349956617912f,-0.01977125894841711f,0.10448994584859794f,0.993620092495461f,-0.04243775448664747f,2.2300986855107867f,0.0855288571452323f,-0.051491160941915436f,-0.995004258754848f,-0.22901092239127888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9943388575911744f,-0.05589878558995312f,-0.09036349956617912f,-0.07687233639833382f,-0.05223292639867463f,0.9977328091197372f,-0.04243775448664747f,2.3353694993081144f,0.09253084720302204f,-0.037477558293020886f,-0.995004258754848f,-0.25972195050427066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9943388575911744f,-0.05589878558995312f,-0.09036349956617912f,-0.06429510964059439f,-0.05223292639867463f,0.9977328091197372f,-0.04243775448664747f,2.110879617256174f,0.09253084720302204f,-0.037477558293020886f,-0.995004258754848f,-0.251289499888341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9954269982157156f,0.030976267841738146f,-0.09036349956617912f,0.04708178722892235f,0.03492397969836211f,0.998488534053426f,-0.04243775448664747f,1.5961149259192053f,0.08891235496419109f,-0.04539953958398119f,-0.995004258754848f,-0.20804239713598552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7720539598715895f,-0.030493594860594685f,-0.6348250339416963f,0.05851688530164536f,-0.00339174513221258f,0.9990317889561634f,-0.043863204625358004f,1.2214780050606442f,0.635547936124063f,-0.03171159610498703f,-0.7714098752031362f,-0.19615054859661538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8587939107948547f,-0.015241945113548871f,-0.5120944267328389f,0.23950020735834854f,-0.032324464152782596f,0.9991778509835398f,0.02446939151573435f,0.6026207039918241f,0.5113004476811212f,0.0375673423743334f,-0.8585805419341943f,-0.15674209992895843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8587939107948547f,-0.2344739812582507f,-0.455516158763424f,0.15200457523553143f,-0.032324464152782596f,0.91214947409124f,-0.408581039614309f,0.9232148799812198f,0.5113004476811212f,-0.3361625931420383f,-0.7909276598862285f,-0.2834341093583367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8327391444184254f,0.1967361579980488f,-0.5175329955562598f,0.04924009398896373f,0.23193591848949138f,0.9727250419778053f,-0.0034238025224498925f,0.7828429613634963f,0.5027437190733515f,-0.12288562505616146f,-0.8556564007163459f,0.09970931272474731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8327391444184254f,-0.308377659004885f,-0.45983555406246673f,-0.07611043076582846f,0.23193591848949138f,0.559847437306026f,-0.7954725492789246f,0.9344253868325954f,0.5027437190733515f,-0.7690735116804779f,-0.3946830203641311f,-0.1778509879229615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8816769930920284f,0.004360598019944478f,-0.4718333021704887f,0.056418985548724654f,0.21008544213976413f,0.8990035103359688f,-0.38426136340327716f,1.1311758889184584f,0.42250418560428366f,-0.43791971134959673f,-0.7935468099352091f,-0.20061421738710455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8337039634841835f,-0.3095517974243589f,-0.457291357869479f,0.04265845898054728f,-0.1078453876459319f,0.9034344848645867f,-0.41494036188464206f,1.1149022474946015f,0.5415783171751449f,-0.296620660556219f,-0.7865806443696225f,-0.2138141137177487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8549998003667604f,-0.21554511642991026f,-0.4717156390835653f,0.0529210332460304f,-0.029435579164133124f,0.9282466108333454f,-0.37079883515955114f,1.1462398459387442f,0.5177923213529455f,-0.3031477070004396f,-0.7999953622917471f,-0.20553381954428673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.829286031754478f,0.23333618417133042f,-0.5077783991991722f,0.05708673565215848f,0.17429993691018617f,0.9713273168472663f,0.1616872769867671f,1.1338766847621524f,0.5309465222882772f,0.045579257372772186f,-0.8461786583029204f,-0.19854866089899248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.863564072594436f,-0.005905277887976576f,-0.504204542043383f,0.0580647748552376f,-0.09273901397562512f,0.9847340945312629f,0.1473032190908359f,1.1445257761742453f,0.4956375367251159f,0.1739651998554877f,-0.8509286347445946f,-0.19690865920689496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8588672916485268f,0.09040070689571603f,-0.5041574035250096f,0.0580647748552376f,0f,0.9843014353816343f,0.1764955645495219f,1.1445257761742453f,0.51219817974718f,0.1515862675126256f,-0.8453843079719816f,-0.19690865920689496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8618818372830054f,0.16018247255135887f,-0.4811457929245607f,-0.10886663844419722f,0.228691025048388f,0.9696169104281845f,-0.08685310630034868f,1.1948518310057483f,0.4526147518850756f,-0.18489083941351792f,-0.8723274980630704f,-0.0985520637318386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.84153441322895f,-0.15458065273070598f,-0.5176143865395899f,0.22395283983193257f,-0.10469345276734776f,0.9866865391401258f,-0.12445462798679766f,1.1665316938130537f,0.5299614252934436f,-0.05054201500761478f,-0.846514260021597f,-0.2970147684124373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8588672916485268f,0.013344471108674046f,-0.5120243162459712f,0.04902734211540381f,0f,0.9996605542384109f,0.02605333567421277f,1.003078328775246f,0.51219817974718f,0.022376357848921065f,-0.8585757527866092f,-0.19680997744408946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8588672916485268f,0.01161886658204382f,-0.5120663797552747f,0.05833333333333335f,0f,0.9997426777424895f,0.022684318378052164f,1.2264583333333334f,0.51219817974718f,0.019482819088250565f,-0.8586462859781379f,-0.19645833333333332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8207360045093868f,-0.5204798093199815f,-0.2355699025601626f,-1.766649600103516f,0.17242317807259053f,0.6187717310398837f,-0.7664148958163938f,1.0634420994955402f,0.5446674752225585f,0.5884065881311509f,0.5975910210825982f,0.50988265984053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6407565775576813f,-0.5204798093199815f,-0.5643861943800571f,-1.6964296497444826f,-0.17244207559694605f,0.6187717310398837f,-0.7664106441260606f,1.0634411915311492f,0.7481274883870964f,0.5884065881311509f,0.30672943804511776f,0.5719972400190235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7490128038296895f,-0.5204798093199815f,-0.4099763258889757f,-1.6700431760406529f,-0.000009684953503452665f,0.6187717310398837f,-0.7855708400724327f,1.1812772715242097f,0.6625555219039303f,0.5884065881311509f,0.46346290837398113f,0.4714205136736796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.29450076620621f,0.30446757435449806f,0.9058525237976898f,1.0933018256102924f,-0.10287938499002056f,0.9322807434414578f,-0.34679741572324013f,2.4349069185966465f,-0.9500974322920943f,-0.19532565518879205f,-0.2432339564638103f,-0.3082396702262451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7448124154699169f,0.30446757435449806f,0.5937625467546406f,1.144168696674593f,0.10518841060675319f,0.9322807434414578f,-0.3461040503696364f,2.4347939084757306f,-0.6589308492064199f,-0.19532565518879205f,-0.7264007326463652f,-0.22948936129453099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5425799580192041f,0.30446757435449806f,0.7828834429993826f,1.0013027446925353f,0.001205441289767517f,0.9322807434414578f,-0.3617335515535428f,2.48911044626922f,-0.8400032952716175f,-0.19532565518879205f,-0.5062038644241008f,-0.19293393609677292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013419801432008234f,0f,-0.000008003096558549687f,0.4042707072320463f,0f,0.000015625f,0f,1.3925808333333334f,0.000008003096558549687f,0f,-0.000013419801432008234f,0.39770972003735416f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58.mcfunction new file mode 100644 index 000000000..69066ce61 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..65324b838 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.34229700015250614f,-0.08243069468662181f,-0.7368733871599114f,-0.12235626107902395f,-0.12579704170847375f,0.806294499245082f,-0.031760497933174585f,1.349292456178274f,0.730720406467779f,0.10019383965617656f,-0.35064701126768577f,-0.4793611059495149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3406883790914238f,0.053716270270998775f,-0.7218351547688928f,-0.12235626107902395f,0.18840904592647023f,0.776874542430702f,-0.031112324505966946f,1.349292456178274f,0.6988801469244463f,-0.18324985028987167f,-0.34349094981324324f,-0.4793611059495149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7947859267538007f,0.11806770462991142f,-0.14601298641549196f,-0.17949789468976826f,0.12559841241193134f,0.8063295229492214f,-0.0316572845412772f,1.3492824744942482f,0.13958801480839628f,-0.053265016552602205f,-0.8028838450099406f,-0.4356256458875011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7635614742025404f,-0.19109002842852246f,-0.1430331295498697f,-0.17949789468976826f,-0.18860193983629575f,0.7768317788804373f,-0.03101121750982256f,1.3492824744942482f,0.14629826862827058f,0.004121693419182358f,-0.7864984604179011f,-0.4356256458875011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2060568118377825f,1.5385572943749732f,0.17829271499646007f,0.19712567581888651f,0.7534643409874955f,-0.2567200218754101f,1.3445417684953362f,1.59222933630507f,1.3532325473308446f,-0.09133746380237083f,-0.7757740589570021f,0.33052252552063116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9778313018508069f,-0.10030904436526127f,-0.1838043545166541f,-0.05034210277570417f,0.09393042941551757f,0.994644970805806f,-0.04310981884134167f,1.5920710334282935f,0.1871443815629319f,0.024889308331990267f,0.9820170582938885f,0.2975723759539076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.469216034834704f,-0.10030904436526127f,-0.8773678865062966f,-0.16893654027900515f,0.025231364704730502f,0.994644970805806f,-0.10022355155278477f,1.5899447610191624f,0.8827228845391596f,0.024889308331990267f,0.4692343033513433f,0.004988209698652657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7148313603399293f,0.6871890272722069f,-0.12956607222280214f,0.4979323298885282f,0.6609355062858346f,0.6033967645558771f,-0.44618000969808863f,1.3511209673193805f,-0.2284302580772813f,-0.4045782808310123f,-0.8855145576864161f,-0.5043244879713126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6307631649379333f,0.5969845608055871f,-0.4957290226698876f,0.28430635620539485f,0.6945576117425886f,0.7192211541058793f,-0.017625420762019554f,1.5738252759770122f,0.34601669573578836f,-0.3554298322402989f,-0.8682983822544643f,-0.3798168487892518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7940967861498821f,-0.26308917394425013f,-0.5478999733343309f,0.06272316646098333f,-0.00013871537623791466f,0.9015390941582653f,-0.432697633992074f,1.2489053351271684f,0.6077913087437767f,-0.3435277983768221f,-0.7159457917733022f,0.07870226090858773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7940967861498821f,-0.05509440379098488f,-0.6052891052194351f,0.04860990884255221f,-0.00013871537623791466f,0.9958994971644377f,-0.09046641534660485f,1.4350710757495841f,0.6077913087437767f,-0.07175512677527607f,-0.7908482324675141f,0.06030537318530152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7940967861498821f,-0.2698225099782665f,-0.5446155592116855f,0.31366318229201046f,-0.00013871537623791466f,0.8961372504924071f,-0.4437769811943302f,1.2495768008365085f,0.6077913087437767f,-0.3523263279815132f,-0.7116571390962014f,-0.10759399759433837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7940967861498821f,-0.06999791076409645f,-0.6037471214963184f,0.2967651545143904f,-0.00013871537623791466f,0.9933669130776424f,-0.11498763742524612f,1.4351144243046585f,0.6077913087437767f,-0.09122756431724494f,-0.7888391829291126f,-0.12962941079712872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9957360000719412f,0.033481456307899726f,-0.08595818893062745f,0.3576871809610905f,0.03685979249179103f,0.9985969277743882f,-0.038020146462301944f,2.112355596550097f,0.08456461351057754f,-0.04102642956747501f,-0.9955730300780308f,-0.2237698101177785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9957360000719412f,0.033481456307899726f,-0.08595818893062745f,0.3827835187130545f,0.03685979249179103f,0.9985969277743882f,-0.038020146462301944f,1.9825843496290152f,0.08456461351057754f,-0.04102642956747501f,-0.9955730300780308f,-0.31514765099830616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9957360000719412f,0.033481456307899726f,-0.08595818893062745f,-0.22730771908117503f,0.03685979249179103f,0.9985969277743882f,-0.038020146462301944f,2.134010724639024f,0.08456461351057754f,-0.04102642956747501f,-0.9955730300780308f,-0.1740880996803142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9957360000719412f,0.033481456307899726f,-0.08595818893062745f,-0.27689158133460656f,0.03685979249179103f,0.9985969277743882f,-0.038020146462301944f,2.0070039621548266f,0.08456461351057754f,-0.04102642956747501f,-0.9955730300780308f,-0.2591235945475485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9782388998453709f,0.1888407343355431f,-0.08595249783997654f,0.26129034774689197f,0.19262108902399983f,0.9805381961299223f,-0.03797317465640254f,2.2217766887911314f,0.07710882499770477f,-0.05370310033778462f,-0.9955753141383042f,-0.24159263889219706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9957363549474727f,0.03348551255378522f,-0.08595249783997654f,0.14693389011319014f,0.0368596356186453f,0.9985987208426488f,-0.03797317465640254f,2.236085627889741f,0.08456050317956709f,-0.04097944826904395f,-0.9955753141383042f,-0.2322655019068391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9580570548897377f,0.2733863028678062f,-0.08594538370543582f,0.12454715309236117f,0.27734799387444564f,0.960021137284732f,-0.037914459779213885f,2.2325932019218153f,0.07214409102499579f,-0.06016099542728117f,-0.9955781660720446f,-0.23020679494967183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956474186509171f,-0.03605008673347328f,-0.08594538370543582f,0.15386543024500693f,-0.03288922952446681f,0.9987396018587311f,-0.037914459779213885f,2.2415075050315085f,0.08720387786705634f,-0.034922756557461875f,-0.9955781660720446f,-0.23307723914337447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9890288227779616f,0.120147320961248f,-0.08594538370543582f,0.21222683383765606f,0.12375298679879054f,0.991588469072744f,-0.037914459779213885f,2.342783381670173f,0.08066713068417716f,-0.04813449145681407f,-0.9955781660720446f,-0.27336108097872974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9890288227779616f,0.1201422316652582f,-0.08595249783997654f,0.18519483171297302f,0.12375298679879054f,0.9915862223048948f,-0.03797317465640254f,2.119676481651572f,0.08066713068417716f,-0.04819344255807742f,-0.9955753141383042f,-0.2625175564031623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9887144912881897f,-0.12269818447109532f,-0.08595818893062745f,-0.12752147533839148f,-0.1198089889063063f,0.9920686844368354f,-0.038020146462301944f,2.236170844309914f,0.08994143035323017f,-0.027292506064181606f,-0.9955730300780308f,-0.20857737014811917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9957360000719413f,0.033481456307899726f,-0.08595818893062745f,-0.012490206803857401f,0.03685979249179103f,0.9985969277743884f,-0.038020146462301944f,2.241988392129999f,0.08456461351057754f,-0.041026429567475015f,-0.9955730300780308f,-0.21873138520113838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9742582827464045f,-0.20840342668918327f,-0.08595818893062745f,0.00960640350539832f,-0.2058175625809796f,0.9778515221628533f,-0.038020146462301944f,2.2368514498628267f,0.09197787469414459f,-0.019349737672551992f,-0.9955730300780308f,-0.22044303995155848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9909748888934252f,0.1028589293082045f,-0.08595818893062745f,-0.019042051094932816f,0.10642860426310602f,0.9935931867004685f,-0.038020146462301944f,2.2479114895079926f,0.08149675930532962f,-0.04682542048906249f,-0.9955730300780308f,-0.21839189464707223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.994865025163538f,-0.05343006140853211f,-0.08595818893062745f,-0.075760932121932f,-0.05031392709262223f,0.9980095075716979f,-0.038020146462301944f,2.353443568978151f,0.08781850856665271f,-0.03350001991607f,-0.9955730300780308f,-0.2489139075066336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.994865025163538f,-0.05343006140853211f,-0.08595818893062745f,-0.06373916830501229f,-0.05031392709262223f,0.9980095075716979f,-0.038020146462301944f,2.1288914297745194f,0.08781850856665271f,-0.03350001991607f,-0.9955730300780308f,-0.24137640302551788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9957360000719412f,0.033481456307899726f,-0.08595818893062745f,0.04625477875026385f,0.03685979249179103f,0.9985969277743882f,-0.038020146462301944f,1.6136911598056185f,0.08456461351057754f,-0.04102642956747501f,-0.9955730300780308f,-0.19980927737107068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7940967861498821f,-0.02661935132599314f,-0.6072081227729187f,0.05623703549751128f,-0.00013871537623791466f,0.9990483687137388f,-0.043615796776644206f,1.2390480215379664f,0.6077913087437767f,-0.034550934942494387f,-0.7933447913171968f,-0.18685267676763528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8721075845212243f,-0.04227821870228832f,-0.4874842697399756f,0.24935664247605716f,-0.037379675107796224f,0.99910540185872f,-0.019777660770705474f,0.6320530690098334f,0.4878843314858466f,0.0009737556608214182f,-0.8729077447763433f,-0.12128617249721496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8721075845212243f,-0.25566204287320854f,-0.4172113143893074f,0.15468323440793058f,-0.037379675107796224f,0.8849628938676034f,-0.46415884820426784f,0.9402549929554092f,0.4878843314858466f,-0.38920122855840866f,-0.781339415861784f,-0.26690451860731895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8494091918378018f,0.1855356770824765f,-0.4940450762339399f,0.0436908961465048f,0.22885313186374331f,0.9730570318106102f,-0.028040272468024485f,0.8059013182860243f,0.4755315645229122f,-0.13688142815397542f,-0.8689840077751256f,0.11637784213649588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8494091918378018f,-0.29483670296769243f,-0.437693206943623f,-0.07609780492152288f,0.22885313186374331f,0.5415492379736981f,-0.8089194440030867f,0.9508949923634014f,0.4755315645229122f,-0.7872710723970795f,-0.39252259770507975f,-0.16737173464271432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8947449722750147f,0.005108162393523857f,-0.44654825188947345f,0.05479326393809029f,0.2040025267168054f,0.8941796590597826f,-0.3985294298002222f,1.1478544870315706f,0.39725861058225326f,-0.4476791753038022f,-0.8011048322894858f,-0.19032409974328465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8472550921246927f,-0.31108165967515566f,-0.4305659181618177f,0.042001955012018075f,-0.10794867984458337f,0.8944950673816963f,-0.43384980920777916f,1.1302995302231846f,0.5201018086765226f,-0.32110243761697804f,-0.7914463552053574f,-0.20343789008491747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8690800076274592f,-0.21306932796071515f,-0.4464318557457844f,0.051514831742394976f,-0.027852784104764623f,0.9221269777390313f,-0.38588347897194764f,1.1620429711333098f,0.49388679144098296f,-0.32292924675267387f,-0.8073366948379602f,-0.19529291270955448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.846872149421388f,0.2163396214119605f,-0.48580318107411335f,0.05551030029720252f,0.17037138284284384f,0.975736550992442f,0.1375200893164007f,1.1516414072604046f,0.5037669644216614f,0.0336949738789523f,-0.8631821906716342f,-0.18815160770666095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8757944507089632f,-0.021701144418173078f,-0.4821961638569173f,0.056269856709213445f,-0.09274024240588444f,0.9879415948058017f,0.12397843639547468f,1.1617805575554228f,0.47369117317708526f,0.15329861572600895f,-0.8672463357493105f,-0.1867940137397289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8726967406002113f,0.07404675372023199f,-0.48261524759301055f,0.056269856709213445f,0f,0.988433713356402f,0.15165353375531404f,1.1617805575554228f,0.48826263316556145f,0.13234754460876663f,-0.8626028799454954f,-0.1867940137397289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8755371614976744f,0.1529094449281843f,-0.4583158086825612f,-0.11344982684979418f,0.22294863830347245f,0.9694293290722233f,-0.10247282865816879f,1.2101420922829011f,0.42863572356398727f,-0.19189965499274242f,-0.8828623555789676f,-0.09332754253655505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8551706797806247f,-0.1630843934351392f,-0.4920229558277104f,0.224536345474353f,-0.10564915745652984f,0.9841299620128928f,-0.1425709416298695f,1.1833780673335377f,0.5074656283653798f,-0.06994067833811025f,-0.8588288173677774f,-0.28285785421493514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8726967406002113f,-0.00009497778819585721f,-0.4882626239279302f,0.04878724223529891f,0f,0.9999999810806098f,-0.00019452192681648837f,1.020573060950739f,0.48826263316556145f,-0.00016975865150802212f,-0.8726967240893211f,-0.1841674626781981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8726967406002113f,0.0005548806508693992f,-0.4882623178714808f,0.05572916666666669f,0f,0.9999993542531022f,0.0011364389023012717f,1.2440104166666666f,0.48826263316556145f,0.0009917665259296018f,-0.8726961770589983f,-0.18776041666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8146959064453113f,-0.5133471820599145f,-0.2697132749650961f,-1.542570148724095f,0.1585690586548745f,0.6445988420554364f,-0.7478958393105938f,1.0007776354766262f,0.5577870863139083f,0.5665394986158825f,0.6065530173443249f,0.6691420939576767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6351350390759237f,-0.5133471820599145f,-0.5771292340621552f,-1.473098388565081f,-0.15859122149312685f,0.6445988420554364f,-0.7478911399970644f,1.0007765734966843f,0.755944645197876f,0.5665394986158825f,0.3279949540842384f,0.7320923682960832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7410321083628163f,-0.5133471820599145f,-0.43283493972472264f,-1.4429090276858796f,-0.000011327786048564992f,0.6445988420554364f,-0.7645209825063481f,1.1154552518626075f,0.6714695929430017f,0.5665394986158825f,0.4776626238895231f,0.6289678375434514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.38597728689840866f,0.2193315644792084f,0.8960553547753881f,1.046866113411821f,-0.08755588745733331f,0.9582304427758971f,-0.2722652844360938f,2.4388284459751324f,-0.9183438901468789f,-0.1835431376015218f,-0.350651416750719f,-0.2983536788956264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8274842886193383f,0.2193315644792084f,0.51687853206653f,1.1064594138395432f,0.08303765330985033f,0.9582304427758971f,-0.2736771212036209f,2.439050337207938f,-0.5553147757992231f,-0.1835431376015218f,-0.8111334146849382f,-0.2259820559456603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6356618712290358f,0.2193315644792084f,0.7401538017795382f,0.9656396933587513f,-0.002366839816592081f,0.9582304427758971f,-0.28598744134452986f,2.4818375077932147f,-0.7719639781329721f,-0.1835431376015218f,-0.6085914336437094f,-0.17087915237408693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013635886571878302f,0f,-0.000007629103643211898f,0.3851110382427082f,0f,0.000015625f,0f,1.4101329166666665f,0.000007629103643211898f,0f,-0.000013635886571878302f,0.41574262805085105f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59.mcfunction new file mode 100644 index 000000000..35dbee97f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..8a1ff8e72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3794656368010568f,-0.08565718683074879f,-0.718062059487796f,-0.11416875399166793f,-0.12402628807240347f,0.8066106994192819f,-0.030677416673547106f,1.3668052654669889f,0.7124378953976227f,0.0947969955801524f,-0.3878017783286031f,-0.4774007496340873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3755364454481504f,0.06472975408673516f,-0.7034077317431472f,-0.11416875399166793f,0.19013015705410702f,0.7764969027145833f,-0.030051346945515534f,1.3668052654669889f,0.6803108859328572f,-0.1812804981528072f,-0.3798874563218969f,-0.4774007496340873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7976788063961675f,0.12190513869596492f,-0.12566663610659554f,-0.17199601189190286f,0.12832822705343522f,0.8058521515075645f,-0.032842358264832686f,1.367016598355119f,0.11910009408960141f,-0.051825587450517116f,-0.8062714930578295f,-0.43655141967308775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7676181547558204f,-0.18870151935420898f,-0.12310201087993033f,-0.17199601189190286f,-0.185952435819994f,0.7774230812141961f,-0.03217210605534631f,1.367016598355119f,0.12721658736925934f,-0.002255967384188824f,-0.7898169727913432f,-0.43655141967308775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12958476367971805f,1.5194839332367764f,0.34026844646156595f,0.1433063154913295f,0.9078819352493781f,-0.2036725866928072f,1.2552585865381305f,1.607911738557632f,1.2650551097362976f,0.3018150163016365f,-0.8659962559185389f,0.38330989546114513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9313679084729277f,-0.1433805347380979f,-0.3346577973467546f,-0.09564108609004905f,0.11671917682532482f,0.9882609017185118f,-0.09857496586726512f,1.6012095356346143f,0.34486294789087296f,0.052748577163095375f,0.9371697470465457f,0.3112957141133256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.34997057559517164f,-0.1433805347380979f,-0.9257227546494694f,-0.17865008163688478f,0.0007752927265894036f,0.9882609017185118f,-0.15277365301550533f,1.6081147658688868f,0.9367603723144852f,0.052748577163095375f,0.3459733984983479f,0.0036604256871831664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6638611150559038f,0.7430809097625888f,-0.08437524200341867f,0.5119653316053495f,0.6771735531057531f,0.5494001823983384f,-0.4894848501790451f,1.3631118970959593f,-0.3173710744394672f,-0.3820866408644457f,-0.8679201576078659f,-0.4599146359497674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6523822550975229f,0.6277006611385808f,-0.42472258385922845f,0.2901086513066108f,0.710377941177325f,0.7017424068587842f,-0.054044195846597365f,1.5910990647330099f,0.2641222707810447f,-0.33697102905476783f,-0.903708997219368f,-0.36215540882104214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8167639509426f,-0.2550020046796261f,-0.5175621953446815f,0.05164994982898779f,0.0029849086908298517f,0.8951522820777742f,-0.44575047079174257f,1.267256750281759f,0.5769642439187559f,-0.3656177915533171f,-0.7303669569051805f,0.09002108449401908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8167639509426f,-0.05690656803696776f,-0.5741587680728112f,0.037391476021601276f,0.0029849086908298517f,0.9946941334314803f,-0.10283322049368915f,1.4531191926720761f,0.5769642439187559f,-0.08570427895531378f,-0.812260449491423f,0.06887490438057636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8167639509426f,-0.2570191173405843f,-0.5165634731202944f,0.3077254095385637f,0.0029849086908298517f,0.8934065610934567f,-0.4492391422341455f,1.266528562026131f,0.5769642439187559f,-0.36846423152950736f,-0.7289350940396738f,-0.08909681284879044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8167639509426f,-0.06138448380744962f,-0.5736973013605059f,0.29263021069116374f,0.0029849086908298517f,0.9938615422965729f,-0.11059080008746167f,1.4521864087061918f,0.5769642439187559f,-0.09203901287807505f,-0.8115670528968559f,-0.11142642184403484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.996071063898766f,0.03572791805640225f,-0.08103055926584546f,0.35803358606538876f,0.03851319443448286f,0.9987105810785138f,-0.03307429661034043f,2.1294229695184037f,0.07974440117044207f,-0.03606509549650552f,-0.9961627072766757f,-0.21143455622380247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.996071063898766f,0.03572791805640225f,-0.08103055926584546f,0.38332364627336923f,0.03851319443448286f,0.9987105810785138f,-0.03307429661034043f,2.000039186785077f,0.07974440117044207f,-0.03606509549650552f,-0.9961627072766757f,-0.3033070881378192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.996071063898766f,0.03572791805640225f,-0.08103055926584546f,-0.2271581639751363f,0.03851319443448286f,0.9987105810785138f,-0.03307429661034043f,2.1520494712486626f,0.07974440117044207f,-0.03606509549650552f,-0.9961627072766757f,-0.16458472053616777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.996071063898766f,0.03572791805640225f,-0.08103055926584546f,-0.2765734335595632f,0.03851319443448286f,0.9987105810785138f,-0.03307429661034043f,2.025554178097922f,0.07974440117044207f,-0.03606509549650552f,-0.9961627072766757f,-0.2504764223624013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.978218413860674f,0.19111196220765853f,-0.08102439561666516f,0.2619513840536259f,0.19427190466848634f,0.9803916656910096f,-0.03302436827686458f,2.2391271595386475f,0.07312429035816972f,-0.048045808815607716f,-0.9961648650774972f,-0.22921507223862425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9960714194964008f,0.03573198255596523f,-0.08102439561666516f,0.14757897054390617f,0.038513049394000104f,0.9987122388988178f,-0.03302436827686458f,2.25362769108766f,0.07974002940055248f,-0.036015125938012024f,-0.9961648650774972f,-0.220393154206938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.957838694697109f,0.27564711273332276f,-0.08101669076629703f,0.12517502560184213f,0.2789797300863713f,0.9597311183569756f,-0.03296195774228536f,2.2501716114483274f,0.06866837075302072f,-0.054174253101004405f,-0.9961675587766718f,-0.21846402591282232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9961383744363134f,-0.03383245176835212f,-0.08101669076629703f,0.15452552309607415f,-0.031247735389873008f,0.9989680116874614f,-0.03296195774228536f,2.2590389211323525f,0.08204826633381195f,-0.03030308288841016f,-0.9961675587766718f,-0.22114446259528045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9891668195435218f,0.12241445556564112f,-0.08101669076629703f,0.2132956004087587f,0.1254100025860515f,0.9915572805406464f,-0.03296195774228536f,2.3603858905117776f,0.07629766946323241f,-0.042765178304379f,-0.9961675587766718f,-0.2606478085487182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9891668195435218f,0.12240935597048232f,-0.08102439561666516f,0.18575349531540022f,0.1254100025860515f,0.9915552038849277f,-0.03302436827686458f,2.137285969637669f,0.07629766946323241f,-0.04282787899967934f,-0.9961648650774972f,-0.2510115357737904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.98939685396516f,-0.1205317959250101f,-0.08103055926584546f,-0.12699125973670727f,-0.11819372237902318f,0.9924395875285917f,-0.03307429661034043f,2.2541670369804736f,0.08440443918440757f,-0.023146301587297052f,-0.9961627072766757f,-0.19808230751142497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9960710638987661f,0.03572791805640225f,-0.08103055926584546f,-0.011898758416386115f,0.03851319443448285f,0.9987105810785138f,-0.03307429661034043f,2.25979528300585f,0.07974440117044207f,-0.03606509549650553f,-0.9961627072766757f,-0.20763110908595334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9751268620301922f,-0.20630475373150112f,-0.08103055926584546f,0.010195632033048033f,-0.2042407689649445f,0.9783617936102877f,-0.03307429661034043f,2.2546209186087918f,0.08610058791761617f,-0.01570189133338129f,-0.9961627072766757f,-0.20925652864853048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9911524312716317f,0.10512329165983295f,-0.08103055926584546f,-0.01844010814685791f,0.10808590665549031f,0.9935912276616534f,-0.03307429661034043f,2.265730221190121f,0.0770343739300491f,-0.04153993096298834f,-0.9961627072766757f,-0.2072960681145287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9953946060135882f,-0.051221350861902784f,-0.08103055926584546f,-0.07478907460321937f,-0.04867672238163483f,0.9982668318650642f,-0.03307429661034043f,2.371524305415929f,0.08258422983375874f,-0.028977674405814193f,-0.9961627072766757f,-0.23759541222248803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9953946060135882f,-0.051221350861902784f,-0.08103055926584546f,-0.06326427065929127f,-0.04867672238163483f,0.9982668318650642f,-0.03307429661034043f,2.14691426824629f,0.08258422983375874f,-0.028977674405814193f,-0.9961627072766757f,-0.23107543548117984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.996071063898766f,0.03572791805640225f,-0.08103055926584546f,0.04546625930120599f,0.03851319443448286f,0.9987105810785138f,-0.03307429661034043f,1.631294517908314f,0.07974440117044207f,-0.03606509549650552f,-0.9961627072766757f,-0.1914300395831299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8167639509426f,-0.022606953519687965f,-0.5765289013511751f,0.05394386687108898f,0.0029849086908298517f,0.9990531543150308f,-0.043403746074440655f,1.2566495850401775f,0.5769642439187559f,-0.03717150125762722f,-0.8159231218279777f,-0.17749072661151968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8856101780117503f,-0.0690470413299378f,-0.4592680248891468f,0.2580470146926358f,-0.04281509118054014f,0.9968135935769213f,-0.0673017654112163f,0.6638485990187641f,0.46245159808265135f,-0.03993952608439699f,-0.8857445194224777f,-0.0838864131856113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8856101780117503f,-0.2741585387803619f,-0.3748755903173917f,0.1573642337200002f,-0.04281509118054014f,0.8519323438906118f,-0.5218986006881513f,0.9573864949944042f,0.46245159808265135f,-0.4461483800787192f,-0.7662180775627373f,-0.24952070684214028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.866309806581325f,0.17457584439585666f,-0.46800704436418616f,0.03732240214212407f,0.22545998601082998f,0.9727272026254439f,-0.0544938893865623f,0.829621612080081f,0.4457298663193032f,-0.15272545244965618f,-0.8820429821981604f,0.13359111091666162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.866309806581325f,-0.2791094902761591f,-0.41425259378646057f,-0.0761060728347712f,0.22545998601082998f,0.5215461870641618f,-0.8228957221099346f,0.9674351531084201f,0.4457298663193032f,-0.8062800178577026f,-0.38889255466562883f,-0.1565748596035865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9078983914900602f,0.006561947831495908f,-0.4191389406514482f,0.0531523247142834f,0.19747576124199376f,0.8886729979464981f,-0.4138400976738214f,1.1645054853273455f,0.36976186181332515f,-0.4584945403834595f,-0.8081206110395303f,-0.1798428674756698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8612310334820594f,-0.3113852759254289f,-0.401647005347069f,0.04140468770794213f,-0.10800413322029812f,0.8843997909522461f,-0.4540617986254241f,1.1455820846293907f,0.49660468601771773f,-0.34767257542185814f,-0.7953034427970097f,-0.19277341376868645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8835229939745574f,-0.20931583649706068f,-0.4190155124929985f,0.05012109800618359f,-0.026155439801400452f,0.9152432379738458f,-0.4020518726631494f,1.177759665201084f,0.4676569384570593f,-0.34426253925555966f,-0.8141131935905993f,-0.1848283373811175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8647040264080116f,0.19898625605816475f,-0.4611847965986383f,0.053900236644821825f,0.16600666701040576f,0.9798011993998228f,0.11149617106773035f,1.1694732902494993f,0.4740556224978976f,0.019851437092131014f,-0.880271087349521f,-0.17757447261590853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8883717616036925f,-0.03745552796457189f,-0.457594467416344f,0.054457281089781956f,-0.09268047172724955f,0.9907788562617288f,0.09883110919702713f,1.1790521116660366f,0.4496731516841615f,0.13020883767853617f,-0.8836513538974733f,-0.17650525408271184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8868597772581676f,0.05769853355968395f,-0.4584218741581335f,0.054457281089781956f,0f,0.992172086024208f,0.12487814746532355f,1.1790521116660366f,0.4620386731450016f,0.11074940604550945f,-0.8799175152132007f,-0.17650525408271184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8894244022000287f,0.14568391137346287f,-0.4332440775568096f,-0.11808817541369371f,0.21679723409181131f,0.9689038728070201f,-0.11926543736430123f,1.225295335763194f,0.4023968092085997f,-0.20000370803184309f,-0.8933506168981199f,-0.08836030595271492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8691916528018842f,-0.17113223399413252f,-0.46391769656665016f,0.22518452278414916f,-0.10666201240002479f,0.9810032731866133f,-0.1620363943931357f,1.200199504152768f,0.48283442898192963f,-0.09135828635284457f,-0.8709331648894567f,-0.26814017323534517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8868597772581676f,-0.013129682804790616f,-0.4618520833676505f,0.04847101337679508f,0f,0.9995961598277455f,-0.028416848129658896f,1.0381792403056234f,0.4620386731450016f,-0.025201759602648463f,-0.8865016276529541f,-0.17108683329898877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8868597772581676f,-0.010180052079997774f,-0.46192651149424424f,0.05312500000000001f,0f,0.9997572461846237f,-0.022032900429533892f,1.2615625000000001f,0.4620386731450016f,-0.019540093167287814f,-0.8866444886635344f,-0.17906249999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8073012863628459f,-0.504584711344271f,-0.3060374194678054f,-1.3154366157575206f,0.14423571611519423f,0.6715643114227345f,-0.726771926961991f,0.9398459453007537f,0.5722418118537229f,0.5425823851738345f,0.6149338696684719f,0.7969767650857118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6292273836280773f,-0.504584711344271f,-0.5911574822077309f,-1.2467858126250126f,-0.14426051786031494f,0.6715643114227345f,-0.7267670043486993f,0.9398447600409277f,0.763715786585061f,0.5425823851738345f,0.3497750028515965f,0.8608213398580195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.732275233413419f,-0.504584711344271f,-0.4573480639588865f,-1.2125090045974336f,-0.000012642771478721393f,0.6715643114227345f,-0.7409462702945935f,1.0509872932150297f,0.6810087975712819f,0.5425823851738345f,0.4917635335500078f,0.7551345224393644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4803026335195849f,0.1265468912426999f,0.8679258404673525f,0.9986824922356884f,-0.08347837996975974f,0.9784498180018167f,-0.18885791942578464f,2.4410398855878257f,-0.8731212632342522f,-0.16316199915734064f,-0.4593880948818812f,-0.290239142200565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8995392434741202f,0.1265468912426999f,0.41810887788567286f,1.0667126192432173f,0.04386371183606768f,0.9784498180018167f,-0.20177197138397138f,2.442993001339297f,-0.43463217119073305f,-0.16316199915734064f,-0.8857048254339648f,-0.2257631803372408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7256546880803085f,0.1265468912426999f,0.6763217858267462f,0.9312492878654409f,-0.020833234682360924f,0.9784498180018167f,-0.20543108329773618f,2.472831105958222f,-0.6877435932087921f,-0.16316199915734064f,-0.7073803164007606f,-0.1518941138087888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001385718401965887f,0f,-0.00000721935426789065f,0.36437567734482784f,0f,0.000015625f,0f,1.427685f,0.00000721935426789065f,0f,-0.00001385718401965887f,0.43398836098841426f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..1c94df232 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.34955383747149454f,-0.039149536482436936f,-0.7370372262963429f,-0.20506144171349455f,-0.20048757328155037f,0.7898902365397621f,0.05312806813048973f,1.3063885352126896f,0.7103247793179337f,0.20367909184993271f,-0.3477038680753491f,-0.45895563138685747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.33103103505040854f,0.09560719039009262f,-0.7219956502494789f,-0.20506144171349455f,0.11466273446500676f,0.7900277830134038f,0.05204382184211239f,1.3063885352126896f,0.7192154831192545f,-0.08194734414634043f,-0.34060787076768895f,-0.45895563138685747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7406039767932104f,0.15307469940259802f,-0.30825043455821816f,-0.2512153911520685f,0.13249613266690138f,0.8018789619773621f,0.07987083078863973f,1.3035099854547347f,0.31763968396729186f,0.022421221763251203f,-0.7520284332578433f,-0.41543475831480803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7276486601449977f,-0.1390964474831834f,-0.3019596093631525f,-0.2512153911520685f,-0.18069093394579785f,0.775389683604589f,0.07824081383376953f,1.3035099854547347f,0.27906668339123725f,0.13936648398066614f,-0.736680914211765f,-0.41543475831480803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7054154774408558f,1.2756255980740006f,-0.5626496136364417f,0.08140256153760284f,1.2672608315518812f,0.8495416340602009f,0.3372465667916563f,1.2393937591822364f,0.5812445604057943f,-0.3040799163652069f,-1.4181313110787743f,0.46438406914993313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7941778101015741f,-0.13648932970144895f,-0.5921589894782625f,-0.12673125121929185f,-0.2192142851211419f,0.8444910874208493f,-0.4886511030025188f,1.3074477139648026f,0.5667686504572166f,0.5178855724427943f,0.6407556716210199f,0.3444598950745511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.21943630303364992f,-0.13648932970144895f,-0.9660322829950214f,-0.18536721048707697f,-0.48401800551348295f,0.8444910874208493f,-0.22926267381652324f,1.4783842694559874f,0.8470975618248903f,0.5178855724427943f,0.11924870903253043f,0.05509187063471577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.79725425105058f,0.5925260498000582f,-0.11531929365946536f,0.5116397837666526f,0.6022757095043114f,0.7679435411789957f,-0.2180061634508128f,1.392204352491345f,-0.04061562412246539f,-0.24326034997467866f,-0.9691102998149073f,-0.5098099688429402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8361300207671476f,0.3625485662843512f,-0.41163712837533356f,0.23160688873761526f,0.3855669611043229f,0.9222218184789469f,0.02906950336971345f,1.5075831065324041f,0.3901598478530397f,-0.13440779220917826f,-0.9108840971917048f,-0.37168888798443056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7268077597589874f,-0.3575461800226568f,-0.5864394337911868f,0.06731572130880387f,-0.04532986507944272f,0.8769300936771579f,-0.47847551048643067f,1.1292664445342167f,0.685343478619299f,-0.3211764934651613f,-0.6535671169508314f,0.09250223855565565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7268077597589874f,-0.15474654391386578f,-0.6691815803657748f,0.03411835944766795f,-0.04532986507944272f,0.9829720290279352f,-0.17807636979841907f,1.3124607226657143f,0.685343478619299f,-0.09909337664757312f,-0.7214463382806656f,0.06941319081998154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7268077597589874f,-0.3156736993439897f,-0.6100004884396424f,0.2765787321614306f,-0.04532986507944272f,0.9082345245761457f,-0.415999100599775f,1.1396904025738586f,0.685343478619299f,-0.27470013452931297f,-0.6744213463433492f,-0.14086031359477102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7268077597589874f,-0.058965549729375705f,-0.6843051543713773f,0.2612457843723515f,-0.04532986507944272f,0.9982539060524888f,-0.03787271290557831f,1.3266263055030403f,0.685343478619299f,0.003493278697923083f,-0.7282115855422359f,-0.1447566462485494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.975384964145006f,0.021213531149805873f,-0.2194861221489901f,0.3176314346270898f,0.005627358086335528f,0.9974322441774766f,0.07139503565410427f,2.0284506824597393f,0.22043707619366887f,0.06840251728729635f,-0.9729997898601765f,-0.1729754178589401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.975384964145006f,0.021213531149805873f,-0.2194861221489901f,0.33097985543733394f,0.005627358086335528f,0.9974322441774766f,0.07139503565410427f,1.9102539106018892f,0.22043707619366887f,0.06840251728729635f,-0.9729997898601765f,-0.28101085317650626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.975384964145006f,0.021213531149805873f,-0.2194861221489901f,-0.25540723180810126f,0.005627358086335528f,0.9974322441774766f,0.07139503565410427f,2.0317567553354614f,0.22043707619366887f,0.06840251728729635f,-0.9729997898601765f,-0.04346863559515962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.975384964145006f,0.021213531149805873f,-0.2194861221489901f,-0.3152126833087325f,0.005627358086335528f,0.9974322441774766f,0.07139503565410427f,1.9139820353340866f,0.22043707619366887f,0.06840251728729635f,-0.9729997898601765f,-0.13497129019820064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9600578292807948f,0.1735361824538238f,-0.2194861221489901f,0.21900834604516928f,0.16159085550200786f,0.9842718853559104f,0.07139503565410427f,2.137065385323892f,0.2284236411906121f,0.03307641270263075f,-0.9729997898601765f,-0.16524062703043468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975384964145006f,0.02121353114980587f,-0.2194861221489901f,0.10687239415081921f,0.005627358086335535f,0.9974322441774767f,0.07139503565410427f,2.147765079129361f,0.22043707619366887f,0.06840251728729636f,-0.9729997898601765f,-0.13916026142300458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9412798445156418f,0.2565503780792532f,-0.2194861221489901f,0.08499408928125546f,0.24676090074504184f,0.9664428626398174f,0.07139503565410427f,2.1435821814201046f,0.2304372195894249f,0.013042114857162862f,-0.9729997898601765f,-0.1345319498746832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9744887565236973f,-0.04687755958768239f,-0.2194861221489901f,0.11359719200763291f,-0.06396370602764287f,0.9953950940180278f,0.07139503565410427f,2.153393881406923f,0.21512858415400646f,0.08361280531081841f,-0.9729997898601765f,-0.14026419924059216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9698244488160004f,0.10614320827419664f,-0.2194861221489901f,0.16532353583499224f,0.0925378923716227f,0.9931462567816319f,0.07139503565410427f,2.259768043944854f,0.2255599187669629f,0.04892986795295227f,-0.9729997898601765f,-0.17624429693164329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9698244488160004f,0.10614320827419664f,-0.2194861221489901f,0.14144131397329804f,0.0925378923716227f,0.9931462567816319f,0.07139503565410427f,2.0363101361689875f,0.2255599187669629f,0.04892986795295227f,-0.9729997898601765f,-0.18725351722105754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9699990026846013f,-0.08438037018433478f,-0.22799536819513053f,-0.15640998461693922f,-0.14789527874596614f,0.9491450174375713f,0.27794014175373305f,2.1287637805149147f,0.1929479756709863f,0.3033210988391458f,-0.933149178686603f,-0.05834204548790543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9712567034101754f,0.06839976726835403f,-0.22799536819513053f,-0.04384647897661736f,0.0024045506019884644f,0.960595386069659f,0.27794014175373305f,2.1381670997033506f,0.23802233974398423f,0.26940299942524343f,-0.933149178686603f,-0.08304377439908926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9689535953335748f,-0.10546296335893832f,-0.22362131707350655f,-0.03037495076589658f,-0.21210713815587606f,0.8193190898739517f,0.5326601082411216f,2.1399874722613865f,0.12704130050287832f,0.5635546045661153f,-0.8162516251983005f,-0.12335580651004227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9541194787846681f,0.1991218891884651f,-0.22362131707350655f,-0.057162597972920344f,0.05145764669100367f,0.8447634696680368f,0.5326601082411216f,2.1482303381420413f,0.2949714067510562f,0.4967143581178585f,-0.8162516251983005f,-0.11063799442676475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9735222109433241f,0.047413198060580544f,-0.22362131707350655f,-0.10611992768615869f,-0.08132600379188036f,0.8424127789841507f,0.5326601082411216f,2.2530756359172988f,0.21363657436699524f,0.5367426743364725f,-0.8162516251983005f,-0.06709160613775864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9735222109433241f,-0.01651111388091219f,-0.22799536819513053f,-0.10240492706295345f,-0.08132600379188036f,0.9571496010076783f,0.27794014175373305f,2.0377169756905715f,0.21363657436699524f,0.2891228534883635f,-0.933149178686603f,-0.1321442481726403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.975384964145006f,0.021213531149805873f,-0.2194861221489901f,0.01550520005805272f,0.005627358086335528f,0.9974322441774766f,0.07139503565410427f,1.5235984359246317f,0.22043707619366887f,0.06840251728729635f,-0.9729997898601765f,-0.1643489293734578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7268077597589874f,0.027115861002452085f,-0.6863054789495838f,0.005336752182133189f,-0.04532986507944272f,0.9951481600631156f,0.08732320914210104f,1.1504178759009633f,0.685343478619299f,0.09457732077560294f,-0.7220522465229972f,-0.1998154246643089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7602344497729634f,-0.1858432595258728f,-0.6224996901743797f,0.321696893524987f,-0.1273400439688644f,0.9822500860402215f,-0.13772901537434018f,0.814861427908014f,0.6370463833822521f,-0.025437204303473515f,-0.7704056425395753f,-0.022645546860247612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7602344497729634f,-0.6390083931907982f,-0.11709762939579024f,0.12358849896398266f,-0.1273400439688644f,0.32332663274393086f,-0.9376803302621203f,0.8513322286134575f,0.6370463833822521f,-0.6979456726638438f,-0.3271754016264169f,-0.2517727136987336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7914952198049362f,-0.10367662288188087f,-0.6023175864058293f,0.07931369988437457f,0.058828050882508386f,0.9680075383314197f,-0.24392758385002306f,0.6196101993149986f,0.6083375522317364f,-0.2285006862163727f,-0.7600742456782403f,0.124286802522103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7914952198049362f,-0.41398569492115556f,-0.4496122345161255f,-0.08336811933100456f,0.058828050882508386f,0.6806316365948004f,-0.7302601150930048f,0.8582565070338666f,0.6083375522317364f,-0.6044472017198287f,-0.5143627152873427f,-0.11045290550294753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.838402658057187f,-0.2481957917105445f,-0.4852626422256502f,0.01435818383358393f,0.13166993592787823f,0.7717104993334198f,-0.6221944496628944f,1.036865883392684f,0.5289083199717999f,-0.5855439814358435f,-0.6143242098996821f,-0.18839463231560724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7106291721241035f,-0.5625107312180258f,-0.4225965652851109f,0.011810327248697586f,-0.1287095022582481f,0.6944503855438673f,-0.7079353968028497f,0.9985216554644967f,0.6916936054024536f,-0.44868735137346594f,-0.5658971787902983f,-0.18502286228062756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7847150974880847f,-0.3856713417334068f,-0.4852626422256502f,0.014654415235120172f,0f,0.7828627381659494f,-0.6221944496628944f,1.0362645721179207f,0.6198566090429832f,-0.48824537822376335f,-0.6143242098996821f,-0.18801961452964794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7868415339988107f,0.024009942523594327f,-0.6166878651590381f,0.01573837070181801f,0.10932166284946995f,0.9888633819337379f,-0.10098507762237402f,1.0616920103022158f,0.6073954020292096f,-0.14687659626565353f,-0.7807035871975938f,-0.18664736777561913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7722247656929779f,-0.15285610297274088f,-0.6166878651590381f,0.016282380645722565f,-0.11496607944317488f,0.9882230591698762f,-0.10098507762237402f,1.05304566521022f,0.6248613540841608f,-0.007084991807909072f,-0.7807035871975938f,-0.1859586716966588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7847150974880847f,-0.0625962677789472f,-0.6166878651590381f,0.01577042386579221f,0f,0.9948879404724951f,-0.10098507762237402f,1.0611825660905492f,0.6198566090429832f,-0.07924451503128305f,-0.7807035871975938f,-0.18660678967848204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.805605671828965f,-0.06565567393539304f,-0.588802882123628f,-0.1339210231979603f,0.15201845436439132f,0.9376586467409733f,-0.31254863897407664f,1.0916006319241056f,0.5726167051786589f,-0.34129986034567256f,-0.7454022499820894f,-0.06353822767345049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7399300376844478f,-0.37537144274234857f,-0.558211267627069f,0.16059069438773804f,-0.1627160287990698f,0.9050599062704937f,-0.3929250056098555f,1.0731657127316445f,0.6527074638030057f,-0.19990709350889085f,-0.7307599610410218f,-0.31584207753449256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7847150974880847f,-0.19084429322036195f,-0.5897462772408879f,0.027030437911795244f,0f,0.9514237141899905f,-0.30788458239561667f,0.9365423728854922f,0.6198566090429832f,-0.2416016800896546f,-0.746596552633074f,-0.15974831502975564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7847150974880847f,-0.13612058217475081f,-0.6047258906998051f,0.0027465820312500247f,0f,0.9755899701278673f,-0.21960011426660725f,1.1545257568359375f,0.6198566090429832f,-0.17232352507511522f,-0.765560178517287f,-0.203094482421875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.45833060733722675f,-0.47645069445514554f,-0.7502851392178167f,0.48382351232939314f,0.11225232026373937f,0.8684439796543799f,-0.48291248772160555f,1.2429046630859375f,0.8816646023138821f,0.13711232605157192f,0.45151715257721015f,-0.02759925856474242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08041547081648104f,-0.47645069445514554f,-0.8755158980889914f,0.5097505184767278f,-0.11225232026373937f,0.8684439796543799f,-0.48291248772160555f,1.2429046630859375f,0.9904205009231033f,0.13711232605157192f,0.01635363555778538f,0.06249431974268231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2765547322382368f,-0.47645069445514554f,-0.8345730739904367f,0.621972976501626f,0f,0.8684439796543799f,-0.49578730742331734f,1.317272759199435f,0.9609981686125304f,0.13711232605157192f,0.24017229225722575f,-0.018578313249613926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.17622088242929426f,-0.49815052499874307f,-0.8489948498308559f,0.013972563990989478f,-0.4308437581401608f,0.8145213363825499f,-0.3884953650292981f,2.2374330248036793f,0.885053589715054f,0.2973231356976138f,-0.3581607129647737f,-1.0428883240931555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.44024423045973704f,-0.49815052499874307f,-0.7470147736091908f,0.0007053436597378726f,-0.05782276213622306f,0.8145213363825499f,-0.5772447667640849f,2.261988604608937f,0.8960142553139718f,0.2973231356976138f,0.3297838796137351f,-1.1323873009873617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14151701686668366f,-0.49815052499874307f,-0.8554641946806607f,0.1356585830274628f,-0.2619261845894132f,0.8145213363825499f,-0.5176385480274992f,2.327356596910433f,0.9546557535381993f,0.2973231356976138f,-0.015210036665011029f,-1.085356307040507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012261173398251324f,0f,-0.000009685259516296614f,0.4232343195321807f,0f,0.000015625f,0f,1.3206482568359375f,0.000009685259516296614f,0f,-0.000012261173398251324f,0.3408709621769509f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6.mcfunction new file mode 100644 index 000000000..7be440b27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60.mcfunction new file mode 100644 index 000000000..ef6aa3eb0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..2bfd3f259 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4176756493454582f,-0.0890472016390551f,-0.6961049434306207f,-0.10504315271411008f,-0.12240257479336526f,0.8068924759809212f,-0.029775599637586074f,1.3843488998775182f,0.691020336945483f,0.08910427896614534f,-0.4260231987135429f,-0.47541497839977054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4113882831912195f,0.07598563012418848f,-0.681898720095302f,-0.10504315271411008f,0.19170528850253638f,0.7761432303167782f,-0.02916793433885983f,1.3843488998775182f,0.6587934143668563f,-0.1784036716215974f,-0.417328847719389f,-0.47541497839977054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8002284582915814f,0.12570215245302138f,-0.10381631785707159f,-0.16349034445150357f,0.13091306120976523f,0.8053918476067569f,-0.03391440192170984f,1.384757317936246f,0.09716290130194452f,-0.04987369167904426f,-0.8093308531949938f,-0.43759008187370024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7713490531641365f,-0.1862209246543215f,-0.10169761749264156f,-0.16349034445150357f,-0.18344054091518272f,0.7779754807449857f,-0.03322227127024637f,1.384757317936246f,0.10663116866814926f,-0.008713126907038904f,-0.7928138970073408f,-0.43759008187370024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.42009916750515897f,1.404434813231316f,0.5408195584900662f,0.07860486471676742f,1.0350066827224695f,-0.1380132729770056f,1.1623767690391975f,1.6170866925236884f,1.0925585138477951f,0.6707618369183601f,-0.8931968998785237f,0.43119483113900403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8554679002265827f,-0.19147044643143815f,-0.4811587470110745f,-0.14457908880479722f,0.12712141255690262f,0.978351001742406f,-0.16330788057888918f,1.6067080296285554f,0.5020107749356175f,0.07853907010511868f,0.8612878707584151f,0.31979985095581753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2192218170615341f,-0.19147044643143815f,-0.9567031216984635f,-0.18844822838150033f,-0.03536945749523553f,0.978351001742406f,-0.20390762336441395f,1.626229241843458f,0.9750337411601365f,0.07853907010511868f,0.20770367850929178f,0.0014893701772024093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.600628160358736f,0.7985307092929002f,-0.03993143248442088f,0.523964384958924f,0.6885953981987996f,0.49126623263733055f,-0.533379664263422f,1.3760188574227086f,-0.40630307722624615f,-0.34785944717155765f,-0.8449329052948413f,-0.4121980203970852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6674429739138324f,0.658348176790246f,-0.3479907393739349f,0.2959225414474868f,0.7236898071235035f,0.683585175389725f,-0.09478592222975561f,1.6085137869730781f,0.17547917152358966f,-0.31510154887648156f,-0.9326939874669702f,-0.3434916208711186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8395155791714242f,-0.24528730476225508f,-0.48481721344331086f,0.03984443412805421f,0.0058663780572647565f,0.8881538409417244f,-0.4595088034292176f,1.2856660704206693f,0.543303946182022f,-0.3886089203079758f,-0.7441800381091338f,0.10119479799005196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8395155791714242f,-0.058111608543279875f,-0.5402190604569417f,0.02557213839833336f,0.0058663780572647565f,0.9932366266024795f,-0.11595942904229922f,1.4711731914771198f,0.543303946182022f,-0.10051887647521426f,-0.8334967171712214f,0.07713815416862918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8395155791714242f,-0.24285253638610613f,-0.4860413952528151f,0.3011799054734918f,0.0058663780572647565f,0.8904474136454242f,-0.45504833714745535f,1.2835617872287512f,0.543303946182022f,-0.3848714708873729f,-0.7461198113976283f,-0.07015027790870827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8395155791714242f,-0.05268963211929671f,-0.5407748098752395f,0.28792075688940344f,0.0058663780572647565f,0.9943498667709467f,-0.10599022625266036f,1.4693399483342247f,0.543303946182022f,-0.09215283565758607f,-0.8344631069995296f,-0.0926443290132527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9964265476495784f,0.03757386481210559f,-0.07564614876002945f,0.3581551239044996f,0.03976400677895016f,0.9988262670153166f,-0.02765704404181908f,2.146632405036905f,0.07451817834613578f,-0.030566206884877406f,-0.9967510963588876f,-0.19853288820265858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9964265476495784f,0.03757386481210559f,-0.07564614876002945f,0.38373255989359284f,0.03976400677895016f,0.9988262670153166f,-0.02765704404181908f,2.017695123526859f,0.07451817834613578f,-0.030566206884877406f,-0.9967510963588876f,-0.2909519593136747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9964265476495784f,0.03757386481210559f,-0.07564614876002945f,-0.22724547283962776f,0.03976400677895016f,0.9988262670153166f,-0.02765704404181908f,2.169993759019538f,0.07451817834613578f,-0.030566206884877406f,-0.9967510963588876f,-0.1547534584243038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9964265476495784f,0.03757386481210559f,-0.07564614876002945f,-0.27640002792425283f,0.03976400677895016f,0.9988262670153166f,-0.02765704404181908f,2.0440387780179137f,0.07451817834613578f,-0.030566206884877406f,-0.9967510963588876f,-0.24158366615935975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9782807634903685f,0.19299061821027533f,-0.07563973206931428f,0.2623527563665598f,0.19552539813904632f,0.9803100202774474f,-0.027605847681201057f,2.25659060364445f,0.06882271766843649f,-0.04179575847434765f,-0.9967530025569447f,-0.21625385328550284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9964268880454544f,0.03757775555477218f,-0.07563973206931428f,0.1479579987687517f,0.03976388243647794f,0.9988276882562778f,-0.027605847681201057f,2.271236375839792f,0.07451369292707097f,-0.030514938310366887f,-0.9967530025569447f,-0.20797850338710822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9577371055197162f,0.2775238386403467f,-0.07563171092235753f,0.1255381574429872f,0.2802212913025648f,0.959540241095776f,-0.02754185212695333f,2.267807723375211f,0.0649281496073881f,-0.04757146943480564f,-0.9967553815678016f,-0.20619008062881733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966216975862231f,-0.03201618658291808f,-0.07563171092235753f,0.1549174588899917f,-0.030007956187282414f,0.9991701401397456f,-0.02754185212695333f,2.2766397754498633f,0.07645073227783639f,-0.025179254353705636f,-0.9967553815678016f,-0.2086633633940236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9893600657107728f,0.12428396791112087f,-0.07563171092235753f,0.21406965509681242f,0.12666613790566505f,0.9915629762599447f,-0.02754185212695333f,2.378095902044522f,0.07157059371584551f,-0.03682878535585166f,-0.9967553815678016f,-0.24730681809942495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9893600657107728f,0.12427908637119091f,-0.07563973206931428f,0.18610686066329452f,0.12666613790566505f,0.991561196639857f,-0.027605847681201057f,2.1549946328005545f,0.07157059371584551f,-0.03689311600931398f,-0.9967530025569447f,-0.2390058669973293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9900367308143296f,-0.1187641857474313f,-0.07564614876002945f,-0.12672866850669956f,-0.11697640687775676f,0.9927495193395152f,-0.02765704404181908f,2.272118959572739f,0.07838234413721216f,-0.018532674791061972f,-0.9967510963588876f,-0.1871619407635095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9964265476495784f,0.03757386481210559f,-0.07564614876002945f,-0.011576618474284144f,0.03976400677895016f,0.9988262670153167f,-0.02765704404181908f,2.2776042965747143f,0.07451817834613578f,-0.030566206884877406f,-0.9967510963588876f,-0.1960533453942111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9759183613326817f,-0.20459963878636053f,-0.07564614876002945f,0.010517738323204281f,-0.20305509805386018f,0.9787766420737708f,-0.02765704404181908f,2.2724014937029167f,0.0796993046900092f,-0.011630680946733208f,-0.9967510963588876f,-0.19758578298918697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9913782823454963f,0.10698953907494638f,-0.07564614876002945f,-0.01810988742955426f,0.10934174192696526f,0.993619379534863f,-0.02765704404181908f,2.2835483612035348f,0.07220446500093268f,-0.035689874492420295f,-0.9967510963588876f,-0.19572244896554625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9959096219019712f,-0.04941341094124822f,-0.07564614876002945f,-0.07411779371088092f,-0.047440752449516295f,0.9984910930608709f,-0.02765704404181908f,2.389596130433987f,0.07689863464390564f,-0.02395520605753036f,-0.9967510963588876f,-0.2257662437737397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9959096219019712f,-0.04941341094124822f,-0.07564614876002945f,-0.0629997762491001f,-0.047440752449516295f,0.9984910930608709f,-0.02765704404181908f,2.1649356344952917f,0.07689863464390564f,-0.02395520605753036f,-0.9967510963588876f,-0.22037632241079536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9964265476495784f,0.03757386481210559f,-0.07564614876002945f,0.044660878639644006f,0.03976400677895016f,0.9988262670153166f,-0.02765704404181908f,1.64893095442888f,0.07451817834613578f,-0.030566206884877406f,-0.9967510963588876f,-0.18287744191434743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8395155791714242f,-0.018570317379786434f,-0.5430181724775721f,0.051624747657063916f,0.0058663780572647565f,0.9990476941810237f,-0.04323529067867109f,1.2742880691109961f,0.543303946182022f,-0.03948224998646787f,-0.8386071630978646f,-0.168071598169422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8989732990277005f,-0.094628256931794f,-0.4276593277660419f,0.26501241926242464f,-0.0485514876332794f,0.9918950637057293f,-0.11741778248971824f,0.6980382914609928f,0.43530421624864596f,-0.08479195472600931f,-0.8962815203550134f,-0.04511076994694846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8989732990277005f,-0.2888291357266502f,-0.32927911866780857f,0.15989034430026233f,-0.0485514876332794f,0.8128506609352648f,-0.5804451361375154f,0.974640350553659f,0.43530421624864596f,-0.5058176878802276f,-0.7447541244891851f,-0.23135407761959098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.883015109360914f,0.16424094932140368f,-0.43966945220965387f,0.03006880476932562f,0.22177359249460402f,0.9716058957171022f,-0.08245275665376328f,0.8539767030687591f,0.4136433129066277f,-0.17031410386040102f,-0.8943669916280778f,0.15119880019646265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.883015109360914f,-0.2612032657313067f,-0.3899450866617419f,-0.07622135112206779f,0.22177359249460402f,0.5000214801697558f,-0.8371349909309034f,0.9840884623763382f,0.4136433129066277f,-0.8256823683112936f,-0.38359853538234856f,-0.14546057295666315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.920788365622936f,0.00885896289061264f,-0.3899619270005021f,0.05146197535238569f,0.19059031433171122f,0.8824927976415708f,-0.42997882993665304f,1.1811473352614734f,0.3403294254342132f,-0.47024247031425864f,-0.8142775333363692f,-0.16918210657929045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8753266480512619f,-0.31016834834532225f,-0.3709431963199714f,0.04081288209977238f,-0.10799873601711396f,0.8731840235726784f,-0.4752745879974378f,1.1607909222545827f,0.47131680664925124f,-0.3759591156790368f,-0.7978190340595972f,-0.18181640840114618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8979871107651893f,-0.20410037875683784f,-0.3898232731519537f,0.04870178991465235f,-0.02436475032209159f,0.9076226318054397f,-0.4190793685882302f,1.1934217209658295f,0.4393466829752211f,-0.3668299246597569f,-0.8200062795691186f,-0.1741429921118792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8823398822282996f,0.18171933401253956f,-0.4341133675382379f,0.05221982332120934f,0.1612340182789365f,0.9833421034367887f,0.08391602325026758f,1.1873787314467763f,0.44213111582309805f,0.0040486114349173406f,-0.8969412941583585f,-0.16683554239955123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9010073693544435f,-0.05267960113629134f,-0.4305932883744317f,0.05259713428116658f,-0.09254703029647592f,0.9930903979114066f,0.07215614152286204f,1.1963524515770412f,0.4238169033347873f,0.1048633453609285f,-0.8996571075956805f,-0.16605181451889528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9010194194323543f,0.04185007397525707f,-0.43175522824170703f,0.05259713428116658f,0f,0.9953351244485557f,0.09647792513823225f,1.1963524515770412f,0.43377875213728834f,0.08692848409608808f,-0.8968162759712677f,-0.16605181451889528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.903199673245724f,0.13873308632684128f,-0.406181586248129f,-0.12274248803633425f,0.2103075102752858f,0.9679845661565479f,-0.1370278468214779f,1.2403493681594033f,0.37416721044290824f,-0.20918654459823421f,-0.9034599538377024f,-0.08360057614040158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8832782386009124f,-0.1783727543094213f,-0.4335927971428266f,0.22581389639202565f,-0.10771707901343047f,0.9772688102473372f,-0.1825998450343501f,1.2170112193252776f,0.4563075542908357f,-0.11458111990125215f,-0.8824140654246684f,-0.25291253183452017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9010194194323543f,-0.025271884900702833f,-0.4330419582896658f,0.0479923875375653f,0f,0.9983014524247852f,-0.058259849695691035f,1.0559191939374544f,0.43377875213728834f,-0.05249325594902776f,-0.8994889950822561f,-0.15760618700856519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9010194194323543f,-0.020188054460630902f,-0.4333087216556778f,0.050520833333333355f,0f,0.998916428065472f,-0.046539980027056525f,1.2791145833333333f,0.43377875213728834f,-0.041933425784371835f,-0.9000431000769927f,-0.17036458333333332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.79847236936315f,-0.4940567689725879f,-0.34402003487582544f,-1.1017038345135057f,0.12967308805782746f,0.6991584701326141f,-0.7031090412413779f,0.8847491401577909f,0.5879003024298798f,0.516803001804546f,0.6223245871156514f,0.8581157938785319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.623198225004396f,-0.4940567689725879f,-0.6062440774009566f,-1.0339389128649692f,-0.12969986147145401f,0.6991584701326141f,-0.7031041029435885f,0.8847478639843342f,0.7712340230342899f,0.516803001804546f,0.37163522308865515f,0.9228998806000337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7228258309177242f,-0.4940567689725879f,-0.48314669324178194f,-0.9953493697029702f,-0.00001361251687120868f,0.6991584701326141f,-0.7149667359091065f,0.9919935124574286f,0.6910302583626863f,0.516803001804546f,0.5053630767606685f,0.8147033757251825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5736110001954341f,0.02941779444245199f,0.8185994220770839f,0.9498310326924775f,-0.09315780775142854f,0.990528159412718f,-0.10087412089035022f,2.441641664671453f,-0.8138132729992438f,-0.13412143296503637f,-0.5654373510033306f,-0.2843121225455654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9540634113900458f,0.02941779444245199f,0.29815700631870146f,1.0254822496477052f,-0.01219920174280794f,0.990528159412718f,-0.13676675358906265f,2.4468589975812387f,-0.29935628692851396f,-0.13412143296503637f,-0.9446678012379688f,-0.22918739750768843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8069463141890951f,0.02941779444245199f,0.5898917183575102f,0.8991728834164647f,-0.05565155103771438f,0.990528159412718f,-0.12552637283674606f,2.463079287051858f,-0.5879970670706879f,-0.13412143296503637f,-0.79766590144977f,-0.13709987480916142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014078428428630537f,0f,-0.00000677779300214513f,0.34224061776796605f,0f,0.000015625f,0f,1.4452370833333332f,0.00000677779300214513f,0f,-0.000014078428428630537f,0.45221706566996117f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61.mcfunction new file mode 100644 index 000000000..62415ec35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..dada01e02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4562167128097658f,-0.09257211119596254f,-0.6710001189465009f,-0.09509240938106628f,-0.12099692219928733f,0.8071295929079401f,-0.029086242710374334f,1.4019296545063955f,0.6664611768256239f,0.08316651324559385f,-0.4646044288458938f,-0.4732472757860847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4475902987183113f,0.08724352530127431f,-0.6573062389680009f,-0.09509240938106628f,0.19306632789616265f,0.7758308850265939f,-0.028492645920366697f,1.4019296545063955f,0.6343408527959903f,-0.1745709171994519f,-0.45512270580822256f,-0.4732472757860847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8023085937816842f,0.12933985626050298f,-0.08072525237503503f,-0.15407075572377538f,0.13327398061164414f,0.8049648162661077f,-0.034844441594647176f,1.4025049950254311f,0.07405005658625655f,-0.04740559672262438f,-0.8119197885033893f,-0.4385446537838953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7745953064700607f,-0.18370850012801912f,-0.07907779824493227f,-0.15407075572377538f,-0.18114376743031238f,0.7784740530469106f,-0.03413333054169519f,1.4025049950254311f,0.08478824632993388f,-0.015143834172008836f,-0.7953499969012794f,-0.4385446537838953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6355584722721312f,1.2085701169431822f,0.7594932196899814f,0.004290210852276877f,1.1392436497884448f,-0.07140888419991202f,1.0669727867542014f,1.61869383466828f,0.8599974329844348f,0.9877577100125634f,-0.8521416382098209f,0.47079742694690535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7503310895042635f,-0.24398297012606396f,-0.6143904022783949f,-0.1958050076186175f,0.1216908115128982f,0.9644941785207404f,-0.23439779434315167f,1.6083898423906346f,0.6497650363913683f,0.10111028576789963f,0.753380453419955f,0.3218538089497579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.08143967863806728f,-0.24398297012606396f,-0.9663539149979119f,-0.19818691254886756f,-0.08351540166810037f,0.9644941785207404f,-0.2505517058090366f,1.6442681298130735f,0.9931730747596532f,0.10111028576789963f,0.05817176019676151f,-0.0014309221915887183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5252507903852802f,0.850943627781379f,0.0025592064989476138f,0.5332593660143855f,0.6942487763780116f,0.43026504179457115f,-0.5769667497413948f,1.390137466168462f,-0.49206731622540417f,-0.3012755153473008f,-0.8167636256316428f,-0.361768361242949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6745745507686512f,0.6881824039926923f,-0.26712198391392494f,0.3015462676005805f,0.7336679212118704f,0.665060247881992f,-0.1393780760083731f,1.6260967928879702f,0.08173467342520613f,-0.28999973365846726f,-0.9535300717009889f,-0.3239003250720964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8618432244131013f,-0.2339041551353886f,-0.450016780513381f,0.027389980348542554f,0.008407379297815291f,0.8805903812803212f,-0.4738036474848216f,1.3041242417366392f,0.5071050901998235f,-0.4121279250511648f,-0.7569643326382363f,0.11213297657641193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8618432244131013f,-0.05858996443695254f,-0.5037791903210226f,0.013255742077107571f,0.008407379297815291f,0.9915179791871874f,-0.12969738980372267f,1.4892232541479635f,0.5071050901998235f,-0.11601427936177836f,-0.854040464192181f,0.08504254629487737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8618432244131013f,-0.22743349573466626f,-0.45332136674895207f,0.294014645912594f,0.008407379297815291f,0.8872874343169976f,-0.46114024426035766f,1.3006987115344844f,0.5071050901998235f,-0.4012418396940543f,-0.7627905437093198f,-0.05091515760407236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8618432244131013f,-0.04413374987614089f,-0.5052508967385398f,0.28258174970620176f,0.008407379297815291f,0.9948265732882017f,-0.101239345380129f,1.4865959481173963f,0.5071050901998235f,-0.09150027978932421f,-0.8570134924794967f,-0.07342779439256748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9967968410141663f,0.03889162549133843f,-0.06988203782675417f,0.3579317736483808f,0.0405067682177699f,0.9989404286140681f,-0.021845407043441935f,2.1640199269390705f,0.068958389429643f,-0.02460612824040529f,-0.9973160376632306f,-0.18511062512259283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9967968410141663f,0.03889162549133843f,-0.06988203782675417f,0.3838987609537365f,0.0405067682177699f,0.9989404286140681f,-0.021845407043441935f,2.0355853626438227f,0.068958389429643f,-0.02460612824040529f,-0.9973160376632306f,-0.2781191772270816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9967968410141663f,0.03889162549133843f,-0.06988203782675417f,-0.22768637044744186f,0.0405067682177699f,0.9989404286140681f,-0.021845407043441935f,2.18781765326701f,0.068958389429643f,-0.02460612824040529f,-0.9973160376632306f,-0.14459757133267756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9967968410141663f,0.03889162549133843f,-0.06988203782675417f,-0.2764791462181487f,0.0405067682177699f,0.9989404286140681f,-0.021845407043441935f,2.0624210965880954f,0.068958389429643f,-0.02460612824040529f,-0.9973160376632306f,-0.23243424422994316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9784403766213673f,0.19434976882750568f,-0.06987558052518508f,0.2623596831450802f,0.19627685248014354f,0.9803062785438506f,-0.02179443571176564f,2.2741905888296925f,0.0642637267634278f,-0.03503951489677629f,-0.9973176052884427f,-0.20275531118306153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9967971540736633f,0.038895203777762094f,-0.06987558052518508f,0.14793555288038512f,0.0405066704637628f,0.9989415459474822f,-0.02179443571176564f,2.2889230664603804f,0.06895392141557574f,-0.024555058605927188f,-0.9973176052884427f,-0.1950603036437949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.957777714825191f,0.27889134124398846f,-0.0698675086385934f,0.1255017963497535f,0.28096950037056245f,0.9594706434310925f,-0.02173072146620584f,2.2855105687003157f,0.06097531341248899f,-0.040443839741726904f,-0.997319561114287f,-0.19342179422542938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970829008751944f,-0.030728163286195487f,-0.0698675086385934f,0.15490504642054392f,-0.02927486021645606f,0.9993351581445862f,-0.02173072146620584f,2.2943221340747098f,0.07048880295205742f,-0.01962196924856851f,-0.997319561114287f,-0.19567364367140505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9896140995865518f,0.1256282815934937f,-0.0698675086385934f,0.21439671302359986f,0.12741602275189673f,0.9916112811432947f,-0.02173072146620584f,2.3959288193018935f,0.06655141655581957f,-0.0304072684274588f,-0.997319561114287f,-0.23338925917990233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9896140995865518f,0.12562379211664662f,-0.06987558052518508f,0.1861313597973544f,0.12741602275189673f,0.9916098828259498f,-0.02179443571176564f,2.1728165956660552f,0.06655141655581957f,-0.030471349430894912f,-0.9973176052884427f,-0.22653320555795098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906086084400397f,-0.11752057553325557f,-0.06988203782675417f,-0.12686629702823307f,-0.11626064887341966f,0.99297846890788f,-0.021845407043441935f,2.2900090020149744f,0.0719586437338765f,-0.01351571720977494f,-0.9973160376632306f,-0.17583433341973675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9967968410141664f,0.03889162549133843f,-0.06988203782675417f,-0.011658315171441967f,0.0405067682177699f,0.9989404286140681f,-0.021845407043441935f,2.2954099344818575f,0.06895838942964301f,-0.02460612824040529f,-0.9973160376632306f,-0.1840252717038075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9765964505632765f,-0.20341060330373548f,-0.06988203782675417f,0.010438620366245113f,-0.20236201799450543f,0.9790671028404017f,-0.021845407043441935f,2.2901900477901003f,0.07286279174174583f,-0.007192676783545033f,-0.9973160376632306f,-0.18545926883369307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9916557513558371f,0.10832992011475953f,-0.06988203782675417f,-0.018186604512265336f,0.11009065754681696f,0.9936814506228924f,-0.021845407043441935f,2.3013596769123823f,0.06707397352028253f,-0.029356483030397406f,-0.9973160376632306f,-0.18369815812582338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9963933565992745f,-0.048132937932467895f,-0.06988203782675417f,-0.07389776149099243f,-0.04671076728114952f,0.9986695561651574f,-0.021845407043441935f,2.407643937857658f,0.07084054732169288f,-0.018502374844234525f,-0.9973160376632306f,-0.21345664254049299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9963933565992745f,-0.048132937932467895f,-0.06988203782675417f,-0.06306785045618718f,-0.04671076728114952f,0.9986695561651574f,-0.021845407043441935f,2.182943287720498f,0.07084054732169288f,-0.018502374844234525f,-0.9973160376632306f,-0.20929360820054022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9967968410141663f,0.03889162549133843f,-0.06988203782675417f,0.04378361028835872f,0.0405067682177699f,0.9989404286140681f,-0.021845407043441935f,1.6666056409986743f,0.068958389429643f,-0.02460612824040529f,-0.9973160376632306f,-0.17413663997906192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8618432244131013f,-0.01462595757291305f,-0.5069638427918738f,0.049268344378201115f,0.008407379297815291f,0.9990347459076004f,-0.043114874958404006f,1.291967611283324f,0.5071050901998235f,-0.04142050017094786f,-0.8608883607408206f,-0.15860395241495648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9119067850089075f,-0.11817172157978645f,-0.3930158516823302f,0.26979998181190845f,-0.05450747173734373f,0.9840376795340867f,-0.16940714501452675f,0.7345595425940948f,0.4067615406838761f,-0.13306122453983216f,-0.9037918784457182f,-0.005586467357069219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9119067850089075f,-0.2987454518175897f,-0.281384382070189f,0.1621172660501364f,-0.05450747173734373f,0.7677300100109761f,-0.638450912172071f,0.992042455701459f,0.4067615406838761f,-0.5668701674518168f,-0.7163820644555728f,-0.21249358148786482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8991394546766962f,0.15488441953333915f,-0.4093397826128235f,0.021889962706111724f,0.21781754623557417f,0.9695904008042059f,-0.1115794390569021f,0.8789285714501976f,0.37961000723849014f,-0.18948686301208334f,-0.9055335284517264f,0.16904130219304425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8991394546766962f,-0.24118391694754962f,-0.36521029455579496f,-0.07652406381310703f,0.21781754623557417f,0.4771748878692867f,-0.8513868938026045f,1.0008916494891518f,0.37961000723849014f,-0.8450647576326749f,-0.3765126794832043f,-0.13404246886920967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9331058616587142f,0.012113461356848949f,-0.3593977114452792f,0.04969043293834665f,0.18343304889216872f,0.8756603534639126f,-0.4467339946160119f,1.1977971314285667f,0.3092988320577226f,-0.48277552695368864f,-0.819305817788643f,-0.15835797286224196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8892602323079543f,-0.3071941178169732f,-0.3388923327758459f,0.04017320685429843f,-0.10792106880009737f,0.860902838092987f,-0.49719145836637696f,1.1759652789369879f,0.44448766253367217f,-0.4055589690070873f,-0.7987193753210577f,-0.170571149081676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9121553814644654f,-0.19728552882315545f,-0.35923666319347647f,0.04721973184250069f,-0.02250187875298518f,0.8993042914057673f,-0.4367441549829335f,1.209059549465659f,0.4092263744164118f,-0.3902950314520267f,-0.8247445440291559f,-0.16324582433145005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8993827970421081f,0.16496421310727563f,-0.4048424295681115f,0.0504363012831439f,0.15609154810214337f,0.9862051475354193f,0.05508934185228329f,1.2053619689954185f,0.4083454579100767f,-0.01364607520640398f,-0.9127254634530972f,-0.15595752403367405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9134341577491096f,-0.06692251749300518f,-0.4014466541267631f,0.05066138852159003f,-0.09233015233351297f,0.9947444322351815f,0.044256722734251075f,1.2136923220235594f,0.3963750527306743f,0.07749123298479971f,-0.9148125088690309f,-0.15544750756511477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9148648161148611f,0.02695983031467289f,-0.4028592009431151f,0.05066138852159003f,0f,0.9977682682074592f,0.0667718725084708f,1.2136923220235594f,0.4037602856090742f,0.061087236864107164f,-0.9128230832188609f,-0.15544750756511477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9165505294520511f,0.13227037330247582f,-0.3774118112984654f,-0.1273791155392584f,0.20355079960466252f,0.9666279892262286f,-0.1555551427139601f,1.2553409325135407f,0.34424148346976907f,-0.2193966243835161f,-0.9128871355581976f,-0.07899866380423909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8971358748728459f,-0.18449360397074768f,-0.40138426988363457f,0.22634631948762018f,-0.1087998807055881f,0.972904201720517f,-0.20400980425708298f,1.2338276266181027f,0.428146946707066f,-0.1393539535443771f,-0.8929001442809652f,-0.23723375330198024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9148648161148611f,-0.03608098548549238f,-0.40214491258937596f,0.04727352878084954f,0f,0.9959991780339134f,-0.08936239340891106f,1.0738106346292806f,0.4037602856090742f,-0.08175450961362729f,-0.9112046048625491f,-0.14377457565663143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9148648161148611f,-0.029109900934624653f,-0.4027095502998377f,0.0479166666666667f,0f,0.997397625901588f,-0.07209698915957581f,1.2966666666666666f,0.4037602856090742f,-0.06595899872991046f,-0.9124839956138554f,-0.16166666666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7881664079820361f,-0.4816761340869219f,-0.3831211494811692f,-0.9074566899467893f,0.11513036429225516f,0.7268929301889469f,-0.6770315112749624f,0.8422803333064467f,0.6045979759696748f,0.48950461682440183f,0.6283681385628714f,0.8224747399889404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6171993054243372f,-0.4816761340869219f,-0.622135933084397f,-0.840634230122924f,-0.11515840494483749f,0.7268929301889469f,-0.6770267423166442f,0.8422790000268863f,0.7783338352880956f,0.48950461682440183f,0.3931687563290336f,0.8882305105441569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7127729047878963f,-0.4816761340869219f,-0.5098459454102798f,-0.7975685682233147f,-0.000014221648644618945f,0.7268929301889469f,-0.6867508047604106f,0.9452922873807281f,0.7013948859223091f,0.48950461682440183f,0.5181027350918216f,0.7776372150027754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6616056353643641f,-0.06807301584407578f,0.7467556814434075f,0.901386437464333f,-0.11790417146592772f,0.9929270392608451f,-0.013946363526928886f,2.4408232168153643f,-0.7405245368014817f,-0.09727260261031542f,-0.664952217212911f,-0.28090867027659905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9847604978450825f,-0.06807301584407578f,0.1600400774737295f,0.9833139161741364f,-0.08251134378726571f,0.9929270392608451f,-0.0853684534890482f,2.450796416292574f,-0.15309683220212233f,-0.09727260261031542f,-0.9834121215193001f,-0.23643973702604226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8738931062379038f,-0.06807301584407578f,0.48132826987801125f,0.870150936337533f,-0.10638079442357073f,0.9929270392608451f,-0.05271642327114122f,2.4537172800446405f,-0.4743352880059394f,-0.09727260261031542f,-0.8749537561115661f,-0.1274311402345857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014294762751794706f,0f,-0.000006308754462641785f,0.31889882621259624f,0f,0.000015625f,0f,1.4627891666666666f,0.000006308754462641785f,0f,-0.000014294762751794706f,0.47021703427368383f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62.mcfunction new file mode 100644 index 000000000..f4e5ccf07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..66c10a332 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.49439736802376777f,-0.09620414764239862f,-0.6428533650157049f,-0.08444678171941757f,-0.11987179023929911f,0.807313892707789f,-0.028626508523858264f,1.419552831831011f,0.638863397637117f,0.07702911827251185f,-0.502856359751135f,-0.47075713758192284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4835062948625242f,0.0982693604552776f,-0.629733908586813f,-0.08444678171941757f,0.19415368940068292f,0.775575898694461f,-0.02804229406418769f,1.419552831831011f,0.6070634297340081f,-0.16977973424407855f,-0.4925939850623363f,-0.47075713758192284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8038171423865287f,0.132706097290167f,-0.056670431373088866f,-0.14385023734690885f,0.13534373791689322f,0.8045857708881194f,-0.03561255867665684f,1.4202607943055996f,0.05004516616699934f,-0.04444404876727285f,-0.8139193156062425f,-0.4392341889681357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7772224952222707f,-0.1812274833468128f,-0.055513891957311545f,-0.14385023734690885f,-0.1791284915466983f,0.7789069048638436f,-0.034885771764888336f,1.4202607943055996f,0.061953017978721735f,-0.021462358565826907f,-0.7973087173285641f,-0.4392341889681357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7585380580966674f,0.9578651289816246f,0.9739202529467959f,-0.07731608960362052f,1.226965594871173f,-0.011951829915980743f,0.9673772959730282f,1.612156906784804f,0.6004845488614716f,1.2344058483508065f,-0.7463690495565583f,0.4989696216997734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6191183720690656f,-0.30007613503425495f,-0.725704316198721f,-0.24764754176285686f,0.09795969625112647f,0.9464065999579655f,-0.3077636194653139f,1.6063382698942452f,0.7791638719017566f,0.11945233668249049f,0.6153330805215629f,0.31653426280764985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.05785048060322506f,-0.30007613503425495f,-0.9521594588496609f,-0.2077342200914648f,-0.1430476912556981f,0.9464065999579655f,-0.28957193507385687f,1.6622150017249628f,0.9880236231590773f,0.11945233668249049f,-0.0976752749712157f,-0.004993562209542002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.43859063175745383f,0.8977013721847346f,0.042077358665225745f,0.5393343939980987f,0.6935153295956821f,0.367866095966662f,-0.6194441242388529f,1.4057127481137741f,-0.571554673981755f,-0.24250109652513138f,-0.7839122864413585f,-0.30934278882352223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6728424070112404f,0.7165468904359976f,-0.18396643480217367f,0.30679376163788086f,0.7396298947572784f,0.6464631728558957f,-0.18717100449168306f,1.6438690822050948f,-0.015189276107097194f,-0.2620036639964991f,-0.9649473384303164f,-0.30348550449494094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8832831589051515f,-0.22086638137290687f,-0.4135564082126818f,0.014383336180645507f,0.010526851078533565f,0.8725192669768342f,-0.48846628763976974f,1.3226213860369438f,0.46872171552095504f,-0.43580749228695637f,-0.7683565468359382f,0.12275466263741816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8832831589051515f,-0.05825272460373906f,-0.46520692306841005f,0.0005534070482668824f,0.010526851078533565f,0.9895368270406169f,-0.14389598096110476f,1.5072601912260526f,0.46872171552095504f,-0.13199806061692412f,-0.8734279966845944f,0.09254610129246618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8832831589051515f,-0.21090723552709328f,-0.4187230578757944f,0.28623766049673643f,0.010526851078533565f,0.8839578415448365f,-0.4674480931373708f,1.3179564416285559f,0.46872171552095504f,-0.41729686360397306f,-0.7785648855589236f,-0.03155128071021284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8832831589051515f,-0.03592871300545726f,-0.46746121633383464f,0.27657939420612676f,0.010526851078533565f,0.9952881766659544f,-0.0963879183058248f,1.5039705502640108f,0.46872171552095504f,-0.09005871957079704f,-0.8787430684952009f,-0.05392943480783227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9971760646907745f,0.039574686346429806f,-0.06382585846192795f,0.35725733013081973f,0.040656159488253185f,0.9990492945781114f,-0.015734792615208312f,2.1816147530983776f,0.06314247938975859f,-0.01828527285986168f,-0.9978369987592934f,-0.17124009429775816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9971760646907745f,0.039574686346429806f,-0.06382585846192795f,0.38372092253261425f,0.040656159488253185f,0.9990492945781114f,-0.015734792615208312f,2.0537338484876284f,0.06314247938975859f,-0.01828527285986168f,-0.9978369987592934f,-0.2648694968010752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9971760646907745f,0.039574686346429806f,-0.06382585846192795f,-0.22858360787501034f,0.040656159488253185f,0.9990492945781114f,-0.015734792615208312f,2.2055002467977265f,0.06314247938975859f,-0.01828527285986168f,-0.9978369987592934f,-0.134143887656275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9971760646907745f,0.039574686346429806f,-0.06382585846192795f,-0.2769082203250238f,0.040656159488253185f,0.9990492945781114f,-0.015734792615208312f,2.0806685541485965f,0.06314247938975859f,-0.01828527285986168f,-0.9978369987592934f,-0.22303760420536012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9787081057405017f,0.19508333508534265f,-0.06381955914779515f,0.2618532529858153f,0.19644141128864276f,0.980390096799646f,-0.01568534437324f,2.2919454359875298f,0.05950811447832391f,-0.027888177946233033f,-0.9978381801885885f,-0.1887943939566674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9971763420481864f,0.03957785655615417f,-0.06381955914779515f,0.14739232530307386f,0.04065609121625377f,0.9990500749306356f,-0.01568534437324f,2.3066962183374846f,0.06313814303900697f,-0.018235708143967404f,-0.9978381801885885f,-0.181705594405933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9579805707396044f,0.2796449444754977f,-0.0638116847820033f,0.12494721877683325f,0.2811406721134497f,0.9595393830731754f,-0.015623534015954491f,2.3032867003034747f,0.05686078234618082f,-0.0329071019818777f,-0.9978396534865381f,-0.18022407155692158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975087045200185f,-0.03007412994713074f,-0.0638116847820033f,0.15436832696429154f,-0.029133307932568464f,0.999453428406626f,-0.015623534015954491f,2.312094996559875f,0.06424667132000542f,-0.013725565713829081f,-0.9978396534865381f,-0.1822434613363707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9899323475264123f,0.1263408730622387f,-0.0638116847820033f,0.2141425928893469f,0.12757433383744948f,0.9917059516463452f,-0.015623534015954491f,2.4138952177879442f,0.06130853665499999f,-0.023606974882181952f,-0.9978396534865381f,-0.21897759562979024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9899323475264123f,0.12633689560467895f,-0.06381955914779515f,0.18571679137829417f,0.12757433383744948f,0.9917049759468911f,-0.01568534437324f,2.1907615981998942f,0.06130853665499999f,-0.02366916752124133f,-0.9978381801885885f,-0.21365203293751095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9910900175033595f,-0.11690524794374565f,-0.06382585846192795f,-0.1275207652727175f,-0.11613012724622282f,0.9931093644947329f,-0.015734792615208312f,2.3078221723618655f,0.06522553756748047f,-0.008182490823635404f,-0.9978369987592934f,-0.1641442153687733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9971760646907746f,0.039574686346429806f,-0.06382585846192795f,-0.01226221906651629f,0.04065615948825318f,0.9990492945781113f,-0.015734792615208312f,2.3132069942774587f,0.0631424793897586f,-0.018285272859861684f,-0.9978369987592934f,-0.1716015503062918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9771296570528658f,-0.2028395747859552f,-0.06382585846192795f,0.00984023638643057f,-0.2022434013436002f,0.9792088760393912f,-0.015734792615208312f,2.307983300443545f,0.06569048577016785f,-0.0024665738028809073f,-0.9978369987592934f,-0.17293294456797054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9919864033460248f,0.1090377703743789f,-0.06382585846192795f,-0.018789195302408933f,0.11024727901343617f,0.9937796303866818f,-0.015734792615208312f,2.3191583667486144f,0.06171315132734196f,-0.02264532755988033f,-0.9978369987592934f,-0.17127790400914256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968306698914697f,-0.047485527851354126f,-0.06382585846192795f,-0.0742614685609541f,-0.04657143278350902f,0.998791028168479f,-0.015734792615208312f,2.4256536194098652f,0.06449586972988967f,-0.012712462186011988f,-0.9978369987592934f,-0.200726717081924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968306698914697f,-0.047485527851354126f,-0.06382585846192795f,-0.06357722479439944f,-0.04657143278350902f,0.998791028168479f,-0.015734792615208312f,2.2009256380719577f,0.06449586972988967f,-0.012712462186011988f,-0.9978369987592934f,-0.1978664130900713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9971760646907745f,0.039574686346429806f,-0.06382585846192795f,0.04278231461633733f,0.040656159488253185f,0.9990492945781114f,-0.015734792615208312f,1.684322566933869f,0.06314247938975859f,-0.01828527285986168f,-0.9978369987592934f,-0.1652056144618841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8832831589051515f,-0.010887414452462853f,-0.4687134790051135f,0.0468650950360109f,0.010526851078533565f,0.9990177533654979f,-0.043043162835967055f,1.3096909094218074f,0.46872171552095504f,-0.042953377831009984f,-0.8823009468044333f,-0.14909809777525534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9241643047159508f,-0.13893380465172503f,-0.35583385984737226f,0.272085704402928f,-0.060600487401816956f,0.97304075348422f,-0.22252926321165795f,0.7732529367212884f,0.37715768428542623f,-0.18408989647413404f,-0.9076689876825127f,0.0340243158417422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9241643047159508f,-0.30324042805103496f,-0.23230493039173344f,0.1639179896951601f,-0.060600487401816956f,0.7168192785738536f,-0.694620545903677f,1.0096127622677553f,0.37715768428542623f,-0.6278657218389017f,-0.6808353079300233f,-0.19304575005801972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9143463659509398f,0.14681517360027058f,-0.3773804815740108f,0.012775951000034425f,0.21362220534615578f,0.9666095397031236f,-0.1415328623958425f,0.9044270072982057f,0.34400040182440883f,-0.21002690912270755f,-0.9151789010838303f,0.18695373029509643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9143463659509398f,-0.21918166122649094f,-0.34048512809564185f,-0.07708593418547832f,0.21362220534615578f,0.45322378337288494f,-0.8654211434719012f,1.0178745194896224f,0.34400040182440883f,-0.8640298615019992f,-0.3675814494468963f,-0.12234764068571453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.944588513257641f,0.016409607977158992f,-0.3278464051774171f,0.047809452523517475f,0.17609182654451117f,0.8682109462371914f,-0.4638980722724966f,1.2144703206286052f,0.2770274521521955f,-0.4959238627047065f,-0.8229916847417759f,-0.14739132536019167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9027786553853603f,-0.30229526989456595f,-0.3059546848472376f,0.03943452860364995f,-0.1077618320533073f,0.847633728343093f,-0.5195232912273542f,1.1911420644584318f,0.4163869437591862f,-0.43604430093117713f,-0.7978015296377448f,-0.15905138849710324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9257423668352679f,-0.18878961609963035f,-0.32765767364612486f,0.045639958778214036f,-0.020587876062208656f,0.8903410121412715f,-0.4548285627118238f,1.2247017586543505f,0.37759397453545707f,-0.4143082945732688f,-0.8281131730882598f,-0.1521523883480506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9154897328712904f,0.14911445025767367f,-0.37368894783175594f,0.04852204178995618f,0.15062730034565455f,0.9882659617881207f,0.025333873797364945f,1.2234247813345125f,0.37308171410273244f,-0.03309485602556093f,-0.9272080484480353f,-0.1449672945131762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9254117595932235f,-0.07978634221280174f,-0.3704689120599398f,0.048624969562459666f,-0.0920233583574609f,0.9956370857326202f,0.015443284316149417f,1.2310808540696376f,0.36762042479055496f,0.04838319036769678f,-0.9287164745855728f,-0.14471069340188303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9281178945026293f,0.013435181386664108f,-0.3720439084370467f,0.048624969562459666f,0f,0.9993486053767905f,0.036088293551563067f,1.2310808540696376f,0.3722864138052934f,0.033494191027269526f,-0.9275133234964458f,-0.14471069340188303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9292028614078324f,0.1264877398788971f,-0.34725047733851283f,-0.1319701454406209f,0.19659891802139856f,0.9648053302504103f,-0.1746411754232431f,1.2703053087979161f,0.3129391438991165f,-0.23054614805007045f,-0.9213672263733733f,-0.07450549348945741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9105003997359433f,-0.18923302379255488f,-0.3676681721158549f,0.22671098598868386f,-0.10989652315107501f,0.9679048110328149f,-0.22601555472762516f,1.2506620527722874f,0.3986373994998371f,-0.1653817991372001f,-0.902073768731887f,-0.22117112907338046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9281178945026293f,-0.045180001864152f,-0.3695347633654531f,0.046247860598205015f,0f,0.9926087809337047f,-0.12135818066082112f,1.0918658967615082f,0.3722864138052934f,-0.11263469911559101f,-0.9212579718250116f,-0.12965168929859408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9281178945026293f,-0.036637903883666764f,-0.37047920036490223f,0.04531250000000001f,0f,0.9951456368715718f,-0.09841321768682235f,1.31421875f,0.3722864138052934f,-0.09133906839072248f,-0.9236124732167212f,-0.15296875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7763842022356396f,-0.46741304880946677f,-0.4227914525171586f,-0.7257277840894135f,0.10084949664218974f,0.7543095315550374f,-0.6487268374533591f,0.8298444278313305f,0.6221390114322896f,0.46102296299409984f,0.6327723745915228f,0.6713543533041919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6113653116065944f,-0.46741304880946677f,-0.6385589225488993f,-0.6598954501007247f,-0.10087807409167131f,0.7543095315550374f,-0.6487223942278973f,0.8298430721686695f,0.7848923938551879f,0.46102296299409984f,0.41400695363775436f,0.7381013854461824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7022115625460135f,-0.46741304880946677f,-0.537051173752861f,-0.6122539410321399f,-0.000014460401717930615f,0.7543095315550374f,-0.6565189490000398f,0.928321592350006f,0.7119683428478989f,0.46102296299409984f,0.5296781158161603f,0.6252761520027631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7399037940451575f,-0.1616929350743345f,0.6529914014017549f,0.8543700868705735f,-0.1574742136445614f,0.9853447520424556f,0.06555601924627923f,2.438873606531743f,-0.6540215956637885f,-0.054324160089582164f,-0.75452278828141f,-0.28026511398792486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9867993026117209f,-0.1616929350743345f,0.009084663563837747f,0.9407539775684572f,-0.1619476814667922f,0.9853447520424556f,-0.05355994856160634f,2.454853716909279f,-0.0002912602813423537f,-0.054324160089582164f,-0.9985233100924634f,-0.2475310033353069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9214281674440935f,-0.1616929350743345f,0.3533065623331478f,0.8445660478695431f,-0.17045451069371692f,0.9853447520424556f,0.006401515957728338f,2.4459034343268518f,-0.34916384696125824f,-0.054324160089582164f,-0.9354856993058613f,-0.12357520376573664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014501842101603585f,0f,-0.00000581697521570771f,0.29456071858756655f,0f,0.000015625f,0f,1.48034125f,0.00000581697521570771f,0f,-0.000014501842101603585f,0.48779927966219727f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63.mcfunction new file mode 100644 index 000000000..d825587a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..88a85fff9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5315648302259134f,-0.0999148839100062f,-0.611882579981315f,-0.07325297420024914f,-0.11907831258233437f,0.8074393162668956f,-0.02839983210225643f,1.4372224576007764f,0.6084436138081197f,0.07073337941977942f,-0.5401273945065348f,-0.4678239600936428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5185348286376481f,0.10884415103776923f,-0.5993951803898596f,-0.07325297420024914f,0.19491882437361985f,0.7753919563328752f,-0.0278202436920063f,1.4372224576007764f,0.577172663415837f,-0.16407396149037168f,-0.529104386455381f,-0.4678239600936428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8046797188653856f,0.13570108291940675f,-0.031940735521722836f,-0.1329642868154406f,0.13706872608262186f,0.8042671209726932f,-0.036207829220031476f,1.438026375719898f,0.02543931644631076f,-0.04103728379461878f,-0.8152381412580921f,-0.439498320273001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.779125889313232f,-0.1788403040533463f,-0.03128888377638156f,-0.1329642868154406f,-0.1774478809636788f,0.7792651712381959f,-0.03546889392982675f,1.438026375719898f,0.0384070064358752f,-0.027603234252744024f,-0.7986006281711924f,-0.439498320273001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7869621520358633f,0.6834438374958957f,1.1640452492287259f,-0.16297909328033217f,1.3038583065772622f,0.03614249480572997f,0.8602636145035379f,1.5975112542665393f,0.3493570346115226f,1.404636782608978f,-0.5885162880578092f,0.5131680366497169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4678018808205321f,-0.35869097155942037f,-0.8077760749258002f,-0.2982319227314807f,0.054852455167005876f,0.9239668201869741f,-0.3785188546898604f,1.6009172673971372f,0.8821295871145716f,0.13276333121510295f,0.4519084967355059f,0.3033460846021576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.19254337068949978f,-0.35869097155942037f,-0.9133826346746937f,-0.21697297223430978f,-0.21240388375450708f,0.9239668201869741f,-0.3180721700488332f,1.6800574503310068f,0.9580248642752066f,0.13276333121510295f,-0.2540910413909572f,-0.009078621218802846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3422339943466928f,0.9363854067032966f,0.07783484583789838f,0.5418549932883843f,0.6861512017085385f,0.30564934177266445f,-0.660132568707124f,1.4229249269069606f,-0.6419286732242426f,-0.17251333278050887f,-0.747105567176102f,-0.2557281041110785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6618091185974315f,0.7429016316831476f,-0.1005278875924861f,0.3115008388257906f,0.7410764244045683f,0.6280634376654745f,-0.23736480669966017f,1.6618442921414438f,-0.11320081153874728f,-0.2315890409979358f,-0.9662049949967271f,-0.28237937436099725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9034288954246383f,-0.20624576635694736f,-0.37587087513087947f,0.0009345349880539918f,0.012163237191762526f,0.8640090595976264f,-0.5033293162475659f,1.3411468711744494f,0.4285653819113656f,-0.45929405482006924f,-0.7780621341731679f,0.13299165997650128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9034288954246383f,-0.057044667019614484f,-0.4249260369481247f,-0.012417127809049494f,0.012163237191762526f,0.9872999040562547f,-0.1584012471905679f,1.525275595390056f,0.4285653819113656f,-0.14827273995961554f,-0.891261413958909f,0.0996201373968302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9034288954246383f,-0.1934515927101908f,-0.38261300577699675f,0.27787854447835264f,0.012163237191762526f,0.8804930996189116f,-0.47390289847657435f,1.335346519538387f,0.4285653819113656f,-0.432791384851145f,-0.7931099108104713f,-0.012214254886295631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9034288954246383f,-0.028268593176856593f,-0.42780499944673284f,0.26990440201114996f,0.012163237191762526f,0.9957324183880203f,-0.09148227496166372f,1.5214745837676302f,0.4285653819113656f,-0.08785122429964137f,-0.8992296012789056f,-0.03430654445047153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9975577810525945f,0.03954412078131783f,-0.05757374378183311f,0.3560452338596658f,0.04015177111729461f,0.9991490405365556f,-0.009435574758577609f,2.1994375383397626f,0.05715162935182172f,-0.011724218801816476f,-0.9982966663051216f,-0.15701724455478777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9975577810525945f,0.03954412078131783f,-0.05757374378183311f,0.3831130970719265f,0.04015177111729461f,0.9991490405365556f,-0.009435574758577609f,2.072153631722178f,0.05715162935182172f,-0.011724218801816476f,-0.9982966663051216f,-0.2512852157713592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9975577810525945f,0.03954412078131783f,-0.05757374378183311f,-0.23001996250873347f,0.04015177111729461f,0.9991490405365556f,-0.009435574758577609f,2.2230267038711733f,0.05715162935182172f,-0.011724218801816476f,-0.9982966663051216f,-0.12344066231059252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9975577810525945f,0.03954412078131783f,-0.05757374378183311f,-0.2777689328754173f,0.04015177111729461f,0.9991490405365556f,-0.009435574758577609f,2.0987541800873855f,0.05715162935182172f,-0.011724218801816476f,-0.9982966663051216f,-0.2134222613257773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9790899364575313f,0.1951123959544958f,-0.057567779812000085f,0.26073701427967805f,0.19595881283246297f,0.9805671802526208f,-0.009388753096988072f,2.3098670236004497f,0.05461721341187816f,-0.020473347462505672f,-0.9982974516860199f,-0.17447152649441786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975580179169973f,0.03954682815382991f,-0.057567779812000085f,0.14623181057233364f,0.040151732392662176f,0.9991494831611294f,-0.009388753096988072f,2.3245607131480615f,0.05714752204058829f,-0.011677272019594618f,-0.9982974516860199f,-0.16800666482397442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.958358506497007f,0.2797065999378452f,-0.057560324669306585f,0.12377839665752209f,0.28067527769350237f,0.9597574356964579f,-0.009330225990591247f,2.3211396543049294f,0.05263422381398928f,-0.025097461556308376f,-0.9982984302837148f,-0.1666868968599842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9978871953704986f,-0.030132280689719432f,-0.057560324669306585f,0.15321029686634355f,-0.029643306294569072f,0.9995169939900429f,-0.009330225990591247f,2.3299636200535696f,0.057813663675003256f,-0.007604234711336937f,-0.9982984302837148f,-0.16846636407372867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9903152753067621f,0.1263426472655044f,-0.057560324669306585f,0.21319865991276354f,0.12708055824961567f,0.9918485159528803f,-0.009330225990591247f,2.432000017383494f,0.05591231714978101f,-0.016554663512551287f,-0.9982984302837148f,-0.20418210920372257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9903152753067621f,0.12633925051862832f,-0.057567779812000085f,0.18477232854607223f,0.12708055824961567f,0.9918479636669373f,-0.009388753096988072f,2.2088342255584337f,0.05591231714978101f,-0.016613571203730887f,-0.9982974516860199f,-0.20044405568288312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9914622527955165f,-0.11699515079088887f,-0.05757374378183311f,-0.1287860149292822f,-0.11664390946499953f,0.9931289786899264f,-0.009435574758577609f,2.3255467631445246f,0.058282069853085934f,-0.0026393896493106406f,-0.9982966663051216f,-0.15216033453949623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9975577810525944f,0.039544120781317825f,-0.05757374378183311f,-0.013483808740275605f,0.04015177111729461f,0.9991490405365556f,-0.009435574758577609f,2.330990688218864f,0.05715162935182171f,-0.011724218801816476f,-0.9982966663051216f,-0.15886149509068287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9774926403279373f,-0.20296157796898745f,-0.05757374378183311f,0.008627304947086634f,-0.20275693795566985f,0.9791836365257622f,-0.009435574758577609f,2.325777829775808f,0.05829032694674312f,0.00245027111207511f,-0.9982966663051216f,-0.16008741652258696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923693220120126f,0.1090339064528183f,-0.05757374378183311f,-0.020013543212907187f,0.10975107723353006f,0.9939143177231402f,-0.009435574758577609f,2.3369392122125063f,0.05619457069413224f,-0.01568235532638676f,-0.9982966663051216f,-0.15854113589542562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9972082697427598f,-0.04754924587829622f,-0.05757374378183311f,-0.07531569703969304f,-0.04708259523753136f,0.998846434220333f,-0.009435574758577609f,2.4436126160373317f,0.05795598314539775f,-0.006698511904240246f,-0.9982966663051216f,-0.18766331352338175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9972082697427598f,-0.04754924587829622f,-0.05757374378183311f,-0.06461711671707641f,-0.04708259523753136f,0.998846434220333f,-0.009435574758577609f,2.2188721683377572f,0.05795598314539775f,-0.006698511904240246f,-0.9982966663051216f,-0.1861561483449277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9975577810525945f,0.03954412078131783f,-0.05757374378183311f,0.04161042350725479f,0.04015177111729461f,0.9991490405365556f,-0.009435574758577609f,1.7020841753843161f,0.05715162935182172f,-0.011724218801816476f,-0.9982966663051216f,-0.1560946690559394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9034288954246383f,-0.00745921008407479f,-0.42867305851515713f,0.044407627288782836f,0.012163237191762526f,0.9990002825217437f,-0.04301733583676949f,1.3274590694386623f,0.4285653819113656f,-0.044077156287561536f,-0.9024349936260048f,-0.13956573544810383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9355470491254102f,-0.1563110782113163f,-0.31673106210340807f,0.27168939215095583f,-0.06674807407148212f,0.9588267060121014f,-0.2760363063905383f,0.813865514518644f,0.34683773364569936f,-0.23710376350112827f,-0.9074609588589011f,0.07305525581376815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9355470491254102f,-0.3019484445134054f,-0.18324534299313616f,0.1651867613033765f,-0.06674807407148212f,0.6606070186822146f,-0.7477586920093569f,1.0273645907196898f,0.34683773364569936f,-0.6873321640398703f,-0.6381834240998303f,-0.17313355693032095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.928355840601142f,0.14028493022361146f,-0.3442028058774412f,0.0027502452580178555f,0.20922463274910053f,0.9626271901806727f,-0.17197077012058454f,0.9304087854148501f,0.30721407238723786f,-0.23166577450503867f,-0.9230116373319622f,0.20477099777408658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.928355840601142f,-0.19539316793164543f,-0.3161913078302166f,-0.0779670961326735f,0.20922463274910053f,0.4284033106843288f,-0.8790310895785828f,1.0350591093741754f,0.30721407238723786f,-0.882208656339498f,-0.35682965180448034f,-0.11041586903472489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9550255798834156f,0.021795058289979886f,-0.2957213506030334f,0.04579541487407066f,0.16865462004834017f,0.8601952844612821f,-0.4812688351918539f,1.2311804552718477f,0.2438888289870937f,-0.5094988204350529f,-0.8251843376304435f,-0.1363075548106575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9156616575217813f,-0.29538302399661276f,-0.27260337136411333f,0.03854983406873759f,-0.10751434060670706f,0.833478411220848f,-0.5419911480759403f,1.206355351441012f,0.38730400915607516f,-0.46697174128997077f,-0.7949421345785135f,-0.14728075742566615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9385003082272418f,-0.17859339350741246f,-0.29550223561401123f,0.04393115344578846f,-0.018643603500742147f,0.8808005106174548f,-0.47312036158311543f,1.240374761879204f,0.3447746909300031f,-0.43851437865996745f,-0.8299611751175976f,-0.14088502224003913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9303785129261902f,0.13451787533783016f,-0.3410289780940129f,0.046455553458514966f,0.14489873100260064f,0.9894337234944669f,-0.005026386944001328f,1.24156627810263f,0.33674943272273933f,-0.0540911085712877f,-0.9400393457374231f,-0.13389532565266374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.936731116646281f,-0.09093987988661942f,-0.33803069883195336f,0.046466812315978726f,-0.09162371477967349f,0.9956957293876929f,-0.01396815553619324f,1.2485252525131858f,0.3378459856156124f,0.017887222403645413f,-0.9410314220460961f,-0.13386415151338493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.940539158410732f,0.0016178719875046405f,-0.3396814301463416f,0.046466812315978726f,0f,0.9999886575384493f,0.0047628557032299845f,1.2485252525131858f,0.3396852830136035f,0.004479652294747727f,-0.940528490381491f,-0.13386415151338493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9409265645633976f,0.12154828018767111f,-0.3160430598547318f,-0.13649326941439344f,0.18952395838085206f,0.962503965034114f,-0.1940793304122362f,1.2852759303583787f,0.2806026894001111f,-0.24251212934001531f,-0.9286818603937499f,-0.07007310789113518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9231430823786317f,-0.19238990822954435f,-0.33285578358788687f,0.22684633962844294f,-0.11099380327380112f,0.9622855594858744f,-0.24836843124635263f,1.2675264652016147f,0.3680858936325806f,-0.1923346698242024f,-0.9096813451381311f,-0.2048003751061046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.940539158410732f,-0.05227030200102098f,-0.33563954925597483f,0.04486259905478072f,0f,0.9880897584913425f,-0.1538786182824638f,1.110091351091364f,0.3396852830136035f,-0.14472886613679478f,-0.9293371098857107f,-0.11530675463861645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.940539158410732f,-0.04252745352293688f,-0.33701262171154117f,0.042708333333333355f,0f,0.9921319484955275f,-0.12519663244060464f,1.3317708333333333f,0.3396852830136035f,-0.11775233531154404f,-0.9331389478703832f,-0.14427083333333335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7631749784421719f,-0.4513019969901479f,-0.46248292919036005f,-0.5242185331578337f,0.08705811014858919f,0.7809889966481118f,-0.6184473078378883f,0.9602974118454761f,0.6403005838956788f,0.4317206210355028f,0.6353207596447428f,0.5387050062109566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6058103199431085f,-0.4513019969901479f,-0.6552254297286801f,-0.45941445310797724f,-0.08708648541380118f,0.7809889966481118f,-0.618443312820866f,0.9602960686367795f,0.7908285530433894f,0.4317206210355028f,0.43382888915333817f,0.6064508083472337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6912435205318022f,-0.4513019969901479f,-0.5643659299032014f,-0.4071616036474252f,-0.00001432755942981645f,0.7809889966481118f,-0.6245447837499699f,1.0539784578036233f,0.7226218894536214f,0.4317206210355028f,0.539847117483458f,0.49160083965657647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8044866782245974f,-0.24749727660595533f,0.5399502594052421f,0.8096983008171567f,-0.20991086240778709f,0.9688581752770337f,0.13134407501701717f,2.436176270195558f,-0.5556425239327638f,-0.007676865994140233f,-0.8313858618753004f,-0.2825028669258204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9575959200281026f,-0.24749727660595533f,-0.14749627798072384f,0.898359210689103f,-0.24339875324619006f,0.9688581752770337f,-0.045506956798461534f,2.4589849870045417f,0.15416582261880238f,-0.007676865994140233f,-0.9880151642888767f,-0.26230217391280264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9457163719674282f,-0.24749727660595533f,0.21063153103322418f,0.8224340260981462f,-0.24329297929582552f,0.9688581752770337f,0.046069104877539915f,2.440670262868419f,-0.21547405880552267f,-0.007676865994140233f,-0.9764793882670448f,-0.12593061217925478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014695924350167688f,0f,-0.000005307582547087555f,0.2694536240293563f,0f,0.000015625f,0f,1.4978933333333333f,0.000005307582547087555f,0f,-0.000014695924350167688f,0.5048015166041956f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64.mcfunction new file mode 100644 index 000000000..7d899132e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..c207316fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5671250578147452f,-0.10367386895365666f,-0.5784162360612348f,-0.06167225020769124f,-0.11865382315580496f,0.8075019038092844f,-0.02839700757714671f,1.454941002332514f,0.5755300891296451f,0.06431833863685839f,-0.5758235079135462f,-0.4643503068614896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5521268623416268f,0.11877276550751607f,-0.5666118230803934f,-0.06167225020769124f,0.19532646026764364f,0.7752894697487016f,-0.027817476810266167f,1.454941002332514f,0.5449802765239335f,-0.1575413224220035f,-0.5640720077520452f,-0.4643503068614896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8048519720946751f,0.13824269833163877f,-0.006834019150116202f,-0.12156898311440258f,0.13841050810731234f,0.8040182672029768f,-0.0366278813725649f,1.4558035247041463f,0.0005279254040740517f,-0.03725623177878533f,-0.815816240910205f,-0.43920120284363695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.780234567199914f,-0.17660465213316096f,-0.006694549371542402f,-0.12156898311440258f,-0.176140246190335f,0.7795429510059658f,-0.03588037358945133f,1.4558035247041463f,0.014444162086150208f,-0.03351991023012495f,-0.7991669298712213f,-0.43920120284363695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7331219696806864f,0.41536363691164546f,1.3158310973309006f,-0.24884224891448561f,1.3730143060107867f,0.07165197373805157f,0.7423637653799918f,1.5754660663322098f,0.1370041716927944f,1.5045747883674556f,-0.3986111051486132f,0.5117877249248322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.30457924603821096f,-0.41860456199728446f,-0.8555709810166874f,-0.3456403556278591f,-0.007053824305393475f,0.8972335658916892f,-0.44149991143821576f,1.5927624612074305f,0.9524608792204874f,0.14050675753267342f,0.27032595998570097f,0.28230568649264304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.31655490576436685f,-0.41860456199728446f,-0.8512127890907035f,-0.22580299508417806f,-0.28916509597264634f,0.8972335658916892f,-0.3336996786159885f,1.6977873734167166f,0.9034248938941427f,0.14050675753267342f,-0.405069515244003f,-0.013553558270260793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.23839841097054312f,0.9649976985009908f,0.10929610942074357f,0.5406831337410709f,0.6722989631495988f,0.24520002603765445f,-0.6984919837615232f,1.4418783821795451f,-0.7008425656270418f,-0.09303971796455834f,-0.7072222487212778f,-0.20177817255911742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6415587581675277f,0.7668426050690884f,-0.01883557457031987f,0.31553084815142135f,0.7377219968997071f,0.6100960064497392f,-0.28904864331871266f,1.6800279371075741f,-0.21016330580966902f,-0.1993371063423315f,-0.9571290941802039f,-0.2607396501039377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9219421905979427f,-0.19017270917487583f,-0.3374269370998036f,-0.012834036322830174f,0.013276112504849044f,0.8551395765221981f,-0.5182277969215798f,1.3596894390861598f,0.3870999122090126f,-0.4822557883017308f,-0.7858645001635148f,0.14279159365256228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9219421905979427f,-0.05494610432728254f,-0.3834103843334477f,-0.02553274578627969f,0.013276112504849044f,0.9848222807541903f,-0.17305727423853967f,1.5432620087635796f,0.3870999122090126f,-0.16463900190832645f,-0.9072197402054283f,0.10625165741846715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9219421905979427f,-0.17527335061770835f,-0.3454009984911865f,0.26898892808955666f,0.013276112504849044f,0.876930452146172f,-0.4804338944490374f,1.352874696880729f,0.3870999122090126f,-0.4475178596011026f,-0.8061522333317838f,0.006947993883843626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9219421905979427f,-0.02132060098788803f,-0.38674026060003375f,0.2625741887755774f,0.013276112504849044f,0.99615766992409f,-0.08656582170906814f,1.5391132236058143f,0.3870999122090126f,-0.08494309050724991f,-0.9181167296933719f,-0.014717065146849284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9979348165078378f,0.038753805585636056f,-0.05122738090219997f,0.3542336599354257f,0.03896184204543627f,0.9992359883132309f,-0.003068309649834497f,2.217498977939344f,0.051069333908861814f,-0.005057886150509727f,-0.998682302297279f,-0.14255684532751473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9979348165078378f,0.038753805585636056f,-0.05122738090219997f,0.3820094228966839f,0.03896184204543627f,0.9992359883132309f,-0.003068309649834497f,2.0908457562938145f,0.051069333908861814f,-0.005057886150509727f,-0.998682302297279f,-0.2374661754206532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9979348165078378f,0.038753805585636056f,-0.05122738090219997f,-0.23205304476292904f,0.03896184204543627f,0.9992359883132309f,-0.003068309649834497f,2.2403890601410383f,0.051069333908861814f,-0.005057886150509727f,-0.998682302297279f,-0.1125536116560584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9979348165078378f,0.038753805585636056f,-0.05122738090219997f,-0.27912239303975867f,0.03896184204543627f,0.9992359883132309f,-0.003068309649834497f,2.116657976648916f,0.051069333908861814f,-0.005057886150509727f,-0.998682302297279f,-0.20363274170603227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9795859961812191f,0.1943903107480788f,-0.05122190130123995f,0.2589427028596009f,0.1947971136702541f,0.980838892854767f,-0.003025023830160089f,2.3279598852478003f,0.04965239763985908f,-0.012941149512323457f,-0.9986827154096104f,-0.15990735781620352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9979350113093433f,0.03875603217703247f,-0.05122190130123995f,0.1443861060101083f,0.038961830459307886f,0.9992361207432843f,-0.003025023830160089f,2.3425173890070554f,0.05106553603244832f,-0.0050144762244641525f,-0.9986827154096104f,-0.15407590623344272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9589157067993733f,0.27902990115151566f,-0.05121505166290467f,0.12192777981704499f,0.27954161964364094f,0.9601289791178464f,-0.0029709165474778353f,2.339069563194335f,0.0483440807180002f,-0.017165597032947757f,-0.99868322912625f,-0.15292024327009002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9982080129238969f,-0.030948043842729103f,-0.05121505166290467f,0.15136273690003588f,-0.03083629240149753f,0.9995200331788241f,-0.0029709165474778353f,2.347929025539753f,0.05128241419292601f,-0.0013863103949854454f,-0.99868322912625f,-0.1544560992114444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9907597565361524f,0.12558711443293097f,-0.05121505166290467f,0.21148828288389182f,0.12590273521518158f,0.992038141867642f,-0.0029709165474778353f,2.4502419424274327f,0.050434175850904366f,-0.009391579643814887f,-0.99868322912625f,-0.18913505953796014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9907597565361524f,0.1255843208983913f,-0.05122190130123995f,0.18323181068175382f,0.12590273521518158f,0.9920379783537336f,-0.003025023830160089f,2.227033397297843f,0.050434175850904366f,-0.009446049350233637f,-0.9986827154096104f,-0.18700969843415757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9917110137838016f,-0.1178347172348011f,-0.05122738090219997f,-0.13072751220245382f,-0.11783279016433987f,0.9930287100773973f,-0.003068309649834497f,2.3431749089581233f,0.05123181337793211f,0.00299338875107764f,-0.998682302297279f,-0.13997075963234754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9979348165078379f,0.03875380558563607f,-0.05122738090219997f,-0.01538984148874721f,0.038961842045436276f,0.999235988313231f,-0.003068309649834497f,2.34875677223287f,0.051069333908861814f,-0.005057886150509727f,-0.998682302297279f,-0.14590415172445015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9776672816685539f,-0.2038196305578092f,-0.05122738090219997f,0.006733107757118648f,-0.203932555619617f,0.9789801316851864f,-0.003068309649834497f,2.343570117032594f,0.050775969840789074f,0.0074471447504141f,-0.998682302297279f,-0.1470230125282576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.992800568629034f,0.10827181708906639f,-0.05122738090219997f,-0.02192661901654458f,0.1085701119393859f,0.9940840589554599f,-0.003068309649834497f,2.3546977332810837f,0.05059211127573677f,-0.008607982043999042f,-0.998682302297279f,-0.1455871006628187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9975149899563814f,-0.048369414491199664f,-0.05122738090219997f,-0.07713501170572551f,-0.04827557426807826f,0.998829341982393f,-0.003068309649834497f,2.4615104597552406f,0.05131582349926591f,-0.0005876536382344415f,-0.998682302297279f,-0.17437458702554487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9975149899563814f,-0.048369414491199664f,-0.05122738090219997f,-0.0662518934452056f,-0.04827557426807826f,0.998829341982393f,-0.003068309649834497f,2.2367738578092027f,0.05131582349926591f,-0.0005876536382344415f,-0.998682302297279f,-0.17424236495694212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9979348165078378f,0.038753805585636056f,-0.05122738090219997f,0.04022948890882939f,0.03896184204543627f,0.9992359883132309f,-0.003068309649834497f,1.7198910682195492f,0.051069333908861814f,-0.005057886150509727f,-0.998682302297279f,-0.14682504309662364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9219421905979427f,-0.004430935263122084f,-0.38730216111992033f,0.04189108963250017f,0.013276112504849044f,0.9989854966625159f,-0.04303164294684732f,1.3452715069711056f,0.3870999122090126f,-0.04481455422784415f,-0.9209480515735589f,-0.13001958526118207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9459054861275532f,-0.16986816950378772f,-0.2764192762873635f,0.2685800038510291f,-0.0728692972357247f,0.9414477331670214f,-0.32919026600895834f,0.8560600772220013f,0.31615324896981356f,-0.2912404001921945f,-0.9028987498394943f,0.11087007988964875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9459054861275532f,-0.2948253174755066f,-0.13542837032639832f,0.1658424353314639f,-0.0728692972357247f,0.5998099531711086f,-0.7968174732002582f,1.0453041391380484f,0.31615324896981356f,-0.7438454491709546f,-0.588847239030202f,-0.15289424379809513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9409497545561041f,0.13547734569496894f,-0.3102570679360155f,-0.008128633673409394f,0.20466823875066278f,0.9576446979169494f,-0.20255257243060698f,0.9567973098439111f,0.2696747512235974f,-0.2540915609676962f,-0.9288234531909121f,0.22233359543439585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9409497545561041f,-0.17008011145971014f,-0.2927222490461906f,-0.07921352758272956f,0.20466823875066278f,0.4029657741199724f,-0.8920367127728505f,1.0524590735231196f,0.2696747512235974f,-0.8992726730940643f,-0.3443605493937233f,-0.09829797193445607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9642609599250827f,0.02827583023482888f,-0.2634412241637388f,0.04363031050992852f,0.16120849450326713f,0.8516804235900507f,-0.4986504561047364f,1.2479389965315357f,0.21026797774351708f,-0.5232981306081673f,-0.8258004868233302f,-0.12513612843272143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9277252168927446f,-0.28645296992227165f,-0.23931280359399948f,0.037478192470897904f,-0.10717496760826238f,0.8185637388137859f,-0.5643287444542974f,1.2216359204283453f,0.35754642811735365f,-0.49789366487424386f,-0.7901028099042656f,-0.135292625905238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9502243376562932f,-0.16674418653109066f,-0.26319210547382255f,0.042067083761199546f,-0.01668965228817597f,0.8707661794693341f,-0.4914139967470186f,1.2561024294640608f,0.3111192112875042f,-0.4625609548486165f,-0.8302061186340278f,-0.1294726373844272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9438324937959396f,0.12146364705523549f,-0.307289450028762f,0.04422226729580767f,0.1389716961918952f,0.9896539705036949f,-0.03566351530372786f,1.2597827816318292f,0.29977840367926f,-0.07636492067901868f,-0.9509475840324755f,-0.1227748397534365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9472182652652805f,-0.10013053502726646f,-0.3045512007905831f,0.044170838312858084f,-0.0911319730430038f,0.9948813656507368f,-0.043658123759663686f,1.2660305260037583f,0.3073638258434488f,-0.013599420431703608f,-0.9514948945353305f,-0.12293466879566545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.951932453075037f,-0.008228637271934111f,-0.3061974760039497f,0.044170838312858084f,0f,0.9996390995086714f,-0.026863929971106704f,1.2660305260037583f,0.30630802271984714f,-0.025572646756631512f,-0.9515889001850106f,-0.12293466879566545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9515398071253165f,0.11757943208028242f,-0.2841602938617456f,-0.14093137690925664f,0.18239804416359032f,0.9597285524186678f,-0.21366342494134366f,1.3002840308420696f,0.24759432332186518f,-0.25513953598775413f,-0.9346661801064278f,-0.06565509107452981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.934874669569643f,-0.19383186918921216f,-0.29738621132067794f,0.2267017902797302f,-0.11207930421354281f,0.9560821244265153f,-0.27082319125047133f,1.2844312238881788f,0.33681980607449274f,-0.21985490178455738f,-0.9155415011878182f,-0.18820512091940686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.951932453075037f,-0.057143656619995604f,-0.30093056888697506f,0.04308083887984198f,0f,0.982444293214643f,-0.1865561865229363f,1.128487004112186f,0.30630802271984714f,-0.17758888827310287f,-0.9352206060493861f,-0.10081675589961643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.951932453075037f,-0.04660652085179989f,-0.3027415349710593f,0.04010416666666667f,0f,0.9883565317123614f,-0.1521557301632506f,1.3493229166666667f,0.30630802271984714f,-0.14484197746372654f,-0.9408486577456838f,-0.13557291666666663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7486392903017274f,-0.43344591865838294f,-0.5016610893969323f,-0.4140858462425064f,0.07396233007167986f,0.8065588787931786f,-0.586508609289121f,1.0544621896246853f,0.6588389687525277f,0.40197936593596606f,0.6358803367103162f,0.46078758863559155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6006252493342161f,-0.43344591865838294f,-0.6718436912412006f,-0.350337967442385f,-0.07398977807831052f,0.8065588787931786f,-0.5865051472747815f,1.0544608928054564f,0.796099756690161f,0.40197936593596606f,0.45236906034739566f,0.5295281912428084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6799773738679618f,-0.43344591865838294f,-0.591401223050833f,-0.2935017233848207f,-0.000013832738442576265f,0.8065588787931786f,-0.5911537658245494f,1.1431346060887533f,0.7332330944769787f,0.40197936593596606f,0.5484357925276516f,0.4128925210600522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8521858867427293f,-0.3223652921284581f,0.4121405498946227f,0.7681342887779679f,-0.27163633069391835f,0.9457774596738262f,0.1780974469779626f,2.4331866508696356f,-0.4472056778302935f,0.03981978407598213f,-0.893544328230273f,-0.287619755674169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8973416075149353f,-0.3223652921284581f,-0.3014276992139998f,0.8567023170293833f,-0.31870963192400414f,0.9457774596738262f,-0.06268307021668437f,2.463072307463697f,0.30529036987985303f,0.03981978407598213f,-0.951426389614438f,-0.280435439311541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9447256346817641f,-0.3223652921284581f,0.05978372358821282f,0.8034507443654436f,-0.3187803370033208f,0.9457774596738262f,0.06232249604254604f,2.4387811047602845f,-0.07663270786803211f,0.03981978407598213f,-0.9962639273209458f,-0.1345880083947131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014873944579297456f,0f,-0.000004786062854997612f,0.2438203598064925f,0f,0.000015625f,0f,1.5154454166666667f,0.000004786062854997612f,0f,-0.000014873944579297456f,0.5210914229764019f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65.mcfunction new file mode 100644 index 000000000..55c2ac369 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..43279696c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6005614956421975f,-0.10744762784106779f,-0.5428861221911816f,-0.04987770645163591f,-0.11861984585767653f,0.8074998044974252f,-0.028597943103754266f,1.4727091255388445f,0.5405549616506654f,0.057823156714173804f,-0.6094269935167792f,-0.4602643430496216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5838023518627585f,0.12789185663942754f,-0.5318068135750351f,-0.04987770645163591f,0.19535642359020003f,0.775274832628379f,-0.028014311611840915f,1.4727091255388445f,0.5108920450756289f,-0.15030837268216f,-0.5969897079348042f,-0.4602643430496216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8043207618836422f,0.14027101887935567f,0.018346599409946044f,-0.10983797662341525f,0.13934686789672066f,0.8038450712822027f,-0.036878126675967494f,1.4735937532965515f,-0.024392762343274293f,-0.03319016544553939f,-0.8156272742542434f,-0.4382345788062919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7805141725168473f,-0.17456983497109746f,0.017972179013824696f,-0.10983797662341525f,-0.17522789074158296f,0.7797372209277506f,-0.03612551184584571f,1.4735937532965515f,-0.009633940346350007f,-0.03918212625716307f,-0.7989818196776263f,-0.4382345788062919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6193938884211538f,0.17765954436276682f,1.4234446063276702f,-0.3308367324739659f,1.4343902506629365f,0.0948587149018891f,0.6123174691369507f,1.5473817399700198f,-0.016794933451542555f,1.549466088852536f,-0.20069633705272727f,0.49439295990020843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.13892023472429266f,-0.4785020981205037f,-0.8670276295934423f,-0.3880955199563489f,-0.08548600560769765f,0.8664544965055219f,-0.49188286037491014f,1.5827398188815305f,0.9866069689746715f,0.14245121122559265f,0.07946282898924123f,0.2539701132640594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4244609524427664f,-0.4785020981205037f,-0.7686798045647196f,-0.23414298603930006f,-0.37025651277543503f,0.8664544965055219f,-0.3349130039767592f,1.7154011538143783f,0.8262826481288069f,0.14245121122559265f,-0.5449446190408783f,-0.018274193506371023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.12977303230597773f,0.9821481116476662f,0.13617652834844382f,0.5358784522297831f,0.6524685570249528f,0.18799969467224303f,-0.7341259407601121f,1.462594783775347f,-0.746621552180144f,-0.006418846474741598f,-0.6652180516417503f,-0.14834730059150075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6126812697355256f,0.7881105538155021f,0.05918966700266454f,0.31877933794336305f,0.7295132326564715f,0.5927562684666611f,-0.3412483693332242f,1.698416939683771f,-0.30402648748812805f,-0.16589683890328347f,-0.9381077410124752f,-0.23874525137163993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9385618141685184f,-0.1728344689510742f,-0.29871385526469924f,-0.026789321341235878f,0.013847132955850794f,0.8460016176184556f,-0.533000487706962f,1.3782373802071182f,0.34483326100247713f,-0.5043902351645564f,-0.7916315511505596f,0.15212052752697658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9385618141685184f,-0.05197355151603827f,-0.341175132340429f,-0.038666706827620724f,0.013847132955850794f,0.9821274112058163f,-0.18770723232487474f,1.5612130996061784f,0.34483326100247713f,-0.1808991379221339f,-0.9210676001279311f,0.11244526666577692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9385618141685184f,-0.1566033142950733f,-0.3075339378613327f,0.2596419141221695f,0.013847132955850794f,0.8733094032405271f,-0.48696913980310647f,1.370540913885684f,0.34483326100247713f,-0.46130910262368874f,-0.8174863509214847f,0.025798588947565284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9385618141685184f,-0.015217104043671778f,-0.34477552223036895f,0.25463386010004124f,0.013847132955850794f,0.996562427821553f,-0.08167976716001969f,1.556885870557475f,0.34483326100247713f,-0.08143566294281705f,-0.9351247269254843f,0.004684872602502832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9982992846640731f,0.0371939079365542f,-0.04489043830936773f,0.35178938688329964f,0.037085661945793054f,0.9993068311936872f,0.003242037580606219f,2.2357988913821916f,0.04497990570512972f,0.0015717321778335736f,-0.9989866554367575f,-0.12798617448811864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9982992846640731f,0.0371939079365542f,-0.04489043830936773f,0.38036789297462986f,0.037085661945793054f,0.9993068311936872f,0.003242037580606219f,2.109798766183195f,0.04497990570512972f,0.0015717321778335736f,-0.9989866554367575f,-0.2235243864214862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9982992846640731f,0.0371939079365542f,-0.04489043830936773f,-0.23471144285684334f,0.037085661945793054f,0.9993068311936872f,0.003242037580606219f,2.257586717775345f,0.04497990570512972f,0.0015717321778335736f,-0.9989866554367575f,-0.10156047988635493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9982992846640731f,0.0371939079365542f,-0.04489043830936773f,-0.2810053831153186f,0.037085661945793054f,0.9993068311936872f,0.003242037580606219f,2.134368017222283f,0.04497990570512972f,0.0015717321778335736f,-0.9989866554367575f,-0.19372519889183776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9801900316177442f,0.192906165292861f,-0.04488555791353295f,0.25643455889016575f,0.19295509650580625f,0.9812021021669731f,0.0032810723167882544f,2.3462206801576735f,0.04467474286037598f,-0.005444822780989864f,-0.9989867472870912f,-0.1452358400788012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9982994385669764f,0.03719566705478844f,-0.04488555791353295f,0.14182026108606688f,0.037085673128354035f,0.9993067033764303f,0.0032810723167882544f,2.3605627900005213f,0.044976480581262246f,0.001610881522782308f,-0.9989867472870912f,-0.14003899015514298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.95964688724815f,0.27760346918852424f,-0.044879457321059316f,0.11936063004403133f,0.27773821668173343f,0.9606510266421786f,0.00332986572986837f,2.3570729583342342f,0.04403787902916277f,-0.009269245159372443f,-0.9989868599259892f,-0.1390473157091614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9984626151364097f,-0.032530608440810516f,-0.044879457321059316f,0.14879058184384827f,-0.03271275209681562f,0.9994592477157203f,0.00332986572986837f,2.365987732617897f,0.044746866093776747f,0.004792877006280935f,-0.9989868599259892f,-0.1403397403807729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9912587918192335f,0.12406386239207985f,-0.044879457321059316f,0.208971681480443f,0.12403986891111633f,0.9922716477430634f,0.00332986572986837f,2.468613321243471f,0.044945729069476366f,-0.0022660833225966012f,-0.9989868599259892f,-0.17398299136867182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9912587918192335f,0.12406165536484104f,-0.04488555791353295f,0.18105780902335383f,0.12403986891111633f,0.992271810284342f,0.0032810723167882544f,2.2453521639294944f,0.044945729069476366f,-0.0023152069389858424f,-0.9989867472870912f,-0.1734620698074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9918269729779818f,-0.11943242533636592f,-0.04489043830936773f,-0.1333779398392051f,-0.11969695364172019f,0.9928051815342314f,0.003242037580606219f,2.3607029952670144f,0.04418025534359943f,0.00858878903312642f,-0.9989866554367575f,-0.1276765429759853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9982992846640731f,0.0371939079365542f,-0.04489043830936773f,-0.018014007542229697f,0.037085661945793054f,0.9993068311936872f,0.003242037580606219f,2.366501680279812f,0.04497990570512972f,0.0015717321778335731f,-0.9989866554367575f,-0.13284171500615413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9776435501667053f,-0.20542136540738348f,-0.04489043830936773f,0.004123820906659373f,-0.20577014359595464f,0.9785949811831381f,0.003242037580606219f,2.361356626324408f,0.043263573846148186f,0.012406669067081672f,-0.9989866554367575f,-0.13385319726676964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9932729619185605f,0.1067411432856285f,-0.04489043830936773f,-0.024562115410446415f,0.10670344386969943f,0.9942856049740799f,0.003242037580606219f,2.3724303403180262f,0.04497997540991002f,-0.001569736094089759f,-0.9989866554367575f,-0.13252822896583172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9977421171630303f,-0.04995514175164536f,-0.04489043830936773f,-0.07975691903678464f,-0.05015078929987264f,0.9987363954141883f,0.003242037580606219f,2.4793392683841344f,0.044671758098757404f,0.0054860083528282064f,-0.9989866554367575f,-0.16098274150173125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9977421171630303f,-0.04995514175164536f,-0.04489043830936773f,-0.06851701214266445f,-0.05015078929987264f,0.9987363954141883f,0.003242037580606219f,2.2546235794159424f,0.044671758098757404f,0.0054860083528282064f,-0.9989866554367575f,-0.1622170933811176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9982992846640731f,0.0371939079365542f,-0.04489043830936773f,0.038611346820028404f,0.037085661945793054f,0.9993068311936872f,0.003242037580606219f,1.7377418070115596f,0.04497990570512972f,0.0015717321778335736f,-0.9989866554367575f,-0.13742676135299983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9385618141685184f,-0.0018720583413798647f,-0.34510609438586565f,0.03931336869804585f,0.013847132955850794f,0.9989757405223155f,-0.04307814709100605f,1.3631259043156914f,0.34483326100247713f,-0.04521023385758838f,-0.9375745606942094f,-0.12047292365640419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9551392425656431f,-0.17935716609261293f,-0.2356693325028872f,0.2628707833568442f,-0.07888625449786717f,0.9210872610982199f,-0.3812810201070566f,0.8994296147164915f,0.28545750325123226f,-0.3455853938085444f,-0.8939154039526145f,0.14689660917395214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9551392425656431f,-0.2821453752089697f,-0.09001674599383856f,0.16583101816183876f,-0.07888625449786717f,0.5353481325449327f,-0.8409395553973847f,1.063430193869335f,0.28545750325123226f,-0.7961132860522068f,-0.5335894017020296f,-0.1324763114673002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9519751613531042f,0.13249976944570202f,-0.2760201138749981f,-0.01976710061746502f,0.20000217344807383f,0.9517021439131716f,-0.23294239607061473f,0.9835027022628046f,0.2318241203645076f,-0.2769599977756866f,-0.9324970438823459f,0.23949363071970944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9519751613531042f,-0.1435643674077718f,-0.27043033220690577f,-0.08085499612184419f,0.20000217344807383f,0.37717935498599814f,-0.9042869371988036f,1.0700793085913647f,0.2318241203645076f,-0.9149453571570012f,-0.33035219181060316f,-0.08605346289724816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9721942432236497f,0.03581279018922358f,-0.23142125550963916f,0.041302557123495016f,0.1538385273063685f,0.84275016689349f,-0.5158544985916109f,1.2647551726029234f,0.17655611277722089f,-0.5371122790067803f,-0.824826247631063f,-0.11390989026573026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9388239019897103f,-0.2755873732551662f,-0.20654607417022605f,0.036186617899716375f,-0.10674351939656737f,0.803041763318394f,-0.5862846982766299f,1.2370108794634795f,0.32743778358590425f,-0.5283706332384513f,-0.783331967821784f,-0.12312944459579242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9607565421480389f,-0.15335736256178045f,-0.23114581127037165f,0.040027939675456176f,-0.014746264878109884f,0.860337355886261f,-0.5095117091282413f,1.2719057976964558f,0.2770007479987884f,-0.486108170487528f,-0.8288361914114152f,-0.1179501394287793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9557027741925407f,0.11017126132209284f,-0.2729368069340976f,0.041815049376706395f,0.1329190481188596f,0.9889103539575446f,-0.06624830928212583f,1.278067796705357f,0.26261137455917255f,-0.09959219354077437f,-0.9597482278899393f,-0.11164077015703987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9567372363422347f,-0.10719340710293823f,-0.27048740094482493f,0.041726787520244335f,-0.09055259138635924f,0.9931900311690285f,-0.07330614012263481f,1.2835992703346633f,0.27650332509653075f,-0.045641378814931244f,-0.9599285263760182f,-0.11195237757802741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9621485181825588f,-0.015929021145898156f,-0.2720597273475806f,0.041726787520244335f,0f,0.9982903594042898f,-0.05844962207280782f,1.2835992703346633f,0.27252564825921677f,-0.056237217265682676f,-0.9605035900167713f,-0.11195237757802741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9609117564681665f,0.11466730474513348f,-0.2519920742875651f,-0.14527193696715063f,0.17529305998927278f,0.9565016394725265f,-0.23318867212188138f,1.3153583374874676f,0.2142917156608259f,-0.2682461983120279f,-0.9392140531797231f,-0.06120686272186139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.945548311759981f,-0.19350083251813216f,-0.2617170570341941f,0.22623914414652901f,-0.11314147320698723f,0.9493515165590611f,-0.2931393952500472f,1.3013848689426566f,0.3051842020295324f,-0.24756640689277812f,-0.9195506930070776f,-0.17147598421566335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9621485181825588f,-0.05969076734468543f,-0.26590833242474554f,0.04088305701610403f,0f,0.9757185575862677f,-0.21902807213180053f,1.1470462852280896f,0.27252564825921677f,-0.2107375350419945f,-0.9387861643448511f,-0.08626413138757284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9621485181825588f,-0.04878251105747807f,-0.2681240302062338f,0.03750000000000001f,0f,0.9838487933847742f,-0.17900154120935388f,1.366875f,0.27252564825921677f,-0.17222606762697407f,-0.9466086586708589f,-0.126875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7329297184500712f,-0.4140176839060732f,-0.5398179185852859f,-0.3325044011391328f,0.061740055958512896f,0.8307003790778023f,-0.55328568180483f,1.1332284430890456f,0.6774970061210156f,0.372191130486806f,0.6344064699260359f,0.40626726636747346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.595876610693028f,-0.4140176839060732f,-0.6881282018941243f,-0.2698298406044072f,-0.06176589158096574f,0.8307003790778023f,-0.5532827982480606f,1.1332272245244979f,0.8006972208433089f,0.372191130486806f,0.46942275500954933f,0.4759878656211669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6685286457037398f,-0.4140176839060732f,-0.6177854055305729f,-0.20849931004218403f,-0.000012998021841487128f,0.8307003790778023f,-0.5567197499919032f,1.2167357963055572f,0.7436863920393967f,0.372191130486806f,0.5553416179995683f,0.3578263232943849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8811139280948458f,-0.38440852441050355f,0.2754420666452572f,0.73025145582002f,-0.33781462329566386f,0.9192277519379015f,0.2022414901913072f,2.4303954675237436f,-0.3309373445304711f,0.08514943586267117f,-0.9398031961891751f,-0.29548878357599606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8091221545483008f,-0.38440852441050355f,-0.4444675751724246f,0.816368471685905f,-0.37989358824917413f,0.9192277519379015f,-0.10344661267706542f,2.4669624832651365f,0.4483326896694936f,0.08514943586267117f,-0.8898018728604622f,-0.301470040812032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9185815025694389f,-0.38440852441050355f,-0.09185918298031576f,0.7870888412000099f,-0.39004816790819397f,0.9192277519379015f,0.05369140320994782f,2.440625264912948f,0.06380007718438258f,0.08514943586267117f,-0.9943234502532541f,-0.1493308946560259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015033570596602482f,0f,-0.000004258213254050262f,0.2179170762482289f,0f,0.000015625f,0f,1.5329975f,0.000004258213254050262f,0f,-0.000015033570596602482f,0.53656906011682f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66.mcfunction new file mode 100644 index 000000000..6f5b6267f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..1f62e2dec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6314509591801505f,-0.11119917893540938f,-0.505815058296017f,-0.039112416975464685f,-0.11898069396603853f,0.8074333102792577f,-0.02897392550698117f,1.4660236917145708f,0.5040413922072989f,0.05128973094114472f,-0.6405123596669756f,-0.45187199994850635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6131644412496424f,0.13607625304046028f,-0.4954923020042616f,-0.039112416975464685f,0.19500492016100643f,0.7753499261259874f,-0.028382620904797883f,1.4660236917145708f,0.4753971488135086f,-0.14253331335128142f,-0.6274406788574456f,-0.45187199994850635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8031041683558313f,0.14175159536285714f,0.0432969332172353f,-0.09902013898756075f,0.13987234294597367f,0.8037495488926046f,-0.03697072866718614f,1.4668961371685243f,-0.04902924528010663f,-0.028941187112203535f,-0.8146796825993907f,-0.43287047070294754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7799681541307462f,-0.17277380770927825f,0.042413322335250914f,-0.09902013898756075f,-0.17471651394605386f,0.7798477574973742f,-0.036216224000508876f,1.4668961371685243f,-0.03352339923717333f,-0.04457226150818484f,-0.7980535666279747f,-0.43287047070294754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4722346087441206f,-0.014142091313456331f,1.4893625232150731f,-0.4062064857888849f,1.4856866722730522f,0.10622594707174884f,0.4720777584243236f,1.4906555007805753f,-0.10552647125016276f,1.558820804140743f,-0.018657825261715527f,0.46544758432262995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.019599791061334415f,-0.5370602244686922f,-0.8433161705339167f,-0.4252015259686138f,-0.17667422394412965f,0.8320650607145756f,-0.5257888866567922f,1.5473727069167533f,0.9840742181279274f,0.13868687764777024f,-0.1111929997087085f,0.2230530502932685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.512072800719788f,-0.5370602244686922f,-0.670334067504129f,-0.242993342850394f,-0.45223616828738084f,0.8320650607145756f,-0.3211700216875749f,1.7083979639777107f,0.7302492005170154f,0.13868687764777024f,-0.6689559440744752f,-0.019436871004937087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.019311993167487766f,0.9871827320248074f,0.1584212754396829f,0.5266242151023122f,0.6274890735654144f,0.13532609140334145f,-0.7667752679511206f,1.4605092047727446f,-0.7783858358654254f,0.08459966062302729f,-0.6220597945105854f,-0.09259549036869709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5762186883161683f,0.8065885220845583f,0.13185969542146853f,0.3201158987314891f,0.7166333449574744f,0.5761989273323804f,-0.39297766480561697f,1.6924977078147319f,-0.39294868892802814f,-0.13194601995688274f,-0.9100448207024101f,-0.2129415508194195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9531094771343523f,-0.15447124861541237f,-0.26023250747721133f,-0.04185135015047751f,0.013880281247846968f,0.8366964159620082f,-0.5474910458708991f,1.372276967827984f,0.302307231784425f,-0.5254310048593684f,-0.7953191791622483f,0.16461421566700749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9531094771343523f,-0.048179266776871704f,-0.29876593321448885f,-0.0527522497537315f,0.013880281247846968f,0.9792470162199907f,-0.20219450787972953f,1.554622067694984f,0.302307231784425f,-0.19686045686497924f,-0.932660869841632f,0.12187374956831369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9531094771343523f,-0.13769062125125417f,-0.2694876943686391f,0.2488691042467525f,0.013880281247846968f,0.869671207079562f,-0.49343624650937234f,1.3638376987079173f,0.302307231784425f,-0.4740393279003558f,-0.8269806849102445f,0.04786398088119065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9531094771343523f,-0.010049465718661646f,-0.30245881179997186f,0.24509446185075362f,0.013880281247846968f,0.9969449656030502f,-0.07686399255316884f,1.550284479805032f,0.302307231784425f,-0.07745801312648273f,-0.9500582054870825f,0.027402739635680892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9986428628672237f,0.03489228736313857f,-0.038664721994649764f,0.3476486195223773f,0.03455443082541226f,0.9993588692192678f,0.009372396871569662f,2.2298240965151512f,0.038966957216174714f,0.008023639782204224f,-0.999208285318911f,-0.10978846496349651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9986428628672237f,0.03489228736313857f,-0.038664721994649764f,0.37711137327250743f,0.03455443082541226f,0.9993588692192678f,0.009372396871569662f,2.1044871089134998f,0.038966957216174714f,0.008023639782204224f,-0.999208285318911f,-0.2059284575805265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9986428628672237f,0.03489228736313857f,-0.038664721994649764f,-0.23905406241211663f,0.03455443082541226f,0.9993588692192678f,0.009372396871569662f,2.250124824625081f,0.038966957216174714f,0.008023639782204224f,-0.999208285318911f,-0.08689537759899386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9986428628672237f,0.03489228736313857f,-0.038664721994649764f,-0.28448952337702826f,0.03455443082541226f,0.9993588692192678f,0.009372396871569662f,2.1273794193353353f,0.038966957216174714f,0.008023639782204224f,-0.999208285318911f,-0.18011284842481073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9808894626661505f,0.1906861987971921f,-0.03866051757009948f,0.2521503562121158f,0.19046315592192595f,0.9816492759626202f,0.009406659254141584f,2.3401363149140484f,0.03974478917758099f,0.0018634887553023063f,-0.9992081260392595f,-0.12694697033214877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9986429791873805f,0.03489361690861441f,-0.03866051757009948f,0.13747328903709993f,0.03455445907469758f,0.9993585463284594f,0.009406659254141584f,2.3541873892771057f,0.038963951003564354f,0.008058000949573874f,-0.9992081260392595f,-0.12237770360971653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9605372238895981f,0.27545237745232287f,-0.038655261974628534f,0.11501602072833407f,0.27529469423503883f,0.961313444469274f,0.009449487216588904f,2.350641011439018f,0.039762706755207045f,-0.0015650043076781252f,-0.9992079252653155f,-0.12154745500721131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9986446516980095f,-0.03485154740659566f,-0.038655261974628534f,0.14443294215896407f,-0.03524137840840744f,0.9993341545445241f,0.009449487216588904f,2.3596299782771553f,0.03830019429241552f,0.010798944584859232f,-0.9992079252653155f,-0.12260046674836757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9918016620541913f,0.12179997482847255f,-0.038655261974628534f,0.204587230474871f,0.12152280530211876f,0.9925436589807255f,0.009449487216588904f,2.462598476571869f,0.0395179824642788f,0.0046745212521275385f,-0.9992079252653155f,-0.15522859092657074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9918016620541913f,0.12179830675241646f,-0.03866051757009948f,0.17718261145557734f,0.12152280530211876f,0.9925440657991864f,0.009406659254141584f,2.239276061767052f,0.0395179824642788f,0.004631405733084731f,-0.9992081260392595f,-0.15627065721651479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9918062683801884f,-0.12175945661361176f,-0.038664721994649764f,-0.13779627570794573f,-0.12220516164736529f,0.9924606070991548f,0.009372396871569662f,2.353630115916057f,0.037232035513880705f,0.014020630568376278f,-0.999208285318911f,-0.11173505504072186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9986428628672237f,0.03489228736313857f,-0.038664721994649764f,-0.02241596266300447f,0.03455443082541227f,0.9993588692192678f,0.009372396871569662f,2.3597208852228486f,0.03896695721617472f,0.008023639782204224f,-0.999208285318911f,-0.11614260718480388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.977420110216792f,-0.2077377371034705f,-0.038664721994649764f,-0.00026051760977850724f,-0.20823877547206862f,0.9780331132261194f,0.009372396871569662f,2.35463214527897f,0.03586837790711418f,0.017212263545338967f,-0.999208285318911f,-0.11704765153568449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9937762561175746f,0.1044690961481578f,-0.038664721994649764f,-0.028979473520968052f,0.1041820086902738f,0.9945140859948348f,0.009372396871569662f,2.365632702100077f,0.03943173648466819f,0.005285897071022954f,-0.999208285318911f,-0.11583317798852899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9978837884967894f,-0.05227794877738838f,-0.038664721994649764f,-0.08424064273614094f,-0.05267692373441139f,0.9985676240910081f,0.009372396871569662f,2.472592384893882f,0.03811936989476347f,0.011389301509221782f,-0.999208285318911f,-0.14396632507289622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9978837884967894f,-0.05227794877738838f,-0.038664721994649764f,-0.07247810426122858f,-0.05267692373441139f,0.9985676240910081f,0.009372396871569662f,2.2479146694734053f,0.03811936989476347f,0.011389301509221782f,-0.999208285318911f,-0.1465289179124711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9986428628672237f,0.03489228736313857f,-0.038664721994649764f,0.03567822888589867f,0.03455443082541226f,0.9993588692192678f,0.009372396871569662f,1.7311310577431174f,0.038966957216174714f,0.008023639782204224f,-0.999208285318911f,-0.12428664403665664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9531094771343523f,0.00017203445324739247f,-0.30262566811298125f,0.0356137159659309f,0.013880281247846968f,0.9989722832915194f,-0.043147595620253026f,1.3565164515087975f,0.302307231784425f,-0.04532491168744959f,-0.9521323384862856f,-0.10728980215386304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9631952640136894f,-0.18472672316097521f,-0.19527140377384403f,0.253743230646115f,-0.08472555335312612f,0.898056242319112f,-0.4316440272269304f,0.9190137618998855f,0.255100889827154f,-0.3992130050259946f,-0.8806545932586223f,0.18430638089315934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9631952640136894f,-0.264475425236359f,-0.048037827049589796f,0.1640657817529097f,-0.08472555335312612f,0.46830890101706457f,-0.8794932369479573f,1.05723227413189f,0.255100889827154f,-0.8430536890816837f,-0.47348074230654613f,-0.10838665589261351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9613453688774876f,0.1313782391843869f,-0.24198107365374136f,-0.03309955051688285f,0.1952805253675499f,0.9448784592273127f,-0.26281212624305045f,0.9859205273982297f,0.19411490965400124f,-0.2999074116407085f,-0.9340101425000639f,0.25976992809640975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9613453688774876f,-0.11622028837722911f,-0.24961555702183522f,-0.08396513312455738f,0.1952805253675499f,0.3513262820077985f,-0.9156611600274145f,1.0634140537900958f,0.19411490965400124f,-0.9290116727684806f,-0.3150503352004699f,-0.07009844180709186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9787798691563305f,0.04431998345960608f,-0.20006425667884004f,0.037746135389630356f,0.14662674205197235f,0.8335049620607633f,-0.5327007384407405f,1.2571341261411135f,0.1431452627561977f,-0.5507315292283763f,-0.8223163724894654f,-0.09901490231050293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9488521427708325f,-0.2629538744881652f,-0.17474229897440913f,0.03359023236025966f,-0.1062235225044824f,0.7870890157656326f,-0.6076244271981073f,1.2280016058278829f,0.2973149414777858f,-0.5579839972192305f,-0.7747629859649405f,-0.10719235099917995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9699886859687138f,-0.13861509815205417f,-0.19976937617408788f,0.0367400108217841f,-0.012833262433386512f,0.8496291276779079f,-0.5272244804412951f,1.2633010787336574f,0.2428111539200859f,-0.5088380881631936f,-0.8259095250488533f,-0.10270825540393952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659079131242351f,0.10078236137153884f,-0.23846345422383217f,0.03817294917591938f,0.12681895508084207f,0.9872252801792158f,-0.09645309122714685f,1.2719102934810993f,0.22569638011316998f,-0.12340649015122937f,-0.9663498239211129f,-0.09687934299693403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9651919589687863f,-0.11205697275200512f,-0.23632121614373297f,0.03806938424768937f,-0.08989364514584755f,0.9906531918989303f,-0.10259330359654961f,1.2767297442946994f,0.2456086621118828f,-0.0777784561309732f,-0.9662437046922961f,-0.09730062482901594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9710871728683204f,-0.021402413503991448f,-0.2377638311157039f,0.03806938424768937f,0f,0.9959730667290558f,-0.08965294390213846f,1.2767297442946994f,0.23872516141080058f,-0.08706082383324967f,-0.9671766696229097f,-0.09730062482901594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9689636732424178f,0.11285251808628477f,-0.2199402398337914f,-0.1505676968098885f,0.16828037719232522f,0.9528637757917924f,-0.2524526479081134f,1.3060230560632267f,0.18108317036259794f,-0.2816290715558212f,-0.9422812486015185f,-0.05303654225298288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.955061253475028f,-0.19141582148077982f,-0.22631390897942272f,0.2243722008509548f,-0.11416967913283008f,0.9421720489870367f,-0.3150827105289593f,1.2938921844046225f,0.27353845520769987f,-0.2750851020946201f,-0.9216859010141023f,-0.15106003775175098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9710871728683204f,-0.059905647671701465f,-0.231086598632735f,0.03720647212179891f,0f,0.9680026909064643f,-0.2509398142938743f,1.141254251078005f,0.23872516141080058f,-0.24368443482273972f,-0.9400149964412851f,-0.06808486448763577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9710871728683204f,-0.04904600015589433f,-0.2336326016619273f,0.03383437500000003f,0f,0.9786676874830553f,-0.20544964705875932f,1.3599253125000001f,0.23872516141080058f,-0.1995095169290848f,-0.950371637815497f,-0.11452781250000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7162492943266096f,-0.39325879262292f,-0.5764845795000911f,-0.2676655283382865f,0.05053518887221149f,0.8531536261927679f,-0.5192062064341882f,1.17819802972869f,0.6960123153093514f,0.3427483218615287f,0.6309440900736151f,0.37068175120750807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.591606714307621f,-0.39325879262292f,-0.7038103562827872f,-0.20606993774160853f,-0.05055879517391064f,0.8531536261927679f,-0.5192039082525222f,1.178196917951793f,0.8046398596991722f,0.3427483218615287f,0.4848487228449741f,0.4413573885786022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6570196330312317f,-0.39325879262292f,-0.6431739452405303f,-0.14039164125386794f,-0.000011858953567672748f,0.8531536261927679f,-0.5216597454025911f,1.2564464356506302f,0.7538734652916701f,0.3427483218615287f,0.5605340187626752f,0.32193946707865384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8909437347314005f,-0.4331502753197438f,0.13638218554229778f,0.6953525350642985f,-0.4029429213920357f,0.8925534976694182f,0.20244815607493133f,2.4037821973009983f,-0.20941887126740844f,0.1254156799946407f,-0.9697497840002681f,-0.30221446019608966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6985636313728903f,-0.4331502753197438f,-0.569552185417237f,0.776878348513469f,-0.42037219409328463f,0.8925534976694182f,-0.1632037751747361f,2.4460100195472365f,0.5790475553495743f,0.1254156799946407f,-0.8055897441347944f,-0.32117271090102406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8696086767911522f,-0.4331502753197438f,-0.2369843628596019f,0.771663096217824f,-0.4504301039598757f,0.8925534976694182f,0.021470334063156248f,2.421675558314644f,0.2022213408526332f,0.1254156799946407f,-0.9712761896161385f,-0.16600215710613606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015173237076067508f,0f,-0.0000037300806470437593f,0.1909491017997483f,0f,0.000015625f,0f,1.5260478125f,0.0000037300806470437593f,0f,-0.000015173237076067508f,0.5548176176994528f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67.mcfunction new file mode 100644 index 000000000..31a4fca98 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..12adc2065 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6594753280728246f,-0.1148881398839316f,-0.4678006535071265f,-0.02887019282515957f,-0.11972278693215839f,0.8073049155712909f,-0.029490202238573557f,1.4499973074850179f,0.46658674477194645f,0.04476531082082562f,-0.6687580436859639f,-0.4415344947411166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6399100853989933f,0.14324324683096568f,-0.4582537013947362f,-0.02887019282515957f,0.1942851758049304f,0.7755119167617119f,-0.028888361376561852f,1.4499973074850179f,0.43905392956572015f,-0.13439731841781136f,-0.6551099203454341f,-0.4415344947411166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8012503933194701f,0.14267721621236612f,0.06771605144815075f,-0.08861966713177881f,0.1399982171002485f,0.8037298101871864f,-0.036923378362026256f,1.4508266529782494f,-0.07309412328354833f,-0.024618055057282467f,-0.8130163866436214f,-0.42543908618278997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7786374324489022f,-0.17124116658130326f,0.06633409121451503f,-0.08861966713177881f,-0.17459519518979597f,0.7798770803716302f,-0.03616984002810736f,1.4508266529782494f,-0.05692333973001147f,-0.04968100621863629f,-0.7964242154876292f,-0.42543908618278997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3164321528721737f,-0.15284351570713975f,1.5224702960435592f,-0.47113189819924256f,1.524140973948324f,0.1058562074215606f,0.3274064826514251f,1.4226506290006868f,-0.13517112916793886f,1.5513992307129088f,0.1276536046606581f,0.4245521584544638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.16247269706463346f,-0.5930322017566654f,-0.7886161489521916f,-0.45527565454771707f,-0.2757711002076436f,0.7946775542997905f,-0.5407752629164626f,1.5028683973973567f,0.9473926973535365f,0.12961632756618682f,-0.2926545482808106f,0.18865537290874723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5768571211201028f,-0.5930322017566654f,-0.5617371889884704f,-0.2516213260436143f,-0.5316344287272725f,0.7946775542997905f,-0.2930058342148327f,1.6918994221926313f,0.6201618304965676f,0.12961632756618682f,-0.7736917419899229f,-0.0192574355361909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.08999278293626709f,0.9802372463671443f,0.17617105282634993f,0.5140182826258337f,0.5984370842057505f,0.08817307277784919f,-0.7963030613304405f,1.4505925152557864f,-0.7960994631744862f,0.17708881972465346f,-0.578675379346507f,-0.03762607257168396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.53357991478772f,0.8222892019117609f,0.19782048163536747f,0.3202014488994781f,0.6994927009309411f,0.5605407928251447f,-0.44328769543412216f,1.6773659961791494f,-0.47539713490876884f,-0.09815542775760075f,-0.8742786032622873f,-0.18591137125057022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9654924785331244f,-0.13537047529606344f,-0.2224839506887682f,-0.05718033571006523f,0.013401403863591782f,0.8273348650883042f,-0.5615491282014442f,1.3569123629429494f,0.26008590171412455f,-0.5451530568816753f,-0.796971435060326f,0.17790209714202776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9654924785331244f,-0.04364974594199674f,-0.2567469056778747f,-0.06696933123467633f,0.013401403863591782f,0.9762208216877878f,-0.21636383634448986f,1.5386014930322565f,0.26008590171412455f,-0.21233842559089353f,-0.9419488928530736f,0.13220146176340353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9654924785331244f,-0.11879680000852941f,-0.23175761951594565f,0.23747389875472666f,0.013401403863591782f,0.8660584134712257f,-0.499763170742091f,1.347870195845631f,0.26008590171412455f,-0.48562345985695227f,-0.8345808402821825f,0.07065916340587866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9654924785331244f,-0.005864265521002323f,-0.26036490601819506f,0.23474706830692502f,0.013401403863591782f,0.9973031778369481f,-0.07215797842795668f,1.534413554324884f,0.26008590171412455f,-0.07315724069580358f,-0.9628101276281461f,0.0509246174777396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989573198236644f,0.03191366715321084f,-0.03264645493090071f,0.34253309527881953f,0.031430494622975244f,0.9993902356852105f,0.015207919805631208f,2.214668336004605f,0.03311188877844903f,0.014165968582961694f,-0.9993512536418966f,-0.09047247293714207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989573198236644f,0.03191366715321084f,-0.03264645493090071f,0.37294418122828366f,0.031430494622975244f,0.9993902356852105f,0.015207919805631208f,2.08999165547737f,0.03311188877844903f,0.014165968582961694f,-0.9993512536418966f,-0.1871740948681319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989573198236644f,0.03191366715321084f,-0.03264645493090071f,-0.24435433011758328f,0.031430494622975244f,0.9993902356852105f,0.015207919805631208f,2.233133751595603f,0.03311188877844903f,0.014165968582961694f,-0.9993512536418966f,-0.07101923827980326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989573198236644f,0.03191366715321084f,-0.03264645493090071f,-0.28886504315489403f,0.031430494622975244f,0.9993902356852105f,0.015207919805631208f,2.1108143581650913f,0.03311188877844903f,0.014165968582961694f,-0.9993512536418966f,-0.16523746855240945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9816660332059644f,0.1877930674126318f,-0.03264296373525603f,0.2468174496060897f,0.18738257877391798f,0.9821688248382741f,0.015237082655149474f,2.3248039571100523f,0.03492231982132507f,0.008841003764176233f,-0.9993509234651956f,-0.10755563271750014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989574033947696f,0.031914622375312576f,-0.03264296373525603f,0.13207414500684533f,0.0314305335928811f,0.9993897902571484f,0.015237082655149474f,2.3384955169361312f,0.03310933041978967f,0.014195210756247429f,-0.9993509234651956f,-0.1035988835248006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9615630658253178f,0.27263747403863503f,-0.03263859970109582f,0.10962280698292075f,0.2722710973001857f,0.9620993548833427f,0.015273536198557671f,2.3348794445113232f,0.0355657140455323f,0.005799920938120226f,-0.9993505095318376f,-0.10292514119995505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.998750432363311f,-0.03784568223260479f,-0.03263859970109582f,0.13901908116549377f,-0.038359849649953065f,0.9991472569280389f,0.015273536198557671f,2.343959651328724f,0.03203272996378333f,0.016506462659345182f,-0.9993505095318376f,-0.10374644098456934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.992374526263735f,0.1188592505124415f,-0.03263859970109582f,0.1990674965655325f,0.11841349038771073f,0.9928468987644524f,0.015273536198557671f,2.4472939254466364f,0.03422053355848251f,0.01129221773744163f,-0.9993505095318376f,-0.1353986151866456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.992374526263735f,0.1188580520680297f,-0.03264296373525603f,0.17232443485022586f,0.11841349038771073f,0.9928474588809499f,0.015237082655149474f,2.223903247198423f,0.03422053355848251f,0.011255525409054204f,-0.9993509234651956f,-0.13793110840368278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9916508949905859f,-0.1247505969717774f,-0.03264645493090071f,-0.14325195157107168f,-0.12529554380759533f,0.992002896103204f,0.015207919805631208f,2.3370777883822473f,0.030488180764504755f,0.01917140261015659f,-0.9993512536418966f,-0.09462941696614088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989573198236645f,0.03191366715321084f,-0.03264645493090071f,-0.027865434493777527f,0.03143049462297524f,0.9993902356852106f,0.015207919805631208f,2.3435287044097834f,0.033111888778449027f,0.014165968582961694f,-0.9993512536418966f,-0.09830065438382318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9770046330102671f,-0.2107039535863493f,-0.03264645493090071f,-0.005690098877261282f,-0.21127750565335127f,0.9773077994061459f,0.015207919805631208f,2.3385096067186977f,0.028701266198059787f,0.021755669674775525f,-0.9993512536418966f,-0.09910145002704518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9942977251151417f,0.10151966711578214f,-0.03264645493090071f,-0.034447997532281026f,0.10106787025347538f,0.9947632908273265f,0.015207919805631208f,2.3494195475099953f,0.03401939789709991f,0.011821692395280416f,-0.9993512536418966f,-0.09799597190515288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979374449928143f,-0.05527264116774807f,-0.03264645493090071f,-0.08985123936843356f,-0.055791706184092626f,0.9983266022180584f,0.015207919805631208f,2.4563843563532295f,0.03175124253130647f,0.016997954055944252f,-0.9993512536418966f,-0.1258285965464831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979374449928143f,-0.05527264116774807f,-0.03264645493090071f,-0.07741489510569026f,-0.055791706184092626f,0.9983266022180584f,0.015207919805631208f,2.2317608708541665f,0.03175124253130647f,0.016997954055944252f,-0.9993512536418966f,-0.12965313620907054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989573198236644f,0.03191366715321084f,-0.03264645493090071f,0.032119217172837874f,0.031430494622975244f,0.9993902356852105f,0.015207919805631208f,1.7151693157436982f,0.03311188877844903f,0.014165968582961694f,-0.9993512536418966f,-0.10982245452883527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9654924785331244f,0.0016823976113878938f,-0.2604255045771085f,0.03148831806856742f,0.013401403863591782f,0.9989752453168763f,-0.043230332158932044f,1.3405535987498696f,0.26008590171412455f,-0.04522862790715504f,-0.9645256320840763f,-0.09286171906365212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9700644756755543f,-0.18612002408009054f,-0.1559943898630274f,0.24224008656893725f,-0.09031965479611827f,0.872784637346357f,-0.47967628330958584f,0.9294388861395405f,0.22542686838489712f,-0.4512275628201523f,-0.8634676679306317f,0.22036104186426667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9700644756755543f,-0.24262818111172424f,-0.01031885471978472f,0.1612433783944851f,-0.09031965479611827f,0.3999027649745101f,-0.9120965620608663f,1.0418104399942256f,0.22542686838489712f,-0.8838604778448678f,-0.40984555958802354f,-0.0831638652768438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9690387750431816f,0.13205610385819155f,-0.20862655127429114f,-0.04727579115284871f,0.19056138757900723f,0.937290406070266f,-0.2918442260052428f,0.9790523395115416f,0.15700385354115765f,-0.3225645363681977f,-0.9334355413475515f,0.28067599437289814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9690387750431816f,-0.0884647003185609f,-0.23051648370638725f,-0.0878452048730001f,0.19056138757900723f,0.3257005974763812f,-0.9260699100864317f,1.0475666982981848f,0.15700385354115765f,-0.9413251922694279f,-0.29875855196487877f,-0.05287968005095198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984024531316022f,0.0536649209060784f,-0.1697521665028974f,0.033656539678670105f,0.13965113276189017f,0.8240613174657918f,-0.5490177648991555f,1.2401965841632596f,0.1104231990417049f,-0.5639530311299763f,-0.8183909186890506f,-0.0828666255967067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9577443727301139f,-0.24880073098033886f,-0.14430492980993248f,0.030369141673703002f,-0.10562240501811355f,0.7709050759516535f,-0.6281315717508278f,1.2097432567089743f,0.26752499707875904f,-0.586347644435982f,-0.7646089299781852f,-0.08991685980509628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9778634251701369f,-0.12276257332377635f,-0.16944755030820688f,0.03289215588721947f,-0.010969983268350532f,0.8387717068352922f,-0.5443727429617531f,1.2454192141560452f,0.20895640976438115f,-0.5304633582100985f,-0.8215508775571023f,-0.0861695670551336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9744312619005451f,0.09335599777293346f,-0.20437312325922768f,0.033996711979876984f,0.12075307195567543f,0.9846594184393038f,-0.12595445721386575f,1.2564145266747442f,0.18947931666590656f,-0.14741264314363303f,-0.9707559431686366f,-0.08090410321323704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9725270648958727f,-0.11474492377654981f,-0.20254557638352141f,0.033894328408879855f,-0.08916663420568102f,0.98733712749106f,-0.13120483231242994f,1.2605354765726857f,0.21503585605533185f,-0.10953994314959437f,-0.970443497306945f,-0.08139216986252108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9786980100697464f,-0.02466471185469246f,-0.20381819613234597f,0.033894328408879855f,0f,0.9927573419294455f,-0.12013683883464721f,1.2605354765726857f,0.20530515114219236f,-0.11757768510353905f,-0.9716096350284793f,-0.08139216986252108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9756683395492748f,0.11212786528990237f,-0.1884108092087356f,-0.15612022755741314f,0.16143059335014395f,0.9488731425242557f,-0.27125619426432285f,1.287417392072522f,0.1483625786099093f,-0.2950713493744743f,-0.9438863512343768f,-0.04348210210142509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9633552020214481f,-0.18767274134318604f,-0.1916394972205584f,0.22178298290536658f,-0.11515424643948245f,0.9346427193196534f,-0.3364260494517606f,1.277073778105274f,0.242252459771144f,-0.30202968294440374f,-0.922004238794667f,-0.12943649644044886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9786980100697464f,-0.05788552132705514f,-0.19697581452100532f,0.032760741699007306f,0f,0.9594294805812338f,-0.28194870418504103f,1.1262074329934508f,0.20530515114219236f,-0.27594263572764327f,-0.9389917234471039f,-0.04874291140254339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9786980100697464f,-0.04747108208191191f,-0.19974158668512382f,0.029800000000000007f,0f,0.9729009991901505f,-0.2312220702588894f,1.34359f,0.20530515114219236f,-0.22629658004658218f,-0.9521762719022683f,-0.10090999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.698847743025606f,-0.3714754244316765f,-0.6112428658980996f,-0.2138806316532933f,0.04045325450738504f,0.8737210618361505f,-0.4847422410969261f,1.2072451191465423f,0.7141255955837019f,0.3140342579197617f,0.6256253819859033f,0.3477061971462664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.587835346166561f,-0.3714754244316765f,-0.7186484640215584f,-0.15335759398541096f,-0.04047411180114665f,0.8737210618361505f,-0.4847405000387506f,1.2072441380605339f,0.8079674820629524f,0.3140342579197617f,0.4985689849776428f,0.41930245689836215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6455790684574113f,-0.3714754244316765f,-0.6672583273462884f,-0.08353036371740884f,-0.000010464917422375875f,0.8737210618361505f,-0.48642728746894454f,1.2802087217238798f,0.7636934373556881f,0.3140342579197617f,0.5640521417321613f,0.29889650576249005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8829660654517385f,-0.46943495600885515f,0.0013226252834042662f,0.6642856680748981f,-0.46157858583898237f,0.8686953906120632f,0.179759637917526f,2.368890491825174f,-0.08553441620518182f,0.15811116471115852f,-0.9837096742627469f,-0.30982052226203494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5730580978495353f,-0.46943495600885515f,-0.671740454763621f,0.7394761528461493f,-0.4359761647311021f,0.8686953906120632f,-0.23514485347486078f,2.4152410803010462f,0.6939230506874887f,0.15811116471115852f,-0.7024753798662624f,-0.341238295063501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8020318375600128f,-0.46943495600885515f,-0.3692908794122505f,0.7572745423723612f,-0.4944062770759747f,0.8686953906120632f,-0.030508220486115158f,2.3966420191360274f,0.3351229098823052f,0.15811116471115852f,-0.9288129493421683f,-0.18620746626144272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001529215640733979f,0f,-0.000003207892986596756f,0.16388353852257886f,0f,0.000015625f,0f,1.5097125f,0.000003207892986596756f,0f,-0.00001529215640733979f,0.5734266718513196f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68.mcfunction new file mode 100644 index 000000000..dde8ae120 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..cbafa35ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6844280430906375f,-0.11847140286390688f,-0.42949647842447153f,-0.01920759303692389f,-0.12081474371841122f,0.80711939025357f,-0.030108670203186663f,1.4267073146864089f,0.42884320675022847f,0.03830484335704195f,-0.6939529432490489f,-0.42970909111978206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6638361830921734f,0.14935441806659672f,-0.4207312441709109f,-0.01920759303692389f,0.19322737924272773f,0.7757533574740246f,-0.029494207545978774f,1.4267073146864089f,0.40247323131930335f,-0.12609514729666021f,-0.6797906382847826f,-0.42970909111978206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7988356578175503f,0.1430680071116975f,0.09131035858396935f,-0.07870733015012392f,0.1397519693214835f,0.8037802464399851f,-0.03675795081459282f,1.4274669637928667f,-0.09630899913514272f,-0.020329909454007963f,-0.8107130909955896f,-0.41636979216563835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7765985339960445f,-0.16998227059745433f,0.08944688187817407f,-0.07870733015012392f,-0.17483696276634847f,0.7798304146506186f,-0.03600778855307052f,1.4274669637928667f,-0.07954089165852178f,-0.05450277119906796f,-0.7941679258732307f,-0.41636979216563835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.17121555142243877f,-0.23749648295864745f,1.534824714921343f,-0.5233851400779419f,1.5483918826806584f,0.09392318021248787f,0.18726255329728872f,1.347805086150289f,-0.12072308229894388f,1.5414863303970763f,0.22506017106364481f,0.3741675590943948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.28322790709245826f,-0.6453251515545749f,-0.7094627554812798f,-0.4777561091568987f,-0.3774228621295954f,0.7550614648176105f,-0.5361288720908332f,1.4523640704109524f,0.8816654330220336f,0.11592080537396697f,-0.4574149441104003f,0.15208686762700696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6181373307051887f,-0.6453251515545749f,-0.448844838624361f,-0.2598768110103172f,-0.6052966295002573f,0.7550614648176105f,-0.25198844152681443f,1.6679985135885524f,0.5015199205458266f,0.11592080537396697f,-0.8573448175484345f,-0.018014819210604077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.195330223114819f,0.9622118921229226f,0.18972184532925973f,0.49872385108966577f,0.5665502640206583f,0.04719844852477373f,-0.8226743613331925f,1.434707563423821f,-0.8005416305702264f,0.2681801281118325f,-0.535922118045042f,0.015502615012605914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48643452292782047f,0.8353343952270156f,0.2561208758666489f,0.3191724843953242f,0.6787068970626209f,0.5458669127863164f,-0.49131075848668787f,1.6550764589978413f,-0.5502166871184588f,-0.06515950948136348f,-0.8324757266975031f,-0.15831017641132744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9757028346632388f,-0.11585971008872438f,-0.18595834482022314f,-0.07249521667627269f,0.012457059854064758f,0.8180365690510784f,-0.5750312977177262f,1.3342148864345755f,0.21874368582867146f,-0.5633761614350545f,-0.7967173279380777f,0.1915660055811556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9757028346632388f,-0.03850327188796182f,-0.21568837818492206f,-0.08106263251892129f,0.012457059854064758f,0.9730961606286387f,-0.23006234770078005f,1.5152325268793154f,0.21874368582867146f,-0.2271593278378064f,-0.9489730447627915f,0.14304255008179947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9757028346632388f,-0.10019004715172687f,-0.1948484869888782f,0.22571293129997752f,0.012457059854064758f,0.8625145000076362f,-0.5058789963384224f,1.324705715268228f,0.21874368582867146f,-0.4960148099888873f,-0.8403097691814462f,0.0936477122856293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9757028346632388f,-0.002662218340335532f,-0.2190819276518003f,0.22384450331334085f,0.012457059854064758f,0.9976346186898511f,-0.06760169562479516f,1.51133969567492f,0.21874368582867146f,-0.0686882827348564f,-0.973361762000657f,0.07468514826033965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992352318327173f,0.02835666048010929f,-0.02692306205897002f,0.33663310702686483f,0.02780501135264181f,0.999400094749243f,0.020647807604771883f,2.192382153350549f,0.02749241364258148f,0.019883420772594113f,-0.9994242426369719f,-0.07060675317617618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992352318327173f,0.02835666048010929f,-0.02692306205897002f,0.36803580859254964f,0.02780501135264181f,0.999400094749243f,0.020647807604771883f,2.068350185544117f,0.02749241364258148f,0.019883420772594113f,-0.9994242426369719f,-0.16781916903156335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992352318327173f,0.02835666048010929f,-0.02692306205897002f,-0.2504175916748566f,0.02780501135264181f,0.999400094749243f,0.020647807604771883f,2.2087175975202262f,0.02749241364258148f,0.019883420772594113f,-0.9994242426369719f,-0.054454960161159555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992352318327173f,0.02835666048010929f,-0.02692306205897002f,-0.29395753249662554f,0.02780501135264181f,0.999400094749243f,0.020647807604771883f,2.086771005565242f,0.02749241364258148f,0.019883420772594113f,-0.9994242426369719f,-0.14960544499335313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9824969837310802f,0.18432301897267084f,-0.026920282987545178f,0.24063547995200935f,0.1838032699818161f,0.9827456625128068f,0.020671738104380402f,2.302280830034742f,0.03026606851443909f,0.015361884294086005f,-0.9994238228137321f,-0.0876352052494836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992352883686688f,0.028357306688991418f,-0.026920282987545178f,0.12582431873696887f,0.02780505473850181f,0.999399598846594f,0.020671738104380402f,2.315554887880504f,0.027490314835809822f,0.01990741024376757f,-0.9994238228137321f,-0.08426811841345694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9626933496303539f,0.26925266937200065f,-0.026916809126285943f,0.10338221529124905f,0.26875567372856607f,0.9629858926670738f,0.020701651212012513f,2.311858004700501f,0.031494482313468165f,0.012695296776813492f,-0.9994232972187286f,-0.08374376025009192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9987794339767239f,-0.04141409967141664f,-0.026916809126285943f,0.1327509957940387f,-0.04197717138660789f,0.9989040788381414f,0.020701651212012513f,2.3210438371739883f,0.0260299701788975f,0.021806274989792207f,-0.9994232972187286f,-0.08434445863362769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9929613942922421f,0.11533930306563021f,-0.026916809126285943f,0.19262164931767606f,0.1148026624498328f,0.9931725883911245f,0.020701651212012513f,2.424758261667229f,0.0291207510142845f,0.017465819099280123f,-0.9994232972187286f,-0.11507664908498359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9929613942922421f,0.11533849231317657f,-0.026920282987545178f,0.16667048854721137f,0.1148026624498328f,0.9931732114481209f,0.020671738104380402f,2.2012942890914022f,0.0291207510142845f,0.017435717729696584f,-0.9994238228137321f,-0.11899968557416532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913689470055876f,-0.12830728600668334f,-0.02692306205897002f,-0.14954242767342824f,-0.12887793366013411f,0.9914454832498912f,0.020647807604771883f,2.3131388371471275f,0.024043484117865856f,0.023939383889080346f,-0.9994242426369719f,-0.07690268323795542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992352318327173f,0.0283566604801093f,-0.02692306205897002f,-0.03415974461575322f,0.027805011352641802f,0.999400094749243f,0.020647807604771883f,2.320007453862104f,0.027492413642581485f,0.01988342077259411f,-0.9994242426369719f,-0.07986902439076589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9764137720479145f,-0.21422253495963492f,-0.02692306205897002f,-0.011962836274197627f,-0.2147976816997005f,0.9764402818286179f,0.020647807604771883f,2.3150692941262734f,0.021865536618096936f,0.025943815022418916f,-0.9994242426369719f,-0.08056899831885295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9948230843871082f,0.09799071129392442f,-0.02692306205897002f,-0.04076439849005541f,0.09745190621171365f,0.9950260268037313f,0.020647807604771883f,2.3258738050459042f,0.02881244082377889f,0.01791721192850794f,-0.9994242426369719f,-0.07956990737522081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979042859042163f,-0.05884033398413628f,-0.02692306205897002f,-0.0963773945573986f,-0.05940425267006767f,0.9980204420781306f,0.020647807604771883f,2.4328001413971423f,0.02565484240268519f,0.022203880084530572f,-0.9994242426369719f,-0.10713070914450058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979042859042163f,-0.05884033398413628f,-0.02692306205897002f,-0.08313831941096796f,-0.05940425267006767f,0.9980204420781306f,0.020647807604771883f,2.2082455419295632f,0.02565484240268519f,0.022203880084530572f,-0.9994242426369719f,-0.11212658216351995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992352318327173f,0.02835666048010929f,-0.02692306205897002f,0.0280746417614085f,0.02780501135264181f,0.999400094749243f,0.020647807604771883f,1.6919321229638464f,0.02749241364258148f,0.019883420772594113f,-0.9994242426369719f,-0.09452137943239175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9757028346632388f,0.0026670935219072836f,-0.21908186835579452f,0.027074481690693267f,0.012457059854064758f,0.9989837059716749f,-0.043317165914801475f,1.3173132332244684f,0.21874368582867146f,-0.04499379751969804f,-0.9747444578425895f,-0.07764870536250498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9757772176487168f,-0.18386184925333618f,-0.11854805737283097f,0.22892151781118647f,-0.09560798052371065f,0.8458086973095935f,-0.5248492751406122f,0.932287945885229f,0.19676873628172317f,-0.5008018250212272f,-0.8428995174263072f,0.25438535855843436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9757772176487168f,-0.21760017218573985f,0.022560730982504038f,0.1575275730997885f,-0.09560798052371065f,0.3314149335465816f,-0.9386283907289895f,1.0192246776811684f,0.19676873628172317f,-0.9180491854400019f,-0.34419145476760793f,-0.057415898727028805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9750955400275723f,0.1343963936011649f,-0.17642646401642198f,-0.061980957402501695f,0.1859058543547892f,0.9290904712587948f,-0.3197341231910136f,0.9648559143374573f,0.12094503352743752f,-0.3445700300419512f,-0.9309370511811932f,0.3016825055133957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9750955400275723f,-0.06074542128050857f,-0.21330419970500022f,-0.0923399665738036f,0.1859058543547892f,0.3006056698934726f,-0.9354545657296843f,1.0245992106029687f,0.12094503352743752f,-0.9518120744250673f,-0.2818263185788311f,-0.034913068438538905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9879830297375561f,0.06367080387529786f,-0.14083877905063044f,0.029175180565031412f,0.13298485216851766f,0.8145507709244577f,-0.5646433127914373f,1.2160279701683336f,0.07876904242350828f,-0.5765874351043777f,-0.8132295909738149f,-0.06595043718884763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9654740134709325f,-0.23344896904861878f,-0.11559199004457985f,0.02665358348849875f,-0.10495155646027862f,0.7547105240667976f,-0.6476088292012273f,1.1843337812403196f,0.23842210490827853f,-0.6131179362186011f,-0.7531542313352219f,-0.07181267330766566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.984373890595202f,-0.10610186943409394f,-0.14053624734229794f,0.028620656801507056f,-0.009175236939283824f,0.8279094054986833f,-0.5607867966651181f,1.2203549008986119f,0.17585180846830398f,-0.5507344274597396f,-0.8159459123428584f,-0.0688287590228197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9813161312257788f,0.08786773098830837f,-0.17116632977030324f,0.029432730428086456f,0.11480469109621522f,0.9813100802655305f,-0.15443577717472234f,1.2336493000959032f,0.1543973234818937f,-0.17120101699529752f,-0.9730630392124671f,-0.06419639509443247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9787275045053362f,-0.1153739840049515f,-0.1696505695233058f,0.029342744630250432f,-0.0883861985139291f,0.9833413228287377f,-0.15883237305311726f,1.237094328284958f,0.18514953912179508f,-0.14045884319705004f,-0.9726206668227512f,-0.06470970688085087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9849795189917127f,-0.025826651626899833f,-0.17072882367250414f,0.029342744630250432f,0f,0.9887509476295363f,-0.14957126582901484f,1.237094328284958f,0.17267121116982487f,-0.14732463347124464f,-0.9738994327987408f,-0.06470970688085087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9810478456527902f,0.11243799575645556f,-0.15780627886839688f,-0.16179471763081613f,0.15481330447458436f,0.9446047078866295f,-0.28940419243002474f,1.261644538878266f,0.11652452659281046f,-0.30834987100481565f,-0.9441093113372173f,-0.032952737530558295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9704153226739638f,-0.18244115652267998f,-0.1581433714268591f,0.21860620677777381f,-0.11608646228463003f,0.9268820342023208f,-0.35695045587196894f,1.2530151035776873f,0.21170270379432024f,-0.3280318872909069f,-0.9206394767369798f,-0.10715665586308518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9849795189917127f,-0.05382622427121064f,-0.16406731773134947f,0.027711652319753508f,0f,0.95017181277536f,-0.3117266851060175f,1.1039632377811737f,0.17267121116982487f,-0.30704440035260616f,-0.9358997751069577f,-0.028769103704841106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9849795189917127f,-0.044212273283921674f,-0.1669150144771946f,0.025528125000000016f,0f,0.966663830909433f,-0.2560488976963172f,1.3199521875f,0.17267121116982487f,-0.25220292009127676f,-0.9521440751958595f,-0.0864696875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6810158073653347f,-0.34903211813845914f,-0.643734456609495f,-0.1686418248355995f,0.03155877076741386f,0.8922686439687584f,-0.4504006116534511f,1.2239666705038925f,0.7315883501711813f,0.28641446803179077f,0.6186640755659529f,0.3344635267056472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5845627708388341f,-0.34903211813845914f,-0.7324363094884122f,-0.10917229809256689f,-0.03157648517771682f,0.8922686439687584f,-0.4503993700861208f,1.2239658381039014f,0.810733798810094f,0.28641446803179077f,0.5105658233460404f,0.40693723151136857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6343416185923478f,-0.34903211813845914f,-0.6897733623657997f,-0.03544105710921322f,-0.00000887893323853195f,0.8922686439687584f,-0.4515048913481642f,1.2916919880061215f,0.7730528512610277f,0.28641446803179077f,0.5660000368014664f,0.2858003735882879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8599006064522969f,-0.4951015162048962f,-0.12427966718085831f,0.6371476622772166f,-0.5090740944873335f,0.8496971653257616f,0.13732550221742018f,2.3281419177599902f,0.03761001654976087f,0.1813538416714085f,-0.9826984638057333f,-0.3183044978275134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4407318615381708f,-0.4951015162048962f,-0.7487522386455425f,0.7047779208595202f,-0.425499841459422f,0.8496971653257616f,-0.31139141310474827f,2.3767378728110087f,0.7903830154697817f,0.1813538416714085f,-0.5851542300692324f,-0.36135846137060834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7213894248779036f,-0.4951015162048962f,-0.4842228684458638f,0.743596221835248f,-0.518356853877532f,0.8496971653257616f,-0.09654480449797471f,2.366921615960196f,0.4592422777930123f,0.1813538416714085f,-0.869601813704702f,-0.20939120754335552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015390304984245513f,0f,-0.0000026979876745285136f,0.1371304930009319f,0f,0.000015625f,0f,1.4860746875f,0.0000026979876745285136f,0f,-0.000015390304984245513f,0.5919499862734205f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69.mcfunction new file mode 100644 index 000000000..64936116a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..7f58289b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7062148055644705f,-0.12190427102473168f,-0.39159218780755856f,-0.010179144467444293f,-0.1222082597849665f,0.8068838411987782f,-0.030790461137813488f,1.3982288364072044f,0.3914974253891226f,0.031972800357144684f,-0.7159971720582803f,-0.416877726373235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6848406360226882f,0.15441486842938557f,-0.38360051050536353f,-0.010179144467444293f,0.19187791146193345f,0.7760625720641772f,-0.03016208437989893f,1.3982288364072044f,0.3663006556710572f,-0.11782585730250077f,-0.7013849848734175f,-0.416877726373235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7959612310024817f,0.14296989399572768f,0.11379706760856553f,-0.069354869400263f,0.13917619091261021f,0.8038919371341716f,-0.03649911969034242f,1.3988972598147456f,-0.11840671884869837f,-0.01618045938666976f,-0.8078752911866818f,-0.4061197724859677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7739603262904549f,-0.16899351877382274f,0.11147467847369685f,-0.069354869400263f,-0.17539992642228422f,0.7797156533985776f,-0.035754239696661964f,1.3988972598147456f,-0.1010953962326166f,-0.059031266780162336f,-0.7913880403461373f,-0.4061197724859677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04890351318939633f,-0.2706970123635754f,1.5380955184562397f,-0.5619547439042867f,1.559609514271991f,0.07178397980976485f,0.0622211638830034f,1.2704122718225304f,-0.08144236851920997f,1.5371975922893273f,0.26794953418484513f,0.31734797532137493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37804117243683055f,-0.6930608710308037f,-0.6138008642781552f,-0.4926644859310667f,-0.47639393304900984f,0.7141169967191174f,-0.512918839146081f,1.3988612334581312f,0.7938096072086064f,0.09850656852662934f,-0.6001356208895006f,0.11477715948716263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.637055923398315f,-0.6930608710308037f,-0.3373816525970905f,-0.2676302351615024f,-0.670680352173402f,0.7141169967191174f,-0.20056116325308118f,1.638792354938398f,0.37993106699989865f,0.09850656852662934f,-0.9197547718198731f,-0.015983689371089876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29425354795720593f,0.9346767449408693f,0.19948491667626767f,0.48149227266282213f,0.5331365861772241f,0.012703538865520931f,-0.8459338038993283f,1.4146529198918696f,-0.7932088186561539f,0.3552717306049461f,-0.4945723075942232f,0.06586460307631822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.43659811122997255f,0.8459296212509073f,0.3062436369309849f,0.3172006209124467f,0.655064903406862f,0.5322390809209886f,-0.5362942597725056f,1.6276764510160957f,-0.6166620319064396f,-0.033535602434990375f,-0.7865133830866091f,-0.13079057402142633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9838128703110972f,-0.09629866243245412f,-0.15112512638195025f,-0.0875150680462342f,0.01111272488681068f,0.808928752937721f,-0.5878016502326386f,1.3062562229481873f,0.17885397271469894f,-0.579966240641939f,-0.794764377762256f,0.2052089569985669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9838128703110972f,-0.032886631888519605f,-0.17615534523047888f,-0.09478228243302211f,0.01111272488681068f,0.9699274370918082f,-0.24314044114895056f,1.4865979896457204f,0.17885397271469894f,-0.24116226118434295f,-0.953861635786147f,0.1540293978028392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9838128703110972f,-0.0821401146206061f,-0.15926467838272834f,0.2138542001470365f,0.01111272488681068f,0.8590836024412632f,-0.5117146386044974f,1.296407358193874f,0.17885397271469894f,-0.5052013119407501f,-0.8442647042589868f,0.1163119240200274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9838128703110972f,-0.0003998423327887467f,-0.17919842727085836f,0.21265923953919574f,0.01111272488681068f,0.9979367054619356f,-0.06323637590317738f,1.483125263118592f,0.17885397271469894f,-0.06420414330778666f,-0.9817785312514644f,0.09813753132949576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9994707749119558f,0.024348954555972503f,-0.02157077905235666f,0.33016592073840484f,0.023794233945468087f,0.9993887906307866f,0.025610146279980393f,2.165007232316336f,0.02218117507804168f,0.025083332584902737f,-0.9994392537311071f,-0.05074386691714107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9994707749119558f,0.024348954555972503f,-0.02157077905235666f,0.36258019494194815f,0.023794233945468087f,0.9993887906307866f,0.025610146279980393f,2.041592300928281f,0.02218117507804168f,0.025083332584902737f,-0.9994392537311071f,-0.14840850759297175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9994707749119558f,0.024348954555972503f,-0.02157077905235666f,-0.25702315952236926f,0.023794233945468087f,0.9993887906307866f,0.025610146279980393f,2.1789863447592985f,0.02218117507804168f,0.025083332584902737f,-0.9994392537311071f,-0.037712426558791576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9994707749119558f,0.024348954555972503f,-0.02157077905235666f,-0.29956919343722255f,0.023794233945468087f,0.9993887906307866f,0.025610146279980393f,2.0573559809171535f,0.02218117507804168f,0.025083332584902737f,-0.9994392537311071f,-0.13371347910376913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9833565870545815f,0.1804012608177163f,-0.021568676170390974f,0.2338342520776772f,0.17984010452524174f,0.9833619353843448f,0.02562890636577097f,2.2746183076918136f,0.025833302164358148f,0.02132344091683174f,-0.999438818220881f,-0.06774122803041363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994708104098404f,0.02434936029865016f,-0.021568676170390974f,0.1189555726436681f,0.02379427610821605f,0.999388308708372f,0.02562890636577097f,2.2874302701780054f,0.022179530274166137f,0.02510213277922801f,-0.999438818220881f,-0.06493351477037643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9638915328436813f,0.2654204560786946f,-0.021566047557119376f,0.09652558471266887f,0.26486130382601836f,0.9639452506982036f,0.025652356460158017f,2.283644048874622f,0.027597149270165204f,0.019014077715081634f,-0.9994382733319777f,-0.06454942744751457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9987347548957731f,-0.045429010071141224f,-0.021566047557119376f,0.1258611326967876f,-0.04597739519459876f,0.9986130560628379f,0.025652356460158017f,2.2929465120854267f,0.020370775498234468f,0.02661145063305408f,-0.9994382733319777f,-0.06494367062511971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.993545335645484f,0.11136683352716109f,-0.021566047557119376f,0.18549279332298899f,0.11080616204273999f,0.9935109214605539f,0.025652356460158017f,2.3970462317856094f,0.024282925492213617f,0.023097128149069657f,-0.9994382733319777f,-0.09482607247896863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.993545335645484f,0.11136632446731443f,-0.021568676170390974f,0.16043537031784327f,0.11080616204273999f,0.9935115266628024f,0.02562890636577097f,2.1735061382864793f,0.024282925492213617f,0.023073538150622838f,-0.999438818220881f,-0.10001761856285876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9909746468263785f,-0.13230249747608192f,-0.02157077905235666f,-0.15643562432560612f,-0.13283756338819852f,0.9908068944858045f,0.025610146279980393f,2.283910037178869f,0.01798419029093576f,0.028244415394675683f,-0.9994392537311071f,-0.05908204988138702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994707749119559f,0.02434895455597251f,-0.02157077905235666f,-0.0410661974220981f,0.02379423394546809f,0.9993887906307866f,0.025610146279980393f,2.291240521421559f,0.02218117507804168f,0.02508333258490274f,-0.9994392537311071f,-0.06138421445495623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9756727666768803f,-0.2181681779182206f,-0.02157077905235666f,-0.018846715849568915f,-0.21868658716316042f,0.9754590186176184f,0.025610146279980393f,2.286391997174977f,0.015454092015106904f,0.029704362329398524f,-0.9994392537311071f,-0.06198801597726296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9953376171283153f,0.09400919859461473f,-0.02157077905235666f,-0.04769521589955863f,0.09345011032128053f,0.9952945279104364f,0.025610146279980393f,2.2970796516468828f,0.023876867681247464f,0.023474950290464546f,-0.9994392537311071f,-0.06109151625340211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9977896380843936f,-0.06285331830929233f,-0.02157077905235666f,-0.10357432002973643f,-0.06339878263948011f,0.9976596186913399f,0.025610146279980393f,2.4039281109783976f,0.019910612528166147f,0.026921099720494595f,-0.9994392537311071f,-0.08841507735623706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9977896380843936f,-0.06285331830929233f,-0.02157077905235666f,-0.08943232341014568f,-0.06339878263948011f,0.9976596186913399f,0.025610146279980393f,2.1794546967728463f,0.019910612528166147f,0.026921099720494595f,-0.9994392537311071f,-0.09447232479334834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9994707749119558f,0.024348954555972503f,-0.02157077905235666f,0.023696771089299025f,0.023794233945468087f,0.9993887906307866f,0.025610146279980393f,1.663493345260135f,0.02218117507804168f,0.025083332584902737f,-0.9994392537311071f,-0.07886770294876912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9838128703110972f,0.00315997077210442f,-0.17917100991778678f,0.022511782049759867f,0.01111272488681068f,0.99899596432694f,-0.04340012216661299f,1.2888698586375325f,0.17885397271469894f,-0.04468867690149622f,-0.9828602029795301f,-0.06210944911070803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9803977489195035f,-0.1784360604091163f,-0.08355133906314346f,0.21439587875181745f,-0.10053769041703593f,0.8177548866645716f,-0.5667178470295618f,0.9291529466742403f,0.16944741579374528f,-0.5472088428396309f,-0.819664599454517f,0.2858411085884551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9803977489195035f,-0.19050092961012843f,0.05029562338063878f,0.15310893943193835f,-0.10053769041703593f,0.26415663139048434f,-0.9592254411232222f,0.991528440070027f,0.16944741579374528f,-0.9454790689962993f,-0.27813109026269045f,-0.03174702959976169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9796122558828296f,0.13818778406536814f,-0.14582168720480795f,-0.07687924684732256f,0.181377010017931f,0.9204637419688724f,-0.3461919698052172f,0.9452796930468863f,0.08638407469614418f,-0.3655825981303873f,-0.9267616498232576f,0.322289376945279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9796122558828296f,-0.033529202347915316f,-0.198079834193353f,-0.09727725814701782f,0.181377010017931f,0.27635160524068997f,-0.9437860830282724f,0.99656576701109f,0.08638407469614418f,-0.9604715419369833f,-0.26463599295652235f,-0.016711263149680265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9907528099652344f,0.07412054464657754f,-0.11364424493693706f,0.024450560149029573f,0.1266956315373289f,0.8051184508851309f,-0.5794242806387082f,1.1867115437211748f,0.04854983517324468f,-0.5884644635877528f,-0.8070641167831889f,-0.048751149568116804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9720512914702667f,-0.21728199925551145f,-0.08890905212920854f,0.022585603413576485f,-0.1042262530541506f,0.7387443729516815f,-0.6658780966562265f,1.1538670304709375f,0.2103643860668401f,-0.6380010064504245f,-0.7407439104325911f,-0.053392334680613704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9895615636051025f,-0.08898397304204533f,-0.11335680119462252f,0.024070740316689137f,-0.007467278392713338f,0.8171992525064158f,-0.5763068813196325f,1.1901996829047226f,0.14391716919405528f,-0.569444671802808f,-0.8093334381863644f,-0.051181771312429125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9866591028006394f,0.08421269067045449f,-0.13932708850284495f,0.024633797107301635f,0.10905699977739226f,0.9773085038123027f,-0.18158925952740798f,1.2056812512609156f,0.12087342826358115f,-0.19436129014338427f,-0.9734543149185829f,-0.047234967013385296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9838169035836316f,-0.11414779037413038f,-0.13811076053595073f,0.02456240734250276f,-0.08756975423384497f,0.9787959041291824f,-0.18517590610919246f,1.2084816005570824f,0.15631966724164661f,-0.17008486120945637f,-0.9729518495901124f,-0.047735380888705804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9899765990210384f,-0.025087729887076592f,-0.13898539203762095f,0.02456240734250276f,0f,0.9840963467189335f,-0.17763552678011416f,1.2084816005570824f,0.14123148866572957f,-0.17585501466708797f,-0.9742323544338383f,-0.047735380888705804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9851698122505284f,0.11368119042675785f,-0.1285185899915406f,-0.1674577369783455f,0.14849692760037464f,0.9401489263947428f,-0.3067061438772647f,1.2308047279709173f,0.08595989485514513f,-0.3212422499329244f,-0.9430876488081713f,-0.021859065229615483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.976267843777046f,-0.17595822572607125f,-0.12625292078304667f,0.21499029423838026f,-0.11695855395718555f,0.9190263120987556f,-0.37644565919453044f,1.2237995148844207f,0.18226846645309058f,-0.35274543295341665f,-0.9177956557248159f,-0.08477278820823583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9899765990210384f,-0.048013412628452844f,-0.1328195979458906f,0.022241173652360623f,0f,0.9404389856730289f,-0.339962518855071f,1.076573475793651f,0.14123148866572957f,-0.3365549382107688f,-0.9310125886233801f,-0.00868932240700293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9899765990210384f,-0.03949814078752444f,-0.1355958342467312f,0.021149999999999995f,0f,0.9600963321123308f,-0.2796695068548749f,1.2910949999999999f,0.14123148866572957f,-0.27686626724608004f,-0.9504729015971386f,-0.07165499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6630780609497974f,-0.3263434938516809f,-0.673667135243909f,-0.1305945507502736f,0.02387459385048063f,0.9087246640660475f,-0.4167127172123786f,1.2313307840569656f,0.7481694252343729f,0.26022953125794f,0.6103467065576266f,0.32877924152820204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5817737808427171f,-0.3263434938516809f,-0.7450095247341799f,-0.07214637199467355f,-0.02388892415734386f,0.9087246640660475f,-0.4167118959432931f,1.2313301112216055f,0.8129997461417657f,0.26022953125794f,0.5208761885848671f,0.4020791248821387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6234472400597337f,-0.3263434938516809f,-0.7105022609975138f,0.005204877777153505f,-0.000007176910507056267f,0.9087246640660475f,-0.4173960767263406f,1.2939398591482367f,0.7818654224419912f,0.26022953125794f,0.5665395416481361f,0.2804482519579499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8254939804193757f,-0.5125184656358194f,-0.23639904964631453f,0.613877861873221f,-0.5421870927937594f,0.8364566104079166f,0.07983417384021796f,2.283848891167776f,0.15682105948891717f,0.19407514340379672f,-0.9683707936599333f,-0.3275816092584799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3093803046961861f,-0.5125184656358194f,-0.8010047749223473f,0.6732949386834256f,-0.390718279000428f,0.8364566104079166f,-0.3842909904744613f,2.3326917549629522f,0.8669619677477429f,0.19407514340379672f,-0.4590335338423077f,-0.38118243145008524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6337821526421821f,-0.5125184656358194f,-0.5793487769681983f,0.7304887168235531f,-0.5209905471485493f,0.8364566104079166f,-0.17002702340144066f,2.33377437657558f,0.5717421033771231f,0.19407514340379672f,-0.797148546971453f,-0.2348097383085646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015468384359703727f,0f,-0.000002206742010402025f,0.11110149235425473f,0f,0.000015625f,0f,1.4572174999999998f,0.000002206742010402025f,0f,-0.000015468384359703727f,0.6099732500964089f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..82076f052 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.20270558487207196f,0.008457312961981307f,-0.7910647028932454f,-0.24301413822356407f,-0.22100708565979996f,0.7835012747358686f,0.06500819194436279f,1.3210106166059028f,0.7596122421303367f,0.2302144017848935f,-0.19218484659564214f,-0.4602610845066202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.18028316810072822f,0.08364304390925825f,-0.7749205252831792f,-0.24301413822356407f,0.09369701299326122f,0.7919378366128352f,0.06368149414957988f,1.3210106166059028f,0.7737692479387541f,-0.07640879626441074f,-0.18826270686920046f,-0.4602610845066202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.685666935137072f,0.16510135715956403f,-0.41176065908273546f,-0.2823380451600593f,0.13018974541561873f,0.7995148221370985f,0.10378402486001662f,1.3169905770892083f,0.424094245059745f,0.021495010853643106f,-0.6975861812421823f,-0.4078641871533462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6824377484462121f,-0.10761757863962357f,-0.403357380325945f,-0.2823380451600593f,-0.1818920181843368f,0.7723854746902075f,0.10166598353634282f,1.3169905770892083f,0.3757579183683207f,0.17843524106893088f,-0.6833497285637705f,-0.4078641871533462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.34099422979900545f,1.122289536565434f,-1.0322767949341527f,0.27773936629470813f,1.3387870757355707f,0.7266918564850496f,0.34781368800222834f,1.3094913333971423f,0.729916674071214f,-0.8085736774308542f,-1.1201948522818523f,0.3375115999600662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9771390335248409f,0.02887282356461926f,-0.2106315959716068f,0.03315164538512966f,-0.11056736753313415f,0.9152255077153386f,-0.38747532471628865f,1.353608175193998f,0.18158790267782887f,0.4019062453938815f,0.8974949601610364f,0.31380592660455253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5505631876226351f,0.02887282356461926f,-0.8342940347948133f,-0.13225691614425905f,-0.3501485927787045f,0.9152255077153386f,-0.19939466643391812f,1.477484061307408f,0.7578100945552888f,0.4019062453938815f,0.5139992514620009f,0.049814753680973184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8629072963916835f,0.3529497695382137f,-0.3616869613587376f,0.43625626480019275f,0.39139038673372517f,0.9195012037345494f,-0.036484263774127584f,1.460102288134725f,0.3196944838536012f,-0.17304333709691583f,-0.9315854445406188f,-0.6731155544823226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7103132974792946f,0.2325085061370595f,-0.6643755067715876f,0.20147572203432967f,0.20925753852803078f,0.970947309269904f,0.11607155203030237f,1.5173917024392638f,0.6720612338122777f,-0.05657841633915199f,-0.7383309426072242f,-0.4443336597552741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5991293084408149f,-0.39382467996136705f,-0.6970984099971518f,0.11600118264874375f,-0.06124832660781814f,0.8906557829242007f,-0.4505340373727837f,1.1268340886745405f,0.7983061532112682f,-0.22723203514690782f,-0.5577390859066821f,0.031118266194164138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5991293084408149f,-0.1636253837996188f,-0.7837543017704324f,0.08042295880025004f,-0.06124832660781814f,0.9853928180891126f,-0.1589013421785318f,1.3106021086776334f,0.7983061532112682f,-0.04719881179462314f,-0.6003994985925643f,0.018515992116468788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5991293084408149f,-0.3529850622139748f,-0.718641508417811f,0.2864398606817464f,-0.06124832660781814f,0.9151460663283999f,-0.3984423669383033f,1.1430814547039367f,0.7983061532112682f,-0.1947029099357579f,-0.5699105742198289f,-0.23117467477233367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5991293084408149f,-0.07363265446189493f,-0.7972592451418332f,0.26765086768800467f,-0.06124832660781814f,0.9970593109912536f,-0.046058363555260065f,1.3297422107425765f,0.7983061532112682f,0.021235879132770946f,-0.6018773323381479f,-0.23095468076205253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9616462573029567f,0.039293221760171776f,-0.27146365970221753f,0.33269225143200787f,0.019654317794124673f,0.9970131674582996f,0.07468903337716903f,2.0290034750293655f,0.273587615961072f,0.0664889963713867f,-0.9595462624356693f,-0.22815102549656405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9616462573029567f,0.039293221760171776f,-0.27146365970221753f,0.33839261526376435f,0.019654317794124673f,0.9970131674582996f,0.07468903337716903f,1.9106418890589079f,0.273587615961072f,0.0664889963713867f,-0.9595462624356693f,-0.33667914774487157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9616462573029567f,0.039293221760171776f,-0.27146365970221753f,-0.23227492473347922f,0.019654317794124673f,0.9970131674582996f,0.07468903337716903f,2.040550386733414f,0.273587615961072f,0.0664889963713867f,-0.9595462624356693f,-0.06741830111943423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9616462573029567f,0.039293221760171776f,-0.27146365970221753f,-0.29869803019944446f,0.019654317794124673f,0.9970131674582996f,0.07468903337716903f,1.9236628745975155f,0.273587615961072f,0.0664889963713867f,-0.9595462624356693f,-0.15542735217066136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9436599819893225f,0.18924407481606909f,-0.27146365970221753f,0.2362159960847035f,0.1753795620170137f,0.9816636682285356f,0.07468903337716903f,2.1390273081377433f,0.28062046899439075f,0.022871874149388623f,-0.9595462624356693f,-0.21509029920865272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9616462573029568f,0.039293221760171776f,-0.27146365970221753f,0.12584473326474027f,0.01965431779412466f,0.9970131674582997f,0.07468903337716903f,2.1513384742685098f,0.273587615961072f,0.0664889963713867f,-0.9595462624356693f,-0.18290707132474904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9235753629579274f,0.2707693306085668f,-0.27146365970221753f,0.10419520421076844f,0.26026981596785026f,0.9626428056082097f,0.07468903337716903f,2.1474706997774873f,0.28154603856775207f,-0.0016728456423597063f,-0.9595462624356693f,-0.17708329787209592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9620446919443743f,-0.02788354645185563f,-0.27146365970221753f,0.1325792268025008f,-0.04994168197455136f,0.9959555093952424f,0.07468903337716903f,2.156869919858284f,0.2682831323494025f,0.08541153986745761f,-0.9595462624356693f,-0.18438175992822595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9545622730375198f,0.12295669300417114f,-0.27146365970221753f,0.1837809858343926f,0.10647495032014065f,0.9915062446840703f,0.07468903337716903f,2.262492567257509f,0.2783414303472751f,0.04239125379096843f,-0.9595462624356693f,-0.22321320027839958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9545622730375198f,0.12295669300417114f,-0.27146365970221753f,0.15611572990845413f,0.10647495032014065f,0.9915062446840703f,0.07468903337716903f,2.0394036622035934f,0.2783414303472751f,0.04239125379096843f,-0.9595462624356693f,-0.23275123238136747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9610541530108143f,-0.03868400094072397f,-0.2736392936913192f,-0.13121890519807192f,-0.13272844316173688f,0.9330922836775214f,0.33424833659620395f,2.132590948434876f,0.2424006504870141f,0.35755046946226443f,-0.9018866815907562f,-0.0827527956200535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9552734926020948f,0.11213425560421454f,-0.2736392936913192f,-0.020055696707384454f,0.01487345645406847f,0.9423676722892076f,0.33424833659620395f,2.140374348905009f,0.2953495126539137f,0.3152286137778564f,-0.9018866815907562f,-0.11359595337307032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9686495598370377f,-0.02996562501474591f,-0.24661729774082897f,-0.011440370386917725f,-0.18614507772490624f,0.7449600504606771f,0.6406126233976457f,2.1477463716448897f,0.1645236769170374f,0.6664357317364524f,-0.7271831785723573f,-0.1626898291003417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9305003632660704f,0.270830172648326f,-0.24661729774082897f,-0.03695590128378179f,0.05317082657622768f,0.7660211028064349f,0.6406126233976457f,2.15541446034236f,0.3624112817820543f,0.5829774332154642f,-0.7271831785723573f,-0.14728126901904612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9614115328924322f,0.12193347725885154f,-0.24661729774082897f,-0.07789458888747298f,-0.06731589595790616f,0.7649078617029441f,0.6406126233976457f,2.255834788486835f,0.26675163462068596f,0.6324936286071146f,-0.7271831785723573f,-0.08790597041858966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9614115328924322f,0.028449980132498005f,-0.2736392936913192f,-0.08429583441728503f,-0.06731589595790616f,0.9400779859320475f,0.33424833659620395f,2.0443172416521245f,0.26675163462068596f,0.33977047987782183f,-0.9018866815907562f,-0.16435432839109945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9616462573029567f,0.039293221760171776f,-0.27146365970221753f,0.024255410959190808f,0.019654317794124673f,0.9970131674582996f,0.07468903337716903f,1.528557171312444f,0.273587615961072f,0.0664889963713867f,-0.9595462624356693f,-0.2026425703254545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5991293084408149f,0.05329993811088296f,-0.7988762034036354f,0.0042679341676097f,-0.06124832660781814f,0.991806866364655f,0.11210612079483126f,1.1566295964256983f,0.7983061532112682f,0.1160958932490693f,-0.5909560299343155f,-0.24617853029385547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6600037867591215f,-0.07790207886114589f,-0.747212330982788f,0.33327674303850285f,-0.12832101582503444f,0.9916827227233803f,0.009954614486465785f,0.8045470206481766f,0.7402220736787382f,0.10245312860549785f,-0.6645108261553709f,-0.128580333171954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6600037867591215f,-0.7179201855232673f,-0.22132692715044236f,0.10658261792082387f,-0.12832101582503444f,0.3980074745309411f,-0.9083632352286906f,0.8569216354545355f,0.7402220736787382f,-0.5711222788823241f,-0.3548106878364986f,-0.3216280985920599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6876013383160076f,-0.11853348216872717f,-0.7163478297244932f,0.10033272479847362f,0.03484575581201749f,0.9800610394276938f,-0.1956173108336723f,0.5834871526029135f,0.7252517996171569f,-0.15946840627805997f,-0.6697608935666599f,0.03059240199864441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6876013383160076f,-0.446917832887983f,-0.5722489407528373f,-0.07675906051638041f,0.03484575581201749f,0.7669063998655061f,-0.6408122557717023f,0.8644924949170547f,0.7252517996171569f,-0.4605638115310812f,-0.5117526772377824f,-0.15080720596766914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7515997165409493f,-0.32301657022863706f,-0.575115780911368f,0.013604828711663443f,0.1381531063910508f,0.7754646226035682f,-0.6160911769249813f,1.041323243087876f,0.6449896009162223f,-0.5425079856076163f,-0.5382132479435068f,-0.2374407413041362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5958709679999644f,-0.6211871642687531f,-0.5089835915258274f,0.010844376098635788f,-0.13529726179017437f,0.7023808377064403f,-0.6988245915642065f,1.0027605528007908f,0.7916011877497824f,-0.34754519960797037f,-0.5025732720535281f,-0.23320285066406138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6832936855139121f,-0.44983505630788967f,-0.575115780911368f,0.014040177727810303f,0f,0.7876748451710207f,-0.6160911769249813f,1.0405609337389707f,0.7301436429476155f,-0.42097121089367406f,-0.5382132479435068f,-0.23703332663087143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.683492868373379f,0.0376379409303635f,-0.7289862030829205f,0.015635410907779815f,0.11464676051102053f,0.9918105610261949f,-0.056284379193815154f,1.0660846755611812f,0.7208977869206282f,-0.12204587842048142f,-0.6822105132387756f,-0.23554045222276862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6732091243173729f,-0.12397011999099983f,-0.7289862030829205f,0.016071277275877986f,-0.1215410293467434f,0.9909893273108954f,-0.056284379193815154f,1.0554953531446718f,0.7293951282543435f,0.05071057587245705f,-0.6822105132387756f,-0.23513255339364642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6832936855139121f,-0.04109568166561717f,-0.7289862030829205f,0.015661925759286877f,0f,0.9984147778647744f,-0.056284379193815154f,1.0654405003460592f,0.7301436429476155f,-0.03845876089620451f,-0.6822105132387756f,-0.23551563870726094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7096732139197728f,-0.09943574520138401f,-0.697478646283186f,-0.11306651832973799f,0.15869138904960828f,0.9419888404627001f,-0.2957601519563506f,1.0996876416423527f,0.6864262323704465f,-0.3205769127993829f,-0.6527246513605339f,-0.09062542699377124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6333234352347691f,-0.39481167956640456f,-0.6656013552122516f,0.13967643288547904f,-0.17177688659505289f,0.9103377091710325f,-0.3765341372212445f,1.0772591943891898f,0.7545820880554625f,-0.12413296475631001f,-0.644357726303229f,-0.3848173157423015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6832936855139121f,-0.19950428318421945f,-0.702358726241773f,0.02715988326203113f,0f,0.9619459582039586f,-0.2732397729011427f,0.9415922504645877f,0.7301436429476155f,-0.18670301145460616f,-0.6572915990463944f,-0.21405550287059702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6832936855139121f,-0.13364541059628998f,-0.7178082219948194f,0.0026367187500000314f,0f,0.9831054874312163f,-0.18303988795514098f,1.1612548828125f,0.7301436429476155f,-0.1250699996369218f,-0.6717497717558267f,-0.24770507812499998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4280320872339897f,-0.5313888155549537f,-0.7310365647498198f,0.8617294665650326f,0.14926895989138844f,0.8393383089191416f,-0.5227140526078274f,1.2667236328125f,0.8913513953043753f,0.11461731930148675f,0.4385835840579122f,-0.3577042434289032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.02255112525178693f,-0.5313888155549537f,-0.8468278298762868f,0.881496183731538f,-0.14926895989138833f,0.8393383089191416f,-0.5227140526078274f,1.2667236328125f,0.9885394399632322f,0.11461731930148675f,-0.09824787912886332f,-0.2660617893344205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2108449831093927f,-0.5313888155549537f,-0.8204695727452074f,0.9946832610600664f,5.551115123125783e-17f,0.8393383089191416f,-0.5436094215342073f,1.348265046042631f,0.9775195103411489f,0.11461731930148675f,0.1769702715671227f,-0.33842855711673026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.07320856460253336f,-0.49540557680619196f,-0.8655713838489352f,-0.15624343421486786f,-0.3924675760927341f,0.8121840161276415f,-0.43165533202158984f,2.2490990779609388f,0.9168477015212124f,0.30810783569409467f,-0.2538894519257745f,-1.1168943222340755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.46947797605766306f,-0.49540557680619196f,-0.7308650658405589f,-0.1758624691058368f,-0.04808792462274067f,0.8121840161276415f,-0.5814160949373973f,2.270910687664061f,0.8816337002986432f,0.30810783569409467f,0.35747948204284785f,-1.2059359397626537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.20926970550366858f,-0.49540557680619196f,-0.8430774014452835f,-0.039591341443559774f,-0.2326571701666356f,0.8121840161276415f,-0.5350025842150934f,2.340255270444764f,0.9497772536381679f,0.30810783569409467f,0.05470585028531977f,-1.1696210085411625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010676463836154878f,0f,-0.000011408494421056493f,0.49967880110128904f,0f,0.000015625f,0f,1.3273773828125f,0.000011408494421056493f,0f,-0.000010676463836154878f,0.22732914240878904f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7.mcfunction new file mode 100644 index 000000000..de0be7c2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70.mcfunction new file mode 100644 index 000000000..cf8d52113 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..e893ebb0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7248483088311513f,-0.1251418753640776f,-0.354794144060223f,-0.0018345669550143273f,-0.1238397257924626f,0.8066077288105135f,-0.03149823143030803f,1.3666349044590922f,0.35525075080105356f,0.02584428946501036f,-0.7348968779371573f,-0.40354413211394735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7029181117728494f,0.15846996387779838f,-0.34755344724266746f,-0.0018345669550143273f,0.1902978869504821f,0.7764242769725966f,-0.030855410380709908f,1.3666349044590922f,0.3311990977703198f,-0.10978439176927562f,-0.7198989824690522f,-0.40354413211394735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7927497412073871f,0.14245160672827178f,0.13490675298367757f,-0.06063139591767695f,0.13832699799178413f,0.8040532318449053f,-0.036173006935947855f,1.3671961898835283f,-0.13913279227646574f,-0.012263137638507471f,-0.8046341566283758f,-0.39517099889675106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7708595560298659f,-0.16825867899642333f,0.13215355394319436f,-0.06063139591767695f,-0.17622893223997954f,0.7795432891408803f,-0.03543478230460198f,1.3671961898835283f,-0.12132150806429542f,-0.0632556503230852f,-0.788213051391062f,-0.39517099889675106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04424155771400808f,-0.2564212409225143f,1.540680720258028f,-0.5870572311931342f,1.561449945194097f,0.04315536798758312f,-0.03765544936934095f,1.194397217451256f,-0.03637311128277035f,1.5407115276448133f,0.257470843704675f,0.2573676221980816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4459085306142835f,-0.7356141210124565f,-0.5099386701285573f,-0.5005613250247055f,-0.5681385810038238f,0.672844181170782f,-0.4738135293969362f,1.3451454483282408f,0.6916531899011038f,0.07843833776725997f,-0.7179577230366264f,0.07812090114549675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6363225400808046f,-0.7356141210124565f,-0.2323047351049563f,-0.274771240323685f,-0.7260671358881099f,0.672844181170782f,-0.14179993669905766f,1.6063818196260278f,0.2606149250682891f,0.07843833776725997f,-0.962251156403545f,-0.013436542055640328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3848086667226659f,0.8997257280637643f,0.20595121819317685f,0.4631236030750714f,0.49948929632011574f,-0.015355980014596553f,-0.8661839508669202f,1.3921761358898168f,-0.7761654030403314f,0.43618552032125124f,-0.45531248498731014f,0.11267145837577203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3859218000057048f,0.8543370433904132f,0.3480985213575088f,0.3144890136415409f,0.6294905482206639f,0.5197055261780402f,-0.5776225547542743f,1.5972070568043226f,-0.6743930708282857f,-0.0037924070105226915f,-0.7383627859445936f,-0.10399714527934789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9899674527429182f,-0.07707078883329241f,-0.11842523387484698f,-0.10196168001234107f,0.009450412746636987f,0.8001450613961131f,-0.599732082201985f,1.2751085611005424f,0.14097919069357845f,-0.59483440908544f,-0.7913892174899526f,0.2184535023394388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9899674527429182f,-0.0269711182859559f,-0.13869751723842474f,-0.10788562417369796f,0.009450412746636987f,0.9667754408858327f,-0.25545241552767095f,1.4547823786695881f,0.14097919069357845f,-0.25420032588179087f,-0.9568213323881191f,0.1648108079091773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9899674527429182f,-0.0649140942795918f,-0.12550140586287636f,0.2021735932737404f,0.009450412746636987f,0.8558103364810367f,-0.5172034006763034f,1.2650347131391049f,0.14097919069357845f,-0.5132005732031825f,-0.8466109138531754f,0.13815245834259676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9899674527429182f,0.0010063282499698173f,-0.14129200194332114f,0.20147920480846399f,0.009450412746636987f,0.9982070313949554f,-0.059105094303187646f,1.451829124686264f,0.14097919069357845f,-0.05984738738761972f,-0.988201982397455f,0.120754810817434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9996604527008821f,0.020041130248676164f,-0.01665330010007106f,0.3233713461367917f,0.019534708237486906f,0.9993579312591828f,0.030035319266533536f,2.1345781090524727f,0.017244549282126515f,0.02969980349635218f,-0.9994100996049293f,-0.031415600299890586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9996604527008821f,0.020041130248676164f,-0.01665330010007106f,0.3567922249476086f,0.019534708237486906f,0.9993579312591828f,0.030035319266533536f,2.0117416272674067f,0.017244549282126515f,0.02969980349635218f,-0.9994100996049293f,-0.12946944317297648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9996604527008821f,0.020041130248676164f,-0.01665330010007106f,-0.26392916982497655f,0.019534708237486906f,0.9993579312591828f,0.030035319266533536f,2.1460547501419964f,0.017244549282126515f,0.02969980349635218f,-0.9994100996049293f,-0.02128442759664126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9996604527008821f,0.020041130248676164f,-0.01665330010007106f,-0.3054828249667258f,0.019534708237486906f,0.9993579312591828f,0.030035319266533536f,2.0246833714747416f,0.017244549282126515f,0.02969980349635218f,-0.9994100996049293f,-0.11804492927356766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9842178340131761f,0.1761759702652175f,-0.016651808055612664f,0.22666860354554177f,0.17562819772587251f,0.9839978576099474f,0.03004916608818685f,2.2438632375877368f,0.02167928444330189f,0.026650398123532974f,-0.9994097082307556f,-0.04840626571927695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996604729219976f,0.020041361377085037f,-0.016651808055612664f,0.11172466447875859f,0.019534744717636374f,0.9993575142891664f,0.03004916608818685f,2.2561842555725824f,0.017243335703530774f,0.029713674763174987f,-0.9994097082307556f,-0.046120655816265226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9651177951048855f,0.2612860902729628f,-0.016649942995494216f,0.08930909991347151f,0.26072086166252795f,0.9649459256345159f,0.030066474607050576f,2.2523032063070945f,0.023922246253916618f,0.024676702194916408f,-0.9994092187402269f,-0.04586599063500223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9986234103150444f,-0.04973996148970307f,-0.016649942995494216f,0.11860708068003274f,-0.05022441525569514f,0.9982852874889658f,0.030066474607050576f,2.2617293465395645f,0.015125887840845993f,0.03086131905923283f,-0.9994092187402269f,-0.04607051036513032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9941097432802869f,0.10709153894425405f,-0.016649942995494216f,0.17795209772359022f,0.1065601555446108f,0.9938515685729997f,0.030066474607050576f,2.3662099316495144f,0.019767436999020317f,0.02811515483754949f,-0.9994092187402269f,-0.07518443862004548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9941097432802869f,0.10709124895938474f,-0.016651808055612664f,0.15385656670772868f,0.1065601555446108f,0.9938520920477619f,0.03004916608818685f,2.1425932109387684f,0.019767436999020317f,0.028097749529208987f,-0.9994097082307556f,-0.0815064322641175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9904880971759716f,-0.13658695746117153f,-0.01665330010007106f,-0.16367533750319305f,-0.13703981979714847f,0.9901100784188203f,0.030035319266533536f,2.2514915615113043f,0.012386167393022776f,0.03203179147312311f,-0.9994100996049293f,-0.041674184386141226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996604527008822f,0.020041130248676167f,-0.01665330010007106f,-0.04832747415568449f,0.019534708237486917f,0.9993579312591829f,0.030035319266533536f,2.259312368291942f,0.017244549282126515f,0.02969980349635218f,-0.9994100996049293f,-0.043361201713979135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9748146532025135f,-0.2223939286433883f,-0.01665330010007106f,-0.026085147404557016f,-0.22281212119590188f,0.9743986033676055f,0.030035319266533536f,2.2545591201691875f,0.009547279709228002f,0.032989426454841354f,-0.9994100996049293f,-0.04387467808112131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9958273315048671f,0.08972509918452355f,-0.01665330010007106f,-0.054982251805797265f,0.08919880796289596f,0.9955608732039221f,0.030035319266533536f,2.265122482195863f,0.01927429598958224f,0.028424537318514038f,-0.9994100996049293f,-0.043075700661409665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9976031424649389f,-0.0671612815531083f,-0.01665330010007106f,-0.11116983481694118f,-0.0676394099947036f,0.99725763462213f,0.030035319266533536f,2.371859855788119f,0.014590420132652179f,0.031089748278465057f,-0.9994100996049293f,-0.07020010158093125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9976031424649389f,-0.0671612815531083f,-0.01665330010007106f,-0.09605854646749183f,-0.0676394099947036f,0.99725763462213f,0.030035319266533536f,2.14747688799814f,0.014590420132652179f,0.031089748278465057f,-0.9994100996049293f,-0.07719529494358587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9996604527008821f,0.020041130248676164f,-0.01665330010007106f,0.019148346495799117f,0.019534708237486906f,0.9993579312591828f,0.030035319266533536f,1.6319255059710438f,0.017244549282126515f,0.02969980349635218f,-0.9994100996049293f,-0.06334044728307814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9899674527429182f,0.0032178353001485957f,-0.14125893970180886f,0.017941658258243395f,0.009450412746636987f,0.999009903280158f,-0.04347301285955962f,1.2572967922409846f,0.14097919069357845f,-0.04437182308797283f,-0.9890176990869444f,-0.04670101362508833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9840181053735767f,-0.1704556626359398f,-0.05150956583334184f,0.19928964491813264f,-0.10506405051071867f,0.7893214333414103f,-0.6049241441355626f,0.921651442290944f,0.1437703501674732f,-0.5898445065805094f,-0.7946153437163909f,0.3143213317485844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9840181053735767f,-0.16248106696091902f,0.07285788341859825f,0.14820204694167788f,-0.10506405051071867f,0.19942022643310703f,-0.9742654251176368f,0.9607693554763969f,0.1437703501674732f,-0.9663495620988349f,-0.21330403241409315f,-0.006754849176870727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9827348354148479f,0.14315376134568994f,-0.11721452075034584f,-0.09161963524958053f,0.17703896690799228f,0.9116238519967066f,-0.3709436030811659f,0.9222644011516185f,0.05375358088818666f,-0.3852907383824169f,-0.9212283101698674f,0.3420266372935696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9827348354148479f,-0.007290012729302575f,-0.18487590155712186f,-0.102469819766579f,0.17703896690799228f,0.25325270222918633f,-0.9510627071911536f,0.9655135905042496f,0.05375358088818666f,-0.9673726916385545f,-0.2475896363212231f,0.0012187172363354246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9924674414797452f,0.08476233424822015f,-0.0884518190623667f,0.019637683690614548f,0.1208454901435222f,0.7959212744486243f,-0.5932163959231482f,1.1543285890468444f,0.02011827812265564f,-0.5994369621343605f,-0.8001690966992595f,-0.03175213385796296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9775198921595127f,-0.20073337857988716f,-0.06450559011712528f,0.018318674824308125f,-0.10346543841422295f,0.7232610824988768f,-0.6827798397699697f,1.1204329962558224f,0.18371108699860095f,-0.6607567761789936f,-0.7277710623866107f,-0.035169392921741836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.993512418331297f,-0.07179937747098217f,-0.08819253945928453f,0.019396200294138258f,-0.005863806123834731f,0.8068092898022802f,-0.5907828583045401f,1.1570421369141477f,0.11357240157379839f,-0.5864329623098619f,-0.8019960662729215f,-0.03372448833417652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9906018448307087f,0.08221243834433754f,-0.10931193896128162f,0.019758161496329675f,0.10359155936741533f,0.9728161006123164f,-0.20711741408504186f,1.1745751678605783f,0.08931278657518041f,-0.2164946867036832f,-0.9721899386350646f,-0.030495294142015492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9878546122241193f,-0.11134716202782383f,-0.1083746954592466f,0.01970720441769616f,-0.0867370639049359f,0.9738581729858121f,-0.20994508961604033f,1.1767702120707189f,0.12891837282825894f,-0.19799512220528484f,-0.9716882137446295f,-0.030949901711491448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.993776471646008f,-0.022726323488571818f,-0.1090497071225039f,0.01970720441769616f,0f,0.9789667329665873f,-0.20401993957632306f,1.1767702120707189f,0.11139265865761123f,-0.20275021569759008f,-0.972874105746355f,-0.030949901711491448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9881421667752801f,0.11571317993302326f,-0.10092332847484965f,-0.1729765550191188f,0.14254858975593357f,0.9356100031667284f,-0.32297650306632075f,1.1969953715360426f,0.05705223746049903f,-0.33353317970502183f,-0.9410104464014247f,-0.010612714048549507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9809762880396741f,-0.1685201105494801f,-0.09636646016272116f,0.21109637194183686f,-0.1177636340119367f,0.9112275042883424f,-0.39471022527006f,1.1915083806655777f,0.1543283797886991f,-0.37585290709109853f,-0.9137381153388345f,-0.06283663849825233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.993776471646008f,-0.040810150165983744f,-0.10364774983684377f,0.016545414504466366f,0f,0.9304719995545392f,-0.3663630140243113f,1.0460850255773326f,0.11139265865761123f,-0.3640829434186771f,-0.924681180682716f,0.010977345848870473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.993776471646008f,-0.033622011476143444f,-0.10619738578283916f,0.016796875000000006f,0f,0.9533607246888609f,-0.3018332795116038f,1.2591015625f,0.11139265865761123f,-0.299954811538385f,-0.9474274571871775f,-0.05691406249999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6453847230149692f,-0.3038645273447853f,-0.7008173145124355f,-0.09902505987148938f,0.017383354284257132f,0.923076064125377f,-0.38422441207272445f,1.231956573428992f,0.7636598577198619f,0.2357900100944333f,0.6010213747005572f,0.32886063819935263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5794424079221567f,-0.3038645273447853f,-0.7562491949899208f,-0.04155252111129447f,-0.017394235955701925f,0.923076064125377f,-0.3842239196019948f,1.2319560628285422f,0.8148275501337019f,0.2357900100944333f,0.5295839260049126f,0.40292797099996847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6130404134420792f,-0.3038645273447853f,-0.7292789593209823f,0.039103053406755434f,-0.00000544640479702152f,0.923076064125377f,-0.3846174460540492f,1.2896489350368745f,0.7900515498732354f,0.2357900100944333f,0.5658812770206889f,0.2810121130465572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7839882210175f,-0.5241064389151283f,-0.33267838822730655f,0.594297326785939f,-0.5594597857150793f,0.8287589473073688f,0.012781057296622766f,2.2382124393114693f,0.2690115563938716f,0.1961403781623888f,-0.9429537287591911f,-0.3374975226447895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.18558727299583372f,-0.5241064389151283f,-0.8311857823553486f,0.6454015314343343f,-0.3359109513115416f,0.8287589473073688f,-0.44757394924968225f,2.2854054734420988f,0.9234290426941019f,0.1961403781623888f,-0.3298602054861575f,-0.40034845976429634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5451115162495495f,-0.5241064389151283f,-0.6543438511515335f,0.7180010067828667f,-0.5033923640600448f,0.8287589473073688f,-0.24444781664809628f,2.2984761288739985f,0.6704099959414065f,0.1961403781623888f,-0.7155972256766782f,-0.2615834073530412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015527757369468876f,0f,-0.0000017405102915251755f,0.08620674614300267f,0f,0.000015625f,0f,1.4252240624999999f,0.0000017405102915251755f,0f,-0.000015527757369468876f,0.6271112382704919f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71.mcfunction new file mode 100644 index 000000000..f91e1ff7f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..66c3c70d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7404372308161374f,-0.12814064488901636f,-0.3198079529861651f,0.005783255752283084f,-0.12563250615341864f,0.806302800905112f,-0.03219799830155569f,1.3339966899503761f,0.3208015353195577f,0.020005319903534775f,-0.7507533593375498f,-0.3902301222417007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7181506329521335f,0.16159987772459997f,-0.3132812600680801f,0.005783255752283084f,0.18856106676510567f,0.7768203756089873f,-0.031540896295401494f,1.3339966899503761f,0.2978328264158521f,-0.10215470404296731f,-0.7354318622082121f,-0.3902301222417007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7893409208924933f,0.14160051775554258f,0.1543847415400786f,-0.052600564036302894f,0.13727197719216924f,0.8042504481198053f,-0.03580594114513772f,1.3344409091195426f,-0.158245882495524f,-0.008657627556020543f,-0.8011415172132563f,-0.38402620311166596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7674554381833962f,-0.1677510590360947f,0.15123403252905662f,-0.052600564036302894f,-0.17725768344729537f,0.779326275360353f,-0.035075207652379814f,1.3344409091195426f,-0.13997094006124822f,-0.06715756640340528f,-0.7847916903313532f,-0.38402620311166596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.10595948111314156f,-0.19900730094973562f,1.546148418661978f,-0.5999894618540114f,1.5589026340699328f,0.01470951263605267f,-0.10494025789864678f,1.123155168296388f,-0.0011898958183312422f,1.5497051249856248f,0.19954663550466192f,0.19737641030667585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4884080672535539f,-0.7726253383340357f,-0.40559542207212423f,-0.5024453044235482f,-0.6492288879451926f,0.6323101312430334f,-0.4227123714594433f,1.2937351948425801f,0.5830603835788333f,0.05686813247887325f,-0.8104360583101352f,0.04334964340285039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6198091262771596f,-0.7726253383340357f,-0.13742901275844455f,-0.2812065325856752f,-0.7706639111745365f,0.6323101312430334f,-0.07912669549895307f,1.5728710398024082f,0.14803304697502537f,0.05686813247887325f,-0.9873460550949982f,-0.010645629580506799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.46559701214121263f,0.8598030532885412f,0.20966194657323384f,0.4444301461361895f,0.46681632259244543f,-0.03733194586627464f,-0.8835659832627689f,1.3689883625569044f,-0.7518656417515308f,0.5092593007236487f,-0.41875174194266807f,0.15526542293985932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.33619678905440575f,0.8608495103305063f,0.3819814649865029f,0.31126734542693574f,0.6030008484914141f,0.5083105462981526f,-0.6148254754324257f,1.5657043193045472f,-0.7234374166077823f,0.023632796825624733f,-0.6899853586606433f,-0.07856253019770704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9943732116570373f,-0.05857492136608651f,-0.08826604401368295f,-0.11556163129831358f,0.007565788664104231f,0.7918242621062092f,-0.6107021342535552f,1.242844679030549f,0.10566302466217187f,-0.6079336448387389f,-0.7869256691024429f,0.23093918524596008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9943732116570373f,-0.02094792174429158f,-0.10384170892981137f,-0.12013837730617957f,0.007565788664104231f,0.9637064951785782f,-0.26685679678904767f,1.4218717918966008f,0.10566302466217187f,-0.266140894499917f,-0.9581254351566006f,0.17504948355749692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9943732116570373f,-0.04877327015413218f,-0.09403767360659591f,0.1909514921142435f,0.007565788664104231f,0.852739688525319f,-0.5222813250113699f,1.2326446184005915f,0.10566302466217187f,-0.5200540277050204f,-0.8475724945318998f,0.1586869515194768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9943732116570373f,0.0016733934228609546f,-0.10592032710165199f,0.1906032513366446f,0.007565788664104231f,0.9984437148351684f,-0.0552531188987466f,1.4195074829390684f,0.10566302466217187f,-0.05574359210349863f,-0.9928383439204189f,0.1420297883505682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9998036221440806f,0.015599700805631361f,-0.012221558098346588f,0.31650632957242253f,0.01517776366233675f,0.9993103930700055f,0.03388766431138549f,2.103124137242642f,0.012741767451445923f,0.03369551360412376f,-0.9993509192096476f,-0.013130139542022842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9998036221440806f,0.015599700805631361f,-0.012221558098346588f,0.3509032317304016f,0.01517776366233675f,0.9993103930700055f,0.03388766431138549f,1.980818140500746f,0.012741767451445923f,0.03369551360412376f,-0.9993509192096476f,-0.11150904369787198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9998036221440806f,0.015599700805631361f,-0.012221558098346588f,-0.2708782984372249f,0.01517776366233675f,0.9993103930700055f,0.03388766431138549f,2.1120410733942645f,0.012741767451445923f,0.03369551360412376f,-0.9993509192096476f,-0.005644351164298365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9998036221440806f,0.015599700805631361f,-0.012221558098346588f,-0.31146666794005173f,0.01517776366233675f,0.9993103930700055f,0.03388766431138549f,1.990873408927044f,0.012741767451445923f,0.03369551360412376f,-0.9993509192096476f,-0.10306762276128907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9850540415774796f,0.17181150247964533f,-0.012220588674851002f,0.21941220744396892f,0.17131746463341857f,0.9846325793233153f,0.03389705070787457f,2.2120594000817118f,0.01785669295951651f,0.031296826529245335f,-0.9993506127309614f,-0.030136942617019796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998036322003563f,0.01559981574938793f,-0.012220588674851002f,0.10440701941867983f,0.015177791551121853f,0.9993100742997332f,0.03389705070787457f,2.223878084293002f,0.012740945122142338f,0.033704912871073835f,-0.9993506127309614f,-0.028329719392924335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9663312318818272f,0.25701096692179115f,-0.012219376893949675f,0.08200748143727006f,0.25648187115187815f,0.9659540590310025f,0.033908783699236805f,2.2199000801456426f,0.020518285995223075f,0.029633068073627755f,-0.9993502295073344f,-0.028192175467030643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9984563715003058f,-0.054180817996474964f,-0.012219376893949675f,0.1112652066888733f,-0.054567465155473255f,0.9979341592182043f,0.033908783699236805f,2.229452567141741f,0.010356927968743832f,0.034523221557210965f,-0.9993502295073344f,-0.028225795268754274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9946394640025f,0.1026792261226348f,-0.012219376893949675f,0.17029174055572163f,0.10221564723278f,0.9941841659616301f,0.033908783699236805f,2.3343000393715574f,0.01563003869487963f,0.03247800292558933f,-0.9993502295073344f,-0.056660288370155375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9946394640025f,0.10267908190697687f,-0.012220588674851002f,0.14718894712665187f,0.10221564723278f,0.9941845660711552f,0.03389705070787457f,2.1106085120055478f,0.01563003869487963f,0.03246620896638052f,-0.9993506127309614f,-0.06396518538759098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9899347113268117f,-0.1409961021728997f,-0.012221558098346588f,-0.17098764149032897f,-0.14133568654345058f,0.9893815492098132f,0.03388766431138549f,2.217986289159771f,0.007313755505450837f,0.035273917492091855f,-0.9993509192096476f,-0.025162603647145933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998036221440807f,0.015599700805631361f,-0.012221558098346588f,-0.05566804515327008f,0.015177763662336738f,0.9993103930700056f,0.03388766431138549f,2.2263084715929082f,0.012741767451445923f,0.03369551360412377f,-0.9993509192096476f,-0.02629070169579792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9738790908713487f,-0.22673806447362158f,-0.012221558098346588f,-0.033403334924291206f,-0.22702814536795235f,0.9732984369751688f,0.03388766431138549f,2.2216527476360333f,0.004211599979026562f,0.03577712537989993f,-0.9993509192096476f,-0.026720861964748644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9962799706508277f,0.085304475835882f,-0.012221558098346588f,-0.06234902614751126f,0.08484916058930642f,0.9958173759052454f,0.03388766431138549f,2.232088814797504f,0.01506120935635407f,0.032724612259834175f,-0.9993509192096476f,-0.026012987109097482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9973586710232121f,-0.07159828805537884f,-0.012221558098346588f,-0.11887157322182848f,-0.07197563185416116f,0.9968305445895571f,0.03388766431138549f,2.338689825453782f,0.009756523664017174f,0.03467781020805508f,-0.9993509192096476f,-0.05297723622791711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9973586710232121f,-0.07159828805537884f,-0.012221558098346588f,-0.10276195840936826f,-0.07197563185416116f,0.9968305445895571f,0.03388766431138549f,2.114402952921132f,0.009756523664017174f,0.03467781020805508f,-0.9993509192096476f,-0.06077974352472949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9998036221440806f,0.015599700805631361f,-0.012221558098346588f,0.014600571386329059f,0.01517776366233675f,0.9993103930700055f,0.03388766431138549f,1.5993001665052309f,0.012741767451445923f,0.03369551360412376f,-0.9993509192096476f,-0.04841169895297218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9943732116570373f,0.002916337035040479f,-0.10589339411486762f,0.013506944998188879f,0.007565788664104231f,0.9990233943135718f,-0.04353178673199226f,1.2246663936376414f,0.10566302466217187f,-0.044088009622658075f,-0.9934241655137818f,-0.031878695344475405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9867515602728787f,-0.16062814963427496f,-0.02280254029945661f,0.18422078742162273f,-0.10915032892117812f,0.7612585468502829f,-0.6391960814521579f,0.9114388505516671f,0.12003151250999884f,-0.6282388259193029f,-0.7687056742421625f,0.3395354499647397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9867515602728787f,-0.13466666445115777f,0.09047788561100803f,0.14304171386279643f,-0.10915032892117812f,0.13844177746618724f,-0.9843373811597327f,0.9289901163298846f,0.12003151250999884f,-0.98117213766882f,-0.15130655064127269f,0.016971917751790327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984649875006483f,0.14896441261635604f,-0.09096278043013656f,-0.10584171222956187f,0.17295600147949824f,0.9028080969979704f,-0.393730569739164f,0.8977448079434055f,0.02347009164747805f,-0.40341931506655315f,-0.9147141690327597f,0.36045343343478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984649875006483f,0.01750146735980332f,-0.17366151643346592f,-0.10771776045026728f,0.17295600147949824f,0.23162508167296547f,-0.9573066609463321f,0.9334840086095213f,0.02347009164747805f,-0.9726476855368782f,-0.23109659153222745f,0.018377228113646532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9932892756411449f,0.09531643661093198f,-0.06550718898017145f,0.014897186479263809f,0.11549078054086265f,0.7871258276786741f,-0.6058834962360541f,1.1209586730661787f,-0.006188255517672894f,-0.6093830554855924f,-0.792851812875957f,-0.015434639657292568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9819524684100567f,-0.18427346190654567f,-0.04257512208289661f,0.014016712833766667f,-0.10269135316205981f,0.708527253523561f,-0.698171624316045f,1.0861182067149242f,0.1588201365354589f,-0.6811992529732666f,-0.7146633766882992f,-0.01765674366887557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9963513502289515f,-0.05496781453091698f,-0.06528802541538523f,0.014758579621623396f,-0.0043819876643150036f,0.7969165865335543f,-0.604073465972325f,1.1229681781702758f,0.0852337085961597f,-0.6015833221370109f,-0.7942497852977627f,-0.016951592343184642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9933217984018172f,0.08162525544741989f,-0.08154215163290134f,0.014968405152923296f,0.09848710370576001f,0.9680197391436263f,-0.23073377523014857f,1.1423943480946561f,0.06010070900938276f,-0.23722373890791212f,-0.9695941431728637f,-0.014449194870813966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9909314208667614f,-0.10731726707322377f,-0.08085742592313624f,0.014936319378740499f,-0.0859097537859131f,0.9687083022730179f,-0.23285991349257879f,1.144030969425585f,0.10331714931909848f,-0.22380176338729288f,-0.9691430943680676f,-0.014831852594669927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9965030344499742f,-0.019086554385386627f,-0.08134743864244945f,0.014936319378740499f,0f,0.9735611135045713f,-0.228426702186367f,1.144030969425585f,0.0835565816198425f,-0.22762790187811519f,-0.9701566038298011f,-0.014831852594669927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9901066183161149f,0.11835285184295988f,-0.07537563815494752f,-0.17821857745063663f,0.13703409681813322f,0.9311037469532217f,-0.33803471525704176f,1.1623113246325503f,0.030175166542468074f,-0.34501944129325407f,-0.9381103583554683f,0.0003741212020402559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9846363735465644f,-0.16047128117128118f,-0.06884896374178859f,0.20709673009473176f,-0.11849561101303675f,0.9036505751729468f,-0.4115512460924513f,1.1582212815264714f,0.1282575614134215f,-0.3970700264548433f,-0.9087823678039932f,-0.041898153974145175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9965030344499742f,-0.03264164194950039f,-0.07691700425025677f,0.010832050418855814f,0f,0.9205379487663362f,-0.390653151633346f,1.0145406432199346f,0.0835565816198425f,-0.3892870510200752f,-0.9173188592720091f,0.02971979678003421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9965030344499742f,-0.026930261820402663f,-0.0790978086313266f,0.01260000000000002f,0f,0.9466376806939998f,-0.32229970755538223f,1.2260550000000001f,0.0835565816198425f,-0.3211726365812777f,-0.9433273213362566f,-0.042695000000000025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.628303038307044f,-0.28207993242158236f,-0.7250284158425606f,-0.07360665323788758f,0.012030976500607414f,0.9353622261059691f,-0.3534865790642239f,1.2282117176507674f,0.7778756633669544f,0.2133738917935405f,0.5910846256182775f,0.3331399836194481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5775368534243519f,-0.28207993242158236f,-0.766082302798945f,-0.017050158833118126f,-0.012038541965031726f,0.9353622261059691f,-0.35348632149128795f,1.2282113628141516f,0.8162758458046244f,0.2133738917935405f,0.536810325773288f,0.4079091312708516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.603269273650874f,-0.28207993242158236f,-0.7459873291107448f,0.06656969333110889f,-0.000003784923901906101f,0.9353622261059691f,-0.3536912579634396f,1.2812652289269755f,0.797537574948304f,0.2133738917935405f,0.564274223092334f,0.28588342398129973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7395706512318163f,-0.5319600840604378f,-0.4123757034585801f,0.578148180593317f,-0.5613141200806163f,0.8255491824247649f,-0.05826667998029039f,2.193336380158514f,0.37143197282230606f,0.18837997867133885f,-0.9091486529721723f,-0.34784068441953414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07417983366943898f,-0.5319600840604378f,-0.8435139721683252f,0.621315705272927f,-0.2670473770335854f,0.8255491824247649f,-0.4971461010782286f,2.2372789842291647f,0.9608241518073202f,0.18837997867133885f,-0.20329764617311585f,-0.4185136980847605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.46045359658250706f,-0.5319600840604378f,-0.7106341916630846f,0.7063270716825847f,-0.4687211100869426f,0.8255491824247649f,-0.31427546572500126f,2.2624490020525894f,0.7538454790957482f,0.18837997867133885f,-0.629468011325983f,-0.28875698955324985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015570359913280848f,0f,-0.0000013055715878100392f,0.06285288921249906f,0f,0.000015625f,0f,1.3921775f,0.0000013055715878100392f,0f,-0.000015570359913280848f,0.6430039058121985f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72.mcfunction new file mode 100644 index 000000000..988ba4d68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..a2611a657 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7531700358651525f,-0.130859589232871f,-0.28732404950705615f,0.0126394299210041f,-0.12749976956151332f,0.8059829071656267f,-0.032860410269045515f,1.3023838313381666f,0.2888306602164839f,0.014552171902959068f,-0.7637470317168251f,-0.3774712239430827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7306933982714715f,0.16391235757158906f,-0.28146029339466727f,0.0126394299210041f,0.18675122727570398f,0.7772308515191755f,-0.03218978965130989f,1.3023838313381666f,0.2668541489906182f,-0.0951049025134916f,-0.7481603576001553f,-0.3774712239430827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.785886924200757f,0.1405176776738994f,0.17199118894830687f,-0.045318677142441866f,0.13608770959817362f,0.804468621628457f,-0.03542338995604167f,1.3027072376584095f,-0.1755172986091149f,-0.005428031023194802f,-0.797564203567722f,-0.37320404727960327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.763923557228618f,-0.1674362441584212f,0.16848116468405572f,-0.045318677142441866f,-0.1784112625280309f,0.7790797771903649f,-0.03470046363040817f,1.3027072376584095f,-0.15681269117749483f,-0.07070929864687393f,-0.781287383086748f,-0.37320404727960327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.13586637000409943f,-0.10321046487980655f,1.5531561993055312f,-0.6028655728009903f,1.5565249542337252f,-0.004303604525088818f,-0.136447044071282f,1.0594736307058714f,0.013290837054447092f,1.559081565835279f,0.10244156735918424f,0.1401363591825976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5091509758049735f,-0.8039877751571173f,-0.3071952819213729f,-0.49961676550702494f,-0.7175819733983121f,0.5936168168999754f,-0.3642735045914332f,1.246865775021747f,0.4752277299260083f,0.03496758629716389f,-0.8791677158642275f,0.01144621584996826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.592073353325265f,-0.8039877751571173f,-0.05525216448325232f,-0.2868569621632486f,-0.8045882743912675f,0.5936168168999754f,-0.01602446272495293f,1.5403667831768644f,0.04568208614170516f,0.03496758629716389f,-0.9983438360175777f,-0.007884604523365103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5357720312888083f,0.8175263196697382f,0.21118486483627774f,0.42620594987491583f,0.43619017080301903f,-0.053824692294291265f,-0.8982433063453673f,1.3467792128876936f,-0.7229705840374814f,0.5733704030961815f,-0.38543470973671445f,0.19310231649162715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.28908191051467486f,0.8657677573233379f,0.4085068413044061f,0.3077856821939663f,0.5766644572296689f,0.4981029762767757f,-0.647573570177342f,1.5352006146281778f,-0.7641267910374537f,0.04836957104973706f,-0.6432500538789466f,-0.05510505967042742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.997285192886715f,-0.0412173003689734f,-0.06101949032236547f,-0.12804768670407807f,0.0055648528015451405f,0.7841088608221789f,-0.6205983619003854f,1.21153796878972f,0.07342531213556101f,-0.6192531215346746f,-0.7817507882997987f,0.2423192069527426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.997285192886715f,-0.015023012555353515f,-0.07208712189197956f,-0.13131504607003172f,0.0055648528015451405f,0.9607914150614513f,-0.2772163219536522f,1.389953757101532f,0.07342531213556101f,-0.27686488733310965f,-0.9580994508399531f,0.18441891901003485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.997285192886715f,-0.03397109374707207f,-0.06533153020200176f,0.180469646009517f,0.0055648528015451405f,0.8499169417614404f,-0.5268872977403966f,1.2012919708562027f,0.07342531213556101f,-0.5258204607054653f,-0.8474205370660353f,0.17744764254279594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.997285192886715f,0.0017441380407952367f,-0.07361522961590271f,0.18033657670706674f,0.0055648528015451405f,0.9986457056397999f,-0.05172801001858629f,1.388214740601049f,0.07342531213556101f,-0.05199723636579617f,-0.9959442810459402f,0.16147350896767204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999027091199493f,0.011199977989892716f,-0.008314612896087509f,0.30983903258341533f,0.010883708785702289f,0.9992502383958306f,0.03715516046181864f,2.0726715538792115f,0.008724515897967786f,0.03706105177813205f,-0.9992749177595946f,0.003628533764479927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999027091199493f,0.011199977989892716f,-0.008314612896087509f,0.34515589196766866f,0.010883708785702289f,0.9992502383958306f,0.03715516046181864f,1.9508404312935643f,0.008724515897967786f,0.03706105177813205f,-0.9992749177595946f,-0.09501329059392236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999027091199493f,0.011199977989892716f,-0.008314612896087509f,-0.2776038090245549f,0.010883708785702289f,0.9992502383958306f,0.03715516046181864f,2.0790657327908115f,0.008724515897967786f,0.03706105177813205f,-0.9992749177595946f,0.008754186854536009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999027091199493f,0.011199977989892716f,-0.008314612896087509f,-0.31727965282429776f,0.010883708785702289f,0.9992502383958306f,0.03715516046181864f,1.9580508883640921f,0.008724515897967786f,0.03706105177813205f,-0.9992749177595946f,-0.0892332988115187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9858401817107248f,0.16748137956374032f,-0.008314061822658f,0.21235084873423726f,0.16706687422464328f,0.9852450148473497f,0.037160735397085684f,2.181248986882816f,0.014415119193813494f,0.035245541815545234f,-0.9992747150412428f,-0.013413421467347489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999027131821285f,0.011200024420813831f,-0.008314061822658f,0.09728990968361603f,0.010883726940155034f,0.9992500308894864f,0.037160735397085684f,2.1925724541300786f,0.008724027677050862f,0.03706663216874779f,-0.9992747150412428f,-0.012035009595156576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9674917890404999f,0.2527657531567512f,-0.00831337298050371f,0.07490719111233114f,0.25230085464849816f,0.9669347653891697f,0.037167704064527296f,2.1884989269128527f,0.017433212063473504f,0.033861977391924585f,-0.9992744615991438f,-0.012001122983896103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9982482837504427f,-0.05857688809575547f,-0.00831337298050371f,0.1041237961831837f,-0.05884690307691558f,0.9975748612374048f,0.037167704064527296f,2.1981758043038337f,0.0061160434556768025f,0.0375918130473847f,-0.9992744615991438f,-0.011884259414930539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9951216350323998f,0.09830472684530528f,-0.00831337298050371f,0.16281728697313008f,0.0979326897060543f,0.9944987431171086f,0.037167704064527296f,2.303366980426647f,0.011921399975705169f,0.036172235462582435f,-0.9992744615991438f,-0.03973269089750705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9951216350323998f,0.09830466858929984f,-0.008314061822658f,0.14069873654053766f,0.0979326897060543f,0.9944990035347874f,0.037160735397085684f,2.07960470463132f,0.011921399975705169f,0.03616523333067899f,-0.9992747150412428f,-0.04786986839690981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9893443100925765f,-0.14535715771791763f,-0.008314612896087509f,-0.17808769689152948f,-0.1455674642147039f,0.9886503969620187f,0.03715516046181864f,2.1854990169134902f,0.0028194768210193146f,0.037969583708687304f,-0.9992749177595946f,-0.010007308972144649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999027091199493f,0.01119997798989271f,-0.008314612896087509f,-0.06280102491080036f,0.010883708785702287f,0.9992502383958306f,0.03715516046181864f,2.1943152039073026f,0.008724515897967784f,0.03706105177813205f,-0.9992749177595946f,-0.010638764036178666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.972910845256867f,-0.23103106802756318f,-0.008314612896087509f,-0.04051509601071829f,-0.2311800957303398f,0.9722012432563369f,0.03715516046181864f,2.189755653880903f,-0.0005005194094580131f,0.038070831575840756f,-0.9992749177595946f,-0.010993731101191919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9966857254048808f,0.08092238248182376f,-0.008314612896087509f,-0.06950767381348663f,0.08056136963658331f,0.9960569058910913f,0.03715516046181864f,2.2000661305544877f,0.011288511701023907f,0.036362181454515675f,-0.9992749177595946f,-0.010369128736575427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970739198333328f,-0.07598990459646941f,-0.008314612896087509f,-0.12637466927365526f,-0.07624810373027195f,0.9963963672799063f,0.03715516046181864f,2.306514814465724f,0.005461232986240135f,0.03768041495027994f,-0.9992749177595946f,-0.037210646058604885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970739198333328f,-0.07598990459646941f,-0.008314612896087509f,-0.10927694073944966f,-0.07624810373027195f,0.9963963672799063f,0.03715516046181864f,2.0823256318277457f,0.005461232986240135f,0.03768041495027994f,-0.9992749177595946f,-0.04568873942241786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999027091199493f,0.011199977989892716f,-0.008314612896087509f,0.010230740833726713f,0.010883708785702289f,0.9992502383958306f,0.03715516046181864f,1.5676883222872378f,0.008724515897967786f,0.03706105177813205f,-0.9992749177595946f,-0.034545751765969177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.997285192886715f,0.0023449789821993056f,-0.07359854021976571f,0.009351373715401973f,0.0055648528015451405f,0.9990346756032714f,-0.04357464119832999f,1.193050318936011f,0.07342531213556101f,-0.04386590949517749f,-0.9963355386223841f,-0.018096035705277614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9887258765958064f,-0.14971899970791303f,0.002315615753158015f,0.16977773705035948f,-0.11276717724464547f,0.7343482920766414f,-0.6693400852036241f,0.9002157492836355f,0.0985124595476585f,-0.6620549879357317f,-0.7429525477870635f,0.3612870438643475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9887258765958064f,-0.10810620558615265f,0.10360593256961124f,0.13787846853950175f,-0.11276717724464547f,0.08237383945651533f,-0.9902010474188901f,0.8982295379890912f,0.0985124595476585f,-0.9907207471770018f,-0.09363597827178505f,0.038854614422330166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9855747476116615f,0.155250169004742f,-0.06737805202147565f,-0.11918125951290329f,0.16919182666421462f,0.8942718176345945f,-0.4143091140375081f,0.8736515780629781f,-0.004067266924604802f,-0.41973241619931806f,-0.9076387806452775f,0.3771551243733679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9855747476116615f,0.040386418125572f,-0.16435131304980835f,-0.11281154331510473f,0.16919182666421462f,0.21178459643970482f,-0.9625598217777935f,0.9025137170033131f,-0.004067266924604802f,-0.976481552279334f,-0.21556260203918987f,0.03427292581023493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9934014875374124f,0.10548285687843066f,-0.0450205671134948f,0.010394208040874844f,0.11068260174878844f,0.7789059707881839f,-0.6172964039589378f,1.0886799715437872f,-0.03004739969739932f,-0.618206159444632f,-0.7854414670719538f,-0.0002773690085350578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9854450285984017f,-0.16839566274919904f,-0.023259328837119547f,0.009852505910863186f,-0.10192901044003339f,0.694818086806414f,-0.7119257707636312f,1.0530062816665757f,0.13604621435898467f,-0.6991929111582389f,-0.7018694326900526f,-0.0013652712952188905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.998234948555527f,-0.03892763377373251f,-0.04485116287369298f,0.010325934791370292f,-0.003038514920823067f,0.7877050043809345f,-0.6160451229417436f,1.0900614883504f,0.059310664381882545f,-0.6148214906800269f,-0.786432946721187f,-0.0013556739802151416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9950220677020197f,0.08215932328017522f,-0.05639973744744392f,0.010430194219444786f,0.09381873057495545f,0.9631261479182497f,-0.25216278272072185f,1.1112009970127217f,0.03360253828657696f,-0.25619888523234774f,-0.9660398545745417f,0.000435225104771383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9931639417525545f,-0.10245230710167913f,-0.05593665678311062f,0.010413167161286915f,-0.0851107902502507f,0.9635442614537951f,-0.25365056594149094f,1.1123329303961913f,0.07988453032662907f,-0.24715578283544976f,-0.9656772135788905f,0.00014274562892816506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9983097293444225f,-0.014562579539357258f,-0.05626380340348168f,0.010413167161286915f,0f,0.9680985274846502f,-0.2505698327453891f,1.1123329303961913f,0.05811784834511463f,-0.25014630190992654f,-0.9664621789519351f,0.00014274562892816506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9912309838521282f,0.12138961831941184f,-0.052208210233730415f,-0.18305090736779026f,0.13201799257332067f,0.9267550355633534f,-0.3517049241834386f,1.1288452705054102f,0.005690895224174569f,-0.35551324113489097f,-0.9346539194211473f,0.010689111959767683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9873696471005012f,-0.15219219537732923f,-0.044030848854643354f,0.2031727715758604f,-0.1191490643427975f,0.8964704805852256f,-0.42678352581318174f,1.1260162919090486f,0.10442547797768273f,-0.4161468648272191f,-0.9032812997309358f,-0.02250453959975504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9983097293444225f,-0.02397797076434651f,-0.05294092192519779f,0.005317350223587791f,0f,0.9109236393409597f,-0.41257499111049056f,0.9839799037444721f,0.05811784834511463f,-0.41187762770979136f,-0.9093839318439098f,0.04703533456225453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9983097293444225f,-0.019808760767960135f,-0.0546378741634726f,0.008690625f,0f,0.9401221091156491f,-0.34083782060085943f,1.1940384375f,0.05811784834511463f,-0.3402617124343868f,-0.9385330483019513f,-0.029445937499999963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6122087730084724f,-0.2614931947314322f,-0.7462048829648661f,-0.05439700287427757f,0.007732174330460475f,0.945666283009712f,-0.32504691147389564f,1.2222244565123948f,0.7906583533559759f,0.19322678460230208f,0.5809671057647511f,0.3401949392136234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5760241906364154f,-0.2614931947314322f,-0.7744788188910084f,0.0013171832691405427f,-0.007736768686108262f,0.945666283009712f,-0.32504680215146375f,1.2222242410910138f,0.8173960326622338f,0.19322678460230208f,0.5427035429221881f,0.41559382489723384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5942846521964599f,-0.2614931947314322f,-0.7605570729885309f,0.08754365114571114f,-0.00000229782806213108f,0.945666283009712f,-0.3251388644461242f,1.2709951784686229f,0.8042547806251773f,0.19322678460230208f,0.5619943572259447f,0.2935952284715369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6959126296142817f,-0.5376341018425448f,-0.4760831697080833f,0.5651284413158588f,-0.5498715810514387f,0.8253406745427525f,-0.1282732056873351f,2.1512532183732915f,0.4618948541554956f,0.17251766136043728f,-0.8699947127560022f,-0.35835530287373973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.021930878825550393f,-0.5376341018425448f,-0.8428929997869831f,0.601097203759346f,-0.19084688582684356f,0.8253406745427525f,-0.5314040243689447f,2.1907835566079252f,0.981374802368664f,0.17251766136043728f,-0.08450534772776658f,-0.43537908483320636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.38366679939719656f,-0.5376341018425448f,-0.7508324444083855f,0.6957376891988603f,-0.4216569411694232f,0.8253406745427525f,-0.37552389392548624f,2.2273469715794314f,0.8215870075676444f,0.17251766136043728f,-0.5433529658654387f,-0.3153642489736572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015598589521006605f,0f,-9.080913803924163e-7f,0.04144134526572294f,0f,0.000015625f,0f,1.3601609375f,9.080913803924163e-7f,0f,-0.000015598589521006605f,0.6573114669947213f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73.mcfunction new file mode 100644 index 000000000..7868cb05f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..e3aaed227 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7632943362459204f,-0.13326117354754402f,-0.25800709355379214f,0.018707276487206964f,-0.12934775456730221f,0.8056636630815376f,-0.0334613930206136f,1.2738648492515232f,0.2599910750155491f,0.009589893597656031f,-0.7741169932881521f,-0.36581182457830924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7407564321634953f,0.16553419668285194f,-0.25274164266493926f,0.018707276487206964f,0.1849590787580574f,0.7776346884202133f,-0.032778507448764344f,1.2738648492515232f,0.23889338080696107f,-0.08878468952562066f,-0.7583186873026797f,-0.36581182457830924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7825473304501398f,0.1393124201943135f,0.18749978567829625f,-0.03883379293620666f,0.13485691982410333f,0.8046922486055819f,-0.035049117736287126f,1.2740699176406967f,-0.19072947130781692f,-0.0026227958631546f,-0.7940779773806507f,-0.3632336907155822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.760449322731701f,-0.16727510670627851f,0.18367325943996368f,-0.03883379293620666f,-0.1796089896989011f,0.7788207746092927f,-0.034333829619220047f,1.2740699176406967f,-0.1716316939735698f,-0.07387313255429692f,-0.7778723043728824f,-0.3632336907155822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.13403785339353896f,0.025205860645042273f,1.5565361442789543f,-0.5982972690256275f,1.5567397267326586f,-0.0034104210067348443f,-0.1340001576151472f,1.0055432669681996f,0.00123574672955497f,1.562292957040292f,-0.02540549767906259f,0.08786739628255708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5130664633121864f,-0.8298115822548542f,-0.21948927577451197f,-0.4935296070677778f,-0.7724708494394497f,0.5578712656701698f,-0.30342781300641797f,1.2065086126930404f,0.37423467368834173f,0.013870432410632516f,-0.9272302950799883f,-0.016891893154903866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5578917405558468f,-0.8298115822548542f,0.013020897636596626f,-0.29165384539855127f,-0.8287494111384767f,0.5578712656701698f,0.04420480151737914f,1.5109777034981051f,-0.043945640935088036f,0.013870432410632516f,-0.9989376315604224f,-0.005429788214833636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5949767107324013f,0.7755267743819936f,0.21109461362790055f,0.40920406860091063f,0.40852125200308154f,-0.06561050649970346f,-0.9103876361741121f,1.3272309414823313f,-0.6921799623998712f,0.6278960771126958f,-0.3558558921791237f,0.2257266110087883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24605846506576473f,0.8693818911367852f,0.4285211303225393f,0.304307513494532f,0.5515628687111308f,0.48914264363323284f,-0.6756610659484832f,1.507726123773261f,-0.7970154538204562f,0.07010421915205381f,-0.5998764579715168f,-0.034228087815425155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9989914284487533f,-0.025404282215763088f,-0.03702361855655169f,-0.13915940849494055f,0.003560266868220009f,0.7771436252412218f,-0.629313205206087f,1.1832623986252875f,0.04475991941174861f,-0.6288103117729807f,-0.776269374265287f,0.2522564222344901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9989914284487533f,-0.009411584477224927f,-0.04390384907439476f,-0.1411984796411352f,0.003560266868220009f,0.9581042545510043f,-0.2863975591919239f,1.3611169616086514f,0.04475991941174861f,-0.28626501618062333f,-0.9571044301043439f,0.19259982901247108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9989914284487533f,-0.020752235642784257f,-0.039817968327697614f,0.17100845669523346f,0.003560266868220009f,0.847387598766477f,-0.5309628819009965f,1.173030567132161f,0.04475991941174861f,-0.5305691304369401f,-0.8464590642444814f,0.1939780946953934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9989914284487533f,0.00137805824086361f,-0.04488013860722762f,0.1709863417491002f,0.003560266868220009f,0.9988129749733567f,-0.04857947637325769f,1.3600043782123326f,0.04475991941174861f,-0.04869026576593761f,-0.9978105068768799f,0.17861235419629962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999630555401913f,0.007019314865390966f,-0.004961529355420997f,0.3036428464810031f,0.006816126322659377f,0.999182541937469f,0.039847061489296544f,2.0452455007941683f,0.005237172584300891f,0.03981177095029471f,-0.9991934722150277f,0.01839893703684839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999630555401913f,0.007019314865390966f,-0.004961529355420997f,0.3397989033285157f,0.006816126322659377f,0.999182541937469f,0.039847061489296544f,1.9238277403295068f,0.005237172584300891f,0.03981177095029471f,-0.9991934722150277f,-0.08044831632400856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999630555401913f,0.007019314865390966f,-0.004961529355420997f,-0.2838354486488593f,0.006816126322659377f,0.999182541937469f,0.039847061489296544f,2.049249975008731f,0.005237172584300891f,0.03981177095029471f,-0.9991934722150277f,0.02147577593012516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999630555401913f,0.007019314865390966f,-0.004961529355420997f,-0.322676620966861f,0.006816126322659377f,0.999182541937469f,0.039847061489296544f,1.9283434240182684f,0.005237172584300891f,0.03981177095029471f,-0.9991934722150277f,-0.07697868948690922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9865537873093683f,0.16336159408494216f,-0.004961282451956567f,0.2057756914696262f,0.16303878763249374f,0.985814565471826f,0.03984967039915906f,2.1534739904669675f,0.011400810184724714f,0.038504961779251015f,-0.9991933693962897f,0.0013085980939943828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999630566742357f,0.0070193278275782756f,-0.004961282451956567f,0.09066567127339109f,0.006816135430928044f,0.9991824378294816f,0.03984967039915906f,2.1643282509764266f,0.005236944195459229f,0.03981438144670026f,-0.9991933693962897f,0.0023130403348179743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9685617486868042f,0.2487237980561805f,-0.004960973822578043f,0.06829968113253915f,0.2483377560510887f,0.9678533477585791f,0.039852931536101775f,2.1601642600975994f,0.014713867617656994f,0.037368027951974976f,-0.9991932408632028f,0.0022576264322507825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9980168430276563f,-0.06275165154672907f,-0.004960973822578043f,0.0974762302292963f,-0.06289989138558273f,0.9972238201686023f,0.039852931536101775f,2.1699588602058246f,0.002446363994238601f,0.04008594163166448f,-0.9991932408632028f,0.0025034241630503273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9955461206160874f,0.09414515635437833f,-0.004960973822578043f,0.1558400914909426f,0.09387468548721008f,0.9947860510042631f,0.039852931536101775f,2.2754619335666324f,0.008687068028744568f,0.039209721528639836f,-0.9991932408632028f,-0.024853581179372093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9955461206160874f,0.09414514009066295f,-0.004961282451956567f,0.13465743497054347f,0.09387468548721008f,0.9947861816459636f,0.03984967039915906f,2.051635042696291f,0.008687068028744568f,0.03920644594392188f,-0.9991933693962897f,-0.0336750315167545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9887499137488515f,-0.14949579020191173f,-0.004961529355420997f,-0.18468642384865963f,-0.14957437792861172f,0.9879472238727822f,0.039847061489296544f,2.156135620899885f,-0.0010552387917150603f,0.04014089627759876f,-0.9991934722150277f,0.003353307763056597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999630555401914f,0.007019314865390966f,-0.004961529355420997f,-0.06943493100726891f,0.006816126322659391f,0.999182541937469f,0.039847061489296544f,2.1654196502252576f,0.0052371725843008915f,0.03981177095029471f,-0.9991934722150277f,0.003151262430289792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971958005182581f,-0.2351021467106445f,-0.004961529355420997f,-0.04712959503268327f,-0.23511047635497329f,0.9711515204121374f,0.039847061489296544f,2.160951248110382f,-0.00454973291915811f,0.039896177927726505f,-0.9991934722150277f,0.0028623081075491164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970375531417536f,0.07675611279605306f,-0.004961529355420997f,-0.07616574092220713f,0.07649897333376411f,0.9962731145471851f,0.039847061489296544f,2.171142650897616f,0.008001543850106272f,0.03934946478532216f,-0.9991934722150277f,0.0034129133296835756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9967696678174331f,-0.08015991857268409f,-0.004961529355420997f,-0.13336931059335827f,-0.08029430767889636f,0.9959744152562531f,0.039847061489296544f,2.2774333177096127f,0.0017474190941994166f,0.04011672480880898f,-0.9991934722150277f,-0.023339475288697273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9967696678174331f,-0.08015991857268409f,-0.004961529355420997f,-0.11533332891450437f,-0.08029430767889636f,0.9959744152562531f,0.039847061489296544f,2.053339074276956f,0.0017474190941994166f,0.04011672480880898f,-0.9991934722150277f,-0.03236573837067928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999630555401913f,0.007019314865390966f,-0.004961529355420997f,0.006219701951863572f,0.006816126322659377f,0.999182541937469f,0.039847061489296544f,1.5391607850721298f,0.005237172584300891f,0.03981177095029471f,-0.9991934722150277f,-0.022199121549023315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9989914284487533f,0.001601673829550834f,-0.04487271472579865f,0.005619074265782009f,0.003560266868220009f,0.999042641129186f,-0.04360190025042199f,1.1645197946486852f,0.04475991941174861f,-0.04371768345377447f,-0.9980407375291297f,-0.005804990253857889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9900764666427107f,-0.13851595361971814f,0.023704868552804022f,0.1565052137967553f,-0.11589147681269124f,0.7093849457414588f,-0.6952281383528438f,0.8897297807625681f,0.07948431167506619f,-0.6910762109552082f,-0.7183981589963417f,0.37944645953742195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9900764666427107f,-0.08373442790565598f,0.11285891982292812f,0.13297337034727788f,-0.11589147681269124f,0.0322703504613186f,-0.9927375232574203f,0.870523778563808f,0.07948431167506619f,-0.9959654462201065f,-0.04165422107211658f,0.0583247710352503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9857466525730212f,0.16161682416525774f,-0.04672835421689568f,-0.13127525960215752f,0.1658090250778217f,0.8862821390507191f,-0.4324480745736116f,0.8519131779463963f,-0.0284763786992977f,-0.4340322247787807f,-0.9004471798555183f,0.39173852015820354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9857466525730212f,0.06092399177807366f,-0.15681774187542916f,-0.11753534334242606f,0.1658090250778217f,0.1940450964937624f,-0.9668784141397865f,0.8746362360673421f,-0.0284763786992977f,-0.9790989570786762f,-0.20138105199750672f,0.04842280403154825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9929996509870694f,0.11494954722599095f,-0.027171579492145766f,0.006297051957066849f,0.10646759697454405f,0.7714402036327332f,-0.6273313821367088f,1.0595696613653525f,-0.05115020952082587f,-0.6258327362895193f,-0.7782782550311608f,0.013243657133264525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9881102335563866f,-0.1536029376045363f,-0.006656117516981693f,0.006005612879971143f,-0.10120551760053421f,0.6824136736505333f,-0.723926115858512f,1.0231786481531016f,0.11573940361152243f,-0.7146451676000058f,-0.6898453992581297f,0.013197112706274106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9993426964680345f,-0.02412527312639557f,-0.02705820046814786f,0.006271222870511542f,-0.001849690932337641f,0.7793627403415864f,-0.6265702655015701f,1.0604040655013305f,0.03620433205367127f,-0.62610836934498f,-0.7788950867586195f,0.012573330742342962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9959207766000283f,0.08348819289319384f,-0.034227596816388914f,0.006310964217122905f,0.08965753163867592f,0.9583555187708044f,-0.2711387590552158f,1.0830566526983332f,0.010165321286425246f,-0.27310148532911976f,-0.9619315178089201f,0.013693289014963715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9946876748414328f,-0.097178360262564f,-0.03395284693841336f,0.006304125781288966f,-0.08436392467133876f,0.9585760345079105f,-0.27205645421702096f,1.0837438584881018f,0.05898438549813574f,-0.26774680644924365f,-0.9616821147882698f,0.013500573784176418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9993710131307164f,-0.009581008521024913f,-0.03414355561164495f,0.006304125781288966f,0f,0.9628114801915788f,-0.2701741172120328f,1.0837438584881018f,0.03546234783662022f,-0.27000418123988623f,-0.9622058844129429f,0.013500573784176418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9917005075472667f,0.12459217818885764f,-0.031731568896756414f,-0.18734001992572827f,0.12756371447285592f,0.9226949147931236f,-0.3638153281058925f,1.0986882296425238f,-0.016049986927762265f,-0.36484364233061056f,-0.9309304563556573f,0.019920168983990398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9893159216996588f,-0.14408581611952456f,-0.022210012713301724f,0.19951249550422712f,-0.11971908217725942f,0.8898687765094834f,-0.44022823848107473f,1.0969703456267672f,0.0831946418598522f,-0.43286584317393995f,-0.897611170484818f,-0.005199705388216114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9993710131307164f,-0.015315666495728993f,-0.03198450365219144f,0.00022292768423850563f,0f,0.9019285412107603f,-0.4318852932775437f,0.9564402633342602f,0.03546234783662022f,-0.4316136430990355f,-0.9013612400013066f,0.06242928275449218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9993710131307164f,-0.012668033451512017f,-0.03312248545258667f,0.005200000000000012f,0f,0.9340184018606548f,-0.35722489412927033f,1.1651350000000003f,0.03546234783662022f,-0.3570002043614818f,-0.9334309165502152f,-0.017614999999999992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.597478301099251f,-0.2426157264710519f,-0.7643018310749206f,-0.04185758357027959f,0.004377739712389395f,0.9541040608356753f,-0.29944327758673195f,1.215807510425256f,0.8018731290613018f,0.1755649462899634f,0.5711185818406184f,0.3486970125756996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5748744430411976f,-0.2426157264710519f,-0.7814454453171997f,0.013102326672044542f,-0.004379931200824339f,0.9541040608356753f,-0.29944324554003565f,1.2158074076882526f,0.8182299132522283f,0.1755649462899634f,0.5474274003860726f,0.4246474619894136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5862390425847908f,-0.2426157264710519f,-0.7729562692793116f,0.10156581194277924f,-0.000001095861367969575f,0.9541040608356753f,-0.29947527626779663f,1.2607287504969238f,0.8101381270796154f,0.1755649462899634f,0.5593327852773654f,0.3027723194909518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6558734861955693f,-0.5420998655429706f,-0.5253167671833479f,0.5549204638706354f,-0.5285610432764791f,0.8266360677213791f,-0.19312181407758017f,2.113955348465436f,0.5389370961774205f,0.15099850105358248f,-0.8287015500428492f,-0.3687561741617621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10156850521429844f,-0.5420998655429706f,-0.8341532080660161f,0.5846642658790356f,-0.11391859066598747f,0.8266360677213791f,-0.5510856251462297f,2.1484305700169086f,0.9882845710872998f,0.15099850105358248f,0.022204937071809427f,-0.45070632877456285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3172672214229359f,-0.5420998655429706f,-0.7781190435845039f,0.6865102214125112f,-0.3677356965490425f,0.8266360677213791f,-0.42596158163116793f,2.1950871964858476f,0.8741349825365418f,0.15099850105358248f,-0.4616139999885304f,-0.3404891514698829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015615172080167446f,0f,-5.54099184947191e-7f,0.02236740385040547f,0f,0.000015625f,0f,1.3312575000000002f,5.54099184947191e-7f,0f,-0.000015615172080167446f,0.6697085210228784f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74.mcfunction new file mode 100644 index 000000000..89d667bd7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..7d928fb70 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7710926316886452f,-0.1353116176235968f,-0.23248949209804948f,0.023967646661236977f,-0.13107936206560786f,0.8053619419679295f,-0.033982167596596544f,1.250507634516268f,0.23490167866662168f,0.005230010533010569f,-0.7821370038515454f,-0.3557999790012062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7485827405960562f,0.1666018686686754f,-0.2277448085858444f,0.023967646661236977f,0.18327882367488985f,0.7780107571936712f,-0.03328865397217621f,1.250507634516268f,0.21455244877196375f,-0.08332514054615242f,-0.7661750241811057f,-0.3557999790012062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7794839100164462f,0.13809686233263516f,0.20069512969625894f,-0.03318580769745268f,0.13366529302846836f,0.8049059725689277f,-0.03470459921864412f,1.250602950602437f,-0.20367343447178052f,-0.0002763714786924224f,-0.790861239506476f,-0.35464892197094233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7572211706080324f,-0.16722682143213446f,0.1965993107228659f,-0.03318580769745268f,-0.18076756102306535f,0.7785674907200753f,-0.033996342091733016f,1.250602950602437f,-0.1842259147480976f,-0.07660190981660178f,-0.7747212142104255f,-0.35464892197094233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.10053233435941057f,0.1789733032573085f,1.5489570867100921f,-0.5890753460693177f,1.5587794407969102f,0.027097159396850444f,-0.1043007617493487f,0.9630485735701271f,-0.03880920892159932f,1.5519795587164769f,-0.17680368952341036f,0.042206294706391256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5056665777996386f,-0.8503689900652799f,-0.14551251778372176f,-0.48565337241253514f,-0.8143412302534111f,0.5261594236933563f,-0.2449584078329136f,1.174421409047218f,0.28486781637412595f,-0.005370437042850233f,-0.9585517646951605f,-0.04124268336130142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5218671730402893f,-0.8503689900652799f,0.06728472663459908f,-0.2955345658462431f,-0.8446491826171054f,0.5261594236933563f,0.09861044144983289f,1.4868134654003078f,-0.11925775449501157f,-0.005370437042850233f,-0.9928488033929318f,-0.00356100907235137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6432348075853142f,0.7363205892759095f,0.20995469063362399f,0.39412217689066686f,0.3845545360801553f,-0.07356251272415697f,-0.9201664879258997f,1.312031316849152f,-0.6620927360203102f,0.6726221424619363f,-0.33047339133287934f,0.25274121018155504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.20841293285651327f,0.8719573689317374f,0.443006090459023f,0.30110226571919824f,0.5287561035903081f,0.4815043076287765f,-0.6989782433315991f,1.4853103623141828f,-0.8227885708577519f,0.08856606856225653f,-0.5614045058291603f,-0.016521034065327404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9997958668452648f,-0.011535862234881393f,-0.016587601442743048f,-0.14864294074878034f,0.0016673817893389047f,0.7710740068560777f,-0.6367433515859292f,1.1600924172897593f,0.020135651891459456f,-0.6366410290213877f,-0.7708973703999091f,0.26041879132517176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9997958668452648f,-0.004332107447510123f,-0.019734677200012197f,-0.14957855262768857f,0.0016673817893389047f,0.9557208221642057f,-0.2942701648481265f,1.3374508829152472f,0.020135651891459456f,-0.2942429997924133f,-0.9555185045806638f,0.1992762382104651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9997958668452648f,-0.009352584069091119f,-0.017909601066356473f,0.16284474551850553f,0.0016673817893389047f,0.8451972626777489f,-0.5344518752890751f,1.1499139705223236f,0.020135651891459456f,-0.5343726380843905f,-0.8450091355657848f,0.20782911875348883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9997958668452648f,0.0007418861159674476f,-0.020190944606837704f,0.1628576557614567f,0.0016673817893389047f,0.9989465303269156f,-0.045859016406648696f,1.3369298261060787f,0.020135651891459456f,-0.045883321074303485f,-0.9987438492276677f,0.19298384699438403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999923947604403f,0.003231139673015205f,-0.002184069067841632f,0.2981907149005086f,0.0031365899017781456f,0.9991131276308568f,0.04198952249639772f,2.022871884547817f,0.002317806089322135f,0.04198235262703722f,-0.9991156638962435f,0.03073814719322848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999923947604403f,0.003231139673015205f,-0.002184069067841632f,0.335081780769788f,0.0031365899017781456f,0.9991131276308568f,0.04198952249639772f,1.9018016392066808f,0.002317806089322135f,0.04198235262703722f,-0.9991156638962435f,-0.06826365810377358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999923947604403f,0.003231139673015205f,-0.002184069067841632f,-0.28930481702125016f,0.0031365899017781456f,0.9991131276308568f,0.04198952249639772f,2.0247146311151116f,0.002317806089322135f,0.04198235262703722f,-0.9991156638962435f,0.03209985827070523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999923947604403f,0.003231139673015205f,-0.002184069067841632f,-0.3274131807590037f,0.0031365899017781456f,0.9991131276308568f,0.04198952249639772f,1.9038796300166085f,0.002317806089322135f,0.04198235262703722f,-0.9991156638962435f,-0.06672811156959767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9871753672775962f,0.15962463580041097f,-0.0021840068518884283f,0.19997695723589043f,0.159393698894369f,0.9863216874966149f,0.04199020750843164f,2.1307774199051863f,0.008856804904375851f,0.041103581588665394f,-0.9991156352432234f,0.013593468366100866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999923948914837f,0.003231141170846913f,-0.0021840068518884283f,0.0848253827098625f,0.0031365924211896046f,0.9991130988338519f,0.04199020750843164f,2.1412071534534367f,0.002317746141917509f,0.04198303782900751f,-0.9991156352432234f,0.014283517124622638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9695066629807038f,0.24505522008270936f,-0.002183929081945468f,0.062475109996927236f,0.2447507513570251f,0.9686763237910517f,0.041991063773446045f,2.136961337683677f,0.012405649769028217f,0.04017609783028704f,-0.9991155994262824f,0.014153828017942823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9977818569852178f,-0.06653267110897848f,-0.002183929081945468f,0.09161462654297106f,-0.06656564915385058f,0.9968980714776717f,0.041991063773446045f,2.146862347515184f,-0.0006166229455193935f,0.04204329624569943f,-0.9991155994262824f,0.014506255002207485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9959055094142955f,0.09037392750134167f,-0.002183929081945468f,0.14967020019187444f,0.09020310095784262f,0.995037763675713f,0.041991063773446045f,2.2526376109574895f,0.005967989262891001f,0.04162213458267851f,-0.9991155994262824f,-0.01245276098980466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9959055094142955f,0.09037392562196041f,-0.0021840068518884283f,0.12933606692693336f,0.09020310095784262f,0.995037799810132f,0.04199020750843164f,2.02875410600021f,0.005967989262891001f,0.04162127480854313f,-0.9991156352432234f,-0.02181754782172685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881862905949156f,-0.15324191633677736f,-0.002184069067841632f,-0.19049661887260733f,-0.1531977543603903f,0.9873030578598742f,0.04198952249639772f,2.1320022092694613f,-0.004278216824157014f,0.041828064956128404f,-0.9991156638962435f,0.014498442950931213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999923947604404f,0.003231139673015221f,-0.002184069067841632f,-0.07527992148413842f,0.0031365899017781335f,0.9991131276308568f,0.04198952249639772f,2.141709366526969f,0.0023178060893221343f,0.04198235262703722f,-0.9991156638962435f,0.01465453866518213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710700303791977f,-0.2387848947099695f,-0.002184069067841632f,-0.0529575664510559f,-0.23866392197819386f,0.9701940075812214f,0.04198952249639772f,2.1373234521605844f,-0.007907492986460787f,0.04129602537578733f,-0.9991156638962435f,0.014421416491723838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973310706364817f,0.07297921200859991f,-0.002184069067841632f,-0.08203245254580618f,0.07282355798141461f,0.9964605408160687f,0.04198952249639772f,2.1474070589011247f,0.005240700908925604f,0.04171840374644965f,-0.9991156638962435f,0.014908754854079716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964687341705416f,-0.08393623569630393f,-0.002184069067841632f,-0.13954768479484508f,-0.08395379249736364f,0.9955845723623052f,0.04198952249639772f,2.253544782257173f,-0.0013500169881160541f,0.042024607211732457f,-0.9991156638962435f,-0.011782559676756527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964687341705416f,-0.08393623569630393f,-0.002184069067841632f,-0.12066203176317673f,-0.08395379249736364f,0.9955845723623052f,0.04198952249639772f,2.0295382534756548f,-0.0013500169881160541f,0.042024607211732457f,-0.9991156638962435f,-0.021238096299396315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999923947604403f,0.003231139673015205f,-0.002184069067841632f,0.002749310657828064f,0.0031365899017781456f,0.9991131276308568f,0.04198952249639772f,1.5157885292491056f,0.002317806089322135f,0.04198235262703722f,-0.9991156638962435f,-0.011821413285160554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9997958668452648f,0.0007872247307623773f,-0.020189227730369727f,0.0024541013837921727f,0.0016673817893389047f,0.9990469919796998f,-0.043615681288755814f,1.141145907256718f,0.020135651891459456f,-0.043640441032796795f,-0.9988443659696785f,0.004543752102138244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9909394928791427f,-0.12779610167687777f,0.041316798625020454f,0.1448972538232679f,-0.11850465213941179f,0.6871563999564221f,-0.7167794147575993f,0.8817722545851423f,0.06321051236736158f,-0.7151812626146764f,-0.6960748470754656f,0.39392040361084146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9909394928791427f,-0.0623551359288433f,0.11895696060223986f,0.12859232589535513f,-0.11850465213941179f,-0.01091574185606653f,-0.9928934957995488f,0.8479077124429171f,0.06321051236736158f,-0.9979943304463343f,0.0034274660068969176f,0.07482311989452525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9854107909203473f,0.1676612471412872f,-0.029245159339001625f,-0.14176612650883963f,0.16286865176105272f,0.8791111331984289f,-0.44792568330037885f,0.8344578153375904f,-0.04939003352167641f,-0.4461539215266438f,-0.8935923583464249f,0.4038254023447486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9854107909203473f,0.07869469833518467f,-0.15090632058223957f,-0.1216706473154101f,0.16286865176105272f,0.17871708377452816f,-0.9703267523059773f,0.8518835498389501f,-0.04939003352167641f,-0.9807483614164558f,-0.18892664229183004f,0.060351325650854604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9922829263330888f,0.12340087608445498f,-0.012116843212265542f,0.002775669609679353f,0.10288913590926041f,0.7649088154112321f,-0.6358681701563865f,1.0357043766316432f,-0.06919840908349971f,-0.6322078201729037f,-0.7717025672450093f,0.02465492433818132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9900696320507948f,-0.14039492504627474f,0.007168592055249294f,0.0026597878411505874f,-0.10054924734548662f,0.6715951572028321f,-0.7340638893720078f,0.9987154131329884f,0.09824445301929184f,-0.7274951613880013f,-0.6790425742234326f,0.0255259811161308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998666944299485f,-0.01100513480344837f,-0.012061524683300965f,0.0027703597975031026f,-0.000831548512838927f,0.7720796627776796f,-0.6355252181087508f,1.0360768934674358f,0.016306498606345397f,-0.6354304693143558f,-0.7719858915615873f,0.024348338684903475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9962400548696696f,0.08526796841763204f,-0.015333839545505075f,0.0027785805517091516f,0.0860706737788187f,0.9539343780546427f,-0.2874039691458038f,1.06002263854134f,-0.009878875874195427f,-0.2876431398928744f,-0.9576867086286781f,0.02486313491289612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9956487937216271f,-0.0919349498934066f,-0.015213301704944938f,0.0027771066973000975f,-0.08369311269332368f,0.9540191809883036f,-0.2878243651849314f,1.060330765879625f,0.040974900224057774f,-0.2852987334260406f,-0.9575623688601832f,0.024770839890885476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.999872520730147f,-0.004582073502951134f,-0.015295322525377072f,0.0027771066973000975f,0f,0.9579386563676442f,-0.28697304862399975f,1.060330765879625f,0.01596691231083061f,-0.28693646550929375f,-0.9578165390471665f,0.024770839890885476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9917082853866541f,0.12771841178286525f,-0.014236712651627355f,-0.19095152701585777f,0.12373384811703769f,0.9190573466882319f,-0.3741971784080379f,1.073930190412465f,-0.034707513964736675f,-0.3728560054364816f,-0.9272398760214845f,0.027655722748685226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9906245884558001f,-0.13656335619186113f,-0.0036571153100883377f,0.1963075642616522f,-0.12020106245305404f,0.8840298803291267f,-0.4517110528539532f,1.073159682548268f,0.06492017661662225f,-0.4470364866885977f,-0.8921567968900879f,0.009475862858485905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.999872520730147f,-0.0071587947558265355f,-0.01427213881608866f,-0.004227674854367527f,0f,0.8938571552376874f,-0.44835185516554826f,0.9339582340473948f,0.01596691231083061f,-0.4482946995984145f,-0.8937432069801848f,0.07541378180906509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.999872520730147f,-0.005927627250737878f,-0.014825839737366104f,0.002259375000000002f,0f,0.9285351762913798f,-0.37124442943906405f,1.1414278125f,0.01596691231083061f,-0.37119710347026214f,-0.9284168073050734f,-0.0076503124999999506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5844816187527015f,-0.2259564774268323f,-0.7793105335160555f,-0.03709599467099439f,0.0018433988155300714f,0.9608108003621074f,-0.27719885964472063f,1.2100861277046064f,0.8114048553102382f,0.1605810580871356f,0.5619927798135732f,0.35735898857184323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5740637449423027f,-0.2259564774268323f,-0.7870161923694303f,0.017212020445766807f,-0.0018439834811316723f,0.9608108003621074f,-0.27719885575602204f,1.2100861002978f,0.8188085346817899f,0.1605810580871356f,0.5511499862250527f,0.4337769314522747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.579285494578786f,-0.2259564774268323f,-0.783180685461196f,0.10753511570656563f,-2.9233926680805045e-7f,0.9608108003621074f,-0.277204988965641f,1.2516668623460494f,0.8151247240579358f,0.1605810580871356f,0.5565836936284515f,0.31208040596779124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6213995907032785f,-0.5458314048675019f,-0.5620770642306684f,0.5472138298198668f,-0.501610379764417f,0.8282541553020255f,-0.2497640509311248f,2.083425242091957f,0.6018717268541487f,0.12674041062462055f,-0.7884714913859012f,-0.37874606953125395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16487942776619877f,-0.5458314048675019f,-0.8215125390156014f,0.5718273305787118f,-0.04213119826802511f,0.8282541553020255f,-0.5587665132749353f,2.112741326747262f,0.9854134850061627f,0.12674041062462055f,0.11356554003178687f,-0.46432530334926203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2625440080943486f,-0.5458314048675019f,-0.7957001453274491f,0.6788756019984067f,-0.31270490298992293f,0.8282541553020255f,-0.46498462111234506f,2.167830977586461f,0.9128451607254197f,0.12674041062462055f,-0.38813732216173835f,-0.3633150881159972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562300813640855f,0f,-2.494830048567283e-7f,0.006020047295326211f,0f,0.000015625f,0f,1.3075503124999999f,2.494830048567283e-7f,0f,-0.00001562300813640855f,0.6798772866915795f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75.mcfunction new file mode 100644 index 000000000..100122187 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..f2b55d0da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.06546324471673932f,0.052866017240445456f,-0.812320252275378f,-0.27032129300453334f,-0.24022439489431532f,0.777395241961838f,0.06995228600410255f,1.3324381017392832f,0.7777861197869635f,0.24455319756787608f,-0.04676462199687934f,-0.4554390000279526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.03942779068655747f,0.07238549924159414f,-0.7957422879432274f,-0.27032129300453334f,0.07401588033842826f,0.7936157864778954f,0.06852468833054945f,1.3324381017392832f,0.7955922943187073f,-0.0702447361203432f,-0.04581024195612671f,-0.4554390000279526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6270600429103065f,0.17497655761802228f,-0.4930754012460122f,-0.30242052394759134f,0.12619830487535666f,0.7975011181368726f,0.12251693295813783f,1.327152864603657f,0.5077540102021405f,0.017877787867329808f,-0.639383057539891f,-0.3958527734615011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6330990063214768f,-0.07671010213943891f,-0.48301263795527727f,-0.30242052394759134f,-0.18474948665304883f,0.7690667369827395f,0.1200165873875636f,1.327152864603657f,0.45282808589595436f,0.20652339890791696f,-0.6263344237125463f,-0.3958527734615011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04600666679303873f,0.8476832903108258f,-1.3117631935446303f,0.3997239722809221f,1.4233471285836268f,0.5629915792923382f,0.31389438223495403f,1.360176336612401f,0.642940579029928f,-1.1856980100235182f,-0.7887673236531355f,0.1773985224612863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9792835126645267f,0.10105757463127439f,0.17547412468244494f,0.1614026012436488f,-0.050164499405876806f,0.960626086893782f,-0.2732783273120969f,1.3918998065255435f,-0.19618186670226068f,0.25881438868189727f,0.9457947913730717f,0.24467827257534186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.788957424003859f,0.10105757463127439f,-0.6060804812224524f,-0.08186753198473115f,-0.23586195773712518f,0.960626086893782f,-0.1468559092156334f,1.4759124922233213f,0.5673758190138223f,0.25881438868189727f,0.7817287203433235f,0.03749906375237311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7995523195093324f,0.180505908040657f,-0.5728295606283462f,0.34368874302007246f,0.15584281937584615f,0.9834531217159905f,0.09237409288356033f,1.5256132203661985f,0.5800250891265254f,-0.015413453522527492f,-0.8144527742197669f,-0.7861310589360706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5311963608972322f,0.142372146999587f,-0.8352009326672626f,0.17019924342854167f,0.037050036314807196f,0.9887405143931928f,0.1449809987776194f,1.526825841120599f,0.8464382558572177f,0.0460691540644346f,-0.5304902563338731f,-0.5022322583108071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4728246342736729f,-0.41978765134790097f,-0.7747355632729018f,0.15572651097249335f,-0.077852030789622f,0.8956892618441596f,-0.43781252553918104f,1.1257071304818533f,0.8777106166191104f,-0.14669381034275925f,-0.4561852688121607f,-0.02756951472526245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4728246342736729f,-0.1697202460795858f,-0.8646571015695483f,0.11849985794776136f,-0.077852030789622f,0.9854840941607952f,-0.15086471243471275f,1.3095424936842854f,0.8777106166191104f,-0.004017241187888085f,-0.47917422222750994f,-0.031317586336913394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4728246342736729f,-0.3817684284819357f,-0.7941597649329766f,0.2889757615564689f,-0.077852030789622f,0.9158445732587649f,-0.39391341552986303f,1.1476968219956816f,0.8777106166191104f,-0.12442501616195975f,-0.46275532285128473f,-0.30987728791712976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4728246342736729f,-0.09195224136496079f,-0.8763456227607505f,0.2662575561582841f,-0.077852030789622f,0.9950102660622201f,-0.06239897220885682f,1.3338712533060424f,0.8777106166191104f,0.038721515191814604f,-0.4776240338753388f,-0.3056021540303854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9459133542200571f,0.054614828827593644f,-0.31978922242673136f,0.3440733329417707f,0.032021884846861956f,0.9966322390757415f,0.07549025715765148f,2.029540624782519f,0.3228351362522598f,0.061166988703112504f,-0.9444766139476286f,-0.2794607561698185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9459133542200571f,0.054614828827593644f,-0.31978922242673136f,0.34273799051906756f,0.032021884846861956f,0.9966322390757415f,0.07549025715765148f,1.910837985824824f,0.3228351362522598f,0.061166988703112504f,-0.9444766139476286f,-0.3877576299247575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9459133542200571f,0.054614828827593644f,-0.31978922242673136f,-0.2116507626625129f,0.032021884846861956f,0.9966322390757415f,0.07549025715765148f,2.0483534821300506f,0.3228351362522598f,0.061166988703112504f,-0.9444766139476286f,-0.08979511362161591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9459133542200571f,0.054614828827593644f,-0.31978922242673136f,-0.28392960665172023f,0.032021884846861956f,0.9966322390757415f,0.07549025715765148f,1.93205248453587f,0.3228351362522598f,0.061166988703112504f,-0.9444766139476286f,-0.1738793521576354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9257239496454804f,0.20191587919843848f,-0.31978922242673136f,0.249725761349944f,0.1875352734687868f,0.9793527159707369f,0.07549025715765148f,2.140759662272704f,0.32842912516669287f,0.009911379735566418f,-0.9444766139476286f,-0.2617871684370398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9459133542200571f,0.05461482882759365f,-0.31978922242673136f,0.14132109485870115f,0.032021884846861956f,0.9966322390757416f,0.07549025715765148f,2.154491548001327f,0.3228351362522598f,0.061166988703112504f,-0.9444766139476286f,-0.22398499624735688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9046031621092914f,0.2818296867286654f,-0.31978922242673136f,0.11995679900166584f,0.27217785850715687f,0.9592812071612421f,0.07549025715765148f,2.1509016669448857f,0.32804318685247713f,-0.01875082040052148f,-0.9444766139476286f,-0.21703821702719545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9474188947037678f,-0.011501790208367557f,-0.31978922242673136f,0.14803611146016304f,-0.03757766947284645f,0.9964382268014719f,0.07549025715765148f,2.159937089291366f,0.3177819326445106f,0.0835378296985357f,-0.9444766139476286f,-0.22582337382026382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.937553872356695f,0.13684878387721477f,-0.31978922242673136f,0.19842329968817546f,0.11876225495025618f,0.9900488613565505f,0.07549025715765148f,2.2648302073142625f,0.32693770542428485f,0.03279729375917124f,-0.9444766139476286f,-0.26758710910770667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.937553872356695f,0.13684878387721477f,-0.31978922242673136f,0.1676323233158022f,0.11876225495025618f,0.9900488613565505f,0.07549025715765148f,2.042069213509039f,0.32693770542428485f,0.03279729375917124f,-0.9444766139476286f,-0.2749665002035202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9499707143166599f,0.008354337181351992f,-0.3122272361453352f,-0.10864178778750413f,-0.11904463543147335f,0.9145023267827893f,0.3866702329942818f,2.1353302853774117f,0.2887629074442946f,0.4044943749412652f,-0.8677558895940681f,-0.10593664801281522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.936968092169669f,0.1568596419254345f,-0.3122272361453352f,0.0008636277721492808f,0.025480683842246984f,0.9218659694701173f,0.3866702329942818f,2.141685288727461f,0.34848461803480213f,0.3543419070162958f,-0.8677558895940681f,-0.14250601388820988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9663551898880273f,0.04720116902883692f,-0.25284322537648873f,0.004244996987251268f,-0.16005027315780238f,0.6591744187890409f,0.7347605022565128f,2.1560524545671087f,0.20134934079501632f,0.7505072519679213f,-0.6294420606417805f,-0.1990482917593503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9044724370143739f,0.3435111556594541f,-0.25284322537648873f,-0.01991906417766267f,0.05147924244149507f,0.6763703807245014f,0.7347605022565128f,2.16295784627539f,0.4234140978745623f,0.6515544443990074f,-0.6294420606417805f,-0.1812809245268789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9470738642997052f,0.1977913014812268f,-0.25284322537648873f,-0.052060881673185726f,-0.0549621911355596f,0.6760962667174959f,0.7347605022565128f,2.257204910010003f,0.3162755967601701f,0.7097692858873417f,-0.6294420606417805f,-0.10800037405993583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9470738642997052f,0.07460059362678378f,-0.3122272361453352f,-0.06884601523921205f,-0.0549621911355596f,0.9205787790633272f,0.3866702329942818f,2.0500746847207547f,0.3162755967601701f,0.3833659648023093f,-0.8677558895940681f,-0.19425771614045528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9459133542200571f,0.054614828827593644f,-0.31978922242673136f,0.03139646746498868f,0.032021884846861956f,0.9966322390757415f,0.07549025715765148f,1.5329388560524027f,0.3228351362522598f,0.061166988703112504f,-0.9444766139476286f,-0.23644529569646952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4728246342736729f,0.07766992261040062f,-0.8777267503874209f,0.0022702464860884443f,-0.077852030789622f,0.9885298651143164f,0.12941316424152172f,1.162240156634534f,0.8777106166191104f,0.12952254204873262f,-0.46135451073478734f,-0.28501624896474426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5618521081765976f,0.036901968818548236f,-0.8264142140808249f,0.33378795501559455f,-0.12900367830714687f,0.9828739124575789f,0.13159378098359292f,0.7974885928088856f,0.817117041506747f,0.1805467166902975f,-0.547469290071703f,-0.21858076150688097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5618521081765976f,-0.7650045759296755f,-0.3147859706914684f,0.0875868709930708f,-0.12900367830714687f,0.4568977378495457f,-0.8801150539169262f,0.8622322734137015f,0.817117041506747f,-0.45388595038249974f,-0.3553973614486129f,-0.37764784559140874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5847411949914887f,-0.11837720283818648f,-0.8025363373256893f,0.10588713694422303f,0.014486542171151248f,0.9876141423938338f,-0.15623202565292305f,0.557651374354723f,0.811090546718336f,-0.10298127787078101f,-0.5757837974728464f,-0.05062937175644697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5847411949914887f,-0.44668355345959476f,-0.6771643359987551f,-0.07191479927127678f,0.014486542171151248f,0.8288652855360364f,-0.5592606534784905f,0.8703375734757134f,0.811090546718336f,-0.33683251253697905f,-0.47820077741695133f,-0.18439724625989945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6627217285782836f,-0.38176872368994175f,-0.6442457233714203f,0.011363658288714948f,0.14302619062353472f,0.7799322872749832f,-0.6093021713909557f,1.0454519098406443f,0.7350805529096331f,-0.4959417998900335f,-0.46227514734831016f,-0.278491318913273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.48561609498136327f,-0.656667175669915f,-0.5770313931605008f,0.00854377521083386f,-0.1410716218725613f,0.7103056546777429f,-0.689611973819385f,1.0067101164856445f,0.8627142086446106f,-0.2534839192740244f,-0.4375729617700152f,-0.2734682567553206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5829901918331285f,-0.49504533544313634f,-0.6442457233714203f,0.011922612241939176f,0f,0.7929381211281663f,-0.6093021713909557f,1.0445566061871516f,0.8124791912574574f,-0.355217189783555f,-0.46227514734831016f,-0.27809024442924624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.580637749589229f,0.05443434142584218f,-0.8123402650524536f,0.014026623154105754f,0.1189387270447622f,0.9927293828085227f,-0.018491936555728394f,1.0701471565717122f,0.8054274535679344f,-0.10735583347980848f,-0.5828905060617545f,-0.2765805224098988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5763711333871605f,-0.0888797523202522f,-0.8123402650524536f,0.014209963746517252f,-0.1268704673347182f,0.9917469096501835f,-0.018491936555728394f,1.057946316846597f,0.8072795061911767f,0.092403770630865f,-0.5828905060617545f,-0.2764489673272691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5829901918331285f,-0.015024313657582444f,-0.8123402650524536f,0.014037932420701671f,0f,0.9998290095223378f,-0.018491936555728394f,1.0693945542847312f,0.8124791912574574f,-0.010780617639990137f,-0.5828905060617545f,-0.27657240750483636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6133317082119909f,-0.12479460888661921f,-0.779904174430806f,-0.0938846103485488f,0.1640107321667235f,0.9457913334454562f,-0.2803198767722355f,1.1068060512033162f,0.7726090184795261f,-0.2998417235347705f,-0.559616158980244f,-0.11554401749111884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5302546681097425f,-0.3992426407952312f,-0.7479540766107747f,0.11780132000398161f,-0.17910995613437888f,0.9150283848099637f,-0.36144526363698526f,1.0810979129932363f,0.8287035721905438f,-0.057692016457382256f,-0.5567064043782085f,-0.44058517755661986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5829901918331285f,-0.19823118524127606f,-0.7879256522186664f,0.02488662786790998f,0f,0.969779485674224f,-0.2439830919663034f,0.9463593233162529f,0.8124791912574574f,-0.14223974958947508f,-0.5653719283890486f,-0.2591723519809191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5829901918331285f,-0.1237339531092868f,-0.8030020828580214f,0.001794433593750037f,0f,0.9883355678503367f,-0.1522918425981917f,1.1671905517578125f,0.8124791912574574f,-0.0887846505309404f,-0.5761899422965718f,-0.28535766601562496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40384273103402657f,-0.5747999937457223f,-0.7116993858230428f,1.16527171435542f,0.18302431911276992f,0.8129955762906773f,-0.5527569914031811f,1.2760772705078125f,0.8963331675243786f,0.09296859750317377f,0.43352473132914476f,-0.7594752546432776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10069669426190128f,-0.5747999937457223f,-0.8120745919893336f,1.1802403853707726f,-0.18302431911276987f,0.8129955762906773f,-0.5527569914031811f,1.2760772705078125f,0.9779377661068378f,0.09296859750317377f,-0.1870683444633558f,-0.6669279619328252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15966582416376096f,-0.5747999937457223f,-0.802565755426946f,1.2931409131771383f,2.7755575615628914e-17f,0.8129955762906773f,-0.5822698626339762f,1.363417749902909f,0.987171122244825f,0.09296859750317377f,0.12980760872994285f,-0.7326727495975428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.013393395426315652f,-0.5071987879263546f,-0.8617250179059391f,-0.3108608972140391f,-0.3416967314900974f,0.8075994630381186f,-0.48065211014779385f,2.236138302414231f,0.9397148294285553f,0.3008861858354075f,-0.16249166909562462f,-1.1695017186832681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.48030401614666696f,-0.5071987879263546f,-0.715581890212028f,-0.3349956028581298f,-0.02500131502826239f,0.8075994630381186f,-0.5892011893635316f,2.254064564949791f,0.8767456793849855f,0.3008861858354075f,0.37521262885620055f,-1.2583005227009982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2574368602036341f,-0.5071987879263546f,-0.8224813995067191f,-0.19955604011007655f,-0.191213467045973f,0.8075994630381186f,-0.5578714164758768f,2.3287821461533924f,0.9471872428557899f,0.3008861858354075f,0.11092263134576075f,-1.2305395153939973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009109221747392635f,0f,-0.000012694987363397772f,0.5561661458736965f,0f,0.000015625f,0f,1.3333130517578125f,0.000012694987363397772f,0f,-0.000009109221747392635f,0.12131215943255158f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8.mcfunction new file mode 100644 index 000000000..377ffe751 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..ec9919104 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.04734649868967845f,0.08577471720139007f,-0.8107684326583603f,-0.2884005474392503f,-0.255702249226699f,0.772720047896156f,0.06681715172179753f,1.339414422977999f,0.7741570339709377f,0.2499817391587397f,0.07165515532699974f,-0.4472159695735294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.075004431932316f,0.05987929959210389f,-0.7942221381143122f,-0.2884005474392503f,0.05825543089819135f,0.7951868581321926f,0.06545353638053636f,1.339414422977999f,0.7943428982255564f,-0.06397132274864424f,0.07019280521828547f,-0.4472159695735294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5775773117496068f,0.17926871554684173f,-0.5488274965986374f,-0.314117801247498f,0.12012136242379345f,0.7966266163078886f,0.13379587782790653f,1.332838479084177f,0.5647298041417625f,0.01389986548402394f,-0.5897724022858113f,-0.3822772828956298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5899249216158357f,-0.05427582465622141f,-0.5376269354435632f,-0.314117801247498f,-0.1899214429531857f,0.7659972060081194f,0.13106534970896966f,1.332838479084177f,0.5058838131064584f,0.22428199937944596f,-0.5777362308105907f,-0.3822772828956298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06570806097334331f,0.5633533427566854f,-1.45592641020348f,0.45476842811480356f,1.4854337467380945f,0.42566116242740637f,0.23174427469211784f,1.3920688088219357f,0.4801825535926413f,-1.393862201225723f,-0.5176670061143864f,0.042118007495014986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8859102827130916f,0.10402245710990025f,0.4520423646075985f,0.24332921269043067f,-0.024113311678582577f,0.9835404515409629f,-0.17907185256899055f,1.4191266154165862f,-0.46322944550525025f,0.147741357105645f,0.8738369254142792f,0.1720796493786848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9157366944838883f,0.10402245710990025f,-0.3880794181511574f,-0.04295510976357598f,-0.15267673555499872f,0.9835404515409629f,-0.09663329965838767f,1.4741998275502868f,0.37163977289304057f,0.147741357105645f,0.9165458911612617f,0.02393742498831475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6929221261193151f,0.0933673142399831f,-0.7149415862613531f,0.25926893409627616f,-0.03432978336560547f,0.9861831718526337f,0.16206238776702436f,1.5763654421239468f,0.7201946911137004f,0.13684040407091402f,-0.6801428605119298f,-0.8500504729609559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3665802697748033f,0.0933673142399831f,-0.9256897160730718f,0.14113412440551956f,-0.09373517501499634f,0.9861831718526337f,0.13658868371716149f,1.5352700857767563f,0.9256525389025518f,0.13684040407091402f,-0.3527634916441446f,-0.5417900651058014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3665802697748033f,-0.4473699798144942f,-0.8157689666643436f,0.18456604473502103f,-0.09373517501499634f,0.8901040610528349f,-0.4460139879669237f,1.1263683669191102f,0.9256525389025518f,-0.08703368117016572f,-0.36822889018276317f,-0.0747894436818262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3665802697748033f,-0.1813578736733991f,-0.9125394388564778f,0.14485807192840575f,-0.09373517501499634f,0.9830263237976063f,-0.15771164727397785f,1.309700104835699f,0.9256525389025518f,0.027723065804975147f,-0.3773576670025833f,-0.0719498542621595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3665802697748033f,-0.4113608401652302f,-0.8345065398128334f,0.28716930793573753f,-0.09373517501499634f,0.9087117361291117f,-0.406763687644465f,1.153615854126815f,0.9256525389025518f,-0.07088892579078679f,-0.3716747737249434f,-0.3689966204231661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3665802697748033f,-0.11726056160107479f,-0.9229674244006842f,0.25941440623303175f,-0.09373517501499634f,0.9916331294617757f,-0.0887550196820063f,1.3389923470278855f,0.9256525389025518f,0.05397867400044072f,-0.3745045793797636f,-0.361216272669207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9301480891438383f,0.06206166107186898f,-0.3619017580602035f,0.34726492803815395f,0.03737717462011757f,0.9964962333431654f,0.07482114507477781f,2.031547318663598f,0.36527726329390253f,0.056067879912514766f,-0.9292087568262756f,-0.31989236423778766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9301480891438383f,0.06206166107186898f,-0.3619017580602035f,0.3404594839289201f,0.03737717462011757f,0.9964962333431654f,0.07482114507477781f,1.912598127798208f,0.36527726329390253f,0.056067879912514766f,-0.9292087568262756f,-0.42771206755283664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9301480891438383f,0.06206166107186898f,-0.3619017580602035f,-0.19919707433385114f,0.03737717462011757f,0.9964962333431654f,0.07482114507477781f,2.053506408752917f,0.36527726329390253f,0.056067879912514766f,-0.9292087568262756f,-0.10529197205261989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9301480891438383f,0.06206166107186898f,-0.3619017580602035f,-0.27576362512887276f,0.03737717462011757f,0.9964962333431654f,0.07482114507477781f,1.937360505984036f,0.36527726329390253f,0.056067879912514766f,-0.9292087568262756f,-0.18571588062062622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9089878399249298f,0.20680479777206145f,-0.3619017580602035f,0.2543443269045103f,0.19280335475432178f,0.9783806328036028f,0.07482114507477781f,2.143264756461954f,0.36955104283994195f,-0.001764362003262042f,-0.9292087568262756f,-0.29824819075855524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9301480891438383f,0.06206166107186899f,-0.3619017580602035f,0.1478306272385717f,0.03737717462011758f,0.9964962333431654f,0.07482114507477781f,2.1576121207253713f,0.3652772632939026f,0.05606787991251477f,-0.9292087568262756f,-0.255608707328675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8875046410094802f,0.28524135341770995f,-0.3619017580602035f,0.12678630397817442f,0.27734117052247914f,0.9578536795267429f,0.07482114507477781f,2.1541424455066878f,0.36799101527055567f,-0.03396614369505096f,-0.9292087568262756f,-0.24769189374057307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.93221149777884f,-0.002973368773804358f,-0.3619017580602035f,0.15448120730086917f,-0.032225937636009075f,0.9966761185024848f,0.07482114507477781f,2.1630206289526246f,0.3604763686462835f,0.08141175520129673f,-0.9292087568262756f,-0.2577634285613877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9211995646783878f,0.14289324528920896f,-0.3619017580602035f,0.20342132997910445f,0.12408531254847777f,0.989446628909031f,0.07482114507477781f,2.2675691324465697f,0.36877391074491f,0.02401851351087992f,-0.9292087568262756f,-0.3020366635986629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9211995646783878f,0.14289324528920896f,-0.3619017580602035f,0.17127034978903247f,0.12408531254847777f,0.989446628909031f,0.07482114507477781f,2.044943640942038f,0.36877391074491f,0.02401851351087992f,-0.9292087568262756f,-0.30744082913861087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9377363394850453f,0.049234654449262394f,-0.3438408155098071f,-0.09478998179348105f,-0.11224043917977672f,0.8938468014277142f,0.43409673966775586f,2.136081667224047f,0.3287136161188313f,0.44566113177918737f,-0.8326665083929911f,-0.12210659392462732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9184892522315322f,0.19532277676889437f,-0.3438408155098071f,0.012974556098546745f,0.028969873088122794f,0.9004003371073797f,0.43409673966775586f,2.141818450875654f,0.39438336677453667f,0.38875216502574744f,-0.8326665083929911f,-0.16361604238220576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.962035184219789f,0.11617203203510856f,-0.24696632016538195f,0.011251615992653258f,-0.1399948098480743f,0.5667281518297108f,0.811924045178662f,2.164212557753904f,0.23428563237808203f,0.8156735014063617f,-0.528948940413617f,-0.22592712261106285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8790506986875195f,0.40777138918878736f,-0.24696632016538195f,-0.011645914449092742f,0.04198565395257409f,0.5822512771328999f,0.811924045178662f,2.170087758905655f,0.4748758511433891f,0.7033533567390956f,-0.528948940413617f,-0.20621796899920597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9320176250121323f,0.2652372209376242f,-0.24696632016538195f,-0.03549789462573343f,-0.049615426176056805f,0.5816508010362287f,0.811924045178662f,2.256675194475423f,0.3590006353087865f,0.7689808595037977f,-0.528948940413617f,-0.12125124860613427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9320176250121323f,0.11452790164974981f,-0.3438408155098071f,-0.0612666724969271f,-0.049615426176056805f,0.8994989327926927f,0.43409673966775586f,2.0542879345970673f,0.3590006353087865f,0.42164562092889374f,-0.8326665083929911f,-0.2161215133151352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9301480891438383f,0.06206166107186898f,-0.3619017580602035f,0.034504667286101194f,0.03737717462011757f,0.9964962333431654f,0.07482114507477781f,1.5365733073975933f,0.36527726329390253f,0.056067879912514766f,-0.9292087568262756f,-0.26147818603121575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3665802697748033f,0.0933673142399831f,-0.9256897160730718f,-0.0005080755538924606f,-0.09373517501499634f,0.9861831718526337f,0.13658868371716149f,1.1667546179528558f,0.9256525389025518f,0.13684040407091402f,-0.3527634916441446f,-0.3127933375578085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.48096788066359003f,0.12702369741875613f,-0.8674876817938355f,0.3283929445108198f,-0.12940952255126037f,0.9683255829589944f,0.21353861678904473f,0.7942110668203871f,0.8671349798289937f,0.21496638267690144f,-0.44929542739246586f,-0.2839031099613898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.48096788066359003f,-0.789140944203769f,-0.38200323028890537f,0.0704771605912626f,-0.12940952255126037f,0.49483651707516774f,-0.859296221824565f,0.8666587474562519f,0.8671349798289937f,-0.36385902702846473f,-0.34012282370765645f,-0.4161475596583205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5000000000000002f,-0.11303899832181535f,-0.8586164364012607f,0.10343044373535877f,0f,0.9914448613738103f,-0.13052619222005152f,0.5426784269506771f,0.8660254037844385f,-0.06526309611002579f,-0.4957224306869054f,-0.10844683816958167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5000000000000002f,-0.43301270189221913f,-0.7499999999999998f,-0.06904947824787615f,0f,0.8660254037844386f,-0.4999999999999999f,0.8751382709171471f,0.8660254037844385f,-0.25000000000000006f,-0.4330127018922195f,-0.20802816755640807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5866062585438763f,-0.42134200954305556f,-0.6916386400652977f,0.008132083651083744f,0.1455397618501576f,0.7852622846088426f,-0.6018150231520483f,1.0489140442285119f,0.7966876898495133f,-0.45368938202818965f,-0.39931775502364664f,-0.30780493931497427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.39664864902007874f,-0.6725669983274758f,-0.6247587390275668f,0.00528906518978745f,-0.1455397618501576f,0.7180537361089357f,-0.6806004773584854f,1.0100565245516917f,0.9063597668426958f,-0.179032021774787f,-0.3827002851162857f,-0.3022294784240444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5000000000000002f,-0.5211870984287937f,-0.6916386400652977f,0.00877259578843365f,0f,0.7986355100472928f,-0.6018150231520483f,1.0479325622635016f,0.8660254037844385f,-0.30090751157602424f,-0.39931775502364664f,-0.3074351394600561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.49535206027070633f,0.06843574140695767f,-0.8659924281907124f,0.0113100916039483f,0.12186470299397914f,0.9925083585251989f,0.008726535498373933f,1.073549781710373f,0.8601019303255607f,-0.101211202718351f,-0.4999809615320858f,-0.3059701155679011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4967088695184614f,-0.05777034929828292f,-0.8659924281907124f,0.011209432314323836f,-0.13052122218260645f,0.9914071101914461f,0.008726535498373933f,1.060230989824317f,0.8580469156763229f,0.11736493771054489f,-0.4999809615320858f,-0.30602823123586226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5000000000000002f,0.007557401428618493f,-0.8659924281907124f,0.011303899832181568f,0f,0.9999619230641713f,0.008726535498373933f,1.072730513862619f,0.8660254037844385f,0.0043632677491869665f,-0.4999809615320858f,-0.3059736903889974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5325921811498296f,-0.14109511265375257f,-0.8345284523389791f,-0.07935637906931912f,0.16733267214403555f,0.9489907413585196f,-0.26723837607825685f,1.1123387893728012f,0.8296658034481135f,-0.281972945512565f,-0.4818152266043117f,-0.1345931975066054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4466536694143444f,-0.3940940072355331f,-0.8032374574556025f,0.09849703210895597f,-0.18386935869098192f,0.9190349550766014f,-0.34866432321348323f,1.0843982368140832f,0.87560982094382f,-0.008041443178234742f,-0.48295214737936787f,-0.479355941308495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5000000000000002f,-0.19325174902724115f,-0.8441882263440492f,0.02135090118753066f,0f,0.9747845994528994f,-0.22314789864448742f,0.9503490387867892f,0.8660254037844385f,-0.11157394932224375f,-0.48739229972644993f,-0.2911519534958502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5000000000000002f,-0.1130389983218154f,-0.8586164364012607f,3.827021247335479e-17f,0f,0.9914448613738104f,-0.13052619222005157f,1.171875f,0.8660254037844385f,-0.06526309611002581f,-0.4957224306869054f,-0.3125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.39167594733546474f,-0.6035533905932737f,-0.6944877658981684f,1.3161951020594516f,0.2082086712007015f,0.7933533402912352f,-0.5720486226585795f,1.25f,0.8962360746565072f,0.0794593112989454f,0.4364024705844283f,-1.093038173409841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14636694803853423f,-0.6035533905932737f,-0.78377293983988f,1.3284319325800813f,-0.2082086712007015f,0.7933533402912352f,-0.5720486226585795f,1.25f,0.967070765641648f,0.0794593112989454f,-0.24178575658870832f,-1.0000902176560464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1305261922200513f,-0.6035533905932737f,-0.786566092485493f,1.4402984311925904f,0f,0.7933533402912352f,-0.6087614290087207f,1.3413142143513082f,0.9914448613738104f,0.0794593112989454f,0.10355339059327351f,-1.0620972041219348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07101528231296442f,-0.536035001034272f,-0.8412034874774341f,-0.4507455019300974f,-0.2799061292814856f,0.7987389394251618f,-0.5326055439409393f,2.2014698406886692f,0.9573971947257135f,0.27328114518231106f,-0.09331681102126457f,-1.2239090048378067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4667645394901063f,-0.536035001034272f,-0.7034183267023804f,-0.4767681735799995f,0.010685529149288192f,0.7987389394251618f,-0.6015828505806721f,2.2144971782617686f,0.8843170721756922f,0.27328114518231106f,0.378550830862192f,-1.313027866679495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2775751642656228f,-0.536035001034272f,-0.7972568631558465f,-0.34416830828167144f,-0.13895826744639223f,0.7987389394251618f,-0.5854115702258237f,2.2957952450090926f,0.9506011929780065f,0.27328114518231106f,0.14722359728194112f,-1.290551975350942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007812500000000005f,0f,-0.000013531646934131851f,0.5917837151018014f,0f,0.000015625f,0f,1.3379975f,0.000013531646934131851f,0f,-0.000007812500000000005f,0.03750053835181433f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9.mcfunction new file mode 100644 index 000000000..c06f17e65 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..05754339f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.177663212025802f,0.1188473943785945f,-0.7881976429719503f,-0.311763267513575f,-0.2657451449816745f,0.7701702783876596f,0.05622903743963688f,1.3414534322920142f,0.7515049869799854f,0.24424881490426545f,0.20622127777345906f,-0.40716581516780304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.20534236807768125f,0.040958603143483915f,-0.7721119767888494f,-0.311763267513575f,0.04821051950317004f,0.7966440695185217f,0.05508150606331776f,1.3414534322920142f,0.7716931110755652f,-0.06066810800992099f,0.20201268026787828f,-0.40716581516780304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5065533910312714f,0.1768396066272955f,-0.6156913674943538f,-0.3284033027331706f,0.11193950002979364f,0.7972903633779429f,0.13690167728041888f,1.3336717120937673f,0.6307278769899456f,0.0005238673644331702f,-0.5187740502330326f,-0.33723243008560655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5247358998271386f,-0.029849238128049127f,-0.6031262375454896f,-0.3284033027331706f,-0.1975750529554364f,0.7635307496640015f,0.13410776549918585f,1.3336717120937673f,0.570628017084913f,0.23691732165610674f,-0.5081868247180727f,-0.33723243008560655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.18968077612920198f,0.22497302691427049f,-1.5345405143977315f,0.47887993655431965f,1.5151718591428631f,0.3570006655702632f,-0.13494818281084467f,1.4216557360483097f,0.33118226164543224f,-1.5044413953170193f,-0.2614969361732495f,-0.0829941478360619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7115377587719517f,0.06205359163312859f,0.6999024000581918f,0.3129728666248611f,-0.008983259921929367f,0.996814665624523f,-0.07924533700506069f,1.4466019266768995f,-0.702590434665149f,0.05009864430600393f,0.7098287166322153f,0.10188462996190575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9888176900661905f,0.06205359163312859f,-0.1356057800301766f,-0.0016980882407020299f,-0.0682205972739221f,0.996814665624523f,-0.04130947232124753f,1.4724562375017238f,0.13261042915153062f,0.05009864430600393f,0.9899013081711467f,0.027129448067360618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5374748646789802f,0.061263003760327846f,-0.8410514931968044f,0.1498639959133681f,-0.19268762485371693f,0.9620498313428163f,0.1932138743503996f,1.6168574057058203f,0.8209703094914853f,0.26590781557434684f,-0.5052729802294341f,-0.8786020757034316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17290490435751793f,0.0709267878749763f,-0.9823814354978702f,0.09627967424313112f,-0.19821034212754934f,0.9744929349500171f,0.10524343212847889f,1.542111296793804f,0.9647883469045413f,0.21291526599621743f,-0.1544361848239026f,-0.5589299350148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2363219635980288f,-0.5142373785068107f,-0.8244463888377553f,0.2153484599971316f,-0.09678955933230966f,0.8567179583097156f,-0.5066222666976747f,1.1295805144227835f,0.96684213330069f,-0.03992816619975843f,-0.2522340794153226f,-0.10490624468582718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.23313538836436948f,-0.21843851619246085f,-0.9475930061665877f,0.16846878192250403f,-0.10049185858443738f,0.9746392512452856f,-0.19994928429547962f,1.311075691004428f,0.9672379629907214f,0.04861012832389022f,-0.24917419283283515f,-0.09734918433030298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.23710020029946535f,-0.4755728225103745f,-0.8471209981504823f,0.278950123147422f,-0.09306085356592456f,0.8790939569964215f,-0.46747565958663106f,1.1613407335635282f,0.9670176692033787f,-0.03200476936161307f,-0.2526905660814725f,-0.40879701706562127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.23407524642581912f,-0.17379140516638214f,-0.9565591076880647f,0.24038574025567497f,-0.09776624400877623f,0.9831135000380712f,-0.15469197644128152f,1.3447076899679085f,0.9672903083062028f,0.05730962862545858f,-0.2471134677100857f,-0.39959592087153584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9068699408772638f,0.06470091912959297f,-0.4164140984609598f,0.33919132990933615f,0.038932917548197735f,0.9967807837483826f,0.07008778125426297f,2.0340076619434466f,0.4196083152946962f,0.04734828628098444f,-0.9064695259752535f,-0.3455969876455769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9068699408772638f,0.06470091912959297f,-0.4164140984609598f,0.32607251607031945f,0.038932917548197735f,0.9967807837483826f,0.07008778125426297f,1.9145208090594283f,0.4196083152946962f,0.04734828628098444f,-0.9064695259752535f,-0.4522323533144311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9068699408772638f,0.06470091912959297f,-0.4164140984609598f,-0.1935947603560563f,0.038932917548197735f,0.9967807837483826f,0.07008778125426297f,2.0568807510030123f,0.4196083152946962f,0.04734828628098444f,-0.9064695259752535f,-0.09907710240994289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9068699408772638f,0.06470091912959297f,-0.4164140984609598f,-0.27472881976086777f,0.038932917548197735f,0.9967807837483826f,0.07008778125426297f,1.9403138669351092f,0.4196083152946962f,0.04734828628098444f,-0.9064695259752535f,-0.17424184443169483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8855834133690262f,0.20577005751228844f,-0.4164140984609598f,0.2476532427181664f,0.19438445739576704f,0.9784183081084532f,0.07008778125426297f,2.145805198556642f,0.4218491444682773f,-0.018875852022669275f,-0.9064695259752535f,-0.3190341626928492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9068699408772638f,0.06470091912959294f,-0.4164140984609598f,0.14384743365251693f,0.03893291754819772f,0.9967807837483826f,0.07008778125426297f,2.1603346286111944f,0.4196083152946962f,0.04734828628098445f,-0.9064695259752535f,-0.27022442707058025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8642794589185028f,0.2821707204769592f,-0.4164140984609598f,0.12331166157806361f,0.2789195402102032f,0.9577534092906084f,0.07008778125426297f,2.1568984740489485f,0.4185987422108061f,-0.05557059922054436f,-0.9064695259752535f,-0.26105638299725353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9091741592468949f,0.0012832617223088039f,-0.4164140984609598f,0.1503553936910716f,-0.030693833652380764f,0.9970684988979317f,0.07008778125426297f,2.165734219667298f,0.4152833210392897f,0.07650334466399164f,-0.9064695259752535f,-0.27279656092468146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8977799702975091f,0.14349363587124608f,-0.4164140984609598f,0.19652328684886974f,0.1256599356069408f,0.9895945045836271f,0.07008778125426297f,2.270074708639367f,0.4221382540304338f,0.01059683737424405f,-0.9064695259752535f,-0.3204120262031993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8977799702975091f,0.14349363587124608f,-0.4164140984609598f,0.16423721877783942f,0.1256599356069408f,0.9895945045836271f,0.07008778125426297f,2.0474159451080514f,0.4221382540304338f,0.01059683737424405f,-0.9064695259752535f,-0.3227963146124042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9178278279947514f,0.09366817961137265f,-0.3857698151575997f,-0.0885980134084595f,-0.10935921259324413f,0.8745054365861459f,0.4725259823568012f,2.135702633087479f,0.38161844921259064f,0.47588497928550555f,-0.7924019470641219f,-0.11889903657283779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8918749128153782f,0.23609487415831998f,-0.3857698151575997f,0.016511827510554043f,0.0287899709321151f,0.880846373422442f,0.4725259823568012f,2.1412630859946438f,0.4513649049984829f,0.41032776755259837f,-0.7924019470641219f,-0.16675447858779435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.950921262084179f,0.19276928362877496f,-0.2420511446068397f,0.00877883917732189f,-0.124407129893929f,0.4780600498904142f,0.8694719401627231f,2.1717428046744103f,0.28332246530726674f,0.8569122428743938f,-0.4306155926858535f,-0.23305057521982597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8448108781539941f,0.47718531363317973f,-0.2420511446068397f,-0.012549009014668693f,0.02941046818867442f,0.4931060429873002f,0.8694719401627231f,2.1765357108277854f,0.5342561225794238f,0.7274205158106357f,-0.4306155926858535f,-0.21138455188594357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9090580836239008f,0.3391528327945379f,-0.2420511446068397f,-0.027050767122262544f,-0.04809040352142547f,0.4916359001932392f,0.8694719401627231f,2.255150006620937f,0.4138849039131379f,0.802040832906046f,-0.4306155926858535f,-0.11707052302498512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9090580836239008f,0.15746444141872903f,-0.3857698151575997f,-0.06248026644147652f,-0.04809040352142547f,0.8800036983370505f,0.4725259823568012f,2.057149174495101f,0.4138849039131379f,0.4481053900610896f,-0.7924019470641219f,-0.21789423578873013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9068699408772638f,0.06470091912959297f,-0.4164140984609598f,0.030732195691170035f,0.038932917548197735f,0.9967807837483826f,0.07008778125426297f,1.5392421649663341f,0.4196083152946962f,0.04734828628098444f,-0.9064695259752535f,-0.266284099232845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.230134266666147f,0.10553992947257804f,-0.967419010870139f,-0.008845277861046727f,-0.10762239668313792f,0.985243862994661f,0.13308625084333459f,1.1697757163433362f,0.9671895569319451f,0.1347436592878527f,-0.21537991374199f,-0.3168129714657898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.36858127491098386f,0.19897569991221156f,-0.9080509427501519f,0.3173925334590992f,-0.12861064736712827f,0.9565148538481933f,0.2617988459706758f,0.7998595662965485f,0.9206558234046001f,0.21327917200752422f,-0.3269630707266235f,-0.33047310813569075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.36858127491098386f,-0.8249288962993961f,-0.4285325656647977f,0.045968271492133596f,-0.12861064736712827f,0.5018070723224706f,-0.8553648131358684f,0.8697136349148863f,0.9206558234046001f,-0.2601576026515678f,-0.2910513298608805f,-0.42937860703819175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3845028179370208f,-0.11954611962602979f,-0.9153503746002674f,0.10645133058026314f,-0.01358867172034903f,0.9922047403380805f,-0.12387534561614377f,0.5344837426871978f,0.9230237976343659f,-0.03519202371278814f,-0.3831299916055016f,-0.1384521479304145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3845028179370208f,-0.4336762381799193f,-0.8149125741063299f,-0.0659469413333648f,-0.01358867172034903f,0.885340483216934f,-0.4647446360939332f,0.878393351379112f,0.9230237976343659f,-0.16762204274891707f,-0.3463089946641776f,-0.20520486518666192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4754454344779691f,-0.4658890064981917f,-0.7462567068095157f,-0.00017726742677995583f,0.14235944993194038f,0.7963416041573852f,-0.5878552853408039f,1.0511772591320543f,0.8681505778660351f,-0.38572980583845295f,-0.3122932772870701f,-0.3131855851235634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.2794872632846752f,-0.6773190772821933f,-0.6805334210832275f,-0.003161375024683312f,-0.14908796273439406f,0.73079602733076f,-0.666115564902433f,1.0124290745300129f,0.9485039003764564f,-0.08471147494394066f,-0.3052283030511287f,-0.3072255611338801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3860400012969454f,-0.5422859438898184f,-0.7462567068095157f,0.0004975046256136678f,0f,0.8089661077553758f,-0.5878552853408039f,1.0501706541720741f,0.9224820417756947f,-0.22693565511538016f,-0.3122932772870701f,-0.3129032067224839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.38002972074824487f,0.07230678496982987f,-0.922143774145517f,0.003576291701293321f,0.12304366847264145f,0.9920317556811339f,0.02707861460640365f,1.07574422436311f,0.9167538748196301f,-0.10317327448295037f,-0.3858984431630427f,-0.3116147968533871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3859580506534915f,-0.02621531881208094f,-0.922143774145517f,0.00322334234552265f,-0.13200036630559356f,0.9908797363586497f,0.02707861460640365f,1.0616198652832396f,0.9130237052951834f,0.13217452528151546f,-0.3858984431630427f,-0.31176249899130315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3860400012969454f,0.024979535690572402f,-0.922143774145517f,0.0035555701702072633f,0f,0.9996333070836516f,0.02707861460640365f,1.0749149882674522f,0.9224820417756947f,0.010453428417775565f,-0.3858984431630427f,-0.31162346839334676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.42024499211622907f,-0.1627141561490773f,-0.8927027780789777f,-0.06365638039361031f,0.16701220439274803f,0.9531147207432503f,-0.25234748401042395f,1.1161338547503177f,0.8919086669525673f,-0.25514002526301105f,-0.37336643840024586f,-0.12971911587699092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.334719458486814f,-0.37949566380945443f,-0.8625229998441293f,0.06820676711507444f,-0.1846873080351342f,0.9239882179926162f,-0.33486769217343926f,1.0867289218507232f,0.9240419267333218f,0.04721031837057797f,-0.37936486853465917f,-0.49459944429705643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3860400012969454f,-0.19537192452481206f,-0.9015558377084172f,0.013990302171471604f,0f,0.9773153263482544f,-0.21178940692302117f,0.9531473729266748f,0.9224820417756947f,-0.08175918292324239f,-0.3772828098510047f,-0.2987877453992069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3860400012969454f,-0.10967827549808762f,-0.9159387497439009f,-0.007499999999999959f,0f,0.9929068624260711f,-0.11889475407777786f,1.175f,0.9224820417756947f,-0.045898131018385364f,-0.38330176645870645f,-0.31625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40755378012016025f,-0.6205968698431544f,-0.6698950973478213f,1.2794569387009853f,0.2227829863149505f,0.7789896328333842f,-0.5861253218780962f,1.186625f,0.8855888760132212f,0.08963636025067173f,0.45573859349703f,-1.3201379101915325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14030321637051585f,-0.6205968698431544f,-0.7714755554241282f,1.2928587178905615f,-0.22278298631495055f,0.7789896328333842f,-0.5861253218780962f,1.186625f,0.9647189997531306f,0.08963636025067173f,-0.2475531749671796f,-1.2273507622961808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.14295231135547887f,-0.6205968698431544f,-0.7709890802203395f,1.4018061903288244f,-2.7755575615628914e-17f,0.7789896328333842f,-0.627036802698302f,1.2806805204047453f,0.9897295775504167f,0.08963636025067173f,0.11135836853548808f,-1.2904480915241798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1543560267995558f,-0.5631792064992492f,-0.8117902428321806f,-0.6324380679719133f,-0.21024649937544218f,0.7840960978212776f,-0.5839432497099505f,2.1542608718189387f,0.9653862576663431f,0.26081121668425494f,0.0026235016012218504f,-1.2244220761405784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.48354313159532886f,-0.5631792064992492f,-0.6700859804934427f,-0.6630684840595278f,0.056764176799103866f,0.7840960978212776f,-0.6180381360513002f,2.1616307316796037f,0.8734780295572996f,0.26081121668425494f,0.4111126866594804f,-1.3127200108612374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.32672443826788805f,-0.5631792064992492f,-0.7589995538901252f,-0.5339033429322018f,-0.07861183851376446f,0.7840960978212776f,-0.6156407135878289f,2.2502919087874456f,0.9418446370203628f,0.26081121668425494f,0.21191080427307102f,-1.3003576641418686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006031875020264772f,0f,-0.00001441378190274523f,0.6239201600114294f,0f,0.000015625f,0f,1.3411225f,0.00001441378190274523f,0f,-0.000006031875020264772f,-0.04418948497183395f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_play_as_root.mcfunction new file mode 100644 index 000000000..2056c64e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/play_as_root +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..79ab27676 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/2_0_chill_rain/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..a36f1ada2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..80 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_80 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/end.mcfunction new file mode 100644 index 000000000..dcc7f119b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.3_0_crystal_turret.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/end_loop +execute if score @s aj.ecual.animation.3_0_crystal_turret.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/3_0_crystal_turret/stop +execute if score @s aj.ecual.animation.3_0_crystal_turret.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/3_0_crystal_turret/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/end_loop.mcfunction new file mode 100644 index 000000000..e5da90666 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.3_0_crystal_turret.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/next_frame_as_root.mcfunction new file mode 100644 index 000000000..908d7aecc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/pause_as_root.mcfunction new file mode 100644 index 000000000..d0e1eafca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.3_0_crystal_turret \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/play_as_root.mcfunction new file mode 100644 index 000000000..97d121415 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.3_0_crystal_turret.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.3_0_crystal_turret.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.3_0_crystal_turret \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/resume_as_root.mcfunction new file mode 100644 index 000000000..bf07e76d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.3_0_crystal_turret.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.3_0_crystal_turret \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/stop_as_root.mcfunction new file mode 100644 index 000000000..12c1e69a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.3_0_crystal_turret.local_anim_time 0 +tag @s remove aj.ecual.animation.3_0_crystal_turret +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick.mcfunction new file mode 100644 index 000000000..505c626b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_animation.mcfunction new file mode 100644 index 000000000..03acb1575 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.3_0_crystal_turret.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.3_0_crystal_turret.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root +execute if score @s aj.ecual.animation.3_0_crystal_turret.local_anim_time matches 80.. run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..3bcf1227c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..af460fd03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_80.mcfunction new file mode 100644 index 000000000..2b15c1dc0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_80.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..80 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_80 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..87aac9c32 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..c35b4be3d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..f554f72a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..b7634bab9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..884f470db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..d6fa65a51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..e0bce1f39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_80.mcfunction new file mode 100644 index 000000000..400e89ade --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_80.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_72_79 +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..6a4c0f23f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..30522a366 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0.mcfunction new file mode 100644 index 000000000..5df599a59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1.mcfunction new file mode 100644 index 000000000..de003fedd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10.mcfunction new file mode 100644 index 000000000..4bf60664a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..c2193e467 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.0687476291488889f,0.17794647056229018f,-0.794073838849559f,-0.2605322080354039f,-0.22566557030545456f,0.7698172444825416f,0.15297354320425804f,1.317290893609504f,0.7818524530303432f,0.20654517219285237f,0.11397490065231111f,-0.29310699532794954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.12892574068052123f,0.13527430858331072f,-0.7778682503016088f,-0.2605322080354039f,0.08435118741033622f,0.781299791963534f,0.1498516341592732f,1.317290893609504f,0.7850242229208252f,-0.10616730435989016f,0.1116488822716517f,-0.29310699532794954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6014483226731627f,0.27187597547273074f,-0.4809239166009886f,-0.2899643133744637f,0.22566557030545456f,0.7698172444825416f,0.15297354320425804f,1.317290893609504f,0.5042612517106559f,-0.02023137421190619f,-0.6420714336934363f,-0.2220482666720599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6462447934555011f,0.020587435699596313f,-0.4711091427928052f,-0.2899643133744637f,-0.08435118741033622f,0.781299791963534f,0.1498516341592732f,1.317290893609504f,0.4639531701735889f,0.17072431745083447f,-0.6289679350466315f,-0.2220482666720599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4638219925033162f,0.5404529284846453f,-0.08088297939610894f,-0.2082347092172648f,0.5367079988239425f,-1.4653546214164557f,-0.07801671290072172f,1.7635861521255214f,-0.1028394295103752f,0.04530690439442545f,-1.5584535880648402f,0.7760265545456295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.011019010529127182f,0.18624923652555425f,-0.9824407378059029f,-0.09187395006643563f,-0.11970865272534717f,0.9756801343072624f,0.18362492744952796f,1.347321221597438f,0.9927479135559244f,0.11558329209626413f,0.03304667484859064f,0.5199245641840455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10026727011699688f,0.18624923652555425f,-0.9773728543585264f,-0.061702400483344966f,-0.0981522163136821f,0.9756801343072624f,0.19599596411884182f,1.3874853665649638f,0.9901073764880238f,0.11558329209626413f,-0.07954800822265967f,0.15389600016235241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13359922835164773f,0.8627672340640868f,-0.48763095267758483f,0.3921161004782972f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1319363950002206f,-0.738296452414106f,-0.41488379177821266f,-0.531779830073009f,-0.3987911133481065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664917261712402f,0.5481007301132726f,-0.505345791111965f,0.1642030382051416f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3752816664759646f,-0.07013338761800636f,-0.7209408655773512f,-0.689438595004517f,-0.39858369910278824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,-0.43212608101220495f,-0.8165979391141639f,0.18000039048515096f,0f,0.8838731546092056f,-0.4677266793343857f,1.0774694274191448f,0.9238858934178326f,-0.1789840682021852f,-0.338230038987268f,0.10010628596586617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,-0.09445635415351844f,-0.9190446894555735f,0.15654579477226893f,0f,0.9947599546689154f,-0.10223811709483488f,1.2633479306877238f,0.9238858934178326f,-0.03912326350296272f,-0.38066287735529325f,0.09039153107559009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,-0.27781784623092887f,-0.8811256371097566f,0.24427344912735477f,0f,0.9537169507482269f,-0.3007057995042731f,1.0789396817656232f,0.9238858934178326f,-0.11507050956310215f,-0.3649570300356212f,-0.21151742687504635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,0.19996550609421493f,-0.9019861087782621f,0.27612956834015595f,0f,0.9762960071199334f,0.21643961393810285f,1.2633479306877238f,0.9238858934178326f,0.08282453050974392f,-0.37359731408211944f,-0.1983228106174826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325775928688277f,0.019790036031508834f,-0.3604266745856279f,0.36534354320855383f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.996476128248612f,0.36095134346713326f,0.04109063478111882f,-0.9316789615433828f,-0.17787394088486969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325775928688277f,0.019790036031508834f,-0.3604266745856279f,0.36405144769479364f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8757323568134525f,0.36095134346713326f,0.04109063478111882f,-0.9316789615433828f,-0.28389084825721916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325775928688277f,0.019790036031508834f,-0.3604266745856279f,-0.18254579260188247f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9986074603772948f,0.36095134346713326f,0.04109063478111882f,-0.9316789615433828f,0.034184973402071106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325775928688277f,0.019790036031508834f,-0.3604266745856279f,-0.25378120758080464f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8781357738947333f,0.36095134346713326f,0.04109063478111882f,-0.9316789615433828f,-0.0447605832102434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9171412417954558f,0.17771693141246056f,-0.3567472983600963f,0.26893420004125224f,0.15970504827757537f,0.9839512632568799f,0.07958774459580861f,2.1031884430532575f,0.36516604463250163f,0.016018858402805754f,-0.930804574560592f,-0.15483893215626876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9336507642944173f,0.032056441555827916f,-0.3567472983600963f,0.16171467061446132f,0.00381492462469539f,0.996820564224204f,0.07958774459580861f,2.1136732075557454f,0.3581643431199674f,0.07294619451703817f,-0.930804574560592f,-0.11284866128521012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8959414836469622f,0.27099578741323527f,-0.3519234875434717f,0.13884086946028318f,0.24423115393436878f,0.9623532689328701f,0.11927836862610876f,2.1086976373955593f,0.37099865407891475f,0.020915759094515637f,-0.9283978294315073f,-0.10977779849325175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9358332899563014f,-0.019128834904521802f,-0.3519234875434717f,0.16651508619803002f,-0.0651058842609748f,0.9907239245180722f,0.11927836862610876f,2.1185061801879637f,0.34637736248802575f,0.1345369579807158f,-0.9283978294315073f,-0.11900795782241749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9273040382857595f,0.12750325287678776f,-0.3519234875434717f,0.21437943485016164f,0.09067904434584138f,0.988711273170494f,0.11927836862610876f,2.2259816585000505f,0.36315909942537195f,0.0786952273738305f,-0.9283978294315073f,-0.15700361837655583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9273040382857595f,0.11330748294660235f,-0.3567472983600963f,0.18888525118717614f,0.09067904434584138f,0.9926948684397826f,0.07958774459580861f,2.0026253131011f,0.36315909942537195f,0.04145253287349472f,-0.930804574560592f,-0.16633043827309213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9246241217226925f,-0.12015924230260659f,-0.3614304774334926f,-0.09573812373012584f,-0.15262386798435618f,0.9863031324024542f,0.0625466700520541f,2.1052709644540086f,0.3489644515563625f,0.11299507733689185f,-0.9302988358842532f,-0.015660958344329706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9320375112477706f,0.025963197207952142f,-0.3614304774334926f,0.011880269232322466f,0.003546987980201796f,0.99803573730687f,0.0625466700520541f,2.1149199927292703f,0.36234444455977227f,0.05701385313301683f,-0.9302988358842532f,-0.05682305710670157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.913229691524926f,-0.1838939408432529f,-0.36358568321432355f,0.030630937163533205f,-0.23739427897842547f,0.9653915208424623f,0.10799614712475289f,2.109585124685397f,0.3311426985841631f,0.18493844923816127f,-0.9252795702747263f,-0.070497199941839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9253594018821402f,0.10730996370282185f,-0.36358568321432355f,0.003968873938916276f,0.07254701021217598f,0.9915007632450331f,0.10799614712475289f,2.1196210962070907f,0.3720845450399707f,0.0735581958357865f,-0.9252795702747263f,-0.058849054800989946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307536688644177f,-0.03876930302441603f,-0.36358568321432355f,-0.05671695201544707f,-0.08345105535361474f,0.9906425962811092f,0.10799614712475289f,2.2273053492792947f,0.3559965298367296f,0.13085941913528562f,-0.9252795702747263f,-0.05620771049018669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307536688644177f,-0.055368022157405924f,-0.3614304774334926f,-0.044259147030030754f,-0.08345105535361474f,0.9945470503831215f,0.0625466700520541f,2.0035322629430925f,0.3559965298367296f,0.08837729740498743f,-0.9302988358842532f,-0.07609260240630883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325775928688277f,0.019790036031508834f,-0.3604266745856279f,0.07343399219322529f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4896913548103319f,0.36095134346713326f,0.04109063478111882f,-0.9316789615433828f,-0.11315550311679318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,0.19996550609421493f,-0.9019861087782621f,-0.0015530725921053077f,0f,0.9762960071199334f,0.21643961393810285f,1.123580352140357f,0.9238858934178326f,0.08282453050974392f,-0.37359731408211944f,-0.14421470205794715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3422287234626748f,0.053643307738607926f,-0.938084162733797f,0.26909746841273696f,-0.24360761428848712f,0.9591661030284773f,0.1437209694576131f,0.747160579706987f,0.9074881988752139f,0.2777098887976902f,-0.31518627280735867f,-0.1994090742417194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3422287234626748f,-0.846148352593915f,-0.40854922131820515f,-0.004811374556878977f,-0.24360761428848712f,0.4998378385897536f,-0.8311542969717447f,0.8285273860286603f,0.9074881988752139f,-0.1849191729284099f,-0.37718704694845107f,-0.2808623649797711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31958092621442225f,-0.06326397724145597f,-0.9454447105904841f,0.003434542437393967f,0.007180224173050437f,0.9975783850621802f,-0.06917954927257833f,0.44915399952349055f,0.9475317809871902f,-0.028896969396891264f,-0.3183527747309867f,-0.01291838913944137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31958092621442225f,-0.2845853064812649f,-0.9038137169433181f,-0.1140036323957395f,0.007180224173050437f,0.9530790310973856f,-0.30263642355687026f,0.8404737631763173f,0.9475317809871902f,-0.10320641364485574f,-0.3025424932167549f,-0.05549296565701976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5125862102871488f,-0.2589067714278627f,-0.8186712775786503f,-0.017536212857555567f,-0.00003529156821269197f,0.9534621837669355f,-0.30151262474545226f,1.019065427564241f,0.8586357643249924f,-0.15452232147876613f,-0.488740704655187f,-0.150834824270093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.32746127044582357f,-0.5112055970460249f,-0.7946307028468157f,-0.02945123245765678f,-0.13176372711450496f,0.8574884994264919f,-0.49734474317941435f,0.9940038707619575f,0.9356321053570689f,-0.058157638364367784f,-0.3481526282034619f,-0.16072314078884997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4688461390061468f,-0.3658355015371216f,-0.8039575136498891f,-0.017536212857555567f,-0.12225018994692559f,0.928312003864806f,-0.35112919921084496f,1.019065427564241f,0.8747789372161228f,-0.06634161058936787f,-0.47995895835731534f,-0.150834824270093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3577411949315788f,0.2483963928384532f,-0.9001780209901655f,-0.012046124233952519f,0.10612462674324757f,0.9685421898389025f,0.2250857394431498f,1.0290622626101955f,0.9277708774517189f,-0.015008615089606214f,-0.372848414808967f,-0.14179595734187211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4079066150125129f,0.0892913975628409f,-0.9086469279925553f,-0.008345381231561583f,-0.13573514544365664f,0.978216544675114f,0.15706165036465797f,1.0351957263663851f,0.9028777124951214f,0.1874018090765277f,-0.38690101865260274f,-0.1470280361430527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,0.2079535394810479f,-0.9001780209901655f,-0.007045671609805034f,0f,0.9743389604749111f,0.2250857394431498f,1.0412853448693533f,0.9238858934178326f,0.08613312671657612f,-0.372848414808967f,-0.14648970410107412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37319893485170713f,0.08452265993060837f,-0.9238931079858783f,-0.07567988801445419f,0.09539380369400997f,0.9940590497350663f,0.05240828042023173f,1.0520567565091472f,0.9228339922447265f,-0.06857496334721358f,-0.37904471656994293f,0.03479445414174062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3907113985987485f,-0.191557388765695f,-0.900361244065002f,0.04528210836070022f,-0.1645059773265223f,0.9768922613649452f,-0.13645253060727536f,1.06593701349275f,0.905694422213616f,0.09480124732592961f,-0.413195277171209f,-0.33452789191791266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,0f,-0.9238858934178326f,-0.020981220057092215f,0f,1f,0f,0.9058651280975066f,0.9238858934178326f,0f,-0.38266807541723846f,-0.14380559504230378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38266807541723846f,0.08052196125491495f,-0.9203702286646003f,1.7582429044901284e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.128452380952381f,0.9238858934178326f,0.0333517203388063f,-0.38121190785962517f,-0.14357142857142857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762924092861118f,0.05602289435386214f,0.20908028811567686f,0.2976014580849371f,0f,0.9659258262890683f,-0.2588190451025207f,1.100327380952381f,-0.21645584207943763f,0.25268306911227084f,0.9430260521394329f,0.02570702212784201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762924092861118f,0.05602289435386214f,0.20908028811567686f,0.3891288714555101f,0f,0.9659258262890683f,-0.2588190451025207f,1.100327380952381f,-0.21645584207943763f,0.25268306911227084f,0.9430260521394329f,0.005414286932894724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762924092861118f,0.05602289435386214f,0.20908028811567686f,0.3120031215528721f,0f,0.9659258262890683f,-0.2588190451025207f,1.1391502377177591f,-0.21645584207943763f,0.25268306911227084f,0.9430260521394329f,-0.1258932532905466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.11500852689228303f,0.9087650052268994f,-0.401147359479058f,-0.9708232341347847f,0.1579556113231821f,0.4154191366530209f,0.8958107868037639f,2.2136468977726085f,0.9807257840974647f,0.039662402567323014f,-0.19132127489905762f,-0.45131585199329216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0291278133356049f,0.9087650052268994f,-0.4162904464015956f,-0.9667354734163539f,-0.1579556113231821f,0.4154191366530209f,0.8958107868037639f,2.2136468977726085f,0.9870165121930868f,0.039662402567323014f,0.15564478301819698f,-0.5449766907270386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.043602780996593926f,0.9087650052268994f,-0.41502405082635474f,-0.9065257461516161f,0f,0.4154191366530209f,0.9096301121348495f,2.077202380952381f,0.9990489464932952f,0.039662402567323014f,-0.018113429637275795f,-0.495429256914574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000059791886783943515f,0f,-0.000014435717084653636f,0.632409644890436f,0f,0.000015625f,0f,1.294574880952381f,0.000014435717084653636f,0f,-0.0000059791886783943515f,0.12618101971366608f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11.mcfunction new file mode 100644 index 000000000..6e874c681 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..50e6f9fde --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.01906106799395751f,0.16918596008110778f,-0.798722248996989f,-0.2667121840633935f,-0.21595511959129773f,0.7715294589382873f,0.15827231203576428f,1.32022446164511f,0.7873655481754853f,0.20751590142991894f,0.06274622414528339f,-0.30170498629321657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.08067408440742341f,0.14597200729737317f,-0.782421794935826f,-0.2667121840633935f,0.0937812505330846f,0.7792091973008347f,0.15504226485136094f,1.32022446164511f,0.7903776117486343f,-0.10735548391844904f,0.06146568895864496f,-0.30170498629321657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5702026369481523f,0.2663670888777272f,-0.5204440135351958f,-0.2938494690812418f,0.21595511959129773f,0.7715294589382873f,0.15827231203576428f,1.32022446164511f,0.5433017426661968f,-0.02711664429170768f,-0.6091242471472262f,-0.2361851642191534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6159015355113674f,0.02731493808764371f,-0.5098227071365183f,-0.2938494690812418f,-0.0937812505330846f,0.7792091973008347f,0.15504226485136094f,1.32022446164511f,0.50186689032371f,0.1791282250206732f,-0.596693140062589f,-0.2361851642191534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5190909716114545f,-0.3563444554221488f,-0.08238627955224286f,0.06127585057523198f,-0.3606255176842494f,-1.5180143578335552f,-0.08359363256938808f,1.7834137512803336f,-0.06097627377542148f,0.10028603342974043f,-1.558085638062104f,0.7504616188745489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.011720274720349783f,0.18782848367995608f,-0.9821319136852076f,-0.09160685411643751f,-0.1160933420341794f,0.9758127335444465f,0.18523456747553843f,1.350432282763339f,0.9931691553284439f,0.11184797615962151f,0.03324242971237486f,0.5108103812771607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09953555387025254f,0.18782848367995608f,-0.9771454007639961f,-0.06169992820214307f,-0.09437792893745729f,0.9758127335444465f,0.19718599235744672f,1.3892115570411543f,0.9905480705373255f,0.11184797615962151f,-0.07940119762181436f,0.1446107986806716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1336053643965339f,0.8627637858970612f,-0.48763537233166276f,0.3921139793105569f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.133662585476411f,-0.7382953420331728f,-0.4148909623014613f,-0.5317757773090912f,-0.40808008653786504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664923090332358f,0.548094738288716f,-0.50535152108188f,0.16420091876911153f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.377007856952155f,-0.07012784834174654f,-0.7209454208678677f,-0.6894343950055077f,-0.4078707780861992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,-0.4615565776570788f,-0.8003352711601655f,0.18727158206424352f,0f,0.8662677088383295f,-0.49958008029142925f,1.0804409068323253f,0.9238890737753805f,-0.1911695118094825f,-0.33148634528890264f,0.09382985062589852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,-0.13338684571209944f,-0.9142094782009795f,0.15654773925446877f,0f,0.9895229894484557f,-0.144375390399442f,1.2650741211639143f,0.9238890737753805f,-0.05524674419337186f,-0.3786512598876459f,0.08110451571534352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,-0.27781880258288816f,-0.8811286702706597f,0.24427288441349737f,0f,0.9537169507482269f,-0.3007057995042731f,1.0806658722418137f,0.9238890737753805f,-0.11506820058953864f,-0.3649497069070684f,-0.22080517133744373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,0.1999661944495748f,-0.9019892137486376f,0.2761291132868637f,0f,0.9762960071199334f,0.21643961393810285f,1.2650741211639143f,0.9238890737753805f,0.08282286857523019f,-0.3735898175799758f,-0.20761081983946292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325745929369131f,0.01979037753885801f,-0.360434417842442f,0.36534325810461143f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9982023187248026f,0.36095909419253647f,0.041090470302895934f,-0.9316759659720704f,-0.18716269157308013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325745929369131f,0.01979037753885801f,-0.360434417842442f,0.3640502814746595f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.877458547289643f,0.36095909419253647f,0.041090470302895934f,-0.9316759659720704f,-0.2931795882030438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325745929369131f,0.01979037753885801f,-0.360434417842442f,-0.18254431524582504f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0003336508534852f,0.36095909419253647f,0.041090470302895934f,-0.9316759659720704f,0.024900776265035063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325745929369131f,0.01979037753885801f,-0.360434417842442f,-0.25378038634604544f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8798619643709238f,0.36095909419253647f,0.041090470302895934f,-0.9316759659720704f,-0.054044188300488405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.916529509695522f,0.1864218391879975f,-0.35386516603227597f,0.26979820762271783f,0.15954784396767657f,0.9817031368869007f,0.10393958106364012f,2.1039071493826698f,0.3667671513952031f,0.03880526897450255f,-0.9295030972284412f,-0.16166894863510964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9344083112228356f,0.040749873455482796f,-0.35386516603227597f,0.16257902718462064f,0.0040113402067475795f,0.99457552384827f,0.10393958106364012f,2.1143919138851577f,0.35618115765356523f,0.09570253484261237f,-0.9295030972284412f,-0.11967778665416269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8930386524643775f,0.28930424797161597f,-0.3446520235109413f,0.1383178967155389f,0.24301989478222452f,0.9547056796263554f,0.17169273726403084f,2.1092224833036473f,0.37871268257697066f,0.06957095223408083f,-0.9228957615357208f,-0.12010076585501589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9387301588977824f,-0.0008194300199207971f,-0.3446520235109413f,0.16622374301253032f,-0.06389462510883058f,0.9830763352115576f,0.17169273726403084f,2.1189342396276865f,0.3386785580132673f,0.18319456236869042f,-0.9228957615357208f,-0.12871535560445657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9273010200051649f,0.14604040874769608f,-0.3446520235109413f,0.21634268014109284f,0.09067904434584137f,0.9809683557012986f,0.17169273726403084f,2.2272007853615152f,0.36316680632170334f,0.12795813426858205f,-0.9228957615357208f,-0.16115131939802918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9273010200051649f,0.12203385827847271f,-0.35386516603227597f,0.18888506202843652f,0.09067904434584137f,0.9904412523743343f,0.10393958106364012f,2.0043515035772903f,0.36316680632170334f,0.06429512445613378f,-0.9295030972284412f,-0.17561772240065926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9249311131104729f,-0.11572664547633228f,-0.3620908443015603f,-0.09523076962420268f,-0.152565061069433f,0.9854621543385511f,0.07475456178255294f,2.1065234517272717f,0.34817572882253256f,0.12438523181317247f,-0.9291404500750581f,-0.023733251866548316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9316473121488871f,0.030389245445341675f,-0.3620908443015603f,0.012387281232552401f,0.003473512930880565f,0.9971959136501801f,0.07475456178255294f,2.1161724800025334f,0.3633472450338286f,0.06838715932574847f,-0.9291404500750581f,-0.06489624505382852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9157931274393668f,-0.1676901297723009f,-0.36496981808332113f,0.029674849812318542f,-0.23647683407040532f,0.9595990016648196f,0.1524744665572547f,2.1104464487546286f,0.3246562099865975f,0.22594197569471303f,-0.9184490018157284f,-0.08248712029739327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9227901213181092f,0.1235128490722196f,-0.36496981808332113f,0.0032179363650240225f,0.07162956530415591f,0.9857082440673904f,0.1524744665572547f,2.120409111230599f,0.37858631429575895f,0.1145593020738379f,-0.9184490018157284f,-0.07031983990150155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307507101124765f,-0.022363978030489874f,-0.36496981808332113f,-0.05571666806823767f,-0.08345105535361472f,0.9847778726232878f,0.1524744665572547f,2.2288418576349946f,0.3560042654035043f,0.1723728345134558f,-0.9184490018157284f,-0.0629241358278516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307507101124765f,-0.0509248082775375f,-0.3620908443015603f,-0.04425858620579175f,-0.08345105535361472f,0.9937040187364979f,0.07475456178255294f,2.005258453419283f,0.3560042654035043f,0.09979472455410479f,-0.9291404500750581f,-0.08537794885252514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325745929369131f,0.01979037753885801f,-0.360434417842442f,0.07343424498023397f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4914175452865224f,0.36095909419253647f,0.041090470302895934f,-0.9316759659720704f,-0.12244182772019918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,0.1999661944495748f,-0.9019892137486376f,-0.0015530779383565872f,0f,0.9762960071199334f,0.21643961393810285f,1.1253065426165474f,0.9238890737753805f,0.08282286857523019f,-0.3735898175799758f,-0.1535004034359105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3422231315538719f,0.046808916112823507f,-0.9384520518395191f,0.26948297159214696f,-0.2436037557720038f,0.9601889340717713f,0.13672754316482516f,0.7509033913508659f,0.9074913434315698f,0.2754017724315838f,-0.3171960361327154f,-0.20800923099579943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3422231315538719f,-0.8491036462544079f,-0.40237585184368385f,-0.004812515594271602f,-0.2436037557720038f,0.4937681756700979f,-0.8347755380155775f,0.8302535765048508f,0.9074913434315698f,-0.18765923002317847f,-0.37582372860674007f,-0.2901480392729687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3195730628475269f,-0.061729857946815986f,-0.9455487730096828f,0.004955743511532135f,0.0071822985464357995f,0.9976892742242969f,-0.0675612809631802f,0.45230143090968467f,0.9475344173642668f,-0.028381979065277424f,-0.3183912548649817f,-0.02170135968774598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3195730628475269f,-0.28824008616474606f,-0.9026575819379077f,-0.11400290036362218f,0.0071822985464357995f,0.9518467340833102f,-0.3064901456858376f,0.8421999536525078f,0.9475344173642668f,-0.10442915082808978f,-0.3021143498205334f,-0.06477773245113576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.511124029499809f,-0.24819273788038285f,-0.8228928188599766f,-0.01753627322369745f,0.0006599240354397685f,0.9572873840512302f,-0.28913738747630036f,1.0207916180404315f,0.8595067137423336f,-0.14832811331569068f,-0.4891287967724471f,-0.1601203928104837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33077372130741073f,-0.49763596048494685f,-0.8018398818496572f,-0.032508784818803135f,-0.12582463449704162f,0.8653373255583744f,-0.485138613541703f,1.0031589814192425f,0.9352843988039858f,-0.05957989449222278f,-0.3488457102017486f,-0.170605126823301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46876895234464105f,-0.35521959031765354f,-0.8087488559325857f,-0.01753627322369745f,-0.12214632233849093f,0.9328493046696f,-0.3389283858230604f,1.0207916180404315f,0.874834810268138f,-0.06009340589450893f,-0.4806795578252821f,-0.1601203928104837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3598817295283485f,0.24523833970201944f,-0.9001907006250852f,-0.012042470449410125f,0.09770886176033013f,0.9694377733850102f,0.22504084488779863f,1.0308029382325374f,0.9278675116012983f,-0.006968520252569374f,-0.3728449015881861f,-0.15108006428274331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40788630218164074f,0.08932334702989758f,-0.9086529063223009f,-0.008345150724523517f,-0.13569213295099472f,0.9782206774149971f,0.15707307641016593f,1.0369218520290002f,0.9028933544709457f,0.18736500728023026f,-0.3868823393476141f,-0.15631357369836682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,0.20791277774501737f,-0.9001907006250852f,-0.007045695863617158f,0f,0.9743493306469635f,0.22504084488779863f,1.0430115353455438f,0.9238890737753805f,0.08611421902430086f,-0.3728449015881861f,-0.15577535982946494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37318784030997226f,0.0845601158126394f,-0.9238941620437547f,-0.0756784055966373f,0.09542287937647527f,0.99405471680792f,0.05243752552732117f,1.0537829469853377f,0.9228354728424137f,-0.06859159427859086f,-0.37903810264673915f,0.02550936883235347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3907033953257923f,-0.19143606593541412f,-0.9003905205743059f,0.04529432690341707f,-0.16447716832279727f,0.9769135289812045f,-0.13633494780870997f,1.0676618966327993f,0.9057031069734783f,0.09482715619832345f,-0.4131702947525716f,-0.3438082644769072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,-1.3877787807814457e-17f,-0.9238890737753805f,-0.020981222002546592f,0f,1f,0f,0.9075913185736971f,0.9238890737753805f,0f,-0.38266039690366377f,-0.1530911349511666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3826603969036637f,0.08052223844133925f,-0.9203733969199277f,1.871960107268097e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1301785714285715f,0.9238890737753805f,0.03335105111225249f,-0.3812042585651128f,-0.15285714285714286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762906102680462f,0.05602499442407968f,0.2090881256844282f,0.2976028649633814f,0f,0.9659258262890683f,-0.2588190451025207f,1.1020535714285715f,-0.21646395612767821f,0.25268260349213295f,0.9430243144214213f,0.01641883444328024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762906102680462f,0.05602499442407968f,0.2090881256844282f,0.3891301096760107f,0f,0.9659258262890683f,-0.2588190451025207f,1.1020535714285715f,-0.21646395612767821f,0.25268260349213295f,0.9430243144214213f,-0.0038746614436895865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762906102680462f,0.05602499442407968f,0.2090881256844282f,0.3120032684670318f,0f,0.9659258262890683f,-0.2588190451025207f,1.1408764281939496f,-0.21646395612767821f,0.25268260349213295f,0.9430243144214213f,-0.13518156066341788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.018244129244806215f,0.9888813941873571f,0.14758299352624504f,-0.8872462391240743f,0.1718808576403543f,-0.14230810749992973f,0.9747847830760411f,2.2274019328680743f,0.9849487918287504f,0.04315079106873155f,-0.16737349463169973f,-0.45694642347228104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06762023022228636f,0.9888813941873571f,0.1324427902709463f,-0.8831592568296021f,-0.1718808576403543f,-0.14230810749992973f,0.9747847830760411f,2.2274019328680743f,0.9827942181563246f,0.04315079106873155f,0.17959268912915535f,-0.5506072961765468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04359447780770476f,0.9888813941873571f,0.1421728164409161f,-0.9065286704429756f,0f,-0.14230810749992973f,0.9898224095966853f,2.0789285714285715f,0.9990493088455012f,0.04315079106873155f,0.006203847634262149f,-0.5047074369695532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005979068701619747f,0f,-0.000014435766777740323f,0.6324118868059219f,0f,0.000015625f,0f,1.2963010714285714f,0.000014435766777740323f,0f,-0.000005979068701619747f,0.1168900494040998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12.mcfunction new file mode 100644 index 000000000..b44d627ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..b8cde2301 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.036433478735301124f,0.15940134502815176f,-0.8001301502098923f,-0.2736143131071172f,-0.2047881601073149f,0.7734984951877917f,0.1634207204320396f,1.3233391289989191f,0.7897334078988614f,0.20793204079670408f,0.005464000641715935f,-0.3106940493738366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.02678214713853566f,0.15792012619269036f,-0.783800963470915f,-0.2736143131071172f,0.10462576598586452f,0.7768050261060045f,0.1600856036885286f,1.3233391289989191f,0.7926765832838264f,-0.10786651547043824f,0.005352490424538059f,-0.3106940493738366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5326246450675237f,0.25974164584592774f,-0.5619516966113612f,-0.29852197074466486f,0.2047881601073149f,0.7734984951877917f,0.1634207204320396f,1.3233391289989191f,0.5842236227601547f,-0.034333654042568065f,-0.5696037247539119f,-0.2505559898384383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5794088156566052f,0.03540574334808516f,-0.5504832946397008f,-0.29852197074466486f,-0.10462576598586452f,0.7768050261060045f,0.1600856036885286f,1.3233391289989191f,0.5416076748267895f,0.18793718300118012f,-0.5579791589426075f,-0.2505559898384383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0706892581895f,-1.1348973258358281f,-0.08389768893303677f,0.29531753798654414f,-1.1379696457328998f,-1.0669960630286945f,-0.08916690457678388f,1.652137811195086f,0.007473137771836197f,0.12220356497235682f,-1.55769595586555f,0.7348062817442604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.012427387902141332f,0.18940457904034003f,-0.9818204853579301f,-0.09133750924625136f,-0.11247756977693257f,0.9759292810579377f,0.18684441300400753f,1.3535435609070685f,0.9935765477943836f,0.1081107941525197f,0.03343201849584532f,0.501690896669779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09879773142654036f,0.18940457904034003f,-0.9769160218276293f,-0.06169745591667939f,-0.09060315969862805f,0.9759292810579377f,0.19837617252674722f,1.3909377475173448f,0.9909743062852813f,0.1081107941525197f,-0.07925894567881536f,0.1353255971784433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13361150043219105f,0.8627603376704407f,-0.4876397919520575f,0.3921118581157318f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1353887759526016f,-0.7382942316012423f,-0.41489813279605126f,-0.5317717245084413f,-0.41736905970999405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664928918491937f,0.5480887464263003f,-0.505357251016888f,0.16419879932173953f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3787340474283456f,-0.07012230906064293f,-0.7209499761085852f,-0.6894301949588765f,-0.41715785705199515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,-0.4929041028035915f,-0.7814233440128919f,0.1951248828671397f,0f,0.8457948863314506f,-0.533508210110743f,1.0839014155461257f,0.9238922540691116f,-0.20414836686820506f,-0.3236457124328101f,0.08779436858068235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,-0.1754987082547428f,-0.9070706149632566f,0.15654968372585507f,0f,0.9817926397458501f,-0.18995581733886327f,1.2668003116401048f,0.9238922540691116f,-0.0726871098737064f,-0.37568562246818044f,0.07181750033893627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,-0.27781975891565713f,-0.8811317033706992f,0.24427231968276703f,0f,0.9537169507482269f,-0.3007057995042731f,1.0823920627180041f,0.9238922540691116f,-0.11506589160802701f,-0.36494238375330734f,-0.23009291579514757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,0.19996688279112215f,-0.9019923186567086f,0.276128658214498f,0f,0.9762960071199334f,0.21643961393810285f,1.2668003116401048f,0.9238922540691116f,0.08282120663499559f,-0.37358232105202704f,-0.21689882905766106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325715929405818f,0.0197907190448402f,-0.36044216107435906f,0.36534297297543317f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.999928509200993f,0.36096684489300646f,0.041090305821834774f,-0.9316729703364033f,-0.19645144225892086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325715929405818f,0.0197907190448402f,-0.36044216107435906f,0.36404911522937883f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8791847377658335f,0.36096684489300646f,0.041090305821834774f,-0.9316729703364033f,-0.30246832813917574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325715929405818f,0.0197907190448402f,-0.36044216107435906f,-0.18254283787715864f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0020598413296757f,0.36096684489300646f,0.041090305821834774f,-0.9316729703364033f,0.015616579115720453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325715929405818f,0.0197907190448402f,-0.36044216107435906f,-0.2537795650937566f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8815881548471143f,0.36096684489300646f,0.041090305821834774f,-0.9316729703364033f,-0.06332779339755899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9158458450672171f,0.19615542912654071f,-0.35035615550079563f,0.27075541209854687f,0.1593204538717938f,0.9784513070155995f,0.13133938014758073f,2.104420558738128f,0.3685693707447767f,0.06446772389070209f,-0.9273621361286819f,-0.16820986348719053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9352557325755386f,0.05047057546031186f,-0.35035615550079563f,0.16353658065654947f,0.00429544792659621f,0.991328157750782f,0.13133938014758073f,2.114905323240616f,0.35394669628589925f,0.12133097157422672f,-0.9273621361286819f,-0.12621781039925578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8898417455979388f,0.30946942891490536f,-0.33527651328164304f,0.1377320826885118f,0.2411319580749058f,0.9427857163809112f,0.23024003080067157f,2.1098564766686123f,0.38734615860516197f,0.1240313087700631f,-0.9135530569477672f,-0.13061138637843916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9419211033965895f,0.019346695269628955f,-0.33527651328164304f,0.16589305685104896f,-0.06200668840151183f,0.9711563719661134f,0.23024003080067157f,2.1194173761540682f,0.3300603059588194f,0.23765733014523358f,-0.9135530569477672f,-0.13853693747889423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272980016605178f,0.16645742926680906f,-0.33527651328164304f,0.21853794409248617f,0.09067904434584138f,0.9688998086146116f,0.23024003080067157f,2.2281935274733105f,0.3631745131929489f,0.1830985666477337f,-0.9135530569477672f,-0.16465033026419953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272980016605178f,0.13179142771482827f,-0.35035615550079563f,0.18888487285664984f,0.09067904434584138f,0.9871814818659101f,0.13133938014758073f,2.006077694053481f,0.3631745131929489f,0.0900207833886876f,-0.9273621361286819f,-0.1849050065266542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9252785141630373f,-0.11071616259878923f,-0.3627693517479677f,-0.09465948798855517f,-0.152486160549963f,0.9843338243421292f,0.08851493149028059f,2.107695918199425f,0.3472861098128936f,0.13721826990381653f,-0.9276656209732204f,-0.03165723348320157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9312066239094738f,0.03539238646205484f,-0.3627693517479677f,0.012958220755073094f,0.003374932354648877f,0.9960691325078157f,0.08851493149028059f,2.1173449464746867f,0.3644761081589872f,0.08120136849615339f,-0.9276656209732204f,-0.07282112109254675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9186941285870767f,-0.14935501528751935f,-0.36564214405357737f,0.02856386984671934f,-0.2350669222259074f,0.9506971686210623f,0.20228305824051335f,2.111460061009553f,0.3174029618243525f,0.27178663135695363f,-0.9085083306391684f,-0.09484615699668403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9198832753938107f,0.14184703783533234f,-0.36564214405357737f,0.0023390795581653134f,0.07021965345965794f,0.9768064110236332f,0.20228305824051335f,2.1213100635416184f,0.38585484306765f,0.1604015375252719f,-0.9085083306391684f,-0.08209847291526517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307477512962444f,-0.0038007826677710077f,-0.36564214405357737f,-0.054586042251208264f,-0.08345105535361473f,0.9757650771108962f,0.20228305824051335f,2.230313553926948f,0.3560120009456881f,0.21878772438571456f,-0.9085083306391684f,-0.06931511959724489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307477512962444f,-0.04590229721205628f,-0.3627693517479677f,-0.044258025378495616f,-0.08345105535361473f,0.9925729334732228f,0.08851493149028059f,2.0069846438954735f,0.3560120009456881f,0.11265855869403443f,-0.9276656209732204f,-0.09466329530340259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325715929405818f,0.0197907190448402f,-0.36044216107435906f,0.07343449776217022f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4931437357627129f,0.36096684489300646f,0.041090305821834774f,-0.9316729703364033f,-0.13172815232570612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,0.19996688279112215f,-0.9019923186567086f,-0.001553083284500589f,0f,0.9762960071199334f,0.21643961393810285f,1.1270327330927379f,0.9238922540691116f,0.08282120663499559f,-0.37358232105202704f,-0.16278610481382946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34221753960930074f,0.039972011175672895f,-0.9387701496672808f,0.2698539227395876f,-0.2435998972502197f,0.961160775604342f,0.12972684186143596f,0.754650420980679f,0.907494487941078f,0.2730791126436284f,-0.3191888979810066f,-0.21661376976488855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34221753960930074f,-0.8520139005749159f,-0.3961811060750808f,-0.0048136566313317615f,-0.2435998972502197f,0.48767227867607066f,-0.8383524549201078f,0.8319797669810413f,0.907494487941078f,-0.19038923771580846f,-0.3744405059799945f,-0.2994337135566831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31956519945723644f,-0.060195567543624956f,-0.945650346028572f,0.006468008794302538f,0.007184372919819964f,0.9977975382344418f,-0.06594283493326972f,0.45545539690571996f,0.947537053672101f,-0.027866939935852f,-0.3184289019184753f,-0.030487427716328598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31956519945723644f,-0.2918901691243556f,-0.9014866679349242f,-0.11400216832363022f,0.007184372919819964f,0.9505988548241594f,-0.31033885027940944f,0.8439261441286983f,0.947537053672101f,-0.10565011299355931f,-0.30168126481908436f,-0.07406249925133582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5097575025031215f,-0.23842401659225396f,-0.8266203947119845f,-0.017536333588628026f,0.0013172468402959242f,0.9606136444041814f,-0.2778843123410866f,1.022517808516622f,0.8603171237994407f,-0.14274247614684824f,-0.48936594895939034f,-0.16940596135037275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33360694656752393f,-0.4852217696413483f,-0.8082488722342963f,-0.03512767817756551f,-0.12038080896212597f,0.8722731782750656f,-0.47397042449454574f,1.0116583520630325f,0.9349945807519515f,-0.06082217299664794f,-0.34940778073255385f,-0.18034362225597106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46866844727453083f,-0.3455136321506603f,-0.8130007481714508f,-0.017536333588628026f,-0.12200782624498911f,0.936833268008979f,-0.32780713580791526f,1.022517808516622f,0.8749079819411029f,-0.05444040732465838f,-0.48121956026960544f,-0.16940596135037275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3617951245127418f,0.24234772029202187f,-0.9002065709314001f,-0.012037605552503997f,0.090089194268803f,0.9701894111886372f,0.22498098473747385f,1.032548442761126f,0.9278945117602581f,0.00029813873540172897f,-0.37284270967592614f,-0.16036366968295024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40786172389115755f,0.08936542562602857f,-0.9086598015138626f,-0.008344833798891315f,-0.13563478059265638f,0.9782261846803666f,0.15708831242099247f,1.0386479561072017f,0.9029130747077015f,0.18731618271887812f,-0.3868599581418484f,-0.16559907546634126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,0.20785818911179316f,-0.9002065709314001f,-0.007045720116942608f,0f,0.9743631543252016f,0.22498098473747385f,1.0447377258217343f,0.9238922540691116f,0.08608958538992688f,-0.37284270967592614f,-0.1650610155576542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731756036844974f,0.08461024641819659f,-0.9238945150912864f,-0.07567692317359305f,0.09546164682547349f,0.9940489369079964f,0.0524765187245745f,1.0555091374615282f,0.9228364117220775f,-0.06861353534933255f,-0.37903184558396463f,0.016224283510645726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39069523274785783f,-0.19127455896546722f,-0.9004283859367515f,0.04531114742087759f,-0.16443875609786435f,0.9769418625088624f,-0.1361781655431668f,1.0693863439941347f,0.9057136029678943f,0.0948611636565833f,-0.4131394789034748f,-0.353086731269145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,1.3877787807814457e-17f,-0.9238922540691117f,-0.020981223946551705f,0f,1f,0f,0.9093175090498876f,0.9238922540691116f,0f,-0.38265271836365733f,-0.16237667486001328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38265271836365733f,0.08052251562220154f,-0.9203765651116809f,1.9856773100460657e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.131904761904762f,0.9238922540691116f,0.033350381883395015f,-0.38119660924426935f,-0.16214285714285714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762888111825442f,0.056027094490427226f,0.20909596323873658f,0.2976042718212689f,0f,0.9659258262890683f,-0.2588190451025207f,1.103779761904762f,-0.21647207016096642f,0.2526821378545413f,0.9430225766382712f,0.007130646747025959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762888111825442f,0.056027094490427226f,0.20909596323873658f,0.38913134786963244f,0f,0.9659258262890683f,-0.2588190451025207f,1.103779761904762f,-0.21647207016096642f,0.2526821378545413f,0.9430225766382712f,-0.013163609830564638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762888111825442f,0.056027094490427226f,0.20909596323873658f,0.31200341535964016f,0f,0.9659258262890683f,-0.2588190451025207f,1.1426026186701401f,-0.21647207016096642f,0.2526821378545413f,0.9430225766382712f,-0.14446986803751002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07068211465636678f,0.7550372954308731f,0.6518609676734273f,-0.81043996331865f,0.13123556737075284f,-0.6548538818049177f,0.7442738873169658f,2.194018088661757f,0.9888282280176781f,0.03294049170039263f,-0.14537420500885143f,-0.4628737773200431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.15653012002794334f,0.7550372954308731f,0.6367236480864131f,-0.8063537594484184f,-0.13123556737075284f,-0.6548538818049177f,0.7442738873169658f,2.194018088661757f,0.9789154955260002f,0.03294049170039263f,0.20159210457163776f,-0.5565346839883586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04358617461580461f,0.7550372954308731f,0.6542315552545547f,-0.9065315946717174f,0f,-0.6548538818049177f,0.7557555117132994f,2.080654761904762f,0.9990496711286987f,0.03294049170039263f,0.028542575640186613f,-0.5139856170002288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005978948724432147f,0f,-0.000014435816469829869f,0.6324141286777245f,0f,0.000015625f,0f,1.298027261904762f,0.000014435816469829869f,0f,-0.000005978948724432147f,0.1075990790759011f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13.mcfunction new file mode 100644 index 000000000..23b08d750 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..14b9f858d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.09371704899716105f,0.14930127684582148f,-0.7974150035608282f,-0.28073888565522886f,-0.1929070089392902f,0.7755934627005903f,0.16788719713739012f,1.3265425974843974f,0.7880028204732549f,0.20762551334737178f,-0.0537368177126261f,-0.3201927049642476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.02884715592096492f,0.17025340979952652f,-0.7811412279779542f,-0.28073888565522886f,0.11616385096085396f,0.7742470942499287f,0.16446092780805563f,1.3265425974843974f,0.7909954496235843f,-0.10749517894853f,-0.05264014796338884f,-0.3201927049642476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.49088235822510873f,0.2523819252452827f,-0.6018989272604538f,-0.303712252291947f,0.1929070089392902f,0.7755934627005903f,0.16788719713739012f,1.3265425974843974f,0.6235108986456429f,-0.04126243897343973f,-0.5258098656781847f,-0.26472357211624437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5388720441353395f,0.04439309326712437f,-0.5896152756837099f,-0.303712252291947f,-0.11616385096085396f,0.7742470942499287f,0.16446092780805563f,1.3265425974843974f,0.5797610540380799f,0.19639422169635845f,-0.5150790520929156f,-0.26472357211624437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2673470031810943f,-1.5370867688096943f,-0.08541718234794078f,0.4164544329563872f,-1.5374368734393664f,-0.262143315091457f,-0.09473643724484497f,1.414710954807791f,0.07886501175472657f,0.10025665814814835f,-1.55728454767197f,0.7323014297773275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.013140338233337462f,0.1909774966501788f,-0.9815064580960965f,-0.09106591992791457f,-0.10886139543159377f,0.9760297749305763f,0.18845443755362917f,1.3566550332444964f,0.9939700841050497f,0.10437180760243414f,0.03361543814976717f,0.4925661075840118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09805381514771827f,0.1909774966501788f,-0.9766847214471045f,-0.06169498362695396f,-0.0868279706906173f,0.9760297749305763f,0.19956648504876226f,1.3926639379935353f,0.991386076582038f,0.10437180760243414f,-0.07912125464800246f,0.12604039565566755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1336176364586192f,0.8627568893842255f,-0.4876442115387688f,0.3921097368938217f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.137114966428792f,-0.7382931211183146f,-0.4149053032619826f,-0.5317676716710596f,-0.42665803286449355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.666493474619114f,0.5480827545260256f,-0.5053629809169888f,0.1641966798630256f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.380460237904536f,-0.07011676977469555f,-0.7209545312995038f,-0.6894259948646231f,-0.4264449360001762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,-0.5235188644320653f,-0.7612560489758653f,0.20290622560631602f,0f,0.8239634278022414f,-0.5666429825246055f,1.0877559750324213f,0.9238954342990253f,-0.21682312659894268f,-0.31528551862284193f,0.0817289311298099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,-0.21729187266912775f,-0.8979794071082743f,0.15655162818642787f,0f,0.9719491771161162f,-0.2351909800636592f,1.2685265021162953f,0.9238954342990253f,-0.08999466192640587f,-0.3719115315584708f,0.06253048494636837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,-0.2778207152292359f,-0.8811347364098752f,0.24427175493516368f,0f,0.9537169507482269f,-0.3007057995042731f,1.0841182531941946f,0.9238954342990253f,-0.1150635826185672f,-0.36493506057433794f,-0.23938066024815785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,0.19996757111885693f,-0.9019954235024751f,0.2761282031230589f,0f,0.9762960071199334f,0.21643961393810285f,1.2685265021162953f,0.9238954342990253f,0.08281954468904015f,-0.3735748244982732f,-0.22618683827207703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325685928798335f,0.019791060549455397f,-0.3604499042813788f,0.36534268782101914f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0016546996771836f,0.36097459556854306f,0.041090141337935315f,-0.9316699746363812f,-0.20574019294239182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325685928798335f,0.019791060549455397f,-0.3604499042813788f,0.3640479489589517f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.880910928242024f,0.36097459556854306f,0.041090141337935315f,-0.9316699746363812f,-0.3117570680656148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325685928798335f,0.019791060549455397f,-0.3604499042813788f,-0.18254136049588304f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0037860318058662f,0.36097459556854306f,0.041090141337935315f,-0.9316699746363812f,0.00633238195412722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325685928798335f,0.019791060549455397f,-0.3604499042813788f,-0.253778743823938f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8833143453233048f,0.36097459556854306f,0.041090141337935315f,-0.9316699746363812f,-0.07261139850145505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9151252711687873f,0.20641684530068835f,-0.34632040662422026f,0.2717540279523552f,0.1590199670645852f,0.9741541454711643f,0.16042553081141414f,2.104766657265062f,0.3704839917500241f,0.09173759773101477f,-0.9242974764757884f,-0.1746034031576931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9361492692872804f,0.06071837916583467f,-0.34632040662422026f,0.16453554551386373f,0.0046708847780087825f,0.9870368949027521f,0.16042553081141414f,2.11525142176755f,0.3515717970035168f,0.1485646207285146f,-0.9242974764757884f,-0.13261045896567114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8865386654807155f,0.33030496097170114f,-0.32395652079431164f,0.13712183705678826f,0.23851930784286776f,0.9262900920210647f,0.291710824635917f,2.1107279466734132f,0.39643124800377655f,0.18134304006796204f,-0.8999760926963993f,-0.1412436181703752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9452182210196531f,0.040183171692725145f,-0.32395652079431164f,0.16554642292225216f,-0.05939403816947378f,0.9546607476062668f,0.291710824635917f,2.1200800806039632f,0.32099044048439446f,0.2949714726758448f,-0.8999760926963993f,-0.1484440441523514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272949832518181f,0.18755315692052535f,-0.32395652079431164f,0.22085225893687233f,0.09067904434584138f,0.952198564222168f,0.291710824635917f,2.2289504956251336f,0.3631822200391087f,0.24112591652990484f,-0.8999760926963993f,-0.16778678871179986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272949832518181f,0.1420781122891392f,-0.34632040662422026f,0.18888468367181604f,0.09067904434584138f,0.9828738270909451f,0.16042553081141414f,2.0078038845296713f,0.3631822200391087f,0.11735778639678685f,-0.9242974764757884f,-0.19419229065107685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9256495878597827f,-0.10536714421575083f,-0.3634151970058924f,-0.09405210930195713f,-0.15238745594338532f,0.9829222827054624f,0.10315934001429786f,2.1088097065445157f,0.34633928995439905f,0.1508693178910142f,-0.9258982369315661f,-0.039500669139047886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9307363582440098f,0.04073359826785181f,-0.3634151970058924f,0.01356525732111065f,0.00325160798291467f,0.9946595284886883f,0.10315934001429786f,2.1184587348197774f,0.36567643961322405f,0.0948324646880663f,-0.9258982369315661f,-0.08066545116761473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9217872788194045f,-0.12980671881771122f,-0.3653196249265803f,0.027348457854527462f,-0.23313116749980697f,0.9384752942871066f,0.2547822222073302f,2.112735388453913f,0.30977099823400955f,0.32002240196978116f,-0.8953365796674437f,-0.10741671296477828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9167842802578953f,0.16139440856335702f,-0.3653196249265803f,0.0013711445320332763f,0.06828389873355759f,0.9645845366896775f,0.2547822222073302f,2.122430713216792f,0.3935020872190623f,0.20863488793498655f,-0.8953365796674437f,-0.09405836369223498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307447924157214f,0.015990717135838835f,-0.3653196249265803f,-0.05337905994282648f,-0.0834510553536147f,0.9633908555760026f,0.2547822222073302f,2.2317213719957056f,0.35601973646328067f,0.26762353476108763f,-0.8953365796674437f,-0.07552160170740849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307447924157214f,-0.04054042397637406f,-0.3634151970058924f,-0.04425746454814233f,-0.0834510553536147f,0.991157944995742f,0.10315934001429786f,2.008710834371664f,0.35601973646328067f,0.12634240022903406f,-0.9258982369315661f,-0.1039486417589411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325685928798335f,0.019791060549455397f,-0.3604499042813788f,0.07343475053903405f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4948699262389034f,0.36097459556854306f,0.041090141337935315f,-0.9316699746363812f,-0.14101447693331393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,0.19996757111885693f,-0.9019954235024751f,-0.0015530886305373125f,0f,0.9762960071199334f,0.21643961393810285f,1.1287589235689284f,0.9238954342990253f,0.08281954468904015f,-0.3735748244982732f,-0.17207180619170398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3422119476289611f,0.03313295567266883f,-0.9390384391218423f,0.2702103020488317f,-0.24359603872313462f,0.9620815759135494f,0.12271923731061063f,0.7584015612866297f,0.9074976324037383f,0.27074203319044093f,-0.32116475311826465f,-0.2252227265617644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3422119476289611f,-0.8548789609447989f,-0.38996531260348566f,-0.004814797668059433f,-0.24359603872313462f,0.4815504712824805f,-0.8418848576414816f,0.8337059574572317f,0.9074976324037383f,-0.19310905142318413f,-0.3730374531331241f,-0.3087193878309141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31955733604355097f,-0.058661110071525135f,-0.9457494293659001f,0.007971312885511853f,0.0071864472932029145f,0.9979031768078277f,-0.06432421544136677f,0.45861584425221985f,0.9475396899106924f,-0.027351853356249373f,-0.31846571583441624f,-0.03927660118205473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31955733604355097f,-0.2955354955973862f,-0.9003009940140889f,-0.11400143627576362f,0.0071864472932029145f,0.9493354137489087f,-0.31418247433217894f,0.8456523346048888f,0.9475396899106924f,-0.10686928017066286f,-0.3012432455670223f,-0.08334726605761997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5088452345233168f,-0.2317955448443368f,-0.8290641426893506f,-0.017536393952347292f,0.0017272453675951924f,0.9627903821261816f,-0.27024377274742395f,1.0242439989928125f,0.8608562852917733f,-0.13894425312202835f,-0.48951093000872903f,-0.17869152988976006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3354351871234307f,-0.47677135679623905f,-0.8125098821418373f,-0.036825359885744646f,-0.11664446358530631f,0.8768617711756408f,-0.46637699703739055f,1.0180122514473156f,0.9348140480086748f,-0.06166447591110572f,-0.34974303146201996f,-0.18989104955577385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46861455330135465f,-0.3389338410571436f,-0.8157966976032832f,-0.017536393952347292f,-0.12193857565086409f,0.9394483782470181f,-0.32026196835916376f,1.0242439989928125f,0.8749465036231703f,-0.05060233191561907f,-0.4815682919402929f,-0.17869152988976006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36307527275858426f,0.24039010404126554f,-0.9002160541727244f,-0.01203516651912711f,0.084921946707441f,0.9706622925183621f,0.224951054343865f,1.0342842904881093f,0.9278817862630446f,0.005226065635590985f,-0.3728378722169655f,-0.1696482798855459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40784568439761276f,0.08938724257040843f,-0.9086648549294191f,-0.008344689695087934f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0403741033930172f,0.9029246272193662f,0.1872913977575249f,-0.38684499465134803f,-0.17488464881777835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,0.20783125204904881f,-0.9002160541727244f,-0.007045744369781378f,0f,0.9743700647852354f,0.224951054343865f,1.0464639162979248f,0.9238954342990253f,0.08607640514183468f,-0.3728378722169655f,-0.17434667128564188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731656502675033f,0.0846350263129218f,-0.9238962657038087f,-0.07567544074532143f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0572353279377187f,0.9228384312955301f,-0.06862485787021114f,-0.3790248786112843f,0.006939198176617367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39068738742008136f,-0.19119340871085133f,-0.9004490245296493f,0.045318764264602254f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0711116629128978f,0.9057204739457231f,0.0948789588905096f,-0.4131203290028075f,-0.36236901024376583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,0f,-0.9238954342990254f,-0.020981225889107558f,0f,1f,0f,0.9110436995260781f,0.9238954342990253f,6.938893903907228e-18f,-0.3826450397972193f,-0.1716622147688438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3826450397972193f,0.08052279279750178f,-0.9203797332398597f,2.099394512824034e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1336309523809525f,0.9238954342990253f,0.033349712652233875f,-0.38118895989709484f,-0.17142857142857143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762870120296054f,0.056029194552904796f,0.20910380077860202f,0.2976056786585997f,0f,0.9659258262890683f,-0.2588190451025207f,1.1055059523809525f,-0.21648018417930198f,0.2526816721994957f,0.9430208387899822f,-0.0021575409609208285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762870120296054f,0.056029194552904796f,0.20910380077860202f,0.38913258603637524f,0f,0.9659258262890683f,-0.2588190451025207f,1.1055059523809525f,-0.21648018417930198f,0.2526816721994957f,0.9430208387899822f,-0.022452558227730374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762870120296054f,0.056029194552904796f,0.20910380077860202f,0.31200356223069714f,0f,0.9659258262890683f,-0.2588190451025207f,1.1443288091463306f,-0.21648018417930198f,0.2526816721994957f,0.9430208387899822f,-0.15375817541282297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.12353954884075322f,0.2814757841862488f,0.951582557001209f,-0.764790486966901f,0.048924233371740226f,-0.9594897805913658f,0.2774631152598844f,2.1246424670386936f,0.9911328867821968f,0.012277779012048419f,-0.13230592156559232f,-0.4701614483504122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2093712001108837f,0.2814757841862488f,0.936448121083525f,-0.7607050615211922f,-0.048924233371740226f,-0.9594897805913658f,0.2774631152598844f,2.1246424670386936f,0.976611550184164f,0.012277779012048419f,0.21466051381056442f,-0.5638223889763079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0435778714208937f,0.2814757841862488f,0.9585782972919636f,-0.9065345188378412f,0f,-0.9594897805913658f,0.2817434310516084f,2.0823809523809524f,0.9990500333428873f,0.012277779012048419f,0.04181252228827204f,-0.5232637970066009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005978828746831552f,0f,-0.000014435866160922273f,0.6324163705058434f,0f,0.000015625f,0f,1.2997534523809524f,0.000014435866160922273f,0f,-0.000005978828746831552f,0.09830810872907003f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14.mcfunction new file mode 100644 index 000000000..4f3104b02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..51a1032e9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1487302059985267f,0.13960154376722023f,-0.79078137259668f,-0.28758115964866976f,-0.18115458908864393f,0.7776657314088731f,0.17135772375026295f,1.3297300597814532f,0.782308625237f,0.20662009489533137f,-0.1106607234283414f,-0.33018418741720823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.08227160351600435f,0.1820978887066741f,-0.7746429772375641f,-0.28758115964866976f,0.12757692171307586f,0.7717168773797949f,0.16786062734719637f,1.3297300597814532f,0.7854651566435785f,-0.10627050435445555f,-0.10840234131755894f,-0.33018418741720823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.447941935753783f,0.24481094099525824f,-0.637463779211505f,-0.3090515075449215f,0.18115458908864393f,0.7776657314088731f,0.17135772375026295f,1.3297300597814532f,0.6583885490268819f,-0.047413687957836084f,-0.4808543492045784f,-0.27834287058657764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4971717329407336f,0.05363839371019806f,-0.6244543143296376f,-0.3090515075449215f,-0.12757692171307586f,0.7717168773797949f,0.16786062734719637f,1.3297300597814532f,0.6136321349236233f,0.20390189770418615f,-0.4710409951391789f,-0.27834287058657764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6245436064255874f,-1.4296125862695277f,-0.08694473447353104f,0.3846960418665706f,-1.426630839026527f,0.6293410681491504f,-0.1003021389570178f,1.1512937777637293f,0.12679109910158334f,0.03929278713247748f,-1.5568514200359564f,0.7414928596501685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.013859113776642715f,0.19254721060624042f,-0.9811898372145332f,-0.09079209067043041f,-0.10524487848276437f,0.9761142135092791f,0.19006461464015256f,1.3597666769882975f,0.994349757639873f,0.10063107806695529f,0.03379268572647229f,0.4834360113293021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09730381749600253f,0.19254721060624042f,-0.9764515035517436f,-0.06169251133296695f,-0.08305242401375315f,0.9761142135092791f,0.20075691034333362f,1.3943901284697258f,0.9917833745158993f,0.10063107806695529f,-0.07898812670862598f,0.11675519411234447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13362377247581783f,0.862753441038416f,-0.48764863109179674f,0.39210761564482693f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1388411569049826f,-0.73829201058439f,-0.4149124736992549f,-0.5317636187969464f,-0.43594700600136344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664940573429968f,0.5480767625878925f,-0.5053687107821824f,0.16419456039296987f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3821864283807266f,-0.07011123048390483f,-0.7209590864406231f,-0.6894217947227482f,-0.43573201493074226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,-0.5509951643116706f,-0.7416151149455671f,0.20998749647790182f,0f,0.8027018369054648f,-0.5963805505116615f,1.0917859049491483f,0.9238986144651218f,-0.22819748012137983f,-0.3071437127073917f,0.07537340381557449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,-0.2553842392754226f,-0.8879006364116907f,0.15655357263618705f,0f,0.9610368740792283f,-0.2764201994428509f,1.2702526925924857f,0.9238986144651218f,-0.10576869569839265f,-0.36772861351775327f,0.05324346953763992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,-0.2778216715236246f,-0.8811377693881877f,0.2442711901706875f,0f,0.9537169507482269f,-0.3007057995042731f,1.0858444436703851f,0.9238986144651218f,-0.11506127362115942f,-0.36492773737016077f,-0.24866840469647442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,0.1999682594327791f,-0.9019985282859371f,0.27612774801254647f,0f,0.9762960071199334f,0.21643961393810285f,1.2702526925924857f,0.9238986144651218f,0.08281788273736398f,-0.3735673279187148f,-0.23547484748271064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325655927546687f,0.019791402052703494f,-0.360457647463501f,0.3653424026413693f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.003380890153374f,0.3609823462191457f,0.041089976851197585f,-0.9316669788720049f,-0.21502894362349273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325655927546687f,0.019791402052703494f,-0.360457647463501f,0.3640467826633782f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8826371187182145f,0.3609823462191457f,0.041089976851197585f,-0.9316669788720049f,-0.3210458079823608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325655927546687f,0.019791402052703494f,-0.360457647463501f,-0.18253988310199853f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0055122222820567f,0.3609823462191457f,0.041089976851197585f,-0.9316669788720049f,-0.0029518152197446357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325655927546687f,0.019791402052703494f,-0.360457647463501f,-0.2537779225365898f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8850405357994953f,0.3609823462191457f,0.041089976851197585f,-0.9316669788720049f,-0.08189500361217683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9144017192405773f,0.21672084836659355f,-0.3419087154974847f,0.27274556490988944f,0.15865328860702918f,0.9689103992261296f,0.1898467073341982f,2.10499850071597f,0.37242264950463305f,0.11935121346147254f,-0.9203568101455125f,-0.1809866294572414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.93704652669136f,0.07100871131430415f,-0.3419087154974847f,0.16552743148230997f,0.005129023379382022f,0.9818003467271424f,0.1898467073341982f,2.115483265218458f,0.3491668654595278f,0.17614153991590056f,-0.9203568101455125f,-0.13899279416403287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8833042403965905f,0.3507070217998295f,-0.3110919538620311f,0.1365264167442632f,0.23523921521005303f,0.9055804021923564f,0.3529683368129336f,2.111912571276503f,0.40550725089048734f,0.23859740154793005f,-0.8824030538534049f,-0.15191611740512306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9484466834830907f,0.06058617690719392f,-0.3110919538620311f,0.16520912837970347f,-0.056113945536659035f,0.9339510577775585f,0.3529683368129336f,2.1210026072230845f,0.31192966147231793f,0.3522282453806764f,-0.8824030538534049f,-0.15839214432971357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.927291964779066f,0.20821001008232826f,-0.3110919538620311f,0.22317617921825567f,0.0906790443458414f,0.9312307255047142f,0.3529683368129336f,2.229493962140065f,0.36318992686018203f,0.2990951814681748f,-0.8824030538534049f,-0.17084571637184093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.927291964779066f,0.15240748775253593f,-0.3419087154974847f,0.18888449447393513f,0.0906790443458414f,0.9776172761520165f,0.1898467073341982f,2.009530075005862f,0.36318992686018203f,0.14503937067593892f,-0.9203568101455125f,-0.20347957477392714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9260274562739252f,-0.09992095592526401f,-0.3639903196430157f,-0.09343628677975718f,-0.15227168420510867f,0.981266669714408f,0.11802142643153538f,2.1098899319638442f,0.34537875501568277f,0.16471650031061286f,-0.9238950103281437f,-0.04732997029328252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9302576029192069f,0.046171846586273387f,-0.3639903196430157f,0.014180737715316541f,0.0031069594464117056f,0.993006188150942f,0.11802142643153538f,2.119538960239106f,0.3668939070276441f,0.1086594260832884f,-0.9238950103281437f,-0.08849564673822757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9249239060282575f,-0.10998391911053877f,-0.36389463529230226f,0.026086638170440775f,-0.2307111389219098f,0.9231958351878513f,0.30737895222210737f,2.114329904992053f,0.3021392699315773f,0.3682566868760048f,-0.8792604131520545f,-0.12003361058506296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9136418080184565f,0.18121628250863142f,-0.36389463529230226f,0.00036027587762163527f,0.06586387015566035f,0.9493050775904222f,0.30737895222210737f,2.123831855761446f,0.40114909603398613f,0.25686675264579145f,-0.8792604131520545f,-0.10606461492486471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307418334709078f,0.03606014188401331f,-0.36389463529230226f,-0.052150161015445944f,-0.08345105535361474f,0.9479209360971025f,0.30737895222210737f,2.233074139910317f,0.3560274719562816f,0.31645784091423224f,-0.8792604131520545f,-0.08168384581298987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307418334709078f,-0.03508114355872853f,-0.3639903196430157f,-0.04425690371473204f,-0.08345105535361474f,0.9894982891665015f,0.11802142643153538f,2.0104370248478545f,0.3560274719562816f,0.1402228551384484f,-0.9238950103281437f,-0.11323398821914071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325655927546687f,0.019791402052703494f,-0.360457647463501f,0.0734350033108254f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4965961167150938f,0.3609823462191457f,0.041089976851197585f,-0.9316669788720049f,-0.15030080154302256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,0.1999682594327791f,-0.9019985282859371f,-0.001553093976466758f,0f,0.9762960071199334f,0.21643961393810285f,1.1304851140451189f,0.9238986144651218f,0.08281788273736398f,-0.3735673279187148f,-0.18135750756953406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34220635561285356f,0.02629211246502061f,-0.9392569057506557f,0.27055209048672757f,-0.24359218019074888f,0.9629512859972369f,0.1157051016428638f,0.762156704740405f,0.9075007768195501f,0.26839065859003813f,-0.32312349721665035f,-0.23383613716352813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34220635561285356f,-0.8576986751506704f,-0.3837288011381921f,-0.004815938704454554f,-0.24359218019074888f,0.4754030785407799f,-0.8453725584994269f,0.8354321479334222f,0.9075007768195501f,-0.1958185271079682f,-0.37161464518124016f,-0.318005062095662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31954947260647115f,-0.057126489570622f,-0.9458460227469712f,0.009465630646006473f,0.007188521666584649f,0.9980061896665744f,-0.06270542674644977f,0.46178271958171124f,0.9475423260800413f,-0.026836720674161277f,-0.3185016965579333f,-0.04806888795153845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31954947260647115f,-0.2991760058986383f,-0.8991005794967903f,-0.11400070422002243f,0.007188521666584649f,0.9480564315412889f,-0.31802095492191446f,0.8473785250810792f,0.9475423260800413f,-0.1080866324192556f,-0.30080029949966725f,-0.09263203286998822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5086848996930073f,-0.2306093097399592f,-0.8294932302831498f,-0.017536454314855246f,0.0017872351214050367f,0.9631747004565325f,-0.26887041895881664f,1.025970189469003f,0.8609509153342808f,-0.13825282153261226f,-0.4895402728308834f,-0.1879770984286457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33574995787904416f,-0.47525487953319834f,-0.8132679541603157f,-0.03712520087764788f,-0.11596585796197742f,0.877673817006638f,-0.46501676392162566f,1.0205769960643871f,0.9347854756955538f,-0.06181804284255209f,-0.3497922869472021f,-0.19922009873636773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46860728152456677f,-0.33776070283886306f,-0.8162872798959646f,-0.017536454314855246f,-0.12193857565086412f,0.9399079776024389f,-0.3189106103715141f,1.025970189469003f,0.8749503982914655f,-0.04990692594310332f,-0.481633781282538f,-0.1879770984286457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36329786530558716f,0.24004195037529263f,-0.9002191528313698f,-0.012035151722545222f,0.08399129700313969f,0.9707432642966493f,0.224951054343865f,1.0360104809642998f,0.9278793688255678f,0.006113663607992939f,-0.3728303904259342f,-0.17893389414594943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4078381800941735f,0.08938879916329817f,-0.9086680700022512f,-0.008344718418575751f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0421002938692077f,0.9029280168310545f,0.1872906548454887f,-0.3868374426410753f,-0.18417029374989222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,0.2078319674307652f,-0.9002191528313698f,-0.007045768622133469f,0f,0.9743700647852354f,0.224951054343865f,1.0481901067741153f,0.9238986144651218f,0.08607467783427289f,-0.3728303904259342f,-0.18363232701342802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731579804598105f,0.08463445596251372f,-0.9238994157824136f,-0.07567395831182255f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0589615184139092f,0.9228415326775876f,-0.06862556127730371f,-0.37901720001163036f,-0.002345887169731581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39067985988069626f,-0.19119262015652255f,-0.9004524579794779f,0.045317177339545406f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0728378533890883f,0.9057237209531357f,0.09488054791318039f,-0.41311284527414693f,-0.37165510117129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,1.3877787807814457e-17f,-0.9238986144651218f,-0.020981227830214146f,0f,1f,0f,0.9127698900022686f,0.9238986144651218f,6.938893903907228e-18f,-0.3826373612043502f,-0.18094775467765817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3826373612043502f,0.08052306996723999f,-0.920382901304464f,2.2131117156020026e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.135357142857143f,0.9238986144651218f,0.03334904341876911f,-0.38118131052358983f,-0.18071428571428572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762852128092305f,0.05603129461151224f,0.20911163830402385f,0.2976070854753736f,0f,0.9659258262890683f,-0.2588190451025207f,1.107232142857143f,-0.21648829818268456f,0.2526812065269963f,0.9430191008765549f,-0.011445728680559902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762852128092305f,0.05603129461151224f,0.20911163830402385f,0.389133824176239f,0f,0.9659258262890683f,-0.2588190451025207f,1.107232142857143f,-0.21648829818268456f,0.2526812065269963f,0.9430191008765549f,-0.03174150663518657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762852128092305f,0.05603129461151224f,0.20911163830402385f,0.3120037090802027f,0f,0.9659258262890683f,-0.2588190451025207f,1.146054999622521f,-0.21648829818268456f,0.2526812065269963f,0.9430191008765549f,-0.1630464827893565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.12354900486403106f,-0.2814519856257982f,0.9515883685630061f,-0.7647919170641554f,-0.04892007913252728f,-0.9594968050795771f,-0.2774395553985617f,2.0418492166959257f,0.991131913145155f,-0.012274397312283282f,-0.13231352884661987f,-0.47944076047387113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.20936430202678633f,-0.2814519856257982f,0.9364568163156978f,-0.7607072700432517f,0.04892007913252728f,-0.9594968050795771f,-0.2774395553985617f,2.0418492166959257f,0.9766132371079679f,-0.012274397312283282f,0.21465303230123803f,-0.5731017350508775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04356956822297248f,-0.2814519856257982f,0.9585856625842887f,-0.9065374429413469f,0f,-0.9594968050795771f,-0.28171950774144894f,2.084107142857143f,0.9990503954880674f,-0.012274397312283282f,0.04180486150863876f,-0.5325419769886701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005978708768817973f,0f,-0.00001443591585101753f,0.6324186122902788f,0f,0.000015625f,0f,1.301479642857143f,0.00001443591585101753f,0f,-0.000005978708768817973f,0.08901713836360708f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15.mcfunction new file mode 100644 index 000000000..83183d6bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..9699534ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1975563389206615f,0.13099274995262605f,-0.7815093325460407f,-0.29365415171759357f,-0.17043615961205505f,0.7795556797164165f,0.17374953859798925f,1.332788957832519f,0.7738652679203294f,0.2051299249894292f,-0.16124114060894118f,-0.3405174950372284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.12968767629046452f,0.19261034297362267f,-0.7655601624940808f,-0.29365415171759357f,0.13798585838515043f,0.7694092716758075f,0.17020362964700989f,1.332788957832519f,0.7772650831628118f,-0.1044539536776218f,-0.15795050508630973f,-0.3405174950372284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4074320246904045f,0.2376685214719203f,-0.6666762809658625f,-0.3140885579607682f,0.17043615961205505f,0.7795556797164165f,0.17374953859798925f,1.332788957832519f,0.6869462171071445f,-0.05245055354971423f,-0.4385182763340166f,-0.2911763553968352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45783175255161657f,0.062360421400304775f,-0.6530706425788041f,-0.3140885579607682f,-0.13798585838515043f,0.7694092716758075f,0.17020362964700989f,1.332788957832519f,0.6413657219100728f,0.2100489240678936f,-0.4295689237557714f,-0.2911763553968352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.309268201994943f,-0.8481711255657526f,-0.08848031985393186f,0.21075078775054745f,-0.8425365077983696f,1.311614011002776f,-0.10586391815976663f,0.9506392240769326f,0.13173935733810813f,-0.04099607173540014f,-1.556396579869799f,0.756473006501731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.014583702498830328f,0.19411369505901507f,-0.9808706280707775f,-0.09051602601969254f,-0.10162807842068128f,0.9761825954050657f,0.19167491777681764f,1.3628784693483276f,0.9947155620065191f,0.09688866713277502f,0.03396375837990934f,0.4743006053024672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09654775103375901f,0.19411369505901507f,-0.9762163721024449f,-0.0616900390347186f,-0.07927658177424704f,0.9761825954050657f,0.201947428828448f,1.396116318945916f,0.9921661934134394f,0.09688866713277502f,-0.0788595639648097f,0.10746999254847386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1336299084837867f,0.8627499926330126f,-0.48765305061114056f,0.39210549436874764f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1405673473811728f,-0.7382908999994684f,-0.4149196441078674f,-0.5317595658861021f,-0.44523597912060325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664946400208422f,0.5480707706119013f,-0.5053744406124678f,0.1641924409115725f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3839126188569169f,-0.0701056911882712f,-0.7209636415319427f,-0.689417594533252f,-0.4450190938436931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,-0.5731798171507425f,-0.7246098420639239f,0.21577527457241075f,0f,0.78429314276114f,-0.6203904143503942f,1.0956643112492364f,0.9239017945674006f,-0.23737978732169945f,-0.300093836268327f,0.06848204454583061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,-0.28656077702215105f,-0.878337888900009f,0.15655551707513238f,0f,0.9506831722426449f,-0.310163676168989f,1.271978883068676f,0.9239017945674006f,-0.11867782896195271f,-0.3637596004341524f,0.04395645411275104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,-0.2778226277988229f,-0.8811408023056362f,0.24427062538933844f,0f,0.9537169507482269f,-0.3007057995042731f,1.0875706341465754f,0.9239017945674006f,-0.11505896461580391f,-0.3649204141407766f,-0.2579561491400971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,0.19996894773288862f,-0.9020016330070942f,0.27612729288296073f,0f,0.9762960071199334f,0.21643961393810285f,1.271978883068676f,0.9239017945674006f,0.08281622077996724f,-0.3735598313133526f,-0.2447628566895617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325625925650878f,0.01979174355458449f,-0.3604653906207249f,0.36534211743648365f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.005107080629564f,0.36099009684481365f,0.0410898123616216f,-0.9316639830432745f,-0.2243176943022234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325625925650878f,0.01979174355458449f,-0.3604653906207249f,0.3640456163426585f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8843633091944048f,0.36099009684481365f,0.0410898123616216f,-0.9316639830432745f,-0.3303345478894136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325625925650878f,0.01979174355458449f,-0.3604653906207249f,-0.18253840569550545f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.007238412758247f,0.36099009684481365f,0.0410898123616216f,-0.9316639830432745f,-0.012236012405895336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325625925650878f,0.01979174355458449f,-0.3604653906207249f,-0.2537771012317122f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8867667262756855f,0.36099009684481365f,0.0410898123616216f,-0.9316639830432745f,-0.09117860872972454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9137076275053502f,0.22660355012657865f,-0.3373265517396691f,0.27368558222865796f,0.15823810545487216f,0.9629730035317229f,0.21827436049876578f,2.1051853386015975f,0.3742981076903772f,0.1460610336096647f,-0.9157330948700495f,-0.1874902950633041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.937906975540148f,0.0808783204855096f,-0.3373265517396691f,0.16646779781939636f,0.005647765139971686f,0.9758711012719757f,0.21827436049876578f,2.1156701031040854f,0.3468408972166578f,0.20281590415365525f,-0.9157330948700495f,-0.14549556867180968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8802926046112273f,0.36970244594600077f,-0.29732983659284223f,0.13598149449722804f,0.23146156556020953f,0.8817292609937452f,0.41107061920774757f,2.1134269814128284f,0.4141382304680391f,0.2930419965959975f,-0.8617516546522163f,-0.16254195713198866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9514523565212404f,0.07958254545974539f,-0.29732983659284223f,0.16490452976865588f,-0.052336295886815556f,0.9100999165789473f,0.41107061920774757f,2.1222151617509875f,0.30331390571984396f,0.40667525164575835f,-0.8617516546522163f,-0.16832914488008643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272889462422622f,0.22744269266914027f,-0.29732983659284223f,0.22540507521942635f,0.09067904434584137f,0.907082276830875f,0.41107061920774757f,2.2298809764191048f,0.3631976336561682f,0.3542196558785623f,-0.8617516546522163f,-0.1741084946064711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272889462422622f,0.16231453313964095f,-0.3373265517396691f,0.1888843052630072f,0.09067904434584137f,0.9716653819424564f,0.21827436049876578f,2.0112562654820523f,0.3631976336561682f,0.171814952394373f,-0.9157330948700495f,-0.21276685889520497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9263951217766287f,-0.09462067514447717f,-0.3644708577975316f,-0.09283941761938663f,-0.15214428762002163f,0.979444813668834f,0.1324385620649026f,2.110965834860453f,0.34444766524547854f,0.17814259684990075f,-0.9217488926462091f,-0.05520990553256423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9297915952609609f,0.05146438767156622f,-0.3644708577975316f,0.014777264740259477f,0.0029477864922641123f,0.9911868329598497f,0.1324385620649026f,2.1206148631357147f,0.36807458474726795f,0.12206587962495413f,-0.9217488926462091f,-0.09637647639104402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.927955803993389f,-0.09082235341357252f,-0.36145445903378143f,0.024841776980734906f,-0.22792930229698777f,0.9056320099836713f,0.3576015878702775f,2.116242993452246f,0.29486651045751494f,0.4142245316411809f,-0.8610875555930725f,-0.1325313399433224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9106040648957422f,0.20037692242358535f,-0.36145445903378143f,-0.0006420027354197763f,0.06308203353073834f,0.9317412523862422f,0.3576015878702775f,2.1255226597154557f,0.4084371359719607f,0.30283217722324285f,-0.8610875555930725f,-0.11798038154114338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307388744618041f,0.05546009024668655f,-0.36145445903378143f,-0.05095417144123773f,-0.08345105535361472f,0.9301381756024338f,0.3576015878702775f,2.2343894117992273f,0.3560352074246901f,0.3629974554687751f,-0.8610875555930725f,-0.08794106560189618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307388744618041f,-0.029768126946546562f,-0.3644708577975316f,-0.04425634287826477f,-0.08345105535361472f,0.9876719843341456f,0.1324385620649026f,2.012163215324045f,0.3560352074246901f,0.15368119592046853f,-0.9217488926462091f,-0.12251933468400156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325625925650878f,0.01979174355458449f,-0.3604653906207249f,0.07343525607754431f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4983223071912841f,0.36099009684481365f,0.0410898123616216f,-0.9316639830432745f,-0.159587126154832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,0.19996894773288862f,-0.9020016330070942f,-0.0015530993222889243f,0f,0.9762960071199334f,0.21643961393810285f,1.1322113045213091f,0.9239017945674006f,0.08281622077996724f,-0.3735598313133526f,-0.1906432089473197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34220076356097895f,0.019449844510383618f,-0.9394255377446394f,0.2708792697942119f,-0.2435883216530625f,0.9637698595663364f,0.1086848073362986f,0.7659157436008852f,0.9075039211885132f,0.26602511411520163f,-0.32506502685996036f,-0.24245403710971314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34220076356097895f,-0.8604728933844809f,-0.37747190248920937f,-0.004817079740517012f,-0.2435883216530625f,0.4692304268618051f,-0.8488153721872221f,0.8371583384096125f,0.9075039211885132f,-0.198517521286229f,-0.370172158285634f,-0.32729073635092654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31954160914599783f,-0.055591710081471596f,-0.9459401259036451f,0.010950937198093369f,0.007190596039965158f,0.9981065765397116f,-0.06108647310794066f,0.46495596941998674f,0.9475449621801472f,-0.026321543237332004f,-0.31853684403633575f,-0.05686429580102208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31954160914599783f,-0.30281164042139563f,-0.8978854439457685f,-0.11399997215640675f,0.007190596039965158f,0.9467619291394481f,-0.3218542292105866f,0.8491047155572695f,0.9475449621801472f,-0.10930214982997448f,-0.30035243413291896f,-0.1019167996884407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.508563990989686f,-0.2297287571789617f,-0.8298116444071223f,-0.01753651467615188f,0.001831596807947408f,0.963458683421549f,-0.26785072445813607f,1.0276963799451933f,0.8610222484476087f,-0.13773911377900203f,-0.48955962273618875f,-0.19726266696702968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3359800495788907f,-0.47412854830727036f,-0.813830157935307f,-0.03734646069966395f,-0.11546152987749234f,0.8782748392872135f,-0.46400640275040195f,1.022926096578131f,0.9347652333090458f,-0.06193081910535108f,-0.3498264315937623f,-0.20853711014465193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46860000971541016f,-0.3368896201575533f,-0.8166513422047484f,-0.01753651467615188f,-0.12193857565086409f,0.9402478456839927f,-0.31790717584673844f,1.0276963799451933f,0.8749542928993239f,-0.04939000421856683f,-0.48167999005598516f,-0.19726266696702968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36346087469083344f,0.2397834243711967f,-0.9002222514278333f,-0.012035136925132018f,0.08330049814776168f,0.9708027864390988f,0.224951054343865f,1.03773667144049f,0.9278778042271025f,0.006771944986808318f,-0.37282290860914996f,-0.1882195084064759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40783067576256316f,0.0893903557500134f,-0.9086712850123181f,-0.008344747141487165f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.043826484345398f,0.9029314063803736f,0.18728991192051556f,-0.3868298906040822f,-0.19345593868176736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,0.20783268279812575f,-0.9002222514278333f,-0.007045792873998879f,0f,0.9743700647852354f,0.224951054343865f,1.0499162972503056f,0.9239017945674006f,0.08607295052076558f,-0.37282290860914996f,-0.19291798274101257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731503106263421f,0.08463388560625959f,-0.9239025657972009f,-0.07567247587309658f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0606877088900994f,0.9228446339959006f,-0.06862626467965605f,-0.3790095213857962f,-0.011630972528401146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3906723323143253f,-0.19119183158898734f,-0.9004558913671085f,0.0453155904113583f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0745640438652786f,0.905726967897986f,0.09488213692929741f,-0.413105361516951f,-0.38094119208562516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,0f,-0.9239017945674006f,-0.02098122976987147f,0f,1f,0f,0.9144960804784589f,0.9239017945674006f,6.938893903907228e-18f,-0.3826296825850508f,-0.19023329458645644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3826296825850508f,0.08052334713141611f,-0.9203860693054936f,2.3268289183799712e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1370833333333332f,0.9239017945674006f,0.033348374183000795f,-0.3811736611237551f,-0.19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762834135214195f,0.05603339466624936f,0.20911947581500134f,0.2976084922715904f,0f,0.9659258262890683f,-0.2588190451025207f,1.1089583333333333f,-0.21649641217111332f,0.2526807408370432f,0.9430173628979893f,-0.020733916411891068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762834135214195f,0.05603339466624936f,0.20911947581500134f,0.3891350622892235f,0f,0.9659258262890683f,-0.2588190451025207f,1.1089583333333333f,-0.21649641217111332f,0.2526807408370432f,0.9430173628979893f,-0.04103045505293293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762834135214195f,0.05603339466624936f,0.20911947581500134f,0.31200385590815677f,0f,0.9659258262890683f,-0.2588190451025207f,1.1477811900987114f,-0.21649641217111332f,0.2526807408370432f,0.9430173628979893f,-0.17233479016711042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07071003835169354f,-0.7550218041227925f,0.6518758821857623f,-0.8104446374680307f,-0.13123273206295596f,-0.6548727250613926f,-0.7442578074874043f,1.9724724557593662f,0.9888266079104033f,-0.03292095487420549f,-0.14538964962670514f,-0.49071059003579764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.15650898140114616f,-0.7550218041227925f,0.6367472136098747f,-0.8063607688722143f,0.13123273206295596f,-0.6548727250613926f,-0.7442578074874043f,1.9724724557593662f,0.9789192554935613f,-0.03292095487420549f,0.20157703726888743f,-0.584371598557445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04356126502204183f,-0.7550218041227925f,0.6542510920807418f,-0.9065403669822338f,0f,-0.6548727250613926f,-0.755739183826448f,2.0858333333333334f,0.9990507575642389f,-0.03292095487420549f,0.028527084332106056f,-0.5418201569464373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005978588790391419f,0f,-0.000014435965540115636f,0.6324208540310303f,0f,0.000015625f,0f,1.3032058333333332f,0.000014435965540115636f,0f,-0.000005978588790391419f,0.0797261679795126f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16.mcfunction new file mode 100644 index 000000000..92b7c1bdc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..a6233bd03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.23655057566664492f,0.12411758469395735f,-0.7717403026705045f,-0.2985046659284328f,-0.16167489584858644f,0.7811005269030195f,0.1751788782034478f,1.3356045059061594f,0.7647545342451864f,0.20352207862049757f,-0.20167724291516978f,-0.3509337828501485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.16755574720126765f,0.20100605617717512f,-0.7559905005751881f,-0.2985046659284328f,0.14649414216688125f,0.7675230305731463f,0.17160379905643866f,1.3356045059061594f,0.7684169036991667f,-0.10249372136824443f,-0.19756138081486022f,-0.3509337828501485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3734024456714082f,0.23166875932050218f,-0.6883637439362671f,-0.3183198571336583f,0.16167489584858644f,0.7811005269030195f,0.1751788782034478f,1.3356045059061594f,0.7080792936270656f,-0.05617826333350759f,-0.40300392195346113f,-0.3030866816934219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4247849857312687f,0.06968727722002473f,-0.6743155042640985f,-0.3183198571336583f,-0.14649414216688125f,0.7675230305731463f,0.17160379905643866f,1.3356045059061594f,0.6618891011401197f,0.21459748585077232f,-0.39477935211767623f,-0.3030866816934219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5598379562327942f,0.014404700671942041f,-0.09002391290124284f,-0.04753182687370637f,0.020821815489130407f,1.5583831077357233f,-0.11142168336407911f,0.8806352880382267f,0.08875951946262092f,-0.11243150858411628f,-1.555920034443372f,0.7687883522581695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.015314092270945628f,0.19567692421314056f,-0.9805488360649876f,-0.09023773055840784f,-0.0980110547402387f,0.9762349194930815f,0.1932853204747909f,1.3659903875319979f,0.9950674910409959f,0.09314463641467263f,0.034128653365691805f,0.46515988698774346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09578562842329097f,0.19567692421314056f,-0.975979331091617f,-0.06168756673220902f,-0.07550050608317245f,0.9762349194930815f,0.2031380209205592f,1.3978425094221065f,0.9925345268396157f,0.09314463641467263f,-0.07873556844551505f,0.09818479096405572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13363604448252497f,0.8627465441680153f,-0.4876574700968002f,0.39210337306558396f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1422935378573633f,-0.7382897893635497f,-0.4149268144878195f,-0.531755512938527f,-0.45452495222221273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664952226526499f,0.5480647785980527f,-0.505380170407845f,0.16419032141883366f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3856388093331073f,-0.07010015188779511f,-0.7209681965734621f,-0.6894133942961348f,-0.4543061727390286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,-0.5881109569747404f,-0.7125488785955061f,0.2197075830556481f,0f,0.7712361099684303f,-0.636549183237842f,1.0989955717981577f,0.9239049746058616f,-0.24355772409640142f,-0.29509190590648765f,0.06082215645276229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,-0.307762693682013f,-0.8711386379211116f,0.15655746150326375f,0f,0.9428877015114457f,-0.33311076586994753f,1.2737050735448665f,0.9239049746058616f,-0.12745550877092143f,-0.36076958184205016f,0.03466943867170172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,-0.27782358405483076f,-0.8811438351622205f,0.24427006059111656f,0f,0.9537169507482269f,-0.3007057995042731f,1.089296824622766f,0.9239049746058616f,-0.11505665560250077f,-0.36491309088618573f,-0.2672438935790257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,0.19996963601918544f,-0.9020047376659462f,0.2761268377343017f,0f,0.9762960071199334f,0.21643961393810285f,1.2737050735448665f,0.9239049746058616f,0.08281455881685001f,-0.37355233468218696f,-0.25405086589263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325595923110905f,0.01979208505509847f,-0.36047313375304996f,0.3653418322063624f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0068332711057546f,0.36099784744554664f,0.041089647869207366f,-0.93166098715019f,-0.2336064449785836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325595923110905f,0.01979208505509847f,-0.36047313375304996f,0.3640444499967925f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8860894996705952f,0.36099784744554664f,0.041089647869207366f,-0.93166098715019f,-0.3396232877867728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325595923110905f,0.01979208505509847f,-0.36047313375304996f,-0.18253692827640333f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0089646032344377f,0.36099784744554664f,0.041089647869207366f,-0.93166098715019f,-0.021520209604324936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325595923110905f,0.01979208505509847f,-0.36047313375304996f,-0.253776279909305f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.888492916751876f,0.36099784744554664f,0.041089647869207366f,-0.93166098715019f,-0.10046221385409816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9130736953370532f,0.2356259290795197f,-0.33283156164785704f,0.27453399612375384f,0.15780258143703804f,0.9567447199058947f,0.24441335115741544f,2.105411803631929f,0.3760249621705253f,0.17064572211926168f,-0.9107608167609379f,-0.19423785711366912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9386922591536865f,0.08988878782137977f,-0.33283156164785704f,0.16731656074021622f,0.006191921362633024f,0.9696513671860836f,0.24441335115741544f,2.115896568134417f,0.344700598657425f,0.22736805390855175f,-0.9107608167609379f,-0.1522422396267895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8776318377700075f,0.38648257035518313f,-0.2835376168061131f,0.13551494133238767f,0.22746124078901708f,0.856472204410437f,0.463375384554518f,2.115230436136806f,0.42192859736116484f,0.3421791721948863f,-0.8395770797519799f,-0.1730398136141482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9541071604887196f,0.0963636142953479f,-0.2835376168061131f,0.16465026381654252f,-0.04833597111562314f,0.8848428599956392f,0.463375384554518f,2.123698967862832f,0.29553876260223866f,0.4558148384538126f,-0.8395770797519799f,-0.17820533189885016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272859276414063f,0.2444324615392286f,-0.2835376168061131f,0.22743992589233522f,0.09067904434584137f,0.8815103878602212f,0.463375384554518f,2.2302023810918707f,0.3632053404270668f,0.40397055318475394f,-0.8395770797519799f,-0.1778505950634531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272859276414063f,0.17135915490356918f,-0.33283156164785704f,0.1888841160390322f,0.09067904434584137f,0.9654218894827934f,0.24441335115741544f,2.0129824559582428f,0.3632053404270668f,0.19646021311758713f,-0.9107608167609379f,-0.22205414301491014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.926735504403862f,-0.08971055673867476f,-0.36484698283932165f,-0.09228858957765215f,-0.1520133611214286f,0.977572477508295f,0.14575317924100298f,2.1120706567139167f,0.3435887700695197f,0.19053626223879494f,-0.9195883262929037f,-0.06320349020027087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9293596754671243f,0.05636730194611907f,-0.36484698283932165f,0.015327750639132762f,0.002784203162750007f,0.9893170669476438f,0.14575317924100298f,2.1217196849891784f,0.3691650604111793f,0.13444131923417915f,-0.9195883262929037f,-0.10437095546944186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9307391808997084f,-0.07322988751713562f,-0.35827637476167407f,0.02367947305835799f,-0.22498467220020657f,0.8870403472499612f,0.40316413484539276f,2.118417153098999f,0.288281935634381f,0.4558473493669741f,-0.8420788084627225f,-0.14475190402810156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9078148427048421f,0.21796846251789542f,-0.35827637476167407f,-0.0015815823147878189f,0.060137403433957126f,0.913149589652532f,0.40316413484539276f,2.1274615267353547f,0.41503699121042703f,0.34445257476900565f,-0.8420788084627225f,-0.12967397273893455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.93073591538841f,0.07327137977226028f,-0.35827637476167407f,-0.04984618276512527f,-0.08345105535361473f,0.9113147654541399f,0.40316413484539276f,2.235693297927129f,0.35604294286850585f,0.4051378816792319f,-0.8420788084627225f,-0.09443114964953539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.93073591538841f,-0.024846225450599432f,-0.36484698283932165f,-0.04425578203874041f,-0.08345105535361473f,0.985795076119529f,0.14575317924100298f,2.0138894058002355f,0.35604294286850585f,0.16610458446216952f,-0.9195883262929037f,-0.13180468115352348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325595923110905f,0.01979208505509847f,-0.36047313375304996f,0.07343550883919074f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5000484976674746f,0.36099784744554664f,0.041089647869207366f,-0.93166098715019f,-0.16887345076874216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,0.19996963601918544f,-0.9020047376659462f,-0.0015531046680038114f,0f,0.9762960071199334f,0.21643961393810285f,1.1339374949974996f,0.9239049746058616f,0.08281455881685001f,-0.37355233468218696f,-0.1999289103250609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421951714733376f,0.012606514843601535f,-0.9395443259388196f,0.27119182248728185f,-0.2435844631100755f,0.9645372530473342f,0.10165872719682684f,0.7696785699198656f,0.9075070655106268f,0.26364552578680456f,-0.3269892395490867f,-0.2510764617004068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421951714733376f,-0.8632014682514779f,-0.3711949485497155f,-0.004818220776246742f,-0.2435844631100755f,0.46303284399844596f,-0.8522131157815439f,0.838884528885803f,0.9075070655106268f,-0.2012058910350382f,-0.36871006964970054f,-0.33657641059670784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31953374566213155f,-0.05405677564507064f,-0.9460317385743391f,0.01242720792595614f,0.007192670413344419f,0.9982043371631774f,-0.05946735878569548f,0.46813554018747083f,0.9475475982110096f,-0.025806322393555584f,-0.31857115821911225f,-0.06566283241625691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31953374566213155f,-0.30644233963840184f,-0.8966556071647969f,-0.1139992400849166f,0.007192670413344419f,0.9454519277356082f,-0.32568223444539807f,0.85083090603346f,0.9475475982110096f,-0.11051581252456416f,-0.29989965706312866f,-0.11120156651297747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5084784723447131f,-0.2291225465311555f,-0.8300316270077095f,-0.017536575036237192f,0.0018620639808156062f,0.9636536128858632f,-0.26714836157040905f,1.0294225704213837f,0.8610726890801484f,-0.13738476277630352f,-0.4895704761085789f,-0.20654823550491197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3361353157367598f,-0.47335264688674256f,-0.8142176129265835f,-0.03749821476615837f,-0.11511391654591155f,0.8786878759012788f,-0.46331026641070644f,1.0250814917367905f,0.9347522857591788f,-0.062007164339403134f,-0.34984750369064604f,-0.21784388883655767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685927378738853f,-0.33628967149032846f,-0.8169027499407645f,-0.017536575036237192f,-0.12193857565086409f,0.9404812637616214f,-0.31721597734285356f,1.0294225704213837f,0.8749581874467457f,-0.04903314554737734f,-0.48170937385277757f,-0.20654823550491197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36357061845424593f,0.2396053519485438f,-0.9002253499621147f,-0.012035122126887496f,0.08282477379160667f,0.9708434889290616f,0.224951054343865f,1.0394628619166806f,0.9278773961268624f,0.007224632977651607f,-0.37281542676661317f,-0.19750512266712533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4078231714027821f,0.08939191233055409f,-0.908674499959619f,-0.00834477586382217f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0455526748215884f,0.9029347958673235f,0.1872891689826055f,-0.3868223385403689f,-0.20274158361340378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,0.2078333981511304f,-0.9002253499621147f,-0.007045817125377606f,0f,0.9743700647852354f,0.224951054343865f,1.051642487726496f,0.9239049746058616f,0.08607122320131283f,-0.37281542676661317f,-0.20220363846839556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731426407670986f,0.08463331524415943f,-0.9239057157481703f,-0.07567099342914357f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.06241389936629f,0.9228477352504687f,-0.06862696807726809f,-0.3790018427337821f,-0.020916057899391466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39066480472096876f,-0.19119104300824566f,-0.9004593246925408f,0.04531400348004107f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.076290234341469f,0.9057302147802739f,0.09488372593886052f,-0.41309787773122f,-0.3902272829867711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,0f,-0.9239049746058617f,-0.02098123170807953f,0f,1f,0f,0.9162222709546494f,0.9239049746058616f,0f,-0.3826220039393215f,-0.19951883449523855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38262200393932144f,0.08052362429003014f,-0.9203892372429482f,2.4405461211579395e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1388095238095237f,0.9239049746058616f,0.03334770494492895f,-0.381166011697591f,-0.1992857142857143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762816141661722f,0.056035494717116f,0.20912731331153428f,0.2976098990472503f,0f,0.9659258262890683f,-0.2588190451025207f,1.1106845238095238f,-0.21650452614458787f,0.2526802751296363f,0.9430156248542854f,-0.030022104154914214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762816141661722f,0.056035494717116f,0.20912731331153428f,0.3891363003753289f,0f,0.9659258262890683f,-0.2588190451025207f,1.1106845238095238f,-0.21650452614458787f,0.2526802751296363f,0.9430156248542854f,-0.05031940348096933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762816141661722f,0.056035494717116f,0.20912731331153428f,0.31200400271455947f,0f,0.9659258262890683f,-0.2588190451025207f,1.1495073805749019f,-0.21650452614458787f,0.2526802751296363f,0.9430156248542854f,-0.1816230975460846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.018198917751995634f,-0.9888796413366943f,0.14760031958795714f,-0.8872551765196026f,-0.17188024144721667f,-0.14233278697005924f,-0.9747812884711022f,1.9390866946472487f,0.9849497357696496f,-0.04310954306353434f,-0.1673785688317076f,-0.5033379634845374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06758367117822758f,-0.9888796413366943f,0.1324745346845355f,-0.8831720863491556f,0.17188024144721667f,-0.14233278697005924f,-0.9747812884711022f,1.9390866946472487f,0.9827968406492359f,-0.04310954306353434f,0.1795882437876532f,-0.5969990059443563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04355296181810209f,-0.9888796413366943f,0.1421977301741555f,-0.9065432909605025f,0f,-0.14233278697005924f,-0.9898188610818324f,2.0875595238095235f,0.9990511195714016f,-0.04310954306353434f,0.006199014436371049f,-0.5510983368799025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005978468811551899f,0f,-0.00001443601522821659f,0.6324230957280979f,0f,0.000015625f,0f,1.3049320238095237f,0.00001443601522821659f,0f,-0.000005978468811551899f,0.07043519757678701f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17.mcfunction new file mode 100644 index 000000000..24b78397f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..f70b7bbb9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.26234177700019234f,0.11957047079429597f,-0.7640838559993638f,-0.30171354173103687f,-0.15577807337866867f,0.782140295804914f,0.17588119278955386f,1.3380638952143729f,0.7575318002165031f,0.20224713752406118f,-0.22844279692849156f,-0.36111532063570967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1926020180767808f,0.20655924473611023f,-0.7484903079177442f,-0.30171354173103687f,0.15222069490391288f,0.7662534843960032f,0.17229178069180787f,1.3380638952143729f,0.761402208215685f,-0.10093996267599799f,-0.22378069903199174f,-0.36111532063570967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3500443342620976f,0.22755066482097364f,-0.7018789806191538f,-0.3212242878488536f,0.15577807337866867f,0.782140295804914f,0.17588119278955386f,1.3380638952143729f,0.721211896983043f,-0.05849527384480733f,-0.3786504285384951f,-0.31400224553687756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40210154972761436f,0.07471663789916214f,-0.6875549197901915f,-0.3212242878488536f,-0.15222069490391288f,0.7662534843960032f,0.17229178069180787f,1.3380638952143729f,0.6746430194922504f,0.21742359962071656f,-0.37092286877240344f,-0.31400224553687756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2932359122589856f,0.8721015166024461f,-0.09157548789596387f,-0.30434793022978446f,0.8768370142404511f,1.2879751043997472f,-0.11697534314697186f,0.9657843665367702f,0.010196847628605444f,-0.14820703487410644f,-1.555421791384017f,0.7703969277180652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.016050270868508035f,0.19723687232782733f,-0.980224466639853f,-0.08995720890602046f,-0.09439386694000916f,0.9762711849126167f,0.1948957962436012f,1.3691024087446495f,0.9954055388077561f,0.0893990475545004f,0.0342873680411432f,0.45601385395682814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09501746242662823f,0.19723687232782733f,-0.9757403845431125f,-0.06168509442543843f,-0.07172425905544301f,0.9762711849126167f,0.20432866703491015f,1.399568699898297f,0.9928883685978761f,0.0893990475545004f,-0.07861614210450801f,0.08889958935909006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13364218047203258f,0.8627430956434246f,-0.4876618895487753f,0.39210125173533594f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1440197283335538f,-0.7382886786766345f,-0.4149339848391112f,-0.531751459954221f,-0.4638139253061919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.66649580523842f,0.5480587865463468f,-0.5053859001683134f,0.1641882019147535f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3873649998092978f,-0.07009461258247685f,-0.7209727515651816f,-0.6894091940113969f,-0.4635932516167489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,-0.5938767142527045f,-0.7077547077687056f,0.2212346912869847f,0f,0.7660444431189781f,-0.6427876096865394f,1.1013765235194846f,0.9239081545805048f,-0.24593974757030762f,-0.29309957772862727f,0.05216613602105717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,-0.3159951994493785f,-0.8681896751432269f,0.15655940592058107f,0f,0.9396926207859084f,-0.34202014332566877f,1.275431264021057f,0.9239081545805048f,-0.13086180636632905f,-0.3595398580605322f,0.02538242321449216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,-0.27782454029164827f,-0.8811468679579406f,0.244269495776022f,0f,0.9537169507482269f,-0.3007057995042731f,1.0910230150989564f,0.9239081545805048f,-0.11505434658125015f,-0.36490576760638876f,-0.2765316380132603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,0.1999703242916695f,-0.9020078422624931f,0.27612638256656946f,0f,0.9762960071199334f,0.21643961393810285f,1.275431264021057f,0.9239081545805048f,0.08281289684801244f,-0.37354483802521843f,-0.26333887509191556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325565919926777f,0.019792426554245263f,-0.3604808768604756f,0.36534154695100535f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.008559461581945f,0.3610055980213441f,0.04108948337395489f,-0.9316579911927516f,-0.24289519565257317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325565919926777f,0.019792426554245263f,-0.3604808768604756f,0.3640432836257805f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8878156901467857f,0.3610055980213441f,0.04108948337395489f,-0.9316579911927516f,-0.3489120276744384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325565919926777f,0.019792426554245263f,-0.3604808768604756f,-0.18253545084469286f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.010690793710628f,0.3610055980213441f,0.04108948337395489f,-0.9316579911927516f,-0.03080440681503352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325565919926777f,0.019792426554245263f,-0.3604808768604756f,-0.2537754585693685f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8902191072280665f,0.3610055980213441f,0.04108948337395489f,-0.9316579911927516f,-0.10974581898529795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9125288778151357f,0.24337390829778965f,-0.3287250947422608f,0.2752548235109811f,0.15738382753481495f,0.9507562601065066f,0.2670072371655503f,2.1057753479663788f,0.3775200365330837f,0.19191580088191776f,-0.905895660320719f,-0.20134549232464125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9393662002236896f,0.09762660479602414f,-0.3287250947422608f,0.16803773716057338f,0.006715124520960791f,0.9636711277214274f,0.2670072371655503f,2.1162601124688667f,0.34284989278104694f,0.2486101438640696f,-0.905895660320719f,-0.15934898374527728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8754226911571571f,0.4004112764539952f,-0.27075066296436484f,0.13514421103473592f,0.22359758565345744f,0.8320780459461151f,0.5075925976060325f,2.1172342423846287f,0.4285314825040345f,0.38381888325482f,-0.8179509969184692f,-0.1833429945059728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9563103441013038f,0.11029326484061977f,-0.27075066296436484f,0.16445573370996464f,-0.04447231598006346f,0.8604487015313173f,0.5075925976060325f,2.1253940461766785f,0.2889511011853313f,0.49745696071506246f,-0.8179509969184692f,-0.187981729843842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.927282908976499f,0.25853526882117833f,-0.27075066296436484f,0.22918733642319378f,0.09067904434584138f,0.856812153142149f,0.5075925976060325f,2.230577877891288f,0.3632130471728775f,0.4461305291094477f,-0.8179509969184692f,-0.1823403038486346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.927282908976499f,0.17912626498303846f,-0.3287250947422608f,0.1888839268020102f,0.09067904434584138f,0.959418806474912f,0.2670072371655503f,2.0147086464344333f,0.3632130471728775f,0.2177827701529251f,-0.905895660320719f,-0.23134142713304268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9270314841277452f,-0.08543542851288188f,-0.3651210963375445f,-0.09181057103593987f,-0.1518892926263693f,0.9757982153674791f,0.15731333596076374f,2.1132410584964125f,0.3428443819305944f,0.20129240035446752f,-0.9175723946033716f,-0.07137209694126102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9289832337924759f,0.06063609767905227f,-0.3651210963375445f,0.01580542703055038f,0.002629188419915607f,0.9875452403293475f,0.15731333596076374f,2.1228900867716742f,0.37011246763750955f,0.145181479401155f,-0.9175723946033716f,-0.1125404566182796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9331375592367269f,-0.05806820650980257f,-0.35479906839570347f,0.02266454149827901f,-0.2221392145361102f,0.8690748346133292f,0.4419989832647747f,2.1207464105822793f,0.2826808534496175f,0.4912606388003721f,-0.8238655957487522f,-0.1565507313069497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9054106189562469f,0.23312921770298742f,-0.35479906839570347f,-0.002404553091783425f,0.05729194576986077f,0.8951840770159001f,0.4419989832647747f,2.1295634160309915f,0.42065335376194174f,0.3798634440300678f,-0.8238655957487522f,-0.1410244137669832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307329562507264f,0.08862158435914144f,-0.35479906839570347f,-0.04888141575826262f,-0.08345105535361473f,0.8931253104426463f,0.4419989832647747f,2.2370193045939897f,0.3560506782877283f,0.44099137704993996f,-0.8238655957487522f,-0.10129057703973268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307329562507264f,-0.020560864720459558f,-0.3651210963375445f,-0.044255221196159225f,-0.08345105535361473f,0.9840164814113959f,0.15731333596076374f,2.015615596276426f,0.3560506782877283f,0.17688644705766232f,-0.9175723946033716f,-0.14109002762770664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325565919926777f,0.019792426554245263f,-0.3604808768604756f,0.07343576159576465f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.501774688143665f,0.3610055980213441f,0.04108948337395489f,-0.9316579911927516f,-0.17815977538475306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,0.1999703242916695f,-0.9020078422624931f,-0.0015531100136114196f,0f,0.9762960071199334f,0.21643961393810285f,1.1356636854736901f,0.9239081545805048f,0.08281289684801244f,-0.37354483802521843f,-0.2092146117027577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421895793499301f,0.005762486557442048f,-0.9396132638128267f,0.2714897318579263f,-0.243580604561788f,0.9652534255845895f,0.09462723433836889f,0.7734450755477885f,0.907510209785891f,0.2612520203670969f,-0.32889603370742887f,-0.2597034459943838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421895793499301f,-0.8658842547780392f,-0.3648982722784494f,-0.004819361811643662f,-0.243580604561788f,0.4568106590282398f,-0.855565608752186f,0.8406107193619935f,0.907510209785891f,-0.2038834940000408f,-0.3672284575148058f,-0.34586208483300596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31952588215487304f,-0.05252169030284673f,-0.946120860504028f,0.013894418476064471f,0.007194744786722441f,0.9982994712798215f,-0.057848088039993084f,0.47132137820058445f,0.9475502341726291f,-0.02529105949067227f,-0.318604639057932f,-0.07446450539238655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31952588215487304f,-0.31006804410283567f,-0.8954110891983594f,-0.11399850800555204f,0.007194744786722441f,0.9441264487757189f,-0.32950490795981136f,0.8525570965096505f,0.9475502341726291f,-0.11172760065620235f,-0.29944197596697103f,-0.12048633334359855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5084242867011493f,-0.22875919806225423f,-0.8301650281687022f,-0.01753663539511118f,0.0018803124507923983f,0.9637703247879281f,-0.26672687431764086f,1.0311487608975742f,0.8611046446962849f,-0.1371713904576517f,-0.4895741011556877f,-0.21583380404229263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3362250698084269f,-0.4728871388394874f,-0.8144510153180005f,-0.03758907107507773f,-0.11490522305138287f,0.8789353684258576f,-0.4628924365828564f,1.027065304386913f,0.9347456831394465f,-0.06205136622432366f,-0.3498573077725611f,-0.2271419635528252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685854659999928f,-0.3359297745166902f,-0.8170549844696717f,-0.01753663539511118f,-0.12193857565086412f,0.9406210707204121f,-0.3168011759527162f,1.0311487608975742f,0.8749620819337306f,-0.04881790562847857f,-0.4817241609762177f,-0.21583380404229263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3636333381549642f,0.23949850941499848f,-0.9002284484342136f,-0.012035107327811656f,0.08253932962437018f,0.9708677985260111f,0.224951054343865f,1.041189052392871f,0.9278782541084996f,0.007495450169991522f,-0.3728079448983245f,-0.2067907369278978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4078156670148311f,0.08939346890492016f,-0.908677714844154f,-0.008344804585580769f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.047278865297779f,0.9029381852919041f,0.18728842603175863f,-0.3868147864499363f,-0.2120272285448015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,0.20783411348977915f,-0.9002284484342136f,-0.00704584137626965f,0f,0.9743700647852354f,0.224951054343865f,1.0533686782026865f,0.9239081545805048f,0.08606949587591478f,-0.3728079448983245f,-0.21148929419557702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731349708820805f,0.08463274487621329f,-0.9239088656353218f,-0.07566951097996363f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0641400898424804f,0.9228508364412921f,-0.06862767147013976f,-0.3789941640555887f,-0.030201143282702514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3906572771006274f,-0.19119025441429766f,-0.9004627579557747f,0.04531241654559377f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0780164248176596f,0.9057334615999995f,0.09488531494186964f,-0.41309039391695457f,-0.39951337387472796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,0f,-0.9239081545805048f,-0.020981233644838334f,0f,1f,0f,0.9179484614308399f,0.9239081545805048f,0f,-0.38261432526716277f,-0.2088043744040046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38261432526716277f,0.08052390144308208f,-0.9203924051168277f,2.554263323935908e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1405357142857142f,0.9239081545805048f,0.03334703570455365f,-0.38115836224509814f,-0.20857142857142857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762798147434892f,0.05603759476411209f,0.20913515079362183f,0.2976113058023529f,0f,0.9659258262890683f,-0.2588190451025207f,1.1124107142857143f,-0.2165126401031076f,0.25267980940477575f,0.9430138867454435f,-0.039310291909629064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762798147434892f,0.05603759476411209f,0.20913515079362183f,0.389137538434555f,0f,0.9659258262890683f,-0.2588190451025207f,1.1124107142857143f,-0.2165126401031076f,0.25267980940477575f,0.9430138867454435f,-0.059608351919295394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762798147434892f,0.05603759476411209f,0.20913515079362183f,0.3120041494994107f,0f,0.9659258262890683f,-0.2588190451025207f,1.1512335710510924f,-0.2165126401031076f,0.25267980940477575f,0.9430138867454435f,-0.19091140492627878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.11494753574687641f,-0.908777658806608f,-0.40113617498263754f,-0.9708377375354971f,-0.15795740988016085f,0.41539645646613577f,-0.8958209869272591f,1.9528396438439608f,0.9807326448577469f,-0.03960998370813081f,-0.1912969641708153f,-0.5162592231260714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02918130094180804f,-0.908777658806608f,-0.41625907621254854f,-0.9667554257907014f,0.15795740988016085f,0.41539645646613577f,-0.8958209869272591f,1.9528396438439608f,0.9870146444401393f,-0.03960998370813081f,0.15566997414834735f,-0.6099202995175923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04354465861115392f,-0.908777658806608f,-0.41500244524631263f,-0.9065462148761523f,0f,0.41539645646613577f,-0.909640469611691f,2.0892857142857144f,0.9990514815095558f,-0.03960998370813081f,-0.018088296885100944f,-0.5603765167890667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005978348832299419f,0f,-0.000014436064915320388f,0.6324253373814812f,0f,0.000015625f,0f,1.3066582142857142f,0.000014436064915320388f,0f,-0.000005978348832299419f,0.06114422715543061f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18.mcfunction new file mode 100644 index 000000000..5ff1a5662 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..9fb3ad6df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.27167534680904154f,0.11792528135954264f,-0.7610719929132226f,-0.30287610930867104f,-0.1536226700879185f,0.7825203515593809f,0.17608639662076592f,1.340058084122495f,0.7546767689651577f,0.2017423402662412f,-0.23813325465515015f,-0.37075378718387086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.201665868706766f,0.20856921601917686f,-0.7455399114251977f,-0.30287610930867104f,0.15431386129598582f,0.765789440578857f,0.1724927966897299f,1.340058084122495f,0.7586290988425561f,-0.10032654099024446f,-0.23327339231524913f,-0.37075378718387086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.34141294228827856f,0.22602928828379157f,-0.7066062610254935f,-0.3222976283975595f,0.1536226700879185f,0.7825203515593809f,0.17608639662076592f,1.340058084122495f,0.725797301260871f,-0.05930518255388638f,-0.3696560796864175f,-0.32385506814646486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39371960166864733f,0.07657543502179151f,-0.6921857250861978f,-0.3222976283975595f,-0.15431386129598582f,0.765789440578857f,0.1724927966897299f,1.340058084122495f,0.6790965376688392f,0.21840955896925537f,-0.3621120780601641f,-0.32385506814646486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5979183340914487f,1.4405643977259468f,-0.09313501898742385f,-0.4743909116463687f,1.4414753826587234f,0.5903750020673788f,-0.12252480615299417f,1.179091375840125f,-0.07777298339521964f,-0.13280746567276808f,-1.5549018586764194f,0.7566441327792077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0167922259717158f,0.19879351371728213f,-0.9798975252805019f,-0.08967446571863416f,-0.09077657452126486f,0.9762913910671197f,0.19650631859157525f,1.3722145101899288f,0.9957296995997962f,0.08565196222016878f,0.03443989986534074f,0.44686250386891935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09424326590531318f,0.19879351371728213f,-0.9754995365121593f,-0.061682622114407094f,-0.06794790280879069f,0.9762913910671197f,0.2055193475858552f,1.4012948903744875f,0.993227712730262f,0.08565196222016878f,-0.07850128682032681f,0.07961438773357676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13364831645230857f,0.8627396470592403f,-0.4876663089670652f,0.39209913037800403f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1457459188097443f,-0.7382875679387224f,-0.4149411551617409f,-0.5317474069331851f,-0.4731028983725402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664963877781522f,0.5480527944567845f,-0.5053916298938723f,0.1641860823993323f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3890911902854883f,-0.07008907327231717f,-0.7209773065070998f,-0.6894049936790387f,-0.4728803304768537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,-0.5913255598912978f,-0.709891707389791f,0.220559735763014f,0f,0.7683547986567676f,-0.6400241428111271f,1.1028097488730442f,0.9239113344913293f,-0.24487749100389256f,-0.293977652888939f,0.04259817561865429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,-0.3123409086275942f,-0.8695144109209682f,0.15656135032708404f,0f,0.9411232208766978f,-0.3380637264284211f,1.2771574544972475f,0.9239113344913293f,-0.12934542869525456f,-0.3600799995474503f,0.016095407741122503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,-0.27782549650927507f,-0.8811499006927959f,0.2442689309440546f,0f,0.9537169507482269f,-0.3007057995042731f,1.0927492055751469f,0.9239113344913293f,-0.11505203755205239f,-0.36489844430138657f,-0.2858193824428004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,0.19997101255034078f,-0.9020109467967341f,0.27612592737976394f,0f,0.9762960071199334f,0.21643961393810285f,1.2771574544972475f,0.9239113344913293f,0.08281123487345468f,-0.373537341342448f,-0.27262688428741794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325535916098493f,0.019792768052024956f,-0.3604886199430008f,0.36534126167041264f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0102856520581356f,0.3610133485722048f,0.04108931887586417f,-0.9316549951709598f,-0.2521839463241917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325535916098493f,0.019792768052024956f,-0.3604886199430008f,0.36404211722962254f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8895418806229762f,0.3610133485722048f,0.04108931887586417f,-0.9316549951709598f,-0.3582007675524098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325535916098493f,0.019792768052024956f,-0.3604886199430008f,-0.18253397340037386f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0124169841868187f,0.3610133485722048f,0.04108931887586417f,-0.9316549951709598f,-0.040088604038021364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325535916098493f,0.019792768052024956f,-0.3604886199430008f,-0.25377463721190263f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.891945297704257f,0.3610133485722048f,0.04108931887586417f,-0.9316549951709598f,-0.11902942412332419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9121006917761121f,0.24945397868595454f,-0.32533834784618465f,0.27581526913432164f,0.15702521239390954f,0.9456278246618145f,0.28483521534039996f,2.106382121781956f,0.3787022718893897f,0.2087120737837459f,-0.9016783570224489f,-0.20892339951375857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9398944184239199f,0.1036988024823647f,-0.32533834784618465f,0.16859853182444975f,0.007163188582811383f,0.9585497320594873f,0.28483521534039996f,2.116866886284444f,0.34139005689224255f,0.2653845691301747f,-0.9016783570224489f,-0.16692599984481118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8737427339787023f,0.41099881155039797f,-0.26010307903518437f,0.13487642123760457f,0.22028386132460695f,0.8111560139456199f,0.5417572717368679f,2.119317728251311f,0.4336457716378014f,0.41605996916792387f,-0.7992780785162583f,-0.1934032176474607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9579843381529671f,0.12088174440352203f,-0.26010307903518437f,0.16432185886324208f,-0.04115859165121297f,0.839526669530822f,0.5417572717368679f,2.1272127466963466f,0.283852035727966f,0.5297004578216329f,-0.7992780785162583f,-0.1976341172902352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272798902475404f,0.2692552569940393f,-0.26010307903518437f,0.23055855106098083f,0.09067904434584138f,0.835629325381027f,0.5417572717368679f,2.231147352691172f,0.363220753893599f,0.47877472483864847f,-0.7992780785162583f,-0.1878390769813623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272798902475404f,0.1852213933735098f,-0.32533834784618465f,0.1888837375519412f,0.09067904434584138f,0.9542778479135481f,0.28483521534039996f,2.0164348369106238f,0.363220753893599f,0.23462059674773367f,-0.9016783570224489f,-0.24062871124960228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.927265938063903f,-0.08204015912190088f,-0.3653043832172334f,-0.09143186037461896f,-0.1517841010827559f,0.9742939062092355f,0.166472132749145f,2.114516100983978f,0.34225643421997176f,0.20981133576335284f,-0.9158819446960551f,-0.0797758239465052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9286836640607801f,0.06402624234578319f,-0.3653043832172334f,0.01618379553414312f,0.0024977590826468082f,0.9860429961302478f,0.166472132749145f,2.12416512925924f,0.3708644136422492f,0.153687507864377f,-0.9158819446960551f,-0.12094507802852766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9350225358939578f,-0.04614801572489728f,-0.3515724932572049f,0.021858974682660813f,-0.21969651759544187f,0.8536522531042924f,0.4722406917308175f,2.1230913085100473f,0.27832768013057635f,0.5187949415854206f,-0.8083226528178656f,-0.16779849129321855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9035197967604433f,0.2450484826455374f,-0.3515724932572049f,-0.0030591828202097895f,0.054849248829192426f,0.8797614955068632f,0.4722406917308175f,2.1317131286346656f,0.4250218073991509f,0.4073953266504754f,-0.8083226528178656f,-0.15192350249319564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307299970487531f,0.10068989313004921f,-0.3515724932572049f,-0.04811510040544729f,-0.08345105535361473f,0.8775104845151236f,0.4722406917308175f,2.2384061990014046f,0.35605841368235636f,0.46886767321654027f,-0.8083226528178656f,-0.10865460422295573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307299970487531f,-0.017157511355227542f,-0.3653043832172334f,-0.0442546603505211f,-0.08345105535361473f,0.9825084988835052f,0.166472132749145f,2.0173417867526164f,0.35605841368235636f,0.18542564392709077f,-0.9158819446960551f,-0.15037537410655108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325535916098493f,0.019792768052024956f,-0.3604886199430008f,0.07343601434726604f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5035008786198556f,0.3610133485722048f,0.04108931887586417f,-0.9316549951709598f,-0.18744610000286457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,0.19997101255034078f,-0.9020109467967341f,-0.0015531153591117474f,0f,0.9762960071199334f,0.21643961393810285f,1.1373898759498806f,0.9239113344913293f,0.08281123487345468f,-0.373537341342448f,-0.21850031308041007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421839871907573f,-0.0010818772166660273f,-0.9396323474912536f,0.2717729819750162f,-0.24357674600820028f,0.9659183390425103f,0.08759070216304216f,0.7772151521394863f,0.9075133540143044f,0.25884472535295383f,-0.33078530868625583f,-0.26833502480725285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421839871907573f,-0.8685211104193737f,-0.3585822076820518f,-0.004820502846707622f,-0.24357674600820028f,0.4505642023359012f,-0.8588726729716518f,0.842336909838184f,0.9075133540143044f,-0.20655018840299236f,-0.3657274011561016f,-0.35514775905982077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31951801862422335f,-0.05098645809664687f,-0.9462074914442442f,0.015352544757577052f,0.007196819160099206f,0.9983919786394038f,-0.05622866513152425f,0.4745134296731146f,0.9475528700650045f,-0.02477575587656493f,-0.31863728650664463f,-0.08326932223383252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31951801862422335f,-0.3136886944492836f,-0.8941519103313231f,-0.11399777591831314f,0.007196819160099206f,0.9427855139591056f,-0.3333221871745742f,0.854283286985841f,0.9475528700650045f,-0.11293749440982423f,-0.29897939860131434f,-0.12977110018030413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5083973614372843f,-0.22860712896387078f,-0.8302234057592592f,-0.017536695752773838f,0.0018879749705191238f,0.9638193225922748f,-0.2665497119643525f,1.0328749513737647f,0.8611205249174576f,-0.13708061126455756f,-0.4895715959706172f,-0.22511937257917164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33625822217458823f,-0.4726917508844122f,-0.8145507452981762f,-0.037627288841964285f,-0.11481748325262894f,0.8790393132500643f,-0.46271679383872344f,1.0288997930470218f,0.9347445391974843f,-0.062067659909844905f,-0.34985747388586447f,-0.23643265702656446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685781940937334f,-0.3357787276697975f,-0.8171212407374487f,-0.017536695752773838f,-0.12193857565086413f,0.9406797755642171f,-0.31662682074122006f,1.0328749513737647f,0.8749659763602776f,-0.048725823634969856f,-0.48172641024029383f,-0.22511937257917164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36365521868493306f,0.23945363640972145f,-0.9002315468441298f,-0.012035092527904502f,0.08241935820570806f,0.9708779905541906f,0.224951054343865f,1.0429152428690616f,0.9278803432103585f,0.007608118533399516f,-0.3728004630042847f,-0.21607635118879326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4078081625987108f,0.08939502547311129f,-0.9086809296659225f,-0.008344833306762955f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0490050557739694f,0.9029415746541145f,0.18728768306797489f,-0.38680723433278497f,-0.2213128734759605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,0.20783482881407186f,-0.9002315468441298f,-0.0070458656266750045f,0f,0.9743700647852354f,0.224951054343865f,1.055094868678877f,0.9239113344913293f,0.08606776854457161f,-0.3728004630042847f,-0.22077494992255692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37312730097128877f,0.08463217450242125f,-0.9239120154586546f,-0.07566802852555694f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.065866280318671f,0.9228539375683698f,-0.06862837485827099f,-0.37898648535121704f,-0.0394862286783344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3906497494533021f,-0.1911894658071433f,-0.9004661911568094f,0.04531082960801666f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.07974261529385f,0.9057367083571617f,0.09488690393832451f,-0.41308291007415565f,-0.40879946474949563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,0f,-0.9239113344913293f,-0.020981235580147868f,0f,1f,0f,0.9196746519070303f,0.9239113344913293f,0f,-0.3826066465685757f,-0.21808991431275454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3826066465685757f,0.08052417859057187f,-0.9203955729271316f,2.6679805267138767e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1422619047619047f,0.9239113344913293f,0.03334636646187496f,-0.38115071276627743f,-0.21785714285714286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762780152533704f,0.05603969480723728f,0.2091429882612631f,0.2976127125368982f,0f,0.9659258262890683f,-0.2588190451025207f,1.1141369047619047f,-0.21652075404667132f,0.2526793436624616f,0.9430121485714635f,-0.04859847967603542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762780152533704f,0.05603969480723728f,0.2091429882612631f,0.3891387764669017f,0f,0.9659258262890683f,-0.2588190451025207f,1.1141369047619047f,-0.21652075404667132f,0.2526793436624616f,0.9430121485714635f,-0.06889730036791086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762780152533704f,0.05603969480723728f,0.2091429882612631f,0.3120042962627105f,0f,0.9659258262890683f,-0.2588190451025207f,1.1529597615272829f,-0.21652075404667132f,0.2526793436624616f,0.9430121485714635f,-0.2001997123076927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18881644852708893f,-0.5401472554350492f,-0.8201154133483901f,-1.0346564528332005f,-0.09388460388690363f,0.8412412781185352f,-0.5324460471658067f,2.0099129219090743f,0.9775142095737618f,-0.02353836093437667f,-0.20955170160584868f,-0.5283178284049029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10306656785309867f,-0.5401472554350492f,-0.835235430903746f,-1.0305749195143383f,0.09388460388690363f,0.8412412781185352f,-0.5324460471658067f,2.0099129219090743f,0.9902337924672041f,-0.02353836093437667f,0.1374153623891492f,-0.6219789387216562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.043536355401198434f,-0.5401472554350492f,-0.840443649630577f,-0.9065491387291829f,0f,0.8412412781185352f,-0.5406598856855327f,2.0910119047619045f,0.999051843378701f,-0.02353836093437667f,-0.03662457926232696f,-0.5696546966739305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000059782288526339955f,0f,-0.000014436114601427024f,0.6324275789911803f,0f,0.000015625f,0f,1.3083844047619047f,0.000014436114601427024f,0f,-0.0000059782288526339955f,0.05185325671544405f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19.mcfunction new file mode 100644 index 000000000..50bcc2bee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..212598636 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.263990421076392f,0.11928091184836771f,-0.7635611082899493f,-0.30192263197786906f,-0.15539550889795398f,0.7822077522447246f,0.17591961967627634f,1.341563843450976f,0.7570374745273181f,0.20215721812817306f,-0.2301546561867109f,-0.3797437396789452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.19420262992627957f,0.20691521977960065f,-0.7479782285289299f,-0.30192263197786906f,0.152592212901157f,0.7661711208389383f,0.17232942335635235f,1.341563843450976f,0.7609211227792567f,-0.10083603232954236f,-0.22545762238698214f,-0.3797437396789452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3485049001661379f,0.22728036254112435f,-0.7027321081378093f,-0.32141595979445214f,0.15539550889795398f,0.7822077522447246f,0.17591961967627634f,1.341563843450976f,0.722039482867094f,-0.058643956004646454f,-0.3770468353528365f,-0.3326705115309267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4006069944389913f,0.07504910076916811f,-0.6883906365431601f,-0.32141595979445214f,-0.152592212901157f,0.7661711208389383f,0.17232942335635235f,1.341563843450976f,0.6754477422928334f,0.21759927864343712f,-0.3693520019782888f,-0.3326705115309267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2955383507661212f,1.5313702274340797f,-0.094702480194215f,-0.5011334754870265f,1.5275358869091493f,-0.30271842386418696f,-0.12806998109573037f,1.4510469449888936f,-0.14386607463582013f,-0.06835958149138302f,-1.5543602446624794f,0.7281679489452204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.017539945165654533f,0.20034682275113097f,-0.9795680175144105f,-0.08938950568893331f,-0.08715923698699896f,0.9762955376242075f,0.19811686102627368f,1.3753266690701624f,0.9960399679387518f,0.08190344210463084f,0.03458624639915993f,0.43770583447075573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09346305182018344f,0.20034682275113097f,-0.9752567910852938f,-0.06168014979911494f,-0.0641714994627441f,0.9762955376242075f,0.20671004298718224f,1.403021080850678f,0.993552553517508f,0.08190344210463084f,-0.07839100439624846f,0.0703291860875159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13365445242335328f,0.8627361984154629f,-0.4876707283516702f,0.3920970089935879f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1474721092859348f,-0.7382864571498138f,-0.4149483254557096f,-0.5317433538754188f,-0.4823918714212578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664969702718467f,0.5480468023293653f,-0.505397359584522f,0.16418396287256987f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3908173807616788f,-0.07008353395731579f,-0.7209818613992176f,-0.6894007932990602f,-0.482167409319343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,-0.5834592877864024f,-0.7163751037695454f,0.21848208256372226f,0f,0.7753694661703411f,-0.631507870838298f,1.103658313268101f,0.9239145143383357f,-0.2416142595678169f,-0.2966555574541845f,0.03244936222275643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,-0.30111794148478144f,-0.8734678100084803f,0.15656329472277275f,0f,0.9453989481202348f,-0.32591537075313526f,1.278883644973438f,0.9239145143383357f,-0.12469488445450065f,-0.36170866175118904f,0.006808392251592632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,-0.27782645270771134f,-0.8811529333667865f,0.2442683660952145f,0f,0.9537169507482269f,-0.3007057995042731f,1.0944753960513374f,0.9239145143383357f,-0.11504972851490733f,-0.3648911209711789f,-0.29510712686764623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,0.1999717007951992f,-0.9020140512686695f,0.27612547217388517f,0f,0.9762960071199334f,0.21643961393810285f,1.278883644973438f,0.9239145143383357f,0.08280957289317672f,-0.3735298446338753f,-0.2819148934791373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325505911626051f,0.019793109548437465f,-0.36049636300062604f,0.3653409763645841f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.012011842534326f,0.36102109909812946f,0.041089154374935266f,-0.9316519990848147f,-0.26147269699343934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325505911626051f,0.019793109548437465f,-0.36049636300062604f,0.36404095080831844f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8912680710991667f,0.36102109909812946f,0.041089154374935266f,-0.9316519990848147f,-0.3674895074206874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325505911626051f,0.019793109548437465f,-0.36049636300062604f,-0.1825324959434464f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.014143174663009f,0.36102109909812946f,0.041089154374935266f,-0.9316519990848147f,-0.04937280127328825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325505911626051f,0.019793109548437465f,-0.36049636300062604f,-0.2537738158369074f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8936714881804475f,0.36102109909812946f,0.041089154374935266f,-0.9316519990848147f,-0.12831302926817667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9118158760961628f,0.2534837564996798f,-0.3230136116169069f,0.276184104226733f,0.15677257527878705f,0.9420149455943893f,0.29669884043800504f,2.1073414503887022f,0.37949198639687254f,0.21989503738741084f,-0.898683484210623f,-0.21707856066900805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9402435054341363f,0.10772352203269805f,-0.3230136116169069f,0.16896771596480292f,0.007478840653971017f,0.9549418123766578f,0.29669884043800504f,2.11782621489119f,0.34042064777477843f,0.27655339046132693f,-0.898683484210623f,-0.1750802699133781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8726565241771831f,0.4178375728368928f,-0.25274958662037755f,0.13471170637372898f,0.21794946701921675f,0.7964172283641138f,0.5641078161050974f,2.121349261879494f,0.436999565946051f,0.4371857283702172f,-0.7860661665994573f,-0.20318729632769256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.959064584701169f,0.12772145017655603f,-0.25274958662037755f,0.16424361516376318f,-0.038824197345822806f,0.8247878839493159f,0.5641078161050974f,2.129057748994558f,0.2805134650465588f,0.5508286282095434f,-0.7860661665994573f,-0.20715103378292182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272768714545304f,0.2761797424300457f,-0.25274958662037755f,0.23146732337124143f,0.09067904434584137f,0.820706818983285f,0.5641078161050974f,2.2320586603636374f,0.3632284605892319f,0.50016503990744f,-0.7860661665994573f,-0.19460392880906954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272768714545304f,0.18926122258851708f,-0.3230136116169069f,0.18888354828882517f,0.09067904434584137f,0.9506561465636606f,0.29669884043800504f,2.0181610273868142f,0.3632284605892319f,0.24583140691342045f,-0.898683484210623f,-0.24991599536458906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9274217660812286f,-0.07976929183363282f,-0.36541172378446657f,-0.0911788048173037f,-0.15171047656082953f,0.9732410264928567f,0.17258573421003387f,2.115935801489682f,0.34186663934999667f,0.21549655317775085f,-0.9147067488917134f,-0.08847414400942732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9284823316672131f,0.06629352836197307f,-0.36541172378446657f,0.016436508926296715f,0.0024057704893519355f,0.9849915616976301f,0.17258573421003387f,2.125584829764944f,0.3713687817388098f,0.15936370817028633f,-0.9147067488917134f,-0.12964429249360998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9362717363805556f,-0.03824195728935009f,-0.3491887574902988f,0.021321458944291764f,-0.21797419365370946f,0.8427779277084182f,0.492151008805752f,2.125299653704476f,0.27546775955809155f,0.5369012174228922f,-0.7974049135626528f,-0.17837749341547124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9022647506082756f,0.25295361521861504f,-0.3491887574902988f,-0.003496563582381408f,0.05312692488746f,0.868887170110989f,0.492151008805752f,2.1337838503887223f,0.4278970082412218f,0.4254991823310006f,-0.7974049135626528f,-0.1622731527121526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.93072703778249f,0.10869403287675194f,-0.3491887574902988f,-0.047602393300647854f,-0.08345105535361474f,0.8665006092853302f,0.492151008805752f,2.239894913060794f,0.3560661490523906f,0.48719842089762466f,-0.7974049135626528f,-0.11665777488058261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.93072703778249f,-0.01488130577254114f,-0.36541172378446657f,-0.0442540995018261f,-0.08345105535361474f,0.9814530481421674f,0.17258573421003387f,2.019067977228807f,0.3560661490523906f,0.19112420315321835f,-0.9147067488917134f,-0.15966072059005668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325505911626051f,0.019793109548437465f,-0.36049636300062604f,0.0734362670936949f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.505227069096046f,0.36102109909812946f,0.041089154374935266f,-0.9316519990848147f,-0.19673242462307675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,0.1999717007951992f,-0.9020140512686695f,-0.001553120704504795f,0f,0.9762960071199334f,0.21643961393810285f,1.139116066426071f,0.9239145143383357f,0.08280957289317672f,-0.3735298446338753f,-0.22778601445801802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34217839499581904f,-0.007926213327897669f,-0.9396015757438714f,0.27204155768515204f,-0.24357288744931224f,0.966531958007582f,0.08054950434133296f,0.7809886911599342f,0.9075164981958675f,0.25642376896908453f,-0.33265696477001605f,-0.2769712327096178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34217839499581904f,-0.8711118950670941f,-0.35224708979734887f,-0.00482164388143869f,-0.24357288744931224f,0.44429380559577897f,-0.8621341327246155f,0.8440631003143745f,0.9075164981958675f,-0.2092058330492639f,-0.3642069808782825f,-0.3644334332771524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31951015507018204f,-0.04945108306872642f,-0.9462916311530808f,0.016801562942738907f,0.007198893533474705f,0.9984818589985962f,-0.054609094321379004f,0.47771164071758343f,0.9475555058881363f,-0.02426041289915512f,-0.3186691005212784f,-0.0920772903541816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31951015507018204f,-0.3173042313947122f,-0.8928780910886095f,-0.11399704382319992f,0.007198893533474705f,0.941429145238115f,-0.3371340095987437f,0.8560094774620315f,0.9475555058881363f,-0.11414547400244586f,-0.2985119328030876f,-0.13905586702309408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5083936130589124f,-0.22863468445108026f,-0.8302181130684032f,-0.017536756109225164f,0.0018866541473805257f,0.9638108770184262f,-0.2665802578532411f,1.0346011418499552f,0.8611227408082036f,-0.13709403490643665f,-0.4895639394972222f,-0.23440494111554902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3362434008618557f,-0.47272604482363273f,-0.8145369616673379f,-0.03762088299600844f,-0.1148326119871419f,0.8790213948441264f,-0.4627470784678138f,1.0306073104860918f,0.9347480123547007f,-0.06206024453457484f,-0.3498495097141697f,-0.24571714773553519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685709221551069f,-0.33580524608539497f,-0.8171145131572687f,-0.017536756109225164f,-0.12193857565086409f,0.9406696563451074f,-0.31665688276084614f,1.0346011418499552f,0.8749698707263874f,-0.04873842768396468f,-0.4817180617206955f,-0.23440494111554902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3636424052610383f,0.2394614471940042f,-0.9002346451918634f,-0.01203507772716603f,0.08244004302290206f,0.9708762343656198f,0.224951054343865f,1.044641433345252f,0.927883527390345f,0.007586359587285416f,-0.3727929810844936f,-0.2253619654498117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.407800658154421f,0.08939658203512768f,-0.908684144424925f,-0.008344862027368727f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.05073124625016f,0.9029449639539552f,0.1872869400912544f,-0.38679968218891486f,-0.2305985184068808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,0.2078355441240086f,-0.9002346451918634f,-0.007045889876593674f,0f,0.9743700647852354f,0.224951054343865f,1.0568210591550675f,0.9239145143383357f,0.08606604120728328f,-0.3727929810844936f,-0.23006060564933528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3731196310347231f,0.08463160412278323f,-0.9239151652181692f,-0.07566654606592348f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0675924707948614f,0.9228570386317024f,-0.06862907824166183f,-0.3789788066206667f,-0.048771314086287015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39064222177899244f,-0.19118867718678267f,-0.9004696242956455f,0.04530924266730963f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0814688057700406f,0.9057399550517613f,0.09488849292822524f,-0.4130754262028229f,-0.4180855556110742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,0f,-0.9239145143383358f,-0.02098123751400814f,0f,1f,0f,0.9214008423832208f,0.9239145143383357f,-6.938893903907228e-18f,-0.38259896784355985f,-0.2273754542214884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38259896784355985f,0.08052445573249953f,-0.9203987406738601f,2.7816977294918453e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1439880952380952f,0.9239145143383357f,0.033345697216892844f,-0.38114306326112857f,-0.22714285714285715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.976276215695816f,0.05604179484649169f,0.2091508257144586f,0.2976141192508863f,0f,0.9659258262890683f,-0.2588190451025207f,1.1158630952380952f,-0.21652886797527965f,0.2526788779026937f,0.9430104103323458f,-0.057886667454133345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.976276215695816f,0.05604179484649169f,0.2091508257144586f,0.38914001447236907f,0f,0.9659258262890683f,-0.2588190451025207f,1.1158630952380952f,-0.21652886797527965f,0.2526788779026937f,0.9430104103323458f,-0.0781862488268158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.976276215695816f,0.05604179484649169f,0.2091508257144586f,0.3120044430044589f,0f,0.9659258262890683f,-0.2588190451025207f,1.1546859520034733f,-0.21652886797527965f,0.2526788779026937f,0.9430104103323458f,-0.20948801969032646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21635035803800262f,-0.000024909643396445454f,-0.9763157900783627f,-1.058450270696163f,-0.000004329617771427209f,0.9999999996891659f,-0.000024554482552988876f,2.0927343552468414f,0.9763157903865338f,-0.0000010852968965287565f,-0.2163503580786028f,-0.5386315122429414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13061683150101483f,-0.000024909643396445454f,-0.9914329239581189f,-1.0543695158035158f,0.000004329617771427209f,0.9999999996891659f,-0.000024554482552988876f,2.0927343552468414f,0.9914329242615911f,-0.0000010852968965287565f,0.13061683156826387f,-0.6322926564784574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04352805218823508f,-0.000024909643396445454f,-0.9990522048682982f,-0.9065520625195946f,0f,0.9999999996891659f,-0.000024933275025389134f,2.0927380952380954f,0.9990522051788376f,-0.0000010852968965287565f,-0.043528052174705074f,-0.5789328765344937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000059781088725556235f,0f,-0.000014436164286536496f,0.6324298205571949f,0f,0.000015625f,0f,1.3101105952380951f,0.000014436164286536496f,0f,-0.0000059781088725556235f,0.042562286256827175f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..3c5dcd19c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7198699994580902f,-0.12812624735425318f,-0.36375169149238396f,-0.02305671903646926f,-0.13952450220916923f,0.8046266908070993f,-0.007296997227943373f,1.2453557513130746f,0.359533783680946f,0.05571353178697088f,-0.7311469792130234f,-0.3580677051693188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6995313802597467f,0.15390279648117974f,-0.3563281875843761f,-0.02305671903646926f,0.17536013577379328f,0.7805111964278223f,-0.007148078917169019f,1.2453557513130746f,0.3462725383470231f,-0.0843575810824484f,-0.7162256122903087f,-0.3580677051693188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7950284425893522f,0.13899122101192984f,0.12472233320462787f,-0.0817324702643332f,0.13952450220916923f,0.8046266908070993f,-0.007296997227943373f,1.2453557513130746f,-0.12412547362115829f,0.014204695240446362f,-0.8070536152424408f,-0.34894976098596386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7716246302675142f,-0.17224463896779468f,0.12217697946575792f,-0.0817324702643332f,-0.17536013577379328f,0.7805111964278223f,-0.007148078917169019f,1.2453557513130746f,-0.11766160268294387f,-0.03367575682391352f,-0.7905831332987175f,-0.34894976098596386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.005583893873253368f,0.6084584116204547f,1.4391502463111785f,-0.6516821150000902f,1.551639514703978f,0.16715158440095196f,-0.07669037906708898f,0.9304360798480305f,-0.18382025606122568f,1.4294211972545263f,-0.6036318450024157f,0.05994016186556389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5564879079379313f,-0.7845663209978341f,-0.27345364556865565f,-0.519117062362568f,-0.7742897331157902f,0.6090708832778052f,-0.171779126597711f,1.166661765070343f,0.30132477082102427f,0.11613934345912905f,-0.946422228918224f,0.026718007876549595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6169106035653115f,-0.7845663209978341f,-0.06226552147542484f,-0.2937035903119924f,-0.7855943594713687f,0.6090708832778052f,0.10896862626446166f,1.4591279732167812f,-0.04756899804970645f,0.11613934345912905f,-0.9920931626240699f,0.03717394193530099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5728269519823059f,0.8032047361515514f,0.16349750733995094f,0.42015006139974176f,0.409167869783557f,-0.10736226923299214f,-0.9061208514772894f,1.2793081243140951f,-0.7102470960302809f,0.5859483722725568f,-0.39014557233383285f,0.19860672903574925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3028172050802451f,0.8821963949161308f,0.36059847629235886f,0.29609507631116194f,0.5431659622395799f,0.47065253264024554f,-0.6953106722779921f,1.4575209009841814f,-0.7831171545635685f,-0.01468721608422252f,-0.6217007382269667f,-0.054462833987642595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.09461479546750065f,-0.12093973152208143f,-0.11364346994883627f,0f,0.7876114761757191f,-0.6161721858346938f,1.1340443144833736f,0.1535525258079141f,-0.6088646837146554f,-0.7782707875431676f,0.2699099051888396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.041131041436982964f,-0.1479412573026852f,-0.12228017307641235f,0f,0.9634570094128685f,-0.2678630079223553f,1.3130183599487717f,0.1535525258079141f,-0.26468628306642744f,-0.9520308783723818f,0.21433103412405707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.07801955013249498f,-0.13225478433354773f,0.18774330023253308f,0f,0.8612999599823667f,-0.5080968204332452f,1.1255851918168338f,0.1535525258079141f,-0.502071039526775f,-0.8510853618095621f,0.17425840030143114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.0014395202398003668f,-0.153545778071132f,0.18651372907462593f,0f,0.9999560558398726f,-0.009374774086107318f,1.3130183599487717f,0.1535525258079141f,-0.009263593829867245f,-0.9880970638795386f,0.16634586980908395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9982378614445868f,-0.02748229940494647f,-0.052591778805766334f,0.2815217330412468f,-0.029354649190241038f,0.9989502576919886f,0.03516656406342816f,2.015329112724129f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,0.016332355824172126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9982378614445868f,-0.02748229940494647f,-0.052591778805766334f,0.3174604610079964f,-0.029354649190241038f,0.9989502576919886f,0.03516656406342816f,1.8948579952382107f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,-0.08374476535657557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9982378614445868f,-0.02748229940494647f,-0.052591778805766334f,-0.30494301055744805f,-0.029354649190241038f,0.9989502576919886f,0.03516656406342816f,1.9980832563248623f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,0.04662979718104341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9982378614445868f,-0.02748229940494647f,-0.052591778805766334f,-0.3438721221990423f,-0.029354649190241038f,0.9989502576919886f,0.03516656406342816f,1.8754105401496761f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,-0.049579565528614346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9902470756949312f,0.12901485914297772f,-0.052591778805766334f,0.17909879250403926f,0.12727700441638545f,0.9912436011994045f,0.03516656406342816f,2.119867262314092f,0.05666827352609605f,0.028129863162721088f,-0.997996702185943f,0.003494489923472774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9982378614445868f,-0.027482299404946467f,-0.052591778805766334f,0.06383980283767712f,-0.029354649190241035f,0.9989502576919886f,0.03516656406342816f,2.126552850795997f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,0.009803914044582605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9752345007340553f,0.21482963803917599f,-0.052591778805766334f,0.04166139527784256f,0.21318524929500043f,0.9763786981776084f,0.03516656406342816f,2.121582020756245f,0.05890431275404666f,0.0230838550713547f,-0.997996702185943f,0.010797499383529793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993889135888498f,-0.09704890707710266f,-0.052591778805766334f,0.07044267125340867f,-0.09896639016255153f,0.9944691882558083f,0.03516656406342816f,2.1324271387387093f,0.04888802696988688f,0.04015648446980219f,-0.997996702185943f,0.009662953586866464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9968345052225915f,0.059624441294459256f,-0.052591778805766334f,0.12360477277902923f,0.05782130578944854f,0.9977073766234145f,0.03516656406342816f,2.239849618684701f,0.054567992398787755f,0.03201431916420671f,-0.997996702185943f,-0.02066601432967543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9968345052225915f,0.059624441294459256f,-0.052591778805766334f,0.11018927348777592f,0.05782130578944854f,0.9977073766234145f,0.03516656406342816f,2.0153654589444328f,0.054567992398787755f,0.03201431916420671f,-0.997996702185943f,-0.027869236141621928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9816487180839547f,-0.18330275253299838f,-0.052591778805766334f,-0.21068968127250945f,-0.18526349391130859f,0.9820594435143665f,0.03516656406342816f,2.10840496024357f,0.045202125037467164f,0.044264549224848494f,-0.997996702185943f,0.023631409584427526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9982378614445869f,-0.027482299404946467f,-0.052591778805766334f,-0.09598459090634048f,-0.029354649190241028f,0.9989502576919886f,0.03516656406342816f,2.121852979961997f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,0.018060625551473017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9619373607990908f,-0.2681615533608898f,-0.052591778805766334f,-0.07356875359401968f,-0.2701506306062445f,0.9621756334240756f,0.03516656406342816f,2.118193509132996f,0.041172207639722985f,0.048035734032628126f,-0.997996702185943f,0.016750421048634584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9977232724822368f,0.042218199267399545f,-0.052591778805766334f,-0.10289974033134107f,0.0404001046822053f,0.9985645418868225f,0.03516656406342816f,2.1273297507529474f,0.05400095451937277f,0.032961786010143414f,-0.997996702185943f,0.01861802140120948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9920440247884883f,-0.11437988321161446f,-0.052591778805766334f,-0.165105665595984f,-0.11630719756477108f,0.9925905241168697f,0.03516656406342816f,2.2313596645731684f,0.04817975379852544f,0.041003582159310485f,-0.997996702185943f,-0.005750901918810581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9920440247884883f,-0.11437988321161446f,-0.052591778805766334f,-0.1393701918733708f,-0.11630719756477108f,0.9925905241168697f,0.03516656406342816f,2.008026796646873f,0.04817975379852544f,0.041003582159310485f,-0.997996702185943f,-0.014976707904655426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9982378614445868f,-0.02748229940494647f,-0.052591778805766334f,0.0011377123399178247f,-0.029354649190241038f,0.9989502576919886f,0.03516656406342816f,1.4986351656015264f,0.05157011294786601f,0.0366484089221646f,-0.997996702185943f,-0.009017884652437323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.0014395202398003668f,-0.153545778071132f,0.0016775324298429622f,0f,0.9999560558398726f,-0.009374774086107318f,1.123651644661574f,0.1535525258079141f,-0.009263593829867245f,-0.9880970638795386f,-0.005544036966237106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9694654508418501f,-0.23427057320207656f,-0.07248474429546285f,0.1958310839416242f,-0.13498606010262246f,0.7565701385054282f,-0.6398284059807349f,0.8541409765768281f,0.20473276045122668f,-0.6105071040155448f,-0.7650918720941773f,0.34253112699049193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9694654508418501f,-0.21074630224019875f,0.12539033342363737f,0.13415622938295685f,-0.13498606010262246f,0.03172208522922554f,-0.990339574533241f,0.8275149091206699f,0.20473276045122668f,-0.9770259491952055f,-0.05920127867899572f,0.032928557853259044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9828372550090787f,0.08646790426719833f,-0.16295469216275296f,-0.08736679251929017f,0.14736326579932188f,0.8993896520929515f,-0.4115608358445665f,0.761493213021608f,0.1109729609372363f,-0.4285108577851423f,-0.8966958496062443f,0.3982648981078988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9828372550090787f,-0.06121420220549682f,-0.17402227332891473f,-0.11563854111513698f,0.14736326579932188f,0.30695201505037123f,-0.9402470570809969f,0.8325193152180435f,0.1109729609372363f,-0.9497543271314226f,-0.29266315114131014f,0.05355781056296902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9942747141496154f,0.02365324449859486f,-0.1042032476815861f,0.00411568280981656f,0.08239015983799175f,0.7906772560722427f,-0.6066641066454644f,1.0172727842076146f,0.06804156350768596f,-0.6117761034518748f,-0.7880991973607576f,0.0101459368123492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9658077274467227f,-0.24313799521138882f,-0.08999638264276731f,0.004917911092641527f,-0.10650072125418986f,0.6885599904044943f,-0.7173163430359718f,0.9797273328526868f,0.23637476594707413f,-0.6832049874662431f,-0.6909109313976125f,0.010191868177458322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9887578379984501f,-0.10707304246960675f,-0.10437097955338151f,0.00411568280981656f,-0.02094552789613934f,0.7903126114754911f,-0.6123457038339875f,1.0172727842076146f,0.1480514189657858f,-0.6032755089667501f,-0.7836704904633873f,0.0101459368123492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9872477479337628f,0.05519344518793584f,-0.14931700441677626f,0.0035309130616869686f,0.08941226031167976f,0.9682970774031048f,-0.23325140427993596f,1.0405686027310785f,0.13170927038621721f,-0.24362769444562749f,-0.9608840796857019f,0.012197498501538255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9803555752733685f,-0.13030068996806815f,-0.14806983563260973f,0.00438440036421861f,-0.09172971242874801f,0.9657906188903949f,-0.24255749899981904f,1.0413500088194376f,0.17460986767122263f,-0.22421019302688583f,-0.958770662595954f,0.011875186745841676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.03581634227542708f,-0.14931700441677626f,0.004352421487186979f,0f,0.9724164655133303f,-0.23325140427993596f,1.042218237806503f,0.1535525258079141f,-0.23048515619139465f,-0.9608840796857019f,0.011669396427813644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9865513592793799f,0.0742153508047142f,-0.1456313743976244f,-0.18697269691403384f,0.11897276192279234f,0.9369971314992174f,-0.3284537372031268f,1.0546635308485646f,0.1120798707372132f,-0.34136264773283453f,-0.9332253989837387f,0.042238117621499115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9723249393561573f,-0.1973800239707998f,-0.1250013537659953f,0.1935872268369069f,-0.12800010891953673f,0.8976370693257156f,-0.42173885745675244f,1.0554677726171184f,0.19544867465048657f,-0.394067022103635f,-0.8980595735627683f,-0.03235089741556248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.06221401422338588f,-0.14038445290060597f,0.003394371601005085f,0f,0.9142438534434748f,-0.4051643819992401f,0.9136108572558912f,0.1535525258079141f,-0.4003593296965096f,-0.9034013664717202f,0.056382513863592394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9881404868833226f,-0.049741959853565505f,-0.1452725562930466f,2.0009853950354076e-18f,0f,0.9460772822113961f,-0.32394100710391444f,1.125f,0.1535525258079141f,-0.32009922448113587f,-0.9348572662736195f,-0.016339285714285716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6925569645020144f,-0.1867025318343928f,-0.6967833347076998f,0.01349028741068753f,0f,0.9659258262890683f,-0.2588190451025207f,1.1891964285714285f,0.7213631893295879f,0.1792469322315118f,0.6689586581888572f,0.34732581409659546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6925569645020144f,-0.1867025318343928f,-0.6967833347076998f,0.0784175028327514f,0f,0.9659258262890683f,-0.2588190451025207f,1.1891964285714285f,0.7213631893295879f,0.1792469322315118f,0.6689586581888572f,0.41495361309624434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6925569645020144f,-0.1867025318343928f,-0.6967833347076998f,0.15047139532787446f,0f,0.9659258262890683f,-0.2588190451025207f,1.2280192853368066f,0.7213631893295879f,0.1792469322315118f,0.6689586581888572f,0.2807959148680913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5636495392233427f,-0.4653003225848607f,-0.68249161660473f,0.41126082559600363f,-0.45679936659863607f,0.8639917898997759f,-0.21178414874788534f,2.059455076101317f,0.6882103861526636f,0.19238970031736652f,-0.6995374669046652f,-0.5804819817316329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2322776630578693f,-0.4653003225848607f,-0.8541327162957751f,0.42875393170708f,-0.0905519810843459f,0.8639917898997759f,-0.4952964018721334f,2.088349728586182f,0.9684252299305689f,0.19238970031736652f,0.15855212784986128f,-0.6679356997564574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1865931318514813f,-0.4653003225848607f,-0.8652621642879573f,0.5497967032947354f,-0.3082096265052263f,0.8639917898997759f,-0.398151997502575f,2.133625201969136f,0.9328396589314611f,0.19238970031736652f,-0.3046249726080074f,-0.578515094852844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015439695107551917f,0f,-0.000002399258215748658f,0.09843545752886056f,0f,0.000015625f,0f,1.2911225f,0.000002399258215748658f,0f,-0.000015439695107551917f,0.6641155643730172f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2.mcfunction new file mode 100644 index 000000000..2a4d53453 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20.mcfunction new file mode 100644 index 000000000..fec2f59a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..e0e9894c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24259394952565702f,0.12305425780068699f,-0.7700326419932529f,-0.2992642890961803f,-0.1602950875021887f,0.7813438243426961f,0.17536179038958288f,1.3426808303555215f,0.7631501195837246f,0.2032336641481829f,-0.20794811175073202f,-0.3882671836824492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.17342376385520836f,0.2023092200286405f,-0.7543176901158397f,-0.2992642890961803f,0.14783410878499673f,0.7672259671257904f,0.1717829783408159f,1.3426808303555215f,0.766856749601931f,-0.10215329098613811f,-0.20370427273541097f,-0.3882671836824492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3679469364462431f,0.2307090888231833f,-0.6916160876806186f,-0.3189987077046991f,0.1602950875021887f,0.7813438243426961f,0.17536179038958288f,1.3426808303555215f,0.7112418585312131f,-0.056741421733605205f,-0.3973158368063865f,-0.34061063985763246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4194878592211528f,0.07086387777364868f,-0.6775014736463203f,-0.3189987077046991f,-0.14783410878499673f,0.7672259671257904f,0.1717829783408159f,1.3426808303555215f,0.6649624141602292f,0.2152733754898103f,-0.38920735034095005f,-0.34061063985763246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.090903264171263f,1.1144805492716001f,-0.09627784540462182f,-0.3755636191737171f,1.1067269599100988f,-1.0948560848540443f,-0.13361077675930166f,1.692716354828759f,-0.16276287791948726f,0.02509001302005017f,-1.5537969580411783f,0.6909823146501733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.018293415940502267f,0.2018967738548413f,-0.9792359489113104f,-0.0891023335461061f,-0.08354191384094684f,0.9762836245156709f,0.1997273970549266f,1.3784388625867325f,0.9963363385749913f,0.0781535489248669f,0.034726405305312624f,0.4285438435966541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09267683323115755f,0.2018967738548413f,-0.9750121523802926f,-0.06167767747956237f,-0.0603951111376067f,0.9762836245156709f,0.20790073365243478f,1.4047472713268685f,0.9938628854791391f,0.0781535489248669f,-0.07828529656026145f,0.06104398442090733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13366058838516562f,0.8627327497120927f,-0.48767514770258946f,0.3920948875820881f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1491982997621253f,-0.7382853463099085f,-0.4149554957210157f,-0.5317393007809229f,-0.49168084445234406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664975527195034f,0.5480408101640906f,-0.5054030892402614f,0.1641818433344667f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3925435712378693f,-0.0700779946374736f,-0.7209864162415338f,-0.6893965928714619f,-0.49145448814421655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,-0.57107625971123f,-0.7262890685567724f,0.2152278332885154f,0f,0.7860971525687044f,-0.618102958028333f,1.1040768021004135f,0.9239176941215231f,-0.23648080750371037f,-0.3007539229529029f,0.021813364735683773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,-0.2835561966380062f,-0.8793291697987851f,0.1565652391076469f,0f,0.9517397224813045f,-0.30690633856473154f,1.2806098354496285f,0.9239176941215231f,-0.1174196917020222f,-0.3641273273042956f,-0.0024786232540972286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,-0.277827408886957f,-0.881155965979912f,0.24426780122950179f,0f,0.9537169507482269f,-0.3007057995042731f,1.0962015865275279f,0.9239176941215231f,-0.11504741946981537f,-0.3648837976157668f,-0.3043948712877973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,0.19997238902624467f,-0.9020171556782989f,0.2761250169489333f,0f,0.9762960071199334f,0.21643961393810285f,1.2806098354496285f,0.9239176941215231f,0.08280791090717882f,-0.3735223478995015f,-0.29120290266707316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.932547590650946f,0.019793451043482763f,-0.3605041060333499f,0.3653406910335201f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0137380330105166f,0.36102884959911635f,0.04108898987116816f,-0.9316490029343162f,-0.2707614476603155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.932547590650946f,0.019793451043482763f,-0.3605041060333499f,0.3640397843618686f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8929942615753572f,0.36102884959911635f,0.04108898987116816f,-0.9316490029343162f,-0.3767782472792705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.932547590650946f,0.019793451043482763f,-0.3605041060333499f,-0.18253101847391068f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0158693651391997f,0.36102884959911635f,0.04108898987116816f,-0.9316490029343162f,-0.05865699852083461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.932547590650946f,0.019793451043482763f,-0.3605041060333499f,-0.253772994444383f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.895397678656638f,0.36102884959911635f,0.04108898987116816f,-0.9316490029343162f,-0.1375966344198559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9117014081657633f,0.25507744708130786f,-0.3220807947379771f,0.2763293391048538f,0.1566693721469387f,0.9405390720491787f,0.301398344023244f,2.108758963528699f,0.37980949195570196f,0.22432509877263485f,-0.8974536199052289f,-0.22591896756836313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9403797549274853f,0.10931549836814466f,-0.3220807947379771f,0.16911329989827137f,0.00760778561244356f,0.9534679647571394f,0.301398344023244f,2.119243728031187f,0.34004123003041553f,0.2809785792518762f,-0.8974536199052289f,-0.18391978572895168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8722315919419381f,0.42050119147826237f,-0.24978150048351094f,0.1346497657013414f,0.21699628516255187f,0.790399074972835f,0.5728716387706232f,2.1232113056110338f,0.43832027359464565f,0.44547508375603745f,-0.7806582398902008f,-0.2126666760812901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9594835535565724f,0.13038601332450425f,-0.24978150048351094f,0.1642153058250554f,-0.03787101548915789f,0.8187697305580371f,0.5728716387706232f,2.130843628095719f,0.2792079809752437f,0.5591203947731308f,-0.7806582398902008f,-0.2165257064883771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272738525974697f,0.27887704155281723f,-0.24978150048351094f,0.231826637589975f,0.09067904434584138f,0.8146136485529725f,0.5728716387706232f,2.2334519684072807f,0.3632361672597746f,0.5085589437675466f,-0.7806582398902008f,-0.20289189386201578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272738525974697f,0.19085901589916832f,-0.3220807947379771f,0.18888335901266218f,0.09067904434584138f,0.949176669085672f,0.301398344023244f,2.0198872178630047f,0.3632361672597746f,0.25027282495994224f,-0.8974536199052289f,-0.2592032794780027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.927481903855981f,-0.07886685784680919f,-0.3654549722647863f,-0.09107779000829494f,-0.15168052440435578f,0.972812690699457f,0.17500996351780143f,2.1175392711715633f,0.34171674898386867f,0.2177509759965584f,-0.9142287328215197f,-0.09752683667607172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9284005572682025f,0.06719425950953764f,-0.3654549722647863f,0.01653718156271039f,0.002368347404378676f,0.9845638138790548f,0.17500996351780143f,2.127188299446825f,0.3715734061994522f,0.1616138233224341f,-0.9142287328215197f,-0.13869787955957075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9367639227390955f,-0.03511549754049517f,-0.348195713481578f,0.02110852766972069f,-0.21727073258700408f,0.8383364493329923f,0.4999854262684641f,2.127232460356289f,0.27434792110670053f,0.5440210469754223f,-0.7929529107281194f,-0.18817259142326181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9017667184571713f,0.2560791490848864f,-0.348195713481578f,-0.00366984959139343f,0.052423463820754676f,0.8644456917355632f,0.4999854262684641f,2.135660446516009f,0.4290321269136133f,0.43261659173427947f,-0.7929529107281194f,-0.1719779412387885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307240784519379f,0.11185899562773426f,-0.348195713481578f,-0.04739833554092505f,-0.08345105535361472f,0.86200376732327f,0.4999854262684641f,2.2415244926441904f,0.3560738843978293f,0.49440577486275816f,-0.7929529107281194f,-0.1254347592979082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307240784519379f,-0.013976875070447696f,-0.3654549722647863f,-0.04425353865007432f,-0.08345105535361472f,0.9810236663964156f,0.17500996351780143f,2.0207941677049974f,0.3560738843978293f,0.1933835901347355f,-0.9142287328215197f,-0.16894606707822363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.932547590650946f,0.019793451043482763f,-0.3605041060333499f,0.07343651983505119f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5069532595722366f,0.36102884959911635f,0.04108898987116816f,-0.9316490029343162f,-0.2060187492453895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,0.19997238902624467f,-0.9020171556782989f,-0.0015531260497905616f,0f,0.9762960071199334f,0.21643961393810285f,1.1408422569022616f,0.9239176941215231f,0.08280791090717882f,-0.3735223478995015f,-0.23707171583558154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34217280276511636f,-0.014770158625306173f,-0.9395209499857085f,0.27229544461347277f,-0.24356902888512413f,0.9670942497902562f,0.0735040147922486f,0.7847655838900152f,0.907519642330579f,0.25398928016120054f,-0.33451090318160454f,-0.28561210402524867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34217280276511636f,-0.8736564710566653f,-0.34589325467357546f,-0.004822784915836649f,-0.24356902888512413f,0.4379998017542422f,-0.8653498147172635f,0.845789290790565f,0.907519642330579f,-0.21185028733532246f,-0.3626672780112909f,-0.3737191074850007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3195022914927509f,-0.04791556926174012f,-0.946373279395189f,0.01824144946727224f,0.007200967906848932f,0.9985691121209824f,-0.052989379871037745f,0.4809159573466202f,0.9475581416420238f,-0.023745031906400496f,-0.31870008106004344f,-0.10088841707607574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3195022914927509f,-0.3209145957394392f,-0.8915896522348572f,-0.11399631172021243f,0.007200967906848932f,0.940057364817755f,-0.34094031283071036f,0.857735667938222f,0.9475581416420238f,-0.11535151968348908f,-0.2980395864891506f,-0.14834063387196866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5084089511980227f,-0.22881016421956205f,-0.8301603743202536f,-0.017536816464465147f,0.0018779335697355624f,0.9637551119510765f,-0.2667818538688034f,1.0363273323261457f,0.8611137042848838f,-0.1371932685593027f,-0.4895520353902951f,-0.24369050965142475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33618905571279817f,-0.4729494787352062f,-0.8144296835105126f,-0.037577714319251374f,-0.11493244927156904f,0.8789031008087049f,-0.46294694241703527f,1.032210268703975f,0.9347552893262361f,-0.0620332971309782f,-0.3498348454966778f,-0.2549965230670323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46856365018411456f,-0.3359779922369462f,-0.8170476696365819f,-0.017536816464465147f,-0.12193857565086409f,0.9406028454047387f,-0.3168552839779508f,1.0363273323261457f,0.8749737650320593f,-0.048837239366490245f,-0.481700980439819f,-0.24369050965142475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36360101807089024f,0.23951264032719954f,-0.9002377434774136f,-0.012035062925596246f,0.08257656187742925f,0.970864632468444f,0.224951054343865f,1.0463676238214425f,0.9278876069257069f,0.007453894646889558f,-0.3727854991389523f,-0.23464757971095318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.407793153681963f,0.08939813859096896f,-0.9086873591211604f,-0.008344890747398085f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0524574367263504f,0.9029483531914255f,0.18728619710159725f,-0.38679213001832713f,-0.2398841633375624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,0.20783625941958916f,-0.9002377434774136f,-0.007045914126025653f,0f,0.9743700647852354f,0.224951054343865f,1.058547249631258f,0.9239176941215231f,0.08606431386405008f,-0.3727854991389523f,-0.23934626137591208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37311196107238476f,0.08463103373729941f,-0.9239183149138647f,-0.07566506360106345f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.069318661271052f,0.9228601396312891f,-0.0686297816203121f,-0.3789711278639389f,-0.058056399506560635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3906346940776998f,-0.19118788855321583f,-0.9004730573722819f,0.04530765572347296f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.083194996246231f,0.9057432016837972f,0.09489008191157156f,-0.4130679423029575f,-0.42737164645946335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,1.3877787807814457e-17f,-0.9239176941215231f,-0.020981239446419154f,0f,1f,0f,0.9231270328594113f,0.9239176941215231f,6.938893903907228e-18f,-0.3825912890921166f,-0.2366609941302062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825912890921166f,0.08052473286886501f,-0.9204019083570124f,2.895414932269814e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1457142857142857f,0.9239176941215231f,0.033345027969607435f,-0.3811354137296528f,-0.23642857142857143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762744160708259f,0.056043894881875f,0.2091586631532067f,0.2976155259443168f,0f,0.9659258262890683f,-0.2588190451025207f,1.1175892857142857f,-0.21653698188893095f,0.2526784121254722f,0.9430086720280901f,-0.06717485524392239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762744160708259f,0.056043894881875f,0.2091586631532067f,0.3891412524509567f,0f,0.9659258262890683f,-0.2588190451025207f,1.1175892857142857f,-0.21653698188893095f,0.2526784121254722f,0.9430086720280901f,-0.0874751972960097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762744160708259f,0.056043894881875f,0.2091586631532067f,0.3120045897246557f,0f,0.9659258262890683f,-0.2588190451025207f,1.1564121424796638f,-0.21653698188893095f,0.2526784121254722f,0.9430086720280901f,-0.21877632707417957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1888048771648279f,0.5401057358921366f,-0.82014542150474f,-1.0346656533629068f,0.09387731926380015f,0.8412682379158309f,0.5324047340152372f,2.175556975996239f,0.9775171442417859f,0.02352755683037532f,-0.2095392249269255f,-0.5468722346767185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10308770477076351f,0.5401057358921366f,-0.8352596717078523f,-1.030585676896757f,-0.09387731926380015f,0.8412682379158309f,0.5324047340152372f,2.175556975996239f,0.9902322828775773f,0.02352755683037532f,0.13742809034784342f,-0.6405334128245277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04351974897226557f,0.5401057358921366f,-0.8404711925496343f,-0.9065549862473867f,0f,0.8412682379158309f,0.5406179352130236f,2.0944642857142854f,0.9990525669099654f,0.02352755683037532f,-0.03661178253243715f,-0.5882110563707575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977988892064322f,0f,-0.000014436213970648801f,0.6324320620795248f,0f,0.000015625f,0f,1.3118367857142856f,0.000014436213970648801f,0f,-0.000005977988892064322f,0.03327131577958081f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21.mcfunction new file mode 100644 index 000000000..73b3659b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..7bce350b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.20988379438372162f,0.128822511409879f,-0.7786513968738434f,-0.29519922594321474f,-0.16767788388843027f,0.7800420381467248f,0.1742497931793492f,1.343489059045501f,0.7712181043999383f,0.20465488931955544f,-0.17402142445058533f,-0.3965475047267818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1416578948617512f,0.1952674603600264f,-0.7627605520396834f,-0.29519922594321474f,0.14066448937246445f,0.7688154334827301f,0.17069367495119922f,1.343489059045501f,0.7746912560839454f,-0.10389152113289785f,-0.17046996680873666f,-0.3965475047267818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39677337788171474f,0.2357925389205785f,-0.6737337824676494f,-0.3154146178675299f,0.16767788388843027f,0.7800420381467248f,0.1742497931793492f,1.343489059045501f,0.693829559981035f,-0.0536725419347301f,-0.42739237754460774f,-0.3477283131351502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4474821560723155f,0.06465825551875404f,-0.6599841134376974f,-0.3154146178675299f,-0.14066448937246445f,0.7688154334827301f,0.17069367495119922f,1.343489059045501f,0.6480534093934356f,0.21152337750715253f,-0.4186700841253301f,-0.3477283131351502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5245100584415103f,0.32817455582710775f,-0.09786108837706023f,-0.1391646870042379f,0.31897195515182053f,-1.5232535001869072f,-0.1391471019998668f,1.8252639994131763f,-0.12462834162937143f,0.11578637690167534f,-1.5532120078684353f,0.6546136941421997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.019052625691741543f,0.2034433415101431f,-0.9789013250830941f,-0.08881295405576338f,-0.07992466458660705f,0.9762556519374758f,0.20133790018486958f,1.381551067940451f,0.9966188064877006f,0.07440234442086796f,0.03486037434838858f,0.4193765291685456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09188462329701358f,0.2034433415101431f,-0.9747656245461024f,-0.061675205155749396f,-0.056618799953434745f,0.9762556519374758f,0.20909139999523435f,1.406473461803059f,0.9941587033735605f,0.07440234442086796f,-0.07818416496503428f,0.051758782733751146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13366672433774585f,0.8627293009491301f,-0.48767956701982323f,0.39209276614350475f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1509244902383158f,-0.7382842354190068f,-0.4149626659576592f,-0.5317352476496975f,-0.5009698174657992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664981351211225f,0.5480348179609602f,-0.505408818861091f,0.1641797237850227f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3942697617140598f,-0.07007245531279074f,-0.7209909710340485f,-0.6893923923962442f,-0.5007415669514745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,-0.5549556771817425f,-0.7386839496582221f,0.21102140696351374f,0f,0.7995099694927237f,-0.6006528187578445f,1.104230432732959f,0.9239208738408919f,-0.2297999239458046f,-0.3058794106107588f,0.010783146521998684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,-0.26087835367911566f,-0.8863251467156912f,0.1565671834817065f,0f,0.9593084990396319f,-0.2823600603313585f,1.282336025925819f,0.9239208738408919f,-0.10802633129011945f,-0.3670157089677227f,-0.011765638775946968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,-0.27782836504701197f,-0.8811589985321727f,0.24426723634691652f,0f,0.9537169507482269f,-0.3007057995042731f,1.0979277770037184f,0.9239208738408919f,-0.11504511041677656f,-0.3648764742351505f,-0.31368261570325384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,0.1999730772434773f,-0.9020202600256224f,0.2761245617049084f,0f,0.9762960071199334f,0.21643961393810285f,1.282336025925819f,0.9239208738408919f,0.08280624891546098f,-0.37351485113932686f,-0.3004909118512257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325445900748717f,0.019793792537160876f,-0.3605118490411726f,0.3653404056772205f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.015464223486707f,0.3610366000751657f,0.041088825364562875f,-0.9316460067194651f,-0.2800501983248202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325445900748717f,0.019793792537160876f,-0.3605118490411726f,0.36403861789027314f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8947204520515477f,0.3610366000751657f,0.041088825364562875f,-0.9316460067194651f,-0.3860669871281591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325445900748717f,0.019793792537160876f,-0.3605118490411726f,-0.1825295409917667f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.01759555561539f,0.3610366000751657f,0.041088825364562875f,-0.9316460067194651f,-0.06794119578066032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325445900748717f,0.019793792537160876f,-0.3605118490411726f,-0.2537721730343293f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8971238691328285f,0.3610366000751657f,0.041088825364562875f,-0.9316460067194651f,-0.14688023957836183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.911836362103236f,0.2531042378551571f,-0.3232532962339223f,0.2761492828423695f,0.15679713002113868f,0.9423660947697794f,0.29556861038596305f,2.1108676517571037f,0.37943261425906705f,0.21882501732689344f,-0.8989696897161856f,-0.2357623255642008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9402043694283394f,0.10734547117490716f,-0.3232532962339223f,0.16893359269854055f,0.007448161253296573f,0.9552924795309842f,0.29556861038596305f,2.1213524162595916f,0.3405293946222611f,0.2754872562747351f,-0.8989696897161856f,-0.1937622526439089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8727513696957886f,0.4172001455856087f,-0.2534740326295216f,0.13472746206599634f,0.21817660438565328f,0.7978513172554915f,0.561989541586339f,2.124770082172779f,0.4366967093909354f,0.4351750384351385f,-0.7873491410613876f,-0.22171388149927113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9589578122963557f,0.12708591195846874f,-0.2534740326295216f,0.16425114583636896f,-0.0390513347122593f,0.8262219728406937f,0.561989541586339f,2.1324967188502155f,0.28084676870667136f,0.5488227606221491f,-0.7873491410613876f,-0.22570346885662043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272708336763581f,0.27553532585801027f,-0.2534740326295216f,0.23138143958861487f,0.09067904434584138f,0.822158783973085f,0.561989541586339f,2.235590242811343f,0.3632438739052273f,0.4981317276988273f,-0.7873491410613876f,-0.213419596940014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272708336763581f,0.18888119940072332f,-0.3232532962339223f,0.1888831697234522f,0.09067904434584138f,0.9510081532095483f,0.29556861038596305f,2.0216134083391952f,0.3632438739052273f,0.24475985177701948f,-0.8989696897161856f,-0.2684905635898433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9274006815705289f,-0.07998596598137565f,-0.36541787185158925f,-0.09120093218398398f,-0.1517177382015651f,0.9733448727934917f,0.1719926932216095f,2.1194181008976236f,0.34192061028478477f,0.2149465139346241f,-0.9148159882784259f,-0.10710090628743768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9284954020462179f,0.06607622348838714f,-0.36541787185158925f,0.01641369720699283f,0.0024148433919500972f,0.9850952654488649f,0.1719926932216095f,2.1290671291728853f,0.37133604310708135f,0.15881199790866898f,-0.9148159882784259f,-0.14827284356740922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9361471714198523f,-0.03899059432345833f,-0.3494398474657878f,0.0213735019159354f,-0.21814291242161188f,0.8438431760848163f,0.4902472477590329f,2.128703504205601f,0.27575739918055975f,0.5351714003283372f,-0.7984669242165141f,-0.1968267394745348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9023776238568547f,0.2522031263992256f,-0.3494398474657878f,-0.003453840475622548f,0.05329564365536242f,0.8699524184873871f,0.4902472477590329f,2.1372011824752395f,0.4276379290121697f,0.4237645249456382f,-0.7984669242165141f,-0.18074388653116508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307211190570966f,0.10793512655383514f,-0.3494398474657878f,-0.04765023544643081f,-0.08345105535361474f,0.8675791361167355f,0.4902472477590329f,2.2433707164867864f,0.3560816197186727f,0.4854445911025752f,-0.7984669242165141f,-0.13535277230596376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307211190570966f,-0.015098922894067099f,-0.36541787185158925f,-0.04425297779526571f,-0.08345105535361474f,0.9815571480248846f,0.1719926932216095f,2.022520358181188f,0.3560816197186727f,0.1905717389559475f,-0.9148159882784259f,-0.17823141357105188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325445900748717f,0.019793792537160876f,-0.3605118490411726f,0.07343677257133494f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.508679450048427f,0.3610366000751657f,0.041088825364562875f,-0.9316460067194651f,-0.21530507386980277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,0.1999730772434773f,-0.9020202600256224f,-0.0015531313949690478f,0f,0.9762960071199334f,0.21643961393810285f,1.142568447378452f,0.9239208738408919f,0.08280624891546098f,-0.37351485113932686f,-0.24635741721310064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421672104986495f,-0.021613349977083807f,-0.9393904742769861f,0.272534629164421f,-0.24356517031563582f,0.9676051844266905f,0.06645460766346645f,0.7885457214322911f,0.9075227864184394f,0.2515413885891505f,-0.33634702608757183f,-0.2942576728292693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421672104986495f,-0.8761547031747162f,-0.3395210393545557f,-0.004823925949901526f,-0.24356517031563582f,0.4316825250120061f,-0.8685195480864976f,0.8475154812667555f,0.9075227864184394f,-0.21448341125617051f,-0.3611083749059667f,-0.3830047816833658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3194944278919297f,-0.046379920718729095f,-0.9464524359417822f,0.01967218103076078f,0.007203042280221875f,0.9986537377770601f,-0.051369526042356894f,0.4841263254743337f,0.9475607773266672f,-0.023229614246290026f,-0.31873022808332874f,-0.10970270963110373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3194944278919297f,-0.3245197283681017f,-0.8902866147740862f,-0.11399557960935074f,0.007203042280221875f,0.9386701951553322f,-0.3447410345592179f,0.8594618584144125f,0.9475607773266672f,-0.11655561173510265f,-0.2975623676561574f,-0.15762540072692782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5084392819443891f,-0.22910184446771736f,-0.8300613479962572f,-0.017536876818493793f,0.0018633871361444924f,0.963662076465259f,-0.267117820766504f,1.0380535228023362f,0.8610958276314284f,-0.13735991862313826f,-0.4895367487651871f,-0.2529760781867989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3361035458043031f,-0.4733214579053172f,-0.8142488587552086f,-0.037505565076558126f,-0.11509879698870769f,0.8787058184474708f,-0.46327999261603436f,1.0337311098896083f,0.9347655713758005f,-0.06199098412628778f,-0.34981487169291026f,-0.26427182387399245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46855637818075635f,-0.336265601459964f,-0.8169335136600167f,-0.017536876818493793f,-0.12193857565086409f,0.9404914008483347f,-0.3171859213435797f,1.0380535228023362f,0.8749776592772929f,-0.049003777457515774f,-0.48167699297405064f,-0.2529760781867989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3635371645549102f,0.2395979067547244f,-0.9002408417007811f,-0.01203504812319515f,0.08280408967197635f,0.9708452533144399f,0.224951054343865f,1.048093814297633f,0.9278923497480576f,0.007234445077239263f,-0.37277801716766096f,-0.24393319397221772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40778564918133675f,0.08939969514063516f,-0.9086905737546292f,-0.008344919466851028f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0541836272025409f,0.9029517423665254f,0.18728545409900343f,-0.3867845778210217f,-0.24916980826800533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,0.2078369747008137f,-0.9002408417007811f,-0.007045938374970941f,0f,0.9743700647852354f,0.224951054343865f,1.0602734401074485f,0.9239208738408919f,0.086062586514872f,-0.37277801716766096f,-0.24863191710228738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37310429108427384f,0.08463046334596976f,-0.9239214645457416f,-0.07566358113097689f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0710448517472424f,0.9228632405671302f,-0.06863048499422188f,-0.3789634490810338f,-0.0673414849391551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3906271663494242f,-0.19118709990644286f,-0.9004764903867193f,0.045306068776506656f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0849211867224215f,0.9057464482532699f,0.09489167088836348f,-0.4130604583745597f,-0.4366577372946634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,0f,-0.9239208738408919f,-0.020981241377380905f,0f,1f,0f,0.9248532233356018f,0.9239208738408919f,0f,-0.3825836103142459f,-0.24594653403890795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825836103142459f,0.08052500999966833f,-0.920405075976589f,3.0091321350477825e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1474404761904762f,0.9239208738408919f,0.03334435872001872f,-0.38112776417185024f,-0.24571428571428575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762726163784005f,0.05604599491338719f,0.20916650057750763f,0.2976169326171898f,0f,0.9659258262890683f,-0.2588190451025207f,1.1193154761904762f,-0.2165450957876256f,0.2526779463307972f,0.9430069336586973f,-0.0764630430454026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762726163784005f,0.05604599491338719f,0.20916650057750763f,0.38914249040266485f,0f,0.9659258262890683f,-0.2588190451025207f,1.1193154761904762f,-0.2165450957876256f,0.2526779463307972f,0.9430069336586973f,-0.0967641457754925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762726163784005f,0.05604599491338719f,0.20916650057750763f,0.3120047364233012f,0f,0.9659258262890683f,-0.2588190451025207f,1.1581383329558543f,-0.2165450957876256f,0.2526779463307972f,0.9430069336586973f,-0.22806463445925215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.11492280108927742f,0.9087582792131526f,-0.4011871629942119f,-0.9708547634583256f,0.1579538126680076f,0.41544181658165025f,0.895800586123373f,2.2326334393043545f,0.9807361229471637f,0.039578870586317344f,-0.1912855722465163f,-0.5533701012657817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02922198284405804f,0.9087582792131526f,-0.41629852951963636f,-0.9667755654189547f,-0.1579538126680076f,0.41544181658165025f,0.895800586123373f,2.2326334393043545f,0.9870140165075173f,0.039578870586317344f,0.1556818686321885f,-0.6470313133194147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04351144575328958f,0.9087582792131526f,-0.4150483635072045f,-0.9065579099125595f,0f,0.41544181658165025f,0.9096197540925212f,2.0961904761904764f,0.9990529285720845f,0.039578870586317344f,-0.018076474065840554f,-0.5974892361827221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977868911160092f,0f,-0.000014436263653763937f,0.6324343035581701f,0f,0.000015625f,0f,1.3135629761904761f,0.000014436263653763937f,0f,-0.000005977868911160092f,0.02398034528370499f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22.mcfunction new file mode 100644 index 000000000..14b314b9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..12d9ef54e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.16830658886560088f,0.13615426522823904f,-0.7874511747715085f,-0.2900316518833866f,-0.17687933506490572f,0.7784195740426404f,0.17239812069368746f,1.3440711599226025f,0.7793144663201542f,0.20608111813525465f,-0.13093502120021536f,-0.40482429740306325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.10128101004835727f,0.18631668443287971f,-0.7713807426333145f,-0.2900316518833866f,0.13172872851343978f,0.7707964439718296f,0.16887979169993875f,1.3440711599226025f,0.7825533202841946f,-0.10563586068339181f,-0.12826287791041505f,-0.40482429740306325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.43189186960865367f,0.24198544723687931f,-0.6495051198689306f,-0.3110481873550501f,0.17687933506490572f,0.7784195740426404f,0.17239812069368746f,1.3440711599226025f,0.6701697980641793f,-0.04950206578806527f,-0.4640758900112951f,-0.35406918960840006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48158682134250996f,0.05709799718725944f,-0.6362499133409932f,-0.3110481873550501f,-0.13172872851343978f,0.7707964439718296f,0.16887979169993875f,1.3440711599226025f,0.6250773356901128f,0.20642834271869245f,-0.4546049534804524f,-0.35406918960840006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4526628213391284f,-0.5668211718409895f,-0.0994521827405123f,0.12984556817067847f,-0.574119038515075f,-1.4459811912402776f,-0.14467886574712094f,1.806110578729246f,-0.039551322526184436f,0.17105088053604217f,-1.552605403556961f,0.6288656902909153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.01981756172036868f,0.20498650025544862f,-0.9785641516837221f,-0.08852137201986023f,-0.07630754872626275f,0.9762116203497596f,0.20294834392397934f,1.3846632623319355f,0.9968873668849697f,0.07064989035461954f,0.03498815139489106f,0.41020388919601014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09108643527517069f,0.20498650025544862f,-0.9745172117627711f,-0.06167273282767621f,-0.05284262802901561f,0.9762116203497596f,0.21028202242960253f,1.4081996522792495f,0.9944400021981463f,0.07064989035461954f,-0.0780876111878896f,0.0424735810260472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1336728602810931f,0.862725852126575f,-0.48768398630337095f,0.3920906446778377f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1526506807145063f,-0.7382831244771084f,-0.4149698361656396f,-0.5317311944817427f,-0.5102587904616227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664987174767039f,0.5480288257199747f,-0.5054145484470098f,0.1641776042242381f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3959959521902503f,-0.07006691598326759f,-0.7209955257767615f,-0.689388191873407f,-0.5100286457411167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,-0.535901320747521f,-0.7526256911973961f,0.2060923190315192f,0f,0.8145969231445002f,-0.5800274586633921f,1.104278311412262f,0.9239240534964416f,-0.2219045452994954f,-0.3116451766771452f,-0.0005462274839081981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,-0.23433324063848834f,-0.893713370696198f,0.15656912784495142f,0f,0.9673017682720606f,-0.2536282498022343f,1.2840622164020095f,0.9239240534964416f,-0.09703206392532769f,-0.370066375047904f,-0.02105265431395653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,-0.27782932118787623f,-0.881162031023568f,0.2442666714474586f,0f,0.9537169507482269f,-0.3007057995042731f,1.0996539674799088f,0.9239240534964416f,-0.11504280135579109f,-0.36486915082933064f,-0.3229703601140155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,0.19997376544689693f,-0.9020233643106397f,0.2761241064418103f,0f,0.9762960071199334f,0.21643961393810285f,1.2840622164020095f,0.9239240534964416f,0.08280458691802334f,-0.37350735435335186f,-0.30977892103159455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325415894343827f,0.01979413402947172f,-0.3605195920240933f,0.36534012029568524f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0171904139628976f,0.3610443505262769f,0.04108866085511938f,-0.931643010440261f,-0.2893389489869533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325415894343827f,0.01979413402947172f,-0.3605195920240933f,0.3640374513935319f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8964466425277382f,0.3610443505262769f,0.04108866085511938f,-0.931643010440261f,-0.395355726967353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325415894343827f,0.01979413402947172f,-0.3605195920240933f,-0.18252806349701461f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0193217460915807f,0.3610443505262769f,0.04108866085511938f,-0.931643010440261f,-0.07722539305276557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325415894343827f,0.01979413402947172f,-0.3605195920240933f,-0.25377135160674663f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.898850059609019f,0.3610443505262769f,0.04108866085511938f,-0.931643010440261f,-0.1561638447436946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9122502926866849f,0.2471414758032907f,-0.3266810285750145f,0.2756022796468712f,0.15716521793415555f,0.9476299971669634f,0.27802245006662735f,2.1137193049647176f,0.3782836207989547f,0.20228316639580388f,-0.9033177861794378f,-0.24672782532623563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9396804223476815f,0.10139136760915f,-0.3266810285750145f,0.16838693857320158f,0.006988261637769874f,0.9605491561904741f,0.27802245006662735f,2.1242040694672055f,0.34198226277946836f,0.2589693208009677f,-0.9033177861794378f,-0.20472686132796436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8743624116066524f,0.4070091285592627f,-0.2642611254778667f,0.1349772044780395f,0.22157835095885145f,0.8193290998345621f,0.5287748675482243f,2.12607126785817f,0.43173302810389114f,0.40378632398053793f,-0.8065749791622161f,-0.23025761573270215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9573408067526019f,0.1168958394787803f,-0.2642611254778667f,0.1643718336997643f,-0.04245308128545747f,0.8476997554197643f,0.5287748675482243f,2.1340697233586132f,0.2858256734718697f,0.5174364573296157f,-0.8065749791622161f,-0.23464465431524725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272678146911961f,0.2652177546827984f,-0.2642611254778667f,0.23003640022111685f,0.09067904434584138f,0.8439042898136511f,0.5287748675482243f,2.238503703457362f,0.36325158052558937f,0.4663529695789793f,-0.8065749791622161f,-0.22643776479807387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272678146911961f,0.1829040879996517f,-0.3266810285750145f,0.18888298042119528f,0.09067904434584138f,0.9562849095198954f,0.27802245006662735f,2.0233395988153857f,0.36325158052558937f,0.22817814623127503f,-0.9033177861794378f,-0.27777784770011066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.927163135293151f,-0.08334061043077415f,-0.36527094492499734f,-0.091572615289026f,-0.15182532274194654f,0.9748834033998686f,0.16294606822440616f,2.1215956861048078f,0.34251655715845075f,0.20653496660012563f,-0.9165291679176429f,-0.11725456328069288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.928785562367542f,0.06272571985405014f,-0.36527094492499734f,0.01604167191448893f,0.0025492626081436293f,0.9866316841204532f,0.16294606822440616f,2.1312447143800695f,0.3706087969783825f,0.1504107840496464f,-0.9165291679176429f,-0.15842739495429303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9342908009368595f,-0.050692338068203655f,-0.35288948148951826f,0.0221689368421414f,-0.22065328080427188f,0.8596930182632281f,0.46069517473028965f,2.129744433267796f,0.2800229079112515f,0.5082894856384893f,-0.8143887092993659f,-0.20419524247848986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9042281482932933f,0.24050045673166864f,-0.35288948148951826f,-0.0028064232669377798f,0.05580601203802242f,0.8858022606657989f,0.46069517473028965f,2.1384427041931207f,0.4233877004053074f,0.39688019012192954f,-0.8143887092993659f,-0.18845239980851874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307181595979668f,0.09608705036909464f,-0.35288948148951826f,-0.04840635928489201f,-0.08345105535361474f,0.8836265485716213f,0.46069517473028965f,2.2454439216597724f,0.35608935501492023f,0.45822636481412915f,-0.8143887092993659f,-0.14653546018904334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307181595979668f,-0.018461965988851636f,-0.36527094492499734f,-0.044252416937400396f,-0.08345105535361474f,0.9830994355661969f,0.16294606822440616f,2.0242465486573784f,0.35608935501492023f,0.1821391105755472f,-0.9165291679176429f,-0.1875167600685414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325415894343827f,0.01979413402947172f,-0.3605195920240933f,0.0734370253025461f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5104056405246176f,0.3610443505262769f,0.04108866085511938f,-0.931643010440261f,-0.22459139849631657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,0.19997376544689693f,-0.9020233643106397f,-0.0015531367400402527f,0f,0.9762960071199334f,0.21643961393810285f,1.1442946378546426f,0.9239240534964416f,0.08280458691802334f,-0.37350735435335186f,-0.2556431185905753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.342161618196419f,-0.028455424289836995f,-0.9392101553229146f,0.2727590985224684f,-0.2435613117408477f,0.9680647346803464f,0.05940165731145808f,0.7923289947167879f,0.9075259304594475f,0.24908022462001206f,-0.33816523660328934f,-0.30290797294635546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.342161618196419f,-0.8786064586662272f,-0.33313078186081724f,-0.004825066983633199f,-0.2435613117408477f,0.4253423108063806f,-0.8716431644090177f,0.849241671742946f,0.9075259304594475f,-0.2171050654127619f,-0.3595303549296425f,-0.3922904558722477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31948656426771954f,-0.044844141483112776f,-0.9465291005706329f,0.021093734597028832f,0.007205116653593527f,0.9987357357442391f,-0.049749537097561414f,0.4873426909176881f,0.9475634129420663f,-0.02271416126684174f,-0.3187595415537039f,-0.11852017515969514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31948656426771954f,-0.32811957025062577f,-0.8889689999493533f,-0.11399484749061488f,0.007205116653593527f,0.9372676589600828f,-0.34853611256438566f,0.861188048890603f,0.9475634129420663f,-0.11775773047248622f,-0.2970802843804228f,-0.1669101675879716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5084805105270471f,-0.22947799561533713f,-0.8299321779172808f,-0.017536937171311093f,0.001844586581000576f,0.9635418029243455f,-0.26755147451966504f,1.0397797132785267f,0.861071523112046f,-0.13757559211455034f,-0.4895189358337757f,-0.26226164672167146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3359952099865915f,-0.47380137580692067f,-0.8140144194973057f,-0.03741220003918943f,-0.1153134483754682f,0.8784509126993809f,-0.46370982586244924f,1.0351922830852196f,0.9347780632266809f,-0.061937470573910226f,-0.3497909693646787f,-0.27354408040927414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46854910614503276f,-0.3366367024955791f,-0.8167848343741416f,-0.017536937171311093f,-0.12193857565086412f,0.940347364200792f,-0.3176126861585691f,1.0397797132785267f,0.8749815534620884f,-0.04921956088311062f,-0.4816479169762333f,-0.26226164672167146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3634569493137799f,0.2397079363252863f,-0.900243939861965f,-0.01203503331996274f,0.08309780064370464f,0.970820157741774f,0.224951054343865f,1.0498200047738235f,0.927897516713834f,0.006951732511386727f,-0.3727705351706203f,-0.2532188082336052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40777814465254303f,0.08940125168412627f,-0.9086937883253311f,-0.00834494818572755f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0559098176787314f,0.9029551314792548f,0.18728471108347297f,-0.38677702559699967f,-0.25845545319820956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,0.20783768996768207f,-0.900243939861965f,-0.0070459626234295365f,0f,0.9743700647852354f,0.224951054343865f,1.061999630583639f,0.9239240534964416f,0.0860608591597492f,-0.3727705351706203f,-0.2579175728284611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3730966210703909f,0.08462989294879428f,-0.9239246141137994f,-0.07566209865566388f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.072771042223433f,0.9228663414392252f,-0.06863118836339106f,-0.37895577027195204f,-0.0766265703840705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39061963859416615f,-0.19118631124646376f,-0.9004799233389569f,0.04530448182641085f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.086647377198612f,0.9057496947601789f,0.09489325985860084f,-0.41305297441762984f,-0.4459438281166742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,-1.3877787807814457e-17f,-0.9239240534964417f,-0.02098124330689339f,0f,1f,0f,0.9265794138117923f,0.9239240534964416f,0f,-0.3825759315099485f,-0.2552320739475936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825759315099485f,0.08052528712490943f,-0.9204082435325894f,3.1228493378257505e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1491666666666667f,0.9239240534964416f,0.03334368946812677f,-0.3811201145877215f,-0.255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762708166185399f,0.05604809494102804f,0.20917433798736063f,0.2976183392695051f,0f,0.9659258262890683f,-0.2588190451025207f,1.1210416666666667f,-0.21655320967136243f,0.2526774805186687f,0.9430051952241667f,-0.0857512308585737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762708166185399f,0.05604809494102804f,0.20917433798736063f,0.3891437283274932f,0f,0.9659258262890683f,-0.2588190451025207f,1.1210416666666667f,-0.21655320967136243f,0.2526774805186687f,0.9430051952241667f,-0.10605309426526391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762708166185399f,0.05604809494102804f,0.20917433798736063f,0.31200488310039504f,0f,0.9659258262890683f,-0.2588190451025207f,1.1598645234320448f,-0.21655320967136243f,0.2526774805186687f,0.9430051952241667f,-0.23735294184554384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.01815836467512627f,0.9888888795274903f,0.14754340967725485f,-0.8872777342981522f,0.17188147372663912f,-0.14228342794133164f,0.9747882770749875f,2.246390560291096f,0.9849502691922492f,0.04306053971014548f,-0.16738804359328416f,-0.5590083265570583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06752609941532822f,0.9888888795274903f,0.1324349268305621f,-0.883199314685842f,-0.17188147372663912f,-0.14228342794133164f,0.9747882770749875f,2.246390560291096f,0.9828005824618289f,0.04306053971014548f,0.17957952286538995f,-0.6526695725100453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04350314253130799f,0.9888888795274903f,0.1421487268207698f,-0.9065608335151125f,0f,-0.14228342794133164f,0.9898259574961974f,2.0979166666666664f,0.9990532901651948f,0.04306053971014548f,0.00618977624557484f,-0.6067674159703881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977748929842946f,0f,-0.0000144363133358819f,0.6324365449931305f,0f,0.000015625f,0f,1.3152891666666666f,0.0000144363133358819f,0f,-0.000005977748929842946f,0.014689374769200125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23.mcfunction new file mode 100644 index 000000000..9891b684e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..4bf6597bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.12047598045652755f,0.1445886626860596f,-0.7946849068656957f,-0.28408654249350257f,-0.18721953190201593f,0.7765963183544217f,0.16968043386670167f,1.3445116714958698f,0.785734579518983f,0.20721177907025218f,-0.08141801770561959f,-0.4133095113961599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.054831288279415f,0.17601959295426842f,-0.7784668475419061f,-0.28408654249350257f,0.12168710307854266f,0.7730226187350058f,0.16621756786942207f,1.3445116714958698f,0.7887875371543163f,-0.10701931517388573f,-0.07975642550754572f,-0.4133095113961599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47024908267679794f,0.24874942949717624f,-0.6196240521565505f,-0.30627906083717016f,0.18721953190201593f,0.7765963183544217f,0.16968043386670167f,1.3445116714958698f,0.6409049005589397f,-0.044343253011382186f,-0.5042013772257555f,-0.35971313499815366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5188366904288707f,0.04884046394547778f,-0.6069786633370291f,-0.30627906083717016f,-0.12168710307854266f,0.7730226187350058f,0.16621756786942207f,1.3445116714958698f,0.596657973724619f,0.20012655997059536f,-0.4939115532007401f,-0.35971313499815366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8992538016046983f,-1.273788650084895f,-0.10105110199496703f,0.3424517045232702f,-1.2761384460336171f,-0.888996670987377f,-0.1502059770057939f,1.6430428345720123f,0.06495780826352734f,0.16897823495427186f,-1.5519771548761072f,0.6203099317917742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.020588211233107223f,0.20652622468627196f,-0.9782244344091269f,-0.08822759227661502f,-0.07269062576000285f,0.9761515304768242f,0.2045587017811095f,1.3877754229619834f,0.9971420152038726f,0.06689624850908463f,0.03510973441327378f,0.40102592177631013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09028228252146614f,0.20652622468627196f,-0.9742669182413768f,-0.06167026049534311f,-0.04906665748084596f,0.9761515304768242f,0.21147258137028313f,1.40992584275544f,0.994706777189324f,0.06689624850908463f,-0.0779956367307767f,0.033188379297795445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13367899621520674f,0.8627224032444276f,-0.48768840555323206f,0.39208852318508736f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1543768711906968f,-0.7382820134842136f,-0.4149770063449559f,-0.5317271412770591f,-0.5195477634398143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664992997862469f,0.5480228334411346f,-0.5054202779980173f,0.1641754846521131f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3977221426664408f,-0.07006137664890477f,-0.7210000804696719f,-0.6893839913029509f,-0.5193157245131429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,-0.5147720236314238f,-0.7672361407861163f,0.20067928968452037f,0f,0.830407540019873f,-0.5571564569114704f,1.1043601511093233f,0.9239272330881716f,-0.21315037218956917f,-0.3176875615970565f,-0.012075889898735485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,-0.20521554153298507f,-0.9008485519527065f,0.15657107219738128f,0f,0.9750211052245685f,-0.2221122337167879f,1.2857884068782f,0.9239272330881716f,-0.0849730891517112f,-0.37301212055113003f,-0.03033966986812589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,-0.27783027730954946f,-0.8811650634540973f,0.24426610653112818f,0f,0.9537169507482269f,-0.3007057995042731f,1.1013801579560993f,0.9239272330881716f,-0.11504049228685913f,-0.3648618273983078f,-0.3322581045200821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,0.19997445363650346f,-0.9020264685333499f,0.27612365115963916f,0f,0.9762960071199334f,0.21643961393810285f,1.2857884068782f,0.9239272330881716f,0.08280292491486607f,-0.3734998575415772f,-0.31906693020817956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.932538588729479f,0.0197944755204153f,-0.36052733498211104f,0.3653398348889143f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.018916604439088f,0.36105210095244894f,0.04108849634283772f,-0.9316400140967043f,-0.2986276996467143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.932538588729479f,0.0197944755204153f,-0.36052733498211104f,0.3640362848716449f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8981728330039287f,0.36105210095244894f,0.04108849634283772f,-0.9316400140967043f,-0.40464446679685184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.932538588729479f,0.0197944755204153f,-0.36052733498211104f,-0.18252658598965465f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.021047936567771f,0.36105210095244894f,0.04108849634283772f,-0.9316400140967043f,-0.08650959033715053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.932538588729479f,0.0197944755204153f,-0.36052733498211104f,-0.2537705301616349f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9005762500852095f,0.36105210095244894f,0.04108849634283772f,-0.9316400140967043f,-0.16544744991585442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9128820720430199f,0.2380633302377428f,-0.33162052611163595f,0.274760941960727f,0.15767590787311214f,0.9549332035446415f,0.25147740424212683f,2.117075766879849f,0.3765429996943677f,0.17728064633254156f,-0.9092782532410438f,-0.2585705838880245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9388842886066584f,0.09232615701420112f,-0.33162052611163595f,0.16754594996462263f,0.0063501909533660306f,0.967842337486069f,0.25147740424212683f,2.127560531382337f,0.344174327459828f,0.23400233011765373f,-0.9092782532410438f,-0.2165687288146751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.876908683137477f,0.3909133036938812f,-0.2796747225496639f,0.13539747113598694f,0.22629453900238705f,0.8491059392379273f,0.4772943385046322f,2.127379169985495f,0.42405417467087053f,0.35525468743707356f,-0.8330499168706483f,-0.23836777774154824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9547885714623638f,0.10080095918009577f,-0.2796747225496639f,0.16458831565724552f,-0.04716926932899303f,0.8774765948231295f,0.4772943385046322f,2.13575447562909f,0.2935197503334788f,0.4689072319403682f,-0.8330499168706483f,-0.2433692251832465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272647956419837f,0.2489217715062281f,-0.2796747225496639f,0.22798868787497079f,0.0906790443458414f,0.8740523012657483f,0.4772943385046322f,2.241877127947799f,0.36325928712085975f,0.4172176006860817f,-0.8330499168706483f,-0.24136423173033072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272647956419837f,0.17380398564035315f,-0.33162052611163595f,0.18888279110589137f,0.0906790443458414f,0.9636059495832137f,0.25147740424212683f,2.025065789291576f,0.36325928712085975f,0.20311511145988398f,-0.9092782532410438f,-0.28706513180880455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.926807832007305f,-0.08837925763604405f,-0.36498814960162873f,-0.09213318184424697f,-0.15197603854132402f,0.9770387397463799f,0.14932710652822453f,2.1239837846997442f,0.34341014288923555f,0.19386698495233137f,-0.918958685636241f,-0.1278525190375106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9292228515348196f,0.05769352507758442f,-0.36498814960162873f,0.015480763164372642f,0.002737571258703289f,0.9887840618454122f,0.14932710652822453f,2.133632812975006f,0.3695096722537887f,0.1377589786714839f,-0.918958685636241f,-0.16902624510189537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9314706927188079f,-0.06847888198646182f,-0.3573135756276673f,0.02336582676023681f,-0.22412886076473398f,0.8816369665029701f,0.41531014081977785f,2.130667285274664f,0.2865808827857277f,0.4669335092037469f,-0.8365670897210982f,-0.21054224811711625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9070424103377961f,0.22271298687048488f,-0.3573135756276673f,-0.0018345591643461126f,0.059281591998484554f,0.9077462089055409f,0.41531014081977785f,2.139643274728924f,0.4168450056060726f,0.35552179356102187f,-0.8365670897210982f,-0.1953225967555019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.930715200074548f,0.07807832620110122f,-0.3573135756276673f,-0.04954230897807618f,-0.08345105535361472f,0.905844030886457f,0.41531014081977785f,2.2476562470140578f,0.3560970902865709f,0.4163536557843708f,-0.8365670897210982f,-0.1586781843971149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.930715200074548f,-0.023513124007101344f,-0.36498814960162873f,-0.044251856076478385f,-0.08345105535361472f,0.9852600350243972f,0.14932710652822453f,2.025972739133569f,0.3560970902865709f,0.1694396541047888f,-0.918958685636241f,-0.19680210657069233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.932538588729479f,0.0197944755204153f,-0.36052733498211104f,0.07343727802868462f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.512131831000808f,0.36105210095244894f,0.04108849634283772f,-0.9316400140967043f,-0.23387772312493077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,0.19997445363650346f,-0.9020264685333499f,-0.0015531420850041753f,0f,0.9762960071199334f,0.21643961393810285f,1.146020828330833f,0.9239272330881716f,0.08280292491486607f,-0.3734998575415772f,-0.26492881996800555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421560258584255f,-0.03529601852784514f,-0.938980002473349f,0.27296884065279825f,-0.24355745316075972f,0.9684728760434398f,0.052345538281615867f,0.7961152945067854f,0.9075290744536026f,0.24660591932115056f,-0.33996543879805996f,-0.31156303794894813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421560258584255f,-0.8810116072415821f,-0.3267228211716665f,-0.004826208017031547f,-0.24355745316075972f,0.4189794957934648f,-0.8747204977102676f,0.8509678622191365f,0.9075290744536026f,-0.2197151110193798f,-0.35793330246168614f,-0.4015761300516463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3194787006201211f,-0.043308235598675804f,-0.9466032730660763f,0.02250608739451304f,0.00720719102696387f,0.9988151058068441f,-0.048129417299230315f,0.490564999397878f,0.9475660484882201f,-0.022198674316098135f,-0.318788021435919f,-0.12734082071101677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3194787006201211f,-0.3317140624431912f,-0.8876368292424068f,-0.11399411536400492f,0.00720719102696387f,0.935849779192802f,-0.352325484718725f,0.8629142393667935f,0.9475660484882201f,-0.11895785624421117f,-0.2965933448177854f,-0.17619493445510018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5085285433547644f,-0.22990689578950974f,-0.8297840320600975f,-0.017536997522917035f,0.0018231071930312202f,0.9634043511282718f,-0.2680461387658405f,1.0415059037547172f,0.8610432026754781f,-0.13782189773597317f,-0.4894994664254606f,-0.27154721525604236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33587242047433813f,-0.47434864528977744f,-0.8137463240325342f,-0.03730541284962097f,-0.11555821048072563f,0.8781597853429288f,-0.46420005536078257f,1.036616226410507f,0.9347919646398346f,-0.06187692718787947f,-0.34976453325999785f,-0.282814339631548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46854183407694483f,-0.3370599331232032f,-0.8166144446449588f,-0.017536997522917035f,-0.12193857565086412f,0.9401828042178183f,-0.3180994788134022f,1.0415059037547172f,0.8749854475864449f,-0.049466110986224054f,-0.4816155836098406f,-0.27154721525604236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36336648163553015f,0.23983342274654923f,-0.9002470379609648f,-0.01203501851589902f,0.08343287006837222f,0.9707914190709237f,0.224951054343865f,1.051546195250014f,0.9279028808102548f,0.006629479009499048f,-0.3727630531478308f,-0.26250442249511574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40777064009558245f,0.08940280822144192f,-0.908697002833265f,-0.00834497690402765f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0576360081549219f,0.9029585205296129f,0.187283968055006f,-0.38676947334626116f,-0.26774109812817504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,0.20783840522019412f,-0.9002470379609648f,-0.007045986871401437f,0f,0.9743700647852354f,0.224951054343865f,1.0637258210598295f,0.9239272330881716f,0.08605913179868185f,-0.3727630531478308f,-0.2672032285544333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37308895103073675f,0.0846293225457731f,-0.9239277636180375f,-0.07566061617512462f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0744972326996234f,0.9228694422475737f,-0.06863189172781956f,-0.37894809143669433f,-0.08591165584130697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3906121108119266f,-0.19118552257327856f,-0.9004833562289941f,0.04530289487318572f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0883735676748025f,0.9057529412045235f,0.09489484882228345f,-0.41304549043216887f,-0.4552299189254956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,0f,-0.9239272330881716f,-0.02098124523495661f,0f,1f,0f,0.9283056042879828f,0.9239272330881716f,-6.938893903907228e-18f,-0.3825682526792251f,-0.2645176138562633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825682526792251f,0.0805255642445883f,-0.9204114110250129f,3.236566540603719e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1508928571428572f,0.9239272330881716f,0.03334302021393164f,-0.3811124649772673f,-0.2642857142857143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762690167912438f,0.05605019496479732f,0.20918217538276473f,0.2976197459012625f,0f,0.9659258262890683f,-0.2588190451025207f,1.1227678571428572f,-0.21656132354014085f,0.25267701468908654f,0.9430034567244985f,-0.09503941868343549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762690167912438f,0.05605019496479732f,0.20918217538276473f,0.3891449662254416f,0f,0.9659258262890683f,-0.2588190451025207f,1.1227678571428572f,-0.21656132354014085f,0.25267701468908654f,0.9430034567244985f,-0.1153420427653237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762690167912438f,0.05605019496479732f,0.20918217538276473f,0.31200502975593736f,0f,0.9659258262890683f,-0.2588190451025207f,1.1615907139082353f,-0.21656132354014085f,0.25267701468908654f,0.9430034567244985f,-0.2466412492330544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07076924595223621f,0.7550566157270824f,0.6518291347232931f,-0.810470277231148f,0.13123840259696468f,-0.6548350381413415f,0.7442899666838354f,2.2130086330124055f,0.9888216196620849f,0.03287217469521661f,-0.14543460599065908f,-0.5649426640974042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1564373558820079f,0.7550566157270824f,0.6367235355563755f,-0.8063926360461803f,-0.13123840259696468f,-0.6548350381413415f,0.7442899666838354f,2.2130086330124055f,0.9789299440554686f,0.03287217469521661f,0.20153308602401773f,-0.6586039439432757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04349483930632181f,0.7550566157270824f,0.6542153361092067f,-0.9065637570550451f,0f,-0.6548350381413415f,0.755771839130321f,2.0996428571428574f,0.999053651689296f,0.03287217469521661f,0.02848194475610676f,-0.616045595733756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977628948112892f,0f,-0.000014436363017002682f,0.6324387863844058f,0f,0.000015625f,0f,1.3170153571428571f,0.000014436363017002682f,0f,-0.000005977628948112892f,0.005398404236066856f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24.mcfunction new file mode 100644 index 000000000..b8500a752 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..6197a8233 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.06920301890567608f,0.15363003986844748f,-0.7990952367952172f,-0.277713417943683f,-0.19802002007763753f,0.7746919008842368f,0.16608725055603799f,1.3448949513865645f,0.7892676721285606f,0.20783338037676086f,-0.02839493226574004f,-0.42215369160103755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.005038610726892434f,0.1649813860096672f,-0.7827871707381721f,-0.277713417943683f,0.11119847713823246f,0.7753478911244308f,0.16269771483040457f,1.3448949513865645f,0.792218095655534f,-0.10778121357280616f,-0.02781544385215351f,-0.42215369160103755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5090011384392246f,0.255583033166156f,-0.5852688259847822f,-0.30146084036193854f,0.19802002007763753f,0.7746919008842368f,0.16608725055603799f,1.3448949513865645f,0.6071658399156443f,-0.038395524562111635f,-0.5448117757332113f,-0.36480077210319156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5564700011904478f,0.040497923719547f,-0.5733245642299908f,-0.30146084036193854f,-0.11119847713823246f,0.7753478911244308f,0.16269771483040457f,1.3448949513865645f,0.5638936393126288f,0.1928615200170926f,-0.5336931680651866f,-0.36480077210319156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04781432145621932f,-1.5583906483153547f,-0.10265781951186355f,0.42835225066180876f,-1.554269594780319f,-0.0374293915189256f,-0.15572834485714726f,1.3915991922230422f,0.1528596330137715f,0.10688254251173127f,-1.5513272719517064f,0.6297522437354524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.021364561342622976f,0.20806248945564734f,-0.9778821789971202f,-0.08793161970042795f,-0.06907395518474307f,0.9760753833071236f,0.2061689472665265f,1.3908875270319478f,0.9973827471105431f,0.06314148068718631f,0.035225121473974844f,0.3918426250944225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.08947217848993122f,0.20806248945564734f,-0.9740147482239602f,-0.061667788158750195f,-0.045290950422109746f,0.9760753833071236f,0.2126630572330645f,1.4116520332316305f,0.9949590238226538f,0.06314148068718631f,-0.07790824302024646f,0.023903177548995902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13368513214008668f,0.8627189543026887f,-0.48769282476940645f,0.39208640166525377f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1561030616668873f,-0.7382809024403231f,-0.41498417649560815f,-0.5317230880356469f,-0.5288367364003739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664998820497523f,0.5480168411244403f,-0.5054260075141132f,0.16417336506864783f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3994483331426313f,-0.07005583730970255f,-0.72100463511278f,-0.6893797906848762f,-0.528602803267553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,-0.492498717792059f,-0.7817240052154607f,0.1950316534829587f,0f,0.8460853702196379f,-0.5330474146830638f,1.1045865545211146f,0.9239304126160822f,-0.20392292483552704f,-0.32367890473368843f,-0.023702587674383543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,-0.1748717116492566f,-0.907230561556313f,0.15657301653899616f,0f,0.9819252068859992f,-0.18926935325585015f,1.2875145973543904f,0.9239304126160822f,-0.07240699238849124f,-0.37564587059666865f,-0.03962668543845482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,-0.27783123341203186f,-0.881168095823761f,0.24426554159792527f,0f,0.9537169507482269f,-0.3007057995042731f,1.1031063484322898f,0.9239304126160822f,-0.11503818320998087f,-0.3648545039420824f,-0.3415458489214535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,0.19997514181229692f,-0.9020295726937535f,0.276123195858395f,0f,0.9762960071199334f,0.21643961393810285f,1.2875145973543904f,0.9239304126160822f,0.08280126290598927f,-0.37349236070400343f,-0.32835493938098054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325355879601609f,0.019794817009991583f,-0.36053507791522554f,0.36533954945690783f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0206427949152785f,0.3610598513536816f,0.041088331827717914f,-0.9316370176887954f,-0.3079164503041032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325355879601609f,0.019794817009991583f,-0.36053507791522554f,0.3640351183246125f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8998990234801192f,0.3610598513536816f,0.041088331827717914f,-0.9316370176887954f,-0.41393320661665556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325355879601609f,0.019794817009991583f,-0.36053507791522554f,-0.18252510846968673f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0227741270439616f,0.3610598513536816f,0.041088331827717914f,-0.9316370176887954f,-0.09579378763381521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325355879601609f,0.019794817009991583f,-0.36053507791522554f,-0.2537697086989941f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9023024405614f,0.3610598513536816f,0.041088331827717914f,-0.9316370176887954f,-0.17473105509484144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9136698125827571f,0.2267548349211595f,-0.3373273164374135f,0.27369904196614814f,0.15823174924936115f,0.9628821055580505f,0.21867959284209026f,2.120698423133445f,0.37439309168903817f,0.14642505125822156f,-0.91563612710484f,-0.2710426668181762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9378932923379114f,0.0810336582704128f,-0.3373273164374135f,0.16648439905501472f,0.005655706765782698f,0.9757803280735869f,0.21867959284209026f,2.131183187635933f,0.34687776689856115f,0.20319029891192364f,-0.91563612710484f,-0.2290399206726499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8802203515770406f,0.3699849525271839f,-0.2971923073921135f,0.13597673894998727f,0.23140444093070908f,0.8813685902777116f,0.41187545786247703f,2.1289615471745527f,0.4143236867319283f,0.29376954058468463f,-0.8614147314955359f,-0.2461406509363182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9514709391368634f,0.07987355260013465f,-0.2971923073921135f,0.16490263921473586f,-0.0522791712573151f,0.9097392458629138f,0.41187545786247703f,2.1377451629311883f,0.30326546165144386f,0.4074244962343456f,-0.8614147314955359f,-0.2519204444545676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272617765287211f,0.22773302399026674f,-0.2971923073921135f,0.22543792140827765f,0.09067904434584138f,0.9067171103089979f,0.41187545786247703f,2.2453961887189355f,0.3632669936910384f,0.3549672543448885f,-0.8614147314955359f,-0.25761085637674064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272617765287211f,0.16246808724772072f,-0.3373273164374135f,0.18888260177754054f,0.09067904434584138f,0.9715742620051966f,0.21867959284209026f,2.0267919797677667f,0.3632669936910384f,0.17218470906304217f,-0.91563612710484f,-0.29635241591592504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.926373422508158f,-0.09454917547495212f,-0.36454455898768856f,-0.09282280811407503f,-0.1521428088485563f,0.9794236662516379f,0.132596559917184f,2.1264942930664206f,0.3445066730648238f,0.178296762178135f,-0.9216970309220922f,-0.1387590317001375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.92975897813394f,0.05153161254805752f,-0.36454455898768856f,0.014790794692215926f,0.00294593887270278f,0.9911657145716284f,0.132596559917184f,2.1361433213416823f,0.3681569828530893f,0.12220891606552267f,-0.9216970309220922f,-0.17993365215246285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9279724087173351f,-0.09054725887355072f,-0.361480846753785f,0.024827886813232315f,-0.22789102194063265f,0.9053903173257517f,0.3582374288256722f,2.131783891389349f,0.2948438413435177f,0.4148126892987493f,-0.8608121409567467f,-0.216150950008542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9105348480387261f,0.20064368402035657f,-0.361480846753785f,-0.0006517150071159231f,0.06304375317438317f,0.9314995597283225f,0.3582374288256722f,2.1410604988352175f,0.40859732707493535f,0.3033985535375548f,-0.8608121409567467f,-0.2015907278134051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307122404868408f,0.05573439546753511f,-0.361480846753785f,-0.05093341611249139f,-0.08345105535361474f,0.9298934702151312f,0.3582374288256722f,2.249920356297109f,0.3561048255336244f,0.36358191816030827f,-0.8608121409567467f,-0.17147550743273476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307122404868408f,-0.029698315111074257f,-0.36454455898768856f,-0.044251295212499694f,-0.08345105535361474f,0.9876507852771121f,0.132596559917184f,2.0276989296097594f,0.3561048255336244f,0.15383086953231068f,-0.9216970309220922f,-0.20608745307750462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325355879601609f,0.019794817009991583f,-0.36053507791522554f,0.07343753074975053f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5138580214769985f,0.3610598513536816f,0.041088331827717914f,-0.9316370176887954f,-0.2431640477556454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,0.19997514181229692f,-0.9020295726937535f,-0.001553147429860816f,0f,0.9762960071199334f,0.21643961393810285f,1.1477470188070236f,0.9239304126160822f,0.08280126290598927f,-0.37349236070400343f,-0.27421452134539137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421504334846697f,-0.042134769732325994f,-0.9387000277223052f,0.2731638443019485f,-0.24355359457537196f,0.9688295867382494f,0.045286625288359084f,0.7999045114046192f,0.9075322184009051f,0.24411860445323855f,-0.34174753770017896f,-0.3202229011554798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421504334846697f,-0.8833700210834945f,-0.32029749720720474f,-0.004827349050096527f,-0.24355359457537196f,0.41259441783026785f,-0.8777513844732561f,0.8526940526953269f,0.9075322184009051f,-0.22231340991098364f,-0.3563173028889882f,-0.4108618042215617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.319470836949135f,-0.041772207109559034f,-0.9466749532190104f,0.023909216916628923f,0.00720926540033291f,0.9988918477561148f,-0.046509170910287445f,0.49379319654170706f,0.9475686839651292f,-0.021683154742123525f,-0.3188156676969034f,-0.13616465324287036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.319470836949135f,-0.33530314608919826f,-0.886290124373337f,-0.1139933832295209f,0.00720926540033291f,0.9344165790654679f,-0.3561090889881579f,0.864640429842984f,0.9475686839651292f,-0.12015596943254227f,-0.29610155720346887f,-0.18547970132831354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5085792894184509f,-0.23035684010057808f,-0.8296281290997192f,-0.017537057873311626f,0.0018005317255200823f,0.9632598385046369f,-0.26856515337907566f,1.0432320942309077f,0.8610132777490302f,-0.13808044663491545f,-0.48947923939322835f,-0.2808327837899117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33574361946750214f,-0.47492272003500313f,-0.8134645855729771f,-0.0371930577102604f,-0.11581491964757276f,0.8778539154438612f,-0.4647143289451152f,1.038025354799647f,0.9348064646620108f,-0.061813535204163925f,-0.34973698759450117f,-0.2920836838811972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685345619764926f,-0.337503950904811f,-0.8164352070783935f,-0.017537057873311626f,-0.12193857565086412f,0.9400098468433085f,-0.3186102189288009f,1.0432320942309077f,0.8749893416503624f,-0.04972495310468256f,-0.48158185289419125f,-0.2808327837899117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36327188064065846f,0.23996506698220865f,-0.9002501359977813f,-0.012035003711003993f,0.08378447544326299f,0.9707611368530783f,0.224951054343865f,1.0532723857262045f,0.9279082402966883f,0.006291407151294545f,-0.37275557109929314f,-0.2717900367567494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40776313551045545f,0.08940436475258215f,-0.908700217278432f,-0.008345005621751328f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0593621986311124f,0.9029619095175999f,0.18728322501360253f,-0.386761921068807f,-0.277026743057902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,0.20783912045834993f,-0.9002501359977813f,-0.0070460111188866414f,0f,0.9743700647852354f,0.224951054343865f,1.06545201153602f,0.9239304126160822f,0.08605740443167004f,-0.37275557109929314f,-0.276488884280204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3730812809653119f,0.08462875213690618f,-0.9239309130584561f,-0.07565913368935917f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0762234231758139f,0.9228725429921758f,-0.06863259508750737f,-0.3789404125752612f,-0.0951967413108645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39060458300270584f,-0.19118473388688742f,-0.9004867890568314f,0.04530130791683132f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.090099758150993f,0.9057561875863043f,0.0948964377794113f,-0.4130380064181772f,-0.4645160097211277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,1.3877787807814457e-17f,-0.9239304126160821f,-0.020981247161570567f,0f,1f,0f,0.9300317947641733f,0.9239304126160822f,0f,-0.3825605738220762f,-0.27380315376491693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825605738220762f,0.08052584135870494f,-0.9204145784538599f,3.350283743381688e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1526190476190477f,0.9239304126160822f,0.03334235095743337f,-0.3811048153404881f,-0.2735714285714286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762672168965129f,0.05605229498469502f,0.20919001276371985f,0.2976211525124622f,0f,0.9659258262890683f,-0.2588190451025207f,1.1244940476190477f,-0.21656943739396034f,0.252676548842051f,0.9430017181596934f,-0.10432760651998782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762672168965129f,0.05605229498469502f,0.20919001276371985f,0.38914620409651024f,0f,0.9659258262890683f,-0.2588190451025207f,1.1244940476190477f,-0.21656943739396034f,0.252676548842051f,0.9430017181596934f,-0.1246309912756716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762672168965129f,0.05605229498469502f,0.20919001276371985f,0.31200517638992825f,0f,0.9659258262890683f,-0.2588190451025207f,1.1633169043844258f,-0.21656943739396034f,0.252676548842051f,0.9430017181596934f,-0.25592955662178374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.12362894094434244f,0.28150080597321514f,0.9515635455382951f,-0.7648188472962629f,0.04892838758053839f,-0.9594827555066712f,0.27748667494871637f,2.14363415074704f,0.9911215353576719f,0.012253086213532204f,-0.13239321745654054f,-0.5722344313871016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.20928069670751376f,0.28150080597321514f,0.9364608300521964f,-0.7607419845389194f,-0.04892838758053839f,-0.9594827555066712f,0.27748667494871637f,2.14363415074704f,0.9766307402874366f,0.012253086213532204f,0.21457460009017254f,-0.6658957451193881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.043486536078331195f,0.28150080597321514f,0.958575097431776f,-0.9065666805323576f,0f,-0.9594827555066712f,0.2817673541866161f,2.1013690476190474f,0.9990540131443886f,0.012253086213532204f,0.04172458146387748f,-0.6253237754728265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000597750896596994f,0f,-0.000014436412697126287f,0.6324410277319957f,0f,0.000015625f,0f,1.3187415476190476f,0.000014436412697126287f,0f,-0.00000597750896596994f,-0.0038925663156946233f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25.mcfunction new file mode 100644 index 000000000..17bbd77cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..16a7d806a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.01744594788037436f,0.1627567786013428f,-0.8000939409633804f,-0.2712801001944476f,-0.20862924567825122f,0.7728212081664256f,0.16175803689571164f,1.3453020124742208f,0.7893756527754855f,0.20785104202756358f,0.02506925562869493f,-0.43142374319731003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.045224197718116234f,0.15383895354413948f,-0.7837654931886175f,-0.2712801001944476f,0.10089559109902843f,0.7776319859691408f,0.15845685246926855f,1.3453020124742208f,0.7923224417101479f,-0.10780570843018467f,0.024557638166884832f,-0.43142374319731003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5456754943448151f,0.2620502822811067f,-0.5481900663751383f,-0.29690095680757045f,0.20862924567825122f,0.7728212081664256f,0.16175803689571164f,1.3453020124742208f,0.5706632432211752f,-0.0319605101496016f,-0.5833236092185122f,-0.3695447967929466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5920856053163047f,0.03260269827421583f,-0.5370025140001355f,-0.29690095680757045f,-0.10089559109902843f,0.7776319859691408f,0.15845685246926855f,1.3453020124742208f,0.5284455654786053f,0.185001509353114f,-0.5714190457650733f,-0.3695447967929466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.81935514738525f,-1.3263448564103437f,-0.10427230853453336f,0.35926205324522636f,-1.3165110490320142f,0.8259568236028669f,-0.16124587846046934f,1.136608613716181f,0.19199492240661262f,0.0033011237008297887f,-1.5506557652659052f,0.6516314797092645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.022146599067738873f,0.2095952692745461f,-0.9775373912272939f,-0.08763345920179984f,-0.06545759649324763f,0.9759831800932478f,0.20777905389234508f,1.3939995517441126f,0.9976095585002481f,0.05938564871079029f,0.0353343107494488f,0.3826539974230688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0886561367325665f,0.2095952692745461f,-0.9737607059834501f,-0.061665315817897595f,-0.041515568961656785f,0.9759831800932478f,0.21385343043510147f,1.413378223707821f,0.9951967378129043f,0.05938564871079029f,-0.07782543140742759f,0.014617975779648573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13369126805573248f,0.8627155053013578f,-0.4876972439518939f,0.3920842801183372f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1578292521430777f,-0.738279791345436f,-0.4149913466175956f,-0.5317190347575064f,-0.5381257093433013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6665004642672196f,0.548010848769892f,-0.5054317369952972f,0.16417124547384238f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.4011745236188218f,-0.07005029796566126f,-0.7210091897060852f,-0.6893755900191831f,-0.5378898820043472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,-0.4700891096552936f,-0.7954052498932005f,0.18940847956593804f,0f,0.8608900647311678f,-0.5087910145110325f,1.1050331388879426f,0.923933592080173f,-0.1946394755198929f,-0.3293359864867027f,-0.03531904688973936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,-0.14469432650087447f,-0.9125331963565105f,0.1565749608697959f,0f,0.9876610225871372f,-0.15660684679199205f,1.289240787830581f,0.923933592080173f,-0.05991040260746702f,-0.37783258340863063f,-0.04891370102494336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,-0.2778321894953233f,-0.8811711281325588f,0.24426497664784985f,0f,0.9537169507482269f,-0.3007057995042731f,1.1048325389084803f,0.923933592080173f,-0.11503587412515644f,-0.36484718046065506f,-0.3508335933181297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,0.19997582997427726f,-0.9020326767918502f,0.2761227405380778f,0f,0.9762960071199334f,0.21643961393810285f,1.289240787830581f,0.923933592080173f,0.08279960089139302f,-0.37348486384063095f,-0.33764294854999743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325325871264287f,0.01979515849820057f,-0.3605428208234366f,0.3653392639996658f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.022368985391469f,0.36106760172997443f,0.04108816730975996f,-0.9316340212165343f,-0.31720520095911975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325325871264287f,0.01979515849820057f,-0.3605428208234366f,0.36403395175243464f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9016252139563097f,0.36106760172997443f,0.04108816730975996f,-0.9316340212165343f,-0.42322194642676386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325325871264287f,0.01979515849820057f,-0.3605428208234366f,-0.18252363093711105f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.024500317520152f,0.36106760172997443f,0.04108816730975996f,-0.9316340212165343f,-0.10507798494275977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325325871264287f,0.01979515849820057f,-0.3605428208234366f,-0.25376888721882435f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9040286310375905f,0.36106760172997443f,0.04108816730975996f,-0.9316340212165343f,-0.18401466028065577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9145479145022595f,0.2141541107518713f,-0.3431328152882543f,0.2724985439339076f,0.15875123905946315f,0.9703111559560816f,0.18246727028225573f,2.1243707852470304f,0.3720217146574286f,0.11240230191258488f,-0.9213932745294481f,-0.2838807758368727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9367893958211159f,0.06845070452132335f,-0.3431328152882543f,0.16528425011515094f,0.005006641269505507f,0.9831991806439532f,0.18246727028225573f,2.1348555497495183f,0.3498579160463678f,0.1692154609708989f,-0.9213932745294481f,-0.24187713862207078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8840680298104073f,0.3456723683035461f,-0.314538284567336f,0.13667677722602126f,0.23612320056664599f,0.9111616660764957f,0.3376836573286721f,2.1310055571058215f,0.40332313697742217f,0.22426553918095002f,-0.8871501649183013f,-0.25372056208556293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9476172968910377f,0.05556191298327237f,-0.314538284567336f,0.16529490300823907f,-0.05699793089325199f,0.9395323216616979f,0.3376836573286721f,2.14016622849041f,0.31428123473540603f,0.3379229059691268f,-0.8871501649183013f,-0.26038018681198255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272587573514088f,0.20311785853675882f,-0.314538284567336f,0.22259569345217667f,0.0906790443458414f,0.9368815605452254f,0.3376836573286721f,2.248797997256063f,0.3632747002361247f,0.28459809741771713f,-0.8871501649183013f,-0.27457183085330394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272587573514088f,0.1498368045157063f,-0.3431328152882543f,0.1888824124361428f,0.0906790443458414f,0.9790214533871396f,0.18246727028225573f,2.028518170243957f,0.3632747002361247f,0.13807941852519115f,-0.9213932745294481f,-0.3056397000214719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9258985608180488f,-0.101297585674556f,-0.36393770649875246f,-0.09358096341821064f,-0.15230272995381755f,0.9817106446053836f,0.11422823082363019f,2.1290452428963564f,0.34571047644478564f,0.16119246075728236f,-0.9243923718158493f,-0.14983508783368518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9303456467186709f,0.04479200174189512f,-0.36393770649875246f,0.01403229717831836f,0.003145748896947964f,0.9934495535993666f,0.11422823082363019f,2.138694271171618f,0.3666702631731887f,0.10512688064036368f,-0.9243923718158493f,-0.19101060267110698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9241025750468472f,-0.11496150763520208f,-0.36444242694015166f,0.026411257355456005f,-0.23136657641714067f,0.92733410466614f,0.29414446389497095f,2.1333210778739535f,0.3041446006569867f,0.35613945314341394f,-0.883550084492052f,-0.22134422950085847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9143988352816779f,0.176228509275552f,-0.36444242694015166f,0.0006227507227412679f,0.06651930765089123f,0.9534433470687108f,0.29414446389497095f,2.142875401812445f,0.39931184773952955f,0.24472289727144567f,-0.883550084492052f,-0.20752636263463095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307092808348454f,0.031015351261225337f,-0.36444242694015166f,-0.05245500186537977f,-0.08345105535361473f,0.9521107896249826f,0.29414446389497095f,2.252162373430705f,0.3561125607560803f,0.3041760875970279f,-0.883550084492052f,-0.18461884103246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307092808348454f,-0.03646341119962402f,-0.36393770649875246f,-0.04425073434546438f,-0.08345105535361473f,0.9899433481989115f,0.11422823082363019f,2.02942512008595f,0.3561125607560803f,0.13668426025119262f,-0.9243923718158493f,-0.21537279958897831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325325871264287f,0.01979515849820057f,-0.3605428208234366f,0.0734377834657438f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.515584211953189f,0.36106760172997443f,0.04108816730975996f,-0.9316340212165343f,-0.2524503723884604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,0.19997582997427726f,-0.9020326767918502f,-0.0015531527746101743f,0f,0.9762960071199334f,0.21643961393810285f,1.149473209283214f,0.923933592080173f,0.08279960089139302f,-0.37348486384063095f,-0.2835002227227328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421448410751517f,-0.04897131504069485f,-0.938370245707335f,0.2733440989984113f,-0.24354973598468455f,0.9691348477182773f,0.03822529319523488f,0.8036965358574896f,0.907535362301354f,0.24161841246323967f,-0.3435114393019455f,-0.32888759562861336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421448410751517f,-0.8856815748537992f,-0.3138551508102956f,-0.0048284900828280755f,-0.24354973598468455f,0.4061874159567695f,-0.8807356636472448f,0.8544202431715174f,0.907535362301354f,-0.2248998245505241f,-0.35468244260139786f,-0.4201474783819939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3194629732547616f,-0.040236060060248324f,-0.9467441408268953f,0.025303100922130492f,0.007211339773700634f,0.9989659613902054f,-0.04488880219398922f,0.4970272278829668f,0.9475713193727932f,-0.021167603892999667f,-0.3188424803057669f,-0.14499167962159357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3194629732547616f,-0.3388867624202304f,-0.8849289073002204f,-0.11399265108716287f,0.007211339773700634f,0.9329680820408611f,-0.35988686343303133f,0.8663666203191744f,0.9475713193727932f,-0.12135205045375803f,-0.2956049298519442f,-0.19476446820761184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5086286610539554f,-0.2307961456961407f,-0.8294757526813344f,-0.01753711822249486f,0.0017784524988399412f,0.9631184563464349f,-0.26907187915419484f,1.0449582847070982f,0.8609841591232501f,-0.1383328528465531f,-0.48945919090580375f,-0.2901183523232796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33561733881307715f,-0.47548310624595536f,-0.8131892876586151f,-0.0370830664041962f,-0.11606544999129229f,0.8775548810609611f,-0.4652163389697328f,1.0394420532759021f,0.9348207385410034f,-0.06175148905718858f,-0.34970979453380047f,-0.30135324092825516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46852728984367675f,-0.33793743902894674f,-0.8162600480081678f,-0.01753711822249486f,-0.12193857565086409f,0.9398406913174739f,-0.3191088508834112f,1.0449582847070982f,0.8749932356538409f,-0.049977617454712714f,-0.4815486219620742f,-0.2901183523232796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36317927804665395f,0.24009357908891f,-0.9002532339724133f,-0.012034988905277653f,0.0841277971447571f,0.9707314442713568f,0.224951054343865f,1.054998576202395f,0.9279134257812428f,0.005961240065895809f,-0.37274808902500756f,-0.28107565101850607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40775563089716255f,0.08940592127754685f,-0.9087034316608308f,-0.00834503433889858f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0610883891073029f,0.9029652984432156f,0.18728248195926264f,-0.38675436876463753f,-0.28631238798739017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,0.2078398356821494f,-0.9002532339724133f,-0.007046035365885148f,0f,0.9743700647852354f,0.224951054343865f,1.0671782020122105f,0.923933592080173f,0.08605567705871386f,-0.37274808902500756f,-0.28577454000577324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3730736108741166f,0.08462818172219361f,-0.9239340624350548f,-0.07565765119836762f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0779496136520044f,0.9228756436730312f,-0.06863329844245443f,-0.37893273368765285f,-0.10448182679274318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3905970551665043f,-0.19118394518729034f,-0.9004902218224683f,0.04529972095734777f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0918259486271835f,0.9057594339055205f,0.09489802672998422f,-0.4130305223756551f,-0.4738021005035705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,0f,-0.923933592080173f,-0.020981249086735262f,0f,1f,0f,0.9317579852403638f,0.923933592080173f,0f,-0.3825528949385021f,-0.28308869367355466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825528949385021f,0.08052611846725931f,-0.9204177458191299f,3.464000946159657e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1543452380952381f,0.923933592080173f,0.033341681698632f,-0.38109716567738433f,-0.2828571428571429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.976265416934347f,0.05605439500072096f,0.2091978501302254f,0.2976225591031039f,0f,0.9659258262890683f,-0.2588190451025207f,1.1262202380952382f,-0.21657755123282063f,0.252676082977562f,0.942999979529751f,-0.1136157943682306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.976265416934347f,0.05605439500072096f,0.2091978501302254f,0.38914744194069895f,0f,0.9659258262890683f,-0.2588190451025207f,1.1262202380952382f,-0.21657755123282063f,0.252676082977562f,0.942999979529751f,-0.13391993979630756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.976265416934347f,0.05605439500072096f,0.2091978501302254f,0.3120053230023676f,0f,0.9659258262890683f,-0.2588190451025207f,1.1650430948606163f,-0.21657755123282063f,0.252676082977562f,0.942999979529751f,-0.26521786401173175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.12364083415035271f,-0.2814292057370286f,0.9515831788597521f,-0.7648181714548914f,-0.048915924862902506f,-0.9595038289712992f,-0.2774159953647649f,2.060840900456815f,0.9911206669348652f,-0.012247626204355638f,-0.1324002236665275f,-0.5815136517473952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.20927623574100707f,-0.2814292057370286f,0.9364833470555151f,-0.7607420871254535f,0.048915924862902506f,-0.9595038289712992f,-0.2774159953647649f,2.060840900456815f,0.9766323205018773f,-0.012247626204355638f,0.21456771938825528f,-0.675174999359627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04347823284733665f,-0.2814292057370286f,0.9585964977125144f,-0.9065696039470497f,0f,-0.9595038289712992f,-0.28169558425615476f,2.1030952380952384f,0.9990543745304722f,-0.012247626204355638f,0.04171753089392523f,-0.6346019551875999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977388983414096f,0f,-0.000014436462376252705f,0.6324432690359003f,0f,0.000015625f,0f,1.320467738095238f,0.000014436462376252705f,0f,-0.000005977388983414096f,-0.01318353688608409f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26.mcfunction new file mode 100644 index 000000000..01116e15f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..2b9cb6668 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.03179159063883101f,0.1714392557631865f,-0.7978360237495309f,-0.2651600559396278f,-0.21844954450698809f,0.7710896245242996f,0.1569873622305579f,1.3458071671013456f,0.7862655630979819f,0.20730127104960952f,0.07587550165813664f,-0.4410939230516033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.09304022471977089f,0.14323895945393827f,-0.7815536559179078f,-0.2651600559396278f,0.09135885170708336f,0.7797462301913517f,0.15378353851156693f,1.3458071671013456f,0.7893016386647488f,-0.10713737441681338f,0.07432702203246039f,-0.4410939230516033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5782941139857407f,0.2678023956545045f,-0.5106880055920637f,-0.29284535517093785f,0.21844954450698809f,0.7710896245242996f,0.1569873622305579f,1.3458071671013456f,0.5336667112333137f,-0.025438401622885107f,-0.6176545745712049f,-0.3742274065785789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6237625818591033f,0.02558064553086814f,-0.5002658013963074f,-0.29284535517093785f,-0.09135885170708336f,0.7797462301913517f,0.15378353851156693f,1.3458071671013456f,0.4925178186494664f,0.17703515774161785f,-0.6050493791717926f,-0.3742274065785789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.414786324313029f,-0.6546542999733549f,-0.10589454217864643f,0.15828155132289098f,-0.6421175126843275f,1.4146670834155157f,-0.1667584870545703f,0.9640196553222532f,0.16574379759411992f,-0.10747576762709712f,-1.5499626456569997f,0.6756605885759689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.022934311333652105f,0.21112453891229316f,-0.9771900769209247f,-0.08733311572725008f,-0.06184160917315021f,0.9758749223519024f,0.2093889951729644f,1.3971114743020663f,0.9978224454974574f,0.05562881441968709f,0.035437300514197634f,0.3734600371227443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.08783417089911533f,0.21112453891229316f,-0.9735047958235936f,-0.06166284347278557f,-0.03774057520298085f,0.9758749223519024f,0.21504368139523772f,1.4151044141840114f,0.9954199151141256f,0.05562881441968709f,-0.07774720316800388f,0.005332773989753292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13369740396214352f,0.8627120562404357f,-0.48770166310069396f,0.3920821585443377f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1595554426192682f,-0.7382786801995528f,-0.4149985167109178f,-0.5317149814426376f,-0.547414682268596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6665010464386489f,0.5480048563774905f,-0.5054374664415688f,0.16416912586769697f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.4029007140950123f,-0.07004475861678133f,-0.7210137442495871f,-0.6893713893058719f,-0.5471769607235251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,-0.44862193902065145f,-0.807711281042339f,0.1840761125578115f,0f,0.8742062292294374f,-0.4855548051213667f,1.1057388180427594f,0.9239367714804436f,-0.18574666781883115f,-0.3344234108140386f,-0.046814991383254366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,-0.11610869925138159f,-0.916612201343544f,0.15657690518978032f,0f,0.9920724335658129f,-0.12566736473247858f,1.2909669783067714f,0.9239367714804436f,-0.04807344918931876f,-0.3795125634143571f,-0.05820071662759135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,-0.2778331455594236f,-0.8811741603804901f,0.24426441168090204f,0f,0.9537169507482269f,-0.3007057995042731f,1.1065587293846708f,0.9239367714804436f,-0.115033565032386f,-0.36483985695402615f,-0.3601213377101104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,0.19997651812244438f,-0.9020357808276395f,0.27612228519868764f,0f,0.9762960071199334f,0.21643961393810285f,1.2909669783067714f,0.9239367714804436f,0.08279793887107746f,-0.37347736695146033f,-0.34693095771522997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325295862282825f,0.01979549998504218f,-0.36055056370674315f,0.3653389785171883f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0240951758676595f,0.3610753520813264f,0.04108800278896388f,-0.9316310246799213f,-0.3264939516117636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325295862282825f,0.01979549998504218f,-0.36055056370674315f,0.3640327851551114f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9033514044325002f,0.3610753520813264f,0.04108800278896388f,-0.9316310246799213f,-0.4325106862271764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325295862282825f,0.01979549998504218f,-0.36055056370674315f,-0.18252215339192773f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0262265079963426f,0.3610753520813264f,0.04108800278896388f,-0.9316310246799213f,-0.11436218226398434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325295862282825f,0.01979549998504218f,-0.36055056370674315f,-0.25376806572112576f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.905754821513781f,0.3610753520813264f,0.04108800278896388f,-0.9316310246799213f,-0.1932982654732977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9154458553110187f,0.2012696763302226f,-0.3484959158782275f,0.27125311435663035f,0.1591788711385543f,0.9764265795998284f,0.14578484706592676f,2.127913809233029f,0.36962274412829726f,0.07798494752776058f,-0.9259035451828443f,-0.2968011150700607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9356607118823754f,0.05558442997784223f,-0.3484959158782275f,0.1640391696376562f,0.004472345461884408f,0.9893062096702083f,0.14578484706592676f,2.138398573735517f,0.35287254124660344f,0.13484655965950507f,-0.9259035451828443f,-0.2547965867888846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8881461929154321f,0.31990455946293206f,-0.32993546769732307f,0.13743149125370963f,0.2399137045882665f,0.935093966584384f,0.2608461002357849f,2.133559144771165f,0.3919665219895163f,0.15251343053092248f,-0.9072496344155402f,-0.2612881966818384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9435331696470312f,0.029795048769472948f,-0.32993546769732307f,0.16572342549953611f,-0.06078843491487251f,0.9634646221695862f,0.2608461002357849f,2.1430226989013046f,0.3256530730031991f,0.2661732084497641f,-0.9072496344155402f,-0.2688561042430959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272557381100467f,0.17702932891851864f,-0.32993546769732307f,0.21968947479916315f,0.09067904434584138f,0.9611121801893409f,0.2608461002357849f,2.2519035180313804f,0.36328240675611767f,0.2119528103006685f,-0.9072496344155402f,-0.29162180826919537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272557381100467f,0.13692111874428933f,-0.3484959158782275f,0.1888822230816981f,0.09067904434584138f,0.9851518102721476f,0.14578484706592676f,2.0302443607201477f,0.36328240675611767f,0.10357855936110984f,-0.9259035451828443f,-0.31492698412544506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.925421772646673f,-0.1080735449181931f,-0.3632005666299332f,-0.0943462107310467f,-0.15243955745137783f,0.9836673689827343f,0.09571148584476656f,2.1315646209889487f,0.34692466622527335f,0.14393962653626755f,-0.9267818836582221f,-0.16093698657660546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9309347221602822f,0.03802487969808026f,-0.3632005666299332f,0.01326670764828703f,0.0033167051041368967f,0.9954035919890178f,0.09571148584476656f,2.1412136492642104f,0.3651705663708539f,0.08789651630927867f,-0.9267818836582221f,-0.20211339579627952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9201869270562122f,-0.13966501621911687f,-0.3657180642508093f,0.02797142149073914f,-0.23416644045614196f,0.9450117504832686f,0.22829557510527648f,2.135365065449754f,0.3137229628811787f,0.2957135010327777f,-0.9022923184134907f,-0.22647960144874532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9183086367177835f,0.15152407468837026f,-0.3657180642508093f,0.0018703492288095827f,0.06931917168989252f,0.9711209928858394f,0.22829557510527648f,2.145143114386944f,0.38974876544480946f,0.18429452505773186f,-0.9022923184134907f,-0.2134262719593223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307063211185619f,0.006003441562399944f,-0.3657180642508093f,-0.05398280128732105f,-0.08345105535361473f,0.9700087895208575f,0.22829557510527648f,2.254329901969137f,0.3561202959539377f,0.24299569325748938f,-0.9022923184134907f,-0.1977956761244371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307063211185619f,-0.0432561236086602f,-0.3632005666299332f,-0.04425017347537252f,-0.08345105535361473f,0.9919048506977647f,0.09571148584476656f,2.0311513105621404f,0.3561202959539377f,0.11938875546967283f,-0.9267818836582221f,-0.22465814610511345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325295862282825f,0.01979549998504218f,-0.36055056370674315f,0.07343803617666439f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5173104024293795f,0.3610753520813264f,0.04108800278896388f,-0.9316310246799213f,-0.2617366970233757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,0.19997651812244438f,-0.9020357808276395f,-0.0015531581192522496f,0f,0.9762960071199334f,0.21643961393810285f,1.1511993997594046f,0.9239367714804436f,0.08279793887107746f,-0.37347736695146033f,-0.29278592410002974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34213924862987244f,-0.05580529170581683f,-0.9379906737087607f,0.27350959505319306f,-0.24354587738869754f,0.9693886426692677f,0.031161916995011918f,0.8074912581632795f,0.9075385061549486f,0.23910547647735542f,-0.3452570505646205f,-0.33755715417349597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34213924862987244f,-0.8879461457001138f,-0.30739612372848557f,-0.004829631115226075f,-0.24354587738869754f,0.39975883037791815f,-0.8836731766563066f,0.8561464336477079f,0.9075385061549486f,-0.2274742180362227f,-0.35302880898710404f,-0.4294331525329428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3194551095370018f,-0.03869979849556393f,-0.946810835693754f,0.026687717435464137f,0.007213414147067025f,0.999037446514186f,-0.043268315413913905f,0.5002670388638177f,0.9475739547112114f,-0.020652023116823112f,-0.31886845923379925f,-0.15382190662196182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3194551095370018f,-0.34246485275701727f,-0.8835532002187625f,-0.11399191893693089f,0.007213414147067025f,0.931504311832181f,-0.3636587462091323f,0.8680928107953649f,0.9475739547112114f,-0.12254607975847145f,-0.2951034711567881f,-0.20404923509299497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.50867257406089f,-0.2311931525593526f,-0.8293382534333842f,-0.01753717857046673f,0.001758471696980332f,0.9629904721071876f,-0.2695296985641229f,1.0466844751832887f,0.8609582569297765f,-0.13856073340035385f,-0.4894402956275634f,-0.2994039208561457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3355022027401575f,-0.4759893644965844f,-0.8129405862931436f,-0.03698345067216898f,-0.11629171479245906f,0.8772843622516707f,-0.46566982382296235f,1.0408886758334812f,0.9348339473014077f,-0.06169499683780827f,-0.34968445538521037f,-0.3106241853967474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685200176784978f,-0.3383291072210754f,-0.8161019594643368f,-0.01753717857046673f,-0.12193857565086409f,0.9396876124486295f,-0.31955934469020414f,1.0466844751832887f,0.8749971295968795f,-0.05020563930062319f,-0.4815178262324637f,-0.2994039208561457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36309481855517217f,0.24020967848861066f,-0.900256331884861f,-0.012034974098720008f,0.08443801854880667f,0.9707045091958392f,0.224951054343865f,1.0567247666785855f,0.9279183012323541f,0.005662701410405785f,-0.3727406069249748f,-0.2903612652803857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4077481262557043f,0.08940747779633587f,-0.9087066459804616f,-0.008345063055469407f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0628145795834933f,0.9029686873064595f,0.1872817388919863f,-0.38674681643375336f,-0.2955980329166396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,0.20784055089159245f,-0.900256331884861f,-0.007046059612396954f,0f,0.9743700647852354f,0.224951054343865f,1.068904392488401f,0.9239367714804436f,0.08605394967981347f,-0.3727406069249748f,-0.2950601957311408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37306594075715166f,0.08462761130163543f,-0.9239372117478334f,-0.07565616870215008f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0796758041281949f,0.9228787442901395f,-0.06863400179266069f,-0.3789250547738702f,-0.11376691228694286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39058952730332264f,-0.1911831564744874f,-0.9004936545259042f,0.04529813399473518f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.093552139103374f,0.9057626801621719f,0.09489961567400214f,-0.4130230383046033f,-0.48308819127282376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,0f,-0.9239367714804437f,-0.02098125101045069f,0f,1f,0f,0.9334841757165543f,0.9239367714804436f,0f,-0.38254521602850355f,-0.29237423358217624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38254521602850355f,0.08052639557025139f,-0.9204209131208226f,3.577718148937625e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1560714285714286f,0.9239367714804436f,0.03334101243752758f,-0.38108951598795665f,-0.29214285714285715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762636169047463f,0.05605649501287492f,0.20920568748228047f,0.2976239656731875f,0f,0.9659258262890683f,-0.2588190451025207f,1.1279464285714287f,-0.21658566505672083f,0.2526756170956196f,0.9429982408346715f,-0.12290398222816351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762636169047463f,0.05605649501287492f,0.20920568748228047f,0.3891486797580075f,0f,0.9659258262890683f,-0.2588190451025207f,1.1279464285714287f,-0.21658566505672083f,0.2526756170956196f,0.9429982408346715f,-0.1432088883272311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762636169047463f,0.05605649501287492f,0.20920568748228047f,0.3120054695932554f,0f,0.9659258262890683f,-0.2588190451025207f,1.1667692853368068f,-0.21658566505672083f,0.2526756170956196f,0.9429982408346715f,-0.27450617140289807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07080370750408715f,-0.7550084977453122f,0.6518811266910881f,-0.8104693018915669f,-0.13122989667357582f,-0.6548915679107541f,-0.7442417271951611f,1.9914630002509617f,0.9888202815591508f,-0.032851219334462875f,-0.1454484381680351f,-0.5927792305810056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.15642275491630983f,-0.7550084977453122f,0.636784178569756f,-0.8063939959903162f,0.13122989667357582f,-0.6548915679107541f,-0.7442417271951611f,1.9914630002509617f,0.9789334175333043f,-0.032851219334462875f,0.2015196303708508f,-0.6864406120667131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04346992961333912f,-0.7550084977453122f,0.6542725223878642f,-0.9065725272991212f,0f,-0.6548915679107541f,-0.7557228554697774f,2.1048214285714284f,0.9990547358475468f,-0.032851219334462875f,0.028468090361449778f,-0.6438801348780768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977269000445369f,0f,-0.000014436512054381934f,0.6324455102961192f,0f,0.000015625f,0f,1.3221939285714286f,0.000014436512054381934f,0f,-0.000005977269000445369f,-0.022474507475100824f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27.mcfunction new file mode 100644 index 000000000..3b28bb6f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..63a3ff58a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.07557228487886215f,0.17915954403763243f,-0.7931803905687912f,-0.2597185045108712f,-0.22695651764819016f,0.7695896156353433f,0.1522071189126692f,1.3464756179553923f,0.7808482652216368f,0.2063446770113451f,0.12100539415203292f,-0.45105097643223435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.13555697287638718f,0.13381378718821987f,-0.7769930356592241f,-0.2597185045108712f,0.08309751594971153f,0.7815777242350623f,0.14910085117975758f,1.3464756179553923f,0.7840402476579746f,-0.10597231401590979f,0.11853589631219552f,-0.45105097643223435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6054232464366146f,0.2725865643145879f,-0.47550362992701095f,-0.28947230510646366f,0.22695651764819016f,0.7695896156353433f,0.1522071189126692f,1.3464756179553923f,0.49889665885391693f,-0.019308881527881f,-0.646276825611893f,-0.3791868522788703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6501085792044136f,0.019740442410945275f,-0.46579947421421486f,-0.28947230510646366f,-0.08309751594971153f,0.7815777242350623f,0.14910085117975758f,1.3464756179553923f,0.45875226221546456f,0.16954815219565486f,-0.6330875026402218f,-0.3791868522788703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5411399066814875f,0.23394982655651972f,-0.1075244934326608f,-0.10777022125736326f,0.24481752723087155f,1.5335563328603308f,-0.17226607995927457f,0.9323761542906943f,0.07973967892045594f,-0.18675840703472518f,-1.5492479243192532f,0.6902326425633571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.023727684972154175f,0.21265027319698232f,-0.9768402419408768f,-0.08703059425923297f,-0.05822605270597563f,0.9757506118638832f,0.2109987446255033f,1.4002232719110785f,0.998021404455908f,0.051871039670573556f,0.03553408914480059f,0.3642607426417458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.08700629473683408f,0.21265027319698232f,-0.973247022078884f,-0.06166037112341406f,-0.03396603124319819f,0.9757506118638832f,0.21623379053432767f,1.416830604660202f,0.9956285519197174f,0.051871039670573556f,-0.07767355950219185f,-0.00395242782068983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13370353985931982f,0.8627086071199219f,-0.4877060822158066f,0.3920800369432553f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1612816330954587f,-0.7382775690026736f,-0.41500568677557476f,-0.531710928091041f,-0.5567036551762583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6665016285640402f,0.5479988639472355f,-0.5054431958529281f,0.16416700625021158f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.4046269045712028f,-0.07003921926306281f,-0.7210182987432858f,-0.6893671885449428f,-0.5564640394250867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,-0.42923328251982373f,-0.8181832446908102f,0.17930499238932815f,0f,0.8855372516010589f,-0.46456837605119305f,1.1067084905935962f,0.9239399508168944f,-0.1777148423854909f,-0.33875123923075917f,-0.058078459791839544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,-0.09055637954137813f,-0.9194914762192649f,0.15657884949894937f,0f,0.9951853206545551f,-0.09801110933812687f,1.292693168782962f,0.9239399508168944f,-0.03749292837386965f,-0.380695741513386f,-0.06748773224639876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,-0.27783410160433286f,-0.8811771925675552f,0.24426384669708184f,0f,0.9537169507482269f,-0.3007057995042731f,1.1082849198608613f,0.9239399508168944f,-0.11503125593166959f,-0.3648325334221959f,-0.3694090820973957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,0.19997720625679838f,-0.9020388848011215f,0.27612182984022454f,0f,0.9762960071199334f,0.21643961393810285f,1.292693168782962f,0.9239399508168944f,0.08279627684504264f,-0.3734698700364917f,-0.35621896687667826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325265852657224f,0.019795841470516523f,-0.3605583065651454f,0.36533869300947525f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.02582136634385f,0.36108310240773805f,0.04108783826532966f,-0.9316280280789566f,-0.33578270226203494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325265852657224f,0.019795841470516523f,-0.3605583065651454f,0.3640316185326429f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9050775949086907f,0.36108310240773805f,0.04108783826532966f,-0.9316280280789566f,-0.44179942601789346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325265852657224f,0.019795841470516523f,-0.3605583065651454f,-0.18252067583413673f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.027952698472533f,0.36108310240773805f,0.04108783826532966f,-0.9316280280789566f,-0.12364637959748881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325265852657224f,0.019795841470516523f,-0.3605583065651454f,-0.25376724420589825f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9074810119899714f,0.36108310240773805f,0.04108783826532966f,-0.9316280280789566f,-0.202581870672767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9162884605666672f,0.1891765762675531f,-0.3530264579660475f,0.2700684308568543f,0.15948921307634167f,0.980864676077587f,0.11165875754054991f,2.1311930421475003f,0.3673944038014953f,0.046007719079484116f,-0.9289266073487437f,-0.3095003890760763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9346011656301221f,0.04350840354188577f,-0.3530264579660475f,0.16285483524506836f,0.0040845953271396035f,0.9937382139907441f,0.11165875754054991f,2.141677806649988f,0.3556739761127186f,0.10291443472964443f,-0.9289266073487437f,-0.26749496973142733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8920818767962412f,0.2950363286305865f,-0.34226231150957975f,0.13815773948347632f,0.24254507106117484f,0.9517077606383743f,0.18821324832386424f,2.1365060763737453f,0.38126344382280586f,0.08488759113601682f,-0.9205608525651624f,-0.2690267527669485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9395915215007186f,0.004927762583981088f,-0.34226231150957975f,0.16613486708325315f,-0.06341980138778086f,0.9800784162235764f,0.18821324832386424f,2.1461798915924684f,0.33637137440022935f,0.19854978017767258f,-0.9205608525651624f,-0.27745072186588254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.927252718804635f,0.15185159067172058f,-0.34226231150957975f,0.21696174114539774f,0.09067904434584138f,0.97793306727603f,0.18821324832386424f,2.2546307186254033f,0.36329011325101795f,0.1434852269000677f,-0.9205608525651624f,-0.30812141667694515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.927252718804635f,0.12479869969418311f,-0.3530264579660475f,0.1888820337142066f,0.09067904434584138f,0.9896007441291793f,0.11165875754054991f,2.031970551196338f,0.36329011325101795f,0.07152378467066395f,-0.9289266073487437f,-0.3242142682278445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9249813122574971f,-0.11432999175114053f,-0.36240616021334776f,-0.09505628719437204f,-0.15254464377366228f,0.9851701734058694f,0.07854846330397258f,2.1339919265262357f,0.3480512945391313f,0.12793897927384443f,-0.9287044276582307f,-0.17191618568462402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.931478408482764f,0.03177655692227254f,-0.36240616021334776f,0.012556288960333138f,0.0034480029748537727f,0.9969043335185529f,0.07854846330397258f,2.1436409548014974f,0.3637802713258412f,0.07191662006863028f,-0.9287044276582307f,-0.2130934892837062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9165590534259298f,-0.1625515885885134f,-0.36537170474780095f,0.02937387458315066f,-0.23612362457150382f,0.9573689246561323f,0.16640425481932963f,2.137839512898298f,0.32274624010541036f,0.23879221752417218f,-0.9158674256396006f,-0.23192647179120635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9219306636665439f,0.12863657629559308f,-0.36537170474780095f,0.0029832315005993357f,0.07127635580525438f,0.9834781670587032f,0.16640425481932963f,2.14777395193428f,0.3807407681014591f,0.12737082145374468f,-0.9158674256396006f,-0.2195933252450184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307033613379906f,-0.01716888359362663f,-0.36537170474780095f,-0.05539342498063127f,-0.08345105535361473f,0.9825199974241703f,0.16640425481932963f,2.2563950491219615f,0.356128031127197f,0.185363653658847f,-0.9158674256396006f,-0.21069008116959592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307033613379906f,-0.04952805501514338f,-0.36240616021334776f,-0.04424961260222403f,-0.08345105535361473f,0.993411324816137f,0.07854846330397258f,2.032877501038331f,0.356128031127197f,0.10334849536139622f,-0.9287044276582307f,-0.23394349262591002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325265852657224f,0.019795841470516523f,-0.3605583065651454f,0.07343828888251235f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.51903659290557f,0.36108310240773805f,0.04108783826532966f,-0.9316280280789566f,-0.27102302166039133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,0.19997720625679838f,-0.9020388848011215f,-0.001553163463787042f,0f,0.9762960071199334f,0.21643961393810285f,1.152925590235595f,0.9239399508168944f,0.08279627684504264f,-0.3734698700364917f,-0.30207162547728234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34213365614883184f,-0.06263633711525418f,-0.9375613316487714f,0.27366032356033115f,-0.2435420187874112f,0.9695909580100777f,0.024096871789766383f,0.8112885684763795f,0.9075416499616893f,0.23657993029393765f,-0.3469842794233342f,-0.34623160933602604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34213365614883184f,-0.8901636132623688f,-0.30092075859587586f,-0.004830772147290535f,-0.2435420187874112f,0.3933090024455661f,-0.886563767407752f,0.8578726241238984f,0.9075416499616893f,-0.2300364541088179f,-0.3513564904279649f,-0.43871882667440854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31944724579585587f,-0.037163426460649684f,-0.9468750376301753f,0.02806304474711581f,0.007215488520432079f,0.9991063029400432f,-0.041647714833950356f,0.5035125748361712f,0.9475765899803845f,-0.020136413761700847f,-0.31889360445447007f,-0.16265534092709394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31944724579585587f,-0.3460373585103947f,-0.8821630255619369f,-0.11399118677882498f,0.007215488520432079f,0.9300252924026571f,-0.36742467556869896f,0.8698190012715554f,0.9475765899803845f,-0.12373803783194853f,-0.29459718959054193f,-0.21333400198446315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5087069471720065f,-0.2315162200091036f,-0.829227038736457f,-0.017537238917227235f,0.0017421998602010211f,0.9628862177671128f,-0.26990201254120183f,1.0484106656594792f,0.860937980715559f,-0.13874570806637698f,-0.4894235607881737f,-0.30868948938851043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3354069137094432f,-0.4764011016382042f,-0.8127386988410307f,-0.03690228997653215f,-0.11647566070392615f,0.8770641254304649f,-0.4660385610080754f,1.0423875500142121f,0.934845239972633f,-0.06164827849015031f,-0.34966250450929226f,-0.319897731570833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4685127454809559f,-0.33864768767832376f,-0.8159739891393729f,-0.017537238917227235f,-0.1219385756508641f,0.9395629490649627f,-0.3199256921733369f,1.0484106656594792f,0.8750010234794788f,-0.05039055838621645f,-0.48149143350156265f,-0.30868948938851043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3630246578658596f,0.24030409267085803f,-0.9002594297351245f,-0.012034959291331054f,0.08469032559955363f,0.9706825288936777f,0.224951054343865f,1.058450957154776f,0.927922758925126f,0.005419515311409828f,-0.3727331247991949f,-0.2996468795423885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4077406215860807f,0.08940903430894927f,-0.9087098602373246f,-0.008345091771463805f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0645407700596838f,0.9029720761073318f,0.18728099581177363f,-0.3867392640761546f,-0.30488367784565057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,0.2078412660866792f,-0.9002594297351245f,-0.00704608385842206f,0f,0.9743700647852354f,0.224951054343865f,1.0706305829645915f,0.9239399508168944f,0.0860522222949689f,-0.3727331247991949f,-0.304345851456307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37305827061441704f,0.08462704087523161f,-0.9239403609967921f,-0.07565468620070658f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0814019946043854f,0.922881844843501f,-0.06863470513812615f,-0.37891737583391316f,-0.12305199779346385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.39058199941316096f,-0.19118236774847855f,-0.9004970871671397f,0.0452965470289936f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0952783295795645f,0.9057659263562587f,0.09490120461146506f,-0.4130155542050219f,-0.49237428202888783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,0f,-0.9239399508168944f,-0.020981252932716857f,0f,1f,0f,0.9352103661927448f,0.9239399508168944f,0f,-0.3825375370920806f,-0.301659773490782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3825375370920806f,0.0805266726676812f,-0.9204240803589383f,3.691435351715594e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1577976190476191f,0.9239399508168944f,0.03334034317412013f,-0.38108186627220514f,-0.3014285714285715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762618168077111f,0.056058595021156996f,0.20921352481988537f,0.2976253722227131f,0f,0.9659258262890683f,-0.2588190451025207f,1.1296726190476192f,-0.2165937788656611f,0.25267515119622386f,0.9429965020744554f,-0.13219217009978665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762618168077111f,0.056058595021156996f,0.20921352481988537f,0.38914991754843603f,0f,0.9659258262890683f,-0.2588190451025207f,1.1296726190476192f,-0.2165937788656611f,0.25267515119622386f,0.9429965020744554f,-0.1524978368684424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762618168077111f,0.056058595021156996f,0.20921352481988537f,0.31200561616259176f,0f,0.9659258262890683f,-0.2588190451025207f,1.1684954758129973f,-0.2165937788656611f,0.25267515119622386f,0.9429965020744554f,-0.28379447879528286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.018104590112773756f,-0.9888800325885697f,0.14760929836727021f,-0.8872792714697196f,-0.17187962514722646f,-0.1423574663517071f,-0.9747777932601724f,1.9580753222548732f,0.9849515816912512f,-0.04301898326962106f,-0.16739100573910984f,-0.6053995438157318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06749810311510218f,-0.9888800325885697f,0.1325152339298859f,-0.8832047439969378f,0.17187962514722646f,-0.1423574663517071f,-0.9747777932601724f,1.9580753222548732f,0.9828028289209957f,-0.04301898326962106f,0.17957718825991267f,-0.6990609591684455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.043461626376338436f,-0.9888800325885697f,0.1422229523682901f,-0.9065754505885723f,0f,-0.1423574663517071f,-0.9898153119516401f,2.1065476190476193f,0.9990550970956125f,-0.04301898326962106f,0.006187087014460064f,-0.6531583145442577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000597714901706376f,0f,-0.000014436561731513977f,0.6324477515126528f,0f,0.000015625f,0f,1.323920119047619f,0.000014436561731513977f,0f,-0.00000597714901706376f,-0.03176547808274516f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28.mcfunction new file mode 100644 index 000000000..2c05394a2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..c0e2844f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.11110343587136648f,0.18542521524756314f,-0.7875391803157583f,-0.25530268437978365f,-0.23370214948470389f,0.76840017874064f,0.1479490286619882f,1.347363070380875f,0.7745861968226975f,0.20523912713269757f,0.15759939349503269f,-0.4611130668329152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.17006238192118417f,0.12616468603289555f,-0.771466952146049f,-0.25530268437978365f,0.07654666307030746f,0.7830300133541853f,0.1449296607301109f,1.347363070380875f,0.7779584787301275f,-0.10462538021324048f,0.15438307934207285f,-0.4611130668329152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6261211437030314f,0.276236732680915f,-0.4456568471034918f,-0.2868989016315205f,0.23370214948470389f,0.76840017874064f,0.1479490286619882f,1.347363070380875f,0.4693613354108767f,-0.014102385385794437f,-0.6681657758312629f,-0.3847971734557878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.67020904216892f,0.015284840917280662f,-0.4365618094075022f,-0.2868989016315205f,-0.07654666307030746f,0.7830300133541853f,0.1449296607301109f,1.347363070380875f,0.43007028282342386f,0.16318814854234254f,-0.6545297395898086f,-0.3847971734557878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1566063755776972f,1.0448691641639691f,-0.10916213515827025f,-0.3505138324856173f,1.0498324003077821f,1.1435281010981717f,-0.17776856657691267f,1.053407485202486f,-0.03898555164447155f,-0.20493453046790067f,-1.548511612802719f,0.6864639179227667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.024526706721849423f,0.2141724470158905f,-0.9764878921915039f,-0.08672589981605593f,-0.05461098656616141f,0.9756102506740475f,0.2126082757702362f,1.4033349217784734f,0.9982064319586661f,0.04811238633603483f,0.03562467511993908f,0.35505611251619745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0861725220902641f,0.2141724470158905f,-0.9729873891144883f,-0.06165789876978356f,-0.030191999172026078f,0.9756102506740475f,0.2174237382755587f,1.4185567951363924f,0.9958226446624918f,0.04811238633603483f,-0.07760450153472287f,-0.013237629651680793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13370967574726025f,0.8627051579398177f,-0.4877105012972311f,0.3920779153150904f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1630078235716492f,-0.7382764577547984f,-0.41501285681156497f,-0.531706874702717f,-0.5659926280662875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6665022106433933f,0.5479928714791285f,-0.5054489252293739f,0.1641648866213866f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.4063530950473933f,-0.07003367990450673f,-0.7210228531871805f,-0.6893629877363964f,-0.5657511181090319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,-0.41309739778780546f,-0.8264511162679684f,0.1753665903231632f,0f,0.8944826682004666f,-0.44710262388961f,1.1079202596837265f,0.9239431300895244f,-0.171030103285701f,-0.34216632816578363f,-0.06899707429318053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,-0.06948001490880631f,-0.9213269968734769f,0.1565807937973028f,0f,0.9971685127245938f,-0.07519944966967196f,1.2944193592591524f,0.9239431300895244f,-0.028766034813536137f,-0.38144672970347865f,-0.07677474788136529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,-0.277835057630051f,-0.8811802246937536f,0.24426328169638933f,0f,0.9537169507482269f,-0.3007057995042731f,1.1100111103370518f,0.9239431300895244f,-0.11502894682300761f,-0.3648252098651654f,-0.37869682647998504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,0.19997789437733904f,-0.9020419887122958f,0.2761213744626886f,0f,0.9762960071199334f,0.21643961393810285f,1.2944193592591524f,0.9239431300895244f,0.08279461481328879f,-0.3734623730957263f,-0.3655069760343417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325235842387489f,0.019796182954623404f,-0.3605660493986421f,0.3653384074765267f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0275475568200405f,0.36109085270920777f,0.04108767373885734f,-0.9316250314136405f,-0.345071452909933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325235842387489f,0.019796182954623404f,-0.3605660493986421f,0.36403045188502914f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9068037853848812f,0.36109085270920777f,0.04108767373885734f,-0.9316250314136405f,-0.4510881657989143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325235842387489f,0.019796182954623404f,-0.3605660493986421f,-0.1825191982637383f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0296788889487236f,0.36109085270920777f,0.04108767373885734f,-0.9316250314136405f,-0.13293057694327348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325235842387489f,0.019796182954623404f,-0.3605660493986421f,-0.253766422673142f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.909207202466162f,0.36109085270920777f,0.04108767373885734f,-0.9316250314136405f,-0.21186547587906415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9169971798973025f,0.1789981332167901f,-0.3564769843416242f,0.2690599238318658f,0.15968464783357952f,0.9836595233158067f,0.0831550084864746f,2.1341164076533854f,0.36553657177724375f,0.019329006571064778f,-0.9305962627253109f,-0.3216610167189981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9337089001561563f,0.03334440588588396f,-0.3564769843416242f,0.16184667733467376f,0.0038404135256303873f,0.996529224753377f,0.0831550084864746f,2.1446011721558733f,0.35801248720279777f,0.07627355248414058f,-0.9305962627253109f,-0.27965470631377787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8954592800192217f,0.27369294273778805f,-0.3510624601448966f,0.13877068289631908f,0.2440817325473674f,0.9614098594243652f,0.126945618428908f,2.1395800738835926f,0.3722590303325532f,0.027986698575437334f,-0.9277068281729498f,-0.2770862915446447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9362081538857133f,-0.01641467864192464f,-0.3510624601448966f,0.16647761363056046f,-0.06495646287397341f,0.9897805150095673f,0.126945618428908f,2.1493766770606633f,0.34539101107123066f,0.14165129873205592f,-0.9277068281729498f,-0.28623058924752814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272496994351742f,0.1302426350101687f,-0.3510624601448966f,0.21466585727166088f,0.09067904434584138f,0.987756103943796f,0.126945618428908f,2.2569872852949175f,0.36329781972082376f,0.08587627814117803f,-0.9277068281729498f,-0.3234259478489689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272496994351742f,0.1145956130577456f,-0.3564769843416242f,0.18888184433366817f,0.09067904434584138f,0.9924024160995072f,0.0831550084864746f,2.0336967416725287f,0.36329781972082376f,0.04478046435422702f,-0.9305962627253109f,-0.33350155232866996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9246150730869331f,-0.11952502478595264f,-0.3616638426361733f,-0.09564836025565276f,-0.1526163001302954f,0.9861949070472518f,0.06424850386275041f,2.1362773446655186f,0.3489917356542774f,0.1146009326488213f,-0.9300921431132699f,-0.18262016511162157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9319293605377958f,0.026588190936058097f,-0.3616638426361733f,0.011963873666990602f,0.0035375324858760854f,0.9979276605121784f,0.06424850386275041f,2.1459263729407803f,0.36262260386182005f,0.0585956695280309f,-0.9300921431132699f,-0.2237983630872675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.913547044504318f,-0.18154974380975128f,-0.3639663281129717f,0.030502826589095824f,-0.23728215693042454f,0.9646836100920684f,0.11437967661337185f,2.1405200098651056f,0.3303467503697761f,0.19085393090619815f,-0.9243623756827087f,-0.23803999860021302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9249368257796414f,0.10963749503086104f,-0.3639663281129717f,0.0038718237720663864f,0.07243488816417513f,0.9907928524946392f,0.11437967661337185f,2.150547022199962f,0.37315553766938125f,0.0794301147480855f,-0.9243623756827087f,-0.226313347859443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307004014931317f,-0.03640432200280864f,-0.3639663281129717f,-0.05656464739784474f,-0.08345105535361472f,0.9899258613341649f,0.11437967661337185f,2.2583523676838633f,0.35613576627585664f,0.1368265851409273f,-0.9243623756827087f,-0.2229839381707519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307004014931317f,-0.054735980763669645f,-0.3616638426361733f,-0.04424905172601909f,-0.08345105535361472f,0.9944385607526319f,0.06424850386275041f,2.0346036915145214f,0.35613576627585664f,0.08997733769162719f,-0.9300921431132699f,-0.243228839151368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325235842387489f,0.019796182954623404f,-0.3605660493986421f,0.0734385415832876f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5207627833817605f,0.36109085270920777f,0.04108767373885734f,-0.9316250314136405f,-0.2803093462995071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,0.19997789437733904f,-0.9020419887122958f,-0.0015531688082145508f,0f,0.9762960071199334f,0.21643961393810285f,1.1546517807117855f,0.9239431300895244f,0.08279461481328879f,-0.3734623730957263f,-0.3113573268544904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34212806363203124f,-0.06946408881050681f,-0.9370822420903744f,0.27379627639737014f,-0.2435381601808254f,0.969741782893403f,0.01703053277096206f,0.8150883568135217f,0.9075447937215748f,0.23404190837636374f,-0.34869303479194175f,-0.3549109934011334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34212806363203124f,-0.8923338596792018f,-0.2944293989149451f,-0.00483191317902126f,-0.2435381601808254f,0.3868382746403438f,-0.889407282300421f,0.8595988146000889f,0.9075447937215748f,-0.23258639715877824f,-0.34966557629478434f,-0.448004500806391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31943938203132516f,-0.03562694800096311f,-0.9469367464533109f,0.02942906141395256f,0.007217562893795787f,0.9991725304866803f,-0.04002700471828713f,0.5067637810630732f,0.9475792251803115f,-0.0196207771757477f,-0.3189179159434296f,-0.17149198912835778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31943938203132516f,-0.3496042211822653f,-0.8807584059996175f,-0.11399045461284525f,0.007217562893795787f,0.9285310479651574f,-0.37118458986143343f,0.8715451917477459f,0.9475792251803115f,-0.12492790519442873f,-0.2940860937045691f,-0.22261876888201634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5087277008682167f,-0.23173371886402302f,-0.8291535502612217f,-0.017537299262776366f,0.0017312525757352951f,0.962816064282663f,-0.2701522332385239f,1.0501368561356696f,0.8609257396162906f,-0.13886939871941828f,-0.4894100131438363f,-0.31797505792037356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33534022141434555f,-0.47667795267592833f,-0.8126038797190569f,-0.036847704679939156f,-0.11659925468095289f,0.8769159891277749f,-0.4662863517409687f,1.0439609872575324f,0.9348537584615167f,-0.06161556170921116f,-0.3496454959607438f,-0.3291751175877705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46850547325105213f,-0.33886192599098286f,-0.8158892183669849f,-0.017537299262776366f,-0.12193857565086412f,0.9394790786610268f,-0.3201718984021971f,1.0501368561356696f,0.8750049173016379f,-0.05051391760604218f,-0.4814714309551958f,-0.31797505792037356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36297495832046583f,0.24036755432002582f,-0.900262527523203f,-0.012034944483110797f,0.08485990581284306f,0.9706677183954452f,0.224951054343865f,1.0601771476309665f,0.92792670832221f,0.0052554062821582315f,-0.37272564264766916f,-0.3089324938045143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40773311688829317f,0.08941059081538667f,-0.9087130744314187f,-0.008345120486881772f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0662669605358743f,0.9029754648458318f,0.1872802527186247f,-0.3867317116918425f,-0.3141693227744227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,0.20784198126740935f,-0.900262527523203f,-0.007046108103960464f,0f,0.9743700647852354f,0.224951054343865f,1.072356773440782f,0.9239431300895244f,0.08605049490418042f,-0.37272564264766916f,-0.3136315071812716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37305060044591415f,0.0846264704429823f,-0.9239435101819301f,-0.07565320369403737f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0831281850805758f,0.9228849453331148f,-0.06863540847885069f,-0.3789096968677831f,-0.13233708331230595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3905744714960205f,-0.191181579009264f,-0.9005005197461737f,0.04529496006012326f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.097004520055755f,0.9057691724877803f,0.0949027935423726f,-0.4130080700769122f,-0.5016603727717623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,1.3877787807814457e-17f,-0.9239431300895244f,-0.020981254853533762f,0f,1f,0f,0.9369365566689353f,0.9239431300895244f,6.938893903907228e-18f,-0.38252985812923457f,-0.3109453133993716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38252985812923457f,0.08052694975954867f,-0.9204272475334762f,3.8051525544935616e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1595238095238096f,0.9239431300895244f,0.03333967390840975f,-0.38107421653013107f,-0.3107142857142857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762600166432411f,0.056060695025566695f,0.20922136214303866f,0.2976267787516803f,0f,0.9659258262890683f,-0.2588190451025207f,1.1313988095238097f,-0.21660189265963975f,0.2526746852793747f,0.9429947632491023f,-0.1414803579830994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762600166432411f,0.056060695025566695f,0.20922136214303866f,0.3891511553119842f,0f,0.9659258262890683f,-0.2588190451025207f,1.1313988095238097f,-0.21660189265963975f,0.2526746852793747f,0.9429947632491023f,-0.16178678541994065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762600166432411f,0.056060695025566695f,0.20922136214303866f,0.31200576271037644f,0f,0.9659258262890683f,-0.2588190451025207f,1.1702216662891878f,-0.21660189265963975f,0.2526746852793747f,0.9429947632491023f,-0.2930827861888854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.11485394002053907f,-0.908791623361905f,-0.4011313472779115f,-0.9708624640611108f,-0.15795920833894245f,0.4153737760210132f,-0.8958311864938504f,1.9718261855453538f,0.9807433206311901f,-0.03952735130614076f,-0.1912593201285311f,-0.6183131752162881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.029267600982921985f,-0.908791623361905f,-0.4162225280303055f,-0.9667887150170793f,0.15795920833894245f,0.4153737760210132f,-0.8958311864938504f,1.9718261855453538f,0.9870118013649277f,-0.03952735130614076f,0.15570899930666146f,-0.7119746244295384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0434533231363361f,-0.908791623361905f,-0.41498143815795324f,-0.9065783738154021f,0f,0.4153737760210132f,-0.9096508265230375f,2.1082738095238094f,0.9990554582746694f,-0.03952735130614076f,-0.018049370911801182f,-0.6624364941861431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005977029033269291f,0f,-0.00001443661140764882f,0.6324499926855003f,0f,0.000015625f,0f,1.3256463095238096f,0.00001443661140764882f,0f,-0.000005977029033269291f,-0.041056448709015814f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29.mcfunction new file mode 100644 index 000000000..6aa1307e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..dfc83da03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.13574806531245381f,0.18977129897045988f,-0.7826261951247445f,-0.25224047202939404f,-0.23829569633507958f,0.7675902124937704f,0.14479251098172233f,1.3485181086470879f,0.7692412289500282f,0.2042952868161108f,0.1829639634261832f,-0.4710611268149041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.19399561584448524f,0.12085937966321429f,-0.7666542319589335f,-0.25224047202939404f,0.07208575409383818f,0.7840189730648046f,0.1418375617780137f,1.3485181086470879f,0.7727673292070788f,-0.10347589198374754f,0.17923000498891417f,-0.4710611268149041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6397676647816587f,0.2786435531627546f,-0.4242635381753928f,-0.28520225180870884f,0.23829569633507958f,0.7675902124937704f,0.14479251098172233f,1.3485181086470879f,0.44817066018699536f,-0.010367275874009005f,-0.6826272946366482f,-0.39144505110532046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6834617362139204f,0.012347353232763758f,-0.415605098620793f,-0.28520225180870884f,-0.07208575409383818f,0.7840189730648046f,0.1418375617780137f,1.3485181086470879f,0.40949200137264746f,0.15862469146559283f,-0.6686961253583493f,-0.39144505110532046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.38873674545110376f,1.5093083528413254f,-0.11080744009086001f,-0.48931047913567666f,1.5058708334783628f,0.37439672642722704f,-0.18326585639381152f,1.2881697360577165f,-0.15047599680767967f,-0.15238647342852252f,-1.5477537230130487f,0.661469050240082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.02533136322837938f,0.2156910353158912f,-0.9761330336185488f,-0.08641903745179333f,-0.05099647022007932f,0.9754538410912796f,0.21421756213102855f,1.4064464011140063f,0.9983775248181844f,0.04435291630352501f,0.03570905702042586f,0.34584614537007535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.08533286690099728f,0.2156910353158912f,-0.9727259013261731f,-0.061655426411894025f,-0.02641854107076138f,0.9754538410912796f,0.21861350504477303f,1.4202829856125827f,0.9960021900147354f,0.04435291630352501f,-0.07754003031482093f,-0.022522831503219876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13371581162596513f,0.8627017087001227f,-0.48771492034496744f,0.3920757936598429f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1647340140478395f,-0.7382753464559273f,-0.4150200268188887f,-0.5317028212776658f,-0.5752816009386834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6665027926767084f,0.5479868789731689f,-0.5054546545709063f,0.16416276698122198f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.4080792855235835f,-0.07002814054111298f,-0.7210274075812712f,-0.6893587868802326f,-0.5750381967753606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,-0.4014040921709759f,-0.8321968140136125f,0.17253109886927814f,0f,0.9006982393225879f,-0.4344452574044172f,1.1093371833191377f,0.9239463092983338f,-0.16618494657936084f,-0.3445370532532064f,-0.07945899705182159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,-0.054312971868914456f,-0.9223485694425827f,0.15658273808484055f,0f,0.9982707438303807f,-0.05878368831860045f,1.2961455497353427f,0.9239463092983338f,-0.02248606455351558f,-0.3818607003016714f,-0.0860617635324912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,-0.27783601363657784f,-0.8811832567590852f,0.24426271667882452f,0f,0.9537169507482269f,-0.3007057995042731f,1.111737300813242f,0.9239463092983338f,-0.11502663770640005f,-0.36481788628293477f,-0.38798457085787874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,0.19997858248406636f,-0.9020450925611623f,0.2761209190660797f,0f,0.9762960071199334f,0.21643961393810285f,1.2961455497353427f,0.9239463092983338f,0.08279295277581593f,-0.37345487612916406f,-0.3747949851882205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325205831473619f,0.019796524437362878f,-0.36057379220723307f,0.3653381219183426f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.029273747296231f,0.3610986029857353f,0.041087509209546916f,-0.931622034683973f,-0.35436020355545805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325205831473619f,0.019796524437362878f,-0.36057379220723307f,0.3640292852122702f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9085299758610714f,0.3610986029857353f,0.041087509209546916f,-0.931622034683973f,-0.4603769055702389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325205831473619f,0.019796524437362878f,-0.36057379220723307f,-0.18251772068073255f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.0314050794249137f,0.3610986029857353f,0.041087509209546916f,-0.931622034683973f,-0.14221477430133853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325205831473619f,0.019796524437362878f,-0.36057379220723307f,-0.25376560112285707f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9109333929423522f,0.3610986029857353f,0.041087509209546916f,-0.931622034683973f,-0.22114908109218928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9174918501565827f,0.17188073357984693f,-0.35870003947630685f,0.2683486774889675f,0.15978659552272545f,0.9851174431939256f,0.0633393006459617f,2.136621688371296f,0.36424847122192194f,0.0007978340155012018f,-0.9313014628321897f,-0.3329584703376672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9330840735990038f,0.026237249771737275f,-0.35870003947630685f,0.16113578011377508f,0.0037130371533453804f,0.9979851433507306f,0.0633393006459617f,2.1471064528737838f,0.3596391593680901f,0.057769026092164034f,-0.9313014628321897f,-0.2909512688747772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8978486674854068f,0.2585876424165472f,-0.35637087631305f,0.1391951827505892f,0.2447955966871669f,0.9659170202182967f,0.08413932430903229f,2.142416636601479f,0.36598208444847835f,-0.011693641094994427f,-0.930548425725759f,-0.2855675852955419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9338128019009818f,-0.031519034276233746f,-0.35637087631305f,0.16671086466878154f,-0.06567032701377293f,0.9942876758034989f,0.08413932430903229f,2.1522702815675516f,0.351683180086483f,0.1019733701687357f,-0.930548425725759f,-0.2952142714861179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9272466800016641f,0.11494952345164461f,-0.35637087631305f,0.21306038997410295f,0.09067904434584138f,0.9923194470639706f,0.08413932430903229f,2.2590423087643288f,0.363305526165535f,0.045702538626376146f,-0.930548425725759f,-0.33689280605143107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9272466800016641f,0.10746104459564526f,-0.35870003947630685f,0.1888816549400828f,0.09067904434584138f,0.993863896069379f,0.0633393006459617f,2.0354229321487187f,0.363305526165535f,0.02620457945106822f,-0.9313014628321897f,-0.3427888364279214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9243606188209335f,-0.12312145828645185f,-0.36110739798901703f,-0.09605935099919846f,-0.15265756718440227f,0.9867850534154314f,0.05432242204876311f,2.1383784300752433f,0.34964712719300367f,0.10533928453013966f,-0.9309406649085417f,-0.19289404952470585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9322406451767566f,0.0229962300829104f,-0.36110739798901703f,0.011552540683949841f,0.003589092729085641f,0.998516996788807f,0.05432242204876311f,2.148027458350505f,0.36182108547430797f,0.04934552184176161f,-0.9309406649085417f,-0.2340731418740712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9114656100776253f,-0.19467248249322133f,-0.36239904277708695f,0.03126228990740171f,-0.2378329740501929f,0.9681613325163146f,0.07809680322954864f,2.143084016577903f,0.3356574415982204f,0.1573729925373505f,-0.9287452950726459f,-0.2451465497587366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.927012413270828f,0.09651383028378319f,-0.36239904277708695f,0.004465285536874551f,0.07298570528394346f,0.9942705749188855f,0.07809680322954864f,2.153155042321156f,0.3678601262246306f,0.04594675629924922f,-0.9287452950726459f,-0.23384342531260752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9306974415839853f,-0.049691106078204816f,-0.36239904277708695f,-0.057375306603937345f,-0.08345105535361473f,0.9934469340058851f,0.07809680322954864f,2.2602116653352824f,0.35614350139991635f,0.10292707754051654f,-0.9287452950726459f,-0.23435836582857525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9306974415839853f,-0.058341403365243044f,-0.36110739798901703f,-0.04424849084675768f,-0.08345105535361473f,0.9950301481980957f,0.05432242204876311f,2.0363298819907114f,0.35614350139991635f,0.08069253267961057f,-0.9309406649085417f,-0.2525141856814876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325205831473619f,0.019796524437362878f,-0.36057379220723307f,0.07343879427899011f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.5224889738579508f,0.3610986029857353f,0.041087509209546916f,-0.931622034683973f,-0.28959567094072314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,0.19997858248406636f,-0.9020450925611623f,-0.001553174152534775f,0f,0.9762960071199334f,0.21643961393810285f,1.1563779711879758f,0.9239463092983338f,0.08279295277581593f,-0.37345487612916406f,-0.32064302823165414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3421224710794704f,-0.07628818450624458f,-0.9365534302362134f,0.27391744622579633f,-0.24353430156894035f,0.969841109206362f,0.009963275199525334f,0.8188905130596187f,0.9075479374346047f,0.231491545845878f,-0.3503832265678259f,-0.3635953383910751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3421224710794704f,-0.8944567695942258f,-0.28792238903832884f,-0.004833054210418244f,-0.24353430156894035f,0.3803469905534754f,-0.8922035702328492f,0.8613250050762792f,0.9075479374346047f,-0.23512391223347812f,-0.34795615694253546f,-0.45729017492889024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3194315182434096f,-0.034090367162263324f,-0.946995961986878f,0.030785746259557212f,0.007219637267158139f,0.999236128979918f,-0.03840618933139983f,0.5100206027200891f,0.9475818603109922f,-0.019105114707081608f,-0.318941393678507f,-0.18033185772528054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3194315182434096f,-0.3531653823665549f,-0.8793393644382101f,-0.11398972243899169f,0.007219637267158139f,0.9270216029817917f,-0.37493842753550877f,0.8732713822239362f,0.9475818603109922f,-0.12611566240144145f,-0.2935701921289094f,-0.2319035357856547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5087307555365841f,-0.2318140192496705f,-0.8291292292824379f,-0.01753735960711412f,0.0017272453675951924f,0.9627903821261816f,-0.27024377274742395f,1.05186304661186f,0.8609239426305999f,-0.13891342830926978f,-0.4894006788315162f,-0.3272606264517351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33531087495399475f,-0.47677955256663873f,-0.8125563829002528f,-0.0368278146537184f,-0.11664446358530631f,0.8768617711756408f,-0.46637699703739055f,1.045631299066363f,0.9348586450648476f,-0.061601075518807336f,-0.34963498286419165f,-0.3384575810209085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4684982009887865f,-0.33894056703035236f,-0.8158607281217878f,-0.01753735960711412f,-0.12193857565086409f,0.9394483782470181f,-0.32026196835916376f,1.05186304661186f,0.8750088110633567f,-0.05055726090474824f,-0.48145980510453845f,-0.3272606264517351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.36295188217937197f,0.2403907968648232f,-0.9002656252490965f,-0.012034929674059232f,0.084921946707441f,0.9706622925183621f,0.224951054343865f,1.0619033381071568f,0.9279300588890684f,0.005194099122395185f,-0.3727181604703974f,-0.3182181080667632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4077256121623416f,0.08941214731564817f,-0.9087162885627442f,-0.008345149201723304f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0679931510120646f,0.9029788535219593f,0.18727950961253945f,-0.38672415928081694f,-0.32345496770295623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,0.207842696433783f,-0.9002656252490965f,-0.007046132349012161f,0f,0.9743700647852354f,0.224951054343865f,1.0740829639169722f,0.9239463092983338f,0.08604876750744801f,-0.3727181604703974f,-0.32291716290603467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3730429302516428f,0.08462590000488743f,-0.9239466593032473f,-0.07565172118214242f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0848543755567661f,0.9228880457589811f,-0.0686361118148343f,-0.37890201787548f,-0.14162216884346937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3905669435519012f,-0.19118079025684365f,-0.9005039522630064f,0.04529337308812416f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0987307105319453f,0.9057724185567365f,0.09490438246672485f,-0.4130005859202741f,-0.5109464635014473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,0f,-0.9239463092983339f,-0.020981256772901396f,0f,1f,0f,0.9386627471451255f,0.9239463092983338f,0f,-0.38252217913996533f,-0.3202308533079454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38252217913996533f,0.0805272268458538f,-0.9204304146444362f,3.91886975727153e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.16125f,0.9239463092983338f,0.033339004640396436f,-0.3810665667617344f,-0.32f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762582164113367f,0.05606279502610413f,0.20922919945174023f,0.29762818526008916f,0f,0.9659258262890683f,-0.2588190451025207f,1.133125f,-0.21661000643865702f,0.2526742193450723f,0.9429930243586125f,-0.15076854587810212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762582164113367f,0.05606279502610413f,0.20922919945174023f,0.389152393048652f,0f,0.9659258262890683f,-0.2588190451025207f,1.133125f,-0.21661000643865702f,0.2526742193450723f,0.9429930243586125f,-0.1710757339817262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762582164113367f,0.05606279502610413f,0.20922919945174023f,0.31200590923660954f,0f,0.9659258262890683f,-0.2588190451025207f,1.171947856765378f,-0.21661000643865702f,0.2526742193450723f,0.9429930243586125f,-0.30237109358370606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18872474274000745f,-0.5401703600301678f,-0.820121304212125f,-1.0346828112555173f,-0.09388824611090915f,0.8412277974354228f,-0.5324667032445922f,2.0288978709373557f,0.9775315691679402f,-0.02348989073678777f,-0.20947614736107406f,-0.6303660060292358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10315475789856143f,-0.5401703600301678f,-0.8352096012784863f,-1.0306098406405173f,0.09388824611090915f,0.8412277974354228f,-0.5324667032445922f,2.0288978709373557f,0.9902242640761266f,-0.02348989073678777f,0.1374922974863219f,-0.724027489096553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04344501989333205f,-0.5401703600301678f,-0.840433526456047f,-0.9065812969796102f,0f,0.8412277974354228f,-0.5406808604176288f,2.11f,0.9990558193847169f,-0.02348989073678777f,-0.036547158394405845f,-0.6717146738037335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005976909049061959f,0f,-0.000014436661082786468f,0.6324522338146618f,0f,0.000015625f,0f,1.3273724999999998f,0.000014436661082786468f,0f,-0.000005976909049061959f,-0.05034741935391307f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..93eaf5979 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.635725377773049f,-0.10583424273749602f,-0.5015942598993127f,-0.07171925585216768f,-0.14868965690096478f,0.8027903475185976f,0.01906536928797483f,1.2560899755921582f,0.4906007281185301f,0.10616598061335025f,-0.6441926377834648f,-0.36058875071989505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.615021723521702f,0.14253402015064154f,-0.49135764235034723f,-0.07171925585216768f,0.16637704648266438f,0.7822850343478573f,0.01867628011883249f,1.2560899755921582f,0.4838046692624003f,-0.087830394141597f,-0.6310458492572717f,-0.36058875071989505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8023547512496357f,0.14773808442991374f,0.03667091491303617f,-0.13112212802234974f,0.14868965690096478f,0.8027903475185976f,0.01906536928797483f,1.2560899755921582f,-0.03259882700731459f,0.02540788823167268f,-0.8156201322538564f,-0.3416700355270918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7815340895347652f,-0.16707494968694864f,0.03592252889440278f,-0.13112212802234974f,-0.16637704648266438f,0.7822850343478573f,0.01867628011883249f,1.2560899755921582f,-0.03902749413901635f,0.010774331648661399f,-0.7989748234323493f,-0.3416700355270918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.04902200061568862f,0.8533235071502243f,1.3079916229091364f,-0.7134184805949608f,1.5428979975512787f,0.2290789933704995f,-0.09162332644371969f,0.9397740871671892f,-0.24180335524530894f,1.288707902102412f,-0.8498054662397219f,0.14168313504463503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5887760817034929f,-0.667847035587456f,-0.45532742358760825f,-0.5348630072770095f,-0.6921792026586486f,0.7074868748152231f,-0.14265438433860422f,1.186445279600062f,0.4174094836257546f,0.23117668355877996f,-0.8788211786012241f,0.1254189849145665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.70201772819682f,-0.667847035587456f,-0.2472881848257681f,-0.27910259292350353f,-0.7019486204763115f,0.7074868748152231f,0.08203935747915167f,1.4480722035200326f,0.12016340336716087f,0.23117668355877996f,-0.9654626339066595f,0.07440692824581435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4585877959732217f,0.8831083536571795f,0.09908011447979276f,0.44925454926230973f,0.4520998003341f,-0.1358637976362459f,-0.8815592997806354f,1.2558417988197568f,-0.7650509812569943f,0.44906643627949216f,-0.46155858987234444f,0.1167447251524688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.41407496801379473f,0.8749634081353792f,0.25096006711924645f,0.2896014489373069f,0.5761468757270202f,0.4653824497671571f,-0.6719181148314973f,1.444858912871572f,-0.704696174570551f,-0.13363461330374454f,-0.6968106569741813f,-0.1067987140284792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,-0.17868919477435938f,-0.24527520202433806f,-0.06879137062886917f,0f,0.8082542332231186f,-0.5888336730154862f,1.1241736218398182f,0.3034629352279925f,-0.5610661869581871f,-0.7701395852668604f,0.2662133087533544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,-0.07122453354823892f,-0.29498613336566276f,-0.08398963400269935f,0f,0.9720664342221526f,-0.2347058743590144f,1.304969166541728f,0.3034629352279925f,-0.22363790662467134f,-0.9262269342139355f,0.21849228292239148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,-0.14514564577582179f,-0.2665004588542174f,0.21425423339780295f,0f,0.8781977234023486f,-0.478297771906719f,1.1173717067941027f,0.3034629352279925f,-0.4557428004074792f,-0.8367847673204621f,0.12516837840575834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,0.007550412936549511f,-0.3033689903758727f,0.2137738796335568f,0f,0.9996904239654533f,0.024880840656460568f,1.304969166541728f,0.3034629352279925f,0.023707540915492903f,-0.9525482662031103f,0.12366011566364384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9936058608408469f,-0.04725669719431865f,-0.102538762782685f,0.27567740409037117f,-0.05076926311227867f,0.9982001918456479f,0.03191956958274525f,2.0200607423425287f,0.10084579924694678f,0.03692128883985463f,-0.9942167486039694f,-0.004056470676227341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9936058608408469f,-0.04725669719431865f,-0.102538762782685f,0.309231702010316f,-0.05076926311227867f,0.9982001918456479f,0.03191956958274525f,1.9001820253769157f,0.10084579924694678f,0.03692128883985463f,-0.9942167486039694f,-0.10566116943459178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9936058608408469f,-0.04725669719431865f,-0.102538762782685f,-0.30806603915362646f,-0.05076926311227867f,0.9982001918456479f,0.03191956958274525f,1.9902338002640652f,0.10084579924694678f,0.03692128883985463f,-0.9942167486039694f,0.0551904363813539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9936058608408469f,-0.04725669719431865f,-0.102538762782685f,-0.34903218079674503f,-0.05076926311227867f,0.9982001918456479f,0.03191956958274525f,1.866547388565031f,0.10084579924694678f,0.03692128883985463f,-0.9942167486039694f,-0.03885082743348954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9887655000446609f,0.10875931246761249f,-0.102538762782685f,0.1705068129800392f,0.10600870377782531f,0.9938527535812322f,0.03191956958274525f,2.122338186757273f,0.10537998218246576f,0.020690967850119157f,-0.9942167486039694f,-0.011928281037167657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9936058608408469f,-0.04725669719431866f,-0.102538762782685f,0.05558208618337227f,-0.050769263112278674f,0.9982001918456479f,0.03191956958274525f,2.1265495739776767f,0.10084579924694678f,0.03692128883985463f,-0.9942167486039694f,0.00005971351535370706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755239501416854f,0.1945220420079911f,-0.102538762782685f,0.03359256039288612f,0.19222528357522556f,0.9808315764860328f,0.03191956958274525f,2.1211036568388537f,0.10678231620632007f,0.011427761852827682f,-0.9942167486039694f,0.0021527655994207154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.987889026345225f,-0.11645202339882013f,-0.102538762782685f,0.06204124348782234f,-0.12027651721285317f,0.992227141578378f,0.03191956958274525f,2.1325645974976353f,0.09802464503291679f,0.0438659977832732f,-0.9942167486039694f,-0.0004133393048590672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9939435831063085f,0.03952158560570299f,-0.102538762782685f,0.11130372288319901f,0.03642280839268549f,0.9988265715860997f,0.03191956958274525f,2.241044510532805f,0.10367995288667128f,0.027991501652628238f,-0.9942167486039694f,-0.03344303992342504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9939435831063085f,0.03952158560570299f,-0.102538762782685f,0.10241136612191584f,0.03642280839268549f,0.9988265715860997f,0.03191956958274525f,2.016308531925933f,0.10367995288667128f,0.027991501652628238f,-0.9942167486039694f,-0.03974112779526638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.973980347754338f,-0.20210909013533945f,-0.102538762782685f,-0.21747297319248393f,-0.20629712225103422f,0.9779686285503201f,0.03191956958274525f,2.1025139801752286f,0.09382845804594875f,0.05224248516362043f,-0.9942167486039694f,0.027449638488303743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9936058608408468f,-0.04725669719431866f,-0.102538762782685f,-0.10350069404656428f,-0.05076926311227867f,0.998200191845648f,0.03191956958274525f,2.1184210837539057f,0.1008457992469468f,0.03692128883985462f,-0.9942167486039694f,0.016205783854691243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9526590906116271f,-0.2862279846591236f,-0.102538762782685f,-0.08110290016493932f,-0.29074768162327674f,0.9562671837453913f,0.03191956958274525f,2.115243180120332f,0.08891817983807908f,0.060221375686997494f,-0.9942167486039694f,0.013793755096163695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9944819474593641f,0.022168858888686943f,-0.102538762782685f,-0.11049682858414601f,0.01898533373487038f,0.9993101111169784f,0.03191956958274525f,2.123748595979192f,0.10317564286402996f,0.029796703088523252f,-0.9942167486039694f,0.017098372797865732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9857061980187644f,-0.1336753279943176f,-0.102538762782685f,-0.1760670478870173f,-0.13757494986963917f,0.9899769059154958f,0.03191956958274525f,2.2263610199788495f,0.09724414818259458f,0.045570082725325985f,-0.9942167486039694f,-0.004276409370331356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9857061980187644f,-0.1336753279943176f,-0.102538762782685f,-0.14599009908829588f,-0.13757494986963917f,0.9899769059154958f,0.03191956958274525f,2.0036162161478632f,0.09724414818259458f,0.045570082725325985f,-0.9942167486039694f,-0.014529677983529686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9936058608408469f,-0.04725669719431865f,-0.102538762782685f,0.0056340271658571976f,-0.05076926311227867f,0.9982001918456479f,0.03191956958274525f,1.4973872891665427f,0.10084579924694678f,0.03692128883985463f,-0.9942167486039694f,-0.014988290025949497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,0.007550412936549511f,-0.3033689903758727f,0.0028026223146511305f,0f,0.9996904239654533f,0.024880840656460568f,1.1225033801794977f,0.3034629352279925f,0.023707540915492903f,-0.9525482662031103f,-0.023878617869259336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9237876098810357f,-0.310850142798112f,-0.22358139581073533f,0.24492231822861377f,-0.15021231484786945f,0.8313034421422876f,-0.535136288762432f,0.8318128668515724f,0.3522111757146951f,-0.4607675941348065f,-0.814641339422997f,0.27073264780137524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9237876098810357f,-0.3695751882041426f,0.10015304335943018f,0.13443041199216732f,-0.15021231484786945f,0.10918837422468061f,-0.982605800614985f,0.8237835447854542f,0.3522111757146951f,-0.9227632844874376f,-0.15638161178229515f,-0.022492451652128768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9498455907921242f,0.013140208803774367f,-0.3124430965237568f,-0.02915042968051143f,0.13175936381802095f,0.9229206080141206f,-0.361741650006073f,0.7003982574994692f,0.2836068117994186f,-0.3847660148914391f,-0.8783634157258201f,0.3646105285863168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9498455907921242f,-0.1999843228752156f,-0.24041552415953082f,-0.10914094803349439f,0.13175936381802095f,0.4412900320631121f,-0.8876387652913812f,0.8299064339322185f,0.2836068117994186f,-0.8747967639434195f,-0.3928075840600461f,0.03654169445488227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.974116400047526f,-0.07111599146401745f,-0.21456876500678743f,0.006074168260055721f,0.0654032683058211f,0.8199511054247337f,-0.5686849718496823f,1.0158062362673455f,0.21637849166071216f,-0.5679988560471287f,-0.7940766007607756f,-0.013606291042981309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9173982634811348f,-0.34210397954290195f,-0.20333542077736466f,0.007167320511373472f,-0.11293271144821358f,0.7137143347682244f,-0.6912727761392787f,0.9782532922920137f,0.3816105722418505f,-0.6112092240201065f,-0.6933950213449667f,-0.015323619690162358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9560975587751285f,-0.20071364974558414f,-0.21352163569541766f,0.006074168260055721f,-0.04110054861233552f,0.8132635620612125f,-0.58044217931442f,1.0158062362673455f,0.29015203429926983f,-0.5461834942849475f,-0.7858087474460183f,-0.013606291042981309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9532078973310683f,0.04244520159671303f,-0.29932108065937835f,0.005475923220244893f,0.09541882166532979f,0.9817251476185961f,-0.16465413145513727f,1.037255828076131f,0.2868622542923409f,-0.1855104832473357f,-0.9398382348402603f,-0.0096002646049307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9428503193797463f,-0.15215860622946253f,-0.2964473541724022f,0.0070971258277629425f,-0.10011741398851393f,0.977906190486052f,-0.18351017962312044f,1.0388410356284556f,0.3178203559587755f,-0.14334308898361572f,-0.9372528901949955f,-0.010394306666095698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,-0.04996642602879168f,-0.29932108065937835f,0.007007900066997243f,0f,0.9863513658908545f,-0.16465413145513727f,1.0406023773532607f,0.3034629352279925f,-0.15688957669378456f,-0.9398382348402603f,-0.010674466624477456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9555339384759604f,0.03295274163138859f,-0.29303414347067935f,-0.17710527987228916f,0.11668900870743426f,0.9548754727851583f,-0.27312361069705554f,1.0529381664724224f,0.2708109445120268f,-0.29517274313915803f,-0.9162611440196557f,0.049692050349811556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9322332297229086f,-0.24777881777193128f,-0.26371739203916544f,0.18666698554841996f,-0.13509590858104553f,0.9144086371554905f,-0.3815834637141663f,1.0548945748796614f,0.33569376056914824f,-0.32009764410095665f,-0.8859160216160223f,-0.08502639439532225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,-0.10529630377540743f,-0.28460927860564544f,0.010451085544461563f,0f,0.9378716329617576f,-0.3469824204273845f,0.9094846421699332f,0.3034629352279925f,-0.33061985496470614f,-0.8936446488654917f,0.025881286091922993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9528432436360197f,-0.08009028647996852f,-0.2927034319387891f,4.001970790070815e-18f,0f,0.9645442588198794f,-0.26392114878806033f,1.125f,0.3034629352279925f,-0.25147548347536f,-0.9190594802044344f,-0.03267857142857143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7951107158438674f,-0.15696451152171725f,-0.5857995319842795f,0.06816948231189118f,0f,0.9659258262890683f,-0.2588190451025207f,1.175267857142857f,0.606464301958699f,0.2057897962254915f,0.7680179751927803f,0.3214543839396558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7951107158438674f,-0.15696451152171725f,-0.5857995319842795f,0.14271111192225372f,0f,0.9659258262890683f,-0.2588190451025207f,1.175267857142857f,0.606464301958699f,0.2057897962254915f,0.7680179751927803f,0.3783104122482838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7951107158438674f,-0.15696451152171725f,-0.5857995319842795f,0.1933102269147144f,0f,0.9659258262890683f,-0.2588190451025207f,1.214090713908235f,0.606464301958699f,0.2057897962254915f,0.7680179751927803f,0.23467970181505277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5363726510522449f,-0.36944965276575503f,-0.7588223331415924f,0.20837880898669273f,-0.4240515316541893f,0.8953413900807918f,-0.13617670031958984f,2.058470382159342f,0.729715477227202f,0.24873831486013226f,-0.6369023261188632f,-0.7796781703946819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22916087312966366f,-0.36944965276575503f,-0.9005510803378747f,0.22423795329293997f,-0.17162445159660997f,0.8953413900807918f,-0.41098520998006505f,2.0892208678406585f,0.9581389992274677f,0.24873831486013226f,0.1417706206515604f,-0.8668100111432668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1691642059333039f,-0.36944965276575503f,-0.9137233856601339f,0.35336688898883645f,-0.32800518060071016f,0.8953413900807918f,-0.30129121578182594f,2.119039307367274f,0.9294063013182396f,0.24873831486013226f,-0.2726411153705388f,-0.7823479234633935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014888175681812809f,0f,-0.0000047416083629373835f,0.20175362185830187f,0f,0.000015625f,0f,1.2911225f,0.0000047416083629373835f,0f,-0.000014888175681812809f,0.6245914023062001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3.mcfunction new file mode 100644 index 000000000..d2986b0b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30.mcfunction new file mode 100644 index 000000000..26dfba5f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..8195a3929 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.13561380532370132f,0.1897356398262462f,-0.7826581164402465f,-0.2522141030473389f,-0.23829569633507958f,0.7675902124937704f,0.14479251098172233f,1.349768108647088f,0.7692649097406232f,0.20432840504427574f,0.18282736660100324f,-0.476105148781325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.19386073954798255f,0.12087743777244456f,-0.7666855018190171f,-0.2522141030473389f,0.07208575409383818f,0.7840189730648046f,0.1418375617780137f,1.349768108647088f,0.7728011760592967f,-0.10345479646675625f,0.179096195854044f,-0.476105148781325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6398458755733537f,0.278645358349746f,-0.42414439077554034f,-0.285189777951133f,0.23829569633507958f,0.7675902124937704f,0.14479251098172233f,1.349768108647088f,0.44805899283955025f,-0.010318643241931779f,-0.6827013321956372f,-0.39649482720017903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6835331956406854f,0.012319667813432994f,-0.41548838280052935f,-0.285189777951133f,-0.07208575409383818f,0.7840189730648046f,0.1418375617780137f,1.349768108647088f,0.4093727085602498f,0.15862684406926786f,-0.6687686519467467f,-0.39649482720017903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.12443780954122788f,1.5535492367709762f,-0.11138334922643714f,-0.5024725628795735f,1.5453058276843727f,-0.1371203391944756f,-0.18610255641421822f,1.4440609033931655f,-0.19481114054718845f,-0.09533641228570162f,-1.5473738520510143f,0.6393725768712595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.025570534509319884f,0.21646622467397666f,-0.9759551840839328f,-0.08637880359847962f,-0.04913019246717427f,0.9753667896506382f,0.215048482521375f,1.4084116809453362f,0.9984650078761128f,0.04244996138989042f,0.0355756774348812f,0.3408677346592217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.085075099908683f,0.21646622467397666f,-0.9725762699916768f,-0.061707345032962456f,-0.02447019716202707f,0.9753667896506382f,0.2192278155195167f,1.421532985612583f,0.9960740117212069f,0.04244996138989042f,-0.07768245588044764f,-0.027533596935927718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1335869562341914f,0.8627741302193537f,-0.487622113268381f,0.3921203427325224f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1659840140478397f,-0.7382986730229808f,-0.4148694506457425f,-0.531787935490648f,-0.5802131669157023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664905603091376f,0.5481127136488068f,-0.5053343310674162f,0.1642072770431749f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.4093292855235837f,-0.07014446615599235f,-0.720931754846923f,-0.689446994859668f,-0.5800095410831221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,-0.3904483620877299f,-0.8373192145987589f,0.16986673065128421f,0f,0.90630778703665f,-0.42261826174069944f,1.110346629359778f,0.9238795325112866f,-0.16172900698309878f,-0.34682897472239416f,-0.08551511507257398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,-0.040299059207515336f,-0.923000203911279f,0.15654190577542962f,0f,0.9990482215818578f,-0.04361938736533602f,1.2973955497353429f,0.9238795325112866f,-0.016692416874629204f,-0.38231920253318424f,-0.09103443825239935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,-0.2778159334694405f,-0.8811195706053617f,0.24427457850445064f,0f,0.9537169507482269f,-0.3007057995042731f,1.1129873008132423f,0.9238795325112866f,-0.11507512748638375f,-0.36497167621709886f,-0.3929419379361718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.19996412934205782f,-0.9019798986505998f,0.27613047838952026f,0f,0.9762960071199334f,0.21643961393810285f,1.2973955497353429f,0.9238795325112866f,0.08282785436160817f,-0.37361230700898834f,-0.37974679216217644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,0.3653441133407313f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.030523747296231f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.3592964395013406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,0.36405378005962236f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9097799758610716f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.46531336833649256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,-0.1825487472761696f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.032655079424914f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.14724663236069185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,-0.253782849997734f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9121833929423524f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.22619337305022902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9180062041294623f,0.165433928642773f,-0.3604111879973118f,0.2677026625400791f,0.1598548169290267f,0.986093054757003f,0.04546344536646395f,2.1385372769323676f,0.3629201657174799f,-0.015877739568968492f,-0.9316849524929426f,-0.3397332401220594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9325835925394059f,0.019789353012709482f,-0.3604111879973118f,0.16048243515811889f,0.0036277993679710296f,0.9989594156957311f,0.04546344536646395f,2.1490220414348555f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.2977447514794787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9000943964425752f,0.24481391516628023f,-0.3604111879973118f,0.13956631437359548f,0.24519019369477676f,0.9684084076727796f,0.04546344536646395f,2.144787883717568f,0.36015530873304386f,-0.04744789657749808f,-0.9316849524929426f,-0.28986021441302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9316923012633116f,-0.045312595743797174f,-0.3604111879973118f,0.16690933602616118f,-0.06606492402138278f,0.9967790632579817f,0.04546344536646395f,2.1546730592200465f,0.357190259638646f,0.0661684797883384f,-0.9316849524929426f,-0.2999551684591022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9273100746547905f,0.10099406423197843f,-0.3604111879973118f,0.21160929391770925f,0.09067904434584138f,0.9948418899764603f,0.04546344536646395f,2.2605123573934223f,0.3631436855574547f,0.00947696881769411f,-0.9316849524929426f,-0.3456235520292606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9273100746547905f,0.10099406423197843f,-0.3604111879973118f,0.18888562946551413f,0.09067904434584138f,0.9948418899764603f,0.04546344536646395f,2.036672932148719f,0.3631436855574547f,0.00947696881769411f,-0.9316849524929426f,-0.34775587001324176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9241976778335332f,-0.12634250216562418f,-0.3604111879973118f,-0.0964493589820625f,-0.1526885466534999f,0.9872280804638067f,0.04546344536646395f,2.1399538475047986f,0.35006407985959703f,0.09704787112696858f,-0.9316849524929426f,-0.19879625867151934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.01978935301270949f,-0.3604111879973118f,0.011169718169471259f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.1496028757800603f,0.3609358419415298f,0.04109096372904966f,-0.9316849524929426f,-0.23995656857554487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9096693520296264f,-0.20641086585828217f,-0.3604111879973118f,0.03191487141163452f,-0.23815011724971866f,0.9701636958726892f,0.04546344536646395f,2.145206653509212f,0.3402737010583461f,0.1271886695672158f,-0.9316849524929426f,-0.2481961056805321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9289314302956231f,0.08479489003055701f,-0.3604111879973118f,0.00496768346129909f,0.07330284848346921f,0.9962729382752601f,0.04546344536646395f,2.155303020790808f,0.36292298110361854f,0.015813256624922237f,-0.9316849524929426f,-0.23727923551164215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307595861754271f,-0.06156596713212423f,-0.3604111879973118f,-0.058112611274065244f,-0.08345105535361473f,0.9954742570733702f,0.04546344536646395f,2.2615615898322194f,0.3559810586294099f,0.07239223159502488f,-0.9316849524929426f,-0.24123365741897873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307595861754271f,-0.06156596713212423f,-0.3604111879973118f,-0.04426026866933731f,-0.08345105535361473f,0.9954742570733702f,0.04546344536646395f,2.0375798819907116f,0.3559810586294099f,0.07239223159502488f,-0.9316849524929426f,-0.2575219095278593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,0.0734334866039908f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.523738973857951f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.294582853916284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.19996412934205782f,-0.9019798986505998f,-0.0015530618992808923f,0f,0.9762960071199334f,0.21643961393810285f,1.157627971187976f,0.9238795325112866f,0.08282785436160817f,-0.37361230700898834f,-0.32564329930188707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3422808628641224f,-0.08008728203801596f,-0.9361783153719994f,0.27398574464012737f,-0.24353430156894035f,0.9698732901228112f,0.006070013647524242f,0.8212850539066334f,0.9074882119765083f,0.2300691816869786f,-0.3514730669077842f,-0.36821748806414234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3422808628641224f,-0.8955640603321857f,-0.28426893034294254f,-0.004809092481096752f,-0.24353430156894035f,0.37676240099443187f,-0.8937231882167089f,0.8625750050762794f,0.9074882119765083f,-0.23667510861567143f,-0.34705912765037583f,-0.46229101636492603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31959689761129595f,-0.033260658010155264f,-0.9469696677644782f,0.03132082147841107f,0.00721963726715814f,0.9992692642176229f,-0.03753417679530646f,0.5121990367491998f,0.9475260945614983f,-0.01883258396243459f,-0.3191232268361743f,-0.18514485976298128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31959689761129595f,-0.3551374963884943f,-0.8784845938866241f,-0.11400509643634994f,0.00721963726715814f,0.9261685092363227f,-0.37704080593046996f,0.8745213822239364f,0.9475260945614983f,-0.12684341196088902f,-0.29343661831331597f,-0.23692343208703956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5088810073614904f,-0.23178977075207177f,-0.8290438001224402f,-0.017536092121637887f,0.0017272453675951924f,0.9627903821261816f,-0.27024377274742395f,1.0531130466118601f,0.8608351392515262f,-0.13895388537217376f,-0.48954538172653816f,-0.3322636871878064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3354740334600611f,-0.4767687938890197f,-0.8124953477083098f,-0.03682459263720737f,-0.11664446358530631f,0.8768617711756408f,-0.46637699703739055f,1.0468812990663632f,0.9348001080385762f,-0.06168428831013164f,-0.3497767953806236f,-0.3434640084059711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4686509116997459f,-0.33893173796140125f,-0.815776685107794f,-0.017536092121637887f,-0.12193857565086409f,0.9394483782470181f,-0.32026196835916376f,1.0531130466118601f,0.8749270293751561f,-0.0506164164230494f,-0.48160219233019796f,-0.3322636871878064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.363113830998035f,0.240389886662153f,-0.9002005599467753f,-0.012035240489566688f,0.084921946707441f,0.9706622925183621f,0.224951054343865f,1.063153338107157f,0.9278666977025034f,0.005236055152039412f,-0.37287528078580884f,-0.32322020858537287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4078832054922239f,0.08937945951334661f,-0.9086487786237817f,-0.008344546069002807f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0692431510120648f,0.9029076782253966f,0.18729511212364958f,-0.38688275430188535f,-0.3284564241536281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.20782767492513105f,-0.9002005599467753f,-0.007045623100720737f,0f,0.9743700647852354f,0.224951054343865f,1.0753329639169724f,0.9238795325112866f,0.08608504159045613f,-0.37287528078580884f,-0.3279183926436877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37320399891931444f,0.08463787797726982f,-0.9238805143535268f,-0.07568285283440526f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0861043755567663f,0.922822923429081f,-0.06862134076364601f,-0.37906327121683014f,-0.14663537527644638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3907250247121997f,-0.1911973512843958f,-0.900431856347543f,0.04532669884292888f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0999807105319455f,0.9057042379702354f,0.09487101367885233f,-0.4131577472180598f,-0.5159385554083094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0f,-0.9238795325112867f,-0.020981216161835656f,0f,1f,0f,0.9399127471451257f,0.9238795325112866f,6.938893903907228e-18f,-0.38268343236508995f,-0.3252345152245296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.0805214068653804f,-0.9203638919632242f,3.9801020972288984e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1625f,0.9238795325112866f,0.03335305878500263f,-0.3812272063696537f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762960071199331f,0.05601869420181797f,0.20906461293484857f,0.29759864426637894f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.21643961393810246f,0.2526840003001849f,0.9430295273800395f,-0.15571660253811295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762960071199331f,0.05601869420181797f,0.20906461293484857f,0.3891263949338727f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.21643961393810246f,0.2526840003001849f,0.9430295273800395f,-0.17600781634481008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762960071199331f,0.05601869420181797f,0.20906461293484857f,0.3120028276598985f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.21643961393810246f,0.2526840003001849f,0.9430295273800395f,-0.30731663854846747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21643961393810313f,-4.893924827016311e-16f,-0.9762960071199333f,-1.0584217894010735f,-8.506307398303085e-17f,1f,-4.82416665000759e-16f,2.11125f,0.9762960071199333f,-2.1367337247091026e-17f,-0.21643961393810313f,-0.6365854194498534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1305261922200513f,-4.893924827016311e-16f,-0.9914448613738104f,-1.054332471835573f,8.506307398303085e-17f,1f,-4.82416665000759e-16f,2.11125f,0.9914448613738104f,-2.1367337247091026e-17f,0.1305261922200513f,-0.7302461902231525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04361938736533627f,-4.893924827016311e-16f,-0.9990482215818577f,-0.9065198973810447f,0f,1f,-4.898587196589413e-16f,2.11125f,0.9990482215818577f,-2.1367337247091026e-17f,-0.04361938736533627f,-0.6768728967317025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000597942863070453f,0f,-0.000014435617695488854f,0.6324051609284145f,0f,0.000015625f,0f,1.3286225f,0.000014435617695488854f,0f,-0.00000597942863070453f,-0.055237039723100456f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31.mcfunction new file mode 100644 index 000000000..23ad59cd0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..1f798ca29 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1688890915491227f,0.1837420814929888f,-0.7775987182916267f,-0.26260652060437173f,-0.2578757937381333f,0.764783098839504f,0.12470497655594015f,1.3493421928043867f,0.7562545829309627f,0.21975009365757667f,0.21617896886109542f,-0.4587149637934925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.22172887382429624f,0.10297909333161122f,-0.7617293566938385f,-0.26260652060437173f,0.05331296670754042f,0.7888185263999559f,0.12215997703439035f,1.3493421928043867f,0.76680769042404f,-0.08462055745976509f,0.21176715317005268f,-0.4587149637934925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6206195679450167f,0.2633943524898733f,-0.4608678893182144f,-0.2917595265751124f,0.21113389610671543f,0.7730249565214361f,0.15747805864397416f,1.3463256444598863f,0.48703005476354755f,0.0005254673316858957f,-0.655550069853969f,-0.37847799427303686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6604157105405425f,0.005724563059904542f,-0.45146242218927124f,-0.2917595265751124f,-0.0987052000977684f,0.7787553105318997f,0.15426422071246448f,1.3463256444598863f,0.44057731755605634f,0.18305025456452567f,-0.6421714969998065f,-0.37847799427303686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06501572826097414f,1.4225601325577333f,-0.6430411140323922f,-0.23396332536320852f,1.4969093297273255f,-0.23952722684855288f,-0.3785438101112351f,1.3678602767867292f,-0.4432173999900996f,-0.6002962825601756f,-1.3728106058340495f,0.7485454285452491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3543199407781956f,0.20037099637275568f,-0.9134050817570074f,0.01281618941873501f,-0.13238043675695954f,0.9776846584579028f,0.1631199821606496f,1.3710724020756013f,0.9257066487451479f,0.0631203012401173f,0.37293837029780685f,0.3491621381222009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.17977526323688392f,0.20037099637275568f,-0.9630847930170524f,-0.060310506896085f,-0.10002392752338778f,0.9776846584579028f,0.18473744216820281f,1.411848482766959f,0.9786092522814738f,0.0631203012401173f,0.1958054108559097f,-0.01068531310474885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1781847333760459f,0.8486410447045437f,-0.49805479420891874f,0.3803350112525827f,0.680327424107736f,-0.2594377232202573f,-0.6854536189832405f,1.1812939466101278f,-0.7109182771589433f,-0.4609777055488365f,-0.5311259343962504f,-0.5967368599081038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6823256357548089f,0.5078105348729643f,-0.5258899005151461f,0.14826964329455802f,0.7308293690750848f,0.4562170748252189f,-0.5076951978650517f,1.4200265342917737f,-0.017893017887142232f,-0.7307492328493781f,-0.6824114584332066f,-0.5790240199796248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3412809939069054f,-0.44648652298682995f,-0.82714996704893f,0.1847247611101535f,-0.03531336076329895f,0.8854520610459485f,-0.4633871104606627f,1.1067879418336877f,0.939297742864059f,-0.12893576842991428f,-0.31795489911286423f,-0.09348316258330908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3412809939069054f,-0.07755894218341478f,-0.9367560481178142f,0.1643277341500269f,-0.03531336076329895f,0.9969443859650219f,-0.0696768099472578f,1.293279534139959f,0.939297742864059f,0.009300633323323912f,-0.3429770378177951f,-0.09388290032154706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3412809939069054f,-0.29993414860605827f,-0.8908236580254669f,0.24192558153794966f,-0.03531336076329895f,0.9511459434087329f,-0.30671543959949643f,1.119801348789583f,0.939297742864059f,-0.0732181728607746f,-0.33519971571201235f,-0.40490614027043137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3412809939069054f,0.18566123685742997f,-0.9214429924452648f,0.2709780447459349f,-0.03531336076329895f,0.977074269498227f,0.2099496092782909f,1.30431495937849f,0.939297742864059f,0.10419106013989497f,-0.3269005555783118f,-0.3874134449665655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9268365765363478f,0.017994398786222637f,-0.37503354784166376f,0.35780377296801674f,-0.015733746305497398f,0.9961121538197184f,0.08667771478203348f,2.034108935464102f,0.3751351884608764f,0.08623675912836523f,-0.9229500591870934f,-0.3325720398681421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9268365765363478f,0.017994398786222637f,-0.37503354784166376f,0.3551514496296959f,-0.015733746305497398f,0.9961121538197184f,0.08667771478203348f,1.918310967483909f,0.3751351884608764f,0.08623675912836523f,-0.9229500591870934f,-0.44394577237526056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9268365765363478f,0.017994398786222637f,-0.37503354784166376f,-0.18671271574708764f,-0.015733746305497398f,0.9961121538197184f,0.08667771478203348f,2.024865359509622f,0.3751351884608764f,0.08623675912836523f,-0.9229500591870934f,-0.11218011664737718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9268365765363478f,0.017994398786222637f,-0.37503354784166376f,-0.2588777823256344f,-0.015733746305497398f,0.9961121538197184f,0.08667771478203348f,1.907887360556517f,0.3751351884608764f,0.08623675912836523f,-0.9229500591870934f,-0.19541871001992997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9126114971302948f,0.16275115915647176f,-0.37503641889665484f,0.2602158508412728f,0.14028640997437253f,0.9863121752304682f,0.0866488093896507f,2.140813857019766f,0.3840051802802985f,0.02646418684499002f,-0.9229516067121444f,-0.30660151028581734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9268356257259853f,0.017983530974048895f,-0.37503641889665484f,0.1536395051256302f,-0.015733966019207582f,0.9961146651589173f,0.0866488093896507f,2.1490397687044296f,0.375137528379164f,0.08621001373995378f,-0.9229516067121444f,-0.2625225182844574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8949557433070002f,0.24166039963637193f,-0.3750392896343053f,0.13286099357786949f,0.22571574227319624f,0.9703346824339865f,0.0866199039239492f,2.144386021840962f,0.38484623060629725f,-0.007131291139980567f,-0.9229531534562312f,-0.25451234519519617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9258306618229756f,-0.04672383609066366f,-0.3750392896343053f,0.16001851001482417f,-0.08518147958419886f,0.9925931229764047f,0.0866199039239492f,2.1548063490755114f,0.3682142055438358f,0.11214176457020945f,-0.9229531534562312f,-0.2645697656548088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9217413683515032f,0.09868323616549327f,-0.3750392896343053f,0.2037388586988789f,0.07114301997546998f,0.9936979737088001f,0.0866199039239492f,2.262752946917473f,0.3812237146063564f,0.053159721095297215f,-0.9229531534562312f,-0.30606323088176324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9217413683515032f,0.09869414557445495f,-0.37503641889665484f,0.18153267594462658f,0.07114301997546998f,0.9936954536175183f,0.0866488093896507f,2.0391714698535317f,0.3812237146063564f,0.05318656869175175f,-0.9229516067121444f,-0.31803020883740735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9182406244299071f,-0.12721632615301115f,-0.37503354784166376f,-0.10169099222624299f,-0.1713663096826814f,0.981387060066467f,0.08667771478203348f,2.1346690190618127f,0.3570262505087182f,0.14385911404644103f,-0.9229500591870934f,-0.16011712893806976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9268365765363479f,0.017994398786222637f,-0.37503354784166376f,0.005248026377436446f,-0.015733746305497384f,0.9961121538197185f,0.08667771478203348f,2.146519514259441f,0.3751351884608764f,0.08623675912836523f,-0.9229500591870934f,-0.202458039280821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9036571016502349f,-0.2067729482136429f,-0.37503171935735724f,0.025873837560125623f,-0.256248121641316f,0.9627195179081359f,0.0866488891678564f,2.142568653649106f,0.3431337097872994f,0.17440205768787348f,-0.9229535088409606f,-0.21120637560399386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9233253299958745f,0.08259264170538655f,-0.37503171935735724f,-0.0009241575895908433f,0.053790245974703776f,0.9947856952348869f,0.0866488891678564f,2.1520730117747933f,0.3802327503332541f,0.05983206575213862f,-0.9229535088409606f,-0.19942502349252333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9248779987345248f,-0.06286411482463726f,-0.37503171935735724f,-0.0643184394421565f,-0.10249076927678419f,0.990952880927761f,0.0866488891678564f,2.2582018642759185f,0.3661916570183893f,0.11857694062626722f,-0.9229535088409606f,-0.19756055937597716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9248779987345248f,-0.0628532055675386f,-0.37503354784166376f,-0.05017646818946034f,-0.10249076927678419f,0.990950359994494f,0.08667771478203348f,2.0352380332771576f,0.3661916570183893f,0.11860378820538278f,-0.9229500591870934f,-0.22424641172218826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9268365765363478f,0.017994398786222637f,-0.37503354784166376f,0.06817577286969602f,-0.015733746305497398f,0.9961121538197184f,0.08667771478203348f,1.5239885941458002f,0.3751351884608764f,0.08623675912836523f,-0.9229500591870934f,-0.2864924599834883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3412809939069054f,0.18566123685742997f,-0.9214429924452648f,-0.001447190951840223f,-0.03531336076329895f,0.977074269498227f,0.2099496092782909f,1.1575857430839651f,0.939297742864059f,0.10419106013989497f,-0.3269005555783118f,-0.32556410753594894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.30169539935089473f,-0.11501007981167921f,-0.9464420571552259f,0.28167320586767275f,-0.22725723570746473f,0.972758781839546f,-0.045765720497382756f,0.7658205271858974f,0.9259233417670742f,0.20127849834434358f,-0.3196137219756689f,-0.39076292850732364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.30169539935089473f,-0.8590439878517944f,-0.4135496499166587f,0.001086085530595379f,-0.22725723570746473f,0.48605414907930156f,-0.8438634445106613f,0.8558658823414986f,0.9259233417670742f,-0.160607568621416f,-0.3418642626429549f,-0.4600865775897123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.27435989514351744f,0.07963587580435233f,-0.9583239406493569f,0.07762736851506742f,0.02724279807233269f,0.9968087310745097f,0.07503454942102172f,0.5384296990268297f,0.9612411132957371f,-0.005520954491699953f,-0.2756538430195967f,-0.17065540456848144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.27435989514351744f,-0.47920923128882575f,-0.8337176743864861f,-0.10195083273530926f,0.02724279807233269f,0.8627651628317091f,-0.5048703831253766f,0.87177056806574f,0.9612411132957371f,-0.16122898762799173f,-0.22365315928558838f,-0.23135837871566156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4688518740247056f,-0.26411131531137366f,-0.8428660233679003f,-0.014855441794826615f,-0.009736672588407519f,0.9557364299008089f,-0.2940630438653632f,1.0526565873129996f,0.8832231413580759f,-0.12966529869225848f,-0.45067038163675643f,-0.33128663569437866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.2890763184492813f,-0.5028631400757522f,-0.814594097980684f,-0.03445839224690303f,-0.12313958150450599f,0.8633868348177163f,-0.48928500583028367f,1.0458711658065587f,0.9493532143405345f,-0.0411319318364716f,-0.31150704422965314f,-0.3415827764059932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.42465678418738484f,-0.3664252107650796f,-0.8278883865349217f,-0.014855441794826615f,-0.13222223998127902f,0.9297320770361347f,-0.3436794206588576f,1.0526565873129996f,0.8956471933177494f,-0.03648054064623969f,-0.4432665961429941f,-0.33128663569437866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3224995219749182f,0.21377511675264363f,-0.9221140156094274f,-0.009223205887643172f,0.07757992231651407f,0.9768559763789033f,0.1993332813811658f,1.0628679030838502f,0.9433850825507646f,-0.007252645738830388f,-0.33162024237141224f,-0.3225197504929472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.36232281802589844f,0.07109536586860385f,-0.9293371963339148f,-0.005943468415583681f,-0.14415322789496465f,0.9808145979077783f,0.1312347949991372f,1.0690413667157777f,0.9208376743081454f,0.1815163174015288f,-0.34512288259655205f,-0.3279286939109944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.33990404301007987f,0.18485395251943876f,-0.9221140156094274f,-0.004788131212337189f,-0.00785390088871134f,0.9799002802197003f,0.1993332813811658f,1.0751657434671509f,0.9404273272221688f,0.0749963803346122f,-0.33162024237141224f,-0.3274599665339031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3330943689165871f,0.05422892667342349f,-0.9413327599249425f,-0.06533458885941283f,0.08784645734942667f,0.9957872768157429f,0.026281157947139144f,1.0845676521808179f,0.9387923845703139f,-0.0739386424255651f,-0.33645495364022887f,-0.14324173839420254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.34427411601819696f,-0.2132738153005114f,-0.9143246757837463f,0.038241050054336444f,-0.17248116022379656f,0.9716497494045533f,-0.16170038296158007f,1.1007083936039783f,0.9228897997094465f,0.10203452449652525f,-0.37129957366394317f,-0.517717727764575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.33990404301007987f,-0.027314362344423505f,-0.9400633846476096f,-0.014882335396091644f,-0.00785390088871134f,0.999625731333255f,-0.02620521889405031f,0.9394243791814957f,0.9404273272221688f,-0.0015240951979229901f,-0.3399913518717728f,-0.32393461176229366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.33990404301007987f,0.054721499569568385f,-0.9388667631939368f,3.9801020972288984e-17f,-0.00785390088871134f,0.9981057889468483f,0.0610176229594343f,1.1625f,0.9404273272221688f,0.028113903244606792f,-0.3388304157806983f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9653436907633168f,0.06754708940771693f,0.25208916957299704f,0.30504840097200614f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.260981912598282f,0.24984933223910477f,0.9324504021534957f,-0.16954166220543795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9653436907633168f,0.06754708940771693f,0.25208916957299704f,0.3955493719810671f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.260981912598282f,0.24984933223910477f,0.9324504021534957f,-0.19400871651152687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9653436907633168f,0.06754708940771693f,0.25208916957299704f,0.3124855110405871f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.260981912598282f,0.24984933223910477f,0.9324504021534957f,-0.3216427496815068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2577431245467224f,-0.15574449975651372f,-0.9535785927465477f,-1.0831233808748788f,-0.040978880239634696f,0.9877973117517586f,-0.15025712053112367f,2.1399247695000634f,0.965344090531039f,0.0003488432201548813f,-0.2609802007532552f,-0.6482585512790464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.26206495503904864f,-0.15574449975651372f,-0.952399921322957f,-1.083333365624931f,0.040978880239634696f,0.9877973117517586f,-0.15025712053112367f,2.1399247695000634f,0.9641798020673776f,0.0003488432201548813f,0.26524929329542174f,-0.7420083161129102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0022398373338922695f,-0.15574449975651372f,-0.9877948339226679f,-0.9350591481615047f,3.469446951953614e-18f,0.9877973117517586f,-0.1557448904330378f,2.1632865030650192f,0.9999974915612129f,0.0003488432201548813f,0.002212505297179939f,-0.6954653094905553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005311164480853998f,0f,-0.00001469463020485085f,0.6441103959164414f,0f,0.000015625f,0f,1.3286225f,0.00001469463020485085f,0f,-0.000005311164480853998f,-0.08452101925819941f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32.mcfunction new file mode 100644 index 000000000..b612cb441 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..c4f4a023e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.20248259086960846f,0.17984535941688537f,-0.7704549899477495f,-0.2720798598926113f,-0.277443426855323f,0.7609245915625656f,0.10470604230206716f,1.348649748286508f,0.7409253604337958f,0.23578349623330003f,0.24976028029792022f,-0.4403907384909902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.25067104734453055f,0.08685914812823359f,-0.7547314187243261f,-0.2720798598926113f,0.03415732013264461f,0.7926618698500827f,0.10256918429590253f,1.348649748286508f,0.7589448619659747f,-0.06436340942032488f,0.24466313172041165f,-0.4403907384909902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5980603141364694f,0.24959638499605968f,-0.49696071242738166f,-0.2972744264380597f,0.18350604527323108f,0.7774882864325949f,0.16965241009997697f,1.3426668238896795f,0.5249703195873181f,0.01257193308328792f,-0.6254538787915406f,-0.35976513428230295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6348265320040803f,0.0016939275541996424f,-0.48681865707172084f,-0.2972744264380597f,-0.12538227600553437f,0.7724377840332254f,0.16619011601630398f,1.3426668238896795f,0.47039829838908287f,0.20817540778699517f,-0.6126895139182439f,-0.35976513428230295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.19814300159531364f,1.177689262116636f,-1.0075681628624313f,0.06499406911854283f,1.408878129120386f,-0.2864603915278887f,-0.6118897869485402f,1.3067312952075092f,-0.645916417352153f,-0.986100753463288f,-1.0255747343875516f,0.7362510275859893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6442607729566682f,0.18663141393195345f,-0.7416850893492716f,0.1095229612862895f,-0.18735090957653022f,0.9787343105219134f,0.08353912908357293f,1.3386863069104245f,0.7415036703281542f,0.0851343922334265f,0.665525688571765f,0.3302267895460606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.4340927516073117f,0.18663141393195345f,-0.8813241165063811f,-0.05696340117762924f,-0.15989276012481662f,0.9787343105219134f,0.12850468733420936f,1.40115731611284f,0.8865651630092743f,0.0851343922334265f,0.4547024818465196f,0.006374887053942402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.22174081534322698f,0.8309984750165695f,-0.5101691340438554f,0.36725206539615685f,0.6987172463283953f,-0.22953548711051402f,-0.677574844456466f,1.1965970018496537f,-0.6801655831444178f,-0.5067099709667015f,-0.5297355801045831f,-0.6126757202351127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6945792867185021f,0.46629787031039355f,-0.5478374855790801f,0.13226735836197964f,0.7185102659760234f,0.4878357957916961f,-0.4957410957660734f,1.4304073445811065f,0.03609171856093141f,-0.7379583541693084f,-0.6738804458975233f,-0.5769512297998023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.29751956280596276f,-0.49902705678295306f,-0.8139128370693587f,0.19951592450973896f,-0.07065162433473719f,0.8616893114437895f,-0.5024936601812918f,1.1033993667141402f,0.9520979244419202f,-0.09199743008406144f,-0.29162649936402607f,-0.10263907387572072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.29751956280596276f,-0.11238032364669956f,-0.9480784633166245f,0.1725191234302539f,-0.07065162433473719f,0.9929166890612348f,-0.09552380102643845f,1.2889742221567064f,0.9520979244419202f,0.03856308391115135f,-0.3033519916411454f,-0.09730444559013698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.29751956280596276f,-0.31884777069817494f,-0.8998989992596687f,0.23877012662957212f,-0.07065162433473719f,0.9473518097105749f,-0.31230257222277574f,1.1266736389306846f,0.9520979244419202f,-0.02933679871599776f,-0.30438280916386373f,-0.416868035129961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.29751956280596276f,0.17381923026517923f,-0.9387592795481543f,0.2654939868071173f,-0.07065162433473719f,0.9765820196419072f,0.2032139436431392f,1.3110528547613118f,0.9520979244419202f,0.12678499162816706f,-0.2782716445691757f,-0.394835046978237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9201803587679621f,0.019512578866381913f,-0.39100814135213113f,0.35264130822400586f,-0.03384659476224697f,0.9910525119188665f,0.12910974650391602f,2.035700990635804f,0.3900288647788332f,0.13203854696749906f,-0.9112866216257358f,-0.3053313385868903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9201803587679621f,0.019512578866381913f,-0.39100814135213113f,0.34805198606774435f,-0.03384659476224697f,0.9910525119188665f,0.12910974650391602f,1.925192712684272f,0.3900288647788332f,0.13203854696749906f,-0.9112866216257358f,-0.4218953601644466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9201803587679621f,0.019512578866381913f,-0.39100814135213113f,-0.18796465255217187f,-0.03384659476224697f,0.9910525119188665f,0.12910974650391602f,2.0158161162129837f,0.3900288647788332f,0.13203854696749906f,-0.9112866216257358f,-0.07618938052932578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9201803587679621f,0.019512578866381913f,-0.39100814135213113f,-0.2615675016160305f,-0.03384659476224697f,0.9910525119188665f,0.12910974650391602f,1.9027693436542834f,0.3900288647788332f,0.13203854696749906f,-0.9112866216257358f,-0.16350123724846966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9058005585905011f,0.16319757611872343f,-0.39101393735531953f,0.2555205541553943f,0.12160540635822925f,0.9841532762165702f,0.1290521369704555f,2.1410109957203383f,0.4058786434410984f,0.0693460890113116f,-0.9112922948962368f,-0.27275082038454657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9201783761403959f,0.01948991732960323f,-0.39101393735531953f,0.14972620424481636f,-0.033847249269172895f,0.9910599929672621f,0.1290521369704555f,2.147099590790718f,0.39003348548622735f,0.13198573204030795f,-0.9112922948962368f,-0.2264947379513449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8881336666747779f,0.24149981216978056f,-0.3910197320350673f,0.12909141937558527f,0.20691844507938684f,0.969817080221793f,0.1289945270002002f,2.1420633808109426f,0.410369768872835f,0.033655187297611786f,-0.9112979650823432f,-0.21834626000759266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9192928571309753f,-0.044768426230915814f,-0.3910197320350673f,0.15607007808596376f,-0.10289882368921405f,0.9862921697384458f,0.1289945270002002f,2.1529604486855787f,0.3798848179532119f,0.15881921774595287f,-0.9112979650823432f,-0.22837977937641268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9149781613887823f,0.09959183370552042f,-0.3910197320350673f,0.19906282296367836f,0.052658119527610875f,0.9902461989080346f,0.1289945270002002f,2.2627490779952826f,0.4000526048276899f,0.09743681135670186f,-0.9112979650823432f,-0.2655782375894379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9149781613887823f,0.09961458214284737f,-0.39101393735531953f,0.17664954198153773f,0.052658119527610875f,0.990238692634849f,0.1290521369704555f,2.039945372152442f,0.4000526048276899f,0.09748982835830249f,-0.9112922948962368f,-0.28751344897005593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9119038514362847f,-0.12467557552312539f,-0.39100814135213113f,-0.10378598851678796f,-0.18846465654432468f,0.9735562369947224f,0.12910974650391602f,2.1277920725879182f,0.36457158277806095f,0.19142689016084757f,-0.9112866216257358f,-0.12044807440977223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9201803587679621f,0.019512578866381906f,-0.39100814135213113f,0.0024016328453450447f,-0.03384659476224698f,0.9910525119188665f,0.12910974650391602f,2.141677908503752f,0.3900288647788332f,0.13203854696749903f,-0.9112866216257358f,-0.16404295089051052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8975640310386429f,-0.20370127256925766f,-0.39100460577764f,0.02287359895655741f,-0.27259968333472606f,0.9534332016441944f,0.12905248020982724f,2.138153762046847f,0.34650861869724087f,0.22242059607007128f,-0.9112962501911029f,-0.1733184263851314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9165812755111508f,0.0836311164760157f,-0.39100460577764f,-0.0037156152414303673f,0.03536935713388559f,0.9910067940875218f,0.12905248020982724f,2.1470803618139467f,0.3982810238491013f,0.10445750537585743f,-0.9112962501911029f,-0.16064581300305683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9183794279968259f,-0.06078342284616467f,-0.39100460577764f,-0.06706669958937714f,-0.12009371602883144f,0.984338842432868f,0.12905248020982724f,2.252958273341452f,0.377036769563142f,0.16547633904889789f,-0.9112962501911029f,-0.1527621277123409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9183794279968259f,-0.06076067501744162f,-0.39100814135213113f,-0.053395547710452795f,-0.12009371602883144f,0.9843313327980985f,0.12910974650391602f,2.0314837234618803f,0.377036769563142f,0.16552935583558562f,-0.9112866216257358f,-0.19000623277534762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9201803587679621f,0.019512578866381913f,-0.39100814135213113f,0.06384580488377584f,-0.03384659476224697f,0.9910525119188665f,0.12910974650391602f,1.5237654558704945f,0.3900288647788332f,0.13203854696749906f,-0.9112866216257358f,-0.27795188926774084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.29751956280596276f,0.17381923026517923f,-0.9387592795481543f,-0.0013364064656663848f,-0.07065162433473719f,0.9765820196419072f,0.2032139436431392f,1.1575471985047794f,0.9520979244419202f,0.12678499162816706f,-0.2782716445691757f,-0.3254962611283035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2612265777576891f,-0.152650874163561f,-0.9531308334589257f,0.28013707056324766f,-0.2110878248536117f,0.972551268909003f,-0.09790791358239881f,0.7114420348773759f,0.941914330112658f,0.17561816523522905f,-0.2862789806601855f,-0.4140684359624006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2612265777576891f,-0.8033381915214073f,-0.5351713978868085f,0.007524510129861857f,-0.2110878248536117f,0.5885449957307275f,-0.7804208596641229f,0.8496083228205497f,0.941914330112658f,-0.0908985040769795f,-0.3233185065612397f,-0.45870988973529636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.22980124374542568f,0.1923917875758721f,-0.9540318592407784f,0.12088963452638767f,0.047314955097288426f,0.9813155400467235f,0.1864969326475618f,0.5675229723325209f,0.9720867674221253f,-0.0022827475042434264f,-0.23461054039969062f,-0.16228922152276873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.22980124374542568f,-0.5975578202065378f,-0.7681901066032203f,-0.0895910379058744f,0.047314955097288426f,0.7815212207062683f,-0.6220818889904495f,0.8692369085046421f,0.9720867674221253f,-0.17930207220162173f,-0.15132112710063794f,-0.22673233889761346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4277125793709168f,-0.2957850555850161f,-0.8541505431365399f,-0.012116038831929774f,-0.02119818814412054f,0.947968232815967f,-0.31765841149130475f,1.052282401985491f,0.9036661918359477f,-0.11776005462100289f,-0.41172804527791734f,-0.33057350347045933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.24207800637403676f,-0.5276430293294241f,-0.8142426373201299f,-0.031974471814888744f,-0.12954804063977257f,0.8492665185171188f,-0.5118238815180554f,1.0449484725783187f,0.9615693131523946f,-0.018417766582328264f,-0.27394386628970396f,-0.3399641500888738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3796637680816172f,-0.3930007195038591f,-0.8374997657763954f,-0.012116038831929774f,-0.14241195210018717f,0.919320543431814f,-0.3668358956307959f,1.052282401985491f,0.9140975107203181f,-0.02000432187511683f,-0.40500070123548526f,-0.33057350347045933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2812162192767609f,0.18642230895880457f,-0.9413629272167845f,-0.00637193598552125f,0.07017439634427936f,0.9823182752243939f,0.17356946810395008f,1.0626570380064913f,0.9570752280324681f,-0.01724902555625045f,-0.2893259044813636f,-0.32207506025167454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3159445607488573f,0.052429895389671965f,-0.9473278949775732f,-0.0035119535555838697f,-0.15259770060073408f,0.9826649178935036f,0.10527868213803905f,1.0689095609850179f,0.9364256384276227f,0.17782228547283274f,-0.302466954367974f,-0.32762946903240425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2963938814629529f,0.161203307327028f,-0.9413629272167845f,-0.0025044328847899444f,-0.015707317311820686f,0.9846963592524234f,0.17356946810395008f,1.0750639132303454f,0.9549366194749215f,0.06623121455816837f,-0.2893259044813636f,-0.3272155239414157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.29228603706204026f,0.02354740904578658f,-0.9560409991552654f,-0.054835564844050375f,0.08014073930539428f,0.996783556956752f,0.000049842053867016345f,1.0830882178050973f,0.9529671213857027f,-0.07660326434216698f,-0.2932330224411494f,-0.14043306179907722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.2970530251183387f,-0.23490583085590594f,-0.9255153974396862f,0.03110331036648118f,-0.18041894989951654f,0.9656158322054198f,-0.18717656667272806f,1.1014834706927084f,0.9376611876286656f,0.1113791507605036f,-0.3292205673870781f,-0.519242812892881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2963938814629529f,-0.054688905993812265f,-0.95349871032557f,-0.00871082545830371f,-0.015707317311820686f,0.9985032902104565f,-0.05238759034121324f,0.9391029935824189f,0.9549366194749215f,-0.0005504544422277775f,-0.2968092818388877f,-0.32319705629646717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2963938814629529f,0.028622090111885566f,-0.9546368120855975f,3.9801020972288984e-17f,-0.015707317311820686f,0.9992695630817687f,0.034837056150553845f,1.1625f,0.9549366194749215f,0.025320273616178907f,-0.29572780817807964f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.952360320624396f,0.07893336759069672f,0.2945833382609906f,0.31185634511438964f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.3049751132472899f,0.24648898877753667f,0.9199094296240418f,-0.18369380149009476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.952360320624396f,0.07893336759069672f,0.2945833382609906f,0.4011401251729268f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.3049751132472899f,0.24648898877753667f,0.9199094296240418f,-0.21228521835702818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.952360320624396f,0.07893336759069672f,0.2945833382609906f,0.3123107344045096f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.3049751132472899f,0.24648898877753667f,0.9199094296240418f,-0.3359759243671678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2879418552865135f,-0.30733270987812294f,-0.9069928849848438f,-1.066431518610651f,-0.1078051771070097f,0.9514870582080028f,-0.28818470093259113f,2.204780678561261f,0.9515605770328484f,0.014798091148869435f,-0.30710500604070745f,-0.7146906070374851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3780332538417852f,-0.30733270987812294f,-0.8732911681843359f,-1.0709403638747248f,0.1078051771070097f,0.9514870582080028f,-0.28818470093259113f,2.204780678561261f,0.9194938296577737f,0.014798091148869435f,0.39282580582190774f,-0.8083321192763668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.04809434948345398f,-0.30733270987812294f,-0.9503859947341043f,-0.9261280420325722f,6.938893903907228e-18f,0.9514870582080028f,-0.30768876817765173f,2.2509339937879087f,0.9988427972147388f,0.014798091148869435f,0.04576115110643925f,-0.7683755358228919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004631725802376507f,0f,-0.000014922725658927052f,0.6544604422101564f,0f,0.000015625f,0f,1.3286225f,0.000014922725658927052f,0f,-0.000004631725802376507f,-0.11431095925906212f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33.mcfunction new file mode 100644 index 000000000..8bfc166de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..86eefd413 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2362024138901336f,0.1781334158576795f,-0.7611973136262329f,-0.2805403910944186f,-0.2969040783115457f,0.7560435833409156f,0.08479689154352357f,1.3476664749980725f,0.7231879647774083f,0.25221227307240135f,0.28343002903222325f,-0.4211854437282929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.28054656266663397f,0.07266912635445133f,-0.7456626745726364f,-0.2805403910944186f,0.014715186043433165f,0.7955397199411778f,0.0830663427365129f,1.3476664749980725f,0.749050792320283f,-0.04284567738749695f,0.2776457427254432f,-0.4211854437282929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5722000208029195f,0.2373788594098807f,-0.5321492814453922f,-0.30166132133565704f,0.15545795890771463f,0.780984350508322f,0.18122006433556434f,1.3387751211331693f,0.5615731507558303f,0.025674224638786065f,-0.5923857484644707f,-0.3404248985947773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6068422965670854f,0.0003311037055602484f,-0.5212890920281393f,-0.30166132133565704f,-0.15207707311849156f,0.765087322726075f,0.17752169567565487f,1.3387751211331693f,0.498613067346714f,0.2337547410731663f,-0.5802962433937673f,-0.3404248985947773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5924388103326699f,0.8940983201633352f,-1.1362265178619593f,0.327664509433134f,1.2626347865643923f,-0.2782878303591727f,-0.8773343315016666f,1.2700578539459781f,-0.7043975452605602f,-1.2508198620725075f,-0.6169927235193383f,0.6116635651025982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8596375424885973f,0.17540263224332617f,-0.4798512396006473f,0.19652333258047563f,-0.20582688138841684f,0.9785260750093299f,-0.01104605924093268f,1.3133681793393697f,0.4676094422080076f,0.10826189139742598f,0.8772803271639961f,0.28640483854186505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.658050045847989f,0.17540263224332617f,-0.732259553547492f,-0.05159734317562317f,-0.19832252159477326f,0.9785260750093299f,0.05616847830524075f,1.3894911395282517f,0.7263871657647528f,0.10826189139742598f,0.6787054208441992f,0.023456524572334547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2639473351061098f,0.8098314106358169f,-0.523932143161675f,0.3529052324165842f,0.7161902310308129f,-0.19929221929199958f,-0.6688453964151213f,1.2118725738499312f,-0.6460676104452335f,-0.5517750426371898f,-0.527390694889769f,-0.6279189697062532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7030506815047342f,0.4237867509311881f,-0.5710731380225446f,0.11629511844239404f,0.7052238828504135f,0.5188470874267025f,-0.48317385579749095f,1.4404454407379563f,0.09153695588731137f,-0.7424301243915249f,-0.663640336404343f,-0.5737763191181087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2515927388861793f,-0.5476851858183706f,-0.7979611713453532f,0.214140930390538f,-0.10591389894889519f,0.835110823293087f,-0.5397889947268153f,1.1002120160622564f,0.962020446637801f,-0.051291812736923056f,-0.26811529273237356f,-0.11300716519249869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2515927388861793f,-0.1444576645387143f,-0.9569916806826334f,0.18107392028526265f,-0.10591389894889519f,0.9869690106078854f,-0.12113801265141744f,1.2845115929721636f,0.962020446637801f,0.07088127577655504f,-0.26361431105896715f,-0.10136451542851316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2515927388861793f,-0.33433338215344044f,-0.9082523235960327f,0.23479782300443205f,-0.10591389894889519f,0.9423137750998593f,-0.31753266803038604f,1.1336022765303508f,0.962020446637801f,0.0163076311858487f,-0.2724898556201905f,-0.4287659249973879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2515927388861793f,0.164584959519966f,-0.9537362763571291f,0.25969665118719365f,-0.10591389894889519f,0.9748340015876873f,0.19616553050416438f,1.3176096863936932f,0.962020446637801f,0.15036775069258757f,-0.22782932164771452f,-0.40199590500282595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9126340703558841f,0.024544701039789507f,-0.40803996284251215f,0.3500122998211596f,-0.05066533495832412f,0.9837070039301711f,0.17249218606153577f,2.035260551782295f,0.4056255384701661f,0.17809572726372183f,-0.8965209615347506f,-0.2778757161074326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9126340703558841f,0.024544701039789507f,-0.40803996284251215f,0.34291424331304604f,-0.05066533495832412f,0.9837070039301711f,0.17249218606153577f,1.9303682687952297f,0.4056255384701661f,0.17809572726372183f,-0.8965209615347506f,-0.3993974798519119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9126340703558841f,0.024544701039789507f,-0.40803996284251215f,-0.1861602165129223f,-0.05066533495832412f,0.9837070039301711f,0.17249218606153577f,2.0054946674942795f,0.4056255384701661f,0.17809572726372183f,-0.8965209615347506f,-0.03957071225621003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9126340703558841f,0.024544701039789507f,-0.40803996284251215f,-0.2617058282977271f,-0.05066533495832412f,0.9837070039301711f,0.17249218606153577f,1.89680248438534f,0.4056255384701661f,0.17809572726372183f,-0.8965209615347506f,-0.1306705606154269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8975608772740343f,0.16697441575467886f,-0.4080490363552517f,0.25379836184316906f,0.10384516807305076f,0.9795367552898482f,0.17240628209005668f,2.1390801133971418f,0.42848646729499607f,0.11237121303794836f,-0.8965333556680611f,-0.23852064083106644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9126309668618955f,0.024509227941177505f,-0.4080490363552517f,0.148923941874854f,-0.05066664656811625f,0.9837219956986962f,0.17240628209005668f,2.143157418181236f,0.40563235725255414f,0.17801778822438502f,-0.8965333556680611f,-0.19000391951761525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8795981784661647f,0.24453144163077545f,-0.4080581067605201f,0.1284377275347685f,0.1888246123276958f,0.9667734758033352f,0.17232037680562867f,2.1377771857343197f,0.4366375043652352f,0.07452127573460537f,-0.8965457429738798f,-0.18170257793209796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9121119504745084f,-0.03924756436529582f,-0.4080581067605201f,0.15524673887247692f,-0.1191665557430063f,0.9778062281095962f,0.17232037680562867f,2.149090528485739f,0.3922386031409161f,0.2058023541203473f,-0.8965457429738798f,-0.19173008070614517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9070220105367788f,0.10392138330892138f,-0.4080581067605201f,0.19779520297099915f,0.035263176511082725f,0.9844095672635017f,0.17232037680562867f,2.260437276568105f,0.41960407622444285f,0.1419089495812221f,-0.8965457429738798f,-0.2245504162557542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9070220105367788f,0.10395699270068501f,-0.4080490363552517f,0.17440487961334505f,0.035263176511082725f,0.9843945257254493f,0.17240628209005668f,2.038948508279879f,0.41960407622444285f,0.14198718741632174f,-0.8965333556680611f,-0.25649753342442655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9052376676971211f,-0.1185249075332177f,-0.40803996284251215f,-0.10256022798799819f,-0.20392723952682856f,0.9636701337733156f,0.17249218606153577f,2.119292157834575f,0.3727713051741564f,0.23935688744542566f,-0.8965209615347506f,-0.08012521114041841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9126340703558841f,0.024544701039789507f,-0.40803996284251215f,0.0028088846742965953f,-0.05066533495832412f,0.983707003930171f,0.17249218606153577f,2.1350412370456278f,0.40562553847016614f,0.17809572726372183f,-0.8965209615347506f,-0.12505245483246588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8914572684051081f,-0.197005715368552f,-0.408035153779461f,0.02309208360065458f,-0.2871429752788052f,0.9422445117361705f,0.17240705278816598f,2.1319244443385705f,0.3505037094750052f,0.270857948406893f,-0.8965395258598865f,-0.13487190470632524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9087043581532321f,0.0881118763475976f,-0.408035153779461f,-0.0032273111911214902f,0.018080369235715377f,0.9848598420065665f,0.17240705278816598f,2.1402881244326712f,0.41704854600108965f,0.14928961400347618f,-0.8965395258598865f,-0.12128500152428376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9113004338360629f,-0.055125607210944574f,-0.408035153779461f,-0.066148887799361f,-0.13620825263613243f,0.9755629759593741f,0.17240705278816598f,2.2457804580907954f,0.3885599454447348f,0.2126923773126686f,-0.8965395258598865f,-0.10721776058135274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9113004338360629f,-0.05508999921660035f,-0.40803996284251215f,-0.053753637975625934f,-0.13620825263613243f,0.9755479268911006f,0.17249218606153577f,2.026282174540298f,0.3885599454447348f,0.21277061433569935f,-0.8965209615347506f,-0.15509114880688502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9126340703558841f,0.024544701039789507f,-0.40803996284251215f,0.06049771037479594f,-0.05066533495832412f,0.9837070039301711f,0.17249218606153577f,1.5230751210814526f,0.4056255384701661f,0.17809572726372183f,-0.8965209615347506f,-0.2690521212903523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2515927388861793f,0.164584959519966f,-0.9537362763571291f,-0.0012216494451913033f,-0.10591389894889519f,0.9748340015876873f,0.19616553050416438f,1.15751237048607f,0.962020446637801f,0.15036775069258757f,-0.22782932164771452f,-0.32544002780007264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.22103796967380807f,-0.1926229548032361f,-0.9560536665090257f,0.2695285248071088f,-0.19508034001563201f,0.9692220978878472f,-0.15017385226884827f,0.6593737983638668f,0.9555552715054563f,0.15331315093217165f,-0.25181183619794956f,-0.4368601232226175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.22103796967380807f,-0.730275774722574f,-0.6464050655864519f,0.014424925071262489f,-0.19508034001563201f,0.6825113710335025f,-0.7043592047736399f,0.8438170694183715f,0.9555552715054563f,-0.029589208561791452f,-0.2933233741705912f,-0.4582155867103898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1861175250156884f,0.3027644771765303f,-0.9347159666134183f,0.16053320335947552f,0.067374527869044f,0.953031672061105f,0.29528173841746136f,0.5987177765422262f,0.9802147417155375f,-0.008018940605648325f,-0.1977745097708627f,-0.1595246823325178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1861175250156884f,-0.7064411677720499f,-0.6828624629886293f,-0.07699376509063406f,0.067374527869044f,0.6841936628639925f,-0.7261815920905575f,0.8669217836325589f,0.9802147417155375f,-0.18116265667519818f,-0.07974429101776663f,-0.22305979070449955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3855616712859623f,-0.3266217713457905f,-0.8629370869988805f,-0.0093389890033375f,-0.032653608133256046f,0.9394929263691353f,-0.3410084796280564f,1.0519908041455501f,0.9221040827970859f,-0.10330178984556347f,-0.3728978421815386f,-0.33012661350194633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.19460043965321555f,-0.5509524971580986f,-0.8115306616277851f,-0.029394868035139732f,-0.1358705789025207f,0.8345124345226824f,-0.5339739529375191f,1.0441140291876054f,0.9714267109131131f,0.006351574787506163f,-0.2372547213908494f,-0.3386146201892441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3337939611376868f,-0.41848584433004f,-0.8446603989790132f,-0.0093389890033375f,-0.15250512669037256f,0.9082224344461068f,-0.3897104000433409f,1.0519908041455501f,0.9302278096472744f,-0.0012679369703842147f,-0.36698040069555926f,-0.33012661350194633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2393468628893896f,0.15852750333986526f,-0.95790506309855f,-0.0035012146467093682f,0.0627054968352288f,0.9870450943335605f,0.14768209918165398f,1.0625208754263682f,0.9689071678399613f,-0.0247186657585272f,-0.2461866927180739f,-0.3218871161505752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2688733473184806f,0.03355793228116716f,-0.9625907688539136f,-0.0010679867539951915f,-0.16093847564154187f,0.9837775140909201f,0.07925029859417922f,1.0688478379184756f,0.9496346298234563f,0.17622618406497464f,-0.2591107907632662f,-0.32755932450760705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2522526581148197f,0.1370638047194486f,-0.95790506309855f,-0.00021133797449863774f,-0.02355976483361014f,0.9887542339035951f,0.14768209918165398f,1.0750275518803731f,0.967374557219174f,0.05982122009407496f,-0.2461866927180739f,-0.3271854418820191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2508598415189137f,-0.007205466131089182f,-0.9679966018385289f,-0.04421982650092945f,0.07236427239090727f,0.9970347422173578f,-0.026175081526171963f,1.081666120687619f,0.9653148460447711f,-0.07661464657231606f,-0.2495945591076837f,-0.13821505440871557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.24919180266777993f,-0.2559212916761181f,-0.934027696564727f,0.02392071230096611f,-0.1882322927271847f,0.9588586176110351f,-0.21250589499522612f,1.1023064914522132f,0.9499852890744412f,0.12285944774367935f,-0.28711235891592757f,-0.5205127724132669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2522526581148197f,-0.08193088562114538f,-0.9641866657734606f,-0.0025103905049739693f,-0.02355976483361014f,0.9966337708639499f,-0.0785242908563265f,0.9389487950317612f,0.967374557219174f,0.002908050006235799f,-0.25333379026527103f,-0.32302306822045257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2522526581148197f,0.0024152911371277458f,-0.9676583916045636f,3.9801020972288984e-17f,-0.02355976483361014f,0.9996851213671667f,0.00863687432456033f,1.1625f,0.967374557219174f,0.024976478651646924f,-0.2521163254515084f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9373732133192946f,0.09015357236756284f,0.336457712559582f,0.31800815298599105f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.34832665552819775f,0.24261003997598132f,0.9054329956166787f,-0.1981432447212033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9373732133192946f,0.09015357236756284f,0.336457712559582f,0.40588689173467496f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.34832665552819775f,0.24261003997598132f,0.9054329956166787f,-0.23079886867697183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9373732133192946f,0.09015357236756284f,0.336457712559582f,0.3114788654763957f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.34832665552819775f,0.24261003997598132f,0.9054329956166787f,-0.3502860060415894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3014871919841686f,-0.45012796986566816f,-0.8405297637883581f,-1.021524579292966f,-0.1965294656531847f,0.891955404777151f,-0.4071753001090593f,2.286797330514526f,0.9329960569046231f,0.04243072746773214f,-0.3573765397546184f,-0.8064894364009415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.47052270511229344f,-0.45012796986566816f,-0.7589421550542713f,-1.0303227985976786f,0.1965294656531847f,0.891955404777151f,-0.4071753001090593f,2.286797330514526f,0.860223548331411f,0.04243072746773214f,0.5081486792885284f,-0.8998256771494642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09384767258360074f,-0.45012796986566816f,-0.8880188202370788f,-0.8927208659097604f,-1.3877787807814457e-17f,0.891955404777151f,-0.45212338569115046f,2.3546158383681983f,0.9955865679842418f,0.04243072746773214f,0.0837079387866991f,-0.8657137475932077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000003942542113599053f,0f,-0.000015119424151815372f,0.6634335236267627f,0f,0.000015625f,0f,1.3286225f,0.000015119424151815372f,0f,-0.000003942542113599053f,-0.14454418259743515f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34.mcfunction new file mode 100644 index 000000000..94c391d0c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..9d71cb896 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2698433161677171f,0.17867194658685362f,-0.7498035507163984f,-0.2878963899983028f,-0.31616512076905634f,0.7501746639865418f,0.0649771834278136f,1.3463695261190984f,0.702971297830247f,0.2688098834864302f,0.31704423257853814f,-0.40116173620160744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3111942960779118f,0.06054542503219967f,-0.7345014374364719f,-0.2878963899983028f,-0.004916638711633531f,0.7974486577721374f,0.06365111845989904f,1.3463695261190984f,0.7369762117954366f,-0.02024573350331177f,0.3105739421177517f,-0.40116173620160744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5430986543774432f,0.2268542353358451f,-0.5661496727615799f,-0.3048506285605861f,0.12703949275684f,0.7835226149485283f,0.1920878017697892f,1.3346351496323716f,0.5965310246231452f,0.03967256254458551f,-0.5563463569465074f,-0.32053358623951544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5765594334745667f,0.0017153904198508735f,-0.554595597807262f,-0.3048506285605861f,-0.17874801937519644f,0.7567311833581466f,0.1881676425499976f,1.3346351496323716f,0.5250032049815802f,0.259528367561403f,-0.5449923496618848f,-0.32053358623951544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.004974023202716f,0.6120702125113984f,-1.0280094929736783f,0.5092325746965876f,1.043825409947557f,-0.2075500537239012f,-1.1440095011611662f,1.2558323263290503f,-0.5846896409511302f,-1.422567847294271f,-0.27539969791011215f,0.41876003661403927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9731662652491863f,0.16681701398898766f,-0.15849133738078108f,0.2673364419946488f,-0.1847212140205601f,0.977077554279961f,-0.10581836330741769f,1.2965499734122727f,0.1372060249104285f,0.13225557366738122f,0.9816735557007689f,0.22206038014060445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8337543107246738f,0.16681701398898766f,-0.5263324360058216f,-0.04416200726434876f,-0.21138916811279768f,0.977077554279961f,-0.025180796787821647f,1.3768856852937286f,0.5100670239807742f,0.13225557366738122f,0.8499059326074315f,0.040359306586430166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3044932301007811f,0.7851479522127469f,-0.5392833818679407f,0.3373372012519448f,0.7326598165037427f,-0.16873806934449437f,-0.6593459313854868f,1.227100175932073f,-0.6086817445130871f,-0.5958776360042578f,-0.5238667548208057f,-0.6423581245202834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7075587060222703f,0.3805017072212966f,-0.5954654719912561f,0.10044944321397564f,0.6909507099608193f,0.5491816833730147f,-0.47009211336952067f,1.4501164739456678f,0.14814787861029471f,-0.7440550580765248f,-0.6514862060044009f,-0.5694935306693869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.20372099127345744f,-0.5921185591035865f,-0.7796751693363415f,0.22849553233195305f,-0.14099947933786602f,0.8058184057029443f,-0.5751311536135181f,1.0972570010016027f,0.9688224318940032f,-0.007232495797306379f,-0.24765053293609401f,-0.1246027436170762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.20372099127345744f,-0.17350426862182222f,-0.9635320578395753f,0.18994140660386405f,-0.14099947933786602f,0.9791105890563928f,-0.14649778573102895f,1.2799246252888574f,0.9688224318940032f,0.10601284435223089f,-0.22392939130748135f,-0.10612489399670466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.20372099127345744f,-0.3461886944946265f,-0.9157789828985301f,0.2300026137847624f,-0.14099947933786602f,0.9360181907714026f,-0.32247339947890463f,1.1405850508322697f,0.9688224318940032f,0.06342975917608916f,-0.23949897935033618f,-0.44053653429869266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.20372099127345744f,0.1580812875139484f,-0.9661822106893153f,0.2536042163768195f,-0.14099947933786602f,0.971852231351836f,0.18873893939224226f,1.3239869625819405f,0.9688224318940032f,0.17468127247759038f,-0.17569732070979127f,-0.40888190396358065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9042060446598998f,0.033249676428553185f,-0.42580029100259653f,0.3500380716766657f,-0.06616059518155815f,0.9740261953129571f,0.21655425761085215f,2.0327680188791994f,0.42194099640319527f,0.22398086940978196f,-0.8785205550769526f,-0.25052739972807536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9042060446598998f,0.033249676428553185f,-0.42580029100259653f,0.33987081151634935f,-0.06616059518155815f,0.9740261953129571f,0.21655425761085215f,1.9337977284354058f,0.42194099640319527f,0.22398086940978196f,-0.8785205550769526f,-0.3767090978078822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9042060446598998f,0.033249676428553185f,-0.42580029100259653f,-0.18118297956102547f,-0.06616059518155815f,0.9740261953129571f,0.21655425761085215f,1.9938986692100342f,0.42194099640319527f,0.22398086940978196f,-0.8785205550769526f,-0.002637064341198092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9042060446598998f,0.033249676428553185f,-0.42580029100259653f,-0.25916569307083426f,-0.06616059518155815f,0.9740261953129571f,0.21655425761085215f,1.8899663341276236f,0.42194099640319527f,0.22398086940978196f,-0.8785205550769526f,-0.09717318769076533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8878758285368703f,0.1742398824372412f,-0.4258133117555423f,0.25519393904330173f,0.087026975540436f,0.9724092431203026f,0.21644068338111588f,2.1349933009271784f,0.451777399421718f,0.15511520641915297f,-0.8785422323993838f,-0.20427435245141184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.904201726539857f,0.033200320090613605f,-0.4258133117555423f,0.15137802468450276f,-0.06616279068915348f,0.974051290079603f,0.21644068338111588f,2.137188226763214f,0.4219499056174383f,0.22387903662500863f,-0.8785422323993838f,-0.1534159327805174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8693189373445256f,0.2509113879963289f,-0.42582632674359244f,0.13104436898167993f,0.17145080007775815f,0.9611488991132995f,0.2163271062210862f,2.1315032688043667f,0.4635614396462259f,0.11504898568456909f,-0.8785638978276252f,-0.1449450074186418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9043073230733611f,-0.030003414604858322f,-0.42582632674359244f,0.15769477380974803f,-0.13395194331281185f,0.9670881345548255f,0.2163271062210862f,2.1431710726180926f,0.40532103611657383f,0.2526664503160576f,-0.8785638978276252f,-0.15498910527083765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8978673674274504f,0.11183080953368403f,-0.42582632674359244f,0.20010964650152457f,0.018983142365713843f,0.9761363754209418f,0.2163271062210862f,2.255776714790828f,0.4398566025590872f,0.1861495275822824f,-0.8785638978276252f,-0.1833896766850946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8978673674274504f,0.11188035591951428f,-0.4258133117555423f,0.1749365664196339f,0.018983142365713843f,0.9761111980114964f,0.21644068338111588f,2.0361516952382415f,0.4398566025590872f,0.1862517518733292f,-0.8785422323993838f,-0.2252963208565936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8982751631510908f,-0.10860867114547157f,-0.42580029100259653f,-0.09787230348299526f,-0.21771731526661373f,0.9516845192308798f,0.21655425761085215f,2.109152835717192f,0.3817078750811658f,0.28722940728327967f,-0.8785205550769526f,-0.039505785813851696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9042060446598998f,0.033249676428553185f,-0.42580029100259653f,0.006613750307517735f,-0.06616059518155815f,0.9740261953129572f,0.21655425761085215f,2.126589179448672f,0.42194099640319527f,0.22398086940978199f,-0.8785205550769526f,-0.08584992358297738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8853833351975883f,-0.18653415523587588f,-0.42579497259224824f,0.026672776544335912f,-0.29983754698047715f,0.9291126385560001f,0.21644202525442655f,2.123859925227411f,0.3552376601306868f,0.31930348229536387f,-0.8785507902329431f,-0.0962287248407159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8996918143580627f,0.09619397326373383f,-0.42579497259224824f,0.0006855856734927085f,0.0019491421166149547f,0.9762935268395317f,0.21644202525442655f,2.1316758855086393f,0.43652129389310035f,0.1939011834903661f,-0.8785507902329431f,-0.08170831504881877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9036631679179501f,-0.045733141852067935f,-0.42579497259224824f,-0.06139375430611068f,-0.15080081065063888f,0.9645786464622117f,0.21644202525442655f,2.236636073988754f,0.4008141644897356f,0.25980091324986954f,-0.8785507902329431f,-0.0613328662644222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9036631679179501f,-0.04568359804786498f,-0.42580029100259653f,-0.051114944745341076f,-0.15080081065063888f,0.9645534557595671f,0.21655425761085215f,2.0196115464428517f,0.4008141644897356f,0.2599031355172119f,-0.8785205550769526f,-0.11981107175579478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9042060446598998f,0.033249676428553185f,-0.42580029100259653f,0.05817661076134403f,-0.06616059518155815f,0.9740261953129571f,0.21655425761085215f,1.5219258751923168f,0.42194099640319527f,0.22398086940978196f,-0.8785205550769526f,-0.2598901245325527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.20372099127345744f,0.1580812875139484f,-0.9661822106893153f,-0.0011038720563866175f,-0.14099947933786602f,0.971852231351836f,0.18873893939224226f,1.1574812884353782f,0.9688224318940032f,0.17468127247759038f,-0.17569732070979127f,-0.3253956017116491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.18127936130244013f,-0.2345187030986317f,-0.9550595641438892f,0.25030068696166824f,-0.1792891147678892f,0.9627557609116657f,-0.20237776102414629f,0.6108142944983602f,0.9669504674447011f,0.13454487254568884f,-0.21657440010337858f,-0.4580119526456278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.18127936130244013f,-0.6420257511814313f,-0.744943439454096f,0.021701611211010535f,-0.1792891147678892f,0.766374924438457f,-0.6168669941873175f,0.838506229148595f,0.9669504674447011f,0.02173499509703855f,-0.25403618540791717f,-0.45865067103294166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1434858946168343f,0.40873895562320645f,-0.9013014280483846f,0.1961410039670915f,0.0873600505924563f,0.9124012822299993f,0.3998651294443376f,0.6313034028701919f,0.9857890340262923f,-0.02136273252896294f,-0.1666241700726692f,-0.16175786290429423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1434858946168343f,-0.8023252638105601f,-0.579384129138279f,-0.0642275165220227f,0.0873600505924563f,0.5728881631522411f,-0.8149646459083576f,0.8648263604103058f,0.9857890340262923f,-0.16755095813323853f,-0.012110194967197868f,-0.2203503055912819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.34250120207801066f,-0.3564385736806561f,-0.8692781314214785f,-0.0065453796610545675f,-0.04409924493086689f,0.9303183343175068f,-0.3640920947085052f,1.051782026749564f,0.9384818502089666f,-0.08636747087416181f,-0.33435381978251066f,-0.32994668115086245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.146765450580724f,-0.5726447506617237f,-0.8065592923371532f,-0.026741895169188658f,-0.14210801690955038f,0.819136811339517f,-0.5557159308842634f,1.0433685592842283f,0.9789102175612798f,0.03305864256288777f,-0.20159839311370314f,-0.337538943760878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2871720231921487f,-0.4427155528785658f,-0.8494322623583083f,-0.0065453796610545675f,-0.1624992719852641f,0.8964470752249001f,-0.4122822187834222f,1.051782026749564f,0.94399481762348f,0.019636205339837495f,-0.32937547531633943f,-0.32994668115086245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.19697582857437593f,0.13028750515899243f,-0.971712760519735f,-0.0006307208486839712f,0.05517341454974456f,0.991033056516779f,0.12169377641413283f,1.0624594750546343f,0.9788546456366032f,-0.029641978517913316f,-0.2023979639847779f,-0.3219554211721698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.22123566250248716f,0.01465376605323164f,-0.9751102751881672f,0.0013705649487231997f,-0.16917460744381535f,0.9841507233124457f,0.053172417660109966f,1.068856233276752f,0.9604346588047085f,0.17672753306728228f,-0.21525019215470184f,-0.32771748151590696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2075815803608932f,0.11262414722425408f,-0.971712760519735f,0.002074465868874788f,-0.03141075907812828f,0.9920705564606799f,0.12169377641413283f,1.0750566742546313f,0.9777132768398974f,0.05578362184195924f,-0.2023979639847779f,-0.3273688338793947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.20889824442548205f,-0.037830242655490426f,-0.9772054012420206f,-0.03352153051361416f,0.06451752249935766f,0.9965414148887526f,-0.05237077144808968f,1.0803013533671944f,0.9758068521825908f,-0.07398703367583996f,-0.20573503853586458f,-0.13659136303300762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.2008217452817502f,-0.27615293977088806f,-0.9398990267458991f,0.016700497238050293f,-0.19592068298660997f,0.9513831601852266f,-0.2376660861251171f,1.1031779585303694f,0.9598362946878244f,0.13641714104857774f,-0.24516249922873667f,-0.5215265679567963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2075815803608932f,-0.10885021237102363f,-0.9721427460829285f,0.003675565675735726f,-0.03141075907812828f,0.9940189956815627f,-0.10459254485073624f,0.9389618252020637f,0.9777132768398974f,0.008824255832677479f,-0.20975910182871596f,-0.32341060153814255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2075815803608932f,-0.023708181358568572f,-0.9779303705436003f,3.9801020972288984e-17f,-0.03141075907812828f,0.9993522942327882f,-0.017560074766318712f,1.1625f,0.9777132768398974f,0.027072387193081866f,-0.20819182054696103f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9204139012662265f,0.10118409676852018f,0.377624190058083f,0.32349088137004245f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.39094532911378344f,0.23822064702481055f,0.8890515581085248f,-0.21285959070941834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9204139012662265f,0.10118409676852018f,0.377624190058083f,0.40977968461375114f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.39094532911378344f,0.23822064702481055f,0.8890515581085248f,-0.24951071531383556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9204139012662265f,0.10118409676852018f,0.377624190058083f,0.30999165448318433f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.39094532911378344f,0.23822064702481055f,0.8890515581085248f,-0.3645428867279057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2942145949721796f,-0.5798065056665379f,-0.7597777228190593f,-0.9514654127780551f,-0.30174220598757906f,0.8106552438746394f,-0.5017865250326062f,2.3739508550562887f,0.9068568868521129f,0.08162408691867669f,-0.4134586983044214f,-0.9050897553569142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5331487732414083f,-0.5798065056665379f,-0.6160980454261645f,-0.9645344949374244f,0.30174220598757906f,0.8106552438746394f,-0.5017865250326062f,2.3739508550562887f,0.7903822029353463f,0.08162408691867669f,0.6071519428592497f,-0.9979243480016371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13940354303327251f,-0.5798065056665379f,-0.8027397262977144f,-0.8375889949130826f,-1.3877787807814457e-17f,0.8106552438746394f,-0.5855237617539949f,2.461779419319388f,0.9902356548770452f,0.08162408691867669f,0.11300821317462637f,-0.9684582836554696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000003245063436054021f,0f,-0.00001528431183586573f,0.67101076107571f,0f,0.000015625f,0f,1.3286225f,0.00001528431183586573f,0f,-0.000003245063436054021f,-0.17515707949040002f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35.mcfunction new file mode 100644 index 000000000..6ba6378d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..61d915304 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.30318869323001274f,0.18150313913619998f,-0.7362592418609271f,-0.2940591923712096f,-0.33513623822276944f,0.7433579272518763f,0.045245312090090105f,1.344737674971198f,0.6802240532146836f,0.2853419823999682f,0.3504563238874251f,-0.3803919969875712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3424340301391656f,0.0506074242170801f,-0.7212335430474388f,-0.2940591923712096f,-0.024641385815800887f,0.7983911121022398f,0.04432193837396582f,1.344737674971198f,0.7225868370706221f,0.003243567520690188f,0.34330415401217157f,-0.3803919969875712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5108447454409424f,0.21811850384839257f,-0.5986705344166875f,-0.30677717746513605f,0.0983044999182656f,0.7851177526030468f,0.20216524005823824f,1.3302328123126999f,0.629538176599039f,0.05439556297092792f,-0.517365684383761f,-0.3001750404481167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5440940496184811f,0.005900474230044583f,-0.5864527684081837f,-0.30677717746513605f,-0.2053518768476633f,0.7474028333259141f,0.19803941883255993f,1.3302328123126999f,0.5493562340093212f,0.2852265575647831f,-0.5068072010289904f,-0.3001750404481167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3294013450692093f,0.33254874880694757f,-0.7506727938290502f,0.5892080809175735f,0.7553402499689572f,-0.06456972420719331f,-1.3662716082436315f,1.250509323438486f,-0.3218064954363269f,-1.5253354812573985f,-0.10582296117690443f,0.1618127078843633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9696839361007491f,0.16098211576962349f,0.18384184091358083f,0.31677514219755043f,-0.12655098822032643f,0.9744134936145353f,-0.18575034547040417f,1.288854023385654f,-0.20904045409589397f,0.1568537594839578f,0.9652455577142693f,0.14326351718055344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9467707975895439f,0.16098211576962349f,-0.27876480271726384f,-0.03462660189304272f,-0.1973532091081839f,0.9744134936145353f,-0.10756418696116815f,1.363380667331817f,0.25431627491444747f,0.1568537594839578f,0.9543165776876076f,0.05687495186539637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3430675138847489f,0.7569799396792319f,-0.5561349223346476f,0.32059944301836946f,0.7480449010954229f,-0.13790536763650024f,-0.6491617175420779f,1.24225940886744f,-0.5680963887071245f,-0.6387201895198461f,-0.5189441324821539f,-0.6558876833148239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7079445132354544f,0.33667775130493105f,-0.6208563907668754f,0.08482770095391286f,0.675677043077504f,0.5787737567386162f,-0.45659771349483347f,1.4593980740388697f,0.20560909424890894f,-0.7427442563136547f,-0.6372251329594739f,-0.5641063461244065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1541500537801698f,-0.6320307117132545f,-0.7594570036353658f,0.24247136445774234f,-0.17580814432226233f,0.7739239160399607f,-0.6083857892582094f,1.0945652561930093f,0.9722804416985529f,0.03973602436843528f,-0.23041655986030557f,-0.1374314067528547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1541500537801698f,-0.19925502004938295f,-0.967747486643438f,0.19906262640696157f,-0.17580814432226233f,0.9693560001989282f,-0.17158217060142905f,1.2752471176640494f,0.9722804416985529f,0.1436884889733876f,-0.18445693488457227f,-0.1116426709133731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1541500537801698f,-0.3542353218793688f,-0.9223638640214561f,0.22438297989046418f,-0.17580814432226233f,0.9284586751065503f,-0.32719410906883956f,1.1476193719312995f,0.9722804416985529f,0.1117220898140073f,-0.20539940929335104f,-0.45211528467055473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1541500537801698f,0.154405144345437f,-0.975908198715041f,0.24723451821326464f,-0.17580814432226233f,0.967665853540735f,0.18087092713104366f,1.3301871627647563f,0.9722804416985529f,0.19945387258949251f,-0.12202006146335588f,-0.4154803089441709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8948920170015497f,0.045739894309537996f,-0.443932584944438f,0.35280221108566007f,-0.08031847096213945f,0.9619849058768285f,0.2610248725456127f,2.028223366368702f,0.43899569602582905f,0.2692450611129231f,-0.8571988543722489f,-0.22362495887471248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8948920170015497f,0.045739894309537996f,-0.443932584944438f,0.33902449509598487f,-0.08031847096213945f,0.9619849058768285f,0.2610248725456127f,1.9354582775963298f,0.43899569602582905f,0.2692450611129231f,-0.8571988543722489f,-0.35410532271219475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8948920170015497f,0.045739894309537996f,-0.443932584944438f,-0.1729468489027504f,-0.08031847096213945f,0.9619849058768285f,0.2610248725456127f,1.981036264678445f,0.43899569602582905f,0.2692450611129231f,-0.8571988543722489f,0.03428501254046212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8948920170015497f,0.045739894309537996f,-0.443932584944438f,-0.2538414661675418f,-0.08031847096213945f,0.9619849058768285f,0.2610248725456127f,1.8822472905839125f,0.43899569602582905f,0.2692450611129231f,-0.8571988543722489f,-0.06327067409508302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8767236194704886f,0.18510430286018814f,-0.44395055144149775f,0.2598111016017128f,0.07116062438330134f,0.962743714264485f,0.26088446903102913f,2.1287432792890897f,0.47570144061159264f,0.19713177751663258f,-0.8572322915599878f,-0.17039451817092807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8948863894699483f,0.045675571328998174f,-0.44395055144149775f,0.15719389233648304f,-0.08032177889895281f,0.9620227157676192f,0.26088446903102913f,2.1291860853514f,0.43900656233813623f,0.2691208585949144f,-0.8572322915599878f,-0.11711550813501216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8572646195829345f,0.26074764702614744f,-0.44396850854723313f,0.13701640494290881f,0.1548044143848135f,0.9529155935668653f,0.2607440599976988f,2.1232361088524314f,0.49105291496772696f,0.15479837243148376f,-0.8572657106138457f,-0.10845592316824215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8958825568179956f,-0.016923587314654973f,-0.44396850854723313f,0.16352024372019097f,-0.1472393655651196f,0.9541137795902003f,0.2607440599976988f,2.1351959038582997f,0.41918374684287585f,0.29896569667523026f,-0.8572657106138457f,-0.11854430552050392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8875001882398249f,0.12343167864296889f,-0.44396850854723313f,0.20613485804753118f,0.0038296740524118716f,0.9654003670874424f,0.2607440599976988f,2.2487493210465033f,0.4607914381484619f,0.22971014765310263f,-0.8572657106138457f,-0.14252889686294462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8875001882398249f,0.12349624993928279f,-0.44395055144149775f,0.1783482018111926f,0.0038296740524118716f,0.965362433190276f,0.26088446903102913f,2.0315427735786917f,0.4607914381484619f,0.22983482946647574f,-0.8572322915599878f,-0.19424173349290158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8910297071814056f,-0.09481519363882607f,-0.443932584944438f,-0.08961674288569546f,-0.2298172114313528f,0.9375766983252429f,0.2610248725456127f,2.0973722611794092f,0.39147172343623415f,0.33460426448682384f,-0.8571988543722489f,0.0010355972346208359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8948920170015497f,0.045739894309538f,-0.443932584944438f,0.01392234322381334f,-0.08031847096213945f,0.9619849058768286f,0.2610248725456127f,2.116318035319587f,0.43899569602582905f,0.2692450611129231f,-0.8571988543722489f,-0.04681684172973187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8793652810015835f,-0.17217652124780444f,-0.44392786362202f,0.03372122265406487f,-0.31066381847024194f,0.914016533351525f,0.26088650531131247f,2.113956293950158f,0.36083887604094833f,0.3673268602907569f,-0.8572434212325223f,-0.05776892740612816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8895315517982056f,0.10798921360703498f,-0.44392786362202f,0.008129868230693359f,-0.013012206987961156f,0.9652817794901928f,0.26088650531131247f,2.12123988741945f,0.45668840671159894f,0.23784325916195573f,-0.8572434212325223f,-0.04229968469837203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8954731771633192f,-0.032493705252252446f,-0.44392786362202f,-0.05267135853830815f,-0.1638553439150502f,0.9513620013522357f,0.26088650531131247f,2.225511066387444f,0.413858931583591f,0.3063568205574157f,-0.8572434212325223f,-0.015534472364840818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8954731771633192f,-0.032429138218281466f,-0.443932584944438f,-0.04537480243919483f,-0.1638553439150502f,0.951324046885722f,0.2610248725456127f,2.011463155838157f,0.413858931583591f,0.30648149831823834f,-0.8571988543722489f,-0.08449280948644433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8948920170015497f,0.045739894309537996f,-0.443932584944438f,0.05691789713187435f,-0.08031847096213945f,0.9619849058768285f,0.2610248725456127f,1.5203286731794994f,0.43899569602582905f,0.2692450611129231f,-0.8571988543722489f,-0.2505679011109133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1541500537801698f,0.154405144345437f,-0.975908198715041f,-0.0009840319976645317f,-0.17580814432226233f,0.967665853540735f,0.18087092713104366f,1.157453978101724f,0.9722804416985529f,0.19945387258949251f,-0.12202006146335588f,-0.325363103331973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.14208620871415018f,-0.2779146905898458f,-0.9500394381538008f,0.2231705886296718f,-0.16376834406688606f,0.9531501864949709f,-0.25433177439358995f,0.5669070448295623f,0.9762128040416335f,0.11944934800555498f,-0.1809431250040157f,-0.47658662650383254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.14208620871415018f,-0.5410064979767399f,-0.8289291154496764f,0.02926508791328389f,-0.16376834406688606f,0.8387327656992036f,-0.5193334932624263f,0.8336892505223481f,0.9762128040416335f,0.061962221470088286f,-0.20777209710560934f,-0.46005418343364296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.10206346816174541f,0.5085608306498829f,-0.8549555134599096f,0.227450125966143f,0.10721039349007952f,0.8600611854674808f,0.4987992469721398f,0.6646350564455068f,0.988983811795976f,-0.04075093595210633f,-0.1423038341877289f,-0.1683367444145959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.10206346816174541f,-0.8820110671479601f,-0.4600429609235568f,-0.05136088802737172f,0.10721039349007952f,0.4500115915612605f,-0.8865638719168536f,0.8629515915287183f,0.988983811795976f,-0.13980717037769536f,0.04863100982380868f,-0.21860856101940396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2986364328553816f,-0.38505983270328437f,-0.8732383444455081f,-0.0037561594492674837f,-0.05553141984684008f,0.9204529603720972f,-0.38688836781691494f,1.0516562219593095f,0.9527499894417248f,-0.06704679694632124f,-0.2962637079326991f,-0.33003283079964074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.09869500294929899f,-0.5925829006871486f,-0.7994403055926333f,-0.024038011827278914f,-0.14826125663829962f,0.8031524808909841f,-0.5770309283034053f,1.0427126996116767f,0.9840111260411998f,0.06157595514372872f,-0.16712422198851784f,-0.33674014003166103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.23992476595212592f,-0.46553305127748573f,-0.8518891270881978f,-0.0037561594492674837f,-0.17239199189894822f,0.8840044492284053f,-0.43453093661268444f,1.0516562219593095f,0.9553622913910358f,0.042604130230034246f,-0.2923487305862841f,-0.33003283079964074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.15418876956723399f,0.10189877723328114f,-0.9827728438137191f,0.002220079945088758f,0.04757840323290441f,0.9942795055313501f,0.09562719501345346f,1.0624728237113008f,0.9868951914388627f,-0.03201412311302697f,-0.15815491467594167f,-0.32227802477618467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.17315915876735874f,-0.004109943876289754f,-0.9848852796627202f,0.0037860529654003827f,-0.17730525124135085f,0.9837836037784885f,0.02706785582293736f,1.0689347144529457f,0.9688027423666916f,0.17931237909844266f,-0.17107985587097704f,-0.32810182907773017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.16248309836301317f,0.08807258488684674f,-0.9827728438137191f,0.004336506620943175f,-0.039259815759068596f,0.9946427029041247f,0.09562719501345346f,1.0751512313460965f,0.9859299719619641f,0.05412128371469251f,-0.15815491467594167f,-0.3277635710545133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.16648518115681488f,-0.06813029520712885f,-0.9836874235905287f,-0.02277481503413803f,0.05660102536880832f,0.9953048828329167f,-0.07851441992496222f,1.0789938527704912f,0.984418106488489f,-0.0687492042422548f,-0.16184726915729747f,-0.1355635827644421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.1520749685733331f,-0.29543929820793313f,-0.9431801657201151f,0.009449941518163064f,-0.20348373547308807f,0.9431952138287047f,-0.2626350281446517f,1.1040983269546174f,0.9671957264852539f,0.15198160969350086f,-0.20355347450641637f,-0.5222831627782856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.16248309836301317f,-0.13526049715441468f,-0.977396460325029f,0.009804180201090229f,-0.039259815759068596f,0.9906615132090762f,-0.13056964851322556f,0.9391419627338786f,0.9859299719619641f,0.017157043913327952f,-0.16627605429296416f,-0.32435439817967937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.16248309836301317f,-0.049560075667921595f,-0.9854659008033436f,3.9801020972288984e-17f,-0.039259815759068596f,0.9982716417588983f,-0.04373095158532206f,1.1625f,0.9859299719619641f,0.03158366919443779f,-0.16414798880064582f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9015180663422481f,0.11200173290551813f,0.41799615773915255f,0.32829299477267915f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.4327414656102803f,0.2333300450733716f,0.8707995831461591f,-0.22781187671010572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9015180663422481f,0.11200173290551813f,0.41799615773915255f,0.41281031349226494f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.4327414656102803f,0.2333300450733716f,0.8707995831461591f,-0.2683813891110695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9015180663422481f,0.11200173290551813f,0.41799615773915255f,0.30785223047159915f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.4327414656102803f,0.2333300450733716f,0.8707995831461591f,-0.3787165703825115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.263729885322067f,-0.6925154288872549f,-0.6714677418470008f,-0.8523795862179135f,-0.4169049124112794f,0.7095707365365206f,-0.568066601604392f,2.45590804209012f,0.8698487463894817f,0.13012206040530083f,-0.47584809319837207f,-0.9944352129186854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5614805467864424f,-0.6925154288872549f,-0.4529480945246362f,-0.8696920342803305f,0.4169049124112794f,0.7095707365365206f,-0.568066601604392f,2.45590804209012f,0.7147935992912509f,0.13012206040530083f,0.687123249357885f,-1.0865728362985303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.184666112665781f,-0.6925154288872549f,-0.6973670536998505f,-0.7564307521941445f,-1.3877787807814457e-17f,0.7095707365365206f,-0.7046342099635949f,2.561603173584659f,0.9828013160516775f,0.13012206040530083f,0.1310336695775943f,-1.060159075045247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000025407572436780773f,0f,-0.000015417041792402894f,0.6771762122797276f,0f,0.000015625f,0f,1.3286225f,0.000015417041792402894f,0f,-0.0000025407572436780773f,-0.20608524133341788f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36.mcfunction new file mode 100644 index 000000000..32d12212f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..795e9383f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3360127568162483f,0.18664468236091886f,-0.7205578632195896f,-0.29894427240730664f,-0.3537298248009804f,0.7356387451365209f,0.0255986746664143f,1.3427514732332322f,0.6549160883254105f,0.3015689699634247f,0.3835172982437515f,-0.35895824896262735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.374068051948205f,0.0429557748131512f,-0.7058526007049042f,-0.29894427240730664f,-0.04436276101502487f,0.7983753045929728f,0.025076252734446663f,1.3427514732332322f,0.705765568688923f,0.027416681532962645f,0.37569041460612396f,-0.35895824896262735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4755556375831781f,0.21124985720591288f,-0.6294162198718609f,-0.307381060371557f,0.06931075655104237f,0.7857895006969474f,0.21136538047941714f,1.3255554446101576f,0.6602933431692488f,0.06966206190867473f,-0.4755043033889945f,-0.27944044740142837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5095816560741036f,0.01291313206293121f,-0.6165709908948842f,-0.307381060371557f,-0.23184375564027163f,0.7371417940632953f,0.20705180128595965f,1.3255554446101576f,0.57146741706189f,0.31057241742542396f,-0.4658001339320763f,-0.27944044740142837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5044199274295602f,0.03671417938753847f,-0.42045094955860884f,0.5700312343972284f,0.42201224042187613f,0.15191558594636587f,-1.4967409841654904f,1.2565580557011817f,0.005709718639724236f,-1.5546639423934911f,-0.15618474744539945f,-0.06908744875601025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8483459792144039f,0.1579789510783393f,0.5053234118531832f,0.3414107231860615f,-0.03919499169783519f,0.9705656069429527f,-0.23762608283869993f,1.2900289305389396f,-0.5279894432434807f,0.18178298500037277f,0.8295674138897896f,0.05732117154095369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9874064359843892f,0.1579789510783393f,-0.008436894736465375f,-0.02298085843849984f,-0.15684612617691301f,0.9705656069429527f,-0.18276130696280857f,1.3490196726106731f,-0.020683879711079586f,0.18178298500037277f,0.9831211133346959f,0.07278914542174486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.37936263093082534f,0.7253834487891031f,-0.5743716971405093f,0.3027519855933343f,0.7622702050461282f,-0.10682874245995366f,-0.6383821381299438f,1.2573299289815312f,-0.5244312431121702f,-0.6800047588122096f,-0.5124113574468979f,-0.6684058022106695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7040739664590958f,0.2925582807715709f,-0.6470622088381756f,0.06952712920323632f,0.6593952257605153f,0.6075610234121678f,-0.44279514346320303f,1.4682698895237225f,0.26358639190746397f,-0.7384302642649081f,-0.620679433217231f,-0.557627521246949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.10314905616554365f,-0.6671739649690277f,-0.7377256757627892f,0.2559568685193479f,-0.21024045285739265f,0.7395487374082237f,-0.6394267878187625f,1.0921673620387622f,0.9721929974004524f,0.08914351050642413f,-0.21655071078182836f,-0.15148842437197146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10314905616554365f,-0.2214689442474203f,-0.969696745867537f,0.20837083681128452f,-0.21024045285739265f,0.9577251191171546f,-0.19637094539251596f,1.2705135034645254f,0.9721929974004524f,0.18361400530995745f,-0.14535017323539368f,-0.11796923695907566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.10314905616554365f,-0.3583213764127948f,-0.9278825698426486f,0.21794213222897804f,-0.21024045285739265f,0.9196362104890672f,-0.3317652669277281f,1.154702210134865f,0.9721929974004524f,0.16085717753009493f,-0.17019325557311477f,-0.4634365974163823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.10314905616554365f,0.15362587022883778f,-0.9827305654189198f,0.2406049168630169f,-0.21024045285739265f,0.9623109539874495f,0.17250095599179566f,1.3362136449824604f,0.9721929974004524f,0.22440302990868297f,-0.06696309411404744f,-0.4217795486467171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8846738065263171f,0.06207737523737111f,-0.4620591472202182f,0.3583477519453577f,-0.0931398008230726f,0.9475820926768596f,0.3056356575087105f,2.0216457342355487f,0.4568120330605084f,0.3134239574789746f,-0.8325191825593828f,-0.19751829277001298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8846738065263171f,0.06207737523737111f,-0.4620591472202182f,0.3404453027335277f,-0.0931398008230726f,0.9475820926768596f,0.3056356575087105f,1.935344058073248f,0.4568120330605084f,0.3134239574789746f,-0.8325191825593828f,-0.331875412059596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8846738065263171f,0.06207737523737111f,-0.4620591472202182f,-0.16139810938885363f,-0.0931398008230726f,0.9475820926768596f,0.3056356575087105f,1.9669261012519934f,0.4568120330605084f,0.3134239574789746f,-0.8325191825593828f,0.0708587766530357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8846738065263171f,0.06207737523737111f,-0.4620591472202182f,-0.2456510940901574f,-0.0931398008230726f,0.9475820926768596f,0.3056356575087105f,1.8736389400279623f,0.4568120330605084f,0.3134239574789746f,-0.8325191825593828f,-0.029237440157009215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8640765885755556f,0.1996261231965052f,-0.4620833907566511f,0.26770957273086027f,0.056245122473167194f,0.9505392586865218f,0.30546948111661815f,2.120343115888087f,0.50020809197134f,0.2379590902512683f,-0.8325667157010184f,-0.13727758004497365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8846667777075986f,0.061997035471792014f,-0.4620833907566511f,0.16643398721006555f,-0.09314444875027086f,0.9476352187278353f,0.30546948111661815f,2.119163954255567f,0.4568246973265157f,0.31327920425613504f,-0.8325667157010184f,-0.08150118736612968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8434025698224901f,0.2740960644628059f,-0.462107620217219f,0.14641642212161898f,0.13888438585674828f,0.9420727281750877f,0.30530329541939333f,2.1129886466514174f,0.5190214182305138f,0.1933140508983993f,-0.8326142234812215f,-0.07263140320816669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8868238519000555f,0.000055121023555371185f,-0.462107620217219f,0.17278582722067037f,-0.15902958276256152f,0.9388820424379328f,0.30530329541939333f,2.1251779766789087f,0.43388137492581347f,0.34423902647615157f,-0.8326142234812215f,-0.0827970479591415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8758969558555216f,0.1387842572491894f,-0.462107620217219f,0.2159507510247642f,-0.010198154659634154f,0.952200554215128f,0.30530329541939333f,2.2393596133943703f,0.4823904231683801f,0.2721268720508763f,-0.8326142234812215f,-0.10241815193458348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8758969558555216f,0.13886490812968827f,-0.4620833907566511f,0.18470614669558438f,-0.010198154659634154f,0.9521472542353321f,0.30546948111661815f,2.0251264811914207f,0.4823904231683801f,0.27227218650139606f,-0.8325667157010184f,-0.1636793938973975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8834930449223218f,-0.07708037392234836f,-0.4620591472202182f,-0.07772673783786715f,-0.2402275930679092f,0.9213455097779644f,0.3056356575087105f,2.0839631821527798f,0.4021576097784092f,0.3810263344809304f,-0.8325191825593828f,0.041111212956728455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8846738065263172f,0.06207737523737112f,-0.4620591472202182f,0.02480000262433761f,-0.09313980082307259f,0.9475820926768594f,0.3056356575087105f,2.1042406386650523f,0.4568120330605083f,0.3134239574789746f,-0.8325191825593828f,-0.008348193353786448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8734004743638855f,-0.1538682038074898f,-0.46205647624289076f,0.04430209389515971f,-0.3196223493112549f,0.8969549703089369f,0.305472314717469f,2.102226403007289f,0.3674413765510008f,0.4144832410305044f,-0.832580613336123f,-0.01988603101360968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8782011023495138f,0.12355823159183724f,-0.46205647624289076f,0.01917135833952506f,-0.02680458905149688f,0.9518236070548639f,0.305472314717469f,2.1089929476885496f,0.47753988088732385f,0.28065135748641235f,-0.832580613336123f,-0.0034566174967109037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8867177553487979f,-0.015343894915975771f,-0.46205647624289076f,-0.03989653632420752f,-0.17537259686289808f,0.9359119174424028f,0.305472314717469f,2.212409713333187f,0.4277570275503991f,0.35189976936351147f,-0.832580613336123f,0.029733756632641772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8867177553487979f,-0.015263250614278301f,-0.4620591472202182f,-0.03646230493599491f,-0.17537259686289808f,0.9358585882112647f,0.3056356575087105f,2.0018415309856525f,0.4277570275503991f,0.3520450767329436f,-0.8325191825593828f,-0.049476385632270414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8846738065263171f,0.06207737523737111f,-0.4620591472202182f,0.056746614421273836f,-0.0931398008230726f,0.9475820926768596f,0.3056356575087105f,1.5182970692944988f,0.4568120330605084f,0.3134239574789746f,-0.8325191825593828f,-0.24119144351782779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.10314905616554365f,0.15362587022883778f,-0.9827305654189198f,-0.0008630869145403331f,-0.21024045285739265f,0.9623109539874495f,0.17250095599179566f,1.1574304615492053f,0.9721929974004524f,0.22440302990868297f,-0.06696309411404744f,-0.3253425797335839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.10357927015560765f,-0.3223769430560899f,-0.9409274368301958f,0.18907534167956017f,-0.14857188208868027f,0.9404169534331169f,-0.3058469381049975f,0.5287129592726872f,0.9834621144948387f,0.10811595757049705f,-0.1453038508504009f,-0.491864288541865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.10357927015560765f,-0.4297974722372894f,-0.8969645855062884f,0.037022836988029516f,-0.14857188208868027f,0.8983832804973448f,-0.4133205501489811f,0.8293789018647346f,0.9834621144948387f,0.09045227571081657f,-0.15690970388116693f,-0.4624569355962539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06198692912788245f,0.600755509723752f,-0.7970259959084458f,0.25434149034838116f,0.12686498284176406f,0.7968268350531839f,0.5907387502675656f,0.6981459117547119f,0.9899812608054023f,-0.06449660824943547f,-0.12560768598483563f,-0.17859291210898032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06198692912788245f,-0.942749017988088f,-0.3276917907116239f,-0.03846221781532859f,0.12686498284176406f,0.3182176945780102f,-0.9394906997868662f,0.8612982145047345f,0.9899812608054023f,-0.0998087568300103f,0.09987650031010346f,-0.21783437892593382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2540755240949093f,-0.41231805155008466f,-0.8748939663878351f,-0.0009920204117725177f,-0.06694646650940365f,0.9099059791472145f,-0.4093766966182296f,1.0516134609957624f,0.9648646530357522f,-0.04544153912545684f,-0.25878807515824054f,-0.330382621402651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.050510838211644954f,-0.6106406279167929f,-0.7902953111087916f,-0.02130568870737167f,-0.15433127999312046f,0.7865728650202986f,-0.5979004800378105f,1.0421469993522863f,0.986727171632991f,0.09176683252212647f,-0.13397140444891184f,-0.3362194963652457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.19218073651843376f,-0.48679057695604067f,-0.8521158951093666f,-0.0009920204117725177f,-0.18218098805121352f,0.8709051876908466f,-0.45643645959306856f,1.0516134609957624f,0.9643011210736592f,0.06752102072670639f,-0.2560551886920235f,-0.330382621402651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.11107245362135448f,0.07355634907988483f,-0.9910864611912374f,0.0050320417434311804f,0.03992077981412761f,0.9967825087062189f,0.06950511978529891f,1.062560835354131f,0.9930101919847371f,-0.03184484020017901f,-0.11365150578439805f,-0.32285155261865756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.12477225211009968f,-0.022563180536572462f,-0.9919288220368676f,0.006161144808491749f,-0.1853296634712181f,0.9826759360519635f,0.0009594488222155612f,1.0690831805181882f,0.9747229354750092f,0.18395354736582667f,-0.12679231629128707f,-0.3287089530513898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.11706064763949801f,0.06359584277019294f,-0.9910864611912374f,0.006558618825805455f,-0.04710645070964266f,0.9964687755394904f,0.06950511978529891f,1.07531111036531f,0.9920069491065884f,0.054822879869427174f,-0.11365150578439805f,-0.3283663100522059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.12370590371707195f,-0.09791287709050378f,-0.9874765404228104f,-0.012013672113605253f,0.048615386484361096f,0.9933271779448257f,-0.10458327664184548f,1.0777435003800266f,0.9911273346964652f,-0.060944122407566824f,-0.1181203638728428f,-0.13513127573368952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.10308398173115216f,-0.3136255586110074f,-0.9439346914360045f,0.0021763820924442347f,-0.21092118540994656f,0.9343012257052101f,-0.2873908022032107f,1.1050680035699962f,0.9720524400749759f,0.16947043586323726f,-0.16246176507907928f,-0.5227815266197824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.11706064763949801f,-0.16098005895083434f,-0.9799909312817171f,0.015833365334783873f,-0.04710645070964266f,0.9865645953568769f,-0.15643299361024127f,0.9394889233938183f,0.9920069491065884f,0.02785174695611871f,-0.12307108968287814f,-0.3258460588791306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.11706064763949801f,-0.07495564372349053f,-0.9902921065262604f,3.9801020972288984e-17f,-0.04710645070964266f,0.9964444529678893f,-0.0698529487642708f,1.1625f,0.9920069491065884f,0.03847211488235327f,-0.12017532733767658f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8807254648096721f,0.12258372080094268f,0.45748867420995587f,0.3324043896932696f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.47362712721695593f,0.22794852379951308f,0.8507154723301064f,-0.24296864356801712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8807254648096721f,0.12258372080094268f,0.45748867420995587f,0.4149724020191763f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.47362712721695593f,0.22794852379951308f,0.8507154723301064f,-0.28737118674460677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8807254648096721f,0.12258372080094268f,0.45748867420995587f,0.30506509472472954f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.47362712721695593f,0.22794852379951308f,0.8507154723301064f,-0.3927772360058279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.20965094661589737f,-0.7850123180822132f,-0.5829255021374926f,-0.7111891286697856f,-0.5347509551003551f,0.5911688882223421f,-0.6037886729785659f,2.520647489060105f,0.8185889668217595f,0.18513510217446555f,-0.5437252038856892f,-1.0554742266854478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5533224405387134f,-0.7850123180822132f,-0.27854970338428253f,-0.7327085177707646f,0.5347509551003551f,0.5911688882223421f,-0.6037886729785659f,2.520647489060105f,0.6386514642710371f,0.18513510217446555f,0.7468930988617517f,-1.1467210260414835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2295401504104428f,-0.7850123180822132f,-0.5753842019109849f,-0.6356411929336273f,2.7755575615628914e-17f,0.5911688882223421f,-0.8065477949867321f,2.641629658308115f,0.9732991931310492f,0.18513510217446555f,0.1356969955205306f,-1.1214521756915452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000018311053752915393f,0f,-0.000015517334761632827f,0.6819169053168896f,0f,0.000015625f,0f,1.3286225f,0.000015517334761632827f,0f,-0.0000018311053752915393f,-0.2372635962140789f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37.mcfunction new file mode 100644 index 000000000..3ac85368c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..5c6e43842 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3572029404478058f,0.19123242824978373f,-0.7090702801313682f,-0.30144006358650716f,-0.3657617145336485f,0.7300705895479053f,0.01263910214469372f,1.3412250521897067f,0.6368428942535916f,0.3120441268591823f,0.4049741169208761f,-0.34451228755729907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39496551933522994f,0.03916415912908337f,-0.6945994580878709f,-0.30144006358650716f,-0.05733927453734872f,0.7978464228413732f,0.01238116128459793f,1.3412250521897067f,0.6933357383921462f,0.04367212153006203f,0.3967093390245317f,-0.34451228755729907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4507119319758587f,0.2077205863950187f,-0.6485794915095164f,-0.3070454351226358f,0.0500065306607225f,0.7857467477632646f,0.2169005295410206f,1.3222971919792221f,0.6791925689451495f,0.07999156712808214f,-0.4463667191027198f,-0.2656228930145614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4857744548430859f,0.01903230280670476f,-0.6353431753562611f,-0.3070454351226358f,-0.24929853280105757f,0.7298664575899144f,0.21247398812181612f,1.3222971919792221f,0.5846994275396058f,0.3270056964871155f,-0.43725719422307247f,-0.2656228930145614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5331231959989053f,-0.1868706142019338f,-0.2366830991809408f,0.5023359604443824f,0.19364976480214174f,0.33000646106342724f,-1.5149263197424712f,1.2687575206401374f,0.23116938482891314f,-1.5157774768098988f,-0.30064199027021665f,-0.2118896233278748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7056312233487356f,0.15751191347219226f,0.6908506160883808f,0.34282350058177086f,0.0302480109226827f,0.9673953189486478f,-0.2514584552395589f,1.2956663118784237f,-0.7079333545402333f,0.19833379437345666f,0.677859920292415f,-0.0015376210562274145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9713135583990962f,0.15751191347219226f,0.17815714519607173f,-0.014225486679244228f,-0.11553704613771855f,0.9673953189486478f,-0.22538298038231433f,1.3390709242400478f,-0.2078488928040182f,0.19833379437345666f,0.9578426508407165f,0.08291621809049582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4019097734734257f,0.7027619124697271f,-0.5870214888472405f,0.290426445293021f,0.7709907892046937f,-0.08614286336525234f,-0.6309933518292878f,1.2672449905397491f,-0.4940058065934685f,-0.7061905560633948f,-0.5072013028165541f,-0.6760340496665226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.699193177326624f,0.26344100927490677f,-0.6646260116878653f,0.05965898438551838f,0.6480524228759598f,0.6261317838381475f,-0.4335747299742664f,1.4739035040867567f,0.30192210582284057f,-0.7338649902399472f,-0.6085106557124728f,-0.5527459079421639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.06892835232321663f,-0.5518139241016522f,-0.8311138763211346f,0.25184131186045855f,-0.2327528530274623f,0.8189994877267038f,-0.5244672997537342f,1.088006198661627f,0.9700901976896699f,0.15729345908502612f,-0.18488855041749924f,-0.16297224229160368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.06892835232321663f,-0.1660626357584291f,-0.9837032495884974f,0.21455642234582503f,-0.2327528530274623f,0.9615133307292106f,-0.14600761705334467f,1.2673774005667706f,0.9700901976896699f,0.2188956734039824f,-0.1049270818780072f,-0.12258509779009452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.06892835232321663f,-0.35884776424407827f,-0.9308475516125252f,0.21325894889982888f,-0.2327528530274623f,0.9131014295827095f,-0.33477139767547204f,1.1594172160591558f,0.9700901976896699f,0.1935821825247326f,-0.14646141797544515f,-0.4707150701046579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.06892835232321663f,0.15465249587964158f,-0.9855615088690324f,0.23609653244683024f,-0.2327528530274623f,0.95815473308825f,0.16663017994397308f,1.3401126671378525f,0.9700901976896699f,0.24087779677417703f,-0.03004821737866005f,-0.42573828456811635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8774630249072448f,0.07486957869614269f,-0.4737649059464937f,0.36346658113238434f,-0.10093138158995893f,0.9368038239369598f,0.3349797779977648f,2.016230440811391f,0.46890457038822947f,0.34175011579069253f,-0.8144540270795387f,-0.18085231823797276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8774630249072448f,0.07486957869614269f,-0.4737649059464937f,0.34259728729690436f,-0.10093138158995893f,0.9368038239369598f,0.3349797779977648f,1.9343192438161851f,0.46890457038822947f,0.34175011579069253f,-0.8144540270795387f,-0.31751006914007474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8774630249072448f,0.07486957869614269f,-0.4737649059464937f,-0.15204294600062201f,-0.10093138158995893f,0.9368038239369598f,0.3349797779977648f,1.9569332541272904f,0.46890457038822947f,0.34175011579069253f,-0.8144540270795387f,0.09462911686511202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8774630249072448f,0.07486957869614269f,-0.4737649059464937f,-0.2387219667041453f,-0.10093138158995893f,0.9368038239369598f,0.3349797779977648f,1.8674522035128374f,0.46890457038822947f,0.34175011579069253f,-0.8144540270795387f,-0.0068607912578727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8549478165131079f,0.21121326883739783f,-0.4737649059464937f,0.2746566067472318f,0.04685965624865978f,0.941059361012272f,0.3349797779977648f,2.113640311850725f,0.5165930735653803f,0.26418976913990333f,-0.8144540270795387f,-0.11598630446592734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8774630249072448f,0.07486957869614269f,-0.4737649059464937f,0.17434050712405672f,-0.10093138158995893f,0.9368038239369599f,0.3349797779977648f,2.1114550601548f,0.4689045703882295f,0.3417501157906926f,-0.8144540270795387f,-0.05853157919098864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8332860326317886f,0.2849231505411307f,-0.4737649059464937f,0.15441765670488344f,0.12870006868797776f,0.9333942578847795f,0.3349797779977648f,2.1051539107077293f,0.5376529365124716f,0.2181603942823676f,-0.8144540270795387f,-0.049534153346841456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8805482068802595f,0.013478473706987765f,-0.4737649059464937f,0.18070712786442253f,-0.166033649165054f,0.9274811996356068f,0.3349797779977648f,2.1174609053186373f,0.4439230594426199f,0.3736267590377141f,-0.8144540270795387f,-0.059764852970955046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.867598699443676f,0.15106061901485784f,-0.4737649059464937f,0.22444854176264772f,-0.018899474126919766f,0.9420357520870927f,0.3349797779977648f,2.231879627043616f,0.49690573210757794f,0.29958192731297034f,-0.8144540270795387f,-0.0765186394162953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.867598699443676f,0.15106061901485784f,-0.4737649059464937f,0.19045990248430475f,-0.018899474126919766f,0.9420357520870927f,0.3349797779977648f,2.0199215828240202f,0.49690573210757794f,0.29958192731297034f,-0.8144540270795387f,-0.14392457306171352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8783721814953452f,-0.06331764895049738f,-0.4737649059464937f,-0.0679721258265776f,-0.24623715384178213f,0.9094810676426787f,0.3349797779977648f,2.074228974427422f,0.40967008048307235f,0.41089544038710724f,-0.8144540270795387f,0.06710993331248931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8774630249072449f,0.0748695786961427f,-0.4737649059464937f,0.03385295259908034f,-0.10093138158995897f,0.9368038239369599f,0.3349797779977648f,2.095295287524039f,0.46890457038822947f,0.34175011579069253f,-0.8144540270795387f,0.01654310148446269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8695112134336274f,-0.13963188606722748f,-0.4737649059464937f,0.05312897702758078f,-0.32456664509571564f,0.8845592355653069f,0.3349797779977648f,2.093503042136562f,0.372299264845491f,0.4450369593297042f,-0.8144540270795387f,0.004593169948971673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.870102931279157f,0.13589592662375377f,-0.4737649059464937f,0.02833707390377692f,-0.03533738646934462f,0.9415624341752833f,0.3349797779977648f,2.099934331978626f,0.4916016254010303f,0.3082085003321403f,-0.8144540270795387f,0.021659677367517505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8806493269246092f,-0.0018912643239377552f,-0.4737649059464937f,-0.029331388215392454f,-0.18219514029506406f,0.9244422530290523f,0.3349797779977648f,2.202688244358067f,0.4373347617559059f,0.38131737953288575f,-0.8144540270795387f,0.05909797993024299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8806493269246092f,-0.0018912643239377552f,-0.4737649059464937f,-0.02890585374250646f,-0.18219514029506406f,0.9244422530290523f,0.3349797779977648f,1.9946887374265303f,0.4373347617559059f,0.38131737953288575f,-0.8144540270795387f,-0.02669843046465617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8774630249072448f,0.07486957869614269f,-0.4737649059464937f,0.05721151859995393f,-0.10093138158995893f,0.9368038239369598f,0.3349797779977648f,1.516725082295153f,0.46890457038822947f,0.34175011579069253f,-0.8144540270795387f,-0.23500674775967925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.06892835232321663f,0.15465249587964158f,-0.9855615088690324f,-0.000783167354911665f,-0.2327528530274623f,0.95815473308825f,0.16663017994397308f,1.1574170573870592f,0.9700901976896699f,0.24087779677417703f,-0.03004821737866005f,-0.32533592154999563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.07874184389903717f,-0.3519963478717353f,-0.9326833830965039f,0.1632860699355181f,-0.13884190156603538f,0.93034221648914f,-0.3393910526039271f,0.5072642349033618f,0.9871791369295174f,0.10277125718329329f,-0.12212870386628352f,-0.49992396020382396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.07874184389903717f,-0.3519963478717353f,-0.9326833830965039f,0.04228732535460911f,-0.13884190156603538f,0.93034221648914f,-0.3393910526039271f,0.8270693718215036f,0.9871791369295174f,0.10277125718329329f,-0.12212870386628352f,-0.4645963405470669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0364076607568245f,0.6568134622543143f,-0.7531736572927362f,0.26956898070567253f,0.1396290455796072f,0.749623793415106f,0.6469682356781312f,0.7200592151626718f,0.9895343409244289f,-0.08161031887847628f,-0.11900228562430826f,-0.18705673109559778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0364076607568245f,-0.9713558986331492f,-0.23482376461679239f,-0.02997755253269647f,0.1396290455796072f,0.22773008671129277f,-0.9636611111988459f,0.8603231947387626f,0.9895343409244289f,-0.06787286495392508f,0.12733837730316133f,-0.21786992564521576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.22441748194840458f,-0.42946884980530425f,-0.8747532799840457f,0.000807537921947224f,-0.0745182834279003f,0.9025841950021952f,-0.42401508978714214f,1.051631027026695f,0.9716397579509066f,-0.029971285910820565f,-0.23455895376206645f,-0.33076194102270723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.018788175386250397f,-0.621470070157384f,-0.7832125869546731f,-0.01949850227499191f,-0.1583452912711878f,0.7753139738725335f,-0.6114041303836791f,1.041824131442835f,0.9872050309828744f,0.11253085717507177f,-0.11297359419592438f,-0.3360361855683796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.16054182366529365f,-0.4998928929901409f,-0.8510777980843872f,0.000807537921947224f,-0.18863365417119732f,0.8619081103096417f,-0.4706715987782602f,1.051631027026695f,0.9688362438349645f,0.08497943822131312f,-0.23266892295995856f,-0.33076194102270723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.08255808328103596f,0.05498632483661076f,-0.9950681720193467f,0.006855961877689606f,0.034780216479862194f,0.9980274478356495f,0.052264231633826735f,1.0626595617379009f,0.9959791661609069f,-0.030293851647208797f,-0.08430766943642466f,-0.32337009977734804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0928113567015777f,-0.034492217441510965f,-0.995086096276689f,0.007697324209145131f,-0.1906185248700182f,0.9815297907566862f,-0.0162433935344286f,1.069219542387445f,0.9772669185251237f,0.18817427239955942f,-0.09767196713134045f,-0.32923386676664873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.08703629883128362f,0.047581674201600394f,-0.9950681720193467f,0.007994709672905134f,-0.05233595624294383f,0.9972609476841368f,0.052264231633826735f,1.075452423310471f,0.9948294478803329f,0.0566267295922198f,-0.08430766943642466f,-0.32887994970669737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.09539284628838435f,-0.11717561085611079f,-0.9885191354230316f,-0.004936432838718738f,0.04325516517923217f,0.9916218175993663f,-0.12171754822640174f,1.0769393445712108f,0.9944994698652775f,-0.05436954185411516f,-0.08952517721990616f,-0.13517605295057006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.07076256045051037f,-0.32495523323107023f,-0.9430783405604375f,-0.0026179520226594748f,-0.2158124186974468f,0.9280427858031901f,-0.30358127026319f,1.1057458722522973f,0.9738673728873175f,0.18204582970888072f,-0.13580005858304853f,-0.5229717617131405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.08703629883128362f,-0.17747947546537113f,-0.9802681870153128f,0.01973509111583473f,-0.05233595624294383f,0.9834581082132786f,-0.17341019887450623f,0.9398089205810902f,0.9948294478803329f,0.03621029105234944f,-0.09488511185647608f,-0.3271356236537513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.08703629883128362f,-0.09136811054748688f,-0.9920063261193114f,3.9801020972288984e-17f,-0.05233595624294383f,0.994829447880333f,-0.0870362988312832f,1.1625f,0.9948294478803329f,0.044342282362255285f,-0.0913681105474873f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8660254037844386f,0.12940952255126026f,0.48296291314453355f,0.3347293709331136f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.49999999999999933f,0.22414386804201336f,0.8365163037378078f,-0.2530411926158581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8660254037844386f,0.12940952255126026f,0.48296291314453355f,0.41591925253790474f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.49999999999999933f,0.22414386804201336f,0.8365163037378078f,-0.299916192615858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8660254037844386f,0.12940952255126026f,0.48296291314453355f,0.30287987476382916f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.49999999999999933f,0.22414386804201336f,0.8365163037378078f,-0.40195613817652925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.15849364905389057f,-0.8365163037378082f,-0.5245190528383284f,-0.47195678560353654f,-0.6123724356957947f,0.4999999999999998f,-0.6123724356957946f,2.54875f,0.7745190528383289f,0.22414386804201303f,-0.59150635094611f,-1.0642738126447135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5245190528383286f,-0.8365163037378082f,-0.1584936490538905f,-0.49622107108189784f,0.6123724356957947f,0.4999999999999998f,-0.6123724356957946f,2.54875f,0.5915063509461099f,0.22414386804201303f,0.774519052838329f,-1.1548293588593137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2588190451025203f,-0.8365163037378082f,-0.48296291314453393f,-0.4116444913710371f,0f,0.4999999999999998f,-0.8660254037844388f,2.678653810567666f,0.9659258262890684f,0.22414386804201303f,0.12940952255126006f,-1.1289630141347027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000013618084804321656f,0f,-0.00001556554215768352f,0.6842548083647938f,0f,0.000015625f,0f,1.3286225f,0.00001556554215768352f,0f,-0.0000013618084804321656f,-0.25789039162750754f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38.mcfunction new file mode 100644 index 000000000..ef2fb3dc8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..1a799ce41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.36991478739669825f,0.19427470410016356f,-0.7016871338826827f,-0.3021515219794576f,-0.3689398566691056f,0.7285436149477775f,0.007213024625542971f,1.3393823453411873f,0.6276869256808523f,0.31372915852700517f,0.4177649852054405f,-0.3395055772772309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.40761052548816623f,0.03715215896743519f,-0.6873669882932402f,-0.3021515219794576f,-0.06078799455511699f,0.7976558743625666f,0.007065820041348217f,1.3393823453411873f,0.6856810331555249f,0.04862944765209734f,0.4092391691808397f,-0.3395055772772309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.440481858232749f,0.20671758263812476f,-0.6558871991741558f,-0.3063940156012711f,0.044224457235880706f,0.7857997009193813f,0.21796208812921364f,1.3198604494387676f,0.6862684419339568f,0.08204337576980474f,-0.4350275330852961f,-0.2605105559392397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.47613998431145804f,0.021959543712502277f,-0.6425017461297854f,-0.3063940156012711f,-0.25455130366299333f,0.7277468350260412f,0.21351388224902562f,1.3198604494387676f,0.5903340995939123f,0.33151519203427f,-0.4261494201651881f,-0.2605105559392397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.521586348445726f,-0.27158642950183487f,-0.2289586109628736f,0.491769398364856f,0.16453795191568615f,0.3537004886240521f,-1.5130199855674407f,1.272425960127826f,0.3148150196591563f,-1.4975122789672048f,-0.31583971843239333f,-0.23763132719916824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6685877270715662f,0.15774121219768802f,0.7267105071372515f,0.3448060532884749f,0.046256455151021655f,0.9665288695782212f,-0.2523534914137457f,1.2961240191449017f,-0.7421932306119068f,0.2023354992240606f,0.6389127907528629f,-0.01740926215278092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9619962345059282f,0.15774121219768802f,0.2228922492389982f,-0.00846526093236563f,-0.10416005299399926f,0.9665288695782212f,-0.2344624226440842f,1.3352559927236751f,-0.2524161804574007f,0.2023354992240606f,0.946227466097369f,0.0834295092474619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4124867860661458f,0.6911980105611497f,-0.593380115539045f,0.28422630351043526f,0.7730268493497278f,-0.07903427370622884f,-0.6294307537483073f,1.2695957086925278f,-0.48195865124018156f,-0.7183306298467561f,-0.5017140268307312f,-0.681227885625208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6961153049782025f,0.24923899660091828f,-0.6732781035712297f,0.05489024021971413f,0.6436958820142701f,0.6319765161584217f,-0.4315799978012598f,1.4746553781465712f,0.31792938469568205f,-0.7338157845110936f,-0.6003626410340615f,-0.5527100652160803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.05195836392678666f,-0.5419886003037007f,-0.8387780907718603f,0.2535188679858002f,-0.2322626251573715f,0.8234389671153874f,-0.5176894246466219f,1.0863488026236496f,0.9712643313604479f,0.16791850576032227f,-0.16866823663678548f,-0.16823858302360303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.05141290065454625f,-0.15889884264219886f,-0.985955309054754f,0.21756311430879574f,-0.2355658839729732f,0.9613326994292782f,-0.14264696041643787f,1.2657071402640365f,0.9704975156868345f,0.22492353993076575f,-0.0868560489010162f,-0.1266082695922158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.05206663488713247f,-0.3584527446125434f,-0.9320947888553314f,0.210820798911535f,-0.23958537522124093f,0.9105855682807457f,-0.3367978189046489f,1.1601194973074371f,0.9694781655672433f,0.20578035066197697f,-0.13329116163424548f,-0.4754024113692152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.05206663488713247f,0.15561821153694744f,-0.9864441381900811f,0.23383393771102465f,-0.23958537522124093f,0.9569891439029398f,0.16361731702975596f,1.3405775700206743f,0.9694781655672433f,0.24485659209006472f,-0.012543356744205869f,-0.42957019633197935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8737449821242089f,0.07927873488677209f,-0.4798797645322406f,0.3651306769661503f,-0.10295892132724202f,0.9341211699455232f,0.34178516699637174f,2.0138868865829402f,0.4753621427205753f,0.34804097755057495f,-0.8080212319077659f,-0.17936608533041415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8737449821242089f,0.07927873488677209f,-0.4798797645322406f,0.342997544010064f,-0.10295892132724202f,0.9341211699455232f,0.34178516699637174f,1.9330250592954314f,0.4753621427205753f,0.34804097755057495f,-0.8080212319077659f,-0.3164492783676106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8737449821242089f,0.07927873488677209f,-0.4798797645322406f,-0.1481945000318225f,-0.10295892132724202f,0.9341211699455232f,0.34178516699637174f,1.9533985203031856f,0.4753621427205753f,0.34804097755057495f,-0.8080212319077659f,0.09990917351792386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8737449821242089f,0.07927873488677209f,-0.4798797645322406f,-0.23585850664722444f,-0.10295892132724202f,0.9341211699455232f,0.34178516699637174f,1.8648147739161334f,0.4753621427205753f,0.34804097755057495f,-0.8080212319077659f,-0.0015218588152295098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8505853722440188f,0.2149926998999418f,-0.4798777589284979f,0.27702460445127197f,0.044437111107978225f,0.9387225039993572f,0.3417973136839344f,2.1109585918540925f,0.5239559787624157f,0.26940341400010176f,-0.8080172849909888f,-0.11305049577616365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8737455228425948f,0.07928491532620321f,-0.4798777589284979f,0.17718120038511462f,-0.10295853620328467f,0.9341167679585476f,0.3417973136839344f,2.1085127638381937f,0.4753612322596339f,0.34805138416675446f,-0.8080172849909888f,-0.054788559533032466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8286098191359539f,0.2883141152969455f,-0.4798757532445471f,0.15732149422928227f,0.12608238027681765f,0.9312730674852207f,0.3418094603143682f,2.102178101101546f,0.5454438568864935f,0.2227227978838433f,-0.8080133379391575f,-0.04567553055919518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8771487293003317f,0.018148502274071f,-0.4798757532445471f,0.18354699460483223f,-0.16786773490434945f,0.9246549174787767f,0.3418094603143682f,2.114517171995236f,0.44992280478421676f,0.3803733895102608f,-0.8080133379391575f,-0.05603101628090408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8635105216532526f,0.1551413563241799f,-0.4798757532445471f,0.22734575405647672f,-0.021153107164530144f,0.9395311803750241f,0.3418094603143682f,2.22898454411186f,0.5038870161568101f,0.3053069286161183f,-0.8080133379391575f,-0.0722955151192103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8635105216532526f,0.1551351523024039f,-0.4798777589284979f,0.19244034478843589f,-0.021153107164530144f,0.9395355993339113f,0.3417973136839344f,2.0175890342617304f,0.5038870161568101f,0.30529648229938366f,-0.8080172849909888f,-0.1409872236365715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8753896579786666f,-0.058381146755388934f,-0.4798797645322406f,-0.06415293550555295f,-0.24782007165835152f,0.906514264479336f,0.34178516699637174f,2.0707564106045817f,0.4150640417902308f,0.418119038072908f,-0.8080212319077659f,0.07256625332185569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8737449821242089f,0.07927873488677209f,-0.4798797645322406f,0.037288312872208115f,-0.10295892132724205f,0.9341211699455232f,0.34178516699637174f,2.0920292317590294f,0.4753621427205753f,0.348040977550575f,-0.8080212319077659f,0.021319001369265338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8669712543636433f,-0.13444809702282878f,-0.4798797279674053f,0.05646148587514098f,-0.3258842742461408f,0.8814613972081056f,0.3417970816595725f,2.0902940289054848f,0.3770414883089087f,0.45271350149832557f,-0.8080162137327003f,0.009196225873623468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.866085407744552f,0.14004111245588674f,-0.4798797279674053f,0.031821979702803246f,-0.03754781095711868f,0.939023384619003f,0.3417970816595725f,2.0966394173551164f,0.4984839299157814f,0.31404389814290246f,-0.8080162137327003f,0.026513743190104064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8773297156995552f,0.0028313665369826433f,-0.4798797279674053f,-0.025360239185392888f,-0.18398115593035716f,0.9215886768138642f,0.3417970816595725f,2.199207750443118f,0.44321947634672737f,0.388157563538319f,-0.8080162137327003f,0.06518641340850542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8773297156995552f,0.0028251624765487093f,-0.4798797645322406f,-0.025995900742616346f,-0.18398115593035716f,0.9215930956142151f,0.34178516699637174f,1.9918493039299199f,0.44321947634672737f,0.38814711717748107f,-0.8080212319077659f,-0.022146687956427685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8737449821242089f,0.07927873488677209f,-0.4798797645322406f,0.05758811303507158f,-0.10295892132724202f,0.9341211699455232f,0.34178516699637174f,1.5153012830301078f,0.4753621427205753f,0.34804097755057495f,-0.8080212319077659f,-0.2346872932940516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.05206663488713247f,0.15561821153694744f,-0.9864441381900811f,-0.0007687162912837057f,-0.23958537522124093f,0.9569891439029398f,0.16361731702975596f,1.1564303540665055f,0.9694781655672433f,0.24485659209006472f,-0.012543356744205869f,-0.3265085153278259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.06566250856550143f,-0.36004800360682865f,-0.930620153482409f,0.16184490995417916f,-0.13872389926246578f,0.9268699660196974f,-0.3488090392522278f,0.5057920352052683f,0.9881518682582666f,0.10619557989569044f,-0.11080787006488005f,-0.5034508842876919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.06566250856550143f,-0.35016604971428034f,-0.9343833113858475f,0.041877635290966504f,-0.13872389926246578f,0.9305142357232926f,-0.33896745697738273f,0.8261144244365157f,0.9881518682582666f,0.10736384281401588f,-0.10967629877920115f,-0.4664535159383162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.023588012187859483f,0.6620941346448128f,-0.7490493725716363f,0.27324144546503115f,0.14084494863847138f,0.7439856803047493f,0.6531829819771072f,0.7220440496047016f,0.9897506282514054f,-0.0900925322677529f,-0.11080175768250314f,-0.19211022479560427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.023588012187859483f,-0.9751167621280182f,-0.22043345004330733f,-0.02745740878454774f,0.14084494863847138f,0.21505421664318847f,-0.9663924587593857f,0.8591912010263456f,0.9897506282514054f,-0.05384221504502254f,0.13226756879520313f,-0.21879307902472062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2117960184082044f,-0.4323168767258033f,-0.8764956158957548f,0.0011270071076513646f,-0.07717205292083779f,0.901439039976547f,-0.4259719843536014f,1.0506573420995255f,0.9742622443851628f,-0.022578204184745237f,-0.22428398039400177f,-0.33199958769969806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.006366449437975097f,-0.6225880447536151f,-0.7825238621610362f,-0.019217316384437085f,-0.15942589525084822f,0.7731624885560869f,-0.6138429361108787f,1.0408047734151513f,0.9871893700020373f,0.12084656726456643f,-0.10417895629805152f,-0.3370358082040986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.14787469638759634f,-0.5010879921703781f,-0.8526686919729934f,0.0011270071076513646f,-0.19070807098464315f,0.8604138085506862f,-0.47256587870541344f,1.0506573420995255f,0.9704450040211411f,0.09273026559846771f,-0.2227949550875089f,-0.33199958769969806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.06973025799105982f,0.05044617954320213f,-0.9962895533377812f,0.007256796100336749f,0.03411361687967787f,0.9982570059621706f,0.04815818923952122f,1.0617004939315924f,0.9969824232472139f,-0.030628957163736353f,-0.07132962020910533f,-0.3246812551668751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.07921354218481808f,-0.03676928394942593f,-0.9961793184424081f,0.007991446836277913f,-0.1920728391129981f,0.9811572096818637f,-0.020941689625520683f,1.0682659648072363f,0.9781785313579553f,0.18968012454431218f,-0.08478331877939095f,-0.33055321229182516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.07382182151258831f,0.043722296237997754f,-0.9963125511004268f,0.008264711187765398f,-0.05302193958641341f,0.9974534005166242f,0.047701024310989576f,1.0745000485604652f,0.9958609403882945f,0.056347800396285765f,-0.07131558595035212f,-0.3302010385393484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.08237135416946494f,-0.1210378760576695f,-0.9892243388492508f,-0.0021225034057392005f,0.04132784548741689f,0.9913287897317469f,-0.12473668199995593f,1.0756968643861746f,0.9957444296603707f,-0.05115724003929624f,-0.0766548601975443f,-0.1362422477011183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.05735205153810125f,-0.32668115429162925f,-0.9433929009776679f,-0.004985558240604034f,-0.21614170641597705f,0.9265999372256768f,-0.3077260455030763f,1.1048419448705733f,0.9746761025755996f,0.18625783141672347f,-0.12375182949750223f,-0.5241230662035162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.07382182151258831f,-0.18062162729375855f,-0.9807783472438195f,0.020527797373905213f,-0.05302193958641341f,0.9827816592720933f,-0.17699967265756755f,0.9389002643186728f,0.9958609403882945f,0.03893633203251068f,-0.08212764124699921f,-0.3286666678961621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.07382182151258831f,-0.0944538421458899f,-0.9927884016105561f,3.994562212495798e-17f,-0.05302193958641341f,0.9944684162852303f,-0.09067106999280808f,1.1615160349854228f,0.9958609403882945f,0.04594606310692236f,-0.07842159583887866f,-0.3261807580174927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8543132554135738f,0.13452338951694914f,0.5020481244836326f,0.33621446516684933f,0f,0.9659258262890683f,-0.25881904510252074f,1.1333910349854228f,-0.519758464697461f,0.22111254098456706f,0.8252032371450602f,-0.2626677509859818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8543132554135738f,0.13452338951694914f,0.5020481244836326f,0.4163063328618719f,0f,0.9659258262890683f,-0.25881904510252074f,1.1333910349854228f,-0.519758464697461f,0.22111254098456706f,0.8252032371450602f,-0.31139510705136875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8543132554135738f,0.13452338951694914f,0.5020481244836326f,0.30095318034181573f,0f,0.9659258262890683f,-0.25881904510252074f,1.172213891750801f,-0.519758464697461f,0.22111254098456706f,0.8252032371450602f,-0.4108119145904343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1463594770380085f,-0.8377029018177737f,-0.5261489824823782f,-0.4092555109998869f,-0.594682420129092f,0.4995469040297825f,-0.6299251621134573f,2.5480419969225547f,0.790526231487967f,0.22069603295107154f,-0.571280612631912f,-1.0535532936413505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5194443967321214f,-0.8377029018177737f,-0.16861603420103238f,-0.4334777864372923f,0.6040491689105919f,0.4995469040297825f,-0.6209488644104945f,2.5474338673601897f,0.6044022834520281f,0.22069603295107154f,0.7655005818401667f,-1.1441180442404102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2583709379989912f,-0.8377029018177737f,-0.4811427092699241f,-0.34919524232810095f,0.006486715331890741f,0.4995469040297825f,-0.8662625544247323f,2.677677315305082f,0.9660240063899677f,0.22069603295107154f,0.13450234242545767f,-1.119011020304699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000001155090772311485f,0f,-0.00001558224599689406f,0.6850852643337924f,0f,0.000015625f,0f,1.3276385349854227f,0.00001558224599689406f,0f,-0.000001155090772311485f,-0.2681590129649021f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39.mcfunction new file mode 100644 index 000000000..992a9b431 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..7584a2eb7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3966387458710536f,0.20111786799451575f,-0.684962592330138f,-0.3031934861350918f,-0.37310463514667913f,0.7264501339156967f,-0.0027529276005946388f,1.335227317099262f,0.6086173518314654f,0.3142709826752245f,0.4447056475270441f,-0.3299184820515014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4343616932035616f,0.03332728671038747f,-0.6709837639152373f,-0.3031934861350918f,-0.06534201326514635f,0.7973224873704992f,-0.002696745404664136f,1.335227317099262f,0.6686257105285383f,0.05626849112819518f,0.43563002206730855f,-0.3299184820515014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4189858846651902f,0.20505827150555886f,-0.67033303527644f,-0.30454738675656134f,0.03492393265595637f,0.7860805161197534f,0.21863710926827706f,1.3147386510785664f,0.7001254114968364f,0.08350432269349195f,-0.41206295721931996f,-0.25062834755433394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4560635622150893f,0.028516098181155553f,-0.6566527692503902f,-0.30454738675656134f,-0.26307377970454326f,0.7245144589414703f,0.21417512744647552f,1.3147386510785664f,0.6023273309851123f,0.3380319969015823f,-0.40365350911280323f,-0.25062834755433394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.483890267013557f,-0.4330602041641075f,-0.22789204688136153f,0.4750693823442297f,0.1207775029987662f,0.3810367821264634f,-1.5105065426657682f,1.2789954160763806f,0.47422433534332464f,-1.4521281211504897f,-0.3283922190493104f,-0.27999329039082427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5996118091015366f,0.15875843591096875f,0.7843860257635176f,0.3487765335452706f,0.07237592502777558f,0.9653522848443227f,-0.25071236830722854f,1.2971019866927798f,-0.7970115456267598f,0.2071007609183233f,0.5673463412807869f,-0.04649433795205568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9403227051414202f,0.15875843591096875f,0.30098001465649643f,0.004099080533359661f,-0.08389307810019779f,0.9653522848443227f,-0.24709698013678705f,1.3286501457771251f,-0.3297804749259667f,0.2071007609183233f,0.9210614057622085f,0.08274403741923564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.433922606551321f,0.6660409161803506f,-0.6067130042263369f,0.27092303356585f,0.7753503591854037f,-0.06690295139395558f,-0.6279775597948094f,1.2729039097727939f,-0.45884963989827093f,-0.7429088053512474f,-0.4873843605377689f,-0.6924880899844446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6885010935586109f,0.2194179775928584f,-0.6912466963954744f,0.044973177032217225f,0.635718137665509f,0.6413152121989091f,-0.4296245431133625f,1.4750846963897497f,0.34903967340646874f,-0.735235030253135f,-0.5810342130003859f,-0.553812497393752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.016039207533952472f,-0.5339120022585947f,-0.8453879095810994f,0.25822181993976656f,-0.2257395683208272f,0.8256003792070302f,-0.5171321505645673f,1.0834305330976646f,0.9740556406674157f,0.1825431118870997f,-0.13376704073337517f,-0.17913562323217963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.014314896055524409f,-0.15069389962812735f,-0.9884768243948805f,0.22378873360702473f,-0.23675702192672862f,0.9609767308548943f,-0.1430728322352858f,1.2627194649314868f,0.971463430253196f,0.23198075646550428f,-0.0494341209124463f,-0.13594819465060037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.016529992411300584f,-0.35664052387024336f,-0.9340954427061728f,0.20546455382933104f,-0.25014944854088694f,0.9059884011420442f,-0.3414824598581494f,1.1607801192195701f,0.9680661200277452f,0.22801875740745736f,-0.10418941176907878f,-0.48541086323095267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.016529992411300584f,0.15818796766246507f,-0.9872706448779389f,0.22895435623555616f,-0.25014944854088694f,0.9553502008521314f,0.15726171538706477f,1.340891167600514f,0.9680661200277452f,0.2495647423387586f,0.02377870130634907f,-0.43846885715927075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8657875882654643f,0.08876414613393055f,-0.4924761703540438f,0.3688899170988606f,-0.10507287888468045f,0.9299561067221249f,0.35233695476505555f,2.0092400011516593f,0.48925611097701793f,0.35679485132403727f,-0.795817750455657f,-0.1802274883702486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8657875882654643f,0.08876414613393055f,-0.4924761703540438f,0.34409179242138255f,-0.10507287888468045f,0.9299561067221249f,0.35233695476505555f,1.9299673102787933f,0.48925611097701793f,0.35679485132403727f,-0.795817750455657f,-0.3177818630526092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8657875882654643f,0.08876414613393055f,-0.4924761703540438f,-0.13976029100709975f,-0.10507287888468045f,0.9299561067221249f,0.35233695476505555f,1.9475096848069096f,0.48925611097701793f,0.35679485132403727f,-0.795817750455657f,0.10721047682874946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8657875882654643f,0.08876414613393055f,-0.4924761703540438f,-0.2294924848044876f,-0.10507287888468045f,0.9299561067221249f,0.35233695476505555f,1.8603565280176926f,0.48925611097701793f,0.35679485132403727f,-0.795817750455657f,0.006350310469665166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8412423125801564f,0.22311350610579184f,-0.49247511096295143f,0.28230467737155707f,0.04169776980216791f,0.9349415514314527f,0.35234300248546574f,2.105889986738799f,0.5390479269214528f,0.2758707284220789f,-0.7958157284708288f,-0.11134207351507726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8657878657216207f,0.08876731747230922f,-0.49247511096295143f,0.1834734339319723f,-0.10507268037964154f,0.9299538377991481f,0.35234300248546574f,2.1031586895600474f,0.48925566262133197f,0.3567999760529779f,-0.7958157284708288f,-0.05139154423545472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8185950102605082f,0.2955867346909621f,-0.49247405155128066f,0.16375091055798557f,0.12302426624015368f,0.9277473668760604f,0.35234905019115303f,2.0967947164429286f,0.5610412097989509f,0.22784491552209546f,-0.7958137064527471f,-0.04200524738163446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8698714430462606f,0.028159920477214745f,-0.49247405155128066f,0.18983958148316948f,-0.16968667278118382f,0.9203567677318635f,0.35234905019115303f,2.109153717183919f,0.4631739475111568f,0.3900646599845638f,-0.7958137064527471f,-0.052677734207190435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8547567000180304f,0.1638910989741467f,-0.49247405155128066f,0.2337776339796126f,-0.023622029654067497f,0.93557049255757f,0.35234905019115303f,2.2236368396872455f,0.5184910640399787f,0.3128059480454806f,-0.7958137064527471f,-0.06844817288080081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8547567000180304f,0.1638879155286188f,-0.49247511096295143f,0.19690285298567342f,-0.023622029654067497f,0.9355727701865574f,0.35234300248546574f,2.01313296639527f,0.5184910640399787f,0.3128008037539785f,-0.7958157284708288f,-0.13882835372544586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.869014078076997f,-0.0477677060094134f,-0.4924761703540438f,-0.055765386095293225f,-0.24925644345313538f,0.9020697842761283f,0.35233695476505555f,2.0648619298527984f,0.4274175446809369f,0.4289386326254809f,-0.795817750455657f,0.0797004640986082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8657875882654644f,0.08876414613393055f,-0.4924761703540438f,0.04485487789535144f,-0.10507287888468046f,0.9299561067221249f,0.35233695476505555f,2.086336274297495f,0.48925611097701793f,0.35679485132403727f,-0.795817750455657f,0.026941051382738224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8615444852529511f,-0.123322358637646f,-0.49247608651616304f,0.063809703380653f,-0.3269281531985274f,0.8769107563922411f,0.35234288409131703f,2.0846662076625524f,0.3884058220166474f,0.4645633661661615f,-0.7958151771862217f,0.014470842123968278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8574862013834078f,0.14894535456595706f,-0.49247608651616304f,0.03949664396779993f,-0.0399468241844077f,0.9350180443541143f,0.35234288409131703f,2.0909084354805927f,0.5129538631052835f,0.3218020169070242f,-0.7958151771862217f,0.03228025982513846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8702293101893591f,0.012971194897811471f,-0.49247608651616304f,-0.01662624150617912f,-0.18572406006224207f,0.917257360583282f,0.35234288409131703f,2.193248165262978f,0.4562976234886052f,0.39808376324426203f,-0.7958151771862217f,0.07305336328063951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8702293101893591f,0.012968011442282323f,-0.4924761703540438f,-0.019544044080692637f,-0.18572406006224207f,0.9172596381727932f,0.35233695476505555f,1.9868647466741f,0.4562976234886052f,0.39807861894147123f,-0.795817750455657f,-0.016514325981191375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8657875882654643f,0.08876414613393055f,-0.4924761703540438f,0.05857765988241485f,-0.10507287888468045f,0.9299561067221249f,0.35233695476505555f,1.5123858220031878f,0.48925611097701793f,0.35679485132403727f,-0.795817750455657f,-0.2356593964551485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.016529992411300584f,0.15818796766246507f,-0.9872706448779389f,-0.0007428279910095527f,-0.25014944854088694f,0.9553502008521314f,0.15726171538706477f,1.1541294966836386f,0.9680661200277452f,0.2495647423387586f,0.02377870130634907f,-0.329246174832183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.0376315982528956f,-0.37555020661037114f,-0.9260377449801063f,0.1611359808225633f,-0.1394304221263511f,0.9196024740596785f,-0.3672743485311569f,0.5044003884471853f,0.9895165588299168f,0.11529671295499203f,-0.08696923469350508f,-0.5110193057845762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.0376315982528956f,-0.35377140318190803f,-0.9345745861640133f,0.04035269681769927f,-0.1394304221263511f,0.9279473641246626f,-0.34564844394233646f,0.8241217405100365f,0.9895165588299168f,0.11730082567823175f,-0.0842466384884577f,-0.47056155426505286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.003727373785345503f,0.6684871160866037f,-0.7437143822132797f,0.2801282831134867f,0.14238917299343215f,0.735786703111752f,0.6620749587004368f,0.7244549228263268f,0.9898037331203147f,-0.10836467667166388f,-0.09244277554755144f,-0.2031830876552087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.003727373785345503f,-0.9805488540933726f,-0.1962397804239462f,-0.02243357789219028f,0.14238917299343215f,0.19476198735489963f,-0.9704602473547366f,0.8566541655846789f,0.9898037331203147f,-0.024325151957268483f,0.1403454911400613f,-0.22106135897853055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.18526255445716555f,-0.4368593496569244f,-0.8802452468109868f,0.0016865566262707936f,-0.0825968691114511f,0.8995042871307048f,-0.42903355888143346f,1.0483851187213291f,0.9792116947468468f,-0.006778351629399094f,-0.20272767650273277f,-0.33486817493743876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.01938097694419927f,-0.6237727093426352f,-0.7813654617475979f,-0.018740249992935738f,-0.161553639935347f,0.7692885630580131f,-0.6181387612597821f,1.0384609754471852f,0.9866736031516852f,0.1382125675453793f,-0.08586318778257244f,-0.3394052529195551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.12148778577089399f,-0.5021994798961469f,-0.856175449484815f,0.0016865566262707936f,-0.1948980944860213f,0.8578423864472358f,-0.47552200031147795f,1.0483851187213291f,0.9732704920391883f,0.10909684874711542f,-0.20209509375352427f,-0.33486817493743876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.04267784685044613f,0.0417325514098184f,-0.9982169080620891f,0.008000924676352942f,0.03307924360095108f,0.9986384624056612f,0.0403359027027539f,1.0594545029312f,0.9985411183476618f,-0.03129881079025138f,-0.04400022059168841f,-0.3277107851693438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.050704093524475996f,-0.040767140879847494f,-0.9978813231664095f,0.00851564927833207f,-0.19492102443874718f,0.980355527596737f,-0.030146869526916434f,1.0660286938245043f,0.9795074727288255f,0.19297948008792612f,-0.05765441122224057f,-0.33359636693179634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.046019863721266645f,0.036336072595393745f,-0.9982794508410051f,0.00874274973205328f,-0.05408897493684297f,0.9977815679918347f,0.038811407679155405f,1.0722648286244532f,0.9974750898811248f,0.055782007888729744f,-0.04395239086266043f,-0.33324772938249175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05481154666246571f,-0.12789422683292848f,-0.9902720641799788f,0.003732498221420552f,0.037378925307665824f,0.9908049763739083f,-0.13003197581957632f,1.072881070038167f,0.9977968281645881f,-0.044142559231498804f,-0.04952700444385202f,-0.13883967425537708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.029337545725249055f,-0.329404955209606f,-0.943732845615843f,-0.010018154014656794f,-0.2164109911139743f,0.9238390354395305f,-0.3157336211479945f,1.1026649496992216f,0.9758614611387656f,0.1949713109191081f,-0.09839002277974235f,-0.5267052550935535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.046019863721266645f,-0.1861637152725013f,-0.9814403921069356f,0.02196570573759933f,-0.05408897493684297f,0.9815043932998582f,-0.1836396164321815f,0.9367510075176668f,0.9974750898811248f,0.044634034648642705f,-0.05523810295100788f,-0.33215375222857924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.046019863721266645f,-0.09991713979489428f,-0.9939309519872515f,4.028302481451899e-17f,-0.05408897493684297f,0.993774719927116f,-0.09739706784120222f,1.1592201166180758f,0.9974750898811248f,0.04927850656208783f,-0.05113779285081289f,-0.32893586005830905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.834178879472251f,0.14273714224843334f,0.5327022669983391f,0.3383063581462855f,0f,0.9659258262890683f,-0.2588190451025207f,1.1310951166180758f,-0.5514939682738328f,0.21590138102969875f,0.8057549234271232f,-0.2788363610001093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.834178879472251f,0.14273714224843334f,0.5327022669983391f,0.41651062809680905f,0f,0.9659258262890683f,-0.2588190451025207f,1.1310951166180758f,-0.5514939682738328f,0.21590138102969875f,0.8057549234271232f,-0.3305389205257811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.834178879472251f,0.14273714224843334f,0.5327022669983391f,0.2975031530717964f,0f,0.9659258262890683f,-0.2588190451025207f,1.169917973383454f,-0.5514939682738328f,0.21590138102969875f,0.8057549234271232f,-0.4255508792770137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.13318586106882144f,-0.8358400140418595f,-0.5325720583525396f,-0.35540658473087416f,-0.5558891136465374f,0.5078763245314702f,-0.6580645350645119f,2.546480101272557f,0.8205174097730188f,0.2084061177290846f,-0.5322763101552306f,-1.040729746230081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5133445855724739f,-0.8358400140418595f,-0.19454769952361126f,-0.37925214754491465f,0.5885479708285595f,0.5078763245314702f,-0.629025377082666f,2.5444315652791096f,0.624570750593566f,0.2084061177290846f,0.7526475055403299f,-1.1313733071396415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.25435267001643214f,-0.8358400140418595f,-0.4864937719868737f,-0.29435530033986335f,0.021851050596769478f,0.5078763245314702f,-0.8611528148756308f,2.674628755507178f,0.9668646497019786f,0.2084061177290846f,0.1474436816203446f,-1.108168078927913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-7.201145319615037e-7f,0f,-0.00001560839710094723f,0.6864368371370745f,0f,0.000015625f,0f,1.3253426166180757f,0.00001560839710094723f,0f,-7.201145319615037e-7f,-0.2900409898631333f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..ea239d4b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5279077022215941f,-0.0712148187194628f,-0.6190204778311579f,-0.11649165234578068f,-0.16002562095651943f,0.7995983760006714f,0.044482380545714025f,1.2665844067820133f,0.6022040376957309f,0.15005109508526548f,-0.5308289840345152f,-0.3563009418907598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5044661411269379f,0.1334474625616791f,-0.6063874068550118f,-0.11649165234578068f,0.15492113158760917f,0.7836457740835399f,0.04357457686110762f,1.2665844067820133f,0.6012598069421498f,-0.08995040576261534f,-0.5199957394623822f,-0.3563009418907598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7986472654603689f,0.1626926134757131f,-0.05136247012714168f,-0.1752868954417568f,0.16002562095651943f,0.7995983760006714f,0.044482380545714025f,1.2665844067820133f,0.05915057442324355f,0.033436433152708764f,-0.8138351546399731f,-0.32698854539042677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7837847804084336f,-0.15215089088756154f,-0.050314256451077566f,-0.1752868954417568f,-0.15492113158760917f,0.7836457740835399f,0.04357457686110762f,1.2665844067820133f,0.04099830469322043f,0.05243478962607968f,-0.7972262739330349f,-0.32698854539042677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.11983726268758245f,1.0716817949248132f,1.1307269391406034f,-0.7547752645223736f,1.5340499554554858f,0.2788439745466099f,-0.10170064909365997f,0.9614936016888983f,-0.2715437619216644f,1.1023386132608166f,-1.0735547573718118f,0.246907863164733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5813326150882596f,-0.5229621302619865f,-0.6233482180503047f,-0.5213263723252657f,-0.6004307305548766f,0.7927383765268317f,-0.10511329215156649f,1.2106021600206587f,0.5491223255705258f,0.3131716409470186f,-0.7748472074329036f,0.22825617846069052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7322891893599399f,-0.5229621302619865f,-0.43619164762568163f,-0.2554310880393575f,-0.6058955665003612f,0.7927383765268317f,0.06675648939848262f,1.4368596957262865f,0.3108747426887045f,0.3131716409470186f,-0.8973741792946704f,0.1075138232243258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3420657262117827f,0.9395182842497747f,0.017217215557844445f,0.46758443425524887f,0.49350877003808347f,-0.16402728582241405f,-0.8541335629755049f,1.2325529140692932f,-0.7996500064695206f,0.30066666437450573f,-0.5197686255317882f,0.029825111806522114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5079596114062624f,0.8518968790114784f,0.12747054840433342f,0.2786123474863642f,0.6081410096029287f,0.45947750027569045f,-0.6473368050555554f,1.4320466967588898f,-0.6100340528356839f,-0.25130088394374117f,-0.7514694405695846f,-0.15905222077095435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,-0.2502170731933674f,-0.3694103307730292f,-0.02291713597365619f,0f,0.8279484896203699f,-0.5608041534576472f,1.1145095519972275f,0.4461754993265473f,-0.5018891459454897f,-0.7409687638374594f,0.2552131299952349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,-0.08980321927688471f,-0.43704457210541076f,-0.04248676816373088f,0f,0.9795351218636643f,-0.20127330929742396f,1.2969144291635557f,0.4461754993265473f,-0.18012863970797152f,-0.8766305361768215f,0.2159600691988851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,-0.19985870760300542f,-0.39890985597569556f,0.2350226283777993f,0f,0.8940649062483397f,-0.4479374324781843f,1.1093728267400476f,0.4461754993265473f,-0.400879583429244f,-0.8001393524819922f,0.07219552318152175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,0.026372210036118934f,-0.44539542289644674f,0.23718369636646883f,0f,0.9982516376823067f,0.05910725729208546f,1.2969144291635557f,0.4461754993265473f,0.05289777313274743f,-0.8933807975316586f,0.07653022565933905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9869276806455862f,-0.05783400828420999f,-0.15042932114885565f,0.27695561852385464f,-0.06342792478386222f,0.9974520602529153f,0.03265403274983654f,2.021902851817591f,0.14815752270180665f,0.04176858847263827f,-0.9880813395079712f,-0.02314379785349823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9869276806455862f,-0.05783400828420999f,-0.15042932114885565f,0.30709190872588515f,-0.06342792478386222f,0.9974520602529153f,0.03265403274983654f,1.9026612070356683f,0.14815752270180665f,0.04176858847263827f,-0.9880813395079712f,-0.12655340409276805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9869276806455862f,-0.05783400828420999f,-0.15042932114885565f,-0.3028643938554273f,-0.06342792478386222f,0.9974520602529153f,0.03265403274983654f,1.9846389460070717f,0.14815752270180665f,0.04176858847263827f,-0.9880813395079712f,0.06389874673381317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9869276806455862f,-0.05783400828420999f,-0.15042932114885565f,-0.3467476797018157f,-0.06342792478386222f,0.9974520602529153f,0.03265403274983654f,1.8606402068663597f,0.14815752270180665f,0.04176858847263827f,-0.9880813395079712f,-0.028399045302821137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9838241953313197f,0.0972675280829913f,-0.15042932114885565f,0.17026593199994638f,0.09338885767177485f,0.9950940836965786f,0.03265403274983654f,2.122869455939631f,0.15286750453723658f,0.018077405031998308f,-0.9880813395079712f,-0.025703077119153227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9869276806455863f,-0.057834008284209995f,-0.15042932114885565f,0.05600383985661376f,-0.06342792478386221f,0.9974520602529152f,0.03265403274983654f,2.125615215855498f,0.14815752270180665f,0.04176858847263827f,-0.9880813395079712f,-0.008216633040582455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9716030235881369f,0.18264332424998422f,-0.15042932114885565f,0.034209171772563954f,0.1797616488418424f,0.9831680750262565f,0.03265403274983654f,2.1198897804356887f,0.153861347193025f,0.004685334148209902f,-0.9880813395079712f,-0.00508774228510861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9804892779379505f,-0.12653772238906105f,-0.15042932114885565f,0.06235768467805105f,-0.13285215599902125f,0.9905978087960746f,0.03265403274983654f,2.131711699912587f,0.14488298897775534f,0.052001788632744066f,-0.9880813395079712f,-0.008982490812465667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.988212688807201f,0.028402482622765582f,-0.15042932114885565f,0.10862984204311309f,0.023747112785879168f,0.9991845619201226f,0.03265403274983654f,2.240867699120467f,0.15123411094980127f,0.02869686744848926f,-0.9880813395079712f,-0.04404671504404225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.988212688807201f,0.028402482622765582f,-0.15042932114885565f,0.10223928345299084f,0.023747112785879168f,0.9991845619201226f,0.03265403274983654f,2.0160511726884396f,0.15123411094980127f,0.02869686744848926f,-0.9880813395079712f,-0.05050351021995232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9657297310371744f,-0.2115114794273849f,-0.15042932114885565f,-0.21510618142597462f,-0.218682901226107f,0.9752494567322277f,0.03265403274983654f,2.0981023388513886f,0.13979941095083115f,0.06443129064308428f,-0.9880813395079712f,0.03214896083989523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9869276806455863f,-0.05783400828421001f,-0.15042932114885565f,-0.10200972015813656f,-0.06342792478386222f,0.9974520602529153f,0.03265403274983654f,2.11545999131778f,0.14815752270180668f,0.04176858847263828f,-0.9880813395079712f,0.0155043528676907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.943620397759651f,-0.2948755063931433f,-0.15042932114885565f,-0.07971540267903887f,-0.3028493375305161f,0.9524788674309265f,0.03265403274983654f,2.1125680693508166f,0.13365187499337886f,0.07637043162695364f,-0.9880813395079712f,0.012014607822820236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9885578708987405f,0.01115146729554753f,-0.15042932114885565f,-0.10902073206049928f,0.0063053209050910886f,0.9994468255357344f,0.03265403274983654f,2.120697541996417f,0.1507102478679969f,0.03133189594805762f,-0.9880813395079712f,0.016744826564965933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9781315569110319f,-0.14363034746701375f,-0.15042932114885565f,-0.17680946488848376f,-0.1501202375471703f,0.9881283461291624f,0.03265403274983654f,2.2225230693715354f,0.14395336624609317f,0.05452242531794724f,-0.9880813395079712f,-0.0011965838479625485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9781315569110319f,-0.14363034746701375f,-0.15042932114885565f,-0.14449263670840573f,-0.1501202375471703f,0.9881283461291624f,0.03265403274983654f,2.0001941914924743f,0.14395336624609317f,0.05452242531794724f,-0.9880813395079712f,-0.013464129544500658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9869276806455862f,-0.05783400828420999f,-0.15042932114885565f,0.013214168903851919f,-0.06342792478386222f,0.9974520602529153f,0.03265403274983654f,1.4959080626874053f,0.14815752270180665f,0.04176858847263827f,-0.9880813395079712f,-0.02251267961482951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,0.026372210036118934f,-0.44539542289644674f,0.0033245901403073192f,0f,0.9982516376823067f,0.05910725729208546f,1.1215636985565403f,0.4461754993265473f,0.05289777313274743f,-0.8933807975316586f,-0.0423493445396098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8564295533965729f,-0.34240661776729203f,-0.3863756309320114f,0.281090975887516f,-0.1661089659365766f,0.8913708103275664f,-0.4217414965727928f,0.8112425351026455f,0.4888110386482978f,-0.2970114250414305f,-0.8202731142067443f,0.191872339617917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8564295533965729f,-0.5139894132189136f,0.048407676744740336f,0.1259325200507605f,-0.1661089659365766f,0.18556463771564535f,-0.9684903596138387f,0.8212368263284844f,0.4888110386482978f,-0.837484715280427f,-0.2443012897371484f,-0.0765793426927937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8877525689077551f,-0.04405124531472063f,-0.4582083196362804f,0.01857423818694602f,0.11382701527371293f,0.9434902768054394f,-0.3112386675326075f,0.6415532171472277f,0.44602554522309523f,-0.3284594120432803f,-0.8325716952002531f,0.3141789288518669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8877525689077551f,-0.3109036852348058f,-0.3394617429182532f,-0.10551709599928129f,0.11382701527371293f,0.5662781491158477f,-0.8163164021553209f,0.8284593401621779f,0.44602554522309523f,-0.7633269000509194f,-0.4673256430660468f,0.019493191162909464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.932484743575304f,-0.15069980886247542f,-0.32827087992710036f,0.0058675434692450085f,0.049281731707466345f,0.8472332832332868f,-0.5289301227020998f,1.0147668323775934f,0.35783168378332947f,-0.509397027269063f,-0.7826053633155274f,-0.037248650737418815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8480171741897953f,-0.42351259949985903f,-0.31859684609868044f,0.006712486341395269f,-0.11911952184371752f,0.7380981302426564f,-0.6640946390748979f,0.9772796920859955f,0.516408183315174f,-0.5252125552546956f,-0.6763685090303619f,-0.04077505243294549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9039153525425567f,-0.27812434855134804f,-0.324936735659041f,0.0058675434692450085f,-0.060207861988939564f,0.8348861269697196f,-0.5471198848042557f,1.0147668323775934f,0.42345253428523255f,-0.47498631742018577f,-0.7714116601860672f,-0.037248650737418815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8946358015352699f,0.048583004017354166f,-0.4441469062506175f,0.005738858120739373f,0.10106598489587176f,0.9903095913539081f,-0.09525009170327782f,1.0342531849139303f,0.4352154056422778f,-0.13010228665594298f,-0.8908765041791832f,-0.03150336651491614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8850274237159603f,-0.15226286153571736f,-0.4399346318120966f,0.008033582375184081f,-0.10817451661311366f,0.9863961480343509f,-0.12377767609110227f,1.036652938583664f,0.45279656936223495f,-0.06195692164681518f,-0.8894586031029442f,-0.03290397751943122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,-0.04249825722660939f,-0.4441469062506175f,0.007919747757612805f,0f,0.9954533741117748f,-0.09525009170327782f,1.0393193315500349f,0.4461754993265473f,-0.08524363965823946f,-0.8908765041791832f,-0.03313230869708722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.899400400214973f,0.0077861316066787836f,-0.437056399389998f,-0.16437914100293383f,0.11378415006299225f,0.969544487599808f,-0.2168793530036182f,1.051491817161965f,0.4220569716135352f,-0.2447914678240013f,-0.8728946385406329f,0.05551417062564891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8724020275616369f,-0.27997097159282247f,-0.4006631470096993f,0.1732279700601127f,-0.14181370235437962f,0.9294261858378928f,-0.3406696917886448f,1.0549424395449405f,0.467764445133326f,-0.24038140557080906f,-0.8505370090271873f,-0.13580077130594181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,-0.12824518929558015f,-0.4273473383815964f,0.013231879982077713f,0f,0.9578009976491987f,-0.2874321640008295f,0.9062082930652672f,0.4461754993265473f,-0.25723611784650413f,-0.8571796798081284f,-0.004967228416063119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8949454864966391f,-0.09051140294414638f,-0.43689845746623573f,6.002956185106223e-18f,0f,0.9792076394281751f,-0.20286054048409954f,1.125f,0.4461754993265473f,-0.18154912509451362f,-0.8763374572492737f,-0.04901785714285715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.878805215258198f,-0.12350344584255239f,-0.4609211347942369f,0.12026506257916508f,0f,0.9659258262890683f,-0.2588190451025207f,1.1613392857142857f,0.4771806719000585f,0.22745152664424206f,0.8488606536954175f,0.2874911412648048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.878805215258198f,-0.12350344584255239f,-0.4609211347942369f,0.20265305150962115f,0f,0.9659258262890683f,-0.2588190451025207f,1.1613392857142857f,0.4771806719000585f,0.22745152664424206f,0.8488606536954175f,0.33222682925543523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.878805215258198f,-0.12350344584255239f,-0.4609211347942369f,0.23059722726352866f,0f,0.9659258262890683f,-0.2588190451025207f,1.2001621424796638f,0.4771806719000585f,0.22745152664424206f,0.8488606536954175f,0.18252988720580737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5067227993027092f,-0.2696685963673465f,-0.8188472707410652f,-0.04896835305697436f,-0.3751846413048736f,0.9241363656552299f,-0.07216967924604054f,2.0587752132787824f,0.7761884369119133f,0.270648897664129f,-0.5694564817415219f,-0.926908573211616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2091907527321515f,-0.2696685963673465f,-0.9399564229817363f,-0.033910402584849536f,-0.21812815661664886f,0.9241363656552299f,-0.31367512646776086f,2.0888024820337177f,0.9532362436785428f,0.270648897664129f,0.13449846813556385f,-1.0144339053086604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.16061813836933125f,-0.2696685963673465f,-0.9494633546167199f,0.10098012537159606f,-0.3202908667193105f,0.9241363656552299f,-0.20829243473956494f,2.105032712867185f,0.9336035423684739f,0.270648897664129f,-0.23480545110842005f,-0.9354504215938753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013983523226509987f,0f,-0.000006971492176977303f,0.3002863867382118f,0f,0.000015625f,0f,1.2911225f,0.000006971492176977303f,0f,-0.000013983523226509987f,0.5694774364899716f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4.mcfunction new file mode 100644 index 000000000..e1decd3a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40.mcfunction new file mode 100644 index 000000000..5b6f95fa0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..60d0a45e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4257405534256584f,0.20901356080162303f,-0.6648328790111728f,-0.3037805667919868f,-0.37736491388312815f,0.7241160750004316f,-0.014002719035707009f,1.3304444301491474f,0.5859054082215298f,0.3145054622283053f,0.47407342394376706f,-0.31926597227963793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46365943868905307f,0.02956358650773458f,-0.6512648610721693f,-0.3037805667919868f,-0.07007264837153096f,0.7968071719388657f,-0.013716949259468092f,1.3304444301491474f,0.6481587373975236f,0.06499480825101916f,0.46439845610818004f,-0.31926597227963793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3944726116787912f,0.20350017904042975f,-0.6855096499760386f,-0.3018689530432419f,0.02467193804504517f,0.7863053625470444f,0.21922503677113836f,1.3088820021788006f,0.7146517323514016f,0.08518214839224565f,-0.3859551107147907f,-0.23975440957191185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4332943533731363f,0.036295363852970844f,-0.6715196571193848f,-0.3018689530432419f,-0.2724363785528576f,0.7208747487627019f,0.21475105642887024f,1.3088820021788006f,0.6148450398075598f,0.3449960045552589f,-0.378078475802244f,-0.23975440957191185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4213032533450873f,-0.6064949969221057f,-0.23122960610424972f,0.45473569496717053f,0.07339488131538612f,0.40288867590479616f,-1.5078793573175482f,1.2864620556578135f,0.6449158886454671f,-1.3824799396505307f,-0.337992548788421f,-0.32278949639128435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5195885163290674f,0.16035575310063283f,0.8392340592150008f,0.35105901055090794f,0.10047722271779226f,0.9639475342471354f,-0.2463929360468504f,1.2984102346014188f,-0.8484881268549831f,0.21234684755464825f,0.48474396842016015f,-0.07786599194671875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9095017499443271f,0.16035575310063283f,0.3835265301067657f,0.01838914002377444f,-0.060706154548336194f,0.9639475342471354f,-0.25907511269672673f,1.3213003759281028f,-0.41124363782089146f,0.21234684755464825f,0.8864465503827305f,0.08121634302013014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4567675907467341f,0.6367547573752792f,-0.6212139301427274f,0.25566760374642244f,0.7776013931481904f,-0.05339407671321811f,-0.6264863493691915f,1.276481463921123f,-0.43208730763286407f,-0.7692154779591296f,-0.47075270264831226f,-0.704535697129572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6784599222145737f,0.18608075798134305f,-0.7106800162222684f,0.034004313211735325f,0.6266413617910257f,0.6514882201467396f,-0.42764904150801347f,1.4753994636178944f,0.38342240106869563f,-0.7354842285998539f,-0.5586145467490031f,-0.5546746176226827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0243158095332047f,-0.5276611842080878f,-0.8491068343187819f,0.26341819721527415f,-0.21772350962618411f,0.8261749249680689f,-0.51964552024439f,1.0802087598054912f,0.9757075457137768f,0.1975061215105097f,-0.0947951328026601f,-0.19150367537509802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02725818486244202f,-0.1425067354842655f,-0.989418425995606f,0.23051431914950188f,-0.23756674975766823f,0.9605049399835701f,-0.14488719638648578f,1.259397891074995f,0.9709886872500536f,0.23900228159742792f,-0.0076732407522118115f,-0.1467387053302816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023197622414732506f,-0.35341667375730446f,-0.9351783386203011f,0.19914603704322875f,-0.2616622017546118f,0.9006749902690935f,-0.3468680643655414f,1.1614599255676505f,0.9648806985774108f,0.2527473375014889f,-0.07158226664947231f,-0.4964181989955286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.023197622414732506f,0.16152135171532767f,-0.986596535192759f,0.22326506214489797f,-0.2616622017546118f,0.9534414543091078f,0.14994093963245203f,1.341167329123311f,0.9648806985774108f,0.2546767483399049f,0.0643816073718298f,-0.4482639236357225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8565587917177072f,0.09989103536663312f,-0.5062892625609233f,0.3734268558807475f,-0.10713356253866571f,0.9252906359009511f,0.3638126425672804f,2.0038730708102217f,0.5048063352503367f,0.36586748990228146f,-0.7818641465905241f,-0.18169293279904802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8565587917177072f,0.09989103536663312f,-0.5062892625609233f,0.3455968127842458f,-0.10713356253866571f,0.9252906359009511f,0.3638126425672804f,1.9263366851584853f,0.5048063352503367f,0.36586748990228146f,-0.7818641465905241f,-0.31965637035158245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8565587917177072f,0.09989103536663312f,-0.5062892625609233f,-0.12980143425340557f,-0.10713356253866571f,0.9252906359009511f,0.3638126425672804f,1.9409321028187556f,0.5048063352503367f,0.36586748990228146f,-0.7818641465905241f,0.11488078916052485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8565587917177072f,0.09989103536663312f,-0.5062892625609233f,-0.2218733867287353f,-0.10713356253866571f,0.9252906359009511f,0.3638126425672804f,1.8553606999766192f,0.5048063352503367f,0.36586748990228146f,-0.7818641465905241f,0.014777826751765533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8303867309339442f,0.23265652731946615f,-0.5062892625609233f,0.2886363328297986f,0.038932775028040184f,0.9306581542848203f,0.3638126425672804f,2.1000733785543026f,0.5558256166437933f,0.2823939449754868f,-0.7818641465905241f,-0.11000219239586245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8565587917177071f,0.09989103536663313f,-0.5062892625609233f,0.19098023835267958f,-0.10713356253866571f,0.9252906359009512f,0.3638126425672804f,2.0970577057690085f,0.5048063352503367f,0.3658674899022815f,-0.7818641465905241f,-0.04816908189567784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8069495062785133f,0.3041441712944372f,-0.5062892625609233f,0.17141623015968102f,0.11989682674579052f,0.9237235041095916f,0.3638126425672804f,2.0906677547618067f,0.5783227863859018f,0.2328759563010272f,-0.7818641465905241f,-0.03847391637105439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8614403039374032f,0.03989718496022998f,-0.5062892625609233f,0.1973474770217431f,-0.17141760251374524f,0.9155634148744981f,0.3638126425672804f,2.103040133426846f,0.478055026435947f,0.4001897649560735f,-0.7818641465905241f,-0.04950842167703321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8445932495318401f,0.17416493751832837f,-0.5062892625609233f,0.2414852131319799f,-0.02608149435929888f,0.9311069308947273f,0.3638126425672804f,2.217512421456713f,0.5347728475691643f,0.32047848255232164f,-0.7818641465905241f,-0.0647924020329583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8445932495318401f,0.17416493751832837f,-0.5062892625609233f,0.20229810219035607f,-0.02608149435929888f,0.9311069308947273f,0.3638126425672804f,2.0080133620053995f,0.5347728475691643f,0.32047848255232164f,-0.7818641465905241f,-0.13690006060723056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8616395322937325f,-0.03533410539626599f,-0.5062892625609233f,-0.04582978693885494f,-0.2505619162397605f,0.8971393911976399f,0.3638126425672804f,2.0582402349268314f,0.4413570465268424f,0.4403321629830985f,-0.7818641465905241f,0.0871128425770765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8565587917177072f,0.09989103536663312f,-0.5062892625609233f,0.05383958793266925f,-0.1071335625386657f,0.9252906359009512f,0.3638126425672804f,2.0799049235076743f,0.5048063352503367f,0.36586748990228146f,-0.7818641465905241f,0.032653705543749495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8552811635371321f,-0.11029648187538019f,-0.5062892625609233f,0.07254060051335662f,-0.32779930248976963f,0.8718875950461924f,0.3638126425672804f,2.078300946371431f,0.4013000729949975f,0.47712336736999283f,-0.7818641465905241f,0.01979767540986354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8475042111657513f,0.15939822668974182f,-0.5062892625609233f,0.04860740979407971f,-0.04232757861592587f,0.9305099339591842f,0.3638126425672804f,2.0844365612629496f,0.5290982783423421f,0.32976274521455706f,-0.7818641465905241f,0.03815039283529379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8620054042942632f,0.024856902119941543f,-0.5062892625609233f,-0.0062487927620839f,-0.18737027961809957f,0.9124323204622071f,0.3638126425672804f,2.186527243474729f,0.470997941909855f,0.40847202473725447f,-0.7818641465905241f,0.08120772877123572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8620054042942632f,0.024856902119941543f,-0.5062892625609233f,-0.011841595739070739f,-0.18737027961809957f,0.9124323204622071f,0.3638126425672804f,1.981229971370733f,0.470997941909855f,0.40847202473725447f,-0.7818641465905241f,-0.010698476794646389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8565587917177072f,0.09989103536663312f,-0.5062892625609233f,0.05985563705527203f,-0.10713356253866571f,0.9252906359009511f,0.3638126425672804f,1.509041070708601f,0.5048063352503367f,0.36586748990228146f,-0.7818641465905241f,-0.23687310269490391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.023197622414732506f,0.16152135171532767f,-0.986596535192759f,-0.0007148698379758407f,-0.2616622017546118f,0.9534414543091078f,0.14994093963245203f,1.1515005253426858f,0.9648806985774108f,0.2546767483399049f,0.0643816073718298f,-0.33237688332236826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.006216616901019909f,-0.3920171182204582f,-0.9199369177810147f,0.16085694555125069f,-0.1404854891648449f,0.9111732871514866f,-0.38733327783146754f,0.5033716832565333f,0.9900632207129099f,0.12682988529397105f,-0.06073713187085772f,-0.5196385152616899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.006216616901019909f,-0.35959701067877087f,-0.9330869967935456f,0.03841991988919067f,-0.1404854891648449f,0.9241648848872615f,-0.35522259623428953f,0.8219180889391187f,0.9900632207129099f,0.12887690038252309f,-0.056263340990142366f,-0.47520700561596835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.034237662614249265f,0.6737126884952885f,-0.7381998346106313f,0.2872651683964345f,0.14382698468751745f,0.7276226861354287f,0.6707302178199221f,0.7266452655120047f,0.9890104048666067f,-0.1291372912117716f,-0.07198596449361952f,-0.2159064065206863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.034237662614249265f,-0.984723122633002f,-0.17072830524146482f,-0.01690701686280951f,0.14382698468751745f,0.17390499662936848f,-0.9742026743050114f,0.853793527700377f,0.9890104048666067f,0.008799085137064334f,0.14758385808190963f,-0.2238670977980733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15554704946529516f,-0.44097274832987166f,-0.8839389971219963f,0.002272651260493035f,-0.08860524718327564f,0.8974517728812254f,-0.43212200305461895f,1.0457923207370188f,0.9838466473867925f,0.011106330750752081f,-0.17866847467592947f,-0.3381736041569987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.04795542386925787f,-0.6242642834488387f,-0.7797399449378157f,-0.018234877184199465f,-0.1639023265631091f,0.7651386523609249f,-0.6226546956463974f,1.035795934527181f,0.985310258075455f,0.15766086094340537f,-0.06562582005479596f,-0.3421537630525571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.09207947686685641f,-0.5025188645048424f,-0.859648858986441f,0.002272651260493035f,-0.19952682949722034f,0.8551186764210548f,-0.4784987915833129f,1.0457923207370188f,0.975556463896741f,0.12746309290405325f,-0.17900487618112385f,-0.3381736041569987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012473733104168265f,0.03226043363818452f,-0.9994016561943062f,0.008792318081961474f,0.03202477768565592f,0.9989795672438654f,0.03184710102102706f,1.0568899877311475f,0.999409235296848f,-0.031608363620021215f,-0.013494137713623205f,-0.33120214323743147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.018911935768289763f,-0.04483306576620624f,-0.9988154658892197f,0.009063026472687558f,-0.19802533202135092f,0.9793717666059475f,-0.04021082755899433f,1.0634726371067644f,0.9800144420177338f,0.19703029967278757f,-0.027399898677216206f,-0.33709454887221946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.014998599741611935f,0.02831474277456121f,-0.9994865268463609f,0.009239993615028565f,-0.05517119055281916f,0.9980527095458782f,0.029102039466597576f,1.069710466541426f,0.9983642530353215f,0.055579351469240076f,-0.013407235042440523f,-0.3367471779255367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.023967890471191862f,-0.13488045919852149f,-0.9905719569787734f,0.010250866528584889f,0.033006911070250985f,0.9902096304943112f,-0.13562975889501594f,1.0696876373677018f,0.9991676956587225f,-0.03594647969851275f,-0.019281248645326807f,-0.14200875630154777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.001846023033266822f,-0.3319367983879988f,-0.9432998219415106f,-0.015636615103264355f,-0.21658728414591708f,0.9207777319505875f,-0.32443538137852324f,1.100162556481107f,0.9762615123752736f,0.20490566175647043f,-0.07019351276924751f,-0.5295055180355889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.014998599741611935f,-0.19185665707962002f,-0.9813083435597723f,0.023477807135037988f,-0.05517119055281916f,0.9800824083692462f,-0.19077372077443633f,0.9342962331636855f,0.9983642530353215f,0.05127861093449373f,-0.025284823943491973f,-0.33619118566995715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.014998599741611935f,-0.10559992702889753f,-0.9942955784962952f,4.066862788830299e-17f,-0.05517119055281916f,0.9929799242412625f,-0.10462795891539328f,1.1565962099125364f,0.9983642530353215f,0.05328719794949087f,-0.02071938213162594f,-0.33208454810495625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8276755866473325f,0.14525101981855304f,0.5420841858140337f,0.33905033288790304f,0f,0.9659258262890683f,-0.2588190451025207f,1.1284712099125365f,-0.5612068453502624f,0.21421820499073127f,0.7994732249316141f,-0.28447474350518764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8276755866473325f,0.14525101981855304f,0.5420841858140337f,0.4166449191360905f,0f,0.9659258262890683f,-0.2588190451025207f,1.1284712099125365f,-0.5612068453502624f,0.21421820499073127f,0.7994732249316141f,-0.3370878852567747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8276755866473325f,0.14525101981855304f,0.5420841858140337f,0.2965349981398917f,0f,0.9659258262890683f,-0.2588190451025207f,1.1672940666779146f,-0.5612068453502624f,0.21421820499073127f,0.7994732249316141f,-0.4307022981207233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.11776634421543275f,-0.8330350199812674f,-0.5405402331510043f,-0.30682879370279365f,-0.5071190662560592f,0.5184495857854889f,-0.6885058312305261f,2.5447094223995443f,0.85379232885387f,0.19303544359434308f,-0.4835038538694602f,-1.0309672296247065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5045428501177766f,-0.8330350199812674f,-0.22691224709089816f,-0.330170405952337f,0.568866884510804f,0.5184495857854889f,-0.6384359754163502f,2.5409829974255276f,0.6494820860516497f,0.19303544359434308f,0.73546606815973f,-1.1216884806880874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24897719732846216f,-0.8330350199812674f,-0.49402733800395493f,-0.24439549912697206f,0.0397485330561813f,0.5184495857854889f,-0.8541838684491394f,2.670973790179907f,0.967693344676063f,0.19303544359434308f,0.1621940448536552f,-1.1006569618844453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.3471060634835624e-7f,0f,-0.000015623237050344837f,0.6873140126918884f,0f,0.000015625f,0f,1.3227187099125364f,0.000015623237050344837f,0f,-2.3471060634835624e-7f,-0.3145405957673333f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41.mcfunction new file mode 100644 index 000000000..609d21932 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..703ee5284 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4467094992503051f,0.21504050781487935f,-0.6489627475616032f,-0.3038204189632192f,-0.3811800213960596f,0.7218787151828007f,-0.023180946895513883f,1.3267945637973066f,0.5675357777378318f,0.31558381613953534f,0.4952317037738667f,-0.3111191922748433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.48489619882173346f,0.027157419808460245f,-0.6357186098562644f,-0.3038204189632192f,-0.07436414252334239f,0.7962124886691692f,-0.022707866346625846f,1.3267945637973066f,0.6319380117345388f,0.072857034228654f,0.485124934309094f,-0.3111191922748433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3759671403428633f,0.20256672126053554f,-0.6961033524302341f,-0.299465299006172f,0.016007465569560123f,0.7862684893892807f,0.22015918805260462f,1.3043134038500293f,0.7248012933714272f,0.08770992233321893f,-0.3659433003838869f,-0.2315588969080488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4161965133399126f,0.042387773405028584f,-0.681897161564311f,-0.299465299006172f,-0.28026411866733886f,0.7175932959408486f,0.21566614339846985f,1.3043134038500293f,0.6230830490964427f,0.351088504919363f,-0.3584750697638076f,-0.2315588969080488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3595273432542163f,-0.7331330733539012f,-0.23581253083497797f,0.43756235237080343f,0.03694604225093674f,0.4157981679300483f,-1.5057068517835759f,1.2925554365106011f,0.769237702473121f,-1.3156876644176156f,-0.34444967236621876f,-0.35272066333460184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.45612852130877285f,0.16187955877553234f,0.8750667291694456f,0.3508875148776778f,0.12266372019190014f,0.9624935671334304f,-0.24199120846726652f,1.2994309818956171f,-0.8814195276923222f,0.21771803250397936f,0.41916401864334757f,-0.10104068454811524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8811993644981423f,0.16187955877553234f,0.4441651589878586f,0.029130437205524204f,-0.04168759918232964f,0.9624935671334304f,-0.2680825941779478f,1.315224953305089f,-0.47090320033153754f,0.21771803250397936f,0.8548970898535758f,0.07985520832950821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.47289590876685084f,0.6142761940903174f,-0.6316915519820484f,0.24411430098455306f,0.7797138991014418f,-0.042168767816465225f,-0.6247143591825526f,1.2796682965921469f,-0.4103848133393835f,-0.7879635476306983f,-0.4590182486412102f,-0.7128619190713711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.669963662947724f,0.16141680357521457f,-0.7246332216047158f,0.02597251421928003f,0.619170972806301f,0.6600259015851114f,-0.42543285683038146f,1.4758906980924094f,0.40960468352274443f,-0.7336964118491527f,-0.5421379699632847f,-0.5545197006287714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05435048979660069f,-0.5233130910845466f,-0.8504054520982369f,0.26690636402502244f,-0.21297603798658424f,0.8259908550353952f,-0.5219006750727896f,1.0775856630612655f,0.9755445820168378f,0.2094815411854551f,-0.06656014122701247f,-0.20091508887053403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.058092430475174595f,-0.1354010281647848f,-0.9890863617972934f,0.23533688148289222f,-0.23944013482698992f,0.9599506559488388f,-0.14547563362098465f,1.2566671883415415f,0.9691716521625672f,0.2452780049562399f,0.02334542630081704f,-0.15477955402685895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.05260432006762826f,-0.3501864113467664f,-0.9352017230620867f,0.19424231682531487f,-0.27154387135640556f,0.8961948047468781f,-0.35085438271949926f,1.1622065958640766f,0.9609873627883972f,0.27240475262516683f,-0.04794725548165729f,-0.5044079220469763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.05260432006762826f,0.16433053324463637f,-0.9850016555081297f,0.2188980314617584f,-0.27154387135640556f,0.9515546590101809f,0.14424859390924463f,1.3415246481404182f,0.9609873627883972f,0.2598830636258389f,0.0946788350237255f,-0.45508810489823315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.10850429183422698f,-0.5164146527655568f,0.3770170782314884f,-0.10930562678856803f,0.9212270734083006f,0.37335366500402245f,1.9995535925517696f,0.5162456342573523f,0.37358733633934993f,-0.7706639651865744f,-0.18176281940474073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.10850429183422698f,-0.5164146527655568f,0.34689404469736845f,-0.10930562678856803f,0.9212270734083006f,0.37335366500402245f,1.9235010754744304f,0.5162456342573523f,0.37358733633934993f,-0.7706639651865744f,-0.3200701944680515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.10850429183422698f,-0.5164146527655568f,-0.12202698915873922f,-0.10930562678856803f,0.9212270734083006f,0.37335366500402245f,1.9353365368134858f,0.5162456342573523f,0.37358733633934993f,-0.7706639651865744f,0.12153149072145372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.10850429183422698f,-0.5164146527655568f,-0.2158577759767179f,-0.10930562678856803f,0.9212270734083006f,0.37335366500402245f,1.851086097727004f,0.5162456342573523f,0.37358733633934993f,-0.7706639651865744f,0.02194253822744438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8220049241387298f,0.24004960133420444f,-0.5164146527655568f,0.29362633180049896f,0.0361517712686928f,0.9269844066985161f,0.37335366500402245f,2.09531475865318f,0.5683317289451797f,0.2882292466719666f,-0.7706639651865744f,-0.10787590076925586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.108504291834227f,-0.5164146527655568f,0.19687739342145522f,-0.10930562678856803f,0.9212270734083006f,0.37335366500402245f,2.0920079465466803f,0.5162456342573523f,0.37358733633934993f,-0.7706639651865744f,-0.044647358628697995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7979552459317484f,0.3107785898337151f,-0.5164146527655568f,0.17743526091672168f,0.11680621734580367f,0.9203061166902179f,0.37335366500402245f,2.0855870325744683f,0.5912898892077962f,0.2375990734063131f,-0.7706639651865744f,-0.03473002670777103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8549364021017903f,0.04898627124282265f,-0.5164146527655568f,0.2032453450641557f,-0.17330091593397615f,0.9113582354730269f,0.37335366500402245f,2.0979819940180136f,0.48892795062022265f,0.4086887713960535f,-0.7706639651865744f,-0.04602029296306322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8367475751701081f,0.1821246876619801f,-0.5164146527655568f,0.24755723555056322f,-0.02859945605621468f,0.9272481393571802f,0.37335366500402245f,2.212452347444304f,0.54684144553996f,0.3271719520415427f,-0.7706639651865744f,-0.060806742138941744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8367475751701081f,0.1821246876619801f,-0.5164146527655568f,0.20657918082661778f,-0.02859945605621468f,0.9272481393571802f,0.37335366500402245f,2.0038215160889385f,0.54684144553996f,0.3271719520415427f,-0.7706639651865744f,-0.13442043134828874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8559525458340426f,-0.025712753435808068f,-0.5164146527655568f,-0.03805878226389379f,-0.25207155754971716f,0.8927860721934027f,0.37335366500402245f,2.0526334748763375f,0.45144785873307763f,0.4497464659207737f,-0.7706639651865744f,0.09370591218640309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.10850429183422697f,-0.5164146527655568f,0.06087703467394039f,-0.10930562678856802f,0.9212270734083006f,0.37335366500402245f,2.07450740262921f,0.5162456342573524f,0.37358733633935f,-0.7706639651865744f,0.03800693520741824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8504543738542198f,-0.10021608853500723f,-0.5164146527655568f,0.07938175845699846f,-0.32892378240753695f,0.8674192678254175f,0.37335366500402245f,2.0729694950777917f,0.4105319760493039f,0.48738131827549597f,-0.7706639651865744f,0.024862044067662903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8397986485328721f,0.16749369042262824f,-0.5164146527655568f,0.05574201588248152f,-0.04477781161680916f,0.9266077856433507f,0.37335366500402245f,2.0790012463634477f,0.5410482210572098f,0.3366658213328689f,-0.7706639651865744f,0.043624937566229496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8556611194623496f,0.0340581128289327f,-0.5164146527655568f,0.0018830786002648299f,-0.1891799157005184f,0.9081949131786683f,0.37335366500402245f,2.1808389648569966f,0.4817208819804095f,0.41715949542941355f,-0.7706639651865744f,0.08850186368766723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8556611194623496f,0.0340581128289327f,-0.5164146527655568f,-0.005779996786245016f,-0.1891799157005184f,0.9081949131786683f,0.37335366500402245f,1.9764951093917966f,0.4817208819804095f,0.41715949542941355f,-0.7706639651865744f,-0.005359022783950673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8494367104514512f,0.10850429183422698f,-0.5164146527655568f,0.060929100354068684f,-0.10930562678856803f,0.9212270734083006f,0.37335366500402245f,1.5063621355872376f,0.5162456342573523f,0.37358733633934993f,-0.7706639651865744f,-0.23726998802795615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.05260432006762826f,0.16433053324463637f,-0.9850016555081297f,-0.0006948496126699548f,-0.27154387135640556f,0.9515546590101809f,0.14424859390924463f,1.1495291384584199f,0.9609873627883972f,0.2598830636258389f,0.0946788350237255f,-0.33472613688764574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01696962210336659f,-0.4035576764109392f,-0.9147968264786848f,0.1609308686777133f,-0.14141908052316535f,0.9047619628545963f,-0.4017541962885772f,0.5029415105778082f,0.9898043622805728f,0.13618734295558416f,-0.041717286932957405f,-0.5261245878133866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01696962210336659f,-0.3648988146925416f,-0.9308925217025044f,0.036854731904795664f,-0.14141908052316535f,0.9207909426680334f,-0.36351710216232874f,0.8203075059191074f,0.9898043622805728f,0.13781471233686451f,-0.0359781805245329f,-0.47865345695748046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.05669507201319467f,0.6763765856133083f,-0.7343707396427924f,0.2921671720472903f,0.1447158571400811f,0.7222184115283113f,0.6763563311906928f,0.7279598881208724f,0.9878476550063934f,-0.1446211619494385f,-0.0569361924856586f,-0.22549363141894485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.05669507201319467f,-0.9866165747067193f,-0.1528836267341909f,-0.012890902037270148f,0.1447158571400811f,0.15963371706856785f,-0.9765113399582638f,0.8516708877931778f,0.9878476550063934f,0.03323869565511239f,0.15182950836223008f,-0.2261087605572525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1336204953670484f,-0.44337433132335596f,-0.8863209156628494f,0.00267996030250649f,-0.0929999676859616f,0.8960041011152898f,-0.43419771624801484f,1.0438501122870814f,0.9866592974417637f,0.024410102583736f,-0.16095831032778884f,-0.3406697389608967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.06887488729865264f,-0.6240850255336855f,-0.7783149303490312f,-0.01787921256304418f,-0.1656164212905983f,0.7621892021933407f,-0.6258105312782567f,1.03380514678311f,0.9837822172099336f,0.17200436321354765f,-0.050863033108624334f,-0.3442400616505745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.07047024960470144f,-0.5021545475478054f,-0.8619018240482557f,0.00267996030250649f,-0.20290549161852853f,0.8532016505806703f,-0.4804958947977216f,1.0438501122870814f,0.9766592575671899f,0.14102394769498797f,-0.16201524861823027f,-0.3406697389608967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00975069608715631f,0.025449881230673092f,-0.9996285447460775f,0.00934978877857376f,0.03130809737441333f,0.999178192094262f,0.02574380473116597f,1.054968057448613f,0.9994622188780375f,-0.03154748783321397f,0.00894589552828827f,-0.3338394474525783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004456579715434515f,-0.04756350084912344f,-0.9988582743734047f,0.009441911545054197f,-0.20026480889192808f,0.9785900708928528f,-0.04749188845898816f,1.0615561497480677f,0.9797316700080281f,0.20024781281426493f,-0.005164130748114053f,-0.33973126832984224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007814693441897863f,0.02255433607876793f,-0.9997150756542863f,0.009582876145546497f,-0.05590279263884032f,0.9981919752738945f,0.022082986074796862f,1.0677948495935294f,0.9984056331679966f,0.05571429280576791f,0.009061414655846058f,-0.3393830539998062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0012274619266446137f,-0.13958892890990754f,-0.9902087781185359f,0.015036058487270671f,0.02981055317165398f,0.9897643335736556f,-0.13956322905800603f,1.067307019780523f,0.9995548130326914f,-0.029689979981169384f,0.0029463251516305853f,-0.1445176174397006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02473267393764377f,-0.3334702239138572f,-0.9424361541254328f,-0.01976959150719998f,-0.21664298676673988f,0.9185339209423727f,-0.33069812875644944f,1.0982774287246724f,0.9759375549309908f,0.21235123225701552f,-0.04952618533913839f,-0.5315059264986528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007814693441897863f,-0.19573063482824282f,-0.980626559479266f,0.024531611021321016f,-0.05590279263884032f,0.9790373627665305f,-0.19585892903397462f,0.9324561726828744f,0.9984056331679966f,0.05635034069896777f,-0.003291012233687252f,-0.3392529763801135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007814693441897863f,-0.10951858452053104f,-0.9939540282181207f,4.0957830193641e-17f,-0.05590279263884032f,0.9923820604554596f,-0.10978489814794751f,1.154628279883382f,0.9984056331679966f,0.05642274125559384f,0.0016327668591478153f,-0.3344460641399417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8255282086607552f,0.14606733805419134f,0.545130726944581f,0.3396066517945564f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.126503279883382f,-0.5643608568153576f,0.21366242267077112f,0.7973990170755744f,-0.2866935491815137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8255282086607552f,0.14606733805419134f,0.545130726944581f,0.4169999213565022f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.126503279883382f,-0.5643608568153576f,0.21366242267077112f,0.7973990170755744f,-0.33960237950795347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8255282086607552f,0.14606733805419134f,0.545130726944581f,0.29653367753384213f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.1653261366487602f,-0.5643608568153576f,0.21366242267077112f,0.7973990170755744f,-0.43275781690606974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1003014894406371f,-0.8306196836842629f,-0.5477321903012868f,-0.25730513967865665f,-0.460723676948145f,0.5267047895121196f,-0.7143638836086097f,2.5433797169281056f,0.8818578710400965f,0.1807014271699284f,-0.43551542969610146f,-1.0263562418404348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49374716705000254f,-0.8306196836842629f,-0.25745810553632253f,-0.28022402107422195f,0.5466074141229343f,0.5267047895121196f,-0.6510010749075863f,2.5383768428386584f,0.6763387242025524f,0.1807014271699284f,0.7140818751115416f,-1.1171238496442166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24446806821936398f,-0.8306196836842629f,-0.5003062109322127f,-0.19371864873660738f,0.05336399028743725f,0.5267047895121196f,-0.8483715867740952f,2.6681340178994963f,0.9681878165736724f,0.1807014271699284f,0.17308768314659584f,-1.097703198214315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2229582926900368e-7f,0f,-0.000015624521392034492f,0.6875354321389736f,0f,0.000015625f,0f,1.320750779883382f,0.000015624521392034492f,0f,1.2229582926900368e-7f,-0.3326098017063693f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42.mcfunction new file mode 100644 index 000000000..a02f65e5d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..b6c5d3a53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45005784028315465f,0.2161041288420258f,-0.6462904844893943f,-0.3037716751648679f,-0.38431246288882975f,0.7200887465354106f,-0.02684348013629196f,1.3261055538125746f,0.5627577771230077f,0.31892890595700923f,0.4985303217228426f,-0.3090450183299107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4883252540643667f,0.026864818722565895f,-0.633100882765121f,-0.3037716751648679f,-0.07787009184034016f,0.7957667920797573f,-0.026295654011061514f,1.3261055538125746f,0.6288677882033306f,0.07767556976357592f,0.4883562335244173f,-0.3090450183299107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.373034772693884f,0.2025228838891057f,-0.6976918978366501f,-0.2990235490421559f,0.011450933590224326f,0.7858342942189745f,0.2219859963910402f,1.303120315456998f,0.726400976682699f,0.09161543524456166f,-0.36179093070973334f,-0.22957417216848797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4135262142818344f,0.04344736661317024f,-0.6834532876767185f,-0.2990235490421559f,-0.284225125038133f,0.715492215129262f,0.2174556699340802f,1.303120315456998f,0.6230667286886632f,0.35522277013699843f,-0.35440744232790206f,-0.22957417216848797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.342228550624223f,-0.7634533465696972f,-0.2386791895007346f,0.4329924739547839f,0.027871724463320795f,0.4213111032914475f,-1.5043690940785723f,1.2948902758197214f,0.7994072396874066f,-1.2965501115864646f,-0.348298899338612f,-0.35899852709809077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4405334603993711f,0.16224483771147696f,0.8829534998540594f,0.34960263719487894f,0.13152091206855565f,0.9612572963158513f,-0.24225329712553967f,1.299262380035541f,-0.888049840919535f,0.22284753289080025f,0.40212741404593744f,-0.10628246966483507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8731581773887821f,0.16224483771147696f,0.4596426980765352f,0.03093276775175029f,-0.034659007101408984f,0.9612572963158513f,-0.2734651047323666f,1.3124167057389209f,-0.48620319876142826f,0.22284753289080025f,0.8449529138352263f,0.0802031025636587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.47534784814706355f,0.6105987329798805f,-0.6334142487703612f,0.24224948268732696f,0.781875943237778f,-0.036908573300024006f,-0.622340555164929f,1.281825969993632f,-0.4033787706957215f,-0.7910796069298724f,-0.45986804939209186f,-0.7135933205044154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6684545293316256f,0.15752133123932432f,-0.7268807140244032f,0.024719980596475736f,0.6161765345524541f,0.6646193495325883f,-0.42261992202664556f,1.4769205935840974f,0.4165273346167855f,-0.7303890404650597f,-0.5413287624776337f,-0.5530307729062877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05927309720297637f,-0.520949939410496f,-0.8515267820662878f,0.26675362232310773f,-0.21643118121872507f,0.8260292831914122f,-0.5204163401609803f,1.0764175812244097f,0.9744969182836004f,0.21514363559836552f,-0.06378849674732748f,-0.20274941713879643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0630325549488902f,-0.13046258427362314f,-0.9894475282304075f,0.23610784072036337f,-0.24398543162021546f,0.9593214410947675f,-0.14203338274136762f,1.255402642787545f,0.9677282708352137f,0.2503635092430733f,0.028637511515165748f,-0.1556272747087504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.05730006656067013f,-0.34951351420837806f,-0.9351775263327562f,0.1934366250768925f,-0.2773843098622512f,0.8942618181403714f,-0.3512175184391006f,1.1630550273897802f,0.9590488241035415f,0.2795283599243327f,-0.045708303224111915f,-0.5056310572395324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.05730006656067013f,0.1649011808959493f,-0.9846442519566467f,0.21820156992015396f,-0.2773843098622512f,0.9500622113635717f,0.14296761584779505f,1.3420852396194987f,0.9590488241035415f,0.2649328123847281f,0.10017962820620324f,-0.45533003224110713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,0.3775748567209111f,-0.11201157065336423f,0.918971919172014f,0.37807938295161203f,1.9982083627093543f,0.5178118067471269f,0.3787132033564665f,-0.7671031497763258f,-0.1781876243824629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,0.3470602760664145f,-0.11201157065336423f,0.918971919172014f,0.37807938295161203f,1.9229822488640673f,0.5178118067471269f,0.3787132033564665f,-0.7671031497763258f,-0.316860637846569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,-0.12070146422526323f,-0.11201157065336423f,0.918971919172014f,0.37807938295161203f,1.9324015649505029f,0.5178118067471269f,0.3787132033564665f,-0.7671031497763258f,0.12602681208147418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,-0.21482578797927138f,-0.11201157065336423f,0.918971919172014f,0.37807938295161203f,1.8487745833062135f,0.5178118067471269f,0.3787132033564665f,-0.7671031497763258f,0.02618968412340253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8205037674541149f,0.24117385804318675f,-0.51827477055146f,0.2944157913848396f,0.03312635821659196f,0.9251803200340105f,0.37807938295161203f,2.0935655476881787f,0.5706804815173808f,0.2930470024046151f,-0.7671031497763258f,-0.10352122367765053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,0.19783093364040447f,-0.11201157065336423f,0.918971919172014f,0.37807938295161203f,2.0899243253528192f,0.5178118067471269f,0.3787132033564665f,-0.7671031497763258f,-0.04006062661623207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7963618161730197f,0.31176773398066915f,-0.51827477055146f,0.17841217945868795f,0.1136350803905371f,0.9187725772418137f,0.37807938295161203f,2.0834527116689663f,0.5940495991466083f,0.24219378884891807f,-0.7671031497763258f,-0.030130454041848626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8537266226977882f,0.05041940010412843f,-0.51827477055146f,0.20419768001881886f,-0.1758429566482455f,0.9089198175769585f,0.37807938295161203f,2.095903881964326f,0.4901327455845324f,0.41391140272890325f,-0.7671031497763258f,-0.04141504283096453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8353284994113309f,0.18335092113498042f,-0.51827477055146f,0.24851682462846056f,-0.03149165263013262f,0.9252374052109822f,0.37807938295161203f,2.210442080800787f,0.5488484070176731f,0.3321418126605003f,-0.7671031497763258f,-0.055643850216651025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8353284994113309f,0.18335092113498042f,-0.51827477055146f,0.20726286737309002f,-0.03149165263013262f,0.9252374052109822f,0.37807938295161203f,2.0022636646283165f,0.5488484070176731f,0.3321418126605003f,-0.7671031497763258f,-0.13037575806526347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8548722754162753f,-0.02417963883997635f,-0.51827477055146f,-0.03675904696743009f,-0.2543914029087446f,0.8901353797670605f,0.37807938295161203f,2.0498276562931297f,0.4521928867758989f,0.4550542283646195f,-0.7671031497763258f,0.0986721429046928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,0.06203980249149512f,-0.11201157065336426f,0.918971919172014f,0.37807938295161203f,2.071990542170039f,0.517811806747127f,0.3787132033564665f,-0.7671031497763258f,0.04284442165261481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8495118339328517f,-0.09859465613244375f,-0.51827477055146f,0.08050952585733127f,-0.3310037769873795f,0.8645764742386978f,0.37807938295161203f,2.070522817442073f,0.41081156705737065f,0.4927338165532256f,-0.7671031497763258f,0.029642405597769025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8384011896311642f,0.16874450342123873f,-0.51827477055146f,0.0569212749984867f,-0.04763447554562347f,0.924546881951598f,0.37807938295161203f,2.0764532514759653f,0.5429681408375103f,0.3416699513253952f,-0.7671031497763258f,0.048502151051774176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8544765358609748f,0.0355121369796295f,-0.51827477055146f,0.0032206211951345907f,-0.1916790129894882f,0.9057125019377308f,0.37807938295161203f,2.178046084900964f,0.48283434596391767f,0.4224023579016057f,-0.7671031497763258f,0.09411772414937938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8544765358609748f,0.0355121369796295f,-0.51827477055146f,-0.0047696096252820355f,-0.1916790129894882f,0.9057125019377308f,0.37807938295161203f,1.9742607719649752f,0.48283434596391767f,0.4224023579016057f,-0.7671031497763258f,-0.0009228063784817442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8481299079934882f,0.10984953972042397f,-0.51827477055146f,0.061144826346919805f,-0.11201157065336423f,0.918971919172014f,0.37807938295161203f,1.5054741290037505f,0.5178118067471269f,0.3787132033564665f,-0.7671031497763258f,-0.2357678255115516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.05730006656067013f,0.1649011808959493f,-0.9846442519566467f,-0.0006931164890611781f,-0.2773843098622512f,0.9500622113635717f,0.14296761584779505f,1.1492007997424112f,0.9590488241035415f,0.2649328123847281f,0.10017962820620324f,-0.33511763015582463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02033329329920026f,-0.4048560887155057f,-0.9141543111606439f,0.16148456332696912f,-0.14176839143501666f,0.9039369773126298f,-0.4034844039573697f,0.503290067619908f,0.9896910024717497f,0.13780235294394835f,-0.039015780776179405f,-0.5271112543918877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02033329329920026f,-0.3673701827561866f,-0.9298525184163857f,0.036487814891725624f,-0.14176839143501666f,0.9195878800997974f,-0.3664148659149741f,0.8200800025842633f,0.9896910024717497f,0.13927411674552648f,-0.03338322979007369f,-0.4791645771647853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.05993379038248696f,0.6757587609566591f,-0.7346822699376304f,0.2927171321654451f,0.14460647486276026f,0.7223635493512613f,0.6762247185635958f,0.7277366898514015f,0.9876724701023887f,-0.14676852373369836f,-0.05442510673280142f,-0.2268869923866248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.05993379038248696f,-0.9865781146893116f,-0.15189326642900286f,-0.012392744377332295f,0.14460647486276026f,0.15914293767075405f,-0.9766076452789466f,0.8513342368016599f,0.9876724701023887f,0.03656704808439438f,0.1522036228091815f,-0.22646844693689988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.13058025549767854f,-0.44343905725275445f,-0.8867415629014744f,0.0027122001159584613f,-0.09357767009837524f,0.895919321602078f,-0.4342485334909401f,1.043525032088496f,0.987011659775669f,0.026274924982972674f,-0.1584853677284389f,-0.34107395550046793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07171365516879097f,-0.6238578146323135f,-0.7782406946340741f,-0.01785622088164438f,-0.16581955409032445f,0.7619347401021966f,-0.6260665518191212f,1.0334788345604355f,0.9835451322352311f,0.17394504576903694f,-0.04880669942528314f,-0.34458708770586016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.06752019892097161f,-0.5018444128278345f,-0.8623185073110508f,0.0027122001159584613f,-0.20333722196092416f,0.8530727770907188f,-0.4805422053804878f,1.043525032088496f,0.9767778646667248f,0.14289514442490697f,-0.15964329236425398f,-0.34107395550046793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.012869518705680254f,0.024686021594819446f,-0.999612412801134f,0.00940659329738574f,0.03129438716655098f,0.9991955383332771f,0.025078626492358813f,1.0546447851663272f,0.9994273544486134f,-0.03160500771544503f,0.012086631753822241f,-0.33426474257653566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.007696797685287788f,-0.04778233655891698f,-0.9988281171544794f,0.00947479159052063f,-0.20053154425730083f,0.9784931846177124f,-0.04835480756315852f,1.061233078367721f,0.9796570109294243f,0.20066872195152452f,-0.002050601659946213f,-0.340156664307625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.011001517693276166f,0.02191324459485859f,-0.9996993429625584f,0.009611749369238497f,-0.055918034031168934f,0.9982088781918264f,0.021265205597525302f,1.06747188385642f,0.9983747493193794f,0.05566727234508523f,0.012207158192001362f,-0.3398087438554682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.001979393505087605f,-0.1399882276551873f,-0.9901511895257773f,0.01568980629797654f,0.029387852336352306f,0.9897336075403143f,-0.13987044090976652f,1.0669259826125002f,0.9995661239439885f,-0.028821558306156573f,0.006073025637690535f,-0.14492832918686469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02788752903063496f,-0.33351322718221693f,-0.9423328568075447f,-0.020359925498451843f,-0.21655380859662404f,0.9182965621792537f,-0.33141495420705014f,1.097948767990281f,0.975872293748963f,0.2133081132640466f,-0.04661453752715397f,-0.5318368963855509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.011001517693276166f,-0.19605355601803276f,-0.9805314731211481f,0.024630237924855553f,-0.055918034031168934f,0.9789357387277059f,-0.19636189271783305f,0.9321408908419269f,0.9983747493193794f,0.056989671119641f,-0.00019315056715480793f,-0.33972878313968763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.011001517693276166f,-0.10984856421986817f,-0.9938874481284479f,4.1006030577864e-17f,-0.055918034031168934f,0.9923246593002256f,-0.11029480502172478f,1.1543002915451894f,0.9983747493193794f,0.056789642396521144f,0.004774561544444042f,-0.3348396501457726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8384977837315919f,0.14103179358891252f,0.5263378191563883f,0.339197580636478f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.1261752915451895f,-0.5449050070215986f,0.21701919570599057f,0.8099266645924905f,-0.2771533145740608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8384977837315919f,0.14103179358891252f,0.5263378191563883f,0.4178067478613147f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.1261752915451895f,-0.5449050070215986f,0.21701919570599057f,0.8099266645924905f,-0.32823815898233566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8384977837315919f,0.14103179358891252f,0.5263378191563883f,0.2995514913754381f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.1649981483105676f,-0.5449050070215986f,0.21701919570599057f,0.8099266645924905f,-0.42418473646707183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.08211267469548553f,-0.8292882669510274f,-0.5527553518073927f,-0.20131312291362968f,-0.4301521106082181f,0.5297983552238966f,-0.7309465538200101f,2.54315872557695f,0.8990142770799854f,0.17774890463632945f,-0.4002232583283193f,-1.026521870536976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.484083866057585f,-0.8292882669510274f,-0.2791841344347904f,-0.22410527162123306f,0.5221588229886602f,0.5297983552238966f,-0.6683291602026283f,2.5379418575134287f,0.7021488262454327f,0.17774890463632945f,0.6894870214171883f,-1.1173093407346761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24311625288110275f,-0.8292882669510274f,-0.5031654378854064f,-0.1372343815846204f,0.05564659267756543f,0.5297983552238966f,-0.8462961417408392f,2.6674947128063153f,0.9683996821088021f,0.17774890463632945f,0.17494965730791312f,-1.098158054232013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.7216809458179915e-7f,0f,-0.000015624051431917656f,0.687537790890626f,0f,0.000015625f,0f,1.3204227915451894f,0.000015624051431917656f,0f,1.7216809458179915e-7f,-0.33519798446994037f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43.mcfunction new file mode 100644 index 000000000..0d57fa14b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..e415cc9fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42573510459554403f,0.20890315342060872f,-0.6648710684413869f,-0.3037767023941352f,-0.38644058440426476f,0.719128622275164f,-0.02149752995948448f,1.3302064288255309f,0.5799635677219355f,0.32581887845856056f,0.4737391296902698f,-0.3165925164927757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4636131185537285f,0.029465707706872485f,-0.6513022711262566f,-0.3037767023941352f,-0.08015601989736748f,0.7956956322691197f,-0.02105880485827051f,1.3302064288255309f,0.6470223247918881f,0.07746116999619254f,0.4640709841863868f,-0.3165925164927757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39489612691360193f,0.20346540959781614f,-0.6852760907037936f,-0.3018903185582468f,0.013556294706663342f,0.7848781832311627f,0.22522635015916698f,1.3073975372988125f,0.7147151322498406f,0.0975320923049767f,-0.3829023571984783f,-0.23739854977039904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4336646110392662f,0.036105131976950755f,-0.6712908643628999f,-0.3018903185582468f,-0.28196130017750193f,0.715416155157956f,0.22062989403346972f,1.3073975372988125f,0.6102727507716323f,0.35619677761587687f,-0.3750880233781012f,-0.23739854977039904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.403271133810893f,-0.6447308381320642f,-0.23782035525710937f,0.4486709955548148f,0.06234069678421623f,0.41907619963548487f,-1.5039597821828672f,1.2909328598179222f,0.6843610249989036f,-1.3601851106597977f,-0.350646121042062f,-0.32947411414094047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5014761826641567f,0.16023760655078567f,0.8502032390360916f,0.34737633235005555f,0.11923301361119897f,0.9605223947775301f,-0.2513567536312291f,1.2970063593499133f,-0.8569160557988033f,0.22742171967011934f,0.46257349117357405f,-0.08375140050348964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8999035746825341f,0.16023760655078567f,0.4055828715817187f,0.018416915004934413f,-0.047486706476420615f,0.9605223947775301f,-0.27411994060786793f,1.314892167987026f,-0.43349575428326825f,0.22742171967011934f,0.8719866928116888f,0.08347954823015552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4566584946461259f,0.6370178165237568f,-0.6210244123211582f,0.25578276425426894f,0.7842316657723529f,-0.041353661366229255f,-0.6190884985941248f,1.2822869046890775f,-0.420052036856691f,-0.7697390311806416f,-0.48068504263148504f,-0.7024522171036544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6786197922815099f,0.18629862451619858f,-0.7104702668142934f,0.03405919141103582f,0.6205512072783871f,0.6628970241968912f,-0.4189077875335366f,1.4788320213145865f,0.39292668103494444f,-0.725162297568123f,-0.5654628772223553f,-0.5495797130314811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.024273811149281267f,-0.5209551484060944f,-0.8532388384511534f,0.2608506764249858f,-0.23288703336790817f,0.8270618195454656f,-0.5115978658470328f,1.0775957196346055f,0.9722008083628527f,0.21112669182111515f,-0.10124775661360606f,-0.19258717324070032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.026940694913115848f,-0.12914094997511877f,-0.9912602150783226f,0.2304413719604115f,-0.2526928929818238f,0.9585350717384855f,-0.13174527727312635f,1.2564976376026145f,0.9671713916333937f,0.2540337207671854f,-0.006809399320405585f,-0.1449984093426056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02288335670923276f,-0.35354544059763005f,-0.9351374088433987f,0.19919622504019294f,-0.27669024247245266f,0.8966050320017956f,-0.34574835691524863f,1.1640284442780076f,0.9606866615636201f,0.26665527938086386f,-0.0773052409093982f,-0.49617464939855027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02288335670923276f,0.16138937147198945f,-0.9866254723863531f,0.22329032298877627f,-0.27669024247245266f,0.949356913332139f,0.14887565559556334f,1.342963338375256f,0.9606866615636201f,0.26958286645176405f,0.06637933721721702f,-0.4452129910812369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8561276334514287f,0.09919077538172416f,-0.5071554646457325f,0.3729080794738696f,-0.11563148864382936f,0.919750553727185f,0.3750843608477279f,2.00176975805819f,0.5036614280197248f,0.379763227548046f,-0.7759542879109715f,-0.16881769570922786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8561276334514287f,0.09919077538172416f,-0.5071554646457325f,0.34506819399504524f,-0.11563148864382936f,0.919750553727185f,0.3750843608477279f,1.9263012784959095f,0.5036614280197248f,0.379763227548046f,-0.7759542879109715f,-0.3079211171951268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8561276334514287f,0.09919077538172416f,-0.5071554646457325f,-0.13006690517884478f,-0.11563148864382936f,0.919750553727185f,0.3750843608477279f,1.93383625847994f,0.5036614280197248f,0.379763227548046f,-0.7759542879109715f,0.1270833932523605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8561276334514287f,0.09919077538172416f,-0.5071554646457325f,-0.22211636316652633f,-0.11563148864382936f,0.919750553727185f,0.3750843608477279f,1.8496954172693727f,0.5036614280197248f,0.379763227548046f,-0.7759542879109715f,0.02575457886794086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8300704257375182f,0.23189744068425328f,-0.5071554646457325f,0.28806631371867886f,0.029672812703598964f,0.9265156482400653f,0.3750843608477279f,2.0967879595049634f,0.5568685774060095f,0.2962977059823188f,-0.7759542879109715f,-0.09562677792410959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8561276334514287f,0.09919077538172416f,-0.5071554646457325f,0.19045282542372463f,-0.11563148864382937f,0.919750553727185f,0.3750843608477279f,2.0927376234709927f,0.5036614280197248f,0.379763227548046f,-0.7759542879109715f,-0.03378551091006175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8067005634783566f,0.30336040539871645f,-0.5071554646457325f,0.17090147269230418f,0.11031105818248554f,0.9204038204451954f,0.3750843608477279f,2.0861817900966084f,0.5805735709850758f,0.24663590927968038f,-0.7759542879109715f,-0.02417594379499921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8609613482837402f,0.039228706853730505f,-0.5071554646457325f,0.1968131662233944f,-0.17950837150132637f,0.9094440427032293f,0.3750843608477279f,2.0987461141380828f,0.47594359048356416f,0.41397178859215866f,-0.7759542879109715f,-0.035038150050253104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8442247636320364f,0.17342976431513696f,-0.5071554646457325f,0.2408255754136101f,-0.035029933266776f,0.9263285734677391f,0.3750843608477279f,2.213481450530218f,0.5348433903917651f,0.33442112796116724f,-0.7759542879109715f,-0.04861588739881942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8442247636320364f,0.17342976431513696f,-0.5071554646457325f,0.20180387844270437f,-0.035029933266776f,0.9263285734677391f,0.3750843608477279f,2.005057521499977f,0.5348433903917651f,0.33442112796116724f,-0.7759542879109715f,-0.12386064119008193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8611041375050498f,-0.035958296006012955f,-0.5071554646457325f,-0.046231448858708085f,-0.2580885589819376f,0.8903381481044593f,0.3750843608477279f,2.051636575030562f,0.4380524627191493f,0.45387771808964766f,-0.7759542879109715f,0.10104119762614817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8561276334514288f,0.09919077538172416f,-0.5071554646457325f,0.053381206254859134f,-0.11563148864382936f,0.9197505537271851f,0.3750843608477279f,2.074224267802961f,0.5036614280197248f,0.37976322754804603f,-0.7759542879109715f,0.04685396941280234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8546934042910519f,-0.11087163452093787f,-0.5071554646457325f,0.07207561317906083f,-0.33470453669056366f,0.8644562425977422f,0.3750843608477279f,2.072834035853525f,0.3968274912101332f,0.49032936409361527f,-0.7759542879109715f,0.03396348726979749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.847122950846591f,0.15866959642267994f,-0.5071554646457325f,0.04814796894059893f,-0.051191260796896204f,0.9255761325063843f,0.3750843608477279f,2.0786668906675865f,0.5289254777064433f,0.34370449823298554f,-0.7759542879109715f,0.05242185314859811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.861514855036257f,0.024196884754628722f,-0.5071554646457325f,-0.006783730850361377f,-0.19535301857210138f,0.9061726769121985f,0.3750843608477279f,2.1800385016442636f,0.4686462980613693f,0.42221509966597787f,-0.7759542879109715f,0.09705311323969415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.861514855036257f,0.024196884754628722f,-0.5071554646457325f,-0.01222802992015283f,-0.19535301857210138f,0.9061726769121985f,0.3750843608477279f,1.9761496493390194f,0.4686462980613693f,0.42221509966597787f,-0.7759542879109715f,0.002054715814849284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8561276334514287f,0.09919077538172416f,-0.5071554646457325f,0.05980126014832125f,-0.11563148864382936f,0.919750553727185f,0.3750843608477279f,1.507510040357824f,0.5036614280197248f,0.379763227548046f,-0.7759542879109715f,-0.23128304530877208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.02288335670923276f,0.16138937147198945f,-0.9866254723863531f,-0.0007197541536747912f,-0.27669024247245266f,0.949356913332139f,0.14887565559556334f,1.1515011978582719f,0.9606866615636201f,0.26958286645176405f,0.06637933721721702f,-0.3323766202281836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.007720045327346976f,-0.3902215208827018f,-0.9206886365868403f,0.1625157776651876f,-0.1410698935858208f,0.9119330315047712f,-0.38532769323551463f,0.5046119969434517f,0.9899695379272178f,0.1269067007313198f,-0.06208867276454167f,-0.5192922037671363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.007720045327346976f,-0.36444232266626875f,-0.9311939617232057f,0.038106519528008156f,-0.1410698935858208f,0.9223055263195645f,-0.3597941095183133f,0.8220421214233443f,0.9899695379272178f,0.1285858062540577f,-0.05853208014554956f,-0.47502883293544385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.032724641139862135f,0.6705758331065877f,-0.7411188500609557f,0.2864892186828709f,0.14305217774850915f,0.7307388484001784f,0.6675004193857785f,0.7253153119179674f,0.9891739848498222f,-0.12786237715679766f,-0.07201416669056622f,-0.2152724912372582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.032724641139862135f,-0.9837246771695507f,-0.17667726902442943f,-0.017422152414173078f,0.14305217774850915f,0.17956199255981387f,-0.9732900725217319f,0.8538446172948871f,0.9891739848498222f,0.006576500255660259f,0.14660005914293187f,-0.22380588031792514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15740211710565932f,-0.44003900453064887f,-0.8840759288784715f,0.0021659257191893114f,-0.08814044418525693f,0.8979224755286934f,-0.43123832162650955f,1.0457881220427465f,0.983593328377883f,0.01004502026373832f,-0.18012013196314053f,-0.3381359803484068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.04601736509240327f,-0.6237329686183655f,-0.7802817349960679f,-0.018345044226801034f,-0.16365294514719125f,0.7658485512977659f,-0.621847014964102f,1.0358122876266707f,0.9854441210208739f,0.15631116509589094f,-0.06683340490923871f,-0.3421498269545586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.09403758692446837f,-0.5018382348318355f,-0.8598344714573212f,0.0021659257191893114f,-0.1991318226359628f,0.855690150975694f,-0.47764095588305f,1.0457881220427465f,0.9754503828791614f,0.1263042025589876f,-0.180398999323266f,-0.3381359803484068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.014228919422074437f,0.033377397909167224f,-0.9993415267869604f,0.008684878154582545f,0.032342449303095065f,0.9989351016755861f,0.03290332222531956f,1.0568809887612058f,0.9993755569480159f,-0.031852973945922285f,-0.015293273869370119f,-0.33115621655296457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.020876591386342375f,-0.044146072858819115f,-0.9988069343888395f,0.00897312261340643f,-0.19770659776649002f,0.9794787598401778f,-0.03915942059768339f,1.0634615518658368f,0.9800389120497649f,0.1966532056008516f,-0.029176147710453484f,-0.3370501205526857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.016844470928729125f,0.02927464248309232f,-0.9994294667992426f,0.009156089128925756f,-0.05485110530252119f,0.9980389914384149f,0.030158378863645335f,1.0696992955623268f,0.9983524528172518f,0.05532781286187413f,-0.015205692279488758f,-0.33670432172229897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.025721576909018867f,-0.13376467607650225f,-0.9906792679346137f,0.009818302000551869f,0.03333670365043014f,0.9903411829091737f,-0.13458456681128753f,1.0697347183382482f,0.9991131390743678f,-0.036487708453764825f,-0.021013863537108896f,-0.14196440423962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.00013166287101149326f,-0.33132548194689876f,-0.9435165116083258f,-0.015343051155891034f,-0.21629170577096896f,0.9211917731196725f,-0.323455739091639f,1.1001190394363192f,0.9763287769391892f,0.20403220860758509f,-0.07178424040928422f,-0.5295161067172665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.016844470928729125f,-0.1909076570333639f,-0.9814634635508154f,0.02324913016794753f,-0.05485110530252119f,0.9803009898749823f,-0.18974015256982776f,0.9342702079366466f,0.9983524528172518f,0.050638283305827855f,-0.02698414752434817f,-0.3360818414830358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.016844470928729125f,-0.104641018616294f,-0.9943673974050414f,4.0668627888303e-17f,-0.05485110530252119f,0.9931075925738246f,-0.10357927311636268f,1.1565962099125364f,0.9983524528172518f,0.0527974127696304f,-0.022468047503295382f,-0.3320845481049563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8695902823099986f,0.12779810936765987f,0.47694903727135046f,0.3364519848253926f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.1284712099125365f,-0.4937739775565501f,0.22506652649790526f,0.8399597119732295f,-0.2517570195880133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8695902823099986f,0.12779810936765987f,0.47694903727135046f,0.417976073791955f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.1284712099125365f,-0.4937739775565501f,0.22506652649790526f,0.8399597119732295f,-0.2980483299839398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8695902823099986f,0.12779810936765987f,0.47694903727135046f,0.3056716737179712f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.1672940666779146f,-0.4937739775565501f,0.22506652649790526f,0.8399597119732295f,-0.400896631581961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.06429605181884304f,-0.8302307036691849f,-0.5536993736726444f,-0.13505705565091525f,-0.4294110339036919f,0.5238699586704685f,-0.735640150049169f,2.544709422399545f,0.9008175074243789f,0.1904658633130141f,-0.39019299485018594f,-1.0286568746540619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.479159647987188f,-0.8302307036691849f,-0.28482101471935695f,-0.15823091860746988f,0.49612231412790514f,0.5238699586704685f,-0.6924037231463837f,2.5409829974255276f,0.7240640035004959f,0.1904658633130141f,0.6629133229519995f,-1.119421120547386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24718787153658273f,-0.8302307036691849f,-0.49961498661487724f,-0.07170173913696097f,0.03974853305618149f,0.5238699586704685f,-0.8508703312035761f,2.6704767595930727f,0.9681519561954598f,0.1904658633130141f,0.16249475261476207f,-1.0984132104929383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.6359168369906684e-7f,0f,-0.000015622776463365427f,0.6872804061175445f,0f,0.000015625f,0f,1.3227187099125364f,0.000015622776463365427f,0f,-2.6359168369906684e-7f,-0.3132700411182396f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44.mcfunction new file mode 100644 index 000000000..e6ab2519b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..50a3e415e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.36031613021532927f,0.18990606587958803f,-0.7078505611308307f,-0.30207289575564916f,-0.3864275373134069f,0.7194474417322962f,-0.003685299878444103f,1.3408032140165442f,0.6227282626932792f,0.33656427197704175f,0.407281777294318f,-0.3372396325305419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3972858152398687f,0.0367967156753462f,-0.6934046313118342f,-0.30207289575564916f,-0.0800246949690124f,0.7959792807904247f,-0.0036100896768432034f,1.3408032140165442f,0.6897536003561775f,0.07115466441397969f,0.3989699042883116f,-0.3372396325305419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.44876382167877854f,0.20550178026597193f,-0.6506339178864087f,-0.30737486901045397f,0.025004696687487813f,0.7831760399789413f,0.2301184477414074f,1.319137818312394f,0.6818579338397907f,0.1065305268684255f,-0.43665254991733593f,-0.2590365612218436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48317959485050166f,0.0177545231814399f,-0.6373556746642371f,-0.30737486901045397f,-0.27096212340148634f,0.7181673764996581f,0.22542215288954198f,1.319137818312394f,0.5771628945123402f,0.3520232893406316f,-0.4277412733884107f,-0.2590365612218436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5159479628169985f,-0.29897293952010284f,-0.23221370645528558f,0.48199518627238574f,0.15275251687075306f,0.39386819209623086f,-1.504307404038316f,1.2779822317708496f,0.34637363153196704f,-1.4821907025378196f,-0.35290548124080146f,-0.24409508869489416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6532346791112729f,0.1550899268248164f,0.7411015912841271f,0.33732468110707586f,0.07589442813713777f,0.9604555564389275f,-0.26789020117079115f,1.2922760542748868f,-0.7533422129312343f,0.2312406510608878f,0.6156324159048219f,-0.02209868257431022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.955974843276143f,0.1550899268248164f,0.24911686739485697f,-0.013532425305526034f,-0.08688296693079144f,0.9604555564389275f,-0.2645306677171725f,1.3247856090681664f,-0.28029172139122605f,0.2312406510608878f,0.9316460230240239f,0.08899951881490631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.40585161284067495f,0.7008411869019429f,-0.5866055737005051f,0.288994571511375f,0.7863223167287663f,-0.059367660317554805f,-0.6149574742392561f,1.2802621432955843f,-0.4658129265798969f,-0.710842536466618f,-0.5269926050532171f,-0.6728878419723349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7002849896372129f,0.25920518753497745f,-0.6651417924350911f,0.05796254414456886f,0.6349431062284935f,0.6520103749082675f,-0.4144028509372163f,1.4817800312384837f,0.32626398076055024f,-0.7125272919453244f,-0.6211736255599891f,-0.541830330570598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.06519751245032757f,-0.5245854286977295f,-0.8488577103191728f,0.24613636149553617f,-0.2664158867422649f,0.8289399740378071f,-0.49181408553795236f,1.0821951677129649f,0.961650591255276f,0.19408412464758393f,-0.19380271643648095f,-0.16695382934154585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.06519751245032757f,-0.1339710999880769f,-0.9888382217219731f,0.21483654136200944f,-0.2664158867422649f,0.9573131581097154f,-0.11213426149636727f,1.2609905457241841f,0.961650591255276f,0.25613133677468614f,-0.09810646594588071f,-0.11954236910845395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.06519751245032757f,-0.3611091662955079f,-0.9302416107590826f,0.2128009804707125f,-0.2664158867422649f,0.9046852958710597f,-0.3325163014440432f,1.165142178674826f,0.961650591255276f,0.22615190791159898f,-0.15518844959055944f,-0.4711963318699012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.06519751245032757f,0.152391093828212f,-0.986167449722475f,0.2352107640027368f,-0.2664158867422649f,0.9497385993766004f,0.16437508371254414f,1.344245510331142f,0.961650591255276f,0.2734475221610434f,-0.021321185763545775f,-0.4200581788757277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8756877834578193f,0.0729878807993293f,-0.4773297342080779f,0.3612165689393623f,-0.1199459305391285f,0.9246502343030104f,0.36143452788920216f,2.0118904820496732f,0.4677433908136319f,0.3737575597360016f,-0.8009503148700019f,-0.15228917666280165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8756877834578193f,0.0729878807993293f,-0.4773297342080779f,0.34018171313710704f,-0.1199459305391285f,0.9246502343030104f,0.36143452788920216f,1.9346916621466268f,0.4677433908136319f,0.3737575597360016f,-0.8009503148700019f,-0.29163834080437573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8756877834578193f,0.0729878807993293f,-0.4773297342080779f,-0.15325000384210655f,-0.1199459305391285f,0.9246502343030104f,0.36143452788920216f,1.941422247857935f,0.4677433908136319f,0.3737575597360016f,-0.8009503148700019f,0.1225100654402071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8756877834578193f,0.0729878807993293f,-0.4773297342080779f,-0.23996144340369824f,-0.1199459305391285f,0.9246502343030104f,0.36143452788920216f,1.855227483164454f,0.4677433908136319f,0.3737575597360016f,-0.8009503148700019f,0.01824165560965546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8534887936356245f,0.20907702881773477f,-0.4773297342080779f,0.27230258199151636f,0.026177967657184102f,0.9320299330272869f,0.36143452788920216f,2.106708222611841f,0.5204532574091026f,0.29598479684250534f,-0.8009503148700019f,-0.08382463643510459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8756877834578193f,0.0729878807993293f,-0.4773297342080779f,0.1721720009860016f,-0.1199459305391285f,0.9246502343030105f,0.36143452788920216f,2.1022103034930706f,0.4677433908136319f,0.37375755973600167f,-0.8009503148700019f,-0.02618111037970916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8320187473624461f,0.28266787733711807f,-0.4773297342080779f,0.1522969315584036f,0.10731011366294729f,0.9262017175298018f,0.36143452788920216f,2.0955369355865288f,0.5442695504463498f,0.24949799511533782f,-0.8009503148700019f,-0.017347883277902036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8786460292198479f,0.01172519411523354f,-0.4773297342080779f,0.17851591081825977f,-0.18415408807245381f,0.9140308276506393f,0.36143452788920216f,2.10827584449167f,0.4405319820199178f,0.40547523466575325f,-0.8009503148700019f,-0.02722467179835486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.865994214101749f,0.14903135905956086f,-0.4773297342080779f,0.22184625626695026f,-0.03890092210828555f,0.931585637667646f,0.36143452788920216f,2.223347116022726f,0.4985386037223388f,0.33156877673904345f,-0.8009503148700019f,-0.04013699780001033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.865994214101749f,0.14903135905956086f,-0.4773297342080779f,0.1883142004785491f,-0.03890092210828555f,0.931585637667646f,0.36143452788920216f,2.013740347547506f,0.4985386037223388f,0.33156877673904345f,-0.8009503148700019f,-0.11473997256629499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.876324433810151f,-0.06489847107724422f,-0.4773297342080779f,-0.06963296043004305f,-0.26311636184784704f,0.8945025780720043f,0.36143452788920216f,2.0598721497615324f,0.4035161295850156f,0.4423271710785736f,-0.8009503148700019f,0.09881818795193072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8756877834578194f,0.0729878807993293f,-0.4773297342080779f,0.03196867419808289f,-0.1199459305391285f,0.9246502343030104f,0.36143452788920216f,2.083006177531813f,0.467743390813632f,0.37375755973600167f,-0.8009503148700019f,0.04870765787075221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8673334803199987f,-0.14102821971805593f,-0.4773297342080779f,0.051213174319330985f,-0.3400761612355751f,0.8681666237588178f,0.36143452788920216f,2.0816911499612507f,0.36342927575427075f,0.47581273063503793f,-0.8009503148700019f,0.036645400927213634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8684632748386124f,0.13389497786488683f,-0.4773297342080779f,0.026454124702257213f,-0.055153408489139355f,0.9307648379593739f,0.36143452788920216f,2.087447425071331f,0.4926760008247033f,0.34021897554519476f,-0.8009503148700019f,0.05399822156007729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8787168400270352f,-0.00361107930507254f,-0.4773297342080779f,-0.031420238229547044f,-0.20007807801323563f,0.9106776843362524f,0.36143452788920216f,2.1886563438883804f,0.433388368269652f,0.41310182202238394f,-0.8009503148700019f,0.09514378509214924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8787168400270352f,-0.00361107930507254f,-0.4773297342080779f,-0.030607745385905723f,-0.20007807801323563f,0.9106776843362524f,0.36143452788920216f,1.983753864912724f,0.433388368269652f,0.41310182202238394f,-0.8009503148700019f,0.0021958751371130014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8756877834578193f,0.0729878807993293f,-0.4773297342080779f,0.056363492830667834f,-0.1199459305391285f,0.9246502343030104f,0.36143452788920216f,1.5135690321532844f,0.4677433908136319f,0.3737575597360016f,-0.8009503148700019f,-0.22279310073960434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.06519751245032757f,0.152391093828212f,-0.986167449722475f,-0.000783167354911665f,-0.2664158867422649f,0.9497385993766004f,0.16437508371254414f,1.1574170573870592f,0.961650591255276f,0.2734475221610434f,-0.021321185763545775f,-0.32533592154999563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.07874184389903717f,-0.3519963478717353f,-0.9326833830965039f,0.1632860699355181f,-0.13884190156603538f,0.93034221648914f,-0.3393910526039271f,0.5072642349033618f,0.9871791369295174f,0.10277125718329329f,-0.12212870386628352f,-0.49992396020382396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.07874184389903717f,-0.3519963478717353f,-0.9326833830965039f,0.04228732535460911f,-0.13884190156603538f,0.93034221648914f,-0.3393910526039271f,0.8270693718215036f,0.9871791369295174f,0.10277125718329329f,-0.12212870386628352f,-0.4645963405470669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0364076607568245f,0.6568134622543143f,-0.7531736572927362f,0.26956898070567253f,0.1396290455796072f,0.749623793415106f,0.6469682356781312f,0.7200592151626718f,0.9895343409244289f,-0.08161031887847628f,-0.11900228562430826f,-0.18705673109559778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0364076607568245f,-0.9713558986331492f,-0.23482376461679239f,-0.02997755253269647f,0.1396290455796072f,0.22773008671129277f,-0.9636611111988459f,0.8603231947387626f,0.9895343409244289f,-0.06787286495392508f,0.12733837730316133f,-0.21786992564521576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.22441748194840458f,-0.42946884980530425f,-0.8747532799840457f,0.000807537921947224f,-0.0745182834279003f,0.9025841950021952f,-0.42401508978714214f,1.051631027026695f,0.9716397579509066f,-0.029971285910820565f,-0.23455895376206645f,-0.33076194102270723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.018788175386250397f,-0.621470070157384f,-0.7832125869546731f,-0.01949850227499191f,-0.1583452912711878f,0.7753139738725335f,-0.6114041303836791f,1.041824131442835f,0.9872050309828744f,0.11253085717507177f,-0.11297359419592438f,-0.3360361855683796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.16054182366529365f,-0.4998928929901409f,-0.8510777980843872f,0.000807537921947224f,-0.18863365417119732f,0.8619081103096417f,-0.4706715987782602f,1.051631027026695f,0.9688362438349645f,0.08497943822131312f,-0.23266892295995856f,-0.33076194102270723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.08255808328103596f,0.05498632483661076f,-0.9950681720193467f,0.006855961877689606f,0.034780216479862194f,0.9980274478356495f,0.052264231633826735f,1.0626595617379009f,0.9959791661609069f,-0.030293851647208797f,-0.08430766943642466f,-0.32337009977734804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0928113567015777f,-0.034492217441510965f,-0.995086096276689f,0.007697324209145131f,-0.1906185248700182f,0.9815297907566862f,-0.0162433935344286f,1.069219542387445f,0.9772669185251237f,0.18817427239955942f,-0.09767196713134045f,-0.32923386676664873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.08703629883128362f,0.047581674201600394f,-0.9950681720193467f,0.007994709672905134f,-0.05233595624294383f,0.9972609476841368f,0.052264231633826735f,1.075452423310471f,0.9948294478803329f,0.0566267295922198f,-0.08430766943642466f,-0.32887994970669737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.09539284628838435f,-0.11717561085611079f,-0.9885191354230316f,-0.004936432838718738f,0.04325516517923217f,0.9916218175993663f,-0.12171754822640174f,1.0769393445712108f,0.9944994698652775f,-0.05436954185411516f,-0.08952517721990616f,-0.13517605295057006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.07076256045051037f,-0.32495523323107023f,-0.9430783405604375f,-0.0026179520226594748f,-0.2158124186974468f,0.9280427858031901f,-0.30358127026319f,1.1057458722522973f,0.9738673728873175f,0.18204582970888072f,-0.13580005858304853f,-0.5229717617131405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.08703629883128362f,-0.17747947546537113f,-0.9802681870153128f,0.01973509111583473f,-0.05233595624294383f,0.9834581082132786f,-0.17341019887450623f,0.9398089205810902f,0.9948294478803329f,0.03621029105234944f,-0.09488511185647608f,-0.3271356236537513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.08703629883128362f,-0.09136811054748688f,-0.9920063261193114f,3.9801020972288984e-17f,-0.05233595624294383f,0.994829447880333f,-0.0870362988312832f,1.1625f,0.9948294478803329f,0.044342282362255285f,-0.0913681105474873f,-0.325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9167877823281025f,0.10336578211276534f,0.3857663506089344f,0.3278919698192589f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.3993747139891546f,0.23728213838381718f,0.885548996176995f,-0.20680380563411027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9167877823281025f,0.10336578211276534f,0.3857663506089344f,0.4138408244125185f,0f,0.9659258262890683f,-0.2588190451025207f,1.1343750000000001f,-0.3993747139891546f,0.23728213838381718f,0.885548996176995f,-0.2442451850705935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9167877823281025f,0.10336578211276534f,0.3857663506089344f,0.31300144452454853f,0f,0.9659258262890683f,-0.2588190451025207f,1.1731978567653782f,-0.3993747139891546f,0.23728213838381718f,0.885548996176995f,-0.3583568447789012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.045976539411862305f,-0.8365163037378082f,-0.5460097356316502f,-0.06102647264069159f,-0.47167124021565593f,0.4999999999999998f,-0.7263100172470605f,2.54875f,0.8805750388110797f,0.22414386804201303f,-0.41754895215055954f,-1.0283220687613044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4801043705143083f,-0.8365163037378082f,-0.2640838256953554f,-0.08529075811905287f,0.47167124021565593f,0.4999999999999998f,-0.7263100172470605f,2.54875f,0.7396120838429324f,0.22414386804201303f,0.6346128677017824f,-1.1188776149759045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2588190451025203f,-0.8365163037378082f,-0.48296291314453393f,-0.0007141784081921287f,0f,0.4999999999999998f,-0.8660254037844388f,2.678653810567666f,0.9659258262890684f,0.22414386804201303f,0.12940952255126006f,-1.0930112702512935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000013618084804321656f,0f,-0.00001556554215768352f,0.6842548083647938f,0f,0.000015625f,0f,1.3286225f,0.00001556554215768352f,0f,-0.0000013618084804321656f,-0.25789039162750754f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45.mcfunction new file mode 100644 index 000000000..07ca743ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..5290684e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1980850918091424f,0.14602133895118866f,-0.7787069470720742f,-0.28870521584054043f,-0.37925636194730145f,0.7222130357340649f,0.038953656859504956f,1.364307132064511f,0.6956086203964882f,0.3521797041726463f,0.24298672318339998f,-0.3835800432235322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2340114702430755f,0.05789607529765203f,-0.7628149685603993f,-0.28870521584054043f,-0.07249785498541822f,0.7957939279972265f,0.03815868427053547f,1.364307132064511f,0.7615659477794341f,0.05796609895338603f,0.23802781046537141f,-0.3835800432235322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5592521486877737f,0.20970483562196013f,-0.5569608249682553f,-0.30939523683400255f,0.055412706995975954f,0.779315409633226f,0.23778429017918634f,1.345755240656004f,0.5925461252391504f,0.1250432671894335f,-0.5479030162712244f,-0.30978607939868213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5847498905779216f,-0.01986076047439933f,-0.5455942775199236f,-0.30939523683400255f,-0.24199487022251923f,0.726072569378594f,0.2329315495632846f,1.345755240656004f,0.4893935515054268f,0.3352971431273243f,-0.5367213220616076f,-0.30978607939868213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4528846687504244f,0.5304921870596955f,-0.2216087290216468f,0.4999310010123077f,0.3260237666757057f,0.26415229369803367f,-1.505104089190064f,1.2486478352708414f,-0.4735408038095065f,-1.4457551159178685f,-0.35631096239767496f,-0.021051023448967143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9070263538705686f,0.1452839857714776f,0.39521608882055276f,0.27895104210680977f,-0.03419516105318063f,0.960905531215212f,-0.2747567124576905f,1.2856877418247403f,-0.41968307607623284f,0.2356971012939363f,0.8765346496840996f,0.11942837572617682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9802970797618938f,0.1452839857714776f,-0.13382899121138292f,-0.08378669919989654f,-0.1720277454062429f,0.960905531215212f,-0.21694933715145542f,1.3500056340835733f,0.0970777534801263f,0.2356971012939363f,0.9669657626932239f,0.09141176650788918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2752236466126371f,0.8232311256052284f,-0.4965304201959745f,0.35585151103241885f,0.7858158081399872f,-0.1049032470595545f,-0.6094988305433084f,1.2731143111985286f,-0.5538460616656409f,-0.5579299441606542f,-0.6180361780562271f,-0.5959549544476079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7245153303190708f,0.4192873424780672f,-0.5470609294862209f,0.11193268854134006f,0.6684211875203212f,0.6210938850327864f,-0.40921327208291214f,1.486381576624876f,0.16819825268584562f,-0.6621484051272493f,-0.7302525846451137f,-0.5173291974901482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.25689536098643284f,-0.5762021026116859f,-0.7758839542415623f,0.21336026562064417f,-0.4700472657126161f,0.7759671527049644f,-0.42063112809092434f,1.099350093374924f,0.84442900323221f,0.2566439457084903f,-0.47018458463823953f,-0.1272424729240883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2786863155476203f,-0.17668100332753647f,-0.9439903392459413f,0.17433263787644396f,-0.3673867759501289f,0.9277810359587465f,-0.06518670241916524f,1.2729016207270694f,0.8873335868676797f,0.32864292534373846f,-0.32347014273043495f,-0.06764361281420256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.26238717338985584f,-0.36179082095684756f,-0.8945727321530945f,0.2371825570226436f,-0.23527179354974434f,0.923063015392193f,-0.30430552537697747f,1.1667711893890675f,0.9358419494767096f,0.1306218645037734f,-0.32731907080582645f,-0.41062725922803067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.26238717338985584f,0.13396632427188973f,-0.955618122055856f,0.25632862956077385f,-0.23527179354974434f,0.9515487833119942f,0.1979951922076638f,1.3464240562113643f,0.9358419494767096f,0.2767813883528698f,-0.2181556982090765f,-0.3600942220256743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9142137257167324f,0.020285103766191498f,-0.4047243238011841f,0.3370620463517619f,-0.123841685476343f,0.9369784797448446f,0.3267025641671921f,2.0341825634192974f,0.3858451770458062f,0.34879771080131056f,-0.8540864454434668f,-0.12259359256930283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9142137257167324f,0.020285103766191498f,-0.4047243238011841f,0.3308665177390044f,-0.123841685476343f,0.9369784797448446f,0.3267025641671921f,1.9523326820472287f,0.3858451770458062f,0.34879771080131056f,-0.8540864454434668f,-0.2607331048190094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9142137257167324f,0.020285103766191498f,-0.4047243238011841f,-0.2000385175068184f,-0.123841685476343f,0.9369784797448446f,0.3267025641671921f,1.9614255732019457f,0.3858451770458062f,0.34879771080131056f,-0.8540864454434668f,0.10409044894510835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9142137257167324f,0.020285103766191498f,-0.4047243238011841f,-0.2748000755483308f,-0.123841685476343f,0.9369784797448446f,0.3267025641671921f,1.8702875654191513f,0.3858451770458062f,0.34879771080131056f,-0.8540864454434668f,-0.005110675026162831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8997849483465081f,0.16304989559256325f,-0.4047243238011841f,0.24031382566388265f,0.02425873840845938f,0.9448158276497126f,0.3267025641671921f,2.129173085301488f,0.4356587659394696f,0.2841439483252153f,-0.8540864454434668f,-0.06602437112208198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9142137257167324f,0.020285103766191498f,-0.4047243238011841f,0.13521452748181573f,-0.12384168547634301f,0.9369784797448446f,0.3267025641671921f,2.1243506700516717f,0.3858451770458062f,0.3487977108013106f,-0.8540864454434668f,-0.018065821750824662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8821502602102486f,0.24085086700002734f,-0.4047243238011841f,0.11470658341741599f,0.10651255180345592f,0.9391062298136978f,0.3267025641671921f,2.117537030546696f,0.45876572966962875f,0.24509253148645177f,-0.8540864454434668f,-0.010954093975685395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.913401764337371f,-0.04353663548153541f,-0.4047243238011841f,0.14151986368377395f,-0.18890032807591567f,0.9260572879792013f,0.3267025641671921f,2.1305126318201855f,0.36057437923151076f,0.3748632560702034f,-0.8540864454434668f,-0.01869666447579414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9089669031962544f,0.09988688911706653f,-0.4047243238011841f,0.18382544143573468f,-0.0417073751335449f,0.9442065078286908f,0.3267025641671921f,2.246014874727204f,0.4147766432108741f,0.31384180721577465f,-0.8540864454434668f,-0.031151161887203835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9089669031962544f,0.09988688911706653f,-0.4047243238011841f,0.16135089138439473f,-0.0417073751335449f,0.9442065078286908f,0.3267025641671921f,2.033568410465749f,0.4147766432108741f,0.31384180721577465f,-0.8540864454434668f,-0.10176556851075302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9061315270584075f,-0.12297917463730354f,-0.4047243238011841f,-0.11666519368227823f,-0.26889271605772774f,0.9060696120153682f,0.3267025641671921f,2.0808158115131716f,0.32653079934654916f,0.40486291604424307f,-0.8540864454434668f,0.08463912150189096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9142137257167323f,0.02028510376619149f,-0.4047243238011841f,-0.011157053990449688f,-0.12384168547634303f,0.9369784797448447f,0.3267025641671921f,2.1045228083105325f,0.3858451770458061f,0.3487977108013106f,-0.8540864454434668f,0.04371050820239696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8919650817213545f,-0.20148576801722587f,-0.4047243238011841f,0.009175639557412227f,-0.34683866810847946f,0.8791861992043084f,0.3267025641671921f,2.1032415440648164f,0.2900021229138732f,0.43178132476427344f,-0.8540864454434668f,0.033585387955141335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9105717297208444f,0.084008016027421f,-0.4047243238011841f,-0.01723189082319962f,-0.0581796986336523f,0.9433348065419187f,0.3267025641671921f,2.1090077207721074f,0.409236175942556f,0.32103285814641713f,-0.8540864454434668f,0.0483047347605316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9125028297671658f,-0.0594710634728248f,-0.4047243238011841f,-0.08058352932617392f,-0.20503348581501196f,0.9226194796670657f,0.3267025641671921f,2.210197372021753f,0.35397719610373185f,0.3810990531978325f,-0.8540864454434668f,0.0804430127202107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9125028297671658f,-0.0594710634728248f,-0.4047243238011841f,-0.06720254004478836f,-0.20503348581501196f,0.9226194796670657f,0.3267025641671921f,2.0026079890966635f,0.35397719610373185f,0.3810990531978325f,-0.8540864454434668f,-0.005304274249301466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9142137257167324f,0.020285103766191498f,-0.4047243238011841f,0.04932569510841704f,-0.123841685476343f,0.9369784797448446f,0.3267025641671921f,1.5276772737817486f,0.3858451770458062f,0.34879771080131056f,-0.8540864454434668f,-0.20560354674559064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.26238717338985584f,0.13396632427188973f,-0.955618122055856f,-0.0009116764935416095f,-0.23527179354974434f,0.9515487833119942f,0.1979951922076638f,1.1708464800397507f,0.9358419494767096f,0.2767813883528698f,-0.2181556982090765f,-0.3093965673779168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.23754552060129314f,-0.2591319628081601f,-0.9361745304661151f,0.16130257905231443f,-0.133505859981848f,0.9633243400078297f,-0.23277113502104646f,0.5137117485889262f,0.9621581527964972f,0.06969104533345308f,-0.26342901739854474f,-0.45926631244038935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.23754552060129314f,-0.31559510425068166f,-0.9186794086161191f,0.050970631036501714f,-0.133505859981848f,0.9473823494476276f,-0.29093447596598143f,0.8387897842394464f,0.9621581527964972f,0.053538902940707046f,-0.2671802292070612f,-0.4413992262130407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1924938367070805f,0.6137910604292065f,-0.7656413370286235f,0.22459426730212934f,0.13224538266730934f,0.7893415934080046f,0.5995423318492942f,0.7087400823899677f,0.9723462765871862f,0.014155672124719687f,-0.2331144254518212f,-0.1303642530002368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1924938367070805f,-0.9152439064357626f,-0.3539416824308677f,-0.05773940842987851f,0.13224538266730934f,0.3332014482903799f,-0.9335351914204254f,0.8753137803481194f,0.9723462765871862f,-0.22650692393257793f,0.05689755546274933f,-0.20891249938229944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3721397886498432f,-0.3933343868395018f,-0.8407140047800103f,-0.0023152583760095834f,-0.047355339325147f,0.9126356384671991f,-0.40602175217218095f,1.06500743737067f,0.9269678794548656f,-0.11128455206883382f,-0.35825451697053146f,-0.31485524953398897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.1667192202140668f,-0.6057263629210876f,-0.7780104593600297f,-0.02185814116665543f,-0.14857671375373793f,0.7954772720678926f,-0.5874869102827427f,1.0556208680297658f,0.9747459472813177f,0.01764887774943901f,-0.22261818293399138f,-0.3229974957375545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.30943895200813787f,-0.4832446048788539f,-0.818976304196639f,-0.0023152583760095834f,-0.16768233779989722f,0.8754805150581622f,-0.4532289723125124f,1.06500743737067f,0.9360182522633127f,-0.0029188369216969767f,-0.3519393581584163f,-0.31485524953398897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.23527390622487152f,0.10193107693281359f,-0.9665693170202576f,0.0026217877636528037f,0.03976304070629192f,0.9946622670641899f,0.0952148889224569f,1.0758857703193623f,0.9711153843099594f,-0.016032156250575583f,-0.23807116650799404f,-0.3066368851725377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2530524895085117f,-0.014149507556686217f,-0.9673490729769932f,0.0046829231069866846f,-0.18019761052906288f,0.9830847755089979f,0.032758896837946874f,1.0823894119112982f,0.9505226239880672f,0.18260371189635322f,-0.2513217572923462f,-0.3122564373913626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.24367332959530252f,0.08610832533811841f,-0.9660272588034998f,0.005221100140349925f,-0.0467311338984724f,0.9938515208112813f,0.10037607137991764f,1.0886009839163688f,0.9687308757175556f,0.06960252070556089f,-0.23815116951829124f,-0.31182142163695287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.24950366450718056f,-0.07284955698231332f,-0.9656297755584017f,-0.037720740966289926f,0.06347589626591801f,0.993791407173437f,-0.09137532282557743f,1.0929611290430352f,0.9662912252477132f,-0.08409269335513496f,-0.24333040692349275f,-0.1236877400982761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.22889683307839193f,-0.30729204722740244f,-0.9236762622897023f,0.0261452074031997f,-0.21510974595629082f,0.9413782098769496f,-0.2598747066635956f,1.1186430854024385f,0.9493861369333886f,0.13920726877452103f,-0.28158000518331466f,-0.5051129294652934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.24367332959530252f,-0.14381116178977393f,-0.959135891408832f,0.011428754256644493f,-0.0467311338984724f,0.9895376185116276f,-0.1364972625179701f,0.9526153149020666f,0.9687308757175556f,0.01156076532985895f,-0.2478443849202274f,-0.30875516730877056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.24367332959530252f,-0.05966971588971305f,-0.96802005839217f,3.783223115282641e-17f,-0.0467311338984724f,0.9976686494213914f,-0.04973396310630922f,1.1758969907407406f,0.9687308757175556f,0.033117834581047265f,-0.24589367512028507f,-0.3089236111111112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.976890213722467f,0.05532042027950456f,0.20645861917917446f,0.3006080771141302f,0f,0.9659258262890683f,-0.2588190451025207f,1.1477719907407407f,-0.21374169067655557f,0.25283779228564635f,0.9436034868835785f,-0.12595278589523914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.976890213722467f,0.05532042027950456f,0.20645861917917446f,0.39219153465061146f,0f,0.9659258262890683f,-0.2588190451025207f,1.1477719907407407f,-0.21374169067655557f,0.25283779228564635f,0.9436034868835785f,-0.1459910693961662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.976890213722467f,0.05532042027950456f,0.20645861917917446f,0.31543101300549464f,0f,0.9659258262890683f,-0.2588190451025207f,1.1865948475061188f,-0.21374169067655557f,0.25283779228564635f,0.9436034868835785f,-0.2775124506782395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.13297165861077365f,-0.864884554262754f,-0.4840384755409607f,-0.02021677899369194f,-0.5568233197669403f,0.46920588176900957f,-0.6854149335089583f,2.537298882144805f,0.8199184889792545f,0.1783831503003674f,-0.543978973048493f,-1.2194123004114743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4259166058314201f,-0.864884554262754f,-0.2656496803588516f,-0.0373444708988281f,0.497880648508303f,0.46920588176900957f,-0.7293563603303379f,2.5407450993366765f,0.7554534431174397f,0.1783831503003674f,0.6304518593603499f,-1.3115199996394389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18269538032145238f,-0.864884554262754f,-0.46754369400828966f,0.04135092915498344f,-0.036759650046628706f,0.46920588176900957f,-0.8823233923238211f,2.671370499589314f,0.9824821250982888f,0.1783831503003674f,0.053928893473418345f,-1.2735554840464693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000038115598896667498f,0f,-0.000015152974500324474f,0.6649702422700418f,0f,0.000015625f,0f,1.3420194907407406f,0.000015152974500324474f,0f,-0.0000038115598896667498f,-0.13421551398458437f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46.mcfunction new file mode 100644 index 000000000..4fdbebbd4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..9092bd627 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.05664292576915665f,0.0834406085644234f,-0.8104157502462258f,-0.24678059190869023f,-0.3574037002125961f,0.7274823854192403f,0.09988202252418013f,1.3966983427321848f,0.7321192652014417f,0.36159575245234116f,-0.013940508375618702f,-0.4432048789708778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.019983576779377482f,0.09674975969191703f,-0.7938766533024253f,-0.24678059190869023f,-0.05074531320767939f,0.7923708351562416f,0.09784361390123769f,1.3966983427321848f,0.798138816150773f,0.052800980988578716f,-0.013656008204687708f,-0.4432048789708778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6852264196185416f,0.21425219031680162f,-0.38923668538005485f,-0.2866391888282621f,0.10260450693350161f,0.7724103578570957f,0.244538337845931f,1.3830086837599085f,0.4322979452393127f,0.15627758145034965f,-0.6750112951072316f,-0.38064394890182973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7004644190730448f,-0.0629697157003679f,-0.38129307955597214f,-0.2866391888282621f,-0.19669659726350314f,0.7375142842906083f,0.23954775952254465f,1.3830086837599085f,0.3326560479498626f,0.3034921669037382f,-0.6612355543907575f,-0.38064394890182973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6372257120866702f,1.4103723027215873f,-0.21494094438110853f,0.3601193140380435f,0.42467611086934354f,-0.03721645831699133f,-1.503220338502386f,1.2219394585092151f,-1.3619837894455735f,-0.6714693983690896f,-0.36815112975696335f,0.30799293536807426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9649165264877138f,0.13560540527887796f,-0.22482720246899973f,0.10662009645600695f,-0.18387185822170038f,0.9602653922368054f,-0.20995598640284857f,1.2912159542108816f,0.18742261513751263f,0.24392939661189975f,0.9515099646370344f,0.2903099857374992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7529859067894753f,0.13560540527887796f,-0.6439125703351216f,-0.1760044036286717f,-0.25990016323859033f,0.9602653922368054f,-0.10169700890807121f,1.3888545129209173f,0.6045362928104363f,0.24392939661189975f,0.7583101740999978f,0.073306542377924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.05768415998034271f,0.9378228726276479f,-0.3422875943761166f,0.42749527488792044f,0.7763448322974169f,-0.1734200818394076f,-0.605981993610296f,1.2607514506121515f,-0.6276633166375569f,-0.3006887673180358f,-0.7180703490301645f,-0.4631115055143096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6976594303352014f,0.6271763859956326f,-0.34629626061195007f,0.18569986378969597f,0.7140076508141421f,0.5689686746673623f,-0.4080045610359466f,1.4903028560611598f,-0.05885910161761476f,-0.5319064091517628f,-0.8447550994578519f,-0.46154320923307085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.43570514608494904f,-0.7217347661011655f,-0.5378289254735087f,0.16739832002708868f,-0.7022055357679331f,0.6463692955471776f,-0.2985198809304248f,1.1286448286972475f,0.5630882801230755f,0.24759980043356467f,-0.7884325764536216f,-0.07513195439172428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.535940381101774f,-0.3021607278718118f,-0.788331657639386f,0.10581611069087782f,-0.48641439915113016f,0.8737181228886692f,-0.0042040497552900125f,1.2924407014279025f,0.6900499548604653f,0.38120274955445554f,-0.6152361526513157f,-0.007501664804334562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5284044493185777f,-0.3231722239959275f,-0.7850786276404784f,0.25507728489190395f,-0.18148347582834404f,0.9463394313465778f,-0.2674049900056064f,1.1689087582756008f,0.8293687273713626f,0.0011808116537880275f,-0.5587003845911014f,-0.31622892857795626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5284044493185777f,0.11266395804225096f,-0.841484147502842f,0.2709425011029333f,-0.18148347582834404f,0.9532564831518593f,0.24159020122970973f,1.3491542876242602f,0.8293687273713626f,0.28037280518481583f,-0.4832583203331358f,-0.2666793921078854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9563304052699716f,-0.036844788425827266f,-0.2899562338043931f,0.3097040035873787f,-0.12047085050903292f,0.9535284914279202f,0.2761705817295259f,2.0629017815457886f,0.26630608354636226f,0.2990415984458526f,-0.9163270116422123f,-0.08703073600429856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9563304052699716f,-0.036844788425827266f,-0.2899562338043931f,0.3229885954190692f,-0.12047085050903292f,0.9535284914279202f,0.2761705817295259f,1.9741193690485306f,0.26630608354636226f,0.2990415984458526f,-0.9163270116422123f,-0.22030307128447613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9563304052699716f,-0.036844788425827266f,-0.2899562338043931f,-0.25214010950872967f,-0.12047085050903292f,0.9535284914279202f,0.2761705817295259f,1.992125156871732f,0.26630608354636226f,0.2990415984458526f,-0.9163270116422123f,0.06942408807918926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9563304052699716f,-0.036844788425827266f,-0.2899562338043931f,-0.31058029807228693f,-0.12047085050903292f,0.9535284914279202f,0.2761705817295259f,1.8943074305862961f,0.26630608354636226f,0.2990415984458526f,-0.9163270116422123f,-0.043875290935011135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503201858086885f,0.11321186741023093f,-0.2899562338043931f,0.20521743282142468f,0.03017706502779345f,0.9606347664609496f,0.2761705817295259f,2.158886073211627f,0.30980782622594916f,0.25370045042136746f,-0.9163270116422123f,-0.04891162594326959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9563304052699716f,-0.03684478842582727f,-0.2899562338043931f,0.09469120461063141f,-0.12047085050903292f,0.9535284914279202f,0.2761705817295259f,2.154618708430192f,0.2663060835463623f,0.2990415984458526f,-0.9163270116422123f,-0.015223599875869659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.93683686620019f,0.1956069237173865f,-0.2899562338043931f,0.0734893052119087f,0.11378706876478487f,0.9543491566345585f,0.2761705817295259f,2.147808870684121f,0.33074036510550914f,0.225733512409494f,-0.9163270116422123f,-0.010567024228612377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.951430669951298f,-0.10346527317895801f,-0.2899562338043931f,0.10095712722411179f,-0.1866921747486038f,0.9428021222265104f,0.2761705817295259f,2.1608518752598527f,0.24479728790095096f,0.3168897214666193f,-0.9163270116422123f,-0.01532773956807303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9559025142555093f,0.0466451039013521f,-0.2899562338043931f,0.14329933119118612f,-0.03690693865024745f,0.9603997540954714f,0.2761705817295259f,2.2763136088839637f,0.29135590112345877f,0.274693550370936f,-0.9163270116422123f,-0.02803090307073857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9559025142555093f,0.0466451039013521f,-0.2899562338043931f,0.1328041828133819f,-0.03690693865024745f,0.9603997540954714f,0.2761705817295259f,2.060223664212483f,0.29135590112345877f,0.274693550370936f,-0.9163270116422123f,-0.08983695190419907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9387925962748589f,-0.18599420328999944f,-0.2899562338043931f,-0.16820716215120665f,-0.2681523738864967f,0.9229431803563053f,0.2761705817295259f,2.111845031423727f,0.21624700127064414f,0.3370193498544359f,-0.9163270116422123f,0.05507465415306878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9563304052699715f,-0.03684478842582728f,-0.2899562338043931f,-0.058423532011416084f,-0.1204708505090329f,0.9535284914279202f,0.2761705817295259f,2.135330539357373f,0.26630608354636226f,0.2990415984458526f,-0.9163270116422123f,0.027413741380199003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9190097440823003f,-0.2671076052076335f,-0.2899562338043931f,-0.03690331685361328f,-0.3475717715442831f,0.8960600835952597f,0.2761705817295259f,2.1339024916786338f,0.18605094438715847f,0.3545840574920129f,-0.9163270116422123f,0.020173634724277214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9565709949841662f,0.029955200432888907f,-0.2899562338043931f,-0.06510812147465253f,-0.053662604395469576f,0.959609365667442f,0.2761705817295259f,2.139932304324443f,0.2865174627217297f,0.279736574817014f,-0.9163270116422123f,0.030915886850597703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9494800444522427f,-0.12005426966559457f,-0.2899562338043931f,-0.13329062917886972f,-0.20311790645315625f,0.9394003011843577f,0.2761705817295259f,2.241471019351705f,0.2392295158734683f,0.32111375939034226f,-0.9163270116422123f,0.04899016484521837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9494800444522427f,-0.12005426966559457f,-0.2899562338043931f,-0.10627841850411099f,-0.20311790645315625f,0.9394003011843577f,0.2761705817295259f,2.0301059515852247f,0.2392295158734683f,0.32111375939034226f,-0.9163270116422123f,-0.023260431017608524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9563304052699716f,-0.036844788425827266f,-0.2899562338043931f,0.04120696852925923f,-0.12047085050903292f,0.9535284914279202f,0.2761705817295259f,1.547851125362997f,0.26630608354636226f,0.2990415984458526f,-0.9163270116422123f,-0.18117229155058417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5284044493185777f,0.11266395804225096f,-0.841484147502842f,-0.0010420157365848863f,-0.18148347582834404f,0.9532564831518593f,0.24159020122970973f,1.1903799441810496f,0.8293687273713626f,0.28037280518481583f,-0.4832583203331358f,-0.2863120934948901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.45653749376927616f,-0.1226359758281175f,-0.8812116285067698f,0.15307725625336366f,-0.12552468948612547f,0.9894258318431521f,-0.07266412877684539f,0.5251694075584434f,0.8808047849054181f,0.07743991680116634f,-0.46710383232590647f,-0.40908555151365666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.45653749376927616f,-0.2523786943368634f,-0.8531579639361565f,0.06211553733621502f,-0.12552468948612547f,0.9676026264766898f,-0.2190632547115626f,0.8567027068622693f,0.8808047849054181f,0.007081799222743726f,-0.47342663529578566f,-0.4089854393576441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41165125205720404f,0.5253717488110992f,-0.7446662153145553f,0.1462915036436736f,0.12192988108392654f,0.8415137809138155f,0.5262961719706832f,0.693034301135945f,0.9031480226289573f,0.125853415064124f,-0.41046871639395566f,-0.06915190297129173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41165125205720404f,-0.772404116372357f,-0.483668406752782f,-0.09451616968663464f,0.12192988108392654f,0.4792708928912772f,-0.8691562088175275f,0.897858570339552f,0.9031480226289573f,-0.41676287291244685f,-0.10311332107525159f,-0.2065634633235498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5688712104038227f,-0.3168451952774493f,-0.7589431258027733f,-0.006469023713881446f,-0.00863954795642713f,0.9250608922254078f,-0.3797205602627292f,1.084715635264324f,0.8223812401707604f,-0.20945516920030277f,-0.528977908716871f,-0.29371642614739524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.37410624844900875f,-0.5585149107759418f,-0.7403415490922753f,-0.024154387427235413f,-0.13576293830447853f,0.8226925496845356f,-0.552037492636589f,1.0759437889299877f,0.9173946476050221f,-0.10600973131981499f,-0.38360004876323694f,-0.30582471864523214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5120641907092491f,-0.4338594202122811f,-0.7413206243497781f,-0.006469023713881446f,-0.13788097844426372f,0.8933840195063997f,-0.42761411280948297f,1.084715635264324f,0.8478084101827098f,-0.11675186158538162f,-0.5172909263072509f,-0.29371642614739524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4462436556519105f,0.16169188139176732f,-0.8801831259927728f,-0.00335191894751247f,0.04638216363188082f,0.9863989854712291f,0.15768873250221527f,1.0953870934444254f,0.8937087303407326f,0.029542798671087583f,-0.4476739085086766f,-0.28459497971922876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.47286977564754973f,0.013892534337310802f,-0.8810227992332107f,0.00035571136913222683f,-0.1650485337573176f,0.9807814260482182f,0.10405179394601038f,1.1017823441681869f,0.8655363405331952f,0.19461446967918403f,-0.46148895047215854f,-0.2894405184524685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.45947287465904413f,0.13374797600410734f,-0.8780638680456899f,0.0011916362191578978f,-0.03858159089763903f,0.9846585249041814f,0.17017358836590504f,1.107936459948838f,0.8873534460948249f,0.11206724877646458f,-0.44726367330168054f,-0.2887400981476156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4592484155965974f,0.0010188682454924172f,-0.8883072974368235f,-0.08245458839883534f,0.09307960945259328f,0.9945496442608535f,-0.046980755685302085f,1.116413425508199f,0.8834178394599961f,-0.10425913393131397f,-0.45684018421733075f,-0.11674651107335973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4471660375394456f,-0.27417397978953073f,-0.8513936596414381f,0.06682248126335724f,-0.21470770378942278f,0.9569337424995523f,-0.1953929742832986f,1.1375794801893087f,0.8682989904432369f,0.09542767560917713f,-0.48677553546073477f,-0.47181340765724167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.45947287465904413f,-0.09096879229735433f,-0.8835209993432612f,-0.0005467036307813447f,-0.03858159089763903f,0.9958464746378332f,-0.08246975078904206f,0.9718002161507837f,0.8873534460948249f,-0.0038049677213212174f,-0.46107416314978894f,-0.2867550637340928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.45947287465904413f,-0.013618699647518447f,-0.8880873878580108f,3.497046970898555e-17f,-0.03858159089763903f,0.9992446905317985f,0.004637810670706041f,1.1953703703703702f,0.8873534460948249f,0.03639477248068435f,-0.4596512615447908f,-0.28555555555555573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9986920689536644f,-0.01323310015592917f,-0.04938660212357526f,0.24335784799952598f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.1672453703703702f,0.051128772809927614f,0.25848052763804824f,0.9646624619124075f,-0.026002578304351348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9986920689536644f,-0.01323310015592917f,-0.04938660212357526f,0.33698522946393206f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.1672453703703702f,0.051128772809927614f,0.25848052763804824f,0.9646624619124075f,-0.021209255853420622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9986920689536644f,-0.01323310015592917f,-0.04938660212357526f,0.2975795290502653f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2060682271357483f,0.051128772809927614f,0.25848052763804824f,0.9646624619124075f,-0.16830528636574713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.247097879603344f,-0.9038216613527821f,-0.3493551808189316f,0.1682384051710643f,-0.6827521109384351f,0.4182331133801478f,-0.5991081854569001f,2.5315708759127213f,0.6875988604590924f,0.09048462489199713f,-0.7204306626966347f,-1.3941480968334798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3369941253547208f,-0.9038216613527821f,-0.2637069660549447f,0.1624181699527844f,0.5653821852615335f,0.4182331133801478f,-0.7109318163236483f,2.539169864828019f,0.752846560771383f,0.09048462489199713f,0.6519467682202703f,-1.4874081779479047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06208250899498574f,-0.9038216613527821f,-0.4233818212280548f,0.22883556074613257f,-0.08105588176317641f,0.4182331133801478f,-0.9047159813466006f,2.6710777675723603f,0.9947741985538635f,0.09048462489199713f,-0.04729510069418481f,-1.4336838722865646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007184612946788876f,0f,-0.000013875228351448265f,0.6071913310513428f,0f,0.000015625f,0f,1.3614928703703701f,0.000013875228351448265f,0f,-0.000007184612946788876f,0.036976659583255744f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47.mcfunction new file mode 100644 index 000000000..57e9032d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..e87ea203c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.345836453894854f,0.017395867753886782f,-0.7396208321748153f,-0.1696055279154316f,-0.31716046387991637f,0.7341263017150934f,0.1655664752479814f,1.4312679492094982f,0.6683942188210138f,0.3573519292793218f,-0.3041269658077655f,-0.4914483701666108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3064693331938407f,0.14538863743498084f,-0.7245265294773702f,-0.1696055279154316f,-0.011833555758973296f,0.7832976189657315f,0.16218756758985933f,1.4312679492094982f,0.7388751685973903f,0.07284905097127625f,-0.29792029303617845f,-0.4914483701666108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7709785551536017f,0.21432048630929795f,-0.1631050001865532f,-0.22546347971038558f,0.1595635046537057f,0.7619148977042861f,0.2469202727265189f,1.4233856739175594f,0.21697004383171495f,0.20123832201858982f,-0.761164622322432f,-0.447166520528534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7780978348785642f,-0.09505411500443967f,-0.15977632671335823f,-0.22546347971038558f,-0.1412128184211373f,0.7493680546731467f,0.2418810834872022f,1.4233856739175594f,0.12092435350602418f,0.2634620159645537f,-0.7456306504383008f,-0.447166520528534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.74290484293427f,1.3581781423734502f,-0.21178002248515676f,-0.01676196435299515f,0.25686197725697296f,-0.373655489768407f,-1.4952624350279018f,1.2375804378728503f,-1.3503779356107855f,0.6761212602373464f,-0.4009310694753106f,0.554551106546979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5592639069656639f,0.12839719309383454f,-0.8189859847220381f,-0.18125473884611532f,-0.2876780920830806f,0.9565988063933816f,-0.04647621910392956f,1.3282736057405125f,0.7774735993594512f,0.2615967974046747f,0.5719282454003102f,0.3711724372716393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.19658351504127963f,0.12839719309383454f,-0.9720437656914631f,-0.2608371099744394f,-0.2830959014778572f,0.9565988063933816f,0.06910451630101505f,1.435751935237137f,0.9387287319457387f,0.2615967974046747f,0.22440027497122889f,0.026766505964977982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.20970938741301978f,0.9672643622641328f,-0.14290425579602778f,0.46574315710272973f,0.7533807483110642f,-0.25301094744556735f,-0.6069620322120304f,1.2450176238965849f,-0.6232490841590681f,0.01962432078969939f,-0.7817771198547743f,-0.2899724707477169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5814155223326503f,0.8086136095722574f,-0.09000011558424131f,0.25574657451805305f,0.7601756990188797f,0.5004729628925058f,-0.4143183800349133f,1.4914892795324817f,-0.2899808562850482f,-0.30930703811604704f,-0.9056711650262852f,-0.36943621339716126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5104987808094241f,-0.8379163346330426f,-0.19309896671711846f,0.10455358009441468f,-0.8186982311799732f,0.5422990853530455f,-0.1887985918592439f,1.159699704948069f,0.2629148171078889f,0.06170833153130523f,-0.9628436429476738f,-0.016056709664326846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.734517726159212f,-0.4392850550567433f,-0.5172159610469259f,0.018955032514732035f,-0.5374047173303078f,0.8419518194769933f,0.04809681351724296f,1.3178662761844882f,0.4143427080920249f,0.3132822594453356f,-0.8545023968180501f,0.03734307400156078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7788817732571487f,-0.22815375126149223f,-0.5841994942424283f,0.2485094891683493f,-0.1099102340741552f,0.9667239305705565f,-0.23100775421612685f,1.171809198304423f,0.6174649170062735f,-0.11571822608181997f,-0.7780400814989626f,-0.2051927871233441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7788817732571487f,0.09451280256004596f,-0.62000847852271f,0.262355586657591f,-0.1099102340741552f,0.9527113594285093f,0.2833033816629206f,1.3522132243326617f,0.6174649170062735f,0.2888051172817542f,-0.7316615887815268f,-0.15561471256289972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262164f,-0.1493717460609399f,0.2905058866240261f,-0.1047473994610141f,0.9692774842205893f,0.2225514342554547f,2.089960760976202f,0.12869827437053477f,0.23511234247589058f,-0.9634100583809295f,-0.04828735116725094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262164f,-0.1493717460609399f,0.32251648451699494f,-0.1047473994610141f,0.9692774842205893f,0.2225514342554547f,1.9935932998898653f,0.12869827437053477f,0.23511234247589058f,-0.9634100583809295f,-0.17282227223884444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262164f,-0.1493717460609399f,-0.2888491700560245f,-0.1047473994610141f,0.9692774842205893f,0.2225514342554547f,2.0284216637928565f,0.12869827437053477f,0.23511234247589058f,-0.9634100583809295f,0.027322885025438254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262164f,-0.1493717460609399f,-0.3307987921647642f,-0.1047473994610141f,0.9692774842205893f,0.2225514342554547f,1.9241981477469436f,0.12869827437053477f,0.23511234247589058f,-0.9634100583809295f,-0.08755966546836517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.985301235992697f,0.08288278367652648f,-0.1493717460609399f,0.18237563805016088f,0.04817061956428369f,0.9737301733651028f,0.2225514342554547f,2.188002641240638f,0.1638934585700627f,0.2120848736906926f,-0.9634100583809295f,-0.03158006753302795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262164f,-0.1493717460609399f,0.06805920058212486f,-0.1047473994610141f,0.9692774842205895f,0.2225514342554547f,2.18570509098471f,0.12869827437053477f,0.23511234247589055f,-0.9634100583809295f,-0.014386638193943174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9743281567468474f,0.1684420507147699f,-0.1493717460609399f,0.04634458055665931f,0.1328534923091754f,0.9658264899515318f,0.2225514342554547f,2.179178429138662f,0.1817542091714712f,0.19699357060296915f,-0.9634100583809295f,-0.012527582708758304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9786925987221657f,-0.14088604858239281f,-0.1493717460609399f,0.07432565338218014f,-0.17210561943931832f,0.9596095637644765f,0.2225514342554547f,2.1919212730664426f,0.11198416389768154f,0.24351715842336677f,-0.9634100583809295f,-0.01392225728195454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9886827024262574f,0.013949745582585812f,-0.1493717460609399f,0.11907285813964293f,-0.019870704916133422f,0.974718428161167f,0.2225514342554547f,2.3064483207364286f,0.14869992941911153f,0.22300087533730703f,-0.9634100583809295f,-0.026840753697578844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9886827024262574f,0.013949745582585812f,-0.1493717460609399f,0.11593416538356112f,-0.019870704916133422f,0.974718428161167f,0.2225514342554547f,2.0871366744001665f,0.14869992941911153f,0.22300087533730703f,-0.9634100583809295f,-0.07701595064847284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9626893497016726f,-0.22564861499614192f,-0.1493717460609399f,-0.20268744678647954f,-0.2550861898748938f,0.9409579665670246f,0.2225514342554547f,2.1471012383336343f,0.09033411153091973f,0.2523505650962035f,-0.9634100583809295f,0.01867359031959094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262161f,-0.1493717460609399f,-0.08982764889536199f,-0.10474739946101412f,0.9692774842205893f,0.2225514342554547f,2.1689343489985347f,0.12869827437053477f,0.23511234247589055f,-0.9634100583809295f,0.006218795111707642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9393594534422276f,-0.30869385919941145f,-0.1493717460609399f,-0.06748863816550531f,-0.3361254003802686f,0.9151451110780433f,0.2225514342554547f,2.1670870640442086f,0.06799656203017979f,0.259263431595221f,-0.9634100583809295f,0.0023285171127887944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9887755778914897f,-0.0033072713914883978f,-0.1493717460609399f,-0.09691533558587838f,-0.03687886068170762f,0.9742231822050116f,0.2225514342554547f,2.1737320543129814f,0.14478537978736006f,0.22556208282928186f,-0.9634100583809295f,0.008425992677128652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9760847385177736f,-0.15794513196485727f,-0.1493717460609399f,-0.16613755598089366f,-0.18882690304778743f,0.9564597533593463f,0.2225514342554547f,2.2761532690407655f,0.10771714774385549f,0.24543446272351874f,-0.9634100583809295f,0.010381372056952463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9760847385177736f,-0.15794513196485727f,-0.1493717460609399f,-0.13059990128880083f,-0.18882690304778743f,0.9564597533593463f,0.2225514342554547f,2.060949824534913f,0.10771714774385549f,0.24543446272351874f,-0.9634100583809295f,-0.044841382055839166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9861362666894478f,-0.07227271268262164f,-0.1493717460609399f,0.03437476436162813f,-0.1047473994610141f,0.9692774842205893f,0.2225514342554547f,1.5703338064840047f,0.12869827437053477f,0.23511234247589058f,-0.9634100583809295f,-0.15131717754664592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7788817732571487f,0.09451280256004596f,-0.62000847852271f,-0.0010675365983891063f,-0.1099102340741552f,0.9527113594285093f,0.2833033816629206f,1.2130670466983136f,0.6174649170062735f,0.2888051172817542f,-0.7316615887815268f,-0.25961909652730375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6786525707396334f,0.006310329619777455f,-0.7344323440376089f,0.1412816286014464f,-0.11592870590653129f,0.9865075450273213f,0.11560016760803038f,0.5416005604328793f,0.7252525238669109f,0.16359414214530266f,-0.6687643331401717f,-0.36473688764654894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6786525707396334f,-0.17701594138769244f,-0.7128085610618857f,0.0745016087687169f,-0.11592870590653129f,0.98417276649546f,-0.13403171578215997f,0.8787947631554749f,0.7252525238669109f,-0.008325994433205641f,-0.6884326070439823f,-0.373326922658759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6398160346357648f,0.39954312113203433f,-0.6565064631662344f,0.046651845345862336f,0.11075944435680456f,0.893258804927347f,0.43568457960494766f,0.6766722460620942f,0.760504955479409f,0.20604368899784462f,-0.6157744805652647f,-0.03493623056634462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6398160346357648f,-0.5442262205714374f,-0.5426354786276832f,-0.12757381387869662f,0.11075944435680456f,0.633402584903754f,-0.7658547583732928f,0.9251349716261311f,0.760504955479409f,-0.5501081587104227f,-0.344982936406267f,-0.21769896319849585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7583469910702243f,-0.20116216822761818f,-0.6200351790089824f,-0.009721026512952227f,0.03589683506551451f,0.9368604103629554f,-0.34785627596298163f,1.1079760616318464f,0.6508619349501218f,-0.28605306075712295f,-0.7032441880772746f,-0.2717904896954563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5915777323896396f,-0.4739996255172708f,-0.6521963979893013f,-0.02422844742781257f,-0.12231412690357456f,0.8523277350631269f,-0.5085043622251204f,1.099949288201964f,0.7969159559831567f,-0.22104702452565908f,-0.5621949591092084f,-0.2879594034408013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7141262200525391f,-0.34577431553269156f,-0.6086574279111127f,-0.009721026512952227f,-0.10380765896617877f,0.912185430768128f,-0.39641103646887305f,1.1079760616318464f,0.6922771928739485f,-0.21990421235679722f,-0.687309555887522f,-0.2717904896954563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6620774484641584f,0.20667117152907763f,-0.720375234925513f,-0.008929939231760785f,0.0535590761357579f,0.9718143686206941f,0.22958279183302366f,1.1184288091210612f,0.7475191486501692f,0.11341895697439631f,-0.6544854945681885f,-0.262128278403097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6936232685632819f,0.0335045192395599f,-0.7195583426645231f,-0.003658447366287584f,-0.14657510169364213f,0.9714545573479959f,0.18652555474065094f,1.124658894900621f,0.7052676802966996f,0.2348478022003507f,-0.668912557013678f,-0.26552274517883306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6786169424404119f,0.16482175603530028f,-0.7157603189408215f,-0.0026283113910669574f,-0.029121064367430716f,0.9676926603621484f,0.2504453606903821f,1.1307069740278846f,0.7339148513573864f,0.19080016723962162f,-0.6518928494303322f,-0.2643302441335854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6688622170511854f,0.089297122951686f,-0.7380036303663584f,-0.12678109926181447f,0.12746067764089508f,0.9918334578822973f,0.004490821814427386f,1.1439540738880065f,0.732377710103671f,-0.09106270179275697f,-0.6747817973875012f,-0.12160919115493746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6685040227689231f,-0.23421575803779252f,-0.7058649660016776f,0.11023551475739542f,-0.21388174809217075f,0.9695653205696366f,-0.11915404727383402f,1.159824426026185f,0.7122899475458041f,0.07131667291370299f,-0.6982527928978985f,-0.4228101604045639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6786169424404119f,-0.03403813213081817f,-0.7337032445027566f,-0.012013275736433182f,-0.029121064367430716f,0.9993870482709735f,-0.019429136839786615f,0.9949120637558345f,0.7339148513573864f,0.008181277973285161f,-0.6791922096489249f,-0.2677513332791761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6786169424404119f,0.03003784446933705f,-0.7338779008339621f,3.164946571546441e-17f,-0.029121064367430716f,0.9972774396813205f,0.06774711737615197f,1.21796875f,0.7339148513573864f,0.06734564724097668f,-0.6758946328790896f,-0.2584375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9388243156096738f,-0.08913635643564101f,-0.3326614110193814f,0.15643896884216454f,0f,0.9659258262890683f,-0.25881904510252074f,1.18984375f,0.3443964349699739f,0.24298561288512333f,0.9068346527955431f,0.06560210466851074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9388243156096738f,-0.08913635643564101f,-0.3326614110193814f,0.24445374843057147f,0f,0.9659258262890683f,-0.25881904510252074f,1.18984375f,0.3443964349699739f,0.24298561288512333f,0.9068346527955431f,0.09788927044694579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9388243156096738f,-0.08913635643564101f,-0.3326614110193814f,0.25034557028927523f,0f,0.9659258262890683f,-0.25881904510252074f,1.2286666067653782f,0.3443964349699739f,0.24298561288512333f,0.9068346527955431f,-0.05427951036160322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3068143145086455f,-0.9388973280441574f,-0.15600251217250144f,0.49515830825040985f,-0.8027303784779004f,0.3433333628340314f,-0.4875921876258912f,2.528998422010652f,0.5113598692518966f,-0.02437230716647322f,-0.8590209978586475f,-1.4986968607493116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21727059096265913f,-0.9388973280441574f,-0.26695560996966955f,0.5018416819598103f,0.6460991750551007f,0.3433333628340314f,-0.6816729846181332f,2.5406890779893487f,0.7316757111561483f,-0.02437230716647322f,0.6812170317509155f,-1.5914746791039605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0712893195669379f,-0.9388973280441574f,-0.3367337825452392f,0.549010062486896f,-0.12470033043943618f,0.3433333628340314f,-0.9308985065802666f,2.6744785259870403f,0.9896300624495895f,-0.02437230716647322f,-0.141556808876877f,-1.5238522485951045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010607888617423475f,0f,-0.000011472285041801284f,0.49988054592909625f,0f,0.000015625f,0f,1.38409125f,0.000011472285041801284f,0f,-0.000010607888617423475f,0.21360887707314175f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48.mcfunction new file mode 100644 index 000000000..8663f3fda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..64148cd26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5891800831434753f,-0.038386580538735324f,-0.564214271802863f,-0.07024019397444127f,-0.26226233479252076f,0.7404147064592347f,0.22349267248056529f,1.462493094791749f,0.5010286836306553f,0.34242806155143407f,-0.5464958602641964f,-0.5083279426871067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5476127296426553f,0.18612722979493268f,-0.5526996948272944f,-0.07024019397444127f,0.04020797189679441f,0.7684089240749619f,0.21893159753198232f,1.462493094791749f,0.58181063700251f,0.12208349491566675f,-0.5353428835241107f,-0.5083279426871067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7869009892440134f,0.2042536401654172f,0.07753533420585368f,-0.13449311605770226f,0.21824583272174986f,0.7481760033707215f,0.24402022236742613f,1.4604378460606375f,-0.01000170339627858f,0.25584675668031126f,-0.7754913587331472f,-0.4854005738460837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7887342388574636f,-0.1101337605606166f,0.07595298044655055f,-0.13449311605770226f,-0.08295350505364503f,0.7589324675222613f,0.2390402178293154f,1.4604378460606375f,-0.10496197622592773f,0.22779829789826886f,-0.7596650044732871f,-0.4854005738460837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5343262942732907f,0.21658682468073384f,-0.2008462598016421f,-0.48844713095779585f,-0.1256513223938612f,-0.48293534386383574f,-1.4806726339160161f,1.319900281039884f,-0.26732156269606416f,1.4701257942849095f,-0.45681022437758384f,0.5340299514377245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1454795964646174f,0.11997619512000608f,-0.9820597739532041f,-0.4747998075531472f,-0.27359629510409855f,0.94903207221568f,0.15647106189747367f,1.4022640743283254f,0.9507790249673176f,0.29145126266759985f,-0.10523976041239669f,0.2856682219489832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.447043029820749f,0.11997619512000608f,-0.8864300548228332f,-0.31602157333647923f,-0.2104799868256386f,0.94903207221568f,0.2345981693276634f,1.4841421859125423f,0.8693967475408243f,0.29145126266759985f,-0.39900558499211236f,-0.03772911540468063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4611784031546509f,0.8851350027592546f,0.06205245647111929f,0.4521668353564504f,0.7178353147682501f,-0.33107464956011723f,-0.6124557431277894f,1.2286636989805224f,-0.5215620206028171f,0.32699480624165805f,-0.7880656415272062f,-0.11228804505071704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.391233859193216f,0.904827482036333f,0.1679979022862255f,0.3003984996044413f,0.7979216343361981f,0.42446770296598363f,-0.4279582159475759f,1.4895019413243378f,-0.45853803863914433f,-0.033382583641335895f,-0.8880475607929993f,-0.25403116382215707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5689086013617479f,-0.8143908619861785f,0.11450121051774353f,0.022657645451628183f,-0.8205428662374662f,0.5527416359292341f,-0.14555441792359833f,1.1835337403461403f,0.055248601461240485f,-0.1767603117888265f,-0.9827020831426448f,0.030559097599971496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8565218350663428f,-0.4747535661218677f,-0.20243368669555378f,-0.06762385873806921f,-0.4968706426424939f,0.8646116253180243f,0.07460765272382752f,1.346114717922794f,0.13960626968234344f,0.16448643962191428f,-0.9764498454328757f,0.05529749349512497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9414081002585284f,-0.09553952471041514f,-0.32345476961352154f,0.21380528465243503f,-0.030112681894952864f,0.979018820403504f,-0.20153256730569497f,1.1756898018000554f,0.33592263269497286f,-0.1799843007427011f,-0.9245331991494081f,-0.10156087483453881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9414081002585284f,0.07898772934205009f,-0.3278898098157601f,0.22656617259272094f,-0.030112681894952864f,0.9486214529053569f,0.3149770872251229f,1.3555249310149668f,0.33592263269497286f,0.3063956228491464f,-0.8906613874768355f,-0.04967832922205406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9969276765938425f,-0.07800025620268236f,-0.007153158289775363f,0.28197599404959695f,-0.07802198628792563f,0.9808297440533839f,0.17856534612253216f,2.1103047567364994f,-0.006912112331944387f,0.17857483924811152f,-0.9839020527931739f,-0.003358666930250595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9969276765938425f,-0.07800025620268236f,-0.007153158289775363f,0.3284402053575349f,-0.07802198628792563f,0.9808297440533839f,0.17856534612253216f,2.007367364414611f,-0.006912112331944387f,0.17857483924811152f,-0.9839020527931739f,-0.11766213507317665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9969276765938425f,-0.07800025620268236f,-0.007153158289775363f,-0.3037190159492855f,-0.07802198628792563f,0.9808297440533839f,0.17856534612253216f,2.064466839792343f,-0.006912112331944387f,0.17857483924811152f,-0.9839020527931739f,-0.00741953292526791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9969276765938425f,-0.07800025620268236f,-0.007153158289775363f,-0.3320243803858857f,-0.07802198628792563f,0.9808297440533839f,0.17856534612253216f,1.9556777984988605f,-0.006912112331944387f,0.17857483924811152f,-0.9839020527931739f,-0.1222414094930898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.996855770940406f,0.07891390415693512f,-0.007153158289775363f,0.1752821511384412f,0.07637417013987984f,0.9809594299967682f,0.17856534612253216f,2.211250674367697f,0.02110824668827821f,0.17745757924395644f,-0.9839020527931739f,-0.006495523208656442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9969276765938426f,-0.07800025620268237f,-0.007153158289775363f,0.05966498634312947f,-0.07802198628792562f,0.9808297440533839f,0.17856534612253216f,2.212147907691953f,-0.006912112331944388f,0.17857483924811154f,-0.9839020527931739f,-0.005492127944776548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.986184633843077f,0.16549531805545942f,-0.007153158289775363f,0.03773406536389956f,0.16157979109119294f,0.9705701356806041f,0.17856534612253216f,2.2061682954438186f,0.036494370562083836f,0.17494259466080755f,-0.9839020527931739f,-0.00641790727309061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9890581880552324f,-0.147352410795962f,-0.007153158289775363f,0.06597196613380377f,-0.14625115293921656f,0.9729979534552423f,0.17856534612253216f,2.218248767686608f,-0.01935202585907761f,0.17765767533244345f,-0.9839020527931739f,-0.004430754661884206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9999322360675608f,0.009184530440323552f,-0.007153158289775363f,0.11518720563868114f,0.007759855777349764f,0.9838974549222366f,0.17856534612253216f,2.3310668508708416f,0.00867801309301525f,0.17849773835580032f,-0.9839020527931739f,-0.016074844938198156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9999322360675608f,0.009184530440323552f,-0.007153158289775363f,0.11312068628960834f,0.007759855777349764f,0.9838974549222366f,0.17856534612253216f,2.1096899235133386f,0.00867801309301525f,0.17849773835580032f,-0.9839020527931739f,-0.056236836068253165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9724519142362709f,-0.23299379138658097f,-0.007153158289775363f,-0.21399472618092874f,-0.2304969824731955f,0.9565487746241125f,0.17856534612253216f,2.1807849185285275f,-0.03476227220656889f,0.17529499405406504f,-0.9839020527931739f,-0.00919454096835319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9969276765938425f,-0.07800025620268235f,-0.007153158289775363f,-0.09994963825913289f,-0.07802198628792562f,0.9808297440533839f,0.17856534612253216f,2.199656078701289f,-0.006912112331944387f,0.17857483924811152f,-0.9839020527931739f,-0.0065988022211307396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9484446941674516f,-0.31686194853925037f,-0.007153158289775363f,-0.07734484420796013f,-0.31298859079267016f,0.9328196820381516f,0.17856534612253216f,2.197161939902239f,-0.04990795667253434f,0.17159821202492387f,-0.9839020527931739f,-0.007215796998367462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9999402337029073f,-0.008268092201741573f,-0.007153158289775363f,-0.10714293394249534f,-0.009412704362182556f,0.9838830307311586f,0.17856534612253216f,2.204700374280442f,0.005561476311666969f,0.17862200449724291f,-0.9839020527931739f,-0.005631031937512694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9863358955398559f,-0.16459141379814346f,-0.007153158289775363f,-0.17314430096343453f,-0.1632100339265865f,0.970297326591093f,0.17856534612253216f,2.308501325424353f,-0.02244963240841039f,0.1772928777873086f,-0.9839020527931739f,-0.01807396664909488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9863358955398559f,-0.16459141379814346f,-0.007153158289775363f,-0.1361112328588523f,-0.1632100339265865f,0.970297326591093f,0.17856534612253216f,2.090184426941357f,-0.02244963240841039f,0.1772928777873086f,-0.9839020527931739f,-0.05796486415123925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9969276765938425f,-0.07800025620268236f,-0.007153158289775363f,0.02870339421580822f,-0.07802198628792563f,0.9808297440533839f,0.17856534612253216f,1.5916817643336594f,-0.006912112331944387f,0.17857483924811152f,-0.9839020527931739f,-0.11787351607461671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9414081002585284f,0.07898772934205009f,-0.3278898098157601f,-0.000917004287460566f,-0.030112681894952864f,0.9486214529053569f,0.3149770872251229f,1.2359487194941505f,0.33592263269497286f,0.3063956228491464f,-0.8906613874768355f,-0.2327718746430466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.851601227551993f,0.07005739127588345f,-0.519487546683803f,0.13381869347827474f,-0.10589745239733539f,0.9476017887033289f,0.3013910742241809f,0.5615947517524089f,0.513382000860658f,0.31167741652848285f,-0.7995599472324997f,-0.3334213148349213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.851601227551993f,-0.1151111980030959f,-0.5113949171884979f,0.08824743159492887f,-0.10589745239733539f,0.9932548561375333f,-0.04722838484388403f,0.9024718309775599f,0.513382000860658f,0.013935668390858663f,-0.8580470373696346f,-0.33870106419469337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8238516841500882f,0.2695226538242809f,-0.4986240483556523f,-0.04781551515131609f,0.10059446671933381f,0.9352705624797013f,0.3393371895686582f,0.6633238197723832f,0.5578074540453148f,0.22940469488312476f,-0.7976367156651356f,-0.04274040805211343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8238516841500882f,-0.2931715294235365f,-0.48509674999790253f,-0.14588515334770147f,0.10059446671933381f,0.7666300633962925f,-0.6341601526132409f,0.9538167988277932f,0.5578074540453148f,-0.5712519586246166f,-0.6020980351894725f,-0.23997123045868182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8955451334870576f,-0.06939973163782164f,-0.43952541580237f,-0.010231418191038245f,0.08071424912613094f,0.9460407665593751f,-0.31383447547354437f,1.1318325596363876f,0.43758898966456283f,-0.31652890113913473f,-0.8416206573439122f,-0.251705331099463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7724210120999089f,-0.36787021278321924f,-0.5177231756579775f,-0.020591663840946836f,-0.11007634974553668f,0.8803760930577558f,-0.46132540792705107f,1.124601621787857f,0.6254989826476542f,-0.2993483611433187f,-0.720514803031526f,-0.271114271639952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8689932197206076f,-0.23531375664752063f,-0.4352909601772623f,-0.010231418191038245f,-0.06982764803340663f,0.9292017224789796f,-0.36291632439478383f,1.1318325596363876f,0.48987231361828804f,-0.28497648126561015f,-0.8239014027635448f,-0.251705331099463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8338237692586157f,0.2138437982549222f,-0.5089290242924476f,-0.011879575691414035f,0.060441861647705375f,0.9517445640154827f,0.3008804849563f,1.1420934844291746f,0.5487118580638789f,0.2201206823878365f,-0.8065123570071314f,-0.24210519869698105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8626999743477207f,0.027857787652334674f,-0.5049482131145322f,-0.005578147941471537f,-0.12659714862645638f,0.9547934700734136f,0.26896578121541764f,1.1481143266495695f,0.4896140482258375f,0.2959617765392796f,-0.8201735856558785f,-0.2435770911079155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8502639309248732f,0.1579645090659264f,-0.5020940764874079f,-0.0045908697598094975f,-0.019585220414707578f,0.9437495348484549f,0.330080648652162f,1.1540127612423723f,0.5259920787516573f,0.2904892930021442f,-0.7993424195810107f,-0.2417615330266521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8304241653375336f,0.16674917559832303f,-0.5315923419884264f,-0.15975429363940943f,0.16204965579200642f,0.9851985250450448f,0.055890744374719255f,1.1721081335729653f,0.5330437268002999f,-0.03973133129342138f,-0.8451543093616097f,-0.137552695458123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8401478246895089f,-0.2035574175029073f,-0.5027086735367047f,0.14737828878116502f,-0.21206712913027864f,0.9763968287384366f,-0.040948328072897014f,1.182523656671524f,0.49917849053412516f,0.0722053364307027f,-0.8634855088413478f,-0.36339399916615006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8502639309248732f,0.0066209084011288055f,-0.5263149355092691f,-0.018365800811292736f,-0.019585220414707578f,0.9988304830009258f,0.04420503782878864f,1.0191216407014883f,0.5259920787516573f,0.04789394325049022f,-0.8491398608535753f,-0.2541984111016201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8502639309248732f,0.05246708296925178f,-0.5237350980914683f,2.830294824696106e-17f,-0.019585220414707578f,0.9911769085527832f,0.13109063693893214f,1.2407407407407407f,0.5259920787516573f,0.12171910760618175f,-0.8417343951235835f,-0.2311111111111112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7968715445394186f,-0.15636520886743355f,-0.5835629040293817f,0.05464150108874427f,0f,0.9659258262890683f,-0.25881904510252074f,1.2126157407407407f,0.6041487743125542f,0.2062455322270631f,0.7697188051054837f,0.1282889165552521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7968715445394186f,-0.15636520886743355f,-0.5835629040293817f,0.12934820838931477f,0f,0.9659258262890683f,-0.25881904510252074f,1.2126157407407407f,0.6041487743125542f,0.2062455322270631f,0.7697188051054837f,0.1849278641470541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7968715445394186f,-0.15636520886743355f,-0.5835629040293817f,0.1795292903434368f,0f,0.9659258262890683f,-0.25881904510252074f,1.2514385975061189f,0.6041487743125542f,0.2062455322270631f,0.7697188051054837f,0.04115056958533052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.28043916628483134f,-0.9591759683499973f,0.03654224614488984f,0.8372481053105331f,-0.8853416859153711f,0.24376855434595865f,-0.395912857953123f,2.520388573570005f,0.3708422483941077f,-0.14338184561486986f,-0.9175607190557346f,-1.2878629980514433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07608048637808718f,-0.9591759683499973f,-0.2723843265173653f,0.8546107278982277f,0.7107131161576001f,0.24376855434595865f,-0.6598967786204406f,2.5352252810253315f,0.6993558651459408f,-0.14338184561486986f,0.7002449715878339f,-1.3787886487159415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.18520130760207576f,-0.9591759683499973f,-0.2137333324550158f,0.8779894164726327f,-0.15825821285681618f,0.24376855434595865f,-0.9568339615499901f,2.6713320215301666f,0.9698736070879792f,-0.14338184561486986f,-0.1969437295834159f,-1.30378426394618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013287922661529012f,0f,-0.000008220202937958634f,0.3555509720343664f,0f,0.000015625f,0f,1.4068632407407407f,0.000008220202937958634f,0f,-0.000013287922661529012f,0.3573545621372671f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49.mcfunction new file mode 100644 index 000000000..f2f9bb2f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..a7ac58080 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7355368912424607f,-0.07790221520953591f,-0.34620972102364267f,0.0250838653831124f,-0.2039452917881049f,0.7448201087092728f,0.2656948777530651f,1.486739450588098f,0.2904070316354032f,0.3257586452762206f,-0.6902821926204962f,-0.4925094213751199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6948826445692592f,0.2052298971452404f,-0.3391442165129561f,0.0250838653831124f,0.0946378137407329f,0.750534404684572f,0.26027253330912503f,1.486739450588098f,0.38494388485441244f,0.18595374882623167f,-0.6761948009343637f,-0.4925094213751199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7444671452173224f,0.18306242797575856f,0.2814271870307397f,-0.040175889550535485f,0.2701122732285825f,0.7331530846492804f,0.23763492749378648f,1.4896570378967338f,-0.1993802246655929f,0.3097081632397017f,-0.7288846438768157f,-0.4884956572441438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7423865303199111f,-0.1134050077089108f,0.27568377505052055f,-0.040175889550535485f,-0.03038139248978547f,0.7647797103164434f,0.2327852350959541f,1.4896570378967338f,-0.2965454612533224f,0.205551207524643f,-0.7140094470630032f,-0.4884956572441438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2148735451283057f,-0.9668996386684157f,-0.17491028583325335f,-0.8200432817736838f,-0.45571673494216963f,-0.3080315245380702f,-1.4624790895545827f,1.44558919988331f,0.8705232775986129f,1.1881194883653912f,-0.5215050858096485f,0.2861630836394742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7121724277433826f,0.10589064068531015f,-0.6939723376168183f,-0.6523594292544359f,-0.15867448325497718f,0.9386932693505368f,0.30606756515476574f,1.4933082980234105f,0.6838368530035964f,0.3280885829943726f,-0.6517093218474646f,0.09069987340033758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8618135282403031f,0.10589064068531015f,-0.4960490043909523f,-0.33748269819189275f,-0.07795889678123072f,0.9386932693505368f,0.3358234007460681f,1.5269697742009494f,0.5011984167519423f,0.3280885829943726f,-0.8007234408671267f,-0.09961549613642864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6407997236219612f,0.7318894415000021f,0.23176185973285823f,0.3993172025684196f,0.6769926025383528f,-0.3963583302266155f,-0.6201460232625194f,1.2145853557318393f,-0.36201758288012187f,0.554290464901557f,-0.7494700462359052f,0.032024829432169166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18700323383833717f,0.9079880498817516f,0.37494998573934923f,0.3130582013864415f,0.822937337020014f,0.35323553708144145f,-0.4449705548473896f,1.4854909116593706f,-0.5364736059419999f,0.22534941006073117f,-0.8132734555565355f,-0.14213283651361325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6187691384253281f,-0.7082025858728854f,0.3399615429652829f,-0.05715254021303484f,-0.7772399850058838f,0.6147749879430111f,-0.1339765647705763f,1.2025973252832687f,-0.11411730386068092f,-0.3471322681091882f,-0.9308471568399077f,0.04927685118591239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.902259689621216f,-0.423787929227973f,0.07956911162815497f,-0.1361154699956038f,-0.41771570075300546f,0.9048235538515573f,0.08251017961357046f,1.3727674302530204f,-0.10696282451886155f,0.04120834182668193f,-0.9934086906881994f,0.05079461096161403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.997121705931939f,0.03259729882336462f,-0.06845231675261321f,0.16404315922238455f,0.044578617209797625f,0.9823703187543132f,-0.18155248199408153f,1.1802117818330027f,0.061327403720051216f,-0.1840814301877548f,-0.9809959105995236f,-0.024562419682677784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.997121705931939f,0.06245624725209295f,-0.04298279584397985f,0.17548506310812712f,0.044578617209797625f,0.9415338929620927f,0.3339560978501651f,1.3588366123749587f,0.061327403720051216f,0.3310787603921944f,-0.9416080946817129f,0.031629797299097984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780286f,0.11332053266849856f,0.2780797241475251f,-0.04808989088036009f,0.9872761878302159f,0.1515687676883051f,2.1228354926433552f,-0.12183479569784811f,0.14481338688148707f,-0.9819294096508039f,0.046000848782661544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780286f,0.11332053266849856f,0.3340913542439028f,-0.04808989088036009f,0.9872761878302159f,0.1515687676883051f,2.0154389120433702f,-0.12183479569784811f,0.14481338688148707f,-0.9819294096508039f,-0.0595879018936179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780286f,0.11332053266849856f,-0.3043587934902549f,-0.04808989088036009f,0.9872761878302159f,0.1515687676883051f,2.0945826817511435f,-0.12183479569784811f,0.14481338688148707f,-0.9819294096508039f,-0.025577093689824214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780286f,0.11332053266849856f,-0.3227010167093384f,-0.04808989088036009f,0.9872761878302159f,0.1515687676883051f,1.9835793593351316f,-0.12183479569784811f,0.14481338688148707f,-0.9819294096508039f,-0.14030345404344227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9894548663467392f,0.09020822766513181f,0.11332053266849856f,0.17588198613071043f,0.10694619776715421f,0.9826440960208316f,0.1515687676883051f,2.2268278269877406f,-0.0976810024820858f,0.16208965487321633f,-0.9819294096508039f,0.027981109308451393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780286f,0.11332053266849856f,0.061027371006302275f,-0.04808989088036009f,0.9872761878302159f,0.1515687676883051f,2.231237752361059f,-0.12183479569784811f,0.14481338688148707f,-0.9819294096508039f,0.015406906835696357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9778275267715939f,0.17610163191599235f,0.11332053266849856f,0.03916707198033487f,0.19218231124200702f,0.9695838632666745f,0.1515687676883051f,2.2258988712291528f,-0.08318225251475378f,0.16998631512388102f,-0.9819294096508039f,0.012059997850577615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9843876381481014f,-0.13468271877613128f,0.11332053266849856f,0.06736677609653882f,-0.11684165179774357f,0.9815166514464355f,0.1515687676883051f,2.237172569354224f,-0.13163968347871988f,0.13596186302212132f,-0.9819294096508039f,0.01705459927044273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.993337211886773f,0.020967602551075895f,0.11332053266849856f,0.12131614547221889f,0.038139895120593646f,0.987710614027023f,0.1515687676883051f,2.348092540583785f,-0.10874985922382731f,0.1548809303356013f,-0.9819294096508039f,0.008576978280465636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.993337211886773f,0.020967602551075895f,0.11332053266849856f,0.11659843489822683f,0.038139895120593646f,0.987710614027023f,0.1515687676883051f,2.1258576524277055f,-0.10874985922382731f,0.1548809303356013f,-0.9819294096508039f,-0.0262712310450446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9689033735999865f,-0.21996524612377433f,0.11332053266849856f,-0.21123049307069225f,-0.20194184681320243f,0.9675982633134071f,0.1515687676883051f,2.208049852424433f,-0.14298861189702466f,0.12397133269665897f,-0.9819294096508039f,-0.0195925210878327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780284f,0.11332053266849856f,-0.09769978862380929f,-0.04808989088036007f,0.9872761878302159f,0.1515687676883051f,2.2235382471108305f,-0.12183479569784811f,0.1448133868814871f,-0.9819294096508039f,-0.0040996387597150435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9460451693389234f,-0.30357370512976845f,0.11332053266849856f,-0.07527199333206033f,-0.2855051424385918f,0.9463158681447585f,0.1515687676883051f,2.2203476839827023f,-0.15324931063990863f,0.11103730567343773f,-0.9819294096508039f,-0.0020038262020580233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9935518569398027f,0.003628284332522519f,0.11332053266849856f,-0.10478559682814159f,0.020896159151413574f,0.9882258138675428f,0.1515687676883051f,2.228821836547931f,-0.11143634103912728f,0.152959394476557f,-0.9819294096508039f,-0.00410181857032919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9818871735946634f,-0.15184213909850952f,0.11332053266849856f,-0.165412224117142f,-0.13395368377424424f,0.9793279937103597f,0.1515687676883051f,2.334183978292446f,-0.1339924958107473f,0.13364372611249103f,-0.9819294096508039f,-0.026660091594196175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9818871735946634f,-0.15184213909850952f,0.11332053266849856f,-0.1312477428199774f,-0.13395368377424424f,0.9793279937103597f,0.1515687676883051f,2.1138351797076154f,-0.1339924958107473f,0.13364372611249103f,-0.9819294096508039f,-0.05672992996950661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9913847108728169f,-0.06568722800780286f,0.11332053266849856f,0.022798783747233105f,-0.04808989088036009f,0.9872761878302159f,0.1515687676883051f,1.609130845814415f,-0.12183479569784811f,0.14481338688148707f,-0.9819294096508039f,-0.08503214723245013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.997121705931939f,0.06245624725209295f,-0.04298279584397985f,-0.0006223089723017528f,0.044578617209797625f,0.9415338929620927f,0.3339560978501651f,1.2560556359536301f,0.061327403720051216f,0.3310787603921944f,-0.9416080946817129f,-0.20918668237952304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9507933430585966f,0.05324499299507868f,-0.30521629955887275f,0.13561811992472073f,-0.09679310517832324f,0.8847664336030641f,0.4558721890609835f,0.5820052985326039f,0.2943180483514315f,0.4629830760300736f,-0.8360762870242974f,-0.31352028316425457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9507933430585966f,-0.08370126889645493f,-0.2983054078969754f,0.10245020605141578f,-0.09679310517832324f,0.9948713917358981f,0.0293599845949436f,0.9244249659509327f,0.2943180483514315f,0.056789184627009826f,-0.9540188021857869f,-0.3080566998784975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9350367931820329f,0.171084804854348f,-0.31054176038628056f,-0.11232280228217839f,0.09275018221276757f,0.9634047316122736f,0.2514929955417882f,0.6552572455442964f,0.34220403138384975f,0.20635239919863574f,-0.9166870176072137f,-0.08165016627752678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9350367931820329f,-0.09701176318687585f,-0.3410203999751832f,-0.14694652593463534f,0.09275018221276757f,0.861415194046133f,-0.4993608586643148f,0.9799732344548409f,0.34220403138384975f,-0.4985504801620763f,-0.79645704192681f,-0.26426614078300864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9654813097496402f,0.04671199529502496f,-0.25624954637945546f,-0.007783360762708372f,0.1208629042333912f,0.9518084833627241f,-0.2818736762789697f,1.15311397789716f,0.23073361026168085f,-0.3031148305416759f,-0.9245990485617547f,-0.23475935683234456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8907085117193657f,-0.26768070021985135f,-0.36740357902514037f,-0.013921480465424421f,-0.09999133468514061f,0.9038126803722883f,-0.41608216951239824f,1.1466309973098185f,0.4434411800211575f,-0.3338707557245318f,-0.8317993978919276f,-0.25612808571871687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9571096382298866f,-0.13114874103314667f,-0.25834308222376723f,-0.007783360762708372f,-0.03974769716838156f,0.9426874588975971f,-0.33130118533896313f,1.15311397789716f,0.28698651706529027f,-0.30682301504713105f,-0.9074681131919302f,-0.23475935683234456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9371828682549695f,0.1827111501119491f,-0.29716141585703415f,-0.011526197828491923f,0.06642490301351067f,0.9297432481146921f,0.3621673989259498f,1.1632397292451842f,0.34245584198409307f,0.31967816348620254f,-0.8834760144344921f,-0.22574090317875248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9570204363253225f,-0.004135163468881736f,-0.2899910082722824f,-0.00487229666037138f,-0.10728543192686725f,0.9340154680307841f,0.34074175202857265f,1.1690409286388528f,0.26944706447084343f,0.357208630778039f,-0.8943155335482683f,-0.2252974115330799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9502681861643506f,0.1143560007349363f,-0.289677543934331f,-0.004157571655778028f,-0.011211081511986935f,0.916980821475013f,0.3987737261886019f,1.1747720587730717f,0.311230920724864f,0.38218958403248215f,-0.8700956475249326f,-0.22290872663287686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9235938053966016f,0.21478160892908615f,-0.3175584089563012f,-0.17692505650696255f,0.19260805107464876f,0.9761624514280436f,0.10004502527971196f,1.1972672753601667f,0.3314764264532998f,0.031236659357648917f,-0.9429462603022107f,-0.1575182681823337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9373323456961299f,-0.19176095504441112f,-0.29092234330186134f,0.17271777669186839f,-0.20898552049884636f,0.9774878147287418f,0.029027991295566963f,1.2026747754211018f,0.2788066102760425f,0.0880074325116042f,-0.9563062092703877f,-0.30438573366896327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9502681861643506f,0.020508911705164324f,-0.3107567519855116f,-0.018040626396842216f,-0.011211081511986935f,0.9949298400455793f,0.09994460985070598f,1.0411349747172414f,0.311230920724864f,0.09845810239664396f,-0.9452202473800513f,-0.2450091704884096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9502681861643506f,0.04751510463746351f,-0.30778675929156846f,2.536464637817347e-17f,-0.011211081511986935f,0.9824330849215113f,0.18627813962710255f,1.2607349537037038f,0.311230920724864f,0.18046481231224445f,-0.9330422099250707f,-0.20711805555555549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6175110689880585f,-0.20357727508414034f,-0.7597607338804375f,-0.038954555985361336f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2326099537037039f,0.786562190597301f,0.1598236252157261f,0.5964698895549362f,0.15717886642866247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6175110689880585f,-0.20357727508414034f,-0.7597607338804375f,0.018937106732269143f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2326099537037039f,0.786562190597301f,0.1598236252157261f,0.5964698895549362f,0.23091907179715943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6175110689880585f,-0.20357727508414034f,-0.7597607338804375f,0.10395538545551954f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.271432810469082f,0.786562190597301f,0.1598236252157261f,0.5964698895549362f,0.1045784856796705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.20159498859845165f,-0.9643959846909322f,0.1711719757553696f,1.082401416919848f,-0.9152620300329021f,0.12324857582042512f,-0.3835429636146226f,2.5007186834107373f,0.3487905918341847f,-0.23398754939150854f,-0.9075213219410964f,-1.001870431895847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07224859662309137f,-0.9643959846909322f,-0.25440228968702405f,1.1061233055110025f,0.7283269766558625f,0.12324857582042512f,-0.6740545998905187f,2.516912060759358f,0.6814102694862503f,-0.23398754939150854f,0.6934910751901798f,-1.091112288844893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25303347830564904f,-0.9643959846909322f,-0.07690541963055221f,1.105798174160008f,-0.17272935838528952f,0.12324857582042512f,-0.9772278942549905f,2.6553995562232964f,0.9519131407898256f,-0.23398754939150854f,-0.19776551550107407f,-1.0168265330452089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014848873603343216f,0f,-0.000004863288775297749f,0.2071257144182447f,0f,0.000015625f,0f,1.4268574537037038f,0.000004863288775297749f,0f,-0.000014848873603343216f,0.4484788333426314f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..8b785dbbb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4008862853217535f,-0.025960460283961883f,-0.711027907460189f,-0.1564589171544324f,-0.17344951783878415f,0.7950667897881504f,0.06876415477487374f,1.2768412565796847f,0.6900361551736717f,0.18476822974270857f,-0.3957969811346804f,-0.34610899684607704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37254393984048206f,0.12678680987176633f,-0.6965171338385525f,-0.1564589171544324f,0.14107339946489994f,0.7845768400587838f,0.06736080467742735f,1.2768412565796847f,0.6937645918116232f,-0.09145647536349916f,-0.38771949172376863f,-0.34610899684607704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7838527300818428f,0.18294099322967383f,-0.13802874694724498f,-0.21310601723235306f,0.17344951783878415f,0.7950667897881504f,0.06876415477487374f,1.2768412565796847f,0.14978186388605075f,0.036685654097343624f,-0.8019750622548777f,-0.30595394602527604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7779859406058309f,-0.128279523834401f,-0.13521183374424f,-0.21310601723235306f,-0.14107339946489994f,0.7845768400587838f,0.06736080467742735f,1.2768412565796847f,0.12180382663560872f,0.08935069002639595f,-0.7856082242496761f,-0.30595394602527604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.19607238741384575f,1.2532332674382318f,0.9123421760939961f,-0.7680133467725132f,1.526544933917687f,0.31597268437995246f,-0.10596262291945674f,0.9954585720238959f,-0.2694854979847317f,0.8780511887764977f,-1.2640450649656838f,0.3704331195637808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5293215082836655f,-0.3599568397981992f,-0.7682771728684896f,-0.4770574311911268f,-0.5016113526895779f,0.8630935295452816f,-0.05878443765147097f,1.2379216121919987f,0.6842549172064729f,0.35426068472180405f,-0.6374124061698213f,0.32770942974725903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7007837288575758f,-0.3599568397981992f,-0.6159003481497355f,-0.2237319479225881f,-0.5007935400661847f,0.8630935295452816f,0.06538646255186534f,1.4255325118944855f,0.5080433009069701f,0.35426068472180405f,-0.7851059620611655f,0.1350774870422264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22697072842615013f,0.9706857577892846f,-0.0790787459608779f,0.4741242157728632f,0.5332264763913492f,-0.1918057254861404f,-0.8239417992467678f,1.2095066606247118f,-0.8149563260156757f,0.1448437892896262f,-0.5611296315391424f,-0.060241590887199464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.582066762424395f,0.813119264307651f,-0.005945257989971198f,0.2628641828408633f,0.639094812113321f,0.45294736505129024f,-0.6216079999669664f,1.4191319601309966f,-0.5027485506797824f,-0.3656169395759413f,-0.783305909772485f,-0.21058756849387097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,-0.307725758703918f,-0.4896343321156282f,0.022768693019593535f,0f,0.8466711338089691f,-0.5321165202985476f,1.1050693223736447f,0.5783052150518956f,-0.4341115623946599f,-0.6907316625427329f,0.23694890909275446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,-0.09692658327525991f,-0.5701246874244295f,0.001031679359079632f,0f,0.9858543077002476f,-0.16760454644449635f,1.2888694766521631f,0.5783052150518956f,-0.13673522385782477f,-0.8042801482072843f,0.20628430369311682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,-0.24118301722809551f,-0.525611714059886f,0.24946138051737174f,0f,0.9088828881003934f,-0.41705143054338945f,1.1016038149430187f,0.5783052150518956f,-0.3402391040416133f,-0.7414852866542538f,0.01637427755695435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,0.053935237149032325f,-0.5757846055165915f,0.2559755836983366f,0f,0.9956413854316047f,0.09326431051498008f,1.2888694766521631f,0.5783052150518956f,0.07608693586623307f,-0.812264646795777f,0.02556392398939946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.0583959295746477f,-0.19679293484557853f,0.2855134267680699f,-0.06672722807335618f,0.9971227361333952f,0.035968404461384614f,2.0209288066404887f,0.1941263012311048f,0.04833388557693487f,-0.9797850859629197f,-0.04323424430842555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.0583959295746477f,-0.19679293484557853f,0.3110649982662652f,-0.06672722807335618f,0.9971227361333952f,0.035968404461384614f,1.9021627735948199f,0.1941263012311048f,0.04833388557693487f,-0.9797850859629197f,-0.14841056811073255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.0583959295746477f,-0.19679293484557853f,-0.28947545434108146f,-0.06672722807335618f,0.9971227361333952f,0.035968404461384614f,1.981726560147392f,0.1941263012311048f,0.04833388557693487f,-0.9797850859629197f,0.07081495766484852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.0583959295746477f,-0.19679293484557853f,-0.33732671872916076f,-0.06672722807335618f,0.9971227361333952f,0.035968404461384614f,1.8579559849962215f,0.1941263012311048f,0.04833388557693487f,-0.9797850859629197f,-0.019801893545125612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9757901382900948f,0.0954261327449755f,-0.19679293484557853f,0.17855962015760446f,0.09007865663819252f,0.9952849388485494f,0.035968404461384614f,2.1216077297420837f,0.19929736986236526f,0.017370771156671468f,-0.9797850859629197f,-0.04038258452847612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.0583959295746477f,-0.19679293484557853f,0.06523905495777696f,-0.06672722807335618f,0.9971227361333952f,0.035968404461384614f,2.1239701406438654f,0.1941263012311048f,0.04833388557693487f,-0.9797850859629197f,-0.017535065133084705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9637600267378786f,0.180108721768457f,-0.19679293484557853f,0.04363049160715905f,0.17648067824509708f,0.9836467069464793f,0.035968404461384614f,2.1181724329706113f,0.20005294566277723f,-0.00006524016996805465f,-0.9797850859629197f,-0.013407753579806725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9722469094354532f,-0.12652465328177642f,-0.19679293484557853f,0.07153402841652626f,-0.1361204498622278f,0.9900391391302704f,0.035968404461384614f,2.1300870930335765f,0.1902818178978606f,0.06175771289579377f,-0.9797850859629197f,-0.01857487406536386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9800697530795892f,0.0271260003203f,-0.19679293484557853f,0.11582328415242733f,0.02043166185324713f,0.9991440442070486f,0.035968404461384614f,2.239502826887124f,0.19760016774392578f,0.031230738579263034f,-0.9797850859629197f,-0.05534855409469461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9800697530795892f,0.0271260003203f,-0.19679293484557853f,0.10971993408035985f,0.02043166185324713f,0.9991440442070486f,0.035968404461384614f,2.014695416940538f,0.19760016774392578f,0.031230738579263034f,-0.9797850859629197f,-0.06237547027502878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9575198662830207f,-0.2107800903031641f,-0.19679293484557853f,-0.20360152567827344f,-0.22189006697476543f,0.9744080623940036f,0.035968404461384614f,2.095552312096019f,0.18417519879527822f,0.07810685932332465f,-0.9797850859629197f,0.035419183366058204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.05839592957464769f,-0.19679293484557853f,-0.09145791674578456f,-0.06672722807335618f,0.9971227361333953f,0.035968404461384614f,2.1132866761260902f,0.19412630123110483f,0.04833388557693487f,-0.9797850859629197f,0.013545822100676213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9355055187818717f,-0.29343136356484645f,-0.19679293484557853f,-0.06934484935419054f,-0.3059709666967395f,0.9513611519392439f,0.035968404461384614f,2.110469871565484f,0.1766668952218382f,0.09386156538919392f,-0.9797850859629197f,0.009000936227282817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9803938976917286f,0.010017293231430358f,-0.19679293484557853f,-0.09841644238974488f,0.0029910820632913226f,0.9993484513965051f,0.035968404461384614f,2.1185000163664354f,0.19702502073825867f,0.03467458042605033f,-0.9797850859629197f,0.015134848343612553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9698906718485525f,-0.143473431185106f,-0.19679293484557853f,-0.16723770755720443f,-0.15337828350331933f,0.9875127219585972f,0.035968404461384614f,2.2202039723628832f,0.18917501634924963f,0.06506918252056818f,-0.9797850859629197f,0.0007966710998752336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9698906718485525f,-0.143473431185106f,-0.19679293484557853f,-0.13495618554055563f,-0.15337828350331933f,0.9875127219585972f,0.035968404461384614f,1.9980136099221992f,0.18917501634924963f,0.06506918252056818f,-0.9797850859629197f,-0.013843894967252583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9787044784836619f,-0.0583959295746477f,-0.19679293484557853f,0.02345956739083339f,-0.06672722807335618f,0.9971227361333952f,0.035968404461384614f,1.494205098523585f,0.1941263012311048f,0.04833388557693487f,-0.9797850859629197f,-0.03226251504297857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,0.053935237149032325f,-0.5757846055165915f,0.0032338534599462678f,0f,0.9956413854316047f,0.09326431051498008f,1.1208395789867334f,0.5783052150518956f,0.07608693586623307f,-0.812264646795777f,-0.06079511599281597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7699328750724606f,-0.32684313994529457f,-0.5480665377062853f,0.3033631402678566f,-0.18250838817549675f,0.935781333531702f,-0.3016686660215334f,0.7924739131328807f,0.6114687695444772f,-0.13223788293953392f,-0.7801404272228386f,0.1088374131333901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7699328750724606f,-0.6375591369525724f,-0.026864749597672877f,0.1091617763412852f,-0.18250838817549675f,0.2603521206873028f,-0.9481073048443441f,0.8198845608035534f,0.6114687695444772f,-0.7250759409481982f,-0.31681354726376204f,-0.1275104570177205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7994266738867526f,-0.08308696319927444f,-0.5949903777580662f,0.05085232940609703f,0.09379335624296749f,0.9609840359219652f,-0.26021623513495623f,0.5865824463649395f,0.5933968313051929f,-0.26382994380747105f,-0.7604432663568683f,0.25084967640671807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7994266738867526f,-0.3843558899446554f,-0.4617223656519313f,-0.1045330468341623f,0.09379335624296749f,0.6792842640207581f,-0.7278569193038262f,0.8281834917022783f,0.5933968313051929f,-0.6251747263914534f,-0.5069879309000636f,0.00332596265630207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8712937278688738f,-0.21285799785739393f,-0.44219759443545437f,0.003604964705192496f,0.034272147683922255f,0.8724523258031194f,-0.4874960093107012f,1.0141586516784566f,0.4895637442351019f,-0.439907276535487f,-0.7528671385985963f,-0.060271585940685775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7598543490228663f,-0.4854774488118271f,-0.43235750828012226f,0.003663857448793888f,-0.12490222219979424f,0.7617023268464023f,-0.6357743311634483f,0.9768098040000955f,0.6379818203997583f,-0.4290934769626969f,-0.6394200378995595f,-0.06552217426243784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8344043067393702f,-0.3373105803142018f,-0.435879599548875f,0.003604964705192496f,-0.07801786229753804f,0.8551736203719449f,-0.5124366226007497f,1.0141586516784566f,0.5456030297361935f,-0.39357293025313256f,-0.7398768022547059f,-0.060271585940685775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8127573151626226f,0.0721390290123587f,-0.5781189385782128f,0.004320788413831732f,0.10627941097630163f,0.9940123618264114f,-0.025379348667956173f,1.0315906314198966f,0.5728265299828349f,-0.08206939155028131f,-0.8155577119483273f,-0.05308608576743768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8086293480179885f,-0.1312432122998833f,-0.5734926300740147f,0.007187256932279063f,-0.11579144406556903f,0.991236778632563f,-0.06357664797195012f,1.0348038817884988f,0.5768109907111801f,0.014995596398504167f,-0.8167399911131081f,-0.05521801329793841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,-0.014677009689299428f,-0.5781189385782128f,0.0071348390405315655f,0f,0.9996778924539595f,-0.025379348667956173f,1.0383741599758343f,0.5783052150518956f,-0.02070499276478742f,-0.8155577119483273f,-0.055291959700669795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8198260177292015f,-0.0011565299231985592f,-0.5726115289555527f,-0.14904858073706323f,0.11030625218395029f,0.9809491597299568f,-0.15991021466505048f,1.0503304567363563f,0.5618877391289205f,-0.19426118619947863f,-0.8040800707348502f,0.05940934959730127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7944443501875114f,-0.293498229879219f,-0.5317113535678057f,0.15374205028000024f,-0.1480902386900065f,0.9426680267053538f,-0.2990756971607208f,1.0556092188089194f,0.589005480161161f,-0.15885773662368294f,-0.7923615108363863f,-0.1835025145938491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,-0.13112980764242035f,-0.5632423060316768f,0.01184572351287597f,0f,0.9739533577976345f,-0.22674844395213195f,0.9037947299382911f,0.5783052150518956f,-0.18498602753282464f,-0.7945711093800264f,-0.03513696923284189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8158204938856224f,-0.08154101760607503f,-0.5725277147911575f,8.00394158014163e-18f,0f,0.99000960027618f,-0.14099996936523865f,1.125f,0.5783052150518956f,-0.11503066464540662f,-0.8076701210488207f,-0.06535714285714286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9416553107178106f,-0.08711299869153835f,-0.32511013711650233f,0.1686001115691779f,0f,0.9659258262890683f,-0.2588190451025207f,1.1474107142857144f,0.3365787809665709f,0.24371832833570128f,0.9095691840845908f,0.24599889727010207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9416553107178106f,-0.08711299869153835f,-0.32511013711650233f,0.25688029694897263f,0f,0.9659258262890683f,-0.2588190451025207f,1.1474107142857144f,0.3365787809665709f,0.24371832833570128f,0.9095691840845908f,0.2775531579857181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9416553107178106f,-0.08711299869153835f,-0.32511013711650233f,0.26150672482655063f,0f,0.9659258262890683f,-0.2588190451025207f,1.1862335710510925f,0.3365787809665709f,0.24371832833570128f,0.9095691840845908f,0.12534065001522143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.46994161487483144f,-0.17399225347316433f,-0.8653794395178138f,-0.3160964139038429f,-0.31081168897731515f,0.95021074076816f,-0.022263021445735387f,2.0603679384649007f,0.826166431540222f,0.25850772495257224f,-0.5006223961589622f,-0.9787770762885343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1804498452317476f,-0.17399225347316433f,-0.9680725949468709f,-0.3016979758123519f,-0.22730177175394606f,0.95021074076816f,-0.21315124368940844f,2.0871320615350992f,0.9569596427819489f,0.25850772495257224f,0.1319166336232469f,-1.067464331273728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1535833396425706f,-0.17399225347316433f,-0.9726966914283017f,-0.16299269114385212f,-0.28548397941545006f,0.95021074076816f,-0.12489373733675936f,2.0924840606005137f,0.9459973865087332f,0.25850772495257224f,-0.19560853984039545f,-0.9937794228050718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012747195216962851f,0f,-0.000009036018985185868f,0.39169665093355877f,0f,0.000015625f,0f,1.2911225f,0.000009036018985185868f,0f,-0.000012747195216962851f,0.4996933645788596f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5.mcfunction new file mode 100644 index 000000000..87b9ac5c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50.mcfunction new file mode 100644 index 000000000..fd8a23489 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..29b59d2da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7925030912073523f,-0.10168912442026849f,-0.1689456032155752f,0.09238632736032781f,-0.1576954354660763f,0.7469173359653078f,0.2901570045890611f,1.5022009444302729f,0.11838684261521627f,0.31419462066300713f,-0.7444533163916144f,-0.46316361540567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.755355554532977f,0.20505727579326724f,-0.16549773376219612f,0.09238632736032781f,0.13728127799767886f,0.7350945988786971f,0.28423543306683535f,1.5022009444302729f,0.22492629225482474f,0.23997384095690796f,-0.7292603915672958f,-0.46316361540567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6855365358902292f,0.15892914039331352f,0.41439791352987176f,0.02970030236092329f,0.3068684034598487f,0.7206141169156455f,0.231282342396328f,1.5085276086343005f,-0.3206491624222214f,0.34985892482566633f,-0.6646256779588048f,-0.471741883946925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6800059329758876f,-0.11315470495067886f,0.405940813253752f,0.02970030236092329f,0.0075843462455047195f,0.7672105345738486f,0.22656229459232133f,1.5085276086343005f,-0.421348322424121f,0.19642812524288444f,-0.6510618886127068f,-0.471741883946925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.49426215238144366f,-1.4753536298152836f,-0.142978465910536f,-0.9415800134148137f,-0.5881099837925553f,-0.056844100993615136f,-1.4464790510566503f,1.5576009490021006f,1.3606020070861213f,0.5113772239483253f,-0.5732902956967979f,0.021749503169435608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.948020431872904f,0.08884316028277778f,-0.30555548370546637f,-0.7030122620694401f,-0.03177914786294083f,0.9289995606211923f,0.3687138485692352f,1.567900894604134f,0.31661861365469063f,0.3592585548551353f,-0.8778872047426033f,-0.08614640981091698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9898680043793793f,0.08884316028277778f,-0.11076202768527671f,-0.3379883752587395f,0.04224021051347518f,0.9289995606211923f,0.367662319229764f,1.5573783831414953f,0.13556215741040217f,0.3592585548551353f,-0.9233396949344467f,-0.1422465830292548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7346036373759902f,0.5861949091131755f,0.3416621496211726f,0.3414594542318886f,0.6428834747131583f,-0.4403589152061044f,-0.626725509086106f,1.205059261269612f,-0.2169293292634734f,0.6800437885373991f,-0.7003442808911918f,0.12195524620385151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03364077207261423f,0.8632164909621051f,0.5037118106471483f,0.30572427890816795f,0.8358531223277681f,0.30060724006993583f,-0.4593308667098883f,1.4815721133175512f,-0.5479213961411615f,0.4055768446898886f,-0.7316348588620654f,-0.06086971932847779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6294293712176829f,-0.6074697240296075f,0.4845608331632928f,-0.11186080266702195f,-0.7376231154895858f,0.6632175995594823f,-0.12670657098191557f,1.2173600661803108f,-0.2443988669039797f,-0.4371761087044333f,-0.865532347075544f,0.04823750206053294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8909606692882344f,-0.36189196512086963f,0.2742686481579995f,-0.17800136707619751f,-0.352870876597295f,0.9319488107445033f,0.08338800034394925f,1.3926216431970548f,-0.28578178778732183f,-0.02248598970161586f,-0.9580308711290157f,0.03803368604692364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9858497836432837f,0.12035180554482838f,0.11668610453944599f,0.12046563346686041f,0.09949810243644967f,0.9803234915493556f,-0.17048747616181698f,1.1842198684914722f,-0.1349086049962584f,-0.15646499550564075f,-0.9784264783208717f,0.019656733459679734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9858497836432837f,0.04588466872342327f,0.16122903357222113f,0.13007669031232866f,0.09949810243644967f,0.9342287856893099f,0.3425152603914503f,1.3615284861856645f,-0.1349086049962584f,0.3537105782495329f,-0.9255746837140396f,0.08019262510825442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.05232303783524259f,0.19520785535231117f,0.273653151677466f,-0.02490850321065472f,0.9897908233847699f,0.14033421682221311f,2.1291677765731563f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,0.0879971269365056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.05232303783524259f,0.19520785535231117f,0.3352204628068916f,-0.02490850321065472f,0.9897908233847699f,0.14033421682221311f,2.019534325347542f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,-0.01205428521071679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.05232303783524259f,0.19520785535231117f,-0.3017239027074797f,-0.02490850321065472f,0.9897908233847699f,0.14033421682221311f,2.1145340309368965f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,-0.0298304962083097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.05232303783524259f,0.19520785535231117f,-0.31360898149953637f,-0.02490850321065472f,0.9897908233847699f,0.14033421682221311f,2.0030324419704835f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,-0.1449237325867851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9754927146236491f,0.10152761656285994f,0.19520785535231117f,0.1758576929416531f,0.13023555975508588f,0.98150140425991f,0.14033421682221311f,2.2354664881662756f,-0.17734898559468393f,0.16231801043288238f,-0.9706699752220871f,0.061161955367071856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.052323037835242586f,0.19520785535231117f,0.06252222150113561f,-0.02490850321065472f,0.9897908233847699f,0.14033421682221311f,2.242571902900711f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,0.039396739544403814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9629319555042679f,0.18616106541776625f,0.19520785535231117f,0.04087266700007683f,0.21528345802716925f,0.9664157181507139f,0.14033421682221311f,2.237739949993335f,-0.16252717240077352f,0.17715732396308648f,-0.9706699752220871f,0.03434429993500827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9733296439362049f,-0.12051264433150452f,0.19520785535231117f,0.0688561717534758f,-0.09389214493234643f,0.985642213335498f,0.14033421682221311f,2.2483640469884154f,-0.2093171501693633f,0.11826296904495903f,-0.9706699752220871f,0.041507933772357654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.980198671917989f,0.03323336845644289f,0.19520785535231117f,0.12606969007918656f,0.061452235541060315f,0.9881952895738281f,0.14033421682221311f,2.3578567584022267f,-0.18823970441226415f,0.14955137206035973f,-0.9706699752220871f,0.036649539048238325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.980198671917989f,0.03323336845644289f,0.19520785535231117f,0.11859218217648691f,0.061452235541060315f,0.9881952895738281f,0.14033421682221311f,2.135512818248116f,-0.18823970441226415f,0.14955137206035973f,-0.9706699752220871f,0.0030004803346574405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9591224617575772f,-0.20488532539163468f,0.19520785535231117f,-0.20656144874203014f,-0.17943923616076635f,0.9737083075104868f,0.14033421682221311f,2.2257403018277926f,-0.21882793212505014f,0.09956975105034244f,-0.9706699752220871f,-0.017151105896442656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.05232303783524257f,0.19520785535231117f,-0.09428053585987353f,-0.024908503210654714f,0.98979082338477f,0.14033421682221311f,2.238583889043019f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,0.0072861503896961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.937615778510998f,-0.28769870541239256f,0.19520785535231117f,-0.07217894327642951f,-0.2636206864536297f,0.95436389352417f,0.14033421682221311f,2.2348646728234374f,-0.22667330138534733f,0.08011874712837327f,-0.9706699752220871f,0.011193215910960942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.980629385166139f,0.016121481241859248f,0.19520785535231117f,-0.10120903210789092f,0.04419649023488531f,0.989117272035937f,0.14033421682221311f,2.2440387251565497f,-0.19082106592197348f,0.14624335883298967f,-0.9706699752220871f,0.006681416798990491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9710781654673003f,-0.13748123421548783f,0.19520785535231117f,-0.15718239526027253f,-0.11107967321277122f,0.9838534513777141f,0.14033421682221311f,2.3506527190054376f,-0.21134924355579462f,0.11459186904290429f,-0.9706699752220871f,-0.021355763234865873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9710781654673003f,-0.13748123421548783f,0.19520785535231117f,-0.1262491175617878f,-0.11107967321277122f,0.9838534513777141f,0.14033421682221311f,2.1292856924454524f,-0.21134924355579462f,0.11459186904290429f,-0.9706699752220871f,-0.047138933769519296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9793651989530989f,-0.05232303783524259f,0.19520785535231117f,0.01688684371815166f,-0.02490850321065472f,0.9897908233847699f,0.14033421682221311f,1.6207460140863952f,-0.20055765641670692f,0.13257611268622588f,-0.9706699752220871f,-0.0596810477434315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9858497836432837f,0.04588466872342327f,0.16122903357222113f,-0.0003199070531320668f,0.09949810243644967f,0.9342287856893099f,0.3425152603914503f,1.270410219452904f,-0.1349086049962584f,0.3537105782495329f,-0.9255746837140396f,-0.19232251458700633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9878567752159364f,-0.0027498848082640193f,-0.1553429425288195f,0.14323372373148227f,-0.09012997323999866f,0.82455400799213f,0.558558211673476f,0.5981969188755307f,0.12655267513461718f,0.5657765690072856f,-0.8147891103706628f,-0.301182081610984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9878567752159364f,-0.07837337721438163f,-0.13415142714105982f,0.1140290699810332f,-0.09012997323999866f,0.9923875658015425f,0.08392560495013551f,0.9407463892033445f,0.12655267513461718f,0.09499754200241886f,-0.9874005709081652f,-0.28518906118172777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9808190106813939f,0.11782985693500023f,-0.15527457325862845f,-0.14157729605768146f,0.08785781285314397f,0.9783387374838404f,0.18744150943477556f,0.6521647346388901f,0.17399733620556876f,0.17020411144623543f,-0.9699255061292921f,-0.12385559967639292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9808190106813939f,0.010279448717212883f,-0.19464943159444875f,-0.13850984749746975f,0.08785781285314397f,0.9147293542453226f,-0.3943998138977718f,0.9991798017591167f,0.17399733620556876f,-0.4039363086131341f,-0.8980870701537579f,-0.28178544826707297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9850649580282517f,0.12533951383995456f,-0.11805521900857399f,-0.004248707853826071f,0.15222244122851653f,0.9543752544479731f,-0.25689725978257777f,1.1684714076512563f,0.08046960203225423f,-0.27103114206255013f,-0.9592011067451081f,-0.22247311678090004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9487036569383606f,-0.19677318509888456f,-0.2474705738826771f,-0.0071984087636380815f,-0.09202743369983145f,0.9206934654749842f,-0.3792815498785659f,1.1625734089654207f,0.302476978889972f,-0.33705171154839725f,-0.8915737888609621f,-0.24467313932693668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9905651516144376f,-0.05737668055376513f,-0.1244531917457213f,-0.004248707853826071f,-0.01661970737403473f,0.9517277039234389f,-0.3064933325725381f,1.1684714076512563f,0.13603112046097224f,-0.30153323881995187f,-0.943701880973479f,-0.22247311678090004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9803716350082864f,0.13870311873116623f,-0.14011745831775302f,-0.009392914759857408f,0.07109247112350989f,0.911570579761708f,0.40495053853829677f,1.1785394731640182f,0.1838948553405781f,0.3870407252049216f,-0.9035386871695734f,-0.21419094196897656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9904719067241418f,-0.04220072340644341f,-0.13108966753415724f,-0.0028294611711613647f,-0.09092453673606775f,0.9153171249621924f,0.39233568454867507f,1.1841614308975446f,0.10343176789349817f,0.40051674084227606f,-0.9104329792442202f,-0.21233630771083384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9891821488142638f,0.060970425377103094f,-0.1334214514106734f,-0.0024483960125544703f,-0.00523596383141958f,0.8942772735327922f,0.44748267310088297f,1.1897506638571245f,0.1465989807261689f,0.443340462029004f,-0.8842838761268678f,-0.20956542982315257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9599317012588185f,0.23429490044723772f,-0.15374338536265308f,-0.18170476727902696f,0.21541914076168087f,0.967841949929259f,0.12990979081897247f,1.2157389342623026f,0.17923649938516822f,0.09158525853841883f,-0.9795337756844332f,-0.1733582327814885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9725555802427716f,-0.1933298417019638f,-0.12945738930682754f,0.18590260636318498f,-0.20465868688756375f,0.975500141209961f,0.08071119117448544f,1.2171540930888183f,0.1106818197361429f,0.10499069866821446f,-0.9882947374002636f,-0.25931384784219846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9891821488142638f,0.015324853037465103f,-0.1458897712198346f,-0.013980139641098786f,-0.00523596383141958f,0.9902058541522274f,0.13951684875101525f,1.057268824953438f,0.1465989807261689f,0.13877144980880507f,-0.9794137142025379f,-0.23881641804719864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9891821488142638f,0.027981668714908526f,-0.14399896764603795f,2.3268289183799712e-17f,-0.00523596383141958f,0.9742781273471498f,0.22528807171194604f,1.275f,0.1465989807261689f,0.2236049122646012f,-0.9635920205466566f,-0.19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46395833341632675f,-0.2292766687398406f,-0.8556721767272241f,-0.10540216922275995f,0f,0.9659258262890683f,-0.2588190451025207f,1.246875f,0.8858570228053421f,0.12008125282217061f,0.44814933656886435f,0.16312817227862572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46395833341632675f,-0.2292766687398406f,-0.8556721767272241f,-0.061906075464979324f,0f,0.9659258262890683f,-0.2588190451025207f,1.246875f,0.8858570228053421f,0.12008125282217061f,0.44814933656886435f,0.24617726816662655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46395833341632675f,-0.2292766687398406f,-0.8556721767272241f,0.044696704165214f,0f,0.9659258262890683f,-0.2588190451025207f,1.285697856765378f,0.8858570228053421f,0.12008125282217061f,0.44814933656886435f,0.13743031973729647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1089783106700861f,-0.9660127796918062f,0.23439931159370736f,1.2064348824519227f,-0.8904777483297767f,-0.009927218096214037f,-0.45491848728140394f,2.4700809898347043f,0.4417840055196937f,-0.2583036194345326f,-0.8591310334599693f,-0.7371915360071205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19150222729629246f,-0.9660127796918062f,-0.17362662933049428f,1.2301877785514193f,0.6986731673503869f,-0.009927218096214037f,-0.7153721098599303f,2.48524308423937f,0.6893349709431091f,-0.2583036194345326f,0.6768282928645069f,-0.8266061506970611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2533642250612961f,-0.9660127796918062f,0.0512433306021245f,1.2106248309113523f,-0.16172900698309872f,-0.009927218096214037f,-0.9867852748400388f,2.625679828263043f,0.9537558900260326f,-0.2583036194345326f,-0.15371708567257705f,-0.7588412805012043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015456182944754407f,0f,-0.0000022906404733792322f,0.09364866080284528f,0f,0.000015625f,0f,1.4411224999999999f,0.0000022906404733792322f,0f,-0.000015456182944754407f,0.49113014221665724f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51.mcfunction new file mode 100644 index 000000000..e1b27c9b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..9860bbfa0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8077146457219423f,-0.12022408260034265f,-0.00936298529464476f,0.14752282972115216f,-0.11487657506073164f,0.747851384188303f,0.3073534189079401f,1.5144867287914636f,-0.03667244241985849f,0.3053013618950784f,-0.7565650367525697f,-0.4258526521242564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7760706552240498f,0.19398508777177711f,-0.009171903962100991f,0.14752282972115216f,0.1763835606235658f,0.7198882768206317f,0.30108090015471684f,1.5144867287914636f,0.08125993872669951f,0.2900528479749813f,-0.741124933961701f,-0.4258526521242564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6179683047208661f,0.13116228749877387f,0.5175481360636441f,0.08898549369118768f,0.33853810993178235f,0.7084138210438696f,0.22469145671850801f,1.5236700822289564f,-0.4128578047326703f,0.38456567311261375f,-0.590425372574051f,-0.4443099838367718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6084459456481899f,-0.11295485298214394f,0.5069859292052025f,0.08898549369118768f,0.04081978596156066f,0.7680410994667389f,0.22010591678547725f,1.5236700822289564f,-0.5178100774399168f,0.193272012246226f,-0.5783758751745807f,-0.4443099838367718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.26845804611749463f,-1.5356857490021405f,-0.10490856869918909f,-0.9494661545374763f,-0.5952101329262197f,0.2017755690816398f,-1.4305305894610338f,1.6631946359836824f,1.4195285925745662f,-0.20582067445598282f,-0.6196633560488756f,-0.22693821445449036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9940733833580407f,0.06788504006781071f,0.08491012798300138f,-0.6891041714539354f,0.09544433337437308f,0.9189145218348173f,0.3827355232896611f,1.6356040534751253f,-0.0520431333205397f,0.3885713871299339f,-0.9199477101325376f,-0.2422380247302668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9685518199911791f,0.06788504006781071f,0.23937208134359883f,-0.3293803397344471f,0.15414228208745462f,0.9189145218348173f,0.3630926306522355f,1.5836882290635506f,-0.19531392388830426f,0.3885713871299339f,-0.9004802875350868f,-0.1758761177827127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7886761409389416f,0.4420389964802996f,0.4273072317482455f,0.28021595515859193f,0.610077951352644f,-0.4766278466875718f,-0.6329540181050515f,1.1973479847746717f,-0.0761238332391369f,0.7598864529340275f,-0.6455832561802713f,0.1885561255442336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09713852711561183f,0.7943725650035711f,0.5996134876063556f,0.28839196382950827f,0.8436597314792457f,0.2539018270818369f,-0.4730455788662151f,1.4776325057863509f,-0.52801738989372f,0.5518207047349277f,-0.6455164953707f,0.0081813260614155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6136954150118916f,-0.5108999890861858f,0.6019627386683644f,-0.15469235232403594f,-0.7023145180991699f,0.7015851447128247f,-0.12055124381529793f,1.2315332634859821f,-0.3607384859708109f,-0.49674891632495777f,-0.7893720661826508f,0.03871276464669561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8490023307733454f,-0.30185006686025667f,0.4336837320881264f,-0.2085787165347833f,-0.2964422438107991f,0.9515286539771155f,0.0819464260655548f,1.410457051269601f,-0.43739803203243366f,-0.058989471916243874f,-0.8973311561386893f,0.022043918936533097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9432153398707543f,0.18873262331408225f,0.2733584085582192f,0.07908768405720559f,0.1479718829238222f,0.9754800771602943f,-0.16292004458422288f,1.188377315098779f,-0.2974040088776145f,-0.11321932679684693f,-0.9480148941568336f,0.049975894390256334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9432153398707543f,0.026768042033764886f,0.33110163780654445f,0.0861760771748274f,0.1479718829238222f,0.9262505499985306f,0.34664714118451667f,1.3642158378559068f,-0.2974040088776145f,0.37595663387297507f,-0.8776146449042572f,0.11498267171078758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9639255333254166f,-0.0406017019178201f,0.26305715729606693f,0.26675527394676185f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,2.133286777899425f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,0.12891831032602252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9639255333254166f,-0.0406017019178201f,0.26305715729606693f,0.33263930268269876f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,2.0224122638627513f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,0.03307234330260629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9639255333254166f,-0.0406017019178201f,0.26305715729606693f,-0.2995509768819204f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,2.130640394087502f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,-0.02743538142790322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9639255333254166f,-0.0406017019178201f,0.26305715729606693f,-0.30596136314538974f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,2.0194280438195196f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,-0.14324139420713974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.958409515986701f,0.11068934755183063f,0.26305715729606693f,0.17321652598040138f,0.1505218702749973f,0.9791523838427814f,0.13639565896286865f,2.2416004862989323f,-0.24247549615384753f,0.17031875279471823f,-0.9550901298890053f,0.09571985448093275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9639255333254168f,-0.04060170191782011f,0.26305715729606693f,0.06177759299841488f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,2.251064738153119f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,0.06637819846637139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9451152661264942f,0.19379903438861273f,0.26305715729606693f,0.04042227383827959f,0.23528784239176354f,0.9623075680044886f,0.13639565896286865f,2.2466848529580727f,-0.22670854628194995f,0.1908037704850925f,-0.9550901298890053f,0.059870889172433085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9587452276191667f,-0.1077428443692891f,0.26305715729606693f,0.06807359689071413f,-0.0735973566172986f,0.9879168250996797f,0.13639565896286865f,2.2567235763014333f,-0.2745742479119605f,0.11140837568237029f,-0.9550901298890053f,0.06892041910969321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9637961771415049f,0.04356444562637538f,0.26305715729606693f,0.12774287162689266f,0.08185298900918346f,0.9872670927395216f,0.13639565896286865f,2.3650035247572756f,-0.2537656736394495f,0.15298962929205126f,-0.9550901298890053f,0.06809886807139073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9637961771415049f,0.04356444562637538f,0.26305715729606693f,0.11794087136095821f,0.08185298900918346f,0.9872670927395216f,0.13639565896286865f,2.1428684288908837f,-0.2537656736394495f,0.15298962929205126f,-0.9550901298890053f,0.03367620148067926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9457065049482266f,-0.19089300273693094f,0.26305715729606693f,-0.2031737883735657f,-0.1594199211201912f,0.977743071039686f,0.13639565896286865f,2.2398415912957192f,-0.2832392897333306f,0.0870537106616441f,-0.9550901298890053f,-0.008199208929629123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9639255333254165f,-0.040601701917820116f,0.26305715729606693f,-0.09255317317305586f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,2.250343541025805f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,0.023768417968961446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9254703847414306f,-0.27259035008939825f,0.26305715729606693f,-0.07084708088819686f,-0.24402920376297893f,0.960128101831673f,0.13639565896286865f,2.2461648844451343f,-0.2897487095352711f,0.062036514338315134f,-0.9550901298890053f,0.02915010096798728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9644096907267611f,0.026737247944123688f,0.26305715729606693f,-0.09931053367406217f,0.06461033583784807f,0.9885452588116568f,0.13639565896286865f,2.2559413800024326f,-0.2563970610893068f,0.14853750655430148f,-0.9550901298890053f,0.022706684550826188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9567188341665716f,-0.12445884599444307f,0.26305715729606693f,-0.1510437523191456f,-0.09082767334127935f,0.9864819096017395f,0.13639565896286865f,2.363700737780244f,-0.27647677317699954f,0.10659942627536431f,-0.9550901298890053f,-0.00887241346009817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9567188341665716f,-0.12445884599444307f,0.26305715729606693f,-0.12304051197039595f,-0.09082767334127935f,0.9864819096017395f,0.13639565896286865f,2.141742308119853f,-0.27647677317699954f,0.10659942627536431f,-0.9550901298890053f,-0.0328572843720551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9639255333254166f,-0.0406017019178201f,0.26305715729606693f,0.010038015762661855f,-0.004504483084123656f,0.9906442014407744f,0.13639565896286865f,1.6303378509243818f,-0.26613394341093743f,0.13029032179385705f,-0.9550901298890053f,-0.03651776480600827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9432153398707543f,0.026768042033764886f,0.33110163780654445f,2.1737664689072602e-17f,0.1479718829238222f,0.9262505499985306f,0.34664714118451667f,1.2829938946749329f,-0.2974040088776145f,0.37595663387297507f,-0.8776146449042572f,-0.17750150250837393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0789899283371657f,-0.03683360850073478f,0.15449017443161378f,-0.08418598282936919f,0.7627131825174734f,0.6412342173567478f,0.6134501559902672f,-0.022557566113149956f,0.6418950010985885f,-0.7664606733392745f,-0.2899145868458043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638344f,0.011376107230962319f,0.12500000000000003f,-0.08418598282936919f,0.9878006675883219f,0.1310059594336036f,0.9554629972131329f,-0.022557566113149956f,0.12954973343816736f,-0.9913163081363843f,-0.26396904675399147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08641011328638344f,-0.011376107230962086f,-0.1528983737256081f,0.0841859828293692f,0.9878006675883217f,0.1310059594336035f,0.6517034416813438f,0.022557566113149716f,0.12954973343816717f,-0.9913163081363842f,-0.16678018333555203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0735064078868434f,-0.04682874644349317f,-0.12499999999999996f,0.0841859828293692f,0.9506169479287995f,-0.29873087989959674f,1.0163333730050086f,0.022557566113149716f,-0.30153644275627306f,-0.9531877726350373f,-0.2955404020615458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,0.18198577803797852f,0.009537470488067022f,2.587211842780805e-17f,0.1751760302947924f,0.9582957084101589f,-0.22579347566488694f,1.1820701959141346f,-0.050230918382577f,-0.2203418068242692f,-0.9741285043585673f,-0.21126187930937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9817961881363971f,-0.13756875437842733f,-0.13096214254359215f,2.86366022401071e-17f,-0.08588745959849256f,0.9365326174364493f,-0.3398970443551264f,1.1768976591807894f,0.1694095311502795f,-0.32246161678004626f,-0.9312995846982007f,-0.23383560272271986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.37558405526728e-17f,1.1772060590738184e-16f,2.587211842780805e-17f,0f,0.9612616959383189f,-0.2756373558169992f,1.1820701959141346f,-1.2246467991473532e-16f,-0.2756373558169992f,-0.9612616959383189f,-0.21126187930937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08703629883128314f,-0.004561379138762597f,-0.006249999999999975f,0.0762281301974733f,0.8954704154301142f,0.43854533090208103f,1.1920487438604643f,0.04225394254377947f,0.4365288281146736f,-0.8986974944687098f,-0.20370678669954975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9962219384923967f,-0.08669128340618791f,0.005144963346742878f,2.4575811086100545e-17f,-0.07595531739347458f,0.898506903603476f,0.43233798576640314f,1.1975151170300855f,-0.04210271993717101f,0.4303137989401248f,-0.9016969532030205f,-0.20067672657301014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.937205496305204e-17f,1.0711002248194562e-16f,2.420473574258147e-17f,0f,0.8746197071393959f,0.484809620246337f,1.2029814901997067f,-1.2246467991473532e-16f,0.484809620246337f,-0.8746197071393959f,-0.19764666644647053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9723699203976766f,0.23330315524772702f,-0.00814712570610319f,-0.18124999999999997f,0.22915631501078754f,0.960582425632604f,0.15738102444850038f,1.231476260726254f,0.04454347535265715f,0.15116560891035286f,-0.9875043480847412f,-0.1870142606679359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9799247046208296f,-0.1988822841491543f,0.01390720408259383f,0.19375000000000003f,-0.19570498393173186f,0.9728876999169317f,0.12324399626197947f,1.2299575823338031f,-0.038041195276442376f,0.11804812748179151f,-0.992278946194054f,-0.21850766062634464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018979e-16f,-0.007812499999999971f,0f,0.9848077530122081f,0.17364817766693033f,1.0716759481885365f,-1.2246467991473532e-16f,0.17364817766693033f,-0.9848077530122081f,-0.23282988039009445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.169619151431765e-17f,1.1829179713786698e-16f,2.143131898507868e-17f,0f,0.9659258262890683f,0.25881904510252074f,1.2875f,-1.2246467991473532e-16f,0.25881904510252074f,-0.9659258262890683f,-0.175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3240281398874013f,-0.2448550958400443f,-0.9138116581671921f,-0.15821906687063308f,0f,0.9659258262890683f,-0.25881904510252074f,1.2593750000000001f,0.9460474430815352f,0.08386465375200321f,0.3129871487616479f,0.15877902610555308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3240281398874013f,-0.2448550958400443f,-0.9138116581671921f,-0.1278414287561892f,0f,0.9659258262890683f,-0.25881904510252074f,1.2593750000000001f,0.9460474430815352f,0.08386465375200321f,0.3129871487616479f,0.24747097389444703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3240281398874013f,-0.2448550958400443f,-0.9138116581671921f,-0.005958499088332292f,0f,0.9659258262890683f,-0.25881904510252074f,1.2981978567653782f,0.9460474430815352f,0.08386465375200321f,0.3129871487616479f,0.15617692768575286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.038697557556386014f,-0.9555527368775606f,0.29226950933166773f,1.2633849450844468f,-0.803106107671253f,-0.14429622200326f,-0.578099628210152f,2.435273203196267f,0.5945780679274172f,-0.25709447166633054f,-0.7618263278322104f,-0.4766828835455744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.28866816838479914f,-0.9555527368775606f,-0.05991373471224161f,1.2859240398263898f,0.6351412566646294f,-0.14429622200326f,-0.7587978547663807f,2.446837564979317f,0.7164260412937548f,-0.25709447166633054f,0.6485646922202672f,-0.5669453743419426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24041701058072562f,-0.9555527368775606f,0.17064181219510907f,1.249058220626152f,-0.12335319235253239f,-0.14429622200326f,-0.9818159655719728f,2.588327778923588f,0.9627999018279274f,-0.25709447166633054f,-0.08317921422292991f,-0.509337246810319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.4536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52.mcfunction new file mode 100644 index 000000000..e95796ae3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..4cbf5beb8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8073875749844609f,-0.12239555092370269f,0.009438078153901776f,0.15404926071344255f,-0.1098621410677858f,0.7484414083830431f,0.307750243902508f,1.5146295361189377f,-0.054772786720759345f,0.30298388038992197f,-0.7564027726701905f,-0.42172634707989637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7765886741542177f,0.19189724480828863f,0.00924546431402623f,0.15404926071344255f,0.18114293246085536f,0.7185424846234902f,0.3014696266800079f,1.5146295361189377f,0.06400991481697334f,0.294740810248749f,-0.7409659813912071f,-0.42172634707989637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6079384580313671f,0.12716461519606748f,0.5302682682689244f,0.09605489997691896f,0.3419359691180485f,0.7075205309814849f,0.22234868047151327f,1.5241389869362691f,-0.424776492657243f,0.3875413569235653f,-0.5799319549775622f,-0.44137634520783775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5978700634974065f,-0.11281292135202926f,0.5194464668756811f,0.09605489997691896f,0.044229803787243394f,0.7685064173549289f,0.21781095229862527f,1.5241389869362691f,-0.5297122913719758f,0.19149707898637236f,-0.568096608957612f,-0.44137634520783775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3571975671049619f,-1.5178646612679756f,-0.099513909219517f,-0.9433396408404063f,-0.586363475439271f,0.23171853272098714f,-1.4296470355526263f,1.6763794042062066f,1.4035647554441777f,-0.2894816776023774f,-0.6225854042679105f,-0.2616795901694239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.988552049640436f,0.06488008598452424f,0.13621827922248064f,-0.6830846171537138f,0.11256350785152788f,0.9183207462819105f,0.37949501136166996f,1.6439210719282393f,-0.1004704028649828f,0.39048377865268086f,-0.9151109860324439f,-0.26439924261225495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9558695301624824f,0.06488008598452424f,0.2865379830835621f,-0.3276990743618588f,0.16955356087144807f,0.9183207462819105f,0.35768505272662315f,1.5862706651425027f,-0.23992713748712763f,0.39048377865268086f,-0.8887954698952717f,-0.18146591278053004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7935395427947806f,0.4232392382913193f,0.4372225305169375f,0.27197935617762453f,0.6056395934526481f,-0.47950388007579187f,-0.6350407166747436f,1.1963847398771232f,-0.05912424936996427f,0.7687291955967614f,-0.6368357299756303f,0.1952716218433213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11300196713782279f,0.7839989811911711f,0.6103901644966017f,0.28553564318680696f,0.8433602104774672f,0.24912270586840773f,-0.47611073586320785f,1.4767086964484708f,-0.5253323812657894f,0.5685802273312083f,-0.6330421899696785f,0.015282637236735008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7134030043825275f,-0.3900757275369333f,0.5821486752750673f,-0.17374545636514552f,-0.5882050100953712f,0.7848721226996986f,-0.1949118187991011f,1.2294149072143121f,-0.3808818969663533f,-0.48147344453811913f,-0.7893746276438778f,0.03508384556092828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8705295780811637f,-0.2186583850493259f,0.4408704620786607f,-0.2119884631739025f,-0.22150381494445306f,0.9740860814515995f,0.045742386113115985f,1.412341937399694f,-0.43944773710975515f,-0.05783438916327044f,-0.8964044119588137f,0.018637370018072502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9358924070696639f,0.19658486442941753f,0.2923350705382748f,0.07376628547595679f,0.15346014168129318f,0.9744521026284885f,-0.1639911113386185f,1.1886226398592747f,-0.31710469454820106f,-0.10861625458551433f,-0.9421502650508073f,0.05248204510998586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9358924070696639f,0.02407995132625809f,0.3514620297179705f,0.08047791403536748f,0.15346014168129318f,0.9258958313167412f,0.34520558290015824f,1.3643856431242898f,-0.31710469454820106f,0.3770106967904302f,-0.8702341910089986f,0.1177325870643853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.038489700412922545f,0.27740115051528424f,0.26537325419116853f,-0.0007523498425861946f,0.9908617234522892f,0.13487949794862597f,2.1330010793460557f,-0.28005765355511036f,0.12927330721878566f,-0.9512392562998665f,0.13375153131557704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.038489700412922545f,0.27740115051528424f,0.3321901828919137f,-0.0007523498425861946f,0.9908617234522892f,0.13487949794862597f,2.0218165299663005f,-0.28005765355511036f,0.12927330721878566f,-0.9512392562998665f,0.038915849643432976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.038489700412922545f,0.27740115051528424f,-0.29861669232587695f,-0.0007523498425861946f,0.9908617234522892f,0.13487949794862597f,2.1325590738135363f,-0.28005765355511036f,0.12927330721878566f,-0.9512392562998665f,-0.030782340148050324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.038489700412922545f,0.27740115051528424f,-0.3037984802017758f,-0.0007523498425861946f,0.9908617234522892f,0.13487949794862597f,2.0213180981955867f,-0.28005765355511036f,0.12927330721878566f,-0.9512392562998665f,-0.14662234583682762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9541850210345242f,0.11215858115249684f,0.27740115051528424f,0.17276218209589356f,0.15426183646952907f,0.9787802648409778f,0.13487949794862597f,2.2416744762676366f,-0.25638687845206276f,0.17149240750448386f,-0.9512392562998665f,0.09915707517366734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.038489700412922545f,0.27740115051528424f,0.06179866624631065f,-0.0007523498425861946f,0.9908617234522892f,0.13487949794862597f,2.251573109686719f,-0.2800576535551104f,0.1292733072187857f,-0.9512392562998665f,0.06820136759438576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9407787945072844f,0.19489448811656393f,0.27740115051528424f,0.04052228873990224f,0.23898114457780573f,0.9616109054962971f,0.13487949794862597f,2.247276094323265f,-0.2404647008226004f,0.193185415941199f,-0.9512392562998665f,0.06138744477628444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9549595118464765f,-0.10536096253706081f,0.27740115051528424f,0.06807997404331592f,-0.06986953695224096f,0.9883955528224548f,0.13487949794862597f,2.257207778214913f,-0.28839309724752205f,0.10942256958259602f,-0.9512392562998665f,0.07083208668555707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9596844614017981f,0.04532478611904749f,0.27740115051528424f,0.12819087457783895f,0.08560980254341441f,0.9871567670545566f,0.13487949794862597f,2.3652463091117033f,-0.26772503852351637f,0.15319001606390165f,-0.9512392562998665f,0.07082894948665831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9596844614017981f,0.04532478611904749f,0.27740115051528424f,0.1179927977010533f,0.08560980254341441f,0.9871567670545566f,0.13487949794862597f,2.1431360365244285f,-0.26772503852351637f,0.15319001606390165f,-0.9512392562998665f,0.0363611958722805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9421427896472157f,-0.18819023781418376f,0.27740115051528424f,-0.20208862160156804f,-0.155748010804671f,0.9785448779506816f,0.13487949794862597f,2.2413807012985494f,-0.29683247976956706f,0.08387106907585185f,-0.9512392562998665f,-0.010198870503161359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.03848970041292253f,0.27740115051528424f,-0.09190085663837297f,-0.0007523498425861946f,0.9908617234522891f,0.13487949794862597f,2.251452653568875f,-0.28005765355511036f,0.12927330721878566f,-0.9512392562998665f,0.023362310269868222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9221557919373694f,-0.26958727174916836f,0.27740115051528424f,-0.07029195236964192f,-0.24044114825165736f,0.9612468856961519f,0.13487949794862597f,2.2471892479034756f,-0.30301278788821406f,0.05768125909070434f,-0.9512392562998665f,0.029059393158247123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9603293233990232f,0.02856907966265633f,0.27740115051528424f,-0.09861952239856409f,0.06836850263987572f,0.9885005153665362f,0.13487949794862597f,2.257077133865399f,-0.27035779712587515f,0.1484942382967128f,-0.9512392562998665f,0.022200522080547323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9529752645465519f,-0.12201125708403371f,0.27740115051528424f,-0.14945545706500124f,-0.08710877639200346f,0.9870256238358831f,0.13487949794862597f,2.3650287144268556f,-0.2902588607397153f,0.10437275044837768f,-0.9512392562998665f,-0.010169348665612154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9529752645465519f,-0.12201125708403371f,0.27740115051528424f,-0.1220029242210937f,-0.08710877639200346f,0.9870256238358831f,0.13487949794862597f,2.142947949063782f,-0.2902588607397153f,0.10437275044837768f,-0.9512392562998665f,-0.033653217516497094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.959982887688588f,-0.038489700412922545f,0.27740115051528424f,0.009052122247999995f,-0.0007523498425861946f,0.9908617234522892f,0.13487949794862597f,1.6310103752139125f,-0.28005765355511036f,0.12927330721878566f,-0.9512392562998665f,-0.03517235401236515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9358924070696639f,0.02407995132625809f,0.3514620297179705f,0.00002214050065321196f,0.15346014168129318f,0.9258958313167412f,0.34520558290015824f,1.2837994384701346f,-0.31710469454820106f,0.3770106967904302f,-0.8702341910089986f,-0.1765513653087765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9959645091983238f,-0.08466051011179336f,-0.029787488060473797f,0.1553583948028219f,-0.08380205406009819f,0.7584666822326456f,0.6463014062171856f,0.6144608023717659f,-0.032123389495044195f,0.6461895155220441f,-0.7625006215582617f,-0.2891520080521775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9959645091983238f,-0.087332940194148f,0.02067979628495653f,0.12572792436698066f,-0.08380205406009819f,0.9874301958891015f,0.13401053683094802f,0.9564187110386446f,-0.032123389495044195f,0.13173672913601533f,-0.990764110191671f,-0.26256322617098904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9963863932700987f,0.08491277100371049f,-0.001994148107797543f,-0.1531369214529696f,0.08396817365690731f,0.9882936774356254f,0.1273772073547368f,0.6517464608211232f,0.01278675560601142f,0.12674947124639047f,-0.9918523430530537f,-0.1696633054825729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9963863932700987f,0.07649643149791231f,-0.0369113976203776f,-0.12394454207194672f,0.08396817365690731f,0.9525760420944471f,-0.2924862900041667f,1.017442536053705f,0.01278675560601142f,-0.2945287422235108f,-0.9555570725421422f,-0.29635235767557144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9811500085026357f,0.1929636553378213f,0.01047322939424519f,0.00030744462743866f,0.18677536668891112f,0.9608040974403367f,-0.20486690494094625f,1.1828898281245706f,-0.049594588550574296f,-0.19904902426419083f,-0.9787338058563078f,-0.2104402524976456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9834303395577595f,-0.12405591527938048f,-0.13219265154124535f,0.0003255933640928722f,-0.07736195443199063f,0.9466456464059189f,-0.3128532373928429f,1.1782046246597964f,0.16395089278126102f,-0.2974426835962099f,-0.9405572575507098f,-0.23312012604484655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999690439841019f,0.00786012198375539f,0.0003599387751142911f,0.00030744462743866f,0.007508807909140876f,0.9669459768156792f,-0.2548707431694653f,1.1828898281245706f,-0.002351356481899116f,-0.25486015067556633f,-0.9669750641667667f,-0.2104402524976456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9960696941536487f,0.08850488518561253f,0.003471265898555149f,-0.0060095198381711476f,0.08114076073003189f,0.8960737038848064f,0.43642650487145723f,1.192906930157952f,0.03551536761471916f,0.43499287638356327f,-0.8997332138799508f,-0.20300196885825111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9965639571665492f,-0.08178138226474518f,0.013118109292728292f,0.00021345248761482156f,-0.06796976191461214f,0.8979922585983953f,0.4347298183499997f,1.1983683122919784f,-0.047332766048682244f,0.43234443330777417f,-0.9004653798153264f,-0.19990795518364635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999556098849327f,-0.0042800377591776205f,0.008394017895641473f,0.00018670225161996143f,0.00033510321011122286f,0.8741562446543045f,0.4856446722015204f,1.2038317888210677f,-0.009416260695780923f,0.4856259272409821f,-0.8741160065036249f,-0.1968727931383902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9730519003575759f,0.23058274313745417f,0.0012640323244013495f,-0.18034697923943f,0.2279818934245378f,0.9612259242611982f,0.1551418022286962f,1.233589411313078f,0.03455800169386246f,0.15124920196619887f,-0.9878914026468267f,-0.18777794564592928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9827418554477164f,-0.18386197153499748f,0.020327837426629136f,0.1941341304629097f,-0.17971440075024392f,0.9750116810335652f,0.1305946247403848f,1.2306958146188907f,-0.043831264117755f,0.12468759870718896f,-0.9912274325372933f,-0.21596918895436842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999556098849327f,-0.001325753854738182f,0.009328485212990496f,-0.007335395666839382f,0.00033510321011122286f,0.9844212350288325f,0.17582582213698514f,1.0726070073047695f,-0.009416260695780923f,0.175821143213849f,-0.9843770921925622f,-0.23241873272936087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999556098849327f,-0.0021337400185136037f,0.009177440448498102f,2.131375289236053e-17f,0.00033510321011122286f,0.9653509849020845f,0.2609547157159917f,1.2883f,-0.009416260695780923f,0.26094620729588863f,-0.9653074178376545f,-0.17403999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3158298330314317f,-0.24557161218731674f,-0.9164857335796668f,-0.16104275934980475f,0f,0.9659258262890683f,-0.25881904510252074f,1.260175f,0.9488158496606904f,0.08174277580008375f,0.3050681924376243f,0.15824894309113188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3158298330314317f,-0.24557161218731674f,-0.9164857335796668f,-0.13143371250310804f,0f,0.9659258262890683f,-0.25881904510252074f,1.260175f,0.9488158496606904f,0.08174277580008375f,0.3050681924376243f,0.2472004289968216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3158298330314317f,-0.24557161218731674f,-0.9164857335796668f,-0.00876537588950635f,0f,0.9659258262890683f,-0.25881904510252074f,1.2989978567653782f,0.9488158496606904f,0.08174277580008375f,0.3050681924376243f,0.1569644571783331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.08635076349648531f,-0.9558714054043249f,0.2808084791702964f,1.2500043226001674f,-0.6486832308201668f,-0.26787145274283697f,-0.7123587234379546f,2.3889479544852747f,0.7561439093825226f,-0.12064303185763631f,-0.6431886559695476f,-0.3976342204751804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2551813148678237f,-0.9558714054043249f,0.1455759350740683f,1.2601440250395648f,0.5535476996563858f,-0.26787145274283697f,-0.7885618739265586f,2.3946616477095124f,0.7927593838911353f,-0.12064303185763631f,0.597476207155352f,-0.49065896258274966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10815682602023832f,-0.9558714054043249f,0.2731518942192944f,1.214101389686972f,-0.06094606105853673f,-0.26787145274283697f,-0.9615250711483768f,2.53603356176965f,0.9922639158140727f,-0.12064303185763631f,-0.02928447092778575f,-0.43975392088979715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624307281711342f,0f,1.471290816324456e-7f,-0.013690859611395687f,0f,0.000015625f,0f,1.4544225f,-1.471290816324456e-7f,0f,-0.000015624307281711342f,0.5133615585299113f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53.mcfunction new file mode 100644 index 000000000..8180e538f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..e7eb587e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8068576126315575f,-0.12401441581463496f,0.023359410375745786f,0.15908115686837554f,-0.10627687547602534f,0.7492765109433795f,0.30697618854239056f,1.5138157204889644f,-0.06804750636137283f,0.3002491952747164f,-0.7564154956499296f,-0.41926695872706743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7767159147114243f,0.19023346297886812f,0.02288268771501628f,0.15908115686837554f,0.18470074478380474f,0.7179542518924997f,0.30071136836805606f,1.5138157204889644f,0.050970802527556494f,0.29724219376217187f,-0.7409784447182984f,-0.41926695872706743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.599450198499877f,0.1239555944689011f,0.5405912638609355f,0.10147090927954983f,0.34418695688737627f,0.7073265446080109f,0.21947424096222123f,1.523561850451052f,-0.4349014171872858f,0.38893266041462393f,-0.5714337996966383f,-0.4398705646949955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5889850006590158f,-0.11253514072533587f,0.5295587890882634f,0.10147090927954983f,0.046339724015078465f,0.7691746906797349f,0.2149951748201351f,1.523561850451052f,-0.5393971625591901f,0.1889606766490397f,-0.5597718854171151f,-0.4398705646949955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.42199741025863974f,-1.5014125410500816f,-0.09531430801583807f,-0.9368988834840379f,-0.5770660034898346f,0.25296411601358326f,-1.429828742761082f,1.6864486009022104f,1.3893592995878612f,-0.35096408304412463f,-0.6228251753596075f,-0.2915587546602593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9820884926326303f,0.06255453489010762f,0.1777332912069376f,-0.6772352033080045f,0.12635272885191381f,0.9183973082675044f,0.3749418249257839f,1.6502369630085223f,-0.13977546476489544f,0.39068313801811916f,-0.9098513642997262f,-0.28391891057418933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9432150329297995f,0.06255453489010762f,0.3262396846184096f,-0.32623196654769643f,0.18235754639526694f,0.9183973082675044f,0.351129761540802f,1.5878081107909954f,-0.2776528892843277f,0.39068313801811916f,-0.8776534388586309f,-0.18696656754118524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7970927130478367f,0.40842936219356096f,0.44477934181366835f,0.26545283120813795f,0.6020539273223333f,-0.4806414441610959f,-0.6375851870538483f,1.1956352089253937f,-0.046629126110122404f,0.7759956560786261f,-0.6290122942719875f,0.1998807411307813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12536163263465677f,0.775666501426148f,0.6185676516182308f,0.28320898325975924f,0.8423466281695215f,0.2461843674996975f,-0.47942195945764926f,1.4757236767966022f,-0.5241532400687909f,0.581149495193873f,-0.6225179878214728f,0.019890470963533885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8304522577468669f,-0.20067955870564402f,0.5196891015990607f,-0.19883284601459114f,-0.3961213128909035f,0.8686447959539471f,-0.29756364686519143f,1.22728095898003f,-0.3917102922782575f,-0.452972331583104f,-0.8008614822448693f,0.03074990836707488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8979875868804852f,-0.09830797286008452f,0.4288983985522721f,-0.2145849759349053f,-0.11160497101954134f,0.9937351734885961f,-0.005893675874772297f,1.4135694685349245f,-0.42563202916638f,-0.0531596411173966f,-0.9033335089013248f,0.015136641226929759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9298707255025603f,0.20267920123721017f,0.3070204801624613f,0.06957662549596137f,0.15730952943250787f,0.973465301587178f,-0.16618970652693038f,1.1886163395415594f,-0.33255698128751526f,-0.10623769571875508f,-0.9370802560108203f,0.053864364221441835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9298707255025603f,0.022015097008931842f,0.36722713592139283f,0.0759996257846448f,0.15730952943250787f,0.9261405341406415f,0.3428081430937867f,1.3644102405872658f,-0.33255698128751526f,0.37653558467344694f,-0.8646541549495734f,0.11906069787927831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.03628465776910052f,0.29276271060606596f,0.2640709759042442f,0.0030127675795685663f,0.9911549644939021f,0.13267539180497281f,2.132285118698072f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,0.13715818741446872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.03628465776910052f,0.29276271060606596f,0.33188417819596394f,0.0030127675795685663f,0.9911549644939021f,0.13267539180497281f,2.020716087333817f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,0.04348837725460941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.03628465776910052f,0.29276271060606596f,-0.2972831739988846f,0.0030127675795685663f,0.9911549644939021f,0.13267539180497281f,2.1340551196510686f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,-0.03614684852840844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.03628465776910052f,0.29276271060606596f,-0.30113220360969195f,0.0030127675795685663f,0.9911549644939021f,0.13267539180497281f,2.0227120458552807f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,-0.15194070582991165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9494088498426224f,0.1136346387291185f,0.29276271060606596f,0.17247334553325624f,0.15802647205383552f,0.9784809014690143f,0.13267539180497281f,2.2413125191645347f,-0.27138620077433323f,0.17222744944197316f,-0.9469357083181446f,0.10101411007375206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.036284657769100524f,0.29276271060606596f,0.06204882395858444f,0.0030127675795685593f,0.9911549644939021f,0.13267539180497281f,2.2516477927811605f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,0.06832240196184207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9358921511943047f,0.1959486581007524f,0.29276271060606596f,0.04086313314930598f,0.24270536335010442f,0.9609845716818198f,0.13267539180497281f,2.247433610187863f,-0.2553428830690028f,0.1952249378999099f,-0.9469357083181446f,0.06118200316317504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9506377943209313f,-0.10284833147515615f,0.29276271060606596f,0.06831228212263694f,-0.06613404662791242f,0.9889507208582305f,0.13267539180497281f,2.2572586339712983f,-0.30317333636923255f,0.1067646590720091f,-0.9469357083181446f,0.0710450023670077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9550228892944588f,0.04713041695394424f,0.29276271060606596f,0.1288749273836145f,0.08938615019784371f,0.9871207406200142f,0.13267539180497281f,2.3650414293203097f,-0.2827390971840864f,0.15287696764242115f,-0.9469357083181446f,0.07186935483780968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9550228892944588f,0.04713041695394424f,0.29276271060606596f,0.11827058356897706f,0.08938615019784371f,0.9871207406200142f,0.13267539180497281f,2.142939262680807f,-0.2827390971840864f,0.15287696764242115f,-0.9469357083181446f,0.03747203711826497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9380565077880683f,-0.1853105055711692f,0.29276271060606596f,-0.20062559984614248f,-0.1520751212313097f,0.9794235028382151f,0.13267539180497281f,2.2424889342475933f,-0.3113248234544363f,0.07993508999856218f,-0.9469357083181446f,-0.014171510537379847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.03628465776910052f,0.29276271060606596f,-0.09093238704043188f,0.0030127675795685455f,0.9911549644939021f,0.13267539180497281f,2.252130156524807f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,0.021093011611125742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9183360448169325f,-0.26636235482624315f,0.29276271060606596f,-0.06943321964805454f,-0.2368588123366679f,0.9624422805695207f,0.13267539180497281f,2.2477813846713994f,-0.3171069406500837f,0.05249716662409923f,-0.9469357083181446f,0.02713056987598294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9556999738749009f,0.030455791142285138f,0.29276271060606596f,-0.0976081472969024f,0.07214490388624421f,0.9885304007731079f,0.13267539180497281f,2.257781796253514f,-0.2853641056243027f,0.14791920610000572f,-0.9469357083181446f,0.019820929312282763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9486980566980376f,-0.11942358433724704f,0.29276271060606596f,-0.14747382924866043f,-0.08338354401914591f,0.9876459006122609f,0.13267539180497281f,2.365912782213458f,-0.3049904618249132f,0.1014572940100431f,-0.9469357083181446f,-0.013446895534955018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9486980566980376f,-0.11942358433724704f,0.29276271060606596f,-0.12060352277277987f,-0.08338354401914591f,0.9876459006122609f,0.13267539180497281f,2.1436924545756995f,-0.3049904618249132f,0.1014572940100431f,-0.9469357083181446f,-0.03627478668721468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9554964253670277f,-0.03628465776910052f,0.29276271060606596f,0.008280582798323045f,0.0030127675795685663f,0.9911549644939021f,0.13267539180497281f,1.6312028333312227f,-0.2949872952219186f,0.12765288860684193f,-0.9469357083181446f,-0.035231739310539356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9298707255025603f,0.022015097008931842f,0.36722713592139283f,0.000024921419973603326f,0.15730952943250787f,0.9261405341406415f,0.3428081430937867f,1.2839001330284823f,-0.33255698128751526f,0.37653558467344694f,-0.8646541549495734f,-0.17643258356308195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9959292688997392f,-0.08537559524009232f,-0.02891191944909361f,0.15546815966846747f,-0.08375403335954938f,0.7579334992780526f,0.6469328192077858f,0.6145874239865807f,-0.03331896224131903f,0.6467208195268852f,-0.7619987062624421f,-0.28905620702072377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9959292688997392f,-0.08745174402447965f,0.021842248416951933f,0.12581911352140673f,-0.08375403335954938f,0.9873832377116573f,0.13438602524835852f,0.9565382920367782f,-0.03331896224131903f,0.13200959947337865f,-0.9906883023444053f,-0.26238705579152394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9964036032827489f,0.08473007886688845f,-0.0008204269406929601f,-0.15316249622292202f,0.08394109600433425f,0.9883543494009397f,0.1269234904256749f,0.6517524775992173f,0.01156510988902781f,0.1263981556647727f,-0.9919121707478936f,-0.17002452716666855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9964036032827489f,0.07686092048902252f,-0.035668729536308265f,-0.12381102744518832f,0.08394109600433425f,0.9528180342367536f,-0.2917047926154106f,1.0175812767699932f,0.01156510988902781f,-0.2936497787072021f,-0.9558431124920375f,-0.2964531659430859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9808818129267974f,0.19429719461560635f,0.01093019825731891f,0.0003460598887143244f,0.18978574082416164f,0.9675053208753654f,-0.16707730742886823f,1.182992319533149f,-0.04303767708953698f,-0.16180869643613585f,-0.9858832101767302f,-0.21033735529303865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9852136883022796f,-0.10816726517049195f,-0.13286772041152436f,0.00037435134248798647f,-0.06841649129445987f,0.959374151100408f,-0.2737159511598231f,1.1791830443665376f,0.15707696234895055f,-0.2605783585524861f,-0.9525889706233839f,-0.23318066388217873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999607969688928f,0.008823110507307937f,0.0007464893249525244f,0.0003460598887143244f,0.008449579548910702f,0.9760273903027678f,-0.21748364992388602f,1.182992319533149f,-0.0026474763045334065f,-0.21746881638465912f,-0.9760636786447245f,-0.21033735529303865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9953816247867086f,0.09590854144295856f,0.004119795535767186f,-0.005980428130165479f,0.08849715745848341f,0.9001419441129316f,0.42651229005781327f,1.1929496906198704f,0.03719777088402769f,0.42490708646347164f,-0.9044723841634874f,-0.2027960985121378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9971587958194178f,-0.07408030760765243f,0.013654447800039767f,0.00023975497138572255f,-0.06119732625142428f,0.902375086805467f,0.42658421205255914f,1.1984427201486865f,-0.04392292316826321f,0.42453658350910306f,-0.9043447716898534f,-0.19975291781117163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999438188715833f,-0.004714522623391111f,0.00949380729463266f,0.0002102892049895281f,0.00037699110950096745f,0.8792617157200514f,0.47633884278603067f,1.2039381058719367f,-0.010593251541308937f,0.4763156606132797f,-0.879210540471574f,-0.19677594493233863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9763220499418122f,0.21630229689428127f,0.002927653612684912f,-0.1802328851785271f,0.2141398248636107f,0.964466753655977f,0.1547514668740918f,1.2338536084649594f,0.03064947315696993f,0.1517141966018974f,-0.9879490940046662f,-0.18787265773003708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9873455788719242f,-0.15735395161770735f,0.019708926717529808f,0.1941812637413526f,-0.15346640588112712f,0.9793950692632779f,0.13127589485015298f,1.230788113521129f,-0.03995960645444219f,0.12659001624564037f,-0.9911499370120216f,-0.21565162377183744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999438188715833f,-0.0014943714024971961f,0.01049409141495754f,-0.007275072579336018f,0.00037699110950096745f,0.9843725738949067f,0.17609796603373853f,1.0727234655945956f,-0.010593251541308937f,0.1760920288304606f,-0.98431670736819f,-0.2323670477298884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999438188715833f,-0.00240330519988008f,0.010323915179345302f,2.1299057130770765e-17f,0.00037699110950096745f,0.9652787900350087f,0.26122158292578523f,1.2884f,-0.010593251541308937f,0.2612107992267275f,-0.9652236535586541f,-0.17392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3190563740063539f,-0.24529205887210392f,-0.9154424264038682f,-0.15956023002454578f,0f,0.9659258262890683f,-0.2588190451025207f,1.260275f,0.9477357385927353f,0.0825778660541972f,0.30818479169488133f,0.15826918755465258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3190563740063539f,-0.24529205887210392f,-0.9154424264038682f,-0.1296486949614501f,0f,0.9659258262890683f,-0.2588190451025207f,1.260275f,0.9477357385927353f,0.0825778660541972f,0.30818479169488133f,0.2471194130477215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3190563740063539f,-0.24529205887210392f,-0.9154424264038682f,-0.007288098532417686f,0f,0.9659258262890683f,-0.2588190451025207f,1.2990978567653781f,0.9477357385927353f,0.0825778660541972f,0.30818479169488133f,0.15646658154695484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19485565915958672f,-0.9284085083408732f,0.316368319737861f,1.231371073118941f,-0.44208820290709344f,-0.3710615408301816f,-0.8166219160462864f,2.3444782251990732f,0.875550851146785f,0.019260699805716132f,-0.482741890143309f,-0.33129921377248517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17097895911585384f,-0.9284085083408732f,0.32988458160382955f,1.2300849661607232f,0.47266846568118764f,-0.3710615408301816f,-0.7993108622227796f,2.3428310340601866f,0.864494486442945f,0.019260699805716132f,0.50227314118191f,-0.4250259185595628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.01371847422098963f,-0.9284085083408732f,0.371307749858958f,1.1750318571609883f,0.017570038814790634f,-0.3710615408301816f,-0.9284420426999082f,2.482920936034616f,0.9997515177288279f,0.019260699805716132f,0.011221775345251454f,-0.3798458324678117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624123280136674f,0f,1.655195670949631e-7f,-0.014499955977739086f,0f,0.000015625f,0f,1.4545225f,-1.655195670949631e-7f,0f,-0.000015624123280136674f,0.5134649675275811f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54.mcfunction new file mode 100644 index 000000000..5a0a0b46c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..743c92869 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8063125752775896f,-0.1252224766056044f,0.03352322696914466f,0.16290725105477988f,-0.1037992959008993f,0.7501822100593216f,0.3056089041985424f,1.5125330465934863f,-0.07765424369693828f,0.2974734063873864f,-0.7565869648444822f,-0.41793449268489713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.776675512420037f,0.18893581784823327f,0.03283907947997844f,0.16290725105477988f,0.18728253852030013f,0.7178451530060334f,0.2993719877863273f,1.5125330465934863f,0.04123589664922323f,0.29833134773228875f,-0.7411464145415336f,-0.41793449268489713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.592454771324465f,0.12141794633432682f,0.5488164271295775f,0.10556236325150398f,0.34559093720832135f,0.7075478199870397f,0.21653505719745744f,1.5224457133255391f,-0.44329300975629465f,0.3893304626971624f,-0.5646747229703695f,-0.4392916267881994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.581702668035202f,-0.11220937460932146f,0.5376160918820351f,0.10556236325150398f,0.04752741080138878f,0.769901265506111f,0.21211597439750934f,1.5224457133255391f,-0.5471408879102748f,0.18617491136529046f,-0.5531507490321987f,-0.4392916267881994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.46871660716893404f,-1.4876934616987492f,-0.0920823337173651f,-0.9307645823372648f,-0.5684622653862127f,0.2676497776059658f,-1.4306014467277224f,1.6939238188682908f,1.3778830302300766f,-0.395648847548265f,-0.6215356743081698f,-0.3165236795295777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9756651917194941f,0.06077347182101929f,0.21067514991043187f,-0.6718979251633332f,0.13713182605772276f,0.918848868017113f,0.3700157024042965f,1.6548940336269773f,-0.1710914841511337f,0.38990170923771306f,-0.9048228341418404f,-0.30052868239716335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9314436940906262f,0.06077347182101929f,0.35877462265554405f,-0.325003167309139f,0.19261157257481393f,0.918848868017113f,0.34440897179650765f,1.588628323465672f,-0.3087287269579322f,0.38990170923771306f,-0.8675616579151274f,-0.19202396703834632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7996774733928271f,0.39696245716660616f,0.45048501212394915f,0.2603746531020467f,0.5992526044763918f,-0.4806963349777784f,-0.6401775922095312f,1.1950758531153722f,-0.03757997573609473f,0.7818899162536769f,-0.6222828169606587f,0.20298981752952044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13484838116297768f,0.7691176714422754f,0.6247190741228705f,0.2813592011920547f,0.8410123577943422f,0.24453761842955707f,-0.4825966920835679f,1.4747924144647846f,-0.5239409586345831f,0.5904738441692508f,-0.6138619643022865f,0.022768780540719902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9075958828306544f,0.016715504132563494f,0.41951198479952806f,-0.22476917409036967f,-0.16531776324902003f,0.9042564979736734f,-0.39368797673630995f,1.2275288339798343f,-0.38592713123488237f,-0.4266623697890202f,-0.8179361048289966f,0.02713985365528969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9161288139194268f,0.030535587202888403f,0.39971936933398566f,-0.2165455054314907f,0.007504154344963682f,0.998226342936006f,-0.05905807257415735f,1.4143271603267469f,-0.40081377717607386f,-0.05110524613757644f,-0.9147330593364746f,0.011840538383641158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9250590226791632f,0.20734009195166914f,0.3182387324467985f,0.06633202983302684f,0.15990617735192852f,0.9725848124984213f,-0.1688454824450586f,1.1884736998132057f,-0.3445225957822871f,-0.10530369778352705f,-0.9328533176381755f,0.054526331298028335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9250590226791632f,0.020442420629747708f,0.37927287274292115f,0.07253543915574778f,0.15990617735192852f,0.9267058961810871f,0.3400679291375503f,1.3643564799042691f,-0.3445225957822871f,0.3752309814261141f,-0.8605265199710176f,0.11950384956560589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660973f,0.3075408307451541f,0.2628588801259296f,0.00644073667506264f,0.9914639632160758f,0.130221835937583f,2.1313991486807264f,-0.3093713184174465f,0.12581127322710486f,-0.9425820446357048f,0.13950462330940386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660973f,0.3075408307451541f,0.331627311722068f,0.00644073667506264f,0.9914639632160758f,0.130221835937583f,2.0194329227725505f,-0.3093713184174465f,0.12581127322710486f,-0.9425820446357048f,0.04701257191207267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660973f,0.3075408307451541f,-0.29580632883368274f,0.00644073667506264f,0.9914639632160758f,0.130221835937583f,2.135183081477326f,-0.3093713184174465f,0.12581127322710486f,-0.9425820446357048f,-0.04225102626084595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660973f,0.3075408307451541f,-0.29835686008345236f,0.00644073667506264f,0.9914639632160758f,0.130221835937583f,2.0236999108197793f,-0.3093713184174465f,0.12581127322710486f,-0.9425820446357048f,-0.1579459265394856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9445646658152328f,0.11496186114506782f,0.3075408307451541f,0.17225628007378888f,0.1614605752111768f,0.978249843392536f,0.130221835937583f,2.240743565406473f,-0.2858812248921452f,0.17265866437726485f,-0.9425820446357048f,0.10184215308287234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660972f,0.3075408307451541f,0.062379798045583884f,0.006440736675062647f,0.9914639632160757f,0.130221835937583f,2.2514768035827792f,-0.3093713184174465f,0.1258112732271049f,-0.9425820446357048f,0.06747506242398445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9309507256941849f,0.19684863157779614f,0.3075408307451541f,0.041287403502715314f,0.24610626066987462f,0.9604550910397306f,0.130221835937583f,2.2473378549837535f,-0.26974516638590984f,0.1969178365253186f,-0.9425820446357048f,0.06002133034249739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9462163264981485f,-0.10046542137934616f,0.3075408307451541f,0.06862401934139772f,-0.06273598255409611f,0.9894980899112528f,0.130221835937583f,2.257066189773198f,-0.3173938562123112f,0.1039241510384041f,-0.9425820446357048f,0.07028459306508117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9502830878115027f,0.048792319518712594f,0.3075408307451541f,0.12960066731541264f,0.09282800584913639f,0.9871297963161269f,0.130221835937583f,2.364606587085006f,-0.29722889218497645f,0.15229601039050866f,-0.9425820446357048f,0.07188330477188708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9502830878115027f,0.048792319518712594f,0.3075408307451541f,0.11862239542370231f,0.09282800584913639f,0.9871297963161269f,0.130221835937583f,2.142502382913878f,-0.29722889218497645f,0.15229601039050866f,-0.9425820446357048f,0.03761670243402268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9338595492845302f,-0.18255130685556453f,0.3075408307451541f,-0.19905548509079074f,-0.1487376941735711f,0.9802649497849929f,0.130221835937583f,2.2432585220270687f,-0.32524366333877014f,0.07586599098641653f,-0.9425820446357048f,-0.018960091245614458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660972f,0.3075408307451541f,-0.08986861808246736f,0.006440736675062633f,0.9914639632160758f,0.130221835937583f,2.25250800754139f,-0.3093713184174465f,0.12581127322710486f,-0.9425820446357048f,0.017942696123730104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9143955370210438f,-0.26324786665911926f,0.3075408307451541f,-0.06848061904357547f,-0.23360742213010996f,0.9635714014907096f,0.130221835937583f,2.248081332139426f,-0.33061816979972775f,0.0472304449338845f,-0.9425820446357048f,0.024309498068035458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.950989898485688f,0.03220016153315586f,0.3075408307451541f,-0.09650163509320739f,0.07558607728256109f,0.9885995237537192f,0.130221835937583f,2.2581846134182615f,-0.2998415546571482f,0.14708545553914815f,-0.9425820446357048f,0.01656275733744425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9443188498017159f,-0.11696387191669397f,0.3075408307451541f,-0.14542435191058034f,-0.07999555039413148f,0.9882524906936413f,0.130221835937583f,2.3664693774887122f,-0.31915924211325025f,0.09836903630751903f,-0.9425820446357048f,-0.01759309400114719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9443188498017159f,-0.11696387191669397f,0.3075408307451541f,-0.11910748072932423f,-0.07999555039413148f,0.9882524906936413f,0.130221835937583f,2.1441125670826433f,-0.31915924211325025f,0.09836903630751903f,-0.9425820446357048f,-0.03972612717033894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9509195046121062f,-0.03421597832660973f,0.3075408307451541f,0.007682495278790475f,0.00644073667506264f,0.9914639632160758f,0.130221835937583f,1.631112761476972f,-0.3093713184174465f,0.12581127322710486f,-0.9425820446357048f,-0.03607730100218362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9250590226791632f,0.020442420629747708f,0.37927287274292115f,0.00001658754263508436f,0.15990617735192852f,0.9267058961810871f,0.3400679291375503f,1.2835980504090643f,-0.3445225957822871f,0.3752309814261141f,-0.8605265199710176f,-0.1767889190369764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9960306789074459f,-0.0832345006858615f,-0.03154210789956471f,0.15513968933622507f,-0.08389807572845129f,0.7595314700698087f,0.6450372538564407f,0.6142077530042614f,-0.029732130166463217f,0.6451232160364179f,-0.7634998602269644f,-0.2893432871802752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9960306789074459f,-0.08709763220143706f,0.018354540039882603f,0.12554567780133247f,-0.08389807572845129f,0.9875236794783451f,0.13325950382098034f,0.9561796268769298f,-0.029732130166463217f,0.13119064347145337f,-0.9909112046502001f,-0.26291527058257286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.996347470960848f,0.08528114226523646f,-0.004340954256719626f,-0.15308293932952385f,0.08402242804961602f,0.988171697270583f,0.12828455985823994f,0.6517348542922123f,0.015229861935340401f,0.12745125926138096f,-0.9917279000906039f,-0.16894140657204845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.996347470960848f,0.07576126944161894f,-0.03939476059727803f,-0.12421051750416295f,0.08402242804961602f,0.9520901270093278f,-0.2940486722228298f,1.0171651181614774f,0.015229861935340401f,-0.29628469434642846f,-0.9549782359831422f,-0.2961502805014161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9816964361927759f,0.1901501358236324f,0.010725344407404433f,0.0002303369244701003f,0.1874428016213936f,0.9746220180367305f,-0.12238103643266739f,1.18268487022779f,-0.03372392751039209f,-0.11813063871944968f,-0.9924252359291398f,-0.21064591722569107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9867411240681441f,-0.09211314790784957f,-0.13363054312260417f,0.00025519850658762785f,-0.05947989593108256f,0.9712953908928762f,-0.23032022405833685f,1.179910216057288f,0.1510102514823518f,-0.21931810598480367f,-0.9638959862632874f,-0.23363784626907172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999826089539879f,0.005848570303543925f,0.0007589565075934099f,0.0002303369244701003f,0.005628693799113149f,0.9848668797494633f,-0.17322109276491712f,1.18268487022779f,-0.0017605668665913931f,-0.17321380833513458f,-0.984882671695643f,-0.21064591722569107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9943660885825925f,0.10599886960718698f,0.000567026414238482f,-0.006072158589092954f,0.09677546555264213f,0.9056335487249924f,0.41287090559985723f,1.1925342226158915f,0.04325033114353286f,0.4105997017361014f,-0.9107893794891329f,-0.20288442158561545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9978088419379837f,-0.06540957837298408f,0.009954999118455349f,0.00015868982006714323f,-0.05546806023413763f,0.9090173173430351f,0.41305061562033013f,1.1980759131756442f,-0.036066733207237876f,0.41159337194315954f,-0.9106536591527088f,-0.1999533477479214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999750304790449f,-0.0030392850134293215f,0.006379746471487951f,0.00013969428873320997f,0.0002513274096413132f,0.8869218169700787f,0.46191950317888447f,1.2036191745317073f,-0.007062241355722844f,0.4619095726753251f,-0.8868989071015547f,-0.1970664129187006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.980503101885148f,0.19650356662003046f,0.0001244958248668845f,-0.1805743571996627f,0.19413413173122948f,0.9685817417218605f,0.15543921159092533f,1.2330610523413998f,0.03042377508733573f,0.1524327980083488f,-0.9878454514754732f,-0.18758802034988772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9918915438499326f,-0.12621478428487007f,0.014865849014470304f,0.1940392747911737f,-0.12329754095972473f,0.9840599849442029f,0.1281548376960469f,1.2305112300588137f,-0.03080392235223153f,0.1252827771864067f,-0.9916427502423335f,-0.21660414962243968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999750304790449f,-0.0009904500096922532f,0.006996958425746122f,-0.007455585581173838f,0.0002513274096413132f,0.9845183263964385f,0.1752814931020637f,1.0723741413174257f,-0.007062241355722844f,0.1752788749345851f,-0.9844934945182217f,-0.2325219067494164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999750304790449f,-0.0015965061569507288f,0.006884009480247499f,2.134314441554007e-17f,0.0002513274096413132f,0.9654951482090618f,0.26042092008764367f,1.2881f,-0.007062241355722844f,0.260416147642293f,-0.9654706390119697f,-0.17428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3281749904048832f,-0.24448485608870332f,-0.912429904604206f,-0.15588727452439377f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.259975f,0.9446169465305788f,0.08493793764312078f,0.3169926987742438f,0.15858321208065157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3281749904048832f,-0.24448485608870332f,-0.912429904604206f,-0.12512086917393594f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.259975f,0.9446169465305788f,0.08493793764312078f,0.3169926987742438f,0.24714105081789334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3281749904048832f,-0.24448485608870332f,-0.912429904604206f,-0.003639586158533936f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2987978567653782f,0.9446169465305788f,0.08493793764312078f,0.3169926987742438f,0.15531322663313588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.26989623240958627f,-0.8810725678820932f,0.38841621214460736f,1.2123410261808376f,-0.21769806285463927f,-0.44877662985705413f,-0.866722037289627f,2.3044075069911654f,0.9379571297028707f,0.14936755544561364f,-0.3129309128541849f,-0.27740046598417445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05313141234089473f,-0.8810725678820932f,0.46998742871306237f,1.201484544379569f,0.4077101016384235f,-0.44877662985705413f,-0.7952182150303969f,2.294890915505405f,0.9115643290764771f,0.14936755544561364f,0.3830663223719272f,-0.37003217648005093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.11580247254686535f,-0.8810725678820932f,0.45858577984678783f,1.1381249183031852f,0.1015103091814446f,-0.44877662985705413f,-0.8878598952672836f,2.4328281955383777f,0.9880715786226825f,0.14936755544561364f,0.03746850541830427f,-0.32933659704485835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562461034470299f,0f,1.1034752466824595e-7f,-0.012072611095828004f,0f,0.000015625f,0f,1.4542225f,-1.1034752466824595e-7f,0f,-0.00001562461034470299f,0.5131518834383366f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55.mcfunction new file mode 100644 index 000000000..03adbe180 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..b788c56a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8058211448210577f,-0.1261414657139743f,0.041049453483017924f,0.16580568011756439f,-0.10206109357408538f,0.7509880028096265f,0.304212092558653f,1.511259065654281f,-0.0847364159153902f,0.2950420219358302f,-0.756778956865395f,-0.4171582960438933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7765752603702619f,0.18791988558208f,0.04021170953438491f,0.16580568011756439f,0.18915772521930602f,0.7179228093621633f,0.2980036825064356f,1.511259065654281f,0.03391489305183375f,0.2987858035455448f,-0.741334488357938f,-0.4171582960438933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5868723672508707f,0.11942797632193693f,0.5552136773112225f,0.10865187648316241f,0.3464857598431457f,0.707889339395729f,0.21397370361855383f,1.5212898436095563f,-0.44996987368902974f,0.38932516754760366f,-0.5593723903901169f,-0.43910174448623257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5759044664804789f,-0.11191765119351045f,0.5438827859375241f,0.10865187648316241f,0.04820922092188404f,0.7705457944095194f,0.20960689334062418f,1.5212898436095563f,-0.5531816306656792f,0.18366713932854334f,-0.5479566273209309f,-0.43910174448623257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5029849930749042f,-1.4766134669747473f,-0.08958245302655261f,-0.9253671957176555f,-0.5612267274261369f,0.2780173609778168f,-1.4314807569148384f,1.699434695763296f,1.3687355139558508f,-0.42863185386033337f,-0.6198742426430269f,-0.33648418609470654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9698709399232417f,0.059396829143584864f,0.23626759528148433f,-0.6673252770259308f,0.14535456207491762f,0.919372666217961f,0.3655488365393696f,1.6583053607334393f,-0.19550552722727918f,0.3888777665269199f,-0.900306432013355f,-0.3139255735254133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9212362893470589f,0.059396829143584864f,0.38444208390568985f,-0.32401181494620934f,0.20051509942106774f,0.919372666217961f,0.33844880782097186f,1.5890768936089845f,-0.33334275767477084f,0.3888777665269199f,-0.8588694246547687f,-0.19626641867788827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8015572454741365f,0.38815094258099336f,0.4548019656965005f,0.2564569744450381f,0.5971191407988548f,-0.480344797617087f,-0.6424310134900378f,1.1946687415930344f,-0.030898445261082264f,0.7865161925705573f,-0.6167962101900123f,0.20516259729982897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14208129645631754f,0.7640186297923822f,0.6293555740020602f,0.27990584778253214f,0.8397393990149622f,0.2435884615405696f,-0.48528589835919256f,1.4740130605258503f,-0.5240712231550996f,0.5974447210700494f,-0.6069671806006061f,0.02466819310910784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.928040397740692f,0.2049098161844511f,0.31105142242489786f,-0.24624759425487802f,0.041681499405364086f,0.8869686904904837f,-0.45994477352929836f,1.2300450822403033f,-0.37014007182230135f,-0.4138822408860416f,-0.8316837246877746f,0.025138489559880055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9208520188163223f,0.13836552095509905f,0.36453606413183226f,-0.218025708674973f,0.10800913602175621f,0.9888524004702601f,-0.10249369063526953f,1.4148143217620066f,-0.37465395497410275f,-0.055008296601772866f,-0.925531469657966f,0.009039862261685377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9212738534070563f,0.2108728371509631f,0.32678300687217043f,0.06383905351976779f,0.16168816197500963f,0.9718597356389966f,-0.1713055530940038f,1.1883066786273238f,-0.35371093467075154f,-0.10498238326311182f,-0.9294446050726963f,0.05484494860013982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9212738534070563f,0.019229730504747806f,0.38843880405184594f,0.06987237051473204f,0.16168816197500963f,0.9273079965256018f,0.337574907030747f,1.3642867711448163f,-0.35371093467075154f,0.37380489168065895f,-0.8574138310349059f,0.11957452934629523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9468074752829954f,-0.032490272473416223f,0.32015619147978824f,0.26178821283450204f,0.009248002831248377f,0.9917319655626766f,0.12799290185327933f,2.13058280160688f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,0.14117290233384558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9468074752829954f,-0.032490272473416223f,0.32015619147978824f,0.33136942016802157f,0.009248002831248377f,0.9917319655626766f,0.12799290185327933f,2.0182688403541182f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,0.04971612459855157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9468074752829954f,-0.032490272473416223f,0.32015619147978824f,-0.2944611788942577f,0.009248002831248377f,0.9917319655626766f,0.12799290185327933f,2.136016003270238f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,-0.04780684399117702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9468074752829954f,-0.032490272473416223f,0.32015619147978824f,-0.2958905322069629f,0.009248002831248377f,0.9917319655626766f,0.12799290185327933f,2.0243956422298206f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,-0.16338869572541004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9402333025187237f,0.11602305758723465f,0.32015619147978824f,0.1720509152518006f,0.16427520406630883f,0.9780753930061574f,0.12799290185327933f,2.2401836243799598f,-0.2982867649824682f,0.1729369124968982f,-0.9386787683400184f,0.10220661769078718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9468074752829955f,-0.032490272473416223f,0.32015619147978824f,0.06266546796948279f,0.00924800283124838f,0.9917319655626766f,0.12799290185327933f,2.251242918304287f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,0.06640638632641443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9265433551785752f,0.1975282866618994f,0.32015619147978824f,0.04165746719173333f,0.24889497465945573f,0.9600359934213122f,0.12799290185327933f,2.2471655164706728f,-0.2820792487293195f,0.19827623988760926f,-0.9386787683400184f,0.058685193244427634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9422346930208522f,-0.0984570785929462f,0.32015619147978824f,0.06889165154691901f,-0.05995424965582816f,0.9899612644055239f,0.12799290185327933f,2.2568148193168636f,-0.3295440353216958f,0.10140462835373434f,-0.9386787683400184f,0.06928971030510754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9460363008200459f,0.05015307156975105f,0.32015619147978824f,0.13020565805457487f,0.09564794745363712f,0.9871521094659541f,0.12799290185327933f,2.3641514120178315f,-0.3096236226107913f,0.15170821398011494f,-0.9386787683400184f,0.07154647891876724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9460363008200459f,0.05015307156975105f,0.32015619147978824f,0.11892121695138091f,0.09564794745363712f,0.9871521094659541f,0.12799290185327933f,2.1420421873879922f,-0.3096236226107913f,0.15170821398011494f,-0.9386787683400184f,0.03741213077324143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9300681057319433f,-0.18020358419673935f,0.32015619147978824f,-0.19765519889689892f,-0.14600691492587914f,0.9809688057573511f,0.12799290185327933f,2.2437947525972937f,-0.3371280164774523f,0.07229709796143113f,-0.9386787683400184f,-0.023397057037723545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9468074752829954f,-0.03249027247341624f,0.32015619147978824f,-0.08892458543765172f,0.00924800283124838f,0.9917319655626766f,0.12799290185327933f,2.252723583888047f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,0.014905296591747219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9108231385679381f,-0.2605786317148962f,0.32015619147978824f,-0.06763588917522295f,-0.2309483794119585f,0.9645105821722056f,0.12799290185327933f,2.2482330463492426f,-0.3421462498643533f,0.04263934299946016f,-0.9386787683400184f,0.021553951272105295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9467675066983147f,0.033634822987693436f,0.32015619147978824f,-0.09551995555693889f,0.0784051999781371f,0.9886710482721567f,0.12799290185327933f,2.2584207202499247f,-0.3122241388436274f,0.14628143077992295f,-0.9386787683400184f,0.013432635645101377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.940372873161057f,-0.11488634592489791f,0.32015619147978824f,-0.1436300797024699f,-0.07722232467678296f,0.9887641425773339f,0.12799290185327933f,2.3668261201757037f,-0.331263598957585f,0.09563784749425497f,-0.9386787683400184f,-0.021486266870348086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.940372873161057f,-0.11488634592489791f,0.32015619147978824f,-0.11778065186936792f,-0.07722232467678296f,0.9887641425773339f,0.12799290185327933f,2.144354188095804f,-0.331263598957585f,0.09563784749425497f,-0.9386787683400184f,-0.04300478255655542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9468074752829954f,-0.032490272473416223f,0.32015619147978824f,0.007216666199888919f,0.009248002831248377f,0.9917319655626766f,0.12799290185327933f,1.6309357772081112f,-0.3216676533191874f,0.1241454416230944f,-0.9386787683400184f,-0.03708715321286732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9212738534070563f,0.019229730504747806f,0.38843880405184594f,0.0000055172606084917805f,0.16168816197500963f,0.9273079965256018f,0.337574907030747f,1.2831952785110106f,-0.35371093467075154f,0.37380489168065895f,-0.8574138310349059f,-0.17726398759311443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961457736402913f,-0.08039919107631899f,-0.03506519261117851f,0.15470557834719037f,-0.08409004011776615f,0.7616547231501545f,0.6425036559087067f,0.6137024297923231f,-0.024949204628163617f,0.6429759348353054f,-0.7654799046422361f,-0.2897245714914563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961457736402913f,-0.086636217925753f,0.013702678647145403f,0.12518171474020617f,-0.08409004011776615f,0.9877089153868228f,0.13175721467296775f,0.9557017699481019f,-0.024949204628163617f,0.13009713374593412f,-0.9911873046904477f,-0.26361817934837806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9962516219688798f,0.08602981775491243f,-0.00903195335642339f,-0.15296366082430113f,0.08413133275802921f,0.9879251922698515f,0.13009893668641198f,0.6517133457492463f,0.020115282069456838f,0.12885140641698034f,-0.9914598784074081f,-0.16749983242662553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9962516219688798f,0.07426624671380806f,-0.04435347025227954f,-0.12473824792731542f,0.08413133275802921f,0.951110578522573f,-0.29717097144710225f,1.0166105366152187f,0.020115282069456838f,-0.29978857887101107f,-0.9537935748398423f,-0.29574429844725664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9827457590359762f,0.18469038241198577f,0.01001178012729905f,0.00007661420936575053f,0.18329671161220415f,0.9797185051030918f,-0.08095657027515207f,1.1822750541210627f,-0.024760626182618924f,-0.07772459972928544f,-0.9966673457016473f,-0.2110567300363869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9878081110131015f,-0.07806192205528184f,-0.13469028228407276f,0.0000867131742765608f,-0.05144587081333912f,0.9802734340367238f,-0.19083321749136364f,1.180458816111173f,0.14693011329535324f,-0.18157734122649777f,-0.9723380127096393f,-0.23414415740502934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999980725274151f,0.001935108102253722f,0.00033211155818348636f,0.00007661420936575053f,0.001874265949988665f,0.9912319401578441f,-0.13212012692267885f,1.1822750541210627f,-0.0005848663122459278f,-0.13211924979937129f,-0.9912336564926799f,-0.2110567300363869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9932901371154397f,0.11557955928745745f,-0.0040086137389367185f,-0.006191407845330991f,0.10435770715560688f,0.9107103724714479f,0.3996449504624589f,1.192016027114306f,0.04984147335718998f,0.39654505790368105f,-0.9166612485459121f,-0.20306185334456933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9983258430421825f,-0.057604669949319925f,0.005216619033944377f,0.00005245887610761322f,-0.05073291726066093f,0.9153978407999375f,0.3993406617977125f,1.197604764366224f,-0.02777916882014876f,0.39840744854839505f,-0.9167877740899577f,-0.2002502445001643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999972255984678f,-0.0009785501682913218f,0.002142716718363274f,0.00004634293755579246f,0.00008377580399773219f,0.8942817361108616f,0.44750437924131853f,1.2031940252169169f,-0.0023540979125093726f,0.44750331719229897f,-0.8942791730354156f,-0.19745334876771242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9841463921426924f,0.17731596597204324f,-0.003863553276880853f,-0.1810258686609629f,0.17453972820643704f,0.9721459199999077f,0.15642312330712527f,1.2320044767543397f,0.03149225476438895f,0.15326890891154096f,-0.9876825803115699f,-0.1872061750582895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9951957947194435f,-0.09749897688932754f,0.008903913649055297f,0.19384720898602775f,-0.09564892697426815f,0.9876467184136256f,0.12411785679533557f,1.2301421139162723f,-0.020895285147769047f,0.1226699193459044f,-0.9922275333542517f,-0.21787338694872235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999972255984678f,-0.00032757182884260623f,0.0023327005945824176f,-0.007694138323729521f,0.00008377580399773219f,0.9847115854197108f,0.17419267068913738f,1.07190861174881f,-0.0023540979125093726f,0.17419238283259275f,-0.9847088259917861f,-0.2327274784217786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999972255984678f,-0.0005296335720659555f,0.0022952741985124807f,2.1401927461899144e-17f,0.00008377580399773219f,0.9657825689495229f,0.259353084606439f,1.2877f,-0.0023540979125093726f,0.2593525573452851f,-0.9657798451104055f,-0.17476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3376526412778009f,-0.24361880618879544f,-0.9091977623758598f,-0.15213086535720688f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2595750000000001f,0.9412707866698746f,0.08739093419186439f,0.3261474065249461f,0.15892310718697084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3376526412778009f,-0.24361880618879544f,-0.9091977623758598f,-0.12047593023741304f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2595750000000001f,0.9412707866698746f,0.08739093419186439f,0.3261474065249461f,0.2471672434372716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3376526412778009f,-0.24361880618879544f,-0.9091977623758598f,0.00007626655906903257f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2983978567653782f,0.9412707866698746f,0.08739093419186439f,0.3261474065249461f,0.1541230643333793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.30748996429328346f,-0.8260706978929578f,0.4722892375881088f,1.196860402312178f,-0.016828986592785283f,-0.5009795160797843f,-0.8652955042520015f,2.2712528130658254f,0.9514024947776708f,0.2581215344582995f,-0.1679481062105726f,-0.23579305313972806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06751727882546985f,-0.8260706978929578f,0.5595074790765943f,1.178812769168208f,0.3667400294521803f,-0.5009795160797843f,-0.7839140739047105f,2.254412961968468f,0.927870232229388f,0.2581215344582995f,0.26912841840183876f,-0.3262351055983024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1925080868690141f,-0.8260706978929578f,0.5296676680454206f,1.10838643553338f,0.17962507837181335f,-0.5009795160797843f,-0.8466134629737385f,2.3898249069632076f,0.9647152262247926f,0.2581215344582995f,0.05194040564859741f,-0.2888051402163048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624956704807045f,0f,3.6782780012036817e-8f,-0.008835922321614068f,0f,0.000015625f,0f,1.4538225f,-3.6782780012036817e-8f,0f,-0.000015624956704807045f,0.5127211043097667f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56.mcfunction new file mode 100644 index 000000000..f5d13d200 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..329c7ba95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8053810953391756f,-0.1268487264253603f,0.04706523471712842f,0.16805452197075546f,-0.10064227754264622f,0.7515372768309431f,0.30332704783616593f,1.510454639627179f,-0.09042603433604307f,0.293335246061974f,-0.756783991754888f,-0.41635187031784604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7764421379999833f,0.18711483414547336f,0.04610471972290131f,0.16805452197075546f,0.19064769729404746f,0.7178880393741425f,0.29713669992114217f,1.510454639627179f,0.028125821845637243f,0.29937401651823703f,-0.7413394204945842f,-0.41635187031784604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5825853700844874f,0.11788720974739422f,0.5600369066284288f,0.11106579291315408f,0.3472485980629176f,0.7080539289099795f,0.212185035624391f,1.5205800865555614f,-0.45492542482400755f,0.3894954222806215f,-0.5552302390140338f,-0.4387435399449312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5714470348600627f,-0.11170500131180583f,0.5486075820033588f,0.11106579291315408f,0.04883790820771569f,0.7709807198936961f,0.20785472877491365f,1.5205800865555614f,-0.5577303515781953f,0.18196351896500473f,-0.5438990096464005f,-0.4387435399449312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5302386348798155f,-1.4671650968875503f,-0.08763457397474768f,-0.9209644437685877f,-0.5557049552340344f,0.2863672062834508f,-1.4319888532714744f,1.703709147245279f,1.360678228975951f,-0.45478198253708046f,-0.6189784774533873f,-0.35131988285514204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9649890769927003f,0.05831993429873583f,0.25572420016136066f,-0.6636764644185513f,0.15158055327036357f,0.9196691550935057f,0.3622595492735119f,1.6609513938320397f,-0.21405470598664025f,0.3883393238303181f,-0.8963108570200322f,-0.32378160262818967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9131043816972704f,0.05831993429873583f,0.40353336093641234f,-0.3232262333863521f,0.20638422392241526f,0.9196691550935057f,0.33408711032534594f,1.5895230473358715f,-0.35163324678020436f,0.3883393238303181f,-0.8517902496071573f,-0.19931465066122958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8029652636415625f,0.38126242004681093f,0.4581328982348739f,0.2533914838505207f,0.5954799238164161f,-0.48027559885489557f,-0.6440023365455801f,1.1943650714729228f,-0.025503837292285586f,0.7899204492888006f,-0.6126787396986677f,0.20693585009077847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1477035340336917f,0.7599946904687586f,0.6329231679226589f,0.27875763942358917f,0.8388898374844603f,0.24270030290304725f,-0.48719647323853343f,1.4734678336344353f,-0.5238773774455755f,0.6029134543448713f,-0.6017041299265619f,0.026327061738004365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.3147609637060018f,0.24024867364738514f,-0.2585870800144368f,0.16315188755786053f,0.8535894208202639f,-0.49473888289686074f,1.232700169121053f,-0.3607982137549548f,-0.4151031635516591f,-0.8351730434829889f,0.024814674302866904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.19886202494896146f,0.3424146382613591f,-0.21916035884737306f,0.16315188755786053f,0.9779421688954463f,-0.1304245984558804f,1.4152491720486f,-0.3607982137549548f,-0.06389842978719451f,-0.9304523843926485f,0.007018391315313899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.21360866911131057f,0.3334144957001021f,0.06189638587014166f,0.16315188755786053f,0.9713223435628849f,-0.17295770142382244f,1.188227109226816f,-0.3607982137549548f,-0.10442337562059323f,-0.9267795895331503f,0.05518115432716489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.018283286068928276f,0.3955497578219212f,0.06779668799445271f,0.16315188755786053f,0.9276686755008059f,0.33587540856824816f,1.3642642071867686f,-0.3607982137549548f,0.3729564987302167f,-0.8548263560549194f,0.11976783311373729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,0.2609792044555086f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.1300546792628614f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,0.14254122462841096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,0.3311266085690568f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.017499210190137f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,0.05181680356137179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,-0.293499837329927f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.1366598268446664f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,-0.051535085739773376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,-0.29413699174217905f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.0249475681015334f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,-0.16703520600275096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.937063184901293f,0.11677561939235188f,0.3290532513411431f,0.1718656955925633f,0.1662731631140409f,0.9779383342903835f,0.12645097687800402f,2.2398372015918255f,-0.3070273973616956f,0.17320528006063357f,-0.9358066617781801f,0.10266548516077902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.03125106029932731f,0.3290532513411431f,0.06283983041824691f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.2511280522522363f,-0.33034265594584566f,0.12304316898643203f,-0.9358066617781801f,0.06585491549178188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9233197107326749f,0.19800169078659893f,0.3290532513411431f,0.04189378453277763f,0.25087338541563753f,0.9597253226505464f,0.12645097687800402f,2.2470944419139594f,-0.29076323058912806f,0.19930538253883806f,-0.9358066617781801f,0.0579447148367566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9393151148840992f,-0.09701068359770412f,0.3290532513411431f,0.06905265128015992f,-0.05797666666643088f,0.9902771614900789f,0.12645097687800402f,2.256687453220298f,-0.3381210154257214f,0.09969990320485811f,-0.9358066617781801f,0.06879071484018585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9429264015076011f,0.05112493639848074f,0.3290532513411431f,0.13060035287617888f,0.09765060030625426f,0.9871547551961782f,0.12645097687800402f,2.3638791466449836f,-0.318361683623759f,0.15136621212088455f,-0.9358066617781801f,0.0715230801608653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9429264015076011f,0.05112493639848074f,0.3290532513411431f,0.11909724218652074f,0.09765060030625426f,0.9871547551961782f,0.12645097687800402f,2.1417693267258437f,-0.318361683623759f,0.15136621212088455f,-0.9358066617781801f,0.037465682433666325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9272856991015626f,-0.17850823517011427f,0.3290532513411431f,-0.19666377151982106f,-0.14406438948184133f,0.9814558584724137f,0.12645097687800402f,2.2442272530366614f,-0.34552378199618994f,0.06985132673491873f,-0.9358066617781801f,-0.026325574643428298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.03125106029932734f,0.3290532513411431f,-0.08826776413778886f,0.011242804394561101f,0.991909143921934f,0.12645097687800402f,2.252928098579615f,-0.3303426559458456f,0.12304316898643201f,-0.9358066617781801f,0.012964901244146398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9081990792384496f,-0.25864723128666045f,0.3290532513411431f,-0.06705172878009712f,-0.22905569530483827f,0.9651650837525234f,0.12645097687800402f,2.248392238836076f,-0.3502969039527038f,0.039471139491142386f,-0.9358066617781801f,0.019812086438670936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9436750424185916f,0.0346608150234822f,0.3290532513411431f,-0.09483569038980053f,0.08040750164266551f,0.9887086447109599f,0.12645097687800402f,2.258639748261391f,-0.3209549002521294f,0.1457869808169601f,-0.9358066617781801f,0.011427239818212986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9374789827635217f,-0.11338921755835138f,0.3290532513411431f,-0.14236386018344258f,-0.07525055604716559f,0.9891145051313274f,0.12645097687800402f,2.367130791479033f,-0.33980952118983515f,0.09378369304049598f,-0.9358066617781801f,-0.024018650618683527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9374789827635217f,-0.11338921755835138f,0.3290532513411431f,-0.11685128623281354f,-0.07525055604716559f,0.9891145051313274f,0.12645097687800402f,2.1445800278244844f,-0.33980952118983515f,0.09378369304049598f,-0.9358066617781801f,-0.04511998155279509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,0.006856232275848125f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,1.6308696479877351f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,-0.03764281548454268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.018283286068928276f,0.3955497578219212f,2.1737664689072602e-17f,0.16315188755786053f,0.9276686755008059f,0.33587540856824816f,1.2829938946749329f,-0.3607982137549548f,0.3729564987302167f,-0.8548263560549194f,-0.17750150250837393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0789899283371657f,-0.03683360850073478f,0.15449017443161378f,-0.08418598282936919f,0.7627131825174734f,0.6412342173567478f,0.6134501559902672f,-0.022557566113149956f,0.6418950010985885f,-0.7664606733392745f,-0.2899145868458043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638344f,0.011376107230962319f,0.12500000000000003f,-0.08418598282936919f,0.9878006675883219f,0.1310059594336036f,0.9554629972131329f,-0.022557566113149956f,0.12954973343816736f,-0.9913163081363843f,-0.26396904675399147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08641011328638344f,-0.011376107230962086f,-0.1528983737256081f,0.0841859828293692f,0.9878006675883217f,0.1310059594336035f,0.6517034416813438f,0.022557566113149716f,0.12954973343816717f,-0.9913163081363842f,-0.16678018333555203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0735064078868434f,-0.04682874644349317f,-0.12499999999999996f,0.0841859828293692f,0.9506169479287995f,-0.29873087989959674f,1.0163333730050086f,0.022557566113149716f,-0.30153644275627306f,-0.9531877726350373f,-0.2955404020615458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,0.1819857780379785f,0.009537470488067024f,2.587211842780805e-17f,0.18123722021588376f,0.9819989965395237f,-0.05320752581907648f,1.1820701959141346f,-0.019048799432467605f,-0.05058801624179447f,-0.9985379291007935f,-0.21126187930937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9884210191769788f,-0.06823504627952927f,-0.13552810523420217f,2.8704601487944017e-17f,-0.04557569333850603f,0.9854469116141881f,-0.16375970373316184f,1.1808961275702805f,0.1447299037029215f,-0.15568674590114917f,-0.9771463002666766f,-0.23439085871885088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2801044796052357e-17f,1.2179380558447147e-16f,2.587211842780805e-17f,0f,0.9945218953682733f,-0.10452846326765358f,1.1820701959141346f,-1.2246467991473532e-16f,-0.10452846326765358f,-0.9945218953682733f,-0.21126187930937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.12170232570552775f,-0.006378148623807979f,-0.006249999999999975f,0.10953544027893519f,0.9138145603226454f,0.39108175189495886f,1.191746564620967f,0.05342400382694625f,0.38746805450281446f,-0.9203338429911738f,-0.203126305781334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9986295347545738f,-0.05226423163382678f,0.002739052315863443f,2.4540266881177593e-17f,-0.04703924587853164f,0.9192747755416893f,0.3907955941409213f,1.197364027410337f,-0.022942573156522383f,0.39013117940572545f,-0.9204734114532888f,-0.20038648611390225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.368498217537981e-17f,1.1007052518929727e-16f,2.420473574258147e-17f,0f,0.898794046299167f,0.4383711467890774f,1.2029814901997067f,-1.2246467991473532e-16f,0.4383711467890774f,-0.898794046299167f,-0.19764666644647053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,0.16494706331862435f,-0.005760078376490278f,-0.18124999999999997f,0.16201521647579717f,0.9742341152058323f,0.1569042969437408f,1.231476260726254f,0.03149256786357971f,0.15381922854984914f,-0.9875970145244908f,-0.1870142606679359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.996917333733128f,-0.07826797331399231f,0.005473029851127351f,0.19375000000000003f,-0.0770175811551751f,0.9895274938908319f,0.12208042851798781f,1.2299575823338031f,-0.014970701233982375f,0.12128257577842622f,-0.9925051208518337f,-0.21850766062634464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018979e-16f,-0.007812499999999971f,0f,0.9848077530122081f,0.17364817766693033f,1.0716759481885365f,-1.2246467991473532e-16f,0.17364817766693033f,-0.9848077530122081f,-0.23282988039009445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.169619151431765e-17f,1.1829179713786698e-16f,2.143131898507868e-17f,0f,0.9659258262890683f,0.25881904510252074f,1.2875f,-1.2246467991473532e-16f,0.25881904510252074f,-0.9659258262890683f,-0.175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,-0.15040719421839074f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2593750000000001f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.1590769084006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,-0.11834280578160936f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2593750000000001f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.24717309159933953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,0.0017760056785552647f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2981978567653782f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.1535700865675973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.32034813562302433f,-0.7771561419768791f,0.5416690899344954f,1.1882114732491238f,0.12651779417695025f,-0.5315805340389339f,-0.8375054528702963f,2.247586473249124f,0.9388132507370411f,0.3368240888334648f,-0.07196675219888105f,-0.20657690840066045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1586341564623223f,-0.7771561419768791f,0.6089856610718347f,1.1655385267508762f,0.35246449790839723f,-0.5315805340389339f,-0.770188881732957f,2.2249135267508766f,0.9222819428556911f,0.3368240888334648f,0.1895931197692503f,-0.29467309159933935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2418447626479746f,-0.7771561419768791f,0.5809814470078686f,1.0897277829488197f,0.24184476264797505f,-0.5315805340389339f,-0.811747033632169f,2.3580120550448256f,0.9396926207859082f,0.3368240888334648f,0.05939117461388434f,-0.25953367619208256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.4536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57.mcfunction new file mode 100644 index 000000000..a0d1d6631 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..e474937c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.80515126977948f,-0.12714471946599806f,0.05010087353378584f,0.16915266856086855f,-0.09983886538225609f,0.7517029944887258f,0.3031818818470376f,1.5103021218469497f,-0.09331708405281149f,0.2927819544183691f,-0.7566472714781207f,-0.4158272070242974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7763451001244861f,0.18676079756159686f,0.04907840672697389f,0.16915266856086855f,0.1914369284319141f,0.7177368399903636f,0.2969944965032205f,1.5103021218469497f,0.025301935602957834f,0.29995705195044753f,-0.7412054904275469f,-0.4158272070242974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5805605794808629f,0.11719366704602173f,0.5622806260236923f,0.11225434722652006f,0.34779023148036453f,0.707982478742107f,0.21153536140669463f,1.520483182585567f,-0.45709497140542205f,0.38983445030285957f,-0.5532067722989191f,-0.43842752036828614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5693545582255196f,-0.11157363421502714f,0.5508055112068824f,0.11225434722652006f,0.04935488468835697f,0.771119099767244f,0.20721831321472128f,1.520483182585567f,-0.5598209377874523f,0.1814570420849152f,-0.5419168381703698f,-0.43842752036828614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.544472098648302f,-1.4619507645783871f,-0.0875005470964776f,-0.9188786847335857f,-0.5532158632056394f,0.2917334634494077f,-1.4318694231672984f,1.7060741865838078f,1.3560636388057725f,-0.46797200584274506f,-0.6192736545795927f,-0.3577346238262896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9625896286982097f,0.05815017694471402f,0.26465026666138325f,-0.6619790431405781f,0.1548265833056322f,0.9195921325830487f,0.3610803771922044f,1.662432245819118f,-0.22237341528282328f,0.38854712276975995f,-0.8941930426718797f,-0.3279845098919911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9093670568403196f,0.05815017694471402f,0.411910321374536f,-0.3228468836675143f,0.2093824840326234f,0.9195921325830487f,0.3324293685456937f,1.589883791375118f,-0.3594586642632269f,0.38854712276975995f,-0.8484224195961807f,-0.2006012661198086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8036607575148524f,0.37790144658275826f,0.45969542471218067f,0.25190360213001217f,0.5946559936139533f,-0.4805628078498233f,-0.6445491734309308f,1.1942070174151942f,-0.022663540977867463f,0.7913595165170838f,-0.6109308303958738f,0.20780343760985057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.15046154966010886f,0.7580487889732406f,0.6346048814893266f,0.2782104452164538f,0.8386708241953562f,0.24200163576920208f,-0.4879205436631181f,1.473260386793909f,-0.5234429966265295f,0.6056378801076052f,-0.5993414614903637f,0.027252904045942217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.913439073779392f,0.335448060686671f,0.23044230747542466f,-0.26034135903533806f,0.180819472891373f,0.8417875264321049f,-0.5086237101891774f,1.2334445453049576f,-0.36460029719726317f,-0.42292831416786203f,-0.8295771599789844f,0.025673926439613134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9167473199933243f,0.2053678227620298f,0.3426345117746331f,-0.219693426568866f,0.1656461460687814f,0.9759434316494063f,-0.14175955880624264f,1.4155479414966823f,-0.3635047531705983f,-0.0732016092334325f,-0.928711913796748f,0.006144175247114886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9167795815713666f,0.2149789682826518f,0.33659952764369216f,0.060954456761613644f,0.1640433036513388f,0.9710901140790268f,-0.17341794850919395f,1.1882450892275935f,-0.3641496853506601f,-0.10376913574907226f,-0.9255414486261033f,0.0553553673933975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9167795815713666f,0.01787748399029951f,0.3989932259826057f,0.06680019267218608f,0.1640433036513388f,0.9276976824109627f,0.3353607081583696f,1.364284409105639f,-0.3641496853506601f,0.3729040166255991f,-0.8534269746401916f,0.11994095191919615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.030693743216344757f,0.33256420476614235f,0.26067775817071553f,0.012118342076340303f,0.9919689470895633f,0.12589977678829997f,2.129901994206467f,-0.33375769946128336f,0.12270086445250514f,-0.9346391260336364f,0.14326397970164959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.030693743216344757f,0.33256420476614235f,0.33103915781483195f,0.012118342076340303f,0.9919689470895633f,0.12589977678829997f,2.017254542066312f,-0.33375769946128336f,0.12270086445250514f,-0.9346391260336364f,0.05281986730923116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.030693743216344757f,0.33256420476614235f,-0.2930885800381608f,0.012118342076340303f,0.9919689470895633f,0.12589977678829997f,2.1370215201763174f,-0.33375769946128336f,0.12270086445250514f,-0.9346391260336364f,-0.05281866873185438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.030693743216344757f,0.33256420476614235f,-0.2934207554845393f,0.012118342076340303f,0.9919689470895633f,0.12589977678829997f,2.0252829436918875f,-0.33375769946128336f,0.12270086445250514f,-0.9346391260336364f,-0.16829460858386905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9357778242583794f,0.11713630237683456f,0.33256420476614235f,0.17182006349066636f,0.1671472767506217f,0.9778604369129099f,0.12589977678829997f,2.239765095110064f,-0.3104539442511641f,0.17340142036896772f,-0.9346391260336364f,0.10304080945290378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.030693743216344757f,0.33256420476614235f,0.06293954698837043f,0.0121183420763403f,0.9919689470895634f,0.12589977678829997f,2.251157397248238f,-0.33375769946128336f,0.12270086445250515f,-0.9346391260336364f,0.06583342842190638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9220078056816596f,0.19824897470190073f,0.33256420476614235f,0.04201819033403041f,0.25173738358213726f,0.95957153767287f,0.12589977678829997f,2.2471430850111465f,-0.29415964367892383f,0.19979941971329396f,-0.9346391260336364f,0.057848426355216524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9381438339688344f,-0.09637010166291127f,0.33256420476614235f,0.06914732033158935f,-0.057107433408532665f,0.9903978934015087f,0.12589977678829997f,2.2567112097742714f,-0.3415038621095617f,0.09912021111425207f,-0.9346391260336364f,0.06879040602494788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9416693319117486f,0.051574403003280214f,0.33256420476614235f,0.1307930103234904f,0.09852801849231564f,0.9871380226577406f,0.12589977678829997f,2.3638413481313747f,-0.32179356567349093f,0.15132285081315738f,-0.9346391260336364f,0.07172074598139555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9416693319117486f,0.051574403003280214f,0.33256420476614235f,0.11918876964775235f,0.09852801849231564f,0.9871380226577406f,0.12589977678829997f,2.1417352930333835f,-0.32179356567349093f,0.15132285081315738f,-0.9346391260336364f,0.0376731045484352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9261747056581172f,-0.1777680069848442f,0.33256420476614235f,-0.1962357116523467f,-0.14320898639833213f,0.9816518896326836f,0.12589977678829997f,2.2444970234861357f,-0.3488432324323672f,0.0689790060323997f,-0.9346391260336364f,-0.027283744752965078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.03069374321634477f,0.33256420476614235f,-0.08797382034721249f,0.0121183420763403f,0.9919689470895633f,0.12589977678829997f,2.253097622870146f,-0.33375769946128336f,0.12270086445250515f,-0.9346391260336364f,0.012396643428995435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9071568285977645f,-0.2578129904343651f,0.33256420476614235f,-0.0667872890891266f,-0.22822063252969008f,0.9654349222461368f,0.12589977678829997f,2.2485419483637306f,-0.3535276951190596f,0.038312829063978204f,-0.9346391260336364f,0.019321587330699306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9424260085543943f,0.03513215206184751f,0.33256420476614235f,-0.0945303662937937f,0.08128507821674882f,0.9887072277797676f,0.12589977678829997f,2.258815540536563f,-0.3243855028504364f,0.1456837315129934f,-0.9346391260336364f,0.01083391414647537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9363190599362958f,-0.11272829151670448f,0.33256420476614235f,-0.14182034624515563f,-0.074383562240091f,0.9892503888668078f,0.12589977678829997f,2.3673462160475f,-0.34318173562776655f,0.09314505042456173f,-0.9346391260336364f,-0.024808683971359272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9363190599362958f,-0.11272829151670448f,0.33256420476614235f,-0.11645648065389717f,-0.074383562240091f,0.9892503888668078f,0.12589977678829997f,2.1447648785524684f,-0.34318173562776655f,0.09314505042456173f,-0.9346391260336364f,-0.04576632031688563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.942581001206598f,-0.030693743216344757f,0.33256420476614235f,0.006704056496362337f,0.012118342076340303f,0.9919689470895633f,0.12589977678829997f,1.6309316323848901f,-0.33375769946128336f,0.12270086445250514f,-0.9346391260336364f,-0.03772332822758298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9167795815713666f,0.01787748399029951f,0.3989932259826057f,2.1745114454824376e-17f,0.1640433036513388f,0.9276976824109627f,0.3353607081583696f,1.283045001480779f,-0.3641496853506601f,0.3729040166255991f,-0.8534269746401916f,-0.17756233446218264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.996195895408112f,-0.07896785184801688f,-0.036848559626388645f,0.15448789110912203f,-0.08416831969781412f,0.7624193824018055f,0.6415858315902059f,0.6135122751054152f,-0.022570598824054773f,0.6422466533292013f,-0.7661656507284599f,-0.29021312534580107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.996195895408112f,-0.08640027234100878f,0.011345964543809301f,0.12500000000000003f,-0.08416831969781412f,0.9877331700003847f,0.1315252023006917f,0.9555163302733266f,-0.022570598824054773f,0.13006989590366733f,-0.9912478954572024f,-0.2640813670160884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9961969595314701f,0.08638432596281953f,-0.011373919649957667f,-0.15289431729342023f,0.0841565690902404f,0.98777910526784f,0.13118731293545582f,0.6517147362643246f,0.022567447778026314f,0.12973121222055617f,-0.9912923498527422f,-0.1670137200714591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9961969595314701f,0.07349074961369999f,-0.04680520848656486f,-0.12499999999999996f,0.0841565690902404f,0.9507173359501866f,-0.29841953522304737f,1.0164063135689374f,0.022567447778026314f,-0.301223599415777f,-0.9532864487947942f,-0.2956484631184587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832521255748137f,0.18200062147336532f,0.00954103432126522f,2.58813006601993e-17f,0.1814221309368568f,0.9824264610902822f,-0.04386637614339852f,1.1821262459112964f,-0.01735707230326445f,-0.04140075280635527f,-0.9989918466674922f,-0.21133685792686405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9886311445334758f,-0.06456179531193422f,-0.1357948255440158f,2.871513032925188e-17f,-0.04329455821312771f,0.9871051685243504f,-0.15410700017080284f,1.1811790818598025f,0.14399319875452404f,-0.14647580297992444f,-0.9786780869386145f,-0.2344768332326061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1663221194066172e-17f,1.2190802720902698e-16f,2.58813006601993e-17f,0f,0.9954545857132365f,-0.09523742847477787f,1.1821262459112964f,-1.2246467991473532e-16f,-0.09523742847477787f,-0.9954545857132365f,-0.21133685792686405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9923199205087566f,0.12352829725507712f,-0.006475734611327066f,-0.006249999999999975f,0.11131526517616695f,0.914590820417829f,0.38875769181612574f,1.1917815302625692f,0.0539452231458418f,0.38505115372467524f,-0.9213172753807679f,-0.20317166485880045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9988592490961765f,-0.047688234747979584f,0.0024561680813763396f,2.4547264694295198e-17f,-0.04297133505743428f,0.9201112933074987f,0.389292527916198f,1.1974107996174759f,-0.020824621446837825f,0.3887428972915437f,-0.9211109026316929f,-0.2004436275943885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.3407401647965376e-17f,1.1020547752190668e-16f,2.4213468433995415e-17f,0f,0.8998960157217251f,0.43610452977258174f,1.2030351497157366f,-1.2246467991473532e-16f,0.43610452977258174f,-0.8998960157217251f,-0.19771797428330987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9868819350526445f,0.16134522454159386f,-0.005636025582847374f,-0.18124453352769676f,0.15847204736359446f,0.9747937759649609f,0.15704682277704354f,1.2315334191325173f,0.030832717543844895f,0.15409351984297104f,-0.98757507596702f,-0.18707952240020745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9974009743039917f,-0.07187516327566452f,0.00502567025824726f,0.19375000000000003f,-0.07072446407012205f,0.9899792097638396f,0.12222607912126511f,1.2300159475884742f,-0.013760328464178474f,0.1215529725652989f,-0.9924895607617733f,-0.21857959832695362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1289517695517577e-17f,1.2059997621438747e-16f,-0.007812499999999971f,0f,0.984773538773415f,0.17384210459979293f,1.0717365385988737f,-1.2246467991473532e-16f,0.17384210459979293f,-0.984773538773415f,-0.23292704449302726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1719485155519855e-17f,1.1828555316727117e-16f,2.143801348288743e-17f,0f,0.965874840399911f,0.2590092521174611f,1.2875491982507288f,-1.2246467991473532e-16f,0.2590092521174611f,-0.965874840399911f,-0.17505466472303205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34194555000593596f,-0.24321737280580802f,-0.9076995925946968f,-0.15044196296265075f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2593913994169097f,0.9397197671812262f,0.08850202072959261f,0.3302940379353535f,0.15901550471804476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34194555000593596f,-0.24321737280580802f,-0.9076995925946968f,-0.11838456764959424f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2593913994169097f,0.9397197671812262f,0.08850202072959261f,0.3302940379353535f,0.2471142328912847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34194555000593596f,-0.24321737280580802f,-0.9076995925946968f,0.001741673583082054f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2982142561822878f,0.9397197671812262f,0.08850202072959261f,0.3302940379353535f,0.1535207631143617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.34168798034437875f,-0.721874365338745f,0.601786278303987f,1.1847711054339207f,0.23357928778699544f,-0.555003981762849f,-0.7983804209424874f,2.231408938056085f,0.9103241402956971f,0.41336180386456517f,-0.021023289484122507f,-0.1853320284964997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22265887456110242f,-0.721874365338745f,0.6552254774090881f,1.158199011184155f,0.3792846501025712f,-0.555003981762849f,-0.7403470364794835f,2.202552432206306f,0.8980902960035554f,0.41336180386456517f,0.15021930411927537f,-0.27048065371924335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2834356719975023f,-0.721874365338745f,0.6313173690831803f,1.0767874529465609f,0.30780272906430567f,-0.555003981762849f,-0.7728053184392232f,2.332901482897079f,0.9082520023759322f,0.41336180386456517f,0.0648869731605871f,-0.23763938708195959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.4536716982507287f,-1.9135106236677393e-21f,0f,-0.000015625f,0.512445335276968f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58.mcfunction new file mode 100644 index 000000000..9e5de272a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..86741a6fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8050577569614371f,-0.12720546806536168f,0.05143171487454208f,0.16965851692526698f,-0.09939916945619193f,0.7517105889008164f,0.30330750088029734f,1.5103743894671569f,-0.09458465791069505f,0.29273606520738876f,-0.7565076226048595f,-0.41564606696922585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762832417446317f,0.18667076308607727f,0.050382088040367756f,0.16965851692526698f,0.19183771111498835f,0.7175788827420785f,0.29711755188274025f,1.5103743894671569f,0.02413754711249763f,0.3003907010070255f,-0.741068691531291f,-0.41564606696922585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5796025897281282f,0.1169475101731457f,0.5633192365694549f,0.11279832265907028f,0.3482106522429254f,0.7078384113754356f,0.2113257426119703f,1.520591674363585f,-0.4579897641754102f,0.39016984467055654f,-0.5522294022095801f,-0.4383371832862813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5683952759901697f,-0.11143728726634798f,0.5518229256190579f,0.11279832265907028f,0.04978938297270874f,0.7711463198512444f,0.20701297235458316f,1.520591674363585f,-0.560756477961027f,0.18142514816474564f,-0.5409594144093846f,-0.4383371832862813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5516691115288676f,-1.4591630146093846f,-0.08894233064746845f,-0.9179837008201208f,-0.5521205615591998f,0.29599263991584945f,-1.4314180006620008f,1.7076066656141f,1.353599027366858f,-0.4739598125492284f,-0.6201112958169656f,-0.3602355486859738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9615264481395261f,0.0587277082067977f,0.26836159527205994f,-0.6612597629606219f,0.15687090119863423f,0.9193252807531642f,0.36087747023781397f,1.6634094389525926f,-0.22551809214631985f,0.3890913574687739f,-0.8931682403991932f,-0.3296653378892259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9078046833748474f,0.0587277082067977f,0.41526101807353727f,-0.3226781311329691f,0.21131554260563368f,0.9193252807531642f,0.33194392541723455f,1.5901426530451488f,-0.362265646033377f,0.3890913574687739f,-0.8469778729383235f,-0.2012330705390128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8040201370595541f,0.37636821624014744f,0.460324434509994f,0.25123600899742593f,0.5942220887968234f,-0.48092678643639225f,-0.6446778538726958f,1.1941119837312577f,-0.02125390290455198f,0.791868923428729f,-0.6103211283571538f,0.20804765548022408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.15175901211289994f,0.7572071017054569f,0.635300407184931f,0.27798484559432785f,0.8386930924896603f,0.2414672656319313f,-0.48814696172194766f,1.473186993867743f,-0.5230325982695982f,0.6069027638387063f,-0.5984195320945771f,0.027595538332674974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9140437871443273f,0.32144895329246037f,0.24737527283468969f,-0.2574794120072195f,0.15514559582433254f,0.8405698478377169f,-0.5190107657865972f,1.2332446002038118f,-0.37477166285508884f,-0.436019381832114f,-0.8181890364625846f,0.027492079590257172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9162729255811861f,0.18855897288896403f,0.3533969999730518f,-0.2199158733407072f,0.1439037651099753f,0.9783269118087896f,-0.14888975793468778f,1.415750335180868f,-0.3738122954559779f,-0.085568495217199f,-0.9235488078018382f,0.00567580668827089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9161041065920651f,0.21567462215365496f,0.3379907147304975f,0.06052868379794134f,0.1646159808743985f,0.970993408938026f,-0.1734167772727634f,1.188284629904948f,-0.3655883541989734f,-0.10322914877974015f,-0.9250345388774931f,0.055291991493589876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9161041065920651f,0.01778434437142655f,0.4005458562766976f,0.06636665996931317f,0.1646159808743985f,0.9276133476839642f,0.3353133699083719f,1.3643078411576186f,-0.3655883541989734f,0.3731182041844481f,-0.852717984435803f,0.11992216737545014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9420470454001835f,-0.030373111088896204f,0.33410303556772175f,0.2606156413616384f,0.012591774002203918f,0.991990235769273f,0.12568539837984172f,2.129866089483928f,-0.33524440559129726f,0.12260850811099397f,-0.9341190193216997f,0.1435806599384272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9420470454001835f,-0.030373111088896204f,0.33410303556772175f,0.3310612040347312f,0.012591774002203918f,0.991990235769273f,0.12568539837984172f,2.0171781245857963f,-0.33524440559129726f,0.12260850811099397f,-0.9341190193216997f,0.053252603572817234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9420470454001835f,-0.030373111088896204f,0.33410303556772175f,-0.2928369978109694f,0.012591774002203918f,0.991990235769273f,0.12568539837984172f,2.137263756710223f,-0.33524440559129726f,0.12260850811099397f,-0.9341190193216997f,-0.05337542834645995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9420470454001835f,-0.030373111088896204f,0.33410303556772175f,-0.2930449635428903f,0.012591774002203918f,0.991990235769273f,0.12568539837984172f,2.0255201748622564f,-0.33524440559129726f,0.12260850811099397f,-0.9341190193216997f,-0.16884681513141717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9352002844186585f,0.11736945789980412f,0.33410303556772175f,0.17187844428502064f,0.1676182102270845f,0.9778074024235905f,0.12568539837984172f,2.239773412506812f,-0.31193679427654747f,0.1735427731653979f,-0.9341190193216997f,0.10321254789692548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9420470454001836f,-0.03037311108889621f,0.33410303556772175f,0.06306266262134824f,0.012591774002203918f,0.9919902357692731f,0.12568539837984172f,2.2512204614412057f,-0.3352444055912972f,0.12260850811099398f,-0.9341190193216997f,0.06583298989234797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9214121427126127f,0.19843090708401656f,0.33410303556772175f,0.04215184763169909f,0.25220190275423554f,0.9594776604388681f,0.12568539837984172f,2.2472166320476097f,-0.29562453130431354f,0.2000694735150038f,-0.9341190193216997f,0.057815178990634056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9376335450185076f,-0.09601300370501958f,0.33410303556772175f,0.06926864225104165f,-0.05663663976227307f,0.9904521551647708f,0.12568539837984172f,2.256771189339449f,-0.3429805042454527f,0.09892437237102344f,-0.9341190193216997f,0.06879950917182161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9411094630371666f,0.05184727771377985f,0.33410303556772175f,0.13096514772834036f,0.09900150429746057f,0.9871179680164578f,0.12568539837984172f,2.363869500426211f,-0.32328266382337306f,0.15136042089241766f,-0.9341190193216997f,0.0718223398820713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9411094630371666f,0.05184727771377985f,0.33410303556772175f,0.11929951024273992f,0.09900150429746057f,0.9871179680164578f,0.12568539837984172f,2.141767957622508f,-0.32328266382337306f,0.15136042089241766f,-0.9341190193216997f,0.037766245181277386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9256974816490605f,-0.17736779328001145f,0.33410303556772175f,-0.1959688336381562f,-0.14274471348831294f,0.9817469772834749f,0.12568539837984172f,2.244690204946797f,-0.35029718702799584f,0.06865521467258835f,-0.9341190193216997f,-0.02769253018582153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9420470454001836f,-0.030373111088896204f,0.33410303556772175f,-0.08776521490630171f,0.012591774002203918f,0.991990235769273f,0.12568539837984172f,2.2532364866029355f,-0.33524440559129726f,0.12260850811099398f,-0.9341190193216997f,0.012158173549312548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9067163014928427f,-0.2573727068505407f,0.33410303556772175f,-0.06659199537248348f,-0.2277664137530922f,0.9655701121100196f,0.12568539837984172f,2.2486701453322437f,-0.3549478967020314f,0.03786354933534283f,-0.9341190193216997f,0.01911672418664487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9418709872709076f,0.03541475627135782f,0.33410303556772175f,-0.09431632380068009f,0.08175884190946286f,0.9886954396596174f,0.12568539837984172f,2.2589577308001316f,-0.3258750298917509f,0.14569530752401189f,-0.9341190193216997f,0.010584853146457764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9358150809241468f,-0.11236234217639986f,0.33410303556772175f,-0.14149377809699587f,-0.07391378729633052f,0.9893128588478032f,0.12568539837984172f,2.367511294363814f,-0.344654735006565f,0.0929234705498043f,-0.9341190193216997f,-0.025137075342841004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9358150809241468f,-0.11236234217639986f,0.33410303556772175f,-0.11621225110730594f,-0.07391378729633052f,0.9893128588478032f,0.12568539837984172f,2.144915901123059f,-0.344654735006565f,0.0929234705498043f,-0.9341190193216997f,-0.046044856216546935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9420470454001835f,-0.030373111088896204f,0.33410303556772175f,0.006669129139284978f,0.012591774002203918f,0.991990235769273f,0.12568539837984172f,1.631019264841661f,-0.33524440559129726f,0.12260850811099397f,-0.9341190193216997f,-0.0377849465707161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9161041065920651f,0.01778434437142655f,0.4005458562766976f,2.1762496929556608e-17f,0.1646159808743985f,0.9276133476839642f,0.3353133699083719f,1.2831642594601744f,-0.3655883541989734f,0.3731182041844481f,-0.852717984435803f,-0.17770427313988413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961986884150529f,-0.07891633063540664f,-0.03688341035169558f,0.15448254707160308f,-0.08412709840187767f,0.7617332193489068f,0.6424057392760677f,0.6136576504633224f,-0.022600984815029118f,0.643066649189175f,-0.7654766359504368f,-0.290909713644767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961986884150529f,-0.08637726933656245f,0.011275661492228865f,0.12500000000000003f,-0.08412709840187767f,0.9875746138749206f,0.1327366315087216f,0.9556408123174627f,-0.022600984815029118f,0.13128346952971764f,-0.9910872040913608f,-0.2643434547099686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9962022336151373f,0.08632415561219275f,-0.011368812517291889f,-0.152884840570839f,0.08408793438171341f,0.9877286609423919f,0.13161045416062578f,0.6517412984452935f,0.022590463289363035f,0.13015464844096608f,-0.9912363181691743f,-0.16755872384445408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9962022336151373f,0.07345419434641631f,-0.046750305593977706f,-0.12499999999999996f,0.08408793438171341f,0.9509511741904939f,-0.29769293508099465f,1.016576549106048f,0.022590463289363035f,-0.30049350348824433f,-0.9535162952617707f,-0.2959005873949373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832456333757749f,0.18203525573275042f,0.009549351694408131f,2.590272525051482e-17f,0.1815246284633454f,0.9825783676434203f,-0.0398567522565024f,1.1822570444885572f,-0.01663832048963377f,-0.03745553509835279f,-0.9991597715990073f,-0.21151180298310748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9886999773921925f,-0.06308908493056543f,-0.13598574214711556f,2.873727914364501e-17f,-0.04240548756447264f,0.9877827172852741f,-0.14995692067036973f,1.1814273569979492f,0.14378501079423148f,-0.14249586237903228f,-0.9792960736548262f,-0.23465769202722794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1178102213978912e-17f,1.2195346595120787e-16f,2.590272525051482e-17f,0f,0.9958256212004688f,-0.09127613138548638f,1.1822570444885572f,-1.2246467991473532e-16f,-0.09127613138548638f,-0.9958256212004688f,-0.21151180298310748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9922284467595828f,0.12425867816705931f,-0.006518461570112238f,-0.006249999999999975f,0.11200281337816317f,0.914729390152679f,0.388233837508124f,1.1918923356693407f,0.05420405184524682f,0.38448657153544813f,-0.9215378435378954f,-0.20333754926921283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9989438537565052f,-0.04588747958872143f,0.002348671772853009f,2.4567270047217213e-17f,-0.0413587855006231f,0.9202716156163206f,0.38908817040979343f,1.1975345527305266f,-0.020015691444848247f,0.3885800981881621f,-0.9211975246319668f,-0.2006069836978458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.334812031092758e-17f,1.1023418655711745e-16f,2.4233844295273917e-17f,0f,0.9001304427845382f,0.43562046092041085f,1.20316036799793f,-1.2246467991473532e-16f,0.43562046092041085f,-0.9001304427845382f,-0.19788435581709324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9871069609561365f,0.15996430730786163f,-0.005591781420653312f,-0.18123177842565596f,0.15710332315620257f,0.9749552317293074f,0.157419318944437f,1.2316667966502457f,0.030633208862574885f,0.15451121807548024f,-0.9875160201250477f,-0.18723179030559123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9975799968793754f,-0.06935875783456089f,0.004848972859493832f,0.19375000000000003f,-0.06824284965207013f,0.9901033115110788f,0.12263093413230061f,1.2301521500200483f,-0.01330651334912041f,0.12200325916319792f,-0.9924404976904396f,-0.2187474456165776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.134492928281299e-17f,1.2059018127745844e-16f,-0.007812499999999971f,0f,0.9846935570436963f,0.1742945745473239f,1.0718779487677248f,-1.2246467991473532e-16f,0.1742945745473239f,-0.9846935570436963f,-0.23315375200294705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.177383219999318e-17f,1.1827096606498677e-16f,2.1453633977774516e-17f,0f,0.965755727670473f,0.25945302941317744f,1.2876639941690962f,-1.2246467991473532e-16f,0.25945302941317744f,-0.965755727670473f,-0.17518221574344023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34177149054825706f,-0.24323376085547432f,-0.9077607536286882f,-0.15052308963985778f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.259429664723032f,0.9397830857428868f,0.0884569708269651f,0.33012590940987174f,0.15887223053801794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34177149054825706f,-0.24323376085547432f,-0.9077607536286882f,-0.11848201240095868f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.259429664723032f,0.9397830857428868f,0.0884569708269651f,0.33012590940987174f,0.24697689482641358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34177149054825706f,-0.24323376085547432f,-0.9077607536286882f,0.0016615620238950302f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2982525214884102f,0.9397830857428868f,0.0884569708269651f,0.33012590940987174f,0.15340567627073498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.34694329166600163f,-0.698262039876533f,0.6261473277395844f,1.1837195459428365f,0.27532355209899834f,-0.5623749830682702f,-0.7796995062705585f,2.2252475846960684f,0.8965641605749974f,0.44290461962642197f,-0.002864242661618152f,-0.17705153472541402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24732733601523846f,-0.698262039876533f,0.671758373618869f,1.1557811829201374f,0.3910838128188004f,-0.5623749830682702f,-0.7285518717085779f,2.1939178671989747f,0.8865002200849781f,0.44290461962642197f,0.1339882744976576f,-0.2608784944291048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29800920557545585f,-0.698262039876533f,0.6508614576541988f,1.072121145783357f,0.33418365330233096f,-0.5623749830682702f,-0.7563436152202715f,2.3230342682305625f,0.8941542368393682f,0.44290461962642197f,0.06575483750859198f,-0.22882824020354822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.453786494169096f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5123177842565598f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59.mcfunction new file mode 100644 index 000000000..e82452cba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..494e2869d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8050694946588998f,-0.12711415314154695f,0.0514737339350417f,0.16970875094004007f,-0.09926567259072654f,0.7516215511779316f,0.3035717616881299f,1.5105675561451435f,-0.09462494099981668f,0.2930042325981509f,-0.7563987603538191f,-0.415708959591536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762596331013398f,0.18675780551364787f,0.050423249569020445f,0.16970875094004007f,0.19192515120666612f,0.717448256944383f,0.29737641961286193f,1.5105675561451435f,0.02420161878204813f,0.3006485002244199f,-0.7409620509588433f,-0.415708959591536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5794799827342281f,0.11701927584866637f,0.563430459892467f,0.11284733903402852f,0.34847504159617787f,0.7076792155769388f,0.2114230774286359f,1.520802218620721f,-0.4579438169026034f,0.3904370133129114f,-0.5520786571136512f,-0.4384021462652552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5683112166688576f,-0.11132637542568706f,0.5519318790783351f,0.11284733903402852f,0.05008834020373307f,0.7711013562776514f,0.20710832074641886f,1.520802218620721f,-0.5608150489992204f,0.18168416684275315f,-0.5408117457439849f,-0.4384021462652552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5532253896190916f,-1.4584441779075954f,-0.09104118962448318f,-0.9180055085916046f,-0.5520968588568065f,0.29874354996697455f,-1.4308555481926106f,1.7083355248383254f,1.3529733835967546f,-0.4744461205243081f,-0.6211039784111688f,-0.3598942698156996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9615122890174606f,0.059638172755049235f,0.26821149568734404f,-0.6612853624808454f,0.157788654300208f,0.9189968958008663f,0.36131350110741917f,1.6638909043306387f,-0.22493745495700057f,0.38972810247505946f,-0.8930370359053742f,-0.32950185226443085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9078918592915421f,0.059638172755049235f,0.4149405501786798f,-0.32267165739680426f,0.21222792432701013f,0.9189968958008663f,0.33227099428662205f,1.590288739479001f,-0.36151304259735273f,0.38972810247505946f,-0.8470066860262639f,-0.20134620204404297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8041105117770242f,0.376240746464716f,0.460270774163824f,0.25119563823888513f,0.594109320413118f,-0.48126538274139596f,-0.6445290891597064f,1.1940731802751887f,-0.020985715331040017f,0.7917237725838797f,-0.6105186874106259f,0.2078712695749435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.15192114834250126f,0.757200664825381f,0.6352693270372003f,0.2779988755905431f,0.8388567951703128f,0.24113757673595052f,-0.4880286326461857f,1.4732085022954884f,-0.5227229111899417f,0.6070418620440562f,-0.5985490254299954f,0.0275205374081616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9162996189083774f,0.2835043488777289f,0.282878582709574f,-0.25144554681512854f,0.09930341648082373f,0.8450993919566179f,-0.5253054817815925f,1.2325518777806876f,-0.38798690681980286f,-0.45324640305464087f,-0.8025172012202801f,0.030061256036145206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9153349951191069f,0.15581797519234664f,0.3713254708705853f,-0.2199088922736224f,0.10550388976764438f,0.9826885088359261f,-0.15228993350094044f,1.4158541611030429f,-0.3886267823429072f,-0.10022002399112367f,-0.9159285839174455f,0.005545447888325505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9160538361060787f,0.2158271171548019f,0.3380296212700671f,0.060498153589361815f,0.16488338062201208f,0.9709978694611403f,-0.1731375415575222f,1.1883288221088313f,-0.36559381853362105f,-0.10286784241235686f,-0.9250726278770939f,0.05510017769248721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9160538361060787f,0.017896955646585166f,0.40065579782891164f,0.06635793150952722f,0.16488338062201208f,0.9274775927526748f,0.3355574253929719f,1.364328104658664f,-0.36559381853362105f,0.3734501491769515f,-0.8525703172933704f,0.11979351618008208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9420330122430723f,-0.030259695619278132f,0.3341528911520478f,0.26071042876385114f,0.012729638343535344f,0.9919844010030484f,0.12571755833719428f,2.1299073180094625f,-0.3352786306221833f,0.1226837356280435f,-0.9340968583934226f,0.14359081590436523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9420330122430723f,-0.030259695619278132f,0.3341528911520478f,0.33114596222088055f,0.012729638343535344f,0.9919844010030484f,0.12571755833719428f,2.017217927540311f,-0.3352786306221833f,0.1226837356280435f,-0.9340968583934226f,0.053256717124808284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9420330122430723f,-0.030259695619278132f,0.3341528911520478f,-0.2927339659289539f,0.012729638343535344f,0.9919844010030484f,0.12571755833719428f,2.1373859805362896f,-0.3352786306221833f,0.1226837356280435f,-0.9340968583934226f,-0.053385379586167486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9420330122430723f,-0.030259695619278132f,0.3341528911520478f,-0.2929509083901548f,0.012729638343535344f,0.9919844010030484f,0.12571755833719428f,2.025651312942903f,-0.3352786306221833f,0.1226837356280435f,-0.9340968583934226f,-0.16886537566238816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9351686819446811f,0.1174792817673635f,0.3341528911520478f,0.1719878143893515f,0.1677534644710684f,0.977780072758536f,0.12571755833719428f,2.239828302791673f,-0.31195882976412426f,0.17362242848127726f,-0.9340968583934226f,0.10322784931456848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9420330122430722f,-0.030259695619278118f,0.3341528911520478f,0.06317479206614661f,0.01272963834353534f,0.9919844010030484f,0.12571755833719428f,2.2512911728327007f,-0.3352786306221833f,0.12268373562804351f,-0.9340968583934226f,0.06584510719588181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9213710887148412f,0.19853755870151102f,0.3341528911520478f,0.04226380060876267f,0.2523342603777298f,0.9594386465873459f,0.12571755833719428f,2.247290448047892f,-0.2956395405219882f,0.20015074623764423f,-0.9340968583934226f,0.057826206868191156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9376274575086905f,-0.09589888560622968f,0.3341528911520478f,0.06938132104742174f,-0.05649870423883113f,0.9904559515420497f,0.12571755833719428f,2.2568409341095395f,-0.3430198935122016f,0.09899702922015396f,-0.9340968583934226f,0.06881228561564176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9410855984709613f,0.051959038533063856f,0.3341528911520478f,0.1310904524114143f,0.09913833548996678f,0.987100139784213f,0.12571755833719428f,2.3639316724711796f,-0.32331020210756034f,0.15143834505404044f,-0.9340968583934226f,0.07184566569571793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9410855984709613f,0.051959038533063856f,0.3341528911520478f,0.11939966874147494f,0.09913833548996678f,0.987100139784213f,0.12571755833719428f,2.141834141019732f,-0.32331020210756034f,0.15143834505404044f,-0.9340968583934226f,0.03777203805855889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9257013633517173f,-0.17725357887360105f,0.3341528911520478f,-0.19585398391508524f,-0.1426076337272631f,0.981762781087389f,0.12571755833719428f,2.2447989280236933f,-0.3503427588683445f,0.06872416203967244f,-0.9340968583934226f,-0.02769059284007893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9420330122430725f,-0.030259695619278132f,0.3341528911520478f,-0.08765083866150283f,0.01272963834353534f,0.9919844010030484f,0.12571755833719428f,2.253329270974853f,-0.3352786306221834f,0.12268373562804352f,-0.9340968583934226f,0.012164811202130359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9067301228658718f,-0.25725926537710714f,0.3341528911520478f,-0.06647842249815342f,-0.227631233014187f,0.9655978030640784f,0.12571755833719428f,2.248759875504078f,-0.35499930428675774f,0.037928262489285415f,-0.9340968583934226f,0.01912380134708689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9418490768346334f,0.03552691656303658f,0.3341528911520478f,-0.0942012081689627f,0.08189596340747088f,0.9886800021762836f,0.12571755833719428f,2.2590514154930816f,-0.325903923945864f,0.1457727392080792f,-0.9340968583934226f,0.010591686468283158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9358109859769289f,-0.11224813521665364f,0.3341528911520478f,-0.14136441474304018f,-0.07377593903705618f,0.9893190619536927f,0.12571755833719428f,2.367613339545197f,-0.3446953863109993f,0.0929954288954522f,-0.9340968583934226f,-0.025123648095510237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9358109859769289f,-0.11224813521665364f,0.3341528911520478f,-0.11610858431929315f,-0.07377593903705618f,0.9893190619536927f,0.12571755833719428f,2.1450165506056162f,-0.3446953863109993f,0.0929954288954522f,-0.9340968583934226f,-0.04604761959698695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9420330122430723f,-0.030259695619278132f,0.3341528911520478f,0.006711358367469459f,0.012729638343535344f,0.9919844010030484f,0.12571755833719428f,1.6311046666005744f,-0.3352786306221833f,0.1226837356280435f,-0.9340968583934226f,-0.03782267845379189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9160538361060787f,0.017896955646585166f,0.40065579782891164f,2.1782362079011152e-17f,0.16488338062201208f,0.9274775927526748f,0.3355574253929719f,1.2833005693183213f,-0.36559381853362105f,0.3734501491769515f,-0.8525703172933704f,-0.1778664843951487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962018791694147f,-0.07885743317059905f,-0.03692317934673859f,0.15447641169969478f,-0.0840799758197216f,0.7609479547743458f,0.6433418747376042f,0.6138245321826468f,-0.02263567108530144f,0.6440028845886364f,-0.7646881135705152f,-0.29170581117595973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962018791694147f,-0.08635091030136807f,0.011195366427768447f,0.12500000000000003f,-0.0840799758197216f,0.9873915869726364f,0.13412088443569645f,0.9557831430716353f,-0.02263567108530144f,0.132670170972165f,-0.9909017368683609f,-0.26464299562227056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9962082566666959f,0.08625538961937167f,-0.011362971033713979f,-0.1528739899533819f,0.0840094902123809f,0.9876707835888362f,0.13209401500170292f,0.6517720121912054f,0.022616695235124544f,0.13063855099711053f,-0.9911720607896577f,-0.168181730313741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9962082566666959f,0.07341238383183353f,-0.046687592026470784f,-0.12499999999999996f,0.0840094902123809f,0.9512177312164016f,-0.2968623138321491f,1.0167711740869325f,0.022616695235124544f,-0.29965888893815423f,-0.9537782946665291f,-0.2961886982153353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832382121922361f,0.18207483701783297f,0.009558860284836494f,2.5927209434898606e-17f,0.1815639445359112f,0.982571390304314f,-0.03984968004900427f,1.1824065547173608f,-0.01664788663993173f,-0.03744618378923299f,-0.9991599627637443f,-0.21171173152087716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9886759944471007f,-0.0632316123914905f,-0.13609386906987625f,2.8762086025568405e-17f,-0.04253389740620333f,0.9877789843389586f,-0.1499451422011857f,1.1816051461905155f,0.1439119368762539f,-0.14245855991363782f,-0.9792828565495557f,-0.2348602555903766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1182073733676585e-17f,1.2195310186146637e-16f,2.5927209434898606e-17f,0f,0.9958226481821116f,-0.09130856130487566f,1.1824065547173608f,-1.2246467991473532e-16f,-0.09130856130487566f,-0.9958226481821116f,-0.21171173152087716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9922375614584293f,0.12418580851726464f,-0.006519708117930047f,-0.006249999999999975f,0.11189621059307683f,0.9144612489627979f,0.3888956957852703f,1.1920264907852178f,0.05425734683837318f,0.38514738621508643f,-0.9212587211015955f,-0.2035426068728766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9989334475167411f,-0.04611265439814014f,0.0023644315756585657f,2.4591078987121187e-17f,-0.04154665015137636f,0.9200026893881407f,0.38970364044974926f,1.1976797498051714f,-0.020145552698236473f,0.3891897668528118f,-0.9209372845549998f,-0.20080139844600461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.343179392748166e-17f,1.1019365328506768e-16f,2.4257130275074427e-17f,0f,0.8997994635007318f,0.43630370785015693f,1.203303496452051f,-1.2246467991473532e-16f,0.43630370785015693f,-0.8997994635007318f,-0.19807450027194112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9870697948576818f,0.1601930440691051f,-0.005604347552369802f,-0.18121720116618073f,0.1573137474702205f,0.9748508378045393f,0.1578550882571206f,1.2318192416391145f,0.030750690016480918f,0.15493234866760844f,-0.987446384569739f,-0.1874057945294849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9975580123694087f,-0.06967276634066248f,0.00487007063955492f,0.19375000000000003f,-0.06854548262298592f,0.9900230620436199f,0.12310911190385816f,1.230307838800756f,-0.013398834635024871f,0.12247465963297949f,-0.9923811913666084f,-0.21893925848550969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1408251292339145e-17f,1.205789558887563e-16f,-0.007812499999999971f,0f,0.9846018947888326f,0.17481163799427235f,1.0720396161743362f,-1.2246467991473532e-16f,0.17481163799427235f,-0.9846018947888326f,-0.23341283131187224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.183593489306568e-17f,1.1825426451550514e-16f,2.1471485971931182e-17f,0f,0.9656193491693962f,0.2599601363856999f,1.287795189504373f,-1.2246467991473532e-16f,0.2599601363856999f,-0.9656193491693962f,-0.1753279883381924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34157255109722906f,-0.24325247983747464f,-0.9078306138205794f,-0.15061580516941736f,0f,0.9659258262890683f,-0.25881904510252074f,1.2594733965014577f,0.9398554103355106f,0.08840548150821678f,0.329933748656256f,0.15870849046851143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34157255109722906f,-0.24325247983747464f,-0.9078306138205794f,-0.11859337850405215f,0f,0.9659258262890683f,-0.25881904510252074f,1.2594733965014577f,0.9398554103355106f,0.08840548150821678f,0.329933748656256f,0.24681993518746556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34157255109722906f,-0.24325247983747464f,-0.9078306138205794f,0.001570000236352176f,0f,0.9659258262890683f,-0.25881904510252074f,1.2982962532668358f,0.9398554103355106f,0.08840548150821678f,0.329933748656256f,0.1532741505295501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3465749888220827f,-0.7005448934267532f,0.6237969456615453f,1.1844493646708685f,0.2701179733134706f,-0.5623085081907057f,-0.781566006239631f,2.226293487493845f,0.8982884044759774f,0.4393699965974494f,-0.005652298113219309f,-0.1780808826157727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24437951461302787f,-0.7005448934267532f,0.6704591748430329f,1.1566621513641167f,0.38943193294899897f,-0.5623085081907057f,-0.7294874304715264f,2.1952808565294784f,0.8880435926445884f,0.4393699965974494f,0.13539787167031114f,-0.2620758229235858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29639694193868793f,-0.7005448934267532f,0.6491422841743508f,1.07318441539134f,0.3308013969532424f,-0.5623085081907057f,-0.7578783394385454f,2.3244689229274433f,0.8959460299500065f,0.4393699965974494f,0.06507470712020011f,-0.22983955883770926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.453917689504373f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5121720116618076f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..e6b6b2c99 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.25991556595767706f,0.027726112119067524f,-0.7737051154827049f,-0.1908977862829133f,-0.18886396137432174f,0.7892153008768221f,0.09172817124717135f,1.2868631212324266f,0.7508120584482799f,0.20812235827299425f,-0.24476678965903076f,-0.3310299145626766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.22483625908655128f,0.12252829558405062f,-0.7579152151667314f,-0.1908977862829133f,0.12492937652752772f,0.7850595646174297f,0.08985616775233113f,1.2868631212324266f,0.7575231398976592f,-0.0931036883477738f,-0.23977154905374443f,-0.3310299145626766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7580737737595187f,0.2072250987848045f,-0.22209537684534175f,-0.243659334534886f,0.18886396137432174f,0.7892153008768221f,0.09172817124717135f,1.2868631212324266f,0.2379054477653781f,0.03378478562873696f,-0.7805152340781182f,-0.27978550130963187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7637588138303755f,-0.09663795559674003f,-0.21756281813421235f,-0.243659334534886f,-0.12492937652752772f,0.7850595646174297f,0.08985616775233113f,1.2868631212324266f,0.20264531866505345f,0.11976053415367838f,-0.7645863517499933f,-0.27978550130963187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2660535090274195f,1.3905838380028681f,0.6609828816387078f,-0.7468107024821291f,1.5214356064006942f,0.3404048822090863f,-0.10375192405140927f,1.041222049759535f,-0.23633763117698417f,0.6259451698459149f,-1.4119997940638025f,0.5046452625038679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.43171305702592633f,-0.19109053376333152f,-0.8815374321600724f,-0.40279763989323375f,-0.39849304698140975f,0.9171640493966668f,-0.0036603280973792757f,1.2670092207028356f,0.8092138950245487f,0.3497063259369976f,-0.47209994460796667f,0.41575186015012944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6059461805120985f,-0.19109053376333152f,-0.7722134641592597f,-0.18524690942321725f,-0.39050646453738985f,0.9171640493966668f,0.07946576400448688f,1.4141314082921117f,0.6930612725274062f,0.3497063259369976f,-0.6303741413814012f,0.15591983389566155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1166010296085696f,0.9755896332456528f,-0.18608886962372082f,0.4682238977106803f,0.5710908070400678f,-0.2191528827946125f,-0.7910924750477248f,1.1867663104737567f,-0.8125635298292349f,-0.014031445628428207f,-0.5827037227657214f,-0.15133433157580045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6347235810115663f,0.7590168867315286f,-0.14498048614979764f,0.24220563549212185f,0.6689564992224443f,0.44580260220267814f,-0.5947749507312601f,1.4061610827800446f,-0.38681155341575024f,-0.47450332509446f,-0.7907107034930003f,-0.26066765281716975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,-0.3503129504891983f,-0.6022432561016536f,0.06710443752215756f,0f,0.8644001944345386f,-0.5028044389835195f,1.095868494008515f,0.6967180942105419f,-0.3606842671660135f,-0.6200731865018404f,0.2116604351098374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,-0.09317844856690154f,-0.6904591802004191f,0.04531810853961091f,0f,0.9910165760554636f,-0.13373909668943357f,1.2808482326646056f,0.6967180942105419f,-0.09593707680542983f,-0.7109008190272814f,0.18922910308989882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,-0.2687074556260595f,-0.6428159970717426f,0.25717613926982763f,0f,0.9226342797945041f,-0.3856760113723394f,1.0940782712387578f,0.6967180942105419f,-0.2766627713282835f,-0.6618471184197937f,-0.04117210963282512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,0.08870051577742395f,-0.6910487112361823f,0.2694884315328685f,0f,0.9918627303905698f,0.12731191641854997f,1.2808482326646056f,0.6967180942105419f,0.09132657095819827f,-0.7115078036372108f,-0.028495301350895494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.04878916162246019f,-0.24211060660104783f,0.3009190401674755f,-0.06029657998493464f,0.9973648098440606f,0.040345489547671365f,2.0171471406975847f,0.23950417650360561f,0.05369407595720721f,-0.9694094571668008f,-0.06660902783498626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.04878916162246019f,-0.24211060660104783f,0.32065811072725364f,-0.06029657998493464f,0.9973648098440606f,0.040345489547671365f,1.8985200508616067f,0.23950417650360561f,0.05369407595720721f,-0.9694094571668008f,-0.17318433055790994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.04878916162246019f,-0.24211060660104783f,-0.2683809105370205f,-0.06029657998493464f,0.9973648098440606f,0.040345489547671365f,1.9817228999564358f,0.23950417650360561f,0.05369407595720721f,-0.9694094571668008f,0.07409967586088204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.04878916162246019f,-0.24211060660104783f,-0.32131842942888006f,-0.06029657998493464f,0.9973648098440606f,0.040345489547671365f,1.8585735666215875f,0.23950417650360561f,0.05369407595720721f,-0.9694094571668008f,-0.014512813624271231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9647232402062004f,0.10339982580895686f,-0.24211060660104783f,0.1949535676428431f,0.09646800144902513f,0.9945180572365641f,0.040345489547671365f,2.11858115365322f,0.2449550867046464f,0.015566305055720694f,-0.9694094571668008f,-0.058487826125035634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.0487891616224602f,-0.24211060660104783f,0.08284518291090398f,-0.060296579984934644f,0.9973648098440607f,0.040345489547671365f,2.1216867183014587f,0.23950417650360561f,0.05369407595720721f,-0.9694094571668008f,-0.030359438933247884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9520402884009482f,0.1870875288005917f,-0.24211060660104783f,0.06141141189181905f,0.18277887153343642f,0.9823258754578964f,0.040345489547671365f,2.1160316030039605f,0.24537965152474056f,-0.005842171956172773f,-0.9694094571668008f,-0.025241699600941275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9632573458942344f,-0.11626581506215916f,-0.24211060660104783f,0.0891291722094566f,-0.1297223527177886f,0.9907292024960811f,0.040345489547671365f,2.127761504497367f,0.23517524696735664f,0.07027024668671239f,-0.9694094571668008f,-0.031676044861258856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695860301140682f,0.03585225765435202f,-0.24211060660104783f,0.13244887976776878f,0.026858937498279223f,0.9988247288436658f,0.040345489547671365f,2.2369677759779347f,0.2432725378749211f,0.03261558939316732f,-0.9694094571668008f,-0.07018627386116019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695860301140682f,0.03585225765435202f,-0.24211060660104783f,0.12438212179553959f,0.026858937498279223f,0.9988247288436658f,0.040345489547671365f,2.01223221198811f,0.2432725378749211f,0.03261558939316732f,-0.9694094571668008f,-0.07752478147462283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9494586274098585f,-0.19977679797278824f,-0.24211060660104783f,-0.18342648218674354f,-0.21557645950678933f,0.9756531307691666f,0.040345489547671365f,2.0950367532712697f,0.22815587860825598f,0.09049972050820586f,-0.9694094571668008f,0.03503293784133077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.04878916162246019f,-0.24211060660104783f,-0.07230143156675388f,-0.06029657998493465f,0.9973648098440606f,0.040345489547671365f,2.112032842493759f,0.23950417650360564f,0.05369407595720721f,-0.9694094571668008f,0.007986742159757913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9284339554721f,-0.2817673588223157f,-0.24211060660104783f,-0.05044615292935277f,-0.2997898992703182f,0.9531517496016316f,0.040345489547671365f,2.109071354193047f,0.21940010624866035f,0.11004043681140657f,-0.9694094571668008f,0.0024051198394724645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700640656376645f,0.01892518770839402f,-0.24211060660104783f,-0.07913981147172391f,0.009422951624614873f,0.9991413560932402f,0.040345489547671365f,2.1172910996083196f,0.24266626576680467f,0.03685631308694817f,-0.9694094571668008f,0.00991347317172267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9610815188755861f,-0.13305926591962425f,-0.24211060660104783f,-0.14781151120850175f,-0.14699320408639271f,0.9883143424162046f,0.040345489547671365f,2.219528794035522f,0.23391304373252197f,0.07436391818184326f,-0.9694094571668008f,-0.0009168557578067178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9610815188755861f,-0.13305926591962425f,-0.24211060660104783f,-0.11787317637658634f,-0.14699320408639271f,0.9883143424162046f,0.040345489547671365f,1.9971580669918767f,0.23391304373252197f,0.07436391818184326f,-0.9694094571668008f,-0.017648737348721424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690211926885037f,-0.04878916162246019f,-0.24211060660104783f,0.03582487449727023f,-0.06029657998493464f,0.9973648098440606f,0.040345489547671365f,1.4922848778965474f,0.23950417650360561f,0.05369407595720721f,-0.9694094571668008f,-0.044810927803278305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,0.08870051577742395f,-0.6910487112361823f,0.0025621810807362477f,0f,0.9918627303905698f,0.12731191641854997f,1.1203363540000837f,0.6967180942105419f,0.09132657095819827f,-0.7115078036372108f,-0.07905839191260265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6672387356597455f,-0.2657468705130863f,-0.6958240226146878f,0.3113995684424857f,-0.19923685067598887f,0.9638248572670125f,-0.1770489250092669f,0.7755383120504644f,0.7177026870284784f,0.02049988601734809f,-0.696047848718303f,0.02461838100581948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6672387356597455f,-0.7348934357939899f,-0.12134293412510455f,0.08498493974465117f,-0.19923685067598887f,0.33306835183950645f,-0.9216127984873196f,0.8197318584930936f,0.7177026870284784f,-0.590759774383649f,-0.3686539596997191f,-0.17360802965848404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6885211498826291f,-0.10295074652580982f,-0.7178716946321817f,0.06408790709662615f,0.07190199591870704f,0.9753047752966622f,-0.20883174630892093f,0.5370674014979192f,0.7216430760058662f,-0.19540148175821404f,-0.6641156012167506f,0.17997478881775295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6885211498826291f,-0.41408141634524465f,-0.5953782048427857f,-0.1057280366730117f,0.07190199591870704f,0.7779444322621243f,-0.6242055457101189f,0.8290797202962497f,0.7216430760058662f,-0.4725876013501381f,-0.5058579147378388f,-0.011142041666467706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.792744958006606f,-0.2562645340355501f,-0.5530677355899971f,-0.0004932802427579592f,0.02061189420932255f,0.8955439137278999f,-0.4444954987421354f,1.013984086509305f,0.6092048763529461f,-0.36377133914103005f,-0.7046558248161534f,-0.08220431280071035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6553987738047287f,-0.5269148687095209f,-0.5411221381796227f,-0.0017280947622168056f,-0.1301295047734482f,0.7845131402473342f,-0.606304745789346f,0.976844763426462f,0.7439884134062005f,-0.32695543107906133f,-0.5827361210747363f,-0.08896700811276155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7499350539236875f,-0.37713275468027113f,-0.5434779666589498f,-0.0004932802427579592f,-0.09429065724940477f,0.8741225027269017f,-0.4764652371180221f,1.013984086509305f,0.654756967776557f,-0.30607308861402394f,-0.6910952015274889f,-0.08220431280071035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7094509234923146f,0.1105872353113862f,-0.6960243174933517f,0.0013245681292409286f,0.11098662785640394f,0.9928199250280114f,0.0446157472697475f,1.029296893308308f,0.6959607428533352f,-0.045596708801820075f,-0.7166307170038666f,-0.07392505284798317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7157223907483762f,-0.0907867444973898f,-0.6924588265052258f,0.004651894790611582f,-0.12286043694388447f,0.992419035512524f,-0.003125857698252764f,1.0333107495564535f,0.6874931071766368f,0.08283854764514884f,-0.7214506238188831f,-0.07690681042815965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,0.031084598409557677f,-0.6960243174933517f,0.004790665319225678f,0f,0.9990042217606301f,0.0446157472697475f,1.0377705898321705f,0.6967180942105419f,0.0320048847233435f,-0.7166307170038666f,-0.07676393147850187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7190931939795489f,0.005340090889671141f,-0.6948931297700252f,-0.13138564744338865f,0.10630617853062954f,0.9890458256978975f,-0.10240776863001241f,1.0494589544464563f,0.686734282512898f,-0.1475121625455145f,-0.7117838064487284f,0.06111765814429697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7002993259490538f,-0.2887058664203087f,-0.6528627549261788f,0.1288954559637102f,-0.15386358710345777f,0.9541162736838343f,-0.2568815541360084f,1.0568889730265971f,0.6970701906113599f,-0.07944217385100452f,-0.7125883035630526f,-0.2270744310307674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,-0.11507731863887398f,-0.6871486837179103f,0.006629048008191269f,0f,0.9862650179862562f,-0.16517056122859738f,0.9022534704642926f,0.6967180942105419f,-0.11848428179069534f,-0.7074923124445761f,-0.06365783481239945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7173450335784242f,-0.05475046079115055f,-0.6945635246998839f,1.0004926975177038e-17f,0f,0.9969075447751944f,-0.07858337718814212f,1.125f,0.6967180942105419f,-0.056371395347733784f,-0.7151266761813462f,-0.08169642857142857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9821702591597294f,-0.04865631603929352f,-0.18158784356777197f,0.21210844473183596f,0f,0.9659258262890683f,-0.2588190451025207f,1.1334821428571429f,0.18799356909774662f,0.25420436860381657f,0.9487036191354101f,0.19770830697366998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9821702591597294f,-0.04865631603929352f,-0.18158784356777197f,0.30418690652806063f,0f,0.9659258262890683f,-0.2588190451025207f,1.1334821428571429f,0.18799356909774662f,0.25420436860381657f,0.9487036191354101f,0.21533270407658373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9821702591597294f,-0.04865631603929352f,-0.18158784356777197f,0.2853858521651141f,0f,0.9659258262890683f,-0.2588190451025207f,1.172304999622521f,0.18799356909774662f,0.25420436860381657f,0.9487036191354101f,0.0642149626548153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4224885609844081f,-0.0901688000622156f,-0.9018719439768953f,-0.5897090473116955f,-0.23218460869838944f,0.972603419025514f,0.01152808672140921f,2.0631657766868767f,0.8761242624884326f,0.21427126917816286f,-0.4318496264718536f,-0.9175361128868391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.151116878086351f,-0.0901688000622156f,-0.9843948784165707f,-0.5764133417145503f,-0.19929517092196766f,0.972603419025514f,-0.11968301528230416f,2.0843058899797895f,0.968217498294995f,0.21427126917816286f,0.12900658587901875f,-1.0078986179574536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.14182085970288244f,-0.0901688000622156f,-0.9857770697518153f,-0.4351946340503505f,-0.2254945417910713f,0.972603419025514f,-0.05652257002574593f,2.082214218837195f,0.9638667207532223f,0.21427126917816286f,-0.15826802529004125f,-0.9389771616286402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011208516149662878f,0f,-0.000010886220222039718f,0.47381625198989524f,0f,0.000015625f,0f,1.2911225f,0.000010886220222039718f,0f,-0.000011208516149662878f,0.41650684485870265f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6.mcfunction new file mode 100644 index 000000000..4c0f01ecd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60.mcfunction new file mode 100644 index 000000000..240a246dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..b466ba837 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8051477405254536f,-0.1269523392538632f,0.05064251108676666f,0.1694385399457901f,-0.09938190856717602f,0.7514975436792036f,0.3038406202898378f,1.5107772425628234f,-0.09383387778807148f,0.29339221163238116f,-0.7563469164194151f,-0.41591367741686625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7762697878056692f,0.18693358340983235f,0.04960899045234285f,0.1694385399457901f,0.1917734676264192f,0.7173796008717095f,0.29763979130433094f,1.5107772425628234f,0.025062993729403828f,0.3007030822035354f,-0.7409112650639169f,-0.41591367741686625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5799557152484685f,0.11727877107161329f,0.5628867582835948f,0.11255004650678499f,0.34854666325129224f,0.707563074786788f,0.21169355960704364f,1.5210108517946757f,-0.45728660195928783f,0.3905696218328337f,-0.5525294368758369f,-0.4385491084855809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.568839044315019f,-0.1112698653452025f,0.5513992734206643f,0.11255004650678499f,0.05019669769348706f,0.7710230950419624f,0.2073732828803693f,1.5210108517946757f,-0.5602699645737264f,0.18205055335805354f,-0.5412533259191872f,-0.4385491084855809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5505075026309355f,-1.4593564236568073f,-0.09287932104976244f,-0.9186312189265254f,-0.5528067066224961f,0.2995701465988524f,-1.4304085858173292f,1.708283289240279f,1.3537918911931186f,-0.47110806191186777f,-0.6218608842348933f,-0.3577724363368847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9622024083932994f,0.06046759324985901f,0.2655375593935892f,-0.6617990223794199f,0.1576463622344096f,0.9187373572275354f,0.362034933271392f,1.6638799703817342f,-0.2220678944746215f,0.39021191499124364f,-0.8935437939141399f,-0.32816357938006946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9090486202973959f,0.06046759324985901f,0.41227936657316555f,-0.3227759240246458f,0.21215316179030913f,0.9187373572275354f,0.33303559025566454f,1.590310506565425f,-0.3586385950755662f,0.39021191499124364f,-0.8480053180971747f,-0.2010759584222829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.803991614827799f,0.3770932780296757f,0.45978053781279377f,0.2515870083574504f,0.5942493692291757f,-0.4814739168174334f,-0.6442441731169993f,1.1940850335229634f,-0.02156781067505542f,0.7911912076668401f,-0.6111884344892105f,0.20747353419996759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1512721194306387f,0.7577534513176271f,0.6347648800139998f,0.27816802642040717f,0.8390606107754472f,0.24105511983404987f,-0.4877188951095965f,1.4732864434294128f,-0.5225840002603374f,0.6063844788729479f,-0.5993361548028678f,0.027192225379591928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.915722686570856f,0.23191150536442098f,0.3281295704124547f,-0.24365786001221448f,0.02656088596196097f,0.8497778193021864f,-0.5264714400220933f,1.231820744427678f,-0.40093201498055697f,-0.47338642935938613f,-0.7843206027269725f,0.0331490338804063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9125326109302144f,0.11441139181667913f,0.39267577899770756f,-0.2197515004278515f,0.058118592223989476f,0.9866084338286605f,-0.15240087774044958f,1.415857320284674f,-0.40485363185574574f,-0.11624900739674365f,-0.9069617991142097f,0.005683833749053069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9164376843883881f,0.21556635781746394f,0.33715443940449946f,0.06074134369664143f,0.16485697863364712f,0.9710686538557703f,-0.17276529192672746f,1.1883614003000114f,-0.3646424923519397f,-0.10274636186286712f,-0.9254615269665781f,0.05488681420029107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9164376843883881f,0.01810872236896031f,0.39976748843172966f,0.06663527594351978f,0.16485697863364712f,0.9273527690212185f,0.33591519522710456f,1.3643395144616592f,-0.3646424923519397f,0.37374980396361746f,-0.8528463735096276f,0.11963461260903419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9423706186225507f,-0.030323496491018995f,0.3331937915350623f,0.26087749489379214f,0.012596620110004092f,0.9919624440355646f,0.12590406977057492f,2.1299865618571365f,-0.33433357940648983f,0.12284541173177255f,-0.9344142884704276f,0.143393219832115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9423706186225507f,-0.030323496491018995f,0.3331937915350623f,0.3312437481099272f,0.012596620110004092f,0.9919624440355646f,0.12590406977057492f,2.017322389639557f,-0.33433357940648983f,0.12284541173177255f,-0.9344142884704276f,0.052973713049284235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9423706186225507f,-0.030323496491018995f,0.3331937915350623f,-0.2927652435469564f,0.012596620110004092f,0.9919624440355646f,0.12590406977057492f,2.137387076171764f,-0.33433357940648983f,0.12284541173177255f,-0.9344142884704276f,-0.05302775806919777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9423706186225507f,-0.030323496491018995f,0.3331937915350623f,-0.2930767867275126f,0.012596620110004092f,0.9919624440355646f,0.12590406977057492f,2.025667650462435f,-0.33433357940648983f,0.12284541173177255f,-0.9344142884704276f,-0.16852228330751529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9355121124846423f,0.1174690796635931f,0.3331937915350623f,0.1720938298339253f,0.16761864908626078f,0.9777791947539602f,0.12590406977057492f,2.239896178315523f,-0.3110001219823219f,0.1736342755025207f,-0.9344142884704276f,0.10313367068692583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9423706186225507f,-0.030323496491018995f,0.3331937915350623f,0.06324127737005546f,0.012596620110004092f,0.9919624440355646f,0.12590406977057492f,2.251343505380964f,-0.3343335794064899f,0.12284541173177255f,-0.9344142884704276f,0.06586141357580777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9217141015698451f,0.19855732736361809f,0.3331937915350623f,0.04232302057338183f,0.2521998814830223f,0.9594495218588395f,0.12590406977057492f,2.2473399042839044f,-0.29468344837680155f,0.20007899128859413f,-0.9344142884704276f,0.05786292397813718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.937959790972162f,-0.09598608129279952f,0.3331937915350623f,0.0694497297797196f,-0.056629866806005166f,0.9904247691777202f,0.12590406977057492f,2.2568940425679473f,-0.3420884223486563f,0.09922423492933452f,-0.9344142884704276f,0.06882311167197586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.941427480768604f,0.05192490477766175f,0.3331937915350623f,0.1311417158249763f,0.09900390975516388f,0.9870898596725617f,0.12590406977057492f,2.3639959962711985f,-0.32235465609615627f,0.15151703929074511f,-0.9344142884704276f,0.0718088949843578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.941427480768604f,0.05192490477766175f,0.3331937915350623f,0.11945861225000243f,0.09900390975516388f,0.9870898596725617f,0.12590406977057492f,2.1419007778448726f,-0.32235465609615627f,0.15151703929074511f,-0.9344142884704276f,0.037717561143940204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9260248325811985f,-0.17736940752410718f,0.3331937915350623f,-0.195879795844003f,-0.14273557945914622f,0.9817202858104074f,0.12590406977057492f,2.2448148630469524f,-0.3494346345161354f,0.06903168622364109f,-0.9344142884704276f,-0.027415751131753985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9423706186225506f,-0.030323496491018995f,0.3331937915350623f,-0.08763840634136497f,0.012596620110004092f,0.9919624440355647f,0.12590406977057492f,2.253360306436168f,-0.3343335794064899f,0.12284541173177255f,-0.9344142884704276f,0.012332426446846005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9070422660652107f,-0.2574028454655799f,0.3331937915350623f,-0.06645817363938979f,-0.22775498816650386f,0.9655443182891618f,0.12590406977057492f,2.2487939769720096f,-0.35412143812054564f,0.038313764703314004f,-0.9344142884704276f,0.01926960908210528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9421903113457737f,0.03548682133755858f,0.3331937915350623f,-0.09419142424568627f,0.08176173755904526f,0.9886673775777838f,0.12590406977057492f,2.259081425547517f,-0.32494989687254894f,0.14586809803663098f,-0.9344142884704276f,0.010766619160046148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9361417470498425f,-0.1123411176415753f,0.3331937915350623f,-0.14141079387498962f,-0.07390653742024f,0.9892855952361568f,0.12590406977057492f,2.3676391918005093f,-0.3437680223014053f,0.09323885641343355f,-0.9344142884704276f,-0.02488709101465974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9361417470498425f,-0.1123411176415753f,0.3331937915350623f,-0.11613404240563523f,-0.07390653742024f,0.9892855952361568f,0.12590406977057492f,2.145049932872374f,-0.3437680223014053f,0.09323885641343355f,-0.9344142884704276f,-0.045865833707682255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9423706186225507f,-0.030323496491018995f,0.3331937915350623f,0.006790770888360138f,0.012596620110004092f,0.9919624440355646f,0.12590406977057492f,1.631160100610066f,-0.33433357940648983f,0.12284541173177255f,-0.9344142884704276f,-0.03783196327970362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9164376843883881f,0.01810872236896031f,0.39976748843172966f,2.1797260565069727e-17f,0.16485697863364712f,0.9273527690212185f,0.33591519522710456f,1.283402812227109f,-0.3646424923519397f,0.37374980396361746f,-0.8528463735096276f,-0.17798813976606015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962042713576842f,-0.07881324885199353f,-0.03695296380670041f,0.15447179065413602f,-0.08404462513102239f,0.7603582522606549f,0.6440433441979727f,0.613950210400505f,-0.02266165738183099f,0.6447044284201219f,-0.7640959686192516f,-0.2923028813432028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962042713576842f,-0.0863310921473294f,0.011135181065204674f,0.12500000000000003f,-0.08404462513102239f,0.9872530430682942f,0.13515890625104507f,0.9558899370394274f,-0.02266165738183099f,0.1337100276009327f,-0.9907613626921804f,-0.2648676597721743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9962127708245055f,0.08620381521063224f,-0.011358586588675688f,-0.15286583793942346f,0.08395065396745603f,0.9876272168936345f,0.1324566651753326f,0.6517952974858563f,0.022636319148610088f,0.13100146065622653f,-0.991123712944725f,-0.1686490864926149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9962127708245055f,0.07338100281066964f,-0.04664057967759157f,-0.12499999999999996f,0.08395065396745603f,0.9514171681922711f,-0.2962391935032168f,1.0169171918694828f,0.022636319148610088f,-0.29903277495201164f,-0.9539743165095704f,-0.29640475946119094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832326452353428f,0.1821045224735439f,0.009565993842407104f,2.5945571828991457e-17f,0.18154829048620605f,0.9824626345188625f,-0.04251340959970519f,1.1825187056846247f,-0.01714011566607899f,-0.04006388234980117f,-0.9990500997277438f,-0.21186167184739121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9885980032592415f,-0.06440345691324594f,-0.13611092053712812f,2.8780425230668555e-17f,-0.04329708004559725f,0.9873242061713299f,-0.15269667569295187f,1.1816766643581842f,0.14421980034435591f,-0.14506242327280022f,-0.9788552204196784f,-0.23501000656439563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.151079957629449e-17f,1.2192251358847946e-16f,2.5945571828991457e-17f,0f,0.9955728759783364f,-0.09399281151356262f,1.1825187056846247f,-1.2246467991473532e-16f,-0.09399281151356262f,-0.9955728759783364f,-0.21186167184739121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9923106651499793f,0.12360172738556846f,-0.0064928281133323825f,-0.006249999999999975f,0.11129597744655041f,0.9140099773733209f,0.39012685970878563f,1.1921315278966942f,0.054154863436469025f,0.3864044179992319f,-0.9207382236644965f,-0.20370544828038373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9988628181015875f,-0.04761335669996539f,0.0024574128502775077f,2.46094867526662e-17f,-0.04287094088058127f,0.9195361384279521f,0.3906601752841259f,1.1977908548088232f,-0.020860322197141495f,0.3901105720033387f,-0.920531687976606f,-0.20095170925854117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.358279948228484e-17f,1.1012030433239744e-16f,2.427459425590192e-17f,0f,0.89920052384955f,0.43753676177973333f,1.2034108580828828f,-1.2246467991473532e-16f,0.43753676177973333f,-0.89920052384955f,-0.19821710449741783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9868698563364228f,0.1614185754723978f,-0.005650676684259444f,-0.18120626822157432f,0.1585064808480595f,0.9746036703473879f,0.15818780381105216f,1.2319335848521293f,0.03104162018471284f,0.15521510634555513f,-0.9873928744823137f,-0.18753628632553163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9974086677184303f,-0.07176900411686148f,0.005015935428192235f,0.19375000000000003f,-0.07060290848649084f,0.9898326652475526f,0.12347681613231994f,1.2304246255833502f,-0.013826744858934557f,0.12280270704263999f,-0.9923347803385738f,-0.21908310930292518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1455738926288988e-17f,1.205705150264587e-16f,-0.007812499999999971f,0f,0.984532969917568f,0.1751994039524482f,1.072160905774017f,-1.2246467991473532e-16f,0.1751994039524482f,-0.984532969917568f,-0.23360713028393632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.188250615260846e-17f,1.1824171695322873e-16f,2.1484874967548682e-17f,0f,0.9655168905479786f,0.26034041957898635f,1.287893586005831f,-1.2246467991473532e-16f,0.26034041957898635f,-0.9655168905479786f,-0.17543731778425656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34142333646449907f,-0.24326651192116028f,-0.9078829822698302f,-0.15068534134575304f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.259506195335277f,0.939909626143625f,0.08836686191945839f,0.3297896183888419f,0.15858568671183543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34142333646449907f,-0.24326651192116028f,-0.9078829822698302f,-0.11867690355220625f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.259506195335277f,0.939909626143625f,0.08836686191945839f,0.3297896183888419f,0.24670221416280025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34142333646449907f,-0.24326651192116028f,-0.9078829822698302f,0.001501324891494904f,-1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2983290521006552f,0.939909626143625f,0.08836686191945839f,0.3297896183888419f,0.15317550767899155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.34239194164830766f,-0.7192972474960667f,0.6044660685587604f,1.186117267818463f,0.23533857708849376f,-0.5571868099169447f,-0.796340764364441f,2.2317970720115268f,0.909606240319549f,0.41491484499733283f,-0.021497882978894614f,-0.18497834442991556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2239157528173872f,-0.7192972474960667f,0.6576269500140675f,1.1594548896159393f,0.37943062291800805f,-0.5571868099169447f,-0.7386306663323906f,2.2028530737610685f,0.8977160676028225f,0.41491484499733283f,0.14816049867817016f,-0.27006903166337876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2843987008269183f,-0.7192972474960667f,0.6338208332900892f,1.0777129537236878f,0.3087359813382233f,-0.5571868099169447f,-0.770859878759884f,2.3329540547002803f,0.9076339971569406f,0.41491484499733283f,0.06360973672130697f,-0.2370651485548432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.4540160860058309f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5120626822157435f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61.mcfunction new file mode 100644 index 000000000..3a8f29b3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..f786cc9d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8052516824703151f,-0.1268006175249085f,0.049353578578183704f,0.16898265910595012f,-0.09969007772546408f,0.7514006545330955f,0.30397925786930086f,1.5108985332354785f,-0.09260702309361872f,0.29370581234797144f,-0.7563764139046116f,-0.4161572708079338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7763069813829031f,0.18710986043211297f,0.04834636268883302f,0.16898265910595012f,0.1914582457009807f,0.7174074382583847f,0.2977755995454376f,1.5108985332354785f,0.02629088833166135f,0.3005269832487877f,-0.7409401605596196f,-0.4161572708079338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5807907146664492f,0.11759605349614027f,0.5619588582839609f,0.1120548794819981f,0.34838924159091866f,0.7075482818639801f,0.21200190947130304f,1.5211131494856311f,-0.45634584094235403f,0.390501013414699f,-0.5533551087874342f,-0.43870396038419324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5697136803305406f,-0.11129573607687566f,0.5504903101557168f,0.1120548794819981f,0.05005977265493855f,0.7709506938599916f,0.20767533989025605f,1.5211131494856311f,-0.5593928329948165f,0.18234112747239434f,-0.542062147383609f,-0.43870396038419324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.544868885466335f,-1.461429022329532f,-0.09353801549969537f,-0.9195397078746241f,-0.5538950784183257f,0.2980561953983397f,-1.4303038126526206f,1.70747472112693f,1.3556269360538062f,-0.4656113906227106f,-0.6220031295482f,-0.3549291287892732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9632394974300351f,0.060801422806438576f,0.26167318849176346f,-0.6625388934073682f,0.15651338882878496f,0.9186776426877277f,0.3626774709615268f,1.6633811062632724f,-0.2183420017038931f,0.39030062235465657f,-0.8944228275717837f,-0.3263180433397619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9106849729006112f,0.060801422806438576f,0.4086025784521257f,-0.32293810864679773f,0.21112638196649447f,0.9186776426877277f,0.33385182291468385f,1.590196881702978f,-0.3550753877287903f,0.39030062235465657f,-0.8494627085510092f,-0.20055729075568585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8037212686824254f,0.378498723651522f,0.4590978528175462f,0.25221390321506054f,0.5945724848790518f,-0.4814475685537956f,-0.6439656815066995f,1.1941418945864724f,-0.022708643558392305f,0.7905358656808728f,-0.6119945772471606f,0.20705259732569647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1501361878979361f,0.7585875080358799f,0.6340379466052405f,0.2784071570535305f,0.8392024018520798f,0.24126170609529582f,-0.4873726683942049f,1.4733820359008891f,-0.5226838947290954f,0.6052584421748293f,-0.6003863459197942f,0.026774520297295573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9102200766786891f,0.17730973609364556f,0.37424680292214013f,-0.23555259368273407f,-0.049246182851907815f,0.8509492560307769f,-0.5229341996228434f,1.2313336183173669f,-0.41118636344796006f,-0.4944154337670589f,-0.7658192693889159f,0.03644995513241936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9075610180298139f,0.07170510767714049f,0.4137527958645084f,-0.21952193101911707f,0.009622428162235297f,0.9886053375554316f,-0.15022281928247067f,1.415758226488495f,-0.4198099658523491f,-0.13235506824417753f,-0.8979096438290038f,0.006021444562704814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9170618133143783f,0.21502234362808528f,0.33580205821470194f,0.06113652457571233f,0.16454944427051243f,0.9711703721729248f,-0.172486488177388f,1.1883662049082577f,-0.36320945878488625f,-0.10292472955606097f,-0.9260050696918466f,0.05475810760787182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9170618133143783f,0.018313782855837926f,0.39832428487107546f,0.06705988564162615f,0.16454944427051243f,0.9273014577932348f,0.3362075055152801f,1.3643365251539599f,-0.36320945878488625f,0.37386710437273135f,-0.8534062791643492f,0.11952440043298179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9428890634939474f,-0.030532602006497336f,0.3317046489849363f,0.2610327476286812f,0.012258717540857684f,0.9919352656798192f,0.12615130813812486f,2.1300643680730245f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,0.14308651845587067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9428890634939474f,-0.030532602006497336f,0.3317046489849363f,0.3313049736028542f,0.012258717540857684f,0.9919352656798192f,0.12615130813812486f,2.017439443093214f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,0.05254507474125532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9428890634939474f,-0.030532602006497336f,0.3317046489849363f,-0.2929145771740129f,0.012258717540857684f,0.9919352656798192f,0.12615130813812486f,2.137266364628278f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,-0.05248122579035388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9428890634939474f,-0.030532602006497336f,0.3317046489849363f,-0.2933590309618859f,0.012258717540857684f,0.9919352656798192f,0.12615130813812486f,2.0255608434640324f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,-0.16798876451512557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9360568857488131f,0.11734365123011081f,0.3317046489849363f,0.17214310790703696f,0.16728065502691603f,0.9778052106165143f,0.12615130813812486f,2.239943203597753f,-0.3095394790588102f,0.17357257158658548f,-0.9349106231596793f,0.10297707165399989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9428890634939474f,-0.030532602006497343f,0.3317046489849363f,0.0632287311281354f,0.01225871754085768f,0.9919352656798193f,0.12615130813812486f,2.2513513354650296f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,0.06587378765969144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.922267733615556f,0.19847985634166096f,0.3317046489849363f,0.04229979736666642f,0.2518654410249407f,0.9595048968464684f,0.12615130813812486f,2.2473403042151125f,-0.2932337414912177f,0.19989021875580024f,-0.9349106231596793f,0.05790701385091329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9384623864745087f,-0.09623084232381116f,0.3317046489849363f,0.06943950586542852f,-0.05696505039521711f,0.9903740861353908f,0.12615130813812486f,2.25690400615647f,-0.3406513352476993f,0.09949268564643113f,-0.9349106231596793f,0.06882660417194135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9419621775472565f,0.05176178041964078f,0.3317046489849363f,0.13109301385455122f,0.09866492425752699f,0.9870922348880556f,0.12615130813812486f,2.3640303654579435f,-0.32089326697780274f,0.1515573749821914f,-0.9349106231596793f,0.07173050270611588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9419621775472565f,0.05176178041964078f,0.3317046489849363f,0.11944661326013205f,0.09866492425752699f,0.9870922348880556f,0.12615130813812486f,2.1419346126081313f,-0.32089326697780274f,0.1515573749821914f,-0.9349106231596793f,0.03763009333512286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9265041832264677f,-0.17765704124980908f,0.3317046489849363f,-0.19603295833437248f,-0.14306507025540754f,0.9816405824576809f,0.12615130813812486f,2.2447299453005716f,-0.34802641298710574f,0.06942436579838863f,-0.9349106231596793f,-0.027005256152939652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9428890634939475f,-0.03053260200649735f,0.3317046489849363f,-0.08773395898933413f,0.01225871754085768f,0.991935265679819f,0.12615130813812486f,2.2533140361145643f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,0.01257732525303383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9074947237055518f,-0.25773116281964153f,0.3317046489849363f,-0.06654124278265032f,-0.22807627854590307f,0.9654362012166788f,0.12615130813812486f,2.2487553716071345f,-0.35275279957958666f,0.03882768460704225f,-0.9349106231596793f,0.019481344567292787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9427220797749208f,0.035314390078665714f,0.3317046489849363f,-0.09429167528452626f,0.08142276223731537f,0.9886638363188398f,0.12615130813812486f,2.2590327128941547f,-0.3234894342857176f,0.14593393234161264f,-0.9349106231596793f,0.011022303426068539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9366399943354667f,-0.11259461289527686f,0.3317046489849363f,-0.14160944051479207f,-0.07424078541831358f,0.98922907015287f,0.12615130813812486f,2.367575832777742f,-0.34233583918679766f,0.09353234687235734f,-0.9349106231596793f,-0.024545445319117863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9366399943354667f,-0.11259461289527686f,0.3317046489849363f,-0.1162756526133548f,-0.07424078541831358f,0.98922907015287f,0.12615130813812486f,2.1449992919933463f,-0.34233583918679766f,0.09353234687235734f,-0.9349106231596793f,-0.04559022336539823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9428890634939474f,-0.030532602006497336f,0.3317046489849363f,0.006867668570939243f,0.012258717540857684f,0.9919352656798192f,0.12615130813812486f,1.631157900260515f,-0.33288126680208435f,0.12301296238778867f,-0.9349106231596793f,-0.037808251265139425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9170618133143783f,0.018313782855837926f,0.39832428487107546f,2.1799743614691993e-17f,0.16454944427051243f,0.9273014577932348f,0.3362075055152801f,1.2834198535880519f,-0.36320945878488625f,0.37386710437273135f,-0.8534062791643492f,-0.1780084154049137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962046699826038f,-0.07880588386599244f,-0.0369579243593469f,0.15447101885430642f,-0.08403873262134413f,0.7602599057084867f,0.6441602030485284f,0.6139711998481407f,-0.02266598606391796f,0.6448212996173612f,-0.7639972150705312f,-0.29240239275277624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962046699826038f,-0.08632778505110636f,0.011125153168449866f,0.12500000000000003f,-0.08403873262134413f,0.98722984628581f,0.1353318958039615f,0.9559077398598077f,-0.02266598606391796f,0.1338833228250107f,-0.9907378608618347f,-0.2649051045015697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9962135229232345f,0.08619521948301956f,-0.011357855570140723f,-0.15286447809972095f,0.08394084766881908f,0.9876199425548552f,0.13251710516225662f,0.6517991992068127f,0.022639585630443822f,0.13106194415702271f,-0.9911156420702194f,-0.1687269876220936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9962135229232345f,0.07337577071320427f,-0.04663274618893215f,-0.12499999999999996f,0.08394084766881908f,0.9514503676150223f,-0.2961353272709606f,1.0169415322532167f,0.022639585630443822f,-0.29892840988685254f,-0.9540069470003872f,-0.2964407678450386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832317173200912f,0.18210947000714495f,0.009567182944895825f,2.5948632165930495e-17f,0.18148305665999992f,0.9822933412773336f,-0.046515500938450985f,1.18253739903698f,-0.017868693324571406f,-0.04399923426525235f,-0.9988717521198324f,-0.21188666139491766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.98850286257455f,-0.06601856937893844f,-0.1360280823178748f,2.8783092856933706e-17f,-0.044311639349372114f,0.9866305037204057f,-0.15683343950379136f,1.1816061388134724f,0.14456337468422426f,-0.14900267657185393f,-0.9782124682676723f,-0.23503178938591615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1999761763646296e-17f,1.2187536069376083e-16f,2.5948632165930495e-17f,0f,0.9951878433734136f,-0.09798549077171476f,1.18253739903698f,-1.2246467991473532e-16f,-0.09798549077171476f,-0.9951878433734136f,-0.21188666139491766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9924106670908203f,0.12279840853341421f,-0.006451256157821456f,-0.006249999999999975f,0.1105027888574597f,0.9135997594428863f,0.3913114018280374f,1.1921549134088358f,0.05394628345935247f,0.3876287275313335f,-0.9202357133329278f,-0.20374463980539492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9987638864574425f,-0.049638996122333065f,0.0025824740834989343f,2.4613289781795287e-17f,-0.04466752993264129f,0.919102022620053f,0.39147960839032725f,1.197812301303754f,-0.021806211916367658f,0.3908803424063359f,-0.9201831595080209f,-0.20098276334802834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.372558471603896e-17f,1.1005071273525807e-16f,2.4277504877320043e-17f,0f,0.8986322653346228f,0.43870269169400355f,1.2034287529620955f,-1.2246467991473532e-16f,0.43870269169400355f,-0.8986322653346228f,-0.19824087152494083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9866049690095247f,0.1630277845486859f,-0.005707590635465688f,-0.1812044460641399f,0.16008484388129524f,0.9743353624038074f,0.15825120640596288f,1.231952642843182f,0.03136045097277998f,0.15521772783605806f,-0.9873823874670822f,-0.1875580340102946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.997199993306574f,-0.07459887210697956f,0.005213600457964474f,0.19375000000000003f,-0.07338594810760106f,0.9896210052290813f,0.12355067231598126f,1.2304440917299557f,-0.014376229328904828f,0.12282212459385729f,-0.9923245687478134f,-0.21910708370232584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.146365320858427e-17f,1.2056910639778418e-16f,-0.007812499999999971f,0f,0.9845214675915465f,0.1752640289716847f,1.0721811239607364f,-1.2246467991473532e-16f,0.1752640289716847f,-0.9845214675915465f,-0.2336395125690766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1890267548591835e-17f,1.1823962390965984e-16f,2.1487106466818262e-17f,0f,0.9654997995502286f,0.2604037961867461f,1.2879099854227405f,-1.2246467991473532e-16f,0.2604037961867461f,-0.9654997995502286f,-0.17545553935860056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.341398466522311f,-0.243268850005678f,-0.9078917081200428f,-0.15069693066925377f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2595116618075801f,0.9399186598085039f,0.08836042510476945f,0.32976559586938403f,0.15856521952701574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.341398466522311f,-0.243268850005678f,-0.9078917081200428f,-0.11869082443278711f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2595116618075801f,0.9399186598085039f,0.08836042510476945f,0.32976559586938403f,0.24668259388406297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.341398466522311f,-0.243268850005678f,-0.9078917081200428f,0.0014898786669859942f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2983345185729582f,0.9399186598085039f,0.08836042510476945f,0.32976559586938403f,0.15315906732513174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3345609619714691f,-0.7443557697567561f,0.5779303165214225f,1.1878366457954468f,0.18811227782230894f,-0.5481776465251532f,-0.8149325363382209f,2.239018747191677f,0.9234082161521127f,0.3813604015625776f,-0.043376381393590034f,-0.1943421156615211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19577874552131105f,-0.7443557697567561f,0.6384396375789398f,1.16281568656607f,0.36684804476577454f,-0.5481776465251532f,-0.7516141163533796f,2.2128362090765443f,0.9094466421146594f,0.3813604015625776f,0.16574392678586955f,-0.28081458987783725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.26689023178001914f,-0.7443557697567561f,0.6121307803159665f,1.0835065491333633f,0.2792804065614192f,-0.5481776465251532f,-0.7883550737840354f,2.344180739201716f,0.9223730583073724f,0.3813604015625776f,0.061580722866281135f,-0.24681546119962133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.4540324854227404f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5120444606413994f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62.mcfunction new file mode 100644 index 000000000..82b67fb9d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..4ca57f599 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.805341816714467f,-0.1267392374448789f,0.04802258205653617f,0.16847615131055804f,-0.1001304094501536f,0.7513932287015495f,0.30385286144653934f,1.5108261213878245f,-0.09133949747415265f,0.2937512995678415f,-0.7565128648263808f,-0.4163372290360066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7763655453440255f,0.18719919987528255f,0.047042529361504826f,0.16847615131055804f,0.19105695080074211f,0.71756578642035f,0.29765178264150793f,1.5108261213878245f,0.027455082469313927f,0.30009298846357385f,-0.7410738267686996f,-0.4163372290360066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5817462892864874f,0.11784182026289264f,0.5609180017997061f,0.11151048165911889f,0.3479678925119672f,0.7076927936068746f,0.21221145139252492f,1.5210044425242137f,-0.4554492783248504f,0.3901649134897575f,-0.5543299916109062f,-0.43879304034065597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5706706305703146f,-0.11143153071188291f,0.5494706956405284f,0.11151048165911889f,0.049624267636286745f,0.7709235279462389f,0.20788060544573872f,1.5210044425242137f,-0.5584554265705023f,0.1823730463147759f,-0.5430171346392552f,-0.43879304034065597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5376609553543471f,-1.4641875205337396f,-0.0920969695522577f,-0.9204181448395736f,-0.5549901694430079f,0.2937911648979432f,-1.4307616549410074f,1.7059395504258719f,1.3580548070343375f,-0.4596171299474902f,-0.6211646198470737f,-0.3524245520548201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9642781645134766f,0.06022422083659827f,0.2579547725225205f,-0.6632481278170018f,0.1544655352172401f,0.9189469070065998f,0.3628732292868341f,1.6624019295350072f,-0.21519298286090136f,0.38975585348731884f,-0.8954230032782268f,-0.3246340020857009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9122241010094435f,0.06022422083659827f,0.4052409564223947f,-0.3231054827813791f,0.2091888457868903f,0.9189469070065998f,0.33433008973371264f,1.5899376425629939f,-0.35226015434031305f,0.38975585348731884f,-0.8508837513647269f,-0.19992514607776496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8033586379695653f,0.3800303071970189f,0.45846686293714245f,0.2528804325312846f,0.5950069372569665f,-0.4810824856943834f,-0.6438372360885923f,1.1942374828082656f,-0.024117284585320753f,0.7900231690082593f,-0.612602439608575f,0.2068069406392297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14883822475620093f,0.7594260733850141f,0.6333397365667515f,0.2786316248710483f,0.8391796752808917f,0.241797239984415f,-0.4871463510397842f,1.4734558066637005f,-0.5230914408082779f,0.6039918325597943f,-0.6013062537128492f,0.02643141058750134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9013812182976901f,0.13058960189972968f,0.4128659045935401f,-0.22858318373950307f,-0.11408056991181983f,0.8481463049630604f,-0.517333034849024f,1.2311264500615802f,-0.41772900649675554f,-0.5134142589110446f,-0.7496054134530088f,0.039578673222616115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9015801087182261f,0.03514525548727507f,0.43118223360937047f,-0.21929855937558043f,-0.03201679886453576f,0.9885406536093231f,-0.147520509598225f,1.4155558194283393f,-0.4314258130363776f,-0.14680663192916826f,-0.890123351377501f,0.006489158789787702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9177334586205639f,0.2143259310817514f,0.3344094708501513f,0.06156202750579933f,0.16397570530820849f,0.9712670820798635f,-0.17248832811742104f,1.1883269227881637f,-0.36176963249699856f,-0.10346328109048114f,-0.9265085441964249f,0.05482053336506046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9177334586205639f,0.018406965581473905f,0.39677006256321845f,0.0674931464433458f,0.16397570530820849f,0.9273861309994579f,0.3362542670339394f,1.3643134115195241f,-0.36176963249699856f,0.3736524423149656f,-0.8541115766426819f,0.11954216894509975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9434190224056813f,-0.030853210970222422f,0.3301645461522716f,0.26109374613968367f,0.011784265337550729f,0.9919138220626444f,0.12636495040766108f,2.1301006103232045f,-0.3313935413576473f,0.12310584459684837f,-0.9354267858964345f,0.1427695347797764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9434190224056813f,-0.030853210970222422f,0.3301645461522716f,0.33128153705295f,0.011784265337550729f,0.9919138220626444f,0.12636495040766108f,2.017516186715934f,-0.3313935413576473f,0.12310584459684837f,-0.9354267858964345f,0.052112300828291394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9434190224056813f,-0.030853210970222422f,0.3301645461522716f,-0.2931649295236541f,0.011784265337550729f,0.9919138220626444f,0.12636495040766108f,2.1370238662090153f,-0.3313935413576473f,0.12310584459684837f,-0.9354267858964345f,-0.05192417076784139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9434190224056813f,-0.030853210970222422f,0.3301645461522716f,-0.2937335652908139f,0.011784265337550729f,0.9919138220626444f,0.12636495040766108f,2.025323262502061f,-0.3313935413576473f,0.12310584459684837f,-0.9354267858964345f,-0.16743592032114993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9366304742786546f,0.11710989333359965f,0.3301645461522716f,0.1720839772031768f,0.16680868959675882f,0.9778582516824622f,0.12636495040766108f,2.2399350905732174f,-0.3080555400046471f,0.17343157872749523f,-0.9354267858964345f,0.1028052726078621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9434190224056814f,-0.03085321097022243f,0.3301645461522716f,0.06310532620144305f,0.011784265337550712f,0.9919138220626446f,0.12636495040766108f,2.2512883565622404f,-0.33139354135764737f,0.12310584459684835f,-0.9354267858964345f,0.06587428829624636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.922859512810964f,0.19829697949886935f,0.3301645461522716f,0.04216593995179092f,0.25139989439923427f,0.9595988705727635f,0.12636495040766108f,2.2472668203487f,-0.29176773761052527f,0.19962042860664786f,-0.9354267858964345f,0.057940343818808804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9389686898822092f,-0.09658763836512621f,0.3301645461522716f,0.0693178677211311f,-0.05743685102568427f,0.990319598641127f,0.12636495040766108f,2.2568441179094325f,-0.3391737129630497f,0.09968912008000112f,-0.9354267858964345f,0.06881755921806013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9425180627176974f,0.05148858043239507f,0.3301645461522716f,0.13092029193607127f,0.0981904085537126f,0.9871122241044958f,0.12636495040766108f,2.3640023242067807f,-0.3194031075599198f,0.15152023993028924f,-0.9354267858964345f,0.07162908642360555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9425180627176974f,0.05148858043239507f,0.3301645461522716f,0.11933536133878239f,0.0981904085537126f,0.9871122241044958f,0.12636495040766108f,2.1419020737832692f,-0.3194031075599198f,0.15152023993028924f,-0.9354267858964345f,0.03753703243929052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9269774631728543f,-0.17805660682402102f,0.3301645461522716f,-0.19629902556443302f,-0.14353032664400225f,0.9815451821704059f,0.12636495040766108f,2.2445365698177073f,-0.3465715338903146f,0.06974883600735286f,-0.9354267858964345f,-0.026596133303822468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9434190224056814f,-0.030853210970222422f,0.3301645461522716f,-0.08794221379504685f,0.01178426533755074f,0.9919138220626446f,0.12636495040766108f,2.2531750943188777f,-0.3313935413576473f,0.12310584459684837f,-0.9354267858964345f,0.012816020438601979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9079313782444586f,-0.25817045699146635f,0.3301645461522716f,-0.06673627524072308f,-0.2285314498105786f,0.9653006141901829f,0.12636495040766108f,2.248627120034414f,-0.35133173617906055f,0.039277721177190014f,-0.9354267858964345f,0.019686407977751643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9432731122841417f,0.03503153016717432f,0.3301645461522716f,-0.09450533994810215f,0.08094796994461138f,0.9886755410499016f,0.12636495040766108f,2.2588904367791747f,-0.3219988537303128f,0.14592280981337596f,-0.9354267858964345f,0.011271599621401517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9371399936811775f,-0.11296019080767838f,0.3301645461522716f,-0.14193543719436552f,-0.07471156325336385f,0.9891663569009552f,0.12636495040766108f,2.3674105704203714f,-0.34086187020475195f,0.09375453945268417f,-0.9354267858964345f,-0.0242165815232674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9371399936811775f,-0.11296019080767838f,0.3301645461522716f,-0.11651939426263794f,-0.07471156325336385f,0.9891663569009552f,0.12636495040766108f,2.1448481401176567f,-0.34086187020475195f,0.09375453945268417f,-0.9354267858964345f,-0.0453113529001213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9434190224056813f,-0.030853210970222422f,0.3301645461522716f,0.0069026120930527355f,0.011784265337550729f,0.9919138220626444f,0.12636495040766108f,1.631070368443118f,-0.3313935413576473f,0.12310584459684837f,-0.9354267858964345f,-0.037746818527036624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9177334586205639f,0.018406965581473905f,0.39677006256321845f,2.1782362079011152e-17f,0.16397570530820849f,0.9273861309994579f,0.3362542670339394f,1.2833005693183213f,-0.36176963249699856f,0.3736524423149656f,-0.8541115766426819f,-0.1778664843951487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9962018791694147f,-0.07885743317059907f,-0.03692317934673858f,0.15447641169969478f,-0.0840799758197216f,0.7609479547743458f,0.6433418747376041f,0.6138245321826468f,-0.022635671085301436f,0.6440028845886364f,-0.7646881135705152f,-0.2917058111759597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9962018791694147f,-0.08635091030136807f,0.011195366427768451f,0.12500000000000003f,-0.0840799758197216f,0.9873915869726364f,0.13412088443569636f,0.9557831430716353f,-0.022635671085301436f,0.13267017097216494f,-0.9909017368683609f,-0.2646429956222705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9962082566666959f,0.08625538961937167f,-0.011362971033713979f,-0.1528739899533819f,0.0840094902123809f,0.9876707835888362f,0.13209401500170292f,0.6517720121912054f,0.022616695235124537f,0.13063855099711047f,-0.9911720607896577f,-0.16818173031374098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9962082566666959f,0.07341238383183353f,-0.046687592026470784f,-0.12499999999999996f,0.0840094902123809f,0.9512177312164016f,-0.2968623138321491f,1.0167711740869325f,0.022616695235124537f,-0.2996588889381543f,-0.9537782946665291f,-0.2961886982153353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832382121922361f,0.18207483701783297f,0.009558860284836494f,2.5927209434898603e-17f,0.18137568803116105f,0.9821151632234935f,-0.050523914710893666f,1.1824065547173608f,-0.018587035165361625f,-0.04794329871233614f,-0.9986771060920246f,-0.21171173152087716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9884297560944987f,-0.06749102303863948f,-0.13583658960739467f,2.8760875459513536e-17f,-0.0451970404992862f,0.9859224344602011f,-0.16097882083732706f,1.1813578387155235f,0.14478896642035885f,-0.15297684477484888f,-0.9775654659232065f,-0.2348503705683792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2484563488736349e-17f,1.2182665349222346e-16f,2.5927209434898603e-17f,0f,0.994790118890148f,-0.1019441972773586f,1.1824065547173608f,-1.2246467991473532e-16f,-0.1019441972773586f,-0.994790118890148f,-0.21171173152087716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9925010629982585f,0.1220678943823067f,-0.006408518424488991f,-0.006249999999999975f,0.10981635647031908f,0.9134582859471618f,0.3918345667320035f,1.1920440778459909f,0.05368433476267364f,0.3881924638572253f,-0.9200133712101938f,-0.2035787294879612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9986724945426946f,-0.051439266925874604f,0.0026926681935063655f,2.459328507081041e-17f,-0.04627611295187311f,0.918935270540485f,0.39168417114653864f,1.1976885203225387f,-0.022622334405122284f,0.3910396020543368f,-0.9200957882803554f,-0.20081941248638557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.378476731775781e-17f,1.1002180070873783e-16f,2.4257130275074424e-17f,0f,0.8983961807219788f,0.4391859543111113f,1.203303496452051f,-1.2246467991473532e-16f,0.4391859543111113f,-0.8983961807219788f,-0.19807450027194112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9863756522202446f,0.16440799681709517f,-0.005751807513904478f,-0.18121720116618073f,0.16145294100418056f,0.9741700049335106f,0.15787890716921188f,1.2318192416391145f,0.031559793221559176f,0.154799263791641f,-0.9874417286004163f,-0.1874057945294849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9970076879489582f,-0.07711430225492996f,0.0053902280478608944f,0.19375000000000003f,-0.07586661679764622f,0.989484274164072f,0.1231467727456898f,1.230307838800756f,-0.014829923342746753f,0.12236934080779699f,-0.9923738296649672f,-0.21893925848550969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1408251292339138e-17f,1.205789558887563e-16f,-0.007812499999999971f,0f,0.9846018947888326f,0.1748116379942723f,1.0720396161743362f,-1.2246467991473532e-16f,0.1748116379942723f,-0.9846018947888326f,-0.2334128313118722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.183593489306567e-17f,1.1825426451550514e-16f,2.1471485971931182e-17f,0f,0.9656193491693962f,0.25996013638569987f,1.287795189504373f,-1.2246467991473532e-16f,0.25996013638569987f,-0.9656193491693962f,-0.1753279883381924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34157255109722906f,-0.24325247983747464f,-0.9078306138205794f,-0.15061580516941736f,0f,0.9659258262890683f,-0.25881904510252074f,1.2594733965014577f,0.9398554103355106f,0.08840548150821678f,0.329933748656256f,0.15870849046851143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34157255109722906f,-0.24325247983747464f,-0.9078306138205794f,-0.11859337850405215f,0f,0.9659258262890683f,-0.25881904510252074f,1.2594733965014577f,0.9398554103355106f,0.08840548150821678f,0.329933748656256f,0.24681993518746556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34157255109722906f,-0.24325247983747464f,-0.9078306138205794f,0.001570000236352176f,0f,0.9659258262890683f,-0.25881904510252074f,1.2982962532668358f,0.9398554103355106f,0.08840548150821678f,0.329933748656256f,0.1532741505295501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3254750330454688f,-0.7663396567554468f,0.5538858486619738f,1.188783821692684f,0.1459451970156301f,-0.5380460065493016f,-0.8301846145914884f,2.2452068733738026f,0.9342194615464398f,0.35104134417514565f,-0.06327694957555226f,-0.20271706210946916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17039193845787404f,-0.7663396567554468f,0.6194272497981599f,1.1653378984239342f,0.35662504913552906f,-0.5380460065493016f,-0.7637572056389588f,2.221444001261766f,0.9185777929155753f,0.35104134417514565f,0.18161721570946232f,-0.2903222964911138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2500898481999977f,-0.7663396567554468f,0.5917589021816623f,1.0882970247310597f,0.25347063586172236f,-0.5380460065493016f,-0.8039024391007925f,2.3539108031829032f,0.9344558334042098f,0.35104134417514565f,0.059684755981327504f,-0.2554723926974906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.453917689504373f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5121720116618076f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63.mcfunction new file mode 100644 index 000000000..4ebfebc5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..64839fe9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8053810953391756f,-0.1268487264253603f,0.04706523471712842f,0.16805452197075546f,-0.10064227754264622f,0.7515372768309431f,0.30332704783616593f,1.510454639627179f,-0.09042603433604307f,0.293335246061974f,-0.756783991754888f,-0.41635187031784604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7764421379999833f,0.18711483414547336f,0.04610471972290131f,0.16805452197075546f,0.19064769729404746f,0.7178880393741425f,0.29713669992114217f,1.510454639627179f,0.028125821845637243f,0.29937401651823703f,-0.7413394204945842f,-0.41635187031784604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5825853700844874f,0.11788720974739422f,0.5600369066284288f,0.11106579291315408f,0.3472485980629176f,0.7080539289099795f,0.212185035624391f,1.5205800865555614f,-0.45492542482400755f,0.3894954222806215f,-0.5552302390140338f,-0.4387435399449312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5714470348600627f,-0.11170500131180583f,0.5486075820033588f,0.11106579291315408f,0.04883790820771569f,0.7709807198936961f,0.20785472877491365f,1.5205800865555614f,-0.5577303515781953f,0.18196351896500473f,-0.5438990096464005f,-0.4387435399449312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5302386348798155f,-1.4671650968875503f,-0.08763457397474768f,-0.9209644437685877f,-0.5557049552340344f,0.2863672062834508f,-1.4319888532714744f,1.703709147245279f,1.360678228975951f,-0.45478198253708046f,-0.6189784774533873f,-0.35131988285514204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9649890769927003f,0.05831993429873583f,0.25572420016136066f,-0.6636764644185513f,0.15158055327036357f,0.9196691550935057f,0.3622595492735119f,1.6609513938320397f,-0.21405470598664025f,0.3883393238303181f,-0.8963108570200322f,-0.32378160262818967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9131043816972704f,0.05831993429873583f,0.40353336093641234f,-0.3232262333863521f,0.20638422392241526f,0.9196691550935057f,0.33408711032534594f,1.5895230473358715f,-0.35163324678020436f,0.3883393238303181f,-0.8517902496071573f,-0.19931465066122958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8029652636415625f,0.38126242004681093f,0.4581328982348739f,0.2533914838505207f,0.5954799238164161f,-0.48027559885489557f,-0.6440023365455801f,1.1943650714729228f,-0.025503837292285586f,0.7899204492888006f,-0.6126787396986677f,0.20693585009077847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1477035340336917f,0.7599946904687586f,0.6329231679226589f,0.27875763942358917f,0.8388898374844603f,0.24270030290304725f,-0.48719647323853343f,1.4734678336344353f,-0.5238773774455755f,0.6029134543448713f,-0.6017041299265619f,0.026327061738004365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8939093071822697f,0.10244681339568486f,0.4363837771480334f,-0.2241994760266753f,-0.15429356445106537f,0.843716680431745f,-0.514135837235863f,1.2310226208279258f,-0.42085585002694176f,-0.5269220185058759f,-0.7383993092573922f,0.04209684087326238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8969526746321834f,0.012143299234727095f,0.44195977164654754f,-0.21916035884737306f,-0.058900427363182434f,0.9874305552883584f,-0.1466684633428691f,1.4152491720486f,-0.43818562177073667f,-0.15758628990689497f,-0.8849632320649108f,0.007018391315313899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.21360866911131057f,0.3334144957001021f,0.06189638587014166f,0.16315188755786053f,0.9713223435628849f,-0.17295770142382244f,1.188227109226816f,-0.3607982137549548f,-0.10442337562059323f,-0.9267795895331503f,0.05518115432716489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.018283286068928276f,0.3955497578219212f,0.06779668799445271f,0.16315188755786053f,0.9276686755008059f,0.33587540856824816f,1.3642642071867686f,-0.3607982137549548f,0.3729564987302167f,-0.8548263560549194f,0.11976783311373729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,0.2609792044555086f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.1300546792628614f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,0.14254122462841096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,0.3311266085690568f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.017499210190137f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,0.05181680356137179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,-0.293499837329927f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.1366598268446664f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,-0.051535085739773376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,-0.29413699174217905f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.0249475681015334f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,-0.16703520600275096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.937063184901293f,0.11677561939235188f,0.3290532513411431f,0.1718656955925633f,0.1662731631140409f,0.9779383342903835f,0.12645097687800402f,2.2398372015918255f,-0.3070273973616956f,0.17320528006063357f,-0.9358066617781801f,0.10266548516077902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.03125106029932731f,0.3290532513411431f,0.06283983041824691f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,2.2511280522522363f,-0.33034265594584566f,0.12304316898643203f,-0.9358066617781801f,0.06585491549178188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9233197107326749f,0.19800169078659893f,0.3290532513411431f,0.04189378453277763f,0.25087338541563753f,0.9597253226505464f,0.12645097687800402f,2.2470944419139594f,-0.29076323058912806f,0.19930538253883806f,-0.9358066617781801f,0.0579447148367566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9393151148840992f,-0.09701068359770412f,0.3290532513411431f,0.06905265128015992f,-0.05797666666643088f,0.9902771614900789f,0.12645097687800402f,2.256687453220298f,-0.3381210154257214f,0.09969990320485811f,-0.9358066617781801f,0.06879071484018585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9429264015076011f,0.05112493639848074f,0.3290532513411431f,0.13060035287617888f,0.09765060030625426f,0.9871547551961782f,0.12645097687800402f,2.3638791466449836f,-0.318361683623759f,0.15136621212088455f,-0.9358066617781801f,0.0715230801608653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9429264015076011f,0.05112493639848074f,0.3290532513411431f,0.11909724218652074f,0.09765060030625426f,0.9871547551961782f,0.12645097687800402f,2.1417693267258437f,-0.318361683623759f,0.15136621212088455f,-0.9358066617781801f,0.037465682433666325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9272856991015626f,-0.17850823517011427f,0.3290532513411431f,-0.19666377151982106f,-0.14406438948184133f,0.9814558584724137f,0.12645097687800402f,2.2442272530366614f,-0.34552378199618994f,0.06985132673491873f,-0.9358066617781801f,-0.026325574643428298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.03125106029932734f,0.3290532513411431f,-0.08826776413778886f,0.011242804394561101f,0.991909143921934f,0.12645097687800402f,2.252928098579615f,-0.3303426559458456f,0.12304316898643201f,-0.9358066617781801f,0.012964901244146398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9081990792384496f,-0.25864723128666045f,0.3290532513411431f,-0.06705172878009712f,-0.22905569530483827f,0.9651650837525234f,0.12645097687800402f,2.248392238836076f,-0.3502969039527038f,0.039471139491142386f,-0.9358066617781801f,0.019812086438670936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9436750424185916f,0.0346608150234822f,0.3290532513411431f,-0.09483569038980053f,0.08040750164266551f,0.9887086447109599f,0.12645097687800402f,2.258639748261391f,-0.3209549002521294f,0.1457869808169601f,-0.9358066617781801f,0.011427239818212986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9374789827635217f,-0.11338921755835138f,0.3290532513411431f,-0.14236386018344258f,-0.07525055604716559f,0.9891145051313274f,0.12645097687800402f,2.367130791479033f,-0.33980952118983515f,0.09378369304049598f,-0.9358066617781801f,-0.024018650618683527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9374789827635217f,-0.11338921755835138f,0.3290532513411431f,-0.11685128623281354f,-0.07525055604716559f,0.9891145051313274f,0.12645097687800402f,2.1445800278244844f,-0.33980952118983515f,0.09378369304049598f,-0.9358066617781801f,-0.04511998155279509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9437941136773371f,-0.031251060299327324f,0.3290532513411431f,0.006856232275848125f,0.011242804394561087f,0.991909143921934f,0.12645097687800402f,1.6308696479877351f,-0.33034265594584566f,0.123043168986432f,-0.9358066617781801f,-0.03764281548454268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9182625498938424f,0.018283286068928276f,0.3955497578219212f,2.1737664689072602e-17f,0.16315188755786053f,0.9276686755008059f,0.33587540856824816f,1.2829938946749329f,-0.3607982137549548f,0.3729564987302167f,-0.8548263560549194f,-0.17750150250837393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0789899283371657f,-0.03683360850073478f,0.15449017443161378f,-0.08418598282936919f,0.7627131825174734f,0.6412342173567478f,0.6134501559902672f,-0.022557566113149956f,0.6418950010985885f,-0.7664606733392745f,-0.2899145868458043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638344f,0.011376107230962319f,0.12500000000000003f,-0.08418598282936919f,0.9878006675883219f,0.1310059594336036f,0.9554629972131329f,-0.022557566113149956f,0.12954973343816736f,-0.9913163081363843f,-0.26396904675399147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08641011328638344f,-0.011376107230962086f,-0.1528983737256081f,0.0841859828293692f,0.9878006675883217f,0.1310059594336035f,0.6517034416813438f,0.022557566113149716f,0.12954973343816717f,-0.9913163081363842f,-0.16678018333555203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0735064078868434f,-0.04682874644349317f,-0.12499999999999996f,0.0841859828293692f,0.9506169479287995f,-0.29873087989959674f,1.0163333730050086f,0.022557566113149716f,-0.30153644275627306f,-0.9531877726350373f,-0.2955404020615458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,0.1819857780379785f,0.009537470488067024f,2.587211842780805e-17f,0.18123722021588376f,0.9819989965395237f,-0.05320752581907648f,1.1820701959141346f,-0.019048799432467605f,-0.05058801624179447f,-0.9985379291007935f,-0.21126187930937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9884210191769788f,-0.06823504627952927f,-0.13552810523420217f,2.8704601487944017e-17f,-0.04557569333850603f,0.9854469116141881f,-0.16375970373316184f,1.1808961275702805f,0.1447299037029215f,-0.15568674590114917f,-0.9771463002666766f,-0.23439085871885088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2801044796052357e-17f,1.2179380558447147e-16f,2.587211842780805e-17f,0f,0.9945218953682733f,-0.10452846326765358f,1.1820701959141346f,-1.2246467991473532e-16f,-0.10452846326765358f,-0.9945218953682733f,-0.21126187930937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.12170232570552775f,-0.006378148623807979f,-0.006249999999999975f,0.10953544027893519f,0.9138145603226454f,0.39108175189495886f,1.191746564620967f,0.05342400382694625f,0.38746805450281446f,-0.9203338429911738f,-0.203126305781334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9986295347545738f,-0.05226423163382678f,0.002739052315863443f,2.4540266881177593e-17f,-0.04703924587853164f,0.9192747755416893f,0.3907955941409213f,1.197364027410337f,-0.022942573156522383f,0.39013117940572545f,-0.9204734114532888f,-0.20038648611390225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.368498217537981e-17f,1.1007052518929727e-16f,2.420473574258147e-17f,0f,0.898794046299167f,0.4383711467890774f,1.2029814901997067f,-1.2246467991473532e-16f,0.4383711467890774f,-0.898794046299167f,-0.19764666644647053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,0.16494706331862435f,-0.005760078376490278f,-0.18124999999999997f,0.16201521647579717f,0.9742341152058323f,0.1569042969437408f,1.231476260726254f,0.03149256786357971f,0.15381922854984914f,-0.9875970145244908f,-0.1870142606679359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.996917333733128f,-0.07826797331399231f,0.005473029851127351f,0.19375000000000003f,-0.0770175811551751f,0.9895274938908319f,0.12208042851798781f,1.2299575823338031f,-0.014970701233982375f,0.12128257577842622f,-0.9925051208518337f,-0.21850766062634464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757713e-17f,1.2060416625018979e-16f,-0.007812499999999971f,0f,0.9848077530122081f,0.17364817766693033f,1.0716759481885365f,-1.2246467991473532e-16f,0.17364817766693033f,-0.9848077530122081f,-0.23282988039009445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.169619151431765e-17f,1.1829179713786698e-16f,2.143131898507868e-17f,0f,0.9659258262890683f,0.25881904510252074f,1.2875f,-1.2246467991473532e-16f,0.25881904510252074f,-0.9659258262890683f,-0.175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,-0.15040719421839074f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2593750000000001f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.1590769084006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,-0.11834280578160936f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2593750000000001f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.24717309159933953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.2432103468016939f,-0.9076733711903686f,0.0017760056785552647f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.2981978567653782f,0.9396926207859084f,0.08852132690137678f,0.33036608954935176f,0.1535700865675973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.32034813562302433f,-0.7771561419768791f,0.5416690899344954f,1.1882114732491238f,0.12651779417695025f,-0.5315805340389339f,-0.8375054528702963f,2.247586473249124f,0.9388132507370411f,0.3368240888334648f,-0.07196675219888105f,-0.20657690840066045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1586341564623223f,-0.7771561419768791f,0.6089856610718347f,1.1655385267508762f,0.35246449790839723f,-0.5315805340389339f,-0.770188881732957f,2.2249135267508766f,0.9222819428556911f,0.3368240888334648f,0.1895931197692503f,-0.29467309159933935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2418447626479746f,-0.7771561419768791f,0.5809814470078686f,1.0897277829488197f,0.24184476264797505f,-0.5315805340389339f,-0.811747033632169f,2.3580120550448256f,0.9396926207859082f,0.3368240888334648f,0.05939117461388434f,-0.25953367619208256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000062f,0f,0.000015625f,0f,1.4536225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64.mcfunction new file mode 100644 index 000000000..5f9a8c85e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..165c8f8a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8053695233569866f,-0.12986551826277318f,0.03820107928482644f,0.1633659897009587f,-0.10784337104567565f,0.7548322607717105f,0.2924765116453242f,1.5025942560979328f,-0.08181798465917506f,0.2833860436031634f,-0.7615396326664169f,-0.41490082792009236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7775625805837324f,0.18438022454061176f,0.0374214654218708f,0.1633659897009587f,0.1853657311208803f,0.7235695813183217f,0.2865076032443992f,1.5025942560979328f,0.032186627688967136f,0.28714281079139375f,-0.7459980075099595f,-0.41490082792009236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5923240864450701f,0.11658557590913884f,0.550004022304739f,0.1062262375429869f,0.335022710172164f,0.7147744138241925f,0.20928871315870023f,1.5118816786360796f,-0.45150460100685097f,0.3774252048772855f,-0.5662492864785152f,-0.43670383263549717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5797728670366201f,-0.11653379961288611f,0.5387794504209689f,0.1062262375429869f,0.03525384372787213f,0.7724797635368448f,0.20501751493097167f,1.5118816786360796f,-0.5501096155772488f,0.17232204871647774f,-0.5546931785911986f,-0.43670383263549717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.42941868202581474f,-1.5023333617932042f,0.0005617564787584147f,-0.9242638323476202f,-0.5549465036268969f,0.15807989312272835f,-1.4520507482531693f,1.6677158296639227f,1.3960803070165748f,-0.39926365653968016f,-0.5770221476919838f,-0.34993793972312237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9702490252796345f,0.02028519644429461f,0.24125782836860574f,-0.6661890366089546f,0.10555186563842463f,0.9322386809799039f,0.34610669647537456f,1.6373855335630818f,-0.21788903736573623f,0.3612748987821677f,-0.906644811878261f,-0.3204141827987894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9174013097876786f,0.02028519644429461f,0.3974460310596497f,-0.3242923695820726f,0.16100217558506497f,0.9322386809799039f,0.3240514482944414f,1.5826763375210064f,-0.3639411164690348f,0.3612748987821677f,-0.8585029477254034f,-0.1915190177640248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7975056747699574f,0.3943944440804452f,0.45654980143264956f,0.25853657557959103f,0.6017399298695878f,-0.4654001472645035f,-0.6490853254593899f,1.1963233275385523f,-0.04351730127499595f,0.7923734759598247f,-0.6084821436041373f,0.21218189688722947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13451012810125493f,0.7647674809390606f,0.6301092965004627f,0.27944317494208615f,0.8323023078150498f,0.257892056510703f,-0.4906776493732141f,1.4729425797063334f,-0.5377544921652689f,0.590442535126666f,-0.6018286457699311f,0.027233170051293443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8973327897450594f,0.08918186682981179f,0.4322504587355563f,-0.2212112414710609f,-0.16794159113180354f,0.8367049197242067f,-0.521268164458014f,1.2265545521873382f,-0.40815375340240007f,-0.5403438460258974f,-0.735825415194035f,0.05237919061378425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9013893523084108f,0.0019013598774997587f,0.43300533527387397f,-0.21814845314856798f,-0.07284241513685566f,0.9850735264654366f,-0.15596195053274658f,1.4102810762087779f,-0.42683863239174324f,-0.1721235959639617f,-0.8877962883513205f,0.014557289568345705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9237044551571082f,0.20409408328554007f,0.3242154911332045f,0.06537098063247988f,0.150137745639764f,0.971435512661152f,-0.1837707867833578f,1.1863520035004729f,-0.35246097210488353f,-0.12107291153928634f,-0.9279615365058407f,0.0627658320112841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9237044551571082f,0.014642915320772464f,0.38282589326457356f,0.07050918908802829f,0.150137745639764f,0.9331732254945962f,0.32656758650273454f,1.3633630306963518f,-0.35246097210488353f,0.3591285511497522f,-0.8641747201185419f,0.12470134335112176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9471583346041487f,-0.03697668932637517f,0.3186280176575131f,0.25791386502337793f,0.0037286234901004224f,0.9919972068594782f,0.12620475010815832f,2.128548115718562f,-0.3207447373796877f,0.12072392484281788f,-0.9394405502285819f,0.14039375363494774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9471583346041487f,-0.03697668932637517f,0.3186280176575131f,0.32792576539222223f,0.0037286234901004224f,0.9919972068594782f,0.12620475010815832f,2.0162403368028885f,-0.3207447373796877f,0.12072392484281788f,-0.9394405502285819f,0.04925863909740423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9471583346041487f,-0.03697668932637517f,0.3186280176575131f,-0.29854165655655945f,0.0037286234901004224f,0.9919972068594782f,0.12620475010815832f,2.130738682018996f,-0.3207447373796877f,0.12072392484281788f,-0.9394405502285819f,-0.04804377957561881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9471583346041487f,-0.03697668932637517f,0.3186280176575131f,-0.29956663128302624f,0.0037286234901004224f,0.9919972068594782f,0.12620475010815832f,2.01871054986508f,-0.3207447373796877f,0.12072392484281788f,-0.9394405502285819f,-0.16323474941663887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.941281672399756f,0.11164676246072656f,0.3186280176575131f,0.1676295478516458f,0.15886527032410708f,0.9792007898970392f,0.12620475010815832f,2.2375944196262063f,-0.2979104548168237f,0.16941314440459568f,-0.9394405502285819f,0.1011363983269028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9471583346041486f,-0.03697668932637517f,0.3186280176575131f,0.058158475494395644f,0.0037286234901004467f,0.9919972068594782f,0.12620475010815832f,2.2480206367131434f,-0.3207447373796877f,0.12072392484281788f,-0.9394405502285819f,0.06540799311186754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9279691549479324f,0.19326001611524293f,0.3186280176575131f,0.037162017661130545f,0.24360371215035742f,0.9616286146307748f,0.12620475010815832f,2.243818805601097f,-0.28201148716282154f,0.19473308320476246f,-0.9394405502285819f,0.0577221946002124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9422717410469245f,-0.10295704146896176f,0.3186280176575131f,0.06436154517127557f,-0.0654786863638603f,0.9898408471477628f,0.12620475010815832f,2.2536314160801814f,-0.32838469461359077f,0.09805582557787147f,-0.9394405502285819f,0.06826562875662598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.94677684200865f,0.04571430629213895f,0.3186280176575131f,0.12517817625856953f,0.09017268831945853f,0.9878973870455267f,0.12620475010815832f,2.361258851638692f,-0.30900242348138596f,0.14821927967997078f,-0.9394405502285819f,0.07008690016435923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.94677684200865f,0.04571430629213895f,0.3186280176575131f,0.11489245734283828f,0.09017268831945853f,0.9878973870455267f,0.12620475010815832f,2.1389819395534486f,-0.30900242348138596f,0.14821927967997078f,-0.9394405502285819f,0.036737562236365845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9297128151722954f,-0.1846896523036654f,0.3186280176575131f,-0.20221356863345552f,-0.15149983442882436f,0.9803673603390599f,0.12620475010815832f,2.2390503596537568f,-0.3356812200175103f,0.06906208159167412f,-0.9394405502285819f,-0.024106899371867697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9471583346041487f,-0.03697668932637517f,0.3186280176575131f,-0.0934877527789292f,0.003728623490100419f,0.9919972068594782f,0.12620475010815832f,2.24861761365804f,-0.32074473737968767f,0.1207239248428179f,-0.9394405502285819f,0.014054668239869214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.910078213398259f,-0.2650166633656771f,0.3186280176575131f,-0.0721718396459034f,-0.23636797727568398f,0.9634326859561799f,0.12620475010815832f,2.2442492138799714f,-0.3404230086472342f,0.03954273346373914f,-0.9394405502285819f,0.020697488099256436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9474304679632044f,0.0291838095297257f,0.3186280176575131f,-0.10011098809377574f,0.07291776786521732f,0.9893206558945848f,0.12620475010815832f,2.254278885598849f,-0.3115421440264191f,0.1428038692810566f,-0.9394405502285819f,0.012568816976662622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9403313803634707f,-0.11938627001198011f,0.3186280176575131f,-0.14875903706089438f,-0.08274381841542176f,0.9885473289449388f,0.12620475010815832f,2.3623372444385846f,-0.33004599015556246f,0.0923097880425123f,-0.9394405502285819f,-0.022678919798990838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9403313803634707f,-0.11938627001198011f,0.3186280176575131f,-0.12189712630819889f,-0.08274381841542176f,0.9885473289449388f,0.12620475010815832f,2.139914095425974f,-0.33004599015556246f,0.0923097880425123f,-0.9394405502285819f,-0.04344862210855607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9471583346041487f,-0.03697668932637517f,0.3186280176575131f,0.005491093245289695f,0.0037286234901004224f,0.9919972068594782f,0.12620475010815832f,1.6271055505333485f,-0.3207447373796877f,0.12072392484281788f,-0.9394405502285819f,-0.035869024223396107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9237044551571082f,0.014642915320772464f,0.38282589326457356f,2.0885399719670985e-17f,0.150137745639764f,0.9331732254945962f,0.32656758650273454f,1.277165590972875f,-0.35246097210488353f,0.3591285511497522f,-0.8641747201185419f,-0.17054223090455317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9960565652217835f,-0.08149722431157125f,-0.03506453062700741f,0.15472330476550214f,-0.08619260990851857f,0.7952213663825948f,0.6001614886393138f,0.6070776608421067f,-0.021027431506031497f,0.6008170943624263f,-0.7991099212537349f,-0.25579364922894415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9960565652217835f,-0.08746507053219722f,0.014872132173318788f,0.12500000000000003f,-0.08619260990851857f,0.9937135862196994f,0.07144328211625048f,0.9494298487047435f,-0.021027431506031497f,0.06987968230596056f,-0.997333784209217f,-0.25113952530676503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9959317172081449f,0.08935857605181811f,-0.01162151215751367f,-0.1533422222758003f,0.0875436570001385f,0.9900415946551803f,0.11024404279447408f,0.6507623922027047f,0.021357031111039305f,0.10877814917812861f,-0.993836602004325f,-0.14022710489541124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9959317172081449f,0.07526369137782006f,-0.049551906310656244f,-0.12499999999999997f,0.0875436570001385f,0.9384632130112093f,-0.33410014358530243f,1.0080633917458544f,0.021357031111039305f,-0.337078884810161f,-0.9412341380534709f,-0.2831551192485648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9835714708133859f,0.18028796470407804f,0.00913299429836121f,2.482125848397525e-17f,0.17910751976874473f,0.9809450689532656f,-0.07528125967704127f,1.1756877314098808f,-0.022531270809288663f,-0.07240871134839036f,-0.9971205144598041f,-0.20268095667466554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9889373030293366f,-0.07080352018162428f,-0.13034520400441418f,2.7631108537515264e-17f,-0.04565338248881829f,0.981356095017731f,-0.186697572129045f,1.1728014135251954f,0.1411339057221605f,-0.17868149400942626f,-0.9737320701066428f,-0.22562512356014094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.5285275497520553e-17f,1.2150702934227087e-16f,2.482125848397525e-17f,0f,0.9921801896421794f,-0.12481374636477041f,1.1756877314098808f,-1.2246467991473532e-16f,-0.12481374636477041f,-0.9921801896421794f,-0.20268095667466554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9926943023455738f,0.12050211082655375f,-0.006104373594353843f,-0.006249999999999976f,0.10978412483518941f,0.9230733617308295f,0.36862313383334605f,1.1860631397569465f,0.05005465038141853f,0.3652599213564093f,-0.9295588856150555f,-0.19441454275232994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9985648490479369f,-0.05348738694559645f,0.0027095541336339475f,2.352313817603196e-17f,-0.04872998427384784f,0.9284080662798302f,0.3683528893591271f,1.1911812647035305f,-0.02221780543936772f,0.36769221082894693f,-0.9296821000843137f,-0.19208099994553277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.080472407142178e-17f,1.1142925037280502e-16f,2.3205608650585574e-17f,0f,0.9098888793927069f,0.41485205454171775f,1.196868070199735f,-1.2246467991473532e-16f,0.41485205454171775f,-0.9098888793927069f,-0.18948817460464704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.986486509099847f,0.16374956305224705f,-0.005517967397107248f,-0.18187499999999998f,0.16142730334629654f,0.9771546902788323f,0.13823869574190245f,1.2249547061325934f,0.028028433747538075f,0.13547985778807745f,-0.9903835696513662f,-0.17953671707446256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9967788784562471f,-0.08000062359546414f,0.005636283158510463f,0.19375000000000003f,-0.07901671098106999f,0.9916795811390707f,0.1016266093972017f,1.2233131315395158f,-0.013719579047481646f,0.10085389717891032f,-0.9948066468287121f,-0.21027058858222025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.854523583875909e-17f,1.2105235253518777e-16f,-0.007812499999999973f,0f,0.9884674717597689f,0.15143334267211578f,1.0648037328314661f,-1.2246467991473532e-16f,0.15143334267211578f,-0.9884674717597689f,-0.22170641015115225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.902507331398848e-17f,1.1897538798312939e-16f,2.0665914735611586e-17f,0f,0.9715077691458851f,0.23700770976739471f,1.2818749999999999f,-1.2246467991473532e-16f,0.23700770976739471f,-0.9715077691458851f,-0.16875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.35053432019125863f,-0.24239694737904105f,-0.9046377232181809f,-0.14643129625896528f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2574999999999998f,0.9365498867481922f,0.09072495802756289f,0.3385901528734184f,0.16609922405867839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.35053432019125863f,-0.24239694737904105f,-0.9046377232181809f,-0.11356870374103478f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.2574999999999998f,0.9365498867481922f,0.09072495802756289f,0.3385901528734184f,0.25390077594132143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.35053432019125863f,-0.24239694737904105f,-0.9046377232181809f,0.005695658482727128f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.296322856765378f,0.9365498867481922f,0.09072495802756289f,0.3385901528734184f,0.15921147706898714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.30407155612883935f,-0.8138037766556423f,0.4952412562119594f,1.1661766252663188f,0.09569789378745008f,-0.49113381083657676f,-0.8658114650302269f,2.241239426390086f,0.9478303655602263f,0.3106621846220667f,-0.0714605147463476f,-0.2124535774468147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14087948284398183f,-0.8138037766556423f,0.5638052717158875f,1.1450733747336816f,0.3519014031137719f,-0.49113381083657676f,-0.7968393704754431f,2.2200105736099136f,0.9253747207483956f,0.3106621846220667f,0.21718801358655612f,-0.3012964225531851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.22510133901479568f,-0.8138037766556423f,0.5357730865532156f,1.0752590370170179f,0.22644109632183723f,-0.49113381083657676f,-0.8411373310879182f,2.3567955996631875f,0.9476570144679511f,0.3106621846220667f,0.07372374092200232f,-0.26793356113830025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000063f,0f,0.000015625f,0f,1.4479974999999998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.51875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65.mcfunction new file mode 100644 index 000000000..9bd5cc1fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..ee3fbc364 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8057700640745784f,-0.13291910850027425f,-0.003399835464628646f,0.1582975555769871f,-0.12594086049344083f,0.7562717036773154f,0.2813120230626961f,1.5151017769620052f,-0.04263740076348353f,0.2780828388393421f,-0.7666788318739675f,-0.409572795897623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7790697901485099f,0.18176680162682213f,-0.003330451067391327f,0.1582975555769871f,0.16952666257673132f,0.7316565833275646f,0.27557096136753906f,1.5151017769620052f,0.06565799839739166f,0.2676555134866273f,-0.7510323251010294f,-0.409572795897623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5811023054310576f,0.11162390904264909f,0.5628540290316778f,0.09841489684381607f,0.3300969147810283f,0.7202734830314317f,0.19795600758315168f,1.5239168688161837f,-0.4693618880130777f,0.36836212755419456f,-0.5576317830871826f,-0.43168000587280053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5677568786246459f,-0.11681748234535719f,0.551367212112664f,0.09841489684381607f,0.028734420816282136f,0.7756100073256025f,0.19391608906104657f,1.5239168688161837f,-0.5628733959202122f,0.1574255136719303f,-0.5462515426160157f,-0.43168000587280053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3193844680055422f,-1.526584653827824f,0.09454684708756264f,-0.9264861094097816f,-0.5402846904705184f,0.022244272828182372f,-1.4659481217183372f,1.651969611424831f,1.430906099239217f,-0.3323412959951378f,-0.5324126671448377f,-0.34699907494335397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9739145224942408f,-0.020320418405027477f,0.2260035032265197f,-0.667908717559569f,0.05653956154527746f,0.942838803788737f,0.32841782541526465f,1.6349740237937902f,-0.21975846025826326f,0.3326290285980286f,-0.917095495833912f,-0.31612581213370394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9201920350331315f,-0.020320418405027477f,0.3909395084375953f,-0.3251344824980639f,0.112454415703591f,0.942838803788737f,0.3137020791435521f,1.5981455932751971f,-0.37496749599178325f,0.3326290285980286f,-0.8653076367879713f,-0.18327997462582754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7916635596924942f,0.4082611356631641f,0.45452354544295315f,0.26398076410325977f,0.6077114031073533f,-0.4496192169564449f,-0.6546215779186976f,1.2207213983841798f,-0.06289402824037219f,0.7944591901730993f,-0.6040520973899539f,0.21753464877484482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.12058369749565342f,0.7698132281379784f,0.6267752114451097f,0.28018395802628876f,0.8249127567473087f,0.27353899181087005f,-0.49466692199362655f,1.4945862274292254f,-0.5522485995037312f,0.5766836340168481f,-0.6020444091620564f,0.02807003454880877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9032933034016682f,0.07962188027603323f,0.4215703549954747f,-0.21858847358543876f,-0.1703877840884353f,0.8352299759972719f,-0.5228373458629648f,1.2439685900843345f,-0.39373749004017167f,-0.544105911911372f,-0.7408910483734839f,0.061355133427157836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9077526209627949f,-0.005330206031138374f,0.41947201103153714f,-0.2169661871473301f,-0.07887459121175819f,0.9842548937060178f,-0.15818060272022472f,1.4275277538872113f,-0.41202424442786667f,-0.17667454009964517f,-0.8938803772788753f,0.02264190480048142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9292941180110824f,0.19415361191291886f,0.31419232519457274f,0.06905979180661286f,0.13679775051934606f,0.9711183573504574f,-0.19548788062127093f,1.2067848634520932f,-0.3430726128428954f,-0.13868493428673923f,-0.9290143547432578f,0.07073845546461952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9292941180110824f,0.011045797555806425f,0.36917534124906093f,0.07343822473113318f,0.13679775051934606f,0.9387571078575461f,0.3162617079252283f,1.3847784568499157f,-0.3430726128428954f,0.3444025011571371f,-0.8738924988314392f,0.12985209631388625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.950648097216122f,-0.042544741045082615f,0.3073404305794692f,0.2550007532518984f,-0.0037601209154918616f,0.992061277872209f,0.1256991743698452f,2.1491084841726407f,-0.3102483791256089f,0.11834004375513282f,-0.9432611395016576f,0.1380927283403763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.950648097216122f,-0.042544741045082615f,0.3073404305794692f,0.32478131489496354f,-0.0037601209154918616f,0.992061277872209f,0.1256991743698452f,2.0370261265701184f,-0.3102483791256089f,0.11834004375513282f,-0.9432611395016576f,0.04650380525991468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.950648097216122f,-0.042544741045082615f,0.3073404305794692f,-0.3035050038625733f,-0.0037601209154918616f,0.992061277872209f,0.1256991743698452f,2.1468994131347894f,-0.3102483791256089f,0.11834004375513282f,-0.9432611395016576f,-0.044178194395918885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.950648097216122f,-0.042544741045082615f,0.3073404305794692f,-0.30502304951071724f,-0.0037601209154918616f,0.992061277872209f,0.1256991743698452f,2.0345350464636054f,-0.3102483791256089f,0.11834004375513282f,-0.9432611395016576f,-0.1590357459108012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9455995054349793f,0.10669318184564994f,0.3073404305794692f,0.16353122142405177f,0.1514787477036076f,0.9804355698141954f,0.1256991743698452f,2.257412840510093f,-0.28791624531323207f,0.1654166206605765f,-0.9432611395016576f,0.09953127849223098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9506480972161219f,-0.042544741045082615f,0.3073404305794692f,0.05360206933020983f,-0.0037601209154918686f,0.9920612778722091f,0.1256991743698452f,2.2669771121511744f,-0.31024837912560893f,0.11834004375513285f,-0.9432611395016576f,0.06498787314613674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9327022903226345f,0.18870160931517882f,0.3073404305794692f,0.03255171470517254f,0.23635291563929076f,0.963502473702868f,0.1256991743698452f,2.2626077320648252f,-0.27240362863904405f,0.1898807146877115f,-0.9432611395016576f,0.057546823971377184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9453645951190479f,-0.10875496322754709f,0.3073404305794692f,0.05979713313175495f,-0.07295365793238087f,0.9893823736842217f,0.1256991743698452f,2.272638961378209f,-0.3177476138221715f,0.09640994044366219f,-0.9432611395016576f,0.06776089457142406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9507386127034979f,0.0404715955437215f,0.3073404305794692f,0.11987950390278357f,0.08271802500394641f,0.9886139013296272f,0.1256991743698452f,2.3806900516990663f,-0.2987537759662204f,0.144929652079758f,-0.9432611395016576f,0.0686065506815846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9507386127034979f,0.0404715955437215f,0.3073404305794692f,0.11077339490544624f,0.08271802500394641f,0.9886139013296272f,0.1256991743698452f,2.1582519238999005f,-0.2987537759662204f,0.144929652079758f,-0.9432611395016576f,0.035997378963639096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.932288577823654f,-0.1907350712133849f,0.3073404305794692f,-0.2076745655175628f,-0.15890640287852606f,0.9792591448063922f,0.1256991743698452f,2.2559446014766187f,-0.32494116818857555f,0.06834954222434977f,-0.9432611395016576f,-0.02161343747357608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.950648097216122f,-0.04254474104508259f,0.3073404305794692f,-0.09860289270318501f,-0.0037601209154918686f,0.9920612778722089f,0.1256991743698452f,2.2663750922629955f,-0.3102483791256089f,0.11834004375513284f,-0.9432611395016576f,0.015315083704892846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9121172815197878f,-0.27126357013830404f,0.3073404305794692f,-0.07718497831951611f,-0.24364977414845623f,0.9616831625437484f,0.1256991743698452f,2.2621736879260457f,-0.32966172406022276f,0.03976896271812813f,-0.9432611395016576f,0.02173374945809157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9513001373423717f,0.023872754839171104f,0.3073404305794692f,-0.10528139184166768f,0.06545173503253138f,0.989906959236054f,0.1256991743698452f,2.2719860223818884f,-0.3012376455120044f,0.1396936062689281f,-0.9432611395016576f,0.013886758651487197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.943322575691916f,-0.12523728646531662f,0.3073404305794692f,-0.15506701885328045f,-0.09020965004434016f,0.9879584690672057f,0.1256991743698452f,2.3796025492111488f,-0.3193818047867583f,0.09084979624185902f,-0.9432611395016576f,-0.021123511663344877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.943322575691916f,-0.12523728646531662f,0.3073404305794692f,-0.12688862939858425f,-0.09020965004434016f,0.9879584690672057f,0.1256991743698452f,2.157311893671028f,-0.3193818047867583f,0.09084979624185902f,-0.9432611395016576f,-0.04156471581776312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.950648097216122f,-0.042544741045082615f,0.3073404305794692f,0.004142174083427429f,-0.0037601209154918616f,0.992061277872209f,0.1256991743698452f,1.645422404676899f,-0.3102483791256089f,0.11834004375513282f,-0.9432611395016576f,-0.033956030242140806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9292941180110824f,0.011045797555806425f,0.36917534124906093f,1.997484264954499e-17f,0.13679775051934606f,0.9387571078575461f,0.3162617079252283f,1.2933884892303193f,-0.3430726128428954f,0.3444025011571371f,-0.8738924988314392f,-0.1631069681760672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9959138989110783f,-0.08405117753840252f,-0.033028858747198596f,0.15486593723867442f,-0.08822153111968198f,0.8273413114181011f,0.5547281459128205f,0.62455366816158f,-0.01929941456711683f,0.5553753271215643f,-0.831375834759456f,-0.2193943213712588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9959138989110783f,-0.08835600971262278f,0.01867408641399538f,0.12500000000000003f,-0.08822153111968198f,0.9960694873498608f,0.007908085576454393f,0.9655746710431342f,-0.01929941456711683f,0.006228315843665261f,-0.999794349193432f,-0.23708879686898948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9956392695636024f,0.09252688331077663f,-0.011883634446175101f,-0.15381393796529808f,0.09113176412921625f,0.9919374111886617f,0.08806346490476469f,0.6724847377965062f,0.01993605952923717f,0.0865964673016732f,-0.9960439776341788f,-0.11214865087868287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9956392695636024f,0.07708840781943563f,-0.052534010723728014f,-0.12499999999999997f,0.09113176412921625f,0.924095336261509f,-0.3711371863158225f,1.0217528687513115f,0.01993605952923717f,-0.3743062741654125f,-0.9270908082010378f,-0.2697090140185785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9839151565755087f,0.17842460425653198f,0.008696278335711544f,2.3675879993679846e-17f,0.1767143904353913f,0.9792968117000189f,-0.09874096823115311f,1.191297369958576f,-0.026134055828368547f,-0.09561597769242056f,-0.9950751709975896f,-0.1933282315371576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9894445363135226f,-0.07346346344167116f,-0.12491048434167724f,2.6455817146865325e-17f,-0.04586137881885635f,0.9764141737931661f,-0.21097889740123804f,1.1867969123043818f,0.13746360788278295f,-0.20302335027026572f,-0.9694768051649743f,-0.2160281410549139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.7916274168693003e-17f,1.2114703853801296e-16f,2.3675879993679846e-17f,0f,0.9892406416475367f,-0.14629748088319847f,1.191297369958576f,-1.2246467991473532e-16f,-0.14629748088319847f,-0.9892406416475367f,-0.1933282315371576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9928473751211955f,0.11924893789114992f,-0.005812101752785137f,-0.006019592285156228f,0.10996425764101668f,0.9323339513328541f,0.34447244481021644f,1.2022342312261205f,0.04649679296910885f,0.3413694391768253f,-0.9387784372468766f,-0.18503168313449986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.998495734041871f,-0.054764446438842505f,0.0026691771077077776f,2.240227576661437e-17f,-0.050500505952225015f,0.9375301872947592f,0.34421918425564746f,1.207208315199621f,-0.021353407193102622f,0.34356659226022146f,-0.9388855248026484f,-0.1829284638004338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.769403949745657e-17f,1.1279572874463654e-16f,2.2115177094407543e-17f,0f,0.9210470220733794f,0.3894513873768586f,1.21275264274796f,-1.2246467991473532e-16f,0.3894513873768586f,-0.9210470220733794f,-0.18058412523353665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9866946642741079f,0.16249887372809446f,-0.005268351744737968f,-0.1823299407958984f,0.16074524401356943f,0.9798817090612915f,0.11829117792185839f,1.240379961942073f,0.024384544695841497f,0.1158704115994396f,-0.9929649750599228f,-0.17134400906474764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9966235639919953f,-0.08189974722644532f,0.005822636871528092f,0.19375000000000003f,-0.08117774977985753f,0.9935058383422435f,0.07972654589629997f,1.2384194521833438f,-0.012314407682554533f,0.07898468575692598f,-0.9967997666428838f,-0.20127927371408028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5645045718188623e-17f,1.2146122990935981e-16f,-0.007812499999999974f,0f,0.9918062088916237f,0.12775149315771137f,1.0799555966250922f,-1.2246467991473532e-16f,0.12775149315771137f,-0.9918062088916237f,-0.2096349160539418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.61715553036568e-17f,1.19635477679517e-16f,1.9825166005337577e-17f,0f,0.9768978105590271f,0.21370696695470445f,1.2982312011718748f,-1.2246467991473532e-16f,0.21370696695470445f,-0.9768978105590271f,-0.16188476562500004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3594771716053754f,-0.24151799606316576f,-0.9013574322499547f,-0.14251386827349422f,0f,0.9659258262890683f,-0.25881904510252074f,1.2777378845214842f,0.9331538796439733f,0.0930395382910583f,0.3472282840149795f,0.17403940249227456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3594771716053754f,-0.24151799606316576f,-0.9013574322499547f,-0.10881288343549028f,0f,0.9659258262890683f,-0.25881904510252074f,1.2777378845214842f,0.9331538796439733f,0.0930395382910583f,0.3472282840149795f,0.26152257870889706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3594771716053754f,-0.24151799606316576f,-0.9013574322499547f,0.009540238983000965f,0f,0.9659258262890683f,-0.25881904510252074f,1.3165607412868623f,0.9331538796439733f,0.0930395382910583f,0.3472282840149795f,0.1656967479983389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.28507362374071543f,-0.8493934305490016f,0.4441439284596105f,1.1425077364017162f,0.062403517052720736f,-0.44594118776755165f,-0.8928842355601962f,2.2568266812132247f,0.9564720749226232f,0.28225388782559524f,-0.07412093294440102f,-0.21824447357197121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12379940731314483f,-0.8493934305490016f,0.5130346059371752f,1.1230716700313892f,0.3515350279715351f,-0.44594118776755165f,-0.8231400738401196f,2.237149822082674f,0.9279530326788994f,0.28225388782559524f,0.24338428862473882f,-0.3078219430540051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2073180412834884f,-0.8493934305490016f,0.48533496669679216f,1.059989458212034f,0.20988649739253956f,-0.44594118776755165f,-0.8701058069365799f,2.3775041226884364f,0.9554930078083615f,0.28225388782559524f,0.08582455847056228f,-0.2759068920835725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000064f,0f,0.000015625f,0f,1.4643537011718748f,-1.9135106236677393e-21f,0f,-0.000015625f,0.525615234375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66.mcfunction new file mode 100644 index 000000000..687734724 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..30b69caa5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8027852473050471f,-0.13588886831296476f,-0.06336013433098542f,0.15227120695706073f,-0.1492230383250383f,0.7577064494390251f,0.2656273061189203f,1.5355827882206525f,0.014586842936803037f,0.27268956047412635f,-0.7696571133082634f,-0.40163804427227767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7774817412571668f,0.1779601662957876f,-0.06206707036504694f,0.15227120695706073f,0.14899356138008943f,0.7416829369299788f,0.260206340687922f,1.5355827882206525f,0.11542556336878584f,0.2413226062326052f,-0.7539498252815642f,-0.40163804427227767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5613307356428375f,0.10464158429639558f,0.5838684684953072f,0.0878654386369955f,0.32500974466210814f,0.726710510261924f,0.18222223957017347f,1.5438824328429712f,-0.4962065250898928f,0.35761210487795125f,-0.5411442611239807f,-0.4243773758649641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5472456276995138f,-0.11572482085893307f,0.5719527854647908f,0.0878654386369955f,0.021717334096870766f,0.7795286313122176f,0.17850341835445566f,1.5438824328429712f,-0.5831385601754441f,0.1376331311918347f,-0.5301005006928792f,-0.4243773758649641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.17840402101595804f,-1.53756875929682f,0.21321483466160912f,-0.927277106006842f,-0.5014496235550772f,-0.14602620827679244f,-1.4726272004593612f,1.6372823601902167f,1.4690563400774697f,-0.23656903206198104f,-0.476775432197852f,-0.34104172613676387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9757044723372899f,-0.07186981020768814f,0.2069674202422256f,-0.6689331831302174f,-0.005373539140401125f,0.9522309604712477f,0.30533149689658967f,1.637154150646566f,-0.219024902095898f,0.2968011595339824f,-0.9294822020679933f,-0.3093509525154704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.921134997039817f,-0.07186981020768814f,0.38255071246720634f,-0.32600614154529395f,0.05076430522894209f,0.9522309604712477f,0.30112984447681096f,1.623040820706557f,-0.38591877713202694f,0.2968011595339824f,-0.8734848419727754f,-0.17261031858523562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7841884850195016f,0.425650002893883f,0.45152020441975393f,0.2708156340771492f,0.6142974224304258f,-0.42970883168825f,-0.6618073713433951f,1.2565059862096901f,-0.08767609000265694f,0.7963494176588293f,-0.5984484173563245f,0.22413297800533205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10309589989535606f,0.7761124873639711f,0.6221098314465676f,0.2811188245274943f,0.815021319603599f,0.29261500179752536f,-0.5001166956967571f,1.5267259346401545f,-0.5701854821164558f,0.558592756559503f,-0.6023808166790181f,0.029103872839510297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9107956312165487f,0.06813950671477646f,0.4071956848758537f,-0.21527245213640897f,-0.17249842570484986f,0.8332658386149391f,-0.5252735814094318f,1.2712326018609137f,-0.37509413656600527f,-0.5486574977360735f,-0.7471809278158762f,0.07289000157405354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9156270338157058f,-0.013701915396427844f,0.4017952120923314f,-0.21533034119766212f,-0.0855571817959871f,0.9831663031292138f,-0.1614434546036581f,1.4545672621063683f,-0.3928194287315494f,-0.1821984574734488f,-0.9013859431482805f,0.033094128653105154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9360686263173041f,0.18179048152561433f,0.30121047068639645f,0.07371204605781556f,0.12062641504294346f,0.9700978677094081f,-0.2106167017583066f,1.2377103700688907f,-0.33049174697459954f,-0.16081774744208172f,-0.9300069124954566f,0.08083456482099478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9360686263173041f,0.006829939824189496f,0.35175116026309444f,0.07719110452649543f,0.12062641504294346f,0.9454377484726164f,0.3026495196707198f,1.4168715074054483f,-0.33049174697459954f,0.32573120158349556f,-0.8858184856372379f,0.1363727995826675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9549380018631505f,-0.04882104666984485f,0.2927625624967689f,0.2518018637793025f,-0.012500055302216685f,0.9921191712524917f,0.12467276627519919f,2.179824243868162f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,0.1352710122794839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9549380018631505f,-0.04882104666984485f,0.2927625624967689f,0.3211611599169733f,-0.012500055302216685f,0.9921191712524917f,0.12467276627519919f,2.0679661713737336f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,0.04308982028720122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9549380018631505f,-0.04882104666984485f,0.2927625624967689f,-0.30922421231529845f,-0.012500055302216685f,0.9921191712524917f,0.12467276627519919f,2.1724804613781097f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,-0.03894741613907896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9549380018631505f,-0.04882104666984485f,0.2927625624967689f,-0.3114852663173639f,-0.012500055302216685f,0.9921191712524917f,0.12467276627519919f,2.059684884736015f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,-0.1533692585677739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9508184247499528f,0.1011652368965921f,0.2927625624967689f,0.15892069681366539f,0.14285547293224687f,0.9818599773911723f,0.12467276627519919f,2.2872513429399985f,-0.27483929305927524f,0.16036389756133632f,-0.9480225647892644f,0.09764121720991784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9549380018631504f,-0.04882104666984484f,0.2927625624967689f,0.048434163267649454f,-0.012500055302216664f,0.9921191712524917f,0.12467276627519919f,2.2958094885479077f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,0.06464690446152246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9383831422218832f,0.18364955865482097f,0.2927625624967689f,0.02731509892611353f,0.2278866003322197f,0.9656730288965891f,0.12467276627519919f,2.291244638989674f,-0.2598168119710659f,0.1837074872387535f,-0.9480225647892644f,0.057524728189570294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9492062368254423f,-0.11531522870812866f,0.2927625624967689f,0.05462261496783183f,-0.08167634071626884f,0.9888304590355665f,0.12467276627519919f,2.3015308442693723f,-0.3038692076188084f,0.09442839250724563f,-0.9480225647892644f,0.06731038982152926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9555592090466243f,0.03459306298255836f,0.2927625624967689f,0.11383996049776904f,0.07401639444678013f,0.9894333098811602f,0.12467276627519919f,2.4100609673777083f,-0.28535621836450037f,0.14080143923659494f,-0.9480225647892644f,0.06690678391539781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9555592090466243f,0.03459306298255836f,0.2927625624967689f,0.10605652132669342f,0.07401639444678013f,0.9894333098811602f,0.12467276627519919f,2.1874384726544474f,-0.28535621836450037f,0.14080143923659494f,-0.9480225647892644f,0.035226460087164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9355438361129503f,-0.19760519403950577f,0.2927625624967689f,-0.21396019728386523f,-0.16754779068983458f,0.9779490984628212f,0.12467276627519919f,2.2823703645013302f,-0.31094287022863315f,0.06758511747688484f,-0.9480225647892644f,-0.0181514814275449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9549380018631505f,-0.04882104666984484f,0.2927625624967689f,-0.10445764048545211f,-0.012500055302216678f,0.9921191712524917f,0.12467276627519919f,2.2938081481483836f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,0.017168594801895885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9147613819108259f,-0.27839126452696383f,0.2927625624967689f,-0.08291679305887883f,-0.25214410080812866f,0.9596249547489633f,0.12467276627519919f,2.289801713120987f,-0.3156500698435797f,0.04022747889351524f,-0.9480225647892644f,0.023293829125278175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9560174049458138f,0.017910986600340018f,0.2927625624967689f,-0.11120084510142898f,0.05673712912476672f,0.9905743785945451f,0.12467276627519919f,2.299360229614571f,-0.2877700811748011f,0.13579984179310864f,-0.9480225647892644f,0.01581634375276231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9470491398781675f,-0.13186359867813657f,0.2927625624967689f,-0.16234728884167487f,-0.09892137208262386f,0.9872544066726573f,0.12467276627519919f,2.4064457003302406f,-0.3054709295519203f,0.08911076169055389f,-0.9480225647892644f,-0.018859119987169003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9470491398781675f,-0.13186359867813657f,0.2927625624967689f,-0.13267797913909418f,-0.09892137208262386f,0.9872544066726573f,0.12467276627519919f,2.184313458828893f,-0.3054709295519203f,0.08911076169055389f,-0.9480225647892644f,-0.0389090413675436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9549380018631505f,-0.04882104666984485f,0.2927625624967689f,0.00256122743407108f,-0.012500055302216685f,0.9921191712524917f,0.12467276627519919f,1.673518866528668f,-0.29654200581883033f,0.11539521409196199f,-0.9480225647892644f,-0.03135563271265583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9360686263173041f,0.006829939824189496f,0.35175116026309444f,1.879892027624124e-17f,0.12062641504294346f,0.9454377484726164f,0.3026495196707198f,1.3189797108514367f,-0.33049174697459954f,0.32573120158349556f,-0.8858184856372379f,-0.15350483330646666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.995730002221575f,-0.08720878384419584f,-0.030271945696279435f,0.1549540054197331f,-0.0907359641483562f,0.8642327632856293f,0.4948421118637276f,0.6539858933548816f,-0.016992571491401112f,0.49547589132479697f,-0.8684554643906662f,-0.17351317035123856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.995730002221575f,-0.0892419600468073f,0.023614301658660408f,0.12500000000000003f,-0.0907359641483562f,0.9932389814629542f,-0.0724107071675292f,0.9912506960163259f,-0.016992571491401112f,-0.07424418003747829f,-0.9970953085059985f,-0.21917695702696602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9952549862738614f,0.09653319311918464f,-0.012200611592459533f,-0.15434809353900725f,0.09563848318576094f,0.9936086603155844f,0.05995924182139578f,0.7060622420889302f,0.017910690409439205f,0.058507886409302934f,-0.9981262617509739f,-0.0769563890232342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9952549862738614f,0.07928478436878222f,-0.05640421318138886f,-0.12499999999999999f,0.09563848318576094f,0.9038208501049063f,-0.41708650355720145f,1.0443316569723455f,0.017910690409439205f,-0.4205018357667898f,-0.9071148842819288f,-0.25242351192095197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9843446621946979f,0.17606559987415338f,0.00815417376322033f,2.220077899864188e-17f,0.17358559306438628f,0.9764225754559842f,-0.12832379366426122f,1.2161610232556765f,-0.03055532505622444f,-0.12489939423735064f,-0.9916988017688894f,-0.18128311782710682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9900393247637964f,-0.07677645355969555f,-0.11801487872315918f,2.4932577767535493e-17f,-0.046381988634510145f,0.9692950095017542f,-0.2414868437105884f,1.2096367383639164f,0.13293173643473638f,-0.2336077069229307f,-0.9632012213004381f,-0.20358994760688984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.1230390614744632e-17f,1.2061039897522906e-16f,2.220077899864188e-17f,0f,0.9848586470744276f,-0.17335929534561362f,1.2161610232556765f,-1.2246467991473532e-16f,-0.17335929534561362f,-0.9848586470744276f,-0.18128311782710682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9930385551700263f,0.11766363973822087f,-0.005449387982230274f,-0.005725097656249981f,0.11003200701970885f,0.9431547085244771f,0.31361146857110156f,1.227816925130859f,0.04204028278974165f,0.3108286725378829f,-0.9495357554885946f,-0.17298603432497994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9984060456270731f,-0.056378633561279985f,0.0026110789099075085f,2.0960773070795647e-17f,-0.05272193022056641f,0.948163321892431f,0.3133795033050628f,1.232602220787867f,-0.020143637435393238f,0.3127423295552955f,-0.9496243832038004f,-0.17115770102358782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.370880545086877e-17f,1.1439903038346383e-16f,2.071053589115139e-17f,0f,0.9341389734829085f,0.35690948183019416f,1.2379502576355659f,-1.2246467991473532e-16f,0.35690948183019416f,-0.9341389734829085f,-0.16911435938566838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9869554852644423f,0.1609170418742429f,-0.004957392547739957f,-0.18290222167968748f,0.15976648053409534f,0.9827639149987575f,0.09300408095381305f,1.2649721281745152f,0.019837888097722804f,0.09099886268936568f,-0.9956533860661871f,-0.16073901140875577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9964219064879591f,-0.08430087993390817f,0.006061840749281425f,0.19375000000000003f,-0.08387444168665398f,0.9951194790969533f,0.05198365467683273f,1.2626528605789493f,-0.010414523640231037f,0.051289218790861985f,-0.9986295377832413f,-0.18966571750041888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1965768591501573e-17f,1.218787028509625e-16f,-0.007812499999999976f,0f,0.9952151341580217f,0.09770791545637982f,1.1043356258037664f,-1.2246467991473532e-16f,0.09770791545637982f,-0.9952151341580217f,-0.19413703044018876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.254266410154336e-17f,1.2037203214128922e-16f,1.8738052782266348e-17f,0f,0.9829122341649602f,0.18407482155049473f,1.3239550781249998f,-1.2246467991473532e-16f,0.18407482155049473f,-0.9829122341649602f,-0.1530078125000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.370735369401452f,-0.24037522349305285f,-0.8970925469567975f,-0.13756315696413063f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3083679199218747f,0.9287385454877864f,0.09595337429421409f,0.3581028680236805f,0.18428459454744725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.370735369401452f,-0.24037522349305285f,-0.8970925469567975f,-0.1028067160827445f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3083679199218747f,0.9287385454877864f,0.09595337429421409f,0.3581028680236805f,0.27135383318692724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.370735369401452f,-0.24037522349305285f,-0.8970925469567975f,0.014378945520082093f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3471907766872528f,0.9287385454877864f,0.09595337429421409f,0.3581028680236805f,0.17410378366363516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.258491064782704f,-0.8892371180055452f,0.3774118670480513f,1.1125781221511466f,0.01957712367095238f,-0.3857875539505109f,-0.9223799105822145f,2.2815619490897037f,0.965815254412704f,0.24581560401665659f,-0.08231393056858664f,-0.22540675365990193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10482381740615769f,-0.8892371180055452f,0.4452744269162474f,1.0952531937668226f,0.3512177670154949f,-0.3857875539505109f,-0.8531201810703642f,2.2638803311837337f,0.9304074631241143f,0.24581560401665659f,0.2718761508203251f,-0.3158294816916602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1847992360994567f,-0.8892371180055452f,0.4184573936474887f,1.0411470489118613f,0.188603924330347f,-0.3857875539505109f,-0.9031038273333107f,2.4081867142367153f,0.9645090990054215f,0.24581560401665659f,0.0964203648493213f,-0.28508117240317926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000065f,0f,0.000015625f,0f,1.4900775781249997f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5344921874999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67.mcfunction new file mode 100644 index 000000000..63fb8032b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..cd88c57dd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7935698680959369f,-0.13798751727890746f,-0.13472473406856214f,0.1458054831295823f,-0.17363549286987331f,0.7594925228974543f,0.2448801088760388f,1.5604448084679028f,0.0839167713301563f,0.26659894445122556f,-0.7673509123937098f,-0.3920083415875703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7699283221100545f,0.1726062347641808f,-0.13197524969981597f,0.1458054831295823f,0.12756923513929858f,0.7524509616902841f,0.2398825556336707f,1.5604448084679028f,0.17588766033684858f,0.2098204898762255f,-0.7516906896917974f,-0.3920083415875703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5362248393409833f,0.09649116844554118f,0.6083558338096177f,0.07524127047546343f,0.3182315522009589f,0.7339963363332619f,0.1640807785133957f,1.5681176522704265f,-0.5273860495898136f,0.344794543323713f,-0.5195431859207539f,-0.41554059079993033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5214687922530077f,-0.11368961284260432f,0.5959404086298296f,0.07524127047546343f,0.012851637890301554f,0.7835815197646084f,0.1607321911967958f,1.5681176522704265f,-0.6065518395897634f,0.11434453994435195f,-0.5089402637591058f,-0.41554059079993033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.013520186599624737f,-1.5223146986708624f,0.3518258273136786f,-0.9253281954282853f,-0.4273309345511588f,-0.3348210477529959f,-1.4651584857472653f,1.6213210581916562f,1.5028678341524064f,-0.10889937645472995f,-0.41344340468536506f,-0.33124296350268195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9737562973233421f,-0.1326906197232077f,0.18491044551513663f,-0.6684996108656389f,-0.07786434986211166f,0.957660583369987f,0.2771702546811378f,1.6409538629448206f,-0.21385933798570964f,0.25549834930372284f,-0.9428598925924185f,-0.2998186478302211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9185649075109981f,-0.1326906197232077f,0.3723327948580179f,-0.32675487455671365f,-0.021981010071333098f,0.957660583369987f,0.2870593009391963f,1.6536174014308103f,-0.39465851807044f,0.25549834930372284f,-0.8825900790386877f,-0.16002063193093768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7752565837828516f,0.4459325166199562f,0.4473493265026055f,0.27879953461028545f,0.6206700310101282f,-0.4063503455885094f,-0.6705580580725176f,1.2993177687367616f,-0.1172430889529478f,0.797510869682095f,-0.5918027296588618f,0.23134839096003426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08266477581487586f,0.7834211013532897f,0.6159690842841667f,0.28221858377843156f,0.8026104108025656f,0.3140503684056936f,-0.507137944326379f,1.5650211803934118f,-0.5907478847281753f,0.5363056442539523f,-0.6028210286897263f,0.029974769892620184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9195308153078341f,0.05547100100742983f,0.3890835999454916f,-0.2113646027034351f,-0.17365380881932807f,0.8307655365774964f,-0.5288411651125929f,1.3044716126434692f,-0.3525725944849514f,-0.5538515968039979f,-0.7542817605747948f,0.08643667737837053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9246228037085119f,-0.022469017971976146f,0.3802207439022566f,-0.21320116392379154f,-0.09212254032453206f,0.9818126334306649f,-0.1660041878992753f,1.4875239552373485f,-0.3695755787743089f,-0.1885181584551417f,-0.909876252853275f,0.04540279608769851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9436326551599534f,0.1675194262967505f,0.28547268508385165f,0.07917667582449893f,0.10260648702328427f,0.9680302494409724f,-0.22888718834392996f,1.275026525170054f,-0.31468924502835655f,-0.18669407591152054f,-0.9306535343956022f,0.09243048515401746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9436326551599534f,0.0023397362584550727f,0.3309863105175458f,0.0816840408136939f,0.10260648702328427f,0.9527823818196339f,0.2857930050138493f,1.4554594280425721f,-0.31468924502835655f,0.3036449547223638f,-0.8993166408641267f,0.1437431851590599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9598107574906586f,-0.05511065189469679f,0.2751838037620483f,0.24873017709364567f,-0.0217275170296386f,0.9921788320318244f,0.12291899882317522f,2.2163816868283215f,-0.2798056911660926f,0.11199991658794461f,-0.9535013339662187f,0.13174381243353206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9598107574906586f,-0.05511065189469679f,0.2751838037620483f,0.3174103935890744f,-0.0217275170296386f,0.9921788320318244f,0.12291899882317522f,2.1046977708526278f,-0.2798056911660926f,0.11199991658794461f,-0.9535013339662187f,0.03884578621943448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9598107574906586f,-0.05511065189469679f,0.2751838037620483f,-0.3151586429321162f,-0.0217275170296386f,0.9921788320318244f,0.12291899882317522f,2.203616770573409f,-0.2798056911660926f,0.11199991658794461f,-0.9535013339662187f,-0.03264203112654733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9598107574906586f,-0.05511065189469679f,0.2751838037620483f,-0.3184642332484868f,-0.0217275170296386f,0.9921788320318244f,0.12291899882317522f,2.0903032908204917f,-0.2798056911660926f,0.11199991658794461f,-0.9535013339662187f,-0.14652548417810188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.956615099698476f,0.09571533406892059f,0.2751838037620483f,0.1543128928162184f,0.1337509495728832f,0.9833623966863185f,0.12291899882317522f,2.32286777919873f,-0.258840171760928f,0.15439226537432058f,-0.9535013339662187f,0.09528036731074416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9598107574906587f,-0.055110651894696806f,0.2751838037620483f,0.043201708095706434f,-0.0217275170296386f,0.9921788320318246f,0.12291899882317522f,2.330363660741651f,-0.27980569116609266f,0.11199991658794461f,-0.9535013339662187f,0.06417961145338975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9446327494010115f,0.17872560786338465f,0.2751838037620483f,0.022000972647079967f,0.21894766690255604f,0.9679632425284733f,0.12291899882317522f,2.325592444431053f,-0.24439903419820075f,0.17636416361502708f,-0.9535013339662187f,0.05744593219500199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9536283819834174f,-0.12192941902075914f,0.2751838037620483f,0.049387418582101564f,-0.09088548653628045f,0.9882462992925257f,0.12291899882317522f,2.3361478340175075f,-0.28693681780620806f,0.09220883207094813f,-0.9535013339662187f,0.06671048586618902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9609615975828062f,0.028752080240414007f,0.2751838037620483f,0.10767824860887802f,0.06482924577661356f,0.9902969699137446f,0.12291899882317522f,2.445162617222743f,-0.26897951011765975f,0.13596039593023082f,-0.9535013339662187f,0.06481293250593782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9609615975828062f,0.028752080240414007f,0.2751838037620483f,0.10120903055478488f,0.06482924577661356f,0.9902969699137446f,0.12291899882317522f,2.222345798992151f,-0.26897951011765975f,0.13596039593023082f,-0.9535013339662187f,0.034221843421635936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9393726890041455f,-0.20457963070689933f,0.2751838037620483f,-0.2204706980758256f,-0.17667098005339588f,0.9765645316799504f,0.12291899882317522f,2.314383693362033f,-0.2938814658328992f,0.0668497581487611f,-0.9535013339662187f,-0.013977192962306935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9598107574906587f,-0.055110651894696785f,0.2751838037620483f,-0.11047025562137627f,-0.021727517029638613f,0.9921788320318244f,0.12291899882317522f,2.326884943523092f,-0.2798056911660926f,0.11199991658794461f,-0.9535013339662187f,0.019380894951061406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9179678026528145f,-0.2856728678748016f,0.2751838037620483f,-0.08879339886114088f,-0.26111190073545054f,0.9574505183155048f,0.12291899882317522f,2.3230843598165127f,-0.29858949845412125f,0.04098191720207442f,-0.9535013339662187f,0.02514696549221184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9613170314672456f,0.01197660878769316f,0.2751838037620483f,-0.11728218772560493f,0.047536306755929264f,0.9912775692349317f,0.12291899882317522f,2.3323748853595436f,-0.27131137932458566f,0.13124534876951688f,-0.9535013339662187f,0.018122674127933683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9513551779844264f,-0.13855395869216752f,0.2751838037620483f,-0.1699182995236174f,-0.10811892031186174f,0.9865096141441835f,0.12291899882317522f,2.438878582917182f,-0.2885023819534559f,0.0871870502530255f,-0.9535013339662187f,-0.016112493062956507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9513551779844264f,-0.13855395869216752f,0.2751838037620483f,-0.13874365881787976f,-0.10811892031186174f,0.9865096141441835f,0.12291899882317522f,2.216913919734741f,-0.2885023819534559f,0.0871870502530255f,-0.9535013339662187f,-0.035729579369887216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9598107574906586f,-0.05511065189469679f,0.2751838037620483f,0.0008774010969206697f,-0.0217275170296386f,0.9921788320318244f,0.12291899882317522f,1.7072969892339116f,-0.2798056911660926f,0.11199991658794461f,-0.9535013339662187f,-0.02835690853900294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9436326551599534f,0.0023397362584550727f,0.3309863105175458f,1.7417388048024888e-17f,0.10260648702328427f,0.9527823818196339f,0.2857930050138493f,1.3500035960515488f,-0.31468924502835655f,0.3036449547223638f,-0.8993166408641267f,-0.14222376655988936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9955080742424486f,-0.09081554432750122f,-0.026762119247010288f,0.15492203119540565f,-0.09362088996229094f,0.9021636960064024f,0.4211125675763382f,0.6927140582394269f,-0.014099754634749903f,0.4217264546083955f,-0.9066134757451341f,-0.12019590837741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9955080742424486f,-0.08992699091848212f,0.029610984827235513f,0.12500000000000003f,-0.09362088996229094f,0.981599141303155f,-0.16642792660962125f,1.0226327046820494f,-0.014099754634749903f,-0.16845255147149327f,-0.9856089157581641f,-0.19818688558504952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9947811023892772f,0.10125693832078962f,-0.012553516283263719f,-0.1548869020162768f,0.10089432672990502f,0.9945370389909449f,0.02676589077245034f,0.7479388942845151f,0.015195169064328717f,0.02535962375555656f,-0.9995629026329875f,-0.03630491888609677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9947811023892772f,0.0817107570251136f,-0.06110573226430731f,-0.12499999999999999f,0.10089432672990502f,0.876959532457776f,-0.4698535019185853f,1.072081365179468f,0.015195169064328717f,-0.4735666063161777f,-0.8806269222657714f,-0.2319730959346622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9848437291986205f,0.17328050717307042f,0.007529601051691154f,2.0463621249932835e-17f,0.1697569472163733f,0.9719028350332463f,-0.16305661018835227f,1.2463968637192664f,-0.035572572720167256f,-0.1593070779600903f,-0.9865879823826593f,-0.1670981483328941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9906739396266054f,-0.08061084160191481f,-0.10985006855224012f,2.312396983599368e-17f,-0.04735710519351437f,0.9596621115507905f,-0.27713883928740246f,1.2375133966278153f,0.12775934381637716f,-0.2693520444884524f,-0.9545297408658882f,-0.18882154309384136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.5116943557018723e-17f,1.1986132392465932e-16f,2.0463621249932835e-17f,0f,0.9787419851022472f,-0.20509540852518549f,1.2463968637192664f,-1.2246467991473532e-16f,-0.20509540852518549f,-0.9787419851022472f,-0.1670981483328941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9932606107204729f,0.11579310138621798f,-0.005031586484828295f,-0.005375671386718731f,0.1098866797903228f,0.954623830553881f,0.27680003566346256f,1.2589130135207505f,0.036854806957198f,0.27438166813764386f,-0.9609143683982208f,-0.1588543472802884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9982969854017828f,-0.05828134616908987f,0.00253251385610538f,1.9267150052421254e-17f,-0.05530850756704916f,0.9593943002590221f,0.27659274325478433f,1.26346333191244f,-0.018549876776364778f,0.2759816322134864f,-0.9609838920358454f,-0.1573282195800111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.8941500226807074e-17f,1.1610838637542149e-16f,1.9057813343896105e-17f,0f,0.9480969244051481f,0.31798148048824904f,1.2685599894208008f,-1.2246467991473532e-16f,0.31798148048824904f,-0.9480969244051481f,-0.15561885563384398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9872596563679586f,0.1590510454337197f,-0.004597374757505146f,-0.18357490539550778f,0.1584491265100154f,0.9853477950426005f,0.0631157437799672f,1.294834775031766f,0.01456863811182278f,0.06158317750105265f,-0.9979956247561611f,-0.14821230401993374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9961766092614003f,-0.0871312486341765f,0.006348911080544269f,0.19375000000000003f,-0.08699530068257366f,0.9960231921468166f,0.01922546136805059f,1.2921581030213563f,-0.007998801135666367f,0.018599629488651792f,-0.9997950154723102f,-0.17595402836984322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-7.614215481576745e-18f,1.2222774459679231e-16f,-0.007812499999999978f,0f,0.9980652763057238f,0.062174787758217775f,1.134138403684199f,-1.2246467991473532e-16f,0.062174787758217775f,-0.9980652763057238f,-0.175863390558298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.823809095757934e-17f,1.2109900852129896e-16f,1.7461980385107915e-17f,0f,0.9888484467979896f,0.14892531438678816f,1.3550842285156248f,-1.2246467991473532e-16f,0.14892531438678816f,-0.9888484467979896f,-0.14258789062500002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3839380214498199f,-0.23898286002212105f,-0.8918961757406769f,-0.1317261139204994f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3452803039550778f,0.9233588661431682f,0.09937047209019352f,0.3708556506127073f,0.19632822514660928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3839380214498199f,-0.23898286002212105f,-0.8918961757406769f,-0.0957319244095788f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3452803039550778f,0.9233588661431682f,0.09937047209019352f,0.3708556506127073f,0.2828931188475313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3839380214498199f,-0.23898286002212105f,-0.8918961757406769f,0.02005540719606244f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.384103160720456f,0.9233588661431682f,0.09937047209019352f,0.3708556506127073f,0.18398232440516418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.22346044851068364f,-0.9285221709320569f,0.29649958859840636f,1.0772885990001297f,-0.03153288722725461f,-0.310919034896894f,-0.9499131701170889f,2.311503166591598f,0.9742028048484143f,0.20291853495036904f,-0.09875709189257505f,-0.23395459392625104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08634036296823883f,-0.9285221709320569f,0.36109821352387345f,1.0624543444202805f,0.35073391945020854f,-0.310919034896894f,-0.8833544427271982f,2.2962187993507843f,0.9324864929153706f,0.20291853495036904f,0.29881935798068443f,-0.3252529811469909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15823204885172604f,-0.9285221709320569f,0.3358708037382903f,1.0194908511494616f,0.16303325056868084f,-0.310919034896894f,-0.9363490337196884f,2.4443133380291444f,0.973849463687892f,0.20291853495036904f,0.10218263183340465f,-0.2949311823116317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000067f,0f,0.000015625f,0f,1.5212067285156248f,-1.9135106236677393e-21f,0f,-0.000015625f,0.544912109375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68.mcfunction new file mode 100644 index 000000000..5e4859293 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..ed8da2b77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768538202420273f,-0.13871299221468797f,-0.21024103360348173f,0.13923095612841613f,-0.19545340220892102f,0.7619480507537625f,0.2194939178244901f,1.5860745622593564f,0.15887276036114603f,0.259110629245182f,-0.7580010371179186f,-0.3816447402930555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7550718448155039f,0.1656832574454894f,-0.20595040026463518f,0.13923095612841613f,0.10874399753713074f,0.7628522329009142f,0.21501445011378623f,1.5860745622593564f,0.24091752150177087f,0.17494435961282392f,-0.7425316281971448f,-0.3816447402930555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5095281930315918f,0.08811086422352576f,0.632109120766493f,0.06127729760924307f,0.30865140115578205f,0.7419881893772224f,0.14536947352772528f,1.592934264947908f,-0.5586231086474832f,0.32959740119566916f,-0.49623605275566957f,-0.40586927221412283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49416610944887607f,-0.11126612938590869f,0.6192089346284013f,0.06127729760924307f,0.0011854286924314894f,0.7872229999634089f,0.1424027495781799f,1.592934264947908f,-0.6291251473522391f,0.08888080096448772f,-0.48610878637290084f,-0.40586927221412283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1644245292020613f,-1.4695888023995363f,0.5046578802105224f,-0.9194433803794559f,-0.3095314254299846f,-0.5282831975216954f,-1.4375372725211457f,1.6020108844669183f,1.5226822126983564f,0.05130170638634696f,-0.34671784501794306f,-0.3170019092823734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9663643380605885f,-0.20086272071231037f,0.1606055215513124f,-0.6659061110807758f,-0.15823617814067292f,0.9566827116828548f,0.24437573753253994f,1.6435392948790908f,-0.20273450138581223f,0.21074239392013192f,-0.9562878046658642f,-0.28738905793912994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9109708008339554f,-0.20086272071231037f,0.3602587507000911f,-0.32723208718274477f,-0.10329979773381175f,0.9566827116828548f,0.2721898987017946f,1.6861237567235277f,-0.3993261221308914f,0.21074239392013192f,-0.892259094427575f,-0.14605050564472508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7650556365961918f,0.46847263507783005f,0.4418407666746358f,0.28768786221475706f,0.6260322383472888f,-0.38027696731871774f,-0.6807885609179711f,1.3447776653026136f,-0.15090894427527807f,0.7974476900149081f,-0.5842120096571174f,0.23857369696572822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05991835516094432f,0.7914950412320197f,0.6082313625750734f,0.28345415844985106f,0.7877213654912512f,0.33676451687516307f,-0.5158339951209467f,1.605131427966921f,-0.6131107902030478f,0.5100247639859867f,-0.6032991787311108f,0.03034468327174633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9291555986198974f,0.04236705498242814f,0.3672531908716601f,-0.20697261120742752f,-0.17322869645154548f,0.8277050449879757f,-0.5337566648081794f,1.3398021258495705f,-0.32659101683757064f,-0.5595617849295722f,-0.7617275868494149f,0.10143433259746941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9343343864539567f,-0.03089405162830075f,0.35505606861972666f,-0.21054614545886063f,-0.0977971040549195f,0.980219270226645f,-0.17206367633761233f,1.5225178410399565f,-0.3427170563718407f,-0.19548846475004927f,-0.9188739192193287f,0.059037283461714385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9515990566052774f,0.151858042539435f,0.2672047349581162f,0.0852994862076195f,0.08373804040785027f,0.9646190583835321f,-0.24999602555224953f,1.314616670352847f,-0.2957146869139225f,-0.21552078117749776f,-0.9306468808436644f,0.10490696790351858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9515990566052774f,-0.002089444870929386f,0.30733510975493394f,0.08682855973028857f,0.08373804040785027f,0.9603826223108882f,0.26580662021837426f,1.4963497034125033f,-0.2957146869139225f,0.278676968878652f,-0.9137242313521118f,0.15144812312231515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.06073704734068569f,0.25495238507606854f,0.2461831726472202f,-0.030678693163730782f,0.9922680186356343f,0.12026220095557097f,2.254484490416665f,-0.26028546897859334f,0.10823673255068175f,-0.9594458214851663f,0.127329608186793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.06073704734068569f,0.25495238507606854f,0.31386624686396647f,-0.030678693163730782f,0.9922680186356343f,0.12026220095557097f,2.1428760204204353f,-0.26028546897859334f,0.10823673255068175f,-0.9594458214851663f,0.03361267594042065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.06073704734068569f,0.25495238507606854f,-0.3207802901258188f,-0.030678693163730782f,0.9922680186356343f,0.12026220095557097f,2.2364607581829734f,-0.26028546897859334f,0.10823673255068175f,-0.9594458214851663f,-0.025588104838130635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.06073704734068569f,0.25495238507606854f,-0.3254755303056307f,-0.030678693163730782f,0.9922680186356343f,0.12026220095557097f,2.122551386199464f,-0.26028546897859334f,0.10823673255068175f,-0.9594458214851663f,-0.13882644725789745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9626642640609928f,0.09097689840795273f,0.25495238507606854f,0.15020702575345904f,0.12492392912928263f,0.9848507577050564f,0.12026220095557097f,2.3600401922192744f,-0.24014896758222562f,0.14762177686183442f,-0.9594458214851663f,0.09225729270503333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.0607370473406857f,0.25495238507606854f,0.03843632848120544f,-0.030678693163730793f,0.9922680186356343f,0.12026220095557097f,2.3665059311996157f,-0.26028546897859334f,0.10823673255068177f,-0.9594458214851663f,0.06336705082802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9510718767463298f,0.17453242279369746f,0.25495238507606854f,0.01714300077168536f,0.21028395514675846f,0.9702152654071972f,0.12026220095557097f,2.36153439184269f,-0.2263690426494974f,0.16799039307235436f,-0.9594458214851663f,0.05708564043882193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9584565905573441f,-0.12790717478396452f,0.25495238507606854f,0.04462550791069125f,-0.09982107939818152f,0.9877108661592744f,0.12026220095557097f,2.3723512190673977f,-0.26720163945038494f,0.08981647682736488f,-0.9594458214851663f,0.06574437447708106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9666654899221933f,0.023603218795535535f,0.25495238507606854f,0.10199723166818632f,0.055919904694843744f,0.9911659635400327f,0.12026220095557097f,2.481809569725794f,-0.2498615513687639f,0.13051023248101526f,-0.9594458214851663f,0.06213891812770517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9666654899221933f,0.023603218795535535f,0.25495238507606854f,0.09668650743919083f,0.055919904694843744f,0.9911659635400327f,0.12026220095557097f,2.258797227929287f,-0.2498615513687639f,0.13051023248101526f,-0.9594458214851663f,0.032774115819476785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9436615290432661f,-0.21095544540909306f,0.25495238507606854f,-0.22662009855973358f,-0.18552590421430792f,0.9752523477986531f,0.12026220095557097f,2.3480608820291713f,-0.2740128782907625f,0.06618654066701074f,-0.9594458214851663f,-0.009378078600717377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.060737047340685676f,0.25495238507606854f,-0.11607354223442531f,-0.030678693163730786f,0.9922680186356343f,0.12026220095557097f,2.3615940722878968f,-0.26028546897859334f,0.10823673255068177f,-0.9594458214851663f,0.02169364924046638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9216846334947588f,-0.29239821771627783f,0.25495238507606854f,-0.09425548470137939f,-0.2698187648757597f,0.9553715701978165f,0.12026220095557097f,2.3579930411115777f,-0.2787387136738478f,0.04205288496765475f,-0.9594458214851663f,0.02703996245163139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9669301950535765f,0.006728984891970297f,0.25495238507606854f,-0.12295287593972686f,0.03861315658000218f,0.991990941067634f,0.12026220095557097f,2.3670239129586372f,-0.25210121386574186f,0.12612966979293005f,-0.9594458214851663f,0.02054621817000184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9560783249756389f,-0.1446150678726124f,0.25495238507606854f,-0.1771129308206742f,-0.11704380764302792f,0.9858183149616078f,0.12026220095557097f,2.4729366755047155f,-0.2687284570048325f,0.08513948573051158f,-0.9594458214851663f,-0.013140867135806474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9560783249756389f,-0.1446150678726124f,0.25495238507606854f,-0.14457454054933644f,-0.11704380764302792f,0.9858183149616078f,0.12026220095557097f,2.2511275546383542f,-0.2687284570048325f,0.08513948573051158f,-0.9594458214851663f,-0.03229725142517155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.965044191954109f,-0.06073704734068569f,0.25495238507606854f,-0.0007835418265985038f,-0.030678693163730782f,0.9922680186356343f,0.12026220095557097f,1.7426668379531962f,-0.26028546897859334f,0.10823673255068175f,-0.9594458214851663f,-0.025250211313660356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9515990566052774f,-0.002089444870929386f,0.30733510975493394f,1.5890291218806635e-17f,0.08373804040785027f,0.9603826223108882f,0.26580662021837426f,1.3825233545866131f,-0.2957146869139225f,0.278676968878652f,-0.9137242313521118f,-0.12975407464315486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9952514531766945f,-0.09470614350901557f,-0.02247868615661346f,0.15470510756811123f,-0.09675611612571532f,0.9373692142943437f,0.3346299599340614f,0.7379036423744629f,-0.010620684626937452f,0.33521590426895653f,-0.9420814713087191f,-0.06170077591840832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9952514531766945f,-0.09021146499753555f,0.03655730477861018f,0.12500000000000003f,-0.09675611612571532f,0.957864139453391f,-0.2704339925776375f,1.0558822723168129f,-0.010620684626937452f,-0.2726869669276716f,-0.9620441877200039f,-0.1749068273640649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9942204117854304f,0.10657740716352701f,-0.012923972744826394f,-0.1553739428739686f,0.10671716361010058f,0.9942323495968757f,-0.010652793346850986f,0.7944656218636482f,0.0117140846942585f,-0.011970434301873334f,-0.9998597346240123f,0.008108051694226626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9942204117854304f,0.08422437086012816f,-0.06657347927234109f,-0.12499999999999999f,0.10671716361010058f,0.8429877548035943f,-0.5272410191195388f,1.1012779781943651f,0.0117140846942585f,-0.531298316018798f,-0.8471038186759432f,-0.20904510220845776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9853962918332926f,0.17013903884073264f,0.006845108001197704f,1.8532598183453114e-17f,0.1652754774208685f,0.9653523862447079f,-0.20193758177949975f,1.2781205731935221f,-0.04096540741284487f,-0.197857215774406f,-0.9793744725902853f,-0.15133014838528328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9913023922821204f,-0.08483664416709925f,-0.1006096956670185f,2.109362670086427e-17f,-0.0489094898273691f,0.9472237302380676f,-0.31682024347996884f,1.2666206919197225f,0.12217785748887387f,-0.30914389639833617f,-0.9431344667962692f,-0.1722425332393836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.946272784597268e-17f,1.18867764740878e-16f,1.8532598183453114e-17f,0f,0.970628958681298f,-0.24058143022531697f,1.2781205731935221f,-1.2246467991473532e-16f,-0.24058143022531697f,-0.970628958681298f,-0.15133014838528328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9935063974290199f,0.11368429380093842f,-0.004573796081190613f,-0.004980468749999984f,0.10943857816371472f,0.9658509981988752f,0.23485111642855883f,1.2916188231892598f,0.031116488830118735f,0.23282553687518448f,-0.972020593146908f,-0.1432170402633395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9981698437742715f,-0.060423945637050704f,0.00243100252923906f,1.739037256423159e-17f,-0.058167320009387534f,0.9703330261039866f,0.23467079352745446f,1.2958880841651588f,-0.01653861731136944f,0.2340999044116217f,-0.9720718640573327f,-0.14200316839385402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.349266980702716e-17f,1.1779575075449888e-16f,1.7223563368903622e-17f,0f,0.9618753001805327f,0.27348840359805016f,1.3006786740391048f,-1.2246467991473532e-16f,0.27348840359805016f,-0.9618753001805327f,-0.14064106794624653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9875979485458495f,0.1569479167015855f,-0.004200413201326411f,-0.18433105468749997f,0.15675960691305837f,0.9871994906474058f,0.029386924064388382f,1.3260722456581786f,0.008758862283031518f,0.028364010797750278f,-0.9995592854968492f,-0.1342584106953335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9958905753520075f,-0.09031808501184556f,0.006678730780657937f,0.19375000000000003f,-0.09042364423395093f,0.9957462239331305f,-0.017692430199481378f,1.3230782840554407f,-0.005052374540683206f,-0.01822363966678131f,-0.9998211702443572f,-0.16067471977246667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.701769978783028e-18f,1.2243487356795172e-16f,-0.007812499999999981f,0f,0.9997566127082164f,0.022061626100391613f,1.165552797099857f,-1.2246467991473532e-16f,0.022061626100391613f,-0.9997566127082164f,-0.15547350832702234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.3362391272357554e-17f,1.2173349714069254e-16f,1.6054354132572338e-17f,0f,0.994029439553087f,0.10911220509996002f,1.3876562499999998f,-1.2246467991473532e-16f,0.10911220509996002f,-0.994029439553087f,-0.13109375000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3987140561270893f,-0.237356552808916f,-0.8858267145922799f,-0.12514968231845738f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3843652343749997f,0.9170752975883084f,0.10319479127576606f,0.3851282041176246f,0.20966346261304797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3987140561270893f,-0.237356552808916f,-0.8858267145922799f,-0.08777023955654276f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3843652343749997f,0.9170752975883084f,0.10319479127576606f,0.3851282041176246f,0.29563927176195187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3987140561270893f,-0.237356552808916f,-0.8858267145922799f,0.026414046251341944f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4231880911403778f,0.9170752975883084f,0.10319479127576606f,0.3851282041176246f,0.19488213656985623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.17929534885597706f,-0.9624681157188889f,0.20373586847471056f,1.0375415157714112f,-0.08919648731975333f,-0.22214233220338245f,-0.9709257288243311f,2.3427101846783014f,0.9797434177009968f,0.15590994345381903f,-0.1256778620274729f,-0.24390100677718327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07066931602497412f,-0.9624681157188889f,0.262032391121963f,1.025509988134839f,0.34952093243125604f,-0.22214233220338245f,-0.9102131080332929f,2.330180010634198f,0.9342595814680988f,0.15590994345381903f,0.3207041065644142f,-0.3360275479103164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.128336294790102f,-0.9624681157188889f,0.2391336899394962f,0.9956556984622007f,0.133655189803771f,-0.22214233220338245f,-0.9658100612862549f,2.481316606849188f,0.9826831054200869f,0.15590994345381903f,0.10012993485547156f,-0.3049837675720706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000068f,0f,0.000015625f,0f,1.5537787499999998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.55640625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69.mcfunction new file mode 100644 index 000000000..0dd13b15c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..75e418964 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.753615459683311f,-0.1379831075273754f,-0.282787633053224f,0.13260929265463395f,-0.21175356971039888f,0.7652854879661758f,0.19090047686614026f,1.608799300219574f,0.2327415070108023f,0.24948592824026225f,-0.7419788453647986f,-0.3715235692730691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7337669366032391f,0.15763237412391012f,-0.2770164568684644f,0.13260929265463395f,0.09524305790933811f,0.7719831984315413f,0.18700454876683129f,1.608799300219574f,0.3041625267319704f,0.13854232554518256f,-0.7268364199491906f,-0.3715235692730691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.48561910313531453f,0.08052738132400745f,0.6516393726376538f,0.04679184339114767f,0.295687194306528f,0.7504857253612226f,0.127611533948219f,1.6146117345934958f,-0.5862487648069125f,0.31181879566597936f,-0.47542177997671903f,-0.3960040768947985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4696849417152475f,-0.1091664840469191f,0.6383406099307629f,0.04679184339114767f,-0.013733002262936556f,0.7900535427200776f,0.1250072169288676f,1.6146117345934958f,-0.6474623233631366f,0.06243459294564632f,-0.46571929467107176f,-0.3960040768947985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3411074323865237f,-1.3721150146045384f,0.6650957496988394f,-0.9086754419914418f,-0.1447974120622534f,-0.7076027575374403f,-1.3855462088957864f,1.577486426379833f,1.5179214996272856f,0.2408422185211691f,-0.28163024828141947f,-0.2980895174425933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9521691335730604f,-0.2742225994384971f,0.13481805156551277f,-0.6605883951720681f,-0.24347391391768913f,0.9474407463944992f,0.20754875406283763f,1.642182803034451f,-0.18464667425201417f,0.16479683864876804f,-0.9688898841762373f,-0.27213765617081154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8971739450155336f,-0.2742225994384971f,0.3462381815202622f,-0.32730390495744593f,-0.19034940474872994f,0.9474407463944992f,0.25714419336869876f,1.7167821556864862f,-0.3985549102659114f,0.16479683864876804f,-0.9022172606829816f,-0.13127244375013342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7537896692177652f,0.4926351016869808f,0.4348698554354282f,0.29723581337023824f,0.6296759899636457f,-0.3522699388951035f,-0.6923973121078266f,1.388493607855868f,-0.18790764285647063f,0.795749047587679f,-0.5757379360606932f,0.24524568544856973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.03548743508014643f,0.800094727148352f,0.5988230703144602f,0.28479655383697905f,0.770485706948736f,0.35970850890832545f,-0.5262713786694619f,1.6427320347939847f,-0.6364687088452498f,0.480060638053521f,-0.6036964191151932f,0.02991009801514931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9392956311961304f,0.029556708650107483f,0.34183346557883354f,-0.20221001682268488f,-0.17064229037302528f,0.824087774452145f,-0.5401486357797812f,1.373319721238849f,-0.29766579573762086f,-0.5656904992770191f,-0.7690184218050995f,0.11730808703574483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9443519129982928f,-0.03829265947184814f,0.3267003774822397f,-0.2073480131143924f,-0.10185277677715221f,0.978428706414637f,-0.1797311278731759f,1.555651784142386f,-0.31277064484898265f,-0.20300477505308429f,-0.927881234332497f,0.07344543399871344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9596053497664166f,0.13531469857594333f,0.24667287051675318f,0.0919238570751463f,0.0649942776003092f,0.959649593707725f,-0.27358435842681617f,1.3523467787969796f,-0.2737395049657379f,-0.2465006889359545f,-0.9296795651057479f,0.11766064647994204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9596053497664166f,-0.006150468786175644f,0.2812823215799094f,0.0925286586876128f,0.0649942776003092f,0.9678731060957131f,0.24289379237817235f,1.5353410723922893f,-0.2737395049657379f,0.25136392388397155f,-0.9283764652288239f,0.15898902930050657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9704178586354119f,-0.06508909796523936f,0.23249212667858965f,0.24451329563219848f,-0.03863440718585467f,0.9924291492963281f,0.11658373046169175f,2.289868580065731f,-0.238320293350901f,0.10415273857675707f,-0.965585648621655f,0.12185424778005137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9704178586354119f,-0.06508909796523936f,0.23249212667858965f,0.31083623945279915f,-0.03863440718585467f,0.9924291492963281f,0.11658373046169175f,2.178193451403943f,-0.238320293350901f,0.10415273857675707f,-0.965585648621655f,0.02724851190033535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9704178586354119f,-0.06508909796523936f,0.23249212667858965f,-0.325607196316106f,-0.03863440718585467f,0.9924291492963281f,0.11658373046169175f,2.267170865844041f,-0.238320293350901f,0.10415273857675707f,-0.965585648621655f,-0.018158924563602987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9704178586354119f,-0.06508909796523936f,0.23249212667858965f,-0.3320655918931612f,-0.03863440718585467f,0.9924291492963281f,0.11658373046169175f,2.152598156643314f,-0.238320293350901f,0.10415273857675707f,-0.965585648621655f,-0.13063868244463656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9686525826996403f,0.08751905542099542f,0.23249212667858965f,0.14705178102643815f,0.11709136953722885f,0.986254452447f,0.11658373046169175f,2.3945772885671057f,-0.2190930971281678f,0.14015195313189546f,-0.965585648621655f,0.08837539171250428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9704178586354119f,-0.06508909796523937f,0.23249212667858965f,0.03461826061327915f,-0.038634407185854674f,0.9924291492963282f,0.11658373046169175f,2.400128272307945f,-0.238320293350901f,0.10415273857675708f,-0.965585648621655f,0.06197405288257566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9573387788984674f,0.17160965430201783f,0.23249212667858965f,0.013223703580199836f,0.2026035408664919f,0.9722962712157215f,0.11658373046169175f,2.3949783342509856f,-0.2060443341748353f,0.15871385424828738f,-0.965585648621655f,0.05620090881995279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9635135835515659f,-0.13262347207069405f,0.23249212667858965f,0.040819098671607226f,-0.10776865360750236f,0.987316641757477f,0.11658373046169175f,2.4060283433028555f,-0.24500508486814254f,0.08727464445445808f,-0.965585648621655f,0.0641794484546676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9723980143840778f,0.019736074948415602f,0.23249212667858965f,0.09734363964952487f,0.048008508028881965f,0.9920198672146021f,0.11658373046169175f,2.5158483457487315f,-0.2283359033939771f,0.12452738814073858f,-0.965585648621655f,0.058685100333779924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9723980143840778f,0.019736074948415602f,0.23249212667858965f,0.09290302278613137f,0.048008508028881965f,0.9920198672146021f,0.11658373046169175f,2.2926438756254464f,-0.2283359033939771f,0.12452738814073858f,-0.965585648621655f,0.030666438002113786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9482882262593535f,-0.21609454174123865f,0.23249212667858965f,-0.2318736341001862f,-0.19340887658377615f,0.9741669468064689f,0.11658373046169175f,2.379491458632301f,-0.2516792530116278f,0.0655889379347373f,-0.965585648621655f,-0.004683093647684336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.970417858635412f,-0.06508909796523936f,0.23249212667858965f,-0.12075196919379977f,-0.038634407185854674f,0.9924291492963282f,0.11658373046169175f,2.393942651681211f,-0.23832029335090096f,0.10415273857675708f,-0.965585648621655f,0.023817419205524375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9258458229732212f,-0.29792100146768064f,0.23249212667858965f,-0.0987950833616733f,-0.27757714122577476f,0.9536032531721786f,0.11658373046169175f,2.3905186271375327f,-0.2564379900716067f,0.04340405999364965f,-0.965585648621655f,0.028690749225054837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725943554580481f,0.0027623836827687653f,0.23249212667858965f,-0.12769241382236043f,0.03068806218408547f,0.9927066417784368f,0.11658373046169175f,2.3993195401504166f,-0.23047442932032594f,0.12052341102610678f,-0.965585648621655f,0.02279550984183288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9610522370282069f,-0.14941890354150694f,0.23249212667858965f,-0.1833206951695606f,-0.12498329123381408f,0.9852854463068048f,0.11658373046169175f,2.504674499248013f,-0.24649092197369696f,0.08298542378306345f,-0.965585648621655f,-0.010241914984422215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9610522370282069f,-0.14941890354150694f,0.23249212667858965f,-0.14970144187272158f,-0.12498329123381408f,0.9852854463068048f,0.11658373046169175f,2.2829852738289826f,-0.24649092197369696f,0.08298542378306345f,-0.965585648621655f,-0.028913635335611462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9704178586354119f,-0.06508909796523936f,0.23249212667858965f,-0.002306425794815852f,-0.03863440718585467f,0.9924291492963281f,0.11658373046169175f,1.7755513941359184f,-0.238320293350901f,0.10415273857675707f,-0.965585648621655f,-0.02232732566791014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9596053497664166f,-0.006150468786175644f,0.2812823215799094f,1.4278009721483594e-17f,0.0649942776003092f,0.9678731060957131f,0.24289379237817235f,1.412598979350026f,-0.2737395049657379f,0.25136392388397155f,-0.9283764652288239f,-0.11658879712439947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9949638147731019f,-0.09870882488015448f,-0.01742340905034058f,0.15424506868254442f,-0.1000192617781984f,0.9663180539254244f,0.23711930737737258f,0.7863834831533649f,-0.006569213461344861f,0.23766780713542107f,-0.9713242810132666f,-0.00045903973711380885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9949638147731019f,-0.08990782971247242f,0.04431240738833261f,0.12500000000000003f,-0.1000192617781984f,0.9195100770243537f,-0.3801280909430547f,1.0871354048326778f,-0.006569213461344861f,-0.3826457897417141f,-0.9238717687143811f,-0.15012689431956677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9935770665820028f,0.11237373713913909f,-0.013294960085908095f,-0.15575786494656846f,0.11291418665825942f,0.9922743281278563f,-0.05140081895957632f,0.8418357166155248f,0.007416145468231224f,-0.05257186452652274f,-0.9985896053167183f,0.05457712148360844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9935770665820028f,0.08669021736122415f,-0.07272839181616715f,-0.12499999999999999f,0.11291418665825942f,0.8016680136299937f,-0.5870083324569116f,1.128178722965257f,0.007416145468231224f,-0.5914500842306171f,-0.8063075087396806f,-0.1843446266015879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9859867620691636f,0.16671119461160042f,0.006122304757167822f,1.6476582537612892e-17f,0.1602050789336101f,0.9564658826552667f,-0.24394127982028213f,1.3074405127749338f,-0.04652351779737098f,-0.23954204830813014f,-0.9697706787607588f,-0.13454150657221764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9918829955015231f,-0.08932829360846581f,-0.09049076856743463f,1.8906995316501386e-17f,-0.05112752577796864f,0.9317832334876857f,-0.3593966915527409f,1.2931479646539532f,0.11642207412148453f,-0.3518528978880699f,-0.9287870794240296f,-0.154387332981764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.4152773257985614e-17f,1.1760606236673006e-16f,1.6476582537612892e-17f,0f,0.9603263769489453f,-0.27887855732578654f,1.3074405127749338f,-1.2246467991473532e-16f,-0.27887855732578654f,-0.9603263769489453f,-0.13454150657221764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9937689854352516f,0.11138434161304694f,-0.004090480463056312f,-0.004548645019531235f,0.10861840257937165f,0.976019275991262f,0.1886489213184063f,1.3220197055099705f,0.025004923677070807f,0.18702914568836795f,-0.9820360749254495f,-0.12665723545765864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9980261277238107f,-0.06275776174817506f,0.002304717113900003f,1.5399834005190516e-17f,-0.06119933674541827f,0.9801651119807137f,0.18849666956674804f,1.3259641571064729f,-0.014088632387024116f,0.18798355405777975f,-0.9820711246347024f,-0.12574918756912182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.7473853861958747e-17f,1.1934314048402746e-16f,1.5274865196653988e-17f,0f,0.9745106962033362f,0.22434104168717964f,1.3303968603312382f,-1.2246467991473532e-16f,0.22434104168717964f,-0.9745106962033362f,-0.12472873980717497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9879613456952874f,0.15465479173413332f,-0.003778201374834675f,-0.18515373229980467f,0.15467927259878517f,0.9879370550976161f,-0.0073957956543243344f,1.3547869834276012f,0.0025888299031921955f,-0.007891169667524782f,-0.9999655131058323f,-0.11937870304190985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9955671961263727f,-0.0937886660477923f,0.007045858219436286f,0.19375000000000003f,-0.09403978290494282f,0.993884290211574f,-0.05788382245348876f,1.351549398009764f,-0.0015739213016958578f,-0.058289825798431394f,-0.9982984618740652f,-0.14436748331760335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.6549704987045824e-18f,1.2243589734334285e-16f,-0.0078124999999999835f,0f,0.9997649724686944f,-0.02167947934500851f,1.1947516183388647f,-1.2246467991473532e-16f,-0.02167947934500851f,-0.9997649724686944f,-0.13363784925091113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.026124037535572e-18f,1.2220138771533109e-16f,1.4572579343369626e-17f,0f,0.9978500560358501f,0.06553827636771412f,1.4177087402343749f,-1.2246467991473532e-16f,0.06553827636771412f,-0.9978500560358501f,-0.118994140625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41469487116253345f,-0.23551511512473727f,-0.8789543755959529f,-0.11798092108476721f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4215129089355467f,0.9099605287217077f,0.10733093056319973f,0.40056448608550876f,0.22378290185191202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.41469487116253345f,-0.23551511512473727f,-0.8789543755959529f,-0.07910327691327972f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4215129089355467f,0.9099605287217077f,0.10733093056319973f,0.40056448608550876f,0.30909170141957215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.41469487116253345f,-0.23551511512473727f,-0.8789543755959529f,0.03330105734036948f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4603357657009248f,0.9099605287217077f,0.10733093056319973f,0.40056448608550876f,0.20635262872291577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1257369866529097f,-0.9867629700629607f,0.10241606856333677f,0.9942407976973504f,-0.15113181445156432f,-0.1210829568577934f,-0.981069871221796f,2.3712457279004275f,0.9804842603775052f,0.10787844303241398f,-0.16435588422955338f,-0.25525540837000227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05980438019751886f,-0.9867629700629607f,0.1507391024973769f,0.9852534146439583f,0.34663359167460045f,-0.1210829568577934f,-0.930152713634347f,2.361775875493127f,0.9360921905624235f,0.10787844303241398f,0.3348039012570569f,-0.34809188472081787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09586541923618196f,-0.9867629700629607f,0.13080008527212497f,0.9701270933798356f,0.10101175901120468f,-0.1210829568577934f,-0.9874895149316957f,2.5146342289365315f,0.9902557477420331f,0.10787844303241398f,0.08806699491165122f,-0.31488369578215775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000069f,0f,0.000015625f,0f,1.5838312402343748f,-1.9135106236677393e-21f,0f,-0.000015625f,0.568505859375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..66edc35a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.11080175975547822f,0.0872249714246328f,-0.8043999122572714f,-0.21928762176330813f,-0.2061576812307518f,0.7820672064539282f,0.11320043950158876f,1.2966528903917744f,0.7824106498182994f,0.2184196268510802f,-0.08408856106264322f,-0.3121547471778344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.0675800096831939f,0.1204774173633488f,-0.7879835875173271f,-0.21928762176330813f,0.10659849869082977f,0.7850733199864902f,0.11089022645053594f,1.2966528903917744f,0.7899808240508631f,-0.09562988105632796f,-0.08237246797973213f,-0.3121547471778344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7215924116186383f,0.23399852242235533f,-0.3024789702491668f,-0.2662531467422088f,0.2061576812307518f,0.7820672064539282f,0.11320043950158876f,1.2966528903917744f,0.32209912512827726f,0.023664753071764195f,-0.7500910461391307f,-0.24983585643036568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7407789234013382f,-0.05873144360123336f,-0.29630593004000016f,-0.2662531467422088f,-0.10659849869082977f,0.7850733199864902f,0.11089022645053594f,1.2966528903917744f,0.28263642143434997f,0.14216363732651582f,-0.7347830656056791f,-0.24983585643036568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.31900829796445207f,1.4797290229726299f,0.3873525195507187f,-0.6870251391300752f,1.519292183778262f,0.3523657769411878f,-0.09484655792865182f,1.0980247216558463f,-0.17717566463852585f,0.35727668243687516f,-1.510750941104058f,0.6399238585030135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2916545648492125f,-0.02985170939407369f,-0.9560577860406075f,-0.3016455200412196f,-0.2939643741763887f,0.9539381536684214f,0.05989111529072867f,1.296353738103925f,0.9102321470469501f,0.2985144459183424f,-0.286995756171349f,0.48455296793004965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.45221928450466525f,-0.02985170939407369f,-0.8914070866715949f,-0.1413657308847609f,-0.27922442221329946f,0.9539381536684214f,0.10970743372867806f,1.402695736060059f,0.8470722759964097f,0.2985144459183424f,-0.43972455562127455f,0.16912479231261526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.01372071285907242f,0.953980809901805f,-0.2995535951674346f,0.4496415327639964f,0.606946461755972f,-0.24602337588180628f,-0.7557039705345115f,1.164393078352778f,-0.7946242725971474f,-0.17144419750699025f,-0.5823908932500907f,-0.24119568002243946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6650392275645987f,0.6902492278731718f,-0.28509442158830867f,0.2166249281440807f,0.697676141737237f,0.4380546297482489f,-0.5668828296983138f,1.3931790064580232f,-0.2664035042016622f,-0.575902895266741f,-0.772893930738533f,-0.3084784637741236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,-0.3776623832841157f,-0.7036631770036302f,0.10900966756794861f,0f,0.8811148661306002f,-0.4729023077588587f,1.0869209287630395f,0.7986054986153556f,-0.28461854636656414f,-0.5303032534743713f,0.17977103415998497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,-0.07963430631095433f,-0.7946251441258663f,0.08911182798385803f,0f,0.9950158689160161f,-0.0997167017369984f,1.2728631747989363f,0.7986054986153556f,-0.06001498032723669f,-0.5988551241474358f,0.16477538082270662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,-0.28258495414147494f,-0.7469380738130444f,0.2579781002797014f,0f,0.9353029438290953f,-0.35384799457482896f,1.0868080915122613f,0.7986054986153556f,-0.21296513084889906f,-0.5629166107194126f,-0.09926865066464687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,0.12874328789274428f,-0.7881598240466502f,0.27719146785929943f,0f,0.9869201068777809f,0.16121011953456746f,1.2728631747989363f,0.7986054986153556f,0.09702509192428256f,-0.5939826505196965f,-0.08478883749459197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.029516556058118995f,-0.286852433954958f,0.3221704360639667f,-0.044013282214776364f,0.9980518246209354f,0.04421975078518611f,2.010496961513887f,0.2849883803527753f,0.05496661067675024f,-0.95695365340993f,-0.09539441195089488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.029516556058118995f,-0.286852433954958f,0.3348745880012949f,-0.044013282214776364f,0.9980518246209354f,0.04421975078518611f,1.8915365831554356f,0.2849883803527753f,0.05496661067675024f,-0.95695365340993f,-0.20266670755589866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.029516556058118995f,-0.286852433954958f,-0.2403725343783696f,-0.044013282214776364f,0.9980518246209354f,0.04421975078518611f,1.984639158212706f,0.2849883803527753f,0.05496661067675024f,-0.95695365340993f,0.07203626150636061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.029516556058118995f,-0.286852433954958f,-0.29948237866772265f,-0.044013282214776364f,0.9980518246209354f,0.04421975078518611f,1.8623777836881463f,0.2849883803527753f,0.05496661067675024f,-0.95695365340993f,-0.013861905572185008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503486968519321f,0.12063596282183361f,-0.286852433954958f,0.2184170323097086f,0.11265829759214441f,0.9926493447457344f,0.04421975078518611f,2.1136931741575604f,0.2900783728158206f,0.009707875664290176f,-0.95695365340993f,-0.0823841400754131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.029516556058118988f,-0.286852433954958f,0.10782763581325328f,-0.04401328221477638f,0.9980518246209356f,0.04421975078518611f,2.1186812539651796f,0.2849883803527753f,0.05496661067675024f,-0.95695365340993f,-0.049003830499517606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9362182162004786f,0.20300525310570275f,-0.286852433954958f,0.08656751052116822f,0.198744689686627f,0.979053196696616f,0.04421975078518611f,2.1133868825745292f,0.2898206341442244f,-0.015611061771295183f,-0.95695365340993f,-0.04287563099699578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9531285083487397f,-0.09623787044102103f,-0.286852433954958f,0.11414324806527681f,-0.11352664397084765f,0.9925504091728604f,0.04421975078518611f,2.124649690194697f,0.28045988604722555f,0.07471249924721304f,-0.95695365340993f,-0.05062117735664818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9564488345639378f,0.05404912575982641f,-0.286852433954958f,0.1574187230583561f,0.04314014968751717f,0.9980899464103598f,0.04421975078518611f,2.233108044294878f,0.28869456930504206f,0.029919072164153477f,-0.95695365340993f,-0.09123722370846718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9564488345639378f,0.05404912575982641f,-0.286852433954958f,0.14525766976239518f,0.04314014968751717f,0.9980899464103598f,0.04421975078518611f,2.0085378063525474f,0.28869456930504206f,0.029919072164153477f,-0.95695365340993f,-0.0979690149454017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9411138835383684f,-0.17894227936808743f,-0.286852433954958f,-0.1554720518608619f,-0.19960110894186034f,0.9788789562298679f,0.04421975078518611f,2.0965070196717273f,0.2728810281432365f,0.09887188531062667f,-0.95695365340993f,0.028897138778309565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.02951655605811901f,-0.286852433954958f,-0.04547755463043244f,-0.04401328221477635f,0.9980518246209354f,0.04421975078518611f,2.111634440356566f,0.28498838035277524f,0.05496661067675024f,-0.95695365340993f,-0.003375331648494795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9219368138141706f,-0.26028482950086024f,-0.286852433954958f,-0.023962424889998224f,-0.2841564889513807f,0.9577576433666922f,0.04421975078518611f,2.1083062727741666f,0.2632253808450077f,0.12227879662634983f,-0.95695365340993f,-0.009978408037251193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9572464500841102f,0.03734856001890435f,-0.286852433954958f,-0.05212856312351129f,0.02571450782804563f,0.998690831903276f,0.04421975078518611f,2.1170068539774562f,0.2881284399161781f,0.03495293030429472f,-0.95695365340993f,-0.0011333999120092877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9513037598307413f,-0.11285759906187828f,-0.286852433954958f,-0.11951527744879818f,-0.13083174646346904f,0.9904179258059774f,0.04421975078518611f,2.2203785191051977f,0.27911325774533496f,0.07959582009234997f,-0.95695365340993f,-0.008812860336429161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9513037598307413f,-0.11285759906187828f,-0.286852433954958f,-0.09412231765987561f,-0.13083174646346904f,0.9904179258059774f,0.04421975078518611f,1.9975344857988533f,0.27911325774533496f,0.07959582009234997f,-0.95695365340993f,-0.026721919857207878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9575199496890832f,-0.029516556058118995f,-0.286852433954958f,0.0496590495921382f,-0.044013282214776364f,0.9980518246209354f,0.04421975078518611f,1.4901527187454338f,0.2849883803527753f,0.05496661067675024f,-0.95695365340993f,-0.06061105370407898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,0.12874328789274428f,-0.7881598240466502f,0.001380316632359097f,0f,0.9869201068777809f,0.16121011953456746f,1.120057678666266f,0.7986054986153556f,0.09702509192428256f,-0.5939826505196965f,-0.09699546317568494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5515562986580501f,-0.164249294453886f,-0.8178067122994482f,0.305494528935342f,-0.21611580105596442f,0.9750824856627864f,-0.05008100126415954f,0.7604548599178882f,0.8056547709438395f,0.14911846104719095f,-0.5733097545222363f,-0.057828272358538185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5515562986580501f,-0.8019127474378839f,-0.22961183529438675f,0.05459848633119295f,-0.21611580105596442f,0.403250477229305f,-0.8892035836344098f,0.8207791136326805f,0.8056547709438395f,-0.44082309162629246f,-0.3957213564422154f,-0.21341137409475186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5592832971308979f,-0.10365842076741666f,-0.8224701364514078f,0.05647192670470659f,0.04841096427183675f,0.9863738717753016f,-0.15723537648147728f,0.49450275211884853f,0.8275618237259756f,-0.1277556921745804f,-0.5466442271060138f,0.10790676842736552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5592832971308979f,-0.39773686005115594f,-0.7273290752520755f,-0.1084439036100563f,0.04841096427183675f,0.8602138927156904f,-0.5076302171041334f,0.8311442293669602f,0.8275618237259756f,-0.3191198034211695f,-0.4618484372343068f,-0.023239696698766577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6992224590246915f,-0.2805387967210197f,-0.6575605951771943f,-0.0061070343934463535f,0.008526907986806012f,0.9164503502116207f,-0.4000575551557329f,1.0142438329983303f,0.7148533028780438f,-0.28533618615822304f,-0.6384105389426399f,-0.10263817227096109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5373528050633779f,-0.5475627442771287f,-0.6414257587361293f,-0.009085699386706243f,-0.13465888436813894f,0.8065107727638906f,-0.5756799095647861f,0.9773836003598386f,0.8325376554554442f,-0.22296953714687534f,-0.5071150143244239f,-0.11058327289126266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6529474751085419f,-0.39732286064004785f,-0.6448210132759238f,-0.0061070343934463535f,-0.10879813012414517f,0.8917310238334549f,-0.43929346457058505f,1.0142438329983303f,0.7495482383615278f,-0.21668023801387012f,-0.625481504781223f,-0.10263817227096109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5872144288611005f,0.16048076079433116f,-0.7933631828817141f,-0.003046030308033982f,0.11511762002106346f,0.9867433049205749f,0.1143922364284701f,1.0273992453910383f,0.8012035622100152f,-0.024157309645190625f,-0.5979040694732632f,-0.09362317924003584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6086251792611187f,-0.033550400075256566f,-0.7927482335673547f,0.0006186501725608112f,-0.12927644082580944f,0.9899485117789116f,0.05735456280130239f,1.0321890244798344f,0.782855665507239f,0.1373911011729209f,-0.6068448667507291f,-0.09756947957286703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,0.091354269010684f,-0.7933631828817141f,0.0011080480422609041f,0f,0.9934356628614118f,0.1143922364284701f,1.0375110012451634f,0.7986054986153556f,0.06884752202244161f,-0.5979040694732632f,-0.09720065356203253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6000148281942479f,0.02562927102334571f,-0.799578230327614f,-0.11167647510437095f,0.10183723977672778f,0.9938023509797104f,-0.044565275516458724f,1.0488810546316265f,0.7934805495673377f,-0.10816666609456219f,-0.5989061611006379f,0.06041169474764349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5921746659560336f,-0.266717787794181f,-0.7603885761070047f,0.09956113510576683f,-0.15907353301239205f,0.9637568106637214f,-0.21416914108770965f,1.0587720071881945f,0.789952388498709f,-0.00586784231810171f,-0.6131401082393114f,-0.2656136340920904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,-0.0822095224188107f,-0.7943628496111532f,-0.0018725111746840989f,0f,0.994687428258936f,-0.10294134282990519f,0.9015905924653279f,0.7986054986153556f,-0.06195574620077734f,-0.5986574505458228f,-0.08966422162266591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6018548476014124f,-0.012663406197267352f,-0.7985050911310232f,1.2005912370212446e-17f,0f,0.9998742714838472f,-0.015856898329930758f,1.125f,0.7986054986153556f,-0.009543551127791566f,-0.6017791772844842f,-0.0980357142857143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9993890854590178f,-0.009045552950494223f,-0.03375846319379916f,0.24985799440709722f,0f,0.9659258262890683f,-0.2588190451025207f,1.1195535714285714f,0.03494933283179075f,0.2586609287843845f,0.9653357281562782f,0.1434973592208803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9993890854590178f,-0.009045552950494223f,-0.03375846319379916f,0.34355072116888014f,0f,0.9659258262890683f,-0.2588190451025207f,1.1195535714285714f,0.03494933283179075f,0.2586609287843845f,0.9653357281562782f,0.1467738591738607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9993890854590178f,-0.009045552950494223f,-0.03375846319379916f,0.30176812726705854f,0f,0.9659258262890683f,-0.2588190451025207f,1.1583764281939495f,0.03494933283179075f,0.2586609287843845f,0.9653357281562782f,0.0003352499739287529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3627376998237163f,-0.02553963444022605f,-0.9315412434236389f,-0.8123228619373528f,-0.14112061965598233f,0.9896014371517973f,0.027820249729451428f,2.0670107259615182f,0.9211440342500792f,0.14155113090243077f,-0.36256991809267874f,-0.7640378128137435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12734479588012537f,-0.02553963444022605f,-0.9915296415311591f,-0.8009361508877142f,-0.13722312913656914f,0.9896014371517973f,-0.043113900508605536f,2.0804751073718153f,0.9823202714961234f,0.14155113090243077f,0.1225159644618825f,-0.8561144968586747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1214582511961445f,-0.02553963444022605f,-0.9922679175953609f,-0.6577893187732293f,-0.14362006837650357f,0.9896014371517973f,-0.00789123226282874f,2.074926601506091f,0.9821512964792658f,0.14155113090243077f,-0.12386326398226472f,-0.7914966652388694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009403981993772069f,0f,-0.000012478210915864931f,0.5446973929354938f,0f,0.000015625f,0f,1.2911225f,0.000012478210915864931f,0f,-0.000009403981993772069f,0.3215034286265131f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7.mcfunction new file mode 100644 index 000000000..1b3f40c35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70.mcfunction new file mode 100644 index 000000000..b2b239137 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..5485dba9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7271482946639256f,-0.1361612102043843f,-0.3459189599421613f,0.12572593416794747f,-0.2207831057187028f,0.7695566273876882f,0.16118890134663577f,1.6248560765313067f,0.29908965585755937f,0.23703832290119006f,-0.7220129193301477f,-0.3625810070693963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7091305134528836f,0.14935939592876585f,-0.3388593893310968f,0.12572593416794747f,0.08867224072186561f,0.7792336201043829f,0.15789933193139832f,1.6248560765313067f,0.35954297186207557f,0.10240476623093547f,-0.7072779617927978f,-0.3625810070693963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46935075535838383f,0.07481385470659613f,0.6641213744737471f,0.03266419167542334f,0.279256625198543f,0.7592461682464103f,0.1118277145000673f,1.6294040514021293f,-0.6071820568591263f,0.291363325749018f,-0.46193268630963613f,-0.38654393097257594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4528198326386022f,-0.10823879405583335f,0.6505678770355074f,0.03266419167542334f,-0.03188713404290863f,0.7918225751727176f,0.10954551624496389f,1.6294040514021293f,-0.6587392578643526f,0.036074546541640135f,-0.4525054886298477f,-0.38654393097257594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5002161548767929f,-1.2284004703263924f,0.8259675132244462f,-0.8924353598018036f,0.06327013880847952f,-0.8533130739327639f,-1.3073866824281841f,1.5459773789019389f,1.4789141076936936f,0.45199041179798904f,-0.223436746546426f,-0.2747442106648166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9303094259590342f,-0.35042698693835267f,0.10828341884646953f,-0.6521819418169259f,-0.330392841088681f,0.928868982113552f,0.16746039718298533f,1.6341958555778258f,-0.15926375146002889f,0.12001391957869421f,-0.9799141373499196f,-0.25440771239105875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8764695642490818f,-0.35042698693835267f,0.33015455436860514f,-0.3268608832121259f,-0.28005940082653213f,0.928868982113552f,0.2424234849927239f,1.7417709802414263f,-0.39162205626561475f,0.12001391957869421f,-0.9122657639929553f,-0.11628925675216172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7416808229006827f,0.5177951496524892f,0.42637746180787106f,0.30720169432782124f,0.6310320857843005f,-0.3231428479919555f,-0.7052497476088619f,1.4260716825715163f,-0.22739407127733435f,0.7921280722130761f,-0.566414206707348f,0.2508628690830842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.009996339889207229f,0.808989152387587f,0.5877385681644802f,0.28621678074065376f,0.7511422387773119f,0.381909210484493f,-0.5384521260722437f,1.6735297994039369f,-0.6600647016114615f,0.44685781437312355f,-0.6038482287961502f,0.028409633681817897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9495562074420931f,0.017708683930593466f,0.3130964889960205f,-0.19719440377897973f,-0.16540945082002118f,0.819942038171637f,-0.5480280719254815f,1.4010888455557489f,-0.2664258292426015f,-0.5721725758478715f,-0.7756518684048946f,0.133471755919934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.954275782042281f,-0.04407679385984954f,0.2956602239913739f,-0.20361092622775545f,-0.10365947159397049f,0.9764909334796165f,-0.1889978062861207f,1.5829996592938886f,-0.28037911077049216f,-0.21100401198826413f,-0.9364106263645264f,0.08805593725735619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9673279380461781f,0.11837610186391435f,0.22419580456117724f,0.09889210699205088f,0.04727381022799991f,0.9530114774761174f,-0.29922284449104974f,1.3840661041654156f,-0.24908200886827708f,-0.27884802725910063f,-0.9274707168163594f,0.13011444456281773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9673279380461781f,-0.009581190865464323f,0.2533473131038278f,0.09867905441167524f,0.04727381022799991f,0.9749435718379839f,0.2173711540161689f,1.5682265935976387f,-0.24908200886827708f,0.22224588300662287f,-0.9426372156586807f,0.16589406502869278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.0676631754244131f,0.2083056310330379f,0.24400232931873977f,-0.04496453145136059f,0.9927083732511149f,0.11184040677896621f,2.318311926808953f,-0.2143542211852769f,0.09975861049859365f,-0.9716483353000938f,0.11515456310561586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.0676631754244131f,0.2083056310330379f,0.3085783972268553f,-0.04496453145136059f,0.9927083732511149f,0.11184040677896621f,2.206394588217518f,-0.2143542211852769f,0.09975861049859365f,-0.9716483353000938f,0.01963098865335576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.0676631754244131f,0.2083056310330379f,-0.32923345378915425f,-0.04496453145136059f,0.9927083732511149f,0.11184040677896621f,2.291895264581279f,-0.2143542211852769f,0.09975861049859365f,-0.9716483353000938f,-0.010778541840734315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.0676631754244131f,0.2083056310330379f,-0.3378364220224719f,-0.04496453145136059f,0.9927083732511149f,0.11184040677896621f,2.1766055861309916f,-0.2143542211852769f,0.09975861049859365f,-0.9716483353000938f,-0.12237868288189017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9742925962888925f,0.08580618215826152f,0.2083056310330379f,0.14521452324232076f,0.11088285985566378f,0.9875204882946704f,0.11184040677896621f,2.4223230971434666f,-0.19610948015554497f,0.13206280438366674f,-0.9716483353000938f,0.08343485180303783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.06766317542441311f,0.2083056310330379f,0.032144280142815077f,-0.04496453145136058f,0.9927083732511149f,0.11184040677896621f,2.427147759291699f,-0.2143542211852769f,0.09975861049859365f,-0.9716483353000938f,0.05974976397178621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9631066172746922f,0.17039485861265735f,0.2083056310330379f,0.010642400362526283f,0.1965289987333144f,0.9740985966874176f,0.11184040677896621f,2.4218552223658847f,-0.18385319257108515f,0.1486523329449498f,-0.9716483353000938f,0.054530918907703244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9686237313115059f,-0.13556117150608904f,0.2083056310330379f,0.038366397342089575f,-0.11410283568691923f,0.9871536183896199f,0.11184040677896621f,2.4330922775888952f,-0.2207908739698706f,0.08456300893521612f,-0.9716483353000938f,0.061767921491105396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9779048051849139f,0.017633946699005823f,0.2083056310330379f,0.09417192523322003f,0.04172680776849545f,0.992849735319986f,0.11184040677896621f,2.543159087850075f,-0.2048440028648789f,0.11806120022619715f,-0.9716483353000938f,0.05423898617648535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9779048051849139f,0.017633946699005823f,0.2083056310330379f,0.09020428722594373f,0.04172680776849545f,0.992849735319986f,0.11184040677896621f,2.3197678974030786f,-0.2048440028648789f,0.11806120022619715f,-0.9716483353000938f,0.027675216125591033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9531228909880097f,-0.21946644106693408f,0.2083056310330379f,-0.23578144190409628f,-0.19970474676532823f,0.973452483447914f,0.11184040677896621f,2.4047655021398673f,-0.22732084988855347f,0.06499802854319853f,-0.9716483353000938f,-0.0002654444394403592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.06766317542441311f,0.2083056310330379f,-0.12407493423895845f,-0.044964531451360604f,0.992708373251115f,0.11184040677896621f,2.419948644474718f,-0.2143542211852769f,0.09975861049859364f,-0.9716483353000938f,0.02543025479405334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9303682099527584f,-0.3017014384937995f,0.2083056310330379f,-0.10198848725209313f,-0.28378678413583003f,0.9523427873204896f,0.11184040677896621f,2.4166648064808416f,-0.2321207768795025f,0.044938373907084536f,-0.9716483353000938f,0.029787248313254782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9780636203513804f,0.000564468846451921f,0.2083056310330379f,-0.1310659072170213f,0.024392835461610196f,0.9934267527048274f,0.11184040677896621f,2.42528425845979f,-0.20687325618187946f,0.1144681981393225f,-0.9716483353000938f,0.024545653063161834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9661103365633542f,-0.1524453399267099f,0.2083056310330379f,-0.18802603472901022f,-0.13131366343654538f,0.9850119010480985f,0.11184040677896621f,2.5301544422760607f,-0.2222330744518374f,0.08069679750919992f,-0.9716483353000938f,-0.007756559731158231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9661103365633542f,-0.1524453399267099f,0.2083056310330379f,-0.15372583324550054f,-0.13131366343654538f,0.9850119010480985f,0.11184040677896621f,2.3085267645402388f,-0.2222330744518374f,0.08069679750919992f,-0.9716483353000938f,-0.025913339170728186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.975720481885777f,-0.0676631754244131f,0.2083056310330379f,-0.003592946574549109f,-0.04496453145136059f,0.9927083732511149f,0.11184040677896621f,1.8018892769686194f,-0.2143542211852769f,0.09975861049859365f,-0.9716483353000938f,-0.019881338924969905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9673279380461781f,-0.009581190865464323f,0.2533473131038278f,1.2641238404512976e-17f,0.04727381022799991f,0.9749435718379839f,0.2173711540161689f,1.4362854375293754f,-0.24908200886827708f,0.22224588300662287f,-0.9426372156586807f,-0.10322354505245349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9946493341530616f,-0.10265212094400408f,-0.011629451172298425f,0.15349655618321156f,-0.10328981470586103f,0.9859894613225433f,0.13098090066459928f,0.8345233686654034f,-0.0019789509595257047f,0.13148126948952965f,-0.9913166797378734f,0.06101711567473635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9946493341530616f,-0.08885728351732214f,0.052698057220295545f,0.125f,-0.10328981470586103f,0.8651258575232329f,-0.4908038965031957f,1.1124934283943984f,-0.0019789509595257047f,-0.4936209414222749f,-0.8696749104938505f,-0.12463444285926738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9928572283771927f,0.11852494014407668f,-0.013651469627918592f,-0.15599570925786344f,0.1192866330962011f,0.9883472683640965f,-0.09455356303070234f,0.8860422318562863f,0.002285437317285606f,-0.09550662637258073f,-0.9954261705898619f,0.10143434210103255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9928572283771927f,0.08898567882727441f,-0.07947372536133002f,-0.12499999999999999f,0.1192866330962011f,0.7531418042188812f,-0.6469529518461917f,1.1490104902229201f,0.002285437317285606f,-0.6518120677784185f,-0.7583770863328422f,-0.15859648958499686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9866002630193369f,0.16306735281818813f,0.005381398985739318f,1.4365164755521844e-17f,0.15462956355285196f,0.9450547249860836f,-0.2880299721503518f,1.3304535587378543f,-0.052054001629362585f,-0.28333832290452077f,-0.9576062738349326f,-0.11730047198525673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9923804641191714f,-0.09396693844291581f,-0.07969459777352036f,1.6631848933708727e-17f,-0.05405448891750993f,0.9132784594635099f,-0.40373328783718687f,1.3132741755235486f,0.1107209404877177f,-0.3963491768120924f,-0.9113990363051148f,-0.1358093529112922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.907163559793807e-17f,1.160646592133907e-16f,1.4365164755521844e-17f,0f,0.9477398650304677f,-0.31904411643537767f,1.3304535587378543f,-1.2246467991473532e-16f,-0.31904411643537767f,-0.9477398650304677f,-0.11730047198525673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9940417632402555f,0.10894056995947313f,-0.0035951566181330113f,-0.004089355468749989f,0.10738402095090288f,0.9844311000576698f,0.1391548823565401f,1.3461858564205529f,0.018698796181033206f,0.1379397022475821f,-0.9902641029368018f,-0.10975897816662196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.997867665063318f,-0.06523410527004542f,0.0021527960187545958f,1.3365239113025246e-17f,-0.06430203669429961f,0.9881982345013918f,0.13903056284607873f,1.3497666186608788f,-0.01119692359742968f,0.1385956739510622f,-0.9902857507123912f,-0.10913545948375195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.100866694893809e-17f,1.2064921773325832e-16f,1.327932720594646e-17f,0f,0.9851756262888125f,0.17154878421733635f,1.353795351995922f,-1.2246467991473532e-16f,0.17154878421733635f,-0.9851756262888125f,-0.10843393552485536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9883411479360191f,0.15221894636617875f,-0.0033418054524940754f,-0.1860260009765625f,0.15220901692776884f,0.9872575403965046f,-0.046421590840105886f,1.3770767511738764f,-0.003767023014809844f,-0.04638902130261442f,-0.9989163469681489f,-0.1040833773301712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9952105866580053f,-0.09747035207194614f,0.0074443717531878836f,0.19375f,-0.09772429930472186f,0.9901326411615853f,-0.10043562232487396f,1.373695341134924f,0.002418580002797858f,-0.10068209062864382f,-0.994915708538877f,-0.1275824786889369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,8.33457287585212e-18f,1.2218073793194935e-16f,-0.007812499999999986f,0f,0.9976814377583508f,-0.06805695227109541f,1.2178827947730688f,-1.2246467991473532e-16f,-0.06805695227109541f,-0.9976814377583508f,-0.11103791236704132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3458956541328663e-18f,1.2244220922622435e-16f,1.3074061336209833e-17f,0f,0.9998165129037481f,0.01915569171263233f,1.441279296875f,-1.2246467991473532e-16f,0.01915569171263233f,-0.9998165129037481f,-0.10675781250000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43151693436926053f,-0.2334819122671542f,-0.8713663592293587f,-0.11036712680637165f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.4526135253906247f,0.9021048361208107f,0.11168480089901914f,0.4168133513883535f,0.23817831334589945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.43151693436926053f,-0.2334819122671542f,-0.8713663592293587f,-0.06991241420925345f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.4526135253906247f,0.9021048361208107f,0.11168480089901914f,0.4168133513883535f,0.32275064173222545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.43151693436926053f,-0.2334819122671542f,-0.8713663592293587f,0.04056518337659126f,-2.7755575615628914e-17f,0.9659258262890683f,-0.2588190451025207f,1.4914363821560028f,0.9021048361208107f,0.11168480089901914f,0.4168133513883535f,0.21794247483080942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.06316761033979745f,-0.9979973626717609f,-0.0033342321708575585f,0.948291648096747f,-0.2145560862424345f,-0.010317255194911824f,-0.9766571763426367f,2.3931759134949235f,0.9746668861002145f,0.06240847975598137f,-0.2147781245710529f,-0.2680214984307308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05516575347526219f,-0.9979973626717609f,0.030951635558016416f,0.9425166355946598f,0.340798595077594f,-0.010317255194911824f,-0.9400797156828676f,2.3870149117003887f,0.9385164128754727f,0.06240847975598137f,0.33954693993305635f,-0.3613904107489563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06160013335559654f,-0.9979973626717609f,0.014376636281912084f,0.9432476464034166f,0.06571735247503563f,-0.010317255194911824f,-0.9977849386661011f,2.5397631533975713f,0.9959350647277385f,0.06240847975598137f,0.06495020015598582f,-0.32444848461324144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000071f,0f,0.000015625f,0f,1.6074017968749998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5807421875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71.mcfunction new file mode 100644 index 000000000..267354129 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..ab3970809 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7025623922397514f,-0.1339797549795796f,-0.394208009444778f,0.11815137344259678f,-0.22208286658151244f,0.7746362972088568f,0.13252264660024782f,1.6303859035109212f,0.35217854821913913f,0.22120686414894059f,-0.7028386997541443f,-0.35567313756879315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6860618909441555f,0.14211706218751918f,-0.3861629480275377f,0.11815137344259678f,0.0894001587863265f,0.7843180935031684f,0.1298181027920795f,1.6303859035109212f,0.4016549432076114f,0.06817528026157374f,-0.6884950528203863f,-0.35567313756879315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4657020122618848f,0.0720167801353667f,0.666993001161639f,0.019787514014794803f,0.25966955590801005f,0.7680087497650885f,0.0983805187181235f,1.6335505739494125f,-0.6185772400874547f,0.26818014115076544f,-0.46085361491756505f,-0.37810299452387475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.44846908015166675f,-0.10940239870753612f,0.6533808990971157f,0.019787514014794803f,-0.052898778638517205f,0.7924102546610388f,0.09637275302999854f,1.6335505739494125f,-0.6603614187446684f,0.010821435443841926f,-0.4514484391029209f,-0.37810299452387475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6258700145519357f,-1.0436152632132247f,0.9800817094881182f,-0.8705646703064369f,0.30386583018804436f,-0.9484387751918233f,-1.203966651098263f,1.5056495844874926f,1.3990563005572332f,0.6728575793591294f,-0.1769474378737444f,-0.24769873477624058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9005234589617328f,-0.42706574622847404f,0.08168444318175319f,-0.6405640324506281f,-0.4158530560327907f,0.9007954297147616f,0.1250353133846066f,1.6168383753887399f,-0.12697927251242647f,0.07862850757400135f,-0.9887840118796928f,-0.23482312971644503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8487176738024996f,-0.42706574622847404f,0.31191851271380233f,-0.32582639302143457f,-0.36933654708172237f,0.9007954297147616f,0.22838149836348146f,1.7572098514487768f,-0.3785086857193961f,0.07862850757400135f,-0.9222519897683392f,-0.10172501232174419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7289687429050976f,0.5433492523672468f,0.4163846320642919f,0.317350682722306f,0.6297099005687954f,-0.29371539638965916f,-0.7191638944283167f,1.453130989718195f,-0.26845858710981774f,0.7864495253197239f,-0.5562617469603506f,0.2549972873140592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.015947859138410403f,0.8179598145004721f,0.5750542649622339f,0.28768578813576157f,0.7300399967565951f,0.4025131385686752f,-0.5522904819161971f,1.6932775816551304f,-0.6832183171758001f,0.41100476291881094f,-0.6035626031602024f,0.025626546949808926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9595402038425025f,0.007392670981783117f,0.2814745914388078f,-0.19204454052989686f,-0.15719096643582486f,0.8153140318695892f,-0.5572737473697518f,1.419135236447635f,-0.23360992547590972f,-0.5789718282026419f,-0.7811645312396297f,0.14933316573663022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9637338624394599f,-0.047793071230185544f,0.2625506898294241f,-0.19936479957412276f,-0.1027360922422701f,0.9744509995221828f,-0.1997261747518505f,1.6005965102658453f,-0.24629725483307324f,-0.21945630971244667f,-0.9440214989019513f,0.10228497329740929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9744938537356066f,0.10149502457389978f,0.20015116541821523f,0.10604744150560028f,0.03135248971876925f,0.9447096001113519f,-0.3264058713410105f,1.4056110917255475f,-0.22221329937688417f,-0.31180527808905556f,-0.9237958205879945f,0.14172622144355757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9744938537356066f,-0.012178313070384516f,0.2240835061361857f,0.10516452971825434f,0.03135248971876925f,0.9813454485659743f,0.18967902352996568f,1.59079885722873f,-0.22221329937688417f,0.19186661843480363f,-0.9559332875836225f,0.17172662935268562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210825f,0.18296462110963146f,0.24484091832311264f,-0.049169743241952266f,0.9931418856189355f,0.10607323592115939f,2.335640668088094f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,0.10708236417281616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210825f,0.18296462110963146f,0.30728457034202905f,-0.049169743241952266f,0.9931418856189355f,0.10607323592115939f,2.223286163624909f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,0.010658465945392201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210825f,0.18296462110963146f,-0.33135450074934514f,-0.049169743241952266f,0.9931418856189355f,0.10607323592115939f,2.3067534439334474f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,-0.003915912032511081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210825f,0.18296462110963146f,-0.3424677107396785f,-0.049169743241952266f,0.9931418856189355f,0.10607323592115939f,2.190711208727116f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,-0.11450980296699807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9793363211850038f,0.086164478934373f,0.18296462110963146f,0.1449560475875594f,0.10679723747571152f,0.9886065034627127f,0.10607323592115939f,2.439157706191689f,-0.17174026923054334f,0.12342148873351619f,-0.977380384519468f,0.07723726927822783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210825f,0.18296462110963146f,0.031301154520083675f,-0.049169743241952266f,0.9931418856189355f,0.10607323592115939f,2.4435023596395586f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,0.056432705037692044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9680999216531856f,0.1711913815508984f,0.18296462110963146f,0.009688630339395876f,0.1925535758386069f,0.9755365646929797f,0.10607323592115939f,2.438114020437673f,-0.1603298541347249f,0.13791998343138973f,-0.977380384519468f,0.0518020761187862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9736187851028433f,-0.1363466490863376f,0.18296462110963146f,0.03755490936732881f,-0.11832804408704586f,0.9872927339972417f,0.10607323592115939f,2.449477814172237f,-0.1951023712756922f,0.0816250493364564f,-0.977380384519468f,0.058251906356525426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9829612373403305f,0.017639538218890444f,0.18296462110963146f,0.09281406320336819f,0.03757538117076282f,0.9936481063993863f,0.10607323592115939f,2.5596528069067475f,-0.17993136640463386f,0.11114084460871428f,-0.977380384519468f,0.04858022477959463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9829612373403305f,0.017639538218890444f,0.18296462110963146f,0.08884516710411784f,0.03757538117076282f,0.9936481063993863f,0.10607323592115939f,2.3360819829668857f,-0.17993136640463386f,0.11114084460871428f,-0.977380384519468f,0.02357353474263396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9580304782097048f,-0.22068427729109613f,0.18296462110963146f,-0.23800701276475608f,-0.20392600169597713f,0.9732228185022721f,0.10607323592115939f,2.4199580746063574f,-0.20147403965170488f,0.06431014930009268f,-0.977380384519468f,0.003463271529595576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210827f,0.18296462110963146f,-0.12572462501143233f,-0.049169743241952266f,0.9931418856189356f,0.10607323592115939f,2.43562996298169f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,0.026183261409949102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9351509809027719f,-0.3033423648928596f,0.18296462110963146f,-0.10352377440225571f,-0.2879719592981156f,0.9517460897104957f,0.10607323592115939f,2.432438181990148f,-0.2063123689326169f,0.046505810196025454f,-0.977380384519468f,0.029992840301514122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.983119379973166f,0.00048181260562210615f,0.18296462110963146f,-0.13275217997826783f,0.020228107649690824f,0.994152549804167f,0.10607323592115939f,2.4409395667266542f,-0.18184363717790752f,0.10798368198244815f,-0.977380384519468f,0.025443951421134512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9710909211098271f,-0.15331787358386095f,0.18296462110963146f,-0.1908408944830839f,-0.1355406562190934f,0.9850772554134584f,0.10607323592115939f,2.545431929624425f,-0.19649720977603047f,0.07820761156570148f,-0.977380384519468f,-0.006063061678626736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9710909211098271f,-0.15331787358386095f,0.18296462110963146f,-0.1563443729267152f,-0.1355406562190934f,0.9850772554134584f,0.10607323592115939f,2.3237895471563976f,-0.19649720977603047f,0.07820761156570148f,-0.977380384519468f,-0.02365977428090954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9807581601233323f,-0.06809830228210825f,0.18296462110963146f,-0.004566867401394182f,-0.049169743241952266f,0.9931418856189355f,0.10607323592115939f,1.8176357600594009f,-0.188933236094174f,0.09503586825804283f,-0.977380384519468f,-0.018205865235151386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9744938537356066f,-0.012178313070384516f,0.2240835061361857f,1.1040906963446451e-17f,0.03135248971876925f,0.9813454485659743f,0.18967902352996568f,1.4496312168471606f,-0.22221329937688417f,0.19186661843480363f,-0.9559332875836225f,-0.09015584714820274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9943128110346541f,-0.10637355560674634f,-0.005167250714136658f,0.15243247111140718f,-0.10645406281774981f,0.9941319385467551f,0.019215131299714194f,0.8781664281853296f,0.0030929471316006947f,0.01965592604913652f,-0.9998020195264621f,0.12026759457467591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9943128110346541f,-0.08694606464559622f,0.06150134677393744f,0.125f,-0.10645406281774981f,0.7946460305106582f,-0.5976664778145488f,1.1280171926757316f,0.0030929471316006947f,-0.6008145038498137f,-0.7993824902021205f,-0.09920867107193969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9920695711898377f,0.12490995607372173f,-0.01398101544496403f,-0.15605573462240604f,0.1256369423659721f,0.9822666794006146f,-0.13916727076514723f,0.9228589592681636f,-0.0036502920624007554f,-0.13982014666331632f,-0.9901701883792038f,0.14710000897074507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9920695711898377f,0.09100678917702111f,-0.08669331140809333f,-0.12499999999999999f,0.1256369423659721f,0.6979812352374508f,-0.7050089034681277f,1.1599601262294479f,-0.0036502920624007554f,-0.7103097631175371f,-0.7038797594673167f,-0.13254437672940353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9872228106719884f,0.15927832485648744f,0.004640831801597357f,1.2268576687251586e-17f,0.14865317453053564f,0.931074533920132f,-0.3331702957759032f,1.3432417077960692f,-0.057387766909800304f,-0.32822344144853516f,-0.9428552469455671f,-0.1001805312012692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9927675498973267f,-0.09864227944182287f,-0.06842727948252995f,1.4338545512899385e-17f,-0.05768263571234329f,0.8918092072064944f,-0.44871934600482843f,1.3231620654490455f,0.10528677698617253f,-0.4415269398895668f,-0.8910491882851467f,-0.11708310937392268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.410514259708155e-17f,1.142468127481449e-16f,1.2268576687251586e-17f,0f,0.9328960221648229f,-0.36014582022987585f,1.3432417077960692f,-1.2246467991473532e-16f,-0.36014582022987585f,-0.9328960221648229f,-0.1001805312012692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9943185183890493f,0.1064005312395669f,-0.0031001516969010974f,-0.0036117553710937425f,0.10572443183762345f,0.9905469340001489f,0.08740203690713569f,1.3601695539543974f,0.01237046891664021f,0.08657770206492285f,-0.996168295522368f,-0.09310480918099251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9976966852027861f,-0.06780428739222477f,0.001975587660769391f,1.1356403743092762e-17f,-0.06737343956072409f,0.9939007877467969f,0.08730431694970034f,1.3633551429813608f,-0.007883145129340909f,0.08697012548874966f,-0.9961797294139952f,-0.09273207385998586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.4232098814975592e-17f,1.2163488475737271e-16f,1.1305000883755837e-17f,0f,0.9932242083354945f,0.11621390612284727f,1.366942425850517f,-1.2246467991473532e-16f,0.11621390612284727f,-0.9932242083354945f,-0.09231233766035088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9887290518877537f,0.1496878192429272f,-0.002901503651604624f,-0.18693092346191406f,0.1493718713679015f,0.9849584309771828f,-0.08686157545783448f,1.3890318492401998f,-0.010144259322129152f,-0.08631596617812226f,-0.9962161652902157f,-0.08889246828066298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9948257678781438f,-0.10129062185826457f,0.007867749946936217f,0.19375f,-0.1013622462835419f,0.9843116184427644f,-0.14441721790333803f,1.3856235778984471f,0.006883792124697849f,-0.14446746250333214f,-0.9894856066077121f,-0.11088018111485283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.421208731939416e-17f,1.2163722456815796e-16f,-0.007812499999999989f,0f,0.9932433143404821f,-0.11605049986076939f,1.231062265487983f,-1.2246467991473532e-16f,-0.11605049986076939f,-0.9932433143404821f,-0.08836443617955662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.556623383395886e-18f,1.2241302323171035e-16f,1.1616205429802976e-17f,0f,0.9995781911726636f,-0.029042033881704878f,1.454405517578125f,-1.2246467991473532e-16f,-0.029042033881704878f,-0.9995781911726636f,-0.09485351562500005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.44882428625173476f,-0.23128588314645182f,-0.8631706669759965f,-0.10245595104012045f,0f,0.9659258262890683f,-0.25881904510252074f,1.4735572814941404f,0.8936200311489334f,0.11616427318649436f,0.4335309695563082f,0.25234045813462025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44882428625173476f,-0.23128588314645182f,-0.8631706669759965f,-0.06037867420402032f,0f,0.9659258262890683f,-0.25881904510252074f,1.4735572814941404f,0.8936200311489334f,0.11616427318649436f,0.4335309695563082f,0.33611733605483274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.44882428625173476f,-0.23128588314645182f,-0.8631706669759965f,0.048058287424329105f,0f,0.9659258262890683f,-0.25881904510252074f,1.5123801382595186f,0.8936200311489334f,0.11616427318649436f,0.4335309695563082f,0.22919925166128025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.00726331880617417f,-0.9940258453635327f,-0.10890299788910413f,0.9005999482256337f,-0.27636915111308497f,0.10665939831704115f,-0.9551145821647159f,2.4045703288064777f,0.9610241081850928f,0.02316012737359369f,-0.27549278028123764f,-0.2821955138314885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.057419200203550805f,-0.9940258453635327f,-0.09282054835702541f,0.8981309846967304f,0.33057165734994615f,0.10665939831704115f,-0.9377345851079381f,2.401902166921061f,0.9420325975277579f,0.02316012737359369f,0.3347210684960607f,-0.3758750080190969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.026335610974968716f,-0.9940258453635327f,-0.1059200374994715f,0.9152534720861027f,0.028460393444445675f,0.10665939831704115f,-0.9938882124040078f,2.5523194797243707f,0.9992479380011563f,0.02316012737359369f,0.031099307073895608f,-0.33370015698637706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000073f,0f,0.000015625f,0f,1.620528017578125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.5926464843749999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72.mcfunction new file mode 100644 index 000000000..13f7519dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..20b6e0744 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6858509208846186f,-0.1323843571758875f,-0.42311622604349747f,0.10935509677486982f,-0.2163344670655044f,0.7802515097335754f,0.10654306341759147f,1.621456303081222f,0.3869784969809681f,0.20155993644087053f,-0.6903373663222551f,-0.35158741249706094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6703395216537127f,0.13729624797591905f,-0.41448120102220165f,0.10935509677486982f,0.09670759793077355f,0.7872450773381693f,0.10436871518457941f,1.621456303081222f,0.42578464769356306f,0.037348741592655416f,-0.6762488486422091f,-0.35158741249706094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47926924846695174f,0.07305776444841029f,0.6571970746832098f,0.00900131322683742f,0.2375242113939575f,0.7765151860941549f,0.08689568004960281f,1.623281411831128f,-0.6171123730083901f,0.242138747959522f,-0.47695449495836933f,-0.3714092349917987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46113800354029816f,-0.11354628026003571f,0.6437848894855933f,0.00900131322683742f,-0.0761297038191342f,0.7918070866311514f,0.08512229882410072f,1.623281411831128f,-0.6492734476992564f,-0.012197532529082233f,-0.46722072975513734f,-0.3714092349917987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7053994196393412f,-0.8291340489817292f,1.1208722664031103f,-0.8433632478120873f,0.5603245369474503f,-0.9816625147593365f,-1.0787869902863128f,1.4544325811322543f,1.2766574803239537f,0.8889778883276788f,-0.14584321032312333f,-0.21813375413786373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.863189761863268f,-0.501805251274949f,0.05563204838328484f,-0.6258714538064312f,-0.49699737471908845f,0.8639339860351162f,0.0813122210729092f,1.5872218341740891f,-0.08886531683828508f,0.04253889474775996f,-0.9951348641751379f,-0.21425944665426688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8143724720039821f,-0.501805251274949f,0.2915286720633305f,-0.324163394289165f,-0.45529899094965676f,0.8639339860351162f,0.21522289983572865f,1.7591491997422917f,-0.3598615090313883f,0.04253889474775996f,-0.9320354804143944f,-0.08821052352921072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7159079542279148f,0.5687262119491882f,0.405001601126624f,0.3274588063503016f,0.6255248284700892f,-0.2647797975514859f,-0.7339007751570098f,1.4653207746142007f,-0.3101523658472839f,0.7787439596237785f,-0.545310329361925f,0.2572996046925299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.04176679902299821f,0.826804376714495f,0.5609367675104995f,0.289174461300032f,0.7076285739289673f,0.4208268732131029f,-0.567597167136112f,1.697787155724327f,-0.7053490879405947f,0.37322816805198206f,-0.602646993449675f,0.021386445452453856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9688716759237403f,-0.0009558738493375407f,0.24756163252391689f,-0.18687698010197654f,-0.14583892147339306f,0.8102600212089536f,-0.5676351883154741f,1.423441283491238f,-0.20004670598687746f,-0.5860697777019819f,-0.7851773882939761f,0.16430118644545272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9724000661613537f,-0.049153508383003586f,0.22808341444093874f,-0.19466774158353384f,-0.09879570804053223f,0.9723380724379755f,-0.21165557153160908f,1.6044318247512859f,-0.2113705736429859f,-0.2283475541827505f,-0.9503577616332656f,0.1155462840259791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9808897591738818f,0.08507896564111751f,0.17497671260268274f,0.11323631166360258f,0.01783919269276741f,0.9348646147048091f,-0.3545559411107073f,1.412812001191334f,-0.19374478974123302f,-0.34465884839688443f,-0.9185168668401571f,0.15199487402391376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9808897591738818f,-0.013807810728430162f,0.19407376100517074f,0.11186030815830424f,0.01783919269276741f,0.9868944759888696f,0.1603778552878325f,1.598857077034796f,-0.19374478974123302f,0.160775115069287f,-0.9677883646865068f,0.17609153082011442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210414f,0.15708960521881007f,0.24711450416925293f,-0.050917389364530934f,0.9937433874630927f,0.09940573088951471f,2.3377332569501563f,-0.162687606295713f,0.08995213259979606f,-0.9825687541330224f,0.09750911195028339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210414f,0.15708960521881007f,0.30706800517504285f,-0.050917389364530934f,0.9937433874630927f,0.09940573088951471f,2.2247440228893316f,-0.162687606295713f,0.08995213259979606f,-0.9825687541330224f,0.0002500599114272778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210414f,0.15708960521881007f,-0.331786234615542f,-0.050917389364530934f,0.9937433874630927f,0.09940573088951471f,2.307819290698494f,-0.162687606295713f,0.08995213259979606f,-0.9825687541330224f,0.0019301432515519967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210414f,0.15708960521881007f,-0.34573495558227907f,-0.050917389364530934f,0.9937433874630927f,0.09940573088951471f,2.19101125243533f,-0.162687606295713f,0.08995213259979606f,-0.9825687541330224f,-0.10753047925948257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.983587767836488f,0.08875786666337332f,0.15708960521881007f,0.14641247304985489f,0.1051652033961657f,0.9894739919072985f,0.09940573088951471f,2.4409965037460606f,-0.14661303815513085f,0.11429462124003192f,-0.9825687541330224f,0.06959321937164156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210414f,0.15708960521881007f,0.03224628670364994f,-0.05091738936453092f,0.9937433874630927f,0.09940573088951471f,2.4451459161186984f,-0.162687606295713f,0.08995213259979606f,-0.9825687541330224f,0.05176052756346484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9721091616328603f,0.17414543864728688f,0.15708960521881007f,0.010522715709370745f,0.19100335874117122f,0.9765429932245241f,0.09940573088951471f,2.4397159423514436f,-0.1360936986750269f,0.12663786393662518f,-0.9825687541330224f,0.047738093829587026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.978344652756042f,-0.13477609712355637f,0.15708960521881007f,0.03854199467817171f,-0.12011339167910531f,0.9877708609822743f,0.09940573088951471f,2.4511366212876604f,-0.1685660510393529f,0.07838449998869984f,-0.9825687541330224f,0.05337313808002142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.987383233264475f,0.019930042659007316f,0.15708960521881007f,0.09345726861833645f,0.035886809709300964f,0.9943996367433015f,0.09940573088951471f,2.561267243301462f,-0.1542286859085555f,0.10378899674050396f,-0.9825687541330224f,0.04149023800555275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.987383233264475f,0.019930042659007316f,0.15708960521881007f,0.0889730090200598f,0.035886809709300964f,0.9943996367433015f,0.09940573088951471f,2.3375273250342197f,-0.1542286859085555f,0.10378899674050396f,-0.9825687541330224f,0.018137713738939396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9628752451325445f,-0.21953158825813757f,0.15708960521881007f,-0.23834865351745393f,-0.20574622701394585f,0.9735435227743274f,0.09940573088951471f,2.4211144573364347f,-0.17475626564008487f,0.06339472392094082f,-0.9825687541330224f,0.00606752453514476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210413f,0.15708960521881007f,-0.1255167512694475f,-0.05091738936453093f,0.9937433874630927f,0.09940573088951471f,2.4369937099156216f,-0.16268760629571302f,0.08995213259979608f,-0.9825687541330224f,0.025713180483030423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9400777754936197f,-0.30261631144927714f,0.15708960521881007f,-0.10322123742730578f,-0.2898132093282417f,0.9519069305164168f,0.09940573088951471f,2.4338383668924735f,-0.17961647953857757f,0.047922475725362554f,-0.9825687541330224f,0.0289584844628043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.987580677220348f,0.0026947937206862893f,0.15708960521881007f,-0.13256471075375045f,0.018526677352829368f,0.9948744960509269f,0.09940573088951471f,2.442294897881903f,-0.1560165638875014f,0.10108152746282285f,-0.9825687541330224f,0.02512269487459242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9758434789016772f,-0.15183003858680322f,0.15708960521881007f,-0.19152948957039423f,-0.13733407636053846f,0.9855241509656267f,0.09940573088951471f,2.5465409116603523f,-0.16990837576549764f,0.07543067841542106f,-0.9825687541330224f,-0.005562285191519141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9758434789016772f,-0.15183003858680322f,0.15708960521881007f,-0.15736773088836356f,-0.13733407636053846f,0.9855241509656267f,0.09940573088951471f,2.3247979776930867f,-0.16990837576549764f,0.07543067841542106f,-0.9825687541330224f,-0.022534187834988853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9853629596336935f,-0.06620191624210414f,0.15708960521881007f,-0.005177929023161301f,-0.050917389364530934f,0.9937433874630927f,0.09940573088951471f,1.8187627361985206f,-0.162687606295713f,0.08995213259979606f,-0.9825687541330224f,-0.017593431438763282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9808897591738818f,-0.013807810728430162f,0.19407376100517074f,9.5380513267056e-18f,0.01783919269276741f,0.9868944759888696f,0.1603778552878325f,1.4486773077026944f,-0.19374478974123302f,0.160775115069287f,-0.9677883646865068f,-0.0778840995897459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9939597583803991f,-0.10972950757452211f,0.001853075236349401f,0.15104820536298544f,-0.10941049904898355f,0.9894698856681691f,-0.09475593941106103f,0.9126259812480403f,0.008563960429091855f,-0.0943863365285103f,-0.9954988086675421f,0.17503719870531698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9939597583803991f,-0.08411966155910998f,0.07048319842032903f,0.125f,-0.10941049904898355f,0.7094294192121612f,-0.6962321752505755f,1.129724494076501f,0.008563960429091855f,-0.6997383666024585f,-0.7143478682590804f,-0.07461496809115052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9912256362157744f,0.13140772850398585f,-0.014273997269720833f,-0.1559196053393187f,0.1317776335427392f,0.973997262681579f,-0.18429321090769096f,0.9478446472215298f,-0.010314717955853238f,-0.18455714881362317f,-0.9827676558654529f,0.19013317616752887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9912256362157744f,0.09267341393886652f,-0.09425166554257147f,-0.12499999999999999f,0.1317776335427392f,0.6371975558333637f,-0.7593509927153996f,1.1571669804237616f,-0.010314717955853238f,-0.7651084323080636f,-0.6438188358572529f,-0.1069475360814299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9878414437663107f,0.1554153755844235f,0.0039170153999545584f,1.0257520611764783e-17f,0.1423988692308897f,0.9146425902880568f,-0.37835366269261583f,1.3418695698930452f,-0.062384645702727816f,-0.3731956498448318f,-0.9256528306646281f,-0.08375901214053283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9930262048953008f,-0.10325392192094049f,-0.0568997715213372f,1.2100040532264135e-17f,-0.061952109330180014f,0.8676524105722818f,-0.49329629086143534f,1.3189527525597318f,0.10030400062199649f,-0.4863310827369075f,-0.8679983786984683f,-0.09880432905788553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.914243709429221e-17f,1.1217227243419879e-16f,1.0257520611764783e-17f,0f,0.9159561149573695f,-0.40127845129311634f,1.3418695698930452f,-1.2246467991473532e-16f,-0.40127845129311634f,-0.9159561149573695f,-0.08375901214053283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9945934949234101f,0.10381201354694054f,-0.002616428742873891f,-0.0031249999999999906f,0.10366091623410263f,0.9940148789492772f,0.03447948481286006f,1.3600038379769943f,0.00618015384461136f,0.03402184990243358f,-0.999401980900415f,-0.07727297486940356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.997515876420263f,-0.07041964421767136f,0.0017748233070421918f,9.442996563818715e-18f,-0.07031714915328766f,0.9969311544802181f,0.03440598438780719f,1.3627723595999959f,-0.004192233828036108f,0.03419571515550336f,-0.9994063629177747f,-0.07710791854756244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-7.288272990531578e-18f,1.222476130786776e-16f,9.420220710723305e-18f,0f,0.9982275147723503f,0.059513265339900076f,1.3658918205836594f,-1.2246467991473532e-16f,0.059513265339900076f,-0.9982275147723503f,-0.07692193959337525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9891172078947364f,0.14710902276823182f,-0.002466671177236956f,-0.1878515625f,0.14621367153417927f,0.9809529098255049f,-0.12787865717691085f,1.3867325075336323f,-0.016392416021315796f,-0.12684764138544563f,-0.991786753577569f,-0.074335923568868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9944187955316546f,-0.10517710371311467f,0.008308787390112014f,0.19375f,-0.10484790927238448f,0.9763840751776374f,-0.1888942922925928f,1.383421682087903f,0.011754786879531302f,-0.18871119361084643f,-0.9819622754420795f,-0.09482995725202052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.01611154923957e-17f,1.2079373844997456e-16f,-0.007812499999999991f,0f,0.9863557274969065f,-0.16462800136686473f,1.2303688454189872f,-1.2246467991473532e-16f,-0.16462800136686473f,-0.9863557274969065f,-0.06631406003308318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.556528367266058e-18f,1.2209123880190673e-16f,1.0256416942859084e-17f,0f,0.9969506219010363f,-0.07803497607571167f,1.453125f,-1.2246467991473532e-16f,-0.07803497607571167f,-0.9969506219010363f,-0.08375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46627084496563154f,-0.22896220222817038f,-0.8544985717283917f,-0.09439550835776397f,0f,0.9659258262890683f,-0.2588190451025207f,1.480234375f,0.884642017504841f,0.12067977485315032f,0.45038305119792976f,0.2657589679294605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46627084496563154f,-0.22896220222817038f,-0.8544985717283917f,-0.05068261664223603f,0f,0.9659258262890683f,-0.2588190451025207f,1.480234375f,0.884642017504841f,0.12067977485315032f,0.45038305119792976f,0.34869415707053936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46627084496563154f,-0.22896220222817038f,-0.8544985717283917f,0.05563572325925878f,0f,0.9659258262890683f,-0.2588190451025207f,1.519057231765378f,0.884642017504841f,0.12067977485315032f,0.45038305119792976f,0.23966910482031045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.08363889274245065f,-0.9741873550568121f,-0.20967482650101177f,0.852071436893079f,-0.3334527151022723f,0.22564321543952734f,-0.9153657335278798f,2.401501702655235f,0.9390494249035773f,-0.0066435362212926155f,-0.3437179672562038f,-0.2977649269227123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06640721893056822f,-0.9741873550568121f,-0.21575235461361747f,0.8529279381069212f,0.31458451793568903f,0.22564321543952734f,-0.9220204555221543f,2.4024395473447653f,0.9469037239070704f,-0.0066435362212926155f,0.3214485978774813f,-0.3915063230772875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.009136012947651552f,-0.9741873550568121f,-0.22555604739140314f,0.8863330946087106f,-0.010003676688324914f,0.22564321543952734f,-0.9741586450772924f,2.548094421761594f,0.9999082256488021f,-0.0066435362212926155f,-0.011806934671647975f,-0.3428645847992527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000074f,0f,0.000015625f,0f,1.6192475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.60375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73.mcfunction new file mode 100644 index 000000000..d82b64930 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..269310059 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6818395155720864f,-0.1321776081661376f,-0.4296142448154457f,0.09895743570059312f,-0.20519011049187233f,0.7860116902797821f,0.08382771465510262f,1.5943670668744194f,0.39992041458920286f,0.17793017475246603f,-0.6894555528471732f,-0.3496950748047936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6666315954311383f,0.13597959115129946f,-0.4208466071661509f,0.09895743570059312f,0.10895285697128092f,0.7882804591684832f,0.0821169449682638f,1.5943670668744194f,0.4286392316747625f,0.011111637298377774f,-0.6753850313604962f,-0.3496950748047936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5123217694662483f,0.07838524570361258f,0.6311312084118491f,0.0008450254591922529f,0.2138347297221021f,0.7844874106715414f,0.07614890220469474f,1.5950773096522783f,-0.598953718863229f,0.21302511635553428f,-0.5126589381899658f,-0.36604767092836327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49304848823752373f,-0.12111529377136086f,0.6182509796687502f,0.0008450254591922529f,-0.10055784963198776f,0.7901415874884528f,0.0745948429760275f,1.5950773096522783f,-0.6219254835782844f,-0.031738893110891814f,-0.5021965108799665f,-0.36604767092836327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7317296886944102f,-0.6007059007201748f,1.2430327161917918f,-0.8115705582580359f,0.8129692376426751f,-0.9495643052924573f,-0.9374512780732339f,1.3901543193785757f,1.1158220876689384f,1.0857653065715518f,-0.13214014422466394f,-0.1863000621233462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8193047708760558f,-0.5725383344109584f,0.030652048049993275f,-0.6084926050021662f,-0.5714667042785716f,0.8197730147864638f,0.03738997364133709f,1.5425117065236256f,-0.046534915071603344f,0.013117158908759412f,-0.9988305370889703f,-0.19251125968274319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7744478142807233f,-0.5725383344109584f,0.2691290370542274f,-0.3218792652383409f,-0.5354925528907397f,0.8197730147864638f,0.20302691946259369f,1.7438524970373857f,-0.3368654163822231f,0.013117158908759412f,-0.9414614338292321f,-0.07509812469928095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7027638428090107f,0.5933976405593588f,0.39243116774652087f,0.3373168081212672f,0.618512000389166f,-0.2370643608930721f,-0.7491617943868678f,1.4586246705336232f,-0.3515193972100319f,0.7692072080869661f,-0.5336238229428579f,0.25876434353228894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06692184473192433f,0.8353399043866692f,0.5456452243325757f,0.2906537255657025f,0.684438696174781f,0.4363503862924269f,-0.5840736353928465f,1.6832262007097607f,-0.7259925191599718f,0.33437342077641313f,-0.6009403278213551f,0.01681799102010452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9772225193184361f,-0.007063586702649907f,0.21209963102236395f,-0.181802696096794f,-0.13143214900147f,0.8048416414878787f,-0.5787534210144697f,1.410231270454884f,-0.1666185402222219f,-0.5934475864556116f,-0.7874377589271578f,0.17906055607611593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9800125476546938f,-0.04805597910602681f,0.193044112346162f,-0.18960666647701052f,-0.0917799974242431f,0.9701601494908721f,-0.22442307459941488f,1.5907336542681763f,-0.1764988343082255f,-0.23765501722456794f,-0.9551796973741786f,0.12853036723792083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9863679173957768f,0.0694806607070045f,0.14916691764609247f,0.12031093631499697f,0.007140388131513985f,0.92370502251982f,-0.3830379174820559f,1.401788150730192f,-0.16439995860598428f,-0.37675120326201617f,-0.9116091182359759f,0.16173034724443516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9863679173957768f,-0.014411441579053072f,0.16392267043923958f,0.11863330770916976f,0.007140388131513985f,0.991470973846469f,0.13013194410776194f,1.5885022829770783f,-0.16439995860598428f,0.1295284461867272f,-0.9778522563448951f,0.17990535430229093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9894012804735339f,-0.06196426502943481f,0.1313222603243398f,0.2507966136029925f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,2.320811021814926f,-0.13630226808042445f,0.08448239774007894f,-0.9870584664487808f,0.08759790971218266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9894012804735339f,-0.06196426502943481f,0.1313222603243398f,0.30795615665483617f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,2.2070045960813154f,-0.13630226808042445f,0.08448239774007894f,-0.9870584664487808f,-0.010387786181884476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9894012804735339f,-0.06196426502943481f,0.1313222603243398f,-0.33047663867520877f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,2.291396111185808f,-0.13630226808042445f,0.08448239774007894f,-0.9870584664487808f,0.007520327214933297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9894012804735339f,-0.06196426502943481f,0.1313222603243398f,-0.34752219165888004f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,2.1738345904782674f,-0.13630226808042445f,0.08448239774007894f,-0.9870584664487808f,-0.10068803878516569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9869134555450999f,0.0935750779178769f,0.1313222603243398f,0.14958556549680074f,0.1061220037608436f,0.9900848814938528f,0.09203286236495697f,2.4240770732136356f,-0.12140820228392274f,0.10476465162432833f,-0.9870584664487808f,0.061599051302023616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.989401280473534f,-0.06196426502943483f,0.1313222603243398f,0.034996929549585866f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,2.428331918952886f,-0.13630226808042442f,0.08448239774007896f,-0.9870584664487808f,0.04675043438017368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9750023464708296f,0.17923417174100206f,0.1313222603243398f,0.013164851354551602f,0.19200976072724857f,0.9770681675453243f,0.09203286236495697f,2.422917666135588f,-0.11181536639407602f,0.11494741254129787f,-0.9870584664487808f,0.04334098382087623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9826687400548352f,-0.13083046763789222f,0.1313222603243398f,0.04134405694094244f,-0.11931853430237067f,0.9885813267591328f,0.09203286236495697f,2.434321150924136f,-0.14186343676570512f,0.07476863728063773f,-0.9870584664487808f,0.04815331508516704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9910368514353718f,0.024503531181680194f,0.1313222603243398f,0.09613129879047515f,0.03679866585297409f,0.9950757812530432f,0.09203286236495697f,2.544251156070339f,-0.12842047067545892f,0.09604044212348453f,-0.9870584664487808f,0.0340325279142413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9910368514353718f,0.024503531181680194f,0.1313222603243398f,0.09061800427459711f,0.03679866585297409f,0.9950757812530432f,0.09203286236495697f,2.3203591052884045f,-0.12842047067545892f,0.09604044212348453f,-0.9870584664487808f,0.012423428436457318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9675267622421184f,-0.2159778421241165f,0.1313222603243398f,-0.23675243064997237f,-0.20502503105625733f,0.9744201808692663f,0.09203286236495697f,2.404526719598102f,-0.1478401196754933f,0.062119906842465655f,-0.9870584664487808f,0.00837621223792959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9894012804735339f,-0.06196426502943482f,0.1313222603243398f,-0.1234126699344498f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,2.4203157162575875f,-0.13630226808042445f,0.08448239774007896f,-0.9870584664487808f,0.024927552075986823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9450213215601075f,-0.2994814948207896f,0.1313222603243398f,-0.1010452595282294f,-0.28917116352630734f,0.9528431090319931f,0.09203286236495697f,2.4171381464494646f,-0.15269165000624602f,0.04899840640419714f,-0.9870584664487808f,0.027607127944331067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9913135573080347f,0.007203821249619824f,0.1313222603243398f,-0.13046389646019407f,0.019426594267600794f,0.9955664516646165f,0.09203286236495697f,2.425626934262937f,-0.130077048446112f,0.09378456844987143f,-0.9870584664487808f,0.024484643753325968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9802357683504654f,-0.14796047576862964f,0.1313222603243398f,-0.190023422891728f,-0.1365534846225735f,0.9863483654786201f,0.09203286236495697f,2.5297705042746603f,-0.14314672292373826f,0.0722813912980049f,-0.9870584664487808f,-0.005388825541597718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9802357683504654f,-0.14796047576862964f,0.1313222603243398f,-0.15673231584378639f,-0.1365534846225735f,0.9863483654786201f,0.09203286236495697f,2.307842122041971f,-0.14314672292373826f,0.0722813912980049f,-0.9870584664487808f,-0.021652138583648794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9894012804735339f,-0.06196426502943481f,0.1313222603243398f,-0.005404290592144894f,-0.05006793298573267f,0.994496432538322f,0.09203286236495697f,1.8015451650403926f,-0.13630226808042445f,0.08448239774007894f,-0.9870584664487808f,-0.017066006838861808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9863679173957768f,-0.014411441579053072f,0.16392267043923958f,8.038480453235358e-18f,0.007140388131513985f,0.991470973846469f,0.13013194410776194f,1.4297435498479667f,-0.16439995860598428f,0.1295284461867272f,-0.9778522563448951f,-0.06563917415888451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9935964545174933f,-0.1126051199023386f,0.009282916677789146f,0.14936410320109325f,-0.11207515722775094f,0.9718274053923226f,-0.2073418753190026f,0.9330341674615942f,0.01432636390162309f,-0.20705453653616457f,-0.9782245009184508f,0.22468914445954463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9935964545174933f,-0.08039317630644598f,0.07939157873242929f,0.125f,-0.11207515722775094f,0.6121679774471329f,-0.7827448668120802f,1.1138773287270927f,0.01432636390162309f,-0.7866303481252468f,-0.6172580098351993f,-0.050332546512853585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9903400387389777f,0.13789729352647448f,-0.014523915055987886f,-0.15558380855628734f,0.13754088466779266f,0.9636617424530627f,-0.22899465316274986f,0.9566547168704488f,-0.017581601613083375f,-0.22878020580985686f,-0.9733193230971622f,0.23054246057951022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9903400387389777f,0.09393339991482817f,-0.1019957060415838f,-0.12499999999999999f,0.13754088466779266f,0.5722086603249485f,-0.8084922721299992f,1.1370049454743791f,-0.017581601613083375f,-0.814710847742663f,-0.579600829757127f,-0.08130854587918568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9884443015964757f,0.15155021394396084f,0.0032241735367783157f,8.24775714925942e-18f,0.1360048445912346f,0.8960449759888648f,-0.42261812934708404f,1.3226697191342034f,-0.06693687241849357f,-0.4172959784836828f,-0.906302113785561f,-0.06734804806579194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9931482685486347f,-0.10771222369067698f,-0.045327624540212864f,9.83650630631568e-18f,-0.06675430025960208f,0.8412651278898657f,-0.5364856456544749f,1.2970480631991557f,0.09591861172733807f,-0.5297839762243263f,-0.8426912592760426f,-0.08032116944382853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.407810362046939e-17f,1.098779165047843e-16f,8.24775714925942e-18f,0f,0.8972212770350242f,-0.44158122699639335f,1.3226697191342034f,-1.2246467991473532e-16f,-0.44158122699639335f,-0.8972212770350242f,-0.06734804806579194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9948614275627035f,0.10122303326863553f,-0.002153481784577456f,-0.002638244628906244f,0.10124557688566313f,0.9946896181691197f,-0.018490448011334617f,1.3419894393537921f,0.00027038673983220435f,-0.01861346401042262f,-0.9998267179109305f,-0.06156753312948295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9973284196547598f,-0.07303156376832164f,0.0015537189234087147f,7.539082679633518e-18f,-0.07304782879764704f,0.9971560433631292f,-0.018542920275371865f,1.3443302055426267f,-0.00019508174962293005f,-0.01860687716793765f,-0.9998268580435155f,-0.061561281872312246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.270533734273933e-19f,1.2246424320065634e-16f,7.538219832827708e-18f,0f,0.9999964339589237f,0.0026705934613563687f,1.3469684407634444f,-1.2246467991473532e-16f,0.0026705934613563687f,-0.9999964339589237f,-0.06155423619345683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9894982541410479f,0.14453034324391004f,-0.0020457110293788786f,-0.18877098083496094f,0.14280200042493102f,0.975278538573784f,-0.1686397369305994f,1.3665335290486669f,-0.022378421000065315f,-0.16716085689892032f,-0.9856756333573243f,-0.059685739790184766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9939968360110931f,-0.10905760108761281f,0.008759545932929816f,0.19375f,-0.1080896458679815f,0.9664642346178114f,-0.23294529757164512f,1.3634418376892032f,0.016938667482135152f,-0.2324937049677325f,-0.972450388808759f,-0.07874056414199285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.6056349631196423e-17f,1.1966062205469025e-16f,-0.007812499999999995f,0f,0.9771031299636976f,-0.21276624124880633f,1.2121281253116745f,-1.2246467991473532e-16f,-0.21276624124880633f,-0.9771031299636976f,-0.04431784344099236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.552808696139935e-17f,1.2147623776664222e-16f,8.896927441950148e-18f,0f,0.9919287573463526f,-0.12679645243192247f,1.4337622070312501f,-1.2246467991473532e-16f,-0.12679645243192247f,-0.9919287573463526f,-0.07264892578125004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48352237934124365f,-0.22655259215884962f,-0.8455057845232573f,-0.08633446883142548f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4688218688964845f,0.8753319991158685f,0.12514480050679946f,0.46704675379444704f,0.2791893783373421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.48352237934124365f,-0.22655259215884962f,-0.8455057845232573f,-0.0410042457681839f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4688218688964845f,0.8753319991158685f,0.12514480050679946f,0.46704675379444704f,0.36125175325445474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48352237934124365f,-0.22655259215884962f,-0.8455057845232573f,0.06315651037868392f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.5076447256618626f,0.8753319991158685f,0.12514480050679946f,0.46704675379444704f,0.25016355272673135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1634117743460392f,-0.9393416482727956f,-0.3015524163810115f,0.8036107798232528f,-0.38303663673107224f,0.34209159694002944f,-0.8580537711733277f,2.380332107556142f,0.9091641914015465f,-0.02471046586303325f,-0.4157040605406736f,-0.3134405626132716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08121319943600055f,-0.9393416482727956f,-0.33322917647996575f,0.8077400450668843f,0.291840929056023f,0.34209159694002944f,-0.8931977448643375f,2.3849133459350687f,0.953012743023453f,-0.02471046586303325f,0.3019206924206191f,-0.40698747022364207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04404549593206987f,-0.9393416482727956f,-0.34014300243904144f,0.8566968628109248f,-0.04886654270855323f,0.34209159694002944f,-0.9383951195028317f,2.52338199467103f,0.9978336811772848f,-0.02471046586303325f,-0.06096997281466268f,-0.3510685204962574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000075f,0f,0.000015625f,0f,1.59988470703125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.61485107421875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74.mcfunction new file mode 100644 index 000000000..c148a6702 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..121501499 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6894506592709616f,-0.13318592006833369f,-0.41696971541208144f,0.08731474766050484f,-0.1912821168486345f,0.7914063492308089f,0.06349477628523889f,1.551228944026422f,0.39371739185510474f,0.15126779411744795f,-0.6993204660655226f,-0.3486393513192264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.673897859080464f,0.13792026040787056f,-0.4084601293832635f,0.08731474766050484f,0.12356225184713648f,0.7879490203881009f,0.062198964524315656f,1.551228944026422f,0.41303032024929115f,-0.01069313043301337f,-0.6850486198192874f,-0.3486393513192264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5592310322845212f,0.08699035246958331f,0.5887595226844751f,-0.005138946659061311f,0.19057364888636452f,0.7915312712475248f,0.06406539964644313f,1.551176488319846f,-0.563814491942669f,0.1812605022031537f,-0.5623186760733945f,-0.36123351795311875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5387283637601994f,-0.13091250097677276f,0.5767440222215267f,-0.005138946659061311f,-0.12425026291905414f,0.7877964920056175f,0.06275794251080144f,1.551176488319846f,-0.5782158958769676f,-0.04731389089527094f,-0.5508427847249578f,-0.36123351795311875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7046892817314959f,-0.3756462579003967f,1.3430223956204812f,-0.7763052564920804f,1.0427516954276934f,-0.8572356750546992f,-0.7869066965633121f,1.316024749213795f,0.9260065701146072f,1.2511767006857755f,-0.13592257268621002f,-0.15264199845672535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7704034638851285f,-0.6375162363495321f,0.007179918141789171f,-0.5890364074046448f,-0.6375537101201469f,0.7703853321565043f,-0.005630871171351831f,1.4854583755030086f,-0.0019415318259894399f,-0.008915626104756956f,-0.9999583701661429f,-0.16947951113786197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7304261582753261f,-0.6375162363495321f,0.2450523937811576f,-0.31902837117789756f,-0.6080486671833679f,0.7703853321565043f,0.19178961998669963f,1.713385322229196f,-0.31105376648367133f,-0.008915626104756956f,-0.9503504963788265f,-0.061719278676261265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6898079306338938f,0.6168867672047559f,0.37896666777204857f,0.34673350690216154f,0.6089258180749337f,-0.21119951559619798f,-0.7645940836114966f,1.4349631813189332f,-0.3916303958024172f,0.7581856507871911f,-0.5213253801840513f,0.26044467440332564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09092346244109917f,0.843405450766795f,0.5295282519323982f,0.29209476857073297f,0.661056902643783f,0.4487997115775874f,-0.6013173790560876f,1.6517119282716124f,-0.7448064818761517f,0.29537444795502144f,-0.598345418675982f,0.01306658909059391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9843388444528961f,-0.010836344697024713f,0.1759534396786392f,-0.17692428750617817f,-0.1142967374806821f,0.7991272585339432f,-0.5901964761579793f,1.3815597661860624f,-0.1342136174253913f,-0.6010642214452891f,-0.7878505610811984f,0.19430244041819783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9863895060372879f,-0.04459241023411425f,0.15826325956780862f,-0.1842962190527758f,-0.08187838314595995f,0.9679071371882857f,-0.23759567368405587f,1.5615573814483406f,-0.14258917473959407f,-0.2473202190066341f,-0.9583845973916694f,0.14193999562075604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9908488765664009f,0.05499134841110219f,0.12326579171461165f,0.12713169708109887f,-0.0005621806495969411f,0.9115534152786342f,-0.41118129218968025f,1.3745439686387133f,-0.13497476712340895f,-0.40748781907412485f,-0.9031807623871285f,0.17177619815740922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9908488765664009f,-0.01400899114493028f,0.13424698124800616f,0.12534405487422448f,-0.0005621806495969411f,0.9950190606326034f,0.09968326304214195f,1.5617330629013397f,-0.13497476712340895f,0.09869557814265495f,-0.9859213939737126f,0.18411961034682134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9927811854087326f,-0.05556032576920931f,0.10629472281750837f,0.2557498635341424f,-0.046688871341550635f,0.9953541824644404f,0.0842033297643128f,2.287029393462692f,-0.11047926136286274f,0.07863270090086445f,-0.9907629540701204f,0.07853069975779657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9927811854087326f,-0.05556032576920931f,0.10629472281750837f,0.3098893289722624f,-0.046688871341550635f,0.9953541824644404f,0.0842033297643128f,2.1722550154953493f,-0.11047926136286274f,0.07863270090086445f,-0.9907629540701204f,-0.02003944249777792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9927811854087326f,-0.05556032576920931f,0.10629472281750837f,-0.327509082893488f,-0.046688871341550635f,0.9953541824644404f,0.0842033297643128f,2.259599681549531f,-0.11047926136286274f,0.07863270090086445f,-0.9907629540701204f,0.01362413370711471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9927811854087326f,-0.05556032576920931f,0.10629472281750837f,-0.34782820636102296f,-0.046688871341550635f,0.9953541824644404f,0.0842033297643128f,2.1413236382315723f,-0.11047926136286274f,0.07863270090086445f,-0.9907629540701204f,-0.09323195315067448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.989249951429592f,0.10042890767950574f,0.10629472281750837f,0.15434214392996454f,0.10959364519978507f,0.9904034693943807f,0.0842033297643128f,2.3905486353429293f,-0.09681821382556718f,0.09494736601862788f,-0.9907629540701204f,0.05437008647734254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9927811854087326f,-0.055560325769209315f,0.10629472281750837f,0.03942872853940829f,-0.046688871341550635f,0.9953541824644404f,0.0842033297643128f,2.395201342212415f,-0.11047926136286274f,0.07863270090086445f,-0.9907629540701204f,0.04243694325922456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9767326006595332f,0.18626555964539987f,0.10629472281750837f,0.01749349215692933f,0.19549595828749855f,0.9770829696345419f,0.0842033297643128f,2.3898588605366236f,-0.08817458308445571f,0.10302432596300237f,-0.9907629540701204f,0.03962955668295804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9864871279323499f,-0.12467789830171357f,0.10629472281750837f,0.04583512500424452f,-0.11600753749272313f,0.9896726986744037f,0.0842033297643128f,2.4011725680597586f,-0.11569527937067188f,0.07073451189900679f,-0.9907629540701204f,0.04363174291412375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.993845754729135f,0.031177679644662136f,0.10629472281750837f,0.10070629754811905f,0.040239626979336f,0.9956357625543422f,0.0842033297643128f,2.510752476712463f,-0.1032055629675068f,0.08796238181636815f,-0.9907629540701204f,0.027290305566836363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.993845754729135f,0.031177679644662136f,0.10629472281750837f,0.09369131962807008f,0.040239626979336f,0.9956357625543422f,0.0842033297643128f,2.286734430137736f,-0.1032055629675068f,0.08796238181636815f,-0.9907629540701204f,0.007498769658153562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9718668517512576f,-0.21018147960333694f,0.10629472281750837f,-0.23331562582697238f,-0.20182175291897708f,0.9757959721710854f,0.0842033297643128f,2.372317726052195f,-0.12141994282575763f,0.060381837719949316f,-0.9907629540701204f,0.011230525923836929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9927811854087327f,-0.0555603257692093f,0.10629472281750837f,-0.11952201577397577f,-0.04668887134155063f,0.9953541824644403f,0.0842033297643128f,2.387726149330072f,-0.11047926136286275f,0.07863270090086445f,-0.9907629540701204f,0.02474849279006093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9498500819990888f,-0.2940854529341317f,0.10629472281750837f,-0.09710677318091519f,-0.2860999829422114f,0.954492849117828f,0.0842033297643128f,2.38446939796148f,-0.12622052720057336f,0.04956962129629259f,-0.9907629540701204f,0.02687654237064453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9942385127438199f,0.013827931085538148f,0.10629472281750837f,-0.1265597434950097f,0.022857258297648925f,0.9961864007301631f,0.0842033297643128f,2.393065120060538f,-0.10472499949903026f,0.08614779928806457f,-0.9907629540701204f,0.024447195488696758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9841609518097004f,-0.14187548355573512f,0.10629472281750837f,-0.18642596052415344f,-0.13326203916001678f,0.9874973560346967f,0.0842033297643128f,2.4972491174101545f,-0.11691214587004539f,0.06870457765178223f,-0.9907629540701204f,-0.004662515710911145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9841609518097004f,-0.14187548355573512f,0.10629472281750837f,-0.1545039767241131f,-0.13326203916001678f,0.9874973560346967f,0.0842033297643128f,2.2750622123023483f,-0.11691214587004539f,0.06870457765178223f,-0.9907629540701204f,-0.020121045682562122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9927811854087326f,-0.05556032576920931f,0.10629472281750837f,-0.005253371679348849f,-0.046688871341550635f,0.9953541824644404f,0.0842033297643128f,1.7681479486518816f,-0.11047926136286274f,0.07863270090086445f,-0.9907629540701204f,-0.015649054909206067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9908488765664009f,-0.01400899114493028f,0.13424698124800616f,6.448977395264034e-18f,-0.0005621806495969411f,0.9950190606326034f,0.09968326304214195f,1.3950158009146554f,-0.13497476712340895f,0.09869557814265495f,-0.9859213939737126f,-0.05265989671270167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9932299587992752f,-0.11492299956278859f,0.01693969052495848f,0.1474257982551074f,-0.11438626657640473f,0.9421495804920537f,-0.3150713411234973f,0.9400453110754424f,0.020249221276428062f,-0.3148759631190334f,-0.9489168018786259f,0.2690425487223029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9932299587992752f,-0.0758563925600841f,0.08797759175699509f,0.125f,-0.11438626657640473f,0.5066386929824177f,-0.854536726414833f,1.0825719990356517f,0.020249221276428062f,-0.858814905832938f,-0.5118856576979475f,-0.02582701056506008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9894305277747373f,0.14425787109235225f,-0.01472743478366803f,-0.1550602037028727f,0.14278762380584883f,0.9515404797562927f,-0.2723644798299584f,0.9506691169208342f,-0.025276969661814707f,-0.27158862644276305f,-0.9620814377128628f,0.2685401845658657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9894305277747373f,0.0947653442650119f,-0.10975773427753822f,-0.12499999999999999f,0.14278762380584883f,0.5047719626863616f,-0.8513618268243167f,1.1016677011062983f,-0.025276969661814707f,-0.8580354277138516f,-0.512968107773401f,-0.05514395519949619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9890206495090259f,0.14775495895605462f,0.0025742860445554976f,6.156203100620637e-18f,0.12961990884663427f,0.8757336354455557f,-0.46506911204669416f,1.2878294003396542f,-0.07097065643866342f,-0.459629276540567f,-0.885270633236786f,-0.050269213171559544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9931356756361549f,-0.11193862039261022f,-0.03393044419569416f,7.471317484077066e-18f,-0.07193892053752239f,0.8132761807790069f,-0.5774137558886244f,1.2596944616336598f,0.0922297212974974f,-0.5710092810472619f,-0.8157463327942547f,-0.061007937058087984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.881413355611015e-17f,1.0741738928433615e-16f,6.156203100620637e-18f,0f,0.8771295475489285f,-0.4802538462278172f,1.2878294003396542f,-1.2246467991473532e-16f,-0.4802538462278172f,-0.8771295475489285f,-0.050269213171559544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9951175525665945f,0.09868181483251381f,-0.0017193007975473545f,-0.0021606445312499947f,0.09855767285248374f,0.9926395018155405f,-0.07037900650974058f,1.3082832392177715f,-0.005238482201342038f,-0.07020483499558117f,-0.9975188416503565f,-0.0452927508520114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9971379988425862f,-0.07559151248157678f,0.0013170060554519327f,5.559223476357804e-18f,-0.07549641816203213f,0.9946567940168849f,-0.070414153128158f,1.3101976512035338f,0.004012743314250172f,-0.07031205698029125f,-0.9975169735569887f,-0.045394504605151056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,6.499999025926647e-18f,1.222920595921155e-16f,5.573267663706302e-18f,0f,0.9985904480970349f,-0.053076519943972444f,1.312355250194173f,-1.2246467991473532e-16f,-0.053076519943972444f,-0.9985904480970349f,-0.04550918409770578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9898653275937447f,0.1419997317242735f,-0.0016460309726441154f,-0.1896722412109375f,0.13922371906150421f,0.9680991308069598f,-0.2083286561697462f,1.3306498304258059f,-0.02798909213268427f,-0.20644648004033236f,-0.9780574940158399f,-0.04423135202606033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9935681891783226f,-0.11286011096912595f,0.00921134110461052f,0.19375f,-0.11101424495698363f,0.954817897811152f,-0.27567847111467214f,1.3278869043209478f,0.022317949492275207f,-0.27492794941862286f,-0.9612057697282779f,-0.06193397854584668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.1776247260922705e-17f,1.1827031722554596e-16f,-0.007812499999999997f,0f,0.9657504294943684f,-0.25947274988222374f,1.178498953620835f,-1.2246467991473532e-16f,-0.25947274988222374f,-0.9657504294943684f,-0.021813282048605838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.1347391703789942e-17f,1.205897453934767e-16f,7.44116443778792e-18f,0f,0.9846899977808784f,-0.17431468174050532f,1.398515625f,-1.2246467991473532e-16f,-0.17431468174050532f,-0.9846899977808784f,-0.060761718749999985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5002579954881393f,-0.22410530270695175f,-0.8363723759479471f,-0.07842212771819403f,0f,0.9659258262890683f,-0.25881904510252074f,1.441370849609375f,0.8658763987718967f,0.12947629669714134f,0.48321211764959393f,0.2933762772060048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5002579954881393f,-0.22410530270695175f,-0.8363723759479471f,-0.031522940641180955f,0f,0.9659258262890683f,-0.25881904510252074f,1.441370849609375f,0.8658763987718967f,0.12947629669714134f,0.48321211764959393f,0.3745521895908701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5002579954881393f,-0.22410530270695175f,-0.8363723759479471f,0.0704833222125046f,0f,0.9659258262890683f,-0.25881904510252074f,1.480193706374753f,0.8658763987718967f,0.12947629669714134f,0.48321211764959393f,0.26148241575099834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.24365502525334043f,-0.8917175365732904f,-0.3814080015370113f,0.756120653019452f,-0.42305957945258077f,0.45159405386985174f,-0.7855465630647233f,2.343299223519467f,0.8727272316721874f,-0.03004405893111278f,-0.48728280661310464f,-0.32793321222553534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10034549415417116f,-0.8917175365732904f,-0.4413282415284773f,0.7634018445391421f,0.26199910759131506f,0.45159405386985174f,-0.8528887841511038f,2.35148229503522f,0.9598370952533092f,-0.03004405893111278f,0.27894462729838354f,-0.4210411285947768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.07766604287669522f,-0.8917175365732904f,-0.44587870632217697f,0.8266430547276236f,-0.08728609616803318f,0.45159405386985174f,-0.8879436625851544f,2.4805823086651166f,0.9931511079385758f,-0.03004405893111278f,-0.11290806580277439f,-0.35755096053973995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000076f,0f,0.000015625f,0f,1.5646381249999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.62673828125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75.mcfunction new file mode 100644 index 000000000..b7c8eff1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..1e46552f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7048405050785932f,-0.13481084442034796f,-0.3898337377288821f,0.07512574449968507f,-0.1768564556030579f,0.7960450383702383f,0.044480731132636106f,1.4968986395394661f,0.37264742177629745f,0.12281196015552792f,-0.7162370877933367f,-0.3481913692512526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6884351931329092f,0.1422189098771232f,-0.38187794716298656f,0.07512574449968507f,0.1383567556668403f,0.7867393502434555f,0.04357296110952109f,1.4968986395394661f,0.3832941338155338f,-0.028547792416722506f,-0.701620004368983f,-0.3481913692512526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.611974759752355f,0.09737921537811083f,0.5319291553231833f,-0.009724311581588901f,0.16981411907458047f,0.7972867923074376f,0.049410325029141375f,1.4964448608923442f,-0.5134145526116453f,0.14763300331871826f,-0.617700929206136f,-0.35726181312047117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.590357257793268f,-0.1412825511212939f,0.5210734582757715f,-0.009724311581588901f,-0.14519574594134532f,0.7852231826017307f,0.04840195104895482f,1.4964448608923442f,-0.5199966380000447f,-0.05885400796435271f,-0.6050947877937659f,-0.35726181312047117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6308860643780138f,-0.1697627359880974f,1.4193553597473243f,-0.7389742492704529f,1.234700731004083f,-0.7170988139767276f,-0.6345783212899369f,1.2373734208661975f,0.720349310148628f,1.3778084607313914f,-0.1553929435508235f,-0.11889292310366545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7184373849789065f,-0.6954418211588311f,-0.01443597062753535f,-0.5682838172502287f,-0.6942708087346675f,0.7181970752190013f,-0.046701234306846084f,1.4211542271254876f,0.04284586331936163f,-0.023529439648248898f,-0.9988045842236899f,-0.14633691810686034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.684127381594991f,-0.6954418211588311f,0.21984175930716654f,-0.31571211792315146f,-0.6717590294778197f,0.7181970752190013f,0.18147387542533472f,1.6723997989833226f,-0.28409423096395225f,-0.023529439648248898f,-0.9585076073786999f,-0.04862927475854648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.677313125892351f,0.6387744958854119f,0.36498503106328894f,0.355538244250997f,0.5972259694906256f,-0.18769140399313655f,-0.779803230458215f,1.3989808480034065f,-0.42961386250901473f,0.7461495026289457f,-0.508618569132766f,0.26217658420635753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11333777308332947f,0.8508637119255523f,0.5130160747196744f,0.2934693601618222f,0.6380985645454875f,0.4581160138875435f,-0.6188375713745706f,1.608089255588955f,-0.7615673122695724f,0.2572171486274948f,-0.5948567620313658f,0.010020966323351102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9900633776330386f,-0.01236340367053268f,0.1400773162205026f,-0.17233416008805497f,-0.09500773939331433f,0.7932003534849831f,-0.6015037229200414f,1.3420914827703878f,-0.10367274340554171f,-0.6088352367274561f,-0.7864932401450069f,0.20946840135269257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9914405354038697f,-0.039043823167934526f,0.12458428725372801f,-0.1788762251367069f,-0.06952865791947406f,0.9655626802090645f,-0.25070795024371395f,1.5215675606205643f,-0.11050534143653473f,-0.25722420271024043f,-0.9600126452573821f,0.15523878431166388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9943206795969587f,0.04183758272390906f,0.09785705287643917f,0.13356909988671153f,-0.005317633406873624f,0.8988095066433703f,-0.4383071908404554f,1.335753174613445f,-0.10629256277271826f,-0.43633827180218954f,-0.8934824025462877f,0.18174341265857005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9943206795969587f,-0.012696116966381376f,0.10566548509242793f,0.1318489872373427f,-0.005317633406873624f,0.9975454613363446f,0.06981959139245669f,1.5232293210602124f,-0.10629256277271826f,0.06886117324904847f,-0.9919475943405339f,0.18845521017813832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9954577785436368f,-0.04733930007511527f,0.08260025305872608f,0.26173434207337887f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,2.2412582835084667f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,0.07024794173362348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9954577785436368f,-0.04733930007511527f,0.08260025305872608f,0.31272519500241014f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,2.125410569677968f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,-0.028744747985450157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9954577785436368f,-0.04733930007511527f,0.08260025305872608f,-0.3230971028210078f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,2.217139017889404f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,0.019783180872790993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9954577785436368f,-0.04733930007511527f,0.08260025305872608f,-0.3467655832827492f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,2.098212248873493f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,-0.08565181874341019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9906075395049164f,0.10896743032048456f,0.08260025305872608f,0.16042241158877257f,0.115298757290002f,0.9904039200020833f,0.07619889639547212f,2.3452528621475115f,-0.07350441648905497f,0.08500690780081946f,-0.9936653996103249f,0.047786538749035476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9954577785436369f,-0.04733930007511528f,0.08260025305872608f,0.04528353920850169f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,2.3505636120850304f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,0.038622662544020775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9773408414196216f,0.19488991222692958f,0.08260025305872608f,0.023253004909241315f,0.2011793999768408f,0.9765861852458647f,0.07619889639547212f,2.345343134931158f,-0.06581586980466192f,0.091089762866687f,-0.9936653996103249f,0.036391003570295476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9897306707838827f,-0.1166636083117617f,0.08260025305872608f,0.05175476642934705f,-0.11044874842044923f,0.9909565087129043f,0.07619889639547212f,2.356501758149378f,-0.09074289659274748f,0.0662932902729335f,-0.9936653996103249f,0.039615959868419724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.995795653018559f,0.039600702316700494f,0.08260025305872608f,0.1069012030964078f,0.045930810270434726f,0.9960341805661156f,0.07619889639547212f,2.4655994385386815f,-0.07925514555688383f,0.0796724263469529f,-0.9936653996103249f,0.021117008875206608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.995795653018559f,0.039600702316700494f,0.08260025305872608f,0.0979910450751502f,0.045930810270434726f,0.9960341805661156f,0.07619889639547212f,2.2414917479113057f,-0.07925514555688383f,0.0796724263469529f,-0.9936653996103249f,0.0031907129471422345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.975796543339657f,-0.2024803797927363f,0.08260025305872608f,-0.22828050501469377f,-0.19639600813481994f,0.9775593773151684f,0.07619889639547212f,2.329222210967057f,-0.09617543342810615f,0.058132259737338564f,-0.9936653996103249f,0.014245593056820837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9954577785436368f,-0.047339300075115276f,0.08260025305872608f,-0.1140957451268631f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,2.3439905877946647f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,0.024869917987668678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9544360149985548f,-0.28675615332249216f,0.08260025305872608f,-0.09165622909961521f,-0.2808485756401327f,0.9567224287895737f,0.07619889639547212f,2.3406041176273895f,-0.10087601714276252f,0.0495288076039244f,-0.9936653996103249f,0.02647555345969893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963351160693926f,0.022215640472967285f,0.08260025305872608f,-0.12110488819629596f,0.028540621440893144f,0.9966840829048489f,0.07619889639547212f,2.349372784560265f,-0.08063355018078615f,0.0782770988380134f,-0.9936653996103249f,0.024700002100888102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.987543869300157f,-0.1339190218091085f,0.08260025305872608f,-0.18100517946780836f,-0.12772650229282337f,0.9888779847888988f,0.07619889639547212f,2.4537257772041006f,-0.09188605345598135f,0.06469951157109313f,-0.9936653996103249f,-0.003726263273120334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.987543869300157f,-0.1339190218091085f,0.08260025305872608f,-0.15087339956075901f,-0.12772650229282337f,0.9888779847888988f,0.07619889639547212f,2.2312282306265985f,-0.09188605345598135f,0.06469951157109313f,-0.9936653996103249f,-0.018283653376616266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9954577785436368f,-0.04733930007511527f,0.08260025305872608f,-0.004761043862393011f,-0.04105406913882992f,0.9962471036822422f,0.07619889639547212f,1.7234021331194442f,-0.085897465295034f,0.0724617076333556f,-0.9936653996103249f,-0.013631051639009125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9943206795969587f,-0.012696116966381376f,0.10566548509242793f,4.831720453559176e-18f,-0.005317633406873624f,0.9975454613363446f,0.06981959139245669f,1.349322585118315f,-0.10629256277271826f,0.06886117324904847f,-0.9919475943405339f,-0.0394539916074023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9928680908924764f,-0.11664948865534372f,0.024614038351638876f,0.14530236184741854f,-0.11630761760165914f,0.9024177103314488f,-0.4148672247454257f,0.9367624949289275f,0.026181905495119052f,-0.4147712295670859f,-0.9095489733643002f,0.30717276590818376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9928680908924764f,-0.0706727414364318f,0.09601207062337719f,0.12499999999999999f,-0.11630761760165914f,0.3973400941643218f,-0.9102710517517923f,1.0405202282968884f,0.026181905495119052f,-0.9149460165426959f,-0.4027260789138163f,-0.0018098050428546897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9885178992364456f,0.15036894739080098f,-0.0148843054841927f,-0.15437565901951625f,0.14741491029896958f,0.9380622680476822f,-0.3135411065343512f,0.9338185549899802f,-0.03318444079250101f,-0.3121351645134223f,-0.9494579674548359f,0.30329413787190973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9885178992364456f,0.09517967596876031f,-0.11735924408262877f,-0.125f,0.14741491029896958f,0.4368929449108211f,-0.8873519025215967f,1.0559459789339498f,-0.03318444079250101f,-0.8944637410033078f,-0.4459073994896888f,-0.029240062897492383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9895608518625926f,0.14410208667597874f,0.0019771384900666537f,4.055238911424668e-18f,0.12339837057911071f,0.8543141142737805f,-0.5048962629006343f,1.2421672825840417f,-0.07444570235682287f,-0.4993816003501077f,-0.8631777653718641f,-0.03311353864843385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.993000184942806f,-0.11586541462965384f,-0.022931166482574893f,5.08512158366059e-18f,-0.07732372303040191f,0.784467970159129f,-0.6153300298629457f,1.2117576350985093f,0.08928423466811407f,-0.6092497102889047f,-0.7879359846793487f,-0.0415231688614305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.326147878571272e-17f,1.0485982609399747e-16f,4.055238911424668e-18f,0f,0.8562454592377572f,-0.5165691759432829f,1.2421672825840417f,-1.2246467991473532e-16f,-0.5165691759432829f,-0.8562454592377572f,-0.03311353864843385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9953575952342346f,0.09623676082908968f,-0.0013204070002285555f,-0.0017013549804687463f,0.0956983334436619f,0.9881412291474926f,-0.12007805892413594f,1.2636767036095782f,-0.010251174841322609f,-0.11964696872051186f,-0.9927635752234092f,-0.029013526352717173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9969487878246215f,-0.07805105794064336f,0.0010708918545494044f,3.572831400379428e-18f,-0.07761437629534688f,0.9897232214920968f,-0.12009976449431647f,1.265178351407649f,0.008314027141049236f,-0.11981643123400196f,-0.9927612501296803f,-0.02917438238410432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.3043754660430833e-17f,1.2176805119150533e-16f,3.595023457334964e-18f,0f,0.9943115947903102f,-0.10651033971192672f,1.2668700283915832f,-1.2246467991473532e-16f,-0.10651033971192672f,-0.9943115947903102f,-0.029355594281044624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.990212051710335f,0.13956528723502504f,-0.0012740669581694228f,-0.1905384063720703f,0.13558147251738506f,0.9596998560502945f,-0.24615818208432888f,1.2839317464553146f,-0.03313241551149732f,-0.24392153840128386f,-0.9692288306413117f,-0.0285398969525273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.993142258313703f,-0.11651283317642111f,0.00965476342339243f,0.19375f,-0.11357024091329973f,0.9418543104047594f,-0.31624714757744493f,1.281586823450712f,0.027753470601949496f,-0.31517490013828614f,-0.9486277073712154f,-0.04500438749236389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.720548377747866e-17f,1.166762606681511e-16f,-0.007812499999999999f,0f,0.9527339699036954f,-0.30380583041071574f,1.134251177061878f,-1.2246467991473532e-16f,-0.30380583041071574f,-0.9527339699036954f,0.0004981186913727426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.6894899519510604e-17f,1.194749438436947e-16f,5.9483271652921394e-18f,0f,0.975586952310477f,-0.2196135207166334f,1.35223388671875f,-1.2246467991473532e-16f,-0.2196135207166334f,-0.975586952310477f,-0.048571777343750025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5161709763124277f,-0.22167477610146305f,-0.8273015271671152f,-0.0708084448124966f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.402582550048828f,0.8564855650929996f,0.13359487919881843f,0.49858287680101687f,0.30779115820364833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5161709763124277f,-0.22167477610146305f,-0.8273015271671152f,-0.02241741578320651f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.402582550048828f,0.8564855650929996f,0.13359487919881843f,0.49858287680101687f,0.388086679931117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5161709763124277f,-0.22167477610146305f,-0.8273015271671152f,0.07748229877721574f,-1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.4414054068142061f,0.8564855650929996f,0.13359487919881843f,0.49858287680101687f,0.2731514875472301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3213735015912195f,-0.8346092667003224f,-0.44737729537041615f,0.710500964257227f,-0.4524450880560882f,0.5503579350459685f,-0.7017118964545608f,2.2952914609088246f,0.8318728958013462f,-0.02309794947365519f,-0.5544853198788904f,-0.34121616333098204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.121997782984675f,-0.8346092667003224f,-0.5371628364702591f,0.7207506437139647f,0.225573153947097f,0.5503579350459685f,-0.8038799011981186f,2.3069546896038706f,0.9665574443172964f,-0.02309794947365519f,0.2554078925266976f,-0.43367142639069745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10932991420520234f,-0.8346092667003224f,-0.5398836372755089f,0.7966083495769222f,-0.12440777274715803f,0.5503579350459685f,-0.8256081694193858f,2.4249643006692554f,0.9861894726369649f,-0.02309794947365519f,-0.1640024658050539f,-0.36284342499008165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000078f,0f,0.000015625f,0f,1.51835638671875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6389282226562499f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76.mcfunction new file mode 100644 index 000000000..ba16d6b31 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..c69a33874 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7238102484811697f,-0.1364489026832824f,-0.35273908997246084f,0.06312849675042173f,-0.16351253647838848f,0.7997017339769428f,0.026176927495780374f,1.436347841883332f,0.34103785574694695f,0.09382578576939174f,-0.7360939799487055f,-0.34816910460830996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7062173470187266f,0.14784768180939772f,-0.34554033303424736f,0.06312849675042173f,0.15180413257001343f,0.7850464680777354f,0.02564270448566241f,1.436347841883332f,0.3438205405505862f,-0.04293140973995972f,-0.7210716538273034f,-0.34816910460830996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6632482376906214f,0.10812693224944359f,0.46406334283915796f,-0.013616115574242915f,0.1532232204819297f,0.8015160180001536f,0.0322360363377374f,1.4357785439228592f,-0.4511860640022867f,0.11324788676150302f,-0.6712305835095884f,-0.35426349905893123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6407900643339141f,-0.15077667182796572f,0.45459266237305274f,-0.013616115574242915f,-0.16179634633976697f,0.7828312476169937f,0.03157815804513052f,1.4357785439228592f,-0.4507882382694125f,-0.06664557739942688f,-0.6575320001726581f,-0.35426349905893123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5222471198352581f,0.0052016434441918185f,1.472629328354307f,-0.7011664288513348f,1.3802860590686659f,-0.5463451636078348f,-0.48756907956003565f,1.1590279129120011f,0.5132977605293731f,1.4638600189593973f,-0.18720444419864232f,-0.08665365985138113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6656299715792793f,-0.7455105183585167f,-0.0339235604290519f,-0.5471300082713699f,-0.7413273568257513f,0.6657566481760019f,-0.08486362843527576f,1.3544026578695587f,0.08585156351000861f,-0.03133931119649942f,-0.9958149208646232f,-0.12416950025710533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6375597086616637f,-0.7455105183585167f,0.1942464540424619f,-0.31207633312168426f,-0.7260613324978561f,0.6657566481760019f,0.17205530175177142f,1.6254980750967851f,-0.2575899053586773f,-0.03133931119649942f,-0.9657459750012094f,-0.036322275065411656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6655495534334877f,0.6587017393504043f,0.35093562159068026f,0.3635820265716704f,0.5840515914420217f,-0.16690726014213875f,-0.7943712639854783f,1.3554010428519645f,-0.46468003019123494f,0.7336579482896619f,-0.4958008516056388f,0.26383384293235645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13378926807379032f,0.857601440493769f,0.49660870009625485f,0.29475021555025105f,0.6161831772960369f,0.46445917352698296f,-0.636078586452958f,1.5572777889795897f,-0.7761563784223128f,0.2209014381792124f,-0.5905792333334412f,0.007573644521768376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9943503414038298f,-0.011907650079515171f,0.10547799021440811f,-0.16811391362873446f,-0.07437047533758193f,0.7871733743953717f,-0.6122312561778156f,1.2964568987311351f,-0.07573922991521018f,-0.6166168068684048f,-0.7836116911706099f,0.2240265435987084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9951716777326017f,-0.03186258342899624f,0.09283376334130147f,-0.17350793700078812f,-0.05539805914758164f,0.9631224449182728f,-0.26329871085390755f,1.4753967402104744f,-0.08102090397890879f,-0.2671702301377884f,-0.9602373046526372f,0.16793064229379412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9968344978378223f,0.03018217864903833f,0.0735528382349325f,0.13950501141239852f,-0.007394601775396463f,0.8859321908341496f,-0.4637558335033505f,1.290114598491639f,-0.07915998853587533f,-0.46283170735787055f,-0.8829045853766978f,0.19127554721467818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9968344978378223f,-0.010637885665838755f,0.07878971575641808f,0.13800284357353135f,-0.007394601775396463f,0.999117700044452f,0.04134176244994672f,1.477707553265286f,-0.07915998853587533f,0.04062827643950778f,-0.9960336537329223f,0.19266813871125515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,0.2684223431480055f,-0.03362795619630366f,0.9970969201985564f,0.06831465649926988f,2.1884351407340867f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,0.06271926181824167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,0.31624868456006267f,-0.03362795619630366f,0.9970969201985564f,0.06831465649926988f,2.071463573113435f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,-0.036530957000180435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,-0.3175711411280824f,-0.03362795619630366f,0.9970969201985564f,0.06831465649926988f,2.168678716468758f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,0.02560363052603888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,-0.34455247855978105f,-0.03362795619630366f,0.9970969201985564f,0.06831465649926988f,2.049185052133384f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,-0.07838475398926018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9910693078407204f,0.11869582470842961f,0.060769468097892215f,0.16745624002012638f,0.1227663830513898f,0.9900815738613997f,0.06831465649926988f,2.2930795480701596f,-0.05205806612422729f,0.07516500713044302f,-0.9958113171954243f,0.04176960069165439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,0.052185640473528805f,-0.033627956196303675f,0.9970969201985566f,0.06831465649926988f,2.299254238842137f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,0.035158798997578955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9769529671488729f,0.20462153289943028f,0.060769468097892215f,0.03006973178611834f,0.20859051485035554f,0.97561421925977f,0.06831465649926988f,2.294195963989752f,-0.04530890744077795f,0.07941614100443933f,-0.9958113171954243f,0.033462166023760745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.992369016601797f,-0.1072884273157251f,0.060769468097892215f,0.05872444111410174f,-0.10310000531932342f,0.9923222745713928f,0.06831465649926988f,2.3051469313664112f,-0.0676322688658147f,0.06152801600552488f,-0.9958113171954243f,0.035962080391116674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969349149976007f,0.04927318749407151f,0.060769468097892215f,0.11430177681952122f,0.053402731000888465f,0.9962335348847848f,0.06831465649926988f,2.413658112477181f,-0.05717450113794967f,0.07135052182808872f,-0.9958113171954243f,0.015416329952576305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969349149976007f,0.04927318749407151f,0.060769468097892215f,0.10321530963335515f,0.053402731000888465f,0.9962335348847848f,0.06831465649926988f,2.189505567128105f,-0.05717450113794967f,0.07135052182808872f,-0.9958113171954243f,-0.0006375374587436304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9792419503182993f,-0.1933708211802197f,0.060769468097892215f,-0.22201901552102635f,-0.1891942635576561f,0.9795604311854695f,0.06831465649926988f,2.2799486198332626f,-0.07273742759879134f,0.055399342702098536f,-0.9958113171954243f,0.017101032917458476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,-0.10751032485879998f,-0.033627956196303654f,0.9970969201985564f,0.06831465649926988f,2.293870183679025f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,0.02504398248993579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9586622615104237f,-0.2779815463350387f,0.060769468097892215f,-0.08506782280365965f,-0.2738486392116953f,0.9593435414434652f,0.06831465649926988f,2.2903141693309625f,-0.07728901058768162f,0.04884904694967153f,-0.9958113171954243f,0.02616958830965996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9976430126758908f,0.031866769620899266f,0.060769468097892215f,-0.1144786795271529f,0.03600792494903417f,0.9970138098583448f,0.06831465649926988f,2.2993074904386765f,-0.05841103149095153f,0.07034182216631187f,-0.9958113171954243f,0.024991748234059877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9903454327543902f,-0.12459131418208369f,0.060769468097892215f,-0.17417666553679995f,-0.12040271434172681f,0.9903717958860356f,0.06831465649926988f,2.4039322321533865f,-0.06869578008629029f,0.06033829914614776f,-0.9958113171954243f,-0.002855305807116907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9903454327543902f,-0.12459131418208369f,0.060769468097892215f,-0.14614361984583116f,-0.12040271434172681f,0.9903717958860356f,0.06831465649926988f,2.1810985780790286f,-0.06869578008629029f,0.06033829914614776f,-0.9958113171954243f,-0.01643142311500013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9974357179167452f,-0.03780291484801482f,0.060769468097892215f,-0.003989207124689529f,-0.03362795619630366f,0.9970969201985564f,0.06831465649926988f,1.6721550679862043f,-0.063175542625026f,0.06609592543831651f,-0.9958113171954243f,-0.011289538411652096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9968344978378223f,-0.010637885665838755f,0.07878971575641808f,3.2483930340874716e-18f,-0.007394601775396463f,0.999117700044452f,0.04134176244994672f,1.2974859304695348f,-0.07915998853587533f,0.04062827643950778f,-0.9960336537329223f,-0.026525142076467514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9925193737847214f,-0.11779749350877336f,0.032078702982429236f,0.1430825187462953f,-0.11783010658512855f,0.8554723490551025f,-0.5042649363026169f,0.926246018680603f,0.031958702165789846f,-0.5042725557921981f,-0.8629529713899148f,0.33868436031434146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9925193737847214f,-0.06507218081078316f,0.10330006750488191f,0.12499999999999999f,-0.11783010658512855f,0.2890764099727767f,-0.9500267865588783f,0.9924054718628731f,0.031958702165789846f,-0.9550918492384803f,-0.29458139940277717f,0.021034578737490393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9876257635797002f,0.1561103368422051f,-0.014997127879278607f,-0.15357078958915438f,0.15136049175751567f,0.9237871579310457f,-0.3517204690895945f,0.9099866623922914f,-0.04105304676314774f,-0.34963816950197907f,-0.9359849345896377f,0.33419438042181815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9876257635797002f,0.09521781802253104f,-0.12461508032594741f,-0.125f,0.15136049175751567f,0.3707223707716097f,-0.916326865995099f,1.0045815995366083f,-0.04105304676314774f,-0.923849820555541f,-0.38054718026935563f,-0.0043751722917581976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9900562922410435f,0.1406643637077954f,0.0014404779062585137f,2.0167089105445127e-18f,0.11749511562986031f,0.8325252193903664f,-0.541384019788309f,1.1904849902292332f,-0.07735267285002585f,-0.535831406192007f,-0.8407742075856356f,-0.01646767796191215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9927626312106169f,-0.11943502131057161f,-0.012555228246266571f,2.7595058887486953e-18f,-0.08270557825926798f,0.7557505580180685f,-0.6496159491423978f,1.158072788948955f,0.08707551548266965f,-0.6438760515347046f,-0.7601588550188085f,-0.02253307558285353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.734096257530358e-17f,1.0228779294739983e-16f,2.0167089105445127e-18f,0f,0.835243214767038f,-0.5498806890459271f,1.1904849902292332f,-1.2246467991473532e-16f,-0.5498806890459271f,-0.835243214767038f,-0.01646767796191215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9955777339989013f,0.09393641573297226f,-0.0009619588635649281f,-0.0012695312500000016f,0.09278434645535344f,0.9816623269125844f,-0.16652369493085098f,1.212948777387708f,-0.01469832026001373f,-0.16587653758085374f,-0.9860369839218616f,-0.013282564018183719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9967654138561483f,-0.08036188459736159f,0.0008229484442006493f,1.648257392369369e-18f,-0.07937629814919067f,0.9828353176361087f,-0.1665357069797946f,1.2140628153361661f,0.012574300470096191f,-0.16606235549060946f,-0.9860350810476258f,-0.013459042995228905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.916116019910927e-17f,1.2095638786952363e-16f,1.6725830840283944e-18f,0f,0.9876838607975638f,-0.15646274674828706f,1.2153167108625693f,-1.2246467991473532e-16f,-0.15646274674828706f,-0.9876838607975638f,-0.013657677341686693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9905325008515149f,0.13727523400503167f,-0.0009353532527923626f,-0.1913525390625f,0.13198959940271796f,0.9504758802615013f,-0.28137936436532446f,1.2312150142856846f,-0.03773738738113371f,-0.2788388623739306f,-0.9595961538187084f,-0.013182069629989697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9927294673538924f,-0.11994416869589684f,0.010079734277612672f,0.19375f,-0.11572967214029617f,0.928110387372156f,-0.35386120420046896f,1.2293501483553297f,0.03308848188655075f,-0.35245496910634794f,-0.9352436298198917f,-0.028543244095076324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.223683747787143e-17f,1.149506302135245e-16f,-0.007812500000000002f,0f,0.9386431279088601f,-0.3448899511865655f,1.0841192906847743f,-1.2246467991473532e-16f,-0.3448899511865655f,-0.9386431279088601f,0.021926600716764444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.2057506004047125e-17f,1.1819439130271393e-16f,4.477614859382515e-18f,0f,0.9651304472849271f,-0.26176940180929564f,1.2997656250000003f,-1.2246467991473532e-16f,-0.26176940180929564f,-0.9651304472849271f,-0.03656250000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5309688201742978f,-0.2193210218597603f,-0.8185171967485498f,-0.06364404625817026f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3571582031250002f,0.8473913570498071f,0.1374248430167239f,0.5128764963605904f,0.3219045067007902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5309688201742978f,-0.2193210218597603f,-0.8185171967485498f,-0.013865719366829829f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3571582031250002f,0.8473913570498071f,0.1374248430167239f,0.5128764963605904f,0.4013474464242096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5309688201742978f,-0.2193210218597603f,-0.8185171967485498f,0.08402269669978245f,1.3877787807814457e-17f,0.9659258262890683f,-0.2588190451025207f,1.3959810598903784f,0.8473913570498071f,0.1374248430167239f,0.5128764963605904f,0.2846945021084113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.39380799835570157f,-0.7719868578790592f,-0.4989504501381806f,0.6676483235396724f,-0.471230614112936f,0.6356129813349627f,-0.6115045758465144f,2.2411968440061774f,0.7892128792371681f,-0.005694665968927346f,-0.6140933170338865f,-0.35325409456769563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14432549642158743f,-0.7719868578790592f,-0.6190367051675366f,0.6806270475540785f,0.18400214552122474f,0.6356129813349627f,-0.7497595270498844f,2.256139210681323f,0.97227226717944f,-0.005694665968927346f,0.23378239722710933f,-0.44489110074480387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13843972282033146f,-0.7719868578790592f,-0.6203795083716476f,0.7671946118026226f,-0.15938524453488934f,0.6356129813349627f,-0.7553757222621295f,2.3619743856830695f,0.9774613992224876f,-0.005694665968927346f,-0.21103739907779148f,-0.36741698779458104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.00721750000000008f,0f,0.000015625f,0f,1.4658881250000002f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6509375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77.mcfunction new file mode 100644 index 000000000..c87a25c93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..6ad245f08 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7426427653138605f,-0.13763042744490095f,-0.31061879050173463f,0.05199412750605034f,-0.15225834536940525f,0.802302266754836f,0.008538938450834279f,1.3746426777777092f,0.3037162554701304f,0.0656763476894847f,-0.7552400267211854f,-0.3483786941180799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7237041651071491f,0.15383818529072946f,-0.30427963151190335f,0.05199412750605034f,0.16296432616673082f,0.7831811161022664f,0.008364674400817253f,1.3746426777777092f,0.2994910846813104f,-0.05441646926495229f,-0.7398269649513654f,-0.3483786941180799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7074333702641328f,0.11805711933896529f,0.39057008033714014f,-0.017330544563750036f,0.14172518011980523f,0.8041595479806013f,0.013632283597696096f,1.3741391123380267f,-0.38261788301278277f,0.07958883344706444f,-0.717086896849884f,-0.3521507922313888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6845012718820714f,-0.15835344399454956f,0.38259926237107605f,-0.017330544563750036f,-0.17319334808445264f,0.7809133965390499f,0.01335407372835536f,1.3741391123380267f,-0.3761144413222179f,-0.07140345846602794f,-0.70245247038356f,-0.3521507922313888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3937161761711951f,0.14302242533789786f,1.5053034273765529f,-0.6645472632662998f,1.478209814098373f,-0.3638034856417752f,-0.35206394211584185f,1.085398660598042f,0.31826022076971f,1.512811243904989f,-0.2269775808097694f,-0.057284799312959045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6143307202615547f,-0.7873941537893041f,-0.051070663999454036f,-0.5265259009860157f,-0.7790280189827106f,0.6155395777665424f,-0.11927436372859004f,1.2897690725362978f,0.1253519516513117f,-0.033488427574497034f,-0.9915469799438626f,-0.10391468710364418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5927762878295597f,-0.7873941537893041f,0.1691943236797048f,-0.30830593268408024f,-0.7709479582178475f,0.6155395777665424f,0.1635551097420032f,1.5772493314115281f,-0.23292813979152263f,-0.033488427574497034f,-0.9719171810971594f,-0.02522517617840412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6547814413418171f,0.6763672376194366f,0.33732569417313185f,0.3707370275161825f,0.5701859278431893f,-0.1490752802698253f,-0.8078765799935498f,1.3090236394953463f,-0.49613432834660204f,0.7213209553919292f,-0.4832668078282851f,0.2653099141491566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15195891172650197f,0.8635283084743263f,0.4808610502113539f,0.29591132080436694f,0.5959149644532339f,0.46818527590086295f,-0.6524476243886049f,1.504263848040087f,-0.7885390569195658f,0.1874070646830096f,-0.5857343662611066f,0.0056106598038976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9972698585502091f,-0.00988256789198241f,0.07317898659523836f,-0.164334971959682f,-0.05338265387278016f,0.781203164187426f,-0.6219902800921029f,1.2492595618080153f,-0.05102079470906606f,-0.6241986471592309f,-0.779597926749322f,0.2374730979930873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9976827410679814f,-0.023643378074088846f,0.06379763983349879f,-0.16836937009961428f,-0.040346222816772255f,0.9606143003471231f,-0.27494062681427506f,1.4276563642055118f,-0.05478439996475731f,-0.2768775119829214f,-0.9593422292793374f,0.1795626755632937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9984966788063866f,0.02012963268120293f,0.05098215668972432f,0.14483292010893847f,-0.007252950559628586f,0.8734221236042046f,-0.4869098363217785f,1.2423550691486496f,-0.05433025971588335f,-0.48654762550735087f,-0.8719630903841993f,0.20003993022223654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9984966788063866f,-0.008058305074090954f,0.054216659173621486f,0.14366084202738155f,-0.007252950559628586f,0.9998606654294824f,0.01503477419491911f,1.4299229112553957f,-0.05433025971588335f,0.014618941351736248f,-0.9984160001887786f,0.19654088172450723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998768047647118f,-0.02757470711321272f,0.04125557570541087f,0.2754179174392082f,-0.02503567940762687f,0.9978333077101379f,0.060843280490483084f,2.133565092517578f,-0.04284392320694825f,0.05973546310078809f,-0.997294376145966f,0.05593859854679323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998768047647118f,-0.02757470711321272f,0.04125557570541087f,0.320186267837509f,-0.02503567940762687f,0.9978333077101379f,0.060843280490483084f,2.0154788245775794f,-0.04284392320694825f,0.05973546310078809f,-0.997294376145966f,-0.043418034984229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998768047647118f,-0.02757470711321272f,0.04125557570541087f,-0.3113583105534736f,-0.02503567940762687f,0.9978333077101379f,0.060843280490483084f,2.118856630865597f,-0.04284392320694825f,0.05973546310078809f,-0.997294376145966f,0.030767793662711138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998768047647118f,-0.02757470711321272f,0.04125557570541087f,-0.3414975637287067f,-0.02503567940762687f,0.9978333077101379f,0.060843280490483084f,1.9988926869700268f,-0.04284392320694825f,0.05973546310078809f,-0.997294376145966f,-0.07180213410883224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9907851901759239f,0.12900652852190672f,0.04125557570541087f,0.174985791599506f,0.13136807104116865f,0.9894647669978344f,0.060843280490483084f,2.2389711296358965f,-0.03297175820275399f,0.06570228663180315f,-0.997294376145966f,0.036280274427069534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9987680476471181f,-0.027574707113212728f,0.04125557570541087f,0.0596648012012149f,-0.025035679407626868f,0.997833307710138f,0.060843280490483084f,2.246142942771411f,-0.04284392320694825f,0.05973546310078809f,-0.997294376145966f,0.0319472737454957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9757712935884537f,0.21486823888590745f,0.04125557570541087f,0.03747495031878231f,0.2171057125600868f,0.9742500730269068f,0.060843280490483084f,2.2412734081963217f,-0.027119959116732213f,0.06832594767096369f,-0.997294376145966f,0.030732252824927624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944115845482115f,-0.09717807360475234f,0.04125557570541087f,0.06627073446225679f,-0.09458002668117468f,0.9936562352102183f,0.060843280490483084f,2.2519816412837312f,-0.046906492826727465f,0.05660130951068764f,-0.997294376145966f,0.03257675403341863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9973707277690042f,0.05957859399769777f,0.04125557570541087f,0.1223865245478602f,0.062026491982827045f,0.9962182539541526f,0.060843280490483084f,2.3598399571198763f,-0.037474600489287226f,0.0632422455783854f,-0.997294376145966f,0.010143601350192943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9973707277690042f,0.05957859399769777f,0.04125557570541087f,0.10898134089837822f,0.062026491982827045f,0.9962182539541526f,0.060843280490483084f,2.1356908499801923f,-0.037474600489287226f,0.0632422455783854f,-0.997294376145966f,-0.0040859039049437485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.982157921064131f,-0.18347696194399876f,0.04125557570541087f,-0.2150097074549689f,-0.18082296834075035f,0.9816318807677327f,0.060843280490483084f,2.2291952839750877f,-0.05166112863095846f,0.052297754217595784f,-0.997294376145966f,0.01955072720946678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.998768047647118f,-0.027574707113212735f,0.04125557570541087f,-0.10024447881256245f,-0.025035679407626882f,0.9978333077101379f,0.060843280490483084f,2.242134567174934f,-0.04284392320694824f,0.05973546310078809f,-0.997294376145966f,0.025087682142491907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9624294427575855f,-0.2683794798164327f,0.04125557570541087f,-0.07781639983326283f,-0.26568973802735946f,0.9621367149870695f,0.060843280490483084f,2.238383450625413f,-0.056022592052465535f,0.04759618143666065f,-0.997294376145966f,0.025786626296349667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.998258613213701f,0.042163000579582596f,0.04125557570541087f,-0.1071637431104557f,0.04463063917941719f,0.9971490366367471f,0.060843280490483084f,2.2476342355082175f,-0.03857262229996088f,0.06257859151924926f,-0.997294376145966f,0.025136975141745628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9925641396100017f,-0.11451814805292829f,0.04125557570541087f,-0.1664772543253101f,-0.1119073141608322f,0.9918542474862246f,0.060843280490483084f,2.3525991358126856f,-0.04788717779913625f,0.05577405767973499f,-0.997294376145966f,-0.0022477217287404563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9925641396100017f,-0.11451814805292829f,0.04125557570541087f,-0.1407106710134013f,-0.1119073141608322f,0.9918542474862246f,0.060843280490483084f,2.1294319301282854f,-0.04788717779913625f,0.05577405767973499f,-0.997294376145966f,-0.014796884706680809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998768047647118f,-0.02757470711321272f,0.04125557570541087f,-0.003021864402784106f,-0.02503567940762687f,0.9978333077101379f,0.060843280490483084f,1.6192704673374654f,-0.04284392320694825f,0.05973546310078809f,-0.997294376145966f,-0.008890369890404747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9984966788063866f,-0.008058305074090954f,0.054216659173621486f,1.7601202929517685e-18f,-0.007252950559628586f,0.9998606654294824f,0.01503477419491911f,1.2443227178014096f,-0.05433025971588335f,0.014618941351736248f,-0.9984160001887786f,-0.01437247289730584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9921929406087802f,-0.1184251869650188f,0.03909787332326502f,0.1408694622053802f,-0.11897105498910245f,0.8047722773519871f,-0.581538880626632f,0.9116535027055184f,0.037403966111653156f,-0.5816502872843754f,-0.8125785418168028f,0.36365209810952565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9921929406087802f,-0.05933882138978035f,0.10969080582333911f,0.12499999999999999f,-0.11897105498910245f,0.18656110138998094f,-0.9752132297723083f,0.9428902691345293f,0.037403966111653156f,-0.98064971305978f,-0.19216420997389f,0.04204723730358061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9867801689561735f,0.16136221322159866f,-0.015070975384928118f,-0.15269786560737567f,0.15460364659488116f,0.9093824989875878f,-0.3861621200929147f,0.8830575602029155f,-0.048606693102811134f,-0.38338714986201206f,-0.9223078025834391f,0.3608291342486825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9867801689561735f,0.09494929168088988f,-0.13133746671884258f,-0.125f,0.15460364659488116f,0.30845602945637207f,-0.9385907469986984f,0.9522745340100323f,-0.048606693102811134f,-0.9464879871933436f,-0.3190577995979758f,0.018684732206094255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904992407480665f,0.13751477245502208f,0.000970275294593841f,1.1176646218357614e-19f,0.11206147378813734f,0.8112121851789775f,-0.5739137711447415f,1.1375697442502843f,-0.07970872078972539f,-0.5683524240942337f,-0.8189151615743072f,-0.0009126424227899228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9924517053806365f,-0.12259866783632103f,-0.003029708208002736f,5.764466987641323e-19f,-0.08787155584422365f,0.7281304163100026f,-0.6797828230528759f,1.103447236970394f,0.085546491223087f,-0.6743853968532989f,-0.7334072090935817f,-0.004707044505938181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.098335566855809e-17f,9.979459426566928e-17f,1.1176646218357614e-19f,0f,0.8148847025538317f,-0.5796230857581097f,1.1375697442502843f,-1.2246467991473532e-16f,-0.5796230857581097f,-0.8148847025538317f,-0.0009126424227899228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9957745410843328f,0.09182942619966783f,-0.0006479291058521217f,-0.0008743286132812494f,0.08994173808860403f,0.973832304381044f,-0.20871302473373937f,1.1608693521206548f,-0.018535023007468843f,-0.20788939229250086f,-0.9779767141882095f,0.0013593778882798949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9965928977523251f,-0.08247579951055724f,0.0005819318843955535f,-1.4724602109934e-19f,-0.08078038887118293f,0.9746337986295572f,-0.2087186799084832f,1.1616313102169173f,0.016647069515208137f,-0.20805456270895326f,-0.9779755487805111f,0.001202355007189487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.4717884600669137e-17f,1.1994425374934212e-16f,-1.25634467333191e-19f,0f,0.9794191585104538f,-0.20183684485909484f,1.1624876444115988f,-1.2246467991473532e-16f,-0.20183684485909484f,-0.9794191585104538f,0.001025883278514772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9908211413487773f,0.13517789423215054f,-0.0006346394785755096f,-0.1920977020263672f,0.1285698671931111f,0.9409150742678735f,-0.3132867891651797f,1.177321945386591f,-0.0417523065979835f,-0.3104927695236131f,-0.9496583517072361f,0.0012700113313435747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.992341125586678f,-0.12308270535172254f,0.010475596053022158f,0.19375f,-0.11748787700390485f,0.9142282946246181f,-0.3877927591702529f,1.1759670472919446f,0.03815349559975291f,-0.38605345866999236f,-0.9216870606786535f,-0.013136942934562397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.677220663297354e-17f,1.131810872597582e-16f,-0.007812500000000005f,0f,0.9241937131470012f,-0.38192405080010144f,1.0328081969600869f,-1.2246467991473532e-16f,-0.38192405080010144f,-0.9241937131470012f,0.041796519953952956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.6729842540708075e-17f,1.1682686546147408e-16f,3.0882267549787622e-18f,0f,0.9539637513674433f,-0.29992192496874054f,1.24595947265625f,-1.2246467991473532e-16f,-0.29992192496874054f,-0.9539637513674433f,-0.025217285156249998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5443723436865259f,-0.2171087251773617f,-0.8102607931284223f,-0.05708018249214181f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3097990417480467f,0.8388436990460375f,0.14089393017316784f,0.5258233058843241f,0.3351859612507717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5443723436865259f,-0.2171087251773617f,-0.8102607931284223f,-0.0060452752715300095f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3097990417480467f,0.8388436990460375f,0.14089393017316784f,0.5258233058843241f,0.41382755803633775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5443723436865259f,-0.2171087251773617f,-0.8102607931284223f,0.08997639008742744f,1.3877787807814457e-17f,0.9659258262890683f,-0.25881904510252074f,1.3486218985134248f,0.8388436990460375f,0.14089393017316784f,0.5258233058843241f,0.2956332637609061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4586689752035948f,-0.708096698101958f,-0.5368629595369647f,0.6284558495887744f,-0.48052224655168313f,0.7058527752644314f,-0.5204519480417225f,2.1859022033339826f,0.7474765158549179f,0.01925943375607626f,-0.6640089852229318f,-0.3640044391127614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1656798413987583f,-0.708096698101958f,-0.6864031295756063f,0.6438751523033154f,0.13956913529113973f,0.7058527752644314f,-0.6944726892582485f,2.203845733067385f,0.9762533721468858f,0.01925943375607626f,0.21577401971328575f,-0.45472013425149616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.16447256228843632f,-0.708096698101958f,-0.6866934122236654f,0.7391695127795948f,-0.19139765048962437f,0.7058527752644314f,-0.6820108496487075f,2.29717559564799f,0.9676340814798371f,0.01925943375607626f,-0.25162145888232057f,-0.3716190678497807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000081f,0f,0.000015625f,0f,1.41208197265625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.66228271484375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78.mcfunction new file mode 100644 index 000000000..a42000218 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..2ae31fd67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7586302719401935f,-0.13810097030740262f,-0.26898452918438676f,0.042260124870105706f,-0.1435151628143076f,0.8039179918914254f,-0.007981528680980147f,1.316930348988182f,0.2661352156005947f,0.03985509701225719f,-0.7710564588302291f,-0.3485913085145393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7383496499453414f,0.1594056259348668f,-0.2634950489969503f,0.042260124870105706f,0.1714828162754913f,0.7813657994725973f,-0.00781864034055198f,1.316930348988182f,0.2557996054489099f,-0.06369720429392584f,-0.7553206127316531f,-0.3485913085145393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7412835157062903f,0.12637429919129956f,0.3185478461557612f,-0.021107984935486948f,0.13526009566678346f,0.8053735829570939f,-0.004747930023694915f,1.3165815902756712f,-0.3148775957523481f,0.04844969373696007f,-0.7519635438732784f,-0.35065056853540266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7182543854951606f,-0.16351571430646017f,0.31204686970360285f,-0.021107984935486948f,-0.17949951978135306f,0.7795885390933569f,-0.004651033492599101f,1.3165815902756712f,-0.3031345577713514f,-0.07419111058026916f,-0.7366173491003544f,-0.35065056853540266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.26079787910644264f,0.24312931957665196f,1.5212754024882464f,-0.63076824557757f,1.5336549619642659f,-0.18711646681211028f,-0.23301531170749046f,1.020601094980011f,0.14592180747224834f,1.5320841399250713f,-0.269872681637259f,-0.03185545207433643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5668872403835826f,-0.8211709206728012f,-0.06570521845082425f,-0.5074266109791986f,-0.8081154190027438f,0.5698131001240526f,-0.14920623477936965f,1.2316527524830991f,0.1599635154036893f,-0.031485710543047114f,-0.9866206584961075f,-0.08633263092015125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5517576561539977f,-0.8211709206728012f,0.1457456960490809f,-0.3046169371020024f,-0.8068207021720143f,0.5698131001240526f,0.15605571272361116f,1.5322077552869608f,-0.21119622018896256f,-0.031485710543047114f,-0.9769364393907591f,-0.015699831599198875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6452653757425322f,0.6915203166239173f,0.3247033208395104f,0.37689420020595465f,0.5565140676290219f,-0.13429991870878366f,-0.8199119613506165f,1.2647150114728183f,-0.523378149523697f,0.709762765669749f,-0.47149987176029995f,0.26650111977994023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1675771484336259f,0.8685739447629495f,0.46636595266140896f,0.29692812634264365f,0.5778705522452517f,0.46980862803050094f,-0.6673420995830149f,1.4540875049765063f,-0.7987387083212022f,0.15766786453500065f,-0.5806524953208675f,0.004003855298797114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9989998602586513f,-0.006817729721048908f,0.04419047142366972f,-0.16106032546252444f,-0.03318119856941386f,0.775502635207788f,-0.6304717843387393f,1.2050844566831802f,-0.029971440817761354f,-0.6313075172586077f,-0.7749532446464625f,0.24933098998344128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9991559836580272f,-0.015085246199838396f,0.038206748977774665f,-0.16365001694388304f,-0.025373618442678367f,0.9581146349219043f,-0.2852586998420757f,1.3829480838570243f,-0.032303247630629896f,-0.2859873803082162f,-0.9576887377937352f,0.1897228015644399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9994572762071463f,0.011736112032370672f,0.030780135005483808f,0.14945703471690402f,-0.0055007074367371305f,0.8618054238729643f,-0.5072091813057369f,1.1972286417980351f,-0.032479151070919164f,-0.5071032193326167f,-0.8612731446458831f,0.20771795484489122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9994572762071463f,-0.005226296341048679f,0.032524434862848985f,0.1486803818708502f,-0.0055007074367371305f,0.9999499808460717f,-0.008353324106993243f,1.3846670549310047f,-0.032479151070919164f,-0.00852769795997671f,-0.9994360325269525f,0.19987253627410215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9995507273519143f,-0.017362983231304845f,0.02443092842216147f,0.28227946888905087f,-0.01602170131098122f,0.9984088848283287f,0.05406481094903798f,2.0817157587112742f,-0.02533078240720275f,0.053649096070324795f,-0.9982385115559688f,0.04991641212960921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9995507273519143f,-0.017362983231304845f,0.02443092842216147f,0.32422339360823843f,-0.01602170131098122f,0.9984088848283287f,0.05406481094903798f,1.9625840379333677f,-0.02533078240720275f,0.053649096070324795f,-0.9982385115559688f,-0.049424680997283345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9995507273519143f,-0.017362983231304845f,0.02443092842216147f,-0.3049565834301988f,-0.01602170131098122f,0.9984088848283287f,0.05406481094903798f,2.072303009191073f,-0.02533078240720275f,0.053649096070324795f,-0.9982385115559688f,0.0350345774653776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9995507273519143f,-0.017362983231304845f,0.02443092842216147f,-0.3379789632624048f,-0.01602170131098122f,0.9984088848283287f,0.05406481094903798f,1.9519696608148425f,-0.02533078240720275f,0.053649096070324795f,-0.9982385115559688f,-0.06620632434205517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9899607682321668f,0.13921496721836168f,0.02443092842216147f,0.1824925345209547f,0.1403611122081791f,0.9886231609651517f,0.05406481094903798f,2.1879229552979607f,-0.01662635079809338f,0.05695119406704948f,-0.9982385115559688f,0.03131282668269957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995507273519143f,-0.01736298323130485f,0.02443092842216147f,0.06718429860164882f,-0.016021701310981226f,0.9984088848283288f,0.05406481094903798f,2.1961388439193317f,-0.02533078240720275f,0.053649096070324795f,-0.9982385115559688f,0.0289357426835671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9740602847622087f,0.22496597828426487f,0.02443092842216147f,0.044932853977375634f,0.225991181691504f,0.9726278743767952f,0.05406481094903798f,2.19146816359563f,-0.011599458894394371f,0.05818355953257972f,-0.9982385115559688f,0.02813819491277568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959046915334347f,-0.08704582194525903f,0.02443092842216147f,0.07385354918277257f,-0.08562815641226429f,0.9948591935779064f,0.05406481094903798f,2.2019197794621364f,-0.029011449655805148f,0.05175142351078544f,-0.9982385115559688f,0.029412062886908157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9972604187615645f,0.06981967421823629f,0.02443092842216147f,0.13055834409734798f,0.07105633402266504f,0.996006020871513f,0.05406481094903798f,2.3091056721578926f,-0.020558564316821418f,0.05565266821775133f,-0.9982385115559688f,0.005299925446196722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9972604187615645f,0.06981967421823629f,0.02443092842216147f,0.11484891739824483f,0.07105633402266504f,0.996006020871513f,0.05406481094903798f,2.0850043174618027f,-0.020558564316821418f,0.05565266821775133f,-0.9982385115559688f,-0.0072219249027973085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9845284302455835f,-0.17351339940937904f,0.02443092842216147f,-0.2078085826024912f,-0.17201000737088706f,0.9836104684179161f,0.05406481094903798f,2.1816668566840756f,-0.0334114860853998f,0.04902597927720696f,-0.9982385115559688f,0.02142175022144325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995507273519144f,-0.017362983231304835f,0.02443092842216147f,-0.09285029353877317f,-0.016021701310981212f,0.9984088848283287f,0.05406481094903798f,2.1935736650199162f,-0.025330782407202747f,0.0536490960703248f,-0.9982385115559688f,0.024880119171717827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9656593131290437f,-0.2586604351337386f,0.02443092842216147f,-0.07044884367839191f,-0.2570827583109352f,0.9648758736730267f,0.05406481094903798f,2.189618721595331f,-0.037557240931477685f,0.045927417738633305f,-0.9982385115559688f,0.025214172552414878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9983270525012232f,0.05240444619163129f,0.02443092842216147f,-0.09971683947162492f,0.053662809908593165f,0.9970944283515777f,0.05406481094903798f,2.199137636597993f,-0.021526706132953807f,0.055285395626597816f,-0.9982385115559688f,0.025013412946463254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9942338513618855f,-0.10441349789439983f,0.02443092842216147f,-0.15853180146597368f,-0.10297780182348315f,0.9932132543158335f,0.05406481094903798f,2.30447187435512f,-0.029910217948320668f,0.051237221907593195f,-0.9982385115559688f,-0.0020262455753895427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9942338513618855f,-0.10441349789439983f,0.02443092842216147f,-0.13503876443973375f,-0.10297780182348315f,0.9932132543158335f,0.05406481094903798f,2.0809988921340574f,-0.029910217948320668f,0.051237221907593195f,-0.9982385115559688f,-0.013554620504597993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9995507273519143f,-0.017362983231304845f,0.02443092842216147f,-0.001959861127893254f,-0.01602170131098122f,0.9984088848283287f,0.05406481094903798f,1.5696275259812542f,-0.02533078240720275f,0.053649096070324795f,-0.9982385115559688f,-0.006688480953615095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9994572762071463f,-0.005226296341048679f,0.032524434862848985f,4.274745036959928e-19f,-0.0055007074367371305f,0.9999499808460717f,-0.008353324106993243f,1.1946462831639775f,-0.032479151070919164f,-0.00852769795997671f,-0.9994360325269525f,-0.0034905942186238288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9918984053724589f,-0.1186302869764829f,0.04543576159206144f,0.138774965045651f,-0.11977106214340087f,0.754125290917147f,-0.6457166083292036f,0.8963395697792175f,0.04233728962291914f,-0.645927163549425f,-0.7622241489853095f,0.382513099511039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9918984053724589f,-0.053794751573896175f,0.11508118057560987f,0.12499999999999999f,-0.11977106214340087f,0.09410535823425209f,-0.9883314596959083f,0.8966239920611758f,0.04233728962291914f,-0.9941077940820633f,-0.09978600930330461f,0.06059120924773209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9860090808758715f,0.1660051012383939f,-0.015112868462002396f,-0.15181799798552054f,0.15716172701161243f,0.8955935408064997f,-0.4161879397921139f,0.8569529863862372f,-0.055554333701760814f,-0.41274025249363233f,-0.9091530124123475f,0.38294386331499525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9860090808758715f,0.09446671891879287f,-0.13733947519572431f,-0.125f,0.15716172701161243f,0.2522496732695885f,-0.9548142719388485f,0.9036925707086694f,-0.055554333701760814f,-0.9630400517902169f,-0.26356702118218384f,0.03918821942162854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9908826682589562f,0.13472643242563012f,0.0005710953277999126f,-1.5891817681922519e-18f,0.1072423476207276f,0.7912950413691016f,-0.6019561748013447f,1.0881978525510085f,-0.08155131280860128f,-0.5964066950584427f,-0.7985289208717863f,0.01297665391604095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9921022696697803f,-0.12531455309338066f,0.005417499337961059f,-1.382170115924136e-18f,-0.09260876977723888f,0.702676226153494f,-0.7054571120621226f,1.0526651860605019f,0.0845972947346243f,-0.7003873099804778f,-0.7087319054070398f,0.011286275494995425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.412848031435978e-17f,9.748110705619913e-17f,-1.5891817681922519e-18f,0f,0.795993645874625f,-0.6053049774512202f,1.0881978525510085f,-1.2246467991473532e-16f,-0.6053049774512202f,-0.795993645874625f,0.01297665391604095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9959448996983842f,0.08996450041431361f,-0.00038135282683154383f,-0.0005249023437500014f,0.08729978701431361f,0.9654038474414417f,-0.24571153520442846f,1.1122028819705663f,-0.021737156024444593f,-0.2447484423044702f,-0.9693429197335195f,0.014382065742302948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9964365707003862f,-0.0843447256348871f,0.00035753101946974555f,-1.7474430316576355e-18f,-0.08184646777113483f,0.9658809467674495f,-0.24571355759299077f,1.1126571514240255f,0.020379310200368664f,-0.24486723735361376f,-0.9693424161701406f,0.014268955203037097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.9589559509452704e-17f,1.1883625622954945e-16f,-1.7319114025205937e-18f,0f,0.9703716721612133f,-0.24161708935224507f,1.1131665017890515f,-1.2246467991473532e-16f,-0.24161708935224507f,-0.9703716721612133f,0.01414212982654605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.991072749188707f,0.1333216576494575f,-0.00037605470219740646f,-0.1927569580078125f,0.12544740130216878f,0.9315754561223992f,-0.3412185795892077f,1.1270636697560636f,-0.0451415033209f,-0.3382196108328798f,-0.9399839038653717f,0.014244661324872211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9919892399611479f,-0.12585718939924606f,0.010831236209528566f,0.19375f,-0.11886105813234007f,0.9009275304804305f,-0.41737469219167256f,1.126213502778973f,0.04277144679531856f,-0.41531861588298113f,-0.9086699349269127f,0.0006345310176448793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.072253075835725e-17f,1.114666887463967e-16f,-0.007812500000000007f,0f,0.9101945869127666f,-0.41418089520727325f,0.9850006485416849f,-1.2246467991473532e-16f,-0.41418089520727325f,-0.9101945869127666f,0.05944685328475162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.081455416595674e-17f,1.154632841852888e-16f,1.8393620870006174e-18f,0f,0.9428292652679844f,-0.33327612658909833f,1.1956640625000001f,-1.2246467991473532e-16f,-0.33327612658909833f,-0.9428292652679844f,-0.015019531250000023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5561137429526085f,-0.2151061113843817f,-0.8027869367050828f,-0.051268637364965966f,0f,0.9659258262890683f,-0.25881904510252074f,1.2652062988281252f,0.8311061935151491f,0.14393282791938275f,0.5371646266722049f,0.34710451924928976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5561137429526085f,-0.2151061113843817f,-0.8027869367050828f,0.0008670260368410648f,0f,0.9659258262890683f,-0.25881904510252074f,1.2652062988281252f,0.8311061935151491f,0.14393282791938275f,0.5371646266722049f,0.425020724891335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5561137429526085f,-0.2151061113843817f,-0.8027869367050828f,0.09521723484169999f,0f,0.9659258262890683f,-0.25881904510252074f,1.3040291555935033f,0.8311061935151491f,0.14393282791938275f,0.5371646266722049f,0.30548792806948166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.514257096663767f,-0.6471193026474962f,-0.5628287898393006f,0.5938133689386744f,-0.4822901204181552f,0.7608645242094355f,-0.43414446391332745f,2.134292643244107f,0.7091797221283154f,0.048184893281685466f,-0.7033792275731763f,-0.3734191763763697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1847582554187373f,-0.6471193026474962f,-0.7396627577454763f,0.6113423463933572f,0.09519165281138411f,0.7608645242094355f,-0.6418907422876468f,2.154885857732456f,0.9781630417725165f,0.048184893281685466f,0.2021763580881084f,-0.4631839632720678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1869757595166146f,-0.6471193026474962f,-0.7391053196224497f,0.7134436556093833f,-0.21966095454238707f,0.7608645242094355f,-0.6106015401627124f,2.2361794815126883f,0.9574910602207797f,0.048184893281685466f,-0.28441006602565966f,-0.37564005992036975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000082f,0f,0.000015625f,0f,1.3617865625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.67248046875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79.mcfunction new file mode 100644 index 000000000..a2e9990f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..41267a333 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.770240611584512f,-0.13783644335646733f,-0.23382677261853646f,0.03430996678797221f,-0.13714989754941775f,0.8047505132061332f,-0.022604458433984696f,1.2684242306137177f,0.23423012255588643f,0.01794911757577258f,-0.7821499365915401f,-0.3485487947492727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7487581316576873f,0.163997438828038f,-0.22905479766713777f,0.03430996678797221f,0.17755562973978478f,0.7797330822581213f,-0.022143142955740113f,1.2684242306137177f,0.21871273082332898f,-0.0715622839915958f,-0.7661876929876311f,-0.3485487947492727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.764046253596887f,0.13269972712162442f,0.25606356482493203f,-0.024893741483241222f,0.1327931903921099f,0.8055187182250122f,-0.021213383017860618f,1.2682561178406648f,-0.2560151077465754f,0.021790398239225378f,-0.7751940967232206f,-0.3493894145428663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7412264646258673f,-0.16632419358822165f,0.25083777778768857f,-0.024893741483241222f,-0.1817865377285197f,0.7787951125388854f,-0.02078045683382265f,1.2682561178406648f,-0.23986867831985803f,-0.07625244463473055f,-0.7593738090349916f,-0.3493894145428663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.13758073525345774f,0.3095854658893073f,1.525330990505739f,-0.6014005530083247f,1.5564270257121977f,-0.03087253119621212f,-0.13411953791383052f,0.9685942977747527f,0.0035643961337764865f,1.5312119305072174f,-0.31110057690811516f,-0.011151621221992425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5255484007171136f,-0.8472104613785612f,-0.07767440141005044f,-0.4907519307384476f,-0.8295833357045075f,0.5305695698500008f,-0.17403281492456338f,1.1843675220822907f,0.18865409517173584f,-0.027025278535301112f,-0.9816716694980165f,-0.07201282391618512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5163334595499537f,-0.8472104613785612f,0.12503676531285465f,-0.30124598181154566f,-0.8343175985617715f,0.5305695698500008f,0.14969995417268414f,1.4949290656128729f,-0.19316807003046607f,-0.027025278535301112f,-0.9807934191463534f,-0.008054194611791146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.637250057574643f,0.7039483226725571f,0.31363852302867296f,0.38195885515125005f,0.5439760868303471f,-0.1225918891581228f,-0.8300971302621069f,1.227390673826038f,-0.5458959434524651f,0.6995913004884607f,-0.46105274232240223f,0.26729302351304485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18041164079766644f,0.872682943929914f,0.45373573722874483f,0.2977775181437357f,0.5625940948105211f,0.46994985593055016f,-0.6801727849562827f,1.4118250010828137f,-0.8068082326978477f,0.13255795820950875f,-0.5757506954978883f,0.0026067761295287227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9998045988675561f,-0.0033152973160076237f,0.019487762493205274f,-0.1583471459800985f,-0.014979384689705817f,0.7703432774302654f,-0.6374534123779674f,1.1685070558112587f,-0.012898919241661774f,-0.6376207679504358f,-0.7702424125953424f,0.25914513513872334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9998358498898517f,-0.006947250401083179f,0.016733469063603786f,-0.15954517124865408f,-0.011560334058079515f,0.9557552586358433f,-0.29393578255530195f,1.3458740681645087f,-0.013951055569509499f,-0.2940809774565447f,-0.9556786838402852f,0.19803196009161944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9998951823935635f,0.005023895467425897f,0.013578832809736669f,0.1532901126069777f,-0.002839267282117184f,0.8516182565236868f,-0.524154828001094f,1.1595120174026903f,-0.014197280987678675f,-0.5241384412823469f,-0.8515147277544112f,0.21399547194884175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9998951823935635f,-0.00243859530412001f,0.014271561900686531f,0.1529220732493345f,-0.002839267282117184f,0.9996004584766726f,-0.02812226830336706f,1.3467613391901703f,-0.014197280987678675f,-0.0281598413732852f,-0.9995026065730837f,0.20246861040026903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999124954200068f,-0.007920091621925467f,0.010595926181091706f,0.2885437397354524f,-0.007400132487650846f,0.9988082664899546f,0.04824194057557126f,2.0380047931925196f,-0.01096537925016974f,0.04815930792725377f,-0.9987794759194183f,0.04467032233975603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999124954200068f,-0.007920091621925467f,0.010595926181091706f,0.32802383784592065f,-0.007400132487650846f,0.9988082664899546f,0.04824194057557126f,1.917953946778522f,-0.01096537925016974f,0.04815930792725377f,-0.9987794759194183f,-0.054573965296714794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999124954200068f,-0.007920091621925467f,0.010595926181091706f,-0.2989048513238017f,-0.007400132487650846f,0.9988082664899546f,0.04824194057557126f,2.0336572153560244f,-0.01096537925016974f,0.04815930792725377f,-0.9987794759194183f,0.0382281620302813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999124954200068f,-0.007920091621925467f,0.010595926181091706f,-0.33441819036983383f,-0.007400132487650846f,0.9988082664899546f,0.04824194057557126f,1.9130513590054532f,-0.01096537925016974f,0.04815930792725377f,-0.9987794759194183f,-0.06183852904995224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9888408886376753f,0.14859819415665004f,0.010595926181091706f,0.18942676972627942f,0.14893901226920436f,0.9876689150691018f,0.04824194057557126f,2.144976583192443f,-0.0032966016632888125f,0.04928175016784309f,-0.9987794759194183f,0.02688390422707032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999124954200068f,-0.007920091621925474f,0.010595926181091706f,0.07417202318078464f,-0.00740013248765084f,0.9988082664899546f,0.04824194057557126f,2.1541895720437716f,-0.010965379250169742f,0.04815930792725377f,-0.9987794759194183f,0.02610617666612676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9721268645344989f,0.23421589527333353f,0.010595926181091706f,0.05187170761326927f,0.2344532722432241f,0.9709296464234407f,0.04824194057557126f,2.1497097420374955f,0.001011130441094148f,0.04938153599639439f,-0.9987794759194183f,0.025653215625749532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969242811733141f,-0.07765116840998537f,0.010595926181091706f,0.0808973729989088f,-0.07705544875366209f,0.9958590126051352f,0.04824194057557126f,2.1599144005434705f,-0.014298091636397085f,0.047277088083862495f,-0.9987794759194183f,0.026454039387457544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.996797807961036f,0.07925816293883205f,0.010595926181091706f,0.13817975108661534f,0.07967990357905864f,0.9956524635308923f,0.04824194057557126f,2.2664619540555377f,-0.006726292418971351f,0.048931742993956286f,-0.9987794759194183f,0.0009198949439836145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.996797807961036f,0.07925816293883205f,0.010595926181091706f,0.12034666442537816f,0.07967990357905864f,0.9956524635308923f,0.04824194057557126f,2.042440149761087f,-0.006726292418971351f,0.048931742993956286f,-0.9987794759194183f,-0.010089747229656533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9863629380457842f,-0.16424335845949212f,0.010595926181091706f,-0.20101560934341123f,-0.16355706142302842f,0.9853536435352368f,0.04824194057557126f,2.142087005007208f,-0.0183641528079042f,0.045851023693915985f,-0.9987794759194183f,0.02260218079482204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999124954200069f,-0.00792009162192546f,0.010595926181091706f,-0.0859204903873772f,-0.00740013248765084f,0.9988082664899546f,0.04824194057557126f,2.1530047625568294f,-0.01096537925016974f,0.04815930792725377f,-0.9987794759194183f,0.024350547914182355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9682947773775004f,-0.24958555737827076f,0.010595926181091706f,-0.06355175021805709f,-0.24881390609651166f,0.9673491382652384f,0.04824194057557126f,2.1488555184088804f,-0.02229045168796453f,0.04407600532805373f,-0.9987794759194183f,0.024387442875350173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.998029236499866f,0.06184957105639166f,0.010595926181091706f,-0.09273583610317915f,0.06229123647998153f,0.9968914269002909f,0.04824194057557126f,2.1586293793466185f,-0.007579244638471639f,0.048806900463380175f,-0.9987794759194183f,0.024549918779955108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9954172450251593f,-0.09503806950315806f,0.010595926181091706f,-0.1510150250678341f,-0.09442384907780714f,0.9943625354441077f,0.04824194057557126f,2.264321687114098f,-0.01512101292419732f,0.04702035144783968f,-0.9987794759194183f,-0.0022515129664350576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9954172450251593f,-0.09503806950315806f,0.010595926181091706f,-0.12963145942962356f,-0.09442384907780714f,0.9943625354441077f,0.04824194057557126f,2.0405901166391742f,-0.01512101292419732f,0.04702035144783968f,-0.9987794759194183f,-0.012831092042198969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999124954200068f,-0.007920091621925467f,0.010595926181091706f,-0.0009144732390450043f,-0.007400132487650846f,0.9988082664899546f,0.04824194057557126f,1.5281183359810422f,-0.01096537925016974f,0.04815930792725377f,-0.9987794759194183f,-0.004930206326163495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9998951823935635f,-0.00243859530412001f,0.014271561900686531f,-6.894435954386941e-19f,-0.002839267282117184f,0.9996004584766726f,-0.02812226830336706f,1.15326816405229f,-0.014197280987678675f,-0.0281598413732852f,-0.9995026065730837f,0.005629734188818455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9916456976642324f,-0.11853998688458023f,0.05086336415752911f,0.1369134934888265f,-0.12028832014739738f,0.7074260146230849f,-0.6964762407079055f,0.8839017973486952f,0.046578217442653364f,-0.6967759362549074f,-0.715774939709377f,0.39592688213174143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9916456976642324f,-0.04878177465955416f,0.11941167767468283f,0.12499999999999999f,-0.12028832014739738f,0.015438159963604037f,-0.9926189516894465f,0.858250630966807f,0.046578217442653364f,-0.9986901429762901f,-0.021177062635366728f,0.07604559224364046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.985341719205998f,0.16991982257543697f,-0.015131103333872867f,-0.15099772225939742f,0.1590821593784855f,0.8832098487055751f,-0.44117256228935336f,0.8356553264721935f,-0.06160002402309955f,-0.4371128195848383f,-0.8972947230397302f,0.4003868209978223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.985341719205998f,0.09387876185956694f,-0.14243761604254346f,-0.125f,0.1590821593784855f,0.20415862868059909f,-0.9659255255467346f,0.8634832696434145f,-0.06160002402309955f,-0.974426001503948f,-0.21610045033127884f,0.056398139307875114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9912000075608555f,0.13237252061101248f,0.000246573411148249f,-3.0164160969809576e-18f,0.10317489756846515f,0.7737337039183663f,-0.6250528745094309f,1.0471389270330567f,-0.08293060667266777f,-0.6195269737532442f,-0.7805823744288941f,0.024630906634313693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9917532142930484f,-0.12754547282579956f,0.01255843545390564f,-3.034910922663448e-18f,-0.09671203832752605f,0.6804837175764195f,-0.7263530076732049f,1.010494654429028f,0.08409722695750331f,-0.721577481962276f,-0.6872070968369283f,0.02478192834682188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.672326956541689e-17f,9.545227987749139e-17f,-3.0164160969809576e-18f,0f,0.779427014743753f,-0.6264930396162764f,1.0471389270330567f,-1.2246467991473532e-16f,-0.6264930396162764f,-0.779427014743753f,0.024630906634313693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9960858977505312f,0.088390368219297f,-0.00016464682023018483f,-0.0002304077148437526f,0.08498594734916481f,0.9572055862270562f,-0.27664933480650616f,1.0717119315580896f,-0.024295535715091802f,-0.2755804936888213f,-0.9609709248684591f,0.025263208994092422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9963019677636262f,-0.08592068095314351f,0.00016004647560546528f,-3.0869090724960664e-18f,-0.08261138192763061f,0.9574133334218271f,-0.27664972178209774f,1.0719102109337706f,0.023616701851303688f,-0.27563988385328614f,-0.9609708142410013f,0.025206525462241787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.366135816407056e-17f,1.1774765727252806e-16f,-3.079153235882946e-18f,0f,0.9614825870978356f,-0.2748658485655367f,1.072131743939526f,-1.2246467991473532e-16f,-0.2748658485655367f,-0.9614825870978356f,0.025143194250185213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9912823042908722f,0.1317549487753664f,-0.00016331864361853146f,-0.19331336975097657f,0.12274707421280194f,0.9230580393391381f,-0.3645504241988794f,1.0852434291725779f,-0.047880569879395395f,-0.36139243141574867f,-0.9311836347055491f,0.025172022837399173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9916862751408022f,-0.12819648206746256f,0.011135245075338649f,0.19375f,-0.11988149991765845f,0.8889725885855224f,-0.4419911342109113f,1.0848565455758201f,0.046762780871688545f,-0.43965145141245937f,-0.8969503016310681f,0.012197764898510238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.400648154000263e-17f,1.0991313742354882e-16f,-0.00781250000000001f,0f,0.8975088776623158f,-0.44099638832685506f,0.9453660893651061f,-1.2246467991473532e-16f,-0.44099638832685506f,-0.8975088776623158f,0.0742295745054953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.4221409442865524e-17f,1.1420185976377538e-16f,7.902200903677835e-19f,0f,0.9325289531911337f,-0.36109521107354536f,1.15372802734375f,-1.2246467991473532e-16f,-0.36109521107354536f,-0.9325289531911337f,-0.006452636718749974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5659335460599563f,-0.2133835844587348f,-0.796358378701163f,-0.04636158528894321f,0f,0.9659258262890683f,-0.25881904510252074f,1.2280812072753906f,0.8244508605393064f,0.1464743799827214f,0.5466498281026658f,0.357128783514759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5659335460599563f,-0.2133835844587348f,-0.796358378701163f,0.006694684654177704f,0f,0.9659258262890683f,-0.25881904510252074f,1.2280812072753906f,0.8244508605393064f,0.1464743799827214f,0.5466498281026658f,0.434421051690319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5659335460599563f,-0.2133835844587348f,-0.796358378701163f,0.09962030648779172f,0f,0.9659258262890683f,-0.25881904510252074f,1.2669040640407687f,0.8244508605393064f,0.1464743799827214f,0.5466498281026658f,0.31377744338713914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5594553574983732f,-0.5929272482780955f,-0.5791778493828411f,0.5646080309267055f,-0.4790537303811088f,0.801540287163647f,-0.3578277399274156f,2.0912513645669732f,0.6764001969058784f,0.07726866313703085f,-0.7324700180367145f,-0.3814469794786893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2006548723519944f,-0.5929272482780955f,-0.779855692067943f,0.5838786954526891f,0.0541360609452452f,0.801540287163647f,-0.5954850585522284f,2.1140730891683783f,0.9781650725244373f,0.07726866313703085f,0.19293170965468198f,-0.4703113304578339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20555375494382444f,-0.5929272482780955f,-0.7785787898972458f,0.6910301816742842f,-0.24343172908165736f,0.801540287163647f,-0.5461448171775806f,2.184583949444313f,0.9478864104442096f,0.07726866313703085f,-0.309096921033205f,-0.37951461681328086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000083f,0f,0.000015625f,0f,1.31985052734375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.68104736328125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..bbcbf4d90 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.040355168530508585f,0.14960924635568082f,-0.8018310160016284f,-0.24131406090371368f,-0.22520623811742796f,0.7736492584737006f,0.13301661407709178f,1.3062136543194571f,0.7839630444927329f,0.21454217000958767f,0.07948614094108838f,-0.2906101245343138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.09260698201991188f,0.12027199951888229f,-0.785467117715881f,-0.24131406090371368f,0.08620341520542113f,0.7845956683485975f,0.13030198930000828f,1.3062136543194571f,0.7899322237306726f,-0.09972102757366509f,0.07786397479943352f,-0.2906101245343138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6748921951918115f,0.26149524441459504f,-0.3782660524844561f,-0.2804393389149294f,0.22520623811742796f,0.7736492584737006f,0.13301661407709178f,1.3062136543194571f,0.4009328118608134f,0.005613061204795818f,-0.7114533142531118f,-0.21754995964827736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7088218613574391f,-0.016339550271410708f,-0.3705463371276305f,-0.2804393389149294f,-0.08620341520542113f,0.7845956683485975f,0.13030198930000828f,1.3062136543194571f,0.36074996891018196f,0.15537907293308756f,-0.6969338588601912f,-0.21754995964827736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3467662290042355f,1.5200010586473547f,0.1037121696480351f,-0.5873142638526898f,1.5201968930282246f,0.3522411463834027f,-0.07958537065214848f,1.1648033001608817f,-0.10080098635189866f,0.08324185549005399f,-1.5570215813035664f,0.7652983742870223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.11644822536509902f,0.11019586360044942f,-0.9870646799752639f,-0.17897946844226142f,-0.19093899263063338f,0.9728038397600768f,0.13112967033150805f,1.3243998898842309f,0.9746702580373109f,0.20373895305856998f,-0.09224059358048267f,0.5272303199376025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2500025073748643f,0.11019586360044942f,-0.9619540622876084f,-0.09357395808882688f,-0.17126722483804407f,0.9728038397600768f,0.1559494374607549f,1.3912633514391393f,0.9529775884051817f,0.20373895305856998f,-0.22433045937643434f,0.17405109215776166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07953103139494698f,0.9064022863150136f,-0.4148610736236554f,0.41857018161315096f,0.6406455493480431f,-0.2723727507603836f,-0.7179041473231411f,1.1424459937377311f,-0.7637068122950064f,-0.3228745576940651f,-0.5590205048547521f,-0.3275141560029785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6729266621266121f,0.6077542907973308f,-0.42166862512708947f,0.18627121337754052f,0.7252057492900184f,0.42971570706037704f,-0.5379786541325815f,1.380229134143708f,-0.14576120401478523f,-0.6678166912581879f,-0.7299140622574184f,-0.3531597330162258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,-0.3900379167984959f,-0.7905707829333414f,0.14751307846690948f,0f,0.8967955339340408f,-0.44244521730487596f,1.0782387563408307f,0.8815507582484101f,-0.20887363111567817f,-0.42336753165093416f,0.14186587617090768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,-0.0578097074929832f,-0.8796532141065152f,0.13117592572380943f,0f,0.9978474930409393f,-0.06557728746992142f,1.2649253032393197f,0.8815507582484101f,-0.030958332504972486f,-0.4710730753080298f,0.13311698210555017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,-0.2835108943741006f,-0.8347175043926804f,0.25188949499685037f,0f,0.9468740133026662f,-0.3216047308919797f,1.0798034370255427f,0.8815507582484101f,-0.15182613643012938f,-0.4470090434525379f,-0.15672727149091364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,0.17183111541872234f,-0.8646420109746603f,0.2787038165692692f,0f,0.9808193151494232f,0.1949191397216205f,1.2649253032393197f,0.8815507582484101f,0.09201923061933484f,-0.4630342555663445f,-0.14236762984707801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9434465272218477f,-0.0017296151037353158f,-0.3315202236736521f,0.34773820266343136f,-0.018011876688356937f,0.9987768428666974f,0.04604769756889031f,2.00084840250227f,0.33103507755402406f,0.049414841746437815f,-0.9423236974861535f,-0.13143610737730071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9434465272218477f,-0.0017296151037353158f,-0.3315202236736521f,0.3522536283528127f,-0.018011876688356937f,0.9987768428666974f,0.04604769756889031f,1.8809937141668298f,0.33103507755402406f,0.049414841746437815f,-0.9423236974861535f,-0.23836962464320827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9434465272218477f,-0.0017296151037353158f,-0.3315202236736521f,-0.20653663207940418f,-0.018011876688356937f,0.9987768428666974f,0.04604769756889031f,1.9902664249478603f,0.33103507755402406f,0.049414841746437815f,-0.9423236974861535f,0.06304700068568841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9434465272218477f,-0.0017296151037353158f,-0.3315202236736521f,-0.2727796959316614f,-0.018011876688356937f,0.9987768428666974f,0.04604769756889031f,1.8690608458607931f,0.33103507755402406f,0.049414841746437815f,-0.9423236974861535f,-0.019058885763667308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9321017063254705f,0.14587923210833675f,-0.3315202236736521f,0.2473609760285038f,0.13845300051109505f,0.9892979208499727f,0.04604769756889031f,2.1067234570105646f,0.33468967076176837f,-0.0029788322214045933f,-0.9423236974861535f,-0.11416244317967614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9434465272218477f,-0.0017296151037353297f,-0.3315202236736521f,0.13867264650694505f,-0.01801187668835695f,0.9987768428666974f,0.04604769756889031f,2.1147138153112666f,0.33103507755402406f,0.049414841746437815f,-0.9423236974861535f,-0.07553419153609969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.915840565097843f,0.22656213411917614f,-0.3315202236736521f,0.11760684113651743f,0.22414914013443993f,0.9734663694887438f,0.04604769756889031f,2.1099970920074345f,0.3331564531841684f,-0.0321376237106792f,-0.9423236974861535f,-0.06835348889844986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9410276870484209f,-0.06753690475340979f,-0.3315202236736521f,0.1450508397798647f,-0.087639151277689f,0.995087427672529f,0.04604769756889031f,2.1205103167638417f,0.32678168763201176f,0.07238630937130651f,-0.9423236974861535f,-0.07749486016786086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9400071742405081f,0.08050374942663832f,-0.3315202236736521f,0.18902752788587623f,0.0691058015195846f,0.9965460339316694f,0.04604769756889031f,2.227599217513041f,0.3340821763768773f,0.020375195295094406f,-0.9423236974861535f,-0.1208960441471572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9400071742405081f,0.08050374942663832f,-0.3315202236736521f,0.17091418426488264f,0.0691058015195846f,0.9965460339316694f,0.04604769756889031f,2.003376359878416f,0.3340821763768773f,0.020375195295094406f,-0.9423236974861535f,-0.12548046308855343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9315605634985139f,-0.14929587345169f,-0.3315202236736521f,-0.12103276672476385f,-0.17403324170575007f,0.9836625642617453f,0.04604769756889031f,2.099690241586291f,0.3192293020944651f,0.1005917583120256f,-0.9423236974861535f,0.015098991023545824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9434465272218479f,-0.0017296151037353158f,-0.3315202236736521f,-0.012379297190044117f,-0.018011876688356937f,0.9987768428666974f,0.04604769756889031f,2.1118299963507807f,0.3310350775540241f,0.049414841746437815f,-0.9423236974861535f,-0.022533316071897846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.915003701568736f,-0.22991861040568973f,-0.3315202236736521f,0.008701450965189275f,-0.2591028340802859f,0.9647514347852344f,0.04604769756889031f,2.1079179169806954f,0.30924738881205677f,0.12803164323302585f,-0.9423236974861535f,-0.03014093180994462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9412689907495633f,0.06408610105686424f,-0.3315202236736521f,-0.018777144056801837f,0.05170314995365327f,0.9976003176791166f,0.04604769756889031f,2.1173825831214725f,0.3336756978537228f,0.026202629979743f,-0.9423236974861535f,-0.020011147238640784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9397056824624408f,-0.08394981621879938f,-0.3315202236736521f,-0.08383615618980912f,-0.10499247363883159f,0.9934063569495635f,0.04604769756889031f,2.222389821019978f,0.3254686019065398f,0.0780784114145936f,-0.9423236974861535f,-0.025154051131763888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9397056824624408f,-0.08394981621879938f,-0.3315202236736521f,-0.0649474475405793f,-0.10499247363883159f,0.9934063569495635f,0.04604769756889031f,1.9988733907063265f,0.3254686019065398f,0.0780784114145936f,-0.9423236974861535f,-0.04272169370004742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9434465272218477f,-0.0017296151037353158f,-0.3315202236736521f,0.06422980309261764f,-0.018011876688356937f,0.9987768428666974f,0.04604769756889031f,1.4878127527741607f,0.33103507755402406f,0.049414841746437815f,-0.9423236974861535f,-0.07997856924290753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,0.17183111541872234f,-0.8646420109746603f,-0.00020686518940323822f,0f,0.9808193151494232f,0.1949191397216205f,1.120005509593127f,0.8815507582484101f,0.09201923061933484f,-0.4630342555663445f,-0.1144857807251581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4262302335180159f,-0.030608433784269196f,-0.9040967380852848f,0.2865455604820108f,-0.23296318120937448f,0.9694317107577453f,0.07700853444988826f,0.74723102172135f,0.8741029368649814f,0.2434446178468226f,-0.42033174256226324f,-0.13571181579116603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4262302335180159f,-0.8360509146482034f,-0.34546585381348527f,0.019476353149820994f,-0.23296318120937448f,0.4704584077374507f,-0.8511151759838094f,0.8230220036763642f,0.8741029368649814f,-0.282290195906704f,-0.3952926777199002f,-0.2457405758916531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4163478232722322f,-0.08623619106441666f,-0.9051065182657648f,0.028247154331088653f,0.023590563005696865f,0.9941320202428134f,-0.1055699373165328f,0.46025440011987023f,0.9088993208235707f,-0.0653057859507399f,-0.4118703423746456f,0.04140707385568637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4163478232722322f,-0.33709799365167614f,-0.8444047801454516f,-0.11186542351545023f,0.023590563005696865f,0.9244103848387201f,-0.3806690501464543f,0.834368610022551f,0.9088993208235707f,-0.17841071458391733f,-0.3769239200795137f,-0.03248574364432821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5931995836696184f,-0.28623495493830753f,-0.7524518619191903f,-0.012832323825378161f,-0.0017704631497393597f,0.9351200155491144f,-0.35432671643507146f,1.0149368882868837f,0.8050534885300645f,-0.20885427237882664f,-0.5552195723447473f,-0.12124698335756598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.4085543938351913f,-0.5479703205643351f,-0.7299396105559549f,-0.017922921755457216f,-0.1383578624251437f,0.8276682395419181f,-0.5438955664084116f,0.9784232826611516f,0.9021864603190985f,-0.12121803922767287f,-0.4139634981283904f,-0.1299422718474772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5458591877957493f,-0.39846636151124365f,-0.7370632983963832f,-0.012832323825378161f,-0.12132592812607203f,0.9079978725071259f,-0.40102354380619626f,1.0149368882868837f,0.8290462992278008f,-0.12947749714341816f,-0.5439832823443785f,-0.12124698335756598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.44911083048983297f,0.21763817207666092f,-0.8665639549345807f,-0.008492785829803383f,0.11860540590051515f,0.9758180032546712f,0.18360823024919287f,1.0259232988124838f,0.8855688678063984f,-0.02031872484178815f,-0.46406349758723453f,-0.11183328917933426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.48983897655745195f,0.03697053552183301f,-0.8710286772250251f,-0.004631765655787051f,-0.13493798050319084f,0.9838453459519394f,0.11764385520047099f,1.0314526710022283f,0.8613068666061292f,0.1751613962947823f,-0.4769370679504725f,-0.11685540938927727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,0.16185997459682466f,-0.8665639549345807f,-0.0036201408145568963f,0f,0.9829995003990386f,0.18360823024919287f,1.0375964178797223f,0.8815507582484101f,0.08667947184169908f,-0.46406349758723453f,-0.11631366269026665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4658444732252917f,0.05729358354728775f,-0.8830098368929762f,-0.09021908965734128f,0.09695483236801182f,0.9951982640339265f,0.01342295587229924f,1.0485993607410804f,0.8795389060444917f,-0.07935906090780637f,-0.4691625008521993f,0.05709389858580487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4724883391939006f,-0.2293810684919071f,-0.8509636271564728f,0.06676356083572615f,-0.1636619666945237f,0.9715792457894838f,-0.17102201556764038f,1.0612449274811815f,0.8660078117335144f,0.05846447270478593f,-0.4966008210302126f,-0.29840483500686643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,-0.03553194727980164f,-0.880834388571911f,-0.01293248542259431f,0f,0.9991873755767365f,-0.04030618424105442f,0.901808709942862f,0.8815507582484101f,-0.019028116317156046f,-0.4717056194503876f,-0.11243839835668663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.47208925070547103f,0.04137303788065044f,-0.8805793610486639f,1.4006897765247854e-17f,0f,0.9988980813746036f,0.04693211082122628f,1.125f,0.8815507582484101f,0.022156145031618845f,-0.47156904676726924f,-0.114375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9929033758229753f,0.030779761846032996f,0.11487163505426506f,0.2810705478504208f,0f,0.9659258262890683f,-0.2588190451025207f,1.1056249999999999f,-0.11892386757644052f,0.25698230360957175f,0.9590710137170129f,0.08436770215835598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9929033758229753f,0.030779761846032996f,0.11487163505426506f,0.3741552393338247f,0f,0.9659258262890683f,-0.2588190451025207f,1.1056249999999999f,-0.11892386757644052f,0.25698230360957175f,0.9590710137170129f,0.07321858957306471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9929033758229753f,0.030779761846032996f,0.11487163505426506f,0.310382148333983f,0f,0.9659258262890683f,-0.2588190451025207f,1.144447856765378f,-0.11892386757644052f,0.25698230360957175f,0.9590710137170129f,-0.0650675061918416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2913684609445702f,0.013241497275003476f,-0.9565192537093586f,-0.9705204647035306f,-0.039928989950866065f,0.9988644374919681f,0.025990599749868473f,2.0716704430792046f,0.9557772207623993f,0.045765688717316386f,-0.2905088742326706f,-0.581631640401039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11178118364051447f,0.013241497275003476f,-0.9936446194358634f,-0.9619243152295863f,-0.04696153389040546f,0.9988644374919681f,0.00802806629983369f,2.0758295569207954f,0.9926225774777573f,0.045765688717316386f,0.11227609014230866f,-0.6748940148415082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09169226105540551f,0.013241497275003476f,-0.9956993482032934f,-0.8168674877360644f,-0.044363880976967605f,0.9988644374919681f,0.01736898323206277f,2.0711446525151906f,0.994798660698339f,0.045765688717316386f,-0.09100069455240922f,-0.6146127234384122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007376394542272985f,0f,-0.000013774230597631409f,0.6026588421288152f,0f,0.000015625f,0f,1.2911225f,0.000013774230597631409f,0f,-0.000007376394542272985f,0.21654895245766925f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8.mcfunction new file mode 100644 index 000000000..973584701 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80.mcfunction new file mode 100644 index 000000000..d853b66a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..b378ef280 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867422f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195375f,-0.05804131316639084f,0.9333193291447491f,-0.10461880994972568f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6309775179552696f,0.7134587596239502f,0.3047030852335793f,0.38584417999786114f,0.5335171848797788f,-0.11391095035913212f,-0.8380833543426545f,1.201991404971837f,-0.5632288924344733f,0.6913760870207573f,-0.4525177576879199f,0.2675512289695692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.19024985865758062f,0.8758077472225859f,0.443582890997466f,0.2984375f,0.5505990179005463f,0.46927206616381345f,-0.6903799312011464f,1.382567026202448f,-0.8128011520462584f,0.11289161980964141f,-0.571497829750062f,0.0012546923155405624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792326f,-0.5489564193883948f,-0.5884577130009256f,0.5417253292003303f,-0.4735207666735375f,0.8294993993759019f,-0.2961567658587647f,2.0616598767079974f,0.6507024772558593f,0.102847440645311f,-0.7523354903537365f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207753f,-0.5489564193883948f,-0.8083040233938801f,0.5623359207996698f,0.019718899399561285f,0.8294993993759019f,-0.5581593960881496f,2.0862226232920023f,0.9768928854428879f,0.102847440645311f,0.18735713043217167f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883948f,-0.8064207645013102f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759019f,-0.4932396660730988f,2.147927199910965f,0.9396926207859082f,0.102847440645311f,-0.32619040818702866f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..9e849d1f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.13561380532370132f,0.1897356398262462f,-0.7826581164402465f,-0.2522141030473389f,-0.23829569633507958f,0.7675902124937704f,0.14479251098172233f,1.312268108647088f,0.7692649097406232f,0.20432840504427574f,0.18282736660100324f,-0.27610514878132497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.19386073954798255f,0.12087743777244456f,-0.7666855018190171f,-0.2522141030473389f,0.07208575409383818f,0.7840189730648046f,0.1418375617780137f,1.312268108647088f,0.7728011760592967f,-0.10345479646675625f,0.179096195854044f,-0.27610514878132497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6398458755733537f,0.278645358349746f,-0.42414439077554034f,-0.285189777951133f,0.23829569633507958f,0.7675902124937704f,0.14479251098172233f,1.312268108647088f,0.44805899283955025f,-0.010318643241931779f,-0.6827013321956372f,-0.19649482720017902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6835331956406854f,0.012319667813432994f,-0.41548838280052935f,-0.285189777951133f,-0.07208575409383818f,0.7840189730648046f,0.1418375617780137f,1.312268108647088f,0.4093727085602498f,0.15862684406926786f,-0.6687686519467467f,-0.19649482720017902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.07630767792561816f,1.5586901079371838f,-0.07790080685314112f,-0.5146354504214624f,1.5590350832439255f,-0.0796657361824963f,-0.06685229759033795f,1.3398217036381808f,-0.07066114564742305f,-0.0744631982745246f,-1.559124268491297f,0.8300732939193957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.009634076001206943f,0.18308139092471823f,-0.9830505525539738f,-0.09240137750299333f,-0.126937651536438f,0.9753667896506382f,0.18040636981276903f,1.3410998413174222f,0.9918639106258563f,0.12304807980492109f,0.032636679584555725f,0.538137036444249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10171233507517785f,0.18308139092471823f,-0.9778219700899674f,-0.06170734503296248f,-0.1056990971452798f,0.9753667896506382f,0.19361644173282505f,1.3840329856125828f,0.9891826432748542f,0.12304807980492109f,-0.0798552960053015f,0.17246640306407227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1335869562341914f,0.8627741302193537f,-0.487622113268381f,0.3921203427325224f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.1284840140478396f,-0.7382986730229808f,-0.4148694506457425f,-0.531787935490648f,-0.3802131669157024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664905603091376f,0.5481127136488068f,-0.5053343310674162f,0.16420727704317487f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3718292855235836f,-0.07014446615599235f,-0.720931754846923f,-0.689446994859668f,-0.3800095410831221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,-0.3904483620877299f,-0.8373192145987589f,0.1698667306512842f,0f,0.90630778703665f,-0.42261826174069944f,1.0728466293597778f,0.9238795325112866f,-0.16172900698309878f,-0.34682897472239416f,0.114484884927426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,-0.040299059207515336f,-0.923000203911279f,0.1565419057754296f,0f,0.9990482215818578f,-0.04361938736533602f,1.2598955497353428f,0.9238795325112866f,-0.016692416874629204f,-0.38231920253318424f,0.10896556174760064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,-0.2778159334694405f,-0.8811195706053617f,0.24427457850445064f,0f,0.9537169507482269f,-0.3007057995042731f,1.0754873008132422f,0.9238795325112866f,-0.11507512748638375f,-0.36497167621709886f,-0.1929419379361718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.19996412934205782f,-0.9019798986505998f,0.27613047838952026f,0f,0.9762960071199334f,0.21643961393810285f,1.2598955497353428f,0.9238795325112866f,0.08282785436160817f,-0.37361230700898834f,-0.17974679216217643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,0.36534411334073125f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.993023747296231f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.15929643950134062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,0.3640537800596223f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8722799758610715f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.26531336833649255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,-0.18254874727616963f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9951550794249138f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,0.05275336763930816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,-0.25378284999773404f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8746833929423523f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.02619337305022902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9180062041294623f,0.165433928642773f,-0.3604111879973118f,0.267702662540079f,0.1598548169290267f,0.986093054757003f,0.04546344536646395f,2.1010372769323675f,0.3629201657174799f,-0.015877739568968492f,-0.9316849524929426f,-0.1397332401220594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9325835925394059f,0.019789353012709482f,-0.3604111879973118f,0.16048243515811889f,0.0036277993679710296f,0.9989594156957311f,0.04546344536646395f,2.1115220414348554f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.0977447514794787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9000943964425752f,0.24481391516628023f,-0.3604111879973118f,0.13956631437359546f,0.24519019369477676f,0.9684084076727796f,0.04546344536646395f,2.107287883717568f,0.36015530873304386f,-0.04744789657749808f,-0.9316849524929426f,-0.08986021441301997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9316923012633116f,-0.045312595743797174f,-0.3604111879973118f,0.16690933602616115f,-0.06606492402138278f,0.9967790632579817f,0.04546344536646395f,2.1171730592200464f,0.357190259638646f,0.0661684797883384f,-0.9316849524929426f,-0.09995516845910221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9273100746547905f,0.10099406423197843f,-0.3604111879973118f,0.21160929391770922f,0.09067904434584138f,0.9948418899764603f,0.04546344536646395f,2.223012357393422f,0.3631436855574547f,0.00947696881769411f,-0.9316849524929426f,-0.14562355202926058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9273100746547905f,0.10099406423197843f,-0.3604111879973118f,0.1888856294655141f,0.09067904434584138f,0.9948418899764603f,0.04546344536646395f,1.9991729321487188f,0.3631436855574547f,0.00947696881769411f,-0.9316849524929426f,-0.14775587001324175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9241976778335332f,-0.12634250216562418f,-0.3604111879973118f,-0.09644935898206253f,-0.1526885466534999f,0.9872280804638067f,0.04546344536646395f,2.1024538475047985f,0.35006407985959703f,0.09704787112696858f,-0.9316849524929426f,0.0012037413284806883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.01978935301270949f,-0.3604111879973118f,0.01116971816947123f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,2.11210287578006f,0.3609358419415298f,0.04109096372904966f,-0.9316849524929426f,-0.03995656857554483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9096693520296264f,-0.20641086585828217f,-0.3604111879973118f,0.031914871411634495f,-0.23815011724971866f,0.9701636958726892f,0.04546344536646395f,2.107706653509212f,0.3402737010583461f,0.1271886695672158f,-0.9316849524929426f,-0.04819610568053208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9289314302956231f,0.08479489003055701f,-0.3604111879973118f,0.004967683461299062f,0.07330284848346921f,0.9962729382752601f,0.04546344536646395f,2.117803020790808f,0.36292298110361854f,0.015813256624922237f,-0.9316849524929426f,-0.03727923551164214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307595861754271f,-0.06156596713212423f,-0.3604111879973118f,-0.05811261127406527f,-0.08345105535361473f,0.9954742570733702f,0.04546344536646395f,2.2240615898322194f,0.3559810586294099f,0.07239223159502488f,-0.9316849524929426f,-0.041233657418978706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307595861754271f,-0.06156596713212423f,-0.3604111879973118f,-0.04426026866933734f,-0.08345105535361473f,0.9954742570733702f,0.04546344536646395f,2.0000798819907115f,0.3559810586294099f,0.07239223159502488f,-0.9316849524929426f,-0.05752190952785928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325835925394058f,0.019789353012709482f,-0.3604111879973118f,0.07343348660399077f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.486238973857951f,0.36093584194152983f,0.04109096372904966f,-0.9316849524929426f,-0.09458285391628402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.19996412934205782f,-0.9019798986505998f,-0.0015530618992809168f,0f,0.9762960071199334f,0.21643961393810285f,1.120127971187976f,0.9238795325112866f,0.08282785436160817f,-0.37361230700898834f,-0.12564329930188708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.34223990717297215f,0.06730310076798929f,-0.9371990922772221f,0.2682828890419247f,-0.24361533130555035f,0.9569676927960321f,0.15768451191390231f,0.7396880384894579f,0.9074819096219616f,0.28228200008440585f,-0.3111164671585628f,-0.18222176156053366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.34223990717297215f,-0.8401032776323746f,-0.42083052271618393f,-0.004809092481096776f,-0.24361533130555035f,0.511897174492973f,-0.8237796143987768f,0.8250750050762793f,0.9074819096219616f,-0.1794094915478331f,-0.37985367979187146f,-0.262291016364926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3195966528780241f,-0.06633168634888717f,-0.9452291187089384f,0.00036543581841055883f,0.007176075426276135f,0.9973487324557212f,-0.0724155356981003f,0.442878953069483f,0.9475265080253112f,-0.029926798276449812f,-0.3182733154605967f,0.004638291794310301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3195966528780241f,-0.27726189637517706f,-0.9060815748527304f,-0.11400509643634997f,0.007176075426276135f,0.9554967979501898f,-0.29491417912404727f,0.8370213822239363f,0.9475265080253112f,-0.10075569425781783f,-0.30338392617932963f,-0.03692343208703955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5143931230719141f,-0.27458792979023794f,-0.8124045690109293f,-0.01753609212163791f,-0.0006285824196201885f,0.9474708446147672f,-0.31984152871245725f,1.01561304661186f,0.8575542663997795f,-0.16401361961279676f,-0.48754508792628043f,-0.13226368718780643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.32213495597375974f,-0.5310014368316257f,-0.7837515832344664f,-0.024530024890635285f,-0.14061480214406458f,0.8455373566891174f,-0.5150670401619248f,0.9794381626845708f,0.9361925803795762f,-0.055714024499484524f,-0.3470438011495111f,-0.14105165067600434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4686509116997459f,-0.38116169668976857f,-0.796920374905532f,-0.01753609212163791f,-0.12193857565086412f,0.9213996805324345f,-0.36898998967853636f,1.01561304661186f,0.8749270293751561f,-0.07575215964779264f,-0.4782931147083971f,-0.13226368718780643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.354503145806318f,0.25291593758586417f,-0.9002005599467753f,-0.012035240489566713f,0.11874584002900763f,0.967107258077091f,0.224951054343865f,1.0256533381071569f,0.9274842020698949f,-0.027149215268114715f,-0.37287528078580884f,-0.12322020858537289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4078832054922239f,0.08937945951334661f,-0.9086487786237817f,-0.00834454606900283f,-0.13560610339882107f,0.9782289370038548f,0.1570959309762563f,1.0317431510120647f,0.9029076782253966f,0.18729511212364958f,-0.38688275430188535f,-0.1284564241536281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.20782767492513105f,-0.9002005599467753f,-0.007045623100720762f,0f,0.9743700647852354f,0.224951054343865f,1.0378329639169723f,0.9238795325112866f,0.08608504159045613f,-0.37287528078580884f,-0.12791839264368773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37320399891931444f,0.08463787797726982f,-0.9238805143535268f,-0.07568285283440529f,0.0954810304952607f,0.9940460458164423f,0.052496015203620315f,1.0486043755567662f,0.922822923429081f,-0.06862134076364601f,-0.37906327121683014f,0.053364624723553605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3907250247121997f,-0.1911973512843958f,-0.900431856347543f,0.04532669884292886f,-0.16441954989114316f,0.9769560192891891f,-0.1360997721828201f,1.0624807105319454f,0.9057042379702354f,0.09487101367885233f,-0.4131577472180598f,-0.31593855540830934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0f,-0.9238795325112867f,-0.02098121616183568f,0f,1f,0f,0.9024127471451256f,0.9238795325112866f,6.938893903907228e-18f,-0.38268343236508995f,-0.1252345152245296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.38268343236508995f,0.0805214068653804f,-0.9203638919632242f,1.5308084989341915e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.125f,0.9238795325112866f,0.03335305878500263f,-0.3812272063696537f,-0.125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9762960071199331f,0.05601869420181797f,0.20906461293484857f,0.2975986442663789f,0f,0.9659258262890683f,-0.2588190451025207f,1.096875f,-0.21643961393810246f,0.2526840003001849f,0.9430295273800395f,0.04428339746188706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9762960071199331f,0.05601869420181797f,0.20906461293484857f,0.3891263949338726f,0f,0.9659258262890683f,-0.2588190451025207f,1.096875f,-0.21643961393810246f,0.2526840003001849f,0.9430295273800395f,0.02399218365518993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9762960071199331f,0.05601869420181797f,0.20906461293484857f,0.31200282765989845f,0f,0.9659258262890683f,-0.2588190451025207f,1.1356978567653782f,-0.21643961393810246f,0.2526840003001849f,0.9430295273800395f,-0.10731663854846746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21643961393810313f,0f,-0.9762960071199333f,-1.0584217894010735f,0f,1f,0f,2.07375f,0.9762960071199333f,0f,-0.21643961393810313f,-0.43658541944985335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1305261922200513f,0f,-0.9914448613738104f,-1.054332471835573f,0f,1f,0f,2.07375f,0.9914448613738104f,0f,0.1305261922200513f,-0.5302461902231524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04361938736533627f,0f,-0.9990482215818577f,-0.9065198973810447f,0f,1f,0f,2.07375f,0.9990482215818577f,0f,-0.04361938736533627f,-0.47687289673170247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000597942863070453f,0f,-0.000014435617695488854f,0.6324051609284145f,0f,0.000015625f,0f,1.2911225f,0.000014435617695488854f,0f,-0.00000597942863070453f,0.14476296027689955f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9.mcfunction new file mode 100644 index 000000000..745fa6a33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..81fffe926 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.10879756398391052f,0.18500778380881294f,-0.7879591705448723f,-0.25555043037422f,-0.23329168086959898f,0.7684725554322172f,0.14822067207025985f,1.3146164881604137f,0.7750371127582528f,0.20534482199966447f,0.1552270027080407f,-0.28467092283834483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.16781902655415876f,0.12665131062652601f,-0.7718783711459974f,-0.25555043037422f,0.07694527947486869f,0.7829416422248522f,0.1451957603953566f,1.3146164881604137f,0.7784061910679726f,-0.10469876019721852f,0.1520591046935909f,-0.28467092283834483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6249576625336862f,0.2760207355482786f,-0.447420292378724f,-0.28704107904692605f,0.23329168086959898f,0.7684725554322172f,0.14822067207025985f,1.3146164881604137f,0.47111289105894016f,-0.014385045683263275f,-0.6669259020185242f,-0.20864398454157485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6690750911848367f,0.015525516480500212f,-0.43828926600364804f,-0.28704107904692605f,-0.07694527947486869f,0.7829416422248522f,0.1451957603953566f,1.3146164881604137f,0.4317614460816728f,0.16358894586207584f,-0.6533151693242687f,-0.20864398454157485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9231503268241489f,1.2581324648655563f,-0.07938781352189325f,-0.4240054544665459f,1.2562215351511081f,-0.9263188954928683f,-0.07243623730885174f,1.5978461406081037f,-0.10539060065802616f,-0.021029852690678242f,-1.5587998000348693f,0.8049898811787216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.010323607073309815f,0.18466686358653003f,-0.982746952490879f,-0.09213879266124823f,-0.12332344238004124f,0.975531485527589f,0.18201551940390157f,1.3442104001899267f,0.9923128295535297f,0.11931668046609979f,0.03284475705524546f,0.5290334482556056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10099286790547946f,0.18466686358653003f,-0.9775983787452496f,-0.06170487276028481f,-0.10192595974180585f,0.975531485527589f,0.19480610738641435f,1.3857591760887733f,0.9896522315252658f,0.11931668046609979f,-0.07969937515195769f,0.16318120162348607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13359309229753358f,0.862770682171518f,-0.4876265329898242f,0.39211822161895243f,0.6611123917584588f,-0.28897082749844744f,-0.6924061426058212f,1.13021020452403f,-0.7382975627440421f,-0.4148766212263063f,-0.5317838828001946f,-0.38950214014071893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6664911432632077f,0.5481067218999698f,-0.5053400611071437f,0.1642051576298294f,0.7422062293503761f,0.42406350702445167f,-0.5189412829247835f,1.3735554759997741f,-0.07013892688942175f,-0.7209363102370363f,-0.6894427949559039f,-0.3892966201017626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,-0.4074470638518162f,-0.8291840311609046f,0.17397716479176034f,0f,0.8974992382654037f,-0.4410160057333749f,1.0749689877798279f,0.923882712996468f,-0.16876613247791789f,-0.34345119763182075f,0.10689949197940768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,-0.062251575417584526f,-0.9217830594731836f,0.15654385027925588f,0f,0.99772735922672f,-0.0673803877287425f,1.2616217402115333f,0.923882712996468f,-0.025784840672466017f,-0.3818060693831119f,0.09967854641967586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,-0.27781688985977976f,-0.8811226038879908f,0.2442740138243392f,0f,0.9537169507482269f,-0.3007057995042731f,1.0772134912894327f,0.923882712996468f,-0.11507281852871723f,-0.36496435313896486f,-0.20222968240795566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,0.1999648177250426f,-0.901983003745583f,0.2761300233743748f,0f,0.9762960071199334f,0.21643961393810285f,1.2616217402115333f,0.923882712996468f,0.08282619243853662f,-0.3736048105584571f,-0.1890348013917204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9325805927363255f,0.01978969452279261f,-0.36041893130391783f,0.3653438282872606f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9947499377724216f,0.36094359271679766f,0.0410907992565034f,-0.9316819570503405f,-0.1685851901942898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9325805927363255f,0.01978969452279261f,-0.36041893130391783f,0.3640526138897814f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.874006166337262f,0.36094359271679766f,0.0410907992565034f,-0.9316819570503405f,-0.27460210830170206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9325805927363255f,0.01978969452279261f,-0.36041893130391783f,-0.18254726994533071f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.9968812699011043f,0.36094359271679766f,0.0410907992565034f,-0.9316819570503405f,0.04346917052682882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9325805927363255f,0.01978969452279261f,-0.36041893130391783f,-0.25378202879803424f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.8764095834185428f,0.36094359271679766f,0.0410907992565034f,-0.9316819570503405f,-0.0354769781268236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9176453993136224f,0.17055041091025164f,-0.35894216589429384f,0.2682173874030227f,0.15980253929461896f,0.9853454497546481f,0.05964472384714276f,2.1022383334866146f,0.36385446204977934f,-0.0026271631381564534f,-0.9314521074431641f,-0.14757539056245356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9330276239959711f,0.02489928520150976f,-0.35894216589429384f,0.16099750899494406f,0.003693116546597444f,0.9982128369277623f,0.05964472384714276f,2.1127230979891025f,0.359785788700174f,0.05432455972285975f,-0.9314521074431641f,-0.10558601080418367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8983572090436895f,0.2557627913386683f,-0.3571270355572168f,0.13926670774891772f,0.24489621513758275f,0.9665523001120139f,0.07617410950882392f,2.1081147769431814f,0.36466446052572726f,-0.019027498911531902f,-0.9309445662952507f,-0.09968832500756268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9334235266741506f,-0.03436277528526911f,-0.3571270355572168f,0.1667482174324385f,-0.06577094546418877f,0.994922955697216f,0.07617410950882392f,2.117976461893473f,0.35269633196836386f,0.09459128871841055f,-0.9309445662952507f,-0.10942379728453744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9273070565023017f,0.11207989755148533f,-0.3571270355572168f,0.21276317191529942f,0.09067904434584138f,0.9929626458014735f,0.07617410950882392f,2.224569925989658f,0.36315139250395573f,0.038252850975919794f,-0.9309445662952507f,-0.15192205498018316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9273070565023017f,0.10612325147746988f,-0.35894216589429384f,0.18888544033286872f,0.09067904434584138f,0.9940924593988846f,0.05964472384714276f,2.0008991226249093f,0.36315139250395573f,0.022760440727865604f,-0.9314521074431641f,-0.15704315414395292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9243741414922286f,-0.12377654067354166f,-0.3608487418841807f,-0.09615362958026868f,-0.15266416900936597f,0.9868794639109226f,0.052560205589108906f,2.103920041179143f,0.3496084925186812f,0.10367396823591127f,-0.9311420999337506f,-0.007371657939125809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9323564788243104f,0.022351328258902535f,-0.3608487418841807f,0.011465105480439206f,0.0035973412388986964f,0.9986112776873899f,0.052560205589108906f,2.113569069454405f,0.36152241359332654f,0.04770675214915878f,-0.9311420999337506f,-0.048532862273746105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9111436785902967f,-0.1970834214413026f,-0.3619051283940752f,0.03138970063045473f,-0.23791098741906222f,0.9686538895421781f,0.0714703039037661f,2.1087278007173333f,0.3364751982393785f,0.1512209220571009f,-0.9294711795972866f,-0.059022125021765834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9274512593393611f,0.09412140878621178f,-0.3619051283940752f,0.004560636436213926f,0.07306371865281278f,0.994763131944749f,0.0714703039037661f,2.1188050601707253f,0.36673676467795796f,0.03984308888091998f,-0.9294711795972866f,-0.04780090488444045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9307566275520681f,-0.052122723547111234f,-0.3619051283940752f,-0.0575333458611195f,-0.08345105535361473f,0.9939456308170338f,0.0714703039037661f,2.2257091500446404f,0.3559887942453647f,0.09672282393396182f,-0.9294711795972866f,-0.04902461315781873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9307566275520681f,-0.05899394671069708f,-0.3608487418841807f,-0.04425970785121268f,-0.08345105535361473f,0.9951247892343946f,0.052560205589108906f,2.001806072466902f,0.3559887942453647f,0.07903396803082141f,-0.9311420999337506f,-0.06680725596475352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9325805927363255f,0.01978969452279261f,-0.36041893130391783f,0.07343373940114423f,0.0036277993679710296f,0.998959415695731f,0.04546344536646395f,1.4879651643341414f,0.36094359271679766f,0.0410907992565034f,-0.9316819570503405f,-0.10386917851548809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,0.1999648177250426f,-0.901983003745583f,-0.0015530672457467508f,0f,0.9762960071199334f,0.21643961393810285f,1.1218541616641664f,0.923882712996468f,0.08282619243853662f,-0.3736048105584571f,-0.13492900067993932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3422343153357083f,0.06047482344245836f,-0.937666502087124f,0.2686974337796051f,-0.24361147279966933f,0.9580923368948293f,0.15070674936372558f,0.743422093134624f,0.9074850542720113f,0.28000333875332334f,-0.3131597141394734f,-0.1908132632560992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3422343153357083f,-0.8431481765931128f,-0.41470088704318936f,-0.00481023351915402f,-0.24361147279966933f,0.5058809451540578f,-0.8274889241859453f,0.8268011955524698f,0.9074850542720113f,-0.18216921155273819f,-0.3785303879943839f,-0.2715766906770902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3195887895579215f,-0.06479792138837515f,-0.9453381590587829f,0.0019044312326927104f,0.00717814979966388f,0.9974648710397878f,-0.07079763560340988f,0.44601315589705615f,0.9475291445408718f,-0.02941190958311897f,-0.3183134615757215f,-0.004138508024421325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3195887895579215f,-0.2809258899131474f,-0.9049550541134123f,-0.11400436441998214f,0.00717814979966388f,0.9542957256925005f,-0.29877774698005444f,0.8387475727001268f,0.9475291445408718f,-0.10198192144458754f,-0.30296568773396415f,-0.04620819886898769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5137914452460531f,-0.26841037597793904f,-0.8148461332419473f,-0.01753615249020239f,-0.0005442574936629084f,0.9498998666848564f,-0.3125539106392247f,1.0173392370880505f,0.8579149460032461f,-0.16014403935043392f,-0.48819650970154854f,-0.14154925572920057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3243224632745399f,-0.5232061921737445f,-0.7880800849447888f,-0.026554341914225014f,-0.1370524495711975f,0.8503120476758325f,-0.5081201114341638f,0.9856342707086002f,0.9359655794323151f,-0.056786460079701034f,-0.34748198812247433f,-0.1508118412964368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46883010507320627f,-0.3751909550178087f,-0.799643720571775f,-0.01753615249020239f,-0.1222155678359442f,0.9241496834122436f,-0.3619540269531306f,1.0173392370880505f,0.8747923682540814f,-0.0719660331119798f,-0.47912336879194417f,-0.14154925572920057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.35579982673615645f,0.2511689526320387f,-0.9001781160016309f,-0.012044925851008637f,0.11368535491104592f,0.967687339216388f,0.22507077464445813f,1.027340900478606f,0.9276217566299696f,-0.022256925978931377f,-0.3728572191505722f,-0.1325098406859999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.40790984900913557f,0.08929997095651115f,-0.9086446336541643f,-0.008345266092348352f,-0.13572080811528134f,0.9782179224732366f,0.15706545895479296f,1.033469514284233f,0.902878406722566f,0.1873905316159571f,-0.38690486083119946f,-0.1377423554247874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,0.2079389978947386f,-0.9001781160016309f,-0.007045647355506235f,0f,0.974342417428772f,0.22507077464445813f,1.0395591543931628f,0.923882712996468f,0.08612912836891098f,-0.3728572191505722f,-0.1372040483724817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.37320546303308777f,0.08453590523806861f,-0.9238892591040545f,-0.07568137042704355f,0.09540349559727908f,0.9940576056162845f,0.052418028809173116f,1.0503305660329567f,0.9228303502757582f,-0.06857957015029792f,-0.37905274984878007f,0.04407953943880738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3907187673120511f,-0.19151799887054338f,-0.9003664259504426f,0.045288297251111054f,-0.16449637434099432f,0.9768993522341846f,-0.13641333671272016f,1.0642103872378457f,0.9056929875508691f,0.09480776188188937f,-0.41319692712812883f,-0.3252398951840637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,0f,-0.923882712996468f,-0.020981218110188576f,0f,1f,0f,0.9041389376213161f,0.923882712996468f,0f,-0.38267575390438074f,-0.13452005513342477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3826757539043807f,0.08052168406292867f,-0.9203670603456992f,1.64452570171216e-17f,0f,0.9961946980917455f,0.08715574274765818f,1.1267261904761905f,0.923882712996468f,0.033352389563056355f,-0.38121955712780564f,-0.13428571428571429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.976294208236741f,0.05602079427977487f,0.20907245053248358f,0.2976000511859363f,0f,0.9659258262890683f,-0.2588190451025207f,1.0986011904761905f,-0.21644772801624568f,0.25268353471495486f,0.9430277897923058f,0.034995209800711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.976294208236741f,0.05602079427977487f,0.20907245053248358f,0.38912763320813076f,0f,0.9659258262890683f,-0.2588190451025207f,1.0986011904761905f,-0.21644772801624568f,0.25268353471495486f,0.9430277897923058f,0.014703235299187961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.976294208236741f,0.05602079427977487f,0.20907245053248358f,0.312002974617161f,0f,0.9659258262890683f,-0.2588190451025207f,1.1374240472415686f,-0.21644772801624568f,0.25268353471495486f,0.9430277897923058f,-0.11660494591889642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18889190446886317f,0.5401245381465124f,-0.8201129993593215f,-1.034635247634024f,0.0938809616045332f,0.841254758278674f,0.5324253907560174f,2.1565720270687896f,0.9774999813167948f,0.023577849043251768f,-0.20961362446215087f,-0.4448238792692413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10299483682853171f,0.5401245381465124f,-0.8352589699480519f,-1.0305467084919173f,-0.0938809616045332f,0.841254758278674f,0.5324253907560174f,2.1565720270687896f,0.990241601143313f,0.023577849043251768f,0.13735230758753691f,-0.5384846840259988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04361108418247123f,0.5401245381465124f,-0.8404543751022099f,-0.9065228217976391f,0f,0.841254758278674f,0.5406389106173266f,2.0754761904761905f,0.9990485840720809f,0.023577849043251768f,-0.03668803208219574f,-0.4861510768352907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005979308654755949f,0f,-0.000014435667390569814f,0.6324074029312668f,0f,0.000015625f,0f,1.2928486904761904f,0.000014435667390569814f,0f,-0.000005979308654755949f,0.13547199000459942f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_play_as_root.mcfunction new file mode 100644 index 000000000..9234e261d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/play_as_root +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..fd0365986 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..9f9cbfa1d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..120 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_120 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/end.mcfunction new file mode 100644 index 000000000..c34b5552c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.4_0_summon_book.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/end_loop +execute if score @s aj.ecual.animation.4_0_summon_book.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/4_0_summon_book/stop +execute if score @s aj.ecual.animation.4_0_summon_book.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/4_0_summon_book/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/end_loop.mcfunction new file mode 100644 index 000000000..7b2d5a68b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.4_0_summon_book.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/next_frame_as_root.mcfunction new file mode 100644 index 000000000..ed4486671 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/pause_as_root.mcfunction new file mode 100644 index 000000000..c60184bf4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.4_0_summon_book \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/play_as_root.mcfunction new file mode 100644 index 000000000..06217a7ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.4_0_summon_book.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.4_0_summon_book.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.4_0_summon_book \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/resume_as_root.mcfunction new file mode 100644 index 000000000..9b0cdc998 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.4_0_summon_book.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.4_0_summon_book \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/stop_as_root.mcfunction new file mode 100644 index 000000000..8cc6b31a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.4_0_summon_book.local_anim_time 0 +tag @s remove aj.ecual.animation.4_0_summon_book +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick.mcfunction new file mode 100644 index 000000000..ac59fa054 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick_animation.mcfunction new file mode 100644 index 000000000..f6486fc08 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.4_0_summon_book.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.4_0_summon_book.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root +execute if score @s aj.ecual.animation.4_0_summon_book.local_anim_time matches 120.. run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_120.mcfunction new file mode 100644 index 000000000..a5012b9a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_120.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..120 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_120 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..711be75e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..fa707681a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..3e680b326 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..369e920fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..cf0ee6ef3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..66f992d53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..d4556ee72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..b6dc2a6d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..c5226a7c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..b1713721d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_120.mcfunction new file mode 100644 index 000000000..a4fca1a5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_120.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_112_119 +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..0488118f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..46fb8024c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..8c3e0218f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..41e68c60c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..2aef99374 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..8b72fc924 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0.mcfunction new file mode 100644 index 000000000..ea259bc5a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1.mcfunction new file mode 100644 index 000000000..1009c5be8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10.mcfunction new file mode 100644 index 000000000..6b33fef15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100.mcfunction new file mode 100644 index 000000000..71574a1bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..475ee5883 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2417903376173758f,0.055529425647614435f,-0.7780734926512829f,-0.31673381974131043f,-0.1154404378013468f,0.8081723478239359f,0.021803806489350847f,1.4848774211582634f,0.7714631439022561f,0.10352962640924451f,0.24712482372366687f,-0.19578572244931564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.23964277742476267f,-0.04038529616737272f,-0.7621944417808486f,-0.31673381974131043f,0.1984859855990306f,0.7746916250132327f,0.021358830846711033f,1.4848774211582634f,0.7370038349621575f,-0.19550425567703272f,0.2420814599742043f,-0.19578572244931564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5648047108697912f,0.11248557480864999f,-0.5790397900694767f,-0.33529468392503803f,0.17285207093391708f,0.7980491278961277f,-0.013571863635131192f,1.4881763750543706f,0.5639700742039351f,-0.13194328087720913f,-0.5757370671393411f,-0.11904983500836275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5533301662999734f,-0.10992811601940726f,-0.5672226514966303f,-0.33529468392503803f,-0.14273210348201296f,0.7870519631001992f,-0.013294886826250966f,1.4881763750543706f,0.5598689790460298f,0.09200552531531252f,-0.563987331075273f,-0.11904983500836275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6872881470247176f,1.3182122859182128f,0.4809964887747217f,-0.4920657082942746f,1.3094451021118263f,0.7950130085159377f,-0.3077565447651551f,1.3934988411571017f,-0.5043756313648383f,0.2677254854225102f,-1.454418968846529f,0.6904463054605279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3901236991034349f,-0.06986558528248006f,-0.9181079998513189f,-0.26530254846101203f,-0.31405057453061214f,0.9474219509116207f,0.06135049769815052f,1.6122906262597678f,0.8655493839376497f,0.312266627938297f,-0.3915530832993148f,0.4723456628280436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5617415669536852f,-0.06986558528248006f,-0.8243574539904126f,-0.07257380604648839f,-0.29604729245002015f,0.9474219509116207f,0.12143989280228552f,1.7171613699704489f,0.7725298781208599f,0.312266627938297f,-0.5528898086297255f,0.2012806717682099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5903464513582743f,0.42529704945611146f,-0.6860127455759251f,0.21458554626804646f,0.8022918531290861f,0.4022981852427097f,-0.44100334755318926f,1.4612131425016912f,0.08842426008392393f,-0.810727198183426f,-0.5787076639843837f,-0.5868493214830616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.45192387356058716f,0.25997521753085684f,-0.8533332870430981f,0.06728912890813613f,0.6557853564070883f,0.7453110147666637f,-0.12023750492052768f,1.6703865334707362f,0.6047399266031824f,-0.6139416727485352f,-0.5073117814862059f,-0.37750145938850055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.13322368806061463f,-0.5619142086745801f,-0.8163968832799086f,0.19694976227906927f,-0.6062205601908579f,0.6978711423381315f,-0.3814085750131398f,1.374211166301559f,0.7840587231460475f,0.4441039188988225f,-0.4336169137352666f,0.07772386887887275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.22869961734959718f,-0.20399944418645038f,-0.9518827195593831f,0.1527505994968637f,-0.26062108906519077f,0.9549356971223405f,-0.14203683429288158f,1.5523738792976673f,0.9379622236308995f,0.21559694138157182f,-0.2715599858379164f,0.1164510454764305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.07018768945401402f,-0.5957670210022972f,-0.8000845861127158f,0.27284877641113214f,-0.8647402648301555f,0.4361828900577302f,-0.24893525423763974f,1.3784986860953492f,0.49729062190089546f,0.6743931665630478f,-0.5457984007511256f,-0.2715783351456332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.20646377038338215f,-0.21723036131822424f,-0.9540354718985202f,0.22615536196459934f,-0.5016105432678092f,0.8606655831082389f,-0.08741634249685987f,1.5393271307875387f,0.8400949793931943f,0.4605059436907506f,-0.2866613008828361f,-0.18702510383413518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,0.09617099814534232f,0.04174959523241181f,0.9991107129310621f,0.005895303581198746f,2.230891940467317f,0.9711236777938101f,-0.03919149835291368f,-0.23533556655354387f,-0.3897853327378208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,0.011920512393210406f,0.04174959523241181f,0.9991107129310621f,0.005895303581198746f,2.1049901762404564f,0.9711236777938101f,-0.03919149835291368f,-0.23533556655354387f,-0.4433662427253692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,-0.041829955294000756f,0.04174959523241181f,0.9991107129310621f,0.005895303581198746f,2.255419827666359f,0.9711236777938101f,-0.03919149835291368f,-0.23533556655354387f,0.18074982796604266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,-0.14369758403838923f,0.04174959523241181f,0.9991107129310621f,0.005895303581198746f,2.1326492830819292f,0.9711236777938101f,-0.03919149835291368f,-0.23533556655354387f,0.20000319381303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.22957069724178997f,0.052104495557584875f,-0.9718962992575948f,0.05343117211010255f,0.1975309383289539f,0.9802789265298772f,0.005895303581198746f,2.341811515339868f,0.9530366327538524f,-0.19062619899720262f,-0.23533556655354387f,-0.30345081212505387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.23489523989675418f,0.015550233542885511f,-0.9718962992575948f,0.026531466746981293f,0.041749595232411826f,0.9991107129310622f,0.005895303581198746f,2.3566888640353496f,0.9711236777938103f,-0.039191498352913676f,-0.23533556655354387f,-0.1919868674067266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.22415590541868313f,0.07191462685241692f,-0.9718962992575948f,0.021217561241713034f,0.2822162114139799f,0.9593327136144297f,0.005895303581198746f,2.3533055595845407f,0.9327958726758339f,-0.27296342435178444f,-0.23533556655354387f,-0.17012608552971642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.23540777635600846f,-0.0008731096789508994f,-0.9718962992575948f,0.028210276932908826f,-0.028046544897296938f,0.9995892339931486f,0.005895303581198746f,2.3620826210125743f,0.9714919300490579f,0.02864613349963853f,-0.23533556655354387f,-0.1987849540515304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.23264610043780543f,0.03596352931060193f,-0.9718962992575948f,0.013040824089412274f,0.1286689616906541f,0.9916700780466932f,0.005895303581198746f,2.464498361203953f,0.9640124948612085f,-0.123681368307401f,-0.23533556655354387f,-0.2663611953847904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.23264610043780543f,0.03596352931060193f,-0.9718962992575948f,0.004949029994526854f,0.1286689616906541f,0.9916700780466932f,0.005895303581198746f,2.2413725936434474f,0.9640124948612085f,-0.123681368307401f,-0.23533556655354387f,-0.2385328875156252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.23443588217285383f,-0.02138692682990599f,-0.9718962992575948f,-0.03828991020211611f,-0.11505976145771489f,0.9933410777215341f,0.005895303581198746f,2.35811375314808f,0.9652984349117786f,0.11320822704994984f,-0.23533556655354387f,0.07575020882974072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,-0.011076793528306109f,0.04174959523241179f,0.999110712931062f,0.005895303581198746f,2.363373246590648f,0.9711236777938101f,-0.039191498352913676f,-0.23533556655354387f,-0.03650363134789055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2316797893701079f,-0.04173797655390601f,-0.9718962992575948f,-0.005897232243904815f,-0.2011973037584561f,0.9795329960527174f,0.005895303581198746f,2.3581248639405277f,0.95175843582169f,0.1969087376354146f,-0.23533556655354387f,-0.05802582337052266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.23323831744030982f,0.03189781759000499f,-0.9718962992575948f,-0.01257890661354389f,0.11134233553080289f,0.9937646249058333f,0.005895303581198746f,2.3693323715978716f,0.9660242085973618f,-0.1068381931650061f,-0.23533556655354387f,-0.030150877187100526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.23535668474646487f,-0.004981408891579992f,-0.9718962992575948f,-0.05489559698026718f,-0.045487510854643955f,0.9989475120104829f,0.005895303581198746f,2.4765731826539086f,0.9708440231578921f,0.04559664256851302f,-0.23533556655354387f,0.014507276510742729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.23535668474646487f,-0.004981408891579992f,-0.9718962992575948f,-0.05377477997966168f,-0.045487510854643955f,0.9989475120104829f,0.005895303581198746f,2.2518099924515504f,0.9708440231578921f,0.04559664256851302f,-0.23533556655354387f,0.004248031932827315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,-0.002010610331496406f,0.04174959523241181f,0.9991107129310621f,0.005895303581198746f,1.734362824433417f,0.9711236777938101f,-0.03919149835291368f,-0.23533556655354387f,-0.08970254843073244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.23489523989675415f,0.015550233542885511f,-0.9718962992575948f,-0.007841947910078473f,0.04174959523241181f,0.9991107129310621f,0.005895303581198746f,1.3596963070842687f,0.9711236777938101f,-0.03919149835291368f,-0.23533556655354387f,-0.07500573654838981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.22930868601284343f,-0.35958620066892527f,-0.9044972585959291f,0.3131035875930678f,-0.21331337293688848f,0.925233935297127f,-0.31375080860593774f,0.8870582262129656f,0.9496920192595867f,0.12099557538637196f,-0.2888687232837257f,-0.16760541334017495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.22930868601284343f,-0.8014967515832682f,-0.552286595637204f,0.03224306026551718f,-0.21331337293688848f,0.5949932916233711f,-0.7749066962218575f,1.0733389615816935f,0.9496920192595867f,-0.05988271974998438f,-0.30740710536679816f,-0.19357971448142214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2998730301758736f,-0.0797701338002143f,-0.9506381496272046f,0.20776912549912901f,0.21331337293688843f,0.9656598089865533f,-0.14831904204902818f,0.8632392178988326f,0.9298244838137074f,-0.24726071071148636f,-0.27255929673930246f,0.17858693919448249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2998730301758736f,-0.6419977405431418f,-0.7056309707705866f,-0.04619412918767392f,0.21331337293688843f,0.6758185230575072f,-0.705525852693335f,1.0926356027878978f,0.9298244838137074f,-0.36208869773837216f,-0.06571304490511923f,0.0440561223424539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3471810067250038f,-0.424001443495202f,-0.8364736244995403f,-0.00020434145688099942f,0.1377832710665638f,0.859213226119998f,-0.4927153359442581f,1.217961244876209f,0.9276212151431267f,-0.28631347850642724f,-0.23988220701406548f,-0.0728553528279658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.18780062519742338f,-0.5683624132649723f,-0.8010587321558101f,-0.009524655908596209f,-0.13778327106656385f,0.8227501414899518f,-0.551450790998129f,1.2046327320059436f,0.9724950875915286f,0.006809689117799654f,-0.23282382340401558f,-0.07547950642752843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2710149956209488f,-0.495762839571682f,-0.8250879220109818f,-0.00020434145688099942f,0f,0.8571673007021123f,-0.5150380749100543f,1.217961244876209f,0.9625751254570093f,-0.13958304161637022f,-0.23230519224620347f,-0.0728553528279658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2676563564043242f,0.042741582058162614f,-0.962565962435576f,-0.00009601551166350418f,0.14236845075140298f,0.9898041148443115f,0.004363309284746569f,1.245552263617088f,0.9529382451696472f,-0.13587115735296568f,-0.2710124157535203f,-0.07282485343649772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2688522664713416f,-0.03442712264619349f,-0.962565962435576f,-0.00009601551166350418f,-0.14236845075140298f,0.9898041148443115f,0.004363309284746569f,1.245552263617088f,0.9526015342439188f,0.13821211040850567f,-0.2710124157535203f,-0.07282485343649772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2710149956209488f,0.004200012982172652f,-0.962565962435576f,-0.00009601551166350418f,0f,0.9999904807207345f,0.004363309284746569f,1.245552263617088f,0.9625751254570093f,0.0011825222466984378f,-0.2710124157535203f,-0.07282485343649772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.29569665096429754f,-0.13821700847753082f,-0.9452298922357569f,-0.05715396072396787f,0.1753733394120213f,0.9648062227229872f,-0.19594168627037323f,1.2908683962639034f,0.9390461556451709f,-0.22370742312789618f,-0.26105039054845725f,0.11239335604455507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.23742784616794332f,-0.277031198104429f,-0.9310648383119599f,0.041718424993386814f,-0.17655807576888127f,0.9548145161580729f,-0.23907422616128055f,1.28839292725378f,0.9552252424139772f,0.1076241376766836f,-0.2756116493265639f,-0.26233490285006794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2710149956209488f,-0.16301161991355714f,-0.9486717471927448f,0.01485195879474836f,0f,0.9855560590580777f,-0.1693495038490246f,1.1423768636844454f,0.9625751254570093f,-0.04589625504405325f,-0.2671004710298245f,-0.06049997106894051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2710149956209488f,-0.16301161991355714f,-0.9486717471927448f,-0.0194536453763984f,0f,0.9855560590580777f,-0.1693495038490246f,1.3625870456302345f,0.9625751254570093f,-0.04589625504405325f,-0.2671004710298245f,-0.07827503372297905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9755977817130863f,0.04414128263453289f,0.21508257829002328f,0.4302300213474199f,0.026000635460043997f,0.9494647234157804f,-0.3127949902806463f,1.1917379240256245f,-0.2180204927803338f,0.3107543823606901f,0.9251479765807449f,0.7565001914224982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9951207201962808f,0.04414128263453289f,-0.08824001021880115f,0.5236952451533148f,-0.0692620208648037f,0.9494647234157804f,-0.306136426213411f,1.1896861672348442f,0.07026752238238766f,0.3107543823606901f,0.947889333805306f,0.7494927144881467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9969623872628789f,0.04414128263453289f,0.06416810384046193f,0.46733741767429804f,-0.02188540576832329f,0.9494647234157804f,-0.3131098337697996f,1.2376785206957044f,-0.07474642063308357f,0.3107543823606901f,0.9475466671600763f,0.610864452881311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7492561010743064f,0.3384368612581493f,0.5692765461044929f,0.14165015236909245f,0.44872877181713555f,0.3727703351925271f,-0.8122098045110857f,2.4391853533046874f,-0.48709114583044283f,0.8640039167400708f,0.12743409085249952f,-1.116451566153321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1272647637940923f,0.3384368612581493f,0.9323433760359785f,0.09717799545375973f,0.8916182179813963f,0.3727703351925271f,-0.25701990305058137f,2.3711799879557818f,-0.4345349620687767f,0.8640039167400708f,-0.25431594247648664f,-1.0696908984606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4743696737635491f,0.3384368612581493f,0.8126708457642591f,-0.0024865529532128033f,0.7253905637216599f,0.3727703351925271f,-0.5786629478928329f,2.4919821128141595f,-0.4987804553879758f,0.8640039167400708f,-0.06866796327823024f,-1.082771037815275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004234609306577325f,0f,-0.000015040236335265772f,0.6403607026444013f,0f,0.000015625f,0f,1.5287095456302344f,0.000015040236335265772f,0f,-0.000004234609306577325f,0.1149951617344092f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101.mcfunction new file mode 100644 index 000000000..99a9dbdae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..ed5d693f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.017142606968139698f,0.021558782309114535f,-0.8162020548712975f,-0.279362606401804f,-0.11528611173957655f,0.8082668455642075f,0.018927843144419556f,1.4335067737584062f,0.8083066793678932f,0.11482321068267552f,0.020009668218542564f,-0.2633590729309366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.02359630288007839f,0.013084923474616096f,-0.7995448700780058f,-0.279362606401804f,0.1986610792245658f,0.7747192950551108f,0.018541560631268137f,1.4335067737584062f,0.7745818162671535f,-0.19909494882335824f,0.019601307642653942f,-0.2633590729309366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6891130524591982f,0.14004530208787502f,-0.4152769662983085f,-0.31694482633899645f,0.1708366200550436f,0.7984717921561206f,-0.014215865207779912f,1.4366136238217433f,0.40358703475579993f,-0.09886634886832285f,-0.7030557551737361f,-0.19557981803913232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6761637175278601f,-0.13158578936749932f,-0.4068019261697716f,-0.31694482633899645f,-0.144714582266201f,0.7866789454990638f,-0.013925745509661957f,1.4366136238217433f,0.4023186756520546f,0.06181760869698062f,-0.6887076785375374f,-0.19557981803913232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4852183758390777f,1.2311502188101309f,0.8308059439314661f,-0.6645767039850786f,1.3806751656864904f,0.6960438871619244f,-0.22508941334745078f,1.3132520343309944f,-0.5474536186789424f,0.6642275934258416f,-1.304033162740521f,0.5279481045643583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5782909438373562f,-0.18826340894078883f,-0.7938113586549975f,-0.40071738619051167f,-0.3883144267955894f,0.9192404468034008f,0.06487608883939353f,1.5359888211792345f,0.7174897143639848f,0.34576565736735254f,-0.6046938233248378f,0.38907987809862615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7285451405835903f,-0.18826340894078883f,-0.6586189087674525f,-0.1487358497852552f,-0.36681023725294615f,0.9192404468034008f,0.1429938838101876f,1.6660425673621984f,0.5785086239447723f,0.34576565736735254f,-0.7387651062461251f,0.184310513841984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5954285126394941f,0.642947974582764f,-0.48174971542891576f,0.3466278050680539f,0.7964618749305522f,0.3937055530375099f,-0.4589601500016505f,1.416230013154946f,-0.10541996071915849f,-0.6569732410740562f,-0.7465070611820234f,-0.493389532973729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.622955064958147f,0.4116018052827064f,-0.6652149584390056f,0.1400062266521015f,0.6444030475015107f,0.7521133222780155f,-0.1380951223711085f,1.6213699576039322f,0.443476830751908f,-0.5146936023887831f,-0.7337702612168885f,-0.33657718730730585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3348498345205395f,-0.6618194208111281f,-0.6707239689759046f,0.14497042549266242f,-0.6074229669056777f,0.6957857577659249f,-0.383300819938598f,1.3239988757952357f,0.7203561116538619f,0.2790649270820691f,-0.6349880619945609f,0.1366994170123001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.46883035968218867f,-0.2568518276379558f,-0.8451184724518281f,0.09152871735772179f,-0.2622611314568572f,0.9541183247021171f,-0.1444898660619296f,1.5019930000139956f,0.8434555072837208f,0.1539004909240616f,-0.5146818882825528f,0.1623389972587957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1971178567293989f,-0.7548270550619249f,-0.6256042419173243f,0.3109115985928682f,-0.8654594758805243f,0.4337599141451543f,-0.2506635842905717f,1.328870923110499f,0.4605696974042218f,0.4920248508229337f,-0.7387740520657542f,-0.17989316523444837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4206622789725358f,-0.334372726549347f,-0.8433493503819092f,0.24294577892497876f,-0.5030828858629787f,0.859553833027995f,-0.08985999153493611f,1.4894756418561546f,0.7549508970796776f,0.3864739161532602f,-0.529799070527453f,-0.11074055014650865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.026167858708230213f,-0.8743806193334355f,0.17131939832798357f,0.04005554610509094f,0.9991677407830846f,0.007705777355306474f,2.180768185844526f,0.8738545516969738f,-0.03129007748556593f,-0.48517950650190106f,-0.3394920734267508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.026167858708230213f,-0.8743806193334355f,0.104245280315016f,0.04005554610509094f,0.9991677407830846f,0.007705777355306474f,2.05509255189476f,0.8738545516969738f,-0.03129007748556593f,-0.48517950650190106f,-0.4138359381642448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.026167858708230213f,-0.8743806193334355f,-0.1133446774184596f,0.04005554610509094f,0.9991677407830846f,0.007705777355306474f,2.204300819181267f,0.8738545516969738f,-0.03129007748556593f,-0.48517950650190106f,0.1738974756952213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.026167858708230213f,-0.8743806193334355f,-0.21675889020756878f,0.04005554610509094f,0.9991677407830846f,0.007705777355306474f,2.0816293511893824f,0.8738545516969738f,-0.03129007748556593f,-0.48517950650190106f,0.16509270233500029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.47447561710862834f,0.10164359942202009f,-0.8743806193334355f,0.10725399674114347f,0.1958666668790272f,0.9806002599433933f,0.007705777355306474f,2.291566570147181f,0.8582011055545702f,-0.16760581402649877f,-0.48517950650190106f,-0.2673613821483192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.02616785870823022f,-0.8743806193334355f,0.051706576913675105f,0.04005554610509095f,0.9991677407830847f,0.007705777355306474f,2.3062493644651525f,0.8738545516969738f,-0.03129007748556592f,-0.48517950650190106f,-0.16702175724107174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.46381127073425316f,0.1426100896639336f,-0.8743806193334355f,0.04077074150249392f,0.28058627907170214f,0.9597978750716463f,0.007705777355306474f,2.3028279745734483f,0.840327582039632f,-0.24176517808401915f,-0.48517950650190106f,-0.14736775713756864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4851796726384376f,-0.007695309775203746f,-0.8743806193334355f,0.055136004240063236f,-0.029740445467948573f,0.9995279520347184f,0.007705777355306474f,2.311654915751177f,0.8739085713973899f,0.02974315566218945f,-0.48517950650190106f,-0.17311634857332514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.48041011742675344f,0.0682982547953518f,-0.8743806193334355f,0.05855159656699335f,0.1269863292365104f,0.9918745350004642f,0.007705777355306474f,2.4142310982368125f,0.8678021613599782f,-0.10733245180057228f,-0.48517950650190106f,-0.2420518622580711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.48041011742675344f,0.0682982547953518f,-0.8743806193334355f,0.04318448923803922f,0.1269863292365104f,0.9918745350004642f,0.007705777355306474f,2.1910593278617085f,0.8678021613599782f,-0.10733245180057228f,-0.48517950650190106f,-0.21790206060294237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.482662727065169f,-0.04995222153310022f,-0.8743806193334355f,-0.08194539987278943f,-0.1167418751506886f,0.9931323957970816f,0.007705777355306474f,2.3072073215007665f,0.8679907986196138f,0.10579612460887498f,-0.48517950650190106f,0.07385832626439526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4845345970152223f,0.02616785870823021f,-0.8743806193334355f,-0.025870572989147522f,0.04005554610509093f,0.9991677407830845f,0.007705777355306474f,2.31266251870383f,0.8738545516969738f,-0.031290077485565934f,-0.48517950650190106f,-0.027111942817375917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.4764724266992117f,-0.09182896672315378f,-0.8743806193334355f,-0.015160811390955611f,-0.20285482867286037f,0.9791785023576931f,0.007705777355306474f,2.3074517288098924f,0.8554670917571691f,0.18104392116584037f,-0.48517950650190106f,-0.04649561636474905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.4815289175405963f,0.05990354001442162f,-0.8743806193334355f,-0.029002655278739152f,0.10965639108387586f,0.9939396847343456f,0.007705777355306474f,2.318610497408992f,0.8695432004602427f,-0.09217086852107922f,-0.48517950650190106f,-0.02137290022699892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.48497147575041655f,-0.016161690584246092f,-0.8743806193334355f,-0.08158554039722173f,-0.04718008391838827f,0.9988566767443686f,0.007705777355306474f,2.4258159666554637f,0.8732563812477507f,0.04499043321257094f,-0.48517950650190106f,0.010684424794129536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.48497147575041655f,-0.016161690584246092f,-0.8743806193334355f,-0.07794916001576636f,-0.04718008391838827f,0.9988566767443686f,0.007705777355306474f,2.201073214387981f,0.8732563812477507f,0.04499043321257094f,-0.48517950650190106f,0.0005615773213010905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.026167858708230213f,-0.8743806193334355f,-0.003468968622661701f,0.04005554610509094f,0.9991677407830846f,0.007705777355306474f,1.6837519984311604f,0.8738545516969738f,-0.03129007748556593f,-0.48517950650190106f,-0.07747221735128368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.48453459701522233f,0.022352416534335368f,-0.8744864743209992f,-0.011851124823037464f,0.04005554610509094f,0.9991918521162075f,0.003346026121481799f,1.3090550538875825f,0.8738545516969738f,-0.0334067678720686f,-0.4850383596570716f,-0.06494467939925795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.47055883373827856f,-0.396756802128584f,-0.788136044065725f,0.32900531549214557f,-0.20870025633903905f,0.9179061907515803f,-0.3374795223179365f,0.8462896263164865f,0.8573322500611361f,0.0056802239940734744f,-0.5147321129097024f,-0.06268137256896475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.47055883373827856f,-0.7719885550868821f,-0.42732663713573826f,0.06090346382621187f,-0.20870025633903905f,0.5679285510327229f,-0.7961792285194905f,1.0220071067208722f,0.8573322500611361f,-0.2854659905080458f,-0.4283580059580653f,-0.16705795636476642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5362314013344279f,-0.026770230778403237f,-0.8436463945083784f,0.13832227805502956f,0.21079680404590392f,0.9635789855994967f,-0.1645607666337196f,0.820931021035973f,0.8173252667249119f,-0.2660806142038832f,-0.511058230652766f,0.23970746872632126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5362314013344279f,-0.5433194936710591f,-0.6459565093873886f,-0.07780609916088212f,0.21079680404590392f,0.654836316715455f,-0.7257782758629313f,1.0406007714062535f,0.8173252667249119f,-0.5253506696555741f,-0.23661378291530574f,0.041254648888521234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5797187684141113f,-0.3411979696757032f,-0.7399392509102378f,-0.004178883463321707f,0.13584277401405848f,0.8549256124852055f,-0.500648517290286f,1.169104638088394f,0.8034132749068759f,-0.3907507422974067f,-0.449267144466891f,-0.060334245554493224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.4372931181648584f,-0.5583180955376016f,-0.7050217251978274f,-0.012147275793554815f,-0.13584277401405845f,0.8159630954805197f,-0.5619172248312145f,1.1545061402727466f,0.8890002640909735f,-0.14995042850593548f,-0.43265852521020054f,-0.06512264362035275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5150779800111153f,-0.44721821137120243f,-0.7312253728677717f,-0.004178883463321707f,0f,0.8530958056494932f,-0.5217542969475596f,1.169104638088394f,0.8571433220341095f,-0.2687441493338686f,-0.43941086432989596f,-0.060334245554493224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.511364516462759f,0.062470849875448375f,-0.8570902660855786f,-0.004112412465317062f,0.13960949326224134f,0.990144128941034f,-0.01112624440956228f,1.196537837334123f,0.8479478289929567f,-0.1253475043207495f,-0.5150460974191445f,-0.060294301537545975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5087014998776925f,-0.08135760446041995f,-0.8570902660855786f,-0.004112412465317062f,-0.13960949326224134f,0.990144128941034f,-0.01112624440956228f,1.196537837334123f,0.8495480995289473f,0.11399800050905706f,-0.5150460974191445f,-0.060294301537545975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5150779800111153f,-0.009536786094975658f,-0.8570902660855786f,-0.004112412465317062f,0f,0.9999381014269527f,-0.01112624440956228f,1.196537837334123f,0.8571433220341095f,-0.005730883495587313f,-0.5150460974191445f,-0.060294301537545975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5342117593910105f,-0.08370124385351402f,-0.8411967058338589f,-0.10805470646234829f,0.17270387212224642f,0.9632921435385688f,-0.20552765933287895f,1.2401466492070476f,0.8275210986327441f,-0.2550732208097192f,-0.5001464618923264f,0.10328582510632471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.47965874517468665f,-0.30412708645335546f,-0.8230639121373493f,0.08583784639732277f,-0.17382764229367134f,0.9523569332296342f,-0.2505997256663891f,1.2378587335466995f,0.8600647876480403f,0.022868909349579983f,-0.5096720259471695f,-0.2322825776798737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5150779800111153f,-0.15822406368697617f,-0.8424130935461823f,0.008284143483343047f,0f,0.9828147427515733f,-0.18459464084896615f,1.0920291865856457f,0.8571433220341095f,-0.0950806347293628f,-0.5062262324216242f,-0.04373033535807706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5150779800111153f,-0.1545468486352653f,-0.8430954549068436f,-0.022223371289762203f,0f,0.9836108305739015f,-0.18030455894879527f,1.3118047315420018f,0.8571433220341095f,-0.09287090801014053f,-0.5066362797290606f,-0.07117761106998431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9988878702000507f,-0.035102072189542824f,-0.031478044653499376f,0.19537199142775694f,0.023607870496208164f,0.9502706297521876f,-0.3105292235539438f,1.1534391379180258f,0.0408128805384014f,0.30944074514902054f,0.9500424906412226f,0.817608021134385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9481261150354948f,-0.035102072189542824f,-0.3159504937734714f,0.2876072707530872f,-0.06622341511818461f,0.9502706297521876f,-0.3043027924953459f,1.1514203251659778f,0.31092013327828216f,0.30944074514902054f,0.8986518213211581f,0.8342705582416351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9838429794701891f,-0.035102072189542824f,-0.17555864055984782f,0.2678234271743992f,-0.02153400268851066f,0.9502706297521876f,-0.3106799268678171f,1.1990317205721743f,0.17773372914400037f,0.30944074514902054f,0.9341611995615031f,0.6858151097537846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8900062809503146f,0.03395401151821653f,0.4546822461574776f,0.3849220978831394f,0.4118423954034109f,0.3680238684389783f,-0.8336331768875265f,2.3826944170633957f,-0.1956391096314049f,0.9291961888433626f,0.3135598530131053f,-1.0153497463626393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.29534811548301537f,0.03395401151821653f,0.9547861623329335f,0.324615830497393f,0.8845127591786488f,0.3680238684389783f,-0.28669776962749977f,2.316740858520608f,-0.36111863636595115f,0.9291961888433626f,0.07866239958306005f,-0.9870240560878739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6432668521146281f,0.03395401151821653f,0.764888803730553f,0.24003564363068325f,0.7035046244564009f,0.3680238684389783f,-0.6079799960752553f,2.4409146372032904f,-0.3021406962641646f,0.9291961888433626f,0.21285075123187813f,-1.0331145139100384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008048093437673677f,0f,-0.000013392864406782962f,0.5633450872879578f,0f,0.000015625f,0f,1.4779272315420018f,0.000013392864406782962f,0f,-0.000008048093437673677f,0.2891249321144386f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102.mcfunction new file mode 100644 index 000000000..d0b2849ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..f24bffc09 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.19517097185814702f,-0.01209220509586215f,-0.7929101555436848f,-0.22797472243893302f,-0.115241035340116f,0.808335767223955f,0.016038567412415626f,1.3804549077662476f,0.7845841191116023f,0.11572169393343701f,-0.19488636185092953f,-0.31453942641522853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1811676272238618f,0.062220692196940736f,-0.7767283156346301f,-0.22797472243893302f,0.1987277113945355f,0.7747647729191336f,0.01571124971012143f,1.3804549077662476f,0.75344912739346f,-0.18938883838837264f,-0.19090908916009425f,-0.31453942641522853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7651001931546613f,0.1572295100922465f,-0.23842193698419717f,-0.2802678615002133f,0.1688153746065105f,0.7988891657376608f,-0.014896798578635958f,1.383372386157194f,0.23036386039395992f,-0.06324101886893575f,-0.7809465473393525f,-0.2592687718688724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.751375873339304f,-0.14451922456027652f,-0.23355618316819315f,-0.2802678615002133f,-0.14670032194441507f,0.7862989674714709f,-0.014592782281112776f,1.383372386157194f,0.23219240406396416f,0.02912262841495162f,-0.765008862699774f,-0.2592687718688724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3186968753594662f,1.047911808540763f,1.1143246354437923f,-0.7725045075484018f,1.4403390200828758f,0.5888313634403193f,-0.1418005030164394f,1.2365090258081541f,-0.5150359782217289f,0.9982808807894914f,-1.086084469176935f,0.3446389216240311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7038765697600832f,-0.31908585739944034f,-0.6346195633215566f,-0.49863378808738784f,-0.4603825442020133f,0.8853011412733387f,0.06549658200398997f,1.4585357079775385f,0.5409303906574857f,0.3382692786343273f,-0.7700442893725996f,0.28231208682719466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8235273991367752f,-0.31908585739944034f,-0.4690275455436309f,-0.21212138067986025f,-0.4356494445142943f,0.8853011412733387f,0.16263901977849876f,1.6132321601481105f,0.36333481028578224f,0.3382692786343273f,-0.8680793228540848f,0.15176821239492175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5435383147821297f,0.8000364811095935f,-0.2539837184891615f,0.44338450153993175f,0.7902655961433331f,0.3857538788080622f,-0.47610317425612414f,1.369858214665132f,-0.2829247036156883f,-0.459494911700134f,-0.8419133198884915f,-0.3733853347827576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7337690286345733f,0.5221982167597382f,-0.43461711313479623f,0.1972616357506398f,0.6322058770369571f,0.7590715362165538f,-0.15532588948972112f,1.570689733122473f,0.24879457722508097f,-0.3887408202373279f,-0.8871199654074995f,-0.2809476886790777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.501637334431561f,-0.7125444051910718f,-0.49055117504221735f,0.0852370443070252f,-0.6086564701494436f,0.6936711475564942f,-0.385172221730586f,1.2721049260569581f,0.6147335081558656f,0.10536038002284437f,-0.7816661079206546f,0.17886538697730187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6630738066188162f,-0.28996025085833543f,-0.6901131645594105f,0.026556289992591f,-0.2639430312851634f,0.9532811586367861f,-0.1469323273623123f,1.4499268162553411f,0.700476411602869f,0.08472358296411714f,-0.708628754199045f,0.1903221290693298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3028371105018847f,-0.8547967956992853f,-0.4214405326556804f,0.32468800451155977f,-0.8661937996824278f,0.4312993918456896f,-0.25236706596791975f,1.2775779366940438f,0.3974896047629265f,0.2886230632776467f,-0.8710331460108969f,-0.08651049120357493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.593674596400958f,-0.422600343125637f,-0.6848061211600359f,0.2411704019182526f,-0.5045901780910131f,0.8584117739109928f,-0.09229289563700105f,1.4379533137046236f,0.6268486466143479f,0.29075449506598594f,-0.7228572458215274f,-0.03651188116508709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.03325521548459322f,-0.7261182466910163f,0.22819468532633402f,0.038315208162296124f,0.9992203127195363f,0.009524257039390827f,2.128977567429435f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,-0.27469266587952124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.03325521548459322f,-0.7261182466910163f,0.18171789119455647f,0.038315208162296124f,0.9992203127195363f,0.009524257039390827f,2.0035311071308497f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,-0.36370618005454886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.03325521548459322f,-0.7261182466910163f,-0.17527984509390981f,0.038315208162296124f,0.9992203127195363f,0.009524257039390827f,2.1514877522247837f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,0.1517552733611826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.03325521548459322f,-0.7261182466910163f,-0.2732640260878461f,0.038315208162296124f,0.9992203127195363f,0.009524257039390827f,2.0289149325383704f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,0.11718192164241495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6731076775995688f,0.14027952872347194f,-0.7261182466910163f,0.14820717798437855f,0.1941559794469884f,0.9809244334671394f,0.009524257039390827f,2.2396499005300328f,0.7136031880544647f,-0.13456934884397845f,-0.6875038766074067f,-0.22049739280006286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.033255215484593224f,-0.7261182466910163f,0.06943725055809875f,0.03831520816229614f,0.9992203127195363f,0.009524257039390827f,2.254132763788763f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,-0.13710263379155238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6583201331513528f,0.19841092235547314f,-0.7261182466910163f,0.05395368062581408f,0.2789103549060541f,0.9602699112510124f,0.009524257039390827f,2.250672273775002f,0.6991592209316589f,-0.1962518877260136f,-0.6875038766074067f,-0.12079735256071457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6874119993193366f,-0.014732108272641736f,-0.7261182466910163f,0.07427623570304828f,-0.03148021126788861f,0.9994589960705628f,0.009524257039390827f,2.259550397486136f,0.7255851014803995f,0.029405444384780974f,-0.6875038766074067f,-0.14213835299421307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.681253426389447f,0.09298419680248254f,-0.7261182466910163f,0.0947533998599644f,0.12525719575117944f,0.992078587330862f,0.009524257039390827f,2.362289480588732f,0.7212519698033338f,-0.08446310262238098f,-0.6875038766074067f,-0.20779664327486644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.681253426389447f,0.09298419680248254f,-0.7261182466910163f,0.07383195557940585f,0.12525719575117944f,0.992078587330862f,0.009524257039390827f,2.1390717984392884f,0.7212519698033338f,-0.08446310262238098f,-0.6875038766074067f,-0.18879244518483074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6835122012878287f,-0.07458795152724873f,-0.7261182466910163f,-0.11995850995650267f,-0.11846901070823732f,0.9929120716506872f,0.009524257039390827f,2.2546110907321353f,0.7202611777629544f,0.09253245623730966f,-0.6875038766074067f,0.06293736299069985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.03325521548459322f,-0.7261182466910163f,-0.0405183314601332f,0.03831520816229611f,0.9992203127195363f,0.009524257039390827f,2.260267278569492f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,-0.020886298374176698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6744104626885692f,-0.13387613543329685f,-0.7261182466910163f,-0.025322065638215707f,-0.20455618944355186f,0.9788084868288492f,0.009524257039390827f,2.2550951346092014f,0.7094556315771436f,0.1549552402252477f,-0.6875038766074067f,-0.037007729976973394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6827724661877241f,0.08108052317478981f,-0.7261182466910163f,-0.04497943802578453f,0.10792395974974538f,0.9941135284462149f,0.009524257039390827f,2.266203772237533f,0.7226162040307902f,-0.07186265596204622f,-0.6875038766074067f,-0.01609238857744441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6870501924010333f,-0.026726858103181983f,-0.7261182466910163f,-0.10387287703433937f,-0.048918381296057495f,0.998757368182694f,0.009524257039390827f,2.3733710083209685f,0.7249613955881214f,0.04206417188904625f,-0.6875038766074067f,0.002139201677738189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6870501924010333f,-0.026726858103181983f,-0.7261182466910163f,-0.09785933396112344f,-0.048918381296057495f,0.998757368182694f,0.009524257039390827f,2.1486506004798627f,0.7249613955881214f,0.04206417188904625f,-0.6875038766074067f,-0.007325236997297202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.03325521548459322f,-0.7261182466910163f,-0.006365791917618558f,0.038315208162296124f,0.9992203127195363f,0.009524257039390827f,1.6314631561583322f,0.7258688327501341f,-0.021280443880373853f,-0.6875038766074067f,-0.0656681174583909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6867651581621171f,0.026917452572121067f,-0.7263808011515653f,-0.01645983663216396f,0.038315208162296124f,0.9992653792389599f,0.000804162855223417f,1.256738638943722f,0.7258688327501341f,-0.027279160570762018f,-0.6872919940174719f,-0.05543843224435516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6670504047197208f,-0.3991673760961484f,-0.6290541816280795f,0.3179604714808253f,-0.2040744381129118f,0.9099574176138643f,-0.3610140188945671f,0.8040947110866413f,0.7165175373095597f,-0.11244066875478598f,-0.688447321686867f,0.038999803653967685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6670504047197208f,-0.6871630989433413f,-0.2878378588960122f,0.08157459922004615f,-0.2040744381129118f,0.5401069094798656f,-0.8164791179454669f,0.9690385102219119f,0.7165175373095597f,-0.485892376748897f,-0.5005109558692515f,-0.1340880444097659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7229274827799653f,0.02679774779118499f,-0.6904040377595883f,0.06165646308775913f,0.2082616857913302f,0.9612241333915916f,-0.1807629265555769f,0.7771636396800858f,0.6587889835696831f,-0.274463196255716f,-0.7004762872705401f,0.28195248663186945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7229274827799653f,-0.41365957755318894f,-0.5534090788376536f,-0.10456436457552754f,0.2082616857913302f,0.6332536576929835f,-0.7453971258663472f,0.9869205787208281f,0.6587889835696831f,-0.6541219755649363f,-0.3716470317522378f,0.03323864601564214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7603085634628146f,-0.240958398622785f,-0.6032163280766316f,-0.009473609806038907f,0.13390593707009749f,0.8505620568869733f,-0.5085404481470283f,1.1185777313824237f,0.6356100127770885f,-0.4674219052604877f,-0.6144238554452174f,-0.04838356796251737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6430127340725471f,-0.5103565699418129f,-0.5710260898923757f,-0.015729607098021688f,-0.1339059370700975f,0.8090405108139301f,-0.5722959478096223f,1.102714567034234f,0.7540582363703265f,-0.29152979844119264f,-0.5885631255718545f,-0.0547010284373819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7105548613384458f,-0.37183130340660864f,-0.5973719702457128f,-0.009473609806038907f,0f,0.8489716876291415f,-0.528438334722347f,1.1185777313824237f,0.7036418044916761f,-0.37548442765455653f,-0.603240959783591f,-0.04838356796251737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7064312517273151f,0.07870047486487894f,-0.7033925801705769f,-0.009441204713033126f,0.13681690962549298f,0.9902387967692018f,-0.026613128594984353f,1.1458557677291006f,0.694432156386431f,-0.11503634481817494f,-0.7103031884676893f,-0.04835084449978335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7013053392180645f,-0.11580025623984672f,-0.7033925801705769f,-0.009441204713033126f,-0.13681690962549298f,0.9902387967692018f,-0.026613128594984353f,1.1458557677291006f,0.6996084293551396f,0.07757206989548067f,-0.7103031884676893f,-0.04835084449978335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7105548613384458f,-0.018726109827743836f,-0.7033925801705769f,-0.009441204713033126f,0f,0.9996458079671954f,-0.026613128594984353f,1.1458557677291006f,0.7036418044916761f,-0.018910087898591332f,-0.7103031884676893f,-0.04835084449978335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7231224253543626f,-0.026529418613687475f,-0.6902102200762055f,-0.15056668064362683f,0.17002150907459876f,0.9616796886538074f,-0.21509268440073057f,1.1877605971857472f,0.66946743341377f,-0.27288892681590415f,-0.6909015770857986f,0.08449033466571718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6762235228893135f,-0.30665649045154303f,-0.6698384461607955f,0.11990382731748683f,-0.17108435512473644f,0.9497573155884573f,-0.26209003208393983f,1.1856539926210443f,0.7165555739248138f,-0.06263256621079984f,-0.6947123657508414f,-0.19308820667841425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7105548613384458f,-0.1405844578731811f,-0.6894547115168668f,-0.0004848892320949358f,0f,0.9798376206697123f,-0.19979548823814117f,1.040033073139341f,0.7036418044916761f,-0.1419656554410995f,-0.69622838468916f,-0.0282035857465847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7105548613384458f,-0.13456255383322707f,-0.6906552744562094f,-0.024999999999999994f,0f,0.9815438338760325f,-0.1912372928587402f,1.2593467735210169f,0.7036418044916761f,-0.13588458810998189f,-0.6974407427773908f,-0.0640625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.959701678212894f,-0.10588114550155951f,-0.2603111059148877f,-0.021028056328384614f,0.02132928956420728f,0.9510779803087449f,-0.30821378421239504f,1.1134608806468536f,0.2802101893972462f,0.29024103500214465f,0.9150095034254249f,0.8179670115539557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8530109419349408f,-0.10588114550155951f,-0.5110396422651985f,0.06475180844249528f,-0.06313320181032203f,0.9510779803087449f,-0.3024316025170249f,1.1114826663951798f,0.5180603553336636f,0.29024103500214465f,0.8045953081098856f,0.855742188168553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.914985224222719f,-0.10588114550155951f,-0.38934717474431174f,0.0802639522687021f,-0.02110095201785417f,0.9510779803087449f,-0.30822950085249595f,1.1587061986488911f,0.4029352172223723f,0.29024103500214465f,0.8679881060952638f,0.7066563839469647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9218684551908001f,-0.2575759335377323f,0.28950507730658853f,0.5773934132464673f,0.370613609721873f,0.36790185251085394f,-0.8528152081242483f,2.3243188402872104f,0.11315521911538667f,0.8934779602101262f,0.43461825894191486f,-0.8696025078511189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4245728059621894f,-0.2575759335377323f,0.86798189549066f,0.5087005117260903f,0.8737238692492701f,0.36790185251085394f,-0.3182056366929503f,2.2608350817548235f,-0.2373700333687413f,0.8934779602101262f,0.38125136311530106f,-0.8632653015807386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7327242828840225f,-0.2575759335377323f,0.6298966294037943f,0.44856246807570965f,0.6771600910121285f,0.36790185251085394f,-0.6372616715757567f,2.3881662117573805f,-0.06759686688405764f,0.8934779602101262f,0.44399076364966367f,-0.9330325192633783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011102419708413218f,0f,-0.00001099440319518244f,0.4536253108763171f,0f,0.000015625f,0f,1.4254692735210168f,0.00001099440319518244f,0f,-0.000011102419708413218f,0.42952250189410013f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103.mcfunction new file mode 100644 index 000000000..4ce591811 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..0c190d9ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38125035152186243f,-0.04266218766875718f,-0.7209525307897993f,-0.16883371598143446f,-0.11530518267721977f,0.8083789420006715f,0.013139460494716721f,1.3274348545382664f,0.7129497378894767f,0.10792529044498786f,-0.3834048087467549f,-0.3483859122182632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.36103396794422754f,0.10431033904796395f,-0.7062392138349054f,-0.16883371598143446f,0.1986858415430385f,0.7748278943059114f,0.012871308239722504f,1.3274348545382664f,0.6856955668230478f,-0.1695909413063273f,-0.3755802208131477f,-0.3483859122182632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.797332541394794f,0.16515377535388492f,-0.06268567111965742f,-0.2313505983426831f,0.16678917769469578f,0.7993009246044304f,-0.015615587560968668f,1.330165777309451f,0.05819478568815715f,-0.02804829508732397f,-0.8141075509451119f,-0.3074812361417939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7835175469913497f,-0.14943062293314466f,-0.061406371709052165f,-0.2313505983426831f,-0.14868843801178355f,0.7859120518147958f,-0.015296902100540737f,1.330165777309451f,0.06318229149274303f,-0.0035687171462406974f,-0.7974931111299056f,-0.3074812361417939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.20499951018830156f,0.8042734741480867f,1.3238299096199346f,-0.8214881198091862f,1.48739289662586f,0.47504935429858947f,-0.05828148974955717f,1.1650467470646548f,-0.4324856320035278f,1.2525488173170178f,-0.8279395438969257f,0.16258674285329233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7686761998220757f,-0.44720272141311435f,-0.45732551403545924f,-0.5585276519229392f,-0.5297229571222429f,0.8458070731155407f,0.06327703979634845f,1.3818132387480255f,0.35851149008749894f,0.29089537814896066f,-0.8870453147651557f,0.16600709035891809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8515529700311852f,-0.44720272141311435f,-0.2736188319391998f,-0.2607613230076015f,-0.5021088973167831f,0.8458070731155407f,0.18026938260017003f,1.560443422454981f,0.1508117849055297f,0.29089537814896066f,-0.9447939905107258f,0.1093183430330825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.44792769441560876f,0.893688760586913f,-0.02609942099250337f,0.5032945878294564f,0.7837684574055876f,0.37845351793112314f,-0.4924225217652242f,1.323803122763672f,-0.43019505547086706f,-0.24102558778309024f,-0.8699648730162806f,-0.24032281204819525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7840742324049033f,0.5915079661355032f,-0.18800511715616192f,0.23781741203308543f,0.6192195386493795f,0.7661709998409476f,-0.17189869678846414f,1.5200586548374049f,0.042364620068063075f,-0.2511977806449794f,-0.9670082284890471f,-0.21686229507066127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6285488280562657f,-0.7195778462391568f,-0.2951848470889237f,0.02323159164128201f,-0.6099203512696076f,0.6915276670055003f,-0.38702280407372436f,1.2202424877040559f,0.48262152444358836f,-0.06322348430564734f,-0.8735440774088048f,0.20489777619491895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8064410247030996f,-0.30444361838274675f,-0.5069190831896496f,-0.0370198310754183f,-0.2656659927081762f,0.9524242423291285f,-0.14936412869951315f,1.3978885073363956f,0.5282749795269446f,0.014217800455975843f,-0.8489542980372972f,0.20225764941768132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38412068019116047f,-0.8996295754040607f,-0.20764857357513872f,0.31758910327643763f,-0.8669426985704978f,0.4288019030201207f,-0.25404583319083596f,1.2263326202222546f,0.3175872485550756f,0.08243515648455146f,-0.9446389704699802f,0.002147588677252659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7211904843656942f,-0.4808972004742694f,-0.49862026416541266f,0.2243045015364783f,-0.5061316587809773f,0.8572396488132284f,-0.09471498552071514f,1.3864730857152305f,0.4729852315241904f,0.1840599551194751f,-0.8616303753242598f,0.03127364041637764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.036784528114228075f,-0.5471317324970919f,0.26603324611763385f,0.03652934918772836f,0.9992681152021233f,0.011350796814186048f,2.077232737504809f,0.5471488288041717f,-0.010494400021415754f,-0.8369695494499269f,-0.20237000011470788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.036784528114228075f,-0.5471317324970919f,0.24150050009518045f,0.03652934918772836f,0.9992681152021233f,0.011350796814186048f,1.9520185097113338f,0.5471488288041717f,-0.010494400021415754f,-0.8369695494499269f,-0.300042176453118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.036784528114228075f,-0.5471317324970919f,-0.2252564991927318f,0.03652934918772836f,0.9992681152021233f,0.011350796814186048f,2.0986937301525996f,0.5471488288041717f,-0.010494400021415754f,-0.8369695494499269f,0.11907993680774301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.036784528114228075f,-0.5471317324970919f,-0.3125070850420402f,0.03652934918772836f,0.9992681152021233f,0.011350796814186048f,1.9762192035482038f,0.5471488288041717f,-0.010494400021415754f,-0.8369695494499269f,0.062443922629645765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8201880206133364f,0.16714807248995678f,-0.5471317324970919f,0.1756130888501796f,0.19239958531565174f,0.9812510173151661f,0.011350796814186048f,2.187774202114749f,0.5387708329268972f,-0.09595813087406317f,-0.8369695494499269f,-0.1678986492493228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8362378643580691f,0.03678452811422808f,-0.5471317324970919f,0.07966171220623197f,0.03652934918772838f,0.9992681152021233f,0.011350796814186048f,2.202051842910036f,0.5471488288041717f,-0.010494400021415745f,-0.8369695494499269f,-0.10498106094166385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8024990431666675f,0.23799611974003665f,-0.5471317324970919f,0.0608242022819955f,0.2771891080425012f,0.960748332183973f,0.011350796814186048f,2.1985512565970313f,0.5283573450792426f,-0.14254995333005374f,-0.8369695494499269f,-0.09271434824756784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8367667899192511f,-0.021638081776411314f,-0.5471317324970919f,0.08553281988128632f,-0.033265054512372744f,0.9993821068840346f,0.011350796814186048f,2.2074818401413228f,0.5465480540963631f,0.027698336720196837f,-0.8369695494499269f,-0.10874539683742755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.829849743947655f,0.1095274840610437f,-0.5471317324970919f,0.12061036878239338f,0.12348229877005054f,0.9922818557759419f,0.011350796814186048f,2.3103862066705854f,0.5441521150932666f,-0.05814162822892713f,-0.8369695494499269f,-0.16761730392010676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.829849743947655f,0.1095274840610437f,-0.5471317324970919f,0.09596668486865859f,0.12348229877005054f,0.9922818557759419f,0.011350796814186048f,2.0871227891209987f,0.5441521150932666f,-0.05814162822892713f,-0.8369695494499269f,-0.15453543756859817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8316967565679496f,-0.09448477342452255f,-0.5471317324970919f,-0.15091818535994656f,-0.12024036075115618f,0.9926799157120662f,0.011350796814186048f,2.20203805627004f,0.5420542046334338f,0.07522773778867577f,-0.8369695494499269f,0.045750136421429055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.03678452811422808f,-0.5471317324970919f,-0.0542254251774461f,0.03652934918772835f,0.9992681152021233f,0.011350796814186048f,2.2079004300186673f,0.5471488288041717f,-0.010494400021415759f,-0.8369695494499269f,-0.01737896405783381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8202970087069342f,-0.16661237889540714f,-0.5471317324970919f,-0.035705710401162605f,-0.20630056524150847f,0.9784228309850077f,0.011350796814186048f,2.202767969374287f,0.5334349953719668f,0.12218461034883288f,-0.8369695494499269f,-0.02955501174741686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8316348719800707f,0.09502792748146277f,-0.5471317324970919f,-0.05967855073987817f,0.1061457855705042f,0.994285789709027f,0.011350796814186048f,2.21382510333178f,0.5450839494172546f,-0.048636009101017404f,-0.8369695494499269f,-0.013733875892475496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8362617096864903f,-0.036238380302642176f,-0.5471317324970919f,-0.12124641678895315f,-0.050701610798936515f,0.9986493408970318f,0.011350796814186048f,2.3209512281197626f,0.5459814095503815f,0.03723269690695058f,-0.8369695494499269f,-0.009370873563491387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8362617096864903f,-0.036238380302642176f,-0.5471317324970919f,-0.11309278122085867f,-0.050701610798936515f,0.9986493408970318f,0.011350796814186048f,2.096255126417931f,0.5459814095503815f,0.03723269690695058f,-0.8369695494499269f,-0.017748230367555254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.036784528114228075f,-0.5471317324970919f,-0.010317252194107809f,0.03652934918772836f,0.9992681152021233f,0.011350796814186048f,1.5792093363279331f,0.5471488288041717f,-0.010494400021415754f,-0.8369695494499269f,-0.05460815553679094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.836237864358069f,0.02961964359182956f,-0.5475663529905291f,-0.021424618541043893f,0.03652934918772836f,0.9993310828181867f,-0.0017301911314494267f,1.2044601802711132f,0.5471488288041717f,-0.02144909384853652f,-0.836760476786099f,-0.04656474534358974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8136657864258975f,-0.3708951153993697f,-0.44764360977547085f,0.28487775881837846f,-0.19943763334147396f,0.9013926691532601f,-0.384338244784348f,0.7621706410882123f,0.546051845896594f,-0.22344589808195137f,-0.8074028190582894f,0.13073597880661963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8136657864258975f,-0.5617365097721806f,-0.14966656804007578f,0.09378469773817522f,-0.19943763334147396f,0.5115634036266479f,-0.8357795848649758f,0.9161465638016658f,0.546051845896594f,-0.6501961070776172f,-0.5282730391890487f,-0.09777216221419449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8561527034552644f,0.07881877710026564f,-0.510676168175744f,-0.016625676438796436f,0.2057088668220168f,0.958595843213677f,-0.19692097776585676f,0.7336392173672179f,0.47401098138866343f,-0.27364504334973433f,-0.8369181440099611f,0.30622987982448596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8561527034552644f,-0.26594708632600916f,-0.4430290009028171f,-0.12602046589406937f,0.2057088668220168f,0.6110896308227657f,-0.7643646546064891f,0.9333086481109754f,0.47401098138866343f,-0.7455478592120038f,-0.46847836571964985f,0.021990859288222135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8861744775546464f,-0.13271632912825349f,-0.4439382516898837f,-0.015753038236491962f,0.13197304558625714f,0.8461229323655807f,-0.516390451658199f,1.068093004187126f,0.44415978045005067f,-0.5161999218401647f,-0.7322975693819901f,-0.03729429468223203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7989266276801874f,-0.43396050466863595f,-0.4164066809878366f,-0.020171230655735915f,-0.1319730455862571f,0.8019835088027932f,-0.582585244275074f,1.050970716937456f,0.5867702777256624f,-0.4104884066524932f,-0.6979970696082085f,-0.044516027010012504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8530235960556144f,-0.27924855620038425f,-0.44087525268759276f,-0.015753038236491962f,0f,0.8447952010360832f,-0.5350897759314821f,1.068093004187126f,0.5218723450925025f,-0.45644420487766585f,-0.7206302403183253f,-0.03729429468223203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8482636797575084f,0.09263129111070666f,-0.5214097942227541f,-0.01574365194232845f,0.13399271270958096f,0.9900879150171724f,-0.042093627518617255f,1.0952185920260828f,0.512342348966957f,-0.1055716081345354f,-0.8522675360536203f,-0.03727895236628775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8423714874720357f,-0.13616939297336642f,-0.5214097942227541f,-0.01574365194232845f,-0.13399271270958096f,0.9900879150171724f,-0.042093627518617255f,1.0952185920260828f,0.5219733997387968f,0.03440664113529982f,-0.8522675360536203f,-0.03727895236628775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8530235960556144f,-0.021967500106591098f,-0.5214097942227541f,-0.01574365194232845f,0f,0.9991136704711451f,-0.042093627518617255f,1.0952185920260828f,0.5218723450925025f,-0.035906857516956436f,-0.8522675360536203f,-0.03727895236628775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8585051968447491f,0.029846972348782745f,-0.5119355283941227f,-0.18359893066279398f,0.16732717682037415f,0.9599689265790794f,-0.22463587402713114f,1.1354233968289467f,0.4847374989495674f,-0.2785117919302895f,-0.8291325218973726f,0.05961349078470596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8221970291997349f,-0.2879637211845679f,-0.49098771925239293f,0.14319258849232963f,-0.16832916427784508f,0.9470159669830247f,-0.2735435079338f,1.1334917750776328f,0.5437438161750923f,-0.14225910712760392f,-0.8271064071874938f,-0.14874996091447373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8530235960556144f,-0.11217562500373783f,-0.5096737914856606f,-0.010869427913175151f,0f,0.9766254071104695f,-0.2149483988921746f,0.988101603370312f,0.5218723450925025f,-0.18335605618939943f,-0.8330845167726512f,-0.014341680020102637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8530235960556144f,-0.10549459084194543f,-0.5110984600597408f,-0.02777662871023784f,0f,0.9793553248527627f,-0.20214635213760251f,1.2069263087671012f,0.5218723450925025f,-0.17243560822994222f,-0.835413201022118f,-0.05694738893001552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8727735158739995f,-0.16516039382573106f,-0.4593347736676009f,-0.2067233669344631f,0.019165087613668225f,0.9518870008694313f,-0.30584936977629945f,1.0735163107606847f,0.48774900246509706f,0.2581340386061639f,0.8339470778815486f,0.7732064587555304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7256089507426429f,-0.16516039382573106f,-0.6679922865673596f,-0.13116347727619784f,-0.05999209976972052f,0.9518870008694313f,-0.300519692434654f,1.0715863067735176f,0.685487125019413f,0.2581340386061639f,0.6807894091020298f,0.8286685238039966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8059721563548295f,-0.16516039382573106f,-0.5684460638372606f,-0.08367651252974137f,-0.020586709196448144f,0.9518870008694313f,-0.3057569704524494f,1.1184148543349686f,0.5915953605169724f,0.2581340386061639f,0.763794309698406f,0.6863683448250025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8558283049701108f,-0.5068315207670604f,0.10334274028172563f,0.7166928838079943f,0.32552381649603235f,0.37246963925689003f,-0.8690803258190232f,2.2657795865892894f,0.401985270011035f,0.7774240653522317f,0.4837557909786345f,-0.6997655417264946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5050499910862678f,-0.5068315207670604f,0.6986031177003934f,0.647066155327119f,0.8591510550828436f,0.37246963925689003f,-0.35089290728351674f,2.205167968444913f,-0.08236486540872437f,0.7774240653522317f,0.6235606238028599f,-0.7161183068434649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7426851037960044f,-0.5068315207670604f,0.4376535686550119f,0.6162314842693049f,0.6465239268733445f,0.37246963925689003f,-0.6657876386747598f,2.3353419233183152f,0.17442949458101575f,0.7774240653522317f,0.6043063577618727f,-0.7985878779492607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013328493688368976f,0f,-0.000008154255392070351f,0.32485391073632625f,0f,0.000015625f,0f,1.3730488087671011f,0.000008154255392070351f,0f,-0.000013328493688368976f,0.5332729470089246f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104.mcfunction new file mode 100644 index 000000000..f077f8d8e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..e2dd026f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5334256730999574f,-0.06841874499153565f,-0.6145895956295427f,-0.10727473027710349f,-0.11547842380058135f,0.8083962169699532f,0.010233986009664185f,1.2762802707127756f,0.607508213408539f,0.09358886775090235f,-0.5376981857126852f,-0.36584866387350096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5084118677530578f,0.13804652018523544f,-0.6020469508207766f,-0.10727473027710349f,0.1985355299510147f,0.7749084721001241f,0.0100251291523241f,1.2762802707127756f,0.5848940212336906f,-0.14303851974974582f,-0.526724753351202f,-0.36584866387350096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7932287808152944f,0.16550622931077807f,0.10168694011550387f,-0.17584797195014493f,0.16475891383840252f,0.7997067369537506f,-0.016373137329751913f,1.2788275225183656f,-0.10289337219430503f,0.004611656378915009f,-0.8101457467816339f,-0.3397657035696587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7799356673677561f,-0.14757325198023655f,0.09961169643967727f,-0.17584797195014493f,-0.15067800557275748f,0.7855182298220882f,-0.016038991669961058f,1.2788275225183656f,-0.09484984662206294f,-0.03439834177908308f,-0.793612160112621f,-0.3397657035696587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.14930589478531303f,0.5343568886845544f,1.4606768004242823f,-0.8227050607858526f,1.521095009870995f,0.35643632660354047f,0.025087168491756576f,1.1006914467465898f,-0.32462897395013324f,1.4243672667513592f,-0.5542564105893106f,-0.0023405370732992314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7807941068007883f,-0.560729427039468f,-0.27557770671291343f,-0.5839824439726607f,-0.5958211589550013f,0.8009969979827346f,0.0583177139826854f,1.3078215220028482f,0.18803645744024738f,0.2097291559956243f,-0.9595081926688719f,0.05161168076416048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8235530414910297f,-0.560729427039468f,-0.08569070838115314f,-0.2946269824380103f,-0.5657445729443934f,0.8009969979827346f,0.19579807814841585f,1.5095102490367813f,-0.04115174400727256f,0.2097291559956243f,-0.9768931441516635f,0.062076044984325104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3234450489167717f,0.9280738694102325f,0.18455945721947026f,0.5289159508522309f,0.7770355706090218f,0.3718107933635961f,-0.5079098895932674f,1.2798903069370853f,-0.5399990947580736f,-0.020871675932984196f,-0.841406768931775f,-0.10553644591598603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7799826410702257f,0.623537944067681f,0.053174354128324886f,0.2623770577554904f,0.6054709205218091f,0.7733965418631821f,-0.18778379439276574f,1.471310130604126f,-0.15821518268354784f,-0.1142725747584282f,-0.9807699702919593f,-0.14970985111087792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7157306014155239f,-0.6911446434150503f,-0.10024364356933302f,-0.03680582362181632f,-0.6112138821207984f,0.6893556733679393f,-0.38885260176351877f,1.1702453522171412f,0.33785691720045496f,-0.2170433999782487f,-0.9158301512975463f,0.21683928180865283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.900170637661935f,-0.3029099686170426f,-0.3129510728592052f,-0.09555738694288184f,-0.2674292090621294f,0.9515476205021985f,-0.15178519050621425f,1.3477118736206397f,0.34376509600555616f,-0.052940313835735026f,-0.937562201637451f,0.20105320920421846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4409593548042236f,-0.8975270624261336f,0.0001400833962568182f,0.2941266753095221f,-0.8677056286907348f,0.42626803232463906f,-0.25570003237484595f,1.1769684838562968f,0.22943798584597902f,-0.11287487245084918f,-0.9667561604769555f,0.08182241782270079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8044296449525463f,-0.5113943065639558f,-0.3022727403116116f,0.1963510382018328f,-0.5077065570400454f,0.8560377052522447f,-0.09712620205183768f,1.3368685148282686f,0.30842664972414996f,0.07533465603851906f,-0.9482603499775231f,0.09002103864256361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03711952114618952f,-0.3550582030657656f,0.28613199327509053f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,2.027366961844977f,0.35530294579729554f,-0.000003466999006464938f,-0.9347512057738915f,-0.12836841623789713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03711952114618952f,-0.3550582030657656f,0.2832343576117671f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,1.9023880393402703f,0.35530294579729554f,-0.000003466999006464938f,-0.9347512057738915f,-0.2293247688717222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03711952114618952f,-0.3550582030657656f,-0.2626558459969731f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,2.0477524763746344f,0.35530294579729554f,-0.000003466999006464938f,-0.9347512057738915f,0.08037206441801402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03711952114618952f,-0.3550582030657656f,-0.335611503695028f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,1.925375959980097f,0.35530294579729554f,-0.000003466999006464938f,-0.9347512057738915f,0.006063432718986073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9167997812851006f,0.18278904089496514f,-0.3550582030657656f,0.19030795898743713f,0.19059820455064297f,0.9815795783746247f,0.013185436661922283f,2.137772784638303f,0.35092803458496014f,-0.055585050567513616f,-0.9347512057738915f,-0.11381496252293499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.934106960463087f,0.03711952114618952f,-0.3550582030657656f,0.08308690519045084f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,2.1518399981140335f,0.35530294579729554f,-0.0000034669990064684075f,-0.9347512057738915f,-0.07288942339768958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8973799667025565f,0.26199783929763304f,-0.3550582030657656f,0.062061896857923196f,0.2754232180583301f,0.9612326436479508f,0.013185436661922283f,2.148298338084988f,0.3447480910974162f,-0.08595892617374672f,-0.9347512057738915f,-0.06495319042128257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9344208497576793f,-0.028130907803449998f,-0.3550582030657656f,0.08962258192879108f,-0.0350941761618188f,0.9992970244424617f,0.013185436661922283f,2.1572826329370955f,0.3544376875244222f,0.024781222056148286f,-0.9347512057738915f,-0.07529517811392829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9273172220279895f,0.11839105610645614f,-0.3550582030657656f,0.13639296278661028f,0.12166238681713076f,0.9924839585071356f,0.013185436661922283f,2.2603545889330436f,0.35395060865077116f,-0.03097014594742276f,-0.9347512057738915f,-0.12503799561388348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9273172220279895f,0.11839105610645614f,-0.3550582030657656f,0.1097549751626577f,0.12166238681713076f,0.9924839585071356f,0.013185436661922283f,2.0370456982689387f,0.35395060865077116f,-0.03097014594742276f,-0.9347512057738915f,-0.11806971277571338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9284133261512079f,-0.10946400440583304f,-0.3550582030657656f,-0.174438901982201f,-0.12205510661710908f,0.9924357385789373f,0.013185436661922283f,2.1513218320148013f,0.3509291193012299f,0.05557820193852254f,-0.9347512057738915f,0.024922505088463078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03711952114618953f,-0.3550582030657656f,-0.06646971294065507f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,2.157395494052067f,0.3553029457972956f,-0.000003466999006464938f,-0.9347512057738915f,-0.016003103913334343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9153400165414327f,-0.18996401383851472f,-0.3550582030657656f,-0.045765393884824576f,-0.2080871240121548f,0.9780214174957442f,0.013185436661922283f,2.15230373806806f,0.34474976858335965f,0.08595219814510877f,-0.9347512057738915f,-0.023939306937054223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.929242195953222f,0.10218910752004604f,-0.3550582030657656f,-0.07258360104492528f,0.10432262361998296f,0.9944560998159135f,0.013185436661922283f,2.163308015176245f,0.35443720383317184f,-0.02478813916329056f,-0.9347512057738915f,-0.01359738859256008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9337875808998566f,-0.04443451578337928f,-0.3550582030657656f,-0.13376953100437436f,-0.05252896897094477f,0.9985323488394776f,0.013185436661922283f,2.270390163791718f,0.3539512129885182f,0.0309632383353657f,-0.9347512057738915f,-0.022277247700932215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9337875808998566f,-0.04443451578337928f,-0.3550582030657656f,-0.12377176495311404f,-0.05252896897094477f,0.9985323488394776f,0.013185436661922283f,2.0457203853028356f,0.3539512129885182f,0.0309632383353657f,-0.9347512057738915f,-0.029243976326389486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03711952114618952f,-0.3550582030657656f,-0.014936580636845144f,0.03469874813558739f,0.9993108330934163f,0.013185436661922283f,1.5288241949298262f,0.35530294579729554f,-0.000003466999006464938f,-0.9347512057738915f,-0.04444409253362651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9341069604630869f,0.03091724759453123f,-0.3556519509514762f,-0.026530548484794355f,0.03469874813558739f,0.9993887508129423f,-0.004256950360273126f,1.154053413374973f,0.35530294579729554f,-0.016317124431872526f,-0.9346087781302072f,-0.03832517087167431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9113816469314119f,-0.31818237396714427f,-0.26104304344919704f,0.2356611653931566f,-0.19479155800662237f,0.8922174215454508f,-0.4074362792144804f,0.7223349633585149f,0.3625461936994233f,-0.3204809660298401f,-0.8751298234242965f,0.2084990222534235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9113816469314119f,-0.4108521990029659f,-0.024165351456462286f,0.09802573025746691f,-0.19479155800662237f,0.48233402053647634f,-0.8540551162322434f,0.8651652714926287f,0.3625461936994233f,-0.7736629519419584f,-0.5196209139618178f,-0.06075293237889376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9382524574628133f,0.12776902184589234f,-0.3214924619980003f,-0.0921416933512923f,0.20313919738684455f,0.955694784441436f,-0.21303038627497656f,0.6921803681240793f,0.2800299850909191f,-0.2651840041329434f,-0.9226378766352477f,0.31480047649041065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9382524574628133f,-0.11163632556696984f,-0.32744412787359206f,-0.14233175379415403f,0.20313919738684455f,0.5883638467807949f,-0.7826636891323974f,0.8815992170744568f,0.2800299850909191f,-0.8008528670206598f,-0.5293561115494643f,0.009228412596397964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9605210044109457f,-0.024206415643614913f,-0.2771523940489716f,-0.022658266228011564f,0.1300443839372491f,0.841608619007702f,-0.5241978544579615f,1.019483554489888f,0.2459427947547339f,-0.5395451620148562f,-0.8052348476404839f,-0.027212268699950477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9053677864597997f,-0.33892685107002773f,-0.255808054729787f,-0.025297864871062985f,-0.13004438393724915f,0.7947932331835424f,-0.5927834129697226f,1.001107912564466f,0.4042247264174518f,-0.5034206055669618f,-0.7636557237678048f,-0.03478754331777151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9443140635159585f,-0.1782466558010775f,-0.27658466902869083f,-0.022658266228011564f,0f,0.8405666034956844f,-0.5417082102827399f,1.019483554489888f,0.32904551272730986f,-0.5115426812920514f,-0.7937588650028171f,-0.027212268699950477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9386197893497763f,0.10526495178988293f,-0.3284998949248769f,-0.022660476697287733f,0.1311389236642239f,0.9896913486033851f,-0.05756402695956733f,1.046459464917566f,0.3190540295015413f,-0.09710985750317291f,-0.942748217624697f,-0.02721861243400464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9336436848898726f,-0.14281907680560368f,-0.3284998949248769f,-0.022660476697287733f,-0.1311389236642239f,0.9896913486033851f,-0.05756402695956733f,1.046459464917566f,0.33333474521184997f,-0.010665167603371398f,-0.942748217624697f,-0.02721861243400464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9443140635159585f,-0.01894118476555952f,-0.3284998949248769f,-0.022660476697287733f,0f,0.9983418166140284f,-0.05756402695956733f,1.046459464917566f,0.32904551272730986f,-0.0543585202105312f,-0.942748217624697f,-0.02721861243400464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9426241965760055f,0.08292115428999759f,-0.32339404169009417f,-0.20724910403373487f,0.16462180264332912f,0.9581599390990723f,-0.23415634349750764f,1.0849688206118844f,0.29044670100364495f,-0.27395914526964854f,-0.9168353726810625f,0.0318624644661307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9187796206140003f,-0.2526656594366246f,-0.30332173230062026f,0.1562128959220357f,-0.16556302048848479f,0.9441332149627186f,-0.2849585209304867f,1.083205768962709f,0.3583753548880323f,-0.21159521957174893f,-0.9092824468025654f,-0.10270166169724135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9443140635159585f,-0.07569683372584271f,-0.3202201411683224f,-0.02226157847450209f,0f,0.9731788727770883f,-0.23004973718810445f,0.9380684715036539f,0.32904551272730986f,-0.21723920213487724f,-0.9189864958800122f,-0.0023309148817373393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9443140635159585f,-0.07009669267834655f,-0.3214924619980003f,-0.030546354623601717f,0f,0.9770455744352636f,-0.2130303862749766f,1.156377092041533f,0.32904551272730986f,-0.20116758971569743f,-0.9226378766352477f,-0.04984996627702058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7533792709194347f,-0.21181472196700504f,-0.6225385110231662f,-0.35622227341977086f,0.017115445563132492f,0.952697878283747f,-0.3034366725312258f,1.0354392057174289f,0.6573634730284883f,0.21794787512542366f,0.7213681362911981f,0.6990018820212203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5803949901675347f,-0.21181472196700504f,-0.7863053980143256f,-0.2932320856234004f,-0.05680093132999281f,0.952697878283747f,-0.2985639075871234f,1.0335649783656373f,0.8123517154462545f,0.21794787512542366f,0.5409098022219971f,0.7684121551312706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6718953364946184f,-0.21181472196700504f,-0.7097120404465624f,-0.21827037345460126f,-0.019991758419109523f,0.952697878283747f,-0.3032607497005817f,1.0799912044966204f,0.7403762465072032f,0.21794787512542366f,0.6358787127559921f,0.6383252116628466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7127959355306271f,-0.6970498701190498f,-0.0777395192809534f,0.8064425140914755f,0.2770971033465881f,0.38169767978389224f,-0.8817732568889372f,2.2089195120985274f,0.6443129283259403f,0.6069829979617295f,0.4652230546495335f,-0.522889201317072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5347252980404787f,-0.6970498701190498f,0.4776927194363934f,0.742430857819278f,0.8406993858839484f,0.38169767978389224f,-0.38409819554632807f,2.151564171984538f,0.08540139466000018f,0.6069829979617295f,0.7901128033233724f,-0.560331628077348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6827910002367741f,-0.6970498701190498f,0.21890164129736744f,0.7416014397607716f,0.6117902945492195f,0.38169767978389224f,-0.6928344078803914f,2.2841670032235917f,0.3993858854429447f,0.6069829979617295f,0.6870680859233285f,-0.6446706275857093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014754907242436853f,0f,-0.0000051413361363642166f,0.1888568486229974f,0f,0.000015625f,0f,1.322499592041533f,0.0000051413361363642166f,0f,-0.000014754907242436853f,0.6017408383783103f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105.mcfunction new file mode 100644 index 000000000..c03fc7a50 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..5f80d0dfa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.649313463568727f,-0.08856504732427264f,-0.4873322304806825f,-0.04734028313591002f,-0.11576052580840249f,0.8083874571558812f,0.007325586806172297f,1.2287235072482707f,0.4815973122198564f,0.07490257639054836f,-0.6552847299892716f,-0.36908242160055094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6208455139325283f,0.16325688529034071f,-0.477386674756587f,-0.04734028313591002f,0.19827693680147454f,0.7750062968364838f,0.0071760850346177605f,1.2287235072482707f,0.4639365303168947f,-0.11274940917404641f,-0.6419115722343885f,-0.36908242160055094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7613027465578398f,0.1601646499457625f,0.24841468844592324f,-0.1184198353337284f,0.16272550870363972f,0.8001062635229392f,-0.017170332930572522f,1.2310900261704318f,-0.24674476964076753f,0.03349173664587139f,-0.7777787388941747f,-0.35724843483703367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7490393961543315f,-0.1404392877110197f,0.2433450009266187f,-0.1184198353337284f,-0.1526680596959857f,0.7851175414599084f,-0.016819917972805735f,1.2310900261704318f,-0.23586531444325926f,-0.062187237912375695f,-0.7619057034065385f,-0.35724843483703367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.14793530753524822f,0.2661432976431306f,1.5325433566147784f,-0.7895808216111347f,1.5409541173888752f,0.2349798895327758f,0.107940305805743f,1.0450365507846626f,-0.21208913901170015f,1.521630193783892f,-0.2847209168264095f,-0.1408002403182122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7517104078779946f,-0.6519687374837374f,-0.0993389552580474f,-0.5809964372999589f,-0.6581845021564549f,0.7511440005596538f,0.05075284764718413f,1.2384556838264853f,0.041528590259707066f,0.10353480461709473f,-0.9937584819381122f,-0.05267065252280573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7533199862132756f,-0.6519687374837374f,0.08628883888135053f,-0.3150379573387257f,-0.6261276014081373f,0.7511440005596538f,0.20915763714990537f,1.4621652244277903f,-0.20117958426869054f,0.10353480461709473f,-0.9740674099395672f,0.014142816758135762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.18404766013932422f,0.9117995831379169f,0.36708034404849404f,0.5253481479007797f,0.7701314441341703f,0.3658280367506914f,-0.5225585194817437f,1.239843613057958f,-0.61075692182165f,0.18652444267885038f,-0.7695353239002658f,0.02257273950101335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7312882698168963f,0.6247224012133248f,0.273750594246785f,0.2729026437225153f,0.5909880534839882f,0.7807325172842349f,-0.2029528445088378f,1.4261762505848488f,-0.34051517890898336f,0.013366296318706852f,-0.9401440076154841f,-0.08363025749823207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.766898086939273f,-0.6363631909664962f,0.0831216784709134f,-0.09201262597299027f,-0.6125363254156008f,0.6871555259500713f,-0.390661660779035f,1.1238460010285123f,0.19148518035408446f,-0.3505127277849116f,-0.9167738289052236f,0.21742558599208342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9496620766533327f,-0.2886857886690782f,-0.12166534258773874f,-0.1469016197396158f,-0.2692318631433502f,0.9506513394353239f,-0.1541954431822961f,1.3011294056527463f,0.16017535401815064f,-0.11367737791810945f,-0.9805209379278055f,0.18998282177038914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.47556713173568455f,-0.8586331068957199f,0.19127229531559808f,0.25902443533718905f,-0.8684820403684566f,0.4236983691745617f,-0.25732982243855695f,1.1312177237068686f,0.13991014534384805f,-0.28849415886880614f,-0.9472044507541354f,0.15027119521943472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8482901358236339f,-0.5181473513346686f,-0.10921157342144819f,0.16118923462805462f,-0.5093140925877668f,0.8548061953640615f,-0.09952649626464966f,1.2908718447359762f,0.14492411999325902f,-0.028804351617162924f,-0.989023411640035f,0.13868898296846646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.034844250646656826f,-0.16372336075240296f,0.2910526108384838f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,1.9811121892854344f,0.1641402841661526f,0.00944207793435006f,-0.986391815800464f,-0.057030699710280686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.034844250646656826f,-0.16372336075240296f,0.3083189169612344f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,1.8563716571672007f,0.1641402841661526f,0.00944207793435006f,-0.986391815800464f,-0.15684045283959866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.034844250646656826f,-0.16372336075240296f,-0.2881581953727366f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,2.000396403808962f,0.1641402841661526f,0.00944207793435006f,-0.986391815800464f,0.03940171723733396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.034844250646656826f,-0.16372336075240296f,-0.3448336942982269f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,1.8781176863107534f,0.1641402841661526f,0.00944207793435006f,-0.986391815800464f,-0.04809751457952258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.968301941339779f,0.18864254965821897f,-0.16372336075240296f,0.19406978043723958f,0.1887525678950313f,0.9819096807992217f,0.01502820234765906f,2.091377641558945f,0.1635965113034098f,-0.016351367258335383f,-0.986391815800464f,-0.061430121393624575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9858907339765455f,0.03484425064665682f,-0.16372336075240296f,0.08086108329672109f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,2.1052293106607136f,0.1641402841661526f,0.009442077934350058f,-0.986391815800464f,-0.042428469364353946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9481759785853583f,0.27231778270549434f,-0.16372336075240296f,0.05868923606966106f,0.2736133749294045f,0.9617223477667237f,0.01502820234765906f,2.101645618508782f,0.16154886162842322f,-0.03054752082287901f,-0.986391815800464f,-0.038802939596155224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9859197657546408f,-0.034012889295863824f,-0.16372336075240296f,0.08773445793722456f,-0.03696676615797172f,0.9992034884516866f,0.01502820234765906f,2.110684849988559f,0.1630818006220682f,0.020868924929848646f,-0.986391815800464f,-0.043486208317786365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9791022455396191f,0.1206376969409391f,-0.16372336075240296f,0.14323811603495248f,0.11979821925853652f,0.9926845117139088f,0.01502820234765906f,2.213926623535297f,0.16433861214504325f,-0.004899620404144118f,-0.986391815800464f,-0.08280700006902966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9791022455396191f,0.1206376969409391f,-0.16372336075240296f,0.11609463422324122f,0.11979821925853652f,0.9926845117139088f,0.01502820234765906f,1.9905726083996678f,0.16433861214504325f,-0.004899620404144118f,-0.986391815800464f,-0.08170458547809724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.979203624759054f,-0.11981202945726391f,-0.16372336075240296f,-0.19089742963335468f,-0.12391241864422664f,0.9921793515488697f,0.01502820234765906f,2.1041947198729467f,0.16064237848235338f,0.035003027831831734f,-0.986391815800464f,0.0026628100824324583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.03484425064665683f,-0.16372336075240296f,-0.07698645479166741f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,2.110484678402242f,0.1641402841661526f,0.00944207793435006f,-0.986391815800464f,-0.01614853908014046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9650351529197365f,-0.20469932773001287f,-0.16372336075240296f,-0.055115639937652325f,-0.20991502280423494f,0.977604130686494f,0.01502820234765906f,2.1054346321446014f,0.1569803708438677f,0.048870736556608514f,-0.986391815800464f,-0.019855642453002875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9810585416439064f,0.10353163290255879f,-0.16372336075240296f,-0.08346389466707607f,0.10245523984706026f,0.9946240882675623f,0.01502820234765906f,2.1163847190557323f,0.16439909274510314f,-0.0020307699157303266f,-0.986391815800464f,-0.014983509918436558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.985175998630809f,-0.051214381434580285f,-0.16372336075240296f,-0.1419012850936757f,-0.05439964133444368f,0.9984061458929837f,0.01502820234765906f,2.2234200399590045f,0.16269274951414414f,0.023711916358481296f,-0.986391815800464f,-0.03533433325590081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.985175998630809f,-0.051214381434580285f,-0.16372336075240296f,-0.13037804927089514f,-0.05439964133444368f,0.9984061458929837f,0.01502820234765906f,1.9987786571330837f,0.16269274951414414f,0.023711916358481296f,-0.986391815800464f,-0.04066951443655909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.034844250646656826f,-0.16372336075240296f,-0.019883030956725986f,0.03282419493366441f,0.9993481502265138f,0.01502820234765906f,1.4820400744519229f,0.1641402841661526f,0.00944207793435006f,-0.986391815800464f,-0.035201370654918074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9858907339765454f,0.03126435236629641f,-0.16444452234812984f,-0.03160716309408714f,0.03282419493366441f,0.9994381709355071f,-0.006776038964230041f,1.1072507603511077f,0.1641402841661526f,-0.012078193085226813f,-0.9863630591043293f,-0.03067204824795802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9652867438320306f,-0.24798169563073563f,-0.08201573516259361f,0.1761584632869037f,-0.19013792854986605f,0.8824375703330718f,-0.4302923454948172f,0.6863037049396441f,0.17907839151869087f,-0.39976119508622926f,-0.8989560148273709f,0.2706497093538086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9652867438320306f,-0.24803748199374043f,0.08184686743156636f,0.0953988890359275f,-0.19013792854986605f,0.4524556516133241f,-0.8712814995453124f,0.8178273186896499f,0.17907839151869087f,-0.8565986754889171f,-0.4839107757032398f,-0.02502258555085502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9755500540359358f,0.17271496670247807f,-0.13591038351592108f,-0.16189112631413594f,0.20055352915228833f,0.9525217048104836f,-0.2290866294865167f,0.6545082581993934f,0.08989090062428512f,-0.25074278083704066f,-0.9638711967078708f,0.31063201201357454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9755500540359358f,0.04024204471446115f,-0.21606172707743074f,-0.15405412471522242f,0.20055352915228833f,0.5650964247169464f,-0.800277647267926f,0.8335252062273839f,0.08989090062428512f,-0.824042843916094f,-0.5593505317559205f,-0.003716750492332485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9903060809882691f,0.07895207835577901f,-0.11428226144489236f,-0.02985812131366004f,0.12812023549131976f,0.8370195039119865f,-0.5319619867326806f,0.9744811680708075f,0.05365697732172929f,-0.5414470605647747f,-0.8390208635012961f,-0.018163613032299936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.967041342310075f,-0.234065649341633f,-0.10022132538241516f,-0.030904875104325567f,-0.12812023549131976f,0.7874708499292975f,-0.6028887673271734f,0.9548581636435562f,0.22003692308514267f,-0.5701779830104892f,-0.7915054138597621f,-0.025649570271175613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.990364988565043f,-0.07592859473516865f,-0.11581035327683249f,-0.02985812131366004f,0f,0.8362861558477596f,-0.5482932295199138f,0.9744811680708075f,0.13848172956950758f,-0.5430104179837799f,-0.8282285291732702f,-0.018163613032299936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.983441840566821f,0.11733375374641211f,-0.13811204311833028f,-0.02986201581214806f,0.12825757107162322f,0.9890490307514029f,-0.07302061512010063f,1.0013102277869308f,0.12803179950836716f,-0.08952544331912957f,-0.9877211414732209f,-0.01819146490100885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9808410109505459f,-0.13738986419380203f,-0.13811204311833028f,-0.02986201581214806f,-0.12825757107162322f,0.9890490307514029f,-0.07302061512010063f,1.0013102277869308f,0.14663187477597908f,-0.05390769876853391f,-0.9877211414732209f,-0.01819146490100885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.990364988565043f,-0.010112021076060875f,-0.13811204311833028f,-0.02986201581214806f,0f,0.9973304315859824f,-0.07302061512010063f,1.0013102277869308f,0.13848172956950758f,-0.07231706065843088f,-0.9877211414732209f,-0.01819146490100885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9817543993959749f,0.1311383499849013f,-0.13769906473860347f,-0.22242509284844345f,0.16190631435695038f,0.95625282127504f,-0.2436532108856247f,1.0381293259516362f,0.09972283909915997f,-0.2615019597761437f,-0.9600375411384906f,0.0037772844954436016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9712741125219072f,-0.2056850219902587f,-0.11966733085369707f,0.16026677276177845f,-0.16278687500314518f,0.9411094108329429f,-0.29633344422859437f,1.0365283488817085f,0.17357140222828124f,-0.2683407322240473f,-0.947558029757529f,-0.05756925498963368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.990364988565043f,-0.033941301355682164f,-0.13425787681490048f,-0.03411124682435658f,0f,0.9694988445931634f,-0.2450958798766746f,0.8916660550734756f,0.13848172956950758f,-0.242734378271402f,-0.9601577121393307f,0.00783514805644149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.990364988565043f,-0.031004404097385543f,-0.13496635266290724f,-0.033301566891701766f,0f,0.974614868564045f,-0.2238880478584984f,1.1094315647682544f,0.13848172956950758f,-0.22173088395723156f,-0.9652244431607513f,-0.04278973484001421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6153332468634566f,-0.24616932893181231f,-0.7488428785785025f,-0.4692381685474961f,0.01518053071182461f,0.9535107603931718f,-0.3009763799731512f,1.0009620309779659f,0.7881208960507163f,0.17383294080149636f,0.5904638531701323f,0.6090925527538505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.42921444123678765f,-0.24616932893181231f,-0.8690084147619362f,-0.41995206220778825f,-0.053560622232458194f,0.9535107603931718f,-0.29656110594699914f,0.9991510985585431f,0.9016131227859675f,0.17383294080149636f,0.39607560580328516f,0.6888212348302732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5257184676235507f,-0.24616932893181231f,-0.8142608637855605f,-0.32245598580980805f,-0.019316612473841158f,0.9535107603931718f,-0.30073925300327986f,1.0451674527187464f,0.8504392754818426f,0.17383294080149636f,0.4965230582865435f,0.5744784350490804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.517693857222899f,-0.8228942741320158f,-0.23417532704027463f,0.8538792330439259f,0.22589359494589722f,0.39546171903682215f,-0.8902708085402218f,2.1554813768791203f,0.8252061281619855f,0.4079890223733777f,0.3906146485562464f,-0.35156120949919784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5174016110612177f,-0.8228942741320158f,0.2348203280638185f,0.800611007049753f,0.8182830297825213f,0.39546171903682215f,-0.4171605349818923f,2.1017458151573885f,0.25041656502953946f,0.4079890223733777f,0.8779729503701247f,-0.406915053140662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5681944106045114f,-0.8228942741320158f,0.00035406007237123727f,0.8271920110359837f,0.5731793250318067f,0.39546171903682215f,-0.717687599260656f,2.236266735907353f,0.5904409988422842f,0.4079890223733777f,0.6963651229843012f,-0.4836928997675751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015474452946328798f,0f,-0.000002163777024523556f,0.05475666288236649f,0f,0.000015625f,0f,1.2755540647682544f,0.000002163777024523556f,0f,-0.000015474452946328798f,0.6390856866816207f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106.mcfunction new file mode 100644 index 000000000..73cb973fb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..6c30a38f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7360103584379211f,-0.10390765727225137f,-0.33828448896855984f,0.013650811323196801f,-0.11615115401684932f,0.8083525455840881f,0.004417681826833492f,1.186232319907401f,0.33427848590222115f,0.05209419595656827f,-0.7432957238239714f,-0.3600264720998001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.705059896957765f,0.18187181622686013f,-0.33138072388756884f,0.013650811323196801f,0.1979103211410057f,0.7751211371861585f,0.004327525054857299f,1.186232319907401f,0.3220590729784986f,-0.07816562639408484f,-0.7281264233377679f,-0.3600264720998001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7035847847720105f,0.1499318077725261f,0.3865660979701017f,-0.05709500272548505f,0.16068992879391164f,0.8004991579031944f,-0.0180080377867361f,1.1884210824169135f,-0.38221936354137726f,0.06054746616319463f,-0.719157011312332f,-0.3623824236538098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6929671845123062f,-0.12806332596534115f,0.37867699392989557f,-0.05709500272548505f,-0.1546575958122782f,0.7847100355362985f,-0.01764052681149659f,1.1884210824169135f,-0.36861566603530743f,-0.0884869745856187f,-0.7044803376120804f,-0.3623824236538098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10003705787505665f,-0.008828975019605587f,1.5592693437157694f,-0.7624572294422494f,1.5412050036929623f,0.2367479891684094f,0.10021864206069765f,0.9813683941493546f,-0.23682477413370018f,1.5444347473508933f,-0.006448839562590288f,-0.26131375238872945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7325248971581888f,-0.6755043436023831f,0.08426836190230894f,-0.5682822204600055f,-0.6750716567724636f,0.7367796667774926f,0.037867939549543095f,1.1892555285711504f,-0.08766717325125714f,-0.029147974158771718f,-0.9957232860270837f,-0.151044932712998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6875133740323581f,-0.6755043436023831f,0.2664943569776975f,-0.32409207489228653f,-0.6436373865959939f,0.7367796667774926f,0.20709089115440588f,1.4198763335487228f,-0.3362384200273996f,-0.029147974158771718f,-0.9413257249751106f,-0.03632436656915138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.0009005536424408489f,0.86306261279088f,0.505096144714763f,0.48816228425632535f,0.7646050920048669f,0.324939664855267f,-0.5565907540410419f,1.195882907798633f,-0.64449844242121f,0.3867003240318355f,-0.6596094428601725f,0.14726770584655935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6164346438375835f,0.6318415340463319f,0.46987722410307337f,0.2716895436632956f,0.602216564199451f,0.7627654523790153f,-0.23563546944559222f,1.386124497967398f,-0.5072903898958072f,0.1377139808117328f,-0.8507004877207638f,-0.016341502224114665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.816278139916545f,-0.5197040771880164f,0.2521857855798732f,-0.14856649012383594f,-0.5765437481442404f,0.7058496899321443f,-0.4115501448165053f,1.0817919070090105f,0.03587902967160868f,-0.4813355247401214f,-0.8758018085463033f,0.20897126614349767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9674254406539157f,-0.24246396945828766f,0.07279588099685147f,-0.19357351014103455f,-0.25141941071642526f,0.953833923741319f,-0.16428367488964f,1.2596089947424476f,-0.029602308872496035f,-0.177234504075166f,-0.9837233523072669f,0.16959152567748365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5536857396620638f,-0.7487507092573785f,0.3644234859081474f,0.20656762916829546f,-0.8319149354635027f,0.47805853128575404f,-0.2817402719130931f,1.0868988134534f,0.036737471982011535f,-0.4591649116074531f,-0.8875910894668166f,0.20951407348046688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8779671630015725f,-0.47183529542209973f,0.08090188307394319f,0.11860414804586392f,-0.4780913372303015f,0.8728650946557776f,-0.0976483476404091f,1.2499507165286057f,-0.024542492870775742f,-0.12441053221291229f,-0.9919272581788382f,0.17998755332692812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989685061980751f,0.030322903158846004f,0.03380007645561859f,0.2831171091945777f,0.03090649028429392f,0.999379749974192f,0.01687910542144424f,1.9399357627459974f,-0.03326728847822227f,0.017906336463403928f,-0.9992860704681947f,0.01411136761557807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989685061980751f,0.030322903158846004f,0.03380007645561859f,0.319956822449864f,0.03090649028429392f,0.999379749974192f,0.01687910542144424f,1.8154367167468228f,-0.03326728847822227f,0.017906336463403928f,-0.9992860704681947f,-0.08056247023080733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989685061980751f,0.030322903158846004f,0.03380007645561859f,-0.30377688819679144f,0.03090649028429392f,0.999379749974192f,0.01687910542144424f,1.9580933257880202f,-0.03326728847822227f,0.017906336463403928f,-0.9992860704681947f,-0.005433164365377514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989685061980751f,0.030322903158846004f,0.03380007645561859f,-0.3418598129063607f,0.03090649028429392f,0.999379749974192f,0.01687910542144424f,1.8359122665601675f,-0.03326728847822227f,0.017906336463403928f,-0.9992860704681947f,-0.10260204884762958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9819259990594595f,0.18622268176212212f,0.03380007645561859f,0.1886840333966333f,0.18686341666176642f,0.9822408866024986f,0.01687910542144424f,2.050056161120561f,-0.030056544787672126f,0.02289003022410737f,-0.9992860704681947f,-0.009113324546717726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989685061980752f,0.030322903158846004f,0.03380007645561859f,0.07392340955707417f,0.030906490284293917f,0.999379749974192f,0.01687910542144424f,2.0636872578320946f,-0.03326728847822227f,0.017906336463403925f,-0.9992860704681947f,-0.012764768561901604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9619590980360355f,0.27109453800711597f,0.03380007645561859f,0.05147898169766739f,0.27176027897471955f,0.9622169436108233f,0.01687910542144424f,2.0600605944030335f,-0.027947172974737644f,0.02542252723381339f,-0.9992860704681947f,-0.013585192498776516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9986502879230039f,-0.03943548228303924f,0.03380007645561859f,0.08085964500572965f,-0.03888200366216907f,0.9991012389099448f,0.01687910542144424f,2.0691559613573087f,-0.034435333924860305f,0.015542108792479043f,-0.9992860704681947f,-0.012437783005456941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.992524314288079f,0.11727335749680365f,0.03380007645561859f,0.14281806734450944f,0.11789056615380727f,0.9928831301880934f,0.01687910542144424f,2.1725697014679763f,-0.031580056347536196f,0.020737632683609963f,-0.9992860704681947f,-0.039867635153484404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.992524314288079f,0.11727335749680365f,0.03380007645561859f,0.11643156190772867f,0.11789056615380727f,0.9928831301880934f,0.01687910542144424f,1.949170997175656f,-0.031580056347536196f,0.020737632683609963f,-0.9992860704681947f,-0.04453360250729664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9914130933277012f,-0.12632352595614676f,0.03380007645561859f,-0.2013897400207474f,-0.1258114564567384f,0.9919105671502879f,0.01687910542144424f,2.0621244207438445f,-0.03565888111863807f,0.012481729271247893f,-0.9992860704681947f,-0.022103420498242845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989685061980752f,0.03032290315884601f,0.03380007645561859f,-0.08601796517842727f,0.03090649028429391f,0.9993797499741921f,0.01687910542144424f,2.0686355885488785f,-0.033267288478222266f,0.017906336463403928f,-0.9992860704681947f,-0.01809107847048881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9766306464605818f,-0.21225017132049756f,0.03380007645561859f,-0.06383550809830592f,-0.21178340810063753f,0.9771708570426415f,0.01687910542144424f,2.063628240566456f,-0.0366110426956819f,0.009326356253588354f,-0.9992860704681947f,-0.017425353999324378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9944198503269126f,0.09993355846458894f,0.03380007645561859f,-0.09260964187445132f,0.10054441091680136f,0.994789383353866f,0.01687910542144424f,2.074522824072521f,-0.03193716814613448f,0.020183326263017755f,-0.9992860704681947f,-0.018214594559524323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.997809944582228f,-0.05685832678161998f,0.03380007645561859f,-0.1461036881676546f,-0.05631280263813199f,0.9982704864209953f,0.01687910542144424f,2.1815084791914527f,-0.034701336456251085f,0.014938762210569816f,-0.9992860704681947f,-0.049489203129473996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.997809944582228f,-0.05685832678161998f,0.03380007645561859f,-0.1333105646417901f,-0.05631280263813199f,0.9982704864209953f,0.01687910542144424f,1.9568976197467294f,-0.034701336456251085f,0.014938762210569816f,-0.9992860704681947f,-0.0528504246268522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989685061980751f,0.030322903158846004f,0.03380007645561859f,-0.02503624162517738f,0.03090649028429392f,0.999379749974192f,0.01687910542144424f,1.4403247145549989f,-0.03326728847822227f,0.017906336463403928f,-0.9992860704681947f,-0.02664132130243785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9989685061980751f,0.031197295111445762f,0.032994732945059245f,-0.03673522729196954f,0.03090649028429392f,0.9994791309640423f,-0.009287390681428226f,1.065520040443483f,-0.03326728847822227f,-0.008258059402304951f,-0.9994123733335577f,-0.023544549026573495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9825814921102399f,-0.1592177520490078f,0.09582963422071095f,0.10559343185433301f,-0.1854784614329799f,0.8720594265804915f,-0.4528908222260177f,0.6555281081009247f,-0.011460877229478098f,-0.4627764729808166f,-0.8864009162611274f,0.31976322454841877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9825814921102399f,-0.06910905700678828f,0.1725037669213257f,0.08653919831593498f,-0.1854784614329799f,0.4219660453190581f,-0.8874358551141873f,0.7756007826511179f,-0.011460877229478098f,-0.9039737799501858f,-0.4274342679941604f,0.010139655297582234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9747058365984655f,0.21705226589795168f,0.05326204999293778f,-0.22964939771141438f,0.19795271501985445f,0.9490774302282805f,-0.2450851975284346f,0.6220793293569615f,-0.10374610699758134f,-0.2283426050912276f,-0.9680373959630888f,0.2936815743601587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9747058365984655f,0.19694053606789652f,-0.10565489744529052f,-0.1622574539417955f,0.19795271501985445f,0.5413079744197473f,-0.8171905527145175f,0.7905549297583228f,-0.10374610699758134f,-0.8174350751484056f,-0.5666009558763263f,-0.01801319042429201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9819916657732406f,0.1819240542529892f,0.050951023896006954f,-0.03750510630113833f,0.12620088258076353f,0.8323559811539694f,-0.5396821822823588f,0.9345530291902684f,-0.14059056009466767f,-0.5235333409835216f,-0.8403256126591044f,-0.010113093943700937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9916244401823848f,-0.11629976155143455f,0.05617236950718058f,-0.03710015191906746f,-0.12620088258076356f,0.7800175470589079f,-0.6128996357610604f,0.913688877713973f,0.027464647618494833f,-0.6148552608080081f,-0.78816159598645f,-0.017178004830503447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9983612968355674f,0.031751071043865f,0.047608722608062905f,-0.03750510630113833f,0f,0.8319541221304824f,-0.5548444274479993f,0.9345530291902684f,-0.05722517785733866f,-0.5539352021289725f,-0.8305907962778845f,-0.010113093943700937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9897873259704181f,0.1306596855873428f,0.05700084131437011f,-0.03750245703937123f,0.12535069009556557f,0.9881609630443703f,-0.08845968351621006f,0.9612381193845431f,-0.06788412068293115f,-0.08041117880891492f,-0.9944474789960834f,-0.010159313466514134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9910614014064781f,-0.12061593067120756f,0.05700084131437011f,-0.03750245703937123f,-0.12535069009556557f,0.9881609630443703f,-0.08845968351621006f,0.9612381193845431f,-0.045656359193359135f,-0.0948140727083328f,-0.9944474789960834f,-0.010159313466514134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9983612968355674f,0.005062121122419008f,0.05700084131437011f,-0.03750245703937123f,0f,0.9960797580476234f,-0.08845968351621006f,0.9612381193845431f,-0.05722517785733866f,-0.08831472435290735f,-0.9944474789960834f,-0.010159313466514134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9826846812878806f,0.17777612688672656f,0.052215571157376114f,-0.23065828227177787f,0.15918164010174132f,0.9542476814446934f,-0.2531255971093134f,0.9963727657566731f,-0.0948262759822203f,-0.24043088646548982f,-0.966023274158942f,-0.026073634115733428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9869549154733088f,-0.1463629824466641f,0.06706617770822501f,0.15666729735387525f,-0.16000167937062093f,0.9379449296060356f,-0.3076666566674228f,0.9949272865667367f,-0.01787337186024915f,-0.3143838201874364f,-0.9491276817071024f,-0.011934193092722895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9983612968355674f,0.014883308347767344f,0.05525584234657292f,-0.04683421694950189f,0f,0.9655862055042405f,-0.2600832169516566f,0.850362125485778f,-0.05722517785733866f,-0.2596570177610221f,-0.9640038963337482f,0.01612226366349636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9983612968355674f,0.013431778880901258f,0.05562650714271585f,-0.03603335622427265f,0f,0.9720635081535567f,-0.23471799274065067f,1.0675575655888383f,-0.05722517785733866f,-0.2343333596231973f,-0.970470584606716f,-0.03578952467530132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4551715970318363f,-0.27158018710760523f,-0.8479758364635669f,-0.5579465778661801f,0.013360497127737292f,0.9543257559823602f,-0.2984691752680608f,0.9715526505531528f,0.8903034956530205f,0.12452531244407616f,0.4380104247489069f,0.5057137092925595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.26488630437205096f,-0.27158018710760523f,-0.9252456148108542f,-0.5240000795764048f,-0.05027220142780138f,0.9543257559823602f,-0.2945081615716265f,0.9698124806245237f,0.9629683024480713f,0.12452531244407616f,0.2391348887991575f,0.5930845829432321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3620959817576029f,-0.27158018710760523f,-0.8917010160169137f,-0.40721817631875534f,-0.018561812572043646f,0.9543257559823602f,-0.2981908962103589f,1.015411200020392f,0.9319559856071736f,0.12452531244407616f,0.3405165009976273f,0.49832167096825175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27918970487308803f,-0.8909061138896059f,-0.3582448951862367f,0.8702532113514508f,0.17250226673802355f,0.4135445457603405f,-0.8939932195727869f,2.1069444900891856f,0.944614247544002f,0.18779564666411697f,0.26914070377942517f,-0.1789448789426576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4537307643890792f,-0.8909061138896059f,-0.02036393088334451f,0.8324225608693702f,0.7918290378346677f,0.4135445457603405f,-0.44943039896484294f,2.0571692660884913f,0.40882168275267144f,0.18779564666411697f,0.8930832138190032f,-0.24880424810516397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.40352693847552723f,-0.8909061138896059f,-0.20845216755574356f,0.8826057112437721f,0.5309357226740727f,0.4135445457603405f,-0.7396540860837811f,2.1930049910014056f,0.7451666044000681f,0.18779564666411697f,0.6398902458866501f,-0.3098581004069083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015599395263055743f,0f,8.941434040209167e-7f,-0.08258133866110368f,0f,0.000015625f,0f,1.2336800655888382f,-8.941434040209167e-7f,0f,-0.000015599395263055743f,0.6501708441779659f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107.mcfunction new file mode 100644 index 000000000..7d2895996 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..936850d2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7801925896426076f,-0.11219461071322478f,-0.21367343503139036f,0.0577467486494985f,-0.11664987322373448f,0.8082913833176635f,0.0015136630235787554f,1.1498768056976343f,0.21127416924009543f,0.03196644218192292f,-0.7882168587581602f,-0.343898028247982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7481524738367848f,0.1909346680302575f,-0.20931275268381097f,0.0577467486494985f,0.19743603974956925f,0.77525274046299f,0.0014827719414649033f,1.1498768056976343f,0.2031917471254808f,-0.05027067682853738f,-0.772130800416157f,-0.343898028247982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6464256483572075f,0.1393566758169129f,0.47922650437519426f,-0.010657811214623614f,0.15865318109543358f,0.8008850668608787f,-0.01888709220578219f,1.1518908117654587f,-0.4731886449596057f,0.07814903088938473f,-0.6610065655474129f,-0.35645649971316856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6372724083253888f,-0.11620663383782037f,0.4694463716328434f,-0.010657811214623614f,-0.15664557015613498f,0.7842957698585535f,-0.018501641344439698f,1.1518908117654587f,-0.4575434874824669f,-0.10665910009962405f,-0.6475166356382821f,-0.35645649971316856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.060551160664750595f,-0.20791347631070556f,1.54742101359344f,-0.7288652036886802f,1.5418939588057448f,0.23559934548238173f,0.09199031583063651f,0.9262142490419333f,-0.24556633877732195f,1.5305787091086398f,0.1960414203244574f,-0.3403762209282779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7013377762541843f,-0.6789323737988154f,0.21720072607323754f,-0.5455443616140437f,-0.6914182920856605f,0.7220424292154184f,0.02440237246756216f,1.146246931392485f,-0.17339570054699804f,-0.1330622494195969f,-0.9758218940007509f,-0.21872458366188302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6199406727705249f,-0.6789323737988154f,0.39335021806620973f,-0.32405700033862955f,-0.6608766899321594f,0.7220424292154184f,0.2046869099796319f,1.383713898276632f,-0.42298411666295666f,-0.1330622494195969f,-0.8963140492206151f,-0.07290875212494369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1571240358380933f,0.7955553038191838f,0.5851527970770676f,0.44061567056290174f,0.7553692204207718f,0.28487572242032694f,-0.5901382580517993f,1.1588092841063622f,-0.6361834469733274f,0.5347313169626995f,-0.5561771664285331f,0.23670011745691197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49671236834110394f,0.6253946283785299f,0.6017959637055171f,0.26232522449975454f,0.6110633038153649f,0.7443931181454054f,-0.2692220726240909f,1.352224685651096f,-0.61634281197011f,0.2340094965018319f,-0.7519049764961904f,0.0349163579300578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8371620543621777f,-0.40545903527167854f,0.3671003479331745f,-0.19005504178536783f,-0.5394782763269494f,0.7227024164662387f,-0.4320467643729817f,1.0459516543283855f,-0.0901270442619829f,-0.5597358197850295f,-0.8237553811309395f,0.19721142110506545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9569106494256295f,-0.1943088503431817f,0.2157917507555162f,-0.22513925278249244f,-0.23356167618803414f,0.9565811510165866f,-0.1743601013306028f,1.2242208695106793f,-0.17254261048232603f,-0.21724772081219457f,-0.9607457912319215f,0.15047281225757947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6085975072839627f,-0.6321625488881375f,0.47956186869996276f,0.15915756639236f,-0.7911797364404333f,0.5294403039297267f,-0.3061496190114324f,1.0489358202916792f,-0.0603630580222167f,-0.5657415278712108f,-0.8223702480441242f,0.24714196360737672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8811668269840384f,-0.41834411764754487f,0.2203025697820591f,0.08209493539458321f,-0.44628877868921357f,0.8897894902104908f,-0.0953991044352362f,1.215175105303426f,-0.1561132570891146f,-0.18238109096244642f,-0.9707552671092625f,0.20687828863248514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.025080583095846848f,0.18107517049818436f,0.2678745863910995f,0.028946445463209992f,0.9994053158168189f,0.018738143241253755f,1.9049073562178598f,-0.18049752439969818f,0.02366387687291869f,-0.983290732498239f,0.06735362805668176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.025080583095846848f,0.18107517049818436f,0.3185834133195725f,0.028946445463209992f,0.9994053158168189f,0.018738143241253755f,1.7806529009647547f,-0.18049752439969818f,0.02366387687291869f,-0.983290732498239f,-0.021019205559154288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.025080583095846848f,0.18107517049818436f,-0.30972568738180273f,0.028946445463209992f,0.9994053158168189f,0.018738143241253755f,1.9219133929274959f,-0.18049752439969818f,0.02366387687291869f,-0.983290732498239f,-0.03868866752814093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.025080583095846848f,0.18107517049818436f,-0.33275306561582785f,0.028946445463209992f,0.9994053158168189f,0.018738143241253755f,1.7998299210841313f,-0.18049752439969818f,0.02366387687291869f,-0.983290732498239f,-0.14059881547395434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9671217339835766f,0.1785702502816569f,0.18107517049818436f,0.17766178363303242f,0.18493150262385258f,0.9825727562502199f,0.018738143241253755f,2.0148780633810537f,-0.17457345443647534f,0.051608568951213525f,-0.983290732498239f,0.030589677596653483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.025080583095846848f,0.18107517049818436f,0.06467045461483875f,0.028946445463210013f,0.9994053158168189f,0.018738143241253755f,2.028283649943197f,-0.18049752439969818f,0.023663876872918696f,-0.983290732498239f,0.01003753803340627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9478781210078016f,0.2621809496202443f,0.18107517049818436f,0.04260201506570978f,0.26986464079862327f,0.9627159277972398f,0.018738143241253755f,2.024613095571075f,-0.16941116657809094f,0.06662726185073667f,-0.983290732498239f,0.0059036377603308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9825040326720933f,-0.043561547402818784f,0.18107517049818436f,0.07146979564799558f,-0.0408390572956103f,0.9989900166603648f,0.018738143241253755f,2.0337657700669602f,-0.18170855010780437f,0.011015362036531393f,-0.983290732498239f,0.01139412214928615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9772223050222153f,0.11067226028288188f,0.18107517049818436f,0.1365673785940176f,0.11594020810502441f,0.9930794279071709f,0.018738143241253755f,2.1373535456405093f,-0.17774823406051646f,0.03930522448026673f,-0.983290732498239f,-0.006425024226448377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9772223050222153f,0.11067226028288188f,0.18107517049818436f,0.11166612003036921f,0.11594020810502441f,0.9930794279071709f,0.018738143241253755f,1.913910674361396f,-0.17774823406051646f,0.03930522448026673f,-0.983290732498239f,-0.015268699734508378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9749686691825683f,-0.12902665128346602f,0.18107517049818436f,-0.20623500065672545f,-0.12775136925248154f,0.991629199671927f,0.018738143241253755f,2.0261809714695453f,-0.1819771462752612f,-0.00486349838989209f,-0.983290732498239f,-0.03989037257334224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.983149402166642f,0.02508058309584684f,0.18107517049818436f,-0.092738178367371f,0.028946445463209992f,0.999405315816819f,0.018738143241253755f,2.0329181646975334f,-0.18049752439969818f,0.02366387687291869f,-0.983290732498239f,-0.018861293120654467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.960013205418386f,-0.21350978443942395f,0.18107517049818436f,-0.07088641925494468f,-0.21369141615095558f,0.9767214857119042f,0.018738143241253755f,2.027954486785399f,-0.1808607864787582f,-0.02070534465690787f,-0.983290732498239f,-0.014931833835067479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9790049665996675f,0.09360052351476092f,0.18107517049818436f,-0.09925252906231699f,0.09859092404942008f,0.9949516127344846f,0.018738143241253755f,2.0387922741269624f,-0.17840713289626442f,0.036197103679865714f,-0.983290732498239f,-0.019948984912635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.981594138718741f,-0.06070197247261771f,0.18107517049818436f,-0.1477791743176303f,-0.05826761710692109f,0.9981251258156723f,0.018738143241253755f,2.1457254390357243f,-0.18187311959081318f,0.007842432873928221f,-0.983290732498239f,-0.05862853343779908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.981594138718741f,-0.06070197247261771f,0.18107517049818436f,-0.13412123051129132f,-0.05826761710692109f,0.9981251258156723f,0.018738143241253755f,1.9211472857271985f,-0.18187311959081318f,0.007842432873928221f,-0.983290732498239f,-0.06039308083443293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.025080583095846848f,0.18107517049818436f,-0.02973995315515083f,0.028946445463209992f,0.9994053158168189f,0.018738143241253755f,1.4047481887118882f,-0.18049752439969818f,0.02366387687291869f,-0.983290732498239f,-0.019230791791271514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9831494021666422f,0.030598651768300053f,0.18022479166123767f,-0.04121444756826335f,0.028946445463209992f,0.9995114190545847f,-0.01179094883949583f,1.029931406566419f,-0.18049752439969818f,-0.006375397199587379f,-0.9835547763069059f,-0.016840017841426247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9714325799738034f,-0.08085094654147787f,0.2231185044069341f,0.04595371624079442f,-0.18081487269873536f,0.861089712725451f,-0.4752162544035507f,0.6310615917254331f,-0.15370336488307637f,-0.5019836960318007f,-0.8511096548282558f,0.3499234509271813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9714325799738034f,0.07242252431713578f,0.22599495688393992f,0.07514717875993765f,-0.18081487269873536f,0.39090375873125516f,-0.9024966665981191f,0.7395560689654763f,-0.15370336488307637f,-0.9175779146106943f,-0.3666415773508365f,0.03778392333446656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9492769416750774f,0.2491214230317473f,0.1918640263067806f,-0.27800181418920406f,0.19533760894342803f,0.9453628645629197f,-0.2610215945810897f,0.5959522482276117f,-0.24640719660001043f,-0.2103035208740633f,-0.9460739519570845f,0.27654434429749686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9492769416750774f,0.3131729126128563f,-0.0282137344141479f,-0.1668081337200394f,0.19533760894342803f,0.5170195780313105f,-0.8333870496141573f,0.7537590318474279f,-0.24640719660001043f,-0.7966263131091676f,-0.5519692117553459f,-0.02672600727150199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9512187628457087f,0.2563644766508207f,0.1716395068794775f,-0.04409203459814352f,0.1242866064725534f,0.8276184517503141f,-0.5473577785817515f,0.9007686572407624f,-0.28237511338964705f,-0.4993244971298364f,-0.8191088706052572f,-0.0028954212782168116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.985295558058134f,-0.021910534973936878f,0.1694479026959799f,-0.042763180707307474f,-0.1242866064725534f,0.7724345344422046f,-0.6228143619511285f,0.8786697967549394f,-0.11724121597137686f,-0.6347163291252325f,-0.7637995017145156f,-0.009334959407470726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9793648238212116f,0.11345132206362342f,0.16725232250603658f,-0.04409203459814352f,0f,0.8275707695640988f,-0.5613613999582491f,0.9007686572407624f,-0.20210032622845336f,-0.5497776085701394f,-0.8104937009337281f,-0.0028954212782168116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9693336837423586f,0.14138034656934256f,0.20100698287970442f,-0.04407964535348508f,0.1224203216287503f,0.9870272154588612f,-0.10387752786738799f,0.9273127124683359f,-0.21308560349019948f,-0.07608464725198659f,-0.9740665542137038f,-0.0029554587390098045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9745017491509963f,-0.09971225468941558f,0.20100698287970442f,-0.04407964535348508f,-0.1224203216287503f,0.9870272154588612f,-0.10387752786738799f,0.9273127124683359f,-0.18804150008432177f,-0.12583617209800907f,-0.9740665542137038f,-0.0029554587390098045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9793648238212116f,0.020993682269804373f,0.20100698287970442f,-0.04407964535348508f,0f,0.9945900960718239f,-0.10387752786738799f,0.9273127124683359f,-0.20210032622845336f,-0.10173399677882744f,-0.9740665542137038f,-0.0029554587390098045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.958518271939472f,0.21049454813496749f,0.19218420216975274f,-0.23287695353860238f,0.15644870814256473f,0.9521446412197215f,-0.262572625985822f,0.9607693249412864f,-0.23825726448251508f,-0.22161368956367206f,-0.9455796362651245f,-0.04673845353418523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9744473518882337f,-0.09434000684068797f,0.20384386551306352f,0.14831278778375562f,-0.15720838523337508f,0.9346401699479775f,-0.3189565430147664f,0.9594726874086086f,-0.1604303026560871f,-0.34285232364520263f,-0.9255886787125054f,0.023405798144810093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9793648238212116f,0.0555792373389668f,0.19430772048085498f,-0.05746818145844519f,0f,0.9614418942659714f,-0.2750081525159948f,0.8152267845463588f,-0.20210032622845336f,-0.2693333108382241f,-0.9416023713921249f,0.023267959117660865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9793648238212116f,0.049619445784708296f,0.1959144008531932f,-0.03873004885482122f,0f,0.9693918090549363f,-0.24551888020516444f,1.031825266882071f,-0.20210032622845336f,-0.24045255485691203f,-0.9493882382888132f,-0.028879249809520613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3261472164384419f,-0.2833828849009522f,-0.9018437413181234f,-0.5997189519499444f,0.011655486011575029f,0.9551429347550848f,-0.29591573772491014f,0.9482812635150644f,0.9452471332171766f,0.08600066704774756f,0.31482017472209795f,0.4228053143359306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.14187053466821264f,-0.2833828849009522f,-0.948455002590091f,-0.5776720878838225f,-0.04693680077673448f,0.9551429347550848f,-0.2924019680513265f,0.9466192702490777f,0.9887718079141421f,0.08600066704774756f,0.12220555282613721f,0.5139109456834701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.23516655003863435f,-0.2833828849009522f,-0.929726214693412f,-0.44923658771287167f,-0.017727928170525556f,0.9551429347550848f,-0.2956140976851823f,0.9917923815348484f,0.9717934010404206f,0.08600066704774756f,0.2195938773318492f,0.43541904840992296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.06581714631385349f,-0.9000847782418513f,-0.4307150975162341f,0.856779619406492f,0.117533326282864f,0.4356392705796177f,-0.8924148940609097f,2.0643915738037704f,0.9908854729301401f,0.008112823563737603f,0.13446249153513795f,-0.05528368853436799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3732378350282208f,-0.9000847782418513f,-0.22481305673996094f,0.8340481476023105f,0.761281294977205f,0.4356392705796177f,-0.4802803513019126f,2.018892147460372f,0.5302304295504711f,0.008112823563737603f,0.8478147637736366f,-0.13403738617477964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24246903257793728f,-0.9000847782418513f,-0.3620167954916421f,0.8997164028281476f,0.4853272143295815f,0.4356392705796177f,-0.7580738228958623f,2.1553529340664506f,0.8400394414977241f,0.008112823563737603f,0.5424646705749749f,-0.17603023794082007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015302575372206433f,0f,0.0000031578175973195845f,-0.18474258875281246f,0f,0.000015625f,0f,1.197947766882071f,-0.0000031578175973195845f,0f,-0.000015302575372206433f,0.6429754074630085f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108.mcfunction new file mode 100644 index 000000000..af361dade --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..e501d68b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7982214121951897f,-0.1160265226761342f,-0.12776880524308687f,0.0837105128637812f,-0.11725614906416958f,0.8082038894760749f,-0.0013831076711434175f,1.1202896613306161f,0.12664129288744094f,0.016993043161048365f,-0.8066087427398544f,-0.32846185275163287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7659054887338581f,0.1942252214960594f,-0.12516127860547285f,0.0837105128637812f,0.19685454592069349f,0.7754008331488152f,-0.0013548809839772254f,1.1202896613306161f,0.12098375956180114f,-0.032095346811178815f,-0.7901473398267962f,-0.32846185275163287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6071102454181746f,0.13177136540485257f,0.5300923519652676f,0.017933753312414674f,0.15661631267672316f,0.8012636306660823f,-0.019808311886665694f,1.1221319197070072f,-0.5232904785645112f,0.08693299647195747f,-0.6209300875401158f,-0.34702707753055406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5988474593831697f,-0.10833322292770275f,0.5192741407006704f,0.017933753312414674f,-0.15863090025129542f,0.7838748113804757f,-0.019404060623672517f,1.1221319197070072f,-0.5061797683390621f,-0.11749124602846059f,-0.6082580449372563f,-0.34702707753055406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.034090857109967815f,-0.3221662132235109f,1.5285460393847257f,-0.7040561709222655f,1.5429797714535032f,0.2317093536350976f,0.08324932626334255f,0.880163161339581f,-0.2438390623891155f,1.511266342010973f,0.3130859389336554f,-0.3781093363650601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6733698370425325f,-0.6779469854493027f,0.2948914164256333f,-0.5257906691617766f,-0.7071993939965658f,0.7069380159352955f,0.010375873763592752f,1.1100689398234345f,-0.21550424518371653f,-0.2015602305656325f,-0.9554744338610666f,-0.2553418454105827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5680428669956017f,-0.6779469854493027f,0.46659959941648066f,-0.3217751976058633f,-0.677831328126708f,0.7069380159352955f,0.2019488356872876f,1.3543108360402827f,-0.4667675994168837f,-0.2015602305656325f,-0.8611048029066664f,-0.09357310262852683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2753572570091606f,0.7359243883912459f,0.6185415714269834f,0.39826568914121024f,0.742527121625253f,0.24585508754062296f,-0.6230640011919397f,1.1292668712545035f,-0.6105995861964763f,0.6308490869466037f,-0.47874583531904347f,0.2928090462992868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.396578026165159f,0.6204961227806898f,0.6765429999468457f,0.2520578881360005f,0.6174956705916904f,0.725638423778068f,-0.30355884888666934f,1.3251092149614f,-0.6792826848694624f,0.2973776043198483f,-0.6709259232475093f,0.06858387774646695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8472530556494973f,-0.31276874734510324f,0.4293459798073868f,-0.2170705233878361f,-0.5014242441648928f,0.7376823771495964f,-0.45210445453079373f,1.0169576901333215f,-0.17531681909119812f,-0.5983313639841185f,-0.7818334808746993f,0.1891421189011309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9406862471658617f,-0.15336609432335901f,0.3026354663700305f,-0.24393519440865324f,-0.21566485539005986f,0.9588947647027771f,-0.18441664885576434f,1.1955978544597436f,-0.26191230315239467f,-0.23874603941762945f,-0.935094794189233f,0.13853289404664268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6513540707896404f,-0.5328081402820721f,0.5402345417639673f,0.12418895329112448f,-0.7464848098420842f,0.5775920166134009f,-0.33037537895474633f,1.0179656212522223f,-0.13600846716580314f,-0.6184682271496448f,-0.7739500945575136f,0.2682056208862386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8777543669397194f,-0.37005380905906465f,0.3043147214959041f,0.05670583110189925f,-0.4139493274509334f,0.9055571665974368f,-0.09280179053737063f,1.1871775787983831f,-0.24123272087586356f,-0.20742805120064978f,-0.9480402828751152f,0.22338760951814732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.020327137214354522f,0.2721105271750674f,0.25322628569735267f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,1.876659233775865f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,0.10191250530337809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.020327137214354522f,0.2721105271750674f,0.31227267852948715f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,1.7526524809907706f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,0.018508900721742702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.020327137214354522f,0.2721105271750674f,-0.3119788422624861f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,1.8924893520192225f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,-0.05761435978305063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.020327137214354522f,0.2721105271750674f,-0.32508629555288415f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,1.7705034653928549f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,-0.16138309607784712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9470269690883549f,0.17057485400794248f,0.2721105271750674f,0.16657575518946718f,0.18295758790219463f,0.9829048492511601f,0.02060529901663452f,1.9864756592659845f,-0.2639440108211109f,0.06929845956962757f,-0.9620453641346349f,0.05701782272134789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.020327137214354515f,0.2721105271750674f,0.055966711143776944f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,1.999650889377977f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,0.026014704945959546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9285566674605791f,0.25246460408344495f,0.2721105271750674f,0.03439006278170366f,0.2679271812305806f,0.9632187950877364f,0.02060529901663452f,1.9959355441138968f,-0.25689986545800153f,0.09203899431609802f,-0.9620453641346349f,0.019832263678295114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.961125722477623f,-0.04683168363804932f,0.2721105271750674f,0.0625961913915677f,-0.04283708538153441f,0.9988695639413838f,0.02060529901663452f,2.005146671143677f,-0.27276790446803406f,0.008147861018417628f,-0.9620453641346349f,0.028007535703436337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9566187593140778f,0.10409808033245092f,0.2721105271750674f,0.12882159405642601f,0.1139479361037191f,0.9932730186157972f,0.02060529901663452f,2.1089104699940258f,-0.2681350726520073f,0.05071784854428242f,-0.9620453641346349f,0.01647867534034149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9566187593140778f,0.10409808033245092f,0.2721105271750674f,0.10539952598162461f,0.1139479361037191f,0.9932730186157972f,0.02060529901663452f,1.8854240408054719f,-0.2681350726520073f,0.05071784854428242f,-0.9620453641346349f,0.005067159417877965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9533866987602088f,-0.13042110115935152f,0.2721105271750674f,-0.20908270783469401f,-0.12973129609212875f,0.9913350656900477f,0.02060529901663452f,1.9969970038090812f,-0.2724400731195162f,-0.015656433364297735f,-0.9620453641346349f,-0.04901026157035859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.962051281633768f,0.020327137214354515f,0.2721105271750674f,-0.09806397510495084f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,2.003964940783038f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,-0.0174598342767575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9383918265946014f,-0.21301793535041702f,0.2721105271750674f,-0.07666294040192562f,-0.21563817330556365f,0.9762559090043321f,0.02060529901663452f,1.9990458877479373f,-0.27003880831074495f,-0.03934157283549785f,-0.9620453641346349f,-0.011511998041808004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9582898236508501f,0.08738692629752672f,0.2721105271750674f,-0.1044624783580107f,0.09659557685706091f,0.9951104040176078f,0.02060529901663452f,2.0098256069227274f,-0.26897938288812046f,0.04603052170227833f,-0.9620453641346349f,-0.019144099255814964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.960162012797779f,-0.06359850769180415f,0.2721105271750674f,-0.14942295865747335f,-0.0602632386936819f,0.9979698210439949f,0.02060529901663452f,2.1167034710694588f,-0.2728685603770905f,0.0033861637278972123f,-0.9620453641346349f,-0.06205472612054887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.960162012797779f,-0.06359850769180415f,0.2721105271750674f,-0.13511329442681744f,-0.0602632386936819f,0.9979698210439949f,0.02060529901663452f,1.8921602613345603f,-0.2728685603770905f,0.0033861637278972123f,-0.9620453641346349f,-0.06281661295932574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.020327137214354522f,0.2721105271750674f,-0.03377799601917397f,0.026944882116353652f,0.9994245319083231f,0.02060529901663452f,1.3759431628727306f,-0.27153508950881483f,0.027155340404751316f,-0.9620453641346349f,-0.012727921098951598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9620512816337681f,0.02981127491744648f,0.2712353579359091f,-0.0449572241132164f,0.026944882116353652f,0.9995348240521168f,-0.014286666330523001f,1.0011176038531868f,-0.27153508950881483f,-0.006436100908183584f,-0.9624070198053107f,-0.010314383258382754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9543507581755635f,-0.023599270231053487f,0.29775443710260496f,0.004314038370425322f,-0.17614887753181438f,0.8495355581304191f,-0.4972533644092507f,0.6135200348851442f,-0.24121816538977595f,-0.5270032352050593f,-0.8149118889606359f,0.36850116779778325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9543507581755635f,0.16580506392150202f,0.24844176610971444f,0.06493020140962671f,-0.17614887753181438f,0.35930810800531643f,-0.9164438097700927f,0.7103261700448589f,-0.24121816538977595f,-0.9183715829116375f,-0.3136995893946376f,0.057988180188820224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.922726466776776f,0.2698484339360695f,0.27524114919811304f,-0.30789093882274066f,0.19270906574656288f,0.9413789894088382f,-0.2768913402016773f,0.5767481777680445f,-0.33382492939972913f,-0.20245350330840145f,-0.9206375483921023f,0.26752423415532306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.922726466776776f,0.3852046425047556f,0.013901471232593277f,-0.17000069823646713f,0.19270906574656288f,0.4922527713288184f,-0.848852416559077f,0.7237707451124016f,-0.33382492939972913f,-0.7805796516127494f,-0.528447087227647f,-0.028746008694490514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9216104554445325f,0.30173067031335804f,0.2441163063123259f,-0.049314450693601165f,0.12237768733909003f,0.8228073236223911f,-0.554988116841157f,0.8737601654247166f,-0.3683176211598593f,-0.4816084621200187f,-0.7952329338989508f,0.004023059331028118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9707063466579505f,0.040571757679395436f,0.23681875144671144f,-0.047553814883649154f,-0.12237768733909003f,0.7647230436014916f,-0.6326313051267753f,0.850433255840745f,-0.20676772040023755f,-0.6430805541016424f,-0.7373564339834662f,-0.0017703081655547149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9567917068869775f,0.16511430507506564f,0.2393468109081097f,-0.049314450693601165f,0f,0.8231363685344418f,-0.5678437450531013f,0.8737601654247166f,-0.2907741901068667f,-0.5433081860744504f,-0.7875700510508168f,0.004023059331028118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9456668583792878f,0.1495570761087547f,0.2886985866762222f,-0.04929316260396516f,0.1194685114386574f,0.9856479263781031f,-0.11927044898539177f,0.9001661724706296f,-0.30239290292214105f,-0.07829972038485003f,-0.9499619392638712f,0.003953010928136127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9540129539596998f,-0.08069950265174902f,0.2886985866762222f,-0.04929316260396516f,-0.1194685114386574f,0.9856479263781031f,-0.11927044898539177f,0.9001661724706296f,-0.2749300973915355f,-0.1482759437613057f,-0.9499619392638712f,0.003953010928136127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9567917068869775f,0.03468076820740965f,0.2886985866762222f,-0.04929316260396516f,0f,0.9928618030717181f,-0.11927044898539177f,0.9001661724706296f,-0.2907741901068667f,-0.11411697646590913f,-0.9499619392638712f,0.003953010928136127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.932766408013053f,0.23032753946627946f,0.2773013751243154f,-0.23334111567974053f,0.1537084466660806f,0.9499438354809425f,-0.27199342428679535f,0.9319517789666569f,-0.32606830803671716f,-0.21108276574643775f,-0.9214789875514835f,-0.05676229816131958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9564095897099955f,-0.057029464606755884f,0.2864058953258904f,0.13992775107990962f,-0.15440794411900227f,0.9311955541209058f,-0.33020149420982686f,0.9307972490152245f,-0.24786868197434944f,-0.3600312210796809f,-0.8994101602406841f,0.04764670675795732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9567917068869775f,0.08428587288242065f,0.27829035424310467f,-0.06550118393578651f,0f,0.9570669052188783f,-0.2898671056445673f,0.7868927230155232f,-0.2907741901068667f,-0.2773424427800534f,-0.9157136778494076f,0.03041753445584577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9567917068869775f,0.07452233490574367f,0.28106236182118094f,-0.0413751645202299f,0f,0.9666001020169073f,-0.25628937313299666f,1.002867433309926f,-0.2907741901068667f,-0.24521554677691332f,-0.9248349614858833f,-0.02210114091691089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.24408090994282877f,-0.2868077103356359f,-0.9263724125283042f,-0.6064514563706007f,0.010065626036140432f,0.9559623273349348f,-0.2933167432808356f,0.9317806625342397f,0.969702631002918f,0.06226849932674637f,0.23621905388349546f,0.37160544148582103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.0711757891454382f,-0.2868077103356359f,-0.9553404337363482f,-0.5916115440940524f,-0.043555654649689766f,0.9559623273349348f,-0.2902394419516617f,0.9302042040856121f,0.9965123742270143f,0.06226849932674637f,0.055549275459126524f,0.4641600431130989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1582923976165152f,-0.2868077103356359f,-0.9448200115095176f,-0.4573084985058989f,-0.016815556785361646f,0.9559623273349348f,-0.2930072793743755f,0.9749435252160823f,0.9872490840242969f,0.06226849932674637f,0.14649873748528236f,0.3959079316766676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.09827637231953995f,-0.8796458107617275f,-0.46536545021418824f,0.8324182585317808f,0.06161027538271391f,0.461354080415049f,-0.8850743395058126f,2.02846894202474f,0.993250184299493f,-0.11565318886104103f,0.008855015262272337f,0.014422116834132692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2998095551764692f,-0.8796458107617275f,-0.3692390529646487f,0.8219518038817659f,0.726604551132676f,0.461354080415049f,-0.5091151527480465f,1.9875336745951118f,0.618190955043965f,-0.11565318886104103f,0.7774730111123485f,-0.06926670982465113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.11164218293349154f,-0.8796458107617275f,-0.46234107604579955f,0.8965361926136433f,0.4366428525827049f,0.461354080415049f,-0.7723311671639457f,2.123850983384518f,0.8926808176936942f,-0.11565318886104103f,0.4355976327162365f,-0.09276194140269471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014949870420109025f,0f,0.000004543346720419793f,-0.24818806436315755f,0f,0.000015625f,0f,1.1689899333099258f,-0.000004543346720419793f,0f,-0.000014949870420109025f,0.6335944948507898f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109.mcfunction new file mode 100644 index 000000000..977de3331 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..b7e3662a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8038135835746497f,-0.11778564681196693f,-0.08339489618921735f,0.09320239306408083f,-0.11796934945584196f,0.8080900012372961f,-0.004269301314792224f,1.0977400776796948f,0.08313482961003286f,0.00784447256593024f,-0.8123863051531074f,-0.31828584099727786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7716259919260559f,0.19472952767103713f,-0.08169295953229455f,0.09320239306408083f,0.1961663881542605f,0.7755651214371886f,-0.004182172716531159f,1.0977400776796948f,0.07817977195312323f,-0.02406560747485228f,-0.795806992803044f,-0.31828584099727786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5932287086973465f,0.12855060250638703f,0.546350515893385f,0.029342746989364628f,0.1545804102420465f,0.8016344834283305f,-0.020772486428890964f,1.0994135913572405f,-0.5395637500714108f,0.08832520601890909f,-0.6066416257025543f,-0.33914948233452485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5850769448457046f,-0.10604427220326411f,0.5352005053649487f,0.029342746989364628f,-0.16061246544072919f,0.7834472363387981f,-0.020348558134423805f,1.0994135913572405f,-0.5214293859719329f,-0.12233168112136562f,-0.5942611843616858f,-0.33914948233452485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.020859027474384523f,-0.35666483196475013f,1.5211053049057388f,-0.6949034818763763f,1.5444076410884036f,0.22524695637034087f,0.07399389700273672f,0.84343368847842f,-0.23616983109740466f,1.504480061777309f,0.34952797397914936f,-0.37960863292239966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6557200348805119f,-0.6830906006186954f,0.32158741766849397f,-0.5159867798383648f,-0.7223906754384943f,0.6914724501081638f,-0.004190797171077731f,1.0809971006414696f,-0.2195061454625283f,-0.2350597415292607f,-0.9468706194704642f,-0.2649706528093928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5389971740714034f,-0.6830906006186954f,0.49281769214328264f,-0.3216072463022783f,-0.694487238012059f,0.6914724501081638f,0.19888018247124256f,1.3319365544201514f,-0.47662304033840325f,-0.2350597415292607f,-0.8470994010922059f,-0.09935120435034589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.35766753683390873f,0.6995965165945646f,0.6185779231947386f,0.36940583177097197f,0.7261996965989262f,0.20808625371408845f,-0.6552359206231473f,1.107532898528657f,-0.5871183302834208f,0.6835677179211928f,-0.43362108027772456f,0.3220024649802485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.32728892322576497f,0.6267097856407796f,0.7071893701942977f,0.24523179812009846f,0.6214919067920971f,0.7065213551458016f,-0.3384898588065282f,1.3050469703724161f,-0.7117792990285983f,0.32872848873352645f,-0.6207316732448321f,0.0860536623323523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8594243073680744f,-0.24879135095721744f,0.44664608315061727f,-0.23201781592341372f,-0.462467606370964f,0.7507626915854896f,-0.4716768957462538f,0.9950789165869343f,-0.21797608346425662f,-0.6119299343978801f,-0.7602816467766335f,0.18850549623144552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9329373719492476f,-0.12356535274358844f,0.3381707610391288f,-0.253072752306342f,-0.19773506322234125f,0.96077669945065f,-0.19444530995930998f,1.1740092645466855f,-0.30087988432743007f,-0.24827351327531488f,-0.9207776918524061f,0.13619935191824648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6924214863209692f,-0.4606304979934518f,0.5553125512712318f,0.10400523636487635f,-0.6980582981532941f,0.6222830105988908f,-0.35422939897657846f,0.9942612340223442f,-0.18239270177391045f,-0.6329165814215059f,-0.7524290686179845f,0.2780333982998471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8808957893371687f,-0.3318971670375263f,0.33744166731527214f,0.04388352796606062f,-0.381116292266383f,0.9201477798572713f,-0.08988011455744763f,1.1662271920295986f,-0.2806652456168584f,-0.2077795315621808f,-0.9370457225592725f,0.23321820036594276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.016681685595114175f,0.311010401207283f,0.24367613225899842f,0.0249026320546784f,0.9994370836395093f,0.022480541872960502f,1.8554601445947512f,-0.31046031503262816f,0.02910733948437039f,-0.9501405977948647f,0.11986643465551396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.016681685595114175f,0.311010401207283f,0.3063829003054802f,0.0249026320546784f,0.9994370836395093f,0.022480541872960502f,1.7317042112383523f,-0.31046031503262816f,0.02910733948437039f,-0.9501405977948647f,0.03879459799042264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.016681685595114175f,0.311010401207283f,-0.3146016746531185f,0.0249026320546784f,0.9994370836395093f,0.022480541872960502f,1.8700904409268748f,-0.31046031503262816f,0.02910733948437039f,-0.9501405977948647f,-0.0625290004261551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.016681685595114175f,0.311010401207283f,-0.32316441387201333f,0.0249026320546784f,0.9994370836395093f,0.022480541872960502f,1.7482022049745765f,-0.31046031503262816f,0.02910733948437039f,-0.9501405977948647f,-0.1668853607186935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9359512276509317f,0.16512973626696867f,0.311010401207283f,0.15864887159535845f,0.1809424448510517f,0.9832367247455835f,0.022480541872960502f,1.9651177456261564f,-0.3020846422942383f,0.07731567313280785f,-0.9501405977948647f,0.07160599797140552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9502600968716884f,0.016681685595114168f,0.311010401207283f,0.049361258696309133f,0.024902632054678395f,0.9994370836395093f,0.022480541872960502f,1.978057865628955f,-0.31046031503262816f,0.02910733948437039f,-0.9501405977948647f,0.036138948670107196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9179976458442459f,0.24607489218794187f,0.311010401207283f,0.02806373112794476f,0.26594863126235185f,0.9637250389850728f,0.022480541872960502f,1.9742968494627646f,-0.29419661411053666f,0.10334987502611258f,-0.9501405977948647f,0.029078622765985142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9491089665988378f,-0.04964574365009683f,0.311010401207283f,0.055890189926964096f,-0.044875236189209466f,0.9987396249343775f,0.022480541872960502f,1.9835675466603877f,-0.31173447467139237f,0.007379818654149842f,-0.9501405977948647f,0.038406430074053775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9451901656133994f,0.0994388312913998f,0.311010401207283f,0.12226803578408757f,0.11191455137555498f,0.9934635164048585f,0.022480541872960502f,2.0875092746184456f,-0.3067420480112287f,0.05605497662022696f,-0.9501405977948647f,0.029703367411345466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9451901656133994f,0.0994388312913998f,0.311010401207283f,0.09989429874352265f,0.11191455137555498f,0.9934635164048585f,0.022480541872960502f,1.863979983427353f,-0.3067420480112287f,0.05605497662022696f,-0.9501405977948647f,0.017090997671794422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9411704087750137f,-0.1321771235394324f,0.311010401207283f,-0.21240541031131116f,-0.13175036618997854f,0.9910279845927182f,0.022480541872960502f,1.974841639415924f,-0.31119142445620207f,-0.01981771346389361f,-0.9501405977948647f,-0.04962147399567758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.016681685595114168f,0.311010401207283f,-0.10278158195077419f,0.0249026320546784f,0.9994370836395094f,0.022480541872960502f,1.9820449394762738f,-0.3104603150326282f,0.029107339484370394f,-0.9501405977948647f,-0.013567773092440283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9260689758461813f,-0.21370255570790359f,0.311010401207283f,-0.08162817363617167f,-0.21762279635099568f,0.9757740228892505f,0.022480541872960502f,1.9771714489042336f,-0.3082800195983806f,-0.04686442081621427f,-0.9501405977948647f,-0.0067589162632844466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9467816554723911f,0.08292784334494295f,0.311010401207283f,-0.10912095940584465f,0.09455917717839972f,0.995265385336214f,0.022480541872960502f,1.9878918489753878f,-0.30767362394638675f,0.05069305228248262f,-0.9501405977948647f,-0.015504508177915419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9480979750100496f,-0.06620241780122743f,0.311010401207283f,-0.15256626947967558f,-0.06229881133275463f,0.9978043311910528f,0.022480541872960502f,2.094711615959009f,-0.31181579159556577f,0.0019381779195456507f,-0.9501405977948647f,-0.06008799105446485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9480979750100496f,-0.06620241780122743f,0.311010401207283f,-0.13767072547439943f,-0.06229881133275463f,0.9978043311910528f,0.022480541872960502f,1.8702056414410224f,-0.31181579159556577f,0.0019381779195456507f,-0.9501405977948647f,-0.06052408108636262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.016681685595114175f,0.311010401207283f,-0.037156652270662005f,0.0249026320546784f,0.9994370836395093f,0.022480541872960502f,1.354178790135409f,-0.31046031503262816f,0.02910733948437039f,-0.9501405977948647f,-0.006942159511934406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9502600968716883f,0.028879035670628633f,0.3101157035561791f,-0.047986290647147746f,0.0249026320546784f,0.9995491358004421f,-0.016774505576580445f,0.9793478642102431f,-0.31046031503262816f,-0.008217446034138737f,-0.9505508226131401f,-0.00386061724913238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9452978189366742f,0.008524522953989366f,0.3260971726678623f,-0.01745757307707177f,-0.17148218982001487f,0.8374044943367639f,-0.5189870628822273f,0.6031556965465397f,-0.2774993551129427f,-0.5465171958621206f,-0.7901348382009905f,0.3816414015667421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9452978189366742f,0.21103149001100618f,0.24875237433500264f,0.05804831572909064f,-0.17148218982001487f,0.3272191178062025f,-0.9292585794689564f,0.6881805596250874f,-0.2774993551129427f,-0.921082710274091f,-0.2731313763485179f,0.07189004491867888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9089960336270274f,0.28061785875929746f,0.3081879754235704f,-0.3219920773558701f,0.19006794093975168f,0.9371268638295172f,-0.29268997064466795f,0.5647246847919869f,-0.37094526372128717f,-0.20747736848726533f,-0.9051810608316684f,0.2705664940740809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9089960336270274f,0.41605774667743955f,0.024943181032575257f,-0.17322168571591753f,0.19006794093975168f,0.4670295245893439f,-0.863572580035271f,0.7008597850605311f,-0.37094526372128717f,-0.780243150941771f,-0.5036072246614436f,-0.02423920482373183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9068338092997381f,0.321246140538351f,0.2728614291176755f,-0.053127685895541864f,0.12047440422907442f,0.817923011559199f,-0.5625725420668698f,0.853796155437538f,-0.40390389975410723f,-0.4772869832198909f,-0.7804221776783893f,0.01096636333828486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9622109171406754f,0.07014346547289395f,0.2631160298931882f,-0.05132055712207859f,-0.12047440422907445f,0.7568843275093178f,-0.6423488403479976f,0.8292480778011161f,-0.24420497304713062f,-0.6497738137399972f,-0.7198318707287344f,0.005754886307517368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9448090735214022f,0.18815007082004964f,0.2682076908704147f,-0.053127685895541864f,0f,0.8186511925762553f,-0.5742910628709756f,0.853796155437538f,-0.3276214501396843f,-0.5425954070427478f,-0.7734690747951627f,0.01096636333828486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9330708741026618f,0.15488238688161157f,0.3246385530634792f,-0.05310079085156786f,0.1164973093122657f,0.9840233025845642f,-0.13463475366178454f,0.8800671521704067f,-0.34030445313615415f,-0.08780424935287531f,-0.9362068644115366f,0.0108888022336363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9434425188569896f,-0.06727572725455555f,0.3246385530634792f,-0.05310079085156786f,-0.1164973093122657f,0.9840233025845642f,-0.13463475366178454f,0.8800671521704067f,-0.3103942501654647f,-0.16483966905128686f,-0.9362068644115366f,0.0108888022336363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9448090735214022f,0.044109233233873f,0.3246385530634792f,-0.05310079085156786f,0f,0.9908952937149467f,-0.13463475366178454f,0.8800671521704067f,-0.3276214501396843f,-0.12720413687097287f,-0.9362068644115366f,0.0108888022336363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9194402523578213f,0.23915481793336776f,0.3121451511772105f,-0.2347189771063292f,0.1509617835783203f,0.9476454123710869f,-0.28138712179288705f,0.9101893883878069f,-0.36309800638813516f,-0.2115966575144569f,-0.9074065749627734f,-0.056736469861811974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9468074188936961f,-0.037091752848165384f,0.3196559297095982f,0.13432379003170009f,-0.15160130723183565f,0.9276115279214433f,-0.3413999076052069f,0.9091701557755167f,-0.2838534043717911f,-0.37170022213861514f,-0.8838926347066416f,0.061769339431171036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9448090735214022f,0.09981200800804413f,0.3120470760142318f,-0.07087085405869403f,0f,0.9524622880497837f,-0.3046565112433523f,0.7656291151688326f,-0.3276214501396843f,-0.28784223613009435f,-0.899895011936391f,0.03828876933381943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9448090735214022f,0.08748414585465443f,0.315725100072375f,-0.04394229433240873f,0f,0.9636887326448338f,-0.2670281381678605f,0.9809533163691626f,-0.3276214501396843f,-0.25229060782652124f,-0.9105018586531797f,-0.015522870773202618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.21206099123473499f,-0.2858151366093934f,-0.9345265344983495f,-0.5888343220496981f,0.008591033660788852f,0.9567839252907575f,-0.2906728649974906f,0.9223201284221776f,0.977218670583601f,0.053611826961632525f,0.20535199505399304f,0.3525498296192153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.052823988221980964f,-0.2858151366093934f,-0.9568277451836757f,-0.5763739104516818f,-0.040130099425659094f,0.9567839252907575f,-0.2880175262467493f,0.9208365043161477f,0.9977971744740564f,0.053611826961632525f,0.039071352951046454f,0.44545623145633323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1329110570455071f,-0.2858151366093934f,-0.9490228440875379f,-0.44025068963755926f,-0.015825323797651017f,0.9567839252907575f,-0.29036886787655064f,0.9651336465506453f,0.9910016195959244f,0.053611826961632525f,0.12264404579143062f,0.38060642366905967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2083730226693183f,-0.8519153817060174f,-0.480438201891089f,0.808129372108013f,0.005361772421176747f,0.4902183937487561f,-0.8715831445289046f,1.9994603093608647f,0.9780347308864628f,-0.18419041463409663f,-0.09758051207471863f,0.03474377790052033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24829377665299784f,-0.8519153817060174f,-0.4610752464490826f,0.8060495844872385f,0.6877884409323548f,0.4902183937487561f,-0.5353811604364038f,1.9633486358774608f,0.6821270123629706f,-0.18419041463409663f,0.7076557285585187f,-0.05174716972800608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.022184401288262157f,-0.8519153817060174f,-0.5232093603445683f,0.885570882349311f,0.38519118382297524f,0.4902183937487561f,-0.7818655116677322f,2.0986842993693227f,0.922570108037615f,-0.18419041463409663f,0.3390254959621524f,-0.05935552030806575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014762641773771911f,0f,0.000005119085158432568f,-0.2760012007915824f,0f,0.000015625f,0f,1.1470758163691626f,-0.000005119085158432568f,0f,-0.000014762641773771911f,0.6316687594563782f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..11648bfd9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6578228648881105f,-0.4638978394429432f,0.13788516031470796f,0.1897236775708902f,-0.3241472411381535f,0.5951158270042505f,0.4557523043891444f,1.235747853032955f,-0.35936344964028716f,0.3123786027461882f,-0.663492248676212f,-0.27738989449509965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7692490759374737f,-0.17323866829119047f,0.1350711774511425f,0.1897236775708902f,-0.07026811520793316f,0.6601088433043375f,0.4464512369526313f,1.235747853032955f,-0.2081303705720715f,0.41742625552318197f,-0.6499515905399629f,-0.27738989449509965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.05032901462651618f,-0.3390315566451044f,0.7412617879871901f,0.1340971900298826f,0.51663674081127f,0.5611747347088067f,0.2917427627428888f,1.2508682178375794f,-0.6304743553667168f,0.4869137142941675f,0.17989320860339691f,-0.35514327187168704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.08154495994004421f,-0.3256990002854018f,0.7261339963956148f,0.1340971900298826f,0.25719951374099864f,0.7015505366394984f,0.28578882880936046f,1.2508682178375794f,-0.7531260383493394f,0.2043208402339859f,0.17622191863189904f,-0.35514327187168704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9539121710794112f,-1.1878875829674946f,0.34695952227631416f,-0.43848639160472247f,-0.3197234584173566f,-0.6597663939155605f,-1.379815736102941f,1.1189574302062002f,1.1955060560299178f,0.7713868327183845f,-0.6458590204560821f,-0.8761874276460553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6388865609875589f,-0.6506814614307932f,0.41041149830356555f,-0.3396272852339744f,-0.5540034789800562f,0.759294394143866f,0.3413973759414294f,1.2536778552419572f,-0.5337640934602894f,-0.00925520242819627f,-0.8455827775921934f,-0.672815212499156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1290384079149346f,-0.6506814614307932f,0.7483065715554463f,-0.32474899043019906f,-0.12257477725587254f,0.759294394143866f,0.6390989336576713f,1.273854351441868f,-0.9840348130343014f,-0.00925520242819627f,-0.17773527495846425f,-0.33366867563075897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7882481358643334f,-0.30582739765597367f,0.5339798490105954f,-0.18670700415262403f,0.3571898716549106f,-0.4792077474127421f,-0.8017327050873961f,0.9498440599176319f,0.5010791074207266f,0.8226965039810126f,-0.2684961646725477f,0.26813113706214164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7224842490851744f,0.4391833679392395f,0.5339798490105954f,0.03663365983034755f,0.5976244837994223f,-0.00834541531141001f,-0.8017327050873961f,1.1462003878927989f,-0.34765138599940204f,0.8983586830263439f,-0.2684961646725477f,0.1259843171865146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5747065691269984f,0.3671841871026928f,0.7313604666264163f,-0.3725433468443559f,0.1562164602682867f,0.9264802842459562f,-0.34238969091486804f,0.8287858217161337f,-0.8033111333372156f,-0.08252306129359584f,-0.5898145194984704f,-0.20902431785635217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5747065691269984f,0.2685811786316583f,0.7730307302346421f,-0.3173529337869535f,0.1562164602682867f,0.9632449395903186f,-0.21853055597533744f,1.0080284319144726f,-0.8033111333372156f,-0.0048308217181368684f,-0.5955399954814167f,-0.21365222190026167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5747065691269984f,0.43559153822991425f,0.6928003833895966f,-0.18791406001707525f,0.1562164602682867f,0.8893983552196657f,-0.4296125967354776f,0.7784372741616873f,-0.8033111333372156f,-0.13867435795795216f,-0.5791896455405846f,0.03811163717987149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5747065691269984f,0.24143918281370058f,0.7819331687583839f,-0.13775713093476652f,0.1562164602682867f,0.9702847632167845f,-0.18478066947220206f,0.9592107880806331f,-0.8033111333372156f,0.015956167196440607f,-0.5953458018537441f,0.037382507267618215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9600776303030601f,-0.19425138043270432f,0.20128920734020872f,0.012982854396526189f,-0.11247284159096765f,0.9269062455459574f,0.35804283524789393f,1.7479342596269034f,-0.2561265384455774f,0.3211093476806403f,-0.9117499564771033f,0.17826781773622333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9600776303030601f,-0.19425138043270432f,0.20128920734020872f,0.09213805127512356f,-0.11247284159096765f,0.9269062455459574f,0.35804283524789393f,1.6698552262978101f,-0.2561265384455774f,0.3211093476806403f,-0.9117499564771033f,0.062257336048124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9600776303030601f,-0.19425138043270432f,0.20128920734020872f,-0.5510627534065217f,-0.11247284159096765f,0.9269062455459574f,0.35804283524789393f,1.6818564651922099f,-0.2561265384455774f,0.3211093476806403f,-0.9117499564771033f,0.02779347639944657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9600776303030601f,-0.19425138043270432f,0.20128920734020872f,-0.5439133788006538f,-0.11247284159096765f,0.9269062455459574f,0.35804283524789393f,1.595341968743794f,-0.2561265384455774f,0.3211093476806403f,-0.9117499564771033f,-0.10742649567207106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9834352193669611f,-0.11017260164682555f,0.14393459332289482f,-0.10365197258414899f,0.019399043935655173f,0.7255446313055125f,0.6879016391012092f,1.8105911766788438f,-0.18021888470146455f,0.6792988928521212f,-0.7113889005086054f,0.19642933674287827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9540927078986574f,-0.26265935654299494f,0.14393459332289482f,-0.21619607143106565f,-0.09433997674714997f,0.7196466519822189f,0.6879016391012092f,1.8069767800887917f,-0.2842658500804387f,0.6427431514308052f,-0.7113889005086054f,0.17016334014984424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9968121363468839f,-0.07150186773039793f,0.03539841440836447f,-0.2271244312460935f,0.0135573823875508f,0.2854237695377713f,0.9583055197407802f,1.8470698364733968f,-0.07862418339391117f,0.955730482245865f,-0.2835444993148814f,0.11517640413512036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9259293855365544f,-0.3760342075626535f,0.03539841440836447f,-0.2025808063144703f,-0.07530695852214443f,0.27564359748141637f,0.9583055197407802f,1.851499396161857f,-0.3701130030113007f,0.8846574941242684f,-0.2835444993148814f,0.13321123435839013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9733543684057657f,-0.2265573343831242f,0.03539841440836447f,-0.17910746209270886f,-0.0312596461842336f,0.28403057116231273f,0.9583055197407802f,1.9140264264866833f,-0.22716537593975364f,0.9316643219971577f,-0.2835444993148814f,0.23725457687032103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9733543684057657f,-0.178505199785289f,0.14393459332289482f,-0.1389437921410189f,-0.0312596461842336f,0.7251304499483566f,0.6879016391012092f,1.7508720752483034f,-0.22716537593975364f,0.6650727209917031f,-0.7113889005086054f,0.08761321464718808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9178698707352251f,-0.3420490540914443f,0.20128920734020872f,-0.4728213998595961f,-0.25608819693743334f,0.8978998627447183f,0.35804283524789393f,1.799736867433245f,-0.30320576476352756f,0.2770889407359387f,-0.9117499564771033f,0.06736613907841012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9600776303030601f,-0.19425138043270432f,0.20128920734020872f,-0.3641923920353713f,-0.11247284159096765f,0.9269062455459575f,0.35804283524789393f,1.8220328420523972f,-0.2561265384455774f,0.3211093476806403f,-0.9117499564771033f,0.10010401927714364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8845655593991134f,-0.4207450845028191f,0.20128920734020872f,-0.3419085301586267f,-0.3333708334834822f,0.8721635256706038f,0.35804283524789393f,1.8205411467040697f,-0.32620186772528176f,0.2496084100276631f,-0.9117499564771033f,0.10443789396914269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.971289220767889f,-0.12680656382245306f,0.20128920734020872f,-0.3717966582601935f,-0.04754115222102501f,0.93249405733932f,0.35804283524789393f,1.826537506943853f,-0.23310317129032104f,0.3381936256028423f,-0.9117499564771033f,0.10019418244983817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9394941217230253f,-0.2771884742485375f,0.20128920734020872f,-0.4413306064227048f,-0.1928300507602359f,0.9135764333932079f,0.35804283524789393f,1.9283085623640328f,-0.28313842334039807f,0.2975645309715419f,-0.9117499564771033f,0.09053359950439056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9394941217230253f,-0.2771884742485375f,0.20128920734020872f,-0.37896319971678394f,-0.1928300507602359f,0.9135764333932079f,0.35804283524789393f,1.7227538648505614f,-0.28313842334039807f,0.2975645309715419f,-0.9117499564771033f,0.023581580035793748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9600776303030601f,-0.19425138043270432f,0.20128920734020872f,-0.16568995118652194f,-0.11247284159096765f,0.9269062455459574f,0.35804283524789393f,1.2505846806056324f,-0.2561265384455774f,0.3211093476806403f,-0.9117499564771033f,-0.08047895720492784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5747065691269984f,-0.4195352414370163f,0.7026396947188931f,-0.008364235647640834f,0.1562164602682867f,0.7865660303185239f,0.5974196996167818f,0.955622419236186f,-0.8033111333372156f,0.4531049118486176f,-0.3865063543011095f,-0.25039329914815944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5501028088385538f,-0.07253092243324644f,0.8319412028496461f,-0.09570233100062514f,-0.12854320606946854f,0.9917028303684898f,0.001463014869549778f,0.7581224725893031f,-0.825144559384182f,-0.10613558088647164f,-0.5548618698275954f,-0.049567623105574554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5501028088385538f,0.7965223096506376f,0.2508766827282826f,0.15681752202970967f,-0.12854320606946854f,0.2160721133217786f,-0.9678788591647421f,0.7295045621226198f,-0.825144559384182f,-0.5646813721679459f,-0.01647434506164179f,-0.2134579874533879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5735764363510462f,0.31347591593739144f,0.7567978077333786f,-0.20639580735154678f,0f,0.9238795325112865f,-0.3826834323650898f,0.37289371844126357f,-0.8191520442889918f,-0.2194981993865548f,-0.5299155298754942f,-0.26432692343275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5735764363510462f,0.5265407845183633f,0.6275068715971331f,0.007308505977562812f,0f,0.7660444431189779f,-0.6427876096865393f,0.6818594556153921f,-0.8191520442889918f,-0.36868782649461235f,-0.43938504177070503f,-0.4139642945737222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.46443208696509075f,0.44332888854556374f,0.76665659403556f,0.025965731890199552f,0.23456971600980447f,0.8963444878771853f,-0.37622281613860936f,0.8367184486196731f,-0.853978855082683f,0.005104471876827277f,-0.5202826726295317f,-0.2744314012046499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6349093143478111f,0.2203083696823697f,0.7405095440318705f,0.03737569380936181f,-0.19616090753530888f,0.8811029890299226f,-0.4303236236571959f,0.8488427555628614f,-0.7472690686153929f,-0.41847550103970527f,-0.516204604900277f,-0.2824207425511331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5735764363510462f,0.3461886130587541f,0.742403876506104f,0.025965731890199552f,0f,0.9063077870366499f,-0.42261826174069933f,0.8367184486196731f,-0.8191520442889918f,-0.242403876506104f,-0.5198367907256845f,-0.2744314012046499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6192970430086233f,-0.209113009472695f,0.7567978077333787f,0.010668319479219321f,0.16042999720436046f,0.9098437264664094f,0.3826834323650897f,0.8886394185240846f,-0.768591821786951f,0.3584077882510227f,-0.5299155298754943f,-0.2637200377193788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5104279999186236f,-0.4083140153227975f,0.7567978077333787f,0.010668319479219321f,-0.16042999720436046f,0.9098437264664094f,0.3826834323650897f,0.8886394185240846f,-0.8448227464362466f,0.0739192688051746f,-0.5299155298754943f,-0.2637200377193788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5735764363510462f,-0.31347591593739144f,0.7567978077333787f,0.010668319479219321f,0f,0.9238795325112867f,0.3826834323650897f,0.8886394185240846f,-0.8191520442889918f,0.2194981993865548f,-0.5299155298754943f,-0.2637200377193788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5908478166951256f,0.11625695354784618f,0.798362811169444f,-0.09363721769894913f,0.2548870022441787f,0.9657787917325413f,0.047999390898307154f,0.9205713135573711f,-0.7654616081774313f,0.23185263895717564f,-0.6002606768854797f,-0.42720959088274424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5291930919282661f,-0.19170713300350883f,0.8265609757368035f,0.10798346294941913f,-0.2131514098652129f,0.9729396526218679f,0.08919029559605234f,0.9338983652375787f,-0.8212923644646125f,-0.12898374902139476f,-0.5557355887114951f,-0.09533575818664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5735764363510462f,-0.21201214989665465f,0.7912401152362238f,0.027301635872848316f,0f,0.9659258262890682f,0.25881904510252074f,0.7424570176863349f,-0.8191520442889918f,0.14845250554968453f,-0.5540322932223234f,-0.28490411271832383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5735764363510462f,-0.14224425972292404f,0.8067072841115988f,3.138157422815092e-17f,0f,0.984807753012208f,0.17364817766693033f,0.9625f,-0.8191520442889918f,0.09960050292505122f,-0.5648625214636235f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8429136571237885f,0.5123372126755102f,-0.16433851387331422f,-1.0778478534893903f,0.5323984798358342f,0.750055952056649f,-0.3923874710702251f,1.5346516156114527f,-0.07777162273408811f,-0.4182423332139907f,-0.9049999587873051f,1.0688708946337133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2371779220716413f,0.5123372126755102f,0.8253830709371665f,-1.146518474769893f,-0.34449273332996994f,0.750055952056649f,-0.564571364370564f,1.546598384388547f,-0.9083344042612417f,-0.4182423332139907f,-0.0014002653650179164f,1.0061757354207694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7324866269920303f,0.5123372126755102f,0.44830115077448485f,-1.1794283367458145f,0.1274322002890053f,0.750055952056649f,-0.6489815891948683f,1.6379722383792301f,-0.6687483649380694f,-0.4182423332139907f,-0.614694212678447f,1.1297274469290084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5233039896004108f,-0.4840907378628496f,0.7012910180400821f,0.6305559012754857f,-0.8230008484297359f,0.5005061897135407f,-0.26863201138801024f,2.095620382542918f,-0.22095822671316817f,-0.7177393061368698f,-0.6603239738748979f,-0.027260847522043982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1258558347729346f,-0.4840907378628496f,-0.8659194341097846f,0.7100716686015981f,0.771900997743192f,0.5005061897135407f,-0.39199796395070446f,2.101879617457082f,0.6231606201748248f,-0.7177393061368698f,0.310678499239153f,-0.07652673049219745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.848168184811866f,-0.4840907378628496f,-0.21509739140293205f,0.7025783936489817f,-0.06676517241775087f,0.5005061897135407f,-0.8631546592647584f,2.228223198889714f,0.525502751681637f,-0.7177393061368698f,-0.4568338279956866f,0.01663128519223228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008962131817985096f,0f,0.000012799250692015497f,-0.5673068183780455f,0f,0.000015625f,0f,1.1286225f,-0.000012799250692015497f,0f,-0.000008962131817985096f,0.13217157011168845f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11.mcfunction new file mode 100644 index 000000000..fcb3ae20d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110.mcfunction new file mode 100644 index 000000000..c23993b8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..9e91cbc28 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.804570064623294f,-0.11894521230401356f,-0.07391543834995762f,0.08972932283683821f,-0.1187887461314787f,0.8079496738233498f,-0.0071416248639928495f,1.0822116450189732f,0.07416663231551196f,0.003715573056749378f,-0.8132834374388058f,-0.3141117938285148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7727453165237278f,0.19396367683626753f,-0.07240696001628502f,0.08972932283683821f,0.19537220876416828f,0.7757452917947781f,-0.006995877417788915f,1.0822116450189732f,0.0685155152739446f,-0.024440424022313688f,-0.7966858162665853f,-0.3141117938285148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6023227731249394f,0.12912795395649673f,0.5361694628814067f,0.026892231726562216f,0.1525465996382271f,0.8019972534393063f,-0.021780377844930972f,1.0837193968957157f,-0.5299823170242018f,0.08408817650099427f,-0.6156235592136159f,-0.33447022550222716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5935237329207423f,-0.10893087915981448f,0.5252272289450515f,0.026892231726562216f,-0.16258910746146304f,0.7830131303784708f,-0.021335880337891567f,1.0837193968957157f,-0.5111696006167741f,-0.12257447213991138f,-0.6030598131072156f,-0.33447022550222716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.017687495796947f,-0.3270940858858444f,1.5277770980974077f,-0.6994023004563501f,1.546111392831364f,0.21638106472404325f,0.06422651933546501f,0.8159498138397879f,-0.2250176958585537f,1.5124797333542666f,0.3212138582675321f,-0.35307017832539017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6473471984136063f,-0.6973160079352453f,0.3077206359399838f,-0.516394786368076f,-0.7369686229611481f,0.6756520475611332f,-0.019275876042272932f,1.0590213583243961f,-0.19447070081841158f,-0.23925863767835204f,-0.951281478227919f,-0.2541514745558336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5301460598968452f,-0.6973160079352453f,0.48238526123121106f,-0.3246736706198497f,-0.7108304929362729f,0.6756520475611332f,0.19548483557151733f,1.3165748565360957f,-0.4622392946167881f,-0.23925863767835204f,-0.853867752528735f,-0.0934234670908696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4122971611467431f,0.6885523587195943f,0.5965791650837468f,0.3546505009522006f,0.706524280871001f,0.1717661289949452f,-0.6865273756157191f,1.0935955619294642f,-0.5751821376312478f,0.7045509536093006f,-0.4156602727206117f,0.3320539749626773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2877405671437434f,0.6457688349631993f,0.7072396890800671f,0.24269334693911926f,0.6230411640719385f,0.6870589932170468f,-0.3738577907593496f,1.2920212250203016f,-0.7273410987230686f,0.33306538641811845f,-0.6000353110263335f,0.09061778126633263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8781045806791451f,-0.21037793896890974f,0.4297365101844346f,-0.23789340854386648f,-0.4226957462332612f,0.7619209475583901f,-0.4907186319960053f,0.9802985971954687f,-0.2241888746271977f,-0.612550073436383f,-0.7579721340698958f,0.19533401739853343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9370101816389784f,-0.10423403444313348f,0.3333874406281626f,-0.255353618498028f,-0.17977833376681213f,0.9622290760791302f,-0.2044381467728854f,1.1594388105429752f,-0.2994856761398074f,-0.25149646361651057f,-0.9203574623891911f,0.14242619633050527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7367112177315703f,-0.4128461503069335f,0.535550779894131f,0.0965024591433293f,-0.646146876775524f,0.6633048593895892f,-0.3775193732027446f,0.9778097189019154f,-0.19937601486062173f,-0.624167220932742f,-0.7554233812977957f,0.2806655729487096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8940791214879897f,-0.3024626974410064f,0.33036168236642544f,0.041855463887930766f,-0.34783332546608264f,0.9335428740160406f,-0.08665841026165397f,1.1523073927157876f,-0.2821958578974378f,-0.1923902779003689f,-0.9398677985519814f,0.23871822210144056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604333f,0.30865227544703316f,0.23983536312053072f,0.022820537047000326f,0.9994426581980131f,0.024363826936178334f,1.8412932287520243f,-0.308134482466993f,0.03021529275723788f,-0.9508628590908327f,0.1249058038845114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604333f,0.30865227544703316f,0.3026626205926795f,0.022820537047000326f,0.9994426581980131f,0.024363826936178334f,1.7177912351132767f,-0.308134482466993f,0.03021529275723788f,-0.9508628590908327f,0.04354054234260334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604333f,0.30865227544703316f,-0.31891771176507183f,0.022820537047000326f,0.9994426581980131f,0.024363826936178334f,1.8547002942671367f,-0.308134482466993f,0.03021529275723788f,-0.9508628590908327f,-0.05612320456484697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604333f,0.30865227544703316f,-0.32742063406555305f,0.022820537047000326f,0.9994426581980131f,0.024363826936178334f,1.7329098409069144f,-0.308134482466993f,0.03021529275723788f,-0.9508628590908327f,-0.1605985522917795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9371397283033208f,0.16279712066540641f,0.30865227544703316f,0.15441098086741156f,0.1788868559410341f,0.9835679420907107f,0.024363826936178334f,1.9507875110817197f,-0.2996141225094534f,0.07804614528916501f,-0.9508628590908327f,0.07697698872448304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604342f,0.30865227544703316f,0.04500509625596842f,0.022820537047000322f,0.9994426581980133f,0.024363826936178334f,1.9634878611231026f,-0.308134482466993f,0.030215292757237874f,-0.9508628590908327f,0.04178900574429588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9193849247381336f,0.2438547375500945f,0.30865227544703316f,0.023700254452493158f,0.2639297319824616f,0.9642341523264409f,0.024363826936178334f,1.9596803141980546f,-0.2916718305560594f,0.10386224752856352f,-0.9508628590908327f,0.03477584474924861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9497422817175531f,-0.05218592893975342f,0.30865227544703316f,0.05152535905789726f,-0.046952648179638484f,0.9985999463078011f,0.024363826936178334f,1.9690116715672559f,-0.3094915946303797f,0.008647314886828121f,-0.9508628590908327f,0.044047033904182686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9462130560989677f,0.09702899220965283f,0.30865227544703316f,0.11761548359334156f,0.10984086522276967f,0.9936505362873496f,0.024363826936178334f,2.0731331516562124f,-0.30432850145026735f,0.056956004131626325f,-0.9508628590908327f,0.03530304429848812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9462130560989677f,0.09702899220965283f,0.30865227544703316f,0.09578396034616972f,0.10984086522276967f,0.9936505362873496f,0.024363826936178334f,1.849561780991559f,-0.30432850145026735f,0.056956004131626325f,-0.9508628590908327f,0.02248794336887222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9415799222028627f,-0.13476283970672392f,0.30865227544703316f,-0.21695918358811012f,-0.1338076992061509f,0.9907077791004674f,0.024363826936178334f,1.9596983956012057f,-0.3090675488264783f,-0.018359560561179884f,-0.9508628590908327f,-0.04334230017217756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604328f,0.30865227544703316f,-0.1072672652473256f,0.022820537047000336f,0.9994426581980133f,0.024363826936178334f,1.9671415779768908f,-0.308134482466993f,0.03021529275723788f,-0.9508628590908327f,-0.007545335051640303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9262515709387069f,-0.21631412389149884f,0.30865227544703316f,-0.08608503222406823f,-0.2196443928464067f,0.9752757274884666f,0.024363826936178334f,1.9623145700030349f,-0.30629131235591917f,-0.045226708667511537f,-0.9508628590908327f,-0.0007932151498051335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.947762332675681f,0.08050051939286547f,0.30865227544703316f,-0.11362626606236884f,0.09248254291105851f,0.9954161859211094f,0.024363826936178334f,1.9729744214069198f,-0.30527617007859703f,0.051636064758564984f,-0.9508628590908327f,-0.009460027234483942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9486868613257038f,-0.06875326908121546f,0.30865227544703316f,-0.15745279110587077f,-0.06437346919511372f,0.9976284179998132f,0.024363826936178334f,2.0797333093032666f,-0.30959537401545734f,0.003244624760474265f,-0.9508628590908327f,-0.05381563667676931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9486868613257038f,-0.06875326908121546f,0.30865227544703316f,-0.1419833055625973f,-0.06437346919511372f,0.9976284179998132f,0.024363826936178334f,1.855266915253309f,-0.30959537401545734f,0.003244624760474265f,-0.9508628590908327f,-0.05454567724787602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.014191865898604333f,0.30865227544703316f,-0.04001838748896831f,0.022820537047000326f,0.9994426581980131f,0.024363826936178334f,1.3394386162041965f,-0.308134482466993f,0.03021529275723788f,-0.9508628590908327f,-0.0017997401309977987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.951069063635068f,0.027641581550845395f,0.307739466376484f,-0.050383980570535336f,0.022820537047000326f,0.9995541454506006f,-0.019254438485863112f,0.9646058116602212f,-0.308134482466993f,-0.011289520888300236f,-0.951275820902072f,0.00243383020211479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.947453124764321f,0.017651928523909233f,0.31940724129817544f,-0.0219927203788481f,-0.16681652171585162f,0.8247044500250467f,-0.5404024594610116f,0.5999351461522882f,-0.2729557188573797f,-0.5652884038508772f,-0.7784241748653358f,0.3924781346289814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.947453124764321f,0.2162749340637932f,0.23570687149513903f,0.05486516414821252f,-0.16681652171585162f,0.2946774697765455f,-0.940923714702057f,0.6731030980551658f,-0.2729557188573797f,-0.9308009141066607f,-0.24311485730258459f,0.08098121325516877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.910516424434424f,0.2827438629291444f,0.3016881648508224f,-0.323571863583977f,0.18741509053770908f,0.932607624077239f,-0.30841304017785875f,0.5598536583429093f,-0.368558576991357f,-0.22427422386202212f,-0.9021450259449384f,0.2847075575297287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.910516424434424f,0.4132558499858192f,0.013395644353663805f,-0.17670312755271722f,0.18741509053770908f,0.44137222305516705f,-0.8775341272874132f,0.6850102553299445f,-0.368558576991357f,-0.7964986899975655f,-0.4793270409211941f,-0.014485483470250644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9087737409569226f,0.3202010326782453f,0.26758472755175183f,-0.055677506991399166f,0.11857703503850428f,0.812965937179626f,-0.5701104031212986f,0.8408596229389746f,-0.40008720862911534f,-0.4863719601883291f,-0.7767705850725329f,0.017916971089083744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9634979738403263f,0.07193514066845058f,0.25787010284753076f,-0.05407355912444212f,-0.11857703503850428f,0.7489196603825544f,-0.6519653587836982f,0.8150974786699682f,-0.24002320964244933f,-0.658744774422909f,-0.7130527196522342f,0.013225552018883518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9462264354710456f,0.18786035258031708f,0.2633705008996987f,-0.055677506991399166f,0f,0.8141155183563191f,-0.5807029557109397f,0.8408596229389746f,-0.32350507386401106f,-0.5494764878498629f,-0.7703376249959626f,0.017916971089083744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9343999312131485f,0.15682774490683118f,0.3198465678670031f,-0.05564903468901808f,0.11350876819993745f,0.9821536192319031f,-0.149966755554045f,0.8669986971541401f,-0.3376574123140146f,-0.10382353614239749f,-0.9355255983949835f,0.017833691884618988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.945539667260542f,-0.06043931386541646f,0.3198465678670031f,-0.05564903468901808f,-0.11350876819993745f,0.9821536192319031f,-0.149966755554045f,0.8669986971541401f,-0.30507457642117064f,-0.178104906078276f,-0.9355255983949835f,0.017833691884618988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9462264354710456f,0.048515006332657415f,0.3198465678670031f,-0.05564903468901808f,0f,0.9886910398241673f,-0.149966755554045f,0.8669986971541401f,-0.32350507386401106f,-0.14190250854706166f,-0.9355255983949835f,0.017833691884618988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9210357948670896f,0.23900489153131782f,0.3075219120609968f,-0.23763138282582377f,0.14820964630243483f,0.9452495332852104f,-0.29075285134801154f,0.8954658041895561f,-0.36017629754948566f,-0.22221606973437977f,-0.9060314856754977f,-0.04879120257660277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.948724136836341f,-0.032817113122705494f,0.3143971203278286f,0.1320227101487678f,-0.1487894252447357f,0.9238885606148509f,-0.3525501872079492f,0.8945749842120865f,-0.2788982235860974f,-0.38125183888252967f,-0.881398216602013f,0.0678175565899606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9462264354710456f,0.10331872801696466f,0.3065628373706046f,-0.07385130331165121f,0f,0.9476291475399599f,-0.31937282090479924f,0.7514195241470134f,-0.32350507386401106f,-0.30219900591108084f,-0.8966717504252018f,0.04692432605574365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9462264354710456f,0.0898483083263633f,0.31077775709765654f,-0.04638342789286187f,0f,0.9606580613579353f,-0.2777338458812922f,0.9660665597316771f,-0.32350507386401106f,-0.26279910699791986f,-0.9090000531052441f,-0.009267466024541475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.22201503759270305f,-0.28234215731515f,-0.9332696444679521f,-0.5546699857085382f,0.007231813420614732f,0.9576076811868206f,-0.2879847735673711f,0.9198833354622036f,0.9750164224039307f,0.057187718389770284f,0.21464515114023017f,0.35758186505490247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.07745897935695614f,-0.28234215731515f,-0.9561814747837388f,-0.5405911172038975f,-0.0366615728903851f,0.9576076811868206f,-0.2857331937406005f,0.9184997840011506f,0.9963212511987195f,0.057187718389770284f,0.06382420602867458f,0.4502583655660011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15017459738283317f,-0.28234215731515f,-0.9474864096669309f,-0.4055075900061782f,-0.014757882251231536f,0.9576076811868206f,-0.28769729550946316f,0.9623461540580965f,0.9885493387850517f,0.057187718389770284f,0.13964157566072355f,0.3829738789613432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27383093500268185f,-0.827292394930748f,-0.4905139267393986f,0.7861530348444217f,-0.05058658134208521f,0.5216903187696014f,-0.8516338468439311f,1.9773646047054456f,0.9604465715612073f,-0.20839026990677614f,-0.1847048418003798f,0.017021448138113404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2224531509390454f,-0.827292394930748f,-0.515850645950005f,0.7888382916444748f,0.6448513975522332f,0.5216903187696014f,-0.558574870878563f,1.9463053897579083f,0.7312190306004224f,-0.20839026990677614f,0.6495323122801198f,-0.0713933530139587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.02864273920056687f,-0.827292394930748f,-0.5610408958185092f,0.8716517976172247f,0.3312982927737296f,0.5216903187696014f,-0.7861810558053939f,2.079762155602486f,0.9430912122887691f,-0.20839026990677614f,0.2591379183212686f,-0.06605664018611294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014784788054235088f,0f,0.000005054766779125173f,-0.2756225554723818f,0f,0.000015625f,0f,1.132189059731677f,-0.000005054766779125173f,0f,-0.000014784788054235088f,0.6389283104911889f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111.mcfunction new file mode 100644 index 000000000..a608524ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..56b798f17 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8029758617401557f,-0.12009076297843012f,-0.08804781970246375f,0.07752872352113205f,-0.11971351625597969f,0.8077828804694909f,-0.009996824019949446f,1.07344991730002f,0.08856005833742618f,0.003077517199801066f,-0.8118448678162603f,-0.3143484203198134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7717319599682652f,0.19232930049071287f,-0.08625092542282164f,0.07752872352113205f,0.19447274240323295f,0.7759410115396959f,-0.009792807203215785f,1.07344991730002f,0.08130273319948023f,-0.030413595372902384f,-0.7952766052077652f,-0.3143484203198134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6261122077288656f,0.1318960214775314f,0.5074755041336763f,0.015130083125342503f,0.1505160453143637f,0.8023515635224412f,-0.022832719077294453f,1.0747948560585592f,-0.5022677253022085f,0.07602534101164429f,-0.6394464200292728f,-0.33241224472043834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6160914377049554f,-0.11534373946443041f,0.49711886119217275f,0.015130083125342503f,-0.16455963106460297f,0.7825725886665141f,-0.02236674521857416f,1.0747948560585592f,-0.483064662556187f,-0.11948207076441417f,-0.6263964930898999f,-0.33241224472043834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.020024715573120997f,-0.2541542834642479f,1.5415611765230046f,-0.7105866764616443f,1.548015547265115f,0.20528780879713404f,0.05395397098228185f,0.7973863669864443f,-0.21131286328972312f,1.5279622919941598f,0.24916732942392877f,-0.308064030767747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6429931402912833f,-0.7180549178215799f,0.26637747001313467f,-0.523171272061203f,-0.7509105422890262f,0.6594834139809993f,-0.03485662294552186f,1.043893612457002f,-0.15064255380719888f,-0.222438219908832f,-0.963238319060364f,-0.23016332072630802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.533619927943487f,-0.7180549178215799f,0.44681865168525814f,-0.32985275307374684f,-0.7268473191488339f,0.6594834139809993f,0.19176704964648877f,1.3079715054784988f,-0.43236876291857745f,-0.222438219908832f,-0.8738297838687173f,-0.07997089169818808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4485844441634106f,0.6958228914354879f,0.5608943752694986f,0.35003161965242596f,0.683653384585242f,0.1370789393064783f,-0.7168175598740266f,1.0872015652326246f,-0.5756648731681888f,0.7050105447104803f,-0.41421019500645445f,0.3298983118342823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26989132538087734f,0.6737904332559105f,0.6878699910135386f,0.24310343821189512f,0.6221435201029072f,0.6672655567147313f,-0.40950472184840925f,1.2857772052633192f,-0.734912316455587f,0.31743208545292345f,-0.5992835374402431f,0.08611728050101433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9012267396779864f,-0.18926496263838155f,0.38983219159899946f,-0.2374844691322729f,-0.38219728290000565f,0.7711392109495271f,-0.5091851866266276f,0.9723619221699142f,-0.20424397330947125f,-0.6078841100519348f,-0.767307831390458f,0.20713675510014168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9489966449277781f,-0.09230876146848893f,0.3014704968516393f,-0.2529081713022918f,-0.16180062052136532f,0.9632541965671703f,-0.2143872943871356f,1.1516321634363391f,-0.2706028956140746f,-0.25223093654801515f,-0.9290606156400074f,0.1540368256496388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7834283579263769f,-0.3802664350877959f,0.49156631937349005f,0.09738942387120358f,-0.5910144224585512f,0.7004724319253244f,-0.40005040252274066f,0.968359740359245f,-0.19220291476136894f,-0.6039336142807756f,-0.7735129146297386f,0.2785589080505666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9139222949044782f,-0.2775361795341476f,0.29617513049903677f,0.04720248477416987f,-0.31414436879849383f,0.9457258946112136f,-0.08316157654840026f,1.14516358574542f,-0.2570201440135149f,-0.16904496831141982f,-0.9515064078921713f,0.24091606144284933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.012573802043492467f,0.2784993773457559f,0.2399390823764389f,0.020699448610940988f,0.9994409451241977f,0.026255095437901343f,1.8339035820728657f,-0.2780135545382737f,0.03097897208464735f,-0.9600774795721296f,0.12099801098862645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.012573802043492467f,0.2784993773457559f,0.3004899524763423f,0.020699448610940988f,0.9994409451241977f,0.026255095437901343f,1.710658649806734f,-0.2780135545382737f,0.03097897208464735f,-0.9600774795721296f,0.037543884063343615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.012573802043492467f,0.2784993773457559f,-0.32426895104730913f,0.020699448610940988f,0.9994409451241977f,0.026255095437901343f,1.8460645081317937f,-0.2780135545382737f,0.03097897208464735f,-0.9600774795721296f,-0.04233495230260937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.012573802043492467f,0.2784993773457559f,-0.33574463840575647f,0.020699448610940988f,0.9994409451241977f,0.026255095437901343f,1.7243720345114824f,-0.2780135545382737f,0.03097897208464735f,-0.9600774795721296f,-0.1466400958182627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9465635708680558f,0.16265147747112962f,0.2784993773457559f,0.1527676554571264f,0.17679161363958124f,0.9838980614424746f,0.026255095437901343f,1.9432301009081423f,-0.2697445674193053f,0.07408847120975633f,-0.9600774795721296f,0.07591643074705577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.012573802043492469f,0.2784993773457559f,0.042275968036050396f,0.020699448610941f,0.9994409451241977f,0.026255095437901343f,1.9556861160893342f,-0.2780135545382737f,0.03097897208464735f,-0.9600774795721296f,0.04420562309967556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9287856003775472f,0.24453099057040928f,0.2784993773457559f,0.02077072071965891f,0.26187123450783506f,0.964745627873425f,0.026255095437901343f,1.951831198909677f,-0.26226087216483857f,0.0973163303344575f,-0.9600774795721296f,0.03786195882744111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9588918292177693f,-0.054447742629304116f,0.2784993773457559f,0.04884990624148561f,-0.04906845025288448f,0.9984502777571485f,0.026255095437901343f,1.9612242785637464f,-0.2794973113451736f,0.01151026364798681f,-0.9600774795721296f,0.046264043095236976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.955603783101198f,0.0962263297684416f,0.2784993773457559f,0.11436482484592805f,0.1077276988643629f,0.9938336947703754f,0.026255095437901343f,2.065527250247948f,-0.2742556337070722f,0.0550915655827577f,-0.9600774795721296f,0.03557151910190835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.955603783101198f,0.0962263297684416f,0.2784993773457559f,0.09271390064802873f,0.1077276988643629f,0.9938336947703754f,0.026255095437901343f,1.841914668924614f,-0.2742556337070722f,0.0550915655827577f,-0.9600774795721296f,0.02317591684578789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9504975228604469f,-0.13781348212051198f,0.2784993773457559f,-0.2222280977252652f,-0.13590240554003197f,0.9903742757826351f,0.026255095437901343f,1.951312750138055f,-0.2794369252704214f,-0.012893332146499466f,-0.9600774795721296f,-0.032641342202815976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9603540994446775f,0.012573802043492482f,0.2784993773457559f,-0.11148298827242842f,0.020699448610941f,0.9994409451241978f,0.026255095437901343f,1.9590002328473297f,-0.27801355453827375f,0.03097897208464735f,-0.9600774795721296f,-0.0003061606373165743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9348693564280606f,-0.22013037779872707f,0.2784993773457559f,-0.09008637068395774f,-0.22170206146090377f,0.9747609275650786f,0.026255095437901343f,1.9542206099279615f,-0.2772498554657327f,-0.03719880189814406f,-0.9600774795721296f,0.005769864833449483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9571376210335478f,0.07953408841664734f,0.2784993773457559f,-0.11791405052943464f,0.09036650184183527f,0.9955624366700546f,0.026255095437901343f,1.9648187047814645f,-0.2751753436394882f,0.050296754083306874f,-0.9600774795721296f,-0.0020125669776097574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9577955412137232f,-0.0711744199072769f,0.2784993773457559f,-0.1633888686922779f,-0.06648633694507897f,0.9974418464066825f,0.026255095437901343f,2.0715139465188526f,-0.27965562435026503f,0.006630609903358058f,-0.9600774795721296f,-0.04483558456052498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9577955412137232f,-0.0711744199072769f,0.2784993773457559f,-0.14737462421314063f,-0.06648633694507897f,0.9974418464066825f,0.026255095437901343f,1.8470895310773492f,-0.27965562435026503f,0.006630609903358058f,-0.9600774795721296f,-0.046327471788780536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.012573802043492467f,0.2784993773457559f,-0.042477540871900706f,0.020699448610940988f,0.9994409451241977f,0.026255095437901343f,1.3314681438923957f,-0.2780135545382737f,0.03097897208464735f,-0.9600774795721296f,0.0025499205717509563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9603540994446774f,0.02592120080253256f,0.2775753862084271f,-0.052197991172850414f,0.020699448610940988f,0.9995496457675588f,-0.02172644639950605f,0.9566370267295611f,-0.2780135545382737f,-0.015119424423647249f,-0.9604581544752963f,0.008219704730618674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9569272013765379f,0.00955974416617511f,0.29017054047084834f,-0.014284391741445752f,-0.16215358319866147f,0.8114437456849868f,-0.5614848733889037f,0.6035868532972932f,-0.24082472198987737f,-0.5843523413833436f,-0.7749424458618217f,0.4014950039238431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9569272013765379f,0.1936053310394049f,0.21634996431427805f,0.054604820343562906f,-0.16215358319866147f,0.26172445010925427f,-0.9514234218637059f,0.6648395966321574f,-0.24082472198987737f,-0.9455248743465879f,-0.21905744742045946f,0.08651773700841955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.922283626692978f,0.2775863419328951f,0.2689586115118109f,-0.3158882463512779f,0.18475137087670399f,0.9278224832899773f,-0.324056122393635f,0.5618688871502766f,-0.33949940043132026f,-0.24918118362736313f,-0.9069999420247171f,0.3057818252261437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.922283626692978f,0.3863526773098314f,-0.011158882989467045f,-0.1799177312572028f,0.18475137087670399f,0.41530364701714445f,-0.8907243185932658f,0.6759682119759794f,-0.33949940043132026f,-0.8235620738655854f,-0.4544069405246688f,-0.001504057971535762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9218157947595818f,0.30456012610025135f,0.2397890116780992f,-0.057156322710569786f,0.11668585648179892f,0.8079365288940599f,-0.5776010527827377f,0.8346955220686498f,-0.3696485512332892f,-0.5044617873223074f,-0.7803065126619881f,0.0244751488513278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9711934621048837f,0.054218386050277526f,0.23204229308217283f,-0.0558780128120433f,-0.11668585648179892f,0.7408303374728199f,-0.6614792679873018f,0.8077266321783996f,-0.20776830860802367f,-0.6695003940954858f,-0.7131630614692198f,0.020284324787553237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9564930373390199f,0.17128333187519934f,0.23618444009651984f,-0.057156322710569786f,0f,0.8095296256563844f,-0.5870790280572404f,0.8346955220686498f,-0.2917551533768962f,-0.5615370027045096f,-0.7743094504599949f,0.0244751488513278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.945067640432612f,0.15508350604772086f,0.28774339464022747f,-0.05712976073209569f,0.11050494335878114f,0.9800392197962798f,-0.16526277607002685f,0.8607058103210355f,-0.3076293427168607f,-0.12438743430526164f,-0.9433408470359728f,0.024388067793206448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9558724832797375f,-0.0592582023820023f,0.28774339464022747f,-0.05712976073209569f,-0.11050494335878114f,0.9800392197962798f,-0.16526277607002685f,0.8607058103210355f,-0.27220663695417235f,-0.18976720768234143f,-0.9433408470359728f,0.024388067793206448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9564930373390199f,0.04821626657980233f,0.28774339464022747f,-0.05712976073209569f,0f,0.9862495702638497f,-0.16526277607002685f,0.8607058103210355f,-0.2917551533768962f,-0.15807269464229823f,-0.9433408470359728f,0.024388067793206448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9326105450636903f,0.23190398762105197f,0.27651059972713776f,-0.24130868632784785f,0.14545296157665724f,0.9427563728587396f,-0.30008974891324175f,0.8875266321673629f,-0.33027413947293216f,-0.23964757866435454f,-0.9129556565549753f,-0.03588212740148148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9581404013295832f,-0.03996567483764017f,0.2834955311371895f,0.13212047435267932f,-0.14597324809110312f,0.9200271448650148f,-0.3636507439195775f,0.8867572673784071f,-0.2462900367081836f,-0.38981123322231354f,-0.8873490971832793f,0.06803243081218835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9564930373390199f,0.09744986926406461f,0.2749992590942618f,-0.07485737539998735f,0f,0.9425686433000595f,-0.3340125037591935f,0.7440094663509041f,-0.2917551533768962f,-0.31948063422984174f,-0.9015603445305932f,0.055728868093159384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9564930373390199f,0.08414369488148148f,0.2793580285827998f,-0.04858391672069524f,0f,0.9575084633446679f,-0.2884051709372299f,0.9579527636294783f,-0.2917551533768962f,-0.27585753793403023f,-0.915850178382359f,-0.0036287134032184755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.26005443395771327f,-0.27693583283140916f,-0.9250287756999276f,-0.5094878479255357f,0.00598805819007878f,0.9584335086576579f,-0.2852531378289878f,0.9242159157845911f,0.9655753903958229f,0.06864221715639049f,0.25090319146198475f,0.37522492306130134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13086159044306872f,-0.27693583283140916f,-0.9519358111977321f,-0.4911203035979104f,-0.03315161353419473f,0.9584335086576579f,-0.28338345047347185f,0.9229396114743654f,0.9908462114106256f,0.06864221715639049f,0.11624126357307459f,0.46714916829986947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1959204728280029f,-0.27693583283140916f,-0.9407027760248321f,-0.3591986593579982f,-0.013613912642405801f,0.9584335086576579f,-0.28499100137501926f,0.9663264138357311f,0.980525282544727f,0.06864221715639049f,0.18400656595469148f,0.3935860607873817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30966817010008735f,-0.8067562930787536f,-0.5032394142003298f,0.7639541210716485f,-0.10562040551762736f,0.5551652954976266f,-0.8250065603456282f,1.9619434387483023f,0.9449602924806707f,-0.2023259208625058f,-0.25712694798870006f,-0.02500904600350963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21794041513984846f,-0.8067562930787536f,-0.5492233234545838f,0.7687638937480864f,0.5978443650286267f,0.5551652954976266f,-0.5782504733059461f,1.9361335260106545f,0.7714169369751925f,-0.2023259208625058f,0.6033076587405056f,-0.11500780705762631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.05130424188200497f,-0.8067562930787536f,-0.5886528334619145f,0.8546569324291546f,0.2753057358682439f,0.5551652954976266f,-0.7848555577130594f,2.0667668160364374f,0.9599867845772446f,-0.2023259208625058f,0.19362230032767797f,-0.09905177157971967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014945203708422187f,0f,0.000004558674271514004f,-0.25606907316430577f,0f,0.000015625f,0f,1.1240752636294782f,-0.000004558674271514004f,0f,-0.000014945203708422187f,0.6518545069478601f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112.mcfunction new file mode 100644 index 000000000..560d38c96 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..2431398de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7994409307983876f,-0.12134398960475312f,-0.11451759164186717f,0.06104654134601774f,-0.1207427441256201f,0.807589612377268f,-0.012831686007438718f,1.0710929271822045f,0.1151513454097125f,0.004370195828567451f,-0.808495833930638f,-0.318002738009566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7690025611643002f,0.1898699470843841f,-0.1121804979348903f,0.06104654134601774f,0.19346881450777223f,0.7761519294360038f,-0.012569814864429766f,1.0710929271822045f,0.10585309979260868f,-0.039212059713078014f,-0.7919959189524617f,-0.318002738009566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6557795897987906f,0.13525065105714784f,0.4675519601460267f,-0.0011029411837143732f,0.14848994973403787f,0.8026970313892388f,-0.023930212521640473f,1.0722779534004314f,-0.4635173231668445f,0.06579651686803481f,-0.6691539090050374f,-0.3328807341222687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6441987176129755f,-0.12342923366071532f,0.4580100834083527f,-0.0011029411837143732f,-0.16652280468087644f,0.7821257159941507f,-0.023441840837525364f,1.0722779534004314f,-0.4441600699601579f,-0.11421290933412796f,-0.6554977067804448f,-0.3328807341222687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02370436473483765f,-0.15811665428074909f,1.55429838728977f,-0.7210399701674866f,1.550037605889767f,0.19215755660129805f,0.04318731027208636f,0.7872975619905782f,-0.1955192405366703f,1.542556594449643f,0.15394034396441617f,-0.2549019582338202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6375887867380142f,-0.7411539343953232f,0.21016989450508858f,-0.5314415043271777f,-0.764194602747901f,0.6429734417750848f,-0.05090935378571759f,1.0352582258143037f,-0.09740199257163529f,-0.19306993215473656f,-0.9763384931164195f,-0.2007158065705994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5414369012358471f,-0.7411539343953232f,0.3969092182230799f,-0.3350563455142618f,-0.7425241121534107f,0.6429734417750848f,0.18773144660043117f,1.3057647394985117f,-0.39433998637078704f,-0.19306993215473656f,-0.898454214997544f,-0.06407427611246556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.47431419800222274f,0.7120714525198667f,0.5176681254237656f,0.351107339769624f,0.6577533576815032f,0.10419524191579803f,-0.7459918712833382f,1.0879866271806078f,-0.5851380709133671f,0.6943324838061053f,-0.4189461061991481f,0.3199107102237474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2644572216539364f,0.705374087040206f,0.6576547538391831f,0.24511073033727276f,0.6188099467281474f,0.6471524684755178f,-0.44527287406303034f,1.285952606004131f,-0.7396868443776652f,0.2892076760361656f,-0.6076366450242876f,0.07502989919971068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9247089109045756f,-0.17696651064812757f,0.33704047858187514f,-0.23275164290732414f,-0.34106187828037043f,0.7784040255367984f,-0.5270331756274674f,0.9709065245369474f,-0.16908644321038602f,-0.6023039325267048f,-0.780153669212244f,0.21978190750560556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9633188629038283f,-0.08445471977721955f,0.25472371048064285f,-0.2469948796750488f,-0.14380779674891297f,0.9638545390853456f,-0.2242849640051678f,1.1502274695904173f,-0.2265746807741288f,-0.2526891920758136f,-0.9406445057725975f,0.16652365583031178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8292004376389637f,-0.3535664918483591f,0.43291727854336715f,0.10281186624451846f,-0.5329406005632048f,0.7336247930865091f,-0.42162658744451453f,0.9655520798966221f,-0.16852581550220003f,-0.5803321452503047f,-0.7967519379948177f,0.27221447222272327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9352460992581135f,-0.25328865039592013f,0.2473046570590537f,0.05686589840190252f,-0.2800935998364683f,0.9566821992662194f,-0.07941501707987995f,1.144433648402289f,-0.21647704070670198f,-0.14354103659846784f,-0.9656778249805192f,0.23926504145438232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9723544898462442f,0.011467830351295944f,0.23322786056319267f,0.24220175186861254f,0.018540227802010437f,0.999431636862294f,0.02815427484068981f,1.8329287717323233f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,0.11061023338070995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9723544898462442f,0.011467830351295944f,0.23322786056319267f,0.2990966783717339f,0.018540227802010437f,0.999431636862294f,0.02815427484068981f,1.7099440218482758f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,0.024250340292756863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9723544898462442f,0.011467830351295944f,0.23322786056319267f,-0.329056510916056f,0.018540227802010437f,0.999431636862294f,0.02815427484068981f,1.8438211555660045f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,-0.026143571592542707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9723544898462442f,0.011467830351295944f,0.23322786056319267f,-0.3450881711514028f,0.018540227802010437f,0.999431636862294f,0.02815427484068981f,1.7222269227671076f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,-0.1299613972302727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9585892286402915f,0.16343639677846183f,0.23322786056319267f,0.1527397437157016f,0.17465752028885878f,0.9842266443328699f,0.02815427484068981f,1.9420831326792065f,-0.2249476413331728f,0.06772338439070656f,-0.9720144555845406f,0.06980130234359133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9723544898462443f,0.011467830351295935f,0.23322786056319267f,0.040854645882555454f,0.018540227802010437f,0.9994316368622941f,0.02815427484068981f,1.9542903441827648f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,0.0433088601161425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9406970866660866f,0.2463610281579719f,0.23322786056319267f,0.01908612950632975f,0.25977389991247907f,0.9652589588977956f,0.02815427484068981f,1.9503872378142428f,-0.2181891657763932f,0.08707115522657764f,-0.9720144555845406f,0.0379726085802798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9707858385861468f,-0.05638812514801057f,0.23322786056319267f,0.04750355444349108f,-0.051221761996919454f,0.9982903725400369f,0.02815427484068981f,1.959843073727443f,-0.23441669458151376f,0.015385429346185336f,-0.9720144555845406f,0.04506505189153914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676549001785612f,0.09617046957114628f,0.23322786056319267f,0.11218135442283403f,0.105575883274017f,0.994012610422577f,0.02815427484068981f,2.064329192235099f,-0.22912382466982775f,0.05186685939363581f,-0.9720144555845406f,0.031460723158145944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676549001785612f,0.09617046957114628f,0.23322786056319267f,0.09054299876932616f,0.105575883274017f,0.994012610422577f,0.02815427484068981f,1.8406763548900191f,-0.22912382466982775f,0.05186685939363581f,-0.9720144555845406f,0.019790679794577902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9621771564526457f,-0.1407831121186658f,0.23322786056319267f,-0.2269418804800177f,-0.13803358662481174f,0.990027305568733f,0.02815427484068981f,1.949322656822237f,-0.2348655968084544f,-0.0051038779861677895f,-0.9720144555845406f,-0.02109087404976991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9723544898462441f,0.011467830351295935f,0.23322786056319267f,-0.11482565121522821f,0.018540227802010437f,0.999431636862294f,0.02815427484068981f,1.9572587556033096f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,0.006040474913785454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9462457251800884f,-0.22410665459893064f,0.23322786056319267f,-0.09315620966828594f,-0.22379489231153077f,0.9742295330072197f,0.02815427484068981f,1.9525274022903247f,-0.23352703002795802f,-0.025554341725240383f,-0.9720144555845406f,0.011102858134301598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691859277725423f,0.07926791573387319f,0.23322786056319267f,-0.12134425096963128f,0.0882118914747461f,0.9957037707122749f,0.02815427484068981f,1.9630625546975198f,-0.22999412951230755f,0.047860197707124665f,-0.9720144555845406f,0.004644490201857851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9696538747225038f,-0.07332208598199305f,0.23322786056319267f,-0.16904309303818327f,-0.06863652999846505f,0.9972443850721671f,0.02815427484068981f,2.069691398481759f,-0.23464950454966796f,0.011291950641253774f,-0.9720144555845406f,-0.03586173981039645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9696538747225038f,-0.07332208598199305f,0.23322786056319267f,-0.15254562369223487f,-0.06863652999846505f,0.9972443850721671f,0.02815427484068981f,1.8453114118405218f,-0.23464950454966796f,0.011291950641253774f,-0.9720144555845406f,-0.03840242870467854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9723544898462442f,0.011467830351295944f,0.23322786056319267f,-0.04416694615909329f,0.018540227802010437f,0.999431636862294f,0.02815427484068981f,1.329905348384573f,-0.23277243399702577f,0.031700033214327f,-0.9720144555845406f,0.004823310259623981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9723544898462442f,0.0236583171934297f,0.2323080500185588f,-0.05303881510662943f,0.018540227802010437f,0.9995354314349091f,-0.02419052002912825f,0.9550795615964821f,-0.23277243399702577f,-0.01921471659445345f,-0.9723413951063151f,0.012028828982544025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.968332322114856f,-0.009081867050900402f,0.2494995664094845f,0.0008465847147746536f,-0.1574950816373181f,0.7976310879988555f,-0.5822198439746078f,0.613731728177236f,-0.1937209673930665f,-0.6030772480774185f,-0.7738023130255316f,0.40713910129174785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.968332322114856f,0.15513110057957574f,0.19561915954379458f,0.056593109216885845f,-0.1574950816373181f,0.2284018962939599f,-0.9607433960373487f,0.66302833269716f,-0.1937209673930665f,-0.9611279391435321f,-0.19673655326349937f,0.08840677662300367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9377511332291142f,0.2668465302035461f,0.22229651694491356f,-0.3016549697539279f,0.18207763843197486f,0.9227727311654996f,-0.33961481151504513f,0.5703965878711225f,-0.2957541981283568f,-0.27799894952264226f,-0.9139179604066003f,0.32803940524084374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9377511332291142f,0.3449332262307515f,-0.04054480940339322f,-0.1818477377875773f,0.18207763843197486f,0.3888469515340116f,-0.9031310989362181f,0.6733721785183912f,-0.2957541981283568f,-0.8542945146287382f,-0.4274462967025232f,0.011561006027473703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9388969563063967f,0.28006620733620996f,0.20008854276768462f,-0.057346836473978285f,0.11480114406305424f,0.8028352218653481f,-0.5850438478047876f,0.8349412807214542f,-0.32448914120567796f,-0.5263254943860582f,-0.7859314672405434f,0.029081677037673913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9803585216793567f,0.02547136592284158f,0.19557192663746822f,-0.0564194629697606f,-0.11480114406305424f,0.7326176748532831f,-0.670888992169631f,0.8067731850076121f,-0.16036790917287788f,-0.68016362149897f,-0.7153038387265411f,0.025410766865863504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9695400930296526f,0.14534766647897135f,0.1971447789244504f,-0.057346836473978285f,0f,0.8048937973559143f,-0.5934188866037013f,0.8349412807214542f,-0.24493266014979037f,-0.5753434025233055f,-0.7803768071674434f,0.029081677037673913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9589012142014379f,0.1499047119564304f,0.24090877679376452f,-0.05732448567405841f,0.1074878914958066f,0.9776805160070405f,-0.1805191452505598f,0.8608259671483725f,-0.26259248767775883f,-0.1472052511069719f,-0.9536119753137223f,0.028993203754362686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.968565139939269f,-0.062004281772766824f,0.24090877679376452f,-0.05732448567405841f,-0.1074878914958066f,0.9776805160070405f,-0.1805191452505598f,0.8608259671483725f,-0.22433885725885794f,-0.20073932764172137f,-0.9536119753137223f,0.028993203754362686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9695400930296526f,0.044215034454186015f,0.24090877679376452f,-0.05732448567405841f,0f,0.9835714708133859f,-0.1805191452505598f,0.8608259671483725f,-0.24493266014979037f,-0.17502054887986115f,-0.9536119753137223f,0.028993203754362686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9476862588557882f,0.21995857283798212f,0.23132008345796168f,-0.24428630265061396f,0.1426926552525197f,0.9401661189531497f,-0.3093969536203576f,0.8860099480687582f,-0.2855338174593437f,-0.26020356455600346f,-0.9223689847774826f,-0.02197191689522065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9695560735844649f,-0.05380317233002482f,0.23888540939685196f,0.13382791607431532f,-0.14315372475715712f,0.9160277966602809f,-0.3746999957751041f,0.8853550100163013f,-0.19866562677933997f,-0.3974899928211233f,-0.8958424383469648f,0.06337033672181128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9695400930296526f,0.08537667880439077f,0.22957097099673685f,-0.07394017965476843f,0f,0.9372819894918916f,-0.34857204732181507f,0.7430369265971445f,-0.24493266014979037f,-0.33795457518792904f,-0.9087324672869863f,0.06286815323123394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9695400930296526f,0.0732448567405841f,0.23372462208570158f,-0.05f,0f,0.9542403285162769f,-0.29904079225608654f,0.95625f,-0.24493266014979037f,-0.2899320375436272f,-0.9251742568823174f,-6.123233995736766e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.31219455505000615f,-0.269818102340733f,-0.9108966744073526f,-0.4573600424337283f,0.004859849420822581f,0.9592612825075492f,-0.28247862528973566f,0.9349559745016439f,0.9500057587513538f,0.0837614680579187f,0.30078742461753055f,0.39437188861105826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.19885712455830187f,-0.269818102340733f,-0.9421539341645024f,-0.4333597295305862f,-0.029601859749855044f,0.9592612825075492f,-0.2809653391102217f,0.9337940254983559f,0.9795813258284142f,0.0837614680579187f,0.18276882271609768f,0.48499030481364386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.25600333763351535f,-0.269818102340733f,-0.9282566901292691f,-0.3061213824627669f,-0.012394122701739091f,0.9592612825075492f,-0.28224843242155695f,0.9767122648632335f,0.9665964394942465f,0.0837614680579187f,0.24222993131697762f,0.4033466070148044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.33014344597779477f,-0.7874367733954625f,-0.5205272643987537f,0.7391868291228396f,-0.15914452822555883f,0.5899857839632533f,-0.7915742503752442f,1.9528515176517638f,0.9304183597789604f,-0.17849398484489243f,-0.3200961936050164f,-0.0799860635711188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22706195424732867f,-0.7874367733954625f,-0.5730499078072757f,0.7446098476908205f,0.5468542141891554f,0.5899857839632533f,-0.5940262983612988f,1.9324544823482364f,0.8058494508014171f,-0.17849398484489243f,0.564576443023658f,-0.17132945041679024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.05784553139179574f,-0.7874367733954625f,-0.6136751766224082f,0.8339496149001913f,0.2175683765709614f,0.5899857839632533f,-0.777547925363795f,2.0592851888045693f,0.974329459687162f,-0.17849398484489243f,0.13719329925296703f,-0.14623675188189958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015149063953588324f,0f,0.000003827072814840475f,-0.2253888594744224f,0f,0.000015625f,0f,1.1223725f,-0.000003827072814840475f,0f,-0.000015149063953588324f,0.6647910124832551f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113.mcfunction new file mode 100644 index 000000000..93f5cde05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..48dfbdf5f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7943282851029245f,-0.12270976802088021f,-0.1446697368565842f,0.04698109346675197f,-0.12187542294664615f,0.8073698786517197f,-0.015643042284919258f,1.0795001690042618f,0.14537331671069373f,0.006374662548984196f,-0.8035984114658038f,-0.3250056739849911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7648874839957581f,0.18671728795509895f,-0.14171729324726617f,0.04698109346675197f,0.1923613396643886f,0.7763776763036228f,-0.015323796524002538f,1.0795001690042618f,0.13395615636901756f,-0.04872738568895296f,-0.787198443884869f,-0.3250056739849911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6850412920107508f,0.1381430028635328f,0.4225865395922257f,-0.01485161543939928f,0.1464695527396288f,0.803033270002171f,-0.025073528557379664f,1.0805281215130977f,-0.4197732040101403f,0.054758766183238675f,-0.69838125631033f,-0.33647467308957635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6717655514516155f,-0.13178102207336212f,0.41396232449850684f,-0.01485161543939928f,-0.1684773611319842f,0.7816726268669354f,-0.024561823892943348f,1.0805281215130977f,-0.4004327941976156f,-0.10780383401458889f,-0.6841285776101192f,-0.33647467308957635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02583323077488133f,-0.05518152235884032f,1.5613115940701565f,-0.7228892041030562f,1.552096383669279f,0.17715186790533982f,0.031941845569664826f,0.7899591216726501f,-0.17814519355985728f,1.5514439936033175f,0.05188520717614173f,-0.2025262054682389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6283491536619256f,-0.7634923214274429f,0.14918718515233306f,-0.5346561933252094f,-0.7767998804541628f,0.6261293065902995f,-0.0674094737789076f,1.0374810003190749f,-0.041943853169928436f,-0.1582452733893977f,-0.9865085638914516f,-0.17236677844033693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5481684352853882f,-0.7634923214274429f,0.3414540110733857f,-0.3356353602438845f,-0.757847453001914f,0.6261293065902995f,0.18338301286450331f,1.3143142551446698f,-0.3538058853881336f,-0.1582452733893977f,-0.9218350334602355f,-0.05024827066760589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.49508262540280645f,0.7298077551788416f,0.4714592607056144f,0.3576960996660552f,0.6290029913838653f,0.07327105410194268f,-0.7739422390985902f,1.1003044719870247f,-0.5993733651526512f,0.6797146409425138f,-0.42277603531181385f,0.3046394623816759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2640764746342871f,0.7363839229273383f,0.6228983332766835f,0.2509910407808969f,0.613062230145575f,0.6267284448493576f,-0.4810053621173463f,1.2969065739615662f,-0.7445927192188092f,0.25485324104442797f,-0.6169534083020288f,0.05876926024188762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9455174591103787f,-0.1672022229531011f,0.27935667372911477f,-0.222147028575823f,-0.2993800439474733f,0.783706402842629f,-0.5442204180563935f,0.9802914641853114f,-0.12793875020283152f,-0.5982037201347115f,-0.791065095560112f,0.22951152018074988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9761007692053858f,-0.07813192542626081f,0.20278730380829973f,-0.23552934394444502f,-0.1258056559370777f,0.9640327530737666f,-0.23412344593238807f,1.1595843338495653f,-0.17720108716059296f,-0.2540398654349341f,-0.9508225499423666f,0.17593640447455997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8709345700837258f,-0.3263163603179201f,0.3674106797875384f,0.11314315157694027f,-0.4722193788711121f,0.7626259372551395f,-0.44205264171170955f,0.9737486174060315f,-0.13594790491823272f,-0.5584973704634475f,-0.8182902017828136f,0.2614535156195825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9543299163919368f,-0.22754314615570143f,0.1935937171421744f,0.07168877240488485f,-0.24572537899365787f,0.966399065353296f,-0.07544457967739676f,1.1544769135367907f,-0.16992189028427834f,-0.11956990893130666f,-0.9781766650663758f,0.23292055353829771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130046f,0.18277433060238976f,0.2485547843914964f,0.016343745000878516f,0.9994144293060977f,0.030061278983323735f,1.8427278198016657f,-0.18234927700396084f,0.03254039946585866f,-0.9826952038036693f,0.09511896276576681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130046f,0.18277433060238976f,0.30123364343037373f,0.016343745000878516f,0.9994144293060977f,0.030061278983323735f,1.7200063706055573f,-0.18234927700396084f,0.03254039946585866f,-0.9826952038036693f,0.0057618353635890285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130046f,0.18277433060238976f,-0.3290152743452438f,0.016343745000878516f,0.9994144293060977f,0.030061278983323735f,1.852329769989682f,-0.18234927700396084f,0.03254039946585866f,-0.9826952038036693f,-0.01201123747406018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130046f,0.18277433060238976f,-0.3500687632302055f,0.016343745000878516f,0.9994144293060977f,0.030061278983323735f,1.7308341016686393f,-0.18234927700396084f,0.03254039946585866f,-0.9826952038036693f,-0.11504456065153502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9693394428948223f,0.16423942438161407f,0.18277433060238976f,0.15683587195718285f,0.1724853879810148f,0.9845532542422097f,0.030061278983323735f,1.9517056798538541f,-0.17501381483012815f,0.06066548474932433f,-0.9826952038036693f,0.059133390807290576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130044f,0.18277433060238976f,0.043704331577372496f,0.016343745000878512f,0.9994144293060977f,0.030061278983323735f,1.9636597160525489f,-0.18234927700396084f,0.03254039946585866f,-0.9826952038036693f,0.03845740921386592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9513364046426009f,0.2480979429067035f,0.18277433060238976f,0.021699681906185708f,0.25763849915308834f,0.9657736397624604f,0.030061278983323735f,1.959707622315791f,-0.1690604890441101f,0.0756880932870635f,-0.9826952038036693f,0.03424380351989997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9814411674517856f,-0.05802395112128193f,0.18277433060238976f,0.050420935251287546f,-0.053411693937900656f,0.998119988005736f,0.030061278983323735f,1.9692272200864267f,-0.18417498685098535f,0.019741090134647567f,-0.9826952038036693f,0.03987696334115285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9784349438253869f,0.09622164400102734f,0.18277433060238976f,0.11404981798676676f,0.1033862590157385f,0.9941869044362922f,0.030061278983323735f,2.0738980558063003f,-0.17881930026745643f,0.04830936009845454f,-0.9826952038036693f,0.02311313433976157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9784349438253869f,0.09622164400102734f,0.18277433060238976f,0.09239994808653565f,0.1033862590157385f,0.9941869044362922f,0.030061278983323735f,1.850206002308135f,-0.17881930026745643f,0.04830936009845454f,-0.9826952038036693f,0.012243528317609316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9726493669473124f,-0.14334138638174482f,0.18277433060238976f,-0.22704083018277949f,-0.14020033522295927f,0.9896667042541425f,0.030061278983323735f,1.9580875289759325f,-0.1851946947954022f,0.0036140615521493558f,-0.9826952038036693f,-0.012069725326545433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130044f,0.18277433060238976f,-0.11369606715053762f,0.016343745000878512f,0.9994144293060977f,0.030061278983323735f,1.9662764562476083f,-0.18234927700396084f,0.032540399465858655f,-0.9826952038036693f,0.00926210038772822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9564551174586254f,-0.22756790713994707f,0.18277433060238976f,-0.0917828156839949f,-0.22592196730169417f,0.9736814593060809f,0.030061278983323735f,1.9615942389653036f,-0.184804959288812f,-0.01254047222099073f,-0.9826952038036693f,0.013194577531381136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9799652226834558f,0.07913094466650465f,0.18277433060238976f,-0.12029245874785842f,0.0860195588568809f,0.9958398239676672f,0.030061278983323735f,1.9720652853233822f,-0.17963517980905827f,0.04518117524182161f,-0.9826952038036693f,0.008212302394652805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9802790316301998f,-0.07514362394113147f,0.18277433060238976f,-0.1702818603796828f,-0.07082315478206122f,0.9970358069059521f,0.030061278983323735f,2.0786249951121936f,-0.18449146563696125f,0.01652378674489719f,-0.9826952038036693f,-0.029625938915779037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9802790316301998f,-0.07514362394113147f,0.18277433060238976f,-0.15337454499292824f,-0.07082315478206122f,0.9970358069059521f,0.030061278983323735f,1.8542919385583547f,-0.18449146563696125f,0.01652378674489719f,-0.9826952038036693f,-0.0333437909333809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.010579267336130046f,0.18277433060238976f,-0.04162087079428764f,0.016343745000878516f,0.9994144293060977f,0.030061278983323735f,1.3391096604456407f,-0.18234927700396084f,0.03254039946585866f,-0.9826952038036693f,0.0034821390847263062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9830979723178556f,0.02092423868587149f,0.1818806011094577f,-0.04946746030148945f,0.016343745000878516f,0.9995112993573193f,-0.026646659385173688f,0.964292923186646f,-0.18234927700396084f,-0.02322366664546932f,-0.9829595121283851f,0.012191014076777302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9780568266326352f,-0.032537977799900655f,0.20578173844632708f,0.022670235290248322f,-0.1528427213536618f,0.7832755639422798f,-0.602593140900318f,0.6347121299594254f,-0.1415766449895826f,-0.6208225760485815f,-0.7710612055225559f,0.4077438723004161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9780568266326352f,0.11064087594107852f,0.17653169814027814f,0.0634073846323504f,-0.1528427213536618f,0.19475214310783384f,-0.9688708403518567f,0.6720290326797365f,-0.1415766449895826f,-0.9745923246803747f,-0.1735680104961655f,0.08603216639574723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9523222022405096f,0.2524936679646097f,0.17125819909587797f,-0.2802206379511528f,0.17939474963526356f,0.917459733612777f,-0.3550847236962941f,0.5897844012903649f,-0.2467791460457855f,-0.3074322443026265f,-0.9190133123301114f,0.3466172075889551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9523222022405096f,0.2971516405782455f,-0.06916159065148203f,-0.1787280152647651f,0.17939474963526356f,0.3620256458058673f,-0.914743109065133f,0.6815821289367618f,-0.2467791460457855f,-0.8835373983485373f,-0.3980725044466284f,0.021688424648854572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9550676247018879f,0.2515831246053837f,0.15669002412433825f,-0.05296792884142787f,0.11292317204743108f,0.7976624579691112f,-0.5924381489754204f,0.8459557837701192f,-0.27403319043692503f,-0.5481245611724291f,-0.7902311535104726f,0.0299945768787388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9877221273552188f,-0.007451855424979385f,0.1560431638477184f,-0.0523558846084764f,-0.1129231720474311f,0.7242830092018828f,-0.6801929724689986f,0.8165962399890844f,-0.10795071258508193f,-0.6894625388171506f,-0.7162318418083508f,0.026881688471199653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9812139881460269f,0.11569992330080478f,0.154378227787329f,-0.05296792884142787f,0f,0.8002083194146347f,-0.5997221402779842f,0.8459557837701192f,-0.19292254784386542f,-0.5884557530416319f,-0.7851755964404634f,0.0299945768787388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9716091051057922f,0.14206527462149798f,0.1891909210883011f,-0.052950813569088866f,0.10445966991118653f,0.9750779877567911f,-0.19573220264998034f,0.8717180989042695f,-0.2122826517583746f,-0.17041236909005567f,-0.9622347427855363f,0.029907527724466025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9796537451096821f,-0.06697264419398587f,0.1891909210883011f,-0.052950813569088866f,-0.10445966991118653f,0.9750779877567911f,-0.19573220264998034f,0.8717180989042695f,-0.1713671994712522f,-0.2115126065316977f,-0.9622347427855363f,0.029907527724466025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9812139881460269f,0.037761155230326f,0.1891909210883011f,-0.052950813569088866f,0f,0.9806573840265452f,-0.19573220264998034f,0.8717180989042695f,-0.19292254784386542f,-0.1920551751707935f,-0.9622347427855363f,0.029907527724466025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9617399801000491f,0.20523898176850153f,0.18147498736681528f,-0.24242619134594f,0.1399296520933626f,0.9374789726392775f,-0.31867360782505244f,0.895275280682718f,-0.2355332315028764f,-0.281087417402191f,-0.9303300278051757f,-0.010700006250469116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9792852815605021f,-0.07040274488588319f,0.18985202351173738f,0.1397595172791827f,-0.14033180307451848f,0.9118910552351469f,-0.3856963681809629f,0.8947276716610325f,-0.1459702790461901f,-0.4043490532877054f,-0.9028812329096856f,0.05406192420899972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9812139881460269f,0.07004013711163404f,0.17975953009493556f,-0.06808360043207787f,0f,0.9317704545371086f,-0.3630479583356859f,0.7528613412219536f,-0.19292254784386542f,-0.35622773508683103f,-0.9142662037329926f,0.06637813330288482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9812139881460269f,0.059736420644785314f,0.18344118816426647f,-0.04707050966186782f,0f,0.9508540614585271f,-0.30963939317829625f,0.9653177955790933f,-0.19292254784386542f,-0.30382250386759174f,-0.9329913057885688f,-5.764474899164099e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3677698244763544f,-0.2614223980428815f,-0.89241452588253f,-0.3986366386982403f,0.0038472573534612305f,0.9600908388345722f,-0.27966190265530216f,0.9564630727900929f,0.9299088959760994f,0.09941786050522658f,0.3540981985227764f,0.40726106471724366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2704516278426844f,-0.2614223980428815f,-0.9265604388267132f,-0.3686772216078286f,-0.026014048930917563f,0.9600908388345722f,-0.27847594230767453f,0.9554225183680938f,0.962382037579392f,0.09941786050522658f,0.252857475185333f,0.4960890618470766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31956711563105755f,-0.2614223980428815f,-0.9107882236880073f,-0.24703869659983332f,-0.011099247167989976f,0.9600908388345722f,-0.27946804450282203f,0.9978630022545166f,0.9474986360515515f,0.09941786050522658f,0.30391186829904016f,0.4060882830373041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34585376897444126f,-0.7665046718566759f,-0.5411614902301009f,0.7143923734556887f,-0.21059067347348856f,0.6254518436955925f,-0.7513065682288202f,1.954465520721104f,0.914350446345468f,-0.14587864559171704f,-0.3777336125210064f,-0.14019759025504666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.24232712175527388f,-0.7665046718566759f,-0.5947673108734998f,0.719857152286648f,0.4920067700196422f,0.6254518436955925f,-0.6055900671845793f,1.9396106329370832f,0.8361859268826782f,-0.14587864559171704f,0.5286894328844514f,-0.23260176224556264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.05829097419689902f,-0.7665046718566759f,-0.6395879535678155f,0.8130629559063407f,0.1584521363628859f,0.6254518436955925f,-0.7640045233503672f,2.0616387553316486f,0.9856445012321704f,-0.14587864559171704f,0.08499610550556051f,-0.19914909207613873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001533146856478167f,0f,0.0000030144148100603973f,-0.18678667326396922f,0f,0.000015625f,0f,1.1314402955790932f,-0.0000030144148100603973f,0f,-0.00001533146856478167f,0.6731921983613304f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114.mcfunction new file mode 100644 index 000000000..acdd85f5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..8256f7f3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7884172553258425f,-0.1242061085701172f,-0.17296103186202919f,0.036449262019636525f,-0.12311045669051833f,0.8071237062229736f,-0.018427771183390375f,1.0969893802164488f,0.173742601000335f,0.008283108788591459f,-0.7979281566349687f,-0.3309422847036927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7600987936874398f,0.18314717376308648f,-0.1694312148852531f,0.036449262019636525f,0.19115131990153744f,0.7766178656428597f,-0.018051694220464043f,1.0969893802164488f,0.16034648962418563f,-0.05763508919853304f,-0.7816439085403776f,-0.3309422847036927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7106051451035192f,0.14011198531194774f,0.37729750034792864f,-0.024903200844373807f,0.14445613086839657f,0.8033598879440017f,-0.02626330408722624f,1.0978630227196766f,-0.37565569136029786f,0.043885834377279165f,-0.723810251056222f,-0.33920624752007156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6956395931882623f,-0.1395822568116998f,0.36959755136123623f,-0.024903200844373807f,-0.17042199838801073f,0.7812134455826181f,-0.025727318289527748f,1.0978630227196766f,-0.35642937428655597f,-0.10110561816381174f,-0.7090386132795644f,-0.33920624752007156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02484383710316509f,0.04363263743751404f,1.5616930641801026f,-0.7155768150443297f,1.5540969816300465f,0.16055927965378455f,0.0202370799631922f,0.8035586488258376f,-0.1599112424014345f,1.5536161561554722f,-0.04595088558804411f,-0.15248244430957492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6146706254803035f,-0.7835911740875118f,0.09035980336304042f,-0.5325138850532731f,-0.7887064001636153f,0.6089584634919415f,-0.0843315129858638f,1.0488859514033464f,0.01105606225577832f,-0.12310345906467701f,-0.9923322537606584f,-0.1448713268161308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5511399249383764f,-0.7835911740875118f,0.286757135972369f,-0.3322228039759003f,-0.7728041245039766f,0.6089584634919415f,0.17872709613031804f,1.3319379888648917f,-0.31467216001509096f,-0.12310345906467701f,-0.9411838131192802f,-0.03682893880181248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.514578182077325f,0.744450663263144f,0.4254438911267391f,0.3665979934043098f,0.5975920674242107f,0.044447101059289174f,-0.8005674088789043f,1.1224636336016567f,-0.6148926861507242f,0.6661964163626899f,-0.4220063024930508f,0.29043090024984775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2639657420992282f,0.764637906756251f,0.5879208777968535f,0.25913406062513644f,0.6049328438163168f,0.6059996073411148f,-0.5165469294988773f,1.3169564894108174f,-0.751251184005927f,0.2193019549703871f,-0.6225177194874527f,0.04301744743193505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9623834522608328f,-0.15615547919998451f,0.22233658522686953f,-0.2082467819740887f,-0.25724294842103385f,0.7870418022120127f,-0.5607060433583004f,0.998834010365552f,-0.08743086584367746f,-0.5968087364362975f,-0.7976059025678875f,0.23868161562689758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9857419010105287f,-0.07173822086115676f,0.15220555922772686f,-0.2207464136403823f,-0.10779991236392683f,0.9637916543725297f,-0.243895112407346f,1.1780206011078553f,-0.12919784629195208f,-0.2568253776976453f,-0.9577831914812364f,0.18454071236183137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9068908818841563f,-0.29513630486238546f,0.30073824151170825f,0.12545943424292508f,-0.4091574759575102f,0.7873653518434371f,-0.4611355143388332f,0.9912691115267048f,-0.10069303959786385f,-0.5412488930876791f,-0.8348116838592433f,0.2509924543461804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9695716271973428f,-0.19957164907511893f,0.1417815806772328f,0.08892588492057299f,-0.21108419718977506f,0.9748656947875551f,-0.0712764955867346f,1.1736109512019544f,-0.12399323139044828f,-0.09903551894050558f,-0.9873285393208987f,0.22625249117408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.009708501283952023f,0.13386992284870808f,0.2571533715899674f,0.01411087969888312f,0.9993890223385407f,0.03197600824586463f,1.861617985257539f,-0.1334776921991956f,0.03357569108797987f,-0.9904829017469918f,0.0801841023746967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.009708501283952023f,0.13386992284870808f,0.3056507900238544f,0.01411087969888312f,0.9993890223385407f,0.03197600824586463f,1.7391629502495631f,-0.1334776921991956f,0.03357569108797987f,-0.9904829017469918f,-0.011865217592611423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.009708501283952023f,0.13386992284870808f,-0.3250305497046285f,0.01411087969888312f,0.9993890223385407f,0.03197600824586463f,1.8699081270806328f,-0.1334776921991956f,0.03357569108797987f,-0.9904829017469918f,0.0017659582076692826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.009708501283952023f,0.13386992284870808f,-0.3508544829253708f,0.01411087969888312f,0.9993890223385407f,0.03197600824586463f,1.7485114080500732f,-0.1334776921991956f,0.03357569108797987f,-0.9904829017469918f,-0.10029418867457851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.977232355615949f,0.1646079186849298f,0.13386992284870808f,0.16349805083336647f,0.1702760384307364f,0.9848774571656084f,0.03197600824586463f,1.9704150538254317f,-0.1265819650409879f,0.05404282998900756f,-0.9904829017469918f,0.048953139631327684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9909513553950571f,0.009708501283952037f,0.13386992284870808f,0.049453143387030295f,0.014110879698883111f,0.9993890223385407f,0.03197600824586463f,1.982111641371859f,-0.1334776921991956f,0.03357569108797987f,-0.9904829017469918f,0.0339168651484186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9591671660531845f,0.24915294764859586f,0.13386992284870808f,0.027276838197903427f,0.25546581299145943f,0.9662891664968997f,0.03197600824586463f,1.9781097830286494f,-0.12139013945998947f,0.06486952588652832f,-0.9904829017469918f,0.030790406615255457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9892146785132644f,-0.05944042034154877f,0.13386992284870808f,0.05621797459692252f,-0.05563734779177848f,0.9979388861184623f,0.03197600824586463f,1.9876941196537747f,-0.13549466906338328f,0.024182969260678266f,-0.9904829017469918f,0.03501139469740482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9863343346710154f,0.09603865891174469f,0.13386992284870808f,0.11868120734004403f,0.10115967607720927f,0.9943562011837682f,0.03197600824586463f,2.092551157605943f,-0.1300434549873218f,0.045081272850476015f,-0.9904829017469918f,0.01528854808678054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9863343346710154f,0.09603865891174469f,0.13386992284870808f,0.0970725090849015f,0.10115967607720927f,0.9943562011837682f,0.03197600824586463f,1.8688210123395952f,-0.1300434549873218f,0.045081272850476015f,-0.9904829017469918f,0.005145261695423453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9802698440253437f,-0.1454299716393051f,0.13386992284870808f,-0.22344521321721605f,-0.14240173572248147f,0.9892923129994922f,0.03197600824586463f,1.9759250214132293f,-0.13708675558839625f,0.012281807241036028f,-0.9904829017469918f,-0.0031667687943542112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.009708501283952023f,0.13386992284870808f,-0.1092046332040445f,0.014110879698883139f,0.9993890223385408f,0.03197600824586463f,1.9843708852656992f,-0.13347769219919564f,0.03357569108797987f,-0.9904829017469918f,0.012546215869282597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9638645641212753f,-0.2303127130398685f,0.13386992284870808f,-0.08711220334947008f,-0.22808236045981745f,0.9731166280275652f,0.03197600824586463f,1.9797386520900395f,-0.1376355291281354f,0.0002871732523315462f,-0.9904829017469918f,0.015382601584771033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9878602168834467f,0.07881012406709252f,0.13386992284870808f,-0.11585914684062272f,0.08379036040207245f,0.9959702357000191f,0.03197600824586463f,1.990144451394395f,-0.1308104254357442f,0.042804835523317514f,-0.9904829017469918f,0.011833206459691013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9880266379517542f,-0.07669554390076487f,0.13386992284870808f,-0.16792182714153484f,-0.07304530899433365f,0.9968158895857263f,0.03197600824586463f,2.096632307421104f,-0.13589608357739943f,0.021814578042747626f,-0.9904829017469918f,-0.023315881294757243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9880266379517542f,-0.07669554390076487f,0.13386992284870808f,-0.15066532976386277f,-0.07304530899433365f,0.9968158895857263f,0.03197600824586463f,1.872348732264316f,-0.13589608357739943f,0.021814578042747626f,-0.9904829017469918f,-0.02822416135437545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.009708501283952023f,0.13386992284870808f,-0.035955452336528165f,0.01411087969888312f,0.9993890223385407f,0.03197600824586463f,1.35739874809577f,-0.1334776921991956f,0.03357569108797987f,-0.9904829017469918f,0.0022055991675278067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.990951355395057f,0.017862956249593484f,0.13302753863288858f,-0.04265406093012572f,0.01411087969888312f,0.9994770489604705f,-0.0290948736961143f,0.9825948547355937f,-0.1334776921991956f,-0.026954468929925313f,-0.9906851983803343f,0.012313525016249799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9847509675623591f,-0.05665089560187923f,0.16448771356092978f,0.047233373914200884f,-0.1481982031867523f,0.7683866346066527f,-0.6225907743695541f,0.6648286735576187f,-0.09111983569572316f,-0.6374736510518436f,-0.7650650428280046f,0.4072336680348009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9847509675623591f,0.06691434855267181f,0.16058643106679046f,0.07335484258031054f,-0.1481982031867523f,0.16081796792235142f,-0.9757944833649881f,0.6901596536098942f,-0.09111983569572316f,-0.9847131821759557f,-0.14844906329002988f,0.08373498032599938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9639229296171046f,0.236450432640109f,0.12224474901885841f,-0.2550014377949953f,0.17670356069250226f,0.911884932380791f,-0.3704614983172626f,0.6183381869850377f,-0.19906892624658828f,-0.33549525034072414f,-0.9207684288689773f,0.36333786704624965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9639229296171046f,0.24906177404143792f,-0.09391921246321297f,-0.17171309364752446f,0.17670356069250226f,0.33486357222038915f,-0.9255496959312295f,0.6989162691332154f,-0.19906892624658828f,-0.9087544336679363f,-0.3667927778622399f,0.031567801725149905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9680572686577581f,0.22276409543257467f,0.11507077120184771f,-0.045312584219356154f,0.11105221343267958f,0.7924186857534162f,-0.5997833211756818f,0.8660561547540352f,-0.22479441828164637f,-0.5678457398404386f,-0.7918451144349384f,0.030785644450208018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9921600795142783f,-0.0398453997223906f,0.11845134334056263f,-0.04495071382070432f,-0.11105221343267963f,0.7158276975810018f,-0.6893896672184638f,0.8355131377710644f,-0.057321745524046175f,-0.6971391909058365f,-0.7146405851847709f,0.028271273690098637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9898015544901467f,0.08632491986324159f,0.11331765502115712f,-0.045312584219356154f,0f,0.7954734808548958f,-0.6059884002657111f,0.8660561547540352f,-0.1424530895729856f,-0.599808260585998f,-0.7873608879058638f,0.030785644450208018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9813422236268887f,0.132578829784227f,0.13924903597540036f,-0.04530068897308706f,0.10142233564193688f,0.9722321829908809f,-0.21089829821437672f,0.891699374326942f,-0.16334304380648626f,-0.19284044246431f,-0.9675389469112865f,0.030702993148762157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9875765312344182f,-0.0728169000638981f,0.13924903597540036f,-0.04530068897308706f,-0.10142233564193688f,0.9722321829908809f,-0.21089829821437672f,0.891699374326942f,-0.1200254339210168f,-0.22240117225830933f,-0.9675389469112865f,0.030702993148762157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9898015544901467f,0.03004311416632284f,0.13924903597540036f,-0.04530068897308706f,0f,0.9775080090773065f,-0.21089829821437672f,0.891699374326942f,-0.1424530895729856f,-0.2087474634119167f,-0.9675389469112865f,0.030702993148762157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9727674509450586f,0.18955061977800344f,0.1333943361752208f,-0.23665794150590885f,0.13716487557317708f,0.9346951481782733f,-0.32791885715980196f,0.9136403933960627f,-0.18684026142897547f,-0.30069177327251667f,-0.9352407038807611f,0.00020668034100343458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9859399506972554f,-0.08703872227377227f,0.14264176963303166f,0.14838700695612222f,-0.13750842951313924f,0.9076174829878261f,-0.39663829415182944f,0.9131929482130973f,-0.09494127359543766f,-0.41067598590591137f,-0.9068248944356809f,0.04500677195595896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9898015544901467f,0.05376703309463073f,0.13191659820162868f,-0.05880646348848172f,0f,0.926035360812876f,-0.3774367636097024f,0.7718003796520811f,-0.1424530895729856f,-0.3735874953426135f,-0.9165912396454285f,0.06970205330663029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9898015544901467f,0.04561343107903514f,0.13495294600003058f,-0.040881887837305536f,0f,0.9473500813816162f,-0.3201996616273119f,0.983473913460786f,-0.1424530895729856f,-0.3169341228259323f,-0.9376885831978907f,-5.006587308305734e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4201323614872501f,-0.25238097745082466f,-0.871660852081882f,-0.3374077589251426f,0.0029503412031857447f,0.9609219751791505f,-0.27680363636445415f,0.9870550094398909f,0.9074580399764668f,0.11372246848695507f,0.40445902863368277f,0.4147309474147963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.33861149691157f,-0.25238097745082466f,-0.9064469628060277f,-0.3018042811697998f,-0.022390016471104446f,0.9609219751791505f,-0.27591238605800905f,0.9861428174816812f,0.9406598435788193f,0.11372246848695507f,0.3197284141885174f,0.5014524717184903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.379770429390323f,-0.25238097745082466f,-0.8899877882205215f,-0.18610785181439293f,-0.00973004755423719f,0.9609219751791505f,-0.2766483034330636f,1.0280961589757456f,0.9250295925727356f,0.11372246848695507f,0.362474072212002f,0.403720598734843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36343748571243234f,-0.742434158022798f,-0.5627652396692641f,0.6891637868115122f,-0.25942472823667795f,0.6608324354270457f,-0.7042721793929425f,1.9651207732566314f,0.8947692464308051f,-0.10996369077353828f,-0.43277705848752007f,-0.1963832640565133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.25793631341778417f,-0.742434158022798f,-0.6182720915757246f,0.6947518506916907f,0.43346936286984195f,0.6608324354270457f,-0.6127028674168031f,1.955902178664941f,0.8634657895213079f,-0.10996369077353828f,0.4922751436318979f,-0.28951142067858493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.05960601472190283f,-0.742434158022798f,-0.6672620504793833f,0.7920471263235089f,0.09833167564469636f,0.6608324354270457f,-0.744064092570301f,2.0721210898463314f,0.9933670039687639f,-0.10996369077353828f,0.03361520693946561f,-0.24798962340846895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015465649288908546f,0f,0.0000022258295245779004f,-0.14596227963826577f,0f,0.000015625f,0f,1.149596413460786f,-0.0000022258295245779004f,0f,-0.000015465649288908546f,0.6794604135379828f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115.mcfunction new file mode 100644 index 000000000..6171914e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..78898240b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7826669705831868f,-0.1258701437271464f,-0.196299680388657f,0.029034896495584314f,-0.12444666202298704f,0.8068511397525288f,-0.02118280047175231f,1.1309869846549268f,0.19720518734028733f,0.009611953110432437f,-0.7924406406084492f,-0.3356549305623461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7555184459051865f,0.17948555084845344f,-0.1922935644623579f,0.029034896495584314f,0.18983984290853395f,0.7768720942727512f,-0.020750498421308387f,1.1309869846549268f,0.18207886187439476f,-0.0652279554861012f,-0.7762683826368483f,-0.3356549305623461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7313396883329596f,0.14109007921204847f,0.33493326837062876f,-0.031679642547577574f,0.14245099662003483f,0.8036764897933664f,-0.027500141087206137f,1.1317089926258963f,-0.33435672308995457f,0.03379546930870036f,-0.7443170644444452f,-0.34115496731784095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7147715315750539f,-0.14646988969632416f,0.3280978955467384f,-0.031679642547577574f,-0.17235538037110318f,0.7807483062964801f,-0.026938913718079483f,1.1317089926258963f,-0.31527017065841195f,-0.09475575775394553f,-0.7291269202721097f,-0.34115496731784095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02018458603051527f,0.1317573011454779f,1.5568040487105743f,-0.7009833515405725f,1.555949344244408f,0.1426966457423468f,0.008096631353792346f,0.8353760891092443f,-0.1414937123414776f,1.5503818661506406f,-0.13304829378494207f,-0.10795738069276334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5972295241703462f,-0.8011751138798547f,0.03788578043097199f,-0.5265241802820122f,-0.7998951756784426f,0.5914686428042374f,-0.10164916382177983f,1.0769057441660688f,0.05903052926762009f,-0.0910125347351423f,-0.9940986445697777f,-0.1202891016969128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.549554579019629f,-0.8011751138798547f,0.23687169855886198f,-0.326602169640427f,-0.7873811273259286f,0.5914686428042374f,0.1737694015362412f,1.3660625604551393f,-0.2793219021299768f,-0.0910125347351423f,-0.9558744653517931f,-0.025004732950718252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5351031978908309f,0.7536972307914902f,0.38158230030262935f,0.3750766300617729f,0.5637198665757581f,0.017848186078883096f,-0.8257731857365578f,1.1618779369825265f,-0.62919351525172f,0.6569793958343999f,-0.415323480932936f,0.2788729706333121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26134674195454055f,0.789446257711737f,0.5554029948196904f,0.26771702975867817f,0.5944647749887155f,0.5849696155676094f,-0.5517446693537685f,1.3535284097733182f,-0.7604666407985053f,0.18597084461715307f,-0.6221778951272859f,0.02900690601584752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9752947701522635f,-0.14178568757241475f,0.16940168273444356f,-0.19387656307444323f,-0.21474222519794267f,0.788410101320657f,-0.5764505953267699f,1.03396008602337f,-0.05182555383861857f,-0.5985869451760277f,-0.7993796226037737f,0.2466883653146158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9921826256812465f,-0.06435180158800952f,0.1069227895663265f,-0.2052742584374055f,-0.08979620176512768f,0.9631342204105805f,-0.2535924202784062f,1.2129627997236139f,-0.08666186845910932f,-0.2612112537898793f,-0.9613835870497767f,0.19170260780995235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9365275933868901f,-0.2586946391780082f,0.23662871864065826f,0.13710255768018342f,-0.34407275240053886f,0.80775840887096f,-0.47868600768538516f,1.0255416423778911f,-0.06730533322462022f,-0.5297201492852761f,-0.8454978152311854f,0.24158233258703724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9808545336019909f,-0.16945502266061377f,0.09596551051034663f,0.10592952537200799f,-0.1762146242006928f,0.9820732159980551f,-0.0669373187171843f,1.209262012135544f,-0.08290229267173009f,-0.0825662989017199f,-0.9931314193778398f,0.21989408017185327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.00872895561423485f,0.09056701357101264f,0.26602859498272313f,0.011842520281823568f,0.9993551203644616f,0.033898349734270125f,1.8970252078348264f,-0.09021271155808293f,0.03483028474211801f,-0.9953132762794442f,0.06703151614096593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.00872895561423485f,0.09056701357101264f,0.3107725871103558f,0.011842520281823568f,0.9993551203644616f,0.033898349734270125f,1.7748396935662882f,-0.09021271155808293f,0.03483028474211801f,-0.9953132762794442f,-0.027249912419568593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.00872895561423485f,0.09056701357101264f,-0.31903451857897425f,0.011842520281823568f,0.9993551203644616f,0.033898349734270125f,1.903982688500398f,-0.09021271155808293f,0.03483028474211801f,-0.9953132762794442f,0.014031548100592216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.00872895561423485f,0.09056701357101264f,-0.34897943456560077f,0.011842520281823568f,0.9993551203644616f,0.033898349734270125f,1.7826853632529964f,-0.09021271155808293f,0.03483028474211801f,-0.9953132762794442f,-0.08701583382679853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9822260067145996f,0.16440707948966027f,0.09056701357101264f,0.1708386526909439f,0.16803030284504866f,0.985198822173014f,0.033898349734270125f,2.005637247814179f,-0.08365338641855857f,0.04851384341181603f,-0.9953132762794442f,0.04009095328720323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9958521081901233f,0.00872895561423484f,0.09056701357101264f,0.056219380718621495f,0.011842520281823574f,0.9993551203644616f,0.033898349734270125f,2.0170722127108385f,-0.09021271155808293f,0.03483028474211801f,-0.9953132762794442f,0.03005079913764159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9641593190910169f,0.24938809807762496f,0.09056701357101264f,0.03393784127960445f,0.2532566319135949f,0.966805037366415f,0.033898349734270125f,2.013019833643252f,-0.07910679997148767f,0.05562010661757062f,-0.9953132762794442f,0.027885308634287488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9940351636690421f,-0.06075943912092181f,0.09056701357101264f,0.06301182935056789f,-0.05789781671714071f,0.9977468339737698f,0.033898349734270125f,2.022669857305f,-0.09242259576991643f,0.02845251927386244f,-0.9953132762794442f,0.03085951205321707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9913018116525182f,0.09548996945891038f,0.09056701357101264f,0.1243024454361492f,0.0988969937008366f,0.9945201287667483f,0.033898349734270125f,2.127714496685675f,-0.08683376561783042f,0.042560300874248745f,-0.9953132762794442f,0.008617015599719053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9913018116525182f,0.09548996945891038f,0.09056701357101264f,0.1028172023078944f,0.0988969937008366f,0.9945201287667483f,0.033898349734270125f,1.9039474677131567f,-0.08683376561783042f,0.042560300874248745f,-0.9953132762794442f,-0.0009590520969868996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.984957025718345f,-0.1471641041181558f,0.09056701357101264f,-0.21801824039148138f,-0.14463686443381152f,0.9889039788230444f,0.033898349734270125f,2.0102614742481872f,-0.09455070034022288f,0.02028908886698132f,-0.9953132762794442f,0.0048650051323393985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.00872895561423484f,0.09056701357101264f,-0.10322303836560343f,0.011842520281823574f,0.9993551203644617f,0.033898349734270125f,2.018968277464087f,-0.09021271155808294f,0.03483028474211801f,-0.9953132762794442f,0.015607155503538753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9683827700686188f,-0.23244876142293505f,0.09056701357101264f,-0.08101691160368496f,-0.23027513827801444f,0.9725349672769276f,0.033898349734270125f,2.0143868579045012f,-0.09595921698966643f,0.011971246242935675f,-0.9953132762794442f,0.01747173429046431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9928173613428061f,0.07817482375507048f,0.09056701357101264f,-0.10991629998888972f,0.08152516171238078f,0.9960946490635633f,0.033898349734270125f,2.0247262920528484f,-0.08756332008368851f,0.04103836056423796f,-0.9953132762794442f,0.015194218658667148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.992823368872458f,-0.0780984908533525f,0.09056701357101264f,-0.16371798518164069f,-0.07530208186724338f,0.9965844160690814f,0.033898349734270125f,2.1311395913991555f,-0.09290508429145387f,0.026835189111998815f,-0.9953132762794442f,-0.01747431243630791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.992823368872458f,-0.0780984908533525f,0.09056701357101264f,-0.1461458247396364f,-0.07530208186724338f,0.9965844160690814f,0.033898349734270125f,1.9069080977836124f,-0.09290508429145387f,0.026835189111998815f,-0.9953132762794442f,-0.02351222998650763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.00872895561423485f,0.09056701357101264f,-0.028968120142260502f,0.011842520281823568f,0.9993551203644616f,0.033898349734270125f,1.3921989601324019f,-0.09021271155808293f,0.03483028474211801f,-0.9953132762794442f,0.001017377911649877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9958521081901232f,0.014633632342791011f,0.0898022016308247f,-0.03445573227080713f,0.011842520281823568f,0.9994324824882258f,-0.03153518131859767f,1.0174117791993171f,-0.09021271155808293f,-0.030340892404117747f,-0.9954602437674043f,0.012395212563194032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9885533034745971f,-0.07869274095722112f,0.12872380786047577f,0.071049788980479f,-0.1435632240580478f,0.7529741287475562f,-0.642199005087144f,0.7114906981549088f,-0.046389297122501824f,-0.6533279528364744f,-0.7556524460060867f,0.40609764750360466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9885533034745971f,0.028138150901190276f,0.14822486516547365f,0.08431954649536168f,-0.1435632240580478f,0.12664253539855408f,-0.9815045944497076f,0.7248468264789807f,-0.046389297122501824f,-0.991549248747478f,-0.12115329306623251f,0.0819860009943545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9722118329106181f,0.22035864335470012f,0.07903303263479405f,-0.2294925085632501f,0.17400492740168816f,0.9060498446648485f,-0.38574079927165766f,0.6634724798199076f,-0.1566091861562072f,-0.36126963238235243f,-0.9192158699292621f,0.37748027723673194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9722118329106181f,0.20471272935767343f,-0.11356430067370768f,-0.16282674599051136f,0.17400492740168816f,0.3073848850906456f,-0.9355409224923001f,0.7328014802438122f,-0.1566091861562072f,-0.9293047029132815f,-0.33446424615307957f,0.04065676878034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9774402385830189f,0.1961013787565115f,0.07845271982899227f,-0.03632397873430818f,0.10918853992080149f,0.7871043603978098f,-0.6070787334380262f,0.9026681994156526f,-0.18079945450342116f,-0.5848170441193978f,-0.7907594970398494f,0.03144662422886705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9939421946938088f,-0.06883107823363989f,0.08568078125489414f,-0.03613955301663346f,-0.10918853992080149f,0.7072531172136297f,-0.6984775522102105f,0.870949900332718f,-0.012521036587200718f,-0.7036016705926715f,-0.7104842804608582f,0.029565946096832024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.995226186283659f,0.05974951516269161f,0.07716756814301545f,-0.03632397873430818f,0f,0.7906895737438434f,-0.6122172800344492f,0.9026681994156526f,-0.09759527721813001f,-0.6092946687856398f,-0.7869149690113372f,0.03144662422886705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9879102628226147f,0.12245417302627778f,0.0950699117397435f,-0.03631659204325416f,0.09837794460633005f,0.9691437175763267f,-0.22601379315734504f,0.9281956431517857f,-0.11981273982672315f,-0.21392856328874768f,-0.9694738145945079f,0.03137129857196549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9923655653349063f,-0.07856396514515593f,0.0950699117397435f,-0.03631659204325416f,-0.09837794460633005f,0.9691437175763267f,-0.22601379315734504f,0.9281956431517857f,-0.07437986792517011f,-0.23364108813093645f,-0.9694738145945079f,0.03137129857196549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.995226186283659f,0.02205787879831219f,0.0950699117397435f,-0.03631659204325416f,0f,0.9741241015921067f,-0.22601379315734504f,0.9281956431517857f,-0.09759527721813001f,-0.22493484541148828f,-0.9694738145945079f,0.03137129857196549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.980485541404096f,0.17430974400960345f,0.0909077347689566f,-0.2288951745579752f,0.1343992476758184f,0.9318148730001904f,-0.3371318505864036f,0.9485317275982431f,-0.14347454590167016f,-0.31833497388591425f,-0.9370581086994358f,0.009948625020987398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9896452171508355f,-0.10201658202786072f,0.10097010033583374f,0.15781210566821557f,-0.13468454897461932f,0.9032076653936966f,-0.4075242145462912f,0.9481772153580758f,-0.049622741137294465f,-0.4169035022225418f,-0.9075952034891988f,0.03698669866121159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.995226186283659f,0.038231486980143815f,0.0897952757029608f,-0.04822725373247386f,0f,0.9200780843345949f,-0.391735010851956f,0.8072803878242876f,-0.09759527721813001f,-0.3898649408839799f,-0.9156858029554937f,0.0727800892867509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.995226186283659f,0.032276738410759925f,0.09210347600849288f,-0.0332402154134786f,0f,0.9437288220682779f,-0.3307202902720375f,1.0181447965051684f,-0.09759527721813001f,-0.32914149321406455f,-0.939223636472982f,-4.0707523409085084e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46580529922728764f,-0.24334676495898158f,-0.850768931729277f,-0.2774741297065561f,0.00216914931904838f,0.9617544506970079f,-0.27390449312803944f,1.0341582642507747f,0.884884578915809f,0.1257407195322769f,0.44851817515959874f,0.416207131009948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3995479687166701f,-0.24334676495898158f,-0.883823383192808f,-0.23688111382379134f,-0.018731694665376525f,0.9617544506970079f,-0.2732718430052018f,1.0333813287595621f,0.9165208913654647f,0.1257407195322769f,0.3797087398811874f,0.5007095921148419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4329921694161576f,-0.24334676495898158f,-0.8679286452285624f,-0.12698832498088936f,-0.00828731190626826f,0.9617544506970079f,-0.2737876860376755f,1.0748379494108198f,0.9013595851188679f,0.1257407195322769f,0.4144154555103459f,0.39629604323584305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3864383837081186f,-0.7148665749434414f,-0.5827788222179063f,0.6631867815815764f,-0.305153475394807f,0.6953772642776036f,-0.6506395444332191f,1.99226157865776f,0.8703716057245481f,-0.07359511094107339f,-0.4868644858623837f,-0.24578823063317226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2698692184832185f,-0.7148665749434414f,-0.6450863391391032f,0.6693825496629308f,0.3714528223267589f,0.6953772642776036f,-0.6152018051918258f,1.9887377018525765f,0.8883655811099067f,-0.07359511094107339f,0.4532001257114003f,-0.3392668765911875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0660881928677795f,-0.7148665749434414f,-0.6961308287901811f,0.7707042899407808f,0.03758801925529037f,0.6953772642776036f,-0.7176612021938067f,2.0981488205842393f,0.9971055568854961f,-0.07359511094107339f,-0.019085808173509536f,-0.28966468238615345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015550409160682174f,0f,0.0000015249262065332816f,-0.1075200135004453f,0f,0.000015625f,0f,1.1842672965051684f,-0.0000015249262065332816f,0f,-0.000015550409160682174f,0.6835136091566937f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116.mcfunction new file mode 100644 index 000000000..724c90997 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..b47e7b789 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7779275978445177f,-0.12773432659613432f,-0.21320656360753729f,0.02466874972158821f,-0.12588277030412162f,0.8065522415245211f,-0.023905109846527814f,1.1796663008256982f,0.2143049815026765f,0.010092965136514209f,-0.7879822024654712f,-0.33930189689823026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7519280286924475f,0.1760217534694419f,-0.2088554092481998f,0.02466874972158821f,0.18842808018471485f,0.7771399429824123f,-0.0234172504619048f,1.1796663008256982f,0.19773491918372096f,-0.07120288847256083f,-0.7719009330274005f,-0.33930189689823026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7473252973652619f,0.14120891123305082f,0.29750527348392214f,-0.035298775558606735f,0.14045549767543755f,0.8039826765064495f,-0.028784605168655452f,1.1802392486953828f,-0.2978617087426849f,0.024826270568625648f,-0.7600042784083426f,-0.34258705057263544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7292834519460029f,-0.15235492603354883f,0.29143373729037275f,-0.035298775558606735f,-0.1742761378055866f,0.7802773530738955f,-0.02819716424684616f,1.1802392486953828f,-0.27887896032022624f,-0.0891920892978032f,-0.744493987012254f,-0.34258705057263544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.011963895993072363f,0.2058155180670038f,1.5488392711044863f,-0.6808291226630309f,1.5575622106467983f,0.12404189132210393f,-0.00445187177403823f,0.8833826277993841f,-0.12354381877586659f,1.543910564676609f,-0.20611487845914916f,-0.07059506514784364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5771947860991495f,-0.816584253412753f,-0.006027933169303279f,-0.5177906692939135f,-0.8103482487134207f,0.5736678456151645f,-0.11933532048118653f,1.1197198945050695f,0.10090537501564786f,-0.06399499969210554f,-0.9928357091217855f,-0.09970538001897811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5436055179466727f,-0.816584253412753f,0.19412160605215056f,-0.31980260878909883f,-0.8015656959532373f,0.5736678456151645f,0.16851598730760728f,1.4148614815217235f,-0.24896882521498825f,-0.06399499969210554f,-0.9663949317362317f,-0.015411789437291887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5579979845308674f,0.7566115967532299f,0.34084767993638737f,0.38200846447077647f,0.5275936481256898f,-0.006417314950977582f,-0.8494726367142416f,1.2167047593440998f,-0.6405335211500769f,0.6538330901134843f,-0.402764321353985f,0.2707497733199321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.25471903553407116f,0.8109555872108154f,0.5267534988095993f,0.27610186700999145f,0.5817113059156832f,0.563639820481322f,-0.5864487269469119f,1.4047952782232098f,-0.7724831192372187f,0.15703881157008598f,-0.6153118251376223f,0.01738201369324621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.984819664345465f,-0.12311148570483002f,0.1223674417728629f,-0.18053220393656644f,-0.17196978188935114f,0.7878155573298382f,-0.5914161324701969f,1.0838424771326207f,-0.023592855601103982f,-0.6034817393398296f,-0.79702770808044f,0.2533257887084614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9960730822390201f,-0.05545690759233644f,0.06901410174126286f,-0.19049903597424664f,-0.07180008209790353f,0.9620635854585055f,-0.2632079135312221f,1.2625843499465204f,-0.05179925723012477f,-0.26712953587168176f,-0.9622674513956019f,0.19722482916129858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9600008334929225f,-0.2167494970700904f,0.17725138987538805f,0.1469509585220874f,-0.2772925533145153f,0.8237465838402949f,-0.4945203792441325f,1.074740819825405f,-0.03882318339871904f,-0.5238904667306963f,-0.850900428545833f,0.23366753344859084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9887712100745693f,-0.1375820686813674f,0.05833239670224017f,0.12151889812371999f,-0.14116125772657775f,0.9880146831243051f,-0.06245386495509736f,1.2596032362552427f,-0.04904073250597602f,-0.06998685811017935f,-0.9963417316599474f,0.21431786173005757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.007559267867761732f,0.05500635957750793f,0.2744563957925358f,0.009539563812088777f,0.9993124328359114f,0.035828177484304335f,1.9471223168898235f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,0.05630496884067401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.007559267867761732f,0.05500635957750793f,0.3161104856112129f,0.009539563812088777f,0.9993124328359114f,0.035828177484304335f,1.8252094207815348f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,-0.039728853658834794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.007559267867761732f,0.05500635957750793f,-0.31213732031164143f,0.009539563812088777f,0.9993124328359114f,0.035828177484304335f,1.9527268106294258f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,0.024170067611407074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.007559267867761732f,0.05500635957750793f,-0.3453675346764763f,0.009539563812088777f,0.9993124328359114f,0.035828177484304335f,1.8315293818070435f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,-0.0759660827046039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9849821917834707f,0.16365934826785866f,0.05500635957750793f,0.17810702270558426f,0.16574902179030082f,0.9855169219621301f,0.035828177484304335f,2.0555451457694867f,-0.04834608200246136f,0.04440736707831465f,-0.9978429947161942f,0.03296438717806326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.007559267867761732f,0.05500635957750793f,0.06317587402780117f,0.009539563812088772f,0.9993124328359115f,0.035828177484304335f,2.066714414419056f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,0.02702981672696362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9669701851135976f,0.24888342955569598f,0.05500635957750793f,0.04084119445986052f,0.2510117560453862f,0.9673207534345392f,0.035828177484304335f,2.062610779801462f,-0.04429175350318236f,0.0484520223254947f,-0.9978429947161942f,0.02565126802535781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996552504966448f,-0.06210801277715994f,0.05500635957750793f,0.06997931728793327f,-0.06019218556919691f,0.9975436043073789f,0.035828177484304335f,2.07232740966497f,-0.0570964590977525f,0.032393707017190534f,-0.9978429947161942f,0.027606396448691076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9939991236997455f,0.09455179792139358f,0.05500635957750793f,0.13018670147658923f,0.09659908021249386f,0.9946783195587673f,0.035828177484304335f,2.177560963465302f,-0.051326014712213146f,0.04092674076418232f,-0.9978429947161942f,0.0033862689725152693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9939991236997455f,0.09455179792139358f,0.05500635957750793f,0.10891254694427571f,0.09659908021249386f,0.9946783195587673f,0.035828177484304335f,1.9537583415645798f,-0.051326014712213146f,0.04092674076418232f,-0.9978429947161942f,-0.005822247699425737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9873472518334487f,-0.1487269467950112f,0.05500635957750793f,-0.21176717147721202f,-0.14690478988717406f,0.9885015550854527f,0.035828177484304335f,2.059270121712021f,-0.05970248742842651f,0.027294154881136675f,-0.9978429947161942f,0.011606216474988152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.998457389113493f,0.007559267867761718f,0.05500635957750793f,-0.09668366752812393f,0.009539563812088772f,0.9993124328359114f,0.035828177484304335f,2.0682417608178825f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,0.018272357454175873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9706276899374267f,-0.23421397894396662f,0.05500635957750793f,-0.0744142952720779f,-0.23249936005057248f,0.9719364121557682f,0.035828177484304335f,2.063711965601657f,-0.06185414378042267f,0.02198687774577606f,-0.9978429947161942f,0.019337317369246692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9954978892253632f,0.07718972051948658f,0.05500635957750793f,-0.10340121492618509f,0.07922483739739557f,0.996212711642202f,0.035828177484304335f,2.073983939697062f,-0.05203246762553919f,0.04002474495376728f,-0.9978429947161942f,0.01810822740115744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.995316790911032f,-0.07949079277875452f,0.05500635957750793f,-0.15858722870931735f,-0.07759255442907242f,0.9963411750978298f,0.035828177484304335f,2.1803199969146134f,-0.05765311117135329f,0.03139230268840566f,-0.9978429947161942f,-0.012433405649541682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.995316790911032f,-0.07949079277875452f,0.05500635957750793f,-0.1407018003340976f,-0.07759255442907242f,0.9963411750978298f,0.035828177484304335f,1.956143232517602f,-0.05765311117135329f,0.03139230268840566f,-0.9978429947161942f,-0.019496673754432946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.007559267867761732f,0.05500635957750793f,-0.021487700213935958f,0.009539563812088777f,0.9993124328359114f,0.035828177484304335f,1.4416835346663015f,-0.054697704220028835f,0.036297645224933575f,-0.9978429947161942f,-0.00007941031982673825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9984573891134931f,0.011377903548791687f,0.054345058979644756f,-0.02575441404473284f,0.009539563812088777f,0.9993774052967742f,-0.03396760963862577f,1.0669170076800112f,-0.054697704220028835f,-0.033396782676200665f,-0.9979442950685858f,0.012444383183748511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.990255239755565f,-0.09699159138176273f,0.09993593616853619f,0.09240416125744626f,-0.13893947653761776f,0.737048236063816f,-0.6614043540638889f,0.7728545006046909f,-0.009506944624922312f,-0.6688441738674641f,-0.7433418386499229f,0.4048347130885709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.990255239755565f,-0.0033865208008817815f,0.13922317197045098f,0.09531467449331235f,-0.13893947653761776f,0.09226934164422546f,-0.9859929971617414f,0.7742640646165535f,-0.009506944624922312f,-0.9957283264371896f,-0.09184072045934882f,0.08107190709937095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9776905311811438f,0.2054896902797949f,0.04353403757345496f,-0.2056620300616744f,0.17129970497098054f,0.8999560626905055f,-0.40091831624840746f,0.7233487114276789f,-0.12156330168100911f,-0.3845166737806267f,-0.915078844291078f,0.38895734200755955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9776905311811438f,0.16655842018169775f,-0.12798249062004552f,-0.15318137309254212f,0.17129970497098054f,0.2796140291036564f,-0.9447075768751274f,0.7814115269656922f,-0.12156330168100911f,-0.9455550155305594f,-0.3019073968776111f,0.04869265977655595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9837027237665399f,0.1731487717215337f,0.04846085126795233f,-0.026939573816297357f,0.10733242188985383f,0.781719943671717f,-0.6143237590042779f,0.9539646142514899f,-0.14425221823441337f,-0.5991105344735744f,-0.7875645148286198f,0.03199410184856427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9939246476485564f,-0.09282767429896939f,0.05913389620968178f,-0.026865698532877163f,-0.10733242188985383f,0.6985606652560514f,-0.7074551209569985f,0.9210794395129646f,0.02436279967391667f,-0.70950406612032f,-0.7042800821766729f,0.03077549736856085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9981674841967805f,0.037420982414989486f,0.047553586272404996f,-0.026939573816297357f,0f,0.785856893175402f,-0.6184083953575541f,0.9539646142514899f,-0.06051176325533753f,-0.6172751522002178f,-0.784416797999589f,0.03199410184856427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9919076195817547f,0.11256290187705958f,0.058727057960300956f,-0.026935619894885462f,0.09532855074935342f,0.9658132751502096f,-0.24107506083303862f,0.979379644653319f,-0.08385548060612996f,-0.23352582440629727f,-0.9687280050187844f,0.03192888021931231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9947734246262123f,-0.08352823666739961f,0.058727057960300956f,-0.026935619894885462f,-0.09532855074935342f,0.9658132751502096f,-0.24107506083303862f,0.979379644653319f,-0.03658279745270465f,-0.24541342918198306f,-0.9687280050187844f,0.03192888021931231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9981674841967805f,0.014587877007894927f,0.058727057960300956f,-0.026935619894885462f,0f,0.9705064734685424f,-0.24107506083303862f,0.979379644653319f,-0.06051176325533753f,-0.24063328697429998f,-0.9687280050187844f,0.03192888021931231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9854404874441519f,0.1605340586675094f,0.05599876528611059f,-0.22020409109731176f,0.13163368869463055f,0.9288383876802196f,-0.346311740448191f,0.9981226111015593f,-0.10760863211879118f,-0.3338982862779423f,-0.9364466438159601f,0.01811840304333117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9911938865617048f,-0.114365678932168f,0.06674706529194069f,0.167261077729102f,-0.13186110458595016f,0.8986622109146487f,-0.41835257830132755f,0.9978537370015834f,-0.012137888616865544f,-0.4234698597968686f,-0.9058288742933429f,0.03042786451968375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9981674841967805f,0.024564100971909912f,0.05530170373245142f,-0.03741141088643103f,0f,0.9139000544257557f,-0.4059392694980376f,0.8574745966204023f,-0.06051176325533753f,-0.40519537937153505f,-0.9122253181334574f,0.07562441637226208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9981674841967805f,0.020646612212111594f,0.05688049662610816f,-0.025f,0f,0.9399907318200801f,-0.3411999766886718f,1.0675037757614514f,-0.06051176325533753f,-0.34057472233933167f,-0.9382681839491399f,-3.061616997868383e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5033702081295646f,-0.23486186505177709f,-0.8315397392259731f,-0.22077678044727458f,0.0015037193168468905f,0.9625879863564301f,-0.2709651404710378f,1.0959462064436372f,0.8640695414119252f,0.13514537678616315f,0.48489128135852383f,0.4122858035510822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.45166703457803475f,-0.23486186505177709f,-0.8607187660437554f,-0.17598852004029436f,-0.015041111513410178f,0.9625879863564301f,-0.2705515357315761f,1.0953113450792655f,0.8920597820997903f,0.13514537678616315f,0.43123667781555935f,0.49464277763806863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4777414443411224f,-0.23486186505177709f,-0.8465240792223567f,-0.07140403836043094f,-0.006771854553297749f,0.9625879863564301f,-0.2708846811988122f,1.1362614779412732f,0.8784743902611886f,0.13514537678616315f,0.4582777245170867f,0.3847226319170124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41626759304543526f,-0.6841797570186987f,-0.5988483539812015f,0.6372079930308648f,-0.3473306868543997f,0.7283289749282955f,-0.5906761365157299f,2.0340793136515063f,0.8402872633507015f,-0.03788092350686248f,-0.5408163742758316f,-0.28754028674898297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.27552090896230275f,-0.6841797570186987f,-0.6752675683093488f,0.6447152442226547f,0.30621284076396926f,0.7283289749282955f,-0.6130013054073852f,2.036272487871397f,0.9112200200148408f,-0.03788092350686248f,0.4101744881857242f,-0.38096348336729924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08007734604575818f,-0.6841797570186987f,-0.7249039100019412f,0.749697205127051f,-0.023393858345499896f,0.7283289749282955f,-0.6848281767506423f,2.137900127274048f,0.9965140972620402f,-0.03788092350686248f,-0.07432825567903938f,-0.3231026467062852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015596366940574698f,0f,9.45496300864649e-7f,-0.07380611105523482f,0f,0.000015625f,0f,1.2336262757614513f,-9.45496300864649e-7f,0f,-0.000015596366940574698f,0.6858034017339911f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117.mcfunction new file mode 100644 index 000000000..6e2208ddb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..c00a9ad51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7747961865632088f,-0.12980936124165146f,-0.22312517443262198f,0.023142007544275492f,-0.1274174296563585f,0.8062270913222759f,-0.026591733343914847f,1.2124154537665055f,0.22449969343257573f,0.009583913423094314f,-0.7851448787941131f,-0.3421426271658817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7498718993109749f,0.17296991223954172f,-0.21857159944420113f,0.023142007544275492f,0.1869172851215265f,0.7774209771945713f,-0.02604904490832475f,1.2124154537665055f,0.20677055676896805f,-0.07548532094177776f,-0.7691215139207639f,-0.3421426271658817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7591665545234898f,0.1406696574134469f,0.26612522319494825f,-0.03602457607680938f,0.13847101606647502f,0.8042780458045798f,-0.03011722415376925f,1.2128418024170495f,-0.2672758212912188f,0.017126498894808103f,-0.7715016285356466f,-0.3437925481699223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7397979319052721f,-0.1572819384413094f,0.2606940961909697f,-0.03602457607680938f,-0.17618286911463743f,0.7798007399298875f,-0.029502586926141307f,1.2128418024170495f,-0.24831153130536837f,-0.084694733277484f,-0.7557566973410417f,-0.3437925481699223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0007085816321436061f,0.2644265038711583f,1.5399624579717994f,-0.6567724104567545f,1.5588457461794996f,0.10537662132563486f,-0.017376918486083463f,0.9166664227615842f,-0.10679741349933919f,1.5363530329089305f,-0.2638558711520006f,-0.04099336987392921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.555770022466897f,-0.8303517628003096f,-0.04044294921939659f,-0.50734000446362f,-0.8200487261251538f,0.5555643389485679f,-0.13736212021206218f,1.1467226738026746f,0.1365275390082785f,-0.043176559648247986f,-0.9896949104594224f,-0.08357113480254157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5338748387531831f,-0.8303517628003096f,0.15966717433674532f,-0.31263991045101597f,-0.8153453144904316f,0.5555643389485679f,0.16297325985308103f,1.4477230675252906f,-0.22403052177049843f,-0.043176559648247986f,-0.9736252410512883f,-0.008339999379185958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5839543837600991f,0.7529172748948385f,0.3035009964601314f,0.3868155026473256f,0.4894271118811282f,-0.028257833678742073f,-0.8715862533286548f,1.2563130096900657f,-0.6476560660127104f,0.6575082296068351f,-0.38499941318945563f,0.26632604457285675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24329449726069388f,0.8296515803210613f,0.5024798930041197f,0.2839607345280394f,0.5667357510236412f,0.5420094366967356f,-0.6205129805599209f,1.4401448358784028f,-0.7871584186898692f,0.13380592588690793f,-0.6020611248728917f,0.0084162842852723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9916342019015119f,-0.09969796697786626f,0.08198734658245507f,-0.1691817752507295f,-0.12901761081280969f,0.7852667589202869f,-0.6055663245549427f,1.1178687455951062f,-0.004008206494892228f,-0.6110780905214228f,-0.7915601692640845f,0.2585761513625597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9982222487574355f,-0.04474765825770208f,0.03936990177915326f,-0.17732589928792894f,-0.05381703439715109f,0.960583035950416f,-0.27273422567213207f,1.2962734759253585f,-0.02561384185053317f,-0.2743681434218148f,-0.9612835445283157f,0.20112410231766745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.977733123206092f,-0.16952058992965827f,0.12369603621604632f,0.15442893504080285f,-0.20915201086500343f,0.8352975023223234f,-0.5084619149604163f,1.1082556958411092f,-0.01712822631758161f,-0.5230113308562145f,-0.8521536080186627f,0.22744819404220631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9940893775575823f,-0.10437854328733918f,0.02985681041892261f,0.13504456323954503f,-0.10596867320850527f,0.9926850724890482f,-0.057853151650035295f,1.294022564734993f,-0.023599782321187753f,-0.060675090099859136f,-0.9978785415649373f,0.20983487376370188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.006142236500078581f,0.028127227523984256f,0.28205926347272586f,0.007202915809169013f,0.9992606747693333f,0.03776535268447381f,1.9812969438413988f,-0.027874468627310158f,0.03795229624559981f,-0.9988907033346698f,0.04827555285701776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.006142236500078581f,0.028127227523984256f,0.3214128669938864f,0.007202915809169013f,0.9992606747693333f,0.03776535268447381f,1.8596597519665576f,-0.027874468627310158f,0.03795229624559981f,-0.9988907033346698f,-0.04906919503778337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.006142236500078581f,0.028127227523984256f,-0.30519720607892525f,0.007202915809169013f,0.9992606747693333f,0.03776535268447381f,1.9855286568792856f,-0.027874468627310158f,0.03795229624559981f,-0.9988907033346698f,0.03189930253847305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.006142236500078581f,0.028127227523984256f,-0.3408125135643584f,0.007202915809169013f,0.9992606747693333f,0.03776535268447381f,1.8644316836901322f,-0.027874468627310158f,0.03795229624559981f,-0.9988907033346698f,-0.06753603050337635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9863180666299881f,0.1624362352158411f,0.028127227523984256f,0.1848594788582073f,0.16343304505628542f,0.9858313334035632f,0.03776535268447381f,2.089526434849534f,-0.021594240503250428f,0.041845568088585514f,-0.9988907033346698f,0.027731127436055644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.006142236500078585f,0.028127227523984256f,0.06978411104056728f,0.007202915809169014f,0.9992606747693333f,0.03776535268447381f,2.100426035085077f,-0.027874468627310158f,0.03795229624559981f,-0.9988907033346698f,0.024902866249354685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9684075778795254f,0.24778139998257542f,0.028127227523984256f,0.04743035501754625f,0.2487319950647627f,0.9678358191179537f,0.03776535268447381f,2.096270431549004f,-0.017864986331197735f,0.043568395138618383f,-0.9988907033346698f,0.024116306706645076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997579000856561f,-0.06360028397608952f,0.028127227523984256f,0.07658714168282614f,-0.06251953115480877f,0.9973289759957846f,0.03776535268447381f,2.106054557571899f,-0.030453986179285374f,0.03591542172048886f,-0.9988907033346698f,0.025307228334401983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9952464243687785f,0.09323847839264075f,0.028127227523984256f,0.13587132479750844f,0.09426681284794274f,0.994830410739493f,0.03776535268447381f,2.2114782522705987f,-0.024460637290386666f,0.0402372963171833f,-0.9988907033346698f,-0.0003223397413614215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9952464243687785f,0.09323847839264075f,0.028127227523984256f,0.1148926671591643f,0.09426681284794274f,0.994830410739493f,0.03776535268447381f,1.9876414098542132f,-0.024460637290386666f,0.0402372963171833f,-0.9988907033346698f,-0.009375731412727649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882397815920688f,-0.1503030044632301f,0.028127227523984256f,-0.20545520839361092f,-0.14920457313027616f,0.9880849019662377f,0.03776535268447381f,2.0923390045470347f,-0.033468334823707965f,0.03312451291259759f,-0.9988907033346698f,0.016846801161506046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995854800879168f,0.006142236500078585f,0.028127227523984256f,-0.0902560452396024f,0.007202915809169014f,0.9992606747693333f,0.03776535268447381f,2.1015792688952275f,-0.02787446862731016f,0.037952296245599815f,-0.9988907033346698f,0.020439981979618146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713794608741663f,-0.23586182833097008f,0.028127227523984256f,-0.06795535427021596f,-0.2347540782120377f,0.9713209052107517f,0.03776535268447381f,2.0971018897545677f,-0.03622796923138905f,0.030081506560313706f,-0.9988907033346698f,0.0208986575934359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967220793382653f,0.07585483261743377f,0.028127227523984256f,-0.0969892817287174f,0.0768902708913591f,0.9963240759807377f,0.03776535268447381f,2.107305332407264f,-0.02515914946611448f,0.03980427099835368f,-0.9988907033346698f,0.02046687134122094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9963170867373708f,-0.08100075152103299f,0.028127227523984256f,-0.15322887195504728f,-0.07991579976815195f,0.9960859616940869f,0.03776535268447381f,2.213561480187675f,-0.03107615842691549f,0.03537845628336428f,-0.9988907033346698f,-0.008384195905798239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9963170867373708f,-0.08100075152103299f,0.028127227523984256f,-0.13500370286281488f,-0.07991579976815195f,0.9960859616940869f,0.03776535268447381f,1.9894421388065056f,-0.03107615842691549f,0.03537845628336428f,-0.9988907033346698f,-0.01634434856955519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.006142236500078581f,0.028127227523984256f,-0.014082389918240065f,0.007202915809169013f,0.9992606747693333f,0.03776535268447381f,1.475240511239686f,-0.027874468627310158f,0.03795229624559981f,-0.9988907033346698f,-0.0010952573378028956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9995854800879167f,0.00820981285181313f,0.02759469098118475f,-0.01716106973766999f,0.007202915809169013f,0.9993116261454977f,-0.036392194963852265f,1.1004986514351245f,-0.027874468627310158f,-0.036178347438477865f,-0.9989565261688648f,0.012471622951626304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9907621678047825f,-0.11055541669551136f,0.07853551226069636f,0.11033103856805408f,-0.1343286484114941f,0.7206195002120126f,-0.6801936122385527f,0.8182912722410519f,0.018604866640460856f,-0.6844596670027178f,-0.7288132978917299f,0.4038493969873558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9907621678047825f,-0.026569113116809043f,0.1329827397633029f,0.1056937761119772f,-0.1343286484114941f,0.0577421579071713f,-0.989253080569459f,0.8077996756513488f,0.018604866640460856f,-0.9979779183070182f,-0.06077773859630803f,0.08115177656048865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9811048327429746f,0.19277289671561898f,0.0164899199588507f,-0.18478140283430258f,0.16858874783705516f,0.8936052532752274f,-0.4159897660059081f,0.7673431352281052f,-0.09492703129832851f,-0.4053495548422198f,-0.9092197738270434f,0.39797241446990567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9811048327429746f,0.13594464895664926f,-0.13766756912371705f,-0.14361289068391073f,0.16858874783705516f,0.25157571749912716f,-0.9530411808875485f,0.8141349694680955f,-0.09492703129832851f,-0.9582425114681838f,-0.26974089038192434f,0.05558259104939144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9876110752968418f,0.15479876446324897f,0.02572365587679277f,-0.017803965802796126f,0.10548412836589714f,0.7762659038922101f,-0.6215177753832122f,0.989332898645846f,-0.11617858070187909f,-0.6111044010437675f,-0.7829776168007838f,0.03245232071327919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9930368294503636f,-0.11105766465956704f,0.03929440768776788f,-0.017786799292199246f,-0.10548412836589714f,0.6897517585671078f,-0.7163208849506407f,0.9552894691220934f,0.052449537825001814f,-0.7154779568050614f,-0.6966637203902599f,0.03191879923373615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9994827587121177f,0.020085402495325803f,0.02511556576737896f,-0.017803965802796126f,0f,0.7809757372520729f,-0.6245613643378696f,0.989332898645846f,-0.03215921387743764f,-0.624238315413418f,-0.7805717843559318f,0.03245232071327919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9941323309282343f,0.1036074970725531f,0.031086896814521398f,-0.017802276154507187f,0.0922762051895262f,0.9622416069475939f,-0.2560784876063055f,1.014638919770077f,-0.05644475670083324f,-0.25170732291547104f,-0.9661559982899813f,0.03239980778993737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9957045979105538f,-0.08721214678143041f,0.031086896814521398f,-0.017802276154507187f,-0.0922762051895262f,0.9622416069475939f,-0.2560784876063055f,1.014638919770077f,-0.0075799508971312775f,-0.25784710840474157f,-0.9661559982899813f,0.03239980778993737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9994827587121177f,0.008235282852341945f,0.031086896814521398f,-0.017802276154507187f,0f,0.9666559926805747f,-0.2560784876063055f,1.014638919770077f,-0.03215921387743764f,-0.2559460332395771f,-0.9661559982899813f,0.03239980778993737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9884104178111399f,0.14891302539687365f,0.02949163999437924f,-0.21139997543947575f,0.12886911703252066f,0.9257659459125713f,-0.35545768252192905f,1.0318011701449348f,-0.0802346349008114f,-0.3475375148897628f,-0.9342269954923061f,0.024550193079120507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.991500677696736f,-0.12355590058415142f,0.040747338044987286f,0.17626910270175333f,-0.129039037493727f,0.8939817509043488f,-0.429121842665562f,1.0316105772874438f,0.016593159120724933f,-0.43073259509913353f,-0.9023270463582259f,0.025527838619234227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9994827587121177f,0.013508353382396381f,0.029184575140150288f,-0.02709496049017948f,0f,0.9075027533750036f,-0.42004613153412973f,0.8917710338860738f,-0.03215921387743764f,-0.41982886633208505f,-0.9070333554820911f,0.07827710383583752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9994827587121177f,0.011308383110353336f,0.03010540663476003f,-0.01675978458652149f,0f,0.9361362734019276f,-0.3516374235219445f,1.100938982474317f,-0.03215921387743764f,-0.3514555421281344f,-0.9356520650702398f,-2.052481654828269e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5325495952667111f,-0.2273128099386431f,-0.815303510981684f,-0.16831894681859433f,0.0009540781855646371f,0.9634222651597154f,-0.26798624727649517f,1.1418070066548365f,0.8463982622359751f,0.1419381042297003f,0.5132870115750063f,0.40403957842141686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4946508040367378f,-0.2273128099386431f,-0.8388381658601423f,-0.12015629195071928f,-0.011320389426294368f,0.9634222651597154f,-0.26774874001152654f,1.1413209582937973f,0.8690180843049506f,0.1419381042297003f,0.4739843285580578f,0.4844708219345485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5137349852573341f,-0.2273128099386431f,-0.8272878890449475f,-0.020144436027914672f,-0.005184515851084662f,0.9634222651597154f,-0.2679377908954107f,1.1817546511086285f,0.8579332641400711f,0.1419381042297003f,0.4937652163221323f,0.3701904177296628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4529751305959976f,-0.6511592842656079f,-0.6089376959724537f,0.6119962756737497f,-0.38556248121972125f,0.7589355035692787f,-0.5247461047952022f,2.0599802259309263f,0.8038377349547801f,-0.0029134063819882434f,-0.5948414981539387f,-0.3218297102691748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2732814461334253f,-0.6511592842656079f,-0.7080316643441347f,0.6216152991991212f,0.2380506433848075f,0.7589355035692787f,-0.6060930560616287f,2.0678765515177076f,0.9320134883054554f,-0.0029134063819882434f,0.3624118785028305f,-0.4147500252096973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10260291760396262f,-0.6511592842656079f,-0.7519735552623218f,0.7296018207257837f,-0.08422747292566757f,0.7589355035692787f,-0.6456954655459501f,2.1607827085562095f,0.9911500260322403f,-0.0029134063819882434f,-0.1327144979252191f,-0.34838269305065317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001561691810487684f,0f,5.024877168349632e-7f,-0.04608301093826458f,0f,0.000015625f,0f,1.267061482474317f,-5.024877168349632e-7f,0f,-0.00001561691810487684f,0.6869122874884205f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118.mcfunction new file mode 100644 index 000000000..6f3fe0203 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..28edd47f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.773582027156758f,-0.13207742645002496f,-0.22598859512555858f,0.024000575323031986f,-0.1290492070975757f,0.8058757862904685f,-0.029239761672261458f,1.2277387770667236f,0.22773140725857827f,0.008013422333926355f,-0.78423123863754f,-0.34442456962503964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7496232925719795f,0.17046210060181155f,-0.22137658298013904f,0.024000575323031986f,0.18530879102036724f,0.7777147476404546f,-0.028643031842215307f,1.2277387770667236f,0.20910660248809546f,-0.07811813848884389f,-0.7682265194816719f,-0.34442456962503964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7676030634295923f,0.1396750872859682f,0.24128997378591377f,-0.034356275584010304f,0.13649896729661656f,0.8045621925675696f,-0.03149848666629645f,1.2280208616442894f,-0.2431008296672535f,0.010723466182481083f,-0.779571317027872f,-0.3450065315824377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7470603440464174f,-0.16134467330151242f,0.23636568860660942f,-0.034356275584010304f,-0.17807414136359342f,0.7793186308554528f,-0.030855660407800602f,1.2280208616442894f,-0.22403223547263768f,-0.08142707165808431f,-0.7636616983130174f,-0.3450065315824377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.012712184382788276f,0.30738573813134923f,1.5319133978008233f,-0.6303711300962545f,1.559706905644977f,0.08821342685732846f,-0.03064326688616477f,0.9332065017208429f,-0.09251496555470341f,1.5294242868856023f,-0.30611857479231747f,-0.01908085296831702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5339919084255406f,-0.8429735988692806f,-0.06517785931911446f,-0.4961888581168723f,-0.8289808154110256f,0.5371666506071201f,-0.1557009863680999f,1.1564245037562035f,0.16626319321040475f,-0.029111871889336127f,-0.9856515862608748f,-0.07194659705936668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5210166471333093f,-0.8429735988692806f,0.13392970178171024f,-0.30589545465667856f,-0.828707732272536f,0.5371666506071201f,0.15714796832043013f,1.4631518399861614f,-0.20441415773296043f,-0.029111871889336127f,-0.9784515067357316f,-0.0038738721621120534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6132029188372082f,0.742593696529351f,0.269326534534573f,0.38900949745315194f,0.44943885418065205f,-0.047598863993324636f,-0.8920420755207277f,1.2791846128904458f,-0.6496051852335472f,0.6680486135165759f,-0.362938222423968f,0.26554369839732156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.22667105752988043f,0.8460718155261155f,0.48247561042049436f,0.2909314845757086f,0.5496111514642757f,0.5200757326474357f,-0.6537956978271927f,1.4580810241558435f,-0.804081969617774f,0.11697741356166125f,-0.5828966210676001f,0.002162866573782625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9962764024057418f,-0.07137844243806826f,0.04835750163715666f,-0.16060450438652013f,-0.08597760137760108f,0.7807765694521449f,-0.6188665451096014f,1.1345426322860268f,0.0064173258314162256f,-0.6207197971304408f,-0.784006218967374f,0.26248748516054066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.999321911567803f,-0.0320233608703893f,0.018171995461061297f,-0.1664953095780865f,-0.03585246371908428f,0.9586960058797362f,-0.28216408197272835f,1.3125346078761477f,-0.008385577245709364f,-0.2826242605807323f,-0.9591940415919246f,0.20350047354170384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9901472713331734f,-0.11737993834905158f,0.07635660511471286f,0.159081391213241f,-0.13999231554995487f,0.8424048158069529f,-0.520342462126834f,1.1245911675256948f,-0.0032454057424624355f,-0.5259050069912119f,-0.8505371190977734f,0.22294322593020108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9974742787304199f,-0.07020438282337521f,0.010789249446443381f,0.1459855022428984f,-0.07068137442137469f,0.9960812764003729f,-0.053162337368754885f,1.31102414224221f,-0.007014740275593841f,-0.05379066310237177f,-0.9985275950026985f,0.20661667912973952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.0044334484492401455f,0.010156038121118875f,0.2884466764770107f,0.00483349002860087f,0.9991995672539717f,0.039709723917686485f,1.9980529247694574f,-0.0099718578817142f,0.03975637476334319f,-0.9991596432583052f,0.04298819002415194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.0044334484492401455f,0.010156038121118875f,0.3263423214132288f,0.00483349002860087f,0.9991995672539717f,0.039709723917686485f,1.8766945096039214f,-0.0099718578817142f,0.03975637476334319f,-0.9991596432583052f,-0.05527862870616779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.0044334484492401455f,0.010156038121118875f,-0.29901724974644095f,0.00483349002860087f,0.9991995672539717f,0.039709723917686485f,2.00089260016126f,-0.0099718578817142f,0.03975637476334319f,-0.9991596432583052f,0.03712972351864484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.0044334484492401455f,0.010156038121118875f,-0.3361169996472592f,0.00483349002860087f,0.9991995672539717f,0.039709723917686485f,1.8798966967478694f,-0.0099718578817142f,0.03975637476334319f,-0.9991596432583052f,-0.061884984552803446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9869341502484879f,0.16080372496611314f,0.010156038121118875f,0.19063653387051654f,0.1610832315174372f,0.9861416380775534f,0.039709723917686485f,2.106085008057546f,-0.0036298205457983173f,0.04082685007126802f,-0.9991596432583052f,0.024394125040966694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.004433448449240138f,0.010156038121118875f,0.07550327207062121f,0.0048334900286008675f,0.9991995672539716f,0.039709723917686485f,2.1167110701523786f,-0.009971857881714202f,0.03975637476334319f,-0.9991596432583052f,0.023646156676978943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9691635997572142f,0.24620879715258098f,0.010156038121118875f,0.05314901006552314f,0.2464181681101976f,0.9683497427332727f,0.039709723917686485f,2.112502805944246f,-0.000057713540740125455f,0.040987851286493564f,-0.9991596432583052f,0.023251685433439143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9978120593899283f,-0.06532954175342502f,0.010156038121118875f,0.08229898518384149f,-0.06487892248847146f,0.9971027345480082f,0.039709723917686485f,2.1223552886976504f,-0.012720831449438925f,0.038963928590062154f,-0.9991596432583052f,0.02393955111457443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9957471290801758f,0.09156696903507337f,0.010156038121118875f,0.14086300017815861f,0.09190107757693004f,0.994976044820467f,0.039709723917686485f,2.227970264027184f,-0.0064689155804346435f,0.04047419443484585f,-0.9991596432583052f,-0.00254398462250904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9957471290801758f,0.09156696903507337f,0.010156038121118875f,0.12026043214526715f,0.09190107757693004f,0.994976044820467f,0.039709723917686485f,2.0041006539425794f,-0.0064689155804346435f,0.04047419443484585f,-0.9991596432583052f,-0.011650678370349343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883212385213687f,-0.15204599428222498f,0.010156038121118875f,-0.19981603757699895f,-0.15153526802617331f,0.9876538869313565f,0.039709723917686485f,2.107972372556561f,-0.016068354981883373f,0.037706965564901676f,-0.9991596432583052f,0.02050034840259603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999385978271519f,0.004433448449240152f,0.010156038121118875f,-0.08459342066320674f,0.0048334900286008675f,0.9991995672539717f,0.039709723917686485f,2.1174849434378213f,-0.0099718578817142f,0.03975637476334319f,-0.9991596432583052f,0.02204959717748239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9713086962629814f,-0.23760528498665573f,0.010156038121118875f,-0.06227746085955309f,-0.23703833867469948f,0.9706883968734351f,0.039709723917686485f,2.1130607528996546f,-0.019293588630577677f,0.036163029763703995f,-0.9991596432583052f,0.02210059839034088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971935359292378f,0.07417483933670932f,0.010156038121118875f,-0.09133875655959119f,0.0745223542681146f,0.9964284001074631f,0.039709723917686485f,2.123194616527509f,-0.007174302424757415f,0.04035513187507405f,-0.9991596432583052f,0.022207953907176094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9965199300652299f,-0.08273381335628117f,0.010156038121118875f,-0.14833932531668403f,-0.08227088329738703f,0.9958185776474793f,0.039709723917686485f,2.2293682064204123f,-0.0133989083233415f,0.03873598507433607f,-0.9991596432583052f,-0.005428046199052291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9965199300652299f,-0.08273381335628117f,0.010156038121118875f,-0.12972421731152078f,-0.08227088329738703f,0.9958185776474793f,0.039709723917686485f,2.00530902644973f,-0.0133989083233415f,0.03873598507433607f,-0.9991596432583052f,-0.014143642840777893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.0044334484492401455f,0.010156038121118875f,-0.007321411104647363f,0.00483349002860087f,0.9991995672539717f,0.039709723917686485f,1.4913741331060664f,-0.0099718578817142f,0.03975637476334319f,-0.9991596432583052f,-0.0020485638199549717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999385978271518f,0.0052166151744202655f,0.009776886088714437f,-0.009277641795054963f,0.00483349002860087f,0.9992349574843089f,-0.03880898240710201f,1.1166610240494506f,-0.0099718578817142f,-0.038759342969835686f,-0.9991988167441621f,0.01248618979373341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.990830944680394f,-0.11881143682539834f,0.06432636740281886f,0.12414457266823652f,-0.12973242225026535f,0.7036988115614667f,-0.6985538499099824f,0.8462885256419015f,0.03772979831428879f,-0.7004939864741622f,-0.7126602537203119f,0.40341341434601136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.990830944680394f,-0.041061859239668715f,0.12871659869472812f,0.11484061201035958f,-0.12973242225026535f,0.023104973879443047f,-0.991279808529917f,0.8239581636361004f,0.03772979831428879f,-0.9988894252607802f,-0.02822017755704609f,0.08229788704506237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9831373821253857f,0.18285705063509328f,-0.0020461917501136268f,-0.16780411734907363f,0.16587290948375f,0.886999157367901f,-0.4309508936387407f,0.7939482415520351f,-0.07698743902117398f,-0.4240233411755402f,-0.9023730605305617f,0.40481752617257744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9831373821253857f,0.11348548095692942f,-0.14339432861734003f,-0.13491186415377895f,0.16587290948375f,0.2232949099980237f,-0.9605339978722096f,0.8294765654670262f,-0.07698743902117398f,-0.9681221146017422f,-0.23835374016786925f,0.061327502631287015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9898846251045447f,0.14150141844874672f,0.010284821759649213f,-0.009537740104017232f,0.10364392699508924f,0.770742715881151f,-0.6286601644077536f,1.0072767571669359f,-0.09688325644130506f,-0.6212350718473162f,-0.7776121270454753f,0.03284376727120111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9920367542207259f,-0.12321247867815678f,0.026110598866971094f,-0.009539929028227494f,-0.10364392699508926f,0.680827833474057f,-0.7250733739174666f,0.972083907215887f,0.07156126516659497f,-0.7220056414357208f,-0.6881764592477352f,0.033015091699954584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999183906906086f,0.0080571631960398f,0.009914337090085297f,-0.009537740104017232f,0f,0.7760464070665458f,-0.6306758074312863f,1.0072767571669359f,-0.012775443581475334f,-0.6306243384141921f,-0.7759830744552095f,0.03284376727120111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9952926254387504f,0.09613202405643259f,0.012297304503532851f,-0.009537262841776402f,0.08922295536738524f,0.9584295316090046f,-0.2710204737197054f,1.032477213392182f,-0.03783984649478277f,-0.2686474769852816f,-0.9624950281049217f,0.03280641253758688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.995934500865761f,-0.08923702307459075f,0.012297304503532851f,-0.009537262841776402f,-0.08922295536738524f,0.9584295316090046f,-0.2710204737197054f,1.032477213392182f,0.01239896047163757f,-0.27101584206929474f,-0.9624950281049217f,0.03280641253758688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999183906906086f,0.0034624067714308154f,0.012297304503532851f,-0.009537262841776402f,0f,0.9625735830702744f,-0.2710204737197054f,1.032477213392182f,-0.012775443581475334f,-0.2709983559260142f,-0.9624950281049217f,0.03280641253758688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9901004040693681f,0.13988702365846134f,0.011524342655934647f,-0.20325721633026325f,0.12610644900252224f,0.9225978144820084f,-0.36456883606939844f,1.0480717315609842f,-0.06163078274408475f,-0.3595064579739824f,-0.9311051247272527f,0.02921703712058206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9913358301314483f,-0.12930942083821242f,0.023072615371441257f,0.18436221398866137f,-0.12621928665886842f,0.8891669395094315f,-0.43983047343125f,1.047952002778818f,0.03635881699008903f,-0.43893191654961394f,-0.897784388960492f,0.02234471489163762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999183906906086f,0.00554520954984085f,0.011509240190030494f,-0.017963397815977295f,0f,0.9008877160804919f,-0.43405221231468794f,0.9086739266129544f,-0.012775443581475334f,-0.4340167896134012f,-0.9008141952561434f,0.08078496758624262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999183906906086f,0.004625110941594455f,0.011908833170441281f,-0.009118112162694404f,0f,0.9321659239847722f,-0.36203133864572534f,1.116954750253302f,-0.012775443581475334f,-0.36200179351820044f,-0.9320898505674776f,-1.1166466874310253e-18f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5536268227432557f,-0.22093418952961283f,-0.8029230505073943f,-0.12064337126956855f,0.0005202423673654265f,0.9642569323886911f,-0.2649684843301753f,1.1702450390931858f,0.8327647149628076f,0.146275945518203f,0.5339534411123023f,0.3926461189243582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5288485299356958f,-0.22093418952961283f,-0.8194554998788803f,-0.0698964215571336f,-0.007571743837345556f,0.9642569323886911f,-0.2648607880295095f,1.169914461413418f,0.848682450083725f,0.146275945518203f,0.5082730040860329f,0.47147314673386803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5413007969326392f,-0.22093418952961283f,-0.8112838782676394f,0.026422685326794856f,-0.003526161917521267f,0.9642569323886911f,-0.2649455312370499f,1.2098215799388594f,0.8408216299681047f,0.146275945518203f,0.5211739962244227f,0.3538835333954497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4957447415886772f,-0.6168215174504291f,-0.6113659843312559f,0.587982256603525f,-0.4195118621088753f,0.7864623888058195f,-0.453306417938008f,2.068486721508071f,0.7604255050543213f,0.03175100949566401f,-0.6486485370822065f,-0.3493779250579843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2622492774151405f,-0.6168215174504291f,-0.7421297272750812f,0.6005268410995104f,0.16731291286022548f,0.7864623888058195f,-0.59454461580614f,2.082036153998533f,0.9503850302300975f,0.03175100949566401f,0.30945139797800714f,-0.4412915191505314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1338089012905104f,-0.6168215174504291f,-0.7756457912897975f,0.7106014175449873f,-0.14452727989826059f,0.7864623888058195f,-0.6004904465177225f,2.1653350047309603f,0.9804116703205017f,0.03175100949566401f,-0.1943832042522449f,-0.3661772414664211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015623724854540763f,0f,1.9961630596055212e-7f,-0.025118140609768164f,0f,0.000015625f,0f,1.2830772502533019f,-1.9961630596055212e-7f,0f,-0.000015623724854540763f,0.6873516868357441f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119.mcfunction new file mode 100644 index 000000000..8e99cc7b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..f94ed4528 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.774324144206562f,-0.13449183867445874f,-0.22198763360417859f,0.026380967179351372f,-0.13077659073615366f,0.8054984407832249f,-0.03184634446316496f,1.2337412246592634f,0.22419644836314478f,0.005352725492808147f,-0.785271765260661f,-0.34633461269782884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7512000262636356f,0.16855519761010834f,-0.21745727373470558f,0.026380967179351372f,0.18360400904905957f,0.7780207910451842f,-0.03119641906595752f,1.2337412246592634f,0.2049099519365182f,-0.0792009725953117f,-0.7692458108675864f,-0.34633461269782884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.77332144475798f,0.138399835234433f,0.22307817716880432f,-0.031187130698607f,0.13454079941229247f,0.8048347092326047f,-0.03292884073899857f,1.2338812427196297f,-0.22542661958024374f,0.005569637869273674f,-0.7849179974768533f,-0.3463803716348475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7517575629553286f,-0.16464247809843616f,0.2185255613082165f,-0.031187130698607f,-0.17994849124992843f,0.7788311998304478f,-0.03225682358105983f,1.2338812427196297f,-0.20610460217166324f,-0.07946582017616849f,-0.7688992628344686f,-0.3463803716348475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.026826136963537445f,0.3352285615181396f,1.525879556163622f,-0.603241769835204f,1.5600043783513535f,0.07640600841719795f,-0.04421211827493542f,0.9398749012418316f,-0.08410081985462044f,1.524201490427112f,-0.33338134122885554f,-0.004347908311215898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5126681038165058f,-0.8548049797419817f,-0.08049758963781713f,-0.48552190105601684f,-0.8371298583878012f,0.5184835636901571f,-0.17432267316323022f,1.1569363609786691f,0.1907485662457464f,-0.021982738488752613f,-0.98139275709765f,-0.06465212900319939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5056202931530752f,-0.8548049797419817f,0.11686130993664401f,-0.30054265157593973f,-0.8416409792621824f,0.5184835636901571f,0.1510471986160261f,1.4692529384646797f,-0.18970656598650643f,-0.021982738488752613f,-0.9815947116962999f,-0.0019750942169921657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6456108914897838f,0.7256952413819572f,0.23780873286183038f,0.3878505364264152f,0.4078508291772405f,-0.06438309219271621f,-0.9107757784323987f,1.2933990175380998f,-0.6456347868022632f,0.684997251144329f,-0.33754183147501726f,0.26814207043435556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.20468185060171448f,0.860665242400794f,0.466219562606976f,0.2963277006171029f,0.5304199286453763f,0.49783423720208403f,-0.6861601646592821f,1.4667083969045778f,-0.8226542647613829f,0.10684761481943171f,-0.5584116294252f,-0.0014555797661476872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9990481064149762f,-0.03813656784904908f,0.02117742338776704f,-0.15570046884211794f,-0.04294135459072217f,0.7743620615117743f,-0.6312839596862483f,1.1419684698579824f,0.007676010328532013f,-0.6315924317817065f,-0.7752625871158147f,0.26511390102759935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9998395716400321f,-0.017146581416838887f,0.005179355982394479f,-0.15888308188288527f,-0.017911700167779602f,0.9564060722733505f,-0.2914903015809652f,1.3194727940243547f,0.000044494676249557286f,-0.2915363093413548f,-0.9565597620409533f,0.20447234451333937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9975328076107359f,-0.06074332307498737f,0.035192988535361805f,0.16023608087419608f,-0.07015896511376842f,0.8450879094968353f,-0.5300039102086264f,1.1318523903986926f,0.0024530296385141775f,-0.531165392249981f,-0.847264603722778f,0.22004064529390163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9993749226839372f,-0.03533927388759911f,0.0009484890992918168f,0.15361589507714182f,-0.035343744868401306f,0.9982020943381844f,-0.04840866200939399f,1.3187127289495435f,0.0007639431599121574f,-0.048411926009606775f,-0.9988271631322851f,0.2047207393975236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002396980701151353f,0.000895504677496522f,0.2929174000882459f,0.0024322082393955957f,0.9991288379508747f,0.04166112742131671f,2.0054947127839964f,-0.0007948636293895694f,0.041663169087976015f,-0.9991313970311199f,0.040350184125638976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002396980701151353f,0.000895504677496522f,0.33020160829932055f,0.0024322082393955957f,0.9991288379508747f,0.04166112742131671f,1.8844181309269084f,-0.0007948636293895694f,0.041663169087976015f,-0.9991313970311199f,-0.05849647309592339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002396980701151353f,0.000895504677496522f,-0.2945806765966051f,0.0024322082393955957f,0.9991288379508747f,0.04166112742131671f,2.0069236351246413f,-0.0007948636293895694f,0.041663169087976015f,-0.9991313970311199f,0.03988320174337261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002396980701151353f,0.000895504677496522f,-0.33229622285593685f,0.0024322082393955957f,0.9991288379508747f,0.04166112742131671f,1.886029468885508f,-0.0007948636293895694f,0.041663169087976015f,-0.9991313970311199f,-0.05902307025039398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9873101367785511f,0.1588014228075148f,0.000895504677496522f,0.19468151773370007f,0.15870044899106306f,0.9864474228016514f,0.04166112742131671f,2.1133253766478943f,0.005732478029047f,0.04127457040708116f,-0.9991313970311199f,0.022864372232527852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002396980701151366f,0.000895504677496522f,0.07952103814321318f,0.002432208239395592f,0.9991288379508747f,0.04166112742131671f,2.1236741343048418f,-0.0007948636293895698f,0.04166316908797602f,-0.9991313970311199f,0.023192671557558664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9697126676768549f,0.24424688374349848f,0.000895504677496522f,0.057174274652292106f,0.24407110368546767f,0.9688620370350688f,0.04166112742131671f,2.1194125394365653f,0.009307980059883711f,0.0406178898251425f,-0.9991313970311199f,0.022994945333915443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9977279894278926f,-0.06736510360377487f,0.000895504677496522f,0.08630557466244676f,-0.06726942104915182f,0.9968646725878579f,0.04166112742131671f,2.129334209937571f,-0.0036992031421205344f,0.04150623281816759f,-0.9991313970311199f,0.023434762554854674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9959825261879947f,0.08954331688938556f,0.000895504677496522f,0.14437026308062606f,0.08950276892495404f,0.9951148701616067f,0.04166112742131671f,2.2351415187236103f,0.002839345513779971f,0.04157390508114416f,-0.9991313970311199f,-0.0033784785324413973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9959825261879947f,0.08954331688938556f,0.000895504677496522f,0.12422301678051435f,0.08950276892495404f,0.9951148701616067f,0.04166112742131671f,2.011240672937249f,0.002839345513779971f,0.04157390508114416f,-0.9991313970311199f,-0.012732607175698818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880600775659439f,-0.15406648302519732f,0.000895504677496522f,-0.1957937515083084f,-0.15389592155116216f,0.987208385191244f,0.04166112742131671f,2.11427509692415f,-0.007302633107269424f,0.041025882273794174f,-0.9991313970311199f,0.022553996626745995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999967262720868f,0.002396980701151352f,0.000895504677496522f,-0.08058496133385686f,0.002432208239395592f,0.9991288379508747f,0.04166112742131671f,2.1240635467107767f,-0.0007948636293895698f,0.041663169087976015f,-0.9991313970311199f,0.023065408705103325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708724319067317f,-0.23959532348291207f,0.000895504677496522f,-0.05825890624605021f,-0.23935118116527004f,0.9700388458906041f,0.04166112742131671f,2.119693297889372f,-0.010850485625021566f,0.04023329999321218f,-0.9991313970311199f,0.02290319139641718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973935795852027f,0.07214738715704526f,0.000895504677496522f,-0.08734226099268352f,0.07212198805388538f,0.9965253480474746f,0.04166112742131671f,2.12975655901686f,0.002113348379044369f,0.04161712658595494f,-0.9991313970311199f,0.023296735754108004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964003474547161f,-0.08476759795755513f,0.000895504677496522f,-0.14484887432795715f,-0.08465686301947214f,0.9955388319928496f,0.04166112742131671f,2.2358449621954883f,-0.0044230233803876735f,0.04143535122113907f,-0.9991313970311199f,-0.0036083690582899373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964003474547161f,-0.08476759795755513f,0.000895504677496522f,-0.12577616478750728f,-0.08465686301947214f,0.9955388319928496f,0.04166112742131671f,2.0118487249970975f,-0.0044230233803876735f,0.04143535122113907f,-0.9991313970311199f,-0.012931323083046212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002396980701151353f,0.000895504677496522f,-0.002033011134008289f,0.0024322082393955957f,0.9991288379508747f,0.04166112742131671f,1.4981892592854336f,-0.0007948636293895694f,0.041663169087976015f,-0.9991313970311199f,-0.0029614831297377336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999967262720867f,0.002462903414082616f,0.0006939393936147269f,-0.0029565999142892705f,0.0024322082393955957f,0.9991472157372145f,-0.04121802576121586f,1.1235090533839782f,-0.0007948636293895694f,-0.04121620301950357f,-0.9991499350950614f,0.012494593002576106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9909725183871665f,-0.12145667975600738f,0.05676039767340856f,0.1330616450590236f,-0.12515247497901974f,0.6862973996949298f,-0.7164724259722798f,0.8649345309225068f,0.04806584866641447f,-0.7171081885703331f,-0.6953024666124467f,0.40366169374595817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9909725183871665f,-0.04698213906986062f,0.12556331633808138f,0.12188741903798128f,-0.12515247497901974f,-0.01159805931207114f,-0.992069726897671f,0.8308446409499379f,0.04806584866641447f,-0.9988283954857379f,0.005613427060485343f,0.08452065226783864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9842822157000384f,0.17616513981230383f,-0.012424305676150618f,-0.15570959566254972f,0.16315304226103824f,0.880139589566333f,-0.4457974738364664f,0.8112571824704611f,-0.06759885100791907f,-0.440817588570282f,-0.895047623844391f,0.4097723479469406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9842822157000384f,0.09930575453519942f,-0.14603727939405645f,-0.1280729347368962f,0.16315304226103824f,0.19479679050091442f,-0.9671790398946365f,0.835541682077291f,-0.06759885100791907f,-0.975803554782794f,-0.2079370525319419f,0.06597680241186857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9910596160868478f,0.13340698506647716f,0.0018476193499964199f,-0.0030014918211077306f,0.10181208401592888f,0.7651508609217117f,-0.6357503122917809f,1.0159005116391497f,-0.0862272399542232f,-0.6298783504504948f,-0.7718925616454925f,0.03318492403368396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914244585905848f,-0.12925960302338704f,0.019222329062895636f,-0.0030034325508066584f,-0.10181208401592888f,0.6717903455350849f,-0.7337111360707188f,0.9795672881459481f,0.08192583509918765f,-0.7293762312223285f,-0.679189569171386f,0.03407939127195703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999976461992425f,0.0013815590881957772f,0.0016729884818514913f,-0.0030014918211077306f,0f,0.7710692066831263f,-0.636751347470152f,1.0159005116391497f,-0.002169699512509533f,-0.636749848684348f,-0.7710673917398434f,0.03318492403368396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9958904812673619f,0.09054184950327546f,0.002079136741143822f,-0.0030014487099950618f,0.08617084419595258f,0.9543779349675316f,-0.2858974341571935f,1.0409988864252901f,-0.027869964686361173f,-0.2845433723277281f,-0.9582579685725263f,0.03316505445683924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9960020433802417f,-0.08930625270827733f,0.002079136741143822f,-0.0030014487099950618f,-0.08617084419595258f,0.9543779349675316f,-0.2858974341571935f,1.0409988864252901f,0.023548146273962435f,-0.28493358958591597f,-0.9582579685725263f,0.03316505445683924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999976461992425f,0.0006203115235185888f,0.002079136741143822f,-0.0030014487099950618f,0f,0.9582602241261677f,-0.2858974341571935f,1.0409988864252901f,-0.002169699512509533f,-0.28589676121159635f,-0.9582579685725263f,0.03316505445683924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.991019052261101f,0.13370822557792206f,0.0018298820488350464f,-0.19674974672349807f,0.1233465986288865f,0.9193342732330361f,-0.37364436388867134f,1.0550392347201007f,-0.051641598176213596f,-0.3700629736570371f,-0.9275702350042919f,0.032170432217580196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9912257429755067f,-0.13149613123216317f,0.013427357656229173f,0.19077572582658875f,-0.12340278865188575f,0.8842184535666412f,-0.4504769451649613f,1.0549828944160151f,0.04736325807619856f,-0.44818131804348027f,-0.8926870828802308f,0.020850711586064455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999976461992425f,0.0009719259038639059f,0.001939834016606172f,-0.010922499092509457f,0f,0.8940565296816183f,-0.44795415137451466f,0.9162881128980361f,-0.002169699512509533f,-0.4479530969796938f,-0.8940544252506815f,0.08318660689497985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999976461992425f,0.0008079536489883676f,0.0020136551034550297f,-0.0029294903381320353f,0f,0.9280801750865408f,-0.37238043532298476f,1.123656027018935f,-0.002169699512509533f,-0.372379558813634f,-0.9280779905707217f,-3.5875909657264943e-19f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5671291815385568f,-0.21582939559272096f,-0.7948472579341815f,-0.07826049205347324f,0.0002022178111851145f,0.9650915958741515f,-0.26191252486477273f,1.189365293473346f,0.8236288305756199f,0.14837750358852958f,0.5473752514258132f,0.3792172036198508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5549249069601623f,-0.21582939559272096f,-0.803415222430678f,-0.025662673286803744f,-0.003797481718021522f,0.9650915958741515f,-0.26188507155942403f,1.1891967605645242f,0.8318917758746363f,0.14837750358852958f,0.5347337558645231f,0.45682199443618654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5610434001778081f,-0.21582939559272096f,-0.7991545376928072f,0.0679115979837826f,-0.0017976843607663134f,0.9650915958741515f,-0.26190643349108933f,1.2285669920425986f,0.827784435374248f,0.14837750358852958f,0.5410702773032103f,0.3368590574325371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5431873866312927f,-0.5823292162258881f,-0.604847209578096f,0.5650084317162686f,-0.4489023664557308f,0.8102048442667278f,-0.3769015464510225f,2.0677216621228367f,0.7095309213805352f,0.06678917768972902f,-0.7015020152133694f,-0.37113208495335925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2420816146613358f,-0.5823292162258881f,-0.7760729191079297f,0.5812452530374466f,0.09439092923237877f,0.8102048442667278f,-0.5784967267023864f,2.086838329415033f,0.9656535840153073f,0.06678917768972902f,0.2511022927452501f,-0.46146469902504217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17319276075923232f,-0.5823292162258881f,-0.7942902187175277f,0.6922703751844868f,-0.20391111778342702f,0.8102048442667278f,-0.5495346816817305f,2.1597101980211946f,0.9635478834312846f,0.06678917768972902f,-0.25906501515762614f,-0.3774386397155568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015624963221863166f,0f,3.390155488296145e-8f,-0.011638641764425372f,0f,0.000015625f,0f,1.289778527018935f,-3.390155488296145e-8f,0f,-0.000015624963221863166f,0.6874827219557477f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..9b351e249 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6267017140916813f,-0.4823202927666352f,0.2038542155181007f,0.18841897808823924f,-0.2989970603221803f,0.5906270010336948f,0.4782310613219124f,1.2351934376340419f,-0.42987226465275413f,0.2923547934956697f,-0.6298277187031874f,-0.2715626225321847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7479897519421868f,-0.2015779431029449f,0.19969392540548642f,0.18841897808823924f,-0.04918931883392444f,0.6466182062838044f,0.46847124374391425f,1.2351934376340419f,-0.279448996960305f,0.4257361015426122f,-0.6169740917908775f,-0.2715626225321847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.07335904925369433f,-0.35888069205348194f,0.7299092705317918f,0.14010501526306898f,0.5051805734516596f,0.5542712846917095f,0.32329611135567143f,1.2494229775684005f,-0.6374601811439604f,0.4805543010751857f,0.17221070123105992f,-0.3452234571458792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.06814312252859726f,-0.3522963122597304f,0.7150131629699186f,0.14010501526306898f,0.24941931854407032f,0.6910081285205412f,0.3166982315320863f,1.2494229775684005f,-0.7570644083491603f,0.19594661182764544f,0.16869619712430362f,-0.3452234571458792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8591101949936172f,-1.2506645559069423f,0.3730604394144738f,-0.3937892942509787f,-0.37201452035213045f,-0.6627681824743419f,-1.3651922146521465f,1.1119493966418241f,1.2509760667195855f,0.6618026555535631f,-0.6621800175156665f,-0.8911598196037608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5851161871590497f,-0.664944199739523f,0.4642071291538095f,-0.3150267426486844f,-0.5627336874495773f,0.7450976348045802f,0.35799484859145925f,1.2462388829311282f,-0.5839262320994475f,-0.05175640869868947f,-0.8101551886057119f,-0.6843525200824117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.057126239759964975f,-0.664944199739523f,0.7447051792244046f,-0.32494425062710497f,-0.11982873781923728f,0.7450976348045802f,0.6561025744510296f,1.2643840818192307f,-0.9911496689822056f,-0.05175640869868947f,-0.12224405030543897f,-0.34479004612834063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.728309689972705f,-0.3978308443705708f,0.557938719537604f,-0.2158183768533823f,0.314299235605283f,-0.5295806311395268f,-0.78788345941503f,0.9331116670824895f,0.6089178811545914f,0.7491828711264423f,-0.2606607749949035f,0.24345832286252572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7478770173456539f,0.3677214155518792f,0.5526851974412658f,0.017911013070663815f,0.6105474575949815f,-0.05418390638381061f,-0.7901239816087693f,1.1351384530305197f,-0.2605988659807883f,0.9283561088469839f,-0.2650342736628879f,0.12842627789138744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5495425463207025f,0.3576155419156423f,0.7550590135636684f,-0.373433295685421f,0.14625265494018405f,0.9309808273309044f,-0.334491943199253f,0.8175269921128394f,-0.8225649826647777f,-0.07338816881927429f,-0.5639157968802149f,-0.22555019480570668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5473714740161824f,0.2614485358981214f,0.7950025990586953f,-0.3194429289604064f,0.1543439426632335f,0.9651911073115287f,-0.21114941091538375f,0.9971806409155299f,-0.8225341432405834f,0.007126671275834773f,-0.5686710769504687f,-0.22776813817242808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5490016767114643f,0.43054836457712453f,0.7163974209389395f,-0.19914053932267256f,0.14916542511934955f,0.8938283494552313f,-0.4228717981363864f,0.7662326908767942f,-0.8224030854252462f,-0.12529560036210538f,-0.55493619237975f,0.028871264747140035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5478646735903293f,0.23400204372921563f,0.8031732957228547f,-0.15024532302517682f,0.15391678536444664f,0.9718880973508819f,-0.17816607255804212f,0.9473481711765969f,-0.8222857913249122f,0.026010954581347223f,-0.5684799975609786f,0.030195318746386535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9620289846293636f,-0.1976887997019343f,0.18820034857939194f,0.0011099390053359581f,-0.12061277109791374f,0.9264368936388606f,0.35660516198291464f,1.739358849935615f,-0.24485259275955903f,0.32036513633225927f,-0.9151029380576454f,0.16987416118584367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9620289846293636f,-0.1976887997019343f,0.18820034857939194f,0.07954090857099685f,-0.12061277109791374f,0.9264368936388606f,0.35660516198291464f,1.6615089510828276f,-0.24485259275955903f,0.32036513633225927f,-0.9151029380576454f,0.053219590929890426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9620289846293636f,-0.1976887997019343f,0.18820034857939194f,-0.5640820894644152f,-0.12061277109791374f,0.9264368936388606f,0.35660516198291464f,1.6684988469155906f,-0.24485259275955903f,0.32036513633225927f,-0.9151029380576454f,0.026023262939602707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9620289846293636f,-0.1976887997019343f,0.18820034857939194f,-0.5578032937459565f,-0.12061277109791374f,0.9264368936388606f,0.35660516198291464f,1.5816029902304596f,-0.24485259275955903f,0.32036513633225927f,-0.9151029380576454f,-0.10899525177331741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9856839047819625f,-0.11016812990189657f,0.1276331579476988f,-0.11593080093656614f,0.01051663594245917f,0.7153533254114213f,0.6986837769629943f,1.7995442729937596f,-0.16827548907145456f,0.6900236249410163f,-0.7039536609756517f,0.19010619889354818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9563144077997465f,-0.26300671175260604f,0.1276331579476988f,-0.2287343067445758f,-0.1015187560728352f,0.7081913032325017f,0.6986837769629943f,1.794987548687226f,-0.274147215196589f,0.6552042029771579f,-0.7039536609756517f,0.1651312921666635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9978313277467534f,-0.06359519447458573f,0.016979181573076707f,-0.2405955142025819f,0.0002875459673135905f,0.25373892706482276f,0.9672726989889198f,1.8377789461378542f,-0.06582217471694926f,0.965179883820489f,-0.253170363952417f,0.1096235897093679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9293419905637681f,-0.36882946190357707f,0.016979181573076707f,-0.21589316662634447f,-0.07813616813154754f,0.2414089166133043f,0.9672726989889198f,1.8420205880606983f,-0.3608575949106412f,0.897600447310221f,-0.253170363952417f,0.12748606778552302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9755978880692725f,-0.21890744205687526f,0.016979181573076707f,-0.19205004597380118f,-0.03940950751596692f,0.25065996191661666f,0.9672726989889198f,1.9015726912590367f,-0.2159991933135972f,0.943000061136836f,-0.253170363952417f,0.2331775865249788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9755978880692725f,-0.1786575992984163f,0.1276331579476988f,-0.15185208613165757f,-0.03940950751596692f,0.7143443641032481f,0.6986837769629943f,1.7408452093358062f,-0.2159991933135972f,0.6766044573359333f,-0.7039536609756517f,0.08094158362439405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9192594698071839f,-0.34574941209553905f,0.18820034857939194f,-0.48630184610061034f,-0.264054487590208f,0.8961629238205583f,0.35660516198291464f,1.7870995645709113f,-0.2919541997527835f,0.2781175255264891f,-0.9151029380576454f,0.06433250180931246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9620289846293636f,-0.19768879970193431f,0.18820034857939194f,-0.3774827116946248f,-0.12061277109791374f,0.9264368936388606f,0.35660516198291464f,1.8103284072289159f,-0.24485259275955906f,0.32036513633225927f,-0.9151029380576454f,0.09576429273667986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8856273631767928f,-0.4245524730667777f,0.18820034857939194f,-0.3551404148578661f,-0.34115542579319164f,0.8697388883446603f,0.35660516198291464f,1.8090205567252513f,-0.3150827653877433f,0.25161371924813214f,-0.9151029380576454f,0.09984956189773016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9734756039401298f,-0.13009949011427904f,0.18820034857939194f,-0.3851197200981421f,-0.055693993602787706f,0.9325936615288096f,0.35660516198291464f,1.8147752905242025f,-0.2219086019287507f,0.3366647964196625f,-0.9151029380576454f,0.09592656289013851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9411384597274423f,-0.28078288483533564f,0.18820034857939194f,-0.4555354813769489f,-0.20089809866382308f,0.9123994259097273f,0.35660516198291464f,1.9159818873910162f,-0.2718425161285829f,0.2978057406819867f,-0.9151029380576454f,0.08673472708795116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9411384597274423f,-0.28078288483533564f,0.18820034857939194f,-0.39235933228899844f,-0.20089809866382308f,0.9123994259097273f,0.35660516198291464f,1.7106920165613277f,-0.2718425161285829f,0.2978057406819867f,-0.9151029380576454f,0.01972843543450427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9620289846293636f,-0.1976887997019343f,0.18820034857939194f,-0.17667146025619265f,-0.12061277109791374f,0.9264368936388606f,0.35660516198291464f,1.2398257936466845f,-0.24485259275955903f,0.32036513633225927f,-0.9151029380576454f,-0.08525515602653236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5414323389927346f,-0.448367942643598f,0.711208274911368f,-0.008533481764843389f,0.159463903164586f,0.7758053196845485f,0.6104894507988415f,0.9488987987649788f,-0.8254830621402067f,0.44395077875672534f,-0.3485475866519878f,-0.25173669806030435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5219249994097143f,-0.0577875743345585f,0.8510316628913979f,-0.09987603306676493f,-0.1257200729439658f,0.9920179286126016f,-0.009741281749714448f,0.7589736702956106f,-0.8436757423620368f,-0.11207598120780062f,-0.5250240148661534f,-0.05724118209774248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5219249994097143f,0.8224777588525227f,0.22610756551717037f,0.15715130041221817f,-0.1257200729439658f,0.18800779392870565f,-0.974088051811039f,0.7198782822792654f,-0.8436757423620368f,-0.5368271654964872f,0.005275996102467312f,-0.21042078576786247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5447021925114327f,0.32988451846991446f,0.7710225197405787f,-0.2068511067558853f,-0.0048254727642185295f,0.9181358171588285f,-0.3962364648321659f,0.36819818431516627f,-0.8386156666112553f,-0.2195514193166671f,-0.49851874387047573f,-0.2703259445152043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5447021925114327f,0.5439833503902558f,0.6382645501447112f,0.013993395136989332f,-0.0048254727642185295f,0.7590348126994967f,-0.6510321558286059f,0.6748223401838427f,-0.8386156666112553f,-0.35769857087837564f,-0.4108229498284239f,-0.41553440620566406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.436920746387572f,0.4353277428025354f,0.7871404053423867f,0.02703062348170145f,0.23613916439822474f,0.8999053783013028f,-0.3666177916327812f,0.8309399302547943f,-0.8679507799486301f,0.025691758422472975f,-0.4959852589903516f,-0.27488061751681936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6074299105949267f,0.22741704657870393f,0.7611244252026467f,0.03860972850596249f,-0.19677617429950753f,0.8852059215643349f,-0.4215324586025214f,0.8434201443886331f,-0.7696155150090787f,-0.40582257619907763f,-0.4929502973976733f,-0.28241590828829355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5454397539417951f,0.34649072733409547f,0.7631773389530141f,0.02703062348170145f,0f,0.9105497948259237f,-0.413399408735025f,0.8309399302547943f,-0.8381500312115452f,-0.2254844717801156f,-0.49665005604160384f,-0.27488061751681936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5918256448234149f,-0.2172406310033584f,0.776240242689473f,0.010995634803976112f,0.15987413083794022f,0.9122316931100812f,0.37719172893149155f,0.8832360405116206f,-0.7900523200511232f,0.34733247231834996f,-0.5051509529388817f,-0.26444558804340224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.48267715531591904f,-0.40555375644360686f,0.776240242689473f,0.010995634803976112f,-0.15987413083794022f,0.9122316931100812f,0.37719172893149155f,0.8832360405116206f,-0.8610824734164234f,0.057961096607934276f,-0.5051509529388817f,-0.26444558804340224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5454397539417951f,-0.3161432593766664f,0.776240242689473f,0.010995634803976112f,0f,0.9261351951122861f,0.37719172893149155f,0.8832360405116206f,-0.8381500312115452f,0.20573536381727303f,-0.5051509529388817f,-0.26444558804340224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5654387452882669f,0.10730915084064264f,0.8177797817705516f,-0.08742713346935915f,0.25520199711890823f,0.965607121276854f,0.04974764322003408f,0.9143316327448898f,-0.784315603563611f,0.23682827847469412f,-0.5733771886998658f,-0.4315592362863737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5003350954813301f,-0.18935707706429733f,0.8448719959824412f,0.10228770395003536f,-0.21266134651838484f,0.9727771817927251f,0.092085320656394f,0.9277731769583084f,-0.839309206387417f,-0.13359809859825555f,-0.5269834951156015f,-0.09269152145934648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5454397539417951f,-0.22096878724652425f,0.8084975385755448f,0.029047281633737137f,0f,0.9646214979039759f,0.26363870311752424f,0.7359450210387096f,-0.8381500312115452f,0.14379902935795638f,-0.5261429124637104f,-0.2855141141395518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5454397539417951f,-0.14907313996713795f,0.8247864413048097f,3.150893749526225e-17f,0f,0.9840558498966845f,0.1778597320477968f,0.95582f,-0.8381500312115452f,0.09701176848430389f,-0.5367431806326316f,-0.25728999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8226919081348413f,0.5580746794165794f,-0.10830824753238394f,-1.1244994400150827f,0.5537014970908334f,0.7434475767174549f,-0.3751004569342909f,1.5278930750363173f,-0.12881256308615163f,-0.36856254946348826f,-0.9206350909693537f,1.032656273140902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.115366344675922f,0.5580746794165794f,0.8217318654586778f,-1.186419308289699f,-0.3703335954539551f,0.7434475767174549f,-0.5569010044443181f,1.539996924963683f,-0.9217069136088016f,-0.36856254946348826f,0.12090497317609022f,0.9633130021638995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6604785949292393f,0.5580746794165794f,0.502315317140917f,-1.2308066717235284f,0.1291077325585667f,0.7434475767174549f,-0.6562140611618511f,1.6323771091742778f,-0.7396615570880262f,-0.36856254946348826f,-0.5630829673317161f,1.0824470827521582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.46253181939294463f,-0.4491730313995454f,0.7644003557772562f,0.6215925849562179f,-0.8316673277915562f,0.5185779644985439f,-0.19851032875041857f,2.0880693639926693f,-0.30723569443198634f,-0.7275441447774081f,-0.613421344156694f,-0.025781274514382002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1446155725383409f,-0.4491730313995454f,-0.8816631579252653f,0.7038332067798682f,0.761375842350629f,0.5185779644985439f,-0.3890806104413546f,2.0975906360073306f,0.6319756030609711f,-0.7275441447774081f,0.2669950459012901f,-0.06976863635027969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8772332994522684f,-0.4491730313995454f,-0.16942646250049048f,0.6881268652431166f,-0.10156023482305315f,0.5185779644985439f,-0.8489772749839852f,2.220176591247598f,0.4691985262495753f,-0.7275441447774081f,-0.5005319773654193f,0.027304841172482067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000852249615534055f,0f,0.000013096094237680393f,-0.5801648578820122f,0f,0.000015625f,0f,1.1219424999999998f,-0.000013096094237680393f,0f,-0.00000852249615534055f,0.11165048298471486f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12.mcfunction new file mode 100644 index 000000000..0dc93093e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120.mcfunction new file mode 100644 index 000000000..4c29ba1ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..0f125eaaa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372534f,0.02840741737109312f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.20705523608201667f,0.02840741737109312f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372518f,-0.028407417371093216f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.2070552360820165f,-0.028407417371093216f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508673846f,0.3493134492925423f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195528f,-0.05804131316639084f,0.9333193291447487f,-0.10461880994972712f,1.5200464610409161f,-0.34629454353438643f,0.004262293863449229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610407f,-0.8660254037844387f,-0.08682408883346532f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601634f,-0.021809693682667917f,-0.977310787935829f,-0.0614125138248143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905133f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.1793535439539364f,-0.021809693682667917f,-0.9835429037579558f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292682f,0.7022169901405853f,0.20829890176360127f,0.3815959628982378f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208794f,0.7076142948692847f,-0.30972128121592224f,0.27377416621197825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549364f,0.8737249081167114f,0.4529779710640936f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.1035118056319598f,-0.5291882221760245f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-7.871877887341985e-17f,-9.381338752702731e-17f,-0.15624999999999997f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479539e-17f,-1.16796641102639e-16f,-0.15624999999999997f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-6.580022455450642e-17f,-1.0328566345430089e-16f,0.15625000000000003f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772731e-18f,-1.2234812067540777e-16f,0.15625000000000003f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,-1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,-1.2234812067540777e-16f,0.08005326181113279f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,-1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,-1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,-1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,-1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,-1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,-1.2234812067540777e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,-1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,-1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,-1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,-1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772731e-18f,-1.2234812067540777e-16f,1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127541f,0.055162752467670495f,0.13539687148294582f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231492f,-0.7343101668517944f,-0.6769738216902769f,0.40462030414305333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085595f,0.1226544996484655f,0.12500000000000003f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231492f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17298739392508938f,-0.015134435901338714f,-0.15030508631179093f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.0664522806535237f,-0.45595691535740024f,-0.8875175410850817f,0.41304452000804703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058123f,-0.14645338762528523f,-0.12499999999999999f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.0664522806535237f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200515f,-9.381338752702731e-17f,4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861259f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1292559202899415f,0.018165734927774062f,4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861284f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-7.871877887341985e-17f,-9.381338752702731e-17f,4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,-1.16796641102639e-16f,4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,-1.16796641102639e-16f,4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6825839484795376e-17f,-1.16796641102639e-16f,4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005152f,-1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231469f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517195f,0.011376107230962088f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314934f,-0.45848716163646647f,-0.8872961732197349f,0.020984817312548844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-5.654789612090135e-17f,-1.086274977660736e-16f,-0.00781249999999999f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053262974e-17f,-1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,-0.04251139545395524f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.3647272479239535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,0.011261395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,0.1030610172854336f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792324f,-0.5489564193883943f,-0.588457713000926f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558594f,0.1028474406453113f,-0.7523354903537363f,-0.3880356584006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207783f,-0.5489564193883943f,-0.8083040233938802f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.1028474406453113f,0.1873571304321719f,-0.4761318415993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295432f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.1028474406453113f,-0.3261904081870284f,-0.3831551887719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,-1.9135106236677393e-21f,-0.007217499999999916f,0f,0.000015625f,0f,1.2911225f,1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..8ad099622 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5636663966969276f,-0.5085914264002942f,0.3009308868681655f,0.18641390555411413f,-0.25461885248683763f,0.5843045831614421f,0.5105896968205135f,1.233089675684284f,-0.5332859248446675f,0.25858723776144094f,-0.5618569277617924f,-0.2605889099201682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7007895769459597f,-0.2489842460719443f,0.2947894401973866f,0.18641390555411413f,-0.01139604536152769f,0.6242600439672676f,0.5001694989262173f,1.233089675684284f,-0.38569949312129137f,0.43394267215148447f,-0.5503904598482865f,-0.2605889099201682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1078537309550766f,-0.39018430980645336f,0.7092730232740959f,0.14825668767010072f,0.48146859210584664f,0.5443048534999209f,0.37264549603676694f,1.2459797657726333f,-0.6507687853447861f,0.4673680298027838f,0.1581504258090388f,-0.32786944508635263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0486594772872126f,-0.39355800851509704f,0.6947980636154409f,0.14825668767010072f,0.23169553783179425f,0.6730992656308742f,0.36504048591356764f,1.2459797657726333f,-0.764165841306042f,0.1790236647508055f,0.15492286609865025f,-0.32786944508635263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6990111723806541f,-1.333076417083293f,0.4191621370107211f,-0.31902626679761853f,-0.44458666764331417f,-0.6564743967705043f,-1.3463990163909871f,1.0921278745550813f,1.3248140721779937f,0.48306819663601686f,-0.6729926014140049f,-0.9029489820496721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4875224294983431f,-0.6823737379913866f,0.5446907034599506f,-0.27284846866960366f,-0.5859892879099435f,0.7181953786190878f,0.3752491873208825f,1.229400677194056f,-0.6472545366320969f,-0.1362405219817071f,-0.750000056652879f,-0.6977710930095515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.06494697781672884f,-0.6823737379913866f,0.7281126092659954f,-0.3244109497404523f,-0.12607345602622744f,0.7181953786190878f,0.6843251287332567f,1.2478337415834868f,-0.9898926071842725f,-0.1362405219817071f,-0.03938459612685852f,-0.36157578238932075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6026814644060501f,-0.5270681886197037f,0.599144537658922f,-0.2569983383747683f,0.22799921010564775f,-0.605788234820466f,-0.7622578138296149f,0.9059088943668844f,0.764716557067113f,0.5960031368191347f,-0.2449262098044479f,0.19938518905179786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7703777100430471f,0.2468737586020345f,0.5878533245483393f,-0.012287923780642555f,0.6280599762168186f,-0.1350355907945012f,-0.766358959948475f,1.116385080109936f,-0.10981279589992973f,0.9595930056708853f,-0.2590799361667286f,0.13187135417902923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.510551483077558f,0.33661795642387166f,0.7912177541867489f,-0.37249778412047324f,0.12408460875533538f,0.9393959221235522f,-0.31959084994360554f,0.7981162508235665f,-0.8508467505945716f,-0.06498963694818717f,-0.5213790886600664f,-0.25034743991784375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5045735663047763f,0.244219785246037f,0.8281076093605585f,-0.3215309018283378f,0.1484929634968294f,0.9694137106322016f,-0.19541468069271384f,0.9786599798127749f,-0.850503001745678f,0.024367070662792367f,-0.5254054528541797f,-0.2490623982489088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5091573260284573f,0.4159770321122534f,0.7534732417986938f,-0.21504256299154512f,0.1328443531643772f,0.9029379223020826f,-0.4087242179038775f,0.7453586348209406f,-0.8503594505759843f,-0.108010264437597f,-0.5149976578512088f,0.014702649779932363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5060562476151079f,0.21523949792838099f,0.8352119687727514f,-0.16946508232514398f,0.14716429719033203f,0.9757090053643325f,-0.1622794086858238f,0.9272898270224665f,-0.8498527777692984f,0.04079087376464885f,-0.5254392074591733f,0.019066943564184202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.962458401085099f,-0.21278470298736946f,0.16851259998971052f,-0.02318869016229802f,-0.14193025068460635f,0.9237293716573958f,0.35578062324701976f,1.725734447761714f,-0.23136471235112754f,0.3185070142273322f,-0.919251680317567f,0.15742297731164492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.962458401085099f,-0.21278470298736946f,0.16851259998971052f,0.05529964400084969f,-0.14193025068460635f,0.9237293716573958f,0.35578062324701976f,1.6489450941346202f,-0.23136471235112754f,0.3185070142273322f,-0.919251680317567f,0.04010593221662381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.962458401085099f,-0.21278470298736946f,0.16851259998971052f,-0.5886330007997937f,-0.14193025068460635f,0.9237293716573958f,0.35578062324701976f,1.6423504254845076f,-0.23136471235112754f,0.3185070142273322f,-0.919251680317567f,0.02149620880535752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.962458401085099f,-0.21278470298736946f,0.16851259998971052f,-0.5823290467180284f,-0.14193025068460635f,0.9237293716573958f,0.35578062324701976f,1.5549163030560686f,-0.23136471235112754f,0.3185070142273322f,-0.919251680317567f,-0.1131731897159982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880211326974919f,-0.11859827916928972f,0.09873545220055831f,-0.14132331769690287f,-0.012224667526073658f,0.6979560789498733f,0.7160362207045083f,1.7809647921121596f,-0.15383367266968057f,0.706251909756711f,-0.691045180229163f,0.1803734051750308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9573040946703745f,-0.2716986948921298f,0.09873545220055831f,-0.2543284130399479f,-0.12125854741525556f,0.6874507221015534f,0.7160362207045083f,1.7739253289290042f,-0.26242186457320493f,0.6734918885004976f,-0.691045180229163f,0.15693337510674163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9982927307894465f,-0.055363283086953985f,-0.018615330746033873f,-0.2679918120782034f,-0.02950370010172401f,0.20290530698051637f,0.9787537831750386f,1.820927476322984f,-0.0504098733707789f,0.9776320081119361f,-0.2041923146980948f,0.10078442622541886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9323246114491266f,-0.3611430303182541f,-0.018615330746033873f,-0.24313969941515723f,-0.0907608743424078f,0.18385726966631402f,0.9787537831750386f,1.8250871758084386f,-0.3500475433063875f,0.9142057842977134f,-0.2041923146980948f,0.11845742883883921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9773413651290384f,-0.2108490584966507f,-0.018615330746033873f,-0.21944307190060416f,-0.06088184374620928f,0.19579181040741261f,0.9787537831750386f,1.8800369251024263f,-0.20272458437439297f,0.9577098942312667f,-0.2041923146980948f,0.22664541074170322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9773413651290384f,-0.18723024992361553f,0.09873545220055831f,-0.17731626566779074f,-0.06088184374620928f,0.6954031433213882f,0.7160362207045083f,1.7235712178551141f,-0.20272458437439297f,0.6938006210520957f,-0.691045180229163f,0.07054027100498192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9173220798790173f,-0.36072663529484755f,0.16851259998971052f,-0.5128529553672726f,-0.28468596387610406f,0.8901539474124103f,0.35578062324701976f,1.7627440385217001f,-0.2783417031965704f,0.2783922493442701f,-0.919251680317567f,0.05818758276385108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.962458401085099f,-0.21278470298736948f,0.16851259998971052f,-0.40413648581713724f,-0.14193025068460635f,0.9237293716573959f,0.35578062324701976f,1.788401050585676f,-0.23136471235112752f,0.31850701422733213f,-0.919251680317567f,0.08804704701730849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8823919945899837f,-0.43930384875188433f,0.16851259998971052f,-0.3817193877804275f,-0.3611846762810016f,0.8619546262662268f,0.35578062324701976f,1.787581053231952f,-0.3015460122490408f,0.2530738049068518f,-0.919251680317567f,0.09183907087699528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9749570113401357f,-0.14512866596030852f,0.16851259998971052f,-0.41186216904977446f,-0.07714841206663162f,0.9313797671398922f,0.35578062324701976f,1.7926882117318286f,-0.20858319336492132f,0.3338703336312195f,-0.919251680317567f,0.08829008589457528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9402505474606302f,-0.29585876976133957f,0.16851259998971052f,-0.48449908913536677f,-0.2218984827154651f,0.9078442660999391f,0.35578062324701976f,1.8923536150564484f,-0.2582440151650371f,0.29713023552773965f,-0.919251680317567f,0.07955339591094135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9402505474606302f,-0.29585876976133957f,0.16851259998971052f,-0.4179308659390655f,-0.2218984827154651f,0.9078442660999391f,0.35578062324701976f,1.6880886551839624f,-0.2582440151650371f,0.29713023552773965f,-0.919251680317567f,0.012699092917200033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.962458401085099f,-0.21278470298736946f,0.16851259998971052f,-0.19383742427207967f,-0.14193025068460635f,0.9237293716573958f,0.35578062324701976f,1.2213004890686534f,-0.23136471235112754f,0.3185070142273322f,-0.919251680317567f,-0.09288854782049286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4866106224102205f,-0.4934511884522952f,0.720913328197333f,-0.008793228602468976f,0.16438448892898638f,0.758745040839109f,0.6303044524684994f,0.9367710987539877f,-0.8580138938018975f,0.4252198109414429f,-0.2880976751482555f,-0.25234597692353394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4767852262181512f,-0.028546279839988142f,0.8785561780372405f,-0.10492463470724311f,-0.12017481674530231f,0.9922048202086754f,-0.0329789049985415f,0.7612488799931357f,-0.8707662496217567f,-0.12130418237623511f,-0.4764991436064641f,-0.06832739919991371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4767852262181512f,0.8611546291383007f,0.17631946226603054f,0.15701735260269778f,-0.12017481674530231f,0.13484433779153304f,-0.9835522446651198f,0.7029489353368795f,-0.8707662496217567f,-0.4901323385364801f,0.03919731164789117f,-0.20370688199622305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4976446144413646f,0.3593640596055484f,0.789434804389397f,-0.20960198169160763f,-0.01314693953946794f,0.9069065125425254f,-0.4211267451595775f,0.3610278689128678f,-0.8672813820774958f,-0.2199501083695439f,-0.4465926042042958f,-0.2769905245863389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4976446144413646f,0.5755888285623406f,0.6488816056506288f,0.024152151975489086f,-0.01314693953946794f,0.7430016140267265f,-0.669160488623189f,0.6616103044128887f,-0.8672813820774958f,-0.34153492059804375f,-0.36218352021293965f,-0.4156747247946571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.39269951933825425f,0.42231578433155825f,0.8169678487039285f,0.028382845574448753f,0.23768626159796474f,0.9047551863725354f,-0.3534448949689084f,0.8206685240474282f,-0.8884212562512719f,0.05538439343731824f,-0.4556755867988677f,-0.2737979676306933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5626438524762685f,0.24022337469399857f,0.791027575702194f,0.040195843429245814f,-0.19680660412529502f,0.8904187407236267f,-0.41039204029905413f,0.8333691507567159f,-0.8029315387026048f,-0.38658400952286937f,-0.4537110839927648f,-0.28061451095366047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.49979684071703356f,0.34691008947224744f,0.7936349966021091f,0.028382845574448753f,0f,0.9162866900337034f,-0.4005230351266703f,0.8206685240474282f,-0.8661426660829452f,-0.20018014759070735f,-0.45795719286991277f,-0.2737979676306933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5462584096787712f,-0.22668613176932906f,0.8063591926174578f,0.011247709844146778f,0.15818962395488745f,0.9174392866203367f,0.365076975771657f,0.8735716164352024f,-0.8225434898704331f,0.3269840256480829f,-0.4652995317456732f,-0.2639103509150859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.43879941900101826f,-0.3965348942598754f,0.8063591926174578f,0.011247709844146778f,-0.15818962395488745f,0.9174392866203367f,0.365076975771657f,0.8735716164352024f,-0.8845513624190402f,0.03263790740652961f,-0.4652995317456732f,-0.2639103509150859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.49979684071703356f,-0.3162087451203618f,0.8063591926174578f,0.011247709844146778f,0f,0.9309773368677784f,0.365076975771657f,0.8735716164352024f,-0.8661426660829452f,0.18246431910920316f,-0.4652995317456732f,-0.2639103509150859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5235781183573798f,0.0946060707791715f,0.8467087134009382f,-0.07749934063822227f,0.25506966734285896f,0.965637704058561f,0.049832612836518936f,0.9027890916329178f,-0.8128993903177373f,0.24206097552525382f,-0.5297179111081799f,-0.43639291111683715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.45427506223799075f,-0.18242736083241348f,0.8719830421793707f,0.09303802738385433f,-0.21120023811063454f,0.9729582470376852f,0.09352384157724697f,0.9165429555953988f,-0.8654643997592744f,-0.14167747718347873f,-0.4805193702737112f,-0.08741349459029701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.49979684071703356f,-0.23193034473718904f,0.834512692054088f,0.03131585667319583f,0f,0.9634817966283764f,0.26777383659677434f,0.7240288684708922f,-0.8661426660829452f,0.13383251755774697f,-0.48154515804323395f,-0.28451030180411835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.49979684071703356f,-0.15763029702398937f,0.851678230007907f,3.1524857903651164e-17f,0f,0.9833001690813219f,0.1819911467205035f,0.943735f,-0.8661426660829452f,0.09095860016937778f,-0.49145031798336963f,-0.25742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7864658636126486f,0.6174291152119196f,-0.015897580339066186f,-1.1958324607285602f,0.583186834579438f,0.7338808951744875f,-0.3482986472427191f,1.515775090644694f,-0.20338279510623852f,-0.2831962559542746f,-0.9372488032898495f,0.9732915630798182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.0701134601203125f,0.6174291152119196f,0.7834956224501728f,-1.24614814465318f,-0.40992318787091986f,0.7338808951744875f,-0.5416473130586317f,1.527944909355306f,-0.9094212900277296f,-0.2831962559542746f,0.3045534400688673f,0.8951296160483592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.536700628529277f,0.6174291152119196f,0.5750945339897653f,-1.3072544827893349f,0.12981139957985935f,0.7338808951744875f,-0.666759201089127f,1.621873880163369f,-0.8337274350022299f,-0.2831962559542746f,-0.4740236752927893f,1.005314140858007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.33498845052432374f,-0.3935573817811872f,0.8560930587622174f,0.6089205305108647f,-0.8276283490002572f,0.5571776266433743f,-0.06770825872199734f,2.07278016591281f,-0.4503488136394066f,-0.7312083694909363f,-0.5123673159365119f,-0.030695874191593697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.18931290899801995f,-0.3935573817811872f,-0.8995961370149631f,0.6948097615714609f,0.7292276084823397f,0.5571776266433743f,-0.3972155427411973f,2.088899834087191f,0.6575619495635637f,-0.7312083694909363f,0.18151199098839632f,-0.06464081174886932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9161517979796935f,-0.3935573817811872f,-0.07601625026342454f,0.6632675835806765f,-0.17194312719340094f,0.5571776266433743f,-0.8123968570711055f,2.2026995285606663f,0.3620793339442732f,-0.7312083694909363f,-0.5781287713968902f,0.03905097273930204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000780932563620365f,0f,0.00001353347915754602f,-0.5990803666299f,0f,0.000015625f,0f,1.1098575f,-0.00001353347915754602f,0f,-0.00000780932563620365f,0.07993894330050694f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13.mcfunction new file mode 100644 index 000000000..b49b162be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..a97710e8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.49067601970059016f,-0.5265163907955208f,0.3859559280007095f,0.1858337047582485f,-0.20308734177420215f,0.5819732239825135f,0.5357304757272374f,1.2340760314450638f,-0.6204329292891528f,0.22590285796222653f,-0.4805989216203295f,-0.2514726262628309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6414510674170669f,-0.29256894718964926f,0.3780792764088583f,0.1858337047582485f,0.034367287367407975f,0.602832304777572f,0.5247972007123959f,1.2340760314450638f,-0.4768222076083618f,0.4370316046430748f,-0.47079078036277183f,-0.2514726262628309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1460251453635335f,-0.414248796746202f,0.6884904035353921f,0.15574375106945273f,0.44828032626352393f,0.538739085336614f,0.41922475053386543f,1.2456636426399614f,-0.6668327004962129f,0.4528825198320607f,0.1310573051147308f,-0.31230770135103053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.023134538800252416f,-0.42964642140790765f,0.6744395789734454f,0.15574375106945273f,0.20374579193780298f,0.6556207035650123f,0.4106691433801131f,1.2456636426399614f,-0.7732738488932218f,0.1598919811256867f,0.12838266623483835f,-0.31230770135103053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5474321300577258f,-1.3811831372470704f,0.48379484739381046f,-0.25212249809431087f,-0.5129730486109578f,-0.6648607982195451f,-1.3176589165598396f,1.0834684240867267f,1.3706140829494062f,0.3028192701517006f,-0.6863845680415249f,-0.9090508446250432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3897557839460064f,-0.6867151604353376f,0.613606321112244f,-0.23494634983816498f,-0.5939573667539805f,0.6966435572105969f,0.40237097394772825f,1.219976288513358f,-0.7037791381955788f,-0.20762958032331086f,-0.6794003841737614f,-0.7055984167389682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.17218304995888964f,-0.6867151604353376f,0.7062402464707904f,-0.32264386036438675f,-0.121616249024384f,0.6966435572105969f,0.7070341166946648f,1.2354812158161796f,-0.9775287644259343f,-0.20762958032331086f,0.03643449045440689f,-0.37643232385904013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.47260892627641365f,-0.6112538756663115f,0.6348302940839928f,-0.28630332119493196f,0.1427775202699248f,-0.6577313114065652f,-0.739597256417958f,0.8862327493844602f,0.8696294512661275f,0.44017976041421236f,-0.22357637623921758f,0.1594299597041032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7697127420181092f,0.14302079878558682f,0.6221634398529831f,-0.038518150200325f,0.6381039699375434f,-0.2015548135412879f,-0.743100922276566f,1.1023464543905876f,0.019121148629473284f,0.9689792094018678f,-0.2464014476865352f,0.13320682166347392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4725006005416016f,0.32340021622082255f,0.819850890489332f,-0.3708644444133438f,0.10711047390803863f,0.9444185285761619f,-0.3108069968022478f,0.783787633375404f,-0.8747974216165826f,-0.059041875227354f,-0.48087787233622664f,-0.27122836510779463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.46408752794957814f,0.2319654312730911f,0.8548770701661954f,-0.32202794436110055f,0.1438485695617176f,0.9720273215501742f,-0.18566226109536066f,0.9648823670342157f,-0.8740310952344299f,0.03680930390924411f,-0.4844736522340711f,-0.2673545809512743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4706309804430785f,0.4069626335718199f,0.7828715700058824f,-0.22861688924920975f,0.1202581820907976f,0.9085835061476356f,-0.400017477114046f,0.7298358092158233f,-0.8740963619003359f,-0.09411390562907417f,-0.4765481328049021f,0.0021780767627705673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4663135526826882f,0.20146912262386518f,0.8613720817472665f,-0.18545785324631464f,0.14180144018038987f,0.9781528607288927f,-0.15201754047033822f,0.912289360974551f,-0.8731804064150872f,0.05125596235613519f,-0.4846945472931684f,0.008759228783963624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9629632631502523f,-0.2274356196252798f,0.14482676806682848f,-0.04411886013354052f,-0.16451488147145188f,0.9211566419604137f,0.352711347629543f,1.717196235613472f,-0.21362726323541187f,0.31582191168105994f,-0.9244565498197677f,0.14310737857926256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9629632631502523f,-0.2274356196252798f,0.14482676806682848f,0.03399922419401907f,-0.16451488147145188f,0.9211566419604137f,0.352711347629543f,1.6412876522638693f,-0.21362726323541187f,0.31582191168105994f,-0.9244565498197677f,0.024972860444854778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9629632631502523f,-0.2274356196252798f,0.14482676806682848f,-0.6098597772343137f,-0.16451488147145188f,0.9211566419604137f,0.352711347629543f,1.620543742748994f,-0.21362726323541187f,0.31582191168105994f,-0.9244565498197677f,0.01760136142845807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9629632631502523f,-0.2274356196252798f,0.14482676806682848f,-0.603963937643023f,-0.16451488147145188f,0.9211566419604137f,0.352711347629543f,1.5322965432890325f,-0.21362726323541187f,0.31582191168105994f,-0.9244565498197677f,-0.11655520144860558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9901306889897598f,-0.12325111019214131f,0.06671118764546183f,-0.1630573178829113f,-0.035999413291951964f,0.683707737385069f,0.7288674585152122f,1.7676920217966678f,-0.13544467860827375f,0.7192724752666363f,-0.6813969807392071f,0.16896304927415529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.958659815692094f,-0.2766242491542128f,0.06671118764546183f,-0.2762682086636474f,-0.14251165491842652f,0.6696586116298264f,0.7288674585152122f,1.7580252212641803f,-0.24629613474354659f,0.6892288216912299f,-0.6813969807392071f,0.1475390486884256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9977563485143051f,-0.040599075258778705f,-0.05323517716259131f,-0.2922305786963508f,-0.059120732025106995f,0.16116591472935496f,0.9851549558187613f,1.8084850568288062f,-0.031416684169656234f,0.9860919140818377f,-0.16320456163417046f,0.09106183262929135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.936376872718518f,-0.3469356830168319f,-0.05323517716259131f,-0.2671450783760425f,-0.10603016400597191f,0.13500858249237682f,0.9851549558187613f,1.812710605427019f,-0.33459820166694676f,0.9281208512381584f,-0.16320456163417046f,0.10838603644141358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9791212175631228f,-0.19618271389236971f,-0.05323517716259131f,-0.2428399780186377f,-0.08360476136205384f,0.1499331747923996f,0.9851549558187613f,1.8639452444177484f,-0.18528865371441888f,0.9690368341123553f,-0.16320456163417046f,0.21824921678567677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9791212175631228f,-0.19201890209205927f,0.06671118764546183f,-0.19963572504792443f,-0.08360476136205384f,0.6795310675717258f,0.7288674585152122f,1.7110507542141105f,-0.18528865371441888f,0.7080722205002754f,-0.6813969807392071f,0.05893296717311505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9155288179477776f,-0.3752761526642243f,0.14482676806682848f,-0.5361124430842475f,-0.3065900767870769f,0.8840798776519269f,0.352711347629543f,1.7428203689427042f,-0.26040258893267426f,0.27851495322961f,-0.9244565498197677f,0.05214483637392932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9629632631502523f,-0.22743561962527975f,0.14482676806682848f,-0.4274854638857706f,-0.1645148814714519f,0.9211566419604138f,0.352711347629543f,1.7710528655922475f,-0.21362726323541187f,0.31582191168106f,-0.9244565498197677f,0.07993415353263575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.879337482568845f,-0.45364170773949286f,0.14482676806682848f,-0.4049938016617242f,-0.3824760473678396f,0.8539946009450093f,0.352711347629543f,1.7707484428287532f,-0.2836858560791503f,0.2547595386947677f,-0.9244565498197677f,0.08334158396926612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9764826398684524f,-0.15970867630424912f,0.14482676806682848f,-0.435297804596509f,-0.09985749237953825f,0.9303887286876503f,0.352711347629543f,1.7751724906056798f,-0.1910762550690398f,0.32995446995626904f,-0.9244565498197677f,0.08028203622556017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9394765768516926f,-0.3104979368664835f,0.14482676806682848f,-0.5102385766304461f,-0.2441729439960508f,0.9033129461452731f,0.352711347629543f,1.8731674467289336f,-0.24034004029151507f,0.29600127115943964f,-0.9244565498197677f,0.07212643737513588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9394765768516926f,-0.3104979368664835f,0.14482676806682848f,-0.4403765408354875f,-0.2441729439960508f,0.9033129461452731f,0.352711347629543f,1.6699220338462475f,-0.24034004029151507f,0.29600127115943964f,-0.9244565498197677f,0.005526151364262072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9629632631502523f,-0.2274356196252798f,0.14482676806682848f,-0.2079712143858384f,-0.16451488147145188f,0.9211566419604137f,0.352711347629543f,1.2073713854120436f,-0.21362726323541187f,0.31582191168105994f,-0.9244565498197677f,-0.10073990328598698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.43702429156731504f,-0.530586645425589f,0.7262834021758358f,-0.009001222351242531f,0.16829761939092674f,0.7449765181589398f,0.6455121212642948f,0.9280051911024412f,-0.8835641911527612f,0.4043362450829794f,-0.23627636577695135f,-0.25236599519210423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4375546479477979f,0.0009737608052567404f,0.8991912932458659f,-0.10789977732479683f,-0.11604128754443407f,0.9915762726736952f,-0.05754055140135689f,0.7625000146588453f,-0.8916727817110426f,-0.12952045112813793f,-0.43375581044552597f,-0.0772395869735414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4375546479477979f,0.8895957040310126f,0.13101684406535602f,0.1565072435164736f,-0.11604128754443407f,0.08862262343071411f,-0.9892827958684455f,0.6883765462431906f,-0.8916727817110426f,-0.44806864874238306f,0.0644525900943196f,-0.19734097439216125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4568073290666732f,0.3856280883422667f,0.8016346060347328f,-0.21280548055630577f,-0.01905347801106089f,0.8967045846431759f,-0.44221923618901f,0.35727623846931367f,-0.8893615851197163f,-0.2172829154843943f,-0.402273669971013f,-0.2823430316196379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4568073290666732f,0.6035238165309285f,0.6535182223862733f,0.03234066086646447f,-0.01905347801106089f,0.7278419970260729f,-0.6854801181221672f,0.651917288893197f,-0.8893615851197163f,-0.3255841369677594f,-0.3209843308766102f,-0.4145710172188969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.35517378795024557f,0.40788571050252975f,0.8411187951299867f,0.02930857670949456f,0.23896445075562212f,0.9095048972329661f,-0.34014237193315894f,0.813285949719545f,-0.9037408763733872f,0.08018783621658654f,-0.42050248429083514f,-0.272216308853574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5229262385352897f,0.2481523959702931f,0.8154560303447f,0.04125488345251853f,-0.19694947669150115f,0.8956193323464452f,-0.3988444748999935f,0.8260989817493172f,-0.8293123975211496f,-0.36916987946135393f,-0.41946936409732277f,-0.27840631615612327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.46006094125476504f,0.3439833246307638f,0.8185471291915611f,0.02930857670949456f,0f,0.9219042680092021f,-0.3874177598231877f,0.813285949719545f,-0.8878873410133629f,-0.17823577924306827f,-0.42413214528709875f,-0.272216308853574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5057808931365537f,-0.22987701363796914f,0.8314699313498228f,0.011366803432991242f,0.15706413948154657f,0.923193358400062f,0.35077753504883435f,0.866608045609623f,-0.8482432105398259f,0.30801068424147876f,-0.43082812601568254f,-0.2629197362817127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4013069499428887f,-0.3842010999316073f,0.8314699313498228f,0.011366803432991242f,-0.15706413948154657f,0.923193358400062f,0.35077753504883435f,0.866608045609623f,-0.9023766331285719f,0.010175353426691958f,-0.43082812601568254f,-0.2629197362817127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.46006094125476504f,-0.31145093288173126f,0.8314699313498228f,0.011366803432991242f,0f,0.936458819652559f,0.35077753504883435f,0.866608045609623f,-0.8878873410133629f,0.16137904294559308f,-0.43082812601568254f,-0.2629197362817127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.48668784160710643f,0.08424067076104977f,0.8695047177684228f,-0.06901513118702612f,0.2547809652028456f,0.9657543460827029f,0.04904286688884821f,0.8943665498503292f,-0.8355965561215069f,0.24540181827382468f,-0.49148381762350857f,-0.43948426677711533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.41453512026060896f,-0.175247201308946f,0.8930000293974822f,0.08503359826141563f,-0.20998511539681572f,0.9732221388445513f,0.09351427577981296f,0.9083750957798106f,-0.8854755137113101f,-0.14875176266592163f,-0.4402340601560412f,-0.08287574010358997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.46006094125476504f,-0.23928629333751195f,0.8550356718597032f,0.0329124598538854f,0f,0.9630001829779828f,0.26950073763233284f,0.7153681380753215f,-0.8878873410133629f,0.12398676302398451f,-0.4430387706093618f,-0.2828826461625076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.46006094125476504f,-0.16338656652280042f,0.8727249052316945f,3.147709667848442e-17f,0f,0.9829230184041557f,0.18401722715893684f,0.93499f,-0.8878873410133629f,0.08465913873383239f,-0.45220448902799065f,-0.25703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7521032669202885f,0.6558043388398991f,0.06527897859641979f,-1.2540923367193682f,0.6068149850408503f,0.7277378745371741f,-0.31964536582592423f,1.507073699353706f,-0.25713080293442414f,-0.20079406147313994f,-0.9452859329638938f,0.9202317265041174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.23004718290464926f,0.6558043388398991f,0.7190263992346857f,-1.2933087653223547f,-0.4459692441043478f,0.7277378745371741f,-0.5210652735282912f,1.519156300646294f,-0.8649796107138199f,-0.20079406147313994f,0.45988261320307533f,0.8359397044994745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.41830857176518926f,0.6558043388398991f,0.6284414117056022f,-1.3679667627767018f,0.12888108045427235f,0.7277378745371741f,-0.6736373305162472f,1.614160599577437f,-0.8991149013828582f,-0.20079406147313994f,-0.3889397626733657f,0.9364266799028008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2130106956430121f,-0.35315652826682714f,0.9109922667532372f,0.6000162653638551f,-0.8096321589267919f,0.5857222809282203f,0.03775151461576923f,2.0613030769681027f,-0.5469206622291953f,-0.7295271593071533f,-0.41069199293389386f,-0.0313092495285206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.22013320259781785f,-0.35315652826682714f,-0.9092974428956399f,0.6877247424140679f,0.705856338080032f,0.5857222809282203f,-0.3983669660206406f,2.0823169230318976f,0.6732816669910708f,-0.7295271593071533f,0.12034085227785202f,-0.056896430442787194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9355570885356029f,-0.35315652826682714f,0.003660687545719299f,0.6433214007571036f,-0.2241476913471503f,0.5857222809282203f,-0.7789012916204372f,2.1886451937430658f,0.2729299297521769f,-0.7295271593071533f,-0.6271358523308223f,0.04996753786396946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007188452207105705f,0f,0.000013873239703333795f,-0.6137430367901933f,0f,0.000015625f,0f,1.1011125f,-0.000013873239703333795f,0f,-0.000007188452207105705f,0.05285357022888704f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14.mcfunction new file mode 100644 index 000000000..7de8c7959 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..5447d75ce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.45010489589144287f,-0.5248961388519124f,0.4345504234923164f,0.189462145592306f,-0.16362505868616734f,0.5888044028854788f,0.5417385529543447f,1.242359260978235f,-0.6614959314379385f,0.2115132691002454f,-0.42968559916527976f,-0.25186675831012306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6041258026268672f,-0.3063116207955092f,0.4256820475026773f,0.189462145592306f,0.07264246252582926f,0.5942213246276428f,0.5306826641185418f,1.242359260978235f,-0.5193795213893468f,0.4394021032305122f,-0.4209165053047639f,-0.25186675831012306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.18502810124405292f,-0.41290505511869235f,0.679866502816468f,0.16281927296334323f,0.4168542955965151f,0.5441532561139686f,0.44393037128331647f,1.2529818460672797f,-0.6774522436579558f,0.4476059581400135f,0.08747461485943632f,-0.308033617608494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.012667838640087054f,-0.44305147901649716f,0.6659916762283768f,0.16281927296334323f,0.17327482379627449f,0.6487398744568889f,0.43487056778773864f,1.2529818460672797f,-0.7809067558310396f,0.1511355756628944f,0.08568941863781518f,-0.308033617608494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.48607574110699164f,-1.3773559328311935f,0.555002034412488f,-0.22931041295405657f,-0.550172685665777f,-0.709456932777004f,-1.2788225547283525f,1.10706040760654f,1.3792920792401417f,0.20240490317518858f,-0.7056853869225629f,-0.9213620229370624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.34581299515785385f,-0.6830558035610297f,0.6433102996234009f,-0.22385570264281962f,-0.5595936502864877f,0.7004718596883516f,0.442938054747824f,1.2329212500059281f,-0.7531721708474086f,-0.20681862345141472f,-0.6244659622867076f,-0.7079186624480787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2003509442460938f,-0.6830558035610297f,0.7023491071833824f,-0.32065620720784294f,-0.09260492813281071f,0.7004718596883516f,0.707646452029726f,1.238830805970899f,-0.9753378011874734f,-0.20681862345141472f,0.07708586490691008f,-0.3810640351452765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.44020724510877657f,-0.6344548823987899f,0.6353617737589186f,-0.2941147873881393f,0.12415095417967058f,-0.6578061822454953f,-0.7428846257501117f,0.8905174537476488f,0.8892716806072365f,0.4059039649965788f,-0.21080286826805064f,0.1533550175593023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7713334521424284f,0.11910470059397407f,0.6251869927489405f,-0.04497616887573307f,0.6353502112395348f,-0.2013364420784748f,-0.7455157584981417f,1.1056807367165662f,0.03707849354980225f,0.9722539315362015f,-0.2309707295924668f,0.13318192278514118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.45452433614101595f,0.3368996480809049f,0.824564281895918f,-0.37250650517040557f,0.11414097117649907f,0.9401105466127545f,-0.32119152984839705f,0.7876394024500406f,-0.8833908911430172f,-0.05187279894540739f,-0.465757175119305f,-0.2764012201058094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.44667643213709873f,0.24172230668236133f,0.8614235261620327f,-0.3217996756289501f,0.1467077972857072f,0.9695681977800241f,-0.19599574502823258f,0.9682084661273687f,-0.8825853993743877f,0.03883086795005508f,-0.4685458104661674f,-0.2720488436805876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.45270617284807707f,0.4196277027784263f,0.78674628192712f,-0.23472537066378132f,0.12578261623132894f,0.9035699731229916f,-0.4095607856283592f,0.7335675105530249f,-0.8827433684368574f,-0.08645169015940238f,-0.4618335747315621f,-0.0007748106004410726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4486725304307176f,0.2107473641644913f,0.8684920891606416f,-0.1897821643256852f,0.14488947686683662f,0.9760947173627579f,-0.16200661168536418f,0.9155727287355085f,-0.8818730066909585f,0.05314744805009233f,-0.46848196212406235f,0.00626232364567586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690358360380957f,-0.21631045478494815f,0.11907701551801442f,-0.03866304490918754f,-0.1637411981030829f,0.9239039851493769f,0.34581822720739697f,1.7218234131411567f,-0.18481982717694445f,0.31561244173167297f,-0.930715003696865f,0.13188622916844212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690358360380957f,-0.21631045478494815f,0.11907701551801442f,0.03587807599517337f,-0.1637411981030829f,0.9239039851493769f,0.34581822720739697f,1.6448961687270436f,-0.18481982717694445f,0.31561244173167297f,-0.930715003696865f,0.012110885874537347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690358360380957f,-0.21631045478494815f,0.11907701551801442f,-0.6079715985815689f,-0.1637411981030829f,0.9239039851493769f,0.34581822720739697f,1.6256254592555957f,-0.18481982717694445f,0.31561244173167297f,-0.930715003696865f,0.023304580701987265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690358360380957f,-0.21631045478494815f,0.11907701551801442f,-0.6061081653800651f,-0.1637411981030829f,0.9239039851493769f,0.34581822720739697f,1.5364176249837511f,-0.18481982717694445f,0.31561244173167297f,-0.930715003696865f,-0.11033224963018837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9937013636694625f,-0.10149160698503563f,0.04750845770013301f,-0.1567028951947005f,-0.034984972863367436f,0.6837333019929482f,0.7288928751329438f,1.7720403234457456f,-0.10645962387308981f,0.7226397618851419f,-0.6829773956928483f,0.16116029171959123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9655904656850395f,-0.255691218122764f,0.04750845770013301f,-0.27050114281188176f,-0.14151370312064282f,0.6698425549407214f,0.7288928751329438f,1.7624903256701774f,-0.21819469381089662f,0.6970889129554303f,-0.6829773956928483f,0.14305236509213493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9982530744792126f,-0.011262621398653333f,-0.05799959182640846f,-0.2880667086634747f,-0.05904545123424117f,0.155183652149698f,0.9861195002605041f,1.8136727187828847f,-0.002105702102449647f,0.9878214350097451f,-0.15557756442991277f,0.0867699411555467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9459147499817315f,-0.3191885541728713f,-0.05799959182640846f,-0.26247711815668523f,-0.10410994691733981f,0.12934237572753296f,0.9861195002605041f,1.8177961454685587f,-0.30725625253177f,0.9388233149672996f,-0.15557756442991277f,0.103366200826409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9842010604729189f,-0.16728514552090856f,-0.05799959182640846f,-0.23491417932595285f,-0.08259457535626606f,0.14403634030234075f,0.9861195002605041f,1.8683670293160872f,-0.15660909515637883f,0.9753303095671519f,-0.15557756442991277f,0.21276690759351857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9842010604729189f,-0.1705614816156808f,0.04750845770013301f,-0.19653784596242474f,-0.08259457535626606f,0.6796273336926266f,0.7288928751329438f,1.7154508792352465f,-0.15660909515637883f,0.7134531997874245f,-0.6829773956928483f,0.05223993764134832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9232669865967963f,-0.3652379167553574f,0.11907701551801442f,-0.5330014562751784f,-0.30625569790687385f,0.8869144272311206f,0.34581822720739697f,1.7479684229214874f,-0.2319170518958117f,0.2828145380518824f,-0.930715003696865f,0.05485091603387825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690358360380957f,-0.2163104547849482f,0.11907701551801442f,-0.4235628951516349f,-0.1637411981030829f,0.923903985149377f,0.34581822720739697f,1.7761394888718616f,-0.18481982717694445f,0.31561244173167297f,-0.930715003696865f,0.07931993741659993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8879210950564507f,-0.44431609618499734f,0.11907701551801442f,-0.40098365021765525f,-0.3823899881741572f,0.8568475072469436f,0.34581822720739697f,1.7758059170862792f,-0.2556834486194235f,0.2615254404367248f,-0.930715003696865f,0.08208481590854506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9817643680048638f,-0.14818701053510955f,0.11907701551801442f,-0.43135314533918956f,-0.0988940486919424f,0.9330754100631143f,0.34581822720739697f,1.7802799614615479f,-0.16235360436197874f,0.3277360051081027f,-0.930715003696865f,0.07986168343583328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9464956637711871f,-0.29994436623757775f,0.11907701551801442f,-0.5062842873754035f,-0.24364165146269667f,0.9061172658125785f,0.34581822720739697f,1.8783919645173055f,-0.2116239687154307f,0.2983033317927821f,-0.930715003696865f,0.07315323050048811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9464956637711871f,-0.29994436623757775f,0.11907701551801442f,-0.4387968049719487f,-0.24364165146269667f,0.9061172658125785f,0.34581822720739697f,1.6745155797094757f,-0.2116239687154307f,0.2983033317927821f,-0.930715003696865f,0.006034980847112237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690358360380957f,-0.21631045478494815f,0.11907701551801442f,-0.2105293741248387f,-0.1637411981030829f,0.9239039851493769f,0.34581822720739697f,1.2106756174830742f,-0.18481982717694445f,0.31561244173167297f,-0.930715003696865f,-0.10352907327772512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.42245603617044786f,-0.5372594597596205f,0.7299884727870392f,-0.00905707671498098f,0.16843435965395237f,0.7448232664051112f,0.6456532880033864f,0.9313668925811576f,-0.8905957354440432f,0.3957152697589787f,-0.2241621317003887f,-0.2519222994373421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4292506923736253f,0.015372453829027327f,0.9030545558049289f,-0.10950901291217155f,-0.11745074340479363f,0.9904149772347876f,-0.07268765880585704f,0.7609060676659422f,-0.895516145008243f,-0.13726565678380664f,-0.4233308085850658f,-0.07799490576697951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4292506923736253f,0.8944580990784199f,0.12525395039591544f,0.1561367364028147f,-0.11745074340479363f,0.08222201513336123f,-0.989669067467035f,0.6857976514928448f,-0.895516145008243f,-0.43952730201937223f,0.06976091175684904f,-0.19547696691185484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.44905657111338404f,0.390983355391809f,0.8034178313595313f,-0.21482800087523904f,-0.01665053467696071f,0.8953592670692039f,-0.44503319265900787f,0.3624370939422852f,-0.8933481715629474f,-0.21322241598823655f,-0.39555688046762355f,-0.2833113676589769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.44905657111338404f,0.6104394616122563f,0.6524659835167107f,0.033071931797852165f,-0.01665053467696071f,0.7243894592968285f,-0.6891898656789869f,0.6554268126892355f,-0.8933481715629474f,-0.3203491454119818f,-0.31512770331875195f,-0.4133833070396895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.34923120872841384f,0.39848275694316165f,0.8480855235582482f,0.02920986957957888f,0.2397790355437734f,0.9129414485700597f,-0.3302179970814714f,0.8161732322670483f,-0.9058386042578384f,0.08803069863279481f,-0.4143754567230462f,-0.27130573810871444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5134381933686899f,0.24275501863778767f,0.8230742509132836f,0.041089775201504336f,-0.19797253604592777f,0.8997697856971257f,-0.3888717111311803f,0.829020913353117f,-0.8349779018404256f,-0.3626076856227893f,-0.41391734653846624f,-0.27732329227339103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.45186930479736864f,0.3368443411824985f,0.8260448058036991f,0.02920986957957888f,0f,0.9259718440687797f,-0.37759256347531966f,0.8161732322670483f,-0.8920841503927432f,-0.170622489154249f,-0.41841825344129696f,-0.27130573810871444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.49627834528592696f,-0.22192790045594513f,0.8393186587938326f,0.011390631776950929f,0.15828261974211344f,0.9274416677994317f,0.3388193694536691f,0.8693111625377548f,-0.8536125680235944f,0.3009982721356129f,-0.42514188676668835f,-0.26227972123088117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.39457945267144257f,-0.37396690298745205f,0.8393186587938326f,0.011390631776950929f,-0.15828261974211344f,0.9274416677994317f,0.3388193694536691f,0.8693111625377548f,-0.9051263269936844f,0.0008416052411871489f,-0.42514188676668835f,-0.26227972123088117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.45186930479736864f,-0.3022553893356814f,0.8393186587938326f,0.011390631776950929f,0f,0.9408514414523783f,0.3388193694536691f,0.8693111625377548f,-0.8920841503927432f,0.15310207292691225f,-0.42514188676668835f,-0.26227972123088117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.478479449135402f,0.08254461252636311f,0.8742103886925356f,-0.06751769451674837f,0.25462780433700305f,0.9658387436184748f,0.048168481229979854f,0.8974833818989597f,-0.8403702148539053f,0.24564590016598808f,-0.48315214344763313f,-0.43949814774965834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4067249359948024f,-0.1727086514906437f,0.8970766679277234f,0.08352309546648087f,-0.21023235854662609f,0.9733066849039432f,0.09206765198058905f,0.911440225115057f,-0.8890315977848856f,-0.15114833383659698f,-0.4321770462651549f,-0.08162910244302207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.45186930479736864f,-0.2382718870559981f,0.8596747287321618f,0.03272984069101156f,0f,0.9636699949816248f,0.26709575206677316f,0.71862068962145f,-0.8920841503927432f,0.12069237180074312f,-0.4354528906864305f,-0.2818462985422679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.45186930479736864f,-0.16228282913450506f,0.8771991876136477f,3.141341504492875e-17f,0f,0.9833143960998048f,0.18191426118607698f,0.93833f,-0.8920841503927432f,0.08220147073487954f,-0.44432959256286314f,-0.25650999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7470054662214288f,0.6598034885859135f,0.08149963119648956f,-1.2662115714565647f,0.6133398146337911f,0.7312645993483865f,-0.2984398725452596f,1.5104694323307428f,-0.2565094641924398f,-0.17294924743895818f,-0.9509424023514805f,0.9097488774964292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2906315352930625f,0.6598034885859135f,0.6929593546111168f,-1.3019769248566628f,-0.460585442798105f,0.7312645993483865f,-0.5031035038859474f,1.5224405676692574f,-0.8386860917981594f,-0.17294924743895818f,0.5164244351641651f,0.8239200133837482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.38149710293438066f,0.6598034885859135f,0.6473942515210748f,-1.381203385884775f,0.1276921102774874f,0.7312645993483865f,-0.6700349324570518f,1.6169602398685579f,-0.9155078838685969f,-0.17294924743895818f,-0.36322702595586337f,0.9213184993334682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.207279077009631f,-0.34814633963993147f,0.9142371193674825f,0.5971383328322818f,-0.8157608688093271f,0.577335415054293f,0.03490019260031316f,2.0650503895513688f,-0.5399718410745943f,-0.7385647870833031f,-0.4036737124548836f,-0.01584795591137317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1908836712997924f,-0.34814633963993147f,-0.9178003869177818f,0.6850198323407574f,0.7276880245731906f,0.577335415054293f,-0.3703430266885753f,2.0844896104486317f,0.6588122364709691f,-0.7385647870833031f,0.1431380185580159f,-0.04207811479478868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.93740266142374f,-0.34814633963993147f,-0.008389073310342804f,0.642337443583071f,-0.20735168957080197f,0.577335415054293f,-0.7897398909490523f,2.193230983642358f,0.2797883614230988f,-0.7385647870833031f,-0.6133844863483038f,0.06304463759916466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007060457887458886f,0f,0.000013938814849886616f,-0.6165692201023859f,0f,0.000015625f,0f,1.1044524999999998f,-0.000013938814849886616f,0f,-0.000007060457887458886f,0.04771152969273135f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15.mcfunction new file mode 100644 index 000000000..24c3ae21a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..0b2c577b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4885513460127173f,-0.49336980141838954f,0.4299398397473602f,0.19849265180659142f,-0.1568574273016178f,0.6091775557626686f,0.5208098477369478f,1.2616380676917085f,-0.6353406757432777f,0.22898338159753884f,-0.4591876317396583f,-0.2710599648860369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6271024047615293f,-0.26336694417392015f,0.42116555730353655f,0.19849265180659142f,0.08640469356998409f,0.6101225281039575f,0.510181075334153f,1.2616380676917085f,-0.4891592816980831f,0.44540807515864245f,-0.44981645558170613f,-0.2710599648860369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.22507716360999705f,-0.3675378409691346f,0.693686276584358f,0.16919166882480519f,0.40185609498597025f,0.5659776804122901f,0.4302619999979021f,1.2716975057544828f,-0.6743859383085845f,0.4599235210068247f,0.024867759866531416f,-0.32483623182556154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.06592020459315681f,-0.41700635775873723f,0.6795294137969222f,0.16919166882480519f,0.15151967979452324f,0.6628690917915349f,0.4214811428550878f,1.2716975057544828f,-0.7827492020189876f,0.16343275294829326f,0.024360254563132816f,-0.32483623182556154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5671323232751738f,-1.3238550092088992f,0.6059497441941941f,-0.28506557655229575f,-0.5292096367150927f,-0.7932593545079126f,-1.2377734069261503f,1.1880275624243408f,1.3563570098998208f,0.2440363929380111f,-0.7363071034679899f,-0.9462289319116916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.41484800259009597f,-0.6613410013708028f,0.6249233670242071f,-0.26010231965436603f,-0.44948927134871874f,0.7461100678623193f,0.4912017524163398f,1.283731776851548f,-0.7911134745972954f,-0.07712228303382551f,-0.6067879561842382f,-0.7023016622719203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09040236508303234f,-0.6613410013708028f,0.7446176819638776f,-0.3193153628226839f,-0.02278430396361883f,0.7461100678623193f,0.665432672873356f,1.2691790604072433f,-0.9956446594444665f,-0.07712228303382551f,0.0523819203481789f,-0.3677409621174661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5934504648334616f,-0.5563643052002087f,0.581614396046073f,-0.2632271781777511f,0.22950566969028188f,-0.5756455453905711f,-0.7848307802654071f,0.9347400661631973f,0.77145556798105f,0.5992419928301765f,-0.21392835403460334f,0.20814982204939364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.776463832686997f,0.24254610044480573f,0.581614396046073f,-0.016029548716230364f,0.6140303782059326f,-0.08370986195348899f,-0.7848307802654071f,1.1388347171980655f,-0.14167078445924977f,0.9665216232297892f,-0.21392835403460334f,0.1314602951727714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4721283627865409f,0.3953607282804083f,0.7878989171118881f,-0.3805228740743978f,0.16208828304778736f,0.9174812940360997f,-0.36325674610730097f,0.8230641489756696f,-0.8664999697352107f,-0.04379463012092945f,-0.4972522828720349f,-0.25374753396797034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4721283627865409f,0.2891369169377013f,0.8327632630683593f,-0.3211049317544015f,0.16208828304778736f,0.9570466342463171f,-0.24039369454379683f,1.0010079323059553f,-0.8664999697352107f,0.021484486066852493f,-0.4987145669692459f,-0.2528361588739933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4721283627865409f,0.469057330534456f,0.7463779402718108f,-0.22756031596279072f,0.16208828304778736f,0.8784407759678313f,-0.44952106915655776f,0.7707381527284293f,-0.8664999697352107f,-0.09125252757553937f,-0.4907655027199392f,0.013766159138655577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4721283627865409f,0.2598977637867027f,0.8423466990682471f,-0.17356481838360743f,0.16208828304778736f,0.9648532462453022f,-0.206846807344282f,0.9503553438535217f,-0.8664999697352107f,0.038876285683864364f,-0.4976609657792198f,0.017945081668260032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9845059407801062f,-0.14907066816276948f,0.09233627923077597f,0.018252775211407307f,-0.11072311768018878f,0.9368072789257691f,0.331862190318324f,1.746056051044595f,-0.1359722169410258f,0.31649653717726817f,-0.9387979006021163f,0.12475670798300664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9845059407801062f,-0.14907066816276948f,0.09233627923077597f,0.08246210768889276f,-0.11072311768018878f,0.9368072789257691f,0.331862190318324f,1.6642193384342236f,-0.1359722169410258f,0.31649653717726817f,-0.9387979006021163f,0.0022812957896881786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9845059407801062f,-0.14907066816276948f,0.09233627923077597f,-0.5601444649969051f,-0.11072311768018878f,0.9368072789257691f,0.331862190318324f,1.681006219407484f,-0.1359722169410258f,0.31649653717726817f,-0.9387979006021163f,0.044873030530153984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9845059407801062f,-0.14907066816276948f,0.09233627923077597f,-0.5697730780779277f,-0.11072311768018878f,0.9368072789257691f,0.331862190318324f,1.5908652729710986f,-0.1359722169410258f,0.31649653717726817f,-0.9387979006021163f,-0.0878002979337414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9980517214882373f,-0.02678682430058689f,0.05634915508023057f,-0.09518465587755215f,0.020815636216037464f,0.7084443393265959f,0.7054596567947915f,1.8050858566247472f,-0.05881726382014008f,0.7052581684177737f,-0.7065065076534819f,0.15807944080006814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9815736660952488f,-0.18258672117675406f,0.05634915508023057f,-0.2100872266284009f,-0.09026575004068574f,0.7029784968294321f,0.7054596567947915f,1.8017727785073374f,-0.16841980999254808f,0.6873742228548834f,-0.7065065076534819f,0.14560693611038594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9989579915590725f,0.04534040654997426f,-0.005213313164155908f,-0.22745352927025755f,0.00450358876712869f,0.2116016485920784f,0.9773456195232737f,1.8489744636015266f,0.04541639338918403f,0.976303738519421f,-0.2115853524337668f,0.0902654514465357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9640764635331862f,-0.2655737069575942f,-0.005213313164155908f,-0.20089787115508426f,-0.0611053380090165f,0.20263681221701227f,0.9773456195232737f,1.8524016099387317f,-0.25850088999488846f,0.942554469782691f,-0.2115853524337668f,0.10544166029635743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937519632505837f,-0.11148926809995395f,-0.005213313164155908f,-0.16512006516994646f,-0.028653648583004468f,0.20970099766465233f,0.9773456195232737f,1.9072676182716446f,-0.1078703108296839f,0.9713885086189699f,-0.2115853524337668f,0.21030020434381486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937519632505837f,-0.09634214164816503f,0.05634915508023057f,-0.14344308329910935f,-0.028653648583004468f,0.7081706299034556f,0.7054596567947915f,1.7479292265433672f,-0.1078703108296839f,0.6994373100462887f,-0.7065065076534819f,0.05292680958340015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9490652487279254f,-0.30124602104395937f,0.09233627923077597f,-0.4770559131826585f,-0.2559088778916129f,0.9079527150977523f,0.331862190318324f,1.7991987122007158f,-0.18380913979793534f,0.2913291985912197f,-0.9387979006021163f,0.07152488738102492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9845059407801062f,-0.14907066816276945f,0.09233627923077597f,-0.36515782679310843f,-0.11072311768018879f,0.9368072789257692f,0.331862190318324f,1.8213929213533067f,-0.1359722169410258f,0.31649653717726817f,-0.9387979006021163f,0.09037630556236727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9191984482120201f,-0.3828161756541f,0.09233627923077597f,-0.34252348883366684f,-0.33406836061433015f,0.8821937525700229f,0.331862190318324f,1.8198193739823378f,-0.2085007032148054f,0.27420058093299315f,-0.9387979006021163f,0.09204628125353767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.992506377939177f,-0.08003187669842768f,0.09233627923077597f,-0.372670801726935f,-0.045105029374753414f,0.942248917729401f,0.331862190318324f,1.8259656861773281f,-0.11356331306878452f,0.32521050990074185f,-0.9387979006021163f,0.09125381881462137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.967767233639352f,-0.23430875577291704f,0.09233627923077597f,-0.4422890385430422f,-0.19194991699538047f,0.923592288838853f,0.331862190318324f,1.9280567121120615f,-0.16303929237917714f,0.30344141273985076f,-0.9387979006021163f,0.08720807321461002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.967767233639352f,-0.23430875577291704f,0.09233627923077597f,-0.38956956849413593f,-0.19194991699538047f,0.923592288838853f,0.331862190318324f,1.72024844712332f,-0.16303929237917714f,0.30344141273985076f,-0.9387979006021163f,0.018933755348143705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9845059407801062f,-0.14907066816276948f,0.09233627923077597f,-0.19299311718916498f,-0.11072311768018878f,0.9368072789257691f,0.331862190318324f,1.2436044129364392f,-0.1359722169410258f,0.31649653717726817f,-0.9387979006021163f,-0.09693675844376193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4721283627865409f,-0.4910673729882725f,0.7320844515757028f,-0.008842852318562779f,0.16208828304778736f,0.7679519832006756f,0.6196588900328709f,0.955622419236186f,-0.8664999697352107f,0.4112208490392312f,-0.28297564517875573f,-0.25114457683347363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.47609341462302673f,-0.0016652873565849435f,0.8793931358446043f,-0.10847449369439952f,-0.12854320606946854f,0.9893891468748569f,-0.0677182414097155f,0.7542564043282458f,-0.8699492541096686f,-0.14528022186196698f,-0.47125571870245636f,-0.06454397687570157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.47609341462302673f,0.8581875730612092f,0.1919613242189652f,0.1562508077062261f,-0.12854320606946854f,0.14802995628665425f,-0.9805935836090063f,0.7048843682973146f,-0.8699492541096686f,-0.4915294716342888f,0.03983809469525345f,-0.20212387859287959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5f,0.35913488291804774f,0.7880495770390593f,-0.21410696085626943f,0f,0.9099612708765432f,-0.41469324265623914f,0.3821866800709194f,-0.8660254037844387f,-0.20734662132811957f,-0.4549806354382716f,-0.2769728558116666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5f,0.5794841035564565f,0.6435822975543766f,0.02102640139131563f,0f,0.7431448254773942f,-0.6691306063588582f,0.6818594556153921f,-0.8660254037844387f,-0.3345653031794291f,-0.3715724127386971f,-0.4127271658007716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3989971423022498f,0.4001433098167339f,0.8250373397874472f,0.02745153796727299f,0.23997283987345036f,0.9139688490178465f,-0.32722160556427865f,0.8367184486196731f,-0.8849939641363153f,0.06742606791072935f,-0.46069448532448065f,-0.27209915283507424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5583650890836402f,0.21550815900831505f,0.8011146364244417f,0.03894834145173126f,-0.20067931553207757f,0.9019024098774758f,-0.3824916409214432f,0.8495551267148683f,-0.8049572905503716f,-0.3743371160572355f,-0.4603427895946199f,-0.27873683542164646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5f,0.32441882632332825f,0.8029647720336144f,0.02745153796727299f,0f,0.9271838545667873f,-0.374606593415912f,0.8367184486196731f,-0.8660254037844387f,-0.187303296707956f,-0.46359192728339366f,-0.27209915283507424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5426029981589146f,-0.19786927715689695f,0.8163514779470692f,0.011278779988532665f,0.1636879771213947f,0.9283206487385656f,0.3338068592337709f,0.8886394185240846f,-0.8238860555531103f,0.3147515246714715f,-0.4713207455460892f,-0.26276180666250987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.44220475485329347f,-0.37151745482382725f,0.8163514779470692f,0.011278779988532665f,-0.1636879771213947f,0.9283206487385656f,0.3338068592337709f,0.8886394185240846f,-0.8818510083517762f,0.013984058310600872f,-0.4713207455460892f,-0.26276180666250987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5f,-0.28908522005394177f,0.8163514779470692f,0.011278779988532665f,0f,0.9426414910921784f,0.3338068592337709f,0.8886394185240846f,-0.8660254037844387f,0.16690342961688545f,-0.4713207455460892f,-0.26276180666250987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5218850873652466f,0.09560727178434542f,0.8476409647767876f,-0.07838078969253431f,0.2548870022441787f,0.9657787917325413f,0.047999390898307154f,0.9205713135573711f,-0.814044575974034f,0.24110283080376055f,-0.5283945999966959f,-0.43472005928269986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4555990064078226f,-0.17973595503612738f,0.8718512096840012f,0.0935479530078781f,-0.2131514098652129f,0.9729396526218679f,0.08919029559605234f,0.9338983652375787f,-0.8642893160468182f,-0.1452013044820548f,-0.4815813112487161f,-0.08653670654025689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5f,-0.2241438680420134f,0.836516303737808f,0.029695115382503533f,0f,0.9659258262890682f,0.25881904510252074f,0.7424570176863349f,-0.8660254037844387f,0.12940952255126037f,-0.4829629131445341f,-0.28241558081579327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5f,-0.1503837331804353f,0.8528685319524433f,3.138157422815092e-17f,0f,0.984807753012208f,0.17364817766693033f,0.9625f,-0.8660254037844387f,0.08682408883346517f,-0.492403876506104f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7886969475526773f,0.6143926300014675f,-0.021881981650873128f,-1.1973909757523113f,0.5924475885115483f,0.7500559106440282f,-0.29397616531754495f,1.5346516124433884f,-0.16420407969335116f,-0.24482203150010273f,-0.9555622392624262f,0.9758885111861636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.18299341963389498f,0.6143926300014675f,0.7674862243523157f,-1.2440305155099889f,-0.4372958895254915f,0.7500559106440282f,-0.4961737960755955f,1.5465983875566114f,-0.8805031024220201f,-0.24482203150010273f,0.4059266676597638f,0.895445423256957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4974884240818956f,0.6143926300014675f,0.6123944513990895f,-1.3125699133410136f,0.127432267874378f,0.7500559106440282f,-0.6489816237863366f,1.6379722435679505f,-0.8580596045782046f,-0.24482203150010273f,-0.4514375791659993f,1.0033826040964602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3990592952337897f,-0.4196935241287441f,0.8152355639273267f,0.608198726035728f,-0.8510234756368384f,0.5005061897135407f,-0.1589106603517483f,2.095620382542918f,-0.3413366707555848f,-0.7571993792012964f,-0.556900688933552f,0.026824347538646147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06202229467488704f,-0.4196935241287441f,-0.9055443560464925f,0.6917057164830809f,0.8164632792943036f,0.5005061897135407f,-0.2878910690216445f,2.101879617457082f,0.5740565725843173f,-0.7571993792012964f,0.3116218086237191f,-0.015323808111571857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.890741231438432f,-0.4196935241287441f,-0.1744631892977459f,0.6761216996540663f,-0.06676517241775087f,0.5005061897135407f,-0.8631546592647584f,2.228223198889714f,0.44958032693565864f,-0.7571993792012964f,-0.47384241026906576f,0.07682663125389702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000078125f,0f,0.000013531646934131856f,-0.5990012151018017f,0f,0.000015625f,0f,1.1286225f,-0.000013531646934131856f,0f,-0.0000078125f,0.08124946164818586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16.mcfunction new file mode 100644 index 000000000..3214c5cc0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..ad3910f9a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5822750159345266f,-0.44013177892100896f,0.36631170803936786f,0.20570729120887654f,-0.17814148153682147f,0.6357328723234283f,0.48068053013172296f,1.2844823842534867f,-0.5442112299638416f,0.2628158607764683f,-0.5492780761599819f,-0.3040581147206986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6919671275412608f,-0.180050684546587f,0.3588359588957073f,0.20570729120887654f,0.07709698184320685f,0.6421345787611491f,0.4708707233943409f,1.2844823842534867f,-0.3940019667374322f,0.44186528914766215f,-0.5380683195036557f,-0.3040581147206986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.25536672175955066f,-0.2924329403980203f,0.7184812156433822f,0.16895164619841602f,0.40341366619498353f,0.5960113081650549f,0.3859694015216061f,1.2943673076967956f,-0.6625629749611329f,0.47560271272774746f,-0.04191429709663693f,-0.3570112595891825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.12148784928981884f,-0.36038931121037365f,0.7038183336914765f,0.16895164619841602f,0.14167050729391867f,0.6906341634626472f,0.3780924749599407f,1.2943673076967956f,-0.777926840929157f,0.18205492749047486f,-0.04105890327833822f,-0.3570112595891825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7122152644401344f,-1.251084299876673f,0.6074073935181928f,-0.3911498486334498f,-0.46248977853577694f,-0.8566477627119503f,-1.2221554996769186f,1.339053084201232f,1.3115863951140994f,0.3772915785472881f,-0.7607880407241542f,-0.9603287289106645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5621128023922647f,-0.5774450681156746f,0.5921033614966213f,-0.32476736820441f,-0.2832969383178365f,0.8070355164376029f,0.5181085986046087f,1.3580382745029638f,-0.7770276971424216f,0.12349440682547358f,-0.6172334156187346f,-0.6790578624399675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10505965592971173f,-0.5774450681156746f,0.8096416874178445f,-0.3170889570266298f,0.07655225747108327f,0.8070355164376029f,0.5855197922225794f,1.3149263722745772f,-0.9915151136377154f,0.12349440682547358f,-0.040582150150193286f,-0.34318124583653353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7990327323624629f,-0.2971965653006476f,0.5227053607787797f,-0.17667553355315277f,0.3857123566802101f,-0.41354209767380706f,-0.8247477865115767f,1.002985945107876f,0.46127288075235323f,0.8606143939216013f,-0.21580128465182985f,0.29003691412339916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6917402876278103f,0.4679288346099534f,0.5500345263828122f,0.0371284602512462f,0.5763588064746822f,0.10116548008973289f,-0.8109106435590133f,1.1892556342633827f,-0.4350929793408227f,0.8779568049618298f,-0.19971466633560445f,0.12255549850485159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3793989592912847f,0.5600250426144662f,0.7364973736092718f,-0.3955719658824818f,0.3773817301725596f,0.8204548364638551f,-0.4294611636167278f,0.8815431153902431f,-0.8447718386763706f,0.11500353458800246f,-0.5226229306216964f,-0.22378937661429293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.44578216932882425f,0.394963602642442f,0.8032944728405583f,-0.3164956999317704f,0.23849651682058662f,0.9173615056294459f,-0.31869621813526994f,1.0515565463324188f,-0.8627848335320547f,0.04951384227646971f,-0.5031408455393833f,-0.217650161472076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4001147581574314f,0.6073003566840456f,0.6863632107536437f,-0.21507553847662922f,0.3281451612056567f,0.7942052928527868f,-0.5114281044114928f,0.8324622210243529f,-0.8557037650273216f,0.020596834126868663f,-0.5170559321214838f,0.024985055033839198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4354374905334467f,0.37112926780039857f,0.8201568498890162f,-0.14036282045224815f,0.24550897607533145f,0.9254859027142949f,-0.28844615882959684f,1.0041880392905982f,-0.8660944143131144f,0.0757555968826501f,-0.4941068255312575f,0.03610106178976574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9960437767244393f,-0.051731331355975296f,0.07225416392605444f,0.1036935694020791f,-0.02706688672482499f,0.9510650043234882f,0.30780308834413733f,1.7792394936756986f,-0.08464147028224606f,0.30462965533135733f,-0.9487025849027491f,0.11278226649187581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9960437767244393f,-0.051731331355975296f,0.07225416392605444f,0.15428545531681007f,-0.02706688672482499f,0.9510650043234882f,0.30780308834413733f,1.6902279159197064f,-0.08464147028224606f,0.30462965533135733f,-0.9487025849027491f,-0.011063252623592368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9960437767244393f,-0.051731331355975296f,0.07225416392605444f,-0.48148214942352907f,-0.02706688672482499f,0.9510650043234882f,0.30780308834413733f,1.763337697724864f,-0.08464147028224606f,0.30462965533135733f,-0.9487025849027491f,0.06305540270105622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9960437767244393f,-0.051731331355975296f,0.07225416392605444f,-0.505593546763131f,-0.02706688672482499f,0.9510650043234882f,0.30780308834413733f,1.6722961034645099f,-0.08464147028224606f,0.30462965533135733f,-0.9487025849027491f,-0.06713822668558037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.99405105147536f,0.07357910596011502f,0.08030331392191156f,-0.00203737238259781f,0.10828574593149932f,0.7468135457065331f,0.6561583080151424f,1.8523930169069283f,-0.011692060929951627f,0.6609505602655509f,-0.7503383587394852f,0.14804570636554257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9933229415775592f,-0.08283061939200713f,0.08030331392191156f,-0.11728800315062701f,-0.009874808798210281f,0.7545586544291333f,0.6561583080151424f,1.8588595633092655f,-0.11494355957122351f,0.6509841207873138f,-0.7503383587394852f,0.1413661472335477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.990199474065377f,0.11988238426351178f,0.07164646190808233f,-0.13390458537621025f,0.10616092378948985f,0.31276367926407717f,0.9438796211346865f,1.8984322503099205f,0.09074612840674103f,0.9422351590110045f,-0.32242525537354266f,0.08772088884794017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9787813563055237f,-0.19197354256452404f,0.07164646190808233f,-0.10632683431022427f,0.004315746230072318f,0.330261464814044f,0.9438796211346865f,1.9009283099240823f,-0.20486198008219347f,0.9241609837112301f,-0.32242525537354266f,0.10115602775846333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9967622120478201f,-0.0364948918287186f,0.07164646190808233f,-0.05979884152329651f,0.05592688780399785f,0.32552026669195183f,0.9438796211346865f,1.9633193686259673f,-0.05776916006049601f,0.9448305027057553f,-0.32242525537354266f,0.19721926845191237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9967622120478201f,0.004058374883508013f,0.08030331392191156f,-0.06071197587208581f,0.05592688780399785f,0.7525479772368433f,0.6561583080151424f,1.7939960737476779f,-0.05776916006049601f,0.6585249209787282f,-0.7503383587394852f,0.04905116123169878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9756882618465844f,-0.20691000819229927f,0.07225416392605444f,-0.3873030938475778f,-0.17551299360414868f,0.9351216219732709f,0.30780308834413733f,1.8742851143775972f,-0.13125397049575507f,0.28763831564647535f,-0.9487025849027491f,0.08316685460719468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9960437767244394f,-0.05173133135597528f,0.07225416392605444f,-0.27309509593256887f,-0.02706688672482499f,0.9510650043234882f,0.30780308834413733f,1.8869870601225436f,-0.08464147028224606f,0.30462965533135733f,-0.9487025849027491f,0.09598615300990579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9539420779959943f,-0.29115948829469884f,0.07225416392605444f,-0.25062351857565984f,-0.2563463331971386f,0.9162662365612916f,0.30780308834413733f,1.8834833379377094f,-0.1558238405542155f,0.2751042277279219f,-0.9487025849027491f,0.09656084157248324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972260594028056f,0.017875185126278004f,0.07225416392605444f,-0.2801331600577198f,0.03934198785390751f,0.9506363483464716f,0.30780308834413733f,1.8922072614621f,-0.06318539736090016f,0.30979188330101076f,-0.9487025849027491f,0.09714380206931618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9877448468325096f,-0.13834541319165097f,0.07225416392605444f,-0.3408506380213171f,-0.10985466590223886f,0.9450868802312931f,0.30780308834413733f,1.9998739001185122f,-0.11086960780723112f,0.29609345731291103f,-0.9487025849027491f,0.09451182155654216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9877448468325096f,-0.13834541319165097f,0.07225416392605444f,-0.3097229200531957f,-0.10985466590223886f,0.9450868802312931f,0.30780308834413733f,1.7872293520664715f,-0.11086960780723112f,0.29609345731291103f,-0.9487025849027491f,0.02789079366113728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9960437767244393f,-0.051731331355975296f,0.07225416392605444f,-0.16096308326539258f,-0.02706688672482499f,0.9510650043234882f,0.30780308834413733f,1.2935730516805326f,-0.08464147028224606f,0.30462965533135733f,-0.9487025849027491f,-0.08800476513269173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5636252143344713f,-0.40693982793116507f,0.7188369733185508f,-0.008360647791205678f,0.15157922253382597f,0.8045003328301085f,0.574284732316893f,0.9918854268692419f,-0.8120039144378937f,0.43264210488531785f,-0.39175304978766845f,-0.25024555446468594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5575418893160562f,-0.04352941800663995f,0.8290067740530747f,-0.09743023807950177f,-0.1457150184686046f,0.9882515595181632f,-0.04610844285608051f,0.7423910478979907f,-0.8172601636263551f,-0.14650612573514266f,-0.5573345315620608f,-0.04229151088862401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5575418893160562f,0.7752309865801429f,0.29692416389351106f,0.1559930457481453f,-0.1457150184686046f,0.2607321636038048f,-0.9543510215089481f,0.7379355265259677f,-0.8172601636263551f,-0.575356981628325f,-0.03240630557416829f,-0.2143846415006229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5865422067618257f,0.30596129613402234f,0.749903943818778f,-0.2111256141922302f,0.025606530314176177f,0.9324428534396378f,-0.3604089769617501f,0.41022980932486336f,-0.8095137709095733f,-0.19219263861380095f,-0.5547516961401993f,-0.2670198584630549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5865422067618257f,0.5226723261014187f,0.6186936877120213f,0.0007390502075448093f,0.025606530314176177f,0.7754815058297406f,-0.6308508062302111f,0.7216748729256022f,-0.8095137709095733f,-0.35417802535415743f,-0.4682364584950566f,-0.41067713090072816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.48410516922712105f,0.40639064327021723f,0.7749121435298324f,0.02440341754350466f,0.2403568322856993f,0.9132981202778803f,-0.3288086627059491f,0.8675168602197398f,-0.8413505680161895f,0.027077454815944844f,-0.5398111087589117f,-0.2737760332901034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6364727595656822f,0.1708997550466892f,0.7521274493434119f,0.03520355134031109f,-0.20500586858796643f,0.9025841672329715f,-0.3785689037742755f,0.8803313232276967f,-0.7435556604419999f,-0.3951393359124663f,-0.5394347829342453f,-0.28153246757325084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5833304482401391f,0.3055273462795806f,0.7525813104451342f,0.02440341754350466f,0f,0.9265561955771215f,-0.37615637232094157f,0.8675168602197398f,-0.8122349340898595f,-0.21942346527435952f,-0.5404884408856803f,-0.2737760332901034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6234860020999541f,-0.16234265482014487f,0.7647941341376536f,0.01079295849494458f,0.17203390427828416f,0.9257431262837426f,0.33675510377301276f,0.9175483484082891f,-0.7626726302708039f,0.34153261420302117f,-0.5492594400385522f,-0.2640012811287143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5235373346050273f,-0.37549779182213616f,0.7647941341376536f,0.01079295849494458f,-0.17203390427828416f,0.9257431262837426f,0.33675510377301276f,0.9175483484082891f,-0.8344537105516602f,0.04473334857913211f,-0.5492594400385522f,-0.2640012811287143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5833304482401391f,-0.2735242595174968f,0.7647941341376536f,0.01079295849494458f,0f,0.9415922684914247f,0.33675510377301276f,0.9175483484082891f,-0.8122349340898595f,0.1964395056310661f,-0.5492594400385522f,-0.2640012811287143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5974487708871014f,0.1178155952409286f,0.7932051762838651f,-0.09707669614472822f,0.25541258330407823f,0.9655917740025897f,0.04895853621656643f,0.9555185116270426f,-0.760144314229495f,0.23184480045184802f,-0.6069832040905362f,-0.42507086890029494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5399752396656654f,-0.1935304927397158f,0.8191292260247647f,0.11062432991085956f,-0.21773247166269177f,0.9721976514811663f,0.08616436176378241f,0.9678606090317378f,-0.8130309411896096f,-0.13182440909948218f,-0.5671005323872568f,-0.09715876343353952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5833304482401391f,-0.2007053293604274f,0.7870469864768435f,0.024790334941031052f,0f,0.9689893323275489f,0.24710255732268582f,0.7781421339472249f,-0.8122349340898595f,0.14414244552432698f,-0.5652409815665421f,-0.2836724319323732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5833304482401391f,-0.13134592030391995f,0.8015446571311386f,3.138157422815092e-17f,0f,0.986838442290469f,0.16170927251620631f,0.9986388483965015f,-0.8122349340898595f,0.09432994242146545f,-0.5756529108819f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8155881349224132f,0.5584222405727898f,-0.15159352033462598f,-1.1810862573331111f,0.5764030676398686f,0.7610903152930277f,-0.2974912361440396f,1.570805934254342f,-0.050749362450463076f,-0.3300092925976857f,-0.9426125232618365f,0.8057600043025565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.03288803539050161f,0.5584222405727898f,0.8289046859330802f,-1.2398951656418287f,-0.41781280891269906f,0.7610903152930277f,-0.49615923721688393f,1.5827217625386614f,-0.9079376816922147f,-0.3300092925976857f,0.2583467301177655f,0.7337281513496061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6272950219596545f,0.5584222405727898f,0.5428310571976347f,-1.291915370067115f,0.12710216836607294f,0.7610903152930277f,-0.6360711994453153f,1.672174528313299f,-0.7683397648314703f,-0.3300092925976857f,-0.5484048436856626f,0.8520048043789307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5095359823639f,-0.5258600928179935f,0.6810611172706211f,0.6417854309003734f,-0.8458467390235899f,0.45131984692783766f,-0.28434783250834195f,2.1359229842764367f,-0.1578492215996469f,-0.7209587772893015f,-0.6747607462574428f,0.07520445242445363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.036703281644165586f,-0.5258600928179935f,-0.8497788135144346f,0.7168885093319088f,0.858868129657172f,0.45131984692783766f,-0.24218986689831679f,2.133854712516567f,0.5108800299245806f,-0.7209587772893015f,0.46820939383333093f,0.019130284021935506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8010995032697112f,-0.5258600928179935f,-0.28585092031069836f,0.7222146081627459f,0.022061565438610653f,0.45131984692783766f,-0.8920895039733575f,2.2687022739925053f,0.5981244629601934f,-0.7209587772893015f,-0.3499508083403949f,0.09965998947425381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009114538253752175f,0f,0.000012691170845154055f,-0.5626217046969516f,0f,0.000015625f,0f,1.1647613483965014f,-0.000012691170845154055f,0f,-0.000009114538253752175f,0.1389273775283021f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17.mcfunction new file mode 100644 index 000000000..fa112ab62 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..d558ff3b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6982058137226632f,-0.3579647173985849f,0.2265267031192331f,0.20575094675237726f,-0.20876533946667603f,0.6707503723216052f,0.41647979004056834f,1.3138051673423545f,-0.36860564179849636f,0.29816043260738617f,-0.6649621656200745f,-0.3528593211516023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7660851208148048f,-0.06222806054506802f,0.22190370917802427f,0.20575094675237726f,0.06250876458040265f,0.6853063612194876f,0.40798020248872f,1.3138051673423545f,-0.2218248002744455f,0.4080231117876837f,-0.6513915091788485f,-0.3528593211516023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.28729132261555407f,-0.18419498285122862f,0.7419436290491923f,0.15599450475121276f,0.40395715384947084f,0.6363327890324799f,0.31439409011688624f,1.3236601429007073f,-0.6490198442637058f,0.4775952620567184f,-0.13274205007206258f,-0.40423788087456397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19095595549779953f,-0.27439895909362694f,0.7268019223339027f,0.15599450475121276f,0.12704691979066693f,0.7273298447181835f,0.3079778841961335f,1.3236601429007073f,-0.7664169251990892f,0.1889351958491516f,-0.1300330286420205f,-0.40423788087456397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8776113797007786f,-1.1676120604809108f,0.5548752944934715f,-0.5072322918055786f,-0.3497257735668931f,-0.860086340195293f,-1.2567217753793019f,1.5653321394834567f,1.2445466642608194f,0.581669849338083f,-0.7444259780853152f,-0.916951048089873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7361183955793832f,-0.3583404773632094f,0.5742140802633995f,-0.40311142430949287f,-0.02683320098135733f,0.8631419228648658f,0.5042479551948983f,1.466647099052991f,-0.6763206983485932f,0.35577819393022025f,-0.6449900694654312f,-0.6219365881935053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.347521769061865f,-0.3583404773632094f,0.8664991184711147f,-0.3109354178952973f,0.2303754972425079f,0.8631419228648658f,0.4493474727462138f,1.3785973140243706f,-0.9089311031636991f,0.35577819393022025f,-0.21740774233079097f,-0.3101555388724414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8370853983048395f,0.21062383854827638f,0.5049016088110805f,0.0009496776767088516f,0.5381251170707455f,-0.15077715623761231f,-0.8292693214719178f,1.0948310157327887f,-0.09853625892240976f,0.965869477616975f,-0.23955533366111392f,0.3571723060926782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.3927637520653711f,0.7187330148801307f,0.5737242267717558f,0.11279990263977374f,0.5269610228640563f,0.33539190830855536f,-0.780912509967162f,1.2597953221909406f,-0.7536900659061382f,0.6090444328310235f,-0.24701450036776773f,0.09544068028208941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1861421176437333f,0.7282154512002624f,0.65958575535885f,-0.40498316802839457f,0.5934905791444776f,0.6183421679800798f,-0.515191125471361f,0.967481839220824f,-0.7830198238268679f,0.29555916485687417f,-0.54728853045103f,-0.1759280732483399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4026831721314258f,0.5261692735446659f,0.7489940977468721f,-0.3016452161278518f,0.30862946802906044f,0.8484010991677653f,-0.43007374529843956f,1.1238690844066648f,-0.8617390059329284f,0.0579781899373048f,-0.5040281888399916f,-0.1682073388153452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2585612492934192f,0.758200473091969f,0.59856338258111f,-0.18656113390182416f,0.49642976589206245f,0.6358443924838918f,-0.5909817222919357f,0.9233715690460758f,-0.8286757917908415f,0.14433970746092203f,-0.5407980038331476f,0.039167934822345395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3757712559419293f,0.5090123304111085f,0.7744045523479812f,-0.08628129349756647f,0.3213901018223632f,0.8553644369291666f,-0.40627586993010134f,1.0812131767832314f,-0.8691975412174356f,0.09621916402828529f,-0.4850128934525988f,0.054177697493570154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9965966062921008f,0.06528351911495939f,0.050331565235284925f,0.21123251594911546f,0.07619263147612049f,0.9625538003497389f,0.26016314946782715f,1.8254196440914485f,-0.0314624734534833f,0.26311260624348953f,-0.9642519739155047f,0.07958115396115739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9965966062921008f,0.06528351911495939f,0.050331565235284925f,0.24516303303650727f,0.07619263147612049f,0.9625538003497389f,0.26016314946782715f,1.7266334906299856f,-0.0314624734534833f,0.26311260624348953f,-0.9642519739155047f,-0.04252670161935175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9965966062921008f,0.06528351911495939f,0.050331565235284925f,-0.37426799024749374f,0.07619263147612049f,0.9625538003497389f,0.26016314946782715f,1.8701828150836692f,-0.0314624734534833f,0.26311260624348953f,-0.9642519739155047f,0.06109695080723593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9965966062921008f,0.06528351911495939f,0.050331565235284925f,-0.4150822186320095f,0.07619263147612049f,0.9625538003497389f,0.26016314946782715f,1.7771111089829152f,-0.0314624734534833f,0.26311260624348953f,-0.9642519739155047f,-0.06337059028228444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.975899735359138f,0.1948482821003349f,0.09825402530437206f,0.11683043926592557f,0.21593014000829813f,0.7971927928811056f,0.5637888129560743f,1.9163784310984848f,0.031525880827675004f,0.5714173588026275f,-0.820053852437185f,0.11259448906004596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9943657769784751f,0.039785023381683396f,0.09825402530437206f,0.0026953342537675146f,0.0885632535809884f,0.8211569426734028f,0.5637888129560743f,1.9348547033354428f,-0.0582516239185043f,0.569313997205223f,-0.820053852437185f,0.11162197011963287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9636416777756883f,0.22588866249583003f,0.142720107236161f,-0.01450309175049494f,0.23489453427442247f,0.46158502117528916f,0.8554319528721206f,1.96288740878996f,0.12735491596973642f,0.8578540554094575f,-0.4978625764163125f,0.0618411201723833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9862811325700013f,-0.0829487704968189f,0.142720107236161f,0.01416401170890115f,0.0807603615717205f,0.5115798451895803f,0.8554319528721206f,1.9645512772132254f,-0.14396975909975063f,0.8552225227792302f,-0.4978625764163125f,0.07291786816619145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9871144217267723f,0.07236082786645118f,0.142720107236161f,0.07435183541031481f,0.15979478691423205f,0.4926477444182863f,0.8554319528721206f,2.037426812795071f,-0.008410974619788895f,0.8672151466101456f,-0.4978625764163125f,0.15261872589681238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9871144217267723f,0.12629831721170034f,0.09825402530437206f,0.045934714037682275f,0.15979478691423205f,0.810313396446471f,0.5637888129560743f,1.8551062985946154f,-0.008410974619788895f,0.5722245491141364f,-0.820053852437185f,0.023868202346131878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.994539440700083f,-0.09142228630334917f,0.050331565235284925f,-0.26802003487986237f,-0.0753220150819263f,0.9626223193459515f,0.26016314946782715f,1.9711425249410026f,-0.07223499799933068f,0.2549514382467559f,-0.9642519739155047f,0.0711966158802543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9965966062921008f,0.06528351911495939f,0.050331565235284925f,-0.15256915584824882f,0.0761926314761205f,0.9625538003497389f,0.26016314946782715f,1.9720662988412339f,-0.0314624734534833f,0.26311260624348953f,-0.9642519739155047f,0.07747210770233406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9827869406020954f,-0.17775422054887835f,0.050331565235284925f,-0.13059069751666566f,-0.15893345530227126f,0.9523945046275004f,0.26016314946782715f,1.9662064942643838f,-0.09418060398858079f,0.24768557614927605f,-0.9642519739155047f,0.07703830511130202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9896149989608768f,0.13464355674383283f,0.050331565235284925f,-0.15894614404042479f,0.1431513889566775f,0.954894138372812f,0.26016314946782715f,1.9780509377289262f,-0.013032024840276643f,0.26466638836205686f,-0.9642519739155047f,0.07875394972878218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9984940889220627f,-0.02182402182608985f,0.050331565235284925f,-0.20812484244621313f,-0.007989395893893095f,0.9655316179246703f,0.26016314946782715f,2.091399070496696f,-0.0542745238666358f,0.25936924809834855f,-0.9642519739155047f,0.07436066480488936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9984940889220627f,-0.02182402182608985f,0.050331565235284925f,-0.2032144375353429f,-0.007989395893893095f,0.9655316179246703f,0.26016314946782715f,1.8741544564636454f,-0.0542745238666358f,0.25936924809834855f,-0.9642519739155047f,0.016002583982761026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9965966062921008f,0.06528351911495939f,0.050331565235284925f,-0.11367052670884968f,0.07619263147612049f,0.9625538003497389f,0.26016314946782715f,1.3631914564290195f,-0.0314624734534833f,0.26311260624348953f,-0.9642519739155047f,-0.08477694335048247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6891645524169129f,-0.28320521854231073f,0.6669685329027134f,-0.007468569755483162f,0.13649890439498713f,0.8532390462325082f,0.5033400233273804f,1.0432268140918288f,-0.7116321161885291f,0.437924575897085f,-0.5493649033514919f,-0.24899865931188936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6683264143469375f,-0.10716375423869023f,0.7361085067187005f,-0.06355155347626176f,-0.17046290029982158f,0.9852990110911334f,-0.011325120935669675f,0.7235716459602815f,-0.7240733412490331f,-0.13304806845762196f,-0.676768799496665f,-0.016002656912967178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6683264143469375f,0.6160276660080333f,0.416952897338369f,0.15406581466220046f,-0.17046290029982158f,0.41877271604329697f,-0.8919483235698653f,0.7862011144497111f,-0.7240733412490331f,-0.6671876250429223f,-0.1748670051268857f,-0.2316098713993338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7017601225061291f,0.24020993501346752f,0.6706951003108704f,-0.20704730061766619f,0.06264442251086634f,0.9586006984270046f,-0.2777775680351793f,0.451240806972517f,-0.7096537231554999f,-0.15291791293398002f,-0.6877555562228871f,-0.25510222186786286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7017601225061291f,0.4426594596434411f,0.5581982920507367f,-0.02784386794406397f,0.06264442251086634f,0.8188386326204475f,-0.5705952769315178f,0.7783056641514241f,-0.7096537231554999f,-0.3654530017888103f,-0.602358445358812f,-0.40344081339513893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.601579417077897f,0.40881401325737354f,0.6862749503752977f,0.019664742441053127f,0.24132918870979558f,0.9119863774598314f,-0.3317243886185727f,0.9112525596710982f,-0.7614869845407009f,-0.033940387329756856f,-0.6472909874878657f,-0.2753427783568379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7403235127553709f,0.1013647798261341f,0.6645647281283799f,0.029232905844449195f,-0.21165441708477992f,0.9031456591555208f,-0.3735375832189338f,0.9240261364175985f,-0.6380623043167887f,-0.41719671590191026f,-0.6471656635287525f,-0.2846326444046978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6965958038859f,0.27191838149117653f,0.6639387620976618f,0.019664742441053127f,0f,0.925396896541262f,-0.3789994510178093f,0.9112525596710982f,-0.7174637872454307f,-0.2640094272540657f,-0.6446275950596774f,-0.2753427783568379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7315228905658908f,-0.10553113095102767f,0.6736003570206305f,0.009563855730904135f,0.18421959481360248f,0.9206124455830893f,0.3442903802377225f,0.9584934319837441f,-0.6564582252244509f,0.37594667898216694f,-0.6540081750998558f,-0.2655356836673192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6345861596708833f,-0.37889703743344233f,0.6736003570206305f,0.009563855730904135f,-0.18421959481360248f,0.9206124455830893f,0.3442903802377225f,0.9584934319837441f,-0.7505754771113111f,0.094391525370046f,-0.6540081750998558f,-0.2655356836673192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6965958038859f,-0.2470158801175258f,0.6736003570206305f,0.009563855730904135f,0f,0.9388632137195303f,0.3442903802377225f,0.9584934319837441f,-0.7174637872454307f,0.23983123419187852f,-0.6540081750998558f,-0.2655356836673192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6996854903068139f,0.14885951683636384f,0.6987711062296135f,-0.12272792122493814f,0.25610412596741994f,0.9653135403947949f,0.05079808453997424f,1.0053689642897186f,-0.6669714321592622f,0.2145008461002212f,-0.7135394142622479f,-0.4071401870444308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6549747060437385f,-0.2127008529907289f,0.7250975669383636f,0.13365831293321537f,-0.22427872036754362f,0.9710471374760031f,0.08225881344851331f,1.0162397351584005f,-0.7216004365528167f,-0.10874651229660878f,-0.6837155885528045f,-0.11597228585548774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6965958038859f,-0.16512696443923613f,0.6982029587617342f,0.017716295111580408f,0f,0.9731542848209177f,0.2301537267451651f,0.8287058420745274f,-0.7174637872454307f,0.16032412029938406f,-0.6778951913398353f,-0.2843400544297952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6965958038859f,-0.10364620902685974f,0.709937848943777f,3.138157422815092e-17f,0f,0.9895103579644791f,0.14446193782795666f,1.0497995626822156f,-0.7174637872454307f,0.10063157971218038f,-0.689288763259691f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8238228640166936f,0.4592721721047519f,-0.3322423221889642f,-1.1633652115141877f,0.5543851378596568f,0.7750319711658025f,-0.303286271682679f,1.622018390406767f,0.11820747710556062f,-0.4340443705441112f,-0.8931027246377119f,0.704093698064605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1896833176518407f,0.4592721721047519f,0.8678071853440567f,-1.2369949837612622f,-0.3917894397206001f,0.7750319711658025f,-0.49580891338727334f,1.6338307349576642f,-0.9002895500493211f,-0.4340443705441112f,0.03292735141120856f,0.6472765558005414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7853842373021275f,0.4592721721047519f,0.4150188811699277f,-1.2624329298132142f,0.12599834187623546f,0.7750319711658025f,-0.6192332852126812f,1.7208095554641178f,-0.6060495174833445f,-0.4340443705441112f,-0.6665654257139141f,0.7756699407896603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5757816123079611f,-0.6782762068458654f,0.45652702237088827f,0.7192445806463295f,-0.8086258892935688f,0.3898992437178601f,-0.4405709374350806f,2.192430624795318f,0.12082924353081753f,-0.6228322141436049f,-0.7729685161329307f,0.13015875224812287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14555975436009264f,-0.6782762068458654f,-0.7202456144520523f,0.7779766302903791f,0.9021105340358434f,0.3898992437178601f,-0.18486525939128248f,2.1796685005691128f,0.40621292728345676f,-0.6228322141436049f,0.6686337493222874f,0.0582092072193752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.626475196203196f,-0.6782762068458654f,-0.3840185096697185f,0.8062133819188121f,0.13612932507952485f,0.3898992437178601f,-0.9107400214120568f,2.322660565894024f,0.7674618136399751f,-0.6228322141436049f,-0.1519289229521964f,0.1169733181765785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010884309435717188f,0f,0.000011210371675709855f,-0.49828403394578f,0f,0.000015625f,0f,1.2159220626822156f,-0.000011210371675709855f,0f,-0.000010884309435717188f,0.21748132028711242f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18.mcfunction new file mode 100644 index 000000000..3db2e9670 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..0a796a577 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7744973613005075f,-0.25870031222223994f,0.013131269516354778f,0.19139438014388332f,-0.2308669977384693f,0.7081678774944492f,0.3348777852958847f,1.3466306176874243f,-0.11746791535658227f,0.31387393995928786f,-0.7447341022946757f,-0.40860308930798905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7979192654935496f,0.05620837720533188f,0.012863284424184274f,0.19139438014388332f,0.056533048268448904f,0.7274554606172698f,0.32804354477964215f,1.3466306176874243f,0.011351661011127938f,0.3280993312246446f,-0.7295354471458049f,-0.40860308930798905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.32184232668602847f,-0.06538604520871352f,0.7477209548285593f,0.12356192823962961f,0.39083952205265143f,0.6799604052858179f,0.22769005180210533f,1.3565283972537854f,-0.6407857904162849f,0.4475745265092223f,-0.2366750059999296f,-0.4555175708246809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.26676380288501234f,-0.17982617646050353f,0.7324613435055275f,0.12356192823962961f,0.09882029696699174f,0.761896468079693f,0.22304331605104197f,1.3565283972537854f,-0.7477109216653732f,0.16485241334989703f,-0.23184490383666576f,-0.4555175708246809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0493989337076728f,-1.0720572358492715f,0.43687688311058426f,-0.5489047263050968f,-0.1782483045416219f,-0.7322574006987671f,-1.3687340468659068f,1.8003643172807962f,1.1438512446385833f,0.8694243107856514f,-0.6140944128989111f,-0.8251355022105624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8204610345090815f,-0.0020901421212986032f,0.5716986287881061f,-0.4584156817073669f,0.28212730496952887f,0.8682675155375007f,0.4080633593609776f,1.5963845405845252f,-0.49724025846960374f,0.49609187936132226f,-0.7117899778648424f,-0.5341290263233662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.526496372254107f,-0.0020901421212986032f,0.8501748063246628f,-0.3007113565560371f,0.420811168914338f,0.8682675155375007f,0.2627346219653671f,1.451497019413657f,-0.738728319560184f,0.49609187936132226f,-0.4562601419273198f,-0.2769124480891041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4713923918705072f,0.7078876942649488f,0.5260078185681811f,0.24142515377701695f,0.6293884228346971f,0.14777498035933334f,-0.7629107211079492f,1.1857976717418932f,-0.6177859063528841f,0.6906935409340769f,-0.37587631798730314f,0.32823969428237343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10215695725847768f,0.8023754023841221f,0.5880116238073936f,0.19313815369975748f,0.5035281664875904f,0.5514945056353908f,-0.6650663093313487f,1.3408682622545305f,-0.8579180273413859f,0.2281392642727118f,-0.4603576158376996f,0.04253671443059784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.05905650515110255f,0.8329371948137511f,0.5502071961499023f,-0.3939650381928969f,0.6587027521697475f,0.44666014546712757f,-0.6054794783766703f,1.0664024354315798f,-0.7500820045057328f,0.32666549243390225f,-0.5750362097899386f,-0.10746514384615928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4281418594194274f,0.623450443059255f,0.6542202177112031f,-0.2729792037585916f,0.3095183985298506f,0.7813039122084418f,-0.5419986694995664f,1.2095094272862903f,-0.8490541261806529f,-0.02955912409057815f,-0.5274782924430217f,-0.11630421894091156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.18618403881361117f,0.8564136784077003f,0.48155073993011754f,-0.13722770332465825f,0.5445665582454424f,0.49789890803071724f,-0.6749399536421982f,1.0275998106994129f,-0.8177913959756273f,0.1365733825385144f,-0.5590750789028461f,0.05998619850725542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3888420429893433f,0.6140926083012649f,0.6867984668253293f,-0.01779284885051279f,0.3222134020888054f,0.7890309242663041f,-0.5230762124832478f,1.1722738826713246f,-0.8631224647280547f,0.01790164744405104f,-0.5046772650918181f,0.06018852449619114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9871640274689706f,0.157718270012308f,0.02514219909964205f,0.30838637951647746f,0.15962160892989302f,0.9690901244888539f,0.1881097354758914f,1.8853731966649798f,0.005303285196334828f,0.18970840235082442f,-0.981826154287827f,0.02016857399147877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9871640274689706f,0.157718270012308f,0.02514219909964205f,0.32804732796061675f,0.15962160892989302f,0.9690901244888539f,0.1881097354758914f,1.7758864084698671f,0.005303285196334828f,0.18970840235082442f,-0.981826154287827f,-0.09579005146172062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9871640274689706f,0.157718270012308f,0.02514219909964205f,-0.2715724866215429f,0.15962160892989302f,0.9690901244888539f,0.1881097354758914f,1.9791508919112921f,0.005303285196334828f,0.18970840235082442f,-0.981826154287827f,0.023284254044325478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9871640274689706f,0.157718270012308f,0.02514219909964205f,-0.3259488402375762f,0.15962160892989302f,0.9690901244888539f,0.1881097354758914f,1.8816357243859212f,0.005303285196334828f,0.18970840235082442f,-0.981826154287827f,-0.0922766250191488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9513939787722061f,0.2950992987744983f,0.0881243497496017f,0.2249049543713835f,0.30347875006999925f,0.8495773625100759f,0.4314150592716645f,1.9920241372198548f,0.05244182883864476f,0.43718955725545683f,-0.897839153531876f,0.0443260481108774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9858444410832619f,0.14263532860564615f,0.0881243497496017f,0.11278784142852f,0.16683924284797008f,0.8865921913030491f,0.4314150592716645f,2.02017604626337f,-0.016595331607017497f,0.44001073777126987f,-0.897839153531876f,0.04684867126204724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9287645486543893f,0.3345273144647519f,0.15964926883581226f,0.09314427653982628f,0.34577211234268873f,0.6267104485736734f,0.6983377835794511f,2.0355693089253473f,0.13355919844355005f,0.7037936412938001f,-0.6977366630653216f,0.004657415497308179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9866822013539046f,0.03115035299323632f,0.15964926883581226f,0.12272998099999682f,0.13518464143504239f,0.7028865148410652f,0.6983377835794511f,2.0371351132461823f,-0.0904618497019142f,0.7106195907537155f,-0.6977366630653216f,0.012994079903669478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9696615173436843f,0.1851179427903578f,0.15964926883581226f,0.19493427539014604f,0.24347597010608005f,0.673085278405525f,0.6983377835794511f,2.1207835040066314f,0.021817281307414883f,0.7160220354506018f,-0.6977366630653216f,0.06844794474695984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9696615173436843f,0.22801456261378023f,0.0881243497496017f,0.14363099880204558f,0.24347597010608005f,0.8686774422157683f,0.4314150592716645f,1.925331079508084f,0.021817281307414883f,0.43978274252352967f,-0.897839153531876f,-0.030503172320834188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9996829733824866f,0.001350019845924172f,0.02514219909964205f,-0.15693525644854128f,0.006057306846907459f,0.9821293379453402f,0.1881097354758914f,2.0710136020027745f,-0.02443893948011739f,0.1882023936974849f,-0.981826154287827f,0.021540057445087565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9871640274689706f,0.15771827001230798f,0.02514219909964205f,-0.04163936875687439f,0.15962160892989302f,0.9690901244888539f,0.1881097354758914f,2.062393477176772f,0.005303285196334832f,0.18970840235082442f,-0.981826154287827f,0.02284096265865044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9959965398386204f,-0.08578322944450971f,0.02514219909964205f,-0.020270890062331584f,-0.07956395495728787f,0.9789199683787969f,0.1881097354758914f,2.05464192785102f,-0.04074886134666946f,0.18535623284725514f,-0.981826154287827f,0.021903025383931143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9737574751516642f,0.22619515779673477f,0.02514219909964205f,-0.04742732208767846f,0.22683308853769169f,0.9555948290795854f,0.1881097354758914f,2.06898014476928f,0.01852375584776398f,0.18887634374285303f,-0.981826154287827f,0.023954697935202468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9971536232792811f,0.0710810903506358f,0.02514219909964205f,-0.08716676273630403f,0.07455243092758687f,0.9793143838737269f,0.1881097354758914f,2.1855822181121454f,-0.011251072117300486f,0.18944871636563615f,-0.981826154287827f,0.013448610160517585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9971536232792811f,0.0710810903506358f,0.02514219909964205f,-0.10316000806519705f,0.07455243092758687f,0.9793143838737269f,0.1881097354758914f,1.9652364817405572f,-0.011251072117300486f,0.18944871636563615f,-0.981826154287827f,-0.02917735102175048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9871640274689706f,0.157718270012308f,0.02514219909964205f,-0.06138081173474743f,0.15962160892989302f,0.9690901244888539f,0.1881097354758914f,1.4427466625901613f,0.005303285196334828f,0.18970840235082442f,-0.981826154287827f,-0.09638375055459528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8165963357058522f,-0.14728165443117738f,0.5581026238782527f,-0.006150191323055905f,0.11915374276789f,0.9030598158752495f,0.41265646067372297f,1.1040992316369427f,-0.5647767789987286f,0.40347377017518216f,-0.7198861762004085f,-0.24768641437028857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7810577131453479f,-0.1783716424677333f,0.5984416478651218f,-0.0007658281023642244f,-0.19970928960692902f,0.9793565517591798f,0.03125610614047114f,0.7037260363627496f,-0.5916629516716888f,-0.09510153358243884f,-0.8005564626741908f,-0.004295848750014847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7810577131453479f,0.3869749243780395f,0.49010127181917207f,0.14974436864482313f,-0.19970928960692902f,0.5888276964898859f,-0.7831973847575785f,0.8444016239248295f,-0.5916629516716888f,-0.7096001351106308f,-0.3826259268137999f,-0.2504687269435039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8153046383946587f,0.18748965259000294f,0.547837545978582f,-0.2042933030820741f,0.10658367630081782f,0.9785534121080068f,-0.17627574875172208f,0.5029926313853221f,-0.5691381787917213f,-0.08532789592775492f,-0.8178024722499836f,-0.24441879941515254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8153046383946587f,0.3600460502967396f,0.4534811884498326f,-0.05881781795624179f,0.10658367630081782f,0.8631061384085916f,-0.4936473577237214f,0.845690760338806f,-0.5691381787917213f,-0.35413928828517033f,-0.7420694697496427f,-0.38863827793403805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7250326969703521f,0.4004068535308628f,0.5603587600541386f,0.013981630059895483f,0.2422541606350091f,0.9099042318943595f,-0.33673017452518705f,0.963165477982828f,-0.6447018768228651f,-0.10839114551590394f,-0.7567105454497284f,-0.27571815635019437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8421786953722155f,0.015813926072426536f,0.538966571137143f,0.02180028619826928f,-0.21928020984932034f,0.9031336321906486f,-0.3691420214152873f,0.9758683294058035f,-0.49259642165731493f,-0.4290682488233104f,-0.7571322230773874f,-0.28660492845746655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8122349340898595f,0.2239343790372258f,0.5386351322827484f,0.013981630059895483f,0f,0.9233790794013359f,-0.3838894055896066f,0.963165477982828f,-0.5833304482401391f,-0.31180838604686945f,-0.7500007456974992f,-0.27571815635019437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8376087436430186f,-0.029773262931495847f,0.5454586559833622f,0.007540595539379616f,0.19833681594431413f,0.9138001791332683f,0.35444567998083726f,1.007003482258349f,-0.5089932219723905f,0.4050713337554497f,-0.7595018858144764f,-0.2667495978512764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7498984683745575f,-0.37433560042068786f,0.5454586559833622f,0.007540595539379616f,-0.19833681594431413f,0.9138001791332683f,0.35444567998083726f,1.007003482258349f,-0.6311218539795338f,0.15761373948260338f,-0.7595018858144764f,-0.2667495978512764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8122349340898595f,-0.20675895738000272f,0.5454586559833622f,0.007540595539379616f,0f,0.9350766064568837f,0.35444567998083726f,1.007003482258349f,-0.5833304482401391f,0.2878931635176708f,-0.7595018858144764f,-0.2667495978512764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8032783827317188f,0.182693015081872f,0.5668924960485976f,-0.14922459653671624f,0.2568218507543196f,0.9650089003602486f,0.052918420239362954f,1.0645367485671098f,-0.5373884784874349f,0.18809860304052956f,-0.8220903470563081f,-0.3806127345122743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7728207391512927f,-0.23211559489081146f,0.5906525677131476f,0.15701569663740544f,-0.23196897286369408f,0.9696282486095563f,0.07753357419161731f,1.073498730333726f,-0.5907101664659348f,-0.07709351533591507f,-0.8031924359248778f,-0.14273566830273807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8122349340898595f,-0.12250035702982895f,0.5703227808632635f,0.009815045808679538f,0f,0.9777010313517515f,0.21000165069284937f,0.8887422096645355f,-0.5833304482401391f,0.1705706769092682f,-0.7941229327595775f,-0.28330948769367803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8122349340898595f,-0.07232730061541387f,0.5788291401007116f,3.138157422815092e-17f,0f,0.9922834335958158f,0.12399027143811796f,1.1104555393586006f,-0.5833304482401391f,0.10070922994932352f,-0.8059672692851569f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7868907245088212f,0.31590667781189613f,-0.5300999515146488f,-1.1714339752160692f,0.5268757476052885f,0.7911447654395592f,-0.31063146444452966f,1.682787477907099f,0.3212552478440632f,-0.5237298263718f,-0.7889880447137421f,0.6601907278852917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.45019529850176626f,0.31590667781189613f,0.8351809169998775f,-1.2577956600169422f,-0.360910589129789f,0.7911447654395592f,-0.4937950048062186f,1.6943736008101022f,-0.816742150167906f,-0.5237298263718f,-0.24215558863604647f,0.6256005030460232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9211913045426465f,0.31590667781189613f,0.22717735659362687f,-1.2486914211055498f,0.1235853109653669f,0.7911447654395592f,-0.5990130474632238f,1.7784324964780842f,-0.3689623982855307f,-0.5237298263718f,-0.7678371035707728f,0.7580711810012734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5189841717872411f,-0.837664540544183f,0.1702161771078589f,0.85033683272768f,-0.7236645628410431f,0.3245920029393159f,-0.6090563456002449f,2.2592571366109926f,0.454934094042635f,-0.4392700184883391f,-0.774646255354572f,0.16706161194877783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22703597319245586f,-0.837664540544183f,-0.4967623017011828f,0.8844653752718623f,0.9384065901385304f,0.3245920029393159f,-0.1184613996727171f,2.2341539421062087f,0.2604759844229991f,-0.4392700184883391f,0.8597639864498415f,0.08343066845616313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.36403778713794377f,-0.837664540544183f,-0.40717883914885805f,0.9284779298720999f,0.26776740805103066f,0.3245920029393159f,-0.9071607612840602f,2.38277965355121f,0.892063397254557f,-0.4392700184883391f,0.10613550836507188f,0.10932581394770971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012691170845154055f,0f,0.000009114538253752175f,-0.40690198880188916f,0f,0.000015625f,0f,1.2765780393586006f,-0.000009114538253752175f,0f,-0.000012691170845154055f,0.2979513296766052f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19.mcfunction new file mode 100644 index 000000000..48ada0090 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..1331903cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7650668734159566f,-0.16097357272980983f,-0.23601828854683646f,0.16152360838859514f,-0.23263192485925155f,0.7426543567921688f,0.2475708753434742f,1.3806033453146096f,0.16582976567027016f,0.29915958895655526f,-0.7415851088024439f,-0.4609893340111457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7527492682616042f,0.14111826415088088f,-0.2312015887805745f,0.16152360838859514f,0.06786381485578687f,0.7593282058319564f,0.24251840849972983f,1.3806033453146096f,0.2622270805329594f,0.2085816659034646f,-0.7264507188268838f,-0.4609893340111457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3635478406150796f,0.038031652178430395f,0.7302951495533405f,0.07240758775422525f,0.3576623635245093f,0.7206081170456691f,0.14052053163293127f,1.390475815532742f,-0.6378518995398688f,0.3823898266493484f,-0.33744246794514f,-0.49826045381744455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3432768903449188f,-0.10186488532922953f,0.7153911669093949f,0.07240758775422525f,0.05355639143385263f,0.7862464175033742f,0.1376527656812388f,1.390475815532742f,-0.7206196566093008f,0.10695847839219191f,-0.33055588696666777f,-0.49826045381744455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2552211571875524f,-0.881978419536425f,0.2965470688116333f,-0.5095644497066447f,0.05287909825170205f,-0.429546478667946f,-1.5013660025563567f,1.9621518906432145f,0.9289940244785365f,1.2161456081144226f,-0.31522406689079663f,-0.7559410827560238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7499714568678311f,0.39472774404711997f,0.5307850996053058f,-0.4686707036127493f,0.5705473444883231f,0.7920392786617775f,0.2171393763329306f,1.7277136775629935f,-0.3346917112521097f,0.46568636348555736f,-0.8192177178764701f,-0.442566607534562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5710785017285569f,0.39472774404711997f,0.7197634006692324f,-0.289257956426818f,0.6085429922496824f,0.7920392786617775f,0.0484686253233399f,1.5256256334948342f,-0.5509489735422596f,0.46568636348555736f,-0.6925254070547361f,-0.248723318207242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11808450485635386f,0.8787798465103593f,0.4623873171704205f,0.4544571108172991f,0.6755833058257845f,0.41236520598452064f,-0.6111809337527214f,1.2572820452398739f,-0.7277659284428849f,0.24021015436607418f,-0.6423829349672144f,0.17187759423308155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5652831109319497f,0.704842071239845f,0.4285471492209724f,0.25991904084041906f,0.5346013300348973f,0.7086796222123698f,-0.46040700579579774f,1.4235942594698974f,-0.6282168593885522f,-0.03115842857491724f,-0.77741413024766f,-0.03385579503976899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11210565213750795f,0.9113982092420787f,0.39596164833119396f,-0.3593286186534549f,0.6068382708839777f,0.37833134284970427f,-0.699008374776786f,1.1691786416046432f,-0.7868796831469017f,0.16192189230574f,-0.595484395297442f,-0.02635102087335439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5569960875983613f,0.6569964027172788f,0.5080463416034742f,-0.23296650350894343f,0.2587428819880554f,0.7185537538884801f,-0.6455483125168007f,1.2998727935055032f,-0.7891815250122332f,-0.2281145098176114f,-0.570224772339853f,-0.0726863962912806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.27223543659284605f,0.9059160147797998f,0.3243517245654607f,-0.07307119093342745f,0.49307303691936033f,0.4208001527590772f,-0.7614500717059896f,1.1349120787593796f,-0.8262970696584987f,-0.04736460285301072f,-0.5612394739060635f,0.08400470948436407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5167607111818995f,0.6586307977232044f,0.5469587184324544f,0.05384057562987621f,0.2681312665340212f,0.7312408215941515f,-0.6272100802292421f,1.2680996698068503f,-0.8130584181260527f,-0.17746079320460056f,-0.5544760369840658f,0.04726533552735107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9807830663752292f,0.1950522601846772f,-0.004380925524535673f,0.37126504888554973f,0.19351067177471806f,0.9754024669324701f,0.10556347574492306f,1.9610303084995213f,0.02486356010107721f,0.10268711359708482f,-0.994402916367505f,-0.057751222547651776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9807830663752292f,0.1950522601846772f,-0.004380925524535673f,0.3832521695836109f,0.19351067177471806f,0.9754024669324701f,0.10556347574492306f,1.8417449257924972f,0.02486356010107721f,0.10268711359708482f,-0.994402916367505f,-0.16474476866053137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9807830663752292f,0.1950522601846772f,-0.004380925524535673f,-0.2049450026098974f,0.19351067177471806f,0.9754024669324701f,0.10556347574492306f,2.0747178281671683f,0.02486356010107721f,0.10268711359708482f,-0.994402916367505f,-0.04314388098826892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9807830663752292f,0.1950522601846772f,-0.004380925524535673f,-0.2665166118899784f,0.19351067177471806f,0.9754024669324701f,0.10556347574492306f,1.9699457458432477f,0.02486356010107721f,0.10268711359708482f,-0.994402916367505f,-0.1482726600935677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9384742409140314f,0.3420872641438131f,0.04735401621228366f,0.2933224558361488f,0.34121003063866334f,0.8973020719659225f,0.28004411551972447f,2.0771690946811447f,0.05330866845452656f,0.27897185405747166f,-0.9588184867384137f,-0.047308967087108654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9804343038630747f,0.1910658864295101f,0.04735401621228366f,0.18231656288197373f,0.19664019934843768f,0.9396318030819211f,0.28004411551972447f,2.109288127724873f,0.00901153753442575f,0.2838765606384641f,-0.9588184867384137f,-0.043410240271583064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9080771019168229f,0.40370771331786015f,0.11142737178094236f,0.15991807196670593f,0.4036204840428046f,0.7726239505713587f,0.4900436060847637f,2.1143526585684893f,0.11174292745134304f,0.4899717473601627f,-0.8645468205675344f,-0.0741216619889408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9883851892518808f,0.10333759473451729f,0.11142737178094236f,0.19012804096047586f,0.14511196047145417f,0.8595346316836642f,0.4900436060847637f,2.1168680685779004f,-0.04513575739538218f,0.5005212867110773f,-0.8645468205675344f,-0.06880225310448704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9600509660901628f,0.2566828457987335f,0.11142737178094236f,0.26818730125785906f,0.27778623172954364f,0.8262518221444001f,0.4900436060847637f,2.2090979537156934f,0.033718718404545656f,0.5014198271665393f,-0.8645468205675344f,-0.04260979807360242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9600509660901628f,0.275789303015747f,0.04735401621228366f,0.20613470807931605f,0.27778623172954364f,0.9189178977603362f,0.28004411551972447f,2.0023414267196182f,0.033718718404545656f,0.2820109173734465f,-0.9588184867384137f,-0.1060622544826278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9992208952888386f,0.03922256888220864f,-0.004380925524535673f,-0.08759593777872104f,0.03854167117911919f,0.9936653823955889f,0.10556347574492306f,2.1621103548574836f,0.00849364473543504f,0.10531238255261675f,-0.994402916367505f,-0.05638161231947281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9807830663752292f,0.1950522601846772f,-0.004380925524535673f,0.027341187741748936f,0.1935106717747181f,0.9754024669324702f,0.10556347574492306f,2.1496503298130407f,0.02486356010107721f,0.10268711359708484f,-0.994402916367505f,-0.058210704439509764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9988370302326285f,-0.04801452413188416f,-0.004380925524535673f,0.04840586713406192f,-0.04820863596108936f,0.9932433135981448f,0.10556347574492306f,2.1411145507001565f,-0.0007172550689835758f,0.10565190705787805f,-0.994402916367505f,-0.05920964489575017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9647877702532189f,0.262993090900446f,-0.004380925524535673f,0.02180855233868863f,0.26107992607861713f,0.9595278134517181f,0.10556347574492306f,2.1565023217577566f,0.03196608466180421f,0.10070257867202234f,-0.994402916367505f,-0.05745893859408523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9940508153121728f,0.10882915082252827f,-0.004380925524535673f,-0.014574499579422449f,0.1077623787627486f,0.9885563323918598f,0.10556347574492306f,2.273144269451466f,0.015819175092211504f,0.10446336017572112f,-0.994402916367505f,-0.07634210841782127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9940508153121728f,0.10882915082252827f,-0.004380925524535673f,-0.03906105851449127f,0.1077623787627486f,0.9885563323918598f,0.10556347574492306f,2.0507190946632976f,0.015819175092211504f,0.10446336017572112f,-0.994402916367505f,-0.09984636445735848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9807830663752292f,0.1950522601846772f,-0.004380925524535673f,-0.01629055463959299f,0.19351067177471806f,0.9754024669324701f,0.10556347574492306f,1.523337637771538f,0.02486356010107721f,0.10268711359708482f,-0.994402916367505f,-0.1245063640520146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9177826532442229f,-0.03143945399066246f,0.39583653461594914f,-0.004500759393094566f,0.10167399583568938f,0.945021891668794f,0.31079900713731134f,1.1689544283957403f,-0.38384554181962127f,0.3254922195683075f,-0.8641281241955374f,-0.2465659463901299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8722020222553248f,-0.240560851777049f,0.4259038729173784f,0.0802306274453678f,-0.2303474209933178f,0.9701187168669021f,0.07622165588756452f,0.691633619677919f,-0.43151326516742117f,-0.03162517631280054f,-0.9015520784778519f,-0.02547936355619773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8722020222553248f,0.13196206224127596f,0.4710091787882179f,0.14339836409980053f,-0.2303474209933178f,0.7386591800794732f,-0.6335003404308852f,0.9071592201271201f,-0.43151326516742117f,-0.6610360276213013f,-0.6138629099165391f,-0.2682083879632685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9027155135809112f,0.16705767029023905f,0.39648005793173224f,-0.20516401474277712f,0.1527618080067866f,0.9859470119924947f,-0.06761892898862965f,0.5622894533931739f,-0.4022045891767641f,-0.0004736457214751244f,-0.915549695049308f,-0.23536548357776482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9027155135809112f,0.2950258986225088f,0.31315239210699497f,-0.08649067620266712f,0.1527618080067866f,0.900223134169592f,-0.4077525459397825f,0.9176796471007028f,-0.4022045891767641f,-0.32024682332204013f,-0.8577140785817221f,-0.36673697120325965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8312960043945467f,0.3773411130353862f,0.40811841111481084f,0.00842737979359677f,0.24249088802644653f,0.9068983742568649f,-0.344577288854621f,1.01847834475668f,-0.5001451012474353f,-0.18748072749877917f,-0.8454027765004805f,-0.274382761737306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9195627361809364f,-0.07384584705364153f,0.38594191933548744f,0.014120880935437759f,-0.22653173700800802f,0.9021654631199704f,-0.3671251139348333f,1.0310690954330057f,-0.3210728053815278f,-0.42502266766192587f,-0.8463261697584306f,-0.2866331767161735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9068446687449694f,0.16503239757463234f,0.3878105910358758f,0.00842737979359677f,0f,0.9201489813916464f,-0.3915684512877868f,1.01847834475668f,-0.4214650006451625f,-0.35509176249905366f,-0.8344321982261285f,-0.274382761737306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9180405105070273f,0.05717532563199648f,0.39234245654386196f,0.005052645628962014f,0.2125500613667296f,0.9063113803550371f,0.3652699731047525f,1.0586256390725888f,-0.33470000370629893f,0.4187250457971463f,-0.8441831812712104f,-0.2671215189746903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.847739279875402f,-0.35693908464815505f,0.39234245654386196f,0.005052645628962014f,-0.2125500613667296f,0.9063113803550371f,0.3652699731047525f,1.0586256390725888f,-0.48596356321162026f,0.22626129074475898f,-0.8441831812712104f,-0.2671215189746903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9068446687449694f,-0.15394850945025298f,0.39234245654386196f,0.005052645628962014f,0f,0.9309016310803485f,0.3652699731047525f,1.0586256390725888f,-0.4214650006451625f,0.3312431277626631f,-0.8441831812712104f,-0.2671215189746903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8871151074527575f,0.2135326906981428f,0.40918281505006276f,-0.1712006470430407f,0.25745843746307623f,0.9647385422550968f,0.0547238345383628f,1.1274026089338234f,-0.3830691048729379f,0.15389390855625873f,-0.910809928470877f,-0.34759235555597423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8696434960751757f,-0.24739059813759792f,0.42722134975591713f,0.17593577637682845f,-0.23999489048007075f,0.9680955908884001f,0.07206510560526726f,1.134120104965354f,-0.4314193346126307f,-0.03985999066182799f,-0.9012705137009832f,-0.17509597985880554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9068446687449694f,-0.07953495049651188f,0.41389242372667834f,0.0025586585219651223f,0f,0.9820327265445711f,0.18871068860940485f,0.9528172823417957f,-0.4214650006451625f,0.17113128190063082f,-0.8905511426000307f,-0.28029186782834165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9068446687449694f,-0.04315919439008746f,0.41924936578178085f,3.138157422815092e-17f,0f,0.9947430157664574f,0.10240279578143147f,1.1750801749271136f,-0.4214650006451625f,0.09286342941897097f,-0.9020774006191049f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6909007017585743f,0.1430776864122836f,-0.7086501223879227f,-1.2161295811703619f,0.494434321352474f,0.8086483912812557f,-0.3187828118750377f,1.7476095828488984f,0.5274380742591762f,-0.5706282107722555f,-0.6294382597941013f,0.6685607048866807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6969504775776919f,0.1430776864122836f,0.7027010797310158f,-1.3089141782036153f,-0.3270391003105113f,0.8086483912812557f,-0.48901248056294894f,1.7588007670053287f,-0.6382048720217659f,-0.5706282107722555f,-0.5167958846571208f,0.6611554060707221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9897023683547036f,0.1430776864122836f,-0.0042423724493282355f,-1.2618855238195894f,0.11937263100192143f,0.8086483912812557f,-0.5760537772169507f,1.8396132415096562f,-0.07898985403689307f,-0.5706282107722555f,-0.8174007878819821f,0.7874681736609987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2993467043547763f,-0.948587750822109f,-0.10282426553195873f,1.0256380495445498f,-0.5844771737621621f,0.267482182330135f,-0.7660546426247307f,2.3303708734331123f,0.7541737093952097f,-0.16921749651309978f,-0.6344977974200616f,0.16080749764411642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2544617387370035f,-0.948587750822109f,-0.18822991927213262f,1.0301606456035848f,0.9624198803953643f,0.267482182330135f,-0.04691754422048644f,2.292289476421115f,0.09485355733294315f,-0.16921749651309978f,0.9810036908876163f,0.07525975760090185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.048241024629704754f,-0.948587750822109f,-0.3128163719067926f,1.0748218033600863f,0.4062015681279758f,0.267482182330135f,-0.8737583007824772f,2.442393920044485f,0.912509227127622f,-0.16921749651309978f,0.3724142173451352f,0.06217149502073884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014169447949140147f,0f,0.000006585390635080665f,-0.296302339340216f,0f,0.000015625f,0f,1.3412026749271135f,-0.000006585390635080665f,0f,-0.000014169447949140147f,0.36416378612001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..ef2f565e9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7898356366559133f,-0.12961848482072696f,-0.16218248951588893f,0.06729128029642466f,-0.13734157708841394f,0.8046218888243558f,0.025794411643559886f,1.2418392822052604f,0.15569650836052717f,0.05222172787211406f,-0.7999849579003567f,-0.3562285322694428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7634114208230968f,0.17878055243633267f,-0.15887264279107488f,0.06729128029642466f,0.17733393711338397f,0.7796885295889209f,0.025267995079405605f,1.2418392822052604f,0.16048575421116715f,-0.011104544026036965f,-0.7836587342697373f,-0.3562285322694428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7344781061735256f,0.1391591551048075f,0.32881770868782584f,0.00827445460815196f,0.15997663232208842f,0.8006307178768326f,0.018503382051806235f,1.242715643200793f,-0.3192081344625778f,0.08105323921342007f,-0.7473158527358947f,-0.36255920873356656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7168880252981933f,-0.14939393388205752f,0.32210714320440087f,0.00827445460815196f,-0.15535246519990642f,0.7845617045891745f,0.018125762009932638f,1.242715643200793f,-0.31927601028008495f,-0.04630749627622173f,-0.7320645088025092f,-0.36255920873356656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3342404960534158f,0.18561361673912077f,1.5150040020009812f,-0.593626268739183f,1.5262307859799362f,-0.05850859568385245f,-0.32954905880334345f,0.9360114924915717f,0.017582056905620442f,1.5503324093600466f,-0.19382090125381538f,-0.0970396458090515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.56299647287135f,-0.8263010635695428f,-0.016171699918730353f,-0.4816443490261253f,-0.8152722714282771f,0.5584780108481155f,-0.15307983158897812f,1.1608857300356423f,0.13552156645566432f,-0.07299906672673517f,-0.988081495263639f,-0.1413706790800905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5166920655559532f,-0.8263010635695428f,0.2241781919263442f,-0.29392550409201146f,-0.8032215078983947f,0.5584780108481155f,0.20721370767533975f,1.4568952277542775f,-0.2964194977408734f,-0.07299906672673517f,-0.9522639432510684f,-0.03578694215642438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.706564260103547f,0.6695657938231252f,0.22901658037429334f,0.3687583107211346f,0.3715936087820307f,-0.07563646509375743f,-0.9253093077779277f,1.2842554671621411f,-0.6022334566068828f,0.7388915839892405f,-0.3022483926395587f,0.31184877520182885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13442792413661792f,0.8784695364108829f,0.4584979899741851f,0.2994268208639411f,0.48866313221324137f,0.4612927239077831f,-0.740552068449803f,1.4435025664209453f,-0.8620542189606544f,0.12450018661747513f,-0.4912862985107055f,0.02773020246784863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9941875016096668f,0.07716543844804248f,0.07507800445037122f,-0.18489992667318272f,0.014763029669858228f,0.7884685715319011f,-0.6148978489646961f,1.1139235797061524f,-0.10664550903856888f,-0.610215377400115f,-0.7850247948863398f,0.233632119343648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9941875016096668f,0.04523692595866609f,0.09769765694702588f,-0.17580739270001391f,0.014763029669858228f,0.9561527296541545f,-0.2924961718208906f,1.2913741154424259f,-0.10664550903856888f,-0.2893537248848186f,-0.9512629275322282f,0.1734329026306681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9941875016096668f,0.06868131583629355f,0.08291012301356142f,0.13029593977153683f,0.014763029669858228f,0.8497854521442738f,-0.5269219470461627f,1.0999701291204385f,-0.10664550903856888f,-0.522635209471145f,-0.8458600198750129f,0.22360088415139165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9941875016096668f,0.02090763317033552f,0.10561288992515677f,0.13487620155300697f,0.014763029669858228f,0.9981705697675938f,-0.05863076500271899f,1.2867606686705952f,-0.10664550903856888f,-0.05673080754803218f,-0.992677364946362f,0.20675962420522087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9986489591858652f,0.03737709923580746f,0.036099982959898885f,0.31472523113976886f,0.03979273912650433f,0.9968438687271225f,0.06869380826503535f,1.9767371814038852f,-0.033418471386321064f,0.07003751733078539f,-0.996984429134348f,0.06422784476718787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9986489591858652f,0.03737709923580746f,0.036099982959898885f,0.3508868031072534f,0.03979273912650433f,0.9968438687271225f,0.06869380826503535f,1.857079514620598f,-0.033418471386321064f,0.07003751733078539f,-0.996984429134348f,-0.03674094245351839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9986489591858652f,0.03737709923580746f,0.036099982959898885f,-0.2719810323819269f,0.03979273912650433f,0.9968438687271225f,0.06869380826503535f,2.000115415640707f,-0.033418471386321064f,0.07003751733078539f,-0.996984429134348f,0.04459449282772425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9986489591858652f,0.03737709923580746f,0.036099982959898885f,-0.3107181323533823f,0.03979273912650433f,0.9968438687271225f,0.06869380826503535f,1.8834422042919072f,-0.033418471386321064f,0.07003751733078539f,-0.996984429134348f,-0.0588806797469561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9806169122375996f,0.19156631790396372f,0.04114386076091388f,0.22079697334379805f,0.19499035261261233f,0.9747250504734994f,0.10904053543266888f,2.086937807316008f,-0.019215457881743364f,0.11494964908233314f,-0.9931854531527552f,0.050931693512900764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.998511465268516f,0.03580553656919462f,0.04114386076091388f,0.10614424436456207f,0.04010910597187793f,0.9932277791376426f,0.10904053543266888f,2.101566911660824f,-0.036960970569751915f,0.11052846827988941f,-0.9931854531527552f,0.0477881813557194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9605680262337934f,0.27391233561943856f,0.047760856072925566f,0.08377464692570391f,0.27804421522466194f,0.9467162238609215f,0.1625417049825055f,2.097401881393609f,-0.0006937992624012554f,0.16941199448097544f,-0.9855450749552562f,0.03967873447855236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.998198047369764f,-0.03632573267495033f,0.047760856072925566f,0.11316657450577518f,-0.028115639315914917f,0.9863010214773367f,0.1625417049825055f,2.1060754040348555f,-0.0530110276550837f,0.16090598552692348f,-0.9855450749552562f,0.04253359404070678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9915911695501491f,0.12027407491786778f,0.047760856072925566f,0.17584427547728124f,0.126521983522733f,0.9785562742258892f,0.1625417049825055f,2.212056016232133f,-0.027187132170217163f,0.1672177175893682f,-0.9855450749552562f,0.03134162502418706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9915911695501491f,0.12269529409009179f,0.04114386076091388f,0.14823783430701062f,0.126521983522733f,0.9859525086524352f,0.10904053543266888f,1.9902167017853354f,-0.027187132170217163f,0.11332923493130856f,-0.9931854531527552f,0.0058425471646426745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9922009998590577f,-0.11930619057274972f,0.036099982959898885f,-0.16882185702092856f,-0.11663791285736927f,0.990796022393269f,0.06869380826503535f,2.104133794513938f,-0.04396331610516885f,0.06394743857806524f,-0.996984429134348f,0.03355566751476627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9986489591858652f,0.037377099235807454f,0.036099982959898885f,-0.05341580137113604f,0.03979273912650432f,0.9968438687271225f,0.06869380826503535f,2.109595844593793f,-0.033418471386321064f,0.0700375173307854f,-0.996984429134348f,0.03811076941067991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9780271558471605f,-0.20532820959578194f,0.036099982959898885f,-0.03127095375214646f,-0.20254763362810904f,0.9768600804709445f,0.06869380826503535f,2.10440096327855f,-0.04936940892058219f,0.05987244379922006f,-0.996984429134348f,0.03855468049668399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936090058717355f,0.10694828040168233f,0.036099982959898885f,-0.05996523606447794f,0.10923211916982403f,0.9916398060020161f,0.06869380826503535f,2.1155288407846906f,-0.028451495430841835f,0.07219806418046963f,-0.996984429134348f,0.038282412634934385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9981064272414486f,-0.049803123693259434f,0.036099982959898885f,-0.11263010832043902f,-0.04723935204198986f,0.9965187425857577f,0.06869380826503535f,2.2243816036487565f,-0.03939547585655033f,0.06685839173727098f,-0.996984429134348f,0.012531067458948364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9981064272414486f,-0.049803123693259434f,0.036099982959898885f,-0.10142440548945567f,-0.04723935204198986f,0.9965187425857577f,0.06869380826503535f,2.0001648865669615f,-0.03939547585655033f,0.06685839173727098f,-0.996984429134348f,-0.0025120706819375845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9986489591858652f,0.03737709923580746f,0.036099982959898885f,0.003122826582929312f,0.03979273912650433f,0.9968438687271225f,0.06869380826503535f,1.4821616299452156f,-0.033418471386321064f,0.07003751733078539f,-0.996984429134348f,-0.003073225980226607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9941875016096668f,0.011637832869247286f,0.10703164246724452f,-0.00124136074303842f,0.014763029669858228f,0.9994861089022751f,0.02845296234764194f,1.1073543391068623f,-0.10664550903856888f,0.029867690863153606f,-0.993848407175062f,-0.01427361005390921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9907694213987729f,-0.05200374110671062f,0.12518611956621634f,0.09462000902363542f,-0.12332566705313681f,0.7291533130557619f,-0.673146511471095f,0.8587955334692684f,-0.05627373692087314f,-0.6823716413881167f,-0.7288362021484993f,0.3647797828014782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9907694213987729f,0.05904470373600568f,0.12202326246199169f,0.11785756068002412f,-0.12332566705313681f,-0.01892734132619539f,-0.9921857364406227f,0.8153416478950598f,-0.05627373692087314f,-0.9980758882525163f,0.026034358488569387f,0.05088422243249209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9777945059443371f,0.1983357862591773f,0.06768175554773684f,-0.1885667831160945f,0.1471531665490601f,0.8797437378287323f,-0.4521027552733062f,0.7715606391153278f,-0.14921075604544817f,-0.4321040055820871f,-0.8893943324759053f,0.3557750804026389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9777945059443371f,0.18145676562699917f,-0.10483962205796991f,-0.12960326250674573f,0.1471531665490601f,0.23830391884273072f,-0.9599777017404006f,0.8158355532262512f,-0.14921075604544817f,-0.9540884049564723f,-0.2597142002431908f,0.01304501155109827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9757255924871112f,0.20418190572054523f,0.07917902210814584f,-0.002775200604551398f,0.11279783131079155f,0.7784712978622655f,-0.6174618106864764f,0.9986624859861882f,-0.1877131253196166f,-0.5935420690911186f,-0.7826056444990516f,0.0010393957304585142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9939338986846248f,-0.06704215342958943f,0.08718230731694089f,-0.002659120893291682f,-0.10927941238909125f,0.6913147784446626f,-0.7142421768083304f,0.9659258384165313f,-0.012386083863637445f,-0.7194367427144173f,-0.6944475200898861f,-0.00011947967405367358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9950208402067733f,0.06196250263565097f,0.0780652023716969f,-0.002775200604551398f,0f,0.7832596234234375f,-0.6216947501101928f,0.9986624859861882f,-0.09966708360440293f,-0.618599232606784f,-0.7793596485988297f,0.0010393957304585142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9881945432816032f,0.11860369924204428f,0.09697786940620198f,-0.002813426875081074f,0.09359772336897791f,0.9685058358564486f,-0.23072908809282394f,1.0266986263340863f,-0.1212889558393836f,-0.2189283180360744f,-0.9681732183619249f,0.0014210255970590223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9926186795256103f,-0.0728247890643525f,0.09697786940620198f,-0.002813426875081074f,-0.09359772336897791f,0.9685058358564486f,-0.23072908809282394f,1.0266986263340863f,-0.07712083529746086f,-0.2381029105444417f,-0.9681732183619249f,0.0014210255970590223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9950208402067733f,0.022996095312915136f,0.09697786940620198f,-0.002813426875081074f,0f,0.973018030618063f,-0.23072908809282394f,1.0266986263340863f,-0.09966708360440293f,-0.2295802510942643f,-0.9681732183619249f,0.0014210255970590223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9799475243121957f,0.17686482523665067f,0.09176972915078047f,-0.19542894016796297f,0.13606637502424887f,0.9304401954708342f,-0.34024547644304737f,1.0403539788367528f,-0.14556370145801822f,-0.32093593791628394f,-0.9358479217114477f,-0.019584406193916694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9898436584412567f,-0.09788502489660028f,0.10309245241345634f,0.19109907685110927f,-0.13182215771147607f,0.9034857289655226f,-0.4078436664850013f,1.0435080901320082f,-0.05322077207180994f,-0.41729133642651894f,-0.90721303449821f,0.009478024826155859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9950208402067733f,0.03907109288489422f,0.09168957004472762f,-0.015067879903618535f,0f,0.919958392769477f,-0.3920160144343603f,0.8970135114664969f,-0.09966708360440293f,-0.39006410405698777f,-0.9153777729287578f,0.04537672280716827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9950208402067733f,0.032645726834139854f,0.09416891245882457f,3.2657247977262756e-18f,0f,0.9448346339960982f,-0.3275477284327569f,1.108125f,-0.09966708360440293f,-0.3259168159529818f,-0.9401301513752568f,-0.02666666666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.37134367454896955f,-0.2794499311370923f,-0.8854443016700392f,-0.18703351516111608f,0.017347941630497653f,0.9555551058706022f,-0.29430169650514587f,1.1705533299573425f,0.9283334122467282f,0.09392643734378792f,0.3596872253420318f,0.3838926479810498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.23086132400269174f,-0.2794499311370923f,-0.9319929104168113f,-0.15872095178460124f,-0.02808515163528539f,0.9555551058706022f,-0.2934717429365989f,1.170048521894509f,0.9725812425383018f,0.09392643734378792f,0.2127523232083641f,0.47326382020045465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3020006760161583f,-0.2794499311370923f,-0.9114292773842948f,-0.03616284186521443f,-0.005384619336890439f,0.9555551058706022f,-0.2947633720787217f,1.214515431737734f,0.9532925036736521f,0.09392643734378792f,0.28707355644071997f,0.38551720062464423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6642564827016428f,-0.5920984320174965f,-0.45627050309138356f,0.5784117487689415f,-0.5026677551937311f,0.8055909907911176f,-0.31360529881473714f,2.065200673706011f,0.5532526123547336f,0.02103811680278521f,-0.8327478277150022f,-0.35826145090025874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17146424545551345f,-0.5920984320174965f,-0.7874131439929064f,0.6062422237338491f,0.10042954128244175f,0.8055909907911176f,-0.583898161320948f,2.0879171040717677f,0.9800581206072269f,0.02103811680278521f,0.19759422530332865f,-0.44485527836310607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2968583996256803f,-0.5920984320174965f,-0.7491959272273856f,0.7047063753355032f,-0.2423085905680737f,0.8055909907911176f,-0.5406567325883392f,2.15765739877714f,0.9236674929370381f,0.02103811680278521f,-0.3826169888188433f,-0.3441658163088559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001554720062823083f,0f,0.000001557298181318796f,-0.0757026828922194f,0f,0.000015625f,0f,1.2742475f,-0.000001557298181318796f,0f,-0.00001554720062823083f,0.6566908137995752f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2.mcfunction new file mode 100644 index 000000000..36334a60d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20.mcfunction new file mode 100644 index 000000000..c723c6538 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..7683e986d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.667916894944657f,-0.08336328261312936f,-0.4624738143980651f,0.12161655688490379f,-0.2127123379069126f,0.7702950439534412f,0.1683551335937992f,1.4137168367498358f,0.4190285517648027f,0.25814831554200407f,-0.6517046604353559f,-0.5020396301128294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6357320775002189f,0.17493854627542552f,-0.45303557328790056f,0.12161655688490379f,0.09625329898687277f,0.7768763879315134f,0.16491931454086453f,1.4137168367498358f,0.47600423114863133f,0.0765479124570078f,-0.6384045653244304f,-0.5020396301128294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4131928780760944f,0.10726553947803362f,0.6962113141799152f,0.011731142178276532f,0.30772042445957054f,0.7535425549087226f,0.06652971333547983f,1.4233735832263306f,-0.6336593961443797f,0.2959935242983633f,-0.4216729155350374f,-0.523854990524922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4141608370833132f,-0.057817109234383525f,0.6820029200129782f,0.011731142178276532f,-0.003988554564975988f,0.7973309893199628f,0.06517196408373535f,1.4233735832263306f,-0.684437646874375f,0.030339336674173434f,-0.41306734583024074f,-0.523854990524922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.451169163449126f,-0.5253986265444296f,0.24386593095303521f,-0.47491918233020425f,0.263756716601611f,0.013700161539419527f,-1.5400165421258734f,2.029519663745479f,0.5157002070019954f,1.4714533083992236f,0.10141354790696451f,-0.7710499685083472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5774821064155996f,0.7075836303933786f,0.4072343585321954f,-0.44188222154775847f,0.7658901455428391f,0.6422758854343179f,-0.029899363704462556f,1.8404509204924848f,-0.28271310852199794f,0.2946304345937287f,-0.9128341608862695f,-0.37707515140886294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5015077027775148f,0.7075836303933786f,0.4978106367426739f,-0.28005011665169277f,0.7501867671893988f,0.6422758854343179f,-0.15716711272871794f,1.594247764417743f,-0.4309406436955541f,0.2946304345937287f,-0.8529261800545063f,-0.2269699591286659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5391090548016869f,0.802074058181414f,0.25697982843645467f,0.5600297458540697f,0.7059555087186784f,0.5967320296272881f,-0.381494042583432f,1.308781244218029f,-0.4593345695030842f,-0.02425056719533248f,-0.8879322402357744f,-0.056564497297970126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7737519742805878f,0.6243786049113654f,0.10704783989333817f,0.3014208574084447f,0.6018046069315521f,0.7772542535884718f,-0.18359477213305347f,1.5003708204585668f,-0.19783603658801063f,-0.0776349341956627f,-0.9771559341372198f,-0.12089237505247817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.23206611765321356f,0.9418187240742263f,0.2431518209279155f,-0.3085375293536255f,0.5242677009719383f,0.3316676751541837f,-0.7843085687249737f,1.2705244670217444f,-0.8193220946337056f,-0.054534798441134555f,-0.5707339669268177f,0.043371042811280375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6962695396015695f,0.6243330291692158f,0.35414262227442994f,-0.18926169499518236f,0.20081340843841783f,0.6431184265768394f,-0.7389672958857351f,1.3864906264056158f,-0.6891173363182526f,-0.4434038318347302f,-0.5731582143700941f,-0.04334941449754462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4069172194984725f,0.8969859763764975f,0.17272676300890277f,-0.005909315129509124f,0.41729354040540545f,0.35074235382719104f,-0.8383590533701438f,1.2400278647210459f,-0.8125789054679887f,-0.26906497248000005f,-0.5170295571558581f,0.09469262182509582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6603241337136881f,0.6376180449895694f,0.39675592892727735f,0.11612379286183061f,0.2063267755543902f,0.6620199069461516f,-0.7205268242725853f,1.3596533046217456f,-0.7220812282039991f,-0.39391987955761776f,-0.568705396813426f,0.01727823567795858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9840901643184559f,0.173958051044951f,-0.03612679017455886f,0.39130148177740537f,0.17272420687682133f,0.9843526642126404f,0.03487378408273878f,2.047441286639431f,0.041628077669373736f,0.028078976728482696f,-0.9987385414689042f,-0.13855211925282698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9840901643184559f,0.173958051044951f,-0.03612679017455886f,0.40307321997986356f,0.17272420687682133f,0.9843526642126404f,0.03487378408273878f,1.9211894631127269f,0.041628077669373736f,0.028078976728482696f,-0.9987385414689042f,-0.23725478251919863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9840901643184559f,0.173958051044951f,-0.03612679017455886f,-0.18685148975968754f,0.17272420687682133f,0.9843526642126404f,0.03487378408273878f,2.1489167581795634f,0.041628077669373736f,0.028078976728482696f,-0.9987385414689042f,-0.11409562362206992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9840901643184559f,0.173958051044951f,-0.03612679017455886f,-0.24888651388111338f,0.17272420687682133f,0.9843526642126404f,0.03487378408273878f,2.035619250168621f,0.041628077669373736f,0.028078976728482696f,-0.9987385414689042f,-0.20967618106323851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9445943294446991f,0.32815041573304254f,-0.007671859953773973f,0.31151342450648245f,0.32391783833715676f,0.9356818164943128f,0.13991701929674752f,2.1659938544814716f,0.05309224790779303f,0.12967977072826037f,-0.9901335113387302f,-0.14167788664048192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9842988405227397f,0.17634323097425625f,-0.007671859953773973f,0.19991402901672203f,0.17355698782523116f,0.9748339344155731f,0.13991701929674752f,2.1958087928809142f,0.03215220867409857f,0.13638865495859234f,-0.9901335113387302f,-0.1365999934201106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9126364526922989f,0.4077335352527951f,0.029121631950750702f,0.17620118445497773f,0.3996794904884643f,0.8751258617937826f,0.27278385381574677f,2.1948717045175545f,0.08573803181843404f,0.26059180771840634f,-0.9616344937916663f,-0.15414723353289211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939654369111949f,0.1057574620462424f,0.029121631950750702f,0.20659630665271345f,0.10968902034728054f,0.9558019083014445f,0.27278385381574677f,2.19920536292329f,0.001014416675366732f,0.2743320457198802f,-0.9616344937916663f,-0.15199744833266818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9651839609925227f,0.2599458635856885f,0.029121631950750702f,0.2826890345914344f,0.2578589266978801f,0.9268752575291058f,0.27278385381574677f,2.2966167978853496f,0.043916914338346616f,0.270795873279199f,-0.9616344937916663f,-0.15455745316200903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9651839609925227f,0.2614594882723403f,-0.007671859953773973f,0.22386064973015796f,0.2578589266978801f,0.9559979088017561f,0.13991701929674752f,2.081517268404955f,0.043916914338346616f,0.13306740532164538f,-0.9901335113387302f,-0.1844976193593792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9991874160463501f,0.017870720363241374f,-0.03612679017455886f,-0.07212336434136282f,0.0166110028337485f,0.9992536683788592f,0.03487378408273878f,2.2377662955092275f,0.03672304725203197f,0.03424534399142622f,-0.9987385414689042f,-0.13704581366851665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.984090164318456f,0.173958051044951f,-0.03612679017455886f,0.042982114875854086f,0.17272420687682133f,0.9843526642126404f,0.03487378408273878f,2.2277907542365245f,0.04162807766937374f,0.028078976728482693f,-0.9987385414689042f,-0.14155778169715352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9969427421720592f,-0.06928220451269174f,-0.03612679017455886f,0.06421178354182046f,-0.07054290270791436f,0.9968989507775058f,0.03487378408273878f,2.2196806095984063f,0.03359862657902509f,0.03731565457779502f,-0.9987385414689042f,-0.1426088988562213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9695582699180786f,0.24218095768483888f,-0.03612679017455886f,0.03730724069870076f,0.2409684301660665f,0.9699061989940324f,0.03487378408273878f,2.2345528527567096f,0.04348536416731332f,0.02510674984545447f,-0.9987385414689042f,-0.141116389947361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9955068472840382f,0.08752697893951342f,-0.03612679017455886f,-0.0024683210880655088f,0.08627495154770237f,0.9956608116819662f,0.03487378408273878f,2.348722002752602f,0.039022426193616386f,0.03160025377318744f,-0.9987385414689042f,-0.1669805428430686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9955068472840382f,0.08752697893951342f,-0.03612679017455886f,-0.022161891349455995f,0.08627495154770237f,0.9956608116819662f,0.03487378408273878f,2.12469832012416f,0.039022426193616386f,0.03160025377318744f,-0.9987385414689042f,-0.17409059994203577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9840901643184559f,0.173958051044951f,-0.03612679017455886f,0.012824840222768537f,0.17272420687682133f,0.9843526642126404f,0.03487378408273878f,1.5975372481029935f,0.041628077669373736f,0.028078976728482696f,-0.9987385414689042f,-0.1624740058031516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9772335611424415f,0.0414927484973102f,0.20806950473099375f,-0.0027349404637227897f,0.08587942970838452f,0.9741179280453504f,0.20909085540404732f,1.232243025085987f,-0.19400848056161024f,0.22219949163482022f,-0.9555041053744369f,-0.2457988151662092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9287184601346308f,-0.28110272263964814f,0.2417918136119116f,0.1557099073249253f,-0.25929785115453846f,0.9585134947848523f,0.11839132021380505f,0.6941923581436862f,-0.26504083872452405f,0.04725610690594367f,-0.9630785088290024f,-0.08252266528377072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9287184601346308f,-0.08649281063254657f,0.36055653580824576f,0.1362234747779502f,-0.25929785115453846f,0.8465903066060642f,-0.4648112274324805f,0.9689592903091004f,-0.26504083872452405f,-0.5251703023491834f,-0.8086714458534245f,-0.2830542728128065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9525210745469124f,0.18220736563982398f,0.24393457821840514f,-0.20997315497502428f,0.19648732501455746f,0.9798695479143293f,0.03533270692702939f,0.6243352742434576f,-0.23258618542944332f,0.0815852007214739f,-0.9691478325676726f,-0.22663597945447198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9525210745469124f,0.25834266731802447f,0.1611293542065016f,-0.10698891251556338f,0.19648732501455746f,0.9258263818476563f,-0.3228594768370617f,0.9880107535793164f,-0.23258618542944332f,-0.27587058001513326f,-0.932630199719854f,-0.34116143646565844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9062826307558777f,0.3408809501503225f,0.24990392356827654f,0.004021957879017364f,0.24139439767933402f,0.9027699234949358f,-0.35599889045048927f,1.072380393994548f,-0.3469589859900406f,-0.26231020387617643f,-0.9004514528741688f,-0.27161933828903684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9616661867240751f,-0.15524267047891901f,0.2260483545044071f,0.0074804959754214105f,-0.2320590223399485f,0.8999068908399888f,-0.36921023546122345f,1.0848055012449878f,-0.1461052889604057f,-0.40751355938333933f,-0.9014354904575912f,-0.2848356482525172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9674238080011465f,0.1019632464082945f,0.2317211084352102f,0.004021957879017364f,0f,0.915306355681109f,-0.4027583335571933f,1.072380393994548f,-0.25316235050370545f,-0.3896380007540958f,-0.8854891601006701f,-0.27161933828903684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9615087247820526f,0.14288123645289413f,0.23470390801536153f,0.0026862360785186237f,0.22514115129243845f,0.8993356324591685f,0.37484247649377006f,1.108917020597145f,-0.15751963103913888f,0.41325581963108443f,-0.8968875031899676f,-0.2665150679735749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9154182062343632f,-0.32699171741341965f,0.23470390801536153f,0.0026862360785186237f,-0.22514115129243845f,0.8993356324591685f,0.37484247649377006f,1.108917020597145f,-0.33364797270383095f,0.2902961193889603f,-0.8968875031899676f,-0.2665150679735749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9674238080011465f,-0.09489600241779278f,0.23470390801536153f,0.0026862360785186237f,0f,0.9270885167102532f,0.37484247649377006f,1.108917020597145f,-0.25316235050370545f,0.3626315360101833f,-0.8968875031899676f,-0.2665150679735749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9398215394057113f,0.2371531040566617f,0.2459550351291254f,-0.18553394649204827f,0.25795100143750727f,0.964555572341768f,0.05562219630535534f,1.1883019074880208f,-0.2240463231710492f,0.1157192857769809f,-0.9676839835260266f,-0.312577660660478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9319539164470435f,-0.25620224955465487f,0.2565585799425768f,0.1878354970128975f,-0.2475758190886231f,0.9666210222311715f,0.06595462973410011f,1.19261048623181f,-0.2648926413126921f,-0.002051025084988216f,-0.9642757291742265f,-0.20871738633113354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9674238080011465f,-0.04262850173170396f,0.24954756370814588f,-0.002929092042193492f,0f,0.9857214677128435f,0.16838404939315818f,1.0154587446929426f,-0.25316235050370545f,0.1628987382705822f,-0.9536104159232381f,-0.2759165365629966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9674238080011465f,-0.020716784146866278f,0.2523132786184135f,3.138157422815092e-17f,0f,0.9966461368224675f,0.08183201058785815f,1.2381468658892127f,-0.25316235050370545f,0.07916623529929587f,-0.9641792009144231f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.542387768989176f,-0.03176782726991459f,-0.8395274344543442f,-1.2997776415573468f,0.45776074742480466f,0.8267458747312451f,-0.32702653826861305f,1.8109751293495184f,0.7044647657392302f,-0.5616779003712157f,-0.43387478616134667f,0.7209899140173621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8774855867180981f,-0.03176782726991459f,0.47854973644600846f,-1.3905914400095782f,-0.2921318405165838f,0.8267458747312451f,-0.4807808714698014f,1.8215686024289073f,-0.3803656567809304f,-0.5616779003712157f,-0.7347379828048869f,0.7417189959746933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9686805168238021f,-0.03176782726991459f,-0.24626989559530169f,-1.3082440564441673f,0.11299704618014815f,0.8267458747312451f,-0.5511106297009974f,1.8989384603443624f,0.2211102075448652f,-0.5616779003712157f,-0.7972629505715473f,0.8509438975817598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.04811231621202125f,-0.9607851655064338f,-0.2730880275140039f,1.2163775243070891f,-0.3984962264115366f,0.2322401464815511f,-0.8872797033055546f,2.399622734703445f,0.9159071801031368f,0.15151363009644558f,-0.3716956514818509f,0.10099235906958653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2256140554963564f,-0.9607851655064338f,0.1612146510254632f,1.1923134796712123f,0.9723802636291754f,0.2322401464815511f,0.02326235728990078f,2.349170997074981f,-0.05979064196797279f,0.15151363009644558f,0.9866451738229175f,0.0257287793910252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2566831427826867f,-0.9607851655064338f,-0.10490772113613808f,1.2200816601595714f,0.5381518680369497f,0.2322401464815511f,-0.8102203905670167f,2.4959299244742654f,0.8028115165713209f,0.15151363009644558f,0.5766604622786732f,-0.023138500111495125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015115997000017916f,0f,0.000003955661726620398f,-0.18103149730554574f,0f,0.000015625f,0f,1.4042693658892127f,-0.000003955661726620398f,0f,-0.000015115997000017916f,0.4070266687360278f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21.mcfunction new file mode 100644 index 000000000..3cbddf844 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..81d543e66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5279546084534309f,-0.03547628127018266f,-0.6220528991367761f,0.08108139859643536f,-0.1801124825506877f,0.7892216882628899f,0.10785668662325268f,1.4440147551672977f,0.5964627980743287f,0.20691786942445842f,-0.5180362634706475f,-0.5286977886831831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4911111594408079f,0.16580931089710108f,-0.6093579420115358f,0.08108139859643536f,0.13285207678338307f,0.7817846472826596f,0.10565552975339039f,1.4440147551672977f,0.6173816929315671f,-0.0363323229777007f,-0.5074640948283894f,-0.5286977886831831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46404970690170716f,0.13944084450615674f,0.6573876823095289f,-0.04481737365056268f,0.25296838401835425f,0.7763752271303027f,0.013890566221634182f,1.4532611550102699f,-0.6225827741401353f,0.21152352594031945f,-0.4843479449344169f,-0.5320127671232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4722492022156915f,-0.04776253948391713f,0.643971607160355f,-0.04481737365056268f,-0.06209987691863271f,0.7974700323629212f,0.013607085278335526f,1.4532611550102699f,-0.6427474591885478f,-0.0419557779707217f,-0.47446329299697987f,-0.5320127671232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5225940854126172f,-0.08911565099761805f,0.3393698599077235f,-0.5001249658907911f,0.3504654851007145f,0.45928205592878624f,-1.4517713962104877f,2.033050559974636f,-0.016954197699625365f,1.4908134168463527f,0.46754054512016835f,-0.8166070343511156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.41266984890503905f,0.8809394220428234f,0.23162325119803687f,-0.40420203271776933f,0.8454878244594092f,0.46506197326332016f,-0.26242656061329295f,1.922509664989635f,-0.338901068891185f,0.08753910963268677f,-0.9367406096615692f,-0.3466978629793269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.39571642908572596f,0.8809394220428234f,0.2595269589898095f,-0.274679572252564f,0.8253802523682545f,0.46506197326332016f,-0.3201012340259617f,1.6521290750832232f,-0.4026859157608548f,0.08753910963268677f,-0.911142665850172f,-0.21087168572936987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6726579325830346f,0.7391156893545519f,0.0352037424582021f,0.5573154639582402f,0.7302454601936742f,0.6707623394163094f,-0.12968982954452868f,1.3510095977059222f,-0.11946913241355148f,-0.0615295195065394f,-0.9909294851954137f,-0.26576937407339307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7250420770262839f,0.6662098742246843f,-0.17458061183001625f,0.31734733566616646f,0.6595342453865306f,0.7446476303596626f,0.10254016657953546f,1.5651126011067387f,0.19831431038589212f,-0.040795956726981025f,-0.9792890912345027f,-0.20057111866308808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4046337002726752f,0.9040899126578953f,0.13745180404011448f,-0.2501964372931405f,0.44074312632362667f,0.32449931436319385f,-0.8369263358123539f,1.3551697466835768f,-0.8012596740146845f,-0.27806766228394186f,-0.5297747728892207f,0.09045373869123803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8177341277585195f,0.5215612311646531f,0.24348465751464637f,-0.1508819273403015f,0.14213984278859648f,0.5928896743133961f,-0.7926399555817183f,1.4613825608949529f,-0.5577698103976644f,-0.6135598717636009f,-0.5589607520840684f,-0.028082241964962562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5679138232631643f,0.8193568373822813f,0.07828321902886604f,0.05704521007979013f,0.3386178908920573f,0.3192680118743708f,-0.8851021752100723f,1.3277361130282765f,-0.7502078467427746f,-0.4761536617822996f,-0.45876560143157763f,0.09052068440584884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7896653173138853f,0.5431618633125839f,0.2853136464916514f,0.16067126974147242f,0.14444565774943624f,0.6165452225621891f,-0.7739557096456318f,1.4385011190734018f,-0.5962919910487595f,-0.5699536637118343f,-0.5653217514235266f,-0.019878888486517116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9908162064317205f,0.11739328347651709f,-0.06709740730353622f,0.3772336037140959f,0.11826889847678577f,0.9929388334861178f,-0.009216322928122064f,2.1309065446531696f,0.06554168692780397f,-0.017067218573329088f,-0.9977038625387936f,-0.20551673460762768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9908162064317205f,0.11739328347651709f,-0.06709740730353622f,0.3934246690860142f,0.11826889847678577f,0.9929388334861178f,-0.009216322928122064f,2.001490076500014f,0.06554168692780397f,-0.017067218573329088f,-0.9977038625387936f,-0.2993758826587661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9908162064317205f,0.11739328347651709f,-0.06709740730353622f,-0.20487091756454f,0.11826889847678577f,0.9929388334861178f,-0.009216322928122064f,2.2003895225082815f,0.06554168692780397f,-0.017067218573329088f,-0.9977038625387936f,-0.16701099353754284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9908162064317205f,0.11739328347651709f,-0.06709740730353622f,-0.26299106767500063f,0.11826889847678577f,0.9929388334861178f,-0.009216322928122064f,2.0798432217408847f,0.06554168692780397f,-0.017067218573329088f,-0.9977038625387936f,-0.25595451506909594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9600587842948247f,0.27372690220904505f,-0.057971662951683975f,0.29071298429625136f,0.27210349212072127f,0.9616525455207308f,0.03441033666222065f,2.2469498548091904f,0.06516763210407667f,0.01726165404990851f,-0.9977250197451244f,-0.21784152604454948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9910591890481322f,0.12017058749076391f,-0.057971662951683975f,0.17776882475193906f,0.11831784508974559f,0.9923793711399446f,0.03441033666222065f,2.2705788839730854f,0.06166499279638295f,0.027243598110621284f,-0.9977250197451244f,-0.2104640989455724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932080353353894f,0.3593163136766666f,-0.04602175156914389f,0.15437471363032051f,0.3543186166575747f,0.9307232606564035f,0.09062301011870658f,2.2676168837977686f,0.0753958406116894f,0.06816156394129987f,-0.9948213248717244f,-0.21628484848539084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974959410501595f,0.053701452223987894f,-0.04602175156914389f,0.18446115533016938f,0.0493677246139784f,0.9946608958853582f,0.09062301011870658f,2.274052934060774f,0.050642623894261704f,0.08812409560143887f,-0.9948213248717244f,-0.2170903966550629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9768143528156743f,0.20908304215264303f,-0.04602175156914389f,0.25320587854358817f,0.2043591711472008f,0.9746921561216413f,0.09062301011870658f,2.373593210350345f,0.06380477491007226f,0.07911688997389998f,-0.9948213248717244f,-0.2426156970011156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9768143528156743f,0.206089801853251f,-0.057971662951683975f,0.20683567312660678f,0.2043591711472008f,0.9782909883561342f,0.03441033666222065f,2.1534777379702152f,0.06380477491007226f,0.02176546974604547f,-0.9977250197451244f,-0.24751292769397581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9969819702652806f,-0.039049825852401396f,-0.06709740730353622f,-0.09619725571226899f,-0.03851704315352037f,0.9992154406224888f,-0.009216322928122064f,2.294555844016386f,0.06740466120877217f,-0.006604114058880614f,-0.9977038625387936f,-0.19711470397524078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9908162064317206f,0.11739328347651709f,-0.06709740730353622f,0.019112937933007987f,0.11826889847678577f,0.9929388334861178f,-0.009216322928122064f,2.29093926420757f,0.06554168692780399f,-0.01706721857332909f,-0.9977038625387936f,-0.204836116862478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9897847362950021f,-0.1257939336000624f,-0.06709740730353622f,0.04073718469780063f,-0.1254578380680895f,0.9920561426950422f,-0.009216322928122064f,2.284008370061283f,0.06772375258884118f,-0.0007042800987452236f,-0.9977038625387936f,-0.2062263625919544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.980213686454535f,0.18622316402734224f,-0.06709740730353622f,0.013071149768928446f,0.18724471305186716f,0.9822700630813345f,-0.009216322928122064f,2.2973814313526644f,0.06419148168826584f,-0.021597600650004906f,-0.9977038625387936f,-0.20448930530695258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9972773504456387f,0.030591244192914036f,-0.06709740730353622f,-0.03398534853791771f,0.03127852807624902f,0.9994682151389648f,-0.009216322928122064f,2.407925310995678f,0.06677978713286252f,-0.01128993824879617f,-0.9977038625387936f,-0.23366774206800395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9972773504456387f,0.030591244192914036f,-0.06709740730353622f,-0.04086837848132335f,0.03127852807624902f,0.9994682151389648f,-0.009216322928122064f,2.1830449625894115f,0.06677978713286252f,-0.01128993824879617f,-0.9977038625387936f,-0.2311275059620248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9908162064317205f,0.11739328347651709f,-0.06709740730353622f,0.024916383519162186f,0.11826889847678577f,0.9929388334861178f,-0.009216322928122064f,1.6596682082096816f,0.06554168692780397f,-0.017067218573329088f,-0.9977038625387936f,-0.19939502160483186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9969702306616766f,0.06947882302760612f,0.03497216500450294f,-0.0011381751161901122f,0.07322061382896354f,0.9900096022244959f,0.12049783904205608f,1.2884146073754956f,-0.02625073113102544f,0.1226934417725497f,-0.9920973835572255f,-0.245405062269538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9516285228270671f,-0.29748780025612315f,0.07683855308858355f,0.20580938519316494f,-0.2835713642292374f,0.9466527418838974f,0.153087777673035f,0.7114762955534293f,-0.1182811731897486f,0.12389348240513848f,-0.9852207717493499f,-0.15716077596010192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9516285228270671f,-0.22676486314176325f,0.20731823698428337f,0.12966368285388896f,-0.2835713642292374f,0.9079716223192129f,-0.3085041562964524f,1.0241495261876996f,-0.1182811731897486f,-0.3523708698336372f,-0.9283557153168944f,-0.29414582518831245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9685768020401375f,0.21944470850179784f,0.11705980719384873f,-0.2167147418230062f,0.23318256672861376f,0.9649396215539161f,0.12048824560611907f,0.6825946507703271f,-0.08651513811787895f,0.1439984259148198f,-0.9857888131899745f,-0.21764261127300072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9685768020401375f,0.2473189752845866f,0.026311651675296144f,-0.1193091371517272f,0.23318256672861376f,0.9397930631160498f,-0.2498297201951919f,1.0503215789887357f,-0.08651513811787895f,-0.23584385296872662f,-0.9679322331099993f,-0.317015972780926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9482498119738106f,0.29766160722837803f,0.11054348318128719f,0.001270452676359291f,0.23831887172241606f,0.8972426111661347f,-0.3716985500223688f,1.120017943802652f,-0.20982471130109376f,-0.32611848198161897f,-0.9217485157229259f,-0.268355325418407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9720880638292421f,-0.21876342140959643f,0.08477830862834482f,0.0027180605794680525f,-0.23452539320543517f,0.8959969270606108f,-0.37707737487123055f,1.1322107401768922f,0.006529632650586355f,-0.3864350814187421f,-0.9222934954483516f,-0.28214864890968994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9945378403332046f,0.043644802112354664f,0.09481358232837017f,0.001270452676359291f,0f,0.9083792814875935f,-0.41814720011508333f,1.120017943802652f,-0.10437664559356766f,-0.4158632133438313f,-0.9034175688140993f,-0.268355325418407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9721020734736322f,0.21379147115540204f,0.09649230855085733f,0.0009481007203857461f,0.23450965505254706f,0.8942238983990846f,0.38127265994177845f,1.1534306632617073f,-0.004772885437588831f,0.39326432128169536f,-0.9194130699372547f,-0.2652838412152313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.951911885509854f,-0.2907799797365714f,0.09649230855085733f,0.0009481007203857461f,-0.23450965505254706f,0.8942238983990846f,0.38127265994177845f,1.1534306632617073f,-0.19715218464985398f,0.3403095986250501f,-0.9194130699372547f,-0.2652838412152313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9945378403332046f,-0.03979596130125985f,0.09649230855085733f,0.0009481007203857461f,0f,0.9244626324416368f,0.38127265994177845f,1.1534306632617073f,-0.10437664559356766f,0.37919008779659263f,-0.9194130699372547f,-0.2652838412152313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9623902231116548f,0.25191369542854314f,0.1017081536290703f,-0.1921878101883034f,0.25828135068369656f,0.9645015278935943f,0.05502314585633542f,1.241524627255387f,-0.08423658556770153f,0.07922305691184496f,-0.9932914501320536f,-0.28127427915845776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9600798427721448f,-0.25905659806705555f,0.1055290220770459f,0.19293873251953533f,-0.2539684192777851f,0.965391139475793f,0.05932950219893278f,1.2434984564803753f,-0.11724648187539287f,0.030160020218063174f,-0.9926447681161118f,-0.2383807761636818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9945378403332046f,-0.015777071904841428f,0.10317736257277897f,-0.006267313429176004f,0f,0.9885100444264268f,0.1511551919983689f,1.071155698298784f,-0.10437664559356766f,0.1503295582052087f,-0.9831106447315386f,-0.27138192561874497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9945378403332046f,-0.0067245357132402865f,0.10415980397834178f,3.138157422815092e-17f,0f,0.9979225082968249f,0.06442567372230915f,1.2941290087463557f,-0.10437664559356766f,0.06407377040579702f,-0.9924716962214187f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.36748609672739146f,-0.17985500387353898f,-0.9124725455013514f,-1.4257328702878542f,0.4177292855849784f,0.8446665263287894f,-0.33472481722202807f,1.8673655051655165f,0.8309369486770521f,-0.5041732211068988f,-0.23527250251987408f,0.798412478792683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9619916619296263f,-0.17985500387353898f,0.20548532784489804f,-1.5071570649512243f,-0.2580922929021496f,0.8446665263287894f,-0.46896356750196233f,1.8771425123271948f,-0.08922113383266822f,-0.5041732211068988f,-0.858981345779003f,0.8438390476085437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8685247430759465f,-0.17985500387353898f,-0.46186247763431754f,-1.3971655959743916f,0.10428807639123479f,0.8446665263287894f,-0.5250356715712491f,1.951009359482043f,0.4845500673691804f,-0.5041732211068988f,-0.7148570453812544f,0.9283543200078015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4235126586495689f,-0.858162376728735f,-0.2901626494414167f,1.386161628927894f,-0.18753265606673059f,0.2303138951179804f,-0.9548753911501444f,2.460823879836835f,0.8862666251597942f,0.45881678792615316f,-0.06339261979912425f,0.003282241673575631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1625181825233941f,-0.858162376728735f,0.4869755389304288f,1.3405366738880888f,0.969632425764692f,0.2303138951179804f,0.08227070329870267f,2.3999341376558774f,-0.18275885547620385f,0.45881678792615316f,0.8695322626919345f,-0.051488784195511866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4866661870912557f,-0.858162376728735f,0.1634422145877485f,1.338832819219829f,0.6494905832635491f,0.2303138951179804f,-0.724649909934141f,2.5390764952364773f,0.5842242759369332f,0.45881678792615316f,0.6694543677675825f,-0.1245214264261055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015539653755206323f,0f,0.0000016308850873994948f,-0.07893702070818265f,0f,0.000015625f,0f,1.4602515087463557f,-0.0000016308850873994948f,0f,-0.000015539653755206323f,0.42674142678950655f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22.mcfunction new file mode 100644 index 000000000..dc569d5d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..dc59648e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.411042616798385f,-0.014631296733172294f,-0.7055312443654683f,0.049915174064093876f,-0.14971311829132541f,0.7997128456825294f,0.07063845345336078f,1.4694808595403805f,0.6896190207871792f,0.16489309885711073f,-0.4051917034716721f,-0.5425762117447306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37748866824853267f,0.1408473245964315f,-0.6911326475416834f,0.049915174064093876f,0.1642971144043563f,0.779883487337389f,0.06919685236247587f,1.4694808595403805f,0.6859364136290995f,-0.10928759002055033f,-0.39692248503347477f,-0.5425762117447306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5058164868027275f,0.14703570073988156f,0.6240790245080527f,-0.08452644675428247f,0.2095299192571015f,0.7891655297725949f,-0.016106644569749386f,1.4782519647651893f,-0.6059631499184608f,0.15014231172829234f,-0.5265077317706032f,-0.5303095168661068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5128962866969627f,-0.05654626761255935f,0.6113427178854395f,-0.08452644675428247f,-0.10620751326094285f,0.792761641865941f,-0.015777937537713685f,1.4782519647651893f,-0.6046960916190823f,-0.09127704423953578f,-0.5157626760201828f,-0.5303095168661068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4619622016197713f,0.24233572818770588f,0.4953243037433204f,-0.5413755398340521f,0.3221200342772426f,0.7638476159797096f,-1.3244552665452096f,2.0181032135772137f,-0.44756167681370906f,1.3413487482403106f,0.664739295545143f,-0.8433873891081929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3170075543957249f,0.9448165785818166f,0.08263076480943213f,-0.3765079642811274f,0.847651370588934f,0.32132886882409045f,-0.42217876782108793f,1.9734019496671822f,-0.42543314914889174f,-0.0637917776612367f,-0.9027387466526936f,-0.3397838361574173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3170075543957249f,0.9448165785818166f,0.08263076480943213f,-0.27248986049503016f,0.847651370588934f,0.32132886882409045f,-0.42217876782108793f,1.6952663436926882f,-0.42543314914889174f,-0.0637917776612367f,-0.9027387466526936f,-0.20018858409293722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6533748287501349f,0.7520253799823995f,-0.0869434357387571f,0.5093157212522366f,0.7502624545196673f,0.6585727453453468f,0.058208147422992546f,1.3881837117983884f,0.10103258134807741f,-0.027198657147372553f,-0.9945112621562029f,-0.3993546886219915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5842350988311625f,0.7520253799823995f,-0.3051674575639892f,0.3176135794482613f,0.6851077332405211f,0.6585727453453468f,0.31130263882968895f,1.6129846867679345f,0.43508245557339653f,-0.027198657147372553f,-0.8999797163834322f,-0.2565932578869708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5936354913694469f,0.7991656418587241f,0.09450492187758824f,-0.197047580011185f,0.38077855120379844f,0.38240643943212643f,-0.8418865778856315f,1.406993104487906f,-0.7089461180722352f,-0.4637883051063028f,-0.5313151698539498f,0.11112071313433527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9041000668182988f,0.37867626811681665f,0.19800846735498098f,-0.12480822681831327f,0.08525232424681393f,0.6138957453487791f,-0.7847700650847883f,1.5171937438340222f,-0.41873035522835444f,-0.6926299862175963f,-0.587306216383369f,-0.022418073133860072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7230515841855559f,0.6882203839707965f,0.05957440468731015f,0.10892051433967133f,0.2738299880182742f,0.36472452246545367f,-0.889939975714238f,1.3820893641927692f,-0.6342030780977571f,-0.6271592507485131f,-0.4521700232566218f,0.07614952762497898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8848501193696081f,0.4018711103279337f,0.2356689986726811f,0.18574427876786315f,0.08595600592130001f,0.6380066113416916f,-0.7652183537594672f,1.4969329891083396f,-0.45787752871007753f,-0.6568463858225038f,-0.5990834617432422f,-0.050753441352635736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,0.3516428192517739f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.195168634883407f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.2482212736464639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,0.37248004369327475f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.0653489075828513f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.34059530127968934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,-0.23219589125023773f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.23325885376769f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.19495078139516567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,-0.2858912681494192f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.1083017076012984f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.28052432065588495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9718476934053578f,0.21661072102173978f,-0.09269226699745695f,0.25832803751560846f,0.22007633151183043f,0.9750563056150924f,-0.028837634933231472f,2.307428358298597f,0.08413363852217913f,-0.04842516307344221f,-0.9952771144009742f,-0.26476214052650177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9937680178757646f,0.061913409582629f,-0.09269226699745695f,0.14448478161035117f,0.0648344151221844f,0.9974792676678659f,-0.028837634933231472f,2.3249482915509736f,0.09067317830008215f,-0.034667568224951824f,-0.9952771144009742f,-0.2546673077531285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9492706512453543f,0.30048855938802976f,-0.09269226699745695f,0.12202005333045422f,0.3042206311642378f,0.9521650058605864f,-0.028837634933231472f,2.3220876681032547f,0.07959295357161998f,-0.05557362046345482f,-0.9952771144009742f,-0.2524922349265869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956661100607852f,-0.007559161018059396f,-0.09269226699745695f,0.15156528611926734f,-0.004904154599869759f,0.9995720784811459f,-0.028837634933231472f,2.330176473546311f,0.09287059030761767f,-0.028258078589755663f,-0.9952771144009742f,-0.2554782139886737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9845903213427657f,0.14829040008382802f,-0.09269226699745695f,0.2125790089748057f,0.15152374704758237f,0.988032866301581f,-0.028837634933231472f,2.4300019607087657f,0.08730666182376855f,-0.042438335863465376f,-0.9952771144009742f,-0.2954512332308595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9845903213427657f,0.14829040008382802f,-0.09269226699745695f,0.17921366895594446f,0.15152374704758237f,0.988032866301581f,-0.028837634933231472f,2.20769456579091f,0.08730666182376855f,-0.042438335863465376f,-0.9952771144009742f,-0.28590260766157977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912184756191084f,-0.09430841547923187f,-0.09269226699745695f,-0.12971506717607123f,-0.09200393974085722f,0.9953409797067626f,-0.028837634933231472f,2.3327446768783187f,0.0949800435012112f,-0.020056342791700578f,-0.9952771144009742f,-0.22935639090795773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.061913409582629024f,-0.09269226699745695f,-0.014623961018726962f,0.06483441512218442f,0.9974792676678659f,-0.028837634933231472f,2.335328704367269f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.24014994038972054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9792270700638908f,-0.1803399259536292f,-0.09269226699745695f,0.007305874409004362f,-0.17840351934691906f,0.9835347350734956f,-0.028837634933231472f,2.3295717353732917f,0.09636664121324227f,-0.01170196611464977f,-0.9952771144009742f,-0.2420255072680274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9870283878008652f,0.13108434427534504f,-0.09269226699745695f,-0.021000944263033366f,0.1342571180908959f,0.9905268381287732f,-0.028837634933231472f,2.3414348662651587f,0.08803401568230461f,-0.040908160952527806f,-0.9952771144009742f,-0.23973296127921945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9953825397391937f,-0.024934779349832605f,-0.09269226699745695f,-0.07483866086670903f,-0.022348345850383575f,0.999334249512749f,-0.028837634933231472f,2.4487533757118243f,0.09334961713957012f,-0.02663295945939638f,-0.9952771144009742f,-0.26922672896492345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9953825397391937f,-0.024934779349832605f,-0.09269226699745695f,-0.0692283355129967f,-0.022348345850383575f,0.999334249512749f,-0.028837634933231472f,2.223903169571456f,0.09334961713957012f,-0.02663295945939638f,-0.9952771144009742f,-0.26323431308655926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,0.02615867765404702f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,1.705491919093065f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.22569892183375126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.0697564737441253f,-0.08694343573875707f,3.003778123761744e-17f,0.06483441512218441f,0.9961969233988566f,0.05820814742299248f,1.3319180728184938f,0.09067317830008213f,0.052208468483931986f,-0.9945112621562029f,-0.24527709751522575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.2981332197038149f,-0.0392499829877789f,0.22798976868695042f,-0.3002936926569544f,0.9374307028784812f,0.17620265449534886f,0.7356405231411942f,-0.01573772556485519f,0.17983398068717027f,-0.9835710769355979f,-0.22008300440270617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.29045949785607983f,0.07782838788448614f,0.12500000000000003f,-0.3002936926569544f,0.9335028761512183f,-0.1959491729195451f,1.0669762404393186f,-0.01573772556485519f,-0.2102514216898357f,-0.9775206717361266f,-0.30109457757806096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25660481229257065f,0.03378266443126199f,-0.22246634526419162f,0.25846434259635337f,0.9495185411001935f,0.17779404858766965f,0.7292452624465695f,0.013545542219325905f,0.18046747744470285f,-0.9834876755052551f,-0.20997601945033045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25000000000000006f,-0.06698729810778052f,-0.12499999999999997f,0.25846434259635337f,0.9452795826300608f,-0.1991047319100494f,1.0981834134003992f,0.013545542219325905f,-0.20963423065601136f,-0.9776860475752155f,-0.299459078945469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25846434259635337f,0.013545542219326143f,3.254326096409084e-17f,0.2326250168069812f,0.8899211603972572f,-0.3923339519245701f,1.1564983968257334f,-0.1134588016124461f,-0.3758144647075656f,-0.9197231042293291f,-0.26573589206903353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25846434259635326f,-0.013545542219325917f,3.4274723977220106e-17f,-0.2326250168069812f,0.8899211603972572f,-0.3923339519245701f,1.1683777627561138f,0.11345880161244586f,-0.3758144647075657f,-0.9197231042293291f,-0.27987436051834297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.368498217537982e-17f,1.1007052518929727e-16f,3.254326096409084e-17f,0f,0.8987940462991669f,-0.43837114678907746f,1.1564983968257334f,-1.2246467991473532e-16f,-0.43837114678907746f,-0.8987940462991669f,-0.26573589206903353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2588190451025207f,1.1314261122877005e-16f,3.2342970147549475e-17f,0.23911761839433449f,0.8923991008325228f,0.3826834323650898f,1.1877055697868137f,0.0990457605412875f,0.36964381061438617f,-0.9238795325112867f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2588190451025208f,1.1314261122877005e-16f,3.2342970147549475e-17f,-0.23911761839433449f,0.8923991008325228f,0.3826834323650898f,1.1877055697868137f,-0.09904576054128775f,0.36964381061438606f,-0.9238795325112867f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.686520405326298e-17f,1.1314261122877005e-16f,3.2342970147549475e-17f,0f,0.9238795325112867f,0.3826834323650898f,1.1877055697868137f,-1.2246467991473532e-16f,0.3826834323650898f,-0.9238795325112867f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25881904510252074f,1.2229684632711994e-16f,-0.19374999999999998f,0.25846434259635337f,0.9646020585144796f,0.05233595624294383f,1.2813270886700552f,0.013545542219325912f,0.050552651778594075f,-0.9986295347545738f,-0.25919389753866556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25881904510252074f,1.2229684632711994e-16f,0.19375000000000003f,-0.25846434259635337f,0.9646020585144796f,0.05233595624294383f,1.2813270886700552f,-0.013545542219326148f,0.050552651778594006f,-0.9986295347545738f,-0.2591938975386655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.704378926181556e-17f,1.2127286206821952e-16f,-0.007812499999999967f,0f,0.9902680687415703f,0.13917310096006544f,1.114368713328275f,-1.2246467991473532e-16f,0.13917310096006544f,-0.9902680687415703f,-0.26794381522303273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.4093061293237094e-18f,1.2229684632711994e-16f,3.138157422815092e-17f,0f,0.9986295347545738f,0.05233595624294383f,1.3375f,-1.2246467991473532e-16f,0.05233595624294383f,-0.9986295347545738f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.20286114918506615f,-0.28297887028435753f,-0.9374274975292239f,-1.606523662829842f,0.3753891066717979f,0.8617173511053577f,-0.34135937865556765f,1.9112511862464716f,0.9043950313571298f,-0.4211486267062431f,-0.06858178679490451f,0.8650122602958149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9572891145400996f,-0.28297887028435753f,-0.0593338870766178f,-1.6747263371701582f,-0.22658904190245754f,0.8617173511053577f,-0.4539830535313978f,1.9199988137535282f,0.17959665161900545f,-0.4211486267062431f,-0.8890325511198605f,0.9287377397041846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7274951929633736f,-0.28297887028435753f,-0.6250389613358295f,-1.5468691557996257f,0.09330802674193761f,0.8617173511053577f,-0.4987352192792199f,1.990435282891883f,0.6797384470226101f,-0.4211486267062431f,-0.6004910306263833f,0.9869486545939573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7201217175804122f,-0.6719010924878847f,-0.17312895131266792f,1.5054942331379828f,0.017296647838714763f,0.26682634636169555f,-0.9635893974410532f,2.507857073909482f,0.6936321343785772f,0.6909071014259844f,0.20376908341690098f,-0.09221510133299264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0970063459598825f,-0.6719010924878847f,0.7342606422498068f,1.4482557668620175f,0.9565186574949816f,0.26682634636169555f,0.11779541056962611f,2.439642926090518f,-0.27506694950049876f,0.6909071014259844f,0.6685697798222969f,-0.12153489866700705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6105436402769635f,-0.6719010924878847f,0.41926767730286685f,1.41398484840457f,0.7276175767356183f,0.26682634636169555f,-0.6319623113071341f,2.5685443466960702f,0.3127445048961536f,0.6909071014259844f,0.6517961735515208f,-0.20464442603272798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5036224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23.mcfunction new file mode 100644 index 000000000..79eb05756 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..4f3dd50e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3985583321161232f,-0.013351732383101365f,-0.7126832617563209f,0.05073988038505756f,-0.1476575119748739f,0.8003589770021691f,0.0675811477697432f,1.4783194240078212f,0.6973470868245228f,0.1618384491363407f,-0.3930137419008909f,-0.542566806602067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3657104055480563f,0.13732533380531062f,-0.6981387053939471f,0.05073988038505756f,0.16639970675096405f,0.7796976597658871f,0.0662019406724015f,1.4783194240078212f,0.6917853979863045f,-0.1149491715970977f,-0.38499305329066863f,-0.542566806602067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.49689878956748623f,0.144541518237262f,0.6317782735077858f,-0.08634962886967093f,0.20545036297436733f,0.7901685380788942f,-0.019190472334164394f,1.4871671883396924f,-0.6146756752341125f,0.14726124873969684f,-0.5171386500152135f,-0.529910272894438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5038905460205683f,-0.05546055578667512f,0.6188848393545657f,-0.08634962886967093f,-0.11027561436725261f,0.7921400714930352f,-0.018798830041630427f,1.4871671883396924f,-0.6115011091625415f,-0.09715057327078525f,-0.5065848000149031f,-0.529910272894438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2487711112054762f,-0.7913896021573833f,0.505647564431807f,-0.22305747859244504f,0.7649639270597611f,0.3691186002865447f,-1.311483091473089f,2.1483801359428814f,0.5448001028964187f,1.2957083801996807f,0.6824506512300881f,-0.8388897108819162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3062300421304444f,0.9488100902968315f,0.07734709980150808f,-0.373466931156601f,0.8457072716347223f,0.3084531587254417f,-0.43547199631715927f,1.9840667371021603f,-0.4370381813994526f,-0.06794160303684037f,-0.8968732165561883f,-0.3430306429383266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.306687590086447f,0.9488100902968315f,0.07551248001413827f,-0.2728579394592648f,0.8482990529505725f,0.3084531587254417f,-0.43040140059653553f,1.7056518053285799f,-0.43166125474743444f,-0.06794160303684037f,-0.8994734569328073f,-0.20170297281145322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.649244518962077f,0.7556989544575412f,-0.0860270005840022f,0.5050733569845549f,0.7522502682202438f,0.6547071913696951f,0.07401369826847556f,1.39836718031475f,0.11225457033133412f,-0.016660846334577952f,-0.9935397967062736f,-0.4054329521826109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5729890494827622f,0.7608529617548226f,-0.3046084696159231f,0.317262638321287f,0.6864280106587703f,0.6485951772185355f,0.3288478101978172f,1.623772982354065f,0.4477724146884036f,-0.02066559163853548f,-0.893908719034749f,-0.25851309649778126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6728566629382392f,0.7315669652614262f,0.10988032798369335f,-0.18559350129477997f,0.3643155284520925f,0.4569579880192305f,-0.8114576963182304f,1.406985500359515f,-0.6438463379318773f,-0.505963607904367f,-0.5739884324689013f,0.1059292592875451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9235916874888312f,0.3175332076927663f,0.21482797027825684f,-0.12471335003814718f,0.060266461529425296f,0.6736408903461644f,-0.7365975186411838f,1.5286894328079135f,-0.3786110780421716f,-0.6673684236356776f,-0.6413057295220238f,-0.023210480953657103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7791707650110786f,0.6203047194946072f,0.09008315006019432f,0.12099567085167735f,0.2508990739114646f,0.4403482164855449f,-0.8620574823921948f,1.3828012098506086f,-0.5744062792679239f,-0.6490882091139205f,-0.49874033637441356f,0.07122755201018009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9076409313645047f,0.33742168826231056f,0.24966886870810864f,0.18582266783028625f,0.061347708915679464f,0.6950575275055616f,-0.7163319705755514f,1.5086474214418042f,-0.415240169447239f,-0.6348556038565525f,-0.6515627091304108f,-0.051880140644988554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9946318525935436f,0.057117466442563f,-0.08628483547830426f,0.34889665135738834f,0.05991226909559917f,0.9977481015120646f,-0.030153705259676054f,2.207384758510222f,0.08436822753947044f,-0.035161356007036945f,-0.9958140796482013f,-0.24860074738582374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9946318525935436f,0.057117466442563f,-0.08628483547830426f,0.3709664591982348f,0.05991226909559917f,0.9977481015120646f,-0.030153705259676054f,2.0775926258620343f,0.08436822753947044f,-0.035161356007036945f,-0.9958140796482013f,-0.34072695638469314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9946318525935436f,0.057117466442563f,-0.08628483547830426f,-0.23544956204131853f,0.05991226909559917f,0.9977481015120646f,-0.030153705259676054f,2.2425832166038866f,0.08436822753947044f,-0.035161356007036945f,-0.9958140796482013f,-0.19903441370638486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9946318525935436f,0.057117466442563f,-0.08628483547830426f,-0.2879771431449878f,0.05991226909559917f,0.9977481015120646f,-0.030153705259676054f,2.1172845041378685f,0.08436822753947044f,-0.035161356007036945f,-0.9958140796482013f,-0.28483300563979397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9734738955257759f,0.21168359092311834f,-0.08682529622042529f,0.2551060738744342f,0.21524842430537905f,0.9759714707743665f,-0.03387925720218084f,2.3192627357470426f,0.07756732923030296f,-0.051669580687421016f,-0.9956473089742489f,-0.26624279921620214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9946034257883912f,0.056792546572870375f,-0.08682529622042529f,0.14111498660217747f,0.05992278409278258f,0.9976279145442947f,-0.03387925720218084f,2.33621842069199f,0.0846952499055644f,-0.03889923875566353f,-0.9956473089742489f,-0.2568791783601203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9513865946782835f,0.29530203539903965f,-0.08752288475389768f,0.11872732865789351f,0.2994631735770996f,0.9533226789591063f,-0.038699837898434904f,2.3334196577215947f,0.07200941006279413f,-0.06302838782181852f,-0.9954105018488555f,-0.25423507860492556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996075767796453f,-0.013145700934620697f,-0.08752288475389768f,0.14824034948097953f,-0.00978650630048869f,0.9992029557807891f,-0.038699837898434904f,2.3416507026265574f,0.08796186163978706f,-0.037691427485200865f,-0.9954105018488555f,-0.25715006173842253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9858688628951927f,0.14283672433269987f,-0.08752288475389768f,0.20888104910279517f,0.14664376168603166f,0.9884320561906141f,-0.038699837898434904f,2.4414480316314124f,0.08098266686341032f,-0.0509876502370829f,-0.9954105018488555f,-0.29775601209207664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9858688628951927f,0.14326183410097454f,-0.08682529622042529f,0.17664713643007596f,0.14664376168603166f,0.9886090243822373f,-0.03387925720218084f,2.2190110011454096f,0.08098266686341032f,-0.04613289282091495f,-0.9956473089742489f,-0.2873761112073708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913214242985804f,-0.09918044612279125f,-0.08628483547830426f,-0.13325555355313687f,-0.0969075408606241f,0.9948365104797166f,-0.030153705259676054f,2.342553843904615f,0.08882996257446249f,-0.021530362826135664f,-0.9958140796482013f,-0.2328833808262616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9946318525935436f,0.057117466442563006f,-0.08628483547830426f,-0.018113277138182428f,0.05991226909559918f,0.9977481015120647f,-0.030153705259676054f,2.345707537984086f,0.08436822753947044f,-0.035161356007036945f,-0.9958140796482013f,-0.2429556705676928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9789050015431275f,-0.18520238961830782f,-0.08628483547830426f,0.0038565702821275194f,-0.18324449339381105f,0.9826048085064303f,-0.030153705259676054f,2.3400593511407437f,0.09036843251210615f,-0.013706391928964003f,-0.9958140796482013f,-0.24468827401655013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9882246663424163f,0.12636034187553496f,-0.08628483547830426f,-0.02452335747539043f,0.1293657150656396f,0.9911383686573074f,-0.030153705259676054f,2.351781899703033f,0.08170997857040387f,-0.040960934760202836f,-0.9958140796482013f,-0.24258418735416398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9958250933185248f,-0.0297877606347551f,-0.08628483547830426f,-0.07871307286112982f,-0.027275192038668003f,0.9991730670701481f,-0.030153705259676054f,2.4588030085100923f,0.08711169506102659f,-0.027674380896420575f,-0.9958140796482013f,-0.2725107900241978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9958250933185248f,-0.0297877606347551f,-0.08628483547830426f,-0.07201082671830993f,-0.027275192038668003f,0.9991730670701481f,-0.030153705259676054f,2.233989068419309f,0.08711169506102659f,-0.027674380896420575f,-0.9958140796482013f,-0.2662840543225032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9946318525935436f,0.057117466442563f,-0.08628483547830426f,0.02574185441276648f,0.05991226909559917f,0.9977481015120646f,-0.030153705259676054f,1.716096436046791f,0.08436822753947044f,-0.035161356007036945f,-0.9958140796482013f,-0.22769069782232426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937152571789869f,0.06864494510071052f,-0.0884186584484314f,3.003707483864901e-17f,0.0641344363715497f,0.9965390003484801f,0.05288473178296044f,1.342394310916111f,0.09174291101226065f,0.04688168402022756f,-0.9946785138839704f,-0.24527132932990958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9532715437457155f,-0.29940338603746613f,-0.040385347763272794f,0.22902715512759628f,-0.3017169754639361f,0.9366140766310718f,0.1781037286903874f,0.7447620241365336f,-0.015499374231077721f,0.18196616137574761f,-0.9831826308029552f,-0.22372432052102825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9532715437457155f,-0.29268591502877817f,0.07488871095450426f,0.12500000000000003f,-0.3017169754639361f,0.9350211563580153f,-0.1862855439367592f,1.0773813073965464f,-0.015499374231077721f,-0.20017590341169073f,-0.9796373701996869f,-0.30055047804724827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9653497518004388f,0.25851050082096977f,0.035667599640605965f,-0.22339580839791262f,0.26061584476326494f,0.9480190442082316f,0.18259045231566967f,0.7400554168095697f,0.013387985552762043f,0.18555918943507607f,-0.9825418815801374f,-0.21123869758868813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9653497518004388f,0.2524331440576002f,-0.06616165415122298f,-0.12499999999999997f,0.26061584476326494f,0.9455860596001261f,-0.19479831967508518f,1.1090355816204234f,0.013387985552762043f,-0.20529128493704196f,-0.9786093450257551f,-0.2990568486695481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9666765985088966f,0.25564985115066946f,0.013398040972846732f,3.253854639407919e-17f,0.22721820736248274f,0.8809259526914415f,-0.4151401596059532f,1.1610238883979977f,-0.11793320201813105f,-0.398261998540304f,-0.9096588043769124f,-0.2656973946833798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9663514750303366f,-0.25684844399635604f,-0.013917741316154322f,3.430579274558018e-17f,-0.2283050830894721f,0.8813727836243453f,-0.4135925595580538f,1.172546545701265f,0.11849732377653881f,-0.39649828890289524f,-0.9103556948549697f,-0.2801280562645917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.64164564116109e-17f,1.0869581994067382e-16f,3.253854639407919e-17f,0f,0.8875687260714853f,-0.46067532655856547f,1.1610238883979977f,-1.2246467991473532e-16f,-0.46067532655856547f,-0.8875687260714853f,-0.2656973946833798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659550383406735f,0.25870999962171515f,1.1309882373706112e-16f,3.236365997939711e-17f,0.238924371227715f,0.8920807100894799f,0.38354550123771547f,1.1918572512660235f,0.09922705648011981f,0.37048770935347036f,-0.9235219805073995f,-0.26426933873448205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9659550383406735f,-0.25870999962171526f,1.1309882373706112e-16f,3.236365997939711e-17f,-0.238924371227715f,0.8920807100894799f,0.38354550123771547f,1.1918572512660235f,-0.09922705648012006f,0.37048770935347025f,-0.9235219805073995f,-0.26426933873448205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.697077704181355e-17f,1.1309882373706112e-16f,3.236365997939711e-17f,0f,0.9235219805073995f,0.38354550123771547f,1.1918572512660235f,-1.2246467991473532e-16f,0.38354550123771547f,-0.9235219805073995f,-0.26426933873448205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9658640395879604f,0.25904938068360167f,0.0002745874530384277f,-0.19374999999999998f,0.25870839368965926f,0.9645372077768407f,0.05232534613905543f,1.2867095418622387f,0.013289998696133155f,0.050610208273609264f,-0.9986300529991868f,-0.2589446453119995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9652591830425928f,-0.26129408820058087f,0.00033018687631672936f,0.19375000000000003f,-0.2609502082462956f,0.9640521294717378f,0.05008473297545513f,1.2859266787995685f,-0.013405161996827881f,0.04825858610065918f,-0.9987449176338291f,-0.2597174928782339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6918333094425884e-17f,1.212904276186898e-16f,-0.007812499999999967f,0f,0.9904115023461207f,0.1381486736110778f,1.1248216209160582f,-1.2246467991473532e-16f,0.1381486736110778f,-0.9904115023461207f,-0.2677129975475557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.282796421929196e-18f,1.2230341080991638e-16f,3.138157422815092e-17f,0f,0.9986831378244632f,0.051302926086962575f,1.3479648845237115f,-1.2246467991473532e-16f,0.051302926086962575f,-0.9986831378244632f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12103625575168392f,-0.3247484249204036f,-0.9380238191567046f,-1.611261586948951f,0.3319319325201221f,0.8773325792064073f,-0.34656707523434827f,1.9223230353261904f,0.9355059684294218f,-0.3533072401957682f,0.00160532183058415f,0.8605312736346886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9160911756212271f,-0.3247484249204036f,-0.2351923010233009f,-1.6699884130510494f,-0.19888532020014804f,0.8773325792064073f,-0.43672894897398074f,1.9298567337212327f,0.34816890636270587f,-0.3533072401957682f,-0.8683043283707892f,0.9332187263653109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6264194784223822f,-0.3247484249204036f,-0.7086163260642163f,-1.5343325510903678f,0.08035944954711753f,0.8773325792064073f,-0.47310665217424025f,1.9970558823498477f,0.7753328291266371f,-0.3533072401957682f,-0.5234816120015439f,0.9753972418002314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8683077727064209f,-0.4959643383724934f,-0.007809412292146101f,1.559460132444374f,0.18478374398887754f,0.33804000764317244f,-0.9228130478000713f,2.5204503698056735f,0.4603222564845923f,0.7998426897180085f,0.3851689134517403f,-0.07035257933126719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07022042015270169f,-0.4959643383724934f,0.8654989703381006f,1.499366771852501f,0.9337106016019336f,0.33804000764317244f,0.11795535464216439f,2.44883389142925f,-0.3510749279708432f,0.7998426897180085f,0.4868244721200119f,-0.07734761598123276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6409958463133103f,-0.4959643383724934f,0.585784687467859f,1.4415457490282586f,0.7639091026818539f,0.33804000764317244f,-0.5497015882025524f,2.5670973688478447f,0.07461372426629939f,0.7998426897180085f,0.5955539134753239f,-0.16318318467754858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5140873845237115f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24.mcfunction new file mode 100644 index 000000000..f6978312c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..9794fb9ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.40149776078330873f,-0.014735061355089113f,-0.7110041283264782f,0.049699408771463435f,-0.14432735507594557f,0.8011881966491344f,0.06489632170881603f,1.4869363442845438f,0.6963573846145494f,0.15755886506767552f,-0.39649217063621206f,-0.5435640579680733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3688892349965265f,0.13717530082010396f,-0.6964938399932848f,0.049699408771463435f,0.16972443401919893f,0.7791997363576176f,0.06357190698006468f,1.4869363442845438f,0.689285389951463f,-0.1184512883219655f,-0.3884004936844527f,-0.5435640579680733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5014853563445338f,0.14448522531878152f,0.6281567491327472f,-0.08644164521628711f,0.20201972260992446f,0.791015475671945f,-0.020663817859734857f,1.495634513247112f,-0.6120824401116646f,0.14269891855410838f,-0.5214753585692069f,-0.5308580842330655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5080204001944935f,-0.0572308849219127f,0.6153372236402422f,-0.08644164521628711f,-0.11369792365824706f,0.79162051467115f,-0.02024210729116884f,1.495634513247112f,-0.6074438699518091f,-0.1003074601554568f,-0.5108330043126925f,-0.5308580842330655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.028309038660623106f,-1.474778849924329f,0.5153951805614647f,-0.010441971185748244f,0.7484568343345714f,-0.43966695680315515f,-1.2991965148634461f,2.40208774889759f,1.3712830544668684f,0.2704192317704609f,0.6984715267072028f,-0.5399648899075348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2962689313713423f,0.9523653194162338f,0.07228429066746012f,-0.37063704035129436f,0.8436078556521547f,0.2964184201897978f,-0.44772972433618724f,1.9941462210699004f,-0.4478286571737639f,-0.07166881152495488f,-0.8912424334986212f,-0.3460672160562359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2970840023207036f,0.9523653194162338f,0.06885778052135556f,-0.27320299730752146f,0.8487225415743327f,0.2964184201897978f,-0.43795681019455546f,1.715526343171732f,-0.43750559195136873f,-0.07166881152495488f,-0.8963550850337623f,-0.20310997923208154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6452011979112497f,0.7592922499915289f,-0.08479795585207298f,0.5010720970817737f,0.754133554197343f,0.6507145401211296f,0.08861811162866476f,1.408105537306313f,0.12246630821402299f,-0.006772472055945888f,-0.9924495639450296f,-0.411032156662822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5623825140762638f,0.7691080267308055f,-0.30364247245651865f,0.3169329236962622f,0.687512540592594f,0.6389497363883367f,0.3450648357876995f,1.6340217397979702f,0.4594044126792624f,-0.014699577800798377f,-0.8881055725662914f,-0.2602975871109028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7730147768194493f,0.6219462807633851f,0.12502391236627297f,-0.16889692493260017f,0.3254885848930179f,0.5579966948860016f,-0.7633458387917231f,1.4030012531763782f,-0.5445230352548163f,-0.5493837568957523f,-0.6337761053684428f,0.0967805960303039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9468673328191083f,0.2285565982535059f,0.22628330790143042f,-0.12462829208568389f,0.023340956778704517f,0.7505405889951454f,-0.6604120107989216f,1.5396000385454747f,-0.32077632982606863f,-0.6200408903174095f,-0.7159970953556387f,-0.02395205275018311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8487202742679075f,0.5141348803242958f,0.12385160830820696f,0.13851068966645433f,0.20915750566131563f,0.5414337225413706f,-0.8143111579246174f,1.379749475434515f,-0.4857232070553602f,-0.6652178958273121f,-0.5670609466353149f,0.06259739209008086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9351183008968391f,0.24413937689480547f,0.256806791143117f,0.18589186527887483f,0.02478992798508995f,0.7680562825318636f,-0.639902341247341f,1.5197606387764435f,-0.35346742819997223f,-0.5920181682286031f,-0.7242756834858859f,-0.052932737474569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9953773315351184f,0.05260091454816771f,-0.08035615505188762f,0.34629415484266135f,0.05526594804754521f,0.9979807097801886f,-0.03130779284837745f,2.218970042112016f,0.07854707411758047f,-0.03560402639207032f,-0.9962744152352002f,-0.24895719495289872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9953773315351184f,0.05260091454816771f,-0.08035615505188762f,0.36951230092059284f,0.05526594804754521f,0.9979807097801886f,-0.03130779284837745f,2.0892148747581745f,0.07854707411758047f,-0.03560402639207032f,-0.9962744152352002f,-0.3408529333615992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9953773315351184f,0.05260091454816771f,-0.08035615505188762f,-0.23849002743422074f,0.05526594804754521f,0.9979807097801886f,-0.03130779284837745f,2.251438786589949f,0.07854707411758047f,-0.03560402639207032f,-0.9962744152352002f,-0.2028107889088202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9953773315351184f,0.05260091454816771f,-0.08035615505188762f,-0.2899251812214231f,0.05526594804754521f,0.9979807097801886f,-0.03130779284837745f,2.125828565339673f,0.07854707411758047f,-0.03560402639207032f,-0.9962744152352002f,-0.28881549675870216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9749349945367431f,0.2070782227641819f,-0.08136563208424118f,0.25206361986419484f,0.21068641092183282f,0.9767952896403649f,-0.03849932972497327f,2.330483647609275f,0.07150519338143804f,-0.054676976811300196f,-0.9959404779033031f,-0.2676169002691453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9953260979417221f,0.052015311895989264f,-0.08136563208424118f,0.13794114956895828f,0.0552880630006225f,0.9977279347098421f,-0.03849932972497327f,2.346906490091251f,0.07917820941233983f,-0.0428179358212884f,-0.9959404779033031f,-0.2589282499985292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9532977209841842f,0.2904993113612173f,-0.08266562323613609f,0.11561903933720827f,0.29495449773042115f,0.9543147920589828f,-0.04780294892593271f,2.3441717755240914f,0.06500230330500056f,-0.06995303964860178f,-0.9954301948449052f,-0.25584902608152876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996409233576163f,-0.018303933433679365f,-0.08266562323613609f,0.14510098618595424f,-0.014381091652538702f,0.9987532539505771f,-0.04780294892593271f,2.352535863085975f,0.08343754219201724f,-0.046442477797695975f,-0.9954301948449052f,-0.25869902156658736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.987005148499343f,0.13779416377615886f,-0.08266562323613609f,0.2053969840032793f,0.14203539443870583f,0.988706642437799f,-0.04780294892593271f,2.452301970530549f,0.07514508342154493f,-0.05892320110621277f,-0.9954301948449052f,-0.2998907802547138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.987005148499343f,0.13856576327261216f,-0.08136563208424118f,0.17421968726694162f,0.14203539443870583f,0.9891126065000734f,-0.03849932972497327f,2.229751634068033f,0.07514508342154493f,-0.04955583629916223f,-0.9959404779033031f,-0.2887407170874023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913511807779068f,-0.10375801036800236f,-0.08035615505188762f,-0.13657513527460036f,-0.1015330459364367f,0.9943394102065112f,-0.03130779284837745f,2.351866721554307f,0.08314972611571811f,-0.02287821222563036f,-0.9962744152352002f,-0.23614363912829456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9953773315351184f,0.05260091454816772f,-0.08035615505188762f,-0.02139250588101311f,0.055265948047545234f,0.9979807097801887f,-0.03130779284837745f,2.35555794626185f,0.07854707411758045f,-0.035604026392070325f,-0.9962744152352002f,-0.24554988020206883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9785356837782999f,-0.18976512829761877f,-0.08035615505188762f,0.0006135029979914136f,-0.18780907188280072f,0.9817064605193776f,-0.03130779284837745f,2.3500125370924376f,0.08482728388352251f,-0.015544177582110958f,-0.9962744152352002f,-0.24715054736327716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9892833880683924f,0.12190679405676809f,-0.08035615505188762f,-0.027833294571695047f,0.12474693815468352f,0.9916945212755764f,-0.03130779284837745f,2.3616021695809297f,0.07587212606058857f,-0.04099646368659222f,-0.9962744152352002f,-0.24522032669947857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961740920526463f,-0.03435209845646361f,-0.08035615505188762f,-0.08235386776954229f,-0.03192410557874903f,0.9989998366315983f,-0.03130779284837745f,2.4683430843220284f,0.08135127415156114f,-0.02862271373712595f,-0.9962744152352002f,-0.2755440591488605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961740920526463f,-0.03435209845646361f,-0.08035615505188762f,-0.07462464561683799f,-0.03192410557874903f,0.9989998366315983f,-0.03130779284837745f,2.243568121079919f,0.08135127415156114f,-0.02862271373712595f,-0.9962744152352002f,-0.2691039485580072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9953773315351184f,0.05260091454816771f,-0.08035615505188762f,0.025350681964487337f,0.05526594804754521f,0.9979807097801886f,-0.03130779284837745f,1.7261731323381408f,0.07854707411758047f,-0.03560402639207032f,-0.9962744152352002f,-0.22954169382066866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936645035665879f,0.06760181857196615f,-0.08978222807175895f,3.003641973571189e-17f,0.06348607926089947f,0.9968308529122815f,0.04793504378064461f,1.3523615624960352f,0.09273819111803486f,0.04193142983415303f,-0.9948072090109814f,-0.24526598000847605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9528558015963232f,-0.3005792697457892f,-0.04144784630492086f,0.2299800520909474f,-0.30303875716889295f,0.9358501302616593f,0.17986674329282792f,0.7535150970665601f,-0.015275241986986075f,0.18394737369237812f,-0.9828173943789943f,-0.22712877235297116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9528558015963232f,-0.2947277278947199f,0.07212064735042377f,0.12500000000000003f,-0.30303875716889295f,0.9363404361915614f,-0.17729664183545454f,1.087283170258552f,-0.015275241986986075f,-0.19079348511574667f,-0.9815113412587887f,-0.3000448280830731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9648102066779937f,0.26026795363385263f,0.03744138620849721f,-0.22425826837791446f,0.26261384658135206f,0.9465999060750923f,0.18703632107794682f,0.7503416781443231f,0.013237547873876725f,0.19028717804905687f,-0.9816392194673221f,-0.2124138449783986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9648102066779937f,0.2546915085747657f,-0.06537201656578423f,-0.12499999999999997f,0.26261384658135206f,0.9458489711067356f,-0.19079751423977162f,1.1193526615412233f,0.013237547873876725f,-0.20125098587644197f,-0.9794502580580838f,-0.298683852332676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9676857026082579f,0.25181385986799887f,0.013197005188372858f,3.253373877235462e-17f,0.21901564867376075f,0.8652782620906322f,-0.4509164831644846f,1.1655430858045874f,-0.12496610181794875f,-0.43345508317678655f,-0.892468578866859f,-0.2656581374728279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9671324517465137f,-0.2538827560129746f,-0.014084281239507244f,3.435566738359981e-17f,-0.2208515128908323f,0.8661737043609954f,-0.44829423722303374f,1.1764831614795381f,0.12601361050540413f,-0.4304493699296208f,-0.8937750890993689f,-0.280535313590168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.06914971167204e-17f,1.0636794632007189e-16f,3.253373877235462e-17f,0f,0.8685601954304654f,-0.49558368305846373f,1.1655430858045874f,-1.2246467991473532e-16f,-0.49558368305846373f,-0.8685601954304654f,-0.2656581374728279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9664110287979106f,0.2570014074237024f,1.1315821222967746e-16f,3.238077601998331e-17f,0.2374710800275233f,0.8929704823787051f,0.3823757363522224f,1.1960567754405762f,0.09827110240719562f,0.36953212875550995f,-0.9240069243512712f,-0.2644091018122783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9664110287979106f,-0.25700140742370253f,1.1315821222967746e-16f,3.238077601998331e-17f,-0.2374710800275233f,0.8929704823787051f,0.3823757363522224f,1.1960567754405762f,-0.09827110240719587f,0.36953212875550984f,-0.9240069243512712f,-0.2644091018122783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.6827522159536136e-17f,1.1315821222967746e-16f,3.238077601998331e-17f,0f,0.9240069243512712f,0.3823757363522224f,1.1960567754405762f,-1.2246467991473532e-16f,0.3823757363522224f,-0.9240069243512712f,-0.2644091018122783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.965713757217249f,0.2596076805301068f,-0.0008895679414398453f,-0.19374999999999998f,0.25928001715113536f,0.9646560623215262f,0.04703779472333494f,1.2914186678988337f,0.013069499892933106f,0.045194398282371845f,-0.9988927142273303f,-0.25878932257588216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9647614961503127f,-0.26311936253601154f,0.001859194571082049f,0.19375000000000003f,-0.26279228424985457f,0.9638698278657409f,0.04353355336760908f,1.2898704542880723f,-0.013246542362210512f,0.041510914091474435f,-0.9990502355371007f,-0.2601806951993436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.680174184259934e-17f,1.2130663336220826e-16f,-0.007812499999999967f,0f,0.9905438322842691f,0.1371966337910438f,1.134767402241914f,-1.2246467991473532e-16f,0.1371966337910438f,-0.9905438322842691f,-0.2674985086445485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.1652364114025834e-18f,1.223093932885373e-16f,3.138157422815092e-17f,0f,0.998731988469605f,0.05034297575182543f,1.3579215809155913f,-1.2246467991473532e-16f,0.05034297575182543f,-0.998731988469605f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03622183564731346f,-0.35530152107457863f,-0.9340496816253563f,-1.6165294526378764f,0.2886332512950571f,0.8911106065695772f,-0.35016101025962987f,1.9329547876178963f,0.9567543179255494f,-0.28228127104236117f,0.07027417128309382f,0.8567862105879462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8437087638038709f,-0.35530152107457863f,-0.40238830873005543f,-1.664720547362124f,-0.17572593738624306f,0.8911106065695772f,-0.4183805466186572f,1.9391383742132864f,0.5072237344705687f,-0.28228127104236117f,-0.8142735211269239f,0.9369637894120533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5140383437253093f,-0.35530152107457863f,-0.7807210835517582f,-1.5235168374672365f,0.06595825701749577f,0.8911106065695772f,-0.4489670312956333f,2.0033916356099364f,0.8552275074571413f,-0.28228127104236117f,-0.43462995123133696f,0.9620694926847003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9402111446627943f,-0.2919923762086122f,0.17533811818291462f,1.591839918772449f,0.2931717263005568f,0.43179320548820144f,-0.8529976357482916f,2.5310504496881703f,0.1733589984680023f,0.8534020622955348f,0.4915806929893596f,-0.06103225129934975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0599696465985704f,-0.2919923762086122f,0.9545386811035426f,1.5324081281025512f,0.8987973249288945f,0.43179320548820144f,0.0756174344637977f,2.460222399643013f,-0.43424303124806196f,0.8534020622955348f,0.28833645257272356f,-0.045530248700650006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.633939100478909f,-0.2919923762086122f,0.7161436092852044f,1.4547024820447194f,0.7554992004816818f,0.43179320548820144f,-0.4927226255874223f,2.569544818503705f,-0.16535469438613057f,0.8534020622955348f,0.49433060305244825f,-0.12743084045786712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5240440809155913f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25.mcfunction new file mode 100644 index 000000000..a94fef1fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..e43d3b0c5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41553307129470424f,-0.018018068365792596f,-0.7028172310901322f,0.04733027613863696f,-0.14026600693199337f,0.8021098632464385f,0.0623671309792109f,1.4952650002160202f,0.68891375251492f,0.1524452719489512f,-0.41122101733820227f,-0.5452904242798329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3828222523077952f,0.13946556480560338f,-0.6884740222923744f,0.04733027613863696f,0.173745563450924f,0.7785113754668009f,0.06109433238779843f,1.4952650002160202f,0.6806317670511036f,-0.12028879624571816f,-0.402828751678239f,-0.5452904242798329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5156511542626115f,0.1461748346100791f,0.6161828050820607f,-0.0852921909100481f,0.1992021603377097f,0.7917178292618376f,-0.021114511364401775f,1.5036588903276655f,-0.6011379466219631f,0.13696802911659378f,-0.5355533330822339f,-0.5327890914552318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5214741891654185f,-0.06101212971601179f,0.6036076457946717f,-0.0852921909100481f,-0.11651118132099575f,0.7911999325046725f,-0.020683602969209902f,1.5036588903276655f,-0.5953904724308708f,-0.1013912561916382f,-0.5246236732234127f,-0.5327890914552318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2544027284986217f,-0.769885519901728f,0.5245534586492214f,-0.21489671541195393f,0.004773100071880686f,-0.8850916307166529f,-1.287632040899511f,2.54604324039111f,0.9315885691929234f,-1.0321314555234635f,0.7129191021904935f,-0.15731797409216997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.28709497733552986f,0.955523294150779f,0.06746634956743604f,-0.36801382960575524f,0.8414131864153681f,0.28521763568895636f,-0.4589931916906162f,2.003657512825426f,-0.45782127922918625f,-0.07500756380023052f,-0.8858744502793304f,-0.3488948172802006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2881816131002833f,0.955523294150779f,0.06266252633083451f,-0.27352507254428204f,0.8489609234715355f,0.28521763568895636f,-0.44487779300652813f,1.7248949884545912f,-0.4429635518745037f,-0.07500756380023052f,-0.8933964165383015f,-0.20441249780429477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6412852832676132f,0.7627640848968472f,-0.08333148418126482f,0.4973185156613058f,0.7559094139664712f,0.6466721808404354f,0.10205904371461266f,1.417393551248306f,0.13173512569259255f,0.0024579093861309183f,-0.9912819050805914f,-0.4161740914362324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5524336533580231f,0.7767847656238365f,-0.3023615162884141f,0.31662455350398017f,0.688391500310512f,0.6296979570814878f,0.35999670157883823f,1.643736780607816f,0.47003638256814745f,-0.009268804783907146f,-0.8825983731687523f,-0.26195024453803434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8704933419833375f,0.4743777396900172f,0.13117584247593328f,-0.14893801637644696f,0.25698010639061836f,0.6653738884341773f,-0.7008843082203007f,1.3983632052138144f,-0.41976489429458835f,-0.5764055418510248f,-0.7011091818263968f,0.08318830853747737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9679828018119139f,0.12275928641404465f,0.21895080039924925f,-0.12455220767131828f,-0.022147549467716614f,0.8270867834153124f,-0.5616377291032781f,1.54993174129729f,-0.25003756007634603f,-0.5485048863035104f,-0.7978869645834809f,-0.024643151173077554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9147964636036277f,0.3763359504879743f,0.14669247611452235f,0.15932281248803443f,0.14657524486601453f,0.647720462176195f,-0.7476455714245382f,1.3761571123198342f,-0.37638162517684715f,-0.6624420391615929f,-0.6476939222971494f,0.049685552945462896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9604926329635446f,0.1338939341724444f,0.24398015578030713f,0.18595280111899468f,-0.020599274699625168f,0.8400557131443079f,-0.5421089085188121f,1.5302793778561494f,-0.2775420182685987f,-0.5257174271464031f,-0.8041092058234125f,-0.053912147180883996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9960181399159019f,0.04836771573216586f,-0.07488944540667374f,0.3438410467730873f,0.050902590588101086f,0.9981806203389824f,-0.032316798280530384f,2.229930303109523f,0.07319010336026952f,-0.03600018409031715f,-0.9966680468017305f,-0.249290700571841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9960181399159019f,0.04836771573216586f,-0.07488944540667374f,0.36812487704653724f,0.050902590588101086f,0.9981806203389824f,-0.032316798280530384f,2.1002191785812965f,0.07319010336026952f,-0.03600018409031715f,-0.9966680468017305f,-0.34097293582422367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9960181399159019f,0.04836771573216586f,-0.07488944540667374f,-0.24131961042750508f,0.050902590588101086f,0.9981806203389824f,-0.032316798280530384f,2.2598355750800323f,0.07319010336026952f,-0.03600018409031715f,-0.9966680468017305f,-0.20629151484768266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9960181399159019f,0.04836771573216586f,-0.07488944540667374f,-0.29173714064774775f,0.050902590588101086f,0.9981806203389824f,-0.032316798280530384f,2.1339421448459133f,0.07319010336026952f,-0.03600018409031715f,-0.9966680468017305f,-0.29248449234804513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9762445585262731f,0.20279107286995873f,-0.07630427715464616f,0.24920502539856687f,0.2063982354048703f,0.9775350127663601f,-0.04272080567625114f,2.34109834603147f,0.06592670452553893f,-0.05745502223586163f,-0.99616895657829f,-0.2688877724753232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9959488810251941f,0.047576082988943294f,-0.07630427715464616f,0.13496608401757362f,0.05093696384860015f,0.9977877321736616f,-0.04272080567625114f,2.3570206097074813f,0.0741029830610771f,-0.046434446816676855f,-0.99616895657829f,-0.2608201571782507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9550195618989236f,0.2860672656657052f,-0.07812269775766204f,0.11269941605496714f,0.29070538679997615f,0.9551620023576379f,-0.0561776409047596f,2.3543507431896233f,0.05854924829461458f,-0.07636143507487735f,-0.9953596921502502f,-0.25733875449448074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966772241583898f,-0.0230511374771786f,-0.07812269775766204f,0.14215160826934636f,-0.018684038671493264f,0.9982459513372934f,-0.0561776409047596f,2.3628387440680023f,0.07928062526777238f,-0.05453132769069709f,-0.9953596921502502f,-0.26012942463906813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9880124659977794f,0.13314732865533505f,-0.07812269775766204f,0.2021301168578641f,0.1377060642249633f,0.988878714776512f,-0.0561776409047596f,2.462571664732513f,0.06977397013684332f,-0.06626217875909327f,-0.9953596921502502f,-0.3018615174990426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9880124659977794f,0.13419770609400802f,-0.07630427715464616f,0.17193563298671236f,0.1377060642249633f,0.9895513996948528f,-0.04272080567625114f,2.2399225998011714f,0.06977397013684332f,-0.052716250256101924f,-0.99616895657829f,-0.2900003611914197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913218815519722f,-0.10803933599822971f,-0.07488944540667374f,-0.13967399709977021f,-0.10587395612629928f,0.9938542800446462f,-0.032316798280530384f,2.360692624924538f,0.07792068127540981f,-0.024107507419881852f,-0.9966680468017305f,-0.23914755016476946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996018139915902f,0.04836771573216587f,-0.07488944540667374f,-0.02446021574992166f,0.05090259058810109f,0.9981806203389825f,-0.032316798280530384f,2.3648884575884805f,0.07319010336026953f,-0.03600018409031715f,-0.9966680468017305f,-0.2479407407305134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9781333539295187f,-0.19402760859545726f,-0.07488944540667374f,-0.002421607380402549f,-0.1920911817192476f,0.980844841172445f,-0.032316798280530384f,2.359439646925582f,0.07972527727323449f,-0.01722453622393184f,-0.9966680468017305f,-0.24942004073215152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9902179284942294f,0.11772860763331133f,-0.07488944540667374f,-0.03092939420729908f,0.12040815467035464f,0.9921983172923524f,-0.032316798280530384f,2.370904272665425f,0.07050057005072576f,-0.041017972974616526f,-0.9966680468017305f,-0.24764970972424602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964435143770685f,-0.038625038803319016f,-0.07488944540667374f,-0.0857595357230099f,-0.03628828249896112f,0.9988186948101098f,-0.032316798280530384f,2.4773824537804705f,0.07604921570373137f,-0.02948425470095859f,-0.9966680468017305f,-0.27833679265906797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964435143770685f,-0.038625038803319016f,-0.07488944540667374f,-0.07706890199226313f,-0.03628828249896112f,0.9988186948101098f,-0.032316798280530384f,2.2526482474481964f,0.07604921570373137f,-0.02948425470095859f,-0.9966680468017305f,-0.2717028353513523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9960181399159019f,0.04836771573216586f,-0.07488944540667374f,0.02498520635344816f,0.050902590588101086f,0.9981806203389824f,-0.032316798280530384f,1.7357277556472217f,0.07319010336026952f,-0.03600018409031715f,-0.9966680468017305f,-0.23125562746254438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936160281290015f,0.06662721694252834f,-0.09103846773557046f,3.0035814300219843e-17f,0.06288756301164915f,0.9970787125530763f,0.04334968733400123f,1.3618232384398181f,0.09366078722498065f,0.037347756773239704f,-0.9949034134027303f,-0.24526103625250928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9524692745027211f,-0.3016642101342503f,-0.04243801894927329f,0.23085255737010157f,-0.3042619159171542f,0.9351384198808039f,0.1814960665834277f,0.7618911045750919f,-0.015065445585267952f,0.18578169981704934f,-0.9824755428825724f,-0.2302984401090266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9524692745027211f,-0.2965945520297171f,0.0695266339941138f,0.12500000000000003f,-0.3042619159171542f,0.9374832957253615f,-0.16896673269711168f,1.0966849436094306f,-0.015065445585267952f,-0.18208992817343295f,-0.9831664611891068f,-0.29957660207122416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9643070060255541f,0.2618835087196697f,0.03910276193195075f,-0.22505570839229033f,0.26446270885759493f,0.9452638727761166f,0.19114310463106063f,0.7601062024164422f,0.013094798728314861f,0.19466185729354465f,-0.9807829971819927f,-0.21350348314995787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9643070060255541f,0.2567801458673686f,-0.06462162810054427f,-0.12499999999999997f,0.26446270885759493f,0.9460736324105543f,-0.18709398087913529f,1.1291386724223804f,0.013094798728314861f,-0.19750604736521923f,-0.9802142049064749f,-0.29833915735104927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9688949092128869f,0.24713338112366448f,0.012951711691400811f,3.2528405415680466e-17f,0.20870733769978617f,0.844126108666818f,-0.4938545938404165f,1.1701502517660427f,-0.1329808335498729f,-0.4757900845976101f,-0.8694480394520308f,-0.26561458731062715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9682000586092936f,-0.24978127322664004f,-0.014069898870961496f,3.4413510116886566e-17f,-0.21098835859300313f,0.8454653171610006f,-0.490583642222281f,1.1803517073984173f,0.13443421828980448f,-0.4720145262840195f,-0.8712805104727649f,-0.2810076353512425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.580712201304404e-17f,1.0328126896479781e-16f,3.2528405415680466e-17f,0f,0.8433555620829308f,-0.5373559303699772f,1.1701502517660427f,-1.2246467991473532e-16f,-0.5373559303699772f,-0.8433555620829308f,-0.26561458731062715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9672227398263535f,0.25392946178575276f,1.1330659086845607e-16f,3.2394096597683865e-17f,0.23494024281970646f,0.8948923994777472f,0.3794346790434127f,1.2003954277246174f,0.09634964383234353f,0.3669978498495028f,-0.9252185278836684f,-0.2645178725836535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9672227398263535f,-0.2539294617857529f,1.1330659086845607e-16f,3.2394096597683865e-17f,-0.23494024281970646f,0.8948923994777472f,0.3794346790434127f,1.2003954277246174f,-0.09634964383234378f,0.3669978498495027f,-0.9252185278836684f,-0.2645178725836535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.6467346517601874e-17f,1.1330659086845607e-16f,3.2394096597683865e-17f,0f,0.9252185278836684f,0.3794346790434127f,1.2003954277246174f,-1.2246467991473532e-16f,0.3794346790434127f,-0.9252185278836684f,-0.2645178725836535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9655276665436608f,0.26028191310739823f,-0.0031065813857069635f,-0.19374999999999998f,0.2599819468399157f,0.9648677771619381f,0.03794153280915336f,1.2956397724795132f,0.012872935021993284f,0.03582594456163886f,-0.9992751319032142f,-0.2587105395287538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9644320991042893f,-0.26429644000449504f,0.004256526546937956f,0.19375000000000003f,-0.26400727744735875f,0.9639234798362136f,0.03393644759367263f,1.2933494766744373f,-0.013072248166546448f,0.03160564540386891f,-0.9994149285989663f,-0.2605810929562858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6693779065273682e-17f,1.2132153793592632e-16f,-0.007812499999999967f,0f,0.9906655373646923f,0.1363150508121733f,1.144209378645154f,-1.2246467991473532e-16f,0.1363150508121733f,-0.9906655373646923f,-0.26729990944326604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.0563854458467724e-18f,1.223148315698056e-16f,3.138157422815092e-17f,0f,0.9987763954061363f,0.049454140165666245f,1.3673734794937125f,-1.2246467991473532e-16f,0.049454140165666245f,-0.9987763954061363f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.048303623627294845f,-0.3743794592322594f,-0.9260166199639368f,-1.6220799852158514f,0.24677904780113039f,0.9028303303372894f,-0.3521327820431211f,1.9431182846521984f,0.9678671714191159f,-0.21151221035207843f,0.13599898294155788f,0.8538903198898473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7453675861117954f,-0.3743794592322594f,-0.5516041896857171f,-1.6591700147841488f,-0.1573130610104753f,0.9028303303372894f,-0.40018745040115306f,1.947878674335227f,0.6478269540621092f,-0.21151221035207843f,-0.7318352427032935f,0.9398596801101522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.39562698206183944f,-0.3743794592322594f,-0.8386413485928311f,-1.5148287977110755f,0.05077748995230591f,0.9028303303372894f,-0.4269883384089129f,2.0095467302550496f,0.9170065090165854f,-0.21151221035207843f,-0.33817398967571954f,0.9476010984513576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9337699542523996f,-0.07925463471034043f,0.34898764363856954f,1.6068963574907673f,0.33583291195400194f,0.530996651919772f,-0.7779838114629943f,2.5394560567112587f,-0.12365244754539292f,0.8436594446380143f,0.522445034131927f,-0.060791861012573216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05902700242662057f,-0.07925463471034043f,0.9951052787828318f,1.551371464774858f,0.8473364278848192f,0.530996651919772f,-0.007970798541344304f,2.4732840663386657f,-0.5277658486146308f,0.8436594446380143f,0.09849847973017181f,-0.02435950617492655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5922655223030331f,-0.07925463471034043f,0.8018355529458925f,1.4588585781909287f,0.7058345639743263f,0.530996651919772f,-0.46887111656527214f,2.576700729009753f,-0.38861178493489773f,0.8436594446380143f,0.3704316699241431f,-0.09814043408237136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5334959794937124f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26.mcfunction new file mode 100644 index 000000000..2e6c6a7fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..88016178b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4361277077654647f,-0.022400947657441567f,-0.6900980107982736f,0.04419496573298439f,-0.13593949721970955f,0.8030464718016967f,0.059843643496562376f,1.5032482476776357f,0.6769472062571336f,0.14682985430538176f,-0.4325828455565089f,-0.5475095216877041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4031039356441049f,0.14321933496258607f,-0.6760143779248395f,0.04419496573298439f,0.17801227203583736f,0.7777371353564208f,0.058622344649693764f,1.5032482476776357f,0.6676966737021178f,-0.12088494687289653f,-0.423754624218621f,-0.5475095216877041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5352446560392515f,0.14887820839588864f,0.5985757109094038f,-0.08341909878279935f,0.1968839547593991f,0.792300319612808f,-0.02100848267213763f,1.5112548270555857f,-0.5845462436661162f,0.13053707155715183f,-0.555166827547865f,-0.5353703433038096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5402202185084198f,-0.06591059515519457f,0.586359880074518f,-0.08341909878279935f,-0.11882757520780413f,0.7908580667533363f,-0.020579738127808292f,1.5112548270555857f,-0.5779637729866368f,-0.10099164172080555f,-0.5438368922917861f,-0.5353703433038096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.282534222667017f,0.7157538673386122f,0.5331122012088376f,-0.6541444148126084f,-0.7810274974812282f,-0.4484897554511344f,-1.2768160546584588f,2.4246848430141723f,-0.43186602768233806f,-1.3145187677036807f,0.7259052234890416f,-0.08017095009330699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2786788972169968f,0.9583214487418458f,0.06291321901833201f,-0.3655925291882379f,0.8391761943889873f,0.2748410629274908f,-0.4693034251949413f,2.012616347806272f,-0.46703467431951484f,-0.07798968528092091f,-0.8807929506831033f,-0.35151548346046624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2799642284245895f,0.9583214487418458f,0.05692127619751966f,-0.2738242803433034f,0.8490493637295932f,0.2748410629274908f,-0.4511957092872893f,1.7337625787893791f,-0.44803482984361526f,-0.07798968528092091f,-0.890607882424575f,-0.20561343677040192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6375304066588657f,0.7660814104104863f,-0.08169610277645714f,0.4938169563181779f,0.7575752894613224f,0.642648942865666f,0.1143766454799029f,1.4262264598379535f,0.14012373597279915f,0.011027640596342996f,-0.9900725881267006f,-0.42087958159298544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5431543465045539f,0.7838835209567557f,-0.3008487683964331f,0.3163375559852225f,0.6890930785613063f,0.6208927197196512f,0.3736883188942835f,1.6529237309835332f,0.47972292518923076f,-0.004342369350265593f,-0.8774092881183295f,-0.26347461332053335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9452040482517988f,0.3023695176427056f,0.12313400005249833f,-0.12841287470945473f,0.16116807274714529f,0.7601415710852034f,-0.629451860141099f,1.3956009152758702f,-0.28392632758407943f,-0.5751151769068839f,-0.7672212026501756f,0.06556968215483068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9825031347113998f,0.014763612061068562f,0.18565997425719738f,-0.12448432260889689f,-0.07166028040458333f,0.8901454227133495f,-0.4500065895459852f,1.5596906408499607f,-0.1719080989791039f,-0.4554373306848953f,-0.8735127035847893f,-0.0252842717459921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9638760763302501f,0.22101321160960385f,0.14864746809888998f,0.18060766287212396f,0.06717897769339735f,0.7417723460097838f,-0.6672786311963028f,1.3744255171566913f,-0.25773997445928337f,-0.633187923912917f,-0.7298240600148627f,0.032825191472881404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9786084126199487f,0.021974349947001044f,0.20455488919571474f,0.18600632154465988f,-0.07034086917874482f,0.8986204476927284f,-0.43305132849547867f,1.5402102802959812f,-0.193333227544163f,-0.43817624186270876f,-0.8778518349894986f,-0.05481942784506083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9965667464523109f,0.04442034263922083f,-0.06986811164808862f,0.3415418359282426f,0.046827230788478724f,0.9983512519400006f,-0.03319620771286806f,2.2402716651242685f,0.0682783298136247f,-0.03635396690386829f,-0.9970037405989078f,-0.24960134602177547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9965667464523109f,0.04442034263922083f,-0.06986811164808862f,0.3668104106232933f,0.046827230788478724f,0.9983512519400006f,-0.03319620771286806f,2.110609593004119f,0.0682783298136247f,-0.03635396690386829f,-0.9970037405989078f,-0.3410866382079505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9965667464523109f,0.04442034263922083f,-0.06986811164808862f,-0.2439411276124901f,0.046827230788478724f,0.9983512519400006f,-0.03319620771286806f,2.2677826632124995f,0.0682783298136247f,-0.03635396690386829f,-0.9970037405989078f,-0.20948782725627096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9965667464523109f,0.04442034263922083f,-0.06986811164808862f,-0.2934150589013627f,0.046827230788478724f,0.9983512519400006f,-0.03319620771286806f,2.141632633401486f,0.0682783298136247f,-0.03635396690386829f,-0.9970037405989078f,-0.29585224470642413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9774151169687214f,0.19881793820142185f,-0.0716318125580828f,0.24653347975833897f,0.2023896935350781f,0.9781973604386434f,-0.046565394679399505f,2.3511141242487508f,0.06081201420605859f,-0.060011261278252494f,-0.9963435890534929f,-0.27005864125621165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9964834927543801f,0.043468748517472386f,-0.0716318125580828f,0.1321915679373492f,0.04687415977723472f,0.9978148511440037f,-0.046565394679399505f,2.366568687077427f,0.06945114695388291f,-0.049759328158594754f,-0.9963435890534929f,-0.2625603538587123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9565665183918236f,0.2819929989460629f,-0.07389482009688486f,0.1099715278480424f,0.28672415121835415f,0.955882817531695f,-0.06385374112597333f,2.3639632737432015f,0.052628480881169254f,-0.0822677804068774f,-0.9952197020291882f,-0.2587087364176789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9968894495554018f,-0.027404031235883697f,-0.07389482009688486f,0.13939544063811865f,-0.022693162852888f,0.9977012178522936f,-0.06385374112597333f,2.3725661539211127f,0.07547480191998238f,-0.061978213656681214f,-0.9952197020291882f,-0.2614454194037914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9889030211545062f,0.12888122560846219f,-0.07389482009688486f,0.19908260164818795f,0.1336610839236862f,0.9889678530612421f,-0.06385374112597333f,2.472264874686946f,0.06485005316756205f,-0.0730220192619882f,-0.9952197020291882f,-0.30367399289928726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9889030211545062f,0.13015259575257807f,-0.0716318125580828f,0.16979826760385794f,0.1336610839236862f,0.9899325121758035f,-0.046565394679399505f,2.2495300594473906f,0.06485005316756205f,-0.05562304518964181f,-0.9963435890534929f,-0.2911588077316179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912462286334487f,-0.1120239313481512f,-0.06986811164808862f,-0.14255310028081747f,-0.10992583414734065f,0.9933852841574086f,-0.03319620771286806f,2.3690401655084274f,0.07312472363692338f,-0.0252253052470974f,-0.9970037405989078f,-0.24190511294536543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996566746452311f,0.044420342639220844f,-0.06986811164808862f,-0.02731590687004272f,0.04682723078847874f,0.9983512519400007f,-0.03319620771286806f,2.373707138059612f,0.0682783298136247f,-0.03635396690386829f,-0.9970037405989078f,-0.25013610602118497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9777107085259191f,-0.19799044777078512f,-0.06986811164808862f,-0.005247993151970096f,-0.19608676543622575f,0.9800244855177053f,-0.03319620771286806f,2.3683486195244385f,0.0750449922013744f,-0.018756075743111028f,-0.9970037405989078f,-0.25150416604907255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9910405534802049f,0.11382911900027931f,-0.06986811164808862f,-0.03381122688395657f,0.11635462490117368f,0.9926528159722267f,-0.03319620771286806f,2.379696328561162f,0.06557608269603107f,-0.041028265988571296f,-0.9970037405989078f,-0.24988034235489456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9966459970661599f,-0.042605205160057814f,-0.06986811164808862f,-0.08892959017023278f,-0.04036300584808411f,0.998633486096071f,-0.03319620771286806f,2.4859294015161257f,0.0711869671422229f,-0.030264780535760347f,-0.9970037405989078f,-0.2808988008987578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9966459970661599f,-0.042605205160057814f,-0.06986811164808862f,-0.07934341900921978f,-0.04036300584808411f,0.998633486096071f,-0.03319620771286806f,2.26123686714451f,0.0711869671422229f,-0.030264780535760347f,-0.9970037405989078f,-0.2740892252782117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9965667464523109f,0.04442034263922083f,-0.06986811164808862f,0.024645377183721173f,0.046827230788478724f,0.9983512519400006f,-0.03319620771286806f,1.7447658281677272f,0.0682783298136247f,-0.03635396690386829f,-0.9970037405989078f,-0.23283624157296642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9935700612913816f,0.06572100582325638f,-0.09219155438010457f,3.0035256933681755e-17f,0.06233715377273468f,0.9972882090913123f,0.039119141950676194f,1.370782749758485f,0.09451249951702001f,0.033120649163659595f,-0.9949725674781306f,-0.24525648500933878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9521114684744446f,-0.3026614573327303f,-0.04335658940304936f,0.23164862557443433f,-0.3053893147237563f,0.9344783748090321f,0.18299599303488737f,0.7698823869620446f,-0.014870038735365116f,0.18747322277994244f,-0.982157152745176f,-0.23323606844189004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9521114684744446f,-0.2982955692509812f,0.0671081587042128f,0.12500000000000003f,-0.3053893147237563f,0.9384701816666626f,-0.1612795231115705f,1.1055897596340098f,-0.014870038735365116f,-0.17405019818366813f,-0.984624502264815f,-0.29914477244663606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9638398640630306f,0.2633632676207945f,0.04065102349334625f,-0.22579010760637763f,0.2661667698173689f,0.9440130530477941f,0.1949220519088851f,0.7693513558633946f,0.01296021172460272f,0.1986935956277408f,-0.9799759629544866f,-0.21450968181469215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9638398640630306f,0.2587041145363655f,-0.06391320336920929f,-0.12499999999999997f,0.2661667698173689f,0.9462648384886334f,-0.18367935671998642f,1.138397646078325f,0.01296021172460272f,-0.1940490571016396f,-0.9809062118011171f,-0.29802184877315463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.970246915131922f,0.2417857686056677f,0.012671455194866402f,3.2522118893132627e-17f,0.19713964813266624f,0.8193056366426927f,-0.5383996962291494f,1.1749396632774878f,-0.14055917903544227f,-0.5198825981558514f,-0.8425943278491754f,-0.2655632539584131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9694846630875834f,-0.24475745051956224f,-0.013902462124345734f,3.44697190041026e-17f,-0.19961034012778292f,0.8210363799019516f,-0.5348410745179999f,1.1843257545209749f,0.14232076500646568f,-0.5157451437412299f,-0.8448382960989115f,-0.2814666157466934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.109576555102783e-17f,9.971454230618451e-17f,3.2522118893132627e-17f,0f,0.8142310286983124f,-0.5805409821062486f,1.1749396632774878f,-1.2246467991473532e-16f,-0.5805409821062486f,-0.8142310286983124f,-0.2655632539584131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9683156424815904f,0.24972948669603431f,1.1352880412802171e-16f,3.240340093952543e-17f,0.23150748444241145f,0.8976605906774975f,0.37497966423750595f,1.2049644899461331f,0.09364347907148356f,0.36309867449367167f,-0.9270330368483785f,-0.2645938483004728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9683156424815904f,-0.24972948669603443f,1.1352880412802171e-16f,3.240340093952543e-17f,-0.23150748444241145f,0.8976605906774975f,0.37497966423750595f,1.2049644899461331f,-0.0936434790714838f,0.36309867449367156f,-0.9270330368483785f,-0.2645938483004728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.5921764555381094e-17f,1.1352880412802171e-16f,3.240340093952543e-17f,0f,0.9270330368483785f,0.37497966423750595f,1.2049644899461331f,-1.2246467991473532e-16f,0.37497966423750595f,-0.9270330368483785f,-0.2645938483004728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9653588724418489f,0.26085709746919994f,-0.005985156451292674f,-0.19374999999999998f,0.2606169829032195f,0.9650783958166511f,0.026504304374613968f,1.2995582609712208f,0.012689981096327234f,0.02402633196939327f,-0.9996307817148646f,-0.258691532662312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9642690038002406f,-0.2648279693752856f,0.007171816133606598f,0.19375000000000003f,-0.2646115612481386f,0.964091543348542f,0.022543684207532298f,1.2965547884131123f,-0.01288448539577923f,0.01984043044868615f,-0.9997201345155037f,-0.26091690497901987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.659420789768879e-17f,1.213351972465816e-16f,-0.007812499999999967f,0f,0.9907770741005477f,0.13550199052692027f,1.1531508764951628f,-1.2246467991473532e-16f,0.13550199052692027f,-0.9907770741005477f,-0.2671167605370456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.956002689250314e-18f,1.2231976070359286e-16f,3.138157422815092e-17f,0f,0.998816644837978f,0.04863445275321109f,1.3763239705761485f,-1.2246467991473532e-16f,0.04863445275321109f,-0.998816644837978f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1292517943814494f,-0.3829127257258701f,-0.914697664874225f,-1.62763630388806f,0.2075930713191822f,0.912443736902441f,-0.3526351425025278f,1.952781482035317f,0.9696386390761479f,-0.14430617264931456f,0.1974250190473886f,0.8518663466067037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.629459801016752f,-0.3829127257258701f,-0.6761347523838243f,-1.6536136961119405f,-0.1433763776720332f,0.912443736902441f,-0.38326184432207133f,1.9561164591169795f,0.7636907575907915f,-0.14430617264931456f,-0.6292472926486921f,0.9418836533932958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2770921837213951f,-0.3829127257258701f,-0.8812478460669808f,-1.5084378230899531f,0.035573088871065944f,0.912443736902441f,-0.4076530170815376f,2.015596923138379f,0.9601846057236492f,-0.14430617264931456f,-0.23920963915909899f,0.9327564458738646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.862001945044089f,0.12270046016922882f,0.4918305031354472f,1.6091080509156432f,0.3209896835330863f,0.6188165696352349f,-0.7169600241367784f,2.545723158487128f,-0.392324189676773f,0.7758934528781255f,0.4940355047719985f,-0.06634385276399994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.058431563421440014f,0.12270046016922882f,0.9907221353489514f,1.560032574084357f,0.7759402569248013f,0.6188165696352349f,-0.12240412913114534f,2.487237282665169f,-0.628094316229338f,0.7758934528781255f,-0.05904980695362355f,-0.01193739723599975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5234717528670524f,0.12270046016922882f,0.8431618593274695f,1.4580960336008797f,0.6238493421008982f,0.6188165696352349f,-0.4773657418637801f,2.5880850818557155f,-0.5803355256320021f,0.7758934528781255f,0.24738639305808185f,-0.07624858395871213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5424464705761485f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27.mcfunction new file mode 100644 index 000000000..c0ead8979 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..8dba5b47d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4588410670867254f,-0.027101010614535036f,-0.6750369284882349f,0.040844045242015126f,-0.13175056728744003f,0.8039312069678265f,0.05727867777049068f,1.5108366842150573f,0.6626093174854978f,0.14108364232386697f,-0.45605782823505864f,-0.5499573303462184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4254220195783806f,0.14748029921208336f,-0.6612606646415363f,0.040844045242015126f,0.18213502153884764f,0.7769675235627187f,0.05610972516292965f,1.5108366842150573f,0.6525664251146358f,-0.12071051600059689f,-0.44675052561801665f,-0.5499573303462184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5562806293860282f,0.1518923331761604f,0.5782949290255199f,-0.08131950033525603f,0.19492771020039365f,0.7927913721081982f,-0.020723719532845245f,1.5184396581289301f,-0.5652428625028005f,0.12391530929448132f,-0.5762724589606355f,-0.5382398866128155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.560388212798736f,-0.07106856768471967f,0.5664929916984686f,-0.08131950033525603f,-0.12078210774304568f,0.7905691370888405f,-0.020300786481154527f,1.5184396581289301f,-0.5580114097448061f,-0.09974817376698451f,-0.5645117965328674f,-0.5382398866128155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.00744769330345839f,1.465810309739094f,0.5410646151126868f,-0.8732675694959162f,-0.7837900284333158f,0.47157515981993614f,-1.266766083367132f,2.1576163112628945f,-1.3516745071181f,-0.2653738014638671f,0.7375357769651968f,-0.4019337207285403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2709916034568476f,0.9607938251325511f,0.05864108153033881f,-0.3633681176839633f,0.8369431177987312f,0.2652765760806568f,-0.47870090427349593f,2.0210371475764606f,-0.4754889782373781f,-0.08064467601822625f,-0.8760175042798455f,-0.35393192821592223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2724148206478796f,0.9607938251325511f,0.05162742564320617f,-0.2741008069725002f,0.8490192846183724f,0.2652765760806568f,-0.45694046934916f,1.742133769514153f,-0.452721128110331f,-0.08064467601822625f,-0.8879977569748836f,-0.20671571428542102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6339642382865056f,0.7692182890616024f,-0.07995353867685925f,0.4905698015814508f,0.759129043409693f,0.6387053633992867f,0.12561271518787157f,1.434600043295309f,0.14769035183685936f,0.01893891597019472f,-0.9888523031455094f,-0.4251685026470219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5345510014472374f,0.7904096240652554f,-0.29917863064861017f,0.3160718759617915f,0.6896433379372684f,0.6125786596081159f,0.3861857742479217f,1.6615880331738453f,0.4885153971887666f,0.00010944288889468134f,-0.8725552674368287f,-0.26487426310275064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.98680332273403f,0.1270750355722667f,0.10035505754761448f,-0.11016188788166781f,0.05032727137762451f,0.8297721368558445f,-0.5558285406970109f,1.395953773114877f,-0.15390376212672907f,-0.5434428546149014f,-0.8252172415620302f,0.045450486042058924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9884903198750647f,-0.08033724156991526f,0.12819054228073656f,-0.12442392978677232f,-0.1196885968705392f,0.9335503695089086f,-0.33787327116678195f,1.568882759453005f,-0.09252852150798577f,-0.3493274040305417f,-0.9324209550952985f,-0.025876033183013236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9896090748558177f,0.06746311806282937f,0.12697482689199963f,0.19945343285135828f,-0.019257843857760873f,0.8129474349418369f,-0.582018559387446f,1.3756689748595576f,-0.142488646610748f,-0.5784161094944786f,-0.8032009648053896f,0.013465091812122049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9870789855413886f,-0.07616707337491382f,0.14097394523841528f,0.18605319375130203f,-0.11880430362293384f,0.938248984898819f,-0.3249221134010508f,1.5495598963193296f,-0.1075202945645749f,-0.3374721014689008f,-0.9351748323104675f,-0.05565576991523724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9970344537939043f,0.040759878270980654f,-0.06527580157474645f,0.3393998964422334f,0.04304299145988541f,0.9984958737683943f,-0.033960137715779964f,2.250000494741487f,0.06379340744994785f,-0.03666909312793743f,-0.9972892152104621f,-0.24988923040682945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9970344537939043f,0.040759878270980654f,-0.06527580157474645f,0.3655740972779998f,0.04304299145988541f,0.9984958737683943f,-0.033960137715779964f,2.1203906354298376f,0.06379340744994785f,-0.03666909312793743f,-0.9972892152104621f,-0.3411937104711911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9970344537939043f,0.040759878270980654f,-0.06527580157474645f,-0.2463578451616854f,0.04304299145988541f,0.9984958737683943f,-0.033960137715779964f,2.2752882522241693f,0.06379340744994785f,-0.03666909312793743f,-0.9972892152104621f,-0.2124106035299851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9970344537939043f,0.040759878270980654f,-0.06527580157474645f,-0.29496122836046185f,0.04304299145988541f,0.9984958737683943f,-0.033960137715779964f,2.1489066172720115f,0.06379340744994785f,-0.03666909312793743f,-0.9972892152104621f,-0.2989305780356007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9784581993765684f,0.1951539994579749f,-0.06733846277069465f,0.2440510829551492f,0.19866462351112577f,0.9787885398629306f,-0.05005358726579672f,2.360538276031564f,0.056141957909803517f,-0.06235311322258741f,-0.9964738681137126f,-0.27113264889838296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9969405667896191f,0.03968674490145059f,-0.06733846277069465f,0.12961841035792046f,0.043102470709695334f,0.9978160228321377f,-0.05005358726579672f,2.3755584086174104f,0.06520493315626431f,-0.05280290577782683f,-0.9964738681137126f,-0.2641541329845903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9579519001091976f,0.2782638507394669f,-0.06998132928733156f,0.1074373532210526f,0.2830168450542489f,0.9564937536144561f,-0.07086017719472383f,2.373016034928195f,0.0472188785626842f,-0.08768653641336319f,-0.9950283658464768f,-0.2599632683290607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970546556948854f,-0.031378768432362106f,-0.06998132928733156f,0.13683459348605248f,-0.026407810170211488f,0.9971366319867837f,-0.07086017719472383f,2.381724880627201f,0.07200445207879722f,-0.06880341591608502f,-0.9950283658464768f,-0.2626509990433924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9896879792192755f,0.12498126795662215f,-0.06998132928733156f,0.19625551462201257f,0.12990384939110247f,0.9889913170505119f,-0.07086017719472383f,2.4813892076873842f,0.06035473222739607f,-0.07922030963489668f,-0.9950283658464768f,-0.30533378918467613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9896879792192755f,0.12642482042916528f,-0.06733846277069465f,0.16780993002545044f,0.12990384939110247f,0.9902624037674049f,-0.05005358726579672f,2.2585801668397183f,0.06035473222739607f,-0.0582849591597547f,-0.9964738681137126f,-0.29221967337373134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9911355549363067f,-0.11571249487360352f,-0.06527580157474645f,-0.1452141242072718f,-0.11368610704857177f,0.9929361399961559f,-0.033960137715779964f,2.376917277169156f,0.06874431471212779f,-0.026238148175135017f,-0.9972892152104621f,-0.24442596342321923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9970344537939043f,0.040759878270980654f,-0.06527580157474645f,-0.02995994582125916f,0.04304299145988541f,0.9984958737683944f,-0.033960137715779964f,2.3820215947822097f,0.06379340744994785f,-0.03666909312793743f,-0.9972892152104621f,-0.25214353631048436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9772789764818753f,-0.20165532935013827f,-0.06527580157474645f,-0.007865773113387015f,-0.19979358387083548f,0.9792493211079457f,-0.033960137715779964f,2.376746978121504f,0.07076952713269909f,-0.020146842291400853f,-0.9972892152104621f,-0.25341005770285213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9917624625968154f,0.11021019695415965f,-0.06527580157474645f,-0.0364792295580485f,0.11258969209816475f,0.9930610607004816f,-0.033960137715779964f,2.3879859840933273f,0.06108010328364537f,-0.04102977221189053f,-0.9972892152104621f,-0.2519199301731524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9967928941492984f,-0.046292503736997545f,-0.06527580157474645f,-0.09186449676385007f,-0.044145449626410226f,0.9984477394053267f,-0.033960137715779964f,2.4939916560708877f,0.06674657632229294f,-0.030969594349179536f,-0.9972892152104621f,-0.28323948023980977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9967928941492984f,-0.046292503736997545f,-0.06527580157474645f,-0.08144868342302564f,-0.044145449626410226f,0.9984477394053267f,-0.033960137715779964f,2.2693409147046895f,0.06674657632229294f,-0.030969594349179536f,-0.9972892152104621f,-0.2762713215112444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9970344537939043f,0.040759878270980654f,-0.06527580157474645f,0.024331054486545645f,0.04304299145988541f,0.9984958737683943f,-0.033960137715779964f,1.7532926597695198f,0.06379340744994785f,-0.03666909312793743f,-0.9972892152104621f,-0.234287299239093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9935267953218379f,0.06488281196412164f,-0.09324552369496011f,3.003474606588711e-17f,0.06183316202776215f,0.9974644058282767f,0.035233778952752925f,1.379243507583916f,0.09529515754311677f,0.02924003791501263f,-0.9950195239951631f,-0.24525231345722273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9517818481018357f,-0.30357417547694615f,-0.044204452347544776f,0.23237205707946618f,-0.306423801996869f,0.9338693063894976f,0.18437074646858198f,0.7774822161819692f,-0.014689016088139637f,0.1890260261633061f,-0.981862207358686f,-0.23594499692440896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9517818481018357f,-0.299839519501314f,0.06486583206184295f,0.12500000000000003f,-0.306423801996869f,0.9393195323928182f,-0.15421825324883207f,1.114000767038387f,-0.014689016088139637f,-0.16665856896829062f,-0.9859052460534956f,-0.298748309874352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9634084004872254f,0.26471309681238125f,0.0420859863451577f,-0.226463437246888f,0.2677303455632994f,0.9428489626682328f,0.19838421222464672f,0.7780797014196801f,0.012834170608269541f,0.20239271224882652f,-0.9792203399099517f,-0.21543455464194655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9634084004872254f,0.260468467867339f,-0.06324896139453122f,-0.12499999999999997f,0.2677303455632994f,0.9464268966075632f,-0.18054526147848163f,1.1471336260340506f,0.012834170608269541f,-0.1908724878672095f,-0.9815309355492469f,-0.2977310282338068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9716867424208803f,0.2359490778779025f,0.012365567195462309f,3.251445075601974e-17f,0.18533510975437337f,0.7936183633101346f,-0.5795004663581194f,1.1800056084624715f,-0.14654614186607698f,-0.5608011466335557f,-0.8148780904151595f,-0.2655006388671213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.970918012930758f,-0.23902497196094333f,-0.013611573959640837f,3.451670569385455e-17f,-0.18779764388857145f,0.7956304027103883f,-0.5759377633328158f,1.1885907406153386f,0.148493289802906f,-0.5566321272276471f,-0.817380216191666f,-0.28185029118507005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.595762252100076e-17f,9.60626743723895e-17f,3.251445075601974e-17f,0f,0.7844112640417797f,-0.6202410570450632f,1.1800056084624715f,-1.2246467991473532e-16f,-0.6202410570450632f,-0.7844112640417797f,-0.2655006388671213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9696147891392061f,0.24463679339488742f,1.1380929382518737e-16f,3.240846327930167e-17f,0.22734669881401762f,0.9010857212971265f,0.3692668430996826f,1.2098552388607182f,0.09033625640295925f,0.3580465922081991f,-0.9293234090386373f,-0.2646351854417593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9696147891392061f,-0.24463679339488753f,1.1380929382518737e-16f,3.240846327930167e-17f,-0.22734669881401762f,0.9010857212971265f,0.3692668430996826f,1.2098552388607182f,-0.0903362564029595f,0.358046592208199f,-0.9293234090386373f,-0.2646351854417593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.522214574332742e-17f,1.1380929382518737e-16f,3.240846327930167e-17f,0f,0.9293234090386373f,0.3692668430996826f,1.2098552388607182f,-1.2246467991473532e-16f,0.3692668430996826f,-0.9293234090386373f,-0.2646351854417593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9652609644442989f,0.2611284455183497f,-0.009121702759476158f,-0.19374999999999998f,0.26098801944701633f,0.9652376885522146f,0.014193600794084257f,1.3033596235325753f,0.01251096419888436f,0.011319873654255075f,-0.9998576579870085f,-0.25871603914768254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9642690038002407f,-0.2647269541461697f,0.010243439782768496f,0.19375000000000003f,-0.2646211931294124f,0.9642941238962134f,0.010605034936305671f,1.2996774110397784f,-0.01268512738831029f,0.007515475216232734f,-0.9998912966795023f,-0.2611868513295923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6502791084591075e-17f,1.2134766463775442e-16f,-0.007812499999999967f,0f,0.9908788780752246f,0.13475551559911772f,1.1615952268821201f,-1.2246467991473532e-16f,0.13475551559911772f,-0.9908788780752246f,-0.26694862221706134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.863847139988132e-18f,1.2232421315233313e-16f,3.138157422815092e-17f,0f,0.9988530018410207f,0.04788194558684815f,1.3847764444809731f,-1.2246467991473532e-16f,0.04788194558684815f,-0.9988530018410207f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.20360043390789734f,-0.3828078148510399f,-0.9011132227425631f,-1.6329201266549098f,0.1721793385792178f,0.9200470412728114f,-0.35194845817472864f,1.9619120586474144f,0.9637951746501636f,-0.08349621987921178f,0.2532335731828292f,0.850648149929846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5062517470200882f,-0.3828078148510399f,-0.7727660354389811f,-1.6483298733450906f,-0.13331576376238752f,0.9200470412728114f,-0.3684295712583301f,1.9638908303145315f,0.8520188236016621f,-0.08349621987921178f,-0.516809738196101f,0.9431018500701536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1643706313619271f,-0.3828078148510399f,-0.9090877143789007f,-1.504261842843165f,0.02110689778258415f,0.9200470412728114f,-0.3912389815843268f,2.021587291718622f,0.9861728014966127f,-0.08349621987921178f,-0.14314882763824976f,0.9183473241457373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7475850621602369f,0.2984617884781227f,0.5933271742077169f,1.6030948415380484f,0.26653795510312606f,0.6834282534965352f,-0.6796199973603775f,2.5500760461135323f,-0.6083371543184898f,0.6662179696924391f,0.4313693585948886f,-0.07468674503511397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05130045445835946f,0.2984617884781227f,0.9530418795576643f,1.562026008071327f,0.6855367293985679f,0.6834282534965352f,-0.2509287049506098f,2.5011321162859135f,-0.7262283773152077f,0.6662179696924391f,-0.1695463383296844f,-0.006079856527385796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.43806755697836175f,0.2984617884781227f,0.8479489231913968f,1.4553680863259781f,0.5220685848279316f,0.6834282534965352f,-0.510264847954899f,2.602143808392958f,-0.7318068107491005f,0.6662179696924391f,0.14357022184322854f,-0.06191883405773417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.550898944480973f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28.mcfunction new file mode 100644 index 000000000..1d441b74d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..5d55ebb72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4795198305653516f,-0.031386408243565034f,-0.6603181581000095f,0.037792377705170604f,-0.1280403598847836f,0.8047076737362341f,0.05473271887124041f,1.5179884496634262f,0.6485451740469557f,0.135664651446246f,-0.4774187931081233f,-0.5523082672867209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4457432966486869f,0.15135382968744662f,-0.6468422773224584f,0.037792377705170604f,0.18578392829679483f,0.7762793866007975f,0.05361572460856204f,1.5179884496634262f,0.6378065893978928f,-0.12034256178772813f,-0.46767555243244735f,-0.5523082672867209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5751758595474773f,0.15458489836026088f,0.5587671109122413f,-0.07944051639345613f,0.19319558585587226f,0.7932190494633742f,-0.020577891502090478f,1.5252306672792233f,-0.5466192830883954f,0.11769236683750282f,-0.5952313084747473f,-0.5409788693450505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5784982371201444f,-0.07571505160632178f,0.5473637004854609f,-0.07944051639345613f,-0.12251004825036788f,0.7903068680918f,-0.02015793453266006f,1.5252306672792233f,-0.5388237909804816f,-0.09839860368512603f,-0.5830837307507729f,-0.5409788693450505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2854554475263926f,0.6987561200280864f,0.5484071727722171f,-0.6377865896732957f,0.0326532963159123f,0.9268516413926311f,-1.2574919670071425f,2.0293460390809703f,-0.887662269483404f,1.04598860871956f,0.747910272535745f,-0.8018132137677154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2640043890275649f,0.9629712749924126f,0.054662657396704936f,-0.36133536983045644f,0.8347539436343421f,0.25650997145022536f,-0.4872252950468796f,2.028933085355023f,-0.4832054802680702f,-0.08299974750619424f,-0.8715638276987016f,-0.3561474539083167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2655156848914002f,0.9629712749924126f,0.0467733323180852f,-0.27435490450412453f,0.848898555051655f,0.25650997145022536f,-0.46214053898983737f,1.7500130448425466f,-0.4570258901942683f,-0.08299974750619424f,-0.8855723446483889f,-0.2077222551463645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6306091990254497f,0.7721549384278619f,-0.07815874337491169f,0.48757771637738045f,0.7605690180509364f,0.6348940236537539f,0.1358099683741247f,1.442510675832798f,0.1544888568328311f,0.026197896675326647f,-0.987647135025599f,-0.4290598064482559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5266252788134588f,0.7963723753375119f,-0.2974169724712017f,0.3158273808190203f,0.6900661332305811f,0.6047926147654621f,0.39753569008750533f,1.6697349566493667f,0.49646203025290925f,0.00411496348028486f,-0.8680486850359922f,-0.2661527845962859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9973535901201064f,-0.028897821044269332f,0.06671380826656705f,-0.09636259362493638f,-0.0578332046498809f,0.8714131788305061f,-0.4871287224137346f,1.399342276603958f,-0.0440583330876224f,-0.48969785347641226f,-0.8707783159829684f,0.02521122066268673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9868726589763653f,-0.15126121344371254f,0.05658975412965006f,-0.12437038518232216f,-0.16045300591791134f,0.9581516312279227f,-0.23706599179801713f,1.577514045010456f,-0.018362675644505985f,-0.24303394183283622f,-0.9698439643882764f,-0.026419168208396765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9940918763150138f,-0.06522572609864832f,0.0867579742697995f,0.21366942563067026f,-0.10017057831130155f,0.8591156809235272f,-0.5018825580074323f,1.3797263607054564f,-0.041799481878062865f,-0.50760797023511f,-0.8605736179249961f,-0.006083836627722473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9867397942478952f,-0.1491986420519946f,0.06390886994355459f,0.1860941106830685f,-0.16001247846839659f,0.960207869319163f,-0.22890359200317065f,1.5583346887527796f,-0.02721369475139916f,-0.23609449995159526f,-0.9713489599060595f,-0.05642248636805944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9974314524347068f,0.03738611294098616f,-0.06109645041371061f,0.33741754053982187f,0.039551262599148734f,0.9986175729987719f,-0.034621388257200326f,2.2591233466666036f,0.05971762989942208f,-0.036948903328873774f,-0.9975312442334772f,-0.25015448502539434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9974314524347068f,0.03738611294098616f,-0.06109645041371061f,0.36442016366221464f,0.039551262599148734f,0.9986175729987719f,-0.034621388257200326f,2.1295672225451767f,0.05971762989942208f,-0.036948903328873774f,-0.9975312442334772f,-0.34129383737740193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9974314524347068f,0.03738611294098616f,-0.06109645041371061f,-0.2485734377655684f,0.039551262599148734f,0.9986175729987719f,-0.034621388257200326f,2.2823597134436038f,0.05971762989942208f,-0.036948903328873774f,-0.9975312442334772f,-0.21507037745948387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9974314524347068f,0.03738611294098616f,-0.06109645041371061f,-0.29637817357577856f,0.039551262599148734f,0.9986175729987719f,-0.034621388257200326f,2.155769934017113f,0.05971762989942208f,-0.036948903328873774f,-0.9975312442334772f,-0.3017309075690348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9793843777363636f,0.191793862986468f,-0.06341415273173341f,0.24175891608794206f,0.1952250826509529f,0.9793142642573535f,-0.05320468894756207f,2.369378061874509f,0.05189805150373458f,-0.06448787438585767f,-0.9965680640615119f,-0.27211287098931575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.997329701205518f,0.03622309106948836f,-0.06341415273173341f,0.12724651647296512f,0.03962303489070189f,0.9977972119524304f,-0.05320468894756207f,2.383997226039472f,0.061347226500977854f,-0.05557527771705838f,-0.9965680640615119f,-0.2656066433159483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.959187969519174f,0.27486741006410453f,-0.06638031345463372f,0.10509785036277906f,0.27958746704679427f,0.9570094859880566f,-0.0772249441517011f,2.38151561897606f,0.0422999692676219f,-0.09263234107765507f,-0.994801468629008f,-0.2611064946930413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971806696727633f,-0.03499094192278511f,-0.06638031345463372f,0.13447013382725662f,-0.02982871253903238f,0.9965673865369217f,-0.0772249441517011f,2.3903216589084284f,0.0688546290327885f,-0.07502718223634593f,-0.994801468629008f,-0.26375002449085055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9903775101835844f,0.12143327924514143f,-0.06638031345463372f,0.19364892459875402f,0.12643601439967805f,0.9889642269887677f,-0.0772249441517011f,2.4899520972831f,0.05627007717506997f,-0.08487471018083331f,-0.994801468629008f,-0.30684632367470316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9903775101835844f,0.12300826214478568f,-0.06341415273173341f,0.16597206561617728f,0.12643601439967805f,0.9905469172819213f,-0.05320468894756207f,2.267079040894668f,0.05627007717506997f,-0.06071056009791143f,-0.9965680640615119f,-0.2931864476526731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9909998926904904f,-0.1191068278239388f,-0.06109645041371061f,-0.14765941065834348f,-0.11715388488684084f,0.9925101141706643f,-0.034621388257200326f,2.384331243931097f,0.06476248870571036f,-0.027152105528918904f,-0.9975312442334772f,-0.24671939595779924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9974314524347068f,0.03738611294098617f,-0.06109645041371061f,-0.03239350270369575f,0.03955126259914874f,0.9986175729987719f,-0.034621388257200326f,2.389838982784485f,0.05971762989942209f,-0.03694890332887378f,-0.9975312442334772f,-0.2539703201136264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9768479948624426f,-0.2050249220950235f,-0.06109645041371061f,-0.01027588883920802f,-0.2032110351702288f,0.9785226796861626f,-0.034621388257200326f,2.384641833361729f,0.06688250980839093f,-0.02140436076460358f,-0.9975312442334772f,-0.25514459428049274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9923938361415426f,0.10687234317220778f,-0.06109645041371061f,-0.0389346425202581f,0.10911495822260767f,0.9934260341702461f,-0.034621388257200326f,2.3957804212414824f,0.05699473554944987f,-0.04102458893955045f,-0.9975312442334772f,-0.25377590056241245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968943390672235f,-0.04968803158275274f,-0.06109645041371061f,-0.09456560459861876f,-0.0476344981914654f,0.9982646513110597f,-0.034621388257200326f,2.5015764030894427f,0.0627106954017488f,-0.03160356720751461f,-0.9975312442334772f,-0.28536784279950833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968943390672235f,-0.04968803158275274f,-0.06109645041371061f,-0.08338579749249941f,-0.0476344981914654f,0.9982646513110597f,-0.034621388257200326f,2.2769668565444547f,0.0627106954017488f,-0.03160356720751461f,-0.9975312442334772f,-0.27825704017781755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9974314524347068f,0.03738611294098616f,-0.06109645041371061f,0.024042015255011987f,0.039551262599148734f,0.9986175729987719f,-0.034621388257200326f,1.761313360940728f,0.05971762989942208f,-0.036948903328873774f,-0.9975312442334772f,-0.23561257957690135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934863867692502f,0.06411204068003189f,-0.09420427561433575f,3.003428015313578e-17f,0.061373940024563964f,0.9976118340804151f,0.03168387584516219f,1.3872089231605724f,0.09601061811092053f,0.02569581177064397f,-0.9950485849783449f,-0.24524850899089284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9514798392438932f,-0.3044054461924935f,-0.04498266155713758f,0.23302649060872202f,-0.30736821211480847f,0.9333104163985361f,0.18562448336180648f,0.78468474817628f,-0.014522317093395277f,0.1904441938478052f,-0.9815906027137274f,-0.2384290968764045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9514798392438932f,-0.30123469897335986f,0.06279945578461892f,0.12500000000000003f,-0.30736821211480847f,0.9400479015199061f,-0.14776577759876314f,1.1219211299998635f,-0.014522317093395277f,-0.15989871476172135f,-0.9870265970701037f,-0.2983861834152336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9630121466316037f,0.26593863130706097f,0.04340794649044973f,-0.22707765749357423f,0.26915773067704746f,0.9417725668763263f,0.20154043836401028f,0.786293985588467f,0.012716975142408944f,0.20576947455272016f,-0.9785178597682951f,-0.21628025536070353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9630121466316037f,0.2620782444181297f,-0.06263065737082531f,-0.12499999999999997f,0.26915773067704746f,0.9465636580001336f,-0.17768330639142196f,1.1553506667162363f,0.012716975142408944f,-0.1879687079173472f,-0.9820926857415803f,-0.2974658129307244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9731628099040943f,0.22980230905045687f,0.012043428691449655f,3.250496570660246e-17f,0.1744328463438144f,0.7707972794596053f,-0.6127354535964656f,1.1854423837338772f,-0.15009106414428203f,-0.5941905862034079f,-0.790196317209393f,-0.26542318756096606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9724350727266899f,-0.23279833595259086f,-0.013227399923715188f,3.454909760069591e-17f,-0.1767494492927772f,0.7729340187386369f,-0.6093706875549897f,1.1933421301682463f,0.15208438942158808f,-0.5902354932179574f,-0.7927751264009344f,-0.2821147911769364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.987588933537159e-17f,9.283016820787332e-17f,3.250496570660246e-17f,0f,0.7580158481000832f,-0.6522361336426493f,1.1854423837338772f,-1.2246467991473532e-16f,-0.6522361336426493f,-0.7580158481000832f,-0.26542318756096606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9710472879305003f,0.2388873470965343f,1.1413257602579007e-16f,3.240904739120915e-17f,0.22263421847897158f,0.9049803461008344f,0.3625528622607625f,1.2151589448861224f,0.08660929144772866f,0.3520559736297537f,-0.9319632085369725f,-0.2646399550774443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9710472879305003f,-0.23888734709653442f,1.1413257602579007e-16f,3.240904739120915e-17f,-0.22263421847897158f,0.9049803461008344f,0.3625528622607625f,1.2151589448861224f,-0.08660929144772891f,0.3520559736297536f,-0.9319632085369725f,-0.2646399550774443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.439992022893541e-17f,1.1413257602579007e-16f,3.240904739120915e-17f,0f,0.9319632085369725f,0.3625528622607625f,1.2151589448861224f,-1.2246467991473532e-16f,0.3625528622607625f,-0.9319632085369725f,-0.2646399550774443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9652876800858964f,0.26090858270512907f,-0.012099840709240403f,-0.19374999999999998f,0.26089796197861237f,0.9653632080089982f,0.0024758953899669464f,1.30722942149544f,0.012326723400592625f,-0.0007668724641901117f,-0.999923728989781f,-0.2587681783503286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9644277738739964f,-0.2640213567589655f,0.013106950659969557f,0.19375000000000003f,-0.2640519359676739f,0.9645082579722608f,-0.0006288203544830145f,1.302908344014052f,-0.01247574014522735f,-0.004067367511038464f,-0.9999139025082904f,-0.2613900315879911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6419291011326825e-17f,1.2135899105259545e-16f,-0.007812499999999968f,0f,0.9909713652711156f,0.13407368575787382f,1.169545765316287f,-1.2246467991473532e-16f,0.13407368575787382f,-0.9909713652711156f,-0.26679505450296237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.779677647613879e-18f,1.223282189558413e-16f,3.138157422815092e-17f,0f,0.9988857117089676f,0.04719464952374771f,1.3927342915262595f,-1.2246467991473532e-16f,0.04719464952374771f,-0.9988857117089676f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2687706681546726f,-0.3766292544555127f,-0.88651719251686f,-1.6376751789372699f,0.14149106332998643f,0.925836934289095f,-0.35043722705203534f,1.9704804302215746f,0.9527552712724504f,-0.031247012568478606f,0.30212748512524434f,0.8500944415936523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3864571294395795f,-0.3766292544555127f,-0.8419033743806974f,-1.6435748210627306f,-0.12637596132278586f,0.925836934289095f,-0.3561672184605312f,1.9712381528309446f,0.9136082330545526f,-0.031247012568478606f,-0.4053931680486037f,0.9436555584063472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06292951600491316f,-0.3766292544555127f,-0.924224150681896f,-1.5019913773977158f,0.008082374499946088f,0.925836934289095f,-0.3778367985368982f,2.0275348113067944f,0.9979852460020788f,-0.031247012568478606f,-0.05521841149214035f,0.9051577617238208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6158868705482252f,0.43928136373816756f,0.6539994236684378f,1.5935259712543828f,0.19314399760966933f,0.7206010922655698f,-0.6659049947350025f,2.5527978826071176f,-0.7637923532437787f,0.5364382064115151f,0.35896419296125753f,-0.08314004051560064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.035250389628401047f,0.43928136373816756f,0.8976576705534137f,1.5609369193706177f,0.5828511714777762f,0.7206010922655698f,-0.37552440364462536f,2.5139597629454014f,-0.81181397003133f,0.5364382064115151f,-0.23063418819413356f,-0.004281834484398728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3476165534268266f,0.43928136373816756f,0.8283686469537517f,1.4529761482694374f,0.414273276391638f,0.7206010922655698f,-0.555978163504112f,2.6167755473018763f,-0.8411541976661538f,0.5364382064115151f,0.06851033827536633f,-0.053987488241304636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5588567915262594f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29.mcfunction new file mode 100644 index 000000000..c7e588223 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..64c0ebd56 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.494353237397924f,-0.03458586363380014f,-0.649124902584503f,0.03551224930977161f,-0.12508869710918583f,0.8053298765189224f,0.05235505979356822f,1.524669201562844f,0.6378966522675619f,0.13111846730024693f,-0.49278824357234424f,-0.554174791651921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.46036728966791396f,0.15401889517982423f,-0.6358774555929825f,0.03551224930977161f,0.18868850382831143f,0.7757359952282397f,0.05128658918553622f,1.524669201562844f,0.6264651683269011f,-0.12046512206792043f,-0.48273134064229645f,-0.554174791651921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5888024628181576f,0.15640371062246475f,0.5438694544899914f,-0.07817262842048402f,0.19155096855060844f,0.7936107848646299f,-0.02084689517205019f,1.5316448886233338f,-0.5325075874304893f,0.11253553169783731f,-0.6088644084514133f,-0.5431134613669781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5915124763156653f,-0.07917723468083993f,0.5327700778677467f,-0.07817262842048402f,-0.12414531902432235f,0.7900448748092609f,-0.02042144833180427f,1.5316448886233338f,-0.5241191945800676f,-0.09777556594525302f,-0.5964386041973029f,-0.5431134613669781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2319147231458822f,-0.7846098186675383f,0.5551394395527104f,-0.1879197878061285f,0.8355254346640106f,0.42814736874508325f,-1.2489969290059035f,2.1866630839877517f,0.4750680087376136f,1.2815941296241784f,0.7571216044909327f,-0.8784188118208786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.25768907053887136f,0.9648816605595184f,0.05098748906073756f,-0.3594888972471921f,0.8326428435090887f,0.24852523983732028f,-0.4949152455894865f,2.0363161540551253f,-0.4902063219481282f,-0.08507988175655092f,-0.867444047557178f,-0.35816587325994104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2592485722906307f,0.9648816605595184f,0.04235042952764326f,-0.2745868857981232f,0.8487116871387353f,0.24852523983732028f,-0.466822961386781f,1.7574047287948977f,-0.46095406482576023f,-0.08507988175655092f,-0.8833361556287054f,-0.20863598807048753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6274830763444282f,0.7748768524564427f,-0.07636001852101115f,0.4848398666387559f,0.7618940743911481f,0.631259936229044f,0.1450114213424569f,1.449955358344234f,0.16056901416210018f,0.0328139671374862f,-0.9864790090274154f,-0.4325715556525701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.519374734923647f,0.8017841616103881f,-0.29562145205265233f,0.3156038662102475f,0.6903830772346119f,0.5975640990827784f,0.407784690928259f,1.677369609068685f,0.5036080731988513f,0.007701017992111467f,-0.8638979123315589f,-0.2673137860796555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9885975945699206f,-0.14771691203442158f,0.02923200146384472f,-0.08800647968053824f,-0.1458417499567331f,0.8909426413041628f,-0.4300597561682793f,1.4047909391162503f,0.03748306257664955f,-0.4294192867175124f,-0.9023270450423716f,0.007552563216027999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9810524603082899f,-0.1932105058505219f,-0.014344704668861744f,-0.12432310393169148f,-0.18864252841861895f,0.969482938796993f,-0.15657850380360838f,1.585590374491914f,0.044159558363756075f,-0.1509057050297685f,-0.9875613406743841f,-0.026914514856268473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9858502685989889f,-0.16306740228227068f,0.03883645473280486f,0.22228936964737284f,-0.1635633119445215f,0.885057997971484f,-0.4357974107454611f,1.3856092474648578f,0.03669183681747561f,-0.43598321359843784f,-0.8992065094133486f,-0.023187569542526182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9812364083567929f,-0.19247214274677765f,-0.01138354872283004f,0.18612969570283436f,-0.18850645247483183f,0.9700714690564135f,-0.15305770904494204f,1.5665410372314044f,0.040502201056423826f,-0.14803992430826288f,-0.9881516849757374f,-0.05712100338142381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9977668772826631f,0.034297638204004076f,-0.05731431419139678f,0.3355960899440862f,0.03635186579386023f,0.9987192298328965f,-0.035191502032329666f,2.2676469167091877f,0.05603392232307211f,-0.03719639734723687f,-0.9977357503735539f,-0.2503972841681583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9977668772826631f,0.034297638204004076f,-0.05731431419139678f,0.36335192611124206f,0.03635186579386023f,0.9987192298328965f,-0.035191502032329666f,2.138144614697275f,0.05603392232307211f,-0.03719639734723687f,-0.9977357503735539f,-0.3413867331843896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9977668772826631f,0.034297638204004076f,-0.05731431419139678f,-0.25059195045947846f,0.03635186579386023f,0.9987192298328965f,-0.035191502032329666f,2.2890036378630807f,0.05603392232307211f,-0.03719639734723687f,-0.9977357503735539f,-0.21747735480335345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9977668772826631f,0.034297638204004076f,-0.05731431419139678f,-0.29766863008852223f,0.03635186579386023f,0.9987192298328965f,-0.035191502032329666f,2.1622277257857077f,0.05603392232307211f,-0.03719639734723687f,-0.9977357503735539f,-0.3042642596453543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9802033119552614f,0.1887316013778573f,-0.05984855782126887f,0.23965711030496079f,0.19207151084265056f,0.979779773621838f,-0.056036862190540174f,2.377640681470861f,0.048062479696305324f,-0.06642272083323289f,-0.9966333429113f,-0.27300232970215615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9976595097286816f,0.03307042144637502f,-0.05984855782126887f,0.12507495103280364f,0.036435467076007796f,0.9977636628053719f,-0.056036862190540174f,2.391892347511347f,0.057861553616194696f,-0.0580863186177914f,-0.9966333429113f,-0.26692290402200564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9602859898354843f,0.2717915207501285f,-0.06308872303364987f,0.10295302604930828f,0.2764381470116858f,0.9574429932598704f,-0.08297508984222933f,2.389468518373504f,0.03785192996968259f,-0.09711994597358907f,-0.994552636863257f,-0.2621424283528888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972744469787798f,-0.03825559343615348f,-0.06308872303364987f,0.13230215572613138f,-0.032957854994496785f,0.9960064830410674f,-0.08297508984222933f,2.3983631435900934f,0.06601103845063022f,-0.08066966784989284f,-0.994552636863257f,-0.2647462437206573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9909808369483859f,0.11822349101198082f,-0.06308872303364987f,0.19126196175045265f,0.12325765224204147f,0.9888997348717686f,-0.08297508984222933f,2.4979607880036494f,0.05257881669319369f,-0.09000289186179604f,-0.994552636863257f,-0.3082168663535946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9909808369483859f,0.1198963340882061f,-0.05984855782126887f,0.16428528658060632f,0.12325765224204147f,0.9907913106399443f,-0.056036862190540174f,2.275032743109662f,0.05257881669319369f,-0.06290824932066454f,-0.9966333429113f,-0.2940625102564451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9908480440086926f,-0.1222097503185299f,-0.05731431419139678f,-0.14989191075795874f,-0.12032979444082559f,0.9921100235127842f,-0.035191502032329666f,2.3912887293928273f,0.061162850276750794f,-0.02797281130929413f,-0.9977357503735539f,-0.24879438409621635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9977668772826631f,0.03429763820400408f,-0.05731431419139678f,-0.034618490630239515f,0.03635186579386023f,0.9987192298328965f,-0.035191502032329666f,2.3971660152403462f,0.05603392232307211f,-0.03719639734723687f,-0.9977357503735539f,-0.25562349444273197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9764262864960189f,-0.20810280254807742f,-0.05731431419139678f,-0.012480043316569767f,-0.20633998923107338f,0.9778473127379496f,-0.035191502032329666f,2.3920398899625632f,0.06336809831228002f,-0.022535672672605603f,-0.9977357503735539f,-0.25671441844390835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9929438850183274f,0.10381478985905837f,-0.05731431419139678f,-0.0411794487374607f,0.10593044620941627f,0.9937506220126772f,-0.035191502032329666f,2.4030863683353614f,0.05330273698961961f,-0.041014517624093125f,-0.9977357503735539f,-0.25545542319108466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969593092127067f,-0.05279398794268425f,-0.05731431419139678f,-0.0970350800271634f,-0.05083058030286899f,0.99808707550533f,-0.035191502032329666f,2.5086903015468263f,0.05906257596986459f,-0.0321711757062993f,-0.9977357503735539f,-0.2872925442095944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969593092127067f,-0.05279398794268425f,-0.05731431419139678f,-0.08515643274005948f,-0.05083058030286899f,0.99808707550533f,-0.035191502032329666f,2.2841207095581275f,0.05906257596986459f,-0.0321711757062993f,-0.9977357503735539f,-0.28005402967567705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9977668772826631f,0.034297638204004076f,-0.05731431419139678f,0.023777959659202475f,0.03635186579386023f,0.9987192298328965f,-0.035191502032329666f,1.7688328554830455f,0.05603392232307211f,-0.03719639734723687f,-0.9977357503735539f,-0.2368158741264286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934489588304826f,0.06340789242453986f,-0.09507158027985095f,3.003385767651286e-17f,0.06095787923363034f,0.9977345270546201f,0.02845962899322462f,1.3946824078375628f,0.09666076328049712f,0.022477826882771276f,-0.9950635377405104f,-0.24524505920746784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9512048316309043f,-0.30515827233118153f,-0.045692418516331074f,0.2336153990413245f,-0.3082253660481342f,0.9328008050696545f,0.18676129627387525f,0.7914849740678496f,-0.014369829731654493f,0.19173180980018165f,-0.9813421529233474f,-0.24069271410560866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9512048316309043f,-0.30248896368288336f,0.060908087575283154f,0.12500000000000003f,-0.3082253660481342f,0.940670079473294f,-0.14190463455504376f,1.129354027146439f,-0.014369829731654493f,-0.15375379160775884f,-0.9880046961223015f,-0.2980573606777502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9626505514271996f,0.2670452801876949f,0.044617644115127746f,-0.22763471509141608f,0.27045319894461906f,0.9407843208777678f,0.204401391314198f,0.793997125762775f,0.012608846796238277f,0.20883409664140826f,-0.9778697955568707f,-0.21704897416100294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9626505514271996f,0.26353846056684693f,-0.06205961359020167f,-0.12499999999999997f,0.27045319894461906f,0.9466785486128069f,-0.17508510152772017f,1.1630528326783682f,0.012608846796238277f,-0.18532999055308402f,-0.9825954465516634f,-0.2972253346245369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9746276751598586f,0.2235255373341627f,0.011714477024732071f,3.249321620602148e-17f,0.16558019337449023f,0.755209702435917f,-0.6342251216316807f,1.1913442912185015f,-0.1506123978115864f,-0.6161936704528275f,-0.7730596782392138f,-0.2653272456078318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9739753812296374f,-0.22629325137835116f,-0.01277971592785849f,3.4563235835237746e-17f,-0.16766742645312874f,0.7572930821777011f,-0.6311852515643742f,1.198780987536469f,0.1525109532629282f,-0.61261615393851f,-0.7755268254989125f,-0.2822302386231036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.240410241173588e-17f,9.059338680243016e-17f,3.249321620602148e-17f,0f,0.7397511418435486f,-0.6728805600856411f,1.1913442912185015f,-1.2246467991473532e-16f,-0.6728805600856411f,-0.7397511418435486f,-0.2653272456078318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.972544201472319f,0.23271823345532983f,1.1448362966915578e-16f,3.240490154918858e-17f,0.2175519347677193f,0.9091632810028271f,0.3550961618421078f,1.220966871017737f,0.08263735149066312f,0.3453467131646181f,-0.9348297790747808f,-0.26460610170826504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.972544201472319f,-0.23271823345532994f,1.1448362966915578e-16f,3.240490154918858e-17f,-0.2175519347677193f,0.9091632810028271f,0.3550961618421078f,1.220966871017737f,-0.08263735149066337f,0.345346713164618f,-0.9348297790747808f,-0.26460610170826504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.348673779894478e-17f,1.1448362966915578e-16f,3.240490154918858e-17f,0f,0.9348297790747808f,0.3550961618421078f,1.220966871017737f,-1.2246467991473532e-16f,0.3550961618421078f,-0.9348297790747808f,-0.26460610170826504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.965492164599874f,0.2600283559021611f,-0.014496007142273417f,-0.19374999999999998f,0.2601495341576032f,0.9655416155258185f,-0.007183910173055141f,1.3113532748827028f,0.01212847780357614f,-0.01070713848848178f,-0.9998691200409966f,-0.2588323404891103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9647399659817522f,-0.26275376816971524f,0.015403095472765766f,0.19375000000000003f,-0.26291928250825247f,0.9647669799713455f,-0.009905818609041432f,1.306438564115324f,-0.012257606735139212f,-0.013606309918013731f,-0.999832295641395f,-0.26152581056881563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6343469732968514e-17f,1.2136922519199881e-16f,-0.007812499999999968f,0f,0.991054933361201f,0.1334545580354064f,1.1770058314358864f,-1.2246467991473532e-16f,0.1334545580354064f,-0.991054933361201f,-0.2666556171706591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.703252928089707e-18f,1.2233180589142308e-16f,3.138157422815092e-17f,0f,0.9989150012607328f,0.046570594330222675f,1.4002009020300814f,-1.2246467991473532e-16f,0.046570594330222675f,-0.9989150012607328f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3226795232525104f,-0.36724301431840933f,-0.8723591540803944f,-1.641681423519119f,0.11633178929554261f,0.9300603134890147f,-0.3485035553219123f,1.9784616018153303f,0.939332124476125f,0.01097185978056121f,0.34283345551466476f,0.8500121023098597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.28003832276069046f,-0.36724301431840933f,-0.8869673647996911f,-1.6395685764808814f,-0.12180913966192022f,0.9300603134890147f,-0.34662710045167927f,1.9781902022448326f,0.9522295265744507f,0.01097185978056121f,-0.3051860858767213f,0.9437378976901398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.022537035074533186f,-0.36724301431840933f,-0.9298519508418414f,-1.501147207373724f,-0.002894928751976389f,0.9300603134890147f,-0.367395471747049f,2.033435222792139f,0.9997418173896552f,0.01097185978056121f,0.01989765954542044f,0.8938903510681867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4893834712847376f,0.5431690876439059f,0.6822544688467692f,1.5850384343885315f,0.11876455454409049f,0.7335396825383254f,-0.6691894460655492f,2.5541333998241327f,-0.8639437473685682f,0.4085179021409708f,0.2944729614295614f,-0.08930272870299096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01254158159061905f,0.5431690876439059f,0.8395296605595853f,1.5603827081895936f,0.47940643043315445f,0.7335396825383254f,-0.4817561713158575f,2.524749849548529f,-0.8775033807288418f,0.4085179021409708f,-0.2511990056504871f,-0.0037587947345085054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2629944127886715f,0.5431690876439059f,0.7973714824785425f,1.453104848917281f,0.3134245362731039f,0.7335396825383254f,-0.6030626785032901f,2.6299010264618246f,-0.9124686289971462f,0.4085179021409708f,0.02267431865367918f,-0.049931909516801605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5663234020300814f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..ef4d13af6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7977030869290801f,-0.13370998606864967f,-0.11285330820929661f,0.10263816688508325f,-0.14599754152244362f,0.7989634696318847f,0.08536121196203394f,1.2478337960598502f,0.09643105007031373f,0.10355413204573943f,-0.8043146391574847f,-0.35865065601635976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7720654544768211f,0.1780269412829909f,-0.11055017947033138f,0.10263816688508325f,0.16737888243281476f,0.7778124118763508f,0.08361914641178836f,1.2478337960598502f,0.12609220324445902f,0.05756961098111247f,-0.787900054684883f,-0.35865065601635976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6774201386422062f,0.1263940384692671f,0.43825899562455994f,0.0417589940951223f,0.19173640147917428f,0.7908984745546671f,0.06827297956997348f,1.2497214647713526f,-0.41386417162426065f,0.15952615594621006f,-0.6857202763949996f,-0.37175130111592775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6604638420973684f,-0.139557157847152f,0.42931493448936486f,0.0417589940951223f,-0.12296072417722548f,0.7876596804860444f,0.06687965345630056f,1.2497214647713526f,-0.43435949810242985f,-0.010771602956277063f,-0.6717259850399996f,-0.37175130111592775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5938601910933765f,0.0025200890037821518f,1.4452439145645806f,-0.6026579369332496f,1.433162099617034f,-0.202658799287565f,-0.5885423156346691f,0.9417745550521514f,0.1865012591266731f,1.5492996192546928f,-0.0793361211645119f,-0.19992134125773486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6196433338449305f,-0.7831837332485235f,0.05162730669370355f,-0.4789944001506514f,-0.7830466770150285f,0.6123569356707866f,-0.10888932432339724f,1.1712076541334213f,0.05366600821061529f,-0.10789913489361197f,-0.9927123129345925f,-0.21937510975753766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5246297151687636f,-0.7831837332485235f,0.3337467631855744f,-0.29118412925079534f,-0.7439208727733426f,0.6123569356707866f,0.26758310557289017f,1.4421709664776854f,-0.41393888077117186f,-0.10789913489361197f,-0.9038873711227079f,-0.0679309898701469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7456014766497876f,0.6173978942087955f,0.25079529151122804f,0.3396702719810898f,0.37326993112246437f,-0.07516552841390306f,-0.9246727539287019f,1.2638030566466774f,-0.552039850497668f,0.7830517119353f,-0.2864995984250391f,0.3489592727140827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06793390081801798f,0.8816770378209936f,0.466937454161525f,0.29198855953908814f,0.46693690668554694f,0.4416941329182727f,-0.7660784673390241f,1.4149699835331486f,-0.8816773277648581f,0.16598763184277815f,-0.44169355415338096f,0.056622271745944766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9771718972280019f,0.14736605409496803f,0.15303048509465828f,-0.21377352874930716f,0.030298979628400183f,0.8096171229132563f,-0.5861758150240753f,1.0829766415138562f,-0.21027851792635702f,-0.5681578657258388f,-0.7956001410963643f,0.19676944485128836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9771718972280019f,0.08823568804094556f,0.19326030793664906f,-0.1960214603170258f,0.030298979628400183f,0.9582548538428796f,-0.284305481691858f,1.260872517348822f,-0.21027851792635702f,-0.27195973680400304f,-0.9390531648720388f,0.13990791192008756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9771718972280019f,0.1340567447522925f,0.16481466092021724f,0.09959913392571257f,0.030298979628400183f,0.8557875519980623f,-0.516439384321763f,1.0649613341896922f,-0.21027851792635702f,-0.49965633692727507f,-0.8403133283883533f,0.2240437251791284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9771718972280019f,0.04505607552185067f,0.20761751690644212f,0.10934475756672482f,0.030298979628400183f,0.9968186552894875f,-0.07371933464387502f,1.251404086214947f,-0.21027851792635702f,-0.06574586318109409f,-0.9754283296958665f,0.20561994877207412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9957211559330853f,0.06241057041585232f,0.06814910364523277f,0.32348200740939786f,0.06899124659604242f,0.9927013549585529f,0.09891525542896362f,1.9458802317479795f,-0.06147835001368204f,0.10319370409003147f,-0.9927595237094301f,0.0902626748305771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9957211559330853f,0.06241057041585232f,0.06814910364523277f,0.35940920792164754f,0.06899124659604242f,0.9927013549585529f,0.09891525542896362f,1.8284786958272743f,-0.06147835001368204f,0.10319370409003147f,-0.9927595237094301f,-0.013402305402922837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9957211559330853f,0.06241057041585232f,0.06814910364523277f,-0.26150417170128976f,0.06899124659604242f,0.9927013549585529f,0.09891525542896362f,1.9864125891231545f,-0.06147835001368204f,0.10319370409003147f,-0.9927595237094301f,0.054144144197538886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9957211559330853f,0.06241057041585232f,0.06814910364523277f,-0.30025605788402143f,0.06899124659604242f,0.9927013549585529f,0.09891525542896362f,1.8741853966971522f,-0.06147835001368204f,0.10319370409003147f,-0.9927595237094301f,-0.05413171228698718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9741215239457197f,0.21136509680726567f,0.08007529230245714f,0.23251113384283456f,0.22264298310781344f,0.9583669358695637f,0.17878176166722784f,2.057096917721285f,-0.03895328816059836f,0.19198336408042957f,-0.9806248157464907f,0.08194870452666903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9951932573711758f,0.05637666224267576f,0.08007529230245714f,0.11844791578707915f,0.06998025960590708f,0.9813968845276883f,0.17878176166722784f,2.075047506801579f,-0.0685065234006115f,0.18352609349551052f,-0.9806248157464907f,0.07590724249868225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9534870090033807f,0.2860283696776653f,0.0951330405344234f,0.09666865589417699f,0.30138257774530897f,0.9104369684083661f,0.283325022521797f,2.0721741768401305f,-0.005573642738833234f,0.2988181692851371f,-0.9542937892555413f,0.05990741170851738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9952076602191995f,-0.022614544870560443f,0.0951330405344234f,0.12608062118424285f,0.005291368917114597f,0.9590093498126108f,0.283325022521797f,2.0796374998449347f,-0.0976407417833858f,0.2824706167591439f,-0.9542937892555413f,0.06505529792539495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9864926966984251f,0.13334865563381218f,0.0951330405344234f,0.19142177790722173f,0.15524833799173698f,0.9463746008657601f,0.283325022521797f,2.1844812873969586f,-0.052250482404209896f,0.29426731194073924f,-0.9542937892555413f,0.06994998699613156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9864926966984251f,0.14289893954590888f,0.08007529230245714f,0.15926951650939228f,0.15524833799173698f,0.9715631915866132f,0.17878176166722784f,1.965879569289971f,-0.052250482404209896f,0.18879845823175767f,-0.9806248157464907f,0.027470333893986145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.993225340394881f,-0.09412291362800333f,0.06814910364523277f,-0.15525945241734454f,-0.08715085554161849f,0.9912721627392683f,0.09891525542896362f,2.0877733592251984f,-0.07686450140238463f,0.09230588555660243f,-0.9927595237094301f,0.04950214274745915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9957211559330854f,0.06241057041585233f,0.06814910364523277f,-0.039938363949487556f,0.06899124659604242f,0.9927013549585529f,0.09891525542896362f,2.089830433175946f,-0.061478350013682036f,0.10319370409003147f,-0.9927595237094301f,0.0576234496835297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9812424656649273f,-0.1803300397830757f,0.06814910364523277f,-0.017967049866077972f,-0.17321428183333837f,0.9799043753409736f,0.09891525542896362f,2.084001254266675f,-0.08461699678418712f,0.08525545108349754f,-0.9927595237094301f,0.05855089547271769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9889420879254335f,0.13171653807337996f,0.06814910364523277f,-0.04632574715886238f,0.13807053338974629f,0.9854705982691182f,0.09891525542896362f,2.0959375950515335f,-0.05413016293302446f,0.10723084232192713f,-0.9927595237094301f,0.057793477804621456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9973715759382225f,-0.024609737561751187f,0.06814910364523277f,-0.09519796342527304f,-0.017790909844301706f,0.9949368099383672f,0.09891525542896362f,2.2069881631751143f,-0.07023833025790738f,0.09744282963259486f,-0.9927595237094301f,0.03402538305789944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9973715759382225f,-0.024609737561751187f,0.06814910364523277f,-0.08966077247387903f,-0.017790909844301706f,0.9949368099383672f,0.09891525542896362f,1.9831273809389818f,-0.07023833025790738f,0.09744282963259486f,-0.9927595237094301f,0.012100746390565627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9957211559330853f,0.06241057041585232f,0.06814910364523277f,0.0006892951907187662f,0.06899124659604242f,0.9927013549585529f,0.09891525542896362f,1.4626529289660628f,-0.06147835001368204f,0.10319370409003147f,-0.9927595237094301f,-0.0020774980879455646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9771718972280019f,0.008376803790562215f,0.21228497927569417f,-0.0024520062307420644f,0.030298979628400183f,0.9945032158729448f,0.10022637104000548f,1.0897142230137085f,-0.21027851792635702f,0.10437041140392936f,-0.972054402861316f,-0.04121640236441908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9787706849674416f,0.0019273521567280266f,0.2049493390133989f,0.057735961311021204f,-0.12563179900008226f,0.7844354205281636f,-0.6073530456833209f,0.841170826001497f,-0.1619401041384378f,-0.620207510704657f,-0.7675402571443174f,0.3214805899764468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9787706849674416f,0.1621652765617641f,0.1253410121469095f,0.1139208675034809f,-0.12563179900008226f,0.00850144907417899f,-0.9920405114931758f,0.7998722613282235f,-0.1619401041384378f,-0.9867269877941343f,0.012052146296250177f,0.013936474158014862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9633701185582713f,0.2205672581315523f,0.15253884524720762f,-0.22125826240682514f,0.13262351263776498f,0.8862249715684104f,-0.44386518636202f,0.7203772604789322f,-0.23308586092820596f,-0.40737621973907523f,-0.8830150604754472f,0.292354909143585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9633701185582713f,0.2636392077889889f,-0.049116013533436434f,-0.12947719525207257f,0.13262351263776498f,0.3091819855632857f,-0.9417098829781733f,0.7964018078294901f,-0.23308586092820596f,-0.9137290998537468f,-0.33282144389419754f,-0.04372937635531284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9491608234788702f,0.27014294982422565f,0.16160605753862947f,-0.004341982142118895f,0.12595828628745828f,0.7964083631838519f,-0.5914966011452176f,0.9784674762730133f,-0.2884930524093078f,-0.5410697789667094f,-0.7899463608375424f,-0.03187682265049101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.986942030295928f,-0.009865880654563425f,0.16077342203940778f,-0.003607145695965473f,-0.11878415882118971f,0.7187204001102202f,-0.6850775942026914f,0.9505796837046884f,-0.10879224443173324f,-0.6952292074304093f,-0.7105072812344649f,-0.03550811949625335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.980132944891586f,0.11903296564831192f,0.15865233508245366f,-0.004341982142118895f,0f,0.7998941959598094f,-0.6001410461464955f,0.9784674762730133f,-0.1983416505380233f,-0.5882180109098818f,-0.7840026538877753f,-0.03187682265049101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9713623743511761f,0.13459937286892731f,0.19580129345368782f,-0.0045659205636584075f,0.10387505355520207f,0.9817117936258335f,-0.15953660239848627f,1.0095709601636034f,-0.21369396562315374f,-0.13462898305803347f,-0.9675794158501979f,-0.03077019968964286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9780214490198644f,-0.07166518498509467f,0.19580129345368782f,-0.0045659205636584075f,-0.10387505355520207f,0.9817117936258335f,-0.15953660239848627f,1.0095709601636034f,-0.18078721886789706f,-0.17636908889315314f,-0.9675794158501979f,-0.03077019968964286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.980132944891586f,0.031642753040944126f,0.19580129345368782f,-0.0045659205636584075f,0f,0.9871920139948192f,-0.15953660239848627f,1.0095709601636034f,-0.1983416505380233f,-0.15636707992682639f,-0.9675794158501979f,-0.03077019968964286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9594322438702626f,0.21259384547657423f,0.18518538356888592f,-0.19381964113633837f,0.15156401720258178f,0.9427570497456138f,-0.2970479655617283f,1.0246216155381505f,-0.2377353951591736f,-0.2569299554750841f,-0.9367330889149176f,-0.07239632058262763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9772556327825009f,-0.07535171971730577f,0.19822599862409102f,0.1872501148425315f,-0.14293148010828097f,0.9245658272898987f,-0.3531977109237844f,1.0305806986169164f,-0.15665892948992605f,-0.3734971878654371f,-0.9143072954251655f,-0.0018061151198158452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.980132944891586f,0.06345973537541051f,0.1879155989380079f,-0.01967926032883209f,0f,0.947433876990871f,-0.31995163498573836f,0.8761908259626792f,-0.1983416505380233f,-0.3135951382214496f,-0.928611155945115f,0.004525373339002159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.980132944891586f,0.053804628573388906f,0.19090435375398598f,6.531449595452551e-18f,0f,0.9625025970901077f,-0.2712724656038608f,1.09125f,-0.1983416505380233f,-0.26588308058031357f,-0.9433805049517269f,-0.05333333333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.14782229008199535f,-0.3287169922975285f,-0.9327881375370192f,-0.38491551841343574f,0.04510833392669973f,0.9444090050462677f,-0.3256637366945789f,1.133983450269348f,0.9879847209169136f,0.006063840563968401f,0.15443257775593525f,0.40170852823110254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14244794325760932f,-0.3287169922975285f,-0.9336239727195009f,-0.3846605674290565f,-0.05592648309815977f,0.9444090050462677f,-0.3239812643900723f,1.133470253434356f,0.9882210339544225f,0.006063840563968401f,-0.15291310567661168f,0.49545677690276635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.002719477166711587f,-0.3287169922975285f,-0.9444245567639622f,-0.24312435940665178f,-0.005474099573249319f,0.9444090050462677f,-0.32872734206539744f,1.1830359531616617f,0.9999813191644141f,0.006063840563968401f,0.0007688691780043944f,0.4484673221902338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7156336227802642f,-0.6236905755993654f,-0.3144496523371054f,0.6092486458656061f,-0.5351500895276029f,0.7789028606474939f,-0.3269934484875029f,2.068749890221345f,0.4488684658393735f,-0.06572974656639782f,-0.8911771433286f,-0.3250746209480102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1265997933758723f,-0.6236905755993654f,-0.7713511251211853f,0.6441923725026307f,0.1836339326234962f,0.7789028606474939f,-0.5996573292009194f,2.0896031653342106f,0.9748082227322539f,-0.06572974656639782f,0.213139694355372f,-0.40953253582745797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.37273308412826184f,-0.6236905755993654f,-0.6870808641672144f,0.7297826388092006f,-0.22243493453723318f,0.7789028606474939f,-0.5863727769709022f,2.1671324443234132f,0.9008844253807758f,-0.06572974656639782f,-0.4290534378404003f,-0.30294556271167405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015314577263931032f,0f,0.0000030990882896566143f,-0.14343399427464604f,0f,0.000015625f,0f,1.2573725f,-0.0000030990882896566143f,0f,-0.000015314577263931032f,0.6190765354168739f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3.mcfunction new file mode 100644 index 000000000..ff57f5707 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30.mcfunction new file mode 100644 index 000000000..ec93f43ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..023a81e85 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4997447801766074f,-0.03606603534658477f,-0.6449021943093832f,0.0344493226243575f,-0.12312287282540027f,0.8057606963021398f,0.05034781947965204f,1.5308510312101833f,0.6340665243630977f,0.12803665816286447f,-0.49850847665113107f,-0.5551367470669155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.46580164710147093f,0.1547004498700243f,-0.6317409250377632f,0.0344493226243575f,0.19062912660089157f,0.7753889622769612f,0.04932031295965915f,1.5308510312101833f,0.6218435186193855f,-0.12181842220727358f,-0.4883348342704958f,-0.5551367470669155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5943145302519283f,0.15684613957726412f,0.5377117927622412f,-0.07787123374158261f,0.18984409995764143f,0.7939959437727481f,-0.021773916233436868f,1.5377009024022452f,-0.5269666984612472f,0.10915206922718891f,-0.6142771108715677f,-0.5441414455166922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5966668892282038f,-0.08084315386032107f,0.526738082705869f,-0.07787123374158261f,-0.12583446340704224f,0.7897535932747846f,-0.021329550596019792f,1.5377009024022452f,-0.5178361817387813f,-0.09876055074513744f,-0.6017408433027602f,-0.5441414455166922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08163469605572933f,-1.455927499849808f,0.5612638787424113f,0.017843906427269185f,0.7919514663684658f,-0.5229213176947287f,-1.241278542639502f,2.479110988363496f,1.3444533838392188f,0.21962390735413184f,0.7652559624085119f,-0.5652074383969462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.25201809451124807f,0.9665500530505193f,0.04762221106750343f,-0.3578231828453699f,0.8306386004311883f,0.24130480803616522f,-0.5018082353771672f,2.0431972359168022f,-0.4965142450248901f,-0.08690790853925587f,-0.863666961230251f,-0.3599914399327427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.25359480265105055f,0.9665500530505193f,0.038349328760917484f,-0.2747971197464417f,0.8484800370624117f,0.24130480803616522f,-0.47101339293612254f,1.764312995891442f,-0.46451189734488335f,-0.08690790853925587f,-0.8812920700076615f,-0.2094598434654741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6245995585429743f,0.7773740069177666f,-0.07459922812293387f,0.48235411443980847f,0.7631036144489518f,0.6278409688029505f,0.15325988225076437f,1.4569317351017426f,0.16597670042167695f,0.038799114180463f,-0.9853661064071284f,-0.4357209645584551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5127933896904652f,0.8066597025125147f,-0.29384190278478634f,0.3154010614938605f,0.690613546304763f,0.5909157892172654f,0.4169789679517366f,1.6844969470171887f,0.5099959501310983f,0.01089285987046218f,-0.860107828387651f,-0.2683608903809762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9758107324923686f,-0.21858344798750448f,-0.003832834277792886f,-0.08497649228014316f,-0.19973989612856563f,0.8985411440011856f,-0.39080402560822053f,1.4110450024091932f,0.08886725070157682f,-0.38058519256919965f,-0.9204659270987756f,-0.005002124871948399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9758107324923686f,-0.20731418400280535f,-0.06938474950562314f,-0.12428155646507931f,-0.19973989612856563f,0.9744709569486426f,-0.10251989054884342f,1.5931175575211334f,0.08886725070157682f,-0.08618110683234464f,-0.992308131871293f,-0.02736300822720858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9758107324923686f,-0.21858344798750448f,-0.003832834277792886f,0.22546557135950177f,-0.19973989612856563f,0.8985411440011856f,-0.39080402560822053f,1.3921126874587457f,0.08886725070157682f,-0.38058519256919965f,-0.9204659270987756f,-0.03539196813866677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9758107324923686f,-0.20731418400280535f,-0.06938474950562314f,0.18616050717456561f,-0.19973989612856563f,0.9744709569486426f,-0.10251989054884342f,1.574185242570686f,0.08886725070157682f,-0.08618110683234464f,-0.992308131871293f,-0.05775285149392695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9980488661615937f,0.03149193743945981f,-0.05391399289485391f,0.3339359456177933f,0.03344320542719442f,0.9988034994342467f,-0.03568082858703348f,2.2755780019927254f,0.05272582635020226f,-0.03741426725477785f,-0.9979078914616702f,-0.250617852559693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9980488661615937f,0.03149193743945981f,-0.05391399289485391f,0.362371849085028f,0.03344320542719442f,0.9988034994342467f,-0.03568082858703348f,2.1461283666798905f,0.05272582635020226f,-0.03741426725477785f,-0.9979078914616702f,-0.3414721524655099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9980488661615937f,0.03149193743945981f,-0.05391399289485391f,-0.25241776325214305f,0.03344320542719442f,0.9988034994342467f,-0.03568082858703348f,2.2952258851812024f,0.05272582635020226f,-0.03741426725477785f,-0.9979078914616702f,-0.21964142957894917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9980488661615937f,0.03149193743945981f,-0.05391399289485391f,-0.29883552474702785f,0.03344320542719442f,0.9988034994342467f,-0.03568082858703348f,2.168284490275407f,0.05272582635020226f,-0.03741426725477785f,-0.9979078914616702f,-0.30654129250850093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9809237976275629f,0.18596079266480386f,-0.056631147254827666f,0.23774491406428472f,0.18920288151646586f,0.9801898569484029f,-0.05856717477679292f,2.385333251978635f,0.04461807788090296f,-0.06816471174256564f,-0.9966758746951122f,-0.27380400448339826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9979376750480242f,0.030221017195757108f,-0.056631147254827666f,0.1231019997792326f,0.03353800417123279f,0.9977199448316522f,-0.05856717477679292f,2.3992507331570065f,0.05473206551880347f,-0.06034568588373814f,-0.9966758746951122f,-0.2681078174359194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9612562758965834f,0.2690242822818968f,-0.06010247575717612f,0.10100200290608534f,0.27356931840185233f,0.9578056939410311f,-0.0881367158639686f,2.3968811071788148f,0.033855576772188464f,-0.10116416458830832f,-0.9942935239277044f,-0.26307496783246176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973421201456868f,-0.04118722849579266f,-0.06010247575717612f,0.13032984888739302f,-0.03579835381236285f,0.9954649150929624f,-0.0881367158639686f,2.4058558887496706f,0.06346001298165221f,-0.0857508893702941f,-0.9942935239277044f,-0.2656433079291223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9915062857085589f,0.11533853566035794f,-0.06010247575717612f,0.18909288457184123f,0.12036740478591612f,0.9888091864368056f,-0.0881367158639686f,2.5054223249761294f,0.04926432041062799f,-0.09462248680893387f,-0.9942935239277044f,-0.30945055556648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9915062857085589f,0.1170820163860344f,-0.056631147254827666f,0.16274943088498353f,0.12036740478591612f,0.9910002895578628f,-0.05856717477679292f,2.2824472598256107f,0.04926432041062799f,-0.06488626615249463f,-0.9966758746951122f,-0.29485114568216875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906876528384255f,-0.12502502103029195f,-0.05391399289485391f,-0.15191513467496892f,-0.12321582704173897f,0.9917382408870614f,-0.03568082858703348f,2.397795807542684f,0.05792956481721206f,-0.02870549910055653f,-0.9979078914616702f,-0.2506596007807531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9980488661615938f,0.03149193743945981f,-0.05391399289485391f,-0.03663750777535643f,0.033443205427194415f,0.9988034994342467f,-0.03568082858703348f,2.404008976686373f,0.05272582635020226f,-0.03741426725477785f,-0.9979078914616702f,-0.2571098636114953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9760211386526587f,-0.21089338129325297f,-0.05391399289485391f,-0.014480642078571457f,-0.2091826366157377f,0.9772254105424353f,-0.03568082858703348f,2.398947456631583f,0.06021097442872001f,-0.02354737176135907f,-0.9979078914616702f,-0.25812595525578397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9934209027782375f,0.10103559419039178f,-0.05391399289485391f,-0.04321631578300455f,0.1030347495434489f,0.9940375842280119f,-0.03568082858703348f,2.4099101141930124f,0.04998750153579034f,-0.041001095701614906f,-0.9979078914616702f,-0.25696542910649617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969956921047568f,-0.05561358911894499f,-0.05391399289485391f,-0.0992758432071775f,-0.053735516918387786f,0.997917517980748f,-0.03568082858703348f,2.5153395027280774f,0.055786056914527093f,-0.03267653611466138f,-0.9979078914616702f,-0.289021909720417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969956921047568f,-0.05561358911894499f,-0.05391399289485391f,-0.0867627856554149f,-0.053735516918387786f,0.997917517980748f,-0.03568082858703348f,2.2908080611824095f,0.055786056914527093f,-0.03267653611466138f,-0.9979078914616702f,-0.2816696890946182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9980488661615937f,0.03149193743945981f,-0.05391399289485391f,0.023538516955025342f,0.03344320542719442f,0.9988034994342467f,-0.03568082858703348f,1.7758558929373032f,0.05272582635020226f,-0.03741426725477785f,-0.9979078914616702f,-0.23790098381214264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934146036468637f,0.06276937854673416f,-0.0958510843861524f,3.003347714020964e-17f,0.06058340784143189f,0.9978360530034006f,0.025551164766279843f,1.401667373061028f,0.0972474984534988f,0.01957591488159982f,-0.9950676899593742f,-0.2452419518927426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9509561813827055f,-0.30583558191288757f,-0.04633506151963484f,0.23414208806052694f,-0.3089980720188695f,0.9323394787463326f,0.18778521736185316f,0.797878670677489f,-0.014231394121604842f,0.19289295789899205f,-0.981116595626806f,-0.24274061712842274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9509561813827055f,-0.3036097377561902f,0.059190102463505624f,0.12500000000000003f,-0.3089980720188695f,0.9411992126265357f,-0.13661710595606527f,1.1363026505659954f,-0.014231394121604842f,-0.1482065089353589f,-0.9888540327725569f,-0.2977608079570078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9623229871668076f,0.26803823379258146f,0.045716229018868335f,-0.22813654160182023f,0.2716210041870439f,0.939884208492369f,0.20697754639355193f,0.8011921979965504f,0.012509934243394813f,0.21159673875564933f,-0.9772769933305498f,-0.2177429343719569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9623229871668076f,0.2648541048059046f,-0.06153674949016303f,-0.12499999999999997f,0.2716210041870439f,0.9467745989002561f,-0.1727422616549904f,1.170244197858534f,0.012509934243394813f,-0.18294852293670533f,-0.983042898097791f,-0.297008738663051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9760384438941264f,0.2172999419535935f,0.011388207396121681f,3.2478737521784504e-17f,0.15980522504872138f,0.7513463955606723f,-0.6402662601801797f,1.1978056364078367f,-0.14768630975097086f,-0.6231045892183359f,-0.7680686328754674f,-0.26520901817893505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9754839260309185f,-0.21972685203860146f,-0.01229717644470158f,3.455589663814887e-17f,-0.16162107187828134f,0.7532064306677828f,-0.6376195589264921f,1.2051083907287938f,0.14936445085836528f,-0.620000147817648f,-0.7702532554464627f,-0.2821703095309442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.311815348800753e-17f,8.993870350056532e-17f,3.2478737521784504e-17f,0f,0.7344052469919014f,-0.6787112296041408f,1.1978056364078367f,-1.2246467991473532e-16f,-0.6787112296041408f,-0.7344052469919014f,-0.26520901817893505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9740418679702533f,0.22636792935621333f,1.1484819721387567e-16f,3.239575391211718e-17f,0.21228936058706765f,0.913462988880595f,0.34715788242075674f,1.2273702718908381f,0.07858541100327436f,0.33814631227371145f,-0.9378066989913946f,-0.2645314055830004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9740418679702533f,-0.2263679293562134f,1.1484819721387567e-16f,3.239575391211718e-17f,-0.21228936058706765f,0.913462988880595f,0.34715788242075674f,1.2273702718908381f,-0.07858541100327461f,0.33814631227371145f,-0.9378066989913946f,-0.2645314055830004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.2514578950535296e-17f,1.1484819721387567e-16f,3.239575391211718e-17f,0f,0.9378066989913946f,0.34715788242075674f,1.2273702718908381f,-1.2246467991473532e-16f,0.34715788242075674f,-0.9378066989913946f,-0.2645314055830004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25833076424891593f,-0.015890700121507312f,-0.19374999999999998f,0.25854497646756947f,0.9659073680855529f,-0.013321089348259034f,1.3159168509543986f,0.011907697139438051f,-0.01697564492475593f,-0.9997849940003222f,-0.25889308245301074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9651993018659999f,-0.26097618326413347f,0.0167850959565912f,0.19375000000000003f,-0.2612384823297523f,0.9651421438194979f,-0.015971774276871166f,1.3104590252813504f,-0.012031750805026317f,-0.019800858375056532f,-0.9997315454561673f,-0.26159371146945926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.627508900160948e-17f,1.213784136681983e-16f,-0.007812499999999968f,0f,0.9911299629632534f,0.13289618698992095f,1.1839787687235905f,-1.2246467991473532e-16f,0.13289618698992095f,-0.9911299629632534f,-0.26652986977750925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.6343315775903165e-18f,1.2233499962926532e-16f,3.138157422815092e-17f,0f,0.9989410801092994f,0.046007808794447165f,1.407179666310512f,-1.2246467991473532e-16f,0.046007808794447165f,-0.9989410801092994f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.36367022771286345f,-0.35747898280408696f,-0.8602050583021642f,-1.6447579598839621f,0.09738880381318628f,0.9329648773663944f,-0.3465428667460135f,1.9858355770979008f,0.926422898231208f,0.042252981599691194f,0.37410599992358506f,0.8501855750588699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.19549214139406385f,-0.35747898280408696f,-0.9132314052344669f,-1.6364920401160383f,-0.11899258481662271f,0.9329648773663944f,-0.3397312207604232f,1.9847737555231229f,0.9734595972159413f,0.042252981599691194f,-0.224924649903282f,0.9435644249411296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08816981085785335f,-0.35747898280408696f,-0.9297498918024385f,-1.5011625162296345f,-0.01132609679763344f,0.9329648773663944f,-0.3597891842899661f,2.0392730439540068f,0.9960410654107699f,0.042252981599691194f,0.0782104952120567f,0.8851434257181913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3849706576118082f,0.6130374390889877f,0.6899149882798226f,1.5821854669726048f,0.05613920894097674f,0.7305895704290555f,-0.6805051570706645f,2.5542275103756946f,-0.9212198336973719f,0.300705799504273f,0.246840110490744f,-0.09095548206632297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.011563124936484148f,0.6130374390889877f,0.7899692351078738f,1.5640645330273957f,0.3888705596265805f,0.7305895704290555f,-0.5612651489590267f,2.5326318222453295f,-0.9212198336973719f,0.300705799504273f,-0.24684011049074384f,-0.001544517933676673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.19328996208223137f,0.6130374390889877f,0.7660444431189781f,1.4582183335321535f,0.23035400672389786f,0.7305895704290555f,-0.6427876096865393f,2.639847807763493f,-0.953716950748227f,0.300705799504273f,9.381338752702732e-17f,-0.04624999999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.573302166310512f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31.mcfunction new file mode 100644 index 000000000..9a0cc01dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..e1b8b1a96 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4897145785292178f,-0.034773473383808984f,-0.6526215454374921f,0.03534562002038691f,-0.12251003780805837f,0.8059379948083286f,0.048986565556723684f,1.5364885515243398f,0.6419621224470047f,0.12727607205441482f,-0.48849757345372835f,-0.554586738803404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4562395180656076f,0.15211019310088872f,-0.6393027383877474f,0.03534562002038691f,0.19125022204274944f,0.7753196861820414f,0.047986839729035446f,1.5364885515243398f,0.628704107449491f,-0.12546662254715968f,-0.47852823521997884f,-0.554586738803404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5868341121603952f,0.15505110683114162f,0.5463783702891277f,-0.0791443661712176f,0.18780302585561345f,0.7944250793644694f,-0.023733124545179018f,1.5434324021505335f,-0.5360039111133807f,0.10859278056868749f,-0.6065079222268777f,-0.5433181782102898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5892240146532925f,-0.07966349209072399f,0.5352277913036354f,-0.0791443661712176f,-0.1278425577760797f,0.7893768269206175f,-0.02324877506466516f,1.5434324021505335f,-0.5258054212131389f,-0.10265453301558985f,-0.59413020952837f,-0.5433181782102898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3033857562131368f,-0.6491115889667556f,0.5667856434047731f,-0.2203042511836949f,-0.06058963679716247f,-0.9561200775223263f,-1.2343295926418882f,2.6156436761789306f,0.8596049769594731f,-1.0516153253104261f,0.7723928671076327f,-0.1886766654605313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24696461170949083f,0.9679989276323795f,0.04457080508296615f,-0.35633260964301766f,0.8287650235097898f,0.23482975190003275f,-0.5079404723285863f,2.0495861729560163f,-0.5021523836147734f,-0.08850459719772999f,-0.8602382925125276f,-0.3616287873668016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24853535888500802f,0.9679989276323795f,0.03475991206064233f,-0.27498602676609285f,0.8482220079632885f,0.23482975190003275f,-0.4747361507503895f,1.7707418815909204f,-0.46770674635996823f,-0.08850459719772999f,-0.8794414907679987f,-0.21019675163793608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6219686999631269f,0.779640151231119f,-0.07291207619109444f,0.4801171912015078f,0.7641975890198417f,0.6246682914336678f,0.16059754236476895f,1.4634380969816574f,0.17075415427578688f,0.04416741180622309f,-0.9843232490050716f,-0.4385244445114852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5068722254714931f,0.8110154161486067f,-0.29212076580564805f,0.315218634913496f,0.6907747188356634f,0.5848640157066691f,0.4251639342053599f,1.691121786500977f,0.5156654291913375f,0.013714149655430982f,-0.8566802713008757f,-0.26929773229435616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.969208367230062f,-0.2440935538253887f,-0.03245732385963711f,-0.08695048735134349f,-0.21550858846669935f,0.9046078209565596f,-0.36775091918486935f,1.4168704223297708f,0.11912677779713575f,-0.34943243588012474f,-0.9293577263715809f,-0.012572159158195621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9749436906547154f,-0.19535901711893f,-0.10639386487428706f,-0.12424526471660716f,-0.188667403498861f,0.9795579431947686f,-0.06979145206278987f,1.6001013401033974f,0.11785334492308831f,-0.047969681616207606f,-0.9918717148583677f,-0.027765672679099324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.971395868852153f,-0.23421530488704226f,-0.03915682486669174f,0.2235680132084699f,-0.20438086260824798f,0.9085680055367837f,-0.3643249131124849f,1.3980881625326151f,0.12090710887486908f,-0.34590080987413274f,-0.9304483331985389f,-0.04279238299770323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9746586240425004f,-0.19575655252356705f,-0.10825866581326427f,0.18618704294896818f,-0.18870760256790772f,0.9793891660738744f,-0.07201598510187636f,1.5812735312645798f,0.12012496540125503f,-0.049761767665638584f,-0.991510846721375f,-0.05831965722701904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9982846196072974f,0.02896547286811329f,-0.050880444544441475f,0.3324366555761924f,0.030822407548221874f,0.9988728001379313f,-0.036098591905224256f,2.282923467770325f,0.04977747932996112f,-0.03760492688644934f,-0.9980521389313386f,-0.25081647005560986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9982846196072974f,0.02896547286811329f,-0.050880444544441475f,0.3614816030269104f,0.030822407548221874f,0.9988728001379313f,-0.036098591905224256f,2.15352428447891f,0.04977747932996112f,-0.03760492688644934f,-0.9980521389313386f,-0.34154989769449023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9982846196072974f,0.02896547286811329f,-0.050880444544441475f,-0.2540555584430949f,0.030822407548221874f,0.9988728001379313f,-0.036098591905224256f,2.301031632204905f,0.04977747932996112f,-0.03760492688644934f,-0.9980521389313386f,-0.22157220094925772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9982846196072974f,0.02896547286811329f,-0.050880444544441475f,-0.29988195746292406f,0.030822407548221874f,0.9988728001379313f,-0.036098591905224256f,2.173944129479607f,0.04977747932996112f,-0.03760492688644934f,-0.9980521389313386f,-0.308572317638391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.981553815507198f,0.18347455806135982f,-0.05375122145077057f,0.23602075845615336f,0.18661684093177308f,0.9805488756366096f,-0.060811653228852194f,2.392462791562678f,0.041548308556503176f,-0.06972079339744745f,-0.9967009325891714f,-0.27452084061420584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9981710035819521f,0.027666835755984734f,-0.05375122145077057f,0.12132522875713372f,0.030927639140996804f,0.997669997528611f,-0.060811653228852194f,2.4060790944757136f,0.05194351495001754f,-0.062362827313338295f,-0.9967009325891714f,-0.2691661803036202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9621082472675923f,0.266554046834365f,-0.057416553849083424f,0.09924308477506796f,0.27097987784677224f,0.9581075759628156f,-0.09273499169572659f,2.40375962740878f,0.030292347908836628f,-0.10477983106915746f,-0.9940339836541248f,-0.2639079120598868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973890483363869f,-0.04379983564731364f,-0.057416553849083424f,0.12855156534486736f,-0.03835434480085845f,0.9949518408194896f,-0.09273499169572659f,2.412806332152755f,0.06118848334068472f,-0.09029069081127868f,-0.9940339836541248f,-0.26644478512825703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9919613379374671f,0.11276543522465267f,-0.057416553849083424f,0.18713914482112595f,0.11776261978841615f,0.9887022740419701f,-0.09273499169572659f,2.5123435479896026f,0.04631057565911885f,-0.09875105023660358f,-0.9940339836541248f,-0.3105524117455655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9919613379374671f,0.11455789029944752f,-0.05375122145077057f,0.1613636195037503f,0.11776261978841615f,0.991178040622442f,-0.060811653228852194f,2.2893284888495535f,0.04631057565911885f,-0.06665269355395158f,-0.9967009325891714f,-0.29555555569592645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9905252776343405f,-0.12755726059449765f,-0.050880444544441475f,-0.15373310406678103f,-0.12581519956836443f,0.9913967052699101f,-0.036098591905224256f,2.4038579947430954f,0.05504734257877676f,-0.029355034484645014f,-0.9980521389313386f,-0.25232343806166324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9982846196072974f,0.028965472868113303f,-0.050880444544441475f,-0.03845378205420684f,0.03082240754822188f,0.9988728001379313f,-0.036098591905224256f,2.4103737388915523f,0.04977747932996111f,-0.03760492688644934f,-0.9980521389313386f,-0.2584360168556808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9756386821152143f,-0.21340183298989696f,-0.050880444544441475f,-0.01628073692364032f,-0.2117423509547397f,0.9766586243281838f,-0.036098591905224256f,2.405370458885284f,0.05739633065490976f,-0.02444563768716564f,-0.9980521389313386f,-0.2593854292090554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993832319199933f,0.0985317292888067f,-0.050880444544441475f,-0.045048540426317354f,0.10042516996910572f,0.9942895337370985f,-0.036098591905224256f,2.4162575248638274f,0.047033036797116345f,-0.04098562460450014f,-0.9980521389313386f,-0.2583126286636599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970103525411823f,-0.058150986996502646f,-0.050880444544441475f,-0.10129150747228714f,-0.0563523818244929f,0.9977581373885993f,-0.036098591905224256f,2.521529671649043f,0.05286554632663859f,-0.033123435603299604f,-0.9980521389313386f,-0.2905639588741786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970103525411823f,-0.058150986996502646f,-0.050880444544441475f,-0.08820753539807406f,-0.0563523818244929f,0.9977581373885993f,-0.036098591905224256f,2.297034090736609f,0.05286554632663859f,-0.033123435603299604f,-0.9980521389313386f,-0.2831111858634362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9982846196072974f,0.02896547286811329f,-0.050880444544441475f,0.02332325109994385f,0.030822407548221874f,0.9988728001379313f,-0.036098591905224256f,1.7823870607194294f,0.04977747932996112f,-0.03760492688644934f,-0.9980521389313386f,-0.2388717164087717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933833845298411f,0.062195336266516854f,-0.09654631783104288f,3.003313706989113e-17f,0.06024898828421617f,0.9979195476068948f,0.02294854929573911f,1.4081672303668438f,0.09777275055334303f,0.0169798895975645f,-0.9950639037762792f,-0.24523917500785838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9507332134433848f,-0.30644023222955286f,-0.04691205523863914f,0.2346096972809142f,-0.3096891261894148f,0.9319253571787098f,0.18870022195898695f,0.8038623507602243f,-0.014106806004623973f,0.1939317217951513f,-0.9809135972683406f,-0.24457795044175576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9507332134433848f,-0.30460402575175005f,0.057643250701557285f,0.12500000000000003f,-0.3096891261894148f,0.9416469196583573f,-0.13188526763048233f,1.1427702048453052f,-0.014106806004623973f,-0.14323919224065196f,-0.9895875564246923f,-0.2974954903621016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9620287550745787f,0.26892247229865035f,0.046705227784883015f,-0.22858505221671183f,0.2726653811794709f,0.9390717790016772f,0.20927920056441143f,0.807882425223746f,0.012420318671837979f,0.214067507519023f,-0.9767399028956908f,-0.21836438939453418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9620287550745787f,0.26603013358096494f,-0.061062610790484056f,-0.12499999999999997f,0.2726653811794709f,0.9468544726508002f,-0.1706464108249244f,1.1769288448686486f,0.012420318671837979f,-0.18081641421084815f,-0.9834384373391256f,-0.29681518303054394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9773568431605829f,0.21130774687957582f,0.01107416975926164f,3.246337655386352e-17f,0.15837612908719825f,0.7652341323512047f,-0.6239661244170664f,1.2045024487908198f,-0.14032320856698993f,-0.6080836774600813f,-0.7813729188704257f,-0.2650835863570279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9769115306437084f,-0.21331774570636378f,-0.011806805754387273f,3.452132326408129e-17f,-0.15990789249907375f,0.7667276074002748f,-0.6217380814834772f,1.2121593035301383f,0.14168036988895605f,-0.6054950994161764f,-0.7831362316807488f,-0.2818879965073716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.121370904600887e-17f,9.166204934218302e-17f,3.246337655386352e-17f,0f,0.7484774337057976f,-0.6631602605955694f,1.2045024487908198f,-1.2246467991473532e-16f,-0.6631602605955694f,-0.7484774337057976f,-0.2650835863570279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9754826400045595f,0.22007639366759654f,1.1521299645000324e-16f,3.2383641673717135e-17f,0.2070446824342163f,0.9177199337648555f,0.33900239327524484f,1.2340421157483799f,0.07460642415670005f,0.3306909495599998f,-0.9407855108119259f,-0.26443250165079346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9754826400045595f,-0.2200763936675966f,1.1521299645000324e-16f,3.2383641673717135e-17f,-0.2070446824342163f,0.9177199337648555f,0.33900239327524484f,1.2340421157483799f,-0.0746064241567003f,0.3306909495599998f,-0.9407855108119259f,-0.26443250165079346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.151581958278208e-17f,1.1521299645000324e-16f,3.2383641673717135e-17f,0f,0.9407855108119259f,0.33900239327524484f,1.2340421157483799f,-1.2246467991473532e-16f,0.33900239327524484f,-0.9407855108119259f,-0.26443250165079346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9668935421797312f,0.2546494613324751f,-0.016447794205075066f,-0.19374999999999998f,0.25491575916249554f,0.9668164862670487f,-0.016847480905053974f,1.3206875764744432f,0.011611796662913048f,-0.020482522435428238f,-0.9997227778003968f,-0.258954083944174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661427876669266f,-0.25742137758651f,0.01738816265863956f,0.19375000000000003f,-0.25774071278318705f,0.9660144126594189f,-0.01964381603184196f,1.3147423815797543f,-0.011740477553939404f,-0.02346036861904783f,-0.9996558269179767f,-0.26161236960680745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6213910291953632e-17f,1.2138660115376433e-16f,-0.007812499999999968f,0f,0.9911968188564932f,0.13239662491456627f,1.1904679242316414f,-1.2246467991473532e-16f,0.13239662491456627f,-0.9911968188564932f,-0.2664173716851356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.572672085009322e-18f,1.223378238830965e-16f,3.138157422815092e-17f,0f,0.9989641418919549f,0.04550432082857877f,1.413673974685625f,-1.2246467991473532e-16f,0.04550432082857877f,-0.9989641418919549f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3736524946809706f,-0.3547525276600654f,-0.8570498569730244f,-1.6455093794090816f,0.09280996979103982f,0.9336363467606091f,-0.34599058009560013f,1.987863910084757f,0.9229139302914836f,0.04973747205375574f,0.38178012146735496f,0.8502593933043012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.17452629908314723f,-0.3547525276600654f,-0.9185266545109806f,-1.635740620590919f,-0.11838923248718695f,0.9336363467606091f,-0.33809342146601784f,1.9866090392864932f,0.9775093659701858f,0.04973747205375574f,-0.20494297576220377f,0.9434906066956984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10420009406040075f,-0.3547525276600654f,-0.9291356114780006f,-1.5012546582783002f,-0.013385288514814409f,0.9336363467606091f,-0.35797207441206746f,2.0409322858474352f,0.9944662761749031f,0.04973747205375574f,0.09253653021657471f,0.8829945204675136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3586781585131874f,0.6287377569115884f,0.6899556591835251f,1.5834572326355887f,0.04027384708532589f,0.7280253232117554f,-0.6843662367500071f,2.555174502042145f,-0.9325920843790902f,0.2732543902597054f,0.23580509400193242f,-0.09000536935940098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.018412542402641313f,0.6287377569115884f,0.7773993898351444f,1.5669890173644114f,0.36523892335069985f,0.7280253232117554f,-0.5801548565960993f,2.5355484473291043f,-0.9307317052469484f,0.2732543902597054f,-0.24304429853815576f,0.0001759943594012714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.17566096289255795f,0.6287377569115884f,0.757517035550649f,1.4615955696674028f,0.2093445836057642f,0.7280253232117554f,-0.6528046982653757f,2.643282179425431f,-0.9619345463338907f,0.2732543902597054f,-0.003737214632336024f,-0.04435410530514945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.579796474685625f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32.mcfunction new file mode 100644 index 000000000..a5aed4ae6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..f9d61d159 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.46611256680676655f,-0.031035467937149334f,-0.6698658964592645f,0.03796963650171893f,-0.12298517355251666f,0.8059107697171196f,0.0482381880325284f,1.541614897244589f,0.6592102597771893f,0.12840979490804577f,-0.46464739579665f,-0.5528224640838514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.43347783155688147f,0.14664541060415326f,-0.6561951638784632f,0.03796963650171893f,0.19081000642072185f,0.7754731626290519f,0.04725373521553802f,1.541614897244589f,0.6447391030474793f,-0.13090644594837716f,-0.4551647958824327f,-0.5528224640838514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5677753783979458f,0.15126687183167645f,0.5671806569478309f,-0.08181768783104519f,0.18538459933619517f,0.7949080673707416f,-0.02642270240371452f,1.5488445591138431f,-0.5569632972274495f,0.11038089671503871f,-0.5869858495963561f,-0.5409760254811065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5705567773531975f,-0.07594370330000283f,0.555605541499916f,-0.08181768783104519f,-0.130212353306076f,0.7889073388932571f,-0.02588346357914892f,1.5488445591138431f,-0.5454445039257684f,-0.10889336329382351f,-0.5750065465433694f,-0.5409760254811065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2144115741596122f,0.7998473310515962f,0.5717123626062428f,-0.6515502732029502f,-0.8634269258958556f,-0.43309952302563054f,-1.2281388344942947f,2.464776531403711f,-0.4702177391222138f,-1.2704626323369805f,0.7786053092871791f,-0.1273344279801351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24250252399036623f,0.9692483541556829f,0.041834839844342775f,-0.35501148465229104f,0.8270413484352106f,0.22907998343099487f,-0.5133468312649098f,2.0554918375759925f,-0.5071440957329293f,-0.08988875990776089f,-0.8571609399672119f,-0.36308287517137583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2440509654091637f,0.9692483541556829f,0.03157141506735385f,-0.2751540745289748f,0.8479532528995999f,0.22907998343099487f,-0.47801426975378275f,1.7766952924602677f,-0.4705469234623071f,-0.08988875990776089f,-0.8777844858861441f,-0.21084964138995813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6195973280809494f,0.7816721856441939f,-0.07132843209532336f,0.4781248506151986f,0.7651764934259828f,0.6217668368948922f,0.16706565908659124f,1.4694733734769714f,0.17494023248888485f,0.048934596431861835f,-0.9833622528492669f,-0.44099765241249467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5015996229723115f,0.81486889370744f,-0.29049355294403323f,0.31505619853185346f,0.6908816406134061f,0.5794192506937087f,0.43238396199312173f,1.6972488131804424f,0.5206537975443598f,0.016186969869433077f,-0.853614435860291f,-0.27012795638374854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9718817761966463f,-0.2291896956829156f,-0.05401755723489034f,-0.0927769829939713f,-0.19501658894536275f,0.9120141795807991f,-0.360830522932411f,1.4220604695168055f,0.13196341588852395f,-0.3401502897784071f,-0.9310657534410222f,-0.015023671798517442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.978835059812454f,-0.16356300628456757f,-0.12300027909360259f,-0.12421379841666275f,-0.15751744711124768f,0.9858447347064239f,-0.05743181093414994f,1.6065474084559217f,0.13065289716460518f,-0.03684158013407097f,-0.9907434170539414f,-0.02812361443024286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9745064985324715f,-0.21524453473960625f,-0.06329987822035894f,0.21776598260006821f,-0.1794649278755992f,0.9171589474366242f,-0.355825525784126f,1.4033790058544309f,0.13464554942733084f,-0.33539417914101344f,-0.9324061993668522f,-0.04525977036285306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9784020306912683f,-0.16411036422356287f,-0.1256871301828947f,0.18620974474450708f,-0.15756321765074247f,0.9856576028553152f,-0.06043941079344311f,1.5878120600723435f,0.1338032091646054f,-0.03933037360518386f,-0.990227157236828f,-0.05882313514655518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998480461398665f,0.026713768865769538f,-0.048198991255995666f,0.3310969805742094f,0.028485447281217484f,0.9989293072968075f,-0.036452960328472075f,2.289690220222184f,0.047173588991068764f,-0.037770538472550554f,-0.9981723493090737f,-0.2509934741160879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998480461398665f,0.026713768865769538f,-0.048198991255995666f,0.36068212133818855f,0.028485447281217484f,0.9989293072968075f,-0.036452960328472075f,2.160338387506243f,0.047173588991068764f,-0.037770538472550554f,-0.9981723493090737f,-0.34161982414190983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998480461398665f,0.026713768865769538f,-0.048198991255995666f,-0.25551029049750634f,0.028485447281217484f,0.9989293072968075f,-0.036452960328472075f,2.306425420499899f,0.047173588991068764f,-0.037770538472550554f,-0.9981723493090737f,-0.22327899058383502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998480461398665f,0.026713768865769538f,-0.048198991255995666f,-0.300811184338427f,0.028485447281217484f,0.9989293072968075f,-0.036452960328472075f,2.1792099963300493f,0.047173588991068764f,-0.037770538472550554f,-0.9981723493090737f,-0.31036732143532675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9821005821421367f,0.18126559820963112f,-0.051197943921420776f,0.2344823204110314f,0.184309836579241f,0.9808607878820493f,-0.0627853401323788f,2.39903620768896f,0.03883723337481496f,-0.07109780377135148f,-0.9967129835628112f,-0.2751557560421857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9983654811596069f,0.025399538719551057f,-0.051197943921420776f,0.11974154138984645f,0.028600244015043783f,0.9976171746249867f,-0.0627853401323788f,2.412383897249943f,0.04948122948378378f,-0.0641469900002531f,-0.9967129835628112f,-0.27010269380278756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9628504829160128f,0.26436941311676354f,-0.05502509388178359f,0.097673819997204f,0.26866733251524194f,0.9583573191583333f,-0.09679417986013703f,2.410110180001818f,0.027144280936238857f,-0.10798176801641193f,-0.9937822325783978f,-0.26464497294826556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974198674412206f,-0.046106909209349595f,-0.05502509388178359f,0.12696488405278217f,-0.04063088099928275f,0.9944747449052819f,-0.09679417986013703f,2.4192207844618565f,0.059183946664280715f,-0.09430872000369445f,-0.9937822325783978f,-0.2671541715981804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9923526834264644f,0.11049158673671215f,-0.05502509388178359f,0.1853974502717737f,0.11543947728417772f,0.9885871806925067f,-0.09679417986013703f,2.5187310895485178f,0.0437021599083077f,-0.10240603219949675f,-0.9937822325783978f,-0.3115273495086339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9923526834264644f,0.11231617085048144f,-0.051197943921420776f,0.16012631183041542f,0.11543947728417772f,0.9913282645767834f,-0.0627853401323788f,2.295682230018742f,0.0437021599083077f,-0.06821546464452286f,-0.9967129835628112f,-0.2961788699636163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9903664641772398f,-0.1298118787899491f,-0.048198991255995666f,-0.15535030722814402f,-0.1281322276436885f,0.9910869356027031f,-0.036452960328472075f,2.409480282643143f,0.052501417810740664f,-0.02992594530949269f,-0.9981723493090737f,-0.2537940263692363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9984804613986649f,0.02671376886576953f,-0.048198991255995666f,-0.04007111845957057f,0.028485447281217484f,0.9989293072968076f,-0.036452960328472075f,2.416265779032189f,0.04717358899106876f,-0.03777053847255055f,-0.9981723493090737f,-0.25960834495475005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752839700678281f,-0.21563403017761493f,-0.048198991255995666f,-0.017883972260293562f,-0.21402356383328114f,0.9761480911252105f,-0.036452960328472075f,2.411314454404699f,0.054909852056234026f,-0.025236267988099935f,-0.9981723493090737f,-0.260498880167482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9941847548616586f,0.09629917155701992f,-0.048198991255995666f,-0.04667999590633764f,0.09809784416000104f,0.9945089213548821f,-0.036452960328472075f,2.422134062631172f,0.04442393692396086f,-0.04096919456104369f,-0.9981723493090737f,-0.25950352846979013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970092001606352f,-0.06041119132209714f,-0.048198991255995666f,-0.10308632156672264f,-0.058685374175536154f,0.9976107500128335f,-0.036452960328472075f,2.5272660105919336f,0.050285998577415975f,-0.033515360983835805f,-0.9981723493090737f,-0.29192642893721216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970092001606352f,-0.06041119132209714f,-0.048198991255995666f,-0.0894938035192508f,-0.058685374175536154f,0.9976107500128335f,-0.036452960328472075f,2.302803591839046f,0.050285998577415975f,-0.033515360983835805f,-0.9981723493090737f,-0.28438547271584913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998480461398665f,0.026713768865769538f,-0.048198991255995666f,0.023131666088625283f,0.028485447281217484f,0.9989293072968075f,-0.036452960328472075f,1.7884307959495447f,0.047173588991068764f,-0.037770538472550554f,-0.9981723493090737f,-0.239731884456642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933553381157435f,0.06168444290300067f,-0.09716070059804753f,3.003283601111114e-17f,0.05995311482744976f,0.9979877455357975f,0.02064179698725037f,1.4141853913736206f,0.09823846629219944f,0.014679552585916408f,-0.9950546288905115f,-0.24523671667636066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9505352239331978f,-0.30697501407117056f,-0.04742498074085236f,0.2350212035150679f,-0.3103013133742369f,0.9315572804788288f,0.1895102321910676f,0.809433213304638f,-0.013995820107774509f,0.19485218480400315f,-0.9807327582459034f,-0.24621019242699646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9505352239331978f,-0.30547842838927947f,0.05626471230781727f,0.12500000000000003f,-0.3103013133742369f,0.9420234048488204f,-0.1276910319296502f,1.1487599061389646f,-0.013995820107774509f,-0.13883383775525043f,-0.9902167856149782f,-0.29726037193280547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9617670906830872f,0.2697027754682644f,0.04758651262390804f,-0.22898214506463455f,0.27359054664289406f,0.9383461822588124f,0.21131648072962567f,0.8140711659217412f,0.012340018907311155f,0.21625645688632475f,-0.9762586075361079f,-0.21891561986862929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9617670906830872f,0.26707146848671975f,-0.060637397695955414f,-0.12499999999999997f,0.27359054664289406f,0.9469204948328345f,-0.1687891858300838f,1.1831108643139394f,0.012340018907311155f,-0.17892570297720561f,-0.9837851984795665f,-0.2966438374227912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9785489549461636f,0.20573208809548138f,0.01078196186434727f,3.244931038917921e-17f,0.1604950911259071f,0.7941044768637582f,-0.5862076471263608f,1.2110297118194508f,-0.12916372748669777f,-0.5719024285250152f,-0.810089096179508f,-0.2649687274059075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.978214748596745f,-0.20728591969350907f,-0.011333716275924353f,3.446053368213624e-17f,-0.16172685147787202f,0.7951687425113565f,-0.584423730219746f,1.219473910411611f,0.1301550273284186f,-0.569858946082032f,-0.8113694906954626f,-0.28139161190090894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.678100522728137e-17f,9.540584396622026e-17f,3.244931038917921e-17f,0f,0.7790478367529767f,-0.6269644870728385f,1.2110297118194508f,-1.2246467991473532e-16f,-0.6269644870728385f,-0.7790478367529767f,-0.2649687274059075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9768150349397935f,0.2140850006786324f,1.1556584186339877e-16f,3.237092992678819e-17f,0.20202488873508706f,0.921787832510063f,0.33089747077905535f,1.2405743156680145f,0.0708401852562917f,0.32322562448053227f,-0.9436667122623454f,-0.2643287023599465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9768150349397935f,-0.21408500067863245f,1.1556584186339877e-16f,3.237092992678819e-17f,-0.20202488873508706f,0.921787832510063f,0.33089747077905535f,1.2405743156680145f,-0.07084018525629195f,0.32322562448053227f,-0.9436667122623454f,-0.2643287023599465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.0523252843552496e-17f,1.1556584186339877e-16f,3.237092992678819e-17f,0f,0.9436667122623454f,0.33089747077905535f,1.2405743156680145f,-1.2246467991473532e-16f,0.33089747077905535f,-0.9436667122623454f,-0.2643287023599465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9683321125671481f,0.24912280530453054f,-0.016454411215381506f,-0.19374999999999998f,0.24941204689454027f,0.9682150732928654f,-0.01879368809912054f,1.3253518599919856f,0.011249472659620268f,-0.022302460081622254f,-0.9996879761401495f,-0.25902191116823753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.967583094856978f,-0.2519521939199046f,0.017408231556912245f,0.19375000000000003f,-0.25229637333264143f,0.9674072032715949f,-0.02167586356820647f,1.3189802196046996f,-0.011379567223258641f,-0.02536523284296662f,-0.9996134805076577f,-0.26160329395291054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6159694825318702e-17f,1.2139383052598325e-16f,-0.007812499999999968f,0f,0.9912558511605336f,0.13195392203343617f,1.1964766483156153f,-1.2246467991473532e-16f,0.13195392203343617f,-0.9912558511605336f,-0.26631768208009454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.518032843287695e-18f,1.2234030055610856e-16f,3.138157422815092e-17f,0f,0.9989843654618347f,0.04505815756126227f,1.419687217473494f,-1.2246467991473532e-16f,0.04505815756126227f,-0.9989843654618347f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.38277284064476f,-0.35214667364051033f,-0.8540946509074184f,-1.6461977449697516f,0.08862759084470198f,0.9342354885332018f,-0.34546953860824514f,1.9870280775138898f,0.9195814823091021f,0.05654000538604133f,0.3888098830857328f,0.850337942906704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15520170664549982f,-0.35214667364051033f,-0.9229870803528336f,-1.6350522550302489f,-0.11786077522007052f,0.9342354885332018f,-0.3366197998182129f,1.985596357433098f,0.9808268287107814f,0.05654000538604133f,-0.18649922217558496f,0.9434120570932956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.11888522602136141f,-0.35214667364051033f,-0.9283636266451706f,-1.5013704560032246f,-0.01527168086177888f,0.9342354885332018f,-0.35632966158991825f,2.0397616667119816f,0.9927905513236445f,0.05654000538604133f,0.10568892559507181f,0.881021661160739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3344082735538545f,0.6425935237486315f,0.6893799168927444f,1.5824799019877243f,0.025638659254766133f,0.7250193352224519f,-0.6882511334572663f,2.553339500003691f,-0.9420794901335812f,0.2478316500972201f,0.22597722779019272f,-0.09044162356761011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.024989786495787036f,0.6425935237486315f,0.7657996303258521f,1.5675400980122756f,0.3431119343117508f,0.7250193352224519f,-0.5971776654283403f,2.5355349349432967f,-0.9389620392240272f,0.2478316500972201f,-0.23859958530212352f,0.0003816235676104701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15935790907145286f,0.6425935237486315f,0.7494522133216308f,1.4625921680017553f,0.18991536064420536f,0.7250193352224519f,-0.662026524653639f,2.64374119617154f,-0.9687813027756862f,0.2478316500972201f,-0.0065008155129274905f,-0.0440548776730607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.585809717473494f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33.mcfunction new file mode 100644 index 000000000..b77b88b63 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..6931abd29 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43731264474317044f,-0.026329781708745035f,-0.6892088491795122f,0.041278705838717414f,-0.123869111458476f,0.8058007374628591f,0.04781275117836868f,1.5463146243609098f,0.6784972648571735f,0.13013976542136063f,-0.4354877122053526f,-0.5507557684028292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40564914908504907f,0.140107844072593f,-0.675143362461563f,0.041278705838717414f,0.18996877246801197f,0.7757049456601273f,0.04683698074615708f,1.5463146243609098f,0.66284284210782f,-0.1365709680266972f,-0.42660020787463115f,-0.5507557684028292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5439650614771083f,0.14669595346560482f,0.5912078767857099f,-0.08504385247210293f,0.18283911001713077f,0.7954027356646289f,-0.02913404176925064f,1.5539059932815469f,-0.5810476023397683f,0.11295676065860771f,-0.562644557852615f,-0.5382108072794983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5472943324273288f,-0.07115463957908222f,0.5791424099125322f,-0.08504385247210293f,-0.1327015224581054f,0.7884007893315624f,-0.028539469488245525f,1.5539059932815469f,-0.5682070218065116f,-0.11559071177106073f,-0.551162015855623f,-0.5382108072794983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06795983156040396f,1.450844438073715f,0.5760539278616612f,-0.8438440846436437f,-0.81975409885709f,0.5238650413420248f,-1.222691656087797f,2.1832098652091054f,-1.3284543382071068f,-0.2490423356987425f,0.7839599711263532f,-0.43755608623291475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.23860650770076125f,0.9703161830219619f,0.03941369620496385f,-0.35385405845018103f,0.8254826222539056f,0.2240344143073181f,-0.5180608280528387f,2.060922202794605f,-0.5115128295943928f,-0.09107736366226005f,-0.8544352163790242f,-0.36435894236931293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2401221524978773f,0.9703161830219619f,0.02877250155055644f,-0.2753017739167131f,0.847686876290278f,0.2240344143073181f,-0.48086956752450877f,1.7821770160631099f,-0.4730415538248381f,-0.09107736366226005f,-0.8763199199968668f,-0.21142143895672538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6174894017642449f,0.7834696203754229f,-0.0698726889251148f,0.4763720029842997f,0.7660413535619176f,0.619155765426094f,0.1727043218123189f,1.4750371155008422f,0.17857066764130108f,0.05311771915678275f,-0.9824922516588726f,-0.4431555411482835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4969617402183742f,0.8182384722197062f,-0.28898932737851496f,0.3149133129283427f,0.690947311750373f,0.5745865863480374f,0.4386821938189905f,1.7028825923301298f,0.524996039169876f,0.01833186756636633f,-0.850907222608594f,-0.270855215131034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9798030894382327f,-0.18722773937326248f,-0.07022591784001155f,-0.10091662816192248f,-0.1493560005468824f,0.9187270482693998f,-0.3655590183251341f,1.4268853100068042f,0.13296123881768707f,-0.3476871933036558f,-0.9281351865890508f,-0.013763874539187523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9848569879344867f,-0.1199344434444262f,-0.1251896265362502f,-0.12418677147360396f,-0.11310563250717323f,0.9917499533021779f,-0.060325334812832546f,1.6124613929083822f,0.13139189172761895f,-0.04525217564718631f,-0.9902971328785285f,-0.028438014553525737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9816444191135594f,-0.17363494886258074f,-0.07889954978763482f,0.20961710438484593f,-0.13431316339355553f,0.9230898024720928f,-0.3603681322082304f,1.408281340883659f,0.1354038720362847f,-0.34315611768628207f,-0.9294674121947795f,-0.04414660042134213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.984443713200219f,-0.12047342964518362f,-0.12789342551551194f,0.18622900241690205f,-0.11314933708098164f,0.9915728183370759f,-0.0630917859408239f,1.5938069206597305f,0.1344165282199299f,-0.047639255709921974f,-0.9897791158923821f,-0.05926508034127986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9986418993360281f,0.024731491508607442f,-0.04585531832067023f,0.32991495752665434f,0.026427265640418682f,0.9989749521221714f,-0.0367511178507033f,2.2958851846176698f,0.04489940446488196f,-0.03791303681143486f,-0.9982718292721846f,-0.25114926049629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9986418993360281f,0.024731491508607442f,-0.04585531832067023f,0.3599736562206166f,0.026427265640418682f,0.9989749521221714f,-0.0367511178507033f,2.1665768758423796f,0.04489940446488196f,-0.03791303681143486f,-0.9982718292721846f,-0.341681842556561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9986418993360281f,0.024731491508607442f,-0.04585531832067023f,-0.25678715833326216f,0.026427265640418682f,0.9989749521221714f,-0.0367511178507033f,2.3114112031814162f,0.04489940446488196f,-0.03791303681143486f,-0.9982718292721846f,-0.22477086037317182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9986418993360281f,0.024731491508607442f,-0.04585531832067023f,-0.301626602089502f,0.026427265640418682f,0.9989749521221714f,-0.0367511178507033f,2.184084939329157f,0.04489940446488196f,-0.03791303681143486f,-0.9982718292721846f,-0.31193598709857673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9825706011903981f,0.17932622791818295f,-0.048960368227532504f,0.23312658366911304f,0.18227723549164482f,0.9811291738125089f,-0.06450235434080741f,2.4050602896494646f,0.036469481732856135f,-0.07230247765201081f,-0.9967157712344664f,-0.2757116468154419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9985263291393747f,0.023410518116217624f,-0.048960368227532504f,0.11834723324952594f,0.026550682810288273f,0.9975642874155032f,-0.06450235434080741f,2.4181713675138985f,0.047331081307664925f,-0.06570723030785776f,-0.9967157712344664f,-0.2709219725582104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9634907768881175f,0.26245921757221474f,-0.05292146977279399f,0.09629106247508058f,0.26662793615008173f,0.9585624109064166f,-0.10033767020230347f,2.415938719859098f,0.02439398523980494f,-0.11078476207791009f,-0.993545001484815f,-0.2652897862000491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974385403098903f,-0.0481214748481668f,-0.05292146977279399f,0.125566673238795f,-0.042633839037240745f,0.9940395906136337f,-0.10033767020230347f,2.4251054227012063f,0.05743443282058371f,-0.09782441388077324f,-0.993545001484815f,-0.26777490157281636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9926862738991318f,0.1085047448241099f,-0.05292146977279399f,0.1838638251655214f,0.11339310585456136f,0.9884707155414519f,-0.10033767020230347f,2.5245913764549f,0.04142420979227234f,-0.10560475778876997f,-0.993545001484815f,-0.31238018841417675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9926862738991318f,0.11034873789619154f,-0.048960368227532504f,0.15903535913887837f,0.11339310585456136f,0.9914542096482062f,-0.06450235434080741f,2.3015141792840543f,0.04142420979227234f,-0.06958237000540049f,-0.9967157712344664f,-0.2967241551629617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.990215818047774f,-0.1317950054808124f,-0.04585531832067023f,-0.1567716568774407f,-0.1301722100769701f,0.9908100479205896f,-0.0367511178507033f,2.4146671717783383f,0.05027752392127657f,-0.0304224500971197f,-0.9982718292721846f,-0.2550792533777215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9986418993360281f,0.024731491508607442f,-0.04585531832067023f,-0.041493849045775265f,0.026427265640418682f,0.9989749521221714f,-0.0367511178507033f,2.421690199824686f,0.04489940446488196f,-0.03791303681143486f,-0.9982718292721846f,-0.2606330560016745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9749610563126613f,-0.21759648079739155f,-0.04585531832067023f,-0.01929453407710288f,-0.21603165116592427f,0.9756944609001572f,-0.0367511178507033f,2.4167846505639505f,0.05273769399797466f,-0.025924708548839354f,-0.9982718292721846f,-0.26147217838379794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9944840762227386f,0.09433298426910994f,-0.04585531832067023f,-0.04811508187503337f,0.09604786016829742f,0.9946980264853325f,-0.0367511178507033f,2.4275448069295216f,0.04214535201534478f,-0.04095270668794618f,-0.9982718292721846f,-0.2605444474876528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969972569225118f,-0.06239999575878785f,-0.04585531832067023f,-0.1046651147408559f,-0.06073970202246687f,0.9974768387962428f,-0.0367511178507033f,2.532553284423313f,0.04803288755851217f,-0.03385552531504428f,-0.9982718292721846f,-0.2931167972426261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969972569225118f,-0.06239999575878785f,-0.04585531832067023f,-0.09062511569512866f,-0.06073970202246687f,0.9974768387962428f,-0.0367511178507033f,2.308120995694159f,0.04803288755851217f,-0.03385552531504428f,-0.9982718292721846f,-0.2854993040467412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9986418993360281f,0.024731491508607442f,-0.04585531832067023f,0.02296321102123448f,0.026427265640418682f,0.9989749521221714f,-0.0367511178507033f,1.793991396959328f,0.04489940446488196f,-0.03791303681143486f,-0.9982718292721846f,-0.2404853035742353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933304764496192f,0.061235229389958526f,-0.09769754980515898f,3.003257252777531e-17f,0.059694311195685634f,0.9980430111555486f,0.018620877918031825f,1.4197252677759973f,0.09864661052081312f,0.012664697593103597f,-0.9950419346276971f,-0.24523456517164915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9503614824184387f,-0.30744265603669085f,-0.047875525945233796f,0.23537942586369986f,-0.3108374077679028f,0.9312340157485942f,0.19021912060799057f,0.8145890941903915f,-0.013898153386628182f,0.1956584298256831f,-0.9805736179250335f,-0.24764311748046985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9503614824184387f,-0.3062391611106472f,0.05505114837743922f,0.12500000000000003f,-0.3108374077679028f,0.9423375680962606f,-0.12401618316395613f,1.1542749812683597f,-0.013898153386628182f,-0.13497215993186337f,-0.9907519151511992f,-0.2970544157465439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9615371690198746f,0.2703837333442751f,0.04836227182481231f,-0.22932970094304939f,0.2744007002938419f,0.9377062021240371f,0.21309935282952788f,0.8197619032140566f,0.012268996352361599f,0.21817358969620132f,-0.9758328527404574f,-0.2193989310552474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9615371690198746f,0.26798299464422426f,-0.060260992148808624f,-0.12499999999999997f,0.2744007002938419f,0.9469746784575336f,-0.16716223867399005f,1.188794354141605f,0.012268996352361599f,-0.17726836418764774f,-0.9840860728547788f,-0.29649388234848534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795846071297838f,0.20075682160517422f,0.010521219196248946f,3.243653942663087e-17f,0.1643364067131019f,0.8298208814054513f,-0.533283086373556f,1.217360164578587f,-0.11579094482304399f,-0.5206668832972461f,-0.8458714167853875f,-0.2648644445828336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9793552595171668f,-0.20185252681203936f,-0.01090105846501557f,3.43776855161669e-17f,-0.16524733735022376f,0.8304820178876434f,-0.5319708032062748f,1.2268349827958889f,0.116432783848554f,-0.519187033143994f,-0.8466925247457977f,-0.2807151052866997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.053741572451179e-17f,1.0011029322465284e-16f,3.243653942663087e-17f,0f,0.8174625801851891f,-0.5759817097764244f,1.217360164578587f,-1.2246467991473532e-16f,-0.5759817097764244f,-0.8174625801851891f,-0.2648644445828336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9779932907721517f,0.2086363420036346f,1.1589567356219742e-16f,3.235780508376984e-17f,0.1974450870479497f,0.9255337232928207f,0.323114166585676f,1.2469365324221848f,0.06741335776598834f,0.3160034870742265f,-0.9463599924720212f,-0.2642215298835436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9779932907721517f,-0.20863634200363465f,1.1589567356219742e-16f,3.235780508376984e-17f,-0.1974450870479497f,0.9255337232928207f,0.323114166585676f,1.2469365324221848f,-0.06741335776598859f,0.3160034870742265f,-0.9463599924720212f,-0.2642215298835436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.957007298683128e-17f,1.1589567356219742e-16f,3.235780508376984e-17f,0f,0.9463599924720212f,0.323114166585676f,1.2469365324221848f,-1.2246467991473532e-16f,0.323114166585676f,-0.9463599924720212f,-0.2642215298835436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9699871910037711f,0.24262718122910604f,-0.016028107106966175f,-0.19374999999999998f,0.24291332828761736f,0.9698558900336672f,-0.019304598085311382f,1.3299738864580974f,0.01086113386558173f,-0.02261865371373154f,-0.9996851665776242f,-0.2590854936607202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9692600868948086f,-0.24545260554283957f,0.016967686492249664f,0.19375000000000003f,-0.24579281206434409f,0.9690677717153724f,-0.022215925821465095f,1.3232418626180698f,-0.010989881262784352f,-0.025703545569318115f,-0.9996091987646951f,-0.2615703420489522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6112203592163362e-17f,1.2140014300660133e-16f,-0.007812499999999968f,0f,0.9913073964764766f,0.13156612668551707f,1.2020082943768466f,-1.2246467991473532e-16f,0.13156612668551707f,-0.9913073964764766f,-0.2662303599925995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.47017215967566e-18f,1.2234244988213243e-16f,3.138157422815092e-17f,0f,0.9990019160407067f,0.04466734542142442f,1.425222784992192f,-1.2246467991473532e-16f,0.04466734542142442f,-0.9990019160407067f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3910659599983298f,-0.3496816524953139f,-0.8513460852313418f,-1.6468251615053204f,0.0848252279290913f,0.9347684552423607f,-0.34498205140353067f,1.984081740169081f,0.9164453587843427f,0.06269511138802668f,0.3952179492010459f,0.8504186841596412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13749230278628258f,-0.3496816524953139f,-0.926724667084389f,-1.63442483849468f,-0.11739858135479553f,0.9347684552423607f,-0.3352991323873237f,1.9824888298153027f,0.9835209401789099f,0.06269511138802668f,-0.1695755974119988f,0.9433313158403583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.13227011211349804f,-0.3496816524953139f,-0.9274844253946419f,-1.501502336190804f,-0.01699104377363453f,0.9347684552423607f,-0.35485101030614663f,2.036512936538114f,0.9910680712609832f,0.06269511138802668f,0.11770047211068368f,0.8792199291833972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3121513508776288f,0.6547784150702438f,0.6883507545600358f,1.5797107814193707f,0.012231618097665847f,0.7217250697090483f,-0.6920717529795464f,2.5494756638434204f,-0.9499536418499506f,0.22445077614383263f,0.21727845596019607f,-0.09198634477002451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.031236784966367198f,0.6547784150702438f,0.7551751389069057f,1.5661754685806295f,0.3225493250391228f,0.7217250697090483f,-0.6124335528612681f,2.533344906140964f,-0.9460371008484663f,0.22445077614383263f,-0.23374270663843166f,-0.0006317802299750999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14437667027990597f,0.6547784150702438f,0.7419033658347876f,1.461657620124782f,0.17206141549286744f,0.7217250697090483f,-0.6704534234770229f,2.6419782985137457f,-0.9744486884271937f,0.22445077614383263f,-0.008461838509037055f,-0.04503978672364425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5913452849921919f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34.mcfunction new file mode 100644 index 000000000..13d3fc967 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..a9bdbf6c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41256035049049317f,-0.022287981519611935f,-0.7044442117920959f,0.04412179868460324f,-0.12452701128806971f,0.8057215158338348f,0.04743739902790748f,1.5506667108182073f,0.6937084582930115f,0.13137933340770686f,-0.41042964085275835f,-0.5491492866605895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3817325436854834f,0.13448679285206902f,-0.690067799306543f,0.04412179868460324f,0.18934365868001177f,0.7758798773728002f,0.046469288843664476f,1.5506667108182073f,0.6770740314094743f,-0.1411514025305218f,-0.4020535257333143f,-0.5491492866605895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5232768200264155f,0.1427253611923875f,0.6105368828662109f,-0.08784532093210655f,0.1805572135898732f,0.7958418794334733f,-0.03129281075426602f,1.5585678122515114f,-0.6004372629077477f,0.11493310513835395f,-0.5414886140073057f,-0.535996644955407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5270824897632467f,-0.06699264939317934f,0.5980769464811863f,-0.08784532093210655f,-0.13493131881652204f,0.7879428027024495f,-0.030654181963362635f,1.5585678122515114f,-0.5864960257217531f,-0.12107074211671212f,-0.5304378259663404f,-0.535996644955407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.274041837931446f,0.6942836336517075f,0.5798222841902895f,-0.6142867518891677f,0.021061307324712474f,0.9785244871063035f,-1.2179706480318482f,2.0518350575156528f,-0.9043119298859423f,1.0009327221031028f,0.78851751362239f,-0.8158411619327239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2352520172690761f,0.9712182257011509f,0.03730477766638943f,-0.3528545409910381f,0.8241000715173297f,0.21967109819424824f,-0.5221146241423098f,2.0658844116351136f,-0.5152820203499855f,-0.0920856486323543f,-0.8520590782451625f,-0.36546246681300015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23672930841348255f,0.9712182257011509f,0.026351330212774457f,-0.27542967518917605f,0.8474336325407172f,0.21967109819424824f,-0.48332271522966697f,1.78719073055658f,-0.4752004555731392f,-0.0920856486323543f,-0.875045576149631f,-0.2119150672415073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6156463285248279f,0.7850341116722801f,-0.06856414285042703f,0.4748528326938093f,0.7667937043292259f,0.6168489270478354f,0.17755229145521703f,1.48012947074756f,0.18167832334916445f,0.05673486327513741f,-0.98171999170547f,-0.4450124110008651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49294284044096315f,0.8211428946833346f,-0.287631191926518f,0.31478949167047116f,0.6909827905980551f,0.5703661995562802f,0.4441004182626382f,1.7080275785132555f,0.5287250127952333f,0.020167917958974477f,-0.8485535433488451f,-0.27148316738805783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.987978611957347f,-0.1301647597416178f,-0.08339902659048555f,-0.11014334435125421f,-0.0895584589619896f,0.9216572309880725f,-0.3775277883755743f,1.4316861583887572f,0.12600612978417852f,-0.3655202920342531f,-0.9222349870656649f,-0.010211950420027652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9902973149507939f,-0.07078987867891184f,-0.11958269556199556f,-0.12416383845081265f,-0.062236274981895635f,0.9953282360725877f,-0.07381292944335106f,1.6178488718433466f,0.12424924175875621f,-0.06565436431233031f,-0.9900765780327893f,-0.028710122341294497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9887389517836344f,-0.11984812215703902f,-0.0896198239299299f,0.20035865838790298f,-0.07821342017891135f,0.9244054453452164f,-0.3733058176884323f,1.4131418086434884f,0.12758505449196336f,-0.3620925299306013f,-0.9233694025896348f,-0.040816594092706764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9900075452458108f,-0.07121497915546998f,-0.12171066962370215f,0.18624515811110423f,-0.06227085151266301f,0.9951783911795321f,-0.07577803627177274f,1.599264144262952f,0.12652035965903624f,-0.06744180063732139f,-0.9896687335257913f,-0.0596473612967407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987736858428437f,0.02301252434272736f,-0.043835467275667235f,0.32888796056676006f,0.02464187659773271f,0.9990114248868808f,-0.036999335983586956f,2.3015152882406382f,0.04294068450365953f,-0.03803415134927584f,-0.9983533948184369f,-0.25128428252410256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987736858428437f,0.02301252434272736f,-0.043835467275667235f,0.359355833185932f,0.02464187659773271f,0.9990114248868808f,-0.036999335983586956f,2.172246102008902f,0.04294068450365953f,-0.03803415134927584f,-0.9983533948184369f,-0.3417359200385588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987736858428437f,0.02301252434272736f,-0.043835467275667235f,-0.2578915798659106f,0.02464187659773271f,0.9990114248868808f,-0.036999335983586956f,2.3159923907418065f,0.04294068450365953f,-0.03803415134927584f,-0.9983533948184369f,-0.2260566303782026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987736858428437f,0.02301252434272736f,-0.043835467275667235f,-0.3023317336849519f,0.02464187659773271f,0.9990114248868808f,-0.036999335983586956f,2.1885713452549f,0.04294068450365953f,-0.03803415134927584f,-0.9983533948184369f,-0.3132877165548843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9829697149949185f,0.17764840939325927f,-0.047027460518867054f,0.23194989743037792f,0.1805134332393034f,0.9813572611555107f,-0.0659759531762465f,2.4105417048066426f,0.03443021671392996f,-0.07334145224495958f,-0.9967123915953048f,-0.27619139139416277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9986580605472891f,0.021690921167015625f,-0.047027460518867054f,0.11713804449035198f,0.024772915169050322f,0.9975136471630415f,-0.0659759531762465f,2.4234475001628395f,0.04547945445972636f,-0.06705242473179882f,-0.9967123915953048f,-0.27162855283665943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9640361944815908f,0.26081252342273775f,-0.05109836939977979f,0.0950910304264772f,0.264856814612974f,0.9587292551850835f,-0.10338802157563548f,2.4212510544709334f,0.022024610836997218f,-0.11320354622589898f,-0.9933276768717157f,-0.2658459206418219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974484067895389f,-0.04985611735478637f,-0.05109836939977979f,0.12435315042465897f,-0.04436983343378005f,0.9936509622979965f,-0.10338802157563548f,2.4304662874673584f,0.055928469262703784f,-0.10085699126273409f,-0.9933276768717157f,-0.268310355472286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9929673767786026f,0.10679300210268669f,-0.05109836939977979f,0.18253366829861076f,0.11161768956710481f,0.9883584412400075f,-0.10338802157563548f,2.5299306344653387f,0.03946238752435302f,-0.10836441450733819f,-0.9933276768717157f,-0.3131156626069781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9929673767786026f,0.10864716568124175f,-0.047027460518867054f,0.1580880560203314f,0.11161768956710481f,0.9915587047563987f,-0.0659759531762465f,2.3068299258951495f,0.03946238752435302f,-0.07076106564520956f,-0.9967123915953048f,-0.29719442283680597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9900770763349874f,-0.13351342526011128f,-0.043835467275667235f,-0.1580024504899612f,-0.1319413236152932f,0.990566775265261f,-0.036999335983586956f,2.419422705620742f,0.04836186554102197f,-0.030848484823319255f,-0.9983533948184369f,-0.25618678247581606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9987736858428438f,0.023012524342727353f,-0.043835467275667235f,-0.0427267855180053f,0.024641876597732704f,0.9990114248868809f,-0.036999335983586956f,2.426651751275347f,0.04294068450365954f,-0.03803415134927584f,-0.9983533948184369f,-0.26151619043515095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.974673072401762f,-0.21929626933359708f,-0.043835467275667235f,-0.020517101505675622f,-0.21777283008415876f,0.9752979255662908f,-0.036999335983586956f,2.42178592377471f,0.050866456649208226f,-0.02651608271326418f,-0.9983533948184369f,-0.2623110387266574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.994735450792221f,0.09262739738285347f,-0.043835467275667235f,-0.049358676966557144f,0.09426936445503993f,0.9948589528480993f,-0.036999335983586956f,2.432494476837417f,0.04018295487442403f,-0.04093689279931306f,-0.9983533948184369f,-0.2614415324084194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969787240817806f,-0.06412390768651703f,-0.043835467275667235f,-0.10603324466984579f,-0.06252147593172004f,0.9973575658629623f,-0.036999335983586956f,2.5373958473637486f,0.04609217694559899f,-0.0341468926685583f,-0.9983533948184369f,-0.2941423025613167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969787240817806f,-0.06412390768651703f,-0.043835467275667235f,-0.09160536544037948f,-0.06252147593172004f,0.9973575658629623f,-0.036999335983586956f,2.3129903950445825f,0.04609217694559899f,-0.0341468926685583f,-0.9983533948184369f,-0.2864592517108911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987736858428437f,0.02301252434272736f,-0.043835467275667235f,0.022817284916692795f,0.02464187659773271f,0.9990114248868808f,-0.036999335983586956f,1.7990730344648265f,0.04294068450365953f,-0.03803415134927584f,-0.9983533948184369f,-0.2411357911192685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933087889981341f,0.0608460931111807f,-0.09816008685899692f,3.00323452006529e-17f,0.059471128257262654f,0.9980873683376225f,0.016875724241865415f,1.4247902713382181f,0.09899916465742784f,0.01092511409481834f,-0.9950275409651467f,-0.24523270890482537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.950211234099962f,-0.3078458288956852f,-0.0482654764998323f,0.23568703233627675f,-0.31130017368350155f,0.930954263394022f,0.1908307138096895f,0.8193284174567661f,-0.013813488149236303f,0.1963545392905965f,-0.9804356595132231f,-0.24888276198086856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.950211234099962f,-0.30689207494571047f,0.053998749297958434f,0.12500000000000003f,-0.31130017368350155f,0.9425971114874341f,-0.12084240679565911f,1.1593186668507427f,-0.013813488149236303f,-0.13163563252805915f,-0.991201920798224f,-0.29687658401652217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9613381096053971f,0.27096975769596654f,0.04903498174273726f,-0.22962958341592427f,0.2751000259384431f,0.9371502882899573f,0.21463763157172083f,0.8249582344062961f,0.012207159742926327f,0.2198288597346559f,-0.9754620739315145f,-0.21981665041591003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9613381096053971f,0.26876956009697567f,-0.05993298412059566f,-0.12499999999999997f,0.2751000259384431f,0.9470187504572573f,-0.1657572381859776f,1.1939834190176337f,0.012207159742926327f,-0.17583631549726342f,-0.9843437282795869f,-0.2963645082576455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9804364196325867f,0.19656628410125243f,0.01030160243166611f,3.242504697561259e-17f,0.16847877951239595f,0.8651014717718323f,-0.4724556533604217f,1.2234665481445093f,-0.10178078360893014f,-0.4614771278111573f,-0.8812942372415224f,-0.26477060159866644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9802987632372293f,-0.19723957399331524f,-0.0105302063842091f,3.4279811713631096e-17f,-0.16906460317385696f,0.8654451719529462f,-0.47161617264148337f,1.234032314027944f,0.10213468925504582f,-0.4605444655994365f,-0.881741062022465f,-0.27991590503888986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.332453660091271e-17f,1.0482175771708011e-16f,3.242504697561259e-17f,0f,0.8559346073501445f,-0.5170840820798431f,1.2234665481445093f,-1.2246467991473532e-16f,-0.5170840820798431f,-0.8559346073501445f,-0.26477060159866644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9789763221141407f,0.20397392171518f,1.1619249174171652e-16f,3.2344434756436935e-17f,0.19352713150369244f,0.9288367740133747f,0.3159264101216918f,1.2530984219581818f,0.0644407488459197f,0.30928447503965745f,-0.9487836968390743f,-0.2641123528755915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9789763221141407f,-0.20397392171518006f,1.1619249174171652e-16f,3.2344434756436935e-17f,-0.19352713150369244f,0.9288367740133747f,0.3159264101216918f,1.2530984219581818f,-0.06444074884591995f,0.30928447503965745f,-0.9487836968390743f,-0.2641123528755915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.8689826692164395e-17f,1.1619249174171652e-16f,3.2344434756436935e-17f,0f,0.9487836968390743f,0.3159264101216918f,1.2530984219581818f,-1.2246467991473532e-16f,0.3159264101216918f,-0.9487836968390743f,-0.2641123528755915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9716225862945592f,0.2360416111793195f,-0.015294037862603997f,-0.19374999999999998f,0.23630404366282687f,0.9715025692011734f,-0.01852449686539307f,1.3346178571178386f,0.010485644990586167f,-0.02161286254502437f,-0.999711426073415f,-0.2591337093604867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9709314751014787f,-0.23880893763937242f,0.0161975912042825f,0.19375000000000003f,-0.23912231945952617f,0.9707533573191781f,-0.021411109028732063f,1.3275966193740916f,-0.010610701841208551f,-0.024661925251250667f,-0.9996395362576145f,-0.26151730340012097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6071197373240775e-17f,1.214055782969173e-16f,-0.007812499999999968f,0f,0.9913517789900287f,0.1312312854974199f,1.2070662186135257f,-1.2246467991473532e-16f,0.1312312854974199f,-0.9913517789900287f,-0.26615496431348656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.42884826503165e-18f,1.223442905620603e-16f,3.138157422815092e-17f,0f,0.999016946332944f,0.04432991021420564f,1.4302840675597928f,-1.2246467991473532e-16f,0.04432991021420564f,-0.999016946332944f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3985658720452128f,-0.3473737735356647f,-0.8488089932961544f,-1.6473937661311575f,0.08138691261756234f,0.9352407825606542f,-0.3445298957854257f,1.9797785629579108f,0.9135214371296493f,0.06823591499296945f,0.4010267370259145f,0.8504994309165443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12136582134183488f,-0.3473737735356647f,-0.9298396629901382f,-1.6338562338688432f,-0.11699519982595374f,0.9352407825606542f,-0.3341209389622569f,1.9780395721616746f,0.9856888254554307f,0.06823591499296945f,-0.15414732977695486f,0.9432505690834553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1444003441313514f,-0.3473737735356647f,-0.9265419591547591f,-1.5016437061267864f,-0.01854923515985149f,0.9352407825606542f,-0.35352596016462434f,2.0319379615844864f,0.9893454737803834f,0.06823591499296945f,0.12860557303375486f,0.8775841640449366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2918813933294937f,0.6654516958951786f,0.6870074909768189f,1.5756067529426991f,0.00003780428797733881f,0.7182775528309397f,-0.6957566784947395f,2.5443356473901915f,-0.9564545210300744f,0.2031044005663768f,0.20962669599004705f,-0.09436070192686272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0371055735318965f,0.6654516958951786f,0.745518086194493f,1.5633532470573008f,0.30359219426194445f,0.7182775528309397f,-0.6260264664392508f,2.529732487729394f,-0.9520792803102517f,0.2031044005663768f,-0.22867804108502857f,-0.0025692980731370774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13070406277758184f,0.6654516958951786f,0.7349084898160209f,1.4592437265275968f,0.15576703638184247f,0.7182775528309397f,-0.6780958541946812f,2.6387484456889947f,-0.9791083077730734f,0.2031044005663768f,-0.009773644167920058f,-0.046998953374811886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5964065675597927f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35.mcfunction new file mode 100644 index 000000000..7a9ff3694 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..919684fc6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.40186422034474173f,-0.020676271992011264f,-0.7106490586975189f,0.04525302991916802f,-0.12434252554839846f,0.8057832034453756f,0.04687013793449611f,1.5547477753675636f,0.6999918065173357f,0.1312644859292306f,-0.3996567902422979f,-0.5486085394268594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3714480928256619f,0.13193573356818702f,-0.6961460166832839f,0.04525302991916802f,0.18953374791348898f,0.7758665473668889f,0.0459136045072615f,1.5547477753675636f,0.6827175643983715f,-0.14361080351006877f,-0.3915005292169449f,-0.5486085394268594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5145540854270714f,0.14091300093069936f,0.6183219742039411f,-0.08912395547770088f,0.17903675034046426f,0.7961391359256005f,-0.03244630517653368f,1.5627677428866393f,-0.6083784838751948f,0.11511058535507146f,-0.5325125519096958f,-0.5351750210856109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5185087922519125f,-0.06536295783584742f,0.6057031584038607f,-0.08912395547770088f,-0.13641880943931184f,0.7876418457332222f,-0.03178413568313503f,1.5627677428866393f,-0.5937495606639417f,-0.12388707193614855f,-0.521644948809498f,-0.5351750210856109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2613165528628638f,-0.7145357860631744f,0.5830312289313712f,-0.1894485591794013f,0.8457546438641932f,0.5024101353439306f,-1.2139560899331758f,2.199208301492293f,0.3676763330108356f,1.2955419392434868f,0.7923329147554894f,-0.907026213690232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.23241527226501024f,0.9719684295336232f,0.03550370696030925f,-0.35200711416951297f,0.8229014533342107f,0.21596735409219178f,-0.5255390566521785f,2.070384845307972f,-0.5184750132054821f,-0.09292725088132231f,-0.8500283446598794f,-0.3663991301150271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2338527209700755f,0.9719684295336232f,0.024295614518557967f,-0.2755383643557688f,0.8472021207997411f,0.21596735409219178f,-0.48539331317895046f,1.791740013987516f,-0.47703403590028326f,-0.09292725088132231f,-0.873958268246446f,-0.2123334453074308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6140672473064591f,0.7863690686566873f,-0.06741738385225568f,0.47356090049398014f,0.7674355623031173f,0.6148553161454164f,0.18164690451592735f,1.4847511531570927f,0.18429344399073577f,0.0598049167521739f,-0.9810500998594818f,-0.4465819612883147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4895255744792111f,0.823601047023552f,-0.2864367770948898f,0.3146842055684826f,0.6909973106564435f,0.5667537997182917f,0.44867900237301195f,1.712688124960806f,0.5318716279294855f,0.021712803747740025f,-0.8465465879424777f,-0.2720154770952387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9930050618863713f,-0.06984735840006034f,-0.09519607971223165f,-0.1192715959456115f,-0.02708848020337786f,0.9195205462678744f,-0.39210735676789016f,1.436608101153194f,0.11492241429901845f,-0.38678587295267625f,-0.9149806157377987f,-0.0057971823314296525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9934605577459187f,-0.02225699190738487f,-0.1119854745688154f,-0.12414469114430125f,-0.011891561707116022f,0.9956518208246474f,-0.0923907054239235f,1.6227153756489159f,0.1135548808432911f,-0.09045483955985419f,-0.9894054836298751f,-0.02894124902158901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9930752696695809f,-0.06407216782740363f,-0.09846962008957999f,0.1911864017324936f,-0.020775484854965245f,0.9207530065153897f,-0.3895924540104849f,1.4181068929114924f,0.11562823184555882f,-0.38484887722685085f,-0.915708170596671f,-0.03664349849450857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.993315077920846f,-0.02250812124566203f,-0.11321899334075661f,0.18625851029055224f,-0.011910909063503625f,0.9955556372263372f,-0.09341896719693818f,1.6041897063464499f,0.11481849250179457f,-0.09144592754656844f,-0.9891685175513639f,-0.05997191314418615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9988798780235825f,0.021550040416901332f,-0.04212582388064053f,0.32801275968690813f,0.023122465222444138f,0.9990401818775964f,-0.03720304552070939f,2.30658744749927f,0.041283663616855586f,-0.03813542646947891f,-0.9984194250746333f,-0.25139904927494205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9988798780235825f,0.021550040416901332f,-0.04212582388064053f,0.3588277040718697f,0.023122465222444138f,0.9990401818775964f,-0.03720304552070939f,2.177352546801162f,0.041283663616855586f,-0.03813542646947891f,-0.9984194250746333f,-0.34178207945263617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9988798780235825f,0.021550040416901332f,-0.04212582388064053f,-0.2588291686519466f,0.023122465222444138f,0.9990401818775964f,-0.03720304552070939f,2.320171895817456f,0.041283663616855586f,-0.03813542646947891f,-0.9984194250746333f,-0.22714489690003942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9988798780235825f,0.021550040416901332f,-0.04212582388064053f,-0.3029302151187536f,0.023122465222444138f,0.9990401818775964f,-0.03720304552070939f,2.1926711800110317f,0.041283663616855586f,-0.03813542646947891f,-0.9984194250746333f,-0.31443165230646936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9833031560462536f,0.17622378397692157f,-0.045388118162490235f,0.23094803264008168f,0.1790119543601161f,0.9815479512317445f,-0.06721859585662429f,2.4154869980634723f,0.032705099077186855f,-0.07422127318781156f,-0.9967053622313526f,-0.2765978540662009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.998764535871081f,0.020231673581095344f,-0.045388118162490235f,0.11610920994215268f,0.02326009148636303f,0.99746710648277f,-0.06721859585662429f,2.428218069797426f,0.04391321020228639f,-0.06819128147350051f,-0.9967053622313526f,-0.27222690006752326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9644931284717388f,0.25941860799500926f,-0.0495478653095127f,0.09406936277741466f,0.26334808175608304f,0.9588632753165701f,-0.10596700941599918f,2.4260528456487824f,0.020019814339531056f,-0.11525278771080019f,-0.9931344329740562f,-0.2663168863443218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974522332824964f,-0.05132301007375517f,-0.0495478653095127f,0.12331994005897765f,-0.04584613814689259f,0.9933121989246106f,-0.10596700941599918f,2.435309283389552f,0.05465504493435552f,-0.10342545191839217f,-0.9931344329740562f,-0.26876386694223514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9932006287388453f,0.1053447678626361f,-0.0495478653095127f,0.181401808707569f,0.11010656634770706f,0.9882547935439256f,-0.10596700941599918f,2.5347548955817016f,0.03780284539396849f,-0.11070204569663464f,-0.9931344329740562f,-0.31373842954451414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9932006287388453f,0.10720275090887417f,-0.045388118162490235f,0.15728118975307234f,0.11010656634770706f,0.9916441924491776f,-0.06721859585662429f,2.311634952280637f,0.03780284539396849f,-0.07175908151159739f,-0.9967053622313526f,-0.29759263620440474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9899531782231991f,-0.13497451569894275f,-0.04212582388064053f,-0.15904833307063054f,-0.13344652709969212f,0.9903574899040322f,-0.03720304552070939f,2.4237505048504397f,0.04674108825025394f,-0.031207728254723868f,-0.9984194250746333f,-0.2571240708438457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988798780235825f,0.021550040416901325f,-0.04212582388064053f,-0.04377517436135937f,0.02312246522244414f,0.9990401818775964f,-0.03720304552070939f,2.4311548537176924f,0.04128366361685558f,-0.03813542646947891f,-0.9984194250746333f,-0.2622636354206546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.974422303337277f,-0.2207410014502356f,-0.04212582388064053f,-0.021556800919389024f,-0.21925406539376202f,0.9749582494713771f,-0.03720304552070939f,2.426322840301376f,0.049283157033448904f,-0.027015219163559163f,-0.9984194250746333f,-0.2630210342176485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9949434020157177f,0.09117588358643411f,-0.04212582388064053f,-0.05041609392369845f,0.09275566027576403f,0.9949936285679377f,-0.03720304552070939f,2.4369874548187718f,0.038522905811955374f,-0.04092233328442958f,-0.9984194250746333f,-0.26220077237728356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969570482963994f,-0.0655900816778556f,-0.04212582388064053f,-0.10719654813034077f,-0.0640376118248878f,0.9972537879976937f,-0.03720304552070939f,2.5417976708857295f,0.044450288231860764f,-0.03439220129249098f,-0.9984194250746333f,-0.2950099655910013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969570482963994f,-0.0655900816778556f,-0.04212582388064053f,-0.09243877975282327f,-0.0640376118248878f,0.9972537879976937f,-0.03720304552070939f,2.3174155685862488f,0.044450288231860764f,-0.03439220129249098f,-0.9984194250746333f,-0.2872717203001908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9988798780235825f,0.021550040416901332f,-0.04212582388064053f,0.02269324128273261f,0.023122465222444138f,0.9990401818775964f,-0.03720304552070939f,1.8036797623936969f,0.041283663616855586f,-0.03813542646947891f,-0.9984194250746333f,-0.24168716515310754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932902445915311f,0.06051531008728688f,-0.09855144465879585f,3.0032152625937717e-17f,0.05928214176789112f,0.9981225293485744f,0.015396235715782178f,1.4293838138879815f,0.09929812519231088f,0.009450590026224934f,-0.9950128485006856f,-0.2452311364129419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9500837019210121f,-0.30818714996939517f,-0.04859670706752601f,0.23594654773174578f,-0.3116923662959549f,0.9307166631386976f,0.1913487960474182f,0.8236501473981883f,-0.013741475062512299f,0.1969445951269283f,-0.9803183147903524f,-0.249935393722548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9500837019210121f,-0.3074426792024416f,0.05310328002007005f,0.12500000000000003f,-0.3116923662959549f,0.9428086422955636f,-0.11815131317773978f,1.1638942084585013f,-0.013741475062512299f,-0.12880552401826822f,-0.9915746612562695f,-0.29672583818182885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9611689812642153f,0.27146509403548513f,0.04960738025551805f,-0.229883639220425f,0.27569269259831897f,0.9366765865596448f,0.21594099064063946f,0.8296638609485232f,0.012154369724472026f,0.22123217422264135f,-0.9751454231986753f,-0.2201711253726375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9611689812642153f,0.26943597607505726f,-0.05965269693812283f,-0.12499999999999997f,0.27569269259831897f,0.9470541765823568f,-0.1645658709022098f,1.1986821697308354f,0.012154369724472026f,-0.17462142312555795f,-0.984560627834673f,-0.29625491469757304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9810785046192182f,0.19334501412326868f,0.01013278282564886f,3.241480194070504e-17f,0.1720428291007104f,0.8946002641198608f,-0.41242166818888f,1.2293216056112182f,-0.0888044634528157f,-0.40287476087532204f,-0.9109367125769546f,-0.26468694454003794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9810133694988377f,-0.19366953052930735f,-0.010241182016478915f,3.417886734989892e-17f,-0.17233586059470613f,0.8947364490498834f,-0.41200368674890164f,1.2408767175191913f,0.08895571942050147f,-0.40241620206716666f,-0.9111246239105921f,-0.2790916317561568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.617163633258794e-17f,1.0882253947752765e-16f,3.241480194070504e-17f,0f,0.8886034696150279f,-0.4586762189040695f,1.2293216056112182f,-1.2246467991473532e-16f,-0.4586762189040695f,-0.8886034696150279f,-0.26468694454003794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9797260726720072f,0.20034176430960385f,1.1644719491607584e-16f,3.2330970707294565e-17f,0.19049767242794974f,0.9315857684699789f,0.30961038868831997f,1.2590296364791957f,0.06202789151840013f,0.30333337016806133f,-0.9508635060913146f,-0.2640024105709879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9797260726720072f,-0.2003417643096039f,1.1644719491607584e-16f,3.2330970707294565e-17f,-0.19049767242794974f,0.9315857684699789f,0.30961038868831997f,1.2590296364791957f,-0.062027891518400366f,0.30333337016806133f,-0.9508635060913146f,-0.2640024105709879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.791633714899189e-17f,1.1644719491607584e-16f,3.2330970707294565e-17f,0f,0.9508635060913146f,0.30961038868831997f,1.2590296364791957f,-1.2246467991473532e-16f,0.30961038868831997f,-0.9508635060913146f,-0.2640024105709879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9730253092271552f,0.23025027484555777f,-0.014372144479652876f,-0.19374999999999998f,0.23047452071357544f,0.9729367446855051f,-0.016600787409635873f,1.3393479836178095f,0.010160851600461892f,-0.019465399413249457f,-0.9997588985952743f,-0.25915536074993517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9723784724009571f,-0.23291271395499408f,0.015224128523506027f,0.19375000000000003f,-0.23318323795267573f,0.9722390472563287f,-0.01941165958932488f,1.332113786566733f,-0.010280269893681257f,-0.02242549148235394f,-0.9996956603800418f,-0.2614478741636035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6036436759473538e-17f,1.2141017470820965e-16f,-0.007812499999999968f,0f,0.991389311536519f,0.1309474435456715f,1.2116537797804778f,-1.2246467991473532e-16f,0.1309474435456715f,-0.991389311536519f,-0.26609105380959847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.393819322254155e-18f,1.2234583989550873e-16f,3.138157422815092e-17f,0f,0.999029597600636f,0.04404387718981132f,1.43487445549437f,-1.2246467991473532e-16f,0.04404387718981132f,-0.999029597600636f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40530584829243055f,-0.34523581295997596f,-0.8464865047889526f,-1.6479057121589855f,0.0782971426651862f,0.9356574471432839f,-0.3441143691504037f,1.9748722128597336f,0.9108220060969214f,0.07319409166850359f,0.4062584130259973f,0.8505783246429233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1067849023037889f,-0.34523581295997596f,-0.9324211591817478f,-1.633344287841015f,-0.1166442036881371f,0.9356574471432839f,-0.33307547395638903f,1.9730016981290066f,0.987416383490739f,0.07319409166850359f,-0.14018384557035127f,0.9431716753570762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15532185939168597f,-0.34523581295997596f,-0.9255740669686967f,-1.5017888899546956f,-0.01995215712775414f,0.9356574471432839f,-0.35234507663831804f,2.0267887169901178f,0.9876624076176324f,0.07319409166850359f,0.13843985525766744f,0.8761090217113496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27355967846338847f,0.6747583439937921f,0.6854679274260487f,1.5706243496196304f,-0.010967442729061583f,0.7147938841565121f,-0.6992491818889969f,2.5386716886101484f,-0.961792502320013f,0.1837685511266877f,0.20293915861116035f,-0.0972849697264806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04255773863759002f,0.6747583439937921f,0.7368107057398188f,1.55953190038037f,0.28626483441268824f,0.7147938841565121f,-0.6380612413797934f,2.525452222378591f,-0.9572049328439186f,0.1837685511266877f,-0.22357959691364326f,-0.005136905273519121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.11831945855211091f,0.6747583439937921f,0.7284927473480368f,1.4558042128977946f,0.1410076398032798f,0.7147938841565121f,-0.6849719327750263f,2.634807745410624f,-0.9829126874982558f,0.1837685511266877f,-0.010572056174375422f,-0.049625129073843546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.60099695549437f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36.mcfunction new file mode 100644 index 000000000..e82babb06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..3b55edecc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41199271901102674f,-0.022689636756343588f,-0.7047635236802561f,0.043829391280939406f,-0.12293621171057606f,0.8060538909437426f,0.04591576188140781f,1.5586049267043554f,0.6943292675500565f,0.1292545926563652f,-0.4100543414537682f,-0.5495109035183297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38136939302301653f,0.13391049484531992f,-0.690380594625557f,0.043829391280939406f,0.19090797046894192f,0.7755843363951411f,0.04497870551648112f,1.5586049267043554f,0.6768393700699491f,-0.1433070706866562f,-0.40168588550573214f,-0.5495109035183297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5238124227517915f,0.14231805842215117f,0.6101725661337881f,-0.08813321179960858f,0.17864120750893744f,0.7962315972242398f,-0.032357487633147705f,1.5664601691283235f,-0.6005433449761071f,0.11271760409594285f,-0.5418365777392877f,-0.536285677536075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5274145364963794f,-0.06756205182480783f,0.597720064784119f,-0.08813321179960858f,-0.1368114468271355f,0.7875772469540672f,-0.03169713074267531f,1.5664601691283235f,-0.5857614998524359f,-0.12311559297454715f,-0.5307786883976696f,-0.536285677536075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.07604818426379106f,-1.446576254834612f,0.5856962204239057f,0.03197641773814336f,0.8825303993761725f,-0.4437681367769263f,-1.2106263605912715f,2.487130049214706f,1.2871530669843094f,0.38973481975595003f,0.7954558456776109f,-0.6376088084158025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2300732308621013f,0.9725790465477455f,0.03400450936202854f,-0.35130594159570544f,0.8218913892109388f,0.21289987286649303f,-0.5283636895873369f,2.074429189879981f,-0.5211150091693645f,-0.09361432769458493f,-0.8483369052851019f,-0.36717478746756044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23147261003325284f,0.9725790465477455f,0.022592676261826622f,-0.2756284597391404f,0.8469989750067521f,0.21289987286649303f,-0.48709996968891506f,1.7958283532804575f,-0.47855320199733753f,-0.09361432769458493f,-0.8730539447871398f,-0.21267948808855472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6127492822317697f,0.7874793241976461f,-0.0664426902350426f,0.47248923223493144f,0.7679693942131194f,0.6131795143587443f,0.18502403282468166f,1.4889034078285093f,0.18644389686011548f,0.062347390739255486f,-0.9804853268619683f,-0.44787734165249415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4866912230064378f,0.8256317617902094f,-0.2854187228821769f,0.3145968867223147f,0.6909984070562296f,0.5637410575476465f,0.45245687250920885f,1.716868492646521f,0.5344650174653633f,0.022982905783567112f,-0.8448780569688695f,-0.2724558122321869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9941937331580731f,-0.018313004295090928f,-0.10603515842823835f,-0.1270506445027473f,0.026302163607184622f,0.9141626595195655f,-0.404493298003435f,1.441464311848319f,0.10434086993500923f,-0.4049336560645493f,-0.908373115546361f,-0.0019547346946580287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9941165252290336f,0.01913554986142881f,-0.10661221786480564f,-0.12412905526538442f,0.030852391020799848f,0.993523133308626f,-0.10936138966248539f,1.6270663906582958f,0.10382901441722192f,-0.11200720651864801f,-0.9882681424861559f,-0.02913276180744298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9941243406789134f,-0.01657343419094853f,-0.1069678295041734f,0.18336503715473107f,0.028192784831971435f,0.9144572675969246f,-0.403699235350508f,1.4229952706254998f,0.10450819179917797f,-0.4043429571765594f,-0.908616976964761f,-0.033007514667270046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9940769812819928f,0.01905597954624376f,-0.10699450887224798f,0.18626931763920024f,0.030846926202112483f,0.9934911575505746f,-0.10965303011180685f,1.6085895312280338f,0.10420855257205063f,-0.1123040048811819f,-0.9881945092229998f,-0.06024073126513538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989638968608857f,0.02033657065341487f,-0.04071310185397852f,0.32728557693653826f,0.02186147767609469f,0.9990624555086861f,-0.03736690764262193f,2.3111085586695017f,0.0399150167522372f,-0.03821824023961972f,-0.9984719112477103f,-0.25149412290122775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989638968608857f,0.02033657065341487f,-0.04071310185397852f,0.35838779843833407f,0.02186147767609469f,0.9990624555086861f,-0.03736690764262193f,2.1819027987265667f,0.0399150167522372f,-0.03821824023961972f,-0.9984719112477103f,-0.341820397678957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989638968608857f,0.02033657065341487f,-0.04071310185397852f,-0.25960571246923214f,0.02186147767609469f,0.9990624555086861f,-0.03736690764262193f,2.323952176804207f,0.0399150167522372f,-0.03821824023961972f,-0.9984719112477103f,-0.2280440505592884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989638968608857f,0.02033657065341487f,-0.04071310185397852f,-0.3034257832320027f,0.02186147767609469f,0.9990624555086861f,-0.03736690764262193f,2.1963860276869793f,0.0399150167522372f,-0.03821824023961972f,-0.9984719112477103f,-0.31537669908059984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9835755980083802f,0.17504370241629014f,-0.04403118493584169f,0.2301162358934029f,0.17776554494144015f,0.9817038450808981f,-0.06824200748111549f,2.4199025940872243f,0.03128024990516927f,-0.07494840090206774f,-0.99669668564117f,-0.2769338876514425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9988490181929212f,0.019023501470108534f,-0.04403118493584169f,0.1152555068854252f,0.022004640265033404f,0.9974260996293178f,-0.06824200748111549f,2.4324886434154673f,0.04261965112297358f,-0.06913235255698252f,-0.99669668564117f,-0.2727214158043035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9648673550038133f,0.2582669487131164f,-0.04826147998520148f,0.09322117317386797f,0.2620949464065692f,0.958969010707202f,-0.10809567785711009f,2.4303496139019343f,0.01836372282744227f,-0.11694708079155718f,-0.9929683549732337f,-0.26670614173794055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974522615745617f,-0.05253394549650814f,-0.04826147998520148f,0.1224621287376795f,-0.04707061471945963f,0.9930255191376223f,-0.10809567785711009f,2.439640182363693f,0.05360357366560818f,-0.10554858081483541f,-0.9929683549732337f,-0.269138728914707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.993390088717645f,0.10414874549022345f,-0.04826147998520148f,0.18046255894839608f,0.10885231851453532f,0.9881631935984168f,-0.10809567785711009f,2.539070007552437f,0.03643218894822941f,-0.1126345490078006f,-0.9929683549732337f,-0.3142530779575286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.993390088717645f,0.10600653937703583f,-0.04403118493584169f,0.15661108758856307f,0.10885231851453532f,0.9917127614228616f,-0.06824200748111549f,2.3159346362322935f,0.03643218894822941f,-0.07258383043314415f,-0.99669668564117f,-0.2979217161100712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9898463341559003f,-0.1361861890778699f,-0.04071310185397852f,-0.159915262246903f,-0.13469547416042116f,0.9901822273975266f,-0.03736690764262193f,2.4276538016298757f,0.04540224662750821f,-0.03150362599002824f,-0.9984719112477103f,-0.25789838712622465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989638968608857f,0.020336570653414876f,-0.04071310185397852f,-0.0446446544261201f,0.0218614776760947f,0.9990624555086862f,-0.03736690764262193f,2.4352036218226503f,0.0399150167522372f,-0.03821824023961972f,-0.9984719112477103f,-0.2628811386436132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9742102615506035f,-0.22193875197209811f,-0.04071310185397852f,-0.022419162491744263f,-0.22048298469992728f,0.9746748009828917f,-0.03736690764262193f,2.430399678217416f,0.04797519929418286f,-0.027426678654698618f,-0.9984719112477103f,-0.2636076089545861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.995111863559052f,0.08997123063212108f,-0.04071310185397852f,-0.051293037195525255f,0.09149929816166276f,0.9951038099862503f,-0.03736690764262193f,2.4410278113998807f,0.03715181610572877f,-0.0409094733453118f,-0.9984719112477103f,-0.2628280131322873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969349865581223f,-0.06680625654670541f,-0.04071310185397852f,-0.10816129434966704f,-0.06529574220778216f,0.997166074564695f,-0.03736690764262193f,2.545762372428373f,0.043094067177414395f,-0.034593985365279314f,-0.9984719112477103f,-0.2957266086291997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969349865581223f,-0.06680625654670541f,-0.04071310185397852f,-0.09312988662665835f,-0.06529574220778216f,0.997166074564695f,-0.03736690764262193f,2.321400005651317f,0.043094067177414395f,-0.034593985365279314f,-0.9984719112477103f,-0.28794296192201185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989638968608857f,0.02033657065341487f,-0.04071310185397852f,0.02259039245401406f,0.02186147767609469f,0.9990624555086861f,-0.03736690764262193f,1.8078155283574353f,0.0399150167522372f,-0.03821824023961972f,-0.9984719112477103f,-0.24214324366674544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932747932946709f,0.060241046544037405f,-0.09887467479950436f,3.003199341385878e-17f,0.05912595017683875f,0.9981499227916799f,0.014172284454152567f,1.4335093073105554f,0.09954550226461567f,0.008230913815765045f,-0.994998967354561f,-0.24522983634765733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.949978088594976f,-0.30846918750241886f,-0.04887117300652177f,0.23616036253092743f,-0.3120167323851503f,0.9305197997486649f,0.19177711278303738f,0.8275537416706638f,-0.013681736042232297f,0.19743267874721732f,-0.9802209686910237f,-0.2508074844637254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.949978088594976f,-0.30789616554435917f,0.052360122541075214f,0.12500000000000003f,-0.3120167323851503f,0.9429777723156522f,-0.11592445656678066f,1.1680048598086852f,-0.013681736042232297f,-0.12646292801327397f,-0.9918769772190401f,-0.29660113899025864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9610288067511714f,0.2718738340403329f,0.05008244162008383f,-0.2300936989310542f,0.2761828556567497f,0.9362829676395114f,0.21701897324757707f,0.8338825788168353f,0.012110443249630537f,0.22239339664738053f,-0.9748817950356536f,-0.22046472123308058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9610288067511714f,0.2699870179884182f,-0.05941921164186837f,-0.12499999999999997f,0.2761828556567497f,0.9470821853215883f,-0.1635798413245583f,1.202894722623221f,0.012110443249630537f,-0.17361550726881025f,-0.9847390480731893f,-0.29616430949685835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9814848208231189f,0.1912774356389766f,0.010024425628793713f,3.2405761357831935e-17f,0.17466239562170335f,0.9152558018063888f,-0.36304251103063945f,1.2348980820481368f,-0.07861675425440569f,-0.3545698236950257f,-0.9317186517803434f,-0.26461312257864134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.981467482716903f,-0.1913648638843325f,-0.010053319843549607f,3.409153786561267e-17f,-0.17474339122952717f,0.9152860026246555f,-0.3629273765107608f,1.2472077984309242f,0.07865321093858928f,-0.354444667430489f,-0.9317631942393624f,-0.2783785324009218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.026510880214264e-17f,1.1167370623261027e-16f,3.2405761357831935e-17f,0f,0.911885012971592f,-0.4104457614810994f,1.2348980820481368f,-1.2246467991473532e-16f,-0.4104457614810994f,-0.911885012971592f,-0.26461312257864134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9802052627969716f,0.19798394577621653f,1.1665132062245446e-16f,3.231755163785238e-17f,0.1885857110223109f,0.9336752316337763f,0.30444374099630245f,1.2646998253919075f,0.06027497310932035f,0.2984173571501738f,-0.9525303189758194f,-0.2638928355535091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9802052627969716f,-0.19798394577621659f,1.1665132062245446e-16f,3.231755163785238e-17f,-0.1885857110223109f,0.9336752316337763f,0.30444374099630245f,1.2646998253919075f,-0.06027497310932058f,0.2984173571501738f,-0.9525303189758194f,-0.2638928355535091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.728360529315677e-17f,1.1665132062245446e-16f,3.231755163785238e-17f,0f,0.9525303189758194f,0.30444374099630245f,1.2646998253919075f,-1.2246467991473532e-16f,0.30444374099630245f,-0.9525303189758194f,-0.2638928355535091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9740024864589365f,0.2261426032317863f,-0.01336710048440503f,-0.19374999999999998f,0.22631984216826131f,0.9739568887821595f,-0.013686045254546315f,1.344228482559469f,0.009923981698018478f,-0.01635548217959546f,-0.9998169896485708f,-0.25913915339153915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.973403161671988f,-0.22866096952166004f,0.014157890534677114f,0.19375000000000003f,-0.22887891913590477f,0.9733171924604265f,-0.01637324757441313f,1.336862651129619f,-0.010036195601790502f,-0.019178213638593303f,-0.9997657080033677f,-0.2613656344528351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6007682170637715e-17f,1.214139692874853e-16f,-0.007812499999999968f,0f,0.9914202966277169f,0.13071264450928125f,1.2157743389576368f,-1.2246467991473532e-16f,0.13071264450928125f,-0.9914202966277169f,-0.2660381871377479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.364843433934914e-18f,1.2234711390771726e-16f,3.138157422815092e-17f,0f,0.9990400006997943f,0.043807271106004825f,1.438997339113997f,-1.2246467991473532e-16f,0.043807271106004825f,-0.9990400006997943f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41131836800201804f,-0.34327737293089966f,-0.8443801545381181f,-1.6483631563353838f,0.07554087153087556f,0.936022920414175f,-0.34373633672871234f,1.9701163572870457f,0.9083560848436651f,0.07759985626906131f,0.41093489196527083f,0.850653809087164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.09370804398894986f,-0.34327737293089966f,-0.934547723621124f,-1.6328868436646164f,-0.11634005163702581f,0.936022920414175f,-0.3321537066546347f,1.9681283209409484f,0.9887789413599275f,0.07759985626906131f,-0.12764978429344015f,0.9430961909128355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16508066848818548f,-0.34327737293089966f,-0.9246129017730358f,-1.5019330647340448f,-0.021205721025038343f,0.936022920414175f,-0.3512996012737948f,2.021817279305066f,0.9860520728071624f,0.07759985626906131f,0.14723984521765499f,0.8747890232173515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.257137750858857f,0.6828294445067777f,0.6838304810388416f,1.5652198204012862f,-0.02081595634585362f,0.7113740054757297f,-0.7025053169156971f,2.5332356868793706f,-0.9661505436755992f,0.1664060517168224f,0.1971348596960019f,-0.10047857306295549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04756373081758185f,0.6828294445067777f,0.7290278741072098f,1.5551701795987138f,0.2705765476444545f,0.7113740054757297f,-0.6486411613505766f,2.5212589913486236f,-0.9615227627963473f,0.1664060517168224f,-0.2185932354316972f,-0.008041426937044294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10719616856077153f,0.6828294445067777f,0.7226706934423561f,1.4517943959836466f,0.1277514189946341f,0.7113740054757297f,-0.6911053460061454f,2.630913141014919f,-0.9859962253430528f,0.1664060517168224f,-0.010975862666331127f,-0.052613620600050225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.605119839113997f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37.mcfunction new file mode 100644 index 000000000..e3ce7268e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..103dd4488 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43619591647826883f,-0.027139483663878857f,-0.6898847840897677f,0.040688736082077646f,-0.12078488506883815f,0.8064504747540095f,0.04464401138321504f,1.562178760064578f,0.6797709749842479f,0.12587900793990683f,-0.43475319593244416f,-0.5514791524549795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4049420181162953f,0.13895641177621995f,-0.6758055027818133f,0.040688736082077646f,0.19300364332358483f,0.7751367791071401f,0.0437329091100882f,1.562178760064578f,0.662398336069562f,-0.14090453967735173f,-0.42588068172974125f,-0.5514791524549795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5450145079042895f,0.14587438790716922f,0.5904441494087296f,-0.08562516085407289f,0.17907015526529207f,0.7961732090404918f,-0.031409316195582467f,1.5696819820336305f,-0.5812379117982184f,0.10850497040835788f,-0.5633237130900598f,-0.5387947222055604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5479361243098345f,-0.07229158654877216f,0.5783942688085515f,-0.08562516085407289f,-0.1364013502623888f,0.7876852053721587f,-0.030768309742611397f,1.5696819820336305f,-0.5667103981072825f,-0.1196910345518056f,-0.5518273107820995f,-0.5387947222055604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1677437387638636f,-0.8557054203840665f,0.5878341977999587f,-0.14383644866125195f,0.11340229395964165f,-0.9845724771162676f,-1.2079582803349742f,2.6529792177022946f,1.031949965018888f,-0.8601113421124409f,0.7979310740076807f,-0.2645165153067654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22820355232337125f,0.97306079610152f,0.032799783494264975f,-0.35074517600045496f,0.8210716818372495f,0.2104448089798991f,-0.530616882183713f,2.078022501184925f,-0.5232250299746226f,-0.09415768403954126f,-0.8469769173621942f,-0.36779544175953593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22956915231406777f,0.97306079610152f,0.02122949354263183f,-0.275700608721503f,0.8468290485640849f,0.2104448089798991f,-0.48846038210018683f,1.7994591529110147f,-0.4797692849837795f,-0.09415768403954126f,-0.8723277845640723f,-0.2129561062857424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.611687771774636f,0.7883708627690582f,-0.06564642106125546f,0.47163039561921116f,0.7683980825648722f,0.6118221189373247f,0.18771809046991209f,1.4925879725467284f,0.18815540537547382f,0.06438227641061502f,-0.9800267679569666f,-0.44891120254117334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48441990356088416f,0.827253679057652f,-0.28458514985789896f,0.31452693236944423f,0.6909920496837751f,0.5613160136397585f,0.45547153599910695f,1.7205728590502463f,0.5365327057206101f,0.023993401533541153f,-0.8435383644950426f,-0.27280784396850916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9932623682071761f,0.012502522435742278f,-0.11521091457069502f,-0.13218502917868377f,0.059001172499114816f,0.9102258034462596f,-0.40988760457513324f,1.445761149619253f,0.09974331830855601f,-0.4139235118634297f,-0.9048307006172166f,-0.00011256271662317408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9932623682071761f,0.04656845775167677f,-0.10611902113241772f,-0.124116687232322f,0.059001172499114816f,0.9913533575957785f,-0.11720657843016423f,1.630907363053273f,0.09974331830855601f,-0.12267803033227602f,-0.9874215773045427f,-0.029286078262078297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9932623682071761f,0.012502522435742278f,-0.11521091457069502f,0.17820946088605874f,0.059001172499114816f,0.9102258034462596f,-0.40988760457513324f,1.4273232832132798f,0.09974331830855601f,-0.4139235118634297f,-0.9048307006172166f,-0.031282349688046926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9932623682071761f,0.04656845775167677f,-0.10611902113241772f,0.1862778028324205f,0.059001172499114816f,0.9913533575957785f,-0.11720657843016423f,1.6124694966472997f,0.09974331830855601f,-0.12267803033227602f,-0.9874215773045427f,-0.06045586523350205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9990285852791356f,0.019364068658491017f,-0.03958432316155112f,0.3267021401767753f,0.020850703804165763f,0.9990792670414297f,-0.03749488390208327f,2.3150854917526305f,0.0388218230643515f,-0.03828382181743356f,-0.9985125011941569f,-0.2515701153296812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9990285852791356f,0.019364068658491017f,-0.03958432316155112f,0.35803417324603604f,0.020850703804165763f,0.9990792670414297f,-0.03749488390208327f,2.185903536613975f,0.0388218230643515f,-0.03828382181743356f,-0.9985125011941569f,-0.3418510029543674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9990285852791356f,0.019364068658491017f,-0.03958432316155112f,-0.2602271536747169f,0.020850703804165763f,0.9990792670414297f,-0.03749488390208327f,2.3273352802375777f,0.0388218230643515f,-0.03828382181743356f,-0.9985125011941569f,-0.22876229427937467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9990285852791356f,0.019364068658491017f,-0.03958432316155112f,-0.30382226450139127f,0.020850703804165763f,0.9990792670414297f,-0.03749488390208327f,2.1997171278842353f,0.0388218230643515f,-0.03828382181743356f,-0.9985125011941569f,-0.3161315451742345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9837912060240432f,0.17409925369551377f,-0.042945463234474505f,0.2294492809656048f,0.17676625803317836f,0.9818272695392016f,-0.06905724299553155f,2.4237948018407343f,0.030142212438808505f,-0.0755292172067289f,-0.9966879072093895f,-0.2772023356445335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989142273857378f,0.018056951955719117f,-0.042945463234474505f,0.11457130054656381f,0.020998348397726296f,0.9973916816148128f,-0.06905724299553155f,2.4362645945846935f,0.041586484474194926f,-0.06988404633136977f,-0.9966879072093895f,-0.273116444216077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9651640888131661f,0.2573472081000656f,-0.047230246119967234f,0.09254110161537077f,0.2610898112125831f,0.9590502078956678f,-0.10979439519508458f,2.434146745021035f,0.017040896291827874f,-0.11830094343824252f,-0.9928315540086309f,-0.2670170998960174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974502567177024f,-0.053500366589747037f,-0.047230246119967234f,0.12177431801242727f,-0.04805164640658907f,0.9927921383962315f,-0.10979439519508458f,2.4434646291080275f,0.05276385743485918f,-0.10724495658724911f,-0.9928315540086309f,-0.2694381988663666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9935392901106248f,0.1031939090156159f,-0.047230246119967234f,0.17970976598449467f,0.10784685616397305f,0.9880861533283892f,-0.10979439519508458f,2.5428816451830314f,0.03533743938124539f,-0.11417867902013885f,-0.9928315540086309f,-0.3146641351669931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9935392901106248f,0.10504935123099185f,-0.042945463234474505f,0.15607366195752154f,0.10784685616397305f,0.9917661784944088f,-0.06905724299553155f,2.31973425502179f,0.03533743938124539f,-0.07324261737912088f,-0.9966879072093895f,-0.29818454625669094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9897580933230509f,-0.13715683745756496f,-0.03958432316155112f,-0.1606094755553703f,-0.1356964336318348f,0.9900407120824731f,-0.03749488390208327f,2.431135473674963f,0.04433277118701311f,-0.03173941331954255f,-0.9985125011941569f,-0.2585168286789906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9990285852791356f,0.019364068658491024f,-0.03958432316155112f,-0.04534121687319022f,0.020850703804165774f,0.9990792670414297f,-0.03749488390208327f,2.438801889284522f,0.0388218230643515f,-0.03828382181743356f,-0.9985125011941569f,-0.2633743215590193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9740377589202845f,-0.22289801604633402f,-0.03958432316155112f,-0.02311007912482714f,-0.2214678013459606f,0.9744465848101452f,-0.03749488390208327f,2.434020450191576f,0.04693034375045661f,-0.02775477966860472f,-0.9985125011941569f,-0.26407609047665154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9952442327094414f,0.08900561003912828f,-0.03958432316155112f,-0.051995562907745145f,0.09049215919732696f,0.9951910885880034f,-0.03749488390208327f,2.4446193304868675f,0.036056710643112166f,-0.04089863783291196f,-0.9985125011941569f,-0.2633289705981477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969146696837197f,-0.06778069584507194f,-0.03958432316155112f,-0.10893414092740353f,-0.06630413500159041f,0.997094727376923f,-0.03749488390208327f,2.5492932446326386f,0.04201074923268023f,-0.03475459549322468f,-0.9985125011941569f,-0.2962988744765786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969146696837197f,-0.06778069584507194f,-0.03958432316155112f,-0.09368348436226237f,-0.06630413500159041f,0.997094727376923f,-0.03749488390208327f,2.3249469309728314f,0.04201074923268023f,-0.03475459549322468f,-0.9985125011941569f,-0.28847909049060305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9990285852791356f,0.019364068658491017f,-0.03958432316155112f,0.022508013708951405f,0.020850703804165763f,0.9990792670414297f,-0.03749488390208327f,1.811484183760518f,0.0388218230643515f,-0.03828382181743356f,-0.9985125011941569f,-0.2425078440298949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932623682071761f,0.060021369890536996f,-0.09913275472786764f,3.003186618734111e-17f,0.059001172499114816f,0.9981707205796383f,0.013193719007747316f,1.4371701635431537f,0.09974331830855601f,0.007255875825083774f,-0.9949867449965396f,-0.24522879746430132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9498935785536318f,-0.3086944649987883f,-0.04909090243300943f,0.2363307425733393f,-0.31227601107424785f,0.930362208480216f,0.19211937419055636f,0.8310391055653708f,-0.013633867027794353f,0.1978228710511672f,-0.9801429637348532f,-0.25150568526008177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9498935785536318f,-0.30825743305934283f,0.05176431576134402f,0.12500000000000003f,-0.31227601107424785f,0.9431092134744831f,-0.11414335007830294f,1.171653881982853f,-0.013633867027794353f,-0.12458878931591948f,-0.9921147873339364f,-0.2965014465745457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9609165671941952f,0.2721999282325254f,0.05046335266242021f,-0.23026157783392626f,0.2765746580145189f,0.9359670545065876f,0.21788100289473228f,0.8376182693066725f,0.012075157799204195f,0.22332234986330957f,-0.9746698510858196f,-0.22069981926655857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9609165671941952f,0.2704274270217065f,-0.05923139037827305f,-0.12499999999999997f,0.2765746580145189f,0.9471037908531554f,-0.16279087165972891f,1.2066251990459276f,0.012075157799204195f,-0.1728103471034128f,-0.9848810966294979f,-0.29609190797790125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,0.19054749827986664f,0.009986171232787035f,3.2397872781880846e-17f,0.17628443254528545f,0.9256900688037133f,-0.33469642268832694f,1.240168724405797f,-0.07301966556204578f,-0.3267867001844793f,-0.9422730925924534f,-0.26454870746763487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,-0.19054749827986653f,-0.009986171232786806f,3.4037294666460045e-17f,-0.17628443254528545f,0.9256900688037133f,-0.33469642268832694f,1.252889048742166f,0.07301966556204553f,-0.3267867001844793f,-0.9422730925924534f,-0.27793560306659965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.686534800358883e-17f,1.1314255160248547e-16f,3.2397872781880846e-17f,0f,0.9238790456257243f,-0.38268460780870295f,1.240168724405797f,-1.2246467991473532e-16f,-0.38268460780870295f,-0.9238790456257243f,-0.26454870746763487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9803745333849524f,0.197144044521352f,1.1679668795574092e-16f,3.230430581368101e-17f,0.18801969242335412f,0.935000185647322f,0.30070458609821815f,1.27007863613884f,0.059282118309521736f,0.29480311828275585f,-0.9537173333328378f,-0.2637846751910227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9803745333849524f,-0.19714404452135206f,1.1679668795574092e-16f,3.230430581368101e-17f,-0.18801969242335412f,0.935000185647322f,0.30070458609821815f,1.27007863613884f,-0.05928211830952197f,0.29480311828275585f,-0.9537173333328378f,-0.2637846751910227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.682569088541126e-17f,1.1679668795574092e-16f,3.230430581368101e-17f,0f,0.9537173333328378f,0.30070458609821815f,1.27007863613884f,-1.2246467991473532e-16f,0.30070458609821815f,-0.9537173333328378f,-0.2637846751910227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,0.22461117522235263f,-0.012361100907689618f,-0.19374999999999998f,0.22473696326903184f,0.974368780687743f,-0.009938639831214909f,1.3493235704865199f,0.009811941246782818f,-0.01246190941687423f,-0.9998742053991868f,-0.2590736768645613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9738174974771289f,-0.22695425880174835f,0.013086100226234878f,0.19375000000000003f,-0.22711485931774242f,0.9737882962807433f,-0.012457716633859077f,1.3419124923764718f,-0.00991575939926461f,-0.015103590248563059f,-0.9998367663159519f,-0.2612740282562186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5984693872936495e-17f,1.2141699793853858e-16f,-0.007812499999999968f,0f,0.9914450274403511f,0.13052493081324068f,1.219431259327217f,-1.2246467991473532e-16f,0.13052493081324068f,-0.9914450274403511f,-0.2659959228574087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.341678649314732e-18f,1.2234812747167826e-16f,3.138157422815092e-17f,0f,0.9990482770776177f,0.04361811628490612f,1.442656108736747f,-1.2246467991473532e-16f,0.04361811628490612f,-0.9990482770776177f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4166350975867503f,-0.34150521175688153f,-0.8424899915143004f,-1.6487682489062736f,0.07310349288497597f,0.9363412184339344f,-0.3433962754452522f,1.9662646628098595f,0.9061297229353503f,0.08148197963073024f,0.4150778387345705f,0.8507246057099549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08209041114347806f,-0.34150521175688153f,-0.9362880725189132f,-1.6324817510937268f,-0.11607796608601659f,0.9363412184339344f,-0.3313472928076957f,1.9641725546636348f,0.9898419420228807f,0.08148197963073024f,-0.11650586598033999f,0.9430253942900445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.17372264333383203f,-0.34150521175688153f,-0.9236853541850673f,-1.5020721968722401f,-0.02231582022639486f,0.9363412184339344f,-0.3503814019454778f,2.017775819028569f,0.9845417448542896f,0.08148197963073024f,0.15504270261682074f,0.8736185946074766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.24255986491508388f,0.6897827854941094f,0.682176238789042f,1.5598491852829424f,-0.02954467913114857f,0.7081016515258032f,-0.7054921424377931f,2.528779268714982f,-0.9696864564731293f,0.1509694006824481f,0.19213645200786006f,-0.1036601369271668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05210210680267116f,0.6897827854941094f,0.7221392381685896f,1.5507270647170575f,0.25652339659905476f,0.7081016515258032f,-0.6578660943563774f,2.5179079487585114f,-0.9651326942260363f,0.1509694006824481f,-0.21383901092545132f,-0.010990488072833149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09730261936943942f,0.6897827854941094f,0.7174481926242715f,1.4476708961063591f,0.11596074620235602f,0.7081016515258032f,-0.6965236223177379f,2.6278221520844074f,-0.9884762544462256f,0.1509694006824481f,-0.011087581050149864f,-0.05566217534247749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.608778608736747f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38.mcfunction new file mode 100644 index 000000000..298f85896 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..679ac6420 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4644703529253469f,-0.03226360878647869f,-0.6709476844329378f,0.03707346593075535f,-0.11853496473492353f,0.8068597542564319f,0.0432578725896782f,1.5653887396682458f,0.6611816677987514f,0.1219870524021605f,-0.463575674143433f,-0.5539103465594603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.43245198472840757f,0.14491829004393542f,-0.6572548745465514f,0.03707346593075535f,0.19519330519891714f,0.7746637515669939f,0.04237505886335824f,1.5653887396682458f,0.644115559903643f,-0.13745821626549828f,-0.4541149460996895f,-0.5539103465594603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5693109609761134f,0.1500199290065957f,0.5659712846582895f,-0.08270150398916748f,0.1798450139618395f,0.7960491383891625f,-0.03009957918944914f,1.572492185245366f,-0.5572120288633083f,0.10365439988332456f,-0.5879753096170858f,-0.5418643168928174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.57147907183893f,-0.07764786685853067f,0.5544208502775081f,-0.08270150398916748f,-0.1356535730806403f,0.7878633923928063f,-0.029485302063133854f,1.572492185245366f,-0.5431480263800749f,-0.11507425298310113f,-0.5759758135024514f,-0.5418643168928174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3612147388750593f,0.49095169827707197f,0.5894634124593008f,-0.5467349617685164f,-0.7551102703532876f,-0.6457196378081347f,-1.2059273937331032f,2.554478183854624f,-0.13531136048495607f,-1.335447052229249f,0.7997988849804183f,-0.12333123033578636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22678455084248259f,0.9734230212183926f,0.031880860421731f,-0.3503189646477416f,0.8204416151756625f,0.20857785931634976f,-0.5323258707699247f,2.0811692677781926f,-0.5248278990174998f,-0.09456689888679587f,-0.8459389919183364f,-0.3682672214389261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22812249968100118f,0.9734230212183926f,0.020192743779587893f,-0.2757554846643835f,0.8466955931150787f,0.20857785931634976f,-0.4894914189263318f,1.8026357432591664f,-0.4806939751430179f,-0.09456689888679587f,-0.8717742849477369f,-0.21316620641572173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.610876477015572f,0.789050598233091f,-0.06503140208425837f,0.470976566454548f,0.7687248894919365f,0.6107801546387023f,0.18976207991886257f,1.4958070369259449f,0.18945177250332912f,0.06592993347125506f,-0.979674063026996f,-0.4496957445387437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4826907470110537f,0.8284851556369911f,-0.283940116290498f,0.31447370854165724f,0.690982780451696f,0.5594634662585f,0.45775913649130723f,1.723805326603175f,0.538100771109979f,0.02475836850793782f,-0.8425168148587131f,-0.2730752459856323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9930707387461901f,0.014941645030364728f,-0.11656438173765962f,-0.1326847097296114f,0.06187080792373421f,0.9097628231970141f,-0.4104919105846819f,1.4491506803480805f,0.0999125165980752f,-0.41485943736690467f,-0.9043832905658168f,-0.00003746329282585184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9930707387461901f,0.049301685741666074f,-0.10667638740192817f,-0.12410737107431107f,0.06187080792373421f,0.9910935238059579f,-0.11792213616091385f,1.634243702710692f,0.0999125165980752f,-0.12370517714679012f,-0.9872763129813864f,-0.02940266096398264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9930707387461901f,0.014941645030364728f,-0.11656438173765962f,0.17770681751811163f,0.06187080792373421f,0.9097628231970141f,-0.4104919105846819f,1.4307424158928481f,0.0999125165980752f,-0.41485943736690467f,-0.9043832905658168f,-0.03125421540723154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9930707387461901f,0.049301685741666074f,-0.10667638740192817f,0.18628415617341196f,0.06187080792373421f,0.9910935238059579f,-0.11792213616091385f,1.6158354382554596f,0.0999125165980752f,-0.12370517714679012f,-0.9872763129813864f,-0.060619413078388334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9990762648401467f,0.018623972092210537f,-0.038726795588709506f,0.32625773440999695f,0.020081353020461188f,0.999091441386922f,-0.037590304711054956f,2.3185250869618006f,0.03799152923914411f,-0.038333267678491864f,-0.9985425400528312f,-0.2516276845020354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9990762648401467f,0.018623972092210537f,-0.038726795588709506f,0.35776446074353463f,0.020081353020461188f,0.999091441386922f,-0.037590304711054956f,2.1893615149835064f,0.03799152923914411f,-0.038333267678491864f,-0.9985425400528312f,-0.3418740715186447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9990762648401467f,0.018623972092210537f,-0.038726795588709506f,-0.2606995711835892f,0.020081353020461188f,0.999091441386922f,-0.037590304711054956f,2.3303228818613215f,0.03799152923914411f,-0.038333267678491864f,-0.9985425400528312f,-0.22930766107403822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9990762648401467f,0.018623972092210537f,-0.038726795588709506f,-0.30412356471306257f,0.020081353020461188f,0.999091441386922f,-0.037590304711054956f,2.202665411359562f,0.03799152923914411f,-0.038333267678491864f,-0.9985425400528312f,-0.31670468339771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9839536860526237f,0.17338129246721146f,-0.04211972371530953f,0.22894151799120926f,0.17600553252973977f,0.9819203031012624f,-0.06967475063785375f,2.4271698210033006f,0.029277913559156436f,-0.07597003211743214f,-0.9966801683577828f,-0.27740603391605445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989623931348771f,0.017322412545174873f,-0.04211972371530953f,0.11405058736498845f,0.020232435032074864f,0.9973645660921714f,-0.06967475063785375f,2.4395511187535717f,0.04080178519271076f,-0.07045464021190513f,-0.9966801683577828f,-0.273416278176658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9653880374785584f,0.2566492180897044f,-0.046444762323009495f,0.09202336373201853f,0.26032436405647064f,0.9591099062245427f,-0.1110829116495533f,2.437449498456867f,0.01603628921825727f,-0.11932881729025774f,-0.9927252745811483f,-0.26725313412628116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974475537801337f,-0.054233398480883835f,-0.046444762323009495f,0.12125067480591073f,-0.04879807771044761f,0.9926123787013852f,-0.1110829116495533f,2.446788148615973f,0.05212604981956999f,-0.10853296337054016f,-0.9927252745811483f,-0.2696655034171991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9936512919024504f,0.10246947913086311f,-0.046444762323009495f,0.17913685971477977f,0.10708149405639768f,0.9880253743553891f,-0.1110829116495533f,2.5461953230786882f,0.034505995583969135f,-0.11535105320950653f,-0.9927252745811483f,-0.31497607385374826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9936512919024504f,0.10432180488630947f,-0.04211972371530953f,0.1556644536153602f,0.10708149405639768f,0.9918059199027812f,-0.06967475063785375f,2.323038991100563f,0.034505995583969135f,-0.07374264892896248f,-0.9966801683577828f,-0.29838397784473175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.989689409259122f,-0.1378952809336148f,-0.038726795588709506f,-0.16113745979247485f,-0.13645821691795185f,0.9899323835632932f,-0.037590304711054956f,2.434198077930534f,0.04352043469341074f,-0.031918136990373054f,-0.9985425400528312f,-0.25898633836586227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9990762648401467f,0.018623972092210533f,-0.038726795588709506f,-0.04587116737586333f,0.020081353020461185f,0.9990914413869221f,-0.037590304711054956f,2.4419532339048597f,0.03799152923914411f,-0.038333267678491864f,-0.9985425400528312f,-0.26374869212656593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9739049766303228f,-0.22362766331140865f,-0.038726795588709506f,-0.023635767649795414f,-0.22221724436413542f,0.9742722747255719f,-0.037590304711054956f,2.4371889268128255f,0.046136675236741316f,-0.028003623032370504f,-0.9985425400528312f,-0.26443170161022994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9953434226521319f,0.08827064226893194f,-0.038726795588709506f,-0.052530041099686425f,0.08972553175287573f,0.9952569004751455f,-0.037590304711054956f,2.447765535047478f,0.035224990203023894f,-0.040890044876919884f,-0.9985425400528312f,-0.26370924396191586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.996897664143667f,-0.06852213166803027f,-0.038726795588709506f,-0.10952209221998327f,-0.06707161923741349f,0.9970398020563679f,-0.037590304711054956f,2.5523932848183604f,0.04118792441689664f,-0.03487621807288829f,-0.9985425400528312f,-0.29673324460134554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.996897664143667f,-0.06852213166803027f,-0.038726795588709506f,-0.09410461259467648f,-0.06707161923741349f,0.9970398020563679f,-0.037590304711054956f,2.328059329355678f,0.04118792441689664f,-0.03487621807288829f,-0.9985425400528312f,-0.2888860955349457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9990762648401467f,0.018623972092210537f,-0.038726795588709506f,0.02244534717523112f,0.020081353020461188f,0.999091441386922f,-0.037590304711054956f,1.8146894935395432f,0.03799152923914411f,-0.038333267678491864f,-0.9985425400528312f,-0.2427847826279607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932528871927137f,0.05985425913394957f,-0.09932859480967429f,3.00317695807172e-17f,0.05890644625674313f,0.99818586391995f,0.012450367857383893f,1.440369794569562f,0.09989360676609826f,0.006515269289044015f,-0.9949767929923548f,-0.2452280086113522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9498293398164231f,-0.3088654654985653f,-0.049257988654149466f,0.2364598393115594f,-0.31247293455891995f,0.9302423802612803f,0.1923792585856507f,0.8341065475818441f,-0.013597440642806744f,0.19811925244201362f,-0.9800836043010733f,-0.25203680427664155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9498293398164231f,-0.308531113962419f,0.05131059287327087f,0.12500000000000003f,-0.31247293455891995f,0.9432068696749976f,-0.11278947719547683f,1.1748445426772889f,-0.013597440642806744f,-0.12316392619188825f,-0.9922931809162876f,-0.296425720522638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9608312063552739f,0.27244719877913565f,0.05075349023733635f,-0.23038907696802613f,0.2768722312457552f,0.9357262484071182f,0.2185363942388941f,0.8408748902303642f,0.01204825542832948f,0.22402881939460925f,-0.9745080438979409f,-0.22087881491791675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9608312063552739f,0.2707619122140039f,-0.05908789882950035f,-0.12499999999999997f,0.2768722312457552f,0.9471198150346554f,-0.1621907011320849f,1.2098777248399506f,0.01204825542832948f,-0.172197685416896f,-0.9849887292137902f,-0.29603693219836624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.981402164426328f,0.19169991693304164f,0.010046566935204289f,3.239107652579221e-17f,0.17768560274861867f,0.9269709147589825f,-0.33038273224664005f,1.245106281384082f,-0.07264721766990592f,-0.32245319821450047f,-0.9437935773918263f,-0.26449321182519026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.981402164426328f,-0.19169991693304153f,-0.01004656693520406f,3.402333746346653e-17f,-0.17768560274861867f,0.9269709147589825f,-0.33038273224664005f,1.2578878615363873f,0.07264721766990567f,-0.32245319821450047f,-0.9437935773918263f,-0.2778216338552055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.6346006600370915e-17f,1.1335627683907474e-16f,3.239107652579221e-17f,0f,0.9256242446230031f,-0.37844386342771485f,1.245106281384082f,-1.2246467991473532e-16f,-0.37844386342771485f,-0.9256242446230031f,-0.26449321182519026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9801636269218514f,0.1981899706327279f,1.1691213387663083e-16f,3.229135352616984e-17f,0.18920404148977027f,0.9357230284803394f,0.29769824429364566f,1.2751357149314977f,0.059000806293972176f,0.2917929908551271f,-0.9546600208160394f,-0.2636789117372645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9801636269218514f,-0.19818997063272795f,1.1691213387663083e-16f,3.229135352616984e-17f,-0.18920404148977027f,0.9357230284803394f,0.29769824429364566f,1.2751357149314977f,-0.05900080629397241f,0.2917929908551271f,-0.9546600208160394f,-0.2636789117372645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6457520198600005e-17f,1.1691213387663083e-16f,3.229135352616984e-17f,0f,0.9546600208160394f,0.29769824429364566f,1.2751357149314977f,-1.2246467991473532e-16f,0.29769824429364566f,-0.9546600208160394f,-0.2636789117372645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9742376551419388f,0.22521852305580395f,-0.011730651137039522f,-0.19374999999999998f,0.2253105915727612f,0.9742602989393763f,-0.007211604238274633f,1.3546241037765314f,0.009804520828118468f,-0.009668856350128402f,-0.999905187799429f,-0.25898981689174005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9737139154969966f,-0.22743602298058452f,0.012412341369890839f,0.19375000000000003f,-0.22755912176150997f,0.9737169281685698f,-0.009601557222378682f,1.347337525681335f,-0.009902366920991449f,-0.012173711379007232f,-0.9998768643591183f,-0.2611520639376562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5967231995537265e-17f,1.2141929553830918e-16f,-0.007812499999999968f,0f,0.9914637887662469f,0.1303823437635592f,1.222627905959597f,-1.2246467991473532e-16f,0.1303823437635592f,-0.9914637887662469f,-0.26596381944226966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.324082970616351e-18f,1.2234889442549356e-16f,3.138157422815092e-17f,0f,0.999054539730783f,0.04347443666470353f,1.4458541546806938f,-1.2246467991473532e-16f,0.04347443666470353f,-0.999054539730783f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4212868899221406f,-0.3399235467814043f,-0.8408146875044944f,-1.649123126142065f,0.07097082102169228f,0.9366159480466559f,-0.34309431418805364f,1.9640707941961457f,0.9041462818279115f,0.08486782787496329f,0.4187086730037347f,0.8507896899734646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07188451370841148f,-0.3399235467814043f,-0.9377017644392356f,-1.6321268738579358f,-0.11585382632089805f,0.9366159480466559f,-0.3306485396784192f,1.9618875151652424f,0.9906616514308567f,0.08486782787496329f,-0.10670962550807314f,0.9429603100265349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.18129335769737864f,-0.3399235467814043f,-0.9228134702085578f,-1.5022029794687166f,-0.023288309662968243f,0.9366159480466559f,-0.34958292363573146f,2.0154165932260537f,0.9831532805660834f,0.08486782787496329f,0.161886005275112f,0.8725920992087329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.22976495232589553f,0.6957235966418576f,0.6805708954682064f,1.554968281710967f,-0.03719403092484022f,0.70504542088494f,-0.7081861044617718f,2.526053843080794f,-0.9725351771253525f,0.13740317159693013f,0.18787149248585744f,-0.10654753989574785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.056158745029283f,0.6957235966418576f,0.716110935841964f,1.5466617182890334f,0.24408985216723297f,0.70504542088494f,-0.6658311336654031f,2.5161544662805935f,-0.9681251672308255f,0.13740317159693013f,-0.20941353587910772f,-0.01369246010425211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0886033431672907f,0.6957235966418576f,0.7128240488755249f,1.4438913926686714f,0.10559335253547614f,0.70504542088494f,-0.7012567278746752f,2.626292663861895f,-0.9904541844426211f,0.13740317159693013f,-0.010994405632257977f,-0.05847083915516128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6119766546806937f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39.mcfunction new file mode 100644 index 000000000..e7777cab1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..8d27e37f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48755706566528595f,-0.036431148246646165f,-0.6541447268011348f,0.034133423216798006f,-0.11676511677090412f,0.8071803049231883f,0.042075019833988536f,1.568162716132773f,0.6446692637855304f,0.11864725545070269f,-0.487102467196259f,-0.5560468925125926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4549083338012543f,0.14980116161797444f,-0.6407948344174382f,0.034133423216798006f,0.19691522755550372f,0.7742903886672521f,0.041216345959825505f,1.568162716132773f,0.627919422374345f,-0.1342907517121761f,-0.47716160051878437f,-0.5560468925125926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5888430146126193f,0.15336722794310617f,0.5446896749337315f,-0.08034075839101815f,0.18053161821378408f,0.7959365502534232f,-0.02894455458694963f,1.574944226279802f,-0.5362990615426054f,0.09953866489044204f,-0.6077991569793375f,-0.5445218188529647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5904108796059728f,-0.08194052875252408f,0.5335735591187575f,-0.08034075839101815f,-0.1349899728557895f,0.7880188871169834f,-0.0283538493912976f,1.574944226279802f,-0.5226783910506485f,-0.1109593767766742f,-0.5953950925511878f,-0.5445218188529647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3705151340793963f,1.398324912667128f,0.5906032712681122f,-0.8181821885374359f,-0.9623840748868083f,0.2537383235138114f,-1.2045082007129144f,2.287348242482599f,-1.1738576054285246f,-0.6493924482120722f,0.8010955126467391f,-0.330136018944159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22579514280972562f,0.9736738385351443f,0.031237951849843924f,-0.35002145309294264f,0.8199982383538195f,0.20727433084620114f,-0.533516860904032f,2.083873471777917f,-0.5259462354463317f,-0.09485045031256903f,-0.845212369464228f,-0.3685963616074838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22711279208856508f,0.9736738385351443f,0.019468842337791364f,-0.2757937839932685f,0.8466004310271362f,0.20727433084620114f,-0.49020920223607267f,1.805361388637913f,-0.4813392668943635f,-0.09485045031256903f,-0.8713873433904692f,-0.21331269098451378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6103077719615582f,0.7895261946682055f,-0.0645973019255549f,0.47051958579346154f,0.7689534197128083f,0.6100474679831414f,0.19118766989357855f,1.4985632000309679f,0.19035509395678535f,0.06701100461939555f,-0.979425578318538f,-0.4502427662847724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.481482047724262f,0.8293442144019908f,-0.2834840590883302f,0.31443655353822225f,0.6909738525942021f,0.5581653383203554f,0.4593545364191466f,1.726569930809412f,0.5391940028879932f,0.025290890369213823f,-0.8418017570152458f,-0.27326169394304634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9928926368164981f,0.01719350815699349f,-0.11776499918412565f,-0.13314570584982388f,0.06448305989433849f,0.9093996258903099f,-0.41089445775920086f,1.4520330977750566f,0.10003072898987031f,-0.4155679291136647f,-0.9040448824864477f,0.000026273700783244203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9928926368164981f,0.05181035840543517f,-0.1071442883101198f,-0.12410091545074305f,0.06448305989433849f,0.9908681846480399f,-0.1184152677612187f,1.6370807869730566f,0.10003072898987031f,-0.12448263900720578f,-0.9871666150369737f,-0.029484012457048903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9928926368164981f,0.01719350815699349f,-0.11776499918412565f,0.17724374869313064f,0.06448305989433849f,0.9093996258903099f,-0.41089445775920086f,1.433645464808829f,0.10003072898987031f,-0.4155679291136647f,-0.9040448824864477f,-0.03122322969409451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9928926368164981f,0.05181035840543517f,-0.1071442883101198f,0.1862885390922115f,0.06448305989433849f,0.9908681846480399f,-0.1184152677612187f,1.618693154006829f,0.10003072898987031f,-0.12448263900720578f,-0.9871666150369737f,-0.060733515851926656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991087908702119f,0.018107260729190867f,-0.03812808826506099f,0.32594725071616104f,0.019544124131433097f,0.9990996235082845f,-0.03765593601995956f,2.3214341533878518f,0.037411912779197955f,-0.038367556795934434f,-0.9985631073536176f,-0.2516675303032228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991087908702119f,0.018107260729190867f,-0.03812808826506099f,0.3575759145077957f,0.019544124131433097f,0.9990996235082845f,-0.03765593601995956f,2.1922835517925163f,0.037411912779197955f,-0.038367556795934434f,-0.9985631073536176f,-0.34188982374735255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991087908702119f,0.018107260729190867f,-0.03812808826506099f,-0.26102916392008846f,0.019544124131433097f,0.9990996235082845f,-0.03765593601995956f,2.3329163263150687f,0.037411912779197955f,-0.038367556795934434f,-0.9985631073536176f,-0.229688031545444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991087908702119f,0.018107260729190867f,-0.03812808826506099f,-0.3043336594437197f,0.019544124131433097f,0.9990996235082845f,-0.03765593601995956f,2.2052315340295907f,0.037411912779197955f,-0.038367556795934434f,-0.9985631073536176f,-0.31710443153113393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9840663330257907f,0.1728804651232268f,-0.0415427127658992f,0.22858692032802744f,0.17547426611414021f,0.9819848014122133f,-0.07010443443263559f,2.4300337498933646f,0.028674625313631366f,-0.07627709075595734f,-0.9966742553557457f,-0.27754781206784435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989953065792437f,0.0168101293478842f,-0.0415427127658992f,0.1136870360924652f,0.019697619628867805f,0.9973451619443675f,-0.07010443443263559f,2.4423532493819926f,0.04025395898044123f,-0.07085229352300926f,-0.9966742553557457f,-0.27362516500188383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9655434544524899f,0.25616296391462834f,-0.045895244660263027f,0.09166179773961598f,0.25978966269417186f,0.9591505184438669f,-0.11198041849408291f,2.4402630171111537f,0.015335211808154676f,-0.12004507023336848f,-0.9926499949083084f,-0.2674175829841248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974451033022498f,-0.05474388016882484f,-0.045895244660263027f,0.12088497946660232f,-0.049319158791284165f,0.9924857714093489f,-0.11198041849408291f,2.449616155111023f,0.05168061991195689f,-0.10943080523349531f,-0.9926499949083084f,-0.2698238423855468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937287285237815f,0.10196489898039961f,-0.045895244660263027f,0.17873689918482097f,0.10654702260435078f,0.9879818408493337f,-0.11198041849408291f,2.5490164094685803f,0.0339255962461452f,-0.11616816055993517f,-0.9926499949083084f,-0.315193318355847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937287285237815f,0.10381433967693718f,-0.0415427127658992f,0.15537867275751013f,0.10654702260435078f,0.9918332018273175f,-0.07010443443263559f,2.3258539390574344f,0.0339255962461452f,-0.07409104284873606f,-0.9966742553557457f,-0.2985228337148814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9896407033741289f,-0.13841071891443546f,-0.03812808826506099f,-0.1615059222999681f,-0.13699011159365398f,0.989856423835305f,-0.03765593601995956f,2.4368438836721666f,0.042953318273648726f,-0.03204267594272057f,-0.9985631073536176f,-0.2593137208720479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999108790870212f,0.018107260729190874f,-0.03812808826506099f,-0.04624109047037342f,0.01954412413143311f,0.9990996235082845f,-0.03765593601995956f,2.444661002816873f,0.03741191277919795f,-0.038367556795934434f,-0.9985631073536176f,-0.2640096570484373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9738115327058682f,-0.2241368948975146f,-0.03812808826506099f,-0.02400273219688774f,-0.22274049469350143f,0.9741502463717572f,-0.03765593601995956f,2.4399086601842837f,0.04558257115106648f,-0.028177115529193743f,-0.9985631073536176f,-0.26467957182105156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9954119134130505f,0.08775745848998502f,-0.03812808826506099f,-0.05290312011823815f,0.08919018228235431f,0.9953025378581636f,-0.03765593601995956f,2.450469712901449f,0.034644393771722154f,-0.04088381846742582f,-0.9985631073536176f,-0.26397432824560535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968850320397378f,-0.06903971161862318f,-0.03812808826506099f,-0.10993246007423302f,-0.06760751692718958f,0.9970011304594396f,-0.03765593601995956f,2.555065224443666f,0.040613502066070443f,-0.0349608936129622f,-0.9985631073536176f,-0.29703605658299836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968850320397378f,-0.06903971161862318f,-0.03812808826506099f,-0.09439852496004282f,-0.06760751692718958f,0.9970011304594396f,-0.03765593601995956f,2.3307399700902924f,0.040613502066070443f,-0.0349608936129622f,-0.9985631073536176f,-0.2891698555200819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991087908702119f,0.018107260729190867f,-0.03812808826506099f,0.022401605533306505f,0.019544124131433097f,0.9990996235082845f,-0.03765593601995956f,1.8174351455264912f,0.037411912779197955f,-0.038367556795934434f,-0.9985631073536176f,-0.2429778746547647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932462545374544f,0.05973761475548393f,-0.0994650452704047f,3.003170223848929e-17f,0.058840425491928285f,0.998196088297283f,0.011932042404039521f,1.44311161241501f,0.09999841086360876f,0.00599889084150982f,-0.9949695126653f,-0.2452274587203309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9497845257812491f,-0.3089846357733253f,-0.049374582960400086f,0.23654970045566442f,-0.3126102288236605f,0.9301587666163197f,0.19256041577028604f,0.8367567364128101f,-0.013572008742501024f,0.19832590285394475f,-0.9800421607440474f,-0.2524077867937632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9497845257812491f,-0.3087215996111141f,0.050993416438231236f,0.12500000000000003f,-0.3126102288236605f,0.9432739248520557f,-0.11184430038681897f,1.1775801154836378f,-0.013572008742501024f,-0.12216904938548609f,-0.9924165072946642f,-0.2963729199425872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9607716347110079f,0.2726193522921969f,0.05095639989756615f,-0.23047798429426625f,0.2770796967449715f,0.9355577535401616f,0.21899436395168012f,0.8436564675115623f,0.012029446639487554f,0.22452255687718634f,-0.9743946396952717f,-0.2210041161472353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9607716347110079f,0.270995152917314f,-0.058987227685823866f,-0.12499999999999997f,0.2770796967449715f,0.9471309084409468f,-0.1617710849550729f,1.2126564298410176f,0.012029446639487554f,-0.17176923290027332f,-0.985063765977817f,-0.2959986102219525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9807686161936722f,0.19490660066997587f,0.010214622108720057f,3.2385307751123394e-17f,0.18052259930792558f,0.9257950040738383f,-0.33213732336344265f,1.2496835032757145f,-0.07419240276914837f,-0.3239058928874196f,-0.9431757311997293f,-0.2644461062052447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9807686161936722f,-0.19490660066997575f,-0.010214622108719828f,3.402042602393802e-17f,-0.18052259930792558f,0.9257950040738383f,-0.33213732336344265f,1.2624407087561753f,0.07419240276914812f,-0.3239058928874196f,-0.9431757311997293f,-0.2777978601473043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.655305078898761e-17f,1.132714054333949e-16f,3.2385307751123394e-17f,0f,0.9249312170028031f,-0.38013450752820865f,1.2496835032757145f,-1.2246467991473532e-16f,-0.38013450752820865f,-0.9249312170028031f,-0.2644461062052447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795706328762561f,0.20110041075644555f,1.1700131055191991e-16f,3.227880939091944e-17f,0.19212896018195094f,0.9358702272728125f,0.2953529758843415f,1.2798407073982578f,0.05939560476847953f,0.28931910150891005f,-0.9553882036304737f,-0.2635764810996379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795706328762561f,-0.2011004107564456f,1.1700131055191991e-16f,3.227880939091944e-17f,-0.19212896018195094f,0.9358702272728125f,0.2953529758843415f,1.2798407073982578f,-0.059395604768479764f,0.28931910150891005f,-0.9553882036304737f,-0.2635764810996379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.617030765354042e-17f,1.1700131055191991e-16f,3.227880939091944e-17f,0f,0.9553882036304737f,0.2953529758843415f,1.2798407073982578f,-1.2246467991473532e-16f,0.2953529758843415f,-0.9553882036304737f,-0.2635764810996379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.973867282279874f,0.22685526578996404f,-0.01091809911005694f,-0.19374999999999998f,0.22690410523333815f,0.9739110013544537f,-0.0034479659255238423f,1.360005404010205f,0.009851067610693272f,-0.005835222714699891f,-0.9999344511730754f,-0.25892467326896446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.973380405553367f,-0.2289046193981389f,0.01154388595559638f,0.19375000000000003f,-0.22897982208848663f,0.9734147088622465f,-0.0056608874704446865f,1.353066081294643f,-0.009941185094727993f,-0.008153513894095667f,-0.9999173431089647f,-0.2609831173310283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5955056546139334e-17f,1.214208960485306e-16f,-0.007812499999999968f,0f,0.9914768579240036f,0.13028292367438404f,1.2253676456079157f,-1.2246467991473532e-16f,0.13028292367438404f,-0.9914768579240036f,-0.2659414352907765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.311814358822124e-18f,1.223494276849548e-16f,3.138157422815092e-17f,0f,0.9990588941247326f,0.04337425584683205f,1.4485948672639106f,-1.2246467991473532e-16f,0.04337425584683205f,-0.9990588941247326f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4253038000915662f,-0.3385343317430414f,-0.839351644937309f,-1.649429904985415f,0.06912906799720496f,0.9368503495239084f,-0.3428302707678663f,1.9642884137249181f,0.9024066985486708f,0.08778342000755691f,0.4218485766080835f,0.850848268559446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06304077062329905f,-0.3385343317430414f,-0.9388399051331989f,-1.6318200950145854f,-0.11566407525880458f,0.9368503495239084f,-0.33005036629498885f,1.962026320802903f,0.9912858734662505f,0.08778342000755691f,-0.0982160284171103f,0.9429017314405534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.18783797302218452f,-0.3385343317430414f,-0.9220148600332917f,-1.5023227709950064f,-0.024128991168162223f,0.9368503495239084f,-0.34889714011745276f,2.0154919382815284f,0.9819036040651469f,0.08778342000755691f,0.1678075787789487f,0.8717038631831574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.21868818295083237f,0.7007453845340759f,0.679066553948767f,1.5510328031801723f,-0.043806641867850854f,0.7022599181095707f,-0.7105715907246792f,2.525810647385833f,-0.9748109851483646f,0.12564598469879332f,0.18427324755141594f,-0.10885796975002818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05972606753258358f,0.7007453845340759f,0.7109069579848573f,1.5434334468198276f,0.23325031400392346f,0.7022599181095707f,-0.6726256748250177f,2.5167540871419884f,-0.9705807992507189f,0.12564598469879332f,-0.20539230427381217f,-0.015856405249972033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08105980117701085f,0.7007453845340759f,0.7087913759967271f,1.440914418600491f,0.09660330926767463f,0.7022599181095707f,-0.7053359540355739f,2.627082760369247f,-0.9920166880005988f,0.12564598469879332f,-0.01076927376349526f,-0.060741796435475816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6147173672639106f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..32dffba76 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8003076402412456f,-0.14913312073018753f,-0.06489559089189963f,0.1335561177591263f,-0.1585170585430244f,0.7881468241746624f,0.1436710483664181f,1.252247437680062f,0.03639323517909446f,0.1533895051465828f,-0.80130620650818f,-0.3559560237067521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7802043654383399f,0.16504499936656689f,-0.06357119107777923f,0.1335561177591263f,0.15199353398303123f,0.7727163149587639f,0.14073898615485858f,1.252247437680062f,0.09043845298492606f,0.1251784517424556f,-0.784953018620258f,-0.3559560237067521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6079379402406224f,0.09917857057221983f,0.5362084635658833f,0.0712299168790729f,0.22738757255211015f,0.7760030943796001f,0.11427394194035892f,1.2552955122136062f,-0.4956317151971742f,0.23436563975331554f,-0.6052820782397005f,-0.37628102252383566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5873783665263882f,-0.1381407930326636f,0.5252654336971918f,0.0712299168790729f,-0.08511164420061677f,0.7875436729509986f,0.11194182067626997f,1.2552955122136062f,-0.5364165010122822f,0.02630749883887401f,-0.592929382765421f,-0.37628102252383566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8018345437958202f,-0.19093104578562872f,1.3274083584680922f,-0.6045425247936336f,1.2852139688881432f,-0.3322945025783174f,-0.8241429898573521f,0.9515628980140758f,0.3830047892005212f,1.5147712531307935f,-0.013477096795284603f,-0.30332164113180854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6620286683393428f,-0.7404157354245038f,0.1162006068513759f,-0.4702253120183282f,-0.7487989339344469f,0.6600312647286717f,-0.06048872720851428f,1.1827525092575f,-0.03190922806136853f,-0.12705616205624057f,-0.9913821326048124f,-0.2942440979252334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5129661905577269f,-0.7404157354245038f,0.4343388378679548f,-0.2903703944647339f,-0.677027901664202f,0.6600312647286717f,0.3255640489194681f,1.4257729178076888f,-0.5277299571872547f,-0.12705616205624057f,-0.8398558352304737f,-0.09954746802741064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7941252035364759f,0.5437855711826552f,0.2714082048901698f,0.2947810643175172f,0.37195436593306674f,-0.08168813955165238f,-0.924649662044993f,1.240163463114481f,-0.4806403133024538f,0.8352390678303688f,-0.26713402778076706f,0.38139686694494523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.022099513969132123f,0.880507867614713f,0.47351611012817657f,0.27661370770436267f,0.44847876360878425f,0.41457184131517594f,-0.7918314132316806f,1.3845192833080302f,-0.8935202348432095f,0.22986100899703682f,-0.38572724361729993f,0.08286961903702018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9496982917610841f,0.20943097910760383f,0.2328343179518633f,-0.2422230720543535f,0.04644517292556041f,0.8294550854234153f,-0.5566391175412935f,1.0513243603300555f,-0.3097030844825311f,-0.5178251888960844f,-0.7974591357597834f,0.15576397739242429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9496982917610841f,0.1281292935504497f,0.285755207757167f,-0.2164128594651619f,0.04644517292556041f,0.9600069660493001f,-0.2760968508489962f,1.229600061146493f,-0.3097030844825311f,-0.24893675757324546f,-0.9176679629315417f,0.10335291057911865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9496982917610841f,0.19506855105670878f,0.24499268359425588f,0.0650463205427829f,0.04644517292556041f,0.8613901489080976f,-0.5058160310587243f,1.0290855098115737f,-0.3097030844825311f,-0.4689938930868095f,-0.8271207455440134f,0.2192244221434863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9496982917610841f,0.07155210341958135f,0.3048826841955976f,0.08036785671017689f,0.04644517292556041f,0.9949633286148757f,-0.08883029113721197f,1.2150859446072553f,-0.3097030844825311f,-0.07020164676017646f,-0.9482382233669795f,0.2001351244799096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9925795900492471f,0.07401913613435554f,0.09647240488135708f,0.3199315904884079f,0.08657422937197677f,0.9872967259334305f,0.13322941780919442f,1.91568674269753f,-0.0853853630683685f,0.14059282501981485f,-0.9863787291535795f,0.11641457980246235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9925795900492471f,0.07401913613435554f,0.09647240488135708f,0.3569452210560875f,0.08657422937197677f,0.9872967259334305f,0.13322941780919442f,1.801518376274014f,-0.0853853630683685f,0.14059282501981485f,-0.9863787291535795f,0.009569421931901231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9925795900492471f,0.07401913613435554f,0.09647240488135708f,-0.26320891866552476f,0.08657422937197677f,0.9872967259334305f,0.13322941780919442f,1.9665491024535662f,-0.0853853630683685f,0.14059282501981485f,-0.9863787291535795f,0.06625067899979585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9925795900492471f,0.07401913613435554f,0.09647240488135708f,-0.30063875735153867f,0.08657422937197677f,0.9872967259334305f,0.13322941780919442f,1.8588738032329486f,-0.0853853630683685f,0.14059282501981485f,-0.9863787291535795f,-0.04699838110089289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9696864016356836f,0.2154214103677616f,0.11533385642561417f,0.2301540306226913f,0.23830939291179137f,0.938056526413164f,0.2515125971073465f,2.0262685762897448f,-0.05400847834232306f,0.2713734865620321f,-0.9609576031533926f,0.11370749109842127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9914472860183116f,0.06107684183813404f,0.11533385642561417f,0.11656965783084469f,0.08863103794634139f,0.9637872963516753f,0.2515125971073465f,2.046189996936162f,-0.09579571054843128f,0.2595836412068522f,-0.9609576031533926f,0.10528918474195596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9504622685900951f,0.27865235055815285f,0.1377473902293132f,0.09598497933876497f,0.3107769421805234f,0.860791095683938f,0.4030587820655558f,2.0458013641021853f,-0.0062584499274201955f,0.42590087710600194f,-0.904748183023787f,0.08165721067330049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9900516458802789f,-0.028694859727212405f,0.1377473902293132f,0.12519531832337707f,0.02956735880210065f,0.9146963373127164f,0.4030587820655558f,2.052190732554037f,-0.1375627485303305f,0.40312183708146704f,-0.904748183023787f,0.088950885480318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9823513322538086f,0.12653662119790085f,0.1377473902293132f,0.19092250986760737f,0.17229336775280119f,0.898809553591988f,0.4030587820655558f,2.154748154417183f,-0.07280697389375393f,0.4196782933004637f,-0.904748183023787f,0.11010640588854158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9823513322538086f,0.14725475062341306f,0.11533385642561417f,0.15779019097733948f,0.17229336775280119f,0.9523950907710075f,0.2515125971073465f,1.9404592589937066f,-0.07280697389375393f,0.2669449933865043f,-0.9609576031533926f,0.05004378237657821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9919384321682608f,-0.08216581943837842f,0.09647240488135708f,-0.15541462985249516f,-0.0689388782106571f,0.988684658170278f,0.13322941780919442f,2.0663512978116207f,-0.10632769093057975f,0.1255046804495374f,-0.9863787291535795f,0.06809658524664287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9925795900492471f,0.07401913613435554f,0.09647240488135708f,-0.040338418728578546f,0.08657422937197677f,0.9872967259334307f,0.13322941780919442f,2.066328611165573f,-0.0853853630683685f,0.14059282501981485f,-0.9863787291535795f,0.07934850702382668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9810025839378382f,-0.1683062845044486f,0.09647240488135708f,-0.018487421523377484f,-0.15484609069189426f,0.9789139954192406f,0.13322941780919442f,2.06013003656564f,-0.11686153560826826f,0.11576002837182978f,-0.9863787291535795f,0.08064839896831925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9849984021284439f,0.14307768135114599f,0.09647240488135708f,-0.046638576592709806f,0.15523367704066843f,0.9788526077723126f,0.13322941780919442f,2.0725241200025266f,-0.07537010890828016f,0.1462065298012485f,-0.9863787291535795f,0.07956914504922373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.995253717828468f,-0.012771540432532064f,0.09647240488135708f,-0.09322830313229201f,0.00019620883068266481f,0.9910852050819435f,0.13322941780919442f,2.185096987480138f,-0.09731391807294093f,0.13261600213647795f,-0.9863787291535795f,0.05853604209019357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.995253717828468f,-0.012771540432532064f,0.09647240488135708f,-0.0903547065349723f,0.00019620883068266481f,0.9910852050819435f,0.13322941780919442f,1.962102816336701f,-0.09731391807294093f,0.13261600213647795f,-0.9863787291535795f,0.028697441609486077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9925795900492471f,0.07401913613435554f,0.09647240488135708f,-0.007231827700216048f,0.08657422937197677f,0.9872967259334305f,0.13322941780919442f,1.4411280463177831f,-0.0853853630683685f,0.14059282501981485f,-0.9863787291535795f,-0.0018588755435736265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9496982917610841f,-0.009667947214507047f,0.31301706889998265f,-0.003606347494775905f,0.04644517292556041f,0.9841215934338066f,0.17131122336035162f,1.0720824487801057f,-0.3097030844825311f,0.17723210807853915f,-0.9341695666890691f,-0.0683209160730258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9555535927330308f,0.04184530966555182f,0.29183266005365366f,0.024935114567031513f,-0.12750085011326096f,0.8338625280969214f,-0.5370445209255995f,0.8252524055228095f,-0.2658211139759087f,-0.550383733675701f,-0.7914650220128505f,0.2754646612686914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9555535927330308f,0.26338126877072554f,0.13246750045094136f,0.11304271700390978f,-0.12750085011326096f,0.03594096291607951f,-0.9911870562134378f,0.7859713234995735f,-0.2658211139759087f,-0.9640220715551009f,-0.0007621805685676386f,-0.0224167354344222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.941039033140867f,0.2398755589895457f,0.23854822217898652f,-0.24728206595031477f,0.1170137888781071f,0.8924153778907877f,-0.4357781161513647f,0.6699185261737854f,-0.31741662104825574f,-0.38217078577972896f,-0.8678664523870089f,0.22372680422073987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.941039033140867f,0.337750205763665f,0.019244131882319798f,-0.12463931843886333f,0.1170137888781071f,0.37834255057316624f,-0.9182399945755907f,0.7779954221670422f,-0.31741662104825574f,-0.8618478479014686f,-0.3955565392581886f,-0.10002790374062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9122773197086259f,0.3273766242618558f,0.2461191537287527f,-0.004614924535172054f,0.13944131364617074f,0.8132760386054119f,-0.5649231851136213f,0.9586001268044793f,-0.3851054556791892f,-0.48104743104729325f,-0.7875831112263161f,-0.06505465958535536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9704242715690135f,0.04164352615066608f,0.23778677397931242f,-0.0028503539541500813f,-0.1284843412870618f,0.7448085404508876f,-0.654791579142133f,0.9356716698553945f,-0.20437345031529813f,-0.6659775182400358f,-0.717429744299094f,-0.07076918596992546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9554845724739565f,0.17057577321938755f,0.24073457864392633f,-0.004614924535172054f,0f,0.8159358299992467f,-0.5781424749345443f,0.9586001268044793f,-0.2950410679282813f,-0.5524062154918682f,-0.7796140976930132f,-0.06505465958535536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9462793491971623f,0.13480610200207305f,0.29390935362114917f,-0.0052760365558928435f,0.11380540348776469f,0.9896420928817516f,-0.08750347498021718f,0.9927696659386089f,-0.3026610702088759f,-0.049354258779087085f,-0.9518195384212204f,-0.06291366158493683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9521782312669732f,-0.08350992608843984f,0.29390935362114917f,-0.0052760365558928435f,-0.11380540348776469f,0.9896420928817516f,-0.08750347498021718f,0.9927696659386089f,-0.2835576591070773f,-0.11676737661406003f,-0.9518195384212204f,-0.06291366158493683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9554845724739565f,0.02581711870559892f,0.29390935362114917f,-0.0052760365558928435f,0f,0.9961642143072529f,-0.08750347498021718f,0.9927696659386089f,-0.2950410679282813f,-0.08360822038145835f,-0.9518195384212204f,-0.06291366158493683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9306353272983706f,0.23709438174006822f,0.2787546263859123f,-0.1890279858886598f,0.16693633425030113f,0.9529095414792293f,-0.25317121887157035f,1.0094423541291961f,-0.32565341682734805f,-0.18907580465289484f,-0.9263909499792913f,-0.12452490566755307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9535087932876167f,-0.06263853452653578f,0.29478364119394607f,0.1820764835569389f,-0.15381886746601026f,0.9423083914667734f,-0.29731238013708106f,1.017830808459503f,-0.2591538869758027f,-0.32883325464993685f,-0.9081343256928804f,-0.012962793654730298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9554845724739565f,0.07257541939805161f,0.2859755938248185f,-0.02157581849974726f,0f,0.9692738567985851f,-0.24598412657485796f,0.8561163446861794f,-0.2950410679282813f,-0.23503403801575778f,-0.926126216673379f,-0.03660650971437362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9554845724739565f,0.06315455228998933f,0.2882025924403035f,9.797174393178824e-18f,0f,0.9768219538520648f,-0.21405342901396007f,1.074375f,-0.2950410679282813f,-0.20452474910798804f,-0.933338306959515f,-0.07999999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0846325085589171f,-0.34594194978021736f,-0.9344311135002336f,-0.5455797087010332f,0.08316457401895276f,0.9320710875817416f,-0.35260054072907404f,1.1187466596581483f,0.9929355427837553f,-0.10755303378543482f,-0.05011339940852316f,0.41611648911522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4929603555164248f,-0.34594194978021736f,-0.7983196447986117f,-0.5733959770416277f,-0.08302585249142923f,0.9320710875817416f,-0.3526332308677966f,1.1187533403418517f,0.8660812870090148f,-0.10755303378543482f,-0.48819621999392576f,0.5056447956499273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29670686229967325f,-0.34594194978021736f,-0.8901062887355332f,-0.42597189956100046f,0.00007126062616930051f,0.9320710875817416f,-0.362275423698755f,1.1730913135548133f,0.9549686030368778f,-0.10755303378543482f,-0.2765272357966629f,0.502359727752073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7471701735246633f,-0.6433315154992906f,-0.1669170241782129f,0.6339240615663266f,-0.5703584720068695f,0.7495720243588311f,-0.33590622755256105f,2.0723068357023755f,0.3412153941502537f,-0.15577657546624285f,-0.9269874396834601f,-0.2890784421734949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.079933215255514f,-0.6433315154992906f,-0.7614034687761155f,0.6758141405375508f,0.26812472071434856f,0.7495720243588311f,-0.6051866773487801f,2.091281497630958f,0.96006240174312f,-0.15577657546624285f,0.23240878489257172f,-0.3707745007594547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.446827509026392f,-0.6433315154992906f,-0.6216669030458797f,0.7481191365088207f,-0.20239639390488376f,0.7495720243588311f,-0.6302201837714364f,2.1763271942323823f,0.8714246249169049f,-0.15577657546624285f,-0.46513737930254684f,-0.26015586457109274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001492944644490557f,0f,0.000004610016686379395f,-0.20973694410252416f,0f,0.000015625f,0f,1.2404975f,-0.000004610016686379395f,0f,-0.00001492944644490557f,0.5747661846680727f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4.mcfunction new file mode 100644 index 000000000..85b60380c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40.mcfunction new file mode 100644 index 000000000..d9829b066 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..0dc876fa4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4970450423881654f,-0.03816081205349266f,-0.6468650730293058f,0.03291302689588578f,-0.11599460621515054f,0.8073210255050155f,0.04150250053872043f,1.570435892628033f,0.6375232714268424f,0.11713649578757399f,-0.496777177604073f,-0.5569842102813272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.46414359373430264f,0.15179256456580192f,-0.6336637450082997f,0.03291302689588578f,0.19766531118061662f,0.7741289002504724f,0.040655510731807766f,1.570435892628033f,0.6208857778619805f,-0.13297918310596962f,-0.4866388678570511f,-0.5569842102813272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5968245768596927f,0.1547179151972003f,0.5355438689946184f,-0.0793880550057832f,0.18075370416832684f,0.7959022492895282f,-0.028498288540593598f,1.5770843236980159f,-0.5273262437335373f,0.09770578661136639f,-0.6158937054208107f,-0.5456709374611025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5981407287148556f,-0.0837101999304482f,0.5246144022804425f,-0.0793880550057832f,-0.13477612102383163f,0.7880710980461686f,-0.027916690815275362f,1.5770843236980159f,-0.5138706703580495f,-0.10925450495018768f,-0.6033244461265085f,-0.5456709374611025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.924167731214144f,1.1125264425969081f,0.5912741911373863f,-0.7319946419919177f,-0.35192090755325467f,0.9320547188813557f,-1.2036743437649118f,2.0861186308884743f,-1.2097404388584336f,0.5787617519616038f,0.8018535745738988f,-0.6991632130173911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22521478933244554f,0.9738202818160452f,0.03086028823035737f,-0.3498467875900917f,0.8197366339485824f,0.2065091987410924f,-0.53421512688987f,2.0861386474678705f,-0.5266024588136579f,-0.09501583846407165f,-0.8447850855764317f,-0.3687891878766494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22652016610477438f,0.9738202818160452f,0.019043977304754198f,-0.2758162234392681f,0.8465441212745415f,0.2065091987410924f,-0.4906291894810444f,1.8076392949934081f,-0.4817174120616569f,-0.09501583846407165f,-0.8711603327502861f,-0.21339845875910032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6099728183523263f,0.7898059236815359f,-0.06434099617565506f,0.47025100924352836f,0.7690875832828671f,0.6096151032461261f,0.1920252981623349f,1.5008594272133005f,0.19088596101190602f,0.06764635106027839f,-0.979278571743909f,-0.45056371078655744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48077139134142044f,0.8298485262414969f,-0.28321421709096856f,0.31441478122236555f,0.6909673701909389f,0.5574010239433944f,0.46029142055688277f,1.728870648039066f,0.539836051592567f,0.0256031638996191f,-0.8413807196503116f,-0.2733708650648415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9927290379380208f,0.01926464390852934f,-0.118818898874419f,-0.13356933750737263f,0.06684725586467692f,0.9091335933582982f,-0.41110528312196454f,1.4544137174096743f,0.10010245560431703f,-0.4160588695395229f,-0.9038111060722145f,0.0000791166606037147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9927290379380208f,0.05410254942794254f,-0.10752660777709339f,-0.12409715078824024f,0.06684725586467692f,0.9906778613220757f,-0.11869633300856675f,1.63942396432626f,0.10010245560431703f,-0.12502115513670153f,-0.987091287141301f,-0.02953167047216093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9927290379380208f,0.01926464390852934f,-0.118818898874419f,0.17681890078567317f,0.06684725586467692f,0.9091335933582982f,-0.41110528312196454f,1.436038161517598f,0.10010245560431703f,-0.4160588695395229f,-0.9038111060722145f,-0.031189565355058638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9927290379380208f,0.05410254942794254f,-0.10752660777709339f,0.18629108750480555f,0.06684725586467692f,0.9906778613220757f,-0.11869633300856675f,1.6210484084341839f,0.10010245560431703f,-0.12502115513670153f,-0.987091287141301f,-0.060800352487823284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991276058468119f,0.017804511346595844f,-0.03777600575135526f,0.32576523283691744f,0.019229269697155448f,0.9991042959764455f,-0.03769404393700905f,2.323819469431669f,0.0370710455980344f,-0.038387564876142505f,-0.9985750509807204f,-0.2516903902948946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991276058468119f,0.017804511346595844f,-0.03777600575135526f,0.35746545359865883f,0.019229269697155448f,0.9991042959764455f,-0.03769404393700905f,2.194676518201875f,0.0370710455980344f,-0.038387564876142505f,-0.9985750509807204f,-0.34189851992474557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991276058468119f,0.017804511346595844f,-0.03777600575135526f,-0.2612222355980846f,0.019229269697155448f,0.9991042959764455f,-0.03769404393700905f,2.335116665378748f,0.0370710455980344f,-0.038387564876142505f,-0.9985750509807204f,-0.22991115100604936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991276058468119f,0.017804511346595844f,-0.03777600575135526f,-0.30445658527485403f,0.019229269697155448f,0.9991042959764455f,-0.03769404393700905f,2.2074159093762407f,0.0370710455980344f,-0.038387564876142505f,-0.9985750509807204f,-0.3173389522160478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9841320776346618f,0.17258723454590438f,-0.04120315815906228f,0.228379129150099f,0.17516288281135653f,0.9820224222496212f,-0.07035571536273051f,2.4323925945361817f,0.02831992683074412f,-0.07645658029747049f,-0.9966706442318434f,-0.2776304945182253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990143703943858f,0.01651022420283886f,-0.04120315815906228f,0.11347402678982463f,0.01938418477567809f,0.9973336085264453f,-0.07035571536273051f,2.44467587459928f,0.03993170577487364f,-0.0710850603178416f,-0.9966706442318434f,-0.27374731187168866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9656341906463902f,0.25587856780323587f,-0.04557157440395902f,0.0914499091166001f,0.2594762132303632f,0.959173906543762f,-0.11250560774116761f,2.4425923381859977f,0.014923291269752465f,-0.12046400103160769f,-0.9926055207549145f,-0.2675137547993717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974435153191682f,-0.05504239596969367f,-0.04557157440395902f,0.12067067150477401f,-0.04962449426670239f,0.9924111536029633f,-0.11250560774116761f,2.451953962139581f,0.051418316935836636f,-0.1099565225457358f,-0.9926055207549145f,-0.2699163923928453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937738582510216f,0.10166980998911414f,-0.04557157440395902f,0.1785026165312435f,0.10623377351868574f,0.9879559067037207f,-0.11250560774116761f,2.5513501407885775f,0.03358428234842509f,-0.11664637219393628f,-0.9926055207549145f,-0.3153202505514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937738582510216f,0.10351723728248087f,-0.04120315815906228f,0.15521123814268534f,0.10623377351868574f,0.9918490100210712f,-0.07035571536273051f,2.328184113533837f,0.03358428234842509f,-0.0742948376781558f,-0.9966706442318434f,-0.298603912073815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9896119262694378f,-0.13871268426054614f,-0.03777600575135526f,-0.1617217640588808f,-0.1373018205824319f,0.9898117846926374f,-0.03769404393700905f,2.4390749048712275f,0.04261977768644579f,-0.03211576106539487f,-0.9985750509807204f,-0.2595056585026539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991276058468119f,0.01780451134659583f,-0.03777600575135526f,-0.046457815947388605f,0.019229269697155438f,0.9991042959764455f,-0.03769404393700905f,2.446928337613964f,0.0370710455980344f,-0.03838756487614251f,-0.9985750509807204f,-0.2641625335177843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9737565470927242f,-0.224435203084384f,-0.03777600575135526f,-0.02421772963154513f,-0.2230471269778347f,0.9740786098660663f,-0.03769404393700905f,2.442183007538318f,0.04525666957464699f,-0.028278992518525427f,-0.9985750509807204f,-0.2648247480879976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9954518012866712f,0.08745675905609104f,-0.03777600575135526f,-0.05312169305897634f,0.08887642075255657f,0.9953291620795048f,-0.03769404393700905f,2.452734942384574f,0.034302961232758285f,-0.04088000011638305f,-0.9985750509807204f,-0.26412962638204807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.996877389072365f,-0.06934294878167527f,-0.03777600575135526f,-0.1101728267948946f,-0.0679215804777207f,0.9969783437753716f,-0.03769404393700905f,2.557311558307584f,0.04027567580653332f,-0.03501053408873709f,-0.9985750509807204f,-0.2972135208442722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.996877389072365f,-0.06934294878167527f,-0.03777600575135526f,-0.09457066331901769f,-0.0679215804777207f,0.9969783437753716f,-0.03769404393700905f,2.332991430958126f,0.04027567580653332f,-0.03501053408873709f,-0.9985750509807204f,-0.2893361506743064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991276058468119f,0.017804511346595844f,-0.03777600575135526f,0.022375975526433292f,0.019229269697155448f,0.9991042959764455f,-0.03769404393700905f,1.8197247594310844f,0.0370710455980344f,-0.038387564876142505f,-0.9985750509807204f,-0.24309093403189014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932423625377466f,0.059669268070488696f,-0.09954490297532997f,3.003166281414309e-17f,0.05880177885464397f,0.9982019474394612f,0.011628539529816732f,1.4453990291412864f,0.1000597824501195f,0.005696540704596395f,-0.9949651196700493f,-0.2452271367961138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9497582769372132f,-0.30905439042102584f,-0.049442887767039326f,0.23660228083876494f,-0.31269061434167184f,0.9301097843438353f,0.19266647028087636f,0.8389906594353309f,-0.01355710484888954f,0.19844690178824176f,-0.9800178733465855f,-0.25262569714631833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9497582769372132f,-0.30883306654560283f,0.05080701130055943f,0.12500000000000003f,-0.31269061434167184f,0.9433129272296437f,-0.11128926733548353f,1.1798638791999978f,-0.01355710484888954f,-0.12158477836258993f,-0.9924884616853922f,-0.2963420035225745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.960736733354064f,0.2727199925183715f,0.05107577571551471f,-0.23053007595694025f,0.27720116685733687f,0.9354586004763176f,0.21926404148382372f,0.8459670871694599f,0.012018414083938632f,0.2248132835836631f,-0.9743277401609985f,-0.22107814188451055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.960736733354064f,0.2711318015377246f,-0.05892771316681198f,-0.12499999999999997f,0.27720116685733687f,0.9471375704593021f,-0.16152379303799552f,1.2149654474079923f,0.012018414083938632f,-0.17151667213235647f,-0.9851079072383637f,-0.29597617541882304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9797827061010576f,0.19979043002949226f,0.010470572759849629f,3.23804984100967e-17f,0.18449484537849695f,0.9225361066905376f,-0.3389524802697709f,1.2538731417959046f,-0.07737894322135219f,-0.3301680116560287f,-0.9407452275855834f,-0.2644068349555257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9797827061010576f,-0.19979043002949215f,-0.0104705727598494f,3.402679871281178e-17f,-0.18449484537849695f,0.9225361066905376f,-0.3389524802697709f,1.2665340937804066f,0.07737894322135194f,-0.3301680116560287f,-0.9407452275855834f,-0.2778498971009647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.736563571488242e-17f,1.1293402667019197e-16f,3.23804984100967e-17f,0f,0.9221763103355273f,-0.3867697669880019f,1.2538731417959046f,-1.2246467991473532e-16f,-0.3867697669880019f,-0.9221763103355273f,-0.2644068349555257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9786501245859638f,0.20553329085060035f,1.1706745839103564e-16f,3.2266784482714524e-17f,0.19647509789253254f,0.9355193907265011f,0.29360007745713534f,1.2841632591590084f,0.06034459011375608f,0.28733175238187414f,-0.9559283417271214f,-0.26347829027259057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9786501245859638f,-0.2055332908506004f,1.1706745839103564e-16f,3.2266784482714524e-17f,-0.19647509789253254f,0.9355193907265011f,0.29360007745713534f,1.2841632591590084f,-0.06034459011375631f,0.28733175238187414f,-0.9559283417271214f,-0.26347829027259057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.595563950872958e-17f,1.1706745839103564e-16f,3.2266784482714524e-17f,0f,0.9559283417271214f,0.29360007745713534f,1.2841632591590084f,-1.2246467991473532e-16f,0.29360007745713534f,-0.9559283417271214f,-0.26347829027259057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.973297716075202f,0.22933075065688316f,-0.009947999092583988f,-0.19374999999999998f,0.22933097005777103f,0.9733478412487158f,0.0011340673818572983f,1.3653583869156527f,0.009942939965487623f,-0.0011775990893990174f,-0.9999498743463231f,-0.2588759356666796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9728546184721774f,-0.23117842531018723f,0.010508424641993006f,0.19375000000000003f,-0.23119993796092866f,0.9729058753047777f,-0.0008639932332133171f,1.3589485946116038f,-0.01002397147925959f,-0.0032700869325561627f,-0.9999444117185897f,-0.26077689317051816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5947927425633164e-17f,1.214218326226602e-16f,-0.007812499999999968f,0f,0.9914845056321449f,0.13022470998770203f,1.227653846511389f,-1.2246467991473532e-16f,0.13022470998770203f,-0.9914845056321449f,-0.26592832873577205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.304630738957914e-18f,1.2234973935134426e-16f,3.138157422815092e-17f,0f,0.9990614390739347f,0.043315597139119665f,1.4508816368044712f,-1.2246467991473532e-16f,0.043315597139119665f,-0.9990614390739347f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42871511448605926f,-0.3373375104558406f,-0.8380971033541759f,-1.649690679510707f,0.06756481822427265f,0.9370473359360912f,-0.34260368584327144f,1.9676711807320226f,0.9009097324091497f,0.09025349995722971f,0.42451850347887576f,0.8508997575596389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.055507972478344214f,-0.3373375104558406f,-0.9397458534257007f,-1.6315593204892935f,-0.11550563837245278f,0.9370473359360912f,-0.3295462603630122f,1.96534209287692f,0.9917546634604322f,0.09025349995722971f,-0.09097798222622219f,0.9428502424403605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.19340116289507547f,-0.3373375104558406f,-0.9213030957455248f,-1.5024295356381714f,-0.024843603787759322f,0.9370473359360912f,-0.3483175068323596f,2.0187542628293254f,0.9808051720610311f,0.09025349995722971f,0.1728453650052585f,0.870948195249211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20926218151913084f,0.7049308275340916f,0.67770337742847f,1.5484983309389895f,-0.04942639040821409f,0.6997869291723608f,-0.7126396604811803f,2.528800785269096f,-0.976609630977019f,0.1156320982755997f,0.18128112568966717f,-0.11030798005413475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06280229138547268f,0.7049308275340916f,0.7064901985086807f,1.5415016690610104f,0.22397049064595395f,0.6997869291723608f,-0.6783328630394726f,2.520462488339847f,-0.9725703529907465f,0.1156320982755997f,-0.2018319259478966f,-0.017192019945864813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.07463106003177779f,0.7049308275340916f,0.7053387365448136f,1.4391991895182779f,0.08894183391198507f,0.6997869291723608f,-0.7087930614360514f,2.630950596019879f,-0.993236907821546f,0.1156320982755997f,-0.01047200026145947f,-0.062179199960780855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6170041368044712f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41.mcfunction new file mode 100644 index 000000000..1cc89d85f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..a01d8ee73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48747849433843693f,-0.036492445868112657f,-0.6541998650233257f,0.034089257399322476f,-0.11655482378309692f,0.8072238103620544f,0.0418226909930675f,1.572166803318244f,0.6447667291779764f,0.11833201520963484f,-0.48705014481673764f,-0.556099466745635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4548602036560729f,0.14971623143390075f,-0.6408488473697885f,0.034089257399322476f,0.19712185697389156f,0.7742509288881289f,0.040969166687086535f,1.572166803318244f,0.6278894557429042f,-0.13461258916275365f,-0.47711034594292673f,-0.556099466745635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5889159923004726f,0.1533049440121644f,0.5446283068282634f,-0.08038432933001119f,0.18026579791734992f,0.7959898466549664f,-0.02913504020708549f,1.5789424081858807f,-0.536308344666028f,0.09920787573612525f,-0.6078450470950264f,-0.5445650149809106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.590453577627521f,-0.08202425466378144f,0.533513443423605f,-0.08038432933001119f,-0.13525052624133424f,0.787967472682153f,-0.02854044754979803f,1.5789424081858807f,-0.5225627883980098f,-0.11126222917842216f,-0.5954400461339034f,-0.5445650149809106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4435569148900769f,-0.08763808029797587f,0.5914974643688078f,-0.3717968523833804f,0.5437962017995757f,0.8351786450123293f,-1.2033987584436525f,2.1170097114913267f,-0.24866719602995208f,1.3176503511163555f,0.8021025045600758f,-0.9210220038521308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22502343562146787f,0.9738684390141243f,0.03073624754754609f,-0.3497891164181481f,0.819650171298264f,0.2062571564036175f,-0.5344451160998855f,2.087967937563808f,-0.5268188019725925f,-0.09506970560849849f,-0.8446441268153563f,-0.3688521025550481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2263247599116125f,0.9738684390141243f,0.01890414089938712f,-0.2758235374305983f,0.8465261184914316f,0.2062571564036175f,-0.4907662540804171f,1.8094726172733249f,-0.4818408801282657f,-0.09506970560849849f,-0.8710861710030366f,-0.2134264051137847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6098617269166686f,0.7898985520647466f,-0.06425691782396334f,0.4701621496247781f,0.769131558675181f,0.6094716599937974f,0.19230429302096133f,1.5026990067906603f,0.19106365298534805f,0.06785700487364466f,-0.979229343615413f,-0.45066970998366734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4805357636974205f,0.8300154178641238f,-0.2831250358332531f,0.3144076841473586f,0.6909644264012926f,0.5571477151960302f,0.46060241521270373f,1.7307114029887605f,0.5400495729612881f,0.025706605370743874f,-0.8412405299227108f,-0.2734064378247939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9925806793353823f,0.02116153202980736f,-0.11973213675643835f,-0.13395693040228435f,0.06897273560659191f,0.9089617092545967f,-0.4111342516160691f,1.456297910102416f,0.100131697044713f,-0.416342167779236f,-0.9036773996155001f,0.00012151779069018154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9925806793353823f,0.05618625971032856f,-0.10782717296616158f,-0.12409592653763624f,0.06897273560659191f,0.9905226435329915f,-0.11877564729925762f,1.6412785579692315f,0.100131697044713f,-0.12533154777699823f,-0.987048958450779f,-0.029547203407814332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9925806793353823f,0.02116153202980736f,-0.11973213675643835f,0.17643091116554255f,0.06897273560659191f,0.9089617092545967f,-0.4111342516160691f,1.4379262889252553f,0.100131697044713f,-0.416342167779236f,-0.9036773996155001f,-0.031153413739027122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9925806793353823f,0.05618625971032856f,-0.10782717296616158f,0.18629191503019066f,0.06897273560659191f,0.9905226435329915f,-0.11877564729925762f,1.6229069367920708f,0.100131697044713f,-0.12533154777699823f,-0.987048958450779f,-0.060822134937531636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999133790898396f,0.017705949576302924f,-0.03765856123913661f,0.32570592145401767f,0.019126655474119868f,0.9991057972730677f,-0.037706457082602986f,2.325687784627106f,0.036957258223178635f,-0.038394077732760795f,-0.9985790183353924f,-0.25169703535048554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999133790898396f,0.017705949576302924f,-0.03765856123913661f,0.3574297047995006f,0.019126655474119868f,0.9991057972730677f,-0.037706457082602986f,2.196547330036199f,0.036957258223178635f,-0.038394077732760795f,-0.9985790183353924f,-0.34190045578620265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999133790898396f,0.017705949576302924f,-0.03765856123913661f,-0.26128518069879003f,0.019126655474119868f,0.9991057972730677f,-0.037706457082602986f,2.3369246947181512f,0.036957258223178635f,-0.038394077732760795f,-0.9985790183353924f,-0.22998464614436812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999133790898396f,0.017705949576302924f,-0.03765856123913661f,-0.3044964316706868f,0.019126655474119868f,0.9991057972730677f,-0.037706457082602986f,2.2092187392878033f,0.036957258223178635f,-0.038394077732760795f,-0.9985790183353924f,-0.31741627221334684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.984153531587253f,0.1724919035810189f,-0.04108977322077016f,0.2283114958183036f,0.1750613956509514f,0.9820346498678735f,-0.07043759089878197f,2.434252278551192f,0.028201666920217403f,-0.07651463688654352f,-0.9966695421879016f,-0.27765690137676274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990206471647262f,0.016412710782727158f,-0.04108977322077016f,0.11340468778810422f,0.01928203426970583f,0.9973298095127799f,-0.07043759089878197f,2.446523754122923f,0.039823983891540266f,-0.0711609020598027f,-0.9966695421879016f,-0.2737868909629095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9656637443784264f,0.2557862726900234f,-0.045463342336243086f,0.091380913051572f,0.25937404298779865f,0.9591814530967392f,-0.11267673166804053f,2.4444424047690445f,0.014786433552450143f,-0.12059984551637291f,-0.9925910732241278f,-0.26754493179018457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974431018301215f,-0.055139306443982974f,-0.045463342336243086f,0.12060089305706193f,-0.049723995954783745f,0.992386758460076f,-0.11267673166804053f,2.453806793469082f,0.051330135766375545f,-0.1101280096886323f,-0.9925910732241278f,-0.26994631009302866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937886099909136f,0.10157402795963924f,-0.045463342336243086f,0.17842645871357474f,0.10613168062037107f,0.9879473773988693f,-0.11267673166804053f,2.553201636727408f,0.03347036033602803f,-0.11680195347146587f,-0.9925910732241278f,-0.3153612153710006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937886099909136f,0.10342064198695389f,-0.04108977322077016f,0.15515681426651015f,0.10613168062037107f,0.9918541284670198f,-0.07043759089878197f,2.330034457822329f,0.03347036033602803f,-0.0743610022386394f,-0.9966695421879016f,-0.29862998986730677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9896026167149643f,-0.13881100012712866f,-0.03765856123913661f,-0.16179205447124667f,-0.13740340630863734f,0.9897972151047211f,-0.037706457082602986f,2.4408929316748744f,0.042508410058234795f,-0.03213999400505462f,-0.9985790183353924f,-0.2595687264316963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999133790898396f,0.017705949576302907f,-0.03765856123913661f,-0.04652838717919799f,0.019126655474119875f,0.9991057972730677f,-0.037706457082602986f,2.4487581991672602f,0.03695725822317864f,-0.0383940777327608f,-0.9985790183353924f,-0.26421256047924124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9737387041715401f,-0.224532333448277f,-0.03765856123913661f,-0.024287736955258835f,-0.22314705631642595f,0.9740552419404106f,-0.037706457082602986f,2.444015154647274f,0.04514783777373915f,-0.02831283957288842f,-0.9985790183353924f,-0.2648722053062683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9954648465933221f,0.08735886882470528f,-0.03765856123913661f,-0.053192866147454866f,0.08877416121776936f,0.995337817725399f,-0.037706457082602986f,2.4545641176727035f,0.03418899672431705f,-0.04087855970198341f,-0.9985790183353924f,-0.26418046079377433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968749603636641f,-0.06944167455744035f,-0.03765856123913661f,-0.1102510102335129f,-0.06802393506927974f,0.9969708959402819f,-0.037706457082602986f,2.559134573277422f,0.04016288905984822f,-0.035026939385140524f,-0.9985790183353924f,-0.2972717366731687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968749603636641f,-0.06944167455744035f,-0.03765856123913661f,-0.09462663345808885f,-0.06802393506927974f,0.9969708959402819f,-0.037706457082602986f,2.334816121690859f,0.04016288905984822f,-0.035026939385140524f,-0.9985790183353924f,-0.2893906753115121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999133790898396f,0.017705949576302924f,-0.03765856123913661f,0.02236762128507842f,0.019126655474119868f,0.9991057972730677f,-0.037706457082602986f,1.821561895437978f,0.036957258223178635f,-0.038394077732760795f,-0.9985790183353924f,-0.2431277734283885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.993241093017046f,0.05964699009354237f,-0.09957091801868986f,3.003164996901301e-17f,0.058789187766914316f,0.9982038362557134f,0.011529643796903771f,1.4472354568420855f,0.10007978089509535f,0.005598022611409119f,-0.9949636674767737f,-0.24522703190766693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.94974972249974f,-0.3090771158427717f,-0.04946515009560577f,0.23661945335218965f,-0.3127168067551872f,0.9300938199547765f,0.19270102452963467f,0.8408095827881619f,-0.013552246474508322f,0.198486328356f,-0.9800099561082266f,-0.25269770235841993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.94974972249974f,-0.3088695022972326f,0.05074539547906525f,0.12500000000000003f,-0.3127168067551872f,0.9433258697790766f,-0.11110581523209068f,1.1816991171725069f,-0.013552246474508322f,-0.1213916552165279f,-0.9925121675119584f,-0.2963319295865422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9607253577167205f,0.2727526328204473f,0.05111544120511618f,-0.23054711760577012f,0.2772407459850192f,0.9354256683578637f,0.2193544796508926f,0.8478108876860844f,0.01201481609303732f,0.22491069398042873f,-0.9743053032430298f,-0.22110332058947865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9607253577167205f,0.2711764864727926f,-0.058907556598035794f,-0.12499999999999997f,0.2772407459850192f,0.9471401684511931f,-0.16144060849710465f,1.2168089139742602f,0.01201481609303732f,-0.17143166128378007f,-0.985122748546461f,-0.2959688657960005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9784980083351341f,0.2059735999723407f,0.010794618965483962f,3.2376579039140634e-17f,0.18927583369758372f,0.9175056988441042f,-0.3497970145193876f,1.2576479499073712f,-0.08195307475781759f,-0.3402325215246571f,-0.9367633238095486f,-0.2643748308629269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9784980083351341f,-0.20597359997234058f,-0.010794618965483734f,3.404057967005016e-17f,-0.18927583369758372f,0.9175056988441042f,-0.3497970145193876f,1.270153662680398f,0.08195307475781734f,-0.3402325215246571f,-0.9367633238095486f,-0.27796242715655267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.8659646629653843e-17f,1.1238254587121525e-16f,3.2376579039140634e-17f,0f,0.917673127872137f,-0.3973361679753916f,1.2576479499073712f,-1.2246467991473532e-16f,-0.3973361679753916f,-0.917673127872137f,-0.2643748308629269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9774545405858308f,0.2111459710440683f,1.1711360851424309e-16f,3.2255388307033534e-17f,0.2019199871296064f,0.9347448463209069f,0.2923702978657097f,1.288073016336672f,0.061732810447298656f,0.2857786751812698f,-0.9563051860812615f,-0.2633852334362119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9774545405858308f,-0.21114597104406835f,1.1711360851424309e-16f,3.2255388307033534e-17f,-0.2019199871296064f,0.9347448463209069f,0.2923702978657097f,1.288073016336672f,-0.06173281044729889f,0.2857786751812698f,-0.9563051860812615f,-0.2633852334362119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.5805034944699966e-17f,1.1711360851424309e-16f,3.2255388307033534e-17f,0f,0.9563051860812615f,0.2923702978657097f,1.288073016336672f,-1.2246467991473532e-16f,0.2923702978657097f,-0.9563051860812615f,-0.2633852334362119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9725670792154463f,0.2324543547365047f,-0.008845868548148535f,-0.19374999999999998f,0.2324044673913079f,0.9725987185907508f,0.006316338511521281f,1.3705739729110245f,0.010071740807744506f,0.0040872435289403194f,-0.9999409254938196f,-0.25884117401556295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9721735171616703f,-0.23407588504695193f,0.009334482791975207f,0.19375000000000003f,-0.23404225644885246f,0.972215727485321f,0.004560858090051141f,1.364835489453435f,-0.010142717872301664f,0.0022492820352634224f,-0.9999460315459474f,-0.2605429214480347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5945604441906038e-17f,1.214221377080837e-16f,-0.007812499999999968f,0f,0.991486996843682f,0.13020574138607138f,1.229489878207351f,-1.2246467991473532e-16f,0.13020574138607138f,-0.991486996843682f,-0.2659240580533367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.3022900049385105e-18f,1.2234984081445349e-16f,3.138157422815092e-17f,0f,0.9990622675830958f,0.04329648359535314f,1.4527178536204488f,-1.2246467991473532e-16f,0.04329648359535314f,-0.9990622675830958f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43154939054632346f,-0.3363312486863492f,-0.8370462440487849f,-1.6499075189109953f,0.06626500117212412f,0.93720952948549f,-0.3424138540731741f,1.9755665013521058f,0.8996521956504941f,0.09230161969688118f,0.4267391918520925f,0.8509437616614076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.04923365610276678f,-0.3363312486863492f,-0.9404559204257452f,-1.6313424810890054f,-0.1153758533985987f,0.93720952948549f,-0.32913023302961947f,1.9731817058887915f,0.9921010329393369f,0.09230161969688118f,-0.0849467565127284f,0.9428062383385919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.19802707010122622f,-0.3363312486863492f,-0.9206880962976578f,-1.5025217855553517f,-0.025437818275352297f,0.93720952948549f,-0.3478379151889235f,2.026549790898787f,0.9798664178899663f,0.09230161969688118f,0.1770373240105546f,0.8703194013984166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20141795605834878f,0.7083527014750868f,0.6765110917717636f,1.5471081721821216f,-0.054097693340073735f,0.6976566014808082f,-0.7143869441594884f,2.536369007218864f,-0.9780103509434653f,0.10729266854354666f,0.17884081392189038f,-0.11106073427168292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06539072479983606f,0.7083527014750868f,0.7028232376800718f,1.5406137028178781f,0.2162086348830497f,0.6976566014808082f,-0.6830293497443992f,2.528629200022033f,-0.9741549565198341f,0.10729266854354666f,-0.19877224143386935f,-0.01785676572831673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06927433988526523f,0.7083527014750868f,0.7024510774042612f,1.4384932758893607f,0.08255794343285722f,0.6976566014808082f,-0.7116596464507355f,2.639248050588059f,-0.9941756644625726f,0.10729266854354666f,-0.01015044172471127f,-0.06293618374129313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6188403536204488f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42.mcfunction new file mode 100644 index 000000000..f900e3859 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..63642251f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.464305319583885f,-0.03238855257636362f,-0.6710558816615491f,0.03698335993412822f,-0.11808591279865158f,0.8069523258787998f,0.04275634925655747f,1.5733999058009074f,0.6613779039619181f,0.12133989395597641f,-0.46346557879753797f,-0.5540187222195061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4323494635777208f,0.144743346172176f,-0.6573608636684563f,0.03698335993412822f,0.19563441101358836f,0.7745791934846242f,0.0418837707003012f,1.5733999058009074f,0.6440505559126734f,-0.1381174744903434f,-0.4540070975975882f,-0.5540187222195061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.569464994665982f,0.14989304568135645f,0.5658499263505159f,-0.08279033555480911f,0.17928657189726568f,0.7961609984425732f,-0.03047021727352505f,1.580490677324869f,-0.5572345910223486f,0.10297661802436535f,-0.5880730151544658f,-0.5419525705035089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.571570910951068f,-0.07782044257935769f,0.5543019686698931f,-0.08279033555480911f,-0.13620091040250493f,0.7877552833522873f,-0.029848376104677603f,1.580490677324869f,-0.5429143631919267f,-0.1156961203641261f,-0.5760715250492726f,-0.5419525705035089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8000836488867128f,-1.2048412631151977f,0.591295133989024f,-0.03677125961553196f,0.9938927392422765f,0.06928937501905294f,-1.2036537938256806f,2.3481720368112002f,0.9019144236930726f,0.992452902260074f,0.8018689787801678f,-0.8232842473337725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2252014486568933f,0.9738235828791006f,0.030853475514893283f,-0.3498425903654575f,0.819730745492384f,0.206492658734551f,-0.5342305558307544f,2.0893641470660187f,-0.5266173301528705f,-0.09501795260500871f,-0.8447755774555838f,-0.36879157277963714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22650671555223f,0.9738235828791006f,0.0190351579518699f,-0.27581647562736133f,0.846544925024022f,0.206492658734551f,-0.49063476416251767f,1.8108644664607128f,-0.4817223242966994f,-0.09501795260500871f,-0.8711573858706233f,-0.21339942243017743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6099637066698422f,0.7898132541374596f,-0.06433739297161106f,0.47024411404120825f,0.7690897565971726f,0.6096036322654114f,0.19205300785491247f,1.504085507105148f,0.1909063195467567f,0.06766413464764173f,-0.9792733745178093f,-0.4505716274618695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4807516440691789f,0.8298618993811507f,-0.28320855333179906f,0.3144145365179355f,0.6909652391282832f,0.5573807098463764f,0.4603192181601198f,1.7320960758060404f,0.5398563651946467f,0.025611955151034912f,-0.8413674183804397f,-0.2733720917105375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9924480796792743f,0.022890605051794688f,-0.12051070218567149f,-0.13430981474827536f,0.07086884552257422f,0.9088805997757248f,-0.4109910729999082f,1.4576910972824677f,0.10012200495005268f,-0.4164277555010967f,-0.9036390366584993f,0.0001539152778468056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9924480796792743f,0.05806942510034328f,-0.10804976172780983f,-0.12409710855275981f,0.07086884552257422f,0.9904022334078804f,-0.11866348551673185f,1.6426498692619658f,0.10012200495005268f,-0.125424710201769f,-0.9870381077727364f,-0.029532206058564464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9924480796792743f,0.022890605051794688f,-0.12051070218567149f,0.1760784098680194f,0.07086884552257422f,0.9088805997757248f,-0.4109910729999082f,1.4393156770744016f,0.10012200495005268f,-0.4164277555010967f,-0.9036390366584993f,-0.03111498223584122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9924480796792743f,0.05806942510034328f,-0.10804976172780983f,0.18629111606353496f,0.07086884552257422f,0.9904022334078804f,-0.11866348551673185f,1.6242744490538996f,0.10012200495005268f,-0.125424710201769f,-0.9870381077727364f,-0.06080110357225249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991281152922834f,0.01780149885415511f,-0.03776394935696425f,0.32576329621092365f,0.01922581543323146f,0.9991043404735181f,-0.03769462651232473f,2.3270458225152977f,0.03705910486529816f,-0.03838780386427244f,-0.9985754850090508f,-0.2516882652703251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991281152922834f,0.01780149885415511f,-0.03776394935696425f,0.3574650429253995f,0.01922581543323146f,0.9991043404735181f,-0.03769462651232473f,2.1979029406418316f,0.03705910486529816f,-0.03838780386427244f,-0.9985754850090508f,-0.34189595793933825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991281152922834f,0.01780149885415511f,-0.03776394935696425f,-0.2612244715232929f,0.01922581543323146f,0.9991043404735181f,-0.03769462651232473f,2.3383409890823215f,0.03705910486529816f,-0.03838780386427244f,-0.9985754850090508f,-0.22991604116196243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991281152922834f,0.01780149885415511f,-0.03776394935696425f,-0.3044573334557382f,0.01922581543323146f,0.9991043404735181f,-0.03769462651232473f,2.2106400433663476f,0.03705910486529816f,-0.03838780386427244f,-0.9985754850090508f,-0.31734430096607824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9841330311970403f,0.1725846372722069f,-0.04119125980771185f,0.22837712207919594f,0.17515946489159956f,0.9820228185906883f,-0.0703586926121309f,2.4356186535652418f,0.028307927614259227f,-0.07645735245756684f,-0.9966709258774259f,-0.27762984915535394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990149059137077f,0.016507509735869938f,-0.04119125980771185f,0.11347193068039946f,0.019380746934782214f,0.9973334653074474f,-0.0703586926121309f,2.4479015361973224f,0.039919975081106826f,-0.07108770006237755f,-0.9966709258774259f,-0.27374804431063526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9656353095179722f,0.2558764261171182f,-0.04555988992152606f,0.09144777471239728f,0.2594727682774002f,0.9591741283705569f,-0.11251166156023543f,2.4458180778622336f,0.014910785847606512f,-0.12046678389545126f,-0.9926053709522701f,-0.26751437382320337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974439176118701f,-0.055044778584565135f,-0.04555988992152606f,0.12066853012923401f,-0.04962783915991564f,0.9924103000237717f,-0.11251166156023543f,2.4551797944905562f,0.051407283524836395f,-0.10996303359449311f,-0.9926053709522701f,-0.2699167350867092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937746283139156f,0.10166751964062909f,-0.04555988992152606f,0.1785006270888354f,0.10623033627745426f,0.9879555868900859f,-0.11251166156023543f,2.5545759154694627f,0.033572366224593954f,-0.11665107707513153f,-0.9926053709522701f,-0.3153205259730639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937746283139156f,0.10351457981846256f,-0.04119125980771185f,0.15520984662968138f,0.10623033627745426f,0.9918491669746416f,-0.0703586926121309f,2.3314098529001686f,0.033572366224593954f,-0.07429644498033863f,-0.9966709258774259f,-0.29860382585248774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9896119581851469f,-0.13871573935903575f,-0.03776394935696425f,-0.16172400771618722f,-0.13730523927951072f,0.9898112882759484f,-0.03769462651232473f,2.442299560867543f,0.0426080213499243f,-0.03211786505332213f,-0.9985754850090508f,-0.2595094073681604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991281152922835f,0.01780149885415512f,-0.03776394935696425f,-0.04646003128225164f,0.019225815433231458f,0.9991043404735181f,-0.03769462651232473f,2.450153391938125f,0.03705910486529817f,-0.03838780386427245f,-0.9985754850090508f,-0.26416490939822257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9737563126176063f,-0.22443824933893883f,-0.03776394935696425f,-0.02421992057416998f,-0.22305048940017377f,0.9740778173793095f,-0.03769462651232473f,2.445408138826371f,0.04524514134916584f,-0.02828211313238494f,-0.9985754850090508f,-0.2648268562221157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.995452519632009f,0.08745378943905016f,-0.03776394935696425f,-0.053123928958720354f,0.0888729780070048f,0.9953294474254556f,-0.03769462651232473f,2.45595997357293f,0.03429103291607764f,-0.04087940557894031f,-0.9985754850090508f,-0.2641320844702838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968776340232265f,-0.0693459942117712f,-0.03776394935696425f,-0.11017503089103799f,-0.067925025475303f,0.9969780870441817f,-0.03769462651232473f,2.5605363763434172f,0.04026380134107813f,-0.03501181287087562f,-0.9985754850090508f,-0.2972167075321102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968776340232265f,-0.0693459942117712f,-0.03776394935696425f,-0.09457218219338949f,-0.067925025475303f,0.9969780870441817f,-0.03769462651232473f,2.3362163067584767f,0.04026380134107813f,-0.03501181287087562f,-0.9985754850090508f,-0.2893390496361632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991281152922834f,0.01780149885415511f,-0.03776394935696425f,0.022375687472796574f,0.01922581543323146f,0.9991043404735181f,-0.03769462651232473f,1.8229500624151544f,0.03705910486529816f,-0.03838780386427244f,-0.9985754850090508f,-0.243092204357353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932423187721433f,0.05966849992745745f,-0.09954580009494637f,3.003166237119934e-17f,0.05880134466581174f,0.9982020127375076f,0.01162512934469604f,1.4486243076385892f,0.10006047204380174f,0.0056931435249350515f,-0.9949650697643492f,-0.24522713317920364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9497579819684205f,-0.3090551740858895f,-0.04944365538685423f,0.23660301981545293f,-0.3126915175334223f,0.9301092338793515f,0.19266766182992762f,0.8422150131026924f,-0.01355693733550793f,0.19844826132548116f,-0.9800176003659192f,-0.25263105725915574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9497579819684205f,-0.3088347307382179f,0.05080240916655363f,0.12500000000000003f,-0.3126915175334223f,0.9433142668842404f,-0.11127537353472963f,1.183089116667455f,-0.01355693733550793f,-0.12157015662777047f,-0.9924902550995554f,-0.29634165614584923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9607363411175867f,0.27272070836365975f,0.05107933129569853f,-0.2305308657501678f,0.27720253166320163f,0.9354557059225626f,0.21927466496709486f,0.8491920527504024f,0.012018290040760153f,0.22482445927110242f,-0.9743251629810002f,-0.2210820889077657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9607363411175867f,0.27113381516789986f,-0.058924843050204304f,-0.12499999999999997f,0.27720253166320163f,0.9471389559897763f,-0.16151332603258542f,1.2181909686216088f,0.012018290040760153f,-0.17150583756565144f,-0.9851097950915931f,-0.2959759233580039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9769712210809239f,0.21307869838670607f,0.011166981394968307f,3.237348040393384e-17f,0.19453476566050695f,0.911003951304641f,-0.36363171706651615f,1.2609806816483826f,-0.08765533713961778f,-0.35308535653742196f,-0.9314758573735453f,-0.2643495285863118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9769712210809239f,-0.21307869838670596f,-0.011166981394968082f,3.4059861684177696e-17f,-0.19453476566050695f,0.911003951304641f,-0.36363171706651615f,1.2732848734721705f,0.08765533713961753f,-0.35308535653742196f,-0.9314758573735453f,-0.27811987675051697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.030991543068543e-17f,1.1165352764680502e-16f,3.237348040393384e-17f,0f,0.9117202423142947f,-0.41081163536877047f,1.2609806816483826f,-1.2246467991473532e-16f,-0.41081163536877047f,-0.9117202423142947f,-0.2643495285863118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9760388864218659f,0.21759616768767806f,1.1714263257920246e-16f,3.224473060806011e-17f,0.2081399138088401f,0.933622369606776f,0.29159397670301257f,1.2915396260140224f,0.0634497318513855f,0.2846070603085319f,-0.9565421855571885f,-0.26329820671976734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9760388864218659f,-0.21759616768767812f,1.1714263257920246e-16f,3.224473060806011e-17f,-0.2081399138088401f,0.933622369606776f,0.29159397670301257f,1.2915396260140224f,-0.06344973185138575f,0.2846070603085319f,-0.9565421855571885f,-0.26329820671976734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.570996302199922e-17f,1.1714263257920246e-16f,3.224473060806011e-17f,0f,0.9565421855571885f,0.29159397670301257f,1.2915396260140224f,-1.2246467991473532e-16f,0.29159397670301257f,-0.9565421855571885f,-0.26329820671976734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9717142649630798f,0.2360360161739894f,-0.007641095207742333f,-0.19374999999999998f,0.23593802129099295f,0.9716954687140419f,0.011881337882967372f,1.3755430859700615f,0.010229241250088525f,0.009742440623914814f,-0.9999002187589205f,-0.25881789144524264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.971374670090005f,-0.2374160440847946f,0.008054335395346803f,0.19375000000000003f,-0.23732967557091642f,0.9713736436858458f,0.010386021658324522f,1.3705771827502957f,-0.01028957729634431f,0.00817718555558563f,-0.9999136253874392f,-0.26029062998270386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5947847322843188e-17f,1.2142184314358706e-16f,-0.007812499999999968f,0f,0.9914845915420322f,0.13022405589878405f,1.2308791113520257f,-1.2246467991473532e-16f,0.13022405589878405f,-0.9914845915420322f,-0.2659281814709194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.304550024024044e-18f,1.2234974285081764e-16f,3.138157422815092e-17f,0f,0.9990614676493035f,0.04331493805166745f,1.454106908029917f,-1.2246467991473532e-16f,0.04331493805166745f,-0.9990614676493035f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4338345047640169f,-0.3355121460827175f,-0.8361932924313191f,-1.6500824667540033f,0.06521686274601157f,0.9373392950333348f,-0.3422598527434656f,1.9879467784235836f,0.8986291689510908f,0.09395023053393779f,0.4285311784373358f,0.8509800543357601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.04416440334652155f,-0.3355121460827175f,-0.9410000559553731f,-1.6311675332459972f,-0.11527240952430748f,0.9373392950333348f,-0.3287967724733185f,1.9855170376362503f,0.992351639833132f,0.09395023053393779f,-0.08007232420202268f,0.9427699456642396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20175929075206678f,-0.3355121460827175f,-0.9201764985187311f,-1.5025985252221905f,-0.025917235064887773f,0.9373392950333348f,-0.3474526484472412f,2.038849805297003f,0.9790921741704477f,0.09395023053393779f,0.18042136420281707f,0.8698117953695772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19508558748439492f,0.7110748141391934f,0.6755103420768477f,1.5462443180609173f,-0.057865001729632146f,0.6958886073500261f,-0.7158147020949421f,2.548484985016015f,-0.9790777574486603f,0.10055672457549783f,0.17690418313863948f,-0.11150512420833569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06749911659677127f,0.7110748141391934f,0.699868900548929f,1.5401556819390823f,0.20991663677637445f,0.6958886073500261f,-0.6867853025254229f,2.5412288310438194f,-0.975386525877383f,0.10055672457549783f,-0.1962382997263693f,-0.018234875791663878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06494545196623903f,0.7110748141391934f,0.7001104891128344f,1.4381834266330746f,0.07739897570342019f,0.6958886073500261f,-0.7139666972068812f,2.6519519126109494f,-0.9948826497778328f,0.10055672457549783f,-0.009841662140369438f,-0.06339375067894437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6202294080299169f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43.mcfunction new file mode 100644 index 000000000..81e34cf71 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..076ab7aa5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.435931206854504f,-0.02733320983377868f,-0.6900444355076002f,0.04054881990843878f,-0.12005155088099857f,0.8066012578580544f,0.04389168938780751f,1.5742015780144896f,0.680070623145778f,0.12486693279820475f,-0.4345763926769676f,-0.5516495479538914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4047750721494523f,0.13868185213799822f,-0.6759618960074452f,0.04054881990843878f,0.19372385358556138f,0.7749983339606283f,0.042995940624791035f,1.5742015780144896f,0.6622901248836235f,-0.1419328230037892f,-0.4257074867039683f,-0.5516495479538914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5452629540297789f,0.14567779404372272f,0.5902632766229983f,-0.08576298338317438f,0.17817459251511372f,0.7963525974171185f,-0.03194995482823638f,1.5816839158577785f,-0.5812801131891893f,0.10744750045490992f,-0.5634828383377791f,-0.5389319758787897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5480872763841128f,-0.0725626447653099f,0.5782170873041617f,-0.08576298338317438f,-0.1372791047649161f,0.7875118335083868f,-0.031297914933782575f,1.5816839158577785f,-0.5663521738819304f,-0.12066389132181397f,-0.5519831885757837f,-0.5389319758787897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4591504765639909f,-1.371740703504631f,0.5906898782099436f,0.012893463671869443f,0.6645399036033488f,-0.7410710932883848f,-1.204411308985103f,2.592245794674067f,1.3375252544867746f,-0.1027001803356548f,0.8011773315372274f,-0.4942073440176709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22572955436647624f,0.9736902951237583f,0.03119899785762969f,-0.35000136258290504f,0.8199690026738969f,0.20718995982006833f,-0.5335945606954154f,2.0903297946374395f,-0.5260199643924999f,-0.09486585124040615f,-0.8451647575052728f,-0.3686141202436313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22704617910540406f,0.9736902951237583f,0.019422711845803506f,-0.27579580059377734f,0.8465982358558073f,0.20718995982006833f,-0.49024865894318725f,1.811817916271046f,-0.48137455229734755f,-0.09486585124040615f,-0.8713661748478428f,-0.213320400532106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6102672035428056f,0.7895595436472606f,-0.06457296118015149f,0.470487836323601f,0.7689667848501702f,0.6099957297013607f,0.19129896377998734f,1.5050227344146856f,0.19043115311638492f,0.06708902131969349f,-0.979405451864104f,-0.45028009924315315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48139508558569527f,0.8294047062719996f,-0.28345476674030234f,0.3144345969921665f,0.6909692830326502f,0.5580737009947332f,0.45947273495103824f,1.733028508874662f,0.5392774995114176f,0.02532937961931485f,-0.8417471122901544f,-0.27327150704954495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9923315577571659f,0.024458253399230273f,-0.12116052707006292f,-0.13462932415899007f,0.07254493435692715f,0.9088865726333795f,-0.4106853182010503f,1.458598746405251f,0.10007653060725849f,-0.416325584041394f,-0.9036911508331851f,0.00017673555510304417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9923315577571659f,0.059759924013503746f,-0.10819810978541478f,-0.12410057659261695f,0.07254493435692715f,0.9903159875822272f,-0.11837008590935208f,1.6435431810399852f,0.10007653060725849f,-0.12531159651420343f,-0.9870570863940321f,-0.029488295581272778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9923315577571659f,0.024458253399230273f,-0.12116052707006292f,0.1757600211374862f,0.07254493435692715f,0.9088865726333795f,-0.4106853182010503f,1.440212199115575f,0.10007653060725849f,-0.416325584041394f,-0.9036911508331851f,-0.031074491703827742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9923315577571659f,0.059759924013503746f,-0.10819810978541478f,0.18628876870385933f,0.07254493435692715f,0.9903159875822272f,-0.11837008590935208f,1.6251566337503092f,0.10007653060725849f,-0.12531159651420343f,-0.9870570863940321f,-0.060739522840203564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991110838043724f,0.018080826592015153f,-0.03808051902221898f,0.3259311155263888f,0.019516002794937308f,0.9991000319816479f,-0.037659683073260036f,2.327900284267306f,0.03736532957381887f,-0.038369386286724295f,-0.998564781244472f,-0.2516649044408879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991110838043724f,0.018080826592015153f,-0.03808051902221898f,0.3575676291867179f,0.019516002794937308f,0.9991000319816479f,-0.037659683073260036f,2.1987503348766717f,0.03736532957381887f,-0.038369386286724295f,-0.998564781244472f,-0.3418853792557348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991110838043724f,0.018080826592015153f,-0.03808051902221898f,-0.26104664620867996f,0.019516002794937308f,0.9991000319816479f,-0.037659683073260036f,2.3393659359093317f,0.03736532957381887f,-0.038369386286724295f,-0.998564781244472f,-0.22971277331626933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991110838043724f,0.018080826592015153f,-0.03808051902221898f,-0.30434346383367883f,0.019516002794937308f,0.9991000319816479f,-0.037659683073260036f,2.211679686728318f,0.03736532957381887f,-0.038369386286724295f,-0.998564781244472f,-0.3171308484130798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9840726791828477f,0.17285548389452576f,-0.04149631035985267f,0.22856889814203546f,0.17544645221304672f,0.9819881355499668f,-0.07012734163616528f,2.4364975098889126f,0.028626988869718425f,-0.07629078140043967f,-0.9966745768712894f,-0.277552151352349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989976666794286f,0.016784462921878157f,-0.04149631035985267f,0.11366848340790636f,0.01966962658899546f,0.9973441039806143f,-0.07012734163616528f,2.448813774337402f,0.040209050708846644f,-0.07087326759455963f,-0.9966745768712894f,-0.27363488840993644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9655518216839365f,0.25613946448163183f,-0.04585034763111975f,0.09164324738745948f,0.2597616575236702f,0.9591525534502835f,-0.1120279451313688f,2.4467241485925335f,0.015282700134045226f,-0.12007894879979737f,-0.9926467071076944f,-0.2674253218673432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974457992880865f,-0.054768815074418206f,-0.04585034763111975f,0.1208662516666458f,-0.04934642214274612f,0.9924790527418467f,-0.1120279451313688f,2.456078043856286f,0.05164114739488511f,-0.10947925266456314f,-0.9926467071076944f,-0.2698307925683502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937333166194948f,0.10194037994104319f,-0.04585034763111975f,0.17871711488298167f,0.10651904387882978f,0.9879794698275786f,-0.1120279451313688f,2.5554779088954414f,0.03387903085329779f,-0.11620983666064073f,-0.9926467071076944f,-0.3152024686071798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937333166194948f,0.10378897661571557f,-0.04149631035985267f,0.1553645951444457f,0.10651904387882978f,0.9918345876436175f,-0.07012734163616528f,2.3323151266756277f,0.03387903085329779f,-0.07410802309384559f,-0.9966745768712894f,-0.2985281634110646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9896388328683572f,-0.1384371862974464f,-0.03808051902221898f,-0.16152496057577959f,-0.13701795060914496f,0.9898524281334524f,-0.037659683073260036f,2.443296225194862f,0.04290759478024127f,-0.032051770128256274f,-0.998564781244472f,-0.259334105607009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991110838043723f,0.018080826592015153f,-0.03808051902221898f,-0.046260131021454313f,0.019516002794937315f,0.9991000319816479f,-0.037659683073260036f,2.4511165876123915f,0.03736532957381887f,-0.038369386286724295f,-0.998564781244472f,-0.26402469453280825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9738073625335107f,-0.22416309853882255f,-0.03808051902221898f,-0.0240216073447395f,-0.22276787952477084f,0.9741438395446841f,-0.037659683073260036f,2.446364871347064f,0.04553781425985079f,-0.028190160173636822f,-0.998564781244472f,-0.26469356089765095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9954160447139345f,0.08773124869204045f,-0.03808051902221898f,-0.05292232638001704f,0.08916215794168227f,0.9953049069817773f,-0.037659683073260036f,2.4569251096098172f,0.03459779642186386f,-0.04088239402152513f,-0.998564781244472f,-0.2639896915363168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968850123617321f,-0.06906624500830609f,-0.03808051902221898f,-0.10995308093351625f,-0.06763556685430933f,0.9969990864424692f,-0.037659683073260036f,2.561518921823917f,0.04056725557448033f,-0.03496677613585165f,-0.998564781244472f,-0.29705435564817645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968850123617321f,-0.06906624500830609f,-0.03808051902221898f,-0.0944131758066474f,-0.06763556685430933f,0.9969990864424692f,-0.037659683073260036f,2.337194127374362f,0.04056725557448033f,-0.03496677613585165f,-0.998564781244472f,-0.28918683101760984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991110838043724f,0.018080826592015153f,-0.03808051902221898f,0.022399302259935718f,0.019516002794937308f,0.9991000319816479f,-0.037659683073260036f,1.8238927257304396f,0.03736532957381887f,-0.038369386286724295f,-0.998564781244472f,-0.24298803732850124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.993245904948724f,0.059731472693161834f,-0.0994722246282666f,3.003169869453749e-17f,0.058836951326963226f,0.9981966188137782f,0.01190476153854439f,1.4495689936752727f,0.10000392722857852f,0.005971713208712211f,-0.9949691217219829f,-0.2452274297817683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.949782166607914f,-0.3089909065395253f,-0.04938072163768891f,0.23655472166179342f,-0.3126174546056662f,0.9301543644489474f,0.19256994929751958f,0.8432086609442442f,-0.013570669454776077f,0.19833677917233955f,-0.9800399782448121f,-0.2524330908875092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.949782166607914f,-0.3087324367724986f,0.050971741956614816f,0.12500000000000003f,-0.3126174546056662f,0.9432792272239735f,-0.11177936555383487f,1.184037168273948f,-0.013570669454776077f,-0.12210070422507305f,-0.9924249366870477f,-0.2963701409473245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9607684981324656f,0.2726275879300655f,0.05097147531434428f,-0.23048306912057376f,0.2770906156000979f,0.9355453513892783f,0.21903352766248016f,0.8501148043734985f,0.012028455538647086f,0.22456423088583377f,-0.9743850483581985f,-0.22101689041552536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9607684981324656f,0.2710083772230748f,-0.058977559047505394f,-0.12499999999999997f,0.2770906156000979f,0.9471340901816375f,-0.1617337502259829f,1.2191157526761618f,0.012028455538647086f,-0.1717308204450133f,-0.9850704754313965f,-0.2959965934979697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9752664347470609f,0.2207296169764851f,0.011567949047733967f,3.23711349959605e-17f,0.19995448620547127f,0.9033587667489437f,-0.3794221158342429f,1.2638440919699643f,-0.09419970648607558f,-0.36772459086555775f,-0.9251513608976075f,-0.264330376876815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9752664347470609f,-0.220729616976485f,-0.011567949047733738f,3.408277227787576e-17f,-0.19995448620547127f,0.9033587667489437f,-0.3794221158342429f,1.2759135104540757f,0.09419970648607533f,-0.36772459086555775f,-0.9251513608976075f,-0.2783069559452204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.2192031073993424e-17f,1.1078623433888292e-16f,3.23711349959605e-17f,0f,0.9046382550137445f,-0.42618027589939844f,1.2638440919699643f,-1.2246467991473532e-16f,-0.42618027589939844f,-0.9046382550137445f,-0.264330376876815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9744642458220997f,0.22454272113423435f,1.1715728652366478e-16f,3.223492301316975e-17f,0.214811453678258f,0.9322327624122578f,0.29120116080442515f,1.294532736642557f,0.06538710104447325f,0.28376511954580413f,-0.95666184409443f,-0.26321812162995045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9744642458220997f,-0.2245427211342344f,1.1715728652366478e-16f,3.223492301316975e-17f,-0.214811453678258f,0.9322327624122578f,0.29120116080442515f,1.294532736642557f,-0.0653871010444735f,0.28376511954580413f,-0.95666184409443f,-0.26321812162995045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.5661856948713297e-17f,1.1715728652366478e-16f,3.223492301316975e-17f,0f,0.95666184409443f,0.29120116080442515f,1.294532736642557f,-1.2246467991473532e-16f,0.29120116080442515f,-0.95666184409443f,-0.26321812162995045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9707799975662507f,0.2398867065347126f,-0.0063690150886131f,-0.19374999999999998f,0.23974545720624266f,0.9706760055089142f,0.017612724895033256f,1.380156652548606f,0.010407308693412436f,0.015571138596362413f,-0.999824598401426f,-0.25880357277034316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9704972226477575f,-0.24101902230136493f,0.006706095874885299f,0.19375000000000003f,-0.2408854422048087f,0.9704152386384083f,0.01638500388022448f,1.3760240887982202f,-0.01045679524437464f,0.014286199888541f,-0.9998432676804709f,-0.2600294109387463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5954415728567997e-17f,1.2142098025209071e-16f,-0.007812499999999968f,0f,0.9914775454982507f,0.1302776910018144f,1.2318249175500315f,-1.2246467991473532e-16f,0.1302776910018144f,-0.9914775454982507f,-0.26594025717483866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.31116864093129e-18f,1.2234945571716356e-16f,3.138157422815092e-17f,0f,0.9990591230250878f,0.04336898316011713f,1.4550521903509495f,-1.2246467991473532e-16f,0.04336898316011713f,-0.9990591230250878f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43559770685503685f,-0.3348754299529857f,-0.8355316177120031f,-1.6502175412735647f,0.06440793585338135f,0.9374387710462844f,-0.3421405680978781f,2.0035031615265813f,0.8978342027243896f,0.09522078004844857f,0.42991481419605093f,0.8510085590230798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.040246075412674f,-0.3348754299529857f,-0.9414025174321985f,-1.6310324587264355f,-0.11519329483082884f,0.9374387710462844f,-0.32854079710935413f,2.0010387191753174f,0.9925274596906101f,0.09522078004844857f,-0.07630363560846787f,0.9427414409769198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20464088050271234f,-0.3348754299529857f,-0.9197720132950763f,-1.5026591980057387f,-0.026287385080150633f,0.9374387710462844f,-0.347156339312535f,2.0543443912478296f,0.9784840741742927f,0.09522078004844857f,0.1830352961432372f,0.8694197055785142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19019472365518675f,0.713152932038994f,0.6747139116825095f,1.5458202722845211f,-0.060772462929282026f,0.6944932759286924f,-0.7169280280748843f,2.5638370809226236f,-0.9798636001215865f,0.09535190199476448f,0.17542901682089157f,-0.11169551223761721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06913906280194564f,0.713152932038994f,0.6975906288928019f,1.5400453527154787f,0.20504098165499834f,0.6944932759286924f,-0.6896646181527567f,2.556954799779275f,-0.9763083456761102f,0.09535190199476448f,-0.1942421914753784f,-0.018376987762382432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0615991420697858f,0.713152932038994f,0.6982968145569994f,1.43818829031645f,0.07341099886238833f,0.6944932759286924f,-0.7157443083503071f,2.6677575866034955f,-0.9953975944025044f,0.09535190199476448f,-0.009573079112180997f,-0.06360028813317267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6211746903509494f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44.mcfunction new file mode 100644 index 000000000..d5b439553 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..55e6f1971 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41161235913689714f,-0.022960494171742507f,-0.7049769683880401f,0.04363337635918285f,-0.12186802467899258f,0.8062735685843807f,0.04489500648727716f,1.574644072921902f,0.6947430422904881f,0.12782876340652594f,-0.40980038662666f,-0.5497522210717207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38112669517097686f,0.1335227752915418f,-0.6905896833188965f,0.04363337635918285f,0.1919570576156266f,0.7753827150363968f,0.04397878186508783f,1.574644072921902f,0.6766793407956241f,-0.14475259479964567f,-0.4014371134301976f,-0.5497522210717207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5241710352284032f,0.14204336635380968f,0.6099285633145131f,-0.088326160011151f,0.1773551664207553f,0.7964896884129131f,-0.033072127845228456f,1.5824685946465307f,-0.6006116176164882f,0.11123085350397326f,-0.5420681013095379f,-0.5364782740956848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5276361149032578f,-0.0679450893103157f,0.5974810416142169f,-0.088326160011151f,-0.1380720975320675f,0.7873287230836497f,-0.03239718646063196f,1.5824685946465307f,-0.5852659447916746f,-0.12448673281150462f,-0.5310054869970984f,-0.5364782740956848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.357263083502089f,-0.5014890820134945f,0.5897049031368695f,-0.2488437111154249f,-0.16147722918558524f,-0.9806920574867418f,-1.2056427509162768f,2.664668819325349f,0.7570787783427485f,-1.1082229193640083f,0.8000499574272646f,-0.1916866961320116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22658877538589983f,0.9734725841676218f,0.03175932529400769f,-0.35025958798958706f,0.8203545522530302f,0.20832314608436578f,-0.5325597388117527f,2.09086716145953f,-0.5250485077274751f,-0.09461815195576576f,-0.8457963524712242f,-0.3683263122144841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.22792329938123734f,0.9734725841676218f,0.020052368268691362f,-0.2757622856026865f,0.8466830763124977f,0.20832314608436578f,-0.4896215222919812f,1.812336009510526f,-0.480810501013836f,-0.09461815195576576f,-0.8717044610619472f,-0.21319222713900568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6107600293934092f,0.7891472206408364f,-0.06495268008485289f,0.47088410569217587f,0.7687674144627225f,0.6106311810242326f,0.19006899594950186f,1.5055146920030416f,0.18965455163444678f,0.06615304162163675f,-0.9796197865133915f,-0.44980557259973786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4824417852987341f,0.8286603509874106f,-0.2838519799106422f,0.31446711132833255f,0.6909754169885336f,0.5591990494857174f,0.45809321777536965f,1.7335125132581939f,0.5383334439873603f,0.024868569635014215f,-0.8423649193366353f,-0.27310836488172213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9922312501458926f,0.025870830442476685f,-0.12168749469906709f,-0.1349167946329942f,0.07401035006741534f,0.9089756542675261f,-0.41022643507192613f,1.4590263666039538f,0.09999807156549316f,-0.4160456225958149f,-0.9038287590036307f,0.00019039561285124143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9922312501458926f,0.061265584906078224f,-0.10827591763654085f,-0.1241062219483329f,0.07401035006741534f,0.9902629574284909f,-0.11790565392667675f,1.6439637607847541f,0.09999807156549316f,-0.1250032129630865f,-0.9871041396084244f,-0.02941710769028011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9922312501458926f,0.025870830442476685f,-0.12168749469906709f,0.17547436485022402f,0.07401035006741534f,0.9089756542675261f,-0.41022643507192613f,1.4406217674570359f,0.09999807156549316f,-0.4160456225958149f,-0.9038287590036307f,-0.031032173866688394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9922312501458926f,0.061265584906078224f,-0.10827591763654085f,0.18628493753488531f,0.07401035006741534f,0.9902629574284909f,-0.11790565392667675f,1.6255591616378362f,0.09999807156549316f,-0.1250032129630865f,-0.9871041396084244f,-0.060639677169819745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9990829818804007f,0.01853338768857397f,-0.03859674672497688f,0.3262029542466533f,0.01998623747282989f,0.999092890026145f,-0.037602492083436426f,2.3282578527872784f,0.03786483366722544f,-0.038339413662577884f,-0.998547116430348f,-0.25162779759063525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9990829818804007f,0.01853338768857397f,-0.03859674672497688f,0.35773344760063f,0.01998623747282989f,0.999092890026145f,-0.037602492083436426f,2.199096523995957f,0.03786483366722544f,-0.038339413662577884f,-0.998547116430348f,-0.3418690943106791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9990829818804007f,0.01853338768857397f,-0.03859674672497688f,-0.26075829760808217f,0.01998623747282989f,0.999092890026145f,-0.037602492083436426f,2.339999767302566f,0.03786483366722544f,-0.038339413662577884f,-0.998547116430348f,-0.2293822078111403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9990829818804007f,0.01853338768857397f,-0.03859674672497688f,-0.3041590278951355f,0.01998623747282989f,0.999092890026145f,-0.037602492083436426f,2.2123374063217067f,0.03786483366722544f,-0.038339413662577884f,-0.998547116430348f,-0.31678364200614223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9839743845773788f,0.17329439482179393f,-0.041993609262797854f,0.22887953868152253f,0.1759114712346772f,0.9819317024812909f,-0.06975160177547735f,2.4368945872235934f,0.029147294619221095f,-0.07602094701818467f,-0.996680114595871f,-0.2774266189385914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989692430397712f,0.017233346791323614f,-0.041993609262797854f,0.11398692149923256f,0.020137748531723745f,0.9973611106985415f,-0.06975160177547735f,2.449264943686864f,0.04068073923393753f,-0.07052536156973384f,-0.996680114595871f,-0.2734515185655966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9654160023745391f,0.2565658977623428f,-0.04632367067242354f,0.09195990854729746f,0.2602296901485397f,0.9591170595843004f,-0.11124286215106435f,2.4471653503730897f,0.015888698007045995f,-0.11945043373621023f,-0.992713021550474f,-0.26728100117944376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997448402579552f,-0.05432128244926489f,-0.04632367067242354f,0.12118654649969017f,-0.048890328457240464f,0.9925899261043216f,-0.11124286215106435f,2.4565065651141795f,0.05202326378499442f,-0.1086942356764366f,-0.992713021550474f,-0.2696915957452305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9936658783333187f,0.10238280994145083f,-0.04632367067242354f,0.17906774261029323f,0.10698686670936874f,0.9880176293832773f,-0.11124286215106435f,2.5559124775295197f,0.03437924646914412f,-0.1154942607073689f,-0.992713021550474f,-0.31501130718440046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9936658783333187f,0.1042336750630901f,-0.041993609262797854f,0.15561516572109801f,0.10698686670936874f,0.9918107301302336f,-0.06975160177547735f,2.3327550632502176f,0.03437924646914412f,-0.07380255132022982f,-0.996680114595871f,-0.29840573313734875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9896818730787402f,-0.13798580086952517f,-0.03859674672497688f,-0.16120235163600455f,-0.1365523880524585f,0.9899189350175527f,-0.037602492083436426f,2.443884221444977f,0.043396260397954294f,-0.031944026861212366f,-0.998547116430348f,-0.2590491604353015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9990829818804007f,0.018533387688573974f,-0.03859674672497688f,-0.04593619837073811f,0.01998623747282989f,0.999092890026145f,-0.037602492083436426f,2.4516503479032874f,0.03786483366722545f,-0.038339413662577884f,-0.998547116430348f,-0.26379698270047164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.973889579795135f,-0.22371718197023555f,-0.03859674672497688f,-0.023700257313529927f,-0.22230988503105134f,0.9742506698004348f,-0.037602492083436426f,2.446888159100345f,0.046015229912890955f,-0.028040236887385574f,-0.998547116430348f,-0.2644771357020065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9953564421785874f,0.08818074708139201f,-0.03859674672497688f,-0.05259563222993729f,0.08963074895390191f,0.9952649805107571f,-0.037602492083436426f,2.4574620132546494f,0.035098174532973196f,-0.04088733805336152f,-0.998547116430348f,-0.26375842730233806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968964606725746f,-0.06861295679929522f,-0.03859674672497688f,-0.10959349502884355f,-0.06716649909889733f,0.9970329553168806f,-0.037602492083436426f,2.562084037564723f,0.0410622466176875f,-0.034893382916322754f,-0.998547116430348f,-0.296790535876715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968964606725746f,-0.06861295679929522f,-0.03859674672497688f,-0.09415557974900216f,-0.06716649909889733f,0.9970329553168806f,-0.037602492083436426f,2.337751622618425f,0.0410622466176875f,-0.034893382916322754f,-0.998547116430348f,-0.2889395247205424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9990829818804007f,0.01853338768857397f,-0.03859674672497688f,0.0224375801308093f,0.01998623747282989f,0.999092890026145f,-0.037602492083436426f,1.8243933146735294f,0.03786483366722544f,-0.038339413662577884f,-0.998547116430348f,-0.24281908203842603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932517103462982f,0.05983354701549138f,-0.0993528386393577f,3.003175761761958e-17f,0.05889471727013681f,0.9981877001535845f,0.012358298417185463f,1.4500729271159352f,0.09991222233452679f,0.00642354369818892f,-0.9949755202589325f,-0.24522791092524687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9498213808521927f,-0.3088866374706746f,-0.04927869385539734f,0.2364762503348173f,-0.3124973229673264f,0.9302275316590862f,0.19241144062060855f,0.8437924060115278f,-0.0135929251556981f,0.19815596013116415f,-0.9800762459371248f,-0.2521111940168431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9498213808521927f,-0.3085661901930812f,0.05124695840497447f,0.12500000000000003f,-0.3124973229673264f,0.9432215228837739f,-0.11259920917603625f,1.1845465653371439f,-0.0135929251556981f,-0.1229636736542201f,-0.9923180777085389f,-0.29641634151804386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9608206277902172f,0.27247658529379487f,0.0507959809379278f,-0.23040547001481065f,0.276909084675987f,0.935691151239368f,0.2186399513269548f,0.8505833963696505f,0.012044917464227497f,0.2241396438807277f,-0.9744826011809037f,-0.22091017444565725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9608206277902172f,0.2708047474901027f,-0.059063609351568784f,-0.12499999999999997f,0.276909084675987f,0.9471256480806791f,-0.16209369380596042f,1.2195874093259855f,0.012044917464227497f,-0.17209821464668107f,-0.9850061545384905f,-0.29603012441947013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9734579506812301f,0.2285522866672154f,0.011977917794289894f,3.2369478380584966e-17f,0.20524602824531551f,0.8949524169737889f,-0.3961492638416693f,1.2662109365870466f,-0.10126048659286066f,-0.38317623048926247f,-0.918107994869349f,-0.264316849585708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9734579506812301f,-0.22855228666721528f,-0.011977917794289668f,3.4107524145481385e-17f,-0.20524602824531551f,0.8949524169737889f,-0.3961492638416693f,1.278026032722802f,0.10126048659286041f,-0.3831762304892626f,-0.918107994869349f,-0.2785090702823735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.4183829654209503e-17f,1.0982581859755102e-16f,3.2369478380584966e-17f,0f,0.8967958653386106f,-0.44244454557783025f,1.2662109365870466f,-1.2246467991473532e-16f,-0.44244454557783025f,-0.8967958653386106f,-0.264316849585708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9728001009741334f,0.23164620338938383f,1.1716024812903798e-16f,3.2226080513871715e-17f,0.22161268609157797f,0.930664264091781f,0.29112170119346836f,1.297021998408672f,0.06743723680572548f,0.2832032203167676f,-0.9566860274375396f,-0.2631459171436921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9728001009741334f,-0.23164620338938388f,1.1716024812903798e-16f,3.2226080513871715e-17f,-0.22161268609157797f,0.930664264091781f,0.29112170119346836f,1.297021998408672f,-0.06743723680572573f,0.2832032203167675f,-0.9566860274375396f,-0.2631459171436921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.5652125952891326e-17f,1.1716024812903798e-16f,3.2226080513871715e-17f,0f,0.9566860274375396f,0.29112170119346836f,1.297021998408672f,-1.2246467991473532e-16f,0.29112170119346836f,-0.9566860274375396f,-0.2631459171436921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698075354048125f,0.24381882090450846f,-0.005072163717659076f,-0.19374999999999998f,0.24364119124170464f,0.9695856217596548f,0.023295750841446142f,1.3843056005935537f,0.010597839514099847f,0.021356606698604057f,-0.9997157501749958f,-0.25879572852438143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9695825464027479f,-0.24470640303867303f,0.0053349810719320245f,0.19375000000000003f,-0.24453332592277457f,0.9693836672949908f,0.02233289266665991f,1.381026623119884f,-0.01063664535036593f,0.020349002275024775f,-0.9997363551867571f,-0.2597686812897933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.596506926295949e-17f,1.2141957992864034e-16f,-0.007812499999999968f,0f,0.9914661109895309f,0.1303646837118669f,1.2323306691926177f,-1.2246467991473532e-16f,0.1303646837118669f,-0.9914661109895309f,-0.2659598433172241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.321903681638435e-18f,1.2234898923906947e-16f,3.138157422815092e-17f,0f,0.9990553139423841f,0.043456641419744466f,1.455557090901619f,-1.2246467991473532e-16f,0.043456641419744466f,-0.9990553139423841f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43686567828202605f,-0.3344151326024438f,-0.8350538295377581f,-1.6503147364865793f,0.06382601060264215f,0.9375098981771199f,-0.34205471958515304f,2.0209267971268954f,0.8972595051097183f,0.09613381250328225f,0.43091028136242815f,0.8510293313034543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03742399315931874f,-0.3344151326024438f,-0.941682517530458f,-1.6309352635134209f,-0.11513675086845684f,0.9375098981771199f,-0.3283576090474853f,2.018437384676343f,0.9926444344957897f,0.09613381250328225f,-0.07358883582526368f,0.9427206686965452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20671437838035878f,-0.3344151326024438f,-0.9194757663241113f,-1.5027036350513834f,-0.026553732805892794f,0.9375098981771199f,-0.34694392932288f,2.071723680300051f,0.9780409321929706f,0.09613381250328225f,0.18491680574974423f,0.8691374791375381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1866749155113607f,0.7146356874487454f,0.6741278143968581f,1.5457495010230637f,-0.0628637146499414f,0.6934726834078866f,-0.7177351814892982f,2.581113612463512f,-0.9804083992394377f,0.09160497580221325f,0.17437860851904635f,-0.11168584690430092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07032547043948409f,0.7146356874487454f,0.6959527012894797f,1.540200498976936f,0.20152358381069307f,0.6934726834078866f,-0.6917252941270541f,2.5745005693397265f,-0.9769557683823558f,0.09160497580221325f,-0.19278473755128073f,-0.01833415309569872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.059189355158696735f,0.7146356874487454f,0.6969881307888651f,1.4384267803816702f,0.07053912665371148f,0.6934726834078866f,-0.7170215261608236f,2.685360319825743f,-0.9957514006250902f,0.09160497580221325f,-0.009363576317125503f,-0.06360546355243099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.621679590901619f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45.mcfunction new file mode 100644 index 000000000..10b6b6932 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..dfc5d3caa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4013522147473279f,-0.02103626428579052f,-0.7109277879973166f,0.04499186247323882f,-0.12289762916384855f,0.806081676250823f,0.04552964312415265f,1.5748063425782857f,0.7005405176774319f,0.1293609339870655f,-0.39931588535227863f,-0.5489319143810892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.371119666632643f,0.13141799423284706f,-0.6964190576300244f,0.04499186247323882f,0.19095330460959495f,0.7755950192115707f,0.04460046673386382f,1.5748063425782857f,0.682500570327345f,-0.1455392626270266f,-0.3911665815695791f,-0.5489319143810892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5150378075858497f,0.14054802150358148f,0.6180022288414778f,-0.089380975643729f,0.1773069675680327f,0.7964878418876682f,-0.033373663589690274f,1.582784536407614f,-0.6084757517382545f,0.11312743177937883f,-0.5328263208307302f,-0.5354321996435538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5188097516857136f,-0.06587460793726876f,0.6053899384569579f,-0.089380975643729f,-0.13811502647793097f,0.7873089834566038f,-0.03269256841439047f,1.582784536407614f,-0.5930941586433038f,-0.1257183383506173f,-0.5219523142831644f,-0.5354321996435538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2531057179821496f,0.7245414397730042f,0.5883638428830442f,-0.6175575829845533f,-0.8562871781563005f,-0.500558510776023f,-1.2073192186885824f,2.520736495537315f,-0.3713550566311998f,-1.2906924999167508f,0.7985076972534998f,-0.13577028666995156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22776037032088672f,0.9731739964798098f,0.03252055176050217f,-0.350611422390005f,0.8208761665800794f,0.20986616582026674f,-0.5311482952855011f,2.090978337527953f,-0.5237246727547655f,-0.09427918656530335f,-0.8466545352908106f,-0.36793475357414224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2291182256516629f,0.9731739964798098f,0.020909597072842928f,-0.27571671256779146f,0.846795932477144f,0.20986616582026674f,-0.48876665310152284f,1.8124217640940214f,-0.48004321411139417f,-0.09427918656530335f,-0.8721639453486866f,-0.21301778832349683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6114294822576777f,0.788586329272523f,-0.06546441407815395f,0.4714235923812605f,0.7684965472728437f,0.6114920203213473f,0.18838939968330223f,1.5055655408340447f,0.18859227199391315f,0.06487765692289513f,-0.9799101206622824f,-0.4491583428547308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4838671460905825f,0.8276451800650924f,-0.2843871320034991f,0.31451131488077394f,0.6909820062171389f,0.5607280399577452f,0.4562104035303043f,1.7335518747997571f,0.5370441806949338f,0.02423883495892523f,-0.843205803384643f,-0.27288634686540625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9921471279508981f,0.027134657466952955f,-0.12209744822450341f,-0.13517356363223795f,0.07527443764342674f,0.909143625294677f,-0.40962376349952856f,1.4589795045394198f,0.0998891162051703f,-0.4155978572492921f,-0.9040467828124532f,0.00019530532077956936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9921471279508981f,0.06259419356476087f,-0.10828685714693823f,-0.12411394519601365f,0.07527443764342674f,0.990241927407303f,-0.11728036597033417f,1.6439168636409744f,0.0998891162051703f,-0.12451061053840713f,-0.9871774269740485f,-0.02932029307375955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9921471279508981f,0.027134657466952955f,-0.12209744822450341f,0.17522005782167807f,0.07527443764342674f,0.909143625294677f,-0.40962376349952856f,1.4405503300868348f,0.0998891162051703f,-0.4155978572492921f,-0.9040467828124532f,-0.030988268716191654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9921471279508981f,0.06259419356476087f,-0.10828685714693823f,0.18627967625790237f,0.07527443764342674f,0.990241927407303f,-0.11728036597033417f,1.6254876891883894f,0.0998891162051703f,-0.12451061053840713f,-0.9871774269740485f,-0.060503867110730775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9990439185123761f,0.019148465483234137f,-0.0393012105802646f,0.32657223917924133f,0.02062535026775549f,0.9990828626650925f,-0.03752370524423463f,2.3281251970624246f,0.03854664459806211f,-0.03829843075846834f,-0.9985226018431779f,-0.2515778056855249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9990439185123761f,0.019148465483234137f,-0.0393012105802646f,0.3579583394461513f,0.02062535026775549f,0.9990828626650925f,-0.03752370524423463f,2.1989485412276f,0.03854664459806211f,-0.03829843075846834f,-0.9985226018431779f,-0.34184749493594163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9990439185123761f,0.019148465483234137f,-0.0393012105802646f,-0.2603660629467796f,0.02062535026775549f,0.9990828626650925f,-0.03752370524423463f,2.3402425903447313f,0.03854664459806211f,-0.03829843075846834f,-0.9985226018431779f,-0.22893165198416343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9990439185123761f,0.019148465483234137f,-0.0393012105802646f,-0.3039082565682978f,0.02062535026775549f,0.9990828626650925f,-0.03752370524423463f,2.2126128357799884f,0.03854664459806211f,-0.03829843075846834f,-0.9985226018431779f,-0.3163103428897255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9838399006568208f,0.1738912432588653f,-0.04267183372510392f,0.22930161680986477f,0.1765434346746526f,0.9818545364979742f,-0.06923933009226003f,2.4368155851964337f,0.029857420331526482f,-0.07565384772920947f,-0.9966870269923814f,-0.27725606076830933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989297825054019f,0.01784388495389043f,-0.04267183372510392f,0.1144196975164492f,0.0207740028723893f,0.9973837556191864f,-0.06923933009226003f,2.449259456825081f,0.04132469513945089f,-0.07005169374625649f,-0.9966870269923814f,-0.27320201299467584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9652304009241509f,0.2571462948402219f,-0.04696867234389871f,0.09239019387099073f,0.260865611566344f,0.9590677439441372f,-0.11017347787929913f,2.4471463708124546f,0.01671543699459142f,-0.11859530166009437f,-0.9928019684661342f,-0.2670846242527035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974512376712769f,-0.05371193802395874f,-0.04696867234389871f,0.121621758207827f,-0.048270291878087054f,0.9927395346685776f,-0.11017347787929913f,2.4564703381305906f,0.05254528894241982f,-0.10762548034608975f,-0.9928019684661342f,-0.2695022480596111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9935733560511617f,0.10298509583178966f,-0.04696867234389871f,0.1795441914874103f,0.10762267354505589f,0.9880684009272809f,-0.11017347787929913f,2.555884425048445f,0.03506203479899224f,-0.11452032625487579f,-0.9928019684661342f,-0.314751287568881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9935733560511617f,0.10483845073143966f,-0.04267183372510392f,0.1559555400728364f,0.10762267354505589f,0.9917778356604816f,-0.06923933009226003f,2.3327344120248372f,0.03506203479899224f,-0.07338681040106677f,-0.9966870269923814f,-0.298239255228641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9897395100113637f,-0.13737218484610075f,-0.0393012105802646f,-0.1607637017786549f,-0.13591957517172332f,0.9900090103781288f,-0.03752370524423463f,2.4440647371957365f,0.044063265966151816f,-0.03179688979643562f,-0.9985226018431779f,-0.2586608588664359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9990439185123761f,0.019148465483234123f,-0.0393012105802646f,-0.04549584965354081f,0.020625350267755485f,0.9990828626650925f,-0.03752370524423463f,2.4517571463895593f,0.03854664459806211f,-0.03829843075846834f,-0.9985226018431779f,-0.2634868025314224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9740004775621122f,-0.2231109243307085f,-0.0393012105802646f,-0.023263438076883067f,-0.22168733077933306f,0.9743955556737102f,-0.03752370524423463f,2.4469807253699547f,0.04666687348336068f,-0.027835526357849125f,-0.9985226018431779f,-0.26418236182405863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9952745683089302f,0.08879160165465211f,-0.0393012105802646f,-0.05215152445653447f,0.09026760542883278f,0.9952103953209533f,-0.03752370524423463f,2.4575730821650863f,0.03578118342952452f,-0.04089401570784196f,-0.9985226018431779f,-0.2634433977881087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969111535145001f,-0.0679968149644864f,-0.0393012105802646f,-0.10910472292226703f,-0.06652894437900952f,0.9970786684633055f,-0.03752370524423463f,2.5622334499960195f,0.041737891156640367f,-0.03479313222644588f,-0.9985226018431779f,-0.29643104883007576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969111535145001f,-0.0679968149644864f,-0.0393012105802646f,-0.09380543955525761f,-0.06652894437900952f,0.9970786684633055f,-0.03752370524423463f,2.337890749591776f,0.041737891156640367f,-0.03479313222644588f,-0.9985226018431779f,-0.2886025940791255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9990439185123761f,0.019148465483234137f,-0.0393012105802646f,0.022489624529265177f,0.02062535026775549f,0.9990828626650925f,-0.03752370524423463f,1.8244552294813288f,0.03854664459806211f,-0.03829843075846834f,-0.9985226018431779f,-0.2425891475825689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932595886525313f,0.05997233207804038f,-0.09919026633155868f,3.00318378228686e-17f,0.058973358248271816f,0.9981752249103377f,0.012975491979792288f,1.450139520139952f,0.09978743691830794f,0.007038448715300204f,-0.9949838831222125f,-0.24522856585080646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9498747236323789f,-0.30874467739015393f,-0.04913993882334098f,0.23636925730565023f,-0.31233382525702785f,0.9303270407186075f,0.19219567869250131f,0.8439682641344524f,-0.013623178947085793f,0.19790988224696754f,-0.9801255468073298f,-0.25167280765083855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9498747236323789f,-0.30833946855474764f,0.051621522020255405f,0.12500000000000003f,-0.31233382525702785f,0.943141654709573f,-0.11371631699980977f,1.1846206034220907f,-0.013623178947085793f,-0.12413940262086255f,-0.9921712643048634f,-0.29647921520711545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9608915165943714f,0.27227097009898377f,0.05055701908070858f,-0.23029980561029484f,0.276662021896937f,0.9358895779236654f,0.2181027821320992f,0.8506021081987298f,0.012067268823870896f,0.22356032021631544f,-0.9746153929873624f,-0.22076439498959485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9608915165943714f,0.2705274891076329f,-0.059180832826924594f,-0.12499999999999997f,0.276662021896937f,0.9471136422012388f,-0.16258497592398383f,1.219610083260037f,0.012067268823870896f,-0.1725996129584978f,-0.9849181461571866f,-0.29607576658921275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9716316577633063f,0.2361751916960208f,0.012377417318535111f,3.2368450396652364e-17f,0.21015918978924986f,0.8862359540785697f,-0.41281829979492585f,1.2680539718470518f,-0.10846675333601258f,-0.39850610098942657f,-0.9107292961659625f,-0.2643084554598807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9716316577633063f,-0.2361751916960207f,-0.012377417318534886f,3.413244945177348e-17f,-0.21015918978924986f,0.8862359540785697f,-0.41281829979492585f,1.2796097591620124f,0.10846675333601233f,-0.3985061009894267f,-0.9107292961659625f,-0.2787126008538774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.616653370354581e-17f,1.088251731831704e-16f,3.2368450396652364e-17f,0f,0.8886249754536469f,-0.4586345527759606f,1.2680539718470518f,-1.2246467991473532e-16f,-0.4586345527759606f,-0.8886249754536469f,-0.2643084554598807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9711254677526934f,0.23856933139469652f,1.1715414833808186e-16f,3.2218322783192495e-17f,0.2282240631224508f,0.929013795513941f,0.2912853322030836f,1.2989770635609879f,0.06949174694877161f,0.2828746044852183f,-0.9566362188644851f,-0.2630825704654121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9711254677526934f,-0.23856933139469658f,1.1715414833808186e-16f,3.2218322783192495e-17f,-0.2282240631224508f,0.929013795513941f,0.2912853322030836f,1.2989770635609879f,-0.06949174694877186f,0.2828746044852182f,-0.9566362188644851f,-0.2630825704654121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.567216497210798e-17f,1.1715414833808186e-16f,3.2218322783192495e-17f,0f,0.9566362188644851f,0.2912853322030836f,1.2989770635609879f,-1.2246467991473532e-16f,0.2912853322030836f,-0.9566362188644851f,-0.2630825704654121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9688430180853617f,0.24764644340575445f,-0.003800707266827336f,-0.19374999999999998f,0.24744034435782244f,0.9684774539553082f,0.028717541056406913f,1.3878808586508289f,0.01079269620298428f,0.02688234083417252f,-0.9995803406729974f,-0.2587919345419365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9686745672399888f,-0.24830149550495118f,0.0039937591846770145f,0.19375000000000003f,-0.2480977241877927f,0.9683300816363246f,0.028006646550900093f,1.3854352059523294f,-0.01082136938000119f,0.02613848366286401f,-0.9995997587217335f,-0.2595179372281268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.597956748448047e-17f,1.2141767272365056e-16f,-0.007812499999999968f,0f,0.9914505374789389f,0.13048307067479428f,1.2323997393046464f,-1.2246467991473532e-16f,0.13048307067479428f,-0.9914505374789389f,-0.2659864980224607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.3365129569168546e-18f,1.2234835289483564e-16f,3.138157422815092e-17f,0f,0.9990501177973872f,0.04357593520541876f,1.455625f,-1.2246467991473532e-16f,0.04357593520541876f,-0.9990501177973872f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43766459353974574f,-0.3341242538311592f,-0.8347518712548421f,-1.6503760239480025f,0.06345910452539044f,0.9375544456809974f,-0.34200088221616204f,2.0389088288018837f,0.8968961175155821f,0.09670907085464465f,0.4315376113386949f,0.8510425420328499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03564307283649906f,-0.3341242538311592f,-0.9418548478192079f,-1.630873976051998f,-0.11510123333351358f,0.9375544456809974f,-0.32824284831341205f,2.0364036711981166f,0.9927140965272307f,0.09670907085464465f,-0.07187543509819766f,0.9427074579671496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.208021844224049f,-0.3341242538311592f,-0.919286623054745f,-1.5027320065417884f,-0.026721681106846557f,0.9375544456809974f,-0.34681063008884483f,2.089677844513327f,0.9777591032991968f,0.09670907085464465f,0.18610344309007776f,0.8689594835364881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18445582777062985f,0.7155654571109957f,0.6737522721230583f,1.5459454422600616f,-0.06418178219830216f,0.6928216950543864f,-0.7182470311082508f,2.5990028635720006f,-0.9807429563526324f,0.08924222908185639f,0.17372126557563428f,-0.11152971410801521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07107607599124315f,0.7155654571109957f,0.6949203321325538f,1.5405389327399384f,0.19930250870882593f,0.6928216950543864f,-0.6930199195436847f,2.592559636427999f,-0.9773569979511354f,0.08924222908185639f,-0.19185703819366662f,-0.01815778589198435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.057669434881315054f,0.7155654571109957f,0.6961611256526765f,1.4388180186520985f,0.06872775620268501f,0.6928216950543864f,-0.7178262982012509f,2.7034551947301875f,-0.9959672343043291f,0.08924222908185639f,-0.009224572656086031f,-0.06346006410158687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6217475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46.mcfunction new file mode 100644 index 000000000..bc2f40fbc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..2a8d7b1fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41190331635795907f,-0.022753177170166977f,-0.7048137309576357f,0.043783324081552756f,-0.12268529751206239f,0.806105745388213f,0.045675917844467846f,1.5741899596687714f,0.6944266845334619f,0.12891960527871946f,-0.40999482878090954f,-0.5495676965259711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.381312301022038f,0.13381947450054552f,-0.6904297772646227f,0.043783324081552756f,0.19115449291388883f,0.7755372048554184f,0.04474375625580524f,1.5741899596687714f,0.6768019569476087f,-0.14364676163924733f,-0.40162758737721754f,-0.5495676965259711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5238967343678791f,0.1422536203211484f,0.6101152052429467f,-0.08817856108619238f,0.17833908288838768f,0.7962924814478086f,-0.0325253739204401f,1.5820379806528315f,-0.6005595954421551f,0.11236830487135684f,-0.5418911152871367f,-0.5363310248437141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5274666844631934f,-0.06765197610359605f,0.597663874523703f,-0.08817856108619238f,-0.137107701002005f,0.7875190901552567f,-0.03186159077920663f,1.5820379806528315f,-0.585645263881943f,-0.12343780932240858f,-0.5308321129343381f,-0.5363310248437141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.265756645763115f,1.423577787575926f,0.5866906663252545f,-0.8284015723423162f,-0.9347752527264206f,0.32392168356308054f,-1.2094115179738931f,2.2725161740774413f,-1.2235092488914805f,-0.5566931611202821f,0.7965702054677372f,-0.3545047876129116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22922577529469107f,0.9727977215429209f,0.03346844635548156f,-0.35105102143869693f,0.8215219685614837f,0.2117928558825661f,-0.5293821317044723f,2.0901106058308274f,-0.5220701093832251f,-0.09385296563246433f,-0.8477230808056241f,-0.3674460796512861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2306111048546311f,0.9727977215429209f,0.02197979250648828f,-0.27565987009974025f,0.8469328742622738f,0.2117928558825661f,-0.48769713213320237f,1.811523519194607f,-0.4790858219688514f,-0.09385296563246433f,-0.872736154877533f,-0.21279996896088846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6122624585463424f,0.7878871230637072f,-0.06609510696853832f,0.47209687086505825f,0.7681591850952282f,0.6125593565662217f,0.18628607311608517f,1.5046249024973188f,0.1872595744110911f,0.0632844056112637f,-0.9802698280564417f,-0.44834858814189177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4856463322879472f,0.8263754332195102f,-0.2850461073344652f,0.31456643494813535f,0.6909870384582015f,0.5626311213094387f,0.4538536482356924f,1.7325957003493846f,0.5354293161735062f,0.02344919413008742f,-0.8442544537499466f,-0.27260913520543606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9920790126695259f,0.028256028535667402f,-0.12239619876470938f,-0.13540096924910658f,0.07634653767989348f,0.9093860541888035f,-0.4088865498291809f,1.4579090809164275f,0.09975188622252365f,-0.41499229064924825f,-0.9043400687223465f,0.0001918697274329445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9920790126695259f,0.06375350018111746f,-0.10823457781741912f,-0.12412365407650591f,0.07634653767989348f,0.9902514515268351f,-0.116504373022169f,1.6428530757463204f,0.09975188622252365f,-0.1238448786331205f,-0.9872750413291101f,-0.029199514024584067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9920790126695259f,0.028256028535667402f,-0.12239619876470938f,0.1749957150030819f,0.07634653767989348f,0.9093860541888035f,-0.4088865498291809f,1.4394492075348269f,0.09975188622252365f,-0.41499229064924825f,-0.9043400687223465f,-0.030943021953484848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9920790126695259f,0.06375350018111746f,-0.10823457781741912f,0.18627303017568256f,0.07634653767989348f,0.9902514515268351f,-0.116504373022169f,1.6243932023647198f,0.09975188622252365f,-0.1238448786331205f,-0.9872750413291101f,-0.06033440570550186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989938667658546f,0.01991521024450162f,-0.040182565437304855f,0.32703228254659955f,0.021422024106773633f,0.9990698450808314f,-0.037423809711627544f,2.326954317032195f,0.039399886387841275f,-0.038246948258398285f,-0.9984912718204123f,-0.2515158019997185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989938667658546f,0.01991521024450162f,-0.040182565437304855f,0.358238035760009f,0.021422024106773633f,0.9990698450808314f,-0.037423809711627544f,2.1977587783326222f,0.039399886387841275f,-0.038246948258398285f,-0.9984912718204123f,-0.34182098594012644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989938667658546f,0.01991521024450162f,-0.040182565437304855f,-0.25987661417834007f,0.021422024106773633f,0.9990698450808314f,-0.037423809711627544f,2.3395397561949247f,0.039399886387841275f,-0.038246948258398285f,-0.9984912718204123f,-0.22836836874686178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989938667658546f,0.01991521024450162f,-0.040182565437304855f,-0.3035954009723696f,0.021422024106773633f,0.9990698450808314f,-0.037423809711627544f,2.21195086930336f,0.039399886387841275f,-0.038246948258398285f,-0.9984912718204123f,-0.3157185612081816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9836708608173896f,0.17463584186612496f,-0.04351965434703495f,0.22982759605688602f,0.17733109841983713f,0.9817575897766003f,-0.06859822482582496f,2.4357115140220214f,0.030746042216676147f,-0.0751954629731754f,-0.9966946991111472f,-0.27704328393329863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9988793047116958f,0.01860575997355611f,-0.04351965434703495f,0.1149591687549273f,0.021567134978313085f,0.9974112202294362f,-0.06859822482582496f,2.4482470193531705f,0.042130669440518104f,-0.06945994137798865f,-0.9966946991111472f,-0.2728904366850404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9649974341988398f,0.25787126951013406f,-0.047774055206647084f,0.09292642927670304f,0.2616579845936561f,0.9590045219627633f,-0.10883669396558202f,2.446117203671118f,0.017749678533482693f,-0.11752759342470834f,-0.9929109797437807f,-0.2668393935531562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974537026425839f,-0.05295045546274478f,-0.047774055206647084f,0.12216411794095136f,-0.047497163680462834f,0.9929242637225427f,-0.10883669396558202f,2.4554196505957266f,0.05319897110763712f,-0.10629043125951795f,-0.9929109797437807f,-0.2692658452397384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9934566685574806f,0.10373758888553497f,-0.047774055206647084f,0.18013803488335198f,0.1084151812423691f,0.9881299117640485f,-0.10883669396558202f,2.5548438526670676f,0.03591651674169266f,-0.11330397225776875f,-0.9929109797437807f,-0.31442664160210076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9934566685574806f,0.10559302715703645f,-0.04351965434703495f,0.15637960377301882f,0.1084151812423691f,0.9917360697418087f,-0.06859822482582496f,2.331703236975161f,0.03591651674169266f,-0.07286755511806017f,-0.9966946991111472f,-0.29803144170053725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9898100197914492f,-0.13660705016699304f,-0.040182565437304855f,-0.16021659589106557f,-0.13513067331083792f,0.9901207803077497f,-0.037423809711627544f,2.4432842166224225f,0.04489794929626782f,-0.03161256470843767f,-0.9984912718204123f,-0.25817544767878314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989938667658546f,0.019915210244501616f,-0.040182565437304855f,-0.0449467821965387f,0.02142202410677363f,0.9990698450808315f,-0.037423809711627544f,2.4508847297473855f,0.039399886387841275f,-0.03824694825839829f,-0.9984912718204123f,-0.2630991532006776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9741374049124566f,-0.22235484655230958f,-0.040182565437304855f,-0.02271880069567364f,-0.22091117231943727f,0.9745756576126451f,-0.037423809711627544f,2.4460905700684497f,0.04748231560145631f,-0.02757915523686492f,-0.9984912718204123f,-0.26381399330172806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9951711530751398f,0.08955298723087551f,-0.040182565437304855f,-0.05159776184679199f,0.09106143054964502f,0.9951418362891392f,-0.037423809711627544f,2.456705985794559f,0.036635938002851975f,-0.0409021777550607f,-0.9984912718204123f,-0.263049678710694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969281184391512f,-0.0672286256013782f,-0.040182565437304855f,-0.10849530367875489f,-0.0657341675672462f,0.9971351351150499f,-0.037423809711627544f,2.5614141484027404f,0.04258339910827656f,-0.03466748071090004f,-0.9984912718204123f,-0.29598165326352943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969281184391512f,-0.0672286256013782f,-0.040182565437304855f,-0.09336886291844482f,-0.0657341675672462f,0.9971351351150499f,-0.037423809711627544f,2.3370587430018546f,0.04258339910827656f,-0.03466748071090004f,-0.9984912718204123f,-0.2881814701035769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989938667658546f,0.01991521024450162f,-0.040182565437304855f,0.022554530346895692f,0.021422024106773633f,0.9990698450808314f,-0.037423809711627544f,1.8235271884380697f,0.039399886387841275f,-0.038246948258398285f,-0.9984912718204123f,-0.24230204267524005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932693896070032f,0.06014541425838843f,-0.09898711438070236f,3.003193799566517e-17f,0.05907159482112162f,0.9981591014026433f,0.013746089347769733f,1.4492175254120785f,0.09963165337893698f,0.0078062430627337046f,-0.9949937669222982f,-0.2452293838237652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9499412896283912f,-0.30856732623953154f,-0.04896684017307578f,0.23623536363303055f,-0.312129662303139f,0.9304511853895233f,0.19192619810166303f,0.8431836965773092f,-0.013660899299731124f,0.19760262342544183f,-0.9801870143221167f,-0.25112541236351593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9499412896283912f,-0.3080556789329643f,0.052088817766382724f,0.12500000000000003f,-0.312129662303139f,0.9430399139157001f,-0.11511209611677263f,1.1837079202815057f,-0.013660899299731124f,-0.12560819813618507f,-0.9919858670320376f,-0.2965577192247184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9609799413711378f,0.27201397819058637f,0.05025880968801034f,-0.2301678092256878f,0.2763535072995078f,0.9361370465207893f,0.21743083758886267f,0.8496205796392746f,0.012095093450873385f,0.22283587188840284f,-0.9747809409883587f,-0.2205820096695016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9609799413711378f,0.27018115642945173f,-0.059327017393162235f,-0.12499999999999997f,0.2763535072995078f,0.9470980351366464f,-0.16319942047557873f,1.2186332608014965f,0.012095093450873385f,-0.17322659885464456f,-0.9848077244638502f,-0.2961327722207805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9698849805122998f,0.2432295940770776f,0.012747122881495297f,3.2367996207620395e-17f,0.2144880451453091f,0.8777320701869404f,-0.428463874154043f,1.268791295091549f,-0.11540365274288214f,-0.41282657076603946f,-0.9034689919433606f,-0.26430474672498433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9698849805122998f,-0.24322959407707748f,-0.012747122881495074f,3.4156016482741755e-17f,-0.2144880451453091f,0.8777320701869404f,-0.428463874154043f,1.2800982422270841f,0.11540365274288189f,-0.41282657076603957f,-0.9034689919433606f,-0.2789050402656709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.80254341114926e-17f,1.0784547659865667e-16f,3.2367996207620395e-17f,0f,0.8806251457460461f,-0.4738136265239265f,1.268791295091549f,-1.2246467991473532e-16f,-0.4738136265239265f,-0.8806251457460461f,-0.26430474672498433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9695288563944299f,0.24497713488917489f,1.1714159628295977e-16f,3.221177532949244e-17f,0.2343288910216716f,0.9273870471021468f,0.2916217339289274f,1.2998129271746843f,0.0714406568493218f,0.28273568619587375f,-0.9565337235561985f,-0.26302910644864735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9695288563944299f,-0.24497713488917494f,1.1714159628295977e-16f,3.221177532949244e-17f,-0.2343288910216716f,0.9273870471021468f,0.2916217339289274f,1.2998129271746843f,-0.07144065684932205f,0.28273568619587364f,-0.9565337235561985f,-0.26302910644864735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.57133623017862e-17f,1.1714159628295977e-16f,3.221177532949244e-17f,0f,0.9565337235561985f,0.2916217339289274f,1.2998129271746843f,-1.2246467991473532e-16f,0.2916217339289274f,-0.9565337235561985f,-0.26302910644864735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9679354594657704f,0.25118543634339774f,-0.0026120638898805178f,-0.19374999999999998f,0.25095877305308933f,0.9674121225950046f,0.03366718408057722f,1.3902186955577376f,0.01098364859579636f,0.031932140943011486f,-0.9994296862902962f,-0.25878986708942137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9678197740498591f,-0.2516294184897569f,0.002742391034590717f,0.19375000000000003f,-0.2514036918602742f,0.967313251685135f,0.03318518997015093f,1.388545605851901f,-0.011003121243723298f,0.03142783582809251f,-0.9994454574703205f,-0.2592868025177266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.599766991634481e-17f,1.214152889213968e-16f,-0.007812499999999968f,0f,0.9914310722563503f,0.13063088824862f,1.2314808418736427f,-1.2246467991473532e-16f,0.13063088824862f,-0.9914310722563503f,-0.26601977939318655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.354754265618666e-18f,1.223475558945638e-16f,3.138157422815092e-17f,0f,0.9990436097962853f,0.043724886794681166f,1.4547046484375001f,-1.2246467991473532e-16f,0.043724886794681166f,-0.9990436097962853f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4380201828280489f,-0.33399491006845144f,-0.8346171095080964f,-1.6504033549775785f,0.06329543316313976f,0.9375740358531276f,-0.3419775072059108f,2.055585738000263f,0.896734078518249f,0.09696559875773088f,0.43181670310628517f,0.8510484614230706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03484792577334592f,-0.33399491006845144f,-0.9419304762654527f,-1.6308466450224217f,-0.11508537791797319f,0.9375740358531276f,-0.32819244824272775f,2.053073558874737f,0.9927441653612338f,0.09696559875773088f,-0.07111044085633333f,0.9427015385769291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2086049061883387f,-0.33399491006845144f,-0.919201497585008f,-1.502744775362249f,-0.02679657733893981f,0.9375740358531276f,-0.34675188642168403f,2.1063424314007526f,0.9776328229744911f,0.09696559875773088f,0.18663262335530229f,0.8688801064967044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18346735202519351f,0.7159792067092202f,0.6735825905565695f,1.5463215126765895f,-0.06476905448809678f,0.6925289553731171f,-0.7184765935996363f,2.615638433267487f,-0.9808897493202696f,0.08818969060981477f,0.17342974989477297f,-0.11128038615363064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07141101427552668f,0.7159792067092202f,0.6944596767272928f,1.5409784873234105f,0.19831259757421255f,0.6925289553731171f,-0.6935962511527779f,2.609270863607514f,-0.9775339281495597f,0.08818969060981477f,-0.19144189140999482f,-0.01789961384636881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05699227043390888f,0.7159792067092202f,0.6957913887587455f,1.4392812916861881f,0.06792074303971174f,0.6925289553731171f,-0.7181855043334922f,2.7201824740875242f,-0.9960615712774594f,0.08818969060981477f,-0.00916104221273653f,-0.06321584366808924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6208271484375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47.mcfunction new file mode 100644 index 000000000..f31f487c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..0bc239f76 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43649724890902236f,-0.02691979391588f,-0.6897027771691411f,0.04084797727665246f,-0.12161862508518471f,0.8062773206064787f,0.04549985442252427f,1.5723278844397464f,0.6794288087590109f,0.12703012011176001f,-0.4349532007666429f,-0.5512846800817383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4051323755743545f,0.13926819802003612f,-0.6756272102881382f,0.04084797727665246f,0.1921841769790524f,0.7752926173944373f,0.04457128596492174f,1.5723278844397464f,0.6625201886587038f,-0.139734485485633f,-0.4260766048326298f,-0.5512846800817383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5447315417724682f,0.14609731612920557f,0.5906501215292154f,-0.08546828400330522f,0.18008860505651575f,0.7959674855760496f,-0.030794491049274043f,1.579854884602433f,-0.5811885117338712f,0.10970770515341434f,-0.5631417030401705f,-0.5386379384195521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5477636028269901f,-0.07198375444546412f,0.5785960374163743f,-0.08546828400330522f,-0.1354025076059062f,0.7878808104304199f,-0.030166032048268454f,1.579854884602433f,-0.5671165632848575f,-0.11858401094346471f,-0.5516490152230242f,-0.5386379384195521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8893528318976629f,1.1439285318350503f,0.5847095898386768f,-0.7458527118558982f,-0.3760122606829482f,0.9117802092867536f,-1.2118902094534394f,2.0938799249367452f,-1.2284431489538723f,0.5490816096052662f,0.7942562972879627f,-0.6845038671669816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2309665484396204f,0.9723466904575616f,0.03458853940418936f,-0.35157253956673223f,0.8222796076332786f,0.21407696620662997f,-0.5272829405643866f,2.087847313459037f,-0.52010643177368f,-0.09334327022336476f,-0.8489854730981317f,-0.3668669496511322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23238207864142396f,0.9723466904575616f,0.02324829203442097f,-0.2755925516827551f,0.8470896710966631f,0.21407696620662997f,-0.48642588506483914f,1.8092257705980468f,-0.4779515233239013f,-0.09334327022336476f,-0.8734124886079717f,-0.21254165316027251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.613245557769333f,0.7870600346612013f,-0.06683103856209094f,0.47289444122443025f,0.7677604005833133f,0.6138136267676452f,0.18378465357722387f,1.5022786537490902f,0.185671357975132f,0.06139489745457831f,-0.9806920074081423f,-0.44738640210304625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48775432055915185f,0.8248673014211035f,-0.28581402663645816f,0.31463169297689664f,0.6909882336450143f,0.5648781322569206f,0.45105205537950477f,1.7302292531919368f,0.5335081852605665f,0.022508459391943847f,-0.8454953491981951f,-0.27228041259374075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9920265912287516f,0.029241215222148266f,-0.12258953310701325f,-0.1356003494575169f,0.07723598553843676f,0.9096983291944135f,-0.40802396056947277f,1.4554022167360265f,0.09958837699736792f,-0.4142389421496056f,-0.904703406633249f,0.0001804913077717643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9920265912287516f,0.06475122618163985f,-0.10812271270661687f,-0.12413526150287578f,0.07723598553843676f,0.9902898878999962f,-0.11558780411842481f,1.6403591469415357f,0.09958837699736792f,-0.12301713958220245f,-0.9873950265906969f,-0.02905644128008303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9920265912287516f,0.029241215222148266f,-0.12258953310701325f,0.17479995057198935f,0.07723598553843676f,0.9096983291944135f,-0.40802396056947277f,1.4369059195439973f,0.09958837699736792f,-0.4142389421496056f,-0.904703406633249f,-0.030896682498361992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9920265912287516f,0.06475122618163985f,-0.10812271270661687f,0.18626503852663048f,0.07723598553843676f,0.9902898878999962f,-0.11558780411842481f,1.6218628497495065f,0.09958837699736792f,-0.12301713958220245f,-0.9873950265906969f,-0.060133615086216785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9989327019042643f,0.02082267527071443f,-0.04122951928917526f,0.32757631339232185f,0.022364832575545363f,0.9990536959811661f,-0.037303174264924355f,2.324333377881521f,0.040413751745091944f,-0.03818545195413914f,-0.9984531035201124f,-0.2514426683909131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9989327019042643f,0.02082267527071443f,-0.04122951928917526f,0.3585681878715323f,0.022364832575545363f,0.9990536959811661f,-0.037303174264924355f,2.1951158120749557f,0.040413751745091944f,-0.03818545195413914f,-0.9984531035201124f,-0.3417899810420972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9989327019042643f,0.02082267527071443f,-0.04122951928917526f,-0.25929664897643345f,0.022364832575545363f,0.9990536959811661f,-0.037303174264924355f,2.337472717019654f,0.040413751745091944f,-0.03818545195413914f,-0.9984531035201124f,-0.2276995892406716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9989327019042643f,0.02082267527071443f,-0.04122951928917526f,-0.30322472714004284f,0.022364832575545363f,0.9990536959811661f,-0.037303174264924355f,2.209932513656254f,0.040413751745091944f,-0.03818545195413914f,-0.9984531035201124f,-0.3150158705109738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9834688123366673f,0.17551795929942726f,-0.04452573552979792f,0.2304498603913031f,0.17826310273471838f,0.9816417680974907f,-0.06783587052454709f,2.4331695342179724f,0.031801908189543426f,-0.07465175878568756f,-0.9967024398212876f,-0.27679109407548974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9988177373518329f,0.019508624423458465f,-0.04452573552979792f,0.11559762323706471f,0.022505783275917207f,0.9974426221038051f,-0.06783587052454709f,2.445813474213221f,0.04308848187744046f,-0.06875775726265446f,-0.9967024398212876f,-0.2725208450121278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9647194239565425f,0.25873146726544083f,-0.048728440233901466f,0.09356086099012602f,0.2625952375305567f,0.9589271763908527f,-0.10724929652607176f,2.443663989792804f,0.01897825775004866f,-0.11626133590209128f,-0.993037324327255f,-0.26654850406501096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974551149149632f,-0.05204644889277771f,-0.048728440233901466f,0.1228057752312974f,-0.046581882071246666f,0.9931403307979005f,-0.10724929652607176f,2.452940938534815f,0.05397612428359319f,-0.10470649693447051f,-0.993037324327255f,-0.26898547720081434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9933166456582778f,0.10463068656258703f,-0.048728440233901466f,0.18084076784084377f,0.10935299455349946f,0.9882001371062671f,-0.10724929652607176f,2.552377002340688f,0.03693188379123861f,-0.11186111233398596f,-0.993037324327255f,-0.3140415908687089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9933166456582778f,0.10648708998614681f,-0.04452573552979792f,0.15688117259396078f,0.10935299455349946f,0.9916855435330088f,-0.06783587052454709f,2.3292477550457615f,0.03693188379123861f,-0.07225152187963292f,-0.9967024398212876f,-0.29778499844579154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9898915667767207f,-0.13570118924870267f,-0.04122951928917526f,-0.15956866573162287f,-0.1341969461030507f,0.9902523177687469f,-0.037303174264924355f,2.4411252143741398f,0.04588971214709891f,-0.03139322204094689f,-0.9984531035201124f,-0.2575991447384929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989327019042643f,0.020822675270714422f,-0.04122951928917526f,-0.04429675244000414f,0.02236483257554535f,0.9990536959811661f,-0.037303174264924355f,2.448616967353686f,0.04041375174509195f,-0.038185451954139145f,-0.9984531035201124f,-0.262639012631899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9742975925679891f,-0.22145953999637033f,-0.04122951928917526f,-0.022074057110047382f,-0.219992462470688f,0.9747880742222093f,-0.037303174264924355f,2.4438018184089927f,0.04845118752211719f,-0.027274209406551585f,-0.9984531035201124f,-0.2633767645633332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9950468356478035f,0.0904539750728319f,-0.04122951928917526f,-0.05094216219001238f,0.09200081588012542f,0.9950599595336713f,-0.037303174264924355f,2.4544445153496697f,0.0376516234003825f,-0.04091155492488107f,-0.9984531035201124f,-0.2625823239293035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969462771167026f,-0.06631928288461936f,-0.04122951928917526f,-0.10777384153114462f,-0.06479353928256378f,0.9972012186399489f,-0.037303174264924355f,2.559209237383636f,0.04358804664567464f,-0.03451785423038754f,-0.9984531035201124f,-0.2954480777113557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969462771167026f,-0.06631928288461936f,-0.04122951928917526f,-0.0928520028821053f,-0.06479353928256378f,0.9972012186399489f,-0.037303174264924355f,2.3348389631896476f,0.04358804664567464f,-0.03451785423038754f,-0.9984531035201124f,-0.28768156050951854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9989327019042643f,0.02082267527071443f,-0.04122951928917526f,0.022631386257473327f,0.022364832575545363f,0.9990536959811661f,-0.037303174264924355f,1.8211940641231357f,0.040413751745091944f,-0.03818545195413914f,-0.9984531035201124f,-0.2419615758661552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932809600944199f,0.060350363353262125f,-0.09874597691570333f,3.003205682352713e-17f,0.059188151014493796f,0.9981391947276369f,0.014659833830913398f,1.4468918661002719f,0.09944695617962802f,0.008716742028633942f,-0.9950046840668708f,-0.24523035412689292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9500201704445804f,-0.30835687639144493f,-0.048761793758654734f,0.23607616900098644f,-0.3118875336383521f,0.930598251121325f,0.19160652747471052f,0.8410224107499203f,-0.013705550314970479f,0.19723826148098744f,-0.9802597748038636f,-0.2504765183757976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9500201704445804f,-0.3077181784602344f,0.05264217314630681f,0.12500000000000003f,-0.3118875336383521f,0.9429164399577343f,-0.11676794773574659f,1.1813933254019844f,-0.013705550314970479f,-0.12735034315834257f,-0.9917631007392925f,-0.296650810678599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9610846719443538f,0.2717088213561279f,0.049905608411057276f,-0.23001121151815174f,0.2759876188033074f,0.9364299303685327f,0.21663291480581898f,0.8472246353633428f,0.01212796853946592f,0.22197590388879773f,-0.9749767230410461f,-0.22036547877652013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9610846719443538f,0.2697702978081276f,-0.059499914068241684f,-0.12499999999999997f,0.2759876188033074f,0.9470787532885069f,-0.16392885449721054f,1.2162425996097177f,0.01212796853946592f,-0.1739707489493607f,-0.9846761350256764f,-0.29620039478954496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9683254161411662f,0.2493493930309035f,0.013067847954323992f,3.236806720422663e-17f,0.2180701257944308f,0.8700274244891598f,-0.44215121946316116f,1.2679771745866875f,-0.12161952430032948f,-0.4252965563367277f,-0.8968453213777068f,-0.2643053264562692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9683254161411662f,-0.2493493930309034f,-0.01306784795432377f,3.417682671877057e-17f,-0.2180701257944308f,0.8700274244891598f,-0.44215121946316116f,1.2790619971768802f,0.12161952430032923f,-0.4252965563367278f,-0.8968453213777068f,-0.2790749687384625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.964997184449301e-17f,1.0695549862241666e-16f,3.236806720422663e-17f,0f,0.8733579240715219f,-0.4870789838018899f,1.2679771745866875f,-1.2246467991473532e-16f,-0.4870789838018899f,-0.8733579240715219f,-0.2643053264562692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9681070708307484f,0.250536822458313f,1.1712519799802265e-16f,3.2206570486712164e-17f,0.2396133722527664f,0.9258974296367204f,0.292060578698618f,1.2990807574286756f,0.0731719293524877f,0.2827459113490524f,-0.9563998213980534f,-0.2629866056820271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9681070708307484f,-0.2505368224583131f,1.1712519799802265e-16f,3.2206570486712164e-17f,-0.2396133722527664f,0.9258974296367204f,0.292060578698618f,1.2990807574286756f,-0.07317192935248795f,0.2827459113490523f,-0.9563998213980534f,-0.2629866056820271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.5767105286038626e-17f,1.1712519799802265e-16f,3.2206570486712164e-17f,0f,0.9563998213980534f,0.292060578698618f,1.2990807574286756f,-1.2246467991473532e-16f,0.292060578698618f,-0.9563998213980534f,-0.2629866056820271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9671363889519794f,0.25425330110019967f,-0.0015697275486113698f,-0.19374999999999998f,0.25401300715923164f,0.9664565610158502f,0.037935575168175605f,1.3907915498020533f,0.011162318704006195f,0.036290143965922256f,-0.9992789540924409f,-0.25878733354469224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9670669099476116f,-0.2545169532278315f,0.0016468770445393008f,0.19375000000000003f,-0.2542768871064927f,0.9663983639217003f,0.03764926151855855f,1.3897897725020856f,-0.011173914614404349f,0.03599059223022934f,-0.9992896581587879f,-0.25908507079036397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6019136056047953e-17f,1.2141245861375348e-16f,-0.007812499999999968f,0f,0.9914079610405674f,0.1308061725813606f,1.2291588617353952f,-1.2246467991473532e-16f,0.1308061725813606f,-0.9914079610405674f,-0.2660592455158897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.376385397744293e-18f,1.2234660725444535e-16f,3.138157422815092e-17f,0f,0.9990358635618679f,0.04390151839279327f,1.4523809375f,-1.2246467991473532e-16f,0.04390151839279327f,-0.9990358635618679f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4379577949257869f,-0.334018471486363f,-0.8346404199232481f,-1.650398663211968f,0.06332338131454103f,0.9375701666569107f,-0.34198294105675187f,2.0692301743914845f,0.8967625768522209f,0.09692184119612197f,0.43176734181329435f,0.851047444041992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03498292959723537f,-0.334018471486363f,-0.9419171170239494f,-1.6308513367880326f,-0.11508797050134169f,0.9375701666569107f,-0.32820259237369664f,2.0667192006085155f,0.9927391166276653f,0.09692184119612197f,-0.07124045912595264f,0.9427025559580077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2085048151886425f,-0.334018471486363f,-0.9192156454005032f,-1.5027426531899248f,-0.026783720351665208f,0.9375701666569107f,-0.3467633413713975f,2.1199891887057096f,0.9776545271041677f,0.09692184119612197f,0.18654163699260262f,0.8688937544511094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18363964599879f,0.7159092971821608f,0.6736099454621971f,1.5467911125859588f,-0.06466731833465003f,0.6925778246773386f,-0.7184386506199475f,2.6292900715574965f,-0.9808642201430556f,0.08837327069510506f,0.17348068096997293f,-0.11099086851849854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07135243251252359f,0.7159092971821608f,0.6945377661313248f,1.5414370124140406f,0.19848600840930034f,0.6925778246773386f,-0.6934978451523474f,2.6229093034425035f,-0.977503010143851f,0.08837327069510506f,-0.19151509127575478f,-0.017611631481501043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05711040183379369f,0.7159092971821608f,0.6958536341864772f,1.4397360173720282f,0.0680615265599222f,0.6925778246773386f,-0.7181250485587722f,2.733818444783816f,-0.9960451950613065f,0.08837327069510506f,-0.009172481776161283f,-0.0629253777335756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6185034375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48.mcfunction new file mode 100644 index 000000000..76a3e36ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..07820a2a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.46512224937979135f,-0.03177279478172724f,-0.6705193711505179f,0.03742931063892559f,-0.12030548012992139f,0.8064890835094987f,0.04523708738592917f,1.5692811729045661f,0.660403156433278f,0.12454032333429743f,-0.4640062750450648f,-0.5534805528626174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.432857974021717f,0.1456068676628675f,-0.6568353023515278f,0.03742931063892559f,0.19345199010750644f,0.7749920047510142f,0.04431388152091021f,1.5692811729045661f,0.6443681415536151f,-0.13485559929573643f,-0.4545367592278186f,-0.5534805528626174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.568702005975678f,0.15051831474827976f,0.5664509773749377f,-0.0823506345221755f,0.1820477822346068f,0.7956022497973896f,-0.028637554805490996f,1.5764346997462018f,-0.5571185491680792f,0.10632846038156535f,-0.5875862703724319f,-0.541513891672261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.571114784072543f,-0.07696853424554137f,0.5548907533468778f,-0.0823506345221755f,-0.13349248633883515f,0.7882847067112478f,-0.028053114911501385f,1.5764346997462018f,-0.5440658595288336f,-0.11261911871993549f,-0.5755947138342191f,-0.541513891672261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.445057713988854f,0.11820440132891154f,0.5824449954697711f,-0.4396786358116316f,0.41680518525647575f,0.8900119510814711f,-1.2147256539957776f,2.096866821444359f,-0.4236601123360839f,1.2787934533921526f,0.7915842739574543f,-0.9014368791509781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.23296431787657726f,0.9718236682034098f,0.035866202976762525f,-0.3521701289645132f,0.8231364244321191f,0.21669218269860763f,-0.5248722937347906f,2.084327228903473f,-0.5178552436438276f,-0.09275373780599117f,-0.8504250059550281f,-0.36620404052246813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23441128057203187f,0.9718236682034098f,0.024700393929033282f,-0.27551555396909383f,0.8472619001911142f,0.21669218269860763f,-0.4849657415136208f,1.8056684945369827f,-0.4766535681447512f,-0.09275373780599117f,-0.8741842598090489f,-0.21224572466868497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6143651802718988f,0.7861156476589991f,-0.06765806511532513f,0.4738067491000034f,0.7673053098793228f,0.6152348330610652f,0.1809106454007606f,1.4986682121133934f,0.1838422875740881f,0.05923080865559391f,-0.9811695697510858f,-0.44628182450506576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4901659473959494f,0.8231369815007551f,-0.28667551988137535f,0.314706306622571f,0.6909831466406173f,0.5674385125332809f,0.4478345961989188f,1.7265932769500005f,0.5312999483079802f,0.021425316330057897f,-0.8469128176784755f,-0.2719038621545704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9919894302411038f,0.03009647119255566f,-0.12268322098675959f,-0.1357730414438074f,0.07795211094838105f,0.9100756884725396f,-0.4070450953517613f,1.4516015485554452f,0.0994003958172286f,-0.4133478482742941f,-0.9051315471457116f,0.0001615721324742872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9919894302411038f,0.06559507078662899f,-0.10795488399524847f,-0.12414868369628475f,0.07795211094838105f,0.9903554313921682f,-0.11454076964436637f,1.6365773121311995f,0.0994003958172286f,-0.12203854391350973f,-0.9875353943585257f,-0.02889275106604955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9919894302411038f,0.03009647119255566f,-0.12268322098675959f,0.17463137892097316f,0.07795211094838105f,0.9100756884725396f,-0.4070450953517613f,1.4330635007223518f,0.0994003958172286f,-0.4133478482742941f,-0.9051315471457116f,-0.030849500092499337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9919894302411038f,0.06559507078662899f,-0.10795488399524847f,0.1862557366684958f,0.07795211094838105f,0.9903554313921682f,-0.11454076964436637f,1.618039264298106f,0.0994003958172286f,-0.12203854391350973f,-0.9875353943585257f,-0.05990382329102317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9988602370657804f,0.02185985066708428f,-0.042430811183686634f,0.3281975069668286f,0.023442275949118057f,0.9990342529551753f,-0.037162092522085015f,2.32040603289392f,0.04157747596016734f,-0.038114411330983214f,-0.9984080353951857f,-0.2513592918047291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9988602370657804f,0.02185985066708428f,-0.042430811183686634f,0.3589443959749392f,0.023442275949118057f,0.9990342529551753f,-0.037162092522085015f,2.1911637197524856f,0.04157747596016734f,-0.038114411330983214f,-0.9984080353951857f,-0.3417548990551611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9988602370657804f,0.02185985066708428f,-0.042430811183686634f,-0.25863288230931747f,0.023442275949118057f,0.9990342529551753f,-0.037162092522085015f,2.3341783700140266f,0.04157747596016734f,-0.038114411330983214f,-0.9984080353951857f,-0.2269325246781308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9988602370657804f,0.02185985066708428f,-0.042430811183686634f,-0.30280051108114026f,0.023442275949118057f,0.9990342529551753f,-0.037162092522085015f,2.2066942275687764f,0.04157747596016734f,-0.038114411330983214f,-0.9984080353951857f,-0.3142098212315503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9832352479683716f,0.1765273356845613f,-0.045678735848149514f,0.2311607423103499f,0.1793280107974886f,0.9815079481934268f,-0.06695978029044786f,2.42933228452863f,0.033013810685690405f,-0.07402869301317877f,-0.9967095067845847f,-0.2765022956704899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9987449498033213f,0.020542111227334237f,-0.045678735848149514f,0.11632730403285296f,0.02357851459842511f,0.9974770380679381f,-0.06695978029044786f,2.4421001339169424f,0.04418799488201569f,-0.06795277914505797f,-0.9967095067845847f,-0.2720972871159376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9643986318106518f,0.2597175529230042f,-0.0498203940713977f,0.09428568367850035f,0.26366570912488707f,0.9588354031859285f,-0.10542800116168485f,2.4399283461649772f,0.020388055165054025f,-0.11481054960657709f,-0.9931781637277485f,-0.26621514566217713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974547406803341f,-0.05100949547778459f,-0.0498203940713977f,0.12353882682310549f,-0.045535443606000134f,0.99338384320798f,-0.10542800116168485f,2.4491761149759346f,0.054868603681269945f,-0.1028910658145075f,-0.9931781637277485f,-0.26866422981351035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9931540607783519f,0.10565481481712201f,-0.0498203940713977f,0.18164383469794845f,0.11042464335837517f,0.9882769524329844f,-0.10542800116168485f,2.5486255879493185f,0.03809737128261411f,-0.11020764672077993f,-0.9931781637277485f,-0.31360035021158944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9931540607783519f,0.10751030020786234f,-0.045678735848149514f,0.15745401715117946f,0.11042464335837517f,0.9916263338388259f,-0.06695978029044786f,2.325509662835583f,0.03809737128261411f,-0.07154543581937789f,-0.9967095067845847f,-0.2975026271522294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9899822440789311f,-0.13466544720431356f,-0.042430811183686634f,-0.15882757389999214f,-0.13312972628595182f,0.990401663396426f,-0.037162092522085015f,2.437725736739802f,0.04702799578411758f,-0.031141009470707484f,-0.9984080353951857f,-0.25693814958986283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988602370657803f,0.021859850667084263f,-0.042430811183686634f,-0.04355355545820783f,0.02344227594911806f,0.9990342529551753f,-0.037162092522085015f,2.4450931884566547f,0.041577475960167344f,-0.038114411330983214f,-0.9984080353951857f,-0.26211134516735785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9744781956828621f,-0.2204356423107837f,-0.042430811183686634f,-0.021336959008833603f,-0.21894232007630215f,0.9750298658805207f,-0.037162092522085015f,2.440254057204744f,0.04956315787235027f,-0.026923748625445127f,-0.9984080353951857f,-0.2628753974773691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9949021976317192f,0.09148356907046137f,-0.042430811183686634f,-0.05019258184788144f,0.09307427837886019f,0.9949654052195155f,-0.037162092522085015f,2.450927921291924f,0.03881746838512248f,-0.04092186465076696f,-0.9984080353951857f,-0.2620463733407918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.996964483820837f,-0.06527973852694335f,-0.042430811183686634f,-0.10694898328382786f,-0.06371850133494508f,0.9972757549780344f,-0.037162092522085015f,2.55575727669292f,0.04474115094049731f,-0.03434565868993214f,-0.9984080353951857f,-0.2948360313674223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.996964483820837f,-0.06527973852694335f,-0.042430811183686634f,-0.09226104211526563f,-0.06371850133494508f,0.9972757549780344f,-0.037162092522085015f,2.3313702318228624f,0.04474115094049731f,-0.03434565868993214f,-0.9984080353951857f,-0.2871082581621876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9988602370657804f,0.02185985066708428f,-0.042430811183686634f,0.022719276900566424f,0.023442275949118057f,0.9990342529551753f,-0.037162092522085015f,1.8175962080810104f,0.04157747596016734f,-0.038114411330983214f,-0.9984080353951857f,-0.24157155574398007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9932941451672979f,0.06058473840151038f,-0.09846944017911148f,3.0032192995342086e-17f,0.05932175306589947f,0.9981153423033924f,0.015706465922357866f,1.4433029547172382f,0.09923543111991558f,0.00975976082710514f,-0.9950161186026296f,-0.2452314660541445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9501104557095043f,-0.30811561545706306f,-0.048527203329611565f,0.23589326018016976f,-0.3116101379811855f,0.9307665179828237f,0.1912401916686871f,0.8376236516257346f,-0.013756593285577209f,0.19682087418169053f,-0.9803429500065425f,-0.24973365627993824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9501104557095043f,-0.30733029355013963f,0.053274877924433105f,0.12500000000000003f,-0.3116101379811855f,0.9427712746789283f,-0.11866526681221898f,1.1778171184043615f,-0.013756593285577209f,-0.12934610278881067f,-0.991504080593984f,-0.2967574466081947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9612044736378221f,0.27135869644377963f,0.04950169414242145f,-0.2298317416047893f,0.2755684330088202f,0.9367645756862711f,0.21571779821883855f,0.8435555986860718f,0.012165467015309326f,0.22099001697735762f,-0.9752001916574087f,-0.2201172643714821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9612044736378221f,0.26929945820284434f,-0.05969725010661464f,-0.12499999999999997f,0.2755684330088202f,0.947055699711058f,-0.16476510666358252f,1.2125792472262988f,0.012165467015309326f,-0.17482363529126388f,-0.984524605053549f,-0.29627788857886317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9670676782889925f,0.25417055201271477f,0.013320514190131206f,3.2368621758694217e-17f,0.22077815245311347f,0.8637555724077349f,-0.4529716531240953f,1.2657213682983637f,-0.12663772347972538f,-0.435113366404823f,-0.8914254008988832f,-0.26430985473714147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9670676782889925f,-0.25417055201271466f,-0.013320514190130988f,3.419359051275507e-17f,-0.22077815245311347f,0.8637555724077349f,-0.4529716531240953f,1.2766276049604914f,0.12663772347972516f,-0.4351133664048231f,-0.8914254008988832f,-0.27921185550447675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.093307853712937e-17f,1.0622974049957292e-16f,3.2368621758694217e-17f,0f,0.8674316592631784f,-0.49755634505845564f,1.2657213682983637f,-1.2246467991473532e-16f,-0.49755634505845564f,-0.8674316592631784f,-0.26430985473714147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9669628599500919f,0.2549172953668285f,1.1710756880550722e-16f,3.2202848241049596e-17f,0.24376615957898498f,0.924663909078247f,0.29253156187366863f,1.2968872146716048f,0.07457135456226954f,0.28286715569502996f,-0.9562558681167671f,-0.2629562112396038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9669628599500919f,-0.2549172953668286f,1.1710756880550722e-16f,3.2202848241049596e-17f,-0.24376615957898498f,0.924663909078247f,0.29253156187366863f,1.2968872146716048f,-0.07457135456226979f,0.28286715569502985f,-0.9562558681167671f,-0.2629562112396038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.5824784089816426e-17f,1.1710756880550722e-16f,3.2202848241049596e-17f,0f,0.9562558681167671f,0.29253156187366863f,1.2968872146716048f,-1.2246467991473532e-16f,0.29253156187366863f,-0.9562558681167671f,-0.2629562112396038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9664991433022799f,0.2566687679891347f,-0.0007413062112183292f,-0.19374999999999998f,0.2564200863509099f,0.9656820452662221f,0.041314970243703064f,1.3896273478276082f,0.011320128610176896f,0.039740797543405135f,-0.9991458971035526f,-0.2587822986256434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9664663479250997f,-0.25679212234604715f,0.0007773218978306569f,0.19375000000000003f,-0.25654342655579404f,0.9656550097896446f,0.04118097083815811f,1.38915515800599f,-0.01132557368666066f,0.03960060566675836f,-0.999151401646164f,-0.25892274178430763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6043725384280508e-17f,1.2140921176917495e-16f,-0.007812499999999968f,0f,0.9913814485425901f,0.13100695968381065f,1.2255741732918082f,-1.2246467991473532e-16f,0.13100695968381065f,-0.9913814485425901f,-0.2661044544661403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.401164137310029e-18f,1.2234551586625647e-16f,3.138157422815092e-17f,0f,0.999026951700998f,0.044103852156152534f,1.4487942578125f,-1.2246467991473532e-16f,0.044103852156152534f,-0.999026951700998f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4375024592476526f,-0.33418568829324585f,-0.8348122686521954f,-1.650363867354601f,0.06353147519828772f,0.9375442326938882f,-0.3420154432208548f,2.0786702750639896f,0.8969700941566476f,0.09659574256869662f,0.4314092172244546f,0.8510399147106065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03599227766019597f,-0.33418568829324585f,-0.9418197713409932f,-1.6308861326453992f,-0.11510792095173647f,0.9375442326938882f,-0.328269673099111f,2.0761682405610102f,0.99270072150825f,0.09659574256869662f,-0.07221177213309438f,0.9427100852893932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20776250356481885f,-0.33418568829324585f,-0.9193229399141783f,-1.5027265590128733f,-0.02668836803177682f,0.9375442326938882f,-0.34684080318530697f,2.129445378290296f,0.9778151528403919f,0.09659574256869662f,0.1858676663471165f,0.8689948500479323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18490311911559024f,0.7153842503830072f,0.6738220913900553f,1.547267629375484f,-0.06391783389256417f,0.6929472616759834f,-0.7181494294687135f,2.6387830023840726f,-0.9806759643489831f,0.08971882098923714f,0.173853921751834f,-0.11071394423329706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07092414393249916f,0.7153842503830072f,0.695122392180963f,1.5418323706245158f,0.19975268704721982f,0.6929472616759834f,-0.692764719477812f,2.632305513240927f,-0.9772761277268862f,0.08971882098923714f,-0.19204661761000547f,-0.017346055766702416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0579760933436594f,0.7153842503830072f,0.6963218701897489f,1.4401017194715375f,0.06909321752688363f,0.6929472616759834f,-0.717669993679225f,2.7431947568643835f,-0.9959241436436761f,0.08971882098923714f,-0.009253824501859768f,-0.06264192632472076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6149167578124999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49.mcfunction new file mode 100644 index 000000000..aedd1fd67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..cf81c70bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48852371576623044f,-0.035682372363136934f,-0.6534644534180404f,0.03467666938304638f,-0.11934609838926431f,0.8066350505625947f,0.04517575065878597f,1.5651118273602074f,0.6434636993472589f,0.1225198267663777f,-0.4877374335807346f,-0.5553966171105448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45550247987621506f,0.15084119396906448f,-0.640128444164611f,0.03467666938304638f,0.19437497361145656f,0.7747644617064231f,0.04425379656370871f,1.5651118273602074f,0.6282800812218734f,-0.1303340442046652f,-0.4777836084056176f,-0.5553966171105448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5879441343101399f,0.154127953470562f,0.5454454265402918f,-0.07980471948195886f,0.1837961045563112f,0.7952707755685172f,-0.026605073219573266f,1.5719660276206595f,-0.5361763994476726f,0.10360218110672002f,-0.6072280471039729f,-0.54398670914236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5898825464882221f,-0.08091508678278025f,0.5343138872231431f,-0.07980471948195886f,-0.1317859502687283f,0.7886401141215403f,-0.026062112541622794f,1.5719660276206595f,-0.5240906836229192f,-0.10723581085299391f,-0.5948356379794021f,-0.54398670914236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0820836847066904f,-0.9665362757340796f,0.5799213541349266f,-0.11598197870480803f,0.9287765976510334f,0.30907759947436353f,-1.2178880569079147f,2.266476286206432f,0.6386510635295009f,1.1881434741617949f,0.7885722248845551f,-0.8720342611575131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.23520073362105898f,0.9712313395680923f,0.03728672612183377f,-0.35283793869674873f,0.8240796044294206f,0.2196121489339527f,-0.5221717242479348f,2.079689088514285f,-0.5153381612762299f,-0.0920879421063387f,-0.8520248766620926f,-0.36546404113377584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23667883370360335f,0.9712313395680923f,0.0263213737762881f,-0.27542967518917605f,0.8474450473516086f,0.2196121489339527f,-0.48332948985122076f,1.8009916629967875f,-0.4752052413388683f,-0.0920879421063387f,-0.8750427358264781f,-0.2119150672415073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6156076183842454f,0.7850646685412341f,-0.06856184358314155f,0.47482420458730784f,0.7667990471349432f,0.6168027639685448f,0.17768953732200124f,1.4939350156909126f,0.18178691234580285f,0.05681387655322761f,-0.9816953203162241f,-0.44504486975990776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49285595422180284f,0.8212007253032927f,-0.28761498074589587f,0.31478949167047116f,0.6909692626735653f,0.5702815001506432f,0.44423022029830617f,1.7218285109534628f,0.5288236817961782f,0.020208397939419948f,-0.8484910926015996f,-0.27148316738805783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9919669895162452f,0.03082803661701338f,-0.12268302192405348f,-0.13592038101341417f,0.07850423792038942f,0.9105132484809653f,-0.4059589991232848f,1.4466497357447754f,0.09918959793555271f,-0.412329063369271f,-0.9056192175315203f,0.00013551593593903039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9919669895162452f,0.06629271727320546f,-0.10773470817992015f,-0.12416383845081265f,0.07850423792038942f,0.9904461443544507f,-0.11337336442895983f,1.6316498042835539f,0.09918959793555271f,-0.12092026616716356f,-0.9876941393424614f,-0.028710122341294497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9919669895162452f,0.03082803661701338f,-0.12268302192405348f,0.1744886155485027f,0.07850423792038942f,0.9105132484809653f,-0.4059589991232848f,1.4280650081643806f,0.09918959793555271f,-0.412329063369271f,-0.9056192175315203f,-0.03080172301950717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9919669895162452f,0.06629271727320546f,-0.10773470817992015f,0.18624515811110423f,0.07850423792038942f,0.9904461443544507f,-0.11337336442895983f,1.6130650767031591f,0.09918959793555271f,-0.12092026616716356f,-0.9876941393424614f,-0.0596473612967407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998776256456547f,0.023015694849325804f,-0.04377519079625543f,0.3288890121133469f,0.02464281488481747f,0.9990113466623337f,-0.037000823159265804f,2.315315937745354f,0.04288031265276021f,-0.038034287564161884f,-0.9983559844846367f,-0.25126656102841033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998776256456547f,0.023015694849325804f,-0.04377519079625543f,0.3593622357371527f,0.02464281488481747f,0.9990113466623337f,-0.037000823159265804f,2.1860465866832004f,0.04288031265276021f,-0.038034287564161884f,-0.9983559844846367f,-0.3417161603528033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998776256456547f,0.023015694849325804f,-0.04377519079625543f,-0.25789203855487447f,0.02464281488481747f,0.9990113466623337f,-0.037000823159265804f,2.329793591490184f,0.04288031265276021f,-0.038034287564161884f,-0.9983559844846367f,-0.22607437734491373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998776256456547f,0.023015694849325804f,-0.04377519079625543f,-0.30232703416530965f,0.02464281488481747f,0.9990113466623337f,-0.037000823159265804f,2.2023724515443917f,0.04288031265276021f,-0.038034287564161884f,-0.9983559844846367f,-0.31330795322034966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9829716353289624f,0.17765369704124612f,-0.04696730848454475f,0.2319525490188789f,0.18051434471356412f,0.981356993869273f,-0.06597743505544947f,2.4243424009525087f,0.03437056140562435f,-0.07333222014531299f,-0.9967151298125364f,-0.2761796922927852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9986607844092183f,0.02169584330885256f,-0.04696730848454475f,0.1171404319330913f,0.024773857234329955f,0.9975135257535294f,-0.06597743505544947f,2.4372483035970154f,0.04541908938868888f,-0.06705263844086026f,-0.9967151298125364f,-0.2716238090403397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.964037291747436f,0.2608201991430627f,-0.051038454514631425f,0.09509306667171594f,0.26485769058834846f,0.9587288543256142f,-0.1033894947260223f,2.4350518860044135f,0.0219659704196208f,-0.11318925568475409f,-0.9933306038480118f,-0.26584250532047127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974518222793956f,-0.04984915638474757f,-0.051038454514631425f,0.1243553435411854f,-0.04436887645930372f,0.9936508517492636f,-0.1033894947260223f,2.4442670896675383f,0.05586828289156709f,-0.1008615210359834f,-0.9933306038480118f,-0.26830518655474356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9929696612824872f,0.10680041167196183f,-0.051038454514631425f,0.18253865483259446f,0.11161861746600543f,0.9883581823485226f,-0.1033894947260223f,2.54373131736821f,0.039402233534663565f,-0.1083594732887906f,-0.9933306038480118f,-0.31310713100279064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9929696612824872f,0.10865230649305255f,-0.04696730848454475f,0.15809188587165768f,0.11161861746600543f,0.9915585017024873f,-0.06597743505544947f,2.320630654485151f,0.039402233534663565f,-0.07075601737844121f,-0.9967151298125364f,-0.2971870270926414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9900801112766741f,-0.13351069592028972f,-0.04377519079625543f,-0.15800099887166147f,-0.1319403846430643f,0.9905668447842261f,-0.037000823159265804f,2.4332237730526223f,0.04830225827649139f,-0.030858063599372938f,-0.9983559844846367f,-0.2561986533002649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9987762564565471f,0.023015694849325807f,-0.04377519079625543f,-0.04272500585312687f,0.024642814884817454f,0.9990113466623338f,-0.037000823159265804f,2.4404527098423197f,0.04288031265276021f,-0.03803428756416188f,-0.9983559844846367f,-0.261521108699921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9746763336722186f,-0.21929381489233446f,-0.04377519079625543f,-0.02051527811791916f,-0.21777190074397967f,0.9752980766575371f,-0.037000823159265804f,2.435586861721555f,0.05080791105365669f,-0.026530820154596384f,-0.9983559844846367f,-0.26231460790823624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9947377939806783f,0.09263073948320451f,-0.04377519079625543f,-0.049356896693937974f,0.09427029499983591f,0.9948588093625049f,-0.037000823159265804f,2.446295441313043f,0.0401227205844491f,-0.04093281735495434f,-0.9983559844846367f,-0.26144686022128905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969815612413802f,-0.06412097328840002f,-0.04377519079625543f,-0.10602939723236905f,-0.06252053439738242f,0.997357569713191f,-0.037000823159265804f,2.551196811391823f,0.046032046699728664f,-0.034152290118611754f,-0.9983559844846367f,-0.294151214206139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969815612413802f,-0.06412097328840002f,-0.04377519079625543f,-0.09160217824247907f,-0.06252053439738242f,0.997357569713191f,-0.037000823159265804f,2.3267913582063553f,0.046032046699728664f,-0.034152290118611754f,-0.9983559844846367f,-0.28646694892945135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998776256456547f,0.023015694849325804f,-0.04377519079625543f,0.022817284916692795f,0.02464281488481747f,0.9990113466623337f,-0.037000823159265804f,1.8128739669050338f,0.04288031265276021f,-0.038034287564161884f,-0.9983559844846367f,-0.2411357911192685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933087889981341f,0.06084609311118071f,-0.09816008685899691f,3.00323452006529e-17f,0.05947112825726267f,0.9980873683376225f,0.01687572424186542f,1.4385912037784254f,0.09899916465742782f,0.010925114094818347f,-0.9950275409651467f,-0.24523270890482537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.950211234099962f,-0.3078458288956852f,-0.04826547649983238f,0.2356882188695891f,-0.31130017368350155f,0.930954263394022f,0.19083071380968974f,0.8331266868785943f,-0.013813488149236303f,0.19635453929059668f,-0.9804356595132229f,-0.24890436834096152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.950211234099962f,-0.3068953377369724f,0.05398020253330838f,0.12500000000000003f,-0.31130017368350155f,0.94260441273661f,-0.1207854418135411f,1.17311959929095f,-0.013813488149236303f,-0.13157573015104354f,-0.9912098742347004f,-0.29687658401652217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9613381096053972f,0.2709667938289829f,0.04905135739572182f,-0.2296311280991192f,0.275100025938443f,0.9371373152026786f,0.21469426676877804f,0.8387547974804691f,0.012207159742926325f,0.21988781025049287f,-0.9754487870484302f,-0.21983982944520059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9613381096053972f,0.26877318158644187f,-0.059916741235007995f,-0.12499999999999997f,0.275100025938443f,0.9470287660740175f,-0.16570000590522488f,1.207784351457841f,0.012207159742926325f,-0.1757768275064297f,-0.984354352945516f,-0.2963645082576455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9662294609104374f,0.25733004891082556f,0.01348609640621285f,3.236962583047803e-17f,0.2225035967316064f,0.8595714412911591f,-0.4600316149550354f,1.2621336345042082f,-0.12997222130218525f,-0.44149539436351026f,-0.8878001117625433f,-0.2643180536054561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9662294609104374f,-0.25733004891082545f,-0.01348609640621263f,3.4205080109561154e-17f,-0.2225035967316064f,0.8595714412911591f,-0.4600316149550354f,1.272921907047639f,0.12997222130218503f,-0.4414953943635104f,-0.8878001117625433f,-0.2793056751822327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.176967222703183e-17f,1.0574547470026143e-16f,3.236962583047803e-17f,0f,0.8634773289236174f,-0.5043876509540406f,1.2621336345042082f,-1.2246467991473532e-16f,-0.5043876509540406f,-0.8634773289236174f,-0.2643180536054561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9662014307620176f,0.2577882759037541f,1.170913393720667e-16f,3.2200756894072707e-17f,0.24647738859075322f,0.923807743668623f,0.29296441703963005f,1.293338962268682f,0.07552279196979451f,0.28306263890605105f,-0.9561233447357247f,-0.2629391340955787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9662014307620176f,-0.2577882759037542f,1.170913393720667e-16f,3.2200756894072707e-17f,-0.24647738859075322f,0.923807743668623f,0.29296441703963005f,1.293338962268682f,-0.07552279196979476f,0.28306263890605093f,-0.9561233447357247f,-0.2629391340955787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.587779355916533e-17f,1.170913393720667e-16f,3.2200756894072707e-17f,0f,0.9561233447357247f,0.29296441703963005f,1.293338962268682f,-1.2246467991473532e-16f,0.29296441703963005f,-0.9561233447357247f,-0.2629391340955787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9660778105319693f,0.2582510903498012f,-0.00019578277574752837f,-0.19374999999999998f,0.257997289807902f,0.9651614337989789f,0.04359822426288296f,1.3867540142797585f,0.01144825093775831f,0.04206876561343381f,-0.9990491261745981f,-0.25877290616785686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9660691522987154f,-0.25828346996938145f,0.00020522528369176047f,0.19375000000000003f,-0.2580296449102426f,0.9651543731881919f,0.043563037809621966f,1.3866292296575071f,-0.011449686647920416f,0.04203195280122079f,-0.9990506591856992f,-0.25881005152549735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6071197373240775e-17f,1.214055782969173e-16f,-0.007812499999999968f,0f,0.9913517789900287f,0.1312312854974199f,1.220867151053733f,-1.2246467991473532e-16f,0.1312312854974199f,-0.9913517789900287f,-0.26615496431348656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.42884826503165e-18f,1.223442905620603e-16f,3.138157422815092e-17f,0f,0.999016946332944f,0.04432991021420564f,1.444085f,-1.2246467991473532e-16f,0.04432991021420564f,-0.999016946332944f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4366789462171074f,-0.3344868072650048f,-0.8351227895922734f,-1.6503008740130862f,0.0639083557499088f,0.9374975446488225f,-0.34207320246223927f,2.0827341755509248f,0.8973445380655415f,0.09600484124820254f,0.4307619417507167f,0.8510263552745801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03782001247547678f,-0.3344868072650048f,-0.9416412387008221f,-1.630949125986914f,-0.1151442398976075f,0.9374975446488225f,-0.3283902522850385f,2.080248324449075f,0.9926285562458687f,0.09600484124820254f,-0.07397039801265368f,0.9427236447254193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20641864561250334f,-0.3344868072650048f,-0.9195161328161479f,-1.502697580077578f,-0.026515745086401782f,0.9374975446488225f,-0.34698021419086994f,2.1335382821286304f,0.9781044208089509f,0.09600484124820254f,0.18464780651525425f,0.8691778290227116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.18718838136924631f,0.7144294725667228f,0.6742040037024369f,1.5476644398520931f,-0.0625614369614629f,0.6936126525066095f,-0.7176263337476282f,2.6429424370800465f,-0.9803298304579323f,0.09215214056536933f,0.174531964131336f,-0.1105022158063779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0701513153149362f,0.7144294725667228f,0.6961819601854234f,1.5420824351479068f,0.20204078089837296f,0.6936126525066095f,-0.6914340251511498f,2.6362900629199544f,-0.9768614619348847f,0.09215214056536933f,-0.1930017284266138f,-0.017155284193621695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.059541383511321336f,0.7144294725667228f,0.697169529151692f,1.440298008127246f,0.07095865770764692f,0.6936126525066095f,-0.7168447231995743f,2.7471429584799365f,-0.9957006038693994f,0.09215214056536933f,-0.009396299448915872f,-0.06241930508266241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6102075f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..3899310a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.797372584312773f,-0.17536309927832586f,-0.019727889961021733f,0.15929692101106688f,-0.1747860828235571f,0.7722369529138766f,0.20011086489726657f,1.254979531759358f,-0.02431525204497719f,0.1996054017561536f,-0.7915244131119381f,-0.3489848264810397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7873809924971865f,0.1402059421299369f,-0.01932527996181721f,0.15929692101106688f,0.13130547257312675f,0.7644163132903647f,0.19602696969528155f,1.254979531759358f,0.052820881538399936f,0.18976299367111535f,-0.7753708536606742f,-0.3489848264810397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5287212262750225f,0.058463018478803176f,0.6196615082454519f,0.09602098023253794f,0.2663767460109353f,0.7560870478129602f,0.15594951028634976f,1.2593498751946703f,-0.5625315444624475f,0.3030823255227427f,-0.508570358834315f,-0.37698682969181835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5004220877756612f,-0.14529312730169092f,0.6070153550159528f,0.09602098023253794f,-0.04235947400560719f,0.7841351664362304f,0.1527668672192814f,1.2593498751946703f,-0.6227225779014414f,0.06341882935627172f,-0.49819137191932905f,-0.37698682969181835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9521725171673835f,-0.38510836274682525f,1.1774826098476312f,-0.5988862497940803f,1.0910908666340497f,-0.4427039137244575f,-1.027102826167276f,0.966006239965082f,0.5867661103871692f,1.4481405469482262f,-0.0008590608853856559f,-0.4057821339745365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6904338181203034f,-0.7013947609428074f,0.17704951882962655f,-0.4563586831674047f,-0.7136303016532007f,0.7004776849473432f,-0.007924989159108498f,1.1950504611699668f,-0.11846069119409064f,-0.1318195820536259f,-0.9841700373558553f,-0.3650468820060725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48353317383583344f,-0.7013947609428074f,0.5236803024004512f,-0.29152231595051264f,-0.6034828288290766f,0.7004776849473432f,0.38097176824440104f,1.4076726513515758f,-0.634037968191733f,-0.1318195820536259f,-0.7619838926634251f,-0.13120559918714636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8456958099834411f,0.44773268757174595f,0.2904032325168452f,0.2356617176591383f,0.36964531350043306f,-0.09895944590028069f,-0.9238881806118506f,1.2121301247589664f,-0.3849167951435972f,0.8886745571618951f,-0.24919187841799997f,0.40537091187716673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13259281706289666f,0.8699103267924984f,0.47505280569963393f,0.2539776170845011f,0.43728012753746726f,0.37877982656264664f,-0.8156665575159909f,1.3522952243662576f,-0.8894971809534538f,0.3158826781084081f,-0.3301710143954468f,0.10535103330366441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9126389199114163f,0.262386499560222f,0.3134382342846151f,-0.2695769539900886f,0.06303415584772844f,0.847955264568583f,-0.5263065309180466f,1.019031439884392f,-0.40387732922199027f,-0.460570509410837f,-0.7904162882946896f,0.11060455158074078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9126389199114163f,0.16412967153511507f,0.37436833838440303f,-0.23646283846235197f,0.06303415584772844f,0.9614019257360616f,-0.2678302305333668f,1.1976203620190702f,-0.40387732922199027f,-0.22083430012741984f,-0.8877585903992957f,0.06364962911685398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9126389199114163f,0.25077482269654366f,0.3228036402589672f,0.027610103185529065f,0.06303415584772844f,0.8665948093176439f,-0.4950152842693649f,0.9924613067237473f,-0.40387732922199027f,-0.43142255940693813f,-0.8066955300330346f,0.20865585663748648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9126389199114163f,0.09945977865645148f,0.3964819722163081f,0.04873682400996563f,0.06303415584772844f,0.9925880932758362f,-0.10390174340983746f,1.177922188316655f,-0.40387732922199027f,-0.06983286845496967f,-0.9121438885526026f,0.18986129449872594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9900415684381025f,0.07157213951376523f,0.1212234367193265f,0.304228796461214f,0.09178211703262575f,0.9811025923090941f,0.17033421957253436f,1.8866722081957426f,-0.10674144348673498f,0.17976410156034234f,-0.9779013917735115f,0.1409400894469609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9900415684381025f,0.07157213951376523f,0.1212234367193265f,0.34377353503085895f,0.09178211703262575f,0.9811025923090941f,0.17033421957253436f,1.7765613878533073f,-0.10674144348673498f,0.17976410156034234f,-0.9779013917735115f,0.03079412540390397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9900415684381025f,0.07157213951376523f,0.1212234367193265f,-0.2774206249961713f,0.09178211703262575f,0.9811025923090941f,0.17033421957253436f,1.9405942019524103f,-0.10674144348673498f,0.17976410156034234f,-0.9779013917735115f,0.0782294913985041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9900415684381025f,0.07157213951376523f,0.1212234367193265f,-0.31212900405938393f,0.09178211703262575f,0.9811025923090941f,0.17033421957253436f,1.8373670403874218f,-0.10674144348673498f,0.17976410156034234f,-0.9779013917735115f,-0.03992208090605795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9681778019468141f,0.20380716146208602f,0.14523906070407944f,0.21385546174557077f,0.2412976510512782f,0.9141557072238818f,0.3257219466771306f,1.9948974310362966f,-0.06638665087629918f,0.35040260256849004f,-0.934243452585383f,0.14398382000437554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9881403908805861f,0.0498415805945166f,0.14523906070407944f,0.10053877168182962f,0.0953214175332997f,0.9406482024712015f,0.3257219466771306f,2.015356301629859f,-0.12038436472318706f,0.3357034048554431f,-0.934243452585383f,0.13350035721606412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9521423419779372f,0.25324565542744926f,0.1711478852334762f,0.08165839948239656f,0.30560924154892377f,0.798450016190377f,0.5187297592441346f,2.0186437761744f,-0.005286973866114181f,0.5462089432192666f,-0.8376322810485701f,0.1027302213920463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9837983900573496f,-0.05337723391743279f,0.1711478852334762f,0.11048666747787277f,0.043917036453345104f,0.8538095401104847f,0.5187297592441346f,2.0241226390100313f,-0.17381605688118415f,0.5178418099339276f,-0.8376322810485701f,0.11201346712882032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9800362383891126f,0.10117990326259418f,0.1711478852334762f,0.17437209610773777f,0.17694158351188982f,0.8364275897522909f,0.5187297592441346f,2.12324660366421f,-0.09066778627728797f,0.538657139818034f,-0.8376322810485701f,0.1491448039114561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9800362383891126f,0.13577402803892863f,0.14523906070407944f,0.14382293979897887f,0.17694158351188982f,0.9287609431264673f,0.3257219466771306f,1.9142753914607553f,-0.09066778627728797f,0.3449181407709935f,-0.934243452585383f,0.07153822223798269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9890488632074576f,-0.08418565541701123f,0.1212234367193265f,-0.16959620479070764f,-0.06282613230919401f,0.9833814777296157f,0.17033421957253436f,2.0400336622140456f,-0.13354858025117283f,0.1608528665592409f,-0.9779013917735115f,0.08654708835294087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9900415684381025f,0.07157213951376523f,0.1212234367193265f,-0.054836995037989195f,0.09178211703262575f,0.9811025923090942f,0.17033421957253436f,2.0393486843101147f,-0.10674144348673499f,0.17976410156034234f,-0.9779013917735115f,0.100653654455388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9779479703543693f,-0.17006659186837814f,0.1212234367193265f,-0.033032118053295395f,-0.14829440300384394f,0.9741637560904988f,0.17033421957253436f,2.033060540525087f,-0.14705963864195898f,0.14860124713448863f,-0.9779013917735115f,0.10226135853922494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9826372568658998f,0.14045960205345798f,0.1212234367193265f,-0.06113387070474806f,0.15999679762918995f,0.9723102788673066f,0.17033421957253436f,2.04554426351353f,-0.09394171686457721f,0.18677211194384596f,-0.9779013917735115f,0.1009522430880979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.992512084347835f,-0.014988022333583637f,0.1212234367193265f,-0.10705975733560306f,0.005924133223185898f,0.9853685393233179f,0.17033421957253436f,2.1589288420666577f,-0.12200273385900218f,0.16977691509259554f,-0.9779013917735115f,0.08305266726213288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.992512084347835f,-0.014988022333583637f,0.1212234367193265f,-0.10368745231054675f,0.005924133223185898f,0.9853685393233179f,0.17033421957253436f,1.9372209207189117f,-0.12200273385900218f,0.16977691509259554f,-0.9779013917735115f,0.04485286136629894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9900415684381025f,0.07157213951376523f,0.1212234367193265f,-0.0204012101540676f,0.09178211703262575f,0.9811025923090941f,0.17033421957253436f,1.4176101331697808f,-0.10674144348673498f,0.17976410156034234f,-0.9779013917735115f,-0.0033741417546124253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9126389199114163f,-0.04192242070293187f,0.4066112547696264f,-0.004680302390468149f,0.06303415584772844f,0.9683953752930134f,0.2413236256723898f,1.0544618674349007f,-0.40387732922199027f,0.24587173028534579f,-0.8811527649545237f,-0.09557604061161709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9213605277756576f,0.06661256340873847f,0.38295893285452776f,-0.003719485128183958f,-0.12892631784773287f,0.8770675410484641f,-0.46274240458966565f,0.810989260439114f,-0.36670530732890577f,-0.47572607121674265f,-0.7995072999926237f,0.22745980104562818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9213605277756576f,0.36138113497686003f,0.14317280866071724f,0.11496527154694731f,-0.12892631784773287f,0.06336833017942978f,-0.9896274345916729f,0.7735944776944701f,-0.36670530732890577f,-0.930262398473198f,-0.011793539066180414f,-0.05759273654796093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9103643862887629f,0.25650406230913014f,0.32471887871818894f,-0.26570025471848613f,0.10050365877059333f,0.8982686297836044f,-0.42779958312323085f,0.6204402800563424f,-0.401417113176317f,-0.356818069561506f,-0.8435313666269869f,0.15103540862425732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9103643862887629f,0.40194205707462416f,0.09838326550640403f,-0.11521274234743653f,0.10050365877059333f,0.44539752602469f,-0.8896741304459795f,0.7606215541884f,-0.401417113176317f,-0.8000397656152506f,-0.4458706927837787f,-0.1551541803791676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.865720647616221f,0.37502093825396426f,0.33149216606439924f,-0.0035434023010594198f,0.15321736119570897f,0.829050099813561f,-0.5377735324719395f,0.9390839524634869f,-0.47649994807887913f,-0.41477129586103345f,-0.7751855078693001f,-0.09827008315452283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9444308727980363f,0.08700102717876833f,0.3169876145463398f,-0.0004375633178950607f,-0.13836082404967642f,0.7695325955561142f,-0.6234387433781803f,0.9212144799353429f,-0.298172112837928f,-0.6326534641069387f,-0.7147328070539763f,-0.10562979965908521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9213211793237054f,0.21606344370376604f,0.3232396523083862f,-0.0035434023010594198f,0f,0.8313726343411085f,-0.5557153433806965f,0.9390839524634869f,-0.3888023720729811f,-0.5119923155317813f,-0.7659612159286058f,-0.09827008315452283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9135768538947859f,0.11934865805920404f,0.38875857527155877f,-0.004989905565167032f,0.12324119590687146f,0.9922632359946363f,-0.015009267966723638f,0.976285584900096f,-0.38754217790990075f,0.03419895192721521f,-0.9212173967245358f,-0.09484239292187924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9150153981958513f,-0.10776637331429299f,0.38875857527155877f,-0.004989905565167032f,-0.12324119590687146f,0.9922632359946363f,-0.015009267966723638f,0.976285584900096f,-0.38413334754474504f,-0.0616447830407183f,-0.9212173967245358f,-0.09484239292187924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9213211793237054f,0.005835638988541163f,0.38875857527155877f,-0.004989905565167032f,0f,0.9998873545930577f,-0.015009267966723638f,0.976285584900096f,-0.3888023720729811f,-0.013828356463887359f,-0.9212173967245358f,-0.09484239292187924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8943554718407944f,0.2500049126190311f,0.37097955961855966f,-0.1812181464014731f,0.1820355305612749f,0.9608893444747174f,-0.20869770791319914f,0.9947917400188144f,-0.40864575808602854f,-0.11911847607024889f,-0.9048864199760082f,-0.17557026799940306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9185725898638397f,-0.059662010621855596f,0.3907234848833581f,0.17546054576912043f,-0.1643846742837876f,0.9566576570365202f,-0.24038262435960012f,1.0052105293962343f,-0.35944690290980563f,-0.28503784261384163f,-0.888567021820299f,-0.024119631585335824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9213211793237054f,0.06631159021580686f,0.38310580461881255f,-0.020757805797862537f,0f,0.9853484241266427f,-0.17055346103536553f,0.8368011988311306f,-0.3888023720729811f,-0.15713451585884258f,-0.9078223721611131f,-0.07757192103138076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9213211793237054f,0.06068804065743711f,0.38403677721116514f,1.3062899190905102e-17f,0f,0.9877428863501856f,-0.15608968724616093f,1.0575f,-0.3888023720729811f,-0.14380873473390132f,-0.9100284409207536f,-0.10666666666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3118113725477146f,-0.32066145696818393f,-0.8943991826723411f,-0.6443180625149197f,0.1311419773813089f,0.9177961188675898f,-0.37476935034779607f,1.1352884579414135f,0.9410501844845632f,-0.23415062290463895f,-0.24412709000628943f,0.4507217524392984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7718916640959231f,-0.32066145696818393f,-0.5489621926091705f,-0.6976349285244375f,-0.1099330264173062f,0.9177961188675898f,-0.3815298335573782f,1.1363319124289568f,0.6261772820870767f,-0.23415062290463895f,-0.7436904579133788f,0.527827429932305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5687132374348571f,-0.32066145696818393f,-0.7574572486823301f,-0.5573579082173291f,0.011130181200462469f,0.9177961188675898f,-0.3968959602440339f,1.1953445792217903f,0.8224605599254038f,-0.23415062290463895f,-0.5183937819462737f,0.5670336584777428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.758989679027763f,-0.6508663513879024f,-0.01754023261911719f,0.6521879634512482f,-0.6076401508060864f,0.7177458927871141f,-0.3400210001096771f,2.075870813868216f,0.23389765765755288f,-0.2474142801420888f,-0.9402542527019392f,-0.2509041309856972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03343146630158228f,-0.6508663513879024f,-0.7584558851323693f,0.7007978294427765f,0.3526718830616208f,0.7177458927871141f,-0.6003860227262114f,2.092952797242895f,0.9351496564500767f,-0.2474142801420888f,0.25353755939322953f,-0.3292262177318561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5185052372429685f,-0.6508663513879024f,-0.5545496475362802f,0.7596753435774544f,-0.1822078226632448f,0.7177458927871141f,-0.6720425155803373f,2.1852181828926063f,0.8354355919590285f,-0.2474142801420888f,-0.490747945150909f,-0.2164529825861403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014395643426932899f,0f,0.0000060750370636403295f,-0.27395126641194334f,0f,0.000015625f,0f,1.2236225f,-0.0000060750370636403295f,0f,-0.000014395643426932899f,0.523935462997944f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5.mcfunction new file mode 100644 index 000000000..78102743d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50.mcfunction new file mode 100644 index 000000000..bff4e575b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..d1aa3929f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4983086502404921f,-0.037170643562982546f,-0.6459499026991622f,0.03363226841418476f,-0.11934204263032326f,0.8066090043922091f,0.045649045320527874f,1.5598816847661106f,0.6359169838907948f,0.12224852446948882f,-0.49760358952554967f,-0.5561258929489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4649160022456337f,0.15316238483572364f,-0.6327672516236691f,0.03363226841418476f,0.19436888015329296f,0.7747393688782057f,0.04471743215072119f,1.5598816847661106f,0.6213484121520653f,-0.1277505153869573f,-0.4874484142291099f,-0.5561258929489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.595651687617283f,0.1557240798262912f,0.5365571008246763f,-0.07867812702710814f,0.1850187811580418f,0.7950284233848371f,-0.025343659433022348f,1.566624324531083f,-0.5271731803704731f,0.10307405792399599f,-0.6151492671909846f,-0.5449618140034097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5974564193292097f,-0.08235991076647438f,0.525606955909887f,-0.07867812702710814f,-0.13058854613546014f,0.7888791285115432f,-0.024826441893572915f,1.566624324531083f,-0.5157445672234912f,-0.10433870661171973f,-0.6025952005136176f,-0.5449618140034097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.07202213303165059f,-1.4502074874043713f,0.5771631535622069f,0.02722540045169569f,0.8680402774386751f,-0.4429701787096194f,-1.221347513002813f,2.486429811794016f,1.2971989589487647f,0.376937546883125f,0.7852383056448361f,-0.626257726887177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2376574237566703f,0.970572388750215f,0.03883538501218254f,-0.35357011400822175f,0.8250963207212935f,0.22281048699809936f,-0.5192028008551711f,2.0740716296299255f,-0.5125768337191285f,-0.09134946677114086f,-0.8537682732774163f,-0.3646536466604994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23916484876137542f,0.970572388750215f,0.02809650000712581f,-0.2753357136757221f,0.8476346003105735f,0.22281048699809936f,-0.4815299276680571f,1.7953352480153506f,-0.4736198470010341f,-0.09134946677114086f,-0.8759791752361155f,-0.21155256497387012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6169591413169212f,0.7839178972712562f,-0.06952803954736206f,0.4759372003454155f,0.7662467409783761f,0.6184971999597223f,0.17414690804605312f,1.4882204948211837f,0.1795197757504849f,0.05416589314130799f,-0.9822620353727918f,-0.4436855533316936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49579903092564415f,0.81907488186984f,-0.28861680273868284f,0.31488046381749274f,0.6909440851840118f,0.5733763150137061f,0.4402679553755099f,1.7160756945978255f,0.5260984623456154f,0.01886635288577898f,-0.8502143662902716f,-0.27102201210727195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9919586348597591f,0.03144214239127786f,-0.12259469160208257f,-0.13604370206953992f,0.07890168486448015f,0.9110060305901139f,-0.4047746735580065f,1.44068945726053f,0.09895752044543855f,-0.41119266033125046f,-0.9061611364635977f,0.00010273006298957763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9919586348597591f,0.06685183891958511f,-0.10746580088676105f,-0.12418064352765995f,0.07890168486448015f,0.9905599854389908f,-0.11209567062403651f,1.6257188565889404f,0.09895752044543855f,-0.11967350116118469f,-0.9878692536298082f,-0.02851023423991883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9919586348597591f,0.03144214239127786f,-0.12259469160208257f,0.1743702778557965f,0.07890168486448015f,0.9110060305901139f,-0.4047746735580065f,1.4220535185620327f,0.09895752044543855f,-0.41119266033125046f,-0.9061611364635977f,-0.03075359596164765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9919586348597591f,0.06685183891958511f,-0.10746580088676105f,0.18623333639767647f,0.07890168486448015f,0.9905599854389908f,-0.11209567062403651f,1.607082917890443f,0.09895752044543855f,-0.11967350116118469f,-0.9878692536298082f,-0.059366560264556056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9986805460315403f,0.02427916381093798f,-0.04525139978814065f,0.3296439766691361f,0.025954901902222004f,0.9989848137621973f,-0.03681962709960271f,2.3092067536761633f,0.04431151143202549f,-0.03794554093894835f,-0.9982968626002288f,-0.25116536371050474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9986805460315403f,0.02427916381093798f,-0.04525139978814065f,0.3598172829388134f,0.025954901902222004f,0.9989848137621973f,-0.03681962709960271f,2.1799085030939676f,0.04431151143202549f,-0.03794554093894835f,-0.9982968626002288f,-0.34167418364060864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9986805460315403f,0.02427916381093798f,-0.04525139978814065f,-0.25708084412439386f,0.025954901902222004f,0.9989848137621973f,-0.03681962709960271f,2.324455258543719f,0.04431151143202549f,-0.03794554093894835f,-0.9982968626002288f,-0.2251323507441898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9986805460315403f,0.02427916381093798f,-0.04525139978814065f,-0.30180857880708206f,0.025954901902222004f,0.9989848137621973f,-0.03681962709960271f,2.1971036256041896f,0.04431151143202549f,-0.03794554093894835f,-0.9982968626002288f,-0.31231780731689174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9826794440434076f,0.17888676866772307f,-0.04838010179980767f,0.23281758671315111f,0.18181061912123864f,0.9811897708638556f,-0.064896319825442f,2.4183425243221284f,0.03586096804732287f,-0.07256829574790008f,-0.9967185326976489f,-0.2758260868717781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9985650853834965f,0.022959442564887744f,-0.04838010179980767f,0.11802922649413874f,0.026080331794396824f,0.9975511435343091f,-0.064896319825442f,2.4313992923432464f,0.04677164254699959f,-0.06606496825475287f,-0.9967185326976489f,-0.27110445663710553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9636376401583386f,0.2620300758864732f,-0.05237115428360618f,0.09597517828593632f,0.26615946479319613f,0.9586071776136806f,-0.10115047369405825f,2.4291762273167388f,0.023698898098171536f,-0.11141148216616692f,-0.993491743232157f,-0.26543376918264405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974456035061496f,-0.04857499609115304f,-0.05237115428360618f,0.12524739521352665f,-0.043093215447231256f,0.9939374006716348f,-0.10115047369405825f,2.438355777292384f,0.05696703282312782f,-0.09863525384393923f,-0.993491743232157f,-0.2679114300530451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9927641964887555f,0.10805791210752849f,-0.05237115428360618f,0.18351664654634897f,0.11292339910156018f,0.9884416460301625f,-0.10115047369405825f,2.537835902880012f,0.04083572094851985f,-0.10633249749791578f,-0.993491743232157f,-0.31256614417632844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9927641964887555f,0.10990275665276046f,-0.04838010179980767f,0.1587885262994779f,0.11292339910156018f,0.9914821095755906f,-0.064896319825442f,2.3147524282255043f,0.04083572094851985f,-0.069889988350696f,-0.9967185326976489f,-0.29684089679742187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9901832292969263f,-0.13224780994906682f,-0.04525139978814065f,-0.15709662106656191f,-0.13064030093408877f,0.990745894178773f,-0.03681962709960271f,2.427757314822422f,0.04970195359300629f,-0.030546520776981778f,-0.9982968626002288f,-0.2553868475501118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9986805460315403f,0.024279163810937962f,-0.04525139978814065f,-0.04181891999415162f,0.025954901902221994f,0.9989848137621973f,-0.03681962709960271f,2.434834851471128f,0.04431151143202549f,-0.03794554093894835f,-0.9982968626002288f,-0.26087326126457405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9748891270620991f,-0.2180447219111535f,-0.04525139978814065f,-0.01961678788107822f,-0.21649236942899305f,0.9755897544763713f,-0.03681962709960271f,2.429939810555545f,0.05217512736082947f,-0.026098471361770494f,-0.9982968626002288f,-0.2616991117767167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9945541815620093f,0.09388445427617889f,-0.04525139978814065f,-0.04844298439473711f,0.09557733499765961f,0.9947408145316f,-0.03681962709960271f,2.440686316258157f,0.041556623687051465f,-0.040944122292127884f,-0.9982968626002288f,-0.2607888180111426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969963335992242f,-0.06285397049445834f,-0.04525139978814065f,-0.10502375356966032f,-0.061211127772590364f,0.9974454936973015f,-0.03681962709960271f,2.545666389782952f,0.04745006455751127f,-0.033939144008474094f,-0.9982968626002288f,-0.29339932634132215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969963335992242f,-0.06285397049445834f,-0.04525139978814065f,-0.09088161020840721f,-0.061211127772590364f,0.9974454936973015f,-0.03681962709960271f,2.3212411537010595f,0.04745006455751127f,-0.033939144008474094f,-0.9982968626002288f,-0.28576301893941547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9986805460315403f,0.02427916381093798f,-0.04525139978814065f,0.022924492835809017f,0.025954901902222004f,0.9989848137621973f,-0.03681962709960271f,1.8071676872570182f,0.04431151143202549f,-0.03794554093894835f,-0.9982968626002288f,-0.24065809118095047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933247357610765f,0.06113198089549063f,-0.09782050008551864f,3.003251212899631e-17f,0.05963500383519106f,0.9980550972204618f,0.01815734644244901f,1.432897025799345f,0.0987402432788391f,0.012202615459307772f,-0.9950384216366661f,-0.2452340719781909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9503215942893793f,-0.3075498024226264f,-0.04797902101018531f,0.23546262888542027f,-0.31096033914334476f,0.9311597646598923f,0.19038161717558238f,0.8276707832762472f,-0.013875694834794283f,0.19584333460278264f,-0.9805370229545206f,-0.24799620032094782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9503215942893793f,-0.30641662807526115f,0.0547514151988733f,0.12500000000000003f,-0.31096033914334476f,0.9424158483125455f,-0.12310985472008688f,1.1674410680625544f,-0.013875694834794283f,-0.13401947204914655f,-0.9908815500373995f,-0.2970071798999326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9614843429890896f,0.270536305208189f,0.04855888951716502f,-0.2294111000555443f,0.2745864737191398f,0.9375444807996074f,0.21357110050913383f,0.8329635597786651f,0.012252617570411855f,0.21867888349471712f,-0.9757199492047793f,-0.21953563713613722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9614843429890896f,0.26819601313245456f,-0.060156102987933564f,-0.12499999999999997f,0.2745864737191398f,0.9469978437464558f,-0.16672538016166338f,1.201999060118158f,0.012252617570411855f,-0.1768218947964852f,-0.9841665971182185f,-0.2964595084893637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25846434259635337f,0.01354554221932614f,3.23710534235525e-17f,0.2231319429509983f,0.8581177432693052f,-0.46243494106880284f,1.2573237317638846f,-0.1311466131575388f,-0.443655409403097f,-0.886549741167791f,-0.2643297107875552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25846434259635326f,-0.013545542219325921f,3.4210059657197745e-17f,-0.2231319429509983f,0.8581177432693052f,-0.46243494106880284f,1.2680715959232423f,0.1311466131575386f,-0.4436554094030971f,-0.886549741167791f,-0.2793463362743946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.205427423579954e-17f,1.055787141221504e-16f,3.23710534235525e-17f,0f,0.8621156254657132f,-0.5067116027168335f,1.2573237317638846f,-1.2246467991473532e-16f,-0.5067116027168335f,-0.8621156254657132f,-0.2643297107875552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2588190451025207f,1.170791554398334e-16f,3.2200453562276363e-17f,0.24743718134440829f,0.9234481324589658f,0.2932889154850258f,1.2885426667507147f,0.07590875704498816f,0.2832953380312983f,-0.9560238553789425f,-0.26293665720349396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2588190451025208f,1.170791554398334e-16f,3.2200453562276363e-17f,-0.24743718134440829f,0.9234481324589658f,0.2932889154850258f,1.2885426667507147f,-0.07590875704498841f,0.2832953380312982f,-0.9560238553789425f,-0.26293665720349396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.591753315741354e-17f,1.170791554398334e-16f,3.2200453562276363e-17f,0f,0.9560238553789425f,0.2932889154850258f,1.2885426667507147f,-1.2246467991473532e-16f,0.2932889154850258f,-0.9560238553789425f,-0.26293665720349396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25881904510252074f,1.2234294017411516e-16f,-0.19374999999999998f,0.25856175815709065f,0.9649656183365989f,0.04457771468995971f,1.3821994717112056f,0.011537561548907865f,0.04305876589597771f,-0.9990059195785681f,-0.25875749645131024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25881904510252074f,1.2234294017411516e-16f,0.19375000000000003f,-0.25856175815709065f,0.9649656183365989f,0.04457771468995971f,1.3821994717112056f,-0.011537561548908101f,0.04305876589597764f,-0.9990059195785681f,-0.2587574964513102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6101311494358442e-17f,1.2140158810649973e-16f,-0.007812499999999968f,0f,0.9913191966126417f,0.13147718595736177f,1.2151781695316637f,-1.2246467991473532e-16f,0.13147718595736177f,-0.9913191966126417f,-0.26621033312603787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.4591955608363106e-18f,1.2234294017411516e-16f,3.138157422815092e-17f,0f,0.9990059195785681f,0.04457771468995971f,1.4383935546875f,-1.2246467991473532e-16f,0.04457771468995971f,-0.9990059195785681f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4355118252243953f,-0.3349116794281731f,-0.835561857119098f,-1.650211580530304f,0.06444275323704785f,0.9374313473251867f,-0.3421543520215899f,2.080250010194142f,0.8978733661519002f,0.09516635978477746f,0.4298450678097513f,0.851007292230032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.040410048134188914f,-0.3349116794281731f,-0.9413825975619013f,-1.6310384194696965f,-0.1151960179223798f,0.9374313473251867f,-0.32856102402280135f,2.077787099180858f,0.9925204811310541f,0.09516635978477746f,-0.07646213769373042f,0.9427427077699676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20451371797981077f,-0.3349116794281731f,-0.9197870982682214f,-1.502656935259767f,-0.02627105080836134f,0.9374313473251867f,-0.34717762160241494f,2.1310951979278623f,0.9785110990926463f,0.09516635978477746f,0.18291908844572624f,0.8694371367331408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1904261697038023f,0.7130679348192219f,0.6747384635728039f,1.5478949118314724f,-0.06063865633220408f,0.6945465870658706f,-0.7168877120953993f,2.6405935762629005f,-0.9798269373977035f,0.0955989473153385f,0.17549932769681942f,-0.11040814464396595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06906018320798249f,0.7130679348192219f,0.6976853240737756f,1.5421050881685274f,0.2052770067573376f,0.6945465870658706f,-0.689540708654608f,2.633693533112099f,-0.9762643297755109f,0.0955989473153385f,-0.19434196582357427f,-0.0170918553560336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0617581190714115f,0.7130679348192219f,0.6983695691118068f,1.440244564633229f,0.0736004602752156f,0.6945465870658706f,-0.7156731171718185f,2.7444945222632726f,-0.9953737524046118f,0.0955989473153385f,-0.00958823738553574f,-0.06231176439216942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.6045160546875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51.mcfunction new file mode 100644 index 000000000..2a6b200da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..69bdc5f4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48904591777229905f,-0.03528197799835224f,-0.653095488258201f,0.034970049841729856f,-0.12073563154849748f,0.8063328170149724f,0.04684805144004493f,1.5536723840392943f,0.6428074688655067f,0.12460744230449247f,-0.488073752354598f,-0.5550426687685822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45582498840398095f,0.15139932054665897f,-0.6397670089059928f,0.034970049841729856f,0.19300411220710595f,0.7750118320869036f,0.04589196875759504f,1.5536723840392943f,0.6284687682118002f,-0.12819869680816268f,-0.4781130635310348f,-0.5550426687685822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5874577399538357f,0.1545346616901159f,0.5458542722642163f,-0.07951514713466183f,0.185555161877968f,0.7949033849410361f,-0.025344327850007817f,1.5605658828624767f,-0.5361036561274478f,0.10579268117430911f,-0.6069145104058548f,-0.5436948141358797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.589594811670503f,-0.08036466935110342f,0.5347143891567834f,-0.07951514713466183f,-0.13005623464848062f,0.7889670405663521f,-0.024827096669395414f,1.5605658828624767f,-0.5248460096831103f,-0.10522608431401394f,-0.5945284999894088f,-0.5436948141358797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9624243122309364f,-1.0887818833397658f,0.5741948308178353f,-0.08325126859769233f,0.30907574913554775f,-0.9192779744129999f,-1.2250740537026457f,2.622808199645564f,1.1914771817047567f,-0.6410056678924494f,0.7816009910476355f,-0.3182732801000189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2403159551272197f,0.9698495726379429f,0.040497508136818475f,-0.35436079586300107f,0.8261738660978035f,0.2262608177073942f,-0.5159871949451751f,2.067613621023947f,-0.5095929598103773f,-0.09054197272194207f,-0.85563845547481f,-0.3637795531136253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24184942302999907f,0.9698495726379429f,0.03001104853310045f,-0.275234466500734f,0.8478261345485671f,0.2262608177073942f,-0.47957990778056614f,1.7888392256372074f,-0.4719106929880817f,-0.09054197272194207f,-0.8769848624800359f,-0.21116110258929122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.61840607407252f,0.7826861954896196f,-0.07054251866922467f,0.4771361291120233f,0.765653492997884f,0.6202981033544898f,0.17030851897354482f,1.4816660463528963f,0.17705551731124425f,0.051308696775574925f,-0.982862534347932f,-0.44221391601478716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.498969858394165f,0.8167759315533938f,-0.2896655969375596f,0.31497844031594263f,0.6909052158567646f,0.5766923290475606f,0.4359769951724721f,1.7094755713515315f,0.5231434441107186f,0.017407907765898914f,-0.8520668410583699f,-0.27052408036528164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9919636501851147f,0.031945014150816506f,-0.12242398777334294f,-0.13614433616021343f,0.07915376482207014f,0.911548985935758f,-0.40350108767385484f,1.4338634085949042f,0.09870561395339124f,-0.40994873131941223f,-0.9067520275487054f,0.00006362727716242161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9919636501851147f,0.06728010460941013f,-0.10715178129723425f,-0.12419901517905674f,0.07915376482207014f,0.9906948364940997f,-0.1107177603567804f,1.6189267044353182f,0.09870561395339124f,-0.11830946060089988f,-0.9880587398056899f,-0.028294763709291848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9919636501851147f,0.031945014150816506f,-0.12242398777334294f,0.1742749858532549f,0.07915376482207014f,0.911548985935758f,-0.40350108767385484f,1.415172125463914f,0.09870561395339124f,-0.40994873131941223f,-0.9067520275487054f,-0.030705358010230686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9919636501851147f,0.06728010460941013f,-0.10715178129723425f,0.1862203068344116f,0.07915376482207014f,0.9906948364940997f,-0.1107177603567804f,1.600235421304328f,0.09870561395339124f,-0.11830946060089988f,-0.9880587398056899f,-0.059063748996684956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9985729216412236f,0.02563923817875422f,-0.04684815503863348f,0.33045557089129324f,0.027367010739106135f,0.9989545085185074f,-0.036618801642772494f,2.3022221501409144f,0.045860297514477365f,-0.03784863770547337f,-0.998230591464579f,-0.2510565836599843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9985729216412236f,0.02563923817875422f,-0.04684815503863348f,0.36030513614562293f,0.027367010739106135f,0.9989545085185074f,-0.036618801642772494f,2.1728935610193747f,0.045860297514477365f,-0.03784863770547337f,-0.998230591464579f,-0.3416293830533973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9985729216412236f,0.02563923817875422f,-0.04684815503863348f,-0.2562060205729257f,0.027367010739106135f,0.9989545085185074f,-0.036618801642772494f,2.3183002689501393f,0.045860297514477365f,-0.03784863770547337f,-0.998230591464579f,-0.22411365887022885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9985729216412236f,0.02563923817875422f,-0.04684815503863348f,-0.3012494244416876f,0.027367010739106135f,0.9989545085185074f,-0.036618801642772494f,2.1910242056340326f,0.045860297514477365f,-0.03784863770547337f,-0.998230591464579f,-0.31124693595005604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9823601706256214f,0.18021628749330684f,-0.04990576009369727f,0.2337481829789071f,0.18320537247102123f,0.981007160433551f,-0.06372395684399515f,2.411475307044207f,0.037473813071987494f,-0.07174288048462206f,-0.9967189535840155f,-0.275444281946539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984577253175284f,0.02432253817383148f,-0.04990576009369727f,0.11898592546656128f,0.027486479980958586f,0.9975889688355626f,-0.06372395684399515f,2.4246944234410597f,0.048235507377900784f,-0.06499741067443768f,-0.9967189535840155f,-0.2705432782374511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9632019433579679f,0.2633378408407648f,-0.053807043151972295f,0.09692420825944169f,0.2675593427408857f,0.9584700535265124f,-0.09872767902138459f,2.422443000538143f,0.02557370570526278f,-0.10949126939719152f,-0.9936587178213112f,-0.26499212448628434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974353528205522f,-0.047196599993882205f,-0.053807043151972295f,0.1262070736574235f,-0.04171947872979008f,0.9942395739908793f,-0.09872767902138459f,2.4315841047845366f,0.05815670243622249f,-0.09622967556555738f,-0.9936587178213112f,-0.2674860435387484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9925384433500176f,0.109417734301007f,-0.053807043151972295f,0.18456924909786349f,0.11432749316196972f,0.9885251993259201f,-0.09872767902138459f,2.531081070541358f,0.042387059105624854f,-0.10414264120946819f,-0.9936587178213112f,-0.31198160302837863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9925384433500176f,0.11125130822509147f,-0.04990576009369727f,0.15953770474721796f,0.11432749316196972f,0.9913972370505398f,-0.06372395684399515f,2.308016692204987f,0.042387059105624854f,-0.06895407737589773f,-0.9967189535840155f,-0.29646693561880166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9902896924475911f,-0.13088764418970794f,-0.04684815503863348f,-0.15612210993105535f,-0.12924083671566242f,0.9909368645333984f,-0.036618801642772494f,2.4214643732326095f,0.0512165125432307f,-0.030208527060842465f,-0.998230591464579f,-0.2545089329616398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9985729216412236f,0.02563923817875422f,-0.04684815503863348f,-0.040843099585351574f,0.027367010739106128f,0.9989545085185074f,-0.036618801642772494f,2.4283789507105f,0.04586029751447737f,-0.03784863770547338f,-0.998230591464579f,-0.2601727670885694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9751137313453504f,-0.2166990108681257f,-0.04684815503863348f,-0.01864924651541225f,-0.21511487475752777f,0.9759019694745473f,-0.036618801642772494f,2.423452499159823f,0.05365446486361627f,-0.025629761303522264f,-0.998230591464579f,-0.26103363062524726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9943519453473695f,0.09523370807323489f,-0.04684815503863348f,-0.04745870801397954f,0.09698389002145369f,0.9946120793769567f,-0.036618801642772494f,2.4342398046230533f,0.04310839663230983f,-0.04095549296575514f,-0.998230591464579f,-0.26007728654201717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970076570439245f,-0.061489691536553495f,-0.04684815503863348f,-0.10394070625881247f,-0.059801751160134954f,0.9975383771687325f,-0.036618801642772494f,2.5393045797527276f,0.04898451136803996f,-0.03370762391968505f,-0.998230591464579f,-0.2925860766221114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970076570439245f,-0.061489691536553495f,-0.04684815503863348f,-0.09010552566308795f,-0.059801751160134954f,0.9975383771687325f,-0.036618801642772494f,2.3148584448897633f,0.04898451136803996f,-0.03370762391968505f,-0.998230591464579f,-0.2850018612401823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9985729216412236f,0.02563923817875422f,-0.04684815503863348f,0.02303998482041074f,0.027367010739106135f,0.9989545085185074f,-0.036618801642772494f,1.8006177204829765f,0.045860297514477365f,-0.03784863770547337f,-0.998230591464579f,-0.24014226562216875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933418304430987f,0.06143995952109522f,-0.09745326708736023f,3.003269246929461e-17f,0.05981210601916845f,0.9980183658396506f,0.019541070091094497f,1.4263608332931075f,0.09846075291965799f,0.013582077190161163f,-0.9950482437116778f,-0.24523554456847918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9504406258206094f,-0.3072298242126095f,-0.04767024128339799f,0.2352180826727916f,-0.31059333318259696f,0.9313813013074184f,0.18989642692116226f,0.8213951850032012f,-0.01394267450142151f,0.19529133797787632f,-0.980646162047534f,-0.24701669378757077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9504406258206094f,-0.30589750005868205f,0.055581797808067795f,0.12500000000000003f,-0.31059333318259696f,0.9422056181089116f,-0.12561988133463634f,1.1609218243661474f,-0.01394267450142151f,-0.1366575744766914f,-0.9905202214825778f,-0.29714819127581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9616419389053885f,0.2700704307041866f,0.04802857272020711f,-0.22917338781673383f,0.2740318532055736f,0.937982415179785f,0.2123570866305537f,0.8263232097193658f,0.0123014132116621f,0.2173728393170422f,-0.9760111290145431f,-0.2192071500038564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9616419389053885f,0.26757250116831316f,-0.06041306114424378f,-0.12499999999999997f,0.2740318532055736f,0.9469628340033717f,-0.16783305528119816f,1.1953645207907313f,0.0123014132116621f,-0.1779504077962054f,-0.9839625641243472f,-0.29656214357254673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9664299118922014f,0.25657827601362193f,0.013446697658145226f,3.237327529502545e-17f,0.22204562104677864f,0.8603986133888178f,-0.4587046634301313f,1.2514688541739734f,-0.12926317176203855f,-0.4403201271307925f,-0.8884870387740839f,-0.26434785374497355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9664299118922014f,-0.2565782760136218f,-0.013446697658145008f,3.4206767092478865e-17f,-0.22204562104677864f,0.8603986133888178f,-0.4587046634301313f,1.2622793545003903f,0.12926317176203833f,-0.4403201271307926f,-0.8884870387740839f,-0.2793194504431396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.16126918395026e-17f,1.05837016354908e-16f,3.237327529502545e-17f,0f,0.8642248232600278f,-0.5031058088127921f,1.2514688541739734f,-1.2246467991473532e-16f,-0.5031058088127921f,-0.8642248232600278f,-0.26434785374497355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9663834389401756f,0.25710513208055513f,1.1706074359071825e-16f,3.220165142608133e-17f,0.2457599853549143f,0.9237403309660782f,0.2937785399668133f,1.2826874149242973f,0.07553197032060006f,0.2839027157399529f,-0.9558735112215253f,-0.26294643850374966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9663834389401756f,-0.25710513208055524f,1.1706074359071825e-16f,3.220165142608133e-17f,-0.2457599853549143f,0.9237403309660782f,0.2937785399668133f,1.2826874149242973f,-0.07553197032060031f,0.2839027157399528f,-0.9558735112215253f,-0.26294643850374966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.597749486285406e-17f,1.1706074359071825e-16f,3.220165142608133e-17f,0f,0.9558735112215253f,0.2937785399668133f,1.2826874149242973f,-1.2246467991473532e-16f,0.2937785399668133f,-0.9558735112215253f,-0.26294643850374966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9661783305761262f,0.2578745352726349f,-0.00039696731888794515f,-0.19374999999999998f,0.2576154042863728f,0.965274191388682f,0.043359415509148354f,1.3759394325277348f,0.011564471431862003f,0.04179066279504176f,-0.9990594594435572f,-0.2587252782203447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661606853159423f,-0.2579406077237008f,0.0004159771106718602f,0.19375000000000003f,-0.2576814401128149f,0.9652597397212722f,0.04328868552644691f,1.3757319981770977f,-0.011567435809829016f,0.04171663649372637f,-0.9990625188988103f,-0.2587871429128262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6133827225438235e-17f,1.2139727116240415e-16f,-0.007812499999999968f,0f,0.9912839460889921f,0.1317426970508659f,1.208647603135184f,-1.2246467991473532e-16f,0.1317426970508659f,-0.9912839460889921f,-0.26627011897475067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.491963806211628e-18f,1.2234147358998843e-16f,3.138157422815092e-17f,0f,0.9989939440103656f,0.04484528771916398f,1.4318603125f,-1.2246467991473532e-16f,0.04484528771916398f,-0.9989939440103656f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4340255195610032f,-0.3354498596683002f,-0.836119154198921f,-1.6500978777305182f,0.06512346334724063f,0.9373468363686127f,-0.3422569836707701f,2.0702021624972557f,0.8985437011584143f,0.09409729006868851f,0.42867810430469533f,0.850983285185811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.043706185882124354f,-0.3354498596683002f,-0.9410436551851116f,-1.631152122269482f,-0.11526240672090217f,0.9373468363686127f,-0.3287787796477421f,2.067768462502744f,0.9923730885672699f,0.09409729006868851f,-0.07963261322590495f,0.9427667148141885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2020880582510537f,-0.3354498596683002f,-0.9201270609871425f,-1.5026059408519288f,-0.02595946660812587f,0.9373468363686127f,-0.34742915024962256f,2.1210996850374433f,0.9790232493693601f,0.09409729006868851f,0.18071850263874134f,0.8697672246041885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19454726367525285f,0.7113208099080135f,0.6754065942736119f,1.5480270927563597f,-0.058189836442923124f,0.695719583618402f,-0.715952654792608f,2.630717861167508f,-0.9791656168040306f,0.09998483065768152f,0.17674198286524134f,-0.11038783793290528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06767779416981332f,0.7113208099080135f,0.699601616327547f,1.5419729072436403f,0.20938698251655186f,0.695719583618402f,-0.6871181503369349f,2.6235027638324926f,-0.9754879844103268f,0.09998483065768152f,-0.19602608476790306f,-0.017112162067094275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0645779788023403f,0.7113208099080135f,0.6998945563766105f,1.4400158165435084f,0.0769610382401616f,0.695719583618402f,-0.7141787308250183f,2.734237122123753f,-0.9949405425686507f,0.09998483065768152f,-0.009815823529071092f,-0.062277626470639114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5979828125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52.mcfunction new file mode 100644 index 000000000..b67395f80 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..58d62715a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.46618789032353025f,-0.030979794068734152f,-0.669816055137229f,0.03801072139732376f,-0.12318850246379233f,0.8058660353190958f,0.04846617814779993f,1.5466626363381777f,0.6591190243202427f,0.12870365155264582f,-0.4646955199919522f,-0.5527721552345252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.43352513054959646f,0.14672403363382583f,-0.6561463397262651f,0.03801072139732376f,0.19060921896033733f,0.7755088995213942f,0.04747707247131422f,1.5466626363381777f,0.6447666917802792f,-0.13060629662208548f,-0.45521193795130016f,-0.5527721552345252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5677048232911647f,0.15132338649942662f,0.5672362036706904f,-0.0817771554083421f,0.18563793290356023f,0.7948545158026884f,-0.02625454284141206f,1.5538980917984921f,-0.5569508379773614f,0.11068864373034575f,-0.586939718088575f,-0.5409348437244061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5705141090834485f,-0.07586610687689593f,0.5556599546161866f,-0.0817771554083421f,-0.12996300506543162f,0.7889538414513969f,-0.025718735844648552f,1.5538980917984921f,-0.5455485942160255f,-0.10861017395450397f,-0.5749613564949307f,-0.5409348437244061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4481869181823972f,-0.13443737666318364f,0.5710407093730633f,-0.37174502339869103f,-0.40326015128287335f,-0.8765009069911867f,-1.2290376969120764f,2.602744583156902f,0.4260776342319368f,-1.2864987375817936f,0.7776793026741597f,-0.12185822996432816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24315779871522047f,0.9690657877600447f,0.04225853661655032f,-0.35520412074497565f,0.8272997744513965f,0.22993678035988296f,-0.5125467395568909f,2.0604538906586582f,-0.5064083017848706f,-0.08966925911779887f,-0.8576188289984243f,-0.36284845196572824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24471264005555962f,0.9690657877600447f,0.03205031653575541f,-0.27512672822458617f,0.8480153915802645f,0.22993678035988296f,-0.47749237970956304f,1.7816435795216607f,-0.47009107568641273f,-0.08966925911779887f,-0.8780511400421143f,-0.21074356568314206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6199348705871448f,0.7813804516901307f,-0.07159152147165901f,0.47841140074531646f,0.7650243583058985f,0.6221857925244026f,0.16620039343945306f,1.47441301058922f,0.17440896602166933f,0.04826416162442097f,-0.9834897474167914f,-0.44064004606681917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5023431504067286f,0.8143205113654961f,-0.2907463912224528f,0.315082641480052f,0.6908504266791429f,0.5801992228868302f,0.4313867750856121f,1.7021688924118603f,0.5199779295284455f,0.015841923208852665f,-0.854032778218937f,-0.26999305637000903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9919812489595536f,0.03234287606023383f,-0.12217667568237583f,-0.13622361209030903f,0.07926978573844563f,0.9121370185092231f,-0.4021471876491072f,1.426314298899421f,0.09843527204018393f,-0.40860738837331084f,-0.9073866316984824f,0.000018627416172877637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9919812489595536f,0.06758518407643714f,-0.10679627618039031f,-0.1242188668021045f,0.07926978573844563f,0.990848527537615f,-0.1092496981484217f,1.6114155871992963f,0.09843527204018393f,-0.116839369948209f,-0.9882606229373305f,-0.028065383342474604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9919812489595536f,0.03234287606023383f,-0.12217667568237583f,0.17420136277990522f,0.07926978573844563f,0.9121370185092231f,-0.4021471876491072f,1.4075639366813266f,0.09843527204018393f,-0.40860738837331084f,-0.9073866316984824f,-0.03065724084402637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9919812489595536f,0.06758518407643714f,-0.10679627618039031f,0.18620610806810975f,0.07926978573844563f,0.990848527537615f,-0.1092496981484217f,1.5926652249812019f,0.09843527204018393f,-0.116839369948209f,-0.9882606229373305f,-0.05874125160267385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9984532546284964f,0.027084948069916757f,-0.04855413380766643f,0.33131700891131555f,0.028867663638914937f,0.9989203130361439f,-0.03639871151294911f,2.294505806897708f,0.04751585333121286f,-0.03774405637742635f,-0.9981571168360142f,-0.25094109843528845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9984532546284964f,0.027084948069916757f,-0.04855413380766643f,0.3608214374066758f,0.028867663638914937f,0.9989203130361439f,-0.03639871151294911f,2.1651458511773916f,0.04751585333121286f,-0.03774405637742635f,-0.9981571168360142f,-0.3415821655914069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9984532546284964f,0.027084948069916757f,-0.04855413380766643f,-0.25527427818292614f,0.028867663638914937f,0.9989203130361439f,-0.03639871151294911f,2.3114655592855704f,0.04751585333121286f,-0.03774405637742635f,-0.9981571168360142f,-0.22302553460320088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9984532546284964f,0.027084948069916757f,-0.04855413380766643f,-0.30065384378470306f,0.028867663638914937f,0.9989203130361439f,-0.03639871151294911f,2.184270678338173f,0.04751585333121286f,-0.03774405637742635f,-0.9981571168360142f,-0.31010291275947843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9820153610766754f,0.18163201340284518f,-0.05153292458880296f,0.2347367073081473f,0.18468719602959854f,0.9808100716445279f,-0.06246793564206014f,2.40388341896696f,0.03919783453420914f,-0.07086194372076299f,-0.996715663918223f,-0.27503707992593973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9983386292716108f,0.0257747742454911f,-0.05153292458880296f,0.12000280261402077f,0.028980891311860824f,0.9976261148122526f,-0.06246793564206014f,2.417275043485071f,0.049800494403684316f,-0.06385762332881195f,-0.996715663918223f,-0.2699443270942176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9627325225676202f,0.26473413083623343f,-0.055334708465580744f,0.09793238830510297f,0.2690456973594976f,0.9583172291281121f,-0.09613792741971963f,2.4149938552263173f,0.027577213835490846f,-0.10744267460651612f,-0.9938287422642141f,-0.26452076136272434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974203844566831f,-0.04572359029332368f,-0.055334708465580744f,0.12722651373336144f,-0.04025864614797299f,0.9945535381877504f,-0.09613792741971963f,2.4240940177154746f,0.05942910129401953f,-0.09366222808002837f,-0.9938287422642141f,-0.2670321122072681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9922932297870404f,0.11087026723983781f,-0.055334708465580744f,0.18568794289097906f,0.11581945529177126f,0.9886067735390842f,-0.09613792741971963f,2.5236085684737506f,0.04404542989597517f,-0.10180585029755818f,-0.9938287422642141f,-0.3113577257899065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9922932297870404f,0.11268763819571609f,-0.05153292458880296f,0.160333224296943f,0.11581945529177126f,0.9913039951460586f,-0.06246793564206014f,2.3005651695658877f,0.04404542989597517f,-0.06795502487185592f,-0.996715663918223f,-0.29606784519373897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9903976575877941f,-0.1294410133412047f,-0.04855413380766643f,-0.15508511202136455f,-0.12775330999125065f,0.9911378438877595f,-0.03639871151294911f,2.414482994986593f,0.05283532559651858f,-0.029846247313951198f,-0.9981571168360142f,-0.25357112666331477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9984532546284965f,0.027084948069916764f,-0.04855413380766643f,-0.03980531655002757f,0.028867663638914937f,0.9989203130361439f,-0.03639871151294911f,2.421224375141297f,0.047515853331212866f,-0.037744056377426345f,-0.9981571168360142f,-0.2594246021007351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753473678316823f,-0.21526729466873606f,-0.04855413380766643f,-0.01762038143153087f,-0.21365052502630527f,0.976231830538311f,-0.03639871151294911f,2.416264551997228f,0.05523554308408062f,-0.025127771286414257f,-0.9981571168360142f,-0.2603228966891901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9941317222134064f,0.09666754873893235f,-0.04855413380766643f,-0.04641190092915439f,0.09847850204995344f,0.994473286938465f,-0.03639871151294911f,2.4270951956035693f,0.044767214822947744f,-0.04096665212842904f,-0.9981571168360142f,-0.25931731770652605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970144473196711f,-0.06003905334062195f,-0.04855413380766643f,-0.10278887636182106f,-0.05830382836500542f,0.9976351023285925f,-0.03639871151294911f,2.5322499834995496f,0.050624652431743335f,-0.03345914935829742f,-0.9981571168360142f,-0.2917171904665527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970144473196711f,-0.06003905334062195f,-0.04855413380766643f,-0.08928008936018114f,-0.05830382836500542f,0.9976351023285925f,-0.03639871151294911f,2.3077820854756164f,0.050624652431743335f,-0.03345914935829742f,-0.9981571168360142f,-0.28418888186093577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9984532546284964f,0.027084948069916757f,-0.04855413380766643f,0.023162848264038156f,0.028867663638914937f,0.9989203130361439f,-0.03639871151294911f,1.7933644268245077f,0.04751585333121286f,-0.03774405637742635f,-0.9981571168360142f,-0.2395921247327809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933599195846856f,0.06176759537076833f,-0.09706098250491764f,3.0032884909300554e-17f,0.06000115909790228f,0.9979770348169118f,0.02101663353043721f,1.4191230387681657f,0.09816277843263764f,0.015053309940259638f,-0.9950565143700268f,-0.24523711596037828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.950567419903191f,-0.3068881868968682f,-0.047341535270240306f,0.23495618712495764f,-0.31020185538912914f,0.9316171572267369f,0.18937867164471095f,0.8144390939214088f,-0.014013890670772137f,0.19470262736780494f,-0.9807622024549791f,-0.2459733788826348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.950567419903191f,-0.30534132103188794f,0.05646466053286837f,0.12500000000000003f,-0.31020185538912914f,0.9419738406293611f,-0.12829689194642568f,1.1537021671732097f,-0.014013890670772137f,-0.13947028802032546f,-0.9901270876144108f,-0.2972985752082604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9618096662599184f,0.26957238527291705f,0.047464670938019475f,-0.22891972376064784f,0.2734402425429818f,0.9384474825630176f,0.21106102489367823f,0.8189750638408302f,0.01235312296626896f,0.21597928504697986f,-0.9763197984183131f,-0.21885682935725342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9618096662599184f,0.26690719888582415f,-0.06068536126536282f,-0.12499999999999997f,0.2734402425429818f,0.9469236573558862f,-0.16901485407438954f,1.1880218806113492f,0.01235312296626896f,-0.1791539402934667f,-0.983743496054894f,-0.2966716671127965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9677795237929953f,0.25145403110530723f,0.013178147361998025f,3.2376611611580006e-17f,0.21897857773223137f,0.8663178027228597f,-0.4489341234299366f,1.244774102972839f,-0.12430275870378929f,-0.4315835202209737f,-0.8934676766689996f,-0.26437509683707877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9677795237929953f,-0.2514540311053071f,-0.013178147361997806f,3.419556790763917e-17f,-0.21897857773223137f,0.8663178027228597f,-0.4489341234299366f,1.255747107506536f,0.12430275870378904f,-0.4315835202209738f,-0.8934676766689996f,-0.2792280021590507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.045572350704512e-17f,1.0650212825037014e-16f,3.2376611611580006e-17f,0f,0.8696558740407526f,-0.4936584454320769f,1.244774102972839f,-1.2246467991473532e-16f,-0.4936584454320769f,-0.8696558740407526f,-0.26437509683707877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9676101965839421f,0.25244901954015386f,1.1702655264058522e-16f,3.220389564950508e-17f,0.24123884939599813f,0.9246428087260513f,0.29468541499927264f,1.2759922621310689f,0.07439304408934962f,0.2851406123378668f,-0.9555943209263574f,-0.2629647639786973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9676101965839421f,-0.252449019540154f,1.1702655264058522e-16f,3.220389564950508e-17f,-0.24123884939599813f,0.9246428087260513f,0.29468541499927264f,1.2759922621310689f,-0.07439304408934987f,0.2851406123378667f,-0.9555943209263574f,-0.2629647639786973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.608855502342687e-17f,1.1702655264058522e-16f,3.220389564950508e-17f,0f,0.9555943209263574f,0.29468541499927264f,1.2759922621310689f,-1.2246467991473532e-16f,0.29468541499927264f,-0.9555943209263574f,-0.2629647639786973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9668590461362735f,0.2553065881266291f,-0.0014597820368462502f,-0.19374999999999998f,0.2550506235290482f,0.966116160636111f,0.039607367940622966f,1.3681473958869377f,0.011522340990399945f,0.037922423668325f,-0.9992142540222397f,-0.25867136818539954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9667941353634261f,-0.25555186671467617f,0.001530766321113031f,0.19375000000000003f,-0.2552960631095634f,0.96606206530662f,0.03934470912671302f,1.3673769911113847f,-0.011533429136353739f,0.03764743542596514f,-0.9992245246280761f,-0.25890137140669206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.616850405722907e-17f,1.2139265753401208e-16f,-0.007812499999999968f,0f,0.9912462729542134f,0.13202585487085916f,1.2014158260811567f,-1.2246467991473532e-16f,0.13202585487085916f,-0.9912462729542134f,-0.26633387993742763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.526910786397546e-18f,1.2233989980287616e-16f,3.138157422815092e-17f,0f,0.9989810930633548f,0.045130651468207786f,1.4246256640625f,-1.2246467991473532e-16f,0.045130651468207786f,-0.9989810930633548f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43224435783262505f,-0.3360906989010244f,-0.8367842357705374f,-1.6499616525159464f,0.06593932487431665f,0.9372451737586954f,-0.3423791607285003f,2.0534500154594766f,0.8993424378716822f,0.09281447289218343f,0.42728053204512506f,0.8509549161474734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.04765212629260718f,-0.3360906989010244f,-0.9406233661631068f,-1.631288347484054f,-0.11534260183851093f,0.9372451737586954f,-0.3290403751322254f,2.051051312665524f,0.9921821199058748f,0.09281447289218343f,-0.08342730105205362f,0.942795083852526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.19918192034018534f,-0.3360906989010244f,-0.9205268082580849f,-1.5025459787612876f,-0.025586163135493167f,0.9372451737586954f,-0.34773097722526364f,2.1044103106462897f,0.979628455520561f,0.09281447289218343f,0.17808302208842408f,0.8701625466867361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1994824000018815f,0.7092080652084698f,0.6761883556619029f,1.5481852730787433f,-0.05525525742365957f,0.697100762586584f,-0.7148408097809247f,2.6141717246974863f,-0.9783422860208661f,0.10523519869540784f,0.17824680737394316f,-0.11036233296102355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06603176511455584f,0.7092080652084698f,0.7019000828031828f,1.5418147269212565f,0.2142955309846083f,0.697100762586584f,-0.6841987665885023f,2.606579603427514f,-0.9745343664519384f,0.10523519869540784f,-0.19801091272871074f,-0.017137667038976012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06795249234652458f,0.7092080652084698f,0.701716737029376f,1.4397424894455935f,0.08098262687970131f,0.697100762586584f,-0.7123849668156018f,2.7172334090848405f,-0.9943964365018403f,0.10523519869540784f,-0.010063797890431016f,-0.06224043031643513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5907481640624999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53.mcfunction new file mode 100644 index 000000000..234a6a757 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..40003803d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43812821779044775f,-0.025746126470242523f,-0.6887127457743094f,0.041709276439214085f,-0.12611197904389856f,0.8053123713478001f,0.05012182897958188f,1.53906228209691f,0.6775572875866966f,0.13324250812111518f,-0.436012615083781f,-0.5502228469881048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40616846603753165f,0.1409418033430962f,-0.6746573836156501f,0.041709276439214085f,0.18775584602477952f,0.7761037539616995f,0.04909893451061083f,1.53906228209691f,0.6631552755427931f,-0.13341053615421072f,-0.4271143984494181f,-0.5502228469881048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5431972769566155f,0.14728803511074773f,0.5917663368801721f,-0.08461943381913656f,0.1855824044128467f,0.7948261308010455f,-0.027477944112148857f,1.5467180723271547f,-0.580896147279106f,0.11619854109884041f,-0.5621405603292086f,-0.5377793944817508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5468214241161529f,-0.07033096885665727f,0.5796894728622094f,-0.08461943381913656f,-0.13000261894251086f,0.7889073361562442f,-0.026917169742513167f,1.5467180723271547f,-0.5692852090083411f,-0.11260004342158507f,-0.5506683039959595f,-0.5377793944817508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1663058784959208f,0.8711057567349255f,0.5677249407672097f,-0.6757255335705608f,-0.8821509210534775f,-0.3773762023894566f,-1.2332084999523047f,2.445196945241265f,-0.5504058505052069f,-1.241035137477334f,0.7734930104895938f,-0.13258605256742606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24616429979775595f,0.9682241309024007f,0.04410407966811638f,-0.35609422073402636f,0.8284619315272098f,0.23381205208461858f,-0.5089034803478794f,2.0527313507368135f,-0.5030446953455382f,-0.08873531787439913f,-0.8596930137243434f,-0.36186702485440975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24773457020484066f,0.9682241309024007f,0.034199635432470635f,-0.2750132897569017f,0.8481983496806449f,0.23381205208461858f,-0.4752804265894085f,1.7738883042046742f,-0.4681742649104641f,-0.08873531787439913f,-0.8791694381842876f,-0.21030284091978207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6215321812599539f,0.7800115431157231f,-0.07266182123008005f,0.47975345884650183f,0.7643643282400503f,0.6241411002786378f,0.16184888216205937f,1.4666026509498247f,0.17159522537757466f,0.045054184591441164f,-0.9841367786433043f,-0.4389740991809278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5058936950652708f,0.8117254312142829f,-0.29184481083821445f,0.315192292055459f,0.690777723919151f,0.5838671290715188f,0.4265270351652513f,1.6942964200091446f,0.516621433382592f,0.014177443696546624f,-0.856096545174636f,-0.2694326243858007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9920105849997638f,0.03264195436180128f,-0.12185853299571786f,-0.1362828555952567f,0.0792590507176655f,0.91276500648515f,-0.4007219058343312f,1.4181848482823536f,0.09814785849808898f,-0.40717876387602303f,-0.9080597183669327f,-0.00003184111730180489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9920105849997638f,0.06777475277129508f,-0.10640292352758078f,-0.12424010772268627f,0.0792590507176655f,0.9910188598074915f,-0.10770154309569642f,1.60332774985191f,0.09814785849808898f,-0.11527446548411945f,-0.9884729614307058f,-0.02782375940451609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9920105849997638f,0.03264195436180128f,-0.12185853299571786f,0.17414803563912745f,0.0792590507176655f,0.91276500648515f,-0.4007219058343312f,1.3993720718404974f,0.09814785849808898f,-0.40717876387602303f,-0.9080597183669327f,-0.030609467087522234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9920105849997638f,0.06777475277129508f,-0.10640292352758078f,0.1861907835116979f,0.0792590507176655f,0.9910188598074915f,-0.10770154309569642f,1.5845149734100539f,0.09814785849808898f,-0.11527446548411945f,-0.9884729614307058f,-0.05840138537473652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9983214948663828f,0.028605395753117182f,-0.05035796085584304f,0.332221568218006f,0.03044545659484813f,0.9988821461118903f,-0.036159816808655154f,2.286201415519259f,0.049267302143331256f,-0.037632293481952794f,-0.9980764216365429f,-0.2508197772309074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9983214948663828f,0.028605395753117182f,-0.05035796085584304f,0.3613618909761204f,0.03044545659484813f,0.9988821461118903f,-0.036159816808655154f,2.1568094598071545f,0.049267302143331256f,-0.037632293481952794f,-0.9980764216365429f,-0.34153292890446413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9983214948663828f,0.028605395753117182f,-0.05035796085584304f,-0.2542923100159939f,0.03044545659484813f,0.9988821461118903f,-0.036159816808655154f,2.304088121268732f,0.049267302143331256f,-0.037632293481952794f,-0.9980764216365429f,-0.2218752372217003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9983214948663828f,0.028605395753117182f,-0.05035796085584304f,-0.3000260993728581f,0.03044545659484813f,0.9988821461118903f,-0.036159816808655154f,2.1769795748012415f,0.049267302143331256f,-0.037632293481952794f,-0.9980764216365429f,-0.3088933412345072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9816466311909292f,0.18312373953396882f,-0.05325023465295783f,0.23577558973444518f,0.18624476063137013f,0.9805994523674599f,-0.06113593995352322f,2.395709552359306f,0.04102170899491585f,-0.06993146670657141f,-0.9967079859996129f,-0.2746072833596073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.998207796441939f,0.027305816814984063f,-0.05325023465295783f,0.12107218392335733f,0.030552227822689654f,0.9976617453932317f,-0.06113593995352322f,2.409282530355223f,0.05145635526928628f,-0.06265328520514195f,-0.9967079859996129f,-0.26931166359802644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9622317763525874f,0.26620955426385196f,-0.05694279406549934f,0.09899201077918646f,0.270606994655207f,0.9581485490640751f,-0.09339813900760652f,2.406970465785681f,0.02969617855922441f,-0.10527977557465024f,-0.9939991478034225f,-0.26402287451316536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974000774188991f,-0.04416564013787852f,-0.05694279406549934f,0.1282979124662589f,-0.03872163917461492f,0.9948755813113248f,-0.09339813900760652f,2.4160274857339066f,0.06077598394436222f,-0.09095039275156916f,-0.9939991478034225f,-0.26655272450181655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9920294556634627f,0.11240585972300708f,-0.05694279406549934f,0.18686426781761492f,0.11738791780252669f,0.9886844109137671f,-0.09339813900760652f,2.5155601740650524f,0.04579995469475324f,-0.09933810102890335f,-0.9939991478034225f,-0.3106987379762369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9920294556634627f,0.11420145185355195f,-0.05325023465295783f,0.16116894115056576f,0.11738791780252669f,0.9912025391412121f,-0.06113593995352322f,2.29253960275828f,0.04579995469475324f,-0.06689958740197444f,-0.9967079859996129f,-0.2956463308107927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9905053704269379f,-0.12791867312412267f,-0.05035796085584304f,-0.15399324008447496f,-0.12618897166242443f,0.9913469680586834f,-0.036159816808655154f,2.406951276496544f,0.05454772759863237f,-0.02946187344721173f,-0.9980764216365429f,-0.2525796690893901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9983214948663828f,0.02860539575311718f,-0.05035796085584304f,-0.03871329922965093f,0.030445456594848125f,0.9988821461118903f,-0.036159816808655154f,2.4135105339280334f,0.049267302143331256f,-0.0376322934819528f,-0.9980764216365429f,-0.2586337589017181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9755873514832882f,-0.21376013520828616f,-0.05035796085584304f,-0.016537875015799328f,-0.2121103658495503f,0.9765764999975857f,-0.036159816808655154f,2.4085156333084425f,0.056907928489739606f,-0.02459561440990657f,-0.9980764216365429f,-0.2595716574762642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9938942223425586f,0.0981751015916075f,-0.05035796085584304f,-0.045310353057715476f,0.10004978919149599f,0.9943251517140164f,-0.036159816808655154f,2.4193918206870144f,0.04652219337927099f,-0.040977336374828394f,-0.9980764216365429f,-0.25851398057208114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970157046903699f,-0.058512907799960545f,-0.05035796085584304f,-0.10157683682102105f,-0.05672871292098655f,0.997734594357985f,-0.036159816808655154f,2.524641250637538f,0.05235969567418814f,-0.0331951629322786f,-0.9980764216365429f,-0.2907984169347226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970157046903699f,-0.058512907799960545f,-0.05035796085584304f,-0.08841143256602994f,-0.05672871292098655f,0.997734594357985f,-0.036159816808655154f,2.3001509669069917f,0.05235969567418814f,-0.0331951629322786f,-0.9980764216365429f,-0.2833295052749599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9983214948663828f,0.028605395753117182f,-0.05035796085584304f,0.023292175245540437f,0.03044545659484813f,0.9988821461118903f,-0.036159816808655154f,1.7855481792255623f,0.049267302143331256f,-0.037632293481952794f,-0.9980764216365429f,-0.23901147945723353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933788519500293f,0.06211246732144109f,-0.09664625135867794f,3.003308813509535e-17f,0.06020088461394006f,0.9979309986647794f,0.022573776724670813f,1.41132405472627f,0.09784840310470537f,0.01660612258051617f,-0.9950627752572699f,-0.24523877542492709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.950701070135083f,-0.30652718935307954f,-0.046995291586597016f,0.2346785687021024f,-0.3097886064232931f,0.9318656226167638f,0.18883188479540486f,0.8069416517742555f,-0.014088810252179406f,0.19408128083968434f,-0.9808842754643923f,-0.24487376753949933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.950701070135083f,-0.3047515020817059f,0.05739335521601733f,0.12500000000000003f,-0.3097886064232931f,0.9417207517428117f,-0.13112225237261407f,1.145922394488736f,-0.014088810252179406f,-0.14243787317949366f,-0.989703469585603f,-0.2974572888318148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9619862993904882f,0.269045404406684f,0.04687142149154308f,-0.22865184294559454f,0.27281572166943985f,0.9389360784129003f,0.2096917324659858f,0.8110604277191348f,0.01240732827714175f,0.2145078344076218f,-0.9766434596016991f,-0.21848713463706881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9619862993904882f,0.26620466580459146f,-0.0609707773352103f,-0.12499999999999997f,0.27281572166943985f,0.9468802620052653f,-0.17026259552474432f,1.1801122860709123f,0.01240732827714175f,-0.1804240708129204f,-0.9835106572255928f,-0.29678733172633964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9697187560234961f,0.24388965123107903f,0.012781715011136395f,3.2380967300556106e-17f,0.2142858173025576f,0.8747859216939508f,-0.43454709722772294f,1.2373910976919518f,-0.11716280433319351f,-0.41864953030959895f,-0.9005584090176127f,-0.26441066373668715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9697187560234961f,-0.24388965123107892f,-0.012781715011136173f,3.417827366523256e-17f,-0.2142858173025576f,0.8747859216939508f,-0.43454709722772294f,1.248599448168155f,0.11716280433319326f,-0.41864953030959906f,-0.9005584090176127f,-0.27908678395296344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.875051034131401e-17f,1.0745220035557082e-16f,3.2380967300556106e-17f,0f,0.8774138015171657f,-0.47973432325318943f,1.2373910976919518f,-1.2246467991473532e-16f,-0.47973432325318943f,-0.8774138015171657f,-0.26441066373668715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9693771522421117f,0.24557674301727692f,1.1698030437279025e-16f,3.220709872891786e-17f,0.23457899996179188f,0.9259652203415957f,0.29590725488684105f,1.2686088302359149f,0.0726679398902935f,0.28684573206998676f,-0.9552166751608423f,-0.262990919106976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9693771522421117f,-0.24557674301727697f,1.1698030437279025e-16f,3.220709872891786e-17f,-0.23457899996179188f,0.9259652203415957f,0.29590725488684105f,1.2686088302359149f,-0.07266793989029376f,0.28684573206998665f,-0.9552166751608423f,-0.262990919106976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.623818725416499e-17f,1.1698030437279025e-16f,3.220709872891786e-17f,0f,0.9552166751608423f,0.29590725488684105f,1.2686088302359149f,-1.2246467991473532e-16f,0.29590725488684105f,-0.9552166751608423f,-0.262990919106976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9678498016345795f,0.2515111129999243f,-0.002986890263236383f,-0.19374999999999998f,0.25126912992454364f,0.9673217680524581f,0.033947332720394796f,1.3591479673686349f,0.011427415406297731f,0.03210540592183367f,-0.9994191598562266f,-0.2586030298350708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9677169130402438f,-0.2520201282472925f,0.003135470312320118f,0.19375000000000003f,-0.2517793865443506f,0.9672080690469228f,0.03340197122735789f,1.357548040003957f,-0.0114506212587642f,0.03153420569383384f,-0.999437080132635f,-0.2590812112104447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6205101499421462e-17f,1.213877774407787e-16f,-0.007812499999999968f,0f,0.9912064239688831f,0.13232469566493854f,1.1936232123106647f,-1.2246467991473532e-16f,0.13232469566493854f,-0.9912064239688831f,-0.2664011741024348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.563794292423762e-18f,1.2233822795712782e-16f,3.138157422815092e-17f,0f,0.9989674414068158f,0.045431828150757365f,1.41683f,-1.2246467991473532e-16f,0.045431828150757365f,-0.9989674414068158f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43019262145307513f,-0.3368234293133653f,-0.8375465873089782f,-1.6498047902622899f,0.06687919910408574f,0.9371275021331642f,-0.3425189300941665f,2.031634201883589f,0.900256341924081f,0.0913346714629273f,0.42567181797040754f,0.8509227796112295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.052191480774460425f,-0.3368234293133653f,-0.9401202193337583f,-1.6314452097377103f,-0.11543582669045696f,0.9371275021331642f,-0.3293427009392303f,2.029275798116411f,0.9919428507988051f,0.0913346714629273f,-0.08779156302230429f,0.94282722038877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.19583552559551654f,-0.3368234293133653f,-0.9209768859099084f,-1.5024784671135138f,-0.025156306849898197f,0.9371275021331642f,-0.34807930845043095f,2.0826668962675647f,0.9803140349604315f,0.0913346714629273f,0.1750496233882196f,0.8706175564917669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20516219368700414f,0.706749011405159f,0.6770630023560334f,1.54836717459313f,-0.05187524618644586f,0.6986584702112422f,-0.7135722113669943f,2.592592842418255f,-0.9773522564125134f,0.11127523030718586f,0.18000108334521467f,-0.11033137885449093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06415006066616288f,0.706749011405159f,0.7045499305190212f,1.5416328254068699f,0.21992696231340653f,0.6986584702112422f,-0.6808145659793746f,2.5845671575817457f,-0.9734047981000118f,0.11127523030718586f,-0.20025214644531955f,-0.017168621145508628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.07183305798677354f,0.706749011405159f,0.7038081035751853f,1.4394287844637221f,0.0856073049227658f,0.6986584702112422f,-0.7103152337842314f,2.695127285067635f,-0.9937360822291446f,0.11127523030718586f,-0.010316103719590155f,-0.062202584442061254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5829525f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54.mcfunction new file mode 100644 index 000000000..8da92169c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..69166df74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4141032870207877f,-0.02121159390335271f,-0.7035715886866829f,0.04491592181429089f,-0.12883124616801295f,0.8047907613684687f,0.051563406318836096f,1.5310918795591768f,0.6920010275525754f,0.13713622112514182f,-0.41142761108868264f,-0.5481573905728252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3827254303200216f,0.13603935651088872f,-0.6892129848359343f,0.04491592181429089f,0.1850993039154115f,0.7766510653341556f,0.05051109190416597f,1.5310918795591768f,0.6776868691928334f,-0.13530120544704802f,-0.40303112922972995f,-0.5481573905728252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5218183842647648f,0.14381664857404922f,0.6115282412780976f,-0.08706311368201275f,0.18574599885399867f,0.7947551548695799f,-0.02840971950591129f,1.5391177159036749f,-0.6001236890820799f,0.12093576743710965f,-0.5405280218465616f,-0.5352013036615695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5261716639522158f,-0.06545827818094332f,0.5990480730887486f,-0.08706311368201275f,-0.1298279549076882f,0.7889044284062431f,-0.0278299293119131f,1.5391177159036749f,-0.5884624730416068f,-0.11552063304278182f,-0.529496837727244f,-0.5352013036615695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.31210258630495036f,1.423234328984928f,0.5642714510061473f,-0.8437938254234871f,-0.9082373385660316f,0.2914872388240951f,-1.2375566154472273f,2.236285392687499f,-1.2325190312754823f,-0.5751916936131178f,0.7690628083207642f,-0.3293051606493962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24931665289973856f,0.9673279533799578f,0.04601996519570042f,-0.3570252238597109f,0.829648674968441f,0.2378603667847326f,-0.5050797184961424f,2.0445850200447215f,-0.49952405618746865f,-0.08774438171629377f,-0.8618449052858896f,-0.3608419383646109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2508952720882465f,0.9673279533799578f,0.036444383017235335f,-0.27489493732925363f,0.848371287030216f,0.2378603667847326f,-0.472957297497065f,1.7657134080144243f,-0.4661734889356747f,-0.08774438171629377f,-0.8803313022327253f,-0.20984181618333322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.623184914974042f,0.7785902944530353f,-0.07374086473816172f,0.481152796956762f,0.7636783152472933f,0.6261455162647364f,0.1572807149100687f,1.4583761363673011f,0.16862974995489866f,0.04170066960016991f,-0.9847969646506055f,-0.43722631628244746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5095963957572227f,0.8090076810253682f,-0.2929472400846337f,0.3153066224516252f,0.6906854039744967f,0.5876667616099015f,0.4214278705016046f,1.6859989303591962f,0.5130937401370574f,0.012423741018190257f,-0.8582426606102023f,-0.26884646862169564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9920507626286614f,0.03284848066764039f,-0.12147535423170866f,-0.13632338907332917f,0.07913085821635481f,0.9134278217862107f,-0.39923416895957375f,1.4096177852799812f,0.09784473233564794f,-0.40567301081625584f,-0.9087660956755811f,-0.00008734003900453396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9920507626286614f,0.0678564963333648f,-0.10597537578726245f,-0.12426264210949364f,0.07913085821635481f,0.9912036268889524f,-0.10608335081495798f,1.5948054443790662f,0.09784473233564794f,-0.1136259915140297f,-0.9886938567658945f,-0.027571550052671923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9920507626286614f,0.03284848066764039f,-0.12147535423170866f,0.17411363565377483f,0.07913085821635481f,0.9134278217862107f,-0.39923416895957375f,1.3907396600810555f,0.09784473233564794f,-0.40567301081625584f,-0.9087660956755811f,-0.030562248858509326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9920507626286614f,0.0678564963333648f,-0.10597537578726245f,0.18617438261761035f,0.07913085821635481f,0.9912036268889524f,-0.10608335081495798f,1.5759273191801406f,0.09784473233564794f,-0.1136259915140297f,-0.9886938567658945f,-0.058046458872176715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9981776912325006f,0.030189776107900454f,-0.052248197522111774f,0.33316260716436097f,0.032089082548059034f,0.9988399707003892f,-0.035902697843886694f,2.2774526803268156f,0.05110369367255772f,-0.03751386876610324f,-0.9979885380820869f,-0.2506934790662817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9981776912325006f,0.030189776107900454f,-0.052248197522111774f,0.3619222800543942f,0.032089082548059034f,0.9988399707003892f,-0.035902697843886694f,2.1480284654708504f,0.05110369367255772f,-0.03751386876610324f,-0.9979885380820869f,-0.34148205942843535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9981776912325006f,0.030189776107900454f,-0.052248197522111774f,-0.2532667864347331f,0.032089082548059034f,0.9988399707003892f,-0.035902697843886694f,2.2963050163238004f,0.05110369367255772f,-0.03751386876610324f,-0.9979885380820869f,-0.220670059033654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9981776912325006f,0.030189776107900454f,-0.052248197522111774f,-0.29937044038713745f,0.032089082548059034f,0.9988399707003892f,-0.035902697843886694f,2.1692874826589397f,0.05110369367255772f,-0.03751386876610324f,-0.9979885380820869f,-0.3076258623703658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9812556845667965f,0.18468130154531803f,-0.055046329258860056f,0.2368573375826476f,0.1878668411751905f,0.9803762989747637f,-0.059735771489117476f,2.3870964260031053f,0.04293403652352355f,-0.06895744534183122f,-0.9966953091289861f,-0.27415769522380923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9980653193995005f,0.028905360179353065f,-0.055046329258860056f,0.12218646220211428f,0.03218924674493559f,0.9976950886912261f,-0.059735771489117476f,2.4008583000563473f,0.05319276836156034f,-0.06139210172577804f,-0.9966953091289861f,-0.26864935727076933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9617022005093202f,0.2677546844980237f,-0.05862001761254653f,0.10009544546214015f,0.27223182221454567f,0.9579639836291133f,-0.09052536132591724f,2.398514536228326f,0.03191727603163328f,-0.10301667340194824f,-0.9941674167321704f,-0.263501664766304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973738923631689f,-0.04253248602476478f,-0.05862001761254653f,0.12941354622966456f,-0.037119302480472544f,0.9952021484804859f,-0.09052536132591724f,2.4075265070607053f,0.06218903613745159f,-0.08811169781804164f,-0.9941674167321704f,-0.2660509733199369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917481113992069f,0.11401481075373932f,-0.05862001761254653f,0.18808983975136181f,0.11902161343344632f,0.9887562968156062f,-0.09052536132591724f,2.5070777000827946f,0.047639679593858786f,-0.09675540520445158f,-0.9941674167321704f,-0.3100088745173816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917481113992069f,0.11578249078004595f,-0.055046329258860056f,0.1620387793258515f,0.11902161343344632f,0.9910930799578307f,-0.059735771489117476f,2.284081757092283f,0.047639679593858786f,-0.06579454147928511f,-0.9966953091289861f,-0.2952051026845425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.990611188947638f,-0.12633130327609804f,-0.052248197522111774f,-0.1528540631396007f,-0.12455898378420244f,0.9915624316432007f,-0.035902697843886694f,2.3990073764147204f,0.05634298439374556f,-0.029057631809649882f,-0.9979885380820869f,-0.2515408300165183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9981776912325006f,0.03018977610790046f,-0.052248197522111774f,-0.037574719900801294f,0.032089082548059034f,0.9988399707003892f,-0.035902697843886694f,2.4053768877533552f,0.05110369367255772f,-0.03751386876610324f,-0.9979885380820869f,-0.25780525119792674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9758311157306894f,-0.21218802847354137f,-0.052248197522111774f,-0.015409351778326572f,-0.2105053594560554f,0.9769332064823099f,-0.035902697843886694f,2.400345456496059f,0.058661121810573306f,-0.024036444094418664f,-0.9979885380820869f,-0.25878467985703624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936402482204818f,0.099745591241066f,-0.052248197522111774f,-0.04416179839641122f,0.10168646934650818f,0.9941684254890476f,-0.035902697843886694f,2.411269063786142f,0.0483623724416108f,-0.040987300333127065f,-0.9979885380820869f,-0.2576723659417103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970105361193461f,-0.05692202317824391f,-0.052248197522111774f,-0.10031309869737846f,-0.055087665631436786f,0.9978358308774091f,-0.035902697843886694f,2.5166170896767146f,0.05417877778515459f,-0.032917136790521016f,-0.9979885380820869f,-0.2898355350442703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970105361193461f,-0.05692202317824391f,-0.052248197522111774f,-0.0875056434822736f,-0.055087665631436786f,0.9978358308774091f,-0.035902697843886694f,2.292104027729298f,0.05417877778515459f,-0.032917136790521016f,-0.9979885380820869f,-0.2824291792664031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9981776912325006f,0.030189776107900454f,-0.052248197522111774f,0.023427063839055965f,0.032089082548059034f,0.9988399707003892f,-0.035902697843886694f,1.7773093667344624f,0.05110369367255772f,-0.03751386876610324f,-0.9979885380820869f,-0.23840414141777966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9933984791267327f,0.06247217023748249f,-0.09621169167265188f,3.00333008306399e-17f,0.060410000636561934f,0.9978801948635524f,0.024202242089714388f,1.4031042936606302f,0.09751970822241528f,0.018230322128189667f,-0.9950666117719544f,-0.24524051221585078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9508406731488744f,-0.306149138288065f,-0.046633886941478846f,0.23438687784915174f,-0.30935628828874906f,0.932124995735271f,0.18825960592152935f,0.799041924336446f,-0.014166904460881834f,0.1934313765938619f,-0.9810115194874115f,-0.24372534715015642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9508406731488744f,-0.3041315084059692f,0.05836128751582885f,0.12500000000000003f,-0.30935628828874906f,0.9414467365260749f,-0.13407732537834893f,1.1377228030909086f,-0.014166904460881834f,-0.1455406056023993f,-0.9892508432843933f,-0.29762328937314636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9621706195385255f,0.2684927491332244f,0.046253027573701457f,-0.2283714836532214f,0.2721623727574968f,0.9394446381935979f,0.20825804816215193f,0.8027205929518566f,0.012463617125841138f,0.21296810895573823f,-0.9769796532251617f,-0.21810052285267764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9621706195385255f,0.26546946898817486f,-0.06126711950130042f,-0.12499999999999997f,0.2721623727574968f,0.9468326314203636f,-0.17156809415680802f,1.1717768828383937f,0.012463617125841138f,-0.1817523840633911f,-0.9832653401475179f,-0.29690838877511494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9719938231366694f,0.2346843313507302f,0.012299284638617281f,3.2386247620967215e-17f,0.20833570711569047f,0.8847183604902075f,-0.4169768048130787f,1.2294714577413977f,-0.10873932556700118f,-0.40273649850737364f,-0.9088339077330103f,-0.26445378082493487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9719938231366694f,-0.23468433135073008f,-0.01229928463861706f,3.415672283643105e-17f,-0.20833570711569047f,0.8847183604902075f,-0.4169768048130787f,1.2409610176942427f,0.10873932556700093f,-0.40273649850737375f,-0.9088339077330103f,-0.2789108080812549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.666537903081369e-17f,1.0856625924251418e-16f,3.2386247620967215e-17f,0f,0.886510782685279f,-0.46270793399587806f,1.2294714577413977f,-1.2246467991473532e-16f,-0.46270793399587806f,-0.886510782685279f,-0.26445378082493487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9714571154236659f,0.23721524591124044f,1.169257367227124e-16f,3.221117349212369e-17f,0.22648626044131634f,0.9275191752799079f,0.29734181226223066f,1.2606887410313001f,0.07053401111547881f,0.28885481923511186f,-0.954771096483661f,-0.263024192073587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9714571154236659f,-0.2372152459112405f,1.169257367227124e-16f,3.221117349212369e-17f,-0.22648626044131634f,0.9275191752799079f,0.29734181226223066f,1.2606887410313001f,-0.07053401111547906f,0.28885481923511175f,-0.954771096483661f,-0.263024192073587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.64138698639614e-17f,1.169257367227124e-16f,3.221117349212369e-17f,0f,0.954771096483661f,0.29734181226223066f,1.2606887410313001f,-1.2246467991473532e-16f,0.29734181226223066f,-0.954771096483661f,-0.263024192073587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9690329728295077f,0.24688512461108797f,-0.004778369489078162f,-0.19374999999999998f,0.24667284104363993f,0.9687224460932914f,0.0270061460873114f,1.3492657597810873f,0.01129632952182847f,0.024991152050228185f,-0.9996238468836848f,-0.2585273654814398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9688202291917271f,-0.2477138172201378f,0.005022774842422165f,0.19375000000000003f,-0.24750534068791774f,0.9685344446010611f,0.026117732525465023f,1.3466587166031847f,-0.011334453663379025f,0.024060224012716847f,-0.9996462553226568f,-0.2593074461622364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6243379086073292e-17f,1.2138266129264383e-16f,-0.007812499999999968f,0f,0.9911646474490046f,0.1326372558796754f,1.1854101354146978f,-1.2246467991473532e-16f,0.1326372558796754f,-0.9911646474490046f,-0.2664715595721373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.6023721229927676e-18f,1.223364673889764e-16f,3.138157422815092e-17f,0f,0.9989530652768768f,0.045746840043132085f,1.4086137109374999f,-1.2246467991473532e-16f,0.045746840043132085f,-0.9989530652768768f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42789458791291135f,-0.3376372430604382f,-0.8383956785035251f,-1.6496291769738138f,0.06793195097669627f,0.9369949579930031f,-0.3426743333431759f,2.006395354653031f,0.9012721407384894f,0.08967463852303433f,0.42387142807038014f,0.850887473459213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.057267784506099456f,-0.3376372430604382f,-0.9395325928121436f,-1.6316208230261866f,-0.11554131763114184f,0.9369949579930031f,-0.3296826544053385f,2.004082067221969f,0.9916504448533376f,0.08967463852303433f,-0.09267067728219422f,0.9428625265407865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1920891087746911f,-0.3376372430604382f,-0.9214677782693714f,-1.5024048332595945f,-0.024675065931326706f,0.9369949579930031f,-0.34847035715678165f,2.057509264511017f,0.9810672328701175f,0.08967463852303433f,0.1716553051738673f,0.8711267042239197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.21151707166908068f,0.7039628066350962f,0.678009509717213f,1.5485705138638148f,-0.04809027361324619f,0.7003608524880827f,-0.7121671165435606f,2.5676188836621083f,-0.9761904803758028f,0.11802984019562299f,0.18199204061457078f,-0.11029471571330124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06206078526747412f,0.7039628066350962f,0.7075201946279859f,1.541429486136185f,0.2262053398681489f,0.7003608524880827f,-0.6769976517812315f,2.559108538212891f,-0.9721006136954755f,0.11802984019562299f,-0.20270509040543586f,-0.01720528428669832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.07617096242805056f,0.7039628066350962f,0.7061404614927705f,1.4390789307760843f,0.09077701812498729f,0.7003608524880827f,-0.7079930856177212f,2.669562673780158f,-0.9929539352170978f,0.11802984019562299f,-0.010556484276283775f,-0.06216652735855721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5747362109374998f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55.mcfunction new file mode 100644 index 000000000..d4575aeb4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..cbeaae234 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.404092815949198f,-0.019137868560027787f,-0.7094273624055328f,0.04638843742001685f,-0.13059436245005634f,0.804433783353412f,0.0526862898714978f,1.5229815857078128f,0.6975661639149044f,0.13951514122538558f,-0.4011002577590169f,-0.5471846274812573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37288832044311954f,0.1341634684829512f,-0.6949492529686853f,0.04638843742001685f,0.18336981824831125f,0.776988937048902f,0.05161105946595703f,1.5229815857078128f,0.6836152501463749f,-0.13523444616014602f,-0.39291453821291455f,-0.5471846274812573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5124439633669308f,0.14247229444504586f,0.6197154784002095f,-0.0880059200848011f,0.18652956927161463f,0.7945708972192631f,-0.028429799928341604f,1.5311835219010244f,-0.6079081745137025f,0.1237060186578801f,-0.5311204352608535f,-0.5340378251349958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5171836172755894f,-0.06316072947754581f,0.6070682237389807f,-0.0880059200848011f,-0.12904973088694094f,0.7890314104912161f,-0.02784959992980402f,1.5311835219010244f,-0.5965461197424261f,-0.11593168466862844f,-0.5202812427045096f,-0.5340378251349958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6690317958901696f,1.2959220083380887f,0.56070389190102f,-0.8081264646093562f,-0.5086505239098179f,0.7999917844151706f,-1.2420523496996811f,2.07517745886526f,-1.3172233487963392f,0.3492929188706912f,0.7644104631757407f,-0.603514904177732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2525958814995572f,0.9663809089520004f,0.04799228544846957f,-0.3579912547230587f,0.8308488835684746f,0.2420555336038959f,-0.5010980456205674f,2.0361540435825747f,-0.4958683830639747f,-0.08670096576647199f,-0.8640587301871792f,-0.3597798389105533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2541747948163817f,0.9663809089520004f,0.03876999475310715f,-0.27477245158005414f,0.8485308372621359f,0.2420555336038959f,-0.47053643521724386f,1.7572589156405214f,-0.46410191972805775f,-0.08670096576647199f,-0.8815284173751249f,-0.20936338068308732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6248802956557289f,0.777127433704416f,-0.07481689572013595f,0.48259997426868845f,0.762971139984379f,0.6281813131763171f,0.15252303867617784f,1.4498745264129305f,0.1655284134284679f,0.038225509284595616f,-0.9854639287096143f,-0.435407039137055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5134263114927597f,0.8061844290365071f,-0.2940409649113894f,0.31542486983686546f,0.6905721010958701f,0.5915695317020487f,0.41611976923700006f,1.6774172162640073f,0.509414954486983f,0.01059035131145604f,-0.8604558376837972f,-0.2682382731073089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9921008462004127f,0.032968694980901304f,-0.1210329546845874f,-0.13634653137354477f,0.0788945021461363f,0.9141203478835428f,-0.39769290553941733f,1.400755844502363f,0.09752727054285067f,-0.40410030281667314f,-0.9095006194412045f,-0.0001474200479182411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9921008462004127f,0.06783811465212687f,-0.10551730269898858f,-0.12428636801813965f,0.0788945021461363f,0.9914006339178087f,-0.10440517515181079f,1.5859909310172533f,0.09752727054285067f,-0.11190519768005364f,-0.9889214621154957f,-0.027310403751150125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9921008462004127f,0.032968694980901304f,-0.1210329546845874f,0.17409679864364855f,0.0788945021461363f,0.9141203478835428f,-0.39769290553941733f,1.3818098379014694f,0.09752727054285067f,-0.40410030281667314f,-0.9095006194412045f,-0.030515786512298866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9921008462004127f,0.06783811465212687f,-0.10551730269898858f,0.18615696199905366f,0.0788945021461363f,0.9914006339178087f,-0.10440517515181079f,1.5670449244163598f,0.09752727054285067f,-0.11190519768005364f,-0.9889214621154957f,-0.05767877021553075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9980220095216583f,0.03182739486812122f,-0.05421333273521911f,0.33413358049083025f,0.033787352512853724f,0.9987938000149474f,-0.035628076875877115f,2.268403318764839f,0.0530139917429639f,-0.03738932986307649f,-0.9978935587986663f,-0.2505630512789275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9980220095216583f,0.03182739486812122f,-0.05421333273521911f,0.36249848154545045f,0.033787352512853724f,0.9987938000149474f,-0.035628076875877115f,2.138946935836625f,0.0530139917429639f,-0.03738932986307649f,-0.9978935587986663f,-0.34142993087377904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9980220095216583f,0.03182739486812122f,-0.05421333273521911f,-0.25220435010314407f,0.033787352512853724f,0.9987938000149474f,-0.035628076875877115f,2.2882533883661407f,0.0530139917429639f,-0.03738932986307649f,-0.9978935587986663f,-0.2194173311299362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9980220095216583f,0.03182739486812122f,-0.05421333273521911f,-0.2986910997626481f,0.033787352512853724f,0.9987938000149474f,-0.035628076875877115f,2.161331056876391f,0.0530139917429639f,-0.03738932986307649f,-0.9978935587986663f,-0.30630816134406547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9808443283249952f,0.18629458585163594f,-0.05690984866485104f,0.23797455032553416f,0.18954233884135313f,0.9801416647460318f,-0.058275370573054694f,2.3781867884141796f,0.04492332778455399f,-0.06794589252666135f,-0.9966771043369649f,-0.2736911192249244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9979114009030591f,0.030563132572395513f,-0.05690984866485104f,0.1233381100557811f,0.033880821134550584f,0.9977254487802854f,-0.058275370573054694f,2.3921438124339702f,0.054999326422626865f,-0.06008180909011008f,-0.9966771043369649f,-0.26796148853959073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9611464054058331f,0.2693600543191432f,-0.06035518629441978f,0.10123515444366558f,0.2739089150287844f,0.9577636538888191f,-0.08753678973604609f,2.389767803986692f,0.034227089318259046f,-0.10066749438983161f,-0.9943312133942459f,-0.26296034051971046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973413863652553f,-0.040833938462957575f,-0.06035518629441978f,0.13056578598521673f,-0.03546238713682935f,0.9955298737563153f,-0.08753678973604609f,2.3987331120553947f,0.06365986287754916f,-0.0851637242512239f,-0.9943312133942459f,-0.2655299571461767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9914502942248915f,0.11568736131808836f,-0.06035518629441978f,0.1893563651842002f,0.1207093969279204f,0.9888207885840614f,-0.08753678973604609f,2.498302999713829f,0.04955356268396659f,-0.09407381407837706f,-0.9943312133942459f,-0.309292381672074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9914502942248915f,0.11742053996775775f,-0.05690984866485104f,0.16293674369145475f,0.1207093969279204f,0.9909758940952453f,-0.058275370573054694f,2.275333423542399f,0.04955356268396659f,-0.06464668681231305f,-0.9966771043369649f,-0.2947468771393036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9907136039516901f,-0.12468949233513597f,-0.05421333273521911f,-0.15167509756944597f,-0.12287439965431418f,0.9917824973489492f,-0.035628076875877115f,2.3907895265142267f,0.058210281348275446f,-0.028635789730468472f,-0.9978935587986663f,-0.25046091384132435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9980220095216583f,0.03182739486812122f,-0.05421333273521911f,-0.03639718361931912f,0.033787352512853724f,0.9987938000149476f,-0.035628076875877115f,2.3969629573269744f,0.0530139917429639f,-0.03738932986307649f,-0.9978935587986663f,-0.25694411770263914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.976076234266742f,-0.2105613911746326f,-0.05421333273521911f,-0.01424236687581927f,-0.20884636566740902f,0.9772992559526696f,-0.035628076875877115f,2.391893792135294f,0.06048454717670557f,-0.02345346159870365f,-0.9978935587986663f,-0.2579667536698318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9933707112324124f,0.10136836103711847f,-0.05421333273521911f,-0.04297390388307208f,0.10337738170681662f,0.9940039019488656f,-0.035628076875877115f,2.4028663699257824f,0.05027670451664782f,-0.04099632045780052f,-0.9978935587986663f,-0.25679759036535377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969981747037997f,-0.05527706749667572f,-0.05421333273521911f,-0.09900609887571188f,-0.05339183405619701f,0.9979378498655326f,-0.035628076875877115f,2.5083162778903567f,0.056070952314073844f,-0.03262657834842393f,-0.9978935587986663f,-0.288834359331958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969981747037997f,-0.05527706749667572f,-0.05421333273521911f,-0.08656875868895986f,-0.05339183405619701f,0.9979378498655326f,-0.035628076875877115f,2.2837802616706124f,0.056070952314073844f,-0.03262657834842393f,-0.9978935587986663f,-0.28149337920356265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9980220095216583f,0.03182739486812122f,-0.05421333273521911f,0.023566619279310908f,0.033787352512853724f,0.9987938000149474f,-0.035628076875877115f,1.7687883975012162f,0.0530139917429639f,-0.03738932986307649f,-0.9978935587986663f,-0.2377739229041481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934186560550186f,0.06284431807816233f,-0.09575993675400772f,3.003352167737912e-17f,0.06062722112285896f,0.9978246118584612f,0.025891775304741453f,1.3946041680542933f,0.09717877268601802f,0.019915713765818556f,-0.9950676612594931f,-0.24524231556633005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9509853291824514f,-0.3057563496139474f,-0.04625968385644524f,0.2340827927184343f,-0.30890760456775296f,0.9323935844530084f,0.18766538175988592f,0.790878887509632f,-0.014247649629236674f,0.19275699297723162f,-0.9811430813792746f,-0.2425355746933553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9509853291824514f,-0.3034848681689855f,0.05936192780055402f,0.12500000000000003f,-0.30890760456775296f,0.9411523573803583f,-0.13714347245715763f,1.1292436883014374f,-0.014247649629236674f,-0.14875878121928754f,-0.9887708680428418f,-0.29779553417078286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.962361416148836f,0.2679177103142418f,0.04561365155280751f,-0.22808038783070517f,0.27148428059547886f,0.9399696451541205f,0.20676883609091593f,0.7940968344876542f,0.01252158526554278f,0.21136973929304717f,-0.977325965690888f,-0.21769944807357114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.962361416148836f,0.26470618401650897f,-0.06157224091605732f,-0.12499999999999997f,0.27148428059547886f,0.9467807910375655f,-0.17292315955891208f,1.1631568156039878f,0.01252158526554278f,-0.18313047224779308f,-0.983008870782323f,-0.29703408813338616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,0.22464276674196476f,0.011773028536944707f,3.2392357664375195e-17f,0.20156241543289335f,0.8951032868412288f,-0.39769674196664806f,1.2211668021819146f,-0.09987777297914785f,-0.38513080016605294f,-0.9174413862630034f,-0.26450367311561196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,-0.22464276674196465f,-0.011773028536944482f,3.413290798251105e-17f,-0.20156241543289335f,0.8951032868412288f,-0.39769674196664806f,1.2329572890983802f,0.0998777729791476f,-0.38513080016605294f,-0.9174413862630034f,-0.27871634504149045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.437404831982072e-17f,1.097317670318508e-16f,3.2392357664375195e-17f,0f,0.896027876023114f,-0.4439977988566013f,1.2211668021819146f,-1.2246467991473532e-16f,-0.4439977988566013f,-0.896027876023114f,-0.26450367311561196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9736386516264529f,0.22809597992736003f,1.168666383058378e-16f,3.221603259918125e-17f,0.21766937539661177f,0.9291321891294244f,0.29888696548697513f,1.2523836160184756f,0.06817491528026651f,0.2910079020654607f,-0.9542885212879738f,-0.2630638696937869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9736386516264529f,-0.22809597992736008f,1.168666383058378e-16f,3.221603259918125e-17f,-0.21766937539661177f,0.9291321891294244f,0.29888696548697513f,1.2523836160184756f,-0.06817491528026676f,0.29100790206546057f,-0.9542885212879738f,-0.2630638696937869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.660309655904896e-17f,1.168666383058378e-16f,3.221603259918125e-17f,0f,0.9542885212879738f,0.29888696548697513f,1.2523836160184756f,-1.2246467991473532e-16f,0.29888696548697513f,-0.9542885212879738f,-0.2630638696937869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.241830498232634f,-0.006649337943925548f,-0.19374999999999998f,0.24166498489352808f,0.9701654859231371f,0.01941558652047701f,1.3388253942773127f,0.011146239139161452f,0.017231948470189957f,-0.9997893884738792f,-0.2584512779386004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9699994388528501f,-0.24300635465668463f,0.007000015830377637f,0.19375000000000003f,-0.24284898521479675f,0.9698942196242982f,0.018154148823802764f,1.3351225707195802f,-0.0112008484187291f,0.01590956743104508f,-0.9998106954113152f,-0.25956055876431616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6283096380461527e-17f,1.2137733972568018e-16f,-0.007812499999999968f,0f,0.9911211935570958f,0.13296157220023316f,1.1769169685685896f,-1.2246467991473532e-16f,0.13296157220023316f,-0.9911211935570958f,-0.26654459446604895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.642402086206171e-18f,1.2233462766247403e-16f,3.138157422815092e-17f,0f,0.9989380427699492f,0.046073709498400936f,1.4001171875f,-1.2246467991473532e-16f,0.046073709498400936f,-0.9989380427699492f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4253745695997558f,-0.3385213646890952f,-0.8393210120012816f,-1.6494367011696351f,0.06908643208178344f,0.9368486838227453f,-0.34284341691477604f,1.979374106974416f,0.9023766067668376f,0.08785117681979208f,0.42189883893102376f,0.8508495906503754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06282451228839042f,-0.3385213646890952f,-0.9388590769145063f,-1.631813298830365f,-0.1156583099089013f,0.9368486838227453f,-0.3300571147068434f,1.9771102680255843f,0.9913002753982986f,0.08785117681979208f,-0.09800987055718f,0.9429004093496242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.18798295828554756f,-0.3385213646890952f,-0.9219900720958155f,-1.5023264891856278f,-0.024147615454204657f,0.9368486838227453f,-0.34890032428684514f,2.030577236143027f,0.9818753994586534f,0.08785117681979208f,0.1679371033133764f,0.8716844345029933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.21847722338801154f,0.7008689156711847f,0.6790069704403354f,1.5487930033482387f,-0.043941034147295804f,0.702176379476071f,-0.7106458454279058f,2.5408875128669854f,-0.9748522392540989f,0.1254236626469444f,0.18420645067286445f,-0.11025210112647402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.059791988612878905f,0.7008689156711847f,0.7107796291000572f,1.541206996651761f,0.23305473278221636f,0.702176379476071f,-0.6727806653239127f,2.5318468621330146f,-0.9706237219569317f,0.1254236626469444f,-0.20532533994297547f,-0.01724789887352554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0809174047624276f,0.7008689156711847f,0.708685499112555f,1.4386971751331166f,0.09643360782902322f,0.702176379476071f,-0.705442337393323f,2.6421835381089984f,-0.9920448240314504f,0.1254236626469444f,-0.01076902784070657f,-0.062134645823893796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5662396875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56.mcfunction new file mode 100644 index 000000000..c8dfedc05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..a2111e51e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4148279153937027f,-0.020713787457713663f,-0.7031594300467825f,0.04528852533341628f,-0.13084276444784693f,0.8043399655261203f,0.05349612409819226f,1.5149375236796494f,0.6911891318924254f,0.13983062365247678f,-0.41188520862881095f,-0.5476870624283297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38319462252554887f,0.1367615277362415f,-0.6888092375968482f,0.04528852533341628f,0.18310983844446613f,0.7769971489268136f,0.05240436646353528f,1.5149375236796494f,0.6779621437310077f,-0.13255834598716226f,-0.4034793880445495f,-0.5476870624283297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5211321597918148f,0.14432122666341649f,0.6119943627269204f,-0.08669592569052417f,0.18817324141093186f,0.7942310556206433f,-0.027061152027695698f,1.5230219834013032f,-0.5999637886506701f,0.12374513431456471f,-0.5400694756101744f,-0.5348229166528305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5257397667406584f,-0.06474437505669692f,0.5995046818549425f,-0.08669592569052417f,-0.12743476912652188f,0.7893400146368775f,-0.026508883618967215f,1.5230219834013032f,-0.5893709165586203f,-0.1129181437660558f,-0.5290476495773138f,-0.5348229166528305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.330519379597173f,0.6006868008474838f,0.5570455975985882f,-0.6021631919796577f,0.09904595974065099f,0.9367067186766304f,-1.2466662227898506f,2.025441369042278f,-0.8132123513421364f,1.0968874784925184f,0.7595589385629786f,-0.8245761542774283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2559828223828167f,0.965386995367522f,0.05000743764876639f,-0.35898643536692f,0.8320520556083904f,0.24637145478792005f,-0.49698137090190403f,2.027577709480475f,-0.49209975757236407f,-0.08560990270378636f,-0.8663190943043266f,-0.3586873477550522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2575531810274668f,0.965386995367522f,0.0411619741739975f,-0.27464660675228353f,0.8486740373993488f,0.24637145478792005f,-0.468031499484781f,1.748664870356994f,-0.4619726584841593f,-0.08560990270378636f,-0.8827526309063749f,-0.20887042501544412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6266059133613444f,0.7756335458773091f,-0.07587906068466574f,0.48408563074509847f,0.7622475206522417f,0.6302316565401246f,0.14760344289413044f,1.4412387591250724f,0.16230756790767897f,0.03465056427364824f,-0.9861316300552437f,-0.4335267237600693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5173586963187268f,0.8032730118241506f,-0.2951142961944495f,0.3155462790954205f,0.6904368270388159f,0.5955476493697262f,0.4106336386595304f,1.6686920893609067f,0.5056055450763566f,0.008687105683220758f,-0.8627210250033837f,-0.26761172155808793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9921598689969798f,0.03300884843209058f,-0.12053717383895673f,-0.13635359763638003f,0.07855927186657086f,0.9148374958310993f,-0.39610705248111583f,1.3917417644548313f,0.09719688861115779f,-0.40247083390808647f,-0.9102582011152877f,-0.00021161987775689117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9921598689969798f,0.06772732550359285f,-0.10503239372701159f,-0.12431117656525018f,0.07855927186657086f,0.9916077148597948f,-0.10267706966177988f,1.5770264793056568f,0.09719688861115779f,-0.11012333635822233f,-0.9891539898487212f,-0.027041957881478063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9921598689969798f,0.03300884843209058f,-0.12053717383895673f,0.1740961653281308f,0.07855927186657086f,0.9148374958310993f,-0.39610705248111583f,1.3727257471527f,0.09719688861115779f,-0.40247083390808647f,-0.9102582011152877f,-0.030470267587858813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9921598689969798f,0.06772732550359285f,-0.10503239372701159f,0.18613858639926065f,0.07855927186657086f,0.9916077148597948f,-0.10267706966177988f,1.5580104620035253f,0.09719688861115779f,-0.11012333635822233f,-0.9891539898487212f,-0.057300605591579984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9978547478029333f,0.03350768462930728f,-0.056241775913701594f,0.33512805285480596f,0.03552921458014132f,0.9987437022989786f,-0.03533683672101311f,2.259197061249189f,0.05498706391927482f,-0.03725925641920608f,-0.9977916468945937f,-0.25042932832078396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9978547478029333f,0.03350768462930728f,-0.056241775913701594f,0.36308647882684303f,0.03552921458014132f,0.9987437022989786f,-0.03533683672101311f,2.1297089244724665f,0.05498706391927482f,-0.03725925641920608f,-0.9977916468945937f,-0.34137690306172414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9978547478029333f,0.03350768462930728f,-0.056241775913701594f,-0.2511116114794174f,0.03552921458014132f,0.9987437022989786f,-0.03533683672101311f,2.2800704748150222f,0.05498706391927482f,-0.03725925641920608f,-0.9977916468945937f,-0.21812442826821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9978547478029333f,0.03350768462930728f,-0.056241775913701594f,-0.29799229159260027f,0.03552921458014132f,0.9987437022989786f,-0.03533683672101311f,2.1532470291318098f,0.05498706391927482f,-0.03725925641920608f,-0.9977916468945937f,-0.30494797321520456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9804144865428139f,0.18795353681972865f,-0.05882943628783893f,0.23911993253742678f,0.19126030098400715f,0.9798966669923109f,-0.05676283365783345f,2.3691234202207423f,0.04697799319359014f,-0.06690284010649149f,-0.9966529376574317f,-0.27321036012153016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9977463682937195f,0.03226890117044719f,-0.05882943628783893f,0.12451969123380975f,0.03561595840497318f,0.9977522158442087f,-0.05676283365783345f,2.3832805757897395f,0.05686552614359783f,-0.058730177891979526f,-0.9966529376574317f,-0.2672521502940765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9605671307855146f,0.27101615132353113f,-0.062137210882567115f,0.10240370510176203f,0.2756271785894832f,0.95754785382447f,-0.08444978424455936f,2.380872042806822f,0.03661209741717758f,-0.09824639106823385f,-0.9944884116794841f,-0.2624021190650738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973022255815662f,-0.03907989091322904f,-0.062137210882567115f,0.13174711056710656f,-0.03376153549344317f,0.9958556083399704f,-0.08444978424455936f,2.389789365883839f,0.06517997829993101f,-0.0821241101263068f,-0.9944884116794841f,-0.26499278111105473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9911372220853364f,0.11741368753555775f,-0.062137210882567115f,0.19065565399598644f,0.1224402643805142f,0.9888764410175203f,-0.08444978424455936f,2.4893779705565566f,0.05153046337257213f,-0.09130942109018786f,-0.9944884116794841f,-0.3085535187273869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9911372220853364f,0.11910543406166364f,-0.05882943628783893f,0.16385693133211215f,0.1224402643805142f,0.9908513321248364f,-0.05676283365783345f,2.2664364208284686f,0.05153046337257213f,-0.0634628490017567f,-0.9966529376574317f,-0.29427437770199166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9908112567321812f,-0.12300372423170064f,-0.056241775913701594f,-0.1504637992356841f,-0.12114614579013197f,0.9920055036796663f,-0.03533683672101311f,2.382436040931903f,0.0601387137623626f,-0.028198661216149643f,-0.9977916468945937f,-0.2493462641044782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9978547478029333f,0.03350768462930729f,-0.056241775913701594f,-0.03518821840556708f,0.03552921458014131f,0.9987437022989786f,-0.03533683672101311f,2.388408330487727f,0.05498706391927482f,-0.03725925641920608f,-0.9977916468945937f,-0.25605542550815263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9763204398200763f,-0.20889054892839323f,-0.056241775913701594f,-0.013044396022966906f,-0.2071441246133452f,0.9776720409261602f,-0.03533683672101311f,2.3833004746309667f,0.062367543062905824f,-0.022849922530966085f,-0.9977916468945937f,-0.25712269484361416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993086645866219f,0.10303289010920672f,-0.056241775913701594f,-0.04175425959490816f,0.10511150604564536f,0.9938324201128522f,-0.03533683672101311f,2.3943232525006795f,0.05225404385307566f,-0.041004198423764f,-0.9977916468945937f,-0.25589479960562017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969779963685795f,-0.05358859392599559f,-0.056241775913701594f,-0.09766418925197017f,-0.05165223399631276f,0.9980397560687363f,-0.03533683672101311f,2.4998776695889693f,0.05802517970745485f,-0.032325035302256576f,-0.9977916468945937f,-0.2878007446651807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969779963685795f,-0.05358859392599559f,-0.056241775913701594f,-0.08560675561862117f,-0.05165223399631276f,0.9980397560687363f,-0.03533683672101311f,2.275318724473504f,0.05802517970745485f,-0.032325035302256576f,-0.9977916468945937f,-0.28052761172217294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9978547478029333f,0.03350768462930728f,-0.056241775913701594f,0.023709954981528666f,0.03552921458014132f,0.9987437022989786f,-0.03533683672101311f,1.7601257013702911f,0.05498706391927482f,-0.03725925641920608f,-0.9977916468945937f,-0.23712463683178311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934392414864347f,0.06322654661740969f,-0.09529363713120452f,3.003374935389945e-17f,0.06085125536682071f,0.9977642959775113f,0.027632126099583272f,1.3859640903787243f,0.09682767267232616f,0.021652100945123452f,-0.9950656201123236f,-0.2452441746862044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9511341425740856f,-0.30535114961911985f,-0.0458750286772763f,0.2337680222088054f,-0.3084452606211604f,0.9326697076111399f,0.1870527671671697f,0.7825914153609737f,-0.0143305279108449f,0.19206220849202166f,-0.9812781175787849f,-0.2413118713445138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9511341425740856f,-0.3028151798622993f,0.060388820776882214f,0.12500000000000003f,-0.3084452606211604f,0.940838378416004f,-0.14030205593607087f,1.120625343786564f,-0.0143305279108449f,-0.15207272123726615f,-0.9882654114281695f,-0.2979729806927763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9625574879975838f,0.2673236122507071f,0.0449574091003357f,-0.22778030143462297f,0.27078553290902824f,0.940507637135638f,0.2052329887145648f,0.7853304083024956f,0.01258083729148911f,0.20972236605277153f,-0.9776800354462969f,-0.21728636097632764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9625574879975838f,0.2639193957214214f,-0.06188404367703449f,-0.12499999999999997f,0.27078553290902824f,0.9467248140818603f,-0.1743195960551789f,1.1543932279424836f,0.01258083729148911f,-0.1845499362332779f,-0.9827426130830688f,-0.2971636779858547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766422861060656f,0.214577220059997f,0.011245515588072996f,3.2399201910243226e-17f,0.1944920479572658f,0.9050476308748359f,-0.3782348861874528f,1.2126287495187003f,-0.0913383176487645f,-0.3672130205741218f,-0.9256413502269241f,-0.2645595606243434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766422861060656f,-0.21457722005999688f,-0.011245515588072767f,3.4109045720704075e-17f,-0.1944920479572658f,0.9050476308748359f,-0.3782348861874528f,1.2247151061511439f,0.09133831764876425f,-0.3672130205741218f,-0.9256413502269241f,-0.27852149488695127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.2057661079518596e-17f,1.1084943729919675e-16f,3.2399201910243226e-17f,0f,0.9051543463501023f,-0.4250830616285706f,1.2126287495187003f,-1.2246467991473532e-16f,-0.4250830616285706f,-0.9051543463501023f,-0.2645595606243434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9757345854096602f,0.21895665971931166f,1.1680686956741931e-16f,3.2221588097707915e-17f,0.20884096549762932f,0.9306561085997876f,0.30044077395706176f,1.243845076209232f,0.06578350830912288f,0.29315045401715106f,-0.9538004725014985f,-0.2631092337818695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9757345854096602f,-0.21895665971931172f,1.1680686956741931e-16f,3.2221588097707915e-17f,-0.20884096549762932f,0.9306561085997876f,0.30044077395706176f,1.243845076209232f,-0.06578350830912313f,0.29315045401715106f,-0.9538004725014985f,-0.2631092337818695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.679338321598692e-17f,1.1680686956741931e-16f,3.2221588097707915e-17f,0f,0.9538004725014985f,0.30044077395706176f,1.243845076209232f,-1.2246467991473532e-16f,0.30044077395706176f,-0.9538004725014985f,-0.2631092337818695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9715325832082806f,0.2367556492393064f,-0.008438146592690803f,-0.19374999999999998f,0.23665069535239264f,0.971522966662882f,0.011814128650969986f,1.3281515011491563f,0.010994914909824348f,0.009480917667986123f,-0.9998946064692512f,-0.258381439491834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9711562574514828f,-0.23827791338131354f,0.008897168508938177f,0.19375000000000003f,-0.23818702893946483f,0.9711659523788768f,0.010179989441044125f,1.3233531267298801f,-0.011066293770714095f,0.007767170313342266f,-0.9999085999267652f,-0.2598206851041034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6324012979355567e-17f,1.2137184363297944e-16f,-0.007812499999999968f,0f,0.9910763145543943f,0.1332956815852618f,1.1682840844751985f,-1.2246467991473532e-16f,0.1332956815852618f,-0.9910763145543943f,-0.26661983692368807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.683642001129905e-18f,1.2233271860063263e-16f,3.138157422815092e-17f,0f,0.9989224540970134f,0.046410458959163396f,1.3914808203125f,-1.2246467991473532e-16f,0.046410458959163396f,-0.9989224540970134f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4226569480232269f,-0.3394651174556921f,-0.8403121671846032f,-1.6492292554830414f,0.0703314655231148f,0.9366898391470044f,-0.343024241411784f,1.9522110925831762f,0.9035566331144177f,0.08588119275808943f,0.4197735478628755f,0.8508097117040363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0688050982609495f,-0.3394651174556921f,-0.9380987647812433f,-1.632020744516959f,-0.11578602440279274f,0.9366898391470044f,-0.3304629204491101f,1.9500005480418239f,0.9908882151919546f,0.08588119275808943f,-0.10375435279616413f,0.9429402882959633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.18355745030487902f,-0.3394651174556921f,-0.9225346044828698f,-1.5022448093275698f,-0.02357914177442333f,0.9366898391470044f,-0.3493653808149007f,2.003510627434735f,0.9827261503138877f,0.08588119275808943f,0.16393210246835255f,0.8722851846297469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.22597257122680792f,0.6974875236723456f,0.6800349633471535f,1.5490323527810983f,-0.0394685052356038f,0.7040743197809743f,-0.7090286237659418f,2.5140363912259813f,-0.9733337732492447f,0.1333810576745341f,0.1866302743555029f,-0.11020333404874458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05737148373526681f,0.6974875236723456f,0.7142966240823437f,1.5409676472189018f,0.24039945696893839f,0.7040743197809743f,-0.6681971664965347f,2.504425249399019f,-0.9689770967071686f,0.1333810576745341f,-0.20806941031917464f,-0.01729666595125498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08602352599676379f,0.6974875236723456f,0.7114148629994339f,1.438287770550085f,0.10251884615426454f,0.7040743197809743f,-0.7026871554313174f,2.614633893627198f,-0.9910044597065557f,0.1333810576745341f,-0.010938660582551687f,-0.06210920091261703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5576033203125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57.mcfunction new file mode 100644 index 000000000..de63dcc6f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..4ef6b9075 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43954367134966316f,-0.024748454283438373f,-0.6878468720809044f,0.04245595251760942f,-0.12998549775944995f,0.8044372733720498f,0.054119202011987326f,1.5070455176338746f,0.6759064845029461f,0.13860963770520007f,-0.43690071753951826f,-0.549288748592437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4070754857492946f,0.14237533758630083f,-0.6738091808139473f,0.04245595251760942f,0.18392216423821964f,0.7767638483244683f,0.053014728501538606f,1.5070455176338746f,0.6636732527410646f,-0.12793430807781522f,-0.4279843763652424f,-0.549288748592437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5418620840000189f,0.14829985940728152f,0.5927369383355328f,-0.08388308990725243f,0.19032516933321741f,0.793797761266507f,-0.024614803899440863f,1.5148132083013746f,-0.5806085224020421f,0.12180603578027792f,-0.5612499245488191f,-0.5370207817385243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5459923474959358f,-0.06891471418083826f,0.5806402661246035f,-0.08388308990725243f,-0.1253247902855379f,0.7897545733746703f,-0.02411246096271758f,1.5148132083013746f,-0.5711270028774361f,-0.10741729843542892f,-0.5497958444559861f,-0.5370207817385243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4249761113072805f,-0.3235534137868632f,0.5533195465826668f,-0.32756390151854325f,0.6407319706859685f,0.6818682747226997f,-1.251369029370459f,2.0931458564136634f,0.017659953127229223f,1.3681283179415433f,0.7545324921446311f,-0.9026693984034893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.25945811448641654f,0.9643505895274246f,0.05205215946781293f,-0.3600048863662975f,0.8332483761338164f,0.25078214276322786f,-0.49275294067254677f,2.018995463201579f,-0.4882403409157337f,-0.08447637154372264f,-0.8686110246556253f,-0.35757105621862595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.261010470593604f,0.9643505895274246f,0.04360590233689059f,-0.27451817000495193f,0.8487983681763166f,0.25078214276322786f,-0.46545638576810444f,1.740071335899271f,-0.4597987216399451f,-0.08447637154372264f,-0.8839959718398491f,-0.20836584118506954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6283497698208599f,0.7741190253524066f,-0.07691749705699155f,0.4856005014975845f,0.7615120645638113f,0.6322806978529862f,0.14254997245282922f,1.4326096414929748f,0.15898409445549638f,0.03099764039375479f,-0.9867944081723332f,-0.43159595162024367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5213690373906134f,0.8002909168541104f,-0.296156673487518f,0.31567010364578524f,0.6902790027473663f,0.5995742107094034f,0.4050008200217591f,1.6599643820205148f,0.5016863813344814f,0.006724154445212405f,-0.8650234450756292f,-0.2669704972324301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9922268414959761f,0.032975205717541096f,-0.11999387827220626f,-0.13634589918464224f,0.07813445206143202f,0.9155742185316595f,-0.39448556090331194f,1.382718285536921f,0.09685505880427205f,-0.40079481804038675f,-0.9110338146391682f,-0.0002794655384903595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9922268414959761f,0.067531867748691f,-0.1045243600951114f,-0.12433695123235712f,0.07813445206143202f,0.9918227478660272f,-0.10090908886984792f,1.5680543689563646f,0.09685505880427205f,-0.10829166013066928f,-0.989389717922197f,-0.02676783755000456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9922268414959761f,0.032975205717541096f,-0.11999387827220626f,0.17411038155662356f,0.07813445206143202f,0.9155742185316595f,-0.39448556090331194f,1.3636305331818652f,0.09685505880427205f,-0.40079481804038675f,-0.9110338146391682f,-0.03042586595931031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9922268414959761f,0.067531867748691f,-0.1045243600951114f,0.18611932950890867f,0.07813445206143202f,0.9918227478660272f,-0.10090908886984792f,1.5489666166013087f,0.09685505880427205f,-0.10829166013066928f,-0.989389717922197f,-0.05691423797082451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9976763492323195f,0.035220218594712985f,-0.0583218516905223f,0.33613971035438184f,0.037303770731743624f,0.9986898043178102f,-0.035030036266715456f,2.24997765053444f,0.05701167311756564f,-0.03712426368016643f,-0.9976830449469116f,-0.25029313085381233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9976763492323195f,0.035220218594712985f,-0.0583218516905223f,0.36368237253026814f,0.037303770731743624f,0.9986898043178102f,-0.035030036266715456f,2.1204584676922686f,0.05701167311756564f,-0.03712426368016643f,-0.9976830449469116f,-0.3413233210994732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9976763492323195f,0.035220218594712985f,-0.0583218516905223f,-0.24999514481960597f,0.037303770731743624f,0.9986898043178102f,-0.035030036266715456f,2.2718936158393395f,0.05701167311756564f,-0.03712426368016643f,-0.9976830449469116f,-0.21679877289724253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9976763492323195f,0.035220218594712985f,-0.0583218516905223f,-0.29727820883614353f,0.037303770731743624f,0.9986898043178102f,-0.035030036266715456f,2.1451722158020488f,0.05701167311756564f,-0.03712426368016643f,-0.9976830449469116f,-0.30355308765908595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9799682114181956f,0.18964816291780273f,-0.060793740728177816f,0.24028630493286302f,0.19300993863709875f,0.979642492914205f,-0.05520642774301471f,2.360049135739024f,0.049086334117814816f,-0.06583434042157527f,-0.9966224818977999f,-0.27271822406436474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975706854835318f,0.034012476419563634f,-0.060793740728177816f,0.12572387033098767f,0.037383816701133596f,0.9977748747010575f,-0.05520642774301471f,2.3744101504289934f,0.058780759715848584f,-0.057345016026654684f,-0.9966224818977999f,-0.26652544922867727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9599672580507851f,0.2727134143015897f,-0.06395511809407198f,0.10359378116353958f,0.27737570918511467f,0.9573170694597674f,-0.08128188282155743f,2.3719690647621694f,0.03905866644564168f,-0.0957675424187767f,-0.9946371189507035f,-0.26183022779518816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972561958123974f,-0.03728032702858637f,-0.06395511809407198f,0.13295011799944492f,-0.03202726778579727f,0.9961764450352956f,-0.08128188282155743f,2.3808373703282126f,0.06674079735785204f,-0.0790105535576243f,-0.9946371189507035f,-0.2644425579741942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9908102452054083f,0.11918389516025957f,-0.06395511809407198f,0.19197963034429552f,0.12420337029162518f,0.9889220284396458f,-0.08128188282155743f,2.480444557602125f,0.05355913371405377f,-0.08847836346386724f,-0.9946371189507035f,-0.30779655948453866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9908102452054083f,0.12082706271474752f,-0.060793740728177816f,0.16479354123347736f,0.12420337029162518f,0.9907198257550196f,-0.05520642774301471f,2.2575325968072457f,0.05355913371405377f,-0.06224988170004598f,-0.9966224818977999f,-0.2937903361020283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9909029538787487f,-0.12128436671623838f,-0.0583218516905223f,-0.14922755663733128f,-0.11938500586761217f,0.9922298710143445f,-0.035030036266715456f,2.3740853237911472f,0.06211727914486013f,-0.027748611804885023f,-0.9976830449469116f,-0.2482032672680523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9976763492323195f,0.03522021859471299f,-0.0583218516905223f,-0.0339552667884546f,0.037303770731743624f,0.9986898043178103f,-0.035030036266715456f,2.3798526679248266f,0.05701167311756564f,-0.03712426368016642f,-0.9976830449469116f,-0.2551442729329596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9765616399126259f,-0.20718572602028246f,-0.0583218516905223f,-0.011822826809655476f,-0.20540924126163546f,0.9780490479334214f,-0.035030036266715456f,2.3747054075480953f,0.0642993550160658f,-0.02222914235809858f,-0.9976830449469116f,-0.2562573480422804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9927892215349633f,0.10472880797273736f,-0.0583218516905223f,-0.040510370301189286f,0.10687797973454301f,0.9936548666448604f,-0.035030036266715456f,2.3857792991304327f,0.0542831378225724f,-0.04101076411863463f,-0.9976830449469116f,-0.25496917156213983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969495338281226f,-0.051867028209429435f,-0.0583218516905223f,-0.09629562742172414f,-0.049879733048039124f,0.9981407259450988f,-0.035030036266715456f,2.4914402028278286f,0.060030319264063395f,-0.032014099932893614f,-0.9976830449469116f,-0.28674059030753796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969495338281226f,-0.051867028209429435f,-0.0583218516905223f,-0.08462554607460253f,-0.049879733048039124f,0.9981407259450988f,-0.035030036266715456f,2.266858539490182f,0.060030319264063395f,-0.032014099932893614f,-0.9976830449469116f,-0.2795374178226369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9976763492323195f,0.035220218594712985f,-0.0583218516905223f,0.02385619341497583f,0.037303770731743624f,0.9986898043178102f,-0.035030036266715456f,1.7514617320691708f,0.05701167311756564f,-0.03712426368016643f,-0.9976830449469116f,-0.23646009667165635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934600983720505f,0.0636165157732688f,-0.09481546215393923f,3.0033982535639456e-17f,0.061080807536178935f,0.9976993572708406f,0.02941304901025692f,1.3773244730926055f,0.09646848134662382f,0.02342928556787317f,-0.9950602497760902f,-0.2452460787596088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9512862221818976f,-0.3049358759359628f,-0.045482249879050154f,0.23344430833793817f,-0.30797196375349595f,0.9329516961809788f,0.18642532589444388f,0.7743182700992987f,-0.014415027877482597f,0.19135110180033293f,-0.9814157950690878f,-0.24006161759624284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9512862221818976f,-0.3021261181979697f,0.06143559383223755f,0.12500000000000003f,-0.30797196375349595f,0.940505786099595f,-0.14353444135467278f,1.1120080613887255f,-0.014415027877482597f,-0.15546277694615215f,-0.9877365701215493f,-0.29815458655227584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9627576441483422f,0.26671381560550506f,0.044288364150042774f,-0.22747297468005223f,0.2700702206236867f,0.941055212395793f,0.2036594293299042f,0.7765625494235326f,0.01264098754873774f,0.2080356406673186f,-0.9780395583236555f,-0.21686370844820047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9627576441483422f,0.2631136986949945f,-0.062200483864466784f,-0.12499999999999997f,0.2700702206236867f,0.9466648265073446f,-0.1757492025190793f,1.1456272621969326f,0.01264098754873774f,-0.18600238657839524f,-0.9824679728219816f,-0.2972964046572388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9786383538541246f,0.20530757637541433f,0.010759714147818948f,3.240668383576545e-17f,0.18774485522247944f,0.91379812593997f,-0.36017336709713677f,1.2040089175171031f,-0.08377852769761228f,-0.3504593901031217f,-0.9328233349275564f,-0.2646206551826065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9786383538541246f,-0.20530757637541422f,-0.010759714147818723f,3.4087592295406655e-17f,-0.18774485522247944f,0.91379812593997f,-0.36017336709713677f,1.2163629413445223f,0.08377852769761203f,-0.3504593901031217f,-0.9328233349275564f,-0.27834631437521223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.990487885655146e-17f,1.1183515052491992e-16f,3.240668383576545e-17f,0f,0.9132033056615501f,-0.40750426074928037f,1.2040089175171031f,-1.2246467991473532e-16f,-0.40750426074928037f,-0.9132033056615501f,-0.2646206551826065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9775849477114239f,0.21054137362535807f,1.1675037058126184e-16f,3.2227751032665696e-17f,0.2007173285437284f,0.9319699769716161f,0.3019015005689678f,1.2352247419483142f,0.06356275662934718f,0.2951343626477148f,-0.9533391232684231f,-0.26315955796482643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9775849477114239f,-0.21054137362535813f,1.1675037058126184e-16f,3.2227751032665696e-17f,-0.2007173285437284f,0.9319699769716161f,0.3019015005689678f,1.2352247419483142f,-0.06356275662934743f,0.2951343626477148f,-0.9533391232684231f,-0.26315955796482643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.697227063295693e-17f,1.1675037058126184e-16f,3.2227751032665696e-17f,0f,0.9533391232684231f,0.3019015005689678f,1.2352247419483142f,-1.2246467991473532e-16f,0.3019015005689678f,-0.9533391232684231f,-0.26315955796482643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9726462940515785f,0.23207542152695276f,-0.0100092652486285f,-0.19374999999999998f,0.23203713001507023f,0.9726948535803137f,0.004846866280539701f,1.317568720310326f,0.010860799330602246f,0.0023917653436791655f,-0.9999381593360867f,-0.25832426815794357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9721995156051018f,-0.2339153350227154f,0.010569668794064298f,0.19375000000000003f,-0.23389793802296743f,0.9722569179956f,0.0028705397230081725f,1.3117638807984737f,-0.010947896866954692f,0.0003185135917164045f,-0.9999400192527962f,-0.2600675805916852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6365888516706007e-17f,1.213662041907768e-16f,-0.007812499999999968f,0f,0.9910302650141793f,0.13363762129701867f,1.159651855316841f,-1.2246467991473532e-16f,0.13363762129701867f,-0.9910302650141793f,-0.2666968451071277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.7258496991920074e-18f,1.2233075031177092e-16f,3.138157422815092e-17f,0f,0.9989063817987549f,0.04675511096896319f,1.382845f,-1.2246467991473532e-16f,0.04675511096896319f,-0.9989063817987549f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4197662033665727f,-0.3404579836109548f,-0.8413588389663331f,-1.649008737964854f,0.07165583267177549f,0.9365196105324118f,-0.3432148900213016f,1.926546945911167f,0.9047993015886605f,0.08378174314122665f,0.41751508159692835f,0.8507683979755489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07515295992970916f,-0.3404579836109548f,-0.9372515105399224f,-1.6322412620351467f,-0.11592365509289605f,0.9365196105324118f,-0.3308968499066181f,1.924393054088833f,0.9904108939241868f,0.08378174314122665f,-0.10984935462946849f,0.9429816020244506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.17885307658354332f,-0.3404579836109548f,-0.9230925947011839f,-1.5021611107948227f,-0.022974846104897084f,0.9365196105324118f,-0.3498616519921496f,1.9779492477988225f,0.983607509854951f,0.08378174314122665f,0.15967744384589821f,0.872923383423115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.23393276247544106f,0.6938399039765302f,0.6810738948825215f,1.5492862708499051f,-0.0347139851248906f,0.706025164769173f,-0.7073354267597592f,2.4887031786842067f,-0.9716328534366041f,0.14182614132275254f,0.18924836527732788f,-0.11014827602111371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.054826677754170466f,0.6938399039765302f,0.7180391514787194f,1.540713729150095f,0.24816430504694775f,0.706025164769173f,-0.6632819494100736f,2.4784868213157942f,-0.9671651943215314f,0.14182614132275254f,-0.21089531177931117f,-0.017351723978885854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09144044479797454f,0.6938399039765302f,0.7143002398886533f,1.437854964016702f,0.1089744785963987f,0.706025164769173f,-0.6997521202020791f,2.588557818030312f,-0.9898298884504304f,0.14182614132275254f,-0.011051586660161285f,-0.06209226200097558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5489675f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58.mcfunction new file mode 100644 index 000000000..10f168f1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..8ff98e176 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4682450278968161f,-0.02948138992569348f,-0.6684473696128989f,0.039132111793990766f,-0.12871513423758532f,0.8046037358397546f,0.05467802973183215f,1.49935615120231f,0.6565999181484526f,0.13670450016442012f,-0.4659751834236302f,-0.5513843442276113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4348251790645253f,0.14885129311455492f,-0.6548055865595744f,0.039132111793990766f,0.1851342771706614f,0.7764382752899656f,0.053562151574039665f,1.49935615120231f,0.6454861447529299f,-0.12242098350719338f,-0.4564654858027398f,-0.5513843442276113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5657738046892989f,0.1528440288199079f,0.5687557904988206f,-0.08067037728586218f,0.1925315742022895f,0.7933511756612154f,-0.021678317660744347f,1.5067499897969758f,-0.5565752773049011f,0.1190674572480281f,-0.5856546301037037f,-0.5397953861112438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5693365378763685f,-0.07376599996161183f,0.5571485294682325f,-0.08067037728586218f,-0.123160525915337f,0.7901775251672322f,-0.02123590301460671f,1.5067499897969758f,-0.5483496981810131f,-0.10088635175409834f,-0.5737024947954649f,-0.5397953861112438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9680598884192596f,-1.0964775127869015f,0.5495483294364034f,-0.0984097530508598f,0.9124458574746225f,0.17601550977467548f,-1.256131898924696f,2.236269227312657f,0.8195784645847479f,1.099164161657126f,0.7493567482297708f,-0.8186584211801353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.26300219202771374f,0.9632764762511716f,0.054113559204176334f,-0.3610407281022249f,0.8344287730086315f,0.2552617362117257f,-0.4884363508191065f,2.0105469190368703f,-0.48431236796506405f,-0.08330592012157165f,-0.8709200043108272f,-0.35643752114320637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2645267048884219f,0.9632764762511716f,0.04608744625166453f,-0.27438790083939485f,0.8489017867474984f,0.2552617362117257f,-0.46282523967808886f,1.7316183979954478f,-0.4575930275449778f,-0.08330592012157165f,-0.8852506677856391f,-0.20785252258864417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6301003183066025f,0.7725940279728664f,-0.07792340348431956f,0.4871354302432044f,0.760769261924968f,0.6343136508542748f,0.13739112944459148f,1.4241278425295933f,0.15557544465646794f,0.027288464240093478f,-0.9874470217380573f,-0.4296254386359174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5254330911810648f,0.7972557585488068f,-0.2971587490764447f,0.31579560611932816f,0.6900984822190618f,0.6036232704739838f,0.39925309288875777f,1.651374948893928f,0.49767876339146533f,0.004711985044371342f,-0.8673486298289077f,-0.26631828278377656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9923007590064761f,0.03287404722789622f,-0.11940896404386697f,-0.1363247434620184f,0.0776293225009218f,0.9163255232319255f,-0.3928374011748196f,1.3738281482208134f,0.09650332617697353f,-0.39908248833116733f,-0.9118225022142108f,-0.00035046974956832316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9923007590064761f,0.0672595040817304f,-0.10399693642531571f,-0.12436356729935218f,0.0776293225009218f,0.9920436687049805f,-0.0991112893186794f,1.5592168905447554f,0.09650332617697353f,-0.10642141933390473f,-0.9896269951571339f,-0.026489654594407525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9923007590064761f,0.03287404722789622f,-0.11940896404386697f,0.17413809846927314f,0.0776293225009218f,0.9163255232319255f,-0.3928374011748196f,1.354667343128098f,0.09650332617697353f,-0.39908248833116733f,-0.9118225022142108f,-0.030382741194546627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9923007590064761f,0.0672595040817304f,-0.10399693642531571f,0.18609927463193937f,0.0776293225009218f,0.9920436687049805f,-0.0991112893186794f,1.54005608545204f,0.09650332617697353f,-0.10642141933390473f,-0.9896269951571339f,-0.05652192603938583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9974874123364408f,0.03695472203120605f,-0.060441796382532116f,0.33716237003328975f,0.039100291382523494f,0.9986322936323335f,-0.03470892289349413f,2.2408888406567757f,0.05907647115521489f,-0.03698500553225666f,-0.9975680828503016f,-0.2501552651378981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9974874123364408f,0.03695472203120605f,-0.060441796382532116f,0.3642823893311431f,0.039100291382523494f,0.9986322936323335f,-0.03470892289349413f,2.1113395815046245f,0.05907647115521489f,-0.03698500553225666f,-0.9975680828503016f,-0.3412695148819023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9974874123364408f,0.03695472203120605f,-0.060441796382532116f,-0.24886148471436917f,0.039100291382523494f,0.9986322936323335f,-0.03470892289349413f,2.2638602618440085f,0.05907647115521489f,-0.03698500553225666f,-0.9975680828503016f,-0.21544783833420933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9974874123364408f,0.03695472203120605f,-0.060441796382532116f,-0.2965530213417489f,0.039100291382523494f,0.9986322936323335f,-0.03470892289349413f,2.1372435245455463f,0.05907647115521489f,-0.03698500553225666f,-0.9975680828503016f,-0.3021313527415725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9795076921822328f,0.19136854180959764f,-0.06279141789690947f,0.2414666134772434f,0.19478064155758773f,0.9793804042124773f,-0.05361460173329001f,2.3511067837952413f,0.05123653608754774f,-0.06474646747331504f,-0.9965855268462795f,-0.2722175189515178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.997384962555156f,0.03578371567271402f,-0.06279141789690947f,0.12694342082900056f,0.03917371903620619f,0.9977930117102711f,-0.05361460173329001f,2.365674151180679f,0.060734308308585665f,-0.05593417090474559f,-0.9965855268462795f,-0.2657855069714963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9593498200487665f,0.27444223055899464f,-0.06579806120398196f,0.10479819183439999f,0.27914381131266597f,0.9570719949204904f,-0.07805081130104577f,2.363200721437196f,0.04155304294799737f,-0.09324515335778208f,-0.9947756963240737f,-0.261247905288237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972032109808591f,-0.03544532622590767f,-0.06579806120398196f,0.1341675348332827f,-0.030269970538389174f,0.9964897389029421f,-0.07805081130104577f,2.3720192647899094f,0.06833362929823814f,-0.0758408142749363f,-0.9947756963240737f,-0.26388240902713833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9904708553361541f,0.12098801540427111f,-0.06579806120398196f,0.19332034166084536f,0.12598804225243576f,0.9889565632850853f,-0.07805081130104577f,2.471644755249456f,0.05562821171910494f,-0.0855968227441232f,-0.9947756963240737f,-0.3070257935300483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9904708553361541f,0.12257537504802006f,-0.06279141789690947f,0.16574088227504088f,0.12598804225243576f,0.9905818934799784f,-0.05361460173329001f,2.248763829216461f,0.05562821171910494f,-0.06101466824836518f,-0.9965855268462795f,-0.29329749317416615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9909876792267792f,-0.11954166165305882f,-0.060441796382532116f,-0.14797368513401726f,-0.11760160671388185f,0.9924541061277781f,-0.03470892289349413f,2.3658758752267692f,0.06413487131845927f,-0.027288062579425894f,-0.9975680828503016f,-0.2470383557538421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9974874123364408f,0.03695472203120604f,-0.060441796382532116f,-0.03270567872873364f,0.0391002913825235f,0.9986322936323336f,-0.03470892289349413f,2.3714357075506f,0.05907647115521489f,-0.036985005532256664f,-0.9975680828503016f,-0.25421579184776694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9767979296092995f,-0.2054570367766425f,-0.060441796382532116f,-0.010584951444046975f,-0.2036521718579694f,0.9784278632424088f,-0.03470892289349413f,2.3662485676499934f,0.06626913013249992f,-0.02159450091703405f,-0.9975680828503016f,-0.2553755888334733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9924797520364401f,0.10644590667441828f,-0.060441796382532116f,-0.03924964839108462f,0.10866611240868895f,0.9934721771069162f,-0.03470892289349413f,2.3773741761436162f,0.05635262027331665f,-0.04101587822667428f,-0.9975680828503016f,-0.25402591865853696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9969124878294802f,-0.05012265814668039f,-0.060441796382532116f,-0.09490856889207236f,-0.048085036314211224f,0.9982400111968236f,-0.03470892289349413f,2.4831429045813773f,0.062075122974485086f,-0.031695412697684604f,-0.9975680828503016f,-0.2856598432423415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9969124878294802f,-0.05012265814668039f,-0.060441796382532116f,-0.0836309708090693f,-0.048085036314211224f,0.9982400111968236f,-0.03470892289349413f,2.2585389020620923f,0.062075122974485086f,-0.031695412697684604f,-0.9975680828503016f,-0.27852837538536246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9974874123364408f,0.03695472203120605f,-0.060441796382532116f,0.024004466828946826f,0.039100291382523494f,0.9986322936323335f,-0.03470892289349413f,1.7429369689931271f,0.05907647115521489f,-0.03698500553225666f,-0.9975680828503016f,-0.23578411635541083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9934810941801329f,0.06401191154385812f,-0.09432810125910082f,3.0034219894653447e-17f,0.061314576296689384f,0.9976299742727609f,0.031224304092933718f,1.3688257286408418f,0.09610326862393054f,0.02523706823368801f,-0.9950513816616532f,-0.24524801694304382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9514406817276334f,-0.3045128783077564f,-0.04508365666604289f,0.2331134279688855f,-0.30749042334353677f,0.9332378942247738f,0.1857866312061293f,0.7661980939811023f,-0.014500645008709517f,0.19062775172475627f,-0.9815552921596908f,-0.2387921489251162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9514406817276334f,-0.3014214385690616f,0.0624959640665981f,0.12500000000000003f,-0.30749042334353677f,0.9401558061577311f,-0.14682200005421264f,1.1035321309888753f,-0.014500645008709517f,-0.15890933427229545f,-0.9871866868913232f,-0.29833930952093823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.962960704736036f,0.26609171965684586f,0.043610524696906995f,-0.22716016219936744f,0.2693424380695387f,0.9416090344426543f,0.20205711398198495f,0.7679344703017956f,0.012701660876973568f,0.2063192259243785f,-0.9784022919152079f,-0.2164339332487339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.962960704736036f,0.2622936975830121f,-0.06251957567441081f,-0.12499999999999997f,0.2693424380695387f,0.9466010110552019f,-0.17720377231883688f,1.1370000593826823f,0.012701660876973568f,-0.18747944441325007f,-0.9821864007068442f,-0.2974315124732764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9802159400585714f,0.19765981836098037f,0.010358912133788385f,3.241470558017071e-17f,0.18201779983289185f,0.9207333808835219f,-0.34513701898056776f,1.1954589230405586f,-0.07775751667256758f,-0.3364233011137958f,-0.9384951417394827f,-0.26468615769656273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9802159400585714f,-0.19765981836098026f,-0.010358912133788156f,3.407120977605472e-17f,-0.18201779983289185f,0.9207333808835219f,-0.34513701898056776f,1.2080308195166f,0.07775751667256733f,-0.3364233011137958f,-0.9384951417394827f,-0.27821254095283987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.811043107363648e-17f,1.126187562021862e-16f,3.241470558017071e-17f,0f,0.9196019315985292f,-0.39285148262448266f,1.1954589230405586f,-1.2246467991473532e-16f,-0.39285148262448266f,-0.9196019315985292f,-0.26468615769656273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9790542860306997f,0.20359937378321383f,1.1670115553926277e-16f,3.22344311106268e-17f,0.19401742775234596f,0.9329773008429902f,0.3031676002479349f,1.2266742327568572f,0.061724733561839135f,0.29681753840838243f,-0.9529372519530908f,-0.2632141049408668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9790542860306997f,-0.20359937378321388f,1.1670115553926277e-16f,3.22344311106268e-17f,-0.19401742775234596f,0.9329773008429902f,0.3031676002479349f,1.2266742327568572f,-0.06172473356183937f,0.29681753840838243f,-0.9529372519530908f,-0.2632141049408668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.712732312488178e-17f,1.1670115553926277e-16f,3.22344311106268e-17f,0f,0.9529372519530908f,0.3031676002479349f,1.2266742327568572f,-1.2246467991473532e-16f,0.3031676002479349f,-0.9529372519530908f,-0.2632141049408668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9735470095867871f,0.22820964219698878f,-0.011250748106086651f,-0.19374999999999998f,0.22823316443641173f,0.9736061441146172f,-0.000835938759154782f,1.3074017014823194f,0.010763028196846549f,-0.003381619521701941f,-0.999936358911628f,-0.2582859112373345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9730444412441375f,-0.2303106635249653f,0.011895950175359049f,0.19375000000000003f,-0.23036167607427263f,0.9731001625190056f,-0.0030938490164578655f,1.3007682988370726f,-0.010863404629133412f,-0.005750823608404711f,-0.999924454380274f,-0.26028059651226754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6408482666740803e-17f,1.213604528798152e-16f,-0.007812499999999968f,0f,0.9909833019962251f,0.13398542892665075f,1.1511606527159648f,-1.2246467991473532e-16f,0.13398542892665075f,-0.9909833019962251f,-0.2667751772032259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.768783025405027e-18f,1.2232873321106688e-16f,3.138157422815092e-17f,0f,0.9988899109215563f,0.04710568818227001f,1.3743501171875f,-1.2246467991473532e-16f,0.04710568818227001f,-0.9988899109215563f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41672693934992266f,-0.34148965864118463f,-0.8424508716009338f,-1.648777053090146f,0.07304826181094706f,0.9363392205335617f,-0.34341347605619876f,1.9040223022161447f,0.9060919431638519f,0.0815700749768521f,0.4151430035563955f,0.8507261857256198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0818115265083875f,-0.34148965864118463f,-0.9363181548872661f,-1.6324729469098544f,-0.11607035726489642f,0.9363392205335617f,-0.3313556039287723f,1.9019279321588558f,0.9898659233930454f,0.0815700749768521f,-0.11624016764227424f,0.9430238142743799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.17391046592310977f,-0.34148965864118463f,-0.9236557599471429f,-1.5020766360079287f,-0.022339947277747213f,0.9363392205335617f,-0.35038520352068175f,1.9555328977156026f,0.9845080378534419f,0.0815700749768521f,0.1552103291351331f,0.8735934506297298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.24228718325647505f,0.6899487394011601f,0.6821053128574744f,1.5495524671622216f,-0.02971910849505313f,0.7080010018839222f,-0.7055858246320016f,2.4665255362832452f,-0.9697492951376158f,0.15068284019792147f,0.19204422993150605f,-0.11008686971918152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05218441586256298f,0.6899487394011601f,0.7219747389901069f,1.5404475328377785f,0.256274764498849f,0.7080010018839222f,-0.6580712928037674f,2.4556746980917556f,-0.9651942974459301f,0.15068284019792147f,-0.21376306941973194f,-0.017413130280818027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09711929946072674f,0.6899487394011601f,0.7173134452044012f,1.4374029832193398f,0.11574227404255388f,0.7080010018839222f,-0.6966622620257399f,2.5655994564913613f,-0.988519887342544f,0.15068284019792147f,-0.011095674750624474f,-0.062085648787406106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5404726171875f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59.mcfunction new file mode 100644 index 000000000..329aac704 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..c4d01aecb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4917048769658806f,-0.033287502295518794f,-0.6512009679072494f,0.03646290744001725f,-0.12775979638622828f,0.8047111731871731f,0.055333593950847665f,1.4919156010813344f,0.6394123808933967f,0.13518991968003247f,-0.4897141382700614f,-0.5532117139518291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45748373632463757f,0.15420114413260905f,-0.6379111522356729f,0.03646290744001725f,0.18603915708613206f,0.7761773778515477f,0.054204336931442616f,1.4919156010813344f,0.6293632202704025f,-0.11734856309171497f,-0.4797199721829173f,-0.5532117139518291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5849724692023389f,0.15655976335152613f,0.5479422371190937f,-0.07804076114616591f,0.19446407541835134f,0.7929494090651039f,-0.018957913372326034f,1.4990095412359747f,-0.5356634933346203f,0.11689619158493143f,-0.6052638653892488f,-0.5421781129575352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5881047369680897f,-0.0776002397173687f,0.5367597424840103f,-0.07804076114616591f,-0.12126095261892983f,0.7905383600375194f,-0.018571017181054077f,1.4990095412359747f,-0.5286100639655319f,-0.0950121260944953f,-0.5929115416057948f,-0.5421781129575352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.18099508689257937f,-1.45285906616304f,0.5457541226492071f,0.005746297924400734f,0.8460859243560702f,-0.36825207149563455f,-1.2609263540927793f,2.3911719904620403f,1.3010709577602915f,0.441584868068452f,0.7440587457759541f,-0.6180391590102329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2665952816721888f,0.9621698706373463f,0.056179140504625795f,-0.36208808217605704f,0.8355849615743386f,0.2597845148872464f,-0.48405555240654907f,2.0023718688994054f,-0.4803381390030753f,-0.08210448137897375f,-0.8732320003049318f,-0.3552932606853233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.26808193147688525f,0.9621698706373463f,0.04859236620432027f,-0.2742565506416694f,0.8489827517931867f,0.2597845148872464f,-0.4601524671046178f,1.7234461655522608f,-0.4553683840291187f,-0.08210448137897375f,-0.8865091589849475f,-0.20733336396513358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6318464976338274f,0.7710684240369405f,-0.07888909228185223f,0.48868138163038605f,0.7600234817875475f,0.6363168507495046f,0.1321558647346597f,1.4159338888493718f,0.15209967310746836f,0.02354465768325204f,-0.9880846818644543f,-0.42762604196672505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5295269172187687f,0.7941852490292384f,-0.2981124522141837f,0.3159220588980903f,0.6898955687444651f,0.6076698996942518f,0.3934226699522138f,1.6430646681097112f,0.4936044450443473f,0.0026614338136613375f,-0.8696824527392268f,-0.2656587601113181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9923806086666496f,0.032711670855401f,-0.1187883585721168f,-0.13629143401698632f,0.07705315770104293f,0.9170864822439642f,-0.39117156718464263f,1.365214091411715f,0.09614332234070185f,-0.3973440960618883f,-0.9126193789823077f,-0.00042413156498391155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9923806086666496f,0.06691802331832133f,-0.10345388198409225f,-0.12439089140720164f,0.07705315770104293f,0.9922684822717289f,-0.09729373041701f,1.5506563460225578f,0.09614332234070185f,-0.10452385969398664f,-0.9898642454013398f,-0.02620900679136476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9923806086666496f,0.032711670855401f,-0.1187883585721168f,0.17417797259029325f,0.07705315770104293f,0.9170864822439642f,-0.39117156718464263f,1.3459793243731282f,0.09614332234070185f,-0.3973440960618883f,-0.9126193789823077f,-0.030341038121227234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9923806086666496f,0.06691802331832133f,-0.10345388198409225f,0.18607851520007793f,0.07705315770104293f,0.9922684822717289f,-0.09729373041701f,1.531421578983971f,0.09614332234070185f,-0.10452385969398664f,-0.9898642454013398f,-0.05612591334760808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9972886987868911f,0.03870108140375808f,-0.06258975611175639f,0.33818998735344236f,0.040908227554615186f,0.9985714197255383f,-0.034374941827769144f,2.2320743955177824f,0.06116999419886585f,-0.03684217699189857f,-0.9974471844685353f,-0.2500165227011392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9972886987868911f,0.03870108140375808f,-0.06258975611175639f,0.36488288874700386f,0.040908227554615186f,0.9985714197255383f,-0.034374941827769144f,2.1024962587224385f,0.06116999419886585f,-0.03684217699189857f,-0.9974471844685353f,-0.3412157989035346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9972886987868911f,0.03870108140375808f,-0.06258975611175639f,-0.24771712318385616f,0.040908227554615186f,0.9985714197255383f,-0.034374941827769144f,2.256107979206119f,0.06116999419886585f,-0.03684217699189857f,-0.9974471844685353f,-0.21407915110930553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9972886987868911f,0.03870108140375808f,-0.06258975611175639f,-0.2958208741993114f,0.040908227554615186f,0.9985714197255383f,-0.034374941827769144f,2.1295979594773713f,0.06116999419886585f,-0.03684217699189857f,-0.9974471844685353f,-0.30069067774678593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9790352617829905f,0.19310482438401044f,-0.06481113318814392f,0.2426539365557963f,0.19656199071807945f,0.9791117404728645f,-0.051995994779825805f,2.3424392478507046f,0.05341666397723206f,-0.06364531772108994f,-0.9965419878468368f,-0.27171105479419744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9971899629937686f,0.03757252612421427f,-0.06481113318814392f,0.1281712314619617f,0.04097516510093481f,0.9978063200700863f,-0.051995994779825805f,2.357214248936102f,0.06271533743381465f,-0.05450553099308157f,-0.9965419878468368f,-0.26503646099947054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9587180083862791f,0.2761929341504365f,-0.06765532884569353f,0.10600987898164713f,0.2809210121052374f,0.9568135453720762f,-0.07477448997009055f,2.3547089043375666f,0.044081349271720055f,-0.09069345355586993f,-0.9949027752139873f,-0.2606584022625681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971433195440481f,-0.03358506762621273f,-0.06765532884569353f,0.13539222348954125f,-0.02849988684120064f,0.9967931240231104f,-0.07477448997009055f,2.363477226543816f,0.06994967289927079f,-0.07263271392968275f,-0.9949027752139873f,-0.263315464908952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9901206927034345f,0.12281600204880361f,-0.06765532884569353f,0.19466996574002382f,0.1277837931710011f,0.9889793111347395f,-0.07477448997009055f,2.4631206084058928f,0.0577262166030434f,-0.08268102435386626f,-0.9949027752139873f,-0.30624552728980314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9901206927034345f,0.12434038320408754f,-0.06481113318814392f,0.16669337951910418f,0.1277837931710011f,0.9904381448276753f,-0.051995994779825805f,2.240272025819666f,0.0577262166030434f,-0.0597641228076973f,-0.9965419878468368f,-0.29279859965807126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9910646029649839f,-0.11778571721448008f,-0.06258975611175639f,-0.14670942225859354f,-0.11580640645912227f,0.992676805207698f,-0.034374941827769144f,2.3579462958375337f,0.06618027631313717f,-0.026819493338027054f,-0.9974471844685353f,-0.24585801025085854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9972886987868911f,0.03870108140375808f,-0.06258975611175639f,-0.03144670594406741f,0.0409082275546152f,0.9985714197255384f,-0.034374941827769144f,2.363297267562088f,0.06116999419886586f,-0.03684217699189857f,-0.9974471844685353f,-0.2532751494837497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9770276012712242f,-0.20371447858232483f,-0.06258975611175639f,-0.009337960943455084f,-0.20188321238588458f,0.9788061768966793f,-0.034374941827769144f,2.3580700076830707f,0.0682659132433856f,-0.020949445931532723f,-0.9974471844685353f,-0.2544823253844036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921597026713904f,0.10817415044680873f,-0.06258975611175639f,-0.0379794081994735f,0.11046539819005091f,0.9932853362337789f,-0.034374941827769144f,2.3692476317282063f,0.05845100681537879f,-0.04101943439468913f,-0.9974471844685353f,-0.2530702896956486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968667356931988f,-0.0483656251717762f,-0.06258975611175639f,-0.09351106084126821f,-0.04627867437452451f,0.9983369409535411f,-0.034374941827769144f,2.475124894422866f,0.0641482312033826f,-0.03137066510721495f,-0.9974471844685353f,-0.28456450075747813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968667356931988f,-0.0483656251717762f,-0.06258975611175639f,-0.08262879517761859f,-0.04627867437452451f,0.9983369409535411f,-0.034374941827769144f,2.2504990827083198f,0.0641482312033826f,-0.03137066510721495f,-0.9974471844685353f,-0.2775061011083548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9972886987868911f,0.03870108140375808f,-0.06258975611175639f,0.024153917829809166f,0.040908227554615186f,0.9985714197255383f,-0.034374941827769144f,1.7346919185867722f,0.06116999419886585f,-0.03684217699189857f,-0.9974471844685353f,-0.23510051016022326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9935021011432946f,0.0644104475461577f,-0.09383426490766777f,3.0034460099428123e-17f,0.06155125452347793f,0.9975563976879728f,0.03305565758506521f,1.3606082694537824f,0.09573410097997864f,0.027065248543080254f,-0.9950389209628218f,-0.24524997836387835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9515966400646854f,-0.30408451915765855f,-0.0446815378680857f,0.23277719391571872f,-0.30700335094093123f,0.9335266596560974f,0.1851402663451917f,0.758369403136371f,-0.014586882074006994f,0.18989623724546184f,-0.9816957990902142f,-0.23751075204587224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9515966400646854f,-0.3007049801184037f,0.0635637439865842f,0.12500000000000003f,-0.30700335094093123f,0.9397899167323291f,-0.15014611190197846f,1.0953378403994551f,-0.014586882074006994f,-0.16239281800693178f,-0.9866183636701309f,-0.29852610754009623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9631655015785653f,0.26546076389826434f,0.042927839445524495f,-0.22684362311597114f,0.26860628312910306f,0.9421658358699159f,0.20043503282388267f,0.7595873595350341f,0.012762493192119449f,0.20458279631995632f,-0.9787660589831608f,-0.21599947373105038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9631655015785653f,0.26146400717781376f,-0.06283939464564349f,-0.12499999999999997f,0.26860628312910306f,0.9465336104270324f,-0.17867509338331117f,1.128652759111875f,0.012762493192119449f,-0.18897274216798307f,-0.9818993947879966f,-0.2975682436531007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9812523207640041f,0.1924633574385465f,0.01008657715671252f,3.24231676634958e-17f,0.17805220387117202f,0.9253234889381962f,-0.33477433222375724f,1.187130381911367f,-0.07376513873012525f,-0.32670215313451223f,-0.9422443459344285f,-0.2647552558506671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9812523207640041f,-0.1924633574385464f,-0.010086577156712292f,3.4062688383375664e-17f,-0.17805220387117202f,0.9253234889381962f,-0.33477433222375724f,1.1998498568511349f,0.073765138730125f,-0.32670215313451223f,-0.9422443459344285f,-0.27814295850110776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.687252657149181e-17f,1.1313957786479216e-16f,3.24231676634958e-17f,0f,0.9238547632147028f,-0.3827432252640214f,1.187130381911367f,-1.2246467991473532e-16f,-0.3827432252640214f,-0.9238547632147028f,-0.2647552558506671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9800232667939948f,0.19888287141537975f,1.1666329397529035e-16f,3.224153641851443e-17f,0.18946140969573178f,0.9335976916464007f,0.3041376734122528f,1.2183451671974403f,0.06048777379382172f,0.29806199625260105f,-0.9526280888213311f,-0.2632721241827623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9800232667939948f,-0.1988828714153798f,1.1666329397529035e-16f,3.224153641851443e-17f,-0.18946140969573178f,0.9335976916464007f,0.3041376734122528f,1.2183451671974403f,-0.060487773793821954f,0.29806199625260105f,-0.9526280888213311f,-0.2632721241827623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.724612282444385e-17f,1.1666329397529035e-16f,3.224153641851443e-17f,0f,0.9526280888213311f,0.3041376734122528f,1.2183451671974403f,-1.2246467991473532e-16f,0.3041376734122528f,-0.9526280888213311f,-0.2632721241827623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9741497357750171f,0.2255808047072962f,-0.012066185688660276f,-0.19374999999999998f,0.22564871700824649f,0.9741979618761247f,-0.004581221336812227f,1.297975104099303f,0.010721417909811367f,-0.007185514874611956f,-0.9999167063180764f,-0.2582722361584789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9736104585300072f,-0.22785875520981594f,0.012769601216266722f,0.19375000000000003f,-0.22795911975924407f,0.9736453242751364f,-0.0070300950032677195f,1.2907798152266399f,-0.010831193820624864f,-0.009755521072577725f,-0.9998937518801798f,-0.26043866739185145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6451555146459902e-17f,1.213546215019501e-16f,-0.007812499999999968f,0f,0.9909356851823881f,0.13433714241456488f,1.142950847704576f,-1.2246467991473532e-16f,0.13433714241456488f,-0.9909356851823881f,-0.26685439142551953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.812199839403933e-18f,1.22326678037317e-16f,3.138157422815092e-17f,0f,0.9988731291543455f,0.04746021337295466f,1.3661365625f,-1.2246467991473532e-16f,0.04746021337295466f,-0.9988731291543455f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41356390344680083f,-0.3425500993821239f,-0.8435782875223504f,-1.6485361124749867f,0.07449741866096755f,0.9361499355723697f,-0.3436181496089818f,1.8862777976739715f,0.9074221908123566f,0.07926365838860279f,0.4126769197328064f,0.8506835809865152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0887242711834533f,-0.3425500993821239f,-0.9353007180133356f,-1.632713887525014f,-0.11622523649313489f,0.9361499355723697f,-0.33183579151436177f,1.8842453273260282f,0.9892520902707657f,0.07926365838860279f,-0.12287218706352951f,0.9430664190134842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16877039946637595f,-0.3425500993821239f,-0.924216414957696f,-1.501992537756346f,-0.02167968371139442f,0.9361499355723697f,-0.35093202966104703f,1.937901366949157f,0.9854169389543358f,0.07926365838860279f,0.15056802077705977f,0.8742897968834408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2509649937436622f,0.6858383965528523f,0.6831121911729108f,1.5498286544778574f,-0.024525840331148394f,0.7099758363308828f,-0.7037988313305973f,2.4491411288213825f,-0.9676854112113576f,0.1598749687727127f,0.19499984432975748f,-0.11001915481599223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04947083958270304f,0.6858383965528523f,0.7260704716794331f,1.5401713455221426f,0.2646572224392034f,0.7099758363308828f,-0.6526031462052796f,2.437631996178617f,-0.9630727857445397f,0.1598749687727127f,-0.2166351857805554f,-0.01748084518400734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10301129552762335f,0.6858383965528523f,0.7204265172850959f,1.4369360224072356f,0.1227640815228292f,0.7099758363308828f,-0.6934430705646424f,2.547403023084696f,-0.9870753027411721f,0.1598749687727127f,-0.01106079013214869f,-0.062090881480177475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5322590624999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..79450441e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7885153202638014f,-0.21149471999941924f,0.021401344959751423f,0.17927464855911282f,-0.19462647146408577f,0.7513364317756025f,0.2540837407954097f,1.2559453652281416f,-0.08549017931410856f,0.2402248824404266f,-0.7758401120989872f,-0.3386806257077778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7929097379654987f,0.10418557340996633f,0.020964582817715682f,0.17927464855911282f,0.10551437495732166f,0.7529384595688404f,0.24889835833019724f,1.2559453652281416f,0.01268322186394575f,0.24945749616986473f,-0.7600066404234977f,-0.3386806257077778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4427792865971446f,0.005615740390987758f,0.6861919638591151f,0.11563044761605254f,0.3080961114241876f,0.7313286727593613f,0.19282013113202148f,1.2618104803080883f,-0.6131620780268972f,0.3634161255425197f,-0.39862943971794806f,-0.37479315670382657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40283144925565273f,-0.16090386569929527f,0.6721880462293373f,0.11563044761605254f,0.004678848698023652f,0.7773677091126502f,0.18888502641504146f,1.2618104803080883f,-0.6911620156413772f,0.09904236887298826f,-0.3904941450298267f,-0.37479315670382657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0452767680131754f,-0.5710292848545538f,1.0113002937260656f,-0.58555299824457f,0.8616668429580518f,-0.5309241021225715f,-1.1904016547082097f,0.985323850437166f,0.7786738598403269f,1.354050000414991f,-0.04027240218224712f,-0.5055394632262892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7056196324001383f,-0.6690105611429248f,0.23350760897821432f,-0.4385554948411524f,-0.6787114222425378f,0.7327982878075627f,0.048553833049676864f,1.2076053068207468f,-0.20359700314347745f,-0.1242237435659276f,-0.9711419679148158f,-0.43113857718284865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4388573340791906f,-0.6690105611429248f,0.5998575742658707f,-0.29455846259319207f,-0.5243541469702955f,0.7327982878075627f,0.4336581579324412f,1.387851527694711f,-0.7296964909330175f,-0.1242237435659276f,-0.6723923651072394f,-0.16346763329880762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8917572291833035f,0.3300271059865352f,0.30959837453299f,0.16503409179264544f,0.3677700277769942f,-0.12994581652799947f,-0.9207927516199182f,1.1787637898809158f,-0.2636555534560692f,0.9349845956383578f,-0.23725419922679986f,0.41738604298106474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2573729657585727f,0.843633390361382f,0.47121317804577234f,0.22491269556058965f,0.4365595628665837f,0.3335250249615812f,-0.8355697492095521f,1.3184528364178705f,-0.8620759273790062f,0.42076568347684534f,-0.28245589928675485f,0.12309558264410025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8669634050186089f,0.30547279578535674f,0.3937776344507357f,-0.29515911671046163f,0.07989479112301118f,0.8650983372199796f,-0.4951986361962613f,0.9861644600267174f,-0.491926088665716f,-0.39785831394392696f,-0.7744142853252036f,0.06139448180191244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8669634050186089f,0.1955497815717807f,0.45840455635363f,-0.25562850418854255f,0.07989479112301118f,0.9624423126552795f,-0.25946409609456156f,1.1650007430489913f,-0.491926088665716f,-0.18832173995050666f,-0.8500256734664335f,0.02077149510202725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8669634050186089f,0.30036936194835473f,0.39768417212818225f,-0.011683387383925256f,0.07989479112301118f,0.8714123282037799f,-0.48400142211142105f,0.9552095705587506f,-0.491926088665716f,-0.3878386270824578f,-0.7794805466673587f,0.19203155008377643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8669634050186089f,0.1278418563039651f,0.481695873072726f,0.015297559879772729f,0.07989479112301118f,0.9896905200765092f,-0.11886756000734205f,1.1400336208230502f,-0.491926088665716f,-0.06456883340625708f,-0.8682393616063517f,0.17449839781006354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9882807267206499f,0.05483500714041088f,0.1424581594167752f,0.27670471478096137f,0.08415172837154629f,0.9743428531859393f,0.20874503840226827f,1.8591541944781906f,-0.12735655383444444f,0.21828679858707456f,-0.9675387236478032f,0.16224694383809818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9882807267206499f,0.05483500714041088f,0.1424581594167752f,0.32026631858575705f,0.08415172837154629f,0.9743428531859393f,0.20874503840226827f,1.753775495366228f,-0.12735655383444444f,0.21828679858707456f,-0.9675387236478032f,0.049030209441524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9882807267206499f,0.05483500714041088f,0.1424581594167752f,-0.30391021216742053f,0.08415172837154629f,0.9743428531859393f,0.20874503840226827f,1.908593334896474f,-0.12735655383444444f,0.21828679858707456f,-0.9675387236478032f,0.08742496846036209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9882807267206499f,0.05483500714041088f,0.1424581594167752f,-0.33446966286667346f,0.08415172837154629f,0.9743428531859393f,0.20874503840226827f,1.8095260154123773f,-0.12735655383444444f,0.21828679858707456f,-0.9675387236478032f,-0.03534350747379544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9697544507685f,0.1770252434011106f,0.16804275769417376f,0.1840395305485524f,0.23118747987305513f,0.8869891892643604f,0.39975308288754696f,1.9632556389775357f,-0.07828572261039025f,0.42651171300086216f,-0.9010877339684739f,0.17070688606415252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9855080135143582f,0.023142750171940077f,0.16804275769417376f,0.07075699656995707f,0.0895854990431513f,0.9122345702082832f,0.39975308288754696f,1.9827674826833905f,-0.14404302711402997f,0.4090140609213669f,-0.9010877339684739f,0.158237079506443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9583325785410567f,0.21227368382956652f,0.1911506004706104f,0.05391878535623955f,0.2856051143018481f,0.7245063335745442f,0.627311956920159f,1.9908633705221694f,-0.005328000701758026f,0.6557670743212078f,-0.7549444725572376f,0.12103875243326845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9770246193613196f,-0.09425678278826415f,0.1911506004706104f,0.08222079630249281f,0.047741835437176125f,0.7773033036428508f,0.627311956920159f,1.9956205581478452f,-0.2077104001030245f,0.6220251064421081f,-0.7549444725572376f,0.132157698754403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9797408344094731f,0.059743998278946255f,0.1911506004706104f,0.14218494904566797f,0.16875108069928413f,0.7602649416274724f,0.627311956920159f,2.0902041543207335f,-0.10784697563424456f,0.6468600105137285f,-0.7549444725572376f,0.1845398355192121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9797408344094731f,0.1089473679221616f,0.16804275769417376f,0.11767179126318164f,0.16875108069928413f,0.9009553515489684f,0.39975308288754696f,1.887489200222216f,-0.10784697563424456f,0.42001181595058423f,-0.9010877339684739f,0.0900371769303308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9846914360243629f,-0.10044126958508051f,0.1424581594167752f,-0.19758181547736386f,-0.0693051220504093f,0.9755113064439659f,0.20874503840226827f,2.0089029586971705f,-0.15993616188297138f,0.19567637150183403f,-0.9675387236478032f,0.10211325287859775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9882807267206499f,0.05483500714041088f,0.1424581594167752f,-0.08319409478809266f,0.0841517283715463f,0.9743428531859393f,0.20874503840226827f,2.0090287667240085f,-0.12735655383444444f,0.2182867985870746f,-0.9675387236478032f,0.1189825786758448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9721903543706122f,-0.1858805737142224f,0.1424581594167752f,-0.061356249673956045f,-0.1540628076090813f,0.9657588520195104f,0.20874503840226827f,2.002940258924742f,-0.17638187599736826f,0.18099240885083778f,-0.9675387236478032f,0.12088434589326522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9820482278053252f,0.12364041038432876f,0.1424581594167752f,-0.08957413980908452f,0.1519134606467254f,0.9660992751352064f,0.20874503840226827f,2.015134275607982f,-0.11181940233589333f,0.2266390070204673f,-0.9675387236478032f,0.1193604500796739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9892992059612644f,-0.03150799739743331f,0.1424581594167752f,-0.1364876898314033f,-0.0010880694213018655f,0.977969490857138f,0.20874503840226827f,2.128570267757958f,-0.14589687175997446f,0.2063562963726413f,-0.9675387236478032f,0.10462820515556392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9892992059612644f,-0.03150799739743331f,0.1424581594167752f,-0.1293983904169808f,-0.0010880694213018655f,0.977969490857138f,0.20874503840226827f,1.9085271323151023f,-0.14589687175997446f,0.2063562963726413f,-0.9675387236478032f,0.0581980384717197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9882807267206499f,0.05483500714041088f,0.1424581594167752f,-0.038418058218134404f,0.08415172837154629f,0.9743428531859393f,0.20874503840226827f,1.3921341715607942f,-0.12735655383444444f,0.21828679858707456f,-0.9675387236478032f,-0.007518791460856641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8669634050186089f,-0.087376397816705f,0.49065244263441343f,-0.0056519090368700306f,0.07989479112301118f,0.947410377830969f,0.3098877189073338f,1.0368552798741808f,-0.491926088665716f,0.3078618863756234f,-0.8143892080616569f,-0.12296699885171541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8765688670727555f,0.07564411429042067f,0.47529463415023276f,-0.028284094580295696f,-0.12990324291269068f,0.9137296170328395f,-0.38499783692611456f,0.7983230722276237f,-0.4634136044178594f,-0.39921943205490185f,-0.791120519459715f,0.1781588933788984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8765688670727555f,0.4548994426330659f,0.1571417142929013f,0.1193310061014037f,-0.12990324291269068f,0.09076057053331416f,-0.9873639988966754f,0.7626902531781543f,-0.4634136044178594f,-0.8859057601847915f,-0.02046497769005337f,-0.09107356252940829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8709949944583751f,0.2707307023882123f,0.40996659182528544f,-0.275772011756813f,0.08327848245570733f,0.9037497690240315f,-0.41988218508158226f,0.57219891875441f,-0.48418221155710534f,-0.33157388584355507f,-0.8097075671119023f,0.07559965831629278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8709949944583751f,0.4546770251982476f,0.1861088992641865f,-0.1014234381715068f,0.08327848245570733f,0.5099715940633949f,-0.856150493551405f,0.744281764797572f,-0.48418221155710534f,-0.7302039276841177f,-0.48204751841116084f,-0.2084379071414496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8102422695882691f,0.4123983234758272f,0.4164553846053353f,-0.0011141473914977073f,0.1672562906637664f,0.8437081215680711f,-0.5100803258639514f,0.9199414259371593f,-0.5617230614865732f,-0.34363385804429125f,-0.7525841971498921f,-0.13128984246206418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9091101956228896f,0.1258740615275328f,0.39708232502728463f,0.003540477508321604f,-0.14839412518520387f,0.7928485388355626f,-0.5910756111334925f,0.9072196196806795f,-0.3892272290385518f,-0.5962775487144192f,-0.7021077189962338f,-0.1398270284435136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8779829754279805f,0.2550835346447694f,0.4050657788702482f,-0.0011141473914977073f,0f,0.8461931661275641f,-0.53287627607073f,0.9199414259371593f,-0.4786918579406068f,-0.4678562983995615f,-0.7429431937835023f,-0.13128984246206418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.873914751158633f,0.08880548759610393f,0.47789809905476976f,-0.003779141848688467f,0.13203708490810948f,0.9895719231107797f,0.057564026959567346f,0.9601083388209144f,-0.4678025394504748f,0.1134063241783779f,-0.87652711864496f,-0.12640189685737055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8666259874823704f,-0.14343223047852113f,0.47789809905476976f,-0.003779141848688467f,-0.13203708490810948f,0.9895719231107797f,0.057564026959567346f,0.9601083388209144f,-0.48117107771475087f,-0.01321379017502191f,-0.87652711864496f,-0.12640189685737055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8779829754279805f,-0.02755543101581847f,0.47789809905476976f,-0.003779141848688467f,0f,0.9983418166140283f,0.057564026959567346f,0.9601083388209144f,-0.4786918579406068f,0.05054023566757743f,-0.87652711864496f,-0.12640189685737055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8514284053460927f,0.2512254136455764f,0.4603862097287655f,-0.170606994683641f,0.19671400095284156f,0.9666964023665967f,-0.1637121482377058f,0.9806424261588581f,-0.4861823448038146f,-0.04882476001055351f,-0.8724923325800501f,-0.22516686350439696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8725687862607286f,-0.06604822264210511f,0.4840055222095071f,0.1673005154648851f,-0.17452977085185428f,0.9675711778857423f,-0.18260715980266584f,0.9926717537172093f,-0.45624891488076763f,-0.2438106806737884f,-0.8557997894715248f,-0.035435291275304856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8779829754279805f,0.04504888335009636f,0.476567406530849f,-0.01729648568493469f,0f,0.9955619646030801f,-0.09410831331851428f,0.8182538778165596f,-0.4786918579406068f,-0.08262549693989782f,-0.8740864559051381f,-0.11792985436498767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8779829754279805f,0.04671213958893924f,0.4764072531707022f,1.6328623988631376e-17f,0f,0.9952273999818312f,-0.09758289975914944f,1.040625f,-0.4786918579406068f,-0.08567612468142839f,-0.8737927138635011f,-0.13333333333333333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5184317133332008f,-0.24763120566313537f,-0.8184786769319186f,-0.7218983526878487f,0.18835505503433184f,0.9005745968233482f,-0.3917751508192904f,1.1731962941320246f,0.8341168574327076f,-0.35727325891855644f,-0.4202438418445872f,0.5101730076774887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9422839656184949f,-0.24763120566313537f,-0.22534354687921576f,-0.7957989804390186f,-0.1380982263580902f,0.9005745968233482f,-0.4121823327524041f,1.1757388910531603f,0.30500788189001443f,-0.35727325891855644f,-0.8827944327229761f,0.5678036845681835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7882733626791454f,-0.24763120566313537f,-0.563297338598661f,-0.6743540657736345f,0.02712103382544767f,0.9005745968233482f,-0.43385463588707085f,1.239545787975653f,0.6147272201674101f,-0.35727325891855644f,-0.7031829514763299f,0.6444657888442856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.751860024324246f,-0.6463803901242453f,0.1299957502612002f,0.6638546850186556f,-0.6463126248035198f,0.683581369962468f,-0.3391113410958413f,2.079441123224855f,0.13033224790023584f,-0.338982155729566f,-0.9317213120103067f,-0.21120451884878505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.010778466169606427f,-0.6463803901242453f,-0.7629391954342488f,0.7188993946514182f,0.4360418874738292f,0.683581369962468f,-0.5853067426644731f,2.094617765664033f,0.8998618210788203f,-0.338982155729566f,0.2744809666655324f,-0.28556050022028057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5871435694161344f,-0.6463803901242453f,-0.4872933614939866f,0.7644710440591349f,-0.16188418601789956f,0.683581369962468f,-0.7116951741845363f,2.1937837205721245f,0.7931304679626188f,-0.338982155729566f,-0.5059991688593304f,-0.17248263420563326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013718483991062199f,0f,0.000007479560280321983f,-0.33543749445931864f,0f,0.000015625f,0f,1.2067474999999999f,-0.000007479560280321983f,0f,-0.000013718483991062199f,0.46682500378871694f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6.mcfunction new file mode 100644 index 000000000..cfc037fc7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60.mcfunction new file mode 100644 index 000000000..9719ec38d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..d0bc15ca8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.501567734809078f,-0.03469536634217091f,-0.6435607845396712f,0.03548586421962331f,-0.12788638356091975f,0.8046246302816471f,0.05629139977186834f,1.4847652365171276f,0.6316797643922465f,0.13535095250107976f,-0.49960508339972975f,-0.5538604230035287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.46693763876291483f,0.15662431688209802f,-0.6304268909776372f,0.03548586421962331f,0.18589214989993508f,0.7761465085572503f,0.05514259569489144f,1.4847652365171276f,0.622425377143392f,-0.1143040708619179f,-0.4894090612895312f,-0.5538604230035287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5926109498854714f,0.15823785748557845f,0.5391822391164768f,-0.0768469475915624f,0.1959359263697581f,0.7926256598595731f,-0.017266167329351677f,1.4917514779721204f,-0.5266553135380944f,0.11683230818140254f,-0.6131303588402239f,-0.5430781878545538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5956468249214086f,-0.07894498732402729f,0.5281785199508344f,-0.0768469475915624f,-0.11980752591580171f,0.7907971169772983f,-0.016913796567528176f,1.4917514779721204f,-0.5204334892135395f,-0.09169301367499273f,-0.600617494374097f,-0.5430781878545538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6379022496808068f,-1.319381586667952f,0.5419586687319652f,-0.03707572425826727f,0.5052900351546928f,-0.7642185949053717f,-1.2657243655607757f,2.5019800994150114f,1.3338549209811146f,-0.34147974751428195f,0.7386669627186853f,-0.37976948782356984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2702174034581446f,0.9610364340101313f,0.058236821457125644f,-0.36314107291552356f,0.8367094777424327f,0.26432491289211746f,-0.47963485098620606f,1.994610288429174f,-0.47634000957753275f,-0.08087838357475588f,-0.875533484423075f,-0.354144750521431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2716562090701357f,0.9610364340101313f,0.05110652188061274f,-0.2741248623424428f,0.8490402410423934f,0.26432491289211746f,-0.4574527401986451f,1.7156947714962496f,-0.453137477112981f,-0.08087838357475588f,-0.8877641093815505f,-0.20681126131696645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6335777600393729f,0.7695517534756976f,-0.07980802407007623f,0.4902294522043127f,0.7592789701124791f,0.6382777962431343f,0.12687356055514848f,1.4081681626510194f,0.14857546072088695f,0.019787711982111357f,-0.9887030792538726f,-0.42560876461001285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5336269086851473f,0.7910971648202556f,-0.2990110334761692f,0.31604874451054066f,0.6896710237541285f,0.6116902280708221f,0.38754218335117774f,1.6351744421213508f,0.4894856497600987f,0.0005836917154919755f,-0.8720111570289198f,-0.2649956102133653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9924653757946668f,0.03249439346975829f,-0.11813802199877588f,-0.1362472705299531f,0.07641522649877908f,0.9178522418902404f,-0.3894970798558055f,1.357018850992814f,0.09577677697589859f,-0.39558990943917155f,-0.9134196366085071f,-0.0004999361889667306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9924653757946668f,0.06651524221338627f,-0.10289898154036939f,-0.12441878124957051f,0.07641522649877908f,0.9924952721756037f,-0.09546647510102327f,1.5425150490563584f,0.09577677697589859f,-0.10261022006783027f,-0.9900999705735479f,-0.02592747726776956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9924653757946668f,0.03249439346975829f,-0.11813802199877588f,0.17422866585601687f,0.07641522649877908f,0.9178522418902404f,-0.3894970798558055f,1.337709623149366f,0.09577677697589859f,-0.39558990943917155f,-0.9134196366085071f,-0.030300886599061654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9924653757946668f,0.06651524221338627f,-0.10289898154036939f,0.18605715513639948f,0.07641522649877908f,0.9924952721756037f,-0.09546647510102327f,1.5232058212129103f,0.09577677697589859f,-0.10261022006783027f,-0.9900999705735479f,-0.055728427677864484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9970811386884176f,0.040449351156117135f,-0.06475378647505983f,0.33921666162160474f,0.042717220578303246f,0.9985074940603577f,-0.03402974245229145f,2.2236780871813173f,0.06328066006192655f,-0.03669651613373984f,-0.997320873022205f,-0.24987768027973128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9970811386884176f,0.040449351156117135f,-0.06475378647505983f,0.36548036794586886f,0.042717220578303246f,0.9985074940603577f,-0.03402974245229145f,2.0940724662971837f,0.06328066006192655f,-0.03669651613373984f,-0.997320873022205f,-0.34116247236116776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9970811386884176f,0.040449351156117135f,-0.06475378647505983f,-0.24656850735784072f,0.042717220578303246f,0.9985074940603577f,-0.03402974245229145f,2.2487744542710706f,0.06328066006192655f,-0.03669651613373984f,-0.997320873022205f,-0.21270029249334943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9970811386884176f,0.040449351156117135f,-0.06475378647505983f,-0.2950858864352078f,0.042717220578303246f,0.9985074940603577f,-0.03402974245229145f,2.1223726249303096f,0.06328066006192655f,-0.03669651613373984f,-0.997320873022205f,-0.29923903507014143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9785534013673481f,0.19484723771053972f,-0.06684156363346219f,0.2438414901872123f,0.19834376815210136f,0.978837921349221f,-0.05035944165656978f,2.334189445492776f,0.055614659107282145f,-0.06253701052423624f,-0.9964919126651618f,-0.2712016440863877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9969866085760589f,0.03936886702766987f,-0.06684156363346219f,0.129400310889258f,0.042777840646178775f,0.9978146035139436f,-0.05035944165656978f,2.3491721712578584f,0.06471289415300996f,-0.05306702670462108f,-0.9964919126651618f,-0.264282465338746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9580751783059911f,0.2779558049908794f,-0.06951635193115323f,0.10722192235864325f,0.2826970726668391f,0.9565428667760403f,-0.07147103696934877f,2.3466355445895384f,0.046629580949689234f,-0.0881266956815377f,-0.9950172700454551f,-0.2600649823928101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970767088559045f,-0.03170983240671836f,-0.06951635193115323f,0.13661718759420421f,-0.026727108584565867f,0.9970845262771029f,-0.07147103696934877f,2.3553534703083807f,0.07158001343801874f,-0.06940413523345014f,-0.9950172700454551f,-0.2627448663253276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9897615506850099f,0.12465772980360587f,-0.06951635193115323f,0.19602081590493023f,0.12958033094125468f,0.9889898021252194f,-0.07147103696934877f,2.455014212730567f,0.05984154592554978f,-0.07974723626891589f,-0.9950172700454551f,-0.3054600848619296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9897615506850099f,0.12611216498275882f,-0.06684156363346219f,0.16764557878380953f,0.12958033094125468f,0.9902892832244491f,-0.05035944165656978f,2.2321991240050667f,0.05984154592554978f,-0.05850519100189276f,-0.9964919126651618f,-0.29229641688650376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9911330879192051f,-0.11602650201089151f,-0.06475378647505983f,-0.14544192414510307f,-0.11400968496417277f,0.9928966554294564f,-0.03402974245229145f,2.3504352895947793f,0.06824216999855101f,-0.026345444921576013f,-0.997320873022205f,-0.24466876130042986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9970811386884176f,0.040449351156117135f,-0.06475378647505983f,-0.0301854976595496f,0.042717220578303246f,0.9985074940603577f,-0.03402974245229145f,2.3555772482328563f,0.06328066006192654f,-0.03669651613373984f,-0.997320873022205f,-0.2523275497257955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9772491513272403f,-0.20196792658075968f,-0.06475378647505983f,-0.00808894079603499f,-0.20011248916803903f,0.9791817851183723f,-0.03402974245229145f,2.3503098579517165f,0.0702786447589896f,-0.02029749553680646f,-0.997320873022205f,-0.25358249968640195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9918306950458069f,0.10990368284135926f,-0.06475378647505983f,-0.036706861754746134f,0.11226552536866818f,0.9930953773139454f,-0.03402974245229145f,2.3615394977894106f,0.060566691990306454f,-0.0410213609669192f,-0.997320873022205f,-0.2521075711740223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9968123371723543f,-0.046605918059094704f,-0.06475378647505983f,-0.09211103745159115f,-0.04447099362661206f,0.998430922675421f,-0.03402974245229145f,2.467525386751612f,0.06623817016532481f,-0.031041601881610547f,-0.997320873022205f,-0.28346061229438446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9968123371723543f,-0.046605918059094704f,-0.06475378647505983f,-0.08162470588829486f,-0.04447099362661206f,0.998430922675421f,-0.03402974245229145f,2.2428784291496426f,0.06623817016532481f,-0.031041601881610547f,-0.997320873022205f,-0.2764762518710221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9970811386884176f,0.040449351156117135f,-0.06475378647505983f,0.024303699807592925f,0.042717220578303246f,0.9985074940603577f,-0.03402974245229145f,1.7268671153230553f,0.06328066006192655f,-0.03669651613373984f,-0.997320873022205f,-0.23441309257827736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9935229964351039f,0.06480986615358104f,-0.09333668519809006f,3.003470181475222e-17f,0.061789529099033416f,0.9974789530037331f,0.03489688250110497f,1.3528125079466553f,0.09536304131230379f,0.02890362544268684f,-0.9950228493798204f,-0.2452519521192849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9517532213702815f,-0.30365317396295965f,-0.044278161135174715f,0.2324374554560452f,-0.3065134603294343f,0.9338163647982501f,0.18448982484640672f,0.7509705833021227f,-0.01467324940728188f,0.18916063749417322f,-0.981836518456423f,-0.23622466179854001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9517532213702815f,-0.2999806674618952f,0.06463284583250072f,0.12500000000000003f,-0.3065134603294343f,0.939409857783174f,-0.15348816806735738f,1.0875654752880126f,-0.01467324940728188f,-0.1658936956273892f,-0.9860344707478126f,-0.298713938729599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9633708786158803f,0.2648244290029947f,0.0422441953184644f,-0.22652512103881733f,0.267865857329798f,0.9427224211841659f,0.19880221093749537f,0.7516623809421168f,0.012823131904455564f,0.20283603821782237f,-0.9791287499038414f,-0.2155627636246406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9633708786158803f,0.2606292523265552f,-0.06315807997847599f,-0.12499999999999997f,0.267865857329798f,0.9464629295713286f,-0.18015494837564344f,1.1207264995385087f,0.012823131904455564f,-0.19047392414438058f,-0.9816085021581678f,-0.29770583823293134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,0.19054749827986664f,0.009986171232787035f,3.243196875982279e-17f,0.17658977558713002f,0.9270553700676094f,-0.33073311292777274f,1.179174908795094f,-0.07227810093446961f,-0.32289315837919524f,-0.9436714917794299f,-0.26482712225601046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,-0.19054749827986653f,-0.009986171232786806f,3.406482880438054e-17f,-0.17658977558713002f,0.9270553700676094f,-0.33073311292777274f,1.191951385612727f,0.07227810093446936f,-0.32289315837919524f,-0.9436714917794299f,-0.27816043636498133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.6389398352614614e-17f,1.133385263143165e-16f,3.243196875982279e-17f,0f,0.9254793005887673f,-0.3787981839736381f,1.179174908795094f,-1.2246467991473532e-16f,-0.3787981839736381f,-0.9254793005887673f,-0.26482712225601046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9803745333849524f,0.197144044521352f,1.1664087875625007e-16f,3.2248973196813755e-17f,0.18776887026154676f,0.9337528760446326f,0.30471038354325813f,1.210389162761541f,0.060071837419370215f,0.29873030008377155f,-0.9524450546676804f,-0.2633328500859738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9803745333849524f,-0.19714404452135206f,1.1664087875625007e-16f,3.2248973196813755e-17f,-0.18776887026154676f,0.9337528760446326f,0.30471038354325813f,1.210389162761541f,-0.06007183741937045f,0.29873030008377155f,-0.9524450546676804f,-0.2633328500859738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.7316259587321337e-17f,1.1664087875625007e-16f,3.2248973196813755e-17f,0f,0.9524450546676804f,0.30471038354325813f,1.210389162761541f,-1.2246467991473532e-16f,0.30471038354325813f,-0.9524450546676804f,-0.2633328500859738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,0.22461117522235263f,-0.012361100907689618f,-0.19374999999999998f,0.2246937388899017f,0.9744125516609428f,-0.005736102273089204f,1.289613596949515f,0.010756419204046058f,-0.008366548323188797f,-0.9999071458465844f,-0.2582888286154228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9738174974771289f,-0.22695425880174835f,0.013086100226234878f,0.19375000000000003f,-0.2270711775902578f,0.9738431753088062f,-0.00825531418151517f,1.28221183232777f,-0.01087023068548452f,-0.01101064558556586f,-0.9998802947196396f,-0.26052030917421837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6494865717518004e-17f,1.2134874219199648e-16f,-0.007812499999999967f,0f,0.9908876769733461f,0.13469080006580159f,1.1351628107024037f,-1.2246467991473532e-16f,0.13469080006580159f,-0.9908876769733461f,-0.26693404601576215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.8558580162891914e-18f,1.2232459586490216e-16f,3.138157422815092e-17f,0f,0.9988561269263049f,0.047816709441173305f,1.3583447265625f,-1.2246467991473532e-16f,0.047816709441173305f,-0.9988561269263049f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41030200254623345f,-0.3436295658598463f,-0.8447313112306916f,-1.648287835316326f,0.07599189876061681f,0.9359530727324378f,-0.34382710330261085f,1.8749540694352422f,0.9087780246183917f,0.07688021273176622f,0.41013648321139595f,0.8506410552296932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.09583474657174434f,-0.3436295658598463f,-0.9342025598426191f,-1.6329621646836747f,-0.11638733848380058f,0.9359530727324378f,-0.3323339180453378f,1.8729853836897576f,0.9885695164176297f,0.07688021273176622f,-0.1296909561231299f,0.9431089447703063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16347382008161293f,-0.3436295658598463f,-0.9247675554510427f,-1.5019098666823438f,-0.02099931461850227f,0.9359530727324378f,-0.35149804327799783f,1.9266944330541995f,0.9863241550998724f,0.07688021273176622f,0.14578783885098512f,0.875006824172352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.25989518299452186f,0.681535152738866f,0.6840791836019092f,1.5501125511559444f,-0.019176449288205527f,0.7119258603769694f,-0.7019927585945661f,2.438187627769919f,-0.9654464033020895f,0.16932632668230488f,0.198095526055831f,-0.1099452811502914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04671126065099648f,0.681535152738866f,0.73029301907495f,1.5398874488440555f,0.2732391546244264f,0.7119258603769694f,-0.6469172541420122f,2.426001825355082f,-0.9608113355433123f,0.16932632668230488f,-0.2194770434094507f,-0.017554718849708155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10906775799348258f,0.681535152738866f,0.7236118156494445f,1.4364582276525832f,0.1299818924249284f,0.7119258603769694f,-0.6901204800381933f,2.5356127985682293f,-0.9854993312062214f,0.16932632668230488f,-0.010939071458213401f,-0.06210913928126777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5244672265624999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61.mcfunction new file mode 100644 index 000000000..c52a98824 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..aeb76a19d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4924325274256073f,-0.0327544747115943f,-0.6506779501136031f,0.036871158112841265f,-0.12966733026909996f,0.8042435046817882f,0.05764731635109403f,1.4779706205318721f,0.6384677234117297f,0.13807235062809098f,-0.4901422615913883f,-0.5527023425675128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4579424601201012f,0.15495632426375228f,-0.63739880827455f,0.036871158112841265f,0.18413747496289287f,0.7764692102631636f,0.056470840507194156f,1.4779706205318721f,0.6295888289458762f,-0.11438576434139794f,-0.4801393582936049f,-0.5527023425675128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5842898593420933f,0.1571007328083664f,0.5485154186214964f,-0.07763730050063673f,0.196888355110411f,0.792390624331391f,-0.017219713646554884f,1.4851195161391273f,-0.5355229036524563f,0.11992040138036114f,-0.6047964628210548f,-0.5417542534614024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.587689753232557f,-0.07685475652405585f,0.5373212264047312f,-0.07763730050063673f,-0.11885744563271552f,0.7909414443428385f,-0.016868290919074172f,1.4851195161391273f,-0.5296165231213265f,-0.09222243772798758f,-0.5924536778655232f,-0.5417542534614024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2334720744816972f,-0.7939217008232438f,0.5381832628721805f,-0.19749767888082143f,0.030742445573809042f,-0.9090076802257686f,-1.270498401939455f,2.53797180294628f,0.9586489417476869f,-0.9923707070709488f,0.7332113175841912f,-0.18116598119247368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2738483751688124f,0.9598822834469426f,0.06027494788122883f,-0.3641938289196001f,0.8377956993520215f,0.2688575301134731f,-0.47519890009188814f,1.9874023404230312f,-0.4723403789267427f,-0.07963435455860961f,-0.8778114467295212f,-0.3529984205535708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.27522961257420103f,0.9598822834469426f,0.05361587719079709f,-0.27399357019585824f,0.8490737612418445f,0.2688575301134731f,-0.45474099933028916f,1.7085043732706713f,-0.4509128611304877f,-0.07963435455860961f,-0.8890084146064937f,-0.20628911180684084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6352840926267322f,0.7680531845568768f,-0.08067482474396645f,0.4917708797677104f,0.75853984986115f,0.6401851742906342f,0.1215740054086179f,1.4009709019915304f,0.14502212875300657f,0.016038962264148478f,-0.9892984048614635f,-0.4235847578174695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5377098191481654f,0.7880093109024955f,-0.2998490892476108f,0.3161749558839896f,0.6894260685413256f,0.6156614708992715f,0.3816446636149876f,1.627845198205913f,0.4853450797188521f,-0.0015096957043998355f,-0.8743213793632074f,-0.26433251304774613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9925540495822895f,0.03222855205331228f,-0.11746394804511161f,-0.13619354888167282f,0.07572479156799689f,0.9186180296696093f,-0.3878229899166732f,1.3493851585576075f,0.09540552709241305f,-0.3938302121453756f,-0.9142185457546502f,-0.0005773549799219166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9925540495822895f,0.06605900680114918f,-0.10233604584037564f,-0.12444708539295968f,0.07572479156799689f,0.9927222084078748f,-0.09363959032255001f,1.534935325194568f,0.09540552709241305f,-0.10069173031702902f,-0.990332752586716f,-0.025646634118031808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9925540495822895f,0.03222855205331228f,-0.11746394804511161f,0.17428884557962251f,0.07572479156799689f,0.9186180296696093f,-0.3878229899166732f,1.3300013833084214f,0.09540552709241305f,-0.3938302121453756f,-0.9142185457546502f,-0.03026240149613365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9925540495822895f,0.06605900680114918f,-0.10233604584037564f,0.18603530906833565f,0.07572479156799689f,0.9927222084078748f,-0.09363959032255001f,1.515551549945382f,0.09540552709241305f,-0.10069173031702902f,-0.990332752586716f,-0.05533168063424354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9968658334073548f,0.042189758105121246f,-0.06692185365104124f,0.34023663935733406f,0.04451710920725407f,0.9984408891524675f,-0.03367518160692341f,2.2158436939605224f,0.06539676729693478f,-0.036548805445065f,-0.9971897751419483f,-0.2497395000119376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9968658334073548f,0.042189758105121246f,-0.06692185365104124f,0.3660714645671846f,0.04451710920725407f,0.9984408891524675f,-0.03367518160692341f,2.086212142945543f,0.06539676729693478f,-0.036548805445065f,-0.9971897751419483f,-0.34110981952449715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9968658334073548f,0.042189758105121246f,-0.06692185365104124f,-0.24542203776948693f,0.04451710920725407f,0.9984408891524675f,-0.03367518160692341f,2.2419974956197843f,0.06539676729693478f,-0.036548805445065f,-0.9971897751419483f,-0.21131889922498842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9968658334073548f,0.042189758105121246f,-0.06692185365104124f,-0.29435215006518795f,0.04451710920725407f,0.9984408891524675f,-0.03367518160692341f,2.115704727795349f,0.06539676729693478f,-0.036548805445065f,-0.9971897751419483f,-0.2977844611902779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9780647425907545f,0.19658608691081808f,-0.06887139997105932f,0.24502263126881563f,0.20011596404899842f,0.9785604475708424f,-0.04871397522982622f,2.3265003273585254f,0.05781833821220824f,-0.06142768824434506f,-0.9964354865636482f,-0.2706921021696916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9967759819443189f,0.04116275118314164f,-0.06887139997105932f,0.13062379065921204f,0.044571624332877854f,0.9978177784152958f,-0.04871397522982622f,2.341689702113723f,0.06671590607394659f,-0.05162663066091069f,-0.9964354865636482f,-0.2635276910477155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9574248511593637f,0.27972106880557424f,-0.07137070861871576f,0.10842754285620104f,0.2844619961987791f,0.9562613424038496f,-0.06815876864052839f,2.3391226119951916f,0.04918360601944666f,-0.08555915316466468f,-0.9951183870317489f,-0.2594709229759249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970037075036768f,-0.029830004612561592f,-0.07137070861871576f,0.13783557529273208f,-0.024961570743413958f,0.9973621720535767f,-0.06815876864052839f,2.3477902472000722f,0.07321562135189874f,-0.06617302004129848f,-0.9951183870317489f,-0.2621737646596064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9893953782452203f,0.1265029938707382f,-0.07137070861871576f,0.19736534423676205f,0.13136756545035327f,0.9889878386537692f,-0.06815876864052839f,2.44746771408131f,0.06196247456844179f,-0.07681176691553127f,-0.9951183870317489f,-0.3046738086226437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9893953782452203f,0.12788086554689887f,-0.06887139997105932f,0.16859214948870985f,0.13136756545035327f,0.9901361074948003f,-0.04871397522982622f,2.2246870898949807f,0.06196247456844179f,-0.05724485009169779f,-0.9964354865636482f,-0.2917937173520117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9911926930334507f,-0.114273841193006f,-0.06692185365104124f,-0.14417826309893272f,-0.11222153664785342f,0.9931124351533088f,-0.03367518160692341f,2.3434816652374924f,0.07030911739945411f,-0.02586852069331433f,-0.9971897751419483f,-0.24347719016727282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9968658334073548f,0.04218975810512126f,-0.06692185365104124f,-0.02892909780778006f,0.04451710920725407f,0.9984408891524675f,-0.03367518160692341f,2.348415632479154f,0.06539676729693479f,-0.036548805445065f,-0.9971897751419483f,-0.25137823389267927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9774612840813983f,-0.20022713009443263f,-0.06692185365104124f,-0.006844868116664252f,-0.19834995173802222f,0.9795525911298815f,-0.03367518160692341f,2.34310832672953f,0.07229616011565526f,-0.01964223981327462f,-0.9971897751419483f,-0.2526810883089691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9914945095859453f,0.11162483130932274f,-0.06692185365104124f,-0.035439115973064414f,0.11405638343587249f,0.9929033807683756f,-0.03367518160692341f,2.3543896905587323f,0.06268794827122168f,-0.04102162227283667f,-0.9971897751419483f,-0.25114308808793084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9967495376532121f,-0.044853368792286255f,-0.06692185365104124f,-0.09071631684139321f,-0.042672149117077826f,0.9985214418496332f,-0.03367518160692341f,2.460483691612961f,0.06833335113865038f,-0.030710022378900362f,-0.9971897751419483f,-0.2823542805630306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9967495376532121f,-0.044853368792286255f,-0.06692185365104124f,-0.08062430886312882f,-0.042672149117077826f,0.9985214418496332f,-0.03367518160692341f,2.235816367196794f,0.06833335113865038f,-0.030710022378900362f,-0.9971897751419483f,-0.275444525527778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9968658334073548f,0.042189758105121246f,-0.06692185365104124f,0.02445297721051091f,0.04451710920725407f,0.9984408891524675f,-0.03367518160692341f,1.719603122280464f,0.06539676729693478f,-0.036548805445065f,-0.9971897751419483f,-0.23372567817611314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.993543662276145f,0.06520793922802902f,-0.09283811616216264f,3.003494370163893e-17f,0.062028080797395885f,0.9973980420300003f,0.03673775914931938f,1.345578856519214f,0.09499214885187751f,0.030741997598649085f,-0.9950032267486109f,-0.24525392727560655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9519095552617598f,-0.30322123143809127f,-0.043875772432244914f,0.23209609828049327f,-0.30602346755738674f,0.9341053967389782f,0.18383891069974587f,0.7441398874496881f,-0.014759265073562981f,0.18842503174547587f,-0.9819766654591161f,-0.23494105871705595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9519095552617598f,-0.2992525111167084f,0.06569728450783137f,0.12500000000000003f,-0.30602346755738674f,0.9390176367345829f,-0.15682957375938955f,1.0803553191314543f,-0.014759265073562981f,-0.1693924806233826f,-0.9854381520941562f,-0.29890176139422964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.963575692176262f,0.2641862371720202f,0.04156341583564307f,-0.22620642398405452f,0.2671252658824127f,0.9432756686145432f,0.19716770863160304f,0.744300672990458f,0.012883236172941947f,0.2010886498255819f,-0.9794883241453349f,-0.21512623188162444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.963575692176262f,0.2597940676721271f,-0.06347383594370008f,-0.12499999999999997f,0.2671252658824127f,0.9463893370808745f,-0.18163511496093818f,1.1133624173241707f,0.012883236172941947f,-0.19197464692503846f,-0.9813153199475279f,-0.2978435340210217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9812564074742952f,0.19244257772037288f,0.010085488137828915f,3.244100552497342e-17f,0.17808876320918704f,0.9255743086742874f,-0.33406076025288783f,1.1717441171095286f,-0.07362238252910694f,-0.3260031493750537f,-0.9424975816352446f,-0.2649009130433372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9812564074742952f,-0.19244257772037276f,-0.010085488137828686f,3.407934660742066e-17f,-0.17808876320918704f,0.9255743086742874f,-0.33406076025288783f,1.1844737228875601f,0.07362238252910669f,-0.3260031493750537f,-0.9424975816352446f,-0.2782789832231467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.678686655029894e-17f,1.1317502792145932e-16f,3.244100552497342e-17f,0f,0.9241442348949606f,-0.3820437581094711f,1.1717441171095286f,-1.2246467991473532e-16f,-0.3820437581094711f,-0.9241442348949606f,-0.2649009130433372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9800271716611282f,0.19886362866519747f,1.1663658992329857e-16f,3.225664566724642e-17f,0.18939971527652594f,0.9333877115778534f,0.30481982830621224f,1.202957835780324f,0.06061757714607573f,0.2987317142011679f,-0.9524100336889417f,-0.26339550056150685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9800271716611282f,-0.19886362866519752f,1.1663658992329857e-16f,3.225664566724642e-17f,-0.18939971527652594f,0.9333877115778534f,0.30481982830621224f,1.202957835780324f,-0.06061757714607596f,0.2987317142011679f,-0.9524100336889417f,-0.26339550056150685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.732966270518486e-17f,1.1663658992329857e-16f,3.225664566724642e-17f,0f,0.9524100336889417f,0.30481982830621224f,1.202957835780324f,-1.2246467991473532e-16f,0.30481982830621224f,-0.9524100336889417f,-0.26339550056150685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9741522196524345f,0.22556990013575748f,-0.012069511132578307f,-0.19374999999999998f,0.22563030763420502f,0.9742052532099132f,-0.0038844427016959046f,1.2825785649939692f,0.010881967796728698f,-0.006507285989807876f,-0.9999196157721468f,-0.25833904473721814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9736127886077744f,-0.2278485993381049f,0.012773160887453287f,0.19375000000000003f,-0.22794140114690886f,0.9736542492127784f,-0.006334085023471797f,1.2753848243583865f,-0.010993429973260844f,-0.009078478372742116f,-0.9998983576983507f,-0.26051061143386023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6538174187484483e-17f,1.213428474248194e-16f,-0.007812499999999967f,0f,0.990839542546496f,0.13504444056032322f,1.1279369115038143f,-1.2246467991473532e-16f,0.13504444056032322f,-0.990839542546496f,-0.2670136992450867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.899515447263906e-18f,1.2232249811096106e-16f,3.138157422815092e-17f,0f,0.9988389974654467f,0.048173199418570144f,1.351115f,-1.2246467991473532e-16f,0.048173199418570144f,-0.9988389974654467f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40696631419738305f,-0.34471865666206847f,-0.8459003882595724f,-1.6480341485736665f,0.07752022166943952f,0.9357500054435979f,-0.34403857711690916f,1.8708908181487118f,0.910147809062307f,0.07443772606283373f,0.40754139740359696f,0.8505990418402978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10308662235237898f,-0.34471865666206847f,-0.9330285076250759f,-1.633215851426334f,-0.1165556398914815f,0.9357500054435979f,-0.332846376158422f,1.868987306851288f,0.9878197867533656f,0.07443772606283373f,-0.13664221103718022f,0.9431509581597017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15806183623821413f,-0.34471865666206847f,-0.9253029253569355f,-1.5018295611964598f,-0.020304120505853535f,0.9357500054435979f,-0.35207906782822274f,1.9227509226742334f,0.9872204407403077f,0.07443772606283373f,0.14090715497485118f,0.8757389267537721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2690066408097094f,0.677067375215334f,0.6849928442102838f,1.5506887587470541f,-0.013713462588682696f,0.7138296695650983f,-0.700185078241754f,2.434501776862328f,-0.9630406887271714f,0.1789608121003047f,0.20130985964004508f,-0.10968270669660418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04393005209858469f,0.677067375215334f,0.7346086849075729f,1.5398849912529458f,0.2819492957940146f,0.7138296695650983f,-0.6410552218411778f,2.421626348137672f,-0.9584230512273142f,0.1789608121003047f,-0.22225724422057555f,-0.017451668303395444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.11524018660382275f,0.677067375215334f,0.7268421209661244f,1.4362605568550812f,0.13733790639633275f,0.7138296695650983f,-0.6867208328828058f,2.5310721874324207f,-0.9837977428608933f,0.1789608121003047f,-0.01072515147730715f,-0.06195841477840374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5172375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62.mcfunction new file mode 100644 index 000000000..f4b44e457 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..931e1a60c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4697320139594699f,-0.02842459241679141f,-0.6674491157024361f,0.039941905000039045f,-0.13267864733318527f,0.8036429540079035f,0.059150853415072306f,1.4717212240757847f,0.6547462531758856f,0.14245872898434264f,-0.46685897113876795f,-0.5503646469492104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.43577477294899275f,0.15036515288809182f,-0.6538277051778967f,0.039941905000039045f,0.18118702762124222f,0.7770545601480804f,0.05794369314129533f,1.4717212240757847f,0.6459656401721635f,-0.11651837344390863f,-0.45733123703389517f,-0.5503646469492104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5643730927105676f,0.1539160387775414f,0.5698572713195681f,-0.07987057988421434f,0.19748489993109f,0.7922158631562848f,-0.018389804436000856f,1.4792297433836477f,-0.5562617827677547f,0.1250932596706048f,-0.5846956044485595f,-0.5389541345689898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5684707269265139f,-0.07227071441749912f,0.5582275310885565f,-0.07987057988421434f,-0.11825204440197128f,0.7910069100213157f,-0.0180145023046539f,1.4792297433836477f,-0.5503248918796925f,-0.09531533001629093f,-0.5727630410924665f,-0.5389541345689898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4663204379668515f,-0.075333662848956f,0.5344487463194764f,-0.41584784737875424f,-0.4238378874604999f,-0.7972313904080864f,-1.2752214730394915f,2.497672427769843f,0.3341737098482183f,-1.3416978793266947f,0.7277231494576283f,-0.0730644175659868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.27746781982115415f,0.958713994886107f,0.06228230064165028f,-0.3652404845861824f,0.8388378556354451f,0.27335714150753554f,-0.47077268945825407f,1.9808883756072924f,-0.46836167746371393f,-0.07837952026103902f,-0.8800534017245917f,-0.3518606522068704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2787822380513799f,0.958713994886107f,0.056106503692398405f,-0.2738633996789103f,0.8490833506094171f,0.27335714150753554f,-0.4520324511633157f,1.70201515298881f,-0.44870695054227744f,-0.07837952026103902f,-0.8902352067508337f,-0.205769813635105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6369560320125072f,0.7665814774765798f,-0.08148528500720684f,0.4932970508849005f,0.7578101230149812f,0.6420288675380293f,0.11628736261458061f,1.394482203226287f,0.14145964349913054f,0.012319563208960571f,-0.9898673636520396f,-0.42156532135399294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5417527846825647f,0.7849394835532686f,-0.30062256643142143f,0.3162999964523114f,0.6891623791588632f,0.6195619403323677f,0.37576351239002304f,1.6212178886147361f,0.4812059179195345f,-0.0036068338913254686f,-0.8766001684396932f,-0.26367314740379844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9926456281189052f,0.031920504487365595f,-0.11677216436161507f,-0.13613156126118908f,0.07499110890607574f,0.9193791596419137f,-0.3861583799442476f,1.3424557403324744f,0.09503152404050491f,-0.39207530170797655f,-0.9150114574305275f,-0.000655845639236298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9926456281189052f,0.06555719325023925f,-0.1017689117047773f,-0.12447564322492409f,0.07499110890607574f,0.9929475530915631f,-0.09182314737861472f,1.528059511866026f,0.09503152404050491f,-0.09877960934640556f,-0.9905612541463099f,-0.025368030230101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9926456281189052f,0.031920504487365595f,-0.11677216436161507f,0.1743571843542863f,0.07499110890607574f,0.9193791596419137f,-0.3861583799442476f,1.322997745253079f,0.09503152404050491f,-0.39207530170797655f,-0.9150114574305275f,-0.030225682866025984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9926456281189052f,0.06555719325023925f,-0.1017689117047773f,0.1860131023905513f,0.07499110890607574f,0.9929475530915631f,-0.09182314737861472f,1.5086015167866307f,0.09503152404050491f,-0.09877960934640556f,-0.9905612541463099f,-0.05493786745689144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9966440559693713f,0.04391270341695875f,-0.06908183682803151f,0.34124431559036905f,0.04629793403180286f,0.9983720367447818f,-0.03331332391795826f,2.2087149983750147f,0.06750649602303015f,-0.03639987259167536f,-0.9970546235136781f,-0.24960272986815654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9966440559693713f,0.04391270341695875f,-0.06908183682803151f,0.36665295755947264f,0.04629793403180286f,0.9983720367447818f,-0.03331332391795826f,2.079059197138416f,0.06750649602303015f,-0.03639987259167536f,-0.9970546235136781f,-0.34105811034946804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9966440559693713f,0.04391270341695875f,-0.06908183682803151f,-0.24428406729163663f,0.04629793403180286f,0.9983720367447818f,-0.03331332391795826f,2.235915034618699f,0.06750649602303015f,-0.03639987259167536f,-0.9970546235136781f,-0.2099426634546263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9966440559693713f,0.04391270341695875f,-0.06908183682803151f,-0.2936237295202358f,0.04629793403180286f,0.9983720367447818f,-0.03331332391795826f,2.109731578434485f,0.06750649602303015f,-0.03639987259167536f,-0.9970546235136781f,-0.29633505673421057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.977572067787355f,0.19831175593674077f,-0.07088934855986145f,0.2461908588410905f,0.2018687809917734f,0.9782809008009367f,-0.04706882608482154f,2.31951487556047f,0.06001539421557083f,-0.06032351602314256f,-0.9963730355001361f,-0.2701852475827398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.996559326896203f,0.042944245679080256f,-0.07088934855986145f,0.13183492644770867f,0.04634659193985827f,0.9978158743107653f,-0.04706882608482154f,2.334908680792328f,0.06871318208136629f,-0.050192357351470485f,-0.9963730355001361f,-0.2627763264788332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.956770714515102f,0.2814788978771944f,-0.07320812725443297f,0.10962010376892116f,0.2862060327981788f,0.9559705960462368f,-0.06485619696629322f,2.3323121135125233f,0.051729166204270594f,-0.08300511758224806f,-0.9952056289124215f,-0.2588795154336846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969247856419411f,-0.027956070479743883f,-0.07320812725443297f,0.1390406805317117f,-0.02321304780534264f,0.9976245927836063f,-0.06485619696629322f,2.340929843143305f,0.07484735255409197f,-0.06295736650047663f,-0.9952056289124215f,-0.26160532246197676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9890242801589779f,0.12834151066554494f,-0.07320812725443297f,0.19869614285425513f,0.13313561281606712f,0.9889734992987221f,-0.06485619696629322f,2.440623307228128f,0.06407715549324654f,-0.07389096240357261f,-0.9952056289124215f,-0.30389105959758483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9890242801589779f,0.12963669818679396f,-0.07088934855986145f,0.16952788576222652f,0.13313561281606712f,0.989979512015823f,-0.04706882608482154f,2.217877917024568f,0.06407715549324654f,-0.0559901086991177f,-0.9963730355001361f,-0.29129328514028335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912431740718981f,-0.1125374145621521f,-0.06908183682803151f,-0.14292542633601912f,-0.11045186584244115f,0.9933230128117744f,-0.03331332391795826f,2.337224336185424f,0.07236957363279022f,-0.025391387165843077f,-0.9970546235136781f,-0.24228992900457536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9966440559693714f,0.04391270341695875f,-0.06908183682803151f,-0.02768444370234091f,0.04629793403180286f,0.9983720367447817f,-0.03331332391795826f,2.3419524852462934f,0.06750649602303016f,-0.03639987259167536f,-0.9970546235136781f,-0.2504324810051755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9776629125769928f,-0.19850171080355125f,-0.06908183682803151f,-0.005612610320071154f,-0.19660536811653243f,0.979916604450246f,-0.03331332391795826f,2.3366056995550073f,0.0743071907639782f,-0.0189873413295105f,-0.9970546235136781f,-0.25178310268306314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9911530857972465f,0.1133281092009458f,-0.06908183682803151f,-0.0341831713233028f,0.11582806735948367f,0.9927104720215779f,-0.03331332391795826f,2.347938209999859f,0.06480292683485196f,-0.04102021944888164f,-0.9970546235136781f,-0.2501822041922337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9966787687237033f,-0.04311765063019959f,-0.06908183682803151f,-0.08933459962191123f,-0.04089209998590035f,0.9986080605564328f,-0.03331332391795826f,2.4541392141577156f,0.07042207135654173f,-0.030377781285863013f,-0.9970546235136781f,-0.28125166192384493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9966787687237033f,-0.04311765063019959f,-0.06908183682803151f,-0.07963312823011634f,-0.04089209998590035f,0.9986080605564328f,-0.03331332391795826f,2.2294524005325185f,0.07042207135654173f,-0.030377781285863013f,-0.9970546235136781f,-0.2744166611345258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9966440559693713f,0.04391270341695875f,-0.06908183682803151f,0.0246009256657397f,0.04629793403180286f,0.9983720367447818f,-0.03331332391795826f,1.7130405313192785f,0.06750649602303015f,-0.03639987259167536f,-0.9970546235136781f,-0.2330420814493685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9935639859695212f,0.06560246844197244f,-0.09234133374971869f,3.003518441730126e-17f,0.062265584254064796f,0.9973141433698013f,0.0385680755555616f,1.339047727555603f,0.09462347912572697f,0.03257016378343161f,-0.9949801915763266f,-0.24525589286815536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9520647768368427f,-0.3027910935300421f,-0.043476595836086394f,0.23175504391081594f,-0.3055360909360992f,0.9343921574797395f,0.1831911383660395f,0.7380154352901568f,-0.014844454927710943f,0.18769349940591706f,-0.9821154679764799f,-0.2336670673298079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9520647768368427f,-0.2985246066876235f,0.06675117908031902f,0.12500000000000003f,-0.3055360909360992f,0.9386155303643754f,-0.1601517508311727f,1.0738476532009318f,-0.014844454927710943f,-0.17286973523668625f,-0.9848328268275266f,-0.29908853402760194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9637788110695538f,0.2635497518861602f,0.04088926037605606f,-0.22588930423043435f,0.2663886176670847f,0.9438225308948216f,0.19554062123434393f,0.7376433485779579f,0.012942476995430403f,0.19935034099804502f,-0.9798428107779258f,-0.2146923025885415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9637788110695538f,0.25896309724483213f,-0.06378493237999949f,-0.12499999999999997f,0.2663886176670847f,0.9463132656989037f,-0.18310736615356477f,1.1067016476245621f,0.012942476995430403f,-0.19346657961425662f,-0.9810214956164739f,-0.2979805665837959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9802308609238906f,0.1975860125448491f,0.010355044134866771f,3.245017247865294e-17f,0.182072204500379f,0.9212765659825873f,-0.3436556435149922f,1.1649896189592455f,-0.07744140779182963f,-0.33497650159072057f,-0.9390386423045972f,-0.26497576690067715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9802308609238906f,-0.19758601254484898f,-0.010355044134866542f,3.410424628185914e-17f,-0.182072204500379f,0.9212765659825873f,-0.3436556435149922f,1.1775828340857222f,0.07744140779182938f,-0.33497650159072057f,-0.9390386423045972f,-0.2784823044946825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.793274496555502e-17f,1.1269449758832786e-16f,3.245017247865294e-17f,0f,0.9202204069515404f,-0.39140056544407464f,1.1649896189592455f,-1.2246467991473532e-16f,-0.39140056544407464f,-0.9202204069515404f,-0.26497576690067715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9790684975625024f,0.20353102240372198f,1.166478686633756e-16f,3.2264455914901266e-17f,0.19386373268440868f,0.9325648309017269f,0.3045319183844311f,1.1962028013598098f,0.06198169270334997f,0.2981576077924716f,-0.9525021315908423f,-0.2634592760734364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9790684975625024f,-0.20353102240372203f,1.166478686633756e-16f,3.2264455914901266e-17f,-0.19386373268440868f,0.9325648309017269f,0.3045319183844311f,1.1962028013598098f,-0.06198169270335021f,0.2981576077924716f,-0.9525021315908423f,-0.2634592760734364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.729440390876966e-17f,1.166478686633756e-16f,3.2264455914901266e-17f,0f,0.9525021315908423f,0.3045319183844311f,1.1962028013598098f,-1.2246467991473532e-16f,0.3045319183844311f,-0.9525021315908423f,-0.2634592760734364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9735559416201622f,0.2281709354947613f,-0.011262891792289327f,-0.19374999999999998f,0.22817959388421977f,0.9736189166313077f,0.000527363736887651f,1.2769031958353012f,0.011086093582136048f,-0.0020565439756845133f,-0.9999364325575723f,-0.2584171305479629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.973052812681716f,-0.23027462170274282f,0.011908918164975529f,0.19375000000000003f,-0.2303106941634188f,0.9731156046606148f,-0.0017332397324657522f,1.2702726396387565f,-0.011189632977250228f,-0.004429285006038362f,-0.9999275841520574f,-0.260421257421307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.658124041046899e-17f,1.2133697001766942e-16f,-0.007812499999999967f,0f,0.9907915498750247f,0.13539610295812227f,1.1214135192734656f,-1.2246467991473532e-16f,0.13539610295812227f,-0.9907915498750247f,-0.26709290941477143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.942930040053498e-18f,1.2232039653777127e-16f,3.138157422815092e-17f,0f,0.9988218368180564f,0.04852770647170431f,1.3445877734375f,-1.2246467991473532e-16f,0.04852770647170431f,-0.9988218368180564f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.403582093612046f,-0.3458083376031958f,-0.8470761992641702f,-1.6477769869157537f,0.07907082694644071f,0.9355421680267652f,-0.3442508622644045f,1.873061495454523f,0.9115203223415944f,0.07195446815795446f,0.4049114180538529f,0.850557933404496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.11042372382018198f,-0.3458083376031958f,-0.9317849509740961f,-1.6334730130842467f,-0.11672904024784878f,0.9355421680267652f,-0.33336943922110807f,1.8712240514204772f,0.9870060447537798f,0.07195446815795446f,-0.143671925342447f,0.9431920665955035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1525757208694073f,-0.3458083376031958f,-0.9258170678083739f,-1.501752439828744f,-0.01959940302982166f,0.9355421680267652f,-0.3526708312926582f,1.9250433981313988f,0.98809742070408f,0.07195446815795446f,0.13596338371065408f,0.8764804924434016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2782282432334114f,0.6724656526961889f,0.6858418116527586f,1.5517143896444043f,-0.00817960520141564f,0.7156684252803056f,-0.6983922960024377f,2.43705408275385f,-0.9604801605061909f,0.1887025463545638f,0.20461967225392835f,-0.10913026784019939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04115055818383816f,0.6724656526961889f,0.7389834757997279f,1.5403256103555956f,0.2907177880831634f,0.7156684252803056f,-0.6350605268388522f,2.4234814641211497f,-0.9559235321160323f,0.1887025463545638f,-0.22494788228857f,-0.0170697321598001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.12148031241396064f,0.6724656526961889f,0.7300907338404555f,1.4365063899239316f,0.14477459874880472f,0.7156684252803056f,-0.6832708252325209f,2.532758397222378f,-0.9819790472575923f,0.1887025463545638f,-0.010416321153585172f,-0.06153755182696197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5107102734375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63.mcfunction new file mode 100644 index 000000000..d59befcb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..c5becadb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4418243468946508f,-0.023181285601538364f,-0.6864388675864875f,0.043657479978959864f,-0.1361766778100831f,0.8029545651189575f,0.06053365361250651f,1.4662462796103914f,0.6731950708050144f,0.14721086507771775f,-0.43827137973103597f,-0.5477593081625408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4085520636752001f,0.1446486291600482f,-0.6724299111051307f,0.043657479978959864f,0.17776316432211034f,0.7777428702586224f,0.05929827292653699f,1.4662462796103914f,0.6644437287512959f,-0.11913354625796434f,-0.42932706585897407f,-0.5477593081625408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5397036682644057f,0.1498885857922305f,0.5943044731075089f,-0.08269730128496948f,0.19791902122769145f,0.7920677241222654f,-0.02003062366706705f,1.4741945400540732f,-0.5800796979231916f,0.130792112519923f,-0.5597726429581558f,-0.5357723119779384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5446344991484726f,-0.06666774432092937f,0.5821758103910292f,-0.08269730128496948f,-0.11780362043341965f,0.7910355811132502f,-0.01962183542896364f,1.4741945400540732f,-0.5740170462190745f,-0.0990864333800633f,-0.5483487114692138f,-0.5357723119779384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3286371087678215f,0.6280183474639183f,0.5307755066445459f,-0.629601228922321f,-0.7460752918401529f,-0.49670710578562155f,-1.2798671649697488f,2.401569515356075f,-0.34568966156180625f,-1.3417456004439745f,0.7222351774723543f,-0.06979795802543681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.281055175927018f,0.9575385998173496f,0.06424809681588088f,-0.366275181564769f,0.8398310246497163f,0.27779870391615424f,-0.46638152851320397f,1.9752089307734173f,-0.46442635381773995f,-0.07712139756471477f,-0.8822473870277117f,-0.35073777641150305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.28229420740720546f,0.9575385998173496f,0.05856458250655863f,-0.27373506751288423f,0.8490695738190855f,0.27779870391615424f,-0.4493425629930704f,1.6963673172443618f,-0.4465320137224365f,-0.07712139756471477f,-0.8914378558030006f,-0.20525626590276766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6385846717625064f,0.7651449541843275f,-0.08223634279462541f,0.49479950627507174f,0.7570936744077695f,0.643799944478041f,0.1110441338469203f,1.3888420254814324f,0.13790861162999685f,0.008650466827547443f,-0.9904071810432072f,-0.4195619016271763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5457333406138549f,0.781905433441863f,-0.3013287475441637f,0.3164231801176197f,0.6888820748119379f,0.6233710408310615f,0.36993247012934405f,1.6154334903770207f,0.4770918233896293f,-0.005695490083484245f,-0.8788349978508296f,-0.26302119079062747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9927391227324864f,0.03157662998250628f,-0.11606873237561158f,-0.13606259631175183f,0.07422342732519673f,0.9201310360292033f,-0.38451236569442887f,1.3363733162923506f,0.09465683827613673f,-0.3903354877214892f,-0.9157938032072462f,-0.0007348525807553269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9927391227324864f,0.06501770822827671f,-0.10120144175394014f,-0.12450428502991207f,0.07422342732519673f,0.9931696643160014f,-0.0900272220972212f,1.5220299582134933f,0.09465683827613673f,-0.09688506334406677f,-0.9907842184191175f,-0.02509320332288731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9927391227324864f,0.03157662998250628f,-0.11606873237561158f,0.17443235989630795f,0.07422342732519673f,0.9201310360292033f,-0.38451236569442887f,1.316841845035744f,0.09465683827613673f,-0.3903354877214892f,-0.9157938032072462f,-0.030190816321692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9927391227324864f,0.06501770822827671f,-0.10120144175394014f,0.18599067117814772f,0.07422342732519673f,0.9931696643160014f,-0.0900272220972212f,1.5024984869568867f,0.09465683827613673f,-0.09688506334406677f,-0.9907842184191175f,-0.05454916706382398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9964172490576345f,0.045608762135351f,-0.07122153183481111f,0.3422342330770352f,0.04804993907276345f,0.9983014251713851f,-0.03294643919887439f,2.2024357850593f,0.06959791042495286f,-0.03625059057811862f,-0.9969162580413753f,-0.24946810429695393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9964172490576345f,0.045608762135351f,-0.07122153183481111f,0.3672217660402641f,0.04804993907276345f,0.9983014251713851f,-0.03294643919887439f,2.072757505522754f,0.06959791042495286f,-0.03625059057811862f,-0.9969162580413753f,-0.3410076013070038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9964172490576345f,0.045608762135351f,-0.07122153183481111f,-0.24316090074432511f,0.04804993907276345f,0.9983014251713851f,-0.03294643919887439f,2.230665124264549f,0.06959791042495286f,-0.03625059057811862f,-0.9969162580413753f,-0.20857933192229414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9964172490576345f,0.045608762135351f,-0.07122153183481111f,-0.29290466146041877f,0.04804993907276345f,0.9983014251713851f,-0.03294643919887439f,2.10459059015846f,0.06959791042495286f,-0.03625059057811862f,-0.9969162580413753f,-0.2948989856504725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9770783080348024f,0.2000147072461682f,-0.07288413306802258f,0.24733981336066918f,0.20359263523008497f,0.9780009423736656f,-0.04543341937705804f,2.3133761016845553f,0.0621933987487191f,-0.05923068125095041f,-0.9963050273639249f,-0.26968390238280554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9963380464226316f,0.04470347187475193f,-0.07288413306802258f,0.13302709755701048f,0.04809301781872774f,0.9978090328518759f,-0.04543341937705804f,2.32897100005817f,0.07069341474155495f,-0.048772262214781106f,-0.9963050273639249f,-0.2620325773139967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9561166199440275f,0.2832194125465084f,-0.07501848721227788f,0.11079311006555065f,0.2879196808081436f,0.9556724918569156f,-0.06158202425489603f,2.3263460912301097f,0.0542518798765973f,-0.0804788957727712f,-0.9952787955467809f,-0.25829406563621266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9968405533496244f,-0.02609861632339508f,-0.07501848721227788f,0.14022594229714289f,-0.021491152438234795f,0.9978706252092734f,-0.06158202425489603f,2.3349145768076167f,0.0764659503602162f,-0.05977522539027575f,-0.9952787955467809f,-0.26104271380121824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.98865051505867f,0.13016291964537297f,-0.07501848721227788f,0.2000059432311262f,0.13487479674477612f,0.9889471388763531f,-0.06158202425489603f,2.4346232338969274f,0.06617362221672508f,-0.07100120321281506f,-0.9952787955467809f,-0.3031162175895794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.98865051505867f,0.13136994413163652f,-0.07288413306802258f,0.17044770580150803f,0.13487479674477612f,0.9898204855461236f,-0.04543341937705804f,2.21191362464905f,0.06617362221672508f,-0.05474800610147378f,-0.9963050273639249f,-0.29079791621674783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912844815678978f,-0.11082675672312636f,-0.07122153183481111f,-0.1416903159173684f,-0.10871038480711051f,0.9935273445553497f,-0.03294643919887439f,2.331802319002258f,0.07441188640099115f,-0.024916773768450307f,-0.9969162580413753f,-0.24111366032059228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9964172490576346f,0.045608762135351f,-0.07122153183481111f,-0.026458366207652233f,0.04804993907276345f,0.9983014251713851f,-0.03294643919887439f,2.3363279517616666f,0.06959791042495286f,-0.03625059057811862f,-0.9969162580413753f,-0.24949560754211647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9778531565400465f,-0.1968011627195596f,-0.07122153183481111f,-0.004398925333366388f,-0.19488832262718694f,0.9802719387229629f,-0.03294643919887439f,2.3309423374603493f,0.0763003666323373f,-0.018336534693148932f,-0.9969162580413753f,-0.25089358891228414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9908085203002893f,0.11500421515516007f,-0.07122153183481111f,-0.03294592198603046f,0.11757087898985427f,0.9925178187607858f,-0.03294643919887439f,2.342325138057498f,0.06689966004326486f,-0.04101719077262285f,-0.9969162580413753f,-0.249230321742425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9966006461380856f,-0.041408278402432226f,-0.07122153183481111f,-0.08797346910344785f,-0.039140607648939424f,0.9986904149820337f,-0.03294643919887439f,2.448631452788198f,0.07249251651047946f,-0.030046788559844606f,-0.9969162580413753f,-0.2801589660364746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9966006461380856f,-0.041408278402432226f,-0.07122153183481111f,-0.07865660646290061f,-0.039140607648939424f,0.9986904149820337f,-0.03294643919887439f,2.2239261094172407f,0.07249251651047946f,-0.030046788559844606f,-0.9969162580413753f,-0.2733984386105096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9964172490576345f,0.045608762135351f,-0.07122153183481111f,0.02474673194477416f,0.04804993907276345f,0.9983014251713851f,-0.03294643919887439f,1.7073199628577749f,0.06959791042495286f,-0.03625059057811862f,-0.9969162580413753f,-0.23236611667854995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9935838598657913f,0.06599128518606434f,-0.09184913550865366f,3.003542261518009e-17f,0.0625007080211413f,0.9972278118222281f,0.0403776277795858f,1.3333595334244395f,0.09425908397099743f,0.03437792326104445f,-0.9949539604832006f,-0.24525783790144162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9522180266378228f,-0.3023651752299339f,-0.043082833636400905f,0.23141624861910143f,-0.305054051006812f,0.9346750638777357f,0.1825501326471287f,0.7327352146411303f,-0.01492835256495986f,0.1869701200013583f,-0.9822521664605143f,-0.2324097552432248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9522180266378228f,-0.2978011328664061f,0.0677887528241639f,0.12500000000000003f,-0.305054051006812f,0.9382060829347838f,-0.16343614015419905f,1.068182756577352f,-0.01492835256495986f,-0.17630607252064473f,-0.9842221868470764f,-0.29927321531343576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9639791165070867f,0.2629185770831534f,0.04022542433320618f,-0.2255755381152993f,0.2656600251683199f,0.944360035007942f,0.1939300783977726f,0.7318314951709115f,0.01300053713445084f,0.19763083287880076f,-0.9801903080166866f,-0.21426339494577312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9639791165070867f,0.2581409939233471f,-0.06408970427832424f,-0.12499999999999997f,0.2656600251683199f,0.9462352119319594f,-0.18456347072930696f,1.1008853240969279f,0.01300053713445084f,-0.19494140390472867f,-0.9807287265487175f,-0.29811616926311096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9786688608041517f,0.20516250387585588f,0.01075211122028205f,3.245936194103507e-17f,0.18781490614177562f,0.9146741815662713f,-0.3579059968860927f,1.1590630250969027f,-0.08326356900385605f,-0.3482520474878234f,-0.9336957156896881f,-0.265050804555522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9786688608041517f,-0.20516250387585577f,-0.010752111220281824f,3.413659212307145e-17f,-0.18781490614177562f,0.9146741815662713f,-0.3579059968860927f,1.171450337734004f,0.0832635690038558f,-0.3482520474878234f,-0.9336957156896881f,-0.27874642833214175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.9633201538979984e-17f,1.119559874754788e-16f,3.245936194103507e-17f,0f,0.9141900142426939f,-0.40528584709923354f,1.1590630250969027f,-1.2246467991473532e-16f,-0.40528584709923354f,-0.9141900142426939f,-0.265050804555522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9776138762689636f,0.2104070077881713f,1.1667090566908395e-16f,3.227230382481332e-17f,0.2004527033823914f,0.9313632013603933f,0.3039429236853697f,1.1902756733415594f,0.06395172111102702f,0.29713881978857604f,-0.9526902430179441f,-0.26352335912103436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9776138762689636f,-0.21040700778817137f,1.1667090566908395e-16f,3.227230382481332e-17f,-0.2004527033823914f,0.9313632013603933f,0.3039429236853697f,1.1902756733415594f,-0.06395172111102727f,0.29713881978857604f,-0.9526902430179441f,-0.26352335912103436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.722227286147762e-17f,1.1667090566908395e-16f,3.227230382481332e-17f,0f,0.9526902430179441f,0.3039429236853697f,1.1902756733415594f,-1.2246467991473532e-16f,0.3039429236853697f,-0.9526902430179441f,-0.26352335912103436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9726641703940189f,0.23199941479838881f,-0.010034100105149105f,-0.19374999999999998f,0.23193874557434782f,0.9727062468511738f,0.006853877596031975f,1.2725698599869624f,0.011350327445187759f,0.00433922457457088f,-0.9999261678728977f,-0.2585149766713602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9722162483980219f,-0.23384458295610278f,0.010596101781422566f,0.19375000000000003f,-0.23380473724075634f,0.9722713642370133f,0.00487228165008706f,1.266768739126486f,-0.011441643005127247f,0.0022594925942043473f,-0.9999319894365616f,-0.260270623777742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6623824287100928e-17f,1.213311431277649e-16f,-0.007812499999999967f,0f,0.9907439697081669f,0.13574382669905383f,1.1157330025507055f,-1.2246467991473532e-16f,0.13574382669905383f,-0.9907439697081669f,-0.2671712348565864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.985859719095964e-18f,1.2231830325033895e-16f,3.138157422815092e-17f,0f,0.9988047438290103f,0.048878253903603494f,1.3389034375f,-1.2246467991473532e-16f,0.048878253903603494f,-0.9988047438290103f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40017477663225354f,-0.34688996341703604f,-0.8482496692765953f,-1.647518292459168f,0.08063207185270586f,0.9353310590655383f,-0.3444623040857717f,1.8803073664506769f,0.9128847775793316f,0.06944899731361077f,0.4022663540939858f,0.850518079815812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.11779006992661054f,-0.34688996341703604f,-0.9304799045155201f,-1.6337317075408324f,-0.11690635516085728f,0.9353310590655383f,-0.33389925736716164f,1.8785363835493227f,0.9861330557027725f,0.06944899731361077f,-0.1507263521168293f,0.9432319201841874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1470569057955805f,-0.34688996341703604f,-0.9263053598778088f,-1.5016791960183289f,-0.01889048428111076f,0.9353310590655383f,-0.3532689620543583f,1.9324122193081537f,0.9889476305960061f,0.06944899731361077f,0.1309939720394767f,0.8772259041940782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.28748894763005794f,0.6677628792719008f,0.6866169543909195f,1.552995944695755f,-0.0026177266715916303f,0.7174259632983634f,-0.6966298405125121f,2.4446828806342222f,-0.9577803780082541f,0.19847600422196127f,0.2080000558904959f,-0.10841037196752196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03839502481561681f,0.6677628792719008f,0.7433831845931871f,1.5410203053042448f,0.29947630407908665f,0.7174259632983634f,-0.6289784817309297f,2.430410869365777f,-0.9533308792672868f,0.19847600422196127f,-0.22752474674976678f,-0.016530253032477682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.12774015350944234f,0.6677628792719008f,0.7333315691062838f,1.4370083896340573f,0.1522347868634138f,0.7174259632983634f,-0.6797974381049594f,2.5395164907157435f,-0.9800546019738057f,0.19847600422196127f,-0.010012636917864935f,-0.06096841696232008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5050259375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64.mcfunction new file mode 100644 index 000000000..6c13f184b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..b49618d9a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41791260881253867f,-0.018649080162350798f,-0.701388414253501f,0.04687219805402312f,-0.13933589535605842f,0.8023244224667634f,0.06168852262086083f,1.4617852135666516f,0.687661983902897f,0.1512355029975341f,-0.4137550760682694f,-0.5456530887877286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38521234253121367f,0.13978650916591662f,-0.6870743649830214f,0.04687219805402312f,0.17466777011884657f,0.7783568826489806f,0.06042957317961878f,1.4617852135666516f,0.6790453749517222f,-0.12091441224340566f,-0.405311094924019f,-0.5456530887877286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5182019207914126f,0.14641316844003885f,0.613982408412394f,-0.08513403336650223f,0.198438407463452f,0.7919030549545812f,-0.021358708795592107f,1.4701195569018457f,-0.5991939687412617f,0.13563620499481227f,-0.5380649144509849f,-0.5331777677522969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5238720413087052f,-0.06175264662343909f,0.6014521551794881f,-0.08513403336650223f,-0.11727183286609091f,0.7910812555953056f,-0.020922816779355535f,1.4701195569018457f,-0.593131858486187f,-0.10186784419411016f,-0.5270839978295363f,-0.5331777677522969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9083543687241763f,1.1568820873369792f,0.5271834849637623f,-0.790966167777081f,-0.8831768850836894f,-0.10815105505438645f,-1.2844096655446409f,2.28002089032354f,-0.9144928542495974f,-1.044669055390011f,0.7167814410522695f,-0.15573813329292607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.28458971017637724f,0.956363575561805f,0.06616198455582836f,-0.3672920700758478f,0.8407711185502585f,0.282157360103144f,-0.46205102570102835f,1.9705047242996148f,-0.46055686193289247f,-0.07586788173044484f,-0.8843819545017088f,-0.34963607236071936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2857456726141374f,0.956363575561805f,0.060976404624529024f,-0.27360928180838723f,0.8490335095722698f,0.282157360103144f,-0.4466870534983297f,1.6917010965796226f,-0.4444001689982682f,-0.07586788173044484f,-0.8926099676320259f,-0.2047513684651907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6401616621679092f,0.7637514757363726f,-0.0829260489890414f,0.4962699438447442f,0.7563942772434487f,0.6454906324120788f,0.10587511899221491f,1.3841901970191115f,0.1343902661794396f,0.005052403266560676f,-0.990915601641962f,-0.41758608772170314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5496294321291415f,0.7789248304325078f,-0.30196621644330746f,0.31654383106455114f,0.6885877000853916f,0.6270692487072209f,0.3641855799134179f,1.6106330047572277f,0.47302691956009046f,-0.0077631090067506806f,-0.8810137725995213f,-0.2623803193462942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9928335616330903f,0.03120332914691229f,-0.11535974664111347f,-0.13598793931336095f,0.07343098798498142f,0.9208691550320705f,-0.3828940967344236f,1.331280599472297f,0.09428366188530199f,-0.38862108995867706f,-0.9165610942762233f,-0.0008138074760993125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9928335616330903f,0.06444848877151287f,-0.10063752376733351f,-0.12453283219224813f,0.07343098798498142f,0.9933869980592738f,-0.08826189489430802f,1.5169890247653213f,0.09428366188530199f,-0.09501928426299872f,-0.9910004675678239f,-0.024823676197710448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9928335616330903f,0.03120332914691229f,-0.11535974664111347f,0.1745130548295546f,0.07343098798498142f,0.9208691550320705f,-0.3828940967344236f,1.311676813626292f,0.09428366188530199f,-0.38862108995867706f,-0.9165610942762233f,-0.030157873601384153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9928335616330903f,0.06444848877151287f,-0.10063752376733351f,0.18596816195066743f,0.07343098798498142f,0.9933869980592738f,-0.08826189489430802f,1.4973852389193163f,0.09428366188530199f,-0.09501928426299872f,-0.9910004675678239f,-0.05416774232299529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9961870206438515f,0.047268680234007994f,-0.07332865585609541f,0.34320107942687045f,0.049763570439689715f,0.9982295959976151f,-0.03257699696921601f,2.1971498387026585f,0.07165896285755614f,-0.03610187728322967f,-0.9967756254537959f,-0.24933634506521754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9961870206438515f,0.047268680234007994f,-0.07332865585609541f,0.3677749461852549f,0.049763570439689715f,0.9982295959976151f,-0.03257699696921601f,2.0674509118456044f,0.07165896285755614f,-0.03610187728322967f,-0.9967756254537959f,-0.34095853639826557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9961870206438515f,0.047268680234007994f,-0.07332865585609541f,-0.24205879520139234f,0.049763570439689715f,0.9982295959976151f,-0.03257699696921601f,2.2263859363359764f,0.07165896285755614f,-0.03610187728322967f,-0.9967756254537959f,-0.2072367043864033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9961870206438515f,0.047268680234007994f,-0.07332865585609541f,-0.2921989549912966f,0.049763570439689715f,0.9982295959976151f,-0.03257699696921601f,2.100419277261899f,0.07165896285755614f,-0.03610187728322967f,-0.9967756254537959f,-0.2934844735051346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9765865391491673f,0.20168548036787137f,-0.07484449586597951f,0.24846327397244672f,0.2052781548819731f,0.9777223109370191f,-0.04381736897884049f,2.3082270444297786f,0.06433980634804792f,-0.05815539274010768f,-0.9962320711633107f,-0.26919089242579025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9961136985275196f,0.0464306046093856f,-0.07484449586597951f,0.13419380466140715f,0.04980137348647684f,0.9977975051956348f,-0.04381736897884049f,2.3240186036028225f,0.07264518431861924f,-0.04737444016528655f,-0.9962320711633107f,-0.26130066636707433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9554665785226184f,0.2849326834220237f,-0.07679181756024404f,0.11194020565407072f,0.2895936846008814f,0.9553691307720455f,-0.05835513522520351f,2.321366619905144f,0.05673724672176352f,-0.0779948067873197f,-0.9953379802602946f,-0.2577178940296967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967517570364335f,-0.024268325046794464f,-0.07679181756024404f,0.14138494180041486f,-0.019805336492191877f,0.9980994072933216f,-0.05835513522520351f,2.3298867971429953f,0.07806204898165131f,-0.05664469578119267f,-0.9953379802602946f,-0.2604891244617915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9882764913387205f,0.1319567861954128f,-0.07679181756024404f,0.20128761354099978f,0.1365756469020009f,0.988909384557629f,-0.05835513522520351f,2.4296097802063827f,0.06823979294024606f,-0.0681589004520315f,-0.9953379802602946f,-0.30235368105240984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9882764913387205f,0.13307095139734693f,-0.07484449586597951f,0.17134664947659675f,0.1365756469020009f,0.9896601087489949f,-0.04381736897884049f,2.206936255737859f,0.06823979294024606f,-0.053525611114052886f,-0.9962320711633107f,-0.29031041855174794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913167560477046f,-0.1091512593119928f,-0.07332865585609541f,-0.14047974990392928f,-0.10700661452754634f,0.993724470724064f,-0.03257699696921601f,2.327354730440554f,0.07642429997329833f,-0.024447471746282843f,-0.9967756254537959f,-0.23995511575354636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9961870206438515f,0.04726868023400799f,-0.07332865585609541f,-0.025257591426787386f,0.04976357043968972f,0.9982295959976152f,-0.03257699696921601f,2.3316822547003793f,0.07165896285755614f,-0.03610187728322967f,-0.9967756254537959f,-0.2485729666833909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9780313374270527f,-0.19513485398818126f,-0.07332865585609541f,-0.003210463368713168f,-0.1932082163855681f,0.9806168081312779f,-0.03257699696921601f,2.3262586741815765f,0.0782642199971226f,-0.01769362510725207f,-0.9967756254537959f,-0.2500176271095594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9904630626780847f,0.11664402985445473f,-0.07332865585609541f,-0.03173415752849108f,0.11927532548702338f,0.992326627677819f,-0.03257699696921601f,2.337690635794834f,0.06896606557078078f,-0.0410126114857461f,-0.9967756254537959f,-0.24829288070720137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9965159652077136f,-0.039734611064878717f,-0.07332865585609541f,-0.0866403931739638f,-0.03742723684173289f,0.9987682119545359f,-0.03257699696921601f,2.444099996037552f,0.07453276479865543f,-0.029719008608335075f,-0.9967756254537959f,-0.27908245477423427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9965159652077136f,-0.039734611064878717f,-0.07332865585609541f,-0.0777001056843661f,-0.03742723684173289f,0.9987682119545359f,-0.03257699696921601f,2.2193771483477818f,0.07453276479865543f,-0.029719008608335075f,-0.9967756254537959f,-0.2723956778373589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9961870206438515f,0.047268680234007994f,-0.07332865585609541f,0.024889593771689197f,0.049763570439689715f,0.9982295959976151f,-0.03257699696921601f,1.7025820652493306f,0.07165896285755614f,-0.03610187728322967f,-0.9967756254537959f,-0.2317015977914671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936031812573298f,0.06637225005783777f,-0.0913643399668252f,3.0035656945024905e-17f,0.06273211470721547f,0.9971396767205883f,0.0421562201095077f,1.32865468647911f,0.09390101160091151f,0.03615507615564316f,-0.9949248265514864f,-0.24525975134983327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9523684505395775f,-0.30194590420451767f,-0.04269666674297333f,0.23108170188068128f,-0.30458007047690844f,0.934952547378939f,0.1819195284127419f,0.7284370846369781f,-0.015010499163112253f,0.18625897316303755f,-0.9823860136581367f,-0.23117613305905443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9523684505395775f,-0.2970863482995823f,0.06880433177397748f,0.12500000000000003f,-0.30458007047690844f,0.9377921005664251f,-0.16666420366561463f,1.0635009061975007f,-0.015010499163112253f,-0.1796821576262686f,-0.9836101906475161f,-0.29945476412410976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9641755018480448f,0.26229635578082916f,0.03957554017531113f,-0.2252669057779747f,0.26494360436059533f,0.9448852808832059f,0.19234524293228986f,0.7270061752992879f,0.013057110878264461f,0.19593985739088915f,-0.9805289817956178f,-0.21384192331669538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9641755018480448f,0.2573324187835111f,-0.06438655045192772f,-0.12499999999999997f,0.26494360436059533f,0.9461557347675609f,-0.18599519368756154f,1.0960545789285117f,0.013057110878264461f,-0.19639081396410799f,-0.9804387589472522f,-0.29824957322457724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766908639533745f,0.21435660604314558f,0.0112339536973711f,3.2468464023779064e-17f,0.19458999351032116f,0.9062898833271328f,-0.3751977902447521f,1.1541159449124399f,-0.09060734349744597f,-0.3642662389304772f,-0.9268766997178104f,-0.26512512870147437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766908639533745f,-0.21435660604314546f,-0.01123395369737087f,3.4173449103941603e-17f,-0.19458999351032116f,0.9062898833271328f,-0.3751977902447521f,1.166247981399363f,0.09060734349744572f,-0.3642662389304772f,-0.9268766997178104f,-0.2790473884203551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.1694195799990085e-17f,1.1101940347169437e-16f,3.2468464023779064e-17f,0f,0.9065422254726048f,-0.42211514239029246f,1.1541159449124399f,-1.2246467991473532e-16f,-0.42211514239029246f,-0.9065422254726048f,-0.26512512870147437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9757804221846462f,0.21875229754485703f,1.1670187720438878e-16f,3.2280087072982474e-17f,0.208458502353756f,0.9298632641470481f,0.30314907683551695f,1.1853280642900328f,0.06631455705637161f,0.2958069341794465f,-0.9529431447960438f,-0.26358691416543223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9757804221846462f,-0.2187522975448571f,1.1670187720438878e-16f,3.2280087072982474e-17f,-0.208458502353756f,0.9298632641470481f,0.30314907683551695f,1.1853280642900328f,-0.06631455705637186f,0.2958069341794465f,-0.9529431447960438f,-0.26358691416543223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.712505466110909e-17f,1.1670187720438878e-16f,3.2280087072982474e-17f,0f,0.9529431447960438f,0.30314907683551695f,1.1853280642900328f,-1.2246467991473532e-16f,0.30314907683551695f,-0.9529431447960438f,-0.26358691416543223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9715603623096662f,0.2366402141423222f,-0.008477702482750366f,-0.19374999999999998f,0.23650498895508f,0.9715228284035027f,0.014449362969212197f,1.2695609160887593f,0.011655581841659544f,0.012033409389464352f,-0.9998596623878763f,-0.25862471678385135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9711822202771342f,-0.2381705004022947f,0.008939113809348108f,0.19375000000000003f,-0.23804928585300295f,0.9711686324388136f,0.0128072195186884f,1.2647666130643174f,-0.011731688814967568f,0.010310194229262416f,-0.9998780262474537f,-0.2600774671098974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.666568576385103e-17f,1.213254002451224e-16f,-0.007812499999999967f,0f,0.9906970755126612f,0.1360856515972959f,1.1110357292627109f,-1.2246467991473532e-16f,0.1360856515972959f,-0.9906970755126612f,-0.26724823393270114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.028062425490926e-18f,1.2231623068919742e-16f,3.138157422815092e-17f,0f,0.9987878200829721f,0.04922286515334787f,1.3342023828125f,-1.2246467991473532e-16f,0.04922286515334787f,-0.9987878200829721f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3967699788953766f,-0.34795529219211896f,-0.8494119721800839f,-1.6472600143284102f,0.08219223071946871f,0.9351182435686096f,-0.3446713039324802f,1.891469697136555f,0.9142308357612535f,0.06694016119382774f,0.3996260674213138f,0.8504797872064926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12512990924591602f,-0.34795529219211896f,-0.9291230383795281f,-1.6339899856715905f,-0.11708631095651612f,0.9351182435686096f,-0.33443185603610276f,1.8897650684884453f,0.985207237893989f,0.06694016119382774f,-0.15775206249251217f,0.9432702127935069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.14154697233941105f,-0.34795529219211896f,-0.9267640310548545f,-1.501610395341772f,-0.018182705579836922f,0.9351182435686096f,-0.35386898672101164f,1.9436977308206518f,0.9897645395948186f,0.06694016119382774f,0.12603638752360935f,0.8779695418714584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.29671789272536214f,0.6629942911357408f,0.6873114738297602f,1.5543399406688023f,0.0029292805105772812f,0.7190888481910406f,-0.6949119712042474f,2.4562265246658237f,-0.9549606858150291f,0.20820614383033748f,0.21142443146190548f,-0.10764556239065709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03568455199604753f,0.6629942911357408f,0.7477734835297772f,1.5417800593311977f,0.3081581410904514f,0.7190888481910406f,-0.6228561539287863f,2.4412582409591765f,-0.9506656472327791f,0.20820614383033748f,-0.22996745170302252f,-0.015954437609342453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13397206760111546f,0.6629942911357408f,0.7365392420123309f,1.4375791136981504f,0.15966169287090348f,0.7190888481910406f,-0.6763278585396877f,2.5501915615934534f,-0.9780386643340229f,0.20820614383033748f,-0.009516971105418624f,-0.060372454334186976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5003248828125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65.mcfunction new file mode 100644 index 000000000..c22369a2f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..dffa4ee49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.40794797829803464f,-0.01658438806003161f,-0.7072820155494305f,0.048347354480828365f,-0.14126900577231122f,0.8019095613921277f,0.06267828811025769f,1.458585146566219f,0.6932286487552958f,0.15365694863885607f,-0.4034451971759572f,-0.5446593646533594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37542010582080043f,0.13791963024352977f,-0.6928476887014829f,0.048347354480828365f,0.17276273670726458f,0.7787060950638777f,0.06139913937331366f,1.458585146566219f,0.684991080928004f,-0.12080973927566951f,-0.3952116217233867f,-0.5446593646533594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5087762715684867f,0.14505883106116454f,0.6221326912037997f,-0.08607449235637615f,0.19935503517052f,0.7916674272069983f,-0.02155688048064934f,1.4671024639037764f,-0.6069173913190117f,0.13843794521396507f,-0.5286120126178605f,-0.5320033029978333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5148338892684571f,-0.05944492886431262f,0.6094361056690283f,-0.08607449235637615f,-0.11635393140059055f,0.791211626126432f,-0.02111694414430956f,1.4671024639037764f,-0.601172046180077f,-0.10222750664417099f,-0.5178240123603531f,-0.5320033029978333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3399917960331786f,1.4323261914049437f,0.5236921901704686f,-0.876247125946144f,-0.8405454108547117f,0.27170375421492243f,-1.2888237785813077f,2.1621900099944877f,-1.2725153205055002f,-0.5621610101749548f,0.7113972221746842f,-0.2973947680035982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.28805053219460125f,0.9551968291520055f,0.06801403149616717f,-0.368285310039522f,0.8416548566045811f,0.2864084397083321f,-0.45780706418507866f,1.9669166490830674f,-0.4567756487120663f,-0.07462722855495388f,-0.8864461537520918f,-0.34856176713348497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2891168192857165f,0.9551968291520055f,0.06332836950423563f,-0.2734867423354548f,0.8489767308168726f,0.2864084397083321f,-0.4440818800574215f,1.6881567446122299f,-0.442323383213691f,-0.07462722855495388f,-0.8937453784051701f,-0.2042580217814002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6416792018850891f,0.7624084283899986f,-0.08355351690986679f,0.49770021911911666f,0.7557156001641704f,0.6470942733632382f,0.10081137360938186f,1.3806664233539836f,0.13092644322909908f,0.0015458655812405674f,-0.9913908799071042f,-0.41564960537804385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5534194180210217f,0.7760152315013945f,-0.30253480499788893f,0.3166612834258623f,0.6882822013519152f,0.6306380757130127f,0.35855714853165327f,1.60695745636721f,0.469035775884351f,-0.009796833101854766f,-0.8831248286633884f,-0.2617542077724901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9929279928440429f,0.030807023687703185f,-0.11465133369571269f,-0.13590887240080715f,0.07262302400477362f,0.9215891048601222f,-0.38131275639233553f,1.327320295477588f,0.09391430887304897f,-0.3869424364096342f,-0.9173089193364871f,-0.0008921299705350154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9929279928440429f,0.06385750165626516f,-0.10008106968313468f,-0.12456109752577703f,0.07262302400477362f,0.9935981082021191f,-0.0865372507165093f,1.5130790829485072f,0.09391430887304897f,-0.093193448586207f,-0.991208900146436f,-0.02456095720636403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9929279928440429f,0.030807023687703185f,-0.11465133369571269f,0.17459795641235099f,0.07262302400477362f,0.9215891048601222f,-0.38131275639233553f,1.307645776352113f,0.09391430887304897f,-0.3869424364096342f,-0.9173089193364871f,-0.030126913321492376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9929279928440429f,0.06385750165626516f,-0.10008106968313468f,0.18594573128738112f,0.07262302400477362f,0.9935981082021191f,-0.0865372507165093f,1.4934045638230322f,0.09391430887304897f,-0.093193448586207f,-0.991208900146436f,-0.05379574055732139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9959551372852445f,0.048883369168645774f,-0.07539085311794473f,0.3441396821324746f,0.051429471941590574f,0.9981571400199892f,-0.03220765814095471f,2.1930009420980703f,0.073677499488913f,-0.03595469435049267f,-0.9966337772839247f,-0.2492081622693981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9959551372852445f,0.048883369168645774f,-0.07539085311794473f,0.3683096861547832f,0.051429471941590574f,0.9981571400199892f,-0.03220765814095471f,2.0632832264470475f,0.073677499488913f,-0.03595469435049267f,-0.9966337772839247f,-0.3409111483267887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9959551372852445f,0.048883369168645774f,-0.07539085311794473f,-0.24098396102260655f,0.051429471941590574f,0.9981571400199892f,-0.03220765814095471f,2.223215756863755f,0.073677499488913f,-0.03595469435049267f,-0.9966337772839247f,-0.2059226313196617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9959551372852445f,0.048883369168645774f,-0.07539085311794473f,-0.2915105922966913f,0.051429471941590574f,0.9981571400199892f,-0.03220765814095471f,2.0973552516083513f,0.073677499488913f,-0.03595469435049267f,-0.9966337772839247f,-0.29209980491538384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9760999756456397f,0.2033146893482425f,-0.07675919905658905f,0.24955515377320958f,0.20691617496163184f,0.9774468190279901f,-0.04223046899231438f,2.304210766956454f,0.0664419602647963f,-0.057103879616809905f,-0.9961549140815797f,-0.2687090475896068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9958879898634092f,0.048115870625073554f,-0.07675919905658905f,0.135328665788031f,0.05146232325022834f,0.9977816478440452f,-0.04223046899231438f,2.3201934828473108f,0.07455696433940215f,-0.0460070235900238f,-0.9961549140815797f,-0.26058483314610426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9548247540977836f,0.2866087342540854f,-0.07851829348233474f,0.11305516863401815f,0.2912190286794904f,0.9550628434505118f,-0.055194586647581236f,2.317515804131158f,0.05917065401937974f,-0.07556717878480225f,-0.9953835618460976f,-0.2571543355502667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966592739254202f,-0.02247597132664142f,-0.07851829348233474f,0.14251139760483125f,-0.018164894427493528f,0.9983103696823151f,-0.055194586647581236f,2.3259888805816895f,0.079626178540051f,-0.053583920141058436f,-0.9953835618460976f,-0.2599477519679305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9879047609528958f,0.13371260552103365f,-0.07851829348233474f,0.20253415402102723f,0.1382288941911911f,0.9888611279727215f,-0.055194586647581236f,2.4257252735585833f,0.0702634762681302f,-0.06538049180981517f,-0.9953835618460976f,-0.30160786669905715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9879047609528958f,0.13473013266078435f,-0.07675919905658905f,0.1722198741723508f,0.1382288941911911f,0.9894995504290892f,-0.04223046899231438f,2.2030878747120384f,0.0702634762681302f,-0.05233002057937483f,-0.9961549140815797f,-0.28983361206869784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.991340320557727f,-0.10752017532840766f,-0.07539085311794473f,-0.13930046475510816f,-0.10534988842544005f,0.993913511210016f,-0.03220765814095471f,2.324020783099125f,0.07839496058580792f,-0.023986332181593493f,-0.9966337772839247f,-0.2388210741607778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9959551372852447f,0.048883369168645774f,-0.07539085311794473f,-0.024088743926977407f,0.05142947194159058f,0.9981571400199893f,-0.03220765814095471f,2.328155690307899f,0.073677499488913f,-0.03595469435049268f,-0.9966337772839247f,-0.24766994703791248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9781969706030733f,-0.19351203055396488f,-0.07539085311794473f,-0.0020537702750197673f,-0.19157427059042215f,0.9809495224550666f,-0.03220765814095471f,2.3226952123964963f,0.08018719068977206f,-0.017062485928441375f,-0.9966337772839247f,-0.24916033025595255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9901191091694108f,0.11823861012258537f,-0.07539085311794473f,-0.0305545661156741f,0.12093211466309266f,0.9921381407849352f,-0.03220765814095471f,2.3341749394637303f,0.070989952110738f,-0.04100659308076266f,-0.9966337772839247f,-0.2473753574519177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964256936486985f,-0.03810585654277494f,-0.07539085311794473f,-0.08534272787108471f,-0.03576135964344969f,0.9988412245765226f,-0.03220765814095471f,2.4406845182271533f,0.07653079245089464f,-0.02939645869172362f,-0.9966337772839247f,-0.2780284404021074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964256936486985f,-0.03810585654277494f,-0.07539085311794473f,-0.07676891014896037f,-0.03576135964344969f,0.9988412245765226f,-0.03220765814095471f,2.215945242697436f,0.07653079245089464f,-0.02939645869172362f,-0.9966337772839247f,-0.27141423719646957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9959551372852445f,0.048883369168645774f,-0.07539085311794473f,0.025028719472700012f,0.051429471941590574f,0.9981571400199892f,-0.03220765814095471f,1.6989675137613973f,0.073677499488913f,-0.03595469435049267f,-0.9966337772839247f,-0.23105233823783355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936218522021061f,0.06674325192719995f,-0.0908897857222602f,3.003588605302723e-17f,0.0629584612015203f,0.9970504392082867f,0.04389366512036917f,1.3250735990582898f,0.09355130672306355f,0.037891423788830786f,-0.9948931565819831f,-0.2452616221586451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.952515199561322f,-0.3015357202512842f,-0.04232025540086144f,0.2307534243926881f,-0.30411687412603916f,0.9352230535404049f,0.18130297018628214f,0.7252587807643092f,-0.015090443216214226f,0.1855641386127725f,-0.9825162741575519f,-0.22997315517436517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.952515199561322f,-0.2963845873791495f,0.06979234176287658f,0.12500000000000003f,-0.30411687412603916f,0.9373766418578788f,-0.16981742599348526f,1.0599423769307743f,-0.015090443216214226f,-0.18297870822403692f,-0.9830010533362621f,-0.299632139516394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9643668721720218f,0.26168676816710695f,0.03894317942087073f,-0.2249651908572533f,0.2642434745460487f,0.9453954390367638f,0.19079530918845058f,0.723308427410693f,0.013111903636888016f,0.19428715658720097f,-0.9808570633727818f,-0.21343029734860766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9643668721720218f,0.2565420403530754f,-0.0646739312909951f,-0.12499999999999997f,0.2642434745460487f,0.9460754534949853f,-0.18739429674909963f,1.0923505428861493f,0.013111903636888016f,-0.1978065161356898f,-0.9801533860357152f,-0.2983800075368721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9744362760779726f,0.22435617462076624f,0.011758008880312676f,3.247736667546998e-17f,0.20171154327311105f,0.8967302717625902f,-0.3939381588713776f,1.150299986451347f,-0.09892622086015969f,-0.3814959064185712f,-0.9190617368883331f,-0.2651978243692956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9744362760779726f,-0.22435617462076612f,-0.01175800888031245f,3.421199710961788e-17f,-0.20171154327311105f,0.8967302717625902f,-0.3939381588713776f,1.1621485016549105f,0.09892622086015944f,-0.3814959064185712f,-0.9190617368883331f,-0.2793621567739989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.392481330503952e-17f,1.0995322795004797e-16f,3.247736667546998e-17f,0f,0.8978362416543422f,-0.4403295165804873f,1.150299986451347f,-1.2246467991473532e-16f,-0.4403295165804873f,-0.8978362416543422f,-0.2651978243692956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9737008189502456f,0.22783045269590496f,1.1673697642510703e-16f,3.2287701171823235e-17f,0.21717476584922818f,0.9281605898618405f,0.3022466550776917f,1.1815115855077993f,0.06886099225217343f,0.2942978155741209f,-0.9532297516833739f,-0.263649088000746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9737008189502456f,-0.22783045269590502f,1.1673697642510703e-16f,3.2287701171823235e-17f,-0.21717476584922818f,0.9281605898618405f,0.3022466550776917f,1.1815115855077993f,-0.06886099225217368f,0.29429781557412077f,-0.9532297516833739f,-0.263649088000746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.701453986938892e-17f,1.1673697642510703e-16f,3.2287701171823235e-17f,0f,0.9532297516833739f,0.3022466550776917f,1.1815115855077993f,-1.2246467991473532e-16f,0.3022466550776917f,-0.9532297516833739f,-0.263649088000746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.970332660380198f,0.2416807697040855f,-0.006703264482921782f,-0.19374999999999998f,0.24147661395838527f,0.9701417846344099f,0.02267074364803528f,1.26785871116916f,0.011982199742959365f,0.020379481386992093f,-0.9997205127572991f,-0.25873872811965576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9700339036394291f,-0.24286709267417061f,0.007056988454474808f,0.19375000000000003f,-0.2426710301105652f,0.969872599060506f,0.02139889568869718f,1.2641597813734422f,-0.012041467316233193f,0.019045127660754106f,-0.9997461108587808f,-0.25986092445557524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6706584831683537e-17f,1.2131977518063715e-16f,-0.007812499999999967f,0f,0.9906511433754179f,0.1364196178303435f,1.1074620667463664f,-1.2246467991473532e-16f,0.1364196178303435f,-0.9906511433754179f,-0.26732346503513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.069296116695781e-18f,1.223141916184154e-16f,3.138157422815092e-17f,0f,0.9987711698064723f,0.04955956379358899f,1.330625f,-1.2246467991473532e-16f,0.04955956379358899f,-0.9987711698064723f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3933934914471381f,-0.3489964922555798f,-0.8505545304566493f,-1.6470041080688016f,0.08373949591893665f,0.9349053538859347f,-0.3448763200027767f,1.905389754337506f,0.9155486102388406f,0.06444709201132522f,0.39701047167676956f,0.8504433177095475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13238775222870033f,-0.3489964922555798f,-0.92772567683186f,-1.634245891931199f,-0.11726754094309966f,0.9349053538859347f,-0.33496313695177515f,1.903750870662494f,0.9842366620386533f,0.06444709201132522f,-0.16469597879211578f,0.943306682290452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1360876388010933f,-0.3489964922555798f,-0.9271901654778505f,-1.5015464751783227f,-0.01748142586679477f,0.9349053538859347f,-0.35446632988914334f,1.9577402619833715f,0.9905425555296483f,0.06444709201132522f,0.12112810580570021f,0.8787057841291447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3058444985965476f,0.6581974567718285f,0.6879209624494103f,1.5555529124577452f,0.008418566714314374f,0.7206463737342719f,-0.6932517088028854f,2.4705233906133577f,-0.9520442586417412f,0.21781852979657426f,0.2148646496391529f,-0.10695851813239352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03303906962601075f,0.6581974567718285f,0.752120022188842f,1.5424158375422545f,0.3166982833405274f,0.7206463737342719f,-0.6167422487172475f,2.4548672343866422f,-0.9479507461927599f,0.21781852979657426f,-0.23225949037627788f,-0.015463356867606005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14012879909856657f,0.6581974567718285f,0.7396891425202144f,1.4380310036219677f,0.16699899975162896f,0.7206463737342719f,-0.6728893951501982f,2.5636287217725298f,-0.9759483868244f,0.21781852979657426f,-0.008935005993841137f,-0.05987068660092359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4967475f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66.mcfunction new file mode 100644 index 000000000..443f65ce8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..8f3c2a8c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41864351676665246f,-0.018172631515684306f,-0.7009649105179868f,0.047246862580838135f,-0.14133200289071643f,0.8018241754037866f,0.06362154620394432f,1.4555942632361665f,0.6868095189152467f,0.15392268074029003f,-0.4141798371789417f,-0.5451636513147363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.38569522438803333f,0.14049170510149644f,-0.6866595041808851f,0.047246862580838135f,0.17267371379977461f,0.7786524345771924f,0.062323147301823006f,1.4555942632361665f,0.6792812248596736f,-0.11816288302460025f,-0.405727187440596f,-0.5451636513147363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5175054933406794f,0.1468956969297598f,0.6144543620401637f,-0.08476423110938268f,0.20085497781640713f,0.7913286689523538f,-0.020016493821619644f,1.4639878981541108f,-0.5989906399043603f,0.13843784295509845f,-0.5375775491864861f,-0.5327798682420531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5234226443366716f,-0.061054874108095535f,0.6019144771005686f,-0.08476423110938268f,-0.11486945452016084f,0.7914673303375114f,-0.01960799394770904f,1.4639878981541108f,-0.5939981008503706f,-0.09925606961822182f,-0.5266065787949252f,-0.5327798682420531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2467437008120894f,1.4525116675182292f,0.5203207201649456f,-0.8848762263290288f,-0.6618032028709568f,0.5756336902530843f,-1.293084925793878f,2.067119352146643f,-1.3937504499655944f,-0.01618518980516878f,0.7061189509223456f,-0.45819596836444126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2914166110362825f,0.9540466748256334f,0.06979470657779276f,-0.3692490719580774f,0.8424797258661963f,0.2905274568344212f,-0.4536757744576427f,1.9633170633595962f,-0.453105142672809f,-0.0734080314371366f,-0.8884295079543328f,-0.34752103626515785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.29238786942185396f,0.9540466748256334f,0.06560698186245918f,-0.273368140920122f,0.8489012776799237f,0.2905274568344212f,-0.44154322277520713f,1.6846058372721933f,-0.44031347307156266f,-0.0734080314371366f,-0.8948381453381292f,-0.20377912676372334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.643130020949076f,0.7611227195410191f,-0.084118856105659f,0.49908234284716657f,0.7550612157305461f,0.6486052631339772f,0.09588416519120321f,1.3771415974318602f,0.12753954937018902f,-0.001848900588898533f,-0.991831762403817f,-0.41376430895883065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5570820668709692f,0.7731940530935705f,-0.30303552107221066f,0.3167748807981201f,0.687968897706876f,0.6340600166816773f,0.3530817058891852f,1.6032791923849685f,0.4651433827958378f,-0.011783526907002587f,-0.8851569250335654f,-0.2611465292990449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9930214864058822f,0.030394155741506546f,-0.11394965042953602f,-0.13582667481629096f,0.07180876019430348f,0.9222865639761866f,-0.3797775610385067f,1.3233664026457426f,0.09355121322361047f,-0.38530986128797784f,-0.9180329412927566f,-0.0009692285638466074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9930214864058822f,0.0632527422700024f,-0.09953601424397636f,-0.12458888572969037f,0.07180876019430348f,0.9938016446372951f,-0.08486337888373519f,1.509173814897212f,0.09355121322361047f,-0.09141871641809474f,-0.9914084873516358f,-0.02430654093818707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9930214864058822f,0.030394155741506546f,-0.11394965042953602f,0.1746857562077323f,0.07180876019430348f,0.9222865639761866f,-0.3797775610385067f,1.3036231529639006f,0.09355121322361047f,-0.38530986128797784f,-0.9180329412927566f,-0.030097981910868193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9930214864058822f,0.0632527422700024f,-0.09953601424397636f,0.1859235452943329f,0.07180876019430348f,0.9938016446372951f,-0.08486337888373519f,1.48943056521537f,0.09355121322361047f,-0.09141871641809474f,-0.9914084873516358f,-0.05343529428520866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9957235151202685f,0.050443897907232596f,-0.07739570143400093f,0.3450450014974503f,0.05303847754470064f,0.9980846927047449f,-0.031841263923016026f,2.188864174824332f,0.07564126741585311f,-0.03581004541186132f,-0.9964918661541217f,-0.24908425549423494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9957235151202685f,0.050443897907232596f,-0.07739570143400093f,0.36882329906661876f,0.05303847754470064f,0.9980846927047449f,-0.031841263923016026f,2.05912952683553f,0.07564126741585311f,-0.03581004541186132f,-0.9964918661541217f,-0.34086565979779565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9957235151202685f,0.050443897907232596f,-0.07739570143400093f,-0.23994256363570743f,0.05303847754470064f,0.9980846927047449f,-0.031841263923016026f,2.2200242803818435f,0.07564126741585311f,-0.03581004541186132f,-0.9964918661541217f,-0.2046450108874212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9957235151202685f,0.050443897907232596f,-0.07739570143400093f,-0.2908435297005591f,0.05303847754470064f,0.9980846927047449f,-0.031841263923016026f,2.094267518208894f,0.07564126741585311f,-0.03581004541186132f,-0.9964918661541217f,-0.29075332013479294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9756219627001044f,0.20489301907328647f,-0.07861702507873118f,0.25060949306098323f,0.20849772913661027f,0.9771763486051249f,-0.04068268269954451f,2.3002016544572115f,0.06848709982232183f,-0.0560823899436266f,-0.996074436322978f,-0.2682412019252774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9956627672166449f,0.04974954619153131f,-0.07861702507873118f,0.1364254105230484f,0.05306671676478422f,0.9977619169422003f,-0.04068268269954451f,2.316368973598392f,0.07641712864469145f,-0.04467817983716819f,-0.996074436322978f,-0.2598893331668904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9541954543547211f,0.2882375454300411f,-0.08018823039107688f,0.11413190453043214f,0.2927869279911347f,0.95475617968497f,-0.05211959469216351f,2.3136670756487385f,0.06153738446100494f,-0.07321034597532161f,-0.9954161921306445f,-0.25660673930541783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996564104638076f,-0.02073241552877228f,-0.08018823039107688f,0.1435991586874287f,-0.016578969255148096f,0.9985032226425519f,-0.05211959469216351f,2.3220945284217525f,0.0811487715578428f,-0.05061107901221695f,-0.9954161921306445f,-0.25942180541575766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9875380111388956f,0.13541980749721208f,-0.08018823039107688f,0.20373869034725536f,0.13982546284263908f,0.9888035132370668f,-0.05211959469216351f,2.421843379491486f,0.07223237845091464f,-0.062682437312629f,-0.9954161921306445f,-0.30088320883212527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9875380111388956f,0.13633796215142924f,-0.07861702507873118f,0.17306264886318384f,0.13982546284263908f,0.9893400625008621f,-0.04068268269954451f,2.1992418654287924f,0.07223237845091464f,-0.0511683574798479f,-0.996074436322978f,-0.2893703283991595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913556705243574f,-0.10594262559867232f,-0.07739570143400093f,-0.13815911899199007f,-0.10374935909429213f,0.9940936597722109f,-0.031841263923016026f,2.320671080172767f,0.08031192319154792f,-0.0235362631263138f,-0.9964918661541217f,-0.23771835902714575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9957235151202684f,0.0504438979072326f,-0.07739570143400093f,-0.02295835152030465f,0.05303847754470063f,0.9980846927047449f,-0.031841263923016026f,2.3246199239725662f,0.07564126741585311f,-0.03581004541186132f,-0.9964918661541217f,-0.24679197085372545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9783497546768628f,-0.19194182171496926f,-0.07739570143400093f,-0.0009352924853307243f,-0.1899955327383353f,0.9812684808202395f,-0.031841263923016026f,2.3191238194853874f,0.08205763257124975f,-0.01644705522207383f,-0.9964918661541217f,-0.24832684257737778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9897791942424071f,0.11977918034612717f,-0.07739570143400093f,-0.029413739275321066f,0.1225321471401782f,0.991953631390602f,-0.031841263923016026f,2.330649656000258f,0.07295902659759647f,-0.04099928202551094f,-0.9964918661541217f,-0.24648326289042174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9963309619172793f,-0.036531078885349635f,-0.07739570143400093f,-0.08408772266608693f,-0.03415216259286133f,0.9989092870236093f,-0.031841263923016026f,2.4372560743952794f,0.07847448066231093f,-0.02908120653371797f,-0.9964918661541217f,-0.27700328301528276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9963309619172793f,-0.036531078885349635f,-0.07739570143400093f,-0.07586822991688327f,-0.03415216259286133f,0.9989092870236093f,-0.031841263923016026f,2.212501484814968f,0.07847448066231093f,-0.02908120653371797f,-0.9964918661541217f,-0.2704600115451962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9957235151202685f,0.050443897907232596f,-0.07739570143400093f,0.025163327465506088f,0.05303847754470064f,0.9980846927047449f,-0.031841263923016026f,1.6953483096082924f,0.07564126741585311f,-0.03581004541186132f,-0.9964918661541217f,-0.23042215088128262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936397792768745f,0.06710220657468281f,-0.09042833024784104f,3.003610858200654e-17f,0.06317839898189413f,0.9969608684550121f,0.045579783583433f,1.321487983937663f,0.0932120107104691f,0.03957676897166549f,-0.9948593872588603f,-0.2452634392456572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9526574296020277f,-0.30113707458072236f,-0.04195574021539994f,0.23043346568883305f,-0.3036671886827915f,0.9354850413402495f,0.1807041115916333f,0.7220692221553013f,-0.015167740159548663f,0.1848896961477194f,-0.9826422237604368f,-0.22880772151059173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9526574296020277f,-0.29570025500866487f,0.07074730391943025f,0.12500000000000003f,-0.3036671886827915f,0.9369630047547207f,-0.17287731556943758f,1.0563787421374977f,-0.015167740159548663f,-0.1861764939749794f,-0.9823992328730905f,-0.2998043007242675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9645521436775395f,0.2610935291767426f,0.03833185553944316f,-0.22467218014936396f,0.2635637581456926f,0.9458877471466507f,0.1892895010029679f,0.7196105675351989f,0.013164631372814721f,0.19268248187073786f,-0.9811728459659645f,-0.21303092216738895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9645521436775395f,0.2557745337897333f,-0.0649503656010331f,-0.12499999999999997f,0.2635637581456926f,0.945995044627696f,-0.1887525388755401f,1.0886456458380958f,0.013164631372814721f,-0.19918022844772532f,-0.9798744455675583f,-0.2985066992819847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9720735029804612f,0.23435498007945543f,0.012282024069885726f,3.248595578147314e-17f,0.2085659619754375f,0.8867261304857001f,-0.41257364072262015f,1.1464980569141336f,-0.10757947903088005f,-0.3984902920094985f,-0.9108414477095501f,-0.2652679597422794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9720735029804612f,-0.23435498007945532f,-0.012282024069885501f,3.4249606563477773e-17f,-0.2085659619754375f,0.8867261304857001f,-0.41257364072262015f,1.1580573881791476f,0.1075794790308798f,-0.3984902920094986f,-0.9108414477095501f,-0.2796692612704633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.613975436122815e-17f,1.0883899028785383e-16f,3.248595578147314e-17f,0f,0.8887378006755235f,-0.4584158828514054f,1.1464980569141336f,-1.2246467991473532e-16f,-0.4584158828514054f,-0.8887378006755235f,-0.2652679597422794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9715315908503407f,0.23691004195644838f,1.1677243278252654e-16f,3.2295039570036955e-17f,0.2258982914022726f,0.9263740979657115f,0.3013320304244946f,1.1777091475307235f,0.07138858397068867f,0.29275358689247255f,-0.9535192748131794f,-0.2637090105695946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9715315908503407f,-0.23691004195644844f,1.1677243278252654e-16f,3.2295039570036955e-17f,-0.2258982914022726f,0.9263740979657115f,0.3013320304244946f,1.1777091475307235f,-0.07138858397068892f,0.29275358689247244f,-0.9535192748131794f,-0.2637090105695946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.690253065399302e-17f,1.1677243278252654e-16f,3.2295039570036955e-17f,0f,0.9535192748131794f,0.3013320304244946f,1.1777091475307235f,-1.2246467991473532e-16f,0.3013320304244946f,-0.9535192748131794f,-0.2637090105695946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9690764002671429f,0.24671334198402584f,-0.004843277025875707f,-0.19374999999999998f,0.2464536350212242f,0.9686624965739545f,0.030879985685531533f,1.2661768816425278f,0.012310005284380404f,0.028731422139993947f,-0.9995113651938691f,-0.2588496257193171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9688606918090708f,-0.24755411611010317f,0.005091116203189698f,0.19375000000000003f,-0.24729816681107075f,0.9684755246370768f,0.029979574226841995f,1.2635730937137652f,-0.012352188434955566f,0.027787007321488578f,-0.9995375459005943f,-0.2596405039792478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6746281524027983e-17f,1.213143020494145e-16f,-0.007812499999999967f,0f,0.9906064518674138f,0.13674376592244716f,1.1038836822298663f,-1.2246467991473532e-16f,0.13674376592244716f,-0.9906064518674138f,-0.26739648658469634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.109318765957963e-18f,1.2231219910881534e-16f,3.138157422815092e-17f,0f,0.9987548997308764f,0.049886373525913824f,1.327042980138484f,-1.2246467991473532e-16f,0.049886373525913824f,-0.9987548997308764f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.39007127306344236f,-0.35000614121217205f,-0.8516690102642166f,-1.6467525349442973f,0.08526198037287437f,0.9346940893417052f,-0.34507586709675314f,1.9196401060656179f,0.916828662637442f,0.06198919634456883f,0.39443953009681143f,0.8504088900565018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13950839808157753f,-0.35000614121217205f,-0.92630076539884f,-1.634497465055703f,-0.11744858347972022f,0.9346940893417052f,-0.3354888814674603f,1.91806585421135f,0.9832310191930067f,0.06198919634456883f,-0.17150540059495278f,0.9433411099434978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.13072074547834023f,-0.35000614121217205f,-0.9275816879474021f,-1.5014877468078898f,-0.016792019778855416f,0.9346940893417052f,-0.35505631584500363f,1.9721114275152345f,0.9912770121279586f,0.06198919634456883f,0.11630659810699029f,0.8794290102839513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3147985613501314f,0.6534122215067993f,0.6884434142015136f,1.5564414149171841f,0.013807410590162633f,0.7220905097465697f,-0.6916607919686742f,2.4851431784803917f,-0.9490580705018435f,0.22723944314200492f,0.21829112280582863f,-0.10647205110595723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03047733777470471f,0.6534122215067993f,0.7563885249444996f,1.5427385850828157f,0.3250334290566339f,0.7220905097465697f,-0.6106869621415093f,2.4688127817965757f,-0.945211300121752f,0.22723944314200492f,-0.23438821131332266f,-0.015177948894042413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14616351823326534f,0.6534122215067993f,0.7427574938856041f,1.4381763759171593f,0.1741908979607034f,0.7220905097465697f,-0.6695093926164015f,2.577404389030944f,-0.9738037569270914f,0.22723944314200492f,-0.008275172215356695f,-0.05958372416769632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.493165480138484f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67.mcfunction new file mode 100644 index 000000000..4fd8c15b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..7e7340226 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4432514184073609f,-0.022225697845212528f,-0.6855498835822236f,0.04440832981915775f,-0.1400197160058281f,0.8019817029891523f,0.06453116800981458f,1.453970446376913f,0.6714663831153085f,0.1525641205210353f,-0.43909171014735987f,-0.5467871413625389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40948537426410386f,0.1460484312116095f,-0.671559069631566f,0.04440832981915775f,0.17392041896626398f,0.7783030592915452f,0.06321420539736938f,1.453970446376913f,0.6648860173972573f,-0.11364067774370831f,-0.4301306548382301f,-0.5467871413625389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.538348724223335f,0.15085689156785662f,0.5952875723866876f,-0.08195573661112582f,0.20264112853883143f,0.7909398583895085f,-0.01718015947939507f,1.462031871787948f,-0.5797082616248111f,0.1363846880031354f,-0.5588219687223034f,-0.5349748678552544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.543771233362891f,-0.06528347082841046f,0.5831388464196124f,-0.08195573661112582f,-0.1131071889314351f,0.791785027808344f,-0.016829543979815578f,1.462031871787948f,-0.5757773958562707f,-0.09388577195260189f,-0.5474174387483789f,-0.5349748678552544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7531956781871211f,1.2675656739440448f,0.5170877900308832f,-0.8318754400470174f,-0.4062244859421548f,0.7705453600171926f,-1.297169135146611f,2.0059640645935466f,-1.307319466458476f,0.49085981745785134f,0.7009840955570749f,-0.6074389983706505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.29466679309741034f,0.95292180514955f,0.07149485517301869f,-0.3701775375007552f,0.8432439294522f,0.29449010400566533f,-0.4496835043502769f,1.9609297640716146f,-0.44956774404721367f,-0.07221919352398917f,-0.8903219819812626f,-0.34652000534259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.29553908315735034f,0.95292180514955f,0.06779884657599805f,-0.27325416196873753f,0.8488096231821167f,0.29449010400566533f,-0.4390874653598818f,1.6822712567846065f,-0.4383821094889089f,-0.07221919352398917f,-0.8958825336877592f,-0.2033175846321156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6445073546720957f,0.759900784471405f,-0.08462309101729179f,0.5004084755757504f,0.7544346101778006f,0.6500189737402718f,0.09112492931966423f,1.3748377963704024f,0.12425252005270376f,-0.005111901543172641f,-0.9922374613585024f,-0.41194217144879486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5605965450353807f,0.7704785491324843f,-0.3034704582345643f,0.31688397560636844f,0.687651446764714f,0.6373184812695251f,0.3477939637122841f,1.6008218665155751f,0.4613751201102959f,-0.013709805214081883f,-0.8870992276990225f,-0.26056095568229387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.993113135838504f,0.02997118683149206f,-0.11326088197133585f,-0.1357426231959214f,0.07099741294077265f,0.922957297554407f,-0.3782977587123447f,1.3206441974972967f,0.0931969247385904f,-0.3837337030428495f,-0.9187288927470889f,-0.0010445016505668467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.993113135838504f,0.06264223298098567f,-0.09900631329450149f,-0.12461599397007721f,0.07099741294077265f,0.9939963494786832f,-0.08325037284462472f,1.5064981981942709f,0.0931969247385904f,-0.08970623094416313f,-0.9915982681252837f,-0.024061909128380438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.993113135838504f,0.02997118683149206f,-0.11326088197133585f,0.17477514969775734f,0.07099741294077265f,0.922957297554407f,-0.3782977587123447f,1.3008346429641324f,0.0931969247385904f,-0.3837337030428495f,-0.9187288927470889f,-0.030071114721115698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.993113135838504f,0.06264223298098567f,-0.09900631329450149f,0.18590177892360152f,0.07099741294077265f,0.9939963494786832f,-0.08325037284462472f,1.4866886436611066f,0.0931969247385904f,-0.08970623094416313f,-0.9915982681252837f,-0.05308852219892929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9954942085947392f,0.051941482420822235f,-0.07933071951180834f,0.3459121214591642f,0.05458160058094764f,0.9980129291369806f,-0.03148082199444966f,2.185965897263026f,0.07753792318830631f,-0.035668973623469255f,-0.9963511403056117f,-0.24896531509549666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9954942085947392f,0.051941482420822235f,-0.07933071951180834f,0.36931321402463213f,0.05458160058094764f,0.9980129291369806f,-0.03148082199444966f,2.0562161440371387f,0.07753792318830631f,-0.035668973623469255f,-0.9963511403056117f,-0.34082228491577554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9954942085947392f,0.051941482420822235f,-0.07933071951180834f,-0.23894072609024516f,0.05458160058094764f,0.9980129291369806f,-0.03148082199444966f,2.218032587604333f,0.07753792318830631f,-0.035668973623469255f,-0.9963511403056117f,-0.2034117852223667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9954942085947392f,0.051941482420822235f,-0.07933071951180834f,-0.29020169916938265f,0.05458160058094764f,0.9980129291369806f,-0.03148082199444966f,2.0923764544220163f,0.07753792318830631f,-0.035668973623469255f,-0.9963511403056117f,-0.2894534108035226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.975155966145133f,0.20641122046049204f,-0.08040677682609938f,0.2516204505661274f,0.21001403812611835f,0.9769128455615198f,-0.0391841290174386f,2.2974253966431193f,0.07046236925844393f,-0.05509718908351062f,-0.9959916436765837f,-0.2677901937198483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9954400068743731f,0.051321953922137134f,-0.08040677682609938f,0.1374778724354315f,0.05460557843212378f,0.9977388610439295f,-0.0391841290174386f,2.3137697372407557f,0.07821395986677376f,-0.04339610821693726f,-0.9959916436765837f,-0.25921843700920666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9535831197278701f,0.2898090580493395f,-0.08179207567128438f,0.11516443750569433f,0.2942888143537805f,0.9544518942395254f,-0.04914952012815579f,2.311045175490795f,0.06382262542632207f,-0.07093864570977154f,-0.995436779021428f,-0.25607846800430933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9964673639072941f,-0.019048596405807305f,-0.08179207567128438f,0.14464219543270218f,-0.01505656106943562f,0.9986779383965255f,-0.04914952012815579f,2.319428749085654f,0.08262017088103123f,-0.04774438537707132f,-0.995436779021428f,-0.2589145050943868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9871790541033162f,0.13706776242816826f,-0.08179207567128438f,0.20489446501668482f,0.14135645922280088f,0.9887379208400802f,-0.04914952012815579f,2.4191890831799285f,0.07413411209203567f,-0.060081214999120905f,-0.995436779021428f,-0.30018415838379325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9871790541033162f,0.13788497155281182f,-0.08040677682609938f,0.1738703464173022f,0.14135645922280088f,0.9891829737056422f,-0.0391841290174386f,2.1966229140961593f,0.07413411209203567f,-0.05004776868895273f,-0.9959916436765837f,-0.2889234104287789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913634609749057f,-0.10442760739189261f,-0.07933071951180834f,-0.13706229814370594f,-0.10221400816795463f,0.9942641773597172f,-0.03148082199444966f,2.3185275939554617f,0.08216315949437303f,-0.023100225834602875f,-0.9963511403056117f,-0.23665383519667865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9954942085947392f,0.051941482420822235f,-0.07933071951180834f,-0.021872851614555967f,0.05458160058094764f,0.9980129291369806f,-0.03148082199444966f,2.3222979699209247f,0.07753792318830632f,-0.035668973623469255f,-0.9963511403056117f,-0.2459444917066978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.978489558019483f,-0.19043324759236674f,-0.07933071951180834f,0.0001386164258980055f,-0.18848088587279827f,0.981572164187208f,-0.03148082199444966f,2.3167677074891926f,0.08386382120701434f,-0.01585133130892697f,-0.9963511403056117f,-0.24752233743434177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9894459800812474f,0.12125712120448262f,-0.07933071951180834f,-0.02831817823215181f,0.12406650523283547f,0.9917743998137202f,-0.03148082199444966f,2.3283377426182597f,0.07486090288241658f,-0.040990857899497926f,-0.9963511403056117f,-0.24562214010202932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9962330510629186f,-0.035019207752417944f,-0.07933071951180834f,-0.08288252747567665f,-0.032608656998598114f,0.9989722885722615f,-0.03148082199444966f,2.4350370791701548f,0.08035162387043586f,-0.028775367123486686f,-0.9963511403056117f,-0.2760133872344868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9962330510629186f,-0.035019207752417944f,-0.07933071951180834f,-0.07500320573138262f,-0.032608656998598114f,0.9989722885722615f,-0.03148082199444966f,2.210268314241396f,0.08035162387043586f,-0.028775367123486686f,-0.9963511403056117f,-0.26953892963170234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9954942085947392f,0.051941482420822235f,-0.07933071951180834f,0.0252926455870324f,0.05458160058094764f,0.9980129291369806f,-0.03148082199444966f,1.6929477636734016f,0.07753792318830631f,-0.035668973623469255f,-0.9963511403056117f,-0.22981484791366227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936568732597719f,0.06744705489875298f,-0.0899828484162297f,3.003632317164876e-17f,0.06339057450612534f,0.9968717968157195f,0.04720440421382717f,1.3191208398675067f,0.09288516182575633f,0.04120091623839952f,-0.9948240202235366f,-0.24526519150306209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9527943010994276f,-0.3007524289290155f,-0.041605243488659474f,0.23012390137884342f,-0.3032337426724872f,0.9357369822738123f,0.18012661466295005f,0.720088505755674f,-0.015241951885797621f,0.1842397256250577f,-0.982763148680451f,-0.2276866802141571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9527943010994276f,-0.295037820393753f,0.07166382860102256f,0.12500000000000003f,-0.3032337426724872f,0.9365547096729606f,-0.1758254051445136f,1.0540328593434733f,-0.015241951885797621f,-0.18925633497111827f,-0.9818094125521566f,-0.2999702071487347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9647302429063126f,0.2605203855734155f,0.03774502778653065f,-0.22438966323237042f,0.2629085804454915f,0.9463595055544366f,0.1878370692246303f,0.7171361763967526f,0.01321501986618144f,0.19113559309411987f,-0.9814746804184483f,-0.21264619864768725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9647302429063126f,0.2550345799985085f,-0.0652144265244389f,-0.12499999999999997f,0.2629085804454915f,0.945915237926209f,-0.1900616767976639f,1.0861636023828427f,0.01321501986618144f,-0.20050367992629842f,-0.9796038166452542f,-0.29862887369633395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9698032875460717f,0.24355422454946432f,0.012764136043640689f,3.2494115318194205e-17f,0.21462911682062297f,0.8771414722392613f,-0.42960118702203376f,1.143944348272715f,-0.11582713705186207f,-0.4138890882616382f,-0.9029285115336202f,-0.26533458741588084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9698032875460717f,-0.2435542245494642f,-0.012764136043640467f,3.4283872038105434e-17f,-0.21462911682062297f,0.8771414722392613f,-0.42960118702203376f,1.1552329625826794f,0.11582713705186182f,-0.41388908826163834f,-0.9029285115336202f,-0.2799490601043109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.81607385654891e-17f,1.0777256754914678e-16f,3.2494115318194205e-17f,0f,0.8800297981767661f,-0.4749184712358116f,1.143944348272715f,-1.2246467991473532e-16f,-0.4749184712358116f,-0.8800297981767661f,-0.26533458741588084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9694558598951527f,0.2452658470210436f,1.1680451950150129e-16f,3.230199380689817e-17f,0.23392997418821235f,0.9246488536270863f,0.3005016882854691f,1.1751549457388475f,0.07370280110858907f,0.2913231226167346f,-0.9537812827569969f,-0.26376579622294427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9694558598951527f,-0.24526584702104365f,1.1680451950150129e-16f,3.230199380689817e-17f,-0.23392997418821235f,0.9246488536270863f,0.3005016882854691f,1.1751549457388475f,-0.07370280110858932f,0.2913231226167345f,-0.9537812827569969f,-0.26376579622294427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.680084306971755e-17f,1.1680451950150129e-16f,3.230199380689817e-17f,0f,0.9537812827569969f,0.3005016882854691f,1.1751549457388475f,-1.2246467991473532e-16f,0.3005016882854691f,-0.9537812827569969f,-0.26376579622294427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9678949591933064f,0.2513364484295485f,-0.0030557583361298353f,-0.19374999999999998f,0.25103809496284546f,0.967213425238367f,0.0384456098415866f,1.2655803396605532f,0.012618353522281304f,0.03644420021741537f,-0.9992560219607883f,-0.2589502504210647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9677589312777208f,-0.25185781926598466f,0.003207772870109332f,0.19375000000000003f,-0.25156065773038055f,0.96709965178001f,0.03788797974611047f,1.2639827138217694f,-0.012644619980921272f,0.03585948133431342f,-0.9992768441147689f,-0.25943606589966756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6784535914060436e-17f,1.213090152493548e-16f,-0.007812499999999967f,0f,0.99056328186882f,0.1370561367224124f,1.1015235284086968f,-1.2246467991473532e-16f,0.1370561367224124f,-0.99056328186882f,-0.26746685702949635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.147888361472988e-18f,1.2231026651640263e-16f,3.138157422815092e-17f,0f,0.9987391189162442f,0.05020131817396973f,1.3246793002915451f,-1.2246467991473532e-16f,0.05020131817396973f,-0.9987391189162442f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.38682943954450505f,-0.35097721685464145f,-0.8527473118988143f,-1.646507261152092f,0.08674772153360094f,0.9344862145484104f,-0.34526851525690994f,1.9341446069554136f,0.9180619900150601f,0.05958613989806889f,0.39193325250817235f,0.8503766810151397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14643695463955725f,-0.35097721685464145f,-0.9248628068880604f,-1.6347427388479088f,-0.11762788202758587f,0.9344862145484104f,-0.33600475619950165f,1.9326333686276767f,0.9822015575662645f,0.05958613989806889f,-0.17812802206966538f,0.9433733189848597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1254882379112875f,-0.35097721685464145f,-0.9279373337649961f,-1.5014343999352509f,-0.016119875495859f,0.9344862145484104f,-0.3556341721952212f,1.9867341136208283f,0.991964138343679f,0.05958613989806889f,0.11160931937848939f,0.8801336020932263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3235103371471823f,0.648680607547752f,0.6888791847271882f,1.5568120242115437f,0.019053299433158227f,0.7234157960540362f,-0.6901496633341317f,2.5000068996541622f,-0.9460327867149354f,0.2363959716471165f,0.2216729822269481f,-0.10630910072999274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.028016972237223048f,0.648680607547752f,0.7605448827374606f,1.5425592257884564f,0.33310197978603784f,0.7234157960540362f,-0.6047418102646178f,2.483021075928927f,-0.9424744666723233f,0.2363959716471165f,-0.23634471489698072f,-0.015219024270006862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15202984984626366f,0.648680607547752f,0.7457213917725584f,1.4378274162341163f,0.18118211973584317f,0.7234157960540362f,-0.6662151495632109f,2.5914462602260264f,-0.9716274822398493f,0.2363959716471165f,-0.007548532656526017f,-0.0596317826015209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.490801800291545f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68.mcfunction new file mode 100644 index 000000000..57d0cd45b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..767289fa5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4718047988576758f,-0.026987844980140216f,-0.666045293086469f,0.04106961507190865f,-0.13816044684204967f,0.8022368299570135f,0.0653620993647786f,1.4534575053611005f,0.6521168355039744f,0.15043991933092077f,-0.46803408846838573f,-0.5489203021666278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4371120961511983f,0.15244247728597923f,-0.6524525320030717f,0.04106961507190865f,0.17569874411525435f,0.7778369646745787f,0.06402817896957905f,1.4534575053611005f,0.6465778891321818f,-0.10830949868202588f,-0.45848237237719425f,-0.5489203021666278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5624138207535396f,0.15537280160838185f,0.571396912128699f,-0.07875602153885819f,0.20434893408488192f,0.7905660138438242f,-0.013832401740235267f,1.4611261718014295f,-0.5557667242721736f,0.1334507951264926f,-0.5833169617937823f,-0.5377570788432954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5672436389988663f,-0.07021782859161621f,0.5597357506566848f,-0.07875602153885819f,-0.1114214380382902f,0.7920869003609083f,-0.013550107827169242f,1.4611261718014295f,-0.5530098707625419f,-0.08756596841540018f,-0.5714125340020726f,-0.5377570788432954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1269176857530305f,0.9524991773495985f,0.5140117670689761f,-0.7397319200250585f,-0.1296416013479861f,0.8554883740430437f,-1.3010530147065953f,1.9788641501356128f,-1.0745491309088495f,0.8957071000196033f,0.6960310382716487f,-0.7261603018411297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2977798211558174f,0.9518312557925216f,0.07310566741943215f,-0.37106489974392354f,0.8439463223906548f,0.2982722422676609f,-0.44585678689004044f,1.959606064457191f,-0.4461858167128337f,-0.07106989509667958f,-0.8921139428207859f,-0.3455647526911101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.29855075936166686f,0.9518312557925216f,0.06989066161514935f,-0.2731454831211441f,0.8487046318023577f,0.2982722422676609f,-0.4367311729769773f,1.6810032820459624f,-0.43654082517193815f,-0.07106989509667958f,-0.896872999910885f,-0.20287629677708935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.645804907956977f,0.7587486047174675f,-0.08506806508894282f,0.5016709190132811f,0.7538391943187767f,0.6513316594793948f,0.08656522667119548f,1.3736043862839091f,0.12108876895690318f,-0.008223393406239739f,-0.9926076192702674f,-0.4101952725349082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5639423958703388f,0.7678857957508276f,-0.3038426876265747f,0.31698792831678646f,0.6873338056306485f,0.640397709887166f,0.34272877440997407f,1.5994365293423098f,0.45775671898652887f,-0.015562064624952375f,-0.8889412851067819f,-0.260001157240913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9932020588477117f,0.029544596449186427f,-0.11259123909666005f,-0.13565799188961045f,0.070198190288557f,0.9235971521529286f,-0.37688262710718257f,1.3190063271243946f,0.09285410266045377f,-0.3822243024137198f,-0.9193925702677105f,-0.0011173387140246023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9932020588477117f,0.0620340210063429f,-0.09849594173594747f,-0.12464221258677083f,0.070198190288557f,0.9941810513745735f,-0.08170832985662702f,1.5049045971955233f,0.09285410266045377f,-0.08806711829924055f,-0.9917773431035765f,-0.02382853178952954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9932020588477117f,0.029544596449186427f,-0.11259123909666005f,0.1748648358423637f,0.070198190288557f,0.9235971521529286f,-0.37688262710718257f,1.2991333178474274f,0.09285410266045377f,-0.3822243024137198f,-0.9193925702677105f,-0.030046337307413063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9932020588477117f,0.0620340210063429f,-0.09849594173594747f,0.18588061514520332f,0.070198190288557f,0.9941810513745735f,-0.08170832985662702f,1.485031587918556f,0.09285410266045377f,-0.08806711829924055f,-0.9917773431035765f,-0.052757530382918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9952693969479287f,0.05336747262123345f,-0.08118337492940401f,0.34673623830481887f,0.05605001962215538f,0.9979425585438365f,-0.03112948999481615f,2.1841598416567916f,0.07935504268326167f,-0.03553255849222315f,-0.9962129363182022f,-0.24885202358419245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9952693969479287f,0.05336747262123345f,-0.08118337492940401f,0.3697769652130804f,0.05605001962215538f,0.9979425585438365f,-0.03112948999481615f,2.054396756415967f,0.07935504268326167f,-0.03553255849222315f,-0.9962129363182022f,-0.34078123065311827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9952693969479287f,0.05336747262123345f,-0.08118337492940401f,-0.2379845324020892f,0.05605001962215538f,0.9979425585438365f,-0.03112948999481615f,2.2170892281848076f,0.07935504268326167f,-0.03553255849222315f,-0.9962129363182022f,-0.2022309360077762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9952693969479287f,0.05336747262123345f,-0.08118337492940401f,-0.2895890102649224f,0.05605001962215538f,0.9979425585438365f,-0.03112948999481615f,2.091529894415645f,0.07935504268326167f,-0.03553255849222315f,-0.9962129363182022f,-0.28820851487545746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9747055605314056f,0.20786010451634176f,-0.08211727722966661f,0.2525822926619713f,0.2114564946625688f,0.9766583132387578f,-0.03774506652058435f,2.2957350768430738f,0.07235482799494068f,-0.05415455781446104f,-0.9959076577342614f,-0.26735886545557713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9952218019033379f,0.05282345877220872f,-0.08211727722966661f,0.1384799797125582f,0.05607009356273787f,0.9977131123530564f,-0.03774506652058435f,2.312247848154142f,0.07993565927756505f,-0.04216903653296201f,-0.9959076577342614f,-0.2585764291066727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9529923101919547f,0.29131317854085614f,-0.08332039800327695f,0.11614689954733758f,0.29571631891049294f,0.9541529290767542f,-0.0463038515058747f,2.3095022426596437f,0.06601147964580745f,-0.06876641580505499f,-0.9954464649654935f,-0.2555728971188751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963702694417386f,-0.017435522624020622f,-0.08332039800327695f,0.14563458855663555f,-0.013606538242710908f,0.9988347287978986f,-0.0463038515058747f,2.317843946952833f,0.08403063899344604f,-0.04500207881926916f,-0.9954464649654935f,-0.25842908187758823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9868308146976266f,0.13864578767418115f,-0.08332039800327695f,0.205994826732813f,0.14281315728491592f,0.9886659473462387f,-0.0463038515058747f,2.4176147772782812f,0.07595620626079512f,-0.057593316610264046f,-0.9954464649654935f,-0.2995151816527648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9868308146976266f,0.13936174490729036f,-0.08211727722966661f,0.17463843412867272f,0.14281315728491592f,0.9890296820923377f,-0.03774506652058435f,2.1950830988075056f,0.07595620626079512f,-0.04897542237413379f,-0.9959076577342614f,-0.2884957116185847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.991364491146675f,-0.10298400520743992f,-0.08118337492940401f,-0.1360165209924061f,-0.10075265941575279f,0.9944243844925142f,-0.03112948999481615f,2.317439749767674f,0.08393656720492867f,-0.022681230083882828f,-0.9962129363182022f,-0.23563440493044577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9952693969479287f,0.05336747262123346f,-0.08118337492940401f,-0.02083859914642957f,0.05605001962215539f,0.9979425585438365f,-0.03112948999481615f,2.3210402767169014f,0.07935504268326166f,-0.03553255849222315f,-0.9962129363182022f,-0.2451329916637454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9786164024917559f,-0.188995228535447f,-0.08118337492940401f,0.0011616875641639324f,-0.1870390609654442f,0.9818591266194084f,-0.03112948999481615f,2.3154775189478753f,0.08559396267996278f,-0.015279367297328785f,-0.9962129363182022f,-0.24675201471942554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9891222440163352f,0.12266395569669755f,-0.08118337492940401f,-0.027274301823782973f,0.1255264384746283f,0.9916017689055109f,-0.03112948999481615f,2.3270895921817685f,0.07668311180413137f,-0.04098153091699512f,-0.9962129363182022f,-0.24479756140986242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961333781273645f,-0.03357905024918141f,-0.08118337492940401f,-0.08173420141437528f,-0.031139692533856927f,0.9990301669126711f,-0.03112948999481615f,2.4338773912683953f,0.08214993931502375f,-0.028481098693755744f,-0.9962129363182022f,-0.2750651981538643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961333781273645f,-0.03357905024918141f,-0.08118337492940401f,-0.07417891510830947f,-0.031139692533856927f,0.9990301669126711f,-0.03112948999481615f,2.2090956037130445f,0.08214993931502375f,-0.028481098693755744f,-0.9962129363182022f,-0.2686569509477693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9952693969479287f,0.05336747262123345f,-0.08118337492940401f,0.02541591025834335f,0.05605001962215538f,0.9979425585438365f,-0.03112948999481615f,1.6916165865688964f,0.07935504268326167f,-0.03553255849222315f,-0.9962129363182022f,-0.22923424079596882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936730487423173f,0.06777576068891551f,-0.08955623075022272f,3.0036528458797155e-17f,0.06359362968629524f,0.9967841139347439f,0.0487573632454614f,1.3178225438433675f,0.09257279549884312f,0.04275367201032417f,-0.9947876160584042f,-0.2452668677998404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9529249786125465f,-0.30038425450413947f,-0.04127087086881097f,0.22982683003812188f,-0.30281926623663485f,0.9359773592346856f,0.1795741490192014f,0.7191640089977049f,-0.015312646152242631f,0.18361830694692896f,-0.9828783445685227f,-0.22661683136635646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9529249786125465f,-0.2944018099013596f,0.0725366077445136f,0.12500000000000003f,-0.30281926623663485f,0.9361554788826401f,-0.17864325163274689f,1.0527549626779924f,-0.015312646152242631f,-0.19219909907389932f,-0.981236479745325f,-0.3001288183445619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.964900105793074f,0.2599711125539431f,0.03718610598032256f,-0.22411943206234036f,0.2622820692984973f,0.9468080716865631f,0.18644728883432585f,0.7157361936192947f,0.013262803814164708f,0.189656257546745f,-0.9817609698945817f,-0.21227852376025852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.964900105793074f,0.2543268647029267f,-0.06546473654490619f,-0.12499999999999997f,0.2622820692984973f,0.9458368115204586f,-0.19131346554100892f,1.0847555042322499f,0.013262803814164708f,-0.20176860970723806f,-0.9793434158515567f,-0.29874575434270756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9678554206014621f,0.2511625442508885f,0.013162871183267739f,3.250172756173692e-17f,0.21946479924956508f,0.8689545414499392f,-0.4435687170933879f,1.1425004296519201f,-0.12284578422849893f,-0.42642160036628823f,-0.8961437005516127f,-0.2653967461015363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9678554206014621f,-0.2511625442508884f,-0.013162871183267517f,3.431259878457277e-17f,-0.21946479924956508f,0.8689545414499392f,-0.4435687170933879f,1.1535622394776786f,0.12284578422849868f,-0.42642160036628834f,-0.8961437005516127f,-0.2801836317905092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.981645089850658e-17f,1.0686248185647351e-16f,3.250172756173692e-17f,0f,0.8725983845372831f,-0.48843838844108456f,1.1425004296519201f,-1.2246467991473532e-16f,-0.48843838844108456f,-0.8725983845372831f,-0.2653967461015363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9676806559202586f,0.2521788019595184f,1.1682954911237272e-16f,3.2308453720947574e-17f,0.24057496209634832f,0.9231534740844569f,0.2998522150962679f,1.1737105527311729f,0.07561637236788456f,0.29016118818349906f,-0.9539856650400264f,-0.2638185454242152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9676806559202586f,-0.25217880195951853f,1.1682954911237272e-16f,3.2308453720947574e-17f,-0.24057496209634832f,0.9231534740844569f,0.2998522150962679f,1.1737105527311729f,-0.07561637236788481f,0.29016118818349895f,-0.9539856650400264f,-0.2638185454242152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.672130554348882e-17f,1.1682954911237272e-16f,3.2308453720947574e-17f,0f,0.9539856650400264f,0.2998522150962679f,1.1737105527311729f,-1.2246467991473532e-16f,0.2998522150962679f,-0.9539856650400264f,-0.2638185454242152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9668989601938469f,0.25515502238593224f,-0.0015216199564893342f,-0.19374999999999998f,0.25483396016383003f,0.9659491333732617f,0.04474287074679131f,1.2657613664509189f,0.012886175665302741f,0.04287407476178373f,-0.998997377469052f,-0.2590336505943792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9668312348787029f,-0.2554110755295336f,0.0015955437221353286f,0.19375000000000003f,-0.25509013254246127f,0.9658941389827169f,0.04446950143981158f,1.2649922097510873f,-0.012899129520705604f,0.04258749553193649f,-0.9990094682644031f,-0.25926779365129965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6821108111284993e-17f,1.2130394943499176e-16f,-0.007812499999999967f,0f,0.9905219163553793f,0.13735477137568564f,1.1002319357632266f,-1.2246467991473532e-16f,0.13735477137568564f,-0.9905219163553793f,-0.2675341348428458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.184762905259086e-18f,1.223084074560057e-16f,3.138157422815092e-17f,0f,0.998723938536087f,0.05050242167427505f,1.3233843157798835f,-1.2246467991473532e-16f,0.05050242167427505f,-0.998723938536087f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.38369425023903514f,-0.35190307967994583f,-0.8537815556951757f,-1.6462702569846932f,0.08818468677375323f,0.9342835563685885f,-0.3454528872623264f,1.9474544904256528f,0.9192400031287364f,0.057257827508841466f,0.38951169152780013f,0.8503468276706474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15311884967616063f,-0.35190307967994583f,-0.9234277667395642f,-1.6349797430153072f,-0.11780378735316595f,0.9342835563685885f,-0.3365063208685873f,1.9460041411341147f,0.9811609886043673f,0.057257827508841466f,-0.18451193899005108f,0.9434031723293521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.12043214900678466f,-0.35190307967994583f,-0.9282566024528871f,-1.501386509632067f,-0.015470392443074521f,0.9342835563685885f,-0.3561950354186872f,2.000158571092687f,0.9926010096928497f,0.057257827508841466f,0.10707369773059539f,0.8808139453404105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.33191061033571057f,0.6440466708056509f,0.6892308993151234f,1.556471338573751f,0.02411399985071805f,0.7246191845142089f,-0.6887274877955448f,2.5136629700792312f,-0.9430025778107798f,0.245216074632395f,0.2249782544694131f,-0.10659272602433459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.025674495911504697f,0.6440466708056509f,0.7645552341615666f,1.541688661426249f,0.34084398969642044f,0.7246191845142089f,-0.5989594411325271f,2.4960456614805353f,-0.9397692243032418f,0.245216074632395f,-0.23812366911830302f,-0.01570727397566487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1576818895733546f,0.6440466708056509f,0.7485588203506349f,1.4367961769474047f,0.18791795838608866f,0.7246191845142089f,-0.6630338440456619f,2.6043093923867326f,-0.969444821852477f,0.245216074632395f,-0.006768613247851404f,-0.06013470801282202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4895068157798834f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69.mcfunction new file mode 100644 index 000000000..94a67b2bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..3ce434065 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4951101658372229f,-0.030839683969030255f,-0.6487366815756392f,0.03837241333507993f,-0.13663338980591794f,0.8024353101089848f,0.06613119025759291f,1.453792931972879f,0.6349343941851204f,0.14863018343335316f,-0.4916419714566547f,-0.5507974612317994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45964798498246756f,0.15769303332571472f,-0.6354971574618508f,0.03837241333507993f,0.17715517363996175f,0.7774441408267536f,0.06478157412988694f,1.453792931972879f,0.6303489306361614f,-0.10350611158132675f,-0.4816084618350904f,-0.5507974612317994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.581768884895849f,0.15904314763493016f,0.5506311707503115f,-0.07615270635038415f,0.2057597249112497f,0.79024647215242f,-0.010857868093952838f,1.4611444556151734f,-0.5349320934622745f,0.13099707968299382f,-0.6030189590245403f,-0.5401623063819494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5861363686905525f,-0.07415177615909042f,0.5393937999186725f,-0.07615270635038415f,-0.11002484955138134f,0.7923265753786827f,-0.01063627894917829f,1.4611444556151734f,-0.5332341791178137f,-0.0819762895058137f,-0.5907124496566926f,-0.5401623063819494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.357373402175065f,0.5811278143093789f,0.5111107125698822f,-0.6305742640289888f,0.1272655771341077f,0.8502539941622824f,-1.3047137112362266f,1.9797374218533945f,-0.7633787853643899f,1.1750595128958743f,0.691298937659027f,-0.8073869994203381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3007343542870838f,0.9507843639659636f,0.07461863969122444f,-0.37190536302621025f,0.8445863350253554f,0.30184988723419937f,-0.44222230638575816f,1.9591973986247275f,-0.4429816822849099f,-0.06996955634087715f,-0.8937961122904327f,-0.3446613132100701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3014032349585354f,0.9507843639659636f,0.07186920894491568f,-0.2730427760336761f,0.848589510957347f,0.30184988723419937f,-0.4344910671922634f,1.6806522081352235f,-0.43480102558492273f,-0.06996955634087715f,-0.897804170928026f,-0.20245816463458688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.647016809591793f,0.7576717386948321f,-0.08545633088781418f,0.5028621040335841f,0.7532783154771248f,0.6525403468989127f,0.08223670166654234f,1.3732906578213524f,0.11807212853845989f,-0.011163872634390119f,-0.9929422643891237f,-0.4085357848120753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5670995097196267f,0.7654326836375553f,-0.30415613243064654f,0.317086106496509f,0.6870201873291348f,0.6432826739373203f,0.33792109081010546f,1.598974247809267f,0.45431421756092916f,-0.017326518157475684f,-0.8906729947015005f,-0.2594708029323063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9932873972635782f,0.029120880260403458f,-0.11194695516272843f,-0.13557405331409714f,0.06942029224474476f,0.9242020486023498f,-0.3755414709241499f,1.3183054312591864f,0.0925255070885911f,-0.38079200056209045f,-0.9200198274199963f,-0.0011871216689514387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9932873972635782f,0.06143617577933348f,-0.09800889114237302f,-0.12466732592511193f,0.06942029224474476f,0.9943546579295549f,-0.08024735060082752f,1.5042453836797227f,0.0925255070885911f,-0.08651248788128069f,-0.9919448674087639f,-0.02360786856799632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9932873972635782f,0.029120880260403458f,-0.11194695516272843f,0.17495351658303201f,0.06942029224474476f,0.9242020486023498f,-0.3755414709241499f,1.298372242994877f,0.0925255070885911f,-0.38079200056209045f,-0.9200198274199963f,-0.030023666874699515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9932873972635782f,0.06143617577933348f,-0.09800889114237302f,0.18586024397201723f,0.06942029224474476f,0.9943546579295549f,-0.08024735060082752f,1.4843121954154133f,0.0925255070885911f,-0.08651248788128069f,-0.9919448674087639f,-0.0524444137737444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.995051368485061f,0.054713336735844664f,-0.08294109270583183f,0.34751264728094783f,0.05743506094869529f,0.9978743184448827f,-0.030790556376600782f,2.183299732999207f,0.08108013227558883f,-0.03540191197366388f,-0.9960786699748077f,-0.24874505709148556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.995051368485061f,0.054713336735844664f,-0.08294109270583183f,0.37021217906598525f,0.05743506094869529f,0.9978743184448827f,-0.030790556376600782f,2.053525013747714f,0.08108013227558883f,-0.03540191197366388f,-0.9960786699748077f,-0.3407426983652504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.995051368485061f,0.054713336735844664f,-0.08294109270583183f,-0.23708003170402556f,0.05743506094869529f,0.9978743184448827f,-0.030790556376600782f,2.217042831306565f,0.08108013227558883f,-0.03540191197366388f,-0.9960786699748077f,-0.20111047937957713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.995051368485061f,0.054713336735844664f,-0.08294109270583183f,-0.28900935255536764f,0.05743506094869529f,0.9978743184448827f,-0.030790556376600782f,2.0915757416262246f,0.08108013227558883f,-0.03540191197366388f,-0.9960786699748077f,-0.2870271107326728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9742744152820212f,0.20923053525641183f,-0.08373736826047837f,0.2534893805544216f,0.2128166449510231f,0.9764148049591208f,-0.036375875088199956f,2.294983790499734f,0.07415146228272064f,-0.05326079020215117f,-0.9958237037088324f,-0.2669500636508298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9950103473671156f,0.0542444632122111f,-0.08373736826047837f,0.13942574400393248f,0.05745159123155917f,0.9976853764471691f,-0.036375875088199956f,2.311655410130978f,0.08157035795761677f,-0.0410052171594002f,-0.9958237037088324f,-0.25796760626161613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9524276899658745f,0.29273978378937354f,-0.08476387422256614f,0.1170735176315635f,0.29706125053938337f,0.9538623919443955f,-0.04360218643708216f,2.308890432118342f,0.06808897718607547f,-0.06670799218285006f,-0.995446600760024f,-0.25509341375898664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9962741289625493f,-0.015904263161010734f,-0.08476387422256614f,0.1465705159610704f,-0.012237651341687444f,0.9989740182945427f,-0.04360218643708216f,2.31719254054997f,0.08537036868582094f,-0.042402419574360306f,-0.995446600760024f,-0.25796877636891163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9864963161123383f,0.14014315510779132f,-0.08476387422256614f,0.20703321779322126f,0.14418698059454343f,0.9885893808679793f,-0.04360218643708216f,2.416972878883698f,0.07768611796076712f,-0.05523524338227239f,-0.995446600760024f,-0.2988807587263231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9864963161123383f,0.1407589125192238f,-0.08373736826047837f,0.17536246247639595f,0.14418698059454343f,0.9888816462745158f,-0.036375875088199956f,2.1944745084719326f,0.07768611796076712f,-0.047958505062283587f,-0.9958237037088324f,-0.2880900950873093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913596865087686f,-0.10162060374746076f,-0.08294109270583183f,-0.13502824712902745f,-0.09937399514291276f,0.9945736527413924f,-0.030790556376600782f,2.3172570380678814f,0.08561998046351205f,-0.02228232857324032f,-0.9960786699748077f,-0.23466700329258947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9950513684850609f,0.05471333673584466f,-0.08294109270583183f,-0.019861876106336038f,0.0574350609486953f,0.9978743184448827f,-0.030790556376600782f,2.32069734133374f,0.08108013227558883f,-0.03540191197366389f,-0.9960786699748077f,-0.24436297791625203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9787304444038549f,-0.18763659647785988f,-0.08294109270583183f,0.002127726906315991f,-0.18567865251149207f,0.9821279853662334f,-0.030790556376600782f,2.3151039413892134f,0.08723620348541768f,-0.014735264594462843f,-0.9960786699748077f,-0.24602109775707726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9888108639250708f,0.12399133245722291f,-0.08294109270583183f,-0.026288456007813543f,0.12690334572143774f,0.9914370794370789f,-0.030790556376600782f,2.3267556471250037f,0.07841311260535598f,-0.04097153881364223f,-0.9960786699748077f,-0.24401512491646232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9960334791151688f,-0.032219305121232424f,-0.08294109270583183f,-0.08064972329714656f,-0.029753974191210418f,0.9990829007934469f,-0.030790556376600782f,2.4336269263876313f,0.0838570778262709f,-0.028200597859917326f,-0.9960786699748077f,-0.27416519653689353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9960334791151688f,-0.032219305121232424f,-0.08294109270583183f,-0.07340037964486928f,-0.029753974191210418f,0.9990829007934469f,-0.030790556376600782f,2.2088332737091063f,0.0838570778262709f,-0.028200597859917326f,-0.9960786699748077f,-0.26782006201841213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.995051368485061f,0.054713336735844664f,-0.08294109270583183f,0.025532365485700186f,0.05743506094869529f,0.9978743184448827f,-0.030790556376600782f,1.6912055077742858f,0.08108013227558883f,-0.03540191197366388f,-0.9960786699748077f,-0.22868414022964523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9936882236708133f,0.06808630796186708f,-0.08915138140301274f,3.003672307779568e-17f,0.06378620244579053f,0.996698759797147f,0.05022850382376374f,1.3174434728503557f,0.09227694465839384f,0.04422484467978398f,-0.9947507871811716f,-0.2452684569845642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9530486303276975f,-0.30003503076790794f,-0.04095471331361494f,0.22954436976956155f,-0.3024264909244893f,0.9362046651795035f,0.17905039090500074f,0.7191430237035956f,-0.015379395878892421f,0.1830295200459049f,-0.982987115365286f,-0.2256049317343164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9530486303276975f,-0.2937967990260316f,0.07336040561881758f,0.12500000000000003f,-0.3024264909244893f,0.9357692121578307f,-0.18131243521781037f,1.052395284815818f,-0.015379395878892421f,-0.1949856980898097f,-0.9806855009241393f,-0.3002790940038673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9650606765407982f,0.2594495098890962f,0.036658456226698506f,-0.22386328054586724f,0.2616883547840749f,0.9472308533896091f,0.18512945567142194f,0.7152615417688272f,0.01330772576442435f,0.1882542488367809f,-0.9820301636049059f,-0.2119302909978351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9650606765407982f,0.25365607748232466f,-0.06569996157455431f,-0.12499999999999997f,0.2616883547840749f,0.9457605861309917f,-0.19249965893883336f,1.084272442089591f,0.01330772576442435f,-0.2029667659432055f,-0.979095192694528f,-0.2988565633129766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9664789299066396f,0.2563940792736159f,0.013437044316050337f,3.2508673350951724e-17f,0.22270043575858797f,0.8632145250532648f,-0.4530620262723433f,1.1420278692174517f,-0.1277614729073353f,-0.43488246670853636f,-0.8913777236335038f,-0.2654534627746182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9664789299066396f,-0.2563940792736158f,-0.013437044316050119f,3.433373746381255e-17f,-0.22270043575858797f,0.8632145250532648f,-0.4530620262723433f,1.152933041853871f,0.12776147290733508f,-0.4348824667085365f,-0.8913777236335038f,-0.2803562422056468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.094066315002749e-17f,1.0622538962721416e-16f,3.2508673350951724e-17f,0f,0.8673961316942356f,-0.4976182781227759f,1.1420278692174517f,-1.2246467991473532e-16f,-0.4976182781227759f,-0.8673961316942356f,-0.2654534627746182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9664288580779771f,0.25693435401693027f,1.1684385701495533e-16f,3.231430771308483e-17f,0.24514170897181176f,0.9220721875646916f,0.29948025551285384f,1.1732375402056712f,0.07694676599102021f,0.2894263613521882f,-0.9541024979308859f,-0.2638663468975978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9664288580779771f,-0.2569343540169304f,1.1684385701495533e-16f,3.231430771308483e-17f,-0.24514170897181176f,0.9220721875646916f,0.29948025551285384f,1.1732375402056712f,-0.07694676599102046f,0.2894263613521881f,-0.9541024979308859f,-0.2638663468975978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.667575363216479e-17f,1.1684385701495533e-16f,3.231430771308483e-17f,0f,0.9541024979308859f,0.29948025551285384f,1.1732375402056712f,-1.2246467991473532e-16f,0.29948025551285384f,-0.9541024979308859f,-0.2638663468975978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9662038451828585f,0.2577788561269301f,-0.0004369070270358175f,-0.19374999999999998f,0.2574465549748872f,0.9650416252100413f,0.049152140782723126f,1.2664122353712182f,0.013092016094596532f,0.0473785072142816f,-0.9987912074947021f,-0.2590930576152468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661843838388801f,-0.25785175370048846f,0.0004577548102656378f,0.19375000000000003f,-0.25751939448830713f,0.9650261363712632f,0.04907461240527403f,1.2662051727368508f,-0.013095720226827666f,0.04729724340735784f,-0.9987950104389818f,-0.2591561552812005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6855758257407774e-17f,1.2129913948658664e-16f,-0.007812499999999967f,0f,0.9904826401460393f,0.13763771129066282f,1.0998592343584288f,-1.2246467991473532e-16f,0.13763771129066282f,-0.9904826401460393f,-0.2675978785206955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.21970041174053e-18f,1.2230663577012807e-16f,3.138157422815092e-17f,0f,0.998709471623024f,0.050787708064651195f,1.3230083819241982f,-1.2246467991473532e-16f,0.050787708064651195f,-0.998709471623024f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3806920920418175f,-0.352777446772081f,-0.8547640634150427f,-1.646043495967955f,0.08956078012499562f,0.9340879994941959f,-0.34562765494724723f,1.9581209903114143f,0.920354495680999f,0.055024378687112616f,0.38719493802201316f,0.8503194305526378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15949983222410408f,-0.352777446772081f,-0.9220129481571576f,-1.6352065040320451f,-0.11797456203803498f,0.9340879994941959f,-0.336989038268109f,1.9567288985369822f,0.9801233627622676f,0.055024378687112616f,-0.19060564398170582f,0.9434305694473617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1155945806497055f,-0.352777446772081f,-0.9285396954214664f,-1.5013440456867801f,-0.014848978927276851f,0.9340879994941959f,-0.3567339583299416f,2.0109350381736895f,0.9931854815437222f,0.055024378687112616f,0.10273712571831661f,0.8814644311422523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.33993074073545626f,0.6395563159186802f,0.6895033069330194f,1.555225978375832f,0.028947614308358238f,0.7256998302138744f,-0.6874022054470066f,2.5246598320845077f,-0.9400048548432604f,0.25362861667422165f,0.22817405127450868f,-0.10744609523505068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.023465416238447834f,0.6395563159186802f,0.7683860312429436f,1.5399377716241678f,0.34820107309244397f,0.7256998302138744f,-0.5933934353570358f,2.5064400567638887f,-0.9371261318189922f,0.25362861667422165f,-0.23972304408607398f,-0.016763279764948888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16307420535108574f,0.6395563159186802f,0.7512486421402953f,1.4348945786789555f,0.19434427008660238f,0.7256998302138744f,-0.6599924704964897f,2.6145488149986718f,-0.967283365014419f,0.25362861667422165f,-0.005951182260946949f,-0.06121201016085774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4891308819241982f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..57bef1040 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7732801666747227f,-0.25627781372861075f,0.05747965259499391f,0.19307835484442754f,-0.21779808226784997f,0.7255845466484223f,0.3050172215955924f,1.2550765505079389f,-0.14678631963641772f,0.27348344063202684f,-0.7553840271756536f,-0.32605890119428327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7959095434622484f,0.05794450444636216f,0.0563065984604022f,0.19307835484442754f,0.07488979038858112f,0.7383187880226156f,0.29879238033853955f,1.2550765505079389f,-0.03032355390236828f,0.30253562047679877f,-0.7399680266210484f,-0.32605890119428327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.35331503318844704f,-0.05762868365608839f,0.7340244318737337f,0.12972988690223441f,0.3518935325764364f,0.7019399007687672f,0.22449000397357127f,1.2626167400419428f,-0.6467486942378526f,0.41340507371492674f,-0.27884909175543826f,-0.3706793890088306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2981554141000735f,-0.18460385722987915f,0.719044341427331f,0.12972988690223441f,0.055333676894949474f,0.7671886356702319f,0.21990857532104943f,1.2626167400419428f,-0.7402982731602844f,0.13169287450085798f,-0.27315829396451097f,-0.3706793890088306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0869322600695122f,-0.7413470845900219f,0.8428457819732258f,-0.564809898554608f,0.6091308770360072f,-0.5959070126089382f,-1.3096796008813887f,1.0092886889116137f,0.9428383141671364f,1.2396392953167328f,-0.12552521995641422f,-0.6007064622091745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7086857905920951f,-0.645515774208486f,0.28473467555054865f,-0.4180431892806128f,-0.645240340400244f,0.7562374440817043f,0.10848885329354485f,1.2199037031315996f,-0.2853582894065538f,-0.10683779020922336f,-0.9524475488183985f,-0.4921778678891384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3819981584720282f,-0.645515774208486f,0.661352245155332f,-0.2992816937855965f,-0.44082070690820807f,0.7562374440817043f,0.4835101162640951f,1.366300814392991f,-0.8122527385518175f,-0.10683779020922336f,-0.5734380309137884f,-0.19686631690282183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9227034095786757f,0.19416564987490892f,0.3330437183922564f,0.08666817598038576f,0.36685503218397825f,-0.17674888247263656f,-0.9133330268341149f,1.1394807374408806f,-0.11847279566710081f,0.9649142619701132f,-0.23431744223060527f,0.41463173024887556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.38744981873710815f,0.7959286187933575f,0.46516692890432354f,0.1903773168852206f,0.44847511996073725f,0.27811809047386815f,-0.8494235660301469f,1.2831561610353042f,-0.8054518636993674f,0.5377248009315428f,-0.24919737905192413f,0.1353038736801184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8137080334490022f,0.33815552555960976f,0.47278967505018726f,-0.3183087038541382f,0.09685337304677917f,0.8808728048488557f,-0.4633384570777298f,0.9527914478174706f,-0.573148026630136f,-0.33123094995971314f,-0.7495247810171235f,0.008351442805027302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8137080334490022f,0.22182191608418048f,0.5372841648934951f,-0.27335906855777f,0.09685337304677917f,0.9631406451168938f,-0.2509572111999875f,1.1318118362068883f,-0.573148026630136f,-0.15216811515083084f,-0.8051994810613234f,-0.025212575542386734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8137080334490022f,0.3431971194675235f,0.4691428071384575f,-0.05178747488778872f,0.09685337304677917f,0.8758625375836264f,-0.47274119704869383f,0.9174524584101896f,-0.573148026630136f,-0.3392352464688257f,-0.7459361816691934f,0.16922931430945812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8137080334490022f,0.155798038091873f,0.5600055424969299f,-0.019075308104956726f,0.09685337304677917f,0.9862830752904975f,-0.13366046358209338f,1.1015451571297699f,-0.573148026630136f,-0.05452216725554809f,-0.8176360271219334f,0.1538961827795308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9867877474108471f,0.023935911664771797f,0.16024048705805477f,0.23782190987629892f,0.0635434692346167f,0.9669626504662145f,0.24687134325592058f,1.8332271352164182f,-0.14903747541291673f,0.2537918531713133f,-0.955707866550451f,0.1788608688067712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9867877474108471f,0.023935911664771797f,0.16024048705805477f,0.2868570071078018f,0.0635434692346167f,0.9669626504662145f,0.24687134325592058f,1.733118112242086f,-0.14903747541291673f,0.2537918531713133f,-0.955707866550451f,0.06312817999923664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9867877474108471f,0.023935911664771797f,0.16024048705805477f,-0.34191589172757375f,0.0635434692346167f,0.9669626504662145f,0.24687134325592058f,1.8705589233917554f,-0.14903747541291673f,0.2537918531713133f,-0.955707866550451f,0.09130135200168264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9867877474108471f,0.023935911664771797f,0.16024048705805477f,-0.36688987555188435f,0.0635434692346167f,0.9669626504662145f,0.24687134325592058f,1.7752156606100193f,-0.14903747541291673f,0.2537918531713133f,-0.955707866550451f,-0.03560914746182068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9738349900504627f,0.13595573979856368f,0.18210285272131357f,0.14137872125774212f,0.20785384833710066f,0.8568310357542229f,0.47184462898268f,1.9314221661119186f,-0.09188139030768297f,0.49734958830200166f,-0.8626709668992903f,0.1919539729938155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9831136287609612f,-0.018059456669975008f,0.18210285272131357f,0.02795677410691528f,0.07125691784230558f,0.8787975294456691f,0.47184462898268f,1.9484858741148525f,-0.16855279470857232f,0.4768529734257439f,-0.8626709668992903f,0.1773446472494267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9679829087838132f,0.15905150470236323f,0.19419502350560455f,0.013257003331058115f,0.250857363375917f,0.6404654995467669f,0.7258612313179382f,1.9624039116091694f,-0.008925891692785182f,0.7513365176418783f,-0.6598588983375645f,0.13459613619001498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9697560709951198f,-0.147856199104961f,0.19419502350560455f,0.04091696846405092f,0.04066480642849592f,0.6866380752534333f,0.7258612313179382f,1.966651067981491f,-0.24066477990400098f,0.711805238810796f,-0.6598588983375645f,0.14740838098125525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9809465699530969f,0.005667428244954496f,0.19419502350560455f,0.09512003739499608f,0.14757801516050822f,0.6718230438968965f,0.7258612313179382f,2.0556665667770626f,-0.12635092535687611f,0.7406900012462682f,-0.6598588983375645f,0.21392088224149064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9809465699530969f,0.06769326353496034f,0.18210285272131357f,0.07988905309963003f,0.14757801516050822f,0.8692429899294453f,0.47184462898268f,1.8600868940429378f,-0.12635092535687611f,0.48972874791102927f,-0.8626709668992903f,0.10373191396150921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9783831542963621f,-0.13072639250166007f,0.16024048705805477f,-0.23864476373957041f,-0.08850514125556927f,0.9649981242729693f,0.24687134325592058f,1.972944710812012f,-0.18690436955949558f,0.2273526565781731f,-0.955707866550451f,0.11217523346358972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.986787747410847f,0.023935911664771783f,0.16024048705805477f,-0.12474039390186256f,0.06354346923461672f,0.9669626504662147f,0.24687134325592058f,1.9753699082865357f,-0.1490374754129167f,0.2537918531713133f,-0.955707866550451f,0.13189967449709517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9632665551771101f,-0.2155006496153104f,0.16024048705805477f,-0.10280242233487703f,-0.1722734807437667f,0.9536122837460959f,0.24687134325592058f,1.9697735966559577f,-0.20600823165507365f,0.21019772192850883f,-0.955707866550451f,0.13413234658667594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9827142972603476f,0.09271243858026042f,0.16024048705805477f,-0.13128588305834699f,0.1308405852760411f,0.9601746097057766f,0.24687134325592058f,1.9812939493055628f,-0.13097080287119056f,0.2635699577130538f,-0.955707866550451f,0.13233246741204208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9851188742720679f,-0.06215939076544286f,0.16024048705805477f,-0.18079374667530637f,-0.020974680860745998f,0.9688212439050907f,0.24687134325592058f,2.093957541230237f,-0.17058976028977693f,0.2398366266812925f,-0.955707866550451f,0.12043578611157077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9851188742720679f,-0.06215939076544286f,0.16024048705805477f,-0.16680788375308175f,-0.020974680860745998f,0.9688212439050907f,0.24687134325592058f,1.875972761351592f,-0.17058976028977693f,0.2398366266812925f,-0.955707866550451f,0.06647254510828005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9867877474108471f,0.023935911664771797f,0.16024048705805477f,-0.06073408527548564f,0.0635434692346167f,0.9669626504662145f,0.24687134325592058f,1.3647467398565822f,-0.14903747541291673f,0.2537918531713133f,-0.955707866550451f,-0.015100224385701883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8137080334490022f,-0.1446192074888677f,0.5629960223002018f,-0.006501882467160259f,0.09685337304677917f,0.9212835025596475f,0.37663793229159676f,1.0192654263967145f,-0.573148026630136f,0.3610013749789879f,-0.7356489290641707f,-0.15047574000282235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8216865603931628f,0.06892716847424926f,0.5657563450067312f,-0.04892295616151829f,-0.1304282265251405f,0.9435765495164328f,-0.30438753740613184f,0.7871885143044225f,-0.5548149909607345f,-0.32390174536236316f,-0.7663341210963104f,0.12820118083305124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8216865603931628f,0.5427359628817937f,0.17397951334575384f,0.12569661013204853f,-0.1304282265251405f,0.11809463217685898f,-0.9843993780862109f,0.7532003688904289f,-0.5548149909607345f,-0.8315595784102208f,-0.02624868300421207f,-0.12242207113621975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8226915526166451f,0.282851213096586f,0.49312655627435387f,-0.27698634815362944f,0.06552806880791877f,0.908835792002888f,-0.4119752120853725f,0.525449311793122f,-0.5646987528333302f,-0.306614895959529f,-0.7662262225506306f,-0.0011218155050777834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8226915526166451f,0.4947772050169241f,0.27995379377471286f,-0.08359509036904454f,0.06552806880791877f,0.5717045916856491f,-0.8178385733406378f,0.7289740130303528f,-0.5646987528333302f,-0.654484054229884f,-0.5027583329068704f,-0.25925019416916856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7466853756072165f,0.43902594848646564f,0.49971708636974693f,0.002647149031859791f,0.1815274292870808f,0.8572295138709581f,-0.48187690644498077f,0.9011938533175328f,-0.6399287009274812f,-0.2690980808257838f,-0.7197759933653985f,-0.1638776670845791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8647105641327477f,0.15808736333243217f,0.4767431445042756f,0.00895271674398034f,-0.1585644443860676f,0.8147150031802198f,-0.5577605046698737f,0.8936973065768371f,-0.47658468004517596f,-0.5578959124672399f,-0.6794256350761156f,-0.1731143560932431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8259015364714786f,0.2873436013018375f,0.4850982445288186f,0.002647149031859791f,0f,0.8603864393258535f,-0.5096422029465177f,0.9011938533175328f,-0.5638143773034268f,-0.4209142784642381f,-0.7105944821984469f,-0.1638776670845791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8279609770801268f,0.044187573863257265f,0.5590421082070657f,-0.0017381207422024405f,0.14005125769693091f,0.9815950169509986f,0.12983400138051832f,0.9442263974871307f,-0.5430158981558728f,0.18579203700117983f,-0.8189108946258579f,-0.15745391985492874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8072818014285481f,-0.18912433564636116f,0.5590421082070657f,-0.0017381207422024405f,-0.14005125769693091f,0.9815950169509986f,0.12983400138051832f,0.9442263974871307f,-0.573307716937236f,0.02651807616119814f,-0.8189108946258579f,-0.15745391985492874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8259015364714786f,-0.0732022766411692f,0.5590421082070657f,-0.0017381207422024405f,0f,0.9915357442298908f,0.12983400138051832f,0.9442263974871307f,-0.5638143773034268f,0.10723010122641016f,-0.8189108946258579f,-0.15745391985492874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8027022265191692f,0.24091559579523963f,0.5455536740264819f,-0.1574573100209299f,0.21082524852952916f,0.9703388329497283f,-0.11830158009182096f,0.9669643364045819f,-0.5578726110176322f,0.02005554717239029f,-0.8296842320449301f,-0.2729906726212546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8157797723730964f,-0.08114261214622001f,0.5726423311989666f,0.1575169984752924f,-0.184156127406904f,0.9750199572663277f,-0.1241877758511713f,0.9801664395069779f,-0.5482607807653133f,-0.20676546961825304f,-0.8103444680184794f,-0.04709676180424431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8259015364714786f,0.009643138702181083f,0.5637319060777217f,-0.011332288989317282f,0f,0.9998537262811577f,-0.017103392695130674f,0.8004801997511717f,-0.5638143773034268f,-0.014125718305783491f,-0.8257807287823412f,-0.15725644653580104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8259015364714786f,0.021840260635004754f,0.5633912096132189f,1.9594348786357648e-17f,0f,0.9992494556590916f,-0.03873661530140624f,1.02375f,-0.5638143773034268f,-0.031992630095136004f,-0.8252816607471324f,-0.15999999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6893834089916581f,-0.12799206097269458f,-0.7129996828435496f,-0.7852505039386122f,0.2537594163994137f,0.8792306558774534f,-0.4031868206600162f,1.2265454000685652f,0.6784958909202541f,-0.4588806882984564f,-0.5736478361425811f,0.590193311944016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9842231141926848f,-0.12799206097269458f,0.12215929689063926f,-0.8729261700186526f,-0.1695939234816236f,0.8792306558774534f,-0.44518687636026766f,1.2309545999314346f,-0.05042581290333853f,-0.4588806882984564f,-0.8870658100162424f,0.6230961846755958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9352071048537639f,-0.12799206097269458f,-0.3301601177595549f,-0.7795643193146992f,0.04703146520394297f,0.8792306558774534f,-0.47406908256716485f,1.2998603623850746f,0.35096397580351657f,-0.4588806882984564f,-0.8162431020198109f,0.7290812136127776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7271277629581994f,-0.63018777025139f,0.27230238809269675f,0.6688047215241888f,-0.6856775840812053f,0.6472439078978631f,-0.33304890688555666f,2.083017057585153f,0.03363728621583417f,-0.42888075022631145f,-0.902734642661591f,-0.1706475189492556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05051734140966074f,-0.63018777025139f,-0.7747976332194626f,0.7299429192039578f,0.5170168364448198f,0.6472439078978631f,-0.5601507962340971f,2.096277109081514f,0.8544832292382866f,-0.42888075022631145f,0.29312064587098924f,-0.2404712564515071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6521407752508703f,-0.63018777025139f,-0.42139741750605797f,0.762583432989982f,-0.1414405492945192f,0.6472439078978631f,-0.7490459897124924f,2.2020039817902073f,0.7447865333573496f,-0.42888075022631145f,-0.5112282482559602f,-0.1288751504619873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012904711507366854f,0f,0.000008809599645366044f,-0.3935833287355888f,0f,0.000015625f,0f,1.1898724999999999f,-0.000008809599645366044f,0f,-0.000012904711507366854f,0.40373797605595413f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7.mcfunction new file mode 100644 index 000000000..b3858a3bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70.mcfunction new file mode 100644 index 000000000..f4b786f8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..0f0888eb8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5048485066154901f,-0.032316005998619016f,-0.6411147366648586f,0.03734968707866233f,-0.1363607089679201f,0.8024153556475533f,0.06693129697847679f,1.4547088840166134f,0.6272783966169406f,0.14842411266957967f,-0.5014344826199854f,-0.5515055197882083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4690148594711732f,0.1600075717433823f,-0.6280307624472085f,0.03734968707866233f,0.17739447617384846f,0.7773238607050974f,0.06556535214218134f,1.4547088840166134f,0.6233428121172503f,-0.1008225796303025f,-0.4912011258318224f,-0.5515055197882083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5895276679497754f,0.16065204062175423f,0.5418417619658067f,-0.07500339984187446f,0.2068082463600634f,0.78999355408085f,-0.009218361710563623f,1.4619413132999914f,-0.5259580994752519f,0.13055861059010118f,-0.6109557850136192f,-0.5411035680497241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.593761391597874f,-0.07560425070229855f,0.5307837668236474f,-0.07500339984187446f,-0.10898109928686514f,0.7924907412143215f,-0.009030231879735794f,1.4619413132999914f,-0.5249481210995831f,-0.0790090017992845f,-0.5984872996051781f,-0.5411035680497241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.461858705827176f,0.21424832128543783f,0.5084024301905599f,-0.5226254319701725f,0.34004396971082734f,0.7839485012784305f,-1.3081288529829946f,1.999707431784563f,-0.4344484697413462f,1.3345143888957043f,0.686827578777766f,-0.8528143589769176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3035089884494863f,0.9497907205518081f,0.07602552915992843f,-0.3726931423859112f,0.8451638839851074f,0.305199190929779f,-0.4388068630536858f,1.959555301918221f,-0.4399776166324573f,-0.06892779562328842f,-0.8953595120692787f,-0.34381568340110874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.30407688285911727f,0.9497907205518081f,0.07372134334343224f,-0.2729467072927089f,0.8484677554549911f,0.305199190929779f,-0.43238399809541733f,1.6810683437438985f,-0.43317400344879f,-0.06892779562328842f,-0.8986708194476228f,-0.20206608957546363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6481375561480455f,0.7566753650277854f,-0.08579102674818037f,0.5039745752050684f,0.7527552703516248f,0.6536427089286548f,0.07817104337452585f,1.3737458411082564f,0.11522678190547353f,-0.013914058519261946f,-0.9932417569289116f,-0.4069759581561571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5700480842942353f,0.7631359186940456f,-0.3044154253507328f,0.31717788371996347f,0.6867150129268098f,0.6459589604956587f,0.3334059273262841f,1.5992861026197653f,0.45107391036658717f,-0.01898923259015753f,-0.8922845602341402f,-0.25897356047200154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.993368316199648f,0.028706547935598882f,-0.11133428257413436f,-0.13549207833904386f,0.06867291133962271f,0.9247679731115118f,-0.3742836186040829f,1.318394142806798f,0.09221398819493906f,-0.37944713731012314f,-0.9206065665463917f,-0.0012532263478579816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.993368316199648f,0.0608567858173369f,-0.09754916704236288f,-0.12469111329230795f,0.06867291133962271f,0.9945161462392226f,-0.07887753873965504f,1.5043729356095294f,0.09221398819493906f,-0.08505343314333788f,-0.9921000422798677f,-0.023401370326482984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.993368316199648f,0.028706547935598882f,-0.11133428257413436f,0.1750398962913144f,0.06867291133962271f,0.9247679731115118f,-0.3742836186040829f,1.298404478007198f,0.09221398819493906f,-0.37944713731012314f,-0.9206065665463917f,-0.0300031138845104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.993368316199648f,0.0608567858173369f,-0.09754916704236288f,0.1858408613380503f,0.06867291133962271f,0.9945161462392226f,-0.07887753873965504f,1.4843832708099294f,0.09221398819493906f,-0.08505343314333788f,-0.9921000422798677f,-0.0521512578631354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9948425026584627f,0.05597064311381866f,-0.08459126440521068f,0.3482367270978479f,0.05872817755718498f,0.9978089684709621f,-0.030467418658727742f,2.1832392885788074f,0.08270064126147075f,-0.035278173823767855f,-0.9959498252354893f,-0.2486450868962254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9948425026584627f,0.05597064311381866f,-0.08459126440521068f,0.37061655952032446f,0.05872817755718498f,0.9978089684709621f,-0.030467418658727742f,2.0534545403622873f,0.08270064126147075f,-0.035278173823767855f,-0.9959498252354893f,-0.3407068853313867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9948425026584627f,0.05597064311381866f,-0.08459126440521068f,-0.23623324321399897f,0.05872817755718498f,0.9978089684709621f,-0.030467418658727742f,2.2177420928936535f,0.08270064126147075f,-0.035278173823767855f,-0.9959498252354893f,-0.20005846015511133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9948425026584627f,0.05597064311381866f,-0.08459126440521068f,-0.28846659849090706f,0.05872817755718498f,0.9978089684709621f,-0.030467418658727742f,2.0923619579939223f,0.08270064126147075f,-0.035278173823767855f,-0.9959498252354893f,-0.28591771049566234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9738662789625497f,0.21051342148622593f,-0.08525590931894418f,0.25433615545144583f,0.21408616657577212f,0.976184415589697f,-0.03508703522232026f,2.2950246418789364f,0.07583919817962338f,-0.05242219123581338f,-0.9957410958103053f,-0.26656663856976937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9948079235040687f,0.055575401570508595f,-0.08525590931894418f,0.1403092474713043f,0.058741523776213944f,0.9976564204894169f,-0.03508703522232026f,2.3118445506055036f,0.08310612924430917f,-0.039912922675752055f,-0.9957410958103053f,-0.25739627587692654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9518940101567026f,0.2940787267440014f,-0.08611327368308827f,0.11793859886368126f,0.2983155701635881f,0.9535835313003665f,-0.041064211068719075f,2.309061910912388f,0.07004008870471842f,-0.06477770688554788f,-0.9954387146705143f,-0.25464341524696243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9961803254299f,-0.01446593660847556f,-0.08611327368308827f,0.14744423751987284f,-0.010958549811503265f,0.9990964121421578f,-0.041064211068719075f,2.3173269589161896f,0.08662949504878636f,-0.03996368254687095f,-0.9954387146705143f,-0.2575368377852545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9861786636120349f,0.1415490993682498f,-0.08611327368308827f,0.20800315947938658f,0.14546948087841965f,0.9885101722806229f,-0.041064211068719075f,2.417115824433437f,0.07931124491107314f,-0.05302350201345206f,-0.9954387146705143f,-0.2982853815768095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9861786636120349f,0.14206714385311295f,-0.08525590931894418f,0.17603805211243623f,0.14546948087841965f,0.988740375473901f,-0.03508703522232026f,2.1946492399518096f,0.07931124491107314f,-0.047004218376100644f,-0.9957410958103053f,-0.2877094324421869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913500782177188f,-0.10034610308353087f,-0.08459126440521068f,-0.13410388582850352f,-0.0980865759574669f,0.9947113953389766f,-0.030467418658727742f,2.317829003547333f,0.0872011813834132f,-0.021906610389001872f,-0.9959498252354893f,-0.23375859286545045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9948425026584627f,0.055970643113818656f,-0.08459126440521068f,-0.018948902660936892f,0.058728177557184985f,0.9978089684709621f,-0.030467418658727742f,2.321119700604468f,0.08270064126147075f,-0.035278173823767855f,-0.9959498252354893f,-0.2436399788793463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9788319527272507f,-0.18636610825599553f,-0.08459126440521068f,0.0030306038563633064f,-0.18440813740312978f,0.9823774097869832f,-0.030467418658727742f,2.3154976992748595f,0.0887786414610299f,-0.014223165390740578f,-0.9959498252354893f,-0.2453348297004635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9885148016257852f,0.12523100635650303f,-0.08459126440521068f,-0.025366924966403755f,0.12818875377912098f,0.9912816853976621f,-0.030467418658727742f,2.3271863907255805f,0.08003830564979916f,-0.04096114307618608f,-0.9959498252354893f,-0.24328045049253935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9959349895573328f,-0.030948579317366012f,-0.08459126440521068f,-0.0796360038985868f,-0.02846008265630303f,0.9991305020343789f,-0.030467418658727742f,2.4341356472988407f,0.08546063579585608f,-0.027936093906745427f,-0.9959498252354893f,-0.2733198932558369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9959349895573328f,-0.030948579317366012f,-0.08459126440521068f,-0.07267257355217946f,-0.02846008265630303f,0.9991305020343789f,-0.030467418658727742f,2.209331284341106f,0.08546063579585608f,-0.027936093906745427f,-0.9959498252354893f,-0.2670342721268192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9948425026584627f,0.05597064311381866f,-0.08459126440521068f,0.025641261696959138f,0.05872817755718498f,0.9978089684709621f,-0.030467418658727742f,1.6915652726381747f,0.08270064126147075f,-0.035278173823767855f,-0.9959498252354893f,-0.22816835616121295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937023188171464f,0.06837669785855761f,-0.08877121587195792f,3.0036905660884697e-17f,0.06396692735872017f,0.996616716729072f,0.05160767520872103f,1.3178340038647727f,0.0919996401172877f,0.045604244606441455f,-0.9947141896505576f,-0.2452699478886285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9531644274879041f,-0.2997072440560059f,-0.04065884936898537f,0.22927865445507162f,-0.3020581494570757f,0.9364174015756184f,0.17855902209895147f,0.7198727699899434f,-0.015441778337452446f,0.18247744487119683f,-0.9830887719809724f,-0.224657700587961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9531644274879041f,-0.2932274034941107f,0.0741300479681358f,0.12500000000000003f,-0.3020581494570757f,0.9353999586993447f,-0.18381455767112417f,1.0528040572068555f,-0.015441778337452446f,-0.19759708273495877f,-0.9801616929754043f,-0.30041999393651114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9652109063212027f,0.2589593976126739f,0.03616540759736637f,-0.22362300409261157f,0.2611315688250362f,0.9476253011750833f,0.1838928827763822f,0.7155631290156628f,0.013349534882456033f,0.18693934567370768f,-0.9822807495606886f,-0.21160389088062426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9652109063212027f,0.2530269107851601f,-0.06591880412387041f,-0.12499999999999997f,0.2611315688250362f,0.9456874183886129f,-0.19361201012451681f,1.0845655058062884f,0.013349534882456033f,-0.2040899045028913f,-0.9788611243677128f,-0.2989605214615509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25846434259635337f,0.01354554221932614f,3.2514832404869466e-17f,0.22397771997264262f,0.8609767475526293f,-0.4566760571012591f,1.1423882343546587f,-0.12969687376200392f,-0.43808129813988955f,-0.8895299304444072f,-0.2655037552664782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25846434259635326f,-0.013545542219325921f,3.43452643642334e-17f,-0.22397771997264262f,0.8609767475526293f,-0.4566760571012591f,1.1532332533918455f,0.1296968737620037f,-0.43808129813988966f,-0.8895299304444072f,-0.28045036649053356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.1368305121882e-17f,1.0597890805762329e-16f,3.2514832404869466e-17f,0f,0.8653834569396656f,-0.5011102398226901f,1.1423882343546587f,-1.2246467991473532e-16f,-0.5011102398226901f,-0.8653834569396656f,-0.2655037552664782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2588190451025207f,1.1684377306234295e-16f,3.2319443064055924e-17f,0.24693972001744885f,0.9215915815119526f,0.29948243949187076f,1.1735974791288881f,0.07751175901425932f,0.2892778228252512f,-0.954101812405782f,-0.26390828022053364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2588190451025208f,1.1684377306234295e-16f,3.2319443064055924e-17f,-0.24693972001744885f,0.9215915815119526f,0.29948243949187076f,1.1735974791288881f,-0.07751175901425957f,0.2892778228252511f,-0.954101812405782f,-0.26390828022053364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.667602109245604e-17f,1.1684377306234295e-16f,3.2319443064055924e-17f,0f,0.954101812405782f,0.29948243949187076f,1.1735974791288881f,-1.2246467991473532e-16f,0.29948243949187076f,-0.954101812405782f,-0.26390828022053364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25881904510252074f,1.2230496549301236e-16f,-0.19374999999999998f,0.25848150178678087f,0.9646660974849719f,0.05105520147022454f,1.2672252134515765f,0.013214058492040211f,0.04931553766648153f,-0.9986958327753425f,-0.25912185508270014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25881904510252074f,1.2230496549301236e-16f,0.19375000000000003f,-0.25848150178678087f,0.9646660974849719f,0.05105520147022454f,1.2672252134515765f,-0.013214058492040447f,0.04931553766648146f,-0.9986958327753425f,-0.2591218550827001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6888246521497155e-17f,1.2129462047447827e-16f,-0.007812499999999967f,0f,0.990445739611848f,0.1379029980991696f,1.1002557539094489f,-1.2246467991473532e-16f,0.1379029980991696f,-0.990445739611848f,-0.26765764657850327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.252458906033372e-18f,1.2230496549301236e-16f,3.138157422815092e-17f,0f,0.9986958327753425f,0.05105520147022454f,1.3234018540451895f,-1.2246467991473532e-16f,0.05105520147022454f,-0.9986958327753425f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3778494610846156f,-0.353594356846096f,-0.8556873351666843f,-1.645828954000348f,0.09086385031184357f,0.9339014806177955f,-0.3457915343185779f,1.9646953407534273f,0.9213976044382644f,0.05290609895357108f,0.385003115869135f,0.8502945576096234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.16552596265554687f,-0.353594356846096f,-0.920636837462824f,-1.6354210459996523f,-0.11813838743052624f,0.9339014806177955f,-0.33744828628280843f,1.9633583673369515f,0.9791039153748029f,0.05290609895357108f,-0.19635800872703285f,0.9434554423903762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.11101768534075439f,-0.353594356846096f,-0.9287874376563117f,-1.5013068843515534f,-0.014261049775742052f,0.9339014806177955f,-0.357245919443712f,2.017613741961746f,0.9937161043280294f,0.05290609895357108f,0.09863695399108752f,0.8820794569013366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.34750268559762787f,0.6352570709291474f,0.6897030791122767f,1.5528825854263169f,0.03351261951410711f,0.7266588330677077f,-0.6861806210160555f,2.5315459535459333f,-0.9370799260659348f,0.26156336547612574f,0.23122676749257204f,-0.10899247303769893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.02140432868433656f,0.6352570709291474f,0.7720040858363977f,1.537117414573683f,0.35511626887637815f,0.7266588330677077f,-0.5880981005784638f,2.5127577545444453f,-0.9345770649298493f,0.26156336547612574f,-0.24114376531005338f,-0.018507526962300618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16816182242809463f,0.6352570709291474f,0.7537705587990162f,1.4319344161801475f,0.20040745601587212f,0.7266588330677077f,-0.6571177914939781f,2.620719522769286f,-0.965172758137582f,0.26156336547612574f,-0.0051139798488666535f,-0.06298290302266978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4895243540451895f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71.mcfunction new file mode 100644 index 000000000..505d13d4a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..20200d4fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4959924766204446f,-0.03053200090146064f,-0.6480769279192983f,0.038625118356158485f,-0.13796378215611244f,0.8020682431129149f,0.0678009782185131f,1.455974925465185f,0.6339573348369296f,0.1506611255605099f,-0.4922842342547055f,-0.5504485585721535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4603311559162351f,0.15830224913720584f,-0.6348508681658432f,0.038625118356158485f,0.17581353179129083f,0.7776106649993922f,0.06641728478548221f,1.455974925465185f,0.6302260141662638f,-0.10130178476860657f,-0.4822376172290993f,-0.5504485585721535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5815688039919246f,0.15947112623726536f,0.55071873997937f,-0.07582193264003935f,0.20750964540880049f,0.7898054310248046f,-0.009569358937826136f,1.4633613443180709f,-0.53447349581636f,0.13311944059672587f,-0.6029608123663581f,-0.5398824476673385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5861157283658555f,-0.0736894398474678f,0.5394795820206074f,-0.07582193264003935f,-0.10827579335833068f,0.7925834211369545f,-0.009374065898278664f,1.4633613443180709f,-0.5336147538578622f,-0.07988358400702625f,-0.5906554896650039f,-0.5398824476673385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4743760736158085f,-0.10808357596150374f,0.5059045207908369f,-0.42788610502808505f,0.5002867789591048f,0.6867848217257359f,-1.3112764763564826f,2.029565918315286f,-0.13166086110897293f,1.399303683713626f,0.682657211488695f,-0.8700278947281912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.30608227758734097f,0.9488601159351036f,0.07731830142060697f,-0.3734224625572085f,0.8456792707417968f,0.3082964193250937f,-0.4356373364037438f,1.9605313888333757f,-0.43719584900198755f,-0.06795438336816734f,-0.8967954010790217f,-0.3430338276190059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3065521084322781f,0.9488601159351036f,0.07543397910323114f,-0.2728579394592648f,0.8483430849708716f,0.3082964193250937f,-0.43042691367226377f,1.682102008268425f,-0.43167095686162316f,-0.06795438336816734f,-0.8994678353244338f,-0.20170297281145325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6491619451806134f,0.755764338830168f,-0.08607574037974436f,0.5050009717691878f,0.7522733187351665f,0.6546369234143761f,0.07439994907080708f,1.3748191217648795f,0.11257718618130697f,-0.016454867217913227f,-0.9935067259441881f,-0.4055281023001033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5727685751900435f,0.7610120314636099f,-0.30462574947367344f,0.317262638321287f,0.686422859532241f,0.6484126415790896f,0.3292183229287337f,1.6002231852939102f,0.44806229163627287f,-0.020536168290524577f,-0.8937664396281585f,-0.25851309649778126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9934440024240623f,0.02830812060587575f,-0.11075948878278077f,-0.13541333670635777f,0.06796523346599155f,0.9252909665924843f,-0.373118418444144f,1.3191250885863766f,0.09192247324551818f,-0.37820004951098196f,-0.9211487292844287f,-0.0013150241270434293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9934440024240623f,0.06030395509275953f,-0.09712078586909287f,-0.12471335003814718f,0.06796523346599155f,0.9946645515414799f,-0.07760900042327537f,1.5051396357477587f,0.09192247324551818f,-0.08370103289062289f,-0.9922421055395048f,-0.023210480953657103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9934440024240623f,0.02830812060587575f,-0.11075948878278077f,0.17512268116207566f,0.06796523346599155f,0.9252909665924843f,-0.373118418444144f,1.2990830772202673f,0.09192247324551818f,-0.37820004951098196f,-0.9211487292844287f,-0.02998468381837488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9934440024240623f,0.06030395509275953f,-0.09712078586909287f,0.18582266783028625f,0.06796523346599155f,0.9946645515414799f,-0.07760900042327537f,1.4850976243816494f,0.09192247324551818f,-0.08370103289062289f,-0.9922421055395048f,-0.051880140644988554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9946452499743623f,0.057131039462107104f,-0.08612125773244224f,0.3489039223316434f,0.05992092466987854f,0.9977472838792276f,-0.030163559112460235f,2.183832217946426f,0.08420397550083558f,-0.035162506190590324f,-0.995827941297216f,-0.24855278100065006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9946452499743623f,0.057131039462107104f,-0.08612125773244224f,0.37098787136050215f,0.05992092466987854f,0.9977472838792276f,-0.030163559112460235f,2.054038939119609f,0.08420397550083558f,-0.035162506190590324f,-0.995827941297216f,-0.34067398630472157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9946452499743623f,0.057131039462107104f,-0.08612125773244224f,-0.23545016202829447f,0.05992092466987854f,0.9977472838792276f,-0.030163559112460235f,2.2190357611899794f,0.08420397550083558f,-0.035162506190590324f,-0.995827941297216f,-0.19908294539390914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9946452499743623f,0.057131039462107104f,-0.08612125773244224f,-0.2879646067475129f,0.05992092466987854f,0.9977472838792276f,-0.030163559112460235f,2.0937365517134032f,0.08420397550083558f,-0.035162506190590324f,-0.995827941297216f,-0.284888852535418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9734849616839777f,0.21169970744224983f,-0.08666177498765294f,0.2551171217145984f,0.21525684281982552f,0.9759692721477414f,-0.03388910507300313f,2.29571074075789f,0.07740491582829652f,-0.05164507423050103f,-0.9956612201513828f,-0.26621144379027584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.994616876882871f,0.05680673354236916f,-0.08666177498765294f,0.1411246280453849f,0.05993144290232642f,0.9976270599322156f,-0.03388910507300313f,2.312667414455665f,0.08453100242756795f,-0.0389004410675526f,-0.9956612201513828f,-0.2568667538980697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9513960893642586f,0.2953198424884444f,-0.08735944010235223f,0.11873651359793058f,0.299471360924084f,0.9533197075636922f,-0.03870967782033031f,2.3098688541863996f,0.0718497399346239f,-0.06298988651583004f,-0.9954244768278755f,-0.25422630737955926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9960903004726664f,-0.013131699405528663f,-0.08735944010235223f,0.14825007779955446f,-0.009777801459108143f,0.9992026598451752f,-0.03870967782033031f,2.3180996379085506f,0.08779810876607702f,-0.03770415135035327f,-0.9954244768278755f,-0.2571365225667561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.985881026328333f,0.1428528268911636f,-0.08735944010235223f,0.2088982354503556f,0.1466523130618405f,0.9884304021612541f,-0.03870967782033031f,2.4178960642991196f,0.08081893960826961f,-0.0509746008571436f,-0.9954244768278755f,-0.29773355182365285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.985881026328333f,0.1432771394249014f,-0.08666177498765294f,0.17666087907975284f,0.1466523130618405f,0.9886074183572381f,-0.03388910507300313f,2.1954593951687413f,0.08081893960826961f,-0.046119775446705084f,-0.9956612201513828f,-0.28735660234814425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913367800234609f,-0.0991691360217422f,-0.08612125773244224f,-0.13324980624929644f,-0.09689886394487175f,0.9948370569434285f,-0.030163559112460235f,2.319005232961215f,0.08866791267933273f,-0.021557193528816493f,-0.995827941297216f,-0.23291615779374852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9946452499743623f,0.0571310394621071f,-0.08612125773244224f,-0.018105849876359006f,0.05992092466987854f,0.9977472838792276f,-0.030163559112460235f,2.32215792180866f,0.08420397550083558f,-0.035162506190590324f,-0.995827941297216f,-0.2429695397529839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9789212845750963f,-0.1851924608952153f,-0.08612125773244224f,0.0038642381631431855f,-0.18323589712379348f,0.9826061091337199f,-0.030163559112460235f,2.316509545162151f,0.09020933771557216f,-0.013747244111692938f,-0.995827941297216f,-0.24469846942063833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9882370842819073f,0.12637481638592896f,-0.08612125773244224f,-0.02451594381141018f,0.12937429252019153f,0.9911369492338429f,-0.030163559112460235f,2.3282323374886067f,0.081546046408731f,-0.04095062449894644f,-0.995827941297216f,-0.24259917521495586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9958396226848644f,-0.029775406923324303f,-0.08612125773244224f,-0.0786998999715857f,-0.02726649814006476f,0.999173006931656f,-0.030163559112460235f,2.435253552895833f,0.08694816829608967f,-0.027689842211603324f,-0.995827941297216f,-0.2725358229705461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9958396226848644f,-0.029775406923324303f,-0.08612125773244224f,-0.07200043341383774f,-0.02726649814006476f,0.999173006931656f,-0.030163559112460235f,2.210439626336211f,0.08694816829608967f,-0.027689842211603324f,-0.995827941297216f,-0.2663056084729354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9946452499743623f,0.057131039462107104f,-0.08612125773244224f,0.025741854412766472f,0.05992092466987854f,0.9977472838792276f,-0.030163559112460235f,1.6925466389866362f,0.08420397550083558f,-0.035162506190590324f,-0.995827941297216f,-0.22769069782232426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937152571789869f,0.06864494510071051f,-0.08841865844843141f,3.003707483864901e-17f,0.06413443637154968f,0.9965390003484801f,0.052884731782960354f,1.3188445138559561f,0.09174291101226063f,0.04688168402022748f,-0.9946785138839704f,-0.24527132932990958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9532715437457155f,-0.2994033860374661f,-0.04038534776327267f,0.22903182970924674f,-0.3017169754639361f,0.936614076631072f,0.1781037286903872f,0.7212004119061459f,-0.015499374231077731f,0.18196616137574742f,-0.9831826308029554f,-0.22378182660003507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9532715437457155f,-0.29269826952800304f,0.07484040953905098f,0.12500000000000003f,-0.3017169754639361f,0.9350518853361289f,-0.18613123984502283f,1.0538315103363916f,-0.015499374231077731f,-0.20001423635497367f,-0.9796703908222305f,-0.30055047804724827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9653497518004388f,0.2585046112671824f,0.035710259764304995f,-0.22340039915045942f,0.260615844763265f,0.9479888993708335f,0.18274689635669714f,0.7164918521600516f,0.013387985552762043f,0.1857213305554281f,-0.9825112463578014f,-0.21130171154220584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9653497518004388f,0.25244405892528526f,-0.0661199955547362f,-0.12499999999999997f,0.260615844763265f,0.9456181932523651f,-0.19464227199779216f,1.0854857845602686f,0.013387985552762043f,-0.20512978746018304f,-0.9786432098264307f,-0.2990568486695481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9663496644554116f,0.25687951942560033f,0.013462485156390662f,3.2520331079625586e-17f,0.22305666615664163f,0.862880325960199f,-0.4535231711323082f,1.1434037687328729f,-0.12811732782882235f,-0.43525906718929247f,-0.8911428026638092f,-0.26554865535326194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9663496644554116f,-0.2568795194256002f,-0.013462485156390444f,3.4346077159675166e-17f,-0.22305666615664163f,0.862880325960199f,-0.4535231711323082f,1.1543013272420248f,0.12811732782882213f,-0.4352590671892926f,-0.8911428026638092f,-0.2804570034689859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.099491772780557e-17f,1.061942457857148e-16f,3.2520331079625586e-17f,0f,0.8671418229292835f,-0.49806130037062607f,1.1434037687328729f,-1.2246467991473532e-16f,-0.49806130037062607f,-0.8671418229292835f,-0.26554865535326194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9663088214297213f,0.25738543398394365f,1.1682694501895371e-16f,3.23239936914403e-17f,0.24553654135753528f,0.9218242160196642f,0.2999198586587941f,1.1746126167898874f,0.07719500298129665f,0.289815205143948f,-0.9539644010035643f,-0.26394543891304434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9663088214297213f,-0.25738543398394376f,1.1682694501895371e-16f,3.23239936914403e-17f,-0.24553654135753528f,0.9218242160196642f,0.2999198586587941f,1.1746126167898874f,-0.0771950029812969f,0.2898152051439479f,-0.9539644010035643f,-0.26394543891304434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6729589490721884e-17f,1.1682694501895371e-16f,3.23239936914403e-17f,0f,0.9539644010035643f,0.2999198586587941f,1.1746126167898874f,-1.2246467991473532e-16f,0.2999198586587941f,-0.9539644010035643f,-0.26394543891304434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9661363106169871f,0.2580320127900609f,-0.00033118409754559713f,-0.19374999999999998f,0.25769243244977064f,0.9649290947621472f,0.05006448181718758f,1.2679213722085707f,0.013237808184024612f,0.048283770120123644f,-0.9987459326462711f,-0.2591160588721734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9661216680147842f,-0.25808681106778786f,0.00034719618528347067f,0.19375000000000003f,-0.25774717953677917f,0.9649175620403498f,0.05000489882944479f,1.267708378324493f,-0.0132406205733122f,0.048221327428510985f,-0.9987489121635457f,-0.25918108405654994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.691833309442588e-17f,1.212904276186898e-16f,-0.007812499999999967f,0f,0.9904115023461207f,0.13814867361107777f,1.1012718238559034f,-1.2246467991473532e-16f,0.13814867361107777f,-0.9904115023461207f,-0.2677129975475557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.2827964219291945e-18f,1.2230341080991638e-16f,3.138157422815092e-17f,0f,0.9986831378244632f,0.05130292608696256f,1.3244150874635567f,-1.2246467991473532e-16f,0.05130292608696256f,-0.9986831378244632f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.375192942307612f,-0.35434812628877943f,-0.8565440218915709f,-1.6456286085145668f,0.09208170003500678f,0.9337259811749222f,-0.3459432794514034f,1.966967989481875f,0.9223617601360216f,0.05092344719831855f,0.38295637605897104f,0.8502722490316063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.17114359049432104f,-0.35434812628877943f,-0.9193189200861381f,-1.6356213914854334f,-0.11829337314965972f,0.9337259811749222f,-0.3378793718885545f,1.9656824872285033f,0.9781188830104383f,0.05092344719831855f,-0.20171825208407043f,0.9434777509683933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10674364831075721f,-0.35434812628877943f,-0.9290011834981377f,-1.5012748224752794f,-0.013712024035965581f,0.9337259811749222f,-0.35772583423030246f,2.0199841134897345f,0.9941920206590608f,0.05092344719831855f,0.09481048772838141f,0.8826534268407425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.35455899243409394f,0.6311978230175506f,0.6898385529252661f,1.5484939282492094f,0.03776788317294827f,0.7274989310700299f,-0.6850685310920349f,2.534109039436321f,-0.9342705753071511f,0.2689509500073736f,0.2341022823583241f,-0.11183720768015157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.019505046018683886f,0.6311978230175506f,0.7753765932743354f,1.5322845353996246f,0.36153386118048386f,0.7274989310700299f,-0.5831282642025634f,2.514791437274057f,-0.9321549336884615f,0.2689509500073736f,-0.24238928625331496f,-0.021542421949477503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.17290019039557147f,0.6311978230175506f,0.7561050405724592f,1.4269734757385482f,0.20605442306414484f,0.7274989310700299f,-0.654436307082413f,2.6226156844175508f,-0.96314438112719f,0.2689509500073736f,-0.004276399566642626f,-0.06604835487981814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4905375874635567f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72.mcfunction new file mode 100644 index 000000000..5c65d03f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..0b99ad5e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.47397194358008193f,-0.02644673922391187f,-0.6645266067869565f,0.04152216013783488f,-0.14088752484756928f,0.8014927103333418f,0.0685899779070094f,1.4575069042421305f,0.6499582651876116f,0.15444885791543064f,-0.46972784487123387f,-0.5482518442739593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4388705697299296f,0.15374459671184604f,-0.6509648393015085f,0.04152216013783488f,0.1729517199801965f,0.7781858273829175f,0.06719018243951941f,1.4575069042421305f,0.6461271744639896f,-0.10387211869542293f,-0.46014156232284137f,-0.5482518442739593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5623229132192025f,0.15628000399921702f,0.5712389570601066f,-0.0780588000338813f,0.20792873694865066f,0.7896715358205223f,-0.011355629011244135f,1.4652429770996993f,-0.554529553823827f,0.1376222013677549f,-0.5835251049193042f,-0.5372400585278866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5675014516171023f,-0.06936270905397773f,0.5595810191609208f,-0.0780588000338813f,-0.10784631132835365f,0.7926193489902186f,-0.011123881480402418f,1.4652429770996993f,-0.5534539506999201f,-0.08332695961701386f,-0.5716164293087062f,-0.5372400585278866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.432968107313031f,-0.3665528620161894f,0.5036344435912322f,-0.3521347648132949f,0.6112155974541867f,0.5838416842664537f,-1.3141349364283839f,2.061644995531343f,0.1201005697423258f,1.4022033151653333f,0.6788283774908924f,-0.8688762188361647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.30843275516707186f,0.9480024795561757f,0.078489071184412f,-0.37408755651234143f,0.8461330677960264f,0.31111792551730694f,-0.43274064750597746f,1.961977328496894f,-0.43465856384308604f,-0.06705919159332407f,-0.8980952052542736f,-0.3423216855590354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.30880934446998526f,0.9480024795561757f,0.07699407459902739f,-0.27277713224490635f,0.8482193745840293f,0.31111792551730694f,-0.4286368264651157f,1.6836035285651434f,-0.43030301108439395f,-0.06705919159332407f,-0.9001901929451097f,-0.20137171531858794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6500849975238356f,0.7549432609748028f,-0.08631435977382412f,0.5059340050352127f,0.7518356980392454f,0.6555215162514036f,0.07095509062288155f,1.376359657957474f,0.11014798749080718f,-0.018767377019484208f,-0.99373799686413f,-0.4042045676404108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5752416364233128f,0.7590773955440845f,-0.30479266280381223f,0.3173397519926174f,0.6861484042876718f,0.6506301281423554f,0.32539330608809997f,1.6016365948856155f,0.44530599256972814f,-0.021953221346115673f,-0.8951092833023339f,-0.2580930767794424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9935136619361652f,0.027932127946720942f,-0.11022885182455167f,-0.13533909748308728f,0.06730643901484555f,0.9257671122067616f,-0.37205523410307534f,1.3203508902803383f,0.09165395143326793f,-0.37706106956926927f,-0.9216422858148093f,-0.0013718836889422062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9935136619361652f,0.059785798909595886f,-0.09672777158051518f,-0.12473380875991628f,0.06730643901484555f,0.994798953987539f,-0.07645184374780645f,1.506397870129578f,0.09165395143326793f,-0.08246635310258058f,-0.9923703208946892f,-0.02303663940126785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9935136619361652f,0.027932127946720942f,-0.11022885182455167f,0.1752005785510968f,0.06730643901484555f,0.9257671122067616f,-0.37205523410307534f,1.3002610904031964f,0.09165395143326793f,-0.37706106956926927f,-0.9216422858148093f,-0.029968379094505233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9935136619361652f,0.059785798909595886f,-0.09672777158051518f,0.18580586727426782f,0.06730643901484555f,0.994798953987539f,-0.07645184374780645f,1.4863080702524363f,0.09165395143326793f,-0.08246635310258058f,-0.9923703208946892f,-0.05163313480683088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9944621097359779f,0.058186229513565835f,-0.0875184265995585f,0.3495097237275777f,0.06100493172855305f,0.9976900487770168f,-0.02988251790108374f,2.184932223318145f,0.08557751225796559f,-0.035056087435831336f,-0.9957145977283999f,-0.24846880574441188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9944621097359779f,0.058186229513565835f,-0.0875184265995585f,0.37132392165977246f,0.06100493172855305f,0.9976900487770168f,-0.02988251790108374f,2.055131796227971f,0.08557751225796559f,-0.035056087435831336f,-0.9957145977283999f,-0.3406441950616441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9944621097359779f,0.058186229513565835f,-0.0875184265995585f,-0.23473676574230937f,0.06100493172855305f,0.9976900487770168f,-0.02988251790108374f,2.2207726207086704f,0.08557751225796559f,-0.035056087435831336f,-0.9957145977283999f,-0.1981920172928571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9944621097359779f,0.058186229513565835f,-0.0875184265995585f,-0.28750722604031287f,0.06100493172855305f,0.9976900487770168f,-0.02988251790108374f,2.0955475634981373f,0.08557751225796559f,-0.035056087435831336f,-0.9957145977283999f,-0.28394909319074196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.973134315648933f,0.21278036229362013f,-0.08794385213690817f,0.2558268279957991f,0.21632053338156026f,0.9757715234518356f,-0.032792695192701435f,2.296895199102503f,0.07883546501416658f,-0.05093575799651864f,-0.9955855151684964f,-0.26588733562260797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9944395995459486f,0.057928936864185834f,-0.08794385213690817f,0.14186606289116355f,0.061012972379609356f,0.9975981437148949f,-0.032792695192701435f,2.3139761573862723f,0.08583297767349228f,-0.037976070496848036f,-0.9955855151684964f,-0.2563833624600708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.950938792258639f,0.29645295476138434f,-0.08849327087934895f,0.11946167654015329f,0.3005207941986524f,0.9530743606884534f,-0.0365583814262552f,2.311163441105574f,0.07350282737345855f,-0.061358851126312224f,-0.9954056588931804f,-0.2538455023692219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9960055360293572f,-0.011912733017540117f,-0.08849327087934895f,0.1489824067179339f,-0.0087039147509472f,0.9992936138170309f,-0.0365583814262552f,2.319363016458003f,0.08886627069299839f,-0.035642112403056696f,-0.9954056588931804f,-0.2567710927046074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9856066171211724f,0.14404352569981374f,-0.08849327087934895f,0.20971207314317816f,0.14772720677854168f,0.9883522434460817f,-0.0365583814262552f,2.419166057087012f,0.08219652464896995f,-0.04910504637065999f,-0.9954056588931804f,-0.2972297781544947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9856066171211724f,0.14437962168630433f,-0.08794385213690817f,0.17722665826375975f,0.14772720677854168f,0.9884843506699582f,-0.032792695192701435f,2.196757078186272f,0.08219652464896995f,-0.04531239700469475f,-0.9955855151684964f,-0.2870344888284384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913209626365305f,-0.09809828766558541f,-0.0875184265995585f,-0.1324723489581463f,-0.09581924926930024f,0.9949501025646258f,-0.02988251790108374f,2.320635341701014f,0.09000789135875792f,-0.02123721647770566f,-0.9957145977283999f,-0.2321466971568538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9944621097359778f,0.05818622951356583f,-0.0875184265995585f,-0.017338854041730772f,0.061004931728553057f,0.9976900487770168f,-0.02988251790108374f,2.3236625924024015f,0.0855775122579656f,-0.035056087435831336f,-0.9957145977283999f,-0.24235721754137207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9789988579619496f,-0.18412430886424538f,-0.0875184265995585f,0.004622585200430268f,-0.1821702432830869f,0.9828128192011298f,-0.02988251790108374f,2.317990250088903f,0.09151632953401972f,-0.013311697832793965f,-0.9957145977283999f,-0.2441172868841433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9879807838268192f,0.12741466083022565f,-0.0875184265995585f,-0.023741712889781594f,0.13045166647324852f,0.9910042370435377f,-0.02988251790108374f,2.3297440226485198f,0.0829236606964266f,-0.040940278055660785f,-0.9957145977283999f,-0.24197694825056276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9957491452230534f,-0.02870827046507858f,-0.0875184265995585f,-0.07784823002487741f,-0.026181627687674763f,0.9992104670666314f,-0.02988251790108374f,2.436830666208402f,0.08830720332556341f,-0.027464116796076018f,-0.9957145977283999f,-0.2718195370430641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9957491452230534f,-0.02870827046507858f,-0.0875184265995585f,-0.07138886917023474f,-0.026181627687674763f,0.9992104670666314f,-0.02988251790108374f,2.21200831111841f,0.08830720332556341f,-0.027464116796076018f,-0.9957145977283999f,-0.265640110763947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9944621097359779f,0.058186229513565835f,-0.0875184265995585f,0.0258334027522962f,0.06100493172855305f,0.9976900487770168f,-0.02988251790108374f,1.6940003733385287f,0.08557751225796559f,-0.035056087435831336f,-0.9957145977283999f,-0.22725497380631665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.993726963309389f,0.06888907400612311f,-0.08809663940513822f,3.003722924051827e-17f,0.06428735960685343f,0.9964666494671358f,0.05404953186216759f,1.3203253797883527f,0.09150878529780171f,0.04804697682809245f,-0.9946444742876731f,-0.24527259011685132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9533691544394012f,-0.29912595201435865f,-0.040136270317567876f,0.22880604854174075f,-0.3014057031927272f,0.9367932033065729f,0.17768819972498842f,0.7229730748002345f,-0.015551766664881738f,0.18149974950427164f,-0.9832680120310474f,-0.22298397583737367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9533691544394012f,-0.29221406328260063f,0.07548639998949178f,0.12500000000000003f,-0.3014057031927272f,0.9347292410105099f,-0.18824411832196375f,1.0553278740159049f,-0.015551766664881738f,-0.20221816738312143f,-0.9792170113584696f,-0.30066950630962413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9654761734899342f,0.2580889967106327f,0.035296291591802836f,-0.22319726272466722f,0.2601453168941356f,0.9483191561778522f,0.18170083137998036f,0.7178986000212744f,0.013422835813801116f,0.18460998836202058f,-0.9827201939899731f,-0.2110261393962294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9654761734899342f,0.251912217064821f,-0.06630228741695911f,-0.12499999999999997f,0.2601453168941356f,0.9455538155260175f,-0.19558219766185225f,1.0868843670559698f,0.013422835813801116f,-0.20607818137220796f,-0.9784434631806986f,-0.29914476413966434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9676024472531549f,0.2521327067223876f,0.01321371524394275f,3.252534709682379e-17f,0.22018601837243038f,0.8682967368503643f,-0.4444984747873776f,1.1448892274972746f,-0.12354602941009989f,-0.4271883366570905f,-0.8956821443130074f,-0.26558961424199373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9676024472531549f,-0.25213270672238747f,-0.013213715243942532f,3.4337605761131465e-17f,-0.22018601837243038f,0.8682967368503643f,-0.4444984747873776f,1.1559358766528551f,0.12354602941009964f,-0.4271883366570906f,-0.8956821443130074f,-0.2803878292503491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.992594126127794e-17f,1.0680112073648124e-16f,3.252534709682379e-17f,0f,0.8720973329684962f,-0.48933244510172813f,1.1448892274972746f,-1.2246467991473532e-16f,-0.48933244510172813f,-0.8720973329684962f,-0.26558961424199373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9674448552840832f,0.2530819076590805f,1.1679574611039679e-16f,3.232814487808709e-17f,0.2413666556975032f,0.9226614871507424f,0.300728977064372f,1.1760977119805032f,0.07610906320381502f,0.2909387016957718f,-0.9537096425819634f,-0.2639793359244086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9674448552840832f,-0.2530819076590806f,1.1679574611039679e-16f,3.232814487808709e-17f,-0.2413666556975032f,0.9226614871507424f,0.300728977064372f,1.1760977119805032f,-0.07610906320381527f,0.2909387016957717f,-0.9537096425819634f,-0.2639793359244086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.68286779172741e-17f,1.1679574611039679e-16f,3.232814487808709e-17f,0f,0.9537096425819634f,0.300728977064372f,1.1760977119805032f,-1.2246467991473532e-16f,0.300728977064372f,-0.9537096425819634f,-0.2639793359244086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9667650192916306f,0.2556631978484886f,-0.0013140547696788424f,-0.19374999999999998f,0.25532692264881796f,0.9657327669894017f,0.04656592459812686f,1.2684216995328996f,0.013174218942226283f,0.044682793431906634f,-0.9989143546502793f,-0.25908173052547506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.966706783334444f,-0.2558829723756595f,0.001378224716701263f,0.19375000000000003f,-0.2555467394395108f,0.9656860517855f,0.04632832123838586f,1.2676306340637642f,-0.013185560928797f,0.04443370156907685f,-0.9989253161011903f,-0.25932343164685595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.694577818259267e-17f,1.2128659624379333e-16f,-0.007812499999999967f,0f,0.9903802167958777f,0.13837277976303847f,1.102757773444916f,-1.2246467991473532e-16f,0.13837277976303847f,-0.9903802167958777f,-0.2677634899707337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.3104709995744565e-18f,1.2230198601160207e-16f,3.138157422815092e-17f,0f,0.9986715034633126f,0.05152890616272424f,1.3258984375f,-1.2246467991473532e-16f,0.05152890616272424f,-0.9986715034633126f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.37274918705642135f,-0.35503329607909556f,-0.8573268934449628f,-1.6454444376773731f,0.093202096469159f,0.9335635186429783f,-0.3460816751472045f,1.9655024415920597f,0.9232396291118199f,0.04909699923778306f,0.3810748901506299f,0.8502525229206428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.176299319202203f,-0.35503329607909556f,-0.9180794675430081f,-1.6358055623226275f,-0.11843756922224843f,0.9335635186429783f,-0.33827754707586893f,1.9642642550814655f,0.9771852906412197f,0.04909699923778306f,-0.20663589334934096f,0.9434974770793567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10281467045061997f,-0.35503329607909556f,-0.92918270658431f,-1.5012475940123537f,-0.01320732277967157f,0.9335635186429783f,-0.35816856825234566f,2.0186086335746145f,0.9946128443596153f,0.04909699923778306f,0.09129498617515186f,0.8831807520737269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.36103275977805094f,0.6274285165486806f,0.6899194177500486f,1.5422864176486868f,0.04167265639792769f,0.7282241463793726f,-0.6840708898489792f,2.5329098727967723f,-0.9316215626936638f,0.27572277608416024f,0.23676616031996567f,-0.11583702288991043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.01778075296489609f,0.6274285165486806f,0.7784711307720559f,1.5256696866037136f,0.36739915588682204f,0.7282241463793726f,-0.5785390677246306f,2.5131068238767535f,-0.929893383715387f,0.27572277608416024f,-0.24346508100915004f,-0.02572161908539774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.17724513114638019f,0.6274285165486806f,0.7582332227662043f,1.4202430687112695f,0.21123252181353055f,0.7282241463793726f,-0.6519742436310888f,2.6208044848814263f,-0.961230973914802f,0.27572277608416024f,-0.0034591234793275487f,-0.07026045246575495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4920209375f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73.mcfunction new file mode 100644 index 000000000..6a1c4aa38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..42c9c67ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4465828803996008f,-0.021436495406688037f,-0.6834095785421208f,0.04507006845216485f,-0.14427918544983123f,0.8008399918631595f,0.06916117786007f,1.4592576823885905f,0.6683499772008475f,0.15855670449948833f,-0.4417154331448392f,-0.5457791614471309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.41220457901508933f,0.14801155606706579f,-0.6694624442861592f,0.04507006845216485f,0.16963749595780422f,0.7788665448545233f,0.06774972525068082f,1.4592576823885905f,0.6643120539356178f,-0.10704898213893778f,-0.43270083246841395f,-0.5457791614471309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5382324756244156f,0.15221302287635877f,0.595047428609265f,-0.0809143472570262f,0.20812509502421173f,0.7895822353973232f,-0.01372161836567242f,1.4674252942804524f,-0.5778703932966458f,0.14260271265390223f,-0.5591732462657463f,-0.5342043850770684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5441744032724264f,-0.06401255976996317f,0.5829036035356066f,-0.0809143472570262f,-0.10763512602270574f,0.7926121393403477f,-0.013441585337801557f,1.4674252942804524f,-0.5764450524283949f,-0.08756933688234732f,-0.5477615473623637f,-0.5342043850770684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3720348776626705f,-0.5543594232894009f,0.5016095835282887f,-0.2973954322019302f,0.6809689315754405f,0.4939979398691915f,-1.3166828014499152f,2.0901367917914984f,0.3085577072545474f,1.3747937718855283f,0.6753817261953271f,-0.8588492655468456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.31053895613462756f,0.947227813193036f,0.07953003606408678f,-0.3746826635489435f,0.8465259925408969f,0.31364011856731805f,-0.43014372014214936f,1.963744817715008f,-0.43238790532976873f,-0.06625213912484404f,-0.8992504397474139f,-0.34168518097705913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3108290446449843f,0.947227813193036f,0.07838861472577163f,-0.2727049438188598f,0.8481005783919111f,0.31364011856731805f,-0.4270307775282529f,1.685423235367948f,-0.42908124398112774f,-0.06625213912484404f,-0.9008329146545381f,-0.20107521777802884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6509018685942068f,0.7542165601695424f,-0.08651091160422025f,0.5067664322055194f,0.7514456386065331f,0.6562951892591947f,0.06786808362152014f,1.3782165984709591f,0.10796392767859886f,-0.020832784769711187f,-0.9939365097424228f,-0.4030177242900081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5774480510108477f,0.7573482549137603f,-0.30492190666276414f,0.3174086082283148f,0.6858963643891713f,0.6525980089290279f,0.32196586163689095f,1.6033774343591605f,0.4428317126194673f,-0.02322626790835315f,-0.8963038629714585f,-0.2577171664741419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9935765167450692f,0.027585104892337207f,-0.1097486553941056f,-0.1352706295484408f,0.06670570431748715f,0.9261925211347075f,-0.37110343949584f,1.3219241655914287f,0.09141145652621102f,-0.37604052412235217f,-0.9220832228348717f,-0.001423172918532535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9935765167450692f,0.059310439288793315f,-0.09637415195012485f,-0.12475226063148032f,0.06670570431748715f,0.9949184635347882f,-0.07541617816546112f,1.5080000263906674f,0.09141145652621102f,-0.08136044929169797f,-0.9924839660703894f,-0.022881281948665816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9935765167450692f,0.027585104892337207f,-0.1097486553941056f,0.17527229625649507f,0.06670570431748715f,0.9261925211347075f,-0.37110343949584f,1.3017915636385586f,0.09141145652621102f,-0.37604052412235217f,-0.9220832228348717f,-0.02995420113549991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9935765167450692f,0.059310439288793315f,-0.09637415195012485f,0.18579066517345555f,0.06670570431748715f,0.9949184635347882f,-0.07541617816546112f,1.4878674244377974f,0.09141145652621102f,-0.08136044929169797f,-0.9924839660703894f,-0.05141231016563319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9942956056260888f,0.059127947133467855f,-0.08877012166507031f,0.3500496464087942f,0.06197187087797448f,0.997638049050595f,-0.02962786368279477f,2.1863930004106638f,0.08680861623441083f,-0.03496010518154143f,-0.9956113976814258f,-0.24839382745264296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9942956056260888f,0.059127947133467855f,-0.08877012166507031f,0.3716225393219887f,0.06197187087797448f,0.997638049050595f,-0.02962786368279477f,2.0565866869011535f,0.08680861623441083f,-0.03496010518154143f,-0.9956113976814258f,-0.34061770594637436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9942956056260888f,0.059127947133467855f,-0.08877012166507031f,-0.23409902189653295f,0.06197187087797448f,0.997638049050595f,-0.02962786368279477f,2.2228014745514737f,0.08680861623441083f,-0.03496010518154143f,-0.9956113976814258f,-0.1973937654149266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9942956056260888f,0.059127947133467855f,-0.08877012166507031f,-0.28709829940529513f,0.06197187087797448f,0.997638049050595f,-0.02962786368279477f,2.0976430513578115f,0.08680861623441083f,-0.03496010518154143f,-0.9956113976814258f,-0.28310699769107717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9728182138436995f,0.21374636850642173f,-0.08909103638566086f,0.2564598463634003f,0.21726914149320298f,0.9755933288180587f,-0.03180844102601981f,2.298431127730831f,0.08011768199817526f,-0.05030056377433747f,-0.9955154495612928f,-0.26559717237510505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9942785061436036f,0.05893249915431245f,-0.08909103638566086f,0.14252775008555796f,0.06197777733348074f,0.9975705379552344f,-0.03180844102601981f,2.315622938890951f,0.08700004217036716f,-0.037148113641627394f,-0.9955154495612928f,-0.2559504272363944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9505270061337077f,0.2974678829248765f,-0.08950569388973309f,0.12010852583754353f,0.30145609147290764f,0.9528509740679239f,-0.03463013329005559f,2.312797850678565f,0.07498423517225847f,-0.05989891356277721f,-0.9953840889976242f,-0.2535044164607989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959275342025102f,-0.01082023006342786f,-0.08950569388973309f,0.14963561814511234f,-0.007745363921534049f,0.9993701832684605f,-0.03463013329005559f,2.3209695327724305f,0.08982402771547884f,-0.0337958490844439f,-0.9953840889976242f,-0.25644381378288794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9853586705110691f,0.1451103759556012f,-0.08950569388973309f,0.21043832318408195f,0.14868593435779368f,0.9882779198142915f,-0.03463013329005559f,2.4207782636413486f,0.0834313093077676f,-0.0474313398246479f,-0.9953840889976242f,-0.29677857340197955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9853586705110691f,0.1453653249038001f,-0.08909103638566086f,0.177731125080727f,0.14868593435779368f,0.9883727616661865f,-0.03180844102601981f,2.198394392266457f,0.0834313093077676f,-0.04458930714833479f,-0.9955154495612928f,-0.28674597929360424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9913038255606201f,-0.09714211717091767f,-0.08877012166507031f,-0.13177783877672117f,-0.0948560801959667f,0.995050005649691f,-0.02962786368279477f,2.322568959106707f,0.09120882346975f,-0.02094982883227537f,-0.9956113976814258f,-0.23145721766729738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9942956056260888f,0.05912794713346785f,-0.08877012166507031f,-0.01665403258929267f,0.06197187087797448f,0.9976380490505952f,-0.02962786368279477f,2.325484308889451f,0.08680861623441083f,-0.03496010518154143f,-0.9956113976814258f,-0.24180857552816074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9790651218474431f,-0.18317028329240614f,-0.08877012166507031f,0.0052996196132781975f,-0.18121944648644775f,0.9829962878407729f,-0.02962786368279477f,2.3197905931790843f,0.09268764425206419f,-0.01292073565399621f,-0.9956113976814258f,-0.24359655801635352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9877489944121463f,0.1283424697337664f,-0.08877012166507031f,-0.02305041368545427f,0.1314126228899493f,0.9908849137204471f,-0.02962786368279477f,2.331571990786674f,0.08415846114906156f,-0.04093040708152747f,-0.9956113976814258f,-0.24141942518332785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9956653508101925f,-0.027755624575664682f,-0.08877012166507031f,-0.07708779185531973f,-0.02521383595886483f,0.9992429395146274f,-0.02962786368279477f,2.4387170213767413f,0.0895252571750346f,-0.02726120200177484f,-0.9956113976814258f,-0.2711775956854008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9956653508101925f,-0.027755624575664682f,-0.08877012166507031f,-0.07084277632579519f,-0.02521383595886483f,0.9992429395146274f,-0.02962786368279477f,2.2138873599859505f,0.0895252571750346f,-0.02726120200177484f,-0.9956113976814258f,-0.2650438252350015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9942956056260888f,0.059127947133467855f,-0.08877012166507031f,0.02591516777359706f,0.06197187087797448f,0.997638049050595f,-0.02962786368279477f,1.695777246727861f,0.08680861623441083f,-0.03496010518154143f,-0.9956113976814258f,-0.2268649921812183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937373625757948f,0.06910711406292541f,-0.08780809192094534f,3.003736749531974e-17f,0.06442432624918405f,0.9964007149441291f,0.05509193630802194f,1.3221269786238126f,0.09129929029429563f,0.04908993832469407f,-0.9946127977997447f,-0.2452737190529786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9534564357925253f,-0.29887743906170394f,-0.03991367517194663f,0.2286034667282954f,-0.301127067191672f,0.9369532971095431f,0.17731612571928743f,0.7250378644098434f,-0.01559854000720903f,0.18108228918222044f,-0.9833442378405286f,-0.22227080084175693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9534564357925253f,-0.29177945945451306f,0.0760629481827149f,0.12500000000000003f,-0.301127067191672f,0.9344363175512094f,-0.19013484122032304f,1.0571433777044457f,-0.01559854000720903f,-0.20418990053811997f,-0.9788070136997773f,-0.30077603873661396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9655891339223948f,0.25771640448464617f,0.03492677068533415f,-0.22301539188098243f,0.2597241199597211f,0.9486135926330679f,0.18076402679441586f,0.7196342571900269f,0.013453845626736958f,0.183615104856028f,-0.9829061436915336f,-0.21077955988388733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9655891339223948f,0.2514360801835364f,-0.06646444186885128f,-0.12499999999999997f,0.2597241199597211f,0.9454952004734947f,-0.19642354083137417f,1.0886123417459894f,0.013453845626736958f,-0.20692685534633815f,-0.9782639064047736f,-0.2992234867217446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.969440592577779f,0.24498997483592683f,0.012839380527759178f,3.252983660191669e-17f,0.21571879758888024f,0.8761992169988422f,-0.4309760231119862f,1.1466949447362658f,-0.1168346602222661f,-0.4150359555032642f,-0.9022720309364798f,-0.26562627383311854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.969440592577779f,-0.24498997483592672f,-0.012839380527758956f,3.4321671470056266e-17f,-0.21571879758888024f,0.8761992169988422f,-0.4309760231119862f,1.1579615559547045f,0.11683466022226585f,-0.41503595550326433f,-0.9022720309364798f,-0.2802577158896129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.832283748121919e-17f,1.076849314192003e-16f,3.252983660191669e-17f,0f,0.8793141948696941f,-0.47624210933165234f,1.1466949447362658f,-1.2246467991473532e-16f,-0.47624210933165234f,-0.8793141948696941f,-0.26562627383311854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9691162397902817f,0.24660436690120716f,1.167538774116016e-16f,3.233186033057777e-17f,0.23510465256101015f,0.9239241774595331f,0.3018110611788309f,1.1779031024498783f,0.07442792566578697f,0.2924900007367433f,-0.9533677587112479f,-0.26400967489637395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9691162397902817f,-0.2466043669012072f,1.167538774116016e-16f,3.233186033057777e-17f,-0.23510465256101015f,0.9239241774595331f,0.3018110611788309f,1.1779031024498783f,-0.07442792566578722f,0.2924900007367432f,-0.9533677587112479f,-0.26400967489637395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.696119500199213e-17f,1.167538774116016e-16f,3.233186033057777e-17f,0f,0.9533677587112479f,0.3018110611788309f,1.1779031024498783f,-1.2246467991473532e-16f,0.3018110611788309f,-0.9533677587112479f,-0.26400967489637395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.967699393220242f,0.2520918115446414f,-0.0027573380852750524f,-0.19374999999999998f,0.2517693314259976f,0.9669116788164537f,0.0411583420663802f,1.2687391473589573f,0.013041783408785652f,0.03913468947734214f,-0.9991488317388109f,-0.2590261699230632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9675770546291812f,-0.25255942669773973f,0.0028947091784095836f,0.19375000000000003f,-0.25223782754909907f,0.9668109299694142f,0.04065346289047849f,1.2670962669333878f,-0.013066051753666251f,0.03860520272949744f,-0.9991691131203891f,-0.2595284973025377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6970342000923544e-17f,1.2128316172903092e-16f,-0.007812499999999967f,0f,0.990352171854554f,0.1385733585613334f,1.1045639318228888f,-1.2246467991473532e-16f,0.1385733585613334f,-0.990352171854554f,-0.26780868239772376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.335240682845657e-18f,1.2230070544403657e-16f,3.138157422815092e-17f,0f,0.9986610468356025f,0.051731165975826644f,1.3277022594752186f,-1.2246467991473532e-16f,0.051731165975826644f,-0.9986610468356025f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3705448887978616f,-0.35564456952546897f,-0.8580288022862775f,-1.645278419637375f,0.09421278295284187f,0.9334161363888092f,-0.34620552834590707f,1.9611241007541855f,0.9240240456362923f,0.04744740768505516f,0.37937884309738085f,0.8502353818085174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18093995749638458f,-0.35564456952546897f,-0.916939295672429f,-1.6359715803626256f,-0.11856898089976385f,0.9334161363888092f,-0.33863802665586656f,1.9599285663443997f,0.9763207098846145f,0.04744740768505516f,-0.2110606902158007f,0.9435146181914821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09927295226399489f,-0.35564456952546897f,-0.9293340740098979f,-1.5012248888985156f,-0.012752367037715123f,0.9334161363888092f,-0.358568952175064f,2.014311676375552f,0.9949785214182896f,0.04744740768505516f,0.08812766546460982f,0.8836558501803082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3668575639999031f,0.6239998144310558f,0.6899563459568039f,1.5347646841074953f,0.04518654000380293f,0.7288393852377005f,-0.6831920133672638f,2.528771152035487f,-0.9291790485899591f,0.28181089779555846f,0.23918384883833527f,-0.12066942321995427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.016244185683455564f,0.6239998144310558f,0.7812556291134736f,1.517781612188801f,0.37265821321641657f,0.7288393852377005f,-0.5743857646640267f,2.508531515063097f,-0.9278264829987497f,0.28181089779555846f,-0.24437805820046954f,-0.03071946566893413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18115276713273942f,0.6239998144310558f,0.7601367683188067f,1.412252632900327f,0.2158894610388247f,0.7288393852377005f,-0.6497575633562849f,2.616114968052735f,-0.9594662138775483f,0.28181089779555846f,-0.0026837121947131015f,-0.07529188761523724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4938247594752185f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74.mcfunction new file mode 100644 index 000000000..7b823f845 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..dfcbd6cd3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4224003099333033f,-0.01701491116320162f,-0.6987366566960703f,0.04820123406093914f,-0.14724331872838353f,0.8002688501749554f,0.06952421861445786f,1.4611854307286265f,0.6832582437867438f,0.16194043559965998f,-0.41698670489560147f,-0.5437628713439993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3886612167958766f,0.14294779324033416f,-0.6844767249267628f,0.04820123406093914f,0.16674077576583807f,0.7794608226482816f,0.06810535701008118f,1.4611854307286265f,0.6790728769843155f,-0.10957533647761605f,-0.40847677214263006f,-0.5437628713439993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.516712238121634f,0.14857596898075867f,0.6147178937213433f,-0.08346802965668396f,0.20823880924115287f,0.789513699496007f,-0.015784836977303283f,1.4697373677063037f,-0.5971511582050252f,0.1467574331814301f,-0.5374171512938898f,-0.531690136736313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5233346182287691f,-0.05923681573722095f,0.6021726305841731f,-0.08346802965668396f,-0.1075065195330305f,0.7925927411007194f,-0.015462697447154238f,1.4697373677063037f,-0.595452118663829f,-0.09103706067180897f,-0.5264494543287084f,-0.531690136736313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3197972648302014f,-0.6705923364667532f,0.4998473247090354f,-0.26392538466171933f,0.718470576281821f,0.4309436345210389f,-1.3188987318528536f,2.1107900525817516f,0.4281839099779288f,1.3438749019673888f,0.672357819243708f,-0.8480027757384911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.31237943936623436f,0.9465461179793428f,0.08043340350546466f,-0.3752020269352107f,0.8468587688639077f,0.3158394280724096f,-0.42787344071956573f,1.9656855515899396f,-0.43040598446065265f,-0.06554313246350786f,-0.900252623615909f,-0.34113023161924766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3125916755016166f,0.9465461179793428f,0.07960459123271597f,-0.2726420322459803f,0.8479906462046566f,0.3158394280724096f,-0.42562579764894676f,1.6874114593685212f,-0.42801671504335076f,-0.06554313246350786f,-0.901391030258439f,-0.20081638053313605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6516077487455343f,0.7535885874302335f,-0.08666938715418171f,0.5074910266969621f,0.7511063798298481f,0.6569566328645863f,0.06517045890681805f,1.3802391018272526f,0.10604974282701757f,-0.022632353614463915f,-0.9941032283501514f,-0.4019799393800527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5793686517831772f,0.755840759796693f,-0.3050191980202246f,0.3174685906154498f,0.6856714330815384f,0.6543028742778859f,0.3189708992488287f,1.6052968066251372f,0.44066614481583777f,-0.02434121076804741f,-0.897340991079474f,-0.25738903042624595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9936318008499809f,0.02727358798415045f,-0.10932518345785931f,-0.13520920211565737f,0.06617220339557171f,0.9265633165701715f,-0.3702724130748326f,1.3236975296066642f,0.09119804733325644f,-0.37514873288464545f,-0.9224675302565645f,-0.001468260932737199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9936318008499809f,0.05888599986585436f,-0.09606395452729599f,-0.12476847685660528f,0.06617220339557171f,0.9950222029625121f,-0.07451211384335293f,1.5097984919506142f,0.09119804733325644f,-0.08039436940127273f,-0.9925823197756308f,-0.022745844694073508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9936318008499809f,0.02727358798415045f,-0.10932518345785931f,0.1753365417432308f,0.06617220339557171f,0.9265633165701715f,-0.3702724130748326f,1.3035275403837987f,0.09119804733325644f,-0.37514873288464545f,-0.9224675302565645f,-0.029942152585957317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9936318008499809f,0.05888599986585436f,-0.09606395452729599f,0.1857772670022829f,0.06617220339557171f,0.9950222029625121f,-0.07451211384335293f,1.4896285027277487f,0.09119804733325644f,-0.08039436940127273f,-0.9925823197756308f,-0.051219736347293626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9941482591237658f,0.05994792787463681f,-0.08986370137448721f,0.3505192059952841f,0.06281342196841362f,0.9975920649766097f,-0.029403161672208265f,2.188068239688879f,0.08788465680540428f,-0.03487574858323966f,-0.9955199492019007f,-0.24832851412028306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9941482591237658f,0.05994792787463681f,-0.08986370137448721f,0.37188155272423745f,0.06281342196841362f,0.9975920649766097f,-0.029403161672208265f,2.0582571818362174f,0.08788465680540428f,-0.03487574858323966f,-0.9955199492019007f,-0.340594715415259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9941482591237658f,0.05994792787463681f,-0.08986370137448721f,-0.2335428962399284f,0.06281342196841362f,0.9975920649766097f,-0.029403161672208265f,2.2249711250953217f,0.08788465680540428f,-0.03487574858323966f,-0.9955199492019007f,-0.19669627824710806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9941482591237658f,0.05994792787463681f,-0.08986370137448721f,-0.2867416689452574f,0.06281342196841362f,0.9975920649766097f,-0.029403161672208265f,2.0998710738902915f,0.08788465680540428f,-0.03487574858323966f,-0.9955199492019007f,-0.28237113028167865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9725405268696017f,0.2145887090735382f,-0.09009222793532123f,0.2570107494222031f,0.218094577468173f,0.9754368457944933f,-0.03094697312289193f,2.3001716329450317f,0.08123840763565343f,-0.049745811930676946f,-0.995452497771833f,-0.2653438134677111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9941360090529505f,0.0598079089245053f,-0.09009222793532123f,0.1431038885127747f,0.06281753015994578f,0.9975451081325272f,-0.03094697312289193f,2.3174599147784605f,0.08802018750761731f,-0.03642487159816447f,-0.995452497771833f,-0.2555722744892247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9501656154288894f,0.29835444938950456f,-0.09038764177765363f,0.12067150016025056f,0.3022694820939784f,0.9526530347867233f,-0.03294473412071544f,2.314624257464093f,0.07627885323782728f,-0.05862437923877813f,-0.9953616019857257f,-0.2532064672251432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9958577953219773f,-0.009865379380716632f,-0.09038764177765363f,0.1502041064514851f,-0.006910616869326064f,0.99943328335022f,-0.03294473412071544f,2.322771620468586f,0.09066142989682159f,-0.032183635926877154f,-0.9953616019857257f,-0.25615795273585573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9851404186761373f,0.1460425612774557f,-0.09038764177765363f,0.21107063681528054f,0.1495202753161397f,0.9882096598207798f,-0.03294473412071544f,2.422585140734586f,0.08451060738150354f,-0.045969974248627025f,-0.9953616019857257f,-0.29638445127639484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9851404186761373f,0.1462249840357487f,-0.09009222793532123f,0.17817001540723715f,0.1495202753161397f,0.9882742393303171f,-0.03094697312289193f,2.200223436885265f,0.08451060738150354f,-0.04395772878377858f,-0.995452497771833f,-0.2864939623000447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912865663868364f,-0.09630918168208609f,-0.08986370137448721f,-0.1311725989424103f,-0.09401769650191055f,0.9951362353105996f,-0.029403161672208265f,2.324655712510744f,0.09225841991639962f,-0.0206981809725955f,-0.9955199492019007f,-0.23085472569281368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9941482591237659f,0.05994792787463682f,-0.08986370137448721f,-0.016057501603834463f,0.06281342196841364f,0.9975920649766097f,-0.029403161672208265f,2.3274736648219507f,0.08788465680540429f,-0.03487574858323966f,-0.9955199492019007f,-0.24132917720599475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9791205234612163f,-0.1823390131384693f,-0.08986370137448721f,0.005889317337678557f,-0.1803917685056058f,0.9831552593253512f,-0.029403161672208265f,2.3217613504571673f,0.09371131411123121f,-0.012578567032503941f,-0.9955199492019007f,-0.24314155904940868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9875448078734553f,0.12915017467064135f,-0.08986370137448721f,-0.0224482263104048f,0.13224891631737873f,0.9907803380248104f,-0.029403161672208265f,2.333566783553113f,0.08523776495814026f,-0.04092131676749753f,-0.9955199492019007f,-0.24093226178328098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9955900310363314f,-0.026925922014923595f,-0.08986370137448721f,-0.07642538182706209f,-0.024371479448273267f,0.9992704764342739f,-0.029403161672208265f,2.4407626495750794f,0.09058985092480923f,-0.027083383290606014f,-0.9955199492019007f,-0.27061655933907997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9955900310363314f,-0.026925922014923595f,-0.08986370137448721f,-0.07036704937370429f,-0.024371479448273267f,0.9992704764342739f,-0.029403161672208265f,2.2159267923773682f,0.09058985092480923f,-0.027083383290606014f,-0.9955199492019007f,-0.2645227980986936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9941482591237658f,0.05994792787463681f,-0.08986370137448721f,0.02598641064896778f,0.06281342196841362f,0.9975920649766097f,-0.029403161672208265f,1.6977280301330604f,0.08788465680540428f,-0.03487574858323966f,-0.9955199492019007f,-0.22652456063789944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937463803484421f,0.069297095063914f,-0.08755594874177457f,3.003748823188334e-17f,0.06454396551316917f,0.9963422474905421f,0.05600180694701141f,1.324099687324107f,0.09111645329030438f,0.05000038481050292f,-0.9945842113459259f,-0.24527470494183803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9535325640369238f,-0.2986603440067598f,-0.03971962032715996f,0.2284262378830231f,-0.3008838019647063f,0.9370928736706655f,0.17699119704357524f,0.7272418876808828f,-0.015639278641716253f,0.18071786030555526f,-0.9834106303727598f,-0.22164895078785454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9535325640369238f,-0.2913991290520122f,0.07656498487493188f,0.12500000000000003f,-0.3008838019647063f,0.9341774067363631f,-0.1917850631790368f,1.059128250860587f,-0.015639278641716253f,-0.2059104667836301f,-0.9784458557490622f,-0.3008690353480292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9656875956530301f,0.2573906837392229f,0.034604963894290124f,-0.22285658323118968f,0.25935638860043625f,0.9488697304807161f,0.17994582037266912f,0.7215497081436935f,0.013480774978066727f,0.18274646508676645f,-0.9830676468098632f,-0.21056435830168035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9656875956530301f,0.2510203420304838f,-0.06660522118249246f,-0.12499999999999997f,0.25935638860043625f,0.9454432635339537f,-0.19715805621482124f,1.0905207970743565f,0.013480774978066727f,-0.2076675788975402f,-0.9781065613627304f,-0.2992922352690695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9716212004063232f,0.23621809160270782f,0.01237966560737603f,3.2533755740502577e-17f,0.2100162574042097f,0.8855612599804606f,-0.4143361273745605f,1.1486712545380722f,-0.10883664156387984f,-0.39997783441260093f,-0.9100397339851165f,-0.26565827602827075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9716212004063232f,-0.2362180916027077f,-0.012379665607375804f,3.4300111022936245e-17f,-0.2100162574042097f,0.8855612599804606f,-0.4143361273745605f,1.1602030183735732f,0.1088366415638796f,-0.39997783441260104f,-0.9100397339851165f,-0.2800816614783734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.634783490878499e-17f,1.0873140911305659e-16f,3.2533755740502577e-17f,0f,0.8878593337177678f,-0.4601149894648528f,1.1486712545380722f,-1.2246467991473532e-16f,-0.4601149894648528f,-0.8878593337177678f,-0.26565827602827075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9711058330796525f,0.23864924252692316f,1.167050578709561e-16f,3.233510375561436e-17f,0.2274253579020152f,0.92543386817563f,0.3030674218992058f,1.1798791259470103f,0.0723268106708328f,0.2943105412227308f,-0.9529691169095508f,-0.26403615947167236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9711058330796525f,-0.2386492425269232f,1.167050578709561e-16f,3.233510375561436e-17f,-0.2274253579020152f,0.92543386817563f,0.3030674218992058f,1.1798791259470103f,-0.07232681067083305f,0.2943105412227307f,-0.9529691169095508f,-0.26403615947167236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.711505481547028e-17f,1.167050578709561e-16f,3.233510375561436e-17f,0f,0.9529691169095508f,0.3030674218992058f,1.1798791259470103f,-1.2246467991473532e-16f,0.3030674218992058f,-0.9529691169095508f,-0.26403615947167236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9688270452195221f,0.24769774639232145f,-0.00447022184855722f,-0.19374999999999998f,0.24740410094046572f,0.9683000646726121f,0.03444119035188878f,1.2688866770797382f,0.012859521338290696f,0.0322616054650168f,-0.9993967287938108f,-0.258956456636052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9686285143997371f,-0.24846875684233938f,0.00469871950436172f,0.19375000000000003f,-0.2481781565960505f,0.968131210105148f,0.03360896619844549f,1.2662095352330802f,-0.01289975504978633f,0.03138848345435684f,-0.9994240138330133f,-0.25977553755257277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.6991784765155473e-17f,1.2128015945369303e-16f,-0.007812499999999967f,0f,0.9903276564159805f,0.13874845201886632f,1.106540628136006f,-1.2246467991473532e-16f,0.13874845201886632f,-0.9903276564159805f,-0.2678481333796786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.356863516422945e-18f,1.2229958345330595e-16f,3.138157422815092e-17f,0f,0.9986518850860158f,0.05190772981114915f,1.3296769087099125f,-1.2246467991473532e-16f,0.05190772981114915f,-0.9986518850860158f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.36860675698623546f,-0.3561767408173231f,-0.8586426427826885f,-1.6451325318232675f,0.0951014918633264f,0.9332858920646889f,-0.3463136582902664f,1.9546583705461984f,0.9247079349445748f,0.04599535817631149f,0.37788842543371554f,0.8502208200200407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18501245711524417f,-0.3561767408173231f,-0.9159194942858948f,-1.6361174681767332f,-0.1186855861625072f,0.9332858920646889f,-0.3389560079276953f,1.953500316558126f,0.9755429884681874f,0.04599535817631149f,-0.21494256134323614f,0.9435291799799589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09616067889636569f,-0.3561767408173231f,-0.9294575047493776f,-1.5012063742875936f,-0.012352575872773414f,0.9332858920646889f,-0.3589217986446701f,2.0079176133488628f,0.9952891729057929f,0.04599535817631149f,0.08534570477027759f,0.8840731442844582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3719673515546229f,0.6209627234307553f,0.6899605680666824f,1.5264333679056876f,0.048269424029098174f,0.7293499924408421f,-0.6824358220598056f,2.5225155872366454f,-0.9269899417368771f,0.28714784456095593f,0.24132087204106148f,-0.12601193507508496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.014907835490131721f,0.6209627234307553f,0.7836983173074054f,1.5091290463604297f,0.37725753701070885f,0.7293499924408421f,-0.5707235226404789f,2.501893099867679f,-0.9259883947488828f,0.28714784456095593f,-0.2451358973189857f,-0.036210287147136935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18457942981608577f,0.6209627234307553f,0.7617976963723558f,1.4035115526772053f,0.21997319860231085f,0.7293499924408421f,-0.6478119946583359f,2.6093761427509126f,-0.9578842445647788f,0.28714784456095593f,-0.001972150744768326f,-0.08081528849939569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4957994087099125f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75.mcfunction new file mode 100644 index 000000000..4ea2d87f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..9e779d9ce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41073033127833625f,-0.014824540818748021f,-0.7057090564828723f,0.04975714791980033f,-0.1488659393873023f,0.7999413057477339f,0.06983755360399527f,1.4632506229704463f,0.689988385049175f,0.16376380794475973f,-0.405020849030155f,-0.542788667538909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3772784841927087f,0.14055536631058746f,-0.6913068308403647f,0.04975714791980033f,0.16514947600276914f,0.779772664396086f,0.06841229740799537f,1.4632506229704463f,0.685847356152419f,-0.11044809125523991f,-0.39675511741729474f,-0.542788667538909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5061157849825682f,0.1468401666358195f,0.6238823784162267f,-0.08468256852847071f,0.2085078991350644f,0.7894248190618752f,-0.01665399327043713f,1.471996090737282f,-0.606065765931557f,0.14896598590260363f,-0.5267237101691026f,-0.5304828586167079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5130938584197896f,-0.05683542981149444f,0.6111500849791609f,-0.08468256852847071f,-0.107229667567322f,0.7926131767875261f,-0.01631411585675474f,1.471996090737282f,-0.6043479882032325f,-0.09238011637213223f,-0.5159742466962638f,-0.5304828586167079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2945003789217773f,-0.7192407220611143f,0.4983651299001388f,-0.2505119015599109f,0.7317677274393081f,0.4018852000094274f,-1.3207613444872217f,2.1212984981858036f,0.47978225482992354f,1.3276246908454172f,0.6697969231102249f,-0.8418059923512984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3139328107768529f,0.9459673151566427f,0.08119131094567762f,-0.3756398911404546f,0.8471319765544613f,0.31769226462486f,-0.4259566166835067f,1.9676511916944972f,-0.4287348884994974f,-0.06494200222399207f,-0.9010931870403097f,-0.34066276031724063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.31407770706897353f,0.9459673151566427f,0.08062898100329131f,-0.2725890570548237f,0.8478934332961261f,0.31769226462486f,-0.4244388657637704f,1.689418526958819f,-0.42712049786401485f,-0.06494200222399207f,-0.9018595326610099f,-0.20059810356037222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6521977528757721f,0.7530637223027529f,-0.08679355560936389f,0.5081005450795466f,0.7508211871352686f,0.6575043235745242f,0.06289363584332869f,1.3822763565134963f,0.10443005358889346f,-0.024147352491107516f,-0.9942390403092662f,-0.4011035525972053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5809842327950262f,0.7545710103641826f,-0.30509000567300043f,0.31751908097120707f,0.6854782114734259f,0.6557311249518394f,0.3164432229714963f,1.607245810235367f,0.4388358951120199f,-0.025284028305865566f,-0.8982114311640997f,-0.25711233350945945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9936787554258658f,0.027004111357718356f,-0.10896471440371086f,-0.1351560852896405f,0.06571511001088852f,0.9268756159419438f,-0.3695715314908594f,1.3255235963666363f,0.09101678598785583f,-0.3743960076470133f,-0.9227911866323921f,-0.0015065202431350233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9936787554258658f,0.058520600304271364f,-0.09580120226453341f,-0.12478223024674294f,0.06571511001088852f,0.9951092890100128f,-0.07374976096397703f,1.5116456520499888f,0.09101678598785583f,-0.07957915723362902f,-0.9926646475030861f,-0.02263176627133473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9936787554258658f,0.027004111357718356f,-0.10896471440371086f,0.17539202130979228f,0.06571511001088852f,0.9268756159419438f,-0.3695715314908594f,1.3053220627122402f,0.09101678598785583f,-0.3743960076470133f,-0.9227911866323921f,-0.02993223968025069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9936787554258658f,0.058520600304271364f,-0.09580120226453341f,0.18576587635268985f,0.06571511001088852f,0.9951092890100128f,-0.07374976096397703f,1.4914441183955927f,0.09101678598785583f,-0.07957915723362902f,-0.9926646475030861f,-0.051057485708450395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9940225607404095f,0.06063787799544421f,-0.09078654355844012f,0.35091389263792977f,0.06352123413324741f,0.9975528634743482f,-0.02921193913997841f,2.189811627987003f,0.08879302649008025f,-0.03480419983763828f,-0.9954418446701915f,-0.24827353714228212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9940225607404095f,0.06063787799544421f,-0.09078654355844012f,0.37209876545766085f,0.06352123413324741f,0.9975528634743482f,-0.02921193913997841f,2.05999685447834f,0.08879302649008025f,-0.03480419983763828f,-0.9954418446701915f,-0.3405754235937858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9940225607404095f,0.06063787799544421f,-0.09078654355844012f,-0.2330743617970608f,0.06352123413324741f,0.9975528634743482f,-0.02921193913997841f,2.2271303530402857f,0.08879302649008025f,-0.03480419983763828f,-0.9954418446701915f,-0.19610763407936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9940225607404095f,0.06063787799544421f,-0.09078654355844012f,-0.2864411810328604f,0.06352123413324741f,0.9975528634743482f,-0.02921193913997841f,2.1020796720916164f,0.08879302649008025f,-0.03480419983763828f,-0.9954418446701915f,-0.2817500435441076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9723050978973825f,0.2152983536143592f,-0.09093632681007024f,0.25747408543257155f,0.21878871872866865f,0.9753042169209739f,-0.030218885042860567f,2.3019698130983364f,0.08218450681137587f,-0.049277818408615046f,-0.9953981130447548f,-0.2651301183992353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9940144914661635f,0.06054564576876527f,-0.09093632681007024f,0.14358865598438364f,0.06352387311654123f,0.9975226997572738f,-0.030218885042860567f,2.319339229235899f,0.08888142831625898f,-0.03581463733452073f,-0.9953981130447548f,-0.2552532278236541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9498594741997278f,0.29910248751711466f,-0.09113002377971373f,0.12114501377999384f,0.3029531569642796f,0.9524839902501202f,-0.03152194477797864f,2.3164948271279995f,0.07737159658681955f,-0.0575495462908578f,-0.9953399850118164f,-0.25295507053694893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957977942049484f,-0.009059350002526029f,-0.09113002377971373f,0.15068224100779345f,-0.006208165794282294f,0.9994837795956898f,-0.03152194477797864f,2.324621704598651f,0.09136854893249738f,-0.030823732782499978f,-0.9953399850118164f,-0.25591677532817003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849550654978413f,0.14682928085382752f,-0.09113002377971373f,0.21160264134311646f,0.15022197740594556f,0.9881496468155327f,-0.03152194477797864f,2.424439134414188f,0.08542175632935056f,-0.04473743155665273f,-0.9953399850118164f,-0.2960519227585011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849550654978413f,0.1469493226130541f,-0.09093632681007024f,0.17853904375517934f,0.15022197740594556f,0.9881903543806801f,-0.030218885042860567f,2.202096304678535f,0.08542175632935056f,-0.04342487872810452f,-0.9953981130447548f,-0.2862813250446776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912703475372167f,-0.09560806243281564f,-0.09078654355844012f,-0.1306629665707818f,-0.09331246621333777f,0.9952082426612368f,-0.02921193913997841f,2.326745209998514f,0.0931444133731617f,-0.02048541278509976f,-0.9954418446701915f,-0.230346218598363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9940225607404095f,0.06063787799544422f,-0.09078654355844012f,-0.01555539491054772f,0.06352123413324741f,0.9975528634743484f,-0.02921193913997841f,2.3294812379085013f,0.08879302649008025f,-0.034804199837638286f,-0.9954418446701915f,-0.2409245796604487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9791654728981408f,-0.18163914829373093f,-0.09078654355844012f,0.0063856360040551036f,-0.17969549768532395f,0.9832884575358882f,-0.02921193913997841f,2.323753282847887f,0.09457539212598731f,-0.012289389074404428f,-0.9954418446701915f,-0.2427575603553913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9873712871975565f,0.12982967583165297f,-0.09078654355844012f,-0.021941348573767568f,0.13295226972879026f,0.9906918575347461f,-0.02921193913997841f,2.335578926470464f,0.08614891288811283f,-0.040913306977103464f,-0.9954418446701915f,-0.24052110721713935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9955249440885109f,-0.02622764202666391f,-0.09078654355844012f,-0.07586781588592242f,-0.023662944086374593f,0.9992931140005157f,-0.02921193913997841f,2.4428175638619622f,0.09148852810452515f,-0.026932937175025415f,-0.9954418446701915f,-0.2701429792865383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9955249440885109f,-0.02622764202666391f,-0.09078654355844012f,-0.06996659642992305f,-0.023662944086374593f,0.9992931140005157f,-0.02921193913997841f,2.217976613211847f,0.09148852810452515f,-0.026932937175025415f,-0.9954418446701915f,-0.26408306842215756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9940225607404095f,0.06063787799544421f,-0.09078654355844012f,0.026046390676164228f,0.06352123413324741f,0.9975528634743482f,-0.02921193913997841f,1.6997034895127114f,0.08879302649008025f,-0.03480419983763828f,-0.9954418446701915f,-0.2262374866706845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937539411181849f,0.06945704180310452f,-0.08734313857445657f,3.003759007969917e-17f,0.06464490769406782f,0.9962922844241123f,0.05676900480199791f,1.3260938828536692f,0.09096230219877016f,0.05076813312448668f,-0.994559428208166f,-0.245275536592367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9535967144591245f,-0.2984771612458987f,-0.03955616750081754f,0.22827650821645495f,-0.30067864159900193f,0.9372104461037853f,0.17671710217215156f,0.7294322753219571f,-0.015673565610347957f,0.18041054273110957f,-0.9834665095530832f,-0.22112508269392578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9535967144591245f,-0.29107772629951734f,0.07698742381107572f,0.12500000000000003f,-0.30067864159900193f,0.9339567536467115f,-0.19317643956723834f,1.0611327233249508f,-0.015673565610347957f,-0.207360892093951f,-0.9781389470678791f,-0.3009474561347386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9657705190861248f,0.2571156757041966f,0.03433414876316999f,-0.22272263239784237f,0.2590462567643873f,0.9490850789570362f,0.17925554317084802f,0.7234958417237958f,0.01350338181627956f,0.18201385169346593f,-0.9832032427078508f,-0.2103829207084762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9657705190861248f,0.2506696940490742f,-0.06672337633438993f,-0.12499999999999997f,0.2590462567643873f,0.9453989091374846f,-0.19777749987805374f,1.0924608217413592f,0.01350338181627956f,-0.20829211959888913f,-0.9779734411488514f,-0.29935022902538866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9739181449563886f,0.22658868257302492f,0.011875009664322285f,3.2537060657741345e-17f,0.20349725954121778f,0.8954203060029867f,-0.3959941173259166f,1.150668491079359f,-0.1003609101389632f,-0.38324932423598423f,-0.9181762593253762f,-0.26568526272550513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9739181449563886f,-0.2265886825730248f,-0.01187500966432206f,3.42748959434249e-17f,-0.20349725954121778f,0.8954203060029867f,-0.3959941173259166f,1.1624856513934827f,0.10036091013896295f,-0.38324932423598423f,-0.9181762593253762f,-0.2798757647289685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.4167854568636995e-17f,1.098336986450405e-16f,3.2537060657741345e-17f,0f,0.8968602108094431f,-0.44231409910474395f,1.150668491079359f,-1.2246467991473532e-16f,-0.44231409910474395f,-0.8968602108094431f,-0.26568526272550513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9732102576995161f,0.22991692914711948f,1.166530526208685e-16f,3.23378388595361e-17f,0.21900609753686462f,0.9270260411543413f,0.3043994879486219f,1.181876120294087f,0.06998659550310264f,0.29624470411007914f,-0.952544461816149f,-0.2640584932900732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9732102576995161f,-0.22991692914711953f,1.166530526208685e-16f,3.23378388595361e-17f,-0.21900609753686462f,0.9270260411543413f,0.3043994879486219f,1.181876120294087f,-0.06998659550310289f,0.296244704110079f,-0.952544461816149f,-0.2640584932900732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.727818585783732e-17f,1.166530526208685e-16f,3.23378388595361e-17f,0f,0.952544461816149f,0.3043994879486219f,1.181876120294087f,-1.2246467991473532e-16f,0.3043994879486219f,-0.952544461816149f,-0.2640584932900732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.970039760386028f,0.24286516378102313f,-0.006274989389167855f,-0.19374999999999998f,0.24261681246748834f,0.9697458901680296f,0.02701834210922995f,1.2688772580374779f,0.012646959252443368f,0.024686448181797927f,-0.9996152428298773f,-0.25887948179844417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.969760805511276f,-0.2439679342469854f,0.006605085418054071f,0.19375000000000003f,-0.24372642070095132f,0.9695000533980248f,0.025827859251781042f,1.265074673240457f,-0.012704800133180847f,0.02343701176527268f,-0.9996445841063165f,-0.26004351596376685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.7009866683408027e-17f,1.212776247377531e-16f,-0.007812499999999967f,0f,0.9903069588896269f,0.13889610208633998f,1.108538191639476f,-1.2246467991473532e-16f,0.13889610208633998f,-0.9903069588896269f,-0.2678814014633383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.375097542567863e-18f,1.2229863432574104e-16f,3.138157422815092e-17f,0f,0.998644134871296f,0.05205662193382169f,1.3316727405247812f,-1.2246467991473532e-16f,0.05205662193382169f,-0.998644134871296f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.36696148904077014f,-0.3566246144548786f,-0.859161306115383f,-1.6450087502868622f,0.09585595868664723f,0.9331748445608096f,-0.34640488544934334f,1.946930654369175f,0.9252842270055431f,0.044761521911326305f,0.37662382480525236f,0.8502088318799633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18846383735421374f,-0.3566246144548786f,-0.9150411282421324f,-1.6362412497131382f,-0.118785355874923f,0.9331748445608096f,-0.33922669221123625f,1.9458044014403333f,0.9748699509367357f,0.044761521911326305f,-0.218231493870132f,0.9435411681200363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09352000611972332f,-0.3566246144548786f,-0.9295552123571127f,-1.5011917181464334f,-0.012013364574311763f,0.9331748445608096f,-0.3592219210328256f,2.000250816059678f,0.9955449198941113f,0.044761521911326305f,0.08298625566447904f,0.8844270616503279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.37629629747571025f,0.6183681836169134f,0.6899433933275914f,1.5177971139232407f,0.05088140112772757f,0.7297612606874713f,-0.6818061201097508f,2.514965893966397f,-0.9251011725888963f,0.2916664051449052f,0.24314302084266565f,-0.13154208234261971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.013784176211589783f,0.6183681836169134f,0.7857676412123926f,1.5002207187242214f,0.3811437217477359f,0.7297612606874713f,-0.5676072284354007f,2.49401916184311f,-0.9244130353140053f,0.2916664051449052f,-0.24574630872384556f,-0.04186841148454044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18748154878954104f,0.6183681836169134f,0.7631981776405093f,1.3945291896776546f,0.22343180931506224f,0.7297612606874713f,-0.6461630823453398f,2.6014169902565545f,-0.9565191558195124f,0.2916664051449052f,-0.0013463506881003127f,-0.08650329431036503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4977952405247812f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76.mcfunction new file mode 100644 index 000000000..2e793514f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..451bcd3f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41882283609688725f,-0.01614538275352095f,-0.7009074140169632f,0.04883496686471341f,-0.14843290635295459f,0.7999841181692663f,0.07026754181697871f,1.4653888793322103f,0.6852003712198494f,0.1634294396280185f,-0.41320178362090476f,-0.543273798547979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3850975508642048f,0.14239363768153424f,-0.6866031810778416f,0.04883496686471341f,0.16555743090408015f,0.7796490780634291f,0.0688335103513261f,1.4653888793322103f,0.6813887388200894f,-0.1089558030701685f,-0.40476909415925366f,-0.543273798547979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.513015463838907f,0.14816285118266662f,0.6179056140188552f,-0.08374215876866634f,0.2091255964460275f,0.7892823593740803f,-0.015629668468110536f,1.4740239208410768f,-0.6000217189549799f,0.14841014505333783f,-0.5337535105945468f,-0.5311550211985401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5198340787024959f,-0.058224874650181335f,0.6052952953654093f,-0.08374215876866634f,-0.10661723178101824f,0.7927158056241239f,-0.01531069564223073f,1.4740239208410768f,-0.5986696054643832f,-0.09061741270675883f,-0.522860581806903f,-0.5311550211985401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.305368480558067f,-0.7001648413542049f,0.4971806260273664f,-0.25718094385265633f,0.724019374748f,0.41092530948852585f,-1.3222490631538657f,2.120286779578124f,0.4617524498636016f,1.3350340201482507f,0.6677387888177244f,-0.8429721420866938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.31517774735169773f,0.9455011605521007f,0.08179573930798632f,-0.3759904986948231f,0.8473458885910737f,0.31917497638536496f,-0.4244199330111696f,1.969493331785619f,-0.42739669238555555f,-0.06445843501072941f,-0.9017633711200818f,-0.34028870718168913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3152676022383213f,0.9455011605521007f,0.08144872235664777f,-0.2725466809346989f,0.8478126031636651f,0.31917497638536496f,-0.4234868644553829f,1.691294755635231f,-0.4264037158559358f,-0.06445843501072941f,-0.9022333297214297f,-0.20042328645027868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6526667996543264f,0.7526464899346915f,-0.08688676434283468f,0.5085876908137861f,0.7505933699298342f,0.6579363061209124f,0.061068896382238474f,1.3841776024283297f,0.10312924728879991f,-0.02535898809017035f,-0.9943446485382662f,-0.4004008499250044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5822754518880604f,0.7535551072138659f,-0.3051393100215932f,0.31755945732818663f,0.6853211359072278f,0.6568687660164139f,0.31441750096154164f,1.6090755347360857f,0.4373673956839741f,-0.02604082610004963f,-0.8989057996078593f,-0.2568907410077649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9937166232221915f,0.0267832023728511f,-0.1086735147243335f,-0.13511255066143482f,0.06534359999587663f,0.9271255113633475f,-0.36901016262269865f,1.3272549806380638f,0.09087071404728753f,-0.37379265141239265f,-0.9230501433175933f,-0.0015373290538690035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9937166232221915f,0.058222350228428324f,-0.09558990880717096f,-0.12479329692364932f,0.06534359999587663f,0.9951788116350029f,-0.07313922895630406f,1.51339388763865f,0.09087071404728753f,-0.07892585638827132f,-0.9927301861643545f,-0.02254049079019707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9937166232221915f,0.0267832023728511f,-0.1086735147243335f,0.17543743919598007f,0.06534359999587663f,0.9271255113633475f,-0.36901016262269865f,1.3070281727314543f,0.09087071404728753f,-0.37379265141239265f,-0.9230501433175933f,-0.02992447476224578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9937166232221915f,0.058222350228428324f,-0.09558990880717096f,0.18575669293376557f,0.06534359999587663f,0.9951788116350029f,-0.07313922895630406f,1.4931670797320404f,0.09087071404728753f,-0.07892585638827132f,-0.9927301861643545f,-0.05092763649857385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9939209390497191f,0.061189440959102f,-0.09152605767559809f,0.3512291429727108f,0.06408688402647661f,0.9975211899354981f,-0.029057648312365007f,2.191476850444472f,0.08952116070684779f,-0.034746624940858985f,-0.9953786384290745f,-0.2482295731074846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9939209390497191f,0.061189440959102f,-0.09152605767559809f,0.3722719301601002f,0.06408688402647661f,0.9975211899354981f,-0.029057648312365007f,2.061659289022258f,0.08952116070684779f,-0.034746624940858985f,-0.9953786384290745f,-0.34056003586910977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9939209390497191f,0.061189440959102f,-0.09152605767559809f,-0.2326994087189992f,0.06408688402647661f,0.9975211899354981f,-0.029057648312365007f,2.229127894810027f,0.08952116070684779f,-0.034746624940858985f,-0.9953786384290745f,-0.19563589119221153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9939209390497191f,0.061189440959102f,-0.09152605767559809f,-0.2862006919603387f,0.06408688402647661f,0.9975211899354981f,-0.029057648312365007f,2.1041168496897984f,0.08952116070684779f,-0.034746624940858985f,-0.9953786384290745f,-0.2812522669008231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9721157157172344f,0.21586624334993065f,-0.0916122275548272f,0.25784435143419415f,0.21934336639127622f,0.9751975554940147f,-0.029634698895732555f,2.303678755046323f,0.08294288924140074f,-0.048902890921569235f,-0.9953536981313739f,-0.2649589455799683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9939162784219007f,0.061136169739372456f,-0.0916122275548272f,0.14397618559276293f,0.06408837766930386f,0.9975041175198608f,-0.029634698895732555f,2.3211130063872316f,0.08957182221924186f,-0.035325688677260096f,-0.9953536981313739f,-0.25499760465164334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9496133765046031f,0.29970185003515853f,-0.09172369513397399f,0.12152342965113708f,0.303499218261879f,0.9523472012317125f,-0.030381455207953132f,2.31826171180059f,0.07824742601488709f,-0.056688706032399755f,-0.9953209185636648f,-0.2527536372507592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957489545922218f,-0.008413274004047344f,-0.09172369513397399f,0.15106433864239094f,-0.005646560507571952f,0.999522427729304f,-0.030381455207953132f,2.3263721975197083f,0.0919354979479184f,-0.02973437886775769f,-0.9953209185636648f,-0.2557235433722443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9848057586285947f,0.1474597623859736f,-0.09172369513397399f,0.21202791361399267f,0.1507827142997527f,0.988099964703899f,-0.030381455207953132f,2.4261926729600543f,0.086152137758486f,-0.04375017976221258f,-0.9953209185636648f,-0.2957854921615275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9848057586285947f,0.14752903963084882f,-0.0916122275548272f,0.17883387969705175f,0.1507827142997527f,0.9881226430407102f,-0.029634698895732555f,2.2038650782758946f,0.086152137758486f,-0.04299796246150533f,-0.9953536981313739f,-0.2861109506076888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.991256260435326f,-0.09504739298968712f,-0.09152605767559809f,-0.13025530940217253f,-0.09274882557583046f,0.9952654462146564f,-0.029057648312365007f,2.3286870218620974f,0.09385457635127395f,-0.02031464144416236f,-0.9953786384290745f,-0.22993867540370397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9939209390497192f,0.061189440959102004f,-0.09152605767559809f,-0.01515388472649834f,0.06408688402647661f,0.9975211899354981f,-0.029057648312365007f,2.3313575761959897f,0.08952116070684779f,-0.03474662494085898f,-0.9953786384290745f,-0.2406003264099896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9792003049636776f,-0.18107938459527578f,-0.09152605767559809f,0.006782493738742193f,-0.17913898748879623f,0.9833945679309217f,-0.029057648312365007f,2.325617123326194f,0.09526796901650436f,-0.012057372788147313f,-0.9953786384290745f,-0.24244981976747673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9872314379648045f,0.13037280644485427f,-0.09152605767559809f,-0.021536016613945067f,0.13351433229292783f,0.9906208034091193f,-0.029057648312365007f,2.3374589147865805f,0.08687928962829972f,-0.04090666440525316f,-0.9953786384290745f,-0.24019159670200058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9954717809788037f,-0.025669321012672865f,-0.09152605767559809f,-0.0754219522932294f,-0.023096686130959568f,0.9993108606256229f,-0.029057648312365007f,2.4447317429232784f,0.09220887356787573f,-0.026812120289628337f,-0.9953786384290745f,-0.26976338749614326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9954717809788037f,-0.025669321012672865f,-0.09152605767559809f,-0.06964635506537802f,-0.023096686130959568f,0.9993108606256229f,-0.029057648312365007f,2.2198867992825138f,0.09220887356787573f,-0.026812120289628337f,-0.9953786384290745f,-0.26373066043097687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9939209390497191f,0.061189440959102f,-0.09152605767559809f,0.026094363126659526f,0.06408688402647661f,0.9975211899354981f,-0.029057648312365007f,1.7015543804470223f,0.08952116070684779f,-0.034746624940858985f,-0.9953786384290745f,-0.22600757778623404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937599675437276f,0.06958496833775865f,-0.08717258220864178f,3.0037671669627376e-17f,0.06472578530115086f,0.9962518353719078f,0.05738338814722262f,1.327959942182557f,0.09083886626680568f,0.05138300010254961f,-0.9945391333053832f,-0.24527620282469015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9536480603702735f,-0.2983303803962609f,-0.03942538629661843f,0.2281564109550484f,-0.3005143193643628f,0.9373045221504688f,0.1764975257992465f,0.7314562061086163f,-0.015700981147338505f,0.180164416267209f,-0.9835111907355741f,-0.2207058736480702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9536480603702735f,-0.29081987463507364f,0.07732514124950139f,0.12500000000000003f,-0.3005143193643628f,0.9337785063067434f,-0.19429061999108768f,1.0630070257333135f,-0.015700981147338505f,-0.20852218509498577f,-0.9778915980384653f,-0.3010102610197792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9658368601271418f,0.25689520669157334f,0.03411762592323462f,-0.22261533345309026f,0.2587978570732772f,0.9492571204953838f,0.1787025135891828f,0.7253235559746481f,0.013521419822768466f,0.18142704309916502f,-0.9833114456967692f,-0.2102376349103065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9658368601271418f,0.2503888242617969f,-0.06681763468231207f,-0.12499999999999997f,0.2587978570732772f,0.9453630186226953f,-0.19827362960026984f,1.0942835049898543f,0.013521419822768466f,-0.208792240529624f,-0.9778665407409112f,-0.2993966880427503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9761320326109136f,0.21688029894654315f,0.011366214838030537f,3.253970749771847e-17f,0.19666372439053323f,0.9049209720406348f,-0.37741411456101753f,1.1525369887209316f,-0.09213921217229167f,-0.3661706846402243f,-0.9259748351280281f,-0.2657068758141032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9761320326109136f,-0.21688029894654304f,-0.011366214838030308f,3.4248199720085785e-17f,-0.19666372439053323f,0.9049209720406348f,-0.37741411456101753f,1.1646360828247562f,0.09213921217229142f,-0.3661706846402243f,-0.9259748351280281f,-0.2796577735223798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.1956471502808416e-17f,1.1089690210098942e-16f,3.253970749771847e-17f,0f,0.9055419258695664f,-0.4242567860299193f,1.1525369887209316f,-1.2246467991473532e-16f,-0.4242567860299193f,-0.9055419258695664f,-0.2657068758141032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9752480742667119f,0.2211135311080488f,1.1660168879750528e-16f,3.234002934779303e-17f,0.2105277306169321f,0.9285581159823932f,0.305708848227383f,1.183744423465689f,0.0675963629225311f,0.29814196552004973f,-0.952125044369429f,-0.2640763799840854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9752480742667119f,-0.22111353110804885f,1.1660168879750528e-16f,3.234002934779303e-17f,-0.2105277306169321f,0.9285581159823932f,0.305708848227383f,1.183744423465689f,-0.06759636292253135f,0.29814196552004973f,-0.952125044369429f,-0.2640763799840854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.743853624526886e-17f,1.1660168879750528e-16f,3.234002934779303e-17f,0f,0.952125044369429f,0.305708848227383f,1.183744423465689f,-1.2246467991473532e-16f,0.305708848227383f,-0.952125044369429f,-0.2640763799840854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.97123595849404f,0.23798419000662818f,-0.008014875860081051f,-0.19374999999999998f,0.23779477577047975f,0.9711196623287255f,0.019499898841006592f,1.2687238657926057f,0.012424071169736704f,0.01703310733340565f,-0.9997777331537935f,-0.2588019864184434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9708793101457373f,-0.23942008799795678f,0.00844905876343336f,0.19375000000000003f,-0.23924280964082023f,0.9707938500319242f,0.01794933913436155f,1.263795896066645f,-0.012499726641153456f,0.015405265438956643f,-0.9998031979498024f,-0.2603111631410365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.7024347947051712e-17f,1.212755927777568e-16f,-0.007812499999999967f,0f,0.9902903666770988f,0.13901435057769088f,1.1104069518155089f,-1.2246467991473532e-16f,0.13901435057769088f,-0.9902903666770988f,-0.26790804518462724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.389700797614086e-18f,1.2229787222325475e-16f,3.138157422815092e-17f,0f,0.9986379118322385f,0.0521758665605695f,1.3335401102405247f,-1.2246467991473532e-16f,0.0521758665605695f,-0.9986379118322385f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3656357403144487f,-0.35698291569436347f,-0.8595776307623744f,-1.6449090490760847f,0.09646393731269404f,0.933085039531551f,-0.34647801921700105f,1.9387663553665373f,0.9257457611044398f,0.04376650436983613f,0.37560521680669906f,0.8501994207610474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1912410971432209f,-0.35698291569436347f,-0.914324909791814f,-1.636340950923916f,-0.1188662765074455f,0.933085039531551f,-0.33944530827757724f,1.9376657169663638f,0.9743190704654782f,0.04376650436983613f,-0.22087743665329979f,0.9435505792389521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09139304695646598f,-0.35698291569436347f,-0.9296292319362407f,-1.5011806152095641f,-0.011740142935183856f,0.933085039531551f,-0.3594641540491421f,1.992135659273822f,0.9957456904309832f,0.04376650436983613f,0.08108645437661244f,0.8847120318435079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.37977863254997035f,0.6162666215570514f,0.6899156770309931f,1.5093605655896936f,0.052982655934744965f,0.730077894650828f,-0.6813069102191135f,2.506944786062332f,-0.9235588927775942f,0.2952993716499797f,0.24461654211142794f,-0.13693735973007884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.012885914628068262f,0.6162666215570514f,0.7874321585754909f,1.4915653603362324f,0.38426305874533484f,0.730077894650828f,-0.5650912930013116f,2.485737286270569f,-0.9231337145223752f,0.2952993716499797f,-0.24621621842447647f,-0.04736819582547628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1898155227035837f,0.6162666215570514f,0.7643202983667412f,1.3858149182079518f,0.22621333111214317f,0.730077894650828f,-0.6448362556256919f,2.5930664745103043f,-0.9554044149824272f,0.2952993716499797f,-0.0008276081281680844f,-0.09202863655855234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.4996626102405246f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77.mcfunction new file mode 100644 index 000000000..f9ae2f9ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..2d6fb2e76 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.44115483232345626f,-0.020005245343623027f,-0.6869691758156614f,0.04612000377668289f,-0.14643274095596667f,0.8003119495028148f,0.07072962818770594f,1.467386275040757f,0.6714791960576519f,0.16138468975150588f,-0.43590723281453386f,-0.5448987911190499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4067555228135445f,0.1472720411972041f,-0.6729493967173826f,0.04612000377668289f,0.16749052558999716f,0.779195964430545f,0.06928616638795684f,1.467386275040757f,0.6682042116735473f,-0.10566264664848288f,-0.4270111668387271f,-0.5448987911190499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5324416785374618f,0.15166608784477886f,0.6003729684108989f,-0.08126609438235265f,0.20990319668025437f,0.7891203956807609f,-0.013194452944106786f,1.4756907971018962f,-0.5825727005482363f,0.14570807583295997f,-0.5534642261767565f,-0.5332661985228383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5387285565321212f,-0.06233673280760382f,0.5881204588514929f,-0.08126609438235265f,-0.10585276833975503f,0.7928607262302048f,-0.012925178394227056f,1.4756907971018962f,-0.5818648759047306f,-0.08652167673239952f,-0.542169037887435f,-0.5332661985228383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.351399201337079f,-0.6072900043082596f,0.4963116957042006f,-0.28573898718274116f,0.6923464359828876f,0.45916665957924363f,-1.3233399568185922f,2.1072792453082108f,0.3684872605766699f,1.3644673244156904f,0.6662224173611906f,-0.8510267029806129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3160930224755913f,0.9451571527647217f,0.08223841997466792f,-0.3762480867395833f,0.8475002963893046f,0.3202638020848268f,-0.42328990620402496f,1.9710634610274251f,-0.4264134716003782f,-0.06410190053232065f,-0.9022541202930902f,-0.34001404280240843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3161418051039247f,0.9451571527647217f,0.08205068947496202f,-0.2725155715601641f,0.8477515232209715f,0.3202638020848268f,-0.42278653236674174f,1.6928904490635692f,-0.4258775809339522f,-0.06410190053232065f,-0.9025071924400323f,-0.20029482839330462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6530094809220968f,0.7523416878276001f,-0.08695172558708528f,0.5089450750331546f,0.7504263006598786f,0.6582499600544933f,0.05972735860715722f,1.385792153701799f,0.10217135167836117f,-0.02624833032740152f,-0.9944204543608505f,-0.399884035538443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.583222725167033f,0.7528092071847813f,-0.30517134601164747f,0.3175890917689514f,0.6852044004982284f,0.6577011857515136f,0.3129282342629329f,1.6106370556783605f,0.43628681207045794f,-0.026597891624612763f,-0.8994144593981811f,-0.25672791903035297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9937446421871001f,0.026617376892288148f,-0.10845783222896434f,-0.13507987194079168f,0.06506685383394455f,0.9273090483108056f,-0.36859765795927135f,1.3287442998868075f,0.09076282640257731f,-0.3733489576365277f,-0.9232403073821754f,-0.0015600736983852198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9937446421871001f,0.057999342679540405f,-0.09543407343906857f,-0.12480145814737204f,0.06506685383394455f,0.9952298113882672f,-0.0726906256420068f,1.5148955731118452f,0.09076282640257731f,-0.07844551467621028f,-0.9927781275645632f,-0.022473470997453143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9937446421871001f,0.026617376892288148f,-0.10845783222896434f,0.17547149663054634f,0.06506685383394455f,0.9273090483108056f,-0.36859765795927135f,1.308498914176053f,0.09076282640257731f,-0.3733489576365277f,-0.9232403073821754f,-0.029918878960449966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9937446421871001f,0.057999342679540405f,-0.09543407343906857f,0.185749910423966f,0.06506685383394455f,0.9952298113882672f,-0.0726906256420068f,1.4946501874010907f,0.09076282640257731f,-0.07844551467621028f,-0.9927781275645632f,-0.05083227625951789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.993845727474855f,0.061594161437218756f,-0.09206969782084731f,0.35146031000028327f,0.06450183083615257f,0.9974977595449758f,-0.02894362661343987f,2.1929175926762015f,0.09005655888807133f,-0.034704163721370675f,-0.9953318226710325f,-0.24819730568289222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.993845727474855f,0.061594161437218756f,-0.09206969782084731f,0.37239872043023353f,0.06450183083615257f,0.9974977595449758f,-0.02894362661343987f,2.0630980890817137f,0.09005655888807133f,-0.034704163721370675f,-0.9953318226710325f,-0.34054876455143285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.993845727474855f,0.061594161437218756f,-0.09206969782084731f,-0.23242405489119403f,0.06450183083615257f,0.9974977595449758f,-0.02894362661343987f,2.230812418292441f,0.09005655888807133f,-0.034704163721370675f,-0.9953318226710325f,-0.1952890773361503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.993845727474855f,0.061594161437218756f,-0.09206969782084731f,-0.28602407402185787f,0.06450183083615257f,0.9974977595449758f,-0.02894362661343987f,2.105830552010665f,0.09005655888807133f,-0.034704163721370675f,-0.9953318226710325f,-0.2808862942880856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9719760858452966f,0.21628327496055805f,-0.09210881346099346f,0.2581159643804829f,0.21975019851695504f,0.9751189303093099f,-0.029204828439597052f,2.3051515304131303f,0.08350053171456642f,-0.04862732487771742f,-0.9953205737241754f,-0.2648331510474709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9938436057423022f,0.06156990992316898f,-0.09210881346099346f,0.14426054030836927f,0.06450250070512437f,0.9974901029075925f,-0.029204828439597052f,2.322633341290264f,0.09007949116155502f,-0.03496628080671035f,-0.9953205737241754f,-0.25480971237527367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9494320246608645f,0.30014241801100694f,-0.09215942414575679f,0.12180103049998375f,0.303899625305419f,0.9522458913937574f,-0.02954285130001358f,2.319777045165851f,0.07889137017188584f,-0.0560561435902854f,-0.995305913012772f,-0.2526055695962255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957126217312067f,-0.007938228158069272f,-0.09215942414575679f,0.15134463406108972f,-0.005234444318017228f,0.9995498089288734f,-0.02954285130001358f,2.3278754945355793f,0.09235245268994562f,-0.02893378654728019f,-0.995305913012772f,-0.255581511704222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9846955595426043f,0.147923275917618f,-0.09215942414575679f,0.21233995152536916f,0.15119404001845319f,0.9880625396198177f,-0.02954285130001358f,2.4276981593899776f,0.08668919932711133f,-0.04302467015372196f,-0.995305913012772f,-0.2955896528763414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9846955595426043f,0.1479547954609284f,-0.09210881346099346f,0.17905012254666033f,0.15119404001845319f,0.9880725885574968f,-0.029204828439597052f,2.2053818269645413f,0.08668919932711133f,-0.042684168510148446f,-0.9953205737241754f,-0.28598571496155806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912452870712398f,-0.09463588960977241f,-0.09206969782084731f,-0.12995604380941214f,-0.09233532212933931f,0.9953072162733138f,-0.02894362661343987f,2.330330660715621f,0.0943767404942887f,-0.02018894826468309f,-0.9953318226710325f,-0.22963904675114932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.993845727474855f,0.06159416143721876f,-0.09206969782084731f,-0.01485920385672189f,0.06450183083615257f,0.9974977595449759f,-0.02894362661343987f,2.3329531832792614f,0.09005655888807135f,-0.034704163721370675f,-0.9953318226710325f,-0.2403619397053852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9792252382392744f,-0.18066849071826055f,-0.09206969782084731f,0.007073746381524804f,-0.17873069804824598f,0.9834722182419028f,-0.02894362661343987f,2.3272035631692556f,0.09577719128489345f,-0.011886648305443124f,-0.9953318226710325f,-0.24222357539402362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9871281777281512f,0.13077129454998024f,-0.09206969782084731f,-0.02123852707433474f,0.1339266338916093f,0.9905684848676163f,-0.02894362661343987f,2.3390571983302992f,0.0874163455514052f,-0.04090165410833261f,-0.9953318226710325f,-0.23994934360515702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9954321293205644f,-0.025259585497493284f,-0.09206969782084731f,-0.07509471605898937f,-0.022681276226081445f,0.9993236843922084f,-0.02894362661343987f,2.4463551136618262f,0.09273853365825613f,-0.026723157621749292f,-0.9953318226710325f,-0.26948428570443383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9954321293205644f,-0.025259585497493284f,-0.09206969782084731f,-0.0694113093220534f,-0.022681276226081445f,0.9993236843922084f,-0.02894362661343987f,2.2215072846735797f,0.09273853365825613f,-0.026723157621749292f,-0.9953318226710325f,-0.26347157523954023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.993845727474855f,0.061594161437218756f,-0.09206969782084731f,0.02612957693263032f,0.06450183083615257f,0.9974977595449758f,-0.02894362661343987f,1.7031314423839303f,0.09005655888807133f,-0.034704163721370675f,-0.9953318226710325f,-0.22583864173487692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937643794282818f,0.06967887182034743f,-0.08704718835990904f,3.0037731634660563e-17f,0.06478523427441438f,0.9962218669181194f,0.057834810401575655f,1.3295482422896356f,0.09074817683860727f,0.051834801977248386f,-0.9945239673856273f,-0.24527669247634507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9536857719996574f,-0.29822248377825517f,-0.03932935868464728f,0.22806806038829594f,-0.30039356728379185f,0.9373736011109987f,0.17633614681827547f,0.733160932958089f,-0.015721101104419228f,0.17998356066409701f,-0.9835439821740246f,-0.22039803399889923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9536857719996574f,-0.2906301517426226f,0.07757295394322371f,0.12500000000000003f,-0.30039356728379185f,0.933646661608975f,-0.19510924119819148f,1.0646013899603035f,-0.015721101104419228f,-0.2093753236761109f,-0.9777089652936546f,-0.301056409816461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9658855676606164f,0.25673308060664174f,0.03395873241380433f,-0.22253647832451443f,0.2586153201432738f,0.949383295361374f,0.17829603101575253f,0.7268837633418994f,0.01353463601729883f,0.18099581158414077f,-0.983390731000083f,-0.2101308915207452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9658855676606164f,0.25018241609538977f,-0.06688668672913932f,-0.12499999999999997f,0.2586153201432738f,0.9453364372577456f,-0.19863820523762393f,1.0958399369129261f,0.01353463601729883f,-0.20915969752680771f,-0.9777878269636894f,-0.2994308336301973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9780939583849594f,0.20787861694893967f,0.010894456674724008f,3.254165240275916e-17f,0.190104127682845f,0.913335385445818f,-0.3601095587879939f,1.1541270821105258f,-0.08480936981717288f,-0.3501499026244832f,-0.9328464056227471f,-0.26572275716897253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9780939583849594f,-0.20787861694893955f,-0.010894456674723782f,3.422241516681699e-17f,-0.190104127682845f,0.913335385445818f,-0.3601095587879939f,1.1664824275934198f,0.08480936981717263f,-0.3501499026244832f,-0.9328464056227471f,-0.27944722666685584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.989410945608837e-17f,1.118399555981781e-16f,3.254165240275916e-17f,0f,0.9132425420622945f,-0.4074163219209538f,1.1541270821105258f,-1.2246467991473532e-16f,-0.4074163219209538f,-0.9132425420622945f,-0.26572275716897253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9770628610619578f,0.21295108718534725f,1.165548588955593e-16f,3.234163892437843e-17f,0.20267463186794005f,0.92991239582267f,0.30689726243897475f,1.1853343736738564f,0.06535410569058639f,0.2998579172907072f,-0.9517426492006456f,-0.2640895231743221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9770628610619578f,-0.2129510871853473f,1.165548588955593e-16f,3.234163892437843e-17f,-0.20267463186794005f,0.92991239582267f,0.30689726243897475f,1.1853343736738564f,-0.06535410569058664f,0.2998579172907072f,-0.9517426492006456f,-0.2640895231743221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.7584075011297565e-17f,1.165548588955593e-16f,3.234163892437843e-17f,0f,0.9517426492006456f,0.30689726243897475f,1.1853343736738564f,-1.2246467991473532e-16f,0.30689726243897475f,-0.9517426492006456f,-0.2640895231743221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9723216105255837f,0.23345095428377063f,-0.009557073240897877f,-0.19374999999999998f,0.2333271796570964f,0.9723179111910368f,0.012502272208044098f,1.2684394801700278f,0.012211180868372935f,0.009926304503479665f,-0.9998761701034303f,-0.258730606128756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9718959411318712f,-0.2351945718977469f,0.010089249785294931f,0.19375000000000003f,-0.23508914505667652f,0.9719158061532588f,0.010618833550918444f,1.2624774054236823f,-0.012303393349618214f,0.007948528121404327f,-0.999892717951675f,-0.26055704677029146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.7034988720885296e-17f,1.2127409857796467e-16f,-0.007812499999999967f,0f,0.9902781656098755f,0.1391012390898806f,1.1119972385000296f,-1.2246467991473532e-16f,0.1391012390898806f,-0.9902781656098755f,-0.26792762306175066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.400431308183392e-18f,1.2229731111389083e-16f,3.138157422815092e-17f,0f,0.9986333300265756f,0.05226348782881417f,1.3351293731778426f,-1.2246467991473532e-16f,0.05226348782881417f,-0.9986333300265756f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3646560918449115f,-0.3572461922258938f,-0.859884348514668f,-1.6448353996129519f,0.09691321660709354f,0.9330184935228616f,-0.3465318444114429f,1.9309908763438894f,0.9260851813560466f,0.043030789958234214f,0.37485275507632115f,0.8501926089704125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.19329111593277754f,-0.3572461922258938f,-0.9137908418459669f,-1.6364146003870483f,-0.11892637528695568f,0.9330184935228616f,-0.3396071377421801f,1.9299091594493818f,0.9739071114652401f,0.043030789958234214f,-0.2228301805254453f,0.943557391029587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08982185840963718f,-0.3572461922258938f,-0.9296812313325136f,-1.5011728153001231f,-0.011538313541416295f,0.9330184935228616f,-0.3596433762283825f,1.984396524330893f,0.995891008631195f,0.043030789958234214f,0.07968343644140419f,0.8849224845337891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3823484433998787f,0.6147074662404685f,0.6898872362769968f,1.501628358067334f,0.05453333413326661f,0.730303429057296f,-0.6809427413340012f,2.499274967509513f,-0.9224076014962143f,0.2979792483636711f,0.24570833165894568f,-0.14187520377383983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.012226263530617065f,0.6147074662404685f,0.78866041451838f,1.4836717105197712f,0.38656110342472644f,0.730303429057296f,-0.5632294513128846f,2.4778750682837574f,-0.9221827540130739f,0.2979792483636711f,-0.24655087861430108f,-0.052384055485419134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1915375738406685f,0.6147074662404685f,0.7651457957510147f,1.3778781649309004f,0.2282655917413955f,0.730303429057296f,-0.6438569104499117f,2.585153554464122f,-0.9545722484098208f,0.2979792483636711f,-0.00043601656007920606f,-0.0970642271456176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5012518731778426f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78.mcfunction new file mode 100644 index 000000000..bca4d9f77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..1c63cd7e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4664081024501009f,-0.024410101845711147f,-0.6699343798770313f,0.04301814045499229f,-0.1439541804557322f,0.8007335782461683f,0.07104488048304683f,1.468954243935414f,0.654740498474517f,0.1586641989908685f,-0.46161130408642675f,-0.5469300236841599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.43126162404222734f,0.152752320045771f,-0.6562622496754593f,0.04301814045499229f,0.16989174190112977f,0.778648402105727f,0.06959498496298465f,1.468954243935414f,0.6520354343609407f,-0.10184986312623343f,-0.4521906652275201f,-0.5469300236841599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5542891681099466f,0.1555663660895132f,0.5792297198021967f,-0.07851222398234127f,0.21053268972736972f,0.7889939907262299f,-0.010436167807262569f,1.4768814822350096f,-0.561590552908956f,0.14223935033613527f,-0.575611381527339f,-0.5358390301462924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5599631886809991f,-0.06699693041421598f,0.567408705112356f,-0.07851222398234127f,-0.10523567561424722f,0.792982306909017f,-0.010223184790787824f,1.4768814822350096f,-0.5615751774252677f,-0.08179530698228574f,-0.5638642104757607f,-0.5358390301462924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4183893519037507f,-0.428699760013191f,0.49577657485069815f,-0.33974506800589155f,0.6270178463711614f,0.543367500051564f,-1.3240115672530144f,2.0831031766189096f,0.19085732036819555f,1.4008477881812664f,0.6652858089644824f,-0.8614630423329859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.31665753305222516f,0.9449444350345241f,0.08251073541402232f,-0.3764068833482659f,0.8475943231004245f,0.3209348208595243f,-0.42259283501710965f,1.9722129246835545f,-0.42580731582396747f,-0.06388157369029743f,-0.9025559674245355f,-0.33984478233665605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3166807285278015f,0.9449444350345241f,0.08242166509107159f,-0.2724964035409777f,0.8477131533193627f,0.3209348208595243f,-0.4223544133180182f,1.6940558918037425f,-0.42555343479807944f,-0.06388157369029743f,-0.9026756996144341f,-0.20021562816369298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6532199220108453f,0.7521545208063452f,-0.08699028864604541f,0.5091651746883904f,0.7503234351741143f,0.6584417504558671f,0.05889994809106927f,1.3869694230951706f,0.10157990016072f,-0.026796232705197466f,-0.9944664327146228f,-0.3995652017802903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5838061143728709f,0.7523495826533461f,-0.3051893286178045f,0.31760734811156177f,0.6851318743296283f,0.6582129195378221f,0.312009723135461f,1.611781429284386f,0.4356199439860631f,-0.026941752631048588f,-0.8997274066997998f,-0.2566275349542727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9937620383343492f,0.026513134214771868f,-0.10832388877652488f,-0.1350593256282309f,0.06489405944559985f,0.9274222025317077f,-0.3683433443133011f,1.3298441764478817f,0.09069604299102796f,-0.37307520952931955f,-0.9233575232922641f,-0.00157415122056246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9937620383343492f,0.05785964709804758f,-0.09533767567572032f,-0.12480650227032022f,0.06489405944559985f,0.9952612548985538f,-0.07241405627657482f,1.516003073889632f,0.09069604299102796f,-0.0781491889621728f,-0.9928076007214712f,-0.022432171655479033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9937620383343492f,0.026513134214771868f,-0.10832388877652488f,0.17549289081728556f,0.06489405944559985f,0.9274222025317077f,-0.3683433443133011f,1.3095873341712283f,0.09069604299102796f,-0.37307520952931955f,-0.9233575232922641f,-0.029915485023965023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9937620383343492f,0.05785964709804758f,-0.09533767567572032f,0.18574571417519622f,0.06489405944559985f,0.9952612548985538f,-0.07241405627657482f,1.4957462316129786f,0.09069604299102796f,-0.0781491889621728f,-0.9928076007214712f,-0.050773505458881596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9937991287838914f,0.061843446845657485f,-0.09240497665508353f,0.3516026308964362f,0.06475736822337275f,0.9974832479814112f,-0.028873054172310432f,2.1939875430733315f,0.09038680705258212f,-0.034677919180697625f,-0.9953028016800397f,-0.24817742762442915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9937991287838914f,0.061843446845657485f,-0.09240497665508353f,0.3724767008087108f,0.06475736822337275f,0.9974832479814112f,-0.028873054172310432f,2.0641668869386245f,0.09038680705258212f,-0.034677919180697625f,-0.9953028016800397f,-0.3405418306488175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9937991287838914f,0.061843446845657485f,-0.09240497665508353f,-0.23225435726410004f,0.06475736822337275f,0.9974832479814112f,-0.028873054172310432f,2.232032496904563f,0.09038680705258212f,-0.034677919180697625f,-0.9953028016800397f,-0.19507517848103717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9937991287838914f,0.061843446845657485f,-0.09240497665508353f,-0.2859152220106172f,0.06475736822337275f,0.9974832479814112f,-0.028873054172310432f,2.107068643386609f,0.09038680705258212f,-0.034677919180697625f,-0.9953028016800397f,-0.28066057097648184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9718897996347345f,0.2165402833344489f,-0.0924149504105899f,0.2582832302901886f,0.22000072016261785f,0.9750703493460672f,-0.02893953963124158f,2.3062411915831817f,0.08384450187033579f,-0.04845739901785124f,-0.9952999447335161f,-0.2647555870898928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9937985868256565f,0.06183725223468593f,-0.0924149504105899f,0.14443568583332736f,0.06475753775060822f,0.997481310276243f,-0.02893953963124158f,2.32375229029874f,0.09039264421293645f,-0.03474463822884733f,-0.9952999447335161f,-0.2546938443026327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9493199953084918f,0.3004141104499308f,-0.09242785700243128f,0.12197198792851696f,0.3041461367155627f,0.9521830933486658f,-0.02902557944235837f,2.320892937194415f,0.07928854916369324f,-0.05566613857223385f,-0.9952962408187694f,-0.2525142573212572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956900330664867f,-0.0076452143198506295f,-0.09242785700243128f,0.1515172482352779f,-0.004980592371912201f,0.9995662606539201f,-0.02902557944235837f,2.328983969220133f,0.09260967417977015f,-0.02844013467519726f,-0.9952962408187694f,-0.2554939249477785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9846274115187998f,0.14820914862357817f,-0.09242785700243128f,0.21253214358009764f,0.1514473402426652f,0.9880390776034408f,-0.02902557944235837f,2.4288079634324315f,0.08702047816008694f,-0.04257733426151024f,-0.9952962408187694f,-0.29546888281909695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9846274115187998f,0.14821719679711923f,-0.0924149504105899f,0.17918327430074588f,0.1514473402426652f,0.9880416014416369f,-0.02893953963124158f,2.206498603108064f,0.08702047816008694f,-0.04249066243599677f,-0.9952999447335161f,-0.2859084837709977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912382589169996f,-0.09438238367708451f,-0.09240497665508353f,-0.12977165403769653f,-0.09208066072271269f,0.9953328582256448f,-0.028873054172310432f,2.33152556023133f,0.09469881720519853f,-0.02011136464291028f,-0.9953028016800397f,-0.22945424417705484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9937991287838914f,0.061843446845657485f,-0.09240497665508353f,-0.014677669411306438f,0.06475736822337275f,0.9974832479814112f,-0.028873054172310432f,2.334118502479385f,0.09038680705258213f,-0.034677919180697625f,-0.9953028016800397f,-0.24021491229379033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9792403313271373f,-0.18041533690817912f,-0.09240497665508353f,0.0072531631416618975f,-0.17847924054855685f,0.9835199578229074f,-0.028873054172310432f,2.328363237248407f,0.0960912805385f,-0.011781289077813228f,-0.9953028016800397f,-0.24208403793289568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9870643032782082f,0.13101672215133037f,-0.09240497665508353f,-0.021055260798546374f,0.13418053652709466f,0.9905361832664489f,-0.028873054172310432f,2.3402241653114513f,0.08774761997459785f,-0.040898510445458336f,-0.9953028016800397f,-0.23979993099478436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9954074346066171f,-0.025007187351772986f,-0.09240497665508353f,-0.07489312504937591f,-0.022425446469667598f,0.9993314996003073f,-0.028873054172310432f,2.4475375325739757f,0.09306523776636087f,-0.02666822992540796f,-0.9953028016800397f,-0.269312133741069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9954074346066171f,-0.025007187351772986f,-0.09240497665508353f,-0.069266507895227f,-0.022425446469667598f,0.9993314996003073f,-0.028873054172310432f,2.2226879451639068f,0.09306523776636087f,-0.02666822992540796f,-0.9953028016800397f,-0.2633117820078522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9937991287838914f,0.061843446845657485f,-0.09240497665508353f,0.026151272214831326f,0.06475736822337275f,0.9974832479814112f,-0.028873054172310432f,1.7042853924883967f,0.09038680705258212f,-0.034677919180697625f,-0.9953028016800397f,-0.22573448675681618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937670926256527f,0.06973672590621678f,-0.08696984922511172f,3.003776861073883e-17f,0.06482189528529056f,0.9962032861931124f,0.058113117879414346f,1.3307091601659795f,0.09069226817088819f,0.052113353738989725f,-0.9945145101284821f,-0.24527699440893733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537090153119362f,-0.29815594372378845f,-0.0392701837901749f,0.22801354549930697f,-0.3003191156743203f,0.9374161705641311f,0.17623663616136728f,0.734393810802126f,-0.015733495267463055f,0.17987205560357894f,-0.983564182318374f,-0.22020832144445424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537090153119362f,-0.2905130735429715f,0.07772559561272639f,0.12500000000000003f,-0.3003191156743203f,0.9335650075138717f,-0.19561391951039409f,1.0657660495936945f,-0.015733495267463055f,-0.2099012406972401f,-0.9775959933839888f,-0.3010848621836019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9659155808541716f,0.2566330709389556f,0.033860855919325444f,-0.2224878561587276f,0.2585027738587578f,0.9494609852304157f,0.1780453690288411f,0.728027396229312f,0.013542768198423233f,0.18072992122426576f,-0.9834395197488224f,-0.21006508509405702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9659155808541716f,0.2500551471214576f,-0.06692917197466687f,-0.12499999999999997f,0.2585027738587578f,0.9453199603667329f,-0.19886298911453199f,1.0969812087827404f,0.013542768198423233f,-0.20938623624848116f,-0.9777392277592318f,-0.29945188883341844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9796629652001242f,0.20037514583667165f,0.01050121641681559f,3.2542851512695574e-17f,0.18447875942220576f,0.920057122435368f,-0.3456334456877606f,1.1552891062926858f,-0.07891807104424277f,-0.33666703489780947f,-0.938310847041519f,-0.2657325486446637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9796629652001242f,-0.20037514583667154f,-0.01050121641681536f,3.420012631550568e-17f,-0.18447875942220576f,0.920057122435368f,-0.3456334456877606f,1.1678542291465799f,0.07891807104424252f,-0.33666703489780947f,-0.938310847041519f,-0.27926522438401946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.816680814694196e-17f,1.1259465537739463e-16f,3.2542851512695574e-17f,0f,0.9194051334293889f,-0.3933118363635749f,1.1552891062926858f,-1.2246467991473532e-16f,-0.3933118363635749f,-0.9194051334293889f,-0.2657325486446637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9785211279825116f,0.2061465548871318f,1.1651651169320028e-16f,3.234263129122236e-17f,0.19613391787528248f,0.9309938876253852f,0.30786663908755035f,1.1864963094590217f,0.06346564701257838f,0.30125401094813453f,-0.9514295205305205f,-0.26409762646454926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9785211279825116f,-0.20614655488713185f,1.1651651169320028e-16f,3.234263129122236e-17f,-0.19613391787528248f,0.9309938876253852f,0.30786663908755035f,1.1864963094590217f,-0.06346564701257863f,0.30125401094813453f,-0.9514295205305205f,-0.26409762646454926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.7702789412282193e-17f,1.1651651169320028e-16f,3.234263129122236e-17f,0f,0.9514295205305205f,0.30786663908755035f,1.1864963094590217f,-1.2246467991473532e-16f,0.30786663908755035f,-0.9514295205305205f,-0.26409762646454926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9732095971510684f,0.22966636457217943f,-0.010790782976870401f,-0.19374999999999998f,0.2296048503905415f,0.9732612347013909f,0.006646931973578289f,1.2680370830769478f,0.012028827465393943f,0.003991241877295555f,-0.9999196854238268f,-0.25867192237559833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9727285858336483f,-0.23166572366766014f,0.01140573450550536f,0.19375000000000003f,-0.23162867615169838f,0.9727939275650432f,0.004486744564737279f,1.261223396294555f,-0.012134854192876498f,0.0017224895114057448f,-0.9999248863507703f,-0.26075965170464566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.7041549132637873e-17f,1.212731768767458e-16f,-0.007812499999999967f,0f,0.9902706393482668f,0.13915480891717402f,1.1131593820181322f,-1.2246467991473532e-16f,0.13915480891717402f,-0.9902706393482668f,-0.2679396935878183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.40704708714293e-18f,1.2229696469758237e-16f,3.138157422815092e-17f,0f,0.9986305013227511f,0.05231750976366219f,1.3362908846574344f,-1.2246467991473532e-16f,0.05231750976366219f,-0.9986305013227511f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.36404901557994496f,-0.357408707389063f,-0.8600740259639009f,-1.644789770040435f,0.0971916383355848f,0.9329771767390939f,-0.34656510661287665f,1.9244296196848272f,0.9262948233110874f,0.04257468222346246f,0.37438656057697006f,0.8501884484708062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.19456054519874802f,-0.357408707389063f,-0.9134578316126288f,-1.6364602299595654f,-0.11896374757953188f,0.9329771767390939f,-0.3397075425211855f,1.9233596256245549f,0.973649742470977f,0.04257468222346246f,-0.22403922741290594f,0.9435615515291933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08884842752927456f,-0.357408707389063f,-0.9297123064733815f,-1.501168154028993f,-0.011413269976238372f,0.9329771767390939f,-0.3597545343041546f,1.9778578028003142f,0.9959797659561288f,0.04257468222346246f,0.07881435300468087f,0.8850528470492977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.38393945165863447f,0.6137386260078298f,0.6898662163101539f,1.495105110791152f,0.055493396720593724f,0.7304395994438105f,-0.6807190863232618f,2.492779123549937f,-0.9216891994487499f,0.2996379323623543f,0.2463861382244046f,-0.14603296145930975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.011819237004005667f,0.6137386260078298f,0.7894208032365655f,1.4770485243254459f,0.38798220597098926f,0.7304395994438105f,-0.5620745496944782f,2.471260121759444f,-0.9215910771521867f,0.2996379323623543f,-0.24675290475105913f,-0.05659049533081336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1926035889675316f,0.6137386260078298f,0.7656557689084874f,1.3712284522220257f,0.22953601909859458f,0.7304395994438105f,-0.6432505013606559f,2.578507197858789f,-0.9540529720372949f,0.2996379323623543f,-0.00018983260399431717f,-0.1012832535044624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5024133846574343f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79.mcfunction new file mode 100644 index 000000000..64fc8709d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..de6a469e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48407451764913745f,-0.027508791305585447f,-0.6571602332826485f,0.040834537046895276f,-0.14211405796073828f,0.8010527650468434f,0.07115129362972175f,1.469800711142626f,0.6421992684028307f,0.1565317170932355f,-0.4796064695676618f,-0.5484722866631101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.44841178554450434f,0.15657060115894758f,-0.6437487999503496f,0.040834537046895276f,0.17167675317710013f,0.7782474608092388f,0.06969922641278865f,1.469800711142626f,0.6398858984251476f,-0.09907843658787666f,-0.4698185824336279f,-0.5484722866631101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5694669389060907f,0.15825899277999633f,0.5635653832002391f,-0.07661227986559098f,0.21084815174727398f,0.7889330898177311f,-0.008490061239509196f,1.4774630584364743f,-0.546072254232102f,0.1395819309199911f,-0.5909876666758465f,-0.5377562282076908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5747088429618451f,-0.07024978142080018f,0.5520640488492138f,-0.07661227986559098f,-0.10492734450681272f,0.7930454484460139f,-0.008316794683600845f,1.4774630584364743f,-0.5465345352273777f,-0.07838293761648849f,-0.5789266938865435f,-0.5377562282076908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4741557611035685f,-0.15052465673689894f,0.4955939565000744f,-0.42334415713953255f,0.5118259631572425f,0.6525541564479856f,-1.3242407282441584f,2.050904915219678f,-0.07940544970793757f,1.4117087697597892f,0.6649656938068185f,-0.8645579335495694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3168503290301179f,0.9448716907607557f,0.08260361367650207f,-0.37646110371915154f,0.8476262250639965f,0.3211638994234014f,-0.42235474697334036f,1.9727928822274219f,-0.42560034254834095f,-0.06380625130867681f,-0.9026589116142758f,-0.3397870003382198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3168647412544652f,0.9448716907607557f,0.08254831160388182f,-0.27248986049503016f,0.8476999269629977f,0.3211638994234014f,-0.4222068018567246f,1.6946413436926884f,-0.4254427923665755f,-0.06380625130867681f,-0.902733179138368f,-0.20018858409293722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6532916339300588f,0.752090742414872f,-0.08700319655530628f,0.5092402884466619f,0.7502883346356419f,0.6585069623254548f,0.058617364991755294f,1.3875589482402513f,0.1013777882312919f,-0.02698324929931979f,-0.9944819999932539f,-0.39945629712683295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.584005208376078f,0.7521926820082536f,-0.3051951600580263f,0.3176135794482613f,0.6851070126557971f,0.6583873986228819f,0.3116960290803263f,1.6123596867679346f,0.4353921195881512f,-0.02705923997131028f,-0.8998341512371667f,-0.2565932578869708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.026476951668840662f,-0.10827787252065908f,-0.13505219172816296f,0.06483441512218441f,0.9274608551813883f,-0.36825651483982197f,1.3304072398882405f,0.09067317830008213f,-0.37298167935775833f,-0.9233975533866373f,-0.0015789721078946564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.05781130183566144f,-0.09530466949389348f,-0.12480822681831327f,0.06483441512218441f,0.9952720084595024f,-0.07231962245996804f,1.5165687438340223f,0.09067317830008213f,-0.07804795037061574f,-0.992817653035998f,-0.022418073133860072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.026476951668840662f,-0.10827787252065908f,0.17550031385801346f,0.06483441512218441f,0.9274608551813883f,-0.36825651483982197f,1.3101464851625577f,0.09067317830008213f,-0.37298167935775833f,-0.9233975533866373f,-0.02991434032667032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.05781130183566144f,-0.09530466949389348f,0.18574427876786315f,0.06483441512218441f,0.9952720084595024f,-0.07231962245996804f,1.4963079891083397f,0.09067317830008213f,-0.07804795037061574f,-0.992817653035998f,-0.050753441352635736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.0619285264466084f,-0.09251948045151892f,0.3516511927595362f,0.0648445733728884f,0.9974782813588666f,-0.028848908496678774f,2.194540395105317f,0.090499601960204f,-0.03466894618406186f,-0.9952928645456728f,-0.2481706429601311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.0619285264466084f,-0.09251948045151892f,0.37250329480757655f,0.0648445733728884f,0.9974782813588666f,-0.028848908496678774f,2.0647193532624115f,0.090499601960204f,-0.03466894618406186f,-0.9952928645456728f,-0.34053946581178784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.0619285264466084f,-0.09251948045151892f,-0.23219642386420594f,0.0648445733728884f,0.9974782813588666f,-0.028848908496678774f,2.2326365819618887f,0.090499601960204f,-0.03466894618406186f,-0.9952928645456728f,-0.19500212680851126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.0619285264466084f,-0.09251948045151892f,-0.28587806010855815f,0.0648445733728884f,0.9974782813588666f,-0.028848908496678774f,2.1076788831219497f,0.090499601960204f,-0.03466894618406186f,-0.9952928645456728f,-0.28058347951315266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9718603013261354f,0.21662802321780622f,-0.09251948045151892f,0.2583403114237397f,0.22008621040489101f,0.975053742348679f,-0.028848908496678774f,2.3068007673072017f,0.08396198363478208f,-0.04839937074571653f,-0.9952928645456728f,-0.26472910080792955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.0619285264466084f,-0.09251948045151892f,0.14449546172628874f,0.06484457337288842f,0.9974782813588666f,-0.028848908496678774f,2.324321860698394f,0.09049960196020398f,-0.03466894618406186f,-0.9952928645456728f,-0.25465427531356366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9492817032034375f,0.3005068945967163f,-0.09251948045151892f,0.1220303295396096f,0.3042302490617397f,0.9521615913459134f,-0.028848908496678774f,2.3214614684108072f,0.07942419983237362f,-0.0555329655741157f,-0.9952928645456728f,-0.2524830736195358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956822869886177f,-0.007545138441229227f,-0.09251948045151892f,0.15157615476466357f,-0.0048939522927160806f,0.9995718031784946f,-0.028848908496678774f,2.3295499683091143f,0.09269753291254804f,-0.028271561265621872f,-0.9952928645456728f,-0.25546401410294756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9846041054914676f,0.14830678064851974f,-0.09251948045151892f,0.21259773649372843f,0.1515337806805822f,0.9880309983959003f,-0.028848908496678774f,2.429374412866429f,0.08713362589721806f,-0.04242458040419948f,-0.9952928645456728f,-0.29542763960610563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9846041054914676f,0.14830678064851974f,-0.09251948045151892f,0.17922871084781156f,0.1515337806805822f,0.9880309983959003f,-0.028848908496678774f,2.207067438227352f,0.08713362589721806f,-0.04242458040419948f,-0.9952928645456728f,-0.28588210901516076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912358131369453f,-0.09429585617470068f,-0.09251948045151892f,-0.12970871264098752f,-0.09199375226235541f,0.9953415946413787f,-0.028848908496678774f,2.332121052445588f,0.09480881973440664f,-0.02008485710771985f,-0.9952928645456728f,-0.22939112867931852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.061928526446608394f,-0.09251948045151892f,-0.014615708014600826f,0.0648445733728884f,0.9974782813588667f,-0.028848908496678774f,2.3347038999168968f,0.09049960196020401f,-0.03466894618406187f,-0.9952928645456728f,-0.24016469865451665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9792454362227527f,-0.18032892550528798f,-0.09251948045151892f,0.007314400719731801f,-0.17839342422993187f,0.9835362355653553f,-0.028848908496678774f,2.328946708283875f,0.09619855419095585f,-0.011745295059659789f,-0.9952928645456728f,-0.2420363824956112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9870424557304471f,0.13110048177863184f,-0.09251948045151892f,-0.020992708015637948f,0.1342671827951739f,0.9905251456186247f,-0.028848908496678774f,2.3408101249919864f,0.08786076604409804f,-0.040897427481603396f,-0.9952928645456728f,-0.23974890264790827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9953989589309118f,-0.02492104123502826f,-0.09251948045151892f,-0.07482431773804517f,-0.022338140292396988f,0.9993341523068385f,-0.028848908496678774f,2.4481287658396127f,0.09317682140711907f,-0.02664946034978148f,-0.9952928645456728f,-0.26925333710381055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9953989589309118f,-0.02492104123502826f,-0.09251948045151892f,-0.06921708346016382f,-0.022338140292396988f,0.9993341523068385f,-0.028848908496678774f,2.2232785815705745f,0.09317682140711907f,-0.02664946034978148f,-0.9952928645456728f,-0.26325720852510975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9937831772319015f,0.0619285264466084f,-0.09251948045151892f,0.02615867765404702f,0.0648445733728884f,0.9974782813588666f,-0.028848908496678774f,1.7048669190930652f,0.090499601960204f,-0.03466894618406186f,-0.9952928645456728f,-0.22569892183375126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.0697564737441253f,-0.08694343573875707f,3.003778123761744e-17f,0.06483441512218441f,0.9961969233988566f,0.05820814742299248f,1.331293072818494f,0.09067317830008213f,0.052208468483931986f,-0.9945112621562029f,-0.24527709751522575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.29813321970381484f,-0.03924998298777893f,0.22799492312373332f,-0.3002936926569544f,0.9374307028784812f,0.17620265449534897f,0.7350023262929115f,-0.01573772556485519f,0.17983398068717035f,-0.9835710769355978f,-0.2201435559369904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.29047307704826075f,0.07777769195353659f,0.12500000000000003f,-0.3002936926569544f,0.9335370615153229f,-0.1957862429482389f,1.0663512404393187f,-0.01573772556485519f,-0.21008080894610856f,-0.977557352643104f,-0.30109457757806096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25659891219704156f,0.033827449905004844f,-0.22247125263119122f,0.2584643425963533f,0.9494874957229738f,0.1779597681273794f,0.7286054129117433f,0.013545542219325909f,0.18063912567605814f,-0.9834561630092995f,-0.21004261532760785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2500116876813129f,-0.0669436638564273f,-0.12499999999999997f,0.2584643425963533f,0.9453143185637345f,-0.1989397464676608f,1.0975584134003993f,0.013545542219325909f,-0.20946358905815576f,-0.9777226207595182f,-0.299459078945469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9807171212825986f,0.19516483509118412f,0.010228155601270023f,3.254326096409084e-17f,0.18049090834066736f,0.924565626249722f,-0.3355613725741088f,1.1558733968257335f,-0.07494638103026517f,-0.3272446942293946f,-0.9419628177742346f,-0.26573589206903353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9807171212825986f,-0.195164835091184f,-0.010228155601269794f,3.418403967272724e-17f,-0.18049090834066736f,0.924565626249722f,-0.3355613725741088f,1.1685820510959415f,0.07494638103026492f,-0.3272446942293946f,-0.9419628177742346f,-0.2791338669772174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.696392175029759e-17f,1.1310167054668337e-16f,3.254326096409084e-17f,0f,0.9235452264720663f,-0.38348952353442395f,1.1558733968257335f,-1.2246467991473532e-16f,-0.38348952353442395f,-0.9235452264720663f,-0.26573589206903353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795050004860918f,0.2014198451561843f,1.1649063078029898e-16f,3.2342970147549475e-17f,0.19159421990283468f,0.9317229705620017f,0.30851898001086325f,1.1870805697868139f,0.06214184518153189f,0.30219588366550915f,-0.9512181868388853f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795050004860918f,-0.20141984515618436f,1.1649063078029898e-16f,3.2342970147549475e-17f,-0.19159421990283468f,0.9317229705620017f,0.30851898001086325f,1.1870805697868139f,-0.062141845181532124f,0.30219588366550915f,-0.9512181868388853f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.778267813465099e-17f,1.1649063078029898e-16f,3.2342970147549475e-17f,0f,0.9512181868388853f,0.30851898001086325f,1.1870805697868139f,-1.2246467991473532e-16f,0.30851898001086325f,-0.9512181868388853f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9738174974771289f,0.22703403234145897f,-0.01162023089957459f,-0.19374999999999998f,0.22701966611640223f,0.9738868140697207f,0.0025582371911680654f,1.2675296560810978f,0.011897596554737995f,-0.00014676479956073074f,-0.9999292103225679f,-0.258632520045911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9732991931310491f,-0.22921072564504477f,0.012293246101857263f,0.19375000000000003f,-0.22922557361187562f,0.9733733065188998f,0.00020629777132530336f,1.260138064488394f,-0.01201320326787981f,-0.002617136934874531f,-0.9999244139141261f,-0.2608974700953979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.704378926181556e-17f,1.2127286206821952e-16f,-0.007812499999999967f,0f,0.9902680687415703f,0.13917310096006544f,1.113743713328275f,-1.2246467991473532e-16f,0.13917310096006544f,-0.9902680687415703f,-0.26794381522303273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.4093061293237094e-18f,1.2229684632711994e-16f,3.138157422815092e-17f,0f,0.9986295347545738f,0.05233595624294383f,1.336875f,-1.2246467991473532e-16f,0.05233595624294383f,-0.9986295347545738f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3638408366639217f,-0.3574643253276981f,-0.8601390013792604f,-1.6447741244899985f,0.0972871165425385f,0.9329629944997446f,-0.3465764963884713f,1.9199079872565443f,0.926366591868757f,0.04241823914406519f,0.3742267099732205f,0.8501870324328539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.19499569296830238f,-0.3574643253276981f,-0.9133432738252499f,-1.6364758755100022f,-0.1189765862453826f,0.9329629944997446f,-0.33974199448914844f,1.9188420127434558f,0.9735611185997554f,0.04241823914406519f,-0.22445365075825863f,0.9435629675671455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08851465578662863f,-0.3574643253276981f,-0.9297227607351497f,-1.5011665858897278f,-0.011370394806276968f,0.9329629944997446f,-0.359792669486218f,1.9733439004229327f,0.9960099747657774f,0.04241823914406519f,0.0785163878116718f,0.885097541828249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3844847805378583f,0.6134059240330131f,0.6898584100349581f,1.4902954195288418f,0.0558224668781056f,0.7304856636353336f,-0.6806427458034715f,2.4882799112200193f,-0.921441970894748f,0.300206374989692f,0.24661878819171645f,-0.1490878563685629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.01167996760273149f,0.6134059240330131f,0.7896814235614287f,1.472204580471158f,0.38846900827374387f,0.7304856636353336f,-0.5616783108097197f,2.466720088779981f,-0.9213877620023033f,0.300206374989692f,-0.2468212398638645f,-0.0596621436314367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.19296894994862568f,0.6134059240330131f,0.7658303707198678f,1.3663754443920197f,0.2299714393604068f,0.7304856636353336f,-0.6430426364571395f,2.573956395468571f,-0.9538742691960128f,0.300206374989692f,-0.00010479179783697337f,-0.10435928123032426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5029975f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..09924b31c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7511811201997437f,-0.3081643186111295f,0.0877845193347944f,0.20047872297975866f,-0.2440018176632429f,0.6951561013518248f,0.352371327117871f,1.2523212139071755f,-0.20768842547656854f,0.2978878848370882f,-0.731486685070066f,-0.3121744405691719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.795360236414694f,0.002701579876683874f,0.08599299853204351f,0.20047872297975866f,0.03976793893246966f,0.7206033766785142f,0.3451800755440369f,1.2523212139071755f,-0.07629289195872381f,0.34745283850573666f,-0.7165583853747586f,-0.3121744405691719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.26359241040659104f,-0.12923236585644537f,0.7620777396274172f,0.13816732261699424f,0.39708329393997627f,0.6681637068375539f,0.250652275041186f,1.2617210660601017f,-0.6631653966351577f,0.4514429099284755f,-0.15282473695540438f,-0.3656485601933054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.1901118833254129f,-0.215772329253122f,0.7465251326962454f,0.13816732261699424f,0.10889333609038077f,0.7535607878927743f,0.24553692248932507f,1.2617210660601017f,-0.7694151760743817f,0.15996387366872486f,-0.14970586477264103f,-0.3656485601933054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0867712040463136f,-0.8909593915191454f,0.6830270585559248f,-0.5373866638318734f,0.34605890766038677f,-0.6384814163076769f,-1.3834706225499127f,1.0372450245143616f,1.0679783857759595f,1.113525524491278f,-0.2467576216083274f,-0.6895015194532216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7009209763384225f,-0.6324368114570715f,0.3297475768566085f,-0.3960418278441076f,-0.6143985010061208f,0.7701961542988437f,0.17120854495235807f,1.2314246376467082f,-0.3622489018481963f,-0.08259275644561337f,-0.9284148693835592f,-0.5481269745165906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3163643905882064f,-0.6324368114570715f,0.7070624101744946f,-0.3053869452980466f,-0.3541517808355514f,0.7701961542988437f,0.5304473584006988f,1.3430217402453573f,-0.8800511851584317f,-0.08259275644561337f,-0.4676412600316136f,-0.23188345007233302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9293160561995587f,0.047077475909544586f,0.3662722743420316f,0.00514663240027699f,0.36644161299583083f,-0.2404115107449727f,-0.8988452868910941f,1.0941141168620725f,0.04574070347854152f,0.9695287601527381f,-0.24066942323856194f,0.39533753207205835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.511723592229631f,0.7235529614535269f,0.46326026931675574f,0.15142206265165664f,0.47393272663887775f,0.21201699703017998f,-0.8546558158644585f,1.2465769441925598f,-0.7166077977361403f,0.6569017467948577f,-0.23442132855528225f,0.14136316742489233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.753945053540001f,0.36013213047678905f,0.5494285256890235f,-0.3383993857222611f,0.11373475790059558f,0.8952748467184396f,-0.43075207913435243f,0.9189814851430088f,-0.6470172030849395f,-0.2622742790124938f,-0.7159475829141534f,-0.04819598420236336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.753945053540001f,0.2425117080810089f,0.6105365899650868f,-0.2891125867697901f,0.11373475790059558f,0.9635193044094568f,-0.24227041683955058f,1.0981271646145347f,-0.6470172030849395f,-0.11321935114611897f,-0.7540226239564658f,-0.07413725394198856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.753945053540001f,0.3787649158330927f,0.5367531972671565f,-0.09166747988925678f,0.11373475790059558f,0.8799738600682772f,-0.46120538856547344f,0.8793126500911627f,-0.6470172030849395f,-0.28667602643138207f,-0.7065306750464947f,0.14030901089569928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.753945053540001f,0.18249854106179106f,0.6310793442609912f,-0.05350475753853978f,0.11373475790059558f,0.982393323008379f,-0.1482152615416099f,1.0625850527705987f,-0.6470172030849395f,-0.03997050686284387f,-0.7614270138977663f,0.12805562202205503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9843946636424901f,-0.02063962352682744f,0.17476027046459802f,0.1881578676927962f,0.03015997178446589f,0.9586158110159341f,0.28310087066666456f,1.8087483116819525f,-0.17337105379546158f,0.2839537511830652f,-0.9430337983841919f,0.18938164417400696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9843946636424901f,-0.02063962352682744f,0.17476027046459802f,0.24403639587629905f,0.03015997178446589f,0.9586158110159341f,0.28310087066666456f,1.7143310429880432f,-0.17337105379546158f,0.2839537511830652f,-0.9430337983841919f,0.07197942119493564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9843946636424901f,-0.02063962352682744f,0.17476027046459802f,-0.3901739971971667f,0.03015997178446589f,0.9586158110159341f,0.28310087066666456f,1.8264672951053262f,-0.17337105379546158f,0.2839537511830652f,-0.9430337983841919f,0.08752615006917328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9843946636424901f,-0.02063962352682744f,0.17476027046459802f,-0.40812506878685056f,0.03015997178446589f,0.9586158110159341f,0.28310087066666456f,1.7343120242952517f,-0.17337105379546158f,0.2839537511830652f,-0.9430337983841919f,-0.04287890194455765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9791264215287667f,0.08180298380986549f,0.1860637592441756f,0.0867693667496103f,0.1714838007601564f,0.8238948265366766f,0.5401764719820281f,1.899272901232134f,-0.10910892145522588f,0.560807976624711f,-0.8207250798001573f,0.20593462168428228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9798685565235941f,-0.07237326462371126f,0.1860637592441756f,-0.02682613774836419f,0.04048700417306729f,0.8405772906819097f,0.5401764719820281f,1.91240721638584f,-0.19549530538981824f,0.5368351040660128f,-0.8207250798001573f,0.18882638541359123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9792485061151336f,0.09751862819949236f,0.17765832495373934f,-0.039585258047588806f,0.20183988312552914f,0.5482220443115969f,0.8116115152649613f,1.9329835121563081f,-0.018248968495562623f,0.8306278994139932f,-0.556528766429863f,0.14150048919007988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9614555861948674f,-0.20985870329656436f,0.17765832495373934f,-0.012664796667300249f,0.022551207711527785f,0.5837621016476363f,0.8116115152649613f,1.9369517691825957f,-0.27403393732425807f,0.7843348349592917f,-0.556528766429863f,0.15588128611673538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9824476064689686f,-0.056870204132095356f,0.17765832495373934f,0.03425415334889684f,0.11359407700502401f,0.57304723536432f,0.8116115152649613f,2.0194894572976674f,-0.14796312450327387f,0.8175467240000924f,-0.556528766429863f,0.2350758989464396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9824476064689686f,0.013303309337157468f,0.1860637592441756f,0.031260908748036415f,0.11359407700502401f,0.8338499653933111f,0.5401764719820281f,1.8318732150841728f,-0.14796312450327387f,0.5518308229650223f,-0.8207250798001573f,0.11091396377930979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9690463833587087f,-0.17437876810709152f,0.17476027046459802f,-0.2915804478800262f,-0.12017189909118942f,0.9515317187023214f,0.28310087066666456f,1.932043054463444f,-0.21565672159295943f,0.2533366012578122f,-0.9430337983841919f,0.11429488813938733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9843946636424901f,-0.02063962352682744f,0.17476027046459802f,-0.17840093015445777f,0.030159971784465896f,0.9586158110159342f,0.28310087066666456f,1.9382294161953222f,-0.17337105379546155f,0.28395375118306526f,-0.9430337983841919f,0.13712614568097037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9501607582531316f,-0.2581731615466147f,0.17476027046459802f,-0.15632385939066756f,-0.20264606242571573f,0.9374371821146897f,0.28310087066666456f,1.9334148301855127f,-0.2369158223065458f,0.23357685725665586f,-0.9430337983841919f,0.1397720544180111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9834364750739976f,0.04807855406697446f,0.17476027046459802f,-0.1851834714958738f,0.0969561622608702f,0.9541768178002549f,0.28310087066666456f,1.9438799970337635f,-0.15314111823306714f,0.29535580747872336f,-0.9430337983841919f,0.13756554201711643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9788498830319431f,-0.10635673159462752f,0.17476027046459802f,-0.23876802177137724f,-0.0535036690324609f,0.9575966031831158f,0.28310087066666456f,2.0548724437464903f,-0.19745952468396138f,0.26776293846734467f,-0.9430337983841919f,0.12781786148559687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9788498830319431f,-0.10635673159462752f,0.17476027046459802f,-0.21483775716258607f,-0.0535036690324609f,0.9575966031831158f,0.28310087066666456f,1.8394132080302894f,-0.19745952468396138f,0.26776293846734467f,-0.9430337983841919f,0.0675712003304444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9843946636424901f,-0.02063962352682744f,0.17476027046459802f,-0.08667187560179446f,0.03015997178446589f,0.9586158110159341f,0.28310087066666456f,1.3355057062032314f,-0.17337105379546158f,0.2839537511830652f,-0.9430337983841919f,-0.026813909226937882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.753945053540001f,-0.21188740108099066f,0.621828421275281f,-0.007214100196422966f,0.11373475790059558f,0.8901619458975405f,0.44122116327438016f,1.0016949764916538f,-0.6470172030849395f,0.4033800185173377f,-0.6470342336948597f,-0.1780814161709395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7573457968905298f,0.047020664558238306f,0.6513189702724385f,-0.06589414040595076f,-0.13049944223447935f,0.966386789883988f,-0.22150952104641053f,0.7775135806476416f,-0.639841573757706f,-0.252756067073022f,-0.7257528029908252f,0.07815611409958986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7573457968905298f,0.6237737447934467f,0.19321919997404008f,0.13354938738127928f,-0.13049944223447935f,0.14534743153570145f,-0.9807364680292378f,0.7450600667030047f,-0.639841573757706f,-0.7679716397448112f,-0.02867614058634027f,-0.15129529706168135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7653510050089283f,0.29316131522858213f,0.5729697045963871f,-0.269088589566357f,0.04744540074177312f,0.9135158773178389f,-0.4040268256399222f,0.4804426974485807f,-0.6418619579631399f,-0.28203755980661077f,-0.7130694508798261f,-0.07757143198390995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7653510050089283f,0.5214631622486188f,0.3772452909573477f,-0.06214165424915132f,0.04744540074177312f,0.6302538001301952f,-0.7749381145419941f,0.7146926637774846f,-0.6418619579631399f,-0.5752011107770212f,-0.5071064080452989f,-0.3070179034178453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6759697275660665f,0.4546224773012782f,0.5799856296036191f,0.007675267011743952f,0.19599962231075777f,0.869595554928988f,-0.4531972185503633f,0.8828612532969731f,-0.7103865676294124f,-0.1926706360092117f,-0.676926104203042f,-0.19580073579840473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8115809995491301f,0.1836243482569475f,0.554633554608848f,0.015630443806526003f,-0.16885169122036048f,0.8350933577332128f,-0.5235534263491095f,0.8806563626647256f,-0.559307954120857f,-0.5185568267770463f,-0.646740620233538f,-0.20526791585709922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7655955060678507f,0.31267413765774f,0.5622262931673511f,0.007675267011743952f,0f,0.8739419328719168f,-0.4860303467563503f,0.8828612532969731f,-0.6433222529096219f,-0.37210264928926085f,-0.6690860163709906f,-0.19580073579840473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7763732444799138f,-0.013095349910526077f,0.6301373636489529f,0.0010192851229359218f,0.14714671574475055f,0.968389327710086f,0.20141984515618433f,0.928627150481164f,-0.6128559613002598f,0.24909962221554766f,-0.7499046265431398f,-0.18787968254788656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7374414211950597f,-0.24311942176502005f,0.6301373636489529f,0.0010192851229359218f,-0.14714671574475055f,0.968389327710086f,0.20141984515618433f,0.928627150481164f,-0.6591873742353869f,0.05581269333986648f,-0.7499046265431398f,-0.18787968254788656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7655955060678507f,-0.12957786856658368f,0.6301373636489529f,0.0010192851229359218f,0f,0.9795050004860918f,0.20141984515618433f,0.928627150481164f,-0.6433222529096219f,0.15420612828445707f,-0.7499046265431398f,-0.18787968254788656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7490142286353292f,0.21948739069659773f,0.6251423602884559f,-0.14206999940342335f,0.224224798989428f,0.971832777999874f,-0.07255543482881421f,0.9537248417968348f,-0.6234588397159616f,0.0858273670238504f,-0.7771310946357634f,-0.3187650769506579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7486539010451475f,-0.10402747073990105f,0.6547485179680373f,0.14605897263652162f,-0.19316739530692578f,0.9789885226065388f,-0.06532863074490758f,0.9676468924410486f,-0.6341953120610558f,-0.17538460005406867f,-0.7530182920910049f,-0.05931539511023001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7655955060678507f,-0.03860143365034964f,0.6421631026529391f,-0.0030712327411583805f,0f,0.9981981810026931f,0.06000326193562065f,0.7834832911917878f,-0.6433222529096219f,0.045938227687323294f,-0.7642160415407648f,-0.19515569062096144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7655955060678507f,-0.013023696335649478f,0.6431904107046904f,2.2860073584083923e-17f,0f,0.99979506040039f,0.02024443624753508f,1.006875f,-0.6433222529096219f,0.01549904941398996f,-0.7654386052313739f,-0.18666666666666665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8113373069914335f,0.030386485560560672f,-0.5837880058541512f,-0.824362056710647f,0.32592205533767277f,0.8525452039109523f,-0.40858473923153293f,1.3071137047514032f,0.4852902102127712f,-0.5217694287553752f,-0.701605355657961f,0.7261151304302879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.897278384896418f,0.030386485560560672f,0.4404181666245769f,-0.9177406083457198f,-0.20674286734717703f,0.8525452039109523f,-0.4800250640221825f,1.3136270359893367f,-0.39006267034765496f,-0.5217694287553752f,-0.7586881944630127f,0.7313194661920359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9960378841074429f,0.030386485560560672f,-0.08357747853367048f,-0.8585147107481328f,0.06947553320462428f,0.8525452039109523f,-0.518015275425702f,1.3880726616842254f,0.055512914791978396f,-0.5217694287553752f,-0.851278438295948f,0.8564090640555541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6866341293456252f,-0.6028154062073882f,0.4063830194001673f,0.6669858658053217f,-0.7250348026345709f,0.6089065241980057f,-0.3218033246530438f,2.086597906592314f,-0.053461269966433966f,-0.5156029779085114f,-0.8551581501602208f,-0.12990945239052903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.08366551598518002f,-0.6028154062073882f,-0.7934819893822135f,0.7338224096659441f,0.5944132648430268f,0.6089065241980057f,-0.5252672799325664f,2.0979315378521304f,0.7997955688884424f,-0.5156029779085114f,0.3073769951676404f,-0.1946665964538184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7129231345133055f,-0.6028154062073882f,-0.358265530458548f,0.7541439673044151f,-0.12089206677137188f,0.6089065241980057f,-0.7839757349439136f,2.209861082463809f,0.6907428700084202f,-0.5156029779085114f,-0.5069791481948793f,-0.0862411521929418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011962429782310167f,0f,0.000010051910201712843f,-0.4478097344404098f,0f,0.000015625f,0f,1.1729975f,-0.000010051910201712843f,0f,-0.000011962429782310167f,0.3350370653946054f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8.mcfunction new file mode 100644 index 000000000..9060fac03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80.mcfunction new file mode 100644 index 000000000..4a62c5781 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..28e1b2548 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.49830196880926636f,-0.03001747481182813f,-0.646326963332936f,0.03906552490069532f,-0.14056082165871983f,0.8013266425143051f,0.07115273610916803f,1.4706188373641298f,0.6315712530980797f,0.1546577112436254f,-0.4941084790382057f,-0.5497937523249844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.46222842150355775f,0.15963367560675024f,-0.633136617142468f,0.03906552490069532f,0.17318514004849675f,0.7779130594906495f,0.06970063945387889f,1.4706188373641298f,0.6295647652312761f,-0.09679029644636847f,-0.48402463252722194f,-0.5497937523249844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5816256448437449f,0.16040290068730498f,0.5503880114570455f,-0.07510049126454763f,0.2110163746107594f,0.7889034275881266f,-0.00692214058521135f,1.4780671419500688f,-0.533036718576379f,0.1372834142758999f,-0.6032989020862893f,-0.5393770400205488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5865164683603096f,-0.07286746895012698f,0.539155603059963f,-0.07510049126454763f,-0.10476397904952818f,0.7930816656959541f,-0.0067808724100029555f,1.4780671419500688f,-0.5338753984178893f,-0.07557647455215813f,-0.5909866795947325f,-0.5393770400205488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4636588743284278f,0.23186803082968283f,0.4953243037433204f,-0.5382352333413215f,0.3275777193061026f,0.7615230362470136f,-1.3244552665452096f,2.0188005787647265f,-0.4379518094652108f,1.344517062570905f,0.664739295545143f,-0.844337898783159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3170075543957249f,0.9448165785818166f,0.08263076480943213f,-0.3765079642811274f,0.847651370588934f,0.32132886882409045f,-0.42217876782108793f,1.9734019496671822f,-0.42543314914889174f,-0.0637917776612367f,-0.9027387466526936f,-0.3397838361574173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3170075543957249f,0.9448165785818166f,0.08263076480943213f,-0.27248986049503016f,0.847651370588934f,0.32132886882409045f,-0.42217876782108793f,1.6952663436926882f,-0.42543314914889174f,-0.0637917776612367f,-0.9027387466526936f,-0.20018858409293722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6533748287501349f,0.7520253799823995f,-0.0869434357387571f,0.5093157212522366f,0.7502624545196673f,0.6585727453453468f,0.058208147422992546f,1.3881837117983884f,0.10103258134807741f,-0.027198657147372553f,-0.9945112621562029f,-0.3993546886219915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5842350988311625f,0.7520253799823995f,-0.3051674575639892f,0.3176135794482613f,0.6851077332405211f,0.6585727453453468f,0.31130263882968895f,1.6129846867679345f,0.43508245557339653f,-0.027198657147372553f,-0.8999797163834322f,-0.2565932578869708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.026476951668840662f,-0.10827787252065908f,-0.13505219172816296f,0.06483441512218441f,0.9274608551813883f,-0.36825651483982197f,1.3310322398882404f,0.09067317830008213f,-0.37298167935775833f,-0.9233975533866373f,-0.0015789721078946564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.05781130183566144f,-0.09530466949389348f,-0.12480822681831327f,0.06483441512218441f,0.9952720084595024f,-0.07231962245996804f,1.5171937438340222f,0.09067317830008213f,-0.07804795037061574f,-0.992817653035998f,-0.022418073133860072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.026476951668840662f,-0.10827787252065908f,0.17550031385801346f,0.06483441512218441f,0.9274608551813883f,-0.36825651483982197f,1.3107714851625576f,0.09067317830008213f,-0.37298167935775833f,-0.9233975533866373f,-0.02991434032667032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.05781130183566144f,-0.09530466949389348f,0.18574427876786315f,0.06483441512218441f,0.9952720084595024f,-0.07231962245996804f,1.4969329891083396f,0.09067317830008213f,-0.07804795037061574f,-0.992817653035998f,-0.050753441352635736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,0.3516428192517739f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.195168634883407f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.2482212736464639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,0.37248004369327475f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.0653489075828513f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.34059530127968934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,-0.23219589125023773f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.23325885376769f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.19495078139516567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,-0.2858912681494192f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,2.1083017076012984f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.28052432065588495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9718476934053578f,0.21661072102173978f,-0.09269226699745695f,0.25832803751560846f,0.22007633151183043f,0.9750563056150924f,-0.028837634933231472f,2.307428358298597f,0.08413363852217913f,-0.04842516307344221f,-0.9952771144009742f,-0.26476214052650177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9937680178757646f,0.061913409582629f,-0.09269226699745695f,0.14448478161035117f,0.0648344151221844f,0.9974792676678659f,-0.028837634933231472f,2.3249482915509736f,0.09067317830008215f,-0.034667568224951824f,-0.9952771144009742f,-0.2546673077531285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9492706512453543f,0.30048855938802976f,-0.09269226699745695f,0.12202005333045422f,0.3042206311642378f,0.9521650058605864f,-0.028837634933231472f,2.3220876681032547f,0.07959295357161998f,-0.05557362046345482f,-0.9952771144009742f,-0.2524922349265869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9956661100607852f,-0.007559161018059396f,-0.09269226699745695f,0.15156528611926734f,-0.004904154599869759f,0.9995720784811459f,-0.028837634933231472f,2.330176473546311f,0.09287059030761767f,-0.028258078589755663f,-0.9952771144009742f,-0.2554782139886737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9845903213427657f,0.14829040008382802f,-0.09269226699745695f,0.2125790089748057f,0.15152374704758237f,0.988032866301581f,-0.028837634933231472f,2.4300019607087657f,0.08730666182376855f,-0.042438335863465376f,-0.9952771144009742f,-0.2954512332308595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9845903213427657f,0.14829040008382802f,-0.09269226699745695f,0.17921366895594446f,0.15152374704758237f,0.988032866301581f,-0.028837634933231472f,2.20769456579091f,0.08730666182376855f,-0.042438335863465376f,-0.9952771144009742f,-0.28590260766157977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912184756191084f,-0.09430841547923187f,-0.09269226699745695f,-0.12971506717607123f,-0.09200393974085722f,0.9953409797067626f,-0.028837634933231472f,2.3327446768783187f,0.0949800435012112f,-0.020056342791700578f,-0.9952771144009742f,-0.22935639090795773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.061913409582629024f,-0.09269226699745695f,-0.014623961018726962f,0.06483441512218442f,0.9974792676678659f,-0.028837634933231472f,2.335328704367269f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.24014994038972054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9792270700638908f,-0.1803399259536292f,-0.09269226699745695f,0.007305874409004362f,-0.17840351934691906f,0.9835347350734956f,-0.028837634933231472f,2.3295717353732917f,0.09636664121324227f,-0.01170196611464977f,-0.9952771144009742f,-0.2420255072680274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9870283878008652f,0.13108434427534504f,-0.09269226699745695f,-0.021000944263033366f,0.1342571180908959f,0.9905268381287732f,-0.028837634933231472f,2.3414348662651587f,0.08803401568230461f,-0.040908160952527806f,-0.9952771144009742f,-0.23973296127921945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9953825397391937f,-0.024934779349832605f,-0.09269226699745695f,-0.07483866086670903f,-0.022348345850383575f,0.999334249512749f,-0.028837634933231472f,2.4487533757118243f,0.09334961713957012f,-0.02663295945939638f,-0.9952771144009742f,-0.26922672896492345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9953825397391937f,-0.024934779349832605f,-0.09269226699745695f,-0.0692283355129967f,-0.022348345850383575f,0.999334249512749f,-0.028837634933231472f,2.223903169571456f,0.09334961713957012f,-0.02663295945939638f,-0.9952771144009742f,-0.26323431308655926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.06191340958262902f,-0.09269226699745695f,0.02615867765404702f,0.06483441512218441f,0.9974792676678658f,-0.028837634933231472f,1.705491919093065f,0.09067317830008213f,-0.03466756822495183f,-0.9952771144009742f,-0.22569892183375126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9937680178757645f,0.0697564737441253f,-0.08694343573875707f,3.003778123761744e-17f,0.06483441512218441f,0.9961969233988566f,0.05820814742299248f,1.3319180728184938f,0.09067317830008213f,0.052208468483931986f,-0.9945112621562029f,-0.24527709751522575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.2981332197038149f,-0.0392499829877789f,0.22798976868695042f,-0.3002936926569544f,0.9374307028784812f,0.17620265449534886f,0.7356405231411942f,-0.01573772556485519f,0.17983398068717027f,-0.9835710769355979f,-0.22008300440270617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.29045949785607983f,0.07782838788448614f,0.12500000000000003f,-0.3002936926569544f,0.9335028761512183f,-0.1959491729195451f,1.0669762404393186f,-0.01573772556485519f,-0.2102514216898357f,-0.9775206717361266f,-0.30109457757806096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25660481229257065f,0.03378266443126199f,-0.22246634526419162f,0.25846434259635337f,0.9495185411001935f,0.17779404858766965f,0.7292452624465695f,0.013545542219325905f,0.18046747744470285f,-0.9834876755052551f,-0.20997601945033045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25000000000000006f,-0.06698729810778052f,-0.12499999999999997f,0.25846434259635337f,0.9452795826300608f,-0.1991047319100494f,1.0981834134003992f,0.013545542219325905f,-0.20963423065601136f,-0.9776860475752155f,-0.299459078945469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,0.19054749827986664f,0.009986171232787035f,3.254326096409084e-17f,0.1769150198192411f,0.9285069425755715f,-0.32645969636590927f,1.1564983968257334f,-0.07147830775112009f,-0.3186950085712802f,-0.9451583692867496f,-0.26573589206903353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,-0.19054749827986653f,-0.009986171232786806f,3.41690243107712e-17f,-0.1769150198192411f,0.9285069425755715f,-0.32645969636590927f,1.1693350749209286f,0.07147830775111984f,-0.3186950085712802f,-0.9451583692867496f,-0.27901125724217796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.5876076556629066e-17f,1.135472739716321e-16f,3.254326096409084e-17f,0f,0.9271838545667873f,-0.37460659341591207f,1.1564983968257334f,-1.2246467991473532e-16f,-0.37460659341591207f,-0.9271838545667873f,-0.26573589206903353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9803745333849524f,0.197144044521352f,1.1647083184890923e-16f,3.2342970147549475e-17f,0.1874951281908137f,0.9323915883855796f,0.3090169943749474f,1.1877055697868137f,0.060920860096908905f,0.3029523916683595f,-0.9510565162951535f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9803745333849524f,-0.19714404452135206f,1.1647083184890923e-16f,3.2342970147549475e-17f,-0.1874951281908137f,0.9323915883855796f,0.3090169943749474f,1.1877055697868137f,-0.06092086009690914f,0.3029523916683595f,-0.9510565162951535f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.78436673043415e-17f,1.1647083184890923e-16f,3.2342970147549475e-17f,0f,0.9510565162951535f,0.3090169943749474f,1.1877055697868137f,-1.2246467991473532e-16f,0.3090169943749474f,-0.9510565162951535f,-0.26410039343644154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9743700647852352f,0.22461117522235263f,-0.012361100907689618f,-0.19374999999999998f,0.22464276674196473f,0.9744404340407783f,-0.0012115514577449582f,1.2669063691626545f,0.011773028536944476f,-0.003957331380253608f,-0.9999228646887794f,-0.25869793999121465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9738174974771289f,-0.22695425880174835f,0.013086100226234878f,0.19375000000000003f,-0.22701966611640217f,0.9738830278257041f,-0.003730859074813263f,1.2595147775699507f,-0.011897596554738233f,-0.006603977951800108f,-0.9999074130495447f,-0.26096289004070156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.704378926181556e-17f,1.2127286206821952e-16f,-0.007812499999999967f,0f,0.9902680687415703f,0.13917310096006544f,1.114368713328275f,-1.2246467991473532e-16f,0.13917310096006544f,-0.9902680687415703f,-0.26794381522303273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.4093061293237094e-18f,1.2229684632711994e-16f,3.138157422815092e-17f,0f,0.9986295347545738f,0.05233595624294383f,1.3375f,-1.2246467991473532e-16f,0.05233595624294383f,-0.9986295347545738f,-0.25625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.36367022771286345f,-0.35747898280408696f,-0.8602050583021642f,-1.6447579598839621f,0.09738880381318628f,0.9329648773663944f,-0.3465428667460135f,1.916155910787389f,0.926422898231208f,0.042252981599691194f,0.37410599992358506f,0.8501855750588699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.19549214139406385f,-0.35747898280408696f,-0.9132314052344669f,-1.6364920401160383f,-0.11899258481662271f,0.9329648773663944f,-0.3397312207604232f,1.915094089212611f,0.9734595972159413f,0.042252981599691194f,-0.224924649903282f,0.9435644249411296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08816981085785335f,-0.35747898280408696f,-0.9297498918024385f,-1.5011625162296345f,-0.01132609679763344f,0.9329648773663944f,-0.3597891842899661f,1.9695933776434948f,0.9960410654107699f,0.042252981599691194f,0.0782104952120567f,0.8851434257181913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3849706576118082f,0.6130374390889877f,0.6899149882798226f,1.4859354669726048f,0.05613920894097674f,0.7305895704290555f,-0.6805051570706645f,2.4845478440651823f,-0.9212198336973719f,0.300705799504273f,0.246840110490744f,-0.15158048206632302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.011563124936484148f,0.6130374390889877f,0.7899692351078738f,1.4678145330273957f,0.3888705596265805f,0.7305895704290555f,-0.5612651489590267f,2.462952155934817f,-0.9212198336973719f,0.300705799504273f,-0.24684011049074384f,-0.06216951793367671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.19328996208223137f,0.6130374390889877f,0.7660444431189781f,1.3619683335321535f,0.23035400672389786f,0.7305895704290555f,-0.6427876096865393f,2.5701681414529807f,-0.953716950748227f,0.300705799504273f,9.381338752702732e-17f,-0.10687499999999987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000053f,0f,0.000015625f,0f,1.5036224999999999f,-1.9135106236677393e-21f,0f,-0.000015625f,0.43125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81.mcfunction new file mode 100644 index 000000000..4687c18f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..e0d58ab82 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5534695555488093f,-0.043775319045130955f,-0.5989153671158765f,0.0602878612104254f,-0.1383813488327737f,0.8018706357432374f,0.06927142464539712f,1.481518350937174f,0.5843513479237215f,0.14843062157007134f,-0.5508595984500012f,-0.5417522609490836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5173139104503489f,0.16786335470894798f,-0.5866926045216749f,0.0602878612104254f,0.17536154579372518f,0.777588360128941f,0.06785772210161352f,1.481518350937174f,0.5844952064058385f,-0.08472447307503606f,-0.5396175658285727f,-0.5417522609490836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5475489945239886f,0.15036395759321733f,0.586962710312264f,-0.05227249270946406f,0.20922951839616155f,0.7893781919154038f,-0.007037272520130352f,1.4887613669972612f,-0.5686453654712432f,0.14566123310516574f,-0.5677760984250773f,-0.5401465923221621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5519129186778309f,-0.0691785264634042f,0.5749838794895648f,-0.05227249270946406f,-0.10655910492041916f,0.7928414940473593f,-0.00689365471359708f,1.4887613669972612f,-0.569242731490774f,-0.08134308079427091f,-0.5561888311102798f,-0.5401465923221621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3563765207494864f,0.5846294724202503f,0.5097620660044618f,-0.659373402836164f,0.13365055736898931f,0.8353603999102994f,-1.3136653990939486f,1.994158039033075f,-0.7640592336163972f,1.1839711281274237f,0.6751533938937133f,-0.8041634416064187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.34979295794748044f,0.9190384476667021f,0.1816953997236331f,-0.3908303632580959f,0.8293389133555893f,0.3939821693476553f,-0.39620072820514335f,1.9784222533664109f,-0.43570844995767816f,0.012098840708684467f,-0.9000065359145918f,-0.36279839005323766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3479923392996393f,0.9190384476667021f,0.18512067280329167f,-0.2761952874264909f,0.8254093175798838f,0.3939821693476553f,-0.40432351983087256f,1.7066842295583688f,-0.44452310428264047f,0.012098840708684467f,-0.8956856746718855f,-0.2166477470883268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6455914414949177f,0.7636179513604936f,0.00996569257588989f,0.5225050208438392f,0.763524628865501f,0.645136890514595f,0.028784259812586754f,1.3987599400192368f,0.015550941589281608f,0.026191923510166037f,-0.9995359680164213f,-0.34485346712787646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6261844175243391f,0.7502693812554901f,-0.21210594239720895f,0.31661923283498655f,0.6932210298431101f,0.660262223721007f,0.28896089650720735f,1.6258575240327722f,0.35684405422111515f,0.03390651084223981f,-0.9335484291077475f,-0.22747869949776048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9992473611077219f,-0.038750057135157195f,-0.0017732431519972575f,-0.14603170318082473f,-0.03523248555266231f,0.9257665442049104f,-0.37645049819688026f,1.3428119907525873f,0.01622908749854702f,-0.3761046911471857f,-0.9264350371267511f,-0.006636843727668519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9997160066056313f,0.019691170028668235f,-0.013422516879912617f,-0.14242349953094888f,0.020685517934712003f,0.996700830738903f,-0.07848288572774029f,1.529202878480333f,0.011832813877610374f,-0.07873824882027103f,-0.9968250963375948f,-0.027630422233579283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9957242294768692f,-0.09018166251182926f,0.020013160152702415f,0.17269943077393304f,-0.0911336931007333f,0.9235997239218502f,-0.3723683659406416f,1.322600019386948f,0.015096649115500536f,-0.3726000774531384f,-0.9278692114018003f,-0.012377943658873947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9998137035206847f,-0.017312866686563705f,-0.008533633419937028f,0.16939993306132775f,-0.01665440380266507f,0.9972670287471155f,-0.07197988752337561f,1.509137712980011f,0.009756489441923737f,-0.07182435534686894f,-0.9973695768835024f,-0.03207857014193374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.06379009657525378f,-0.016005239621688996f,0.3494799235240298f,0.06420852960103042f,0.9975669733838696f,-0.027155079455226036f,2.2069707485151877f,0.014234073306734318f,-0.028123961183763493f,-0.9995030935241935f,-0.21591341538289316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.06379009657525378f,-0.016005239621688996f,0.3774244821486628f,0.06420852960103042f,0.9975669733838696f,-0.027155079455226036f,2.0773212682832383f,0.014234073306734318f,-0.028123961183763493f,-0.9995030935241935f,-0.3066351130018184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.06379009657525378f,-0.016005239621688996f,-0.23674812974945034f,0.06420852960103042f,0.9975669733838696f,-0.027155079455226036f,2.2446932596557936f,0.014234073306734318f,-0.028123961183763493f,-0.9995030935241935f,-0.20755089731518675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.06379009657525378f,-0.016005239621688996f,-0.28364119494696366f,0.06420852960103042f,0.9975669733838696f,-0.027155079455226036f,2.119859419143921f,0.014234073306734318f,-0.028123961183763493f,-0.9995030935241935f,-0.29720503943610693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9755710101937711f,0.2191005165994761f,-0.016005239621688996f,0.2576424056453701f,0.2194718718768034f,0.975240841594871f,-0.027155079455226036f,2.3192149853481427f,0.009659271421643703f,-0.03000440819563584f,-0.9995030935241935f,-0.23937819487345638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9978349842952854f,0.06379009657525378f,-0.016005239621688996f,0.1433496082575479f,0.0642085296010304f,0.9975669733838696f,-0.027155079455226036f,2.336663709813345f,0.014234073306734318f,-0.028123961183763493f,-0.9995030935241935f,-0.23802205889072417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9527627997064203f,0.3032933889820819f,-0.016005239621688996f,0.1207859315571135f,0.3036345550509947f,0.9524015217537009f,-0.027155079455226036f,2.3337887274236255f,0.007007458495676011f,-0.03073209333902753f,-0.9995030935241935f,-0.23758263310964595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99985408062144f,-0.0059707427768882215f,-0.016005239621688996f,0.15046831233800623f,-0.005534633536826733f,0.9996159109835104f,-0.027155079455226036f,2.341896627941606f,0.016161228179457133f,-0.027062533866932026f,-0.9995030935241935f,-0.23827822305251428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9884782476784624f,0.15051440519488166f,-0.016005239621688996f,0.21431007678994415f,0.1509078872666179f,0.9881747877883276f,-0.027155079455226036f,2.4418200483335015f,0.011728743634440753f,-0.029257522251976288f,-0.9995030935241935f,-0.27328084724124846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9884782476784624f,0.15051440519488166f,-0.016005239621688996f,0.18044433562109582f,0.1509078872666179f,0.9881747877883276f,-0.027155079455226036f,2.219480721081128f,0.011728743634440753f,-0.029257522251976288f,-0.9995030935241935f,-0.2666979047345538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9955289494590001f,-0.09309104733384413f,-0.016005239621688996f,-0.13198875405283017f,-0.09263583976941235f,0.9953296955531851f,-0.027155079455226036f,2.3442869103103985f,0.01845838506683222f,-0.02555100890947102f,-0.9995030935241935f,-0.23382012307098402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.06379009657525378f,-0.016005239621688996f,-0.01641028222664819f,0.06420852960103042f,0.9975669733838696f,-0.027155079455226036f,2.346943914274663f,0.014234073306734317f,-0.028123961183763493f,-0.9995030935241935f,-0.23574309089659845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9836272418743627f,-0.17950287281067825f,-0.016005239621688996f,0.005602288228352875f,-0.17903203132630335f,0.983468420143198f,-0.027155079455226036f,2.3412005465005565f,0.020615062498371087f,-0.02384502534608794f,-0.9995030935241935f,-0.23593954337168066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.990954536227666f,0.13324015698903927f,-0.016005239621688996f,-0.022804140272705754f,0.13363887523689016f,0.9906579897649841f,-0.027155079455226036f,2.3530463366385352f,0.012237571459665138f,-0.029048371388718363f,-0.9995030935241935f,-0.23580649893849118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9995975941723845f,-0.023419693196825186f,-0.016005239621688996f,-0.07428384142201115f,-0.0229794937449911f,0.9993670719645531f,-0.027155079455226036f,2.4603904446734095f,0.016631073086395182f,-0.0267763597892302f,-0.9995030935241935f,-0.269164067360447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9995975941723845f,-0.023419693196825186f,-0.016005239621688996f,-0.0690144104527255f,-0.0229794937449911f,0.9993670719645531f,-0.027155079455226036f,2.235532853481385f,0.016631073086395182f,-0.0267763597892302f,-0.9995030935241935f,-0.2631393864078702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.06379009657525378f,-0.016005239621688996f,0.02352270182754537f,0.06420852960103042f,0.9975669733838696f,-0.027155079455226036f,1.717102309654999f,0.014234073306734318f,-0.028123961183763493f,-0.9995030935241935f,-0.21927064379190217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9978349842952853f,0.0648963748517739f,-0.010667926111758402f,-0.0008134387418698379f,0.06420852960103042f,0.9963894955600058f,0.05554491753662915f,1.3434562488199968f,0.014234073306734318f,0.05473969006831681f,-0.9983991974597752f,-0.23979802756752097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9515245032308941f,-0.30517564575138056f,0.03832681817510947f,0.2211124088156256f,-0.2962895216506243f,0.9429154067394768f,0.1520626683093895f,0.7492791088627747f,-0.08254477034460926f,0.13333552029956247f,-0.9876274600856342f,-0.18287457413872452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9515245032308941f,-0.26577146699475573f,0.1548116503453648f,0.12774481454517583f,-0.2962895216506243f,0.9271240721427892f,-0.2294634485346554f,1.0771203195373338f,-0.08254477034460926f,-0.2642091637033576f,-0.9609265730033322f,-0.2833577628064717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9646416459180299f,0.24188073924330405f,0.10469098788179876f,-0.22460049362060697f,0.2564929092112031f,0.952920973045009f,0.16171891248498727f,0.7428235693916847f,-0.060645547939874964f,0.18285329396558936f,-0.9812679503586195f,-0.20699891239945598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9646416459180299f,0.2635640214062053f,0.0007082236536223169f,-0.1216409934687007f,0.2564929092112031f,0.9393729611648831f,-0.22757378442318996f,1.1078423825634327f,-0.060645547939874964f,-0.21934549562849107f,-0.9737605820028679f,-0.30089342857788354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.97392376538834f,0.21266233453334352f,0.07903942486269569f,0.0005626432720284854f,0.17496248234082287f,0.9258053794542374f,-0.3350709315156016f,1.1695893935902832f,-0.14443209125722253f,-0.3125046093170851f,-0.9388717911252001f,-0.2584268810318005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9845750721461094f,-0.16422666432526895f,0.0603450912094666f,0.001541303988380675f,-0.17496248234082287f,0.924630123309751f,-0.338300554006836f,1.18109776954781f,-0.00023891760221411785f,-0.3436404193234409f,-0.9391012752230663f,-0.27167560232314564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9972828506356284f,0.028131967146572474f,0.06808456691893641f,0.0005626432720284854f,0f,0.9242131349760534f,-0.38187704976567466f,1.1695893935902832f,-0.07366760365367508f,-0.3808394327826357f,-0.9217019098438093f,-0.2584268810318005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9824677238413341f,0.1726271446479255f,0.07040625356268015f,0.00045076095240423146f,0.1858112699331635f,0.937492289125997f,0.2942488399214563f,1.2005993178773224f,-0.015209982769656905f,0.30217226338630415f,-0.9531319843883872f,-0.25691226248692217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.974039061484422f,-0.21515312259368674f,0.07040625356268015f,0.00045076095240423146f,-0.1858112699331635f,0.937492289125997f,0.2942488399214563f,1.2005993178773224f,-0.12931387654993362f,0.27352758849425735f,-0.9531319843883872f,-0.25691226248692217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9972828506356284f,-0.021676606914887528f,0.07040625356268015f,0.00045076095240423146f,0f,0.9557288424050396f,0.2942488399214563f,1.2005993178773224f,-0.07366760365367508f,0.29344932187309664f,-0.9531319843883872f,-0.25691226248692217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9729341413716721f,0.2226756817762073f,0.061763235819283564f,-0.19310718941362148f,0.22242287352010343f,0.9748879336826461f,-0.01102642712036641f,1.2781574671904818f,-0.0626675505219986f,0.00300956898607381f,-0.9980299196948411f,-0.2666584122212847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9710434126726398f,-0.22260360830421785f,0.08673133387084353f,0.19351756825079672f,-0.22474285972287414f,0.9742930553677601f,-0.015610549821818684f,1.2710579190702345f,-0.08102677155519582f,-0.03465076957438784f,-0.9961094249424834f,-0.24051721236397217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9972828506356284f,-0.009121372921264045f,0.07310072765784341f,-0.00711275841591923f,0f,0.9923049486108352f,0.12381796704213827f,1.125663066103427f,-0.07366760365367508f,0.12348153513169191f,-0.9896087078504544f,-0.26057101925587733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9972828506356284f,-0.003036705363565143f,0.07360498793295096f,3.071537116826528e-17f,0f,0.9991500236519368f,0.04122172044364646f,1.3489106495131566f,-0.07366760365367508f,0.0411097148721447f,-0.9964351838002591f,-0.2508100391855882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30028007690575176f,-0.3570147522370664f,-0.8845181411924699f,-1.6665445499766414f,0.09277945214227096f,0.9338475819761083f,-0.345428236971959f,1.8734623234549093f,0.9493281038048205f,0.021660109013620837f,0.3135394568532996f,0.710525619943122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24763835761675493f,-0.3570147522370664f,-0.9006751415032961f,-1.6639633589295926f,-0.11698104681840293f,0.9338475819761083f,-0.3380001898263467f,1.8722756422380709f,0.9617643570657768f,0.021660109013620837f,-0.2730204409112463f,0.8042325660061981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.02753270450185369f,-0.3570147522370664f,-0.9336928921588296f,-1.5252000206292926f,-0.012657932979610237f,0.9338475819761083f,-0.357447157451363f,1.9264860564641946f,0.9995407580061442f,0.021660109013620837f,0.021192280717769726f,0.7542002508669946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5073714182563626f,0.5299856577629114f,0.6794773333247706f,1.4543577653335475f,0.11602968530038854f,0.7393090951406729f,-0.6632941835802364f,2.493965738867908f,-0.8538801766440184f,0.41537605179872095f,0.3136102350474012f,-0.0517341001319791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08862618718707546f,0.5299856577629114f,0.843362674956804f,1.425383420041987f,0.43885438557134754f,0.7393090951406729f,-0.510714098206692f,2.466990122658406f,-0.8941768433645979f,0.41537605179872095f,-0.16706438394412437f,0.03324746225094655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3090596831099781f,0.5299856577629114f,0.7896817807456205f,1.3214183255759242f,0.2877399062346879f,0.7393090951406729f,-0.6087920894708904f,2.5717967441837906f,-0.9064699987512069f,0.41537605179872095f,0.07599261119407144f,-0.020642210619626997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015582544541181695f,0f,0.0000011510563070886732f,-0.05784436648636424f,0f,0.000015625f,0f,1.5150331495131566f,-0.0000011510563070886732f,0f,-0.000015582544541181695f,0.43429022469703593f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82.mcfunction new file mode 100644 index 000000000..de20b4500 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..7614163bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6157940498741937f,-0.05987841157241731f,-0.5330635125494407f,0.08768339146796565f,-0.136289072683276f,0.802395958302445f,0.06730868600320322f,1.501459176658881f,0.518813474430952f,0.13971308590074624f,-0.615026240758408f,-0.5260083976380694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5797557501904695f,0.17665346130104076f,-0.5221846653545542f,0.08768339146796565f,0.1774520372395429f,0.7772794510762778f,0.06593503935007664f,1.501459176658881f,0.5219138287118112f,-0.06804564310021594f,-0.6024746848245629f,-0.5260083976380694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.497840490192875f,0.136485404490269f,0.6328278005350981f,-0.02245243781426036f,0.20742874480320464f,0.7898521147089479f,-0.007169181516344096f,1.508494722434358f,-0.6132475899653658f,0.15636436836880377f,-0.5161608491068848f,-0.5353477089226224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5017227843944396f,-0.06310455757934169f,0.6199129474629533f,-0.02245243781426036f,-0.10836651089579472f,0.792595343532565f,-0.0070228716894799315f,1.508494722434358f,-0.6136211754297292f,-0.08837667239272386f,-0.5056269542271524f,-0.5353477089226224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3008535248904616f,0.6987629646446825f,0.5108000352594303f,-0.7037064173951617f,0.04390411481551449f,0.867639860709464f,-1.2987223532419572f,1.9893857610158123f,-0.8644413140765126f,1.0955992156573662f,0.7027160330949032f,-0.796849394132529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37139895082490076f,0.8797452120830228f,0.29683527610976446f,-0.399270125719531f,0.8054343510692001f,0.46431500812009385f,-0.36835727134423935f,1.9907147720235352f,-0.461885619438297f,0.10227382388194114f,-0.8810231208683836f,-0.3930670003692597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3654993876195734f,0.8797452120830228f,0.3040699910657315f,-0.27836497692017437f,0.7980468825507506f,0.46431500812009385f,-0.38409991732030546f,1.727127107945898f,-0.47909432359478565f,0.10227382388194114f,-0.871784775072277f,-0.23518983540881025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6260728721537426f,0.7690260087628593f,0.1289641678894958f,0.5317870838553628f,0.7754692429545252f,0.631385218698008f,-0.00039854887297147146f,1.4187193689904665f,-0.08173256379619409f,0.09975822500393272f,-0.9916491741333554f,-0.2730350308107082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6648395742903717f,0.741007173326848f,-0.09432237028166868f,0.31273340650211f,0.7003147338716194f,0.662245005616771f,0.2664410367378981f,1.647791165592629f,0.2598992381283955f,0.1110851997963623f,-0.9592249289955312f,-0.18727620062985598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.987707317238328f,-0.09354078000023966f,0.12523728658355546f,-0.1613766987550377f,-0.13496127113291304f,0.9145378532616203f,-0.38132134774467463f,1.363993752266629f,-0.07886514292165565f,-0.3935360687771497f,-0.9159201121295314f,-0.011073266550351905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9957460875466448f,-0.015877606648722734f,0.09076139456100246f,-0.16378649128566697f,-0.023575602755083275f,0.996154411660746f,-0.08438352376837163f,1.5502453074294666f,-0.0890725552023969f,-0.08616431822942294f,-0.9922911821505696f,-0.03343089610680974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9662539395458025f,-0.19466374211505005f,0.16869899767924587f,0.16337255171864934f,-0.2449658947431334f,0.896934790654759f,-0.3681028276525459f,1.3447140894166305f,-0.07965572625312617f,-0.39700630828598826f,-0.9143527527471103f,0.01411192490513953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9908572151017113f,-0.09082134539173145f,0.09976704116148312f,0.14696709346495895f,-0.0981143966649987f,0.9926536855620735f,-0.07079707414219563f,1.5303941737461306f,-0.09260423558317696f,-0.07993837477249634f,-0.9924889479438991f,-0.007079576289352879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.06543214898262592f,0.08285203571055919f,0.34377372411155493f,0.06352362778667578f,0.997655306569565f,-0.025468372276355462f,2.227832914199177f,-0.08432422341586196f,-0.02006297966660501f,-0.9962363686355811f,-0.17195428972108284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.06543214898262592f,0.08285203571055919f,0.3806525140066667f,0.06352362778667578f,0.997655306569565f,-0.025468372276355462f,2.098356204935073f,-0.08432422341586196f,-0.02006297966660501f,-0.9962363686355811f,-0.25968141844424814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.06543214898262592f,0.08285203571055919f,-0.24044301521962175f,0.06352362778667578f,0.997655306569565f,-0.025468372276355462f,2.2651530455238493f,-0.08432422341586196f,-0.02006297966660501f,-0.9962363686355811f,-0.22149477097790177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.06543214898262592f,0.08285203571055919f,-0.2781450856646602f,0.06352362778667578f,0.997655306569565f,-0.025468372276355462f,2.1404406083437455f,-0.08432422341586196f,-0.02006297966660501f,-0.9962363686355811f,-0.31554621645725667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.971932772637746f,0.2201867971775779f,0.08285203571055919f,0.2546112917534434f,0.2188092206949624f,0.9754352295014037f,-0.025468372276355462f,2.340056008468094f,-0.08642459378884475f,-0.006624756314309815f,-0.9962363686355811f,-0.20419606444831068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9944114712020028f,0.0654321489826259f,0.08285203571055919f,0.1407293793528528f,0.06352362778667577f,0.997655306569565f,-0.025468372276355462f,2.3574267326769363f,-0.08432422341586196f,-0.02006297966660501f,-0.9962363686355811f,-0.21411113345687288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9490437311520928f,0.30405844263813914f,0.08285203571055919f,0.11823507874327924f,0.30299136747933547f,0.9526529238114978f,-0.025468372276355462f,2.354536070418349f,-0.08667310767427584f,0.0009328525468661562f,-0.9962363686355811f,-0.21590797423805533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9965534508196289f,-0.004093878125446981f,0.08285203571055919f,0.14783423234072482f,-0.0062240287763333235f,0.9996562526585748f,-0.025468372276355462f,2.36266479009888f,-0.08271929113139913f,-0.02589626773320132f,-0.9962363686355811f,-0.21365416686603667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9849246477888915f,0.1518518302706432f,0.08285203571055919f,0.21473944001980583f,0.15023329045485295f,0.9883224779659222f,-0.025468372276355462f,2.4626897494863598f,-0.08575194818215963f,-0.012637293648365487f,-0.9962363686355811f,-0.24201514738861518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9849246477888915f,0.1518518302706432f,0.08285203571055919f,0.18057277820891116f,0.15023329045485295f,0.9883224779659222f,-0.025468372276355462f,2.2403171919440275f,-0.08575194818215963f,-0.012637293648365487f,-0.9962363686355811f,-0.23917175631773296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9924044590828056f,-0.09093365587713066f,0.08285203571055919f,-0.13368306637157928f,-0.09332612766055247f,0.9953097989618505f,-0.025468372276355462f,2.364860495334466f,-0.08014751080632797f,-0.033007185874296366f,-0.9962363686355811f,-0.2371226960830757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.06543214898262592f,0.08285203571055919f,-0.018482384351402557f,0.06352362778667578f,0.9976553065695651f,-0.025468372276355462f,2.3675972798897353f,-0.08432422341586196f,-0.020062979666605005f,-0.9962363686355811f,-0.22761199172513377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9807026701821663f,-0.1770813736003467f,0.08285203571055919f,0.0034466237144623046f,-0.17971795836141818f,0.9833884367105384f,-0.025468372276355462f,2.361868828841423f,-0.07696575952963049f,-0.03986689940060427f,-0.9962363686355811f,-0.22564181943969147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9874248188545723f,0.13463939723807206f,0.08285203571055919f,-0.02484373268481107f,0.13296180362048093f,0.9907938841109093f,-0.025468372276355462f,2.3736955666887596f,-0.08551833656008402f,-0.014131946779796662f,-0.9962363686355811f,-0.2282969336919352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.996330222877204f,-0.021485510468160926f,0.08285203571055919f,-0.07286432944692577f,-0.023669488045573173f,0.9993953758894693f,-0.025468372276355462f,2.4810620584658265f,-0.08225474039301138f,-0.027335974295223324f,-0.9962363686355811f,-0.26640340638812365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.996330222877204f,-0.021485510468160926f,0.08285203571055919f,-0.06803008959158957f,-0.023669488045573173f,0.9993953758894693f,-0.025468372276355462f,2.2561980988906964f,-0.08225474039301138f,-0.027335974295223324f,-0.9962363686355811f,-0.26025281217169843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.06543214898262592f,0.08285203571055919f,0.020148241839110022f,0.06352362778667578f,0.997655306569565f,-0.025468372276355462f,1.7377551874340957f,-0.08432422341586196f,-0.02006297966660501f,-0.9962363686355811f,-0.20829762064571872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9944114712020029f,0.05872994770312664f,0.08773037777563904f,-0.001875488549562468f,0.06352362778667578f,0.9965780936685001f,0.052885271417267024f,1.3640384023084082f,-0.08432422341586196f,0.05816267241836588f,-0.994739427630405f,-0.2301086228026059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9410936680355595f,-0.30876797462648475f,0.1378587894493294f,0.20856385761567542f,-0.2922392078971564f,0.947769500020508f,0.12778583723761727f,0.7724471235230832f,-0.17011453009963215f,0.07997069885861136f,-0.9821739835553813f,-0.1377628729460406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9410936680355595f,-0.2276427508914044f,0.25004296820740646f,0.12976828003008956f,-0.2922392078971564f,0.9195450272018015f,-0.2627416760167304f,1.0963403299675962f,-0.17011453009963215f,-0.3203368865975817f,-0.9319041397772355f,-0.25827153818238785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9544602832205846f,0.22406565485219448f,0.1969775369684025f,-0.228396084812803f,0.254486567854492f,0.9560540973531173f,0.1455924095410097f,0.7658325198076887f,-0.1556989227198511f,0.1890903097727995f,-0.969537364011261f,-0.20503004002086178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9544602832205846f,0.28481214335180444f,0.08881222187194916f,-0.11666771645940817f,0.254486567854492f,0.9326166458115647f,-0.25585694975284046f,1.1265644776741808f,-0.1556989227198511f,-0.22160377919732704f,-0.96262641274242f,-0.3003348242176017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9557710222836914f,0.24159487904625335f,0.1677309374606058f,0.0009838343531470785f,0.17300773927188967f,0.9230219402513935f,-0.34365508866679517f,1.191742023628212f,-0.23784464491515733f,-0.2994368251120413f,-0.9239954072678086f,-0.2468030165403095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9804456514742602f,-0.12713034545924545f,0.1502138467939161f,0.0032247399516811045f,-0.17300773927188973f,0.9206003012311026f,-0.35009057046032127f,1.2019228162697773f,-0.0937797774429169f,-0.3692329354711145f,-0.924593095748687f,-0.2598867295954179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.98564754391452f,0.0656904378779753f,0.1555110463815164f,0.0009838343531470785f,0f,0.9211854055657213f,-0.38912395014020623f,1.191742023628212f,-0.16881622900442445f,-0.3835390657340104f,-0.9079641324857541f,-0.2468030165403095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.976410861795044f,0.1426457861768152f,0.16209259284328123f,0.0007463850467520132f,0.1840565428320496f,0.9423657424421077f,0.27941008663297895f,1.2225559909781787f,-0.1128938351256317f,0.3026532457409522f,-0.9463910369572893f,-0.24541664908599106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9583271092198269f,-0.23523423024660403f,0.16209259284328123f,0.0007463850467520132f,-0.1840565428320496f,0.9423657424421077f,0.27941008663297895f,1.2225559909781787f,-0.2184773232513708f,0.23793205835242667f,-0.9463910369572893f,-0.24541664908599106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.98564754391452f,-0.04716895717117904f,0.16209259284328123f,0.0007463850467520132f,0f,0.9601718614330202f,0.27941008663297895f,1.2225559909781787f,-0.16881622900442445f,0.27539986563473895f,-0.9463910369572893f,-0.24541664908599106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9625579574353915f,0.22067324373908884f,0.15743410709079403f,-0.19084969710703698f,0.2201720180010436f,0.9752384507198818f,-0.020838587448112747f,1.298462297546959f,-0.15813431337680964f,0.01460423689047833f,-0.9873096045302566f,-0.27446475796979247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9598011464591256f,-0.21394136334520322f,0.18168888877898914f,0.1915217227177342f,-0.22243467031217504f,0.9745600030555849f,-0.027488504641256323f,1.2916505764303015f,-0.17118579584434618f,-0.06679740634406471f,-0.9829717848477869f,-0.21157655551901855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.98564754391452f,-0.018305271363134413f,0.16782084559313923f,-0.006564913333794565f,0f,0.9941037457289779f,0.10843312560106208f,1.146028187523859f,-0.16881622900442445f,0.1068768439276615f,-0.9798359153739915f,-0.24900716115916485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.98564754391452f,-0.005081770531077339f,0.16873972497175568f,2.9521191003265625e-17f,0f,0.9995468206278512f,0.030102381513001052f,1.3693644302578944f,-0.16881622900442445f,0.02967033840426734f,-0.9852008687794088f,-0.2410588181328643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.21395025807482448f,-0.35532403316709843f,-0.9099286337529896f,-1.6939313354715198f,0.0882766213405129f,0.9347193681623369f,-0.3442483709575184f,1.8398079043617492f,0.972847637194242f,-0.006673397640503884f,0.23135025517494456f,0.5407592730672933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3199840703650385f,-0.35532403316709843f,-0.8782681971735561f,-1.699118505390865f,-0.11492453475718128f,0.9347193681623369f,-0.3362916206108129f,1.8385042894873738f,0.940426789294875f,-0.006673397640503884f,-0.3399307572733957f,0.6343565826252456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.05532981247301648f,-0.35532403316709843f,-0.9331041974536216f,-1.5565592908131491f,-0.013905225326671738f,0.9347193681623369f,-0.35511455544769777f,1.8924232802417162f,0.9983713019514909f,-0.006673397640503884f,-0.05665870810048895f,0.5960567340613429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6350463584498969f,0.41783726887461625f,0.6497138903847802f,1.4101741088495487f,0.17411427751600622f,0.7420134181297422f,-0.6473795684762499f,2.512341283356517f,-0.7525957354281273f,0.5242405021121679f,0.3984614849148883f,0.08000728905566006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.20199145623912496f,0.41783726887461625f,0.8857829690989768f,1.3694073842503651f,0.48671172155291237f,0.7420134181297422f,-0.4610073615664035f,2.4801567021592725f,-0.8498889055102422f,0.5242405021121679f,-0.05348592558593432f,0.158054001982037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.43484506239129095f,0.41783726887461625f,0.79769780522032f,1.270136075766909f,0.3433021994372746f,0.7420134181297422f,-0.5758121978361922f,2.5826208224333236f,-0.8324982712146877f,0.5242405021121679f,0.17921641769028307f,0.09214818286530607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001540074287366438f,0f,0.0000026377535781941322f,-0.12317506858874483f,0f,0.000015625f,0f,1.5354869302578944f,-0.0000026377535781941322f,0f,-0.00001540074287366438f,0.4353554371755287f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83.mcfunction new file mode 100644 index 000000000..f2c44b728 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..49d0d77db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6805949535252266f,-0.07768593800578931f,-0.44463451138727406f,0.1209067033483848f,-0.13428611020447254f,0.8029021238514802f,0.06526763796384055f,1.5247405695128118f,0.43093177451493586f,0.12750497635538527f,-0.6818978891025147f,-0.5033625121240181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6450777491216172f,0.18482935325182331f,-0.43556033768549296f,0.1209067033483848f,0.17945451613737567f,0.7769866857876531f,0.0639356453523336f,1.5247405695128118f,0.43780220902376493f,-0.04614975931932594f,-0.667981605651443f,-0.5033625121240181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4291720636526294f,0.11799592942302119f,0.6847136225197986f,0.01469897133241102f,0.20561407554937694f,0.7903250790821351f,-0.007318862905959801f,1.5315668504450572f,-0.6636856455887553f,0.16854576369003918f,-0.4450372274608305f,-0.52563769275387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4326449366311897f,-0.05409601398878831f,0.6707398751214354f,0.01469897133241102f,-0.11018613350308286f,0.7923431165075847f,-0.007169498356858581f,1.5315668504450572f,-0.6638353521702762f,-0.0962601007353151f,-0.4359548350636707f,-0.52563769275387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.309419150722734f,0.6946875107878048f,0.49420339949862596f,-0.7040055600754342f,0.0070597030309417046f,0.8968870814604931f,-1.2794334580986984f,1.9873418829674374f,-0.8525126968636129f,1.0744343048622018f,0.7484779731038235f,-0.8246253556531925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3775231967994723f,0.8222395337867243f,0.42590889278870137f,-0.39829724608640055f,0.7759924942706248f,0.5318914213519351f,-0.33900909239705146f,2.004598597622977f,-0.5052839644338234f,0.20251830774132173f,-0.8388530564500735f,-0.4337297486057233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3648172293360408f,0.8222395337867243f,0.43684154822746113f,-0.2770667347104905f,0.7656727544378212f,0.5318914213519351f,-0.36171362844634186f,1.7508945802799756f,-0.5297675172103087f,0.20251830774132173f,-0.8236095632873728f,-0.25868607105786157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5887482732043237f,0.7623876485647901f,0.26858991811826727f,0.5328131018259233f,0.7861118007502504f,0.61738970252642f,-0.02929491313414259f,1.4423637164092993f,-0.1881587295878813f,0.1938943746739163f,-0.9628090485395772f,-0.18630934341643482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6932796319389888f,0.7190066038553722f,0.048916822780149694f,0.3038808676756047f,0.7063836127610238f,0.6645225443474998f,0.24378675041234096f,1.6730849029065737f,0.1427779519436538f,0.2035664305977027f,-0.968594427390787f,-0.13892371161025707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9534384688428158f,-0.1329613543207364f,0.2706960738316368f,-0.1804063143110986f,-0.23334042256588083f,0.8938728530395601f,-0.3828100962562158f,1.3888779536701397f,-0.19106892297661465f,-0.42815020828689626f,-0.8832780229443298f,-0.018709544403301213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9750804807061199f,-0.04695418267456776f,0.21682564625819958f,-0.18785506327346632f,-0.06786050136048946f,0.9936270885271054f,-0.0900008961080443f,1.5746205271682967f,-0.211217917092811f,-0.10247201410390695f,-0.9720527135009002f,-0.04399837650716437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9008613324144717f,-0.27743511837014756f,0.3338841338778543f,0.14578527055584423f,-0.3929012044925544f,0.8481523522970649f,-0.3553395992585897f,1.371412281662385f,-0.18460092976126263f,-0.45129518320927975f,-0.873072250356968f,0.04617014759112112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9603396830120077f,-0.1590889859231344f,0.22899429641444258f,0.11738730004784678f,-0.17899852712431025f,0.9814381967428873f,-0.06883744083997437f,1.5550017095464266f,-0.21379247068062146f,-0.10709696789367174f,-0.9709907409178821f,0.020020773980320927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.06631625023842667f,0.2037440924460733f,0.3322055751469813f,0.06278021638998493f,0.9977440997984095f,-0.023777210675099754f,2.252054337339882f,-0.20486128155995298f,-0.010433900122954275f,-0.9787354029797012f,-0.11943030480410856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.06631625023842667f,0.2037440924460733f,0.3796461361325549f,0.06278021638998493f,0.9977440997984095f,-0.023777210675099754f,2.1227529532496656f,-0.20486128155995298f,-0.010433900122954275f,-0.9787354029797012f,-0.20220021325958804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.06631625023842667f,0.2037440924460733f,-0.24165006789708735f,0.06278021638998493f,0.9977440997984095f,-0.023777210675099754f,2.288937714468998f,-0.20486128155995298f,-0.010433900122954275f,-0.9787354029797012f,-0.23978630772058093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.06631625023842667f,0.2037440924460733f,-0.2674676741086289f,0.06278021638998493f,0.9977440997984095f,-0.023777210675099754f,2.1643448466080306f,-0.20486128155995298f,-0.010433900122954275f,-0.9787354029797012f,-0.3379208122930568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9543756874566084f,0.21830114975659684f,0.2037440924460733f,0.24751939824237185f,0.2180888522474388f,0.9756392247024033f,-0.023777210675099754f,2.364250671725362f,-0.20397132082016078f,0.021741923489911247f,-0.9787354029797012f,-0.16213543635300953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.06631625023842667f,0.2037440924460733f,0.13567778760865f,0.06278021638998495f,0.9977440997984095f,-0.023777210675099754f,2.3815366608869337f,-0.20486128155995298f,-0.010433900122954273f,-0.9787354029797012f,-0.18583753192620714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9317178009822342f,0.30064976987544156f,0.2037440924460733f,0.11357359212184648f,0.30229151960449996f,0.9529189269962657f,-0.023777210675099754f,2.378629009873981f,-0.20130021487328867f,0.03943646087226795f,-0.9787354029797012f,-0.1903683411771081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9790221742187735f,-0.0019817117024884257f,0.2037440924460733f,0.14266825192873434f,-0.0069718231627620975f,0.9996929718340022f,-0.023777210675099754f,2.3867802563811793f,-0.20363441769438925f,-0.024698884274985462f,-0.9787354029797012f,-0.1845097085635761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672787946700269f,0.15119549654346875f,0.2037440924460733f,0.21242482886894543f,0.14950044680277946f,0.9884757258821691f,-0.023777210675099754f,2.486910323173935f,-0.20499109684927638f,0.007460641171688971f,-0.9787354029797012f,-0.20434992602490146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672787946700269f,0.15119549654346875f,0.2037440924460733f,0.178405842146665f,0.14950044680277946f,0.9884757258821691f,-0.023777210675099754f,2.2645032848504476f,-0.20499109684927638f,0.007460641171688971f,-0.9787354029797012f,-0.20602857028853147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9751239817156531f,-0.08730157545162975f,0.2037440924460733f,-0.13388855118974002f,-0.09407427675058305f,0.9952812038345579f,-0.023777210675099754f,2.3887648738761413f,-0.2007068776521257f,-0.042352806486663466f,-0.9787354029797012f,-0.2421289623044339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9767755626282019f,0.06631625023842667f,0.2037440924460733f,-0.020710352082933953f,0.06278021638998493f,0.9977440997984096f,-0.023777210675099754f,2.391588183085388f,-0.20486128155995298f,-0.010433900122954271f,-0.9787354029797012f,-0.21863715954157334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9638045069157185f,-0.17195702149745165f,0.2037440924460733f,0.0008209127823114171f,-0.18046076828873064f,0.9832947449067106f,-0.023777210675099754f,2.3858759536738856f,-0.1962518370808033f,-0.059684398267654204f,-0.9787354029797012f,-0.214016207967166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9697701986816422f,0.13429112607426633f,0.2037440924460733f,-0.026947265717529846f,0.13222639703912525f,0.9909343188014854f,-0.023777210675099754f,2.39768194076841f,-0.20509008185434063f,0.0038819169416639786f,-0.9787354029797012f,-0.22008354317505352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9788384787615662f,-0.01906770277377655f,0.2037440924460733f,-0.07007828163448522f,-0.02441780937726848f,0.9994190386608249f,-0.023777210675099754f,2.5050676226466293f,-0.20317234821933447f,-0.02824903313750069f,-0.9787354029797012f,-0.26359992313445735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9788384787615662f,-0.01906770277377655f,0.2037440924460733f,-0.0657880485103855f,-0.02441780937726848f,0.9994190386608249f,-0.023777210675099754f,2.280198338947944f,-0.20317234821933447f,-0.02824903313750069f,-0.9787354029797012f,-0.2572438906785197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.06631625023842667f,0.2037440924460733f,0.015954815682006265f,0.06278021638998493f,0.9977440997984095f,-0.023777210675099754f,1.7617499985861074f,-0.20486128155995298f,-0.010433900122954275f,-0.9787354029797012f,-0.19570337532739587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.976775562628202f,0.05103472574796448f,0.20809843108536338f,-0.003183206473480416f,0.06278021638998493f,0.9967625813900731f,0.050229481090535134f,1.38796403056483f,-0.20486128155995298f,0.06212739418668557f,-0.9768173023698884f,-0.21900114814740296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9163487475579815f,-0.30546682152786164f,0.2588339116008266f,0.1881020521311968f,-0.2881443572308731f,0.9519893187283247f,0.10338842499616285f,0.7994371850661375f,-0.27798885273500784f,0.02015832266945322f,-0.9603727608497798f,-0.08871896442685825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9163487475579815f,-0.17259927096104055f,0.3612678570155893f,0.1300342986391557f,-0.2881443572308731f,0.9107744471821475f,-0.2957409943786291f,1.1189361331627514f,-0.27798885273500784f,-0.3750991842483408f,-0.8843205299727601f,-0.2284781866656599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9288840083096328f,0.20270395608022568f,0.3099767818660871f,-0.23328175000075135f,0.25244609736373086f,0.9589169355561752f,0.1294190041275851f,0.7925659465264749f,-0.2710082416319687f,0.19846767216093436f,-0.941894429368052f,-0.2074842103081103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9288840083096328f,0.3138590121603487f,0.19663931344560762f,-0.10944304024652621f,0.25244609736373086f,0.9250163955910159f,-0.2839289273984368f,1.1486497464967993f,-0.2710082416319687f,-0.2140962128892877f,-0.9384654200310277f,-0.30024829494278416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9207613619383006f,0.2765075616985492f,0.2752127952785783f,0.0011555055459192465f,0.17105108913472847f,0.9201568509095291f,-0.3522114345532833f,1.2172551519122177f,-0.350628064004222f,-0.27722723179331f,-0.894541794822841f,-0.23360278447985727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9628270064710487f,-0.07755299974969965f,0.2587463774428971f,0.00492769300160862f,-0.17105108913472844f,0.9164181160196502f,-0.3618278064726621f,1.2261093128648346f,-0.20905903595832032f,-0.3926364334353323f,-0.8956176363958895f,-0.2462978214308102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9585778591633023f,0.11289172237107131f,0.2615032446108331f,0.0011555055459192465f,0f,0.9181008531004032f,-0.3963468475165558f,1.2172551519122177f,-0.2848306302382176f,-0.3799293125785439f,-0.880071150260986f,-0.23360278447985727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9555446306758778f,0.10715374226406107f,0.27468624702614347f,0.0007855434684979878f,0.1822326218135944f,0.947010427398791f,0.26450429475700876f,1.2478745308666093f,-0.23178811516866826f,0.30280245361748026f,-0.924437636484901f,-0.23235770260137573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9270721495894668f,-0.2551170224627469f,0.27468624702614347f,0.0007855434684979878f,-0.1822326218135944f,0.947010427398791f,0.26450429475700876f,1.2478745308666093f,-0.3276102883038149f,0.19515777014431535f,-0.924437636484901f,-0.23235770260137573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9585778591633023f,-0.0753389249763541f,0.27468624702614347f,0.0007855434684979878f,0f,0.9643845073699066f,0.26450429475700876f,1.2478745308666093f,-0.2848306302382176f,0.2535479606076726f,-0.924437636484901f,-0.23235770260137573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9367159057263308f,0.21784005290001301f,0.27406025489264124f,-0.18577195928704218f,0.21789106983811343f,0.9754917922650477f,-0.030647102772159214f,1.3221204268440347f,-0.2740196957229577f,0.031007653507552593f,-0.9612240799001309f,-0.28474008993543476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9338732166043577f,-0.19887787139709395f,0.29720095487328313f,0.186453102761054f,-0.2200959900084374f,0.9746836957143682f,-0.039363034572892315f,1.315592202513275f,-0.28184848853814376f,-0.10217282210618367f,-0.9540032200845141f,-0.17698027186622517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9585778591633023f,-0.026495591194060513f,0.2835956127467022f,-0.006281010858098128f,0f,0.9956640285123741f,0.093022267906724f,1.1697636030103606f,-0.2848306302382176f,0.08916908642454263f,-0.9544214928973007f,-0.2360042819074063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9585778591633023f,-0.005405890535899942f,0.28477932556527713f,2.8131852729580155e-17f,0f,0.9998198765599838f,0.01897931599343348f,1.393160856679232f,-0.2848306302382176f,0.018193152093369292f,-0.9584051968217865f,-0.22971401018780802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1027507612669758f,-0.3505031376784525f,-0.9309080682519709f,-1.7164414114015383f,0.08388090426187954f,0.9355811875615265f,-0.34300413318380457f,1.8094921613650174f,0.9911641009233868f,-0.042841474747299615f,0.1255321993841028f,0.33647817200738916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.411683133769256f,-0.3505031376784525f,-0.8412279999188591f,-1.7315204312011299f,-0.11282182816666785f,0.9355811875615265f,-0.3346028639597913f,1.8080795519934452f,0.9043164448681972f,-0.042841474747299615f,-0.4247073999619275f,0.4289967657961345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1608428778623095f,-0.3505031376784525f,-0.9226468008498862f,-1.585583901173851f,-0.015067833296770805f,0.9355811875615265f,-0.3527900252001245f,1.86170436045925f,0.9868650004132836f,-0.042841474747299615f,-0.15576289352976702f,0.4061019029312269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7573154009007266f,0.2728736932468912f,0.5933071136370893f,1.3454626668732774f,0.2298502154547596f,0.7390091016585699f,-0.6332727896579751f,2.5339574855735365f,-0.6112628420033177f,0.6159590044796772f,0.49694289690711174f,0.23857771224498478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.32388541611389843f,0.2728736932468912f,0.9058908238648458f,1.2927058220226548f,0.5323142751306121f,0.7390091016585699f,-0.4129250054888471f,2.496767915284928f,-0.7821379352268361f,0.6159590044796772f,0.0940997081797123f,0.30656825337502713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5627396784066419f,0.2728736932468912f,0.78029738041377f,1.2020396373859006f,0.3966887497451572f,0.7390091016585699f,-0.5445214261086679f,2.5970409143455324f,-0.7252324387204518f,0.6159590044796772f,0.3076238199944721f,0.22642940981083515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000149777790494266f,0f,0.000004450478597472151f,-0.2027395939872857f,0f,0.000015625f,0f,1.559283356679232f,-0.000004450478597472151f,0f,-0.0000149777790494266f,0.4272525029132179f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84.mcfunction new file mode 100644 index 000000000..deb80204e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..705a644cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7408271212675258f,-0.09612861786262647f,-0.3299680434022903f,0.1589314796959f,-0.13237447548852532f,0.8033886588137328f,0.0631514494928963f,1.5497201824748108f,0.3171697007566336f,0.11077182025107805f,-0.744363774779949f,-0.47226346852386525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7065030307596796f,0.19071771724792747f,-0.3232340017002028f,0.1589314796959f,0.1813669821524177f,0.7767103906943789f,0.06186264440120454f,1.5497201824748108f,0.3285718875867376f,-0.01864728707144489f,-0.7291726773354603f,-0.47226346852386525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33818218103343045f,0.09412983456844848f,0.7373715692376759f,0.058970986070488174f,0.2037855707802354f,0.7907969559918611f,-0.007487321298340479f,1.5563357772805912f,-0.7148767012693096f,0.18089829485809816f,-0.3509580506900887f,-0.5091074401233249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3413500638342123f,-0.041585721057426f,0.7223231698654785f,0.058970986070488174f,-0.1120178699342112f,0.7920847187321816f,-0.007334518822864143f,1.5563357772805912f,-0.7147951669784717f,-0.10427092670104529f,-0.34379564149233177f,-0.5091074401233249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.365381862347479f,0.6091805474154723f,0.45391373698436865f,-0.6664445591381218f,0.0025378496684940704f,0.9299210277001625f,-1.2556459260317507f,1.9844645335312372f,-0.7596921608728034f,1.0979764081671601f,0.8116168294316921f,-0.8813691708104394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3622044813571385f,0.7420351849500268f,0.5640848322557392f,-0.38333249889803445f,0.7411141942280558f,0.5962906982915585f,-0.30852415504246167f,2.0184634249699553f,-0.5652943169699354f,0.30630244437017606f,-0.7659119712958855f,-0.4847105891743128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.33977936824171895f,0.7420351849500268f,0.5778700244981025f,-0.2698272399226262f,0.7284302205586308f,0.5962906982915585f,-0.33738230082188647f,1.776344640935525f,-0.5949280584189678f,0.30630244437017606f,-0.7431281301893318f,-0.28752730978858554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5272943367619649f,0.7360621566625691f,0.4244681188829227f,0.5201240607158995f,0.795472408209305f,0.6032211447343128f,-0.05786102594246301f,1.468052583250744f,-0.29863745611769515f,0.30714288543717416f,-0.9035922297855812f,-0.08646064085750255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.702737766920556f,0.6779539817530965f,0.21572674745759324f,0.28750166985678327f,0.7114241191381231f,0.6670953610557737f,0.22104185568894585f,1.7000964113334358f,0.00594589371380333f,0.30880767134737624f,-0.9511059186362762f,-0.0841044741563932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8905090686596486f,-0.15014853173894213f,0.4294752810716411f,-0.20193635418449038f,-0.3293693188239521f,0.8639666020136118f,-0.38089048612757365f,1.4158226423303903f,-0.3138621519909195f,-0.4806424128410781f,-0.8188244137334544f,-0.03162844135706757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9294859623767211f,-0.07043265442018107f,0.3620705551904877f,-0.21287953591833378f,-0.11208008399743707f,0.9891173500933497f,-0.09531485988783345f,1.6006864275985944f,-0.3514169895092554f,-0.12917472251039372f,-0.9272647898786055f,-0.061644106764507656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7972517253785347f,-0.32605656348646966f,0.5080126019975718f,0.11793898340034924f,-0.5313128119617571f,0.7784865157924518f,-0.3341637930336243f,1.4010431306733966f,-0.28652466250959985f,-0.5363262646344314f,-0.7938877475040396f,0.08143212255041682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9009734482450005f,-0.21609120391882122f,0.37623322174739937f,0.0797733403014915f,-0.2587615626832149f,0.9636719696156162f,-0.06617241611804266f,1.5813180473755868f,-0.3482661327709803f,-0.15697428632127353f,-0.9241589550497645f,0.04622345039611703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9364892039034408f,0.06579139341939329f,0.3444698296284221f,0.31196223719670857f,0.06197881671362404f,0.9978331736328683f,-0.022081301513655616f,2.277992601549873f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.06028253850510931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9364892039034408f,0.06579139341939329f,0.3444698296284221f,0.37115070469332795f,0.06197881671362404f,0.9978331736328683f,-0.022081301513655616f,2.148869127202098f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.13541020443292318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9364892039034408f,0.06579139341939329f,0.3444698296284221f,-0.238225170096563f,0.06197881671362404f,0.9978331736328683f,-0.022081301513655616f,2.314405156369127f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.26307354596708377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9364892039034408f,0.06579139341939329f,0.3444698296284221f,-0.24927339289270165f,0.06197881671362404f,0.9978331736328683f,-0.022081301513655616f,2.189930093274874f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.3640894256134476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9146674263548368f,0.2114805798204289f,0.3444698296284221f,0.23426707413239684f,0.21731125334858306f,0.9758525684198053f,-0.022081301513655616f,2.390156597340296f,-0.34082153443332613f,0.05466012319126474f,-0.938537667117963f,-0.11474531435800009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9364892039034407f,0.06579139341939332f,0.3444698296284221f,0.12706055902743066f,0.06197881671362404f,0.9978331736328683f,-0.022081301513655616f,2.4073511749016787f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.1544976758794776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8927550936409557f,0.2903943512775242f,0.3444698296284221f,0.10585848629988706f,0.30153547383436863f,0.9531992310860022f,-0.022081301513655616f,2.4044252386680434f,-0.33476066196255966f,0.0841566788981127f,-0.938537667117963f,-0.16221059583320802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9387973388781642f,0.0003049443279403985f,0.3444698296284221f,0.1337752648488977f,-0.0077774841463843225f,0.9997259258735944f,-0.022081301513655616f,2.4126007026976626f,-0.3443821529284438f,-0.02340897573882904f,-0.938537667117963f,-0.15215669667189283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9271914819888967f,0.14716144944583526f,0.3444698296284221f,0.2055465679667613f,0.14870985999033792f,0.9886343073478266f,-0.022081301513655616f,2.5128394055482475f,-0.3438042077533191f,0.03075246546024819f,-0.938537667117963f,-0.16146943154656312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9271914819888967f,0.14716144944583526f,0.3444698296284221f,0.1724352418414484f,0.14870985999033792f,0.9886343073478266f,-0.022081301513655616f,2.290396686394987f,-0.3438042077533191f,0.03075246546024819f,-0.938537667117963f,-0.16838873627511897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9352515092224651f,-0.08151779543674403f,0.3444698296284221f,-0.13140999703126854f,-0.09487974408472404f,0.99524381449265f,-0.022081301513655616f,2.4143578717122365f,-0.34103144819725684f,-0.05333477984629592f,-0.938537667117963f,-0.24952851856081049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9364892039034409f,0.0657913934193933f,0.3444698296284221f,-0.02287747181933225f,0.061978816713624055f,0.9978331736328684f,-0.022081301513655616f,2.4172743877839187f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.20976263456304123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.924587850861282f,-0.16272013555636414f,0.3444698296284221f,-0.002243795281100164f,-0.18125991188062318f,0.9831872967387708f,-0.022081301513655616f,2.411579674051287f,-0.3350852882248703f,-0.08285467407471192f,-0.938537667117963f,-0.20205551103873007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9296185876628656f,0.13095731345543468f,0.3444698296284221f,-0.02884459089649185f,0.1314331630086925f,0.9910790784720428f,-0.022081301513655616f,2.42336322531002f,-0.344288549233386f,0.024747570942246493f,-0.938537667117963f,-0.2120959899795457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.938659677508638f,-0.016079374836899737f,0.3444698296284221f,-0.06530491847271422f,-0.025223922782113266f,0.9994379269584205f,-0.022081301513655616f,2.530764924139037f,-0.3439211588996258f,-0.02941570774109403f,-0.938537667117963f,-0.26130131624536485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.938659677508638f,-0.016079374836899737f,0.3444698296284221f,-0.06168705913441179f,-0.025223922782113266f,0.9994379269584205f,-0.022081301513655616f,2.3058913905733927f,-0.3439211588996258f,-0.02941570774109403f,-0.938537667117963f,-0.2546827820036187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9364892039034408f,0.06579139341939329f,0.3444698296284221f,0.010891320050191038f,0.06197881671362404f,0.9978331736328683f,-0.022081301513655616f,1.7874445776696464f,-0.3451761829139991f,0.0006709319582380718f,-0.938537667117963f,-0.18255030967052951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9364892039034408f,0.04160212826556917f,0.3482200940440897f,-0.004709478049397402f,0.06197881671362404f,0.996942815902092f,0.047577811004567705f,1.4135910217063619f,-0.3451761829139991f,0.06613837573589554f,-0.9362046346840731f,-0.20735220057149034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.86967081334055f,-0.2913711274692814f,0.3984664885543904f,0.15748240670417238f,-0.2840065850017761f,0.9555716263967312f,0.07888679548020028f,0.8285996849471853f,-0.4037486050740179f,-0.04456156306488629f,-0.9137840724142651f,-0.038762258731401794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.86967081334055f,-0.09778482494530388f,0.48384998133099333f,0.12724694324759894f,-0.2840065850017761f,0.9008225747040316f,-0.32841886148518956f,1.143265977492361f,-0.4037486050740179f,-0.42303287923519073f,-0.8111906354160957f,-0.19497926672169738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8798990055358747f,0.1772148836820052f,0.44087710879399483f,-0.23812562412582824f,0.2503722817454188f,0.9615085861317332f,0.11320317720164952f,0.8213757161397901f,-0.4038458376541367f,0.2099907707413085f,-0.8904001435382294f,-0.21588901286737852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8798990055358747f,0.34975403384372294f,0.3216362166594778f,-0.09920556944364967f,0.2503722817454188f,0.9165787245978088f,-0.31176459412230717f,1.172456626393558f,-0.4038458376541367f,-0.19379256287251634f,-0.8940654237720695f,-0.30090831029480136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8611094051009321f,0.31554087685469484f,0.39865341774590257f,0.0009739899757853745f,0.16909283008633785f,0.9172103449607292f,-0.36073923810754616f,1.2444860326766494f,-0.4794770143188427f,-0.2432265160931068f,-0.8431741543768393f,-0.2196692833483329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.923602995758153f,-0.01435140927258101f,0.3830816404873198f,0.006501545562685541f,-0.1690928300863379f,0.9120842326758144f,-0.37351033093820013f,1.252014746216497f,-0.344042324489238f,-0.4097516193452588f,-0.8448304500927865f,-0.23164847623123094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9079969499610625f,0.1690761072520886f,0.3833468518429335f,0.0009739899757853745f,0f,0.9149596678498247f,-0.40354529635239f,1.2444860326766494f,-0.41897677604063904f,-0.36641789825910326f,-0.8307805877450277f,-0.2196692833483329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9115826731501064f,0.0663782000187071f,0.4057227681247168f,0.0004730240480936777f,0.18034120615206373f,0.9514248855604039f,0.24953504062554224f,1.2749122677704003f,-0.3694510513939906f,0.30064035274501777f,-0.8792731651342637f,-0.21858360137169192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8726416797409853f,-0.27181893643388616f,0.4057227681247168f,0.0004730240480936777f,-0.18034120615206373f,0.9514248855604039f,0.24953504062554224f,1.2749122677704003f,-0.4538430875781305f,0.1445861436387427f,-0.8792731651342637f,-0.21858360137169192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9079969499610625f,-0.10454938683045957f,0.4057227681247168f,0.0004730240480936777f,0f,0.9683657694796987f,0.24953504062554224f,1.2749122677704003f,-0.41897677604063904f,0.2265770557964022f,-0.8792731651342637f,-0.21858360137169192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.887354373738646f,0.21302587992181993f,0.40892809868047664f,-0.1763620137956744f,0.21558090341435532f,0.975647778168904f,-0.040451044944865865f,1.3474898111022475f,-0.40758691035157846f,0.05226267729092653f,-0.911669634830753f,-0.2977868577077682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8854958569338652f,-0.17518733533254646f,0.43035623022333674f,0.17669829432610387f,-0.217727715770852f,0.9746639819786306f,-0.05123245083701039f,1.3412406407673998f,-0.4104774404740982f,-0.13906660193102266f,-0.9012040562986785f,-0.13805887062091055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9079969499610625f,-0.032508027400469444f,0.41771373812209966f,-0.006358482270729555f,0f,0.9969854226039088f,0.07758909147106592f,1.1952272255205811f,-0.41897677604063904f,0.07045065840597774f,-0.90525972287999f,-0.22242513434179778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9079969499610625f,-0.0032906020736949665f,0.4189638538100875f,2.6643228930340063e-17f,0f,0.9999691576447897f,0.00785390088871129f,1.4186578341818388f,-0.41897677604063904f,0.00713131805224633f,-0.9079689451966019f,-0.2175584744016815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03404915255986621f,-0.34002986741249536f,-0.9397980338761067f,-1.7206908351994294f,0.07959286755696326f,0.9364339594005466f,-0.341696378551888f,1.7808729946970545f,0.9962457681937802f,-0.08643569256306251f,-0.004820830543494192f,0.09718596424823066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5200747988578982f,-0.34002986741249536f,-0.783518916721452f,-1.7476786464127758f,-0.11067179168681629f,0.9364339594005466f,-0.33293121542781984f,1.7793593403332892f,0.8469202784900991f,-0.08643569256306251f,-0.524647417732516f,0.18695471937149072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.28786998627569493f,-0.34002986741249536f,-0.8952712216245265f,-1.5998940575624236f,-0.016145646546830233f,0.9364339594005466f,-0.3504721925902257f,1.8326869964037058f,0.9575333879814408f,-0.08643569256306251f,-0.27506123309533775f,0.18332952677416137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8591925452193622f,0.09513079036117258f,0.5027308454478724f,1.2507226874147204f,0.2827079360315071f,0.7306864600654432f,-0.6214286121364517f,2.557156390889136f,-0.4264556168516006f,0.6760528306295966f,0.6009061299849007f,0.4181378832942843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.446772657336579f,0.09513079036117258f,0.8895753623958288f,1.1868763598480219f,0.5755531049189474f,0.7306864600654432f,-0.36720010960672456f,2.5151975274745415f,-0.6849327091580387f,0.6760528306295966f,0.2716979096775295f,0.47247169171225917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6810274940447849f,0.09513079036117258f,0.7260521228399093f,1.1098917052053847f,0.44756120975567837f,0.7306864600654432f,-0.5155446252256588f,2.6135086529656877f,-0.5795606231250651f,0.6760528306295966f,0.4550407172117631f,0.37704867992150726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014187452343141602f,0f,0.000006546512125634985f,-0.29460000151428334f,0f,0.000015625f,0f,1.5847803341818387f,-0.000006546512125634985f,0f,-0.000014187452343141602f,0.40366546381547563f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85.mcfunction new file mode 100644 index 000000000..8ce1094f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..5d313ca17 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7868054808890954f,-0.11360379810310021f,-0.1870180652874847f,0.19974294630457143f,-0.13055607859225293f,0.8038551027957744f,0.06096333731229689f,1.5756070593858051f,0.17560378706035162f,0.08863179570667326f,-0.7926235923843786f,-0.43054201102343004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.754665571835697f,0.19213831655246225f,-0.18320137007753606f,0.19974294630457143f,0.1831875340464603f,0.7764508651587745f,0.05971918757122961f,1.5756070593858051f,0.19215150807599057f,0.014384759524460528f,-0.7764476007030648f,-0.43054201102343004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.22226329320810473f,0.06432225216065117f,0.7832024775329265f,0.10922368045383665f,0.20194332954692695f,0.7912676043738592f,-0.007675569320868852f,1.5820109058959706f,-0.7594487241336533f,0.19157941066273226f,-0.23125615508853128f,-0.4829162559026525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2252665152566338f,-0.02510739690846402f,0.7672187535016424f,0.10922368045383665f,-0.11386157766416599f,0.7918200596713464f,-0.0075189250490143855f,1.5820109058959706f,-0.7591380231788947f,-0.11131312466437394f,-0.2265366417193776f,-0.4829162559026525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4454361155805528f,0.45384780656482987f,0.3822863511187591f,-0.5882817336283415f,0.02099860871667346f,0.9668628945874136f,-1.227249547362724f,1.9800578847665762f,-0.5930259220366059f,1.1404405120594148f,0.8883253594524329f,-0.9576048502406562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3181710886099984f,0.6360381437022835f,0.7030096998822148f,-0.34903819651479445f,0.7009461335262297f,0.6571100874656197f,-0.2772739635190339f,2.0315625458717164f,-0.6383115824324024f,0.40455137214781367f,-0.6549019094688636f,-0.5435438010050117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2832927865966832f,0.6360381437022835f,0.7177748092668336f,-0.2537572777349398f,0.686496624669158f,0.6571100874656197f,-0.31133377148773766f,1.8026866700329176f,-0.6696772217868392f,0.40455137214781367f,-0.6227925865913801f,-0.3208127681652719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4361838923718744f,0.6810728585307191f,0.5881185028615544f,0.4874864821983389f,0.8035756269364479f,0.5889488943364029f,-0.0860547015195764f,1.4949964420507253f,-0.40498126355303865f,0.43506201998419003f,-0.8041835704229852f,0.02306723120756772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6830540375210815f,0.6110110555859394f,0.4001283191401291f,0.2607463289865623f,0.7154343942702912f,0.6699630437893557f,0.1982502142536129f,1.7280347429680023f,-0.14693811391620087f,0.42168117091975776f,-0.8947592864958103f,-0.025113007964789047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7941100212114605f,-0.13665064033040603f,0.5922126954978455f,-0.22412029020334845f,-0.42206853128205263f,0.825109441412548f,-0.37556965345097304f,1.4440364698875785f,-0.4373184527469025f,-0.5481979680636941f,-0.7129036110849013f,-0.051530184463566414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8500197309928202f,-0.08195719609047832f,0.520335925082903f,-0.236235164938545f,-0.15614479795437894f,0.9826278745670134f,-0.10030584327794614f,1.6276522848484063f,-0.5030757984585222f,-0.1665096938106025f,-0.8480502714299546f,-0.08805106624949158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6577320131169926f,-0.32624825701045995f,0.6789334825435442f,0.07787108870160106f,-0.6567978551409748f,0.6896883774853954f,-0.30487131620370256f,1.4327981231914844f,-0.36878879647202323f,-0.6464456796662807f,-0.6679092803948128f,0.1167262727442673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8059377323590727f,-0.25317240279357633f,0.5351337272342706f,0.03374584897301967f,-0.3368638081498979f,0.9394515161858927f,-0.06287784581850742f,1.6085522959399736f,-0.4868132561040879f,-0.2309428137001764f,-0.8424240443396551f,0.0681593448983614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045837f,0.49962500829065265f,0.2799776724350147f,0.06111996450698431f,0.9979223370572405f,-0.020380361647428076f,2.3048566617682056f,-0.49987331567312965f,0.012929668528864034f,-0.8660020161348847f,0.0028003101430733035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045837f,0.49962500829065265f,0.3513255372015938f,0.06111996450698431f,0.9979223370572405f,-0.020380361647428076f,2.1759137120625924f,-0.49987331567312965f,0.012929668528864034f,-0.8660020161348847f,-0.06125833809793785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045837f,0.49962500829065265f,-0.22758663371872692f,0.06111996450698431f,0.9979223370572405f,-0.020380361647428076f,2.340764640916059f,-0.49987331567312965f,0.012929668528864034f,-0.8660020161348847f,-0.2908752628148904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045837f,0.49962500829065265f,-0.22103421229092324f,0.06111996450698431f,0.9979223370572405f,-0.020380361647428076f,2.2164056885484693f,-0.49987331567312965f,0.012929668528864034f,-0.8660020161348847f,-0.3924244097313862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8434289490117142f,0.19749040244923421f,0.49962500829065265f,0.21253806360695202f,0.21647692327038343f,0.9760749881799595f,-0.020380361647428076f,2.4169827788280656f,-0.4916963998855225f,0.09096789757893138f,-0.8660020161348847f,-0.06400633101678953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045838f,0.49962500829065265f,0.11366127171770161f,0.06111996450698433f,0.9979223370572405f,-0.020380361647428076f,2.434079328021704f,-0.49987331567312965f,0.012929668528864034f,-0.8660020161348847f,-0.1214539476458488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8230070245115659f,0.27024856834992483f,0.49962500829065265f,0.09409125977793406f,0.30072370379340563f,0.9534935211294808f,-0.020380361647428076f,2.4311338228929538f,-0.48189697195707165f,0.13347590220305666f,-0.8660020161348847f,-0.13267521126515042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8662375939440363f,0.0026985048845994675f,0.49962500829065265f,0.11986955502378664f,-0.00864046395828555f,0.9997549615989436f,-0.020380361647428076f,2.4393351776360803f,-0.4995575774829489f,-0.02197122731397093f,-0.8660020161348847f,-0.11799587546290655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8551506325556791f,0.13817469641792995f,0.49962500829065265f,0.19201705271799632f,0.14786204708011613f,0.9887979853804301f,-0.020380361647428076f,2.53968600308014f,-0.49684425192699905f,0.05644729734376427f,-0.8660020161348847f,-0.11481862186743345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8551506325556791f,0.13817469641792995f,0.49962500829065265f,0.16092774602396212f,0.14786204708011613f,0.9887979853804301f,-0.020380361647428076f,2.3172064563695436f,-0.49684425192699905f,0.05644729734376427f,-0.8660020161348847f,-0.1275192637697804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8631764885723247f,-0.07280934463732419f,0.49962500829065265f,-0.12480994989017194f,-0.09574197062810934f,0.9951975260818156f,-0.020380361647428076f,2.4408486915554977f,-0.49574169144444324f,-0.0654269318714936f,-0.8660020161348847f,-0.2591951375361946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045835f,0.49962500829065265f,-0.024661037342762808f,0.06111996450698431f,0.9979223370572406f,-0.020380361647428076f,2.443865033062834f,-0.49987331567312965f,0.012929668528864038f,-0.8660020161348847f,-0.20148692646980892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8535460889223639f,-0.14776307108307346f,0.49962500829065265f,-0.005636321800542396f,-0.1821148230908707f,0.9830660364745092f,-0.020380361647428076f,2.4381891179095057f,-0.48815291179702797f,-0.1083846979716126f,-0.8660020161348847f,-0.19037736704065902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8574318699335598f,0.1232292153379395f,0.49962500829065265f,-0.03015211605425227f,0.13058262264893353f,0.9912279352001971f,-0.020380361647428076f,2.44994856193337f,-0.49775372131644097f,0.047767572326312124f,-0.8660020161348847f,-0.20479807899809588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8661527571667816f,-0.01241983667153089f,0.49962500829065265f,-0.05785152835638405f,-0.026087277901289257f,0.9994518971870636f,-0.020380361647428076f,2.557363124363379f,-0.49909804165522736f,-0.030686362870688162f,-0.8660020161348847f,-0.25939202433396763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8661527571667816f,-0.01241983667153089f,0.49962500829065265f,-0.0550570651052896f,-0.026087277901289257f,0.9994518971870636f,-0.020380361647428076f,2.33248644749629f,-0.49909804165522736f,-0.030686362870688162f,-0.8660020161348847f,-0.2524875926880628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.06311761144045837f,0.49962500829065265f,0.004974283087018445f,0.06111996450698431f,0.9979223370572405f,-0.020380361647428076f,1.814048140492563f,-0.49987331567312965f,0.012929668528864034f,-0.8660020161348847f,-0.16956732034574928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8639392445170069f,0.0303054328055235f,0.5026833620937272f,-0.006390254215052867f,0.06111996450698431f,0.9971186481582727f,0.04493051784348519f,1.440128647433211f,-0.49987331567312965f,0.06954122689087863f,-0.8633021985611197f,-0.19564528042982876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7924282312576801f,-0.2625295598428223f,0.5505776316874476f,0.11488303229200655f,-0.27982751565902825f,0.9585136168497308f,0.0542974013535073f,0.859135793644479f,-0.5419908299832396f,-0.11103997713608177f,-0.833016244554509f,0.008275359441710983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7924282312576801f,-0.0019216404695715783f,0.609962134565524f,0.11992585057597459f,-0.27982751565902825f,0.8897011774539035f,-0.3607331095383873f,1.1685394909411946f,-0.5419908299832396f,-0.4565392887091356f,-0.7055620582762622f,-0.15884137854143446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.798579481059049f,0.14699103394794638f,0.5836646711686203f,-0.24111232300354193f,0.24826591000237758f,0.9638282248008962f,0.09694942500007186f,0.8514647295821243f,-0.5483017876700307f,0.22232586222944656f,-0.8061863063968413f,-0.23122829653287713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.798579481059049f,0.3899805345358923f,0.4584604618880016f,-0.08515301175998563f,0.24826591000237758f,0.9073108965445311f,-0.33933902655346143f,1.197194936964165f,-0.5483017876700307f,-0.15716907995741097f,-0.821378737211519f,-0.3018333577578286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7683244091180672f,0.35545688947374166f,0.5322856395573949f,0.00035707238813128574f,0.1671332598871468f,0.9141826635062441f,-0.36923777052750817f,1.2726433022972308f,-0.6178544131046311f,-0.19473175773427798f,-0.7617975234515074f,-0.20549017505650713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8534497776349077f,0.062405734734544714f,0.5174253582181378f,0.00777555523405915f,-0.16713325988714683f,0.9075993414154064f,-0.3851362212280429f,1.2788479851698609f,-0.49364962320903477f,-0.4151734092334939f,-0.7641603822307302f,-0.2163143408636751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8248639725097321f,0.23219220402801463f,0.5154475795307188f,0.00035707238813128574f,0f,0.9117620435770886f,-0.41071885261347735f,1.2726433022972308f,-0.5653312540939727f,-0.33878718435139205f,-0.7520796612485886f,-0.20549017505650713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8351847630827491f,0.021041002452201196f,0.5495668182579971f,-0.00026305240619898623f,0.17838401872654838f,0.9556077214627199f,0.23450591579701172f,1.3028779132317907f,-0.5202360554377008f,0.2938897053260545f,-0.8018623870253463f,-0.20458536288205406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7865300146775562f,-0.28168572608690073f,0.5495668182579971f,-0.00026305240619898623f,-0.17838401872654838f,0.9556077214627199f,0.23450591579701172f,1.3028779132317907f,-0.5912272641499963f,0.08641200379417323f,-0.8018623870253463f,-0.20458536288205406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8248639725097321f,-0.13257352346998016f,0.5495668182579971f,-0.00026305240619898623f,0f,0.9721146925420914f,0.23450591579701172f,1.3028779132317907f,-0.5653312540939727f,0.19343548128135582f,-0.8018623870253463f,-0.20458536288205406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8054968294339807f,0.2046838084001547f,0.5561289386020234f,-0.16090566175381035f,0.21324239764774272f,0.975706241069007f,-0.05024948740465568f,1.373779788485123f,-0.5529037326852174f,0.07811446548365689f,-0.8295755497029528f,-0.31291423848499444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8059117964450313f,-0.1408470500788071f,0.575037637754991f,0.16046168875187128f,-0.2153307491931428f,0.9745007343319688f,-0.06309506508732207f,1.3678051179839676f,-0.5514878464686798f,-0.17467234260337716f,-0.8156903382575929f,-0.09637632422595485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8248639725097321f,-0.035128157260668105f,0.5642388141761728f,-0.006857617852116417f,0f,0.9980676109627963f,0.062137299160942724f,1.221628348292903f,-0.5653312540939727f,0.05125481942692085f,-0.8232700144120698f,-0.20878269061180785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8248639725097321f,0.0018500389007403005f,0.5653282269721985f,2.5101484726503213e-17f,0f,0.9999946454016965f,-0.003272486506526625f,1.4450646518748445f,-0.5653312540939727f,-0.0026993562197580472f,-0.8248595556945042f,-0.20496917759455088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.19483077132365179f,-0.32086973092584226f,-0.9268676207102117f,-1.6908408973991007f,0.07541305240556573f,0.9372785699518269f,-0.3403259523397148f,1.7531596897107045f,0.9779334548282446f,-0.13620388424944416f,-0.15841294089517344f,-0.1735442469979993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6398178071686357f,-0.32086973092584226f,-0.6983378762500975f,-1.7314050851864173f,-0.10847337684172259f,0.9372785699518269f,-0.3312739181185444f,1.7515529473723177f,0.7608328989643338f,-0.13620388424944416f,-0.6344933425725535f,-0.08903964624624525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4326846697313764f,-0.32086973092584226f,-0.8425120725277635f,-1.5847461804135945f,-0.017138584942792023f,0.9372785699518269f,-0.34815966339485266f,1.804580268050739f,0.9013824080187101f,-0.13620388424944416f,-0.41104532162494634f,-0.06963514837838031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.921777195109847f,-0.10933844203094226f,0.37198374651275873f,1.1157915261962752f,0.3321776819255964f,0.7175124859612926f,-0.6122367353566618f,2.581132175261921f,-0.19996197189955708f,0.6879105592908805f,0.6977064369848882f,0.6093966315157876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.559766630317714f,-0.10933844203094226f,0.8214051525751449f,1.04321922025018f,0.616336154131495f,0.7175124859612926f,-0.32450820883306464f,2.5346699409877687f,-0.5538872310255479f,0.6879105592908805f,0.46902878133751913f,0.6463233656784523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7741045967583489f,-0.10933844203094226f,0.6235440468578298f,0.9859737661945531f,0.4955971655909614f,0.7175124859612926f,-0.48944793589088825f,2.631318248508478f,-0.39388516440175586f,0.6879105592908805f,0.6096175355748134f,0.5364173682608979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012888499570464563f,0f,0.000008833300845218324f,-0.3946186929111952f,0f,0.000015625f,0f,1.6111871518748444f,-0.000008833300845218324f,0f,-0.000012888499570464563f,0.3580445251794667f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86.mcfunction new file mode 100644 index 000000000..b86f52ad8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..c90a8abe2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8064059209970383f,-0.12793337576603406f,-0.016940672668739616f,0.240040558196484f,-0.12883272451876332f,0.8043010089904787f,0.05870656244760603f,1.6018946524979463f,0.007487597641105586f,0.06064142764190958f,-0.8143776750252676f,-0.3760948530913784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7777762370520258f,0.18651737958990736f,-0.01659494465509187f,0.240040558196484f,0.18491437075065884f,0.7762083814572404f,0.057508469336430404f,1.6018946524979463f,0.029509330169948507f,0.05207509641321542f,-0.7977577224737316f,-0.3760948530913784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.08076291330832111f,0.028498426165678416f,0.8121635524846436f,0.1629537835545326f,0.20008749025365288f,0.7917368712873566f,-0.007884626341581293f,1.6080860332768612f,-0.7876463626034157f,0.19820446714095868f,-0.08527978146912452f,-0.4438834414345222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.08377575000845015f,-0.004484097530819372f,0.795588786107406f,0.1629537835545326f,-0.11571707410025288f,0.7915490527939555f,-0.007723715599916369f,1.6080860332768612f,-0.7871411452034497f,-0.11588783322819488f,-0.083539377765673f,-0.4438834414345222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5206983187830758f,0.23540648827919705f,0.271047336320396f,-0.4645642469732386f,0.05711502177904919f,1.006022551885951f,-1.1941786924007882f,1.974255021951913f,-0.3544301730066223f,1.1721384988016281f,0.9705033962277315f,-1.0396149792718816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.23790697449911907f,0.5041108906551764f,0.8302243560673946f,-0.2900641558052983f,0.655680208683866f,0.7139674082575456f,-0.245629810662885f,2.0434457794450713f,-0.716577794398457f,0.4859246339390994f,-0.5003933599741257f,-0.6049018992748576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.18861837601308434f,0.5041108906551764f,0.8427901981828166f,-0.22587759736751264f,0.6400825792534279f,0.7139674082575456f,-0.2838042136443396f,1.8294144509173578f,-0.7447935284133891f,0.4859246339390994f,-0.4573399721921171f,-0.3562452196510958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3123176387776572f,0.5882492309133303f,0.74593601256289f,0.42869237867396914f,0.8104503109911536f,0.5746405729084336f,-0.11383543113551906f,1.5226896507484835f,-0.4956087024283282f,0.5689912602996134f,-0.6562171590106176f,0.136107839984622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6238703102779758f,0.5119200583115152f,0.590528314183153f,0.22088985963190041f,0.718414268438218f,0.6731242490542328f,0.17545564749974546f,1.7563933441647097f,-0.30767966273064273f,0.5337055360716335f,-0.7877129083038109f,0.03453532376956381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6624472910887259f,-0.0836486686300972f,0.7444235936384747f,-0.24431731118241687f,-0.5104899511142478f,0.7776842960834673f,-0.3668884645727293f,1.4730117049102607f,-0.5482368068094129f,-0.6230650334127041f,-0.5578766600224859f,-0.07969930757148261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7284906680198309f,-0.07618680576189527f,0.6808060790238434f,-0.25434729926887323f,-0.19996482448752367f,0.974165557840025f,-0.10495491835024523f,1.6550117787655763f,-0.6552216537750369f,-0.21259594668297901f,-0.7249051992352334f,-0.12409170506976136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4917385947099f,-0.2645621531655284f,0.8295782190879605f,0.0242083444895021f,-0.7662620299852188f,0.5839822489453083f,-0.2679687189201597f,1.466144786174762f,-0.41356457280050507f,-0.7674448514578747f,-0.489890542973771f,0.1475773112050249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6707509517984012f,-0.2594868643968025f,0.6948091305294242f,-0.020102885519089495f,-0.4127748257307127f,0.9089180510660929f,-0.05903320835931995f,1.6361979631974086f,-0.6162062186512878f,-0.32639629846511836f,-0.7167672930901288f,0.08189820966100192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.0575562488342979f,0.6594042141212099f,0.23341923778762358f,0.060204209818136706f,0.998011387923622f,-0.018674118317588743f,2.332139862071233f,-0.6591677271384424f,0.025701124389604313f,-0.7515566244164507f,0.06576116421703684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.0575562488342979f,0.6594042141212099f,0.31615318140717374f,0.060204209818136706f,0.998011387923622f,-0.018674118317588743f,2.203380082120326f,-0.6591677271384424f,0.025701124389604313f,-0.7515566244164507f,0.01680887989698565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.0575562488342979f,0.6594042141212099f,-0.20696026006196983f,0.060204209818136706f,0.998011387923622f,-0.018674118317588743f,2.3675098353393884f,-0.6591677271384424f,0.025701124389604313f,-0.7515566244164507f,-0.32149987547679804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.0575562488342979f,0.6594042141212099f,-0.18044497574236765f,0.060204209818136706f,0.998011387923622f,-0.018674118317588743f,2.243265371124842f,-0.6591677271384424f,0.025701124389604313f,-0.7515566244164507f,-0.41988973933223245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7313497431965392f,0.17410811447358024f,0.6594042141212099f,0.1801465145001978f,0.21558637366600705f,0.9763061982772624f,-0.018674118317588743f,2.4442225988339232f,-0.6470317369464166f,0.12850125166648463f,-0.7515566244164507f,-0.012870708087984545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.05755624883429791f,0.6594042141212099f,0.09438590492665129f,0.06020420981813668f,0.998011387923622f,-0.018674118317588743f,2.4612145642124332f,-0.6591677271384424f,0.025701124389604306f,-0.7515566244164507f,-0.0885379505588797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7133922145878129f,0.2371869106099348f,0.6594042141212099f,0.077394252132697f,0.29985669428689943f,0.9538014679147824f,-0.018674118317588743f,2.45824821967349f,-0.633369963810117f,0.18440479722317737f,-0.7515566244164507f,-0.10337245966454237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7517711005797314f,0.005127838953081124f,0.6594042141212099f,0.09978828615661277f,-0.00956019978915948f,0.9997799157239817f,-0.018674118317588743f,2.4664771202890123f,-0.6593548474934653f,-0.020342698508782273f,-0.7515566244164507f,-0.0839287444898245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7417133800955376f,0.12266761669830367f,0.6594042141212099f,0.16973818027265514f,0.14695753840873527f,0.988966510661461f,-0.018674118317588743f,2.5669435104285117f,-0.6544193943428769f,0.0830535767059569f,-0.7515566244164507f,-0.06663246463714145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7417133800955376f,0.12266761669830367f,0.6594042141212099f,0.14213796651553684f,0.14695753840873527f,0.988966510661461f,-0.018674118317588743f,2.3444260455296835f,-0.6544193943428769f,0.0830535767059569f,-0.7515566244164507f,-0.08531951939598173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.749357305188771f,-0.060412842669523216f,0.6594042141212099f,-0.11254772538873171f,-0.0966603814817732f,0.9951422249894025f,-0.018674118317588743f,2.4677309308320448f,-0.655072820236057f,-0.07773184986688961f,-0.7515566244164507f,-0.2702602464413269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.057556248834297906f,0.6594042141212099f,-0.0256270831162719f,0.060204209818136706f,0.9980113879236221f,-0.018674118317588743f,2.47085365095384f,-0.6591677271384425f,0.025701124389604313f,-0.7515566244164507f,-0.19407500383500578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7412404482310121f,-0.1254937460811407f,0.6594042141212099f,-0.009132680050711967f,-0.18302491930617654f,0.9829309010393499f,-0.018674118317588743f,2.4651978058673225f,-0.6458052932728688f,-0.1345294149117357f,-0.7515566244164507f,-0.17946253625187097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7437412586584914f,0.1097042504567279f,0.6594042141212099f,-0.03037545344231023f,0.1296753105669049f,0.9913806489610524f,-0.018674118317588743f,2.476931485246005f,-0.6557692078761095f,0.07161973399343274f,-0.7515566244164507f,-0.1983921683632323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7517460953293822f,-0.007993156836750115f,0.6594042141212099f,-0.04705602477255891f,-0.02700730916147369f,0.9994607959079321f,-0.018674118317588743f,2.5843557770635015f,-0.6588993955141287f,-0.03184692900211636f,-0.7515566244164507f,-0.25727701020606847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7517460953293822f,-0.007993156836750115f,0.6594042141212099f,-0.045257564484290136f,-0.02700730916147369f,0.9994607959079321f,-0.018674118317588743f,2.3594770979842172f,-0.6588993955141287f,-0.03184692900211636f,-0.7515566244164507f,-0.2501114511805923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.0575562488342979f,0.6594042141212099f,-0.001663758203242144f,0.060204209818136706f,0.998011387923622f,-0.018674118317588743f,1.8410543016435186f,-0.6591677271384424f,0.025701124389604313f,-0.7515566244164507f,-0.15740116702494517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7495821239993079f,0.01719323059291083f,0.6616880172728422f,-0.008111219675583705f,0.060204209818136706f,0.997289923158262f,0.04228785034926009f,1.4670705804591704f,-0.6591677271384424f,0.07153462091020431f,-0.7485858037061438f,-0.1842266498662718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.676158282121131f,-0.2156857175862257f,0.7044782812467081f,0.05955483775643769f,-0.2756087823323092f,0.9608129166562249f,0.029636772561466518f,0.8905304917004638f,-0.6832640606824735f,-0.17412125205118748f,-0.7091064891564762f,0.047402149109196115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.676158282121131f,0.1133779774969583f,0.7279803649396734f,0.10658779476570543f,-0.2756087823323092f,0.8774235344662066f,-0.39264200013005673f,1.194250698471377f,-0.6832640606824735f,-0.4661259222393975f,-0.5620292234360844f,-0.12165354461035348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.676378449029069f,0.1115555946237099f,0.7280573761711241f,-0.2396785238831891f,0.24612777596027455f,0.9658751048033416f,0.08066225772926777f,0.8823199477413536f,-0.694214168387451f,0.233753355546577f,-0.6807540357433333f,-0.25389410926105627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.676378449029069f,0.4299278946664301f,0.598058691999976f,-0.06659594281685821f,0.24612777596027455f,0.8972209186275313f,-0.3666275236231149f,1.2223588973684838f,-0.694214168387451f,-0.10078010004390575f,-0.7126780899152577f,-0.301971919890487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6345670293638752f,0.39134180030496846f,0.6664655134201415f,-0.0007295675888756693f,0.16517267586978948f,0.9110740551953365f,-0.3777063053431042f,1.301219996854263f,-0.7550117034790388f,-0.12959807592704053f,-0.6427765290718763f,-0.19147145747251823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7430066165770248f,0.15058756248532576f,0.6521231124162752f,0.008571088743162049f,-0.16517267586978948f,0.9029641575603059f,-0.3967035635174208f,1.30610229807117f,-0.6485824194878976f,-0.4024662919874594f,-0.646035392950796f,-0.2005996939358383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7004604665060526f,0.2982280550701785f,0.6483942951871041f,-0.0007295675888756693f,0f,0.9085081775267217f,-0.4178670738010766f,1.301219996854263f,-0.7136912041367212f,-0.29269936545222125f,-0.6363740618549312f,-0.19147145747251823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7172289151740452f,-0.027397781627580498f,0.6962988186117722f,-0.0014450710105374993f,0.17636280526959264f,0.9595576030660895f,0.21942052619456717f,1.3312645776550232f,-0.6741504610661495f,0.2801759589257229f,-0.6833905090680946f,-0.1907692183842137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6606129029407397f,-0.2806395333306751f,0.6962988186117722f,-0.0014450710105374993f,-0.17636280526959264f,0.9595576030660895f,0.21942052619456717f,1.3312645776550232f,-0.7297168994792764f,0.022150817817902207f,-0.6833905090680946f,-0.1907692183842137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7004604665060526f,-0.15659849955211363f,0.6962988186117722f,-0.0014450710105374993f,0f,0.9756303770816586f,0.21942052619456717f,1.3312645776550232f,-0.7136912041367212f,0.15369540413925004f,-0.6833905090680946f,-0.1907692183842137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6825385123758082f,0.19093465894735123f,0.705468025594695f,-0.13771845534345634f,0.21087643579562973f,0.9756670264360673f,-0.060041505240409285f,1.400484096717146f,-0.6997658951034627f,0.10778594313759614f,-0.7061939411464733f,-0.32849808637089917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6865854830539515f,-0.09459059230448962f,0.7208696097818645f,0.13602537377069537f,-0.2129059963022495f,0.974193849142599f,-0.07494918966388779f,1.3947792617385868f,-0.6951772516402694f,-0.20493648806450437f,-0.6890062587971669f,-0.0542152191856006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7004604665060526f,-0.03330839550542955f,0.7129135190547145f,-0.007768404666877023f,0f,0.9989103339406469f,0.046670598309697935f,1.2484606622740921f,-0.7136912041367212f,0.0326909090641276f,-0.6996971985097824f,-0.1955097206316799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7004604665060526f,0.010276060519377947f,0.7136172205337572f,2.3536180671113194e-17f,0f,0.9998963366753925f,-0.014398468777274397f,1.471875f,-0.7136912041367212f,-0.010085558156702458f,-0.7003878544453385f,-0.19218749999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.37417816435273676f,-0.2897762441264577f,-0.8809202175348119f,-1.609912566390677f,0.07134197524224783f,0.9381158720101999f,-0.3388936901907098f,1.7258459343075443f,0.9246085787457043f,-0.189653207256049f,-0.3303492653046822f,-0.4664014727520806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7619881890606978f,-0.2897762441264577f,-0.5791405080565184f,-1.6650170144026715f,-0.10622562373538996f,0.9381158720101999f,-0.3296281655814164f,1.7241540656924563f,0.638819314512348f,-0.189653207256049f,-0.7456148767181812f,-0.3905746972048989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5877807787946082f,-0.2897762441264577f,-0.7553432891206274f,-1.52416329702858f,-0.01804659856093746f,0.9381158720101999f,-0.3458510242328663f,1.7768776536349302f,0.8088189391699385f,-0.189653207256049f,-0.5566359533999847f,-0.344992691968492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9240602644054461f,-0.32625637389642026f,0.19917180081250607f,0.9315581230136878f,0.3777760508851985f,0.700022562374983f,-0.6060145770058234f,2.6053642584495513f,0.058291364064682744f,0.6352363266201975f,0.7701148785847192f,0.7982797643693479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6487301135617585f,-0.32625637389642026f,0.6875361941382486f,0.8543612546183202f,0.654585573052158f,0.700022562374983f,-0.2854577722149828f,2.5546931165504483f,-0.38815843068279f,0.6352363266201975f,0.6676884318542233f,0.814470545344621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.823433262883921f,-0.32625637389642026f,0.46423532832853087f,0.8233243895667244f,0.5404921802570989f,0.700022562374983f,-0.46672970255479873f,2.65003814288322f,-0.17270166373624624f,0.6352363266201975f,0.7527608814788469f,0.6934610226351574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010944694789157074f,0f,0.000011151425064636269f,-0.49571827626100323f,0f,0.000015625f,0f,1.6379975f,-0.000011151425064636269f,0f,-0.000010944694789157074f,0.28422800445705443f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87.mcfunction new file mode 100644 index 000000000..c06772b50 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..9ab96a292 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7861393566473278f,-0.13646577975838697f,0.17408747034035843f,0.275091671028702f,-0.12720611231431014f,0.8047259445636602f,0.05638442675463078f,1.6281792007760336f,-0.18096397808527762f,0.027160440819409073f,-0.7959012460943196f,-0.3076301582786311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7626330654429794f,0.17119794270574637f,0.17053466482320828f,0.275091671028702f,0.18654579232784071f,0.7759831847916122f,0.05523372416780159f,1.6281792007760336f,-0.15359516547672364f,0.09241948568341328f,-0.7796583635209662f,-0.3076301582786311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.08350218015500348f,-0.012571887893974613f,0.8122892206527099f,0.21593647413537626f,0.19821823107433892f,0.7922045920689934f,-0.008115517174160201f,1.6341577285391566f,-0.7878333346740067f,0.1979855458967281f,0.08405239340347904f,-0.389193442578642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.08028441636818272f,0.019924889144243504f,0.7957118896189812f,0.21593647413537626f,-0.11758413626270081f,0.7912716158682719f,-0.007949894374687544f,1.6341577285391566f,-0.7872282917856642f,-0.11615605328093617f,0.0823370384360611f,-0.389193442578642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5579886580420954f,-0.035446695165698545f,0.11323039880712973f,-0.292081021626717f,0.10782544010535305f,1.0452212768710258f,-1.156413596790607f,1.9674354431599181f,-0.04951026033337486f,1.160888566649673f,1.044649568010148f,-1.1090767773938208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.11563370483445545f,0.3507545391151876f,0.9293008660258261f,-0.20236929394106137f,0.6055525058862835f,0.7665035501991311f,-0.21395903847926273f,2.0537776736271613f,-0.7873595169432451f,0.5379995918420575f,-0.30103393539047896f,-0.6601826441017795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.05154728471907449f,0.3507545391151876f,0.9350476622761981f,-0.18371094896092752f,0.589430934372847f,0.7665035501991311f,-0.2550362349480571f,1.8561245484043283f,-0.8061724697869823f,0.5379995918420575f,-0.2462567524664785f,-0.38993366840222204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1571378750885885f,0.45028285467926854f,0.8789499638742422f,0.3389508463977293f,0.8161294276978299f,0.5603618120566839f,-0.14116443190181538f,1.5507288281838916f,-0.5560939178396536f,0.6951546521245745f,-0.4555431529189148f,0.2431559664106472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5168011679541962f,0.37674308732775585f,0.768753015572576f,0.16601109359552735f,0.7203652582274945f,0.6765767058408764f,0.1527018528124111f,1.7847684338307421f,-0.4625910154121169f,0.6326994604583277f,-0.6210482631774499f,0.08982181335610534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4989044487022669f,0.01569162573681243f,0.8665149300195714f,-0.2590800551154346f,-0.5937266430732956f,0.7221630045188102f,-0.3549214958399678f,1.5023426081789257f,-0.6313343206020104f,-0.6915449137880348f,-0.3509737993695496f,-0.1166537455620518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5597334311056468f,-0.04761588931598286f,0.8273035798226356f,-0.2628373869882899f,-0.24345027449409756f,0.9637415317527834f,-0.10924387316251236f,1.682361371175307f,-0.7921050750698724f,-0.2625547315502933f,-0.5510304555912537f,-0.1693266980751771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3175171775079891f,-0.1328424456725974f,0.9389013401923991f,-0.04302264897749265f,-0.8569969137983333f,0.4640100142807777f,-0.22416734014410847f,1.500645194900734f,-0.40588068656625204f,-0.8758125320380356f,-0.2611767160327131f,0.1681398445162472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.49568792713091375f,-0.22352231947326376f,0.8392444528228651f,-0.07968780604858672f,-0.4859771155035455f,0.8722567722287572f,-0.05472080507378924f,1.6638513346619148f,-0.7198053362566239f,-0.4349780408231686f,-0.540993883420253f,0.0832002500905265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,0.170459970029688f,0.05923211684285497f,0.9981001134103976f,-0.01696230952629485f,2.359438314257345f,-0.8080862341302515f,0.037965673623104414f,-0.5878394728457182f,0.12291731831500596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,0.26219714807900735f,0.05923211684285497f,0.9981001134103976f,-0.01696230952629485f,2.230864379181348f,-0.8080862341302515f,0.037965673623104414f,-0.5878394728457182f,0.09336489231271627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,-0.17386124213695403f,0.05923211684285497f,0.9981001134103976f,-0.01696230952629485f,2.3942371829025224f,-0.8080862341302515f,0.037965673623104414f,-0.5878394728457182f,-0.3518333442365168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,-0.12607996351316342f,0.05923211684285497f,0.9981001134103976f,-0.01696230952629485f,2.2701056565897395f,-0.8080862341302515f,0.037965673623104414f,-0.5878394728457182f,-0.4419922377985753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5712719216426384f,0.1396114512592889f,0.8087997491468466f,0.13559809663767722f,0.21464012849240605f,0.9765459002506218f,-0.01696230952629485f,2.4714722077438123f,-0.7921982118027596f,0.1639107909229212f,-0.5878394728457182f,0.03450605906185085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,0.06857963421253793f,0.05923211684285497f,0.9981001134103977f,-0.01696230952629485f,2.488353096702022f,-0.8080862341302514f,0.03796567362310442f,-0.5878394728457182f,-0.0581907688620365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5569301197784977f,0.18886981617904391f,0.8087997491468466f,0.05527908158325688f,0.29893494126538933f,0.9541227284506918f,-0.01696230952629485f,2.4853646557592795f,-0.7748978917084275f,0.2323316844304749f,-0.5878394728457182f,-0.07640457256932029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5880360024601776f,0.007524997717716683f,0.8087997491468466f,0.07282363786544876f,-0.010536113971899325f,0.9998006153018238f,-0.01696230952629485f,2.493622738855333f,-0.8087661281934504f,-0.018496055023789343f,-0.5878394728457182f,-0.052503563522845645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5796191344876912f,0.09942144997804755f,0.8087997491468466f,0.13704815294438422f,0.14599687747640797f,0.9891396220062529f,-0.01696230952629485f,2.594208089086807f,-0.8017022955579446f,0.10825055871259832f,-0.5878394728457182f,-0.020201187248995955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5796191344876912f,0.09942144997804755f,0.8087997491468466f,0.11467832669932354f,0.14599687747640797f,0.9891396220062529f,-0.01696230952629485f,2.3716516741354003f,-0.8017022955579446f,0.10825055871259832f,-0.5878394728457182f,-0.04455756295933054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5864541947031555f,-0.0437543517272387f,0.8087997491468466f,-0.09325187472763521f,-0.09763438610349259f,0.9950777892736469f,-0.01696230952629485f,2.494600960233043f,-0.8040764914890043f,-0.08891428456216005f,-0.5878394728457182f,-0.2810326637688445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,-0.025255382450280084f,0.05923211684285497f,0.9981001134103977f,-0.01696230952629485f,2.4978365450165194f,-0.8080862341302515f,0.037965673623104414f,-0.5878394728457182f,-0.18757064659563924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5804091164137181f,-0.09470070413594986f,0.8087997491468466f,-0.01237406376055221f,-0.18398960160358407f,0.9827818204247007f,-0.01696230952629485f,2.492202029801495f,-0.7932673471696671f,-0.1586558227070998f,-0.5878394728457182f,-0.16968484238936093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5812659992396613f,0.0892905588957516f,0.8087997491468466f,-0.028947985967392405f,0.12871177473834244f,0.9915369680951087f,-0.01696230952629485f,2.5039083014185004f,-0.8034694251629143f,0.0942424373244026f,-0.5878394728457182f,-0.1928264484812141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5880777710473958f,-0.002738791690574352f,0.8087997491468466f,-0.03245756618281825f,-0.02798343596520217f,0.9994644602821632f,-0.01696230952629485f,2.6113392069096006f,-0.8083201485250183f,-0.03260815316696182f,-0.5878394728457182f,-0.2539159559544598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5880777710473958f,-0.002738791690574352f,0.8087997491468466f,-0.031841338052439015f,-0.02798343596520217f,0.9994644602821632f,-0.01696230952629485f,2.386459703346114f,-0.8083201485250183f,-0.03260815316696182f,-0.5878394728457182f,-0.24657912149189343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.04852598516769516f,0.8087997491468466f,-0.008726065235840463f,0.05923211684285497f,0.9981001134103976f,-0.01696230952629485f,1.868059452790625f,-0.8080862341302515f,0.037965673623104414f,-0.5878394728457182f,-0.1466557664310243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5860786590070503f,0.0025948270373210777f,0.8102500060655007f,-0.009699125374835868f,0.05923211684285497f,0.9974564802218446f,0.03965004915209035f,1.4940132727074331f,-0.8080862341302515f,0.07123087066781643f,-0.5847416534445727f,-0.17336734293145545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5145587354060562f,-0.14938891167764207f,0.8443413177649722f,-0.007352125710718874f,-0.2713520264111427f,0.9624675872741414f,0.004921504775937391f,0.922370962352782f,-0.8133863691874155f,-0.2265813242843786f,-0.5357830884841835f,0.07264473645647432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5145587354060562f,0.24215285873488485f,0.8225517010035558f,0.08606531390129894f,-0.2713520264111427f,0.864004420403076f,-0.4241042787882612f,1.2199964001503574f,-0.8133863691874155f,-0.4414276322688324f,-0.37887235302888705f,-0.08574250745346496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5072536993636673f,0.07077249374159367f,0.8588858705389618f,-0.23059789703374167f,0.24395867809336763f,0.967648557149605f,0.06434619824997012f,0.9135307781697743f,-0.8265457324702673f,0.24217250871204168f,-0.5081088743166223f,-0.28333559156053106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5072536993636673f,0.4625425146587553f,0.7271506766929597f,-0.04318791210992025f,0.24395867809336763f,0.8863175347192545f,-0.39360562881152983f,1.2475455044146242f,-0.8265457324702673f,-0.022263193444298723f,-0.5624291087353595f,-0.299763741314936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.45480799232881036f,0.41656015848390393f,0.787164102635341f,-0.002238396070140413f,0.1632113749079399f,0.90788477620341f,-0.38614411848265145f,1.3298119304612415f,-0.8755065603492053f,-0.04714729580738422f,-0.48090060852899147f,-0.17801224224209947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5849093717844761f,0.2451121071504189f,0.7731759707382085f,0.008730684992885545f,-0.1632113749079399f,0.8981794214248376f,-0.4082104531116317f,1.3333737310728162f,-0.7945080703802506f,-0.3649572329153449f,-0.4853484771207438f,-0.18484137046633112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5285206973100575f,0.3607822792007528f,0.7684412921815177f,-0.002238396070140413f,0f,0.9051982704125096f,-0.4249895189792344f,1.3298119304612415f,-0.8489204158900235f,-0.22461575692037086f,-0.4784160210822775f,-0.17801224224209947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5509517871565148f,-0.07655459194471748f,0.83101836482789f,-0.0030130274722870148f,0.17427933360805037f,0.9632732621896765f,0.2042824912409106f,1.3596681486194946f,-0.8161365339856906f,0.25737913047222116f,-0.5173752420547266f,-0.17752997238363277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4892027248950155f,-0.2647435953409858f,0.83101836482789f,-0.0030130274722870148f,-0.17427933360805037f,0.9632732621896765f,0.2042824912409106f,1.3596681486194946f,-0.8545802524236245f,-0.0448937754748608f,-0.5173752420547266f,-0.17752997238363277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5285206973100575f,-0.17341957742328395f,0.83101836482789f,-0.0030130274722870148f,0f,0.9789119795836637f,0.2042824912409106f,1.3596681486194946f,-0.8489204158900235f,0.10796752471888177f,-0.5173752420547266f,-0.17752997238363277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5123805881049459f,0.1697576317013183f,0.8418126153796873f,-0.10553690373737559f,0.20848390525847094f,0.9755299926180545f,-0.06982617525538293f,1.4271992512672707f,-0.8330669806092464f,0.13972680480773225f,-0.5352343653361723f,-0.34193173115052955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.521237316204756f,-0.03665724627971742f,0.8526241296672592f,0.10217682151489332f,-0.21045436735625647f,0.9737432466946926f,-0.08679313784601145f,1.421759478597758f,-0.8270553908030228f,-0.22467829403764628f,-0.5152659941544676f,-0.014787994363806706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5285206973100575f,-0.026480119710435512f,0.8485073221693561f,-0.008970224448151053f,0f,0.9995133893437651f,0.031192699827666738f,1.2753206343126886f,-0.8489204158900235f,0.01648598746390173f,-0.5282635135067056f,-0.1830240069397615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5285206973100575f,0.021666714407457356f,0.8486438746622026f,2.1970876615723156e-17f,0f,0.9996742436362176f,-0.025522668558679414f,1.4986853481251559f,-0.8489204158900235f,-0.013489258583846723f,-0.528348528329518f,-0.17940582240544894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5614609271035507f,-0.24385838679515842f,-0.7907557869062257f,-1.4623281677343591f,0.06738012847372521f,0.9389466843917212f,-0.33740041813349575f,1.6985281971310122f,0.8247554459492132f,-0.2427183780834414f,-0.5107506664877277f,-0.7647946017987683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8735137157712514f,-0.24385838679515842f,-0.42131564835543933f,-1.5317860717723326f,-0.10392766266367717f,0.9389466843917212f,-0.32799110476209326f,1.696759165785967f,0.4755763127961339f,-0.2427183780834414f,-0.8455264393546646f,-0.7018538948218689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7408843097383845f,-0.24385838679515842f,-0.6257983115774126f,-1.403187373016734f,-0.018869667680479707f,0.9389466843917212f,-0.3435448435232608f,1.7491754079869788f,0.6713675410869263f,-0.2427183780834414f,-0.7002523928666278f,-0.6282863893803244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8467347485019272f,-0.5319145304264737f,-0.010353646727690513f,0.692568266051338f,0.41905239273140504f,0.6788110952681368f,-0.6030013176494367f,2.6294357726441286f,0.327773332999288f,0.5062434486114922f,0.7976729987359992f,0.9654373625970631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6974543392342785f,-0.5319145304264737f,0.480233669169978f,0.616619252844213f,0.6902349077618836f,0.6788110952681368f,-0.25058186097125346f,2.574876861106183f,-0.19269981004199258f,0.5062434486114922f,0.8405857207612579f,0.9587939399356222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8101228075426672f,-0.5319145304264737f,0.24651160017404927f,0.6176170194216681f,0.5819617230714219f,0.6788110952681368f,-0.44781251637333025f,2.6693281943311553f,0.07086317505537015f,0.5062434486114922f,0.8594742469434529f,0.8331945142248247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000825813589546965f,0f,0.000013264381498281618f,-0.5874473840572265f,0f,0.000015625f,0f,1.6648078481251558f,-0.000013264381498281618f,0f,-0.00000825813589546965f,0.1778250738935293f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88.mcfunction new file mode 100644 index 000000000..35c5f07a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..e9e0e0bb9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7133486396471911f,-0.13639933352123496f,0.3734613561975445f,0.2989321027760139f,-0.12567783428056448f,0.8051294910239899f,0.05400026942934932f,1.6540569506692966f,-0.3772045131337815f,-0.01030383146495718f,-0.7242617142808895f,-0.22552309097867132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6967307489035358f,0.14397076251889468f,0.3658396958669824f,0.2989321027760139f,0.18808020082409083f,0.7757754933286448f,0.05289822311446464f,1.6540569506692966f,-0.34524209127840677f,0.13207877759286699f,-0.7094808629690347f,-0.22552309097867132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2628611684316195f,-0.0569662378748017f,0.7711052446440756f,0.2621728653628092f,0.1963357703377652f,0.7926705904959319f,-0.008369270765802f,1.6598225535164637f,-0.7478641025354034f,0.18807612062584259f,0.26883285036188076f,-0.3173273408015009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2592510258071809f,0.04698384289392153f,0.7553684029166455f,0.2621728653628092f,-0.11946250049725507f,0.790987671253937f,-0.00819846932160196f,1.6598225535164637f,-0.7473403619455246f,-0.11014092078420812f,0.2633464656606179f,-0.3173273408015009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5226565936617362f,-0.337762905213942f,-0.09401791127160537f,-0.073168151921405f,0.17127102250009815f,1.0821825168876733f,-1.1139809185953011f,1.960001245287627f,0.30592382161284637f,1.0752690221540364f,1.0916104595347613f,-1.1437935146676967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.04997521835512231f,0.18623354361612543f,0.9812336851038791f,-0.08498529555558759f,0.5508418747202879f,0.8143848429112367f,-0.1826213478514468f,2.062234459268425f,-0.8331120612528644f,0.5496311443765001f,-0.06188617395171808f,-0.6977343607083479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12680786906627078f,0.18623354361612543f,0.9742878586819463f,-0.12609313193613808f,0.5348155072416824f,0.8143848429112367f,-0.2252769425623991f,1.8824135295061166f,-0.8353993880514239f,0.5496311443765001f,0.0036698194349694124f,-0.41645850096508796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.021326262140553665f,0.26452827938843987f,0.9641420953090389f,0.2167354650570763f,0.8206498633746534f,0.546176003100758f,-0.16800468856565798f,1.5787100729767665f,-0.571033267232545f,0.7948059908183079f,-0.20543720372184873f,0.3315194044747486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3584236914332496f,0.2059718766377991f,0.910553701575951f,0.09584793410457494f,0.7212905607402884f,0.6803172221146664f,0.13003232014058697f,1.8127562242035906f,-0.5926823638394539f,0.7033804541842821f,-0.3924073804927603f,0.13433618732420785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3310203101429271f,0.18543139570896663f,0.9252247033874016f,-0.26658969937825566f,-0.5944643392553282f,0.7204891413124723f,-0.35708198863082186f,1.5293991788361065f,-0.7328285635990223f,-0.6682144825849264f,-0.12826418688454172f,-0.16914157397115404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3500628319060586f,0.01987131923894142f,0.936515426669318f,-0.2570106056042709f,-0.24447917141430786f,0.9631852478752769f,-0.1118217913468342f,1.7092975266168033f,-0.9042598898892308f,-0.26810316847651305f,-0.3323172318589128f,-0.22148790075961844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2106645860510215f,0.08581064555536838f,0.9737848660219169f,-0.12654916931371607f,-0.8574742050114081f,0.46212564631238434f,-0.22622527436255765f,1.528049387581466f,-0.4694234974135885f,-0.8826530576221507f,-0.023773092904854076f,0.15976251677779124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.306093384931678f,-0.10884012246036104f,0.9457593073525004f,-0.14104569660408067f,-0.48693086485624026f,0.8715594123183535f,-0.057293312433826425f,1.691108694188446f,-0.818049614969301f,-0.4780565014118098f,-0.3197761856462716f,0.06812832160278773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,0.03580941412638911f,0.9279071064697367f,0.09122274677347623f,0.05820426377074394f,0.9981882904926441f,-0.015244684394184214f,2.3863481189203224f,-0.9267719115596998f,0.04835103497648611f,-0.3724996662558f,0.1671536947680178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,0.03580941412638911f,0.9279071064697367f,0.18765365031923825f,0.05820426377074394f,0.9981882904926441f,-0.015244684394184214f,2.257962733555384f,-0.9267719115596998f,0.04835103497648611f,-0.3724996662558f,0.16094191836796448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,0.03580941412638911f,0.9279071064697367f,-0.1267912821468814f,0.05820426377074394f,0.9981882904926441f,-0.015244684394184214f,2.4205431238856345f,-0.9267719115596998f,0.04835103497648611f,-0.3724996662558f,-0.37732480327330586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,0.03580941412638911f,0.9279071064697367f,-0.05819195676116505f,0.05820426377074394f,0.9981882904926441f,-0.015244684394184214f,2.2965230583035017f,-0.9267719115596998f,0.04835103497648611f,-0.3724996662558f,-0.4530444730403367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3609171767782592f,0.09341944802540555f,0.9279071064697367f,0.07878769329054945f,0.21363872393192712f,0.9767937833721401f,-0.015244684394184214f,2.498327744784974f,-0.9077980431478956f,0.19273482170113684f,-0.3724996662558f,0.07286993633128763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,0.03580941412638912f,0.9279071064697367f,0.03640481628398841f,0.05820426377074395f,0.9981882904926441f,-0.015244684394184214f,2.5150911290689804f,-0.9267719115596998f,0.0483510349764861f,-0.3724996662558f,-0.03339304550619633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.3514017365770126f,0.12451996343406344f,0.9279071064697367f,0.027961336813989962f,0.2979589517891659f,0.9544569464603541f,-0.015244684394184214f,2.5120793486069504f,-0.8875456509832953f,0.2711212202317559f,-0.3724996662558f,-0.05430273124960844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3726816962490735f,0.009836414177634818f,0.9279071064697367f,0.03912087994228938f,-0.011567614167908968f,0.9998168781832921f,-0.015244684394184214f,2.520368231731551f,-0.9278871394643724f,-0.016415086230109094f,-0.3724996662558f,-0.026843222173255066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3665546119486361f,0.06801557337952424f,0.9279071064697367f,0.09331216937411618f,0.14498062083465016f,0.9893170468460154f,-0.015244684394184214f,2.621075888521337f,-0.9190311942701315f,0.12894053900047664f,-0.3724996662558f,0.020134608181887805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3665546119486361f,0.06801557337952424f,0.9279071064697367f,0.07800866536372325f,0.14498062083465016f,0.9893170468460154f,-0.015244684394184214f,2.398479552980984f,-0.9190311942701315f,0.12894053900047664f,-0.3724996662558f,-0.008877013093219394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.37212082986279077f,-0.022682366393050858f,0.9279071064697367f,-0.06611335408237175f,-0.09866337853335158f,0.9950040891042138f,-0.015244684394184214f,2.5210551447552114f,-0.9229255797292718f,-0.0972233146971708f,-0.3724996662558f,-0.2890127600664016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.3710877088006088f,0.03580941412638912f,0.9279071064697367f,-0.02300874673102866f,0.05820426377074393f,0.9981882904926442f,-0.015244684394184214f,2.5244100114013075f,-0.9267719115596998f,0.04835103497648611f,-0.3724996662558f,-0.18177527445678163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.36872789926855176f,-0.055028520459498124f,0.9279071064697367f,-0.014874638038468679f,-0.18500825501357862f,0.9826187181071571f,-0.015244684394184214f,2.518798073911132f,-0.91093999905473f,-0.1772916150343445f,-0.3724996662558f,-0.16128331119349257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3676858193364736f,0.06160795420906937f,0.9279071064697367f,-0.025317908484217957f,0.12769257638697792f,0.9916966297882521f,-0.015244684394184214f,2.530475309249063f,-0.9211415440606954f,0.1128815948009049f,-0.3724996662558f,-0.18777568561066252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.372796604119724f,0.003330723609436745f,0.9279071064697367f,-0.01401384902430567f,-0.029015062885153008f,0.9994627185260551f,-0.015244684394184214f,2.6379097305920323f,-0.9274593350021187f,-0.032606449618828616f,-0.3724996662558f,-0.24790644214738078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.372796604119724f,0.003330723609436745f,0.9279071064697367f,-0.014763261836428936f,-0.029015062885153008f,0.9994627185260551f,-0.015244684394184214f,2.41303061892367f,-0.9274593350021187f,-0.032606449618828616f,-0.3724996662558f,-0.24056999098314436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,0.03580941412638911f,0.9279071064697367f,-0.01572672005330654f,0.05820426377074394f,0.9981882904926441f,-0.015244684394184214f,1.894659983462165f,-0.9267719115596998f,0.04835103497648611f,-0.3724996662558f,-0.13786279289313727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.37108770880060876f,-0.012802567152846916f,0.9285095619601402f,-0.010925757370988944f,0.05820426377074394f,0.9976181532675242f,0.03701734660939741f,1.5205531759868434f,-0.9267719115596998f,0.06777989779714517f,-0.3694586707584332f,-0.1632802545670667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3060532015759341f,-0.06528294507962074f,0.9497734334497107f,-0.08201139488440748f,-0.26705889712230085f,0.9634761268820957f,-0.01983175221951078f,0.954243827447466f,-0.9137893538846582f,-0.25971501691278254f,-0.31230934458810555f,0.07777212163831904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3060532015759341f,0.3730205857070063f,0.8758921625656452f,0.05793332120977449f,-0.26705889712230085f,0.8494600878508404f,-0.4550792289439968f,1.2453733917598266f,-0.9137893538846582f,-0.3731932499218659f,-0.16036151327489617f,-0.05418309129627427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2903547811626945f,0.025046840400502535f,0.9565912172092715f,-0.21029641048222822f,0.24175941934950365f,0.9691479908505456f,0.048005780757547634f,0.944686304600985f,-0.9258760630947074f,0.24520364519375043f,-0.2874520623894403f,-0.31765717007533983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2903547811626945f,0.47845747124088067f,0.8287174121917228f,-0.015188365647390484f,0.24175941934950365f,0.8746102178929872f,-0.4202491521859055f,1.2723517531275335f,-0.9258760630947074f,0.07832888975954773f,-0.36961885884960194f,-0.2932849502772087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.22946985841086046f,0.4231915786444589f,0.8765001265517938f,-0.004007120919359f,0.16124965338520816f,0.9046150902094184f,-0.39455048833901585f,1.3580149160739725f,-0.959865685064348f,0.050797896903477996f,-0.2758213920386411f,-0.16551956602428655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3764772657108117f,0.3373913808070279f,0.8628046850591611f,0.008162070725879019f,-0.16124965338520814f,0.8932458981978678f,-0.41965499477050766f,1.3602583289188608f,-0.9122847240231863f,-0.2971175213780091f,-0.28188253015064135f,-0.16945829159063217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3079359380209429f,0.41108944652696583f,0.858009863014007f,-0.004007120919359f,0f,0.9018325264051138f,-0.43208574880198236f,1.3580149160739725f,-0.951407093769624f,-0.13305473036281995f,-0.27770664495635544f,-0.16551956602428655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3347049712264279f,-0.12314041321646504f,0.9342424850482846f,-0.004793674105748724f,0.17213539289644927f,0.9667534949266239f,0.18909544298989114f,1.3876845116735967f,-0.926467478516489f,0.2241073820293218f,-0.30238037729201694f,-0.16526498731151426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2716303877781889f,-0.23110151787964614f,0.9342424850482846f,-0.004793674105748724f,-0.17213539289644927f,0.9667534949266239f,0.18909544298989114f,1.3876845116735967f,-0.9468824314284512f,-0.10945212871790905f,-0.30238037729201694f,-0.16526498731151426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3079359380209429f,-0.17990674586009195f,0.9342424850482846f,-0.004793674105748724f,0f,0.9819587126964436f,0.18909544298989114f,1.3876845116735967f,-0.951407093769624f,0.05822928261257787f,-0.30238037729201694f,-0.16526498731151426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.29412916826899815f,0.13932060919463016f,0.9455568730790467f,-0.06402234675273488f,0.2060656973828501f,0.9752950108820427f,-0.07960257603065253f,1.4535217660130832f,-0.9332871802052716f,0.17143339698621535f,-0.3155719088611337f,-0.34974055437430696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.30844896811650546f,0.03043531411751603f,0.9507538723152439f,0.05874919047808132f,-0.20797677664160724f,0.9731488712154952f,-0.09862522410506623f,1.448342174805865f,-0.9282267473228887f,-0.22815557434911743f,-0.2938369266239258f,0.01781423243626029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3079359380209429f,-0.014944053114556502f,0.951289721037535f,-0.010195469937630312f,0f,0.9998766324816605f,0.01570731731182056f,1.3018047278332432f,-0.951407093769624f,0.00483684749020806f,-0.3078979487284617f,-0.171728143802337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3079359380209429f,0.03486308440544545f,0.9507681228464177f,2.042913241188629e-17f,0f,0.9993283937786562f,-0.03664370870655636f,1.5250921658181618f,-0.951407093769624f,-0.011283914813119625f,-0.3077291263291927f,-0.16681652559831822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7401345783424842f,-0.1813778039241768f,-0.6475360207628886f,-1.2375720080962203f,0.06352798118701372f,0.939771791454723f,-0.3358469526321223f,1.6708029482395514f,0.6694512689868439f,-0.2897085988189226f,-0.6840350328910655f,-1.0446323149674628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9574997919668635f,-0.1813778039241768f,-0.22426823365571846f,-1.3195847480818599f,-0.10157871564082047f,0.939771791454723f,-0.3263598390040384f,1.6689647167301047f,0.2699553905966212f,-0.2897085988189226f,-0.9182554191825946f,-0.9992495662079888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8748025598468229f,-0.1813778039241768f,-0.4492466733645213f,-1.2111913770843619f,-0.019607802767433485f,0.939771791454723f,-0.34123967245414766f,1.7210697833529502f,0.4840826534343896f,-0.2897085988189226f,-0.8256711890421619f,-0.8980902622314015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6779761982800646f,-0.6943523868117584f,-0.24129450365585414f,0.4000685818056507f,0.45559495077561385f,0.6545212180798218f,-0.603353309356195f,2.652930867674244f,0.5768721828910428f,0.29912662538149376f,0.7600932486178277f,1.087206975214297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6903236168984345f,-0.6943523868117584f,0.20329305664748576f,0.3326287895981947f,0.7232262348903189f,0.6545212180798218f,-0.2203310877967056f,2.59482996396208f,0.019927797636390965f,0.29912662538149376f,0.9540053170026058f,1.0577923204509816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7193577835461973f,-0.6943523868117584f,-0.01997854299784585f,0.36934546715159955f,0.6197429729297466f,0.6545212180798218f,-0.4330365141503726f,2.688835892940718f,0.31375631747536503f,0.29912662538149376f,0.9011549451854423f,0.937326406054823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004811499031577233f,0f,0.000014865735840150376f,-0.6563149045992827f,0f,0.000015625f,0f,1.6912146658181617f,-0.000014865735840150376f,0f,-0.000004811499031577233f,0.038022651091797754f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89.mcfunction new file mode 100644 index 000000000..0ecd6531d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..2825a399b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5796809050997097f,-0.1253499768356269f,0.5614284246585077f,0.3050157359762655f,-0.1242493753023523f,0.805511244575973f,0.051557463505166476f,1.6790213768731148f,-0.5616730236037698f,-0.04882071909977534f,-0.5908336452732057f,-0.13283007474324277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5716160159917535f,0.1038622045134947f,0.5499707017062934f,0.3050157359762655f,0.18951610100948768f,0.775585498267452f,0.05050527037240798f,1.6790213768731148f,-0.5266296399936841f,0.16637240561711358f,-0.5787758157778342f,-0.13283007474324277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.443575834392274f,-0.10135098065867265f,0.6781687860018093f,0.2942482754748284f,0.19444036688040506f,0.7931346789580817f,-0.008646918868508414f,1.684574283355181f,-0.6575544595811481f,0.16616198180700198f,0.454925019021111f,-0.22928484824451362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.43944095575216335f,0.0745596991238685f,0.66432860669565f,0.2942482754748284f,-0.12135186222041196f,0.7906971461901089f,-0.008470451136498039f,1.684574283355181f,-0.6573928596686028f,-0.09611906300716752f,0.44564083495945567f,-0.22928484824451362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3849195496689095f,-0.6356737063006888f,-0.3454316575862899f,0.18016128002161355f,0.2455540109201114f,1.1147733228320964f,-1.0669535680726376f,1.9521984439393611f,0.6805198885160606f,0.8914065446359661f,1.0879767017332014f,-1.1204437590868859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2523242150905064f,0.026690415810296356f,0.9672745795185738f,0.057785765015580234f,0.49186810859464797f,0.8573052803123353f,-0.1519651936994513f,2.068400914675793f,-0.8333056187416976f,0.5141160161407751f,0.20319071760554128f,-0.7040842304759026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.33669450855845684f,0.026690415810296356f,0.9412355866681057f,-0.05421830070510404f,0.476539578529838f,0.8573052803123353f,-0.19477599041769114f,1.9077751841589357f,-0.8121248906425561f,0.5141160161407751f,0.2759309405383069f,-0.4293292102997211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.20694975348915054f,0.036539360629797624f,0.9776690005597731f,0.06602948444267423f,0.824052214954311f,0.5321440599300316f,-0.19432098834165298f,1.6061261833179425f,-0.5273611158965683f,0.8458649860385219f,0.08001674096323666f,0.38644036416314076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15386093161414216f,0.006949829952972025f,0.9880680713323619f,0.012838723741631076f,0.7211950447347603f,0.6843416937547431f,0.1074902490410938f,1.8398501416325956f,-0.6754291385281326f,0.72912834676243f,-0.11030563346733738f,0.16083936179151404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.12541279763522573f,0.3584658266275689f,0.9250804728938558f,-0.25637820705211156f,-0.5952414558318353f,0.7187815759797672f,-0.35922229230831304f,1.5555397614193311f,-0.7936997161701036f,-0.5956973200982657f,0.12322931217547721f,-0.22787038360570344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.09724581745277937f,0.09294726204488493f,0.9909107212389522f,-0.23275740341095222f,-0.2455591629247717f,0.9626086211999787f,-0.11439117052972672f,1.7353139330785163f,-0.9644915492069519f,-0.2544512701281624f,-0.07078561039179343f,-0.2760224068196826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.08019862230610957f,0.31889848684393485f,0.9443897162024009f,-0.20897838655609108f,-0.8579728717648547f,0.460196650961392f,-0.22825773537711055f,1.5545572279559654f,-0.5073960310209081f,-0.8285667127833266f,0.2366991131619683f,0.1264506072394866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.07842495476962912f,0.024561238369930308f,0.9966174150791856f,-0.19814429551748425f,-0.48792842632072153f,0.8708289186850922f,-0.05985687237015851f,1.7174635447571067f,-0.8693534248265007f,-0.49097223949169333f,-0.05631059217363517f,0.034041371133708864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,-0.001107177869123701f,0.05712124262851082f,0.9982756864238123f,-0.013521003499782754f,2.412362586530441f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,0.19063141544048778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,0.09372654573392444f,0.05712124262851082f,0.9982756864238123f,-0.013521003499782754f,2.284168485050791f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,0.21045941870369567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,-0.06617982070884348f,0.05712124262851082f,0.9982756864238123f,-0.013521003499782754f,2.445921316574691f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,-0.39228848711188813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,0.020346756999772335f,0.05712124262851082f,0.9982756864238123f,-0.013521003499782754f,2.322011308292179f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,-0.44687579055749416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.10630148381569861f,0.0368793993375154f,0.9936497896357072f,0.011831248678947352f,0.21258270831286444f,0.9770495251473829f,-0.013521003499782754f,2.524282559135614f,-0.9713437016138768f,0.20979546066056243f,-0.11170173687671121f,0.09634455994416906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,-0.0007273740617712368f,0.057121242628510815f,0.9982756864238124f,-0.013521003499782754f,2.5409220763386418f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,-0.017385594751524805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.10268272313513582f,0.046003846865976444f,0.9936497896357072f,-0.0032869193798552646f,0.29692924399272647f,0.954803752886564f,-0.013521003499782754f,2.5378857274710236f,-0.9493625663735963f,0.2936553073711848f,-0.11170173687671121f,-0.03978665361754249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.11187304343681143f,0.012021551859076732f,0.9936497896357072f,0.00013506007513459234f,-0.012654093557049939f,0.9998285134864919f,-0.013521003499782754f,2.546207008612074f,-0.9936419355423938f,-0.01408637321283368f,-0.11170173687671121f,-0.010353475709249584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.10861511559540397f,0.029374346309529994f,0.9936497896357072f,0.039660479790507665f,0.14390933797213035f,0.9894985017213427f,-0.013521003499782754f,2.6470402673204525f,-0.9836121487195144f,0.14152689804452642f,-0.11170173687671121f,0.049279062940574735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.10861511559540397f,0.029374346309529994f,0.9936497896357072f,0.03305125187086343f,0.14390933797213035f,0.9894985017213427f,-0.013521003499782754f,2.424403104433151f,-0.9836121487195144f,0.14152689804452642f,-0.11170173687671121f,0.017435510880556337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.1124950800123964f,0.0022254280306708805f,0.9936497896357072f,-0.03141869330640968f,-0.09974673762389223f,0.9949209872134314f,-0.013521003499782754f,2.546587064749303f,-0.9886331196689674f,-0.10063437122738456f,-0.11170173687671121f,-0.2910878673755264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,-0.018461084066845008f,0.05712124262851083f,0.9982756864238123f,-0.013521003499782754f,2.5500675599208766f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,-0.17624394223729625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.11226096110270058f,-0.007587632648798557f,0.9936497896357072f,-0.016072564900325582f,-0.1860802487886898f,0.9824415114779597f,-0.013521003499782754f,2.544479435790506f,-0.9761002088018614f,-0.18641648091220028f,-0.11170173687671121f,-0.15432030271520192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.10911122601783312f,0.02747427731170569f,0.9936497896357072f,-0.01909857495774759f,0.12661828986179272f,0.9918593605631969f,-0.013521003499782754f,2.5561260212365955f,-0.9859323247715132f,0.1243389438163506f,-0.11170173687671121f,-0.1826481324163865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.11206580963947822f,0.010067267095065793f,0.9936497896357072f,0.007625900652478854f,-0.030101579862260974f,0.9994553903772567f,-0.013521003499782754f,2.6635608779251614f,-0.9932447579522603f,-0.031425670702179435f,-0.11170173687671121f,-0.2376862873901472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.11206580963947822f,0.010067267095065793f,0.9936497896357072f,0.005360765556089053f,-0.030101579862260974f,0.9994553903772567f,-0.013521003499782754f,2.4386834150902787f,-0.9932447579522603f,-0.031425670702179435f,-0.11170173687671121f,-0.23061551148215684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,0.01979613698012443f,0.9936497896357072f,-0.02199106741495338f,0.05712124262851082f,0.9982756864238123f,-0.013521003499782754f,1.9203495018288792f,-0.9922040894508526f,0.05526089807205896f,-0.11170173687671121f,-0.13142053128533326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.11076194525909752f,-0.027900117831115963f,0.9934552707129953f,-0.011528523228284893f,0.05712124262851082f,0.9977747710952316f,0.03438996665355912f,1.5461839626681675f,-0.9922040894508526f,0.060556499162913606f,-0.10892178517696338f,-0.15412921847142586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.05700415513174561f,0.030644200676843814f,0.9979035320423479f,-0.15735624768438813f,-0.2627310511053858f,0.9638374718969254f,-0.044606306195457135f,0.9856323841299918f,-0.9631837421192154f,-0.2647229886734831f,-0.046891557715690285f,0.05761949145405977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.05700415513174561f,0.4889121345911315f,0.8704685238118948f,0.023030317848356022f,-0.2627310511053858f,0.8338082476548909f,-0.4855267252456237f,1.2698756854051667f,-0.9631837421192154f,-0.25637615098176264f,0.08092186431985746f,-0.030590391420486224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03329215087071337f,-0.024366004996490553f,0.9991486028068661f,-0.17555221353478484f,0.23953080697440626f,0.9703728931239133f,0.031645549458275746f,0.9752725167822117f,-0.9703177959826313f,0.24038041952463068f,-0.026469391919180157f,-0.35320358987101635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03329215087071337f,0.466945988675685f,0.8836589140330611f,0.016223762101776427f,0.23953080697440626f,0.8621091622864484f,-0.4465341922092281f,1.2962718573176832f,-0.9703177959826313f,0.19679744907250485f,-0.14054941777881355f,-0.28054224463510447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.03243172241669334f,0.40313828155709f,0.9145642182615079f,-0.005741101883111175f,0.15928780716410323f,0.9012652683725613f,-0.40292469583556995f,1.385321986299744f,-0.9866993350914645f,0.1587464707277977f,-0.03498542784546816f,-0.15439617242097853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.12312687663052058f,0.4153281374707859f,0.9013003442117731f,0.006885818514861235f,-0.15928780716410323f,0.8881643778206375f,-0.4310353030313543f,1.3862493557306343f,-0.979523949038544f,-0.19663818600548538f,-0.043200197504271995f,-0.15497860906588204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.04607758658509829f,0.4386888828335668f,0.8974569182377113f,-0.005741101883111175f,0f,0.8984111531194788f,-0.4391553255404384f,1.385321986299744f,-0.9989378639407422f,-0.020235217536896576f,-0.041396617696880786f,-0.15439617242097853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.07535646748212851f,-0.1631217925422003f,0.9837238858574261f,-0.006485508066076739f,0.16993279284314858f,0.9699971620400144f,0.17386302525507105f,1.4148067711287997f,-0.9825702258490955f,0.1802686507192454f,-0.045375817818748505f,-0.1543618355101573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.015416271811328902f,-0.1790241742251726f,0.9837238858574261f,-0.006485508066076739f,-0.16993279284314858f,0.9699971620400144f,0.17386302525507105f,1.4148067711287997f,-0.985335062037258f,-0.16448662765499503f,-0.045375817818748505f,-0.1543618355101573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.04607758658509829f,-0.173678359066576f,0.9837238858574261f,-0.006485508066076739f,0f,0.9847698454203166f,0.17386302525507105f,1.4148067711287997f,-0.9989378639407422f,0.008011188600137666f,-0.045375817818748505f,-0.1543618355101573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.035384171081400156f,0.0985510420057856f,0.9945027162137147f,-0.014394780358185349f,0.20362270726385706f,0.9749619654537821f,-0.08936978798808745f,1.47894537390519f,-0.9784098085789104f,0.199341059589017f,-0.05456545096036693f,-0.3479530155043186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.054906400973094696f,0.10121980849367931f,0.9933477928201607f,0.007276989920063361f,-0.2054741422696463f,0.9724106908982244f,-0.11044376435721012f,1.4740209769721502f,-0.9771211101960365f,-0.2101713553159438f,-0.03259351797404533f,0.038959355204936236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.04607758658509829f,-0.00021793443262867196f,0.9989378401677834f,-0.011020069115873955f,0f,0.9999999762017642f,0.00021816615476855789f,1.3274066235109803f,-0.9989378639407422f,0.000010052569886285709f,-0.04607758548853302f,-0.16197347848122964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.04607758658509829f,0.04770948462401296f,0.9977979059365699f,1.8940508612646208e-17f,0f,0.9988588299179337f,-0.0477602124678729f,1.5505891433207686f,-0.9989378639407422f,-0.002200675325311105f,-0.04602500422183356f,-0.15466098981219178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8879779751564855f,-0.10283800136658565f,-0.44824040548785304f,-0.9348818846686201f,0.059785979847254964f,0.9405919426433473f,-0.3342341006661613f,1.6421638797793512f,0.4559832806701275f,-0.32359101178700894f,-0.82907665799971f,-1.2754600478262605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9946805098837747f,-0.10283800136658565f,0.0059185076058966835f,-1.0256629593332653f,-0.09917809783898844f,0.9405919426433473f,-0.32473143109876823f,1.6402644068621854f,0.02782783078852863f,-0.32359101178700894f,-0.9457877504621559f,-1.2521308604128705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9683314630895486f,-0.10283800136658565f,-0.22750499569411886f,-0.9461466726468248f,-0.02026104444976684f,0.9405919426433473f,-0.33893404596207005f,1.6920542502150788f,0.24884466574282732f,-0.32359101178700894f,-0.9128883773068868f,-1.1268621975235324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.42049402190748303f,-0.7778498122568153f,-0.4670486560435714f,0.06554256190370829f,0.48703664579182854f,0.6278337347716091f,-0.6071409285648414f,2.6753320097575672f,0.7654933593414865f,0.027829320055831563f,0.6428416957146728f,1.138184937675828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6163691388415021f,-0.7778498122568153f,-0.12263259866700263f,0.014328376837262041f,0.7535073229346261f,0.6278337347716091f,-0.19506797729670075f,2.6140573393839697f,0.22872647194340756f,0.027829320055831563f,0.9730928681156552f,1.0890770511545493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5462846407087599f,-0.7778498122568153f,-0.31068112414135834f,0.08653763799168893f,0.6535964839850383f,0.6278337347716091f,-0.4226540400908625f,2.7080927805843977f,0.5238174562269728f,0.027829320055831563f,0.851375828584024f,0.9859246201275851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-7.199622903921609e-7f,0f,0.000015608404124074096f,-0.6871023464404382f,0f,0.000015625f,0f,1.7167116433207685f,-0.000015608404124074096f,0f,-7.199622903921609e-7f,-0.13019248306792902f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..d6c4b190a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7217520529493462f,-0.36536523052689146f,0.11192259302696594f,0.20142866781576563f,-0.2728835681545768f,0.6602599121949593f,0.39564611842399683f,1.2476440112410307f,-0.26749388168531035f,0.312265177557121f,-0.705607487623671f,-0.2980887210764456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7901693091455967f,-0.06009884614124783f,0.10963845847539522f,0.20142866781576563f,0.0005475781960922188f,0.6998484631954762f,0.3875717078439153f,1.2476440112410307f,-0.1250286488869232f,0.3828841303258998f,-0.6912073348150247f,-0.2980887210764456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17680323635798242f,-0.20692568936370892f,0.7699784536849986f,0.14096494705966872f,0.44295733639518003f,0.6302713181433824f,0.2710928034897545f,1.2590882628671765f,-0.6629282451302515f,0.4763237019628575f,-0.024213987721318338f,-0.36069675903528586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.0824403509903793f,-0.25355175036406347f,0.7542646076914272f,0.14096494705966872f,0.16461533928768457f,0.7364642004681659f,0.26556029729608605f,1.2590882628671765f,-0.7785276993144069f,0.1825705105325192f,-0.02371982470659756f,-0.36069675903528586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0564911900658513f,-1.0171964361372434f,0.5390213591528004f,-0.5044406778647039f,0.08449788990561688f,-0.6611159078508614f,-1.4132204757177946f,1.068175812671028f,1.1480821930135225f,0.9847047357945539f,-0.39200779506157535f,-0.7704790012625691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.683658016311147f,-0.6305284272450987f,0.3674855360001664f,-0.3736934835268073f,-0.5873062421187571f,0.7742436183259706f,0.2358351064830095f,1.241648960215311f,-0.43322406985514f,-0.05459598810655269f,-0.8996311374006669f,-0.599234400508345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24551935480095352f,-0.6305284272450987f,0.7363111766460874f,-0.31247279872412925f,-0.26568543912543136f,0.7742436183259706f,0.5744197654313745f,1.3180254879592483f,-0.9322722208962626f,-0.05459598810655269f,-0.35761401570382967f,-0.2689302386540964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9042947021551788f,-0.10069619032279875f,0.4148630724812119f,-0.07448897145397544f,0.3652430503282628f,-0.3206192000443782f,-0.8739570028038044f,1.0429449386196996f,0.22101720711515374f,0.9418405416084922f,-0.2531556602994282f,0.35904856979552446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6180638643025212f,0.6274728249895895f,0.47357672403003387f,0.10915447201935073f,0.5125055456644967f,0.1351786898853796f,-0.84797687908575f,1.2088932906488994f,-0.5960999289603811f,0.7668145640899479f,-0.23803423911902272f,0.14085606924925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6887529824595009f,0.371332891401192f,0.6226806668885528f,-0.3548578023120718f,0.13036350295610688f,0.908308075052815f,-0.3974692414399673f,0.8848043558577889f,-0.713179280581086f,-0.1925832925190566f,-0.6740081521705534f,-0.10781496732460163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6887529824595009f,0.25732756900498077f,0.6777918938605929f,-0.3023726837870092f,0.13036350295610688f,0.9636101635339349f,-0.2333683993841419f,1.064022709024251f,-0.713179280581086f,-0.07237385552870712f,-0.6972354973649537f,-0.12574278709476516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6887529824595009f,0.4067473935692337f,0.6001465545829427f,-0.13033180541382003f,0.13036350295610688f,0.88378261515915f,-0.44937027743217123f,0.84091266198027f,-0.713179280581086f,-0.23126791166759053f,-0.6617329270806735f,0.10550471143573589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6887529824595009f,0.2072118322715525f,0.6947536151182002f,-0.0871373767684152f,0.13036350295610688f,0.978063482448192f,-0.16247209421413994f,1.0232841143504676f,-0.713179280581086f,-0.021332624498202557f,-0.7006570008797908f,0.09712573808682423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.979362568169925f,-0.07802578237983054f,0.18644285277699457f,0.128417896795002f,-0.015444677033325305f,0.9486711155459697f,0.31588696788582693f,1.785336048206844f,-0.20152027694240865f,0.3064883224737616f,-0.9302980630788578f,0.1924411116194339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.979362568169925f,-0.07802578237983054f,0.18644285277699457f,0.1923762333466963f,-0.015444677033325305f,0.9486711155459697f,0.31588696788582693f,1.696945737391644f,-0.20152027694240865f,0.3064883224737616f,-0.9302980630788578f,0.0744716382819111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.979362568169925f,-0.07802578237983054f,0.18644285277699457f,-0.44695761200482886f,-0.015444677033325305f,0.9486711155459697f,0.31588696788582693f,1.7762623004497655f,-0.20152027694240865f,0.3064883224737616f,-0.9302980630788578f,0.07404794891576881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.979362568169925f,-0.07802578237983054f,0.18644285277699457f,-0.456451468065879f,-0.015444677033325305f,0.9486711155459697f,0.31588696788582693f,1.686713638857066f,-0.20152027694240865f,0.3064883224737616f,-0.9302980630788578f,-0.05903554519243462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9837131241000793f,0.01604646144043674f,0.17902793231365363f,0.021329446717424753f,0.12258582118378203f,0.7883279502044919f,0.6029193639045622f,1.8664823735002491f,-0.131458000585584f,0.6150459771444934f,-0.7774556193638426f,0.2109751928543941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741122027752895f,-0.13803773344912135f,0.17902793231365363f,-0.09226473809093624f,-0.0022450748609994936f,0.7977989723406432f,0.6029193639045622f,1.874263500131499f,-0.226053922866075f,0.5869091785586955f,-0.7774556193638426f,0.19085167747878484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9896207343695618f,0.03195799587946585f,0.1401052768642813f,-0.10360193654416916f,0.1394112958375181f,0.4500202759254554f,0.8820692953781357f,1.9021003661822253f,-0.03486104844597848f,0.8924463220582766f,-0.4498047015604686f,0.13992345446170995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9510608119158865f,-0.27541576467711054f,0.1401052768642813f,-0.07751149674599711f,-0.0064758917228456975f,0.4710751755054739f,0.8820692953781357f,1.9060362660924521f,-0.3089359073728538f,0.8379942336256314f,-0.4498047015604686f,0.15576843057512302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9824361929371762f,-0.12324625025488693f,0.1401052768642813f,-0.039026512370222116f,0.0672962303243204f,0.46628851104788654f,0.8820692953781357f,1.9813415763125473f,-0.17404121405932327f,0.8760053574395847f,-0.4498047015604686f,0.2459552409273114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9824361929371762f,-0.052612985646178494f,0.17902793231365363f,-0.027188590599831974f,0.0672962303243204f,0.7949587775558264f,0.6029193639045622f,1.8024758513624866f,-0.17404121405932327f,0.6043777094899686f,-0.7774556193638426f,0.10997025629206869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9550990682708113f,-0.23027121495446098f,0.18644285277699457f,-0.35473150414643106f,-0.16365938588962572f,0.9345753200947096f,0.31588696788582693f,1.8859860259593588f,-0.24698456469678082f,0.27119022591765224f,-0.9302980630788578f,0.10627438772698171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.979362568169925f,-0.07802578237983054f,0.18644285277699457f,-0.24270991068570072f,-0.015444677033325305f,0.9486711155459697f,0.31588696788582693f,1.897325143208424f,-0.20152027694240865f,0.3064883224737616f,-0.9302980630788578f,0.13257510337372425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9313951691909866f,-0.3126373321535175f,0.18644285277699457f,-0.2204973491048757f,-0.244490218692681f,0.9167551235109098f,0.31588696788582693f,1.893572162586637f,-0.26968049942718897f,0.24863214205011286f,-0.9302980630788578f,0.13575242448915334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.982419693616397f,-0.009518836222990906f,0.18644285277699457f,-0.2497844190961567f,0.050768897187073614f,0.947437566596505f,0.31588696788582693f,1.9026104369719756f,-0.17964983905662865f,0.3197990762317068f,-0.9302980630788578f,0.13295193302136835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9688354029036136f,-0.16308594276935134f,0.18644285277699457f,-0.3087235697654172f,-0.09806804107299646f,0.9437150432413396f,0.31588696788582693f,2.010950566833456f,-0.22746564883669218f,0.28775839245976514f,-0.9302980630788578f,0.12433582535991358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9688354029036136f,-0.16308594276935134f,0.18644285277699457f,-0.2720292326423132f,-0.09806804107299646f,0.9437150432413396f,0.31588696788582693f,1.798614682104155f,-0.22746564883669218f,0.28775839245976514f,-0.9302980630788578f,0.05959018705646653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.979362568169925f,-0.07802578237983054f,0.18644285277699457f,-0.1154470373006905f,-0.015444677033325305f,0.9486711155459697f,0.31588696788582693f,1.304479852269579f,-0.20152027694240865f,0.3064883224737616f,-0.9302980630788578f,-0.04322322912232096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6887529824595009f,-0.28712275467178233f,0.6657175473899045f,-0.007776004298772121f,0.13036350295610688f,0.8542222222751602f,0.503298869528136f,0.9841465189163939f,-0.713179280581086f,0.4334338689130949f,-0.550917775197779f,-0.20576092996473155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6842948540908302f,0.011034716750471102f,0.729121929234779f,-0.07953306355466119f,-0.13011664227683015f,0.9819910931675738f,-0.13697865652048175f,0.7692199427342211f,-0.7175027610172748f,-0.18860468701967503f,-0.6705356515255526f,0.02851018956287313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6842948540908302f,0.6969958773052243f,0.21432988518713358f,0.14232562734527973f,-0.13011664227683015f,0.1724958935985269f,-0.9763784236115874f,0.7381984726261006f,-0.7175027610172748f,-0.6960186159228544f,-0.027347289105522053f,-0.17745466384016478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6990280862958752f,0.30193863221109496f,0.6482227988492997f,-0.2520994903303909f,0.0292253415551172f,0.9177912541690705f,-0.3959862285253762f,0.43742457172251287f,-0.7144967557522659f,-0.2578609628254299f,-0.6503861236759507f,-0.1521384081284985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6990280862958752f,0.5343800564488962f,0.4751817440087539f,-0.03755779856429932f,0.0292253415551172f,0.6852961227917074f,-0.7276778844362661f,0.7014285080246732f,-0.7144967557522659f,-0.494779930227902f,-0.49465867693103216f,-0.351236671165158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5990758033563155f,0.45911118042787596f,0.6559916964711578f,0.01386596440077045f,0.2106412863089823f,0.8807894208528225f,-0.4240757533930074f,0.8649622405410096f,-0.7724884661501961f,-0.11587458789515438f,-0.6243673994893114f,-0.22683624196133992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7501707601253889f,0.20262504418961144f,0.6294338107538029f,0.023370918869686928f,-0.17923551380967187f,0.85394777911703f,-0.4885159374375364f,0.8681041116418846f,-0.6364891682049892f,-0.4792872646005213f,-0.6042890506615775f,-0.23609232599542346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6976654309408464f,0.331029461836227f,0.6353600883487575f,0.01386596440077045f,0f,0.8868495984693558f,-0.46205821028820837f,0.8649622405410096f,-0.7164237199242659f,-0.3223620404004791f,-0.6187243072958397f,-0.22683624196133992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7197835126593394f,-0.08128012290782448f,0.689423843889861f,0.004363408627074787f,0.15319252544996856f,0.9500412196365224f,0.2719443530169538f,0.9132969829067825f,-0.67708473993293f,0.3013556414133271f,-0.6713724989440055f,-0.217582493816882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6577535914226639f,-0.3034056302159136f,0.689423843889861f,0.004363408627074787f,-0.15319252544996856f,0.9500412196365224f,0.2719443530169538f,0.9132969829067825f,-0.7374905173063909f,0.07325779511310138f,-0.6713724989440055f,-0.217582493816882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6976654309408464f,-0.1948273850008038f,0.689423843889861f,0.004363408627074787f,0f,0.9623129786416633f,0.2719443530169538f,0.9132969829067825f,-0.7164237199242659f,0.18972617423950272f,-0.6713724989440055f,-0.217582493816882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.691169925926699f,0.1875919765994909f,0.6979207575434173f,-0.12477557299366575f,0.23677110626235626f,0.9712021998516118f,-0.02656558380103617f,0.940888948903416f,-0.6828056654230261f,0.14688613725905497f,-0.7156821123566891f,-0.3622653035195834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6718075025371271f,-0.13354662547317298f,0.7285876600379367f,0.1329089824715421f,-0.2014694822171155f,0.979474943936036f,-0.006235538201826027f,0.9550660447588017f,-0.7128006223832828f,-0.15097725996396646f,-0.6849241853692841f,-0.07232181367181018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6976654309408464f,-0.09797309765814202f,0.7096930453410059f,0.007220307645335184f,0f,0.9906051762440647f,0.13675300654269082f,0.76726357626586f,-0.7164237199242659f,0.09540784524206278f,-0.6911109871765485f,-0.23126944947179204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6976654309408464f,-0.056708559774256886f,0.714175808690306f,2.6125798381810205e-17f,0f,0.996862316012935f,0.07915505614505844f,0.99f,-0.7164237199242659f,0.05522374635658909f,-0.6954763772898545f,-0.21333333333333335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8744995684102581f,0.21345886184695476f,-0.4355293550947796f,-0.8736775054135328f,0.40302338415937894f,0.8193936776525186f,-0.4076348278101395f,1.403266897656137f,0.2698567336032095f,-0.5320049955800068f,-0.8025883303455907f,0.8973175374620534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6998498157674689f,0.21345886184695476f,0.6816491397113639f,-0.9641676717506896f,-0.25170089887139074f,0.8193936776525186f,-0.5150152022323363f,1.411964583825344f,-0.6684735543591636f,-0.5320049955800068f,-0.5197247269472014f,0.8744059126489663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.965228440929673f,0.21345886184695476f,0.15089523226223994f,-0.9415568734214472f,0.09277531913820695f,0.8193936776525186f,-0.565673705577592f,1.4924667965773795f,-0.24439066467292986f,-0.5320049955800068f,-0.8107057960189012f,1.007467594458345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6326173330465443f,-0.5649828184390319f,0.5297072066696518f,0.6584136742081632f,-0.7636957062894029f,0.5687487883490241f,-0.3054401478958634f,2.0901829562464598f,-0.12870189635047086f,-0.5977618510913897f,-0.791275294227987f,-0.08966830025267761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.10827326891636391f,-0.5649828184390319f,-0.8179677952748827f,0.730502894973875f,0.667100269078215f,0.5687487883490241f,-0.4811465959011765f,2.099581765975762f,0.7370577523057047f,-0.5977618510913897f,0.3153198996984765f,-0.14886178912658024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7689516881675925f,-0.5649828184390319f,-0.29917840184895905f,0.739335044868363f,-0.10025397044589346f,0.5687487883490241f,-0.8163785624092237f,2.2173391454724944f,0.6313972146549612f,-0.5977618510913897f,-0.4939821117264791f,-0.04516772793065704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010901022358450726f,0f,0.000011194120623816655f,-0.49757670769574835f,0f,0.000015625f,0f,1.1561225f,-0.000011194120623816655f,0f,-0.000010901022358450726f,0.26114086223994515f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9.mcfunction new file mode 100644 index 000000000..0faef0080 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90.mcfunction new file mode 100644 index 000000000..85a57df49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..557fbc366 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.384982855184815f,-0.10212554544612946f,0.7129537282499635f,0.2875304907317284f,-0.12292211229076942f,0.8058708164557938f,0.04905941234148886f,1.702281560600261f,-0.7096638640709894f,-0.08418458645528473f,-0.3952652272583936f,-0.03581718960189252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3867032175051322f,0.05189373966328855f,0.6984036521632296f,0.2875304907317284f,0.19085210100799788f,0.7754133639346937f,0.04805819984472379f,1.702281560600261f,-0.6738220069959214f,0.18984508109308826f,-0.38719858996740597f,-0.03581718960189252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6065265839914942f,-0.14118968224150616f,0.5283326802163538f,0.3045280540246135f,0.19253232036621548f,0.7935966586393624f,-0.008949494694380443f,1.7076222846368494f,-0.5118605796214963f,0.13120313056259858f,0.6226788337534558f,-0.12953656120092877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6018499093111301f,0.0995906129219638f,0.5175503806201017f,0.3045280540246135f,-0.12325187569795124f,0.7903999730793912f,-0.008766851945515537f,1.7076222846368494f,-0.5124311288350086f,-0.07314090766407935f,0.6099711024523649f,-0.12953656120092877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1285370155997894f,-0.8817254429841324f,-0.6247965249707764f,0.44510046285144145f,0.32926532087293964f,1.1409874032554441f,-1.015449823518051f,1.9439373671694957f,1.0292690624377874f,0.6017592864317397f,1.0098996030802276f,-1.019748855398204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.47479811016101625f,-0.10820622018784072f,0.873417522437115f,0.2150706041139846f,0.4289897442847402f,0.8949885835150473f,-0.12232430124976312f,2.071588299169008f,-0.7684624609478597f,0.43276650666426353f,0.47135824679702926f,-0.6666880900963545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5581217153480824f,-0.10820622018784072f,0.8226734253454251f,0.027656356710959035f,0.4149341632098713f,0.8949885835150473f,-0.16378362427011267f,1.9314189034701306f,-0.7185609167344394f,0.43276650666426353f,0.5444110208761134f,-0.4222278240898116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3763474567463776f,-0.21764972565747479f,0.9005504920445935f,-0.10231015831260876f,0.8263805685234012f,0.5183241959260274f,-0.22007994884717963f,1.6321850352000662f,-0.4188767691905024f,0.8270239566293487f,0.3749314969346578f,0.39379278297091747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08083783611099815f,-0.20509053530208998f,0.9753989525227068f,-0.07733718150188423f,0.7200852387062926f,0.6886451159188787f,0.08511846637701978f,1.8652592048839893f,-0.689160716560508f,0.6954895949261759f,0.20335124808869642f,0.16252483900612447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10547440597857624f,0.5160449675032233f,0.8500427878630957f,-0.22470958198123717f,-0.5960574282135733f,0.7170406452001361f,-0.3613422967248553f,1.5799736354774077f,-0.7959841028279945f,-0.46856195390318434f,0.3832218722875077f,-0.2868700159912799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.18234591161777816f,0.16460406768303942f,0.9693582771186714f,-0.1877878300586756f,-0.24668961842120557f,0.9620116987975108f,-0.11695180007134329f,1.759619880251495f,-0.9517847449289579f,-0.21780494089649302f,0.21602501485150682f,-0.32635828606655043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.06607345920254704f,0.5441014978777369f,0.8364136883123163f,-0.28076526447269545f,-0.8584924893282044f,0.45822354135328275f,-0.23026469967565463f,1.5793777778692883f,-0.5085518102967213f,-0.7028404841476192f,0.4973834638255158f,0.06618589788456283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.17245823968828222f,0.1665595149189021f,0.9708326753635764f,-0.243467651204379f,-0.4889691944692383f,0.8700654904996612f,-0.062411289857592395f,1.7421249867763648f,-0.8550832020474519f,-0.46394393005142787f,0.231492434746176f,-0.0193567612829163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838245f,0.9839973880652924f,-0.09977739041107231f,0.05598365912041733f,0.9983620592280447f,-0.011791039200481482f,2.4366906160424686f,-0.9824048793076292f,0.05718864780100365f,0.17779232738016346f,0.18624726547667028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838245f,0.9839973880652924f,-0.014412977491483542f,0.05598365912041733f,0.9983620592280447f,-0.011791039200481482f,2.308690561496902f,-0.9824048793076292f,0.05718864780100365f,0.17779232738016346f,0.2326068981674713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838245f,0.9839973880652924f,0.004900673342850062f,0.05598365912041733f,0.9983620592280447f,-0.011791039200481482f,2.469581015775714f,-0.9824048793076292f,0.05718864780100365f,0.17779232738016346f,-0.3909156011165619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838245f,0.9839973880652924f,0.10362824333740762f,0.05598365912041733f,0.9983620592280447f,-0.011791039200481482f,2.3457797356641787f,-0.9824048793076292f,0.05718864780100365f,0.17779232738016346f,-0.4182363343738331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.17623679777726287f,-0.026262737669532174f,0.9839973880652924f,-0.060526027347763106f,0.2114726420288913f,0.9773127918265948f,-0.011791039200481482f,2.54854558856273f,-0.9613635695107946f,0.2101665423948546f,0.17779232738016346f,0.09946426086729905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838227f,0.9839973880652924f,-0.039986461343546054f,0.05598365912041735f,0.9983620592280447f,-0.011791039200481482f,2.5650549436075725f,-0.9824048793076292f,0.057188647801003634f,0.17779232738016346f,-0.013117745018907057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.17327721514620145f,-0.0415228490335085f,0.9839973880652924f,-0.036013690596137696f,0.2958463470490695f,0.9551627664080581f,-0.011791039200481482f,2.561992812022626f,-0.9393880697820782f,0.29315515120128144f,0.17779232738016346f,-0.03530825127146955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.17762769059649167f,0.014055028069682108f,0.9839973880652924f,-0.04118361506335751f,-0.013794931031143098f,0.9998353220768003f,-0.011791039200481482f,2.5703480691174962f,-0.9840010688059251f,-0.01147976104027143f,0.17779232738016346f,-0.006141023345561693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.17763948976620153f,-0.013905105403631414f,0.9839973880652924f,-0.02055898037538969f,0.14278361119863708f,0.9896836927865637f,-0.011791039200481482f,2.6713101718735777f,-0.9736822130698907f,0.1425932546653759f,0.17779232738016346f,0.06217385630966673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.17763948976620153f,-0.013905105403631414f,0.9839973880652924f,-0.017430331659572626f,0.14278361119863708f,0.9896836927865637f,-0.011791039200481482f,2.4486313409966014f,-0.9736822130698907f,0.1425932546653759f,0.17779232738016346f,0.030090374009957205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.17572678719575366f,0.02948281775103643f,0.9839973880652924f,0.009047298506665066f,-0.10088382727471362f,0.9948283393575891f,-0.011791039200481482f,2.5704058944956216f,-0.979256120561043f,-0.0971974210999485f,0.17779232738016346f,-0.2841418047068949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838245f,0.9839973880652924f,-0.011459413024992197f,0.055983659120417334f,0.9983620592280448f,-0.011791039200481482f,2.5740182926489963f,-0.9824048793076292f,0.05718864780100366f,0.17779232738016346f,-0.1704071750344029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.1724884968377208f,0.04468622538709327f,0.9839973880652924f,-0.015446266890550758f,-0.18720493667740318f,0.982250112282092f,-0.011791039200481482f,2.568455205029341f,-0.9670584419476794f,-0.18217535009564748f,0.17779232738016346f,-0.1487107426689028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.1778551119625514f,-0.010802751014016135f,0.9839973880652924f,-0.01024373639344138f,0.1254895025122008f,0.9920248767817333f,-0.011791039200481482f,2.580069542181269f,-0.9760225119883398f,0.12557843929877502f,0.17779232738016346f,-0.17673406284956625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.17735534297649524f,0.017152918071636058f,0.9839973880652924f,0.030972931823108188f,-0.0312423624075664f,0.999442287571307f,-0.011791039200481482f,2.6875017704802495f,-0.9836508512215522f,-0.028651199204583915f,0.17779232738016346f,-0.22195736563798144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.17735534297649524f,0.017152918071636058f,0.9839973880652924f,0.02711352525699008f,-0.0312423624075664f,0.999442287571307f,-0.011791039200481482f,2.462627255776706f,-0.9836508512215522f,-0.028651199204583915f,0.17779232738016346f,-0.21551084581695007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,0.0016301093923838245f,0.9839973880652924f,-0.026743752641928367f,0.05598365912041733f,0.9983620592280447f,-0.011791039200481482f,1.9443372130072956f,-0.9824048793076292f,0.05718864780100365f,0.17779232738016346f,-0.12757542813214093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.17817542766625083f,-0.0412928053470539f,0.9831319449608578f,-0.011258950636783156f,0.05598365912041733f,0.997926157672905f,0.031768124648479605f,1.5701149038799562f,-0.9824048793076292f,0.04937902448168392f,0.1801176422613835f,-0.1460925623127724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.21646940143154744f,0.12774322951476125f,0.9678959993496236f,-0.2234767311385189f,-0.2583701519866934f,0.9635509981756712f,-0.06938543418499649f,1.0157349998087488f,-0.9414806757476442f,-0.23505561305318046f,0.24158434544885754f,0.009786142646097121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.21646940143154744f,0.5689224861659508f,0.7933903219592617f,-0.01621436472521395f,-0.2583701519866934f,0.8170680473171452f,-0.5154072861492359f,1.2927128876450182f,-0.9414806757476442f,-0.09341847134320264f,0.3238628203509299f,-0.018570104346689667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.24614568875631315f,-0.07531931628757083f,0.9663018682071629f,-0.12441743145293603f,0.23727365233528586f,0.971322829577943f,0.015270057241947854f,1.004490698131361f,-0.9397411951245694f,0.22551931477075604f,0.25695821615814224f,-0.3846859368211476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.24614568875631315f,0.41792249280286997f,0.8745016237355511f,0.04884858466259996f,0.23727365233528586f,0.8488252743112555f,-0.472437157300202f,1.3185156276694434f,-0.9397411951245694f,0.323784563714605f,0.10977268551870624f,-0.26001488330292605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.31185115712200473f,0.3499749836546313f,0.8833268741624515f,-0.007032256718076662f,0.15732613155506242f,0.8978355893082636f,-0.41126602449193683f,1.4109417717261012f,-0.9370151248147416f,0.26722418563338113f,0.22493085711166969f,-0.14505028841672649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1595340508706598f,0.46476736786850037f,0.8709421222890669f,0.005075149767142801f,-0.15732613155506242f,0.8829356748603556f,-0.44234950253030414f,1.4105556733119675f,-0.9745754844765575f,-0.06645214686881439f,0.2139783569284721f,-0.1420646845449839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.23942121396992844f,0.4332205047462407f,0.8689059077763128f,-0.007032256718076662f,0f,0.8949343616020251f,-0.44619781310980877f,1.4109417717261012f,-0.9709157956801227f,0.10682922208547767f,0.21426627127815978f,-0.14505028841672649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.2097948700951496f,-0.19239901433057086f,0.9586285681985406f,-0.007680685957127684f,0.16767336292957652f,0.9730031893394928f,0.15858889273546717f,1.4402436283735345f,-0.9632610008952122f,0.12746533968024326f,0.23639126746678774f,-0.14521018664505683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.26209221050330334f,-0.11108078783978823f,0.9586285681985406f,-0.007680685957127684f,-0.16767336292957652f,0.9730031893394928f,0.15858889273546717f,1.4402436283735345f,-0.950364833396827f,-0.20230138928852404f,0.23639126746678774f,-0.14521018664505683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.23942121396992844f,-0.15397646097628576f,0.9586285681985406f,-0.007680685957127684f,0f,0.9873447032829712f,0.15858889273546717f,1.4402436283735345f,-0.9709157956801227f,-0.037969545220872314f,0.23639126746678774f,-0.14521018664505683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.24602782779936386f,0.047688298299934304f,0.9680889081864243f,0.04020712875156873f,0.20115583354685002f,0.9745307535549903f,-0.09912689345286084f,1.5026794051514132f,-0.9481596060676696f,0.21912470554640645f,0.23016890502585732f,-0.33295524350695205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.22280091911062247f,0.16738697501589694f,0.960386042713288f,-0.04866042320676401f,-0.20294738597252673f,0.9715286979207405f,-0.12224707621595285f,1.4980051102772516f,-0.9535051698708193f,-0.16767107595366054f,0.2504282358644122f,0.044238355008007046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.23942121396992844f,0.014826891376307341f,0.9708025780730503f,-0.010900894927130401f,0f,0.9998833909103384f,-0.015271037346674503f,1.3513355974664583f,-0.9709157956801227f,0.0036562103001209264f,0.23939329528012174f,-0.15405079504696487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.23942121396992844f,0.05715859316932246f,0.9692318492125966f,1.7551170338960763e-17f,0f,0.9982656101847159f,-0.058870803651189026f,1.5743855697421056f,-0.9709157956801227f,0.014094919277552973f,0.23900596425485604f,-0.14331618186713566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9799691914017211f,-0.01177385201025452f,-0.1988008056127957f,-0.5668922468951715f,0.056154548984176295f,0.9414078520537918f,-0.3325626598399913f,1.6118202841762441f,0.1910681829395981f,-0.33706473043067947f,-0.9218895362069434f,-1.4254490488312774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9668350032389991f,-0.01177385201025452f,0.25513026657118587f,-0.660596532513978f,-0.09672521893940719f,0.9414078520537918f,-0.32310290638214595f,1.6098675219746337f,-0.23637747044286495f,-0.33706473043067947f,-0.9113248921030991f,-1.4276298918914467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9995123799339359f,-0.01177385201025452f,0.02892021382422938f,-0.6180824217782092f,-0.020829463483845984f,0.9414078520537918f,-0.3366264837211136f,1.661337875633606f,-0.023262325975139414f,-0.33706473043067947f,-0.941194045715292f,-1.2853603635040682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.09707820861736227f,-0.7516600864214811f,-0.652367178736404f,-0.2879934698642199f,0.5130604039479894f,0.599455479987574f,-0.6143469291968449f,2.695838430828713f,0.8528451461504425f,-0.27506406888890234f,0.4438410917140404f,1.0963263982519773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.47415329704203457f,-0.7516600864214811f,-0.4584602113433833f,-0.31627061090530306f,0.7810288997682984f,0.599455479987574f,-0.17506280370081045f,2.6317783336554985f,0.40641420820499036f,-0.27506406888890234f,0.871302042563537f,1.0339904556129105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3016228377715535f,-0.7516600864214811f,-0.5865413695686662f,-0.21415083494946155f,0.6833077031809538f,0.599455479987574f,-0.4168257553060231f,2.7263322455380092f,0.6649167214833782f,-0.27506406888890234f,0.6944245902170203f,0.9609947383998908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000003740956468280132f,0f,0.000015170559307501916f,-0.6657765869182564f,0f,0.000015625f,0f,1.7405080697421056f,-0.000015170559307501916f,0f,0.000003740956468280132f,-0.31492585122678274f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91.mcfunction new file mode 100644 index 000000000..15ed7b37b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..dd9458010 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.14067203709215056f,-0.06747964036388353f,0.801624800365576f,0.24306349008356964f,-0.12169731374144678f,0.8062078332498548f,0.04650954610759462f,1.7221952070767932f,-0.7952016010125386f,-0.11144448029121734f,-0.14892610920909724f,0.055862639184774826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1526080224541903f,-0.008336523037911249f,0.7852651105621969f,0.24306349008356964f,0.1920869128166686f,0.7752592279072666f,0.04556037169723555f,1.7221952070767932f,-0.7614547980065414f,0.19724003632190668f,-0.14588680085789119f,0.055862639184774826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7293291748125249f,-0.17127577613060418f,0.32509692050615424f,0.286877306477921f,0.1906119715726197f,0.7940563197079272f,-0.00927803155552711f,1.7273245327429825f,-0.31415040268146166f,0.08416420906303157f,0.7491130454426181f,-0.026706554140191074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7242677867395518f,0.1183973955518745f,0.31846228947541644f,0.286877306477921f,-0.1251621538574244f,0.7900960897671964f,-0.00908868397276125f,1.7273245327429825f,-0.31586485770525574f,-0.04159598130972836f,0.7338250241070545f,-0.026706554140191074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7594924564342462f,-1.0238770363655654f,-0.9034673613488984f,0.6888694876699746f,0.4209357188534011f,1.1590195246095307f,-0.9596317586278956f,1.9342007507256176f,1.2989959889133011f,0.2230600949904847f,0.8392019213574233f,-0.8329958084577838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6904561983031372f,-0.19951774362781352f,0.6953149705007398f,0.3692805713126279f,0.36260149671732345f,0.9271900877467274f,-0.09401433806910914f,2.070266839108335f,-0.6259316199099829f,0.3170350314427129f,0.7125295755510662f,-0.577849079902588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7613767072929869f,-0.19951774362781352f,0.6168453449361152f,0.11195874948664995f,0.3503560655475561f,0.9271900877467274f,-0.13254874016094026f,1.951702697200506f,-0.5454870639398568f,0.3170350314427129f,0.7758431877076659f,-0.3908754804316753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5021460860154356f,-0.47099662382155466f,0.725266494916231f,-0.2704084156955171f,0.8276822658556291f,0.5047717157713569f,-0.2452500392361477f,1.6552426008097474f,-0.2505820725580145f,0.7234415631589997f,0.6433046942208587f,0.34350375614274264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.318405075542168f,-0.4075056304640804f,0.8558956531079348f,-0.1657613477490835f,0.7179693159309984f,0.6932215968053486f,0.06295934485218878f,1.8873410426844823f,-0.6189816388638357f,0.5944602416164726f,0.5133018136405955f,0.13447675354653596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.34031301165784755f,0.635948604040999f,0.6926445171331903f,-0.17058927411803196f,-0.5969116780297405f,0.715266686732381f,-0.36344190111020663f,1.6010587001012369f,-0.7265559185142495f,-0.28976359307060395f,0.6230197086792105f,-0.33853542621843735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.4618381587107445f,0.22569519138552502f,0.8577687309200074f,-0.12291037116499598f,-0.24786989304388085f,0.9613945261412361f,-0.11950347789115984f,1.7805732770158988f,-0.8516255229154912f,-0.1574237774007442f,0.49995172069690563f,-0.3649276862267212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.21480065200500875f,0.7330254401019172f,0.6453947505686836f,-0.33113087579635214f,-0.8590326222225242f,0.45620683610485513f,-0.2322461552936705f,1.6008687137248299f,-0.46467583739174245f,-0.5045285193669313f,0.7276862918110352f,-0.019133749728918722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.42237858125107786f,0.30197985874570854f,0.8546370568915487f,-0.2691681706759596f,-0.4900525500351076f,0.8692693294055528f,-0.06495637889313834f,1.7634507356202889f,-0.7625252994520345f,-0.39138088592411147f,0.5151467459169694f,-0.08929799867770857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.016786373194028106f,0.8835558024012f,-0.19460589092384756f,0.054792132465951694f,0.9984471582024786f,-0.010054575934762652f,2.457689712745203f,-0.8820150001568405f,0.05311769905017649f,0.4682179509010127f,0.14928733359219906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.016786373194028106f,0.8835558024012f,-0.12722517374079717f,0.054792132465951694f,0.9984471582024786f,-0.010054575934762652f,2.329886496508536f,-0.8820150001568405f,0.05311769905017649f,0.4682179509010127f,0.2196186166137785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.016786373194028106f,0.8835558024012f,0.08035877215676415f,0.054792132465951694f,0.9984471582024786f,-0.010054575934762652f,2.48988009056895f,-0.8820150001568405f,0.05311769905017649f,0.4682179509010127f,-0.3688964789999448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.016786373194028106f,0.8835558024012f,0.18284136122244576f,0.054792132465951694f,0.9984471582024786f,-0.010054575934762652f,2.366186284267229f,-0.8820150001568405f,0.05311769905017649f,0.4682179509010127f,-0.3647163209901284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.45963682724328264f,-0.08979493908288892f,0.8835558024012f,-0.13096448827056406f,0.21030909745730833f,0.9775832389262126f,-0.010054575934762652f,2.569474377302675f,-0.8628464930498476f,0.19044127673809524f,0.4682179509010127f,0.07831230342691965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.016786373194028106f,0.8835558024012f,-0.07722419054017848f,0.0547921324659517f,0.9984471582024788f,-0.010054575934762652f,2.5858473439105016f,-0.8820150001568405f,0.053117699050176506f,0.4682179509010127f,-0.022747317536690306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4500616257367199f,-0.12951323130241055f,0.8835558024012f,-0.0666976474429504f,0.2947108011337062f,0.9555335939661679f,-0.010054575934762652f,2.582758230210631f,-0.8429650507193934f,0.2649186171632849f,0.4682179509010127f,-0.042677881802949125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.4680558313601563f,0.015902288292064623f,0.8835558024012f,-0.0804885312414085f,-0.014989491390940107f,0.999837097056622f,-0.010054575934762652f,2.5911490206654832f,-0.8835717593255193f,-0.008537949195388805f,0.4682179509010127f,-0.01647345880605451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.46478095334387504f,-0.057513558852931766f,0.8835558024012f,-0.08168078534350437f,0.1416040355271473f,0.9898723163242815f,-0.010054575934762652f,2.692243154294644f,-0.8740291542798699f,0.12978824262186406f,0.4682179509010127f,0.05468972835679971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.46478095334387504f,-0.057513558852931766f,0.8835558024012f,-0.06874023460159474f,0.1416040355271473f,0.9898723163242815f,-0.010054575934762652f,2.469521883121681f,-0.8740291542798699f,0.12978824262186406f,0.4682179509010127f,0.025487373766880345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.46488876186442957f,0.056635528913648286f,0.8835558024012f,0.0517882816691993f,-0.1020739966713787f,0.9947259947876617f,-0.010054575934762652f,2.59086942002121f,-0.8794653707200124f,-0.08551381267589375f,0.4682179509010127f,-0.26609386872691215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.46802495843508374f,-0.016786373194028113f,0.8835558024012f,-0.0022903414766818966f,0.054792132465951694f,0.9984471582024786f,-0.010054575934762652f,2.594619921761476f,-0.8820150001568406f,0.0531176990501765f,0.4682179509010127f,-0.16396367299449408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.45818360818340537f,0.09693773896273172f,0.8835558024012f,-0.0126718608852487f,-0.18838165720318376f,0.98204442706639f,-0.010054575934762652f,2.58908308105522f,-0.8686657196076162f,-0.1618388644072833f,0.4682179509010127f,-0.14449201218286578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.46571391495821973f,-0.049393253157279875f,0.8835558024012f,0.0007832558851441976f,0.1243068145611553f,0.9921928851571304f,-0.010054575934762652f,2.6006635870272263f,-0.8761611525672355f,0.11451456320534181f,0.4682179509010127f,-0.16963395600444423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.4677070109914049f,0.024068566900771367f,0.8835558024012f,0.05368143255984974f,-0.03243677180770392f,0.9994232143278776f,-0.010054575934762652f,2.708090139461941f,-0.8832881793073994f,-0.02395710228462651f,0.4682179509010127f,-0.20040672428637077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.4677070109914049f,0.024068566900771367f,0.8835558024012f,0.04826600500717619f,-0.03243677180770392f,0.9994232143278776f,-0.010054575934762652f,2.483219916238169f,-0.8832881793073994f,-0.02395710228462651f,0.4682179509010127f,-0.19501637627232982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.016786373194028106f,0.8835558024012f,-0.02924521736030737f,0.054792132465951694f,0.9984471582024786f,-0.010054575934762652f,1.964980936599116f,-0.8820150001568405f,0.05311769905017649f,0.4682179509010127f,-0.12661913298159685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.4680249584350837f,-0.051461669523772964f,0.8822155829793893f,-0.009947091288892509f,0.054792132465951694f,0.9980721324266858f,0.029152027255092902f,1.5907038869391088f,-0.8820150001568405f,0.03469459674177022f,0.46994236290768066f,-0.1396296067597607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4882004567636178f,0.2116207339271471f,0.8466858797617509f,-0.26896840037983644f,-0.25397786995146243f,0.9626165219008214f,-0.09415239422597499f,1.0428981470799383f,-0.8349584154858927f,-0.1690742343933603f,0.523696808920568f,-0.06389342517765997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4882004567636178f,0.5920809015728457f,0.6411712095910739f,-0.0557300413660973f,-0.25397786995146243f,0.7992600474829921f,-0.5446821257140749f,1.3122432168560887f,-0.8349584154858927f,0.10307076447844604f,0.5405745664745204f,-0.02114234140591946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.519990891564977f,-0.12474196376892666f,0.8450141508664408f,-0.05733456326563159f,0.23498877074380578f,0.9719974443719124f,-0.0011161356487723872f,1.0306904529233194f,-0.8212123661476215f,0.19914921694433832f,0.5347427784240583f,-0.4059159074744981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.519990891564977f,0.32484584952898454f,0.7899902826828014f,0.07953175844741935f,0.23498877074380578f,0.8347701632159067f,-0.49793478712458294f,1.337441489064273f,-0.8212123661476215f,0.444560399325312f,0.35773775456043727f,-0.2314759021054258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5800434378898494f,0.2612146138813156f,0.771567583336521f,-0.007427215244046038f,0.15536492128555318f,0.894326339063446f,-0.41957376048950895f,1.4332315184843167f,-0.7996320099863798f,0.3632455433342701f,0.4781645363814977f,-0.138093262556785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.44515391545946964f,0.4721027345764061f,0.7608922391223231f,0.003057700332353034f,-0.15536492128555318f,0.877560628379569f,-0.4535957283220264f,1.4315347586891425f,-0.8818728552263284f,0.08370395166021188f,0.46399775397239557f,-0.1317007103130211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5205665253702193f,0.3869626376757814f,0.7610981603623664f,-0.007427215244046038f,0f,0.8914023663176305f,-0.45321277709628716f,1.4332315184843167f,-0.8538211128005541f,0.2359274006264019f,0.4640342325407603f,-0.138093262556785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4928091659644145f,-0.2075907461695784f,0.8450119573391938f,-0.007934931917618963f,0.16535895162283706f,0.9757705680384255f,0.1432767101386842f,1.4623523994219645f,-0.8542807167785388f,0.06912221534880045f,0.5151956679608435f,-0.13840281253238526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5336885394697914f,-0.03363532060773283f,0.8450119573391938f,-0.007934931917618963f,-0.16535895162283706f,0.9757705680384255f,0.1432767101386842f,1.4623523994219645f,-0.8293569556932628f,-0.21619542954832163f,0.5151956679608435f,-0.13840281253238526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5205665253702193f,-0.12233268008901375f,0.8450119573391938f,-0.007934931917618963f,0f,0.9896826685012906f,0.1432767101386842f,1.4623523994219645f,-0.8538211128005541f,-0.07458505916337091f,0.5151956679608435f,-0.13840281253238526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5220371666081121f,-0.011148568445369877f,0.8528498731320728f,0.09466038357091905f,0.1986659782286446f,0.9740012854383523f,-0.10887297671549705f,1.5230818046359016f,-0.8294630948838108f,0.22626799461270775f,0.5106797125789447f,-0.30277250425451196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.4979519321607262f,0.21871671719502814f,0.839170346757337f,-0.103442596739033f,-0.20039743289852513f,0.9705029084599835f,-0.13403347924452985f,1.5186524159144086f,-0.84373262479596f,-0.1014253532906973f,0.5270940670931296f,0.030288151673529884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5205665253702193f,0.02626061470029395f,0.853417173942228f,-0.009282430070186492f,0f,0.9995269045795775f,-0.030756576883134795f,1.371949538695341f,-0.8538211128005541f,0.016010844360335487f,0.5203202477310415f,-0.14837441232487442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5205665253702193f,0.05974536973266058f,0.8517282333347206f,1.6356990173961106e-17f,0f,0.9975488080179128f,-0.06997410679702486f,1.5948393504868434f,-0.8538211128005541f,0.03642617764121187f,0.5192905168770888f,-0.1335649608144118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9928853314215397f,0.08481133382611124f,0.08358083693392093f,-0.16133351592728695f,0.052634091866172426f,0.9422201980234898f,-0.3308334185205584f,1.5781300715618938f,-0.10680997622582869f,-0.3240804469436741f,-0.9399805811225177f,-1.4681907628927142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8612762926682794f,0.08481133382611124f,0.5010091669243386f,-0.2504226781238319f,-0.09421958439366399f,0.9422201980234898f,-0.32147125587408415f,1.5761319627451267f,-0.49932536246847026f,-0.3240804469436741f,-0.8035210304058749f,-1.4973144858737149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9502843967631459f,0.08481133382611124f,0.29961075234900914f,-0.2508197098779108f,-0.021313160712181423f,0.9422201980234898f,-0.3343154911412757f,1.6272783408247016f,-0.31065304513067327f,-0.3240804469436741f,-0.8935695549087536f,-1.3487171911469016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.24806521033494297f,-0.6008179670442428f,-0.7599219840867237f,-0.6267430327494392f,0.5334039351712971f,0.5701072842277877f,-0.6248663268365413f,2.7127992097066516f,0.8086679747370082f,-0.5603529735329682f,0.17905488456756874f,0.9488117023005209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2756532926570907f,-0.6008179670442428f,-0.7503552710044266f,-0.6281117701360028f,0.8057421033603986f,0.5701072842277877f,-0.16049095719939216f,2.646359678767035f,0.5242088563918625f,-0.5603529735329682f,0.6412562825681285f,0.8826832077880167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.014599865456679684f,-0.6008179670442428f,-0.7992525348132898f,-0.5075395212207275f,0.7086883300225799f,0.5701072842277877f,-0.4156182567696266f,2.7419221827522873f,0.705370608133379f,-0.5603529735329682f,0.43411617135774483f,0.850630029340607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008133851958909678f,0f,0.000013340954887508658f,-0.5832448261535214f,0f,0.000015625f,0f,1.7609618504868434f,-0.000013340954887508658f,0f,0.000008133851958909678f,-0.49761690088807553f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92.mcfunction new file mode 100644 index 000000000..f680d802a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..020d69a54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.12942299557491566f,-0.024532508942458533f,0.8059728833315969f,0.17223566286510505f,-0.12057613940760262f,0.8065219371958626f,0.043911318265748886f,1.7330616383445978f,-0.7972800808162827f,-0.12595620378236916f,0.1241932039475612f,0.12886637173001703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.10793443780049253f,-0.07071979010612385f,0.7895244571411562f,0.17223566286510505f,0.19321935271439258f,0.7751232011622308f,0.043015168913386664f,1.7330616383445978f,-0.7687759354150746f,0.18488573310929599f,0.12165864876495791f,0.12886637173001703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7907257178010829f,-0.18677955337482713f,0.08252685680132602f,0.23869592140310963f,0.1886797026419202f,0.7945134415152675f,-0.009633561489234048f,1.7379806045444262f,-0.07808491188035656f,0.028394262397716738f,0.8124290472674959f,0.0656407399554667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7856451400043888f,0.12738203293994999f,0.08084263523395202f,0.23869592140310963f,-0.1270822681352588f,0.7897854398161894f,-0.009436958193535395f,1.7379806045444262f,-0.08131304392951061f,-0.0035744563829829233f,0.7958488626293838f,0.0656407399554667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.31052233949531877f,-1.0190483787932756f,-1.1430321641813719f,0.8741065754477086f,0.5189743537949933f,1.167307306939167f,-0.8997030183730064f,1.9178221003093618f,1.4407108477336539f,-0.20084895530031f,0.570454380627716f,-0.5691575032288618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8656566149570104f,-0.23485665153408752f,0.4421323084907574f,0.49843581967317285f,0.29313134867408275f,0.9536984396557835f,-0.06732977515659344f,2.058858104917847f,-0.40584804718722434f,0.18788730512815466f,0.8944192099714744f,-0.44002872071537025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9116233597402125f,-0.23485665153408752f,0.33732062374862753f,0.188625134214011f,0.2831857295695605f,0.9536984396557835f,-0.10131697175833802f,1.9629261865636551f,-0.2979071878020447f,0.18788730512815466f,0.9359218279469483f,-0.3363637437874477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5592190740843634f,-0.6887687285273336f,0.46138017489166927f,-0.4157066173645597f,0.8280076600570759f,0.4915388228910118f,-0.2698015946537835f,1.6695959431676641f,-0.04095536676716671f,0.5329045169575489f,0.8451836686420346f,0.23189906443985175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5240000090315302f,-0.5736323568909159f,0.6295791528177606f,-0.24145242203200587f,0.7148570764983767f,0.6980643737762247f,0.04105472256149512f,1.9003948865852895f,-0.46303709431874923f,0.4285464376146186f,0.7758508877952449f,0.07390542198847302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5513347343065541f,0.6969205208321981f,0.458619448333909f,-0.09689849029394745f,-0.5978036134347269f,0.7134600394579592f,-0.3655210142536687f,1.6130944666872975f,-0.5819457453332785f,-0.0726399321284433f,0.8099769069231977f,-0.37658944745931694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7071649768819704f,0.26654018783390804f,0.65488474080634f,-0.042829175445050084f,-0.24909932792332673f,0.960757147315658f,-0.12204601062724553f,1.792473644242563f,-0.6617153619946188f,-0.07682468451834851f,0.7458087875246491f,-0.38633277088447826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.34861769684700855f,0.8563316692669751f,0.3810010152946093f,-0.3503543300249307f,-0.8595928245497965f,0.45414705925440196f,-0.23420210193993068f,1.6133293193112814f,-0.3735851675690435f,-0.24585874151840648f,0.894420260163753f,-0.1244959031963074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.640856973655005f,0.412761445061281f,0.6472482744578554f,-0.26891625736057895f,-0.49117786020965987f,0.8684406396634985f,-0.06749196263788505f,1.7757401144817007f,-0.589954785519711f,-0.2746613275504523f,0.7592855234960135f,-0.17124936759016715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.033057723473201614f,0.6895547928640622f,-0.2734279114346032f,0.05354729523475982f,0.9985307244288744f,-0.008311410505375334f,2.469658981434076f,-0.6882668905417956f,0.042936922226875215f,0.7241858242838032f,0.07777233509450363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.033057723473201614f,0.6895547928640622f,-0.23178038399931067f,0.05354729523475982f,0.9985307244288744f,-0.008311410505375334f,2.3420554225742842f,-0.6882668905417956f,0.042936922226875215f,0.7241858242838032f,0.16610764923806812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.033057723473201614f,0.6895547928640622f,0.15161580256659105f,0.05354729523475982f,0.9985307244288744f,-0.008311410505375334f,2.5011180173844973f,-0.6882668905417956f,0.042936922226875215f,0.7241858242838032f,-0.3265844630988013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.033057723473201614f,0.6895547928640622f,0.24752422966161053f,0.05354729523475982f,0.9985307244288744f,-0.008311410505375334f,2.3775305056673126f,-0.6882668905417956f,0.042936922226875215f,0.7241858242838032f,-0.2898691657458714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7094000719678879f,-0.1458277255193798f,0.6895547928640622f,-0.19060243223002266f,0.209092658876043f,0.9778605117600147f,-0.008311410505375334f,2.581368069265939f,-0.6730763685467662f,0.1500769602913338f,0.7241858242838032f,0.03039603343248151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.033057723473201614f,0.6895547928640622f,-0.10760166920730252f,0.05354729523475982f,0.9985307244288744f,-0.008311410505375334f,2.597598491411243f,-0.6882668905417957f,0.04293692222687521f,0.7241858242838032f,-0.048449304791357034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6939908667894696f,-0.20710109717478795f,0.6895547928640622f,-0.09129890184260642f,0.29352315738826923f,0.9559158313011835f,-0.008311410505375334f,2.5944812114466766f,-0.6574350408136322f,0.20816834297454206f,0.7241858242838032f,-0.06400824006582609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7240222946901538f,0.01749012377898851f,0.6895547928640622f,-0.11268811724460398f,-0.016237125546479603f,0.9998336242642569f,-0.008311410505375334f,2.602909071665714f,-0.6895854352765813f,-0.005178741236696829f,0.7241858242838032f,-0.04354514495254189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7178444369532553f,-0.09598724901498187f,0.6895547928640622f,-0.13640872524353898f,0.14037121855397686f,0.9900640592694409f,-0.008311410505375334f,2.704138365671308f,-0.6819056278818468f,0.10275994632858206f,0.7241858242838032f,0.02335483503654258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7178444369532553f,-0.09598724901498187f,0.6895547928640622f,-0.11481159421516808f,0.14037121855397686f,0.9900640592694409f,-0.008311410505375334f,2.481373952335684f,-0.6819056278818468f,0.10275994632858206f,0.7241858242838032f,0.00023384711261165148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7197428065418444f,0.08052626943718094f,0.6895547928640622f,0.09189901798880021f,-0.10331658052848731f,0.9946137967288167f,-0.008311410505375334f,2.602277032240169f,-0.6865099974648365f,-0.06526036536228406f,0.7241858242838032f,-0.23835604578336955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7234786621296925f,-0.03305772347320162f,0.6895547928640622f,0.008231984301170149f,0.05354729523475982f,0.9985307244288745f,-0.008311410505375334f,2.6061717627006553f,-0.6882668905417956f,0.042936922226875215f,0.7241858242838032f,-0.15864532396031025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7099856410431629f,0.14294956156186553f,0.6895547928640622f,-0.007785185159713479f,-0.18960973394841626f,0.9818243576360398f,-0.008311410505375334f,2.600662366299547f,-0.6782098040463145f,-0.12484531870217833f,0.7241858242838032f,-0.1434573366428019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7194103142511561f,-0.08344451681958107f,0.6895547928640622f,0.012942797858319956f,0.1230708389761708f,0.9923630832760321f,-0.008311410505375334f,2.6122074740288554f,-0.6835951787006362f,0.09084340132136223f,0.7241858242838032f,-0.16306159211254034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7236067778389625f,0.030123391305008886f,0.6895547928640622f,0.07283583436088199f,-0.033684155333934616f,0.9993979678460682f,-0.008311410505375334f,2.719625318909739f,-0.6893900265778102f,-0.01721287777900063f,0.7241858242838032f,-0.17570577302311235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7236067778389625f,0.030123391305008886f,0.6895547928640622f,0.06605807131725501f,-0.033684155333934616f,0.9993979678460682f,-0.008311410505375334f,2.494760776144374f,-0.6893900265778102f,-0.01721287777900063f,0.7241858242838032f,-0.17183287552283721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.033057723473201614f,0.6895547928640622f,-0.028983265445942652f,0.05354729523475982f,0.9985307244288744f,-0.008311410505375334f,1.9765800995485239f,-0.6882668905417956f,0.042936922226875215f,0.7241858242838032f,-0.13043549385525519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7234786621296924f,-0.05710270082100463f,0.6879810368040512f,-0.007569752638065913f,0.05354729523475982f,0.998212510534475f,0.026541872305889183f,1.6022504080980957f,-0.6882668905417956f,0.017637045427380857f,0.725243146822168f,-0.137049385890523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7251916796974275f,0.26683786220527694f,0.6347397758068587f,-0.283465900472653f,-0.2495558813146121f,0.9610343001478645f,-0.11889043712843961f,1.0614094146687183f,-0.6417311662985605f,-0.0721846883557854f,0.7635250362418164f,-0.15799485024426804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7251916796974275f,0.5429623065921915f,0.4234252724126309f,-0.09032180720267326f,-0.2495558813146121f,0.780406196547198f,-0.5733132045331097f,1.3227664959151713f,-0.6417311662985605f,0.3100936987602669f,0.7014435174625723f,-0.041367675806865595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7537833335555083f,-0.1689326413605122f,0.6350373601111243f,0.022068453526314424f,0.23267698127843914f,0.972396460353603f,-0.017508462951852266f,1.0481627090765744f,-0.6145503302717347f,0.16095616351896586f,0.7722829824540729f,-0.4125556247568307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7537833335555083f,0.18776735410466955f,0.6297254217406797f,0.10461161831437463f,0.23267698127843914f,0.8199561310105086f,-0.5230041735984815f,1.3473494732207025f,-0.6145503302717347f,0.5407544396034205f,0.5743801246666641f,-0.1980353022677139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8025782597028982f,0.1402819970618729f,0.5798181597299278f,-0.006542792799386099f,0.15340447046924824f,0.8907378110910862f,-0.42784719273674066f,1.4464900811294819f,-0.5764852170631237f,0.43232755312724735f,0.6933669168014076f,-0.13583864805896426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6997058161213713f,0.42797727028204513f,0.5720552656936697f,0.0012648091637223607f,-0.15340447046924827f,0.8720401018013345f,-0.46477212619773955f,1.443485696967498f,-0.6977670380047879f,0.23744792475877186f,0.6758251576419579f,-0.12663384888917426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7626125585104334f,0.2976827788619254f,0.5742882976094958f,-0.006542792799386099f,0f,0.8878153851364013f,-0.46019978478385154f,1.4464900811294819f,-0.6468555368876198f,0.35095413529996383f,0.6770591623437968f,-0.13583864805896426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7386439965309591f,-0.20695629577662872f,0.6415404414588289f,-0.006882719561902654f,0.1629914255819768f,0.9782983550914789f,0.12793015130164437f,1.4754320077795793f,-0.6540939088353656f,0.010070752887608392f,0.7563463084862313f,-0.13623940588398997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7658433279372522f,0.04370193390235087f,0.6415404414588289f,-0.006882719561902654f,-0.1629914255819768f,0.9782983550914789f,0.12793015130164437f,1.4754320077795793f,-0.6220271635875313f,-0.20254004393823274f,0.7563463084862313f,-0.13623940588398997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7626125585104334f,-0.0827523267043396f,0.6415404414588289f,-0.006882719561902654f,0f,0.9917831801295777f,0.12793015130164437f,1.4754320077795793f,-0.6468555368876198f,-0.09756113999477384f,0.7563463084862313f,-0.13623940588398997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.758018607448378f,-0.07379040402734455f,0.648045343348367f,0.14247943377512684f,0.1961540464581662f,0.9733734844202225f,-0.11860712409346393f,1.5344521246551188f,-0.6220380863099214f,0.21702312342493835f,0.7523094995271393f,-0.2596743021564971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7370323993580221f,0.24515138169575473f,0.6298285817182477f,-0.15015305494246522f,-0.19782521140680376f,0.969333362702177f,-0.14580129520804463f,1.5302623438472878f,-0.6462572460161747f,-0.017135693891767334f,0.7629272180007979f,-0.005622539893616524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7626125585104334f,0.029907195640730792f,0.6461637913494364f,-0.005759100069400106f,0f,0.9989306027408966f,-0.046234737024329835f,1.383547941815236f,-0.6468555368876198f,0.03525919109418124f,0.7617970227306046f,-0.146992368898727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7626125585104334f,0.05243976809068704f,0.6447264197508629f,1.569078711407546e-17f,0f,0.9967085121555869f,-0.08106874734813867f,1.60625f,-0.6468555368876198f,0.061824044830399945f,0.7601024285440995f,-0.128125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9115859329168544f,0.17704661764729218f,0.3710331280192668f,0.24168186638890232f,0.04922499116101692f,0.9430296227434336f,-0.3290471560028669f,1.535392762516211f,-0.40815191675809376f,-0.2816906562313183f,-0.868367656605578f,-1.3921869656535328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6756429630390027f,0.17704661764729218f,0.7156543031908144f,0.1655470053453931f,-0.09166079659387669f,0.9430296227434336f,-0.31983343945896775f,1.5333572374837898f,-0.7315086362194587f,-0.2816906562313183f,-0.6209230945361242f,-1.4468532447634916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8121051844640982f,0.17704661764729218f,0.5560032954454375f,0.12021394155033206f,-0.021712267012491182f,0.9430296227434336f,-0.3319995603755455f,1.5841749340563323f,-0.5831069771728951f,-0.2816906562313183f,-0.7619951622971486f,-1.30522083086394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5554711790118485f,-0.3356750142681144f,-0.7607720118953429f,-0.9111224221132785f,0.5478638752420857f,0.5405117382091624f,-0.6385078191086108f,2.720506320779684f,0.6255373238200189f,-0.7714721937012449f,-0.11633447835391543f,0.6963011329388659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.04708715655094853f,-0.3356750142681144f,-0.9408002362266112f,-0.8858418660608987f,0.8275961884823624f,0.5405117382091624f,-0.1514318647695263f,2.6521084292203163f,0.559345464357594f,-0.7714721937012449f,0.3032545232117343f,0.637380131454544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2696592645587178f,-0.3356750142681144f,-0.9025553533350474f,-0.7630988410868315f,0.7295775099665889f,0.5405117382091624f,-0.4190032431963526f,2.749157861479453f,0.6284906824994331f,-0.7714721937012449f,0.09914694325689322f,0.6519685907081709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011915821226725524f,0f,0.000010107117763869059f,-0.43920902546918955f,0f,0.000015625f,0f,1.7723725f,-0.000010107117763869059f,0f,0.000011915821226725524f,-0.6570898138134094f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93.mcfunction new file mode 100644 index 000000000..716a7ec0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..329ee182a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3920279569545472f,0.021465455216177497f,0.7160989873214807f,0.07913091075024795f,-0.11955964008738162f,0.8068127864663291f,0.0412682020574872f,1.7199641112079656f,-0.7063738513511552f,-0.12464672587454552f,0.3904402903140714f,0.1754753017787283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3628418739741334f,-0.1275341480034375f,0.7014847222741036f,0.07913091075024795f,0.1942483415606491f,0.7750053682536635f,0.04042599385223236f,1.7199641112079656f,-0.6860126502418716f,0.15199250070658296f,0.3824721211239883f,0.1754753017787283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7759406623645922f,-0.18447892499060084f,-0.17557921052321218f,0.16101988292206582f,0.18673593729737892f,0.7949677928041159f,-0.01001711386907255f,1.724673996252687f,0.17317685369388003f,-0.03062970915481975f,0.7975061396040934f,0.13809163120656304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7714018526853774f,0.12392163233321371f,-0.1719959613288609f,0.16101988292206582f,-0.12901174835913717f,0.7894679727754473f,-0.009812682973785356f,1.724673996252687f,0.16821162403022524f,0.037198776884423954f,0.7812305041019691f,0.13809163120656304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.16247697451015725f,-0.8480110063274433f,-1.3022614237938335f,0.9660742169780864f,0.6216575598176564f,1.1645639966315104f,-0.8359059911683847f,1.8803166308450532f,1.4242715194356663f,-0.6050407266433884f,0.21629287558136887f,-0.24973913693723246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9672676065276047f,-0.21344121995223175f,0.1372451200868783f,0.5793117132656442f,0.22103731850462988f,0.9743370924947946f,-0.04254096868987292f,2.0225766320765417f,-0.12464301500943187f,0.07148479428586868f,0.9896231823251035f,-0.26092332778516436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9768692233563071f,-0.21344121995223175f,0.013014072558121148f,0.24556027442840767f,0.21382489801367371f,0.9743370924947946f,-0.07032882181745959f,1.950172922179545f,0.002330975908725552f,0.07148479428586868f,0.9974389659208324f,-0.2592449597232241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5320588769629657f,-0.8355226205334678f,0.13716888139003852f,-0.5169787346706064f,0.8274098614795105f,0.4786744431941462f,-0.29370682416183547f,1.6603255368566798f,0.17973945746931858f,0.26976420817013674f,0.9460026423953443f,0.07116481146562788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6625635188965869f,-0.6784929662439496f,0.3172646815907166f,-0.2949719207453759f,0.7107599263662975f,0.7031658318000472f,0.019445823734751424f,1.8895038889838618f,-0.2362835383583619f,0.21261492832450496f,0.948137638612885f,-0.011704912976694154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7095724710085853f,0.684142765956593f,0.16868783055108805f,-0.012043621991855033f,-0.5987326294194493f,0.7116210434288119f,-0.36757955467865866f,1.601164376852757f,-0.3715187032374582f,0.15982542456865573f,0.9145652993669757f,-0.39099224606221084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8836836995754316f,0.2791989493317707f,0.3757007662977458f,0.04265431079721287f,-0.25037725042954073f,0.9600996052283269f,-0.12457921378686515f,1.7804044327469004f,-0.39549254300431663f,0.01602169567947452f,0.9183294363655847f,-0.3822486191450245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.44941268887094676f,0.8907263781668285f,0.06807902995482085f,-0.3338336484947577f,-0.8601726403267798f,0.45204474019478f,-0.2361325511137548f,1.6018428037823067f,-0.241104259429488f,0.0475612457788645f,0.9693331026973753f,-0.23529448921022142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7970563601895615f,0.4817167346023463f,0.36421167785426717f,-0.2412354377702286f,-0.4923444789431262f,0.8675796282980398f,-0.07001787354994886f,1.764076372378502f,-0.349711413504892f,-0.12350941731822573f,0.9286804354018245f,-0.25264825223612736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.04480149650885505f,0.4155917697112285f,-0.3260288359678406f,0.05224979317887492f,0.9986124912938918f,-0.006561352343184196f,2.4576814447436837f,-0.4147211741084709f,0.027675226148554957f,0.9095275859498254f,-0.01945447570807453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.04480149650885505f,0.4155917697112285f,-0.31553369032189904f,0.05224979317887492f,0.9986124912938918f,-0.006561352343184196f,2.3302803893055657f,-0.4147211741084709f,0.027675226148554957f,0.9095275859498254f,0.0779063762352199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.04480149650885505f,0.4155917697112285f,0.2076838913389494f,0.05224979317887492f,0.9986124912938918f,-0.006561352343184196f,2.4883781982362727f,-0.4147211741084709f,0.027675226148554957f,0.9095275859498254f,-0.2631031654968012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.04480149650885505f,0.4155917697112285f,0.2863125766410769f,0.05224979317887492f,0.9986124912938918f,-0.006561352343184196f,2.3648958772865707f,-0.4147211741084709f,0.027675226148554957f,0.9095275859498254f,-0.19684640161164207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8902542048191864f,-0.18636236677518067f,0.4155917697112285f,-0.23222864323275527f,0.20782392237933428f,0.9781442459792404f,-0.006561352343184196f,2.569309726402928f,-0.4052859090674462f,0.0922111832027765f,0.9095275859498254f,-0.03745849874548164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9084471954158129f,-0.044801496508855065f,0.4155917697112285f,-0.1280406239858516f,0.05224979317887493f,0.9986124912938918f,-0.006561352343184196f,2.585391519754393f,-0.4147211741084709f,0.027675226148554957f,0.9095275859498254f,-0.08494926830133964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8706239682982542f,-0.26324396816050627f,0.4155917697112285f,-0.10755558083035105f,0.29228397788359206f,0.956309063497765f,-0.006561352343184196f,2.5822449049508753f,-0.3957069396626049f,0.1271832862413057f,0.9095275859498254f,-0.09433222877208484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9093594581210938f,0.01867771061987257f,0.4155917697112285f,-0.1344462050809597f,-0.01753717072074129f,0.9998246827812064f,-0.006561352343184196f,2.5907113498756753f,-0.4156414603583504f,-0.0013216760042212838f,0.9095275859498254f,-0.08198397939219691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9010855718651127f,-0.1238074033521894f,0.4155917697112285f,-0.1786467294063459f,0.13908578033699392f,0.9902585997422481f,-0.006561352343184196f,2.692078874476686f,-0.4107309799425557f,0.06371524552028514f,0.9095275859498254f,-0.026697605511516145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9010855718651127f,-0.1238074033521894f,0.4155917697112285f,-0.15079006365210335f,0.13908578033699392f,0.9902585997422481f,-0.006561352343184196f,2.4692706895346808f,-0.4107309799425557f,0.06371524552028514f,0.9095275859498254f,-0.04103353575358028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9042712010979155f,0.09786253528916086f,0.4155917697112285f,0.12249868127012557f,-0.10461089933677006f,0.9944915828680404f,-0.006561352343184196f,2.5897120452539295f,-0.41394462746227945f,-0.037542186822253694f,0.9095275859498254f,-0.19939739100972056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.044801496508855045f,0.4155917697112285f,0.01740769836657112f,0.05224979317887491f,0.9986124912938918f,-0.006561352343184196f,2.593757052500245f,-0.414721174108471f,0.027675226148554957f,0.9095275859498254f,-0.15134883376039127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8923008942205023f,0.17630256697388416f,0.4155917697112285f,-0.0026902880848897748f,-0.19088847584305796f,0.9815898015188129f,-0.006561352343184196f,2.5882762845238894f,-0.4090974260046208f,-0.07347697892997657f,0.9095275859498254f,-0.14220496980764954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9031090692912588f,-0.10806243525002221f,0.4155917697112285f,0.02330420064187598f,0.12178220133825451f,0.9925351601291701f,-0.006561352343184196f,2.599784443077454f,-0.41178040798596166f,0.05653729738143946f,0.9095275859498254f,-0.1539996494361966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9088949872739844f,0.03454537677479489f,0.4155917697112285f,0.08409444497617868f,-0.03498384645462304f,0.9993663388080808f,-0.006561352343184196f,2.7071905640612175f,-0.4155550897239292f,-0.008575418404924165f,0.9095275859498254f,-0.14664329842180596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9088949872739844f,0.03454537677479489f,0.4155917697112285f,0.07632173520184984f,-0.03498384645462304f,0.9993663388080808f,-0.006561352343184196f,2.4823331378293996f,-0.4155550897239292f,-0.008575418404924165f,0.9095275859498254f,-0.144713829280698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.04480149650885505f,0.4155917697112285f,-0.027260640067814423f,0.05224979317887492f,0.9986124912938918f,-0.006561352343184196f,1.964218054154645f,-0.4147211741084709f,0.027675226148554957f,0.9095275859498254f,-0.1354799729792056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9084471954158128f,-0.05747215542957427f,0.4140297628086931f,-0.005708581781724073f,0.05224979317887492f,0.9983471032225861f,0.023937848688544622f,1.5898378904461752f,-0.4147211741084709f,-0.0001133020287436004f,0.9099485342087986f,-0.13543748471842676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8939919687264845f,0.2808252261263089f,0.34916407636475355f,-0.26204044086566824f,-0.24510586809007334f,0.9588050311344467f,-0.14358281825860725f,1.0563398441957899f,-0.375101950515264f,0.04277972232705768f,0.9259959082400223f,-0.2570508434947306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8939919687264845f,0.4172515286462426f,0.163338671767949f,-0.11613184338415614f,-0.24510586809007334f,0.7605298034108383f,-0.6012632797300057f,1.3093664700357126f,-0.375101950515264f,0.4974892762324081f,0.782178334367169f,-0.07463962583448963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9134562908700681f,-0.20407695286067032f,0.35206562169715044f,0.10550775490036506f,0.23033910660624893f,0.9725196791736161f,-0.03390235372185352f,1.0419820463663312f,-0.335472056418612f,0.11206279905102456f,0.9353611219369324f,-0.3966410589752337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9134562908700681f,0.015273769489614675f,0.40665011574506577f,0.11923670888348864f,0.23033910660624893f,0.8043961617620625f,-0.5476227815844559f,1.3333235364884592f,-0.335472056418612f,0.5938968992241327f,0.7312625878945453f,-0.1592199790041888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9463867087411215f,-0.0027725884809036306f,0.3230240088155411f,-0.0056127624111067835f,0.151445072575278f,0.8870703062240715f,-0.43608561293420445f,1.43580024067454f,-0.28533592047062006f,0.4616260224127834f,0.8399314423930897f,-0.13519324963780316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8879387338168958f,0.3307715885675361f,0.3196168975260163f,-0.0012883760635956348f,-0.15144507257527803f,0.8663749827702117f,-0.4758768530014713f,1.4314914993420063f,-0.4343146267169875f,0.37414508606478286f,0.8193816324480674f,-0.12417077222610692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9309201927047648f,0.1706168375797203f,0.32292025261481916f,-0.0056127624111067835f,0f,0.8841736393202331f,-0.4671584051809561f,1.43580024067454f,-0.36522266470541404f,0.43488719257470626f,0.8230950947004646f,-0.13519324963780316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9120417199297445f,-0.1910028298436724f,0.362901942815552f,-0.005780909678037996f,0.16057266885820637f,0.9805856735125024f,0.11255289830912722f,1.4645653024629284f,-0.37735436809893413f,-0.04438080546521264f,0.9250048783562781f,-0.13562184211374012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9253274202701472f,0.10986967369065846f,0.362901942815552f,-0.005780909678037996f,-0.16057266885820637f,0.9805856735125024f,0.11255289830912722f,1.4645653024629284f,-0.34349029580462204f,-0.1624204165280343f,0.9250048783562781f,-0.13562184211374012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9309201927047648f,-0.04110686944077693f,0.362901942815552f,-0.005780909678037996f,0f,0.9936457341941418f,0.11255289830912722f,1.4645653024629284f,-0.36522266470541404f,-0.10477776578341251f,0.9250048783562781f,-0.13562184211374012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9196959421781181f,-0.13440725397975745f,0.3689092896888399f,0.1756422060967678f,0.19362094633660618f,0.972647286911019f,-0.12832842399231306f,1.5218738428080418f,-0.3415703486557646f,0.18945169659376176f,0.9205638226526852f,-0.20368869695110464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9062528023456841f,0.23947219796709845f,0.3483660784884214f,-0.18338219379379542f,-0.19523165286165983f,0.9680201248487882f,-0.15754884832533875f,1.517918270721767f,-0.37495394378709834f,0.07476699999694413f,0.9240235038947646f,-0.05781347721046501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9309201927047648f,0.022534897314371437f,0.3645267798359319f,-0.0016633918643873976f,0f,0.9980946284644098f,-0.061701804110508636f,1.3712142249669315f,-0.36522266470541404f,0.057439455372786344f,0.9291464438676791f,-0.1465177144349742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9309201927047648f,0.033656492713123994f,0.363668578946236f,-0.0014160832793047313f,0f,0.9957448266239678f,-0.09215335181969354f,1.5937009596657241f,-0.36522266470541404f,0.0857874160343791f,0.9269589658855567f,-0.12449628659678158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7346249897455623f,0.2538705683139077f,0.6291866646594679f,0.5955706400219261f,0.04592760958224862f,0.9438367318938369f,-0.32720464270242566f,1.468691805963343f,-0.6769171139211896f,-0.21147566780113264f,-0.7050257178349398f,-1.1996065943871852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4209087469358448f,0.2538705683139077f,0.8708533523486433f,0.5402330992544209f,-0.08904855595049344f,0.9438367318938369f,-0.3181863891040805f,1.4666267800347714f,-0.9027215414711387f,-0.21147566780113264f,-0.3746623286267733f,-1.2752541637448256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5902671015200561f,0.2538705683139077f,0.7662470120053226f,0.4529648178373751f,-0.022026943238095426f,0.9438367318938369f,-0.32967717133515206f,1.51711086869933f,-0.806907406481498f,-0.21147566780113264f,-0.551523779445064f,-1.1547018121492458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7641013218142095f,0.004977925919092241f,-0.6450770421083993f,-1.1053994231077904f,0.5562992133863954f,0.5113809537541265f,-0.654996721612557f,2.7040369996907616f,0.32661958788084855f,-0.8593397118666538f,-0.3935160789872261f,0.362648395520914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17498564014700624f,0.004977925919092241f,-0.9845584015160738f,-1.0585916921059317f,0.846536556369509f,0.5113809537541265f,-0.1478694656363268f,2.634114232140687f,0.5027483311482948f,-0.8593397118666538f,-0.09369831981706339f,0.3213094865295541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.49928246401982423f,0.004977925919092241f,-0.8664249773499357f,-0.9520318110043706f,0.7458428538674587f,0.5113809537541265f,-0.42685824048782783f,2.7331043519888985f,0.4409483625745052f,-0.8593397118666538f,-0.25903629311700477f,0.38083438499278477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014545628011011952f,0f,0.000005706604136022095f,-0.24578774877343024f,0f,0.000015625f,0f,1.759823459665724f,-0.000005706604136022095f,0f,0.000014545628011011952f,-0.7671399136638186f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94.mcfunction new file mode 100644 index 000000000..2936c320e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..99808fffd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6110093573403634f,0.06410189814091981f,0.5380547893492743f,-0.025717385609573803f,-0.11864875752484735f,0.8070800554343881f,0.038583686996957925f,1.701956350871904f,-0.528710206090984f,-0.10703819514173617f,0.6131498896684835f,0.19220096824070262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5770087580290495f,-0.17103744625633843f,0.5270740793625545f,-0.025717385609573803f,0.19517290498475523f,0.7749057875161155f,0.03779626481334654f,1.701956350871904f,-0.5186216639493436f,0.10132725424158627f,0.6006366266140247f,0.19220096824070262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6811938795244075f,-0.16374839707715064f,-0.4196496221821194f,0.0622560733782401f,0.18478114102320425f,0.7954191319250686f,-0.010429714002663923f,1.706458656980945f,0.41082267812901285f,-0.08625144327301705f,0.7005211346652375f,0.18417516137807627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.677882332998196f,0.10716521082257752f,-0.4110853441784027f,0.0622560733782401f,-0.13095008266631053f,0.7891436444439807f,-0.010216862696487108f,1.706458656980945f,0.4041381180470481f,0.07594686315460933f,0.6862247849781918f,0.18417516137807627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5927804446626207f,-0.5253498708890058f,-1.3468574934203292f,0.9452461538469965f,0.7271406857016892f,1.1498052392776261f,-0.7685184349948916f,1.8410587874007878f,1.249513512381064f,-0.9183472517989183f,-0.1917304292242412f,0.09067433553343457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9715048260625669f,-0.14793670867237438f,-0.18518397113229648f,0.5964728721869417f,0.14680393216607052f,0.9889655878981567f,-0.019891491996152744f,1.9806156804403217f,0.18608325673666057f,-0.007861054664501946f,0.982502531997674f,-0.05669626135213102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9369704052637472f,-0.14793670867237438f,-0.31654571531940673f,0.2745690526265886f,0.1426940943623271f,0.9889655878981567f,-0.039817852621261834f,1.9324969177299192f,0.3189433415106908f,-0.007861054664501946f,0.9477411823517838f,-0.16348093132665617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.42052130647591496f,-0.8839513670398904f,-0.20443045641023994f,-0.5564907514516634f,0.8259444750898681f,0.4662240657043979f,-0.3169398123091886f,1.6464818053863828f,0.3754697789014612f,-0.03556826206564643f,0.9261519010752597f,-0.11514253887761683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7078650027982097f,-0.7051470794547449f,-0.041167148916760446f,-0.3175706102195482f,0.7056908534778155f,0.7085175241654522f,-0.0018268191509358336f,1.8737216568508868f,0.030455822616427944f,-0.027758139110927983f,0.9991506035537663f,-0.10884993806902538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7915741195658751f,0.5938816210769345f,-0.1439271808260772f,0.07449776618138662f,-0.5996981081270765f,0.7097500399196135f,-0.3696174508094985f,1.5843223360498162f,-0.11735668852824341f,0.3788924662501741f,0.9179694475724919f,-0.3738853529336089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9643645598567686f,0.259699142319377f,0.05057025974662588f,0.12350741948968623f,-0.25170297442459066f,0.9594219418250387f,-0.12710291188830256f,1.7634195569427091f,-0.08152673400839194f,0.10984485888402665f,0.9905995652223322f,-0.34709819461021435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5025068052391172f,0.8255607218322804f,-0.25678085064143846f,-0.28067899921223577f,-0.8607716038231106f,0.44990041360933475f,-0.23803752621370292f,1.5854628353365379f,-0.08098862105361494f,0.340645141462364f,0.9366972461035211f,-0.33339785493139157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8670871960189588f,0.4968254676190365f,0.03639023529885491f,-0.1872967850630486f,-0.4935517472492956f,0.8666865052460482f,-0.07253395350840137f,1.7475132178607444f,-0.0675756412263149f,0.044932798149206414f,0.9967018492825904f,-0.3187435687203992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969278f,0.09109536130013371f,-0.3435569573844043f,0.05090028506228661f,0.9986921850173476f,-0.004804223751436791f,2.440810577187432f,-0.09073480284740842f,0.009414933271016519f,0.9958305852823283f,-0.12723145561509952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969278f,0.09109536130013371f,-0.36603175301263324f,0.05090028506228661f,0.9986921850173476f,-0.004804223751436791f,2.3136148973937307f,-0.09073480284740842f,0.009414933271016519f,0.9958305852823283f,-0.03164664979698048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969278f,0.09109536130013371f,0.24075494717473722f,0.05090028506228661f,0.9986921850173476f,-0.004804223751436791f,2.4707144946615256f,-0.09073480284740842f,0.009414933271016519f,0.9958305852823283f,-0.18053815228795195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969278f,0.09109536130013371f,0.2928731606391646f,0.05090028506228661f,0.9986921850173476f,-0.004804223751436791f,2.3473363362474955f,-0.09073480284740842f,0.009414933271016519f,0.9958305852823283f,-0.09175845668338856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9744674366827796f,-0.2052190293186562f,0.09109536130013371f,-0.2489526583796901f,0.20650349579203742f,0.9784340681210022f,-0.004804223751436791f,2.552352862777881f,-0.08814488680894286f,0.02349307016322941f,0.9958305852823283f,-0.1133808453775836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969277f,0.09109536130013371f,-0.13489911326681622f,0.05090028506228664f,0.9986921850173476f,-0.004804223751436791f,2.568280016124942f,-0.09073480284740844f,0.009414933271016517f,0.9958305852823283f,-0.12373725684318616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9528732769602178f,-0.28936854218227404f,0.09109536130013371f,-0.11246676733078372f,0.2909938355821375f,0.9567128655387374f,-0.004804223751436791f,2.5651029138053314f,-0.08576191292346683f,0.03108600501774819f,0.9958305852823283f,-0.12580462271716503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9956561364283584f,0.01924819841317263f,0.09109536130013371f,-0.1419188179713792f,-0.018888950656511416f,0.9998100454472549f,-0.004804223751436791f,2.5736094364644253f,-0.09117052997350975f,0.0030626590742575815f,0.9958305852823283f,-0.12306940603212657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9864090388140442f,-0.1367437139160409f,0.09109536130013371f,-0.20180761945787226f,0.137748353271877f,0.9904556075892711f,-0.004804223751436791f,2.675118200690663f,-0.08956896402683301f,0.01728716574270244f,0.9958305852823283f,-0.08572041979389601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9864090388140442f,-0.1367437139160409f,0.09109536130013371f,-0.17104028382676312f,0.137748353271877f,0.9904556075892711f,-0.004804223751436791f,2.4522656889830774f,-0.08956896402683301f,0.01728716574270244f,0.9958305852823283f,-0.08961003208600406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9901897732031878f,0.10595210329869781f,0.09109536130013371f,0.139404950451142f,-0.1059562596140587f,0.9943591858492302f,-0.004804223751436791f,2.5722282303586184f,-0.09109052690822474f,-0.004895030524700896f,0.9958305852823283f,-0.1488106579366123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969278f,0.09109536130013371f,0.024338585031173837f,0.05090028506228661f,0.9986921850173476f,-0.004804223751436791f,2.5764294838176474f,-0.09073480284740841f,0.009414933271016519f,0.9958305852823283f,-0.1382644906986364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9771874679110092f,0.19184964870249072f,0.09109536130013371f,0.0023403860145227995f,-0.19221717745780417f,0.9813406524364009f,-0.004804223751436791f,2.570978514853823f,-0.0903172699312042f,-0.012815465985666156f,0.9958305852823283f,-0.13627846391653167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9886453108126597f,-0.11950767572728554f,0.09109536130013371f,0.03078727520728862f,0.12044153970873997f,0.9927087966502232f,-0.004804223751436791f,2.5824481897353944f,-0.08985702488246503f,0.01572133885926484f,0.9958305852823283f,-0.1388253597458795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9951685657943193f,0.03662186238404671f,0.09109536130013371f,0.08584299885183524f,-0.0363351650510602f,0.9993281118906133f,-0.004804223751436791f,2.689839585424037f,-0.09121009503114316f,0.0014710474722460197f,0.9958305852823283f,-0.11196274711660083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9951685657943193f,0.03662186238404671f,0.09109536130013371f,0.07760307981542475f,-0.0363351650510602f,0.9993281118906133f,-0.004804223751436791f,2.464990760248649f,-0.09121009503114316f,0.0014710474722460197f,0.9958305852823283f,-0.11229373279785618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05025215036969278f,0.09109536130013371f,-0.023811104981830797f,0.05090028506228661f,0.9986921850173476f,-0.004804223751436791f,1.9469486117867048f,-0.09073480284740842f,0.009414933271016519f,0.9958305852823283f,-0.13689674153339884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9945734545687515f,-0.05261952877667717f,0.08974869725238666f,-0.004078781690576857f,0.05090028506228661f,0.9984757180652368f,0.021340136238730642f,1.572520217512241f,-0.09073480284740842f,-0.016656098745806813f,0.9957357932337334f,-0.1306507045037213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9685733465416141f,0.24772975115499296f,0.022263035773762097f,-0.20407689612289287f,-0.2406295175588182f,0.9559298541506601f,-0.16821280933064497f,1.046730483287981f,-0.06295321793672633f,0.15756930010691417f,0.9854992683991339f,-0.34187717363985726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9685733465416141f,0.22498244294391467f,-0.10605928877833723f,-0.1284706847194372f,-0.2406295175588182f,0.7396555084238442f,-0.628495953954896f,1.291097340306589f,-0.06295321793672633f,0.6342654249013205f,0.7705480277868203f,-0.11268662930378934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9735590971035057f,-0.22687835164889852f,0.02662513849890355f,0.18443462905363917f,0.22797597280412848f,0.9723669813764925f,-0.05029323366794958f,1.0311932406003437f,-0.014478959597232586f,0.055033327010516775f,0.9983795333675143f,-0.35209914273399423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9735590971035057f,-0.17577510629271909f,0.14589652653435708f,0.12164372123025813f,0.22797597280412848f,0.7881039102697032f,-0.5717684692614788f,1.314418093344397f,-0.014478959597232586f,0.5899112972518723f,0.8073382321577462f,-0.11466483146977657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9878782904943055f,-0.1524378260230817f,0.02931198334138249f,-0.004118901011382361f,0.14948702039756281f,0.883324132648349f,-0.44428831563940613f,1.4202152383258697f,0.04183436270229826f,0.44328454279209717f,0.8954042105210887f,-0.13167433968717515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9815738070163147f,0.18843724943164653f,0.03169013105265011f,-0.003664963447226146f,-0.1494870203975628f,0.8605661830091041f,-0.48690807694450866f,1.414605636809434f,-0.1190230738645131f,0.4731989514863451f,0.8728781473951943f,-0.12009222781608136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9992328385797713f,0.018566678609221975f,0.03448206416725768f,-0.004118901011382361f,0f,0.8804773535091619f,-0.47408820904711624f,1.4202152383258697f,-0.039162920011319595f,0.47372450686334994f,0.8798018852521646f,-0.13167433968717515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9859399575263422f,-0.16249043361466525f,0.038977674849491516f,-0.004134537028037557f,0.15810458208937064f,0.9826317126726116f,0.09714864061033163f,1.4488055917211111f,-0.0540864241312001f,-0.08962017760419803f,0.994506351156639f,-0.13207328903267687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.987148732286037f,0.15497780876434447f,0.038977674849491516f,-0.004134537028037557f,-0.15810458208937064f,0.9826317126726116f,0.09714864061033163f,1.4488055917211111f,-0.02324481594712803f,-0.1020627064146949f,0.994506351156639f,-0.13207328903267687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9992328385797713f,-0.003804624441430853f,0.038977674849491516f,-0.004134537028037557f,0f,0.9952698838142168f,0.09714864061033163f,1.4488055917211111f,-0.039162920011319595f,-0.09707411192122772f,0.994506351156639f,-0.13207328903267687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.981400268383913f,-0.1864672930580334f,0.04564495410878615f,0.18959487116882565f,0.19106758871712107f,0.9718226424433027f,-0.13803596696637216f,1.5044008955882147f,-0.01861960681133631f,0.14418980634609999f,0.9893748581746281f,-0.136394047827484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9795347356878794f,0.199659713234194f,0.025449960552344674f,-0.1974158657874623f,-0.19261769142630394f,0.9665632831182521f,-0.16927446552054626f,1.5006740334793118f,-0.058396288670408f,0.16090810619389223f,0.9852403030888545f,-0.11631988711392972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9992328385797713f,0.003021578560087502f,0.03904618248712973f,0.003286654155380777f,0f,0.9970191823246038f,-0.07715406714346501f,1.354002263417675f,-0.039162920011319595f,0.07709487751973881f,0.9962543076726964f,-0.14221048176587908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9992328385797713f,0.004042653041165944f,0.03895370662981597f,-0.003616572107138171f,0f,0.9946578707245742f,-0.10322654796928987f,1.576246131407697f,-0.039162920011319595f,0.10314735654414445f,0.9938948075798275f,-0.11885753397545838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.47685486906507357f,0.30541196185338987f,0.8242165779731654f,0.8608390264910419f,0.04274229052030315f,0.9446420943033211f,-0.32530664037383783f,1.397081112768879f,-0.8779422136165964f,-0.1198951509740864f,-0.46351118899428057f,-0.9112891251541528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12102243813258459f,0.30541196185338987f,0.9444983340511026f,0.8322520021037207f,-0.08638266187656587f,0.9446420943033211f,-0.3165270121132703f,1.394994483379848f,-0.9888840200931368f,-0.1198951509740864f,-0.08794059118141898f,-1.0005499257021624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3049282601314264f,0.30541196185338987f,0.9020766540212005f,0.7112340161942012f,-0.022257380149662f,0.9446420943033211f,-0.32734679271242123f,1.4451398169812266f,-0.9521152058454346f,-0.1198951509740864f,-0.28125040012559366f,-0.9137319654093186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.82864179777047f,0.3603472292747743f,-0.4283720874913741f,-1.1832830250882906f,0.5586339371447983f,0.4834045185547957f,-0.6739793733571584f,2.6824403162679546f,-0.0357895970615201f,-0.7977906653971326f,-0.601871380734601f,-0.01141066778025504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3518987501898002f,0.3603472292747743f,-0.8638964891518257f,-1.1242994936200255f,0.8625031670331441f,0.4834045185547957f,-0.1496942159824582f,2.6114358215474396f,0.3636695704518783f,-0.7977906653971326f,-0.480910072396646f,-0.027792586013981824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6291576689948294f,0.3603472292747743f,-0.6887020414511537f,-1.050485953136485f,0.7573812770188278f,0.4834045185547957f,-0.4389688743659805f,2.712783400062594f,0.17474046115975242f,-0.7977906653971326f,-0.577057904753828f,0.06695705881595579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001561301310280893f,0f,6.119206251768687e-7f,-0.023329116602470897f,0f,0.000015625f,0f,1.742368631407697f,-6.119206251768687e-7f,0f,0.00001561301310280893f,-0.8061127688742329f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95.mcfunction new file mode 100644 index 000000000..94f87e8c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..9525b452a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7557270727826525f,0.09725899051517915f,0.29387365426621054f,-0.1293344107196311f,-0.11784432442386152f,0.8073234349218371f,0.03586127537517407f,1.6787743117819458f,-0.28624072231059583f,-0.07559103541041541f,0.7611154240331319f,0.17521316964364386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7204116039450834f,-0.19528029987331008f,0.2878762327505736f,-0.1293344107196311f,0.19599217346628955f,0.7748244912942972f,0.035129412612415416f,1.6787743117819458f,-0.2873920472825095f,0.038892315075391946f,0.7455824561957212f,0.17521316964364386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.515533364385197f,-0.12689852406475094f,-0.620537314945936f,-0.04526844959403172f,0.1828158212076851f,0.7958672070618358f,-0.010872381716850898f,1.6830707495245294f,0.6064224354080939f,-0.13204771015896122f,0.5308103960171989f,0.1963861587963207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5141414071183636f,0.07841351342922642f,-0.6078732881103047f,-0.04526844959403172f,-0.1328967174584991f,0.7888124171282468f,-0.010650496375690677f,1.6830707495245294f,0.598328568576752f,0.10782528226708832f,0.5199775307923582f,0.1963861587963207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9203433265608528f,-0.09920731366669505f,-1.258782078109607f,0.8112540904851588f,0.833486072364168f,1.122369422067042f,-0.6978496239046399f,1.7999874965940315f,0.9485121920301585f,-1.0825206877117555f,-0.6081774677232062f,0.4062254902015845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8711412238948987f,-0.06175605089056273f,-0.4871336143290669f,0.5447164977356486f,0.07093842891350524f,0.9974806142884013f,0.00040425501495969067f,1.9328581478824296f,0.4858813716682103f,-0.034908656479959006f,0.8733273603687123f,0.14537288754590705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7902350891851445f,-0.06175605089056273f,-0.609684093608279f,0.271454591656111f,0.07022994406519183f,0.9974806142884013f,-0.01000894976676299f,1.9096344108251198f,0.6087661774254107f,-0.034908656479959006f,0.7925813061923789f,-0.06159703571211138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2413219834725073f,-0.8225067946124944f,-0.5150206530899268f,-0.526794217097369f,0.8236693305104648f,0.4542296005847045f,-0.33947651454718136f,1.6277968867025379f,0.5131593653723352f,-0.34228357069678317f,0.7870892090238074f,-0.3024466245058306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6499661244815407f,-0.6493799931408915f,-0.3947779901853474f,-0.3054483582189674f,0.6996644009854956f,0.714110195411101f,-0.022723441718339822f,1.8527840126721675f,0.2966711361424532f,-0.26144263867673756f,0.9184955000769961f,-0.2063674226852284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7853299378715096f,0.4353879304355647f,-0.4401070764186442f,0.15210904245019047f,-0.6006994191729513f,0.7078473714843145f,-0.3716346411302714f,1.562304474388965f,0.14972339993471104f,0.5562278748083223f,0.8174310091978454f,-0.32738385773250933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9367539163384523f,0.20935798536724268f,-0.28046627994741374f,0.18961075045687714f,-0.25307580051848894f,0.9587241983080933f,-0.12961693859380247f,1.7412551557055211f,0.2417534682615695f,0.19239840316767956f,0.9510720871953027f,-0.2853649565935988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5003428174835262f,0.6664695951649334f,-0.5526982392891593f,-0.19642999833334163f,-0.8613892399033891f,0.44771461941063256f,-0.23991706263759918f,1.563925302107544f,0.08755365424303214f,0.5961290953196985f,0.798100532102322f,-0.4068129637062067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8401705052601202f,0.45453236716429046f,-0.2958273978031469f,-0.11305410072630684f,-0.4947989935137631f,0.8657614835069972f,-0.0750400539280872f,1.7257865799280556f,0.22200783343999766f,0.2094215387103004f,0.9522894208251442f,-0.3615946163178682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.048743540745283614f,-0.24408708057618797f,-0.32287328904761914f,0.04949944248788933f,0.9987695251877566f,-0.0030398601302171757f,2.418782066413506f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,-0.23281940929199418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.048743540745283614f,-0.24408708057618797f,-0.37598329240045836f,0.04949944248788933f,0.9987695251877566f,-0.0030398601302171757f,2.291794659784533f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,-0.14991079332532162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.048743540745283614f,-0.24408708057618797f,0.24613663117676676f,0.04949944248788933f,0.9987695251877566f,-0.0030398601302171757f,2.4478629888751415f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,-0.08950764901036763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.048743540745283614f,-0.24408708057618797f,0.26566619210789166f,0.04949944248788933f,0.9987695251877566f,-0.0030398601302171757f,2.3245880404327597f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,0.011696085290129582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9489781730684433f,-0.19965451193367256f,-0.24408708057618797f,-0.23800585717514755f,0.20513199858248f,0.9787295961643063f,-0.0030398601302171757f,2.530233205860064f,0.23950217159190212f,-0.04718530975399914f,0.9697485531549828f,-0.18855139835518364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9685275237861888f,-0.0487435407452836f,-0.24408708057618797f,-0.1269372100745378f,0.04949944248788933f,0.9987695251877567f,-0.0030398601302171757f,2.5459997825249285f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,-0.16054583968353497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9279659873350738f,-0.28160366376351564f,-0.24408708057618797f,-0.10509315533170942f,0.2896533142996457f,0.9571268028665896f,-0.0030398601302171757f,2.5427910562246185f,0.23447832280292427f,-0.06787974505951998f,0.9697485531549828f,-0.15505771860961393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9695684169364629f,0.018936260853584075f,-0.24408708057618797f,-0.13377198818214853f,-0.020291775826370095f,0.9997894793826354f,-0.0030398601302171757f,2.551339127293464f,0.24397813162891016f,0.007900312695328118f,0.9697485531549828f,-0.1622494258018278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9605937046539222f,-0.13297079256380595f,-0.24408708057618797f,-0.20247214745599504f,0.13635958196639747f,0.9906547449320263f,-0.0030398601302171757f,2.6529920771398374f,0.24221023716020457f,-0.030363541766652263f,0.9697485531549828f,-0.1469978542589096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9605937046539222f,-0.13297079256380595f,-0.24408708057618797f,-0.17255371912913875f,0.13635958196639747f,0.9906547449320263f,-0.0030398601302171757f,2.4300947595301317f,0.24221023716020457f,-0.030363541766652263f,0.9697485531549828f,-0.14016605736141285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9642285125097536f,0.10336765818679125f,-0.24408708057618797f,0.14018142652582738f,-0.10735195415998425f,0.9942164337750716f,-0.0030398601302171757f,2.5495615772686806f,0.24236116355815024f,0.02913434489665636f,0.9697485531549828f,-0.09330053643358363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.048743540745283614f,-0.24408708057618797f,0.028130364791349977f,0.049499442487889324f,0.9987695251877566f,-0.0030398601302171757f,2.5539249661829047f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,-0.12149026907437974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9515502468857512f,0.18701236522609846f,-0.24408708057618797f,0.006707423531201004f,-0.19359511930155868f,0.9810768007821834f,-0.0030398601302171757f,2.5485049530294335f,0.23889968069104112f,0.05014664714152262f,0.9697485531549828f,-0.1268994437046172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9627680618960747f,-0.11618586871332384f,-0.24408708057618797f,0.03441127068197497f,0.11904950449401433f,0.9928836662621249f,-0.0030398601302171757f,2.559934626486947f,0.2427032642397005f,-0.026131765749981363f,0.9697485531549828f,-0.11989051777397959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9690902636495341f,0.03585467885046494f,-0.24408708057618797f,0.077645464558763f,-0.03773741763653219f,0.9992830662832802f,-0.0030398601302171757f,2.6673083100658417f,0.24380309310958798f,0.012157114954435394f,0.9697485531549828f,-0.07644697871724934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9690902636495341f,0.03585467885046494f,-0.24408708057618797f,0.0695781618174084f,-0.03773741763653219f,0.9992830662832802f,-0.0030398601302171757f,2.442469620152104f,0.24380309310958798f,0.012157114954435394f,0.9697485531549828f,-0.07918232958199731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.048743540745283614f,-0.24408708057618797f,-0.01887899275590145f,0.04949944248788933f,0.9987695251877566f,-0.0030398601302171757f,1.9245078038114618f,0.2439349111176622f,-0.009137986202442192f,0.9697485531549828f,-0.13529561782904667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9685275237861887f,-0.043407209501365694f,-0.24509232919840257f,-0.0026012891928893144f,0.04949944248788933f,0.9985981592866117f,0.018748905642168787f,1.5500334940789824f,0.2439349111176622f,-0.03029076480868978f,0.9693184351415808f,-0.123936581025788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9370256647004374f,0.17063629089601665f,-0.3047394951790027f,-0.11606230290237023f,-0.2361285218356914f,0.9524103491702347f,-0.1927637101975455f,1.0323041665125008f,0.2573445644819311f,0.25258223021955034f,0.9327250356396162f,-0.3996470412820311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9370256647004374f,-0.010307782129739873f,-0.3491083690206656f,-0.1250443153658385f,-0.2361285218356914f,0.7178092525502341f,-0.6549757233126781f,1.2676955244427734f,0.2573445644819311f,0.6961635056370308f,0.6701717306413074f,-0.15095715840558924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9239570283873376f,-0.23514741077013346f,-0.3016771534301903f,0.24968659263471588f,0.2255884091795332f,0.9719383264686068f,-0.06667652649359773f,1.0155230352554534f,0.3088904002028679f,-0.006448623845912382f,0.9510757782180168f,-0.28221987398523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9239570283873376f,-0.3631207728948913f,-0.12019448400761662f,0.1116341663770736f,0.2255884091795332f,0.7710936901298514f,-0.5954195081501581f,1.29036977709992f,0.3088904002028679f,0.5230275569548373f,0.7943732720380052f,-0.07000133231883374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.919265615856445f,-0.290726733185399f,-0.26538405022799855f,-0.0019383827154733461f,0.1475306060242276f,0.8794996058753732f,-0.45245459833135443f,1.3994705364300795f,0.3649458148687215f,0.37677368522285226f,0.8513848379748115f,-0.12611041672252876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9664827493715895f,0.01763397766958146f,-0.2561252388943386f,-0.0052408339885471125f,-0.1475306060242276f,0.8546146381719666f,-0.497863977917988f,1.3925638010917516f,0.2101090560952989f,0.5189632579034351f,0.8285718565658594f,-0.11528085522519864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9565138750459532f,-0.1402980893122026f,-0.2557296482223362f,-0.0019383827154733461f,0f,0.8767267557075077f,-0.4809887689193877f,1.3994705364300795f,0.29168683008420965f,0.460072431212666f,0.8386013064582549f,-0.12611041672252876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9485077357480288f,-0.1257778561368944f,-0.29071120744091417f,-0.0018386178472458905f,0.15558908168896582f,0.9844357285783688f,0.08172107413366823f,1.4278884039686806f,0.2759077977972567f,-0.12274456079184475f,0.9533145650364759f,-0.12643757061108157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9410653008194786f,0.1728672712279284f,-0.29071120744091417f,-0.0018386178472458905f,-0.15558908168896582f,0.9844357285783688f,0.08172107413366823f,1.4278884039686806f,0.30031339839029614f,-0.03167337741046912f,0.9533145650364759f,-0.12643757061108157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9565138750459532f,0.023836961065126387f,-0.29071120744091417f,-0.0018386178472458905f,0f,0.9966552393091803f,0.08172107413366823f,1.4278884039686806f,0.29168683008420965f,-0.07816734129251261f,0.9533145650364759f,-0.12643757061108157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9328134419864168f,-0.22404618450299585f,-0.28224526507827097f,0.18243401379137572f,0.1884948870041127f,0.970899513697536f,-0.14772884577899714f,1.4817694391873326f,0.3071298748457412f,0.08460166376341235f,0.9478996774267316f,-0.0664737010000436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9452353829470096f,0.12994744750305265f,-0.29940563072938625f,-0.18971317982809813f,-0.18998426385620656f,0.9649629497434464f,-0.18097647667429662f,1.4782656901816191f,0.26539790939650504f,0.22794772758215498f,0.936805093484283f,-0.17458981215410568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9565138750459532f,-0.027006647334281108f,-0.2904338958254294f,0.00886357204675331f,0f,0.9957045223522141f,-0.09258781867691566f,1.3316481503761717f,0.29168683008420965f,0.08856153322470868f,0.9524051910758962f,-0.1347488581871676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9565138750459532f,-0.033336002531124544f,-0.28977563351638014f,-0.006057705667591337f,0f,0.9934477790194444f,-0.1142869649668464f,1.5536216385008288f,0.29168683008420965f,0.10931706772767935f,0.9502465847656846f,-0.11260212922679716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16748387640062187f,0.3253217638543731f,0.9306529434265498f,1.0124551542736762f,0.03966935865749557f,0.9454462416317978f,-0.32335390235469746f,1.3202968165479376f,-0.9850763894894267f,-0.01723815961719119f,-0.1712523072063207f,-0.5684765520845445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1913205194413082f,0.3253217638543731f,0.9260465478599809f,1.0135931692545528f,-0.08366301367741658f,0.9454462416317978f,-0.31485219441306206f,1.31819646045372f,-0.977955499490197f,-0.01723815961719119f,0.2081006652317379f,-0.6621961120823421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.012138826462685826f,0.3253217638543731f,0.9455254617696915f,0.8711953424986607f,-0.022403798338321373f,0.9454462416317978f,-0.3250068830106896f,1.3679976709524322f,-0.9996753066431745f,-0.01723815961719119f,0.018765051049427328f,-0.6181510897408574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7337549364029292f,0.6626918715076373f,-0.14981046940063383f,-1.1367215666669575f,0.5548588376801797f,0.45723783900813864f,-0.695028940999846f,2.6554489659604728f,-0.3920910143736185f,-0.5931045793254952f,-0.7032009630472602f,-0.3821297253171317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.45288926406444285f,0.6626918715076373f,-0.5964317210987964f,-1.0772882995974447f,0.8754293853211566f,0.45723783900813864f,-0.15670657259792692f,2.5838127485411855f,0.16886297939865083f,-0.5931045793254952f,-0.7872180461420699f,-0.3709493130125467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6339548487414703f,0.6626918715076373f,-0.39867371771272364f,-1.0472038754752926f,0.764119652472401f,0.45723783900813864f,-0.45503265298726026f,2.687885755198918f,-0.11925773124890637f,-0.5931045793254952f,-0.7962440276199821f,-0.25710291502184185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014945529297593019f,0f,-0.000004557606720065776f,0.20138062890844696f,0f,0.000015625f,0f,1.7197441385008287f,0.000004557606720065776f,0f,0.000014945529297593019f,-0.7681001686247572f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96.mcfunction new file mode 100644 index 000000000..ddc04ca8d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..293e69e9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8081327066438535f,0.11654185831745219f,0.01685135474787439f,-0.21933726603695242f,-0.11714706457395391f,0.8075426324293485f,0.033104478778984925f,1.6502619835614345f,-0.011938934568447943f,-0.03517579442510567f,0.8158214080130389f,0.12729525404376632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7750686421972239f,-0.19747431223311251f,0.01650744954893818f,-0.21933726603695242f,0.1967053823074767f,0.7747614861986116f,0.03242887717125054f,1.6502619835614345f,-0.023991507952211027f,-0.027359377028320527f,0.799171991522977f,0.12729525404376632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2990730360274562f,-0.07868838731085345f,-0.7558491259955132f,-0.14819638156035764f,0.1808405272487192f,0.7963117564650399f,-0.011346129931064606f,1.6543544562568233f,0.738103290380262f,-0.16321816278351028f,0.30904337642449226f,0.1739532260510206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3001667254091446f,0.04089962985013884f,-0.7404236336282579f,-0.14819638156035764f,-0.1348510573940313f,0.7884742598933048f,-0.011114576259002064f,1.6543544562568233f,0.7291879930970222f,0.12897891984284537f,0.30273636874235976f,0.1739532260510206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1077101131719729f,0.36017806725426077f,-1.041468345676199f,0.5937708937671319f,0.9387021044733274f,1.0819306421412833f,-0.624236088874311f,1.721376808225698f,0.5772546355239443f,-1.0682247401482214f,-0.9834018712110439f,0.6462814373180683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6780211801852762f,0.01744079206733414f,-0.7348354223853315f,0.4304330961757414f,-0.006033267277686265f,0.9998168333434099f,0.01816313434162948f,1.879301461264948f,0.7350176044872127f,-0.007881531273813176f,0.6780022142726815f,0.3191255301586276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.554720028152091f,0.01744079206733414f,-0.8318542595545249f,0.23681470402644558f,-0.003117647541678238f,0.9998168333434099f,0.018883326956920157f,1.8814296689781373f,0.8320312317700272f,-0.007881531273813176f,0.5546727961817046f,0.034055263565326066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.024302749728758483f,-0.6587217716602592f,-0.7519940185243432f,-0.43288736123305127f,0.8206442059652436f,0.44272925497883686f,-0.3612947467118211f,1.6041104447341712f,0.5709224672153796f,-0.6083390784148697f,0.5513357435375024f,-0.46470450032322935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.49803976364468044f,-0.5208064975846514f,-0.6933375699486932f,-0.26089422587758376f,0.6926966376350887f,0.7199338064111369f,-0.04320512232842501f,1.8265348005011943f,0.5216586642985941f,-0.45875473453685456f,0.7193165725202129f,-0.2918606805578252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6931210247534949f,0.2290912946759584f,-0.6834474550017419f,0.2111566998867161f,-0.6017359199685095f,0.7059133820168552f,-0.37363107433560316f,1.5349549525670176f,0.3968590778403795f,0.6702264362088521f,0.6271358676893427f,-0.25718521667584654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8059884008082452f,0.13461560610651035f,-0.5764211449583924f,0.23279449387569684f,-0.25449501632822f,0.9580064153573887f,-0.13212113683353402f,1.7137553983413185f,0.5344295879034638f,0.25318441248754475f,0.8064010595520509f,-0.2046731327122316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.44425892828211555f,0.4344180947595152f,-0.7835272321924355f,-0.09215457178986443f,-0.862025064373006f,0.44548790268195615f,-0.24177120787378092f,1.537074118159623f,0.24402211587137157f,0.7828291304681658f,0.5723912643080029f,-0.4463646408205073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7212454958728413f,0.36071598701773894f,-0.5913450020021793f,-0.028216230486551985f,-0.496085533805593f,0.864804779294797f,-0.07753603586525017f,1.6987404140532396f,0.4834294962369995f,0.3492802176171673f,0.8026825348475853f,-0.37585783417449103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.04087393496896042f,-0.5483730076721404f,-0.26755425775351704f,0.04804794972185221f,0.9988442253044744f,-0.0012681101808780827f,2.391439619572588f,0.5477910446792302f,-0.02528902955942907f,0.8362328840419873f,-0.32269786076909407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.04087393496896042f,-0.5483730076721404f,-0.34517627227513f,0.04804794972185221f,0.9988442253044744f,-0.0012681101808780827f,2.264663407965502f,0.5477910446792302f,-0.02528902955942907f,0.8362328840419873f,-0.26168206337070027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.04087393496896042f,-0.5483730076721404f,0.22314590404751072f,0.04804794972185221f,0.9988442253044744f,-0.0012681101808780827f,2.4196677900341763f,0.5477910446792302f,-0.02528902955942907f,0.8362328840419873f,-0.0008706220200462855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.04087393496896042f,-0.5483730076721404f,0.20816646337283745f,0.04804794972185221f,0.9988442253044744f,-0.0012681101808780827f,2.296495174656229f,0.5477910446792302f,-0.02528902955942907f,0.8362328840419873f,0.10122950372928974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8185571053622713f,-0.17103014271627504f,-0.5483730076721404f,-0.2016337649485181f,0.20371006177380413f,0.9790304400929942f,-0.0012681101808780827f,2.502794502927599f,0.53709075210159f,-0.11067107866903847f,0.8362328840419873f,-0.25314160403970737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.040873934968960426f,-0.5483730076721404f,-0.10583919232665082f,0.048047949721852196f,0.9988442253044744f,-0.0012681101808780827f,2.5183946421625056f,0.5477910446792303f,-0.02528902955942907f,0.8362328840419873f,-0.19029913323337044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8005359893265462f,-0.24172127388704961f,-0.5483730076721404f,-0.087006433149493f,0.2882630086658772f,0.957550431952002f,-0.0012681101808780827f,2.515153171938581f,0.5254013395756275f,-0.15706048522450305f,0.8362328840419873f,-0.17795416755652096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8360509507108589f,0.017488632653220218f,-0.5483730076721404f,-0.11172673898734002f,-0.021744943645711445f,0.9997627465165994f,-0.0012681101808780827f,2.5237442393100653f,0.54822072675275f,0.012984544870989226f,0.8362328840419873f,-0.19415187312557972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8284936010539871f,-0.1135138646562926f,-0.5483730076721404f,-0.1814091332249289f,0.13492012311270862f,0.9908556667223641f,-0.0012681101808780827f,2.6255442559513997f,0.5435024502169682f,-0.07293593253652259f,0.8362328840419873f,-0.20232286305283417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8284936010539871f,-0.1135138646562926f,-0.5483730076721404f,-0.15586851367726312f,0.13492012311270862f,0.9908556667223641f,-0.0012681101808780827f,2.4026017309388683f,0.5435024502169682f,-0.07293593253652259f,0.8362328840419873f,-0.18591227823211662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8313452896641885f,0.09028872471010285f,-0.5483730076721404f,0.12450564792846391f,-0.10879726231425448f,0.99406315071503f,-0.0012681101808780827f,2.521556100452131f,0.5450029037226216f,0.0607157193874107f,0.8362328840419873f,-0.03924204813127704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.04087393496896042f,-0.5483730076721404f,0.027887270731810066f,0.0480479497218522f,0.9988442253044745f,-0.0012681101808780827f,2.5260874323596485f,0.5477910446792302f,-0.025289029559429067f,0.8362328840419873f,-0.10259421339836974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8203125889831633f,0.16240166505411902f,-0.5483730076721404f,0.009407636601425858f,-0.1950215681230029f,0.9807981341047781f,-0.0012681101808780827f,2.520699517767845f,0.5376372795134137f,0.10798481061814028f,0.8362328840419873f,-0.11472069779239644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8303485075678962f,-0.09903736888860587f,-0.5483730076721404f,0.03331036740318698f,0.11760675830813402f,0.9930594354301366f,-0.0012681101808780827f,2.532087689101116f,0.5446925796997966f,-0.06343939837987816f,0.8362328840419873f,-0.09902883241881505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8356183973764656f,0.03207707004384227f,-0.5483730076721404f,0.060157406572400395f,-0.03918989757853277f,0.9992309762133845f,-0.0012681101808780827f,2.639440688017342f,0.5479106185262071f,0.022550338202545244f,0.8362328840419873f,-0.0438906909667364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8356183973764656f,0.03207707004384227f,-0.5483730076721404f,0.052940065812535894f,-0.03918989757853277f,0.9992309762133845f,-0.0012681101808780827f,2.4146137183693313f,0.5479106185262071f,0.022550338202545244f,0.8362328840419873f,-0.048964517062309074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.04087393496896042f,-0.5483730076721404f,-0.013379675771017011f,0.04804794972185221f,0.9988442253044744f,-0.0012681101808780827f,1.8967396876287088f,0.5477910446792302f,-0.02528902955942907f,0.8362328840419873f,-0.13061004762431755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8352343179591961f,-0.031297281061557505f,-0.5490028363327369f,-0.0016431953729329459f,0.04804794972185221f,0.9987142280652338f,0.016164318345991982f,1.522221852104246f,0.5477910446792302f,-0.03987945408625955f,0.8356641673010871f,-0.11565525234197022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8044563093573397f,0.061134137358785146f,-0.5908575662412768f,-0.01047869932132374f,-0.2316045774351512f,0.9482485361426436f,-0.2172188606323553f,1.012891341999899f,0.5470003345942784f,0.31158839990078374f,0.776983463788655f,-0.4209600874390751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8044563093573397f,-0.2565968093873856f,-0.5357313914149341f,-0.10674799563526174f,-0.2316045774351512f,0.6950182447955515f,-0.6806680241589109f,1.2390054626437987f,0.5470003345942784f,0.6716455291398316f,0.499682816534872f,-0.18364120485141588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7723566421920738f,-0.22816611458824076f,-0.5927946030586736f,0.29322402616999066f,0.22317724809074047f,0.9712337529627992f,-0.0830476552374631f,0.9948059584588193f,0.5946907878859641f,-0.0681558600525457f,0.8010603257833138f,-0.19316225765063944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7723566421920738f,-0.5238002307761143f,-0.3593028464967597f,0.09040315305990265f,0.22317724809074047f,0.7533804612018057f,-0.6185546027748874f,1.2610232457158221f,0.5946907878859641f,0.39755653549934744f,0.6987786973608505f,-0.029654752677789692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7505662923556126f,-0.40104475818753105f,-0.5251793433769588f,0.0004006026550130734f,0.14557612080710275f,0.8755970487138548f,-0.4605837614748738f,1.373409624527878f,0.6445601863521394f,0.26924507463255865f,0.715576170617638f,-0.11847473633823018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8460673126287556f,-0.1597659884610923f,-0.5085714614802971f,-0.006074826160574327f,-0.14557612080710275f,0.8485213076924085f,-0.5087427478035641f,1.3652097106666552f,0.5128135095255496f,0.5044664699690307f,0.6946480296704755f,-0.10954167756000166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8096551836699718f,-0.28632769075046977f,-0.5123230787948627f,0.0004006026550130734f,0f,0.8729220772698097f,-0.48785965913873264f,1.373409624527878f,0.5869058557863805f,0.3949981019251404f,0.7067658848014612f,-0.11847473633823018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8060419903471432f,-0.08573661459831255f,-0.5856155246528527f,0.0005700156081713361f,0.15302809903000317f,0.9859970441299681f,0.06627390040000021f,1.4016572938258358f,0.5717330764478115f,-0.14303517708656852f,0.8078751310761674f,-0.1187084468632711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7941112329781133f,0.16260936917516317f,-0.5856155246528527f,0.0005700156081713361f,-0.15302809903000317f,0.9859970441299681f,0.06627390040000021f,1.4016572938258358f,0.588191933441155f,0.036986781739171144f,0.8078751310761674f,-0.1187084468632711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8096551836699718f,0.03889654023056348f,-0.5856155246528527f,0.0005700156081713361f,0f,0.99780146829205f,0.06627390040000021f,1.4016572938258358f,0.5869058557863805f,-0.053659007000887604f,0.8078751310761674f,-0.1187084468632711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7815304181311804f,-0.24305224754648866f,-0.5745744603602759f,0.1551485615236472f,0.18590375695213043f,0.9698778765255113f,-0.1574061554623849f,1.4538236554062585f,0.5955249773828006f,0.01620214766522104f,0.8031733883317156f,-0.0018333495387439502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8089801491336588f,0.040035104353556776f,-0.5864710638446561f,-0.16174743945637607f,-0.18733230929205463f,0.963219260964926f,-0.1926532148745192f,1.450537325942423f,0.5571873331322139f,0.26571760522325477f,0.7867251299351187f,-0.22490747434334035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8096551836699718f,-0.06338545428502101f,-0.583473022291027f,0.01413639196234695f,0f,0.9941509639723155f,-0.10799935570602276f,1.3039960029151918f,0.5869058557863805f,0.08744223818039848f,0.8049194813306846f,-0.12411235774183355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8096551836699718f,-0.07355880870353225f,-0.582277927813223f,-0.00862483547977019f,0f,0.9921147013144779f,-0.12533323356430418f,1.5256716314901455f,0.5869058557863805f,0.10147670224145817f,0.8032708107144528f,-0.10602385908308884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15608632459799326f,0.31218815472455613f,0.9371102471551395f,1.0682405032715552f,0.03670912056598901f,0.9462496680772047f,-0.3213471738339263f,1.3048497462467161f,-0.9870610415474624f,0.08455839233013183f,0.13623648023118456f,-0.21260505492679388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4815494152594521f,0.31218815472455613f,0.8189314481157483f,1.0986386991777104f,-0.08088961134470812f,0.9462496680772047f,-0.313158803868392f,1.3027435167335746f,-0.8726780800729338f,0.08455839233013183f,0.4809187528541195f,-0.30126494429560013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3242474229989903f,0.31218815472455613f,0.892973776058508f,0.9494935348158565f,-0.022466448140176426f,0.9462496680772047f,-0.32265589158071284f,1.3521950152272524f,-0.9457054866006005f,0.08455839233013183f,0.31383277537578014f,-0.30400991591756404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4990800068740823f,0.8555380540107158f,0.13774536245595573f,-0.9778523198772507f,0.5450324312689052f,0.43349105905663876f,-0.7176525277479762f,2.622905097482046f,-0.6736904300965476f,-0.28309033868627625f,-0.682642706354369f,-0.7063360071883376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.46305836251097093f,0.8555380540107158f,-0.23158495427858625f,-0.9295434278044589f,0.8852413020618211f,0.43349105905663876f,-0.1686218812664751f,2.5510911654982453f,-0.04387242907053851f,-0.28309033868627625f,-0.9580892808657964f,-0.6703072323031799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5152948487764472f,0.8555380540107158f,-0.05025790449287648f,-0.9461591881669233f,0.7660152744938753f,0.43349105905663876f,-0.474664198102223f,2.658197761205479f,-0.3843069321083484f,-0.28309033868627625f,-0.878730927005507f,-0.5565119806949327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001265086224484331f,0f,-0.000009170403996662196f,0.4007166266615045f,0f,0.000015625f,0f,1.6917941314901455f,0.000009170403996662196f,0f,0.00001265086224484331f,-0.6584258048420563f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97.mcfunction new file mode 100644 index 000000000..cec7fc74c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..783c69eff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7660712507250749f,0.12016122805434368f,-0.2562041422956228f,-0.28613123590515066f,-0.11655759308715778f,0.8077373723488052f,0.030316814628529556f,1.6163641737644974f,0.2578635506439254f,0.008127793548317878f,0.7748449991229136f,0.056012879408394445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7383587854817236f,-0.1784309646983116f,-0.25097548633040606f,-0.28613123590515066f,0.19731187149844429f,0.7747167533861059f,0.029698104125906507f,1.6163641737644974f,0.23641981572561846f,-0.0893103737519984f,0.7590318358755073f,0.056012879408394445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.058279143044500215f,-0.025193987924879674f,-0.814194847013222f,-0.2346497345840784f,0.17885585062098663f,0.7967525086944667f,-0.011851963219711985f,1.6202547618587937f,0.7947065940515946f,-0.17746872204971526f,0.06237568844829613f,0.12174693097701718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.06218863269077765f,-0.0009538748968824003f,-0.7975786256456052f,-0.2346497345840784f,-0.1368124654178634f,0.7881291488072385f,-0.0116100864193097f,1.6202547618587937f,0.7857575473836299f,0.13730089192375627f,0.06110271521465743f,0.12174693097701718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.148075926927538f,0.7787980331186793f,-0.71888910105798f,0.3169726380561795f,1.0408250160031893f,1.0284672801686454f,-0.5480370331323148f,1.6406003813424226f,0.2000280032181374f,-0.8815525663470016f,-1.2744646408180886f,0.7971382932792587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4198472502869991f,0.06543758794802326f,-0.9052326819718733f,0.2701466422985908f,-0.08357077600095275f,0.9959474674275992f,0.03323503457422519f,1.8200493821856432f,0.9037390175404868f,0.06169735981463134f,0.42361447563422494f,0.4443943898076865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2636331514331975f,0.06543758794802326f,-0.962400895442718f,0.176048138475642f,-0.07688844182702982f,0.9959474674275992f,0.04665629258698998f,1.8478277724039176f,0.9615538097157184f,0.06169735981463134f,0.26759616367409256f,0.11296807020745607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.19512843392603108f,-0.41698302722747177f,-0.8877218310246672f,-0.2901850599806797f,0.8169305473822261f,0.43175742700694564f,-0.3823741688165122f,1.5753624586912127f,0.5427240321078024f,-0.7998191540770673f,0.25639802211423823f,-0.5811272294311439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.277503452432691f,-0.3400295856228266f,-0.898538655144622f,-0.1911254761966691f,0.684805125366404f,0.7259775615494605f,-0.06323385484535352f,1.7949186688404293f,0.6738202832802236f,-0.5977762633526597f,0.43431528272936776f,-0.35530190105659987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5303050974081513f,0.0017477505047745479f,-0.8478050772619281f,0.24533696729939994f,-0.6028069560489973f,0.7039484168159169f,-0.37560670947322894f,1.5022187446180304f,0.5961545750909517f,0.7102489506015037f,0.37436098991159505f,-0.17212408635395288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5928210470473568f,0.04544261112464755f,-0.8040511024007426f,0.24883213749526673f,-0.2559598967398016f,0.9572686333541169f,-0.13461535892048615f,1.6808652673786744f,0.7635756265352015f,0.28560765516791603f,0.5791204795816317f,-0.11495314801258344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.34373850619614066f,0.1605212249209011f,-0.9252441708586654f,0.01852766563617181f,-0.8626785843274523f,0.44322081362150934f,-0.24360002158347643f,1.5048540063074964f,0.370984500351199f,0.8819230390020326f,0.2908302834585671f,-0.44842404832182137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5291256941952253f,0.2289955735440014f,-0.8170599898659062f,0.05635771073901017f,-0.4974106721922195f,0.8638166121909927f,-0.08002177011389273f,1.6663194850300957f,0.6874653612595368f,0.4487559334428126f,0.5709724067484911f,-0.36071373325911593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.028297071020324617f,-0.7873017776119516f,-0.18641654831930748f,0.04654650351545172f,0.9989159933257369f,0.000511163909736231f,2.3587277465149565f,0.7864338727889041f,-0.03696098009695198f,0.6165676359334136f,-0.3863994367585585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.028297071020324617f,-0.7873017776119516f,-0.2797858873036381f,0.04654650351545172f,0.9989159933257369f,0.000511163909736231f,2.2321656750839476f,0.7864338727889041f,-0.03696098009695198f,0.6165676359334136f,-0.35346736860726585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.028297071020324617f,-0.7873017776119516f,0.17543537398245496f,0.04654650351545172f,0.9989159933257369f,0.000511163909736231f,2.3860738173302845f,0.7864338727889041f,-0.03696098009695198f,0.6165676359334136f,0.07563046350492271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.028297071020324617f,-0.7873017776119516f,0.12825989741962582f,0.04654650351545172f,0.9989159933257369f,0.000511163909736231f,2.2630027336629346f,0.7864338727889041f,-0.03696098009695198f,0.6165676359334136f,0.1675450721153831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6039085537763699f,-0.1242995158670955f,-0.7873017776119516f,-0.14598496886210785f,0.20223832785372475f,0.9793362024649077f,0.000511163909736231f,2.469981304301497f,0.770969595653851f,-0.1595312912779776f,0.6165676359334136f,-0.29938548654769165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.02829707102032463f,-0.7873017776119516f,-0.07532558800008327f,0.04654650351545174f,0.9989159933257369f,0.000511163909736231f,2.485409222670972f,0.7864338727889041f,-0.03696098009695198f,0.6165676359334136f,-0.2091725614428034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5907770827757025f,-0.17646061723821493f,-0.7873017776119516f,-0.061445908292946966f,0.28682352408432077f,0.9579833008687095f,0.000511163909736231f,2.4821339054050204f,0.7541317553974781f,-0.22611865429592432f,0.6165676359334136f,-0.19144673528336398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6163917238161744f,0.01473613857107789f,-0.7873017776119516f,-0.07965670272586488f,-0.023247738688706415f,0.9997296041216941f,0.000511163909736231f,2.4907693937706363f,0.7870964270385087f,0.017987908791601795f,0.6165676359334136f,-0.21470745177725792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.611108158806699f,-0.08187019731836105f,-0.7873017776119516f,-0.14281498755013358f,0.13343064535762117f,0.9910580213039528f,0.000511163909736231f,2.5927192918384256f,0.7802198927990333f,-0.10536256071369235f,0.6165676359334136f,-0.24475564428985203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.611108158806699f,-0.08187019731836105f,-0.7873017776119516f,-0.12439419315350236f,0.13343064535762117f,0.9910580213039528f,0.000511163909736231f,2.3697312370450367f,0.7802198927990333f,-0.10536256071369235f,0.6165676359334136f,-0.22104906812927128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6127618281109097f,0.06840214162756114f,-0.7873017776119516f,0.09451663002621136f,-0.11029145021836023f,0.9938991572187736f,0.000511163909736231f,2.4881566222950133f,0.7825335379515095f,0.08651943308052078f,0.6165676359334136f,0.007698496979999726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.028297071020324617f,-0.7873017776119516f,0.023286928333141124f,0.04654650351545172f,0.9989159933257369f,0.000511163909736231f,2.492861621535603f,0.7864338727889041f,-0.03696098009695197f,0.6165676359334136f,-0.08325936801177697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6044684448980132f,0.12154756308391627f,-0.7873017776119516f,0.00965171749192625f,-0.19649577721605385f,0.9805045375966991f,0.000511163909736231f,2.4875069339553386f,0.7720150961340305f,0.15439249224183493f,0.6165676359334136f,-0.10066587458930079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6124439160328446f,-0.07119242012612774f,-0.7873017776119516f,0.027296503810427582f,0.11611397583332075f,0.9932357642209814f,0.000511163909736231f,2.4988521198240545f,0.7819398917631283f,-0.09172979880577811f,0.6165676359334136f,-0.07814446481152028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6160406632914183f,0.02549141307441512f,-0.7873017776119516f,0.035320916193246316f,-0.04069188532401756f,0.9991716114763443f,0.000511163909736231f,2.606181475506077f,0.7866626161450957f,0.031721895895976175f,0.6165676359334136f,-0.01730317335545064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6160406632914183f,0.02549141307441512f,-0.7873017776119516f,0.02958534825150292f,-0.04069188532401756f,0.9991716114763443f,0.000511163909736231f,2.3813678629239f,0.7866626161450957f,0.031721895895976175f,0.6165676359334136f,-0.024440599932045268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.028297071020324617f,-0.7873017776119516f,-0.00829899300270986f,0.04654650351545172f,0.9989159933257369f,0.000511163909736231f,1.8635891295328488f,0.7864338727889041f,-0.03696098009695198f,0.6165676359334136f,-0.12307007035388955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6159181656200211f,-0.01798918488006078f,-0.7876047247741846f,-0.001553048672687067f,0.04654650351545172f,0.9988237228403763f,0.013586526479465733f,1.4890302334677077f,0.7864338727889041f,-0.04502843455686834f,0.6160310088068648f,-0.10618440739506392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5910933522405617f,-0.06362206565891887f,-0.8040900955106383f,0.09758243873986443f,-0.22705938483602275f,0.9434468739663788f,-0.24156165209104413f,0.9884228754421605f,0.773984938286852f,0.32536168914664776f,0.5432191883031544f,-0.40276181939734723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5910933522405617f,-0.4807641860424974f,-0.6476684694779499f,-0.07695702874516337f,-0.22705938483602275f,0.6713109279383965f,-0.7055392786999006f,1.2049724002781352f,0.773984938286852f,0.5640987816414638f,0.2876454064568283f,-0.2059379365360276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.541789642632202f,-0.20672822961001613f,-0.8146946803673014f,0.3101391548763906f,0.2207433247666712f,0.9702533783997251f,-0.0994020436151894f,0.968977117019781f,0.8110094744868438f,-0.12598341472681457f,0.5713071078731164f,-0.09362505826624538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.541789642632202f,-0.6390199790474536f,-0.5460013273927664f,0.06057702518884634f,0.2207433247666712f,0.7349798164848467f,-0.6411529099449345f,1.2263239644426511f,0.8110094744868438f,0.22684385761596743f,0.5392638468824699f,0.003047768385019689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5066035316391321f,-0.4715827467475611f,-0.7217773719789118f,0.0022339201489218574f,0.14362385533131278f,0.8716167912408112f,-0.46867510858465933f,1.3419768022331073f,0.8501323719930496f,0.13376801634582774f,0.509294676874178f,-0.10888861056803824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6396708917198919f,-0.3215631079324219f,-0.6981535059735214f,-0.00649407019517137f,-0.1436238553313128f,0.8422871746282158f,-0.5195425907821108f,1.3324878936232913f,0.7551114741983784f,0.4326077704730456f,0.4926024547850855f,-0.10265611690516235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5811279710126328f,-0.4025932616077292f,-0.7072545136051032f,0.0022339201489218574f,0f,0.8690635528865556f,-0.4947004558762778f,1.3419768022331073f,0.8138121904387648f,0.2874842721824058f,0.5050371391699939f,-0.10888861056803824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5807266040197654f,-0.04664966654642621f,-0.8127609857730487f,0.0024284852210586295f,0.1504235796240187f,0.9873150493593383f,0.050810825634540535f,1.3700566249839832f,0.8000808447130622f,-0.15176561507691527f,0.5803773255422358f,-0.10902754582475861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5682703429896652f,0.12840715433195465f,-0.8127609857730487f,0.0024284852210586295f,-0.1504235796240187f,0.9873150493593383f,0.050810825634540535f,1.3700566249839832f,0.8089756263148505f,0.0933841315477997f,0.5803773255422358f,-0.10902754582475861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5811279710126328f,0.0413504693076476f,-0.8127609857730487f,0.0024284852210586295f,0f,0.9987082957492324f,0.050810825634540535f,1.3700566249839832f,0.8138121904387648f,-0.0295275920064772f,0.5803773255422358f,-0.10902754582475861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5505613583458224f,-0.24195458899622355f,-0.798961931233317f,0.11163095265835639f,0.1832951164644334f,0.9687577199714459f,-0.16706699337695494f,1.4205085343915684f,0.8144231645629271f,-0.054465189427690616f,0.5777096607846479f,0.051070070307465715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5916287686831854f,-0.05725752641305446f,-0.8041747171700167f,-0.11812940171780976f,-0.18466276905235832f,0.9613323770199124f,-0.20430301666681389f,1.4174338356845635f,0.7847770777694345f,0.2693726722633597f,0.5581785571350473f,-0.26101647057526844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5811279710126328f,-0.1004122012934031f,-0.8075937537760887f,0.018066014930534023f,0f,0.9923588799286434f,-0.12338498055585294f,1.2709907447198943f,0.8138121904387648f,0.07170246340385597f,0.5766875024093014f,-0.11059413075270107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5811279710126328f,-0.11097467435939194f,-0.8062102101546268f,-0.011269951145178805f,0f,0.99065880264089f,-0.13636398626513596f,1.492341070934968f,0.8138121904387648f,0.07924492665745299f,0.5756995399445046f,-0.09924575019047926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.45644842629547666f,0.26955117106561804f,0.8479369082128319f,1.013024979731316f,0.03386186528792126f,0.9470528301062427f,-0.31928719214365425f,1.28401820888226f,-0.8891052852230749f,0.1744508617488318f,0.42315326847784646f,0.1246083697631082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7203287677252954f,0.26955117106561804f,0.6391155079987585f,1.0690481736803599f,-0.0780625562539956f,0.9470528301062427f,-0.31144369362510443f,1.281913932987676f,-0.6892261629526618f,0.1744508617488318f,0.7032312515358234f,0.049468258885446474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5975807354564671f,0.26955117106561804f,0.7551419937922018f,0.9277652776370076f,-0.022445609542229517f,0.9470528301062427f,-0.3202922596630051f,1.3310099098844188f,-0.8014945160283916f,0.1744508617488318f,0.5719907670684066f,0.0012396992640163335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.17295664145228648f,0.9078516601191811f,0.3819572795436579f,-0.7347271215292203f,0.5292809662926734f,0.4127187336992866f,-0.7412994709116898f,2.584753108242092f,-0.8306308800531311f,0.07395005120014525f,-0.5518910499633572f,-0.951295008848941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.38627884109078026f,0.9078516601191811f,0.16307673084904076f,-0.7065766245110467f,0.8918575608826107f,0.4127187336992866f,-0.18507657320735554f,2.513216596127844f,-0.2353268960873024f,0.07395005120014525f,-0.9690988813869367f,-0.8976373956690957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3002719681938498f,0.9078516601191811f,0.29264672958336374f,-0.7645488824576381f,0.7630561292186411f,0.4127187336992866f,-0.49740184008055477f,2.623595128197051f,-0.5723478739183506f,0.07395005120014525f,-0.816669640153618f,-0.8019657562359757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009080124547072387f,0f,-0.000012715815475605702f,0.5524202209122556f,0f,0.000015625f,0f,1.658463570934968f,0.000012715815475605702f,0f,0.000009080124547072387f,-0.4928975407771725f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98.mcfunction new file mode 100644 index 000000000..38e958ef2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..dc71448a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.642029407259968f,0.1090193244754373f,-0.49280571379477517f,-0.3244418746358674f,-0.1160764167446596f,0.8079073961577441f,0.027501802736881385f,1.5771905477174841f,0.4911913579589717f,0.04842386363124643f,0.6506386276128158f,-0.028389347268444103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6219210298013601f,-0.14201465605078079f,-0.4827484543295757f,-0.3244418746358674f,0.19781108547638837f,0.7746902488663979f,0.02694054145653687f,1.5771905477174841f,0.4626932106195951f,-0.14030985631129714f,0.6373602882737788f,-0.028389347268444103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17981204981979138f,0.027517933406965612f,-0.796150007552006f,-0.29637589204900716f,0.17686242490402995f,0.7971891828696822f,-0.012390876364448076f,1.5808814931548727f,0.776744329777254f,-0.17514740791979333f,-0.18148299122040693f,0.04860010446989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.17305011892425468f,-0.04250237089365176f,-0.77990204821421f,-0.29637589204900716f,-0.13878026283011607f,0.7877770671784985f,-0.012138001336602198f,1.5808814931548727f,0.7686310525792627f,0.13266816082264019f,-0.17777925670570477f,0.04860010446989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0632431245512377f,1.0965893388943264f,-0.32925997314861327f,0.020428288428368246f,1.1379098603887494f,0.962297005086051f,-0.4696295067736632f,1.558405766421881f,-0.12681268755364855f,-0.5593590491140018f,-1.4534243174137758f,0.8480203373632942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.13283161295984283f,0.06734979649651388f,-0.9888476968220964f,0.08615596881137191f,-0.1611236516937175f,0.9858846424242824f,0.045504293169176216f,1.755375014073591f,0.9779544628781894f,0.15328234322263906f,0.14180829239790238f,0.5105515054887542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.043072777643076154f,0.06734979649651388f,-0.9967992479621904f,0.09781932018945849f,-0.15061491801477395f,0.9858846424242824f,0.07312057373508264f,1.808938653916506f,0.9876537259067639f,0.15328234322263906f,-0.032320905907230635f,0.16823793954173408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3843578278704192f,-0.13199942518638483f,-0.9136986439221616f,-0.1202268269860637f,0.8125911839114162f,0.4213446181666837f,-0.4026962634187389f,1.5416572703781901f,0.4381376815387785f,-0.8972429239021253f,-0.054685533035606956f,-0.640026236480995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.022988691537652872f,-0.13322758813601626f,-0.9908188178576579f,-0.1062790918673409f,0.676008884195151f,0.7322299379103309f,-0.08277261936812062f,1.758045110623887f,0.7365347979224155f,-0.6678994892850965f,0.10689604137709477f,-0.39086174296422593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.32086279920596716f,-0.21951378089673995f,-0.9213364011489665f,0.25260322713872807f,-0.603911861404787f,0.701952822653577f,-0.3775615160782164f,1.464205677759744f,0.7296146433154399f,0.6775514259191652f,0.09266357156180358f,-0.08221204931698062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.3278314525954924f,-0.046999761469653636f,-0.943566405247095f,0.23789348183037368f,-0.2574697041732584f,0.956510892606831f,-0.13709946665621375f,1.6426945984569234f,0.9089751867471765f,0.28788528053076823f,0.3014733406649029f,-0.026349350838305932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.21364783304610863f,-0.1211867301617146f,-0.96936493637196f,0.12245399379068296f,-0.8633492985048624f,0.44091390748928394f,-0.24540357567422125f,1.4673745380325385f,0.4571461387848138f,0.8893304799765064f,-0.01042617757823655f,-0.4151417840840429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2912785358664994f,0.07721355718283317f,-0.9535171110843486f,0.13097205381818702f,-0.498773701057403f,0.8627972052991323f,-0.08249713729280278f,1.6286334069180457f,0.8163220012207004f,0.4996189038809285f,0.28982639839712776f,-0.31965182461638675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.01324953488922243f,-0.9395524499032545f,-0.09114297954094372f,0.04499581292440922f,0.9989845322218981f,0.002298086305437496f,2.3207558000891564f,0.9385679160898586f,-0.043062213210829606f,0.342397302384416f,-0.41836206942290854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.01324953488922243f,-0.9395524499032545f,-0.19040040121968338f,0.04499581292440922f,0.9989845322218981f,0.002298086305437496f,2.1944108361678887f,0.9385679160898586f,-0.043062213210829606f,0.342397302384416f,-0.4160758425263855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.01324953488922243f,-0.9395524499032545f,0.10986930512196721f,0.04499581292440922f,0.9989845322218981f,0.002298086305437496f,2.3471908401822468f,0.9385679160898586f,-0.043062213210829606f,0.342397302384416f,0.1330465812798833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.01324953488922243f,-0.9395524499032545f,0.0362730261661523f,0.04499581292440922f,0.9989845322218981f,0.002298086305437496f,2.2242205622303097f,0.9385679160898586f,-0.043062213210829606f,0.342397302384416f,0.20572540188314578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.33586346908131376f,-0.0666102395841502f,-0.9395524499032545f,-0.07940473233379423f,0.2007174506826369f,0.9796464789865761f,0.002298086305437496f,2.4319030036820224f,0.9202761732915443f,-0.18935641576599962f,0.342397302384416f,-0.32301005342504874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.013249534889222429f,-0.9395524499032545f,-0.04012786587988999f,0.04499581292440921f,0.9989845322218981f,0.002298086305437496f,2.4471529964299013f,0.9385679160898585f,-0.04306221321082962f,0.342397302384416f,-0.2153350511833408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.32877994227594964f,-0.09562919762193839f,-0.9395524499032545f,-0.03242823655454778f,0.28533547669073744f,0.9584249498740122f,0.002298086305437496f,2.4438427461243935f,0.9002707455530768f,-0.2688432108519422f,0.342397302384416f,-0.19418473023619628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.34223935375230563f,0.010649818026461158f,-0.9395524499032545f,-0.042519810549299195f,-0.024799432907117086f,0.9996898053530497f,0.002298086305437496f,2.4525240565662028f,0.9392854799637272f,0.02251387237205331f,0.342397302384416f,-0.22193469615187603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3396918179797123f,-0.04301932912576065f,-0.9395524499032545f,-0.09303988616529828f,0.1318918291708459f,0.9912614509791559f,0.002298086305437496f,2.55462658248863f,0.9312432626309874f,-0.12469993233465812f,0.342397302384416f,-0.2699809310851547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3396918179797123f,-0.04301932912576065f,-0.9395524499032545f,-0.08336053711200214f,0.1318918291708459f,0.9912614509791559f,0.002298086305437496f,2.3315927560183205f,0.9312432626309874f,-0.12469993233465812f,0.342397302384416f,-0.24192344630985668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.34000883688616856f,0.04043741732736324f,-0.9395524499032545f,0.054196259890058836f,-0.11183377108055892f,0.9937242708343367f,0.002298086305437496f,2.4494728133672203f,0.9337490018657133f,0.10429232394888302f,0.342397302384416f,0.0434787060965316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.34214856963899737f,-0.013249534889222436f,-0.9395524499032545f,0.014652352167340505f,0.04499581292440922f,0.9989845322218981f,0.002298086305437496f,2.4543571196147864f,0.9385679160898586f,-0.043062213210829606f,0.342397302384416f,-0.06506420495479928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.33519064746837895f,0.06991726346562392f,-0.9395524499032545f,0.007067190475981613f,-0.19801698672900042f,0.9801958945874545f,0.002298086305437496f,2.4490367729411955f,0.9211061300504388f,0.18527704796703476f,0.342397302384416f,-0.08584249550981742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.3403908720870618f,-0.03708433740276433f,-0.9395524499032545f,0.016893742544818537f,0.11457184367833112f,0.9934123068673355f,0.002298086305437496f,2.4603375076731826f,0.9332777436733171f,-0.1084285040195479f,0.342397302384416f,-0.058953875352663714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.3420013640883747f,0.01662109630811067f,-0.9395524499032545f,0.005916351967072086f,-0.04224264862759689f,0.999104737971079f,0.002298086305437496f,2.567640275292915f,0.9387495009844833f,0.03890323535720857f,0.342397302384416f,0.0014717606679798736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.3420013640883747f,0.01662109630811067f,-0.9395524499032545f,0.0021766052977471913f,-0.04224264862759689f,0.999104737971079f,0.002298086305437496f,2.3428417092494227f,0.9387495009844833f,0.03890323535720857f,0.342397302384416f,-0.0072814672873920405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.01324953488922243f,-0.9395524499032545f,-0.004440565216924276f,0.04499581292440922f,0.9989845322218981f,0.002298086305437496f,1.8251658446731038f,0.9385679160898586f,-0.043062213210829606f,0.342397302384416f,-0.11323298822758718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3421485696389973f,-0.005049992580867774f,-0.9396322971614596f,-0.0025468179990988608f,0.04499581292440922f,0.998926439620248f,0.011015672784113556f,1.4505684298155108f,0.9385679160898586f,-0.046048515747505604f,0.34200848101208237f,-0.09596479482227258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.32671345521254763f,-0.18510898430984085f,-0.9268187428569071f,0.1938713832782513f,-0.22249464804537164f,0.9380082591438856f,-0.2657755394482786f,0.9589941117061502f,0.9185610756908029f,0.29304465479792713f,0.2652741610487513f,-0.3484961254079718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.32671345521254763f,-0.6555854793678202f,-0.6807833704087843f,-0.040531647764356415f,-0.22249464804537164f,0.6467169426102817f,-0.7295569393350844f,1.1657064276661506f,0.9185610756908029f,0.3898267248187007f,0.06542686636910056f,-0.21505371051116604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.26441424253728096f,-0.1728861345238238f,-0.9487863262256926f,0.29940520788679514f,0.21828747712630744f,0.9689973993459039f,-0.11573511736161374f,0.9381362477726702f,0.939380479716961f,-0.17650616009160974f,0.2939555915039673f,0.0068666514049465915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.26441424253728096f,-0.6975504310537841f,-0.665964341748202f,0.02560050912472147f,0.21828747712630744f,0.7159079684184687f,-0.6631940576368069f,1.1863822455592898f,0.939380479716961f,0.02998627838896517f,0.34156278695887193f,0.02625056437305981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.22052401665213234f,-0.497143598753801f,-0.8391766204427586f,0.0029671813950448117f,0.141674099384957f,0.867559170771926f,-0.47672794628906495f,1.3052812192095722f,0.9650376198071614f,-0.013759630360153078f,0.2617500046404595f,-0.09771719156651477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.37706009341908636f,-0.44971506173677595f,-0.809680214157341f,-0.006941385712274333f,-0.14167409938495698f,0.8359132455018163f,-0.5302617236403939f,1.29450772761582f,0.9152890994184576f,0.3146512501829731f,0.2514765500877585f,-0.09456816315758657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.30288070119781973f,-0.47795401478909383f,-0.824513942022149f,0.0029671813950448117f,0f,0.8651514205697045f,-0.5015107371594574f,1.3052812192095722f,0.9530284785051898f,0.15189792372909192f,0.26203766890444197f,-0.09771719156651477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.30453071681340627f,-0.011481325495790083f,-0.9524333161339815f,0.003151345338048076f,0.14777748229553325f,0.9883892016480799f,0.03533555987762102f,1.3331956101693094f,0.9409691058921681f,-0.15150896089120042f,0.3026915534437034f,-0.09777572046197829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.29457144893193177f,0.07809250791317723f,-0.9524333161339815f,0.003151345338048076f,-0.14777748229553325f,0.9883892016480799f,0.03533555987762102f,1.3331956101693094f,0.9441342474460588f,0.1303393504406936f,0.3026915534437034f,-0.09777572046197829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.30288070119781973f,0.033675794867298214f,-0.9524333161339815f,0.003151345338048076f,0f,0.9993755041065071f,0.03533555987762102f,1.3331956101693094f,0.9530284785051898f,-0.010702459152951399f,0.3026915534437034f,-0.09777572046197829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.27212862281132744f,-0.22182781183497313f,-0.9363431179558688f,0.05765001457022146f,0.1806698853912531f,0.9675390462907375f,-0.17671045927030296f,1.3819339144702978f,0.9451478218562014f,-0.12108102989039068f,0.30337267352410063f,0.08820340696831086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3235519631737296f,-0.14894542788307907f,-0.9344139268221295f,-0.06531002033630012f,-0.1819765864257492f,0.959302482127038f,-0.21592422230434402f,1.379064963994974f,0.9285465250159829f,0.2399041627351023f,0.2832796208397495f,-0.2793173820825874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.30288070119781973f,-0.13222412582177323f,-0.9438114543660641f,0.019782591744302275f,0f,0.9903287001941615f,-0.13874100176855647f,1.232742145934527f,0.9530284785051898f,0.042021971900548336f,0.29995145113113303f,-0.09486372308805627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.30288070119781973f,-0.14045529529251666f,-0.9426216583901565f,-0.013966643775727379f,0f,0.9890802632347816f,-0.14737785749363816f,1.4537397672510484f,0.9530284785051898f,0.044637908818705475f,0.29957332366947476f,-0.09233547532469856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7034441803709044f,0.20465913608064568f,0.6806474293795803f,0.8681702534843461f,0.031127864896890775f,0.9478561462092469f,-0.31717468707372576f,1.257912029379787f,-0.7100685467821173f,0.24430178900711857f,0.6603932879418549f,0.40956166636321895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8885170173359833f,0.20465913608064568f,0.41067279910299903f,0.943858890197747f,-0.07518205176493468f,0.9478561462092469f,-0.3097037054763304f,1.2558175051223097f,-0.4526424295144933f,0.24430178900711857f,0.8575730096564015f,0.3542814190717889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8073454582762767f,0.20465913608064568f,0.5534509454499044f,0.8229969300235609f,-0.02234159207975761f,0.9478561462092469f,-0.31791442143554394f,1.30455193046638f,-0.589655971108587f,0.24430178900711857f,0.7698197656749992f,0.26644857786625403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1818931441682681f,0.8191995717611056f,0.5438997570609888f,-0.4437663253771469f,0.5077974993863246f,0.39541042370783064f,-0.7653706921748373f,2.54110368775692f,-0.8420549766621993f,0.4154066182063245f,-0.34406504883351297f,-1.099885143634093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24245526144914806f,0.8191995717611056f,0.5197379222474018f,-0.4407098869083958f,0.8951897097794126f,0.39541042370783064f,-0.20563555219913904f,2.4702979717451767f,-0.3739663483532657f,0.4154066182063245f,-0.8292083645560436f,-1.03851518955271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.03260201033334495f,0.8191995717611056f,0.5725811475665659f,-0.5281252782777562f,0.7552609707919307f,0.39541042370783064f,-0.5227154702336867f,2.5841081502861014f,-0.6546128435347527f,0.4154066182063245f,-0.6316006385602615f,-0.9744600708093623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000004732510956215934f,0f,-0.00001489106997664359f,0.6434264766574859f,0f,0.000015625f,0f,1.6198622672510483f,0.00001489106997664359f,0f,0.000004732510956215934f,-0.2936874743545884f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99.mcfunction new file mode 100644 index 000000000..8eebe59b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..d44a48e43 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45845209408487253f,0.08610482275127682f,-0.6703372892601236f,-0.33360148153796465f,-0.11570393445198804f,0.8080524625959095f,0.02466296189553816f,1.533126495766392f,0.665866894676383f,0.08112719418358998f,0.46581552290834294f,-0.11533369630132695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.44718895883323967f,-0.09393456739488518f,-0.6566569364180803f,-0.33360148153796465f,0.19820257277980083f,0.7746819038320997f,0.024159636142567997f,1.533126495766392f,0.6330385258743032f,-0.17619377095518812f,0.4563090836653156f,-0.11533369630132695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3926052482302158f,0.0744942472325495f,-0.7122191872140139f,-0.3297127018402908f,0.1748609257705094f,0.7976214889289177f,-0.012963852897235575f,1.536620186372662f,0.6944272605141704f,-0.15872936707653237f,-0.3993998151310445f,-0.034997512769533404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.38324342930822713f,-0.07975818479931336f,-0.6976841017606668f,-0.3297127018402908f,-0.14075372939375277f,0.7874180057857967f,-0.012699284470761381f,1.536620186372662f,0.6879773699430966f,0.11666840241401134f,-0.3912487984957171f,-0.034997512769533404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8940019770370669f,1.2787109629462645f,0.08405348472759828f,-0.2585716748819821f,1.2280205539377809f,0.8841587747065144f,-0.3894034286133366f,1.475670502240912f,-0.3662406779157136f,-0.15674113802863957f,-1.5108627440933626f,0.8058404288736737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.146898753176073f,0.019905977755665168f,-0.9889512163726306f,-0.09870073911751112f,-0.23813589933652873f,0.9696794819937569f,0.05489076103955924f,1.6858305877861832f,0.9600583574775535f,0.24356817166844752f,-0.13770437897028495f,0.5172079039267754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.32775375799754564f,0.019905977755665168f,-0.9445534533143569f,0.011933963045571337f,-0.22382540792297345f,0.9696794819937569f,0.09810142184715714f,1.7651479662413387f,0.9178669080463687f,0.24356817166844752f,-0.31336063068529985f,0.19725682938801575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5199354062541904f,0.15940848458175633f,-0.8391996832498436f,0.05445908924943451f,0.8076900411206205f,0.41151736430538793f,-0.4222443088423069f,1.503374459832182f,0.27803591638106867f,-0.8973529929289225f,-0.3427150934575902f,-0.6397142196448347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2300124016542664f,0.07377014643950516f,-0.9703876857109895f,-0.017043480038163313f,0.6663283544452918f,0.7386787164072459f,-0.10178545077354334f,1.7162993306183163f,0.7092960024894164f,-0.6700087457796635f,-0.2190604058959452f,-0.3973535032598964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09155474224272159f,-0.4123152788957807f,-0.906429169853863f,0.2348837077022352f,-0.6050499588160897f,0.6999269478477297f,-0.37949547429871866f,1.4213012996529417f,0.7909059846211286f,0.5831795422214809f,-0.185389711216203f,0.0033832601391748096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0441584710584618f,-0.1326360912232872f,-0.9901806384386571f,0.20382581160762728f,-0.25902368885038723f,0.9557332335796459f,-0.1395733314273594f,1.5996289476277044f,0.9648610045224736f,0.26264358651298075f,0.00784782871128456f,0.05267798153980423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.07061041411002576f,-0.3805681517477241f,-0.9220531716200167f,0.20931481604230748f,-0.864036697641532f,0.4385677445565231f,-0.24718195436422913f,1.4250210008128998f,0.4984523593563646f,0.814141397614644f,-0.297857399005209f,-0.353160521900482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.03732648625315584f,-0.07656945756156433f,-0.996365320348275f,0.18873075949733747f,-0.5001739014220634f,0.8617467854001031f,-0.08496202792318734f,1.5860675104008992f,0.8651201082856792f,0.5015272634875559f,-0.0061320647794005576f,-0.25916248540143655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.048304166752927376f,0.0019936399472818833f,-0.998830682785659f,0.0063823407291953745f,0.04339659912577647f,0.9990495405331566f,0.004092767377350605f,2.2779088438591493f,0.9978894942119705f,-0.04354355245325133f,0.04817173840675576f,-0.41821353614404244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.048304166752927376f,0.0019936399472818833f,-0.998830682785659f,-0.08931864702860516f,0.04339659912577647f,0.9990495405331566f,0.004092767377350605f,2.151783975766915f,0.9978894942119705f,-0.04354355245325133f,0.04817173840675576f,-0.4456753476447015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.048304166752927376f,0.0019936399472818833f,-0.998830682785659f,0.03476103869654021f,0.04339659912577647f,0.9990495405331566f,0.004092767377350605f,2.303404345845543f,0.9978894942119705f,-0.04354355245325133f,0.04817173840675576f,0.1680465417054903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.048304166752927376f,0.0019936399472818833f,-0.998830682785659f,-0.057317136554790774f,0.04339659912577647f,0.9990495405331566f,0.004092767377350605f,2.1805342226877418f,0.9978894942119705f,-0.04354355245325133f,0.04817173840675576f,0.21542644227072896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.048021336302665536f,-0.005587341553933279f,-0.998830682785659f,-0.010495687202402227f,0.19914809540000333f,0.979960859092722f,0.004092767377350605f,2.3889447059042097f,0.9787921063015668f,-0.19911176826248533f,0.04817173840675576f,-0.3235052272059309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.04830416675292738f,0.0019936399472818838f,-0.998830682785659f,-0.004911680504092367f,0.04339659912577645f,0.9990495405331566f,0.004092767377350605f,2.4040111483051905f,0.9978894942119705f,-0.04354355245325134f,0.04817173840675576f,-0.2090021189181156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.047351631716878166f,-0.009751415265649923f,-0.998830682785659f,-0.003841347229501052f,0.2837994933104119f,0.9588749119942331f,0.004092767377350605f,2.4006648963733688f,0.9577137727789565f,-0.28366144089101797f,0.04817173840675576f,-0.1865246833506385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.04804743093783837f,0.0053583118804027274f,-0.998830682785659f,-0.0052274182789120854f,-0.02639928585187007f,0.9996430997919737f,0.004092767377350605f,2.409393405966874f,0.9984961302312519f,0.02617176975456928f,0.04817173840675576f,-0.21600616147372567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.048294111985382575f,-0.002223931985772002f,-0.998830682785659f,-0.03902336572619971f,0.13030436671118528f,0.9914655925805956f,0.004092767377350605f,2.511651236373346f,0.9902971527594838f,-0.13034965613813804f,0.04817173840675576f,-0.2767253066254109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.048294111985382575f,-0.002223931985772002f,-0.998830682785659f,-0.03852298102940101f,0.13030436671118528f,0.9914655925805956f,0.004092767377350605f,2.288571478042712f,0.9902971527594838f,-0.13034965613813804f,0.04817173840675576f,-0.2473966339943299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.04739758830539378f,0.00952553141648332f,-0.998830682785659f,0.00836595706384929f,-0.11342346544398225f,0.9935383066303344f,0.004092767377350605f,2.405890060106514f,0.992415530969518f,0.11309685013014703f,0.04817173840675576f,0.06614721733634411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.04830416675292737f,0.0019936399472818833f,-0.998830682785659f,0.0028221317111890576f,0.04339659912577647f,0.9990495405331566f,0.004092767377350605f,2.410959226928248f,0.9978894942119705f,-0.04354355245325134f,0.04817173840675576f,-0.04923350104065612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.04638702140649885f,0.01362025590681135f,-0.998830682785659f,0.0017345746434843969f,-0.19958442397710477f,0.9798720870404065f,0.004092767377350605f,2.4056743202501183f,0.9787820502802248f,0.19916119518648912f,0.04817173840675576f,-0.07133474774820524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.04832556952311398f,-0.0013807447992621293f,-0.998830682785659f,0.0031605231906963877f,0.11298106023469309f,0.9935887123369707f,0.004092767377350605f,2.416929156149854f,0.9924212408843897f,-0.1130467348505023f,0.04817173840675576f,-0.04272424330297192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.04794659764462906f,0.00619603907654424f,-0.998830682785659f,-0.02505283054894671f,-0.04384144278256251f,0.9990301182396545f,0.004092767377350605f,2.524202404428078f,0.9978872940713533f,0.04359394395812044f,0.04817173840675576f,0.01188437694923979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.04794659764462906f,0.00619603907654424f,-0.998830682785659f,-0.02644693934116916f,-0.04384144278256251f,0.9990301182396545f,0.004092767377350605f,2.2994206278241562f,0.9978872940713533f,0.04359394395812044f,0.04817173840675576f,0.0020757395586627064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.048304166752927376f,0.0019936399472818833f,-0.998830682785659f,-0.002293241821215205f,0.04339659912577647f,0.9990495405331566f,0.004092767377350605f,1.781855264429649f,0.9978894942119705f,-0.04354355245325133f,0.04817173840675576f,-0.1018497434107534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.048304166752927376f,0.006351828161354878f,-0.9988124757697582f,-0.004675177381723284f,0.04339659912577647f,0.9990221722916823f,0.008451890553285074f,1.4072219498202683f,0.9978894942119705f,-0.0437533261434679f,0.04798128585981504f,-0.08544224610695293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.043629329723102066f,-0.2873821263718759f,-0.9568218198964172f,0.2676769397107428f,-0.2179120741616025f,0.931936024118895f,-0.28984405269740227f,0.9249757643466441f,0.9749927228048941f,0.22114872912012268f,-0.021964291157547222f,-0.2665056972243854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.043629329723102066f,-0.7642511887757361f,-0.6434412187937505f,-0.0026366940811820908f,-0.2179120741616025f,0.6212670897703095f,-0.7526895316815017f,1.121593347279056f,0.9749927228048941f,0.17305295034527515f,-0.13943409502089021f,-0.21046533231415998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02593181584994191f,-0.12950247144260663f,-0.991239956225021f,0.2635781351546859f,0.21581054559774118f,0.9674660913684607f,-0.13204230557301916f,0.9026585965353866f,0.976090850963951f,-0.2173441325237242f,0.0028598464958548286f,0.09973931367101029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02593181584994191f,-0.696847599874317f,-0.7167502797182074f,-0.01099861761762383f,0.21581054559774118f,0.6961817346178916f,-0.6846581634605906f,1.1415841155271584f,0.976090850963951f,-0.1724366983383394f,0.13233380418714852f,0.039618966940527925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0736870509714393f,-0.4791196753021625f,-0.8746511048740994f,0.002204047622046907f,0.13972714192888414f,0.8634245318312134f,-0.48474158439361836f,1.2637077425630359f,0.9874444512616992f,-0.15793167690618742f,0.003322815384828413f,-0.08550345631673642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09124622878091068f,-0.5331478049324301f,-0.8410871202372517f,-0.007845085572139546f,-0.13972714192888408f,0.8294005501367196f,-0.5408983760756656f,1.2516543072321886f,0.9859769021339432f,0.16687763639457015f,0.001184453339921644f,-0.0854140407865537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008897482905803599f,-0.5082699630562781f,-0.861151832984585f,0.002204047622046907f,0f,0.8611859216380056f,-0.5082900828980425f,1.2637077425630359f,0.9999604166155484f,0.004522502323774827f,0.007662387016492873f,-0.08550345631673642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.01168408320446413f,0.018349681343367133f,-0.9997633576973444f,0.0023551224229872475f,0.14509177835226528f,0.9892190259251616f,0.01985181609454678f,1.2914591785217373f,0.9893492093564579f,-0.14528939377074798f,0.008895729508042025f,-0.0855048005554048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005922505214674018f,0.020932093486178485f,-0.9997633576973444f,0.0023551224229872475f,-0.14509177835226528f,0.9892190259251616f,0.01985181609454678f,1.2914591785217373f,0.9894004749273974f,0.14493987101539887f,0.008895729508042025f,-0.0855048005554048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008897482905803599f,0.019851030292478256f,-0.9997633576973444f,0.0023551224229872475f,0f,0.9998029332812284f,0.01985181609454678f,1.2914591785217373f,0.9999604166155484f,-0.0001766311943503867f,0.008895729508042025f,-0.0855048005554048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019802670266458454f,-0.1858044353670134f,-0.9823871772617266f,-0.0004977405306149868f,0.17802898532779549f,0.966221870966373f,-0.18633565533573304f,1.3384853494002769f,0.9838259676555979f,-0.1785833359084403f,0.013944801982805701f,0.10827825333307978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.037503729245447884f,-0.22444481024297047f,-0.973764857369417f,-0.010069873999965749f,-0.17927470646301072f,0.95712978446685f,-0.22751517599721235f,1.3358161723949848f,0.9830839485594735f,0.18310407652872765f,-0.004341341184056045f,-0.27915191457028893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008897482905803599f,-0.15405763662500246f,-0.9880218010729619f,0.01875625303500502f,0f,0.9880609118678981f,-0.15406373498905462f,1.189635690424896f,0.9999604166155484f,0.0013707794484693692f,0.00879125507323734f,-0.07783792585381222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008897482905803599f,-0.15836721480549013f,-0.9873401947012451f,-0.016698433108298265f,0f,0.9873792785148262f,-0.1583734837639849f,1.4102532479680523f,0.9999604166155484f,0.0014091253645226196f,0.008785190252130357f,-0.08533526515998567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8785443320507063f,0.12654356045637813f,0.4605937297973148f,0.6635090085921186f,0.028507375040045257f,0.9486599966793119f,-0.3150103812078804f,1.2269167511582941f,-0.47680938139879847f,0.28988090314374093f,0.8298324383890187f,0.6222255600876593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.978945818492797f,0.12654356045637813f,0.16016182991740352f,0.7517103840625944f,-0.07224840372339272f,0.9486599966793119f,-0.30793567324983573f,1.2248397447778103f,-0.19090639752216246f,0.28988090314374093f,0.9378293071650509f,0.5905196314683681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9408146716850747f,0.12654356045637813f,0.31441132430166796f,0.6604479976821063f,-0.022154734725161163f,0.9486599966793119f,-0.3155208050662677f,1.2732063687279924f,-0.33819657193910657f,0.28988090314374093f,0.8953167823296992f,0.4720750784285588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5047070009421647f,0.6154615938658418f,0.6053741567626444f,-0.1415146112563156f,0.48084003925702257f,0.3819823632870847f,-0.789228947001387f,2.492344679335749f,-0.7169823567196544f,0.6894175082007499f,-0.10314940396821634f,-1.1510524708975691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.060901705588773614f,0.6154615938658418f,0.7858104152608919f,-0.16397162016318512f,0.8951430844446552f,0.3819823632870847f,-0.22980063644063764f,2.422718504100356f,-0.4415991854921003f,0.6894175082007499f,-0.5741895669193072f,-1.0924270414914907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.23954142833994138f,0.6154615938658418f,0.7508840993022676f,-0.2653757306050905f,0.7426792025108622f,0.3819823632870847f,-0.550015523685871f,2.540033920270933f,-0.6253379136648357f,0.6894175082007499f,-0.365589924805893f,-1.066901267473646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3902317040318125e-7f,0f,-0.000015624381509617946f,0.670838570897764f,0f,0.000015625f,0f,1.5763757479680522f,0.000015624381509617946f,0f,1.3902317040318125e-7f,-0.08423507035080292f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..c522dfa44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.684601354160176f,-0.4259153358980174f,0.12985205802518923f,0.19605812119465388f,-0.30403899552751323f,0.6211370056542035f,0.4343887128482911f,1.2410259748781294f,-0.3253086527055787f,0.31579960623511444f,-0.6792564564441566f,-0.28483839036225134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7792456375606341f,-0.12882501101098132f,0.12720201602467518f,0.19605812119465388f,-0.04231500123471227f,0.6761206068152512f,0.42552363707587704f,1.2410259748781294f,-0.17602748936807433f,0.4077561055064619f,-0.6653940797820309f,-0.28483839036225134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.09593948398557667f,-0.28828492658812216f,0.758044761843987f,0.13831175909909948f,0.48879680280489196f,0.5885592193346667f,0.2856924488822334f,1.254694819245537f,-0.6471612978421543f,0.48727229644490644f,0.10340410116146379f,-0.35678414790234425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.021242781641036948f,-0.2968701984364614f,0.7425744605818648f,0.13831175909909948f,0.22173795865791396f,0.7158977188315865f,0.27986199074177964f,1.254694819245537f,-0.7683625588993601f,0.1983898723524633f,0.10129381338265842f,-0.35678414790234425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.00810528883334f,-1.1196260529684705f,0.4142070474297749f,-0.4674403358800211f,-0.16485566153055892f,-0.6675097768792727f,-1.4030892910402757f,1.100809386209157f,1.1823504503689122f,0.8615535092406198f,-0.5487979712313107f,-0.8427172846912522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6581471014099002f,-0.6397731362311828f,0.3969039267413f,-0.35199874216014715f,-0.5649793339829021f,0.7681258172093224f,0.3012989895581244f,1.2500687967030697f,-0.49763515257463775f,-0.025943459550087145f,-0.8669983805224724f,-0.6460019096042611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.17298584243288756f,-0.6397731362311828f,0.7488432629560747f,-0.32005644869831085f,-0.17680562043773912f,0.7681258172093224f,0.6154043398596866f,1.2913331257246599f,-0.9689250078821428f,-0.025943459550087145f,-0.2459903778751572f,-0.3083300903199212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8435524949251647f,-0.23565699021959108f,0.4825815695467176f,-0.14718141569154736f,0.3614971976238832f,-0.41537519187518834f,-0.8347354228045732f,0.9867009767547608f,0.39716364941370097f,0.8785950335252836f,-0.2652014378714729f,0.30678161290833883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6946437825530768f,0.5136430036366916f,0.5036277198243078f,0.06470349114741711f,0.5624696375908994f,0.04861724952548896f,-0.8253873453336552f,1.17028829041339f,-0.44843942974354534f,0.8566254886843223f,-0.2551369239989183f,0.13356273001027993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6191888469373855f,0.3719168970057653f,0.6915800702376796f,-0.3671806128797084f,0.14656500731278527f,0.9199831954612365f,-0.36352389013699643f,0.8503302342704478f,-0.7714427201417837f,-0.12372850031635763f,-0.6241533367288127f,-0.1699780622499622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6191888469373855f,0.2661254922335187f,0.7387708671921345f,-0.3126647651659728f,0.14656500731278527f,0.9634539252090772f,-0.22422139200046143f,1.029576461547147f,-0.7714427201417837f,-0.0305574276189734f,-0.6355646097428308f,-0.1796798587394124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6191888469373855f,0.42698832881060855f,0.6590038989929232f,-0.16686064415921703f,0.14656500731278527f,0.8873320913904984f,-0.43721900487051935f,0.8023742674199925f,-0.7714427201417837f,-0.17413422020983618f,-0.6120076820532221f,0.065211716822619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6191888469373855f,0.22932579209567527f,0.751009222918096f,-0.11916825049803983f,0.14656500731278527f,0.973349342479356f,-0.17637957967522355f,0.9837748967619017f,-0.7714427201417837f,0.0008594036865575139f,-0.6362981934325675f,0.06139599130489501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9695273755566269f,-0.14693118263573104f,0.19603034360921007f,0.05947400522410243f,-0.07236570050651364f,0.9362377199010055f,0.34383446195046774f,1.7623805642667945f,-0.23405100605740015f,0.3191710503849487f,-0.9183408774304276f,0.18667534346394168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9695273755566269f,-0.14693118263573104f,0.19603034360921007f,0.13257552435030576f,-0.07236570050651364f,0.9362377199010055f,0.34383446195046774f,1.6802990438560195f,-0.23405100605740015f,0.3191710503849487f,-0.9183408774304276f,0.06946141763387301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9695273755566269f,-0.14693118263573104f,0.19603034360921007f,-0.5101233279154159f,-0.07236570050651364f,0.9362377199010055f,0.34383446195046774f,1.7198657152192176f,-0.23405100605740015f,0.3191710503849487f,-0.9183408774304276f,0.04917037740521911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9695273755566269f,-0.14693118263573104f,0.19603034360921007f,-0.5097363619559596f,-0.07236570050651364f,0.9362377199010055f,0.34383446195046774f,1.632356767270454f,-0.23405100605740015f,0.3191710503849487f,-0.9183408774304276f,-0.08559737387915457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9852015253161779f,-0.05960301823869113f,0.16070293939911304f,-0.05358454749414329f,0.0619912019167802f,0.7502103383045944f,0.6582868213672659f,1.8325372785669207f,-0.15979688795339467f,0.6585073488714791f,-0.7354135068671682f,0.20551413966632806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9637480934183815f,-0.21298867974829033f,0.16070293939911304f,-0.16674025161592404f,-0.05613076558764709f,0.7506715646464343f,0.6582868213672659f,1.833636660341384f,-0.2608427679407261f,0.6254022899944917f,-0.7354135068671682f,0.18177138057185896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9961202264285893f,-0.03332006110955371f,0.0814510161232626f,-0.17749014309489547f,0.06480781444481097f,0.348399925774122f,0.9351029028441056f,1.869051850517145f,-0.059535213838058376f,0.9367535776543593f,-0.3448888126121446f,0.1281149998716631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9370701672218498f,-0.3395073396486485f,0.0814510161232626f,-0.1523249997653773f,-0.046025603668589286f,0.3513747357159714f,0.9351029028441056f,1.873212542332942f,-0.34609412810643986f,0.87250820135127f,-0.3448888126121446f,0.1453391059389968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9786439275397253f,-0.18873737060293366f,0.0814510161232626f,-0.12301974018101577f,0.009508166698062037f,0.35424872033441224f,0.9351029028441056f,1.9407199100089592f,-0.20534278135757061f,0.9159072273321802f,-0.3448888126121446f,0.2446849745063318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9786439275397253f,-0.12818201261528905f,0.16070293939911304f,-0.09417878734257579f,0.009508166698062037f,0.7527071512747988f,0.6582868213672659f,1.7713608009721298f,-0.20534278135757061f,0.6457563906471779f,-0.7354135068671682f,0.09938978661071701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9346057837717346f,-0.29678971229622625f,0.19603034360921007f,-0.4260135940231293f,-0.21793460551248245f,0.9133905903256014f,0.34383446195046774f,1.8344806326963843f,-0.28109880231075407f,0.2786278811959998f,-0.9183408774304276f,0.08621720756836894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9695273755566269f,-0.14693118263573104f,0.19603034360921007f,-0.3158192534335369f,-0.07236570050651363f,0.9362377199010056f,0.34383446195046774f,1.8522509026285134f,-0.23405100605740012f,0.31917105038494864f,-0.9183408774304276f,0.11639278434105345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9051823987842411f,-0.3771165990985579f,0.19603034360921007f,-0.29352872583629896f,-0.2967125338608009f,0.8909206109553955f,0.34383446195046774f,1.8498230457990097f,-0.3043131564377565f,0.2530682430871209f,-0.9183408774304276f,0.12024194212584319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9774150567817692f,-0.0789424547423393f,0.19603034360921007f,-0.323218653924073f,-0.0068807793706329445f,0.9390050679578279f,0.34383446195046774f,1.857080147286683f,-0.21121662257394416f,0.334720138606521f,-0.9183408774304276f,0.11662140720122097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9530321348289074f,-0.23087194365689076f,0.19603034360921007f,-0.38850681855453284f,-0.1536888210346301f,0.9263679663417866f,0.34383446195046774f,1.961702168272403f,-0.26097796127727146f,0.2975576189040899f,-0.9183408774304276f,0.1078274993497871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9530321348289074f,-0.23087194365689076f,0.19603034360921007f,-0.3365606312317325f,-0.1536888210346301f,0.9263679663417866f,0.34383446195046774f,1.7532693758455014f,-0.26097796127727146f,0.2975576189040899f,-0.9183408774304276f,0.040877035096366976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9695273755566269f,-0.14693118263573104f,0.19603034360921007f,-0.14619342642412977f,-0.07236570050651364f,0.9362377199010055f,0.34383446195046774f,1.271748430023598f,-0.23405100605740015f,0.3191710503849487f,-0.9183408774304276f,-0.06474360004904342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6191888469373855f,-0.36803871102972124f,0.6936516986297464f,-0.008178909787984301f,0.14656500731278527f,0.8136690077927559f,0.5625490595396594f,0.9666225521013145f,-0.7714427201417837f,0.4499891698042669f,-0.44987317835042384f,-0.23348953872564351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6033882566496115f,-0.037409302306193964f,0.796569617697227f,-0.09023425417403541f,-0.12928115843702742f,0.9902737751763144f,-0.051422099055079246f,0.762223333230205f,-0.786898337659016f,-0.13400893365374553f,-0.6023558847479314f,-0.02034290490039628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6033882566496115f,0.761500664613303f,0.2367263177824561f,0.1514303692488602f,-0.12928115843702742f,0.19951699267260337f,-0.9713286527782758f,0.7325389842347947f,-0.786898337659016f,-0.6166925550291475f,-0.02193852230892132f,-0.20077278001975876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6239531058148913f,0.3094252105076687f,0.7175921967567903f,-0.2263260381250942f,0.011063330247448782f,0.9216747187909602f,-0.387805770283837f,0.3966325880690239f,-0.7813834682585671f,-0.23403365536582368f,-0.578505076631419f,-0.22320814718618973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6239531058148913f,0.5336103515186592f,0.5709137539909895f,-0.010407464470465156f,0.011063330247448782f,0.7365301363984512f,-0.6763142471519543f,0.6891687955368336f,-0.7813834682585671f,-0.4156721676141088f,-0.4654637736743874f,-0.391482298487871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5170285335160311f,0.45261937350764847f,0.7265102877838733f,0.02107757468449622f,0.22542046323794143f,0.8907962120421148f,-0.39454749190054605f,0.8475139138077852f,-0.8257524509705402f,-0.04022202552039651f,-0.562596728020331f,-0.25677787593920726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6810276228841499f,0.21538061345015552f,0.6998661073509697f,0.03194193003085967f,-0.18969532788680898f,0.8712453169758027f,-0.4527110339119747f,0.8560462808135967f,-0.7072602487392319f,-0.44107004998930477f,-0.5524854310800892f,-0.26542596799387935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6227877804881125f,0.34248654138965234f,0.7034474745435119f,0.02107757468449622f,0f,0.8990998680379456f,-0.4377435633954527f,0.8475139138077852f,-0.7823908105765882f,-0.2726213422700113f,-0.5599484112525069f,-0.25677787593920726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.658785759817638f,-0.1583055577996415f,0.7354866912672463f,0.008152817952136807f,0.1580650286040917f,0.9266660419747467f,0.341035912160647f,0.8982213546816908f,-0.7355384214260224f,0.34092432741093914f,-0.5854518200377498f,-0.24648969201644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.569055573989759f,-0.3677432265588916f,0.7354866912672463f,0.008152817952136807f,-0.1580650286040917f,0.9266660419747467f,0.341035912160647f,0.8982213546816908f,-0.8069641878321326f,0.07781366185261199f,-0.5854518200377498f,-0.24648969201644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6227877804881125f,-0.2668233637510948f,0.7354866912672463f,0.008152817952136807f,0f,0.9400502681329097f,0.341035912160647f,0.8982213546816908f,-0.7823908105765882f,0.21239299880126825f,-0.5854518200377498f,-0.24648969201644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6299249143243675f,0.14610176704631614f,0.7627901913235268f,-0.10592513394126664f,0.24832644441054252f,0.9684786264460329f,0.019573633378170516f,0.9284194993040276f,-0.7358862543354484f,0.20175089537136948f,-0.6463497481217074f,-0.40332134683514925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5860233110880821f,-0.16833668635033344f,0.7926155681602214f,0.11808734880340459f,-0.20897111832167792f,0.9764907959924303f,0.05288475252336057f,0.9423777300489657f,-0.7828842510670069f,-0.13464206389780006f,-0.6074238751157156f,-0.08635984918276962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6227877804881125f,-0.16640616952196846f,0.7644896122379405f,0.019222341687158966f,0f,0.9771198765416796f,0.21268932005903074f,0.7518187751959046f,-0.7823908105765882f,0.13246030957308952f,-0.608538319182211f,-0.2652865182562023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6227877804881125f,-0.10780585721833767f,0.7749279176956462f,2.9391523179536474e-17f,0f,0.9904614256966512f,0.13779029068463805f,0.973125f,-0.7823908105765882f,0.08581410930829757f,-0.6168472729687089f,-0.24f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8742123935075625f,0.4024096784699275f,-0.27169678266683284f,-0.975039842052063f,0.4829014541183042f,0.7788861874498207f,-0.400178076124005f,1.4739814417615291f,0.05058534024997696f,-0.4810434051866966f,-0.8752361770848951f,0.9995256804634288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42561122246420036f,0.4024096784699275f,0.8105069635643227f,-1.0543224491874097f,-0.3060486833582463f,0.7788861874498207f,-0.5474216934088075f,1.484768558238471f,-0.8515804663842476f,-0.4810434051866966f,-0.208345750134662f,0.9506690655179051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8456811427770304f,0.4024096784699275f,0.3505564939136992f,-1.0672646197067912f,0.11506257575404673f,0.7788861874498207f,-0.6165200002114505f,1.5718530000317177f,-0.5211372260855869f,-0.4810434051866966f,-0.7049916552089164f,1.0808461212720044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5676060505544458f,-0.5175784957420997f,0.6402623463232315f,0.6431712593632569f,-0.8009963507837536f,0.5269557827276043f,-0.28411696373333206f,2.093771489433892f,-0.19033711515386026f,-0.6741143106293497f,-0.7136817769844086f,-0.05059694840057818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.12266414847698653f,-0.5175784957420997f,-0.8467975008369837f,0.7200208159860253f,0.7340166610194554f,0.5269557827276043f,-0.4284123532250065f,2.1012285105661084f,0.6679618612048639f,-0.6741143106293497f,0.3152726568867829f,-0.10377213982211972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8197286039761965f,-0.5175784957420997f,-0.2452702928782483f,0.7183865816063784f,-0.07954155874364621f,0.5269557827276043f,-0.8461623623646758f,2.2244243543547015f,0.5672020418297765f,-0.6741143106293497f,-0.4731297284560013f,-0.006215084842948748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009731059070126757f,0f,0.000012224856415259193f,-0.5423886530770774f,0f,0.000015625f,0f,1.1392475f,-0.000012224856415259193f,0f,-0.000009731059070126757f,0.18251969341024077f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_play_as_root.mcfunction new file mode 100644 index 000000000..079cf4f1c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/play_as_root +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..fe42ef73b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/4_0_summon_book/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..10c222936 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..160 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_160 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/end.mcfunction new file mode 100644 index 000000000..e2f266199 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.5_0_shining_ray.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/end_loop +execute if score @s aj.ecual.animation.5_0_shining_ray.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/5_0_shining_ray/stop +execute if score @s aj.ecual.animation.5_0_shining_ray.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/5_0_shining_ray/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/end_loop.mcfunction new file mode 100644 index 000000000..c9b923fa8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.5_0_shining_ray.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/next_frame_as_root.mcfunction new file mode 100644 index 000000000..608d456ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/pause_as_root.mcfunction new file mode 100644 index 000000000..48ff0f62a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.5_0_shining_ray \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/play_as_root.mcfunction new file mode 100644 index 000000000..f7fbbaf27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.5_0_shining_ray.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.5_0_shining_ray.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.5_0_shining_ray \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/resume_as_root.mcfunction new file mode 100644 index 000000000..a44871750 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.5_0_shining_ray.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.5_0_shining_ray \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/stop_as_root.mcfunction new file mode 100644 index 000000000..14d5bed6a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.5_0_shining_ray.local_anim_time 0 +tag @s remove aj.ecual.animation.5_0_shining_ray +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick.mcfunction new file mode 100644 index 000000000..8aa652145 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick_animation.mcfunction new file mode 100644 index 000000000..fc76748f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.5_0_shining_ray.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.5_0_shining_ray.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root +execute if score @s aj.ecual.animation.5_0_shining_ray.local_anim_time matches 160.. run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_160.mcfunction new file mode 100644 index 000000000..d29abd522 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_160.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..127 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_127 +execute if score @s aj.anim_time matches 128..160 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_160 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..db32b0b87 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..14eae7dd4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..93d866258 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..1a96a76b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_120_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_120_127.mcfunction new file mode 100644 index 000000000..25f0ce62f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_120_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120 +execute if score @s aj.anim_time matches 121 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121 +execute if score @s aj.anim_time matches 122 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122 +execute if score @s aj.anim_time matches 123 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123 +execute if score @s aj.anim_time matches 124 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124 +execute if score @s aj.anim_time matches 125 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125 +execute if score @s aj.anim_time matches 126 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126 +execute if score @s aj.anim_time matches 127 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_135.mcfunction new file mode 100644 index 000000000..eee67709c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_135.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128 +execute if score @s aj.anim_time matches 129 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129 +execute if score @s aj.anim_time matches 130 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130 +execute if score @s aj.anim_time matches 131 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131 +execute if score @s aj.anim_time matches 132 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132 +execute if score @s aj.anim_time matches 133 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133 +execute if score @s aj.anim_time matches 134 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134 +execute if score @s aj.anim_time matches 135 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_160.mcfunction new file mode 100644 index 000000000..bdbef8e1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_160.mcfunction @@ -0,0 +1,5 @@ +execute if score @s aj.anim_time matches 128..135 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_128_135 +execute if score @s aj.anim_time matches 136..143 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_136_143 +execute if score @s aj.anim_time matches 144..151 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_144_151 +execute if score @s aj.anim_time matches 152..159 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_152_159 +execute if score @s aj.anim_time matches 160 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_136_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_136_143.mcfunction new file mode 100644 index 000000000..65c4c0065 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_136_143.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 136 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136 +execute if score @s aj.anim_time matches 137 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137 +execute if score @s aj.anim_time matches 138 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138 +execute if score @s aj.anim_time matches 139 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139 +execute if score @s aj.anim_time matches 140 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140 +execute if score @s aj.anim_time matches 141 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141 +execute if score @s aj.anim_time matches 142 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142 +execute if score @s aj.anim_time matches 143 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_144_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_144_151.mcfunction new file mode 100644 index 000000000..ed3be5649 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_144_151.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 144 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144 +execute if score @s aj.anim_time matches 145 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145 +execute if score @s aj.anim_time matches 146 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146 +execute if score @s aj.anim_time matches 147 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147 +execute if score @s aj.anim_time matches 148 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148 +execute if score @s aj.anim_time matches 149 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149 +execute if score @s aj.anim_time matches 150 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150 +execute if score @s aj.anim_time matches 151 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_152_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_152_159.mcfunction new file mode 100644 index 000000000..34ce17b59 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_152_159.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 152 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152 +execute if score @s aj.anim_time matches 153 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153 +execute if score @s aj.anim_time matches 154 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154 +execute if score @s aj.anim_time matches 155 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155 +execute if score @s aj.anim_time matches 156 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156 +execute if score @s aj.anim_time matches 157 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157 +execute if score @s aj.anim_time matches 158 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158 +execute if score @s aj.anim_time matches 159 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..6033b5cf8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..f51d7d008 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..6a20b7cc3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..7d9713059 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..5b4394f5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..0859cdf95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_127.mcfunction new file mode 100644 index 000000000..96ee8667f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_112_119 +execute if score @s aj.anim_time matches 120..127 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_120_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..e52073b22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..d88397690 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..a64b3ba00 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..77fed53f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..82ab312e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..27cdc9862 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0.mcfunction new file mode 100644 index 000000000..f28e3eb03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..df180c790 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274283f,-0.1369805285888252f,-0.21136888683372498f,0.028407417371093285f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904137f,0.0015875742403032398f,-0.7880886244628322f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.754423621904032f,0.1672516903478792f,-0.20705523608201631f,0.028407417371093285f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841534f,-0.07884064842836752f,-0.7720051831472643f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.776855181427428f,0.13698052858882517f,0.21136888683372554f,-0.028407417371093036f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904193f,0.001587574240303339f,-0.788088624462832f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040318f,-0.16725169034787915f,0.20705523608201687f,-0.028407417371093036f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841587f,-0.07884064842836765f,-0.7720051831472641f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867443f,0.34931344929254154f,1.5225365496710523f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.3462945435343857f,0.004262293863448896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610423f,-0.8660254037844387f,-0.08682408883346483f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.2106845059460161f,-0.021809693682668344f,-0.9773107879358292f,-0.061412513824814545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48814800355996674f,-0.8660254037844387f,0.10821980696905181f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393666f,-0.021809693682668344f,-0.9835429037579558f,-0.0025620040789264883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292685f,0.7022169901405849f,0.20829890176360144f,0.3815959628982376f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692852f,-0.3097212812159222f,0.2737741662119785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549322f,0.8737249081167114f,0.4529779710640939f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117755f,0.10351180563196023f,-0.5291882221760242f,-0.0025620040789262697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-0.1562500000000001f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438614e-16f,3.50389923307917e-16f,-0.15625000000000008f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-3.6739403974420594e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.9740067366351926e-16f,3.098569903629026e-16f,0.15624999999999992f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-3.6739403974420594e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,0.15624999999999992f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.0588973435489797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.058897343548979936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.670443620262233e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878574f,0.043082360324645255f,-0.9990482215818578f,0.023019032392553276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.673276960380889e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.670443620262233e-16f,0.057716779398202966f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876317917f,0.042323705143362776f,-0.9990482215818578f,0.02327017964168549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,3.670443620262233e-16f,0.08682420206637902f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494852556f,0.04351313273001673f,-0.9990482215818578f,0.023706424919101795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.0029452599948776303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.01272227554103312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.670443620262233e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879299f,0.04308236032464513f,-0.9990482215818578f,0.02301903239255313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.677613769070831e-16f,0.043619387365335965f,-0.9990482215818578f,0.023458601654580913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.670443620262233e-16f,-0.057716779398202966f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.01055248487631863f,0.042323705143362596f,-0.9990482215818578f,0.02327017964168545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.670443620262233e-16f,-0.08682420206637902f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649484522f,0.04351313273001677f,-0.9990482215818578f,0.023706424919101736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.14461004211822304f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.002945259994877736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.12499999999999999f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.01272227554103321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,1.4170221467901536e-18f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,-4.592541453954164e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127508f,0.05516275246767084f,0.1353968714829456f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231444f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085546f,0.12265449964846549f,0.12499999999999997f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231444f,-0.9979284784780964f,0.04054291847216168f,0.08779756783041522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250896f,-0.01513443590133827f,-0.15030508631179113f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352418f,-0.4559569153574002f,-0.8875175410850817f,0.4130445200080469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058172f,-0.14645338762528512f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352418f,-0.9816839891462924f,-0.1785515047535789f,0.06958870415798649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200518f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861307f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994118f,0.01816573492777439f,-1.2903043187827161e-17f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861235f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,3.50389923307917e-16f,-1.2302116063981519e-17f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323666f,-0.29956152315159623f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,3.50389923307917e-16f,-1.2302116063981519e-17f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304322937f,-0.29956152315159634f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438612e-16f,3.50389923307917e-16f,-1.2302116063981519e-17f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-3.6739403974420594e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200517f,3.394278336863101e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231517f,-0.37940952255126026f,-0.9238795325112867f,0.033484893756069785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171928f,0.011376107230962523f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314455f,-0.4584871616364665f,-0.8872961732197349f,0.020984817312548937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.6964368836270401e-16f,3.2588249329822087e-16f,-0.007812500000000031f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-3.6739403974420594e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.4059561215978893e-16f,3.394278336863101e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-3.6739403974420594e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3200201560166515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792328f,-0.5489564193883943f,-0.5884577130009256f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558592f,0.10284744064531103f,-0.7523354903537365f,-0.38803565840066034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2128178925220774f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996699f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.10284744064531103f,0.1873571304321715f,-0.47613184159933924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.3831551887719455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000252f,0f,0.000015625f,0f,1.2911225f,-5.740531871003218e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1.mcfunction new file mode 100644 index 000000000..f1ecbf319 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10.mcfunction new file mode 100644 index 000000000..eb53701f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100.mcfunction new file mode 100644 index 000000000..5f0e3117b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..f16bcf16c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7751244584879987f,-0.018246482923549027f,0.6315450417148465f,0.824815715248852f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.770447899782348f,-0.6264033638082543f,0.15266565042579577f,-0.7644030514000923f,-0.5619518070876204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7751244584879987f,-0.018246482923549027f,0.6315450417148465f,0.7521477972656021f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.778179234220708f,-0.6264033638082543f,0.15266565042579577f,-0.7644030514000923f,-0.6206771224446441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7751244584879987f,-0.018246482923549027f,0.6315450417148465f,0.6937500000000001f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.7548488863169789f,-0.6264033638082543f,0.15266565042579577f,-0.7644030514000923f,-0.4766540070561184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724057132769625f,-0.7309698269877654f,-0.6256822191876203f,-0.9379934152603148f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962976f,-0.21208700103801548f,-0.17111976848570545f,-0.4706082002479053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698951372f,-0.7309698269877654f,-0.6821842964934577f,-0.9257565847396849f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.21208700103801548f,0.251535971525191f,-0.562144067700878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5225537841788143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101.mcfunction new file mode 100644 index 000000000..67690236d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..7a94e1f8e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5974463974792945f,0.06232380070268368f,-0.5532793060014347f,-0.31516843731299116f,-0.2253811787546284f,0.7691440018339027f,-0.15673312716381277f,1.4509765836948167f,0.5091223535130149f,0.2673531237022412f,0.5798803159656889f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5640673806119157f,-0.16756227348637928f,-0.5419878915932422f,-0.31516843731299116f,0.0843561879576979f,0.7805838797627535f,-0.1535344919155717f,1.4509765836948167f,0.5609919996602963f,0.051104707792952425f,0.5680460238031239f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5856197601082145f,0.06023844544310723f,-0.5660081896102207f,-0.3139603984014483f,-0.010701690195883481f,0.8107717813129387f,0.09736034561380656f,1.4268617585680834f,0.5691040457088606f,0.07723271820728785f,-0.5806032525232399f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.552582235357376f,-0.16501607808376895f,-0.554457002067155f,-0.3139603984014483f,-0.3136222047407479f,0.7297568275165446f,0.09537339978495338f,1.4268617585680834f,0.486100798046041f,0.283239592336311f,-0.5687542065533778f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08259314225223717f,-0.005450842196013065f,1.5603060312554897f,-0.0054785825498486155f,1.5580565079106894f,0.0837606408883744f,0.08276667925631116f,1.4637333439292601f,-0.08393176401130867f,1.5602437929238246f,0.0010077860025986007f,0.7218056048925093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.003488539005448793f,-0.9985958600035134f,0.05285961104143157f,-0.004306831901428151f,0.053606810168559366f,-0.05297067472403895f,-0.9971561650628412f,1.4534077655170707f,0.9985560274712478f,-0.0006449830416635598f,0.053716328967237326f,0.5289284546057357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705047f,-0.9985958600035134f,0.05233809067187444f,-0.009042888308542496f,-0.16635288933300615f,-0.05297067472403895f,-0.9846424852858223f,1.4996438760965027f,0.9860322933666493f,-0.0006449830416635598f,-0.16655299587513275f,0.18821925928564423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9696757852725106f,-0.025818832795701054f,-0.243027281038997f,0.24458523925261977f,0.19843508845914165f,0.4972922886140375f,-0.8445850432924001f,1.429277245906638f,0.142661792798046f,-0.8671988050949335f,-0.47708892810205406f,-0.5380811567135557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.730275587505191f,-0.025818832795701054f,-0.6826645985892458f,0.010013370108678744f,0.5830181930586393f,0.4972922886140375f,-0.6424874833392882f,1.6194805104727705f,0.356072117493897f,-0.8671988050949335f,-0.3481075689859845f,-0.39680099363429094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04053653440762038f,-0.5779285948817021f,-0.8150799522723408f,0.25546687123834166f,-0.30275760270474844f,0.7702963072042044f,-0.5612320670738975f,1.3212095474363756f,0.9522051372381339f,0.2695220553602757f,-0.14374713315986176f,0.0006846232678268185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.3085676806491659f,-0.9511420468774706f,0.19166579332363887f,-0.21387554266661588f,0.9284771067959663f,-0.30362396875881237f,1.4934013551558767f,0.9768021596661888f,0.20667909573681145f,-0.05604723237487604f,0.03908665851613599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01666458883704693f,-0.5428461779234824f,-0.8396667902166663f,0.20415304466735626f,-0.3256691705369845f,0.7910415883326481f,-0.5178733405862035f,1.380317717160316f,0.9453369149888545f,0.28208373338785087f,-0.16360588167094473f,-0.31689307266179795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057194f,-0.051169070412621004f,-0.9985958600035132f,0.1883176198399679f,-0.2702295422176601f,0.9613376629114839f,-0.052970674724038935f,1.5602374622391941f,0.9626982704336191f,0.2705764662733888f,-0.0006449830416635528f,-0.26616401637954795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.25317816647050106f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.220444133817037f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.06256575341171061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.2707973508389394f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.1086887203189093f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.17667361640131096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.31606016760079503f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.184140670838131f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,0.07816813589528901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.3711097067308199f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.067750772704398f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.01797369867214116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531096f,0.23787493557769696f,-0.18285919236644887f,0.15993967008948196f,0.08019887101358261f,0.7894354308274812f,0.6085719691559704f,2.2849802307183142f,0.2891195432639415f,0.5658685497340661f,-0.7721416153301897f,-0.000060367388881030215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754384f,0.08571913308819694f,-0.18285919236644887f,0.047991859225101026f,-0.044283419476292316f,0.792262038164843f,0.6085719691559704f,2.2878633723170045f,0.19703865805924664f,0.6041300299649875f,-0.7721416153301897f,0.028723582343473344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917134f,0.3881657778743942f,-0.07182323866914032f,0.013877780545709192f,0.08377341284027617f,0.36952690961011775f,0.9254360476959433f,2.3241310014673275f,0.38576322275049824f,0.8442613291873331f,-0.3720343317652113f,-0.0197153663090502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373457f,0.08524692978800505f,-0.07182323866914032f,0.044104040738173894f,-0.03451684477435273f,0.3773283835755465f,0.9254360476959433f,2.3281557276188867f,0.10599152833141245f,0.9221476302143732f,-0.3720343317652113f,-0.015539195912338141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.23965692830652507f,-0.07182323866914032f,0.1149690969659355f,0.024935278691375247f,0.37808246918032967f,0.9254360476959433f,2.39722057161437f,0.24894226795549737f,0.8942137346368519f,-0.3720343317652113f,0.05858121734181028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.17075285258329725f,-0.18285919236644887f,0.07654970513469368f,0.024935278691375247f,0.793106796235039f,0.6085719691559704f,2.2187715424614867f,0.24894226795549737f,0.5846580822159725f,-0.7721416153301897f,-0.07296685115678332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951660149246091f,-0.1852064996418823f,-0.24503369733020264f,-0.22960668450385335f,-0.21627774790390586f,0.9705142752339402f,0.10642357506095068f,2.298517189008703f,0.21809836335590058f,0.15427441154495042f,-0.9636558046543053f,0.04611658959171876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128442f,-0.03405385395130618f,-0.24503369733020264f,-0.11834522108058627f,-0.061793128474733505f,0.9923989278231568f,0.10642357506095068f,2.315635615093057f,0.23954704562893558f,0.11825693673739324f,-0.9636558046543053f,0.01971608068928426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931896985026173f,-0.2674443801462642f,-0.24503369733020264f,-0.09655593696689209f,-0.3000406382823134f,0.9479713276520487f,0.10642357506095068f,2.312729005467398f,0.20382253231247716f,0.17269587568263575f,-0.9636558046543053f,0.01385460960288095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402184f,0.03361728489524057f,-0.24503369733020264f,-0.12509917229924433f,0.0075836462329132714f,0.9942919646567903f,0.10642357506095068f,2.3208555255409253f,0.24721270796795858f,0.10125891158417619f,-0.9636558046543053f,0.022009915437520684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1923128233766891f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.424551568305903f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,0.01812399791736133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1656793731935174f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.203323260342803f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,-0.013080089749549433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.019454930837798604f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,1.699117214172122f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.0735159066356334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.05187981556746299f,-0.9985958600035132f,1.8837449028551243e-17f,-0.21387554266661588f,0.9754236822367707f,-0.052970674724038935f,1.333333333333333f,0.9768021596661888f,0.21414276749016156f,-0.0006449830416635528f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.36890958488849623f,-0.9294239137737915f,0.2292715581622033f,-0.19881922248989353f,0.9102593789306326f,-0.36317871611278785f,0.7334143740778378f,0.979996943916515f,0.1879722885060885f,-0.06536366473871019f,-0.383200801305341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.5321062151205305f,-0.8466321923641332f,0.02640606364750105f,-0.19881922248989353f,0.8288329373112845f,-0.5229788511942546f,1.049406931427765f,0.979996943916515f,0.17291309336788765f,-0.09852437290457038f,-0.31727768445883386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,0.07300428857494769f,-0.9966796449491393f,0.3087158944723531f,0.1570508429829536f,0.9853495492807588f,0.06649284510794803f,1.1386598501918006f,0.9869321017803707f,-0.1541318902170206f,-0.0469934771378774f,-0.060880476466707134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,-0.9878793637629316f,-0.15097782439027996f,-0.01531786042090189f,0.1570508429829536f,0.14359750446975356f,-0.9770950769645722f,1.0721202600129978f,0.9869321017803707f,-0.05894166066039239f,0.14996968731705435f,-0.062130177877026585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802422f,-0.7105262115586342f,-0.6987091392480983f,0.004606936702443505f,-0.02987396175194898f,0.7026205756404289f,-0.7109373200894403f,1.2233564104297228f,0.9960670183225255f,-0.03842953779122793f,-0.07983524055970599f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802355f,-0.6600559196914595f,-0.7465709219229912f,0.005992287926796919f,-0.22894508335057176f,0.7164480910893329f,-0.6590040072594784f,1.1858272897637907f,0.9698588079665427f,0.2258944790266295f,-0.09135412938124025f,-0.17323898348960948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081413f,-0.7691517504817653f,0.004606936702443505f,-0.13052619222005157f,0.7625715506318174f,-0.633598882031463f,1.2233564104297228f,0.9914448613738104f,0.10039444922977181f,-0.08341487528802413f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011830839650015877f,-0.05626027571222474f,-0.9984154354221073f,0.011000326465814211f,-0.04362734884345859f,0.9974626109430011f,-0.05625828120074487f,1.2472701923769152f,0.9990471734333783f,0.04362477676224103f,-0.001274404653831112f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022681f,-0.0562602757122248f,-0.9984154354221073f,0.011000326465814211f,-0.21643165245998025f,0.9747658197319837f,-0.05467116695001094f,1.2472701923769152f,0.9762970552684127f,0.21602402194899087f,-0.013329734251208111f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159982226f,-0.9999078640471605f,0.011000326465814211f,-0.13052619222005157f,0.9913535136568198f,0.013458235575720956f,1.2472701923769152f,0.9914448613738104f,0.13051416606496086f,0.001771810326662862f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02291028884666124f,-0.36806898889637424f,-0.9295161849466438f,0.012974853648358f,0.05090247199339906f,0.9281248122621368f,-0.36877265517976543f,1.2459639504451916f,0.998440812972869f,-0.05576335962057633f,-0.002527986135742389f,0.030100019198067318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016409494020116062f,-0.3364103427142806f,-0.941572519682294f,0.0021369548330310364f,-0.2577923120317037f,0.9084380078000405f,-0.3290645982807058f,1.2876858798069732f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305129f,-0.35525090682209837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21170387222941037f,-0.9773338582506356f,0.028090119368061276f,-0.13052619222005157f,0.9689726316092326f,-0.20989271625478656f,1.1125452196571897f,0.9914448613738104f,0.127567667045187f,-0.027632900320345585f,-0.17500683729298566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216232f,-0.9920660160815423f,1.8837449028551243e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103789f,1.333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.01640949402011674f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3555690757075273f,-0.02734348068390186f,0.9342499486029331f,0.8505547927142304f,0.12199630624978548f,0.9896627241616994f,0.07539624437763724f,1.7895351199629472f,-0.9266539449340853f,0.14078361576878518f,-0.34855765644892067f,-0.5288574780306149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3555690757075273f,-0.02734348068390186f,0.9342499486029331f,0.8172201918666497f,0.12199630624978548f,0.9896627241616994f,0.07539624437763724f,1.8009722736738647f,-0.9266539449340853f,0.14078361576878518f,-0.34855765644892067f,-0.6157312853681853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3555690757075273f,-0.02734348068390186f,0.9342499486029331f,0.6937500000000001f,0.12199630624978548f,0.9896627241616994f,0.07539624437763724f,1.7839442601617603f,-0.9266539449340853f,0.14078361576878518f,-0.34855765644892067f,-0.520010733232062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30832503151108626f,-0.7309698269877654f,-0.6087846803075484f,-0.9379934152603148f,-0.036649959132665694f,0.6486156150018105f,-0.760233230312512f,2.4807208128034106f,0.9505748026532482f,-0.21208700103801548f,-0.2267744442203292f,-0.53570774597097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05717712477917555f,-0.7309698269877654f,-0.6800102120082189f,-0.9257565847396849f,0.36791125024421134f,0.6486156150018105f,-0.666287547474485f,2.4645805696688976f,0.9281013351707496f,-0.21208700103801548f,0.3060179988905438f,-0.6272436134239427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5838590590483226f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.587653329901879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245557f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040276f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102.mcfunction new file mode 100644 index 000000000..53509607b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..9c493b11c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6651799782102926f,0.07406831522405416f,-0.4679678682478845f,-0.30661778464843503f,-0.18685862257892805f,0.7822552101441659f,-0.14179240393849366f,1.4937337281618426f,0.4353893616069471f,0.22256485645002752f,0.6540989473446032f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6297706622735348f,-0.18232472498836175f,-0.45841750358976446f,-0.30661778464843503f,0.12413510393095933f,0.7780087610527616f,-0.13889868140913667f,1.4937337281618426f,0.4774718723774243f,0.038210762660082956f,0.6407499892355297f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6563800674083529f,0.0725166535218443f,-0.48046954795849817f,-0.30535988861836344f,0.022650893586242775f,0.8112094632064399f,0.09149091904942601f,1.4702611890582136f,0.4853829298329263f,0.06020785838041992f,-0.654005252012927f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6212248473799105f,-0.18043016343851068f,-0.47066404697975334f,-0.30535988861836344f,-0.2836013630394726f,0.7426559425367681f,0.08962375743617243f,1.4702611890582136f,0.41671327778217043f,0.23644683786504084f,-0.6406582060534796f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07950685322269639f,-0.02294982680012031f,1.5603070902038705f,-0.009991672359202331f,1.4982939820549497f,0.4355150776241477f,0.08275270690408545f,1.6028111205009965f,-0.4361193112309354f,1.5004020036683088f,-0.00015414142023084508f,0.6328287809063988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077431f,-0.9985965377304771f,0.05088438606252547f,-0.00665669195794336f,0.2787296496794543f,-0.0529617324186146f,-0.9589081485151679f,1.5490015585395147f,0.9602572823477178f,0.00009865050894725244f,0.2791163591877984f,0.4473483382200829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529518886f,-0.9985965377304771f,0.052932734301930504f,-0.009489168883566814f,-0.031231264323491437f,-0.0529617324186146f,-0.9981080417609984f,1.5545433279703682f,0.999510644093764f,0.00009865050894725244f,-0.03128038700761154f,0.0925611021476308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205552f,-0.024645422997937726f,-0.1818189726075763f,0.25922410525033046f,0.14996358213287864f,0.46304056080063183f,-0.873558448581039f,1.469361806085154f,0.10571877651910883f,-0.8859943804441928f,-0.45148366317355665f,-0.6234375024476098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7716238106532735f,-0.024645422997937726f,-0.6356015245090072f,0.010348823986923205f,0.5546706440061859f,0.46304056080063183f,-0.691327647162472f,1.651438218980275f,0.31134734864887537f,-0.8859943804441928f,-0.34362302936594125f,-0.4966676228692751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09757764344190432f,-0.5655568337190515f,-0.8189164006991224f,0.255261074988632f,-0.43658559501067057f,0.715117962180169f,-0.5458931382573526f,1.3689218775801542f,0.8943554224856598f,0.41079407006548113f,-0.17713444122906524f,-0.08750957223029379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.30879935169999845f,-0.9510806724410729f,0.19141694234212558f,-0.1755591676291254f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255281f,0.9844239248223658f,0.16984596967806548f,-0.045407959890820186f,-0.055947252664974134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216268f,-0.5389262769590847f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737106f,0.7215171545786543f,-0.47772306435819134f,1.4218707582662882f,0.8649249761910003f,0.43470848122821565f,-0.2508651468603309f,-0.4280960036887392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176222f,-0.04969394253506451f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172347f,0.9376230857117761f,-0.05296173241861482f,1.5973440760096298f,0.938939044375314f,0.3440835090725056f,0.00009865050894724073f,-0.36357972917196346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.24729899058665536f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2670939014947162f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.20875022790725942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.2666511919494887f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1463498193670296f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.31299355591224365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.32212724234916396f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2363115092000863f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.06746165947675406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.375467751573882f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1116377599709573f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.15366814895869513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565455f,0.183771484594344f,-0.21562452450109815f,0.149299417486921f,0.10005660647118592f,0.931736938143738f,0.34907728886308514f,2.351948944299404f,0.26505578585989054f,0.3132001269931453f,-0.9119490725000345f,-0.16968162357859032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872197f,0.03148396937472779f,-0.21562452450109815f,0.037199731786167714f,-0.04693102586563203f,0.9359180120134442f,0.34907728886308514f,2.355974797557998f,0.21279721498439041f,0.3508079737708561f,-0.9119490725000345f,-0.14163534759883487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993645f,0.34796789351959256f,-0.14334323238241675f,0.0029719358784645322f,0.14244683541751996f,0.6768002698429436f,0.7222536215347434f,2.369166036064997f,0.3483358096289212f,0.6487370344138339f,-0.6766109841778419f,-0.19015281494435904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9886658478992472f,0.04463808830834323f,-0.14334323238241675f,0.03272380114971733f,-0.07366779412956417f,0.6876937998033947f,0.7222536215347434f,2.3768211660856897f,0.1308162730922538f,0.7246272688659632f,-0.6766109841778419f,-0.1882843604366142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1987499323882717f,-0.14334323238241675f,0.09694327813764417f,0.03481819034459419f,0.690751329930732f,0.7222536215347434f,2.473256012375008f,0.242562386851939f,0.6952417310364664f,-0.6766109841778419f,-0.14513550497319905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.11642543677331606f,-0.21562452450109815f,0.07074755486364809f,0.03481819034459419f,0.9364468698335883f,0.34907728886308514f,2.2625554666624508f,0.242562386851939f,0.3309265441922373f,-0.9119490725000345f,-0.2195939774164523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468118f,-0.24189639660692083f,-0.23679245749697023f,-0.20793120375458995f,0.9778897776932812f,0.02227548401610907f,2.3485599126776777f,0.23217018581840768f,0.0714637579239347f,-0.9700463577172149f,-0.10871411006854242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765219f,-0.24189639660692083f,-0.12560919015957792f,-0.05239556135256168f,0.9983779384393456f,0.02227548401610907f,2.3646561326590816f,0.24049118030724315f,0.0342645016597901f,-0.9700463577172149f,-0.13606979305201422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989907f,-0.24189639660692083f,-0.10376345209645352f,-0.2923686726483572f,0.9560462133525166f,0.02227548401610907f,2.361513786998257f,0.22505823126587374f,0.09142678173840085f,-0.9700463577172149f,-0.14158953192493737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072873f,-0.24189639660692083f,-0.13243016236629784f,0.017375396050959585f,0.9996008695594057f,0.02227548401610907f,2.369973643182257f,0.24229552668944584f,0.01740521835107877f,-0.9700463577172149f,-0.1342467680957765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.2007598515378872f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.472209329176513f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.1470749643153516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.17156148042818994f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.2494565763243104f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.15947118233964153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.019544804059382893f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,1.7436412191677122f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.1767791883000264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.0521194774916878f,-0.9985965377304771f,2.9723198354305425e-17f,-0.1755591676291254f,0.9830432511139007f,-0.05296173241861482f,1.3749999999999996f,0.9844239248223658f,0.1758110534221491f,0.00009865050894724073f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.5145732610570242f,-0.8573303798412066f,0.30225489851302384f,-0.19793913806918f,0.8390106787447424f,-0.5068344686115147f,0.8147021737732669f,0.9801128092285897f,0.17684863572396037f,-0.09001911590665543f,-0.46582086395799965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.6621927365262517f,-0.7492007747496009f,0.04979391771239041f,-0.19793913806918f,0.7325981216493799f,-0.6512450305194124f,1.094005207652093f,0.9801128092285897f,0.15748260807998624f,-0.12073984155351265f,-0.4057806196275049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.030946885181374374f,-0.9975657656854708f,0.3189311454689103f,0.17590604337615445f,0.9835305215765437f,-0.041530434997935996f,1.2141395011894254f,0.9824216154349493f,-0.1780730283477601f,-0.0560157665415927f,-0.1490843513552887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.99691866797753f,-0.04741662164237653f,0.0038696435165697326f,0.17590604337615445f,0.0357645048167122f,-0.9837570655903629f,1.1133464842872127f,0.9824216154349493f,-0.06981453740534616f,0.17312914224087728f,-0.15107705210692454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433921f,-0.7619828717178996f,-0.6411796310087422f,0.013189000610179566f,-0.03658199105291761f,0.6459693583404029f,-0.7624862923462247f,1.265707732643309f,0.9951838895111635f,-0.04588781204014265f,-0.08662179150537502f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339144f,-0.7154002896437908f,-0.6927709878376435f,0.01750350334449062f,-0.22223705404960314f,0.6635307478371366f,-0.7143791979628494f,1.2283979000407634f,0.9707419367779047f,0.21892777862178833f,-0.09864441154171741f,-0.2620088659445228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106545f,-0.7173160805192901f,0.013189000610179566f,-0.13052619222005157f,0.7111793420116526f,-0.6907871283111803f,1.265707732643309f,0.9914448613738104f,0.09362853660839461f,-0.09094385074339202f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.005573760841175274f,-0.1331668692687814f,-0.9910779576396787f,0.017694037579053256f,-0.043796269492323306f,0.9901748607520389f,-0.13279921653848858f,1.2900408051388919f,0.9990249346080613f,0.042665326247807805f,-0.011351209958720432f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005573760841174594f,-0.13316686926878146f,-0.9910779576396787f,0.017694037579053256f,-0.21626273181111555f,0.9674780695410214f,-0.13121210228775465f,1.2900408051388919f,0.9763192940937298f,0.21506457143455762f,-0.02340653955609743f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158479f,-0.9979529927660076f,0.017694037579053256f,-0.13052619222005157f,0.9894153665704736f,-0.06340461764532357f,1.2900408051388919f,0.9914448613738104f,0.13025900416035163f,-0.00834737627158106f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767545f,-0.43770547933305204f,-0.8983629002450627f,0.01778807334499507f,0.048603292601469394f,0.8971245929677982f,-0.4390958718100845f,1.2888141461519693f,0.99813812026352f,-0.059844615916433f,-0.011786213243503381f,-0.05863305513672312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483313f,-0.4077033230547453f,-0.9127328857474615f,0.007675035254019552f,-0.2561455248289949f,0.8798100384013053f,-0.4004045035190941f,1.3297300390058626f,0.9662778019104284f,0.24436099667993558f,-0.08120906868533326f,-0.444090097876299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.28680323271108943f,-0.9579895123154892f,0.04518298881793955f,-0.13052619222005157f,0.9497937792351944f,-0.2843495912968067f,1.157030891531523f,0.9914448613738104f,0.1250427232292849f,-0.03743533388218016f,-0.26352459710557274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203708f,-0.9793406217655517f,2.9723198354305425e-17f,-0.13052619222005157f,0.9709622269840886f,-0.20048757296808492f,1.3749999999999996f,0.9914448613738104f,0.12782960224547515f,-0.026394689716483982f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15701589791726175f,-0.02924982441445236f,0.987162831336837f,0.834464304485654f,0.12890715515068024f,0.9916169242050442f,0.008878118104978117f,1.8374242026693821f,-0.9791470538954785f,0.12585834657205372f,0.15947013339793228f,-0.5369061474229092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.15701589791726175f,-0.02924982441445236f,0.987162831336837f,0.8491845449153973f,0.12890715515068024f,0.9916169242050442f,0.008878118104978117f,1.8495092484647584f,-0.9791470538954785f,0.12585834657205372f,0.15947013339793228f,-0.6287011837256102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15701589791726175f,-0.02924982441445236f,0.987162831336837f,0.6937500000000001f,0.12890715515068024f,0.9916169242050442f,0.008878118104978117f,1.8421350078513234f,-0.9791470538954785f,0.12585834657205372f,0.15947013339793228f,-0.6067241855839496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3769158355605036f,-0.7309698269877654f,-0.568873944681248f,-0.9379934152603148f,-0.12465983634205446f,0.6486156150018105f,-0.7508380046181701f,2.527826070812579f,0.9178204498195165f,-0.21208700103801548f,-0.3355960754892721f,-0.6659068374171001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1357348806630237f,-0.7309698269877654f,-0.6687743671858776f,-0.9257565847396849f,0.44277482901901066f,0.6486156150018105f,-0.6190704602571576f,2.511685827678066f,0.8862993246971255f,-0.21208700103801548f,0.4116948032610081f,-0.7574427048700728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057491f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7178524213480091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912222f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103.mcfunction new file mode 100644 index 000000000..b5869905b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..12fc01c23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6260169718634011f,-0.023366321612750575f,0.7794592779313538f,0.7813243461336062f,0.10178555587506065f,0.9934480955389372f,-0.051967125043277065f,1.8732118019303619f,-0.7731380546540074f,0.1118699981422552f,0.6242937225068574f,-0.5418743701599312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6260169718634011f,-0.023366321612750575f,0.7794592779313538f,0.8400134372458001f,0.10178555587506065f,0.9934480955389372f,-0.051967125043277065f,1.8827541977936488f,-0.7731380546540074f,0.1118699981422552f,0.6242937225068574f,-0.6143560627837444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6260169718634011f,-0.023366321612750575f,0.7794592779313538f,0.6937500000000001f,0.10178555587506065f,0.9934480955389372f,-0.051967125043277065f,1.8857780686184968f,-0.7731380546540074f,0.1118699981422552f,0.6242937225068574f,-0.6717592748478665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.425062188190679f,-0.7309698269877654f,-0.5338588279723657f,-0.9379934152603147f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8850787406879161f,-0.21208700103801548f,-0.414312354115821f,-0.7635561560017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19350589516530114f,-0.7309698269877654f,-0.6543994044692825f,-0.9257565847396848f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8470451218220061f,-0.21208700103801548f,0.4873742561812676f,-0.8550920234546727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.815501739932609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104.mcfunction new file mode 100644 index 000000000..9fb9cc5ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..bac047611 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7244982587921972f,0.08435304814085572f,-0.36732993441981493f,-0.2983372758086524f,-0.15263606903875374f,0.7934239489016647f,-0.11884911519287754f,1.5373228379142527f,0.3445996922226075f,0.17409033581184097f,0.7196443924199292f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.687310654659112f,-0.1952536415361828f,-0.3598334051459412f,-0.2983372758086524f,0.1592942301829894f,0.7752876164541984f,-0.11642362304608413f,1.5373228379142527f,0.37713314919597296f,0.028374764133429126f,0.7049577721664613f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231665577001535f,0.08411823330808947f,-0.369998239311596f,-0.2980449909111725f,0.053199602721110656f,0.8109572807797736f,0.08038989653579497f,1.5154982876926897f,0.3756918638177717f,0.04708350050543879f,-0.7235905001350746f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6860174062066692f,-0.194966935256805f,-0.36244725483584916f,-0.2980449909111725f,-0.2558594856670998f,0.7538796147166192f,0.0787492864024114f,1.5154982876926897f,0.3223601122590095f,0.1834486867527012f,-0.7088233470710936f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06655939250595069f,-0.04757819946593972f,1.5603565016382694f,-0.019673328931166474f,1.3555056581161895f,0.7729078600453402f,0.08138857840710496f,1.7453414098059394f,-0.7743258410283328f,1.3571131142302442f,0.00835087420887667f,0.5254109650457731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.030450047658201855f,-0.9986281610484924f,0.04259801120380823f,-0.013293752612891896f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8685523931073564f,-0.005344559493681565f,0.49556853825813285f,0.35764606854233205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010938605664875431f,-0.9986281610484924f,0.051206863475660086f,-0.011800060835588645f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941222154494855f,-0.005344559493681565f,0.10813166249357772f,-0.006498345409305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9930788960755099f,-0.017482669092084818f,-0.11614070109511015f,0.2756980581309625f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0654047680732425f,-0.9036605941284545f,-0.4232254091293363f,-0.7097315646508042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8122602440588133f,-0.017482669092084818f,-0.5830331484597889f,0.012563083287969071f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26238804897633367f,-0.9036605941284545f,-0.33845242261476266f,-0.5989123731151973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14728198542612556f,-0.5450750397801899f,-0.8253491490136542f,0.25408356801649107f,-0.564682804192097f,0.6387562863714349f,-0.5226124159171146f,1.4177814002269302f,0.812059940779428f,0.5430318661272078f,-0.2137172078979927f,-0.1771384877374458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.30901100369854867f,-0.9510566993268716f,0.19019990045222027f,-0.13675310737971244f,0.9420458313272817f,-0.30634659994993196f,1.5925003273511085f,0.9906034692869294f,0.13062102155513233f,-0.040532892378819046f,-0.15290037677322613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03059586453040075f,-0.5361144443255449f,-0.8435906564555761f,0.20515871141956996f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7477319530085779f,0.5723505646692286f,-0.3366181183073675f,-0.5408680583895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016943234002089858f,-0.0495451590214117f,-0.9986281610484924f,0.18962756809650222f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9082778504500018f,0.4183333384583908f,-0.005344559493681539f,-0.46246396092539155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2422810022939328f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.3574056235176574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2639046647838304f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.4507192799293068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.32822256608992906f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.21931107167362518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.37942914637243924f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2949956363605045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.966006595662071f,0.12307127370414202f,-0.22734273405195093f,0.13831195319389777f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.23180443844674029f,0.02304534191568216f,-0.9724893904472071f,-0.34878515530372906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733660403371565f,-0.02956066291795667f,-0.22734273405195093f,0.02589688007480751f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.22534545541779974f,0.05902381883751464f,-0.9724893904472071f,-0.3222339307106536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393035532630205f,0.28445970886432076f,-0.19181112809294998f,-0.0064106169007139835f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.2876523879851936f,0.34825252252721534f,-0.8921750300472698f,-0.36259773431355713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9812336493640126f,-0.019723501096212404f,-0.19181112809294998f,0.022608816186065944f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.16595773022632637f,0.42009730722569366f,-0.8921750300472698f,-0.36419409400171937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.13401808894928835f,-0.19181112809294998f,0.07836574781323019f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.2296322126968687f,0.3889637035149848f,-0.8921750300472698f,-0.36065446892124964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.055386264539986185f,-0.22734273405195093f,0.06590383829173332f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.2296322126968687f,0.03915906484531215f,-0.9724893904472071f,-0.36946525851144485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503844985409707f,-0.20702736658768112f,-0.23218306229524477f,-0.2435983177493822f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24028768302913422f,-0.014541466841360054f,-0.9705927957318619f,-0.2692454459673205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098317f,-0.23218306229524477f,-0.13230799392743295f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.23505455633026762f,-0.0519517124047813f,-0.9705927957318619f,-0.2968437451417778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287243746910563f,-0.2890710318207431f,-0.23218306229524477f,-0.11037664538015271f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24064068819357262f,0.00645631931767824f,-0.9705927957318619f,-0.30186962207302376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725972298061818f,0.012068726384501322f,-0.23218306229524477f,-0.13920010952580109f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23085800698252132f,-0.06822173763153652f,-0.9705927957318619f,-0.295547368098972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.20841484469321345f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.31773684428140797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.17686363761629298f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.310701619428878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.019623795870674535f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2831271614960903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.05233012232179887f,-0.9986281610484924f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9906034692869294f,0.1366609026770926f,-0.005344559493681539f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.6504845601194374f,-0.7592686027521909f,0.37019390086295184f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9802884525703282f,0.1617847424952351f,-0.11340302841203882f,-0.5495714094443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.7779578488442512f,-0.6280131841774244f,0.07359747099108103f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9802884525703282f,0.1384095815523418f,-0.14098701178398268f,-0.496802756477559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.13641154661812963f,-0.9862930075464423f,0.3257119059234725f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9768689441175474f,-0.20412643016641022f,-0.06371394294960586f,-0.24047427218440068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.9939553219573225f,0.05860737785016745f,0.023631123270935736f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9768689441175474f,-0.07953310925195539f,0.19849823815687764f,-0.24260006965544448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09813478722968792f,-0.8102446970667239f,-0.5778175269154069f,0.021955617292310436f,-0.044083895422988864f,0.5835894882744297f,-0.8108513546513468f,1.3100708842819795f,0.9941962450641819f,-0.05410027773350523f,-0.09298917275381435f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09813478722968726f,-0.7679644685622554f,-0.6329298053981001f,0.029263439542490666f,-0.2147351496795319f,0.604676608198263f,-0.766977845175435f,1.273222180295158f,0.9717295812248863f,0.21117948414497328f,-0.10556915481697257f,-0.35343124741885057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7518398074789775f,-0.6593458151000688f,0.021955617292310436f,-0.13052619222005157f,0.6537050202492898f,-0.7454077137013071f,1.3100708842819795f,0.9914448613738104f,0.08606189860123795f,-0.09813478722968781f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012506206048450529f,-0.21163296951649413f,-0.977269195781748f,0.024485038727711825f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989304946486265f,0.04086427854751209f,-0.021632789922743943f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012506206048449849f,-0.21163296951649418f,-0.977269195781748f,0.024485038727711825f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9764137340531646f,0.2132635237342619f,-0.03368811952012094f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.14349262199117938f,-0.9896513868196702f,0.024485038727711825f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914448613738104f,0.12917542714686486f,-0.018729545560180208f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05099478741988769f,-0.5067565759696376f,-0.8605796327868384f,0.02263934891640534f,0.045117904745314324f,0.8596520149124681f,-0.5088838648732403f,1.3333868989043944f,0.9976792602471964f,-0.06477797440845585f,-0.0209739768318797f,-0.15008855083489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03652501567415644f,-0.4786515397029397f,-0.8772449069501674f,0.01333747450080501f,-0.2536491158327504f,0.844642927565112f,-0.4714238548816776f,1.3735324836021734f,0.9666064603897837f,0.2397311587054179f,-0.09055894366925418f,-0.5356470065671374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3624380382837017f,-0.9320078692827986f,0.06252429532254983f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914448613738104f,0.12165143829660716f,-0.04730765705287717f,-0.35462865922726816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2798290140309921f,-0.9600498543859287f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914448613738104f,0.12531165183441018f,-0.036525015674157106f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9294448251323811f,-0.011178538033779448f,0.36879175332708425f,0.7055010368209824f,0.04815909165624847f,0.9946652974827409f,-0.09122306656989466f,1.8862032989993158f,-0.3658046185130565f,0.10254748300664289f,0.9250248617218456f,-0.5402466125707587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9294448251323811f,-0.011178538033779448f,0.36879175332708425f,0.7926364891771431f,0.04815909165624847f,0.9946652974827409f,-0.09122306656989466f,1.890718213842089f,-0.3658046185130565f,0.10254748300664289f,0.9250248617218456f,-0.5745407955563577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9294448251323811f,-0.011178538033779448f,0.36879175332708425f,0.6937500000000001f,0.04815909165624847f,0.9946652974827409f,-0.09122306656989466f,1.9021442164061866f,-0.3658046185130565f,0.10254748300664289f,0.9250248617218456f,-0.696147433321835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4423019757793624f,-0.7309698269877654f,-0.5196653483302004f,-0.9379934152603147f,-0.21364154430283866f,0.6486156150018105f,-0.7305169912628462f,2.5764033681345353f,0.8710489382173487f,-0.21208700103801548f,-0.4430494907130922f,-0.8001746504709243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21481363799898395f,-0.7309698269877654f,-0.6477176954222555f,-0.9257565847396848f,0.5136961275424633f,0.6486156150018105f,-0.5616173719924449f,2.5602631250000223f,0.8306451646025028f,-0.21208700103801548f,0.5148278493954868f,-0.891710517923897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6795416143794473f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.8521202344018333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.3055359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105.mcfunction new file mode 100644 index 000000000..ee356536e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..21c55d862 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9907814979942563f,0.004147256528370086f,-0.13540614275410567f,0.6269961958684035f,-0.017682336208247315f,0.9949392373014753f,-0.09891030817956864f,1.8717703819013232f,0.13431067797638374f,0.1003928002460666f,0.9858407211310949f,-0.5301789797083452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9907814979942563f,0.004147256528370086f,-0.13540614275410567f,0.719881961305365f,-0.017682336208247315f,0.9949392373014753f,-0.09891030817956864f,1.8701126628818f,0.13431067797638374f,0.1003928002460666f,0.9858407211310949f,-0.5175873536480592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9907814979942563f,0.004147256528370086f,-0.13540614275410567f,0.6937500000000001f,-0.017682336208247315f,0.9949392373014753f,-0.09891030817956864f,1.8857780686184968f,0.13431067797638374f,0.1003928002460666f,0.9858407211310949f,-0.6717592748478665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.425062188190679f,-0.7309698269877654f,-0.5338588279723657f,-0.9379934152603147f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8850787406879161f,-0.21208700103801548f,-0.414312354115821f,-0.7635561560017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19350589516530114f,-0.7309698269877654f,-0.6543994044692825f,-0.9257565847396848f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8470451218220061f,-0.21208700103801548f,0.4873742561812676f,-0.8550920234546727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.815501739932609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106.mcfunction new file mode 100644 index 000000000..f9d093fd7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..18453583a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6828537624275498f,0.07705068619729777f,-0.44126905096495206f,-0.3039395336469326f,-0.17075580064673165f,0.7885243686207143f,-0.12655520961715447f,1.5207389692407387f,0.41412273558508894f,0.19808320547758157f,0.6754330818250562f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.646883888194487f,-0.1862510396723824f,-0.43226356012893263f,-0.3039395336469326f,0.14105869970174437f,0.7776459829643789f,-0.12397245023721255f,1.5207389692407387f,0.449047523579449f,0.024026556147764486f,0.6616487332163816f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6781927232231229f,0.07622881922741738f,-0.4485401227658936f,-0.3031911515170527f,0.03848059927200236f,0.8118480555017246f,0.07978986591153543f,1.4995007018515492f,0.4533412821388723f,0.04512589435908117f,-0.6777829888772812f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6423574356940618f,-0.18524754931233137f,-0.4393862427094468f,-0.3031911515170527f,-0.2695144774257817f,0.749168022657312f,0.07816150130109593f,1.4995007018515492f,0.39336862008357665f,0.21078571892210535f,-0.6639506829818265f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07271593542521762f,-0.03813650631607443f,1.560341068363337f,-0.015605459307809894f,1.416509652919654f,0.6543558918193746f,0.08200621943922139f,1.6938085991872822f,-0.6554533133036082f,1.4183688602501379f,0.004120722272449562f,0.5663060690507764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.02440736404228807f,-0.9986182837525357f,0.04653819867213906f,-0.010393079873491693f,0.4187877707643995f,-0.05248398044110167f,-0.9065661778685786f,1.6129455666412609f,0.9077560705600883f,-0.002637262254368216f,0.41949012051430906f,0.39096757715590247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.005653949191692694f,-0.9986182837525357f,0.05224515493017529f,-0.010749850493891358f,0.05741308344043852f,-0.05248398044110167f,-0.9969699943563596f,1.5902593431629997f,0.9983344984064203f,-0.002637262254368216f,0.05763049660902353f,0.029585608233761163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9898901677523045f,-0.02078708060339657f,-0.14030450123678279f,0.26955513854618735f,0.11690112732303887f,0.4406141659910078f,-0.8900524047260653f,1.4963363086888422f,0.08032174187551694f,-0.8974558785857033f,-0.4337295975305885f,-0.6785452817347667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7977564766562316f,-0.02078708060339657f,-0.6026213580956317f,0.01153531772476554f,0.5337499980781243f,0.4406141659910078f,-0.721782582416375f,1.6722898022209494f,0.280527259824492f,-0.8974558785857033f,-0.34040770039369767f,-0.5618085338696317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1303009613082195f,-0.5532117996405801f,-0.8227869494714805f,0.25462523411987775f,-0.5194048754556204f,0.6687868948667015f,-0.5319235514690877f,1.4000446417720984f,0.8445355142532996f,0.4966697031156484f,-0.20019733058142486f,-0.14467825516677643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0053117048038712825f,-0.308961055894146f,-0.9510598570714942f,0.19075091203302857f,-0.15074038036579313f,0.9399580290967083f,-0.3061964096193942f,1.57437304466761f,0.988559114832923f,0.14498954954549736f,-0.041580127505110274f,-0.11775259042390263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.029800997948318544f,-0.5367933773269002f,-0.843187268985523f,0.20458099857121273f,-0.6069340970685169f,0.6605311347701638f,-0.4419611089393094f,1.4495212529124457f,0.7941932399214364f,0.5249299858621339f,-0.3061137167881756f,-0.5000650755496988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.018123643122521238f,-0.049326026751683266f,-0.9986182837525357f,0.1890910042818188f,-0.39107846322669687f,0.9188596559852344f,-0.05248398044110189f,1.6214794135319204f,0.9201788788926925f,0.39148930469118703f,-0.0026372622543682084f,-0.42667731380919105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.24393817953187127f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2952839666443916f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.30361662545430884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.2646904146481233f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.1691536740132458f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.40098605863773285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.32607434368422133f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2683275059168597f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.1639193720744787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.3780896647232151f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.138755962980071f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24345511333707337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9633222421610856f,0.1451302689460613f,-0.22571544651038492f,0.1422011869643347f,0.10999245427001458f,0.9807756593424725f,0.16118550196899625f,2.3892294913969505f,0.24476911112596958f,0.13044658323230415f,-0.9607662416850522f,-0.2833455874875986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741655228021922f,-0.007353325108363867f,-0.22571544651038492f,0.029917817291023267f,-0.04478885095778211f,0.9859072942142605f,0.16118550196899625f,2.394005852228335f,0.22134925573268432f,0.1671308942863839f,-0.9607662416850522f,-0.2561652288252318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9342156010640044f,0.30930240727554836f,-0.1776885803369813f,-0.0032766624464019706f,0.1730591066251915f,0.8285859204003656f,0.5324433473416395f,2.3942806988964747f,0.3119162649537719f,0.4666662547986835f,-0.8276054919401262f,-0.3002854682314648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9840715352657408f,0.005475572806204254f,-0.1776885803369813f,0.02602739435020656f,-0.09145813964341423f,0.8415102438857154f,0.5324433473416395f,2.403687094666023f,0.15244219288862787f,0.5402134092540167f,-0.8276054919401262f,-0.300525465914273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.15935086359938255f,-0.1776885803369813f,0.08494125475697532f,0.041309066649813896f,0.8454570615259841f,0.5324433473416395f,2.5107969074590035f,0.23507337221506416f,0.5097152728592497f,-0.8276054919401262f,-0.28202439603508866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.0775787762126888f,-0.22571544651038492f,0.06748603010912037f,0.041309066649813896f,0.9860592248782647f,0.16118550196899625f,2.2889335818613943f,0.23507337221506416f,0.14720305198540418f,-0.9607662416850522f,-0.3151450827318046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501089482404481f,-0.20342417247734368f,-0.23645632265883068f,-0.24125052730054947f,-0.2015053185404253f,0.9789474221191459f,-0.032520014240477346f,2.37873993356268f,0.23809366449645572f,0.01674965009148096f,-0.9710977582861892f,-0.21079698148805415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315575f,-0.23645632265883068f,-0.13002104826610056f,-0.04588333740856565f,0.9984173315913798f,-0.032520014240477346f,2.394086439931035f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.23839459662072715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287639120015686f,-0.28545753316072314f,-0.23645632265883068f,-0.10812355586666691f,-0.28605941965295945f,0.957659885920681f,-0.032520014240477346f,2.390798463928609f,0.2357278180261177f,0.037437142788725584f,-0.9710977582861892f,-0.2436163937657929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.971518199527884f,0.015517585532597244f,-0.23645632265883068f,-0.1368875299852033f,0.0238745044721069f,0.9991858969731363f,-0.032520014240477346f,2.3994482681454f,0.23575919074833512f,-0.03723906321630586f,-0.9710977582861892f,-0.23690220692602265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.20581927849929904f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.50035203507835f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.255676881271546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.17507249040836587f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.2774627475092526f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.2556994429957066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.019605397186166957f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,1.7725255326897562f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24446536469039648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0053117048038712825f,-0.05228105916311199f,-0.9986182837525357f,3.686424991200035e-17f,-0.15074038036579313f,0.987179198283794f,-0.05248398044110189f,1.4023333333333334f,0.988559114832923f,0.15081087934412804f,-0.0026372622543682084f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.6029570245062623f,-0.7975803309795986f,0.34642415590067915f,-0.1971401163328743f,0.7799555652503718f,-0.59397398155747f,0.8731233726281186f,0.980218002435801f,0.1676667612662916f,-0.10516902998145514f,-0.5192561759279058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.7382079241342101f,-0.6743445844020931f,0.06498238482451156f,-0.1971401163328743f,0.6586519765564577f,-0.7261634446256107f,1.124234438690268f,0.980218002435801f,0.1456936324062653f,-0.1339628051999355f,-0.46371047857301717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.09833032184859174f,-0.9918152666983343f,0.3236816204659427f,0.18689227825560417f,0.9759628540010554f,-0.11210612801512806f,1.2637966743573306f,0.9789982899776511f,-0.19449333000199992f,-0.061112133047111855f,-0.20716616678292288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.9964727393675832f,0.020210273328195527f,0.01645119439096936f,0.18689227825560417f,-0.03518737924709642f,-0.9817500316629233f,1.1411925285770437f,0.9789982899776511f,-0.07618351553312523f,0.189098969277595f,-0.20932066354007348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09558846157869803f,-0.7932674437916132f,-0.6013232147799865f,0.018778948705202955f,-0.04128835014615115f,0.6067291517856603f,-0.7938356306664888f,1.2938476428483898f,0.9945642855819962f,-0.05105388323891983f,-0.09074901019295002f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09558846157869737f,-0.749388897124486f,-0.6551939612661006f,0.02500197266371951f,-0.2175306949563696f,0.6265729477487887f,-0.7483894293088276f,1.2568036804532823f,0.971361540707072f,0.21406219193482165f,-0.10312194344194053f,-0.32017878671912997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7323316489425123f,-0.6809481301517325f,0.018778948705202955f,-0.13052619222005157f,0.6751225245010399f,-0.7260664501654631f,1.2938476428483898f,0.9914448613738104f,0.08888156652806949f,-0.09558846157869792f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.009990568707626353f,-0.1832112207451743f,-0.9830228060070434f,0.02202979490084908f,-0.04418896994722142f,0.9821923890703178f,-0.18260735414365242f,1.3183764024654316f,0.9989732346123702f,0.04161441391398849f,-0.017908575674616945f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.009990568707625673f,-0.18321122074517435f,-0.9830228060070434f,0.02202979490084908f,-0.2158700313562174f,0.9594955978593004f,-0.1810202398929185f,1.3183764024654316f,0.9763709940894209f,0.21401365910073836f,-0.029963905271993944f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11462892051246334f,-0.9934083805677036f,0.02202979490084908f,-0.13052619222005157f,0.9849096341595285f,-0.11364825420690869f,1.3183764024654316f,0.9914448613738104f,0.12966581323499016f,-0.014962076512787144f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04588127143131988f,-0.4819826319718087f,-0.874978657687931f,0.020889215822892358f,0.04651588568165521f,0.8739201280056929f,-0.48383869444864f,1.3171233383556022f,0.9978633079290453f,-0.06289954168387342f,-0.017676717592979084f,-0.11681569199026767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.032862459929102944f,-0.45316580647763804f,-0.8908203020625877f,0.011285009340243554f,-0.25465041965605273f,0.8580896232870443f,-0.44590958968841937f,1.3575417493944826f,0.9664746362406021f,0.24150144978150803f,-0.08719992693245458f,-0.5023382294532943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3351592513087269f,-0.9421614916043712f,0.05625465483609674f,-0.13052619222005157f,0.9341011694354382f,-0.33229191745193076f,1.1869235775617937f,0.9914448613738104f,0.12297675195548254f,-0.04374706086065178f,-0.3214987630419262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2517690845811322f,-0.9677873361690463f,3.686424991200035e-17f,-0.13052619222005157f,0.9595077813474494f,-0.24961516516075166f,1.4023333333333334f,0.9914448613738104f,0.12632159586893252f,-0.03286245992910361f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7977366981768554f,0.01864166895223476f,-0.602717718804221f,0.5659484344523269f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962184f,1.872983728007883f,0.5978471378834321f,0.10601310223205607f,0.794569079362974f,-0.5724469330106289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7977366981768554f,0.01864166895223476f,-0.602717718804221f,0.640736249906407f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962184f,1.8656048465505863f,0.5978471378834321f,0.10601310223205607f,0.794569079362974f,-0.516398763834057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7977366981768554f,0.01864166895223476f,-0.602717718804221f,0.6937500000000001f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962184f,1.880308138335678f,0.5978471378834321f,0.10601310223205607f,0.794569079362974f,-0.6636082103267891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4191978547243721f,-0.7309698269877654f,-0.538475877480097f,-0.9379934152603147f,-0.18155200046715914f,0.6486156150018105f,-0.7391458956810865f,2.5587271200665946f,0.8895572099201136f,-0.21208700103801548f,-0.40460730872025036f,-0.7513174414057637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1863370379009431f,-0.7309698269877654f,-0.656476671588396f,-0.9257565847396848f,0.48869282371343603f,0.6486156150018105f,-0.5835041628187511f,2.5425868769320816f,0.8523249570189125f,-0.21208700103801548f,0.4780808212357088f,-0.8428533088587364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6618653663115066f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.8032630253366727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.566092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2721803537904033f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107.mcfunction new file mode 100644 index 000000000..b93c24b17 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..e64e4ff5f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.647245682641758f,0.07079344117461409f,-0.4929561435185746f,-0.3084864367806601f,-0.18259464170595227f,0.7858126598322335f,-0.1268940696490965f,1.5143831256095635f,0.4633321352618701f,0.2107870887376437f,0.6386208422057874f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6123120154350892f,-0.1785654740371257f,-0.4828958140590119f,-0.3084864367806601f,0.12932770642499147f,0.7796298876996857f,-0.12430439475829862f,1.5143831256095635f,0.49834560307548653f,0.017076583009264526f,0.6255877637934244f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6410592224539338f,0.06970260132842192f,-0.5011277932017475f,-0.30767801808903683f,0.030102093328233593f,0.8127012104682162f,0.07453221400977487f,1.4944560877399211f,0.5050558204084581f,0.04003416435985191f,-0.6405156738128991f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6063041882193554f,-0.17723357080931654f,-0.4909006953813037f,-0.30767801808903683f,-0.277417058740448f,0.746799268697099f,0.07301114841773866f,1.4944560877399211f,0.44208031721336266f,0.22556399014837725f,-0.627443925367738f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07441677100369536f,-0.03501275894318697f,1.5603340991289558f,-0.014355704799760081f,1.4350023988364369f,0.6127148291823682f,0.0821882195554352f,1.6761254583431624f,-0.6137071854940715f,1.4369275885761283f,0.0029741657212944725f,0.579786814994831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022408165723640096f,-0.9986138234425317f,0.04762673344236481f,-0.00952948796159477f,0.39213749067671544f,-0.05260046051547851f,-0.9184015352553196f,1.6004101816431586f,0.9196336566887222f,-0.0019034660616289582f,0.39277259871620557f,0.40215379391725137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.004020488702529242f,-0.9986138234425317f,0.052481113746575776f,-0.010445671666424078f,0.040170776700646005f,-0.05260046051547851f,-0.997807346261204f,1.5833128668750942f,0.9991847398603821f,-0.0019034660616289582f,0.04032657246893859f,0.04188487660358281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9886764923016962f,-0.02173190211032856f,-0.14848069908470068f,0.2674973500322442f,0.12342929312389073f,0.4449754042838408f,-0.88699611001479f,1.4910261880502105f,0.08534637173864557f,-0.8952790704652376f,-0.4372543685521614f,-0.667850491762864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7927310728153502f,-0.02173190211032856f,-0.6091840203285795f,0.011242973908500141f,0.5379779394606885f,0.4449754042838408f,-0.7159445692482517f,1.6682243923562232f,0.2866307430242895f,-0.8952790704652376f,-0.3410545456964974f,-0.5491246764017751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12421907350733721f,-0.5558265220805774f,-0.8219650230568138f,0.2547803706666033f,-0.5035966991341642f,0.6784470790133716f,-0.5348830952641879f,1.3939833373560582f,0.8549619795044413f,0.48038155494360274f,-0.19563633423220114f,-0.13356579443171324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.00631052193780156f,-0.30893495131623483f,-0.95106223411936f,0.19091092833156328f,-0.15555059641098173f,0.9392008133052817f,-0.30611410330607997f,1.5681702767051355f,0.9878077693909176f,0.14987003750561068f,-0.04212816859307388f,-0.10572846345311795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02937659127208859f,-0.5371299950969061f,-0.8429877723030331f,0.20442994803533862f,-0.5869890002277678f,0.6733481306164031f,-0.4494955045459312f,1.4440975337130335f,0.8090617587655706f,0.5080291953840774f,-0.29550872599733563f,-0.4860854088032554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01835212380806218f,-0.04933184753505345f,-0.9986138234425317f,0.1889388902260003f,-0.3818515252202107f,0.922725638660029f,-0.05260046051547862f,1.6167798380835672f,0.9240414559091666f,0.382287541751258f,-0.001903466061628948f,-0.4144183913877797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.24455125592122226f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.2899297003568537f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2851847453476772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.26501696251060536f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.1648168429603674f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.383917922486285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3253191270155371f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.262219287204725f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.1450557702766742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3776028310138253f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.133568930256903f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.22590014208706888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9624394929607668f,0.15271260440039733f,-0.22447512745662954f,0.14356561306478727f,0.10826431113890245f,0.97410165921512f,0.19850641412299302f,2.3823939919871977f,0.24897602559893442f,0.16674776751608403f,-0.9540472319048786f,-0.2610742108847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9744797802999221f,0.0002737516132815532f,-0.22447512745662954f,0.031322906609266406f,-0.04545167413966035f,0.9790451209571156f,0.19850641412299302f,2.387024852776001f,0.2198256197637527f,0.203643257168317f,-0.9540472319048786f,-0.2337014031935898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932576762235208f,0.31740151842344555f,-0.17192108259718458f,-0.002129834393387861f,0.16768343284693799f,0.8026893792134014f,0.5723390838014392f,2.389627742430254f,0.31966052131529044f,0.5049218123635536f,-0.8017924385474969f,-0.27891353295011734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9850156699024882f,0.01368471428875015f,-0.17192108259718458f,0.02726752845681251f,-0.08856823789739654f,0.8152199950866511f,0.5723390838014392f,2.3987392969465042f,0.1479858009482763f,0.5789897133850964f,-0.8017924385474969f,-0.27871289209920064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.16760663212481458f,-0.17192108259718458f,0.08724756325918244f,0.04005068790316492f,0.8190384090821459f,0.5723390838014392f,2.5042672641133494f,0.2367377962474395f,0.5487113096300865f,-0.8017924385474969f,-0.2552205933187546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.08520421895035961f,-0.22447512745662954f,0.06807661399535156f,0.04005068790316492f,0.9792809331088369f,0.19850641412299302f,2.2839290541638615f,0.2367377962474395f,0.18370926792773706f,-0.9540472319048786f,-0.29655517860249536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950068610863288f,-0.20213225676152324f,-0.23772291734032774f,-0.24041128206286505f,-0.20280884932271645f,0.9789740075609531f,-0.021873800685815008f,2.3730155996081495f,0.2371459577743174f,0.027430699891558392f,-0.9710866858395091f,-0.19086329468219052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9699921411689522f,-0.05102019836962546f,-0.23772291734032774f,-0.12919687574177785f,-0.047166660684474504f,0.9986475068628736f,-0.021873800685815008f,2.3885122451477088f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.21843774714582767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9288363259940864f,-0.28416701794017457f,-0.23772291734032774f,-0.10731027215476943f,-0.28736030718100425f,0.9575727600033307f,-0.021873800685815008f,2.3852519397884f,0.23385280278552711f,0.04799494988634171f,-0.9710866858395091f,-0.22372216928918573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711882781926899f,0.016767315596796617f,-0.23772291734032774f,-0.13605450550161227f,0.022610363522481025f,0.9995050316556383f,-0.021873800685815008f,2.393866691796147f,0.23723848710211454f,-0.02661858040427629f,-0.9710866858395091f,-0.21687960236242057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.2048788695396222f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.4950531028999943f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23449100928908964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.17442142129688645f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.2721373889927428f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23692582750845154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.019595710819449136f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,1.7669099305825111f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2312665745988825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00631052193780156f,-0.052255228851864455f,-0.9986138234425317f,3.54708739983038e-17f,-0.15555059641098173f,0.9864264815533632f,-0.05260046051547862f,1.397f,0.9878077693909176f,0.155666912180758f,-0.001903466061628948f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.5862209109441355f,-0.8099751386509448f,0.3380598970001982f,-0.1973097004792181f,0.7922063846185798f,-0.5774754767662086f,0.8614261865543318f,0.9801956762593836f,0.16957030324141906f,-0.102285622161781f,-0.5088746072849011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.7240108326300632f,-0.6895817543229462f,0.06203076705998662f,-0.1973097004792181f,0.673704268512398f,-0.7121737433274102f,1.1182759389246835f,0.9801956762593836f,0.14809075873428984f,-0.13147457328286635f,-0.45241500551745306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.08525581988166375f,-0.9933285748607572f,0.32287513491360675f,0.18484087894244866f,0.9778323616392428f,-0.09837541360931605f,1.2541054057927206f,0.9796959027832978f,-0.19124674561237964f,-0.060171590990207066f,-0.19581873296046587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.9969555689045654f,0.007057342897455882f,0.013998584077211801f,0.18484087894244866f,-0.021352312172654764f,-0.9825364767970015f,1.1357093195884307f,0.9796959027832978f,-0.07499114877807808f,0.1859361871034339f,-0.19796261726664077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09470126066760853f,-0.7873219383298438f,-0.6092256040683973f,0.017691593491334243f,-0.04035173259918255f,0.6145089085290698f,-0.7878772360048584f,1.2883347992957683f,0.9946875936213389f,-0.050029658833027554f,-0.08996457265413499f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09470126066760787f,-0.7429066318042885f,-0.6626623632357381f,0.023543334074751468f,-0.21846731250333817f,0.6339181167950093f,-0.7419028606001178f,1.251231404177695f,0.9712382326677294f,0.2150292017849582f,-0.10226797047066664f,-0.30883246637648076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7255345387533652f,-0.6881857547755126f,0.017691593491334243f,-0.13052619222005157f,0.6822982302428391f,-0.7193274901962415f,1.2883347992957683f,0.9914448613738104f,0.08982626611092959f,-0.09470126066760842f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00913042656254937f,-0.17347967617500987f,-0.9847951245132155f,0.02118792262261847f,-0.04409485524951659f,0.9839480432851417f,-0.17292163501385588f,1.3128303489068829f,0.9989856250473828f,0.04184555017626993f,-0.0166334265602492f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00913042656254869f,-0.17347967617500992f,-0.9847951245132155f,0.02118792262261847f,-0.21596414605392225f,0.9612512520741243f,-0.17133452076312194f,1.3128303489068829f,0.9763586036544083f,0.21424479536301977f,-0.0286887561576262f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10475989618933468f,-0.9944975435617727f,0.02118792262261847f,-0.13052619222005157f,0.9859894792131967f,-0.10386366075496964f,1.3128303489068829f,0.9914448613738104f,0.129807977533313f,-0.013673910346962078f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.044127911008227f,-0.47343762644515247f,-0.8797212861674033f,0.020288112064733105f,0.046958916333368794f,0.878622764428717f,-0.47520195496697504f,1.3115873277185157f,0.9979216340208511f,-0.06228042785353683f,-0.016539669269206213f,-0.10546459718573326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03160661555409653f,-0.444383560035875f,-0.8952788802507616f,0.010582626816711575f,-0.2549677403532592f,0.8625074156723788f,-0.4371183012518552f,1.3521007822305169f,0.9664328601782788f,0.24208306318285988f,-0.08604253185276972f,-0.4909746219381441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3257881778035011f,-0.945442786848297f,0.05410487383990072f,-0.13052619222005157f,0.9373543927436788f,-0.3230010147796184f,1.181047047939071f,0.9914448613738104f,0.12340504692922195f,-0.04252389031900044f,-0.31019249841232677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2421476871156395f,-0.970239402222228f,3.54708739983038e-17f,-0.13052619222005157f,0.9619388696356256f,-0.24007608008435397f,1.397f,0.9914448613738104f,0.12664165471392638f,-0.03160661555409719f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.40331356743455116f,0.028548922396927513f,-0.9146163815246203f,0.5376522192978124f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.8752056456348818f,0.9072333565605767f,0.11798736081969041f,0.40374078247141887f,-0.6344743346438116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.40331356743455116f,0.028548922396927513f,-0.9146163815246203f,0.5754628662448016f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.8640081890143385f,0.9072333565605767f,0.11798736081969041f,0.40374078247141887f,-0.5494212074662577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.40331356743455116f,0.028548922396927513f,-0.9146163815246203f,0.6937500000000001f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.8728597226314139f,0.9072333565605767f,0.11798736081969041f,0.40374078247141887f,-0.6525088884257475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.411131882035895f,-0.7309698269877654f,-0.5446592398987637f,-0.9379934152603147f,-0.17052382040558148f,0.6486156150018105f,-0.7417677605895985f,2.5526976470414207f,0.8954843394766364f,-0.21208700103801548f,-0.39131432601272464f,-0.734651957700659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1765395137622785f,-0.7309698269877654f,-0.6591789681976015f,-0.9257565847396848f,0.4799485407246199f,0.6486156150018105f,-0.5907175147497583f,2.5365574039069076f,0.8593504514090199f,-0.21208700103801548f,0.4653341870675468f,-0.8261878251536318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6558358932863326f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.786597541631568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5607592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2608025760126255f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108.mcfunction new file mode 100644 index 000000000..ef58a0de0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..4b0c6dbdd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6001955352752765f,0.06252720240323802f,-0.5502727622186047f,-0.31446514546727833f,-0.19697744698642564f,0.7824863202370358f,-0.12593446099085528f,1.5066459186243208f,0.5175998930243112f,0.22527750008816208f,0.5901566259389908f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5666316685492327f,-0.16840876898331722f,-0.5390427058467965f,-0.31446514546727833f,0.115063953472606f,0.7820112012228712f,-0.1233643699502256f,1.5066459186243208f,0.5528913444867503f,0.009847217448897175f,0.5781126131647257f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5921021803137388f,0.0611001255590682f,-0.5591298839883513f,-0.31362208970303596f,0.02035460875662664f,0.8136296920262559f,0.06735620684145567f,1.4882477509208014f,0.5620899771518129f,0.0348990451784916f,-0.5914231637969114f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5587720078178476f,-0.16666632414898483f,-0.5477190700294053f,-0.31362208970303596f,-0.2865868376779456f,0.7439854932734243f,0.06598159037530352f,1.4882477509208014f,0.49562266670216554f,0.24229717743581955f,-0.5793533033112602f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07623224968775706f,-0.03129778155031608f,1.560325396504707f,-0.012931643955443864f,1.4559015053139124f,0.5612212780494993f,0.08238770472083795f,1.654517591930519f,-0.5620904739739193f,1.4578948439220556f,0.0017813290711933077f,0.5958899984925439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.020030580192202725f,-0.9986082537630124f,0.048788639800164305f,-0.008564678305228808f,0.3591816179516793f,-0.052728131021336236f,-0.9317769634009041f,1.5851680451357955f,0.9330527001101157f,-0.0011400506055642108f,0.35973790334330813f,0.4156647071423805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0021506065667179263f,-0.9986082537630124f,0.05269658819868351f,-0.010112758907211517f,0.01911263921572931f,-0.052728131021336236f,-0.9984259868519074f,1.5748314937217827f,0.999815023848714f,-0.0011400506055642108f,0.019199436736847264f,0.05686756769403539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9871131698937621f,-0.02275767256046777f,-0.15839721639574122f,0.2650163623352148f,0.13133541283025252f,0.45030219294139595f,-0.8831641661485574f,1.484585873249691f,0.09142537480916244f,-0.8925861433899814f,-0.4415103367637091f,-0.654777792326965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7865561372370267f,-0.02275767256046777f,-0.6170992880520915f,0.010926637781749668f,0.5430350243122822f,0.45030219294139595f,-0.7087601127337294f,1.6632682096311864f,0.29401089324194535f,-0.8925861433899814f,-0.3418297401971822f,-0.533648263860144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1166073859719598f,-0.5588871677123646f,-0.8210041725248647f,0.25494907748332185f,-0.4840929928385994f,0.6898157887223194f,-0.5383383247679585f,1.386588557496595f,0.8672120224151381f,0.4602165918302551f,-0.1901157457518715f,-0.11999475756737829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.007397467795279505f,-0.30889859886933735f,-0.9510662085716105f,0.19108642639174853f,-0.16143635907791262f,0.9382472734672734f,-0.30599077731019036f,1.5605974789135202f,0.986855399457228f,0.1558002228746401f,-0.04292681113625148f,-0.09105050834798484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02874225758819445f,-0.5376000615070025f,-0.8427099480226877f,0.20427601498925801f,-0.5622140953191904f,0.688374552039528f,-0.4583184342013785f,1.4375067581059728f,0.8264921013858257f,0.48695651753729136f,-0.2824608935318224f,-0.46900599633892903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01850715911349152f,-0.04938664372008282f,-0.9986082537630127f,0.18877471770572368f,-0.37058151272510426f,0.9273020471374848f,-0.05272813102133658f,1.611046341125368f,0.9286155434236072f,0.3710416052098409f,-0.0011400506055642239f,-0.3994428206783686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.24532823827436037f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.283309096008439f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2626670489104266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.265452996904638f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.159458467791076f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.3630479658231425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.3243868598295173f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.254683845347146f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.12209126146085451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.376991688191224f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.12717892981132f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2045263331672421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9613906078152553f,0.1619503064991783f,-0.22248639830209005f,0.14524652504385385f,0.10601777676941357f,0.9640560031016244f,0.24363138938279605f,2.3737725653973167f,0.25394552607495335f,0.21063741621217955f,-0.9440039982319841f,-0.2339826326264979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9748889036571008f,0.009561804056765488f,-0.22248639830209005f,0.03305029296906378f,-0.04609906310305794f,0.9687717081379023f,0.24363138938279605f,2.3782253275674425f,0.21786808372792119f,0.24776995260675033f,-0.9440039982319841f,-0.20639062214744536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9306581434893703f,0.32694581401599976f,-0.16426154344317587f,-0.0006823703691186678f,0.1607253669416372f,0.7686042548858742f,0.6192050191921948f,2.383798937713888f,0.32869861024713065f,0.5498671967564036f,-0.7678562948578719f,-0.25278806791438263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9861403045794105f,0.023354764603686157f,-0.16426154344317587f,0.028825274496648505f,-0.08465286914485512f,0.780652954873507f,0.6192050191921948f,2.3925193890007166f,0.14269264672565282f,0.6245282371659177f,-0.7678562948578719f,-0.2520681729013402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.17733355969789524f,-0.16426154344317587f,0.09008908360355374f,0.03851037552541326f,0.7842844478785012f,0.6192050191921948f,2.4957853110226718f,0.23863360414315699f,0.5945172103655096f,-0.7678562948578719f,-0.22259717743260524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.09449258500022673f,-0.22248639830209005f,0.06882825197850276f,0.03851037552541326f,0.9691030373929803f,0.24363138938279605f,2.2777371276092517f,0.23863360414315699f,0.22783865847497178f,-0.9440039982319841f,-0.2738608755894738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500563783923316f,-0.20051987076873565f,-0.23913314137303585f,-0.23936606662191906f,-0.20436647049980683f,0.9788543027843677f,-0.008865644701941159f,2.3659315036886244f,0.23585424230125335f,0.04044793378429925f,-0.9709463121311509f,-0.1665762870847064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406043f,-0.23913314137303585f,-0.12816607608293934f,-0.04872383091283866f,0.9987729414863001f,-0.008865644701941159f,2.3816087759522833f,0.239277936084378f,0.0030542203780509723f,-0.9709463121311509f,-0.1941067404682222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9289646687701725f,-0.2825597014327903f,-0.23913314137303585f,-0.10629224733735629f,-0.28890156818054336f,0.9573177551089512f,-0.008865644701941159f,2.3783827104603343f,0.2314314759913758f,0.06085006885263678f,-0.9709463121311509f,-0.19946456114929773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9708136513100849f,0.018335624533808992f,-0.23913314137303585f,-0.13501287908001156f,0.0210657363595457f,0.9997387834307766f,-0.008865644701941159f,2.386953391750132f,0.23890811870175377f,-0.013644404615303786f,-0.9709463121311509f,-0.19246925132545967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.20369944177749155f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.4884694630085633f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.20866455658063407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.17360370466144517f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.265556169881042f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.21404139156837929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.019582157407732864f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,1.7600525676303536f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2151743492685792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.007397467795279505f,-0.052219086420621064f,-0.9986082537630127f,3.377269710348613e-17f,-0.16143635907791262f,0.985473513680943f,-0.05272813102133658f,1.3904999999999998f,0.986855399457228f,0.1616017352837886f,-0.0011400506055642239f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.5654800194081413f,-0.8246053999698919f,0.3276957907761957f,-0.1975074355760041f,0.8066665976570837f,-0.5570276592024268f,0.8473622965157774f,0.980169643940031f,0.17181777519951932f,-0.09872244539090393f,-0.4961931319168795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.7062834025995909f,-0.7077467578319814f,0.058425243535101694f,-0.1975074355760041f,0.6916486627258306f,-0.6947034908806495f,1.1110533491800003f,0.980169643940031f,0.1509499339579665f,-0.12838063146969686f,-0.4386434695954048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.06926942636180701f,-0.9949169988500257f,0.3218134699921864f,0.1822792888734393f,0.9798540014483715f,-0.08161125347283549f,1.2422944513148788f,0.9805265671449344f,-0.1873175977240801f,-0.05898956438091635f,-0.18199859535458324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.9972848183332672f,-0.009004396216198696f,0.011007623227822698f,0.1822792888734393f,-0.0044812143158077244f,-0.9832365837203418f,1.129059312719842f,0.9805265671449344f,-0.07350448857204542f,0.18211189220567842f,-0.18411569937887892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09360737047833097f,-0.7799709694359792f,-0.6187753607160126f,0.016364031785640405f,-0.03922210955231986f,0.6239107621723297f,-0.7805107218788275f,1.2816305069117488f,0.9948363113167905f,-0.04879188131894127f,-0.0889947526709302f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0936073704783303f,-0.7349074121523388f,-0.6716760794874901f,0.021762494387543883f,-0.21959693555020088f,0.6427832059461114f,-0.733898450775446f,1.2444596242402761f,0.9710895149722777f,0.21619631291303573f,-0.10121416992553552f,-0.2950015802173693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7171539204983456f,-0.6969148113750007f,0.016364031785640405f,-0.13052619222005157f,0.6909526085530427f,-0.7110185692921668f,1.2816305069117488f,0.9914448613738104f,0.09096563663053406f,-0.09360737047833087f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.008080919691408143f,-0.1615963277606553f,-0.9868238574290813f,0.020159074834201686f,-0.04399160807875395f,0.9859580922892314f,-0.16109431606368035f,1.306082317146673f,0.9989992177952824f,0.04211017814793139f,-0.015076330480695876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008080919691407463f,-0.16159632776065536f,-0.9868238574290813f,0.020159074834201686f,-0.21606739322468488f,0.963261301078214f,-0.15950720181294642f,1.306082317146673f,0.9763450109065086f,0.21450942333468123f,-0.027131660078072876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.09271815530050007f,-0.995692394104561f,0.020159074834201686f,-0.13052619222005157f,0.9871741076439539f,-0.09192493862873963f,1.306082317146673f,0.9914448613738104f,0.12996393682493523f,-0.012102147761042004f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04198513823824338f,-0.4629603796552967f,-0.8853840607536028f,0.01955281850554323f,0.04747549002663218f,0.8842400150151096f,-0.4646134669731493f,1.3048483305301937f,0.9979896422377572f,-0.061540902784263975f,-0.015145668379144914f,-0.0916293950958254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.030071854591855792f,-0.43362105079406665f,-0.9005933976382771f,0.009725194387705036f,-0.25533773625279976f,0.8677743768180765f,-0.4263452490450605f,1.3454789599713644f,0.9663841492940072f,0.2427764717723868f,-0.0846242326231058f,-0.4771239934761565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3143238488429039f,-0.9493158157581614f,0.05147763752305072f,-0.13052619222005157f,0.941194287354316f,-0.3116347647425353f,1.173913681122821f,0.9914448613738104f,0.1239105786451847f,-0.04102749511341563f,-0.2964092160689082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.23038942667659051f,-0.9730985109821266f,3.377269710348613e-17f,-0.13052619222005157f,0.9647735183237358f,-0.22841841319336387f,1.3904999999999998f,0.9914448613738104f,0.12701484329349894f,-0.03007185459185646f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0904859055367844f,0.03133477050277814f,-0.9954046579440576f,0.5486808281304282f,-0.12999073934222738f,0.990582375256818f,0.0429995990193089f,1.876325221751405f,0.9873776929749067f,0.13328424508582576f,-0.08556051324911683f,-0.6980989962044191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0904859055367844f,0.03133477050277814f,-0.9954046579440576f,0.5401977744863546f,-0.12999073934222738f,0.990582375256818f,0.0429995990193089f,1.8641385899380711f,0.9873776929749067f,0.13328424508582576f,-0.08556051324911683f,-0.6055323374880216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.0904859055367844f,0.03133477050277814f,-0.9954046579440576f,0.6937500000000001f,-0.12999073934222738f,0.990582375256818f,0.0429995990193089f,1.8637819659918418f,0.9873776929749067f,0.13328424508582576f,-0.08556051324911683f,-0.6389815898588528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4011783571755137f,-0.7309698269877654f,-0.5520317361958751f,-0.9379934152603147f,-0.15703232761705657f,0.6486156150018105f,-0.7447406475136109f,2.5453492267919904f,0.9024393463369853f,-0.21208700103801548f,-0.3749964402145378f,-0.7143408994350623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16454605188166255f,-0.7309698269877654f,-0.6622746475923968f,-0.9257565847396848f,0.46914770214023493f,0.6486156150018105f,-0.5993314755228198f,2.5292089836574774f,0.8676549028194878f,-0.21208700103801548f,0.44965995330249964f,-0.805876766888035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6484874730369024f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7662864833659713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5542592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.24693590934595872f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109.mcfunction new file mode 100644 index 000000000..2a1fe0c5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..706dc0441 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5460503981778247f,0.053018065613039005f,-0.6049483381355262f,-0.3213216522524812f,-0.21244797458587092f,0.7788171099247972f,-0.12350794236482121f,1.497939112853623f,0.5688930173491711f,0.23995299217030472f,0.5345350697609255f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5140642500463211f,-0.15671719341628088f,-0.5926024536837808f,-0.3213216522524812f,0.09968725162512652f,0.7844899665723876f,-0.12098737211247793f,1.497939112853623f,0.6048143505967282f,0.0039004659950421794f,0.5236261907862128f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5358769845925337f,0.05122421831204619f,-0.6141305897663604f,-0.3204710794653783f,0.010255347364585478f,0.8144691254042387f,0.05898572757990505f,1.4810343104463057f,0.616177839327973f,0.030993026086829908f,-0.5350782625929932f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5041845920255811f,-0.15452692596434534f,-0.6015973124241898f,-0.3204710794653783f,-0.2960416015701088f,0.740959255202861f,0.05778193722113148f,1.4810343104463057f,0.5460377892635301f,0.2590382428932676f,-0.524158298050279f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07797637749359264f,-0.02720475738213947f,1.5603159409968086f,-0.01144334514015956f,1.4775096774720806f,0.501549072438344f,0.08258287299788933f,1.6298015981182057f,-0.5022858623625847f,1.4795657062503222f,0.0006952400008816483f,0.6138229511208507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017411044724569693f,-0.9986022022379575f,0.04990488159589907f,-0.007582364946417108f,0.3209914063605399f,-0.052853038718649104f,-0.9456061935821317f,1.5678288262519227f,0.9469220520002064f,-0.0004449536005647469f,0.321462951912054f,0.43091845677741436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.000183046504541904f,-0.9986022022379575f,0.052854594686544014f,-0.00978420229706611f,-0.004960121183797711f,-0.052853038718649104f,-0.9985899826735932f,1.56513442415319f,0.99998768177004f,-0.0004449536005647469f,-0.004943513373515673f,0.0739530697739092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.985218789906983f,-0.02375916916876155f,-0.16964503498372868f,0.26222261607016617f,0.1402886638712591f,0.4563924469827142f,-0.8786495462505786f,1.4772782525875539f,0.09830069584411522f,-0.8894613179995748f,-0.44631327224161976f,-0.639810670589015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7794462245095373f,-0.02375916916876155f,-0.6260184382094816f,0.010619185676168319f,0.5486769829574172f,0.4563924469827142f,-0.7004709149635528f,1.6576100624364882f,0.3023526938371386f,-0.8894613179995748f,-0.3426972604382547f,-0.5159660893769953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10765554281144585f,-0.5621954384887864f,-0.8199674219408809f,0.25511424697411855f,-0.461531699826525f,0.7022417905758552f,-0.5420746790102404f,1.3781408932429673f,0.8805673024574618f,0.4367983018639357f,-0.18387079521112273f,-0.10447252597324069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008462056807950051f,-0.3088526401456326f,-0.9510722581747676f,0.19126017533322018f,-0.16818007872686333f,0.9371184758464323f,-0.3058176308630455f,1.5519392472712794f,0.9857199676956965f,0.16253925342000386f,-0.04401291155630001f,-0.07427149665421684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02785169343131797f,-0.5382041041377968f,-0.8423542161479572f,0.20413938034662343f,-0.533345746511933f,0.7047107134717462f,-0.4678943523871296f,1.4300113501207814f,0.8454387014152099f,0.4622976882998378f,-0.26742148294777895f,-0.44946257335980694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01851538006831934f,-0.04950578134346903f,-0.9986022022379575f,0.18861578258073577f,-0.3576886770563279f,0.9323440173047173f,-0.052853038718649215f,1.6044955218734243f,0.9336573199020181f,0.3581672947236719f,-0.00044495360056473823f,-0.382308986559122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.24625178308779003f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2756258917418766f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.2369053432171826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.2659994185383194f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1532449254802977f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.33914644303029734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.32331062789684617f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2459635882396203f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.09592641662065715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.3762730874656321f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1197959449352f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.18017020665549205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9602340002097289f,0.17244534343623685f,-0.21957519980266635f,0.14718113670716593f,0.1032698148441908f,0.950050167644267f,0.29451659427126825f,2.3635500930963644f,0.25939547062982615f,0.26012935721724806f,-0.930078871564381f,-0.20315540974911855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975388321299305f,0.020108562965645504f,-0.21957519980266635f,0.03503366293163366f,-0.046622197679786634f,0.9545084318026531f,0.29451659427126825f,2.367798861509036f,0.21550868510672846f,0.2975051248518193f,-0.930078871564381f,-0.17533396626137346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9285856263734638f,0.33733551676890716f,-0.15470450419705573f,0.0010322340691897164f,0.15226468639349422f,0.7264636358447555f,0.6701239072535089f,2.3769291451428334f,0.3384437911531149f,0.5987113953496067f,-0.7259479769986508f,-0.22287535058840097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873798183883469f,0.033876402119156546f,-0.15470450419705573f,0.03066034382533052f,-0.07967728707527195f,0.7379603504603857f,0.6701239072535089f,2.3851623997812292f,0.13686717708683965f,0.6739932570344053f,-0.7259479769986508f,-0.22158917200927541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.18791956107550467f,-0.15470450419705573f,0.09336022853533962f,0.03674610519067394f,0.7413391077507017f,0.6701239072535089f,2.485407847322961f,0.2406178896237415f,0.6442845379834776f,-0.7259479769986508f,-0.18546135397719035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.10504273742285246f,-0.21957519980266635f,0.06972561261519786f,0.03674610519067394f,0.9549396313129794f,0.29451659427126825f,2.270546430277541f,0.2406178896237415f,0.2775902085134571f,-0.930078871564381f,-0.2479191508927181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500918732603623f,-0.1986344113455168f,-0.24056143288988824f,-0.2381472510600342f,-0.20609953994878433f,0.9785125377082797f,0.006016076844744325f,2.3577035821993273f,0.23419737828915932f,0.055295426367127726f,-0.9706152707563187f,-0.13887833467447758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9694679335908702f,-0.047561778194389864f,-0.24056143288988824f,-0.1269583737712673f,-0.050489027237882594f,0.9987064958975538f,0.006016076844744325f,2.37358350902518f,0.2399641303770646f,0.01797810632455979f,-0.9706152707563187f,-0.16633743364493023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9291643571859654f,-0.2806845103334995f,-0.24056143288988824f,-0.10509841842332916f,-0.29059825598798783f,0.9568262435971007f,0.006016076844744325f,2.3703971588339128f,0.22848687260307193f,0.07549665703000111f,-0.9706152707563187f,-0.17177504797887877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9704241003617717f,0.020180744362148034f,-0.24056143288988824f,-0.13379280516126396f,0.019300204954064343f,0.9997956335712461f,0.006016076844744325f,2.378915795273994f,0.24063367911781935f,0.0011952610009500625f,-0.9706152707563187f,-0.16461050836104285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.20231335582804333f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.4807879576540857f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.17919273039938732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.17264137078251968f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.25792417346807f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.18792811829845196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.019564922981227105f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,1.7522102203239107f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.19680568687578698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008462056807950051f,-0.05217312794993903f,-0.9986022022379575f,3.1835033723501876e-17f,-0.16818007872686333f,0.984338365308206f,-0.052853038718649215f,1.3830833333333334f,0.9857199676956965f,0.16839224240530876f,-0.00044495360056473823f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.5413690162004265f,-0.8406489152793593f,0.31564764254077343f,-0.19772101744743054f,0.8225234867622213f,-0.5332555794214167f,0.8315782158958489f,0.9801415253532184f,0.17428339571714863f,-0.09459327806755605f,-0.4816836515121816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.6854998388124771f,-0.7279155043342935f,0.05430082899351658f,-0.19772101744743054f,0.7115721442080881f,-0.6742191652917148f,1.1028650958751824f,0.9801415253532184f,0.1541267484091312f,-0.12476993108555673f,-0.42292282868120035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.05096508213242293f,-0.9963850329419082f,0.3204960664152695f,0.17927560202065146f,0.9818148572597484f,-0.06244873564895259f,1.228820010739137f,0.9814483338350242f,-0.18287194007625981f,-0.05759358944535059f,-0.16624209343044105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.9973121846698473f,-0.027367494888436372f,0.007592916508638571f,0.17927560202065146f,0.014776078834604467f,-0.9836879210473242f,1.121515329208003f,0.9814483338350242f,-0.07176401468235936f,0.17778946596782633f,-0.1683102387373087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09234248010305242f,-0.7714438799408558f,-0.6295611221082636f,0.014846334095451453f,-0.037949321306828196f,0.6345298757558807f,-0.771966116993212f,1.2740002117495137f,0.9950038770682094f,-0.0473938484935025f,-0.08786983409684146f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09234248010305175f,-0.7256487175372867f,-0.6818407476125997f,0.0197266331284138f,-0.22086972379569253f,0.6527804103963305f,-0.7246339082000048f,1.2367589730818078f,0.9709219492208588f,0.21751246984779893f,-0.09999446975647391f,-0.279216745262769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7074632189328997f,-0.7067501636767411f,0.014846334095451453f,-0.13052619222005157f,0.7007038180524043f,-0.7014107730219983f,1.2740002117495137f,0.9914448613738104f,0.09224940771562298f,-0.09234248010305232f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.006881968894602108f,-0.14800831896511837f,-0.9889621711780757f,0.018981536081610354f,-0.04388919020290555f,0.9880772720243595f,-0.14757046958058118f,1.2983977410983145f,0.9990127013644355f,0.04238917345289763f,-0.013295882314207344f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006881968894601428f,-0.14800831896511843f,-0.9889621711780756f,0.018981536081610354f,-0.2161698111005333f,0.965380480813342f,-0.14598335532984724f,1.2983977410983145f,0.9763315273373555f,0.21478841863964748f,-0.02535121191158434f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.07896173766228023f,-0.9968776474499532f,0.018981536081610354f,-0.13052619222005157f,0.9883492209826691f,-0.07828620905041456f,1.2983977410983145f,0.9914448613738104f,0.13011864343092538f,-0.010306574948136416f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03953268802834797f,-0.45092285441234103f,-0.8916870224164306f,0.018710338623580163f,0.04803346267756872f,0.8904953566270359f,-0.452449783168133f,1.2971697604714187f,0.9980631007308385f,-0.06071737143779149f,-0.013544289026351158f,-0.07584165310930097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02831528716822956f,-0.42126328387396017f,-0.9064962714607865f,0.008745109740787491f,-0.2557373841551118f,0.8736258831732494f,-0.4139760942316121f,1.33793586789531f,0.9663315346495122f,0.24354683719869383f,-0.08299580249887015f,-0.46131841547483876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3011866312872495f,-0.9535652117888103f,0.04847070820839786f,-0.13052619222005157f,0.9454073292128452f,-0.2986099379042319f,1.1658128887136192f,0.9914448613738104f,0.12446523612830034f,-0.03931274412950965f,-0.2806770607093546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21693184093268963f,-0.9761867528242505f,3.1835033723501876e-17f,-0.13052619222005157f,0.9678353398287891f,-0.2150759589610759f,1.3830833333333334f,0.9914448613738104f,0.127417939741806f,-0.02831528716823023f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.559097918595079f,0.026292154488356555f,-0.8286846445029683f,0.5956550182586992f,-0.10821947908580772f,0.9886320079470883f,0.10438054037465383f,1.874153882041445f,0.8220085533429972f,0.1480387634198175f,-0.549896774636917f,-0.7445627624737072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.559097918595079f,0.026292154488356555f,-0.8286846445029683f,0.5432395883904105f,-0.10821947908580772f,0.9886320079470883f,0.10438054037465383f,1.8640083058771506f,0.8220085533429972f,0.1480387634198175f,-0.549896774636917f,-0.6674994605978013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.559097918595079f,0.026292154488356555f,-0.8286846445029683f,0.6937500000000001f,-0.10821947908580772f,0.9886320079470883f,0.10438054037465383f,1.8534240129030997f,0.8220085533429972f,0.1480387634198175f,-0.549896774636917f,-0.6235465953402167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3896598717712031f,-0.7309698269877654f,-0.5602216493181299f,-0.9379934152603148f,-0.14157524896722304f,0.6486156150018105f,-0.7478330247158732f,2.5369644908663584f,0.9100118863021068f,-0.21208700103801548f,-0.3562267126137265f,-0.6911654611576511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15079521281193664f,-0.7309698269877654f,-0.6655403187084002f,-0.9257565847396849f,0.45663507310595175f,0.6486156150018105f,-0.6089188730737002f,2.5208242477318454f,0.8767811664278179f,-0.21208700103801548f,0.4315945900821464f,-0.7827013286106238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6401027371112704f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7431110450885601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.546842559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.23111368712373653f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..fb32f1a03 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.22129001896278397f,-0.059138799893401844f,-0.7838863274091872f,-0.13210486154868f,-0.1191278702952401f,0.8074703320928756f,-0.02728841793116704f,1.0951157273903043f,0.7770352131472652f,0.10695190312207525f,-0.22742474006183902f,-0.284386561575265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2224425386428505f,0.02943369522222302f,-0.7678886472579793f,-0.13210486154868f,0.19488560042532138f,0.7754386043026532f,-0.026731511442775878f,1.0951157273903043f,0.7433296171611798f,-0.19449583168468826f,-0.2227834188360872f,-0.284386561575265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8027139481661694f,0.1214207278639367f,0.08861020657303932f,-0.21254204680120392f,0.1191278702952401f,0.8074703320928756f,-0.02728841793116704f,1.0951157273903043f,-0.0916695826479281f,-0.013896549185226263f,-0.8113864788017742f,-0.2305499711363085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7719934903555481f,-0.19102746474656174f,0.08680183501032424f,-0.21254204680120392f,-0.19488560042532138f,0.7754386043026532f,-0.026731511442775878f,1.0951157273903043f,-0.07775380116444726f,-0.04694122569399316f,-0.7948275710711258f,-0.2305499711363085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2578019647994826f,1.2687204956588138f,0.8748100941580291f,-0.48082363593430094f,1.5349473608591941f,-0.29047855034473036f,-0.031065433861753672f,0.7911412769013204f,0.13740813781185374f,0.8645095521073651f,-1.2942752751938826f,0.35971416485289254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3846134575940396f,-0.5509762220354377f,-0.7406062995877863f,-0.4082547049463474f,-0.8507431266492564f,0.5229250180550685f,0.05277838526474285f,1.015438532804664f,0.3582019272653418f,0.6503649961703524f,-0.6698632331004085f,0.27756088246231747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4476979793940848f,-0.5509762220354377f,-0.7042667974553461f,-0.24954570534366108f,-0.8429058528372129f,0.5229250180550685f,0.1267246966651613f,1.329044629966536f,0.29845643316776477f,0.6503649961703524f,-0.6985335562856756f,0.1637054482792577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.21252717990265196f,0.9771548002732068f,0.0008331300349700005f,0.4692749419563427f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.1620429720496337f,-0.9064710705495312f,0.1974719925672675f,-0.37324926042565654f,0.015112182676271874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6157225926477713f,0.7836741814494872f,0.08210034246324893f,0.24648067832903967f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.329044629966536f,-0.6012874214343733f,-0.39995585543684786f,-0.6917288128497912f,-0.16828490146841607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8731076178563646f,-0.07132646399456977f,-0.48228168446999503f,-0.009274757192675526f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.005880406085079f,0.3890613366135197f,-0.6980726899704262f,-0.6011038145528235f,0.32559643778120717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8474574734500517f,-0.020407400649025464f,-0.5304708933508085f,-0.016416587897810343f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.1801062099712163f,0.504369643729321f,-0.3426873901076066f,-0.792575936516871f,0.2563889525328005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.2988536710271834f,-0.469106297079985f,0.25130519243882526f,0f,0.8433914458128857f,-0.5372996083468239f,0.9930572895956513f,0.556214198530134f,-0.4465169117102131f,-0.7008911562505654f,0.09455783000157107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.024261722583785866f,-0.5556848058601086f,0.24328308941773977f,0f,0.9990482215818578f,-0.04361938736533605f,1.1801062099712163f,0.556214198530134f,-0.036249410635135204f,-0.8302480024559445f,0.08257201549213358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,0.3045705173300366f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.8605475598042436f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,0.012217634182220376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,0.3311047357352016f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.7384501037532747f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,-0.08881928471136402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.2807230699875656f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.8729714923292984f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,0.06154625209824651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.32890718187826473f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.7524600702176985f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,-0.03319339642307923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9801836110039851f,0.17980999076223286f,-0.08311712182982628f,0.2072010660312599f,0.1771723376431186f,0.9834401449510873f,0.03815028273364559f,1.9701364548268037f,0.08860051632615504f,0.022668227117929506f,-0.9958092688793717f,0.0025761451698492893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962444039448549f,0.02426173256976666f,-0.08311712182982628f,0.0926931372063662f,0.021147119191582825f,0.9990482247005097f,0.03815028273364559f,1.982640077355159f,0.08396360496344872f,0.0362493180001118f,-0.9958092688793717f,0.012612792264446695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9607822431402601f,0.2645543901073961f,-0.08311712182982628f,0.07033573855664783f,0.262210599689672f,0.964256271609226f,0.03815028273364559f,1.978796855990073f,0.09023903078354256f,0.014859923861788847f,-0.9958092688793717f,0.014331658215159152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9955100155589037f,-0.0452918643978939f,-0.08311712182982628f,0.09957649142028809f,-0.04859447538335347f,0.9980897419017789f,0.03815028273364559f,1.9881729774402928f,0.08123044924243655f,0.0420180214884428f,-0.9958092688793717f,0.012250229975166303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9903388438909726f,0.1109978303365332f,-0.08311712182982628f,0.1570890068071333f,0.10813943808307122f,0.9934034517045028f,0.03815028273364559f,2.0927806722737503f,0.08680343433165319f,0.02879346804679272f,-0.9958092688793717f,-0.01992406546013556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9903388438909726f,0.1109978303365332f,-0.08311712182982628f,0.13211449498141337f,0.10813943808307122f,0.9934034517045028f,0.03815028273364559f,1.8692648956402373f,0.08680343433165319f,0.02879346804679272f,-0.9958092688793717f,-0.026402595770663912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877743533149862f,-0.13188392999864118f,-0.08311712182982628f,-0.18180900934309388f,-0.13539881151771455f,0.9900564215068417f,0.03815028273364559f,1.978393908919488f,0.07725923098731365f,0.048937830368542254f,-0.9958092688793717f,0.03536196375633105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.0668120909873806f,0.02114711919158281f,0.9990482247005096f,0.03815028273364559f,1.9860258690935488f,0.08396360496344875f,0.0362493180001118f,-0.9958092688793717f,0.02605591316593767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725211318078804f,-0.21747227925840462f,-0.08311712182982628f,-0.04466429842171098f,-0.22117268094038817f,0.9744881739318257f,0.03815028273364559f,1.981237943216649f,0.07270002333397815f,0.055485192810067224f,-0.9958092688793717f,0.02402387594546561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921251897369239f,0.09369712881512815f,-0.08311712182982628f,-0.07341975945092676f,0.09078568712751868f,0.9951394449724759f,0.03815028273364559f,1.991845140939916f,0.08628769844107106f,0.03030401147825296f,-0.9958092688793717f,0.0268303759823025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9945679425358986f,-0.06265901163149044f,-0.08311712182982628f,-0.13104488362188568f,-0.06600614204593322f,0.9970896374647341f,0.03815028273364559f,2.098896843867698f,0.0804847618628616f,0.043429288755513384f,-0.9958092688793717f,0.004359895440188768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9945679425358986f,-0.06265901163149044f,-0.08311712182982628f,-0.11694660600480036f,-0.06600614204593322f,0.9970896374647341f,0.03815028273364559f,1.874551675438133f,0.0804847618628616f,0.043429288755513384f,-0.9958092688793717f,-0.005411694529801728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.002252783396516852f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.3587038740447475f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,-0.003365880972809758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.024261722583785866f,-0.5556848058601086f,0.006845362572402848f,0f,0.9990482215818578f,-0.04361938736533605f,0.9840607909515509f,0.556214198530134f,-0.036249410635135204f,-0.8302480024559445f,0.010227648015365944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7961462971216873f,-0.4759923589200532f,-0.3736072106225324f,0.2981543066828801f,-0.12059047744873963f,0.7298500838840042f,-0.6728869086281861f,0.8305477287897068f,0.5929662809368768f,-0.4906629487787265f,-0.6384675875623239f,0.22689496974282353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7961462971216873f,-0.5489824710468149f,0.25449817300475697f,0.15279684162567553f,-0.12059047744873963f,-0.2682016213112066f,-0.9557854503363844f,0.6920269118835158f,0.5929662809368768f,-0.7916351033205724f,0.14732566939442582f,0.003560012479557003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.855375320184591f,-0.2609067781739025f,-0.44750498848842163f,0.11446744677056683f,0.16042999720436046f,0.6879892367134243f,-0.7077662228190101f,0.7419681817776704f,0.4925396203516194f,-0.6771989835117843f,-0.5466317399442598f,0.4243360178832209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.855375320184591f,-0.502055111978818f,-0.12756851553202644f,-0.06525376906392522f,0.16042999720436046f,-0.022596546570795295f,-0.9867885346314491f,0.6958637032857437f,0.4925396203516194f,-0.8645403753550267f,0.09987322846925667f,0.12723798731593589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.87954453982035f,-0.3139672294693886f,-0.357527595146899f,0.01872939185667755f,0.08390061909861272f,0.637288472578474f,-0.7660444431189779f,0.8785831695375163f,0.4683610664723085f,-0.7037669937826808f,-0.5341815514176899f,0.027983561926175512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7683140878592588f,-0.5755033591288842f,-0.28015950104960885f,0.023244110097942063f,-0.08390061909861272f,0.5244736443494561f,-0.8472827641924918f,0.8415847634997937f,0.6345503514393989f,-0.6274737285450053f,-0.4512455777888184f,0.03472899703962884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.4260847959678851f,-0.357527595146899f,0.01872939185667755f,0f,0.6427876096865394f,-0.7660444431189779f,0.8785831695375163f,0.556214198530134f,-0.6366127829995804f,-0.5341815514176899f,0.027983561926175512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8424540069483539f,-0.09419055405338675f,-0.5304709093850283f,0.01862472137957453f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9035355409052624f,0.5323175691120542f,-0.2974245604752848f,-0.7925759499509918f,0.027827173891781836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8132992195341304f,-0.2390501909670759f,-0.5304709093850283f,0.01862472137957453f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9035355409052624f,0.5758777020460838f,-0.20047003727591037f,-0.7925759499509918f,0.027827173891781836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.16725683526463242f,-0.5304709093850283f,0.01862472137957453f,0f,0.9537169507482269f,-0.30070579950427306f,0.9035355409052624f,0.556214198530134f,-0.24989823711415754f,-0.7925759499509918f,0.027827173891781836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8517123305579215f,-0.1687573270136346f,-0.4960917965002111f,-0.14221431102201246f,0.1205904774487396f,0.8581891054195899f,-0.4989683317484276f,0.9158426028078399f,0.5099451369748307f,-0.48480142730641484f,-0.7105797163987895f,0.1358547948201693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7961462971216873f,-0.4231546517159711f,-0.4325404192795874f,0.17264675445579547f,-0.1205904774487396f,0.8114354812179995f,-0.5718657155042595f,0.9159176347110609f,0.5929662809368768f,-0.4031285161727569f,-0.6970497752099488f,-0.09038571755856681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.2568311348329252f,-0.493368019663771f,0.04106706444709624f,0f,0.8870108331782217f,-0.46174861323503386f,0.7779456669545094f,0.556214198530134f,-0.38373109074573136f,-0.7371405668857006f,0.07540409961395962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.21285395862370912f,-0.5138749137141602f,0f,0f,0.9238795325112867f,-0.3826834323650897f,0.984375f,0.556214198530134f,-0.318024844477507f,-0.7677798927091919f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9322883671842654f,-0.09361896673433114f,-0.3493907404046244f,0.1675378477049203f,0f,0.9659258262890683f,-0.2588190451025207f,1.0625f,0.36171591119675045f,0.2412939849548199f,0.900521411412148f,0.3267479972517453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9322883671842654f,-0.09361896673433114f,-0.3493907404046244f,0.2549398821284452f,0f,0.9659258262890683f,-0.2588190451025207f,1.0625f,0.36171591119675045f,0.2412939849548199f,0.900521411412148f,0.36065886392644064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9322883671842654f,-0.09361896673433114f,-0.3493907404046244f,0.2636474759773764f,0f,0.9659258262890683f,-0.2588190451025207f,1.101322856765378f,0.36171591119675045f,0.2412939849548199f,0.900521411412148f,0.20862521887727076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36177653951436106f,-0.39899896915208327f,-0.8425660556137949f,0.23435069473455872f,-0.5340369491543858f,0.8294993993759021f,-0.16350927610656651f,1.7958436267079976f,0.7641480696794895f,0.39080758571270396f,-0.5131736144371782f,-0.6235280324609931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.842566055613795f,-0.39899896915208327f,-0.36177653951436095f,0.20247855156356104f,0.1635092761065666f,0.8294993993759021f,-0.5340369491543858f,1.8204063732920024f,0.5131736144371782f,0.39080758571270396f,0.7641480696794895f,-0.7082032972668229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33996952715730855f,-0.39899896915208327f,-0.8515988158869238f,0.34615444553209845f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.8821109499109647f,0.9032028245955169f,0.39080758571270396f,0.17746573920643788f,-0.6924855257448737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012984983865777507f,0f,-0.000008690846852033344f,0.3763992377421872f,0f,0.000015625f,0f,1.1504975f,0.000008690846852033344f,0f,-0.000012984983865777507f,0.5753537660721015f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11.mcfunction new file mode 100644 index 000000000..9b5b6fc93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110.mcfunction new file mode 100644 index 000000000..b8624d7b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..92917d610 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4915367494392229f,0.04345032897438215f,-0.6507289276704894f,-0.32820822817511774f,-0.22750904548983517f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6112083954065677f,0.25356649583099383f,0.4786154761611496f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46114135181714516f,-0.1449405068950209f,-0.6374487454731326f,-0.32820822817511774f,0.08465845497815566f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6482141618670234f,0.00035810839280273066f,0.46884781338235065f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4793765303086856f,0.04130615425034118f,-0.6598760400671457f,-0.32736814600231134f,0.000597430994970654f,0.815098083679326f,0.05058855110537283f,1.4730032714418146f,0.6611673235345623f,0.02921232698334195f,-0.47848600260279944f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4493322569189815f,-0.14232249358545404f,-0.6464091821065918f,-0.32736814600231134f,-0.30501803569789754f,0.7379079805168244f,0.049556131695059104f,1.4730032714418146f,0.5874219274006468f,0.27429203435244043f,-0.46872098214151786f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0795068532226964f,-0.022949826800120587f,1.5603070902038705f,-0.009991672359202432f,1.4982939820549486f,0.43551507762415176f,0.08275270690408554f,1.6028111205009985f,-0.4361193112309396f,1.500402003668308f,-0.00015414142023080138f,0.6328287809063975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077608f,-0.9985965377304771f,0.050884386062525475f,-0.0066566919579434235f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9602572823477171f,0.00009865050894722447f,0.27911635918780114f,0.44734833822008196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529517828f,-0.9985965377304771f,0.052932734301930566f,-0.009489168883566844f,-0.031231264323489855f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9995106440937641f,0.00009865050894722447f,-0.031280387007609906f,0.09256110214762969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205554f,-0.02464542299793764f,-0.18181897260757546f,0.2592241052503306f,0.14996358213287792f,0.4630405608006315f,-0.8735584485810394f,1.4693618060851548f,0.10571877651910822f,-0.8859943804441931f,-0.4514836631735565f,-0.6234375024476108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.771623810653274f,-0.02464542299793764f,-0.6356015245090065f,0.010348823986923208f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624726f,1.6514382189802754f,0.31134734864887476f,-0.8859943804441931f,-0.34362302936594136f,-0.49666762286927635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09757764344190499f,-0.5655568337190513f,-0.8189164006991225f,0.25526107498863193f,-0.4365855950106722f,0.715117962180168f,-0.5458931382573522f,1.3689218775801546f,0.894355422485659f,0.41079407006548285f,-0.17713444122906563f,-0.08750957223029482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009408235684618139f,-0.3087993516999985f,-0.9510806724410729f,0.19141694234212556f,-0.17555916762912496f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255286f,0.9844239248223661f,0.16984596967806503f,-0.0454079598908201f,-0.055947252664975244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216372f,-0.5389262769590848f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737128f,0.7215171545786531f,-0.47772306435819073f,1.4218707582662886f,0.8649249761909991f,0.4347084812282175f,-0.250865146860332f,-0.4280960036887405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176225f,-0.049693942535064546f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172356f,0.9376230857117756f,-0.052961732418614876f,1.5973440760096302f,0.9389390443753136f,0.3440835090725065f,0.0000986505089471991f,-0.3635797291719646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.24729899058665517f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2670939014947167f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.20875022790726117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.26665119194948866f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.14634981936703f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.3129935559122453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.3221272423491641f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2363115092000867f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.06746165947675588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.37546775157388207f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.1116377599709577f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.15366814895869685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565456f,0.18377148459434325f,-0.21562452450109842f,0.14929941748692077f,0.10005660647118605f,0.9317369381437393f,0.3490772888630818f,2.3519489442994046f,0.2650557858598901f,0.31320012699314215f,-0.911949072500036f,-0.16968162357859237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872196f,0.03148396937472703f,-0.21562452450109842f,0.03719973178616751f,-0.046931025865632074f,0.9359180120134453f,0.3490772888630818f,2.355974797557998f,0.21279721498439047f,0.3508079737708529f,-0.911949072500036f,-0.14163534759883695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993646f,0.3479678935195919f,-0.1433432323824175f,0.002971935878464338f,0.14244683541752048f,0.6768002698429467f,0.7222536215347404f,2.3691660360649975f,0.3483358096289205f,0.6487370344138312f,-0.6766109841778453f,-0.1901528149443611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.988665847899247f,0.04463808830834251f,-0.1433432323824175f,0.032723801149717124f,-0.07366779412956462f,0.6876937998033978f,0.7222536215347404f,2.3768211660856897f,0.13081627309225402f,0.7246272688659603f,-0.6766109841778453f,-0.18828436043661628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.198749932388271f,-0.1433432323824175f,0.09694327813764386f,0.03481819034459425f,0.6907513299307351f,0.7222536215347404f,2.4732560123750083f,0.2425623868519388f,0.6952417310364636f,-0.6766109841778453f,-0.14513550497320152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1164254367733153f,-0.21562452450109842f,0.07074755486364796f,0.03481819034459425f,0.9364468698335895f,0.3490772888630818f,2.2625554666624508f,0.2425623868519388f,0.33092654419223416f,-0.911949072500036f,-0.2195939774164541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468135f,-0.24189639660692075f,-0.2367924574969703f,-0.2079312037545899f,0.9778897776932812f,0.022275484016108058f,2.3485599126776777f,0.23217018581840768f,0.07146375792393367f,-0.9700463577172153f,-0.10871411006854435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765235f,-0.24189639660692075f,-0.125609190159578f,-0.052395561352561626f,0.9983779384393456f,0.022275484016108058f,2.3646561326590816f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.13606979305201616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989924f,-0.24189639660692075f,-0.10376345209645364f,-0.2923686726483572f,0.9560462133525166f,0.022275484016108058f,2.361513786998257f,0.22505823126587385f,0.09142678173839983f,-0.9700463577172153f,-0.1415895319249393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072707f,-0.24189639660692075f,-0.13243016236629798f,0.01737539605095964f,0.9996008695594057f,0.022275484016108058f,2.369973643182257f,0.24229552668944562f,0.01740521835107775f,-0.9700463577172153f,-0.13424676809577843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.20075985153788733f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.472209329176513f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.1470749643153537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.17156148042819003f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.2494565763243104f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.15947118233964336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.019544804059382914f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,1.7436412191677126f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.17677918830002765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009408235684618139f,-0.052119477491687854f,-0.9985965377304771f,2.9723198354305554e-17f,-0.17555916762912496f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9844239248223661f,0.17581105342214862f,0.0000986505089471991f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.5145732610570259f,-0.8573303798412055f,0.3022548985130247f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9801128092285898f,0.17684863572396015f,-0.09001911590665569f,-0.46582086395800065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.6621927365262531f,-0.7492007747495996f,0.049793917712390695f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9801128092285898f,0.157482608079986f,-0.12073984155351289f,-0.405780619627506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.030946885181375977f,-0.9975657656854708f,0.31893114546891044f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9824216154349492f,-0.17807302834776031f,-0.056015766541592835f,-0.1490843513552897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.9969186679775301f,-0.04741662164237492f,0.0038696435165699685f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9824216154349492f,-0.06981453740534631f,0.1731291422408775f,-0.15107705210692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433922f,-0.7619828717179f,-0.6411796310087414f,0.013189000610179673f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9951838895111635f,-0.04588781204014277f,-0.08662179150537508f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339154f,-0.7154002896437913f,-0.6927709878376427f,0.017503503344490762f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9707419367779047f,0.21892777862178822f,-0.09864441154171746f,-0.2620088659445238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106552f,-0.7173160805192893f,0.013189000610179673f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914448613738104f,0.0936285366083945f,-0.09094385074339208f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0055737608411753565f,-0.13316686926878235f,-0.9910779576396784f,0.01769403757905334f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990249346080613f,0.042665326247807736f,-0.011351209958720559f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0055737608411746764f,-0.1331668692687824f,-0.9910779576396784f,0.01769403757905334f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9763192940937298f,0.21506457143455757f,-0.023406539556097557f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158574f,-0.9979529927660075f,0.01769403757905334f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914448613738104f,0.13025900416035158f,-0.008347376271581192f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767562f,-0.4377054793330529f,-0.8983629002450623f,0.017788073344995128f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.99813812026352f,-0.05984461591643309f,-0.011786213243503488f,-0.05863305513672418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483438f,-0.4077033230547462f,-0.912732885747461f,0.0076750352540196215f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9662778019104284f,0.2443609966799355f,-0.08120906868533337f,-0.44409009787630005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2868032327110904f,-0.9579895123154889f,0.045182988817939765f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914448613738104f,0.12504272322928484f,-0.03743533388218028f,-0.2635245971055738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203802f,-0.9793406217655515f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914448613738104f,0.1278296022454751f,-0.026394689716484107f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8879645175906727f,0.01468869991089248f,-0.45967734074554006f,0.6664217356502319f,-0.06003055754076846f,0.9872373694705129f,0.1475083336028386f,1.8670751902764737f,0.45597735432947556f,0.15857685334206117f,-0.8757499836841689f,-0.75946062162077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8879645175906727f,0.01468869991089248f,-0.45967734074554006f,0.5831750621261063f,-0.06003055754076846f,0.9872373694705129f,0.1475083336028386f,1.8614473255070265f,0.45597735432947556f,0.15857685334206117f,-0.8757499836841689f,-0.7167127446523817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8879645175906727f,0.01468869991089248f,-0.45967734074554006f,0.6937500000000001f,-0.06003055754076846f,0.9872373694705129f,0.1475083336028386f,1.8421350078513243f,0.45597735432947556f,0.15857685334206117f,-0.8757499836841689f,-0.6067241855839505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.37691583556050434f,-0.7309698269877654f,-0.5688739446812474f,-0.9379934152603148f,-0.12465983634205549f,0.6486156150018105f,-0.7508380046181699f,2.52782607081258f,0.9178204498195162f,-0.21208700103801548f,-0.3355960754892734f,-0.6659068374171017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1357348806630246f,-0.7309698269877654f,-0.6687743671858772f,-0.9257565847396849f,0.44277482901901155f,0.6486156150018105f,-0.619070460257157f,2.511685827678067f,0.8862993246971249f,-0.21208700103801548f,0.4116948032610094f,-0.7574427048700744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057492f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7178524213480106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111.mcfunction new file mode 100644 index 000000000..4612a7ed3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..da4cd609f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.445196127589345f,0.03532709198454951f,-0.683737412312513f,-0.334054366574778f,-0.24075151072649256f,0.7715692477608956f,-0.11689332930942448f,1.4792718523382264f,0.6409239912086359f,0.2652872724539291f,0.4310261535122801f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41615675074207736f,-0.1349203640364423f,-0.6697835875714413f,-0.334054366574778f,0.07135481618851776f,0.7885407187526364f,-0.11450775116025255f,1.4792718523382264f,0.6795013237797991f,-0.00017388889951644448f,0.4222297013997846f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4314033170244931f,0.03289504734216534f,-0.6926424318254447f,-0.3332290003387774f,-0.0081183463419283f,0.8154517182471175f,0.04378392518882423f,1.464379399765433f,0.6933755944344895f,0.03001425515692091f,-0.43043451763820945f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40276220520599426f,-0.13195086478256485f,-0.6785068719922724f,-0.3332290003387774f,-0.3130385990105755f,0.7349607140536308f,0.04289037569517476f,1.464379399765433f,0.6162705912073858f,0.2870918286557637f,-0.4216501397272256f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0807350428049154f,-0.018740002033587853f,1.5603002644321602f,-0.008661897493417706f,1.5169839995868275f,0.36509849358080315f,0.08287873661307119f,1.5743960842585054f,-0.36557851121317186f,1.5191307225873651f,-0.0006706939328505219f,0.6522045664815722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.011993601301496657f,-0.9985921692365826f,0.051670427395145636f,-0.005847339773687137f,0.23366303589171378f,-0.053042391432365436f,-0.9708697597355697f,1.529291490549173f,0.9722436624559136f,0.0004292441170238503f,0.23397024717642978f,0.46440882754420093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0035561505607696765f,-0.9985921692365826f,0.05292478939556979f,-0.009250794802672942f,-0.058870784221350225f,-0.053042391432365436f,-0.9968554235576482f,1.543382904753921f,0.99825927722128f,0.0004292441170238503f,-0.058976530850293626f,0.11211225267499231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9805708582245645f,-0.02534631874124065f,-0.19452083725659958f,0.2561247038305157f,0.1600428712607443f,0.4700376477272755f,-0.8680154889618195f,1.4610892791691885f,0.11343311403359235f,-0.8822823662780965f,-0.4568487220025519f,-0.606153357628521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.763321023609423f,-0.02534631874124065f,-0.6455219431143532f,0.010137036062883673f,0.5607989087633385f,0.4700376477272755f,-0.6815931291091911f,1.6449407654914427f,0.32069549240005185f,-0.8822823662780965f,-0.3445754305068938f,-0.4763457060499678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08662323647838563f,-0.5687907772854606f,-0.8179079817296144f,0.2553780982668857f,-0.40997139616700085f,0.7279029580224963f,-0.549618720593631f,1.359214343706353f,0.9079756985882881f,0.38292862961275376f,-0.17013463902453488f,-0.06962093725113122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010161344242083929f,-0.30874246808505745f,-0.9510913917620858f,0.1915445643024244f,-0.18334568413450822f,0.9344403043404026f,-0.3052960493250195f,1.5325138004618972f,0.9829959853389245f,0.17748072015000094f,-0.047111429426350916f,-0.03663774865692074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02516721421274786f,-0.5397339153107195f,-0.8414593941433721f,0.2039749303594114f,-0.4666511975217661f,0.7380488621738563f,-0.4873607871950487f,1.4133407902876673f,0.8840832942547162f,0.4049335472731756f,-0.2332928441090544f,-0.40555427494815494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01786703894615449f,-0.049944453732851196f,-0.9985921692365827f,0.18836914422677317f,-0.3287289407599158f,0.9429336075344856f,-0.053042391432365776f,1.589809326753931f,0.944255289858712f,0.32921385651780766f,0.0004292441170238165f,-0.3438239940753346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.24844056501397177f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.257942380119129f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.17906291704277955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.26739586124076253f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.138958271926912f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.28538220618006316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3208769930183029f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.225996004777528f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.03759490928589797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3746005339871217f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.102933635903404f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.12585445275209028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9578267761092729f,0.19548512144707747f,-0.2106025504616171f,0.15152513708971443f,0.09644032299195825f,0.9091098718035352f,0.4052388247571628f,2.3392435109531893f,0.27067901852438314f,0.36783801908201547f,-0.889622425891173f,-0.13464787164046954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9766149494698565f,0.04324125589123978f,-0.2106025504616171f,0.03946949113444802f,-0.046963133875992547f,0.9130038110358462f,0.4052388247571628f,2.3430347506764444f,0.20980396690371522f,0.40565285013539515f,-0.889622425891173f,-0.10639368016541946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9244653491007324f,0.3582731232471422f,-0.13040010533277596f,0.005084309444514712f,0.13149968554362132f,0.6206535488784856f,0.7729793043584479f,2.360679771031219f,0.3578709977268202f,0.6974450096052588f,-0.6208855027802879f,-0.15561304550699606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9899312780624825f,0.05506248489471646f,-0.13040010533277596f,0.03495663749345282f,-0.06672886139554945f,0.6309122396105368f,0.7729793043584479f,2.3676773695442375f,0.12483318377111702f,0.773897841234123f,-0.6208855027802879f,-0.1531751658981507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.2092439442450038f,-0.13040010533277596f,0.1007099206659422f,0.0327891003092351f,0.6335833567372495f,0.7729793043584479f,2.459542930402347f,0.24436057491935198f,0.7448416622761868f,-0.6208855027802879f,-0.10294699639623288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.12819431115719354f,-0.2106025504616171f,0.0718662006555737f,0.0327891003092351f,0.9136226627061876f,0.4052388247571628f,2.2539778312934553f,0.24436057491935198f,0.3858235980037876f,-0.889622425891173f,-0.18975730594708495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503604972402423f,-0.1942741972744073f,-0.24304827001783844f,-0.2353447654688594f,-0.20978865559304674f,0.9769522335566547f,0.03940879766150358f,2.3387465288166958f,0.22979043772476998f,0.08844133435248472f,-0.9692133331254842f,-0.07702905246397981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690511626081272f,-0.043213223545266674f,-0.24304827001783844f,-0.12416007190109613f,-0.0543768090920872f,0.9977425065114933f,0.03940879766150358f,2.3550645553519343f,0.24079660894788354f,0.05140533056979051f,-0.9692133331254842f,-0.10424718155541136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9298119766664085f,-0.2763643003158015f,-0.24304827001783844f,-0.10232821013713228f,-0.2941373439662023f,0.9549503492597837f,0.03940879766150358f,2.351969208662161f,0.22120784554851253f,0.10813234465031647f,-0.9692133331254842f,-0.1098477856111613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9697050047739894f,0.024489633676588463f,-0.24304827001783844f,-0.1309669750748217f,0.015354649040759033f,0.999105190367716f,0.03940879766150358f,2.3603650407626855f,0.24379589510308142f,0.034482987438397936f,-0.9692133331254842f,-0.10232470305255763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.19908570055114727f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.4629551013895745f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.11331393556908306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.17039658999645807f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.2403836290204335f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.12955815371011406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.01952315916543557f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,1.7346061706428821f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.15571504508544576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010161344242083929f,-0.05206175777449493f,-0.9985921692365827f,2.7502505491851695e-17f,-0.18334568413450822f,0.9816164550476855f,-0.053042391432365776f,1.3665f,0.9829959853389245f,0.1836265464388115f,0.0004292441170238165f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.48584268769985384f,-0.873949242548122f,0.28788804857032796f,-0.19815195673352354f,0.8554356921367096f,-0.4785034782122953f,0.7973326779461553f,0.9800847911198957f,0.17940640854543347f,-0.08513015205142804f,-0.44908396833693803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.6369718064541643f,-0.7707770841977417f,0.04504254735967785f,-0.19815195673352354f,0.7539110095969499f,-0.6263816661199333f,1.0847612503549924f,0.9800847911198957f,0.16088849365640284f,-0.11639886092416823f,-0.38774523013043444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.009830230906731394f,-0.9983344193082839f,0.3171398819050773f,0.1722577435016815f,0.9848587549541882f,-0.019506475688729805f,1.1987110988594618f,0.9834101463880659f,-0.17307974852768432f,-0.05429442540994554f,-0.1310588305914506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.9960281584985632f,-0.06852848818739171f,-0.00004648035985466867f,0.1722577435016815f,0.05782478359921844f,-0.9833532245360322f,1.1048164929739954f,0.9834101463880659f,-0.06770673437454006f,0.16828630990469207f,-0.13294766720488338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08945091844411857f,-0.7518480956726662f,-0.6532403648144297f,0.011443022892247603f,-0.03516686022962161f,0.6578448072398531f,-0.752332042072615f,1.2570145034501603f,0.9953701950184634f,-0.044324379532558536f,-0.08528495909572681f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0894509184441179f,-0.7044488871425801f,-0.7040953760628487f,0.01516151305759967f,-0.22365218487289912f,0.6746689440473232f,-0.7034212934932014f,1.2196416549635798f,0.9705556312706048f,0.22039414997147788f,-0.09720177604996413f,-0.24390926791559633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6853101046057841f,-0.7282513717976845f,0.011443022892247603f,-0.13052619222005157f,0.7220210803572427f,-0.6794471816589531f,1.2570145034501603f,0.9914448613738104f,0.09505587853978059f,-0.08945091844411848f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004196763392061485f,-0.11752793051300563f,-0.9930607094867671f,0.01633585652201293f,-0.04371962331203501f,0.9921414695401377f,-0.11723437617094168f,1.2812738530965864f,0.9990350252691268f,0.04292423520653836f,-0.009302059849783766f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004196763392060805f,-0.11752793051300568f,-0.9930607094867671f,0.01633585652201293f,-0.21633937799140385f,0.9694446783291203f,-0.11564726192020774f,1.2812738530965864f,0.9763092034326643f,0.21532348039328822f,-0.021357389447160764f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.048152459720434304f,-0.9988399975085459f,0.01633585652201293f,-0.13052619222005157f,0.9902947828644775f,-0.047740508752333904f,1.2812738530965864f,0.9914448613738104f,0.13037478151187631f,-0.006285157213338034f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.034022553116038606f,-0.4236999350612747f,-0.9051634277347588f,0.016813927464063162f,0.04915927140959314f,0.9038820026130657f,-0.4249478690223918f,1.2800427061423003f,0.9982113162622152f,-0.05895498605941236f,-0.009923593340630206f,-0.04053545755860907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024368653125387562f,-0.39334486393625223f,-0.9190679989858345f,0.006547932027783043f,-0.25654374464142415f,0.8860939677273162f,-0.38603469720041717f,1.3211184650423282f,0.9662253752775334f,0.24518829167036757f,-0.0793172477936323f,-0.42597145353393184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.27160842585773887f,-0.9624078464991238f,0.041714776475854434f,-0.13052619222005157f,0.9541743139573913f,-0.26928477812248475f,1.1478492104234923f,0.9914448613738104f,0.12561943156623046f,-0.03545201360209318f,-0.245481008792671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18669550310871907f,-0.9824178281764752f,2.7502505491851695e-17f,-0.13052619222005157f,0.9740131074675853f,-0.18509829719873772f,1.3665f,0.9914448613738104f,0.12823125828096815f,-0.024368653125388235f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9998268745706476f,-0.0005981178464964415f,0.018597396090099035f,0.743406494159014f,0.0024287023924113235f,0.9867375001087387f,0.16230590649710178f,1.8544961358725744f,-0.018447826185744066f,0.16232297475772972f,-0.9865652181051295f,-0.736154682167478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9998268745706476f,-0.0005981178464964415f,0.018597396090099035f,0.6496727246680158f,0.0024287023924113235f,0.9867375001087387f,0.16230590649710178f,1.854723826721863f,-0.018447826185744066f,0.16232297475772972f,-0.9865652181051295f,-0.7378841658723916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9998268745706476f,-0.0005981178464964415f,0.018597396090099035f,0.6937500000000001f,0.0024287023924113235f,0.9867375001087387f,0.16230590649710178f,1.8302640953226534f,-0.018447826185744066f,0.16232297475772972f,-0.9865652181051295f,-0.5890346413041654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36330786368768797f,-0.7309698269877654f,-0.5776595088944392f,-0.9379934152603148f,-0.10680414391896445f,0.6486156150018105f,-0.7535852034226522f,2.5182165981787095f,0.9255270233896068f,-0.21208700103801548f,-0.3137177600428056f,-0.6393462227620912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11982378723447062f,-0.7309698269877654f,-0.671807540926912f,-0.9257565847396849f,0.4279569282704291f,0.6486156150018105f,-0.6294049980109484f,2.5020763550441965f,0.8958209238224609f,-0.21208700103801548f,0.39054318126498333f,-0.7308820902150639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6213548444236214f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6912918066930002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5302592261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.19573590934595886f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112.mcfunction new file mode 100644 index 000000000..31cf2e0df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..5419509bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4163715322078468f,0.030291960016590992f,-0.7018985601706901f,-0.33769326403539063f,-0.25088932617793896f,0.7685188437370193f,-0.11566234164817459f,1.4701059885644014f,0.6562268949237863f,0.27460085291912806f,0.4011297525729271f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3881822378051352f,-0.12867170471062694f,-0.6875740997590434f,-0.33769326403539063f,0.061036325463366445f,0.7895804263478305f,-0.11330188569617103f,1.4701059885644014f,0.6968422470161575f,0.002518478755008935f,0.392943431091847f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40150379002362724f,0.027670375927295682f,-0.7106148755388882f,-0.33687362884992333f,-0.015604882499135041f,0.8155089629293393f,0.04057170773514464f,1.4554145830067486f,0.7109821648137846f,0.03352500741834284f,-0.40040589361140627f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3737437991149994f,-0.1254707799161265f,-0.6961125311401355f,-0.33687362884992333f,-0.31983555977778494f,0.7322060174042444f,0.03974371369973353f,1.4554145830067486f,0.6308888866707973f,0.2968693845182665f,-0.39223434476219393f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08162716020382543f,-0.014759403373222122f,1.560296579733842f,-0.00751848057226579f,1.5326480397247562f,0.2924312609906841f,0.08294693438132776f,1.5454180261909705f,-0.2928023959002401f,1.5348199788924644f,-0.0007995921548911905f,0.6713143966498163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00944601815886259f,-0.9985898110296588f,0.052241382530448056f,-0.005196007062473173f,0.18715600703403762f,-0.05308603800404964f,-0.9808947454238439f,1.5092966026056203f,0.9822847864911771f,0.000511738979129884f,0.18739353337615344f,0.4815792271454806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.005137627160813051f,-0.9985898110296588f,0.05283932337669211f,-0.009084593635899774f,-0.0870396857352247f,-0.05308603800404964f,-0.994789407702025f,1.5319809892924838f,0.9961915969803548f,0.000511738979129884f,-0.08718967960112849f,0.1320285283159681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.977923504731278f,-0.025817134921341467f,-0.20736223001922854f,0.25302277743246565f,0.17021946160335727f,0.4771725636665902f,-0.8621668512389682f,1.4527071001856573f,0.12120624482904097f,-0.8784303159774868f,-0.4622436870159887f,-0.588461034550384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7547799653237461f,-0.025817134921341467f,-0.6554698158499277f,0.009997224217036119f,0.5668640793950983f,0.4771725636665902f,-0.6715440863974618f,1.6383061277262922f,0.33010955671932996f,-0.8784303159774868f,-0.3455254846379067f,-0.4555967820770228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07508426488111948f,-0.571741690800798f,-0.816990692827958f,0.25545790814672326f,-0.3824529699528626f,0.7401367543866827f,-0.5531069612472637f,1.3493026398530321f,0.9209191489710139f,0.35399014648178f,-0.16309168357801465f,-0.05132726690999265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01067303922636526f,-0.30868662082171855f,-0.9511039145957403f,0.19163476727642767f,-0.19130699924488073f,0.932958062392127f,-0.30494407004801277f,1.5223263761137558f,0.9814722198175512f,0.18520751589284032f,-0.04909641313998039f,-0.01690771026220997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023359529940929838f,-0.5405809958058312f,-0.8409676089686896f,0.20396079172285925f,-0.43071409492697577f,0.7536815837568227f,-0.4964367419289629f,1.404673462701974f,0.9021860677222714f,0.37381313149671924f,-0.21523020682153696f,-0.382493717163782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017153554081176112f,-0.05024086872392204f,-0.9985898110296589f,0.18829944251818853f,-0.31351945326428377f,0.9480967382044394f,-0.05308603800404997f,1.582109813377781f,0.9494268313078416f,0.313987945813161f,0.0005117389791298339f,-0.3236177789551947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.24964108105085625f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.248419998314997f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1487154502738176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.26821315587581945f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.1312702879718826f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.25711902910413265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.3196025504474598f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.215304096818401f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.007218895309828305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.37369987538823896f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.093926824582104f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.09755908414474049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9566806639436863f,0.2071441234516858f,-0.20458108259489796f,0.15377864502226046f,0.09251253067907221f,0.8825625844156286f,0.46100403062984147f,2.325768482451672f,0.27604988481001286f,0.422107328423754f,-0.863493986306413f,-0.099129350832767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9773068175883862f,0.054936007677666474f,-0.20458108259489796f,0.041761158719460525f,-0.04668965784691286f,0.8861689227191271f,0.46100403062984147f,2.3293207970738488f,0.20661911853794954f,0.4600942028185761f,-0.863493986306413f,-0.07069337980614114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9226293637083697f,0.3677553811269557f,-0.11623698583177715f,0.00730637605779301f,0.11973746345560057f,0.5595990340642297f,0.8200682050412633f,2.3516716768287957f,0.36663060028904826f,0.7427010843714641f,-0.560336597238788f,-0.12026575507412109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9911153310211614f,0.06464799872816837f,-0.11623698583177715f,0.03729008111589269f,-0.059048516697550374f,0.5692112189303892f,0.8200682050412633f,2.357950606641508f,0.11917916466661907f,0.8196457920981619f,-0.560336597238788f,-0.11729622709885047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.21889667118808792f,-0.11623698583177715f,0.10452574298183051f,0.030722721056665354f,0.5714405073944921f,0.8200682050412633f,2.444590911744138f,0.2459327223924399f,0.7909108634046567f,-0.560336597238788f,-0.06021323631856208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.13990486116208464f,-0.20458108259489796f,0.07304714922036151f,0.030722721056665354f,0.8868660542347498f,0.46100403062984147f,2.2450460495413194f,0.2459327223924399f,0.4403353627285723f,-0.863493986306413f,-0.1592886929324907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506035835113731f,-0.19193503324243988f,-0.2439544425288452f,-0.2338517971233095f,-0.21160536695011506f,0.9756971508524761f,0.05690552254629738f,2.3285314529767427f,0.2271034911515963f,0.10571666298452453f,-0.9681156911620498f,-0.04476710952301033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689253302098997f,-0.04086483143336994f,-0.2439544425288452f,-0.12265793191567102f,-0.05636749190909977f,0.996787072227369f,0.05690552254629738f,2.3450691480591024f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.07181465297058463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302580094995025f,-0.27405522387370074f,-0.2439544425288452f,-0.10083902511901466f,-0.2958377545227843f,0.9535417056965309f,0.05690552254629738f,2.3420223933961974f,0.21702547952012582f,0.12510775261703883f,-0.9681156911620498f,-0.07749186330867233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969415663344465f,0.02682352759894728f,-0.2439544425288452f,-0.12945064071129514f,0.013302167700482537f,0.9982909464871456f,0.05690552254629738f,2.3503507263817855f,0.24506391818641785f,0.05191998198138585f,-0.9681156911620498f,-0.06979251607135836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.1973444487597183f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.45327245688145f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.07891352209527151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.16918418333211338f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.2309541765640444f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.0990773929478144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.019501714617247427f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,1.7253684409565833f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1342346825146415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01067303922636526f,-0.05200457231265987f,-0.9985898110296589f,2.523826963209482e-17f,-0.19130699924488073f,0.9800936203286662f,-0.05308603800404997f,1.3578333333333334f,0.9814722198175512f,0.1916038095905861f,0.0005117389791298339f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.45599681818961396f,-0.8899016315719175f,0.27295203847765587f,-0.19835143094434765f,0.8712016228746315f,-0.4490706427088481f,0.7800292870907635f,0.9800585298418364f,0.18186432883211737f,-0.08006649725510365f,-0.43195802658198823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.610532800784314f,-0.7919013267067265f,0.040186408178636154f,-0.19835143094434765f,0.7747766466120197f,-0.6003147988405443f,1.075412883611596f,0.9800585298418364f,0.1642280336334048f,-0.11186791789053417f,-0.3693460887592527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,0.01175905943240406f,-0.9986178266462066f,0.3151593323536892f,0.1684301960116812f,0.9857091183032091f,0.0029670128709907984f,1.1829929413836882f,0.9843815867059861f,-0.16804540640902732f,-0.05247507159623609f,-0.11269707374842665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,-0.994616815988831f,-0.09007346183292905f,-0.0040393723963370555f,0.1684301960116812f,0.08029571263326135f,-0.9824377169083969f,1.0961825068220648f,0.9843815867059861f,-0.06549799909124521f,0.16341023183769282f,-0.11445447584460713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08790565355841762f,-0.7413207767862229f,-0.6653691471488129f,0.009659863059567377f,-0.03374828143818823f,0.6697878532210778f,-0.741785201508812f,1.2481790462723146f,0.9955569544593801f,-0.0427520477003292f,-0.08389644119384611f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08790565355841695f,-0.6931011511893864f,-0.7154602646495576f,0.012769696451362576f,-0.2250707636643325f,0.6858471869619208f,-0.6920670397295152f,1.210751581738131f,0.9703688718296881f,0.22186579356982325f,-0.09570696018373377f,-0.2254497910581486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6734713704833958f,-0.739213306927856f,0.009659863059567377f,-0.13052619222005157f,0.7328892346127642f,-0.6677097295481405f,1.2481790462723146f,0.9914448613738104f,0.0964866981916851f,-0.08790565355841755f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0027916863186813533f,-0.10155207161708348f,-0.9948263080748201f,0.014946835099741946f,-0.0436637265023892f,0.9938937713643097f,-0.10133434872319472f,1.2723569731879039f,0.9990423842237238f,0.043154930118217534f,-0.007208781524579729f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0027916863186806724f,-0.10155207161708353f,-0.9948263080748201f,0.014946835099741946f,-0.21639527480104964f,0.9711969801532923f,-0.09974723447246078f,1.2723569731879039f,0.9763018444780672f,0.21555417530496737f,-0.019264111121956726f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.032031008292405655f,-0.9994868756055639f,0.014946835099741946f,-0.13052619222005157f,0.9909361268297012f,-0.031756978576127415f,1.2723569731879039f,0.9914448613738104f,0.13045921604671062f,-0.00418088554537694f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.031129649701096863f,-0.4093105590547435f,-0.9118639214026293f,0.015816347417678178f,0.04968038845695147f,0.9105448006512321f,-0.41041445516669395f,1.2711150476477964f,0.9982799226230353f,-0.05807781205676735f,-0.008010233108056323f,-0.022080928895704927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02229661110068914f,-0.3786034798159962f,-0.9252903685895814f,0.005397042472902413f,-0.25691699471826257f,0.8922683628239547f,-0.3712826773879922f,1.3123562570190626f,0.9661762359726929f,0.24600116620593138f,-0.07737510754086781f,-0.4074951429032622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.25604568209533474f,-0.9666646826487119f,0.0381678110582696f,-0.13052619222005157f,0.9583947322836106f,-0.2538551757903718f,1.1385436063709637f,0.9914448613738104f,0.12617506017974084f,-0.0334206679182902f,-0.22707623760643286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17082097256847925f,-0.9853020832875362f,2.523826963209482e-17f,-0.13052619222005157f,0.9768726873763379f,-0.16935957546789532f,1.3578333333333334f,0.9914448613738104f,0.12860772911800616f,-0.02229661110068981f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8720202367158576f,-0.015824060643179767f,0.48921396736272765f,0.8080080437004651f,0.06388863208686081f,0.9872468826595093f,0.14581438670155553f,1.837037798179386f,-0.48528233993015735f,0.15840830718065899f,-0.8598882827251855f,-0.6772338759395246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8720202367158576f,-0.015824060643179767f,0.48921396736272765f,0.7262561465083535f,0.06388863208686081f,0.9872468826595093f,0.14581438670155553f,1.843027357437529f,-0.48528233993015735f,0.15840830718065899f,-0.8598882827251855f,-0.7227290953079768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8720202367158576f,-0.015824060643179767f,0.48921396736272765f,0.6937500000000001f,0.06388863208686081f,0.9872468826595093f,0.14581438670155553f,1.8181604198032242f,-0.48528233993015735f,0.15840830718065899f,-0.8598882827251855f,-0.5709982432149728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34922237606793116f,-0.7309698269877654f,-0.5862822222163526f,-0.9379934152603148f,-0.08853645359265988f,0.6486156150018105f,-0.7559491255111404f,2.5084187045128026f,0.9328478056139187f,-0.21208700103801548f,-0.29122856239043177f,-0.6122648117412961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10353126560366395f,-0.7309698269877654f,-0.6745104810719993f,-0.9257565847396849f,0.4126002912176359f,0.6486156150018105f,-0.6395770349715075f,2.4922784613782896f,0.9050095451041529f,-0.21208700103801548f,0.36875035899789327f,-0.7038006791942688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6115569507577145f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6642103956722051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.521592559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.17724702045707005f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113.mcfunction new file mode 100644 index 000000000..50be2a905 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..8e850e176 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.40767095268225767f,0.028800816108162482f,-0.7070497519800771f,-0.3387990551496062f,-0.2576549028269412f,0.7660195806752222f,-0.11735585846407721f,1.4614436444850711f,0.6590620530972969f,0.2816539711385317f,0.39147502494222447f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3797490067059943f,-0.12675960972346756f,-0.6926201652049736f,-0.3387990551496062f,0.05397640282644771f,0.7898547670219337f,-0.11496084094440218f,1.4614436444850711f,0.702052163192827f,0.007838900144872651f,0.3834857387189138f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39234242883238724f,0.02609798377899713f,-0.7157728398207205f,-0.33797395006534936f,-0.021869780312351608f,0.8153073240866642f,0.04171479886295868f,1.4463973660898122f,0.7159145030598535f,0.039208506446418226f,-0.3909904880879439f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3648630913414176f,-0.12345948173858635f,-0.7011652308447874f,-0.33797395006534936f,-0.3254298588979408f,0.7296749846549039f,0.040863476437184014f,1.4463973660898122f,0.6332221817928133f,0.30386209559223676f,-0.3830110903718634f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08219757415690644f,-0.011156519954607206f,1.56029655542311f,-0.006601497799605691f,1.544742297909384f,0.21976545736527275f,0.08294954369174316f,1.5167426823524066f,-0.22004781719516278f,1.546927576136496f,-0.0005313530928362491f,0.6895967077518894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.007140172770949044f,-0.9985897954707904f,0.0526064474604199f,-0.004724413658444562f,0.14064989271377434f,-0.053087707962715475f,-0.9886350706620058f,1.4896042255949349f,0.9900336487273574f,0.00034006597941472854f,0.14083060300490396f,0.4983649991054809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.006446523995614901f,-0.9985897954707904f,0.052695945859040076f,-0.008997435887443348f,-0.11489714982299395f,-0.053087707962715475f,-0.9919578318788648f,1.5206682703650654f,0.9933564754361479f,0.00034006597941472854f,-0.11507735252517415f,0.1517338629844599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9751597228390386f,-0.02604097211137047f,-0.2199667764094937f,0.2500101774018976f,0.18019773432953212f,0.4842334484598897f,-0.8561814900680502f,1.4444554513931496f,0.12881106899250838f,-0.8745512192914364f,-0.46751243121533037f,-0.5708713776799205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7462519018657168f,-0.02604097211137047f,-0.665154092472786f,0.009934049836801876f,0.5726895126883126f,0.4842334484598897f,-0.6614716089519388f,1.6317236632776628f,0.3393152236764863f,-0.8745512192914364f,-0.34644674023179645f,-0.4350207320578809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06329755268002618f,-0.5742898434192389f,-0.8162013204903711f,0.2554975459708694f,-0.3548396312852571f,0.7514498167918666f,-0.55624815407587f,1.3394727096653651f,0.9327819980542411f,0.32482972245312786f,-0.15621586192497153f,-0.03315538927420483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010924089416905224f,-0.30863652699914373f,-0.9511173210873191f,0.1916837139017342f,-0.19920722065298846f,0.9314360443785237f,-0.30453797541883093f,1.5122136056399706f,0.9798964983660892f,0.1927962381230394f,-0.05130753410057095f,0.002673233285736487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02128341111870343f,-0.5414146982402395f,-0.8404862526779261f,0.20399116937871659f,-0.3944602382878419f,0.7679289975087819f,-0.5046644183960829f,1.3961172528031938f,0.9186664992373733f,0.3422793878026951f,-0.1972224223164317f,-0.3595794907929309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016188926070194284f,-0.05056025172305531f,-0.9985897954707904f,0.1882699359589513f,-0.2984037396024397f,0.9529621731498816f,-0.053087707962715586f,1.5744658620940295f,0.954302429455135f,0.2988423622767637f,0.00034006597941471997f,-0.30354442245366636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.250860144492347f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2387972530043365f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11858959106301911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.26907554671467593f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.1235029962444347f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.22902394251246877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.31834729041008364f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2045429919002775f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,0.02278152213911329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.3727966671114693f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.0848758507441127f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.06960545315687267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9556303619098674f,0.218331093027554f,-0.19774262366371448f,0.15598072197923007f,0.08839429196147251f,0.8529064483071748f,0.5145260339231347f,2.3119208728301865f,0.28099299020553126f,0.4742173808006559f,-0.8343625202523901f,-0.06418050508544537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780194741165023f,0.06614955053113511f,-0.19774262366371448f,0.04399415148908707f,-0.0461179524247873f,0.856233668387009f,0.5145260339231347f,2.3152373703324733f,0.20334955793663692f,0.5123359660272295f,-0.8343625202523901f,-0.03559467819214805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.921047752411634f,0.3760320676963079f,-0.10134555659483489f,0.009565919947405549f,0.10755293215659872f,0.4957063357269025f,0.8618048476915905f,2.342381430883298f,0.37430389332999947f,0.782863406210973f,-0.49701255784311704f,-0.08513761839459806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921687660981996f,0.07300834019247007f,-0.10134555659483489f,0.03964738250972226f,-0.050892764984762244f,0.5046804245931085f,0.8618048476915905f,2.347905069694159f,0.11406606003269362f,0.860213607945643f,-0.49701255784311704f,-0.08169368904005476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.22731887652850385f,-0.10134555659483489f,0.10825662902960678f,0.02868322164140135f,0.5064283535620263f,0.8618048476915905f,2.428837728807112f,0.24722877313122008f,0.8317790879087272f,-0.49701255784311704f,-0.018224637431178595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.1511378452085666f,-0.19774262366371448f,0.07425061385767935f,0.02868322164140135f,0.8569948851723677f,0.5145260339231347f,2.2360138796433295f,0.24722877313122008f,0.49266329123866315f,-0.8343625202523901f,-0.12907387795987763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9509124827507182f,-0.1895908733153783f,-0.24458280991185266f,-0.23236398165770453f,-0.2133230729120728f,0.9741560887652537f,0.07425079989423217f,2.318206828721104f,0.22418455948663302f,0.12278116906551681f,-0.9667812926462166f,-0.012868121393856596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688637189828608f,-0.0385012095176626f,-0.24458280991185266f,-0.12115339401725664f,-0.05830512528350461f,0.9955336915849415f,0.07425079989423217f,2.3349550793304106f,0.24063168204618282f,0.0861993374970801f,-0.9667812926462166f,-0.03971662085274878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.930770040283545f,-0.2717469065255222f,-0.24458280991185266f,-0.09934607350080185f,-0.29741461168413513f,0.9518567998768732f,0.07425079989423217f,2.3319570187908436f,0.21263038556928648f,0.14185292144318815f,-0.9667812926462166f,-0.04546384017114153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691893242691747f,0.02917709406852191f,-0.24458280991185266f,-0.12793225674446163f,0.01128182288971774f,0.9971757814885758f,0.07425079989423217f,2.340216416979342f,0.2460584771857004f,0.06920374263264151f,-0.9667812926462166f,-0.03759757713690909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.19559458190222132f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.443436944058875f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.0448761123548647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.16796531588803584f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.2214375983224532f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.06891595744833191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.01948226832763075f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,1.7161943845489138f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11296016277616407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924089416905224f,-0.051952715540348735f,-0.9985897954707904f,2.2995805270989413e-17f,-0.19920722065298846f,0.9785183587971036f,-0.053087707962715586f,1.34925f,0.9798964983660892f,0.1995062325968956f,0.00034006597941471997f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.4259220731443414f,-0.9046951969822314f,0.2578860975498565f,-0.19853150330592853f,0.8858218291668176f,-0.41941021585870025f,0.7633061133626164f,0.9800348228656879f,0.18414688316661718f,-0.0749778059871047f,-0.4149349094458047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.5836575732912661f,-0.8119278594641537f,0.03536664773256132f,-0.19853150330592853f,0.7945572196717672f,-0.5738153595561548f,1.0662310533624777f,0.9800348228656879f,0.1673997067118742f,-0.1072803997168083f,-0.3511137712619027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,0.033187143016183154f,-0.9983997084909033f,0.3130440751141307f,0.16453551696789165f,0.9860484173196098f,0.025230583774474846f,1.167442129511933f,0.9853077834019205f,-0.16311692812187076f,-0.05061066812124171f,-0.09452862618209072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,-0.9927181421578432f,-0.1114183764330538f,-0.007992838112909217f,0.16453551696789165f,0.10251727347174927f,-0.9810291903384053f,1.0876944871831016f,0.9853077834019205f,-0.0632526590002264f,0.15864322581501897f,-0.09613081644757764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08635269112891295f,-0.7307044674299094f,-0.6772105979772964f,0.007891369027130448f,-0.03236788615718558f,0.6814485671127349f,-0.731149895934969f,1.2394566800680349f,0.9957386869457819f,-0.0412168855928405f,-0.0824962766524445f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08635269112891228f,-0.6816846847752815f,-0.7265323139940989f,0.010397599701348086f,-0.22645115894533516f,0.6967376145265807f,-0.6806442309431004f,1.2019847276308562f,0.9701871393432863f,0.22329954555850534f,-0.09420311887753899f,-0.20716284091528583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6615736631873264f,-0.7498801825471202f,0.007891369027130448f,-0.13052619222005157f,0.7434648536323972f,-0.6559138087873226f,1.2394566800680349f,0.9914448613738104f,0.09787900484915253f,-0.08635269112891285f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0013994021631020773f,-0.08570375766118873f,-0.9963196814257652f,0.013567333492796462f,-0.04363052660729724f,0.9953771268015472f,-0.08556139660072569f,1.2635477635911556f,0.9990467550728322f,0.043350217566339666f,-0.005132232983330266f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0013994021631013969f,-0.08570375766118879f,-0.9963196814257652f,0.013567333492796462f,-0.2164284746961416f,0.9726803355905298f,-0.08397428234999176f,1.2635477635911556f,0.9762974736289588f,0.2157494627530895f,-0.017187562580707264f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.016056339134799452f,-0.9998710886777298f,0.013567333492796462f,-0.13052619222005157f,0.9913170529057727f,-0.015918974927672053f,1.2635477635911556f,0.9914448613738104f,0.13050936591602155f,-0.002095772808259507f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.028256573126708616f,-0.3949545108292102f,-0.9182660292370585f,0.014824300552091496f,0.0501508190804901f,0.9169158224185692f,-0.3959169988066123f,1.2622889930494343f,0.9983418559895657f,-0.0572390511289138f,-0.006101606769587289f,-0.003801772645352197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020238770050220158f,-0.36390668661801806f,-0.931215504392807f,0.004255833459042034f,-0.25725394064485063f,0.8981501903581315f,-0.35657628297791766f,1.3036964579967636f,0.9661318761999057f,0.24677552349118406f,-0.07543897398627618f,-0.38919409869108296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.24056687180899167f,-0.9706325670345274f,0.03464515516910524f,-0.13052619222005157f,0.9623286708684526f,-0.23850878887179688f,1.1293834818649815f,0.9914448613738104f,0.12669297301979074f,-0.031400277751517276f,-0.20884106249378712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.15505523991767375f,-0.9879058014679702f,2.2995805270989413e-17f,-0.13052619222005157f,0.9794541303867949f,-0.1537287208454609f,1.34925f,0.9914448613738104f,0.12894758253771232f,-0.02023877005022083f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5394707605324185f,-0.027356832595755602f,0.8415598031280378f,0.8452716623691628f,0.10990361955412473f,0.9886336394963618f,0.10259006416354277f,1.8164099032371057f,-0.8348008702316234f,0.14783480837240404f,-0.5303323264652254f,-0.5935538302081601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5394707605324185f,-0.027356832595755602f,0.8415598031280378f,0.7946962785692486f,0.10990361955412473f,0.9886336394963618f,0.10259006416354277f,1.8267133675703051f,-0.8348008702316234f,0.14783480837240404f,-0.5303323264652254f,-0.6718164117923748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5394707605324185f,-0.027356832595755602f,0.8415598031280378f,0.6937500000000001f,0.10990361955412473f,0.9886336394963618f,0.10259006416354277f,1.806173125779174f,-0.8348008702316234f,0.14783480837240404f,-0.5303323264652254f,-0.5531352720304836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.33507069942647993f,-0.7309698269877654f,-0.5944835896972479f,-0.9379934152603148f,-0.07039326969219611f,0.6486156150018105f,-0.7578539249471924f,2.4987150213629135f,0.9395596915406128f,-0.21208700103801548f,-0.26878744394560083f,-0.5854437989033926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08733560578837588f,-0.7309698269877654f,-0.6767980525940168f,-0.9257565847396849f,0.39715309835283796f,0.6486156150018105f,-0.6492820653957446f,2.4825747782284004f,0.9135873841238826f,-0.21208700103801548f,0.34695416925061207f,-0.6769796663563653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6018532676078254f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6373893828343016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5130092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.1589359093459587f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114.mcfunction new file mode 100644 index 000000000..828903007 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..ad1d78e5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4099192384970432f,0.029232443828677106f,-0.7057309165554899f,-0.3385144014866267f,-0.26239608691715804f,0.7638765013900514f,-0.12077014796340264f,1.4533449089520065f,0.6557888043608338f,0.2873718832738203f,0.39281406444155004f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38194556705711874f,-0.12721179883291264f,-0.6913282447890514f,-0.3385144014866267f,0.048882129640326066f,0.7896925716060975f,-0.11830545106619035f,1.4533449089520065f,0.7012332858665812f,0.014240807134533545f,0.38479745088151845f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39461739161562426f,0.026534315368813267f,-0.7145050656131374f,-0.3376857611345061f,-0.02726715414289705f,0.8149519461083992f,0.04532408061422168f,1.437658786098439f,0.714477474091292f,0.04575696762773224f,-0.39290289305894155f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36708555836812556f,-0.12391741421973515f,-0.6999233295802163f,-0.3376857611345061f,-0.3301813945193386f,0.7273300259770379f,0.04439909937719676f,1.437658786098439f,0.6294667898712579f,0.30924991150416836f,-0.3848844666699836f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08249624678374705f,-0.008035130145515473f,1.560299989088682f,-0.00592514415686652f,1.5531284094128084f,0.14942626726441574f,0.08288657627302282f,1.4892314251774583f,-0.14964211687033602f,1.5553178058952992f,0.00009758891655038453f,0.7065655387937886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005142483293130334f,-0.9985919930167565f,0.05279759794159789f,-0.004433925605755464f,0.09563281104922583f,-0.05304740881473442f,-0.9940021820241974f,1.470788292418833f,0.9954033957729915f,-0.00006245690659270942f,0.09577095479701483f,0.5142969433520067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007460647363034163f,-0.9985919930167565f,0.052520188725357776f,-0.008987162020065031f,-0.141608584523857f,-0.05304740881473442f,-0.9885003698568819f,1.5097777231012306f,0.9898946143555252f,-0.00006245690659270942f,-0.1418049666586496f,0.17065451224342265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9723742586622373f,-0.026029042879407563f,-0.23197152846383307f,0.24717171969450227f,0.18969384209149948f,0.491009451625191f,-0.8502505305422012f,1.436568870782032f,0.13603142050140596f,-0.8707652998032889f,-0.4725074023704374f,-0.5539029514008829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7379956607185397f,-0.026029042879407563f,-0.6743032653690685f,0.009943459553976852f,0.5781196094426253f,0.491009451625191f,-0.6516804704704875f,1.6253842144601969f,0.34805189546749066f,-0.8707652998032889f,-0.34731494456757217f,-0.41522041209836014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05164279919611771f,-0.5763603632681504f,-0.8155622311906034f,0.2554985816326504f,-0.3279807132165665f,0.7615656255474968f,-0.558969095516382f,1.3300120485740003f,0.9432717917170754f,0.2963554110149765f,-0.1497057023396322f,-0.015638418144490976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010924962649818269f,-0.3085961015691054f,-0.9511304281156453f,0.19169224741272034f,-0.20680902861792164f,0.9299239904177978f,-0.30409110103314635f,1.5024722273958802f,0.978320331421775f,0.20002454384847376f,-0.053661075138299756f,0.021530802107483482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01901477550161814f,-0.5421836677739569f,-0.8400448254181456f,0.2040589075766643f,-0.35904266095932125f,0.7804495014811363f,-0.5118466012870414f,1.3879176258690107f,0.9331274328428419f,0.3113445776579788f,-0.17982699474523245f,-0.3374853978963792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015017404794106374f,-0.0508773921901732f,-0.9985919930167563f,0.18827819658465214f,-0.2838242550028044f,0.9574078361336643f,-0.05304740881473441f,1.5671000488389806f,0.9587587130375154f,0.2842212628811958f,-0.00006245690659270262f,-0.28419430146182123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.25205413597597487f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.229367160110084f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.08957480485404505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.2699495289708957f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.1158915769062348f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.20192852943006223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.3171534011153298f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.194039970273926f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,0.05153160668253692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.37192280008951156f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.0760545330484392f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.04280853344200174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9547063886039298f,0.22867624993163793f,-0.19037563992287931f,0.1580566570163012f,0.08423332487213851f,0.8213485605564448f,0.5641731020288372f,2.2981562700092533f,0.28537774709992275f,0.5225836916600622f,-0.8034088788849134f,-0.030826954576761323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.978725215541254f,0.07651188265675193f,-0.19037563992287931f,0.04609322087876897f,-0.04529094981643751f,0.8244133919411331f,0.5641731020288372f,2.3012473607117587f,0.2001141732323108f,0.5607927344397707f,-0.8034088788849134f,-0.0021254781069760253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9197631996687787f,0.38286340680868497f,-0.08632072903942782f,0.011783946144244134f,0.09540040693491976f,0.43144016999849255f,0.8970831299652913f,2.333091950339799f,0.38070253334027415f,0.8168690173084786f,-0.4333481160334933f,-0.05127005546254278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993058083721645f,0.07990227839803149f,-0.08632072903942782f,0.0419466337105151f,-0.04259116591288574f,0.439804332081731f,0.8970831299652913f,2.3378532176271043f,0.10964321657665779f,0.8945321544745869f,-0.4333481160334933f,-0.04742190816827897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.23426705884159477f,-0.08632072903942782f,0.11177567211401482f,0.02673375742707132f,0.44105233719537973f,0.8970831299652913f,2.4128322484438907f,0.24822898568462956f,0.8663670013315384f,-0.4333481160334933f,0.02177126248221213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.1615222549500339f,-0.19037563992287931f,0.07543316475025724f,0.02673375742707132f,0.8252236164585874f,0.5641731020288372f,2.2271569347407087f,0.24822898568462956f,0.5412176493748763f,-0.8034088788849134f,-0.10000270862713484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9512720875815404f,-0.18732152966387122f,-0.2449327661066317f,-0.23093240318355907f,-0.21489324246912656f,0.9723954568781056f,0.09092837722034561f,2.308089090675121f,0.2211386662919076f,0.13913202351438614f,-0.9652667871129871f,0.01773468492582088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.11969864112028196f,-0.06013138695516286f,0.9940403646326054f,0.09092837722034561f,2.325032650429655f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.008894370353982231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931326063040915f,-0.26951754003786865f,-0.2449327661066317f,-0.09790124188112076f,-0.2988253570921475f,0.9499660184316201f,0.09092837722034561f,2.3220818328538204f,0.2081710120536972f,0.15787608887070528f,-0.9652667871129871f,-0.014703345052047633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690292212044049f,0.0314691680751014f,-0.2449327661066317f,-0.1264644508914327f,0.00935584067736206f,0.9958134857799901f,0.09092837722034561f,2.3302731382425876f,0.2467687919839231f,0.08582070262685257f,-0.9652667871129871f,-0.006683916639674065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.19389707190216277f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.4337529006817418f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.012199795573214281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.16678280848008514f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.212124088001918f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.039957427122206346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.019466353209330094f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,1.707353312708967f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.09251348211697483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924962649818269f,-0.0519102752248803f,-0.9985919930167563f,2.084042690449008e-17f,-0.20680902861792164f,0.976942167223912f,-0.05304740881473441f,1.341f,0.978320331421775f,0.20709738102140035f,-0.00006245690659270262f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.39656303157263084f,-0.9179556491023689f,0.24316058183411549f,-0.19868814067062213f,0.8989264057629158f,-0.39045401749632047f,0.7476286364590199f,0.9800142011654104f,0.18619634532420445f,-0.07002204297242323f,-0.39851374606691126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.5572066770448842f,-0.8303165244565622f,0.03072553621075337f,-0.19868814067062213f,0.8127192069462515f,-0.5477321548142916f,1.0574778341072784f,0.9800142011654104f,0.17031796651338355f,-0.10278110622516301f,-0.3335800213336838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,0.053815466057687875f,-0.9977216397617514f,0.3108665240131067f,0.1606976696699492f,0.9859018187485973f,0.046624701080603f,1.152513710992488f,0.9861647092643967f,-0.1584345271751127f,-0.048761324841171634f,-0.0770811167642228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,-0.990423684116071f,-0.13192990857964576f,-0.011790859966382516f,0.1606976696699492f,0.1238339378628317f,-0.9792044805841281f,1.0795951182746855f,0.9861647092643967f,-0.06104163968418382f,0.15412035694915213f,-0.07851098548815634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08483925172228202f,-0.7203245598822826f,-0.6884292482148034f,0.006189649753638662f,-0.031064447886003668f,0.6924965564940961f,-0.7207520512085671f,1.23109946860428f,0.9959102878496341f,-0.03976239019746526f,-0.08112737442468779f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08483925172228135f,-0.6705474886800112f,-0.7369995704151623f,0.00811511357066882f,-0.22775459721651709f,0.7070333745784261f,-0.6695010460626519f,1.1935937736900322f,0.9700155384394341f,0.22465500808389136f,-0.09273609075694987f,-0.18958139785364012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6499787535305775f,-0.7599523800599857f,0.006189649753638662f,-0.13052619222005157f,0.7534508820992698f,-0.6444180951900454f,1.23109946860428f,0.9914448613738104f,0.09919369043779516f,-0.08483925172228195f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00006084618197644141f,-0.07045023764505765f,-0.9975152932729888f,0.012238135395442619f,-0.043619408422955724f,0.9965660676494061f,-0.07038053721470666f,1.2551012833410076f,0.9990482188095695f,0.04350674459844403f,-0.003133634929637801f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00006084618197576088f,-0.07045023764505771f,-0.9975152932729888f,0.012238135395442619f,-0.21643959288048312f,0.9738692764383887f,-0.06879342296397273f,1.2551012833410076f,0.9762960098922215f,0.21590598978519385f,-0.015188964527014799f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0006981316440876351f,-0.9999997563060741f,0.012238135395442619f,-0.13052619222005157f,0.9914446197647198f,-0.0006921590310930703f,1.2551012833410076f,0.9914448613738104f,0.13052616041161139f,-0.00009112446517141673f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0254882632552293f,-0.3810608858384511f,-0.9241985445348024f,0.013867209119475483f,0.05056002687059924f,0.9228243257639763f,-0.38188865846095355f,1.2538205387744197f,0.9983957292171658f,-0.056461181906487426f,-0.004254740726075283f,0.013769467303733435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018255968149034622f,-0.34969302027675053f,-0.9366864529802199f,0.0031579154913732293f,-0.2575470357179736f,0.9035834669059614f,-0.34235426494654375f,1.2953900104563363f,0.9660932895014985f,0.24749082791878896f,-0.07356660979171283f,-0.3716015301507629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.22563123809993774f,-0.9742127818877606f,0.03125095288479097f,-0.13052619222005157f,0.965878256487305f,-0.2237009315795939f,1.120631755511925f,0.9914448613738104f,0.12716028483191294f,-0.029450786355081023f,-0.19130711602127248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.13986440451934412f,-0.990170666273471f,2.084042690449008e-17f,-0.13052619222005157f,0.9816996189599149f,-0.13866784514981162f,1.341f,0.9914448613738104f,0.12924320671666756f,-0.018255968149035292f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.08396585892198435f,-0.03251165011586272f,0.9959381141126376f,0.8470766167538638f,0.13006525620008197f,0.9905594360328223f,0.04330164911344668f,1.7950497962192784f,-0.987943704704423f,0.13317280613203564f,-0.07894453775796523f,-0.5014978279704849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08396585892198435f,-0.03251165011586272f,0.9959381141126376f,0.8392048174799277f,0.13006525620008197f,0.9905594360328223f,0.04330164911344668f,1.8072434139880362f,-0.987943704704423f,0.13317280613203564f,-0.07894453775796523f,-0.5941175502865246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.08396585892198435f,-0.03251165011586272f,0.9959381141126376f,0.6937500000000001f,0.13006525620008197f,0.9905594360328223f,0.04330164911344668f,1.7946513577366403f,-0.987943704704423f,0.13317280613203564f,-0.07894453775796523f,-0.5359660084648099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3212870742091246f,-0.7309698269877654f,-0.6020446229139635f,-0.9379934152603148f,-0.05291643278648747f,0.6486156150018105f,-0.7592744135798178f,2.489388180277098f,0.9455022300805502f,-0.21208700103801548f,-0.2470721289490323f,-0.5596643787970588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07172150093464406f,-0.7309698269877654f,-0.6786303399768965f,-0.9257565847396849f,0.3820906436953826f,0.6486156150018105f,-0.6582587059631427f,2.473247937142585f,0.9213374877340714f,-0.21208700103801548f,0.32581641715323484f,-0.6512002462500315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.59252642652201f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6116099627279677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5047592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.14133590934595874f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115.mcfunction new file mode 100644 index 000000000..bfd9282a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..e7475e953 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42097057074196065f,0.031206351006059386f,-0.6991097100387886f,-0.33711108027098635f,-0.2651728976399551f,0.762127648185653f,-0.12565518959708544f,1.4460289628431227f,0.6476199173673258f,0.29177398097214946f,0.4029898647624353f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39268726296752404f,-0.12956821612149855f,-0.6848421649359563f,-0.33711108027098635f,0.04571344809967763f,0.7891507689391761f,-0.12309079797265514f,1.4460289628431227f,0.6954904702193357f,0.021287114736374624f,0.39476558180809995f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4061031617361544f,0.028584825665107734f,-0.707960150159625f,-0.33628112467845184f,-0.031609734804185705f,0.8144584336912385f,0.051016947177066896f,1.4294614220249526f,0.7078315414969527f,0.052771317733727126f,-0.40389867706039606f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.37824914783533226f,-0.12636736305806734f,-0.6935119838298368f,-0.33628112467845184f,-0.33392653316312315f,0.7252554662767546f,0.04997578498977982f,1.4294614220249526f,0.6208225612938874f,0.31310668819020415f,-0.3956558469163064f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0825931422522372f,-0.0054508421960131545f,1.56030603125549f,-0.005478582549848633f,1.5580565079106892f,0.0837606408883764f,0.08276667925631118f,1.463733343929261f,-0.08393176401131063f,1.5602437929238246f,0.0010077860025985788f,0.721805604892509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0034885390054488503f,-0.9985958600035135f,0.05285961104143158f,-0.0043068319014281575f,0.05360681016856064f,-0.05297067472403896f,-0.9971561650628411f,1.4534077655170714f,0.9985560274712477f,-0.0006449830416635458f,0.053716328967238575f,0.5289284546057352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705022f,-0.9985958600035135f,0.05233809067187446f,-0.009042888308542496f,-0.1663528893330054f,-0.05297067472403896f,-0.9846424852858224f,1.4996438760965032f,0.9860322933666493f,-0.0006449830416635458f,-0.16655299587513203f,0.18821925928564368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.969675785272511f,-0.02581883279570106f,-0.24302728103899657f,0.24458523925261988f,0.19843508845914132f,0.4972922886140372f,-0.8445850432924005f,1.429277245906638f,0.14266179279804572f,-0.8671988050949337f,-0.47708892810205394f,-0.5380811567135562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7302755875051914f,-0.02581883279570106f,-0.6826645985892456f,0.010013370108678737f,0.5830181930586391f,0.4972922886140372f,-0.6424874833392886f,1.6194805104727705f,0.35607211749389667f,-0.8671988050949337f,-0.3481075689859845f,-0.3968009936342915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04053653440762072f,-0.5779285948817021f,-0.8150799522723409f,0.25546687123834166f,-0.3027576027047492f,0.7702963072042041f,-0.5612320670738973f,1.3212095474363759f,0.9522051372381336f,0.26952205536027646f,-0.14374713315986193f,0.0006846232678263259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010714155147747125f,-0.30856768064916595f,-0.9511420468774707f,0.19166579332363887f,-0.21387554266661568f,0.9284771067959663f,-0.30362396875881237f,1.493401355155877f,0.9768021596661888f,0.20667909573681129f,-0.05604723237487597f,0.039086658516135464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016664588837047006f,-0.5428461779234826f,-0.8396667902166665f,0.20415304466735626f,-0.3256691705369855f,0.7910415883326477f,-0.5178733405862033f,1.3803177171603165f,0.945336914988854f,0.28208373338785186f,-0.16360588167094522f,-0.3168930726617986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057237f,-0.051169070412621004f,-0.9985958600035133f,0.1883176198399679f,-0.27022954221766055f,0.9613376629114837f,-0.05297067472403895f,1.5602374622391944f,0.9626982704336189f,0.27057646627338927f,-0.0006449830416635355f,-0.2661640163795485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.25317816647050106f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.220444133817037f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.06256575341171142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.27079735083893947f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1086887203189093f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.17667361640131174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.31606016760079503f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1841406708381315f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,0.07816813589528822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.37110970673081994f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.0677507727043984f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.017973698672141908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531099f,0.23787493557769673f,-0.1828591923664491f,0.1599396700894819f,0.08019887101358275f,0.7894354308274824f,0.6085719691559692f,2.2849802307183142f,0.28911954326394146f,0.5658685497340648f,-0.7721416153301905f,-0.00006036738888194615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754385f,0.08571913308819668f,-0.1828591923664491f,0.04799185922510098f,-0.04428341947629236f,0.7922620381648441f,0.6085719691559692f,2.2878633723170045f,0.19703865805924675f,0.6041300299649862f,-0.7721416153301905f,0.02872358234347243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917135f,0.3881657778743941f,-0.0718232386691407f,0.01387778054570915f,0.0837734128402765f,0.3695269096101195f,0.9254360476959427f,2.324131001467328f,0.3857632227504981f,0.8442613291873322f,-0.37203433176521294f,-0.019715366309051144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373458f,0.08524692978800494f,-0.0718232386691407f,0.04410404073817385f,-0.034516844774352955f,0.37732838357554827f,0.9254360476959427f,2.328155727618887f,0.1059915283314126f,0.9221476302143723f,-0.37203433176521294f,-0.015539195912339099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.23965692830652496f,-0.0718232386691407f,0.11496909696593544f,0.024935278691375302f,0.37808246918033145f,0.9254360476959427f,2.3972205716143704f,0.24894226795549737f,0.894213734636851f,-0.37203433176521294f,0.05858121734180917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.170752852583297f,-0.1828591923664491f,0.07654970513469367f,0.024935278691375302f,0.7931067962350401f,0.6085719691559692f,2.2187715424614867f,0.24894226795549737f,0.5846580822159712f,-0.7721416153301905f,-0.07296685115678413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516601492460911f,-0.1852064996418824f,-0.24503369733020264f,-0.22960668450385344f,-0.21627774790390586f,0.9705142752339403f,0.10642357506095021f,2.2985171890087033f,0.21809836335590066f,0.15427441154495f,-0.9636558046543054f,0.0461165895917179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130625f,-0.24503369733020264f,-0.11834522108058636f,-0.061793128474733464f,0.9923989278231569f,0.10642357506095021f,2.3156356150930573f,0.23954704562893558f,0.11825693673739279f,-0.9636558046543054f,0.019716080689283398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318969850261731f,-0.2674443801462643f,-0.24503369733020264f,-0.09655593696689216f,-0.3000406382823134f,0.9479713276520488f,0.10642357506095021f,2.3127290054673986f,0.2038225323124773f,0.1726958756826353f,-0.9636558046543054f,0.013854609602880086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402185f,0.03361728489524052f,-0.24503369733020264f,-0.12509917229924442f,0.007583646232913327f,0.9942919646567904f,0.10642357506095021f,2.320855525540926f,0.24721270796795855f,0.10125891158417574f,-0.9636558046543054f,0.022009915437519827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.19231282337668917f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.4245515683059033f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,0.01812399791736042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.16567937319351747f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.2033232603428035f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,-0.013080089749550244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.019454930837798607f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,1.6991172141721222f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.07351590663563397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747125f,-0.051879815567463f,-0.9985958600035133f,1.8837449028551305e-17f,-0.21387554266661568f,0.9754236822367707f,-0.05297067472403895f,1.3333333333333333f,0.9768021596661888f,0.21414276749016137f,-0.0006449830416635355f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.3689095848884972f,-0.9294239137737913f,0.22927155816220376f,-0.19881922248989353f,0.9102593789306322f,-0.36317871611278885f,0.7334143740778379f,0.979996943916515f,0.18797228850608846f,-0.06536366473871033f,-0.38320080130534145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.5321062151205314f,-0.8466321923641328f,0.02640606364750119f,-0.19881922248989353f,0.828832937311284f,-0.5229788511942555f,1.049406931427765f,0.979996943916515f,0.1729130933678876f,-0.09852437290457053f,-0.3172776844588343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,0.07300428857494742f,-0.9966796449491392f,0.30871589447235315f,0.15705084298295371f,0.9853495492807584f,0.06649284510794778f,1.138659850191801f,0.9869321017803707f,-0.15413189021702073f,-0.046993477137877424f,-0.060880476466707634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,-0.9878793637629315f,-0.15097782439027968f,-0.015317860420901783f,0.15705084298295371f,0.14359750446975328f,-0.9770950769645719f,1.072120260012998f,0.9869321017803707f,-0.05894166066039243f,0.14996968731705448f,-0.062130177877027085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802426f,-0.7105262115586345f,-0.6987091392480981f,0.004606936702443554f,-0.02987396175194902f,0.7026205756404287f,-0.7109373200894407f,1.223356410429723f,0.9960670183225255f,-0.038429537791227965f,-0.07983524055970603f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802359f,-0.6600559196914598f,-0.746570921922991f,0.005992287926796985f,-0.22894508335057173f,0.7164480910893327f,-0.6590040072594787f,1.185827289763791f,0.9698588079665427f,0.2258944790266295f,-0.0913541293812403f,-0.17323898348960998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081417f,-0.7691517504817651f,0.004606936702443554f,-0.13052619222005157f,0.7625715506318171f,-0.6335988820314633f,1.223356410429723f,0.9914448613738104f,0.10039444922977178f,-0.08341487528802417f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.001183083965001549f,-0.05626027571222518f,-0.9984154354221073f,0.01100032646581425f,-0.04362734884345859f,0.9974626109430013f,-0.056258281200745316f,1.2472701923769154f,0.9990471734333783f,0.04362477676224103f,-0.0012744046538311707f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022295f,-0.05626027571222524f,-0.9984154354221073f,0.01100032646581425f,-0.21643165245998025f,0.9747658197319838f,-0.05467116695001138f,1.2472701923769154f,0.9762970552684127f,0.21602402194899087f,-0.01332973425120817f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159981782f,-0.9999078640471605f,0.01100032646581425f,-0.13052619222005157f,0.9913535136568199f,0.013458235575720526f,1.2472701923769154f,0.9914448613738104f,0.13051416606496086f,0.0017718103266628031f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022910288846661322f,-0.3680689888963746f,-0.9295161849466437f,0.012974853648358028f,0.05090247199339906f,0.9281248122621367f,-0.3687726551797659f,1.2459639504451918f,0.998440812972869f,-0.05576335962057635f,-0.0025279861357424445f,0.03010001919806682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01640949402011612f,-0.336410342714281f,-0.9415725196822939f,0.0021369548330310677f,-0.2577923120317037f,0.9084380078000404f,-0.32906459828070617f,1.2876858798069735f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305135f,-0.3552509068220989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2117038722294108f,-0.9773338582506356f,0.028090119368061377f,-0.13052619222005157f,0.9689726316092326f,-0.209892716254787f,1.1125452196571899f,0.9914448613738104f,0.127567667045187f,-0.027632900320345644f,-0.17500683729298616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216276f,-0.9920660160815423f,1.8837449028551305e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103832f,1.3333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.016409494020116797f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3872416145733699f,-0.030183078373815866f,0.9214840821861713f,0.813820661644799f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7755940861653523f,-0.9140906189449394f,0.11788744004500569f,0.38799599461398254f,-0.41896333627692106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3872416145733699f,-0.030183078373815866f,0.9214840821861713f,0.8501245630110525f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7868761780096f,-0.9140906189449394f,0.11788744004500569f,0.38799599461398254f,-0.5046593318030091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3872416145733699f,-0.030183078373815866f,0.9214840821861713f,0.6937500000000001f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7839442601617608f,-0.9140906189449394f,0.11788744004500569f,0.38799599461398254f,-0.5200107332320625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30832503151108664f,-0.7309698269877654f,-0.6087846803075482f,-0.9379934152603148f,-0.03664995913266622f,0.6486156150018105f,-0.760233230312512f,2.480720812803411f,0.950574802653248f,-0.21208700103801548f,-0.22677444422032988f,-0.5357077459709708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.057177124779176025f,-0.7309698269877654f,-0.6800102120082189f,-0.9257565847396849f,0.3679112502442118f,0.6486156150018105f,-0.6662875474744848f,2.464580569668898f,0.9281013351707493f,-0.21208700103801548f,0.3060179988905445f,-0.6272436134239435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.583859059048323f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5876533299018798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245559f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040326f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116.mcfunction new file mode 100644 index 000000000..adf705bbd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..752df6304 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.43853573929063033f,0.03431848228222223f,-0.6880792771062862f,-0.33488131291885015f,-0.2660487292578418f,0.7608152841129545f,-0.13161543057277275f,1.4397135462651438f,0.635491088426543f,0.2948334948380417f,0.4197245898163205f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4097508327170355f,-0.13333637736402046f,-0.6740368428796274f,-0.33488131291885015f,0.04442882812232776f,0.7882913729656944f,-0.12892940137741005f,1.4397135462651438f,0.6856605095230239f,0.02860282816960913f,0.4111587818608854f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42439226667236746f,0.0318246064587111f,-0.6970099302426636f,-0.33405132071462995f,-0.034696797951807946f,0.8138448348874076f,0.058285172929521525f,1.4220646668297086f,0.6968728583070415f,0.059901782905694756f,-0.42157376602931235f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39601575043391996f,-0.13029138293089212f,-0.6827852377887317f,-0.33405132071462995f,-0.33649038004767456f,0.7235428857406311f,0.05709567960442925f,1.4220646668297086f,0.6082316577946522f,0.31545181569944364f,-0.4129702197838162f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08256278586794914f,-0.003414183204665536f,1.5603134235603973f,-0.005229208928859315f,1.5601130470055866f,0.025091824502460742f,0.08260708750514532f,1.4410797091612946f,-0.025237213647076855f,1.562294784506491f,0.0020831109305812505f,0.7349613935567922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0021850772509863746f,-0.9986005910786543f,0.05284018295548723f,-0.004309227656755291f,0.01605876768157463f,-0.0528685360032928f,-0.9984723500835754f,1.4380067221795076f,0.9998686620841541f,-0.001333190995572448f,0.016151816734128965f,0.541831136845567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008659423487573339f,-0.9986005910786543f,0.052171581174284956f,-0.009146052925920183f,-0.18832732223645535f,-0.0528685360032928f,-0.9806822816795023f,1.4906020408930922f,0.9820681412631759f,-0.001333190995572448f,-0.18852158634400507f,0.2038593610250296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9671838781250991f,-0.0254701760786742f,-0.25279757915260004f,0.2423222873905071f,0.2061583635593991f,0.5028772978157083f,-0.8394123852291449f,1.4228070627722043f,0.14850614475301838f,-0.8639824613220414f,-0.48112392530251796f,-0.5239368785586966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7233593818875539f,-0.0254701760786742f,-0.6900017933062041f,0.010124973189311208f,0.5872653672736725f,0.5028772978157083f,-0.6342190565904579f,1.6142073208876244f,0.36313990834962645f,-0.8639824613220414f,-0.34880325900388637f,-0.38036920602723245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03042295064005613f,-0.5790200654503359f,-0.814745486566352f,0.2554119845437166f,-0.2800743254876008f,0.7775311378227237f,-0.5630308179120984f,1.3133552352852171f,0.9594961262438834f,0.24531835137630836f,-0.1385138628477019f,0.01526965569015585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010354250521890493f,-0.30855152852983986f,-0.9511512727942015f,0.1916138774894079f,-0.22017185001975953f,0.9271547867958404f,-0.3031639123979574f,1.48530198335695f,0.9754061441035762f,0.21255577047791324f,-0.05833436792778535f,0.054759272855215924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014373599105113858f,-0.5433763021596613f,-0.8393661858212172f,0.20426020853889024f,-0.29558149894352165f,0.7996270926353081f,-0.5227122441706384f,1.3735590725484714f,0.9552093891556273f,0.2556143716125851f,-0.14911846261961295f,-0.29849060609131794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012373379645088906f,-0.051417496764434925f,-0.9986005910786544f,0.1883781742013171f,-0.2580738756587868f,0.9646775588782615f,-0.05286853600329313f,1.5541056864881249f,0.966045948275035f,0.25836688724207246f,-0.0013331909955725182f,-0.25005514717715166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.2541878634739126f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.2123610299265852f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.03845972977034466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.27157888644604855f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.102162524084505f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.15410640776048715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.3151028074202655f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.1752059069128014f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.10183951779245404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.37038718924313085f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.0602641938774724f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.00410338204437094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9533019008509541f,0.24569540182735475f,-0.1756395609048617f,0.16157291065977109f,0.07647512239012466f,0.7589706920522556f,0.6466181595510103f,2.272936066792191f,0.29217638763146725f,0.6029902637079764f,-0.7423177893490172f,0.02716237219325294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800004012853762f,0.09354121084126134f,-0.1756395609048617f,0.049634203295221384f,-0.043195587462096126f,0.7615898482534211f,0.6466181595510103f,2.275635414936777f,0.19425075213318055f,0.6412729098532715f,-0.7423177893490172f,0.05599949996541551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9180988247996237f,0.3920046991910149f,-0.058539420168910644f,0.015764206742504616f,0.07318139878820804f,0.3128127848045937f,0.9469913645510166f,2.3158685499606704f,0.38953694404119305f,0.8651476622374686f,-0.3158805023297442f,0.008468067335927448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942999838534675f,0.08911048420518505f,-0.058539420168910644f,0.04603699312053741f,-0.027064820373253248f,0.32011693326652885f,0.9469913645510166f,2.319217072179725f,0.10312631869294248f,0.9431778573740747f,-0.3158805023297442f,0.012896546630051298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.2435561723378758f,-0.058539420168910644f,0.11773983486405251f,0.02334571368290475f,0.32040963331092215f,0.9469913645510166f,2.382724547958811f,0.24940218613762222f,0.9154332623395784f,-0.3158805023297442f,0.0910703756095971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.1785979211601767f,-0.1756395609048617f,0.07755530260301283f,0.02334571368290475f,0.7624565124592355f,0.6466181595510103f,2.211171832655483f,0.24940218613762222f,0.6219026042442363f,-0.7423177893490172f,-0.04885771034535583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520487399251769f,-0.18332249966093417f,-0.24494092741914344f,-0.2284333453294357f,-0.21744847372068787f,0.9686392289481066f,0.12022564376771219f,2.2898489668614452f,0.21521932553427123f,0.167722703474766f,-0.9620549551120712f,0.07136219154220422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.032132260161439816f,-0.24494092741914344f,-0.11714225613375884f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.3071175517344487f,0.23880722989412542f,0.13199003861884895f,-0.9620549551120712f,0.04518529204811267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9324482984180824f,-0.2656014172632993f,-0.24494092741914344f,-0.09535928287774825f,-0.3010434880821827f,0.9460013810053092f,0.12022564376771219f,2.3042505306099055f,0.19978235422713397f,0.18584206812176535f,-0.9620549551120712f,0.03928102316878885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688863819832763f,0.03554041196170098f,-0.24494092741914344f,-0.12388589301197522f,0.006021132404027907f,0.9927283316926201f,0.12022564376771219f,2.3123181654093976f,0.24743266714791456f,0.11501016725655276f,-0.9620549551120712f,0.0475521420768835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.19090053048921335f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.4161869670353298f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.04511186671596542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.1646960467136587f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.1953611420113197f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.010844097128175523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.019448184740736778f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,1.6917602554437576f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.05658748405349806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010354250521890493f,-0.05186182597529812f,-0.9986005910786544f,1.7052186139127608e-17f,-0.22017185001975953f,0.9740273478500207f,-0.05286853600329313f,1.3265f,0.9754061441035762f,0.2204111536351164f,-0.0013331909955725182f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.34398197368297023f,-0.9389431142982151f,0.21673388866438914f,-0.1989242763926794f,0.9196658393579135f,-0.33859101609427483f,0.7210378449447583f,0.9799831133078319f,0.18944958616812285f,-0.061171496076324376f,-0.36950871999153634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.5093307555786841f,-0.8605346893231609f,0.02255153810001585f,-0.1989242763926794f,0.8425626381227316f,-0.5005170657443279f,1.0422648507290497f,0.9799831133078319f,0.17512961560315726f,-0.09467161860969286f,-0.3027405540428326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,0.09011575130945769f,-0.9954164247034424f,0.3066958188687177f,0.15373717302785408f,0.9845191520147932f,0.08418385204702825f,1.1263293824332958f,0.9875928254259727f,-0.1503369238810089f,-0.04537863467690399f,-0.046451273268467076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,-0.9852774877109434f,-0.16793742707765896f,-0.018458883081577768f,0.15373717302785408f,0.16116882371993313f,-0.9748792191292913f,1.065499937125343f,0.9875928254259727f,-0.05703404659275864f,0.14631311867498148f,-0.04752435674206358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08213099093817382f,-0.7016708406961176f,-0.7077517443597842f,0.003195456807442659f,-0.028829959427022767f,0.7115264881794555f,-0.7020675822586081f,1.2164738718993648f,0.9962044638360891f,-0.03725705216217014f,-0.07866751742133152f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08213099093817315f,-0.650591339821243f,-0.7549737802580391f,0.0040991621005474505f,-0.22998908567549797f,0.7247135876389104f,-0.6495346306100144f,1.1789303154738418f,0.9697213624529791f,0.22698265229118145f,-0.09010746229474256f,-0.1586695842027195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6292299617513583f,-0.7772191809485819f,0.003195456807442659f,-0.13052619222005157f,0.7705699631126331f,-0.6238468122008234f,1.2164738718993648f,0.9914448613738104f,0.10144746020960543f,-0.08213099093817375f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0022916089132476295f,-0.04360295261119541f,-0.9990463107645083f,0.009895165495858348f,-0.043649261727941854f,0.9980923907431314f,-0.04366144169935466f,1.240305083224072f,0.9990442885474068f,0.043707688845858274f,0.00038400072823447685f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0022916089132483104f,-0.04360295261119547f,-0.9990463107645083f,0.009895165495858348f,-0.21640973957549697f,0.975395599532114f,-0.042074327448620726f,1.240305083224072f,0.9762999401543843f,0.21610693403260814f,-0.011671328869142522f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.02629326354182833f,-0.9996542723823673f,0.009895165495858348f,-0.13052619222005157f,0.9911020915038734f,0.02606832102729309f,1.240305083224072f,0.9914448613738104f,0.1304810657105767f,0.0034319595711528195f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020608579245366177f,-0.3564259753103203f,-0.9340962533837583f,0.012177259964982276f,0.05117692040157712f,0.9326937842592731f,-0.357019926085824f,1.2389719972339497f,0.9984769447912646f,-0.05516184304574646f,-0.0009807099970569576f,0.04465691427275087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014760894554989691f,-0.3245135891707036f,-0.9457658518023816f,0.001226594886163529f,-0.2579888856996732f,0.9126060739512333f,-0.3171622434066783f,1.2808313345049762f,0.9660351188478488f,0.24867867667104862f,-0.07025001723671408f,-0.34067592165297444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.19925391365109618f,-0.9799478954999197f,0.025268011891209703f,-0.13052619222005157f,0.9715643054074752f,-0.19754926879800022f,1.1053753873561791f,0.9914448613738104f,0.12790886737365748f,-0.026007854633820868f,-0.16047336044473873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11308760566695247f,-0.993585020742823f,1.7052186139127608e-17f,-0.13052619222005157f,0.9850847631534626f,-0.11212012552356779f,1.3265f,0.9914448613738104f,0.1296888694044416f,-0.014760894554990368f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7677746247121879f,-0.021028570107494683f,0.6403748315535931f,0.7538167891996552f,0.08363074261751145f,0.9941998100284668f,-0.06762127349143937f,1.7603375954567606f,-0.635238557187221f,0.10547292059384092f,0.7650800209678089f,-0.3612509165330306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7677746247121879f,-0.021028570107494683f,0.6403748315535931f,0.8257956602664229f,0.08363074261751145f,0.9941998100284668f,-0.06762127349143937f,1.7681779775771522f,-0.635238557187221f,0.10547292059384092f,0.7650800209678089f,-0.4208045312693326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7677746247121879f,-0.021028570107494683f,0.6403748315535931f,0.6937500000000001f,0.08363074261751145f,0.9941998100284668f,-0.06762127349143937f,1.7744009775406724f,-0.635238557187221f,0.10547292059384092f,0.7650800209678089f,-0.5057897270463529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2966526110763016f,-0.7309698269877654f,-0.6145570277647866f,-0.9379934152603148f,-0.022137193908068425f,0.6486156150018105f,-0.7607941433934016f,2.472995550489907f,0.9547288478869218f,-0.21208700103801548f,-0.20859513657612377f,-0.5143550949738053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0441913664706616f,-0.7309698269877654f,-0.6809774116392789f,-0.9257565847396849f,0.35513076304406f,0.6486156150018105f,-0.6731863970072232f,2.456855307355394f,0.9337715268036393f,-0.21208700103801548f,0.2882530827614882f,-0.605890962426778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.576133796734819f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5663006789047142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4902592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.11040257601262549f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117.mcfunction new file mode 100644 index 000000000..ab14e7695 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..0dada743b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46030375700441584f,0.0381627726524285f,-0.6735046388225867f,-0.33212192697684156f,-0.2651353102698242f,0.7599764570710812f,-0.13814302874287732f,1.4346095099959497f,0.6202968345721168f,0.2965195304286219f,0.4407407963175701f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43089255248486064f,-0.13801745348917804f,-0.6597596461935544f,-0.33212192697684156f,0.04494104091849946f,0.7871897970158244f,-0.1353237832583288f,1.4346095099959497f,0.6725413824102152f,0.035824656405162636f,0.43174608618864013f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.447030251736178f,0.03582229554506221f,-0.6825138545253246f,-0.3312908951019384f,-0.036376298851377824f,0.8131410887559736f,0.06650397809957977f,1.415732374471497f,0.6824845517365276f,0.06680402205763031f,-0.4435047956024365f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41800231739442023f,-0.1351597571694147f,-0.6685850003513385f,-0.3312908951019384f,-0.3377465542721867f,0.7222763775128858f,0.0651467540567312f,1.415732374471497f,0.5926224158181659f,0.3163047178414641f,-0.4344536773248358f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0824718772845969f,-0.001900096051609223f,1.5603208096709307f,-0.005128215182610393f,1.560134639064711f,-0.024311565867659066f,0.08243243145440468f,1.422082252431704f,0.024177416064936244f,1.5623096963790684f,0.0031804327324797604f,0.7457207215145083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0012160614730303346f,-0.9986053181893957f,0.05278200146214179f,-0.004395402861266976f,-0.015559402155302049f,-0.052756756130818774f,-0.9984861690014151f,1.4251164568518069f,0.9998782056826038f,-0.0020354769487874874f,-0.01547354628155942f,0.5525890507261217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008928424695139514f,-0.9986053181893957f,0.05203558125282113f,-0.009272232188265632f,-0.20674864940676452f,-0.052756756130818774f,-0.9769706856661727f,1.4829876198971599f,0.9783533508916612f,-0.0020354769487874874f,-0.20693133555034376f,0.21700817649683324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.965025318626866f,-0.025059311932526203f,-0.2609562516871048f,0.24044951122854002f,0.21260766273583098f,0.507563733824423f,-0.8349712796571014f,1.4173827935561438f,0.15337573522276052f,-0.8612497239428752f,-0.48448405221761326f,-0.5120047408162236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7175160602781989f,-0.025059311932526203f,-0.6960910386783615f,0.010254617819694454f,0.5907529607247614f,0.507563733824423f,-0.6272080958510811f,1.6097612873980425f,0.36902796999384796f,-0.8612497239428752f,-0.34938126791592733f,-0.36653256381796456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021762809060781537f,-0.5797036729295257f,-0.8145366975979665f,0.25534628941790044f,-0.26084754194531096f,0.783217710537137f,-0.5643833606353528f,1.3067399328781835f,0.9651346745417827f,0.22475246270727006f,-0.13416926065289317f,0.027568864078043022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009925729368530803f,-0.3085457614285029f,-0.9511577119494999f,0.19154922345037179f,-0.2254658866010742f,0.9260190512089367f,-0.3027438699252095f,1.4784763557928264f,0.9742004998334245f,0.2174585705430025f,-0.060375129165077375f,0.06796500149757426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01230363735111185f,-0.5437664560967652f,-0.8391463887379227f,0.20436599925098384f,-0.27003513213890323f,0.8062219546693058f,-0.5263907172623096f,1.3678823870300658f,0.9627718566299377f,0.23307552645691557f,-0.13691658427003744f,-0.2829706538541062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011117633656919224f,-0.05161217594450254f,-0.9986053181893957f,0.18844743302270592f,-0.24781627261174144f,0.967369536274208f,-0.05275675613081899f,1.5489344453556622f,0.9687432545575188f,0.24805717805154798f,-0.0020354769487875343f,-0.23647265470037088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.25504065428299505f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.205464398963541f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.018154390040318883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.2722533786413025f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.096592802995822f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.13507748532780534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3143121589428871f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.167607187750554f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.1217043087629705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3697827724432028f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.053902756308837f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.022635515450372054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9528272198394335f,0.2519739464267069f,-0.169202303338953f,0.1629094897597671f,0.07325409843012698f,0.7319162874615927f,0.6774454850477847f,2.2625903476731217f,0.2945405340462417f,0.6330937359274612f,-0.7158478856105986f,0.049914819598015914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805137451504263f,0.09981671260805f,-0.169202303338953f,0.05097489350926333f,-0.042144713963041106f,0.7343646491174156f,0.6774454850477847f,2.2651363819419923f,0.19187657141000458f,0.6713755923555582f,-0.7158478856105986f,0.07878183358870172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9176570769547983f,0.39456649792747717f,-0.04714623874734812f,0.01736202161717483f,0.06412968561869857f,0.2641386405618269f,0.9623503322515126f,2.3087090744448964f,0.3921643437861513f,0.8800841194314304f,-0.2676921182765404f,0.032220594598280056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994671496032822f,0.09168340717821377f,-0.04714623874734812f,0.047666300036128026f,-0.02063237340907745f,0.2710279380117694f,0.9623503322515126f,2.3114762531700093f,0.10100950523260915f,0.9581951834909641f,-0.2676921182765404f,0.03683134902785486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.24615553566861892f,-0.04714623874734812f,0.1200077618399153f,0.02201975583887704f,0.27091874864652565f,0.9623503322515126f,2.3701148572626374f,0.24966066154106642f,0.9305968428334022f,-0.2676921182765404f,0.11815706172322092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.18489428361396032f,-0.169202303338953f,0.0784065480267743f,0.02201975583887704f,0.7352433237651109f,0.6774454850477847f,2.204685109415488f,0.24966066154106642f,0.6520976604356992f,-0.7158478856105986f,-0.02856491187481115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524061599622865f,-0.18174199486833145f,-0.24472914368168558f,-0.22745499694279314f,-0.21838566660251396f,0.9669171706984268f,0.13182900147966212f,2.2824558456944564f,0.21267394548573024f,0.1790000902508948f,-0.9605877162454787f,0.09256475752002352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.03051530119323148f,-0.24472914368168558f,-0.11613542943231805f,-0.06443780631997799f,0.9891758607474932f,0.13182900147966212f,2.299846418947496f,0.2380573596651735f,0.14352676721623078f,-0.9605877162454787f,0.06659049186704602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329421084331584f,-0.2640580779774071f,-0.24472914368168558f,-0.09435707830654504f,-0.30182702739634154f,0.9442041939654596f,0.13182900147966212f,2.297012804756485f,0.1962637710974228f,0.1968546965477692f,-0.9605877162454787f,0.06065313741754197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688791051484988f,0.0371608105330541f,-0.24472914368168558f,-0.12287059575937816f,0.004720580896139692f,0.9912612322112059f,0.13182900147966212f,2.305030110605133f,0.24748938507064835f,0.12657110126584267f,-0.9605877162454787f,0.06901781041749902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.18971537150800322f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.4090296730298757f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.06778837891145709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.16387124483530316f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.188575657835494f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.03094942804148222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.019445470802680616f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,1.685558098696161f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.04234684398231156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009925729368530803f,-0.05185458880714835f,-0.9986053181893957f,1.5549952732173524e-17f,-0.2254658866010742f,0.9728215965230956f,-0.05275675613081899f,1.32075f,0.9742004998334245f,0.22567508271383602f,-0.0020354769487875343f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.3228154581201447f,-0.9464349483633463f,0.2060735000332802f,-0.1990040602048463f,0.9270685853922169f,-0.3177124832310806f,0.7108401063270732f,0.9799726095696931f,0.19061484196555845f,-0.05761654723784405f,-0.3579550985565848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.48988395359326636f,-0.8717583630207852f,0.019305242725847403f,-0.1990040602048463f,0.8536462348982393f,-0.481337189157503f,1.0362927333820269f,0.9799726095696931f,0.17692319705423135f,-0.09138854872069675f,-0.2905031296796591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,0.10451592045407553f,-0.9941092682793488f,0.3049206251688904f,0.150903974091198f,0.9835733341494913f,0.0990529502515466f,1.1159679213538127f,0.988131977779663f,-0.14717309102444545f,-0.04399176931610951f,-0.03431714468417388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,-0.9828445365644491f,-0.18219064699560822f,-0.021099645097192053f,0.150903974091198f,0.17591787744256282f,-0.9727697009054024f,1.0599598585564194f,0.988131977779663f,-0.055403225010068564f,0.1432678510613432f,-0.03523005339469863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08104034280047596f,-0.6941313330390897f,-0.715272084826577f,0.002007338103144801f,-0.027964073827482006f,0.7189334571264694f,-0.6945161587746926f,1.2106962627287636f,0.9963184598378936f,-0.036281906200743515f,-0.07767335365933396f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0810403428004753f,-0.6425456055936144f,-0.7619498720855047f,0.00250563946456271f,-0.23085497127503873f,0.7315757529078557f,-0.6414849179792967f,1.173145266409573f,0.9696073664511746f,0.22788607348769555f,-0.08904769752204779f,-0.14640753183290198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.620874181818246f,-0.7839102310542475f,0.002007338103144801f,-0.13052619222005157f,0.7772037703570901f,-0.6155625171233688f,1.2106962627287636f,0.9914448613738104f,0.10232081750185153f,-0.0810403428004759f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0032241121152795735f,-0.03294672730789426f,-0.9994519089284725f,0.008963964952868424f,-0.043678531473431204f,0.9984986095560359f,-0.0330562036989614f,1.2344550052930947f,0.9990404351123094f,0.04376116856714415f,0.0017802067984950065f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0032241121152802544f,-0.032946727307894316f,-0.9994519089284725f,0.008963964952868424f,-0.21638046983000764f,0.9758018183450184f,-0.03146908944822747f,1.2344550052930947f,0.9763037935894816f,0.21616041375389397f,-0.010275122798881993f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.036992537882611795f,-0.999315541829008f,0.008963964952868424f,-0.13052619222005157f,0.9907662588373548f,0.03667606159289154f,1.2344550052930947f,0.9914448613738104f,0.13043685250125808f,0.004828495110372987f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018669175584905127f,-0.34658403803851395f,-0.9378331229274737f,0.01150458194077527f,0.05138535187976981f,0.9364243797808288f,-0.3470863387750691f,1.233096327084623f,0.9985043853159445f,-0.05467070082784529f,0.00032707158240638176f,0.056907036150386475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013371796714192901f,-0.31446213863274686f,-0.9491758311393909f,0.00046040046905396204f,-0.2581381747425962f,0.9159968648976826f,-0.30710653890494977f,1.275072382289222f,0.9660154645724855f,0.2491250827679454f,-0.0689261586240607f,-0.32841043356787086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.1887526632233953f,-0.9820246596323717f,0.022890124790360428f,-0.13052619222005157f,0.9736233025348802f,-0.18713785802345662f,1.0993698312110043f,0.9914448613738104f,0.1281799394880056f,-0.02463716640194389f,-0.14824033838285816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10244531374706763f,-0.9947386378799533f,1.5549952732173524e-17f,-0.13052619222005157f,0.9862285109360632f,-0.10156887988635793f,1.32075f,0.9914448613738104f,0.12983944665663102f,-0.01337179671419358f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9754370092150558f,-0.007241400675760404f,0.22015949484371589f,0.6810503144196017f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7508240983309074f,-0.21839403976185018f,0.09866362148198796f,0.9708602027030249f,-0.3379570196025018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9754370092150558f,-0.007241400675760404f,0.22015949484371589f,0.7724975340335132f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7535196096552368f,-0.21839403976185018f,0.09866362148198796f,0.9708602027030249f,-0.35843146083017524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9754370092150558f,-0.007241400675760404f,0.22015949484371589f,0.6937500000000001f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7663706543595126f,-0.21839403976185018f,0.09866362148198796f,0.9708602027030249f,-0.49382327062179227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.28674683314048716f,-0.7309698269877654f,-0.6192409593343917f,-0.9379934152603148f,-0.009918771395036774f,0.6486156150018105f,-0.7610515107072819f,2.466495024884642f,0.9579550467834671f,-0.21208700103801548f,-0.1932387961377999f,-0.4963876203542392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03325166543875885f,-0.7309698269877654f,-0.6815991775075914f,-0.9257565847396849f,0.34427607357653545f,0.6486156150018105f,-0.6788017156272861f,2.450354781750129f,0.9382794423348905f,-0.21208700103801548f,0.2732229713666623f,-0.5879234878072119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.569633271129554f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5483332042851482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4845092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.09813590934595884f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118.mcfunction new file mode 100644 index 000000000..caa7d7b6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..a38762f8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.48403638613332456f,0.042347497621213294f,-0.6563992007830728f,-0.32912167369439604f,-0.2626280407857513f,0.7596349406083514f,-0.14465722810986154f,1.4309167150225757f,0.6030586485048308f,0.2968263648947177f,0.46385215318176437f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4539399143324738f,-0.1431269087312182f,-0.6430032987262755f,-0.32912167369439604f,0.04708215660828728f,0.7859408070775767f,-0.14170503978108887f,1.4309167150225757f,0.6570554198124683f,0.042564489510539316f,0.4543857827086672f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4716276332312362f,0.040159499687630634f,-0.6655065999687653f,-0.32828490979309866f,-0.03659355036535166f,0.8123957803388082f,0.0749563379828673f,1.4107391977539496f,0.6657121991437482f,0.07310783211792399f,-0.46736169851481874f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.441889462032594f,-0.14045538777390149f,-0.651924832622464f,-0.32828490979309866f,-0.33766377586622687f,0.7215204130259486f,0.07342661679954349f,1.4107391977539496f,0.5750798882001589f,0.31572231095085357f,-0.45782370466757755f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08237196825621593f,-0.0008629129517857097f,1.5603270055430156f,-0.005118214847901369f,1.5590904161273227f,-0.062246278171127975f,0.08227226260273618f,1.4075361517753493f,0.06211427521534787f,1.5612593974849536f,0.004142532968103026f,0.7537932733395027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0005522642891432859f,-0.99860928354753f,0.05271805968397797f,-0.0045136169637813185f,-0.039837618029522154f,-0.05265424806575092f,-0.9978178663214865f,1.415259792533753f,0.9992060143903703f,-0.0026512210995863717f,-0.03975313613782286f,0.5607918083017763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.00905562638833981f,-0.99860928354753f,0.051937408901516546f,-0.009393737122113879f,-0.22084975617016847f,-0.05265424806575092f,-0.973885473431146f,1.4771355766738983f,0.9752658000926168f,-0.0026512210995863717f,-0.22101943397898105f,0.22710044149055045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9633298405648932f,-0.024670990374912813f,-0.2671833836733459f,0.23903072535831751f,0.21753073075048324f,0.5111541349576033f,-0.831505761552441f,1.413228346411501f,0.1570859619965392f,-0.8591349093999529f,-0.487043332768201f,-0.5028210222648245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7130141882587016f,-0.024670990374912813f,-0.700715426957125f,0.01037623423001813f,0.5933786565136867f,0.5111541349576033f,-0.6217903346866663f,1.6063403942653292f,0.3735137712799853f,-0.8591349093999529f,-0.34982091148834654f,-0.3558986319168615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015021591462248008f,-0.5800772851678304f,-0.8144229214740097f,0.25528368063023665f,-0.24599649167785684f,0.7873356102263502f,-0.5653214686810386f,1.3016548269008332f,0.9691543106606538f,0.2088372095720017f,-0.13086994317280198f,0.03703247144481473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009518571319685035f,-0.30854676196149616f,-0.9511615490983159f,0.1914864030805917f,-0.2295284689956274f,0.9251328286631606f,-0.30240028315169004f,1.4732272305054779f,0.9732554026156521f,0.22119707279431805f,-0.062014323076768255f,0.07811933307451957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010626478741420857f,-0.5440252474459273f,-0.8390015542839928f,0.20445622627074744f,-0.2502815467994649f,0.810894476333015f,-0.5289700327847245f,1.3635282202593535f,0.9681147789808939f,0.21560769558158852f,-0.12754252751443992f,-0.27102806385029493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01007310216496164f,-0.05174969976205472f,-0.9986092835475301f,0.18851184954319014f,-0.23991875394776255f,0.9693639779075676f,-0.05265424806575125f,1.5449548770666115f,0.9707407090036592f,0.24011548660957688f,-0.002651221099586447f,-0.2260229802428717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.25569631878935933f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.2001080372665065f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.002546014587140353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.27278085528543566f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0922658435534833f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.12043788185489164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3137154049247323f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.1617211148296684f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.13692793668253284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3693217267751358f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0489784629332197f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.036841254683250446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9524958047142453f,0.2565962388515132f,-0.16404301938521976f,0.16391029828582782f,0.07072870116938354f,0.7102853748634886f,0.7003514382693345f,2.2545172115151506f,0.29622490245192834f,0.6554792570801082f,-0.6946925584062744f,0.06729112042549797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809094961381152f,0.10443394169066754f,-0.16404301938521976f,0.0519766470378052f,-0.041255199152231886f,0.7126049897783373f,0.7003514382693345f,2.256946424142366f,0.19003833541940696f,0.6937490038666477f,-0.6946925584062744f,0.09617186261294568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.917404271217286f,0.3961104050510318f,-0.03828772861620733f,0.01859350990444919f,0.0571056810738025f,0.2262494320774586f,0.9723940228496495f,2.303078421320708f,0.3938379671151297f,0.8898919830490299f,-0.2301823498092047f,0.05048522561620859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949081570277191f,0.09322987137779173f,-0.03828772861620733f,0.048917114040374035f,-0.015604189376902378f,0.2328226226125055f,0.9723940228496495f,2.3053924970477206f,0.09957041906910763f,0.9680401941462531f,-0.2301823498092047f,0.0552170023160716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.24771998226382247f,-0.03828772861620733f,0.12170611975269208f,0.021009406505645867f,0.23239722279871572f,0.9723940228496495f,2.3601806133777643f,0.24977939189143966f,0.9405457677448001f,-0.2301823498092047f,0.13879730793687986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.18952843471721406f,-0.16404301938521976f,0.07906222194131898f,0.021009406505645867f,0.7134889401752175f,0.7003514382693345f,2.199645601838341f,0.24977939189143966f,0.6745461471843773f,-0.6946925584062744f,-0.012975575179604782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526991620401126f,-0.18053304411333226f,-0.24448338722956442f,-0.22671060116253688f,-0.2190749162300164f,0.9655052548216869f,0.14073302380934163f,2.2767159843899765f,0.21064303389117525f,0.1876364114314785f,-0.9593863087298246f,0.10882387352476351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692114446197306f,-0.029275399004864686f,-0.24448338722956442f,-0.11536698871668058f,-0.06533944244568131f,0.9878891502948937f,0.14073302380934163f,2.294197445937219f,0.23740247024625225f,0.1523744655207663f,-0.9593863087298246f,0.08301420295965875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333393625506158f,-0.2628792644587424f,-0.24448338722956442f,-0.0935917538278504f,-0.3023905976439867f,0.9427375787916763f,0.14073302380934163f,2.291389529309502f,0.19348788274753298f,0.20528114831040578f,-0.9593863087298246f,0.07705325716657654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688926428550654f,0.03840468708485674f,-0.24448338722956442f,-0.12209578949120584f,0.00373138472681947f,0.9900405510773282f,0.14073302380934163f,2.299367722233482f,0.24745327516391324f,0.13544292979854838f,-0.9593863087298246f,0.08548735543313214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.18880881585053289f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.403458667119459f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.08518430762463636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.16324063921361368f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.1833107412269204f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.04637504238195826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.01944546079523029f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,1.6807870750124554f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.03141135783040899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009518571319685035f,-0.051854562120614144f,-0.9986092835475301f,1.4396063303643558e-17f,-0.2295284689956274f,0.9718766444776588f,-0.05265424806575125f,1.3163333333333334f,0.9732554026156521f,0.22971045319298322f,-0.002651221099586447f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.3064458351178556f,-0.9518653863617994f,0.19781932520359152f,-0.19905999067179037f,0.9324342037786071f,-0.301565209759849f,0.703142974183097f,0.9799652461840287f,0.19146123827729478f,-0.05486994176050053f,-0.3490603686353675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.4747780601635945f,-0.8800809946829166f,0.016810189766221145f,-0.19905999067179037f,0.8618646123750682f,-0.4664381095593715f,1.0317288576510917f,0.9799652461840287f,0.1782559494739734f,-0.08884217888260058f,-0.2811002878984151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,0.11557544072381727f,-0.9929537352140021f,0.3035103027912152f,0.14870059317785178f,0.9826934768725331f,0.11046114294505129f,1.108018630529413f,0.9885357537097472f,-0.1447613484797218f,-0.04290938852785371f,-0.025001315099298583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,-0.9808248456623555f,-0.19312541237589592f,-0.023126430550412136f,0.14870059317785178f,0.18722186967896554f,-0.9709974794521701f,1.0557234605107575f,0.9885357537097472f,-0.054134957701369245f,0.1409484657318863f,-0.025784098358284338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08019628600130495f,-0.6882860590061779f,-0.7209929657696676f,0.001094561841619557f,-0.027306861893030054f,0.7245682884622389f,-0.6886618405636086f,1.2062669524979246f,0.9964049834305084f,-0.03554006658190572f,-0.07690261804517337f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08019628600130428f,-0.6363155018731643f,-0.7672490715455446f,0.0012814247673102264f,-0.23151218320949069f,0.7367884814831156f,-0.6352517946290116f,1.1687131634005055f,0.9695208428585598f,0.2285723422238737f,-0.08822709126521244f,-0.13698734184371028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6144076115091387f,-0.7889887749009078f,0.001094561841619557f,-0.13052619222005157f,0.782238866557123f,-0.609151269219692f,1.2062669524979246f,0.9914448613738104f,0.1029837004921787f,-0.08019628600130489f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003940137420573875f,-0.024758882983231957f,-0.9996856871189713f,0.008247991853923173f,-0.04370773346265254f,0.9987338217162629f,-0.024907577071762534f,1.2299681814697523f,0.999036590597494f,0.04379213483550098f,0.002852993845872895f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003940137420574555f,-0.024758882983232013f,-0.9996856871189713f,0.008247991853923173f,-0.2163512678407863f,0.9760370305052455f,-0.0233204628210286f,1.2299681814697523f,0.9763076381042971f,0.21619138002225083f,-0.009202335751504104f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.04520800691220182f,-0.9989775953999301f,0.008247991853923173f,-0.13052619222005157f,0.9904312035868261f,0.04482124614605425f,1.2299681814697523f,0.9914448613738104f,0.13039274164069622f,0.005900829000107138f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01717802434005337f,-0.33899726107147377f,-0.9406305185702895f,0.010986987970973156f,0.0515314676090706f,0.9392188577797834f,-0.3394295877452264f,1.2285879831838165f,0.9985236218166438f,-0.054302800819829876f,0.0013351019788900315f,0.06631718883576243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012303759658909317f,-0.30671692943719603f,-0.9517212526233056f,-0.0001281661110883476f,-0.25824283013137167f,0.9185288348352902f,-0.2993583475733783f,1.270654361411749f,0.9660016864291673f,0.24945842293404766f,-0.0679060898834743f,-0.3189883896308834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18067173472725978f,-0.9835434531685129f,0.021061836341268094f,-0.13052619222005157f,0.9751291025817751f,-0.1791260629908339f,1.0947740132335408f,0.9914448613738104f,0.12837818182504657f,-0.023582393575740816f,-0.13884170187814823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0942627640448362f,-0.9955473526229818f,1.4396063303643558e-17f,-0.13052619222005157f,0.9870303070123561f,-0.09345633303114478f,1.3163333333333334f,0.9914448613738104f,0.12994500511263077f,-0.012303759658909995f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9697858816149451f,0.008025054378302882f,-0.24382563918207822f,0.6117174409219878f,-0.03184286547878136f,0.9950722600767938f,-0.0939001019369087f,1.7476100541332003f,0.24187057642140758f,0.09882710016937099f,0.9652625697361776f,-0.35117994248181883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9697858816149451f,0.008025054378302882f,-0.24382563918207822f,0.7026348673233889f,-0.03184286547878136f,0.9950722600767938f,-0.0939001019369087f,1.7446247854945647f,0.24187057642140758f,0.09882710016937099f,0.9652625697361776f,-0.32850457594231186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9697858816149451f,0.008025054378302882f,-0.24382563918207822f,0.6937500000000001f,-0.03184286547878136f,0.9950722600767938f,-0.0939001019369087f,1.7602024351044188f,0.24187057642140758f,0.09882710016937099f,0.9652625697361776f,-0.48463164467249203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2790877097256789f,-0.7309698269877654f,-0.6227304090162543f,-0.9379934152603148f,-0.0005317043525573106f,0.6486156150018105f,-0.7611159578318567f,2.46150186753567f,0.9602654672383866f,-0.21208700103801548f,-0.18140930632176555f,-0.4825865166609493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02484273695182443f,-0.7309698269877654f,-0.6819574403540288f,-0.9257565847396849f,0.3358779910711226f,0.6486156150018105f,-0.6829961633053658f,2.445361624401157f,0.94157783190492f,-0.21208700103801548f,0.2616300641285925f,-0.574122384113922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.564640113780582f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5345321005918583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.480092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08871368712373648f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119.mcfunction new file mode 100644 index 000000000..7cbfbb48d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..940a2469d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5076413777719354f,0.04650742813358308f,-0.638029572313584f,-0.3261509654266177f,-0.2588243836839033f,0.7597958978552195f,-0.1505475886803669f,1.428822198675042f,0.5850253109301368f,0.2957899544866676f,0.487029909595208f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4768624662935056f,-0.14821095565121678f,-0.625008560633715f,-0.3261509654266177f,0.050584899416565604f,0.7846605868823595f,-0.14747518891137984f,1.428822198675042f,0.6403462783459362f,0.048386733909040386f,0.47709052368510174f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4959522879369421f,0.04444632621574868f,-0.6473023224278436f,-0.3252989394507848f,-0.03541839361923656f,0.8116788383723553f,0.0828700499359151f,1.4073746357764363f,0.6478590201023597f,0.07839918283293193f,-0.4909956238578744f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46551089691364544f,-0.14569437330708077f,-0.6340920709497244f,-0.3252989394507848f,-0.33633146721862817f,0.7213120979321034f,0.08117882442701888f,1.4073746357764363f,0.5569387300351973f,0.31381842992954523f,-0.48097530500363206f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08229781010027008f,-0.0002555739441350985f,1.5603311363728727f,-0.005142685633879518f,1.5579355462876554f,-0.08656364791064874f,0.08215727888499468f,1.398227880119291f,0.08643005302604798f,1.560100291501274f,0.004814186489350535f,0.7588845309840727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00016356732424689484f,-0.9986119272786385f,0.05267059846417263f,-0.0046131655606712965f,-0.05540073466281545f,-0.05258065848639634f,-0.9970787496240995f,1.4089575955743f,0.9984641865608154f,-0.003081079353184773f,-0.05531523393667093f,0.5660266079250973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009100991622638024f,-0.9986119272786385f,0.05187861455675487f,-0.009482981300823933f,-0.22987157369897238f,-0.05258065848639634f,-0.9717995338331333f,1.4733800985523409f,0.9731784171243434f,-0.003081079353184773f,-0.23003103137050188f,0.23357118281481765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962225333938024f,-0.02438867516998189f,-0.2711597301431594f,0.23812965960700244f,0.22067487199505298f,0.5134527392446356f,-0.8292580330826751f,1.4105685579548584f,0.1594522110157929f,-0.8577712265433212f,-0.4886752657097981f,-0.49692124985351593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7101203939741776f,-0.02438867516998189f,-0.703657742503706f,0.010464280483098406f,0.5950388640223732f,0.5134527392446356f,-0.6183001171479301f,1.6041430778892352f,0.37637451609390704f,-0.8577712265433212f,-0.35010105191136465f,-0.3490743408376538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010657646135056901f,-0.5802456762473458f,-0.8143717638616409f,0.2552379446527415f,-0.23643298870772406f,0.7898625318170814f,-0.5658768617660941f,1.2983909699451677f,0.9715893455722913f,0.19857526539770823f,-0.12877114406044782f,0.04311095474117199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009221693888886712f,-0.3085500860981223f,-0.9511633953904349f,0.19144003228815343f,-0.23213242943709017f,0.9245581427025499f,-0.3021701109740103f,1.4698570585083082f,0.9726404760061418f,0.2235823900293865f,-0.0630984889144999f,0.08463828731596634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009511174331427027f,-0.5441703949269288f,-0.8389208060644981f,0.20451795395782654f,-0.23755333096684517f,0.8137113177639788f,-0.5305113630162558f,1.3607377070817166f,0.9713279325281414f,0.20433421795646287f,-0.12153013972972716f,-0.263357037966522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009366470630966623f,-0.051831341143780026f,-0.9986119272786382f,0.18855825294787631f,-0.23484379588151538f,0.9706099452865183f,-0.05258065848639633f,1.542398442707399f,0.9719879941459567f,0.23501031080814094f,-0.003081079353184772f,-0.21931186143595294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.25611674603555246f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1966449280751856f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.007471645991528969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.2731231516807366f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.089467669203042f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.11103628558979978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.31333785756651555f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1579227597030983f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.1466776017296917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.3690277842960635f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.0458022452940923f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.04594064322131983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522987092146606f,0.2594654904849015f,-0.16063881123663976f,0.16453968234680483f,0.06908629639472526f,0.696031384266763f,0.7146799253974846f,2.249282016872364f,0.29724443153497676f,0.6694908299320637f,-0.6807552985899745f,0.07839087290659083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811636770555264f,0.10729870060423805f,-0.16063881123663976f,0.05260562253884184f,-0.04064756780501241f,0.6982695607466956f,0.7146799253974846f,2.2516367559182684f,0.18885341950416362f,0.7077475604926232f,-0.6807552985899745f,0.1072761993533018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172821042623553f,0.39690432452609786f,-0.03256529398773533f,0.019384605460018967f,0.052572435554991886f,0.2017449988335832f,0.9780261215660111f,2.29940521341159f,0.3947526823466079f,0.8954138219941213f,-0.20592330407712145f,0.06221011045151989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950373039591169f,0.09402268533319152f,-0.03256529398773533f,0.049718349677027956f,-0.012343275757649094f,0.20811667179281168f,0.9780261215660111f,2.301426005598488f,0.09873402287632471f,0.9735744376084549f,-0.20592330407712145f,0.06701073392294948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.24852323839495677f,-0.03256529398773533f,0.12277420876431708f,0.020365310667281172f,0.20748532395321695f,0.9780261215660111f,2.3536965844693625f,0.24981903953912177f,0.9461427166774115f,-0.20592330407712145f,0.1519593805794551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.19240444568487333f,-0.16063881123663976f,0.07948320848522064f,0.020365310667281172f,0.6991551032176417f,0.7146799253974846f,2.1963866862453933f,0.24981903953912177f,0.6885947073027977f,-0.6807552985899745f,-0.0029744285636741433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528954130674396f,-0.17976053015276855f,-0.24428770651473444f,-0.22623683731466487f,-0.2195027645375105f,0.9645588483232538f,0.14644031030323815f,2.2730060300422914f,0.20930568103953529f,0.19316412689864032f,-0.9585816355241021f,0.11924135876551696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692844316630944f,-0.028481695548595434f,-0.24428770651473444f,-0.1148768194018223f,-0.06591007382482958f,0.987021325852029f,0.14644031030323815f,2.2905444743726946f,0.23694630763942587f,0.15804333371572576f,-0.9585816355241021f,0.09354135865032771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336021958115499f,-0.2621267945510786f,-0.24428770651473444f,-0.09310338278808855f,-0.30273433309818776f,0.9417574842186746f,0.14644031030323815f,2.2877530523709626f,0.19167384678001315f,0.21067127117025175f,-0.9585816355241021f,0.08756611420043559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689100861513522f,0.039201548438171974f,-0.24428770651473444f,-0.12160160494625294f,0.00310160700406778f,0.9892146458440069f,0.14644031030323815f,2.2957059564190754f,0.24739366400167107f,0.1411298092104074f,-0.9585816355241021f,0.09604363011168066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.1882296036320933f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.3998513861018527f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.09633310991992766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.16283789943055296f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.179909167789186f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.0562621483461823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.01944648567542554f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,1.6777232378211484f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.024397672527927225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009221693888886712f,-0.05185729513446815f,-0.9986119272786382f,1.365583234949227e-17f,-0.23213242943709017f,0.9712619675230629f,-0.05258065848639633f,1.3135f,0.9726404760061418f,0.23229509548108276f,-0.003081079353184772f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.2958961766979438f,-0.9551999269653004f,0.19249508348639655f,-0.19909341989155202f,0.9357288215916164f,-0.2911586897185989f,0.6982678593497192f,0.9799608451437547f,0.19198183523006632f,-0.0531010068344608f,-0.3433450016269014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.4650127285082467f,-0.8852822206416955f,0.015208980742627486f,-0.19909341989155202f,0.8670004991565189f,-0.45680624406659914f,1.028811799653142f,0.9799608451437547f,0.17909019176845714f,-0.08719773619466867f,-0.2750668660151771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,0.12266870727385384f,-0.9921431842030571f,0.30258417948018257f,0.14727492302710243f,0.9820588840631952f,0.1177728545969442f,1.1029236876116695f,0.988790072134718f,-0.14322268147298978f,-0.04220730694448044f,-0.019027194113478172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,-0.9794602620303972f,-0.20013321765305672f,-0.024425817921044778f,0.14727492302710243f,0.19446125218602f,-0.9697911725962484f,1.0530144681891287f,0.988790072134718f,-0.05331431797923516f,0.1394696266081905f,-0.01972328410909642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07965195723569296f,-0.684511734541882f,-0.7246373237578836f,0.0005089644124789293f,-0.02688888602601612f,0.7281579203303997f,-0.684881764152315f,1.2034294262171883f,0.9964600109973321f,-0.03506748258104303f,-0.07640496154455535f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0796519572356923f,-0.6322961539112474f,-0.7706212684954705f,0.0004960286669290449f,-0.2319301590765046f,0.7401056843875248f,-0.6312305262327077f,1.1658751823298856f,0.9694658152917361f,0.22900906027124335f,-0.08769768123736975f,-0.13094350928548773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6102373468568587f,-0.7922186443786224f,0.0005089644124789293f,-0.13052619222005157f,0.7854411040537113f,-0.6050166817596201f,1.2034294262171883f,0.9914448613738104f,0.10340528305647254f,-0.07965195723569288f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0043993371962329116f,-0.01950538742493027f,-0.9998000728613884f,0.007788391704182248f,-0.043729539765072975f,0.9988495652266508f,-0.019679263158604902f,1.2270929157311217f,0.9990337197433171f,0.04380737275772304f,0.0035413144307110296f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004399337196233592f,-0.019505387424930326f,-0.9998000728613884f,0.007788391704182248f,-0.21632946153836585f,0.9761527740156334f,-0.018092148907870968f,1.2270929157311217f,0.9763105089584739f,0.2162066179444729f,-0.008514015166665969f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.050476733460589535f,-0.9987252371794502f,0.007788391704182248f,-0.13052619222005157f,0.9901810043259057f,0.050044898008437005f,1.2270929157311217f,0.9914448613738104f,0.1303598022831015f,0.006588535814316877f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01622081891371843f,-0.3341181723951305f,-0.9423916022063791f,0.010654553246925887f,0.05161879988237908f,0.9409789397250478f,-0.33450580636608973f,1.2256980609148096f,0.9985351193285448f,-0.054071081635777354f,0.0019833300950276994f,0.07235418320548963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011618161287601332f,-0.3017373534121178f,-0.953320296586696f,-0.0005057350660349989f,-0.2583053818707326f,0.9201198389105445f,-0.294376989148012f,1.2678226856217751f,0.965993451336452f,0.2496678825942266f,-0.06725028160539681f,-0.31294372696671585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17548127705120226f,-0.984482768464984f,0.019888214530322516f,-0.13052619222005157f,0.9760603819056711f,-0.17398001039972838f,1.091833602508109f,0.9914448613738104f,0.12850078707398896f,-0.022904902899405683f,-0.13281135443980868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0890101909049399f,-0.9960307153472057f,1.365583234949227e-17f,-0.13052619222005157f,0.9875095345014675f,-0.0882486963826045f,1.3135f,0.9914448613738104f,0.1300080966084848f,-0.01161816128760201f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7582295570791436f,0.02144051566990186f,-0.651635053583963f,0.5604627314743208f,-0.08510146963514854f,0.9941632100525539f,-0.0663117760577983f,1.7502878292420063f,0.6464098379801344f,0.10573464931520979f,0.7556285498157715f,-0.39569130859551666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7582295570791436f,0.02144051566990186f,-0.651635053583963f,0.6315467524504905f,-0.08510146963514854f,0.9941632100525539f,-0.0663117760577983f,1.7423095664637112f,0.6464098379801344f,0.10573464931520979f,0.7556285498157715f,-0.3350903862848791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7582295570791436f,0.02144051566990186f,-0.651635053583963f,0.6937500000000001f,-0.08510146963514854f,0.9941632100525539f,-0.0663117760577983f,1.7562454642615284f,0.6464098379801344f,0.10573464931520979f,0.7556285498157715f,-0.4787351299125636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2741518832362062f,-0.7309698269877654f,-0.624919080322819f,-0.9379934152603148f,0.005490320143605537f,0.6486156150018105f,-0.7610963410505556f,2.4582987099910465f,0.9616707343486972f,-0.21208700103801548f,-0.17380593398367772f,-0.4737329784426124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.019446259760332513f,-0.7309698269877654f,-0.6821326520661578f,-0.9257565847396849f,0.3304635597191272f,0.6486156150018105f,-0.6856322772985428f,2.4421584668565335f,0.9436183967468506f,-0.21208700103801548f,0.25417203880758454f,-0.5652688458955851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5614369562359585f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5256785623735214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4772592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08266924267929204f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..40eb1ee23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24608472398345924f,-0.06250908901378555f,-0.7761954437234838f,-0.12454934405341533f,-0.11895777160708122f,0.8074944980195082f,-0.027315356247801806f,1.098781861835055f,0.7695685815057074f,0.1048317409153041f,-0.2524261256296668f,-0.290334915385074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2461457950920664f,0.035678379321642424f,-0.7603547203821883f,-0.12454934405341533f,0.19504860313184916f,0.7753967095648652f,-0.026757899997846668f,1.098781861835055f,0.73577733722561f,-0.19361558833152195f,-0.24727457204538794f,-0.290334915385074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8002324379046734f,0.12198485700539903f,0.10813040474797013f,-0.20603428571534171f,0.11934611967892281f,0.8074260217765366f,-0.027643580089140547f,1.0988121055519042f,-0.11103600086085468f,-0.011285320727956492f,-0.809004383482154f,-0.23904980713023993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.769959139011064f,-0.18958666125417775f,0.10592366179392992f,-0.20603428571534171f,-0.19467146854367554f,0.7754803182901613f,-0.027079425393443803f,1.0988121055519042f,-0.0962597713917394f,-0.0518379573197479f,-0.7924940899417019f,-0.23904980713023993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.28050525183328917f,1.2239881369275625f,0.9298258408726537f,-0.5001670794469981f,1.534710974982594f,-0.2758575047143075f,-0.09985544732647421f,0.8065067360754745f,0.08593763414196041f,0.9312152961337087f,-1.251742403725579f,0.36547172615009627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.40456057568328124f,-0.5647864663753225f,-0.7192683699441322f,-0.4220263010884896f,-0.829487798819332f,0.5577940671900296f,0.02856169143212345f,1.0258429129814721f,0.385072372694629f,0.6081792712735952f,-0.6941449717317322f,0.2746115100282127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4719180620479324f,-0.5647864663753225f,-0.676985664628285f,-0.2540709858640404f,-0.8228865904347836f,0.5577940671900296f,0.10827482574551284f,1.3314697492182592f,0.31646643107214445f,0.6081792712735952f,-0.7279883048494518f,0.15438732140191339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22253424365390181f,0.9748625655452479f,0.01102219124873946f,0.4687039729137892f,0.3633149860429935f,-0.07243287934212948f,-0.9288464345126098f,1.1624128567771108f,-0.9046992490977125f,0.21070466603458607f,-0.37030097541498364f,0.025671162046701973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5981364133610443f,0.795652341417815f,0.0957610704197438f,0.25134164839444867f,0.5124058457041077f,0.4715798439574842f,-0.7176717216536352f,1.3305442839687487f,-0.6161761763488137f,-0.3801970572865915f,-0.6897659873687393f,-0.16313080903938743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8798460991983589f,-0.1631093230344053f,-0.44639241757078485f,-0.008752045925403087f,0.18231947096786513f,0.751559432030027f,-0.6339700549968436f,1.0079500724508428f,0.43889685830662944f,-0.6391821093131138f,-0.6315186291017939f,0.3168364401245928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8589077917885674f,-0.06275580110118012f,-0.5082707099893091f,-0.02369545056930753f,0.10710296309751867f,0.9485066760886511f,-0.29810072242614566f,1.1839319447023016f,0.5008057113298716f,-0.3104783323251521f,-0.8079584424065224f,0.253572012548586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.846327500845571f,-0.2860470657239073f,-0.4493404472148407f,0.24843050491194762f,0.00031412048379937874f,0.8433056022550611f,-0.5374342401946031f,0.9967871761737829f,0.5326628038832935f,-0.4549865244114065f,-0.7136228695629203f,0.09937777638581263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.846327500845571f,-0.023053801987480416f,-0.5321637750978663f,0.2407818934449334f,0.00031412048379937874f,0.9990411948039201f,-0.04377890374458365f,1.1838337820511142f,0.5326628038832935f,-0.0372184537384066f,-0.8455087959687411f,0.08711488633505679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,0.3040754287408101f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.863953311919405f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,0.02443162468805822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,0.3355736956888571f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.7416036207662706f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,-0.07485948646496615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,-0.2829566407236696f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.877190994381015f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,0.043780091895976654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,-0.3263986379625774f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.7565312201378736f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,-0.05304100216667516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.983168840156018f,0.18008778175681686f,-0.030780230801270386f,0.20746937639019963f,0.17851260999254334f,0.9827677445665729f,0.047966741740310716f,1.973211667582941f,0.038888042119917574f,0.04166474650637683f,-0.99837456351744f,0.010891568300779211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992363360579531f,0.024069110770818844f,-0.030780230801270386f,0.09261488070545967f,0.022576077158776048f,0.9985937674685035f,0.047966741740310716f,1.9858753049123747f,0.031891463459653324f,0.04723521440369167f,-0.99837456351744f,0.015040994236089837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9636828724408812f,0.2654008612698048f,-0.029626072998932836f,0.07011721986929133f,0.2634009437156335f,0.962925216605979f,0.05826637172539813f,1.9818112770200917f,0.04399163799866905f,0.04834676888453261f,-0.997861376006016f,0.01427095058434555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9985302519310488f,-0.04538316623130312f,-0.029626072998932836f,0.09944705142123167f,-0.047051072324378634f,0.9971916699005683f,0.05826637172539813f,1.991134370242674f,0.02689856077269319f,0.05957467334142995f,-0.997861376006016f,0.013944547615858777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9933361788950482f,0.11138012164137152f,-0.029626072998932836f,0.15881815860976892f,0.10952334987618254f,0.99227499502802f,0.05826637172539813f,2.096180234680655f,0.0358869270080919f,0.054633348289265936f,-0.997861376006016f,-0.013001370942145212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9933361788950482f,0.11106670558725212f,-0.030780230801270386f,0.13382814985263722f,0.10952334987618254f,0.992826181926483f,0.047966741740310716f,1.8727943437471966f,0.0358869270080919f,0.044275945967048605f,-0.99837456351744f,-0.022963458784731133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906082350846891f,-0.13290753157694274f,-0.03210782821246566f,-0.18269585692921075f,-0.13403807462425305f,0.9903192939543395f,0.036076177358499974f,1.982436584456811f,0.027002206084325863f,0.04004102985567095f,-0.9988331175900591f,0.022457913972871314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992035224927315f,0.023694050004094178f,-0.03210782821246566f,-0.06736381322264667f,0.022532225466570507f,0.9990949946039777f,0.036076177358499974f,1.989909472466231f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,0.019020434625171057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752550170460426f,-0.2187389747941645f,-0.03210782821246566f,-0.04514747214771635f,-0.21984003290503354f,0.9748686421049311f,0.036076177358499974f,1.9850904061561296f,0.023409648840533943f,0.04224205897545746f,-0.9988331175900591f,0.018132226236777294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.99511669955473f,0.0933372467709447f,-0.03210782821246566f,-0.0739947429858791f,0.09217068185677899f,0.9950894808173056f,0.036076177358499974f,1.9957383885073343f,0.03531741317477623f,0.032940606126258216f,-0.9988331175900591f,0.0194441187773891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9974663239486622f,-0.06348243816853107f,-0.03210782821246566f,-0.13025627935846507f,-0.06463038278417187f,0.9972569493607802f,0.036076177358499974f,2.1028102137200144f,0.029729551115245428f,0.038059913239642924f,-0.9988331175900591f,-0.006166588004569604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9974663239486622f,-0.06348243816853107f,-0.03210782821246566f,-0.1159727307705456f,-0.06463038278417187f,0.9972569493607802f,0.036076177358499974f,1.8784274001138392f,0.029729551115245428f,0.038059913239642924f,-0.9988331175900591f,-0.01473006848348925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,-0.002212121454412899f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.362447306653526f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,-0.005736769827878069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.846327500845571f,-0.023053801987480416f,-0.5321637750978663f,0.006433054290892257f,0.00031412048379937874f,0.9990411948039201f,-0.04377890374458365f,0.9878068586020562f,0.5326628038832935f,-0.0372184537384066f,-0.8455087959687411f,0.008220150324024405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8136055130608394f,-0.45643359271378947f,-0.3601589157016539f,0.2938360653674105f,-0.11837346696542045f,0.7365136411772868f,-0.6659845183473574f,0.8279621960109722f,0.5692396608069354f,-0.4992154162304663f,-0.6532611857153672f,0.2352375319577384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8136055130608394f,-0.53096966061724f,0.23689087914274254f,0.1518706799225107f,-0.11837346696542045f,-0.2476300486155326f,-0.961596111338464f,0.6954527771685055f,0.5692396608069354f,-0.8104014921794519f,0.13862045317240562f,0.004773232632980226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8683404034644269f,-0.2369050464514093f,-0.4357303554689439f,0.10157011756934724f,0.1610120649156828f,0.6963071514575373f,-0.6994508315676506f,0.7471640472215475f,0.4691055943631717f,-0.6775192615674817f,-0.5664870621137164f,0.42302354459939345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8683404034644269f,-0.47828850363311887f,-0.13124424179227298f,-0.06990698372358116f,0.1610120649156828f,-0.02156098264238543f,-0.9867168991048458f,0.7001763202453184f,0.4691055943631717f,-0.8779380566531368f,0.09573249196217903f,0.12173763781471268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8922627951365252f,-0.29417974958035153f,-0.3425279249229134f,0.017599523500779122f,0.08429089383897599f,0.6367529265929722f,-0.7664468381375916f,0.882210095947193f,0.44357879754445195f,-0.7127439830767613f,-0.5433542720517539f,0.02601394291456833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7858903276864158f,-0.5566837214198856f,-0.2692204062753143f,0.021889813927101827f,-0.08376475039670121f,0.5271995913844172f,-0.8456027775705813f,0.8451953585277725f,0.6126661892416755f,-0.6419998638241371f,-0.46095153260388755f,0.032848758159540796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.40747556348988634f,-0.3430908569286545f,0.017599523500779122f,0.0002653417566488367f,0.643762149869336f,-0.7652256033284321f,0.882210095947193f,0.5326796415700444f,-0.6477144120321936f,-0.5447186795976421f,0.02601394291456833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8567482078345106f,-0.08292933055967001f,-0.5090238054406487f,0.01757759170861722f,0.08355600081660254f,0.9516281668132089f,-0.29567249932191436f,0.9071624058912289f,0.5089213132694389f,-0.29584887740306964f,-0.808376483230093f,0.02596666846557502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8294446493515264f,-0.2304519697716004f,-0.5088353990147629f,0.01757759170861722f,-0.0830273367142907f,0.951674418891254f,-0.2956725583920934f,0.9071624058912289f,0.5523839561575404f,-0.20299677351224946f,-0.8084950679647718f,0.02596666846557502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.15663660031006876f,-0.5091293022334725f,0.01757759170861722f,0.0002653417566488367f,0.9556647231680512f,-0.2944569008970318f,0.9071624058912289f,0.5326796415700444f,-0.24933895069851408f,-0.8087536628179021f,0.02596666846557502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8653821156916445f,-0.1535557424797916f,-0.47700568947606203f,-0.14623289529346684f,0.12201009900550666f,0.8586820268992854f,-0.4977737562596099f,0.9197276729194659f,0.4860322310111953f,-0.48896401772688247f,-0.7243527178016695f,0.1294267498888418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.812855577250047f,-0.40991957493028647f,-0.4138015860560063f,0.1748947290287532f,-0.1206046161705899f,0.8134854224526147f,-0.5689428741230844f,0.9195613050052692f,0.5698423791644824f,-0.41256200691055456f,-0.7106843556474969f,-0.08782242745256415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.24312043284193446f,-0.47396215680599363f,0.03827378503284698f,0.0002653417566488367f,0.8895769789185105f,-0.45678521010642215f,0.7812859019894409f,0.5326796415700444f,-0.3867108140626099f,-0.75279953888392f,0.07357772190749433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.200886762384197f,-0.49334792960773033f,2.4502999631412363e-19f,0.0002653417566488367f,0.926003324206063f,-0.37751526214588105f,0.9881876967592593f,0.5326796415700444f,-0.3196284597123922f,-0.7836389775902503f,-0.002000821759259266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9055684261688228f,-0.10761024395780011f,-0.4103240925432773f,0.12465838190860334f,-0.0001434000019175108f,0.9672110215663368f,-0.25397405221211644f,1.0755850541382586f,0.42420019443956025f,0.23004972322510228f,0.8758603312637768f,0.35421272333636034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9055684261688228f,-0.10761024395780011f,-0.4103240925432773f,0.2095554218619305f,-0.0001434000019175108f,0.9672110215663368f,-0.25397405221211644f,1.0755716103880788f,0.42420019443956025f,0.23004972322510228f,0.8758603312637768f,0.3939814915650691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9055684261688228f,-0.10761024395780011f,-0.4103240925432773f,0.22865551576675852f,-0.0001434000019175108f,0.9672110215663368f,-0.25397405221211644f,1.113674440094986f,0.42420019443956025f,0.23004972322510228f,0.8758603312637768f,0.2427180577611482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3991920720308556f,-0.41015916831010824f,-0.8200092354838895f,0.24601646081905443f,-0.5372363942042221f,0.8293807096059922f,-0.1533124107041135f,1.8015455603233899f,0.7429823324751124f,0.37933770598850497f,-0.5514346366027624f,-0.6263869766269521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8149148207446629f,-0.41015916831010824f,-0.40949150367480724f,0.21862965584374738f,0.14653172037601617f,0.8293807096059922f,-0.5391253040408195f,1.8272842352892869f,0.560751540215753f,0.37933770598850497f,0.7359759608581246f,-0.7122737976430102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29212591973660823f,-0.41015916831010824f,-0.8639629064197152f,0.3619174942943582f,-0.2745458663029027f,0.8293807096059922f,-0.4865718917379525f,1.8874006815670312f,0.9161260908379533f,0.37933770598850497f,0.12967609841967453f,-0.6887818018979324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013223701874744065f,3.5088004083658428e-9f,-0.000008323119692531763f,0.3601462791059495f,4.145964947638073e-9f,0.00001562499944995118f,0f,1.154312106015357f,0.000008323119399531945f,-2.2084712000149036e-9f,-0.000013223702340259707f,0.5836632164127563f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12.mcfunction new file mode 100644 index 000000000..e67313c0f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120.mcfunction new file mode 100644 index 000000000..89ab4c26c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..13af05016 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3912116391105597f,0.030218481213608137f,-0.9198044883656374f,0.537441281161847f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.757707473270317f,0.912427440334792f,0.11772009780230996f,0.3919415067296575f,-0.4606328173123631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3912116391105597f,0.030218481213608137f,-0.9198044883656374f,0.5741173723284619f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7464459090777529f,0.912427440334792f,0.11772009780230996f,0.3919415067296575f,-0.3750927447809764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3912116391105597f,0.030218481213608137f,-0.9198044883656374f,0.6937500000000001f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7548488863169789f,0.912427440334792f,0.11772009780230996f,0.3919415067296575f,-0.4766540070561184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724057132769625f,-0.7309698269877654f,-0.6256822191876203f,-0.9379934152603148f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962976f,-0.21208700103801548f,-0.17111976848570545f,-0.4706082002479053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698951372f,-0.7309698269877654f,-0.6821842964934577f,-0.9257565847396849f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.21208700103801548f,0.251535971525191f,-0.562144067700878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5225537841788143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121.mcfunction new file mode 100644 index 000000000..e02e9a37c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121_as_bone.mcfunction new file mode 100644 index 000000000..a3481a8ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_121_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5974463974792945f,0.06232380070268368f,-0.5532793060014347f,-0.31516843731299116f,-0.2253811787546284f,0.7691440018339027f,-0.15673312716381277f,1.4509765836948167f,0.5091223535130149f,0.2673531237022412f,0.5798803159656889f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5640673806119157f,-0.16756227348637928f,-0.5419878915932422f,-0.31516843731299116f,0.0843561879576979f,0.7805838797627535f,-0.1535344919155717f,1.4509765836948167f,0.5609919996602963f,0.051104707792952425f,0.5680460238031239f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5856197601082145f,0.06023844544310723f,-0.5660081896102207f,-0.3139603984014483f,-0.010701690195883481f,0.8107717813129387f,0.09736034561380656f,1.4268617585680834f,0.5691040457088606f,0.07723271820728785f,-0.5806032525232399f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.552582235357376f,-0.16501607808376895f,-0.554457002067155f,-0.3139603984014483f,-0.3136222047407479f,0.7297568275165446f,0.09537339978495338f,1.4268617585680834f,0.486100798046041f,0.283239592336311f,-0.5687542065533778f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08259314225223717f,-0.005450842196013065f,1.5603060312554897f,-0.0054785825498486155f,1.5580565079106894f,0.0837606408883744f,0.08276667925631116f,1.4637333439292601f,-0.08393176401130867f,1.5602437929238246f,0.0010077860025986007f,0.7218056048925093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.003488539005448793f,-0.9985958600035134f,0.05285961104143157f,-0.004306831901428151f,0.053606810168559366f,-0.05297067472403895f,-0.9971561650628412f,1.4534077655170707f,0.9985560274712478f,-0.0006449830416635598f,0.053716328967237326f,0.5289284546057357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705047f,-0.9985958600035134f,0.05233809067187444f,-0.009042888308542496f,-0.16635288933300615f,-0.05297067472403895f,-0.9846424852858223f,1.4996438760965027f,0.9860322933666493f,-0.0006449830416635598f,-0.16655299587513275f,0.18821925928564423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9696757852725106f,-0.025818832795701054f,-0.243027281038997f,0.24458523925261977f,0.19843508845914165f,0.4972922886140375f,-0.8445850432924001f,1.429277245906638f,0.142661792798046f,-0.8671988050949335f,-0.47708892810205406f,-0.5380811567135557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.730275587505191f,-0.025818832795701054f,-0.6826645985892458f,0.010013370108678744f,0.5830181930586393f,0.4972922886140375f,-0.6424874833392882f,1.6194805104727705f,0.356072117493897f,-0.8671988050949335f,-0.3481075689859845f,-0.39680099363429094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04053653440762038f,-0.5779285948817021f,-0.8150799522723408f,0.25546687123834166f,-0.30275760270474844f,0.7702963072042044f,-0.5612320670738975f,1.3212095474363756f,0.9522051372381339f,0.2695220553602757f,-0.14374713315986176f,0.0006846232678268185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.3085676806491659f,-0.9511420468774706f,0.19166579332363887f,-0.21387554266661588f,0.9284771067959663f,-0.30362396875881237f,1.4934013551558767f,0.9768021596661888f,0.20667909573681145f,-0.05604723237487604f,0.03908665851613599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01666458883704693f,-0.5428461779234824f,-0.8396667902166663f,0.20415304466735626f,-0.3256691705369845f,0.7910415883326481f,-0.5178733405862035f,1.380317717160316f,0.9453369149888545f,0.28208373338785087f,-0.16360588167094473f,-0.31689307266179795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057194f,-0.051169070412621004f,-0.9985958600035132f,0.1883176198399679f,-0.2702295422176601f,0.9613376629114839f,-0.052970674724038935f,1.5602374622391941f,0.9626982704336191f,0.2705764662733888f,-0.0006449830416635528f,-0.26616401637954795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.25317816647050106f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.220444133817037f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.06256575341171061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.2707973508389394f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.1086887203189093f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.17667361640131096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.31606016760079503f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.184140670838131f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,0.07816813589528901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.3711097067308199f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.067750772704398f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.01797369867214116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531096f,0.23787493557769696f,-0.18285919236644887f,0.15993967008948196f,0.08019887101358261f,0.7894354308274812f,0.6085719691559704f,2.2849802307183142f,0.2891195432639415f,0.5658685497340661f,-0.7721416153301897f,-0.000060367388881030215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754384f,0.08571913308819694f,-0.18285919236644887f,0.047991859225101026f,-0.044283419476292316f,0.792262038164843f,0.6085719691559704f,2.2878633723170045f,0.19703865805924664f,0.6041300299649875f,-0.7721416153301897f,0.028723582343473344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917134f,0.3881657778743942f,-0.07182323866914032f,0.013877780545709192f,0.08377341284027617f,0.36952690961011775f,0.9254360476959433f,2.3241310014673275f,0.38576322275049824f,0.8442613291873331f,-0.3720343317652113f,-0.0197153663090502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373457f,0.08524692978800505f,-0.07182323866914032f,0.044104040738173894f,-0.03451684477435273f,0.3773283835755465f,0.9254360476959433f,2.3281557276188867f,0.10599152833141245f,0.9221476302143732f,-0.3720343317652113f,-0.015539195912338141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.23965692830652507f,-0.07182323866914032f,0.1149690969659355f,0.024935278691375247f,0.37808246918032967f,0.9254360476959433f,2.39722057161437f,0.24894226795549737f,0.8942137346368519f,-0.3720343317652113f,0.05858121734181028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.17075285258329725f,-0.18285919236644887f,0.07654970513469368f,0.024935278691375247f,0.793106796235039f,0.6085719691559704f,2.2187715424614867f,0.24894226795549737f,0.5846580822159725f,-0.7721416153301897f,-0.07296685115678332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951660149246091f,-0.1852064996418823f,-0.24503369733020264f,-0.22960668450385335f,-0.21627774790390586f,0.9705142752339402f,0.10642357506095068f,2.298517189008703f,0.21809836335590058f,0.15427441154495042f,-0.9636558046543053f,0.04611658959171876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128442f,-0.03405385395130618f,-0.24503369733020264f,-0.11834522108058627f,-0.061793128474733505f,0.9923989278231568f,0.10642357506095068f,2.315635615093057f,0.23954704562893558f,0.11825693673739324f,-0.9636558046543053f,0.01971608068928426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931896985026173f,-0.2674443801462642f,-0.24503369733020264f,-0.09655593696689209f,-0.3000406382823134f,0.9479713276520487f,0.10642357506095068f,2.312729005467398f,0.20382253231247716f,0.17269587568263575f,-0.9636558046543053f,0.01385460960288095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402184f,0.03361728489524057f,-0.24503369733020264f,-0.12509917229924433f,0.0075836462329132714f,0.9942919646567903f,0.10642357506095068f,2.3208555255409253f,0.24721270796795858f,0.10125891158417619f,-0.9636558046543053f,0.022009915437520684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1923128233766891f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.424551568305903f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,0.01812399791736133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1656793731935174f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.203323260342803f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,-0.013080089749549433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.019454930837798604f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,1.699117214172122f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.0735159066356334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.05187981556746299f,-0.9985958600035132f,1.8837449028551243e-17f,-0.21387554266661588f,0.9754236822367707f,-0.052970674724038935f,1.333333333333333f,0.9768021596661888f,0.21414276749016156f,-0.0006449830416635528f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.36890958488849623f,-0.9294239137737915f,0.2292715581622033f,-0.19881922248989353f,0.9102593789306326f,-0.36317871611278785f,0.7334143740778378f,0.979996943916515f,0.1879722885060885f,-0.06536366473871019f,-0.383200801305341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.5321062151205305f,-0.8466321923641332f,0.02640606364750105f,-0.19881922248989353f,0.8288329373112845f,-0.5229788511942546f,1.049406931427765f,0.979996943916515f,0.17291309336788765f,-0.09852437290457038f,-0.31727768445883386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,0.07300428857494769f,-0.9966796449491393f,0.3087158944723531f,0.1570508429829536f,0.9853495492807588f,0.06649284510794803f,1.1386598501918006f,0.9869321017803707f,-0.1541318902170206f,-0.0469934771378774f,-0.060880476466707134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,-0.9878793637629316f,-0.15097782439027996f,-0.01531786042090189f,0.1570508429829536f,0.14359750446975356f,-0.9770950769645722f,1.0721202600129978f,0.9869321017803707f,-0.05894166066039239f,0.14996968731705435f,-0.062130177877026585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802422f,-0.7105262115586342f,-0.6987091392480983f,0.004606936702443505f,-0.02987396175194898f,0.7026205756404289f,-0.7109373200894403f,1.2233564104297228f,0.9960670183225255f,-0.03842953779122793f,-0.07983524055970599f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802355f,-0.6600559196914595f,-0.7465709219229912f,0.005992287926796919f,-0.22894508335057176f,0.7164480910893329f,-0.6590040072594784f,1.1858272897637907f,0.9698588079665427f,0.2258944790266295f,-0.09135412938124025f,-0.17323898348960948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081413f,-0.7691517504817653f,0.004606936702443505f,-0.13052619222005157f,0.7625715506318174f,-0.633598882031463f,1.2233564104297228f,0.9914448613738104f,0.10039444922977181f,-0.08341487528802413f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011830839650015877f,-0.05626027571222474f,-0.9984154354221073f,0.011000326465814211f,-0.04362734884345859f,0.9974626109430011f,-0.05625828120074487f,1.2472701923769152f,0.9990471734333783f,0.04362477676224103f,-0.001274404653831112f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022681f,-0.0562602757122248f,-0.9984154354221073f,0.011000326465814211f,-0.21643165245998025f,0.9747658197319837f,-0.05467116695001094f,1.2472701923769152f,0.9762970552684127f,0.21602402194899087f,-0.013329734251208111f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159982226f,-0.9999078640471605f,0.011000326465814211f,-0.13052619222005157f,0.9913535136568198f,0.013458235575720956f,1.2472701923769152f,0.9914448613738104f,0.13051416606496086f,0.001771810326662862f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02291028884666124f,-0.36806898889637424f,-0.9295161849466438f,0.012974853648358f,0.05090247199339906f,0.9281248122621368f,-0.36877265517976543f,1.2459639504451916f,0.998440812972869f,-0.05576335962057633f,-0.002527986135742389f,0.030100019198067318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016409494020116062f,-0.3364103427142806f,-0.941572519682294f,0.0021369548330310364f,-0.2577923120317037f,0.9084380078000405f,-0.3290645982807058f,1.2876858798069732f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305129f,-0.35525090682209837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21170387222941037f,-0.9773338582506356f,0.028090119368061276f,-0.13052619222005157f,0.9689726316092326f,-0.20989271625478656f,1.1125452196571897f,0.9914448613738104f,0.127567667045187f,-0.027632900320345585f,-0.17500683729298566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216232f,-0.9920660160815423f,1.8837449028551243e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103789f,1.333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.01640949402011674f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0510323367248052f,0.032706376871556024f,-0.9981613063630256f,0.5464179448295214f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.7959236571094488f,0.9901530101089793f,0.13211314138152147f,-0.046294000112688964f,-0.5733682555978238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0510323367248052f,0.032706376871556024f,-0.9981613063630256f,0.541633663261571f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.783702771161837f,0.9901530101089793f,0.13211314138152147f,-0.046294000112688964f,-0.480541410900107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.0510323367248052f,0.032706376871556024f,-0.9981613063630256f,0.6937500000000001f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.7839442601617603f,0.9901530101089793f,0.13211314138152147f,-0.046294000112688964f,-0.520010733232062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30832503151108626f,-0.7309698269877654f,-0.6087846803075484f,-0.9379934152603148f,-0.036649959132665694f,0.6486156150018105f,-0.760233230312512f,2.4807208128034106f,0.9505748026532482f,-0.21208700103801548f,-0.2267744442203292f,-0.53570774597097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05717712477917555f,-0.7309698269877654f,-0.6800102120082189f,-0.9257565847396849f,0.36791125024421134f,0.6486156150018105f,-0.666287547474485f,2.4645805696688976f,0.9281013351707496f,-0.21208700103801548f,0.3060179988905438f,-0.6272436134239427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5838590590483226f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.587653329901879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245557f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040276f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122.mcfunction new file mode 100644 index 000000000..60e4bd1cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122_as_bone.mcfunction new file mode 100644 index 000000000..10f874323 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_122_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6651799782102926f,0.07406831522405416f,-0.4679678682478845f,-0.30661778464843503f,-0.18685862257892805f,0.7822552101441659f,-0.14179240393849366f,1.4937337281618426f,0.4353893616069471f,0.22256485645002752f,0.6540989473446032f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6297706622735348f,-0.18232472498836175f,-0.45841750358976446f,-0.30661778464843503f,0.12413510393095933f,0.7780087610527616f,-0.13889868140913667f,1.4937337281618426f,0.4774718723774243f,0.038210762660082956f,0.6407499892355297f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6563800674083529f,0.0725166535218443f,-0.48046954795849817f,-0.30535988861836344f,0.022650893586242775f,0.8112094632064399f,0.09149091904942601f,1.4702611890582136f,0.4853829298329263f,0.06020785838041992f,-0.654005252012927f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6212248473799105f,-0.18043016343851068f,-0.47066404697975334f,-0.30535988861836344f,-0.2836013630394726f,0.7426559425367681f,0.08962375743617243f,1.4702611890582136f,0.41671327778217043f,0.23644683786504084f,-0.6406582060534796f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07950685322269639f,-0.02294982680012031f,1.5603070902038705f,-0.009991672359202331f,1.4982939820549497f,0.4355150776241477f,0.08275270690408545f,1.6028111205009965f,-0.4361193112309354f,1.5004020036683088f,-0.00015414142023084508f,0.6328287809063988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077431f,-0.9985965377304771f,0.05088438606252547f,-0.00665669195794336f,0.2787296496794543f,-0.0529617324186146f,-0.9589081485151679f,1.5490015585395147f,0.9602572823477178f,0.00009865050894725244f,0.2791163591877984f,0.4473483382200829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529518886f,-0.9985965377304771f,0.052932734301930504f,-0.009489168883566814f,-0.031231264323491437f,-0.0529617324186146f,-0.9981080417609984f,1.5545433279703682f,0.999510644093764f,0.00009865050894725244f,-0.03128038700761154f,0.0925611021476308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205552f,-0.024645422997937726f,-0.1818189726075763f,0.25922410525033046f,0.14996358213287864f,0.46304056080063183f,-0.873558448581039f,1.469361806085154f,0.10571877651910883f,-0.8859943804441928f,-0.45148366317355665f,-0.6234375024476098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7716238106532735f,-0.024645422997937726f,-0.6356015245090072f,0.010348823986923205f,0.5546706440061859f,0.46304056080063183f,-0.691327647162472f,1.651438218980275f,0.31134734864887537f,-0.8859943804441928f,-0.34362302936594125f,-0.4966676228692751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09757764344190432f,-0.5655568337190515f,-0.8189164006991224f,0.255261074988632f,-0.43658559501067057f,0.715117962180169f,-0.5458931382573526f,1.3689218775801542f,0.8943554224856598f,0.41079407006548113f,-0.17713444122906524f,-0.08750957223029379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.30879935169999845f,-0.9510806724410729f,0.19141694234212558f,-0.1755591676291254f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255281f,0.9844239248223658f,0.16984596967806548f,-0.045407959890820186f,-0.055947252664974134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216268f,-0.5389262769590847f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737106f,0.7215171545786543f,-0.47772306435819134f,1.4218707582662882f,0.8649249761910003f,0.43470848122821565f,-0.2508651468603309f,-0.4280960036887392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176222f,-0.04969394253506451f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172347f,0.9376230857117761f,-0.05296173241861482f,1.5973440760096298f,0.938939044375314f,0.3440835090725056f,0.00009865050894724073f,-0.36357972917196346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.24729899058665536f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2670939014947162f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.20875022790725942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.2666511919494887f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1463498193670296f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.31299355591224365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.32212724234916396f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2363115092000863f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.06746165947675406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.375467751573882f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1116377599709573f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.15366814895869513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565455f,0.183771484594344f,-0.21562452450109815f,0.149299417486921f,0.10005660647118592f,0.931736938143738f,0.34907728886308514f,2.351948944299404f,0.26505578585989054f,0.3132001269931453f,-0.9119490725000345f,-0.16968162357859032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872197f,0.03148396937472779f,-0.21562452450109815f,0.037199731786167714f,-0.04693102586563203f,0.9359180120134442f,0.34907728886308514f,2.355974797557998f,0.21279721498439041f,0.3508079737708561f,-0.9119490725000345f,-0.14163534759883487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993645f,0.34796789351959256f,-0.14334323238241675f,0.0029719358784645322f,0.14244683541751996f,0.6768002698429436f,0.7222536215347434f,2.369166036064997f,0.3483358096289212f,0.6487370344138339f,-0.6766109841778419f,-0.19015281494435904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9886658478992472f,0.04463808830834323f,-0.14334323238241675f,0.03272380114971733f,-0.07366779412956417f,0.6876937998033947f,0.7222536215347434f,2.3768211660856897f,0.1308162730922538f,0.7246272688659632f,-0.6766109841778419f,-0.1882843604366142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1987499323882717f,-0.14334323238241675f,0.09694327813764417f,0.03481819034459419f,0.690751329930732f,0.7222536215347434f,2.473256012375008f,0.242562386851939f,0.6952417310364664f,-0.6766109841778419f,-0.14513550497319905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.11642543677331606f,-0.21562452450109815f,0.07074755486364809f,0.03481819034459419f,0.9364468698335883f,0.34907728886308514f,2.2625554666624508f,0.242562386851939f,0.3309265441922373f,-0.9119490725000345f,-0.2195939774164523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468118f,-0.24189639660692083f,-0.23679245749697023f,-0.20793120375458995f,0.9778897776932812f,0.02227548401610907f,2.3485599126776777f,0.23217018581840768f,0.0714637579239347f,-0.9700463577172149f,-0.10871411006854242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765219f,-0.24189639660692083f,-0.12560919015957792f,-0.05239556135256168f,0.9983779384393456f,0.02227548401610907f,2.3646561326590816f,0.24049118030724315f,0.0342645016597901f,-0.9700463577172149f,-0.13606979305201422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989907f,-0.24189639660692083f,-0.10376345209645352f,-0.2923686726483572f,0.9560462133525166f,0.02227548401610907f,2.361513786998257f,0.22505823126587374f,0.09142678173840085f,-0.9700463577172149f,-0.14158953192493737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072873f,-0.24189639660692083f,-0.13243016236629784f,0.017375396050959585f,0.9996008695594057f,0.02227548401610907f,2.369973643182257f,0.24229552668944584f,0.01740521835107877f,-0.9700463577172149f,-0.1342467680957765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.2007598515378872f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.472209329176513f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.1470749643153516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.17156148042818994f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.2494565763243104f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.15947118233964153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.019544804059382893f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,1.7436412191677122f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.1767791883000264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.0521194774916878f,-0.9985965377304771f,2.9723198354305425e-17f,-0.1755591676291254f,0.9830432511139007f,-0.05296173241861482f,1.3749999999999996f,0.9844239248223658f,0.1758110534221491f,0.00009865050894724073f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.5145732610570242f,-0.8573303798412066f,0.30225489851302384f,-0.19793913806918f,0.8390106787447424f,-0.5068344686115147f,0.8147021737732669f,0.9801128092285897f,0.17684863572396037f,-0.09001911590665543f,-0.46582086395799965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.6621927365262517f,-0.7492007747496009f,0.04979391771239041f,-0.19793913806918f,0.7325981216493799f,-0.6512450305194124f,1.094005207652093f,0.9801128092285897f,0.15748260807998624f,-0.12073984155351265f,-0.4057806196275049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.030946885181374374f,-0.9975657656854708f,0.3189311454689103f,0.17590604337615445f,0.9835305215765437f,-0.041530434997935996f,1.2141395011894254f,0.9824216154349493f,-0.1780730283477601f,-0.0560157665415927f,-0.1490843513552887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.99691866797753f,-0.04741662164237653f,0.0038696435165697326f,0.17590604337615445f,0.0357645048167122f,-0.9837570655903629f,1.1133464842872127f,0.9824216154349493f,-0.06981453740534616f,0.17312914224087728f,-0.15107705210692454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433921f,-0.7619828717178996f,-0.6411796310087422f,0.013189000610179566f,-0.03658199105291761f,0.6459693583404029f,-0.7624862923462247f,1.265707732643309f,0.9951838895111635f,-0.04588781204014265f,-0.08662179150537502f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339144f,-0.7154002896437908f,-0.6927709878376435f,0.01750350334449062f,-0.22223705404960314f,0.6635307478371366f,-0.7143791979628494f,1.2283979000407634f,0.9707419367779047f,0.21892777862178833f,-0.09864441154171741f,-0.2620088659445228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106545f,-0.7173160805192901f,0.013189000610179566f,-0.13052619222005157f,0.7111793420116526f,-0.6907871283111803f,1.265707732643309f,0.9914448613738104f,0.09362853660839461f,-0.09094385074339202f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.005573760841175274f,-0.1331668692687814f,-0.9910779576396787f,0.017694037579053256f,-0.043796269492323306f,0.9901748607520389f,-0.13279921653848858f,1.2900408051388919f,0.9990249346080613f,0.042665326247807805f,-0.011351209958720432f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005573760841174594f,-0.13316686926878146f,-0.9910779576396787f,0.017694037579053256f,-0.21626273181111555f,0.9674780695410214f,-0.13121210228775465f,1.2900408051388919f,0.9763192940937298f,0.21506457143455762f,-0.02340653955609743f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158479f,-0.9979529927660076f,0.017694037579053256f,-0.13052619222005157f,0.9894153665704736f,-0.06340461764532357f,1.2900408051388919f,0.9914448613738104f,0.13025900416035163f,-0.00834737627158106f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767545f,-0.43770547933305204f,-0.8983629002450627f,0.01778807334499507f,0.048603292601469394f,0.8971245929677982f,-0.4390958718100845f,1.2888141461519693f,0.99813812026352f,-0.059844615916433f,-0.011786213243503381f,-0.05863305513672312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483313f,-0.4077033230547453f,-0.9127328857474615f,0.007675035254019552f,-0.2561455248289949f,0.8798100384013053f,-0.4004045035190941f,1.3297300390058626f,0.9662778019104284f,0.24436099667993558f,-0.08120906868533326f,-0.444090097876299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.28680323271108943f,-0.9579895123154892f,0.04518298881793955f,-0.13052619222005157f,0.9497937792351944f,-0.2843495912968067f,1.157030891531523f,0.9914448613738104f,0.1250427232292849f,-0.03743533388218016f,-0.26352459710557274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203708f,-0.9793406217655517f,2.9723198354305425e-17f,-0.13052619222005157f,0.9709622269840886f,-0.20048757296808492f,1.3749999999999996f,0.9914448613738104f,0.12782960224547515f,-0.026394689716483982f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.47765194817631984f,0.028658714207758017f,-0.8780815990005282f,0.5844276952206858f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8617084872300043f,0.8710330444285286f,0.14590467394413204f,-0.4690557127195293f,-0.7179122164494662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47765194817631984f,0.028658714207758017f,-0.8780815990005282f,0.5396478250791559f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8509578301256133f,0.8710330444285286f,0.14590467394413204f,-0.4690557127195293f,-0.6362528685342917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.47765194817631984f,0.028658714207758017f,-0.8780815990005282f,0.6937500000000001f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8421350078513234f,0.8710330444285286f,0.14590467394413204f,-0.4690557127195293f,-0.6067241855839496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3769158355605036f,-0.7309698269877654f,-0.568873944681248f,-0.9379934152603148f,-0.12465983634205446f,0.6486156150018105f,-0.7508380046181701f,2.527826070812579f,0.9178204498195165f,-0.21208700103801548f,-0.3355960754892721f,-0.6659068374171001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1357348806630237f,-0.7309698269877654f,-0.6687743671858776f,-0.9257565847396849f,0.44277482901901066f,0.6486156150018105f,-0.6190704602571576f,2.511685827678066f,0.8862993246971255f,-0.21208700103801548f,0.4116948032610081f,-0.7574427048700728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057491f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7178524213480091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912222f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123.mcfunction new file mode 100644 index 000000000..2f077563b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123_as_bone.mcfunction new file mode 100644 index 000000000..ac9920d88 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_123_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8067250707746249f,0.01917229148182644f,-0.5906158509750755f,0.6429728600462993f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9100051328804615f,0.5858714879806514f,0.1564072952774662f,-0.7951675028290109f,-0.8184971262713112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8067250707746249f,0.01917229148182644f,-0.5906158509750755f,0.5673423846611783f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9027740599437837f,0.5858714879806514f,0.1564072952774662f,-0.7951675028290109f,-0.7635716742731251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8067250707746249f,0.01917229148182644f,-0.5906158509750755f,0.6937500000000001f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.8857780686184968f,0.5858714879806514f,0.1564072952774662f,-0.7951675028290109f,-0.6717592748478665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.425062188190679f,-0.7309698269877654f,-0.5338588279723657f,-0.9379934152603147f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8850787406879161f,-0.21208700103801548f,-0.414312354115821f,-0.7635561560017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19350589516530114f,-0.7309698269877654f,-0.6543994044692825f,-0.9257565847396848f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8470451218220061f,-0.21208700103801548f,0.4873742561812676f,-0.8550920234546727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.815501739932609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124.mcfunction new file mode 100644 index 000000000..72af1e3ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124_as_bone.mcfunction new file mode 100644 index 000000000..694d446c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_124_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7244982587921972f,0.08435304814085572f,-0.36732993441981493f,-0.2983372758086524f,-0.15263606903875374f,0.7934239489016647f,-0.11884911519287754f,1.5373228379142527f,0.3445996922226075f,0.17409033581184097f,0.7196443924199292f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.687310654659112f,-0.1952536415361828f,-0.3598334051459412f,-0.2983372758086524f,0.1592942301829894f,0.7752876164541984f,-0.11642362304608413f,1.5373228379142527f,0.37713314919597296f,0.028374764133429126f,0.7049577721664613f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231665577001535f,0.08411823330808947f,-0.369998239311596f,-0.2980449909111725f,0.053199602721110656f,0.8109572807797736f,0.08038989653579497f,1.5154982876926897f,0.3756918638177717f,0.04708350050543879f,-0.7235905001350746f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6860174062066692f,-0.194966935256805f,-0.36244725483584916f,-0.2980449909111725f,-0.2558594856670998f,0.7538796147166192f,0.0787492864024114f,1.5154982876926897f,0.3223601122590095f,0.1834486867527012f,-0.7088233470710936f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06655939250595069f,-0.04757819946593972f,1.5603565016382694f,-0.019673328931166474f,1.3555056581161895f,0.7729078600453402f,0.08138857840710496f,1.7453414098059394f,-0.7743258410283328f,1.3571131142302442f,0.00835087420887667f,0.5254109650457731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.030450047658201855f,-0.9986281610484924f,0.04259801120380823f,-0.013293752612891896f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8685523931073564f,-0.005344559493681565f,0.49556853825813285f,0.35764606854233205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010938605664875431f,-0.9986281610484924f,0.051206863475660086f,-0.011800060835588645f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941222154494855f,-0.005344559493681565f,0.10813166249357772f,-0.006498345409305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9930788960755099f,-0.017482669092084818f,-0.11614070109511015f,0.2756980581309625f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0654047680732425f,-0.9036605941284545f,-0.4232254091293363f,-0.7097315646508042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8122602440588133f,-0.017482669092084818f,-0.5830331484597889f,0.012563083287969071f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26238804897633367f,-0.9036605941284545f,-0.33845242261476266f,-0.5989123731151973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14728198542612556f,-0.5450750397801899f,-0.8253491490136542f,0.25408356801649107f,-0.564682804192097f,0.6387562863714349f,-0.5226124159171146f,1.4177814002269302f,0.812059940779428f,0.5430318661272078f,-0.2137172078979927f,-0.1771384877374458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.30901100369854867f,-0.9510566993268716f,0.19019990045222027f,-0.13675310737971244f,0.9420458313272817f,-0.30634659994993196f,1.5925003273511085f,0.9906034692869294f,0.13062102155513233f,-0.040532892378819046f,-0.15290037677322613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03059586453040075f,-0.5361144443255449f,-0.8435906564555761f,0.20515871141956996f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7477319530085779f,0.5723505646692286f,-0.3366181183073675f,-0.5408680583895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016943234002089858f,-0.0495451590214117f,-0.9986281610484924f,0.18962756809650222f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9082778504500018f,0.4183333384583908f,-0.005344559493681539f,-0.46246396092539155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2422810022939328f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.3574056235176574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2639046647838304f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.4507192799293068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.32822256608992906f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.21931107167362518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.37942914637243924f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2949956363605045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.966006595662071f,0.12307127370414202f,-0.22734273405195093f,0.13831195319389777f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.23180443844674029f,0.02304534191568216f,-0.9724893904472071f,-0.34878515530372906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733660403371565f,-0.02956066291795667f,-0.22734273405195093f,0.02589688007480751f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.22534545541779974f,0.05902381883751464f,-0.9724893904472071f,-0.3222339307106536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393035532630205f,0.28445970886432076f,-0.19181112809294998f,-0.0064106169007139835f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.2876523879851936f,0.34825252252721534f,-0.8921750300472698f,-0.36259773431355713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9812336493640126f,-0.019723501096212404f,-0.19181112809294998f,0.022608816186065944f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.16595773022632637f,0.42009730722569366f,-0.8921750300472698f,-0.36419409400171937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.13401808894928835f,-0.19181112809294998f,0.07836574781323019f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.2296322126968687f,0.3889637035149848f,-0.8921750300472698f,-0.36065446892124964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.055386264539986185f,-0.22734273405195093f,0.06590383829173332f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.2296322126968687f,0.03915906484531215f,-0.9724893904472071f,-0.36946525851144485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503844985409707f,-0.20702736658768112f,-0.23218306229524477f,-0.2435983177493822f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24028768302913422f,-0.014541466841360054f,-0.9705927957318619f,-0.2692454459673205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098317f,-0.23218306229524477f,-0.13230799392743295f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.23505455633026762f,-0.0519517124047813f,-0.9705927957318619f,-0.2968437451417778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287243746910563f,-0.2890710318207431f,-0.23218306229524477f,-0.11037664538015271f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24064068819357262f,0.00645631931767824f,-0.9705927957318619f,-0.30186962207302376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725972298061818f,0.012068726384501322f,-0.23218306229524477f,-0.13920010952580109f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23085800698252132f,-0.06822173763153652f,-0.9705927957318619f,-0.295547368098972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.20841484469321345f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.31773684428140797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.17686363761629298f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.310701619428878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.019623795870674535f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2831271614960903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.05233012232179887f,-0.9986281610484924f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9906034692869294f,0.1366609026770926f,-0.005344559493681539f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.6504845601194374f,-0.7592686027521909f,0.37019390086295184f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9802884525703282f,0.1617847424952351f,-0.11340302841203882f,-0.5495714094443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.7779578488442512f,-0.6280131841774244f,0.07359747099108103f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9802884525703282f,0.1384095815523418f,-0.14098701178398268f,-0.496802756477559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.13641154661812963f,-0.9862930075464423f,0.3257119059234725f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9768689441175474f,-0.20412643016641022f,-0.06371394294960586f,-0.24047427218440068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.9939553219573225f,0.05860737785016745f,0.023631123270935736f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9768689441175474f,-0.07953310925195539f,0.19849823815687764f,-0.24260006965544448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09813478722968792f,-0.8102446970667239f,-0.5778175269154069f,0.021955617292310436f,-0.044083895422988864f,0.5835894882744297f,-0.8108513546513468f,1.3100708842819795f,0.9941962450641819f,-0.05410027773350523f,-0.09298917275381435f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09813478722968726f,-0.7679644685622554f,-0.6329298053981001f,0.029263439542490666f,-0.2147351496795319f,0.604676608198263f,-0.766977845175435f,1.273222180295158f,0.9717295812248863f,0.21117948414497328f,-0.10556915481697257f,-0.35343124741885057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7518398074789775f,-0.6593458151000688f,0.021955617292310436f,-0.13052619222005157f,0.6537050202492898f,-0.7454077137013071f,1.3100708842819795f,0.9914448613738104f,0.08606189860123795f,-0.09813478722968781f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012506206048450529f,-0.21163296951649413f,-0.977269195781748f,0.024485038727711825f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989304946486265f,0.04086427854751209f,-0.021632789922743943f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012506206048449849f,-0.21163296951649418f,-0.977269195781748f,0.024485038727711825f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9764137340531646f,0.2132635237342619f,-0.03368811952012094f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.14349262199117938f,-0.9896513868196702f,0.024485038727711825f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914448613738104f,0.12917542714686486f,-0.018729545560180208f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05099478741988769f,-0.5067565759696376f,-0.8605796327868384f,0.02263934891640534f,0.045117904745314324f,0.8596520149124681f,-0.5088838648732403f,1.3333868989043944f,0.9976792602471964f,-0.06477797440845585f,-0.0209739768318797f,-0.15008855083489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03652501567415644f,-0.4786515397029397f,-0.8772449069501674f,0.01333747450080501f,-0.2536491158327504f,0.844642927565112f,-0.4714238548816776f,1.3735324836021734f,0.9666064603897837f,0.2397311587054179f,-0.09055894366925418f,-0.5356470065671374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3624380382837017f,-0.9320078692827986f,0.06252429532254983f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914448613738104f,0.12165143829660716f,-0.04730765705287717f,-0.35462865922726816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2798290140309921f,-0.9600498543859287f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914448613738104f,0.12531165183441018f,-0.036525015674157106f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9803787567826056f,0.006351244995398483f,-0.1970206967209307f,0.7101521497160451f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9273267054346694f,0.1954366259479449f,0.1617756971203718f,-0.9672813184690896f,-0.8504007229335084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9803787567826056f,0.006351244995398483f,-0.1970206967209307f,0.6182416412676759f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9249145441915974f,0.1954366259479449f,0.1617756971203718f,-0.9672813184690896f,-0.8320785392508886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9803787567826056f,0.006351244995398483f,-0.1970206967209307f,0.6937500000000001f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9021442164061866f,0.1954366259479449f,0.1617756971203718f,-0.9672813184690896f,-0.696147433321835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4423019757793624f,-0.7309698269877654f,-0.5196653483302004f,-0.9379934152603147f,-0.21364154430283866f,0.6486156150018105f,-0.7305169912628462f,2.5764033681345353f,0.8710489382173487f,-0.21208700103801548f,-0.4430494907130922f,-0.8001746504709243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21481363799898395f,-0.7309698269877654f,-0.6477176954222555f,-0.9257565847396848f,0.5136961275424633f,0.6486156150018105f,-0.5616173719924449f,2.5602631250000223f,0.8306451646025028f,-0.21208700103801548f,0.5148278493954868f,-0.891710517923897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6795416143794473f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.8521202344018333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.3055359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125.mcfunction new file mode 100644 index 000000000..219105ead --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125_as_bone.mcfunction new file mode 100644 index 000000000..b765c1517 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_125_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9741283056938854f,-0.007218558799380369f,0.22588035871854728f,0.7732943181371831f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.908208171824087f,-0.22406224831838317f,0.16130816623677793f,-0.9611325529727098f,-0.8054262399038488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9741283056938854f,-0.007218558799380369f,0.22588035871854728f,0.6819697894783813f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.910973642568415f,-0.22406224831838317f,0.16130816623677793f,-0.9611325529727098f,-0.8264320756836971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9741283056938854f,-0.007218558799380369f,0.22588035871854728f,0.6937500000000001f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.8857780686184968f,-0.22406224831838317f,0.16130816623677793f,-0.9611325529727098f,-0.6717592748478665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.425062188190679f,-0.7309698269877654f,-0.5338588279723657f,-0.9379934152603147f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8850787406879161f,-0.21208700103801548f,-0.414312354115821f,-0.7635561560017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19350589516530114f,-0.7309698269877654f,-0.6543994044692825f,-0.9257565847396848f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8470451218220061f,-0.21208700103801548f,0.4873742561812676f,-0.8550920234546727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.815501739932609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126.mcfunction new file mode 100644 index 000000000..6b53c02b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126_as_bone.mcfunction new file mode 100644 index 000000000..2e5eec617 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_126_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.683591419029788f,0.07735668415592317f,-0.4400717665218772f,-0.3040363310644284f,-0.17159672824758904f,0.7881056864397328f,-0.1280173203145769f,1.518497442792908f,0.41255518313070316f,0.19962418406145746f,0.6759384960588009f,-0.34682785983130615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6476661962949929f,-0.18625063187759416f,-0.4310907100622471f,-0.3040363310644284f,0.1401406864450807f,0.7775823067159191f,-0.12540472194081004f,1.518497442792908f,0.4482065217948944f,0.02600881403576885f,0.6621438328739274f,-0.34682785983130615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6773952274862866f,0.07626412840916623f,-0.44973762677947743f,-0.3030414630058063f,0.037476808006179335f,0.8117546470287607f,0.0812054575341118f,1.4969629850963801f,0.45461592480347f,0.04671852084181029f,-0.6768206447574449f,-0.2075938108857999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6416489187148006f,-0.1849166335544245f,-0.4405593078656106f,-0.3030414630058063f,-0.2703879170963401f,0.7487071908565109f,0.07954820329872177f,1.4969629850963801f,0.3939251697980594f,0.21270491530439706f,-0.6630079785379052f,-0.2075938108857999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07432270005430008f,-0.03488459650327752f,1.5603414533951987f,-0.013907032405139533f,1.4247480097435494f,0.6362082621589383f,0.08208779380942062f,1.686077868688413f,-0.6371620633625584f,1.426684394702454f,0.001546907902876899f,0.5722525476286876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022326141762098045f,-0.9986185301729271f,0.04756652803475184f,-0.009096656509800523f,0.4071732877817203f,-0.052536188038029175f,-0.9118387262358717f,1.6074582853409247f,0.9130780126095706f,-0.0009900210578417115f,0.40778372055203715f,0.3958852970692714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.003613968103250715f,-0.9986185301729271f,0.05242108764429461f,-0.010177693348653063f,0.049874060058821224f,-0.052536188038029175f,-0.9973728124827154f,1.5872216902193959f,0.9987489761535666f,-0.0009900210578417115f,0.04999502465753217f,0.034980837979155355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9892574531472603f,-0.022391770065698244f,-0.14445864469086145f,0.2681549360169734f,0.11976173527884904f,0.44252105048548107f,-0.8887250680836145f,1.4940102343629726f,0.08382611857645905f,-0.8964785153647304f,-0.43508557012828425f,-0.674223084716336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7951891232832443f,-0.022391770065698244f,-0.6059479076994572f,0.011061286457100665f,0.53560843659711f,0.44252105048548107f,-0.7192348173741493f,1.670511283247601f,0.2842496453085295f,-0.8964785153647304f,-0.3398947052123995f,-0.5562757946940069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13165212405758597f,-0.5523272057933929f,-0.8231660682824509f,0.25490034770765047f,-0.5214401327042562f,0.6676422661017754f,-0.5313699206013207f,1.3973935136598719f,0.8430705226945688f,0.4991878025903167f,-0.20010904904215915f,-0.14015441769518014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.007061159313155865f,-0.30875619779399327f,-0.9511150037471547f,0.19106409184785703f,-0.1528426158622532f,0.9396295509404946f,-0.30616244344424093f,1.571660539189688f,0.9882253158088684f,0.14753276694741677f,-0.04055623097997726f,-0.11274550033616434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030908319351889306f,-0.535951707476162f,-0.84368266726787f,0.2042285200272712f,-0.6084140470594597f,0.6596067987084485f,-0.44130626376511123f,1.447603094917158f,0.7930176688672019f,0.5269484209588056f,-0.3056932097928413f,-0.4952996856989958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.019752454679448646f,-0.04869159813970456f,-0.9986185301729271f,0.18885747956249582f,-0.3927846978242429f,0.9181286021585162f,-0.0525361880380294f,1.6194238566466421f,0.9194183061530015f,0.393279796288915f,-0.0009900210578417043f,-0.42156591152643574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,0.24380551150537844f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.2929722735311175f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.2974891931526668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,0.26441549917243834f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.166992505650167f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.3950834501201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,-0.32595859611593225f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.265685636519102f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.15684584596885648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,-0.37808445197499707f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.136222468168533f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.2364856330830379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9629141962328747f,0.1452328129526934f,-0.22738443380109422f,0.14209224162576875f,0.10941715313340047f,0.9805509335236107f,0.16293481324185283f,2.3868481487860103f,0.24662550008743667f,0.13201248731776638f,-0.960077374954122f,-0.27686485146081874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9737785420132913f,-0.007188211142123882f,-0.22738443380109422f,0.029855110255893803f,-0.045321914319492625f,0.9855953382175967f,0.16293481324185283f,2.391559965007716f,0.22293782809762125f,0.16896792270817892f,-0.960077374954122f,-0.24948300063304785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9336772942743786f,0.3101448079524751f,-0.17904443095666794f,-0.003436954950320467f,0.172295032661936f,0.8273301658354589f,0.5346393348966143f,2.3919438093908623f,0.31394447260064506f,0.4683321415393075f,-0.8258958005249261f,-0.2936406301855812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9838198912109447f,0.006443089405508667f,-0.17904443095666794f,0.025867307679665275f,-0.09179676766377978f,0.8400798384842881f,0.5346393348966143f,2.401348907430052f,0.15385634567402948f,0.5424245123251019f,-0.8258958005249261f,-0.29390510624508165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9706995145502697f,0.16026710266075522f,-0.17904443095666794f,0.08481964130181818f,0.04075084299853711f,0.8440972398818836f,0.5346393348966143f,2.5084056532999104f,0.2368160071590995f,0.5116779313479451f,-0.8258958005249261f,-0.275220351617073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9706995145502697f,0.07770953427235225f,-0.22738443380109422f,0.06733499609053896f,0.04075084299853711f,0.9857949155015717f,0.16293481324185283f,2.286601797312057f,0.2368160071590995f,0.14889463675506578f,-0.960077374954122f,-0.30872164488696274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9496530391336299f,-0.20359971598190768f,-0.23813076432150979f,-0.24123918987646872f,-0.2020633450623777f,0.9788780902307025f,-0.031114129402807722f,2.3761861907673527f,0.23943581571365308f,0.018569871253691576f,-0.9707345929939647f,-0.2037046123432333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969811247014997f,-0.05253460047311295f,-0.23813076432150979f,-0.1300608810603117f,-0.04644533959491974f,0.9984361478739727f,-0.031114129402807722f,2.3915976209831498f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.23147171684627493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9282944381420196f,-0.2855926735724241f,-0.23813076432150979f,-0.10817177627235573f,-0.28660928004328956f,0.9575421826450113f,-0.031114129402807722f,2.388322116852262f,0.23690621922536959f,0.0393674136460887f,-0.9707345929939647f,-0.23673634306951435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711134640383722f,0.0152439839624188f,-0.23813076432150979f,-0.13692589006230044f,0.02331518385235523f,0.9992438707109671f,-0.031114129402807722f,2.396955750818875f,0.23747640338636555f,-0.03576741253595668f,-0.9707345929939647f,-0.22995940204236542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615421303018985f,-0.13685931001630788f,-0.23813076432150979f,-0.2059111604168795f,-0.13328804510959644f,0.9905888188256352f,-0.031114129402807722f,2.4978729466490948f,0.24014793083711655f,0.001822437788403384f,-0.9707345929939647f,-0.24846336354039736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615421303018985f,-0.13685931001630788f,-0.23813076432150979f,-0.17511781566321027f,-0.13328804510959644f,0.9905888188256352f,-0.031114129402807722f,2.274990462413327f,0.24014793083711655f,0.001822437788403384f,-0.9707345929939647f,-0.24887341204278812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,-0.01952584065881807f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,1.7700699206211186f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.23866575361907005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.007061159313155865f,-0.05206890842351494f,-0.9986185301729271f,3.6254647949758105e-17f,-0.1528426158622532f,0.9868531216563163f,-0.0525361880380294f,1.4f,0.9882253158088684f,0.15300243479359105f,-0.0009900210578417043f,-0.2960416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.018559162938295747f,-0.5954445030654305f,-0.8031820473841482f,0.34249237324207965f,-0.19721512231095129f,0.7853577299105983f,-0.5867873819379114f,0.8679885609069609f,0.9801845504816458f,0.16928992834434675f,-0.10285507842717159f,-0.5151677996676827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.018559162938295747f,-0.7318420322919739f,-0.6812215478401891f,0.0634775984307646f,-0.19721512231095129f,0.6652733352282658f,-0.7200816515966337f,1.1216240199627372f,0.9801845504816458f,0.1477113035790175f,-0.13198339968375192f,-0.45885286517818225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0784920162623774f,-0.09286917385485885f,-0.9925796290124949f,0.3234591654075893f,0.1860004366560814f,0.9768040920552336f,-0.10610185346117729f,1.2595567785429458f,0.97940943478548f,-0.19294839281959847f,-0.05939761578986288f,-0.2026264210096042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0784920162623774f,-0.996806268674598f,0.014705989055183832f,0.015499024455569424f,0.1860004366560814f,-0.02913561109074747f,-0.9821175865089248f,1.1387906538824921f,0.97940943478548f,-0.0743530691861016f,0.18769331409454373f,-0.20437222864728266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09389234203051447f,-0.7907417908981368f,-0.604906313601728f,0.018284625166261864f,-0.04087750555657947f,0.6101399950717188f,-0.7912384065206609f,1.291434456746934f,0.9947428097993453f,-0.049564165897252516f,-0.08961102505502841f,-0.31035866882130686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09647974414915272f,-0.7462790218118922f,-0.6586040392925018f,0.02433885750237072f,-0.21794153954594125f,0.6297943091940946f,-0.7455606034703537f,1.2543640428221061f,0.9711813138180011f,0.215468674545091f,-0.10188280512688423f,-0.31524705375524287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.7292486011494252f,-0.6842475977675201f,0.018284625166261864f,-0.13052619222005157f,0.6782701271590493f,-0.7231269236781197f,1.291434456746934f,0.9914440026918059f,0.0902558160189885f,-0.09430099257800353f,-0.31035866882130686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.008299584442531033f,-0.17890077605256205f,-0.9838321143497359f,0.021647155756423283f,-0.04414675291705017f,0.9829722749792091f,-0.17837200124761454f,1.315948984343555f,0.9989905810892123f,0.041952579777519025f,-0.01605614975791777f,-0.3071356927517802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010899382346417642f,-0.1786738772722099f,-0.9838479806580799f,0.021647155756423283f,-0.21591224838638867f,0.9602754837681917f,-0.1767848869968806f,1.315948984343555f,0.9763519367836584f,0.2143516756507415f,-0.028111468914275822f,-0.3071356927517802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.11014171977476803f,-0.9939150360539234f,0.021647155756423283f,-0.13052619222005157f,0.9853940202577972f,-0.10936881632673046f,1.315948984343555f,0.9914440026918059f,0.1298746565163212f,-0.01309057375433792f,-0.3071356927517802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0438013377729849f,-0.47833200026093164f,-0.8770860507017955f,0.020868884455501762f,0.04671183529172368f,0.8759878806538863f,-0.4800658677631555f,1.3147006056476254f,0.9979476174895031f,-0.06199782636422575f,-0.0160256754346127f,-0.11187699039919952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.033585367496808266f,-0.44901044806766643f,-0.8928950893672657f,0.010712871503536652f,-0.25479076856113136f,0.860033044106112f,-0.4420688038095454f,1.3551604755049473f,0.9664127934511898f,0.2423484692991637f,-0.0855191913094362f,-0.49738103701485836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.3309010299210486f,-0.9436645620803001f,0.0552877527022096f,-0.13052619222005157f,0.9355358048125347f,-0.3282311244508922f,1.184349992000573f,0.9914440026918059f,0.12360123911576365f,-0.04197050411298391f,-0.316625398434409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.24739606578769452f,-0.9689135585601979f,3.6254647949758105e-17f,-0.13052619222005157f,0.9605830360736577f,-0.24544478799120606f,1.4f,0.9914440026918059f,0.12678886954415455f,-0.03103823587392709f,-0.2960416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7990999881634351f,-0.01882717421705448f,0.6009032754347396f,0.8208653303044192f,0.0786081376113402f,0.9876567484990447f,0.13548028581890162f,1.8936867428873658f,-0.5960368861223898f,0.1554981821607421f,-0.7877565269334365f,-0.7498892538671671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7990999881634351f,-0.01882717421705448f,0.6009032754347396f,0.7459497064140972f,0.0786081376113402f,0.9876567484990447f,0.13548028581890162f,1.901056255788429f,-0.5960368861223898f,0.1554981821607421f,-0.7877565269334365f,-0.805767711941141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7990999881634351f,-0.01882717421705448f,0.6009032754347396f,0.6932720270440472f,0.0786081376113402f,0.9876567484990447f,0.13548028581890162f,1.8770494564650622f,-0.5960368861223898f,0.1554981821607421f,-0.7877565269334365f,-0.6596650038641386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4145057554001296f,-0.7312483266884388f,-0.5417202815619199f,-0.9385822061796362f,-0.17673198280134655f,0.6486156150018105f,-0.7403131703751646f,2.5560892256180807f,0.892721000646491f,-0.21112477043488065f,-0.39808987215645986f,-0.7427913886642046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18318126258538076f,-0.7312483266884388f,-0.6570544191716418f,-0.9264658588072091f,0.48488042409599824f,0.6486156150018105f,-0.5866760249953187f,2.5399489824835677f,0.8551816177667235f,-0.21112477043488065f,0.4733822260528042f,-0.8343432820247981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12924103863922162f,-0.7312483266884388f,-0.6697556559274532f,-0.8320606841043047f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6592274718629927f,0.9765535291796642f,-0.21112477043488065f,0.042065852607091336f,-0.794877213235565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.0388505543163986e-8f,2.684197676832003e-9f,-0.000015624986467319724f,0.6875373603807767f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5637592261912225f,0.000015491312542059468f,0.0000020394699870690787f,2.0564437153784174e-8f,-0.2681074362246846f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127.mcfunction new file mode 100644 index 000000000..ef2e34a2f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127_as_bone.mcfunction new file mode 100644 index 000000000..4a850c56f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_127_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6492174151355521f,0.07164100605582807f,-0.4902333715491688f,-0.30867903073223696f,-0.18392678235682547f,0.7851866914705996f,-0.1288302864770646f,1.511242591613982f,0.46003492374060206f,0.21282356597239502f,0.6403268252620815f,-0.3254375277876868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6144142120057002f,-0.17853755715111944f,-0.4802286088644919f,-0.30867903073223696f,0.12788742704250972f,0.7795627550949731f,-0.1262010969571245f,1.511242591613982f,0.4961249662029327f,0.02015568295160365f,0.6272589308689779f,-0.3254375277876868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6389113710581693f,0.0698237724206148f,-0.503846549240906f,-0.3073322834137548f,0.028552196121455393f,0.8125834231403094f,0.07640285975448131f,1.4909389420466397f,0.5078597015649663f,0.042157629048313154f,-0.6381580543124192f,-0.19895742723540744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6044057531754774f,-0.17631873524717742f,-0.49356396660333657f,-0.3073322834137548f,-0.27877559886900927f,0.7461116527450873f,0.07484361771867558f,1.4909389420466397f,0.4438218685504457f,0.22853687938455308f,-0.6251344205509414f,-0.19895742723540744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07752680546792953f,-0.02780313964166292f,1.5603277956442367f,-0.010419469463576346f,1.4456788544874517f,0.5870664934746689f,0.08229114124378617f,1.665328607918184f,-0.5877146366407648f,1.4477521084997327f,-0.00340414641154324f,0.5879277321579885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017794009370664703f,-0.9986097892123116f,0.04961715549947469f,-0.006484512751592905f,0.37572255582378783f,-0.05266633039602311f,-0.9252344668719692f,1.5927840284132975f,0.926561349439829f,0.002178653703387179f,0.3761373674500893f,0.40895458955829833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0006171489707627875f,-0.9986097892123116f,0.05270776049587234f,-0.009049351313283084f,0.02964711224922753f,-0.05266633039602311f,-0.9981719823647116f,1.5790742437107403f,0.9995602372355702f,0.002178653703387179f,0.029573393542357163f,0.04941284823500747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9875736154990384f,-0.02555833800254199f,-0.1550649068251897f,0.26485516080007326f,0.12738926037848675f,0.44763736245578445f,-0.885094779147324f,1.487801773246493f,0.09203439743041242f,-0.8938498548929661f,-0.4388189906982656f,-0.6622986284403748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7885743877749094f,-0.02555833800254199f,-0.6144080128904361f,0.010125355653738892f,0.5405196213653661f,0.44763736245578445f,-0.7123617975808849f,1.6657465502695419f,0.29323876596464515f,-0.8938498548929661f,-0.3391805758638836f,-0.5414279917028779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12726728912671398f,-0.5536567170648021f,-0.8229625002193981f,0.25544076344523226f,-0.5070577455490539f,0.6767794701049568f,-0.5337246401686587f,1.3902869807463045f,0.8524643569071074f,0.48521519812705693f,-0.19460403826609715f,-0.12772498167069177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010512718948757403f,-0.3083516304804163f,-0.9512143579237926f,0.19167974299313054f,-0.15849042994649504f,0.93872824057556f,-0.30605567134312045f,1.5643856779083276f,0.9873045459004428f,0.1539758498141246f,-0.03900219632711155f,-0.09909827355758785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03164120293229055f,-0.5351888410186814f,-0.8441396440909986f,0.2035956643683215f,-0.5886111355226092f,0.6725991843144874f,-0.4484944463404985f,1.4413742533519298f,0.8077968590034144f,0.5110608982387191f,-0.2937362641480476f,-0.47970240267349257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.022248765162590778f,-0.047785785941870475f,-0.9986097892123116f,0.18839451832164386f,-0.3836701118387425f,0.9219671918914812f,-0.052666330396023336f,1.6139139372666074f,0.9232021651460673f,0.3843084903273073f,0.0021786537033871844f,-0.40763094415147627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,0.24446930168578587f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.2866844937320394f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.2768127981386728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,0.2645360322501884f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.161834019818472f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.37595914445568734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,-0.3247994862410548f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.2585160442213335f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.1343493447744205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,-0.3774053669013552f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.130069598029804f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.2153088672577007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.961373022422063f,0.15357785695658926f,-0.22842012523350197f,0.14360273474148266f,0.10743903235379934f,0.9734153626880734f,0.20228540730790456f,2.3789983998732964f,0.2534142183973634f,0.16993049619025724f,-0.9523155256418886f,-0.2519011493903968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9735617951040086f,0.001295184222905768f,-0.22842012523350197f,0.031476059789104296f,-0.04615943194337969f,0.9782381718339042f,0.20228540730790456f,2.3835396056358302f,0.22371128258656178f,0.20748108748724334f,-0.9523155256418886f,-0.22404209629546887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9311223635799932f,0.3201693029482131f,-0.1746503979121204f,-0.00224521603474008f,0.16630255365337537f,0.7989275262399564f,0.577977740457597f,2.3864607612634225f,0.3245837406426466f,0.5091231926221381f,-0.7971442592433746f,-0.2694500727524751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9844877470390765f,0.016766467697788667f,-0.1746503979121204f,0.02716093826856722f,-0.08871905555351624f,0.8112155451649223f,0.577977740457597f,2.3955449793163f,0.15136976287097464f,0.5845068218966453f,-0.7971442592433746f,-0.26930621011712563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9697442158043533f,0.17056785870479094f,-0.1746503979121204f,0.08733095833267332f,0.03927529308137358f,0.8151068536633109f,0.577977740457597f,2.5008566988163956f,0.24094316190207962f,0.5536311251076477f,-0.7971442592433746f,-0.24533424831446413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9697442158043533f,0.08614175701894408f,-0.22842012523350197f,0.06794906300341093f,0.03927529308137358f,0.9785387398277324f,0.20228540730790456f,2.2806854823551563f,0.24094316190207962f,0.18719383631423836f,-0.9523155256418886f,-0.2874528614851677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9490274686359087f,-0.2021599522737489f,-0.2418226984201325f,-0.24010251002188038f,-0.20358117514568563f,0.9788664919662722f,-0.019367396106477416f,2.3694455492572155f,0.24062744835288521f,0.03085035822027206f,-0.9701271496545495f,-0.18022484368929953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689681496627073f,-0.05121042343150843f,-0.2418226984201325f,-0.12900796914545218f,-0.0479462970394991f,0.998662133340528f,-0.019367396106477416f,2.3850321446162717f,0.24249098444979117f,-0.0071718870397333104f,-0.9701271496545495f,-0.20822844448578037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9277967318042729f,-0.2841038665384815f,-0.2418226984201325f,-0.10714341621436936f,-0.2881203234695341f,0.9573983409072033f,-0.019367396106477416f,2.3817891904089192f,0.23702300237977048f,0.05170502727993559f,-0.9701271496545495f,-0.2136138598024383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9701800505078234f,0.016506123876984163f,-0.2418226984201325f,-0.13585974628242303f,0.021833646613937358f,0.9995740071868577f,-0.019367396106477416f,2.3903813954937667f,0.24140000304924275f,-0.024069732673321253f,-0.9701271496545495f,-0.20662729954702527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9608176508231628f,-0.13546669109217926f,-0.2418226984201325f,-0.20477297990800622f,-0.13480298688913553f,0.9906831272883484f,-0.019367396106477416f,2.4916026117351597f,0.24219330418578014f,0.013989886015037152f,-0.9701271496545495f,-0.22368239101933654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9608176508231628f,-0.13546669109217926f,-0.2418226984201325f,-0.17429297441226593f,-0.13480298688913553f,0.9906831272883484f,-0.019367396106477416f,2.2686989080952817f,0.24219330418578014f,0.013989886015037152f,-0.9701271496545495f,-0.22683011537271988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,-0.019369654370150285f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,1.7634830830165258f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.22314942289437578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010512718948757403f,-0.05165241165373419f,-0.9986097892123116f,3.462178555089498e-17f,-0.15849042994649504f,0.9859548880440685f,-0.052666330396023336f,1.39375f,0.9873045459004428f,0.15882376117055383f,0.0021786537033871844f,-0.28270833333333345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02009590539197439f,-0.5752635459944895f,-0.8177212283145905f,0.33208805275947817f,-0.1974097980894513f,0.7995016194010846f,-0.5672975693525624f,0.8543676160775574f,0.980115057635969f,0.17282654085784754f,-0.09749595155877942f,-0.5037639668407689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02009590539197439f,-0.7146485624897181f,-0.6991949561587641f,0.05962828831027317f,-0.1974097980894513f,0.6827321202200632f,-0.7034957168583893f,1.1146592369114565f,0.980115057635969f,0.15216531849010978f,-0.1273585083300074f,-0.4457509391664145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07174672128992572f,-0.07796690886391137f,-0.9943709414028308f,0.32269883610033057f,0.1835684489943268f,0.9788785087029247f,-0.08999716514065813f,1.2481998088854576f,0.9803851449904587f,-0.18899213296257653f,-0.05591905900757663f,-0.19009669398930115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07174672128992572f,-0.9974228408111684f,-0.00029088197648791114f,0.012841278348535955f,0.1835684489943268f,-0.012917811295311832f,-0.9829220491397859f,1.1323798306622006f,0.9803851449904587f,-0.07057483106261918f,0.18402217448590213f,-0.19108647854035588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09048718146146124f,-0.7838376684231461f,-0.6143375127339423f,0.016975203993146046f,-0.03978528058767068f,0.6192208594708252f,-0.7842083005456987f,1.2849806621825715f,0.9951026084980988f,-0.04651920847541117f,-0.08721675184905898f,-0.2970907827126689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09773659596885952f,-0.7381204385522498f,-0.6675520773691401f,0.022582340903318208f,-0.21903376451485007f,0.6383626576610666f,-0.7379141734011844f,1.2478428435146978f,0.9708098515213331f,0.2183376639412776f,-0.09928190516802426f,-0.30200077917526613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.7210191848429852f,-0.692905454491563f,0.016975203993146046f,-0.13052619222005157f,0.6866379876652949f,-0.7151861205584799f,1.2849806621825715f,0.9914381205704854f,0.09305702006464361f,-0.09160155073115282f,-0.2970907827126689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004921954794457798f,-0.16738512617253704f,-0.9858792998624147f,0.020632813551337652f,-0.04404165773694457f,0.9849708890380046f,-0.1670110179942173f,1.3094547900816542f,0.999017570788814f,0.04259773801373513f,-0.012219900626848124f,-0.2938821683857107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012206099962684808f,-0.16674939842919667f,-0.9859237542767706f,0.020632813551337652f,-0.21601734356649427f,0.9622740978269871f,-0.16542390374348337f,1.3094547900816542f,0.9763132276079107f,0.21499581106328353f,-0.024275148260407466f,-0.2938821683857107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.09826119436979283f,-0.995153943597082f,0.020632813551337652f,-0.13052619222005157f,0.9865998522178309f,-0.0978960915884205f,1.3094547900816542f,0.9914381205704854f,0.1302515615444823f,-0.009218665569776938f,-0.2938821683857107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03937702503402594f,-0.4684326797588305f,-0.8826212519724588f,0.020599794775561307f,0.0472204166590342f,0.8814471022665946f,-0.4699162033345633f,1.3082167264174f,0.9981080513401427f,-0.06018164537285743f,-0.012589178297201416f,-0.09862185212015792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03440325111246921f,-0.4381133808965273f,-0.8982611434278489f,0.009411575504293482f,-0.255155039957336f,0.8651570365930439f,-0.43173974523769854f,1.3487885852244483f,0.9662879083882103f,0.2440491088141011f,-0.08202262242686678f,-0.4840855516399427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.31960369517058834f,-0.9475442532193986f,0.05271592555628179f,-0.13052619222005157f,0.9392915329036327f,-0.31732369807513305f,1.177476424510362f,0.9914381205704854f,0.12483947392091045f,-0.03828261786782309f,-0.30349590895369705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.23580358344385874f,-0.9717938587019561f,3.462178555089498e-17f,-0.13052619222005157f,0.963373827638239f,-0.23425153439451085f,1.39375f,0.9914381205704854f,0.12770097202716862f,-0.02725646387519383f,-0.28270833333333345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4956630492532804f,-0.026611093605979894f,0.8681071312355599f,0.8458568481057449f,0.11359971297324915f,0.9889571864911845f,0.09517766807311424f,1.877272507976974f,-0.8610535679139452f,0.1457927741163268f,-0.48716652204162203f,-0.6810140885407384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4956630492532804f,-0.026611093605979894f,0.8681071312355599f,0.7993884372382499f,0.11359971297324915f,0.9889571864911845f,0.09517766807311424f,1.887922481068216f,-0.8610535679139452f,0.1457927741163268f,-0.48716652204162203f,-0.7617378605326708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4956630492532804f,-0.026611093605979894f,0.8681071312355599f,0.6924065729866634f,0.11359971297324915f,0.9889571864911845f,0.09517766807311424f,1.868320844311628f,-0.8610535679139452f,0.1457927741163268f,-0.48716652204162203f,-0.6483009962304612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4028539986911794f,-0.7317469347615801f,-0.5497772996455554f,-0.9396161456356036f,-0.1637848193240841f,0.6486156150018105f,-0.7432848154878452f,2.5490234369167055f,0.9004905267116939f,-0.20939008439478368f,-0.3811464336178957f,-0.7210345440754624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17373297212793887f,-0.7317469347615801f,-0.6590624233429065f,-0.9277169397584681f,0.4745676660236092f,0.6486156150018105f,-0.5950490016298885f,2.5328831937821925f,0.8629034620167523f,-0.20939008439478368f,0.4599493535125887f,-0.8126149128836974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1269248626894456f,-0.7317469347615801f,-0.6696540171598294f,-0.8332184401230615f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6521616831616175f,0.9768572672878404f,-0.20939008439478368f,0.04365400215418724f,-0.773372828802708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[5.712476108915465e-8f,7.520617471470496e-9f,-0.000015624893766102328f,0.6876016707798025f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5575092261912227f,0.000015491220633913837f,0.000002039457887132158f,5.7617688400743616e-8f,-0.25640461704502154f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128.mcfunction new file mode 100644 index 000000000..4006c9a3e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128_as_bone.mcfunction new file mode 100644 index 000000000..d033db517 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_128_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6035057887751446f,0.06393812645028174f,-0.5464770108113999f,-0.3146962480006293f,-0.19837214131793215f,0.7818647178717049f,-0.1275950662869927f,1.503728124465647f,0.5131994747739648f,0.22703286849676962f,0.5933184812209203f,-0.30342398539203874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5701564483498021f,-0.16837277419703447f,-0.5353244187540244f,-0.3146962480006293f,0.11356869815141142f,0.7819714696746503f,-0.1249910853423602f,1.503728124465647f,0.5495668978435047f,0.01308546995953945f,0.5812099407878404f,-0.30342398539203874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5884910287897822f,0.06129061915600053f,-0.5629087079463794f,-0.31313221429464055f,0.018768586226057437f,0.8135336704655616f,0.06895760751614316f,1.485019466175209f,0.5659244593136641f,0.03675420338885747f,-0.5876419652545517f,-0.1910155148272379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5555752369722025f,-0.16514019745975217f,-0.5514207751311472f,-0.31313221429464055f,-0.28798623153296643f,0.7433040334526128f,0.06755030940356882f,1.485019466175209f,0.49839751856396886f,0.24541358771679966f,-0.5756492720860915f,-0.1910155148272379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08018062259204164f,-0.020887071216799207f,1.5603015888015805f,-0.007116194289840947f,1.464931567448031f,0.5371966969774402f,0.08247097338326145f,1.6445269675690355f,-0.5375433196078315f,1.4671024807464927f,-0.00798376681024976f,0.6032584304458101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.013367725578751925f,-0.9985930168330115f,0.05131559845890643f,-0.004036214567870732f,0.3438058860655615f,-0.052781422965287275f,-0.9375562031667399f,1.5781473805138964f,0.9389455876777555f,0.005109610758559354f,0.3440277245490119f,0.4218918132882513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.004620732547435294f,-0.9985930168330115f,0.05282646650183609f,-0.00798939770412164f,0.009380197198830681f,-0.052781422965287275f,-0.9985620327702581f,1.5709115362117634f,0.9999453288711521f,0.005109610758559354f,0.009123110580273265f,0.06383337807784245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9857824993550726f,-0.02849118747612419f,-0.16559322510739055f,0.26161805665335247f,0.13496569806049097f,0.45276429732811224f,-0.8813562000757837f,1.4816248012490787f,0.10008558493764697f,-0.8911749229535028f,-0.4424817876325624f,-0.6502946276132032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.781903612309395f,-0.02849118747612419f,-0.6227479372055118f,0.009264264580080847f,0.5453336239720262f,0.45276429732811224f,-0.7054188327727844f,1.6609799740844189f,0.30205625241510287f,-0.8911749229535028f,-0.3384808370879549f,-0.5265585628283341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12091500629784786f,-0.5556166301562978f,-0.8225993687973212f,0.2559416676752421f,-0.48842376926333053f,0.688128184458938f,-0.5365834728836203f,1.3831728048520424f,0.8641885111887292f,0.4666580783046682f,-0.1881713450087498f,-0.11524209126799659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013723752877937158f,-0.30793109167293553f,-0.951309676912865f,0.19225890250586133f,-0.16416078635174894f,0.937795889249597f,-0.3059250011537681f,1.5570975028291307f,0.9863381239875709f,0.1603661837410611f,-0.03768013111717479f,-0.08540893263602997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03155692268970691f,-0.5348746797476779f,-0.8443418961505909f,0.2030420674481305f,-0.5628294015760935f,0.6885872022990763f,-0.45724252815265043f,1.4349056718865643f,0.8259704748669002f,0.4896496112474204f,-0.27931350281251677f,-0.4634153195097236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02436980766198172f,-0.04709670059423051f,-0.9985930168330117f,0.18797022973150598f,-0.37120287272279806f,0.9270504563787786f,-0.05278142296528762f,1.6083977485640522f,0.9282319428660384f,0.37196686965512915f,0.005109610758559327f,-0.39363959638214585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,0.24530381203568147f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.280293485073854f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.2556407467305326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,0.264809307134493f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.156671259409258f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.35642464168742516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,-0.3234981926785127f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.251247791736472f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.11149888212602313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,-0.37660571945810883f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.1239176052202957f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.19388168798446762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9597252159004953f,0.16376047843850822f,-0.22827618287140433f,0.14545285938690933f,0.10522239255576288f,0.9629248559144f,0.24840283808175925f,2.3705139849232504f,0.2604913781098884f,0.21437870128308617f,-0.9413745345857772f,-0.22584896015594902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9735271887593309f,0.01161021446898193f,-0.22827618287140433f,0.033434119074677984f,-0.046707704412058966f,0.9675300617456198f,0.24840283808175925f,2.374884128190974f,0.22374807953345724f,0.25248917311144503f,-0.9413745345857772f,-0.19753210489833875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.928331402726968f,0.3318234529046943f,-0.1676126570799069f,-0.0007504533354842496f,0.1589301045731181f,0.7618370897934025f,0.6279693228777159f,2.3810292671846502f,0.3360684879178023f,0.5563249452590866f,-0.7599740302872965f,-0.24439009778737844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9854347159246291f,0.028712677290001015f,-0.1676126570799069f,0.028778787477139828f,-0.08426909610157998f,0.7736622318342324f,0.6279693228777159f,2.3896827563241407f,0.14770626287591493f,0.6329473384066915f,-0.7599740302872965f,-0.2437523770469526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9688107270247036f,0.18251512920434598f,-0.1676126570799069f,0.09043025379037715f,0.0377958336667975f,0.7773197569095582f,0.6279693228777159f,2.492495410382817f,0.24490253195771033f,0.6020483561389287f,-0.7599740302872965f,-0.2135149929324369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9688107270247036f,0.09641451931906697f,-0.22827618287140433f,0.06873698694358713f,0.0377958336667975f,0.9679191624254367f,0.24840283808175925f,2.274713598837094f,0.24490253195771033f,0.23202744551908988f,-0.9413745345857772f,-0.265721168174232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9484975771773637f,-0.20042659382351907f,-0.2453192340135059f,-0.2387820270616126f,-0.2050704026753513f,0.9787240149614376f,-0.006740362329485279f,2.362610458078175f,0.241450773523798f,0.043914496764344f,-0.9694189192184637f,-0.15627635522693506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681736250454369f,-0.04958129878699126f,-0.2453192340135059f,-0.12776258620013395f,-0.049439478021075f,0.9987543769759764f,-0.006740362329485279f,2.3783699750808838f,0.24534785464597358f,0.005602613847500191f,-0.9694189192184637f,-0.18448029111620365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274199288858841f,-0.2823309209568249f,-0.2453192340135059f,-0.10592281745946594f,-0.2895914663496585f,0.9571266113389189f,-0.006740362329485279f,2.3751599748208183f,0.2367045798516724f,0.06479121034946983f,-0.9694189192184637f,-0.18998470068349796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9692738193220968f,0.01807585682014312f,-0.2453192340135059f,-0.13459972779735882f,0.02035053753691976f,0.9997701851613828f,-0.006740362329485279f,2.3837096398007747f,0.2451410181889477f,-0.011525635019035259f,-0.9694189192184637f,-0.1827872242366484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.960168137180356f,-0.13377451837563115f,-0.2453192340135059f,-0.20340568595228903f,-0.1362985254288341f,0.9906448806114089f,-0.006740362329485279f,2.485248827469392f,0.24392593201529594f,0.026964768713549393f,-0.9694189192184637f,-0.19831713155219002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.960168137180356f,-0.13377451837563115f,-0.2453192340135059f,-0.17330641931777208f,-0.1362985254288341f,0.9906448806114089f,-0.006740362329485279f,2.262353729331825f,0.24392593201529594f,0.026964768713549393f,-0.9694189192184637f,-0.20438420451273862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,-0.019208074495837394f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,1.7568826822070678f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.20762968471475218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013723752877937158f,-0.05122153198889981f,-0.9985930168330117f,3.298892315203182e-17f,-0.16416078635174894f,0.9850204858855144f,-0.05278142296528762f,1.3875f,0.9863381239875709f,0.16465417409399394f,0.005109610758559327f,-0.2693749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.021527548034772023f,-0.5547444599277179f,-0.8317422370272629f,0.3215292344135596f,-0.19759537585230724f,0.8131638084911734f,-0.5474675223261338f,0.8409435990664946f,0.980047260144834f,0.17613405332199425f,-0.0921095171139707f,-0.4922476509125509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.021527548034772023f,-0.6970281963065217f,-0.7167204882164929f,0.05578723457169819f,-0.19759537585230724f,0.699779273731355f,-0.6864874620106349f,1.1077344471765738f,0.980047260144834f,0.1563990460638897f,-0.12266501649985329f,-0.43262051460069295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06516385716251791f,-0.06297666952377101f,-0.9958853401950429f,0.3218467340225847f,0.18107459024449335f,0.9806916344900999f,-0.07386413750207112f,1.2368437247854267f,0.9813081394177323f,-0.18514280201193287f,-0.05250217496140933f,-0.17753827345701784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06516385716251791f,-0.9977564505939378f,-0.015353729771290375f,0.010172149795358533f,0.18107459024449335f,0.003307739812893812f,-0.9834638029053835f,1.1260021838843195f,0.9813081394177323f,-0.06686646510409411f,0.18045279537039924f,-0.17778216370659417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08717237901249779f,-0.7768129997747042f,-0.6236686137030842f,0.015664801279320177f,-0.038705189306461496f,0.6282201851910753f,-0.7770722664200814f,1.2785415932454212f,0.9954410503179243f,-0.04360002637059571f,-0.08483014229877812f,-0.2838131733049284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09887784786758023f,-0.7298756836313075f,-0.6763909059447852f,0.02082453546551153f,-0.22011385579605924f,0.6468422768990458f,-0.7301677610677219f,1.2413413977006649f,0.9704499274499778f,0.22108042712956216f,-0.0966973787263287f,-0.2887414812863498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.7126930760625406f,-0.7014511608944808f,0.015664801279320177f,-0.13052619222005157f,0.6949128883793851f,-0.7071484926864755f,1.2785415932454212f,0.9914272867599696f,0.09573221451911523f,-0.0889228776582887f,-0.2838131733049284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.001647737407510222f,-0.15584943096072817f,-0.9877794489817316f,0.0196166083590916f,-0.04394820393431714f,0.986837690196475f,-0.15562753155734832f,1.3029720080418186f,0.9990324520917143f,0.04315469936059105f,-0.008475351952187085f,-0.2806203213383889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013409285090507986f,-0.15482293547031467f,-0.9878512285388507f,0.0196166083590916f,-0.2161107973691217f,0.9641408989854576f,-0.15404041730661439f,1.3029720080418186f,0.9762767611358184f,0.2155508885527227f,-0.020530467853603115f,-0.2806203213383889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.08637997923793025f,-0.9962447746284826f,0.0196166083590916f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638334f,1.3029720080418186f,0.9914272867599696f,0.1305461363675164f,-0.0054443867679185645f,-0.2806203213383889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.035050960616641404f,-0.45845807531525357f,-0.8880245623506616f,0.020308490727305444f,0.047705229885943556f,0.8867901077894742f,-0.459703726076113f,1.3017410032365677f,0.998246282838749f,-0.05847647308931982f,-0.009211997267374681f,-0.08536118345757676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.035115376637647036f,-0.4271772241018415f,-0.903485766092771f,0.008129894311786762f,-0.2555022874233583f,0.8701616487918221f,-0.4213517367868908f,1.3424262057864624f,0.9661705291743419f,0.2456386048253466f,-0.07858870386022027f,-0.47078291572993053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.3082723784034527f,-0.9512798181929331f,0.050138529673768965f,-0.13052619222005157f,0.9429200959569076f,-0.3063733111502212f,1.1706319989443532f,0.9914272867599696f,0.12597552680618004f,-0.034671338504163485f,-0.2903452055970024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.22418980981818956f,-0.9745276193938195f,3.298892315203182e-17f,-0.13052619222005157f,0.9660341938077882f,-0.22302656688984562f,1.3875f,0.9914272867599696f,0.12851795815301698f,-0.02355991298677171f,-0.2693749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12063992584303702f,-0.02971001948590023f,0.9922516429992613f,0.8460669167171418f,0.12966357039305876f,0.990517099439477f,0.04542283820865369f,1.8603276780273166f,-0.9841917327459676f,0.13413869859273525f,-0.11564360221964946f,-0.6080750428476672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12063992584303702f,-0.02971001948590023f,0.9922516429992613f,0.834756923669357f,0.12966357039305876f,0.990517099439477f,0.04542283820865369f,1.872483637751666f,-0.9841917327459676f,0.13413869859273525f,-0.11564360221964946f,-0.7003430177926018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12063992584303702f,-0.02971001948590023f,0.9922516429992613f,0.6915741737433603f,0.12966357039305876f,0.990517099439477f,0.04542283820865369f,1.8595922321581932f,-0.9841917327459676f,0.13413869859273525f,-0.11564360221964946f,-0.6368624899871871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3911408142462604f,-0.7322196730068132f,-0.5575510863522442f,-0.9405703770890717f,-0.15078776540423613f,0.6486156150018105f,-0.7460300488453665f,2.5419576482153303f,0.9078942191880998f,-0.20773091834779486f,-0.3641098080623651f,-0.6993738653281799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16417768354069456f,-0.7322196730068132f,-0.6609841440526443f,-0.9288787841693256f,0.464110350042909f,0.6486156150018105f,-0.6032407205741929f,2.5258174050808173f,0.8704293602643812f,-0.20773091834779486f,0.4463189379268167f,-0.7909809704377606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12471032447729223f,-0.7322196730068132f,-0.6695533477106688f,-0.8342915784725983f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6450958944602423f,0.9771424545021932f,-0.20773091834779486f,0.04517177406092329f,-0.7519531839921088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.223808503441524e-8f,1.2143374267459365e-8f,-0.000015624723027117332f,0.6876595262216734f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5512592261912226f,0.000015491051355624527f,0.0000020394356012225835f,9.303400383416597e-8f,-0.24462991672401085f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129.mcfunction new file mode 100644 index 000000000..6b72db635 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129_as_bone.mcfunction new file mode 100644 index 000000000..6f9e0d069 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_129_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.550586356002387f,0.05492431763885193f,-0.6006516697390955f,-0.32154205534739355f,-0.2133970524906912f,0.7784105646441379f,-0.12443124721356691f,1.4961451329723412f,0.5641460865917108f,0.240841766782145f,0.5391464372514736f,-0.2819072136539929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5188840080831916f,-0.15669239865276424f,-0.5883934723974813f,-0.32154205534739355f,0.09867590945914771f,0.7844778172104528f,-0.12189183400512678f,1.4961451329723412f,0.6008514384171285f,0.006484327965679798f,0.5281434487361374f,-0.2819072136539929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.530931446526467f,0.05145862679486473f,-0.6183916665529576f,-0.3198987592213657f,0.009195341240775652f,0.8144168358443373f,0.05987576836423617f,1.4790723562477084f,0.6204608684141355f,0.03196359907971571f,-0.5300481898328606f,-0.18286529120648842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49979663073214686f,-0.15246082897018592f,-0.6057714284600402f,-0.3198987592213657f,-0.296981331477568f,0.7405145635758134f,0.05865381390782319f,1.4790723562477084f,0.5495501948526675f,0.2615222299573143f,-0.5192308798362717f,-0.18286529120648842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08213866943094096f,-0.014690440624302997f,1.56027038680428f,-0.004309029733536416f,1.4824784021594926f,0.48665909264234486f,0.08262544813291976f,1.623684062455784f,-0.4867414879735968f,1.4847064923757802f,-0.011644972411120403f,0.6182427952935712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00940188199955435f,-0.9985730475547392f,0.05256874843580199f,-0.0019950905779630634f,0.3114618192911005f,-0.05288028680506858f,-0.9487861773820754f,1.563552011431825f,0.9502121551204994f,0.007452782343116567f,0.3115145523031017f,0.43469888284450275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008040819623488356f,-0.9985730475547392f,0.05279407085102173f,-0.007115767533738682f,-0.010916136292924455f,-0.05288028680506858f,-0.9985411925583478f,1.5627343113316687f,0.9999080873701425f,0.007452782343116567f,-0.011325760333386307f,0.07824003475501717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9839264721084175f,-0.030879474587885994f,-0.17588392630783278f,0.2585789191469439f,0.14249060451967732f,0.4578994843141548f,-0.8775103930372835f,1.4754784408380486f,0.10763421903790604f,-0.8884675122445429f,-0.4461393891802123f,-0.6381222517257717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.775291263361428f,-0.030879474587885994f,-0.6308485674110839f,0.0085671089692539f,0.5500505712057351f,0.4578994843141548f,-0.6984070671041893f,1.6562107840495055f,0.31043167697850244f,-0.8884675122445429f,-0.3380201970508679f,-0.511665765083248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11265151596153275f,-0.5581546600620211f,-0.8220541414059164f,0.2563497785412523f,-0.46622518443551975f,0.7009031051757231f,-0.5397859895857751f,1.3760510745740564f,0.8774643658574597f,0.44407005371458985f,-0.18126796199076972f,-0.10261553577402156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016348589305444392f,-0.30755631555518864f,-0.9513894241528225f,0.19273678547369927f,-0.16985119757401154f,0.9368328071908264f,-0.30576929547230497f,1.5497961678256345f,0.9853341028861204f,0.1665935296854979f,-0.03692291370586999f,-0.0716100171686524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03054695256320793f,-0.5351155579932727f,-0.8442264052270868f,0.2026329388128268f,-0.531995507123517f,0.7063440270465884f,-0.46696776747009006f,1.4282761639205337f,0.8461959962617956f,0.4633890968173036f,-0.2631024151568174f,-0.4465009681587512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.025828540202916923f,-0.04674136506592962f,-0.9985730475547393f,0.18762785131574788f,-0.3560887755275044f,0.932954693010725f,-0.052880286805068816f,1.602874667067513f,0.9340951078205627f,0.356946474392222f,0.007452782343116571f,-0.37952692432056506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,0.24624939671444418f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.273792173718104f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.2340921908005129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,0.2652265732581857f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.151462393663376f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.3365402468200857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.32216673213535f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.2438748237681825f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.08861261616754862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.3757533167213694f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.117725807549635f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.17248881159567916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9581088082353615f,0.17521312908510328f,-0.22655655139064557f,0.1475176035974205f,0.10273607594703117f,0.9486472236696148f,0.2991884752508648f,2.361384451677469f,0.26734399241580337f,0.2633795823903943f,-0.9269079702424834f,-0.19909701829535353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9737222710320224f,0.023174725849915395f,-0.22655655139064557f,0.035592932738837145f,-0.04692989657527718f,0.9530392652375327f,0.2991884752508648f,2.3655829724353734f,0.22285090016348316f,0.3019587571130946f,-0.9269079702424834f,-0.1703849807214851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9255544039038202f,0.34415600191044793f,-0.15781537239210902f,0.0009702855328506121f,0.15023794768285906f,0.7164453071981579f,0.681274306626765f,2.3755797630409514f,0.3475307245270363f,0.6068465771039273f,-0.7148144006432442f,-0.21872022154451584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9866046003248701f,0.04129976821416423f,-0.15781537239210902f,0.030634333751330692f,-0.07850899632581715f,0.7278060570139088f,0.681274306626765f,2.3836975896045773f,0.14299545487083343f,0.6845382914923919f,-0.7148144006432442f,-0.21753246728770503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679971533715316f,0.1951302623924635f,-0.15781537239210902f,0.09393233792968654f,0.03631153087917448f,0.7311270695682325f,0.681274306626765f,2.4831955951437292f,0.24832032496318632f,0.653741071712048f,-0.7148144006432442f,-0.1803955033297055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679971533715316f,0.10795202678314787f,-0.22655655139064557f,0.0696431319034783f,0.03631153087917448f,0.9535028730959719f,0.2991884752508648f,2.268657448697136f,0.24832032496318632f,0.2813869771527054f,-0.9269079702424834f,-0.2437075731890641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9481347123140499f,-0.1985190053188124f,-0.24825545680283329f,-0.23738438995041797f,-0.20652453917937863f,0.9784207751403312f,0.006356216684353381f,2.3556624459771074f,0.24163646666407648f,0.05729739349239642f,-0.9686737462515841f,-0.13218986072681482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.12642218896655474f,-0.05092314885093027f,0.9986823476063685f,0.006356216684353381f,2.371592133754581f,0.24762480788589666f,0.018791696102125277f,-0.9686737462515841f,-0.1605231560722023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9272247021259116f,-0.28039896564561617f,-0.24825545680283329f,-0.10460498457655755f,-0.291013640333433f,0.9566977890898174f,0.006356216684353381f,2.3684155846261f,0.23572317006904117f,0.07813936533862914f,-0.9686737462515841f,-0.16613539744614855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684911406163333f,0.019852927121470937f,-0.24825545680283329f,-0.13324450133170546f,0.01886545633980713f,0.9998018268969868f,0.006356216684353381f,2.3769213433935317f,0.24833244875522145f,0.001472487065201221f,-0.9686737462515841f,-0.15873973839357872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596730895901685f,-0.13189688883395728f,-0.24825545680283329f,-0.20191287185003187f,-0.1377702726700415f,0.9904438149021295f,0.006356216684353381f,2.478776519837383f,0.24504471650064832f,0.04030211207913001f,-0.9686737462515841f,-0.1727333959997857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596730895901685f,-0.13189688883395728f,-0.24825545680283329f,-0.17223607186239154f,-0.1377702726700415f,0.9904438149021295f,0.006356216684353381f,2.255926661484404f,0.24504471650064832f,0.04030211207913001f,-0.9686737462515841f,-0.18180137121758994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.019064582232448623f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,1.7502687201711198f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.19211416188530422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016348589305444392f,-0.05083888595319641f,-0.9985730475547393f,3.1356060753168684e-17f,-0.16985119757401154f,0.9840499204563189f,-0.052880286805068816f,1.38125f,0.9853341028861204f,0.17047334608363302f,0.007452782343116571f,-0.2560416666666666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02251090136616826f,-0.5339638813802828f,-0.8452075678204649f,0.3108999156075695f,-0.1977718304752606f,0.8263361222318625f,-0.5273091277090445f,0.8277204916055929f,0.9799895725925594f,0.17902845158273478f,-0.08700144328539006f,-0.48051156406871076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02251090136616826f,-0.6790494521007627f,-0.7337473004525036f,0.05201231199415376f,-0.1977718304752606f,0.716404591496983f,-0.6690670850912529f,1.1008497421138177f,0.9799895725925594f,0.1601758498766115f,-0.11816994002773198f,-0.41944452130325266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05908895326971284f,-0.047841057538700375f,-0.9971056758513954f,0.3208708921748928f,0.1785200529536739f,0.9822425770514455f,-0.0577071097937881f,1.2254898465292448f,0.9821604178009349f,-0.18141321076733535f,-0.049499097609746634f,-0.16483832172138566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05908895326971284f,-0.997785497933092f,-0.030538430147948048f,0.007460025450096972f,0.1785200529536739f,0.019536646347776576f,-0.9837422986447717f,1.11965773083018f,0.9821604178009349f,-0.06358002488119457f,0.17697031994433288f,-0.16445749305643886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0842970712774969f,-0.7696555105532034f,-0.6328699699378415f,0.014358714289234305f,-0.03763737794002184f,0.6371367538678231f,-0.7698312702485999f,1.2721172755323915f,0.9957295976096303f,-0.041074955214351394f,-0.08267657768862025f,-0.27052120478903485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09956390240417969f,-0.7216251989095533f,-0.6850869299853842f,0.019072546178949087f,-0.2211816671624989f,0.655232018903325f,-0.7223224152101957f,1.2348597394217464f,0.9701369488114904f,0.22344590777774465f,-0.09437280777910058f,-0.2754630077878884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.7043068159519621f,-0.709853949787852f,0.014358714289234305f,-0.13052619222005157f,0.7030937090122238f,-0.6990151282282584f,1.2721172755323915f,0.9914149656780148f,0.09803644909442309f,-0.08651716869279275f,-0.27052120478903485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011728876618356554f,-0.1443109851563601f,-0.989531689183188f,0.018602683277249447f,-0.04386640416131676f,0.9885724257196268f,-0.14422308307885018f,1.2965006697390105f,0.9990367175036604f,0.043576354482835256f,-0.00517091959882918f,-0.2673439317139934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014167084148587788f,-0.1429721807480565f,-0.9896253075072766f,0.018602683277249447f,-0.21619259714212208f,0.9658756345086094f,-0.14263596882811624f,1.2965006697390105f,0.976247947330836f,0.21597040120057256f,-0.017225885683841143f,-0.2673439317139934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.07454584217344232f,-0.9971878651690751f,0.018602683277249447f,-0.13052619222005157f,0.9886106614898627f,-0.07491243643821949f,1.2965006697390105f,0.9914149656780148f,0.13073590709223057f,-0.0021185906712293465f,-0.2673439317139934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03117329564667162f,-0.4483903983369887f,-0.8932940592647651f,0.019930662433572787f,0.0481662093365014f,0.8920161738651053f,-0.4494298185937493f,1.2952734666644348f,0.9983527642655563f,-0.05703679726505271f,-0.0062098181187331125f,-0.07208805998672851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03538355742911281f,-0.41629070475928864f,-0.9085428184706956f,0.006938541851925866f,-0.25583246394744996f,0.8750462031580662f,-0.41090618482718033f,1.3360733524053672f,0.9660733689809679f,0.24697407043992892f,-0.07553842913441866f,-0.4574711028821299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.2969536987166982f,-0.9548608389939748f,0.04756343116783933f,-0.13052619222005157f,0.9464210027230066f,-0.2953814461832581f,1.1638167957782535f,0.9914149656780148f,0.12690857505799708f,-0.031473471470577975f,-0.2771573783503023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.21260209459713642f,-0.9771085253945517f,3.1356060753168684e-17f,-0.13052619222005157f,0.9685637744113118f,-0.21177140515812695f,1.38125f,0.9914149656780148f,0.12916874339802048f,-0.020292894289304933f,-0.2560416666666666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2634192057819506f,-0.02806644223517688f,0.9642730924616046f,0.8231979580844252f,0.12564773532266546f,0.9920599547273591f,-0.00544911319717124f,1.8441565154319333f,-0.9564637832314886f,0.12259413137099853f,0.2648541302677732f,-0.540545346306598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2634192057819506f,-0.02806644223517688f,0.9642730924616046f,0.847893508626483f,0.12564773532266546f,0.9920599547273591f,-0.00544911319717124f,1.855935990618433f,-0.9564637832314886f,0.12259413137099853f,0.2648541302677732f,-0.6302138259845501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2634192057819506f,-0.02806644223517688f,0.9642730924616046f,0.6909047694862134f,0.12564773532266546f,0.9920599547273591f,-0.00544911319717124f,1.8508636200047588f,-0.9564637832314886f,0.12259413137099853f,0.2648541302677732f,-0.62510770568574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.37969401740077546f,-0.7325947940091432f,-0.5649224025835411f,-0.9412996932821701f,-0.13774478007033236f,0.6486156150018105f,-0.7485480342230543f,2.534891859513955f,0.9147998845176114f,-0.20640409823093098f,-0.34718657739037206f,-0.6781395583029817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15420739306419728f,-0.7325947940091432f,-0.6629667772332524f,-0.9297740737388006f,0.4535116615536479f,0.6486156150018105f,-0.6112486865512862f,2.518751616379442f,0.8778082095533132f,-0.20640409823093098f,0.43226160536679925f,-0.7697676934236983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12293994179594166f,-0.7325947940091432f,-0.6694704164501306f,-0.8351163210429657f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.638030105758867f,0.9773667746209774f,-0.20640409823093098f,0.04638465371718905f,-0.7309113239209184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2030131258327182e-7f,1.5837968264629745e-8f,-0.000015624528848991f,0.6877032256824269f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5450092261912227f,0.000015490858838718983f,0.00000203941025589114f,1.213393878672935e-7f,-0.2325423786830528f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..bdd3dfc6b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3006920563191494f,-0.06964720152837044f,-0.7560939088699712f,-0.10752727487761216f,-0.11859861024947738f,0.8075504979686179f,-0.027221449667024212f,1.1037024933996462f,0.749975400501842f,0.09977928138821375f,-0.30744989525481664f,-0.30048224661523704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.298242677444075f,0.04968905555106489f,-0.7406634209338494f,-0.10752727487761216f,0.19539464598562548f,0.7753127508112683f,-0.02666590987790127f,1.1037024933996462f,0.7161509880403305f,-0.1908432241079243f,-0.3011754075965551f,-0.30048224661523704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.793315253669158f,0.12325580431485753f,0.14967751816148323f,-0.1908905900520543f,0.12006272195419046f,0.807292335572306f,-0.02843364499332931f,1.1038140586555418f,-0.15225076530919093f,-0.005615698830375088f,-0.8023294914396807f,-0.25493565227700915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7641753599491242f,-0.18584335283459472f,0.14662287493369786f,-0.1908905900520543f,-0.19397281025414181f,0.7756279642040933f,-0.027853366524077692f,1.1038140586555418f,-0.13568554871001248f,-0.06215713435970356f,-0.7859554201858097f,-0.25493565227700915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3076016259609487f,1.140265965839741f,1.0230254233662732f,-0.533883757079883f,1.5315565128113626f,-0.25172120733501324f,-0.17993702187960647f,0.8269505983048626f,0.03349832490258909f,1.0381889090745313f,-1.1672394361498224f,0.35587686491529197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.44051314674907804f,-0.5928872285708606f,-0.6741163858999343f,-0.4459940648848456f,-0.8017622535840588f,0.5976406906219566f,-0.001701070463596785f,1.0396590134629577f,0.4038879253815797f,0.5397317288343115f,-0.7386231817513506f,0.2573706629453793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5113019111918802f,-0.5928872285708606f,-0.6221375167992159f,-0.26309740896257133f,-0.79717955218453f,0.5976406906219566f,0.0856175594827549f,1.3351536799449055f,0.32105313764298105f,0.5397317288343115f,-0.7782124026890873f,0.13571322043181455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2603301643783556f,0.9649551314154964f,0.03301211701239866f,0.4662621338844771f,0.3611361384848985f,-0.06560582631648497f,-0.9302024322874819f,1.163333996135519f,-0.8954378230759266f,0.2540816205636157f,-0.3655593455197287f,0.05142677050145586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5583853863354484f,0.8191495170246158f,0.13114811887842887f,0.26120511799808616f,0.5161730443378081f,0.46682382445554416f,-0.7180814057053271f,1.3328253520881566f,-0.6494391030928545f,-0.3332710393644154f,-0.6834905015396417f,-0.14953226602344233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8901530678553896f,-0.23929475497524388f,-0.38776995245760876f,-0.018314079193682196f,0.0673111466219767f,0.7726120206385438f,-0.6313001466063992f,1.0121701343280276f,0.450662540409199f,-0.5880550023647145f,-0.6716357560953428f,0.3074647402485364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8836424414337399f,-0.0972281945844863f,-0.45795492559296785f,-0.039406583963229415f,0.048673594409315145f,0.9538159933808172f,-0.29642188174667927f,1.1891579963260142f,0.4656252966756606f,-0.2842212675870792f,-0.838099847361218f,0.24893512852995142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8775597763678087f,-0.2568880516556008f,-0.4048423987403876f,0.2415843411919194f,0.0011744396298222605f,0.843204606133599f,-0.5375914925727882f,1.0017472021465408f,0.47946580648971987f,-0.4722441329563254f,-0.7396607460826152f,0.1119210536855305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8775597763678087f,-0.02005037929224565f,-0.47904782766600523f,0.23483084615171082f,0.0011744396298222605f,0.9990323557861427f,-0.043965586359628495f,1.1887909839416948f,0.47946580648971987f,-0.039145042887026305f,-0.8766870627678587f,0.09910206400191397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,0.3017100436396802f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.8685368392378048f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,0.04647420493093772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,0.3413923636776668f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.7458584954684182f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,-0.04941974663224985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,-0.28478010049573493f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.8828804041092813f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,0.01517208074107081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,-0.3199688626878012f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.7620331537277427f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,-0.08471788667614233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9825579082972005f,0.17703544431421084f,0.05690701449821498f,0.20671623631820482f,0.18033069715874434f,0.9818241941000045f,0.05917847194814822f,1.9774162680291119f,-0.04539599657317071f,0.06840835721128304f,-0.9966240515654748f,0.025886320579757375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9981554350091447f,0.021149923465705017f,0.05690701449821498f,0.0919568264658991f,0.024519384467494493f,0.997946245167152f,0.05917847194814822f,1.990297219904082f,-0.05553852128964563f,0.060464638377959457f,-0.9966240515654748f,0.02009844064447727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9635940315430791f,0.2607048575018883f,0.05932553960543098f,0.06965408947609186f,0.2649683432547556f,0.9608069180541994f,0.08149750482082893f,1.9860296369044224f,-0.03575359348912281f,0.0942498991729496f,-0.9949063458730694f,0.015810433381522992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969946142463457f,-0.04982187786811024f,0.05932553960543098f,0.09890298841188142f,-0.04490579652739876f,0.9956614013540039f,0.08149750482082893f,1.995276782038731f,-0.06312850863136495f,0.07858851277048251f,-0.9949063458730694f,0.018312001471541158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9925138149388602f,0.106755831250731f,0.05932553960543098f,0.16050821847870086f,0.11140282702677082f,0.9904279715549346f,0.08149750482082893f,2.1007555640190936f,-0.05005733998080089f,0.08749643224465282f,-0.9949063458730694f,-0.0007842471549133166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9925138149388602f,0.10806441993741539f,0.05690701449821498f,0.13619372399278243f,0.11140282702677082f,0.9920117532511021f,0.05917847194814822f,1.877552919537596f,-0.05005733998080089f,0.06507505324826358f,-0.9966240515654748f,-0.015426134135772599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9895238658830837f,-0.13385740362248655f,0.05408062816983411f,-0.18284309794370285f,-0.13218659120545662f,0.9906623414567309f,0.03338907493401026f,1.9878870319314164f,-0.05804501661020198f,0.025890552618941715f,-0.9979781837955213f,0.002289926689946535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9982810964007066f,0.022586239743694045f,0.05408062816983411f,-0.06762846772560138f,0.024414578504640932f,0.9991441828042096f,0.03338907493401026f,1.995143596771941f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,0.008776210327084807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9740919873929846f,-0.21959072328662216f,0.05408062816983411f,-0.045427945013498686f,-0.2180254934994924f,0.9753717516205571f,0.03338907493401026f,1.9902822728387801f,-0.06008064814138171f,0.020733074714192785f,-0.9979781837955213f,0.009816616942926324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9942737973836474f,0.09216778988919133f,0.05408062816983411f,-0.0742594458136363f,0.09405188077285342f,0.9950072428872767f,0.03338907493401026f,2.0009855375754433f,-0.05073321948576631f,0.038284267118515874f,-0.9979781837955213f,0.00861232852707277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964508559403369f,-0.06450563814525306f,0.05408062816983411f,-0.1278903186900761f,-0.06275947970183485f,0.9974700082622063f,0.03338907493401026f,2.1080873160227522f,-0.05609758821308776f,0.02987650021116347f,-0.9979781837955213f,-0.022023974435012705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964508559403369f,-0.06450563814525306f,0.05408062816983411f,-0.1133765501073942f,-0.06275947970183485f,0.9974700082622063f,0.03338907493401026f,1.883656564163756f,-0.05609758821308776f,0.02987650021116347f,-0.9979781837955213f,-0.028746186982524475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,-0.0018568805562564107f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.3674999395718306f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,-0.008658511828956477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8775597763678087f,-0.02005037929224565f,-0.47904782766600523f,0.0056620116783357086f,0.0011744396298222605f,0.9990323557861427f,-0.043965586359628495f,0.992862806152027f,0.47946580648971987f,-0.039145042887026305f,-0.8766870627678587f,0.006020879253678386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8484072056662194f,-0.4183671150619943f,-0.32430567433879615f,0.2810595403705256f,-0.11529994961029466f,0.7440000611451917f,-0.658156387673792f,0.8249964374541605f,0.5166344307085047f,-0.5209921938480988f,-0.6794527201769407f,0.25323033295091657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8484072056662194f,-0.48486036213518713f,0.21240443169522732f,0.1502409060814956f,-0.11529994961029466f,-0.22235763227613148f,-0.9681234451186567f,0.7000842821946044f,0.5166344307085047f,-0.8458531270845359f,0.13274544213573303f,0.010525182615873305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8949791810514303f,-0.18864122137280234f,-0.404260751351759f,0.07414891698445446f,0.16200836855558193f,0.7068881947081537f,-0.6885218723469909f,0.75370018051348f,0.4156507596558318f,-0.6817063662466596f,-0.6020887610778874f,0.42339921867238306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8949791810514303f,-0.4240321088618498f,-0.13859666712689633f,-0.0786734671805867f,0.16200836855558193f,-0.019467901755907235f,-0.9865973288627843f,0.7059572006358227f,0.4156507596558318f,-0.905437889341613f,0.08612011694218263f,0.11295087484344155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.917746594134608f,-0.24929443669868975f,-0.3091819412342998f,0.015441850471754774f,0.08523631090529907f,0.6367033310761224f,-0.7663834807065094f,0.8871259210762061f,0.38791231001037113f,-0.7296993572887758f,-0.5630833754558603f,0.024134886364666985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.822286171919666f,-0.514612080551811f,-0.24294002967777412f,0.01923835682613727f,-0.08328206412742706f,0.5311296278981265f,-0.8431876518091763f,0.8500873724971542f,0.5629471993574322f,-0.6731089992853566f,-0.4795985048107318f,0.031158455936807827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.3656753506376982f,-0.31021550347655463f,0.015441850471754774f,0.0009855549481410856f,0.6455347090361154f,-0.7637302980182873f,0.8871259210762061f,0.4795322192957007f,-0.6704971866948095f,-0.5661116261760448f,0.024134886364666985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8861126228626123f,-0.06113143651127187f,-0.45942068637971695f,0.015515634889664023f,0.08446749832909532f,0.9533606135396425f,-0.2897736742310116f,0.9120774166339619f,0.45570786840866184f,-0.29557822656850835f,-0.8396212542861509f,0.024218627363421306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8622563319648454f,-0.21409331241331883f,-0.45899680997412545f,0.015515634889664023f,-0.08250388910106286f,0.9535324064270815f,-0.289774150290495f,0.9120774166339619f,0.4997070404444287f,-0.21199057401986515f,-0.8398528860800551f,0.024218627363421306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.13686012043313042f,-0.4595883245865204f,0.015515634889664023f,0.0009855549481410856f,0.9578909098026396f,-0.287130690799356f,0.9120774166339619f,0.4795322192957007f,-0.25241694149264265f,-0.8404371114514397f,0.024218627363421306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8932868990729256f,-0.12080472606923828f,-0.4329488816292442f,-0.15435540281464333f,0.12407701646898808f,0.8595098036959776f,-0.4958304058190223f,0.9250257749508483f,0.43202246461131105f,-0.49663781119628636f,-0.7527997572803344f,0.11737477400025648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8468712774040007f,-0.3813070833608273f,-0.37069387327952313f,0.17959026611396356f,-0.12021000960647808f,0.8162744094264832f,-0.5650182670550187f,0.9244166465008481f,0.5180333899455966f,-0.4339366275094844f,-0.7371162799770254f,-0.07959667058699743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.21547847198290038f,-0.42839368432918135f,0.03276462788710799f,0.0009855549481410856f,0.8925432716012764f,-0.450960682322455f,0.7858738508542009f,0.4795322192957007f,-0.3961509010859427f,-0.7830155261718224f,0.07233485422658743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.17732154159616045f,-0.44554370329651943f,5.316554613409518e-19f,0.0009855549481410856f,0.9284506882044568f,-0.37145436900663154f,0.9933168518518518f,0.4795322192957007f,-0.3263991275396301f,-0.8145627417201872f,-0.004341296296296295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8543957622541374f,-0.12842741856008671f,-0.5035020154916603f,0.06763456830181598f,-0.000493346394774237f,0.9687750116881186f,-0.24794098761201314f,1.090065703530715f,0.5196225919371735f,0.21208813000891397f,0.8276539053600942f,0.38138908480884975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8543957622541374f,-0.12842741856008671f,-0.5035020154916603f,0.14773417101314135f,-0.000493346394774237f,0.9687750116881186f,-0.24794098761201314f,1.090019452306205f,0.5196225919371735f,0.21208813000891397f,0.8276539053600942f,0.4301037028029598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8543957622541374f,-0.12842741856008671f,-0.5035020154916603f,0.18320967198122773f,-0.000493346394774237f,0.9687750116881186f,-0.24794098761201314f,1.127233726060262f,0.5196225919371735f,0.21208813000891397f,0.8276539053600942f,0.2815983080018906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.46170528929284604f,-0.4333561243920844f,-0.7739707328387047f,0.2781232767508265f,-0.5396501385124202f,0.8297167931159974f,-0.14264561411004176f,1.8093159313665006f,0.7039928649088251f,0.3518131786519338f,-0.616945324550148f,-0.6219431158376636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7598568443705639f,-0.4333561243920844f,-0.4845823413157777f,0.25864672886367673f,0.12648797004973858f,0.8297167931159974f,-0.5436642683255923f,1.8363054694795065f,0.6376663465292057f,0.3518131786519338f,0.6852803206213626f,-0.7095860928229656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.20774984412959752f,-0.4333561243920844f,-0.8769506666375253f,0.3999276028028804f,-0.2878884065387301f,0.8297167931159974f,-0.47821575528405175f,1.8945430637156113f,0.9348584211765538f,0.3518131786519338f,0.0476153303265211f,-0.6729069038792928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001371130812656821f,1.3513254132465214e-8f,-0.00000749269456539284f,0.32348870418327624f,1.5399296064704466e-8f,0.000015624992411571942f,0f,1.159446384415737f,0.000007492690926495325f,-7.384462203832736e-9f,-0.000013711314785597062f,0.6023390676421039f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13.mcfunction new file mode 100644 index 000000000..4fdc84bb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130.mcfunction new file mode 100644 index 000000000..cb1483579 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130_as_bone.mcfunction new file mode 100644 index 000000000..019724b7b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_130_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.49704710083048065f,0.045742927847563536f,-0.6463715715843256f,-0.3283933377989948f,-0.2275090454898352f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.606735740022592f,0.253162958285615f,0.48448395512726516f,-0.2616802420102829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4669877914643159f,-0.14493133302604475f,-0.6331803150213802f,-0.3283933377989948f,0.08465845497815563f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.644015022048393f,0.0016695771621257904f,0.47459652747160674f,-0.2616802420102829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4733743821650882f,0.04156878884013396f,-0.6641785712808188f,-0.326757920811918f,0.0005974309949706256f,0.815098083679326f,0.050588551105372845f,1.4730032714418146f,0.6654778597597906f,0.028837375419740068f,-0.47249557499819367f,-0.17379005239230944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.44399861847193767f,-0.13983475607505924f,-0.6506239065608022f,-0.326757920811918f,-0.3050180356978976f,0.7379079805168244f,0.04955613169505912f,1.4730032714418146f,0.591463629223308f,0.2755685999583599f,-0.4628528081614959f,-0.17379005239230944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08344979163365975f,-0.009372611006181295f,1.5602418198597372f,-0.0020690306633135247f,1.4982939820549486f,0.43551507762415176f,0.08275270690408554f,1.6028111205009985f,-0.4353820455809164f,1.5005482402525265f,-0.014272458121183502f,0.6328833472118185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00599847104395646f,-0.9985547647102319f,0.053407866645542014f,-0.0004124928214965986f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9603508737616171f,0.009134373197556953f,0.2786445091717863f,0.4473803213718959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010799053452620817f,-0.9985547647102319f,0.0526475290875139f,-0.006455119790259239f,-0.031231264323489882f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9994538451440783f,0.009134373197556953f,-0.031758064377477496f,0.09263323898110232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9820262936636153f,-0.03266126852370943f,-0.18589674578035148f,0.2557684935183626f,0.14996358213287797f,0.4630405608006315f,-0.8735584485810393f,1.4693618060851548f,0.11460926047740669f,-0.8857351074626425f,-0.44982000491414686f,-0.6257674863118646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7687750186404555f,-0.03266126852370943f,-0.638684751855553f,0.008050468527742287f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624725f,1.6514382189802754f,0.3183165835958452f,-0.8857351074626425f,-0.33785776891468766f,-0.49675086689021053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1027654680854185f,-0.5610723912502655f,-0.8213629102570273f,0.25665492963285685f,-0.4411897531348175f,0.714359269803947f,-0.5431780880834665f,1.3689218775801546f,0.891510437570993f,0.4181968500860334f,-0.174127925043906f,-0.08982563664262452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01831533742187011f,-0.30724987145777816f,-0.9514526078078201f,0.19309899993572463f,-0.175559167629125f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255286f,0.9842984949071555f,0.17263316458722613f,-0.036800318043569355f,-0.05768692027029193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.028702110055068866f,-0.5358421841132922f,-0.843830162179027f,0.20237416099274644f,-0.4971345723837419f,0.7247195333980765f,-0.47711509602202706f,1.4215604882722102f,0.867198596527474f,0.4331913568343332f,-0.24558469525768215f,-0.42908052642042244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026584793132105725f,-0.046707929183558865f,-0.9985547647102319f,0.18737545699139022f,-0.3390459533251835f,0.9392778590135277f,-0.052961732418614876f,1.5973440760096302f,0.9403941143520309f,0.3399639288488517f,0.009134373197556927f,-0.365280199928778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,0.24726902140089635f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.26717664157752f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.21224099053284934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,0.26576768530857076f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.146187884079228f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.3163555067765045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,-0.32085546131801657f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.23639424928289f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.06580579510501824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,-0.3748833271191395f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.111475824683156f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.15122645661320558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9565891493033665f,0.18740753577607516f,-0.22319411947764375f,0.1497018076018386f,0.09996520015156454f,0.9303630316686873f,0.3527486187965965f,2.3516313702100065f,0.2737593070449281f,0.31512385634633894f,-0.9087094128310176f,-0.17193247897331504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741289471103948f,0.03545672619113392f,-0.22319411947764375f,0.03785406417273925f,-0.04680638049733888f,0.9345467215082569f,0.3527486187965965f,2.3556577617275494f,0.22109264380872573f,0.3540695495040137f,-0.9087094128310176f,-0.14289782577811022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9229459077489367f,0.35637238229135443f,-0.14549768558116644f,0.002864646639998261f,0.14034651264839584f,0.6635095955497269f,0.7348862993694135f,2.3700497538248495f,0.35843229173293645f,0.6578402098940308f,-0.6623990870235651f,-0.19256738115874522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9878988422064859f,0.05372430602258632f,-0.14549768558116644f,0.03266590822062436f,-0.07155827556215655f,0.6744045819815424f,0.7348862993694135f,2.3775365578313536f,0.1376055622627768f,0.736404887778926f,-0.6623990870235651f,-0.1908072110046726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967331835062481f,0.2076042975595087f,-0.14549768558116644f,0.0976809613526231f,0.03482284555712711f,0.6772957230238745f,0.7348862993694135f,2.472894242810711f,0.2511105141206904f,0.7058122690973783f,-0.6623990870235651f,-0.1464721310693542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967331835062481f,0.12022273456069903f,-0.22319411947764375f,0.07063084607646586f,0.03482284555712711f,0.9350699339431237f,0.3527486187965965f,2.2625035076735083f,0.2511105141206904f,0.33345271438443835f,-0.9087094128310176f,-0.22149899180585272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479509504848357f,-0.19650589695462675f,-0.25054825470746017f,-0.23596294776759658f,-0.2079395593219831f,0.977942532669566f,0.019736830161252238f,2.3485928227143598f,0.2411433912506751f,0.07080844058367804f,-0.9679029029805787f,-0.10809332910620177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670203961172987f,-0.045794383456800786f,-0.25054825470746017f,-0.12503817939876216f,-0.05239556135256164f,0.9984313510130457f,0.019736830161252238f,2.3646895809547126f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.136478726081972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.927217093520649f,-0.27837750186781646f,-0.25054825470746017f,-0.1032405280170776f,-0.29238159431943556f,0.9560980393445071f,0.019736830161252238f,2.3615470045683953f,0.23405440561191213f,0.09155602446274619f,-0.9679029029805787f,-0.14218527783401183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678592377418649f,0.02177310223147233f,-0.25054825470746017f,-0.13184599721709067f,0.017379121923754542f,0.9996541520227609f,0.019736830161252238f,2.370007394941077f,0.250891335121195f,0.014748164728965334f,-0.9679029029805787f,-0.13460803878611743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959349348054784f,-0.12990150287778307f,-0.25054825470746017f,-0.20035209110035992f,-0.1392152064030525f,0.9900654442214116f,0.019736830161252238f,2.472169342285185f,0.24549532519585074f,0.05381464214088893f,-0.9679029029805787f,-0.14707784820592676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959349348054784f,-0.12990150287778307f,-0.25054825470746017f,-0.17112425295285877f,-0.1392152064030525f,0.9900654442214116f,0.019736830161252238f,2.249404617335368f,0.24549532519585074f,0.05381464214088893f,-0.9679029029805787f,-0.15918614268762674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,-0.01894744895697793f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,1.7436412191677126f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.1766050375867138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01831533742187011f,-0.05052653055194123f,-0.9985547647102319f,2.9723198354305554e-17f,-0.175559167629125f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9842984949071555f,0.1762754553243188f,0.009134373197556927f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022973885386729554f,-0.5129519937703018f,-0.8581098138800823f,0.30022370765951645f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9799450485668403f,0.18149747392005294f,-0.08225794034603706f,-0.46854666124964417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022973885386729554f,-0.6607406580817698f,-0.7502626095894069f,0.0483163317658417f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9799450485668403f,0.1634679629574911f,-0.11395581106666212f,-0.40622450037210067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05359673911851612f,-0.03255689887578877f,-0.9980317820046878f,0.3197652387745461f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9829468212775336f,-0.17778571782616048f,-0.04698707351419851f,-0.15197400894066584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05359673911851612f,-0.9975095679425332f,-0.045848134301867294f,0.00469860395555931f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9829468212775336f,-0.060791134701663654f,0.17355110049226435f,-0.15111581747637504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08193528006551588f,-0.7623668902473458f,-0.6419371733551319f,0.013058266501056773f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9959660475192863f,-0.038991187977292056f,-0.08081657904743153f,-0.2572156839536583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09972381413410279f,-0.7133900509272684f,-0.6936352039310982f,0.01732814735059085f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9698792980066645f,0.22539206266565956f,-0.09237188633679966f,-0.26216645497450003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.6958721889832009f,-0.7181096138361925f,0.013058266501056773f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914042737595855f,0.09992917539738949f,-0.08444954633167803f,-0.2572156839536583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00346607038110229f,-0.13277536366339537f,-0.9911400956273366f,0.017592105764033878f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990344704436722f,0.04386853016381961f,-0.0023830498519785736f,-0.25405306882339085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014407685403355054f,-0.13121542187648066f,-0.9912491773833131f,0.017592105764033878f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9762288919259208f,0.21626071769731114f,-0.014437885930163416f,-0.25405306882339085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.06277047660492091f,-0.9979876693381678f,0.017592105764033878f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914042737595855f,0.13083233415714454f,0.0006828691102550334f,-0.25405306882339085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.027818138177293915f,-0.43822906018452207f,-0.898432769882165f,0.019452936645481964f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.9984307042237056f,-0.055881620432423715f,-0.0036569606508115166f,-0.05880154484429245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03513690221728501f,-0.40547555020061615f,-0.9134303346682111f,0.005852533090333102f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9659994141885653f,0.24804006635582432f,-0.07294694832236985f,-0.4441513007286134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.28566005179593423f,-0.9582890251339525f,0.04499278470458365f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914042737595855f,0.12763272203503118f,-0.028765504291719486f,-0.2639325798566977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.20105263730324416f,-0.9795393600655602f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914042737595855f,0.12965411988637132f,-0.017532118175477764f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5994743792881233f,-0.022416119823522318f,0.8000799873445011f,0.7823394654960258f,0.10376617216091788f,0.9933482800063921f,-0.0499176934905147f,1.829783314507704f,-0.7936391182975991f,0.11294561603001549f,0.5978128785225445f,-0.4861128635459353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5994743792881233f,-0.022416119823522318f,0.8000799873445011f,0.8385401885542874f,0.10376617216091788f,0.9933482800063921f,-0.0499176934905147f,1.8395113931477902f,-0.7936391182975991f,0.11294561603001549f,0.5978128785225445f,-0.5605165308863352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5994743792881233f,-0.022416119823522318f,0.8000799873445011f,0.6904278289234814f,0.10376617216091788f,0.9933482800063921f,-0.0499176934905147f,1.8421350078513243f,-0.7936391182975991f,0.11294561603001549f,0.5978128785225445f,-0.612986628994517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3685955751540303f,-0.7328589561625868f,-0.5718872724140246f,-0.941784296117645f,-0.12465983634205549f,0.6486156150018105f,-0.7508380046181699f,2.52782607081258f,0.9211933712202022f,-0.20546419237450197f,-0.3304349232025152f,-0.6574021487160087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14374893769146457f,-0.7328589561625868f,-0.6650217991050057f,-0.9303762220558581f,0.44277482901901155f,0.6486156150018105f,-0.619070460257157f,2.511685827678067f,0.8850348545112562f,-0.20546419237450197f,0.4177293046365469f,-0.7490449929416195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12168612332572637f,-0.7328589561625868f,-0.6694103657415527f,-0.8356687042255186f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057492f,0.97752367173985f,-0.20546419237450197f,0.04724337879677252f,-0.71031007764833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4017211428002688e-7f,1.8454008937071415e-8f,-0.000015624360346200814f,0.6877328036062414f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015490691777493524f,0.000002039388261863559f,1.4138165392858591e-7f,-0.22009121606231988f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131.mcfunction new file mode 100644 index 000000000..cf2914801 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131_as_bone.mcfunction new file mode 100644 index 000000000..122466dcb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_131_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45135597682031364f,0.037880697183177846f,-0.6795493208104478f,-0.33420148102335034f,-0.23941320866618515f,0.7721237777561188f,-0.11597685883065485f,1.4814919056622937f,0.6371055973299767f,0.26331420214067514f,0.4378430463605395f,-0.2432184988637773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42268884644509486f,-0.13491845252894652f,-0.6656809673245204f,-0.33420148102335034f,0.0727738914444432f,0.7885408881111057f,-0.1136099841606415f,1.4814919056622937f,0.6753059305344116f,-0.0005281516289993848f,0.4289074739858346f,-0.2432184988637773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4246977783938794f,0.03318013754351755f,-0.6967605901199786f,-0.33260624582524984f,-0.0066557055481578425f,0.8155123664457443f,0.04289202958782392f,1.4667670624139275f,0.6975184177176998f,0.027983979186309398f,-0.42382708537555824f,-0.16335416703694614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3968003989054222f,-0.12917912188528932f,-0.682540986239979f,-0.33260624582524984f,-0.3117376081547747f,0.7355639075511057f,0.04201668204521527f,1.4667670624139275f,0.6207810460141625f,0.28680741339284466f,-0.41517755302095505f,-0.16335416703694614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08421488192855714f,-0.004957572313375853f,1.5602209863152445f,-0.0003889326358283672f,1.5123553554510727f,0.3838271236790339f,0.08285087788755627f,1.5819194663470162f,-0.3835301585276161f,1.514614938393596f,-0.015888860712600122f,0.6471827149874603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0031728462805609772f,-0.9985414312417565f,0.053897524434276346f,0.0007218102485720759f,0.24564935915458144f,-0.0530245618480359f,-0.9679074274886865f,1.5344996230866046f,0.9693535605719015f,0.010168870856063595f,0.2454593014576741f,0.45994033093065073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01290698045450096f,-0.9985414312417565f,0.0524253750507387f,-0.006004662208460851f,-0.05155450053623711f,-0.0530245618480359f,-0.9972615150076146f,1.5463393602150457f,0.9985867730598108f,0.010168870856063595f,-0.05216369173578921f,0.1070137757976965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9800931770225265f,-0.033853617768091794f,-0.19563051121413022f,0.2531835333037629f,0.15738427907391594f,0.4681851732661916f,-0.8695014848947009f,1.4632740033364362f,0.12102707570735446f,-0.8829816397285496f,-0.45353706667482874f,-0.6132391559693902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7623652536064429f,-0.033853617768091794f,-0.64626090138395f,0.007708069508867061f,0.5591940767673995f,0.4681851732661916f,-0.6841817215053044f,1.6466615275633334f,0.32573179857336526f,-0.8829816397285496f,-0.33799736581879214f,-0.4818156392092227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0916325464701924f,-0.5641423416318073f,-0.8205771717550816f,0.25686030346414246f,-0.4141020477176354f,0.7278246354943536f,-0.5466175939755074f,1.3617853010238832f,0.9056064103701171f,0.38989064921551064f,-0.1669200741398661f,-0.07687551509299673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019639444028548263f,-0.3070200452909173f,-0.9515003857213155f,0.19334716756133727f,-0.18128219283888947f,0.9348159666378216f,-0.30537824919027695f,1.5351546807110354f,0.9832349967315916f,0.17848753544311777f,-0.03729800120205592f,-0.04364221470492499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026181786899327264f,-0.5369249693891581f,-0.8432236306468227f,0.2022519074424984f,-0.45940204550225644f,0.7427007573835251f,-0.48718101930420166f,1.4148259425413194f,0.8878424830019684f,0.40013393036380923f,-0.2272191962588312f,-0.4112963000330699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026677339506284967f,-0.0469396383723814f,-0.9985414312417568f,0.18720984130241594f,-0.3208112024608627f,0.9456577436982363f,-0.05302456184803636f,1.5918053659731886f,0.9467673906152881f,0.3217578315022509f,0.010168870856063543f,-0.3509031511835474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,0.24833474893060012f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.260444836661421f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.19014422605320508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,0.26641017014621426f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.1408363725157544f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.29591476520562154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,-0.3195922158477066f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.2288050505646555f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.04312675561703254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,-0.3740181092846423f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.105157464789614f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.1301291070541929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.955205920842215f,0.19983547325699252f,-0.21828291828755225f,0.15192444586343978f,0.09691572086435615f,0.9081420233580026f,0.4072903245359203f,2.3413107934820707f,0.27962294583477704f,0.3678910831202447f,-0.8868298366221643f,-0.14459729429320337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9747069062383168f,0.047948039743029955f,-0.21828291828755225f,0.040136009953052006f,-0.046342184086464504f,0.9121222470225805f,0.4072903245359203f,2.3451646734562788f,0.21862947858288842f,0.4071043993514192f,-0.8868298366221643f,-0.11531190833273619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9206176832822355f,0.3677933327067887f,-0.13111500922656932f,0.00488728554660868f,0.1294592317865755f,0.6043074968339228f,0.7861633141883104f,2.364372403501792f,0.3683794084001978f,0.7067818006193649f,-0.603950410033778f,-0.1660241366916113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9892138369263148f,0.0653057362643992f,-0.13111500922656932f,0.034819677900444435f,-0.06361824036467956f,0.6147356854106925f,0.7861633141883104f,2.371148965168122f,0.13194204912165228f,0.7860249346513195f,-0.603950410033778f,-0.16370126670849686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9668189051709213f,0.21924885167229036f,-0.13111500922656932f,0.1015329677329874f,0.03333085383098834f,0.6171193544261508f,0.7861633141883104f,2.4615995348944284f,0.25327901371214845f,0.7557073795015057f,-0.603950410033778f,-0.11218742461575743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9668189051709213f,0.13271688735037127f,-0.21828291828755225f,0.0716716680791539f,0.03333085383098834f,0.9126903339700285f,0.4072903245359203f,2.256244209751172f,0.25327901371214845f,0.38650042961128356f,-0.8868298366221643f,-0.1991500212782961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.947938393543543f,-0.19443603079452798f,-0.2522051386767447f,-0.23455099174440106f,-0.20931250802770207f,0.9772818836440308f,0.03329254998236497f,2.341397184183797f,0.24000224171711365f,0.08434897646115495f,-0.9671009120772847f,-0.08404736068302739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227242f,-0.2522051386767447f,-0.1236443664316717f,-0.0538549550583244f,0.997993612169606f,0.03329254998236497f,2.35765763144374f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.1124103460979738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9273849850848807f,-0.2763144177638216f,-0.2522051386767447f,-0.10186304719594994f,-0.2936917391843087f,0.9553202439237682f,0.03329254998236497f,2.354549543673177f,0.2317374630352455f,0.10494557677802606f,-0.9671009120772847f,-0.11819757753986851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673813840590993f,0.023787093158801426f,-0.2522051386767447f,-0.13043830386837593f,0.015892748109571003f,0.9993192816478613f,0.03329254998236497f,2.3629630769521333f,0.2528253909982684f,0.028198360339867987f,-0.9671009120772847f,-0.11045595052296378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9591924351371186f,-0.12783755473556477f,-0.2522051386767447f,-0.19876283057818078f,-0.1406308952211323f,0.9895021765640412f,0.03329254998236497f,2.4654184607135003f,0.24530149548061767f,0.06740179652098927f,-0.9671009120772847f,-0.1214239913435533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9591924351371186f,-0.12783755473556477f,-0.2522051386767447f,-0.16999938076267876f,-0.1406308952211323f,0.9895021765640412f,0.03329254998236497f,2.2427804709865913f,0.24530149548061767f,0.06740179652098927f,-0.9671009120772847f,-0.13658939556077587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,-0.01885956363294952f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,1.7370002219450096f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.16110281754604694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019639444028548263f,-0.05029216968786546f,-0.9985414312417568f,2.809033595544242e-17f,-0.18128219283888947f,0.9820005918533591f,-0.05302456184803636f,1.36875f,0.9832349967315916f,0.18205915321054167f,0.010168870856063543f,-0.22937500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022930993124753052f,-0.49172285483064626f,-0.8704497708607382f,0.28950423832362465f,-0.1980972759832955f,0.8511798939305211f,-0.48605581718196217f,0.8018924217160932f,0.9799140976648465f,0.18357947108984177f,-0.07789055778503168f,-0.45637299884488924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022930993124753052f,-0.6421157815809169f,-0.7662646361401788f,0.04469759659590009f,-0.1980972759832955f,0.7483501706642811f,-0.6330319828529514f,1.0872009242818503f,0.9799140976648465f,0.16631098914825032f,-0.11004097457865399f,-0.3929669342321188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04867509224551388f,-0.017137237428415927f,-0.9986676376493896f,0.31853162649607497f,0.17323378115450205f,0.9845547311217224f,-0.025338478501014193f,1.2027940222271103f,0.9836771789880077f,-0.17423632376503573f,-0.04495454391984002f,-0.13895128903953988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04867509224551388f,-0.9969336507628981f,-0.06127015073794648f,0.0018896315814083621f,0.17323378115450205f,0.05198690547029683f,-0.9835077115745134f,1.1070684525472203f,0.9836771789880077f,-0.058486388469304484f,0.17017211846249314f,-0.13776154498270898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08007299678397195f,-0.7549520687136593f,-0.6508730207429095f,0.011763477959311538f,-0.03553917152763944f,0.654716802815555f,-0.7550383271053905f,1.259312986177729f,0.9961552501860154f,-0.0373266936111904f,-0.07925550751142332f,-0.24389883702624326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09937230760555607f,-0.7051711819526573f,-0.7020389936639125f,0.015591365064224632f,-0.2232798735748813f,0.6717373401854229f,-0.7063391847101494f,1.2219559082373792f,0.9696758440517799f,0.22694173248678992f,-0.09069844275599506f,-0.24885480646427216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.6873919377307991f,-0.7262214498166867f,0.011763477959311538f,-0.13052619222005157f,0.7191686927123924f,-0.6824656068747221f,1.259312986177729f,0.9913970866286058f,0.1014333050089841f,-0.08272303947067543f,-0.24389883702624326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005246250995585556f,-0.12124407018936498f,-0.9926088616844035f,0.01658492321879151f,-0.0437378094224483f,0.9916447783496584f,-0.12135747854492812f,1.2835924426537721f,0.9990292692796426f,0.044051209016023905f,-0.00010053262986028282f,-0.24074956586647148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.01414551940569135f,-0.11955164284863157f,-0.992727207732787f,0.01658492321879151f,-0.21632119188099053f,0.9689479871386409f,-0.11977036429419419f,1.2835924426537721f,0.9762197735263974f,0.2164421468017945f,-0.012155281317171265f,-0.24074956586647148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.05105382691690108f,-0.9986484751844826f,0.01658492321879151f,-0.13052619222005157f,0.9900861206485413f,-0.05188821488215131f,1.2835924426537721f,0.9913970866286058f,0.1308548067755299f,0.002972569267696552f,-0.24074956586647148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024971339033185175f,-0.4279781982378109f,-0.9034440182213873f,0.018878176709056498f,0.04901642050676994f,0.9021146734993784f,-0.4287032847760947f,1.2823630700378204f,0.9984857649198575f,-0.05498888697024939f,-0.0015490520262098576f,-0.04550265902438977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.034389848279486636f,-0.39473135895289124f,-0.9181527610340872f,0.004869069835046862f,-0.256441427684561f,0.8844525095745036f,-0.38984811462217783f,1.3233962782210915f,0.9659477897393927f,0.24885922238600353f,-0.07080928562706798f,-0.43082529834860706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.2743923480521976f,-0.9615685672699347f,0.04242682452895489f,-0.13052619222005157f,0.9530379688735204f,-0.2732792400274285f,1.1502743587570203f,0.9913970866286058f,0.12816968914621102f,-0.02653954424017409f,-0.2506754766697393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.18954197964333144f,-0.981824377464748f,2.809033595544242e-17f,-0.13052619222005157f,0.9732292268140331f,-0.18917659796997455f,1.36875f,0.9913970866286058f,0.12999503847395927f,-0.015267828806558267f,-0.22937500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8450062154080059f,-0.014070907253143722f,0.5345713287213527f,0.7307158900928359f,0.06872277955273541f,0.9942219446378864f,-0.08246153267436723f,1.8178157855052002f,-0.5303222374107891f,0.10641773522084098f,0.8410907145713131f,-0.44948762828018557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8450062154080059f,-0.014070907253143722f,0.5345713287213527f,0.8099352227873364f,0.06872277955273541f,0.9942219446378864f,-0.08246153267436723f,1.824258546088269f,-0.5303222374107891f,0.10641773522084098f,0.8410907145713131f,-0.49920533803744704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8450062154080059f,-0.014070907253143722f,0.5345713287213527f,0.6901398571318832f,0.06872277955273541f,0.9942219446378864f,-0.08246153267436723f,1.8334063956978897f,-0.5303222374107891f,0.10641773522084098f,0.8410907145713131f,-0.6005100903445133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3578462460516994f,-0.7330166420961038f,-0.5784744303742896f,-0.9420418857350984f,-0.11153692002002188f,0.6486156150018105f,-0.7528992624835479f,2.5207602821112043f,0.9270952376423652f,-0.20490091846054578f,-0.3138630815417304f,-0.6371486855931441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1328064361929186f,-0.7330166420961038f,-0.6671199689080581f,-0.9307042439599013f,0.4319031229821998f,0.6486156150018105f,-0.6267036591037632f,2.5046200389766913f,0.8920886406988707f,-0.20490091846054578f,0.4027325052067013f,-0.7288002700340915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1209348456021031f,-0.7330166420961038f,-0.6693738608052661f,-0.8359669857267099f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6238985283561163f,0.9776169007034389f,-0.20490091846054578f,0.04775781687878008f,-0.6901381503454348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5207690479599748e-7f,2.0021304341753686e-8f,-0.000015624247078256287f,0.6877499821114927f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5325092261912225f,0.000015490579478571968f,0.000002039373477430059f,1.5338917041263377e-7f,-0.20728642251313398f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132.mcfunction new file mode 100644 index 000000000..befcbbf95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132_as_bone.mcfunction new file mode 100644 index 000000000..067d9e2b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_132_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42283287269968256f,0.032978845367705116f,-0.6979034331246634f,-0.3378137487277528f,-0.2480267497841329f,0.7697106322148077f,-0.11389784234762566f,1.4747176381377691f,0.6531764980466592f,0.270928741292131f,0.4085370533817078f,-0.2267654843950882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39503715379683735f,-0.1286621924575623f,-0.6836605059180376f,-0.3378137487277528f,0.06407379822661938f,0.7895859203121628f,-0.11157339658542922f,1.4747176381377691f,0.6927049844637386f,0.0003386396435661465f,0.40019956249636685f,-0.2267654843950882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3944688248377897f,0.027977498447547166f,-0.71453204984532f,-0.33625008348915586f,-0.012492472484734325f,0.8156472000939945f,0.03883333045838073f,1.4603556241603695f,0.7149704391139229f,0.029687522697071596f,-0.39354842984542515f,-0.1513417008312102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36749211293026307f,-0.12255560391516111f,-0.699949763113783f,-0.33625008348915586f,-0.31707057283596884f,0.7334978857153912f,0.038040813510250515f,1.4603556241603695f,0.6359369455972199f,0.29489146410169487f,-0.38551682923633485f,-0.1513417008312102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08454295223504649f,-0.0014228966978364495f,1.5602104712481486f,0.0007623192052207805f,1.5246420457024383f,0.3316586718170085f,0.08291807936066982f,1.5610205046923962f,-0.3312482025666963f,1.52689447925309f,-0.01655679687523306f,0.6611427521353344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0009106538866157591f,-0.9985347015988151f,0.054107489430429534f,0.0014361016087063349f,0.2122615499628852f,-0.053067570790828564f,-0.9757709092495606f,1.5200497665605828f,0.9772124667219777f,0.010596350000148679f,0.21199884964268542f,0.4723822416833806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014403184392498306f,-0.9985347015988151f,0.05216318608291623f,-0.005752865091816848f,-0.07187510892549084f,-0.053067570790828564f,-0.9960009044410097f,1.5381231972182534f,0.9973096394782838f,0.010596350000148679f,-0.07253413245065964f,0.12138216541188365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9781337528616805f,-0.03449607440401287f,-0.20509603205191007f,0.2508105413431343f,0.16475238889602434f,0.4733309781780259f,-0.865340647057612f,1.4572141318758811f,0.12692916081727829f,-0.8802089558438644f,-0.4572976953653665f,-0.6005519631700993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.756062527057924f,-0.03449607440401287f,-0.6535896847636895f,0.007527236677553835f,0.5636211566104772f,0.4733309781780259f,-0.6769704402099855f,1.6418799687535828f,0.3327170674910657f,-0.8802089558438644f,-0.3384250981419666f,-0.4668616849661382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07966916860339211f,-0.5671560902166245f,-0.8197480057336134f,0.2569726541493316f,-0.38580993423751464f,0.7407253213107026f,-0.5499788114216775f,1.35464143196396f,0.9191319373287431f,0.36008327883886593f,-0.15980148335657768f,-0.06377508020630254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.020361571494681818f,-0.3068697440839289f,-0.9515336917693092f,0.19348749156003678f,-0.18701776261959968f,0.9337631033562903f,-0.3051406614582677f,1.5278148847091502f,0.9821454896658772f,0.18416684548608106f,-0.03837720876614046f,-0.029483654232450723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023175365812958475f,-0.5382190483439085f,-0.8424862956862936f,0.20224659169570233f,-0.4200924477409099f,0.7594591277668595f,-0.4967334985710666f,1.408130018840433f,0.9071853381589045f,0.3654341106839623f,-0.20850101433358834f,-0.39329946361812734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026169618337309904f,-0.04736666316139228f,-0.9985347015988151f,0.1871245004679487f,-0.3021425932656331f,0.9517844746921851f,-0.053067570790828675f,1.586257935527775f,0.9529034601735883f,0.3030886222804753f,0.010596350000148679f,-0.3364041197530373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,0.24942352485395256f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.253596127142053f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.16784903786133065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,0.267132459466353f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.1354004450127784f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.27525707695007495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,-0.318395398365498f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.2211076359764688f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.02059952724860395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,-0.37317398586621886f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.098764486889886f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.10920975647189386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539882121357403f,0.21201821466832188f,-0.21202539412747518f,0.15411543497205868f,0.09361677366441548f,0.8823801046427198f,0.46113040522109217f,2.33051424495264f,0.28485503470137125f,0.42006383750515874f,-0.861628679667593f,-0.11729954735425567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9754099901820953f,0.060171283001557704f,-0.21202539412747518f,0.04236919263001915f,-0.045570463799449706f,0.8861614312357171f,0.46113040522109217f,2.3341953984600217f,0.21563553483150177f,0.4594532995770213f,-0.861628679667593f,-0.08783147893623301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9186513946610915f,0.3778752733908099f,-0.11528179755300692f,0.006993133309228988f,0.1178654233289449f,0.5406564407176822f,0.8329455895158917f,2.358475939430709f,0.37707738870253205f,0.7515988896148719f,-0.5412132223615485f,-0.1391828332244313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9904592763279014f,0.07550184824861833f,-0.11528179755300692f,0.03704357999481499f,-0.0549753493971552f,0.5506172498793374f,0.8329455895158917f,2.3644860021778187f,0.12636507782876805f,0.8313363429120358f,-0.5412132223615485f,-0.13633407476282877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9664539878230446f,0.22951426224503318f,-0.11528179755300692f,0.10535676128951274f,0.03183700330708313f,0.5524382772097247f,0.8329455895158917f,2.449396383572317f,0.2548589701018176f,0.8013333596573086f,-0.5412132223615485f,-0.07794588311341584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9664539878230446f,0.14495489528133623f,-0.21202539412747518f,0.07274190985121215f,0.03183700330708313f,0.8867610470702106f,0.46113040522109217f,2.24987514798152f,0.2548589701018176f,0.438911065858359f,-0.861628679667593f,-0.17670087293154646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9480829174259597f,-0.19234796740498644f,-0.25326081639339926f,-0.2331727662065437f,-0.21064106902630814f,0.9764355217868155f,0.046946904395960366f,2.334073704147639f,0.23826271576672453f,0.09785668719142095f,-0.9662582196532069f,-0.06008705285748897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.966500294841618f,-0.041667000741767296f,-0.25326081639339926f,-0.12226631249397599f,-0.05529955943078092f,0.9973655031604002f,0.046946904395960366f,2.350494218484614f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.08835834322088221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9277109457259114f,-0.2742468961721976f,-0.25326081639339926f,-0.10049810733845267f,-0.29494147931091264f,0.9543613110083242f,0.046946904395960366f,2.347421111327269f,0.228827281944758f,0.11825027691463902f,-0.9662582196532069f,-0.09421320288670906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670524917427583f,0.025854150418672187f,-0.25326081639339926f,-0.12904715903969283f,0.014407848051151084f,0.9987934731876114f,0.046946904395960366f,2.355786314065873f,0.2541690227558374f,0.04175117751581603f,-0.9662582196532069f,-0.08632392819875716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9591909510276128f,-0.12574449628708526f,-0.25326081639339926f,-0.19717567552378648f,-0.14201525913058985f,0.9887505521321888f,0.046946904395960366f,2.458519132353567f,0.24450845719691444f,0.08099794634309704f,-0.9662582196532069f,-0.09581696878616809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9591909510276128f,-0.12574449628708526f,-0.25326081639339926f,-0.16888316385919233f,-0.14201525913058985f,0.9887505521321888f,0.046946904395960366f,2.236050258123825f,0.24450845719691444f,0.08099794634309704f,-0.9662582196532069f,-0.1140415067133649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,-0.01880188861154061f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,1.7303457919205938f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.14560756731876182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.020361571494681818f,-0.05013836963077503f,-0.9985347015988151f,2.6457473556579288e-17f,-0.18701776261959968f,0.9809221117882497f,-0.053067570790828675f,1.3625f,0.9821454896658772f,0.18782426492774656f,0.010596350000148679f,-0.21604166666666677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02242176296892166f,-0.4702850488831555f,-0.882229696474979f,0.2787389162166018f,-0.19824622280826482f,0.8628364859996828f,-0.4649856272724732f,0.7892949054299343f,0.979895759602837f,0.18532450249410526f,-0.0738859194142636f,-0.4440174875599381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02242176296892166f,-0.6231836746102124f,-0.781754035643359f,0.04115014027145832f,-0.19824622280826482f,0.7636513091521304f,-0.6144388604023132f,1.080436967044184f,0.979895759602837f,0.16875658721824854f,-0.10642140096253361f,-0.3796790386829808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04428650836873145f,-0.0015990760865922382f,-0.9990175915028597f,0.3171739836982757f,0.17050449899761738f,0.9853145468975902f,-0.009135616759010451f,1.191454749091258f,0.9843611740606584f,-0.1707415784970529f,-0.043363491260009435f,-0.12578448340696202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04428650836873145f,-0.9960634157372763f,-0.07678787017684224f,-0.0009628350477315375f,0.17050449899761738f,0.06819943365567604f,-0.982993923211439f,1.100823639405251f,0.9843611740606584f,-0.05662604594031207f,0.16681297888080493f,-0.12439897257947989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07867063066320992f,-0.7474161147274415f,-0.6596818045973291f,0.010473971238782652f,-0.03450906054525783f,0.6633779030293248f,-0.7474883828613658f,1.2529330557320046f,0.9963031951225171f,-0.03604038315767237f,-0.07798098595498534f,-0.23057307748128292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09854881314530661f,-0.6969629519970585f,-0.7103032978743639f,0.013861692484080076f,-0.22430998455726292f,0.6798506849069493f,-0.6982034639411872f,1.2155337900042096f,0.9695221308745726f,0.22813524448251732f,-0.0893372708858409f,-0.23553129215855698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.678865447594402f,-0.7341942565420383f,0.010473971238782652f,-0.13052619222005157f,0.7270606794842501f,-0.6740516905196773f,1.2529330557320046f,0.9913941776212922f,0.10258885129658453f,-0.08132104382168764f,-0.23057307748128292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006553441701207951f,-0.10971723466997436f,-0.9939412360991179f,0.015580864675996366f,-0.043691031866249355f,0.9929819795091728f,-0.10989941812633645f,1.277155609138755f,0.999023596386157f,0.04414653764927346f,0.0017137903168208254f,-0.22743559507048428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013419973632172505f,-0.10797404395048175f,-0.9940631318687415f,0.015580864675996366f,-0.2163679694371895f,0.9702851882981554f,-0.10831230387560252f,1.277155609138755f,0.9762196505445581f,0.21653696959686317f,-0.01034092299883881f,-0.22743559507048428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.0393923091840615f,-0.9991735326028265f,0.015580864675996366f,-0.13052619222005157f,0.9906228329147012f,-0.04036478728528495f,1.277155609138755f,0.9913941776212922f,0.13082296772814572f,0.004789122404169436f,-0.22743559507048428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022593149710283367f,-0.4176428262989387f,-0.9083303469703097f,0.0182139250166863f,0.049405537121497894f,0.9069857398828218f,-0.4182534644817022f,1.2759202655444732f,0.9985232308203476f,-0.05432621181570448f,0.00014220355197477885f,-0.0321930128312444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03318150195709076f,-0.38405085969302416f,-0.9227155168831401f,0.003980184663105547f,-0.25672013245363845f,0.8889729881613796f,-0.3792384473025039f,1.3170720813909218f,0.9659160219816513f,0.24946335099263936f,-0.06909612862284925f,-0.41749477030593696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.263147826483204f,-0.9647034382099142f,0.03986517005084004f,-0.13052619222005157f,0.9561531324266399f,-0.2621718911234737f,1.143547266031173f,0.9913941776212922f,0.1285473016748698f,-0.02476238701562481f,-0.23739160968517725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.1780670248685298f,-0.9839672946451699f,2.6457473556579288e-17f,-0.13052619222005157f,0.9753644669856578f,-0.17784001148874715f,1.3625f,0.9913941776212922f,0.13021632461505722f,-0.013464523101380754f,-0.21604166666666677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9769626839199136f,-0.004613259019148256f,0.21336033387024383f,0.6762361649314106f,0.02657534892764715f,0.9946142278020029f,-0.10018127910542507f,1.808404872197658f,-0.21174906152654727f,0.10354349663328696f,0.9718235844265045f,-0.43200698824914696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9769626839199136f,-0.004613259019148256f,0.21336033387024383f,0.7678264165489025f,0.02657534892764715f,0.9946142278020029f,-0.10018127910542507f,1.8108963111596248f,-0.21174906152654727f,0.10354349663328696f,0.9718235844265045f,-0.45185846276726077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9769626839199136f,-0.004613259019148256f,0.21336033387024383f,0.69002724065962f,0.02657534892764715f,0.9946142278020029f,-0.10018127910542507f,1.8246777835444552f,-0.21174906152654727f,0.10354349663328696f,0.9718235844265045f,-0.5877062631721796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34742138796868993f,-0.7330769468863295f,-0.5847192224698333f,-0.9420992654642439f,-0.09838002847166785f,0.6486156150018105f,-0.7547311799400742f,2.5136944934098295f,0.932534047196038f,-0.20468506032351397f,-0.29746306812869494f,-0.6173417206686393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12140807545138065f,-0.7330769468863295f,-0.6692221373796666f,-0.9307886125529516f,0.42089985507018834f,0.6486156150018105f,-0.6341459579447917f,2.4975542502753165f,0.8989457109398132f,-0.20468506032351397f,0.38729915422483563f,-0.7089966396980023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12064696438711733f,-0.7330769468863295f,-0.6693597686804841f,-0.8360399737065252f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6168327396547415f,0.9776524696465384f,-0.20468506032351397f,0.04795492335916731f,-0.6703624186871959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.566383635557795e-7f,2.0621831780120895e-8f,-0.000015624201232802802f,0.6877564566522101f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5262592261912227f,0.000015490534025332692f,0.0000020393674933975854f,1.5798998982024194e-7f,-0.19415560985077157f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133.mcfunction new file mode 100644 index 000000000..dbfe95976 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133_as_bone.mcfunction new file mode 100644 index 000000000..7d1fbc1ab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_133_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.41783114701124086f,0.03215703219464477f,-0.7009475745818285f,-0.33844607495571133f,-0.25270755243370413f,0.7679614159151895f,-0.1154062435613787f,1.4684365528741763f,0.6545994729410359f,0.2759449825425608f,0.4028626826591764f,-0.2123476079238788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3902023917299474f,-0.12753093905276597f,-0.6866425220393423f,-0.33844607495571133f,0.059181820566717f,0.7897575452790289f,-0.11305101410094241f,1.4684365528741763f,0.6958732683489414f,0.004345026946091679f,0.39464099525796875f,-0.2123476079238788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3891151674255418f,0.027093630216212538f,-0.7174954816063612f,-0.33688483396892277f,-0.0169574462806701f,0.8155106309412472f,0.03999125256717229f,1.4537753066005215f,0.7178065727892682f,0.03395276819289274f,-0.38800177581682394f,-0.13773212901548398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3623155811074593f,-0.12134858197962592f,-0.7028527166756192f,-0.33688483396892277f,-0.3210602889023875f,0.7317004865879027f,0.03917510455559735f,1.4537753066005215f,0.636904789255568f,0.2998148088046361f,-0.3800833722287255f,-0.13773212901548398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08453810679522801f,0.0012692957413742861f,1.5602108663215366f,0.00142119367461502f,1.5351360963782854f,0.2790740244287335f,0.08295242302422796f,1.5401257033891078f,-0.27859778192928686f,1.537375142174958f,-0.016346196089915697f,0.6747645503758044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0008123492744791117f,-0.9985349544457834f,0.0541043883489457f,0.0017621673826254724f,0.17860737563438922f,-0.05308955073550577f,-0.9824871016821026f,1.5056555071204114f,0.9839200909919731f,0.010461565497545568f,0.17830258043474337f,0.4847085718378931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015332166821640663f,-0.9985349544457834f,0.051892864736017986f,-0.005686415677148568f,-0.09218231677615149f,-0.05308955073550577f,-0.9943258621178891f,1.529895643057464f,0.9956240983093643f,0.010461565497545568f,-0.0928612433311439f,0.13573856152080244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.976152231378868f,-0.03463195625274944f,-0.21430690324897367f,0.24863380340292268f,0.17206765008222896f,0.47847564286773825f,-0.8610771062904206f,1.4511812845823313f,0.1323614179783407f,-0.8774176239331034f,-0.46110602711561993f,-0.587721032597829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7498639303517498f,-0.03463195625274944f,-0.6606850335549718f,0.007494327231488196f,0.5679522226265568f,0.47847564286773825f,-0.669694954435121f,1.6370928121553248f,0.3393145425279924f,-0.8774176239331034f,-0.33912232961072775f,-0.4518903104756143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06731649814009198f,-0.5699467313701227f,-0.8189195396854738f,0.25699913291649334f,-0.35722274641029805f,0.7526023865486603f,-0.5531559971728994f,1.3474903577876245f,0.9315902524850926f,0.32977321171037216f,-0.1529353795332759f,-0.050535636134057677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.020526908367245765f,-0.3067997748961327f,-0.951552701723118f,0.193526970737699f,-0.1927633602727632f,0.9326812995222936f,-0.3048735483077506f,1.520462641771131f,0.9810305463996702f,0.1896826076504848f,-0.03999469196876804f,-0.015220114024396575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.019891607448924375f,-0.5395849335863143f,-0.8416961585986661f,0.2023381024818783f,-0.3806285443355178f,0.7743809646932909f,-0.5054265849336705f,1.401519172598196f,0.9245140535384645f,0.3304273308419583f,-0.1899777456507375f,-0.3752458011366561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02513255592296822f,-0.04791971809950655f,-0.9985349544457834f,0.1871123118729347f,-0.2838188999307766f,0.9574070877347763f,-0.05308955073550599f,1.5807011918563696f,0.95854847904259f,0.28473736841601566f,0.010461565497545539f,-0.32179215977429354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,0.2505152506883689f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.2466311693938876f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.1453963631566099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,0.2679146000792622f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.12987497663671f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.2544173088212959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,-0.3172790538081709f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.213303706681465f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,0.0017605531281601472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,-0.37236408371470814f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.092292944216319f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.08847440322357644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9529591208312179f,0.2235216767599673f,-0.20471192941058686f,0.15621524366972286f,0.09012101553724602f,0.8538055301557098f,0.5127322100610243f,2.319367181615082f,0.2893909407412882f,0.47016398915053004f,-0.8337857678822137f,-0.09021538809148631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9761931066376279f,0.07169410373365455f,-0.20471192941058686f,0.04449491792431823f,-0.04455313506956804f,0.8573918001248964f,0.5127322100610243f,2.3228755935599597f,0.21227820592008473f,0.50964620725403f,-0.8337857678822137f,-0.060628220502044375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9170998366121564f,0.38623859828784635f,-0.09873011130651073f,0.009133902984851255f,0.10593034370528114f,0.4748515178408421f,0.8736674414711407f,2.3522881533515476f,0.3843262311740343f,0.7907817532017848f,-0.4764006368957484f,-0.11215186176372398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.991568066457715f,0.08393530069471847f,-0.09873011130651073f,0.03928433407895264f,-0.04599144516326582f,0.48434490674008834f,0.8736674414711407f,2.3575044616556218f,0.1211509659602559f,0.8708414761667146f,-0.4764006368957484f,-0.10883414304196865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9662298442845806f,0.2380173378878091f,-0.09873011130651073f,0.10903392251463767f,0.030343022225967936f,0.4855764643343672f,0.8736674414711407f,2.436446754849096f,0.2558890169897681f,0.8411677859674227f,-0.4764006368957484f,-0.04411356061521583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9662298442845806f,0.15650212129805263f,-0.20471192941058686f,0.07382094522257589f,0.030343022225967936f,0.8580122270504843f,0.5127322100610243f,2.243394003762737f,0.2558890169897681f,0.4892055848629262f,-0.8337857678822137f,-0.15418481720937405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9483689138275779f,-0.1902743864939191f,-0.2537559085614809f,-0.23184792677189392f,-0.21192340802988488f,0.9754032339664483f,0.06063827419041884f,2.3266225075446374f,0.23597642342933078f,0.11128427118041517f,-0.9653657019872547f,-0.036237685950915366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853487f,-0.2537559085614809f,-0.1209252099363699f,-0.05672759610625075f,0.99654652653211f,0.06063827419041884f,2.343199257162214f,0.25047985750599155f,0.07299933157524921f,-0.9653657019872547f,-0.06435356913004252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9281765783093283f,-0.27220613209133426f,-0.2537559085614809f,-0.09916698097300494f,-0.2961289688157186f,0.9532211881464587f,0.06063827419041884f,2.3401615850420048f,0.22537939858409123f,0.13142750138585285f,-0.9653657019872547f,-0.07026374217893809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668647038629197f,0.027938920777408865f,-0.2537559085614809f,-0.12769388257060993f,0.012926161079581444f,0.9980761063480841f,0.06063827419041884f,2.348477030582095f,0.2549618771185482f,0.055348917268916546f,-0.9653657019872547f,-0.062242839754001994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9593316050639916f,-0.12365601641441906f,-0.2537559085614809f,-0.19561625612877037f,-0.14336648317904185f,0.9878102303601035f,0.06063827419041884f,2.451469406567197f,0.24316439506272128f,0.0945523051037669f,-0.9653657019872547f,-0.07029058418452863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9593316050639916f,-0.12365601641441906f,-0.2537559085614809f,-0.16779365243552613f,-0.14336648317904185f,0.9878102303601035f,0.06063827419041884f,2.2292121047361744f,0.24316439506272128f,0.0945523051037669f,-0.9653657019872547f,-0.09156485283287616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,-0.01877469916767972f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,1.7236780133332985f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.13011931426633863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.020526908367245765f,-0.05006586444714599f,-0.9985349544457834f,2.482461115771613e-17f,-0.1927633602727632f,0.9798080355554627f,-0.05308955073550599f,1.35625f,0.9810305463996702f,0.19357071751198568f,0.010461565497545539f,-0.20270833333333327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.021490269173678717f,-0.4486455315096582f,-0.8934513727043342f,0.2679236792471339f,-0.1983859583790722f,0.8739734798225443f,-0.4436365269957939f,0.7769131866019764f,0.9798883507057625f,0.18678207521946255f,-0.07022304840898866f,-0.4315068675301021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.021490269173678717f,-0.6039515010199651f,-0.796731292686922f,0.03766716948327222f,-0.1983859583790722f,0.7784923774916737f,-0.5954768087049053f,1.073713405520677f,0.9798883507057625f,0.1708572579760437f,-0.10308548660237182f,-0.36636753792673543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040388664679985795f,0.014040501945299752f,-0.9990853917811487f,0.31569644828339916f,0.16771944235583786f,0.9858093885321431f,0.00707376404248769f,1.180123026814677f,0.9850070783609701f,-0.16728034489146063f,-0.04217038998846834f,-0.11248946474206421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040388664679985795f,-0.9949039398599872f,-0.09238455615763186f,-0.0038543312985399483f,0.16771944235583786f,0.08439767117294603f,-0.9822154660543837f,1.0946120441590872f,0.9850070783609701f,-0.05516505734301612f,0.1634560247501672f,-0.11103198786390707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07768386490123226f,-0.7397634688488006f,-0.6683675839616976f,0.00918928198837048f,-0.03349179756631036f,0.6719514864073851f,-0.7398374817557456f,1.2465679588966385f,0.9964153333975668f,-0.03508860315965207f,-0.07697579683588908f,-0.21724064925127007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09729717068929201f,-0.6887579086744179f,-0.7184328805214174f,0.012138506372879714f,-0.22532724753621036f,0.6878696835847143f,-0.6899731371023226f,1.209131568643308f,0.9694126531532451f,0.22901493759907302f,-0.08826814976467187f,-0.222198913597809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.6702908918676151f,-0.7420325349846149f,0.00918928198837048f,-0.13052619222005157f,0.7348542338785473f,-0.6655465183556349f,1.2465679588966385f,0.9913955193770599f,0.10343778434445694f,-0.0802218731331985f,-0.21724064925127007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007432307870382823f,-0.0981945931768475f,-0.9951394790030959f,0.014579583723215191f,-0.043655943156658814f,0.9941862831949503f,-0.09842658652067977f,1.270730329888108f,0.999018978511831f,0.04417528922195882f,0.003102320959196783f,-0.2141132341400443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012274961791636719f,-0.0964746304660157f,-0.9952597505121261f,0.014579583723215191f,-0.21640305814678001f,0.9714894919839329f,-0.09683947226994584f,1.270730329888108f,0.9762269417188479f,0.21656595448326124f,-0.008952408671346966f,-0.2141132341400443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.027781611220242947f,-0.9995650778085355f,0.014579583723215191f,-0.13052619222005157f,0.9910254307067036f,-0.028835894942360274f,1.270730329888108f,0.9913955193770599f,0.1307546472237219f,0.006176276264012999f,-0.2141132341400443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020639134484173472f,-0.40722772426375f,-0.9130934271577642f,0.017468557132033248f,0.04977058976549245f,0.9117371326537136f,-0.40774782566529977f,1.2694857587745703f,0.9985474022409447f,-0.05386076059017204f,0.0014504987104114516f,-0.018874329524733363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03155542486596953f,-0.37342516404977494f,-0.9271234556497462f,0.0031769622685884503f,-0.2569816014040629f,0.893370862161494f,-0.3685769379391936f,1.310757458560417f,0.9659009844188644f,0.24988427220460974f,-0.0677726995437026f,-0.40416112236617774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.2519227884628438f,-0.9676967868859965f,0.03730728401509295f,-0.13052619222005157f,0.9591388481512736f,-0.2510290483421837f,1.1368496779446993f,0.9913955193770599f,0.12879277394385721f,-0.023395417049838503f,-0.22408628468390857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.16662381397960208f,-0.9859709261997878f,2.482461115771613e-17f,-0.13052619222005157f,0.9773676584216233f,-0.16647934831674233f,1.35625f,0.9913955193770599f,0.13034172350526915f,-0.012081360551086233f,-0.20270833333333327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9931282313512493f,0.004430540199706425f,-0.11694736596725076f,0.6259790664451964f,-0.016556165514638153f,0.9945520461101678f,-0.10291803030339516f,1.80128753710401f,0.11585425963939007f,0.10414700135681988f,0.9877910672970227f,-0.4318682593368168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9931282313512493f,0.004430540199706425f,-0.11694736596725076f,0.719084838134376f,-0.016556165514638153f,0.9945520461101678f,-0.10291803030339516f,1.7997353965870126f,0.11585425963939007f,0.10414700135681988f,0.9877910672970227f,-0.42100692249562394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9931282313512493f,0.004430540199706425f,-0.11694736596725076f,0.6900740571848738f,-0.016556165514638153f,0.9945520461101678f,-0.10291803030339516f,1.8159491713910205f,0.11585425963939007f,0.10414700135681988f,0.9877910672970227f,-0.5746062510107738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3372900439983398f,-0.7330493608408826f,-0.590655619452123f,-0.9419833650329881f,-0.08519316941361235f,0.6486156150018105f,-0.756333198967946f,2.5066287047084534f,0.9375380259514071f,-0.20478383370421666f,-0.28122238770862845f,-0.5979391007308996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10958802987644012f,-0.7330493608408826f,-0.671289131655335f,-0.930660362584202f,0.4097683769849738f,0.6486156150018105f,-0.6413950897839205f,2.4904884615739404f,0.9055828735852399f,-0.20478383370421666f,0.3714609542367849f,-0.689592494923933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12077869278705093f,-0.7330493608408826f,-0.6693662240802297f,-0.8359169301965605f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6097669509533654f,0.9776362047256909f,-0.20478383370421666f,0.04786473297690447f,-0.650945507773952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.545511580511828e-7f,2.0347045962462572e-8f,-0.000015624222378642263f,0.687753501468332f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5200092261912226f,0.000015490554990266562f,0.000002039370253483491f,1.558847739016234e-7f,-0.18072960798810486f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134.mcfunction new file mode 100644 index 000000000..96cec59b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134_as_bone.mcfunction new file mode 100644 index 000000000..0d11b45b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_134_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4287744977118157f,0.034079141454551994f,-0.6942157349658283f,-0.33704559256601674f,-0.2546661439110285f,0.7666629128334209f,-0.11965608081374877f,1.4624983216695189f,0.6467163440813228f,0.27930455536553583f,0.41314813335484496f,-0.19928468238134284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.40082694398952246f,-0.1298937553171175f,-0.6800480669053013f,-0.33704559256601674f,0.05692247213107399f,0.7893165918968195f,-0.11721411998081513f,1.4624983216695189f,0.6899982558952649f,0.010340700460154534f,0.40471653879658287f,-0.19928468238134284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4008113764540153f,0.029148488711979368f,-0.7109465876950881f,-0.3354780192570127f,-0.020445084364961966f,0.8151724450743235f,0.0449480562572299f,1.44707597255202f,0.711250085043785f,0.039858435014449904f,-0.3993483017715884f,-0.12315899136156065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.373671253040421f,-0.12387348357332051f,-0.6964374736604946f,-0.3354780192570127f,-0.3240899110880715f,0.7300869966480698f,0.04403074898667419f,1.44707597255202f,0.6287571265457972f,0.30270173007898693f,-0.3911983364293111f,-0.12315899136156065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08429609971774311f,0.0031603690274966054f,1.5602212758580065f,0.0016228796201964298f,1.5438221113274362f,0.22613823513843637f,0.08295201736527821f,1.5192465763375784f,-0.22564065712737252f,1.5460458468868516f,-0.015322636034449767f,0.6880486427550261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0020226361775973964f,-0.9985416165491242f,0.05394950381935537f,0.0017300825585118062f,0.14472847048859905f,-0.05308929111377791f,-0.9880461512495592f,1.4913203161090862f,0.9894693420075851f,0.009806487062047379f,0.1444100205615182f,0.4969212031523999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01573670385653374f,-0.9985416165491242f,0.05164296826474367f,-0.005792735540600306f,-0.11246532771615647f,-0.05308929111377791f,-0.992236401887541f,1.5216575165759727f,0.9935310293158583f,0.009806487062047379f,-0.11313676059562877f,0.1500827831342601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9741515136321858f,-0.0343017269553165f,-0.223276107131964f,0.24663833196378057f,0.1793298455642366f,0.4836168463860422f,-0.8567120592016471f,1.4451745485790848f,0.13736678993857435f,-0.8746074190283902f,-0.4649647595275037f,-0.574760097971452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7437657068536535f,-0.0343017269553165f,-0.6675597088173971f,0.007596631436284042f,0.5721876650907537f,0.4836168463860422f,-0.6623564159949015f,1.6322993383870084f,0.34556309008121333f,-0.8746074190283902f,-0.34007060054350635f,-0.4369025389720881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.055032118095489226f,-0.5724001435264299f,-0.8181256270701015f,0.25694620862092055f,-0.3293030135565657f,0.763118896721062f,-0.5560657108020539f,1.3403321666372867f,0.9426192185821846f,0.3000127083277503f,-0.1464970429782112f,-0.037167922970625815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.30681023367448673f,-0.9515567964188045f,0.19347205982933677f,-0.19851646377775817f,0.9315711393850861f,-0.3045758130153258f,1.5130981564406445f,0.9798898253923167f,0.19504536081993745f,-0.0421098244503019f,-0.0008601042197019237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016554555392578846f,-0.5409001986908053f,-0.8409238501505362f,0.20250809667404265f,-0.34253626410306576f,0.7870776811387188f,-0.5130084128234277f,1.395028761294138f,0.9393587464169739f,0.29653954021267537f,-0.17224821224148099f,-0.35729372110358043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.023638643132133087f,-0.04853714629367127f,-0.9985416165491243f,0.1871664966405473f,-0.2666365977528734f,0.9623338567814235f,-0.053089291113778136f,1.5751345513711938f,0.9635072076998925f,0.26750269815808936f,0.009806487062047349f,-0.3070756746548009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,0.25159136208502675f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.2395520711205816f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.12282455511888395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,0.2687379769803232f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.1242562912304446f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.23342830386709512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,-0.316255533747436f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.205396418440234f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,0.02393901080745732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,-0.37160001193713477f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.085740342463244f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.06792896356717838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521372044219092f,0.23396921639367196f,-0.19670574403347302f,0.15817457555788506f,0.0865032484917794f,0.8234594392020366f,0.5607421332390112f,2.3080253028991438f,0.2931755991824705f,0.5168877612878819f,-0.8042854656617889f,-0.06349022751817854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977015664656795f,0.08214159287156823f,-0.19670574403347302f,0.04646478680407274f,-0.04337918689496467f,0.826853376454916f,0.5607421332390112f,2.311361188694499f,0.2087070606366071f,0.5563867832413228f,-0.8042854656617889f,-0.03384337966652699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159867723665065f,0.39268366037443053f,-0.08226649211269597f,0.011256111632354446f,0.09407697963117158f,0.40955061729904196f,0.9074237233913658f,2.3457436897276183f,0.39002276183969775f,0.8234487444552409f,-0.41208544077899895f,-0.08506477410070158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925011131683907f,0.09040887475782816f,-0.08226649211269597f,0.041485727603036315f,-0.037085576290562125f,0.41857716882045426f,0.9074237233913658f,2.3501725736923045f,0.11647403311769458f,0.903669955850739f,-0.41208544077899895f,-0.08134712294810086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9661387135464847f,0.24455717217496376f,-0.08226649211269597f,0.11246068436855908f,0.028850904176042483f,0.41922525157100804f,0.9074237233913658f,2.4229848612678366f,0.25640517060887824f,0.874323726078053f,-0.41208544077899895f,-0.011015260884025074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9661387135464847f,0.1669815452407269f,-0.19670574403347302f,0.07488983668939558f,0.028850904176042483f,0.8274876949772655f,0.5607421332390112f,2.236800129897952f,0.25640517060887824f,0.536079544666863f,-0.8042854656617889f,-0.13163315843406906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9487809595515634f,-0.18824506648593822f,-0.2537291582300285f,-0.23059411226344473f,-0.21315815157766943f,0.974187752160908f,0.07430898973656311f,2.3190455780431747f,0.2331915376003286f,0.12458739295523462f,-0.964416760694365f,-0.012523074428492827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.03750541549491196f,-0.2537291582300285f,-0.11964023636430234f,-0.058137281158038484f,0.9955391657709317f,0.07430898973656311f,2.335774550690348f,0.24981032498100642f,0.08657432197061374f,-0.964416760694365f,-0.04042503712160513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287639229675021f,-0.27022044640977216f,-0.2537291582300285f,-0.09788894444010031f,-0.2972530775719664f,0.9519027166251425f,0.07430898973656311f,2.332772717456666f,0.22144566662730147f,0.1444372819731027f,-0.964416760694365f,-0.046378894851288106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668096912062972f,0.030008919565103556f,-0.2537291582300285f,-0.1263977612751067f,0.011449640015241375f,0.9971695341253929f,0.07430898973656311f,2.3410370559033775f,0.2552409190022343f,0.06893754389795456f,-0.964416760694365f,-0.038241714890991436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596010888574475f,-0.1216028968712578f,-0.2537291582300285f,-0.19410779205662154f,-0.14468300667825662f,0.9866838407630233f,0.07430898973656311f,2.4442696737801226f,0.24131427194043076f,0.10801728495776661f,-0.964416760694365f,-0.04487668807332001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596010888574475f,-0.1216028968712578f,-0.2537291582300285f,-0.16674714026058857f,-0.14468300667825662f,0.9866838407630233f,0.07430898973656311f,2.2222658096084427f,0.24131427194043076f,0.10801728495776661f,-0.964416760694365f,-0.06918057718881745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,-0.01877809014976573f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,1.716996991366327f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.11463818404968391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.05007490706604201f,-0.9985416165491243f,2.3191748758852998e-17f,-0.19851646377775817f,0.9786586436435386f,-0.053089291113778136f,1.35f,0.9798898253923167f,0.19929817586750945f,0.009806487062047349f,-0.18937499999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.4268111863312002f,-0.9041156272959585f,0.25705479022146993f,-0.19851646377775817f,0.8845842110961432f,-0.42202131117822506f,0.7647507165149305f,0.9798898253923167f,0.18799729971988355f,-0.0668800821668686f,-0.4188654901082136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.5844261800092876f,-0.8111959667170214f,0.03424230909292907f,-0.19851646377775817f,0.792864491302423f,-0.5761571938637269f,1.0670303038239792f,0.9798898253923167f,0.17266134063970986f,-0.10001995571441179f,-0.3530383539893242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03694180584242772f,0.029765575272296715f,-0.9988740228426252f,0.3141027527390333f,0.1648798690931595f,0.9860387543093431f,0.02328526933280406f,1.1688002056070117f,0.9856215966327659f,-0.16383401822816857f,-0.041333796369183856f,-0.0990812227655571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03694180584242772f,-0.9934594474678701f,-0.10804457051575811f,-0.006780658026841299f,0.1648798690931595f,0.10057719763423875f,-0.9811721847279742f,1.08843366160934f,0.9856215966327659f,-0.05406064698907623f,0.16008596034068545f,-0.09766403324778593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07707112468589399f,-0.7319978367558595f,-0.6769336811862692f,0.007908974743771134f,-0.03248752031192052f,0.6804363922237886f,-0.7320866595980678f,1.2402177112539f,0.9964961629447621f,-0.0344308455054002f,-0.07622279261578736f,-0.20390353902394398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09565840238558788f,-0.6805486494086739f,-0.7264316938577687f,0.010421222388548916f,-0.2263315247906002f,0.6957932505746616f,-0.6816493184480626f,1.2027492647630103f,0.969341792629926f,0.22961987771701375f,-0.08747114277420162f,-0.2088603277354643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.6616661534884911f,-0.7497399766433276f,0.007908974743771134f,-0.13052619222005157f,0.7425483007727746f,-0.6569512418467595f,1.2402177112539f,0.9914005469001551f,0.1040188557291892f,-0.07940423955220116f,-0.20390353902394398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007924695092932633f,-0.08667588493441668f,-0.9962050442446675f,0.013580750577073098f,-0.043632548044126265f,0.9952575263635498f,-0.08694053696570633f,1.2643166286318361f,0.9990162160640141f,0.04415594170147551f,0.004105222721709393f,-0.20078434199455025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010751630961888269f,-0.0850458983893228f,-0.9963190240072767f,0.013580750577073098f,-0.2164264532593126f,0.9725607351525324f,-0.0853534227149724f,1.2643166286318361f,0.9762397209503688f,0.21654748118304024f,-0.007949568040270236f,-0.20078434199455025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.01621772576214775f,-0.9998245429176544f,0.013580750577073098f,-0.13052619222005157f,0.9912938595192523f,-0.01730309868085192f,1.2643166286318361f,0.9914005469001551f,0.13066548683768384f,0.0071753853934331865f,-0.20078434199455025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019067649188881635f,-0.39673714825320294f,-0.9177341989652157f,0.016649913289607295f,0.05011152901646912f,0.9163682085495305f,-0.3971877906222142f,1.2630595747073752f,0.9985615952028404f,-0.05356250139454273f,0.002408117588135193f,-0.00554826680434628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.029552423539168298f,-0.3628457433799671f,-0.9313804919440823f,0.0024510499035712337f,-0.2572257991371238f,0.8976455361731064f,-0.35786502992995073f,1.3044524184784736f,0.9658993438869443f,0.25015087027539107f,-0.06680568523138433f,-0.39082549217341234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.24071365158973232f,-0.9705509101472883f,0.034752649724771364f,-0.13052619222005157f,0.9619947118293061f,-0.23985222024610198f,1.130181655093862f,0.9914005469001551f,0.12893064938480467f,-0.02240185829983287f,-0.21076425296342632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.15520857802369245f,-0.9878372480106509f,2.3191748758852998e-17f,-0.13052619222005157f,0.9792385299218752f,-0.15509614650589784f,1.35f,0.9914005469001551f,0.1303924799377179f,-0.01107956595562552f,-0.18937499999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9085949555343419f,0.011877458868268248f,-0.41750944031049164f,0.5850481782187301f,-0.05562706888414508f,0.9941319361691627f,-0.09277565788454599f,1.7959117294088485f,0.41395752920427237f,0.10752032114621096f,0.9039239705615232f,-0.44505466087624623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9085949555343419f,0.011877458868268248f,-0.41750944031049164f,0.6702289553000746f,-0.05562706888414508f,0.9941319361691627f,-0.09277565788454599f,1.79069669170096f,0.41395752920427237f,0.10752032114621096f,0.9039239705615232f,-0.4062461425133457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9085949555343419f,0.011877458868268248f,-0.41750944031049164f,0.6902649828059761f,-0.05562706888414508f,0.9941319361691627f,-0.09277565788454599f,1.807220559237586f,0.41395752920427237f,0.10752032114621096f,0.9039239705615232f,-0.5612389972790245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.327422083348103f,-0.7329423780840707f,-0.5963138852521003f,-0.9417183673129481f,-0.07198035969086891f,0.6486156150018105f,-0.7577048315766477f,2.4995629160070787f,0.9421324785584885f,-0.2051664065686437f,-0.2651285319631762f,-0.578901109915436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09737975212342104f,-0.7329423780840707f,-0.6732849725672244f,-0.9303475297123482f,0.39851207948261436f,0.6486156150018105f,-0.6484488464653673f,2.4834226728725657f,0.9119787861473662f,-0.2051664065686437f,0.35524841904347215f,-0.6705485818053882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12128893440639872f,-0.7329423780840707f,-0.6693911149686911f,-0.8356242812673444f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6027011622519907f,0.9775730334928242f,-0.2051664065686437f,0.0475153638663061f,-0.631852150440358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4646614520513206e-7f,1.9282633828253817e-8f,-0.00001562430161153904f,0.6877419364271514f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5137592261912227f,0.000015490633545314926f,0.0000020393805954518065f,1.4772999579843408e-7f,-0.16703731817793085f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135.mcfunction new file mode 100644 index 000000000..fd4d54b42 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135_as_bone.mcfunction new file mode 100644 index 000000000..cbeac26ba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_135_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45008942401548213f,0.037762252077431f,-0.6803954490969913f,-0.3343095688000159f,-0.2545544564499113f,0.7657004488505491f,-0.12589398625828788f,1.4568220782825592f,0.632112318765697f,0.2814627495647556f,0.43377088597155283f,-0.18724094429000737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4214981827459837f,-0.1345508511258129f,-0.6665098276868487f,-0.3343095688000159f,0.056662749752825384f,0.788403669399977f,-0.12332472123260853f,1.4568220782825592f,0.6775903000576986f,0.017768582891476092f,0.4249184189109089f,-0.18724094429000737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4237948837329776f,0.03312581518029986f,-0.6973127141640523f,-0.33274095211689453f,-0.02300220160746261f,0.8146411763413378f,0.0526791892008156f,1.4402642681948927f,0.6977200295873739f,0.04697742673121107f,-0.4218107705295729f,-0.10790899229657284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3959628927839875f,-0.12888981363219848f,-0.6830818424464186f,-0.33274095211689453f,-0.32620500712757927f,0.7286475895832644f,0.05160410370692141f,1.4402642681948927f,0.6138433683465452f,0.3040725343340892f,-0.41320238745754084f,-0.10790899229657284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08390430570122946f,0.0042917206738004f,1.5602396926813689f,0.001399655742854555f,1.5506872895105006f,0.17291699664212368f,0.08291497104168263f,1.4983946662174106f,-0.17243911283513946f,1.552896501189286f,-0.013544702237562206f,0.7009952097377279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0027467012312318243f,-0.9985534033160761f,0.05369875564878663f,0.0013670074961743004f,0.11066687785095891f,-0.05306558146667672f,-0.9924398652867205f,1.477047614650931f,0.993853760761143f,0.008668609432039348f,0.11036103221448904f,0.5090215448891734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015656017223919082f,-0.9985534033160761f,0.05143918594385115f,-0.006060574780857615f,-0.13271333485974907f,-0.05306558146667672f,-0.9897329007434315f,1.5134096512050903f,0.9910308067235288f,0.008668609432039348f,-0.13335214784706806f,0.16441437674979656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9721336993961135f,-0.033541544509531916f,-0.2320151617682395f,0.24481059257125162f,0.18653880221039465f,0.4887522803358831f,-0.8522467270317824f,1.4391930058756457f,0.14198361091456527f,-0.8717775939185346f,-0.4688757628341136f,-0.5616811934882606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7377641089979136f,-0.033541544509531916f,-0.6742248024705337f,0.007822776643384866f,0.5763279246478512f,0.4887522803358831f,-0.6549559769462182f,1.6274988394293537f,0.3514971447190092f,-0.8717775939185346f,-0.34125296188603915f,-0.4218991621810042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04328427672019759f,-0.5744591125442255f,-0.8173880347813456f,0.2568194668878827f,-0.3030539693181477f,0.7720561687180251f,-0.5586479786278291f,1.3331669478398376f,0.9519898965164096f,0.27189336210975296f,-0.1406742214171815f,-0.02368164612709186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019352103932562266f,-0.30690097722667176f,-0.9515446843163474f,0.1933283793809046f,-0.20427454658619065f,0.9304332613567946f,-0.3042463734836702f,1.5057216445099637f,0.9787223332949899f,0.20026416638598296f,-0.04468621679374763f,0.013588596215319021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013400977296012867f,-0.5420664345065159f,-0.8402287750302921f,0.20274097446266393f,-0.3074116679564624f,0.7973728601525774f,-0.5193212765681025f,1.388684202986214f,0.9514822542810438f,0.2652555418337028f,-0.15595197117949897f,-0.3396031191233602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.0217605141877264f,-0.049168900213117706f,-0.9985534033160762f,0.1872808469019789f,-0.25140525366813005f,0.9664261184858708f,-0.05306558146667695f,1.5695574403181483f,0.9676372659474978f,0.2521963060002383f,0.008668609432039318f,-0.2922621329393653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,0.25263379429266547f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.232362771706689f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.10017273414365196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,0.2695847373244136f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.118541779398788f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.21232334600279104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,-0.31533690874507486f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.1973907606228247f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,0.045917953210351165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,-0.3708928639734637f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.0791052562616645f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.047582783667425785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515367315836478f,0.24304972597928948f,-0.18842685357586775f,0.15995375362562417f,0.08285757837352725f,0.7926547327135105f,0.6040141524939195f,2.2966692521669545f,0.29616291150848706f,0.5591290597064913f,-0.7743786053595169f,-0.03724095405794477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9778430892949189f,0.09120424096316969f,-0.18842685357586775f,0.04823998572856263f,-0.04216105498416452f,0.7958576185660814f,0.6040141524939195f,2.299833092384999f,0.20504959927000999f,0.5985753397866115f,-0.7743786053595169f,-0.007590240705376852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9153081854793872f,0.397188080600451f,-0.06672746228773907f,0.01330074292286973f,0.08276373689167094f,0.34763333969705107f,0.9339706767274875f,2.33879213466352f,0.3941587109910908f,0.8493483912741601f,-0.3510644111695706f,-0.05808338578790033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99324768108717f,0.09490252784619652f,-0.06672746228773907f,0.043588265764699013f,-0.028711618493946576f,0.35619435421783024f,0.9339706767274875f,2.3424763081243585f,0.11240412349383733f,0.9295800623032661f,-0.3510644111695706f,-0.05403882759001041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.96617312775837f,0.24911228989001494f,-0.06672746228773907f,0.1155487001507236f,0.027362942426330007f,0.35630049732630514f,0.9339706767274875f,2.4093078661433815f,0.256438601968155f,0.9005515102595631f,-0.3510644111695706f,0.021066986212747732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.96617312775837f,0.17608182202915493f,-0.18842685357586775f,0.07593029019416381f,0.027362942426330007f,0.7965037181136227f,0.6040141524939195f,2.2300945295678165f,0.256438601968155f,0.5784263297794001f,-0.7743786053595169f,-0.1090789379876171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9493041379692365f,-0.18628896586226468f,-0.253215471155403f,-0.22942846496988645f,-0.21434445498909907f,0.9727951679192025f,0.08789775815387131f,2.3113470164655614f,0.22995240431426409f,0.13771703769330207f,-0.9634084851604072f,0.01102948360653628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.03549155457998941f,-0.253215471155403f,-0.118430021032984f,-0.05952682737679045f,0.9943493052916451f,0.08789775815387131f,2.328224053331095f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.016604764985125156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294555959360896f,-0.26831738734311644f,-0.253215471155403f,-0.09668272125999453f,-0.29831349502683624f,0.950412038431962f,0.08789775815387131f,2.3252583974945433f,0.21707453528215234f,0.1572346553815881f,-0.9634084851604072f,-0.022591246676641398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668794336973218f,0.03203257499318435f,-0.253215471155403f,-0.1251775310847704f,0.009980478189957398f,0.9960795019307561f,0.08789775815387131f,2.3334703898251514f,0.2550383319194322f,0.08245932313985299f,-0.9634084851604072f,-0.014352641211401056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959986542156994f,-0.11961506612883432f,-0.253215471155403f,-0.19267276055194738f,-0.14596356208029246f,0.9853774011293115f,0.08789775815387131f,2.436922737977714f,0.2389989067386935f,0.12134089705716886f,-0.9634084851604072f,-0.019610986211880475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959986542156994f,-0.11961506612883432f,-0.253215471155403f,-0.1657593706729597f,-0.14596356208029246f,0.9853774011293115f,0.08789775815387131f,2.215212822723619f,0.2389989067386935f,0.12134089705716886f,-0.9634084851604072f,-0.046912688049743426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,-0.01881213504354704f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,1.710302852241441f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.09916442628456393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019352103932562266f,-0.05016569344945883f,-0.9985534033160762f,2.1558886359989865e-17f,-0.20427454658619065f,0.9774742726438428f,-0.05306558146667695f,1.34375f,0.9787223332949899f,0.20500597435227402f,0.008668609432039318f,-0.17604166666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.018521214325837247f,-0.40478932157239367f,-0.9142223852875501f,0.24612932171542318f,-0.19863772133598073f,0.8946623303254473f,-0.400152933712961f,0.7528108340146631f,0.9798979642199209f,0.1890103696562743f,-0.0638361956890672f,-0.40611500992649463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.018521214325837247f,-0.5646148837651009f,-0.8251466522084531f,0.03086989727997846f,-0.19863772133598073f,0.8067590467526939f,-0.5564915957542698f,1.0603877205891277f,0.9798979642199209f,0.17421215087819214f,-0.09721165672926448f,-0.3396966274041839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0339104496996038f,0.04556156019789118f,-0.9983858100120936f,0.3123961256065587f,0.16198704915666193f,0.9860022213830744f,0.03949449750483479f,1.1574876404448198f,0.9862100573948167f,-0.16038629511269387f,-0.04081616142333837f,-0.0855733062877593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0339104496996038f,-0.9917334009411694f,-0.12375355695426418f,-0.0097380291643396f,0.16198704915666193f,0.1167335918250122f,-0.979864003035701f,1.0822884820601533f,0.9862100573948167f,-0.053274102501056714f,0.1566894785747245f,-0.08429814618927513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07679528459454776f,-0.7241222962163374f,-0.6853826554461537f,0.00663267317026376f,-0.031496364745152605f,0.6888314717581097f,-0.7242369657255812f,1.2338823263757148f,0.9965492778944163f,-0.034030921790854415f,-0.07570622887307242f,-0.19056348435605974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09366909162405426f,-0.6723283679133495f,-0.7343028441816744f,0.008709335609880634f,-0.22732268035736813f,0.7036203131526567f,-0.6732331348902095f,1.196386896275144f,0.9693041319779185f,0.22998482692979735f,-0.08692801109311539f,-0.1955178581494964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.6529891561197902f,-0.7573194483881874f,0.00663267317026376f,-0.13052619222005157f,0.750141838513437f,-0.648267024655901f,1.2338823263757148f,0.9914083407262411f,0.10436658517765407f,-0.078848702188412f,-0.19056348435605974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.008067934218499205f,-0.07516098054434464f,-0.997138774414604f,0.012584077228415034f,-0.04362084969597546f,0.9961955639857938f,-0.0754428244886624f,1.2579145275324686f,0.9990155804136626f,0.044104708350000923f,0.004758654443671108f,-0.18745055208921882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008886712231657526f,-0.07368125452599075f,-0.9972422469376173f,0.012584077228415034f,-0.21643815160746338f,0.9734987727747764f,-0.07385571023792846f,1.2579145275324686f,0.9762558849371697f,0.21649760307560062f,-0.007296231086203288f,-0.18745055208921882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.004697212067418938f,-0.9999527594420738f,0.012584077228415034f,-0.13052619222005157f,0.9914280830113825f,-0.005767959856761984f,1.2579145275324686f,0.9914083407262411f,0.13056910972802396f,0.007823651530624608f,-0.18745055208921882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01784154402428653f,-0.38617484936665436f,-0.9222530374162349f,0.01576499232221948f,0.050428308716710946f,0.920878340596728f,-0.3865747890121501f,1.2566417371953897f,0.998568307621868f,-0.0534047520025898f,0.0030442530677225327f,0.007783632376319516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.027208922751645524f,-0.3523049565660977f,-0.9354896536582619f,0.0017950019364886705f,-0.2574526925923571f,0.9017964314737822f,-0.34710417349564837f,1.2981569685966377f,0.9659077521169607f,0.250288660870028f,-0.06616495023989555f,-0.3774887914426237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.22951725035699266f,-0.9732673921927056f,0.03220082213746853f,-0.13052619222005157f,0.9647203368225107f,-0.22864291999883918f,1.123543254072263f,0.9914083407262411f,0.1289825705652782f,-0.02174852704930699f,-0.19742969285161713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.1438180254676003f,-0.9895675623562168f,2.1558886359989865e-17f,-0.13052619222005157f,0.9809768282003603f,-0.14369194715952185f,1.34375f,0.9914083407262411f,0.13038726197202447f,-0.010424195598705482f,-0.17604166666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7511961797386995f,0.01695458781087807f,-0.6598612289702638f,0.5563945386049558f,-0.08698879436599169f,0.9934940111993324f,-0.07350237659975228f,1.7915441903300946f,0.6543219767062199f,0.11261523726043389f,0.7477837649588559f,-0.4661339553238873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7511961797386995f,0.01695458781087807f,-0.6598612289702638f,0.6268191804554588f,-0.08698879436599169f,0.9934940111993324f,-0.07350237659975228f,1.783388990858283f,0.6543219767062199f,0.11261523726043389f,0.7477837649588559f,-0.40479127000767917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7511961797386995f,0.01695458781087807f,-0.6598612289702638f,0.6905860438757468f,-0.08698879436599169f,0.9934940111993324f,-0.07350237659975228f,1.7984919470841516f,0.6543219767062199f,0.11261523726043389f,0.7477837649588559f,-0.5476301774096116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3177900721942236f,-0.7327632725319583f,-0.60172041384936f,-0.9413253051992511f,-0.05874562405327416f,0.6486156150018105f,-0.7588456599535998f,2.492497127305703f,0.94633948542232f,-0.20580517584375266f,-0.24917023884593548f,-0.5601921470170362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08481426336274793f,-0.7327632725319583f,-0.6751774042120259f,-0.9298745901517649f,0.3871343913403713f,0.6486156150018105f,-0.6553050793465156f,2.47635688417119f,0.9181141017170767f,-0.20580517584375266f,0.3386897191001925f,-0.6518296730446418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12214096050651999f,-0.7327632725319583f,-0.6694322760330575f,-0.8351851062705493f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.595635373550615f,0.9774669442944589f,-0.20580517584375266f,0.046931891157028116f,-0.6130506937043932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3296414410313456e-7f,1.750506166074807e-8f,-0.00001562442444089379f,0.687722205211538f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5075092261912226f,0.000015490755323847517f,0.0000020393966278997748f,1.3411148646117425e-7f,-0.15310454372739676f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136.mcfunction new file mode 100644 index 000000000..88bdd41d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136_as_bone.mcfunction new file mode 100644 index 000000000..ce643d6a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_136_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.47614697691643165f,0.042213762057768216f,-0.6621529272839605f,-0.3309414881491679f,-0.2530789768957102f,0.7649497770657091f,-0.1332190469301849f,1.4513201799518793f,0.613334763625223f,0.28286795736614706f,0.4590758443533486f,-0.1758866852532661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.44674966902614727f,-0.1402904117693071f,-0.6486396022373491f,-0.3309414881491679f,0.05771668840317282f,0.7871711744992418f,-0.13050029087038523f,1.4513201799518793f,0.6611229213276447f,0.02607953993233683f,0.44970694957062723f,-0.1758866852532661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4522284082384957f,0.03799627305991971f,-0.6789625869369218f,-0.32939446463868427f,-0.024720627194618802f,0.8139333424969638f,0.06201490955624522f,1.4333524443186338f,0.6795754570447828f,0.05489300182828972f,-0.44956467941454004f,-0.09226284742027155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.42352174489798144f,-0.13514090496581757f,-0.6651062076116785f,-0.32939446463868427f,-0.32749487678603606f,0.7273627900372794f,0.06074929915713818f,1.4333524443186338f,0.5944547394692621f,0.3044344058647187f,-0.44038989003873313f,-0.09226284742027155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08344260022476219f,0.004705332941418513f,1.5602632605780478f,0.0007815316144552976f,1.5557214544923454f,0.11947652679692189f,0.08283939628440747f,1.4775815270922206f,-0.1190560309264138f,1.5579183128092609f,-0.011065356460321918f,0.7136042472602883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.003011413082507417f,-0.9985684867699506f,0.05340326414384758f,0.0006977608808534739f,0.07646497715002976f,-0.05301721362202058f,-0.9956617308751011f,1.4628407703392063f,0.997067720197927f,0.007081828134605567f,0.07619585979290461f,0.5210106628793758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015126530078962232f,-0.9985684867699506f,0.05130463251735952f,-0.0064797385974910944f,-0.15291553401926367f,-0.05301721362202058f,-0.9868160996433734f,1.5051528947675914f,0.9881234880030803f,0.007081828134605567f,-0.1534985998857913f,0.17873267939984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9701002275562283f,-0.03238407292609007f,-0.2405344472545919f,0.24313822835280913f,0.19369439028330043f,0.4938796496836018f,-0.8476823548955015f,1.4332357340011108f,0.14624647574603217f,-0.8689270184826344f,-0.4728401472831434f,-0.5484949741054396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7318553628914283f,-0.03238407292609007f,-0.6806900907371678f,0.008162485307460587f,0.580373491470533f,0.4938796496836018f,-0.6474947891888443f,1.6226906189566088f,0.35714750202872625f,-0.8689270184826344f,-0.3426536127717327f,-0.40688079800789845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03254732102107598f,-0.5761219914732257f,-0.8167154478980274f,0.25662378922226925f,-0.2795051156170877f,0.7792984004164506f,-0.5608661992420647f,1.3259947923380038f,0.9595923937996953f,0.2465308379276019f,-0.13566496862670552f,-0.010085673068616026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01808403746420044f,-0.30707160980656456f,-0.9515145789948772f,0.1931008962648204f,-0.21003507841770563f,0.9292683576164789f,-0.30388416438972227f,1.4983333333636577f,0.9775265896245797f,0.20534689182838017f,-0.04769088585214047f,0.028118801112629377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010677861285231257f,-0.5430131382919964f,-0.8396563076167837f,0.2030242319667845f,-0.2768862314686853f,0.8052645700578717f,-0.52429284472762f,1.3825033889614637f,0.9608433785489927f,0.23808759701376314f,-0.14175435812266554f,-0.32233457665994514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.019571357056565795f,-0.04977890329181103f,-0.9985684867699506f,0.18744963455725777f,-0.2389420677214958f,0.9695854079619457f,-0.05301721362202069f,1.5639692953691908f,0.9708365723724773f,0.23963763780827788f,0.007081828134605551f,-0.2773582581450518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,0.25362362124629667f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.225069965883581f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.07748634633136779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,0.27043672168215166f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.1127296402543143f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.19114057366693235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,-0.31453630263339816f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.189294478526405f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,0.06767103515981215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,-0.3702542563098446f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.0723870694047326f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.02745246262368692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9511678342327059f,0.2505181968972465f,-0.18033409035569473f,0.16152084323462812f,0.07929372351832155f,0.7629216335903681f,0.6416097617792327f,2.2854989969437933f,0.298315699438805f,0.5959792060325225f,-0.7455310385525072f,-0.011563086276208182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9786470599352364f,0.09863847087065908f,-0.18033409035569473f,0.049789387550008495f,-0.04102975141690762f,0.765933073504639f,0.6416097617792327f,2.288491585282411f,0.20141124988139195f,0.6353085698902817f,-0.7455310385525072f,0.018038718578081606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9150363287138521f,0.399882405137465f,-0.052939391716864084f,0.015203722746993789f,0.07246316673063019f,0.29206594467496044f,0.9536490829589738f,2.3314051648113625f,0.396809282403076f,0.8687873997835137f,-0.2962276951538403f,-0.031398553376494984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9938217220091077f,0.09754899111472373f,-0.052939391716864084f,0.0455293440323679f,-0.021336773472187927f,0.3001635698570109f,0.9536490829589738f,2.3344248112302224f,0.10891798272392203f,0.9488867296275117f,-0.2962276951538403f,-0.027096919482132928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9663261032183317f,0.2518159705886871f,-0.052939391716864084f,0.11822378044899148f,0.025881845090747826f,0.29980586496299017f,0.9536490829589738f,2.3957639596814344f,0.25601560955061436f,0.9201658330378663f,-0.2962276951538403f,0.05188834694521831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9663261032183317f,0.18355783310569512f,-0.18033409035569473f,0.07692326800021014f,0.025881845090747826f,0.766594445377929f,0.6416097617792327f,2.2232802094714006f,0.25601560955061436f,0.6153368818958009f,-0.7455310385525072f,-0.08656245148133669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9499235703936197f,-0.18443689218772796f,-0.25224639385087344f,-0.22836926914704608f,-0.2154822154404239f,0.9712362630040394f,0.10132885203551256f,2.303533870721306f,0.22630206636158742f,0.15060927669330482f,-0.9623430887861121f,0.03438293097877235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578935f,-0.25224639385087344f,-0.11731431587448504f,-0.06089444656540634f,0.9929875780303891f,0.10132885203551256f,2.320554714172627f,0.24707639402754028f,0.11335358388667041f,-0.9623430887861121f,0.0070657410274813995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.930234090089814f,-0.2665263484610968f,-0.25224639385087344f,-0.09556814246821194f,-0.29931105844039047f,0.9487599032634433f,0.10132885203551256f,2.3176254883708403f,0.2123144553017272f,0.16975968760437693f,-0.9623430887861121f,0.0010572717227040652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670663641829885f,0.03397652211638949f,-0.25224639385087344f,-0.12405306316284442f,0.00852120116100219f,0.994816492060691f,0.10132885203551256f,2.3257840539543206f,0.25438167464789835f,0.09584228226067842f,-0.9623430887861121f,0.009382698176678805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9604752715464739f,-0.11772429459103614f,-0.25224639385087344f,-0.19133487865711113f,-0.14720729471412564f,0.9839016597852214f,0.10132885203551256f,2.4294344712817235f,0.2362567779571109f,0.13445636591448232f,-0.9623430887861121f,0.005459329356306865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9604752715464739f,-0.11772429459103614f,-0.25224639385087344f,-0.16484691237412805f,-0.14720729471412564f,0.9839016597852214f,0.10132885203551256f,2.208056597830049f,0.2362567779571109f,0.13445636591448232f,-0.9623430887861121f,-0.024793352974451607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,-0.018876863885902134f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,1.7035957432840405f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.08369839244524677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01808403746420044f,-0.05033830369573908f,-0.9985684867699506f,1.9926023961126735e-17f,-0.21003507841770563f,0.9762553154241081f,-0.05301721362202069f,1.3375f,0.9775265896245797f,0.21069317570156434f,0.007081828134605551f,-0.1627083333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01655378074375195f,-0.38258765151076213f,-0.923770892188408f,0.2351450345896239f,-0.19874971463740768f,0.9042018066165208f,-0.3780444998184326f,0.7410967635424599f,0.9799104669686085f,0.1898572669741653f,-0.06107122810672566f,-0.39327479567757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01655378074375195f,-0.5445250598936293f,-0.8385812014891146f,0.027544855505177747f,-0.19874971463740768f,0.8201677257000598f,-0.5364918011037452f,1.0537857089656077f,0.9799104669686085f,0.17554874214254798f,-0.09464732356243566f,-0.3263468377357236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03126255761093577f,0.06141496314605728f,-0.9976226013846073f,0.31057941251023324f,0.1590422642432106f,0.9856994459663893f,0.055697041267428415f,1.146186690658876f,0.9867766772051392f,-0.15692292542302835f,-0.04058306051375398f,-0.07197808777584004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03126255761093577f,-0.9897287013716514f,-0.13949820849318256f,-0.012722986569435506f,0.1590422642432106f,0.13286243306710963f,-0.9782909240424754f,1.0761764913205154f,0.9867766772051392f,-0.0527699873097607f,0.15325507418455037f,-0.07093700039544186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07682281271650071f,-0.7161394615430225f,-0.693716460138575f,0.005360051375424384f,-0.030518465052604332f,0.6971355884509643f,-0.7162894628611819f,1.2275618158218287f,0.9965775828991731f,-0.03385620971103199f,-0.07541139387946753f,-0.1772220082249417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09136224782337765f,-0.6640907808751486f,-0.7420487682284065f,0.007002408855726595f,-0.2283005800499164f,0.7113498116597192f,-0.6647257258452944f,1.1900444783926032f,0.969294477866005f,0.23014100071112348f,-0.08662179269763007f,-0.18217354123286264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,-0.6442578982781418f,-0.7647731661856019f,0.005360051375424384f,-0.13052619222005157f,0.7576338190570788f,-0.6394950424870545f,1.2275618158218287f,0.9914177466415722f,0.10451199322191229f,-0.07853721994653304f,-0.1772220082249417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007895713382063635f,-0.06364988186018808f,-0.997941055498456f,0.011589311793455268f,-0.04362084969597546f,0.9970002690664046f,-0.06393500569576739f,1.2515240471820597f,0.9990169564036384f,0.044035849267395656f,0.005095566436598796f,-0.17411330545962025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006713377583065465f,-0.06237486547638136f,-0.9980302133293514f,0.011589311793455268f,-0.21643815160746338f,0.9743034778553872f,-0.06234789144503346f,1.2515240471820597f,0.9762732491931609f,0.21643037955818564f,-0.006959433463135085f,-0.17411330545962025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,0.006782890958897475f,-0.9999501125564008f,0.011589311793455268f,-0.13052619222005157f,0.9914280830113825f,0.005767959856761873f,1.2515240471820597f,0.9914177466415722f,0.13047738733824638f,0.00815493945608286f,-0.17411330545962025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016927298565894693f,-0.37554420660213156f,-0.9266498882808094f,0.01482011649740871f,0.0507208859793174f,0.9252669181956236f,-0.3759102576656376f,1.2502322689611267f,0.9985694058445482f,-0.053363648491726805f,0.003385665505817353f,0.021119935075880863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024557817426017352f,-0.34179591262885534f,-0.939453281283044f,0.0012021059912334688f,-0.25766225105202106f,0.9058229860987437f,-0.33629582548399306f,1.291871115068096f,0.9659229151366456f,0.2503203386969643f,-0.06582286873542798f,-0.36415175076377937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,-0.21833078620777668f,-0.9758472744262869f,0.029651420219914175f,-0.13052619222005157f,0.967315354124894f,-0.21740266516021567f,1.1169345274631832f,0.9914177466415722f,0.12896772258253156f,-0.021405096963628252f,-0.1840862931530358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,-0.1324492776394887f,-0.9911626627673665f,1.9926023961126735e-17f,-0.13052619222005157f,0.9825823179193177f,-0.13226829422365277f,1.3375f,0.9914177466415722f,0.13034253858613568f,-0.010083366455151718f,-0.1627083333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5538953506868215f,0.01942616951508822f,-0.8323596364706148f,0.5402065977995525f,-0.10920149575193226f,0.9927864716662037f,-0.04949803028516085f,1.7874574505013145f,0.8253938295220432f,0.1183116461492318f,0.5520211776484623f,-0.48969000877000846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5538953506868215f,0.01942616951508822f,-0.8323596364706148f,0.5921342869264421f,-0.10920149575193226f,0.9927864716662037f,-0.04949803028516085f,1.7772198102745709f,0.8253938295220432f,0.1183116461492318f,0.5520211776484623f,-0.4123093372523169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5538953506868215f,0.01942616951508822f,-0.8323596364706148f,0.6910243878335895f,-0.10920149575193226f,0.9927864716662037f,-0.04949803028516085f,1.789763334930717f,0.8253938295220432f,0.1183116461492318f,0.5520211776484623f,-0.533802849658432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3083687124082999f,-0.7325183717864545f,-0.6068983211403444f,-0.9408226528120571f,-0.04549299392951128f,0.6486156150018105f,-0.7597553365914269f,2.485431338604328f,0.9501784699260326f,-0.20667515325056446f,-0.23333721588696257f,-0.5417799622065865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07192075280604929f,-0.7325183717864545f,-0.6769373976307799f,-0.9292631305126136f,0.37563877831227105f,0.6486156150018105f,-0.6619616999524123f,2.469291095469815f,0.9239712731161481f,-0.20667515325056446f,0.3218112295818466f,-0.6334038264329303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12330157119406529f,-0.7325183717864545f,-0.6694875335182846f,-0.8346197616345926f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.58856958484924f,0.9773212184143332f,-0.20667515325056446f,0.04613693819466823f,-0.5945124350489587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.1456949468181155e-7f,1.5083360122186355e-8f,-0.000015624572676496974f,0.6876944835783317f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5012592261912225f,0.00001549090229127457f,0.00000203941597652861f,1.1555811033510892e-7f,-0.1389545882457967f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137.mcfunction new file mode 100644 index 000000000..111ab771a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137_as_bone.mcfunction new file mode 100644 index 000000000..4674cfc1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_137_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5016553329342662f,0.0465000308689368f,-0.6427473208907546f,-0.3276020623376761f,-0.2511155796289231f,0.7642568297326101f,-0.14070148655623488f,1.4458839285850533f,0.5934874363039919f,0.28406634749771453f,0.48375966927087594f,-0.16482545880223376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4714421739341498f,-0.14597364038261207f,-0.629630028627678f,-0.3276020623376761f,0.059233844078367626f,0.7858080142086538f,-0.13783002764692398f,1.4458839285850533f,0.643609841714639f,0.03460435115559976f,0.47388702295922547f,-0.16482545880223376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.48060104412679455f,0.04278759169255129f,-0.6588902054408083f,-0.32611953098030017f,-0.025896732065660795f,0.8131015742727883f,0.07169123815276793f,1.4263781907174948f,0.6597699902973753f,0.06308324941463485f,-0.47714621238226f,-0.07657771741372393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45099582408866035f,-0.14144079375133675f,-0.6454434665542613f,-0.32611953098030017f,-0.3282474729977744f,0.7261691284990128f,0.0702281516598543f,1.4263781907174948f,0.5734599926107884f,0.3044222374892741f,-0.4674085345785405f,-0.07657771741372393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08298377939725934f,0.004438763385868177f,1.560288511697933f,-0.00020627915691148985f,1.5589170785020234f,0.0658834532332587f,0.08272341231342319f,1.4568187069275245f,-0.06555520354375086f,1.5611040701918837f,-0.00792763007916657f,0.7258757021401664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0028408085669552018f,-0.9985846474866772f,0.05310961881424576f,-0.00025708776778538955f,0.042165410069285314f,-0.052942983880590634f,-0.997706930241295f,1.448703094019365f,0.9991066049228056f,0.005073683250666152f,0.04195533026800033f,0.5328893815951987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01417905034719444f,-0.9985846474866772f,0.05126067045172447f,-0.007042053494301276f,-0.17306113696294748f,-0.052942983880590634f,-0.9834871037949157f,1.496888109262382f,0.9848090157001731f,0.005073683250666152f,-0.1735668756817621f,0.19303684493978374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9680525027489499f,-0.03085613083587925f,-0.24884181945833267f,0.2416111744944421f,0.2007965228676744f,0.4989966735477853f,-0.8430202110225451f,1.427301806628676f,0.1501835820778888f,-0.8660543972396217f,-0.47685917491033974f,-0.5352101337627387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7260368884568439f,-0.03085613083587925f,-0.6869631254949159f,0.00860722210639416f,0.5843249043909614f,0.4989966735477853f,-0.639974004078868f,1.6178739926507002f,0.36253943607337197f,-0.8660543972396217f,-0.3442599865123994f,-0.3918479064804613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.023293694762641745f,-0.5774376994686089f,-0.8161023875817943f,0.256362966468593f,-0.25969780935648085f,0.7848052797614825f,-0.562705714093918f,1.318815793123101f,0.9654089556243768f,0.2250474974108838f,-0.1316782909569701f,0.003612696718351044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016401514074124844f,-0.3073221967731038f,-0.9514641652246446f,0.19279340354098204f,-0.2157955260570099f,0.9280771736365492f,-0.3034881393210828f,1.4909334623091972f,0.9763008149488839f,0.21029937504745075f,-0.051096884296374f,0.042724474012895725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008635274791395316f,-0.5437001731483793f,-0.8392351004025627f,0.20334924310740551f,-0.2525955221156304f,0.8108625418610469f,-0.5279180243312158f,1.3765003654303782f,0.9675334279684653f,0.2165457455713794f,-0.13033420824375408f,-0.3056477407615325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01714146286655188f,-0.05034751289491089f,-0.9985846474866772f,0.187667930392818f,-0.23006610221755908f,0.9717338262447383f,-0.05294298388059085f,1.558369564202013f,0.9730240278951053f,0.23064799777378875f,0.00507368325066611f,-0.26236953065863045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,0.25453857049208967f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.217684983778229f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.05482500350910897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,0.2712738914923589f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.1068187659352366f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.16992897073964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,-0.31387085483339977f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.1811199520687525f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,0.08915407016908813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,-0.3696984391938313f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.0655858578373167f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.007569589783379668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510385288808028f,0.25618428365823553f,-0.17290265871511257f,0.16284729203143777f,0.07593311395281865f,0.7359482574054235f,0.6727661738132712f,2.2747292596226787f,0.29959953068999673f,0.6266975149371802f,-0.7193680184591865f,0.013455932377186577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9794057177981119f,0.1042550265148402f,-0.17290265871511257f,0.05108505051279636f,-0.04012942062822658f,0.738766069180694f,0.6727661738132712f,2.2775517802730803f,0.197873872819045f,0.6658495208931939f,-0.7193680184591865f,0.04295805726518273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9151288114624049f,0.40100052018527865f,-0.04168742307389166f,0.016895928563206514f,0.06364604783585288f,0.24579922303991777f,0.9672289917841839f,2.323581582453664f,0.39810606504583945f,0.8824858779403264f,-0.25046004912881664f,-0.005230881742644161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942551948812045f,0.09858380297592523f,-0.04168742307389166f,0.04724266181602997f,-0.015425148592771776f,0.253436663178479f,0.9672289917841839f,2.3260541416536515f,0.10591823375901147f,0.9623154844164996f,-0.25046004912881664f,-0.0007333427617647881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9665923590801417f,0.2529058522955613f,-0.04168742307389166f,0.12042082483274223f,0.024410989408878363f,0.2527294621689971f,0.9672289917841839f,2.3827399252721486f,0.25515351254483165f,0.9338985216962414f,-0.25046004912881664f,0.08122593324959583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9665923590801417f,0.1892191374494959f,-0.17290265871511257f,0.07784651890660572f,0.024410989408878363f,0.7394523507087734f,0.6727661738132712f,2.2163631463626747f,0.25515351254483165f,0.6460699180848293f,-0.7193680184591865f,-0.06413979831949053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506244834560805f,-0.18272626948381437f,-0.2508469690755463f,-0.22743926615912763f,-0.21657253477254268f,0.9695294166988923f,0.11449474807911933f,2.2956179492775046f,0.22228231741651297f,0.16316807468384767f,-0.9612318922965004f,0.05747942126350008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675054048093438f,-0.031766173366010814f,-0.2508469690755463f,-0.11631726441584078f,-0.06223835184591714f,0.9914723093570503f,0.11449474807911933f,2.312778320532245f,0.24507076370756956f,0.126386589509638f,-0.9612318922965004f,0.03052458845072934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9310814265587812f,-0.26488332379158297f,-0.2508469690755463f,-0.09456937709460855f,-0.30024846732079297f,0.9469645244325753f,0.11449474807911933f,2.3098856583304666f,0.2072154313481006f,0.18192035137199392f,-0.9612318922965004f,0.02450461939355065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673645065082372f,0.0358009728036288f,-0.2508469690755463f,-0.12304866501500715f,0.007074869766783232f,0.9933986605990979f,0.11449474807911933f,2.317989951822502f,0.25329006645713004f,0.10898344583574049f,-0.9612318922965004f,0.03290201253320921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9610551502122107f,-0.11596894565441523f,-0.2508469690755463f,-0.19012284506797358f,-0.1484140216626209f,0.9822750281037514f,0.11449474807911933f,2.421815439724539f,0.23312287838071988f,0.14726497481606826f,-0.9612318922965004f,0.03026251194101716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9610551502122107f,-0.11596894565441523f,-0.2508469690755463f,-0.1640298322957302f,-0.1484140216626209f,0.9822750281037514f,0.11449474807911933f,2.200803558401195f,0.23312287838071988f,0.14726497481606826f,-0.9612318922965004f,-0.002872107392598147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,-0.018972525060870868f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,1.696875832958974f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.0682405833454682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016401514074124844f,-0.05059340016232236f,-0.9985846474866772f,1.82931615622636e-17f,-0.2157955260570099f,0.9750022212239302f,-0.05294298388059085f,1.33125f,0.9763008149488839f,0.21635844441208504f,0.00507368325066611f,-0.1493750000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014302495092669978f,-0.36021493336151206f,-0.9327596906049734f,0.22410107644316937f,-0.19885242851993862f,0.9131969312793736f,-0.35570925820627397f,0.7296116132330971f,0.9799250738224056f,0.1905690596222181f,-0.05856861965982f,-0.3803614726139554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014302495092669978f,-0.5241650533808198f,-0.851496585693922f,0.024263149841731873f,-0.19885242851993862f,0.8330825006611452f,-0.5161697964467659f,1.0472243166101587f,0.9799250738224056f,0.17670467992233677f,-0.09231633543256401f,-0.31299281339356455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028972287674258877f,0.07731372048006759f,-0.9965857690999053f,0.3086548562453582f,0.1560468074635193f,0.9851301634959673f,0.07188848900103625f,1.1348987195188363f,0.9873246681955047f,-0.15343125364781038f,-0.0406060337474363f,-0.05830590375752657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028972287674258877f,-0.9874476631712349f,-0.15526660634079498f,-0.01573265059847204f,0.1560468074635193f,0.14895930258313422f,-0.9764530301322177f,1.0700976707061824f,0.9873246681955047f,-0.052518936314568464f,0.14977236360898818f,-0.05758299198971699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07712653612448803f,-0.7080514929290196f,-0.7019363082120945f,0.004090876767461959f,-0.029553953626240345f,0.7053476180578806f,-0.7082452269695381f,1.2212561891382425f,0.9965831933413769f,-0.03387950798138767f,-0.07532673953147719f,-0.16388043171992245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08876464123703376f,-0.6558308611857642f,-0.7496710745269554f,0.005300130141798632f,-0.22926509147628038f,0.7189806996454811f,-0.6561282430803199f,1.1837220236272905f,0.9693081843750384f,0.2301143955810537f,-0.08653905852233928f,-0.16882914374156202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,-0.6354708374616839f,-0.772102562141139f,0.004090876767461959f,-0.13052619222005157f,0.7650232281094622f,-0.6306364829261879f,1.2212561891382425f,0.9914274884597962f,0.10448098003332545f,-0.07845546467631559f,-0.16388043171992245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007435316679139286f,-0.052142870302966424f,-0.9986119552370926f,0.010596273111963143f,-0.043632548044126265f,0.9976715326611953f,-0.05241863856147427f,1.2451452065994004f,0.9990199781871523f,0.04396173329191523f,0.005142877493445409f,-0.16077383983468185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0042585445335632955f,-0.0511222821861735f,-0.9986833217104074f,0.010596273111963143f,-0.2164264532593126f,0.9749747414501779f,-0.05083152431074034f,1.2451452065994004f,0.9762896369049763f,0.2163579575569987f,-0.006912240860510328f,-0.16077383983468185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,0.018224686322585143f,-0.9998166894674286f,0.010596273111963143f,-0.13052619222005157f,0.9912938595192522f,0.01730309868085185f,1.2451452065994004f,0.9914274884597962f,0.13040070892394923f,0.008196965196475222f,-0.16077383983468185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01629778672460638f,-0.36484814365678236f,-0.9309243869499173f,0.013820426560593943f,0.05098922119401056f,0.9295333472030602f,-0.36519564038950847f,1.2438311915940328f,0.9985662128621756f,-0.05341899014091226f,0.003453986453014833f,0.03445936225734286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.021625808910881596f,-0.3313132228671267f,-0.943272957707549f,0.0006669411073309088f,-0.2578544461452547f,0.9097246549169498f,-0.3254414491722908f,1.2855948627468425f,0.9659417213228104f,0.2502650606649567f,-0.06575705603425065f,-0.35081495198806695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,-0.20715222965346286f,-0.9782911148930895f,0.02710419390032525f,-0.13052619222005157f,0.9697794124126532f,-0.20613297748080803f,1.1103555238324638f,0.9914274884597962f,0.12890246316563606f,-0.02134689945009794f,-0.17073722446711317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,-0.12110026413672154f,-0.9926229282840395f,1.82931615622636e-17f,-0.13052619222005157f,0.9840547817211395f,-0.12082673427803382f,1.33125f,0.9914274884597962f,0.13027245525350603f,-0.010031078133681506f,-0.1493750000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3504953836029003f,0.019413993360238562f,-0.9363632216906347f,0.5346854255738319f,-0.12251259405221379f,0.9921447420800491f,-0.02528784414516718f,1.7829843240017051f,0.9285169090391695f,0.12357955989855851f,0.35012061065242256f,-0.5107817184860637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3504953836029003f,0.019413993360238562f,-0.9363632216906347f,0.5675443677866038f,-0.12251259405221379f,0.9921447420800491f,-0.02528784414516718f,1.7714987683093102f,0.9285169090391695f,0.12357955989855851f,0.35012061065242256f,-0.4237332582636416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3504953836029003f,0.019413993360238562f,-0.9363632216906347f,0.6915693799338131f,-0.12251259405221379f,0.9921447420800491f,-0.02528784414516718f,1.7810347227772827f,0.9285169090391695f,0.12357955989855851f,0.35012061065242256f,-0.5197755799727161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.29913769456718664f,-0.7322125544148245f,-0.6118671545738882f,-0.9402254959306258f,-0.03222650619909684f,0.6486156150018105f,-0.7604335843938131f,2.4783655499029527f,0.9536656080551653f,-0.2077560086571282f,-0.21762203215582543f,-0.523638298681011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05872383120201978f,-0.7322125544148245f,-0.6785398196172975f,-0.9285307639846623f,0.3640287420734022f,0.6486156150018105f,-0.6684166806119364f,2.4622253067684396f,0.9295346075286348f,-0.2077560086571282f,0.3046356090043416f,-0.6152450031096218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12474380742361098f,-0.7322125544148245f,-0.6695548951854351f,-0.8339448956798288f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5815037961478646f,0.977138180571849f,-0.2077560086571282f,0.04514883094384628f,-0.5762139755368934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.170726455304341e-8f,1.2073490425316219e-8f,-0.00001562472620587181f,0.6876586778964454f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4950092261912227f,0.000015491054507184317f,0.0000020394360161333006f,9.249860292378526e-8f,-0.1246063532169214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138.mcfunction new file mode 100644 index 000000000..3c9465c69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138_as_bone.mcfunction new file mode 100644 index 000000000..5384f9a8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_138_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5218601468987997f,0.04978240703736151f,-0.626201360165222f,-0.3248847856237922f,-0.2497575363731486f,0.7634292528492593f,-0.14744962991910635f,1.4403776005838234f,0.5763918845265112f,0.28573052389976206f,0.5030655102552638f,-0.1535722255456128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.49095850868531066f,-0.15057725905843442f,-0.6134217405700134f,-0.3248847856237922f,0.06015267027200846f,0.7845499420468309f,-0.14444045379830828f,1.4403776005838234f,0.6287617983057199f,0.04251914261557174f,0.49279886718882987f,-0.1535722255456128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5039519874569608f,0.04662471535293628f,-0.640939134942532f,-0.32352878613337316f,-0.02710442241661451f,0.8122474861156896f,0.08039786084622265f,1.4194137111202174f,0.6420608920251141f,0.07088442467456808f,-0.4996775497407449f,-0.06131141284346486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4735674442620517f,-0.1467217528981184f,-0.6278587444335008f,-0.32352878613337316f,-0.32902028770081765f,0.72494342630534f,0.07875708817589158f,1.4194137111202174f,0.5545083642438406f,0.3048438221174532f,-0.4894800487256277f,-0.06131141284346486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0825950051426303f,0.003531705282757479f,1.5603114567878056f,-0.0015394071169765604f,1.5602693009819044f,0.0122046967667102f,0.08256514876309276f,1.4361177300610073f,-0.012000980748583027f,1.562448342325156f,-0.004171813328008182f,0.7378095677475931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.002260291380964355f,-0.9985993323441955f,0.05286080329128317f,-0.001478077259032421f,0.007811005930694281f,-0.05284169520837915f,-0.9985723526284188f,1.4346378366730734f,0.9999669390880999f,0.002669960529924791f,0.007680627679092916f,0.5446583528249738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012843265929592385f,-0.9985993323441955f,0.05132663988601209f,-0.007739818870145663f,-0.1931393846961757f,-0.05284169520837915f,-0.9797473824035904f,1.4886161706303906f,0.9810872685951257f,0.002669960529924791f,-0.19354752055070143f,0.20732590493060032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9659914188314953f,-0.028982749490167263f,-0.2569447002292613f,0.24021991940884713f,0.20784515526910785f,0.5041010859654744f,-0.8382615859978255f,1.421390294190776f,0.15382122797284906f,-0.8631582099247043f,-0.48093339919837685f,-0.5218346048892347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7203058692951148f,-0.028982749490167263f,-0.693050831390454f,0.009149037366461464f,0.5881827500065074f,0.5041010859654744f,-0.6323947720555665f,1.61304828849807f,0.3676962159905806f,-0.8631582099247043f,-0.3460598176410963f,-0.37680085428180143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015994100749711335f,-0.5784943741124798f,-0.8155295505752187f,0.2560404266875946f,-0.24467215855991095f,0.7885725451884914f,-0.5641709632731718f,1.311630045668556f,0.969473941664675f,0.2085607827352856f,-0.12892895849266406f,0.01740656449690938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014330653472110221f,-0.3076524642107045f,-0.9513908732146548f,0.19240939669049592f,-0.2215533541518641f,0.9268605076319133f,-0.3030572728979964f,1.4835222828939272f,0.9750429445081488f,0.21512684783028158f,-0.054878918607110784f,0.057399855223792734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.007526312799665949f,-0.5441161031699694f,-0.8389761742068536f,0.20371071443514344f,-0.23615398086585623f,0.8143008527240424f,-0.5302314764082818f,1.3706902793158777f,0.9716864987931295f,0.20211825133823197f,-0.12236650088616935f,-0.28970115170890426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014541894961728573f,-0.050871472680164f,-0.9985993323441956f,0.18793106748046148f,-0.22559235898244195f,0.9727876658429844f,-0.05284169520837937f,1.5527577060663849f,0.9741132484776392f,0.22604479744313855f,0.002669960529924747f,-0.24730106493500373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,0.25534787916645785f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.2102286054400553f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,-0.03228502034936838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,0.2720701211901744f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.100808530895457f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,-0.14876646268399465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,-0.3133662477949093f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.1728890089543187f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,0.11028512494357959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,-0.3692458092130694f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.0587021774115417f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,0.012004126688904132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951156035362629f,0.25989127046138605f,-0.16660949532127928f,0.16389998563117364f,0.07290635478613312f,0.7135348962785524f,0.6968160555157685f,2.2645895054809597f,0.2999780989089757f,0.650633905764772f,-0.6976307482072691f,0.03770456248122635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9801016780776182f,0.10789799209542872f,-0.16660949532127928f,0.05209429147792849f,-0.03961269320931577f,0.7161551642710892f,0.6968160555157685f,2.2672436866420766f,0.1945033037409422f,0.689550436146352f,-0.6976307482072691f,0.0670572915242807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155386100217916f,0.40081547982639565f,-0.03370466868108324f,0.01830086467088013f,0.05677644308521128f,0.21173307643456787f,0.9756769649090553f,2.3153512238774536f,0.39820282403563795f,0.8913563010800392f,-0.21660668377257697f,0.020155799537028646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945877558559374f,0.09828118441771111f,-0.03370466868108324f,0.048655081623179317f,-0.011431512721320078f,0.21891500785180787f,0.9756769649090553f,2.317430713286339f,0.1032691455293015f,0.9707816583180249f,-0.21660668377257697f,0.024799382422159316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669681656496879f,0.2526589834721411f,-0.03370466868108324f,0.12207390756781765f,0.022955080312362666f,0.21800808341368394f,0.9756769649090553f,2.370653365860489f,0.25386144037236197f,0.942674871648288f,-0.21660668377257697f,0.1088390741227615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669681656496879f,0.19290889738129213f,-0.16660949532127928f,0.07866940565702699f,0.022955080312362666f,0.7168824513567751f,0.6968160555157685f,2.2093548143052146f,0.25386144037236197f,0.6699744086514314f,-0.6976307482072691f,-0.04190516782381032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9513895682572537f,-0.18121110301919024f,-0.24903900408137739f,-0.22667145177847364f,-0.2176189079706874f,0.9677080947669772f,0.1272126338698821f,2.2876204927621413f,0.21794471846071747f,0.17522436892463217f,-0.9601023488306039f,0.08021531889514948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680240458916888f,-0.03014997548325883f,-0.24903900408137739f,-0.1154734233112377f,-0.06355675997572109f,0.9898370997519118f,0.1272126338698821f,2.3049162462400146f,0.24267258773267744f,0.13897300073425412f,-0.9601023488306039f,0.053663558094170095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319756554399112f,-0.2634406045269092f,-0.24903900408137739f,-0.09372093283832682f,-0.3011321200872514f,0.9450589357472077f,0.1272126338698821f,2.302060096228628f,0.20184356298654896f,0.1935527211145637f,-0.9601023488306039f,0.04764278652082686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.967769143941799f,0.03744941228261145f,-0.24903900408137739f,-0.122199153180468f,0.005645606757033517f,0.9918594017844629f,0.1272126338698821f,2.310109660234897f,0.25177571598250353f,0.12170648549463062f,-0.9601023488306039f,0.056096253883597125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617126786355538f,-0.11440410044130184f,-0.24903900408137739f,-0.18907752841518807f,-0.1495848949437687f,0.9805311341250461f,0.1272126338698821f,2.4140851294894192f,0.22963685017063246f,0.15959447613770195f,-0.9601023488306039f,0.05467173624034192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617126786355538f,-0.11440410044130184f,-0.24903900408137739f,-0.1633366058158952f,-0.1495848949437687f,0.9805311341250461f,0.1272126338698821f,2.1934656243112842f,0.22963685017063246f,0.15959447613770195f,-0.9601023488306039f,0.018762979109359035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,-0.0190992687667209f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,1.6901433108769606f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,-0.052791558832574526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014330653472110221f,-0.05093138337792245f,-0.9985993323441956f,1.6660299163400438e-17f,-0.2215533541518641f,0.9737154956718946f,-0.05284169520837937f,1.325f,0.9750429445081488f,0.22200028755757875f,0.002669960529924747f,-0.13604166666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011792583792395511f,-0.33768017966421815f,-0.9411870330754886f,0.2129969677597236f,-0.19894584907775814f,0.9216423212383495f,-0.3331605931635926f,0.7183583730798473f,0.9799395308396477f,0.19117407764738492f,-0.056311525760206635f,-0.36739022276769834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011792583792395511f,-0.5035434074008271f,-0.8638894442176406f,0.021021043688158266f,-0.19894584907775814f,0.845495639607799f,-0.49553776096169366f,1.0407035856803206f,0.9799395308396477f,0.1777108895576279f,-0.09020729255668501f,-0.2996379461238527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.027015474202497503f,0.09324638345761774f,-0.9952764822528909f,0.30662453537648005f,0.15300198300364812f,0.9842941887717189f,0.08806442611619517f,1.1236250938153913f,0.9878565469492853f,-0.14990017318968768f,-0.04085805584136471f,-0.044566494891592215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.027015474202497503f,-0.9848923500888623f,-0.1710474287735777f,-0.018764295892867273f,0.15300198300364812f,0.16501978486169736f,-0.974350483040446f,1.0640519970422053f,0.9878565469492853f,-0.05249313612880284f,0.14623239486788628f,-0.04423824038537953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07768106073468217f,-0.6998603292792203f,-0.710043077780719f,0.0028249450362135536f,-0.028602961045468334f,0.7134664488015039f,-0.7001053471114205f,1.214965453855918f,0.9965678719598409f,-0.034075591495271604f,-0.07544090827714979f,-0.15053992830067908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08590127598642794f,-0.6475438507651763f,-0.7571710058633458f,0.00360222546175446f,-0.2302160840570524f,0.7265119440098609f,-0.6474418505568273f,1.1774195417884208f,0.9693407684737806f,0.22992902502124452f,-0.08666670656855585f,-0.1554862347165647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,-0.6266264798613362f,-0.7793087122291538f,0.0028249450362135536f,-0.13052619222005157f,0.7723090652628877f,-0.6216925452804617f,1.214965453855918f,0.9914361942980524f,0.10429747096337051f,-0.07858950430203214f,-0.15053992830067908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006712223840617501f,-0.0406403218162026f,-0.9991512949968033f,0.009604800360128712f,-0.043655943156658814f,0.9982092638918206f,-0.04089528221754425f,1.2387780232274428f,0.9990240761254034f,0.04389339042755188f,0.0049260124399434614f,-0.14743326582897331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0015473730063669212f,-0.03991946099545198f,-0.9992017024958534f,0.009604800360128712f,-0.21640305814678001f,0.9755124726808032f,-0.03930816796681032f,1.2387780232274428f,0.9763028843865516f,0.2162911285236133f,-0.007129211771386385f,-0.14743326582897331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,0.029630008714424935f,-0.9995523382010844f,0.009604800360128712f,-0.13052619222005157f,0.9910254307067037f,0.028835894942360427f,1.2387780232274428f,0.9914361942980524f,0.1303482193057343f,0.007975861058120445f,-0.14743326582897331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015927682611714726f,-0.35408942140001004f,-0.9350759277081336f,0.012770730319896558f,0.05123327803249772f,0.9336770500128455f,-0.354432387771427f,1.2374385255475642f,0.9985596928319634f,-0.05355229156550201f,0.003269850060506247f,0.04780071592998031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01843785640348865f,-0.3208518920199284f,-0.9469498977445833f,0.0001844511519121933f,-0.258029251851919f,0.9135009097048983f,-0.3145425140693422f,1.2793282151870207f,0.9659611537944903f,0.2501402633634888f,-0.06594617505557966f,-0.33747886450949166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,-0.1959797588395481f,-0.9805991782297516f,0.024558931070370965f,-0.13052619222005157f,0.9721121780917392f,-0.19483538269592793f,1.1038062877219292f,0.9914361942980524f,0.12880158124389274f,-0.021550529108751413f,-0.1573853335453178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,-0.10976914697289948f,-0.993948463750769f,1.6660299163400438e-17f,-0.13052619222005157f,0.9853940202577972f,-0.1093688163267303f,1.325f,0.9914361942980524f,0.13018970471207741f,-0.010242725358825679f,-0.13604166666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17172550660578756f,0.01722827695609785f,-0.9849941811270306f,0.536412183466074f,-0.12867902058850958f,0.9916732383203595f,-0.005089013616942705f,1.777574587671393f,0.9767046943889269f,0.12762199995430054f,0.17251250704310386f,-0.5254718027485965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.17172550660578756f,0.01722827695609785f,-0.9849941811270306f,0.5525114497103666f,-0.12867902058850958f,0.9916732383203595f,-0.005089013616942705f,1.7655109294912201f,0.9767046943889269f,0.12762199995430054f,0.17251250704310386f,-0.4339057376496346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.17172550660578756f,0.01722827695609785f,-0.9849941811270306f,0.6922109437572749f,-0.12867902058850958f,0.9916732383203595f,-0.005089013616942705f,1.772306110623848f,0.9767046943889269f,0.12762199995430054f,0.17251250704310386f,-0.5055656462555811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.29007752514465107f,-0.7318502459922375f,-0.6166443438863731f,-0.9395474759624785f,-0.018950201962708774f,0.6486156150018105f,-0.7608801967599075f,2.4712997612015775f,0.9568155095166082f,-0.2090287095518802f,-0.20201752233791204f,-0.5057425868769794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.04524759009686856f,-0.7318502459922375f,-0.6799616702664402f,-0.9276934955087507f,0.35230781915327203f,0.6486156150018105f,-0.6746680550754485f,2.4551595180670645f,0.9347897390075968f,-0.2090287095518802f,0.287184857590341f,-0.5973288205530153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1264424581730968f,-0.7318502459922375f,-0.6696323784079187f,-0.8331756289744268f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5744380074464894f,0.9769198258777158f,-0.2090287095518802f,0.04398468358563941f,-0.5581334062528432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.477458722744881e-8f,8.527736188686266e-9f,-0.000015624863408381047f,0.6876145761728185f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4887592261912226f,0.00001549119053590707f,0.000002039453924654395f,6.533352458723014e-8f,-0.11007750320186092f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139.mcfunction new file mode 100644 index 000000000..731067a08 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139_as_bone.mcfunction new file mode 100644 index 000000000..4e53b495d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_139_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5324669715566311f,0.05130311974340328f,-0.617082943007136f,-0.3233254375624056f,-0.25029383233321595f,0.7622402295568719f,-0.15260168539529112f,1.434641142225062f,0.5663712264422568f,0.2886213207545926f,0.5127044094881696f,-0.141581049673574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5011280235564576f,-0.15317719446017658f,-0.6044894135580108f,-0.3233254375624056f,0.059221575700023885f,0.7836748896013579f,-0.14948736528518314f,1.434641142225062f,0.6207765370711146f,0.048891865433921516f,0.5022410541924928f,-0.141581049673574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5178440275952703f,0.048724700185627454f,-0.6296093321419035f,-0.3221701795718365f,-0.029170172391895614f,0.811517273726747f,0.08679435425290781f,1.4125626178603221f,0.6308178093324412f,0.07752459273916167f,-0.5128384476558784f,-0.046999397479937324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4869273145826705f,-0.15002897307494228f,-0.6167601620981913f,-0.3221701795718365f,-0.3306161054360912f,0.7235081708883812f,0.08502304090080766f,1.4125626178603221f,0.5418438715530336f,0.30663860470564896f,-0.5023723568873911f,-0.046999397479937324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08233808943474377f,0.002022279073303623f,1.5603277217993612f,-0.0031962070994382527f,1.5597759415625716f,-0.0414926461093613f,0.08236274911290002f,1.4154900796647987f,0.04154155932108634f,1.5619476690037324f,0.00016775869476627115f,0.7494059643767413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0012942586069138867f,-0.9986097419515911f,0.052696377238235795f,-0.002948276370624606f,-0.026555293509991473f,-0.05271215943225578f,-0.9982566026000459f,1.4206481864078615f,0.9996465081623888f,-0.00010736556465085156f,-0.02658659796549548f,0.5563181135495702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01114565016952326f,-0.9986097419515911f,0.05152045964153107f,-0.008566527168986399f,-0.2131395607432987f,-0.05271215943225578f,-0.9755987678826482f,1.4803379685016966f,0.9769581885262297f,-0.00010736556465085156f,-0.2134307530422531f,0.22159878009922093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.963917799853798f,-0.026785416846023043f,-0.26484904487159894f,0.23895632872088754f,0.21484028438434094f,0.5091906366354265f,-0.8334077920012894f,1.4155002644843817f,0.1571818288819323f,-0.8602368493660302f,-0.4850633315992224f,-0.5083751139867638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7146601389477746f,-0.026785416846023043f,-0.6989588165575511f,0.009781050200531678f,0.5919476617604602f,0.5091906366354265f,-0.6247582422818708f,1.6082128470690058f,0.37263769473239233f,-0.8602368493660302f,-0.3480426862574972f,-0.36173991918796466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011113190039240542f,-0.5794055592028668f,-0.8149636157350613f,0.25565894011636964f,-0.2354554606706989f,0.7905807763293105f,-0.5652811354882573f,1.304437648363557f,0.9718216004223722f,0.19816971025703595f,-0.127638328448557f,0.031289973000307884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01189377960757262f,-0.30806232111891557f,-0.9512918292056716f,0.19195168097403753f,-0.22730602601179709f,0.925619209932315f,-0.30259056287829106f,1.4761000592078766f,0.9737507425133861f,0.21983331074044013f,-0.05901531109404036f,0.07213987306980266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.007601855628156975f,-0.5442761455667446f,-0.8388716762163425f,0.20410710016193387f,-0.22913500832450817f,0.8156273873285741f,-0.5312712235757661f,1.3650955637390936f,0.9733649673946234f,0.19625351565404303f,-0.11851243750042458f,-0.27465060683895337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011841988655631044f,-0.051364876949681934f,-0.9986097419515914f,0.1882348748466711f,-0.22632533466727986f,0.9726244245009129f,-0.05271215943225612f,1.5471331923365632f,0.9739797791496617f,0.22663490084321045f,-0.00010736556465092487f,-0.2321572339656305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,0.2559937841798496f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.202747047705523f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,-0.010070912884135388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,0.2727797709248339f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.0946979004190194f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,-0.12781608229526936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,-0.31307555806994664f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.1646489101740714f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,0.13087186141812837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,-0.3689367213994043f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.051736170862276f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,0.031119386598772683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515342766097721f,0.26146214143968177f,-0.16192612213751445f,0.16461690414029714f,0.0703572802901057f,0.6976206812960283f,0.7130043745575791f,2.255340750706308f,0.29938666227288235f,0.6670554202027301f,-0.682205755495556f,0.060956100730644516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807210009084903f,0.10939035307811774f,-0.16192612213751445f,0.05275491237219809f,-0.03964085266102411f,0.700038116577992f,0.7130043745575791f,2.257829270662156f,0.19135025784501963f,0.7056772534178656f,-0.682205755495556f,0.09010816225471316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9162329385909447f,0.39954413631769203f,-0.029693187352511696f,0.01931624510347614f,0.05233100070179888f,0.19282441681765522f,0.9798368285814121f,2.306786072381521f,0.39721363094253226f,0.8962049025825962f,-0.1975806265309663f,0.04438072631669182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948552348162027f,0.09685750556176062f,-0.029693187352511696f,0.04966710221921529f,-0.0098162825054018f,0.19955808666474695f,0.9798368285814121f,2.3086637167212434f,0.10083006672898712f,0.9750872748954624f,-0.1975806265309663f,0.049131047260953215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9674550639403161f,0.2512946753934256f,-0.029693187352511696f,0.12308564989521428f,0.021522334753278333f,0.1986368003726609f,0.9798368285814121f,2.3599670295655604f,0.2521259375054585f,0.9473090349282143f,-0.1975806265309663f,0.1343562282792133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9674550639403161f,0.19444955702121117f,-0.16192612213751445f,0.07933449956544184f,0.021522334753278333f,0.7008291881539489f,0.7130043745575791f,2.202280462230922f,0.2521259375054585f,0.6863146645713841f,-0.682205755495556f,-0.02006457124934787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9521939165226728f,-0.1799976643057668f,-0.24683513968169393f,-0.22613158815420792f,-0.21863115022887586f,0.9658456291108973f,0.13907782309546357f,2.2795876319622193f,0.2133709574586279f,0.18639490758023086f,-0.9590254287250916f,0.10235290986194212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.0288256484233769f,-0.24683513968169393f,-0.11485057057076714f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.297015162735004f,0.23990259455704466f,0.15072150537814f,-0.9590254287250916f,0.07623860493614378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9328827010696881f,-0.2623018868846379f,-0.24683513968169393f,-0.0930902956501022f,-0.3019781858804455f,0.9431153346093901f,0.13907782309546357f,2.2941951143027755f,0.19631362993250842f,0.2042821229608126f,-0.9590254287250916f,0.07022895542748137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968279912495319f,0.03881268963078838f,-0.24683513968169393f,-0.12157287014231843f,0.004240344589329703f,0.990272375965719f,0.13907782309546357f,2.3021902828932843f,0.24983200462675118f,0.1336195963279092f,-0.9590254287250916f,0.07871929431969825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624304223432716f,-0.11313750910493928f,-0.24683513968169393f,-0.18827860689797632f,-0.150724590467329f,0.9787438157922034f,0.13907782309546357f,2.4062858473665285f,0.22585344800690457f,0.17105685336181908f,-0.9590254287250916f,0.07839886939632254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624304223432716f,-0.11313750910493928f,-0.24683513968169393f,-0.162822667349365f,-0.150724590467329f,0.9787438157922034f,0.13907782309546357f,2.1860684888132833f,0.22585344800690457f,0.17105685336181908f,-0.9590254287250916f,0.0399110773899133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,-0.019257340959927996f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,1.6833983877715375f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,-0.03735197378835495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01189377960757262f,-0.051352909226474695f,-0.9986097419515914f,1.5027436764537308e-17f,-0.22730602601179709f,0.9723957007240994f,-0.05271215943225612f,1.31875f,0.9737507425133861f,0.22761695878660887f,-0.00010736556465092487f,-0.12270833333333328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009045486053360495f,-0.31499311001939884f,-0.9490508520739892f,0.20183311101366733f,-0.19902996366321804f,0.9295329222480115f,-0.3104120165542727f,0.7073399131675197f,0.9799516583721242f,0.1916973841693694f,-0.054284990156991196f,-0.35437443787995726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009045486053360495f,-0.4826693020218803f,-0.8757559728987117f,0.01781543961782548f,-0.19902996366321804f,0.8573997105867761f,-0.47460805919192994f,1.034223552828728f,0.9799516583721242f,0.17859474004410986f,-0.08831005651849766f,-0.2862851932381404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025371679264044978f,0.10920238127510974f,-0.9936956867246469f,0.3044901928453145f,0.1499091057840223f,0.9831914160714731f,0.10422043641439034f,1.1123671834400575f,0.9883741892089033f,-0.14631978433286708f,-0.04131564859016515f,-0.030768367642635606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025371679264044978f,-0.9820645344654721f,-0.1868302117871668f,-0.021815539763813f,0.1499091057840223f,0.18103946902308438f,-0.9719835238618371f,1.058039442666069f,0.9883741892089033f,-0.05266840419981239f,0.1426271408417344f,-0.030904653426455042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07846483361339728f,-0.6915676745621906f,-0.7180372005590419f,0.0015621113132537872f,-0.027665616059460718f,0.7214909815221138f,-0.6918709252962634f,1.2086896154897613f,0.9965329315050618f,-0.034422595528242055f,-0.07574431558227099f,-0.13720153241784705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0827933975308177f,-0.6392257882333525f,-0.7645493084051238f,0.001908500564794328f,-0.23115342904306002f,0.7339425251429279f,-0.6386677242733172f,1.1711370399811956f,0.9693881294749481f,0.22960566509620778f,-0.08699363763396176f,-0.14214619743783372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,-0.617723647650553f,-0.7863922239124778f,0.0015621113132537872f,-0.13052619222005157f,0.7794903441316328f,-0.6126644404158634f,1.2086896154897613f,0.9914424581594493f,0.10398220299091682f,-0.07892752130850393f,-0.13720153241784705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005748049026003885f,-0.02914280973464694f,-0.999558730927385f,0.008614778059094148f,-0.043691031866249355f,0.998613389958079f,-0.029366496741966286f,1.23242251293094f,0.9990285549807157f,0.043840552428131f,0.004466799294714469f,-0.13409255817887253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0013987477255661112f,-0.02876322209093888f,-0.9995852742811627f,0.008614778059094148f,-0.2163679694371895f,0.9759165987470616f,-0.02777938249123235f,1.23242251293094f,0.9763108855822656f,0.2162393797274541f,-0.007588501081127026f,-0.13409255817887253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,0.04100014827629947f,-0.9991567557385771f,0.008614778059094148f,-0.13052619222005157f,0.9906228329147011f,0.04036478728528489f,1.23242251293094f,0.9914424581594493f,0.1303280121438734f,0.007514080740513962f,-0.13409255817887253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015795523294615782f,-0.3432705613892468f,-0.9391037339545405f,0.011675124908937018f,0.051453023453389674f,0.9376974656339491f,-0.343621956983505f,1.2310542901364208f,0.9985504933759506f,-0.053747415074403206f,0.002850886084295916f,0.06114290797301089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015015186837274834f,-0.3104078660734963f,-0.950484876704485f,-0.0002496389500548056f,-0.25818664450611944f,0.9171512392181393f,-0.3036004957164956f,1.2730711746424443f,0.9659783645418318f,0.24996111913721608f,-0.06637196815492241f,-0.3241438645073258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,-0.18481204852600633f,-0.9827714594026111f,0.022015505470361962f,-0.13052619222005157f,0.9743133353430213f,-0.18351141031906312f,1.0972868596433594f,0.9914424581594493f,0.12867801402096038f,-0.02199592840436828f,-0.14403312043096464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,-0.09845460638964733f,-0.9951391486507687f,1.5027436764537308e-17f,-0.13052619222005157f,0.9865998522178309f,-0.09789609158842034f,1.31875f,0.9914424581594493f,0.13010542680616305f,-0.010697199368746933f,-0.12270833333333328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.04442889959441471f,0.012874471735277747f,-0.9989295875377637f,0.5410183213071482f,-0.13040965255321302f,0.9914356428527484f,0.006977721842243379f,1.770737109210182f,0.9904642322677684f,0.12996004793279733f,0.0457273500164325f,-0.530756538486612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04442889959441471f,0.012874471735277747f,-0.9989295875377637f,0.5451835306441246f,-0.13040965255321302f,0.9914356428527484f,0.006977721842243379f,1.7585112042833182f,0.9904642322677684f,0.12996004793279733f,0.0457273500164325f,-0.4379005167115087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.04442889959441471f,0.012874471735277747f,-0.9989295875377637f,0.692940364106301f,-0.13040965255321302f,0.9914356428527484f,0.006977721842243379f,1.7635774984704136f,0.9904642322677684f,0.12996004793279733f,0.0457273500164325f,-0.4911876301015252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2811716351294781f,-0.7314350270633123f,-0.6212449700267255f,-0.9388001462287332f,-0.0056681253112283725f,0.6486156150018105f,-0.7610950376472568f,2.4642339725002023f,0.9596407577599401f,-0.21047704188512903f,-0.18651817843098775f,-0.48807190495008446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0315135530860365f,-0.7314350270633123f,-0.6811825725580367f,-0.9267648885039774f,0.3404795798585455f,0.6486156150018105f,-0.6807139191137282f,2.4480937293656893f,0.9397236570775699f,-0.21047704188512903f,0.2694788733241322f,-0.5796344935059871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12837608239739526f,-0.7314350270633123f,-0.6697181367211049f,-0.8323247968581896f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5673722187451142f,0.9766676112629615f,-0.21047704188512903f,0.0426590195525667f,-0.5402520521609208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.410871035025403e-8f,4.490496907096002e-9f,-0.000015624962125756203f,0.6875618312733945f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4825092261912227f,0.000015491288408741396f,0.0000020394668098574797f,3.440303306730622e-8f,-0.09538304603881378f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..07227b4fb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38812706737667496f,-0.08068740426236116f,-0.7139967554600152f,-0.07752914303385407f,-0.11810116162837705f,0.8076285212257751f,-0.027069018621666156f,1.1098009740318195f,0.708769313413084f,0.09038893151550391f,-0.3955001211983072f,-0.313810506507023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3815122152241853f,0.07247447217114417f,-0.6994253931036883f,-0.07752914303385407f,0.19587409820508392f,0.7751968834590394f,-0.026516589670203584f,1.1098009740318195f,0.6753382613824573f,-0.18389465125148924f,-0.3874286901534438f,-0.313810506507023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7765288931848137f,0.12467286482756318f,0.22000908906065805f,-0.16337711686641765f,0.12120385017414569f,0.807081433522421f,-0.029557246333202645f,1.1100296763560316f,-0.2219390664046681f,0.004547623942953722f,-0.7859178165459428f,-0.2779257545104506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7495145051285813f,-0.17826811503761317f,0.2155191076512569f,-0.16337711686641765f,-0.19286099925652836f,0.7758648714139491f,-0.028954037224361778f,1.1100296763560316f,-0.20256515388296953f,-0.07908337667773593f,-0.7698786774327604f,-0.2779257545104506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3457061038397597f,0.9980738587536505f,1.1514087511568298f,-0.5839110894683107f,1.523731103438288f,-0.21735964007097391f,-0.269080956745279f,0.8527612952950933f,-0.011707441337514609f,1.1823745638928531f,-1.0214007913040377f,0.32147724647689396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49807208197903746f,-0.6305437711520915f,-0.5952636002766888f,-0.480379479277573f,-0.7667291754347074f,0.6408845979176437f,-0.03732698339209665f,1.0568826721748592f,0.4050315699921188f,0.4378144410743423f,-0.8026630317240733f,0.21878540669788055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5684590683742939f,-0.6305437711520915f,-0.5284589295719474f,-0.27594104640647565f,-0.7653941135049397f,0.6408845979176437f,0.05864113883552884f,1.339987183158269f,0.3017053837686982f,0.4378144410743423f,-0.8469311522147145f,0.10451390774037354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33280302802794265f,0.9404389306187599f,0.06940289844146058f,0.4582402859682141f,0.3584607998840241f,-0.05809169240508372f,-0.931735590293737f,1.164807539450729f,-0.8722086903269985f,0.33496264426075384f,-0.35644358244735663f,0.09607688899844731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48728594350052756f,0.8515312835354574f,0.19351196972605397f,0.27541404698649247f,0.520492692709997f,0.46115869917741503f,-0.7186236922120581f,1.335864084065906f,-0.7011702832424497f,-0.24945365768705624f,-0.6679319625263128f,-0.12409128939301746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9075523625653616f,-0.29760245462739954f,-0.29627940900740435f,-0.03997122501559931f,-0.04875566129342738f,0.7754310189212881f,-0.6295471550142482f,1.018419507510453f,0.41709902264794485f,-0.5569017093657009f,-0.7182540577063868f,0.2963162962517273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9212125647866676f,-0.12340920884899734f,-0.3689682610339733f,-0.06541650330624864f,-0.009536383449202178f,0.9552365759645063f,-0.29568926482088564f,1.1956783075986674f,0.388942756546358f,-0.2688740432077269f,-0.8811528136590441f,0.2403952080649095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9226356452300863f,-0.20548803045861463f,-0.32637116215913087f,0.2280856229335191f,0.002457937060651914f,0.8430884879127043f,-0.5377692442809239f,1.0078699364774182f,0.38566491245155826f,-0.49696727345702507f,-0.7773584143858111f,0.13345559833344248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9226356452300863f,-0.01477227347122538f,-0.3853897327217651f,0.22290713582815333f,0.002457937060651914f,0.9990206703110734f,-0.04417758296488744f,1.1949102022672138f,0.38566491245155826f,-0.041707076470366145f,-0.9216957714322156f,0.1198749229237975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,0.29414647418241563f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.874256553168299f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,0.08058728873517673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,0.3455835761424645f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.751182631978451f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.009008174123756919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,-0.28329580195972853f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.8899022822144373f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.026519568591487953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,-0.3055747352518683f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.7688256881368623f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.1297882472793575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9680860149250777f,0.16644097920968284f,0.18736826878157348f,0.20255145513937245f,0.18246246257974935f,0.9805975643915226f,0.07166495976938425f,1.9826938689626856f,-0.17180488193242824f,0.1035655210440995f,-0.9796720192978101f,0.049215661970302735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9822043751781487f,0.012949796704907965f,0.18736826878157348f,0.0895467324885744f,0.026816791480953867f,0.9970681988890829f,0.07166495976938425f,1.9958305992835732f,-0.18589089562313008f,0.07541425282651802f,-0.9796720192978101f,0.028563795224352626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9509695033729069f,0.2434032109994372f,0.1908189731914788f,0.06828041612672196f,0.2667240112616874f,0.9577507814789903f,0.10757203350713027f,1.9913968992640867f,-0.15657364232578272f,0.15319372523555697f,-0.9757132658098335f,0.019637385981440235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9796414716650264f,-0.06237552776635316f,0.1908189731914788f,0.09691357771657837f,-0.04229165889008492f,0.9932973740000857f,0.10757203350713027f,2.000547529726194f,-0.19624984734339565f,0.09731197429095434f,-0.9757132658098335f,0.026245989806388145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.97733814184474f,0.09164210803784759f,0.1908189731914788f,0.16023984244105624f,0.11361496493740593f,0.9876841080777868f,0.10757203350713027f,2.1064338802301443f,-0.1786107394244334f,0.12681414229086047f,-0.9757132658098335f,0.018276704753764705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.97733814184474f,0.09850527066744634f,0.18736826878157348f,0.13807615654088085f,0.11361496493740593f,0.9909368159895589f,0.07166495976938425f,1.883473096632494f,-0.1786107394244334f,0.09132873790438899f,-0.9796720192978101f,-0.002272261274722784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9740142691485214f,-0.1333333598355605f,0.18308036118063659f,-0.18025786364008467f,-0.13000482915093142f,0.99105578874327f,0.030119229669632007f,1.9946240862953974f,-0.18545874984078947f,0.00553522839780363f,-0.9826364604237295f,-0.026373672283773734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.0206775962138413f,0.18308036118063659f,-0.06683638888627798f,0.026631028163639693f,0.9991914833219183f,0.030119229669632007f,2.001625826020848f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.005026884926219395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9586870827819546f,-0.21771692322140107f,0.18308036118063659f,-0.04497161725546288f,-0.215886324898767f,0.9759538548137469f,0.030119229669632007f,1.9967147900755229f,-0.18523545024840637f,-0.010649629908807294f,-0.9826364604237295f,-0.0011036703672091183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9790438264062077f,0.08918950232992084f,0.18308036118063659f,-0.07337393419901107f,0.09626623078920285f,0.9948998164708586f,0.030119229669632007f,2.007483043010152f,-0.17946029863323876f,0.0471125021665497f,-0.9826364604237295f,-0.006065398490965587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.980942484357247f,-0.06506476568005005f,0.18308036118063659f,-0.1222835332444258f,-0.0605555868147063f,0.9977103051034577f,0.030119229669632007f,2.1146156723216816f,-0.18462086363290237f,0.018458693273513523f,-0.9826364604237295f,-0.0436964413846353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.980942484357247f,-0.06506476568005005f,0.18308036118063659f,-0.10764396096641456f,-0.0605555868147063f,0.9977103051034577f,0.030119229669632007f,1.8901308536734038f,-0.18462086363290237f,0.018458693273513523f,-0.9826364604237295f,-0.047849647371175835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,-0.0011024315592554164f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.3737751140232894f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.01202416563028329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9226356452300863f,-0.01477227347122538f,-0.3853897327217651f,0.004437170992454101f,0.002457937060651914f,0.9990206703110734f,-0.04417758296488744f,0.9991423626566369f,0.38566491245155826f,-0.041707076470366145f,-0.9216957714322156f,0.0036159880461040126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8987564428972254f,-0.355178917268693f,-0.2570696269078973f,0.25511704641949673f,-0.11150382303115752f,0.7521976512130764f,-0.6494348242579601f,0.8215893971726426f,0.4240327272748684f,-0.5550194863582449f,-0.7156462924954388f,0.28165503374805334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8987564428972254f,-0.3990533820005806f,0.1816404543724367f,0.14692143568538807f,-0.11150382303115752f,-0.1926292976545954f,-0.9749158174604275f,0.705854942700606f,0.4240327272748684f,-0.8964654773046177f,0.12863084467125735f,0.021895988547897493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9326872385908128f,-0.11045343795479609f,-0.3433577624196227f,0.02839965234396981f,0.16330870831528804f,0.7194698905651562f,-0.6750506220710816f,0.7614833608762883f,0.32159723375401766f,-0.6856844132792637f,-0.6530023771990692f,0.4229813837987764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9326872385908128f,-0.3284916863358279f,-0.14895545299883475f,-0.09170314054906513f,0.16330870831528804f,-0.016379330384330426f,-0.9864390418695689f,0.7131053795357518f,0.32159723375401766f,-0.9443648286252535f,0.0689223454139426f,0.09922923148249668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9528751732678953f,-0.17136920679478934f,-0.25032278987779594f,0.011993464015120046f,0.0866167114889338f,0.6371203251881146f,-0.7658819990853902f,0.8932464502914084f,0.2907343279706084f,-0.7514720794512034f,-0.5922527031130909f,0.022246748703605962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8764881795426402f,-0.4402350431529558f,-0.19483731137064944f,0.014956619776563936f,-0.08255789343523569f,0.5361625970424037f,-0.8400677733161064f,0.8561773976686674f,0.47429175130247053f,-0.7202241153369277f,-0.5062850563996288f,0.029529043058809077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.2926117449150574f,-0.2514652869727155f,0.011993464015120046f,0.002046920717342716f,0.6480484952742714f,-0.7615963221341929f,0.8932464502914084f,0.3858137295769576f,-0.703144021172418f,-0.5972740171474065f,0.022246748703605962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9282804985638613f,-0.026597210722001486f,-0.37092843564202327f,0.012153150385399753f,0.08573898472242969f,0.9552605262718178f,-0.2830656345190229f,0.9181959101653077f,0.3618620489700407f,-0.2945673358142405f,-0.8844692997422265f,0.022496229186347395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9098470100380354f,-0.18741092576009838f,-0.37021016089592956f,0.012153150385399753f,-0.08166072159036775f,0.9556173245037688f,-0.2830672281589646f,0.9181959101653077f,0.4068291347410945f,-0.22731624230134057f,-0.8847696768717895f,0.022496229186347395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.10575028073133586f,-0.37104353105767585f,0.012153150385399753f,0.002046920717342716f,0.9603481138211937f,-0.2787961807407926f,0.9181959101653077f,0.3858137295769576f,-0.25796972381525596f,-0.8857761498621415f,0.022496229186347395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.932863543177796f,-0.06567337586520916f,-0.35419291002536357f,-0.16646471680287944f,0.12666403837439855f,0.8606541792272833f,-0.4931841493410957f,0.9316279170032614f,0.3372266762764436f,-0.5049370173408544f,-0.7945544520839741f,0.09749156185997157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8965524827677377f,-0.331476405367901f,-0.2937976145706094f,0.18616912235001573f,-0.1195138249545533f,0.8197269473903781f,-0.560146567754177f,0.9304199359672101f,0.4265091925008625f,-0.4670879193539771f,-0.774544242962166f,-0.06363947095318898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.16973646148916685f,-0.34647648903733913f,0.02382632486836402f,0.002046920717342716f,0.8958622440595687f,-0.4443271877615983f,0.7916297722134433f,0.3858137295769576f,-0.41063411123491717f,-0.8261521607792526f,0.07133052844352859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.13889314726171162f,-0.35995154876488766f,8.56908327490888e-19f,0.002046920717342716f,0.931178883825056f,-0.36455684938552424f,0.9996740625f,0.3858137295769576f,-0.3370676192725421f,-0.8587975233475343f,-0.006997187500000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7626317460105506f,-0.1550919247741821f,-0.6279644216408589f,-0.009462383995029841f,-0.0009293627742753971f,0.9705656874289297f,-0.2408347621719984f,1.1058903594747236f,0.6468322473885579f,0.18425184193230926f,0.740040068160379f,0.4022624102438063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7626317460105506f,-0.1550919247741821f,-0.6279644216408589f,0.062034342193459296f,-0.0009293627742753971f,0.9705656874289297f,-0.2408347621719984f,1.1058032317146351f,0.6468322473885579f,0.18425184193230926f,0.740040068160379f,0.46290293343648364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7626317460105506f,-0.1550919247741821f,-0.6279644216408589f,0.12048064234534357f,-0.0009293627742753971f,0.9705656874289297f,-0.2408347621719984f,1.141972009920479f,0.6468322473885579f,0.18425184193230926f,0.740040068160379f,0.3215766616160881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5502010291522634f,-0.4682817994734584f,-0.6913689201878326f,0.33537459887182675f,-0.5409940288012268f,0.8305947406753432f,-0.13205240461224702f,1.8190936526280659f,0.6360851266310251f,0.30137108860068007f,-0.7103317384394658f,-0.6039669057380177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6622017695189004f,-0.4682817994734584f,-0.5849794635095633f,0.32813352912571514f,0.10409607308291288f,0.8305947406753432f,-0.547061590985125f,1.8473399709910856f,0.7420598520434546f,0.30137108860068007f,0.5987676034496916f,-0.6930667088122495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.077238077291858f,-0.4682817994734584f,-0.8801968164553633f,0.46378358646707546f,-0.3012940625388758f,0.8305947406753432f,-0.4683313620090793f,1.9034665161109376f,0.9503978994584725f,0.30137108860068007f,-0.0769369849978806f,-0.6369762595254516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014415225445849326f,2.950688542555943e-8f,-0.000006028352153702584f,0.25890252630970984f,3.1983136208479934e-8f,0.00001562496726649366f,0f,1.1658109881328753f,0.000006028339524639962f,-1.23395589148514e-8f,-0.000014415255645008502f,0.6299274792575423f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14.mcfunction new file mode 100644 index 000000000..3cfff90bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140.mcfunction new file mode 100644 index 000000000..9ebb18300 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140_as_bone.mcfunction new file mode 100644 index 000000000..bef440ead --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_140_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[1.6178729184858121e-15f,-4.496748513458788e-17f,-1f,0.54375f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7609673015772938f,0.9914448613738104f,0.13052619222005157f,1.5981623567802785e-15f,-0.5231279849330155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[1.6178729184858121e-15f,-4.496748513458788e-17f,-1f,0.5437500000000002f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.748730471056664f,0.9914448613738104f,0.13052619222005157f,1.5981623567802785e-15f,-0.43018002917922077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[1.6178729184858121e-15f,-4.496748513458788e-17f,-1f,0.6937500000000001f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7548488863169789f,0.9914448613738104f,0.13052619222005157f,1.5981623567802785e-15f,-0.4766540070561184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724057132769625f,-0.7309698269877654f,-0.6256822191876203f,-0.9379934152603148f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962976f,-0.21208700103801548f,-0.17111976848570545f,-0.4706082002479053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698951372f,-0.7309698269877654f,-0.6821842964934577f,-0.9257565847396849f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.21208700103801548f,0.251535971525191f,-0.562144067700878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5225537841788143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141.mcfunction new file mode 100644 index 000000000..87a5eff27 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141_as_bone.mcfunction new file mode 100644 index 000000000..91eed19f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_141_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.499739358902834f,0.040314601474217726f,-0.6446547529614622f,-0.32386669920687994f,-0.25063279248897163f,0.7633143747249853f,-0.14655651848972592f,1.441158823417072f,0.595305149429273f,0.2875245079825793f,0.4794641600962592f,-0.12940510676780909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4673894158503427f,-0.15085335966317084f,-0.6314985335132692f,-0.32386669920687994f,0.05931747696652434f,0.7847740848715021f,-0.14356556913279275f,1.441158823417072f,0.6465512902140105f,0.03705265972141339f,0.4696791772371519f,-0.12940510676780909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5215929936493553f,0.04416798690657741f,-0.6268447833020299f,-0.3255046531958704f,-0.027175145761135854f,0.8122994096934704f,0.07984751034907135f,1.4203368125292761f,0.6278110423313764f,0.07185612283378807f,-0.5173339706442357f,-0.037731201326880376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48861203065860664f,-0.15555830009348998f,-0.6140520326223966f,-0.3255046531958704f,-0.3291037588617383f,0.7249639061210496f,0.0782179693215393f,1.4203368125292761f,0.5412476322338491f,0.3003813411211391f,-0.5067761345086391f,-0.037731201326880376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.049825006386994254f,0.008488442034116332f,1.5616823188761442f,-0.02880136453785159f,1.5615172600005118f,0.023980940184329672f,-0.04995008737099735f,1.416179500321123f,-0.02423974956617088f,1.5622929017504081f,-0.007718398879318982f,0.7710988356167983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.023044825516101125f,-0.9994163292572542f,-0.02521778798563481f,-0.025014576707468365f,-0.05590553545278501f,0.02647328178619536f,-0.9980850346825196f,1.4264962201857405f,0.9981700792563712f,-0.02159088153421869f,-0.05648297718698511f,0.5754964350842176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.027299383075727573f,-0.9994163292572542f,-0.020536418812457338f,-0.01851558067073755f,-0.23897417239850094f,0.02647328178619536f,-0.970664983543715f,1.4946970322065045f,0.9706421011939141f,-0.02159088153421869f,-0.23955739442655302f,0.2425122451233005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9492276822266343f,-0.023235754179590035f,-0.3137306281228496f,0.23303834080203617f,0.2550432200775664f,0.5270002412779227f,-0.8106933462077245f,1.428928371521402f,0.18417318802452792f,-0.8495474356507218f,-0.49431709599422613f,-0.5074485349886662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6806296577709858f,-0.05267684112018592f,-0.7307314276614559f,0.016102733236747418f,0.5894379728457718f,0.5529700491772616f,-0.5888862376387857f,1.6194499768513158f,0.4350932602672882f,-0.8315342898055954f,-0.34531808488332344f,-0.3407042023117097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.020966146032402048f,-0.5858338373236871f,-0.8101599445585741f,0.25137793307370976f,-0.2901255434539533f,0.7719035303516535f,-0.5656784500634637f,1.3138748128230953f,0.9567588984462578f,0.24690819119109442f,-0.15378151828697015f,0.053086552953660944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.005557861869662291f,-0.3132625828299051f,-0.9496502852998965f,0.18670588450997824f,-0.25675903532483907f,0.9182739126278097f,-0.3014097197607805f,1.4841673606923047f,0.9664594704127516f,0.24215609756095557f,-0.08553663813567364f,0.09795621725799215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.006215888195976094f,-0.5479992559712218f,-0.8364557239859877f,0.20934420975974927f,-0.2998176544624469f,0.7969684404978452f,-0.5243573961746599f,1.3733765625540786f,0.9539762768573294f,0.2540435401765215f,-0.1593459848506017f,-0.2567473009977826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.014571273785211792f,-0.0584302953342749f,-0.9981851424297128f,0.19214987224438704f,-0.2689698598785102f,0.961723784635791f,-0.052369614689678635f,1.5533724620814788f,0.9630383649975796f,0.2677186258984612f,-0.029729528920398055f,-0.2067358681975736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,0.2539979737581289f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.210330235157166f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.008595936157928152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,0.2709847228238092f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.1022878157145803f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,-0.10912661247729279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,-0.31524719525001915f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.172014398564998f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.14876756034459204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,-0.3709300422279322f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.059080595727667f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.048939261605540935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9523404948483128f,0.25493330697007444f,-0.16750101751742558f,0.1621119548407021f,0.07159162672740105f,0.720578857592139f,0.6896671291092048f,2.2661226927664644f,0.2965168137805942f,0.6448062646939079f,-0.7044875159695129f,0.07771034543285389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980495958535083f,0.10281577907595917f,-0.16750101751742558f,0.0502096300824049f,-0.042013153103833724f,0.7229067339515808f,0.6896671291092048f,2.268568415077774f,0.19199627668953162f,0.6832530787200761f,-0.7044875159695129f,0.1067108416538594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172162016117946f,0.39556591093047533f,-0.047350286277650006f,0.016878964195444157f,0.06271144480879978f,0.26073007560296774f,0.9633727743537619f,2.3115883425781303f,0.3934230727738588f,0.8806517119643921f,-0.2639523593820689f,0.06168758032546248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945610342673104f,0.09277014340057435f,-0.047350286277650006f,0.04718859375033038f,-0.020927896074288962f,0.26734793958405617f,0.9633727743537619f,2.314335065739006f,0.10203123190005248f,0.9591239647165518f,-0.2639523593820689f,0.06627533501845445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678038898014892f,0.24721161233755162f,-0.047350286277650006f,0.11962566831583317f,0.021152192962677827f,0.2673302870361045f,0.9633727743537619f,2.3726551557355053f,0.25081510245193955f,0.9313543559562399f,-0.2639523593820689f,0.14774484994546272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678038898014892f,0.18788038752284494f,-0.16750101751742558f,0.07735258112319313f,0.021152192962677827f,0.7238175431413205f,0.6896671291092048f,2.2097962085287084f,0.25081510245193955f,0.6639195163761408f,-0.7044875159695129f,-0.0016370412391687184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9523985375592413f,-0.18061886869701f,-0.2455887821656983f,-0.22830857203468535f,-0.21899534436827922f,0.9657763266876459f,0.13898606388676701f,2.2869863914009088f,0.2120803262918023f,0.1861529239102356f,-0.9593586524963607f,0.12036666378079229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689279472479116f,-0.029407194975342665f,-0.2455887821656983f,-0.11699894239543467f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.3044564885084364f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.09440317631037716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9330324019313189f,-0.2629385613040496f,-0.2455887821656983f,-0.09522947052358874f,-0.30233495404702254f,0.9430145542920579f,0.13898606388676701f,2.3016447664709845f,0.195049000273416f,0.20392857419378058f,-0.9593586524963607f,0.08842300586088198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686190296907499f,0.03825343638576495f,-0.2455887821656983f,-0.12372657242413855f,0.0038698950689458056f,0.9902867756147303f,0.13898606388676701f,2.3096290344793386f,0.24852001777141805f,0.13367414352544543f,-0.9593586524963607f,0.09687476737197834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9626778779610868f,-0.11374292663154209f,-0.2455887821656983f,-0.19047156418088168f,-0.15109273174078108f,0.9787000870850948f,0.13898606388676701f,2.413699116807038f,0.2245490808252119f,0.1709054890309839f,-0.9593586524963607f,0.09646419344670212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9626778779610868f,-0.11374292663154209f,-0.2455887821656983f,-0.16487940568878476f,-0.15109273174078108f,0.9787000870850948f,0.13898606388676701f,2.193491597212892f,0.2245490808252119f,0.1709054890309839f,-0.9593586524963607f,0.058010458414730806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,-0.021017575415254626f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,1.6908765643940336f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,-0.019059088585676856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.017420760750108122f,-0.05764493496797164f,-0.9981851424297128f,0.0005992751977347423f,-0.22145632444535718f,0.9737630717070799f,-0.052369614689678635f,1.3257154125038786f,0.9750146734578103f,0.2201420942303653f,-0.029729528920398055f,-0.10161237392206383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.02029073070292943f,-0.3226379089915298f,-0.9463049539810696f,0.21924014049142457f,-0.19556670459503173f,0.9294965006459214f,-0.31271379781011577f,0.722593123509077f,0.9804804691075599f,0.17872054993357558f,-0.08195739582282689f,-0.32199968743755636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.02029073070292943f,-0.5157029016956473f,-0.8565271761189079f,0.022901657075072163f,-0.19556670459503173f,0.8422013210978545f,-0.5024446226151374f,1.040265428326367f,0.9804804691075599f,0.15731322869904443f,-0.1179431972387613f,-0.26269990908141577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.055652749646083424f,0.09973057236203178f,-0.9934568860263499f,0.30420600636881817f,0.14769356955306823f,0.9848751623870954f,0.09059538633763468f,1.109117003662666f,0.9874661416825913f,-0.14168531133936874f,-0.06954057507069383f,0.0025111393457944633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.055652749646083424f,-0.9770550641996031f,-0.20558738526169312f,-0.02348752419744911f,0.14769356955306823f,0.19558539865328398f,-0.9695013983209663f,1.0632313392859538f,0.9874661416825913f,-0.08431935338666585f,0.13341988485586104f,-0.009094350675977483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1078440696337443f,-0.6795495219686525f,-0.725659771406f,0.00237662667554258f,-0.020391836389569692f,0.7312752238747445f,-0.6817776176698699f,1.215746888660744f,0.9939586659683053f,-0.058728137541714034f,-0.09272095883557495f,-0.1153136145694399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0521876621755875f,-0.6426385505194764f,-0.7643900452667298f,0.0025127604870304084f,-0.22555480265823646f,0.7380684075058018f,-0.6359088431840318f,1.1781798603928186f,0.9728316806696062f,0.20559844169661456f,-0.10643214672960895f,-0.1200075096957865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,-0.6130253594601817f,-0.7895644858946667f,0.00237662667554258f,-0.12403445145048538f,0.7859072680324056f,-0.6057765437083362f,1.215746888660744f,0.9918808515042375f,0.08093006062370026f,-0.09809537046503747f,-0.1153136145694399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.025264647265695092f,-0.0330174345189358f,-0.9991353995411874f,0.009258169575975805f,-0.037131118697313975f,0.9987957592304699f,-0.03206729435913033f,1.2395245781237572f,0.9989909797504811f,0.03628884623430342f,-0.02646019682763334f,-0.1121454859613199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.03065840018227091f,-0.037899310592369506f,-0.9988111456901586f,0.009258169575975805f,-0.20999380713406912f,0.9772226633850076f,-0.030634410914060717f,1.2395245781237572f,0.9772219110640138f,0.20880495306226635f,-0.0379187040002904f,-0.1121454859613199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,0.030943187141393186f,-0.9991269628515322f,0.009258169575975805f,-0.12403445145048538f,0.9916884589994494f,0.0341972972714891f,1.2395245781237572f,0.9918808515042375f,0.12488602586690846f,-0.023997019864946043f,-0.1121454859613199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04662110397258867f,-0.33287333686192966f,-0.9418183552420188f,0.006330752214772981f,0.0553207838552747f,0.9405361846232266f,-0.3351586136264765f,1.2388402919848354f,0.9973796085433144f,-0.0677275942344627f,-0.025434021333578444f,0.08302206559243475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.014017533767025235f,-0.3149270715146266f,-0.9490123541737019f,0.006148384407639285f,-0.2518112919691843f,0.9196276910873186f,-0.30145643635891706f,1.2789023951827834f,0.967674832773851f,0.2347463512232487f,-0.09219310496707775f,-0.3026452624802346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,-0.19203699357527207f,-0.980986218978618f,0.023422113464752384f,-0.12403445145048538f,0.9744577197668786f,-0.18721006180254518f,1.1043762683528413f,0.9918808515042375f,0.11642141334525415f,-0.05117060615160062f,-0.12076848556007523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,-0.10580765229686633f,-0.9939903970576475f,1.2443286227050788e-17f,-0.12403445145048538f,0.9870660459325722f,-0.10156808465465188f,1.3258928571428572f,0.9918808515042375f,0.1204382069048804f,-0.04082909179452765f,-0.10160714285714288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.08092180817787772f,-0.00916125514731803f,-0.9966783495016577f,0.5425330023898883f,-0.1232972326222839f,0.9921853712391133f,-0.01913064365852354f,1.766897880316251f,0.9890649389139771f,0.12443576858455423f,0.07915987688129694f,-0.48135783690560285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08092180817787772f,-0.00916125514731803f,-0.9966783495016577f,0.5501194219065644f,-0.1232972326222839f,0.9921853712391133f,-0.01913064365852354f,1.7553387647579117f,0.9890649389139771f,0.12443576858455423f,0.07915987688129694f,-0.38863299888241754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08092180817787772f,-0.00916125514731803f,-0.9966783495016577f,0.6958279645734751f,-0.1232972326222839f,0.9921853712391133f,-0.01913064365852354f,1.7639879190858598f,0.9890649389139771f,0.12443576858455423f,0.07915987688129694f,-0.44686939942620474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2543082903850777f,-0.6924077157976933f,-0.6752028203030848f,-0.8990534681779854f,-0.04316221471339603f,0.7055860460677869f,-0.7073085287308939f,2.459312690866929f,0.9661595710142573f,-0.15073117361132593f,-0.20932223159353766f,-0.49597688119797767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07681578835373841f,-0.6924077157976933f,-0.7174056661076872f,-0.8905015527275366f,0.279815517224204f,0.7055860460677869f,-0.6510388682060221f,2.4479102991547173f,0.9569757630055972f,-0.15073117361132593f,0.24794657150605545f,-0.588637081420995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09122043147145276f,-0.6924077157976933f,-0.7157166953383041f,-0.7874200061520154f,0.12162551159692639f,0.7055860460677869f,-0.6981085635653046f,2.558327779545619f,0.9883754690455181f,-0.15073117361132593f,0.01985057910501381f,-0.5452845681752384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-4.385676906573917e-7f,-5.482083423498249e-8f,-0.000015618747646877624f,0.686439466936694f,-0.000001938038303913834f,0.000015504342376655736f,0f,1.4898373259433368f,0.000015498138304753714f,0.000001937262796724025f,-4.4198070450504626e-7f,-0.05440442372046666f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142.mcfunction new file mode 100644 index 000000000..75b7b53f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142_as_bone.mcfunction new file mode 100644 index 000000000..c9297099f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_142_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44670064414083055f,0.02073771081264395f,-0.6833541734114622f,-0.32255560837213f,-0.24681591172176756f,0.7661313490380876f,-0.13809093448332255f,1.4538724752093504f,0.6375616712833077f,0.28205876659975626f,0.4253262417710722f,-0.1419706420525123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41204920225420255f,-0.1486881200018643f,-0.6694081698724528f,-0.32255560837213f,0.06382785811056815f,0.7858926689158089f,-0.13527275214692822f,1.4538724752093504f,0.6827455305241426f,0.016265174905247703f,0.4166461143879891f,-0.1419706420525123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5469185305179431f,0.03840882813050423f,-0.6052679797760488f,-0.32972797665031733f,-0.020945524958011223f,0.8133449147179937f,0.07053920279573156f,1.4347093926101298f,0.6061236263377062f,0.0627634931187342f,-0.5437088724411325f,-0.05296288805599576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5093733144281921f,-0.17026435621730057f,-0.5929155720255173f,-0.32972797665031733f,-0.32385772943743735f,0.7282454343149115f,0.06909962722847174f,1.4347093926101298f,0.5250285683961072f,0.2840222463142532f,-0.5326127730035585f,-0.05296288805599576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.18373608584134746f,-0.016843713482287453f,1.5515681068118885f,-0.0830472918636685f,1.5461677741220028f,0.13332298923815925f,-0.18164923563619378f,1.436945097691654f,-0.13043203220954877f,1.556710480422332f,0.03234524875401257f,0.7782423341603133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.07955276182047219f,-0.9917056627056945f,-0.10095165498492235f,-0.06928228408627737f,-0.052110978245299644f,0.10527151802372497f,-0.9930772142382981f,1.4461949536292942f,0.9954676308313862f,-0.07374134559689106f,-0.06005339221481787f,0.5802613425102345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0977188686880128f,-0.9917056627056945f,-0.08349192332072898f,-0.039510536632870026f,-0.244849433923032f,0.10527151802372497f,-0.9638291665023172f,1.5173654294619094f,0.964624163811951f,-0.07374134559689106f,-0.2531055837781027f,0.24758468994516503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9435012281119517f,-0.000299863826692115f,-0.3313688920718486f,0.24365539498623254f,0.2785890198730104f,0.540749971788955f,-0.7937112989093957f,1.4515644865587847f,0.1794257243469692f,-0.8411833201460488f,-0.5101147237148088f,-0.5121432281980458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6704523003020153f,-0.05836844859857457f,-0.7396531871275429f,0.03032945713105125f,0.5730953988282553f,0.5924097563624969f,-0.5662264073746562f,1.6355391136083366f,0.4712275213329753f,-0.8035196355875337f,-0.3637317945460059f,-0.3337883079465207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.00046771287467323175f,-0.6028420547526325f,-0.7978604127704862f,0.24209123754141948f,-0.34579645062022407f,0.7485426172103189f,-0.5657815523312695f,1.3306284862052298f,0.9383094350922419f,0.2761619221426991f,-0.20811053979875227f,0.06948797016387064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.05377027351077452f,-0.32797523560486097f,-0.9431548136528342f,0.17470116328017787f,-0.28027648341101297f,0.9115091922517701f,-0.30099183591466727f,1.49965526077797f,0.9584121506603164f,0.24815970114114383f,-0.14093584425619168f,0.1151370651012339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.028428018026760232f,-0.5648819910114082f,-0.824681868372318f,0.21995845693951238f,-0.3649415780138895f,0.7739317637644797f,-0.5175396310169239f,1.3872234348708372f,0.9305963101301243f,0.28624807644312456f,-0.22815027132311f,-0.24493071744281888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.07129613160628379f,-0.07733544374188545f,-0.9944526588828777f,0.1992427321198909f,-0.3045124878187926f,0.9510807098933985f,-0.052130874067856006f,1.5652252500129253f,0.9498363050443952f,0.29910652351614575f,-0.09135798383116935f,-0.18941923168248637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,0.24850558075866808f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.225623844931213f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,0.0038575942069661584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,0.26481736281500684f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.1166554996250477f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,-0.11310452781286902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.3193654230779966f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.1866598666257953f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,0.14932436496975532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.37554781172421065f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.072717396429576f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,0.050932469004744296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503529186698364f,0.2523499968803228f,-0.18206814397423987f,0.15659635945552997f,0.07255259063650459f,0.748668837611641f,0.6589621333439168f,2.284858027360637f,0.30259783800889134f,0.6130370711985821f,-0.7298082609621583f,0.0713911100840543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9781287339856339f,0.10057519923637627f,-0.18206814397423987f,0.044944124304652236f,-0.045458261252421014f,0.7508012075794369f,0.6589621333439168f,2.287188028136127f,0.20297223020789812f,0.6528262984866822f,-0.7298082609621583f,0.10134924933200033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9145248378623403f,0.39873203835808246f,-0.06824282027927216f,0.011144071889578736f,0.0721605387842302f,0.3267870973113707f,0.9423391372925027f,2.324999842082521f,0.3980416781886415f,0.856868108064256f,-0.3276276359026398f,0.056865308919415006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9929797824171585f,0.09661298665864695f,-0.06824282027927216f,0.04143722095217307f,-0.03235401598156194f,0.33309183114673724f,0.9423391372925027f,2.328608737651545f,0.11377332446860194f,0.9379316408098246f,-0.3276276359026398f,0.060935519926637136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656409526562397f,0.2507597815310122f,-0.06824282027927216f,0.11350471756768687f,0.020151358058293267f,0.3340522011530954f,0.9423391372925027f,2.393617713787107f,0.2590974205227765f,0.908586076754036f,-0.3276276359026398f,0.13752372714308034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656409526562397f,0.18544201655214348f,-0.18206814397423987f,0.07178026384345466f,0.020151358058293267f,0.7519061308349869f,0.6589621333439168f,2.224438834349235f,0.2590974205227765f,0.6326519018463741f,-0.7298082609621583f,-0.0048229507723536146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.949788285021985f,-0.18214737745490817f,-0.2544101934304045f,-0.2330549802634453f,-0.2202612160388214f,0.9667164440217656f,0.13017032521666327f,2.3016679821279205f,0.2222323341552626f,0.17967094852594126f,-0.9582959563264851f,0.11920568142162878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.12203409755029603f,-0.06632166520071145f,0.9892710059220339f,0.13017032521666327f,2.319276506503022f,0.24760301406432195f,0.142694104694521f,-0.9582959563264851f,0.09212350839351671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302988638769326f,-0.26423375512601105f,-0.2544101934304045f,-0.1003085855540303f,-0.30367794531820635f,0.9438407662102228f,0.13017032521666327f,2.3164845600955872f,0.20572731806107108f,0.19835607046850529f,-0.9582959563264851f,0.08597653444220332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664195174135807f,0.036176924147947334f,-0.2544101934304045f,-0.12875678755829828f,0.0028479479928270324f,0.9914875569694348f,0.13017032521666327f,2.324447983231417f,0.2569537031341101f,0.12507459587772163f,-0.9582959563264851f,0.094610729232923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9601806072488583f,-0.11544979403150929f,-0.2544101934304045f,-0.19584317548881133f,-0.15228994054142236f,0.9797262170845884f,0.13017032521666327f,2.428296816893089f,0.23422419916205037f,0.1637311351429651f,-0.9582959563264851f,0.09391730815089397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9601806072488583f,-0.11544979403150929f,-0.2544101934304045f,-0.16986697183172178f,-0.15228994054142236f,0.9797262170845884f,0.13017032521666327f,2.207858418049057f,0.23422419916205037f,0.1637311351429651f,-0.9582959563264851f,0.05707780274372687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.025038860858866186f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,1.7050794130010827f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,-0.017056554035052754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.0785330202870817f,-0.06997480950573343f,-0.9944526588828777f,0.001201692705783849f,-0.20982396555185684f,0.976348439569099f,-0.052130874067856006f,1.3389487481626705f,0.9745801497079049f,0.20456600544963913f,-0.09135798383116935f,-0.09376880607866743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.08100702543455311f,-0.35786792433348735f,-0.9302517995486421f,0.2534604716845936f,-0.19199986082504145f,0.9214416899872824f,-0.3377591825495579f,0.749704389817343f,0.9780459678733974f,0.15124734935403772f,-0.1433538420830334f,-0.29246701021543425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.08100702543455311f,-0.5715736463786324f,-0.8165423617888296f,0.03656865941201639f,-0.19199986082504145f,0.8128398095763995f,-0.549934084605571f,1.0528007743941004f,0.9780459678733974f,0.11222749544223473f,-0.17558779568453156f,-0.2509304112861104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1216123660881731f,0.07919182810286962f,-0.9894135064654017f,0.3015564885296359f,0.14857018443954734f,0.9870347187560575f,0.06074013718908727f,1.1171913204600095f,0.9813956045907457f,-0.13961059534245882f,-0.13180117206644693f,0.03280080364968158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1216123660881731f,-0.9695117305807756f,-0.21273795308008814f,-0.025344836166646147f,0.14857018443954734f,0.19413414161853837f,-0.9696591335895476f,1.074474898804461f,0.9813956045907457f,-0.14952905846123327f,0.12043142432796358f,-0.0012413876678988578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1708649516581932f,-0.6718055082819583f,-0.720751363048911f,0.004852272044322883f,-0.014041524187062573f,0.7330945774863384f,-0.6799817468569513f,1.2290952619493842f,0.985194399036732f,-0.10606460060805716f,-0.1346933428366298f,-0.10648992980829086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.009493835671704018f,-0.6595151679249452f,-0.7516312994821132f,0.005349244540962403f,-0.21902217327058607f,0.7347844836142854f,-0.6419665491717752f,1.191517196958206f,0.9756736927375198f,0.15852919578619942f,-0.15142436852538899f,-0.11091065012582847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,-0.6181560698347683f,-0.7807751262498239f,0.004852272044322883f,-0.11753739745783769f,0.785208874928147f,-0.6079736696049525f,1.2290952619493842f,0.9888941726205256f,0.0364704820437934f,-0.14407712967941746f,-0.10648992980829086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.09011061976157353f,-0.04890440857144022f,-0.9947303328181275f,0.011176747035258958f,-0.03055041020255654f,0.9984593670947834f,-0.046320240685257766f,1.2529945302683159f,0.9954630825111702f,0.02621547411286557f,-0.09146584211823029f,-0.10306760552806145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.09111223457178239f,-0.06472806778453567f,-0.9937347925640004f,0.011176747035258958f,-0.20362985414744367f,0.9780116773641567f,-0.04503378108974952f,1.2529945302683159f,0.9747991809656117f,0.1982509424447441f,-0.10228939636415624f,-0.10306760552806145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,0.005746120557476225f,-0.9958381929523161f,0.011176747035258958f,-0.11753739745783769f,0.9929319542718122f,0.016464944117672978f,1.2529945302683159f,0.9888941726205256f,0.11854584043524578f,-0.08963927193294009f,-0.10306760552806145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.1121398061652307f,-0.32978532348051615f,-0.9373720202193342f,-0.004407328010817897f,0.05895851723375091f,0.9394520169860245f,-0.3375704386146505f,1.2530213726726627f,0.9919418113573105f,-0.09312114796189634f,-0.0859063134084837f,0.09142809588870467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.0735067281573017f,-0.3367337808685117f,-0.9387263295218718f,0.019943960344899057f,-0.2452548164082618f,0.9184699215331898f,-0.31026291797017214f,1.2909997965296112f,0.9666679036484859f,0.2074207416359635f,-0.15009930044816513f,-0.2936699175916261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,-0.21332570777265988f,-0.9727378201999186f,0.027830016049091875f,-0.11753739745783769f,0.9722591766489724f,-0.20223019957637506f,1.118016751323647f,0.9888941726205256f,0.09593870869026705f,-0.11350805932624526f,-0.10967872380086514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,-0.12773425183153095f,-0.9876288196245766f,1.14919980884274e-17f,-0.11753739745783769f,0.9861849601988383f,-0.1167226819279526f,1.3392857142857142f,0.9888941726205256f,0.10546651215743666f,-0.1047145174773374f,-0.09383928571428575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.12672833619699594f,-0.025885889594470954f,-0.991599641752983f,0.5516623476447906f,-0.11475129182535547f,0.9925652049898701f,-0.040576530997968575f,1.7724466979500821f,0.9852776612859715f,0.11892953612673286f,0.12281569772438237f,-0.42025546139030745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.12672833619699594f,-0.025885889594470954f,-0.991599641752983f,0.563543129163259f,-0.11475129182535547f,0.9925652049898701f,-0.040576530997968575f,1.761688764341455f,0.9852776612859715f,0.11892953612673286f,0.12281569772438237f,-0.3278856806447476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.12672833619699594f,-0.025885889594470954f,-0.991599641752983f,0.7063426846669723f,-0.11475129182535547f,0.9925652049898701f,-0.040576530997968575f,1.7731542107954639f,0.9852776612859715f,0.11892953612673286f,0.12281569772438237f,-0.3924929256761849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2704432954978164f,-0.6487347070556245f,-0.7113393731417756f,-0.8434946388311522f,-0.09343167538730807f,0.7530708296931494f,-0.6512717155685421f,2.461336190641447f,0.958191497538254f,-0.10967043962127954f,-0.2642753274875917f,-0.5495785977099972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10175161732399875f,-0.6487347070556245f,-0.7541816016274887f,-0.8353361883162072f,0.22865064919778966f,0.7530708296931494f,-0.6169304710311372f,2.4547965834808747f,0.9681763728749944f,-0.10967043962127954f,0.22495978680620998f,-0.6427436969874658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08702347215941357f,-0.6487347070556245f,-0.7560226155048362f,-0.7260120212479542f,0.06975580971277152f,0.7530708296931494f,-0.6542311919165785f,2.5562010658486476f,0.9937610589596655f,-0.10967043962127954f,-0.020281823602425572f,-0.5931188738083677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000001421211689031649f,-1.6821148833752518e-7f,-0.000015559321554301497f,0.6821652646557019f,-0.000001836521835278714f,0.000015516694639920727f,0f,1.503408402860057f,0.000015451471447195713f,0.000001828802161702236f,-0.000001431131639594666f,-0.00428861790635951f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143.mcfunction new file mode 100644 index 000000000..92da59d8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143_as_bone.mcfunction new file mode 100644 index 000000000..76ed21685 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_143_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3630231512339054f,-0.008942073079477406f,-0.731490721364045f,-0.31700455589751575f,-0.24267612290341686f,0.768892588713821f,-0.12983424370315005f,1.4666402640534526f,0.6901209571410039f,0.27507938998486337f,0.3391295300689467f,-0.1671836756928419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3251928255029298f,-0.14418058171937764f,-0.7165623392953911f,-0.31700455589751575f,0.06860958562229287f,0.7868397620356409f,-0.12718456526022864f,1.4666402640534526f,0.727696606424792f,-0.009754421292827609f,0.3322085192512131f,-0.1671836756928419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.594100467496678f,0.031803092407352365f,-0.5594440474953707f,-0.33280736713603704f,-0.014372341261862466f,0.8142171682958327f,0.06154903007694324f,1.4490613496708031f,0.5601629359135837f,0.05462060609412266f,-0.5917588352217731f,-0.08167982496420895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5495978240697185f,-0.19392997217203128f,-0.5480268220362815f,-0.33280736713603704f,-0.31823581967033676f,0.7314989582915322f,0.06029292742231175f,1.4490613496708031f,0.4864855546227244f,0.2594232832876773f,-0.5796821242988798f,-0.08167982496420895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.32661659419284617f,-0.0833772847272715f,1.5257051087249376f,-0.17138866589123442f,1.5137828386992762f,0.22985558564943856f,-0.31150309309108565f,1.457187539935799f,-0.20782051789326683f,1.543250105503726f,0.12882544083104547f,0.775631086494524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.17353229746400603f,-0.9696475148638507f,-0.17225051133515612f,-0.13981447837742694f,-0.049708831455831715f,0.18330514467369952f,-0.9817984803468834f,1.4658374234561522f,0.98357286146587f,-0.16181137430512443f,-0.08000940778013235f,0.5768620251582295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.20526373918890728f,-0.9696475148638507f,-0.13285516283738194f,-0.07357417927549119f,-0.250676758815711f,0.18330514467369952f,-0.950557934334254f,1.540055601780654f,0.9460591736058787f,-0.16181137430512443f,-0.2806939956280662f,0.24855183082872917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9459636671097691f,0.047784768766068526f,-0.3207325309073151f,0.2728834332701526f,0.2920416332154044f,0.5554347729956645f,-0.7785909692618673f,1.4774926240913886f,0.14094121106730198f,-0.830186020612988f,-0.539376256616524f,-0.5059502742061188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6847809629373179f,-0.04105252973232941f,-0.7275917279637093f,0.054279337194413343f,0.546616803592109f,0.6313672197190846f,-0.5500777253215577f,1.6516336953727f,0.481959648548907f,-0.7743966190956477f,-0.40990825010463605f,-0.324142360217598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.0539955196947131f,-0.6352633942457704f,-0.7704056748131085f,0.22568077793668762f,-0.3997379466562158f,0.7207632231648659f,-0.5663125904799098f,1.347498871023748f,0.915037735755182f,0.2773820399094663f,-0.29285686961328583f,0.09450091140549881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.13861146398619367f,-0.354284808091034f,-0.9248076215124439f,0.15347232878516598f,-0.30358698904760884f,0.9040644288513446f,-0.30083624875785664f,1.5151307248786385f,0.9426673867980218f,0.2390602084028022f,-0.23286995217459389f,0.137869263279933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.09551273178262325f,-0.5991205674322634f,-0.7949414215821589f,0.23648316096943015f,-0.42803336758298965f,0.7457117299763487f,-0.5105893183481675f,1.401292988323908f,0.8987017048514963f,0.2914936730965596f,-0.3276685585186504f,-0.22295855085225041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.16330158718242804f,-0.1131589903580808f,-0.9800651174921184f,0.20914044329296427f,-0.33963388833627517f,0.9391279379807506f,-0.05184146986347914f,1.577055467508652f,0.9262728612656652f,0.3243975323660204f,-0.19179371073513954f,-0.1633327242257162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,0.24027392512235363f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.241106601251584f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,-0.0023860883089624405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,0.25618549179473876f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.1311161509884506f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,-0.11844312341215418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,-0.3263375484527516f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.201132591341854f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,0.1476464633082943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,-0.38275936138569905f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.086039075983862f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,0.0507425199009226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9488355581589348f,0.24737114752371392f,-0.1962615574839453f,0.14811058746423275f,0.07286758801395032f,0.77628355206057f,0.6261582558884402f,2.303659059203085f,0.3072481052671474f,0.5798201119080172f,-0.7545907762732876f,0.06323177496681803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9758511910649199f,0.09589501525707018f,-0.1962615574839453f,0.03667352711660828f,-0.04946703509745676f,0.7781252155157379f,0.6261582558884402f,2.3058026638016424f,0.2127615222164116f,0.6207457571562073f,-0.7545907762732876f,0.09399420603793063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9126494787466212f,0.39867641801666565f,-0.0901556579529099f,0.002564317439255212f,0.08092825419014071f,0.39244938804234725f,0.916206360761004f,2.3384872288890106f,0.40065140286445655f,0.8288791175693767f,-0.39043291592814605f,0.05037619798303043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9911790222790294f,0.09713960640781713f,-0.0901556579529099f,0.03280810712530835f,-0.04430618683720969f,0.3982497536835687f,0.916206360761004f,2.3429692822166515f,0.12490439384558871f,0.9121189782906131f,-0.39043291592814605f,0.05391031858000578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9637799813848602f,0.25099821676832074f,-0.0901556579529099f,0.10412676562164416f,0.018539283014551017f,0.4002776529939977f,0.916206360761004f,2.414483102765634f,0.26605345791232504f,0.881349928060779f,-0.39043291592814605f,0.1252199739712707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9637799813848602f,0.18058114114097035f,-0.1962615574839453f,0.0634960088649259f,0.018539283014551017f,0.7794755503337183f,0.6261582558884402f,2.2391011039405475f,0.26605345791232504f,0.5998402436450662f,-0.7545907762732876f,-0.009744080848868998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9471776506028637f,-0.18492561357403658f,-0.26202483783547337f,-0.24074146645270517f,-0.22213979203745648f,0.9675873830440306f,0.12011897838210218f,2.3162134206518226f,0.2313188513545653f,0.17198015472219597f,-0.9575564815663535f,0.11581553902957492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9644450614044345f,-0.034477643334356156f,-0.26202483783547337f,-0.1299992949218357f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.3340316016242197f,0.25537455594426683f,0.1336765528674887f,-0.9575564815663535f,0.08774732753574462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274560244774571f,-0.2667738874360926f,-0.26202483783547337f,-0.10830805221112037f,-0.3056252801053824f,0.9445446623600954f,0.12011897838210218f,2.331273070851586f,0.21544955516542041f,0.191486484612592f,-0.9575564815663535f,0.08146571765918648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.964500760529705f,0.032882629075475775f,-0.26202483783547337f,-0.13672537931756856f,0.0012134384266606624f,0.9927587615325412f,0.12011897838210218f,2.339197994690421f,0.26407728131137304f,0.11553689499661962f,-0.9575564815663535f,0.09023593585908236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.957770132158871f,-0.11840337115839811f,-0.26202483783547337f,-0.20425601499682222f,-0.15410318678830232f,0.9807260773804934f,0.12011897838210218f,2.4427542543682947f,0.24275209940609987f,0.1554252323279491f,-0.9575564815663535f,0.08907023541098621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.957770132158871f,-0.11840337115839811f,-0.26202483783547337f,-0.1776152564861827f,-0.15410318678830232f,0.9807260773804934f,0.12011897838210218f,2.222090886957684f,0.24275209940609987f,0.1554252323279491f,-0.9575564815663535f,0.05409955813719772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,-0.031201555419412323f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,1.7192494155357472f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,-0.016407854651475068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.17813796642495452f,-0.08797289578695335f,-0.9800651174921184f,0.0017882805006951823f,-0.19815917641604353f,0.9787979376789212f,-0.05184146986347914f,1.3522001889061517f,0.9638463600180773f,0.1849739624983704f,-0.19179371073513954f,-0.08577309058836396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.1798147766291612f,-0.39502159995557906f,-0.90090209327892f,0.29130609031221594f,-0.18840215456565879f,0.9127052816472478f,-0.3625930184218055f,0.7778242566673244f,0.9654901730524359f,0.10453231281165035f,-0.23854081687926038f,-0.2482347064192462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.1798147766291612f,-0.6237366965498037f,-0.7606702172971829f,0.05578836463917716f,-0.18840215456565879f,0.7807960079127119f,-0.5957031325942395f,1.0653904136758285f,0.9654901730524359f,0.03619568212799233f,-0.2579119972674146f,-0.23598339961509004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.22518517280177872f,0.0643545157783357f,-0.9721883224196686f,0.2911907973940621f,0.14940291204742495f,0.9882961118809491f,0.030815014404472457f,1.1253509299480753f,0.9627930243941232f,-0.13830868208443886f,-0.23216438279392293f,0.07483646287258122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.22518517280177872f,-0.9484288397119859f,-0.22310171212433524f,-0.03090913511615966f,0.14940291204742495f,0.1926620538548881f,-0.9698247794710989f,1.0857929418432342f,0.9627930243941232f,-0.25172220602678835f,0.09831339263307247f,0.005639814521208347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2715538819544159f,-0.6542255904908402f,-0.7058663938327131f,0.007639479690776824f,-0.007691366526163271f,0.7348779668386608f,-0.6781557466659384f,1.2424738460403149f,0.9623925041668017f,-0.1787267484233625f,-0.2045908534650675f,-0.09711430855408328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.10988546311766882f,-0.6767998390265211f,-0.7279197503084327f,0.008625572377888817f,-0.21247940566822485f,0.7314203023822979f,-0.6479790455175737f,1.20488657999431f,0.9709673975794931f,0.08346447841245483f,-0.22417848621364966f,-0.10120019180537926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.6192949326377092f,-0.7612288388095092f,0.007639479690776824f,-0.11103530855427764f,0.7844710538893733f,-0.6101445122788145f,1.2424738460403149f,0.9750213940628558f,-0.03284740505658494f,-0.21966868029096467f,-0.09711430855408328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.1936184769012581f,-0.06409667614861378f,-0.97898084838731f,0.013254646250720306f,-0.023996047985152036f,0.997874391415715f,-0.06058785883170541f,1.2664885447192509f,0.980783398658201f,0.011760742468743509f,-0.19474498672123156f,-0.09327168194299962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.1896482765093781f,-0.09756915097544415f,-0.9769922169572048f,0.013254646250720306f,-0.1972295233803528f,0.9785537294937318f,-0.059440000008978186f,1.2664885447192509f,0.9618388879246781f,0.1814190157393636f,-0.204824545413823f,-0.09327168194299962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.022776470412138733f,-0.9810590150554571f,0.013254646250720306f,-0.11103530855427764f,0.9938156106176691f,-0.0013009023352452687f,1.2664885447192509f,0.9750213940628558f,0.10868194186797758f,-0.19370471504723613f,-0.09327168194299962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.21584839065329747f,-0.3198834040035804f,-0.9225421833691204f,-0.02252024123390481f,0.06256337957738041f,0.9383420906883716f,-0.3399999182035675f,1.2672221664414005f,0.9744204922866915f,-0.1311057919607604f,-0.182526643332155f,0.09846729839709131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.17094734677226744f,-0.3630773535810698f,-0.9159431423118409f,0.04141226678075576f,-0.23865745459676202f,0.9172020625555644f,-0.31903447432716925f,1.3031160330285607f,0.9559391319518815f,0.164058561984389f,-0.2434443760753117f,-0.282258821240736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.23540806183036972f,-0.9526691991721404f,0.03234383139078411f,-0.11103530855427764f,0.9697874569108182f,-0.21721751465456074f,1.1317187184477613f,0.9750213940628558f,0.06399478762928101f,-0.21269214436835376f,-0.09684043521843158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.15148167143680352f,-0.9695611697282079f,1.0540709949803994e-17f,-0.11103530855427764f,0.9850288766779528f,-0.1318683903171145f,1.3526785714285716f,0.9750213940628558f,0.08228860996081297f,-0.20630527329770948f,-0.0860714285714285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13320381956029487f,-0.04756073621576624f,-0.9899468262614729f,0.5666672741880735f,-0.10514267910783096f,0.9925329939499336f,-0.06183262044268169f,1.7779831960031347f,0.9854956922709385f,0.11232200270381291f,0.12720852260767973f,-0.33671811090536674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13320381956029487f,-0.04756073621576624f,-0.9899468262614729f,0.5791551322718511f,-0.10514267910783096f,0.9925329939499336f,-0.06183262044268169f,1.7681260698367756f,0.9854956922709385f,0.11232200270381291f,0.12720852260767973f,-0.24432788975496628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.13320381956029487f,-0.04756073621576624f,-0.9899468262614729f,0.7214032271691833f,-0.10514267910783096f,0.9925329939499336f,-0.06183262044268169f,1.7823295259863574f,0.9854956922709385f,0.11232200270381291f,0.12720852260767973f,-0.30960427872131846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.32351399533382047f,-0.6049348867277728f,-0.7275936212219055f,-0.7629495662947143f,-0.1426557300642522f,0.7913377241790603f,-0.594503110985082f,2.463279614201083f,0.935407952448013f,-0.08853467744766569f,-0.34230625671502674f,-0.6286038433203447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0870798566360324f,-0.6049348867277728f,-0.791499135430927f,-0.7514690168660598f,0.17626411193653763f,0.7913377241790603f,-0.5854191397061845f,2.4616476895922808f,0.9804835854880345f,-0.08853467744766569f,0.1755378861606976f,-0.7216339261263243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12245919390564795f,-0.6049348867277728f,-0.7868020898851475f,-0.639188978097615f,0.017407195827223276f,0.7913377241790603f,-0.6111314063477169f,2.554133362848839f,0.9923208832637817f,-0.08853467744766569f,-0.08637635977410821f,-0.6621624307572183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000030057091417533675f,-3.358163752776169e-7f,-0.000015329499826063332f,0.6695392492086962f,-0.0000017349266961605883f,0.00001552838221963091f,0f,1.5169724493070418f,0.000015234709282232123f,0.0000017021157431696874f,-0.0000030244107000743734f,0.07213648138635381f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144.mcfunction new file mode 100644 index 000000000..6c32e48f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144_as_bone.mcfunction new file mode 100644 index 000000000..6012fd67b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_144_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.24122952630898786f,-0.04844931867676621f,-0.7787203757453267f,-0.3028634086365435f,-0.23822058747820365f,0.7715956513421344f,-0.12180126015723709f,1.4794601934957083f,0.7429695227818736f,0.263129737570858f,0.21378370814355932f,-0.2050846579702082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.20015634654102066f,-0.13427841012764996f,-0.7628281231790957f,-0.3028634086365435f,0.073655262621706f,0.7876158384253716f,-0.11931552015402819f,1.4794601934957083f,0.7710462627024907f,-0.04038068393538448f,0.20942077532430303f,-0.2050846579702082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6590162579716999f,0.02521775429737745f,-0.4816700956480683f,-0.33018574740727497f,-0.007472705798577323f,0.8149180079259486f,0.052888973052003636f,1.4633923893175125f,0.4822718889189686f,0.04708661880667118f,-0.6573744138102193f,-0.12495654860400182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6058795583052653f,-0.22422508068613423f,-0.47184009369606694f,-0.33018574740727497f,-0.3122542043843339f,0.7347197265243434f,0.051809606255023975f,1.4633923893175125f,0.4188165143259316f,0.22340554300932322f,-0.6439586094467455f,-0.12495654860400182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4815102879108424f,-0.19641273257146644f,1.4734232695053473f,-0.29451224762628336f,1.4672328663801395f,0.31108474978577166f,-0.43801854328857204f,1.4768539072455849f,-0.23828933767572677f,1.5185699084778852f,0.2803031833845812f,0.7518327119173587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.30620106553479026f,-0.9229257153493964f,-0.23334316234285485f,-0.23661908159713751f,-0.048889506075565914f,0.2600390701348763f,-0.964359631153791f,1.4854280761459402f,0.9507106413946601f,-0.28387991466497536f,-0.12474562272384554f,0.5561695275289248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.34944758163006834f,-0.9229257153493964f,-0.16153795727228185f,-0.12060681464462186f,-0.2564562558360585f,0.2600390701348763f,-0.9309188315024778f,1.5627635514619689f,0.9011751086972202f,-0.28387991466497536f,-0.32756009756128646f,0.24103862267990273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9533448595938947f,0.12295618687898226f,-0.2757088224813955f,0.3220641174689483f,0.2952059039648848f,0.5707341569240634f,-0.7662349485532836f,1.5065964489532093f,0.06314311482792079f,-0.8118770216161797f,-0.5804038669938967f,-0.4833772908453173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7264035584787505f,-0.0019629530638785864f,-0.6872656088039597f,0.08831165049415297f,0.510230076395305f,0.668410639725027f,-0.5411954229703174f,1.6677329666071836f,0.46043798645534173f,-0.7437898651619612f,-0.48453430952957466f,-0.3085526003514791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.14182730607608732f,-0.6830648822893782f,-0.7164547311827856f,0.19951011289639825f,-0.4516336827544481f,0.6887016289131962f,-0.5672010956741573f,1.3644851190740073f,0.8808586900592252f,0.24313048536805892f,-0.4061718050675574f,0.1268296060605139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2605479144721986f,-0.3914442262066229f,-0.8825452974401292f,0.12059841237365566f,-0.3266740675699456f,0.8959441598951542f,-0.3009453703366653f,1.5305937404897445f,0.9085146327063172f,0.20989397351821298f,-0.36131105994591595f,0.16392653197051688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.19271769452961068f,-0.6510241291609303f,-0.7341849041388987f,0.2573476239220779f,-0.4887167338540526f,0.7124897171456105f,-0.5035020923618835f,1.4155840771698922f,0.8508912058931029f,0.26177468596489595f,-0.45547576172806536f,-0.1879060135610244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.289579056737421f,-0.16946748319519334f,-0.9420322404453854f,0.2196847693201955f,-0.3742893992733514f,0.9258804370534813f,-0.05150594017438945f,1.58886474699133f,0.8809378045529997f,0.3376776398003589f,-0.331545466095074f,-0.12666361526155132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,0.23040694511842297f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.25651076197771f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,-0.00891770870046742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,0.2470715697753183f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.145306155674313f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,-0.12370507003415854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.33640588874149013f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.215809193318641f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,0.14015557421899352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.3921003492582006f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.099408642080044f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,0.044398844747361256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503569528999032f,0.23612804107048546f,-0.20264552868253924f,0.13727846508403158f,0.07364012535090589f,0.8034312586333017f,0.5908259850321506f,2.322374278106844f,0.3023223346250051f,0.5465727406952559f,-0.7809349813625733f,0.05360421698401608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9755950455686161f,0.08455233152872806f,-0.20264552868253924f,0.025756604293062473f,-0.052950845931845736f,0.8050595402365531f,0.5908259850321506f,2.324388027412217f,0.21309743071438403f,0.58713715595861f,-0.7809349813625733f,0.08406665294135238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.914943681043253f,0.38887967904857296f,-0.10793820334849429f,-0.008098513988131967f,0.09009651190575282f,0.4575146794574295f,0.8846258738152425f,2.352061320286611f,0.3933963383935323f,0.7996579977115494f,-0.4536368675874097f,0.04132496317156972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9903335794923445f,0.08711340647557664f,-0.10793820334849429f,0.022040465118243716f,-0.05569293638492225f,0.46296367051145915f,0.8846258738152425f,2.357396190801908f,0.12703424013511058f,0.8820861036195831f,-0.4536368675874097f,0.04455710178407653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9645133906245976f,0.24096319960471388f,-0.10793820334849429f,0.09174136357874779f,0.017416210208627395f,0.4659761141931921f,0.8846258738152425f,2.4351632891665345f,0.2634589055769627f,0.8513536265487285f,-0.4536368675874097f,0.11073646183685301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9645133906245976f,0.16925929519768257f,-0.20264552868253924f,0.05365802215926927f,0.017416210208627395f,0.8066110159381393f,0.5908259850321506f,2.2536758105804533f,0.2634589055769627f,0.5663302569671039f,-0.7809349813625733f,-0.016687845980745165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9468126264478407f,-0.18942124062196394f,-0.26012582340124835f,-0.2512146994795212f,-0.22356147996080983f,0.968647166862146f,0.10836480428473738f,2.3308904060315667f,0.23144354619793092f,0.1607552790149458f,-0.9594746610474676f,0.10725770162029946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.14047837116028494f,-0.06927926580267034f,0.9916942333815262f,0.10836480428473738f,2.3488640214580108f,0.2537417581607846f,0.12257036743569291f,-0.9594746610474676f,0.07926564267715261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9267005696350692f,-0.27122059331448384f,-0.26012582340124835f,-0.11876004555501408f,-0.3071339243227879f,0.9454765051139101f,0.10836480428473738f,2.346127669865121f,0.21655208788677616f,0.18031519081798086f,-0.9594746610474676f,0.07306847898208019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9651563879644951f,0.028420112089003136f,-0.26012582340124835f,-0.14723232807376707f,0.00006658775994011767f,0.9941111933573629f,0.10836480428473738f,2.3540292400004206f,0.2616737326087568f,0.10457166189005374f,-0.9594746610474676f,0.08168009570423215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9577195962744757f,-0.12291350988267198f,-0.26012582340124835f,-0.21519446814301826f,-0.15544748476924536f,0.9818824515547903f,0.10836480428473738f,2.4572795457296133f,0.24209348275154033f,0.14421900158119424f,-0.9594746610474676f,0.07919686891521964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9577195962744757f,-0.12291350988267198f,-0.26012582340124835f,-0.1875389284194171f,-0.15544748476924536f,0.9818824515547903f,0.10836480428473738f,2.2363559941297857f,0.24209348275154033f,0.14421900158119424f,-0.9594746610474676f,0.04674759355945098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.03883682129155098f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,1.7333862076131892f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,-0.017803856363706357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.31707634222892755f,-0.1097171415967973f,-0.9420322404453854f,0.0023071068072480065f,-0.18646722080507339f,0.9811101435068256f,-0.05150594017438945f,1.3654699037981295f,0.9298884711426182f,0.1593268186710703f,-0.331545466095074f,-0.07755141336535772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3174268792870074f,-0.4277149789448542f,-0.8463451264657429f,0.3279760531589926f,-0.18477152203527297f,0.9032936216975584f,-0.3871951932104488f,0.8068810097222185f,0.9301073384028749f,0.033474315328488255f,-0.3657592230722401f,-0.1846378242195456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3174268792870074f,-0.6612345991600639f,-0.6797124253533557f,0.07989759206026054f,-0.18477152203527297f,0.7461720449799345f,-0.6395989086413698f,1.078034458129561f,0.9301073384028749f,-0.07743438618657938f,-0.3590323869583738f,-0.21543570654433658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3661700648816487f,0.056425587168021596f,-0.9288356349200395f,0.26832657005618304f,0.15019535592120759f,0.988655973783543f,0.0008488591260665257f,1.1335974333486696f,0.9183467965013384f,-0.139195971977849f,-0.3704910832137137f,0.12788280120776413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3661700648816487f,-0.9005964295976475f,-0.23419127776358067f,-0.04043236707621391f,0.15019535592120759f,0.19117097152356594f,-0.9699974302576464f,1.0971877265532297f,0.9183467965013384f,-0.39035846428981835f,0.06526431423851546f,0.010726938540937744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4092714411388316f,-0.6174695175975186f,-0.6717352769551646f,0.010510135541894583f,-0.0013416208433666833f,0.7366251710828357f,-0.6762999019523038f,1.2558826769345268f,0.912411687519212f,-0.2758890214652822f,-0.30230805532316296f,-0.0868612473907355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.25062152295712303f,-0.6852139216229233f,-0.6838645581142413f,0.012080277244423497f,-0.20592679470466546f,0.7279765164595493f,-0.6539452168997661f,1.2182880444340687f,0.9459297053445962f,-0.023066709725357515f,-0.3235504897989359f,-0.09049677661872982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.6077321167626023f,-0.7210479243478152f,0.010510135541894583f,-0.10452846326765343f,0.7836939482475386f,-0.6122888173461011f,1.2558826769345268f,0.9371884737436481f,-0.12839575435126743f,-0.3243336167384137f,-0.0868612473907355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3361518807621782f,-0.07637456776611068f,-0.9387059382248468f,0.015214685807770448f,-0.017468380196270783f,0.9970406409787137f,-0.07486531860664203f,1.2800066096106801f,0.9416457766874807f,-0.008768445432073724f,-0.33649122664838665f,-0.08250003101069714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.32690251363906525f,-0.13429385970848115f,-0.9354677470768618f,0.015214685807770448f,-0.19079302161755746f,0.9788485393444654f,-0.0738482222213153f,1.2800066096106801f,0.925598600624754f,0.15433954861863922f,-0.34561037926209875f,-0.08250003101069714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.05306229303726215f,-0.9415056176192862f,0.015214685807770448f,-0.10452846326765343f,0.9943386170381975f,-0.01909227680156264f,1.2800066096106801f,0.9371884737436481f,0.0920603482732516f,-0.33645602529581614f,-0.08250003101069714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3577334536697508f,-0.29811103288880914f,-0.8849613484189462f,-0.048375390848532006f,0.0661371432964851f,0.9372069308919035f,-0.34244568469285575f,1.281443086603983f,0.9314787460817837f,-0.18103309299171233f,-0.3155540600907578f,0.10181485173163132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3072503105701175f,-0.38871481884587533f,-0.868618464151082f,0.07051344508419377f,-0.23201950038035435f,0.9158243605547787f,-0.32776926649349125f,1.3152511832486327f,0.9229107205455015f,0.10082921314801997f,-0.37157673726719503f,-0.2656679548298193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.2539989874634434f,-0.9081480877690551f,0.036251837151264385f,-0.10452846326765343f,0.9670431762329943f,-0.23216652572691132f,1.1454821372488102f,0.9371884737436481f,0.01766379542304685f,-0.34837588179049367f,-0.08169774576752029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.1738821235173766f,-0.9268297805272194f,9.589421811180607e-18f,-0.10452846326765343f,0.9835979309799827f,-0.14699969570988874f,1.3660714285714286f,0.9371884737436481f,0.04795953808143735f,-0.3455107051728881f,-0.07830357142857138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09664123378458882f,-0.07299735309543477f,-0.9926388358177675f,0.5791343295685221f,-0.09473496022644716f,0.992104594981247f,-0.08218126263321342f,1.7836148896290256f,0.9908005648179081f,0.10197969924527209f,0.08896281076021555f,-0.22815637793230148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09664123378458882f,-0.07299735309543477f,-0.9926388358177675f,0.5881944452358273f,-0.09473496022644716f,0.992104594981247f,-0.08218126263321342f,1.774733487107796f,0.9908005648179081f,0.10197969924527209f,0.08896281076021555f,-0.1352688249806226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09664123378458882f,-0.07299735309543477f,-0.9926388358177675f,0.7325602127748398f,-0.09473496022644716f,0.992104594981247f,-0.08218126263321342f,1.7915013777633928f,0.9908005648179081f,0.10197969924527209f,0.08896281076021555f,-0.19505702307049438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41300050788107795f,-0.564545353994203f,-0.7146461528431618f,-0.646346968893776f,-0.19035201077762046f,0.8208730778066261f,-0.5384547354469021f,2.4651842126094254f,0.890615906259757f,-0.08634774702235552f,-0.4464833413480002f,-0.7247177664301466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.028460469081553696f,-0.564545353994203f,-0.8249112346084384f,-0.6275952445767755f,0.12390987689139896f,0.8208730778066261f,-0.5575067107587451f,2.4684241992218916f,0.9918852474497319f,-0.08634774702235552f,0.09331517816382823f,-0.8165161205651215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20001839271467184f,-0.564545353994203f,-0.8008003408212307f,-0.5168510556120911f,-0.034559857199638624f,0.8208730778066261f,-0.5700640371069002f,2.5523138114816937f,0.9791824441063982f,-0.08634774702235552f,-0.18370032046238616f,-0.7430618954282762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000051998996442988975f,-5.465314755722986e-7f,-0.00001472423077907396f,0.6396535814323111f,-0.000001633257238557085f,0.000015539404615129272f,0f,1.5305294579511102f,0.000014643569902244501f,0.0000015391012161348847f,-0.000005228542145241925f,0.17487991864506963f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145.mcfunction new file mode 100644 index 000000000..d859d3269 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145_as_bone.mcfunction new file mode 100644 index 000000000..2e963a7b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_145_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.07761720857749557f,-0.09547733896528138f,-0.8073438493734814f,-0.2743353548240079f,-0.23345721144765053f,0.7742381284999678f,-0.11400655790084545f,1.4923301769945965f,0.7787282862463447f,0.2416274871893109f,0.046291015098557445f,-0.25297740607436703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.034453571840413366f,-0.11550600399448056f,-0.7908674442842267f,-0.2743353548240079f,0.07895683112683798f,0.7882216821532734f,-0.11167989345388943f,1.4923301769945965f,0.795348206891702f,-0.07324577001227546f,0.045346300504709336f,-0.25297740607436703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.730665894941432f,0.019672764156900845f,-0.3642592164438774f,-0.31520773088851284f,-0.000264057488603703f,0.8154494941788486f,0.04457013755360283f,1.4777022575182954f,0.3647899733922567f,0.039994365082237776f,-0.7295705384118727f,-0.18140799736028168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6686455898959376f,-0.25610298948814525f,-0.3568253548837983f,-0.31520773088851284f,-0.30592943868917427f,0.7379030664905529f,0.04366054290965176f,1.4777022575182954f,0.31515116001062166f,0.17294601249833352f,-0.7146813437504059f,-0.18140799736028168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.642294337017321f,-0.35598587293987705f,1.379180297460312f,-0.44601272533471353f,1.409756238512444f,0.3751271108481198f,-0.5597081817179268f,1.4958955213982634f,-0.20359661738527393f,1.4744354712817975f,0.4753890074615719f,0.6912649570498692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.47149324269193094f,-0.8383938212950579f,-0.27347746252683813f,-0.3540083617077172f,-0.04982933236025239f,0.33494346335987824f,-0.9409197170795293f,1.504971770620661f,0.8804607655837818f,-0.4300100891453132f,-0.19970018402810835f,0.506037236941628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5212766551572097f,-0.8383938212950579f,-0.15926848150962492f,-0.17772208888203359f,-0.2621881728481881f,0.33494346335987824f,-0.9050249932300315f,1.5854852857204065f,0.8121132992425626f,-0.4300100891453132f,-0.39441515237957026f,0.21923364050385918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9558899031674162f,0.22344463608842227f,-0.19064885949278532f,0.38831486759842493f,0.28804765333314536f,0.5861137593088552f,-0.7572973065831604f,1.5386928857639508f,-0.057472101334954395f,-0.7788088056462599f,-0.6246229277059806f,-0.4368312592578236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7913837390987939f,0.055124629394194324f,-0.6088292475925942f,0.1308238829748765f,0.46436253301386987f,0.7019398543559141f,-0.5400443304023665f,1.6838361575246568f,0.39759176981290023f,-0.710099793057955f,-0.581101599099585f,-0.2825504324476259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2573529099303547f,-0.7394848062534137f,-0.6220383437302958f,0.1607114237540088f,-0.5011785224867976f,0.6525168232666338f,-0.5683677365508801f,1.3815863825943546f,0.8261897895449503f,0.16548116712898636f,-0.538541005845701f,0.16290167022040403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4132584817606412f,-0.4346064993615998f,-0.8002091088993833f,0.07422139819308769f,-0.3495211087797766f,0.8871530655416082f,-0.30132114565274437f,1.5460443252230764f,0.8408640923301729f,0.1551664558233594f,-0.5185276744947873f,0.1887545827216915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3116895217024816f,-0.7139421343752755f,-0.6270057980788966f,0.27839035709048177f,-0.5466310331807669f,0.6744772148339144f,-0.49626102026414787f,1.4300953518649038f,0.7772027763876076f,0.18806146716848085f,-0.6004904070356434f,-0.13712372912546666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.44166559059403415f,-0.2463370636363657f,-0.8626989956898268f,0.22681028893560182f,-0.4084347172423216f,0.9113544433104023f,-0.05112886082802476f,1.600654754605429f,0.7988194964047934f,0.32977436185579956f,-0.5031265073778087f,-0.07843557694861553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,0.22082937234429678f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.2715162913697817f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,-0.014731584449703999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,0.23999209790367665f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.1588767251265693f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,-0.1277157893886104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,-0.3485997718912285f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.2310074968196685f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,0.1240694863649479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,-0.4021301285746816f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.1131965951019733f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,0.028804567061954486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9565825292943201f,0.21712866449451562f,-0.19443509895003291f,0.12581018728134843f,0.07592672284875235f,0.8297105336588709f,0.5530059340485961f,2.340771009560176f,0.28139828962936125f,0.5142329952369252f,-0.8101724688011379f,0.04283250546830193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.978771817476106f,0.06481297409323859f,-0.19443509895003291f,0.013723488919980036f,-0.05480338457385882f,0.8313729764349388f,0.5530059340485961f,2.342836544748075f,0.1974900462144098f,0.5519223246462311f,-0.8101724688011379f,0.07114233132144279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9235552018120239f,0.3657363329372356f,-0.11525070054266562f,-0.01904501201181763f,0.10063375813899925f,0.5211811952796702f,0.84749218781631f,2.3656830448445154f,0.3700251828305382f,0.771107707429045f,-0.5181450256585981f,0.029078969266743263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9913719351795907f,0.062441670082552164f,-0.11525070054266562f,0.010928790620072987f,-0.06534545505270054f,0.5267703134139962f,0.84749218781631f,2.3718119570918104f,0.11362947523520919f,0.8477110797571433f,-0.5181450256585981f,0.03243653020430144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9693984723145376f,0.21675764784354268f,-0.11525070054266562f,0.07799031246373757f,0.017864088111557305f,0.5305071780346302f,0.84749218781631f,2.4554550187907043f,0.24484173710824525f,0.8194987834982232f,-0.5181450256585981f,0.09401765595640779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9693984723145376f,0.14987192589184728f,-0.19443509895003291f,0.04426912913807198f,0.017864088111557305f,0.83298578094886f,0.5530059340485961f,2.268033218077211f,0.24484173710824525f,0.5326097019079603f,-0.8101724688011379f,-0.02581952697288309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9504056684832362f,-0.19520314124405724f,-0.2421255851069551f,-0.26312586014625905f,-0.2234545752630242f,0.9700697281838345f,0.09504091358653308f,2.345913160273965f,0.21632641565225977f,0.14443149279085235f,-0.9655788035066075f,0.09129154887633634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923146f,-0.2421255851069551f,-0.15192846389300027f,-0.06895113965976733f,0.9930825570335311f,0.09504091358653308f,2.3638629711555414f,0.23625714181217344f,0.10881239433764368f,-0.9655788035066075f,0.06517481131569543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9297760132175392f,-0.27729364630642506f,-0.2421255851069551f,-0.13008842685500321f,-0.3071514108182486f,0.9469029705186255f,0.09504091358653308f,2.3611132932579895f,0.20291519429963262f,0.16273597678783464f,-0.9655788035066075f,0.05942762255608149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9699579852063507f,0.023594659799436285f,-0.2421255851069551f,-0.15874182576163798f,0.0004907591664299882f,0.9954732462000563f,0.09504091358653308f,2.369038299172225f,0.2432720002176107f,0.09206686770424605f,-0.9655788035066075f,0.06739271121576323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617072108389947f,-0.1284306881430436f,-0.2421255851069551f,-0.2269380498368895f,-0.15524160762444472f,0.9832940902938526f,0.09504091358653308f,2.472036603478385f,0.22587448701094842f,0.1289894969999077f,-0.9655788035066075f,0.062267395305139465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617072108389947f,-0.1284306881430436f,-0.2421255851069551f,-0.19804114500470474f,-0.15524160762444472f,0.9832940902938526f,0.09504091358653308f,2.250795433162269f,0.22587448701094842f,0.1289894969999077f,-0.9655788035066075f,0.03324475848016028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,-0.04670620542758842f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,1.747489486590476f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,-0.021879398734822322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4882844503760452f,-0.13163866588782835f,-0.8626989956898268f,0.0026582942803472153f,-0.1747533740235282f,0.9832838338230835f,-0.05112886082802476f,1.3787580489068196f,0.8550085109449825f,0.1257941325557411f,-0.5031265073778087f,-0.06905219844322523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.48677878291204624f,-0.4450253178783432f,-0.751664075870296f,0.3548221710221118f,-0.18110591248457422f,0.89321369439461f,-0.4115457989204384f,0.836800062859647f,0.8545449461378826f,-0.06420095476869248f,-0.5153941913108757f,-0.09896119944989687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.48677878291204624f,-0.6667304473097626f,-0.5643730389882126f,0.10663968685738441f,-0.18110591248457422f,0.7090788752528818f,-0.6814747222995419f,1.0907330053560167f,0.8545449461378826f,-0.2295161416986432f,-0.46591337792552334f,-0.18651798702350644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5360589654884291f,0.0570629056944392f,-0.8422497315601724f,0.22726820199784437f,0.15095115364772044f,0.9881119524999047f,-0.02912934155192287f,1.1419324129924835f,0.830574821874524f,-0.14275361333617376f,-0.5382999824889174f,0.18794174783027565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5360589654884291f,-0.8088881707059339f,-0.24153822225785074f,-0.05359368883962141f,0.15095115364772044f,0.1896626938466789f,-0.9701761756378289f,1.1086614798166363f,0.830574821874524f,-0.5565321103537771f,0.0204322150848556f,0.01271822182311233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5749420577814088f,-0.5496797649163726f,-0.6060476765367226f,0.013018756050066287f,0.005007455562486274f,0.7383359723604268f,-0.6744144996271749f,1.2693217779783996f,0.8181788041637773f,-0.39078401702227283f,-0.4217479062865246f,-0.0754619025686134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.4258291872138002f,-0.6705273417397309f,-0.6075052158593242f,0.015198087620464769f,-0.19936463577508334f,0.724453794018478f,-0.6598639574446395f,1.2317216124321406f,0.8825662838105149f,-0.1598742765790749f,-0.44217300954401856f,-0.0784763753537379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.5711990368807442f,-0.6473068111033797f,0.013018756050066287f,-0.0980171403295606f,0.7828777039363206f,-0.6144063320645466f,1.2693217779783996f,0.8577103751476555f,-0.24664582085635392f,-0.45110835884315353f,-0.0754619025686134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5098976077997317f,-0.0822615351825764f,-0.8562928642640415f,0.01657584007467139f,-0.010967739034012672f,0.9959580217926525f,-0.08914778475850046f,1.2935487029224502f,0.8601651807999395f,-0.036064645517069546f,-0.5087388358314463f,-0.0706002073718024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4956681549653765f,-0.17011657234567407f,-0.8516885768674944f,0.01657584007467139f,-0.18432057200283308f,0.9788959235600296f,-0.0882535980802196f,1.2935487029224502f,0.8487278756408134f,0.11323922752701718f,-0.516563520256044f,-0.0706002073718024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.08163233073208827f,-0.8594245807594539f,0.01657584007467139f,-0.0980171403295606f,0.9945003479043746f,-0.03690119536943304f,1.2935487029224502f,0.8577103751476555f,0.06561417984951733f,-0.5099291046476394f,-0.0706002073718024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5294947842544584f,-0.2583177126020355f,-0.8080267525295042f,-0.08096603712739937f,0.06968159995605183f,0.9360470445579909f,-0.34490637135578606f,1.2956845386050238f,0.8454464785395284f,-0.23893072161256862f,-0.4776320363991594f,0.09813930269677863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.47565897920851435f,-0.404639445302881f,-0.7810348614519653f,0.1055125645379544f,-0.2253412629541259f,0.9143370863031938f,-0.3364654630431266f,1.3274053173913893f,0.8502763378505563f,0.015956563400772936f,-0.5260946087690725f,-0.2402901234188039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.2621243598240167f,-0.8225358760693455f,0.03838459606996102f,-0.0980171403295606f,0.9640270656268346f,-0.24707176475779272f,1.1593069493191666f,0.8577103751476555f,-0.044075352814972f,-0.5122404470932609f,-0.06399953968184831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.18943817228195883f,-0.8422515220032477f,8.63813367255722e-18f,-0.0980171403295606f,0.981892374763836f,-0.1621110871663319f,1.3794642857142858f,0.8577103751476555f,0.0007370638410074543f,-0.5141326376539057f,-0.07053571428571426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.015633209777883964f,-0.10032589798747919f,-0.9948318033441867f,0.5763113859753921f,-0.08379601679715715f,0.9913217548063162f,-0.10128872600964302f,1.7893977432986277f,0.9963602914212164f,0.08494641040521897f,0.007090630317318564f,-0.09555677067549267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.015633209777883964f,-0.10032589798747919f,-0.9948318033441867f,0.5777769993920687f,-0.08379601679715715f,0.9913217548063162f,-0.10128872600964302f,1.7815418667238943f,0.9963602914212164f,0.08494641040521897f,0.007090630317318564f,-0.002147993354753623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.015633209777883964f,-0.10032589798747919f,-0.9948318033441867f,0.7262689631853585f,-0.08379601679715715f,0.9913217548063162f,-0.10128872600964302f,1.8006631139127074f,0.9963602914212164f,0.08494641040521897f,0.007090630317318564f,-0.04991597656272093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5318523963734887f,-0.5292617857870588f,-0.6610710934364553f,-0.4835915805819778f,-0.23608761708046092f,0.8423546479728211f,-0.48445978584383476f,2.467090975636596f,0.8132623595943974f,-0.10159039887744314f,-0.5729604919389075f,-0.8207995608188587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07494768439182953f,-0.5292617857870588f,-0.8451418855492822f,-0.4538679366683681f,0.07285175666656327f,0.8423546479728211f,-0.5339768427461816f,2.475086961040479f,0.9945227328497316f,-0.10159039887744314f,-0.024574879471188082f,-0.9093525489667346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3170522017451701f,-0.5292617857870588f,-0.7869941953242305f,-0.3506806293265384f,-0.08529051097474992f,0.8423546479728211f,-0.5321317278421299f,2.550908727514857f,0.9445652069106748f,-0.10159039887744314f,-0.3122114039392475f,-0.8182443443019095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007885991098578305f,-7.767023301610829e-7f,-0.000013466569826183134f,0.5806286004419028f,-0.0000015315178176493846f,0.000015549761354253076f,0f,1.5440794217605591f,0.000013401724611682119f,0.000001319954664410819f,-0.000007924148037267724f,0.2983508707859633f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146.mcfunction new file mode 100644 index 000000000..77df7d87a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146_as_bone.mcfunction new file mode 100644 index 000000000..1041a9a61 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_146_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1202842593951608f,-0.14428976111685884f,-0.7947682720284208f,-0.2264581680082277f,-0.22839463999181103f,0.7768176475722115f,-0.10646443203169224f,1.5052480412700502f,0.7747980574376869f,0.2065895730710037f,-0.15476809404257608f,-0.30364870633820074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1629506609415242f,-0.08549442984683349f,-0.7785485113747797f,-0.2264581680082277f,0.08450557760423563f,0.788658386793196f,-0.10429168852084139f,1.5052480412700502f,0.7786564643361635f,-0.1034826140272778f,-0.15160956151109495f,-0.30364870633820074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7901392042765109f,0.016242459398509858f,-0.20581706640221645f,-0.2810332595122125f,0.007235882063397116f,0.815813903614963f,0.03660274748874491f,1.4919907385615123f,0.20633013430057f,0.033590201333840976f,-0.7894580536661243f,-0.24483523878398067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7211844820687302f,-0.28150247210725926f,-0.20161671810829368f,-0.2810332595122125f,-0.29927841449975356f,0.741044395172777f,0.03585575264203583f,1.4919907385615123f,0.17414181989910169f,0.10774768016303127f,-0.7733466648157953f,-0.24483523878398067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.790018042279776f,-0.5510674311279413f,1.2302855071984231f,-0.6073933570459322f,1.3448386668703303f,0.42076393612951446f,-0.6751095615848071f,1.514268656613644f,-0.0932024836732507f,1.4002459235444498f,0.6870450499307074f,0.5800044371826905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6505230257585619f,-0.7066729805403796f,-0.27826802103745457f,-0.47687706834843147f,-0.052688167163323196f,0.4074977468311261f,-0.9116850022724543f,1.5244736976362672f,0.7576567494577573f,-0.5784106542083499f,-0.3023199713868959f,0.41604083504785755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6980207651876328f,-0.7066729805403796f,-0.11567328966121543f,-0.23746651434349517f,-0.2678728966326069f,0.4074977468311261f,-0.8730347630977887f,1.608216823356105f,0.6640866830591682f,-0.5784106542083499f,-0.4737404273246483f,0.17821992662020547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.938013723979016f,0.3403156899776965f,-0.0656923494938566f,0.46190057744410373f,0.27067283469763f,0.6008717751003452f,-0.7521232122760937f,1.5735366668619801f,-0.21648665128309422f,-0.7232830296936081f,-0.6557401838940993f,-0.35991592196409294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8658443229185072f,0.12250049527108095f,-0.4850847731357188f,0.1767822291794594f,0.4096326986904987f,0.7302464392354928f,-0.5467551464297552f,1.6999424887231995f,0.2872536520800582f,-0.6721114242759334f,-0.6824599422123214f,-0.24201032316420412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.386098157127629f,-0.7894633418128445f,-0.4771539007451835f,0.10825898514625697f,-0.548080268453241f,0.6123898488709121f,-0.5697251024240415f,1.3988018107680094f,0.7419812884398581f,0.04154882589865924f,-0.6691318724075029f,0.19632642263629135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5785544811620488f,-0.47372191436717626f,-0.6639745930196502f,0.01528628499603862f,-0.37211137819631596f,0.8776959816167732f,-0.30196504113987627f,1.5614825258140301f,0.7258152895497249f,0.07236927319012226f,-0.6840722576992744f,0.20562020974881884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4349199521301651f,-0.7722270877526582f,-0.46315219980060873f,0.2927027058806949f,-0.601433692831532f,0.6319144520641624f,-0.48883702642033544f,1.4448252554949501f,0.6701657618575582f,0.06595036173894325f,-0.7392755923337258f,-0.07060525761616833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.599119374655354f,-0.33684047277261864f,-0.7263569857961691f,0.22500538607460285f,-0.44202592067644975f,0.895567468553555f,-0.050714837264003915f,1.6124271881158416f,0.6675844967962593f,0.29068437379896456f,-0.6854440418198915f,-0.020385962790236786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,0.21409952899284548f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.2857945263927197f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,-0.019177996404904064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,0.23746621829192624f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.171532714875883f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,-0.1297155409772852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,-0.36010491917248394f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.246970623844147f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,0.09888218442694308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,-0.4100409253838707f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.1277525694487696f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,0.003416152301180697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9667894944057026f,0.19233907360311542f,-0.16829662584930608f,0.11653210268246827f,0.08064775428240864f,0.8544524512566568f,0.513231865993037f,2.3585790323811087f,0.2425160061438631f,0.48261443130825016f,-0.8415873676909865f,0.031330502099953875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9849751715198176f,0.038731863074795744f,-0.16829662584930608f,0.003468041572926628f,-0.05401096551473247f,0.8565488119969998f,0.513231865993037f,2.3609895488989565f,0.164032701293591f,0.5146105084909203f,-0.8415873676909865f,0.055410537825322265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9376804001263417f,0.3305878976419585f,-0.10708458876782374f,-0.027365089872028348f,0.11332117532616338f,0.5822137286955011f,0.805099674165366f,2.3792863825439428f,0.3285023263868932f,0.7427912331544789f,-0.5833930111916388f,0.013843863505068082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993944333248455f,0.024648595329359674f,-0.10708458876782374f,0.002384882549888112f,-0.07213909429714156f,0.5887363295506824f,0.805099674165366f,2.3861097038008356f,0.08288916381091431f,0.8079492440837356f,-0.5833930111916388f,0.017799499095013202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9778513393257655f,0.1798322802703473f,-0.10708458876782374f,0.06607231905405461f,0.020847710424630156f,0.5927730490068458f,0.805099674165366f,2.475093809879934f,0.20825976843561858f,0.7850353261757682f,-0.5833930111916388f,0.07534412376214887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9778513393257655f,0.12443071930413868f,-0.16829662584930608f,0.03807540721062345f,0.020847710424630156f,0.8579967509841492f,0.513231865993037f,2.2820445409085006f,0.20825976843561858f,0.4983558682248043f,-0.8415873676909865f,-0.03678594658843193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9577954768262001f,-0.20050471824630406f,-0.20597495608020394f,-0.27347515490585694f,-0.22084927644650182f,0.9719534436061186f,0.0808214114901743f,2.361437850866433f,0.18399299351966736f,0.12289980237241108f,-0.9752139339203956f,0.06764067118248966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.04820394941092822f,-0.20597495608020394f,-0.1613826330933676f,-0.06608323838054886f,0.9945355222664877f,0.0808214114901743f,2.3790719645916254f,0.20095349928825043f,0.09260385635227723f,-0.9752139339203956f,0.0454270444672598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9366756382273494f,-0.2832191134424823f,-0.20597495608020394f,-0.13934341562875047f,-0.3047202025670387f,0.9490065845884521f,0.0808214114901743f,2.3762519515154796f,0.17258142107101362f,0.13846817753049093f,-0.9752139339203956f,0.04053843067624666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9783509885765757f,0.020091307050441987f,-0.20597495608020394f,-0.16827421247521585f,0.0034530281133964003f,0.9967226174024466f,0.0808214114901743f,2.384274966009013f,0.20692370513811417f,0.0783604705155657f,-0.9752139339203956f,0.04731381681026886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9694488372972054f,-0.13320386379851917f,-0.20597495608020394f,-0.23623778051226862f,-0.1525112538395016f,0.9849914806215528f,0.0808214114901743f,2.487146814453212f,0.19211785267225825f,0.10976572220919666f,-0.9752139339203956f,0.03814971573069989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9694488372972054f,-0.13320386379851917f,-0.20597495608020394f,-0.20626691115760185f,-0.1525112538395016f,0.9849914806215528f,0.0808214114901743f,2.265523731313363f,0.19211785267225825f,0.10976572220919666f,-0.9752139339203956f,0.01345242823363068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,-0.0529545105228821f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,1.7615590118402888f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,-0.028650800122930364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6711011234514055f,-0.14842106079450124f,-0.7263569857961691f,0.0027033872750558646f,-0.1630229193657964f,0.985317985750153f,-0.050714837264003915f,1.3920647671839814f,0.7232197521249779f,0.08437805206270357f,-0.6854440418198915f,-0.06029256964644421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6674560084123293f,-0.43317327920265003f,-0.6056924855230612f,0.36030600897031295f,-0.17740328999074573f,0.8824731153094553f,-0.4356251524607876f,0.8675042864352073f,0.7232085104136566f,-0.1833087857710264f,-0.6658583479422722f,0.005699471061907518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6674560084123293f,-0.6203867679710965f,-0.41185280739683877f,0.1315546855114451f,-0.17740328999074573f,0.6696358998431692f,-0.7211905672855744f,1.1034861385600538f,0.7232085104136566f,-0.4082989343209286f,-0.5570111585037179f,-0.14753087224040146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.71277999145858f,0.06776247410011166f,-0.6981066758598851f,0.16423621971344393f,0.15167397360139737f,0.9866627182200612f,-0.05909049167643213f,1.1503574307291349f,0.6847917124996983f,-0.1480031336777421f,-0.7135512475732201f,0.24635997543191215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.71277999145858f,-0.6593225288714f,-0.23924566181840962f,-0.06898441062916492f,0.15167397360139737f,0.18813898484331196f,-0.9703601022888825f,1.1202163956979874f,0.6847917124996983f,-0.7279406056161106f,-0.03409963617079448f,0.010283245236367478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7460264064366064f,-0.4415514036818474f,-0.49847463205851655f,0.014507065570388784f,0.0113556055403803f,0.7400101558199237f,-0.6724998286291111f,1.2827911598504693f,0.6658195334488877f,-0.5073631117749521f,-0.5470530337069186f,-0.0629147174298928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6160799731873579f,-0.6169911180304526f,-0.4896605221058733f,0.017206161511447056f,-0.1927932248028128f,0.7208528186181458f,-0.6657341709424316f,1.245187293351857f,0.7637252379668991f,-0.31574225906870085f,-0.5630546924860825f,-0.06511562800992443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.4977791470012948f,-0.5294743958259271f,0.014507065570388784f,-0.09150161866340241f,0.7820224694788559f,-0.6164968053543906f,1.2827911598504693f,0.7209401284479485f,-0.3750423683277068f,-0.5827422699209319f,-0.0629147174298928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.693276242476751f,-0.07763866577927557f,-0.7164776962288018f,0.016707226161206852f,-0.004494440695443747f,0.994626537161077f,-0.1034304190158771f,1.3071147924877518f,0.7206579296865833f,-0.06848568573781466f,-0.6898998907297123f,-0.05773119682764241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6753557475444539f,-0.1972354965885932f,-0.7106284353613518f,0.016707226161206852f,-0.17781241406314463f,0.9786957959370581f,-0.10265127578440056f,1.3071147924877518f,0.7157355375162734f,0.057032428499751577f,-0.6960387506710469f,-0.05773119682764241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.10280731003682865f,-0.719414951212135f,0.016707226161206852f,-0.09150161866340241f,0.9943003633708223f,-0.0547196599279276f,1.3071147924877518f,0.7209401284479485f,0.028239058122432853f,-0.6924217549946082f,-0.05773119682764241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7091530081545927f,-0.19612182460280234f,-0.6772283521381542f,-0.11676089653132132f,0.07319855874487773f,0.9348629209097542f,-0.34738061273731924f,1.3099469196871492f,0.7012445950044569f,-0.29591814581493703f,-0.6486050176760004f,0.08420276764832413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6561305542304786f,-0.39928888697246634f,-0.6403601178598601f,0.14189489664455113f,-0.21862306683937804f,0.9127405348693982f,-0.3451212405113162f,1.3395784972802374f,0.72228571247876f,-0.08644709796525193f,-0.6861707140372841f,-0.2030752434159577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.2513259925748667f,-0.6818815589828084f,0.037296454977971315f,-0.09150161866340241f,0.9607399711303028f,-0.2619277794631989f,1.1731930703394968f,0.7209401284479485f,-0.11753277555134518f,-0.6829578155820846f,-0.044274040513005666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.19093972755664984f,-0.7011912973398625f,7.686845533933832e-18f,-0.09150161866340241f,0.9799125756501843f,-0.17719705941295746f,1.3928571428571428f,0.7209401284479485f,-0.05756183217388247f,-0.690602611253564f,-0.06276785714285713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.10424875226895276f,-0.12618483643965195f,-0.9865138542884557f,0.5437400913379405f,-0.07259311480866489f,0.9902381612041762f,-0.11899001545233967f,1.7953681927979181f,0.9918984007108502f,0.05920955284133056f,-0.11239124307341376f,0.05183884431601582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10424875226895276f,-0.12618483643965195f,-0.9865138542884557f,0.5339667708127263f,-0.07259311480866489f,0.9902381612041762f,-0.11899001545233967f,1.788562588284606f,0.9918984007108502f,0.05920955284133056f,-0.11239124307341376f,0.14482931938265803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.10424875226895276f,-0.12618483643965195f,-0.9865138542884557f,0.6868305092186018f,-0.07259311480866489f,0.9902381612041762f,-0.11899001545233967f,1.809813892859113f,0.9918984007108502f,0.05920955284133056f,-0.11239124307341376f,0.115192768310349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6627380152478071f,-0.4989442986219561f,-0.5584200121933685f,-0.27399210417912123f,-0.2794724720634404f,0.8566194821707321f,-0.4337028938389693f,2.469040054280519f,0.6947470478556546f,-0.13136837381269167f,-0.7071554919942726f,-0.8902976889340931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21526915120907866f,-0.4989442986219561f,-0.8394723220037497f,-0.23077836264111595f,0.024329675892427627f,0.8566194821707321f,-0.5153747467974311f,2.4815976680110663f,0.9762516373398267f,-0.13136837381269167f,-0.17226459576220715f,-0.9725408733306182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.46094657640538994f,-0.4989442986219561f,-0.7338820345074503f,-0.14230292823400104f,-0.13394787979250694f,0.8566194821707321f,-0.4982579936786152f,2.550057560197585f,0.8772606335629352f,-0.13136837381269167f,-0.46168834852372737f,-0.8621660288537966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010733280795935268f,-9.862499563934463e-7f,-0.000011312144773610403f,0.48229080123721724f,-0.0000014297127916156627f,0.000015559451993354092f,0f,1.5576223340054614f,0.000011264689506999196f,0.0000010350795573400997f,-0.000010778497373051537f,0.42769421288939424f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147.mcfunction new file mode 100644 index 000000000..23ce2a373 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147_as_bone.mcfunction new file mode 100644 index 000000000..8d9174a81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_147_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3273400501571907f,-0.18592242372157944f,-0.7247246293351881f,-0.1598155574152078f,-0.22304224990039478f,0.7793318736705991f,-0.09918885968135446f,1.5182115298938665f,0.7141744120079507f,0.15817435785553582f,-0.36315317180844126f,-0.3457663018052857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.36594828124883966f,-0.045553281273349025f,-0.7099343307773271f,-0.1598155574152078f,0.09029214053832398f,0.7889273543238402f,-0.09716459723887785f,1.5182115298938665f,0.7056409744395714f,-0.12457338465666315f,-0.3557418825878608f,-0.3457663018052857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8162687667646369f,0.015726666077826103f,-0.020060329585027677f,-0.22552894260135978f,0.01500915345407214f,0.8160137214544121f,0.0289961403493213f,1.5062576530122234f,0.020602673651142815f,0.028613332847502726f,-0.8159051730846096f,-0.30354496795282493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7446390281107587f,-0.2917645601573555f,-0.019650935103700584f,-0.22552894260135978f,-0.2923183171656944f,0.7441392292513923f,0.028404382383008624f,1.5062576530122234f,0.007919549462021213f,0.033619174965019885f,-0.7992540471032912f,-0.30354496795282493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8978905714426259f,-0.7547433084190538f,1.0322602918407242f,-0.7485074672012899f,1.2760847225646237f,0.4474718251343577f,-0.7828045711083291f,1.531935223272372f,0.08250183362570553f,1.2928796363573791f,0.8735341683877107f,0.4182955752628839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8114041711758809f,-0.5341220538077862f,-0.23735396064640296f,-0.5815002537558024f,-0.05760713574461604f,0.47719456131543586f,-0.8769075028543605f,1.5439392959076048f,0.5816396555511696f,-0.6978531237209743f,-0.4179668991716875f,0.28725221417834745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8449276014483958f,-0.5341220538077862f,-0.028477709648306426f,-0.2882507466359146f,-0.27351095228402017f,0.47719456131543586f,-0.8351509502070014f,1.6309542013744616f,0.45966194892697965f,-0.6978531237209743f,-0.5492830876893349f,0.11872675139650053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8859287930797127f,0.4558171971858408f,0.08579543310671006f,0.5267848988745201f,0.2433100573917943f,0.6141991571881626f,-0.750706075159481f,1.610826208317771f,-0.3948802217943126f,-0.6441972353704999f,-0.6550416264457395f,-0.2544800936705266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9279605598141164f,0.18800824146966524f,-0.3217795838286757f,0.21773755734046416f,0.3468382881145155f,0.751583244546237f,-0.5610934221813185f,1.7160511758334536f,0.13635395603818784f,-0.632278046160734f,-0.7626480649787954f,-0.18671604699805316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.504310954454396f,-0.8141987751608776f,-0.28766441515040175f,0.046097447529529025f,-0.5920613236148141f,0.5685230340522779f,-0.5711785612498659f,1.4161305461693448f,0.6285967310579736f,-0.11773663099698031f,-0.7687679984395231f,0.21948979790944667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7263069369341463f,-0.49624581769527204f,-0.4756241391911147f,-0.049921294158278944f,-0.3944280199725523f,0.8675779125505233f,-0.30287803273761593f,1.5769084170679577f,0.5629429548558805f,-0.03238292874999693f,-0.8258611115094976f,0.20825636682188792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5371742861566229f,-0.8054073310721557f,-0.25052508326981904f,0.2931207615149777f,-0.6528025172826193f,0.5850688674885419f,-0.48118945720490436f,1.459772020182883f,0.534127943213607f,-0.09493919817916174f,-0.8400558844074004f,0.005939647891767666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7309329476150216f,-0.4257292861276134f,-0.5333775407945941f,0.20996291073608397f,-0.4750194948162777f,0.8785383075399444f,-0.05026849639026565f,1.6241837747441834f,0.4899933730524367f,0.2166218297358847f,-0.8443823051477175f,0.04127885156007283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,0.21262242207419405f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.299086229856087f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.021945699103105426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,0.240955486313463f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.183118488029721f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.12950513767781524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,-0.3668328776043568f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.263798393321955f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,0.06829051462055076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,-0.41247283034532833f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.1433258212997424f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.027749407308585952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9775107432262163f,0.1675266376061006f,-0.12809204725401319f,0.11262044358612183f,0.08834774300016376f,0.8768461868978253f,0.47258379238979487f,2.3755516228957783f,0.19148739693281933f,0.45063909086445f,-0.8719271681744725f,0.020020217504825827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9916829038249204f,0.01254773651498084f,-0.12809204725401319f,-0.0014801152147073462f,-0.04990892849077017f,0.8798713872080296f,0.47258379238979487f,2.3786696631145583f,0.11863438421586257f,0.47504620436434203f,-0.8719271681744725f,0.03847234289819426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9530083913718993f,0.29111466596432245f,-0.08382873752613676f,-0.02988430939743119f,0.12852906936926753f,0.6391163794581592f,0.7582944888599443f,2.392798261219494f,0.2743269660493021f,0.7118865813939572f,-0.6464999697829923f,-0.002481805989922904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963242197929686f,-0.0176292886613921f,-0.08382873752613676f,-0.00039952937552495404f,-0.07525941367896503f,0.6475534640609485f,0.7582944888599443f,2.400181746160154f,0.0409153969384511f,0.7618160666223568f,-0.6464999697829923f,0.002355292540275146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.986815643682847f,0.13844720346609538f,-0.08382873752613676f,0.05992236819677536f,0.026966834324582856f,0.6513541724831017f,0.7582944888599443f,2.4938141055147693f,0.1595859493480514f,0.7460362684489752f,-0.6464999697829923f,0.056019940924617054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.986815643682847f,0.09893084864229151f,-0.12809204725401319f,0.0376629272522598f,0.026966834324582856f,0.8808730606716212f,0.47258379238979487f,2.295617666863655f,0.1595859493480514f,0.4628988422646208f,-0.8719271681744725f,-0.04813229858492246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9665141188173598f,-0.2025906943539153f,-0.15750386880296274f,-0.2783367043124288f,-0.2151256572210542f,0.9742910601549141f,0.06691697622743195f,2.3775194544870666f,0.13989785463655915f,0.09855932560347468f,-0.985248521747014f,0.039664620240945775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9863068930698737f,-0.048900347595411495f,-0.15750386880296274f,-0.16522172055076195f,-0.06006440261128805f,0.9959489875648883f,0.06691697622743195f,2.394474532572973f,0.15359355527430843f,0.07546105070512565f,-0.985248521747014f,0.02273339462970723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9451792983564901f,-0.28605703149972106f,-0.15750386880296274f,-0.14297985988241868f,-0.29922210014732126f,0.9518341520853323f,0.06691697622743195f,2.391513974152687f,0.13077548983567083f,0.11037717904333273f,-0.985248521747014f,0.018976686915487373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9873154148630844f,0.02002006208368648f,-0.15750386880296274f,-0.1721777726026637f,0.009555800656205038f,0.9977127868111123f,0.06691697622743195f,2.399726317761625f,0.1584833058954615f,0.06456308657250796f,-0.985248521747014f,0.02420209888294888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9782917514522536f,-0.13467657685203227f,-0.15750386880296274f,-0.23921602580691584f,-0.14663851317540916f,0.9869241433597024f,0.06691697622743195f,2.5026594984667656f,0.14643222150260357f,0.0885604590160644f,-0.985248521747014f,0.010192193512269094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9782917514522536f,-0.13467657685203227f,-0.15750386880296274f,-0.20891379601520862f,-0.14663851317540916f,0.9869241433597024f,0.06691697622743195f,2.2806015662108328f,0.14643222150260357f,0.0885604590160644f,-0.985248521747014f,-0.009733909766345365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,-0.05564201033873343f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,1.775594604903131f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.03681787635741664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8316294556619614f,-0.15459898916649129f,-0.5333775407945941f,0.0023326105987008005f,-0.15128114456392272f,0.9872117774672723f,-0.05026849639026565f,1.4053901883529039f,0.5343280488378083f,0.03888520256611469f,-0.8443823051477175f,-0.05139982731970964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8260892275339196f,-0.3828082091651802f,-0.4135631307891942f,0.33548607966387956f,-0.17366163524359515f,0.8710801237718998f,-0.45941381608964715f,0.8989143440360998f,0.5361140033583649f,-0.3076967548825946f,-0.7860690061551772f,0.1170209791495175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8260892275339196f,-0.5122403732063805f,-0.23491783289014165f,0.14883028174560067f,-0.17366163524359515f,0.627970556902665f,-0.7586136145020581f,1.1162939265143788f,0.5361140033583649f,-0.5858863197931362f,-0.6077162131145772f,-0.10017881310708152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8621214449703973f,0.08833693395480816f,-0.49894208102906906f,0.08231844216134304f,0.15236751166762053f,0.9843079680295217f,-0.08900542377749496f,1.158874026273204f,0.48325019970029165f,-0.15275604790992015f,-0.862052686508528f,0.2913432625417273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8621214449703973f,-0.4550706615080419f,-0.22283919573716693f,-0.08396498841474279f,0.15236751166762053f,0.18660157511945427f,-0.9705482953213385f,1.1318546339108426f,0.48325019970029165f,-0.8706839525324742f,-0.09153523524881763f,0.003211702641242778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8883838587734922f,-0.29605347868988635f,-0.3508937976458646f,0.014350384231795823f,0.017702572097280225f,0.7416475096329505f,-0.6705561798957514f,1.2962908205540578f,0.4587600008848423f,-0.6019230093715141f,-0.6536267684063131f,-0.04971677798722682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7878430871647049f,-0.5173912202672375f,-0.33408022269683424f,0.01734797039141473f,-0.18621285822581027f,0.7171742890651259f,-0.6715547710613823f,1.2586850837580432f,0.587050288679055f,-0.4668697508880934f,-0.6613657038791234f,-0.05097161243200287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.38513638488468144f,-0.3702173888577517f,0.014350384231795823f,-0.0849821773724417f,0.7811283959747843f,-0.6185599878192086f,1.2962908205540578f,0.5274172726634311f,-0.49143503542158984f,-0.693053119505604f,-0.04971677798722682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8517547103207171f,-0.060021619791078715f,-0.5204914202982855f,0.015126996735519743f,0.0019512146620436488f,0.993046287711691f,-0.11770838212876801f,1.320704836005472f,0.5239371204713539f,-0.10127425941316301f,-0.845714738060359f,-0.044538217794615684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8325027420083014f,-0.20722336325299645f,-0.5138070282419036f,0.015126996735519743f,-0.1712688037234811f,0.9782481674634196f,-0.11703640342042804f,1.320704836005472f,0.5268834609472832f,-0.009434011690588402f,-0.84988517930579f,-0.044538217794615684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.11044578191569016f,-0.522678370732638f,0.015126996735519743f,-0.0849821773724417f,0.9937384096825854f,-0.07253966260305356f,1.320704836005472f,0.5274172726634311f,-0.016902732872461856f,-0.84943823678812f,-0.044538217794615684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8622581703346284f,-0.11408531585921229f,-0.49345251888756525f,-0.14953721449409885f,0.07668984493529292f,0.9336550318830552f,-0.3498670449231419f,1.3242306185611592f,0.5006291195835295f,-0.33951851517222864f,-0.7963024943325655f,0.0594619317547318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8155481097278123f,-0.3642548104330052f,-0.4496662248777506f,0.1726427683158989f,-0.21186525185335742f,0.9110350255374992f,-0.3537347838437745f,1.351770776353662f,0.5385112772974264f,-0.19321908632509346f,-0.8201658301241221f,-0.15442217447290518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.21627702137085578f,-0.48848254830817f,0.032023604780408346f,-0.0849821773724417f,0.9571828534502161f,-0.2767291357807141f,1.187140390110394f,0.5274172726634311f,-0.1924194249234013f,-0.8275299302190923f,-0.024164644425710535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.1728799626916543f,-0.5054735091717719f,6.735557395310442e-18f,-0.0849821773724417f,0.9776590170803192f,-0.19225211533448172f,1.40625f,0.5274172726634311f,-0.11956322520439235f,-0.8411513868947681f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24460704957558133f,-0.14624275089072955f,-0.9585303589922655f,0.47338422700781446f,-0.061388062351221635f,0.9889130646994749f,-0.13521263353494353f,1.8015542217235527f,0.9676770624018591f,0.025768358089029213f,-0.25087266615297876f,0.19391910869501383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24460704957558133f,-0.14624275089072955f,-0.9585303589922655f,0.4504523161101037f,-0.061388062351221635f,0.9889130646994749f,-0.13521263353494353f,1.7957990908781256f,0.9676770624018591f,0.025768358089029213f,-0.25087266615297876f,0.28463883329518813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24460704957558133f,-0.14624275089072955f,-0.9585303589922655f,0.6056978254077989f,-0.061388062351221635f,0.9889130646994749f,-0.13521263353494353f,1.8189585513310806f,0.9676770624018591f,0.025768358089029213f,-0.25087266615297876f,0.2769098709180478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.778983895846677f,-0.47285742480247145f,-0.41181299860580967f,-0.03681126302506746f,-0.3201518211020232f,0.864627964163909f,-0.38719671361057817f,2.471070195391742f,0.539153875490654f,-0.16977732297026335f,-0.8249174256545073f,-0.9056678764997468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.37080480878216315f,-0.47285742480247145f,-0.7993182404982377f,0.02006367129854586f,-0.020473647773867343f,0.864627964163909f,-0.5019953319828837f,2.487919422639561f,0.9284851229453572f,-0.16977732297026335f,-0.33028932328217325f,-0.9782654514374542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.606665966118542f,-0.47285742480247145f,-0.6390322850706617f,0.08748104689733846f,-0.17972509064339803f,0.864627964163909f,-0.469166681872228f,2.5498698112964857f,0.774374132668879f,-0.16977732297026335f,-0.6095247027466341f,-0.8505379585566054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013208523767016311f,-0.00000112656448873239f,-0.000008270814793531074f,0.34583711622302254f,-0.0000013278465214444014f,0.000015568476117317586f,0f,1.5711581882579562f,0.000008240894885366112f,7.028718497984725e-7f,-0.000013256479459159117f,0.5395645514160108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148.mcfunction new file mode 100644 index 000000000..c1a6ab9ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148_as_bone.mcfunction new file mode 100644 index 000000000..89f223f0d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_148_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5070363813511576f,-0.21223358929012445f,-0.603999549675162f,-0.08433197528265872f,-0.21741013979884066f,0.7817785116527747f,-0.09219346112965525f,1.4865754499747186f,0.6021556140595355f,0.10355533177701404f,-0.5418757737356233f,-0.3771346942130359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5384412865779229f,-0.0020021353539105974f,-0.59167302825322f,-0.08433197528265872f,0.09630652003394817f,0.789030293292078f,-0.09031196192292759f,1.4865754499747186f,0.5837859497343714f,-0.13201207415021632f,-0.5308170844757127f,-0.3771346942130359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8001579953835043f,0.018260048358582134f,0.16235207883559183f,-0.15639554029079455f,0.023037604014001446f,0.8160516340203635f,0.021758765094396334f,1.4758599985333527f,-0.16174330177658064f,0.025898758485326988f,-0.8000704988210557f,-0.35285545781066857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7310080777382156f,-0.28343228391827147f,0.15903877110425324f,-0.15639554029079455f,-0.2850665823354289f,0.7471831949596909f,0.021314708663898452f,1.4758599985333527f,-0.1560904670922502f,-0.03719426841196191f,-0.7837425294573608f,-0.35285545781066857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9502254910734214f,-0.9299217464209707f,0.8208065007342754f,-0.841563983196226f,1.2070859905751135f,0.4554289528916312f,-0.8814386707113147f,1.5042205583558346f,0.2853439634398657f,1.1701436939117367f,0.9953636562216964f,0.22350399559962203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9234151392798842f,-0.3505452276399433f,-0.15627707422258869f,-0.6469115637961785f,-0.06470653578357574f,0.5435436687144376f,-0.8368831127626717f,1.5187313087360976f,0.3783087955303194f,-0.7626783880373887f,-0.5245990198666874f,0.1323346499744428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9323980145384633f,-0.3505452276399433f,0.08804536253313885f,-0.31990135553672844f,-0.2791030021507135f,0.5435436687144376f,-0.7916197283992539f,1.6090506243982166f,0.2296420185314315f,-0.7626783880373887f,-0.6046372629482074f,0.043126503039521064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8016880403792949f,0.5490302603676848f,0.2363515583054152f,0.5686636016090532f,0.20629858870868167f,0.6252490432524234f,-0.7526649495019249f,1.605567797654158f,-0.5610144188963525f,-0.5546434955108743f,-0.6145188481062778f,-0.1442039127116308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9604837184499341f,0.2377325698761008f,-0.14475583515938942f,0.24571659509665028f,0.276940614335603f,0.7642406505801393f,-0.5824432368327956f,1.6875185770220877f,-0.027837433861731764f,-0.5995160158168839f,-0.7998785058088781f,-0.13133128722022813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5878534774735155f,-0.8047307136013094f,-0.08268474834588183f,-0.01578514727360411f,-0.6328602774582418f,0.5211391122465155f,-0.5726271866602132f,1.3889288640300606f,0.5039009408978831f,-0.2842929901943426f,-0.8156355420704688f,0.2205554528657299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8276357145126568f,-0.49569893837267537f,-0.2632521349568243f,-0.1103740240619609f,-0.4164540613966288f,0.8568040441898299f,-0.304060593642459f,1.5476792436053883f,0.37627800734214645f,-0.14201898590031625f,-0.9155574634256821f,0.1882046588630101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5966756454074538f,-0.8021692128299729f,-0.022421600418780385f,0.2778147679929711f,-0.7004378594839124f,0.5342334306647465f,-0.473266781595508f,1.4302908063652442f,0.39161841016376264f,-0.2666818245548742f,-0.8806337634186473f,0.07319729494428784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8102766342070218f,-0.49594974626383415f,-0.3122268810320121f,0.18287277256205214f,-0.5073723585372815f,0.8602870449509245f,-0.049794478428056566f,1.5912834118033672f,0.29330029977900823f,0.11806798664517136f,-0.948701683712588f,0.08940565691705382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,0.21733283272029483f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.2666658070770933f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.030497527370092897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,0.2499054139059729f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.1490818416764865f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.13506019057054583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,-0.3660498121629128f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.2367197822805798f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,0.03214571047693877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,-0.407951611175091f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.1153129200974394f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.06441994363665904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9850660823608481f,0.14973353469913436f,-0.08499812920737454f,0.11580965378584931f,0.098884274569041f,0.8961299581333055f,0.43263494817103565f,2.3469087058119036f,0.14094932999203985f,0.41776903514083386f,-0.8975535191019484f,0.002872133005380889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9963617696627813f,-0.0062082192049628115f,-0.08499812920737454f,0.000981148822765357f,-0.04251876554705805f,0.900566019899374f,0.43263494817103565f,2.3510865297724006f,0.07386053432520456f,0.4346749381053657f,-0.8975535191019484f,0.015760145260887884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9645526590429493f,0.25847231962703215f,-0.05319988646413762f,-0.025135082501941894f,0.14593599856630482f,0.6904281142843071f,0.708527842309864f,2.36152317562392f,0.21986553221374044f,0.6756486357511848f,-0.7036746895774575f,-0.02405929176460154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972164310328807f,-0.052241379750603f,-0.05319988646413762f,0.00410118567757254f,-0.07456063830957488f,0.7017328607715313f,0.708527842309864f,2.369316413403613f,0.0003176364472150667f,0.7105222236884332f,-0.7036746895774575f,-0.018422653329801177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9931113942753206f,0.10440081724168346f,-0.05319988646413762f,0.0619613617715882f,0.03613253155024705f,0.7047572183635291f,0.708527842309864f,2.4667905597373423f,0.11146388977735767f,0.7017248267830984f,-0.7036746895774575f,0.030939633389213905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9931113942753206f,0.08065405502375553f,-0.08499812920737454f,0.04381419939124324f,0.03613253155024705f,0.9008448488973092f,0.43263494817103565f,2.2641004687354482f,0.11146388977735767f,0.42658349900507087f,-0.8975535191019484f,-0.06504165388692688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9737693778586132f,-0.19951533713403358f,-0.10939300248709671f,-0.2753971725100979f,-0.20633873524370655f,0.9769356508081796f,0.05496417485986855f,2.349415789760564f,0.09590372820113205f,0.0760944441355054f,-0.9924777632213387f,0.006354179097152371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322516f,-0.10939300248709671f,-0.16147014749146407f,-0.05097195710044866f,0.9971864414798889f,0.05496417485986855f,2.36533602469824f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.005321424310500068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.952674983989382f,-0.28362571443310386f,-0.10939300248709671f,-0.13909699469044629f,-0.29069910632359064f,0.9552345099841397f,0.05496417485986855f,2.362167027617607f,0.08890671776359942f,0.0841634424656682f,-0.9924777632213387f,-0.007962942102462494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936929172360478f,0.024648676268128167f,-0.10939300248709671f,-0.16844775637104478f,0.018712417848296053f,0.9983129694140234f,0.05496417485986855f,2.370656404878558f,0.1105632472984749f,0.05257050368775676f,-0.9924777632213387f,-0.004257690762815035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9853148109719679f,-0.13110260976095328f,-0.10939300248709671f,-0.2339318217978255f,-0.13768851837990073f,0.9889493472308486f,0.05496417485986855f,2.4738710825872765f,0.10097819163375081f,0.06921917599585871f,-0.9924777632213387f,-0.02281064233167502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9853148109719679f,-0.13110260976095328f,-0.10939300248709671f,-0.20443373460161107f,-0.13768851837990073f,0.9889493472308486f,0.05496417485986855f,2.251357479460336f,0.10097819163375081f,0.06921917599585871f,-0.9924777632213387f,-0.0383849569307432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,-0.053968197490809354f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,1.744953292375078f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.05152778556377018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9383897491968417f,-0.148118376183747f,-0.3122268810320121f,0.0015761935780957731f,-0.1395333382335326f,0.9889645885669943f,-0.049794478428056566f,1.374091571662455f,0.31615680622706016f,-0.003160569126850865f,-0.948701683712588f,-0.05034257214120111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9317660484282468f,-0.2995633155304669f,-0.2051191141381116f,0.28276806770360147f,-0.16987894732236858f,0.8590435746370492f,-0.4828926175988247f,0.8863061790976121f,0.320863170608678f,-0.41509752692975027f,-0.8513171376659533f,0.20866720151081242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9317660484282468f,-0.35743244802643837f,-0.06367162707389484f,0.1546368627557591f,-0.16987894732236858f,0.5842178828905097f,-0.7936186795732412f,1.0845135663826906f,0.320863170608678f,-0.7286504720431863f,-0.6050746361715951f,-0.05847796210671764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9544213005167718f,0.11554520860740465f,-0.2751895453823514f,-0.005698595209307752f,0.15303548794663296f,0.9810484292427722f,-0.1188449364054906f,1.1228408583499416f,0.2562423082724823f,-0.15554190511936167f,-0.9540160350869524f,0.3069666142993773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9544213005167718f,-0.22703291648126828f,-0.19374218940097523f,-0.09574495272295812f,0.15303548794663296f,0.1850521637032817f,-0.9707398395747799f,1.0989354611581597f,0.2562423082724823f,-0.9561442106412311f,-0.14187363359147062f,-0.014150488008627213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9732894893466976f,-0.13533192858786708f,-0.18545306422901933f,0.012445231551390153f,0.02404809840826949f,0.743247825010201f,-0.6685838463353356f,1.265177888272907f,0.22831832797695087f,-0.6551854239238644f,-0.7201408205257603f,-0.044561740827164444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9081819590915831f,-0.3848784469300815f,-0.16454212308482674f,0.015448770076507242f,-0.17962383298308487f,0.7134189192714151f,-0.6773246815597899f,1.2275721102728545f,0.3780751351319452f,-0.5855783694043816f,-0.7170475336270719f,-0.044890693181467045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.24940408184646573f,-0.19358467707442237f,0.012445231551390153f,-0.0784590957278449f,0.780195637087106f,-0.6205956317666226f,1.265177888272907f,0.30581300419906254f,-0.5736657317886139f,-0.7598592202731884f,-0.044561740827164444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9541474434408879f,-0.0315772471520826f,-0.29766681648701404f,0.011972032030527642f,0.008368942950031044f,0.9912174713840647f,-0.1319768359102453f,1.289675923914412f,0.2992200143190902f,-0.1284165171824753f,-0.945503348035112f,-0.039744755354276705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9363378014450898f,-0.19682819422555287f,-0.29074074971163444f,0.011972032030527642f,-0.16469001331233468f,0.9775531463147267f,-0.13140413100569398f,1.289675923914412f,0.31007857246213943f,-0.07515655718622682f,-0.9477356017433105f,-0.039744755354276705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.10217136263391297f,-0.29872802998248493f,0.011972032030527642f,-0.0784590957278449f,0.9928144193746528f,-0.09035319020012501f,1.289675923914412f,0.30581300419906254f,-0.06229399119739036f,-0.9500515065634302f,-0.039744755354276705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9584924545785279f,-0.02493528973982953f,-0.28402543168107136f,-0.17305204591532125f,0.08015729833452316f,0.9324238325650913f,-0.35236430578073136f,1.2938931579373742f,0.2736183876126355f,-0.3605052396154836f,-0.8917224625240996f,0.02081569816106607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9228767098867829f,-0.30290481578015194f,-0.237796658777491f,0.19164088121150596f,-0.2050681730719302f,0.9092209017215155f,-0.3623042868441597f,1.3193393425195479f,0.3259534057829234f,-0.2855976618425062f,-0.9012149315277717f,-0.10822861651296023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.16110091765357573f,-0.2715214863889464f,0.02315852256244294f,-0.0784590957278449f,0.9533567875509789f,-0.2914704203312002f,1.1565059154532145f,0.30581300419906254f,-0.2552593386374991f,-0.9172355621655163f,-0.013655479041508524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.13682322320603024f,-0.28452913529408513f,6.735557395310442e-18f,-0.0784590957278449f,0.9751322981210017f,-0.2072707684619872f,1.3749999999999996f,0.30581300419906254f,-0.1743456530939807f,-0.9359925211827161f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3749203913260433f,-0.15788169778239086f,-0.913514132169435f,0.3736365225766344f,-0.050432534601066094f,0.9874058674971736f,-0.14995403390994816f,1.7633354303509006f,0.9256842116087097f,-0.010149991995238649f,-0.37816096842595726f,0.2986418261748114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3749203913260433f,-0.15788169778239086f,-0.913514132169435f,0.33848773588981784f,-0.050432534601066094f,0.9874058674971736f,-0.14995403390994816f,1.7586073802320505f,0.9256842116087097f,-0.010149991995238649f,-0.37816096842595726f,0.3854247210131279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3749203913260433f,-0.15788169778239086f,-0.913514132169435f,0.4930892490586414f,-0.050432534601066094f,0.9874058674971736f,-0.14995403390994816f,1.7834645103779678f,0.9256842116087097f,-0.010149991995238649f,-0.37816096842595726f,0.39875741885786326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.856609666569735f,-0.4523033451214652f,-0.24827719011463759f,0.18875164834641509f,-0.35779854225812674f,0.8674252346543897f,-0.34576533291054f,2.428575339388801f,0.37175271659699616f,-0.20735270983691f,-0.9048783185744055f,-0.8652317660305779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5094648445479734f,-0.4523033451214652f,-0.7320295459622118f,0.2566828218771384f,-0.06046451761235616f,0.8674252346543897f,-0.4938800506141974f,2.449374424848865f,0.8583644996617777f,-0.20735270983691f,-0.46927096590741224f,-0.9264021527120735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7245991843277158f,-0.4523033451214652f,-0.5199785630807693f,0.30071401957389216f,-0.2218569115740218f,0.8674252346543897f,-0.4453683566123819f,2.5057801356106904f,0.6524841246026185f,-0.20735270983691f,-0.7288822407390952f,-0.7864846232604614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014825832745308888f,-0.0000011668183421521276f,-0.0000047931037297918f,0.19164278952629943f,-0.0000012259233707475767f,0.000015576833339580127f,0f,1.5400441212496654f,0.000004778328190610353f,3.7606258436922526e-7f,-0.000014871677162830557f,0.6055592377493513f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149.mcfunction new file mode 100644 index 000000000..cc9b996ba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149_as_bone.mcfunction new file mode 100644 index 000000000..4eafa3969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_149_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6333543077024635f,-0.2215861600912643f,-0.4655172811133718f,-0.0157141023489743f,-0.21150911816207557f,0.784155308243014f,-0.08549146117039419f,1.454980247647562f,0.4701815163247898f,0.05426297683279499f,-0.6655293498383144f,-0.38884126615295966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6562681802669261f,0.036886807228119725f,-0.45601692843758873f,-0.0157141023489743f,0.1025380894592216f,0.7889692162389319f,-0.0837467374730392f,1.454980247647562f,0.44586771107492196f,-0.1271492795097205f,-0.651947118208961f,-0.38884126615295966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7558439446305533f,0.023366973348092766f,0.3083802204524782f,-0.08925527330871728f,0.031302931863013805f,0.8159305209781148f,0.014898182359133233f,1.4454405192953517f,-0.30767596959552934f,0.02560886442964612f,-0.7560582836266787f,-0.3802385716319633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6928172118676841f,-0.262198223657681f,0.30208674656569295f,-0.08925527330871728f,-0.27754085317568034f,0.7501720375752294f,0.01459413782119174f,1.4454405192953517f,-0.28805448401023714f,-0.09216292937502152f,-0.7406285227363384f,-0.3802385716319633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9606019039277474f,-1.0473544420514969f,0.649383480607094f,-0.8812614713140132f,1.1412904619268256f,0.44549659685445f,-0.9697397144110144f,1.475742599462779f,0.4648723627892278f,1.0705081526574662f,1.038899529025141f,0.04491967541785852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9785721818382455f,-0.1971655890624719f,-0.05934825542494193f,-0.6704061064600424f,-0.07408392988595833f,0.6060757596314053f,-0.7919493322933401f,1.4934982677955129f,0.19211469559871808f,-0.7705828340138802f,-0.6076956801378044f,-0.008557206082723198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9583940429550104f,-0.1971655890624719f,0.2064136354943588f,-0.3311398193648724f,-0.28464984427298057f,0.6060757596314053f,-0.7427291833115099f,1.5871450425722706f,0.021338336010979023f,-0.7705828340138802f,-0.636982551832795f,-0.024950078304523518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7089715084801086f,0.607531108756626f,0.35814152517738557f,0.5858168802859249f,0.16008323665067253f,0.6332102163311242f,-0.7572438043835915f,1.60201219455116f,-0.6868280407109804f,-0.479531827751647f,-0.5461835485130258f,-0.04614890266799528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9652488599905027f,0.2611386044207169f,0.010063178833507755f,0.25902499264857465f,0.20104572825158082f,0.7666264317529689f,-0.6098069606764928f,1.658986769052417f,-0.1669588375583225f,-0.5865923144901496f,-0.7924860901885049f,-0.07990165732230048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7247139186598199f,-0.684896498191309f,0.07554153073647556f,-0.07651093037705865f,-0.5913557454339219f,0.5619422824320235f,-0.5783763943638937f,1.3567877979653298f,0.3536779869358825f,-0.4638293414396829f,-0.8122648727949595f,0.21270923656521012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9034965654499887f,-0.4225224300696712f,-0.07189403527479782f,-0.1561832237355895f,-0.3837813203756627f,0.872239883795041f,-0.3031657685952124f,1.51843799012318f,0.190803182234435f,-0.24631764290288416f,-0.9502219553577891f,0.1605857912999332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7131485127916335f,-0.6869496448042891f,0.13971178979006055f,0.2406614400477597f,-0.6548191844909195f,0.581640866695811f,-0.4826030851662604f,1.3932900162296256f,0.250261931435303f,-0.43565363270906704f,-0.864624125260026f,0.12923036995388254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8752605062155137f,-0.47103883933204366f,-0.1097335778150143f,0.15165582281165765f,-0.46852498235884743f,0.8820737522583868f,-0.04929742876105833f,1.5583707358483165f,0.12001411235769037f,0.008264830157425594f,-0.9927377828094711f,0.12457541446584067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,0.2266372563887498f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.233371617049933f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.03482937686288341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,0.26226686626682943f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.114488247461265f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.13689596216473454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.3591230666972553f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.209961747854208f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,0.0038109119872020286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.39827137040462307f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.088089884325661f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.09332287048272332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9890585480487838f,0.1403235467856811f,-0.04552461695740424f,0.12458799024719822f,0.11117211389915929f,0.9118186189129991f,0.39525633112548975f,2.317353628713081f,0.09697396363366795f,0.38587058506846217f,-0.9174420646319302f,-0.009264482663774179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9988330350477055f,-0.01612691378630543f,-0.04552461695740424f,0.0093748780694504f,-0.03283645716586287f,0.917983768803137f,0.39525633112548975f,2.3228222348027705f,0.03541659467232496f,0.396289947974608f,-0.9174420646319302f,-0.001191456294839438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9714150172480934f,0.23640852109032626f,-0.02153776731166459f,-0.01490083878353092f,0.16431334965222605f,0.735095856008966f,0.6577501087833513f,2.3301032660673613f,0.1713300539629633f,0.6354093905777047f,-0.7529282296306322f,-0.03926901133335986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969248328127273f,-0.0753458844300385f,-0.02153776731166459f,0.014143161678519568f,-0.07088583010033621f,0.7498933214041017f,0.6577501087833513f,2.338169938050481f,-0.03340773581526281f,0.6572541397457909f,-0.7529282296306322f,-0.03305286580118706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9964377269426837f,0.08153515134300282f,-0.02153776731166459f,0.07065296602695723f,0.04729605266758263f,0.7517498771516723f,0.6577501087833513f,2.438656369212339f,0.06982076859619227f,0.654388371915271f,-0.7529282296306322f,0.01160991172221039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9964377269426837f,0.07098848903998031f,-0.04552461695740424f,0.054680555992961684f,0.04729605266758263f,0.9173524492294562f,0.39525633112548975f,2.2322520681357116f,0.06982076859619227f,0.3916951854650989f,-0.9174420646319302f,-0.07652150500743672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9790327360825375f,-0.19215477425998578f,-0.06761245748998071f,-0.2662936444542091f,-0.19549479754363863f,0.9795881379233532f,0.046785298686965175f,2.3214814637833183f,0.05724234282515228f,0.05902222267036988f,-0.9966141135960985f,-0.019200945694850646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.1518188934000517f,-0.03984658586506322f,0.9981099064840852f,0.046785298686965175f,2.3361295288124193f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.026279518078596582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9585598288705415f,-0.27675189261835964f,-0.06761245748998071f,-0.12939030291836653f,-0.2801276125649973f,0.9588220150295912f,0.046785298686965175f,2.332708040994932f,0.05188039277331302f,0.06378662419935513f,-0.9966141135960985f,-0.027961741345482318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971656095505994f,0.0330045863744311f,-0.06761245748998071f,-0.1587779229284723f,0.029875105900830118f,0.9984581182374077f,0.046785298686965175f,2.3415304848770813f,0.06905233650642036f,0.0446327615554659f,-0.9966141135960985f,-0.025553858647352212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9900519010089287f,-0.12339282353837298f,-0.06761245748998071f,-0.2223425412546637f,-0.12668596781924954f,0.9908389381652656f,0.046785298686965175f,2.44522918275663f,0.06122008548104588f,0.05488542351805644f,-0.9966141135960985f,-0.04772960860945471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9900519010089287f,-0.12339282353837298f,-0.06761245748998071f,-0.19457915595852984f,-0.12668596781924954f,0.9908389381652656f,0.046785298686965175f,2.2222904216694457f,0.06122008548104588f,0.05488542351805644f,-0.9966141135960985f,-0.060078828901017386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.04906119468855132f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,1.7142778772455172f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.06244317992299046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9850849489511909f,-0.13253748620577352f,-0.1097335778150143f,0.0006403626386137406f,-0.12778478632043772f,0.9905760000638962f,-0.04929742876105833f,1.342811877221556f,0.11523320586909605f,-0.034539873301243446f,-0.9927377828094711f,-0.049490727435024175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9783649736583115f,-0.20561917702808374f,-0.02286334089464402f,0.2182739754228371f,-0.1660532454619969f,0.8463729293834246f,-0.5060426702151295f,0.8742399355890547f,0.1234029901992206f,-0.4912978917573474f,-0.8622053604360606f,0.2747742486664445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9783649736583115f,-0.19480153901173122f,0.0696730845967946f,0.15046445971146194f,-0.1660532454619969f,0.5385200463098024f,-0.8260886631554908f,1.0527879551165795f,0.1234029901992206f,-0.8197856549861978f,-0.5592165786962525f,-0.0225765438884726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.986804462218347f,0.1439742566819001f,-0.07408351205803805f,-0.0827958060549175f,0.153681643440567f,0.9768858613209632f,-0.14857983180972495f,1.0869022743616754f,0.05097946464377155f,-0.1580045169104164f,-0.9861215274095482f,0.3036737803804495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.986804462218347f,-0.022194568578739263f,-0.1603881369414919f,-0.1032752122643031f,0.153681643440567f,0.18349241991728935f,-0.970933820763446f,1.066103821061628f,0.05097946464377155f,-0.9827705393216164f,-0.17766024098298883f,-0.03004547433732628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9992981484651952f,0.008030646131076064f,-0.03658851181381856f,0.009459659165333626f,0.030391927826670273f,0.7448108962170941f,-0.6665831227981004f,1.2340951928041077f,0.02189842909916076f,-0.6672272758206206f,-0.7445322163640621f,-0.04047602937447021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9678680474555507f,-0.250977173560291f,-0.015553169010442083f,0.012228870437856778f,-0.1730264465010983f,0.7095874381093988f,-0.6830428364960301f,1.1964912010089161f,0.18246449387697972f,-0.6584042269222059f,-0.7302126967159569f,-0.040065624524585924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.12039767833208975f,-0.03606556502101945f,0.009459659165333626f,-0.07193265315671937f,0.7792243490288505f,-0.6226034912288873f,1.2340951928041077f,0.10306318129127319f,-0.6150722013981827f,-0.7817059343060634f,-0.04047602937447021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9954708223483619f,0.0007989801509930635f,-0.09506420716439044f,0.008117678031159198f,0.014758476169021303f,0.989140383375568f,-0.14623094527767555f,1.2586708508436526f,0.09391501069714177f,-0.1469716421843086f,-0.9846721825863688f,-0.03624122386149785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9811197183763076f,-0.17200282127182412f,-0.08842583156367638f,0.008117678031159198f,-0.15807633155781392f,0.9766109378090834f,-0.14574961253082813f,1.2586708508436526f,0.1114269788445277f,-0.12901978773116698f,-0.985361823270714f,-0.03624122386149785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.0823302258670728f,-0.09496346579985122f,0.008117678031159198f,-0.07193265315671937f,0.9915285113640959f,-0.10815222864987445f,1.2586708508436526f,0.10306318129127319f,-0.10046365044520529f,-0.9895883162211171f,-0.03624122386149785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9941995176785748f,0.053761953259044586f,-0.09315026263764084f,-0.1853742519927702f,0.08360277172875406f,0.9311697616192901f,-0.3548710351735464f,1.2635777656326783f,0.06766014784907728f,-0.3606002321514046f,-0.9302631761847796f,-0.015425337970978677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9714737310680807f,-0.23211497855101554f,-0.048594511798391f,0.19824159387817625f,-0.19823220078521206f,0.9072985308749042f,-0.37082795261966395f,1.286927089584882f,0.13016445143169367f,-0.3506166176958844f,-0.9274293520150115f,-0.06633097003493604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.09981040170551665f,-0.0763819981371667f,0.01297852070436653f,-0.07193265315671937f,0.9492629621900244f,-0.30614624287104264f,1.1259323416943974f,0.10306318129127319f,-0.29822426515225703f,-0.9489153114670026f,-0.00629294411391533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.092773463213248f,-0.08479039126848548f,6.735557395310442e-18f,-0.07193265315671937f,0.972333133215398f,-0.22224754545632674f,1.3437499999999998f,0.10306318129127319f,-0.21438601301145335f,-0.9712963595562248f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4652483112915636f,-0.16296010436990643f,-0.8700505808423423f,0.26836277421363913f,-0.039963640875993925f,0.9857725559019922f,-0.16326474034030822f,1.7253735956952954f,0.884277623966751f,-0.04118825578005076f,-0.465141496039124f,0.36058148471993146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4652483112915636f,-0.16296010436990643f,-0.8700505808423423f,0.22474574503005504f,-0.039963640875993925f,0.9857725559019922f,-0.16326474034030822f,1.7216270043631707f,0.884277623966751f,-0.04118825578005076f,-0.465141496039124f,0.4434825119668144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4652483112915636f,-0.16296010436990643f,-0.8700505808423423f,0.3770618467481984f,-0.039963640875993925f,0.9857725559019922f,-0.16326474034030822f,1.7479900110802793f,0.884277623966751f,-0.04118825578005076f,-0.465141496039124f,0.4718032227492415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8905290458422914f,-0.44188206117715273f,-0.10815850646643071f,0.36434411715702963f,-0.3921059258526972f,0.8661012630843908f,-0.3100347480441863f,2.386232674617283f,0.2306750125662011f,-0.23368535703687981f,-0.9445529061329117f,-0.7819545836067121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.604032102799293f,-0.44188206117715273f,-0.6632386167871223f,0.43907743633196605f,-0.0946675142073263f,0.8661012630843908f,-0.4908224361593799f,2.410573060351886f,0.7913174334877691f,-0.23368535703687981f,-0.5649848434824392f,-0.833057803929778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.797155404532655f,-0.44188206117715273f,-0.4114407673459329f,0.4634268918463878f,-0.25963078116909877f,0.8661012630843908f,-0.4271539061663214f,2.4624759534095326f,0.5451010167793696f,-0.23368535703687981f,-0.8051434874683168f,-0.6867346706479975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001550109996468715f,-0.0000011179312579153505f,-0.0000016145446997069674f,0.05199403242626354f,-0.0000011239477055737402f,0.000015584523302146125f,0f,1.5089229843005303f,0.0000016103622076761437f,1.1613848389004092e-7f,-0.000015541359992376735f,0.6307984639541074f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..3a654800c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5087964042634522f,-0.0950804347603454f,-0.6316885105641941f,-0.029264734016487923f,-0.11751590969494646f,0.8077187870208349f,-0.026922416433240223f,1.1170007203362962f,0.6279018031679758f,0.07412500565814027f,-0.5169035244211725f,-0.32684675706033406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.496116530193498f,0.10468416660362043f,-0.618796908307782f,-0.029264734016487923f,0.19643760400779847f,0.7750591807669819f,-0.026372979363174096f,1.1170007203362962f,0.5960542393108529f,-0.16829881630992086f,-0.5063544729023731f,-0.32684675706033406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7378838012813952f,0.12474292179238602f,0.32697269566993126f,-0.11730767493509454f,0.12269850474492404f,0.8068049556834377f,-0.0309076829032915f,1.1173667251126298f,-0.32774535417656586f,0.02119932526731059f,-0.7477151970291446f,-0.30564913445643627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7145659992002614f,-0.16371768831803024f,0.32029978351340205f,-0.11730767493509454f,-0.19140465549700678f,0.7761749585891811f,-0.030276913864448817f,1.1173667251126298f,-0.3045647560716835f,-0.10367715365924829f,-0.7324557032122233f,-0.30564913445643627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4019722510626566f,0.765932517920814f,1.3012194040080642f,-0.6487208028079701f,1.5094979842166278f,-0.17244463399765686f,-0.36480807810594246f,0.8841716769132193f,-0.03521924220589931f,1.3509317067109263f,-0.7843145917178554f,0.24651053465851663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.58177897525364f,-0.666392148190213f,-0.466320414289636f,-0.5219771965674949f,-0.7236160798375179f,0.6858560642877796f,-0.07733839977824988f,1.0774733739206908f,0.37136638640755804f,0.29244309516572714f,-0.881228712160743f,0.1474766063453939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6427284158404851f,-0.666392148190213f,-0.37791756813042393f,-0.28971948035816597f,-0.7272210577958801f,0.6858560642877796f,0.0274042364958157f,1.3458610566111062f,0.24093508787518209f,0.29244309516572714f,-0.9254335846080299f,0.05583375311603725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4475093132027244f,0.8857729277110845f,0.12305175793526923f,0.43650817479848325f,0.3553974439074486f,-0.049887779285231824f,-0.933383022312941f,1.1668348544675964f,-0.8206266334094195f,0.4614298755088603f,-0.33712668023607983f,0.16378384816183233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.36936119582739646f,0.8833021744303329f,0.2887032657653904f,0.2911261361051136f,0.5253019113563975f,0.4547333139125415f,-0.7192186838114216f,1.339636774982519f,-0.7665704200804199f,-0.11399509579259927f,-0.631961161142807f,-0.08149762319660458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9305914072235622f,-0.330415778758645f,-0.15755965838052724f,-0.07641190157966779f,-0.1634219425035608f,0.7601433023543376f,-0.6288683714373026f,1.02657979922747f,0.3275559517243324f,-0.5594707973014859f,-0.7613800138280531f,0.27993278209557776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9645628873045605f,-0.13805646391547144f,-0.22485295018266035f,-0.10370281950246031f,-0.06739670616663615f,0.9528346824631585f,-0.2959117299013678f,1.2033868538774286f,0.25510021644949255f,-0.2702711243667885f,-0.9283735233735039f,0.22345461175572054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9722104202726772f,-0.12261341114781245f,-0.19943131679834497f,0.20278880812785402f,0.004041592133437097f,0.8429572509983198f,-0.5379653692593815f,1.0150879857212283f,0.2340738435755932f,-0.5238215577809424f,-0.8190362698670283f,0.16465001207495872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9722104202726772f,-0.006470670499499204f,-0.2340192922314552f,0.20011293683275133f,0.004041592133437097f,0.999005078298531f,-0.04441305063574075f,1.2021238563357295f,0.2340738435755932f,-0.04412464115472031f,-0.9712169952161648f,0.15030653563834764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,0.2749084270322793f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.8810697082823569f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,0.12884772493689264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,0.3416437064198259f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.7575437924310564f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,0.050693626527637405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,-0.27254184449972535f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.8981197925293434f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.0836699092177933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,-0.2756938338183921f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.7767704831776585f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.18895391837019995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9191331420116358f,0.14139447068155342f,0.36769807031925145f,0.19037153861567338f,0.18474675244769395f,0.9790759035219323f,0.08531712959741647f,1.9889875459054365f,-0.3479409500415958f,0.14634882576705288f,-0.9260232807444726f,0.08244699238826203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9299360562001832f,-0.00413043125454543f,0.36769807031925145f,0.0832152189171464f,0.02931099815416935f,0.9959226138533375f,0.08531712959741647f,2.0024000269529423f,-0.36655121983981437f,0.09011707248456066f,-0.9260232807444726f,0.041133929976751415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.906293650924134f,0.20214015737215446f,0.37117539664175536f,0.06467566599487459f,0.26848189658521243f,0.9536044553428954f,0.13622046085734418f,1.997858370769341f,-0.32641888655623325f,0.22310961325711756f,-0.9185166361975422f,0.02652398684380278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9244012262619449f,-0.08781342615595833f,0.37117539664175536f,0.09146416565923998f,-0.03933852535797251f,0.9898971999487992f,0.13622046085734418f,2.006894173178745f,-0.37938747120598554f,0.1113208683054491f,-0.9185166361975422f,0.03868935513048026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.926757359554828f,0.057875914150868596f,0.37117539664175536f,0.15428338451798307f,0.11599983608653724f,0.9838638239470487f,0.13622046085734418f,2.1131424262643037f,-0.3573021613968485f,0.16929959979129322f,-0.9185166361975422f,0.04580967741913962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.926757359554828f,0.07693455396934436f,0.36769807031925145f,0.13697310987488062f,0.11599983608653724f,0.9895782058155658f,0.08531712959741647f,1.8904873299558016f,-0.3573021613968485f,0.12172119363686802f,-0.9260232807444726f,0.01842240885084436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9230986509374715f,-0.12846577422033129f,0.3624712754017768f,-0.17094588885989004f,-0.12765028458319855f,0.9914702473745785f,0.026308808730549603f,2.002527142275639f,-0.36275926657116325f,-0.02198393561132936f,-0.9316235404345408f,-0.06467355731934553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813543f,0.3624712754017768f,-0.06343645169825136f,0.029021419994871095f,0.9992325073598541f,0.026308808730549603f,2.009253958104336f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.02265437723459786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9083894519097262f,-0.20843027171636183f,0.3624712754017768f,-0.042698323881182096f,-0.21357686253382066f,0.9765719483854679f,0.026308808730549603f,2.0042893520029916f,-0.3594628318051209f,-0.05351683341580209f,-0.9316235404345408f,-0.014725892770250673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9283382036750718f,0.08247881004203403f,0.3624712754017768f,-0.06964627719618025f,0.0986536614382992f,0.9947739952712863f,0.026308808730549603f,2.01512759337172f,-0.35840707956478496f,0.06018259072234493f,-0.9316235404345408f,-0.0249045941199251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.929811348424983f,-0.06376073124364057f,0.3624712754017768f,-0.11033061700898301f,-0.05817786662656854f,0.9979595094080524f,0.026308808730549603f,2.122283574571331f,-0.3634091250572771f,0.0033744234049205984f,-0.9316235404345408f,-0.07125138169355316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.929811348424983f,-0.06376073124364057f,0.3624712754017768f,-0.09598445247916391f,-0.05817786662656854f,0.9979595094080524f,0.026308808730549603f,1.8977426849545194f,-0.3634091250572771f,0.0033744234049205984f,-0.9316235404345408f,-0.07201062695966029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,0.00018794950019837466f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.3811861971604054f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.015636195562708934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9722104202726772f,-0.006470670499499204f,-0.2340192922314552f,0.002614450937510576f,0.004041592133437097f,0.999005078298531f,-0.04441305063574075f,1.0065592927984564f,0.2340738435755932f,-0.04412464115472031f,-0.9712169952161648f,0.0009105448703111852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9558044590062352f,-0.2560406446973198f,-0.1445026795833866f,0.20787678895757622f,-0.10711921751862258f,0.7609947041395235f,-0.6398535250428778f,0.8176817320536299f,0.27379428296075886f,-0.5960958383805238f,-0.7547890050096278f,0.31941081454898634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9558044590062352f,-0.2554099291866956f,0.14561457419037832f,0.13963913846945356f,-0.10711921751862258f,-0.15870695478536043f,-0.9814976188157337f,0.712698348557067f,0.27379428296075886f,-0.9537179198146611f,0.12433350329818288f,0.04012233681175933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9714442482162234f,0.0051097019010203915f,-0.23721290764648395f,-0.040782279756652884f,0.16480280594049904f,0.7337747156747381f,-0.659101435130129f,0.7704209108035666f,0.17069302200662692f,-0.6793736509336672f,-0.7136633202395264f,0.415513620820373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9714442482162234f,-0.1750794120818085f,-0.16013516813212803f,-0.10843856920656654f,0.16480280594049904f,-0.012357646655467125f,-0.9862491184904942f,0.7215199556869425f,0.17069302200662692f,-0.9844767585038394f,0.04085834313843706f,0.07768318142993486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.986768816770964f,-0.048798826061846365f,-0.1546155775574296f,0.006855661154090123f,0.0883117546618588f,0.6379837501874908f,-0.7649691291060374f,0.9004875423459491f,0.1359718214814214f,-0.7685020553464323f,-0.625232960336652f,0.020015186109582417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9408970155276496f,-0.318680502426866f,-0.11469761786594525f,0.008541049920331837f,-0.08169739214777892f,0.5421955418812127f,-0.8362712062963729f,0.8633821570358284f,0.32869186525895977f,-0.7774745859107541f,-0.5361855331650482f,0.02753523751063404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.17571875982553775f,-0.15507320401717445f,0.006855661154090123f,0.0033357187937383555f,0.6512453321361839f,-0.7588599280176553f,0.9004875423459491f,0.23433662568814617f,-0.7382428020754463f,-0.6325218660606816f,0.020015186109582417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9736830294497182f,0.0234814913313715f,-0.2266935767208106f,0.007052625619618931f,0.08725298371983377f,0.95730292141372f,-0.27560485025620185f,0.9254332649752464f,0.21054281035838238f,-0.2881314564875063f,-0.9341584388040299f,0.02047720116231222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9632179084073361f,-0.1459719691018763f,-0.22561791852580657f,0.007052625619618931f,-0.0806069329665395f,0.9578843637974522f,-0.275608541141377f,0.9254332649752464f,0.25634699780009995f,-0.2472847141027345f,-0.9344177261214625f,0.02047720116231222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.06003689896075835f,-0.22653995656826834f,0.007052625619618931f,0.0033357187937383555f,0.9629882747507397f,-0.26952264408157434f,0.9254332649752464f,0.23433662568814617f,-0.2627720560785899f,-0.9359685851594187f,0.02047720116231222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9741187809539551f,0.018475975834916065f,-0.22528035624467602f,-0.18119590059778448f,0.12964386698083707f,0.8620960114166246f,-0.4898805312051114f,0.9394251300242774f,0.18516227571250998f,-0.5064080424089794f,-0.8421792126599122f,0.06612760413142274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9533123176660788f,-0.2506409152093397f,-0.1684480828301524f,0.19258305247067328f,-0.11862316896999789f,0.8237657094220611f,-0.5543812765271605f,0.9375074826865203f,0.27771238497705614f,-0.5085166542045534f,-0.815037817298659f,-0.036820330584963534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.09947456930394623f,-0.21220177006936491f,0.010414463025633746f,0.0033357187937383555f,0.899485947213932f,-0.43693695625889184f,0.798474030587088f,0.23433662568814617f,-0.42547601674647895f,-0.8741032576501724f,0.06956986777687091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.08060143565278785f,-0.22006405824097383f,1.2178205271743278e-18f,0.0033357187937383555f,0.9341446965791955f,-0.3568789134049419f,1.0071709259259258f,0.23433662568814617f,-0.3476738333893887f,-0.9078597091166791f,-0.009944259259259257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6044098484879487f,-0.18466628863688467f,-0.774975545996036f,-0.11318053402691584f,-0.00133726245322436f,0.9725277181923808f,-0.23278326631579904f,1.122988003489725f,0.7966724212497295f,0.1417328444242894f,0.587558383508817f,0.40506572465513163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6044098484879487f,-0.18466628863688467f,-0.774975545996036f,-0.05651711073117065f,-0.00133726245322436f,0.9725277181923808f,-0.23278326631579904f,1.1228626351347353f,0.7966724212497295f,0.1417328444242894f,0.587558383508817f,0.47975376414729376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6044098484879487f,-0.18466628863688467f,-0.774975545996036f,0.031397509520362174f,-0.00133726245322436f,0.9725277181923808f,-0.23278326631579904f,1.1578428092596f,0.7966724212497295f,0.1417328444242894f,0.587558383508817f,0.35427598687489015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6608273114811573f,-0.510378892723549f,-0.55029142303226f,0.4221615894892854f,-0.5409814769084605f,0.8321211888437496f,-0.12212030428723009f,1.8308192384281838f,0.5202367788253022f,0.2169970344026594f,-0.8259939352186096f,-0.5597605402914081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4978729270353665f,-0.510378892723549f,-0.7011675508660684f,0.4325714006789474f,0.08017962319927288f,0.8321211888437496f,-0.5487673050582437f,1.8602560670797912f,0.8635356255238456f,0.2169970344026594f,0.4552125992452227f,-0.6481583425827065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.11103798602306136f,-0.510378892723549f,-0.8527508144365659f,0.5552791172496013f,-0.31399283895047864f,0.8321211888437496f,-0.4571463924883184f,1.9141096116272354f,0.9429098911071837f,0.2169970344026594f,-0.2526523784029945f,-0.5660615846766082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015189840506072077f,5.0669318350033e-8f,-0.000003661530147393305f,0.15462954344434723f,5.2120606152161813e-8f,0.000015624913069915444f,0f,1.1733165772495693f,0.000003661509776377284f,-1.221383492649942e-8f,-0.000015189925015605903f,0.6599739104845797f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15.mcfunction new file mode 100644 index 000000000..12244fd82 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150.mcfunction new file mode 100644 index 000000000..78c91847e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150_as_bone.mcfunction new file mode 100644 index 000000000..673e02e0d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_150_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7056656748344364f,-0.21922701633906855f,-0.3477354096320559f,0.03385755480901809f,-0.20535068911644352f,0.7864600542552789f,-0.07909565085786888f,1.4234234409335034f,0.356106015512664f,0.01909300427638101f,-0.7346893270953654f,-0.38874066603071716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7208273836947852f,0.06612951103218277f,-0.3406387686191568f,0.03385755480901809f,0.10897560912849741f,0.7887464363890143f,-0.07748145390158584f,1.4234234409335034f,0.3294422552296593f,-0.11621508875475259f,-0.7196956673587254f,-0.38874066603071716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7107840890478855f,0.030531293851519377f,0.40099658763705714f,-0.03821495198535879f,0.03978672936783379f,0.815653447391889f,0.008421066938455578f,1.4149991325548006f,-0.4001842567705814f,0.02686518747232886f,-0.7113896729497122f,-0.39098347719391585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6547226372881646f,-0.23882258681812119f,0.3928129838077295f,-0.03821495198535879f,-0.2697589380635157f,0.7531016305221565f,0.008249208429507507f,1.4149991325548006f,-0.3722477448652642f,-0.1257048373387839f,-0.6968715163589019f,-0.39098347719391585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9638241937528519f,-1.0963186106141873f,0.5572563840438648f,-0.8864568351516844f,1.08187776672316f,0.41917655155649197f,-1.0465360798822538f,1.4464838623678042f,0.5847988298609814f,1.0313984548399255f,1.0176609484239048f,-0.0842146501648472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9945082782289475f,-0.10193067688696743f,0.02373650444903952f,-0.668017140871124f,-0.08581245110099783f,0.6643461329169748f,-0.7424826185940653f,1.468245833606317f,0.05991250095041516f,-0.7404419982602459f,-0.6694446500213745f,-0.11043553100800699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9481353650627846f,-0.10193067688696743f,0.3010804985823972f,-0.3297086831623593f,-0.29015241028033895f,0.6643461329169748f,-0.6888075162821404f,1.565233586518901f,-0.12981104855046088f,-0.7404419982602459f,-0.6594654948415452f,-0.07336005303479089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6386750782008999f,0.6316742723058414f,0.43941069421665246f,0.5890916163283201f,0.10521668153198149f,0.6373790949695106f,-0.763333046070485f,1.5997348688996806f,-0.7622490370033093f,-0.4412884578172578f,-0.4735408140644207f,0.01985858189404826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9602335749827989f,0.25289309268447163f,0.11830707987367875f,0.26292358596532317f,0.12038265452892123f,0.7573458517798886f,-0.6418218423210335f,1.6304549804604063f,-0.25191168683553394f,-0.6020567618292136f,-0.7576728565623805f,-0.042196747013906445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8080033109690161f,-0.5606344428481563f,0.18116200196356053f,-0.11930739712400644f,-0.5469925766673492f,0.5995525374146038f,-0.58423957068186f,1.324876469076898f,0.21892868823870848f,-0.5711617777583227f,-0.7911033137928515f,0.19932490034847877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9353256304111729f,-0.3477948523033474f,0.06484370291119335f,-0.18411365878768912f,-0.35056011087239614f,0.8863897684339177f,-0.30235870597817915f,1.4891848087458939f,0.04768200668046159f,-0.30553546296127143f,-0.9509860709347777f,0.13609333809989804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7853798668279408f,-0.5686989577937556f,0.24445850401575825f,0.20602598668271224f,-0.6059790683539287f,0.6257309323307576f,-0.49117223968928203f,1.3566090670477122f,0.12636389317455674f,-0.533893524711414f,-0.8360561409217638f,0.16320384502287572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9033320256567307f,-0.4273637299626775f,0.036762667684697846f,0.12612505398773957f,-0.4287651695879988f,0.9020979696346438f,-0.04878198980390011f,1.5254475489179335f,-0.012315874759123026f,-0.05982888510945972f,-0.9981326684040939f,0.14574759988732644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,0.23610669932991554f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.1995950128687145f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.023821742780446166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,0.2771450299406566f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.079976091671952f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.12295539807674959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,-0.3511569534970127f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.1829507533571695f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.024609583935496643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,-0.3850884509067305f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.061207033073827f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.12384381469840225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9919476998773115f,0.12521422754016215f,0.019004155588499203f,0.13367227806924228f,0.12355311528274998f,0.9237787066942181f,0.36244658746122166f,2.287108873580358f,0.027827835202165214f,0.3618760813868169f,-0.9318107711912775f,-0.008321103607248095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9993229983496565f,-0.03150217516014998f,0.019004155588499203f,0.018247787068870473f,-0.022478856388287283f,0.9317334233852459f,0.36244658746122166f,2.2939090805715363f,-0.02912466282942023f,0.3617740188390946f,-0.9318107711912775f,-0.008030092985057802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9784399972690441f,0.20374084974531548f,0.03383545314030993f,-0.0034815819348468224f,0.18191648567555482f,0.7726186862206034f,0.6082489276128686f,2.298590616111169f,0.09778325001557774f,0.6012903057989595f,-0.7930248446099186f,-0.04459196361130054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935111202262319f,-0.10858552434651768f,0.03383545314030993f,0.02519677965890474f,-0.06573944509056107f,0.7910193217722185f,0.6082489276128686f,2.306831067660718f,-0.09281152593295407f,0.6020777495352337f,-0.7930248446099186f,-0.037047948794403006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9982658681113237f,0.04817072424964609f,0.03383545314030993f,0.0798763135209867f,0.05881260100478181f,0.7915644762246773f,0.6082489276128686f,2.409567475874525f,0.0025168486243484023f,0.6091840947565992f,-0.7930248446099186f,0.0046776253202981954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9982658681113237f,0.05571443829308221f,0.019004155588499203f,0.06734056490504323f,0.05881260100478181f,0.9301470578358926f,0.36244658746122166f,2.2002843878614495f,0.0025168486243484023f,0.36293574109602256f,-0.9318107711912775f,-0.07698291642630675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9828541683360104f,-0.18438458789261156f,0.00008678825776835264f,-0.2557112736726084f,-0.18420040845204427f,0.9818932243205338f,0.04422562107563554f,2.293334462837292f,-0.00823973971857919f,0.0434513495889076f,-0.9990215647864028f,-0.04161114719101762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.02836224161076703f,0.00008678825776835264f,-0.1408584170012508f,-0.02833065448773607f,0.998619781727145f,0.04422562107563554f,2.3066612033808673f,-0.0013410062213625113f,0.04420537064703405f,-0.9990215647864028f,-0.04101120893351679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.963043935784704f,-0.269344333922408f,0.00008678825776835264f,-0.11840840445081065f,-0.26907710355080955f,0.962102700747265f,0.04422562107563554f,2.302980287664268f,-0.011995419668113955f,0.04256786345018056f,-0.9990215647864028f,-0.041172208847719785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9991411871271989f,0.04143525858312527f,0.00008678825776835264f,-0.14778777324475062f,0.041398552147116074f,0.9981634406852401f,0.04422562107563554f,2.3121430299817334f,0.0017458711792831486f,0.044191232451163215f,-0.9990215647864028f,-0.0407691362818137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9933220036441739f,-0.11537499531580712f,0.00008678825776835264f,-0.20851823577587641f,-0.1152582965930854f,0.9923505527317121f,0.04422562107563554f,2.4164805986041507f,-0.005188655200007159f,0.043920279472503716f,-0.9990215647864028f,-0.06743610510033404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9933220036441739f,-0.11537499531580712f,0.00008678825776835264f,-0.18255886182981987f,-0.1152582965930854f,0.9923505527317121f,0.04422562107563554f,2.1932017242395156f,-0.005188655200007159f,0.043920279472503716f,-0.9990215647864028f,-0.07731816798164737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,-0.04307621176992546f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,1.683568367256707f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.06858637076100693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9927638808813719f,-0.11431702883674805f,0.036762667684697846f,-0.0002073259561449388f,-0.11604076855052692f,0.9920457940563909f,-0.04878198980390011f,1.3115511944855605f,-0.030893637719770897f,-0.05269496572693527f,-0.9981326684040939f,-0.0488257586134062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9865732028466597f,-0.1264483415948446f,0.10336407660690072f,0.1619570293716897f,-0.16218257080752954f,0.8330782465525357f,-0.5288453921962574f,0.862631739816212f,-0.019238740892906916f,-0.538508544063013f,-0.8424003910374149f,0.31452628673207694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9865732028466597f,-0.06377740414097108f,0.15035211387247935f,0.1419841897016073f,-0.16218257080752954f,0.4910258556247763f,-0.8559149623848255f,1.0211171179976208f,-0.019238740892906916f,-0.8688072581585604f,-0.49477653442727065f,0.0027128630261547063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9833035081652035f,0.1686596201549608f,0.06832381253405048f,-0.13766377715969047f,0.15430973672613757f,0.971823056368091f,-0.17818095370407086f,1.0510597371532469f,-0.09645058829013863f,-0.16466292734117924f,-0.9816228422250166f,0.29303628744537125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9833035081652035f,0.12422797629147621f,-0.13297225551417918f,-0.10769340774232464f,0.15430973672613757f,0.1819239852787549f,-0.9711293264708905f,1.0333617612523582f,-0.09645058829013863f,-0.9754337873412116f,-0.19805607925955312f,-0.04082315252081176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914682061654583f,0.11044383832641609f,0.0692311688387318f,0.006421877569782006f,0.036733803894146974f,0.7463365205891508f,-0.6645543060475543f,1.203042694139742f,-0.1250656780036589f,-0.6563413415370152f,-0.7440259535626944f,-0.037612192948780744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9852927666261673f,-0.14646251455767842f,0.08801645223249442f,0.00884995262367358f,-0.16642099668013216f,0.7056805892638955f,-0.6887081804364985f,1.165442314151187f,0.03875843002682872f,-0.6932269742051322f,-0.7196764177991749f,-0.03672508642348851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.023655939985132934f,0.07491647381789217f,0.006421877569782006f,-0.06540312923014306f,0.7782146905495579f,-0.6245833219833532f,1.203042694139742f,-0.04352599490870185f,-0.6275526208345207f,-0.777356543582758f,-0.037612192948780744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9982851765733574f,0.029579281835274553f,0.05051507022671614f,0.004646305348900063f,0.021119562419029583f,0.9868154160455502f,-0.1604658802925909f,1.2276895442104812f,-0.05459551554046704f,-0.1591238534631335f,-0.9857479033413736f,-0.033979808864360445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.987946107898674f,-0.14408758105039662f,0.05657965071390162f,0.004646305348900063f,-0.15142806357438515f,0.9754218443200904f,-0.16006800800067844f,1.2276895442104812f,-0.032125215173967145f,-0.16670631244868522f,-0.9854831180389585f,-0.033979808864360445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.05931375460030291f,0.05151659985967805f,0.004646305348900063f,-0.06540312923014306f,0.9898809909347654f,-0.12592876745570084f,1.2276895442104812f,-0.04352599490870185f,-0.12890889147464502f,-0.9907007547519009f,-0.033979808864360445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9929423453843771f,0.10998347287986462f,0.04437493026311916f,-0.18972528109109144f,0.0870281293209685f,0.9298932416952607f,-0.3573858751494979f,1.233284802824894f,-0.0805704874595245f,-0.3510017019086429f,-0.9329020322669316f,-0.041909048723578125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.981449463023429f,-0.17183401586479846f,0.08502953911905708f,0.19732727806961636f,-0.1913577204461691f,0.9052683043952389f,-0.3793039940246016f,1.2545340458322511f,-0.01179721817501262f,-0.3885387600344982f,-0.9213568568118359f,-0.03607385487777178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.047852255354432924f,0.062307649637755404f,0.004076319597907972f,-0.06540312923014306f,0.9449026794001776f,-0.32075123873380523f,1.0954194813046534f,-0.04352599490870185f,-0.3238349705017348f,-0.9451118450465787f,-0.0016634873281446139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.053100632558857844f,0.057899951362123794f,6.735557395310442e-18f,-0.06540312923014306f,0.9692623518802175f,-0.2371769885856017f,1.3125f,-0.04352599490870185f,-0.24023075583588085f,-0.9697394865208538f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.49901230174007205f,-0.16674895557071032f,-0.8504007928783657f,0.1814399522924984f,-0.03019980422324991f,0.9840630457182431f,-0.17523667959822864f,1.68768522975987f,0.8660685276217771f,-0.061763321379376464f,-0.4960953513138731f,0.3847695909089813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.49901230174007205f,-0.16674895557071032f,-0.8504007928783657f,0.13465754900436663f,-0.03019980422324991f,0.9840630457182431f,-0.17523667959822864f,1.6848539981139403f,0.8660685276217771f,-0.061763321379376464f,-0.4960953513138731f,0.4659635153735229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.49901230174007205f,-0.16674895557071032f,-0.8504007928783657f,0.2856088695801874f,-0.03019980422324991f,0.9840630457182431f,-0.17523667959822864f,1.7125551158766394f,0.8660685276217771f,-0.061763321379376464f,-0.4960953513138731f,0.49978085583833304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8945031560171515f,-0.44645103974584993f,-0.02335750383078644f,0.4752300272979477f,-0.42278153777740846f,0.8617508740170488f,-0.28043038787802976f,2.3440735843592146f,0.1453267875855152f,-0.24097074561178994f,-0.9595901336348622f,-0.6925394321476099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6437168037741519f,-0.44645103974584993f,-0.6215385311053852f,0.5525942459828211f,-0.12225122225675833f,0.8617508740170488f,-0.49238203641845135f,2.3714858106596877f,0.7554358445265349f,-0.24097074561178994f,-0.6093027035585672f,-0.737842964201201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8252183326386497f,-0.44645103974584993f,-0.34597134648253236f,0.5658078386127643f,-0.29239708053837676f,0.8617508740170488f,-0.41459543946296185f,2.4199690134288954f,0.48323767523830435f,-0.24097074561178994f,-0.8416736000312575f,-0.5889401581697168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015576705978923665f,-0.000001020951249113482f,6.815529275833771e-7f,-0.04803811116782768f,-0.0000010219238942209854f,0.00001559154567560318f,0f,1.4777947718904862f,-6.800936704484664e-7f,-4.4575694199917944e-8f,-0.00001561012846221653f,0.6310575818206512f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151.mcfunction new file mode 100644 index 000000000..afffe35fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151_as_bone.mcfunction new file mode 100644 index 000000000..e9f30bc7d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_151_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7381455703823888f,-0.21191693041339016f,-0.2778070840951843f,0.058451516881368376f,-0.19894703603812905f,0.7886905869184663f,-0.07301834976424075f,1.3919024813925058f,0.28723794704207484f,0.0016784382073787303f,-0.7644841326467688f,-0.386606780891968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7474821382501505f,0.08492117471752135f,-0.27213755176671117f,0.058451516881368376f,0.11560724201787728f,0.7883645636064173f,-0.0715281793608889f,1.3919024813925058f,0.2605866815284371f,-0.10615888532883029f,-0.7488824156539777f,-0.386606780891968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.68889926220972f,0.03970957625319319f,0.43678988143630343f,-0.01141060090831765f,0.0484705258861161f,0.8152236556211173f,0.0023332124870146208f,1.3845357838391252f,-0.43590464449426486f,0.027892388101022254f,-0.6900388395147007f,-0.39388487762137686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.63835702065896f,-0.2223119700942095f,0.42787580222331767f,-0.01141060090831765f,-0.26173876886406267f,0.7559679840607545f,0.0022855959056469755f,1.3845357838391252f,-0.4049606537047038f,-0.13816582438486893f,-0.6759564142184824f,-0.39388487762137686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9210400832710819f,-1.0901207209514343f,0.6361825435834622f,-0.8717394835733011f,1.1027075147660927f,0.31179863427868604f,-1.0621788919670416f,1.377810813161971f,0.6141071175995154f,1.0750928682743046f,0.9531285446881459f,-0.14417761648083263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.985669449085904f,-0.12482470078320244f,0.11346599143829245f,-0.652289257279727f,-0.1685885328519243f,0.7058085172349341f,-0.6880495938444111f,1.419544578536879f,0.005800321501979677f,-0.6973185291335714f,-0.7167379055118168f,-0.15959980337917667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9102894148252241f,-0.12482470078320244f,0.39470492184863293f,-0.3251370297647735f,-0.3610594215121098f,0.7058085172349341f,-0.6094837414861566f,1.5433124307584258f,-0.2025074699720779f,-0.6973185291335714f,-0.6875591563876524f,-0.09646822540084693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4655402717244596f,0.7697932865459947f,0.4366812926968969f,0.5724287749259207f,0.23819709202240535f,0.5841859115967543f,-0.7758794790712918f,1.5387639286237977f,-0.8523698732092695f,-0.2571869294512955f,-0.45532459033598016f,0.08764380196734844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8927528538765195f,0.40639287170982996f,0.19451780308950622f,0.2644818296983012f,0.220242932371972f,0.7702777653192469f,-0.5984690593464147f,1.6019224532615195f,-0.3930462983358641f,-0.4914437893373209f,-0.777172831026825f,-0.02353954925618807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8558311115777656f,-0.46587968842239125f,0.2247425735614458f,-0.14185105857266478f,-0.4999895626807789f,0.6337748328612361f,-0.5902032687489926f,1.293199085185357f,0.13252752795494804f,-0.6174832606210211f,-0.7753392013738132f,0.19043372051069965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9480220898912122f,-0.29038584974972925f,0.13011600725285996f,-0.19548518035540866f,-0.31684248831096945f,0.8992324921104506f,-0.30164840913510804f,1.4599198748989721f,-0.029410111853098442f,-0.32719563474770874f,-0.9444988416736317f,0.12318142123504408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8309172406964861f,-0.47866668209086866f,0.28364545927875773f,0.18448971649332582f,-0.5541568901948454f,0.6662704751125423f,-0.49899278055186863f,1.3202570639727969f,0.049866623736886564f,-0.5718057899754307f,-0.8188720647254109f,0.1777952942413637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.917976720305904f,-0.3814974031182138f,0.10852867082239387f,0.11363725760130071f,-0.38817638700339197f,0.9203210095123536f,-0.04825279290523393f,1.4925156733007054f,-0.08147290070575175f,-0.08642320790286387f,-0.9929215455343735f,0.15538518309998692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,0.24460836317138027f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.1662107930364427f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.015925618581741324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,0.2879308361966713f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.0461834563623045f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.11358274470106779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,-0.3424054703034695f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.1550993225373234f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.03708086692603475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,-0.3740209334664571f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.033653500267553f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.13743866304676036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9909846469755308f,0.12304776487596292f,0.05299695291064127f,0.14277403490843485f,0.1336912865778972f,0.9339759362686737f,0.33138435443484837f,2.2568876276033807f,-0.008721774586031f,0.3354820383121643f,-0.9420062274836541f,-0.006976417410972879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9980328927992878f,-0.03349131040841871f,0.05299695291064127f,0.027478099454072112f,-0.014060700958486425f,0.9433910675453501f,0.33138435443484837f,2.264774958470704f,-0.06109534826189147f,0.32998731157844874f,-0.9420062274836541f,-0.010688277388503406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9788544074270832f,0.1940170345349274f,0.06481851101997813f,0.0068033871435539545f,0.19672506532881032f,0.8060135587674536f,0.5582485035845597f,2.2672097135935405f,0.05606512045781707f,0.5591954339882415f,-0.8271379382392956f,-0.044736668340562405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9909004235572824f,-0.11796148194708288f,0.06481851101997813f,0.035329616882597586f,-0.061975232056218715f,0.8273558356941576f,0.5582485035845597f,2.2756269833367266f,-0.119479794130961f,0.5491515363901573f,-0.8271379382392956f,-0.036820266888782496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.997154036362056f,0.03850179730886405f,0.06481851101997813f,0.089865978068916f,0.06821475344712344f,0.8268647747109247f,0.5582485035845597f,2.3802064316876566f,-0.03210257277864242f,0.5610813273904587f,-0.8271379382392956f,0.00025491109353642516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.997154036362056f,0.053620432197504224f,0.05299695291064127f,0.07780138082447757f,0.06821475344712344f,0.941026650551379f,0.33138435443484837f,2.1684754353135967f,-0.03210257277864242f,0.33405642068819147f,-0.9420062274836541f,-0.07490778356130653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9836694640667957f,-0.17651878596598974f,0.03514973205639582f,-0.24539154709003058f,-0.17493559198401f,0.9835984879869495f,0.04394943784613017f,2.264574339406077f,-0.04233112471630397f,0.037082780786774926f,-0.998415215854292f,-0.05075616045814285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.0204657404069169f,0.03514973205639582f,-0.13050809383456588f,-0.018913141275096537f,0.9988547141602313f,0.04394943784613017f,2.2768186910816066f,-0.036008933351988806f,0.0432482770694893f,-0.998415215854292f,-0.04617264159754813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.96454167887831f,-0.26157952145184304f,0.03514973205639582f,-0.10810168969983472f,-0.2599961660279878f,0.9646089573312889f,0.04394943784613017f,2.272926406412654f,-0.04540201930926242f,0.033252268994290415f,-0.998415215854292f,-0.045555147624343775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981661664445699f,0.04928286215019784f,0.03514973205639582f,-0.1373897069888288f,0.050809512828992404f,0.9977408683215746f,0.04394943784613017f,2.282365617868873f,-0.032904370096269536f,0.04565478265412079f,-0.998415215854292f,-0.04617074113013161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9935866227499649f,-0.10747148193210651f,0.03514973205639582f,-0.196172823237842f,-0.10589709557214609f,0.993405381534846f,0.04394943784613017f,2.3872633608401626f,-0.03964124419973813f,0.039945318986384544f,-0.998415215854292f,-0.07492232012736724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9935866227499649f,-0.10747148193210651f,0.03514973205639582f,-0.17199173980311808f,-0.10589709557214609f,0.993405381534846f,0.04394943784613017f,2.1637471499948226f,-0.03964124419973813f,0.039945318986384544f,-0.998415215854292f,-0.08391001689930375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,-0.03770491665753769f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,1.6528248317143994f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.07037316673297178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.98919180146147f,-0.09859567703979984f,0.10852867082239387f,-0.0007315377676127478f,-0.10430655488554691f,0.9933739530432399f,-0.04825279290523393f,1.2803095993231846f,-0.10305203796781714f,-0.05905151889926699f,-0.9929215455343735f,-0.04822884714574666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9834567057171181f,-0.08094989015062516f,0.16204944697417384f,0.12877947358528988f,-0.15826498815551854f,0.8191701715405416f,-0.5512825260992524f,0.8513969132346506f,-0.0881198133461902f,-0.567809250842958f,-0.8184299317308669f,0.33480685500277774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9834567057171181f,0.00926283321112499f,0.18090635119015785f,0.13510184676647968f,-0.15826498815551854f,0.4418902431674623f,-0.8829978519325709f,0.989501065753273f,-0.0881198133461902f,-0.8970213001452663f,-0.4331139406455635f,0.016208445660042946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9733523644909264f,0.18519422314162934f,0.13523414603897635f,-0.16593144229271026f,0.1549235406155641f,0.9658638382020903f,-0.20761922506517602f,1.0153146803121118f,-0.1690676524444f,-0.18113571091448227f,-0.9688167954409362f,0.28742669068892657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9733523644909264f,0.1961225944242602f,-0.11883224518715416f,-0.11067639777311807f,0.1549235406155641f,0.18034847541999938f,-0.9713254469933441f,1.0007112890524674f,-0.1690676524444f,-0.9638518326848682f,-0.2059266217053069f,-0.0440680482621927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795809478561561f,0.16195669501662568f,0.11912680444184884f,0.004232249411611846f,0.04307347035079041f,0.747824498547092f,-0.6624976947316347f,1.1720203396258178f,-0.19638187989011202f,-0.6438389148786225f,-0.7395306680177258f,-0.03562686820398991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9866210804362592f,-0.09055480307331028f,0.1355679581580497f,0.006334442798954584f,-0.15980778188062628f,0.7016991310813125f,-0.6943196686614352f,1.134425395116122f,-0.03225393757640893f,-0.7066952363502141f,-0.7067825170664116f,-0.03451031933988684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,0.02696827533371311f,0.12662376386443475f,0.004232249411611846f,-0.05887080365118905f,0.7771668229215756f,-0.626534881572804f,1.1720203396258178f,-0.11530435346132528f,-0.6287165032632032f,-0.7690386626154478f,-0.03562686820398991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9914055294740873f,0.04916749410568135f,0.1212337974806224f,0.0023990852530736636f,0.02745196590081505f,0.9842430587778076f,-0.17467681819831077f,1.196731921394446f,-0.12791194508874165f,-0.1698474573582807f,-0.9771337551904252f,-0.032479147911905565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9842162244659258f,-0.12359172444900968f,0.12666297464436357f,0.0023990852530736636f,-0.14474553084024447f,0.9739862651481476f,-0.17435448547295332f,1.196731921394446f,-0.10181922608139607f,-0.18993641291359195f,-0.9765024343286111f,-0.032479147911905565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,-0.041244012049651904f,0.12271836423176143f,0.0023990852530736636f,-0.05887080365118905f,0.9878723496145433f,-0.143674804139434f,1.196731921394446f,-0.11530435346132528f,-0.14969018784506127f,-0.9819866362307463f,-0.032479147911905565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9839970758945439f,0.13902714994989307f,0.11145046526505498f,-0.19080511724423918f,0.09043524516362464f,0.9285946798226252f,-0.3599074701049025f,1.2030146208832868f,-0.15352921892324728f,-0.34406884802598164f,-0.9263074040268121f,-0.054522043958292285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9795222317131221f,-0.13651230202076656f,0.14798847582408506f,0.19493395508753597f,-0.1844451326122095f,0.9031306375240677f,-0.3877306341018665f,1.2221602311717186f,-0.08072292509200371f,-0.4070865300674562f,-0.9098155672454877f,-0.02087083565791256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,-0.016286217772580214f,0.12843529328161782f,-0.0016205156465095392f,-0.05887080365118905f,0.9402773539191845f,-0.3352800712601329f,1.0649671211215779f,-0.11530435346132528f,-0.34001949476081617f,-0.9333229072810036f,0.0016077891778245937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,-0.027418117177984678f,0.12652712080848671f,6.735557395310442e-18f,-0.05887080365118905f,0.965920898349192f,-0.2520536581955378f,1.2812500000000002f,-0.11530435346132528f,-0.2573811667210795f,-0.9594059834554721f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4670390896466147f,-0.17428820401873993f,-0.8668899068982079f,0.12809045095380983f,-0.021337018587521572f,0.9823181025525825f,-0.18599966944941054f,1.6253276379454438f,0.8839791968026492f,-0.06837227023740204f,-0.4624997430082816f,0.3850896690781068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4670390896466147f,-0.17428820401873993f,-0.8668899068982079f,0.08430553629943971f,-0.021337018587521572f,0.9823181025525825f,-0.18599966944941054f,1.6233272924528637f,0.8839791968026492f,-0.06837227023740204f,-0.4624997430082816f,0.4679627187783552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4670390896466147f,-0.17428820401873993f,-0.8668899068982079f,0.23623147966135596f,-0.021337018587521572f,0.9823181025525825f,-0.18599966944941054f,1.6522274156165653f,0.8839791968026492f,-0.06837227023740204f,-0.4624997430082816f,0.49590115537947327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8837184623075593f,-0.46787650968731886f,-0.011543442275817106f,0.5262552607670792f,-0.449542708588894f,0.8554350171574341f,-0.25718142346487893f,2.3021260648458957f,0.1302038115084332f,-0.22208670177134177f,-0.9662941914163634f,-0.6280703596997219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6249543480973536f,-0.46787650968731886f,-0.6249189023201522f,0.602595671968881f,-0.1425495720723122f,0.8554350171574341f,-0.4979061667853305f,2.3320865492288267f,0.7675361113955567f,-0.22208670177134177f,-0.601303429725887f,-0.6734969322435531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8142977194858859f,-0.46787650968731886f,-0.3435269941691594f,0.615954515493354f,-0.3195785000845981f,0.8554350171574341f,-0.4075543076751112f,2.3782394531886277f,0.4845501071341992f,-0.22208670177134177f,-0.8461020568303586f,-0.5238683374470837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015493502406930995f,-9.136996494338663e-7f,0.0000018047606813780148f,-0.09628053709327916f,-9.19856307049829e-7f,0.000015597900159136188f,0f,1.4466594788025582f,-0.0000018016305228332077f,-1.0624771171079127e-7f,-0.00001552042086681131f,0.6259367002973153f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152.mcfunction new file mode 100644 index 000000000..d33d71a71 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152_as_bone.mcfunction new file mode 100644 index 000000000..b47ba2207 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_152_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557065643958527f,-0.2036056482437313f,-0.2332311578171133f,0.07121359228647609f,-0.19231100296430098f,0.7908447923028901f,-0.06727136887790743f,1.3604147588475748f,0.24262833946661275f,-0.007327955723994251f,-0.7797578049606338f,-0.3854197735143535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7602595942026918f,0.09902624405657993f,-0.22847133826982527f,0.07121359228647609f,0.12242057149821203f,0.7878264996222677f,-0.06589848379876646f,1.3604147588475748f,0.21683761919189531f,-0.09758693294172026f,-0.7638443803696006f,-0.3854197735143535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.681474749208066f,0.04980819351467321f,0.4472759265767082f,0.003447997558646748f,0.05733582968569383f,0.8146445570777089f,-0.003360461629158091f,1.3540504450312616f,-0.4463734011682383f,0.028597795840113294f,-0.6832842726472127f,-0.39502670699475506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.635423356575374f,-0.21038921687266626f,0.4381478464424897f,0.003447997558646748f,-0.25349835990256686f,0.7587672535419816f,-0.0032918807795834365f,1.3540504450312616f,-0.4146995773390587f,-0.14145187300302714f,-0.6693396956544125f,-0.39502670699475506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.89122421397115f,-1.0335428728578715f,0.7608644954235969f,-0.8533361362359578f,1.1382637409544896f,0.2086394092747796f,-1.049872136465085f,1.3090019398295416f,0.5928585889230221f,1.1531109993674369f,0.8719288770754381f,-0.17136655801959885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9675799165432573f,-0.18416926866483863f,0.17283166834119867f,-0.6357047929002142f,-0.2523125693018448f,0.7354398734329353f,-0.6288613201153732f,1.371421184690842f,-0.011290370872800992f,-0.6520811859304075f,-0.7580650727220901f,-0.18394692663442447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8708258826026617f,-0.18416926866483863f,0.4557893841115148f,-0.32087845948829f,-0.429737020272612f,0.7354398734329353f,-0.5238838477870499f,1.5213777998677815f,-0.23872238185078534f,-0.6520811859304075f,-0.7195844296252394f,-0.10756669273120531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.296039230448003f,0.8561186563952133f,0.4235818931538614f,0.5511282181127586f,0.34840977475339074f,0.5096907351104119f,-0.786654932863768f,1.4801699986887922f,-0.8893657306710473f,-0.0853006489697636f,-0.44916856122539506f,0.13237401846386299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8131160106231983f,0.521801561371999f,0.25800287560017465f,0.26642122648620975f,0.3113914789025094f,0.7643889630669082f,-0.5645749374603912f,1.573388447461133f,-0.49181063442662887f,-0.3787250238513964f,-0.784021464102633f,-0.014037020882244684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.889783010590653f,-0.3885224624510902f,0.2394503920129908f,-0.15530268521048343f,-0.4505792446012958f,0.6644305897504373f,-0.5962468748248593f,1.2617594170632223f,0.07255713885455642f,-0.6384217160896293f,-0.7662592081185149f,0.18528043806141642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9563749022600906f,-0.24347620419702015f,0.16145087276572123f,-0.19994540554263895f,-0.28268145588755333f,0.9107492715542618f,-0.30104311794272004f,1.4306433859925043f,-0.07374442910685111f,-0.33354925026627213f,-0.9398439534425449f,0.11686592892747452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8662506764937581f,-0.40481809492608556f,0.29280040214200787f,0.17043516767222722f,-0.4996086489955458f,0.7030458847402317f,-0.5060807068034412f,1.2842423313150255f,-0.0009814901692076078f,-0.5846783679684412f,-0.8112645947573504f,0.18444463505818398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9302971780373197f,-0.33710438876965176f,0.14459526827679772f,0.1081318152046475f,-0.34684380280087923f,0.9367084432688492f,-0.04771445030044738f,1.459576949113557f,-0.11935885804758856f,-0.09454059118224602f,-0.9883397895584732f,0.16054115052677242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,0.2510930851342429f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.1340842382688283f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.011989558468257958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,0.2951650013348172f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.0138518576144846f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.10905733553458699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,-0.33562589434644763f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.1257662695962316f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.04110828979877518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,-0.3664542733987273f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.0044720206007054f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.14189335171580852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9899760014449404f,0.1250968908297806f,0.06556130312775574f,0.1498731014082712f,0.13912617544654815f,0.9436859310520417f,0.30016790441360924f,2.2273420031188214f,-0.02431920781406802f,0.30628031513494847f,-0.9516306766241476f,-0.007478436744712991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9973572192913158f,-0.03130962567142899f,0.06556130312775574f,0.03467697908715572f,-0.010211702429969202f,0.9538317201128427f,0.30016790441360924f,2.235777895379849f,-0.07193259526095415f,0.2987051339479972f,-0.9516306766241476f,-0.01275382762491651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9778365040167596f,0.19492554667268325f,0.07641860157473204f,0.0141670033224819f,0.20646815500081006f,0.8372011957935428f,0.506423793608104f,2.236184306249863f,0.03473719019787777f,0.5109776795675303f,-0.8588918084374416f,-0.043689688758694334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9902130855760973f,-0.11678288610591475f,0.07641860157473204f,0.04268216121654127f,-0.062346512990274286f,0.8600278214020347f,0.506423793608104f,2.244872239896552f,-0.1248637556371674f,0.4967030339420557f,-0.8588918084374416f,-0.036029975694382765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9962907876420797f,0.03955835933007124f,0.07641860157473204f,0.09765477309389142f,0.0729590682034853f,0.8591925951929844f,0.506423793608104f,2.3511382186799317f,-0.04562500220716552f,0.5101207901788137f,-0.8588918084374416f,-0.004865922237835482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9962907876420797f,0.055734926138958855f,0.06556130312775574f,0.0851144147126257f,0.0729590682034853f,0.9510921109581456f,0.30016790441360924f,2.1371424937143493f,-0.04562500220716552f,0.3038378094995146f,-0.9516306766241476f,-0.07322942937522617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9838258083145653f,-0.17232342831595412f,0.04890209553412066f,-0.2379155329199545f,-0.17025271882416138f,0.9844274453749157f,0.04377917913344541f,2.234778351584529f,-0.05568474321726809f,0.034745371577427145f,-0.9978436593609109f,-0.0534592217209823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.01629757694258814f,0.04890209553412066f,-0.12304788444050452f,-0.01415824454910046f,0.9989409029495637f,0.04377917913344541f,2.246475878981193f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.04731659926751654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9650630777010962f,-0.2574137547033176f,0.04890209553412066f,-0.1006706956734896f,-0.2554033610111648f,0.9658428995745646f,0.04377917913344541f,2.2424770143367256f,-0.05850110462451679f,0.029759909793846934f,-0.9978436593609109f,-0.046395388411842195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973747534726729f,0.05340586285883665f,0.04890209553412066f,-0.12990241800759372f,0.05555883909156431f,0.997495162330725f,0.04377917913344541f,2.2520554905711547f,-0.0464415388862471f,0.0463811916524766f,-0.9978436593609109f,-0.047407726007857684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9934499327952429f,-0.10327543793903385f,0.04890209553412066f,-0.18779020966650384f,-0.10116780451168578f,0.9939056589056564f,0.04377917913344541f,2.3572317058308463f,-0.05312538338132555f,0.038545104926744525f,-0.9978436593609109f,-0.07694773026905642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9934499327952429f,-0.10327543793903385f,0.04890209553412066f,-0.16455323613022127f,-0.10116780451168578f,0.9939056589056564f,0.04377917913344541f,2.133602932577074f,-0.05312538338132555f,0.038545104926744525f,-0.9978436593609109f,-0.08562037887757393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,-0.032895093011162654f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,1.62204740103614f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.0702944531204144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9858471063913167f,-0.08483920798680797f,0.14459526827679772f,-0.0010803900161096712f,-0.09258740198736926f,0.9945606588970606f,-0.04771445030044738f,1.2490871539497423f,-0.13976070911775332f,-0.06042685299116374f,-0.9883397895584732f,-0.04763438324872799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9805206925747401f,-0.05332774879462685f,0.18903788678793812f,0.10841985261368461f,-0.15429858768112478f,0.8046599257533736f,-0.5733361576999877f,0.8404503290222659f,-0.12153648535465542f,-0.5913362453757356f,-0.7972141040100618f,0.34726041463387214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9805206925747401f,0.05231208075723058f,0.18932146639935238f,0.12995190786897048f,-0.15429858768112478f,0.39127372693403667f,-0.9072468332547426f,0.9579397945323146f,-0.12153648535465542f,-0.9187863281623196f,-0.3755803055401599f,0.024385483599196768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9660901269886412f,0.19769689597086326f,0.16608974639801471f,-0.1819722000721408f,0.1555268388082891f,0.9590130599993655f,-0.23686568590860416f,0.9796685062960014f,-0.20610984679381922f,-0.2030021873629414f,-0.957240222191112f,0.2863436969557426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9660901269886412f,0.23272985042637145f,-0.11183328330863732f,-0.11344275242242156f,0.1555268388082891f,0.17876748201995757f,-0.971521276031845f,0.9681543700342214f,-0.20610984679381922f,-0.9559701899603161f,-0.2089012373392399f,-0.043559900832096314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9714648425246417f,0.1896313355398595f,0.14246408782546682f,0.0025527431515016646f,0.04941067114518463f,0.7492746336116576f,-0.6604135893537464f,1.1410280639841919f,-0.23197983816606893f,-0.6345293373891279f,-0.7372637755084398f,-0.033956700546249746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9858560735796931f,-0.059168138724380696f,0.15680221154665874f,0.004355673165852763f,-0.1531871009094872f,0.6976438364159437f,-0.6998762673685904f,1.103440376573836f,-0.06798172034434886f,-0.7139973451426389f,-0.6968402089634943f,-0.032717197134452584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,0.05512775179555357f,0.15028005875890557f,0.0025527431515016646f,-0.052335956242943876f,0.7760809099261708f,-0.6284579293256657f,1.1410280639841919f,-0.15127495748718267f,-0.6282191912303655f,-0.7631884007288873f,-0.033956700546249746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9856649367409337f,0.0639454036013875f,0.15612692861177638f,0.0008197501677601213f,0.03375546690776068f,0.981423897801394f,-0.1888589454544253f,1.1657978897732322f,-0.16530336032074522f,-0.18088150315213047f,-0.9695136310976219f,-0.031218018521964663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9810331571756016f,-0.10805129911139112f,0.16093123153201783f,0.0008197501677601213f,-0.13802907116532523f,0.9723046963501116f,-0.1886042230936378f,1.1657978897732322f,-0.13609526088482593f,-0.20724018484805934f,-0.9687773664515669f,-0.031218018521964663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,-0.026571855274886917f,0.15785151752790572f,0.0008197501677601213f,-0.052335956242943876f,0.9855032649452216f,-0.16138234868301077f,1.1657978897732322f,-0.15127495748718267f,-0.1675626786893748f,-0.9741861402974754f,-0.031218018521964663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9771646335649511f,0.15548121467982337f,0.14482703750184805f,-0.1913640726952691f,0.09382600158725171f,0.9272744677876198f,-0.3624344669251745f,1.172767561061117f,-0.1906461652801442f,-0.3405696012137211f,-0.9206879962251614f,-0.060364270468238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.977437613846802f,-0.11454765044035263f,0.17746703022270024f,0.1930067631858701f,-0.17749485287978706f,0.9008859692419777f,-0.3961061065221352f,1.189805657153775f,-0.11450453370348604f,-0.41866849200953393f,-0.9008914504865778f,-0.012809716336695181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,0.004594388677027874f,0.16000642696872105f,-0.0056184693974634225f,-0.052335956242943876f,0.9353885125666755f,-0.3497274342147595f,1.0345750224413548f,-0.15127495748718267f,-0.35359188643263106f,-0.923086488410628f,0.004547152811757389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,-0.00936857334582989f,0.1597979815644618f,6.735557395310442e-18f,-0.052335956242943876f,0.9623098311630663f,-0.26687213517159736f,1.2500000000000004f,-0.15127495748718267f,-0.27179407403468986f,-0.9503914291263766f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4018025621695263f,-0.18456937580877858f,-0.8969330223308548f,0.0906210256478042f,-0.013545542219327153f,0.9805679452606403f,-0.19571158119362866f,1.563251382129775f,0.9156261351228395f,-0.06648797064795799f,-0.39649480505944584f,0.3775033052297515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4018025621695263f,-0.18456937580877858f,-0.8969330223308548f,0.0529520354444111f,-0.013545542219327153f,0.9805679452606403f,-0.19571158119362866f,1.5619814875467133f,0.9156261351228395f,-0.06648797064795799f,-0.39649480505944584f,0.4633432553975177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4018025621695263f,-0.18456937580877858f,-0.8969330223308548f,0.20632648389573588f,-0.013545542219327153f,0.9805679452606403f,-0.19571158119362866f,1.5919731720172885f,0.9156261351228395f,-0.06648797064795799f,-0.39649480505944584f,0.47989750107255147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8688404636851291f,-0.49379256784022474f,-0.0358489694296345f,0.5520819324104956f,-0.47211409152820294f,0.8481445151362644f,-0.24033136712624606f,2.260414334874246f,0.149078949700853f,-0.19188481281755443f,-0.9700287033722572f,-0.5799277757213063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.577759710180492f,-0.49379256784022474f,-0.649894312360026f,0.6257473594808967f,-0.15507808784800262f,0.8481445151362644f,-0.5065586521950622f,2.2923529317192206f,0.8013391940754934f,-0.19188481281755443f,-0.5666001364705191f,-0.628326054472824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7857645554176116f,-0.49379256784022474f,-0.37248216520408095f,0.6447869707263083f,-0.3406783663463924f,0.8481445151362644f,-0.4056958616350727f,2.3372380125419943f,0.5162483066828564f,-0.19188481281755443f,-0.8346663431917305f,-0.47892696361830556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001542352000884459f,-8.083124323910977e-7f,0.0000023669149854636855f,-0.11986254017408061f,-8.177493162959982e-7f,0.000015603586480540218f,0f,1.4155171001230835f,-0.0000023636712107372294f,-1.2387475910999558e-7f,-0.00001544468641480258f,0.6221573586267538f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153.mcfunction new file mode 100644 index 000000000..73351ed53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153_as_bone.mcfunction new file mode 100644 index 000000000..20c363623 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_153_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7656186655915013f,-0.19518817052389306f,-0.20657705930201672f,0.07614923462952822f,-0.18545607384113713f,0.7929206078461888f,-0.061865974272660836f,1.328957606315379f,0.21535679236505173f,-0.011087478740024042f,-0.7876820197528124f,-0.3856624001611187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.766074802189457f,0.11036005527770243f,-0.20236120094891435f,0.07614923462952822f,0.12940262106305087f,0.7871354325413704f,-0.06060340336913715f,1.328957606315379f,0.19074684561585004f,-0.09076601256534485f,-0.771606876492551f,-0.3856624001611187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6844819168115509f,0.06050368689482373f,0.4413255644924305f,0.010220650866992226f,0.06636416893295433f,0.8139197238654683f,-0.008655901399768203f,1.3235431125047719f,-0.44048240269534905f,0.02860824040966769f,-0.6870962566779414f,-0.39589769889684984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6421543757269608f,-0.20183683724442236f,0.4323189203191156f,0.010220650866992226f,-0.24505576773473203f,0.7614957472063976f,-0.008479250350793343f,1.3235431125047719f,-0.4093719927335753f,-0.13923404080087204f,-0.6730738840926773f,-0.39589769889684984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.862931134139586f,-0.9333434438152519f,0.9086397105672047f,-0.8327371044502971f,1.187364181517607f,0.11541169416359313f,-1.009085076343572f,1.2404694889654393f,0.5356513868007728f,1.247780592386889f,0.7729989877619727f,-0.17712911177312715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9417822087868037f,-0.26612293132997233f,0.20548687703352703f,-0.619427470384806f,-0.3362019967567633f,0.7522974019264453f,-0.5665834770194816f,1.3240543738609396f,-0.003806387974748776f,-0.6026833368154982f,-0.7979713697467613f,-0.19226893353289126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.831125906750337f,-0.26612293132997233f,0.48827073693676626f,-0.3175059356644654f,-0.4957787817853096f,0.7522974019264453f,-0.4338801892068761f,1.4994259745069205f,-0.25185933903650315f,-0.6026833368154982f,-0.757191963021949f,-0.1108214984742052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13373562001511113f,0.9045694828690923f,0.4048071572997654f,0.5282043684878056f,0.432541511746365f,0.42079433189700954f,-0.797395742940429f,1.42488239461589f,-0.8916404121367218f,0.06845568570464051f,-0.44753904247491577f,0.161689094872518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7280531789215867f,0.6106574137967236f,0.31150616629092487f,0.2692350844365129f,0.3911772944572093f,0.7432419144973408f,-0.5427446737052933f,1.5448522454985314f,-0.5629554982086149f,-0.2732928456974767f,-0.779994953526794f,-0.010728921520553207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9163715163229045f,-0.3239438024971627f,0.2352098146246024f,-0.16297857468795934f,-0.3990066295268369f,0.691358772352114f,-0.6023427242736574f,1.2305607903030333f,0.03251082382367522f,-0.6458199909537155f,-0.7627972113339488f,0.18340088065074336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.96400499370277f,-0.20414246165577266f,0.17035324318968373f,-0.2001905784784812f,-0.24813083541539627f,0.9209237817112104f,-0.300550289959568f,1.401355560061638f,-0.09552727690131055f,-0.3320018729282175f,-0.9384291639436491f,0.1152853472020548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8961329171624683f,-0.3423613524167508f,0.2823729787873799f,0.1618053136999359f,-0.4426054335417831f,0.7358643014787309f,-0.5124491779762259f,1.2485723956115982f,-0.03234540117505086f,-0.5842023914540173f,-0.8109632179342244f,0.1865478252737895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9427138442124076f,-0.2943380009534449f,0.15702149255752973f,0.10759832284964954f,-0.30485405256029763f,0.9512301781267372f,-0.04717154712895505f,1.4266332318408055f,-0.13547920345140724f,-0.09233790887661353f,-0.9864679903658641f,0.16306904241963782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,0.25665657048913826f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,2.102551460799095f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.010281067112163852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,0.3006384916939966f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,1.9822056170232205f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.10724900507622707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,-0.3300155237811433f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,2.0957228412549354f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.04070266732719218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,-0.3609279124831294f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,1.9745052588138488f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.14155421382934413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9894090072617453f,0.12901541179126091f,0.06651946985401269f,0.1559654212320753f,0.14228831937875142f,0.9526546239275312f,0.26870653449044496f,2.198061232994774f,-0.028702796339345766f,0.275325609106428f,-0.9609224518411862f,-0.00912407282461905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.997410197477747f,-0.027350650773668196f,0.06651946985401269f,0.04080309272328472f,-0.008491502408935703f,0.9631846617907568f,0.26870653449044496f,2.2067895196889857f,-0.0714198316592884f,0.2674457873911692f,-0.9609224518411862f,-0.014655413423159055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766353269330913f,0.20064115282764866f,0.0769841930417281f,0.02005741250224538f,0.21353497474890065f,0.865653997097315f,0.45282002149687256f,2.205443457776303f,0.02421265671668997f,0.45867884745367754f,-0.8882721779687159f,-0.04212160282550869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9908369177184887f,-0.11097583749555097f,0.0769841930417281f,0.04863726456795823f,-0.06441796715980867f,0.889271810887183f,0.45282002149687256f,2.214425368381156f,-0.11871195387627483f,0.44371162916199464f,-0.8882721779687159f,-0.03506589855248327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9959985168327832f,0.04539150238326661f,0.0769841930417281f,0.10425139433276995f,0.07548788492291031f,0.8884005894648187f,0.45282002149687256f,2.3220883640996943f,-0.047838621392778474f,0.4568194437082912f,-0.8882721779687159f,-0.01054259423469859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9959985168327832f,0.0596834532951743f,0.06651946985401269f,0.09082261734135576f,0.07548788492291031f,0.9602595365587373f,0.26870653449044496f,2.1060299683739787f,-0.047838621392778474f,0.27265272390123296f,-0.9609224518411862f,-0.07188945711247591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.984128883516498f,-0.16989973954227544f,0.051229084825300836f,-0.23200146107119682f,-0.16775497179426657f,0.9848625587437929f,0.04363496101675831f,2.2044862016627538f,-0.057867176074833125f,0.03434849178779382f,-0.9977332163684981f,-0.052838120048695134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9985907987579259f,-0.013856316392513085f,0.051229084825300836f,-0.11711840337013522f,-0.0116231822028251f,0.9989799256304134f,0.04363496101675831f,2.215892121119216f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.04644056742231937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9655762380056437f,-0.25502570354148724f,0.051229084825300836f,-0.09475354263402137f,-0.2529530412916531f,0.9664940502032953f,0.04363496101675831f,2.211836463533547f,-0.060640642313317276f,0.029174328694936472f,-0.9977332163684981f,-0.04546960357024428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971248495317743f,0.0558356097324854f,0.051229084825300836f,-0.12395852657907858f,0.05809044823798806f,0.9973572529442878f,0.04363496101675831f,2.2214891191719746f,-0.04865731465818796f,0.04648542443848358f,-0.9977332163684981f,-0.04654699713569503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.993583201738911f,-0.10083651169202758f,0.051229084825300836f,-0.18151329747883194f,-0.0986457898937277f,0.9941654783351255f,0.04363496101675831f,2.3268114054486753f,-0.05533018487676339f,0.03830143073665869f,-0.9977332163684981f,-0.07621699699035678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.993583201738911f,-0.10083651169202758f,0.051229084825300836f,-0.15882508234812576f,-0.0986457898937277f,0.9941654783351255f,0.04363496101675831f,2.1031241728232724f,-0.05533018487676339f,0.03830143073665869f,-0.9977332163684981f,-0.08483481890610498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,-0.028500779253012684f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,1.5912362661812651f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.06920921311187456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9849244842500184f,-0.0725810664005482f,0.15702149255752973f,-0.0012828793528071086f,-0.08088854969333562f,0.9956062914977836f,-0.04717154712895505f,1.2178839068695964f,-0.15290782469626568f,-0.05916165253092298f,-0.9864679903658641f,-0.047023593412778446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9798844929366711f,-0.039023721701716835f,0.19571287552634328f,0.09760320759037952f,-0.15028148664972402f,0.7895592951374171f,-0.5949887345424736f,0.829706768020274f,-0.1313082452574545f,-0.6124322563407744f,-0.7795414524711022f,0.35522365602148415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9798844929366711f,0.07362208343385133f,0.18548900057173745f,0.12644847508414855f,-0.15028148664972402f,0.33934185225497365f,-0.9285809507407056f,0.9264332858827038f,-0.1313082452574545f,-0.9377776368303001f,-0.32145178268036645f,0.029263659140468225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9630059166637661f,0.20645706176059436f,0.17319089502558047f,-0.1899358420435989f,0.1561234225360705f,0.9512766005134149f,-0.2658915309882294f,0.9441225845382952f,-0.21964763009466576f,-0.229015962248973f,-0.9483177777670172f,0.2892767175620634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9630059166637661f,0.24607199115303818f,-0.10985526678570587f,-0.1161094771687142f,0.1561234225360705f,0.17718257473858628f,-0.9717159112336429f,0.9356929266005314f,-0.21964763009466576f,-0.9529191520685185f,-0.20904546925205655f,-0.04039355111843898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9681499141093369f,0.20182418861063203f,0.1481645730319618f,0.0013043398791936758f,0.05574515044445397f,0.7506867324181428f,-0.6583022922436904f,1.1100657893403332f,-0.24408650518209463f,-0.6290758512795035f,-0.7380280152710731f,-0.0324138994127931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9859566614472589f,-0.04470032611607015f,0.16090786989110306f,0.0028341463425108236f,-0.14655925300636669f,0.6935154924734369f,-0.705376953874694f,1.0724871784761136f,-0.08006152075742104f,-0.719053643718216f,-0.6903274660257738f,-0.03110812884506059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,0.06821139510414115f,0.15546065156031585f,0.0013043398791936758f,-0.04579886693652072f,0.7749571178394585f,-0.6303522263760878f,1.1100657893403332f,-0.16347254323874102f,-0.6283221077504009f,-0.7605840233131062f,-0.0324138994127931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9830519403731771f,0.07493865710039758f,0.1673113271733876f,-0.000243799218465213f,0.04002986180841059f,0.9783586159698543f,-0.20300745976724777f,1.1348873467631997f,-0.17890358490575548f,-0.19286942792869f,-0.9647771198978181f,-0.030035105567512148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9804164136594057f,-0.09679128661914037f,0.17150831659671958f,-0.000243799218465213f,-0.13127903864995316f,0.9703777305273826f,-0.2028124111282895f,1.1348873467631997f,-0.1467973768102594f,-0.22135606368730354f,-0.9640809215156625f,-0.030035105567512148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,-0.0151196388825585f,0.16909229765330003f,-0.000243799218465213f,-0.04579886693652072f,0.9827746001451334f,-0.17904342796345254f,1.1348873467631997f,-0.16347254323874102f,-0.18418871254676314f,-0.969201344292002f,-0.030035105567512148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9741178191708237f,0.16369998483636056f,0.15587427413930066f,-0.1919621551286796f,0.09720228762603589f,0.9259329824914228f,-0.36496551510355624f,1.142543954193308f,-0.204073980835735f,-0.34036807561684457f,-0.9178798306133227f,-0.06163212592896623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9774169698771835f,-0.1022329501228217f,0.18494456170779805f,0.19189405166447066f,-0.17050731181204354f,0.8985347621588866f,-0.4044286560206925f,1.1574703269862192f,-0.12483318314749259f,-0.4268298315503002f,-0.8956745900627119f,-0.009438981752731699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,0.017569843620618617f,0.16885529070999877f,-0.008321654359856177f,-0.04579886693652072f,0.9302377935688533f,-0.364088054189481f,1.004242921122372f,-0.16347254323874102f,-0.366536421125239f,-0.9159300080223157f,0.0074725118960503045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,0.002786276782459657f,0.16974405812075635f,6.735557395310442e-18f,-0.04579886693652072f,0.9584303227062891f,-0.28162702339166495f,1.21875f,-0.16347254323874102f,-0.2853130792284329f,-0.9443903718421995f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.31165488616571885f,-0.19649620602154255f,-0.9296561046689106f,0.0634159365962012f,-0.006967078722044509f,0.9788304264595641f,-0.204554286318006f,1.5014697938168777f,0.9501698225807392f,-0.05727335555149049f,-0.3064262896697327f,0.36682417327387784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31165488616571885f,-0.19649620602154255f,-0.9296561046689106f,0.03419829101816507f,-0.006967078722044509f,0.9788304264595641f,-0.204554286318006f,1.500816630186686f,0.9501698225807392f,-0.05727335555149049f,-0.3064262896697327f,0.4559025941408221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.31165488616571885f,-0.19649620602154255f,-0.9296561046689106f,0.18825552950751975f,-0.006967078722044509f,0.9788304264595641f,-0.204554286318006f,1.5318263549494828f,0.9501698225807392f,-0.05727335555149049f,-0.3064262896697327f,0.4573273271578099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8505926408005269f,-0.5190122366770799f,-0.08437095232033653f,0.5635903536689393f,-0.4902276116438029f,0.8407674295876052f,-0.22975425594896795f,2.218958499782872f,0.19018161898037994f,-0.15406630885468114f,-0.9695847174321055f,-0.5444871299174678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5094573499816333f,-0.5190122366770799f,-0.6863523196792929f,0.6333084276387f,-0.15954450903659065f,0.8407674295876052f,-0.517354500300253f,2.2522667318920697f,0.8455759919640369f,-0.15406630885468114f,-0.5111406991131984f,-0.5975815207295565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.743659455677448f,-0.5190122366770799f,-0.42142248653931186f,0.6616627636347164f,-0.3552878091647724f,0.8407674295876052f,-0.4085103450385895f,2.2968891675932595f,0.5663401686622785f,-0.15406630885468114f,-0.8096433695371538f,-0.44958781989293906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015398191282550713f,-7.059604911158695e-7f,0.000002556941534521807f,-0.12712381902406067f,-7.156072958831364e-7f,0.00001560860439623219f,0f,1.3843676312419229f,-0.0000025542584881053286f,-1.1710502510402736e-7f,-0.00001541436586399315f,0.6208071930447708f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154.mcfunction new file mode 100644 index 000000000..df28274d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154_as_bone.mcfunction new file mode 100644 index 000000000..2c7d02d4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_154_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7712099172048257f,-0.18687173469708263f,-0.1930250315909147f,0.07552759638867394f,-0.17839634964082568f,0.7949160249760056f,-0.0568128516765257f,1.3153854479917046f,0.20088417181101825f,-0.011485314627550017f,-0.7914910495439301f,-0.37931550098211597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.76801741187379f,0.11998264878213108f,-0.18908574523191646f,0.07552759638867394f,0.1365398760214973f,0.786294830637567f,-0.05565340572394355f,1.3153854479917046f,0.17749962623825316f,-0.08570066104682923f,-0.7753381709818091f,-0.37931550098211597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6945989470244602f,0.07158991662817163f,0.42349926927224674f,0.01119312078146982f,0.0755371316496426f,0.8130528803224247f,-0.013549907232067702f,1.3108709481736747f,-0.42281306623506815f,0.02764673725821038f,-0.6981469855154571f,-0.3890559790166549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6554664739374267f,-0.1955961310604478f,0.41485642704220094f,0.01119312078146982f,-0.2364290518142623f,0.7641499335085086f,-0.013273378513045914f,1.3108709481736747f,-0.3930203620707784f,-0.13348045786977908f,-0.6838990878518764f,-0.3890559790166549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8250773468250387f,-0.7941659582464221f,1.0629929691765125f,-0.8095330469164299f,1.2474562741442965f,0.037646797601584514f,-0.9401286149928505f,1.1905151445192246f,0.452223911192437f,1.3450982861459932f,0.6539192494130508f,-0.16056678489507772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9075893747517797f,-0.3613696239400821f,0.21376043069538714f,-0.6032309174337405f,-0.41937192679690627f,0.7557347745178291f,-0.5029832378908229f,1.295474971750481f,0.020216672632359017f,-0.5461473660816187f,-0.8374451269604394f,-0.1819506958798467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.790712685616386f,-0.3613696239400821f,0.4941512356543553f,-0.31489682707402195f,-0.5587945759924854f,0.7557347745178291f,-0.3414872946770703f,1.495310440157556f,-0.250044137397182f,-0.5461473660816187f,-0.7995004589588486f,-0.10077962171913452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.019086643678129483f,0.9239112051486182f,0.38213058636274067f,0.5049422081460797f,0.48919353490423717f,0.32469669808603374f,-0.809482389962823f,1.3915755263927605f,-0.8719663900867975f,0.20238611427875905f,-0.44577401820445317f,0.1882586441146434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6411189547815759f,0.6799998461332827f,0.35576213272141777f,0.27286424162561174f,0.45735216476977036f,0.7107961235991895f,-0.53441357398252f,1.5341702994689714f,-0.6162754929414154f,-0.17991409042950884f,-0.7667042694968759f,-0.004080277168038458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9383737868801271f,-0.2686200827758576f,0.21748077438187807f,-0.16664496904981752f,-0.34552783485487865f,0.7144168693021093f,-0.6084562861842027f,1.2174632212678975f,0.008071643992991678f,-0.6461050905124213f,-0.7632057786581457f,0.19205943364853345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9717817945116503f,-0.17013840407337208f,0.1633801313351256f,-0.19752479399273024f,-0.2132451363950576f,0.9297421845892745f,-0.3001765846947702f,1.3899137772240442f,-0.10082983516583865f,-0.3265461585358635f,-0.9397877157560108f,0.12495835569958401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9223097618597468f,-0.28769530129244697f,0.25802348108741047f,0.1571234063280355f,-0.3834317988382071f,0.7645546982811185f,-0.5181082598993807f,1.2311111140953541f,-0.0482157527983712f,-0.5767907133012077f,-0.815467788592272f,0.19366117808515143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9554365240850895f,-0.2526138371901483f,0.15273276565384233f,0.1107128916402192f,-0.26229500170104514f,0.9638605203128171f,-0.046628633530846314f,1.4115435326944394f,-0.13543404493276776f,-0.08461174057052917f,-0.9871668920860214f,0.1716266836526396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,0.26165689266998193f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,2.089218816477185f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.0020268118900129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,0.3050947839570154f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,1.9688115384873248f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.09916356861787728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,-0.3251425267127587f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,2.083106751393878f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.030050624487444725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,-0.3566151996022452f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,1.9619192097763614f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.1307648892064706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892016623435896f,0.13332691647213113f,0.06086053368737587f,0.16137436335250954f,0.1440754996869717f,0.9607698843569273f,0.2369883535170571f,2.1867430911695185f,-0.026876041498484424f,0.24319778505736764f,-0.9696043088479763f,-0.0036598380906566683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9978798732478732f,-0.02305979197860082f,0.06086053368737587f,0.046201175860942856f,-0.007995831679900076f,0.9714795864932114f,0.2369883535170571f,2.195612062833738f,-0.0645896682338225f,0.23599927758550995f,-0.9696043088479763f,-0.00872134474892551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755741757115257f,0.20794134857138996f,0.070819652915619f,0.025069228226563003f,0.21879723376484878f,0.891100672153716f,0.3975768637434095f,2.192814769913195f,0.01956522889278741f,0.4033608652825745f,-0.9148317955651003f,-0.03248348274709084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9920835874815239f,-0.10370502500217016f,0.070819652915619f,0.05374392565201249f,-0.06727671647502331f,0.9150991644823492f,0.3975768637434095f,2.202086917136345f,-0.10603772380680757f,0.38966496757215113f,-0.9148317955651003f,-0.026234111704246398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9960924323594957f,0.052767821227094544f,0.070819652915619f,0.10997674744475212f,0.0767046197986532f,0.914357172399002f,0.3975768637434095f,2.31080362983797f,-0.043775192720162934f,0.40145549980719775f,-0.9148317955651003f,-0.008793049126860637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9960924323594957f,0.06399891901767668f,0.06086053368737587f,0.0955769906657749f,0.0767046197986532f,0.9684796960178454f,0.2369883535170571f,2.092895698233955f,-0.043775192720162934f,0.24073058959291077f,-0.9696043088479763f,-0.06295743178526547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9845618849082233f,-0.16855127179675997f,0.04720554587822055f,-0.2270456897359378f,-0.16655338804939793f,0.9850727228680781f,0.04349367299432341f,2.1917489631594558f,-0.053831809511038275f,0.03495996906413404f,-0.9979378421764564f,-0.04259553049318037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.01245671418152261f,0.04720554587822055f,-0.11212356439772972f,-0.010403515035416463f,0.9989995331752517f,0.04349367299432341f,2.2030145928313787f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.03666836246415671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9661251184042786f,-0.2537201056807636f,0.04720554587822055f,-0.08975990865949603f,-0.2517743469460527f,0.9668081395133946f,0.04349367299432341f,2.1989316074730576f,-0.056673925293800886f,0.030135184485756784f,-0.9979378421764564f,-0.03578844338520346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972434138847796f,0.05724692045664513f,0.04720554587822055f,-0.11895720319836767f,0.05930851211066382f,0.9972917330453924f,0.04349367299432341f,2.2086199605777965f,-0.04458782181997095f,0.04617346962865627f,-0.9979378421764564f,-0.036747312890539216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9939210840061239f,-0.09946112409595335f,0.04720554587822055f,-0.1765036428442148f,-0.09743247283825249f,0.9942913122652164f,0.04349367299432341f,2.3140103647347745f,-0.051261993764528974f,0.03862992554333121f,-0.9979378421764564f,-0.066190725175221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9939210840061239f,-0.09946112409595335f,0.04720554587822055f,-0.15412488992262532f,-0.09743247283825249f,0.9942913122652164f,0.04349367299432341f,2.090294819475101f,-0.051261993764528974f,0.03862992554333121f,-0.9979378421764564f,-0.0748824584224705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,-0.02436505691908927f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,1.578248820821139f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.05974662341540336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9863605940254382f,-0.06136351399254515f,0.15273276565384233f,-0.0013537391718848346f,-0.06921521750526494f,0.9965114270296878f,-0.046628633530846314f,1.2045570356850062f,-0.14933864944977795f,-0.056564078262991396f,-0.9871668920860214f,-0.038535094066781586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9814210588987f,-0.035244088920570044f,0.1886015889283894f,0.0941141894375383f,-0.14621183111180527f,0.7738806180985549f,-0.6162230840972542f,0.8369384153765637f,-0.12423689304344f,-0.6323500953803659f,-0.7646558384524081f,0.36799619946200146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9814210588987f,0.07823845288575698f,0.17518975323972977f,0.12435194313860037f,-0.14621183111180527f,0.2862646153993874f,-0.9469290735916676f,0.9128386495890392f,-0.12423689304344f,-0.9549509487195058f,-0.2695067345107146f,0.03980479445174637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9636144520931748f,0.21135238181453225f,0.16363788808981428f,-0.1920221767463598f,0.15671708720402672f,0.9426613588703145f,-0.2946681473642133f,0.9265353923956386f,-0.21653392873971483f,-0.25830163219402325f,-0.9414846384888326f,0.30333661793271577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9636144520931748f,0.24293520263084237f,-0.11148845249568211f,-0.11858498329768805f,0.15671708720402672f,0.1755953031457213f,-0.9719084545837884f,0.9211859794448838f,-0.21653392873971483f,-0.9540171784804894f,-0.2072782691665247f,-0.027343593528589567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9688832320164326f,0.20323775072823025f,0.14127880023670011f,0.00043437005362294105f,0.06207665264429113f,0.7520606047306534f,-0.6561641075284779f,1.0969905681140586f,-0.2396075372643183f,-0.6269762862270737f,-0.7412752286398318f,-0.023050140846155056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9872966265825481f,-0.04255209601310987f,0.15308393208828727f,0.0017131050802872481f,-0.1399245378299133f,0.6893149006514663f,-0.7108207168146861f,1.059422850947403f,-0.07527612404876746f,-0.7232110942627678f,-0.6865123584346057f,-0.021706369539427058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,0.07053524757342529f,0.14759293970088655f,0.00043437005362294105f,-0.039259815759068575f,0.7737956154181475f,-0.6322175356838928f,1.0969905681140586f,-0.15880039000694526f,-0.6294959288267128f,-0.7606032551364976f,-0.023050140846155056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9833620388214749f,0.08268633371707652f,0.1617469345035643f,-0.0008846122577566581f,0.04627496301968139f,0.9750479924989676f,-0.21711757211534083f,1.1218573227217132f,-0.1756636798043329f,-0.2060203449666109f,-0.9626514888875618f,-0.021003853747464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9821895309853118f,-0.08923943178372866f,0.16534826590493862f,-0.0008846122577566581f,-0.12449580363416712f,0.968206056572512f,-0.21697425398832038f,1.1218573227217132f,-0.14072853335530766f,-0.23369500600402762f,-0.9620717873778659f,-0.021003853747464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,-0.0067265093452176464f,0.16344311264725297f,-0.0008846122577566581f,-0.039259815759068575f,0.9796874036647287f,-0.19665009017853685f,1.1218573227217132f,-0.15880039000694526f,-0.20041792627579846f,-0.9667549280768889f,-0.021003853747464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9744697870730905f,0.16605646082731118f,0.15110885446999228f,-0.19266263352711496f,0.10056599744147413f,0.924570586289242f,-0.36749926683922574f,1.130201263256583f,-0.20073642977877001f,-0.3429205196343239f,-0.9176657359700199f,-0.05175216040029289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9794095300948751f,-0.09719090053834509f,0.17694886609379962f,0.1915303076432691f,-0.16348295485951747f,0.8960775023995937f,-0.41269653883175084f,1.143011378412105f,-0.11844954972365618f,-0.433127046657042f,-0.8935159011592415f,-0.0015049237177860476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,0.02430119333210849f,0.16176634075860594f,-0.009966184873828197f,-0.039259815759068575f,0.9248269458312257f,-0.37835669299095387f,0.991827670557839f,-0.15880039000694526f,-0.3796110802744336f,-0.9114153081150873f,0.018364327052019486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,0.010109854374361883f,0.16326875954794023f,5.7733349102660965e-18f,-0.039259815759068575f,0.9542836586906233f,-0.29631295216814585f,1.2053571428571428f,-0.15880039000694526f,-0.2987314673759146f,-0.9410323833604638f,-0.04714285714285717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.20180348116190666f,-0.20868844827832178f,-0.9569349437376201f,0.04295827012771658f,-0.0017124891114860849f,0.9771101473169358f,-0.21272711954830578f,1.4578515364836824f,0.9794245363334426f,-0.04129033259084198f,-0.1975416059025507f,0.36318418227179683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20180348116190666f,-0.20868844827832178f,-0.9569349437376201f,0.024039193768787825f,-0.0017124891114860849f,0.9771101473169358f,-0.21272711954830578f,1.4576909906294806f,0.9794245363334426f,-0.04129033259084198f,-0.1975416059025507f,0.455005232553057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20180348116190666f,-0.20868844827832178f,-0.9569349437376201f,0.17703897350889525f,-0.0017124891114860849f,0.9771101473169358f,-0.21272711954830578f,1.4896803314888274f,0.9794245363334426f,-0.04129033259084198f,-0.1975416059025507f,0.43872594829780953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8280650100074872f,-0.5403487823742259f,-0.14943738684810887f,0.566494608449418f,-0.5036249904228425f,0.834061056916539f,-0.225175536763783f,2.1956314174766143f,0.24631323192815224f,-0.11119958058354988f,-0.9627899277906634f,-0.5108863376225077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.42415212419689496f,-0.5403487823742259f,-0.7267173927504096f,0.6311294368086919f,-0.15585344565805273f,0.834061056916539f,-0.5291992600257283f,2.2296712611733813f,0.8920788524652818f,-0.11119958058354988f,-0.4379839885912137f,-0.5696459368729012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6894381691655889f,-0.5403487823742259f,-0.48238802253403046f,0.6711702260091595f,-0.3630916660988514f,0.834061056916539f,-0.41533913293214514f,2.2749522092648196f,0.6267690586708641f,-0.11119958058354988f,-0.771229667719598f,-0.42458168708976474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001541452857411344f,-6.056384771496979e-7f,0.000002483170528343978f,-0.12281883367298874f,-6.134346212354465e-7f,0.000015612953691261297f,0f,1.3710682107098011f,-0.0000024812560938585197f,-9.748881744113355e-8f,-0.000015426421786245956f,0.6294370741282664f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155.mcfunction new file mode 100644 index 000000000..55fffcb82 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155_as_bone.mcfunction new file mode 100644 index 000000000..362c45b68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_155_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7741181354489353f,-0.17864042572179792f,-0.18913792615824807f,0.07081380318143272f,-0.17114652338753844f,0.796829091825947f,-0.052122072067786726f,1.3018383759964618f,0.1959449523357691f,-0.009769399276086102f,-0.7927512717973789f,-0.37388179839838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7675637214969306f,0.12852240208279853f,-0.18527796848154915f,0.07081380318143272f,0.143818307118465f,0.7853084354496437f,-0.05105835631130129f,1.3018383759964618f,0.17367276119000727f,-0.08229613219647926f,-0.776572674413759f,-0.37388179839838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7090984267888202f,0.08289067243437452f,0.3965513863214223f,0.007891433323265917f,0.0848364045430544f,0.8120478944863836f,-0.018040121088357654f,1.2981768491778551f,-0.3961396850029947f,0.02553033348886408f,-0.7136988135636206f,-0.382374642486865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6728252180418425f,-0.19080413794287177f,0.38845850088629125f,0.007891433323265917f,-0.22763623615123402f,0.766726447949294f,-0.01767195535186056f,1.2981768491778551f,-0.36808690544197137f,-0.12539671031943428f,-0.699133531654159f,-0.382374642486865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7679094345676223f,-0.6218076056902744f,1.2104035078467685f,-0.7828224647752929f,1.3146798816977041f,-0.019684959890963017f,-0.8441774464017628f,1.1417533580723296f,0.3511953287863389f,1.4333087782678993f,0.5135114771636906f,-0.13447439033685926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.863806592486078f,-0.4625934258700478f,0.1996133590704867f,-0.5865109393011154f,-0.500846449543804f,0.7454237016440279f,-0.43988218764423825f,1.2679927863531681f,0.05469007914563867f,-0.4799487757762568f,-0.8755901826048048f,-0.16441593225829748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7486654259198852f,-0.4625934258700478f,0.4748761968913679f,-0.3127267135633383f,-0.6184129775620337f,0.7454237016440279f,-0.24881497987495566f,1.4911704642762964f,-0.23888379856125896f,-0.4799487757762568f,-0.8441467309750217f,-0.08687564359234787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.16064178308950708f,0.9204555128426848f,0.35630866731435795f,0.48202272134748386f,0.5187762079035144f,0.22837105852116807f,-0.8238433745216205f,1.363064433635114f,-0.8396817633121927f,0.3171881279421272f,-0.44082448644953376f,0.20758636320562462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5547673408098164f,0.7344879191629243f,0.39084612595562795f,0.27707099109869376f,0.5081486057247148f,0.6710815358537975f,-0.539846799320082f,1.5234848068256759f,-0.6588005707881812f,-0.10088145934623385f,-0.7455231311564654f,-0.0008595280670442886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9568942439422922f,-0.21989886863646155f,0.18973110836790325f,-0.16736570376371668f,-0.2904086693572391f,0.7334817708908549f,-0.614546415279573f,1.2046119828544133f,-0.004026247914203238f,-0.6431554861331897f,-0.7657250224359352f,0.20281866308162794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.979537567960934f,-0.13978677190770256f,0.14479575737155545f,-0.1926707500128387f,-0.17807942373899907f,0.9371931513949515f,-0.29992785102285086f,1.3784611496720738f,-0.09377564605996824f,-0.31957574278725115f,-0.9429090480147128f,0.13700502975892642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9452004905143402f,-0.23816531507168798f,0.22332334277512128f,0.15527531675580925f,-0.322384060468194f,0.788968829758191f,-0.5230647218328057f,1.2140072343095407f,-0.051619282128779864f,-0.5663969176882887f,-0.8225144262234645f,0.19888653047269997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9678770327638121f,-0.21130421716605063f,0.13625188900034058f,0.11650735034342687f,-0.21925550527779147f,0.9745782243192461f,-0.04609021683747383f,1.3964525875141651f,-0.1230490668542391f,-0.0744836390799181f,-0.9896014928524073f,0.1787358388148878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,0.266314564669609f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,2.076077311638346f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,0.005439938092521357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,0.308966656423236f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,1.9556408028097647f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.09200829898862456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,-0.3206818464396125f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,2.070222501948733f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.018164818809259915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,-0.3529654667424818f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,1.9490385706065843f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.11862642911190982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9891921009196132f,0.13729535900617698f,0.05146816368986505f,0.16632254065295718f,0.14501568207589305f,0.9679494296373583f,0.20504719850994224f,2.175430997155637f,-0.02166655095545378f,0.21029475994441027f,-0.9773979100190552f,0.0012953016968656195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984912307257485f,-0.019138711821157117f,0.05146816368986505f,0.05111844816854575f,-0.008190352821505903f,0.978717816586519f,0.20504719850994224f,2.1843505053149532f,-0.05429714803227973f,0.2043162871773641f,-0.9773979100190552f,-0.0028999425199915385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747064900822489f,0.2151283159935161f,0.06055630313466081f,0.029584011764060586f,0.22276060814614856f,0.9133304683492203f,0.34088878984699894f,2.1804203459652074f,0.018026914597375307f,0.3457560747735133f,-0.9381512495900174f,-0.02280265996132347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9934792644811605f,-0.09660168319773463f,0.06055630313466081f,0.05835665436850593f,-0.07037670824907323f,0.9374657070488888f,0.34088878984699894f,2.189962402013228f,-0.08969988841686063f,0.3344041909287189f,-0.9381512495900174f,-0.017478204220753937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9963597187840988f,0.060002041091404654f,0.06055630313466081f,0.11507293596444124f,0.0771416921886794f,0.9369332912662005f,0.34088878984699894f,2.299355704712798f,-0.03628319322687273f,0.344319274485106f,-0.9381512495900174f,-0.007378042951706867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9963597187840988f,0.06795836159638341f,0.05146816368986505f,0.099782304605255f,0.0771416921886794f,0.9757073360949434f,0.20504719850994224f,2.079821554091436f,-0.03628319322687273f,0.2082711102857135f,-0.9773979100190552f,-0.054239042765992326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9850128572385748f,-0.16784736651450538f,0.03971061103589492f,-0.22263416454056187f,-0.16612243604381965f,0.9851509361308198f,0.04337014276476016f,2.178819925091212f,-0.046400509884761944f,0.03612332480148984f,-0.9982695518184053f,-0.03145940529783538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991428274199514f,-0.011690927526109951f,0.03971061103589492f,-0.10766569995903821f,-0.009965633514234656f,0.999009367756491f,0.04337014276476016f,2.190035216481717f,-0.04017830962005325f,0.04293722567137937f,-0.9982695518184053f,-0.026398771365904614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9666357240364596f,-0.2530581837990332f,0.03971061103589492f,-0.08529786264220832f,-0.2513518515779706f,0.9669236150931932f,0.04337014276476016f,2.185942407908206f,-0.049372297139542234f,0.03194179374181375f,-0.9982695518184053f,-0.02568680454896006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997524483588119f,0.058034231393310654f,0.03971061103589492f,-0.11449725827836488f,0.05974601300017589f,0.9972709985992507f,0.04337014276476016f,2.195643604972863f,-0.03708528782198242f,0.04563532994775588f,-0.9982695518184053f,-0.026426868732588267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9943218558402044f,-0.0987274752520667f,0.03971061103589492f,-0.17221708418144785f,-0.09699711472869134f,0.994339273312119f,0.04337014276476016f,2.3010564822081037f,-0.0437676448166985f,0.03927206614731579f,-0.9982695518184053f,-0.0554474052878596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9943218558402044f,-0.0987274752520667f,0.03971061103589492f,-0.15000340224973288f,-0.09699711472869134f,0.994339273312119f,0.04337014276476016f,2.077330145712877f,-0.0437676448166985f,0.03927206614731579f,-0.9982695518184053f,-0.06428362017100564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,-0.020359905059979304f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,1.5652282319655562f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.05007073613075575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.98936992114005f,-0.05081910946848795f,0.13625188900034058f,-0.001302739009296321f,-0.057572601094692526f,0.9972768359463012f,-0.04609021683747383f,1.1912494184856932f,-0.13353858897907644f,-0.05344464985163422f,-0.9896014928524073f,-0.03002899243639292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9842927101777273f,-0.040020585817852394f,0.1719482869986797f,0.09627244798033109f,-0.14208779757995812f,0.7576367728230791f,-0.6370224315085826f,0.8442037820995261f,-0.10478033436605008f,-0.6514482889508775f,-0.7514227893490538f,0.37834855195345807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9842927101777273f,0.06975428220459665f,0.16217953263314672f,0.12339761888858247f,-0.14208779757995812f,0.2322158712422978f,-0.9622301423890531f,0.899298695083926f,-0.10478033436605008f,-0.9701598472712123f,-0.2186571569211414f,0.04882657590680724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9668376187293298f,0.21220095431725694f,0.14211183622993695f,-0.18956415698471715f,0.1573116290302179f,0.9331752479459645f,-0.3231671517850272f,0.9090510846595282f,-0.2011916260227003f,-0.29009431502156857f,-0.9356106123866428f,0.3199004070861677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9668376187293298f,0.22767790341373997f,-0.11570562348875994f,-0.1207225282983912f,0.1573116290302179f,0.17400719863606134f,-0.9720980126482563f,0.9067782176058976f,-0.2011916260227003f,-0.9580627678393279f,-0.20405308745125106f,-0.012699045933620264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9724184316842499f,0.19686904145059955f,0.12507987143847657f,-0.00009681206603502179f,0.06840492237896659f,0.7533960634560816f,-0.6539993411030377f,1.0839451544875018f,-0.22298690615161976f,-0.6274049347010285f,-0.7460830299623002f,-0.01367923912044169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.989372646232592f,-0.049593143727403165f,0.1366831627595415f,0.0009486928022905841f,-0.13328325544399472f,0.6850428763776389f,-0.7162065563386736f,1.0463901457530504f,-0.05811489228217702f,-0.7268127527908985f,-0.6843726190282213f,-0.012308048169399947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,0.06494564140720263f,0.13019044041194697f,-0.00009681206603502179f,-0.03271908282177614f,0.7725965738851063f,-0.6340536220543947f,1.0839451544875018f,-0.14176370738574604f,-0.6315667800662116f,-0.762250912485545f,-0.01367923912044169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.985702754848689f,0.08752097625575717f,0.14397971315065394f,-0.001167589591081754f,0.05249059897077043f,0.9714929026631212f,-0.23118450876923619f,1.108850552425518f,-0.1601087633560236f,-0.22032162578925943f,-0.962197258937159f,-0.011954521970881898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9854869166338054f,-0.08490950766002653f,0.14698949844300793f,-0.001167589591081754f,-0.11767975263772662f,0.9657904593744446f,-0.23108497225138286f,1.108850552425518f,-0.12233974400299608f,-0.2450289046015404f,-0.9617659917812911f,-0.011954521970881898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,-0.0012382328925157372f,0.14548523599236302f,-0.001167589591081754f,-0.03271908282177614f,0.9762429086353545f,-0.2141944092605702f,1.108850552425518f,-0.14176370738574604f,-0.21667544881339643f,-0.965895854194313f,-0.011954521970881898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.977206399126922f,0.1640211476573841f,0.13477654330984115f,-0.19336210236226603f,0.10391902874517148f,0.9231876273092654f,-0.37003437711616577f,1.1178826545065554f,-0.18511750044243552f,-0.3475941137364716f,-0.9191897753596379f,-0.03943706094217923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9826372649401315f,-0.09773187018015218f,0.15771013633266456f,0.19172257861767963f,-0.15642224227395193f,0.8935146994846129f,-0.42090802312014786f,1.128571655163019f,-0.09978019679759534f,-0.43826928178462576f,-0.8932882787605697f,0.004036839613273956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,0.02591999099924988f,0.1431629881605175f,-0.01071089566928175f,-0.03271908282177614f,0.9191578281597242f,-0.39252815001220054f,0.9794718132316371f,-0.14176370738574604f,-0.3930356739525022f,-0.908529586897945f,0.02939890855428169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,0.0133438810409344f,0.1448772858360311f,4.81111242522175e-18f,-0.03271908282177614f,0.9498712375859185f,-0.31092457867833034f,1.1919642857142858f,-0.14176370738574604f,-0.3123564835980852f,-0.9393276736168734f,-0.03928571428571433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07682874362554568f,-0.21962869113059402f,-0.9725536397470231f,0.026900083178227507f,0.002139930402084847f,0.975398164366984f,-0.22044010898063088f,1.414549385909954f,0.9970420075657768f,-0.019017333719013194f,-0.07446862538965851f,0.3599290269788624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07682874362554568f,-0.21962869113059402f,-0.9725536397470231f,0.019697388463332577f,0.002139930402084847f,0.975398164366984f,-0.22044010898063088f,1.4147500043851495f,0.9970420075657768f,-0.019017333719013194f,-0.07446862538965851f,0.45340171518815403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07682874362554568f,-0.21962869113059402f,-0.9725536397470231f,0.16918178178283352f,0.002139930402084847f,0.975398164366984f,-0.22044010898063088f,1.4477157114946464f,0.9970420075657768f,-0.019017333719013194f,-0.07446862538965851f,0.417835664891957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8001433748989584f,-0.5559313984572799f,-0.2251907187577633f,0.5641297972686403f,-0.5120628817411281f,0.8286294046883089f,-0.22619662868590704f,2.1725870561942484f,0.31234945933725605f,-0.06567792547905205f,-0.9476941623522284f,-0.4845684038043534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.32520577216611457f,-0.5559313984572799f,-0.7649715589217512f,0.6226348687549457f,-0.14410493607592106f,0.8286294046883089f,-0.5409316750611425f,2.206700153616963f,0.9345988300593981f,-0.06567792547905205f,-0.34958752402849314f,-0.549395216888221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6240540958539227f,-0.5559313984572799f,-0.549087211340126f,0.6757454147128119f,-0.3638730391756203f,0.8286294046883089f,-0.4254053608583186f,2.2534544090343536f,0.691486006227921f,-0.06567792547905205f,-0.7193980214705401f,-0.4090721071257062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015458744498395953f,-5.060668961176716e-7f,0.000002216244532980676f,-0.1100358849786685f,-5.112356690902522e-7f,0.000015616634179318215f,0f,1.357761691667062f,-0.000002215057927902282f,-7.251348842790332e-8f,-0.00001546702573767928f,0.63946928680731f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156.mcfunction new file mode 100644 index 000000000..2b1544d55 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156_as_bone.mcfunction new file mode 100644 index 000000000..299d5c36c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_156_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7752167643705422f,-0.17042040523452345f,-0.1921985904293062f,0.06310123643253543f,-0.16372185314021456f,0.7986579160404698f,-0.047803058423833984f,1.2883135844392994f,0.19793576606476518f,-0.006845660672225448f,-0.792287204166999f,-0.3689681797981921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7654765395739749f,0.13637357181827517f,-0.18827617021646323f,0.06310123643253543f,0.15122339603740773f,0.7841802541917827f,-0.04682748580293942f,1.2883135844392994f,0.1765705294004814f,-0.08039637955304263f,-0.7761180775513461f,-0.3689681797981921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7257029469960342f,0.09423223575656565f,0.36251891386524165f,0.0014747426381235273f,0.09424381062047715f,0.8109087695035094f,-0.022125011784864743f,1.2854608747815044f,-0.3625159049275593f,0.022174258298030936f,-0.7314608433729927f,-0.3757257010896386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6921043737125075f,-0.1867643370275598f,0.3551205686843184f,0.0014747426381235273f,-0.21869527204939668f,0.7692220994014186f,-0.021673480932112403f,1.2854608747815044f,-0.33639844510826467f,-0.11582937540680385f,-0.7165330710592581f,-0.3757257010896386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6837859084998578f,-0.4243807633593953f,1.3393073019391484f,-0.7517355615188774f,1.3840283700415306f,-0.052534472671223416f,-0.723264716477544f,1.094676278631046f,0.24147163861871931f,1.502846414931231f,0.35291691780238793f,-0.1028102486425127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.809430324892516f,-0.563489277652177f,0.16523432789654607f,-0.5686389119975643f,-0.5795738967256187f,0.7213680910224721f,-0.37910707654813924f,1.2417664374543391f,0.09442800103082696f,-0.4026262674312521f,-0.9104808846953901f,-0.14239363698356505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7041022348323405f,-0.563489277652177f,0.43211095435678437f,-0.3106407981863449f,-0.6742835706099678f,0.7213680910224721f,-0.15801817509409263f,1.487002530421735f,-0.22266950691456666f,-0.4026262674312521f,-0.8878684471614035f,-0.07028999200330198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2895035019938538f,0.8992828160191916f,0.3278385870300922f,0.4599224260626212f,0.5232729118210242f,0.13809934232338567f,-0.84090072624787f,1.3398483540831128f,-0.8014818663498515f,0.41499275712045985f,-0.43059009446330465f,0.22218182257033586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.47106493416902884f,0.7774230123449961f,0.41678686120457353f,0.2815721824143564f,0.5423407175469763f,0.6278935902028707f,-0.5582259269084343f,1.5127951431210054f,-0.6956754802973577f,-0.03692017414072625f,-0.7174068070867875f,-0.00024138039551314244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.972232569869f,-0.17572792798793851f,0.15454295652337613f,-0.16588458438797565f,-0.23392316019252765f,0.7484505363629479f,-0.6205656691628672f,1.1920090286507217f,-0.006617039478597375f,-0.6394853320781344f,-0.7687748206370035f,0.21512740018511584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9867216605485616f,-0.11182154849341527f,0.11779773298677701f,-0.18611488889932365f,-0.1426891845824285f,0.9432678779185408f,-0.2998091177570401f,1.3669979487744666f,-0.07758969781801511f,-0.3126366129863677f,-0.9466985724151702f,0.1505911691725771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9646102901265446f,-0.19179332730649293f,0.1809483566730789f,0.15536435936187043f,-0.25976851893386627f,0.808982042058706f,-0.5273218867043468f,1.1972658134634626f,-0.045247151875990294f,-0.5556648047404394f,-0.8301742708732189f,0.20284560343919317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9791870298067031f,-0.16993647590746647f,0.11097006269475351f,0.12419483302106266f,-0.17582516597392855f,0.983366528165875f,-0.04556075387034625f,1.3813622827828744f,-0.10138181133007512f,-0.06412382894950086f,-0.9927788590075276f,0.18461751764236473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,0.27082027642336093f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,2.0630061631785135f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,0.012437781635146708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,0.31256376008855896f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,1.9425589609837302f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.08538995244339706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.31636910788888206f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,2.057194619381501f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.005758451758177005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.3495859711571618f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,1.9360055179785882f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.10590910924863443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892443410933397f,0.1406493823373788f,0.04016696233122077f,0.1710220238551171f,0.14552134348796786f,0.974123812343445f,0.17293448706064948f,2.1640446548110663f,-0.014804465686432514f,0.17691961302689674f,-0.9841139559635116f,0.005891095406862598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990675125817979f,-0.015834154246475537f,0.04016696233122077f,0.05578485362973699f,-0.008656803196091037f,0.9848952852681826f,0.17293448706064948f,2.1729726875947675f,-0.04229852316621744f,0.17242551033940604f,-0.9841139559635116f,0.0027565373742319613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9740045770782809f,0.22138875898226879f,0.04798021703629598f,0.03390346225350639f,0.22581821420890702f,0.9321641401772006f,0.28297729573094893f,2.1682412165959004f,0.017922554562878956f,0.28645598817967066f,-0.9579257533201355f,-0.013191478225342904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947462888207045f,-0.09043074505158823f,0.04798021703629598f,0.062762815419097f,-0.07328867674014984f,0.9563224456021501f,0.28297729573094893f,2.178019700499686f,-0.07147440618230581f,0.2779742081325851f,-0.9579257533201355f,-0.008857356352677773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9966457965438279f,0.06629521102363675f,0.04798021703629598f,0.11978826667728318f,0.07721541866984556f,0.9560134043100232f,0.28297729573094893f,2.2876865852458663f,-0.02710969109302174f,0.2857329448539176f,-0.9579257533201355f,-0.006227369638216532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9966457965438279f,0.0713005706050161f,0.04016696233122077f,0.10374563829115459f,0.07721541866984556f,0.9819019514720964f,0.17293448706064948f,2.066758646164645f,-0.02710969109302174f,0.17545593841956045f,-0.9841139559635116f,-0.04570495578261757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9854111151092808f,-0.16743256259638983f,0.030516736416094536f,-0.2184397877929432f,-0.1660503495606696f,0.9851665662772111f,0.04329108569150589f,2.1657835026168075f,-0.037312405843939286f,0.037592202276214966f,-0.998596320190577f,-0.019963977870303115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.10342873245639059f,-0.009891989441723661f,0.9990135286594152f,0.04329108569150589f,2.1769903532449506f,-0.03097231215884888f,0.04296632613307215f,-0.998596320190577f,-0.015963443609617205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9670686189593082f,-0.2526796687955853f,0.030516736416094536f,-0.08105559727003306f,-0.25128140166267043f,0.9669454685131396f,0.04329108569150589f,2.1728958817481194f,-0.0404467971856835f,0.0341971621521272f,-0.998596320190577f,-0.015457232097885912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997819223556674f,0.058527992441794116f,0.030516736416094536f,-0.11025983313780854f,0.05981976792934318f,0.997270012215614f,0.04329108569150589f,2.1825992640158547f,-0.02789968576230972f,0.04502218160199557f,-0.998596320190577f,-0.015929042383417993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9946902083161308f,-0.09828590071074642f,0.030516736416094536f,-0.16823651248035607f,-0.09692411354069486f,0.99434983688539f,0.04329108569150589f,2.2880143621034263f,-0.03459921522755378f,0.04010341141943048f,-0.998596320190577f,-0.04442476625295795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9946902083161308f,-0.09828590071074642f,0.030516736416094536f,-0.14612218482043815f,-0.09692411354069486f,0.99434983688539f,0.04329108569150589f,2.064285648804214f,-0.03459921522755378f,0.04010341141943048f,-0.998596320190577f,-0.053448033822329793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.016392220023898663f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,1.5521748676186196f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.040390601939717635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9929911101452361f,-0.04067309132650067f,0.11097006269475351f,-0.0011398107764609116f,-0.04596586882690486f,0.9979034806080966f,-0.04556075387034625f,1.1779610623905832f,-0.10888431510332039f,-0.05034225891030941f,-0.9927788590075276f,-0.021512254848351606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9875018589860607f,-0.0517174437032188f,0.14888043698175615f,0.10264825213795029f,-0.13790759468676278f,0.7408411640146496f,-0.657370416910535f,0.851419478611275f,-0.07629923870384184f,-0.6696862517016632f,-0.7387142549423227f,0.3865528852707786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9875018589860607f,0.05116630302799827f,0.1490707480813098f,0.12332385871800745f,-0.13790759468676278f,0.17737272718370034f,-0.9744333794462955f,0.8858133600047183f,-0.07629923870384184f,-0.9828127619673361f,-0.16809967604772624f,0.05679366596790533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9714775208017927f,0.20893560831632516f,0.11214873229015664f,-0.18352269310764066f,0.15791084168634506f,0.9228271863321041f,-0.3513604278291478f,0.8916709202107974f,-0.17690560379680498f,-0.32362925662532266f,-0.9294990648738863f,0.3382265730960704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9714775208017927f,0.20352794529388052f,-0.12168731265523634f,-0.12238186122644014f,0.15791084168634506f,0.17241977632206967f,-0.972283696670348f,0.8924714256888533f,-0.17690560379680498f,-0.9637675011212501f,-0.199641205986613f,0.00318611078277848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9774455969556867f,0.1849060980771515f,0.10202862287526956f,-0.0003262746793128886f,0.0747297045313166f,0.7546929246577933f,-0.6518083006008195f,1.0709294330217365f,-0.1975236093549408f,-0.6294825846402339f,-0.7514892543357141f,-0.004284517615374595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914336443005026f,-0.0634046097935067f,0.11418924820646459f,0.0005002663154584763f,-0.12663570630389404f,0.6807002489446679f,-0.7215334843065712f,1.0333889449161995f,-0.03198010065553747f,-0.7298130079298396f,-0.682898416031595f,-0.00288490087069458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.053583296604690994f,0.10587862745715916f,-0.0003262746793128886f,-0.02617694830787318f,0.771360166914747f,-0.6358602521580827f,1.0709294330217365f,-0.11574204423857874f,-0.634139040922594f,-0.7645073289205588f,-0.004284517615374595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9890217531153287f,0.0897212949868481f,0.1174140583174131f,-0.0011471693524150671f,0.05867661405778654f,0.9676943174504367f,-0.24520351330445342f,1.0958669036965762f,-0.13562089377155523f,-0.235622149213559f,-0.9623352721232804f,-0.0028821956918547303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9892900398415578f,-0.08334168868620793f,0.11983063046325086f,-0.0011471693524150671f,-0.11083128829083644f,0.9631318194825218f,-0.24513980467496663f,1.0958669036965762f,-0.09498232786198961f,-0.25579535028459466f,-0.9620535827939622f,-0.0028821956918547303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.001539122482186371f,0.11865531816662502f,-0.0011471693524150671f,-0.02617694830787318f,0.972442532211554f,-0.23166848927566286f,1.0958669036965762f,-0.11574204423857874f,-0.23313762598080517f,-0.9655312664784653f,-0.0028821956918547303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9811811721820652f,0.1586564603616778f,0.11005287338789298f,-0.1939140800284325f,0.10726328122185806f,0.921784439750646f,-0.3725695037642084f,1.1055884257634054f,-0.16055558494474378f,-0.3537535501151773f,-0.9214555496191664f,-0.025342487478215752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.986150885169835f,-0.10250497775367197f,0.1303808314687017f,0.19224820878973692f,-0.14932564901523743f,0.8908468862063158f,-0.42906138941029115f,1.1141511355591125f,-0.07216842955842186f,-0.4425884712373681f,-0.8938160677135092f,0.007852606947274713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.023339663928544495f,0.11634738293120643f,-0.010686678189153935f,-0.02617694830787318f,0.9132324084305737f,-0.40659726458669243f,0.9671750094287754f,-0.11574204423857874f,-0.40676999432086486f,-0.9061688313530092f,0.040562403321359256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.013110506884743682f,0.11793883175809092f,3.8488899401774026e-18f,-0.02617694830787318f,0.9451945699983123f,-0.32545659038187025f,1.1785714285714286f,-0.11574204423857874f,-0.3262442941339061f,-0.9381729263523566f,-0.031428571428571486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.05839849844238393f,-0.22777901678590093f,-0.971960047991543f,0.01357406590183366f,0.004545579370544071f,0.9736722569942882f,-0.22790716019430973f,1.3715718813823208f,0.9982830025037291f,0.008891314396472203f,0.0578963853832181f,0.3577508500076058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.05839849844238393f,-0.22777901678590093f,-0.971960047991543f,0.019048925130807165f,0.004545579370544071f,0.9736722569942882f,-0.22790716019430973f,1.3719980294483092f,0.9982830025037291f,0.008891314396472203f,0.0578963853832181f,0.4513398814923304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.05839849844238393f,-0.22777901678590093f,-0.971960047991543f,0.1621055027150519f,0.004545579370544071f,0.9736722569942882f,-0.22790716019430973f,1.4059710294444614f,0.9982830025037291f,0.008891314396472203f,0.0578963853832181f,0.3958609079424854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7660734295408029f,-0.5649155301245408f,-0.3065973652458567f,0.5586534533919639f,-0.515320502012788f,0.8249068129649748f,-0.23232203969760604f,2.1498317756627436f,0.3841565836438057f,-0.019979833534766504f,-0.9230517458382508f,-0.46353308933914505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21617495556298655f,-0.5649155301245408f,-0.7963283445987901f,0.6101017998040054f,-0.12458698918042627f,0.8249068129649748f,-0.5513681456621559f,2.1833489417663965f,0.9683731051171842f,-0.019979833534766504f,-0.24870531867578932f,-0.5343760828377735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5487823617284419f,-0.5649155301245408f,-0.616204806277801f,0.6768083475396548f,-0.3575164384389676f,0.8249068129649748f,-0.4378478573316122f,2.232267537314312f,0.7556585973187027f,-0.019979833534766504f,-0.6546608973737882f,-0.400755451482391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001551459861418805f,-4.0626406248854494e-7f,0.00000180908937097221f,-0.09108577022477118f,-4.090148173105185e-7f,0.000015619645702743085f,0f,1.3444480704152686f,-0.000001808469441227793f,-4.7356438948262356e-8f,-0.000015519916902091824f,0.650108917977309f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157.mcfunction new file mode 100644 index 000000000..700b44044 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157_as_bone.mcfunction new file mode 100644 index 000000000..757129632 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_157_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7750855892838032f,-0.16214610542127078f,-0.19973836443141735f,0.053377099651613594f,-0.15613813298773455f,0.8004006676635192f,-0.04386455374606713f,1.2748082322232592f,0.2044692083325214f,-0.0034432753231791596f,-0.7906484244867403f,-0.36420480834660807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7622560065805706f,0.14381284467792452f,-0.1956620712797558f,0.053377099651613594f,0.1587401627332817f,0.7829145514947107f,-0.042969358771657605f,1.2748082322232592f,0.18375892132697202f,-0.07976635107286367f,-0.774512742354358f,-0.36420480834660807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7424759916399246f,0.10544094618217495f,0.323351284443038f,-0.007014267712059652f,0.10374134550486512f,0.8096396349991967f,-0.025803858541935485f,1.2727231019186107f,-0.3239005704156677f,0.017615696154841477f,-0.7494815222390938f,-0.3689575797352438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7114862451467414f,-0.18290794664140853f,0.3167522786380781f,-0.007014267712059652f,-0.20962400200475204f,0.7716338759134445f,-0.025277249183936805f,1.2727231019186107f,-0.2997417234061729f,-0.10547911925219498f,-0.7341859809689083f,-0.3689575797352438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5678939037191394f,-0.2126636660383369f,1.4400267113028746f,-0.7156700190401498f,1.4496012385115749f,-0.05808906101666456f,-0.5802483608730943f,1.0497889335257637f,0.13251042760608478f,1.546869767025439f,0.1761850176329295f,-0.06910137273017747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7440200928328808f,-0.6584418435115117f,0.11352726621439188f,-0.5490991854313249f,-0.6544458372568626f,0.6839102961674577f,-0.32243968876877566f,1.2169447333940566f,0.134665316834424f,-0.31419905395991f,-0.9397575256057178f,-0.11823808034602784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6563428295444427f,-0.6584418435115117f,0.36833195465334884f,-0.3083262573916243f,-0.7260791336508667f,0.6839102961674577f,-0.0712446382049031f,1.4828032007726504f,-0.20499556527496327f,-0.31419905395991f,-0.9269605022374445f,-0.05205979767669642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.40477513351702077f,0.8647218549232595f,0.29734358056691856f,0.43902245775920123f,0.5059040179601504f,0.05910044408633208f,-0.8605627589668138f,1.3222322032082845f,-0.7617205628693859f,0.49876171778402945f,-0.4135438706776704f,0.23403246533242308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3917870604817401f,0.8112757160812427f,0.4339753584432462f,0.28610019388017066f,0.5592858358023286f,0.5845318372664439f,-0.5878110964355865f,1.5021007232034986f,-0.7305492817804751f,0.01241948947349895f,-0.6827470272152412f,-0.0014573736190116367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9843237884801584f,-0.13435917302737133f,0.11425538086002457f,-0.16285506815422832f,-0.17635203538674607f,0.759241045752046f,-0.6264606883598458f,1.1796558469251912f,-0.0025766348247766857f,-0.6367893270688043f,-0.7710335361605477f,0.22843908825751758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9927074766884896f,-0.08522073803501974f,0.08526014036780884f,-0.1783010806584957f,-0.10713019461326972f,0.9479600931499056f,-0.2998245873795969f,1.3555244607196761f,-0.05527193798750757f,-0.3067720450171253f,-0.9501767863230061f,0.16498072490228782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9801042802205868f,-0.1469998096901071f,0.13336662192751775f,0.15659529922146442f,-0.19589962647589526f,0.8244939386951979f,-0.5308795356778071f,1.1808910689705598f,-0.03192078069048241f,-0.5464437766192891f,-0.836887246141413f,0.20603604565207062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9885184876833036f,-0.12823234129175595f,0.07992287629426686f,0.13305125320609934f,-0.1320940911529041f,0.99021317461789f,-0.045044643362429804f,1.366274510190399f,-0.07336450497892237f,-0.05508480244128007f,-0.995782764436703f,0.18948400291660122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,0.27538069818543665f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,2.0498826013579605f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,0.019168056469891205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,0.3161533541917524f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,1.929428782193907f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.07906014961667088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,-0.3119588243513456f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,2.044149376104154f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,0.006691462605627689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,-0.34616568186036367f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,1.92296365584387f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.0931295001444574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892550397411894f,0.14345571697453818f,0.02819438976070858f,0.1757174489415358f,0.1460114459423139f,0.9792263935427475f,0.14069942374828254f,2.1525025333328376f,-0.007424553891803024f,0.14330431764809184f,-0.9896508215238957f,0.010221349802945888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995170869692271f,-0.013064043882797957f,0.02819438976070858f,0.06045640994736857f,-0.008970954276473611f,0.9900117141409343f,0.14069942374828254f,2.1614459408326754f,-0.02975087958228867f,0.1403785475817358f,-0.9896508215238957f,0.008209142736835338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734043895534747f,0.22649780458249286f,0.03438951755023861f,0.03831823331334812f,0.22837198968102035f,0.947438036116605f,0.22407008289515729f,2.156256108259516f,0.018169444877574683f,0.2259644048048753f,-0.9739660974767133f,-0.003739141656469984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957542584797443f,-0.08538628579646906f,0.03438951755023861f,0.06724764283048669f,-0.07557978535183217f,0.9716379438852356f,0.22407008289515729f,2.166224419210417f,-0.052546672260243496f,0.220519586885962f,-0.9739660974767133f,-0.00042437669107238396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9968522291387434f,0.07143524580891386f,0.03438951755023861f,0.12442057511318948f,0.07734838918778889f,0.9714987517446493f,0.22407008289515729f,2.2757377226716784f,-0.01740287192311828f,0.22602473540479662f,-0.9739660974767133f,-0.005296410193544002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9968522291387434f,0.07409932285209742f,0.02819438976070858f,0.10774822747146759f,0.07734838918778889f,0.9870262908590407f,0.14069942374828254f,2.0536568072283945f,-0.01740287192311828f,0.14243732483413554f,-0.9896508215238957f,-0.03734480828122445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9857499457747121f,-0.16692688967505115f,0.020795622341380687f,-0.2141579916988534f,-0.16591898712558775f,0.9851893426719501f,0.043276423105773634f,2.1527250139975402f,-0.02771162421026728f,0.039209343134311674f,-0.998846681575608f,-0.00846842714957148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155225f,0.020795622341380687f,-0.09911193305214241f,-0.009758681283074583f,0.9990154750266812f,0.043276423105773634f,2.1639165291381217f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.005588322339730299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9674502325708083f,-0.2522054511506905f,0.020795622341380687f,-0.07673547609766666f,-0.2511525241949141f,0.9669796072274188f,0.043276423105773634f,2.159819071598256f,-0.03102349253729785f,0.03664491255527145f,-0.998846681575608f,-0.005299980748049826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9980356183572932f,0.05909692531435182f,0.020795622341380687f,-0.10594162532463015f,0.059952887127734916f,0.9972626547345584f,0.043276423105773634f,2.1695263535888762f,-0.018181193998868427f,0.04443816929364639f,-0.998846681575608f,-0.00548746057872955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9949929396472301f,-0.09775782395081223f,0.020795622341380687f,-0.1641789946352448f,-0.09679148229692101f,0.9943633944177224f,0.043276423105773634f,2.274948900651613f,-0.02490901457159942f,0.04104689633172177f,-0.998846681575608f,-0.033418445484997075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9949929396472301f,-0.09775782395081223f,0.020795622341380687f,-0.14218348424631208f,-0.09679148229692101f,0.9943633944177224f,0.043276423105773634f,2.051217136907626f,-0.02490901457159942f,0.04104689633172177f,-0.998846681575608f,-0.04265399715963446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,-0.012400922003598353f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,1.5390891528947805f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.030854546805694112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9963274683667042f,-0.030723112193352303f,0.07992287629426686f,-0.0008797549310912393f,-0.03440015830631342f,0.9983925125985532f,-0.045044643362429804f,1.164691960670323f,-0.07841048964580297f,-0.047628575081589464f,-0.995782764436703f,-0.012993831150098062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9901432397794709f,-0.0686624133642833f,0.12207308347873073f,0.11185645890144828f,-0.1336694648224051f,0.7235077090621442f,-0.67725111229273f,0.858503410276367f,-0.04181912114218428f,-0.6868930542075966f,-0.7255543351040327f,0.3927752167790105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9901432397794709f,0.025448061118319036f,0.13772712479512222f,0.12386498070826715f,-0.1336694648224051f,0.12191492556001682f,-0.9834984621745921f,0.8723825673242349f,-0.04181912114218428f,-0.9922142647185707f,-0.11731161066101442f,0.06408882151004627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9764107266684355f,0.2017677314432164f,0.0768887208573254f,-0.17479498156057066f,0.15851851294214964f,0.9116270889002158f,-0.3792201627523614f,0.8743961172530883f,-0.1466082327204962f,-0.3580863489880284f,-0.9221063890717798f,0.35759076433747045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9764107266684355f,0.1733693954040748f,-0.12870565482543173f,-0.1234711688322832f,0.15851851294214964f,0.17083453689669187f,-0.972464622522538f,0.8782673396836546f,-0.1466082327204962f,-0.9699271177467501f,-0.19428693306049793f,0.019959923695462733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9827610930709284f,0.16926662479944762f,0.0743602291217341f,-0.00030034985648278746f,0.08105074424271194f,0.7559510075690374f,-0.6495912953642925f,1.0579432758506018f,-0.16616681619305423f,-0.6323660995691972f,-0.7566384244220642f,0.005135336194898433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9927760418367063f,-0.08178261952121302f,0.08779142269772526f,0.00031832865835364264f,-0.11998219124247933f,0.6762878613428465f,-0.7268005244803915f,1.0204191179119004f,0.00006737726090746965f,-0.7320835551660528f,-0.6812148440218675f,0.006572110376116864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.038363751349207685f,0.07700978007083002f,-0.00030034985648278746f,-0.019633692460628346f,0.7700865706182317f,-0.6376371945501711f,1.0579432758506018f,-0.08376635222153887f,-0.6367848116403745f,-0.7664778548005348f,0.005135336194898433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9923331571752583f,0.08964450379482662f,0.08508095033533211f,-0.0008823631678260477f,0.06483286858913741f,0.963653303176801f,-0.2591698486069398f,1.0829062346039082f,-0.1052216913050136f,-0.2516667920402288f,-0.9620770350980696f,0.006206651095487209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9926684262222565f,-0.08401110966388999f,0.08689953414415012f,-0.0008823631678260477f,-0.10395082925562109f,0.9602311127293933f,-0.2591340102023274f,1.0829062346039082f,-0.06167350061815186f,-0.2662674287244181f,-0.9619241319989792f,0.006206651095487209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.001923390452702796f,0.08601502318378978f,-0.0008823631678260477f,-0.019633692460628346f,0.9682878748072721f,-0.24906446880592592f,1.0829062346039082f,-0.08376635222153887f,-0.24982972615440108f,-0.9646596841192824f,0.006206651095487209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9853220362816909f,0.15091952499006975f,0.07977331505255239f,-0.19419053171794595f,0.11060065495370007f,0.9203613441597785f,-0.37510330750370396f,1.0933188632749173f,-0.13003068846051166f,-0.3607745738729067f,-0.92354411205167f,-0.010065511226164194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.989084813218978f,-0.11024239957921916f,0.09776423474151968f,0.19289321304072835f,-0.14219366465152772f,0.8880746185004149f,-0.43715493101223424f,1.0997497896844481f,-0.038628926888383396f,-0.4462847580977398f,-0.8940568889601452f,0.01053112790853426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.017492669906843047f,0.08423948090813281f,-0.010036708495958521f,-0.019633692460628346f,0.9070527627093071f,-0.42055891832390724f,0.9549368945289574f,-0.08376635222153887f,-0.42065341097029463f,-0.9033459503836574f,0.051814600237000775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.010084150489440589f,0.08544351088905323f,2.8866674551330567e-18f,-0.019633692460628346f,0.9402552779961537f,-0.3399037074242308f,1.1651785714285716f,-0.08376635222153887f,-0.3403209104790388f,-0.9365708067873004f,-0.023571428571428653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1983560244879057f,-0.23172434550556067f,-0.9523438009717776f,0.0016696733092725624f,0.005494076803045821f,0.9718980673344985f,-0.23533797362845896f,1.3289266172103082f,0.9801146375141204f,0.04144845487453716f,0.19405494819529315f,0.3570644142311057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1983560244879057f,-0.23172434550556067f,-0.9523438009717776f,0.0202655506050137f,0.005494076803045821f,0.9718980673344985f,-0.23533797362845896f,1.3294416869105938f,0.9801146375141204f,0.04144845487453716f,0.19405494819529315f,0.44895016149805445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1983560244879057f,-0.23172434550556067f,-0.9523438009717776f,0.1538191821029098f,0.005494076803045821f,0.9718980673344985f,-0.23533797362845896f,1.3644848481047198f,0.9801146375141204f,0.04144845487453716f,0.19405494819529315f,0.3738990456352861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7258206589714793f,-0.5673501113750893f,-0.3889707214339939f,0.5516814875794375f,-0.5132094868798283f,0.8231481781667352f,-0.2429878584566068f,2.1273671051859377f,0.4580397292667431f,0.02325785681137362f,-0.8886274126481752f,-0.4459737706315902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.10125424729082771f,-0.5673501113750893f,-0.8172278926518857f,0.5953396331947538f,-0.09776240421876048f,0.8231481781667352f,-0.559347467234949f,2.1596179927252432f,0.9900454988165623f,0.02325785681137362f,-0.1388127601108992f,-0.5224126944489682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.46568688656337387f,-0.5673501113750893f,-0.6791535723277803f,0.6753835962362627f,-0.3440094670859261f,0.8231481781667352f,-0.45175719511264206f,2.211256128222487f,0.8153485207186978f,0.02325785681137362f,-0.5785031217360656f,-0.39741776427986936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015567062241948288f,-3.05697838741902e-7f,0.0000013091015952539742f,-0.06804133809182532f,-3.0677644469731793e-7f,0.000015621988132532265f,0f,1.331127343560219f,-0.000001308849253461545f,-2.5702498120934494e-8f,-0.0000155700635198866f,0.6606335178088006f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158.mcfunction new file mode 100644 index 000000000..3722cb62f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158_as_bone.mcfunction new file mode 100644 index 000000000..f41accdbb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_158_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7743376845195947f,-0.15378956739386698f,-0.20903196822037534f,0.042773403807602514f,-0.14841166211968257f,0.802055582104911f,-0.040314590481235084f,1.261319448860249f,0.21288394332158994f,-0.0002379487418703225f,-0.78843187055109f,-0.3592782971294447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7584464889718167f,0.15109534951115333f,-0.20476600968526565f,0.042773403807602514f,0.16635319453629263f,0.7815158404957924f,-0.039491843736720086f,1.261319448860249f,0.19257605778988793f,-0.08001991258591551f,-0.7723414242133126f,-0.3592782971294447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7577418967352643f,0.11635739937389163f,0.2814828911096252f,-0.01640623906220394f,0.1133112123750395f,0.8082447384298932f,-0.02907673287933987f,1.2599636236760532f,-0.28272288822553276f,0.012076541548906748f,-0.7660720397339108f,-0.36197596627691436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7293945583282954f,-0.17875106953636338f,0.2757383423114696f,-0.01640623906220394f,-0.20044012484183227f,0.7739589499811724f,-0.02848333016751661f,1.2599636236760532f,-0.26039841519191637f,-0.0950557672298071f,-0.7504379164740351f,-0.36197596627691436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41885058959897775f,-0.00017794413779081294f,1.50531405425196f,-0.674417460264705f,1.5049348812039034f,-0.035019134968890434f,-0.418749225099969f,1.0076004964947467f,0.03378515840398583f,1.5621075118319847f,-0.00921599423302299f,-0.036827669279920705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6679672760681391f,-0.7425977518078164f,0.04866515295452378f,-0.527539358189569f,-0.7243194492404579f,0.6337291374478239f,-0.2715671478688777f,1.193665331262177f,0.17082462806665263f,-0.2166470848167911f,-0.9611883203026739f,-0.0942866709240969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6049126551492873f,-0.7425977518078164f,0.28745305468931137f,-0.30555582913505136f,-0.7734976909025852f,0.6337291374478239f,0.009418201420963508f,1.478569121312037f,-0.18916131160628008f,-0.2166470848167911f,-0.9577484214718277f,-0.0333007314140539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5064700892482633f,0.8202577684090309f,0.26582934763019034f,0.41953846675636497f,0.47072862079516625f,-0.0047277017983587966f,-0.8822653877377182f,1.3103127244063852f,-0.7224282762054213f,0.5719745118450141f,-0.38851324757145766f,0.24488039176930407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3180455123597409f,0.8379267059039676f,0.4435379212657644f,0.29044713323956967f,0.5589455553991322f,0.5435998199947648f,-0.6261622008722779f,1.4914010051449234f,-0.7657851644994081f,0.04876547174574265f,-0.6412448912841562f,-0.0035903606788122207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9930051213872864f,-0.09394041146217666f,0.07152641465177625f,-0.15905323213889877f,-0.11798117158010882f,0.7657925315475926f,-0.632172636056413f,1.167553458733991f,0.004612163397561743f,-0.6361894354044604f,-0.7715191055499194f,0.24215328105957978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9969843004106612f,-0.05899318712724453f,0.05041932771501765f,-0.16979933392703825f,-0.07145838435342908f,0.951266061129525f,-0.2999776329140493f,1.3440409849900643f,-0.03026555864777716f,-0.30267587418836084f,-0.9526128862995972f,0.17944772410988968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9912537312838047f,-0.10223979065652097f,0.08344498440556597f,0.15814383992120506f,-0.1310981092361089f,0.8354288983563949f,-0.5337338677147414f,1.1648863744573195f,-0.015143512493858112f,-0.5400051675655805f,-0.8415254559618606f,0.20899246912247596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9952021098142316f,-0.08607873192541679f,0.04651034864859764f,0.14229476736424315f,-0.08815264982648112f,0.9951104183679929f,-0.04454621851568985f,1.3511911640355951f,-0.0424484505002441f,-0.048432501128787796f,-0.9979240561708782f,0.19367434980976028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,0.28027148574477084f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,2.036545772308887f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,0.025778702430479035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,0.32002810087891825f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,1.9160678176725794f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,-0.07283562969080601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,-0.3071635386632317f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,2.0312538671887923f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,0.018826160523428233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,-0.3423986287726591f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,1.910100350196728f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,-0.08067573013918244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9891307433376768f,0.1461112444523091f,0.01648868790572669f,0.18074726302710142f,0.1470381952164329f,0.9831757873266033f,0.10837499878757784f,2.1406983728049576f,-0.00037647277332501176f,0.10962151002112168f,-0.9939733310350634f,0.01435341637768615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998097368810844f,-0.010421766113483652f,0.01648868790572669f,0.06547914239376176f,-0.008574667293522478f,0.9940731033070946f,0.10837499878757784f,2.1497283547988144f,-0.017520420045821113f,0.10821299400939763f,-0.9939733310350634f,0.013425830344762513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727979134548913f,0.23071846005192423f,0.020813739910901408f,0.04318574369860173f,0.23095759724260445f,0.9589765552067833f,0.1643853851157519f,2.144435487904155f,0.017966854308222584f,0.1647208510025364f,-0.9861765731304242f,0.0054770284308561235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9964817197016652f,-0.0811847924880851f,0.020813739910901408f,0.07217017035113095f,-0.07668632492059042f,0.9834107243316597f,0.1643853851157519f,2.154530251930709f,-0.0338140484205266f,0.1622109020323448f,-0.9861765731304242f,0.007771451206270017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969134757478025f,0.0756988117697819f,0.020813739910901408f,0.1293881537422007f,0.07809714156849158f,0.9832996906534531f,0.1643853851157519f,2.263432868586074f,-0.008022365690150392f,0.16550349923027666f,-0.9861765731304242f,-0.004556038137627567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969134757478025f,0.07675705207720697f,0.01648868790572669f,0.11211781702482916f,0.07809714156849158f,0.9910376865269167f,0.10837499878757784f,2.040449389117518f,-0.008022365690150392f,0.10932821611914023f,-0.9939733310350634f,-0.02915488676443408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9860912298403884f,-0.16581124092137473f,0.011433232962895452f,-0.20942813982204678f,-0.16517781981915758f,0.9853116999755113f,0.043325993712295674f,2.1397571129942294f,-0.018449234988473985f,0.04083486592951891f,-0.9989955652818775f,0.0027534590732805064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708689f,0.011433232962895452f,-0.09435171469815293f,-0.009007498076756854f,0.9990203817977085f,0.043325993712295674f,2.1508621525356117f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,0.004552098139127006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9678874531433507f,-0.25112379264357737f,0.011433232962895452f,-0.07197661734612011f,-0.25042484139552185f,0.9671660959115915f,0.043325993712295674f,2.146747895009564f,-0.021938023149454776f,0.03907152015772747f,-0.9989955652818775f,0.004629741531735128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981171889710595f,0.06026075227315375f,0.011433232962895452f,-0.10117594379020003f,0.060702582768560734f,0.9972151496613297f,0.043325993712295674f,2.156477091080765f,-0.00879053614612178f,0.04393844582373668f,-0.9989955652818775f,0.004717514079741372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9952555686390819f,-0.09662108608846082f,0.011433232962895452f,-0.15959427815699048f,-0.0960435852227651f,0.9944337524472907f,0.043325993712295674f,2.261945108898969f,-0.01555579732624001f,0.04202234782454047f,-0.9989955652818775f,-0.022658386974997936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9952555686390819f,-0.09662108608846082f,0.011433232962895452f,-0.13785453378708684f,-0.0960435852227651f,0.9944337524472907f,0.043325993712295674f,2.0381975145983287f,-0.01555579732624001f,0.04202234782454047f,-0.9989955652818775f,-0.03211341523551953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,-0.00835116953065611f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,1.5259715688830884f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,-0.021564875886682773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9987011241321005f,-0.02080509855454976f,0.04651034864859764f,-0.0005492575726999499f,-0.022880572945698723f,0.9987452697247826f,-0.04454621851568985f,1.151442092736295f,-0.045525202239585894f,-0.04555254193243785f,-0.9979240561708782f,-0.004482672662018581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9915848534135409f,-0.08870721796522517f,0.09428949019756477f,0.12232927299677777f,-0.12937168575085248f,0.7056508236538931f,-0.6966490378968201f,0.86537510777561f,-0.004737658369839645f,-0.70298502441905f,-0.7111888708604195f,0.39726696573898074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9915848534135409f,-0.0038467494234520963f,0.12940124033300376f,0.12471848931852157f,-0.12937168575085248f,0.0660242168315815f,-0.9893956588330874f,0.8590062253411934f,-0.004737658369839645f,-0.9978106059321326f,-0.06596627382626075f,0.07112321735967408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9806983102776424f,0.1914486588492394f,0.039727008991422716f,-0.164519179191147f,0.1591384213160892f,0.8995858559745393f,-0.4067188839869349f,0.8572278514185319f,-0.11360364025681532f,-0.39254642878949064f,-0.912689166236248f,0.3772494333456118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9806983102776424f,0.1404675462620773f,-0.13601357529926272f,-0.1240016240746199f,0.1591384213160892f,0.16925296845794657f,-0.9726399105163205f,0.8641676456658122f,-0.11360364025681532f,-0.9755113024026346f,-0.1883398837344749f,0.03719774264927292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9873591047448439f,0.15208588013370306f,0.044630520290683276f,-0.00009354952713671119f,0.08736778692300569f,0.7571701346060684f,-0.6473486364153436f,1.04498654273741f,-0.1322454841786156f,-0.63526630032183f,-0.7608862330136998f,0.0145739532040995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9929552611088043f,-0.1022414293109759f,0.05988772469208399f,0.0003246841517020614f,-0.11332301145634725f,0.6718065700898568f,-0.7320067127141439f,1.007480521724113f,0.03460844565724842f,-0.7336365738678459f,-0.6786601748833049f,0.01606153452020353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.021436909591777294f,0.04622068367482758f,-0.00009354952713671119f,-0.013089595571344394f,0.768775963528501f,-0.6393842196900106f,1.04498654273741f,-0.04923977233896545f,-0.6391588040604456f,-0.7674968846920669f,0.0145739532040995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9948557741218739f,0.08791131481722979f,0.05033477350175345f,-0.0004568386848118565f,0.07095923872171148f,0.959371021058967f,-0.27307879887005143f,1.0699683935271171f,-0.07229643930652511f,-0.26810230263722235f,-0.9606739198001666f,0.015301312334130217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9949459270889341f,-0.08616953437243212f,0.05155010683965282f,-0.0004568386848118565f,-0.09703881013838844f,0.9570894098130047f,-0.2730628699598683f,1.0699683935271171f,-0.02580836097211882f,-0.2766851513360129f,-0.9606139992390805f,0.015301312334130217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.0005171946461473434f,0.050947278650704225f,-0.0004568386848118565f,-0.013089595571344394f,0.9637807192264098f,-0.26637452531201755f,1.0699683935271171f,-0.04923977233896545f,-0.26669544007560764f,-0.9625222008155888f,0.015301312334130217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.988752494466713f,0.14194943517537045f,0.04710480378099378f,-0.19413207622340273f,0.11393304884697844f,0.9189186476841971f,-0.377634451975291f,1.0810742414427732f,-0.09689047975051338f,-0.3680202124770318f,-0.924755837041365f,0.005722126350918039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9908386619438219f,-0.1194727763106804f,0.06296825960747654f,0.19347016612204815f,-0.13502679325257086f,0.8851984753128117f,-0.44518695444476003f,1.0853675794233426f,-0.0025516859728276567f,-0.4496108484283843f,-0.8932208986998706f,0.012728117827056823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.009618346350939526f,0.05003378963948138f,-0.008968923417895886f,-0.013089595571344394f,0.9006210743193375f,-0.4344080374252542f,0.9427570791688956f,-0.04923977233896545f,-0.434498754779983f,-0.8993254566143734f,0.06310157358080681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.005221013540706958f,0.05068169008450942f,1.924444970088693e-18f,-0.013089595571344394f,0.9350550943839664f,-0.3542606850249831f,1.1517857142857142f,-0.04923977233896545f,-0.354463977696182f,-0.9337723134339588f,-0.015714285714285674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.33669089147595543f,-0.2303795780759189f,-0.9129975320901408f,-0.010072513190588106f,0.005009171361513435f,0.9700323651269024f,-0.2429241009216226f,1.2866215924515607f,0.9416019072832197f,0.07721697100941778f,0.32775507255988173f,0.3580924432628453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.33669089147595543f,-0.2303795780759189f,-0.9129975320901408f,0.02149225788528271f,0.005009171361513435f,0.9700323651269024f,-0.2429241009216226f,1.2870912022667025f,0.9416019072832197f,0.07721697100941778f,0.32775507255988173f,0.4463676220706472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33669089147595543f,-0.2303795780759189f,-0.9129975320901408f,0.14265950216086842f,0.005009171361513435f,0.9700323651269024f,-0.2429241009216226f,1.323295012497375f,0.9416019072832197f,0.07721697100941778f,0.32775507255988173f,0.35306677178276397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6805041544730124f,-0.5641203155885444f,-0.4676348632055261f,0.5447435913572839f,-0.5055855653230097f,0.8234260167607477f,-0.25759043277758037f,2.1051897340895698f,0.530374708938862f,0.061138077020869624f,-0.8455559139738823f,-0.42997060117422625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01435867081924247f,-0.5641203155885444f,-0.825567742897326f,0.5801913128418865f,-0.06425036294830427f,0.8234260167607477f,-0.563774321677158f,2.1355125175849845f,0.9978305063653423f,0.061138077020869624f,-0.02442163190440838f,-0.5112912648621245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.37810902916909417f,-0.5641203155885444f,-0.73403121977276f,0.6725721350654992f,-0.3234430239510891f,0.8234260167607477f,-0.4662126179962355f,2.1902830185367126f,0.8674204126709147f,0.061138077020869624f,-0.4938055925361822f,-0.39656009413774806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015604706409788356f,-2.042767968024513e-7f,7.694373623618183e-7f,-0.043235208148045615f,-2.0452493080225616e-7f,0.000015623661368343862f,0f,1.317799508012091f,-7.693714427963351e-7f,-1.007162389079817e-8f,-0.00001560604341738808f,0.6704891567001859f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159.mcfunction new file mode 100644 index 000000000..49f3544fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159_as_bone.mcfunction new file mode 100644 index 000000000..74562fbc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_159_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7740361139910928f,-0.14537514043554828f,-0.2160523252023839f,0.03304707692079373f,-0.1405592120433542f,0.8036209631776388f,-0.037160461456229255f,1.2478443404285742f,0.2192159816066416f,0.001964822952105482f,-0.7866924032450345f,-0.3539491300326521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7550192139069812f,0.1585975641720395f,-0.21164309407580464f,0.03304707692079373f,0.17404667695992423f,0.7799888732983937f,-0.03640208469181642f,1.2478443404285742f,0.1991324706583331f,-0.08040006324250124f,-0.7706374562400339f,-0.3539491300326521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7699396804876025f,0.12686944969183353f,0.24091798519409893f,-0.02493232670935959f,0.12293585546017444f,0.8067284364338995f,-0.03194447895388526f,1.2471825478614185f,-0.24294877710613783f,0.006149555126303101f,-0.7796682109197637f,-0.35484034434731804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7443745455096653f,-0.17381002949076335f,0.23600129161870917f,-0.02493232670935959f,-0.19116116215800072f,0.7761946832760985f,-0.03129255081196924f,1.2471825478614185f,-0.2221799857765807f,-0.08550957433139919f,-0.7637566147785441f,-0.35484034434731804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.23912628353553264f,0.19603805959366266f,1.5315984949435133f,-0.6282392260909091f,1.5433921523382843f,0.01636329830692109f,-0.24306204263339343f,0.9686146624179299f,-0.0465353051250653f,1.5500669571535517f,-0.19113645313661853f,-0.010034089157328951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5828327975436468f,-0.812273912181259f,-0.022738111117651588f,-0.5037466907742068f,-0.7880427889070952f,0.571829574344876f,-0.22803399035250277f,1.172053556210377f,0.198228385855744f,-0.1149870840325566f,-0.9733876296454133f,-0.07344951720188009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5493400335399217f,-0.812273912181259f,0.19605259279109263f,-0.30223096708257835f,-0.8162644167797155f,0.571829574344876f,0.08199597431477255f,1.474297026809337f,-0.17871186152471422f,-0.1149870840325566f,-0.9771591687417466f,-0.015607076043867244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5963390746930066f,0.7675646511012364f,0.23499832844964244f,0.40117142950249884f,0.4222246357106175f,-0.05094264424188063f,-0.9050586743392286f,1.3039728921867275f,-0.6827196093516908f,0.638943936020589f,-0.35446379452518484f,0.256735489845009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2490519012258059f,0.8586818283168334f,0.4479270791259127f,0.2945198721107786f,0.5418854412370816f,0.5068784607890657f,-0.6703986832947997f,1.4806954940289863f,-0.802703755485861f,0.07576109626033539f,-0.5915462257696581f,-0.005164691698049078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9982060105888977f,-0.0516058191398084f,0.030357863151194268f,-0.1557705472821052f,-0.05910001703250639f,0.7680659863006313f,-0.6376376938942647f,1.15570241728861f,0.00958897340463032f,-0.6382879288526047f,-0.7697379888443193f,0.25544406711734347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9993311399741794f,-0.031736079370469544f,0.018168487666782508f,-0.16160750911615085f,-0.03572970582113048f,0.953184576062765f,-0.3002707979107902f,1.332547832813436f,-0.007788504339232595f,-0.30071911349669533f,-0.9536809497824309f,0.19309872740057293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9978400793122999f,-0.055223192932385166f,0.03557492207125236f,0.1588791955041252f,-0.06568905788606444f,0.8417364417802152f,-0.5358775142261742f,1.1492542583783532f,-0.00035184096462540643f,-0.5370569444123546f,-0.8435459173432119f,0.21252983006160658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9989306297154681f,-0.04342971999005908f,0.015857378025491073f,0.15083523161864842f,-0.044091230394208196f,0.9980550192471153f,-0.044069739708390454f,1.3361141386140098f,-0.01391259927487009f,-0.04472178414626917f,-0.9989025986572422f,0.19790135429257338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,0.28596984391995106f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,2.022711945763759f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,0.032482501428140534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,0.3246441989441264f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,1.9021527811882497f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,-0.06646240546614726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,-0.3015130146446723f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,2.018800460742702f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,0.030282233792435238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,-0.33783647135215095f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,1.8977419576538663f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,-0.0689435583319426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9887363705399345f,0.14954404169118884f,0.006080227477728583f,0.18670977852768578f,0.14957130297609703f,0.9858274801230713f,0.0759776596127293f,2.1284443779075652f,0.005367950963780736f,0.07603130295384354f,-0.9970909818434783f,0.01840412883091681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999572272665623f,-0.006969538807373721f,0.006080227477728583f,0.07145945862845146f,-0.006487562437897651f,0.9970884147222786f,0.0759776596127293f,2.13774514954645f,-0.006592053624083575f,0.07593496398514915f,-0.9970909818434783f,0.018410048751921097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9719723269609805f,0.23494687518444074f,0.008352332795304231f,0.049107979778812f,0.23452309207102862f,0.9665173050833695f,0.10413077479700567f,2.132724647089967f,0.01639252596461433f,0.1031710464008565f,-0.9945285417106198f,0.014412397146183899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970031924220858f,-0.07690821046575935f,0.008352332795304231f,0.07814189535438407f,-0.07562555769239694f,0.991684202134878f,0.10413077479700567f,2.1428536143276347f,-0.016291388028126956f,0.10318706507632264f,-0.9945285417106198f,0.01571677211098728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9967595234528372f,0.08000431827688388f,0.008352332795304231f,0.1354339174830183f,0.08043910606603241f,0.9913053676619898f,0.10413077479700567f,2.2506354564279976f,0.00005119931679381431f,0.10446519564705845f,-0.9945285417106198f,-0.003938844010479774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9967595234528372f,0.0802089972502557f,0.006080227477728583f,0.1173868931017108f,0.08043910606603241f,0.9938596205979342f,0.0759776596127293f,2.0270170417934628f,0.00005119931679381431f,0.07622054385163263f,-0.9970909818434783f,-0.021088466377097086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9865935568909329f,-0.1631601452703943f,0.0034526072237077415f,-0.2036562010902499f,-0.16285934819061088f,0.9856934818090276f,0.04341880498269352f,2.1270758053327694f,-0.010487430964098682f,0.042274423881818166f,-0.9990509931315987f,0.013430288393062411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999708230887207f,-0.006814137849005669f,0.0034526072237077415f,-0.08854321854151781f,-0.006657846844352416f,0.999034774394401f,0.04341880498269352f,2.137910345308535f,-0.003745136401200506f,0.043394551225963585f,-0.9990509931315987f,0.014298975476446287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9686189268983673f,-0.248526565899129f,0.0034526072237077415f,-0.06617795290916433f,-0.24814846673075516f,0.9677484930667937f,0.04341880498269352f,2.133743542667574f,-0.014131981935687512f,0.041199517100759524f,-0.9990509931315987f,0.014195177858206814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9980102746499874f,0.06295689951399683f,0.0034526072237077415f,-0.0953526757213399f,0.06304751434544939f,0.997065603813879f,0.04341880498269352f,2.143541274973247f,-0.0007089625639250504f,0.04355009178921817f,-0.9990509931315987f,0.014520163241088967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9955717409620073f,-0.09394140780953028f,0.0034526072237077415f,-0.15374262942761363f,-0.09370412952013388f,0.9946528758741657f,0.04341880498269352f,2.2491494771540617f,-0.007512969369806501f,0.042903011712637655f,-0.9990509931315987f,-0.012371572842053754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9955717409620073f,-0.09394140780953028f,0.0034526072237077415f,-0.13260581267046934f,-0.09370412952013388f,0.9946528758741657f,0.04341880498269352f,2.025352580082375f,-0.007512969369806501f,0.042903011712637655f,-0.9990509931315987f,-0.02202475047739721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,-0.0042251081125047225f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,1.512822651405079f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,-0.012575972395191034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9998167703513577f,-0.010722373167209202f,0.015857378025491073f,-0.00020421817480127124f,-0.011412178561837072f,0.9989632727095163f,-0.044069739708390454f,1.1382114241390104f,-0.015368406054401387f,-0.04424263205501733f,-0.9989025986572422f,0.004015014625440464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9917064528135344f,-0.10824734724268821f,0.06928797343636214f,0.131821876042435f,-0.12501257220344147f,0.687285406854418f,-0.7155491781254707f,0.8719560480941176f,0.029835687340439718f,-0.7182766050344936f,-0.6951176522151091f,0.40063283276731687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9917064528135344f,-0.031314898509787824f,0.12465026505915995f,0.12544294782854087f,-0.12501257220344147f,0.00988372586408276f,-0.9921059261762946f,0.8456842276732606f,0.029835687340439718f,-0.9994606991244654f,-0.013716510728249143f,0.07852421132438472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9836645687203255f,0.17992752946949508f,0.005486381618173067f,-0.15467034956598288f,0.15977433273486463f,0.8867153611274937f,-0.4338294952393941f,0.8401672538960059f,-0.08292272814726385f,-0.4258661203706425f,-0.9009782842427849f,0.39630928751241057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9836645687203255f,0.1098243028155473f,-0.14262762269397616f,-0.12420917680206178f,0.15977433273486463f,0.16767654828758183f,-0.9728086850730164f,0.8501739785241831f,-0.08292272814726385f,-0.9797056688952255f,-0.1824845842562428f,0.0542467522707361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904831816748968f,0.13661000202376136f,0.016756317204009753f,0.00014447040791633852f,0.09368057826045961f,0.7583501313809826f,-0.6450806364255808f,1.032059081137385f,-0.10083162240071006f,-0.6373717797184891f,-0.7639307549395601f,0.024024335293422405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9920673636804994f,-0.12102393693618606f,0.03399342007638803f,0.0003629631046827203f,-0.10665846849194227f,0.6672572450579448f,-0.7371510971413089f,0.9945730009084444f,0.066530572062602f,-0.7349292316993167f,-0.6748723637658272f,0.025578731405606424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,0.006068444879369181f,0.017471372542166054f,0.00014447040791633852f,-0.006544937967351828f,0.7674285265851246f,-0.6411010999603638f,1.032059081137385f,-0.017298516374666714f,-0.6411057873394459f,-0.7672575387515619f,0.024024335293422405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961436458556947f,0.08584053082120317f,0.018144974225893677f,-0.00002553208608481745f,0.07705561638789764f,0.9548487267469057f,-0.2869256715821962f,1.057053219224438f,-0.041955557491295925f,-0.28442101240616374f,-0.9577809869158228f,0.024393634674771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9959049479967634f,-0.08844007655007526f,0.018753330780976598f,-0.00002553208608481745f,-0.09009568139272815f,0.9537078758378383f,-0.28692168924509415f,1.057053219224438f,0.0074901768967034765f,-0.2874363241218742f,-0.9577704614495903f,0.024393634674771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,-0.0013693753928663357f,0.018444503050895896f,-0.00002553208608481745f,-0.006544937967351828f,0.9589230296882362f,-0.2835908794734725f,1.057053219224438f,-0.017298516374666714f,-0.28366308879473107f,-0.9587679663957636f,0.024393634674771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9908913735254711f,0.13361108456378074f,0.016803688716937954f,-0.19382750853776812f,0.11726235906220422f,0.9174566443034947f,-0.3801616037562678f,1.0688548225551697f,-0.06621046004954359f,-0.3747284135277989f,-0.924767425396768f,0.02101678211331348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.991313359603139f,-0.12790969599530191f,0.03060935711064401f,0.19382129756101033f,-0.12782555327630138f,0.8822190584618409f,-0.45315577985535016f,1.0710044585005645f,0.030958859829537198f,-0.45313203656008766f,-0.8909056664097286f,0.015434384191154381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,0.0019024529600728882f,0.018397161588022373f,-0.007876361661238908f,-0.006544937967351828f,0.8939396328605282f,-0.448139594979274f,0.9306351494161664f,-0.017298516374666714f,-0.44818334805514465f,-0.8937742711990073f,0.07436237653838915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,0.00029179526954078213f,0.018492964534702637f,9.62222485044346e-19f,-0.006544937967351828f,0.929595861924793f,-0.36852231584980677f,1.1383928571428572f,-0.017298516374666714f,-0.36858031465044616f,-0.9294349428461433f,-0.007857142857142833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4657400978159764f,-0.2233627464957917f,-0.8562682084278394f,-0.023404010557781657f,0.0031480416555690212f,0.9680325438656914f,-0.2508048720632299f,1.244669629984551f,0.8849159570942883f,0.1141143176589818f,0.4515547268993267f,0.3608381669439735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4657400978159764f,-0.2233627464957917f,-0.8562682084278394f,0.020259123612466137f,0.0031480416555690212f,0.9680325438656914f,-0.2508048720632299f,1.2449647588897605f,0.8849159570942883f,0.1141143176589818f,0.4515547268993267f,0.44379903792156306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4657400978159764f,-0.2233627464957917f,-0.8562682084278394f,0.12686778779151817f,0.0031480416555690212f,0.9680325438656914f,-0.2508048720632299f,1.2824379252466402f,0.8849159570942883f,0.1141143176589818f,0.4515547268993267f,0.3345853933978693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6333721623656781f,-0.5569798914903304f,-0.5372272372242917f,0.5399059621583077f,-0.4923615160916246f,0.8256343793106006f,-0.27551408162262137f,2.0832915718022944f,0.5970090798406524f,0.09000706736595342f,-0.797169295954127f,-0.4127873392389154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.123543125811583f,-0.5569798914903304f,-0.8212858799103535f,0.5672632562636793f,-0.024803472912351715f,0.8256343793106006f,-0.5636600566226827f,2.1110425112168287f,0.9920291748714802f,0.09000706736595342f,0.08818641634623275f,-0.49805472058045214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2918111371239644f,-0.5569798914903304f,-0.7775729295222661f,0.6702205486393334f,-0.2960100204216991f,0.8256343793106006f,-0.4803185812670012f,2.169214828699612f,0.9095187343097252f,0.09000706736595342f,-0.4058009361297933f,-0.3945508894902148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015622327311401785f,-1.022493531697797e-7f,2.702951076255668e-7f,-0.020196348930212236f,-1.0226465573987231e-7f,0.00001562466533850202f,0f,1.3044645609855772f,-2.7028931835416743e-7f,-1.7690647122880204e-9f,-0.000015622661922822042f,0.6793963212921222f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..14f03f9f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6536916246657979f,-0.11044195621157302f,-0.4769007009791396f,0.04459709011660522f,-0.11689700073372866f,0.8078112185213514f,-0.026843451621436063f,1.1252247590248636f,0.4753596485879849f,0.0467766392941468f,-0.6624119526058517f,-0.3304478584476872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6330089333710439f,0.14509899601081416f,-0.4671680336122184f,0.04459709011660522f,0.19703238212270457f,0.7749108209621357f,-0.02629562607814145f,1.1252247590248636f,0.4477476193878709f,-0.1358657459128041f,-0.6488933413281813f,-0.3304478584476872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6519147615178956f,0.11977167585788777f,0.47708105581934657f,-0.0430622571194027f,0.12447267640305326f,0.8064754225037528f,-0.03237885376134335f,1.1257333953114752f,-0.4758761824136297f,0.04686771814405655f,-0.6620345311627206f,-0.3304825388984421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6348982933476989f,-0.13598926887914303f,0.46734470774140074f,-0.0430622571194027f,-0.18967545278315812f,0.7765418129301545f,-0.03171806082743839f,1.1257333953114752f,-0.44824923838829117f,-0.13597695216787758f,-0.6485236223634815f,-0.3304825388984421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.47890792590924663f,0.3957473743756691f,1.4336796937168592f,-0.7162137227045947f,1.487262940880457f,-0.11717985775994082f,-0.46446105931388265f,0.9213055472740401f,-0.010118951769698615f,1.507003366489313f,-0.4126072105586116f,0.105200618350405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6889734106528451f,-0.6762853509647905f,-0.2606794266600563f,-0.5584946499483303f,-0.6718271311277925f,0.730852199109787f,-0.12042993372491635f,1.1013343468615215f,0.27196313223300217f,0.09215848917391166f,-0.95788457946623f,0.025794598208605298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7225667336824937f,-0.6762853509647905f,-0.14330191710455914f,-0.2964807134048225f,-0.6824910660380686f,0.730852199109787f,-0.0078107512192193f,1.352666221605253f,0.11001481788210392f,0.09215848917391166f,-0.9896481964413159f,-0.017499740107710157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6092359661873051f,0.7684638522678975f,0.19569068772275106f,0.384330083347863f,0.35205032796289537f,-0.04098386132461196f,-0.935083359755772f,1.1694175842400898f,-0.7105576008213816f,0.6385793849385586f,-0.29550679357073f,0.25724366044567715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17982998830813185f,0.889263543326559f,0.42056096563446055f,0.30035341653439296f,0.5305375181928771f,0.4476982366216787f,-0.7197890181960139f,1.3441198856751817f,-0.828366535474991f,0.09368372022999587f,-0.5522972419531246f,-0.014024053460265572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9473578906359567f,-0.31671827251386303f,0.046931470311775726f,-0.1305803110612911f,-0.2742835164194913f,0.7271838218803567f,-0.629263253190615f,1.03653543952536f,0.16517136455920367f,-0.6090100369052319f,-0.7757739331005772f,0.2501535148039371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9913565537349956f,-0.13118515511333878f,-0.0016243289573552387f,-0.15518767970102557f,-0.12478392458313887f,0.946661452563126f,-0.29708764093563655f,1.2121776641250985f,0.040511177868607647f,-0.2943170897330997f,-0.9548488336688361f,0.1890012552685507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999830881336969f,0.005103265200869307f,-0.002789288598271071f,0.1562160223034049f,0.005802321151824302f,0.8428112752348343f,-0.5381779328496137f,1.0233339505324197f,-0.00039562083608038815f,-0.5381850156045985f,-0.8428266325068472f,0.20374400651999966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999830881336969f,0.005814201605337452f,0.00013603781584561794f,0.15730703534075471f,0.005802321151824302f,0.9989849413741319f,-0.044670123986544186f,1.2103644387651535f,-0.00039562083608038815f,-0.04466857919628331f,-0.9990017825393203f,0.1891248867798258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,0.23173056818984314f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.8889322074324857f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,0.19124332902400382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,0.3160439354958826f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.7649094327576786f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,0.13353787039590803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,-0.24090616658852218f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.9073977528719492f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.1572244464871161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,-0.21692940372227398f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.7857322818702652f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.2594151530528016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7959480709954124f,0.0910648001611153f,0.5984762906333867f,0.16149213476642393f,0.18702759414461667f,0.9772475290405994f,0.1000397221733392f,1.9962399556333552f,-0.5757493789029721f,0.191558004676543f,-0.7948699161102922f,0.12569892889139825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8003943027385595f,-0.03457006932821126f,0.5984762906333867f,0.06895033160678382f,0.03184977968884366f,0.9944735519465829f,0.1000397221733392f,2.0099302635108436f,-0.5986272226331067f,0.09913256168075876f,-0.7948699161102922f,0.0577450418562771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7913798327833681f,0.11969809218865393f,0.5994917238712849f,0.05617402950303353f,0.27006163628500107f,0.9482185823844524f,0.16717724913362814f,2.0053595594624016f,-0.5484383947817987f,0.2942004193525493f,-0.782726925806151f,0.03700260536374504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7896356915137444f,-0.13071016677154754f,0.5994917238712849f,0.07861451445492623f,-0.03617177734873493f,0.9852630967896576f,0.16717724913362814f,2.014264376895244f,-0.6125088384758576f,0.11032444156671656f,-0.782726925806151f,0.056091724950871585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8003615408401307f,-0.005574670738878122f,0.5994917238712849f,0.13550641334828292f,0.11840266272422248f,0.9787913857569072f,0.16717724913362814f,2.120808844772127f,-0.5877092932767234f,0.20478365709749946f,-0.782726925806151f,0.08249688990755966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8003615408401307f,0.035320440168745006f,0.5984762906333867f,0.1275593143103153f,0.11840266272422248f,0.9879133886365216f,0.1000397221733392f,1.89852833232891f,-0.5877092932767234f,0.15092913257218096f,-0.7948699161102922f,0.04853783507881899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7964953840067306f,-0.11377834846908758f,0.5938430690642246f,-0.147359388934729f,-0.12527549591465403f,0.9918777315402573f,0.02201399095781252f,2.011477116204869f,-0.5915244317687208f,-0.056859942791037364f,-0.8042796736996974f,-0.11250330173799142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,-0.054571258642717224f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,2.0179267293677388f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.04381628701204786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7835480421326289f,-0.18276453429072795f,0.5938430690642246f,-0.036654619501459956f,-0.21124662523824594f,0.9771848584211492f,0.02201399095781252f,2.01290817430211f,-0.58431783217319f,-0.10819832474642069f,-0.8042796736996974f,-0.03072482903613015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.801675818365404f,0.06831025964335377f,0.5938430690642246f,-0.05994896125802694f,0.10105924841981802f,0.9946368244293647f,0.02201399095781252f,2.023816853779701f,-0.5891544029853136f,0.07766141845554153f,-0.8042796736996974f,-0.04762571597094615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8024919376606422f,-0.05794048078891417f,0.5938430690642246f,-0.08659930866649476f,-0.055780438165359846f,0.9982003440793785f,0.02201399095781252f,2.13098108865718f,-0.5940498570892416f,-0.015458776334485717f,-0.8042796736996974f,-0.10322454938840621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8024919376606422f,-0.05794048078891417f,0.5938430690642246f,-0.0735627004889891f,-0.055780438165359846f,0.9982003440793785f,0.02201399095781252f,1.90638601123932f,-0.5940498570892416f,-0.015458776334485717f,-0.8042796736996974f,-0.09974632471314693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,0.0021770481840344843f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.389646703155467f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.019112644082978948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999830881336969f,0.005814201605337452f,0.00013603781584561794f,-0.000003277417967060014f,0.005802321151824302f,0.9989849413741319f,-0.044670123986544186f,1.0150273501401674f,-0.00039562083608038815f,-0.04466857919628331f,-0.9990017825393203f,-0.0023619268843727056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9939599484773012f,-0.10443951187172672f,0.03370473532007297f,0.12582514766065125f,-0.10228096154779777f,0.7702810408587583f,-0.6294487453307107f,0.8132222604787974f,0.039777201106395495f,-0.6290941952152662f,-0.776310677382836f,0.3599422998801009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9939599484773012f,-0.02727179227579287f,0.10630084745225092f,0.12360279966049682f,-0.10228096154779777f,-0.12087835553183465f,-0.9873839314414515f,0.7205479660673059f,0.039777201106395495f,-0.9922926345136223f,0.1173588588993435f,0.06611215291624152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9842269559702865f,0.165852240814179f,-0.06156568328524606f,-0.13899483416377778f,0.16638049025434268f,0.7495146485019292f,-0.6407381088586458f,0.780420260532168f,-0.06012346966192349f,-0.6408750470239459f,-0.7652870980866376f,0.3870164827178606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9842269559702865f,0.059714237067851804f,-0.16652780258223565f,-0.1263500094333227f,0.16638049025434268f,-0.00746565764150009f,-0.9860333647593799f,0.7310997468065318f,-0.06012346966192349f,-0.9981875945168746f,-0.0025873825437033315f,0.043534166700101046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9910285932498943f,0.13354635316926702f,-0.0052629759950699705f,-0.0005067782423988809f,0.09020099553581633f,0.6392730333952296f,-0.7636712441738326f,0.908765014413005f,-0.09862103105059755f,-0.7572947644932264f,-0.6455838689943127f,0.01661609289072217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9918388706381434f,-0.1268740750080144f,0.012594593368309353f,-0.0006827894696159098f,-0.08080561196952564f,0.5491243903402194f,-0.8318250158583311f,0.8716183739097014f,0.09862103105059683f,-0.8260540981221163f,-0.5548950524289925f,0.024134140939616036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.0031038880950533193f,-0.003580039537107227f,-0.0005067782423988809f,0.004738227980359815f,0.6550662537410317f,-0.7555565845158763f,0.908765014413005f,-3.673899155751972e-16f,-0.7555650660852338f,-0.6550736072470149f,0.01661609289072217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9957846854292572f,0.09169985312389978f,-0.001999300280188414f,-0.0003886063888189592f,0.08889205217004154f,0.9594632036865904f,-0.2674482451474732f,0.9337048289461414f,-0.022606709746306956f,-0.26649858856759345f,-0.9635701525918737f,0.017333826409528654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9965823452563972f,-0.08260352692272024f,-0.0005352225580121199f,-0.0003886063888189592f,-0.0794516569852727f,0.9602891021100926f,-0.2674551823593752f,0.9337048289461414f,0.022606709746306228f,-0.26649858856759356f,-0.9635701525918737f,0.017333826409528654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.004576060062096981f,-0.0012290153383687392f,-0.0003886063888189592f,0.004738227980359815f,0.9657637227802613f,-0.2593799933634369f,0.9337048289461414f,-3.673899155751972e-16f,-0.25938290505721173f,-0.9657745640490235f,0.017333826409528654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9899842543237836f,0.13926338322335985f,-0.02317080672237611f,-0.1940715855948601f,0.13288914483088465f,0.8638161162074496f,-0.48596521744502885f,0.9483083844924469f,-0.04766184403795405f,-0.48417706210999056f,-0.8736709455793068f,0.017593411964247067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9920134269406465f,-0.12329118898216546f,0.026620358540755555f,0.19342000499660864f,-0.11764519498475784f,0.828312494746126f,-0.5477755189349442f,0.9456155672724719f,0.045485919430882385f,-0.5465324270039364f,-0.8362017324585702f,0.005222645920282265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.004280405606503607f,-0.0020319774205628228f,-0.008804746472501523f,0.004738227980359815f,0.903366738515232f,-0.42884272751203156f,0.8063269123290804f,-3.673899155751972e-16f,-0.4288475415251861f,-0.9033768793409559f,0.06470548467572107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.004441215872216699f,-0.0016511832031107629f,1.6114239928016758e-18f,0.004738227980359815f,0.9373052617795491f,-0.3484772523938644f,1.0157190393518518f,-3.673899155751972e-16f,-0.3484811642570475f,-0.9373157835852615f,-0.01315827546296297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34136323676047614f,-0.20994251981354928f,-0.9161851772227864f,-0.24759697820538853f,-0.0016174749967939744f,0.9746035079861619f,-0.22393165474247267f,1.1412686196342818f,0.9399300635489036f,0.07792394109261098f,0.33235423126770847f,0.36684500280818205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.34136323676047614f,-0.20994251981354928f,-0.9161851772227864f,-0.2155941747590939f,-0.0016174749967939744f,0.9746035079861619f,-0.22393165474247267f,1.1411169813533324f,0.9399300635489036f,0.07792394109261098f,0.33235423126770847f,0.45496344626589175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.34136323676047614f,-0.20994251981354928f,-0.9161851772227864f,-0.09416779989882323f,-0.0016174749967939744f,0.9746035079861619f,-0.22393165474247267f,1.174782548705178f,0.9399300635489036f,0.07792394109261098f,0.33235423126770847f,0.3610510898468806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7766097196058935f,-0.5449582424134939f,-0.3160662231862983f,0.5387054715823807f,-0.5393372317664775f,0.8344099200598964f,-0.11346997724556893f,1.8444338232660824f,0.32556519138895706f,0.08234439465581533f,-0.9419271239457112f,-0.46430907201949323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.23196903926267154f,-0.5449582424134939f,-0.8057362340425982f,0.5730367353497248f,0.05566376098855466f,0.8344099200598964f,-0.5483262085823055f,1.874922037058852f,0.9711291935351147f,0.08234439465581533f,0.22389169286198451f,-0.5460458180268027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3662001468516693f,-0.5449582424134939f,-0.7542665089153908f,0.6690110798033614f,-0.325207613789542f,0.8344099200598964f,-0.4449720139952052f,1.926423732261748f,0.8718586240779683f,0.08234439465581533f,-0.48278560489065886f,-0.4327596042895491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562482460210621f,7.403481219312212e-8f,5.740531871003218e-21f,-0.006430292702537829f,7.403481219312212e-8f,0.00001562482460210621f,0f,1.181873872709957f,-5.740467430862457e-21f,2.719994873333473e-23f,-0.000015625f,0.674341724537037f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16.mcfunction new file mode 100644 index 000000000..a263dc5b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160.mcfunction new file mode 100644 index 000000000..22707f133 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160_as_bone.mcfunction new file mode 100644 index 000000000..121bd6c23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_160_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510473f,-0.21201214989665462f,-0.7912401152362227f,-0.042511395453955214f,5.071390642290822e-16f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889906f,0.14845250554968448f,0.5540322932223246f,0.3647272479239537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510473f,-0.21201214989665462f,-0.7912401152362227f,0.01126139545395545f,5.071390642290822e-16f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889906f,0.14845250554968448f,0.5540322932223246f,0.44152275207604663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510473f,-0.21201214989665462f,-0.7912401152362227f,0.10306101728543354f,5.071390642290822e-16f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889906f,0.14845250554968448f,0.5540322932223246f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..03e8861e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.806815457865536f,-0.11768997516980098f,-0.046285323140293246f,0.20145340395745046f,-0.11630500191103765f,0.8078952021366826f,-0.026887419724596434f,1.1343953975245236f,0.04966294316835492f,-0.019971393379148977f,-0.8149105349465033f,-0.26896227946730117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7743068979807017f,0.19594143620576734f,-0.04534072470885869f,0.20145340395745046f,0.19759963900472816f,0.7747649035108841f,-0.02633869687307406f,1.1343953975245236f,0.03745945013884231f,-0.036691931884158965f,-0.7982797077026972f,-0.26896227946730117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3350280490334397f,0.08364784284326071f,0.7400700569493139f,0.12899472254895025f,0.1264449193870392f,0.8061072611035063f,-0.033870494561684325f,1.1350388526437785f,-0.733970253597853f,0.10069044854561467f,-0.3436474135645873f,-0.3123867987576715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3345660743788187f,-0.049889783315350544f,0.724966586399328f,0.12899472254895025f,-0.18775250989889275f,0.7769479594760037f,-0.03317925997879281f,1.1350388526437785f,-0.70200750487542f,-0.18401868868900653f,-0.336634201042861f,-0.3123867987576715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5259728193513998f,-0.46125259445355365f,1.397141684802728f,-0.7078138219998069f,1.4557045648653284f,-0.0523983156057783f,-0.5653183937852392f,0.9641295155387352f,0.21373596593410532f,1.4919472881544917f,0.4120879472086905f,-0.2764198570983757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7859147362272549f,-0.5684399223192459f,0.24333943801721478f,-0.5154816449287736f,-0.6110529248380983f,0.7742076956927891f,-0.16497504955861397f,1.1282972265201343f,-0.09461686122277396f,-0.2783495978868146f,-0.9558081140734257f,-0.2697275876421691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7257311841167924f,-0.5684399223192459f,0.38754393701118345f,-0.2514302283552923f,-0.6312236058925176f,0.7742076956927891f,-0.046467228173298f,1.3602937597446676f,-0.2736256708799196f,-0.2783495978868146f,-0.9206793652470778f,-0.17267059572889007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8799391140104942f,0.3552180378562517f,0.3154794782802538f,0.19192599470257343f,0.3485171817986052f,-0.03136042112704155f,-0.9367776139393451f,1.1725576590728515f,-0.3228667366353871f,0.9342572823201802f,-0.1513948506592159f,0.41242094860947004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.26887408586885936f,0.7197606051750124f,0.6400401527922176f,0.2583820236296369f,0.536136153025414f,0.44020623282022875f,-0.7202614094933399f,1.3492901029124842f,-0.8001654524954791f,0.5368082933639556f,-0.26752963351446146f,0.13763347468007942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8867941732549824f,-0.07110576904997734f,0.4566618704126978f,-0.23704066324374168f,-0.3790268148972112f,0.6772832121942163f,-0.630576025605763f,1.0481737191544978f,-0.2644518252345549f,-0.7322782395290028f,-0.6275617993810783f,0.14760535452073842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8725734615936075f,-0.01316965758472144f,0.4883053493887307f,-0.2364580656071974f,-0.18157807864841083f,0.9367527150439603f,-0.2992052008440375f,1.221944820719965f,-0.4534809317676993f,-0.349744064963039f,-0.8197768803438096f,0.07690473683801981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8577326604164488f,0.2822832942620366f,0.42966361846855683f,0.02281950267528768f,0.00761692678597815f,0.8426515845693308f,-0.5384053207845678f,1.0325403855867934f,-0.5140395565335981f,-0.4585351118544452f,-0.7249199166220865f,0.24939434532909802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8577326604164488f,0.029632694660603393f,0.5132412558067332f,0.031583390772942886f,0.00761692678597815f,0.9989603391685355f,-0.04494689304748023f,1.219564531099347f,-0.5140395565335981f,-0.03464309708204541f,-0.8570666194312467f,0.23754209825476924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,0.08849887387973361f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.8977982548446188f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,0.2804065269155298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,0.18997027100318536f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.7732463454429745f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,0.27713698104196605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,-0.12197080062635395f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.9176036032109391f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,-0.2677417324900713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,-0.04736787258878569f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.7955800361539316f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,-0.34098765190477576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3609490422371624f,-0.0405819773755409f,0.9317021476954781f,0.063102335888839f,0.18915644523606717f,0.9751005463137065f,0.11575302935286835f,2.0043932204061417f,-0.9132007600378627f,0.21801841135785377f,-0.34428526569585804f,0.18808515259698155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.35015674064560975f,-0.09654721622127163f,0.9317021476954781f,0.021796584275487807f,0.034288283185064716f,0.9926860278214129f,0.11575302935286835f,2.0183463937732298f,-0.9360633368617021f,0.07247817056237146f,-0.34428526569585804f,0.08099507620498284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.37561919635011415f,-0.08793310261238947f,0.9225930786637486f,0.024420766149686565f,0.27129136113200936f,0.9414499565090577f,0.20018235877378196f,2.0138459072949852f,-0.8861778696787888f,0.3254838688077374f,-0.329771184971506f,0.055778110835884784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.33006226125898036f,-0.1997020653232089f,0.9225930786637486f,0.03264798253368692f,-0.032910619095674706f,0.9792057569206303f,0.20018235877378196f,2.0226056229547207f,-0.9433852844110662f,0.0357095326088224f,-0.329771184971506f,0.084112646602885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3572389328722265f,-0.14561028824248445f,0.9225930786637486f,0.0628566517764058f,0.12067609398562752f,0.9722984642465178f,0.20018235877378196f,2.1293612178909354f,-0.9261844444713402f,0.18284786129950692f,-0.329771184971506f,0.13866834093123956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3572389328722265f,-0.06566165410608094f,0.9317021476954781f,0.07763052395027399f,0.12067609398562752f,0.9859201369969102f,0.11575302935286835f,1.9075291870666309f,-0.9261844444713402f,0.15378566462465668f,-0.34428526569585804f,0.10406656639069187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.3531968250058226f,-0.06007543467200666f,0.933618200848064f,-0.06669246805041038f,-0.12302591771803373f,0.9922525432168766f,0.01730647420117115f,2.0213572844838916f,-0.9274247281453314f,-0.10874664421769378f,-0.3578512833509867f,-0.17963399254175444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.35824625447844693f,-0.004083650008031955f,0.933618200848064f,-0.02546902144539758f,0.03371123126182198f,0.9992817614854862f,0.01730647420117115f,2.0275444006983587f,-0.9330183138818745f,0.03767339863983269f,-0.3578512833509867f,-0.07178461763419022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.34661688532391144f,-0.09062996112530718f,0.933618200848064f,-0.01744942020109575f,-0.20903827435589625f,0.9777543074847758f,0.01730647420117115f,2.0224748279478235f,-0.9144177025094493f,-0.18916322142898725f,-0.3578512833509867f,-0.05110700768987074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3576584456324967f,0.02091629300260109f,0.933618200848064f,-0.027917886661994965f,0.10333548435483433f,0.9944959847198359f,0.01730647420117115f,2.033450070234633f,-0.9281175647195232f,0.10266569564929348f,-0.3578512833509867f,-0.07788798772613617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.35652710577308355f,-0.035291328882499355f,0.933618200848064f,-0.019871588667900064f,-0.053510194287284f,0.9984173200911838f,0.01730647420117115f,2.1406008919026025f,-0.9327513505519066f,-0.043787864159444335f,-0.3578512833509867f,-0.1390402815156517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.35652710577308355f,-0.035291328882499355f,0.933618200848064f,-0.011931039669337722f,-0.053510194287284f,0.9984173200911838f,0.01730647420117115f,1.9159569948820865f,-0.9327513505519066f,-0.043787864159444335f,-0.3578512833509867f,-0.12918801207977673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,0.005767043993082519f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.3990703608942603f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,-0.02068548704273835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8577326604164488f,0.029632694660603393f,0.5132412558067332f,-0.005345216504643753f,0.00761692678597815f,0.9989603391685355f,-0.04494689304748023f,1.0244602337060595f,-0.5140395565335981f,-0.03464309708204541f,-0.8570666194312467f,-0.007694325636971321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8725075052506306f,0.23214920956538337f,0.4299272005578255f,-0.08495793914022286f,-0.09712495642647408f,0.779949383654328f,-0.6182602217322327f,0.8081736530371725f,-0.4788500768721631f,-0.5811933442800269f,-0.6579642090905264f,0.37206396598064795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8725075052506306f,0.48638686667030806f,0.046459328578456555f,0.06615932848737115f,-0.09712495642647408f,-0.07946388868818999f,-0.992094871085274f,0.7293369849665616f,-0.4788500768721631f,-0.8701225812063442f,0.1165731425086094f,0.11270524761495568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8143583065733392f,0.46229526594362363f,0.35086127686183555f,-0.32233951234157987f,0.1679318514878136f,0.7663956110444804f,-0.620029564317406f,0.7913885732705576f,-0.5555352750013974f,-0.44600544218414157f,-0.7017547319193863f,0.2520132021101607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8143583065733392f,0.5632887866283105f,-0.13973650694721487f,-0.13617502886377247f,0.1679318514878136f,-0.001766650598975239f,-0.9857970238347933f,0.741743008711437f,-0.5555352750013974f,-0.8262582052872254f,-0.0931554422707278f,-0.035892305030238644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7998262993853108f,0.5034870208866629f,0.3267701189066591f,-0.015326618910193763f,0.0921639511444789f,0.6409674787005902f,-0.7620147619027117f,0.917994564602514f,-0.5931135615723494f,-0.5793630218152357f,-0.5590659997103038f,0.007707942912642683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9015229802461394f,0.31344936012159424f,0.2983384231497545f,-0.01927259183279511f,-0.07998756500729887f,0.5568445564613071f,-0.8267563905913357f,0.880802665335761f,-0.4252743885214839f,-0.7692032491993082f,-0.47693611300561506f,0.013855516891782042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.3895642672597852f,0.3347384173191483f,-0.015326618910193763f,0.006140727846583237f,0.6594519966596086f,-0.7517215944504785f,0.917994564602514f,-0.5135877897852478f,-0.64293292478765f,-0.5682119643297755f,0.007707942912642683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8431841718170154f,0.21223058727420221f,0.4939621748904476f,-0.015686930444969195f,0.09053885885439526f,0.9617178008785946f,-0.2586534100115127f,0.94292586038645f,-0.5299463816600674f,-0.1733696896763879f,-0.8301203426413035f,0.008607981895246596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8663159708561055f,0.0626771163435508f,0.4955484009927793f,-0.015686930444969195f,-0.07830413780801414f,0.962788140068794f,-0.2586647624726176f,0.94292586038645f,-0.49332048471737616f,-0.26288890510960927f,-0.829170864736867f,0.008607981895246596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.13270381451549063f,0.496185271816909f,-0.015686930444969195f,0.006140727846583237f,0.9686280636220389f,-0.24843905857439852f,0.94292586038645f,-0.5135877897852478f,-0.21011751944294765f,-0.8319123813278936f,0.008607981895246596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8249427143352008f,0.36828412100700536f,0.42876138384813606f,-0.18198652028349063f,0.13627249674848224f,0.8657959493679563f,-0.48148435144662177f,0.9581685221665271f,-0.5485429105322628f,-0.33876862350598f,-0.7644190572144689f,-0.0906327798033504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8740752717997552f,0.17218170893454054f,0.45425309942428044f,0.15677830309785526f,-0.11668718919088669f,0.8332890449984875f,-0.5403827045384028f,0.9546803915693503f,-0.47156814895295274f,-0.5253406766983588f,-0.7082659488491565f,0.09787102809975642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.2205468093165956f,0.46386337563473456f,-0.046760940181176526f,0.006140727846583237f,0.9074579295693865f,-0.42009808083726885f,0.8151084750659859f,-0.5135877897852478f,-0.35760202874412145f,-0.7799669039270786f,0.043781281303378924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.17927920508536244f,0.4813201564228764f,2.0347506567833266e-18f,0.006140727846583237f,0.9406187384405734f,-0.33940931094473276f,1.02523f,-0.5135877897852478f,-0.2882626502313899f,-0.8081659648024528f,-0.016614999999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2570494495913016f,-0.20766372014821927f,-0.9438227374878247f,-0.44357801731637936f,-0.0016935370617137742f,0.9767348303838368f,-0.21444393917123916f,1.1606236356460227f,0.9663967675841169f,-0.05352429774653378f,-0.2514208367532628f,0.16446503543259264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2570494495913016f,-0.20766372014821927f,-0.9438227374878247f,-0.4676764032155639f,-0.0016935370617137742f,0.9767348303838368f,-0.21444393917123916f,1.1604648665464872f,0.9663967675841169f,-0.05352429774653378f,-0.2514208367532628f,0.2550647323936036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2570494495913016f,-0.20766372014821927f,-0.9438227374878247f,-0.3140537996427979f,-0.0016935370617137742f,0.9767348303838368f,-0.21444393917123916f,1.1927108419719408f,0.9663967675841169f,-0.05352429774653378f,-0.2514208367532628f,0.24747800942608755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8310531907765795f,-0.5008109795600278f,0.2419482524264061f,0.7019885126202189f,-0.5358105570610914f,0.8375639412828837f,-0.10674123479033368f,1.8598779421616118f,-0.14918994953397285f,-0.21834607167248907f,-0.9643999958229172f,-0.14182298088564688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3546366158297376f,-0.5008109795600278f,-0.7895702840564334f,0.7756567294524149f,0.03155850281244721f,0.8375639412828837f,-0.5454270851020501f,1.8912076790485237f,0.9344714718026805f,-0.21834607167248907f,-0.2812259969706294f,-0.19061338891182983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7857943128767579f,-0.5008109795600278f,-0.362926522319146f,0.7932615993841888f,-0.33418386012706064f,0.8375639412828837f,-0.4322126697509681f,1.940374711067713f,0.5204310189459513f,-0.21834607167248907f,-0.8255159280741173f,-0.04239079568762073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001340648558983173f,8.23271316188354e-8f,0.000008024960521587232f,-0.3584156978824628f,9.59488726028631e-8f,0.000015624705399265812f,0f,1.191393688555363f,-0.000008024809215394498f,4.927909854264185e-8f,-0.000013406738366469544f,0.5700985957429344f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17.mcfunction new file mode 100644 index 000000000..f40344c13 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..bc7a8b457 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7488238609559237f,-0.09689571999729284f,0.3111566954987703f,0.2880565217250247f,-0.11580837783333038f,0.807959447240858f,-0.02709973583458532f,1.144434030705543f,-0.30462384892046895f,-0.06897242568518194f,-0.7545803864456232f,-0.17224700411930527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7140278451950757f,0.19302123708151658f,0.30480655885593827f,0.2880565217250247f,0.1980731799265807f,0.7746368756873668f,-0.02654668000122644f,1.144434030705543f,-0.3015480918192816f,0.051773669570893986f,-0.7391807867222432f,-0.17224700411930527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.03306057835327611f,0.040971602449029386f,0.8149679566683284f,0.24134995565246553f,0.12852346423669853f,0.8057174344459048f,-0.03529276717617405f,1.1451935777605298f,-0.8058121131777491f,0.1268273947816963f,-0.03906526120919698f,-0.2385798891667543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.04527981563585632f,0.02468678137140331f,0.7983359575526483f,0.24134995565246553f,-0.185725239452494f,0.7773743481851046f,-0.03457250662155826f,1.1451935777605298f,-0.7768242231845612f,-0.18729571700736905f,-0.03826801098043786f,-0.2385798891667543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.508743466107842f,-1.039072699644768f,1.050197248399325f,-0.5736560138307616f,1.413899611249423f,0.020407950285978946f,-0.6647387869485697f,1.012414088825159f,0.42833891371355726f,1.1667551972963564f,0.9468972143694536f,-0.5497906272385702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7402573663669672f,-0.34375726066247564f,0.5777975227372242f,-0.38343738625878343f,-0.5413682712197179f,0.8143752193115037f,-0.20907749062946618f,1.1581122907602739f,-0.39867207885180067f,-0.46757239857926935f,-0.7889465290061252f,-0.4660548598697713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5986906101410752f,-0.34375726066247564f,0.7234642348248727f,-0.1659227375863953f,-0.5736629979383748f,0.8143752193115037f,-0.08777110553990214f,1.3686349009086036f,-0.5589993900938209f,-0.46757239857926935f,-0.684759617648095f,-0.2646491062688917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9380781600359507f,-0.027010602280771512f,0.34536906785060517f,0.0027349501043170965f,0.3448867952287737f,-0.02098755657548823f,-0.9384096232167576f,1.1762572665062114f,0.03259546196009451f,0.9994148036893495f,-0.010372368398169952f,0.4497510260984944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5665214434504126f,0.445291618607901f,0.6933749552070778f,0.173562485440907f,0.5420343489401432f,0.4324125438075429f,-0.7205679402574924f,1.3551243414713272f,-0.6206868926277538f,0.7840502320358342f,0.003607625903277789f,0.2261816484766427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7156176090348086f,0.14936351197437747f,0.6823356790685831f,-0.2760907032647306f,-0.4754629725607869f,0.6114542353731471f,-0.6325019207622223f,1.0613847367910285f,-0.5116897491282822f,-0.7770548625000169f,-0.3665505985564823f,0.04266537980889916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.621375278303934f,0.09467799524200354f,0.7777717150486152f,-0.2534775059378011f,-0.23765941736517646f,0.9231291587220384f,-0.3022425477241527f,1.2325824381281347f,-0.7465994674859833f,-0.3726508198489533f,-0.5511085207248654f,-0.030651077167309984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5756979053158333f,0.44498172770696054f,0.6859760810858428f,-0.08662120285534197f,0.009362059455737709f,0.8424799787202493f,-0.5386463007375768f,1.042639763092743f,-0.8176088757209705f,-0.3036753981844057f,-0.4891799044112846f,0.23189856922752736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5756979053158333f,0.04237743987119627f,0.8165635764623141f,-0.07357191052660322f,0.009362059455737709f,0.9989322141202974f,-0.045241390733129605f,1.2296567945482169f,-0.8176088757209705f,-0.0184006571264079f,-0.5754799233332187f,0.22485169649549328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,-0.04553883476776774f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.9076198759259564f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,0.287003035646464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.04675123077256285f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.7825201295075945f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,0.3276590284227209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.001987502949653752f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.9286082738348842f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,-0.29819520800809984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.10034476053901686f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.806187897362343f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,-0.3322453739962553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.06912266136156525f,-0.14786875821752596f,0.9865885099825062f,-0.03025788302593408f,0.1909944394188337f,0.9726217015499513f,0.1323939189886111f,2.01338860313247f,-0.9791543197052139f,0.17928149937259089f,0.09547231109246197f,0.19273661128311226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.09140341678564595f,-0.13523508187747835f,0.9865885099825062f,-0.02109239505167762f,0.03649142536400071f,0.9905252273868348f,0.1323939189886111f,2.027573770244767f,-0.9951451106621656f,0.023900764419806167f,0.09547231109246197f,0.07835166695393059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.03988304463218078f,-0.2549122854855723f,0.9661413299613003f,-0.005293016270631026f,0.272010320291357f,0.9331632607888524f,0.23498237033639302f,2.0232624078945185f,-0.9614674869208326f,0.2534286002455889f,0.10655616440028536f,0.056970835162262645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.11670325777712606f,-0.23011145161598567f,0.9661413299613003f,-0.010591644410112896f,-0.029666118497469474f,0.9715468115558737f,0.23498237033639302f,2.0318647901088394f,-0.9927236629785252f,-0.05608487131838291f,0.10655616440028536f,0.08604297276991407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.07926908518275856f,-0.24553480949734807f,0.9661413299613003f,-0.011094693951134577f,0.12268252637662075f,0.9642262614930897f,0.23498237033639302f,2.138727801661291f,-0.9892751941983277f,0.09990182166587858f,0.10655616440028536f,0.14821763187110995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.07926908518275856f,-0.14268680424197377f,0.9865885099825062f,0.021009837003309474f,0.12268252637662075f,0.9835755425673652f,0.1323939189886111f,1.9174233045836342f,-0.9892751941983277f,0.11054242605681228f,0.09547231109246197f,0.12334558600832723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.08226733957801559f,-0.002292321745047006f,0.9966076610681724f,0.014203251094894492f,-0.12103771516977713f,0.9925720180426555f,0.012274384107174574f,2.032053987357206f,-0.9892330141808025f,-0.12163689514184317f,0.08137880187749674f,-0.19459378851987047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.004732750035203265f,0.03572493261094111f,0.9992862796439934f,0.012274384107174574f,2.03800920088889f,-0.9960821168588321f,0.034610794255717114f,0.08137880187749674f,-0.0795112717483363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.08215407651803854f,0.004886472316059518f,0.9966076610681724f,0.0029911924764909267f,-0.20708548158432039f,0.9782458498822164f,0.012274384107174574f,2.0328946296165635f,-0.9748673299626257f,-0.2073913681340783f,0.08137880187749674f,-0.05741180879173974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.07964317280089632f,-0.020739694463369436f,0.9966076610681724f,0.005194510153416786f,0.10534459559948055f,0.9943600231670477f,0.012274384107174574f,2.0439285307465793f,-0.9912413839243138f,0.10400966013209847f,0.08137880187749674f,-0.08605904324932016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.08190703619192412f,-0.008025417277760644f,0.9966076610681724f,0.03942809161258843f,-0.05150454946321187f,0.9985973266934882f,0.012274384107174574f,2.1510389362424043f,-0.9953082531592145f,-0.052335186998201534f,0.08137880187749674f,-0.13745036028097612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.08190703619192412f,-0.008025417277760644f,0.9966076610681724f,0.041233810500084574f,-0.05150454946321187f,0.9985973266934882f,0.012274384107174574f,1.9263545377363696f,-0.9953082531592145f,-0.052335186998201534f,0.08137880187749674f,-0.12567494320638078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.007733777036109961f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.4093711283391057f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,-0.021445798213753586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5756979053158333f,0.04237743987119627f,0.8165635764623141f,-0.00815776291558864f,0.009362059455737709f,0.9989322141202974f,-0.045241390733129605f,1.034771548043994f,-0.8176088757209705f,-0.0184006571264079f,-0.5754799233332187f,-0.014545551791350626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6018056005604857f,0.44111715458208417f,0.6657669825602942f,-0.23766495639109902f,-0.09178845955300483f,0.789896551749179f,-0.6063318532187162f,0.8025171839693223f,-0.7933504256171543f,-0.42600363081570336f,-0.43487470460457733f,0.30342899374141874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6018056005604857f,0.7981662815227796f,0.02757908943624468f,0.009844754337853189f,-0.09178845955300483f,-0.03482098958537516f,-0.9951695219293955f,0.7389982106127176f,-0.7933504256171543f,-0.6014300339394387f,0.09421791999766296f,0.12302646697443316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5207622796079027f,0.5855209142653036f,0.6212663737041496f,-0.39974465527013575f,0.16934736295846334f,0.7841218688240109f,-0.5970547424574695f,0.8032324325096548f,-0.836736588656547f,-0.2057137666512962f,-0.5074975146870584f,0.09251362893154548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5207622796079027f,0.8494141290349259f,-0.08545341147911845f,-0.11404471185196413f,0.16934736295846334f,0.004675584622911733f,-0.985545336129926f,0.7533472187757134f,-0.836736588656547f,-0.5277061457897502f,-0.14628091091845172f,-0.09539459134504603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4912289887868293f,0.6939942217015491f,0.5263706876530367f,-0.023049455494224443f,0.094080153627711f,0.6430464652956523f,-0.7600264259643568f,0.9280917121655438f,-0.8659347580902708f,-0.3238259775182175f,-0.38117414788455367f,-0.005014742771329375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6514291664198193f,0.5940778409192609f,0.4719232565431473f,-0.028977302542922613f,-0.07934827260164046f,0.5652514621709477f,-0.8210935611419332f,0.8908514595484807f,-0.7545488007893959f,-0.5723305892946099f,-0.321082238351749f,-0.0011733685296919831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.6136706162503829f,0.5397535342992936f,-0.023049455494224443f,0.0074295009233580084f,0.6643433907003577f,-0.7473905684103739f,0.9280917121655438f,-0.8172333238150125f,-0.42668048230921884f,-0.38739316006176433f,-0.005014742771329375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5568382997349983f,0.2573902830340226f,0.7897349872887122f,-0.02393352763142647f,0.0920762488276871f,0.9640446435023511f,-0.2492787390377423f,0.95301148234919f,-0.8255017094773689f,-0.066092114008335f,-0.5605165119029512f,-0.004164806763425923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5912941282961903f,0.1569501367173417f,0.7910359716389999f,-0.02393352763142647f,-0.07727378996905314f,0.9653395822196185f,-0.2492955121615133f,0.95301148234919f,-0.8027452990994512f,-0.20853332008209233f,-0.5586714948780478f,-0.004164806763425923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.1976681482765396f,0.7930023998668776f,-0.02393352763142647f,0.0074295009233580084f,0.9715368916484312f,-0.23677176918318282f,0.95301148234919f,-0.8172333238150125f,-0.13055026358850672f,-0.5613255054985821f,-0.004164806763425923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5322359218813462f,0.47158661378726985f,0.703086757915245f,-0.1357395723523352f,0.13966656644426945f,0.8680181270810051f,-0.4764848174668872f,0.9688962029792342f,-0.8349959123713014f,-0.15540462269649818f,-0.5278553112054261f,-0.16226254355458106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6070313887818785f,0.3643655828541984f,0.7062227800523463f,0.09746041856096907f,-0.11585663660851507f,0.8386177193273741f,-0.5322570437147041f,0.9646380399025081f,-0.7861870851058969f,-0.40491732842825373f,-0.4668531078949988f,0.147422280244936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.33960693088921307f,0.7433657481547779f,-0.06561799620150627f,0.0074295009233580084f,0.9117142905758524f,-0.4107576595461125f,0.8247384310630819f,-0.8172333238150125f,-0.23117998367458098f,-0.5279067243315696f,0.01450250306636756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.27352603007344567f,0.7701357113586954f,2.484832451529686e-18f,0.0074295009233580084f,0.9440448313531724f,-0.32973346647161883f,1.0356154050925925f,-0.8172333238150125f,-0.1842901713809527f,-0.5460465430516399f,-0.020290196759259266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6820405328835303f,-0.15057001846268644f,-0.7156461283651973f,-0.5045483188337295f,-0.0015203169547800533f,0.9788650399705686f,-0.20450164341582702f,1.1809263444883f,0.7313127922717525f,-0.1383904009083121f,-0.6678545476345352f,-0.06504427173524896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6820405328835303f,-0.15057001846268644f,-0.7156461283651973f,-0.5684896187915605f,-0.0015203169547800533f,0.9788650399705686f,-0.20450164341582702f,1.1807838147737892f,0.7313127922717525f,-0.1383904009083121f,-0.6678545476345352f,0.0035163025402278475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6820405328835303f,-0.15057001846268644f,-0.7156461283651973f,-0.42917204955786536f,-0.0015203169547800533f,0.9788650399705686f,-0.20450164341582702f,1.2115303261434187f,0.7313127922717525f,-0.1383904009083121f,-0.6678545476345352f,0.06941419754766975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6844143262107452f,-0.3534165540087456f,0.6377097846435128f,0.7066662151966262f,-0.5301868440975044f,0.8416532642680943f,-0.10257530449767144f,1.877090113675401f,-0.5004787112589513f,-0.4083093460838792f,-0.7634163591888341f,0.13864556242937484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7468928532488306f,-0.3534165540087456f,-0.563247552252475f,0.7942477186762192f,0.008927957317260538f,0.8416532642680943f,-0.5399445104128782f,1.9089858783731999f,0.6648844691703684f,-0.4083093460838792f,-0.6254695200859857f,0.12858559510354858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9342027037823255f,-0.3534165540087456f,0.04860090120950866f,0.7431668317549964f,-0.34022149010985386f,0.8416532642680943f,-0.41936752427231666f,1.955943124665148f,0.10730631814214692f,-0.4083093460838792f,-0.906514661760819f,0.26959277803058457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009004047713941538f,6.68974271149969e-8f,0.000012769623115006552f,-0.5653113240388139f,1.160859519274689e-7f,0.000015624568763705612f,0f,1.2017869426802226f,-0.00001276927068460957f,9.487192672387495e-8f,-0.000009004296224619138f,0.3710091187547679f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18.mcfunction new file mode 100644 index 000000000..3ea9a4c39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..ef134e616 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5828746916381882f,-0.06395260928340289f,0.5684290651066111f,0.32528855307460014f,-0.11548371718634325f,0.8079919401834013f,-0.027513271487271018f,1.1552610804079744f,-0.5602366012292986f,-0.10001766248494313f,-0.5857267812543118f,-0.07148642194302766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5514902220270622f,0.1606256139107441f,0.55682847194117f,0.32528855307460014f,0.19837918662458232f,0.7745445759131534f,-0.0269517761507961f,1.1552610804079744f,-0.5445220228078117f,0.11949942292459019f,-0.5737731734736116f,-0.07148642194302766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2178098579270207f,0.0004181706077251073f,0.7870852148068836f,0.3048055665751548f,0.1306048669851825f,0.8053256734945314f,-0.03657010766741963f,1.1561094949321484f,-0.7761737427625586f,0.1356275384587021f,0.21471827193333934f,-0.14646947291353504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.19696657249419158f,0.0820296130286105f,0.7710222512393963f,0.3048055665751548f,-0.18369465742104066f,0.777800057661003f,-0.035823778939513114f,1.1561094949321484f,-0.7532997027444369f,-0.1682207266923937f,0.21033626638367936f,-0.14646947291353504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.43758000854469337f,-1.3727537520813209f,0.6045470389214401f,-0.38745634285401154f,1.3614315765378622f,0.0991347362559744f,-0.7603174445408248f,1.0657082378973999f,0.6296300886454349f,0.7396794509881381f,1.2238653975246743f,-0.7296808236207708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6189140272291485f,-0.10791029810485493f,0.7780107932811203f,-0.22105154818932415f,-0.46330587613190144f,0.850007971969279f,-0.2506673347892081f,1.1904449787821634f,-0.6342657897448423f,-0.5155985018903712f,-0.5760773323155121f,-0.5825655254498077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4115300102717342f,-0.10791029810485493f,0.9049853138082781f,-0.07243971820807994f,-0.5102987445418286f,0.850007971969279f,-0.13069674405931975f,1.377580964217779f,-0.755141206639381f,-0.5155985018903712f,-0.40487027908161527f,-0.31000862557742814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8833463485166491f,-0.3384846298557409f,0.3242335329877601f,-0.15601844022102007f,0.3412365787866801f,-0.009824595288390248f,-0.9399261006192887f,1.1805187851453707f,0.32133600150039965f,0.9409206303822027f,0.10682481669019542f,0.41922270300129316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7394473726787478f,0.1566455186798385f,0.6547364084240477f,0.07905555710401625f,0.5481685457046505f,0.42447497448083693f,-0.7206470991682f,1.3615996920991478f,-0.39080535889179624f,0.891786508934183f,0.22800875848185567f,0.26720774673685005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.49941546519118957f,0.4050337725161286f,0.7658536650360959f,-0.280603352066051f,-0.47408303424901493f,0.6121289508931254f,-0.6328850007037055f,1.072733182984776f,-0.7251409999200953f,-0.6791507863500085f,-0.11368702491951348f,-0.058878669440903225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3307673486978827f,0.21636374323655266f,0.9185748154875792f,-0.23429405761240005f,-0.23613193322480233f,0.9234254796600073f,-0.30253445031302334f,1.243984620106571f,-0.9136928757229593f,-0.3169733650125083f,-0.25434860865700926f,-0.11990085418485483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2634976017760492f,0.5223065957787648f,0.8110270241269822f,-0.16675131554045794f,0.010914189316966368f,0.8422990288607887f,-0.5389000152641732f,1.053564440086478f,-0.9645983072397672f,-0.1331471591366882f,-0.22764432715094274f,0.18346311126674356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2634976017760492f,0.04681726844508938f,0.9635233039390438f,-0.15195105705738468f,0.010914189316966368f,0.9989023642084915f,-0.04555158888820149f,1.240573935945019f,-0.9645983072397672f,-0.0014866586786299735f,-0.2637193499084761f,0.18153611682757245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,-0.15289792976746414f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.9183463249220571f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,0.24675334867873866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,-0.08260030882714345f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.7926945125067189f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,0.31809883926414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,0.10713062796965117f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.9402869308379154f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,-0.279611552291302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,0.21062338394024194f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.8174360468373676f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,-0.27546158097867185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.42461411890181716f,-0.22000912287703833f,0.8782362073383844f,-0.10561477716596795f,0.19241456535681556f,0.9697947199564345f,0.149916097144932f,2.0231660045298723f,-0.884691745789335f,0.10532894661723888f,0.4541214902828556f,0.16397833602026918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.4538034239326422f,-0.150876162951279f,0.8782362073383844f,-0.05486386119238104f,0.038336304548382494f,0.9879552072692391f,0.149916097144932f,2.037537774996686f,-0.8902767997542025f,-0.03436410747704803f,0.4541214902828556f,0.06108549192267826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.3868851451295877f,-0.3631226267439419f,0.8476212847873971f,-0.029922872579826468f,0.27207129173017164f,0.9232316509594621f,0.27133103560584837f,2.0335531191932494f,-0.8810772365089986f,0.12563947076156484f,0.45597985338435765f,0.048248978093110365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.48016070103923947f,-0.22579605566277827f,0.8476212847873971f,-0.0459943126529434f,-0.026539094994494056f,0.9621201305210964f,0.27133103560584837f,2.04198761393745f,-0.8767789787708072f,-0.1527776020665348f,0.45597985338435765f,0.07310523962589643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.4389268408526435f,-0.2981298139309124f,0.8476212847873971f,-0.07337461475583071f,0.12429639322649623f,0.9544264642956745f,0.27133103560584837f,2.1488364967855635f,-0.8898840570602456f,-0.013738205762668869f,0.45597985338435765f,0.12895575280272134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.4389268408526435f,-0.18985360807477022f,0.8782362073383844f,-0.03065755293900748f,0.12429639322649623f,0.9808545103366328f,0.149916097144932f,1.9281442319598217f,-0.8898840570602456f,0.043359394060295514f,0.4541214902828556f,0.11919988913915486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.44072576055139034f,0.04667836659389473f,0.8964273166735407f,0.08069970978420572f,-0.1194355525566237f,0.9928171191046598f,0.007022591987147601f,2.0434571827068573f,-0.8896605829033297f,-0.11016032908833356f,0.4431351364124241f,-0.17841471458359667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.022841020138490247f,0.8964273166735407f,0.029488438405709305f,0.0373457121972056f,0.9992777296539065f,0.007022591987147601f,2.049225620560979f,-0.8959402569702819f,0.0303695047171919f,0.4431351364124241f,-0.07490978023976388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.43498037826300895f,0.08491252232530376f,0.8964273166735407f,0.019700937086922443f,-0.2055107776487234f,0.9786296559332336f,0.007022591987147601f,2.0440748837071925f,-0.8766740504864888f,-0.18728016467409403f,0.4431351364124241f,-0.055028813140606196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.43993033564132644f,-0.05365972143037488f,0.8964273166735407f,0.03235549764632098f,0.106960830630974f,0.9942384341356526f,0.007022591987147601f,2.0551558760437003f,-0.8916393219756754f,0.09279315914171915f,0.4431351364124241f,-0.08080359404921444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.44290829300321216f,0.015821185494655783f,0.8964273166735407f,0.08355266389819019f,-0.049889192251863335f,0.998730069487366f,0.007022591987147601f,2.16219492564378f,-0.8951778105412563f,-0.04783239897083383f,0.4431351364124241f,-0.11554746487185324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.44290829300321216f,0.015821185494655783f,0.8964273166735407f,0.07999289716189265f,-0.049889192251863335f,0.998730069487366f,0.007022591987147601f,1.937480660009123f,-0.8951778105412563f,-0.04783239897083383f,0.4431351364124241f,-0.10478517510341565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,0.00836034128637069f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.4204631535372467f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,-0.02220498716257952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2634976017760492f,0.04681726844508938f,0.9635233039390438f,-0.009196134380537827f,0.010914189316966368f,0.9989023642084915f,-0.04555158888820149f,1.0458747669590625f,-0.9645983072397672f,-0.0014866586786299735f,-0.2637193499084761f,-0.021647490158093283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.29402687534202904f,0.5489170107406628f,0.7824565878667888f,-0.33625094969263625f,-0.08641027978360032f,0.800024466185764f,-0.5937121499951837f,0.796256386053683f,-0.9518831126374304f,-0.24217962099177232f,-0.18779662151369672f,0.20116226530690634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.29402687534202904f,0.9550558753279369f,0.03763604094735534f,-0.0370427379651346f,-0.08641027978360032f,0.01265402325720244f,-0.9961792706351233f,0.7494640021012542f,-0.9518831126374304f,-0.29615561905355475f,0.07880602247723771f,0.1129876654347769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2072946241854265f,0.5966300077527159f,0.7752816085996218f,-0.40979424192352804f,0.17051796856807921f,0.8024004069697162f,-0.5719066438591616f,0.8158575923205351f,-0.9633029436159939f,0.013646272158666817f,-0.268069427717771f,-0.05459408758308271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2072946241854265f,0.9779800298487328f,-0.024166091965698855f,-0.07831659146753439f,0.17051796856807921f,0.011796760006592244f,-0.9852839483360939f,0.7658089235115152f,-0.9633029436159939f,-0.20836481869648407f,-0.16920857292212763f,-0.13478457472311545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16834949544503025f,0.7607806134529103f,0.6267944683687128f,-0.025777533939561954f,0.09582918941950479f,0.6454895543192191f,-0.7577334635080973f,0.9389717557180608f,-0.9810582112385607f,-0.06749884042700029f,-0.18157283029794394f,-0.018044610804479083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3557124583815377f,0.7473734834772827f,0.561160871005093f,-0.03241064128032827f,-0.07899280137688384f,0.5742409774713723f,-0.8148665149110961f,0.9016809378317098f,-0.9312511929027502f,-0.33418584049560635f,-0.14522754466508825f,-0.016555146543929145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.7177217068457642f,0.6442245520042762f,-0.025777533939561954f,0.008490834285676424f,0.6696816471197582f,-0.7425997557527886f,0.9389717557180608f,-0.9644053233033508f,-0.190793194410521f,-0.18308557930866293f,-0.018044610804479083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.24422845721510528f,0.255324215930902f,0.9355009382387598f,-0.02714993898827499f,0.09338729185384703f,0.9664234867396857f,-0.23938349566775283f,0.9638766505491998f,-0.965210481919117f,0.028899637319156686f,-0.25987215425337f,-0.01744923970901613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.28234418460606187f,0.2092605577759906f,0.9362113972700928f,-0.02714993898827499f,-0.07647024365831409f,0.9679033606700405f,-0.2394063203812291f,0.9638766505491998f,-0.9562604578533906f,-0.1391872959825104f,-0.2572796793046449f,-0.01744923970901613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.21866446311697987f,0.9393271924374756f,-0.02714993898827499f,0.008490834285676424f,0.9744483275413606f,-0.22445124790247542f,0.9638766505491998f,-0.9644053233033508f,-0.051345004835994114f,-0.259395572172216f,-0.01744923970901613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2175578723996764f,0.49189669643414446f,0.8430339330027596f,-0.07859514612359068f,0.1429440452249569f,0.8704667842954138f,-0.4710144131267401f,0.980381866972692f,-0.9655234705027382f,0.018033787055884036f,-0.2596906052069875f,-0.20410654475315085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.30253129868638406f,0.47209685946976854f,0.8280092804998695f,0.035382173839249284f,-0.1152612673756395f,0.844222025618806f,-0.5234539251004251f,0.9754244521075456f,-0.9461446261318041f,-0.25379859483232314f,-0.20098910344356252f,0.16641672103127267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.3886919873587994f,0.8826484355879041f,-0.07139408998700912f,0.008490834285676424f,0.9160924074059952f,-0.4008772964714035f,0.8351360653111509f,-0.9644053233033508f,-0.09845425362144236f,-0.24541624299952983f,-0.014558586242084726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.3102850170088574f,0.9131664306699631f,2.958701309451147e-18f,0.008490834285676424f,0.947545157744594f,-0.3195091231372052f,1.0467868518518517f,-0.9644053233033508f,-0.07669017052129713f,-0.2530632137027702f,-0.02415962962962962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9224690672588585f,-0.07600075264301567f,-0.3785164534710045f,-0.4732232785680853f,-0.0010913735119720534f,0.9809416524919383f,-0.19429946811621177f,1.2020322695819137f,0.3860694611782046f,-0.17882214629089035f,-0.9049712764179262f,-0.2748455084030378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9224690672588585f,-0.07600075264301567f,-0.3785164534710045f,-0.5597047536236033f,-0.0010913735119720534f,0.9809416524919383f,-0.19429946811621177f,1.2019299533151664f,0.3860694611782046f,-0.17882214629089035f,-0.9049712764179262f,-0.2386514964175811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9224690672588585f,-0.07600075264301567f,-0.3785164534710045f,-0.45968654807519366f,-0.0010913735119720534f,0.9809416524919383f,-0.19429946811621177f,1.2311260316659718f,0.3860694611782046f,-0.17882214629089035f,-0.9049712764179262f,-0.1210028109476205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4496950626599993f,-0.17224285301542383f,0.8764169956158578f,0.6286328042796616f,-0.5222967666769955f,0.8466905808149505f,-0.10159305034301222f,1.8960052916373424f,-0.7245553382164645f,-0.5034356562107504f,-0.4707144590063873f,0.3592719812334241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9516932243127452f,-0.17224285301542383f,-0.2541897055002778f,0.7130359329694878f,-0.011154274300421985f,0.8466905808149505f,-0.5319686480649707f,1.928134100818844f,0.3068478270446799f,-0.5034356562107504f,-0.8077109328798325f,0.38442976309008436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9003000393581456f,-0.17224285301542383f,0.39974021403510135f,0.6108733365193095f,-0.3427072979360169f,0.8466905808149505f,-0.40702182779383694f,1.9731229703971687f,-0.2683496731377096f,-0.5034356562107504f,-0.8213044459775776f,0.49504653905839086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000412956299818512f,3.506469909452029e-8f,0.000015069376394227393f,-0.6645872868157059f,1.3266928571369414e-7f,0.00001562443675338821f,0f,1.2129646461004515f,-0.000015068833176614858f,1.2795157775186894e-7f,-0.0000041297118651429256f,0.1519474577181226f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19.mcfunction new file mode 100644 index 000000000..f7f58b53d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..57109e49b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.36774982732286987f,-0.027146814793184582f,0.7286752084399665f,0.32827327811057216f,-0.11541484700664643f,0.8079799676668393f,-0.028146569666126473f,1.1667960516830602f,-0.7199888346626468f,-0.11565408224581723f,-0.36767466008068306f,0.02105233315383273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3429993549168928f,0.11329114737432201f,0.7138042858187427f,0.32827327811057216f,0.19843702766852386f,0.7745079228782883f,-0.02757214987702185f,1.1667960516830602f,-0.6949634440577986f,0.16523496399179297f,-0.3601710955892406f,0.02105233315383273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.41378151967695537f,-0.03526344412288141f,0.703196834411864f,0.33069797538579015f,0.13257407143297623f,0.8049543334324455f,-0.03764413787637673f,1.167699905584223f,-0.6914863801998982f,0.1332270807357272f,0.4135717294510378f,-0.05329644553518528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.38770189008481387f,0.12320146082765843f,0.6888458786075403f,0.33069797538579015f,-0.1817732728912312f,0.7782021883720049f,-0.03687589016461394f,1.167699905584223f,-0.6757556671512811f,-0.1386461469459344f,0.40513149007448607f,-0.05329644553518528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.32022229907934857f,-1.5203992564757711f,0.16507583130264294f,-0.1854287736145988f,1.2984693326005134f,0.18118866044095963f,-0.8500319474134997f,1.1233312342934432f,0.8079859661332693f,0.3113888569546652f,1.3006159726437907f,-0.8328106846661322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4582607942601291f,0.09215913856436744f,0.8840270005057252f,-0.0556083115196647f,-0.37789375382496915f,0.8800354295986751f,-0.28763510472671616f,1.2248789859385025f,-0.8044832846393698f,-0.46588017325289677f,-0.3684593721235784f,-0.6372916100471531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2006111402090822f,0.09215913856436744f,0.9753265420376327f,0.015485784311711596f,-0.4418679919005544f,0.8800354295986751f,-0.17404114566632503f,1.387023254264721f,-0.8743613944804423f,-0.46588017325289677f,-0.13582273746345763f,-0.32230877443912076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7693575865717095f,-0.5767738978895585f,0.27462843024319294f,-0.2787255962697679f,0.3376301996682442f,0.002179570300586464f,-0.9412763131755131f,1.1853446902195974f,0.5423050361710986f,0.8169009243394147f,0.1964131552541058f,0.3501649343359676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8173352656885756f,-0.10968662113058165f,0.5656252368898884f,-0.010925539675689266f,0.5544750384957176f,0.4165538027522057f,-0.7204445579625465f,1.3686933206909004f,-0.15659021408427307f,0.9024698191948763f,0.40128260651990494f,0.2738434582562518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.26357277430142245f,0.5874285320472091f,0.7651516924008681f,-0.2574250263308696f,-0.47296140952365007f,0.6126209735233453f,-0.6332480145256761f,1.0847561796244174f,-0.8407359262862826f,-0.5287941589467208f,0.11636081692467032f,-0.14405215660314527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.0467650352308943f,0.3004578823448438f,0.9526479372867532f,-0.19513512378316922f,-0.23490966909957076f,0.9236371377697532f,-0.3028397019811441f,1.256045394818864f,-0.970891589644994f,-0.2379485210488816f,0.027386538431620158f,-0.18849633843461294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03259273460608449f,0.5385856728579684f,0.8419401324577819f,-0.2200840948289231f,0.012149586929622667f,0.842111937532763f,-0.5391659041540511f,1.065246629633166f,-0.9993948675014981f,0.027802116051576415f,0.020903137437183746f,0.12105970261025345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.03259273460608449f,0.045458808580444876f,0.9984343796030585f,-0.2053203533475706f,0.012149586929622667f,0.9988732828105326f,-0.04587540108543259f,1.2522486489033569f,-0.9993948675014981f,0.013625770061036418f,0.03200370606518688f,0.1238145576596052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,-0.2303787615116088f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.9299234024856384f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,0.18093334657857754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,-0.18742615190931894f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.8037305523142155f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,0.2706593204878425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,0.18651780197303752f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.9525195723908602f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,-0.23239814080208002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,0.2826912494669843f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.8292113396541465f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,-0.19543788868609047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6882582535077498f,-0.25583308375304176f,0.6788593445890477f,-0.1601228516273362f,0.19330370821323473f,0.966598310415316f,0.16828957987133036f,2.033663316787629f,-0.6992383376714084f,0.0153993363384742f,0.7147227487430772f,0.11660143882850954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7198057639044769f,-0.14501604226437026f,0.6788593445890477f,-0.07867339826172766f,0.03971452919740551f,0.9849372434207977f,0.16828957987133036f,2.048163424900291f,-0.6930385403572598f,-0.0941752303348331f,0.7147227487430772f,0.03582474642182168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6482105792930642f,-0.41038062391783076f,0.6414131183608288f,-0.04901033788225535f,0.2713427477245695f,0.911536519539332f,0.3089891370313878f,2.0446605775682f,-0.7114746363362722f,-0.026247229547768106f,0.7022214214841611f,0.033793857534561045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7432994823209288f,-0.18998708160313743f,0.6414131183608288f,-0.07262143810735358f,-0.02361798715816109f,0.9507722670961724f,0.3089891370313878f,2.0529180411179793f,-0.6685417490808158f,-0.24482035239074318f,0.7022214214841611f,0.051726951714998054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7044277047836416f,-0.30392568224467087f,0.6414131183608288f,-0.1199398666045462f,0.1254063404338358f,0.9427613499585095f,0.3089891370313878f,2.1596141046871584f,-0.6986092316254086f,-0.1372232367222123f,0.7022214214841611f,0.09250146427674184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7044277047836416f,-0.2071994184291543f,0.6788593445890477f,-0.07331999745798656f,0.1254063404338358f,0.9777279105588241f,0.16828957987133036f,1.9396253248114232f,-0.6986092316254086f,-0.033414576413539815f,0.7147227487430772f,0.10001974396978829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7053317055959057f,0.08286709719797036f,0.7040172080873828f,0.12897106030265768f,-0.1183304570434405f,0.992972862567556f,0.0016724653311516943f,2.0554608316585434f,-0.6989313900641901f,-0.08448632082399817f,0.7101809442505221f,-0.14479126931146893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7096111718887598f,-0.028491322319409804f,0.7040172080873828f,0.0469473710166203f,0.03846156579612235f,0.99925868063091f,0.0016724653311516943f,2.0611005479382247f,-0.7035429572436724f,0.025890804086873366f,0.7101809442505221f,-0.06349275381953454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6954253621050178f,0.14402547155955517f,0.7040172080873828f,0.03122022709309026f,-0.20442346129479214f,0.9788811221654921f,0.0016724653311516943f,2.0559249691259294f,-0.6889082770684076f,-0.1450807092968429f,0.7101809442505221f,-0.04788991904612584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7058951405616621f,-0.07792189197060481f,0.7040172080873828f,0.05159023260419933f,0.10807263727393387f,0.9941415935028435f,0.0016724653311516943f,2.0670382505720983f,-0.700023110764272f,0.07490441121421751f,0.7101809442505221f,-0.06810930271565477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7093940695008638f,0.03346378451178193f,0.7040172080873828f,0.11161214702935428f,-0.04877592458102799f,0.9988083460008642f,0.0016724653311516943f,2.173972594110648f,-0.7031222961464597f,-0.03552552723278085f,0.7101809442505221f,-0.0838592389685055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7093940695008638f,0.03346378451178193f,0.7040172080873828f,0.10408279551420335f,-0.04877592458102799f,0.9988083460008642f,0.0016724653311516943f,1.949240716260454f,-0.7031222961464597f,-0.03552552723278085f,0.7101809442505221f,-0.07586599534112982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,0.007982663964075216f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.4322606821709987f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,-0.023385317288022178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.03259273460608449f,0.045458808580444876f,0.9984343796030585f,-0.009064389253591612f,0.012149586929622667f,0.9988732828105326f,-0.04587540108543259f,1.057683201117049f,-0.9993948675014981f,0.013625770061036418f,0.03200370606518688f,-0.028494981060910834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.002218295685019432f,0.582519632355904f,0.8128136053759167f,-0.39001571268592994f,-0.08113089157703282f,0.8102409472343644f,-0.5804544649295723f,0.7894194854036531f,-0.9967009870548788f,-0.0646566728551871f,0.049057691131235925f,0.08876201445920782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.002218295685019432f,0.9980391675557363f,0.06255317089410412f,-0.07311993876074516f,-0.08113089157703282f,0.06252673426852412f,-0.9947402605372064f,0.7606662571335103f,-0.9967009870548788f,-0.0028683664979443704f,0.08111051027742276f,0.0918078061385599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.08378690367665437f,0.5387262920873995f,0.8383040838419202f,-0.3779874020192339f,0.17133513490568042f,0.8209452588665348f,-0.544695468579839f,0.8291687910259133f,-0.9816435332233038f,0.1892692900560473f,-0.02351828060357518f,-0.1772882265254093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.08378690367665437f,0.9958924520914162f,0.03432169342595842f,-0.03847921885892073f,0.17133513490568042f,0.019532114671793277f,-0.9850191714090137f,0.7790236493703215f,-0.9816435332233038f,0.08841221840783291f,-0.1689948322200248f,-0.1570622339349327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.12754780006160918f,0.7443849886773567f,0.6554559842821297f,-0.025215197165782022f,0.09729072276665061f,0.6482765014322192f,-0.7551636199886383f,0.9505497498875602f,-0.9870491750480249f,0.16008924486864662f,0.010264488024251131f,-0.029993616053753332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.06480902198961072f,0.8059194967665977f,0.5884671234658944f,-0.03170290702150799f,-0.07902628704824582f,0.5837097719108219f,-0.808107510255402f,0.9132070012483468f,-0.9947636084136363f,-0.09887702921958323f,0.025859166045935866f,-0.03054315091899982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.7368514272098325f,0.6753139121325862f,-0.025215197165782022f,0.009211019407118807f,0.6754085399106985f,-0.737386236199985f,0.9505497498875602f,-0.9994568839236974f,0.02955128482031337f,0.01458282356067334f,-0.029993616053753332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.04992435406921551f,0.22515990656749976f,0.9730419185961552f,-0.02698307501976534f,0.09435531342619154f,0.9688360714914142f,-0.22902781797268396f,0.9754361352732747f,-0.994285991905255f,0.10324574108213107f,0.027123481512976708f,-0.02982022869210701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013114994375715058f,0.23067424138997752f,0.9729426454224749f,-0.02698307501976534f,-0.07600337603140768f,0.9704413978460225f,-0.22905671825660667f,0.9754361352732747f,-0.9970213055669138f,-0.07094284816538175f,0.03025935458383381f,-0.02982022869210701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.21117001893997114f,0.9769371160939059f,-0.02698307501976534f,0.009211019407118807f,0.9773233758723069f,-0.21155182838973371f,0.9754361352732747f,-0.9994568839236974f,0.015692102295418595f,0.028977493043448932f,-0.02982022869210701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.07568688638660842f,0.45892345115047445f,0.8852461585419272f,-0.02116460967873182f,0.145977689247951f,0.8731277686548654f,-0.4651219343845274f,0.9925157110532362f,-0.9863883664515358f,0.16442981964325704f,-0.0009082627134674552f,-0.22333391210512413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.008882017097920393f,0.5165631846392399f,0.8562030051615324f,-0.02156004520208929f,-0.11500908387748593f,0.8500270024272706f,-0.514030160370158f,0.9869754088070537f,-0.9933247305881061f,-0.10303674791003269f,0.051859504260942574f,0.16431308176834505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.39006676733937995f,0.9202428063931777f,-0.06865602134533623f,0.009211019407118807f,0.920550885954479f,-0.39051405031049186f,0.8462201893315873f,-0.9994568839236974f,0.020832267899336638f,0.02553338582529315f,-0.04014708307478428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.30837800022588996f,0.9507375635145939f,3.453389162958117e-18f,0.009211019407118807f,0.9510834540197184f,-0.3087967302472678f,1.0586559375f,-0.9994568839236974f,0.01852761362408007f,0.027251875365372845f,-0.028199062500000007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9998611983800899f,-0.003502242644964287f,-0.016288593259908918f,-0.38094224499329854f,-0.00044476003868016f,0.9829190008795282f,-0.18403814794356624f,1.2237794324027167f,0.016654914062790856f,-0.18400535863513806f,-0.9827841277875399f,-0.44665930993007114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9998611983800899f,-0.003502242644964287f,-0.016288593259908918f,-0.47467923234143194f,-0.00044476003868016f,0.9829190008795282f,-0.18403814794356624f,1.2237377361490904f,0.016654914062790856f,-0.18400535863513806f,-0.9827841277875399f,-0.4450979117366845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9998611983800899f,-0.003502242644964287f,-0.016288593259908918f,-0.4253674496783789f,-0.00044476003868016f,0.9829190008795282f,-0.18403814794356624f,1.2513643064674385f,0.016654914062790856f,-0.18400535863513806f,-0.9827841277875399f,-0.2984609916652468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18652017272862642f,0.008247150374050655f,0.9824165153721671f,0.5076918011254755f,-0.5120224119359694f,0.8526078262256973f,-0.10436926910716463f,1.9165532695919925f,-0.8384767586764443f,-0.5224862478280161f,-0.15480583319127567f,0.5225523718414412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9977612781443178f,0.008247150374050655f,0.0663657769224873f,0.5778740478272952f,-0.027661243971403265f,0.8526078262256973f,-0.5218186947979593f,1.948535710465243f,-0.060887498041651056f,-0.5224862478280161f,-0.8504709480122348f,0.5758500099098769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7486106314860765f,0.008247150374050655f,0.6629586012238816f,0.4433391342928031f,-0.3411460359813381f,0.8526078262256973f,-0.39582733204379766f,1.9919185898351874f,-0.5685081393966471f,-0.5224862478280161f,-0.635457800542541f,0.6445198609570402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.943761602720991e-7f,-4.5539015938407626e-9f,0.000015617176328457552f,-0.6869758125693008f,1.4392217823623137e-7f,0.000015624337150951774f,0f,1.224837870727546f,-0.00001561651381130777f,1.4385011424581896e-7f,4.943971337549507e-7f,-0.055636725046293856f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..a4e043c1d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.752945820303399f,-0.13466656877443653f,-0.2861502252080292f,0.011509633407143158f,-0.13112854964684767f,0.8053542885363563f,-0.03397378177445213f,1.2204687915532988f,0.2877887065185152f,0.014622914725315342f,-0.7641389109381751f,-0.34489886182084006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7319176136146898f,0.16038289400270433f,-0.28031042469357964f,0.011509633407143158f,0.18323143862245714f,0.7780222697719255f,-0.03328043928925923f,1.2204687915532988f,0.2659376746174231f,-0.0946502776026496f,-0.7485442392863757f,-0.34489886182084006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7790043158124426f,0.13545757332279176f,0.20432319060628662f,-0.047665009384865786f,0.13112854964684767f,0.8053542885363563f,-0.03397378177445213f,1.2204687915532988f,-0.2071280373526159f,0.00040026246936793587f,-0.7899634550894448f,-0.3417831818958013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7557977262524925f,-0.1694356563778773f,0.20015332957350526f,-0.047665009384865786f,-0.18323143862245714f,0.7780222697719255f,-0.03328043928925923f,1.2204687915532988f,-0.18760606837708385f,-0.07728457858291798f,-0.7738417519243541f,-0.3417831818958013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.030900606262842835f,0.45247422574441076f,1.495231914309477f,-0.5776137122306219f,1.560621827964234f,0.05814613132368349f,-0.04984764280948254f,0.9176483733416886f,-0.07007790389389179f,1.4944204068631706f,-0.4507804176500499f,0.03754591504623972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4782221848161678f,-0.8646871892117192f,-0.15368671628604538f,-0.4814621697802221f,-0.8492211211452066f,0.49989742174013446f,-0.17007661549561856f,1.1380451631126003f,0.2238906638306503f,0.04917959486110678f,-0.9733726614708099f,-0.029665812156313483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5016522293140132f,-0.8646871892117192f,0.025711974591949974f,-0.29816040943294025f,-0.8543931918349938f,0.49989742174013446f,0.14182680100593684f,1.455889834028428f,-0.13548916772307704f,0.04917959486110678f,-0.9895575035736959f,0.013113920648100475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6464753917375765f,0.7384516143895057f,0.191725796603586f,0.39546039321227844f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.288800734586136f,-0.6700202771695305f,0.6697133004136848f,-0.32024509899555875f,0.2533116745410393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.22128036475433918f,0.8779589166926985f,0.4245269611861768f,0.29788895966995593f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.455889834028428f,-0.8316825562955362f,0.057428647629276436f,-0.5522735517704922f,-0.018269438270910852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9979996566893021f,0.03335227673220528f,-0.053705780739259f,-0.1485677007598879f,0.06007750976849275f,0.7648204492657811f,-0.6414361801495964f,1.1300800253249281f,0.019681922366771593f,-0.6433795971443819f,-0.7652942675273879f,0.274504450401697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9985577329022393f,0.01909095149505521f,-0.05017957385384594f,-0.14530176969115158f,0.033307928151871946f,0.9533182347556921f,-0.30012484936192974f,1.3069514140331084f,0.042107433825511936f,-0.3013633668070901f,-0.9525791752727567f,0.21204519927991294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.0282509176222703f,-0.04434505793201204f,0.16752429974073868f,0f,0.8433914458128857f,-0.5372996083468239f,1.1199024936575435f,0.05257944949782002f,-0.5365563854648921f,-0.842224819574534f,0.21001685756074615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.0022934833751015356f,-0.0525294055125502f,0.1667659628234537f,0f,0.9990482215818578f,-0.04361938736533605f,1.3069514140331084f,0.05257944949782002f,-0.043559050588085235f,-0.9976662821817578f,0.1956141213118442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,0.29496559940751194f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.9926672300726453f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,0.04013665929993676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,0.33194714021193095f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.8718823851034159f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,-0.05917949933243419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.2925311665853468f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.9942058827478668f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,0.041333528497956476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.33054921292895223f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.8736174615244103f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,-0.05782983832190132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9872593771104963f,0.15910764539858419f,-0.0019181978816671802f,0.19670152860215853f,0.1588644893116234f,0.9862891819334002f,0.044673522772459534f,2.100568241775391f,0.008999796839481962f,0.043799620738800296f,-0.9989997982382105f,0.02325358105126485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,0.081544433934925f,0.0026189832769728943f,0.9989982068500892f,0.044673522772459534f,2.1109371966976744f,0.002037224166842078f,0.04466825313025717f,-0.9989997982382105f,0.023938377825101394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.969635412107291f,0.24454751706858674f,-0.0019181978816671802f,0.05919637947574173f,0.24422072818267765f,0.9686901012651165f,0.044673522772459534f,2.106680338011945f,0.012782938372950652f,0.04284856598029905f,-0.9989997982382105f,0.023790929464278042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9977474158215667f,-0.06705531103702883f,-0.0019181978816671802f,0.0883307188444821f,-0.06707398862122665f,0.9967473884658732f,0.044673522772459534f,2.1165952655080362f,-0.0010836382355145467f,0.04470155308475563f,-0.9989997982382105f,0.024178366290497237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9959532511760738f,0.08985233435306571f,-0.0019181978816671802f,0.14633985983438763f,0.08967744797650953f,0.9949684576344715f,0.044673522772459534f,2.222472236762084f,0.005922566692640423f,0.044320721155977606f,-0.9989997982382105f,-0.0024796728521865596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9959532511760738f,0.08985233435306571f,-0.0019181978816671802f,0.12612308460494787f,0.08967744797650953f,0.9949684576344715f,0.044673522772459534f,1.9986043337943282f,0.005922566692640423f,0.044320721155977606f,-0.9989997982382105f,-0.012451835112281505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881064302375772f,-0.1537595624344662f,-0.0019181978816671802f,-0.19377286950030267f,-0.15369101081786385f,0.9871085804291654f,0.044673522772459534f,2.1015908933234897f,-0.004975511725944833f,0.04443700488421424f,-0.9989997982382105f,0.024049069310530954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.07856120835007968f,0.0026189832769728943f,0.9989982068500892f,0.044673522772459534f,2.1113565130055756f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,0.024264550704293744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709453580845049f,-0.2392936107192151f,-0.0019181978816671802f,-0.05623654389436039f,-0.23913835162100744f,0.9699572800629347f,0.044673522772459534f,2.1069826565720344f,-0.008829518567844558f,0.04383426424470682f,-0.9989997982382105f,0.024026093499922664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973697021303802f,0.07245686847527541f,-0.0019181978816671802f,-0.08531672940712015f,0.07229919575190634f,0.9963820063894803f,0.044673522772459534f,2.1170500477745335f,0.005148161417838907f,0.04441733393654519f,-0.9989997982382105f,0.02453212701593005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.996425177515442f,-0.0844581916110355f,-0.0019181978816671802f,-0.14287863233428347f,-0.08445941346668684f,0.9954249764999681f,0.044673522772459534f,2.223229699326064f,-0.001863622864975518f,0.0446758327267868f,-0.9989997982382105f,-0.0018904667070439723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.996425177515442f,-0.0844581916110355f,-0.0019181978816671802f,-0.12387553922180052f,-0.08445941346668684f,0.9954249764999681f,0.044673522772459534f,1.9992590796135714f,-0.001863622864975518f,0.0446758327267868f,-0.9989997982382105f,-0.011942529070570987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.00020381266919049722f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.4855490781066396f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,-0.0038709181257389723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.0022934833751015356f,-0.0525294055125502f,0.0006562435964725786f,0f,0.9990482215818578f,-0.04361938736533605f,1.110905995013443f,0.05257944949782002f,-0.043559050588085235f,-0.9976662821817578f,0.012463725844792991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9874470847570365f,-0.1569070191615687f,0.018122972787625577f,0.15487642951699007f,-0.1205904774487396f,0.674806101272469f,-0.7280760004519686f,0.8741800999326662f,0.10201074234371073f,-0.7211219820691096f,-0.6852568098335131f,0.3932643013526602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9874470847570365f,-0.09419916726915817f,0.12678632296358733f,0.12944422271999212f,-0.1205904774487396f,-0.06880799901885226f,-0.9903147964257155f,0.8183774991158203f,0.10201074234371073f,-0.99317268194248f,0.0565847354828693f,0.08111854097057461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9869395361596712f,0.1467602180335036f,-0.06642130959030715f,-0.12744314993066652f,0.1604299972043605f,0.8581322011510841f,-0.4877205566147528f,0.8150060763124116f,-0.014579710626134924f,-0.4920066704327837f,-0.870469337936555f,0.421110171348703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9869395361596712f,0.038560106941143465f,-0.15640802446684288f,-0.1211689146644091f,0.1604299972043605f,0.14739759615944076f,-0.9759795923293824f,0.8222454989732476f,-0.014579710626134924f,-0.9883253850828209f,-0.1516587130334165f,0.07605049113944504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9945759694204461f,0.09614552991634487f,-0.03968221425884418f,0.0017616089922716858f,0.09850936773847196f,0.7482529351414527f,-0.6560590289905073f,1.0051029705929564f,-0.0333848097066028f,-0.6564096145923717f,-0.7536656237029442f,0.033457410698427725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9855709093135199f,-0.16846710112038316f,-0.016395687085821488f,0.0018816527138661985f,-0.09850936773847196f,0.6496652195352794f,-0.7538109889050062f,0.9676346250108836f,0.13764405974355767f,-0.7413190530171685f,-0.6568867287828553f,0.03573734461836987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.034495222582395214f,-0.03968221425884418f,0.0017616089922716858f,0f,0.7547095802227719f,-0.6560590289905073f,1.0051029705929564f,0.05257944949782002f,-0.6551515314329641f,-0.7536656237029442f,0.033457410698427725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961947205347705f,0.07128440406960201f,-0.0501459122470813f,0.001760612367998106f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0300980409052625f,0.02620738421426343f,-0.3037297538655738f,-0.9523977160983766f,0.03343848228254233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9934386911552315f,-0.10278596402568083f,-0.0501459122470813f,0.001760612367998106f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0300980409052625f,0.07855135342235857f,-0.2945645519170828f,-0.9523977160983766f,0.03343848228254233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.01581094539873652f,-0.0501459122470813f,0.001760612367998106f,0f,0.9537169507482269f,-0.30070579950427306f,1.0300980409052625f,0.05257944949782002f,-0.3002898464169281f,-0.9523977160983766f,0.03343848228254233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9926997939769295f,0.10975118502701862f,-0.050017961007288954f,-0.1917197252762076f,0.1205904774487396f,0.9108879698221498f,-0.3946403973010963f,1.0425790311541199f,0.0022485076932441395f,-0.3977911308946534f,-0.917473247781485f,0.04365721202984175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9874470847570365f,-0.1544054226559134f,-0.033274919372985f,0.1945849946963264f,-0.1205904774487396f,0.8730265891473716f,-0.472527789013928f,1.042586098743917f,0.10201074234371073f,-0.4625835493142347f,-0.8806873840077023f,0.010761501868149823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.024278487890279896f,-0.04663854130711356f,-0.00330584387315568f,0f,0.8870108331782217f,-0.46174861323503386f,0.9045081669545093f,0.05257944949782002f,-0.4611098967168656f,-0.8857838701626192f,0.0857983299206938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.02012128420569266f,-0.04857707722174677f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.1109375f,0.05257944949782002f,-0.3821540832290556f,-0.9226015706478427f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6158535968745409f,-0.20391333180977145f,-0.761014914654718f,-0.023275433400415685f,0f,0.9659258262890683f,-0.2588190451025207f,1.1890625f,0.7878606140788419f,0.15939463986602148f,0.5948688944341357f,0.36645796255729846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6158535968745409f,-0.20391333180977145f,-0.761014914654718f,0.03446084130657254f,0f,0.9659258262890683f,-0.2588190451025207f,1.1890625f,0.7878606140788419f,0.15939463986602148f,0.5948688944341357f,0.4403198951271899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6158535968745409f,-0.20391333180977145f,-0.761014914654718f,0.11974494115128614f,0f,0.9659258262890683f,-0.2588190451025207f,1.227885356765378f,0.7878606140788419f,0.15939463986602148f,0.5948688944341357f,0.3141585946771238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5747949929326057f,-0.5427894103418032f,-0.612364574514564f,0.5205588397323786f,-0.48111098328415514f,0.8294993993759021f,-0.283659951699867f,2.0350782517079975f,0.661923664679666f,0.13156900264049692f,-0.737934048327644f,-0.4159608609622635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2846693649850477f,-0.5427894103418032f,-0.7901537879804204f,0.5365088727927424f,0.03432305188418064f,0.8294993993759021f,-0.5574519481931813f,2.0596409982920023f,0.9580111067980188f,0.13156900264049692f,0.2547632563691621f,-0.5050188781511907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17013368597721368f,-0.5427894103418032f,-0.8224561902719222f,0.6519022848033489f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.121345574910965f,0.9499521833485571f,0.13156900264049692f,-0.28333804350191644f,-0.4179891630314396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015603386625730267f,0f,-8.215538984034379e-7f,0.02894085517959394f,0f,0.000015625f,0f,1.2770599999999999f,8.215538984034379e-7f,0f,-0.000015603386625730267f,0.6869285037088821f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2.mcfunction new file mode 100644 index 000000000..fdab1f380 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20.mcfunction new file mode 100644 index 000000000..e97559329 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..461d796b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1397620806504907f,0.008869577068948956f,0.8045696587986078f,0.30788642494926316f,-0.11569106144919516f,0.8079101687208409f,-0.029003138152020946f,1.178957678775603f,-0.7962578624776329f,-0.11894088584050758f,-0.13700703106947132f,0.10046428141778684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.12316318583295481f,0.060420297260913955f,0.7881498698435342f,0.30788642494926316f,0.19816088095477538f,0.7745482985909523f,-0.028411237373408275f,1.178957678775603f,-0.7652209451620523f,0.19085156753027627f,-0.1342109692109107f,0.10046428141778684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5602427809165091f,-0.06527251525513911f,0.590603055890882f,0.3287037144296507f,0.13430565572975076f,0.8046279135142373f,-0.03847539573767533f,1.1798792559073314f,-0.5788216147608714f,0.12352272661513222f,0.5627185075502896f,0.03238641834796248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5315025783212152f,0.15094696112242184f,0.5785499323012723f,0.3287037144296507f,-0.18008377987705962f,0.7785558954159388f,-0.03769018357976359f,1.1798792559073314f,-0.5701533490764493f,-0.10519378613298229f,0.5512344563757939f,0.03238641834796248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.16692831545763598f,-1.5385197108733972f,-0.21563461399439904f,0.011821917722470876f,1.225803656019566f,0.26367519689151825f,-0.9323556389239485f,1.1843843296012122f,0.9544352174912349f,-0.06956105087084773f,1.235160283450776f,-0.8744847200393274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.28227919200728724f,0.2375143651055346f,0.9294651064608223f,0.09873048655086865f,-0.2866466123729704f,0.9037230823621106f,-0.31799105336632644f,1.2609257165126366f,-0.9155065141083448f,-0.35619028169566985f,-0.1870195333400933f,-0.6453398909930432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011794287892081423f,0.2375143651055346f,0.9713124220052132f,0.09211238734474826f,-0.36933921667246095f,0.9037230823621106f,-0.2165020402529702f,1.3968529153776919f,-0.9292198005858956f,-0.35619028169566985f,0.09838213976463306f,-0.3118994718104743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6272267033327479f,-0.7498878173211225f,0.21036854341772682f,-0.36691714553940813f,0.33411541433878417f,0.01508544077372349f,-0.9424114384799696f,1.1907374401136799f,0.7035293544178213f,0.6613929927887244f,0.26001107007667745f,0.26098210657906445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8257397256303771f,-0.33888636317397597f,0.4508990334549253f,-0.09001831801340257f,0.5608898540347854f,0.40881152661886727f,-0.7199136804814786f,1.3763823248592686f,0.059636206759880434f,0.8473660180572903f,0.5276498405998298f,0.2563396107252281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.03496434515058794f,0.7051708977101612f,0.7081747662765427f,-0.2177860183262054f,-0.47220245977189584f,0.612864480588919f,-0.6335786970991413f,1.0973529948404088f,-0.8807964189036883f,-0.3565545308296052f,0.3115550272284474f,-0.21126652068909946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.20832687797672284f,0.35224462996242417f,0.9124273300242088f,-0.14603747939559958f,-0.23411320529433136f,0.9237352712634666f,-0.3031569819922082f,1.2686586270648574f,-0.9496267261504838f,-0.150455539234834f,0.274904004507518f,-0.23775878426745886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2923959952282285f,0.5127205160034324f,0.8072312273714811f,-0.25096025511738623f,0.012944310682961953f,0.8419222632361861f,-0.5394435535699735f,1.0776183758945872f,-0.9562097190446439f,0.16818018651562974f,0.2395378844110703f,0.054382270820037715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2923959952282285f,0.04041337821469773f,0.9554430076335111f,-0.23741122790442099f,0.012944310682961953f,0.9988478447592133f,-0.04621068968125577f,1.2646135299764318f,-0.9562097190446439f,0.02587937173020534f,0.29153598632658223f,0.06105675293399235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,-0.2796480469784552f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.9422927047256668f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,0.10316849115566373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,-0.26499224610012695f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.8155857478351312f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,0.2008970288309752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,0.23973312317425083f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.9651914470133396f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.17046465320453363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,0.3206929032210095f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.8414077338191028f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.10766800629860901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8619192825312818f,-0.25820966910375853f,0.43637474397825526f,-0.1945241463293112f,0.19356448179732408f,0.9630040361432168f,0.1874993806880632f,2.044815669186923f,-0.4686447927666471f,-0.07714268049012425f,0.8800119687024178f,0.06030346412323377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.891700517344735f,-0.12019679773207022f,0.43637474397825526f,-0.09302488070479953f,0.04053436059890947f,0.9814280146054678f,0.1874993806880632f,2.0593748457474303f,-0.4508072237419999f,-0.14950512353269202f,0.8800119687024178f,0.006870608308063353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8251571089659718f,-0.4016597671185946f,0.3972218234200581f,-0.06281205685885509f,0.2697107487186994f,0.8979668202978591f,0.34772359952949816f,2.056525116313157f,-0.4963585977380849f,-0.1797916047049713f,0.8492956619040825f,0.016149409455017295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.908890739445687f,-0.12701356915194767f,0.3972218234200581f,-0.09084646314059316f,-0.020976842773109183f,0.9373624007807874f,0.34772359952949816f,2.064597487679389f,-0.41650641749815165f,-0.32437521923501195f,0.8492956619040825f,0.025956269806632182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.877831486482263f,-0.2676316579539589f,0.3972218234200581f,-0.1502254563739152f,0.12591720268547163f,0.9291034153408946f,0.34772359952949816f,2.1709854217125186f,-0.4621219962393117f,-0.2552256634092665f,0.8492956619040825f,0.046965486498587894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.877831486482263f,-0.1974562335259457f,0.43637474397825526f,-0.10579780383057749f,0.12591720268547163f,0.9741605824038758f,0.1874993806880632f,1.9517992906716468f,-0.4621219962393117f,-0.10964577297957553f,0.8800119687024178f,0.07163578541899235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8782977417182455f,0.10591410600382828f,0.46623521857753286f,0.15934178451790282f,-0.11781784156686512f,0.9930285567636453f,-0.003638909237217075f,2.0679630959915993f,-0.463370298035119f,-0.05173478134989511f,0.8846533102280937f,-0.10294639564262678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8840530555790741f,-0.03278590976719795f,0.46623521857753286f,0.05718172656998829f,0.03897658261731554f,0.9992334984111767f,-0.003638909237217075f,2.0735432362817017f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.049082444623215635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8657245310694517f,0.18205976288718537f,0.46623521857753286f,0.037576715844269665f,-0.20391765054389488f,0.9789812818109555f,-0.003638909237217075f,2.068356262584494f,-0.45709805086133976f,-0.09192329738015576f,0.8846533102280937f,-0.03877143190336445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8796125173141818f,-0.09437446869873453f,0.46623521857753286f,0.06298132405950224f,0.10858464291718567f,0.9940805468683666f,-0.003638909237217075f,2.079484282991085f,-0.46313194092694093f,0.05382681483908369f,0.8846533102280937f,-0.05211454504314639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8835464471170986f,0.04438915120513395f,0.46623521857753286f,0.12520301908534612f,-0.04826067277926239f,0.9988281462806584f,-0.003638909237217075f,2.1862797692391234f,-0.46585038719490723f,-0.019285679994013493f,0.8846533102280937f,-0.049143128477617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8835464471170986f,0.04438915120513395f,0.46623521857753286f,0.11521546006419099f,-0.04826067277926239f,0.9988281462806584f,-0.003638909237217075f,1.9615434363259756f,-0.46585038719490723f,-0.019285679994013493f,0.8846533102280937f,-0.04480385047896397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,0.006941756291947803f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.444677911476746f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.025191436202003314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2923959952282285f,0.04041337821469773f,0.9554430076335111f,-0.008213260538563846f,0.012944310682961953f,0.9988478447592133f,-0.04621068968125577f,1.070109969692041f,-0.9562097190446439f,0.02587937173020534f,0.29153598632658223f,-0.03489620060083032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.26492453216163386f,0.5644753170756297f,0.7817816886262475f,-0.4084939435876849f,-0.07609247689099476f,0.820460285456645f,-0.5666170267023344f,0.7820605372643121f,-0.9612621532233198f,0.09062304563833638f,0.26031238230191656f,-0.02087876317811771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.26492453216163386f,0.9600171160107153f,0.09045512271512635f,-0.09921187805200525f,-0.07609247689099476f,0.1143279525944102f,-0.9905246358451483f,0.772536444428163f,-0.9612621532233198f,0.25553132141097584f,0.10333835956907637f,0.06511351068274895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.3351079085519225f,0.44234840235214024f,0.8318837542364111f,-0.32162983466698786f,0.17169086743413067f,0.8394817303626516f,-0.5155508417479734f,0.8430696280340436f,-0.9264043046454783f,0.3155920076995572f,0.2053697860214364f,-0.27287032171724224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.3351079085519225f,0.9383439858441741f,0.08493087692956502f,0.00018964862388016736f,0.17169086743413067f,0.02781645199564675f,-0.9847580875718104f,0.792885875220616f,-0.9264043046454783f,0.34458207908775884f,-0.15178357982958973f,-0.16575924567016043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3800113318274271f,0.6741374305302931f,0.6333483342054033f,-0.022653510445941893f,0.09834450203515274f,0.6513871720424904f,-0.7523450744292439f,0.9627405008055598f,-0.9197389556837325f,0.3481859802698858f,0.18123679687440916f,-0.04035843592833783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.19774924110086078f,0.7968277909353476f,0.5709296885231383f,-0.02847504914650486f,-0.0795539458376739f,0.5935555664071489f,-0.8008513965079571f,0.925345262734073f,-0.977019143796932f,0.11294804637612338f,0.18076595773022924f,-0.042502163617480236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.6981820568981825f,0.6539446282777995f,-0.022653510445941893f,0.009476349583093003f,0.6814664736902425f,-0.7317879775145018f,0.9627405008055598f,-0.9565625751755843f,0.21942028315907622f,0.19194472931509604f,-0.04035843592833783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3065495231949991f,0.1801053942888183f,0.9346600648240986f,-0.02468530046691178f,0.09486390725524316f,0.9712661211679685f,-0.21827267573289547f,0.987604517711088f,-0.9471157420976526f,0.1555768903770686f,0.2806556649195136f,-0.0407310081924661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2739789983004611f,0.2308842066676273f,0.9336101925331237f,-0.02468530046691178f,-0.0759833288313608f,0.972917604796921f,-0.2183068208186076f,0.987604517711088f,-0.958729389468155f,-0.011127326169514038f,0.28410234138833856f,-0.0407310081924661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.18685243145044017f,0.9381833137980151f,-0.02468530046691178f,0.009476349583093003f,0.9801260978364763f,-0.19814901245885908f,0.987604517711088f,-0.9565625751755843f,0.06662582983273567f,0.283811625153999f,-0.0407310081924661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.32941247708834004f,0.39364965378797f,0.8582117279617748f,0.031395726936027234f,0.14864032132872718f,0.8759886670125728f,-0.4588571783690742f,1.0051876802911413f,-0.9324127169949028f,0.2787181467686435f,0.23004938567193867f,-0.22602246942374332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.25205653476409984f,0.5160059189250019f,0.8186607324875663f,-0.07026448998923356f,-0.11520836877449295f,0.8559594443894639f,-0.5040441065271972f,0.9992265293329207f,-0.9608301280908268f,0.03273104328988805f,0.27519837164874533f,0.1480486834776924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.3607100250630397f,0.8859966361375126f,-0.060759326235284836f,0.009476349583093003f,0.925050397790571f,-0.37972616494795997f,0.8579091317870112f,-0.9565625751755843f,0.1190379744725505f,0.26611651659926544f,-0.06117142397511457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.28211771962184923f,0.914063101598207f,3.9659279444609876e-18f,0.009476349583093003f,0.9546256176933862f,-0.29765773774941545f,1.0711342592592592f,-0.9565625751755843f,0.09539141637950688f,0.2754787059911641f,-0.03238425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9457616614318057f,0.056808739921048304f,0.3198556656280037f,-0.25107438093499224f,0.00033341347721119007f,0.9847606211285733f,-0.1739149444697591f,1.2459884810409285f,-0.3248611528040924f,-0.16437544263985687f,-0.9313677819506897f,-0.5745339283126399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9457616614318057f,0.056808739921048304f,0.3198556656280037f,-0.3397395366942241f,0.00033341347721119007f,0.9847606211285733f,-0.1739149444697591f,1.2460197385544172f,-0.3248611528040924f,-0.16437544263985687f,-0.9313677819506897f,-0.6049896613880236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9457616614318057f,0.056808739921048304f,0.3198556656280037f,-0.34338530865880873f,0.00033341347721119007f,0.9847606211285733f,-0.1739149444697591f,1.2720913514681367f,-0.3248611528040924f,-0.16437544263985687f,-0.9313677819506897f,-0.45005662755772824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07119652204337434f,0.1688313850833555f,0.9830702002704401f,0.3667797447386024f,-0.4993003255714613f,0.8592370926785721f,-0.11140378561569483f,1.9386571305032254f,-0.8634988362083416f,-0.4829157089763292f,0.14547225814817522f,0.6359436635310526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9191379007710355f,0.1688313850833555f,0.3559234226305566f,0.4162171532852642f,-0.03967610930739576f,0.8592370926785721f,-0.5100366897738853f,1.9700809987995351f,-0.39193280765514116f,-0.4829157089763292f,-0.7830588051401042f,0.709138920464044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.527332357831059f,0.1688313850833555f,0.8327163669552626f,0.2665909939686439f,-0.33518792849397033f,0.8592370926785721f,-0.38647208328312144f,2.0123398771438485f,-0.7807494072852423f,-0.4829157089763292f,-0.3965132797872377f,0.732018283965634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000004552703485444161f,-4.314494705376861e-8f,0.000014946961379730945f,-0.6560220260880493f,1.4806796223582818e-7f,0.000015624298412362693f,0f,1.2373176956448693f,-0.000014946290237118507f,1.4164263123932056e-7f,0.000004552907918334357f,-0.23811027625978526f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21.mcfunction new file mode 100644 index 000000000..a3752821b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..8eb8ace9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.07866728733390482f,0.04155878417415516f,0.8118058695315864f,0.2719702312873462f,-0.11640475829489658f,0.8077685627773289f,-0.030072008236893242f,1.1916641256948077f,-0.8044910407172201f,-0.11281516250513068f,0.0837337981887205f,0.16531315689927983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.0867751394142022f,0.008121445775771247f,0.7952384028064521f,0.2719702312873462f,0.1974618832502844f,0.7746876877753003f,-0.029458293783079095f,1.1916641256948077f,-0.7703758042948239f,0.19948190025130186f,0.0820249451644609f,0.16531315689927983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6650924440515734f,-0.08958612363358515f,0.46537169205083445f,0.30667118109974445f,0.1356659507273557f,0.8043722948708686f,-0.03904363586885373f,1.1925627783694834f,-0.4540828505054902f,0.10910537173267382f,0.6699621087646136f,0.10659297134532614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6355086578659989f,0.16824790854626703f,0.4558743105804093f,0.30667118109974445f,-0.1787568544309023f,0.7788344928291396f,-0.038246826973571006f,1.1925627783694834f,-0.4518569826519512f,-0.07148058512200367f,0.6562894126673766f,0.10659297134532614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.010456594920301543f,-1.4749582046001162f,-0.5155532991897882f,0.19227446625127542f,1.1448328475758884f,0.34363078169963013f,-1.0063209661831483f,1.247782916726767f,1.0633224631944704f,-0.38447682706673436f,1.0783919318664899f,-0.8684481213634095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.10771112943887273f,0.3246365633900541f,0.9396858061635803f,0.23480494531227758f,-0.19150624014973017f,0.9207083246736426f,-0.3400316762602694f,1.2980393409187692f,-0.9755632591373643f,-0.21658089155544197f,-0.03700060586441156f,-0.619186455024203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.21160597016580326f,0.3246365633900541f,0.9218644233836581f,0.1555459409237847f,-0.29387776291498907f,0.9207083246736426f,-0.2567723531471725f,1.4069607471849999f,-0.9321259431290766f,-0.21658089155544197f,0.29023084529177656f,-0.286497543649016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4752606572024309f,-0.8686416954904941f,0.13996039643739622f,-0.4247664534539605f,0.3307222279776968f,0.028961203491078013f,-0.9432836564967173f,1.196699353736224f,0.815322093185866f,0.49459362465335927f,0.30104323745148337f,0.1633929548408437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7852669206496758f,-0.5266153173403597f,0.3256258142038003f,-0.15580901557132326f,0.5673485455577242f,0.4014124676609903f,-0.7190157568926078f,1.3846435544222735f,0.2479344493750529f,0.7493626213982297f,0.6139903667520059f,0.22253203632573287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.17271094851768082f,0.7692804274218821f,0.6151248265577721f,-0.1692732361327856f,-0.47191069579922856f,0.6127934958156994f,-0.633864675365541f,1.1104226453675108f,-0.8645641812221987f,-0.1808086155900236f,0.4688678076771832f,-0.2614412267354699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.42540457030917606f,0.3778884528067394f,0.8223328211833659f,-0.09327957109912595f,-0.23386331505521862f,0.9236908909153073f,-0.30348490557434604f,1.2817179067542912f,-0.8742647776454503f,-0.06320961378947673f,0.4813165728427979f,-0.2702848007407293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.508714047787295f,0.45905892206706195f,0.7283370947950494f,-0.26388978675789404f,0.013174199615880981f,0.8417335103787239f,-0.5397324688861992f,1.0906115327785884f,-0.8608347449123708f,0.28416474724380947f,0.42215392734820706f,-0.011012606630509762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.508714047787295f,0.03338814094645187f,0.8602878876445985f,-0.2522527110326556f,0.013174199615880981f,0.9988288376477269f,-0.04655527411338081f,1.2776009693743284f,-0.8608347449123708f,0.03501692629901958f,0.5076783990128223f,-0.0012739429556134635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,-0.3042286834142528f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.9553908235007695f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,0.022317312614394312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,-0.31624963895393904f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.828213087573945f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,0.11979363082779323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,0.26924758887487954f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.97819326438599f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,-0.10322655944249609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,0.3304363702231676f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.8539264783594067f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,-0.021777118512955496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.955422581328059f,-0.23193789425042655f,0.18268142844609542f,-0.21103210126099875f,0.19311678129413395f,0.9589742547585112f,0.20754345928733012f,2.05655459958176f,-0.2233239796148671f,-0.16301285814633124f,0.9610167575063102f,0.0015606511654020147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9799428243286569f,-0.0796213334959229f,0.18268142844609542f,-0.09895974996698337f,0.04072256872697552f,0.977377810727932f,0.20754345928733012f,2.0710946394430407f,-0.1950736615821101f,-0.19594146663992767f,0.9610167575063102f,-0.02288348803529757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9266315733155901f,-0.34551969455596027f,0.1482230346762258f,-0.07180137320841691f,0.26708054246467583f,0.882418344698668f,0.38730588528453513f,2.0690840874507614f,-0.26461653608844676f,-0.3193023733285094f,0.9099582865249004f,-0.003035263658614267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9880504535156551f,-0.04226385333684468f,0.1482230346762258f,-0.10151607365629305f,-0.018673574373424276f,0.9217621433125158f,0.38730588528453513f,2.076964007402633f,-0.1529954212636056f,-0.3854456094665484f,0.9099582865249004f,-0.001548971680205697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9692743895698626f,-0.1963086592979034f,0.1482230346762258f,-0.1653045916781594f,0.1257516960975627f,0.9133349123692518f,0.38730588528453513f,2.182872224578436f,-0.2114087714655099f,-0.35676637752471974f,0.9099582865249004f,-0.0018939854002081452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9692743895698626f,-0.16472599498823512f,0.18268142844609542f,-0.12824124280580654f,0.1257516960975627f,0.9701093873556913f,0.20754345928733012f,1.9645976124234057f,-0.2114087714655099f,-0.17819406033732244f,0.9610167575063102f,0.03819967817568934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9697497191019634f,0.11710548769327012f,0.21417699935750378f,0.17392454144215938f,-0.11797576856411382f,0.9929778350322179f,-0.008759975253160104f,2.080866326641977f,-0.21369885430991317f,-0.01677271256686504f,0.9767555865106581f,-0.059008314520473996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9761298251729913f,-0.03603855371627953f,0.21417699935750378f,0.0611258415486586f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,2.086465091860746f,-0.21369169711811134f,0.01686365331123536f,0.9767555865106581f,-0.03422429234163785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9558531128856018f,0.20117912300514834f,0.21417699935750378f,0.03947821007551225f,-0.20407055589106357f,0.9789169888462845f,-0.008759975253160104f,2.0812818891846f,-0.21142382743015778f,-0.03533396970343182f,0.9767555865106581f,-0.02952401717726304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9712380995528973f,-0.1040421401312554f,0.21417699935750378f,0.06753040546862915f,0.1084193536716824f,0.9940666509761702f,-0.008759975253160104f,2.0924048844313194f,-0.21199480589460354f,0.031728953558690556f,0.9767555865106581f,-0.03557537531968345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.97555632340325f,0.04917390379204154f,0.21417699935750378f,0.12685534184065062f,-0.04842175324340972f,0.9987885645352567f,-0.008759975253160104f,2.1990282057779744f,-0.21434829992506937f,-0.0018249765622266254f,0.9767555865106581f,-0.01563386583033947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.97555632340325f,0.04917390379204154f,0.21417699935750378f,0.11579121348744129f,-0.04842175324340972f,0.9987885645352567f,-0.008759975253160104f,1.9743007787575422f,-0.21434829992506937f,-0.0018249765622266254f,0.9767555865106581f,-0.015223246103838482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,0.005551712890488639f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.4576287903005825f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,-0.027678018364540757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.508714047787295f,0.03338814094645187f,0.8602878876445985f,-0.006968839964430813f,0.013174199615880981f,0.9988288376477269f,-0.04655527411338081f,1.083067976182685f,-0.8608347449123708f,0.03501692629901958f,0.5076783990128223f,-0.0408093657266731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4855504608112855f,0.5126055885905894f,0.7081498856539085f,-0.4003290745608871f,-0.07143890519847046f,0.8306035668536955f,-0.5522627975465692f,0.774259238435141f,-0.8712848172842174f,0.21756200329012898f,0.43991992668483837f,-0.12073939686331053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4855504608112855f,0.8669450559888863f,0.11245896986179055f,-0.11688757452303378f,-0.07143890519847046f,0.16755935060824267f,-0.9832702308357496f,0.7850056843026036f,-0.8712848172842174f,0.46939336799764303f,0.1432921255681447f,0.03633603233498334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5413980751069672f,0.32893084655682464f,0.7737523004514308f,-0.2524820465655434f,0.17147769129092372f,0.8577504376906131f,-0.48462314021422526f,0.857462502979218f,-0.8230938741480253f,0.39505529337672785f,0.407980133725923f,-0.34273967986678106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5413980751069672f,0.8313933169421013f,0.12519295832626248f,0.034816762868892404f,0.17147769129092372f,0.03658417720877177f,-0.9845085064982894f,0.8072890644005504f,-0.8230938741480253f,0.5544788098042771f,-0.12275880342373352f,-0.1642188554361227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.584570866109213f,0.5711511005003124f,0.5762493582587369f,-0.019040226000591992f,0.09887034789476468f,0.6548013549456803f,-0.7493062390428026f,0.9754585808425984f,-0.8052959436154464f,0.49499657166346434f,0.32630788718313897f,-0.049069386103217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4221572719038628f,0.7415304579850027f,0.5214554800356784f,-0.02392166164578196f,-0.08068107235063696f,0.6036772719808309f,-0.7931357486950978f,0.9380110650238274f,-0.9029251366215468f,0.2927564366061556f,0.3146742227806827f,-0.052344970198460204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.6221494377601253f,0.5959556129654783f,-0.019040226000591992f,0.00917311504288978f,0.6877984303054645f,-0.7258437664055186f,0.9754585808425984f,-0.8614806263002721f,0.37398314983980074f,0.34349342664044064f,-0.049069386103217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5192170426048204f,0.1292075017026893f,0.8448189653247927f,-0.02118152970267932f,0.09479692895860153f,0.9736991710037839f,-0.20717979304594855f,1.0002962011270973f,-0.8493687096477723f,0.18765752287156975f,0.49331272959552164f,-0.050066875473545644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4923341515974693f,0.2176824906385475f,0.842746353560903f,-0.02118152970267932f,-0.07652051181717667f,0.9752977117535182f,-0.20721724040144196f,1.0002962011270973f,-0.8670361552104026f,0.037532741942873114f,0.49682954706842086f,-0.050066875473545644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.1542232913164714f,0.8476132325216579f,-0.02118152970267932f,0.00917311504288978f,0.9828235947216537f,-0.18431938481564245f,1.0002962011270973f,-0.8614806263002721f,0.10135560208455054f,0.4975722786041933f,-0.050066875473545644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5379309316160288f,0.3108689924380266f,0.7835756392022899f,0.07677339848376319f,0.15080481350030595f,0.8790386610570395f,-0.4522708708198942f,1.0182874735130913f,-0.8293902706421442f,0.3614574690162226f,0.4259815454412751f,-0.2170497422753167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.47176698994954763f,0.48507964394025405f,0.7362972539869611f,-0.10992653543921833f,-0.1159676731829967f,0.8619479629709998f,-0.49355567862872973f,1.0121132825129766f,-0.8740637310691165f,0.14745659756328425f,0.4628921536001605f,0.12266119641499791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.31321565257955847f,0.8025764577343771f,-0.050122083611296976f,0.00917311504288978f,0.9295535610659772f,-0.36857296573401954f,0.8701207669713399f,-0.8614806263002721f,0.19448941382173493f,0.4690682236312417f,-0.07757759600795748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.2420746251734782f,0.8268209548490043f,4.493349586370167e-18f,0.00917311504288978f,0.9581395797114838f,-0.286154503285745f,1.084133414351852f,-0.8614806263002721f,0.1528673334542783f,0.4842341467429462f,-0.0366909837962963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7938678120798949f,0.10066304645355047f,0.5997006320008096f,-0.13010012547056793f,0.0011082468132089106f,0.9864410103503699f,-0.16411247633236947f,1.2670594909297381f,-0.6080893591672863f,-0.12961899620669745f,-0.7832153261331691f,-0.6081685197017195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7938678120798949f,0.10066304645355047f,0.5997006320008096f,-0.20452523285305807f,0.0011082468132089106f,0.9864410103503699f,-0.16411247633236947f,1.2671633890684766f,-0.6080893591672863f,-0.12961899620669745f,-0.7832153261331691f,-0.6651768971236526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7938678120798949f,0.10066304645355047f,0.5997006320008096f,-0.25726777396193445f,0.0011082468132089106f,0.9864410103503699f,-0.16411247633236947f,1.2917283114489628f,-0.6080893591672863f,-0.12961899620669745f,-0.7832153261331691f,-0.5191904094927107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.30452437259862486f,0.298693052130432f,0.9044597100492762f,0.21942659145801025f,-0.4841219708623299f,0.8662993564428384f,-0.12309078907496535f,1.9622318317752225f,-0.8202992282221087f,-0.4003846720789035f,0.4084131370836171f,0.7078096169973871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.749880695704072f,0.298693052130432f,0.5903061941224941f,0.24497388300130998f,-0.046457003244031875f,0.8662993564428384f,-0.4973602033499546f,1.9926678108665776f,-0.659939913219348f,-0.4003846720789035f,-0.6357447800055522f,0.792721627758835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2725044431285306f,0.298693052130432f,0.9146167443712235f,0.09500772557397655f,-0.3246504436411195f,0.8662993564428384f,-0.37964129710866346f,2.0343960158871996f,-0.9057281147887777f,-0.4003846720789035f,-0.13909959182339537f,0.7711305611516204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007932930901804075f,-7.277274962329122e-8f,0.000013461201151238853f,-0.5894021794427031f,1.433299225451528e-7f,0.00001562434259523591f,0f,1.2503151318874068f,-0.000013460634785941752f,1.2348114677579435e-7f,0.000007933264685228001f,-0.39065953457111374f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22.mcfunction new file mode 100644 index 000000000..e63085fe3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..d18c9d74a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.273987746261907f,0.06964157109370482f,0.7661757049909412f,0.22624938981092851f,-0.1176488116213295f,0.8075404951941737f,-0.03132970140429436f,1.2048332017827785f,-0.7602854177654956f,-0.09986413090591521f,0.2809585082107257f,0.2157055218717024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.27407250258779564f,-0.03968341128497467f,0.7505394661135751f,0.22624938981092851f,0.1962504875691314f,0.7749476436527515f,-0.03069031974298224f,1.2048332017827785f,-0.7255136176903513f,0.19463138612730435f,0.27522466110438437f,0.2157055218717024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7359237204555451f,-0.10843306861544091f,0.33705042908436156f,0.2708305762153319f,0.13651566505793833f,0.8042137598922272f,-0.03934648698728141f,1.2056660537085577f,-0.3266866928864748f,0.0917983794796542f,0.7428279118747841f,0.16772259675563306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7066779445205605f,0.17774372822362483f,0.33017184889896645f,0.2708305762153319f,-0.17792841127503303f,0.7790095501756898f,-0.03854349745692873f,1.2056660537085577f,-0.3300723605352899f,-0.03938639120604684f,0.7276681585712171f,0.16772259675563306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.19956525167594724f,-1.3667483789502155f,-0.7304648033687005f,0.34890495329262705f,1.0574939991576149f,0.41827084768346473f,-1.0715233033974534f,1.3123074327967665f,1.132822317077639f,-0.6312326168815376f,0.8715877645514162f,-0.8269288747206998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.05351973464249371f,0.35833615147154285f,0.9320573161304839f,0.3492742898218545f,-0.09473245980413296f,0.9310072889705993f,-0.3524928211227481f,1.3356362126874632f,-0.9940630759983269f,-0.06943075998560559f,0.0837733281215795f,-0.5690837226278898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3898519774254668f,0.35833615147154285f,0.848298672783364f,0.2057199427508166f,-0.21679551531914848f,0.9310072889705993f,-0.29364116268180146f,1.4172369852435405f,-0.894994491734423f,-0.06943075998560559f,0.44064070321846455f,-0.25179212473293416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.32437485284068884f,-0.9434321325818503f,0.06867871618371763f,-0.45705728764559733f,0.32746150942116514f,0.04388043569521666f,-0.9438450440675155f,1.2032324884743502f,0.8874400907622966f,0.3286492333404416f,0.32317142004290267f,0.06496953898871975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7119974051067042f,-0.6733741861523206f,0.19906506610909847f,-0.20782784432156798f,0.573785897966373f,0.394522251093973f,-0.7177199570073743f,1.3934534021699987f,0.404758493939587f,0.62523547469369f,0.6672714311045491f,0.17836840766598047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.35285182754502653f,0.79049224112792f,0.5006172235497827f,-0.11706229811646977f,-0.47219046824651234f,0.6123414906518373f,-0.6340931008325398f,1.1238638690741656f,-0.8077943732753246f,-0.012645771737786415f,0.589328715541574f,-0.29643364543740236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6019364950452303f,0.3832020382366278f,0.7005916455567804f,-0.040833218162372203f,-0.2342808100129336f,0.9234742954821848f,-0.303821868277065f,1.2951164128003436f,-0.7634035354858839f,0.018746292299453515f,0.6456497646035939f,-0.28888340460248235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.680606041431556f,0.38837464377210906f,0.6212411387229233f,-0.26292166910863085f,0.012714871406992598f,0.8415485855000523f,-0.5400317678507118f,1.1041577455634175f,-0.7325392470113603f,0.3754478849557536f,0.5678249177962169f,-0.07194315968838572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.680606041431556f,0.02572173833091665f,0.7321979298960787f,-0.2535226061097335f,0.012714871406992598f,0.9988183374872619f,-0.046906937059310844f,1.2911430154856585f,-0.7325392470113603f,0.04123494727071156f,0.6794747461912113f,-0.05996488991143225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,-0.3081354333609288f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.96914851478921f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,-0.055775725720835764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,-0.3437496738780489f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.8415600632808526f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,0.035180997032835726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,0.2786417939779529f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.9914211700530555f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,-0.036996367265549376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,0.31793528461047726f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.8666760362379549f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,0.05635772039730762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9812759009087271f,-0.1826879767090479f,-0.061014010372375055f,-0.21235152823832754f,0.19189899205625166f,0.9544603207417816f,0.22843001768001198f,2.0688071817656684f,0.016504034160186195f,-0.23586139848531865f,0.9716465497087865f,-0.05522773981740786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9977734621403016f,-0.026933413946915355f,-0.061014010372375055f,-0.09769439838273072f,0.04022590734855096f,0.9727289465214325f,0.22843001768001198f,2.083243165296146f,0.05319769380849132f,-0.2303757535255585f,0.9716465497087865f,-0.05142174746526175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9640415206252737f,-0.2522248623549985f,-0.08370522875252208f,-0.07646911902800638f,0.2633778478098457f,0.864793317541982f,0.42750979780326337f,2.0822709828859742f,-0.035440877437837144f,-0.43418329855573135f,0.9001271062809413f,-0.02259833876764642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9947997390413317f,0.05802511424190643f,-0.08370522875252208f,-0.10558756910755165f,-0.016748613335015775f,0.9038555508119468f,0.42750979780326337f,2.0899513730511945f,0.10046374049701964f,-0.42388468878180374f,0.9001271062809413f,-0.028953895145731032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9916292311835398f,-0.09831023620066014f,-0.08370522875252208f,-0.1669880804759679f,0.12485174945277876f,0.8953476494863847f,0.42750979780326337f,2.195192196781001f,0.03291669061315564f,-0.43438195636717797f,0.9001271062809413f,-0.04992985175368643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9916292311835398f,-0.11379261136216773f,-0.061014010372375055f,-0.1413847429194802f,0.12485174945277876f,0.9655215003723586f,0.22843001768001198f,1.9779498591972207f,0.03291669061315564f,-0.23413558874739368f,0.9716465497087865f,0.002750655714477069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9924679641120795f,0.11839278569123976f,-0.03147202738134203f,0.1754711708506681f,-0.11886352973564718f,0.9928184622148228f,-0.013526358866223036f,2.0940768229231006f,0.029644586521095362f,0.017165354108293045f,0.9994131023297275f,-0.0169680441650276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9987697486619265f,-0.038321020997623856f,-0.03147202738134203f,0.06004168980274526f,0.037910902576758304f,0.9991895721441645f,-0.013526358866223036f,2.0997792709196212f,0.03196486545580662f,0.012316585081181497f,0.9994131023297275f,-0.020525798632973668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9783727127014782f,0.2044415479633698f,-0.03147202738134203f,0.03789822161641468f,-0.20494104860704296f,0.9786808490062879f,-0.013526358866223036f,2.094616290513534f,0.028035720732602378f,0.019683730710242178f,0.9994131023297275f,-0.02129298505576797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9936636564571092f,-0.10789832866544372f,-0.03147202738134203f,0.06658657946908625f,0.1075184946781548f,0.9941110656853018f,-0.013526358866223036f,2.10571285240632f,0.032746162193937514f,0.01005682620105067f,0.9994131023297275f,-0.0202393898409829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9983090252793329f,0.04887332133522673f,-0.03147202738134203f,0.11930419154642741f,-0.04931846915910011f,0.9986915070308877f,-0.013526358866223036f,2.21213317392336f,0.030769768371425442f,0.015055638347098686f,0.9994131023297275f,0.014129390706525923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9983090252793329f,0.04887332133522673f,-0.03147202738134203f,0.10830769424600141f,-0.04931846915910011f,0.9986915070308877f,-0.013526358866223036f,1.9874275848414102f,0.030769768371425442f,0.015055638347098686f,0.9994131023297275f,0.010741872078428725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,0.004084499780209785f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.4710267650100004f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,-0.030797645405456608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.680606041431556f,0.02572173833091665f,0.7321979298960787f,-0.0055611520938839585f,0.012714871406992598f,0.9988183374872619f,-0.046906937059310844f,1.0964698884522772f,-0.7325392470113603f,0.04123494727071156f,0.6794747461912113f,-0.04626075063197344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6622187884108884f,0.44056373704276725f,0.6061104436309659f,-0.3729743089110166f,-0.06731566241639195f,0.840598733082866f,-0.5374591812713994f,0.7661194536826088f,-0.7462806964333576f,0.3151148418313424f,0.5863171143575383f,-0.2071263216929628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6622187884108884f,0.7392057490844725f,0.12264231242144263f,-0.1278065021060138f,-0.06731566241639195f,0.22170107992303467f,-0.9727883802525616f,0.7980048777777907f,-0.7462806964333576f,0.6359429940501145f,0.19657474519764395f,0.007549389873798197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7030199369284107f,0.21333265709090315f,0.6784188571227282f,-0.17854623404391395f,0.17058859862594147f,0.8755110613688118f,-0.45208396503270737f,0.8722486156710133f,-0.6904074871407542f,0.43355456270161885f,0.5791096121293424f,-0.38987328481350836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7030199369284107f,0.6942679711412972f,0.15412641736094562f,0.06392381795611846f,0.17058859862594147f,0.04576932270933709f,-0.9842787710387572f,0.8221257538055207f,-0.6904074871407542f,0.7182598090844815f,-0.08625745390349518f,-0.1553583137058352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7422667563950945f,0.45061818766379436f,0.49596704658404733f,-0.015053103482808835f,0.09874812360580618f,0.6584984695450382f,-0.7460754477203865f,0.9886183629184326f,-0.6627887072325822f,0.6027628178259175f,0.4442838225858807f,-0.05626090877949339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6054861649109581f,0.6565250239795877f,0.44984597029430184f,-0.01890001734730137f,-0.08251302145054995f,0.6139750006654857f,-0.7850008279288108f,0.9511195248061064f,-0.7915668672907683f,0.4381889905582054f,0.42592523189059833f,-0.060244451021725556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.5239584069591977f,0.5133101453872103f,-0.015053103482808835f,0.008187597105884343f,0.694347785579968f,-0.7195930210291279f,0.9886183629184326f,-0.7334525757227189f,0.49330390271816715f,0.4676521984645579f,-0.05626090877949339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6875038080970511f,0.07858414396481035f,0.7219162320999376f,-0.01713990724693908f,0.09403847198798325f,0.976122227088258f,-0.19581155116699514f,1.0134254372507234f,-0.7200661633754347f,0.20250908646670016f,0.6636978154704174f,-0.05791782853526288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6667059587298442f,0.197021382425376f,0.7188085555009157f,-0.01713990724693908f,-0.07772559033399663f,0.9775489282550641f,-0.1958489864017871f,1.0134254372507234f,-0.7412569710979796f,0.07470386693183564f,0.6670512986750567f,-0.05791782853526288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.11931427988298418f,0.7237291069154702f,-0.01713990724693908f,0.008187597105884343f,0.9853857984968817f,-0.17014050480204565f,1.0134254372507234f,-0.7334525757227189f,0.12156862562630266f,0.6687812709915261f,-0.05791782853526288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7013849323088874f,0.22100477274539776f,0.6776548289164717f,0.11412513339141865f,0.15234404734427917f,0.8822682083766047f,-0.44541452572485796f,1.031704563040514f,-0.6963120478412113f,0.41564371631445496f,0.5851408660480717f,-0.200231910419932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6483083826193369f,0.43511982486508616f,0.6247935491303317f,-0.14078287804277537f,-0.1173957831020654f,0.8679228742831033f,-0.48262626783672835f,1.0255710102585704f,-0.752272870131146f,0.23954252713356228f,0.613762907448075f,0.09179926756290639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.256746030402657f,0.6870962039286326f,-0.038457889042992625f,0.008187597105884343f,0.9340246510326106f,-0.35711470778594645f,0.8827725821533441f,-0.7334525757227189f,0.2483534318987522f,0.6327463093766892f,-0.08978339254323717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.1958846542507326f,0.706858486409925f,5.0326860210960505e-18f,0.008187597105884343f,0.9615950028488766f,-0.27435016630157344f,1.0975650000000001f,-0.7334525757227189f,0.19226089754586145f,0.6519839464592428f,-0.04109500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5765165406764807f,0.12744158417188584f,0.8070856961625474f,-0.027225915731171002f,0.0016985397433443726f,0.9879464345768755f,-0.15478681264752436f,1.2892864221554707f,-0.8170837125345014f,-0.08786629063867242f,-0.569783925431594f,-0.6107290610993418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5765165406764807f,0.12744158417188584f,0.8070856961625474f,-0.08127434141959106f,0.0016985397433443726f,0.9879464345768755f,-0.15478681264752436f,1.2894456602564093f,-0.8170837125345014f,-0.08786629063867242f,-0.569783925431594f,-0.6873306591494512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5765165406764807f,0.12744158417188584f,0.8070856961625474f,-0.17531298299976317f,0.0016985397433443726f,0.9879464345768755f,-0.15478681264752436f,1.3125840631030687f,-0.8170837125345014f,-0.08786629063867242f,-0.569783925431594f,-0.5635622713096574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5033994746752388f,0.39204276706830876f,0.7699944400358468f,0.07389049088026223f,-0.4665325740230999f,0.8734039454101964f,-0.139688601959085f,1.9871830017214915f,-0.7272800879111667f,-0.2889083192490771f,0.6225718085462905f,0.7458040181460269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5218432692515467f,0.39204276706830876f,0.7576160446600121f,0.07493170506150038f,-0.0474964198618166f,0.8734039454101964f,-0.48467477574370726f,2.016201665738063f,-0.8517180827228972f,-0.2889083192490771f,-0.4371593423815915f,0.8349437708477376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.011106284599873284f,0.39204276706830876f,0.9198799482714091f,-0.06357089426983009f,-0.3095324161767605f,0.8734039454101964f,-0.3759723812697943f,2.0580881909202464f,-0.9508240288182473f,-0.2889083192490771f,0.11164967214689875f,0.7736264436748475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010620176782310848f,-8.69566433809008e-8f,0.000011460580642124446f,-0.5002843853135532f,1.2793120477944285e-7f,0.000015624476266641506f,0f,1.2637410257328416f,-0.000011460196495667485f,9.383461689721223e-8f,0.000010620532771257875f,-0.5126945012673128f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23.mcfunction new file mode 100644 index 000000000..a8cc5e743 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..8b43c102e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4390132007559809f,0.09267890604255707f,0.682365352565023f,0.17490572972033902f,-0.11951400545912085f,0.8072104423131002f,-0.03274368281440736f,1.2183825529362362f,-0.6781801062443152f,-0.08225792752001573f,0.44749281703621324f,0.2525642652714544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43206072739878537f,-0.08069773139326812f,0.6684395290432879f,0.17490572972033902f,0.19443871269864058f,0.7753481494601658f,-0.032075444389623536f,1.2183825529362362f,-0.6446061703425808f,0.17978632672335318f,0.4383603105660865f,0.2525642652714544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7794047617650822f,-0.12216105452974159f,0.21106714225227285f,0.22605421021633024f,0.13671264020552693f,0.8041778589759587f,-0.039396314362149944f,1.2191045416633755f,-0.20194631908107127f,0.07293210769934393f,0.7879359341473023f,0.21561706760652852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7511756263693474f,0.18161945288222037f,0.20675964955324688f,0.22605421021633024f,-0.17773668556747405f,0.779050899730463f,-0.038592307946595863f,1.2191045416633755f,-0.210106756083919f,-0.009698967157329604f,0.7718556089606228f,0.21561706760652852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3892507549719866f,-1.2403220017319136f,-0.8668860546654777f,0.4783993537595069f,0.9661430804688311f,0.4852228887224562f,-1.128065843079221f,1.3766688163113558f,1.1646706177353052f,-0.8170473243818711f,0.6460512920074455f,-0.7606977899328671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.19379192065194695f,0.3477200602488254f,0.9173524138468176f,0.44135027159156515f,0.0012466034119997527f,0.9349909937797198f,-0.35466926499309914f,1.3731170200957394f,-0.9810418632606679f,0.06987561270833467f,0.1807602314633176f,-0.5033731842259277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5416534761271594f,0.3477200602488254f,0.7653118785827893f,0.2435467801531267f,-0.13948855638324176f,0.9349909937797198f,-0.32609014733495273f,1.4275710509947588f,-0.8289477995854045f,0.06987561270833467f,0.5549440911579752f,-0.21190375648732016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.18075507082454748f,-0.9835280866205398f,-0.000327413733342663f,-0.468519655030612f,0.3243241789454913f,0.059919319514573355f,-0.9440463453137475f,1.210338527631846f,0.9285157140956455f,0.17053497581860005f,0.32981266000565207f,-0.029554810705379797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6182360541926053f,-0.7822421523584218f,0.07669026255022032f,-0.2467076732779326f,0.5801355350027372f,0.3883071824242695f,-0.716002997971945f,1.4027875705998367f,0.5303083464584035f,0.48714961475032403f,0.6938719698367743f,0.12831069177635662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5032285396313924f,0.778499912908198f,0.3750985503869409f,-0.06460964881975798f,-0.47314557647688316f,0.61144089361783f,-0.6342501849208932f,1.1375750987436914f,-0.7231143065662677f,0.1416965744602091f,0.6760382980463671f,-0.31845202083453605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7391427674656307f,0.3733078179137168f,0.5606328944931326f,0.008889522629645999f,-0.2354863404687732f,0.9230543443386512f,-0.30416584431879873f,1.308746751780196f,-0.6310421164675729f,0.09280059526771335f,0.7701778345045283f,-0.29623829775618654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8105763008624118f,0.3086176500879163f,0.4977159898319737f,-0.2515263552623597f,0.011441727027546658f,0.8413691208939609f,-0.5403397905843607f,1.1181884344996547f,-0.5855212612389376f,0.443681359153544f,0.6784627507658973f,-0.12676068638245822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8105763008624118f,0.018412730116405554f,0.5853435161081647f,-0.24441557138985767f,0.011441727027546658f,0.9988169279461309f,-0.04726342487463964f,1.3051712120840877f,-0.5855212612389376f,0.045007952829627884f,0.8094066572615092f,-0.11326290361901858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,-0.29537192893519193f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.9834898481591183f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,-0.12739221526794994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,-0.35077601681293324f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.8555676728837347f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,-0.04747590517264141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,0.27182688957391477f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,2.0047764575004745f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,0.02422780499527917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,0.28883116150584665f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.8795717217154766f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,0.12349986235823393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9525244273737516f,-0.11635518448209003f,-0.28135153509523525f,-0.20129432436649092f,0.1898687982622481f,0.9494012192449492f,0.25017426794667236f,2.081495132879282f,0.23800641735624772f,-0.2917169791773227f,0.9264200717584338f,-0.1071654410636218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9589992320882278f,0.034084990153208455f,-0.28135153509523525f,-0.09048849885021966f,0.0390121264453062f,0.9674145386790308f,0.25017426794667236f,2.095737751719949f,0.28071075299034276f,-0.2508930525118097f,0.9264200717584338f,-0.07736011494198491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9492816371724574f,-0.13249157167550663f,-0.28514970938462003f,-0.07729453705428956f,0.2585498030493404f,0.8450006187028845f,0.4681089122574891f,2.0960144493000774f,0.17893119535264523f,-0.5180925958037778f,0.8363992404964136f,-0.04168232554742546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9437626340913753f,0.16733718573818518f,-0.28514970938462003f,-0.10402680561670524f,-0.015224076459632599f,0.8835396277253564f,0.4681089122574891f,2.1034880704886807f,0.3302730960718122f,-0.437442559095663f,0.8363992404964136f,-0.05497880736917561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9583206531136973f,0.017639984512565023f,-0.28514970938462003f,-0.15742701736410752f,0.12317940618955284f,0.8750433590147972f,0.4681089122574891f,2.2078578389016643f,0.2577757934844271f,-0.48372301040006055f,0.8363992404964136f,-0.09423455036307124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9583206531136973f,-0.0496270038919477f,-0.28135153509523525f,-0.1462609414884193f,0.12317940618955284f,0.9603331034324161f,0.25017426794667236f,1.9917828906293709f,0.2577757934844271f,-0.27440388287444645f,0.9264200717584338f,-0.03249367671632089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9597515224471059f,0.11192807715593359f,-0.25758323063553235f,0.16685768652468774f,-0.12052060687606564f,0.9925518952072837f,-0.01776284432893909f,2.107504343351752f,0.2536765627303543f,0.048092004164982195f,0.9660928323182553f,0.020772063598224696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9654447974623095f,-0.039588159193411576f,-0.25758323063553235f,0.05525397094288506f,0.03623252653847849f,0.9991855109948223f,-0.01776284432893909f,2.1134000741865706f,0.25807663023528354f,0.007816154405638171f,0.9660928323182553f,-0.008875729764173508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9463442034484454f,0.19515001382241812f,-0.25758323063553235f,0.03386033858078166f,-0.20656858722312274f,0.9782708725777278f,-0.01776284432893909f,2.10827460034023f,0.24851975247889457f,0.07001836881219833f,0.9660928323182553f,-0.01467401720148133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9603314920714235f,-0.10683774909289231f,-0.25758323063553235f,0.06156602011825836f,0.1058439237880919f,0.9942240920227625f,-0.01776284432893909f,2.1193222684159947f,0.25799319590449343f,-0.010205401034635304f,0.9660928323182553f,-0.007083900889351943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.965221323950726f,0.044706544109001385f,-0.25758323063553235f,0.10515923030168328f,-0.05099010451735137f,0.9985411812252188f,-0.01776284432893909f,2.2255127880396643f,0.2564133479991196f,0.030279271972332062f,0.9660928323182553f,0.0388383170362747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.965221323950726f,0.044706544109001385f,-0.25758323063553235f,0.09510025787715798f,-0.05099010451735137f,0.9985411812252188f,-0.01776284432893909f,2.0008410222639905f,0.2564133479991196f,0.030279271972332062f,0.9660928323182553f,0.0320254808425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,0.0027580657383531526f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.4847844709471134f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,-0.03443027807974549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8105763008624118f,0.018412730116405554f,0.5853435161081647f,-0.00414670805529893f,0.011441727027546658f,0.9988169279461309f,-0.04726342487463964f,1.1102281229673143f,-0.5855212612389376f,0.045007952829627884f,0.8094066572615092f,-0.051308260390855946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7968206783733647f,0.3585411818523258f,0.486338387784214f,-0.3327213048221711f,-0.06386973893400104f,0.8503803593365898f,-0.5222776090385984f,0.7577665583955486f,-0.6008306441628237f,0.3850992928719942f,0.7005005864839633f,-0.27855533246979847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7968206783733647f,0.59265358539238f,0.11763729951919166f,-0.1335148800393796f,-0.06386973893400104f,0.27622092333733445f,-0.9589695813523873f,0.8114648841921186f,-0.6008306441628237f,0.756613328743439f,0.257951173291883f,-0.02007633844590144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8233186368090173f,0.10544627608890403f,0.5576983998021909f,-0.1051171362405645f,0.16891696610911666f,0.8925457112478329f,-0.41812583260735214f,0.8873280247714401f,-0.5418611268982426f,0.43845551221541584f,0.7170378532298585f,-0.41784345919145616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8233186368090173f,0.5409774951658876f,0.17172586295309109f,0.0869392339037157f,0.16891696610911666f,0.055305547774725156f,-0.9840774130858958f,0.837287697190185f,-0.5418611268982426f,0.83921668602893f,-0.04584618901486845f,-0.14162706146552748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.857012924767798f,0.32327376911187256f,0.4012766090680447f,-0.011158114373217546f,0.09785768926232735f,0.6624571615485253f,-0.7426805381624785f,1.0021340746281664f,-0.5059177002568525f,0.6757548218971692f,0.5360995255076646f,-0.06216702374565749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7487517081533759f,0.5542592264046537f,0.3635486067676738f,-0.014001279289845653f,-0.085155170031663f,0.6243499337498698f,-0.7764893799939648f,0.96458560339065f,-0.6573579516171387f,0.5504397062093616f,0.5146811180467684f,-0.066501691834461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.41471069818656264f,0.41499665493443266f,-0.011158114373217546f,0.006406064384187176f,0.7010579876008813f,-0.7130754941519923f,1.0021340746281664f,-0.5866567558089317f,0.5801144152928941f,0.5650673553065364f,-0.06216702374565749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8142430260359408f,0.032181822032106774f,0.5796314560844055f,-0.013027457759786296f,0.09247282856777089f,0.978523252904003f,-0.18423088639759616f,1.0269063681912793f,-0.5731117434920613f,0.20360887470064304f,0.793779790379314f,-0.0644769276426705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7992145408152573f,0.17328134212558127f,0.5755255808568501f,-0.013027457759786296f,-0.07970945381744765f,0.9796394310353923f,-0.18426336622556563f,1.0269063681912793f,-0.595736955981062f,0.1013911319189702f,0.7967542391770552f,-0.0644769276426705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.08621626496945473f,0.5803222746473475f,-0.013027457759786296f,0.006406064384187176f,0.9877850670364746f,-0.15569079509994405f,1.0269063681912793f,-0.5866567558089317f,0.12979760011057176f,0.7993662701598533f,-0.0644769276426705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8230344617612971f,0.1312087430269946f,0.5526287546866958f,0.14347519024166944f,0.15313085056183223f,0.885668545331164f,-0.43834024503482416f,1.0453282286247954f,-0.5469599778407028f,0.4453936388906514f,0.7088436280846728f,-0.17850360946395338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7834488941098159f,0.3746658661936706f,0.4958158115948432f,-0.16360386799873877f,-0.11960166065269585f,0.8738159063266003f,-0.4713185808131688f,1.0395349635106805f,-0.6098387271133443f,0.30995362646687746f,0.7294007652537852f,0.058069284352450706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.19777834322174034f,0.5523503541680934f,-0.026939900513562817f,0.006406064384187176f,0.9384291353075084f,-0.345412391707518f,0.8957817845797406f,-0.5866567558089317f,0.2832569239373782f,0.7586826516438042f,-0.098430227509156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.14888523154041503f,0.5674860127142446f,5.580969181049034e-18f,0.006406064384187176f,0.9649628026816749f,-0.2623085049704501f,1.1113406134259258f,-0.5866567558089317f,0.21605549581041444f,0.7804831026959236f,-0.04557207175925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.322772707886143f,0.13883985474566277f,0.93623782970891f,0.053742473065355206f,0.001882634172305019f,0.9892745452569233f,-0.14605591324996378f,1.3124937715581793f,-0.9464746350179808f,-0.045380269290859754f,-0.319572208470432f,-0.594322470132953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.322772707886143f,0.13883985474566277f,0.93623782970891f,0.02348253170102929f,0.001882634172305019f,0.9892745452569233f,-0.14605591324996378f,1.3126702685118328f,-0.9464746350179808f,-0.045380269290859754f,-0.319572208470432f,-0.6830544671658887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.322772707886143f,0.13883985474566277f,0.93623782970891f,-0.10182317207314429f,0.001882634172305019f,0.9892745452569233f,-0.14605591324996378f,1.3344904070225005f,-0.9464746350179808f,-0.045380269290859754f,-0.319572208470432f,-0.5907526373788561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6636368694598168f,0.44675847669529334f,0.599994140800121f,-0.06495882290513025f,-0.44662958094343413f,0.8800606110169754f,-0.16129271019708427f,2.0134059991906783f,-0.6000900956688645f,-0.16093534241219132f,0.7835762200595447f,0.7566367587623601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2633231174245789f,0.44675847669529334f,0.855025028482034f,-0.08720800369490786f,-0.04256810161337998f,0.8800606110169754f,-0.47294955086294477f,2.040595291653928f,-0.9637680698979577f,-0.16093534241219132f,-0.21272264338296565f,0.8435549894710652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.23732459509096104f,0.44675847669529334f,0.8626029793977139f,-0.20547386020967615f,-0.2900191196079937f,0.8800606110169754f,-0.37600828607656034f,2.0834018883337873f,-0.9271277942261876f,-0.16093534241219132f,0.3384285282536846f,0.74933159487866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012653286817497301f,-8.105943328630657e-8f,0.00000916669990140533f,-0.3983518003402867f,1.0009475600292464e-7f,0.000015624679389984962f,0f,1.2775059405212363f,-0.00000916651180951456f,5.872246975892478e-8f,0.000012653546456135356f,-0.6059379830613841f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24.mcfunction new file mode 100644 index 000000000..1be659c3a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..304fbe86f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5710052818119195f,0.1107663711713626f,0.5732610431599751f,0.12099093794670746f,-0.12208680562930957f,0.8067616266911202f,-0.03427731078093932f,1.2322297947250083f,-0.5709572877882951f,-0.06173275597824749f,0.5806386886913483f,0.27717161599209655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.558297353076592f,-0.11380846817300626f,0.5615618381975266f,0.12099093794670746f,0.19194201550236561f,0.7759064349454542f,-0.03357777382622627f,1.2322297947250083f,-0.5398725110917956f,0.1581671166277915f,0.568788919534382f,0.27717161599209655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8009925772200321f,-0.13115386885021954f,0.09029949262578735f,0.17608857548875007f,0.13611439562175165f,0.8042881841011366f,-0.03921520960374639f,1.2327931243715555f,-0.08263296550034067f,0.05351284000461852f,0.8107111775544384f,0.2509242872228536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7740843041501554f,0.1815734338375187f,0.08845664583750598f,0.17608857548875007f,-0.17831946975421512f,0.7789264806294285f,-0.03841489920366993f,1.2327931243715555f,-0.09484543623678106f,0.01745353542136343f,0.7941660514818989f,0.2509242872228536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5705484333482164f,-1.112713747246912f,-0.9368825176571666f,0.5801278383524816f,0.8733938200266682f,0.5427160470260908f,-1.1764560244393318f,1.43958225889661f,1.163212779478939f,-0.9532752273022252f,0.4238025727491171f,-0.6789623343216274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.30920185057867156f,0.303443262930742f,0.9012859711438259f,0.5118625013175604f,0.09400974432758623f,0.9333330888890895f,-0.34648450637252565f,1.4098898274685354f,-0.9463384085886966f,0.19186331428049389f,0.2600616947247667f,-0.4286896725719942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6652709778260821f,0.303443262930742f,0.6821559295676268f,0.27037360366393914f,-0.06336789340312542f,0.9333330888890895f,-0.35337494997580265f,1.4378512758186142f,-0.7439079487060066f,0.19186331428049389f,0.6401479770219741f,-0.16974904274490168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.04760816050288191f,-0.9967311959560692f,-0.065271632900638f,-0.46345287053390627f,0.3212810662652447f,0.07715349706887048f,-0.9438356924536768f,1.2180186846618488f,0.945786413263058f,0.023963741319493026f,0.3239039974884116f,-0.11736644766620652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5131777994145685f,-0.8574208548659923f,-0.038445075482978264f,-0.2736329556478004f,0.5863294213524599f,0.38293353920624773f,-0.713848523292909f,1.4126208191302794f,0.6267905199063806f,0.3437897354370085f,0.6992440646610033f,0.075654888364205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6241548109712703f,0.741590536262803f,0.2459151245183303f,-0.014155314474979128f,-0.474878793472955f,0.6100225113801186f,-0.6343206343160873f,1.1514544364877186f,-0.6204199412100552f,0.27913439797871764f,0.7329141043901193f,-0.32970024107150087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8401525462545795f,0.35248989145712223f,0.41218269668011626f,0.05451268202748201f,-0.23760014694849635f,0.9223975886674403f,-0.30451413528856824f,1.3225007710173102f,-0.48753448000320915f,0.157903656832379f,0.8587063327861062f,-0.29472639083551666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9027561685410574f,0.2255200774722566f,0.3662949560367672f,-0.23256574514174116f,0.009229965857510118f,0.8411946669273316f,-0.5406536230002391f,1.132634778943634f,-0.4300536104851802f,0.4914592831455348f,0.757312131897237f,-0.17477454963279188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9027561685410574f,0.012158638136025315f,0.42998077594207285f,-0.22759862064159847f,0.009229965857510118f,0.9988227625871783f,-0.047622438702635994f,1.3196164066868383f,-0.4300536104851802f,0.046960158181104106f,0.9015811863899261f,-0.16033463755889785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,-0.2696425546143873f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.998331345983929f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,-0.19028948158346934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,-0.3407944334514324f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.8701694328472733f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,-0.12446967712378654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,0.25257609620494675f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,2.018164994325218f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,0.07813286683392409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,0.24809042811079532f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.8925350362959612f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,0.1782193540702954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8814879362506755f,-0.03863176563259332f,-0.4706236340523428f,-0.18054610325987022f,0.18700354561775107f,0.9437227645259297f,0.27279482700727015f,2.094533917642786f,0.43359969115638775f,-0.32847363729779766f,0.839104509241513f,-0.15243038683940036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8766786966003566f,0.09973894925487518f,-0.4706236340523428f,-0.07856074953362598f,0.037070455841702085f,0.9613577708958108f,0.27279482700727015f,2.1084918487645306f,0.47964595717131664f,-0.25659964602425206f,0.839104509241513f,-0.09976821437060186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8935621624280077f,0.003358836178139424f,-0.4489269206636102f,-0.07473092355386401f,0.2525655572637002f,0.8229568463583574f,0.5088739218273852f,2.110237191295192f,0.37115670701343867f,-0.568093959879381f,0.7345147728858182f,-0.05961891463994759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8487901798315787f,0.2793203367550689f,-0.4489269206636102f,-0.09774940423016093f,-0.014103532134586164f,0.8607255207470876f,0.5088739218273852f,2.117496204357663f,0.5285416927762703f,-0.42559573236780707f,0.7345147728858182f,-0.0787166082628386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8820354916864368f,0.1431014021907347f,-0.4489269206636102f,-0.13885024876484892f,0.12071724213400518f,0.8523348397992284f,0.5088739218273852f,2.2207753961019434f,0.45545662675717624f,-0.5030380796276456f,0.7345147728858182f,-0.13284399192798124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8820354916864368f,0.022951829487695363f,-0.4706236340523428f,-0.14401441039958038f,0.12071724213400518f,0.9544686112228279f,0.27279482700727015f,2.0060199585768075f,0.45545662675717624f,-0.2974271065547561f,0.839104509241513f,-0.0659228929531612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8841581933720926f,0.09978664909908394f,-0.45640652247155017f,0.1507821047446099f,-0.12296606589263431f,0.9921825792230212f,-0.02128558491658961f,2.121061351000774f,0.45071458344709203f,0.07494233882078488f,0.889516728409413f,0.05295713736413667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8888828099052494f,-0.03975470412887678f,-0.45640652247155017f,0.04799550427871297f,0.03375940143198148f,0.9992032959762057f,-0.02128558491658961f,2.1272421280066447f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,0.0003657560810045868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8720967249931244f,0.1764663948226212f,-0.45640652247155017f,0.028312716826834776f,-0.20897255252091212f,0.9776898261553372f,-0.02128558491658961f,2.122171818250233f,0.44246782317945055f,0.11393952488339378f,0.889516728409413f,-0.009854711721313712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8839443880806426f,-0.10166319405844312f,-0.45640652247155017f,0.053788210586551054f,0.1033780637076424f,0.9944143501673824f,-0.02128558491658961f,2.133147677898984f,0.4560211560057241f,-0.02836714922261406f,0.889516728409413f,0.0034792804666833946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.888965193218568f,0.037867816035524395f,-0.45640652247155017f,0.08672655068472497f,-0.05345536869942351f,0.998343351473814f,-0.02128558491658961f,2.239087063016411f,0.4548443786649261f,0.043319523043684784f,0.889516728409413f,0.05804627565396293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.888965193218568f,0.037867816035524395f,-0.45640652247155017f,0.07820629207673199f,-0.05345536869942351f,0.998343351473814f,-0.02128558491658961f,2.014459808934803f,0.4548443786649261f,0.043319523043684784f,0.889516728409413f,0.048299382969133865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,0.0017329305318611156f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.4988133690966432f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,-0.03840924726026499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9027561685410574f,0.012158638136025315f,0.42998077594207285f,-0.0028265587691483776f,0.009229965857510118f,0.9988227625871783f,-0.047622438702635994f,1.1242548331264512f,-0.4300536104851802f,0.046960158181104106f,0.9015811863899261f,-0.05601930657817903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8931223683302844f,0.27390556084463685f,0.35680271709516f,-0.2847522861859364f,-0.0612494852420134f,0.8598891349158243f,-0.506793030941926f,0.749343762943835f,-0.44562420911087425f,0.4307742092931055f,0.7847627952841594f,-0.33497048880866925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8931223683302844f,0.43941552990410215f,0.09615834476113316f,-0.13534063246947892f,-0.0612494852420134f,0.33058446302525857f,-0.941786819489363f,0.8253167468607667f,-0.44562420911087425f,0.8352412255662424f,0.32216635356428713f,-0.04596109202759965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9069292073114876f,0.01144756104539707f,0.42112749408162437f,-0.03555660464489964f,0.16635644824729892f,0.908661798888776f,-0.38296118258481104f,0.9025997626536606f,-0.38704643784938847f,0.417375955927417f,0.8221875493838217f,-0.4302277784723496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9069292073114876f,0.3815533729075427f,0.17859573496652806f,0.10385688919271373f,0.16635644824729892f,0.06512609964730598f,-0.9839126603877362f,0.8526660597803992f,-0.38704643784938847f,0.922049681290334f,-0.004409102005255794f,-0.12501536868185184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.933916038553443f,0.19651335840755302f,0.2986357863686612f,-0.00765752875072429f,0.09607884396677283f,0.6666547821111654f,-0.7391483323598337f,1.0159198723149274f,-0.34433949624556953f,0.7189950635822886f,0.6037188168921425f,-0.0670562077649071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8549970369620857f,0.44389430674417757f,0.2682124367477388f,-0.00960989292243854f,-0.08871285262983722f,0.6347040334913004f,-0.7676462855040406f,0.9783242040417307f,-0.5109893311648792f,0.6325414091662144f,0.5820491982003663f,-0.0714633305473425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.30231097777796667f,0.3077153892256825f,-0.00765752875072429f,0.003714776092907873f,0.7078720885578018f,-0.7063308762042015f,1.0159198723149274f,-0.4313547130726209f,0.6383769881157569f,0.637501319649059f,-0.0670562077649071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9037553798671796f,-0.007642722914477243f,0.4279810768568893f,-0.00915562614936528f,0.08998444058596283f,0.9808904818731292f,-0.17250119716434306f,1.0406530840929347f,-0.41848418585839225f,0.1944105227531492f,0.8871727761993635f,-0.06997646640823546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8937280613260772f,0.14953629162314555f,0.42295277500677225f,-0.00915562614936528f,-0.08258316008925726f,0.9815376789199162f,-0.17252190159563957f,1.0406530840929347f,-0.44094237046127f,0.1192588879207793f,0.8895769464098624f,-0.06997646640823546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.0575252887817987f,0.4275178700381473f,-0.00915562614936528f,0.003714776092907873f,0.9899955828203693f,-0.14104944677217562f,1.0406530840929347f,-0.4313547130726209f,0.1288393850758684f,0.892935341647596f,-0.06997646640823546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9075166987077707f,0.046203676045528136f,0.4174669590355974f,0.16531689084047924f,0.15303791032962127f,0.8892310083318503f,-0.43110046604366314f,1.0590476059302718f,-0.39114299120461316f,0.4551191427977961f,0.7999210750383486f,-0.15407654654980407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8807988346872845f,0.30994640503178117f,0.3579478157796143f,-0.1793720664600292f,-0.12269435479034745f,0.8795597192783027f,-0.45969641669873135f,1.0539403496326782f,-0.4573177321251627f,0.36098189183246904f,0.8127438499631663f,0.023298002274519808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.14071117337010172f,0.40777573951890844f,-0.016331304970991785f,0.003714776092907873f,0.9427330301095083f,-0.333527561648396f,0.9090654487271285f,-0.4313547130726209f,0.30241494610775144f,0.8499872421870123f,-0.10422910009944941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.10463572742131769f,0.418487816547143f,6.135230998639523e-18f,0.003714776092907873f,0.9682144886733393f,-0.2500937911296553f,1.1253718518518518f,-0.4313547130726209f,0.22718289651740028f,0.8731099833583402f,-0.05009796296296295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.05739176812962965f,0.1378422569802237f,0.9887900167080739f,0.11293003089705772f,0.0014074213827142757f,0.9904326830969005f,-0.13798956271590343f,1.3365480376143808f,-0.9983507420320809f,-0.0065278207751707645f,-0.057036685036219836f,-0.5688550618264422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.05739176812962965f,0.1378422569802237f,0.9887900167080739f,0.10754955263490495f,0.0014074213827142757f,0.9904326830969005f,-0.13798956271590343f,1.3366799833690102f,-0.9983507420320809f,-0.0065278207751707645f,-0.057036685036219836f,-0.6624504438919498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.05739176812962965f,0.1378422569802237f,0.9887900167080739f,-0.038078710740229754f,0.0014074213827142757f,0.9904326830969005f,-0.13798956271590343f,1.357312444899081f,-0.9983507420320809f,-0.0065278207751707645f,-0.057036685036219836f,-0.607097250103763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7847648362348356f,0.46344394810291956f,0.411538404983168f,-0.19438060398960752f,-0.42456189784882953f,0.8857045946590877f,-0.18781524404259944f,2.0407852554586947f,-0.45154329438528007f,-0.02733272702383785f,0.8918304633332104f,0.7459736725441108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.001741167992460102f,0.46344394810291956f,0.8861245258431798f,-0.2374399208371796f,-0.0317553221083503f,0.8857045946590877f,-0.4631619268868892f,2.065767528513868f,-0.9994941559868257f,-0.02733272702383785f,0.016258972342169054f,0.8254144918098835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4592993797074356f,0.46344394810291956f,0.7578019442883102f,-0.3295805540566401f,-0.26647757925518006f,0.8857045946590877f,-0.3801540092568805f,2.1102994933748134f,-0.8473687388349089f,-0.02733272702383785f,0.530300992341874f,0.706148933325716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001409648074941775f,-5.236563099469023e-8f,0.000006739963896193017f,-0.2906037080549562f,5.804337645168552e-8f,0.000015624892190554473f,0f,1.291520017035527f,-0.000006739917391759703f,2.503745674864002e-8f,0.000014096578013050355f,-0.6731945039446218f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25.mcfunction new file mode 100644 index 000000000..15b9fd92c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..ea65ef438 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6701804026697064f,0.12431514715795221f,0.4498315423678198f,0.06680740210865457f,-0.12544765324211757f,0.8061754098835222f,-0.03589622876605019f,1.2462925648442271f,-0.449517028173528f,-0.03964085179049356f,0.6806669440304915f,0.29091498755991024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6531323797480072f,-0.13872462049675152f,0.4406513068092929f,0.06680740210865457f,0.18868060771650008f,0.7766357870988958f,-0.035163652668783865f,1.2462925648442271f,-0.4216843876602945f,0.13263609563505316f,0.6667757819074204f,0.29091498755991024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8049485179584415f,-0.13578988157214597f,-0.02373680567338005f,0.12384651964086085f,0.13458021372384235f,0.8045650930676423f,-0.03882810239433964f,1.246645695464475f,0.029841145336567378f,0.03435932950630721f,0.8153976863870314f,0.27468729269756803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7794024474392581f,0.1788607047407915f,-0.023252381067800865f,0.12384651964086085f,-0.17981174834528396f,0.7786019658852252f,-0.038035692141393934f,1.246645695464475f,0.014126573636485697f,0.042282703547550836f,0.798756917277092f,0.27468729269756803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7368633743690369f,-0.993626745441667f,-0.9545388982416994f,0.6552638608557906f,0.7819311536227758f,0.5897058513761486f,-1.2174715314317976f,1.499841700388676f,1.1344700474263882f,-1.051836084946572f,0.2191456408342093f,-0.5894371772680318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.39874901758315934f,0.2360489877198007f,0.8861603107637595f,0.5625682176150365f,0.181323812894486f,0.926935057246539f,-0.32850125498201777f,1.4453921283865676f,-0.8989554470906058f,0.2916715190823621f,0.32681314095720904f,-0.3502802266895575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7611743976265987f,0.2360489877198007f,0.6040649069381886f,0.28766207188144505f,0.010210930199128145f,0.926935057246539f,-0.3750828395859024f,1.4479646044810566f,-0.6484668636886958f,0.2916715190823621f,0.7031489541014293f,-0.12740227511760743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07350755341596256f,-0.9894107400515842f,-0.12515201581028024f,-0.4456203672702437f,0.3182835092414468f,0.09565471392658184f,-0.9431573481920044f,1.2262736291937597f,0.945141390129408f,-0.1091630119326181f,0.30788177843134806f,-0.19684453286299744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.403689782764696f,-0.9033871732804458f,-0.14465882082942305f,-0.2900048002938872f,0.592297254227303f,0.3785667933502425f,-0.7112461919808869f,1.4229266946250478f,0.6972937128113165f,0.2014417983559551f,0.6878972888076593f,0.022860587723154295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7172529075129681f,0.6866964910302253f,0.11830551919065184f,0.03285373774673357f,-0.4774913019766442f,0.608014866933952f,-0.6342869840410867f,1.165399628451737f,-0.5074941607554152f,0.3984543271117338f,0.7639920326843026f,-0.3322165765013326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9088612759799233f,0.32424936579797276f,0.262361448775842f,0.09529025288870246f,-0.24074175670183126f,0.9214672635008859f,-0.30486306577922023f,1.336269346197033f,-0.3406091419857408f,0.21391687889411964f,0.9155462748108018f,-0.2863849974911177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9618145086438209f,0.14321753577602048f,0.23324148089156466f,-0.20837603312290504f,0.005954617965628182f,0.8410217545027469f,-0.5409685304876843f,1.1474277000792834f,-0.2736373393510638f,0.5217002452552285f,0.8080541198542988f,-0.21583585198633293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9618145086438209f,0.007409283803658136f,0.27360181555640795f,-0.2052767810624916f,0.005954617965628182f,0.9988304697785806f,-0.047981612798897816f,1.3344085280827742f,-0.2736373393510638f,0.047778605624450715f,0.9606455180541125f,-0.20087332894391025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,-0.23427835758716112f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,2.0135811164468045f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,-0.24319476766226122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,-0.31719070294245144f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,1.885290415306607f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,-0.1933214131666836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.2243313932628929f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,2.0314963432628743f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,0.12356454179474534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.19996497354803497f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,1.9054926923545152f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,0.22025823366781316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7793147647111287f,0.04517669884452702f,-0.6250020507044353f,-0.1525866164692307f,0.18330012384001482f,0.9373374519015258f,0.2963099152289538f,2.107831857937114f,0.5992241334454692f,-0.3454816451626127f,0.7222000212906818f,-0.18993523404428148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7626529140427978f,0.166532187030856f,-0.6250020507044353f,-0.0630622228488817f,0.03441151229603914f,0.9544717292610136f,0.2963099152289538f,2.1214141253375094f,0.6458919263495472f,-0.24748888606200126f,0.7222000212906818f,-0.11803220501091624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.807010013090633f,0.14580773336336478f,-0.5722542648708656f,-0.06921462188818503f,0.24541647984064377f,0.7985883232212234f,0.5495702333981907f,2.1248547590992892f,0.5371271638951838f,-0.5839493085072992f,0.6086851525212059f,-0.07584545570001922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7224550641447129f,0.38805120361720874f,-0.5722542648708656f,-0.08761261601813923f,-0.013372421026089015f,0.8353404916072005f,0.5495702333981907f,2.1318903139701817f,0.6912885494839041f,-0.3893873732578864f,0.6086851525212059f,-0.09949456571821709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7742650259057211f,0.27025677789154295f,-0.5722542648708656f,-0.11343968890577463f,0.11746825859801846f,0.8271479715169513f,0.5495702333981907f,2.2338438243727f,0.6218640348831588f,-0.492734722968733f,0.6086851525212059f,-0.16448755421628758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7742650259057211f,0.09942890059969575f,-0.6250020507044353f,-0.13581119154070614f,0.11746825859801846f,0.9478405152550503f,0.2963099152289538f,2.020579708440314f,0.6218640348831588f,-0.30284030670730827f,0.7222000212906818f,-0.09634848520714333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.777062763878201f,0.0838466771112585f,-0.6238134302268366f,0.12964909395580163f,-0.1261984215152948f,0.9917169632884412f,-0.02390445843353369f,2.134661978924407f,0.616642051275308f,0.0972995347540416f,0.7812076427785559f,0.07911672874010128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.03934380369604418f,0.03049400309118231f,0.9992490643690762f,-0.02390445843353369f,2.1412193421028523f,0.6242711650332027f,-0.0003624533906651517f,0.7812076427785559f,0.007206394543638743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.766798086039427f,0.15125309753819896f,-0.6238134302268366f,0.022075036098969242f,-0.2121520269519401f,0.9769442636748439f,-0.02390445843353369f,2.1362217721540113f,0.6058153288803901f,0.15067317663710877f,0.7812076427785559f,-0.006736061670553198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7760080940016039f,-0.09310339581683547f,-0.6238134302268366f,0.04440915369044919f,0.10012381235477866f,0.9946877897443723f,-0.02390445843353369f,2.147103042210942f,0.6227251883805115f,-0.04390852560527545f,0.7812076427785559f,0.011431238028578962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7810187265708752f,0.02943727253392757f,-0.6238134302268366f,0.06596528024753565f,-0.05671233019196023f,0.9981043474863726f,-0.02390445843353369f,2.2527766873975428f,0.6219272146721084f,0.05404774291832867f,0.7812076427785559f,0.07188004820778128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7810187265708752f,0.02943727253392757f,-0.6238134302268366f,0.05934189392740195f,-0.05671233019196023f,0.9981043474863726f,-0.02390445843353369f,2.0282032092131095f,0.6219272146721084f,0.05404774291832867f,0.7812076427785559f,0.05971930605115734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.0011163397375729203f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,1.5130233276636078f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,-0.04254157105210697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9618145086438209f,0.007409283803658136f,0.27360181555640795f,-0.0016621416887988806f,0.005954617965628182f,0.9988304697785806f,-0.047981612798897816f,1.1384619014966402f,-0.2736373393510638f,0.047778605624450715f,0.9606455180541125f,-0.060458548161275986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9556067186056415f,0.19188641826670388f,0.22359651571644484f,-0.2333084480417446f,-0.059604440853678387f,0.8690710345698491f,-0.49108334068894294f,0.741007640713648f,-0.288553478555153f,0.4559551944615478f,0.8419274022487053f,-0.3771861259401362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9556067186056415f,0.2887563234974975f,0.05861386351339887f,-0.13436948672372234f,-0.059604440853678387f,0.38426569618926654f,-0.921296469852511f,0.8394919657979006f,-0.288553478555153f,0.8769034498577294f,0.3844180402131694f,-0.06987174705311243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9587921407236019f,-0.06515529325118645f,0.276536468929516f,0.02805569514799501f,0.16280085443291634f,0.923694321480218f,-0.34682082155071337f,0.9179620036031675f,-0.23283795369863058f,0.3775494513657137f,0.8962381932783735f,-0.43032985720371153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9587921407236019f,0.22324860638483643f,0.17572049007979018f,0.11500217561474417f,0.16280085443291634f,0.07516372412580766f,-0.9837917952348716f,0.8681516614366753f,-0.23283795369863058f,0.9718592873059186f,0.03572132408893214f,-0.10712466374027568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9783151843301532f,0.0754201711058323f,0.1929020422375714f,-0.004733315559259654f,0.09329126251858941f,0.6710667457932921f,-0.7355040197225904f,1.0298899351006816f,-0.18492198475775246f,0.737550825693232f,0.6494787441267695f,-0.071194010828295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9280977755771829f,0.33214709825617783f,0.1682641497428562f,-0.005957655970672162f,-0.09329126251858941f,0.6449395864418597f,-0.7585180750502195f,0.9922502959835237f,-0.360459788750941f,0.6882813632230674f,0.629553417696563f,-0.07547376226303538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.1923652559645258f,0.19658272900705426f,-0.004733315559259654f,0f,0.714732123352771f,-0.6993983070094173f,1.0298899351006816f,-0.27504392566671687f,0.6724236760743496f,0.6871660925922495f,-0.071194010828295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9608006564224191f,-0.03964341872862662f,0.274391140472421f,-0.005722270304771852f,0.08645784796117975f,0.9832115551652759f,-0.16068627295261223f,1.05457969664058f,-0.26341438674485995f,0.17811074403580116f,0.9480977922740054f,-0.07465095830102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9547455902962158f,0.12784319944363196f,0.26854603733056037f,-0.005722270304771852f,-0.08645784796117975f,0.9832115551652759f,-0.16068627295261223f,1.05457969664058f,-0.28458021423818713f,0.13019659805653777f,0.9497699445226997f,-0.07465095830102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.0347370462078128f,0.2728415266540538f,-0.005722270304771852f,0f,0.9919925553442988f,-0.1262963583856974f,1.05457969664058f,-0.27504392566671687f,0.12142531763287592f,0.9537330502774857f,-0.07465095830102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9598261812727873f,-0.030974816793251404f,0.2788803730417817f,0.18035895607047195f,0.15193766668575234f,0.8929461705142753f,-0.42374766312745593f,1.0727517503261887f,-0.23589965490731024f,0.449096534487314f,0.8617793543164612f,-0.12862640019332597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9446704096252595f,0.24543013155510127f,0.21762781923111402f,-0.18909874754562334f,-0.1267828738579112f,0.8850872342304459f,-0.4478243971677166f,1.0687223897837983f,-0.30252920532532673f,0.39545497635906113f,0.8672320575244443f,-0.011220912214811432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.08843270038608184f,0.2604396639311761f,-0.0071010411045317814f,0f,0.9469020750044217f,-0.32152209932183606f,0.9225407041446952f,-0.27504392566671687f,0.3091215260294018f,0.9103816348647944f,-0.10787508378618577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.06539737491167845f,0.26715603006636374f,6.692503406277918e-18f,0f,0.9713213241076581f,-0.23777065700743158f,1.1395703125f,-0.27504392566671687f,0.2286002377260511f,0.9338590740927856f,-0.0546484375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1993742306446583f,0.12797985778408044f,0.9715302734122172f,0.15271843698256768f,1.3877787807814457e-17f,0.9914348917442891f,-0.1306018967396325f,1.3613574218750002f,-0.9799234236178106f,0.02603865268319735f,0.1976665687757878f,-0.5418392922796786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1993742306446583f,0.12797985778408044f,0.9715302734122172f,0.1714097711055044f,1.3877787807814457e-17f,0.9914348917442891f,-0.1306018967396325f,1.3613574218750002f,-0.9799234236178106f,0.02603865268319735f,0.1976665687757878f,-0.6337071132438484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1993742306446583f,0.12797985778408044f,0.9715302734122172f,0.01633456303220343f,1.3877787807814457e-17f,0.9914348917442891f,-0.1306018967396325f,1.380947706385945f,-0.9799234236178106f,0.02603865268319735f,0.1976665687757878f,-0.6174231880781317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8685046182429015f,0.4448078660495828f,0.2187365776251627f,-0.312797231615086f,-0.4005307220845804f,0.889733394507426f,-0.21897403353981865f,2.06919388021572f,-0.29201861029248954f,0.10256924002209214f,0.9508967779123736f,0.7185795693824484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2539227456769284f,0.4448078660495828f,0.8588767091546416f,-0.3733662359932831f,-0.01545633817346187f,0.889733394507426f,-0.45621879433947105f,2.09164158853428f,-0.9671009982613801f,0.10256924002209214f,0.23279864725365762f,0.7865248311736784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6460693800341022f,0.4448078660495828f,0.6202743896718352f,-0.43612289225495987f,-0.23944222206464152f,0.889733394507426f,-0.38864110563737325f,2.138713900220606f,-0.7247494591064543f,0.10256924002209214f,0.6813352864237935f,0.6503519073144943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015022369704592726f,0f,0.000004297561338542451f,-0.18215356588192239f,0f,0.000015625f,0f,1.3056928125f,-0.000004297561338542451f,0f,0.000015022369704592726f,-0.7176178340355794f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26.mcfunction new file mode 100644 index 000000000..ccc64d71b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..27f90eb83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7391944009076258f,0.13244568497879017f,0.3209271298001459f,0.013788846023957232f,-0.1282277841584962f,0.8056808719589434f,-0.03715390119116643f,1.2604330024348878f,-0.3226355799986461f,-0.016760594691714384f,0.7500465381754402f,0.29525438877180504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7186396867348183f,-0.15723780539073764f,0.3143775965389185f,0.013788846023957232f,0.18597913096049368f,0.7772304155804649f,-0.03639565830971406f,1.2604330024348878f,-0.29827632071095095f,0.10577879585494644f,0.7347394659677782f,0.29525438877180504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7942788601141566f,-0.13794702513434448f,-0.13052262285437485f,0.0712707978690384f,0.13341225435806744f,0.8047667099820801f,-0.03868019307295746f,1.2606273413085605f,0.13515438286381676f,0.016297398738678585f,0.8052404187765899f,0.2882266919612446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7705547980690569f,0.17290866352758416f,-0.1278588958573468f,0.0712707978690384f,-0.18094436144472978f,0.7783465971097472f,-0.03789080137759099f,1.2606273413085605f,0.1162086108432338f,0.06541535633765024f,0.7888069408423739f,0.2882266919612446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8857719305173527f,-0.8881837962735376f,-0.9316350579195097f,0.7057087843723648f,0.6924316845882182f,0.6245374701968529f,-1.2537533890276977f,1.5577948667104242f,1.0850588460013972f,-1.1236052431157668f,0.039557658637410946f,-0.49798761141176967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4635758023970799f,0.15319953489573823f,0.8727126548524622f,0.5952919557398062f,0.262362296157582f,0.9170382075569441f,-0.3003447210051616f,1.4802614501248008f,-0.8463235202845452f,0.3681994410485662f,0.3849229411514707f,-0.27189780399245195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8315464499856752f,0.15319953489573823f,0.533910483156072f,0.29632252833493056f,0.0816787324818071f,0.9170382075569441f,-0.39034537340784825f,1.458351521543913f,-0.549417042124092f,0.3681994410485662f,0.7500467221681174f,-0.0861437318735984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.18295806306599993f,-0.9669061765506196f,-0.17781673967149297f,-0.4183654690886692f,0.3147132387617411f,0.1137500417919838f,-0.942346276769011f,1.2343767979472369f,0.931387097026383f,-0.22837113158318378f,0.2834866870810393f,-0.2673203316039536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2934783152196106f,-0.9253352933740386f,-0.24005223042546506f,-0.2978419147885107f,0.5983392620039215f,0.3736437478360005f,-0.7087880340748353f,1.4331193032926755f,0.7455605985032078f,0.06438124369293456f,0.6633207741508549f,-0.028291820637012056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7859491999602229f,0.6182831825159744f,-0.003124307891999356f,0.07558159188274574f,-0.4795385569245093f,0.6063745016201573f,-0.6343128062775221f,1.1795095304101826f,-0.3902904399349861f,0.5000358687162594f,0.7730701795390447f,-0.3278142739635984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.950015950303431f,0.2896176331060617f,0.11658182003688056f,0.1306135344653628f,-0.2432265850059647f,0.9206999437050878f,-0.3052088498189143f,1.3502332145435183f,-0.19573073983257f,0.2615974775403826f,0.9451223398212021f,-0.2728577323008942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9926035091877042f,0.06288647998857046f,0.1038439414838551f,-0.18080977644223908f,0.003355861131836452f,0.8408375471216699f,-0.5412771540961964f,1.1622069041462997f,-0.12135489996007175f,0.5376220884460206f,0.8344072616358396f,-0.25020402351500437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9926035091877042f,0.0025393184827561983f,0.12137473134840847f,-0.17957506215579475f,0.003355861131836452f,0.9988252533112593f,-0.048340992374615366f,1.3491845079398195f,-0.12135489996007175f,0.04839075541197849f,0.9914289299018559f,-0.23493432606337183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,-0.19377475055648638f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,2.0288326177844542f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,-0.2854145152142664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,-0.2844835296776517f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,1.900365262201424f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,-0.25242408569522523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,0.1884062839560585f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,2.044982554481612f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,0.16049252263510286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,0.14648657307053717f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,1.9185768929450266f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,0.25040725485831883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6552768168950007f,0.12872915097188212f,-0.744339370804752f,-0.12139644303662694f,0.1798196033736486f,0.9304634967404173f,0.319221853067955f,2.1211028085673704f,0.7336737718376605f,-0.3430254901951948f,0.5865631335106621f,-0.21897276467786142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6270715960421177f,0.22965215981387396f,-0.744339370804752f,-0.04685290102743653f,0.03204916631054505f,0.9471379305373954f,0.319221853067955f,2.1343390636203696f,0.7783020392983628f,-0.22403041318125286f,0.5865631335106621f,-0.13158167518988206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6979232356934123f,0.285293516681695f,-0.6568947909815004f,-0.06299775557257277f,0.23825361602465558f,0.772493447935613f,0.5886332366998354f,2.1396662985828345f,0.6753801681500677f,-0.5673283724933381f,0.4711689147573793f,-0.08967489843741987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5756038961403819f,0.4870003986953024f,-0.6568947909815004f,-0.07624296439261806f,-0.012120949404270914f,0.8083093437773775f,0.5886332366998354f,2.146449842083834f,0.8176388183871603f,-0.33085739591673285f,0.4711689147573793f,-0.1166158265187507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6447009038632685f,0.3909603280887405f,-0.6568947909815004f,-0.08523734075696102f,0.11447571937729215f,0.8002538486788595f,0.5886332366998354f,2.2468274777726163f,0.7558148280041456f,-0.45469088349714826f,0.4711689147573793f,-0.188233394046534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6447009038632685f,0.17412537330288924f,-0.744339370804752f,-0.12441554975011103f,0.11447571937729215f,0.9407405158687024f,0.319221853067955f,2.0351608617021584f,0.7558148280041456f,-0.291011402139533f,0.5865631335106621f,-0.12275582856513917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6485150471949691f,0.06386162404199942f,-0.7585182440366384f,0.10363238519956752f,-0.1291675699287092f,0.9912557102702528f,-0.026978801591783282f,2.1483778924997674f,0.7501626306611247f,0.11547211711636321f,0.6510930945174015f,0.09961326151440808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6505209098085871f,-0.03837472300073212f,-0.7585182440366384f,0.02831540964677093f,0.027489253952607894f,0.9992579672846249f,-0.026978801591783282f,2.155281447461785f,0.7589907027223307f,-0.0033008260809771484f,0.6510930945174015f,0.012155644650776051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6404813443718943f,0.12014042190347832f,-0.7585182440366384f,0.013950827500547967f,-0.21506967600983623f,0.9762259875283468f,-0.026978801591783282f,2.1503509545814423f,0.7372439772372475f,0.18041369210555763f,0.6510930945174015f,-0.004783279303280374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6462593882099213f,-0.08365928886927637f,-0.7585182440366384f,0.032502022123697044f,0.09712700367008235f,0.9949062716772588f,-0.026978801591783282f,2.161144853174832f,0.7569115855293868f,-0.05623730046102828f,0.6510930945174015f,0.017275971731368675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6513900588349975f,0.018467937473181067f,-0.7585182440366384f,0.042369963633501456f,-0.059706421293121065f,0.9978513353806968f,-0.026978801591783282f,2.266549725650967f,0.7563901999016823f,0.06286213299313936f,0.6510930945174015f,0.08113582703889982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6513900588349975f,0.018467937473181067f,-0.7585182440366384f,0.038214677702035724f,-0.059706421293121065f,0.9978513353806968f,-0.026978801591783282f,2.0420331751903102f,0.7563901999016823f,0.06286213299313936f,0.6510930945174015f,0.06699184711544348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,0.00027030463998250934f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,1.527320397762607f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,-0.04653697656201586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9926035091877042f,0.0025393184827561983f,0.12137473134840847f,-0.000681939791051065f,0.003355861131836452f,0.9988252533112593f,-0.048340992374615366f,1.1527609277708848f,-0.12135489996007175f,0.04839075541197849f,0.9914289299018559f,-0.0646835098415078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9891842804303316f,0.11425811569952507f,0.09197577043070274f,-0.18089580186141135f,-0.057223177260082934f,0.8779827198215129f,-0.4752597728391075f,0.7326671523864282f,-0.1350554231928082f,0.4648563505983464f,0.8750249173449856f,-0.40677788655004204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9891842804303316f,0.14644826670292194f,0.008207589733730244f,-0.13090472905388767f,-0.057223177260082934f,0.43682605284812526f,-0.8977240709357125f,0.853687462537565f,-0.1350554231928082f,0.8875448747713193f,0.440481699884768f,-0.09190554956515877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9835619350527757f,-0.12471450672569138f,0.1305841174393242f,0.08508752575268974f,0.15998419415841636f,0.9372036251856112f,-0.3099264792792493f,0.9335523198991494f,-0.08373158027125643f,0.3257232824824107f,0.9417501609844101f,-0.42113639473705544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9835619350527757f,0.07073974320803908f,0.1661379205542805f,0.12142391442683957f,0.15998419415841636f,0.08525394669427927f,-0.9834311476623727f,0.8838664513349492f,-0.08373158027125643f,0.9938448839250067f,0.07253529596940003f,-0.08924088979324318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9953124430033574f,-0.03814501305118882f,0.08887124834283028f,-0.0022677631948449977f,0.0912244179049187f,0.6754276253754339f,-0.731762002605773f,1.043957775405502f,-0.03211302509258701f,0.7364390544091391f,0.67574127649595f,-0.07485234681276645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9725579290008833f,0.2223858053006666f,0.06837856636612705f,-0.00288060084956742f,-0.09714670280135501f,0.6552059893457216f,-0.7491779692838807f,1.006277986112292f,-0.21140859223867423f,0.7219762219950655f,0.6588298278018337f,-0.07888827030619411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.08716455147987742f,0.08656743271314685f,-0.0022677631948449977f,-0.002986694029676048f,0.7215836051844005f,-0.6923208651975298f,1.043957775405502f,-0.12281147788381387f,0.6868183469407285f,0.7163783212839419f,-0.07485234681276645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9900993854736583f,-0.06526970130255742f,0.1242701612478205f,-0.002674914294447935f,0.08363643088117083f,0.9853172348933477f,-0.14884520164112303f,1.0685998052028045f,-0.11273044980901792f,0.15776505542737393f,0.981020913626134f,-0.07874176622901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9871987049173928f,0.10759795962014855f,0.11773443037193249f,-0.002674914294447935f,-0.08958708839554193f,0.9847969915115022f,-0.14882553242875818f,1.0685998052028045f,-0.13195783645631617f,0.1363728880513824f,0.9818297025463701f,-0.07874176622901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.016640788459940034f,0.12171550271294505f,-0.002674914294447935f,-0.002986694029676048f,0.9937584937933833f,-0.11151293948362695f,1.0685998052028045f,-0.12281147788381387f,0.11030476042736086f,0.9862809948118519f,-0.07874176622901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9847159382303085f,-0.10035777655715289f,0.14234759456944884f,0.18956148061331618f,0.15154497119554602f,0.8965197306126641f,-0.4162769442661186f,1.086690622840647f,-0.08584079857820946f,0.43148660385543924f,0.8980259840298357f,-0.10336264738208208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9799449416893287f,0.1824249355583692f,0.08018138277694609f,-0.19364196480515722f,-0.13012764625591622f,0.8905745669828126f,-0.4358253507120381f,1.0834544730348237f,-0.1509129117650091f,0.4166510332759307f,0.8964525695945692f,-0.04466467044881292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.04082419769199487f,0.11586614830932428f,0.0009227396895669808f,-0.002986694029676048f,0.950907676876407f,-0.30946028778550555f,0.936137944817991f,-0.12281147788381387f,0.3067702315093819f,0.9438269788259254f,-0.1100619113708446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.030570449079405086f,0.11898330590598376f,7.249818336374615e-18f,-0.002986694029676048f,0.9742604273118651f,-0.22540563309925302f,1.1538475925925926f,-0.12281147788381387f,0.2233429367971718f,0.9669722196024083f,-0.05919925925925924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.43227405175736106f,0.11096527719455103f,0.8948887369021977f,0.1764171870735003f,-0.0016120643466549583f,0.9924931730209989f,-0.12228942209059526f,1.3873016515088237f,-0.9017408416090605f,0.051419925747184646f,0.4292079284103887f,-0.5184167338789392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.43227405175736106f,0.11096527719455103f,0.8948887369021977f,0.21694287942575288f,-0.0016120643466549583f,0.9924931730209989f,-0.12228942209059526f,1.3871505204763248f,-0.9017408416090605f,0.051419925747184646f,0.4292079284103887f,-0.6029549377797886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.43227405175736106f,0.11096527719455103f,0.8948887369021977f,0.06244672271429688f,-0.0016120643466549583f,0.9924931730209989f,-0.12228942209059526f,1.4055694993061636f,-0.9017408416090605f,0.051419925747184646f,0.4292079284103887f,-0.6250670250909222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9187186894074616f,0.3935353015170824f,0.03295354598970318f,-0.4213940460831266f,-0.3730624584665942f,0.8922316088869937f,-0.25445462893370063f,2.0975460414704497f,-0.12953907447676571f,0.22147849232552078f,0.9665231014419248f,0.6786096381735749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4788257017827454f,0.3935353015170824f,0.7847648780189649f,-0.4957814456515947f,0.006722092889405229f,0.8922316088869937f,-0.45152803852043655f,2.1170453198647774f,-0.8778842524954231f,0.22147849232552078f,0.42457804542600475f,0.7322319789238776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7934655953969931f,0.3935353015170824f,0.464265350183658f,-0.5282275483949094f,-0.20799230287282858f,0.8922316088869937f,-0.4008265934897336f,2.1674196696910735f,-0.5719716346698961f,0.22147849232552078f,0.7898073984018263f,0.5869496987884523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015506648811493094f,4.631382199357813e-8f,0.0000019189379007441127f,-0.07677803526851186f,-4.666709421368825e-8f,0.000015624930309678748f,0f,1.3199477951920884f,-0.000001918929341934592f,-5.73128037147153e-9f,0.000015506717974255153f,-0.7424421760240171f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27.mcfunction new file mode 100644 index 000000000..14392d0ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..d4c3e5a1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7815529842406407f,0.1367974589638267f,0.19340587501426498f,-0.03671005247737581f,-0.1314201843460018f,0.8051082883904841f,-0.03839040968591846f,1.2746093835631995f,-0.19709924509103594f,0.005616371642786777f,0.7925053869839361f,0.2914869200877546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7586066222185901f,-0.16917845500227444f,0.1894588163405045f,-0.03671005247737581f,0.18287528302111522f,0.7779089596670142f,-0.03760693193722625f,1.2746093835631995f,-0.17627428509583762f,0.07897025283502354f,0.7763318076577335f,0.2914869200877546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7715259736604639f,-0.13705226448472424f,-0.2300191148824961f,0.020115755665124163f,0.13155683377171892f,0.805084193409832f,-0.03842766521720314f,1.2746143834468238f,0.2332057372786486f,-0.0007501771086287458f,0.7826614630726828f,0.2928080252301003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.74962744834498f,0.16518898845790422f,-0.22532484723183294f,0.020115755665124163f,-0.18274257932402307f,0.7779383793683725f,-0.037643427151545936f,1.2746143834468238f,0.21133820854213187f,0.08674373751438762f,0.7666887801528321f,0.2928080252301003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.014542166544603f,-0.7961815675248991f,-0.8821594832209076f,0.7351316106185758f,0.608486332022835f,0.6482591672985855f,-1.2848776929166221f,1.6115456679370495f,1.0207129008905393f,-1.1778205353732547f,-0.1108612213926974f,-0.409381759617787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5068391192185702f,0.06377294187383134f,0.8596784975294551f,0.6129792206000617f,0.33471951328670063f,0.9044541166489454f,-0.26443448773163203f,1.5132661259794924f,-0.7944035213006415f,0.4217769111290153f,0.4370666797910914f,-0.19656465556498104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8795020133226268f,0.06377294187383134f,0.4716028206512375f,0.2980911122768154f,0.14878688335079265f,0.9044541166489454f,-0.3997814580737006f,1.468537880461206f,-0.45203835224923566f,0.4217769111290153f,0.7859806392871667f,-0.04711056164491477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2806792996389863f,-0.9332398436252926f,-0.22423765300325382f,-0.38424897270147507f,0.31100382707089663f,0.1325927990009119f,-0.9411141106159018f,1.2428022744479392f,0.908017483477837f,-0.3338900177054464f,0.25302510898176245f,-0.32871801489527547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.186640908550236f,-0.9269896859985378f,-0.32535410448905494f,-0.2982530114958837f,0.604153780834778f,0.36944940377336377f,-0.7060491110075483f,1.4435395249189886f,0.7747021236311318f,-0.06478626477764077f,0.6289986959744639f,-0.07678831420031418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8325009170328947f,0.5415752083055683f,-0.11678406093371595f,0.11364749867232919f,-0.4821361005120532f,0.6043603620206861f,-0.6342659800125316f,1.193549731600449f,-0.27292307290227574f,0.584332821743744f,0.7642435146670029f,-0.3180893061634434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9675245877961173f,0.25180866359626963f,-0.02210359581186593f,0.1607234756228056f,-0.2463563538107562f,0.9197542087606789f,-0.30554990165943036f,1.364093958857705f,-0.05661023712212414f,0.3010724039245024f,0.951919475926456f,-0.25568873370305883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9997298632047242f,-0.012661350454065995f,-0.019490788114977637f,-0.1513183572203402f,0.00008796237369914584f,0.8406493360852797f,-0.5415798057553476f,1.1770932812025283f,0.023242049808148244f,0.5414317906662467f,0.8404233594901188f,-0.2783206494945907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9997298632047242f,-0.0012196570819499731f,-0.02321019287438344f,-0.15169210662867072f,0.00008796237369914584f,0.9988135836020483f,-0.04869720191813298f,1.364066470615924f,0.023242049808148244f,0.04868200538840864f,0.9985438745854279f,-0.2629518742681052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,-0.14958356750596385f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,2.044220475998584f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,-0.3176023332992644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,-0.24463894591607416f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,1.915656993292785f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,-0.3015955081966228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,0.14835527592020714f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,2.058318170248029f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,0.18854976893357717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,0.09133464347939525f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,1.9315543931910955f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,0.26917175602339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5177874031012304f,0.20920058320222845f,-0.8295368112251148f,-0.08775345060183933f,0.175806162567682f,0.922926680247706f,0.342488738632637f,2.1344060504641305f,0.8372504991894063f,-0.32317403805812817f,0.4411010572785943f,-0.2401935384406907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.47868639963077503f,0.2876247722832554f,-0.8295368112251148f,-0.02971744701182126f,0.02926415547696677f,0.9390660642968872f,0.342488738632637f,2.147240170725282f,0.8774981139653499f,-0.18822039542770147f,0.4411010572785943f,-0.14101567664975612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5740932031318837f,0.41609858230256197f,-0.7051800932553132f,-0.05535066438661852f,0.23028700007200975f,0.7444266714410064f,0.6267350544249928f,2.1546564538852047f,0.7857384372140697f,-0.5221981430961457f,0.3315481980517002f,-0.10147293162779475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.4174135485325209f,0.5731378242429277f,-0.7051800932553132f,-0.06320773410731147f,-0.011024540504698907f,0.7791544333837561f,0.6267350544249928f,2.161175720442112f,0.908649761463761f,-0.2538334165560582f,0.3315481980517002f,-0.13050793195436877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5019330040217778f,0.5007836813935755f,-0.7051800932553132f,-0.054783776751422535f,0.11099779685320214f,0.7712863674723138f,0.6267350544249928f,2.2597441815501003f,0.8577544803540287f,-0.3928524453293643f,0.3315481980517002f,-0.2046627696153006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5019330040217778f,0.24481000448540216f,-0.8295368112251148f,-0.10986602776063793f,0.11099779685320214f,0.9329420952039633f,0.342488738632637f,2.049832210129209f,0.8577544803540287f,-0.2639831598801273f,0.4411010572785943f,-0.14526655864227206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5067505083585612f,0.04230766896029249f,-0.8610539956503811f,0.0755589419292076f,-0.1326212660123654f,0.9907315081348987f,-0.02937139067233167f,2.1620076948950238f,0.8518306886228141f,0.12907803816256125f,0.5076645920137498f,0.11416784569400681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5071299462573122f,-0.03748645333409685f,-0.8610539956503811f,0.01676740766242444f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,2.1693138387108055f,0.8615354931622834f,-0.005766804759505417f,0.5076645920137498f,0.01487375530540018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.501134813369939f,0.08631289245060784f,-0.8610539956503811f,0.005601838206591141f,-0.2184645425107381f,0.9754027706929829f,-0.02937139067233167f,2.1644612738364404f,0.8373393233894193f,0.202828793619798f,0.5076645920137498f,-0.004345006305771365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.503279680398731f,-0.07277073499879542f,-0.8610539956503811f,0.019988175190314064f,0.09364390577026455f,0.995172417384075f,-0.02937139067233167f,2.1751537203170326f,0.8590345640367687f,-0.06585043512135673f,0.5076645920137498f,0.02067439659378703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.508467323388395f,0.006855481073945104f,-0.8610539956503811f,0.01845894204532778f,-0.06318827083919108f,0.997569327835578f,-0.02937139067233167f,2.2802843277217653f,0.8587597006582195f,0.06934290548367926f,0.5076645920137498f,0.08571946838212663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.508467323388395f,0.006855481073945104f,-0.8610539956503811f,0.016916458803690134f,-0.06318827083919108f,0.997569327835578f,-0.02937139067233167f,2.0558312289587604f,0.8587597006582195f,0.06934290548367926f,0.5076645920137498f,0.07011731464829882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,-0.0003550397806748503f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,1.541618321278572f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,-0.050483653058169764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9997298632047242f,-0.0012196570819499731f,-0.02321019287438344f,0.00010233162505638963f,0.00008796237369914584f,0.9988135836020483f,-0.04869720191813298f,1.1670632274278039f,0.023242049808148244f,0.04868200538840864f,0.9985438745854279f,-0.06873940507882301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9983984606579918f,0.044141044977138603f,-0.03538476938004911f,-0.13044079153743582f,-0.05547526507489202f,0.8865028017593451f,-0.4593857610306414f,0.7246490222771493f,0.01109092965551124f,0.4606130161221643f,0.8875317688163165f,-0.42521540505701727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9983984606579918f,0.017405383759129558f,-0.053829047659701944f,-0.12595621110931585f,-0.05547526507489202f,0.4877454628634518f,-0.8712214749539796f,0.867984292910085f,0.01109092965551124f,0.8728123601738891f,0.48792988759355793f,-0.11197169648429177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9860123271604899f,-0.1662115741599747f,-0.01238560869795581f,0.1348424607236045f,0.15659953335504506f,0.9493030282198303f,-0.27258089948791775f,0.9491029460808871f,0.057063796233144004f,0.26682854650116333f,0.9620531429871945f,-0.4049943378329803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9860123271604899f,-0.07260676585931775f,0.1500264917906363f,0.12344711134953021f,0.15659953335504506f,0.0953956646837861f,-0.9830443801337357f,0.8995445165210877f,0.057063796233144004f,0.9927879555630141f,0.10543148698786983f,-0.07209005960380882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9898648835656754f,-0.14152385123215974f,-0.011769104295986581f,-0.000409900394847269f,0.08854882309076086f,0.6798770074896928f,-0.7279604114346475f,1.0580361668084366f,0.11102530438036828f,0.7195403075709363f,0.6855181453236443f,-0.07816017210439638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.992511200845658f,0.11846990315051546f,-0.029772441005364726f,-0.000577203323308548f,-0.10159550716689064f,0.6652566694361609f,-0.7396701404641185f,1.020320420727997f,-0.06782233495989876f,0.737155645585255f,0.6723107057472559f,-0.08187306734574538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,-0.010137112080620462f,-0.020377496427383873f,-0.000409900394847269f,-0.006579631699362215f,0.7283761482028484f,-0.6851458933511045f,1.0580361668084366f,0.021787883070272147f,0.685102492834355f,0.7281207746407659f,-0.07816017210439638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9963234829259546f,-0.08355102639994806f,-0.018940521582329964f,-0.0001561467987047881f,0.08019011118580364f,0.9873133035639566f,-0.13704738842325725f,1.0826264387783617f,0.030150678902870112f,0.13502468882816165f,0.9903833954426714f,-0.08237778846347402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9955498141709598f,0.0905711371681343f,-0.026027612572784325f,-0.0001561467987047881f,-0.09329929961440568f,0.9861673470138405f,-0.1370007458926606f,1.0826264387783617f,0.013259268291625914f,0.138819425138397f,0.9902289427241643f,-0.08237778846347402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,0.00443842672097258f,-0.022322718701485722f,-0.0001561467987047881f,-0.006579631699362215f,0.9952838753409102f,-0.09678179546319965f,1.0826264387783617f,0.021787883070272147f,0.09690360083414046f,0.9950552649459699f,-0.08237778846347402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.987031945833707f,-0.1601612371894295f,0.010784989832071209f,0.1936904275466994f,0.1505271958427804f,0.9001332493057294f,-0.4087807441722505f,1.1005157682287494f,0.055762901784571814f,0.40510308761630176f,0.9125688944886866f,-0.0791033101919681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.990955113667812f,0.1238589392555381f,-0.051642287537513445f,-0.19398309172485304f,-0.13404944652522696f,0.8958120066213631f,-0.4237352884517497f,1.0983074047058f,-0.0062216221272758665f,0.426825270994467f,0.90431271110087f,-0.07641521307394429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,-0.0001997864999908664f,-0.0227588112022031f,0.007411744283269063f,-0.006579631699362215f,0.9547275834823896f,-0.2974087251318924f,0.9497619996933234f,0.021787883070272147f,0.2974814303838666f,0.9544789608619382f,-0.11118415778849575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,0.0017845348423405263f,-0.02268961959530341f,7.804207721340023e-18f,-0.006579631699362215f,0.9770154351256052f,-0.21306700348253202f,1.168115289351852f,0.021787883070272147f,0.21316110095822138f,0.9767740952695232f,-0.06372619212962967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6305155306039801f,0.0911611732747496f,0.7708046485033371f,0.18837259313719318f,-0.004036391826652268f,0.9934505904346044f,-0.11419120765697222f,1.4138512602168318f,-0.776166137633048f,0.06888806030298068f,0.626753988371426f,-0.5019716920138971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6305155306039801f,0.0911611732747496f,0.7708046485033371f,0.2474834241313163f,-0.004036391826652268f,0.9934505904346044f,-0.11419120765697222f,1.4134728484830832f,-0.776166137633048f,0.06888806030298068f,0.626753988371426f,-0.5747372674169954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6305155306039801f,0.0911611732747496f,0.7708046485033371f,0.10230731135875416f,-0.004036391826652268f,0.9934505904346044f,-0.11419120765697222f,1.4307907354985034f,-0.776166137633048f,0.06888806030298068f,0.626753988371426f,-0.6323675779711602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9386509527174729f,0.3161547492798858f,-0.1377699657775729f,-0.5189780150113249f,-0.3435558418426965f,0.8920466678167871f,-0.29363604338146737f,2.1263391852248885f,0.030062809222311138f,0.3229534284455571f,0.9459372656560918f,0.6286482120025804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6664958098752058f,0.3161547492798858f,0.6751514718391469f,-0.6033183385262508f,0.03341399828153316f,0.8920466678167871f,-0.45070638685934833f,2.1426351801027734f,-0.7447595854620708f,0.3229534284455571f,0.5839813720638916f,0.6662010132341473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8996301174925437f,0.3161547492798858f,0.3011840404273192f,-0.6063257828328857f,-0.17382394536410728f,0.8920466678167871f,-0.41717859299707927f,2.197063971613393f,-0.40056321313671367f,0.3229534284455571f,0.857467314442278f,0.5188045154520221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015620952574209036f,1.0278233955914449e-7f,-3.404430422068131e-7f,0.023287889659196915f,-1.028067453025346e-7f,0.000015624661781079306f,0f,1.334186704970612f,3.4043567297300233e-7f,2.2399898323312556e-9f,0.00001562129071283846f,-0.7508819142349632f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28.mcfunction new file mode 100644 index 000000000..4fd49f89c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..d1408f4bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8016559543710836f,0.13804447440917164f,0.07235950767471555f,-0.08381873937138667f,-0.13495391353274533f,0.8044649405309947f,-0.03959854950757587f,1.2887359783546848f,-0.07797189550105829f,0.026913323577796872f,0.8124903082316818f,0.2809077177850091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7772677828360974f,-0.17558594714618087f,0.07088278302829279f,-0.08381873937138667f,0.17943599619387188f,0.7786514155310774f,-0.038790415844155955f,1.2887359783546848f,-0.060477409294465025f,0.0535868291301914f,0.7959088733698108f,0.2809077177850091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7383722891693661f,-0.13350405598007645f,-0.32237784363709476f,-0.028439892602345404f,0.1290186482079852f,0.8055114879454133f,-0.03807723265935852f,1.2885225484060248f,0.32419900592971995f,-0.01650315937265883f,0.7493778050685425f,0.2897619537225687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7182924104955424f,0.155971765376687f,-0.3157987039710316f,-0.028439892602345404f,-0.18519988175493543f,0.7773735928661049f,-0.03730014627855529f,1.2885225484060248f,0.2995947543306816f,0.1065978682700709f,0.734084380475307f,0.2897619537225687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.123383334318103f,-0.7158943602195071f,-0.8166464346228697f,0.7472125219694795f,0.5318723920273483f,0.661723768066187f,-1.3117315515666286f,1.6605145081540094f,0.9468515685023965f,-1.221074596321695f,-0.2320672045816928f,-0.32674605957074027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5325802047363443f,-0.026281454773412156f,0.8459714006146941f,0.6182822517307718f,0.39745839088699586f,0.8902204259288432f,-0.2225632961038036f,1.54411060078919f,-0.7472517333780591f,0.45477123743049364f,0.4845595614260685f,-0.12617918409908588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9088198530720033f,-0.026281454773412156f,0.41636013233398783f,0.2941956130351546f,0.21075719662441908f,0.8902204259288432f,-0.40384278788915534f,1.4784599480556866f,-0.36003871838067447f,0.45477123743049364f,0.8145890024256031f,-0.010898468463693953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36740705324403894f,-0.8916783989475703f,-0.2644270978489723f,-0.34547587301583865f,0.3070926816482364f,0.15206019475253843f,-0.939452916356065f,1.251482949324153f,0.8778987083397647f,-0.42636525423880167f,0.21795992263087038f,-0.3812995436823029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08540219089196446f,-0.9121856292902959f,-0.4007790457435614f,-0.2926170853620161f,0.6097080777496752f,0.3659858048550501f,-0.7030721517535719f,1.4541097912642704f,0.7880117548093105f,-0.18431431946777302f,0.587422936155444f,-0.12186201603254548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8598736478704002f,0.4600923978042282f,-0.2212064537503532f,0.14693626144987437f,-0.4852454453776617f,0.6019936269151471f,-0.6341455123974161f,1.2074353775507753f,-0.15860065396550527f,0.6526244391963134f,0.7408961964576493f,-0.30439054897716644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.965377783125145f,0.21237965336957756f,-0.15146160795065852f,0.18581081140697855f,-0.25008765325761256f,0.9186359039064123f,-0.3058827254719515f,1.377767842499028f,0.07417480391939713f,0.3331710655033946f,0.9399442215231987f,-0.23604632281076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9874512213030879f,-0.08239272847571909f,-0.13472759124012776f,-0.12103278343365413f,-0.003805634746164537f,0.8404526273954495f,-0.5418716621565154f,1.1919906883504414f,0.15787844276917387f,0.5355845585884758f,0.829592416738707f,-0.3007411433277839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9874512213030879f,-0.0039904003270223795f,-0.15787388084249598f,-0.12276769525023642f,-0.003805634746164537f,0.9987891570800942f,-0.04904831132071655f,1.3789571033572046f,0.15787844276917387f,0.04903362524294169f,0.9862403869768849f,-0.2853833361761268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,-0.10382318029216889f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,2.0596253495050805f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,-0.34028514402853827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,-0.20019339724423382f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,1.9310452475546978f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,-0.34078630971091267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,0.10617450676117285f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,2.071437504283935f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,0.20827451036807088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,0.03661250517761962f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,1.9443653369861726f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,0.27780223673632737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.37360623425208916f,0.2833880954970424f,-0.8832381157188206f,-0.05333064660782053f,0.1713501537931026f,0.9147164851019394f,0.3659684093987261f,2.147637366624823f,0.9116235552699663f,-0.28807106625503487f,0.2931851876606901f,-0.25400825604477506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.32467485642659455f,0.33834400917681096f,-0.8832381157188206f,-0.012523347301582374f,0.026147365050228924f,0.9302598769285368f,0.3659684093987261f,2.1600237360226475f,0.9454641996952081f,-0.14191509021617688f,0.2931851876606901f,-0.14653508357149345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4417584935933252f,0.5330776658433635f,-0.7215799578128177f,-0.04674586986905439f,0.22163247877558417f,0.7145385654046128f,0.663561363327694f,2.1697180640709774f,0.869326450586859f,-0.4530594229552114f,0.1975061558067103f,-0.11112393881254307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.25540723589333403f,0.6434978697215551f,-0.7215799578128177f,-0.04922670909020904f,-0.010019546684153613f,0.7480547612193482f,0.663561363327694f,2.1759603180092477f,0.9667816467732366f,-0.16224846957948347f,0.1975061558067103f,-0.14115967298916876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3529279939998976f,0.5956208488074111f,-0.7215799578128177f,-0.023725002142919047f,0.10712535695415917f,0.7404123682085112f,0.663561363327694f,2.272490328908577f,0.9294977078770299f,-0.3114888914067454f,0.1975061558067103f,-0.21407924834311548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3529279939998976f,0.3087592298096949f,-0.8832381157188206f,-0.09319582885010029f,0.10712535695415917f,0.9244410642218412f,0.3659684093987261f,2.0644910894586634f,0.9294977078770299f,-0.22377769501832323f,0.2931851876606901f,-0.16372926696399284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.35870447702660646f,0.020165900787202828f,-0.9332333227047295f,0.04668295476435288f,-0.13646910007726165f,0.9901573436918225f,-0.031058323477875648f,2.175477085253987f,0.9234215087841365f,0.13849827139208176f,0.357925894475706f,0.12330383836030065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.3574428715801561f,-0.03619611788607443f,-0.9332333227047295f,0.005146131189734238f,0.02010579536826393f,0.9993153343841739f,-0.031058323477875648f,2.183231682091618f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,0.0156762436635092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.3555819241343935f,0.05135231856861979f,-0.9332333227047295f,-0.002681529397797343f,-0.22224769267682895f,0.9744954302830617f,-0.031058323477875648f,2.1784658618962927f,0.9078366914421936f,0.21845273112290814f,0.357925894475706f,-0.0051466478886320055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.35404724516304353f,-0.06104190024852039f,-0.9332333227047295f,0.007360707510425466f,0.08976553254633199f,0.9954785430683162f,-0.031058323477875648f,2.1890454207785153f,0.9309096075125305f,-0.07277607233584833f,0.357925894475706f,0.02195486566202992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.3592373930777828f,-0.004905181767186843f,-0.9332333227047295f,-0.004938776852678289f,-0.06706678346059497f,0.9972649733641473f,-0.031058323477875648f,2.2939021573076626f,0.9308332514317097f,0.07374626833160823f,0.357925894475706f,0.08629328357938881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.3592373930777828f,-0.004905181767186843f,-0.9332333227047295f,-0.0038351109550612507f,-0.06706678346059497f,0.9972649733641473f,-0.031058323477875648f,2.0695175383007296f,0.9308332514317097f,0.07374626833160823f,0.357925894475706f,0.06970037320477698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,-0.000801418151444816f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,1.5558257776164908f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,-0.05427294736501486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9874512213030879f,-0.0039904003270223795f,-0.15787388084249598f,0.0006949819711885763f,-0.003805634746164537f,0.9987891570800942f,-0.04904831132071655f,1.1812798437114553f,0.15787844276917387f,0.04903362524294169f,0.9862403869768849f,-0.072660556831118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9875819491002636f,-0.017420579816555815f,-0.15613589340756862f,-0.08369471569815612f,-0.05434459962999799f,0.8946001141871049f,-0.44355078648050444f,0.7170879542536736f,0.14740609994969628f,0.44652789285247785f,0.8825442099987663f,-0.4343525749769462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9875819491002636f,-0.09561236802181614f,-0.12466021375156315f,-0.11999875204415769f,-0.05434459962999799f,0.5365951477977012f,-0.8420880665649042f,0.8822906113658721f,0.14740609994969628f,0.8384055834983593f,0.5247356660799761f,-0.13021941326474878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9702983234050586f,-0.19078525604723579f,-0.14873516622615976f,0.17735902740933931f,0.15270943091983777f,0.9599081629128793f,-0.2350662640222132f,0.9645272310162116f,0.18761927754223978f,0.2053711392776799f,0.9605319889760654f,-0.38397411712932994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9702983234050586f,-0.20476849538224628f,0.12880616016411517f,0.12177795358068108f,0.15270943091983777f,0.10551375762958626f,-0.9826223469161611f,0.9150936559320558f,0.18761927754223978f,0.9731067311707264f,0.13364990252428957f,-0.05629352548760372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9663445005646099f,-0.23386295254276956f,-0.10717474355702185f,0.0008731184361973755f,0.08531219712067323f,0.6843708386994585f,-0.7241259449572589f,1.0720380068591226f,0.242693500636046f,0.6906118117769042f,0.6812893586305628f,-0.08127196231869932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9920059974821986f,0.02229080101412241f,-0.12420636517303546f,0.0009954933824634915f,-0.1065764172733304f,0.6750259300012151f,-0.7300557931467813f,1.0342909422394708f,0.06756898874875655f,0.7374571947009153f,0.672005444727442f,-0.08463142395141002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.09830018205972971f,-0.12220840498102487f,0.0008731184361973755f,-0.010723854135061061f,0.7350578881152925f,-0.6779195380515126f,1.0720380068591226f,0.15646986608760205f,0.6708404991698924f,0.7249070324393452f,-0.08127196231869932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9836653977841374f,-0.09511528870782003f,-0.15282495560674386f,0.0018419101881498186f,0.07617282279927873f,0.989183010812533f,-0.12535817558756243f,1.0965727244313568f,0.16309532877726715f,0.11166939139209318f,0.9802702998444639f,-0.085705376673196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.98406721061959f,0.07687586683297505f,-0.16031789071110747f,0.0018419101881498186f,-0.09753891606419288f,0.9873154912855755f,-0.1252768155747314f,1.0965727244313568f,0.14865357323792203f,0.13891803974358985f,0.9790831902332899f,-0.085705376673196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.0023051426262064335f,-0.15681998073732517f,0.0018419101881498186f,-0.010723854135061061f,0.9965593395630785f,-0.08218565374863777f,1.0965727244313568f,0.15646986608760205f,0.08285028091125517f,0.9842017130443609f,-0.085705376673196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9710159174998099f,-0.2103796278320652f,-0.11343941182518857f,0.1935721537758878f,0.1489238506067229f,0.9037549991766675f,-0.4013085947044348f,1.1141479166088277f,0.18694858834040304f,0.37278319926791714f,0.9088910339865319f,-0.0564282683273971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9819228778607816f,0.0707392772514489f,-0.1755659892676932f,-0.1909216437973132f,-0.13849150386479447f,0.9007663165800585f,-0.41163108030378565f,1.1131828976618199f,0.1290254443544711f,0.42850437287002885f,0.8942798427452086f,-0.10611738155931175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.03451585506814042f,-0.15299175072498947f,0.012419265743331244f,-0.010723854135061061f,0.9583384386770234f,-0.2854337679858065f,0.9633288019196414f,0.15646986608760205f,0.2835420475044229f,0.9461083914137576f,-0.11167104103310185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.021050402150283566f,-0.15541782590904277f,8.352703493584525e-18f,-0.010723854135061061f,0.9795688636416378f,-0.2008229078972828f,1.182285f,0.15646986608760205f,0.20000430483652581f,0.9672204810969349f,-0.06820500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7875663028332046f,0.07114701830603193f,0.6121089939118675f,0.1926158668757717f,-0.007308129921655284f,0.9943211820225729f,-0.10616957294009233f,1.4409194452290044f,-0.6161865869026084f,0.07914220598008712f,0.7836138088075784f,-0.49412173207037546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7875663028332046f,0.07114701830603193f,0.6121089939118675f,0.2664502077663846f,-0.007308129921655284f,0.9943211820225729f,-0.10616957294009233f,1.440234308048849f,-0.6161865869026084f,0.07914220598008712f,0.7836138088075784f,-0.551889224592495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7875663028332046f,0.07114701830603193f,0.6121089939118675f,0.13771668823429803f,-0.007308129921655284f,0.9943211820225729f,-0.10616957294009233f,1.4565023125799406f,-0.6161865869026084f,0.07914220598008712f,0.7836138088075784f,-0.640547549652572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9323545550214443f,0.21881238791860438f,-0.28781265195283423f,-0.6058357174480482f,-0.312216237157517f,0.8886957537089051f,-0.33576908522817056f,2.155346804594968f,0.18230744632616136f,0.4029156192469083f,0.8968963143981107f,0.5712513381870725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8113542994976564f,0.21881238791860438f,0.5420565833748593f,-0.696356713336796f,0.06367784433594838f,0.8886957537089051f,-0.4540539499668383f,2.168249155108639f,-0.581076012951313f,0.4029156192469083f,0.7071136195403723f,0.5919525737669036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9655572894799775f,0.21881238791860438f,0.1407844438332493f,-0.6722138819674095f,-0.1376250721458242f,0.8886957537089051f,-0.43735477230346764f,2.2274011956973236f,-0.22081317951819782f,0.4029156192469083f,0.8882007337972341f,0.4483718459074029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015431633025754508f,1.6549609801990432e-7f,-0.0000024449822494208633f,0.11646692693654645f,-1.675602208603291e-7f,0.000015624101528484294f,0f,1.3483205481773806f,0.0000024448416576187822f,2.6219633005602817e-8f,0.000015432520429275867f,-0.7458278146866766f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29.mcfunction new file mode 100644 index 000000000..17d4b3962 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..c1d83c977 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8041844827345072f,0.13686004181561673f,-0.038743917299430365f,-0.12695575725547825f,-0.13875298816365783f,0.8037585396265957f,-0.04079537593186732f,1.3027273239542174f,0.03129489493724639f,0.04675450113084499f,0.8147263900349102f,0.26472126941639174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7791121513638047f,-0.17760576651967183f,-0.03795322510964608f,-0.12695575725547825f,0.1757329282264882f,0.7794362778157276f,-0.039962817239380236f,1.3027273239542174f,0.045849684123313236f,0.030582356412218632f,0.7980993208505244f,0.26472126941639174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6959271856972499f,-0.1276501194044929f,-0.4078421798538848f,-0.07357859222997998f,0.1258067397671119f,0.8060413125178605f,-0.03760998787688408f,1.3022666688898874f,0.4084145698688037f,-0.030778141187340857f,0.7065371112605313f,0.2803670677660323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6776840510883876f,0.14535817612248292f,-0.39951887006094844f,-0.07357859222997998f,-0.18830535593102538f,0.7766490376971674f,-0.03684243710388645f,1.3022666688898874f,0.38116324564170867f,0.12524884382064855f,0.6921179865409287f,0.2803670677660323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2138149021330649f,-0.6445088612345715f,-0.7434164116763995f,0.7456794114937022f,0.46386782632711093f,0.666289669680734f,-1.3350247060542737f,1.7043499934711266f,0.8676901941697044f,-1.2578046962334228f,-0.3262626596392639f,-0.2518900652399516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5452304433553229f,-0.11271838060157133f,0.8306734197704397f,0.6137426229274492f,0.4501928354554289f,0.8752685383466537f,-0.17672406934289903f,1.5725719806879204f,-0.7071422590562376f,0.47031856486329754f,0.5279680605886768f,-0.06182179060998054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.923432123901236f,-0.11271838060157133f,0.36683467559898353f,0.28572777112821607f,0.2670266002960323f,0.8752685383466537f,-0.4032391108447389f,1.488053642190532f,-0.27562639075675466f,0.47031856486329754f,0.8383498913122924f,0.022170596938385773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4441144327718187f,-0.8447658227926961f,-0.29855162911152405f,-0.3038165234853623f,0.30293025790290806f,0.17201757327170625f,-0.9373597032796914f,1.2603509991276782f,0.8432055677298647f,-0.5067352949293076f,0.17950964158580507f,-0.4255878273972588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.00890915170864015f,-0.884320154885146f,-0.4667959840013019f,-0.2821831149039885f,0.614970435801149f,0.3632523182115355f,-0.6998993616260057f,1.4647522105177813f,0.7884998351974319f,-0.2933012393050132f,0.5405944810259959f,-0.16307713400101054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.870972236586526f,0.37653693856100784f,-0.315637920717027f,0.1755465918155034f,-0.48882780228600625f,0.5992951289503754f,-0.6339500990839785f,1.2210813438708832f,-0.04954536111178984f,0.7064455267856513f,0.7060311429935973f,-0.28784095096246987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9472293993606427f,0.1724702758383198f,-0.2702044946686303f,0.20619599044350942f,-0.2543769082037986f,0.9173503592880738f,-0.30620370162151556f,1.3911707631022625f,0.19506115338414295f,0.3587789323055295f,0.9128136853565199f,-0.21486481562170484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9595919134534695f,-0.14582450342737457f,-0.24066278032730457f,-0.09080134274705179f,-0.008281460328798566f,0.840242437188113f,-0.5421476405583655f,1.2068027127304877f,0.28127349155142817f,0.5222335310455847f,0.8050822082260474f,-0.3180760968840042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9595919134534695f,-0.005956334298705089f,-0.2813323332225269f,-0.09367648251069978f,-0.008281460328798566f,0.9987451162218391f,-0.04939241073128278f,1.393758719455012f,0.28127349155142817f,0.04972640048050203f,0.9583384099814225f,-0.30276278173152615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.05819244689228999f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,2.074927594069487f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,-0.3542531996941229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.1532893882752594f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,1.9464087054095864f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,-0.3703708762397098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,0.06344492370971426f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,2.0842738882944434f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,0.22044084660990076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.016123842702786495f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,1.9569481435781542f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,0.27768836746482745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.2281312555758584f,0.3489132436367158f,-0.9089640689511816f,-0.019473207948376717f,0.1665418672327681f,0.9058388715106533f,0.38951218892215533f,2.160693670281184f,0.9592809477353366f,-0.24024047801153653f,0.14854149600964367f,-0.26105830796654583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.17074052464384348f,0.3803051335441804f,-0.9089640689511816f,0.004026021820443398f,0.022787041209332934f,0.9207393797562887f,0.38951218892215533f,2.172597039043158f,0.9850524980919897f,-0.08721811718873415f,0.14854149600964367f,-0.1484739545359351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.30597780366506544f,0.6326874793930449f,-0.7113959074127276f,-0.037610403342774684f,0.21241268024957272f,0.6830302612149701f,0.6988208035925965f,2.184739695378075f,0.9280401052397982f,-0.3649331660508331f,0.07460125590510956f,-0.11860139961975705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.09549100075663937f,0.6962738912891374f,-0.7113959074127276f,-0.03491688819711626f,-0.009051494692710299f,0.715239508773128f,0.6988208035925965f,2.1906924024708703f,0.9953891395923122f,-0.060291901604253795f,0.07460125590510956f,-0.14867756758423495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.20323658178439025f,0.6727635206675663f,-0.7113959074127276f,0.006591227839069652f,0.10294805415761304f,0.7078496892782808f,0.6988208035925965f,2.2849650659746916f,0.9737025161566331f,-0.2152627758058098f,0.07460125590510956f,-0.2170543600672976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.20323658178439025f,0.3639769404513267f,-0.9089640689511816f,-0.07530358376247873f,0.10294805415761304f,0.9152496669358762f,0.38951218892215533f,2.0790338909141197f,0.9737025161566331f,-0.172739208037605f,0.14854149600964367f,-0.17818803825883656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.20991006592696937f,-0.001811568505506473f,-0.9777190201904049f,0.01796406322340709f,-0.14062169780068806f,0.98954534876596f,-0.03202406662662866f,2.188710638680301f,0.9675553226199458f,0.14421068252804523f,0.20746078355826195f,0.12766180389478468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.2070423329395817f,-0.03462643396092316f,-0.9777190201904049f,-0.0062330542023566506f,0.015908585914819112f,0.9993604835347875f,-0.03202406662662866f,2.196949146124327f,0.9782026320068489f,-0.008923789568662008f,0.20746078355826195f,0.014897593577953477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.20926918335117134f,0.01649019276565937f,-0.9777190201904049f,-0.010708076343739131f,-0.22633114963989281f,0.9735238414437408f,-0.03202406662662866f,2.192276881794033f,0.95130469335656f,0.227989920135022f,0.20746078355826195f,-0.006913464348291293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.20412257029100433f,-0.04898462876973521f,-0.9777190201904049f,-0.005027912794185484f,0.0855816967297041f,0.9958163647689058f,-0.03202406662662866f,2.20273472227138f,0.9751972874668281f,-0.07713801788180086f,0.20746078355826195f,0.02147024470462644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.20927236692552426f,-0.016449741618138426f,-0.9777190201904049f,-0.027244192391664448f,-0.0712519562726534f,0.9969441398012294f,-0.03202406662662866f,2.3073234688481006f,0.9752580351725941f,0.07636614509508353f,0.20746078355826195f,0.08354500238926942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.20927236692552426f,-0.016449741618138426f,-0.9777190201904049f,-0.02354300052758331f,-0.0712519562726534f,0.9969441398012294f,-0.03202406662662866f,2.0830110373928243f,0.9752580351725941f,0.07636614509508353f,0.20746078355826195f,0.06636261974287565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.0011235253591077453f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,1.5698509684239754f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,-0.05782241659023686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9595919134534695f,-0.005956334298705089f,-0.2813323332225269f,0.0011101000029066631f,-0.008281460328798566f,0.9987451162218391f,-0.04939241073128278f,1.1953215498407859f,0.28127349155142817f,0.04972640048050203f,0.9583384099814225f,-0.07646981677042512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9606597046962384f,-0.07013117487899859f,-0.26872765038794716f,-0.041783930056062984f,-0.05381564097505205f,0.9022478280207628f,-0.42784662394164186f,0.710107099364558f,0.2724643252966886f,0.4254767621644074f,0.8629789779008015f,-0.43606755414406695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9606597046962384f,-0.19129830896584402f,-0.20134023134918647f,-0.11337708614345071f,-0.05381564097505205f,0.5829960074267626f,-0.8106907746551077f,0.8965139827747337f,0.2724643252966886f,0.7896332137842623f,0.5497659312192391f,-0.14682504134079613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9400990699250401f,-0.20023964097527946f,-0.27589459021185125f,0.21298609892902115f,0.14837715049817993f,0.9689729851626063f,-0.19767542901207552f,0.9797366666074707f,0.3069168616028038f,0.1448980338277879f,0.9406415894785465f,-0.3597548421628076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9400990699250401f,-0.32470546246541415f,0.10382726699280721f,0.11711218708897768f,0.14837715049817993f,0.11553344110275451f,-0.9821589714486127f,0.9304205656167385f,0.3069168616028038f,0.9387323295977813f,0.1567917517977508f,-0.04224749707696416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9285967365223995f,-0.3150245572826941f,-0.19613166299399898f,0.0016427385583115816f,0.08156253897811941f,0.6888655855800916f,-0.7202858857695605f,1.0858758280012704f,0.3620160951606872f,0.6528581264809683f,0.6653725374046993f,-0.08430297390632338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9747664380867314f,-0.06516989143588377f,-0.21350240380365984f,0.0019169947596267393f,-0.11202835669978606f,0.6844513690876263f,-0.720399868579402f,1.048102430079172f,0.19308039381265885f,0.7261399373428712f,0.6598793472452669f,-0.08731651595359512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.17685991132911993f,-0.21754270580697857f,0.0016427385583115816f,-0.01536435303091453f,0.7415787298519148f,-0.6706898866742829f,1.0858758280012704f,0.2799431973474391f,0.6471333395799327f,0.7091193461350607f,-0.08430297390632338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9558686928583907f,-0.10080945851762053f,-0.27595741534986046f,0.003356928147496483f,0.07163894675245099f,0.990912481806841f,-0.11384337796994035f,1.1103515078874728f,0.2849261366062979f,0.08905002230651794f,0.9544041021526561f,-0.08883741753247798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9566131575808784f,0.06633131814117256f,-0.2837101037622658f,0.003356928147496483f,-0.10225072081046478f,0.9882371750112316f,-0.11371928604929377f,1.1103515078874728f,0.27282972132244215f,0.1377949279163615f,0.9521431095185445f,-0.08883741753247798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.00427088737367097f,-0.2803319757113113f,0.003356928147496483f,-0.01536435303091453f,0.9975800910008773f,-0.06780780703299001f,1.1103515078874728f,0.2799431973474391f,0.0693954001337495f,0.9575051355993707f,-0.08883741753247798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9404240823265257f,-0.25146894151044624f,-0.2288360042386844f,0.18997782022083445f,0.14677469406014343f,0.9073541741116355f,-0.3939106394929481f,1.1275075326806627f,0.3066915951959928f,0.33685571715173207f,0.8902069934899013f,-0.03569310279182194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9566892107176972f,0.023458439051867404f,-0.2901645321771752f,-0.18515642968133908f,-0.1433974181449841f,0.9054080582684503f,-0.39959157710330595f,1.127982420818835f,0.253343510999792f,0.4238937952598557f,0.8695580002360356f,-0.13358344076050652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.062424422638341914f,-0.273326633432301f,0.01607132463495074f,-0.01536435303091453f,0.9617200148392934f,-0.2736029051626664f,0.9767535666143219f,0.2799431973474391f,0.26682916728832184f,0.9221897861845539f,-0.11185856589730882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.03836489311424545f,-0.27772718999316276f,8.89233758551853e-18f,-0.01536435303091453f,0.9819064442489881f,-0.1887423412969395f,1.1962683217592591f,0.2799431973474391f,0.18543966597964276f,0.9419362698931658f,-0.07261144675925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9006492377435276f,0.05285161108319305f,0.4313208292650766f,0.1928111598918463f,-0.01141719590430602f,0.9951115736092959f,-0.09809487094906408f,1.4684029686349527f,-0.4343968211090927f,0.08342459634149714f,0.8968498974385695f,-0.4951919598383352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9006492377435276f,0.05285161108319305f,0.4313208292650766f,0.27724702593030204f,-0.01141719590430602f,0.9951115736092959f,-0.09809487094906408f,1.467332606518924f,-0.4343968211090927f,0.08342459634149714f,0.8968498974385695f,-0.5359166618173126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9006492377435276f,0.05285161108319305f,0.4313208292650766f,0.17033096852131266f,-0.01141719590430602f,0.9951115736092959f,-0.09809487094906408f,1.482582018219298f,-0.4343968211090927f,0.08342459634149714f,0.8968498974385695f,-0.6500817954436093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9038656530933156f,0.10790735474402423f,-0.4139841590572531f,-0.6824703190318794f,-0.27931510506940954f,0.8818114933256006f,-0.3799888976258896f,2.1843399294163213f,0.3240523927365119f,0.45909094200498163f,0.827179275448025f,0.508476132896868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9116255465140006f,0.10790735474402423f,0.3966041675716438f,-0.7756686379828668f,0.09645574361716332f,0.8818114933256006f,-0.46163273255060044f,2.1937270226148375f,-0.3995436802982989f,0.45909094200498163f,0.7934736003816819f,0.5123514813963407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9941154021438666f,0.10790735474402423f,-0.009516827858328691f,-0.7276419543286238f,-0.10012899411750906f,0.8818114933256006f,-0.4608499482216418f,2.2581609682488257f,-0.041337050661042374f,0.45909094200498163f,0.8874270421908635f,0.3772997508179748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014998337659473027f,2.304669586830468e-7f,-0.000004374628833785611f,0.2018619886482354f,-2.4006801610803954e-7f,0.00001562315564627204f,0f,1.3622603206675195f,0.000004374112458553737f,6.721334178150005e-8f,0.000015000108251829769f,-0.7298811183172276f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..33c5b8f1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7095220497685486f,-0.1301208020244281f,-0.38287267102419464f,-0.01634737399551761f,-0.12967918818399038f,0.8056098500670571f,-0.03347420008483351f,1.2065550906275555f,0.38302247125804884f,0.03171420501759186f,-0.7205778515579866f,-0.3407308152234382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.690913934485639f,0.14821850213859908f,-0.3750589430441091f,-0.01634737399551761f,0.18463895002277733f,0.7777102320068654f,-0.032791053144326704f,1.2065550906275555f,0.35853367103810563f,-0.11488285623023922f,-0.7058721811180277f,-0.3407308152234382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7874062915780369f,0.1338280527421457f,0.17036968253481533f,-0.07780998551301259f,0.12967918818399038f,0.8056098500670571f,-0.03347420008483351f,1.2065550906275555f,-0.173548507857917f,-0.0052217064857888774f,-0.797996299268431f,-0.3321299914699708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7627908589025273f,-0.1740600916140151f,0.16689275023818645f,-0.07780998551301259f,-0.18463895002277733f,0.7777102320068654f,-0.032791053144326704f,1.2065550906275555f,-0.1551082322419778f,-0.06978452220333965f,-0.7817106605078508f,-0.3321299914699708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03122348955872407f,0.6028534549555518f,1.4411797443580483f,-0.5729890354592951f,1.5617622293315725f,0.021606039541911672f,-0.042873862534068954f,0.9022891126570662f,-0.03647029932771514f,1.441356007689796f,-0.6021370494858118f,0.09019524501519866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4570338500136968f,-0.852702550013601f,-0.253018618172576f,-0.48313413042461484f,-0.8530943953911948f,0.5007408216270076f,-0.1465898431285108f,1.1239815876265242f,0.2516942837924407f,0.1488522447147221f,-0.956291271919596f,0.018680076009222266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5145087994273679f,-0.852702550013601f,-0.09043813638123321f,-0.2959181303557402f,-0.8543415822715562f,0.5007408216270076f,0.13913694821305836f,1.441795922465996f,-0.07335636382443113f,0.1488522447147221f,-0.9861348047451961f,0.03878356531469481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5862249642136947f,0.7935060395006535f,0.16336602036114925f,0.4158462643723721f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2747165387487474f,-0.7233241979038443f,0.6034690189408607f,-0.3355998329935749f,0.21820991345000987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.29224670255399415f,0.879639110349926f,0.37526910396288654f,0.29519730399869515f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.441795922465996f,-0.8094768305012864f,-0.0185726818616756f,-0.5868580035835385f,-0.043934684745175666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9901504916241934f,0.04433121931162585f,-0.1328034146048674f,-0.13081596618367045f,0.11984022554666829f,0.7587992840253969f,-0.6402046289300545f,1.1162940794790444f,0.07239008410888503f,-0.6498141192347928f,-0.7566381474428969f,0.2870360844690639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9908340248820053f,0.027650167825324562f,-0.13222482125288343f,-0.12645796484925262f,0.06656935833253806f,0.9516660464505697f,-0.29983371485597854f,1.2928575024706763f,0.11754342034890652f,-0.3058875679925117f,-0.9447837530780823f,0.22377726701372996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.07446196165076947f,-0.11688186724708854f,0.18502533169611668f,0f,0.8433914458128857f,-0.5372996083468239f,1.1058085820951113f,0.13858554983852645f,-0.5321149174725038f,-0.835253111325653f,0.19475279700022113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.006045016781644763f,-0.13845364710312374f,0.18302655575516377f,0f,0.9990482215818578f,-0.04361938736533605f,1.2928575024706763f,0.13858554983852645f,-0.04319848060102194f,-0.9894078717342593f,0.18046928268919044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,0.29734092065127465f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.9777775514519917f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.029833870220245258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,0.33042254188309605f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.8569644569319352f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,-0.0708146023422444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,-0.2897292419231465f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.9808364985516955f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.052094082651484734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,-0.33159274782848513f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.8604139079167077f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,-0.04571266066446372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9858837963349535f,0.16315094631181962f,-0.03761527404841611f,0.19881688441153295f,0.16141399040681959f,0.9858441221792698f,0.04535295431978206f,2.0859439969389024f,0.04448217424010261f,0.038641111295391564f,-0.9982625910514379f,0.01654746278168228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.00691608315775713f,-0.03761527404841611f,0.08378584221332723f,0.005206718467581056f,0.998957456360013f,0.04535295431978206f,2.0966106095117976f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.021366522027465307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.967912668937653f,0.24845554223693955f,-0.03761527404841611f,0.061435826722931616f,0.2467217381430529f,0.9680245314361299f,0.04535295431978206f,2.0924117277569225f,0.047680700893128224f,0.03461719326591525f,-0.9982625910514379f,0.02201792404439321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973166358956455f,-0.06280620131845993f,-0.03761527404841611f,0.09059112227153283f,-0.06448971441299264f,0.996887248523823f,0.04535295431978206f,2.102250925398144f,0.034649740269199945f,0.04765705411108276f,-0.9982625910514379f,0.021366344232940503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9948630676601575f,0.09398174165274414f,-0.03761527404841611f,0.1478835777905776f,0.09225178441422889f,0.9947023262297412f,0.04535295431978206f,2.207995326344451f,0.04167835023379918f,0.04164990310983278f,-0.9982625910514379f,-0.007292698674228618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9948630676601575f,0.09398174165274414f,-0.03761527404841611f,0.1267376859187102f,0.09225178441422889f,0.9947023262297412f,0.04535295431978206f,1.9841873029427597f,0.04167835023379918f,0.04164990310983278f,-0.9982625910514379f,-0.016663926873940978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880476238728685f,-0.14948907691681337f,-0.03761527404841611f,-0.19137397559729916f,-0.1511287601604372f,0.9874731426154519f,0.04535295431978206f,2.0879770983902195f,0.03036430159821627f,0.050495628481307626f,-0.9982625910514379f,0.031342511118725914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.00691608315775713f,-0.03761527404841611f,-0.07620354136479845f,0.005206718467581056f,0.998957456360013f,0.04535295431978206f,2.097444239105122f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.027432913903991087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712589728329521f,-0.2350342503758573f,-0.03761527404841611f,-0.05391327647562162f,-0.2366176247890205f,0.9705437698391919f,0.04535295431978206f,2.0930127577992867f,0.025847772257603603f,0.05294990062869565f,-0.9982625910514379f,0.026391669645247622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963517527492329f,0.07660467317203186f,-0.03761527404841611f,-0.08293023406039404f,0.07487778473915822f,0.9961608438836693f,0.04535295431978206f,2.1031550637508083f,0.040945111382038664f,0.042370947135769034f,-0.9982625910514379f,0.027945834214797384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9960686203891953f,-0.0802022109061056f,-0.03761527404841611f,-0.141124901992364f,-0.08187797375050763f,0.9956099170603812f,0.04535295431978206f,2.2095012138982404f,0.03381273266797692f,0.048254517061033904f,-0.9982625910514379f,0.003665770286595666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9960686203891953f,-0.0802022109061056f,-0.03761527404841611f,-0.12307940453849027f,-0.08187797375050763f,0.9956099170603812f,0.04535295431978206f,1.985488982559655f,0.03381273266797692f,0.048254517061033904f,-0.9982625910514379f,-0.007191496052136944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,-0.0005398746142275723f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.4714551665442073f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,-0.0038580146080832694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.006045016781644763f,-0.13845364710312374f,0.0017270066788892138f,0f,0.9990482215818578f,-0.04361938736533605f,1.0968120834510107f,0.13858554983852645f,-0.04319848060102194f,-0.9894078717342593f,0.012341415617299957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9749555029186019f,-0.21820289934232595f,-0.04300304695412574f,0.18628881020312485f,-0.1205904774487396f,0.6811339877873122f,-0.7221595581515479f,0.8700394142303943f,0.18686814623530945f,-0.6988876772411691f,-0.6903885214305222f,0.3746095109866385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9749555029186019f,-0.17655722793123074f,0.13523798502630616f,0.1359654043781877f,-0.1205904774487396f,-0.09125789060995276f,-0.9884988286033054f,0.8043385449788977f,0.18686814623530945f,-0.9800507857589122f,0.0676812622216641f,0.06965662428809224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9845141429035789f,0.09925155690287402f,-0.14450270196500414f,-0.0896236273820846f,0.16042999720436046f,0.8423890918103176f,-0.5144344797892116f,0.8068200167159512f,0.07066907682883755f,-0.5296505890219922f,-0.8452669017114157f,0.4310897014953311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9845141429035789f,-0.05013192659857607f,-0.16798420270473718f,-0.11415381210265854f,0.16042999720436046f,0.12863412056215412f,-0.9786293879831169f,0.8082030772301917f,0.07066907682883755f,-0.9904241783007501f,-0.11859944610934608f,0.08621186703733277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9939818134681119f,0.037328175972048946f,-0.10298913424844046f,0.004645742160504929f,0.09699986433759904f,0.7367871184760997f,-0.6691306063588582f,0.9910452149201299f,0.05090364243480937f,-0.6750935856059407f,-0.7359738241680769f,0.033199081135274734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9697739473509971f,-0.23338573821683872f,-0.07120104097726838f,0.005051981845024785f,-0.09699986433759904f,0.6364917754527426f,-0.7651596213206123f,0.9535840662301492f,0.22389622006133292f,-0.7351253750061936f,-0.6398915264826145f,0.03610212305641254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.09273183299602897f,-0.10298913424844046f,0.004645742160504929f,0f,0.7431448254773942f,-0.6691306063588582f,0.9910452149201299f,0.13858554983852645f,-0.6626738077782838f,-0.7359738241680769f,0.033199081135274734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9902139663933909f,0.04479983204254823f,-0.13217138800976586f,0.004640509465235914f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0160355409052626f,0.1121028499556205f,-0.30874942055939114f,-0.9445140265427866f,0.03316168761045343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9829498004391544f,-0.1278296288354091f,-0.13217138800976586f,0.004640509465235914f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0160355409052626f,0.1640135300069183f,-0.2845923674988524f,-0.9445140265427866f,0.03316168761045343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.04167347856393337f,-0.13217138800976586f,0.004640509465235914f,0f,0.9537169507482269f,-0.30070579950427306f,1.0160355409052626f,0.13858554983852645f,-0.29780412864815264f,-0.9445140265427866f,0.03316168761045343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9888002579005071f,0.0733081186148153f,-0.12999988354243533f,-0.1872311739849666f,0.1205904774487396f,0.9056442486431814f,-0.4065297426366396f,1.028497205782311f,0.08793171626083285f,-0.41765346238799883f,-0.9043415276491181f,0.060074947325274616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9749555029186019f,-0.19517253818972524f,-0.10662761211485616f,0.19478664685869276f,-0.1205904774487396f,0.866766597187109f,-0.4839148713868635f,1.0285118249624887f,0.18686814623530945f,-0.4589371921486205f,-0.8685948132387845f,-0.006082549924782757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.06399168545235426f,-0.12292688402873331f,0.004112759369331309f,0f,0.8870108331782217f,-0.46174861323503386f,0.8904456669545094f,0.13858554983852645f,-0.4572929542617553f,-0.878451591926675f,0.08576343761337857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.053034393888410504f,-0.12803635299763744f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.096875f,0.13858554983852645f,-0.37899071554803965f,-0.9149645254895613f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6815643274482404f,-0.1893929593273391f,-0.7068241468054555f,0.008444745899298889f,0f,0.9659258262890683f,-0.2588190451025207f,1.175f,0.7317582029263676f,0.17640182840609542f,0.6583405861595948f,0.3670992650337506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6815643274482404f,-0.1893929593273391f,-0.7068241468054555f,0.07234140159757141f,0f,0.9659258262890683f,-0.2588190451025207f,1.175f,0.7317582029263676f,0.17640182840609542f,0.6583405861595948f,0.4357015965580976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6815643274482404f,-0.1893929593273391f,-0.7068241468054555f,0.14641669576925348f,0f,0.9659258262890683f,-0.2588190451025207f,1.2138228567653782f,0.7317582029263676f,0.17640182840609542f,0.6583405861595948f,0.30264934287198486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5329718543242772f,-0.5294060766075137f,-0.6600531861518286f,0.48269675839391174f,-0.48837147045885976f,0.8294993993759021f,-0.2709687311792056f,2.0084966267079976f,0.6909662143259918f,0.17793243798154634f,-0.7006466571489159f,-0.45932093709764515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.38620940712978824f,-0.5294060766075137f,-0.7553618337561785f,0.49089960940023125f,0.04890368106351331f,0.8294993993759021f,-0.5563624505782679f,2.0330593732920024f,0.9211138495446127f,0.17793243798154634f,0.3462503771709825f,-0.5494233633447673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08749707740074131f,-0.5294060766075137f,-0.8438444569334848f,0.6133748524370942f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.094763949910965f,0.9610925466359692f,0.17793243798154634f,-0.21128455768164955f,-0.47267946656895876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001547422603022082f,0f,-0.0000021653992162269758f,0.08812971102610732f,0f,0.000015625f,0f,1.2629975f,0.0000021653992162269758f,0f,-0.00001547422603022082f,0.6818661865356757f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3.mcfunction new file mode 100644 index 000000000..8ae839ea7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30.mcfunction new file mode 100644 index 000000000..7446a9dd6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..399a6d832 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7937555289699495f,0.13388606738790412f,-0.13773570936210247f,-0.16574283072066343f,-0.14273680515781195f,0.8029973705316055f,-0.042022277628809515f,1.3164982207967286f,0.1285410795326568f,0.06491677998155415f,0.8038702923941462f,0.24403522545453776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7685588246663246f,-0.1763877481830624f,-0.13492477651797793f,-0.16574283072066343f,0.17184213268292828f,0.7802408285555762f,-0.041164680126180755f,1.3164982207967286f,0.14066845581899523f,0.010564646033657345f,0.7874647762228372f,0.24403522545453776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.644869026472568f,-0.11978225684633262f,-0.4865599593940772f,-0.11473769577803228f,0.12193480996541249f,0.8066653235365933f,-0.036978404058942996f,1.315760704835493f,0.48602498419264994f,-0.04344779848101525f,0.6548560513518463f,0.26582411046479604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.628525694590899f,0.13333843299734166f,-0.4766301643044022f,-0.11473769577803228f,-0.19204347384801432f,0.7757622990410475f,-0.03622374275161763f,1.315760704835493f,0.45615211869661976f,0.14287658195926217f,0.6414916421405842f,0.26582411046479604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2880353276589427f,-0.5790310947255346f,-0.6686510570121534f,0.7340099595445222f,0.40520010246916016f,0.6636768519458224f,-1.3552682993231508f,1.742926814094106f,0.7862468579660609f,-1.2906053918732219f,-0.3969380944256488f,-0.18558651418958633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5490377948282477f,-0.19275111593578695f,0.8132677954743102f,0.6016657876148338f,0.4930772851893457f,0.8603742239293326f,-0.12896117876439978f,1.5985009706148996f,-0.6748572372586961f,0.47180843793165417f,0.5674191635960601f,-0.003966282521799168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.927052292554498f,-0.19275111593578695f,0.3215914398347054f,0.2736448677602745f,0.31725719220687054f,0.8603742239293326f,-0.3988785138247128f,1.4972546381472664f,-0.19980470680757972f,0.47180843793165417f,0.8587635745850133f,0.05195375320133623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5118128953175327f,-0.7944867114421137f,-0.32686147758428086f,-0.26068657815789775f,0.29848219795882636f,0.192319636628893f,-0.9348377050957016f,1.269337891864095f,0.8055780146505688f,-0.576024324754455f,0.1387084698308727f,-0.4622330404524598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09557598427487207f,-0.8463515486003748f,-0.5239792814717357f,-0.2680571309743f,0.6199103647933782f,0.36124565085759447f,-0.696572120715589f,1.4753886391547442f,0.7788301296506379f,-0.3913957535771436f,0.490135688590568f,-0.200224077086815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8685180339612932f,0.29298342149936174f,-0.3997963724329394f,0.19970213931055264f,-0.4928441782675162f,0.5962855539274778f,-0.6336782733574013f,1.2344022519088018f,0.052735572736312256f,0.7473983227864031f,0.662279930591472f,-0.26936842388669396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9163462215814014f,0.1329137557074507f,-0.3776817916410978f,0.2222629573079428f,-0.2591804022832024f,0.9159026510533992f,-0.3065091399382287f,1.4042183168567002f,0.30518047327082853f,0.37875621095514117f,0.8737325743023995f,-0.19289080574321502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9195230661910789f,-0.20282760999923044f,-0.3366575283051857f,-0.06125849626579512f,-0.013295973803480333f,0.8400135275657262f,-0.5424025171283796f,1.221432672460077f,0.3928110841399133f,0.5032278153367371f,0.7697150239200486f,-0.3309362912396486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9195230661910789f,-0.007325098695623408f,-0.3929677768871847f,-0.0650880008767694f,-0.013295973803480333f,0.9986743129586885f,-0.04972759512693789f,1.4083733086702876f,0.3928110841399133f,0.05095056001253438f,0.9182066720576775f,-0.3156442695369379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.014025919103001832f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,2.090007800677047f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,-0.3604446930645483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.10570349122250229f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,1.9616256605087954f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,-0.390998929368099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,0.021399220199732043f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,2.0967594849981364f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,0.22594743193732314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.06575599371090877f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,1.9692392619772578f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,0.27025176478294743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.08560273177545687f,0.404159688408511f,-0.9106739913811722f,0.012770304471834623f,0.16147042927919716f,0.8963179798373037f,0.4129665597706022f,2.173473536521917f,0.9831579083651676f,-0.18239798596999376f,0.011467429228863138f,-0.2621201227350497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.021324315450699842f,0.41257502953092623f,-0.9106739913811722f,0.019384222490028802f,0.019267436668165758f,0.9105423583752001f,0.4129665597706022f,2.1848687403052782f,0.9995869344158105f,-0.026352582645421035f,0.011467429228863138f,-0.14724825479435547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.1708166022990842f,0.7128359681600606f,-0.6802106812424416f,-0.028322888221055317f,0.20275551544616907f,0.6501517729442948f,0.7322519191463741f,2.199606258746162f,0.964215686107188f,-0.26299725214286834f,-0.03347470731979199f,-0.12394497944746954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.05782218565523589f,0.730732525599994f,-0.6802106812424416f,-0.020796911861481145f,-0.008075992582927488f,0.6809859802156372f,0.7322519191463741f,2.2052577683748185f,0.9982942317723029f,0.0478337828318265f,-0.03347470731979199f,-0.1532483195941547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.05720145313032795f,0.7307813783091858f,-0.6802106812424416f,0.03510502221625948f,0.09855311380204014f,0.673865276347115f,0.7322519191463741f,2.297070988998822f,0.993486425433031f,-0.10892275451049353f,-0.03347470731979199f,-0.21432982920439586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.05720145313032795f,0.4091465204320629f,-0.9106739913811722f,-0.05695294488095452f,0.09855311380204014f,0.9053982020476711f,0.4129665597706022f,2.0933563935380963f,0.993486425433031f,-0.11337204482225761f,0.011467429228863138f,-0.18882111911938795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.06470203846388235f,-0.023059749340563172f,-0.9976381579405277f,-0.00987673889579884f,-0.1449919592450409f,0.9889067362376247f,-0.03226141314532498f,2.2016317556862153f,0.9873150348155866f,0.14673689033163867f,0.06064080344865125f,0.12793153785760145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.06029810945146192f,-0.032897474334830534f,-0.9976381579405277f,-0.01715369779509579f,0.011492228631641219f,0.9994133928975261f,-0.03226141314532498f,2.2103794944846533f,0.9981142553223343f,-0.009519783581806315f,0.06064080344865125f,0.012867800911106224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.0664656172547994f,-0.017332845812786445f,-0.9976381579405277f,-0.018358438730282797f,-0.2306291221707969f,0.9725067656466944f,-0.03226141314532498f,2.205805647489365f,0.970769040364219f,0.2322286873481308f,0.06064080344865125f,-0.009385438132744797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.0578564144827249f,-0.03702352122954347f,-0.9976381579405277f,-0.01693232968413809f,0.08117978824147538f,0.9961772147579646f,-0.03226141314532498f,2.2161354683445955f,0.9950188326279422f,-0.07912152471249327f,0.06064080344865125f,0.019571886313538928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.06293586075067631f,-0.027516962997445705f,-0.9976381579405277f,-0.04806973419251432f,-0.07565611933784187f,0.9966119369286146f,-0.03226141314532498f,2.3204671365049445f,0.9951458330507695f,0.07750783133846749f,0.06064080344865125f,0.0781467067623508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.06293586075067631f,-0.027516962997445705f,-0.9976381579405277f,-0.041878417518089045f,-0.07565611933784187f,0.9966119369286146f,-0.03226141314532498f,2.0962294506960064f,0.9951458330507695f,0.07750783133846749f,0.06064080344865125f,0.06070744471119565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.0013795331672796344f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,1.5836017274178604f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,-0.061072973226190756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9195230661910789f,-0.007325098695623408f,-0.3929677768871847f,0.0013673788435791436f,-0.013295973803480333f,0.9986743129586885f,-0.04972759512693789f,1.2090988600583523f,0.3928110841399133f,0.05095056001253438f,0.9182066720576775f,-0.08017943323089115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9211106865506314f,-0.11419314934052577f,-0.3721760709206288f,-0.005333759407994118f,-0.053873258897661286f,0.9094234721414227f,-0.41236709409697564f,0.703812419599864f,0.38555515182392547f,0.39988607497877543f,0.8315277216906836f,-0.43215369332634734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9211106865506314f,-0.2694389085084792f,-0.28099426631869906f,-0.106338757968612f,-0.053873258897661286f,0.6266259262674805f,-0.7774558640239119f,0.9105613129999164f,0.38555515182392547f,0.7312609815320255f,0.5626762850794838f,-0.16195883342797224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8986228321471345f,-0.19674653664142688f,-0.3921323830844205f,0.242241105216023f,0.14366666186639537f,0.9764900236069073f,-0.16070819538638345f,0.9946409691387597f,0.4145321408673034f,0.08807970319991373f,0.9057621487301095f,-0.3336778624995143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8986228321471345f,-0.4320301181751916f,0.07633467451553717f,0.11010439147922997f,0.14366666186639537f,0.12538036839420677f,-0.9816514928881326f,0.9454308515731178f,0.4145321408673034f,0.8931011925929014f,0.17473798664602722f,-0.030176857761369573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8799560550103898f,-0.38531463832710966f,-0.27786682195145346f,0.0019754548105319165f,0.07734816356949137f,0.693318449322372f,-0.7164682752373955f,1.0994617761911392f,0.46871590845946254f,0.608968108623161f,0.6398931472026801f,-0.0873325476047537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9441365481680062f,-0.1435455149728336f,-0.29664939498435894f,0.0022860287877728173f,-0.11789045698300865f,0.693474150168063f,-0.7107710202315651f,1.0616672699109646f,0.30774667921155474f,0.7060370303177211f,0.637811644025408f,-0.09003556471205562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.24585292831271677f,-0.3054673704317179f,0.0019754548105319165f,-0.020446065632605762f,0.7478905851453591f,-0.6635070693301461f,1.0994617761911392f,0.39158132636599696f,0.6166165828868004f,0.6829700246353805f,-0.0873325476047537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9162184501836261f,-0.10157736448696605f,-0.3875897193773288f,0.004443422905358191f,0.0666433294394522f,0.9924909207050393f,-0.10256919108235232f,1.1238753359562916f,0.39509798554831826f,0.06814551593425291f,0.9161079469547874f,-0.09185565109892187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9166130575582421f,0.0585813491583878f,-0.39546014747950775f,0.004443422905358191f,-0.10737985379952764f,0.9889312321508358f,-0.10239426289896265f,1.1238753359562916f,0.385084496846761f,0.13632037121212986f,0.9127577371246239f,-0.09185565109892187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.002263805930485127f,-0.39210821458f,0.004443422905358191f,-0.020446065632605762f,0.9983460512913578f,-0.05373192971688877f,1.1238753359562916f,0.39158132636599696f,0.05744594897521148f,0.9183485328500198f,-0.09185565109892187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8985281479664385f,-0.2841520456345517f,-0.3345217216769365f,0.18360695658560852f,0.14411982119232725f,0.9109010938743322f,-0.38663765248360993f,1.140514817733789f,0.41458008207280506f,0.2991936031071599f,0.8594222148677921f,-0.017095307315338884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.918674679557881f,-0.017994863827750188f,-0.3946048884834621f,-0.17729008594609974f,-0.14871118115500703f,0.9097118315405435f,-0.38769752147083986f,1.142607184510413f,0.36595329994236625f,0.41485005535852393f,0.8330531878759735f,-0.15873163876530244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.08447597837955663f,-0.3829070198301709f,0.018533443972845686f,-0.020446065632605762f,0.9648554208818706f,-0.26198468503906003f,0.9899507460165056f,0.39158132636599696f,0.2488329276275248f,0.8858590401241958f,-0.11199800891219515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.05078197606123641f,-0.3888125096569325f,9.42014192955244e-18f,-0.020446065632605762f,0.9840173245206897f,-0.17689506336608365f,1.2099768518518519f,0.39158132636599696f,0.1706783406014354f,0.9041752976558179f,-0.07692129629629628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9700556951788013f,0.037542763414507165f,0.2399635163235756f,0.19203287077230866f,-0.016312076216471814f,0.9958211413292307f,-0.0898563890397127f,1.496176733195027f,-0.24233419985771842f,0.0832513987687326f,0.9666143699440689f,-0.5045659648943585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9700556951788013f,0.037542763414507165f,0.2399635163235756f,0.2829755921953213f,-0.016312076216471814f,0.9958211413292307f,-0.0898563890397127f,1.4946474760497328f,-0.24233419985771842f,0.0832513987687326f,0.9666143699440689f,-0.5272847961310196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9700556951788013f,0.037542763414507165f,0.2399635163235756f,0.20150970403527863f,-0.016312076216471814f,0.9958211413292307f,-0.0898563890397127f,1.508890562978337f,-0.24233419985771842f,0.0832513987687326f,0.9666143699440689f,-0.6609175360042994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8570527674739301f,-0.010294325293145362f,-0.5151257910763511f,-0.7494571698687105f,-0.2451931777897272f,0.8711789907626355f,-0.42535570011364726f,2.213088844008434f,0.4531455167279633f,0.4908576096186701f,0.7441222666664348f,0.4420186132550029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9685973224034761f,-0.010294325293145362f,0.24842152463016545f,-0.8422176045310813f,0.1306400145182262f,0.8711789907626355f,-0.47326562590206506f,2.2189092371253474f,-0.2115476628079229f,0.4908576096186701f,0.8451664885926032f,0.429743138306447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9894446363986223f,-0.010294325293145362f,-0.14454528137838715f,-0.7741555949931378f,-0.062084193247071484f,0.8711789907626355f,-0.48702435154995694f,2.2890526932993844f,0.13093839945126295f,0.4908576096186701f,0.8613442648724069f,0.3066792360498639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014373692393326333f,2.9394690549672707e-7f,-0.0000061197375106111935f,0.27903314292495407f,-3.194697755094651e-7f,0.000015621733708604047f,0f,1.3759170556856333f,0.000006118458224468703f,1.2512455479627585e-7f,0.00001437669773630991f,-0.7053394542242203f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31.mcfunction new file mode 100644 index 000000000..715973f5f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..692b60ab5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7762993719112867f,0.12999440923414418f,-0.2177273138181148f,-0.19977144351952286f,-0.14650642266624653f,0.8022458125062836f,-0.0433816652298702f,1.3300027913092227f,0.20697728796204942f,0.08029666449139247f,0.7859117586497076f,0.2191527984940535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7513016890032976f,-0.17336594366062294f,-0.2132838992503982f,-0.19977144351952286f,0.1681487959323742f,0.78097377982716f,-0.042496325123138154f,1.3300027913092227f,0.21742068560117517f,-0.00491983751158661f,0.7698727431670606f,0.2191527984940535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5815087649172824f,-0.1094237999142237f,-0.5628662654495766f,-0.15105308143752424f,0.11716278798205182f,0.8074198870131597f,-0.0359228564061032f,1.328949937242016f,0.5613064064137289f,-0.05517247966543355f,0.5906230270239367f,0.24671893408351825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.567299971804017f,0.11896100669247496f,-0.5513791988077485f,-0.15105308143752424f,-0.1966451382205243f,0.7746562928370307f,-0.0351897368876113f,1.328949937242016f,0.5286789494630864f,0.16048646938200545f,0.5785694958601829f,0.24671893408351825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3484895049016665f,-0.5167569783787714f,-0.596610870221872f,0.7152652775765125f,0.356042431647917f,0.6558196723274754f,-1.3727857058749269f,1.7763273286492602f,0.704426072797065f,-1.3207077771729536f,-0.4482422618167314f,-0.1277978414437299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5477315612108408f,-0.2647915701912757f,0.7936470003781111f,0.5840607424725786f,0.526753978889229f,0.8461270635163619f,-0.08123569479941697f,1.621818759547702f,-0.6500156787169833f,0.4625520692212036f,0.6029305106571423f,0.04738054080196706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9229584022216619f,-0.2647915701912757f,0.27934425378746475f,0.25877966771584027f,0.36133227225215775f,0.8461270635163619f,-0.3918009461630625f,1.5059984650321094f,-0.13261514543041208f,0.4625520692212036f,0.8766178223499985f,0.07844120899317417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5714952784132701f,-0.7423790161916465f,-0.3496663310495616f,-0.2172005279096362f,0.2937311075228637f,0.21281212342057135f,-0.9318975461919723f,1.2783743917942594f,0.7662344179327437f,-0.6352829262962685f,0.0964386869037478f,-0.4919522044853245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17433509810835568f,-0.8008259587347873f,-0.5729616543749314f,-0.25120329093403276f,0.6244987872372159f,0.3599599090281704f,-0.6931306721186689f,1.48594074377074f,0.761320260013351f,-0.47865086201629226f,0.4373611939624547f,-0.23326288757003885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8649523636059651f,0.18295767199030902f,-0.4673156309736931f,0.2224128662882991f,-0.47104698283341806f,0.6172019776191446f,-0.630219373541111f,1.2464749743849535f,0.1731246621830293f,0.7652373547357079f,0.6200319687412162f,-0.24837432562674638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8770211537897451f,0.07988416525276062f,-0.47376409313831913f,0.23443012169107721f,-0.2491517816832664f,0.9187483509117546f,-0.3063084350470705f,1.4168258624618633f,0.41080078564841904f,0.3866781450234822f,0.8256650208600584f,-0.17071176705446814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8701817826810054f,-0.25352386057060716f,-0.42250362982048184f,-0.0328651262018417f,-0.018805526088150525f,0.8397606271671338f,-0.5426310360165643f,1.235783622623782f,0.49237182827478604f,0.4801330452918622f,0.7259767499996865f,-0.33991141347334713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8701817826810054f,-0.008306288809408889f,-0.49266080690097735f,-0.03750168539673696f,-0.018805526088150525f,0.9985695542329727f,-0.05005194848864648f,1.4227025893644103f,0.49237182827478604f,0.0528190394192939f,0.8687808307025241f,-0.3245779633903388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,0.02767037433059577f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,2.1047473041124376f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,-0.3598741419544955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.05886622382071634f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,1.9765745820699832f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,-0.4035030658998091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.019034274459442002f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,2.1088250916057683f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,0.22575227260563913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.11153316820097169f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,1.9811729381794834f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,0.2568841675403426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.05076464269703383f,0.4482173499868997f,-0.8924820212321162f,0.0426252203276475f,0.156222698653253f,0.8861973518326962f,0.4361751047804214f,2.185877657585006f,0.9864164533691323f,-0.11728367650887159f,-0.1150092159230075f,-0.2580399022674462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.12025628707328903f,0.4347577109112421f,-0.8924820212321162f,0.03315471832064708f,0.01566752934210862f,0.899725406162404f,0.4361751047804214f,2.1967491994322423f,0.9926192391565163f,0.03846981035973774f,-0.1150092159230075f,-0.14331736832315434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.039460559244324886f,0.7727311154403489f,-0.6335057122824067f,-0.019210034911874188f,0.1927924708681346f,0.6161988018456539f,0.7636295566441496f,2.214199711842286f,0.9804457799596492f,-0.15226838094067668f,-0.12466119173592216f,-0.12724674701532052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.201257824747411f,0.7471049460976023f,-0.6335057122824067f,-0.00728901798091143f,-0.007059365972004794f,0.6456160357143659f,0.7636295566441496f,2.219539929733255f,0.9795128653213362f,0.1581585721513885f,-0.12466119173592216f,-0.15511495566260647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.08190704438486848f,0.7693905046110823f,-0.6335057122824067f,0.061033387414492546f,0.0940241457058282f,0.638771759115687f,0.7636295566441496f,2.308714719974037f,0.9921948881668483f,0.0029818065925343654f,-0.12466119173592216f,-0.2067439227038773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.08190704438486848f,0.44358435258423135f,-0.8924820212321162f,-0.03877309191695935f,0.0940241457058282f,0.894936164200597f,0.4361751047804214f,2.107354083028903f,0.9921948881668483f,-0.04818904593733587f,-0.1150092159230075f,-0.19590138736797674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.0736503009104604f,-0.04317290977990327f,-0.9963492023567515f,-0.03632076022241066f,-0.1494962608094194f,0.988251716823014f,-0.031771248014004674f,2.214162600330944f,0.9860154670084039f,0.1466105182362497f,-0.07923922489965207f,0.12481327650201986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.07949727453623452f,-0.03111993419619636f,-0.9963492023567515f,-0.02747747319183353f,0.0069409148822645456f,0.9994710658644551f,-0.031771248014004674f,2.2234351634506315f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,0.009900455317061359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.0696072722614172f,-0.049427670503372614f,-0.9963492023567515f,-0.0255673554046274f,-0.2350591948042426f,0.9714616630303092f,-0.031771248014004674f,2.218962727665812f,0.9694854318587292f,0.2319895313392316f,-0.07923922489965207f,-0.012324010777530578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.08147444004365918f,-0.025498678056660482f,-0.9963492023567515f,-0.028192552191123814f,0.0766435843264473f,0.9965522308345045f,-0.031771248014004674f,2.2291606483056787f,0.9937241451233674f,-0.07895231875084739f,-0.07923922489965207f,0.016596161792064246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.07648248242661301f,-0.03793015745983483f,-0.9963492023567515f,-0.0671816959794808f,-0.08019514049459214f,0.996272717302188f,-0.031771248014004674f,2.333250673142461f,0.9938406156536952f,0.07747242034677189f,-0.07923922489965207f,0.07073263681010415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.07648248242661301f,-0.03793015745983483f,-0.9963492023567515f,-0.05864741055101798f,-0.08019514049459214f,0.996272717302188f,-0.031771248014004674f,2.109089311749469f,0.9938406156536952f,0.07747242034677189f,-0.07923922489965207f,0.05330134223208051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.0016253723847895374f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,1.59698562763409f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,-0.06398512919078103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8701817826810054f,-0.008306288809408889f,-0.49266080690097735f,0.001489485918738796f,-0.018805526088150525f,0.9985695542329727f,-0.05005194848864648f,1.222522044796725f,0.49237182827478604f,0.0528190394192939f,0.8687808307025241f,-0.08379226897301625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8719758341100402f,-0.1501517882979985f,-0.4659534152670337f,0.02544802210808904f,-0.05450257632775114f,0.9161088695666169f,-0.39720776462074947f,0.6982877864351966f,0.4865055127146427f,0.3717512334509305f,0.7906411363734969f,-0.42425525494849176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8719758341100402f,-0.3306776722098681f,-0.3609853484976402f,-0.09905842649630481f,-0.05450257632775114f,0.6672250976104845f,-0.7428594337371754f,0.9243387972792505f,0.4865055127146427f,0.6674301058691783f,0.5637813759585538f,-0.17577507602543369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8486403126782854f,-0.18264623427603682f,-0.49643727982705455f,0.26573785593746146f,0.1386426245563902f,0.9824897219785717f,-0.12446754140170416f,1.0091481907869284f,0.5104780527636992f,0.03680080585058179f,0.8591029381484678f,-0.30679303197724034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8486403126782854f,-0.5268386340842997f,0.04744126192979717f,0.10135186056639753f,0.1386426245563902f,0.13498074032769658f,-0.9811006178760172f,0.9600290663421231f,0.5104780527636992f,0.8391789161893766f,0.18759238862439376f,-0.02017035339501389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8232840801002018f,-0.44534096651200483f,-0.35195844498991363f,0.001954185256322834f,0.0727177269752848f,0.697687556382412f,-0.7127020456352617f,1.112707598214574f,0.5629524452714568f,0.5611626299169362f,0.6067792408673811f,-0.09040857965125072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9030791018996557f,-0.21291641468291406f,-0.3729808789612208f,0.0022094696792977838f,-0.12410208271032243f,0.7020392041823973f,-0.70124149111266f,1.0748973344457877f,0.41115302355579453f,0.6795642398990105f,0.6075735635060239f,-0.09285551147636673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,-0.3056667035261742f,-0.38544954911464535f,0.001954185256322834f,-0.0259138746575559f,0.7539475653813317f,-0.6564232931240293f,1.112707598214574f,0.4912554932593365f,0.5814902707793181f,0.6484883232036808f,-0.09040857965125072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8675668039999065f,-0.09838525410249274f,-0.4874917254401102f,0.005164802069708378f,0.06124128732387398f,0.9939107428628304f,-0.0916020739326981f,1.1370564455619052f,0.49353555629184676f,0.049616297695865154f,0.8683092062616017f,-0.09481420200082218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8670670782171994f,0.0531721769303127f,-0.4953457393299963f,0.005164802069708378f,-0.11287181640561644f,0.9893997100560159f,-0.09136830305072279f,1.1370564455619052f,0.48523667929494574f,0.1351330209148135f,0.863877555979579f,-0.09481420200082218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,0.0028668551661247127f,-0.4919301471740657f,0.005164802069708378f,-0.0259138746575559f,0.9988619122528718f,-0.040041869970929345f,1.1370564455619052f,0.4912554932593365f,0.04760946746176431f,0.8697133889681895f,-0.09481420200082218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8481472333462421f,-0.309310573605871f,-0.43008515392038627f,0.1750836446627335f,0.14099973861781273f,0.9143673706050582f,-0.3795410192357351f,1.1530897165164784f,0.5106518816932175f,0.26126477112002533f,0.8191308656709116f,-0.0007103167096225854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8708860704025491f,-0.05390838104983794f,-0.4885195378195144f,-0.16783811164904844f,-0.15437719288714333f,0.9136564280475922f,-0.3760314000234567f,1.15695813240863f,0.4666102599548067f,0.4028967832334984f,0.7873684317808324f,-0.18155674734825727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,-0.10136720702924791f,-0.4813815304894144f,0.01999048749101343f,-0.0259138746575559f,0.9677312379345162f,-0.2506486030800119f,1.0028340014766026f,0.4912554932593365f,0.23069664164182901f,0.8399089830914466f,-0.11226623964851092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,-0.059026309368095706f,-0.48838446265173435f,9.93314845809666e-18f,-0.0259138746575559f,0.9858941935782279f,-0.16535147465011674f,1.2233221875f,0.4912554932593365f,0.15661588000939616f,0.8568194129870125f,-0.08111031250000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9912851253347976f,0.026070981478126466f,0.12912824716049498f,0.2051913364787774f,-0.015210019559267622f,0.9963164789935671f,-0.08439270697677419f,1.5233223962344988f,-0.1308528012500359f,0.08169319194784938f,0.988030245890474f,-0.5183106809195426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9912851253347976f,0.026070981478126466f,0.12912824716049498f,0.29812431697891467f,-0.015210019559267622f,0.9963164789935671f,-0.08439270697677419f,1.5218964569008175f,-0.1308528012500359f,0.08169319194784938f,0.988030245890474f,-0.5305781310367335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9912851253347976f,0.026070981478126466f,0.12912824716049498f,0.23228858965477178f,-0.015210019559267622f,0.9963164789935671f,-0.08439270697677419f,1.5352683326141743f,-0.1308528012500359f,0.08169319194784938f,0.988030245890474f,-0.6726489428617091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7955540154603752f,-0.13001484756261733f,-0.5917684918092062f,-0.8074084881158977f,-0.21025966669513438f,0.8567627672571047f,-0.4709017235084189f,2.241364744365563f,0.5682294264169396f,0.49905280287282017f,0.6542641812743979f,0.3732876936394918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9859099284533736f,-0.13001484756261733f,0.10525090208797841f,-0.8970789029334679f,0.16513961574900718f,0.8567627672571047f,-0.48855549116985547f,2.243635872949867f,-0.0266555864188745f,0.49905280287282017f,0.8661615205361228f,0.3460274445320745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9564844247207488f,-0.13001484756261733f,-0.26121578183541616f,-0.8130613282493704f,-0.024225371565907386f,0.8567627672571047f,-0.5151414291380981f,2.3197715230284297f,0.290775990479118f,0.49905280287282017f,0.8163305845707793f,0.23720798140016625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013603592983159075f,3.5264022739456197e-7f,-0.00000767844566423234f,0.3478845953722263f,-4.04904291524311e-7f,0.00001561975279941092f,0f,1.389201866712548f,0.000007675867082177133f,1.9897827850777036e-7f,0.000013608162887819636f,-0.6742083378208946f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32.mcfunction new file mode 100644 index 000000000..8e0cfaad6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..34a128ed4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7582853317390654f,0.12616180494510257f,-0.27573719206304687f,-0.22865822397501406f,-0.14975250561096068f,0.8015525962589678f,-0.04507845314772438f,1.3431838101480311f,0.26367022428984815f,0.09241795738895267f,0.7673860686899647f,0.19064572881559055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7335617929929998f,-0.17008155829081942f,-0.27010990242910715f,-0.22865822397501406f,0.16495114176125644f,0.7815632725884912f,-0.04415848471613817f,1.3431838101480311f,0.2732731539916664f,-0.015202449478098158f,0.7517251285126185f,0.19064572881559055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5019152685720835f,-0.09604556199475738f,-0.6370249270160226f,-0.1818287479582262f,0.11141412670487648f,0.8083126868567346f,-0.03408719820519524f,1.3417591431584568f,0.6345174544401812f,-0.06595676411105812f,0.5098840551764638f,0.22402268352365612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.49025073209754244f,0.10123114659733277f,-0.62402441830141f,-0.1818287479582262f,-0.20218250658154646f,0.7733092777249209f,-0.03339154109896677f,1.3417591431584568f,0.5989795102590961f,0.17817131066238015f,0.49947825813204627f,0.22402268352365612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3975607109055532f,-0.45546134243650827f,-0.5298917577006631f,0.6919961202311463f,0.31605356238799953f,0.6447323672719414f,-1.3877451388110762f,1.804810179223029f,0.6231696839826371f,-1.3484366466904747f,-0.4845455652744416f,-0.07788545460001811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5443480964518768f,-0.32819658724430084f,0.771992325098127f,0.5626055629722662f,0.5522676394897423f,0.8329184399814348f,-0.035317512813346996f,1.642510358132309f,-0.6314155559230755f,0.4455713999575005f,0.6346499218295598f,0.09256468411340923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9138627069127216f,-0.32819658724430084f,0.23904383078286523f,0.241845420203808f,0.39933957131751213f,0.8329184399814348f,-0.38311196681758525f,1.5142205920477645f,-0.07336797458086725f,0.4455713999575005f,0.8922349846569648f,0.10172746771930405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6241200156827867f,-0.6896019910364231f,-0.36731907108496153f,-0.17420675624035126f,0.2886779009136873f,0.23333385308129398f,-0.9285582278620464f,1.2873905660517333f,0.7260435768934156f,-0.6855686741420133f,0.053444527193871716f,-0.5154895146413114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24527326458919127f,-0.7498928185556498f,-0.6144117400867464f,-0.23244428775965756f,0.6287081960679315f,0.3593867023996592f,-0.6896138066594273f,1.4963300543186508f,0.7379478503761412f,-0.5554295264180341f,0.38331581145091065f,-0.2622840137307991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8482941416802775f,0.06778665460260655f,-0.5251685621290632f,0.2419841334919527f,-0.43872327957012786f,0.6453217398667049f,-0.6253652820701195f,1.2577802309742692f,0.29651126986027393f,0.7608973790947079f,0.577162234846193f,-0.2256442758029876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8290218320368243f,0.024736505558336813f,-0.5586688708878179f,0.243130547841092f,-0.233754327100918f,0.9228849009955795f,-0.3060104149795825f,1.428908584817318f,0.5080174372675647f,0.38428058083533384f,0.770873996594096f,-0.14877370441764942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8140809534730283f,-0.2982188644780404f,-0.49833493762917414f,-0.005934690999519646f,-0.024766330095993633f,0.8394786354168661f,-0.5428280110423676f,1.2497583669594754f,0.5802230864814162f,0.45424787236492875f,0.6760177811018836f,-0.3455559920930308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8140809534730283f,-0.009097643711144708f,-0.5806801478192188f,-0.011269750119229384f,-0.024766330095993633f,0.9984238297264847f,-0.050363529740037216f,1.436648062972316f,0.5802230864814162f,0.05538130653211783f,0.8125725080266833f,-0.33009341894309197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,0.06618806782552988f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,2.1190286569386805f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,-0.3535737500891761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.013880127048120942f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,1.9911346596349533f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,-0.4088233846884139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.05719771388056034f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,2.1203999423011073f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,0.22082186135752696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.15301728514222265f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,1.9926810027032216f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,0.23889932609191072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.17867688209352725f,0.4808026331019215f,-0.8584307775281561f,0.06956672331720326f,0.15088218033130824f,0.8755406174758086f,0.4589806039568013f,2.1978092160298743f,0.9722700959423807f,-0.04751268412054323f,-0.22898341726827098f,-0.2496789151828573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.2516911758769025f,0.44693193237685236f,-0.8584307775281561f,0.04507957635995145f,0.012059842200984633f,0.8883644327625556f,0.4589806039568013f,2.2081507175131656f,0.967732458994628f,0.10516882819711998f,-0.22898341726827098f,-0.13715081377718605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.08570418468393282f,0.8126834866975692f,-0.5763682357458157f,-0.010543726156977781f,0.1826567379079867f,0.5815081574958513f,0.7927703191105184f,2.2283998290811895f,0.9794341778927644f,-0.037333807934124094f,-0.19827979715710456f,-0.12863885398457237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.332642531754853f,0.7464238761528046f,-0.5763682357458157f,0.00527849333821101f,-0.005979022201274761f,0.6094911586158763f,0.7927703191105184f,2.233420861672892f,0.9430340382834748f,0.2671552445266592f,-0.19827979715710456f,-0.15455626564081468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.2117807304410966f,0.7892709161226525f,-0.5763682357458157f,0.08385162155281001f,0.08944001282846656f,0.6029226362002429f,0.7927703191105184f,2.319807346858118f,0.9732160121571568f,0.11634309485422029f,-0.19827979715710456f,-0.19516763389115613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.2117807304410966f,0.46716755281830175f,-0.8584307775281561f,-0.021261077831307713f,0.08944001282846656f,0.8839328533868924f,0.4589806039568013f,2.1209224548460677f,0.9732160121571568f,0.02042518780979813f,-0.22898341726827098f,-0.1997633011483607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.20283497057318844f,-0.06188288710910257f,-0.977255587344281f,-0.06102402720011485f,-0.15405559721290973f,0.9875894028559246f,-0.03056213889851287f,2.2262240331781897f,0.9670185353342238f,0.14435262259384246f,-0.20985107259752594f,0.11898809787367186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.02939062596695806f,-0.977255587344281f,-0.03712924141743085f,0.00233410274455588f,0.999530143432566f,-0.03056213889851287f,2.236027827356354f,0.9776946577816222f,-0.00869962498872845f,-0.20985107259752594f,0.006284657566324389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.19666967328324225f,-0.07932563655620364f,-0.977255587344281f,-0.0323112119493108f,-0.2395434570904825f,0.9704044970171399f,-0.03056213889851287f,2.2316580363533443f,0.9507575778166605f,0.2280845359814314f,-0.20985107259752594f,-0.015516022322943732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.21155694411914394f,-0.014668892233348108f,-0.977255587344281f,-0.03871824577978275f,0.07205211519439733f,0.9969325194625569f,-0.03056213889851287f,2.2417224554104673f,0.974706187571918f,-0.07687896486481284f,-0.20985107259752594f,0.01285514281946444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.20665760676915892f,-0.047583091207148785f,-0.977255587344281f,-0.08447186131295456f,-0.08478957127061064f,0.9959300599287553f,-0.03056213889851287f,2.345590244016176f,0.9747324567121943f,0.07654518379021702f,-0.20985107259752594f,0.06188302964984364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.20665760676915892f,-0.047583091207148785f,-0.977255587344281f,-0.07376566579134611f,-0.08478957127061064f,0.9959300599287553f,-0.03056213889851287f,2.1215059805322065f,0.9747324567121943f,0.07654518379021702f,-0.20985107259752594f,0.04466036329704484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.0019114388987521145f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,1.6099100860205255f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,-0.06653506510026191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8140809534730283f,-0.009097643711144708f,-0.5806801478192188f,0.001500177492927151f,-0.024766330095993633f,0.9984238297264847f,-0.050363529740037216f,1.2355011498730937f,0.5802230864814162f,0.05538130653211783f,0.8125725080266833f,-0.0873030550498061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8158610324336029f,-0.17878279606355957f,-0.549915891376191f,0.05069870280285596f,-0.05568881715312167f,0.9222899823979439f,-0.3824656115423792f,0.6935910746315077f,0.5755601892074027f,0.34266295422775944f,0.7425042548022487f,-0.41381992130893125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8158610324336029f,-0.3763151468472744f,-0.4390417816218513f,-0.09165408567877065f,-0.05568881715312167f,0.7045990834490355f,-0.7074170532626881f,0.9377518868195813f,0.5755601892074027f,0.601603724935354f,0.5538983902697726f,-0.18840975180957625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7925035907822764f,-0.16029452622998602f,-0.5884247814783995f,0.2841390141113261f,0.13337035472956782f,0.9870388620085649f,-0.08925599903729922f,1.0231648567865212f,0.5951053747669459f,-0.007742722101523519f,0.8036103802079408f,-0.2798938923533739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7925035907822764f,-0.6095983624499677f,0.018107873854093487f,0.0913833338532419f,0.13337035472956782f,0.1442614163644021f,-0.9805105773156381f,0.9741187670564253f,0.5951053747669459f,0.7794732068819649f,0.19563004032264159f,-0.012208756429339829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7609919742038522f,-0.49591806535344063f,-0.41827800283235517f,0.001662255483413532f,0.06772024000781657f,0.7019321228714351f,-0.709017111200064f,1.1255246378945105f,0.6452171605673603f,0.5112304444546517f,0.5677484023509817f,-0.09355219833178954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8541713388971806f,-0.27369489371455735f,-0.44213394911629983f,0.0017946027943714334f,-0.1306028553088361f,0.7100953529311212f,-0.6918869011123171f,1.0877039761019756f,0.5033231745029995f,0.6487339168720895f,0.5707977637552722f,-0.0958089973035191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,-0.3569374204076947f,-0.45727844176349464f,0.001662255483413532f,-0.031712613454814485f,0.7597061246615684f,-0.6494928131238765f,1.1255246378945105f,0.5792255221731987f,0.5435460257093246f,0.6074993929205059f,-0.09355219833178954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8123469393106972f,-0.09216977602584274f,-0.5758447556241943f,0.005587851549806737f,0.05548859764645439f,0.995167634121818f,-0.08100861390996031f,1.1498067595928922f,0.5805286088762309f,0.03385428161590646f,0.8135357532969887f,-0.09774321825861282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8105543351323294f,0.04960597930268541f,-0.5835588373211469f,0.005587851549806737f,-0.11867247241909268f,0.9896479258613459f,-0.0807082841366083f,1.1498067595928922f,0.5735141795004957f,0.13467081961493127f,0.8080502807722523f,-0.09774321825861282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,0.010283913152791438f,-0.5800018418239852f,0.005587851549806737f,-0.031712613454814485f,0.9991370882455516f,-0.026821428747667547f,1.1498067595928922f,0.5792255221731987f,0.04024077561959424f,0.8141734916101842f,-0.09774321825861282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7916670560508143f,-0.327909526353098f,-0.5154984140525782f,0.16495328938626275f,0.13745542412765935f,0.9177260351316651f,-0.3726726859046675f,1.165151928476475f,0.5952892395648705f,0.22417463497996512f,0.7716064115142366f,0.013483715322639298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8159172106703699f,-0.0847585519541271f,-0.5719222789877331f,-0.15723441895298607f,-0.16034027284319535f,0.9172248921959313f,-0.36467724639841664f,1.170935940172584f,0.5554908660243231f,0.38924861593434257f,0.7347893662518162f,-0.2021119235762769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,-0.11386928543976492f,-0.568807244347667f,0.020632651868045564f,-0.031712613454814485f,0.9703375795976421f,-0.23966495732262344f,1.0153161928185988f,0.5792255221731987f,0.21325751441397495f,0.786777622336298f,-0.11277586588348756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,-0.0638611605692198f,-0.5765671232039696f,1.0428389103561572e-17f,-0.031712613454814485f,0.9875333295203872f,-0.15418246733738455f,1.236215925925926f,0.5792255221731987f,0.1438738171354693f,0.8023703130139191f,-0.08515425925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9953044285414334f,0.018370951456053053f,0.0950347445327738f,0.2310056188315227f,-0.010644194438564542f,0.9966425012888128f,-0.08118143722263661f,1.5498544923591777f,-0.09620704574283678f,0.07978867568382245f,0.9921582391846864f,-0.5313101423098325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9953044285414334f,0.018370951456053053f,0.0950347445327738f,0.32431540900728206f,-0.010644194438564542f,0.9966425012888128f,-0.08118143722263661f,1.5488565991305623f,-0.09620704574283678f,0.07978867568382245f,0.9921582391846864f,-0.5403295528482235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9953044285414334f,0.018370951456053053f,0.0950347445327738f,0.2634053022394863f,-0.010644194438564542f,0.9966425012888128f,-0.08118143722263661f,1.5615327613282655f,-0.09620704574283678f,0.07978867568382245f,0.9921582391846864f,-0.684643583456731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7227307373872863f,-0.24625816598213776f,-0.6457686868552415f,-0.8569607705499744f,-0.17498659352945853f,0.838721373002524f,-0.5156802793919086f,2.2689412503626167f,0.668610479517473f,0.4856988513017864f,0.5630778387785651f,0.3034370335614735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9688216371302213f,-0.24625816598213776f,-0.0272314361617505f,-0.9413870279784503f,0.1989404300756827f,0.838721373002524f,-0.5069212599113035f,2.267745701941464f,0.14767308728952616f,0.4856988513017864f,0.8615621191385476f,0.26269589684938116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9005467459037427f,-0.24625816598213776f,-0.3582910466775487f,-0.84543024226258f,0.012752516492293246f,0.838721373002524f,-0.5444114545009819f,2.3500051943271876f,0.43457212492898495f,0.4856988513017864f,0.7584482145003913f,0.16929923303036862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001272734760672102f,4.038205651585464e-7f,-0.000009054953166573957f,0.4085903113732258f,-4.955095852314763e-7f,0.000015617141071622032f,0f,1.4020259852692298f,0.00000905039878395623f,2.8715622962300826e-7f,0.000012733752320158903f,-0.6382058020516108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33.mcfunction new file mode 100644 index 000000000..b025fd8c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..54fd60f3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7428565903685379f,0.12279835191024484f,-0.31627376647234334f,-0.2524751600637475f,-0.15251912766465775f,0.8009044624703955f,-0.04726946303759782f,1.355939958013606f,0.30306178625304536f,0.10206395645661925f,0.7514525580167914f,0.15983003830414755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7183375290420265f,-0.16734173956042392f,-0.30981919980964245f,-0.2524751600637475f,0.16220431183232809f,0.7820138288810381f,-0.046304780118463174f,1.355939958013606f,0.3125395264487307f,-0.021239435955543055f,0.7361167915266529f,0.15983003830414755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.40746264827811757f,-0.08003396629118008f,-0.7032163244282158f,-0.20716355330399855f,0.10497936351670051f,0.8092870055461974f,-0.031278112701084916f,1.3540673447197018f,0.6999271161615728f,-0.07479004839024758f,0.41406874449537107f,0.19933823498881018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.39876643977119897f,0.08031424794271332f,-0.6888649708684563f,-0.20716355330399855f,-0.2083713734808907f,0.7717788377236442f,-0.030639783870450535f,1.3540673447197018f,0.6614882442083836f,0.19469732206514073f,0.40561836195464923f,0.19933823498881018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.437328267150103f,-0.39351288086846875f,-0.46972472262153764f,0.6662108178763055f,0.28445308625180454f,0.6323984054644042f,-1.4002017527798993f,1.8287701560350063f,0.5427523783210032f,-1.3735450918541687f,-0.5100980165323302f,-0.03485349358294482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5411381370246411f,-0.3830020237943662f,0.7486514318605959f,0.5386492081363087f,0.5709597192536919f,0.8209457298362769f,0.007287499799503494f,1.6606150690586166f,-0.6173933232933814f,0.4235062672889296f,0.6629237708211644f,0.13214213284433873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9018491874452204f,-0.3830020237943662f,0.1999437242671438f,0.22345257301577398f,0.4315437236432726f,0.8209457298362769f,-0.3739226166570849f,1.5218565046837542f,-0.020929827722524996f,0.4235062672889296f,0.9056513589005998f,0.12197090002097255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6705530838104741f,-0.6370318766240722f,-0.3801959362711237f,-0.13234760660778055f,0.28334266216983506f,0.2537190267164725f,-0.9248478746672647f,1.2963157956443094f,0.6856205201033401f,-0.7278853231429103f,0.010366232023587607f,-0.5335724897539667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3086926986011142f,-0.6953581784278363f,-0.6489883061534185f,-0.2124760327023331f,0.6325127806745489f,0.3595152939431649f,-0.6860585512216212f,1.5064780102328614f,0.71037764612473f,-0.6222746637253371f,0.3288431887264912f,-0.2874590595700227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8164659552731329f,-0.047017602393392255f,-0.5754760541891444f,0.25833558481107105f,-0.39754720202260335f,0.6770320368916661f,-0.6193414592826165f,1.2683523237868428f,0.4187356756283488f,0.7344501113673403f,0.5340818924739648f,-0.2016434156281604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7737188560326035f,-0.029810520252250033f,-0.6328273577381823f,0.24879094127791054f,-0.21432116598156706f,0.9276804970403535f,-0.30573735987488393f,1.4403815584826911f,0.5961757875257104f,0.37218305750430514f,0.7113748674748398f,-0.12741299942438544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7533597823464065f,-0.33731747018201197f,-0.5645050599002478f,0.019326781223179913f,-0.03113444091697553f,0.8391628092735185f,-0.5429884217190674f,1.2632594757347915f,0.6568711326674072f,0.4266411886376934f,0.6216893205018513f,-0.3483779956419384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7533597823464065f,-0.009872968367798392f,-0.6575344575294768f,0.0133660092946585f,-0.03113444091697553f,0.9982305216015164f,-0.05066036253277126f,1.450111071269246f,0.6568711326674072f,0.05863744741010567f,0.7517193391349358f,-0.3326852283829502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,0.10106330403469657f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.1327360644467914f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,-0.34254979490519183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,0.02843281257678263f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.005186322690854f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,-0.40794236014448854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,-0.09264881933196259f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.1314115175868418f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,0.21209433319533716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,-0.1900085180281734f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.003692684742401f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,0.21750740133057606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.2965842531403054f,0.5021527193459895f,-0.8123302451851926f,0.0932786250287535f,0.14552797639335724f,0.8644316183919822f,0.48122716591135295f,2.209174173252133f,0.9438534784997413f,0.02450762284772376f,-0.3294540750184951f,-0.23787372594183342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3714868008501836f,0.4495743871168162f,-0.8123302451851926f,0.055019446603205f,0.008509387727112655f,0.8765546218630285f,0.48122716591135295f,2.218987703609663f,0.9283992390747666f,0.17185710732786785f,-0.3294540750184951f,-0.12920417862924044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.20294269468522352f,0.8338703265001501f,-0.5132977121090966f,-0.0025432406596028884f,0.1724812355504603f,0.5464520189814149f,0.8195367071303896f,2.2420850165229957f,0.9638799126742329f,0.07778476414869487f,-0.2547254294518811f,-0.12828092484391618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4506900742084121f,0.7303450662211548f,-0.5132977121090966f,0.016661255574143663f,-0.004823557466853992f,0.5730063864907983f,0.8195367071303896f,2.246781770291857f,0.892667457849439f,0.37183298036507617f,-0.2547254294518811f,-0.1518689186849086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3308901917885277f,0.7918567671755532f,-0.5132977121090966f,0.10325752964531733f,0.08487377606512149f,0.5667062976554308f,0.8195367071303896f,2.33026472016759f,0.9398447335143177f,0.22761114312782665f,-0.2547254294518811f,-0.1804578488552736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3308901917885277f,0.48024082889266734f,-0.8123302451851926f,-0.004796656855532653f,0.08487377606512149f,0.8724774248800795f,0.48122716591135295f,2.1339572995695724f,0.9398447335143177f,0.09028781390148408f,-0.3294540750184951f,-0.20077260698310748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.32131589804465965f,-0.07902860170580982f,-0.9436686779671022f,-0.08377730743916134f,-0.15859664329304538f,0.9869277051680394f,-0.028649773261334163f,2.2377355447165304f,0.9335969143050615f,0.14045705708212675f,-0.3296492328459084f,0.11109932440516285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.3297227631772922f,-0.027790747858827673f,-0.9436686779671022f,-0.04607824502006602f,-0.0022545478467220215f,0.9995869684555121f,-0.028649773261334163f,2.2480684553154693f,0.944075111660475f,-0.0073189362182002615f,-0.3296492328459084f,0.0022822656493064614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.3132053975646992f,-0.10673239976764515f,-0.9436686779671022f,-0.038593351042814146f,-0.24400955236584188f,0.9693495390447636f,-0.028649773261334163f,2.2438009131594914f,0.9178026570513731f,0.22129090806796375f,-0.3296492328459084f,-0.018773435979854508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3308581596713444f,-0.004722753721384448f,-0.9436686779671022f,-0.04846867110284554f,0.06747860623855616f,0.9973092941470946f,-0.028649773261334163f,2.253732336741573f,0.9412648489553794f,-0.07315645839644724f,-0.3296492328459084f,0.008632959338486831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.3260459452462297f,-0.05642222799849576f,-0.9436686779671022f,-0.09992234894951721f,-0.08936571328811875f,0.9955867414648408f,-0.028649773261334163f,2.35740067943748f,0.9411205081587578f,0.07499048211010427f,-0.3296492328459084f,0.05211902940678467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.3260459452462297f,-0.05642222799849576f,-0.9436686779671022f,-0.08722734764985568f,-0.08936571328811875f,0.9955867414648408f,-0.028649773261334163f,2.1333936626078915f,0.9411205081587578f,0.07499048211010427f,-0.3296492328459084f,0.03524617093201124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,-0.00227959778857304f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,1.6222824651696985f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,-0.06871072468728584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7533597823464065f,-0.009872968367798392f,-0.6575344575294768f,0.0014227653493513568f,-0.03113444091697553f,0.9982305216015164f,-0.05066036253277126f,1.2479460195691299f,0.6568711326674072f,0.05863744741010567f,0.7517193391349358f,-0.09069976746607547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7549835861513258f,-0.20097930356447213f,-0.6241851521630608f,0.07080597501982135f,-0.057417163962185574f,0.9279566604408969f,-0.368238653085085f,0.6897514648296711f,0.6532251173405865f,0.3138530800902196f,0.6890523856669093f,-0.4020708738577408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7549835861513258f,-0.40808057690332317f,-0.5132933151681741f,-0.08420597113114682f,-0.057417163962185574f,0.7386194267352273f,-0.6716729946423808f,0.9507052738966062f,0.6532251173405865f,0.5365739326538097f,0.534214714203757f,-0.1999740788346619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7322035739293853f,-0.13194728084428695f,-0.6681824910926908f,0.2981064390541321f,0.12791577658309525f,0.9902380810596905f,-0.0553723479759112f,1.0365961237992096f,0.6689659785266951f,-0.04492725116252497f,0.7419340008901063f,-0.2535691145937405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7322035739293853f,-0.680999368582627f,-0.010852940389509153f,0.08065757881547354f,0.12791577658309525f,0.15315001959266525f,-0.9798890884176177f,0.9876025925474263f,0.6689659785266951f,0.7160900302956529f,0.19924755477794914f,-0.0061964775342408795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6951052270276036f,-0.5379557887176373f,-0.4768986189370739f,0.0011786162775968096f,0.06240506947274417f,0.7060125900402326f,-0.7054444202123825f,1.1378238413211943f,0.716194338614182f,0.4605972124208604f,0.5243242100524513f,-0.09676256686611572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7996386594787125f,-0.326487472886417f,-0.5039681977221665f,0.0011429895175418476f,-0.13733267478841088f,0.7175953442078591f,-0.682785953580377f,1.0999980316739728f,0.5845662928210522f,0.6151933452333869f,0.5289795811541375f,-0.09890050399843493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,-0.400430866300298f,-0.5209693291763541f,0.0011786162775968096f,-0.037787076334150425f,0.7651251479259467f,-0.6427718451156796f,1.1378238413211943f,0.6559924218240517f,0.5042208140540123f,0.5616362819335343f,-0.09676256686611572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7526262005397885f,-0.08379952150820355f,-0.653093747065487f,0.005777885506893615f,0.0494414751322135f,0.9962605359259461f,-0.07085538154083773f,1.1620378897391892f,0.6565891735307496f,0.021037698342335348f,0.7539549538604173f,-0.10065292822671937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7492787391653902f,0.04738800532575556f,-0.6605571496744013f,0.005777885506893615f,-0.12472804533315096f,0.9896844479943018f,-0.07048126066966982f,1.1620378897391892f,0.6504031716882188f,0.13520011223908307f,0.747460128641284f,-0.10065292822671937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,0.01920390595540067f,-0.656799155468796f,0.005777885506893615f,-0.037787076334150425f,0.9991855669777094f,-0.014154137400440775f,1.1620378897391892f,0.6559924218240517f,0.03548820563919222f,0.7539327090463218f,-0.10065292822671937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7310987594595022f,-0.3409234475849481f,-0.5909871460561303f,0.1536877688279548f,0.13352836800797424f,0.9209516209427185f,-0.36608508139516727f,1.1766209229271838f,0.6690775581753611f,0.18873079973807233f,0.7188295391651095f,0.02557334102020878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7559909763308522f,-0.11111600625888786f,-0.6450820698635169f,-0.14584390941327696f,-0.16654566604337148f,0.92040448500089f,-0.35372040528136933f,1.1844410208870397f,0.6330404290631796f,0.3748450575148633f,0.6773115959646522f,-0.220483215236441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,-0.12276006886011967f,-0.6455105623627906f,0.020643469803352677f,-0.037787076334150425f,0.9726680741170752f,-0.22910468012569485f,1.0273093855035134f,0.6559924218240517f,0.1970958728305556f,0.7285788628711216f,-0.11358674484991198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,-0.06603297722164125f,-0.6537534447692904f,1.090289579835759e-17f,-0.037787076334150425f,0.9889345670018589f,-0.1434592592026146f,1.2485696643518518f,0.6559924218240517f,0.1328460315857876f,0.7429844375229694f,-0.08902890046296297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9967775176817146f,0.014139231868523346f,0.07895987820689254f,0.2604223182017763f,-0.007895458155405086f,0.9968564440117379f,-0.07883458487738301f,1.5760211710363914f,-0.07982632388376276f,0.07795711740720786f,0.9937557274606085f,-0.5433442686709516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9967775176817146f,0.014139231868523346f,0.07895987820689254f,0.35387021048443706f,-0.007895458155405086f,0.9968564440117379f,-0.07883458487738301f,1.5752809718343221f,-0.07982632388376276f,0.07795711740720786f,0.9937557274606085f,-0.5508279865350544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9967775176817146f,0.014139231868523346f,0.07895987820689254f,0.2953022826120728f,-0.007895458155405086f,0.9968564440117379f,-0.07883458487738301f,1.5874762591669642f,-0.07982632388376276f,0.07795711740720786f,0.9937557274606085f,-0.6961494867220943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6416807221333691f,-0.3549719420373305f,-0.6798829099254106f,-0.8987354706103452f,-0.13989809909931855f,0.8174087593337295f,-0.5588125285217667f,2.295595700436055f,0.7541050143784984f,0.45369355354769925f,0.4748555430427928f,0.23344270756803104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9235116773908898f,-0.3549719420373305f,-0.14533100869708115f,-0.9762646940001312f,0.2311544296952242f,0.8174087593337295f,-0.5276462354615721f,2.2910754686468815f,0.30609444842228145f,0.45369355354769925f,0.8369398712657441f,0.18092747620465593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8269783828243833f,-0.3549719420373305f,-0.4360065076434224f,-0.8720991061587248f,0.048215805751182804f,0.8174087593337295f,-0.574036720289092f,2.379441092584832f,0.5601624678760011f,0.45369355354769925f,0.6930946321046851f,0.1032208970706407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011778452910784402f,4.4539139180187197e-7f,-0.000010257207150903371f,0.46149314762331267f,-5.904230677211005e-7f,0.000015613840834372013f,0f,1.4143007936649197f,0.00001024988159100081f,3.875898695863793e-7f,0.000011786870936065124f,-0.5987958028662501f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34.mcfunction new file mode 100644 index 000000000..b1c1a2c13 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..3a166f8cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7311071892265038f,0.11997708113254808f,-0.34355817892851787f,-0.2715676863246984f,-0.154844944956225f,0.8002895912997086f,-0.050040558782786286f,1.3681704919735325f,0.32931711969964333f,0.10993868520545363f,0.7391942671669411f,0.12783877791796533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7066464092191068f,-0.16549051980850718f,-0.33654678752181344f,-0.2715676863246984f,0.1598688904425152f,0.7823292426160213f,-0.04901932288926004f,1.3681704919735325f,0.3392532832655002f,-0.023955041251322085f,0.72410866987782f,0.12783877791796533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3012659307614326f,-0.06205815407950257f,-0.7565263174002188f,-0.2274753464226547f,0.09817586388255214f,0.8102818792649525f,-0.027371889416259128f,1.3657501728696546f,0.7526916919681036f,-0.08084866165587429f,0.3063709437839881f,0.17405104301609006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.29591711479134925f,0.05677246242510787f,-0.7410870048002144f,-0.2274753464226547f,-0.2149016615634057f,0.7701287709880694f,-0.02681327942817221f,1.3657501728696546f,0.711512710378986f,0.20899417122636582f,0.3001184755434986f,0.17405104301609006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4694787570742485f,-0.32981937823736873f,-0.41624224947335275f,0.6394031294783646f,0.2601217429850389f,0.6206894238207089f,-1.4101374287577582f,1.848693720258644f,0.46300659966564894f,-1.3954820195531834f,-0.5288299081650181f,0.0024817589330369816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5396095220362911f,-0.42972106742699245f,0.7239898949137146f,0.513233648657685f,0.5843546795226362f,0.8102289558749646f,0.04537232175855521f,1.6762148621702546f,-0.6060950191576915f,0.39858354616211994f,0.6883167762600781f,0.16678832438920368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8883891041856722f,-0.42972106742699245f,0.16156919190732116f,0.20412032206572506f,0.45835053320042035f,0.8102289558749646f,-0.36529964108476076f,1.5288417710987805f,0.02606891403701006f,0.39858354616211994f,0.9167614566776681f,0.13937506796829086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7115655553487394f,-0.5853158381157911f,-0.38868988936174975f,-0.0920952803144648f,0.27776499080376654f,0.27379966181898424f,-0.9208041893212657f,1.305078793351133f,0.6453844360728135f,-0.7631769878859156f,-0.032246160024990894f,-0.5468945509372157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3650407834351562f,-0.6387236683355169f,-0.6773310135650574f,-0.19187943839733812f,0.6358885179418015f,0.3603327948284109f,-0.6824998679274054f,1.5163060009498595f,0.6799933964229554f,-0.6798473008545133f,0.27462088111067995f,-0.3090145103059706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7690597754960264f,-0.15625400319932867f,-0.6197836301469939f,0.2714531155540399f,-0.34955430761081396f,0.7089912375494818f,-0.6124893559146795f,1.278214655979155f,0.5351250767294746f,0.6876889642579983f,0.490637382078695f,-0.17687391042290662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.712603130309305f,-0.08146641492094078f,-0.696821355810303f,0.2518230292825491f,-0.1922107716550558f,0.9325605275882944f,-0.3055910365897697f,1.4511598109232742f,0.6747234973921894f,0.3517016997743557f,0.6488868286863905f,-0.106874299035925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.689821999329611f,-0.3712824005975003f,-0.6215263375332178f,0.04279867612698651f,-0.037865746453055314f,0.8388089312296403f,-0.5431075051358999f,1.2761893101448296f,0.7229881012066873f,0.3981820637546923f,0.5645699687528579f,-0.34883649886316853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.689821999329611f,-0.010776822128897065f,-0.7238987977236184f,0.03625365449204571f,-0.037865746453055314f,0.9979835959340926f,-0.05094043081885673f,1.462992856689854f,0.7229881012066873f,0.0625507981664496f,0.6880229670311078f,-0.3328080806630148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,0.13203988156406687f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.1457557771671443f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.3277539973331858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,0.06749772497771868f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.018611728387629f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.4018418734205417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,-0.12512480626169065f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.141785367460525f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,0.2004569540699844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,-0.22249649746409292f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.0141344578673985f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,0.19380026326813957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.40356410644847635f,0.512927472517089f,-0.7576552117709439f,0.11362153705615656f,0.14023379140889525f,0.8529739638093621f,0.5027622706711706f,2.219881474063386f,0.9041407499573997f,0.09664794359206923f,-0.41615943971739383f,-0.22340848215473766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.4788350973895037f,0.44348114907435565f,-0.7576552117709439f,0.06293603991713222f,0.0050727550102536295f,0.8644098370253398f,0.5027622706711706f,2.229176768195009f,0.8778902076368036f,0.23689682156904232f,-0.41615943971739383f,-0.11990138813806382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.31108065973756716f,0.8381165601605203f,-0.44809536342383305f,0.0046239497537061f,0.1623965914761611f,0.5114313326194587f,0.8438396406261142f,2.2551331433157107f,0.9364059857850999f,0.18973303244238127f,-0.29520366899151784f,-0.1263507291405173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5548475488934824f,0.7009670054752632f,-0.44809536342383305f,0.026692032187446327f,-0.003592636687714118f,0.5365834081199498f,0.8438396406261142f,2.259503865676175f,0.8319442832597173f,0.4698122001027878f,-0.29520366899151784f,-0.14735458947011817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.4383610563375078f,0.7791342179398408f,-0.44809536342383305f,0.11913997083396966f,0.08039173303025865f,0.5305391881552032f,0.8438396406261142f,2.340007603581563f,0.8951964887928547f,0.3338832734158611f,-0.29520366899151784f,-0.1634223010221472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.4383610563375078f,0.4835267979781375f,-0.7576552117709439f,0.010346441288888886f,0.08039173303025865f,0.8606783768922978f,0.5027622706711706f,2.146354968780796f,0.8951964887928547f,0.15948218454438473f,-0.41615943971739383f,-0.1993057925446337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.4282104436694426f,-0.09453585357211756f,-0.8987206397550966f,-0.10448027350684055f,-0.1630527186545816f,0.9862732288329892f,-0.026056266553363176f,2.2486151942523867f,0.8888473585896335f,0.1353812781618684f,-0.43774682483313354f,0.1017417797358369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.026385088661320555f,-0.8987206397550966f,-0.05432656164275612f,-0.006758144181479672f,0.9996376335755485f,-0.026056266553363176f,2.259467362220845f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.0018727764888497728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.418341631116651f,-0.13149711537843567f,-0.8987206397550966f,-0.04443530207027811f,-0.24839162964420947f,0.9683091806318859f,-0.026056266553363176f,2.255300195707835f,0.8736657701875206f,0.21233426325291072f,-0.43774682483313354f,-0.021932084361324114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.43850137767425423f,0.004213485014903609f,-0.8987206397550966f,-0.057440292584952424f,0.06298951465823556f,0.9976739908489246f,-0.026056266553363176f,2.2651010379187815f,0.8965204196340988f,-0.06803568569220984f,-0.43774682483313354f,0.004184564326234444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.4337618323380274f,-0.06443511841338356f,-0.8987206397550966f,-0.11358324240763622f,-0.09385658783531792f,0.9952446995052078f,-0.026056266553363176f,2.3685954901240978f,0.8961258916729657f,0.07304863874051246f,-0.43774682483313354f,0.041900768790351844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.4337618323380274f,-0.06443511841338356f,-0.8987206397550966f,-0.09908534076462494f,-0.09385658783531792f,0.9952446995052078f,-0.026056266553363176f,2.1446654327354264f,0.8961258916729657f,0.07304863874051246f,-0.43774682483313354f,0.02546482507373657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,-0.0027620718065944658f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,1.6340101718804352f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.07050832178703906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.689821999329611f,-0.010776822128897065f,-0.7238987977236184f,0.0012792364917419336f,-0.037865746453055314f,0.9979835959340926f,-0.05094043081885673f,1.2597663234051504f,0.7229881012066873f,0.0625507981664496f,0.6880229670311078f,-0.09396487109945766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6912092223254336f,-0.21768478924777046f,-0.6890886325447715f,0.08633878388486912f,-0.059672630528705965f,0.9331022899567976f,-0.3546255682310072f,0.6867681115292348f,0.7201867730929622f,0.2862401946050449f,0.6319790841906179f,-0.3899966120788181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6912092223254336f,-0.4279716775911872f,-0.5822972214874927f,-0.076768059561543f,-0.059672630528705965f,0.769221733477952f,-0.6361895172910026f,0.9631028956268068f,0.7201867730929622f,0.4744872684540221f,0.5061549603994677f,-0.2105562464452857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6694110955317591f,-0.09968712702024604f,-0.7361733911826881f,0.30827882877622054f,0.12234535973211487f,0.992218522810163f,-0.02310878500564245f,1.0493459552317557f,0.7327485231175763f,-0.07459812128242187f,0.6763983457772081f,-0.22823839982917823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6694110955317591f,-0.7418795853848965f,-0.038774553099987674f,0.0695642645334019f,0.12234535973211487f,0.1615750279293657f,-0.979247222769431f,1.0003823570900923f,0.7327485231175763f,0.6507750695430475f,0.19892564120859868f,-0.0019825401896086947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6273088740316648f,-0.5724042916614147f,-0.5280500955863173f,0.0005751856553407528f,0.05682192687304857f,0.7098907280075175f,-0.702015970555792f,1.149515771170866f,0.7766948211411988f,0.4103760241248882f,0.4778458680745187f,-0.10002128450490488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7413835977360064f,-0.3720198966599982f,-0.558526237071366f,0.00034704577571632693f,-0.14423173838820058f,0.7244957898397686f,-0.6740200710260547f,1.1116898390908592f,0.6553987844431306f,0.5802646353117983f,0.4834722188057269f,-0.10211200276945906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,-0.436980202073256f,-0.5767159290518777f,0.0005751856553407528f,-0.04408203366651743f,0.7701659791097586f,-0.6363184257348918f,1.149515771170866f,0.7222255424270027f,0.4646425159387842f,0.5123451944227626f,-0.10002128450490488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.690145441931741f,-0.07405473114069866f,-0.7198716314569708f,0.005796097238274992f,0.043156535098951114f,0.9971915554945545f,-0.06120878310017109f,1.1736611464324247f,0.7223827119049119f,0.011175797333059706f,0.6914031523611064f,-0.10353731143157827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6851041930340482f,0.046053393892744994f,-0.726987846939772f,0.005796097238274992f,-0.1309851115383241f,0.989521002183881f,-0.06075431500972451f,1.1736611464324247f,0.7165718004795182f,0.1368476201764858f,0.6839572966271897f,-0.10353731143157827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,0.028920922126088502f,-0.7229913831364319f,0.005796097238274992f,-0.04408203366651743f,0.9990256588224319f,-0.002123045508191951f,1.1736611464324247f,0.7222255424270027f,0.03333636569547671f,0.6908537852456473f,-0.10353731143157827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6681220469930162f,-0.3492980492794442f,-0.6569656026699091f,0.14169040921931175f,0.12926059406819002f,0.9240202037379037f,-0.35983101854245614f,1.187415957741377f,0.7327377628749596f,0.15549127259668882f,0.662508743340993f,0.03569218216038944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6929924359095406f,-0.13359296466705656f,-0.7084591756506706f,-0.13397136859596007f,-0.17293904316929182f,0.9231865468907963f,-0.343247267997194f,1.1973735372476226f,0.6998954001276555f,0.3603880123302026f,0.6166578544451005f,-0.23677825960786886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,-0.12878746760093845f,-0.7120159745504953f,0.020193337621884317f,-0.04408203366651743f,0.9747197663947107f,-0.21903915473555122f,1.0387248758947791f,0.7222255424270027f,0.18257920250778278f,0.6671245016319246f,-0.11471592606971218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,-0.06624111129457128f,-0.7205311061991803f,1.1353700474895108e-17f,-0.04408203366651743f,0.9901011836294317f,-0.13325321941109872f,1.260295f,0.7222255424270027f,0.12374070207518065f,0.6804987174976622f,-0.09270999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9984439402254267f,0.012691845646062573f,0.054301153590150975f,0.2895117636090333f,-0.008459339829811414f,0.9969582886172145f,-0.0774765146807611f,1.6016397170131023f,-0.05511930511870056f,0.07689660468142234f,0.9955143265627575f,-0.5544531820307992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9984439402254267f,0.012691845646062573f,0.054301153590150975f,0.3831158830051671f,-0.008459339829811414f,0.9969582886172145f,-0.0774765146807611f,1.6008466539040573f,-0.05511930511870056f,0.07689660468142234f,0.9955143265627575f,-0.5596206168856774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9984439402254267f,0.012691845646062573f,0.054301153590150975f,0.32816865026857756f,-0.008459339829811414f,0.9969582886172145f,-0.0774765146807611f,1.612864662660694f,-0.05511930511870056f,0.07689660468142234f,0.9955143265627575f,-0.706364048442652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5552395612839506f,-0.45314031848254216f,-0.697404388680446f,-0.9333366023758674f,-0.10555541684620277f,0.7933628493639366f,-0.599527683450531f,2.3211101725630203f,0.8249648983803072f,0.4064962988941917f,0.39267502521257136f,0.16413428254316303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8564947673912254f,-0.45314031848254216f,-0.24714482636096444f,-1.0027959180342696f,0.26105432101341697f,0.7933628493639366f,-0.5499327510972223f,2.3134594076494674f,0.4452722256234659f,0.4064962988941917f,0.7978053672880682f,0.10163682847898554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7408993670229582f,-0.45314031848254216f,-0.49571360654164043f,-0.8937092192238224f,0.08160815907789754f,0.7933628493639366f,-0.6032540904304357f,2.4077729036708093f,0.666639510017893f,0.4064962988941917f,0.6247819801086036f,0.039168258494783725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010785178634007083f,4.758952183998565e-7f,-0.000011295754537597802f,0.5070547311877162f,-6.887817760393349e-7f,0.000015609811166859007f,0f,1.42593785267827f,0.000011284774100421917f,4.979398318151033e-7f,0.000010795672949211583f,-0.5572129302913577f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35.mcfunction new file mode 100644 index 000000000..de5570571 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..1cbba498f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7228376437428735f,0.11756941987487216f,-0.36142442742983083f,-0.2864422519323648f,-0.15677669733001773f,0.799695364948361f,-0.05341193592113955f,1.3797736205965396f,0.3462242804989087f,0.11665847262345723f,0.730386194285338f,0.09563337271465197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6982596965109694f,-0.1645694790647478f,-0.35404841870677306f,-0.2864422519323648f,0.15789784679213548f,0.7825156159043742f,-0.052321896412544866f,1.3797736205965396f,0.35707375457574064f,-0.02421151433007241f,0.7154803535856373f,0.09563337271465197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1879142108931745f,-0.043020704827736976f,-0.7935879993705579f,-0.2434390613959555f,0.09132258954424724f,0.8112366901491923f,-0.022353112516167346f,1.3766830581626845f,0.7894889982943225f,-0.08359842077666434f,0.19147550772962935f,0.14925862121023975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.18619435523114178f,0.03150926355940082f,-0.777392325914016f,-0.2434390613959555f,-0.22146197849233812f,0.7684237871709064f,-0.021896926546449647f,1.3766830581626845f,0.7458459989584435f,0.22029990835192298f,0.1875678443065757f,0.14925862121023975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4952907421346515f,-0.26373416054304016f,-0.3687223061452363f,0.6126118948583078f,0.2417157005724748f,0.6113143923955545f,-1.4174887949281334f,1.8651141512466847f,0.3835171007701759f,-1.4135576593166308f,-0.5442202010254004f,0.03535798911779736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5406259253506425f,-0.46918117046338287f,0.6982783385737894f,0.4871300986234858f,0.594049227716073f,0.8006355415142166f,0.07802720496195142f,1.6894214304138506f,-0.5956753510837081f,0.37262817787554303f,0.7115610424724318f,0.19722372148022724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8743999977681695f,-0.46918117046338287f,0.12366759149282086f,0.18428847310585317f,0.4802657355633804f,0.8006355415142166f,-0.35822835302081046f,1.5351120991994422f,0.06906132888086003f,0.37262817787554303f,0.9254073556582325f,0.15417279507110498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7478315355374451f,-0.5349184932017854f,-0.39320503568296034f,-0.05378554642777776f,0.2720038226891098f,0.2934080309788296f,-0.916474575642793f,1.313607630898645f,0.6056087143512865f,-0.7923218619903512f,-0.07391990336793208f,-0.5561028845792354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4148513354605494f,-0.5812273178557567f,-0.70005226550937f,-0.17113379800957226f,0.6388132252860432f,0.3618244024437714f,-0.678970371220903f,1.5257354023269707f,0.6479321204155891f,-0.7288744108379787f,0.22119236098777842f,-0.3272097033897143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7074257971051335f,-0.25539513041780243f,-0.6590311593157335f,0.2813967273929166f,-0.2972599523892252f,0.7384434106485918f,-0.60525849847419f,1.2873694036261438f,0.6412372901631047f,0.624079046778971f,0.44647517408667775f,-0.15186001806496646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6472989356278427f,-0.12844506394068483f,-0.751336112192363f,0.2526174272028359f,-0.16881783940887188f,0.9370624943798296f,-0.30563772464140027f,1.4611583855433532f,0.7433065484928691f,0.3246779129782706f,0.5848757370516343f,-0.08732743602496805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.6249768454215919f,-0.4006007342165825f,-0.6700171598041429f,0.06442595819356206f,-0.044915968708274495f,0.8384134573154013f,-0.5431808449747038f,1.2884500533898304f,0.7793500487212871f,0.369569920769495f,0.5059956276694063f,-0.3473416000562375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6249768454215919f,-0.011921832704187084f,-0.7805522484701768f,0.05731216300858839f,-0.044915968708274495f,0.9976777753972295f,-0.051201681939489804f,1.475194625764689f,0.7793500487212871f,0.06705912602628182f,0.6229900281503056f,-0.3308743262503703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,0.15903254779197423f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.1579764386565348f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,-0.31006423825758206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,0.10295099347791253f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.031295211550554f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,-0.3914708624637351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,-0.1545075236440716f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.1514449543382894f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,0.18673170910559825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,-0.2506154700563519f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.0239299207235963f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,0.168745844137298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.49920615373051563f,0.5141106389206973f,-0.6974836679278856f,0.13060054810063643f,0.13506700799775043f,0.8412900393207866f,0.5234386048909319f,2.2298431711283144f,0.8558914180128929f,0.1670967405073531f,-0.4894165504799545f,-0.20699646563242313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5734847203640248f,0.42968803623426516f,-0.6974836679278856f,0.06887383452915803f,0.0017973517536262473f,0.8520614980366786f,0.5234386048909319f,2.2386367489582475f,0.8192142851755396f,0.29893041845993545f,-0.4894165504799545f,-0.10962282214706524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4094148131642946f,0.827684746151558f,-0.3838195822905295f,0.010840178271764672f,0.15252915100686595f,0.47686869396417453f,0.8656391319770771f,2.267422358150941f,0.8995078481340619f,0.2958618084595127f,-0.32148315887507417f,-0.12303567649219545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.645145278473411f,0.6606588362489283f,-0.3838195822905295f,0.035272884102955565f,-0.0022966875302684875f,0.5006631786104917f,0.8656391319770771f,2.2714691105744267f,0.764056473626036f,0.5593445125053527f,-0.32148315887507417f,-0.14130949124417042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5338526579154887f,0.7534479861854376f,-0.3838195822905295f,0.13154538376319025f,0.0760525650156374f,0.49485846516404575f,0.8656391319770771f,2.348961681958083f,0.8421504301436357f,0.4329332876651938f,-0.32148315887507417f,-0.14479542308071824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5338526579154887f,0.4780354302877884f,-0.6974836679278856f,0.023987411948438037f,0.0760525650156374f,0.8486624972651834f,0.5234386048909319f,2.158012620073417f,0.8421504301436357f,0.22639366847416853f,-0.4894165504799545f,-0.19573399848740608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5231690490695188f,-0.10839847884977327f,-0.8453069950489884f,-0.12311740917962127f,-0.16736464186957406f,0.9856311730707408f,-0.022809369194801074f,2.25877955854803f,0.8356334260592768f,0.12954134650470014f,-0.5337937961405925f,0.09145612082657846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5336852279762483f,-0.02522224338137323f,-0.8453069950489884f,-0.061899044009140584f,-0.011117420116162582f,0.9996780159865957f,-0.022809369194801074f,2.270134256716205f,0.8456101231713709f,-0.0027753904076312647f,-0.5337937961405925f,-0.005973460001645024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5117306829518866f,-0.15358317696559431f,-0.8453069950489884f,-0.0498694411542482f,-0.2526311858427195f,0.9672937592151811f,-0.022809369194801074f,2.266064286654148f,0.8211633163173434f,0.20187865448461453f,-0.5337937961405925f,-0.02484942683377122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5341446123420246f,0.012067196328790955f,-0.8453069950489884f,-0.06565589481396794f,0.05864367463522903f,0.9980183626077292f,-0.022809369194801074f,2.2757386454496364f,0.8433566579634418f,-0.06175541005085919f,-0.5337937961405925f,-0.00026365274090040663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5294561312041572f,-0.07163999756822684f,-0.8453069950489884f,-0.125552894498475f,-0.09820279496799672f,0.9949049923170599f,-0.022809369194801074f,2.379086888315715f,0.8426342125684193f,0.07093494915072258f,-0.5337937961405925f,0.031628895864349166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5294561312041572f,-0.07163999756822684f,-0.8453069950489884f,-0.10943389504562401f,-0.09820279496799672f,0.9949049923170599f,-0.022809369194801074f,2.1552332650443766f,0.8426342125684193f,0.07093494915072258f,-0.5337937961405925f,0.015668532305436605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,-0.003380998220358311f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,1.6450007521531038f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,-0.0719292893776802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6249768454215919f,-0.011921832704187084f,-0.7805522484701768f,0.0010896890437118456f,-0.044915968708274495f,0.9976777753972295f,-0.051201681939489804f,1.2708715863791427f,0.7793500487212871f,0.06705912602628182f,0.6229900281503056f,-0.09707646163753587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6260934525617867f,-0.2298413941126277f,-0.7451039673841665f,0.09798289335678319f,-0.06243995295886936f,0.9377233406018047f,-0.34172531185893396f,0.6846102703493818f,0.7772440034723688f,0.26047623700244754f,0.572751158028763f,-0.37835348203308794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6260934525617867f,-0.43811492951578956f,-0.6450289119059983f,-0.06937735150703704f,-0.06243995295886936f,0.7964012392642088f,-0.6015366309485455f,0.9748479564482777f,0.7772440034723688f,0.4168937210294814f,0.47126572592587f,-0.2202234991111281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6055190681955487f,-0.06537718488704032f,-0.7931408965296393f,0.3152560991577267f,0.11672604404959858f,0.9931376789449855f,0.007251296456351863f,1.0613173095948305f,0.7872240397066932f,-0.09697099749931658f,0.6089950221076211f,-0.20418569844071013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6055190681955487f,-0.7931614207663071f,-0.06512771038173623f,0.058427757556083586f,0.11672604404959858f,0.16946584389064345f,-0.9785991816852103f,1.0123591584265887f,0.7872240397066932f,0.5849583646400871f,0.1951973948224449f,0.0006214990919737873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5589938516684146f,-0.6002106912546048f,-0.572077791826059f,-0.00008475667664254154f,0.051020844615472544f,0.7135297048016394f,-0.6987647914573324f,1.16051063011032f,0.8276005964302068f,0.36141733006229076f,0.4294819743819418f,-0.10329636653001184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6810192252163673f,-0.4110758061541504f,-0.6059946340359904f,-0.0005120218076423424f,-0.1512405548405656f,0.7307569989026163f,-0.6656729701034585f,1.1226892662608599f,0.7164768729395362f,0.5449870550293439f,0.4354882322098109f,-0.10540806872129178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,-0.46743634925867f,-0.6248459364002968f,-0.00008475667664254154f,-0.05054225107698987f,0.7747923846389757f,-0.6301922258815322f,1.16051063011032f,0.7787006264928182f,0.4256759566820473f,0.4608962076243586f,-0.10329636653001184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.626360284044567f,-0.0636164010048653f,-0.7769335544915005f,0.005697809016254818f,0.036690743725079696f,0.9979658007910789f,-0.05213491897300024f,1.1845875559517105f,0.778669752781312f,0.004148972717306056f,0.6274202755162456f,-0.1063774778347087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6195934758502066f,0.04518508712528485f,-0.7836212303053942f,0.005697809016254818f,-0.13739058883011795f,0.9891723019032638f,-0.05159441101817158f,1.1845875559517105f,0.7728051182444204f,0.13962974270863268f,0.6190927104774765f,-0.1063774778347087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,0.0388202084052697f,-0.7793729378568444f,0.005697809016254818f,-0.05054225107698987f,0.9986796455812151f,0.00918946994385865f,1.1845875559517105f,0.7787006264928182f,0.03364456748347332f,0.6264929188574618f,-0.1063774778347087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6041296860029991f,-0.35392273692442483f,-0.7139790044376947f,0.1293023292604566f,0.12469465888344688f,0.9269093946177692f,-0.3539635803515123f,1.1974561012319498f,0.7870696059027169f,0.12481053824595513f,0.6041057564755501f,0.04400574373464407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6285061191839775f,-0.1528026504755089f,-0.7626476304008f,-0.12187023524934502f,-0.1794664940755387f,0.9255662564126501f,-0.3333449902046032f,1.2096334203509558f,0.7568169102580427f,0.34637906258596496f,0.5543010998992675f,-0.2511168162820112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,-0.13264384834591136f,-0.7689829610207394f,0.019435360359537215f,-0.05054225107698987f,0.9764929383793338f,-0.2095400251774465f,1.049473234789158f,0.7787006264928182f,0.1699033572101542f,0.6039521367694719f,-0.11614676452173536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,-0.06511781732862641f,-0.7776174218152476f,1.1777835065584537e-17f,-0.05054225107698987f,0.9910397044672253f,-0.12363569478748901f,1.2713035300925926f,0.7787006264928182f,0.11661892657656502f,0.6164619698439003f,-0.09617332175925927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9999090201852172f,0.013038339646316378f,0.003457318542734289f,0.3156267435147909f,-0.012732929986019291f,0.9969396598530603f,-0.07713097371377786f,1.6264634234096802f,-0.004452397804528718f,0.07707993455713139f,0.9970149747333077f,-0.5647210234295286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9999090201852172f,0.013038339646316378f,0.003457318542734289f,0.409368214157155f,-0.012732929986019291f,0.9969396598530603f,-0.07713097371377786f,1.6252697112234908f,-0.004452397804528718f,0.07707993455713139f,0.9970149747333077f,-0.5651384357237033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9999090201852172f,0.013038339646316378f,0.003457318542734289f,0.36197888105456283f,-0.012732929986019291f,0.9969396598530603f,-0.07713097371377786f,1.6374362133736522f,-0.004452397804528718f,0.07707993455713139f,0.9970149747333077f,-0.7144819757866121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4659820013183449f,-0.5387862882224871f,-0.7018333919605028f,-0.961347266108018f,-0.07253894345293535f,0.7672829364617215f,-0.6371930610869907f,2.3452721943645956f,0.8818156701545293f,0.34783075056428303f,0.3184570502152617f,0.09622352165269656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7741495014558852f,-0.5387862882224871f,-0.3322677911249282f,-1.0220047636348075f,0.2880920671530107f,0.7672829364617215f,-0.5729571155489586f,2.3347290277419592f,0.563644844063271f,0.34783075056428303f,0.7492117582651638f,0.025522940810988763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6470133069524208f,-0.5387862882224871f,-0.5395211916597227f,-0.9107478361224544f,0.11246044397478723f,0.7672829364617215f,-0.6313711618023675f,2.4347062853236325f,0.7541395289782163f,0.34783075056428303f,0.5570344152692913f,-0.022681931058551055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000977119610034449f,4.944902428918203e-7f,-0.000012182767795878628f,0.5458126350653176f,-7.897226730779668e-7f,0.00001560503005763291f,0f,1.4368489241633882f,0.000012167197288950287f,6.157445087519641e-7f,0.00000978370041608504f,-0.5144893711973596f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36.mcfunction new file mode 100644 index 000000000..fae009587 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..320e515be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7170997095175858f,0.11534252937765808f,-0.37337454649587737f,-0.29768425162290335f,-0.15839089265369002f,0.799104671357414f,-0.05734539025563254f,1.3906438599476956f,0.357246100298667f,0.12276917192832906f,0.7240493068085014f,0.06403694862592395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6922319210772248f,-0.1644338704320965f,-0.3657546577918799f,-0.29768425162290335f,0.15621552450131826f,0.7825861426847587f,-0.0561750761687829f,1.3906438599476956f,0.3693395150082274f,-0.022812968515978325f,0.7092727903430218f,0.06403694862592395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.07294179443000194f,-0.023963103647794883f,-0.8130496348522276f,-0.2558937460237062f,0.08470227490485485f,0.8120979628376465f,-0.016336089658526426f,1.3867459829662427f,0.8089805088478449f,-0.08286804488434646f,0.07501911680213404f,0.12572636544256668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0749972705559998f,0.005656746376846709f,-0.7964567851613659f,-0.2558937460237062f,-0.2277763961080828f,0.7667214793954623f,-0.01600270007365854f,1.3867459829662427f,0.7632125017222686f,0.22826776875867025f,0.07348811441841702f,0.12572636544256668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.515664302296861f,-0.19497062981921745f,-0.32581348383832437f,0.586500198697794f,0.22778510285947937f,0.6057955499906836f,-1.4221574977922735f,1.8785693708726012f,0.30377939307705665f,-1.4270264381290843f,-0.559213622171664f,0.06496700854877124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5445255666708769f,-0.5023947713164233f,0.671633382877652f,0.4608873847789813f,0.6016125356535172f,0.7919089277146173f,0.10460691731635238f,1.7003626239199032f,-0.5844264403552473f,0.34710192157319364f,0.7334616498862707f,0.22415382282615248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.860334231499059f,-0.5023947713164233f,0.0861655607817991f,0.16433235564550078f,0.49785077053599425f,0.7919089277146173f,-0.3535885468770186f,1.5406033851652243f,0.10940576030374288f,0.34710192157319364f,0.9314239827557351f,0.16661197700268035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7799231949564883f,-0.48617079856077494f,-0.394154493308958f,-0.01765314582326652f,0.26613673815285666f,0.31237897420341976f,-0.911915902416981f,1.3218297776067254f,0.5664724587958546f,-0.8161233553222191f,-0.11424369708382734f,-0.5617919667417179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4586919107580951f,-0.5238933733984136f,-0.7177307742561396f,-0.1506336512185893f,0.6412665730610123f,0.3639736782732805f,-0.6755000694291626f,1.5346876104239002f,0.6151251200200435f,-0.7701031715513503f,0.16900352625575096f,-0.34231812774609033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6344972525547363f,-0.340975531711561f,-0.6936489914030791f,0.2883031145183185f,-0.2436375275216012f,0.763451518328525f,-0.5981492575812752f,1.2957913426386183f,0.7335216368203816f,0.5485229857862732f,0.401333455346623f,-0.12713680631349614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5795419670674584f,-0.16949534800576793f,-0.7971213429660406f,0.2515407283736993f,-0.14557291977894504f,0.9408689593935499f,-0.3058988824378595f,1.4702924045096721f,0.8018351660002282f,0.2933205213654547f,0.5205991147815026f,-0.068885464090089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5600905942837852f,-0.4257552094705047f,-0.7106553509286782f,0.0841995285593622f,-0.05224067533246181f,0.8379736439349711f,-0.5432044586628081f,1.2999437484151688f,0.8267825820828861f,0.3413688235311959f,0.44709941655663427f,-0.344257613574191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5600905942837852f,-0.01338715173068307f,-0.8283231919748328f,0.07651241766001644f,-0.05224067533246181f,0.9973086926809048f,-0.05144203868348032f,1.4866176155510666f,0.8267825820828861f,0.07208436495970563f,0.557883864520844f,-0.3272550209909909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,0.18209090333744157f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.1692893874641945f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,-0.290275816251409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,0.134601946963767f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.043123692287149f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,-0.3777248235815788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,-0.18078861789352121f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.160311520511581f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,0.1716701773194504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,-0.27460261953072296f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.032999714659734f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,0.14319299895577337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5834982075978228f,0.506920570092961f,-0.6344772473042315f,0.14433395296119486f,0.13008784580046928f,0.8295195107328992f,0.5431155804140078f,2.2389744757566f,0.8016277154048015f,0.23436918937880546f,-0.5499673526354087f,-0.18927149976155733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6556142246029121f,0.40940030673115896f,-0.6344772473042315f,0.07294270424569141f,-0.0012791923516734804f,0.8396569716131003f,0.5431155804140078f,2.2472886766562805f,0.7550949292408539f,0.35688591856495255f,-0.5499673526354087f,-0.09869940529951629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4976200438571638f,0.8050931189116616f,-0.32279925934346115f,0.016034624716351947f,0.14299908327935318f,0.4432010866490798f,0.8849429693343742f,2.2788318584583003f,0.8555264777508989f,0.3942053610418908f,-0.3356733221347407f,-0.11852558184742018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7220522411474695f,0.6119160066718544f,-0.32279925934346115f,0.0423667656092f,-0.0009564577229470711f,0.4656984284000589f,0.8849429693343742f,2.2825609169029413f,0.6918378756923769f,0.639283798140142f,-0.3356733221347407f,-0.134016808529502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6174378267286785f,0.7173361612883312f,-0.32279925934346115f,0.14064507612779842f,0.07190660237561246f,0.4601145309164405f,0.8849429693343742f,2.3570574354610576f,0.783326222374409f,0.5231858657758871f,-0.3356733221347407f,-0.12522550967323542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6174378267286785f,0.4649829596639117f,-0.6344772473042315f,0.03602391020341845f,0.07190660237561246f,0.836573312296269f,0.5431155804140078f,2.1688284401943974f,0.783326222374409f,0.2897170004950312f,-0.5499673526354087f,-0.19041183478461735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6062558709984889f,-0.12066020728201092f,-0.7860629321234562f,-0.13973462938555814f,-0.17148146484118815f,0.9850052400419937f,-0.018941602512308964f,2.268143693685663f,0.7765616048297677f,0.12331176532868274f,-0.6178561988324952f,0.08072906051847271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086884f,-0.7860629321234562f,-0.06883385428653846f,-0.015281475664023075f,0.9997038022313386f,-0.018941602512308964f,2.2799782884998065f,0.7862910528865692f,0.00031259365101583836f,-0.6178561988324952f,-0.009836733691832081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5934326543899379f,-0.17303973949699206f,-0.7860629321234562f,-0.05493221904933296f,-0.25667778940199304f,0.9663114032867313f,-0.018941602512308964f,2.276001217402807f,0.7628592249762856f,0.19052433029101912f,-0.6178561988324952f,-0.027401060272179416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6178602131466645f,0.018810203396895403f,-0.7860629321234562f,-0.07315430369955209f,0.05449156127490282f,0.9983345558699694f,-0.018941602512308964f,2.2855546291662847f,0.7843974928313975f,-0.05453705899732973f,-0.6178561988324952f,-0.004511027950715164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6131958927482785f,-0.07807601333390485f,-0.7860629321234562f,-0.13596001034180066f,-0.10235325244664811f,0.9945677590832402f,-0.018941602512308964f,2.38878581707212f,0.7832717337107441f,0.06884118486796624f,-0.6178561988324952f,0.021650195032317333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6131958927482785f,-0.07807601333390485f,-0.7860629321234562f,-0.1183929073416721f,-0.10235325244664811f,0.9945677590832402f,-0.018941602512308964f,2.1650080712783915f,0.7832717337107441f,0.06884118486796624f,-0.6178561988324952f,0.006160928437024954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,-0.004148156327611787f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,1.655161982171343f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,-0.07297765120642634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5600905942837852f,-0.01338715173068307f,-0.8283231919748328f,0.0008720255713943646f,-0.05224067533246181f,0.9973086926809048f,-0.05144203868348032f,1.2811712224160037f,0.8267825820828861f,0.07208436495970563f,0.557883864520844f,-0.10000928806631595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5609345431850149f,-0.23835017392730262f,-0.7928061760926454f,0.10648156977703346f,-0.06570350233672631f,0.9418188101432403f,-0.3296367373959689f,0.6832189145292974f,0.8252487431329453f,0.2369947751516808f,0.5126382628211612f,-0.3676801276795356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5609345431850149f,-0.4406478519996248f,-0.7008437120998767f,-0.06206268506730211f,-0.06570350233672631f,0.8202059614132112f,-0.568282703100242f,0.9858429692202886f,0.8252487431329453f,0.36481728493911403f,0.4311297491094149f,-0.22902404872847493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5416939237796412f,-0.03063909558469588f,-0.8400172252769389f,0.31958947153908535f,0.11112515335540049f,0.9931744934395503f,0.035434811595811855f,1.072412338515255f,0.8331979916154111f,-0.11254186511180553f,0.5414013625446478f,-0.18159247829336123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5416939237796412f,-0.8357968276280499f,-0.08950617781529718f,0.047514045861052775f,0.11112515335540049f,0.17675283561240385f,-0.9779619805466431f,1.0234334978672737f,0.8331979916154111f,0.5198096748136397f,0.18862398770618527f,0.001826574099490899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4913127095360375f,-0.6222848223215798f,-0.6094041527234261f,-0.0007474141396997284f,0.045052140076636785f,0.7168941178222289f,-0.6957248942695691f,1.1707182932194582f,0.8698172946791021f,0.3143635216434754f,0.38025445446048356f,-0.10654572204369604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6199142476220356f,-0.44444432423149777f,-0.6466649582694367f,-0.0013653013749629394f,-0.15829995279823317f,0.7363426997300242f,-0.6578301859130338f,1.1329057519161547f,0.7685359136301193f,0.5101653371336654f,0.3861138151478278f,-0.10874034932278345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,-0.49262732597451114f,-0.6657787654587891f,-0.0007474141396997284f,-0.05711251181667977f,0.7789704480616526f,-0.624454323422152f,1.1707182932194582f,0.8262452467800442f,0.387973399538977f,0.40840596643970917f,-0.10654572204369604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5624922876307263f,-0.05306287349363988f,-0.8250980292138322f,0.005531370925039212f,0.030101356537111795f,0.9985911405271699f,-0.043699455320078434f,1.19472788470258f,0.8262544007087511f,-0.0002559633642262027f,0.5632970795168197f,-0.10914474738251854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5540583610493897f,0.04442610952785933f,-0.8312915573632891f,0.005531370925039212f,-0.1438917194700689f,0.9886558037172413f,-0.04306825796526495f,1.19472788470258f,0.8199478676228207f,0.14347829999144213f,0.5541655635388711f,-0.10914474738251854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,0.04838422756464457f,-0.8268022819003339f,0.005531370925039212f,-0.05711251181667977f,0.9981733304192156f,0.019701863713894652f,1.19472788470258f,0.8262452467800442f,0.036179676101147626f,0.5621475101880284f,-0.10914474738251854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5402813652049844f,-0.35561238328119776f,-0.762650561705231f,0.11681142221891946f,0.11987362835346024f,0.9295982851838902f,-0.3485359972923128f,1.2066602569487261f,0.832902371012122f,0.09688581444276101f,0.5448731772827032f,0.05069795608334342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5638647789744888f,-0.16932639690354825f,-0.8083223876299063f,-0.10975294357298611f,-0.1860745137526087f,0.9275422827628901f,-0.32410120181624896f,1.221120394861383f,0.8046320813662482f,0.333157447761068f,0.49150109729028096f,-0.2636223963066641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,-0.13494838797045963f,-0.8171486886832781f,0.018502937047069408f,-0.05711251181667977f,0.97799084703385f,-0.20067900765152777f,1.0594643692399646f,0.8262452467800442f,0.15913150443009905f,0.5403665019884161f,-0.11783721075814475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,-0.06321566771473378f,-0.8258007182050685f,1.2172331502836259e-17f,-0.05711251181667977f,0.9917596245631086f,-0.11467784476711823f,1.281506851851852f,0.8262452467800442f,0.11142991717587346f,0.5521794687704004f,-0.09939462962962962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9959697814036413f,0.014050719419216005f,-0.08858200615579293f,0.3365473357752635f,-0.02091685306711394f,0.9968065210624759f,-0.07706649612569688f,1.6503216032367107f,0.08721628167120654f,0.0786087581070058f,0.9930830697178977f,-0.5748583315613488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9959697814036413f,0.014050719419216005f,-0.08858200615579293f,0.42991950278185487f,-0.02091685306711394f,0.9968065210624759f,-0.07706649612569688f,1.6483606482616688f,0.08721628167120654f,0.0786087581070058f,0.9930830697178977f,-0.5666818051546733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9959697814036413f,0.014050719419216005f,-0.08858200615579293f,0.39652072020192813f,-0.02091685306711394f,0.9968065210624759f,-0.07706649612569688f,1.6609011001680443f,0.08721628167120654f,0.0786087581070058f,0.9930830697178977f,-0.7197325288156957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.37623094360384557f,-0.6108980545772841f,-0.696601639381253f,-0.9833266580101176f,-0.04142935572124609f,0.7399984229165883f,-0.6713314699650869f,2.367875124894723f,0.9255992035214171f,0.2814354295298507f,0.2531011921067663f,0.03034066391656748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6823839575919042f,-0.6108980545772841f,-0.4014420273649729f,-1.0348419355112053f,0.3119014429509447f,0.7399984229165883f,-0.5959193099456338f,2.354713167119334f,0.6611124142733431f,0.2814354295298507f,0.6955030371601691f,-0.046873334500201515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5494962933449342f,-0.6108980545772841f,-0.5699626220322411f,-0.9235899034558253f,0.14039421627081838f,0.7399984229165883f,-0.6577931271445944f,2.459963115078718f,0.8236159831122026f,0.2814354295298507f,0.4923929440675079f,-0.08212527690194321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008756372584117136f,5.00916053724667e-7f,-0.000012931188935099615f,0.5783427161050704f,-8.923829971356214e-7f,0.000015599496068348594f,0f,1.4469459885771263f,0.000012910081980938192f,7.385326808595953e-7f,0.000008770688554769078f,-0.4714895396731638f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37.mcfunction new file mode 100644 index 000000000..4b07294a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..b482ed9aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7125402431708877f,0.11301806494788179f,-0.38269800535389936f,-0.3059110979199734f,-0.15981851121536603f,0.7984916589730516f,-0.06175401580312196f,1.4006690115056348f,0.3656349132390406f,0.1287727921198601f,0.7187997792673417f,0.033759396347579365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6872341104682917f,-0.16482834508948094f,-0.37488784197933f,-0.3059110979199734f,0.1546936920905142f,0.7825665277063443f,-0.060493729766323556f,1.4006690115056348f,0.3791821976784529f,-0.02052428728844905f,0.7041303960169879f,0.033759396347579365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.03787996681371694f,-0.005942744586116718f,-0.8157660426528065f,-0.2657450229056221f,0.07851887604261673f,0.8128269781757622f,-0.009567345457734402f,1.3958288165817243f,0.8120002085366976f,-0.07887605327910129f,-0.03713049959152839f,0.10387020959447858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.03205453335723984f,-0.01957852977130226f,-0.7991177560680554f,-0.2657450229056221f,-0.23364581430433978f,0.765063263607206f,-0.009372093509617374f,1.3958288165817243f,0.7644489128446137f,0.23301262594693292f,-0.036372734293742104f,0.10387020959447858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5311847591829186f,-0.12347570407333934f,-0.2857153019170313f,0.5614340288477566f,0.21688991840854993f,0.6054647973157029f,-1.4240004889409927f,1.889564318131337f,0.22324481301629379f,-1.4351210331240523f,-0.5761906140733921f,0.09241530167800094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5512632131912126f,-0.5304749260634559f,0.6439761040598247f,0.4348719859704351f,0.6085018653206615f,0.7836975350934405f,0.12467418894759541f,1.709168810115981f,-0.5708190165747586f,0.3231323665410763f,0.7548186033810964f,0.24824616856946838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8462775907184669f,-0.5304749260634559f,0.049097782696551184f,0.1445678998274593f,0.5116776131781001f,0.7836975350934405f,-0.35214229178107526f,1.5452517544324058f,0.14832484491854142f,0.3231323665410763f,0.9346578058698565f,0.17695148191295942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8083314930231662f,-0.43928312930976154f,-0.3919573059540579f,0.016154022403752133f,0.26025878903884236f,0.330551960769341f,-0.9071938954598295f,1.3296721524482762f,0.5280772293092887f,-0.835323729781076f,-0.15286826469106496f,-0.564503691610527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49714678949884017f,-0.4675531184779f,-0.7309166512623634f,-0.13069680003494177f,0.6432300542029612f,0.3667628611265333f,-0.6721161365927287f,1.5430840740462612f,0.5823230779052573f,-0.8042879366867757f,0.11840923882483784f,-0.3546195659341713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5543766328604351f,-0.4109214193063061f,-0.7237472874516474f,0.2923859851262519f,-0.19199234328507117f,0.7830129135620899f,-0.5916330934920009f,1.3034260380415996f,0.8098181827164874f,0.4669414999229542f,0.35519029630814536f,-0.10322908389589501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5111021652767617f,-0.20390831514833563f,-0.8349826199764718f,0.24893453466108603f,-0.1239340043159405f,0.9438174273282166f,-0.30634788467649526f,1.4784771313864122f,0.8505380292636084f,0.2600578068140117f,0.457115956723744f,-0.051611270388744426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.496207809573452f,-0.44721670031648236f,-0.7441606229009667f,0.10214891738621858f,-0.05979530039328056f,0.8374876525252575f,-0.5431748833650274f,1.3105723421197728f,0.8661422122083616f,0.31402492707708957f,0.3888264566680545f,-0.33990543752114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.496207809573452f,-0.015220712020242631f,-0.8680703540865302f,0.09386959416938229f,-0.05979530039328056f,0.9968730241251814f,-0.051659421429134524f,1.4971631627593123f,0.8661422122083616f,0.07754033593628817f,0.4937460526765692f,-0.3222807117038574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,0.20137512326229806f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.179588913394367f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,-0.26909331370476625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,0.16240799090995497f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.0539870376742138f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,-0.36142989319423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,-0.20404895290411434f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.16830398377341f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,0.15594811819106813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,-0.29477235029897814f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.041261478739943f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,0.11787214702873215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6567559609774667f,0.49272502248791816f,-0.5708709660990346f,0.15502937396098787f,0.12534861435883807f,0.8178173836182934f,0.5616604418419092f,2.2471937437460485f,0.7436123537158885f,0.2973159586467064f,-0.5988688405110976f,-0.17078089919749392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7257493805786324f,0.38391949241330114f,-0.5708709660990346f,0.0753028265463284f,-0.004129459994948376f,0.8273575379665684f,0.5616604418419092f,2.255055690432601f,0.6879467887488697f,0.40998210657906997f,-0.5988688405110976f,-0.08740819349211412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5756982544465026f,0.7729527052132451f,-0.2666751494436189f,0.020180870389755218f,0.13391864935449727f,0.41087284667579627f,0.9018033595078225f,2.2892425819989204f,0.8066209240915572f,0.48345384409274705f,-0.34005156292778405f,-0.11300604205565731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7863770980700735f,0.5572211628250617f,-0.2666751494436189f,0.04799103093437877f,0.0003975119720072279f,0.43214643671403485f,0.9018033595078225f,2.2926647642436713f,0.6177466322167386f,0.709051502315064f,-0.34005156292778405f,-0.1257398264171882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6895268965592168f,0.6733773263116594f,-0.2666751494436189f,0.1467070366316905f,0.06799521458640054f,0.42676381239949873f,0.9018033595078225f,2.3642298930029573f,0.7210612385330145f,0.6036850377768251f,-0.34005156292778405f,-0.10526479049328409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6895268965592168f,0.44571178914918824f,-0.5708709660990346f,0.04642188407312328f,0.06799521458640054f,0.824569098901542f,0.5616604418419092f,2.1787018457501106f,0.7210612385330145f,0.34846348754228046f,-0.5988688405110976f,-0.18366907519029707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6778732368816651f,-0.13140353326540546f,-0.7233401593752014f,-0.154425804000499f,-0.1753610819176219f,0.9843975566407187f,-0.014489355695260046f,2.2766211128454517f,0.7139582380421527f,0.11702376649702464f,-0.6903398238596661f,0.0699921008836887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6900835339002765f,-0.02374300054257332f,-0.7233401593752014f,-0.0751777911942883f,-0.019208390844182757f,0.999710506243039f,-0.014489355695260046f,2.288908096990507f,0.7234747776950371f,0.0038953347124491694f,-0.6903398238596661f,-0.013302095263977187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6638411520183918f,-0.1899840485987f,-0.7233401593752014f,-0.05966119019279989f,-0.26048968026596897f,0.9653679013963896f,-0.014489355695260046f,2.2850187104061472f,0.7010421181083404f,0.17880401626243556f,-0.6903398238596661f,-0.029478803531050903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6900587530891273f,0.024452630127197186f,-0.7233401593752014f,-0.07998520127601848f,0.05057467951097207f,0.9986151713066944f,-0.014489355695260046f,2.2944578868377117f,0.7219841543118808f,-0.04658120346195227f,-0.6903398238596661f,-0.008381359449290776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6853882188645247f,-0.08379739421230832f,-0.7233401593752014f,-0.14495341309971516f,-0.10626580882209832f,0.9942321843749182f,-0.014489355695260046f,2.3976019895234213f,0.720382236952786f,0.06693549339704244f,-0.6903398238596661f,0.012260105247796742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6853882188645247f,-0.08379739421230832f,-0.7233401593752014f,-0.12609899940194583f,-0.10626580882209832f,0.9942321843749182f,-0.014489355695260046f,2.173899748039065f,0.720382236952786f,0.06693549339704244f,-0.6903398238596661f,-0.002800380766537783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,-0.0050658899058673955f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,1.664401954810507f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,-0.07365796752293306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.496207809573452f,-0.015220712020242631f,-0.8680703540865302f,0.0006418771017235909f,-0.05979530039328056f,0.9968730241251814f,-0.051659421429134524f,1.2905745707635639f,0.8661422122083616f,0.07754033593628817f,0.4937460526765692f,-0.10273559349904113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.49679694783118167f,-0.2440530460347166f,-0.8328450656315368f,0.11259604812096405f,-0.06944722043908134f,0.9453895679383718f,-0.31845823651867466f,0.6825098096445165f,0.8650837394142304f,0.21604785477869265f,0.4527178461764205f,-0.3583161301571517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.49679694783118167f,-0.43764265369500116f,-0.7494409251518226f,-0.054847255942057555f,-0.06944722043908134f,0.8407276089911668f,-0.5369861926095318f,0.9959898147346603f,0.8650837394142304f,0.3188196906509902f,0.38727784425951756f,-0.23699187837883803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.4788956275200078f,0.0031548688680580195f,-0.877866177013697f,0.32178072287532744f,0.10561029912317646f,0.9925238075369681f,0.0611797040809515f,1.082532591718429f,0.8714960944613187f,-0.12201040232187149f,0.4749821249941137f,-0.16055525063656093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.4788956275200078f,-0.8707470555829354f,-0.11161784416421286f,0.0370350904462316f,0.10561029912317646f,0.1833673424056548f,-0.977355044217914f,1.0335054105301817f,0.8714960944613187f,0.4562630633009162f,0.1797736755087711f,0.0018565082866485727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.42520190676302594f,-0.6394890384154217f,-0.64051316007683f,-0.0013684431326944045f,0.03896636815499309f,0.7199499849722535f,-0.6929311952071875f,1.1800483493064828f,0.9042593436829375f,0.26967719385400696f,0.3310426716861918f,-0.10972012660290277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5592117755183968f,-0.47290072838275105f,-0.6809163613958957f,-0.002156131928349762f,-0.16535108186699665f,0.741219645881411f,-0.6505785550453146f,1.142248358300032f,0.8123676568198516f,0.47640144589883365f,0.33630410716868253f,-0.11205140148828646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,-0.5133447412970045f,-0.7000075202634342f,-0.0013684431326944045f,-0.06373764121227918f,0.7826683922470322f,-0.6191669410345972f,1.1800483493064828f,0.8657198536104768f,0.35200477888823817f,0.3558395294293448f,-0.10972012660290277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4995495104944846f,-0.042871845928128205f,-0.8652238388945579f,0.005338010210405434f,0.023445846420377364f,0.9990778898959232f,-0.03596751599349029f,1.2039926706264228f,0.8659680010545154f,-0.0023183502377205414f,0.5000940375587598f,-0.11180312322035858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4895803233712622f,0.043481189645330355f,-0.8708734082027751f,0.005338010210405434f,-0.15043604690947027f,0.9879913884834062f,-0.03524219165833844f,1.2039926706264228f,0.8588830553445226f,0.14826463647700427f,0.4902422817468927f,-0.11180312322035858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,0.05719179717213904f,-0.8661769162121971f,0.005338010210405434f,-0.06373764121227918f,0.9975354913404129f,0.029333540681886747f,1.2039926706264228f,0.8657198536104768f,0.04064531771879812f,0.49887582945277364f,-0.11180312322035858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.47752603083789996f,-0.35510185615271045f,-0.8036613476017751f,0.10445641123486639f,0.1148410313049302f,0.9320673430710162f,-0.3436015214013993f,1.2149471912040808f,0.8710800350145912f,0.0717853727261761f,0.4858666821892019f,0.05596533056181001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5001696999612368f,-0.18370313198239946f,-0.8462171296662244f,-0.0977948945944456f,-0.19270997971295645f,0.9291163310539644f,-0.3156037184315986f,1.2317340102535148f,0.8442115463316754f,0.3209299030453177f,0.4293144096948118f,-0.2744204884665706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,-0.13624329394205925f,-0.8573045647250854f,0.017509537816293528f,-0.06373764121227918f,0.979219379707229f,-0.19252771098853397f,1.068607602572287f,0.8657198536104768f,0.15022373734402747f,0.4774536247668957f,-0.11972627450101239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,-0.06100583097606203f,-0.8659166475068895f,1.2534221719060688e-17f,-0.06373764121227918f,0.9922730499837414f,-0.10645049257123278f,1.2908165625f,0.8657198536104768f,0.10803926537552663f,0.48872963098401506f,-0.10234968750000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9717512925710889f,0.014673041433679698f,-0.23555068932504475f,0.3505588065204024f,-0.033314461802715044f,0.9966000106872961f,-0.07535625609647031f,1.673199801303107f,0.23364411403074903f,0.08107478370718542f,0.9689361730401129f,-0.5870043958806125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9717512925710889f,0.014673041433679698f,-0.23555068932504475f,0.44166049019894194f,-0.033314461802715044f,0.9966000106872961f,-0.07535625609647031f,1.6700765705091025f,0.23364411403074903f,0.08107478370718542f,0.9689361730401129f,-0.5651002601902297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9717512925710889f,0.014673041433679698f,-0.23555068932504475f,0.4314422517584289f,-0.033314461802715044f,0.9966000106872961f,-0.07535625609647031f,1.6829416243205753f,0.23364411403074903f,0.08107478370718542f,0.9689361730401129f,-0.7213927539914381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.288030307277629f,-0.6693157945279871f,-0.6848758349401186f,-0.9998159682775151f,-0.012789920759068235f,0.7124318908116715f,-0.7016246994522667f,2.388718209426431f,0.9575358792319647f,0.21084868543549523f,0.1966414804500621f,-0.03296899908705729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.586405533612769f,-0.6693157945279871f,-0.456229018524352f,-1.0421832261041235f,0.33228625254839417f,0.7124318908116715f,-0.618083042415703f,2.3732383047489303f,0.7387248449291989f,0.21084868543549523f,0.6401784402293278f,-0.11515446322414892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4519174168171555f,-0.6693157945279871f,-0.5897346993120544f,-0.9325393922940111f,0.1651189832266795f,0.7124318908116715f,-0.6820385050220364f,2.483284032840986f,0.8766449507956441f,0.21084868543549523f,0.4324771232037906f,-0.1389332996361717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007757094915159313f,4.954262880898309e-7f,-0.000013554433085536228f,0.6052455060735693f,-9.959006439418623e-7f,0.000015593229521410766f,0f,1.4561412574294663f,0.000013526872712663702f,8.639275928417543e-7f,0.000007772899634610044f,-0.42892379844072964f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38.mcfunction new file mode 100644 index 000000000..0426eda04 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..1486823f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7075768775333097f,0.11029887802519268f,-0.39257300509719173f,-0.31174666838176585f,-0.16126775396008022f,0.7978178196414248f,-0.06651227435382234f,1.4097273799376298f,0.3745291956007263f,0.1351492826966935f,0.7130266456968397f,0.005410422822943017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6817227899362964f,-0.1654286422434468f,-0.3845613111156164f,-0.31174666838176585f,0.15312948684208505f,0.782499969163833f,-0.06515488099966271f,1.4097273799376298f,0.3896221219861007f,-0.01808763622174539f,0.6984750814989451f,0.005410422822943017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.13925072780909628f,0.010087643986655133f,-0.8046439701432428f,-0.27387367512060634f,0.07286051315332284f,0.8134064014856466f,-0.002411657034036443f,1.4038359620661545f,0.8014019121964434f,-0.07219909906234188f,-0.13959480530060825f,0.08377393107045485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.1298069598714265f,-0.04307184848991732f,-0.7882226646301155f,-0.27387367512060634f,-0.23898398380176897f,0.7634664854239765f,-0.0023624395435459036f,1.4038359620661545f,0.7523541776684528f,0.2350824142764037f,-0.13674593172304483f,0.08377393107045485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5421738606200306f,-0.04930017873129496f,-0.24632402643139278f,0.537547956617823f,0.20770971928477408f,0.6114725517494741f,-1.4228015465874455f,1.898538505483083f,0.14128944098888477f,-1.4370375989632456f,-0.5969643900862088f,0.11872006947313951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5605429848306517f,-0.5545750449592806f,0.615010635408491f,0.40929638291369885f,0.6159943489276218f,0.7755816799817777f,0.13792758884965176f,1.7159595071479818f,-0.5534821806041988f,0.30152873359773763f,0.7763619636281556f,0.27012624485812553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8320393578713395f,-0.5545750449592806f,0.012531019968898716f,0.12524937131565061f,0.5222840476619831f,0.7755816799817777f,-0.3545312838586444f,1.5489935964301762f,0.18689537316601545f,0.30152873359773763f,0.9349601822024725f,0.1854587880554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8334913273005863f,-0.3943367707460595f,-0.38702805912785765f,0.047571994013613644f,0.2544808929349484f,0.34777278921032f,-0.9023821597393786f,1.3370611911677361f,0.4904402944760332f,-0.850618950131282f,-0.18951443014139543f,-0.5647251357539818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5308134078077248f,-0.41284449700265335f,-0.7401327903735762f,-0.11156602176931577f,0.6446869095614289f,0.3701732100972334f,-0.6688427193043543f,1.5508463273569908f,0.5501053669359026f,-0.8321846044123478f,0.06966253977124584f,-0.36439476501491935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.47177452554780386f,-0.4647049467132575f,-0.7493184300044761f,0.2939279780769761f,-0.1457861059113985f,0.7970289744303851f,-0.5860812445741965f,1.3101925825431864f,0.8695833533177455f,0.3857384170894534f,0.308270441680658f,-0.08062662872138521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.44367467698601043f,-0.23149228345409373f,-0.8657737023625566f,0.24511208928956763f,-0.10537425219136709f,0.9458861738220777f,-0.306913038412089f,1.4856280336447505f,0.8899713748073415f,0.2273997996336842f,0.3952724163789966f,-0.035518713687700695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.43415001222530514f,-0.46544311368215674f,-0.7712823573832259f,0.11834023000063228f,-0.06753517270969234f,0.8369546312759347f,-0.5430892612019098f,1.3202377356668846f,0.8983054977744707f,0.28787089660405585f,0.33193008233141147f,-0.3345613653734078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.43415001222530514f,-0.017444381773663295f,-0.9006716718257003f,0.1094402104691598f,-0.06753517270969234f,0.9963686031009522f,-0.05185178108540909f,1.5067327751165294f,0.8983054977744707f,0.08333846830361019f,0.4313953318812905f,-0.3162391817422228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,0.21713456869521533f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.188772469377245f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,-0.24712105366282047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,0.18645395214200533f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.063778375227869f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,-0.34332650410972554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,-0.22444377724427741f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.1753388637587285f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,0.14015707977286415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,-0.3114960975344439f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.048629841232521f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,0.09339139104115282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7195676951675082f,0.4729531384344312f,-0.508465987964133f,0.16296125599080985f,0.12089306746768452f,0.8063516927459965f,0.5789488870737378f,2.25442240656106f,0.6838181032332897f,0.35512290330347285f,-0.6374013847174624f,-0.15197908193953683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7846947939859527f,0.3545651130258048f,-0.508465987964133f,0.07614926511080772f,-0.006736522492391234f,0.8153360076807534f,0.5789488870737378f,2.2618629131606527f,0.61984570624959f,0.4577234702352597f,-0.6374013847174624f,-0.07596949224197402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.643940399484673f,0.7338151664476273f,-0.2164626143308844f,0.02329289398550985f,0.1253906878820804f,0.38032918818243405f,0.9163115649215332f,2.2985377951200463f,0.7547303739110934f,0.5629076390562949f,-0.3369229178730492f,-0.10665180014045099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.839185070198f,0.4989111690008721f,-0.2164626143308844f,0.05220990185132708f,0.0017254481877847783f,0.4004624062500773f,0.9163115649215332f,2.3016687187875844f,0.5438432134221493f,0.7685814899062958f,-0.3369229178730492f,-0.11671507982832163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7508064076108292f,0.6240462121410244f,-0.2164626143308844f,0.150067684975061f,0.06435032734783047f,0.39526212993566395f,0.9163115649215332f,2.370418281672185f,0.6573802352221648f,0.674043154220234f,-0.3369229178730492f,-0.08536230616258994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7508064076108292f,0.4216065433246735f,-0.508465987964133f,0.05520621272700961f,0.06435032734783047f,0.812820534636218f,0.5789488870737378f,2.187533661379036f,0.6573802352221648f,0.40195858132339085f,-0.6374013847174624f,-0.17580298696035274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7387005330529514f,-0.14074144594209537f,-0.6591762798079234f,-0.16732347727682254f,-0.17897071218276028f,0.9838086127647764f,-0.009491977172408954f,2.284123781945474f,0.6498392159973736f,0.11096151965422157f,-0.7519285434853135f,0.05961760388931116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436624f,-0.6591762798079234f,-0.08098412496926427f,-0.022865711691091042f,0.9996934838230258f,-0.009491977172408954f,2.2968318630946047f,0.6591968228692505f,0.007938149100480671f,-0.7519285434853135f,-0.016231994274544914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7236231292484337f,-0.20458787587560243f,-0.6591762798079234f,-0.06409421877036041f,-0.2640342449572269f,0.9644665986228997f,-0.009491977172408954f,2.293024241724513f,0.6376954479268078f,0.1671764971085455f,-0.7519285434853135f,-0.030990422818744576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7514276229022466f,0.02903721195406936f,-0.6591762798079234f,-0.08620655112660612f,0.046925080289835844f,0.998853312158072f,-0.009491977172408954f,2.302356792728093f,0.6581447898291621f,-0.03806443369844781f,-0.7519285434853135f,-0.011723511428163655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7467187226599634f,-0.0888694625147412f,-0.6591762798079234f,-0.15269509546199553f,-0.10990772885734915f,0.9938964702154736f,-0.009491977172408954f,2.4054439392547446f,0.6559965246603768f,0.0653607307606266f,-0.7519285434853135f,0.0037023831781008276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7467187226599634f,-0.0888694625147412f,-0.6591762798079234f,-0.1326994663961788f,-0.10990772885734915f,0.9938964702154736f,-0.009491977172408954f,2.1818172334562633f,0.6559965246603768f,0.0653607307606266f,-0.7519285434853135f,-0.011003781243040134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,-0.006129006068338205f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,1.6726291612449866f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,-0.07397391853177673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.43415001222530514f,-0.017444381773663295f,-0.9006716718257003f,0.00041263709678553037f,-0.06753517270969234f,0.9963686031009522f,-0.05185178108540909f,1.2989909350821296f,0.8983054977744707f,0.08333846830361019f,0.4313953318812905f,-0.10522584414563056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4345124031272814f,-0.24772419118988548f,-0.8659282283352773f,0.11707750730035674f,-0.0736545786588006f,0.9484375993495103f,-0.30828740354210404f,0.6823779609382454f,0.8976491377877827f,0.19773427937374616f,0.3938618795839423f,-0.3504231353171413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4345124031272814f,-0.4310514078322403f,-0.7908183453451233f,-0.047746821640388966f,-0.0736545786588006f,0.8580904749297233f,-0.5081886853103641f,1.0051898193325686f,0.8976491377877827f,0.279061678918345f,0.34110204453817783f,-0.24415133861817773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.41787467238768583f,0.03488000976534543f,-0.9078348655430972f,0.322282215212596f,0.10024927501503231f,0.9913902223288498f,0.08423484985274297f,1.0915792271926699f,0.902956721574099f,-0.12620939738990572f,0.41078016867253f,-0.14109373960198424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.41787467238768583f,-0.8989700852268155f,-0.13127659366458305f,0.027151438404377906f,0.10024927501503231f,0.18924163900640595f,-0.9767997158707251f,1.0424746041537227f,0.902956721574099f,0.39501947791654646f,0.16920038720610067f,0.0009400660783400877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3613806763873549f,-0.6526333773411827f,-0.6659381964672543f,-0.0019123464334273909f,0.032814263171277294f,0.7226646929507822f,-0.6904194128896421f,1.18841015094496f,0.9318407754902895f,0.22765196318633704f,0.2825727389382469f,-0.11276583210364433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.49982695729376536f,-0.4971996887668717f,-0.7092005938044486f,-0.0028393014100766842f,-0.17233540464325425f,0.7453571029106869f,-0.644005665694824f,1.1506258354812697f,0.8488071165281912f,0.4441117636707155f,0.28686446329300574f,-0.11527806944226344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,-0.5303390781254331f,-0.7280845083713535f,-0.0019123464334273909f,-0.07036253195091828f,0.7858563263251935f,-0.6143931546429591f,1.18841015094496f,0.8980065162429202f,0.3180727850472856f,0.3039967108333862f,-0.11276583210364433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.43832421576760283f,-0.03342554523210054f,-0.8981951986053215f,0.005152193854440287f,0.01678182263599383f,0.9994384231008028f,-0.0290036007901543f,1.2122922616547955f,0.89866025410092f,-0.0023603719447147543f,0.4386390045852655f,-0.11431132388205738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4270093111422708f,0.042111309879848485f,-0.903266121238922f,0.005152193854440287f,-0.15697138518362552f,0.9872009697431555f,-0.028182078910312276f,1.2122922616547955f,0.890518406565152f,0.15382094434236374f,0.4281542766927433f,-0.11431132388205738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,0.06491198553658156f,-0.8984169540090996f,0.005152193854440287f,-0.07036253195091828f,0.9967972410187967f,0.038004925927710764f,1.2122922616547955f,0.8980065162429202f,0.046708611957682944f,0.4374958312421282f,-0.11431132388205738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4166010187667929f,-0.35304367980373663f,-0.8377372806035954f,0.09242696459682022f,0.109640790505483f,0.9342982567052938f,-0.33921330247321063f,1.2222355632398703f,0.902453593388493f,0.04946642970829593f,0.4279375937121103f,0.0600131381127975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.438289488216556f,-0.1964294307208983f,-0.8771076349374308f,-0.08613370845292745f,-0.19932011969616792f,0.93029258017571f,-0.3079402623145038f,1.2413736777745148f,0.8764552552202393f,0.3097921787532473f,0.36858512121373177f,-0.2836380598676598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,-0.13699654614426077f,-0.890280032047127f,0.01654961596023611f,-0.07036253195091828f,0.9801866273126231f,-0.18515747280345202f,1.0768117723812798f,0.8980065162429202f,0.1430598545436437f,0.4160747226198747f,-0.12173930194147098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,-0.058882215479317476f,-0.898832283475364f,1.2860537646668213e-17f,-0.07036253195091828f,0.992594258336729f,-0.0990239991841118f,1.2991442592592592f,0.8980065162429202f,0.10625216711769314f,0.42695992056403603f,-0.10501425925925924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8948609545032463f,0.014326650498964696f,-0.44611502910238243f,0.3574414518960319f,-0.04998508473750362f,0.9964142034020325f,-0.06826585209662077f,1.69531623300056f,0.4435373303447226f,0.08338754309951595f,0.89236828397613f,-0.6057167641179175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8948609545032463f,0.014326650498964696f,-0.44611502910238243f,0.4413346663807112f,-0.04998508473750362f,0.9964142034020325f,-0.06826585209662077f,1.6906301313064191f,0.4435373303447226f,0.08338754309951595f,0.89236828397613f,-0.5641351393980998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8948609545032463f,0.014326650498964696f,-0.44611502910238243f,0.46630531350372895f,-0.04998508473750362f,0.9964142034020325f,-0.06826585209662077f,1.7032130599679827f,0.4435373303447226f,0.08338754309951595f,0.89236828397613f,-0.7187811943544282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20309719757953765f,-0.7145781396262849f,-0.6694248357385435f,-1.0113367846659118f,0.012848005825828096f,0.6855595421803774f,-0.7279031823475774f,2.4076063249867135f,0.9790742857830746f,0.13923432225449744f,0.14841612589167336f,-0.09327054328881361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4905773133142138f,-0.7145781396262849f,-0.49871031875192373f,-1.0448229859123468f,0.3491968746855244f,0.6855595421803774f,-0.6388033005826546f,2.3901290967785958f,0.7983704919216829f,0.13923432225449744f,0.5858484113958671f,-0.17907429215938825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.35718614662863823f,-0.7145781396262849f,-0.6014949201986852f,-0.9378556472593265f,0.18642376755325674f,0.6855595421803774f,-0.7037430589474262f,2.5044291697247685f,0.9152399879527962f,0.13923432225449744f,0.37808672015623157f,-0.19288542574753567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000067862418781521974f,4.786835851697037e-7f,-0.000014066215134018903f,0.6271374540333384f,-0.0000010994145617330981f,0.00001558627321143349f,0f,1.4643471806651505f,0.00001403135181629563f,9.897345117958954e-7f,0.000006803103468527991f,-0.38734675087161546f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39.mcfunction new file mode 100644 index 000000000..140e9f6f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..ab288d53d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7004711001869424f,0.10688415659082111f,-0.4060301211944843f,-0.31580122956753953f,-0.16304070110625268f,0.7970291281954224f,-0.07146147938064908f,1.4176857440175952f,0.38691395946659807f,0.14235445311741454f,0.7049661283295573f,-0.02046276705034164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6740117960698798f,-0.16585528189528045f,-0.39774379219051526f,-0.31580122956753953f,0.1512292660451483f,0.7824508148273798f,-0.07000308184226849f,1.4176857440175952f,0.4035316689556105f,-0.01620949855506426f,0.690579064486097f,-0.02046276705034164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2267804884786872f,0.023359721238358635f,-0.7841998328955946f,-0.2810470598414545f,0.06767786979771402f,0.8138441683118676f,0.004671197796332838f,1.4106890758486716f,0.7816231575570517f,-0.0636901685731398f,-0.22793254800952256f,0.0652715419954171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.21399891916501965f,-0.06387288233844926f,-0.7681957546732355f,-0.2810470598414545f,-0.24383851202921691f,0.7619198392813247f,0.00457586722906074f,1.4106890758486716f,0.7312641401351365f,0.23536867550993096f,-0.223280863356267f,0.0652715419954171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.548696561052366f,0.02734889070397993f,-0.20541969224453027f,0.5148215789435521f,0.19914784423885776f,0.6248002277579696f,-1.4182281415655962f,1.9058382533858276f,0.05731795460055591f,-1.4318809180832222f,-0.6227663594876953f,0.1447659858005469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5718625750372283f,-0.5758089645285882f,0.5843091918156906f,0.38428143911358f,0.6251323869903284f,0.767097377715338f,0.1441218645384051f,1.7208304113486694f,-0.5312087104025733f,0.28285269924603346f,0.798631114170784f,0.2903381527985317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8172494037620476f,-0.5758089645285882f,-0.02339761567110482f,0.1065972296392524f,0.5301300149266838f,0.767097377715338f,-0.3612807500768426f,1.5517655946600626f,0.22597694423195414f,0.28285269924603346f,0.932163489525749f,0.19239361618774092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8557497915986134f,-0.35136353617738375f,-0.37978409606492725f,0.07657019129066074f,0.24892785481310442f,0.3638948323000703f,-0.897560847031247f,1.34392292976235f,0.4535716230950473f,-0.8626263481196409f,-0.22393875558441484f,-0.5628904893141724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5602421482070004f,-0.3602976896331572f,-0.7458648069304613f,-0.09343783864932524f,0.6456220080063141f,0.37418537066646745f,-0.6657007820012631f,1.557896023740637f,0.518942152990389f,-0.8545003705231539f,0.02298170197118027f,-0.37190857211790446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.39152917300598944f,-0.5032388283238346f,-0.7703606871800378f,0.29326878099088466f,-0.10847237999611786f,0.8061182761871535f,-0.581727657564113f,1.315990993461506f,0.9137497739880562f,0.31132620587465215f,0.2610313086058259f,-0.059794811441026705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.3788707175003246f,-0.2524930666968138f,-0.89033939073301f,0.24036170979315077f,-0.09136995912012384f,0.9471554347745036f,-0.3074867687356775f,1.4916608451771274f,0.9209280699333559f,0.19784800642705364f,0.3357791779751455f,-0.020599690373609494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.37460756197160533f,-0.4808482001489527f,-0.7927510220284819f,0.13284999664196478f,-0.07541554942449069f,0.8363747734892555f,-0.5429454237543575f,1.3288418403660012f,0.9241112862738404f,0.2631772153593645f,0.27704888358735297f,-0.32846778827855894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.37460756197160533f,-0.02005124567877649f,-0.9269666240272187f,0.12329684667702409f,-0.07541554942449069f,0.9957945128033295f,-0.052017143095152936f,1.5152282043722807f,0.9241112862738404f,0.08939371240478138f,0.3715199789564475f,-0.3093844673341846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,0.22967157363579127f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.196740841384407f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,-0.224879916162295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,0.2069056863557049f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.072394357044719f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,-0.3240765829848757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,-0.24216269547683011f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.181330240584675f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,0.12482165071144621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,-0.3251627447712937f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.0550164455045956f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,0.07026773710678988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7726677316276196f,0.4490530473203876f,-0.4487047327516198f,0.16844428599298514f,0.11675586357714049f,0.7953009035965312f,0.5948651452715118f,2.260584859042067f,0.6239812856342608f,0.407244193857708f,-0.6669329214751665f,-0.13324236548791496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8334022829149431f,0.3226525958960481f,-0.4487047327516198f,0.07570032776802327f,-0.009094066248877423f,0.8037740708060718f,0.5948651452715118f,2.2676372978725787f,0.552592012963653f,0.49984252066163526f,-0.6669329214751665f,-0.06455494346387614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.702805992837366f,0.6901076698093566f,-0.17267061273472237f,0.025419299895049458f,0.11750736102068807f,0.35201056774087663f,0.9285906419433159f,2.306603558972023f,0.7016094045391909f,0.6323290000221766f,-0.32848786764980553f,-0.09962354518798522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8816632170988481f,0.4391524007821491f,-0.17267061273472237f,0.05512449383127238f,0.0029788937798680207f,0.37109371577426215f,0.9285906419433159f,2.3094638375616583f,0.4718697890379909f,0.8181898453293868f,-0.32848786764980553f,-0.10715254808352537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8021099089726432f,0.571668219709399f,-0.17267061273472237f,0.15110694742989023f,0.060994065561185196f,0.3660589346834993f,0.9285906419433159f,2.3755655910527746f,0.5940533796673628f,0.7342998726083697f,-0.32848786764980553f,-0.06587820595867924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8021099089726432f,0.39406060033222745f,-0.4487047327516198f,0.06244331235513919f,0.060994065561185196f,0.8015080678991452f,0.5948651452715118f,2.1952262757754673f,0.5940533796673628f,0.4497789016376641f,-0.6669329214751665f,-0.1670784588271535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7895658818181592f,-0.1487980579100345f,-0.595352715817199f,-0.17857299097906493f,-0.1822872568479187f,0.9832372189614336f,-0.003990894617358258f,2.290562134461233f,0.5859667859696258f,0.10537413919547786f,-0.8034545516264368f,0.04993348668739213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.803122160191696f,-0.023450790564699286f,-0.595352715817199f,-0.08630167793896798f,-0.026230809871884253f,0.9996479467160517f,-0.003990894617358258f,2.3036573655897317f,0.5952367095723254f,0.012411407989120722f,-0.8034545516264368f,-0.018503786318972117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7735927400048259f,-0.21704703725439628f,-0.595352715817199f,-0.06826145390439502f,-0.2672883689173104f,0.9636083232318393f,-0.003990894617358258f,2.29992510538193f,0.574553044072825f,0.15604352923915746f,-0.8034545516264368f,-0.031852893986665756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.802801639430553f,0.032629304263220915f,-0.595352715817199f,-0.09187280561677105f,0.04356500281107478f,0.9990426233600969f,-0.003990894617358258f,2.309159251625708f,0.5946525189198204f,-0.02914043947976705f,-0.8034545516264368f,-0.014402958787273674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7980221668332709f,-0.09335826161522434f,-0.595352715817199f,-0.15934283655621023f,-0.11325605300323263f,0.9935578187595738f,-0.003990894617358258f,2.4122190825284f,0.5918899287036907f,0.06424247636806371f,-0.8034545516264368f,-0.0038147242512578394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7980221668332709f,-0.09335826161522434f,-0.595352715817199f,-0.13833722769278478f,-0.11325605300323263f,0.9935578187595738f,-0.003990894617358258f,2.1886685733074964f,0.5918899287036907f,0.06424247636806371f,-0.8034545516264368f,-0.01826928143407215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,-0.007323655135126927f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,1.6797525673062976f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,-0.07392676198671105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.37460756197160533f,-0.02005124567877649f,-0.9269666240272187f,0.00019556199441425636f,-0.07541554942449069f,0.9957945128033295f,-0.052017143095152936f,1.3063296250050491f,0.9241112862738404f,0.08939371240478138f,0.3715199789564475f,-0.10744940413850407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.3747742046564383f,-0.25004540539998255f,-0.8927606570422401f,0.12062037843356341f,-0.07830855869216295f,0.9509651542059793f,-0.29922072976575986f,0.6827033017433182f,0.9238030445715635f,0.18205101132472795f,0.3368165140190629f,-0.3440217371270886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3747742046564383f,-0.4226385312168754f,-0.8251793547193096f,-0.040781616789302394f,-0.07830855869216295f,0.8724385662821732f,-0.4824092844246076f,1.0133438502446137f,0.9238030445715635f,0.24541316181971207f,0.29387125556263854f,-0.2505155620873691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.35926252044701745f,0.06363318966632918f,-0.9310645834607529f,0.32149325060661454f,0.09510994255709079f,0.9899814469059555f,0.10435915680369225f,1.09945322583462f,0.9283773695156745f,-0.1260458327549139f,0.3496110807973297f,-0.12319119631869895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.35926252044701745f,-0.9213661811787635f,-0.14837385747535986f,0.017986550480334f,0.09510994255709079f,0.19430885381168683f,-0.9763186816594135f,1.050240605405143f,0.9283773695156745f,0.3366428812710147f,0.157438973131516f,-0.0006987753526619261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.30044651093012387f,-0.6624474649366288f,-0.68621807777772f,-0.002352335693522757f,0.026646671180395112f,0.7250069005215054f,-0.6882259433581416f,1.1957128730322926f,0.9534263731326708f,0.188489655936961f,0.23547781343440238f,-0.11562657361711787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.44253297672645076f,-0.5180244606489733f,-0.7319940045375828f,-0.003380870544628902f,-0.17919467816972212f,0.7487262145349337f,-0.6381992815601082f,1.1579466970434213f,0.8786659386964287f,0.41359365787875524f,0.23850881396123474f,-0.11835404239679409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,-0.5442833479612508f,-0.7505724872794505f,-0.002352335693522757f,-0.07693216886410938f,0.7885059153610077f,-0.6101965772065291f,1.1957128730322926f,0.9239506820835368f,0.2863809675463638f,0.25357657325663097f,-0.11562657361711787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3794836322118114f,-0.025018996741959003f,-0.924860109792479f,0.005001280604973595f,0.01016694243899545f,0.9996867140094355f,-0.02287153502629677f,1.2195368610903035f,0.9251425869371558f,-0.0007236263143443507f,0.37961911200594783f,-0.11662504086752976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.36705533856745937f,0.04014138990957247f,-0.9293325816118013f,0.005001280604973595f,-0.1634457799092447f,0.9863080309051456f,-0.021953250371486877f,1.2195368610903035f,0.9157269546425869f,0.159953546344375f,0.3685905689961035f,-0.11662504086752976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,0.07129933870413838f,-0.9244024155253605f,0.005001280604973595f,-0.07693216886410938f,0.9959912960119027f,0.04563748089448509f,1.2195368610903035f,0.9239506820835368f,0.05401613248727538f,0.37867848434850915f,-0.11662504086752976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.35812430781745636f,-0.3500025851889497f,-0.8655894930689256f,0.08088111846579368f,0.10431713210394898f,0.9362737283598647f,-0.33542427093566957f,1.2284439580648732f,0.9278280638673714f,0.02982777135775022f,0.37181364681242496f,0.06304193251109763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.378950293697901f,-0.20793023669524005f,-0.9017547846139414f,-0.07488681625139017f,-0.20585246854494688f,0.9310770139732492f,-0.30119819927185726f,1.249938712734166f,0.9022313650612165f,0.29976759451034596f,0.31002895539167724f,-0.2913934859757494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,-0.1375925631114696f,-0.916881512576835f,0.01569843440118925f,-0.07693216886410938f,0.9809023761936774f,-0.17863921677913122f,1.0839853462218614f,0.9239506820835368f,0.13747296081053004f,0.35695422973170304f,-0.12379419563156126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,-0.057157492628269566f,-0.9253844836419174f,1.3148311218069245e-17f,-0.07693216886410938f,0.9927391801319814f,-0.09246816546652974f,1.3064015393518518f,0.9239506820835368f,0.10583922367123955f,0.36757746912730693f,-0.1073641087962963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.705771463263068f,0.014009864260069135f,-0.7083010414696015f,0.3612395312186788f,-0.0691833214022417f,0.9963886079205262f,-0.0492281428245082f,1.717204031556696f,0.7050534090998084f,0.08374643699651042f,0.7041918947326273f,-0.6387139903319251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.705771463263068f,0.014009864260069135f,-0.7083010414696015f,0.4274056058995914f,-0.0691833214022417f,0.9963886079205262f,-0.0492281428245082f,1.7107180951752359f,0.7050534090998084f,0.08374643699651042f,0.7041918947326273f,-0.5726152332288181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.705771463263068f,0.014009864260069135f,-0.7083010414696015f,0.5005677247795753f,-0.0691833214022417f,0.9963886079205262f,-0.0492281428245082f,1.7213452847896422f,0.7050534090998084f,0.08374643699651042f,0.7041918947326273f,-0.7112933959902658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.12288541260134547f,-0.7477303339089428f,-0.6525323923930657f,-1.0183822300410956f,0.03499477298792314f,0.6603716856129973f,-0.7501230583738729f,2.4243494477350933f,0.9918036807923838f,0.06934395859099474f,0.10731670034812657f,-0.1501570634928104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3984499422255343f,-0.7477303339089428f,-0.5311656909975353f,-1.0434732939520543f,0.3626983303383582f,0.6603716856129973f,-0.6575402329975073f,2.405209094064238f,0.842429560681625f,0.06934395859099474f,0.534325603631994f,-0.23843587110353184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2676380150502262f,-0.7477303339089428f,-0.6076752756632408f,-0.9397764706470888f,0.20416377248912138f,0.6603716856129973f,-0.722652330546065f,2.5231771204815754f,0.9416406145143619f,0.06934395859099474f,0.32940001290823473f,-0.24370646923440634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005854614284120511f,4.517470042250551e-7f,-0.000014479642303190566f,0.6446115266399058f,-0.0000012020651385017091f,0.000015578692641001648f,0f,1.4714764489913819f,0.000014436729407555264f,0.0000011139502867609582f,0.0000058720170105045025f,-0.3472209019937599f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..9280e39e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6516840741355727f,-0.1231765393577638f,-0.47652896251366605f,-0.04496681754919448f,-0.12825266657828494f,0.8058613843147066f,-0.03291089835280424f,1.1926385498407388f,0.47518792648600094f,0.04857379814956415f,-0.6624058160219495f,-0.3342345333567317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6359659088578348f,0.13282130420537896f,-0.46680388164604025f,-0.04496681754919448f,0.186024281062886f,0.7774031115092797f,-0.032239247366012316f,1.1926385498407388f,0.4482659139681096f,-0.1341748984157347f,-0.6488873299806852f,-0.3342345333567317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7950613783924148f,0.13192371814019802f,0.13197720115710707f,-0.10846459839692729f,0.12825266657828494f,0.8058613843147066f,-0.03291089835280424f,1.1926385498407388f,-0.13554741808222387f,-0.011313987223561877f,-0.8052597938484154f,-0.3193276825821526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7690050179806227f,-0.17865325144321148f,0.12928378888859468f,-0.10846459839692729f,-0.186024281062886f,0.7774031115092797f,-0.032239247366012316f,1.1926385498407388f,-0.11843246672960277f,-0.06105258360183603f,-0.7888259205045702f,-0.3193276825821526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04001637057654342f,0.7539251878044525f,1.3679918681336891f,-0.5631332529212189f,1.5619815829015389f,-0.015549014044091689f,-0.03712159531404124f,0.8872451431537018f,-0.00429822780731234f,1.3684886880629583f,-0.7540732629403053f,0.145202143986859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4344657830117752f,-0.8276949978516555f,-0.3551907570916125f,-0.47964395399078386f,-0.8560864424222187f,0.5020444404848211f,-0.12274926834467145f,1.1100299906842974f,0.27992050030827376f,0.2507436346343228f,-0.926699597063436f,0.0694992868312735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5202523144851658f,-0.8276949978516555f,-0.21037708954203138f,-0.29113742494852823f,-0.8539798880546456f,0.5020444404848211f,0.13663722251442972f,1.4277020109035634f,-0.00747529738558278f,0.2507436346343228f,-0.9680246637453852f,0.06565672468840408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5176396924107465f,0.8453551178750399f,0.13199952092104367f,0.43404851565976066f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2606323429113582f,-0.7738906594484101f,0.528395132668664f,-0.3491301061074075f,0.17925825957155447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3650294101910454f,0.8742571144930793f,0.3200437899004014f,0.2899398413043516f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4277020109035634f,-0.7793679515913319f,-0.09891616009014555f,-0.618709293049128f,-0.0707579969111353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9754615928930185f,0.05019323890328206f,-0.21437191877438833f,-0.11041711629923442f,0.17894126934303123f,0.7480192527153734f,-0.6390987558218518f,1.102744396337597f,0.12827588595102218f,-0.6617762736269203f,-0.7386456936501749f,0.2990984016197306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9753628245434022f,0.03363160638035413f,-0.2180281531155857f,-0.10547386605989043f,0.09973786833342521f,0.9487634914454297f,-0.29983361205939263f,1.2787635909082438f,0.1967732657629606f,-0.31419222197972213f,-0.9287429835688796f,0.23438271635122723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.12279887160322263f,-0.19275561764188112f,0.20205134854921045f,0f,0.8433914458128857f,-0.5372996083468239f,1.0917146705326788f,0.22854822466938535f,-0.5230786807571357f,-0.8210690608821201f,0.17700235153919439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.009969133543513767f,-0.22833069740164028f,0.19875506915104138f,0f,0.9990482215818578f,-0.04361938736533605f,1.2787635909082438f,0.22854822466938535f,-0.04246489527267f,-0.9726060053639157f,0.1629613961420443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,0.2994023856240279f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.9629195903745589f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,0.01770306194911807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,0.32802539064177566f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.8420444734878227f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,-0.0842294755517792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,-0.28625315476738666f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.9674622000710493f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,0.06399779929566138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,-0.3323946868208833f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.8471669908051414f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,-0.03202477173546441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.982820043908027f,0.16710253718946505f,-0.07836774436888577f,0.20069199357859596f,0.16390352802293656f,0.9854190504628985f,0.04566101714191322f,2.0713383098831053f,0.08485514005797193f,0.032031813087040305f,-0.9958782898306895f,0.008476251490975379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331601f,-0.07836774436888577f,0.08598246290752674f,0.007732101611047065f,0.9989270674670111f,0.04566101714191322f,2.0822955025030954f,0.0787995529302865f,0.04491171675507515f,-0.9958782898306895f,0.018005371498167427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9645161711757071f,0.25212507249991395f,-0.07836774436888577f,0.0636673009124738f,0.24916475487576722f,0.9673840997459411f,0.04566101714191322f,2.0781531601948355f,0.08732399709273929f,0.024514309609866232f,-0.9958782898306895f,0.019571471857578432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9952203217791971f,-0.05826669512031814f,-0.07836774436888577f,0.09279633697405676f,-0.061968363153922026f,0.9970330954795783f,0.04566101714191322f,2.0879185465167587f,0.075474718189171f,0.050299093015345124f,-0.9958782898306895f,0.017726990058647217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9920824274254634f,0.0981374232193453f,-0.07836774436888577f,0.14913511820556585f,0.09476490914585912f,0.9944519513320607f,0.04566101714191322f,2.193523460192635f,0.08241401087301228f,0.03787298054978156f,-0.9958782898306895f,-0.013243777902591002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9920824274254634f,0.0981374232193453f,-0.07836774436888577f,0.1270541979812132f,0.09476490914585912f,0.9944519513320607f,0.04566101714191322f,1.969771771142922f,0.08241401087301228f,0.03787298054978156f,-0.9958782898306895f,-0.02176519852629184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9863549308989344f,-0.1447841390964184f,-0.07836774436888577f,-0.1885586506240804f,-0.14862971480388043f,0.9878381848212202f,0.04566101714191322f,2.074357514225539f,0.07080365928873483f,0.05668574490315774f,-0.9958782898306895f,0.03924562886814848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996860494283259f,0.011298299866331601f,-0.07836774436888577f,-0.07362140536853914f,0.007732101611047065f,0.9989270674670112f,0.04566101714191322f,2.0835334624123343f,0.0787995529302865f,0.04491171675507515f,-0.9958782898306895f,0.030621693980824295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.96998278341714f,-0.2301996883509415f,-0.07836774436888577f,-0.05140385356618701f,-0.2341599045791058f,0.9711252291033687f,0.04566101714191322f,2.0790457042007744f,0.06559374178869302f,0.06264098404446874f,-0.9958782898306895f,0.02866758468388715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936440626632392f,0.08080825067173368f,-0.07836774436888577f,-0.0803068970012235f,0.07739489635419528f,0.9959543671935425f,0.04566101714191322f,2.0892612136221094f,0.08174048417042899f,0.03930553512528444f,-0.9958782898306895f,0.03141040667136626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9940518508587353f,-0.07562681037076488f,-0.07836774436888577f,-0.13917695792302356f,-0.07935955188579567f,0.995799745449883f,0.04566101714191322f,2.195759739271907f,0.07458538280929025f,0.0516086476774266f,-0.9958782898306895f,0.009546635433700745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9940518508587353f,-0.07562681037076488f,-0.07836774436888577f,-0.1221609255896015f,-0.07935955188579567f,0.995799745449883f,0.04566101714191322f,1.9717047965456838f,0.07458538280929025f,0.0516086476774266f,-0.9958782898306895f,-0.0020653102937202225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,-0.0008947504741613978f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.4573612549817747f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,-0.003811312689773007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.009969133543513767f,-0.22833069740164028f,0.0028436746046562648f,0f,0.9990482215818578f,-0.04361938736533605f,1.082718171888578f,0.22854822466938535f,-0.04246489527267f,-0.9726060053639157f,0.012113023037478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537878542839562f,-0.28024984888965515f,-0.1083916565872663f,0.21739798065018956f,-0.1205904774487396f,0.6874100033118677f,-0.7161881206048187f,0.8657398349435621f,0.2752211215896983f,-0.6700205291960112f,-0.6894387751546943f,0.35210254163597066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537878542839562f,-0.2621551836126057f,0.14684477765806797f,0.14176774884312504f,-0.1205904774487396f,-0.11366080434050607f,-0.9861740000148826f,0.790299590841975f,0.2752211215896983f,-0.9583088652734617f,0.07679487593061379f,0.05694869915428685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9739299958449926f,0.04344023534005029f,-0.2226506437156055f,-0.04880969489729896f,0.16042999720436046f,0.8258146461388018f,-0.5406407182405468f,0.7986555806935887f,0.16038260251779607f,-0.5622660546184931f,-0.8112547717168584f,0.4378353069597748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9739299958449926f,-0.1438654213693512f,-0.1753941382361209f,-0.105797076101229f,0.16042999720436046f,0.10982323354654205f,-0.9809184845696357f,0.7941606554871357f,0.16038260251779607f,-0.9834844167080639f,-0.08387981224357832f,0.09627332803642441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9855489405879275f,-0.02746452679227887f,-0.16714959011044478f,0.0076658186097198384f,0.0954608138383901f,0.7250968693170416f,-0.6819983600624984f,0.9769874592473031f,0.13993040672893703f,-0.6880989971469957f,-0.7119966652997562f,0.0326536085628862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9448588321871395f,-0.30212967308228056f,-0.1263307083853681f,0.008484023445145553f,-0.0954608138383901f,0.6231244498095685f,-0.7762751787032963f,0.9395447324627396f,0.31325551912020144f,-0.7214108265702122f,-0.6176061844314842f,0.036138864577994076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.15586951441971625f,-0.16714959011044478f,0.0076658186097198384f,0f,0.7313537016191706f,-0.6819983600624984f,0.9769874592473031f,0.22854822466938535f,-0.6639476316717299f,-0.7119966652997562f,0.0326536085628862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9758178533499449f,0.016384701908087093f,-0.21797031593060687f,0.007652891669274947f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0019730409052625f,0.20216395646160373f,-0.3115521965741591f,-0.9284745357399994f,0.032598544482362816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9638381611347107f,-0.15331321049919572f,-0.21797031593060687f,0.007652891669274947f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0019730409052625f,0.2531931028862418f,-0.2717136160247212f,-0.9284745357399994f,0.032598544482362816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.06872577662448975f,-0.21797031593060687f,0.007652891669274947f,0f,0.9537169507482269f,-0.30070579950427306f,1.0019730409052625f,0.22854822466938535f,-0.29274689662379827f,-0.9284745357399994f,0.032598544482362816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9766199184911108f,0.03203726445103801f,-0.2125726899037364f,-0.18094748963910093f,0.12059047744873963f,0.9002453499844771f,-0.41834943119360296f,1.014415380410502f,0.17796480425944014f,-0.43420262956115363f,-0.8830609293401439f,0.07697159450293095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9537878542839562f,-0.2387226962261914f,-0.18248343302038136f,0.19341316286470095f,-0.12059047744873963f,0.8603580892325452f,-0.4952190374377874f,1.0144375511810602f,0.27522112158969836f,-0.45032813880394057f,-0.8493867797607207f,-0.02387234513307515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.10553182579841763f,-0.20272475118539487f,0.011936482132339532f,0f,0.8870108331782217f,-0.46174861323503386f,0.8763831669545094f,0.22854822466938535f,-0.44952732460678f,-0.86353395615479f,0.08502824480840612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.08746161907742805f,-0.21115102696383625f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0828125f,0.22854822466938535f,-0.3725547940841469f,-0.8994268366050632f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7456111006346571f,-0.17247218137638456f,-0.643674943788902f,0.041971535967049806f,0f,0.9659258262890683f,-0.2588190451025207f,1.1609375f,0.6663813372314493f,0.1929783530841015f,0.7202050184708328f,0.36478976724983697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7456111006346571f,-0.17247218137638456f,-0.643674943788902f,0.11187257665154891f,0f,0.9659258262890683f,-0.2588190451025207f,1.1609375f,0.6663813372314493f,0.1929783530841015f,0.7202050184708328f,0.42726301761528535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7456111006346571f,-0.17247218137638456f,-0.643674943788902f,0.17347329787763469f,0f,0.9659258262890683f,-0.2588190451025207f,1.199760356765378f,0.6663813372314493f,0.1929783530841015f,0.7202050184708328f,0.2879956396619362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4862903522938239f,-0.5109213662614823f,-0.7088589780509581f,0.4386712644478679f,-0.49529725222241117f,0.8294993993759021f,-0.25809180222538397f,1.9819150017079978f,0.7198627127493671f,0.22558835061349622f,-0.656435503961055f,-0.501504084996457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4875059906199847f,-0.5109213662614823f,-0.7080234929768415f,0.4386021208539311f,0.06345079410263846f,0.8294993993759021f,-0.5548916499306528f,2.0064777482920024f,0.8708110620779754f,0.22558835061349622f,0.43680429282472755f,-0.5919791047500518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0007375316686595301f,-0.5109213662614823f,-0.8596271363472292f,0.5675807631029839f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.068182324910965f,0.9650668773716781f,0.22558835061349622f,-0.1332509597247255f,-0.5267539509145456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015211446760546593f,0f,-0.0000035710660104591462f,0.15010043297257072f,0f,0.000015625f,0f,1.248935f,0.0000035710660104591462f,0f,-0.000015211446760546593f,0.6709532042756012f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4.mcfunction new file mode 100644 index 000000000..bddf32edf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40.mcfunction new file mode 100644 index 000000000..7856c21b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..9c8d88052 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6892339681300736f,0.10244875488752671f,-0.42591693350008103f,-0.31868679692887336f,-0.16554075291020984f,0.7960547902162307f,-0.07640336736138166f,1.4243984691745486f,0.40558259423456244f,0.15081600724138286f,0.6926050358307927f,-0.04337989227954456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6621791974812736f,-0.16565692687814784f,-0.41722475118375285f,-0.31868679692887336f,0.148601403487707f,0.7825062180816216f,-0.07484411496625143f,1.4243984691745486f,0.42359926027383493f,-0.015549959513958073f,0.6784702391811848f,-0.04337989227954456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.29721956711598446f,0.033326039162474945f,-0.7599304892433074f,-0.28789342501993753f,0.06278578515804001f,0.8141732634327664f,0.011148396197297555f,1.4163268985146493f,0.7580652468949619f,-0.05436650319290969f,-0.2988742364692883f,0.04802654751000754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.281484144758353f,-0.08125886559490375f,-0.7444217037485461f,-0.28789342501993753f,-0.2483893392491495f,0.7603837653271532f,0.010920877907556789f,1.4163268985146493f,0.7064484499218817f,0.23497558636830804f,-0.2927747622556294f,0.04802654751000754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5505748669529549f,0.10618228894321165f,-0.16077671936137342f,0.4931262408943244f,0.19043385124204915f,0.6462670449228098f,-1.4097801619216597f,1.9116921891213883f,-0.029304953078728862f,-1.41861569079209f,-0.6542759292252271f,0.17133716335532617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5845913205269471f,-0.5952173890012883f,0.5513340618853952f,0.35987912530142174f,0.6366775310695372f,0.7577573128107206f,0.14298802856559145f,1.7238407174403942f,-0.5028863782165495f,0.26743244887702905f,0.8219398858139664f,0.3093624455484014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8014302804446855f,-0.5952173890012883f,-0.05853003858568162f,0.08879755666996918f,0.5355549382960638f,0.7577573128107206f,-0.3728066026086115f,1.553504754023019f,0.26625253736453247f,0.26743244887702905f,0.9260612677542361f,0.19801043236504834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8753943570761429f,-0.3103373374266725f,-0.3706419520213138f,0.10315223012816452f,0.24373608326936086f,0.3787797565911116f,-0.8928149963510301f,1.3501831052494495f,0.4174654971512705f,-0.871904027399634f,-0.255941254377915f,-0.5593866284276376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5859463722106015f,-0.3103373374266725f,-0.7485703613503267f,-0.07646489281046084f,0.6460216810995295f,0.3787797565911116f,-0.6627079926680502f,1.5641549719571282f,0.48920633319957463f,-0.871904027399634f,-0.021459975809045823f,-0.3774111973115603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.5286398522207494f,-0.7869721840613577f,0.29079355574624477f,-0.08339165182768556f,0.8112798319177741f,-0.5786802802315958f,1.3207142873343067f,0.9443681190339543f,0.24972973584956293f,0.21401849168886816f,-0.041158808047753716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.26752568810817184f,-0.9095137811185317f,0.23494802809397175f,-0.08339165182768556f,0.9477438438245523f,-0.30794064184208053f,1.4964916290398973f,0.9443681190339543f,0.1738148805336056f,0.27920824317587584f,-0.006823466427853447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.4938094596761189f,-0.8092821074116606f,0.145766466277447f,-0.08339165182768556f,0.8357493525867838f,-0.5427419755797609f,1.3362866384389605f,0.9443681190339543f,0.24015669298429126f,0.22470785159206044f,-0.32183548606919843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.02301048300275607f,-0.9477635936847643f,0.13552847825390046f,-0.08339165182768556f,0.9951511583264331f,-0.052153662258834506f,1.522551520236049f,0.9443681190339543f,0.09562787121722612f,0.3146810544006935f,-0.3019385036259642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,0.23932914149516385f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.2033982798245075f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,-0.20280797336021802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,0.2239963323629906f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.079735374586035f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,-0.3042609345397567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,-0.25742113047075205f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.186189746628779f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,0.11040007839937507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,-0.33616886793899964f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.0603300073653203f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,0.04893112382744402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8169048002233263f,0.42243841385831304f,-0.392698782617109f,0.1718200960852314f,0.11296213399958163f,0.7848511102642038f,0.6093014779231273f,2.2656083150472286f,0.565602425431811f,0.4533812095951034f,-0.6888681841482688f,-0.11487137075376912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8729312738411485f,0.28944543057562655f,-0.392698782617109f,0.07418834925224771f,-0.011206380890279609f,0.7928594617131304f,0.6093014779231273f,2.27230745619704f,0.4877144740290278f,0.5362790474098865f,-0.6888681841482688f,-0.053289684001983265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7528991481398424f,0.6440586160130801f,-0.1353933966987131f,0.026639439748455715f,0.11034918740116456f,0.32634808272413435f,0.9387864430967164f,2.3133290640588315f,0.6488188726988464f,0.6918709619875641f,-0.3167785383958336f,-0.09206412957281335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9150746986731177f,0.3798775118096456f,-0.1353933966987131f,0.05686707511945703f,0.004101210102313908f,0.3444752448776435f,0.9387864430967164f,2.315944450893369f,0.4032635316068131f,0.8585044447688085f,-0.3167785383958336f,-0.09723282733758107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8443826753122914f,0.5183498102274583f,-0.1353933966987131f,0.1502303278016896f,0.05793851805242313f,0.33959261238093036f,0.9387864430967164f,2.3796180722511413f,0.532598371907337f,0.7848505156101084f,-0.3167785383958336f,-0.04708686515685688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8443826753122914f,0.36442497686560626f,-0.392698782617109f,0.06823470800692831f,0.05793851805242313f,0.7908190925405013f,0.6093014779231273f,2.2016837764295287f,0.532598371907337f,0.4917312264946374f,-0.6888681841482688f,-0.15772639111815012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8314110034013299f,-0.1557036903988066f,-0.5333967606007615f,-0.18832755480442143f,-0.1852975366034973f,0.9826804858608801f,0.0019712018923639454f,2.295845106278819f,0.5238516644546135f,0.1004759847148434f,-0.845862879043473f,0.04122440225141276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.845532377814325f,-0.023725384048887785f,-0.5333967606007615f,-0.09117398752358716f,-0.02929112033315409f,0.9995689794269971f,0.0019712018923639454f,2.309292043520825f,0.5331200881014351f,0.017290503723274113f,-0.845862879043473f,-0.02000879845227387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8146767627382836f,-0.22757343437862843f,-0.5333967606007615f,-0.0721852822516057f,-0.27023867116269973f,0.9627913455008401f,0.0019712018923639454f,2.3056284809976324f,0.5131011916400976f,0.1457503241636131f,-0.845862879043473f,-0.03199151545354223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8451277025677535f,0.03531376690703446f,-0.5333967606007615f,-0.09703383235221262f,0.04050663863265233f,0.9991773248977298f,0.0019712018923639454f,2.3147727597253684f,0.5330275589303373f,-0.019940192502891613f,-0.845862879043473f,-0.016300838302855083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8402470683747829f,-0.0973281042052935f,-0.5333967606007615f,-0.16504720989284394f,-0.11629783560653402f,0.9932124283336045f,0.0019712018923639454f,2.4178337927213014f,0.5295844385183708f,0.0636891853886388f,-0.845862879043473f,-0.01011630238034766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8402470683747829f,-0.0973281042052935f,-0.5333967606007615f,-0.14314838644665293f,-0.11629783560653402f,0.9932124283336045f,0.0019712018923639454f,2.1943609963462407f,0.5295844385183708f,0.0636891853886388f,-0.845862879043473f,-0.024446369092791367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,-0.008628931126033513f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,1.6856816843724123f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,-0.0735145482935402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.02301048300275607f,-0.9477635936847643f,1.3394574365674175e-17f,-0.08339165182768556f,0.9951511583264331f,-0.052153662258834506f,1.3125f,0.9443681190339543f,0.09562787121722612f,0.3146810544006935f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.25161173848169205f,-0.914044224805616f,0.12385202329543493f,-0.08339165182768556f,0.9529738030866234f,-0.29135333022992455f,0.6833574549316217f,0.9443681190339543f,0.1689155519448638f,0.282199206347985f,-0.3390183259301228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.413969806293336f,-0.8528858723884085f,-0.03397396535389941f,-0.08339165182768556f,0.8839212414264707f,-0.46014027356941584f,1.0203524282254637f,0.9443681190339543f,0.2175137660759534f,0.24669134017984096f,-0.2560912026136656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.303572295638205f,0.08871213466347327f,-0.9486696044906254f,0.3197669005199854f,0.09026010763374817f,0.9885011838992566f,0.12131991757214494f,1.1060556111520141f,0.9485235760332444f,-0.12245638649420298f,0.29207440681423613f,-0.10679828320471292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.303572295638205f,-0.9387848988366725f,-0.16287042407131097f,0.009630330580732434f,0.09026010763374817f,0.19850283776938565f,-0.9759353136184001f,1.0567029132100365f,0.9485235760332444f,0.2815662215424986f,0.14499478816628603f,-0.0028436184841592743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.24287659943630494f,-0.6695902269817295f,-0.7018973467515123f,-0.002669273610339972f,0.02051447391851241f,0.7269463949712271f,-0.6863877149237034f,1.2018655796579012f,0.9698402516941143f,0.15230845928211803f,0.19029455963060016f,-0.11824524599213199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.387965012141526f,-0.5359959742137664f,-0.7497942817737816f,-0.0037567973756000668f,-0.18587092329057794f,0.751299248597385f,-0.6332467441148929f,1.16411930688306f,0.9027375860288156f,0.38504253620040474f,0.19185175549685826f,-0.1212120302221146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.5557827522487567f,-0.7680435170907156f,-0.002669273610339972f,-0.08339165182768556f,0.7905899716324721f,-0.6066410216591166f,1.2018655796579012f,0.9443681190339543f,0.2570467448869249f,0.20517267531351915f,-0.11824524599213199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3235717904058285f,-0.017869596736795376f,-0.9460348693182669f,0.004906382079443707f,0.0036588169342794685f,0.9998378063906779f,-0.0176344540748625f,1.2256365797755766f,0.9461965490912592f,0.0022446434775520788f,0.3235846907124172f,-0.11869828492569737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3102920715931925f,0.0374512176164616f,-0.949903277500109f,0.004906382079443707f,-0.16980745976598582f,0.9853370929470195f,-0.016620465412841068f,1.2256365797755766f,0.9353524773657405f,0.1664578612194713f,0.31210178391673926f,-0.11869828492569737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.0761838428196567f,-0.9449768959797423f,0.004906382079443707f,-0.08339165182768556f,0.995151158326433f,0.052153662258834485f,1.2256365797755766f,0.9443681190339543f,0.06221088469703951f,0.3229530330829582f,-0.11869828492569737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.3025967515901841f,-0.34646344629125414f,-0.8879179502133377f,0.06994668663875939f,0.0989144751550554f,0.9379772148467412f,-0.33228703109382685f,1.2334909221260046f,0.9479721159041905f,0.012721038178433577f,0.3180991082285432f,0.06524788407239215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3227397928792753f,-0.21856865021726013f,-0.9209054084076426f,-0.064151308478345f,-0.21225481308722377f,0.9314766472046401f,-0.29546429570036054f,1.2573283817160694f,0.922381114514792f,0.29082469093013297f,0.25423233219211594f,-0.29779897082496815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.13834229321745878f,-0.9378948351225811f,0.015014285841724095f,-0.08339165182768556f,0.9813775199226471f,-0.1730433350231218f,1.090036554647015f,0.9443681190339543f,0.13326504904816172f,0.3006813636633665f,-0.12580479807673872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.05607293805078513f,-0.9463831874355291f,1.3394574365674175e-17f,-0.08339165182768556f,0.9927248025648394f,-0.08685216622543458f,1.3125f,0.9443681190339543f,0.10655182772225572f,0.3111519946285374f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.026623166032220705f,-0.9476689922503003f,0.3765653640073301f,-0.08339165182768556f,0.9965168500358887f,0f,1.7408542313394968f,0.9443681190339543f,0.07902768264963068f,0.31925457103587396f,-0.6947720402629106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.026623166032220705f,-0.9476689922503003f,0.4063912289593514f,-0.08339165182768556f,0.9965168500358887f,0f,1.7330362639806511f,0.9443681190339543f,0.07902768264963068f,0.31925457103587396f,-0.6062375291034774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.026623166032220705f,-0.9476689922503003f,0.5336286453208858f,-0.08339165182768556f,0.9965168500358887f,0f,1.736945247660074f,0.9443681190339543f,0.07902768264963068f,0.31925457103587396f,-0.6983929703385751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.048560688969493476f,-0.770165000474661f,-0.6359934995978129f,-1.0214224772875922f,0.05320671906481511f,0.6378352606712854f,-0.7683327568773514f,2.438761883358883f,0.9974020776663569f,0.0034716405716450904f,0.07195167252104262f,-0.20327183710826122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.31279339783532867f,-0.770165000474661f,-0.5558832272289702f,-1.0387722079998425f,0.372933117961059f,0.6378352606712854f,-0.6738598294691828f,2.4183015877979956f,0.8735451790253738f,0.0034716405716450904f,0.4867306934160497f,-0.29310181901727383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1850637942640031f,-0.770165000474661f,-0.6104074574384523f,-0.9385362240279496f,0.21824315264946323f,0.6378352606712854f,-0.738604160945507f,2.5393223597202654f,0.9581864736961346f,0.0034716405716450904f,0.2861234512190629f,-0.29110534574562696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000004970977492003563f,4.1598696925344853e-7f,-0.000014807328003910944f,0.6582413329943754f,-0.000001302994559807587f,0.000015570575781810764f,0f,1.4774419911730206f,0.000014755751859905537f,0.0000012348075414004795f,0.0000049883526724355314f,-0.3089182644770725f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41.mcfunction new file mode 100644 index 000000000..9fc4b0da3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..dbc1c8510 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6745812255822924f,0.09813693913288174f,-0.4497263120098332f,-0.32081831758504065f,-0.17169885859854986f,0.7939512573057903f,-0.08429322287678008f,1.4396682961159655f,0.4270879493644042f,0.16417973883713055f,0.6764505460915261f,-0.06593169193481199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6473017156320335f,-0.16406630142044587f,-0.44054822400963256f,-0.32081831758504065f,0.1422396059379023f,0.7829109795703673f,-0.08257295302215192f,1.4396682961159655f,0.4480718507588445f,-0.011517239529663215f,0.6626454329059848f,-0.06593169193481199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.35320088987271603f,0.04146891487813927f,-0.7351693035868645f,-0.2944168637096696f,0.05458450503525952f,0.8146016776672289f,0.019725186849212543f,1.4300473303623569f,0.7343119961212818f,-0.04060640694533626f,-0.3550795073104227f,0.029477527872923723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3352011817471322f,-0.09487527885015123f,-0.7201658484116225f,-0.2944168637096696f,-0.2559723027190728f,0.7576970477259939f,0.019322632015555147f,1.4300473303623569f,0.6797928713924714f,0.2385243495545459f,-0.3478329867530672f,0.029477527872923723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5466312991727702f,0.21753651354300815f,-0.04489698981783073f,0.4598428873913991f,0.14704644138829975f,0.7660412049867277f,-1.3538701807549791f,1.9316211021323757f,-0.16647888302780958f,-1.3443455610586272f,-0.7787336155372885f,0.20902032640088658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5710140682795725f,-0.6309298107081885f,0.5252337648957284f,0.3330047280598293f,0.6941538342005272f,0.7126486631165435f,0.10140186104263665f,1.7315078599321512f,-0.43828459736969866f,0.3066911425488721f,0.844894759594678f,0.32634895499645844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7737234481730619f,-0.6309298107081885f,-0.057267789436267036f,0.07216724129643057f,0.548781547185124f,0.7126486631165435f,-0.4370019409880291f,1.5583577652042575f,0.3165293654880835f,0.3066911425488721f,0.897635618648112f,0.20024501113465792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8840534132029609f,-0.290835906983347f,-0.3658743470282778f,0.12599009925843815f,0.230850434269327f,0.40894955528464033f,-0.8828750411185935f,1.3628009428304573f,0.4063959148439582f,-0.8649709454320813f,-0.29439365474900003f,-0.5580622358723513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6027466896447345f,-0.2679982244419016f,-0.7515805877072013f,-0.06010543227706348f,0.648404822609878f,0.38445214829338636f,-0.6570903527589284f,1.5773779220728619f,0.46504581939693496f,-0.8833875125722503f,-0.05795591853163187f,-0.38345839500187157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.25291218518047826f,-0.5439210888943267f,-0.8001157888976103f,0.28678006202394485f,-0.07392221105612036f,0.8137207812490089f,-0.5765362060409365f,1.3332227634756826f,0.9646610458082205f,0.20495935992169906f,0.1655920513813315f,-0.027803732576770934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.26228324381815893f,-0.2771114827771094f,-0.9243466482469095f,0.22904449245169367f,-0.08573615171015109f,0.9474012690036361f,-0.3083506896055755f,1.5089333096038295f,0.9611747043603249f,0.1601251435701833f,0.22472900590371062f,0.003624288129536621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2654449071339473f,-0.5036321079944777f,-0.8221275455023318f,0.15682191023208508f,-0.0967308987247833f,0.8345034132233256f,-0.542445560909586f,1.3531292270414221f,0.9592612441397523f,0.22351454788370767f,0.17279789459306472f,-0.3178730664076639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2654449071339473f,-0.025094426933559705f,-0.9637993935532052f,0.14609295897233512f,-0.0967308987247833f,0.9939239358510158f,-0.05251992930613772f,1.5391617154553243f,0.9592612441397523f,0.10717032928615186f,0.26140464037991357f,-0.296144850664136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,0.24836170573326202f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.218937909235956f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.17456916059728714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,0.24248676651224524f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.0963412533081276f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.27827961110476024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,-0.2749334605350663f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.198469521412904f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,0.09170037213247842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,-0.3476120380031038f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.073259879805537f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,0.02198177686710301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.864656710503429f,0.3878321131807041f,-0.31930396954497586f,0.17377051308421476f,0.1057977881826507f,0.7619302801558016f,0.6389593697547293f,2.2775363069264873f,0.4910963255788504f,0.5186988530616694f,-0.6998399094331932f,-0.09078116285711244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9146816607324278f,0.24779514634590566f,-0.31930396954497586f,0.07091002158149243f,-0.01469691392536792f,0.7691000744530647f,0.6389593697547293f,2.2835939585474327f,0.40390773728766066f,0.589137200424232f,-0.6998399094331932f,-0.038320084240125896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8083807063030967f,0.5828386502506104f,-0.0825817258898921f,0.02706546412652132f,0.09554380222147349f,0.2683360022614454f,0.9585755952179305f,2.3293664992475023f,0.5808545562651382f,0.76700384462165f,-0.27260426776123114f,-0.0813586572055923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9489227862828337f,0.3045091200970349f,-0.0825817258898921f,0.057700637880754524f,0.00794717079292679f,0.2847273621009728f,0.9585755952179305f,2.3313927499755853f,0.31540828801667803f,0.9089579335969025f,-0.27260426776123114f,-0.0835141297836775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8896042508343553f,0.44920433596136633f,-0.0825817258898921f,0.14734188909225893f,0.052390500505473794f,0.2799786843839659f,0.9585755952179305f,2.389433241062408f,0.4537174366874511f,0.8484264262999659f,-0.27260426776123114f,-0.02121331111420563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8896042508343553f,0.3265719705214556f,-0.31930396954497586f,0.07386319572493154f,0.052390500505473794f,0.7674543369213737f,0.6389593697547293f,2.2167560152550996f,0.4537174366874511f,0.551692476666402f,-0.6998399094331932f,-0.14534411836414587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8756593253201957f,-0.16515970868782232f,-0.45380944966575243f,-0.19990601460783997f,-0.19074121848913228f,0.9815808074814087f,0.010812305648048453f,2.3088398464926714f,0.44366488879452753f,0.09602806366005401f,-0.8910331517068486f,0.03027751019744808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.890715176626942f,-0.026143020493097247f,-0.45380944966575243f,-0.09757242955288947f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.322923545760734f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.021670804594544964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8579325601359f,-0.2408499650253807f,-0.45380944966575243f,-0.07756405606200256f,-0.27556579490932104f,0.9612214035915801f,0.010812305648048453f,2.319384934651243f,0.4336072127336608f,0.13433059080010665f,-0.8910331517068486f,-0.03190414943701781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8903690841464857f,0.03605381242275152f,-0.45380944966575243f,-0.10375194019851273f,0.03495510415017476f,0.9993303931835676f,0.010812305648048453f,2.328365359474016f,0.45389540060458694f,-0.006236013900035059f,-0.8910331517068486f,-0.01845750229153066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.885047222096869f,-0.10367448120285999f,-0.45380944966575243f,-0.1721423567024474f,-0.12180496664269866f,0.9924951607679225f,0.010812305648048453f,2.4313574741627533f,0.4492827225253452f,0.06484564595694599f,-0.8910331517068486f,-0.01744766388350731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.885047222096869f,-0.10367448120285999f,-0.45380944966575243f,-0.14881559843180395f,-0.12180496664269866f,0.9924951607679225f,0.010812305648048453f,2.208046062989971f,0.4492827225253452f,0.06484564595694599f,-0.8910331517068486f,-0.03203793422382013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,-0.00989635804866909f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,1.6999042646404148f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.07388491645016348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2654449071339473f,-0.025094426933559705f,-0.9637993935532052f,-0.0004859479485842016f,-0.0967308987247833f,0.9939239358510158f,-0.05251992930613772f,1.327182788696284f,0.9592612441397523f,0.10717032928615186f,0.26140464037991357f,-0.11407378993247043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2650661044945053f,-0.2409363112828435f,-0.9336432156629879f,0.11111035678943051f,-0.08862723604717795f,0.9580916085523896f,-0.27240720007395625f,0.6842573150436796f,0.9601485162612843f,0.15495213301826874f,0.23260409109545543f,-0.3347532953288775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2650661044945053f,-0.37127584060087443f,-0.8898843803743394f,-0.02944134248046929f,-0.08862723604717795f,0.9096082380842083f,-0.40590401111590413f,1.035697192277412f,0.9601485162612843f,0.1864593880593203f,0.2082011607215435f,-0.263511570529996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2522269849451272f,0.13391765557283755f,-0.9583567235593254f,0.31478662452548256f,0.09120283707475062f,0.9826789790415151f,0.16131976524729313f,1.1228718085878828f,0.9633605714243275f,-0.12809405011865344f,0.23564448592995516f,-0.09487193445514737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2522269849451272f,-0.9508903322589142f,-0.17941327732924925f,-0.000026122272381891186f,0.09120283707475062f,0.20794278207896066f,-0.9738797882135034f,1.073089136251226f,0.9633605714243275f,0.22927576277878442f,0.13917267701384312f,-0.0077346845080451115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.18971402979239455f,-0.672233965778687f,-0.7156186709088781f,-0.003805390982662267f,0.01497667871323552f,0.7307516461939868f,-0.6824791064050963f,1.2164333436629151f,0.9817251580736079f,0.1187582706098284f,0.14870167170247894f,-0.12350328729170487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.33598293755984326f,-0.5444167723407494f,-0.7685869135385658f,-0.005142693644142813f,-0.19281455349165313f,0.7589853686897912f,-0.6219033349939814f,1.1787103442685092f,0.9219208282875881f,0.3571436519230075f,0.15003465686508816f,-0.12665805563204943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,-0.5603048142278478f,-0.7847112254406909f,-0.003805390982662267f,-0.08968621539476936f,0.7959752317549318f,-0.598648321805754f,1.2164333436629151f,0.9600362362680365f,0.22908938339822593f,0.1607746232044201f,-0.12350328729170487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.27190776437133557f,-0.004057965325225635f,-0.9623147617032596f,0.004131418119004203f,-0.002742147623668423f,0.9999837820407078f,-0.004991621176770669f,1.2400905408195295f,0.96231941074728f,0.003996069691789988f,0.27189222704230825f,-0.12348501226021483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2563077240356958f,0.042032142409734144f,-0.9656809253599706f,0.004131418119004203f,-0.17594771691269862f,0.9843919728484711f,-0.0038528826486011886f,1.2400905408195295f,0.9504466063450646f,0.17089687766586853f,0.2597027256137422f,-0.12348501226021483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,0.08949519471600692f,-0.9600540621768537f,0.004131418119004203f,-0.08968621539476936f,0.9936555172876668f,0.06786085566762776f,1.2400905408195295f,0.9600362362680365f,0.06811257656647245f,0.2714610505501278f,-0.12348501226021483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.2518530079566038f,-0.33832098888660156f,-0.9067022503898414f,0.059165763762500774f,0.09511887150604276f,0.9410201690974151f,-0.3247051610850822f,1.2472157579092638f,0.9630796761777437f,-0.004466523330759642f,0.26917947080471794f,0.06379803889332972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.26901143539660516f,-0.22036248875805056f,-0.9375890470639127f,-0.054623219969372035f,-0.21856573808562957f,0.9341097330735821f,-0.28225524744862635f,1.2731032332925025f,0.9380095232783843f,0.2808547313569051f,0.20312251011027443f,-0.3059910265824526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,-0.13097271120366266f,-0.9552797187732481f,0.012621094650048879f,-0.08968621539476936f,0.9830870160083902f,-0.15967561405512815f,1.1043682162818689f,0.9600362362680365f,0.12800807738451964f,0.24888623340116958f,-0.13037087291754557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,-0.04721620707433364f,-0.9630596149611133f,1.398852386351167e-17f,-0.08968621539476936f,0.9932627198520564f,-0.07338632107047227f,1.3270010288065843f,0.9600362362680365f,0.10582910347163038f,0.25909578520441734f,-0.11422496570644718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3581258678950463f,0.03365655033467032f,-0.9330665031839851f,0.44038367404605616f,-0.06628839688409716f,0.9959116752215927f,0.061365980769946815f,1.7763421021508026f,0.9313171914997362f,0.08382822780478462f,-0.35443069426920815f,-0.7903373855565132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3581258678950463f,0.03365655033467032f,-0.9330665031839851f,0.40680937393089556f,-0.06628839688409716f,0.9959116752215927f,0.061365980769946815f,1.7701275649429185f,0.9313171914997362f,0.08382822780478462f,-0.35443069426920815f,-0.7030263988534129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3581258678950463f,0.03365655033467032f,-0.9330665031839851f,0.5635564994660737f,-0.06628839688409716f,0.9959116752215927f,0.061365980769946815f,1.7640299364313685f,0.9313171914997362f,0.08382822780478462f,-0.35443069426920815f,-0.6935172880645818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.04335126699728599f,-0.8113890401377429f,-0.5828966402322816f,-1.0367627623222775f,0.10628096236977475f,0.5763889051923385f,-0.8102346493509963f,2.469122885926582f,0.9933906707270229f,-0.09707551450046265f,0.06124801871886065f,-0.2511629773948393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17936010307731276f,-0.8113890401377429f,-0.556307270281854f,-1.0432588658489508f,0.4035915210509014f,0.5763889051923385f,-0.7105559190570417f,2.4447701708150884f,0.8971866235961811f,-0.09707551450046265f,0.4308509103211398f,-0.34146141816581366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.06929177095118202f,-0.8113890401377429f,-0.5803847654985449f,-0.9529530992608324f,0.25976229452259936f,0.5763889051923385f,-0.7747898943039537f,2.5731650125164283f,0.9631833682237267f,-0.09707551450046265f,0.2507072868140596f,-0.3339182908024354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000041424467637548925f,3.7302363138280577e-7f,-0.000015061262004888124f,0.668574934789272f,-0.0000014013471155432714f,0.00001556203236282969f,0f,1.4918067567033997f,0.00001500056619168807f,0.0000013507875882874518f,0.0000041592080760781125f,-0.27593970200596146f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42.mcfunction new file mode 100644 index 000000000..b3525334b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..bf3e4c0bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6569885415687348f,0.09325410233636837f,-0.47604009609408887f,-0.32208302635038677f,-0.17995128549419176f,0.7911019083455068f,-0.09337960112106579f,1.4482133027394686f,0.45047534398768074f,0.1800163532959703f,0.6569707158235027f,-0.08374667971095351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6295494530096342f,-0.16189035785218694f,-0.4663249920921687f,-0.32208302635038677f,0.1337028089329491f,0.7834258646620028f,-0.09147389497573792f,1.4482133027394686f,0.47517475216883087f,-0.005952025964652233f,0.6435631501944518f,-0.08374667971095351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3971696783768965f,0.04744102665864581f,-0.7120042415688341f,-0.300211669235386f,0.044960003965285635f,0.8149045134394651f,0.02921774227886365f,1.436849837864517f,0.7121652119177675f,-0.02498854557604864f,-0.39892446398855974f,0.014123530643311177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3772328147296257f,-0.10595310584949975f,-0.6974735427613069f,-0.300211669235386f,-0.2647962404646507f,0.7543631505838768f,0.028621461824192965f,1.436849837864517f,0.653894757990115f,0.24435665819046465f,-0.3907831483969565f,0.014123530643311177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5071238016760513f,0.3822065211809848f,0.15460359500430473f,0.4256424025460558f,0.12082942248744866f,0.9696494414565869f,-1.2192565199105054f,1.9406056591650722f,-0.39418821276501387f,-1.1640895093804675f,-0.9648406692648621f,0.2856796869659115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5687140036381982f,-0.6812284382205841f,0.4609687592726378f,0.30223109667585923f,0.7715143470763249f,0.6361024658346227f,-0.011801068362828626f,1.7266025372996823f,-0.28518414107590745f,0.36235544416864507f,0.8873378937925175f,0.3592949315693548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7289430591962733f,-0.6812284382205841f,-0.06760052817191534f,0.05692384872873921f,0.5436893969106297f,0.6361024658346227f,-0.5475175729107403f,1.5563412736839115f,0.4159854037541869f,0.36235544416864507f,0.8340591561423027f,0.20390423801904695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8964190359033386f,-0.262106330977606f,-0.3573977942455528f,0.1471802359994261f,0.22176964315878872f,0.43291641172403944f,-0.873728565306872f,1.373051845623164f,0.38373315916578327f,-0.8624868994491682f,-0.32994728493383313f,-0.5536918167611927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6193248247490387f,-0.22609414979029463f,-0.7518764505423587f,-0.04534084863436505f,0.646981199726226f,0.39557164553627455f,-0.6518729941089265f,1.5868535359697535f,0.44480567515532576f,-0.8901710558529342f,-0.09870867576503617f,-0.38521096532290733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.19707947853435756f,-0.5527462256569362f,-0.8097106206309986f,0.28213307649454594f,-0.07752530773627521f,0.8145359881657109f,-0.5749095151789576f,1.3385391704455185f,0.9773175051133698f,0.17607593249765782f,0.11767650655104736f,-0.014887709894735628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.21173908458496143f,-0.283282646374206f,-0.9353702487904717f,0.22317151624444187f,-0.09569064767424969f,0.9464629971230553f,-0.3083035760813124f,1.5140740850555832f,0.9726303820089137f,0.15478610189571138f,0.17329570869795147f,0.015217782390072446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2167068103154618f,-0.5115204065114292f,-0.8314956596911861f,0.16665758595903638f,-0.11259201768936343f,0.8329561571290294f,-0.5417629351049011f,1.3635429817717566f,0.9697222261635219f,0.21102349163830456f,0.12291415728565136f,-0.3118878964475935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2167068103154618f,-0.027241836747447734f,-0.9758565676847821f,0.15545063802086007f,-0.11259201768936343f,0.9922426598648526f,-0.052702386065150056f,1.5492590905835093f,0.9697222261635219f,0.12129462591123916f,0.21195852851328248f,-0.28782041328602814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,0.25433518109474845f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.226984401587625f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,-0.14626220004821486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,0.25556059703812434f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.105861836975794f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,-0.2518469299934987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,-0.28629437496030846f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.203964401267651f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,0.0825303101110565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,-0.35408549808779083f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.079903113210717f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,0.00615313465419022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8964033836431516f,0.35578171617396404f,-0.2643489062383594f,0.1744641757074908f,0.10014017849196288f,0.7435438510014053f,0.6611463425669067f,2.283086682815057f,0.4317787841530727f,0.5661818719054053f,-0.702143268486557f,-0.06614687992531712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9410236929351404f,0.21117306908148348f,-0.2643489062383594f,0.06820042222038364f,-0.017408597843730243f,0.7500549676067197f,0.6611463425669067f,2.288640064260111f,0.33789251257733594f,0.6267563166520058f,-0.702143268486557f,-0.020910663523444617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8465754005589228f,0.5298398623895323f,-0.050791843750157356f,0.02759096314885172f,0.08481767415551017f,0.22849301719032034f,0.9698437519756022f,2.337492609840091f,0.5254674617132336f,0.816737816755356f,-0.23837635235556792f,-0.06639000854453722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9688705730123923f,0.24230146792600668f,-0.050791843750157356f,0.0583249417432813f,0.010058176294781f,0.24351987566420408f,0.9698437519756022f,2.3391286410322887f,0.24736338823734827f,0.9391421983903144f,-0.23837635235556792f,-0.06628236703166275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9190378679966025f,0.39088308456201903f,-0.050791843750157356f,0.14400643073114514f,0.048029244930198896f,0.2389482964687576f,0.9698437519756022f,2.39324481165649f,0.3912321418540325f,0.8888836402015508f,-0.23837635235556792f,0.00453971323321567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9190378679966025f,0.2923851106996422f,-0.2643489062383594f,0.07821978082372574f,0.048029244930198896f,0.7487180412824558f,0.6611463425669067f,2.224783252367938f,0.3912321418540325f,0.5949220467416892f,-0.702143268486557f,-0.1293177472836642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9047286280745997f,-0.17023488772766243f,-0.39049480475750503f,-0.20702497525566363f,-0.19496879173994835f,0.9805091421125232f,0.024269167295731378f,2.3150145453864677f,0.3787522670423457f,0.09809131069627777f,-0.9202851813303145f,0.02805350742843153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702472f,-0.39049480475750503f,-0.1012975053084256f,-0.03918297926804033f,0.9989372861468592f,0.024269167295731378f,2.329594510703295f,0.3894340598455682f,0.03763373561086466f,-0.9202851813303145f,-0.01642420985692377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8864489144182666f,-0.24843938814945243f,-0.39049480475750503f,-0.08062807646091269f,-0.2796838791763764f,0.9597853589462728f,0.024269167295731378f,2.3261546262292137f,0.3687617792769884f,0.13072847879593708f,-0.9202851813303145f,-0.025285362768513668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9198350094305521f,0.03764788019655002f,-0.39049480475750503f,-0.10767943821712249f,0.03059481107325812f,0.9992371915887455f,0.024269167295731378f,2.3350046607607307f,0.39111061473870445f,0.010376514951696038f,-0.9202851813303145f,-0.01357355928119272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9143997400842208f,-0.10670952530728908f,-0.39049480475750503f,-0.1758449926066087f,-0.12609699733472002f,0.9917210065244858f,0.024269167295731378f,2.4381247340189374f,0.3846721494949647f,0.07143194262200636f,-0.9202851813303145f,-0.015887045232320752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9143997400842208f,-0.10670952530728908f,-0.39049480475750503f,-0.1518353494124687f,-0.12609699733472002f,0.9917210065244858f,0.024269167295731378f,2.214987507550928f,0.3846721494949647f,0.07143194262200636f,-0.9202851813303145f,-0.03195923232227216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,-0.010968080794451916f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,1.707171609331176f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,-0.071166867386964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2167068103154618f,-0.027241836747447734f,-0.9758565676847821f,-0.0007523920141590161f,-0.11259201768936343f,0.9922426598648526f,-0.052702386065150056f,1.3350806118818563f,0.9697222261635219f,0.12129462591123916f,0.21195852851328248f,-0.11665235210367868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2160944734228414f,-0.23645569287142673f,-0.9473077028425337f,0.10734225473199965f,-0.09812957231054638f,0.960059537674321f,-0.26202341719533045f,0.6859603792430691f,0.971428723887787f,0.14958071208970242f,0.18426026423644196f,-0.3341989417518443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2160944734228414f,-0.3489439948723451f,-0.9118888457474592f,-0.023956276341150107f,-0.09812957231054638f,0.9214650595778268f,-0.3758626491357996f,1.0443787616217843f,0.971428723887787f,0.17070510367227076f,0.16488178184986096f,-0.26878567164573375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2036480852652996f,0.16054081245433235f,-0.9657919573615635f,0.31099040494600183f,0.09502148211209088f,0.9785660049255054f,0.18270055265750285f,1.1316564809156062f,0.9744220724639805f,-0.12897760092604554f,0.184028267269903f,-0.08292794385854448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2036480852652996f,-0.9603506292031397f,-0.19040516368237237f,-0.0075393382520445515f,0.09502148211209088f,0.21295027368854877f,-0.972431539427426f,1.081633587070639f,0.9744220724639805f,0.1799412402010887f,0.13462085562755582f,-0.01147921154589683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.14026330694118233f,-0.6744845555477086f,-0.7248425960534699f,-0.004265560562474538f,0.009299932282070808f,0.7329449487960574f,-0.6802243845187362f,1.224303549812445f,0.9900705611144452f,0.0886695345761706f,0.10907794301586685f,-0.12678866879937412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.28802087096937723f,-0.5548555786859226f,-0.7804993687935636f,-0.005683658804415269f,-0.19918391850161954f,0.7625007310285172f,-0.6155634831528887f,1.1866048187117053f,0.9366801719351069f,0.3327580532189812f,0.10909781630047463f,-0.13018871229473208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,-0.5660073335284819f,-0.7956029512560081f,-0.004265560562474538f,-0.09576124382571974f,0.7986284102742056f,-0.5941569207573416f,1.224303549812445f,0.9716882945864086f,0.20451982958841136f,0.11829411426137812f,-0.12678866879937412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.2234939538930754f,0.003732622769800076f,-0.9746981687171152f,0.003858942406642865f,-0.008896785482170877f,0.9999588218417259f,0.0017893655276028236f,1.2478912519487801f,0.9746647114681665f,0.008271768140217052f,0.22351795916773745f,-0.12627000760713747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2068420576526209f,0.04127750623648513f,-0.9775032126110516f,0.003858942406642865f,-0.18189690128153493f,0.9833129299257948f,0.003033009219274893f,1.2478912519487801f,0.9613167430614143f,0.17717745149890152f,0.21089872021932468f,-0.12627000760713747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,0.0955295412298113f,-0.9717111013092903f,0.003858942406642865f,-0.09576124382571974f,0.9924768600747909f,0.07628542716033507f,1.2478912519487801f,0.9716882945864086f,0.07657538095566692f,0.22351301795477438f,-0.12627000760713747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.20404093187201588f,-0.33267795701788383f,-0.920702272743587f,0.04949950180183004f,0.09037113873257954f,0.9428729287067517f,-0.320661344093936f,1.2540912091038339f,0.9747822092164876f,-0.01777687335725219f,0.2224491568171567f,0.06359109929505449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.21989858105054347f,-0.2262793730499671f,-0.948916360584046f,-0.04541163252641752f,-0.22458144072690572f,0.9348553986983282f,-0.27497010747646167f,1.2821300734326029f,0.9493196461324208f,0.27357453985468644f,0.15475522805485992f,-0.3113389249708174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,-0.12894600752760696f,-0.9678436262113743f,0.011541506266288892f,-0.09576124382571974f,0.9836648535809848f,-0.15242453874114475f,1.1121291241721f,0.9716882945864086f,0.1256040722755039f,0.20011365568488027f,-0.13331713018240762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,-0.04410219893306119f,-0.9753990740740739f,1.4309699665860076e-17f,-0.09576124382571974f,0.9932063857235238f,-0.06611247642439111f,1.3347968106995884f,0.9716882945864086f,0.10768505656442454f,0.21029927902033688f,-0.11684756515775034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8559303802332295f,0.03760374216779601f,-0.515721962658928f,0.5541968518196057f,-0.01472547990771041f,0.9951752024840862f,0.09700245668149667f,1.795112040051344f,0.5168813639852828f,0.09062160303004986f,-0.8512469563111387f,-0.8286631995286446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8559303802332295f,0.03760374216779601f,-0.515721962658928f,0.4739533786727404f,-0.01472547990771041f,0.9951752024840862f,0.09700245668149667f,1.7937315263099962f,0.5168813639852828f,0.09062160303004986f,-0.8512469563111387f,-0.7802055716550245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8559303802332295f,0.03760374216779601f,-0.515721962658928f,0.5914334096450122f,-0.01472547990771041f,0.9951752024840862f,0.09700245668149667f,1.7798714146784456f,0.5168813639852828f,0.09062160303004986f,-0.8512469563111387f,-0.6767473421451637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.11406811984097705f,-0.823852506034265f,-0.5552076299340686f,-1.0400990508929797f,0.1324645859240819f,0.5412528139761164f,-0.8303604788517437f,2.486487713668209f,0.9846022534566463f,-0.16826300741397915f,0.04739159022545239f,-0.29651386724401435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08830655971997124f,-0.823852506034265f,-0.5598830233285202f,-1.0388717515970243f,0.41580547924801353f,0.5412528139761164f,-0.7308564802957317f,2.460367732509516f,0.9051562047170383f,-0.16826300741397915f,0.3903585600422389f,-0.38654332253897694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.013091192490192388f,-0.823852506034265f,-0.5666530410932654f,-0.9544874450810122f,0.2786131323593921f,0.5412528139761164f,-0.793360015276686f,2.5924317253803655f,0.9603141898129344f,-0.16826300741397915f,0.22245048253472194f,-0.37489616727170394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000033748423843660384f,3.246711854172891e-7f,-0.00001525272606788853f,0.6761307062772486f,-0.0000014962694347768711f,0.00001555319268763017f,0f,1.49946471006633f,0.000015182629602912636f,0.000001460620019993985f,0.000003390423645793209f,-0.24348396695310132f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43.mcfunction new file mode 100644 index 000000000..5d36b8fc1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..654e57633 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6371516277174148f,0.08763163191682025f,-0.5032921068615005f,-0.32278098266625077f,-0.18978207662346985f,0.7875863405228184f,-0.1031259620987992f,1.4513160817480713f,0.474304766088194f,0.19741554587700152f,0.6348279574471759f,-0.09744507620440829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6094888375249505f,-0.1595424986482199f,-0.4930208393745311f,-0.32278098266625077f,0.12348780523613387f,0.7839294921581784f,-0.10102135062739515f,1.4513160817480713f,0.5032634686627345f,0.0008616552113177439f,0.6218722848462132f,-0.09744507620440829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.431192418046037f,0.051315466326364516f,-0.691653284514549f,-0.3053093895349459f,0.03425486821930172f,0.8150099835987415f,0.03911233925632289f,1.4381226532511329f,0.6927078367301284f,-0.008360262826680299f,-0.43247011848517225f,0.0015530186517516142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40947666454919746f,-0.11520086743587898f,-0.6775379113611909f,-0.3053093895349459f,-0.2745241922926019f,0.7504455312828863f,0.03831412825109181f,1.4381226532511329f,0.6300518463077134f,0.2521116116317684f,-0.4236441976997606f,0.0015530186517516142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3969603744374735f,0.5544506991834541f,0.4271912738182925f,0.38328897009961144f,0.17350121061751306f,1.1981843768630616f,-0.9877539060694902f,1.928226100897173f,-0.6780894426001439f,-0.8356703125134081f,-1.132808936501637f,0.3901399198839288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.555542181421594f,-0.7453014795095139f,0.3686442584691464f,0.26597090845024485f,0.829642001942177f,0.5263818052248188f,-0.18605467944031345f,1.7085938739899984f,-0.05538080240222015f,0.4092039830807987f,0.9107607078459719f,0.4031270406911734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6619918201709221f,-0.7453014795095139f,-0.07932549821917037f,0.043056373607163405f,0.5112140338436874f,0.5263818052248188f,-0.6793985625018103f,1.548964639397872f,0.5481122527622011f,0.4092039830807987f,0.7294690251153605f,0.2085722190296641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9104585579313412f,-0.22678671568832415f,-0.34588003682907975f,0.1665625014190888f,0.21632213699498604f,0.45165967042611427f,-0.8655681805360549f,1.3812432792758305f,0.3525194283092847f,-0.8628854661528825f,-0.3621584252321324f,-0.5468990595716287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6356826665938431f,-0.18571730860972938f,-0.7492774043536208f,-0.03231004829854798f,0.6425599998311928f,0.410620633420124f,-0.6469214341993886f,1.59319001899838f,0.42781327002452674f,-0.89269243118356f,-0.14168990542204024f,-0.38352948892033517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15027498163240868f,-0.558123476562262f,-0.8160365278622234f,0.27724156138135214f,-0.09125919964383432f,0.8140547093304382f,-0.5735736122742245f,1.3381532135358978f,0.9844232770387674f,0.16066460446218342f,0.07139815471890096f,-0.0026683015246527497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.16671169456051696f,-0.28762304654629567f,-0.9431225763346927f,0.2174177240518299f,-0.11139184874414489f,0.9448908176855083f,-0.30785255998119126f,1.513396163352048f,0.9796933535194174f,0.15637878931951993f,0.1254854864948084f,0.027437005763349787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.17232055822151637f,-0.5181059644914119f,-0.8377779149468245f,0.175309481033674f,-0.1301254525767625f,0.8310738105778674f,-0.5407251501116587f,1.3687474709578298f,0.9764082096162023f,0.20219429005292625f,0.0757923298498958f,-0.3044593849349625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.17232055822151637f,-0.029803969628388813f,-0.9845899393192147f,0.16356754960760603f,-0.1301254525767625f,0.990093607436199f,-0.05274481117291678f,1.5540603672822864f,0.9764082096162023f,0.13720922676104547f,0.16673522808848248f,-0.27769055974171347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,0.2580472828989764f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.2289501661489775f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.11862799723790915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,0.26440643100938693f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.109610885928802f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.2260431262088334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,-0.29368029420196395f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.203866275452674f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,0.08168108666459825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,-0.35775445380656695f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.0813247964202044f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.00016266989324000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9170893742730498f,0.32910305244664073f,-0.2250294657723048f,0.17438003831448673f,0.09558820626516751f,0.7294783442573535f,0.6772918426221874f,2.2834874926634066f,0.3870529349048694f,0.5996269891606394f,-0.7004552087404827f,-0.04150149587402127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9572815422057791f,0.18158686209733255f,-0.2250294657723048f,0.06594547273253187f,-0.019704197715823428f,0.7354505452508807f,0.6772918426221874f,2.2886292810557243f,0.2884853437256394f,0.6527930047142252f,-0.7004552087404827f,-0.0016938631362993506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8722070023154121f,0.48802399327523327f,-0.032977675777067283f,0.027875551270379745f,0.07736880234364038f,0.2042180587350208f,0.9758632347365128f,2.3391254212785904f,0.48297930963538493f,0.8486033033604067f,-0.21587825270261107f,-0.04837935685522929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.980325860695107f,0.1946116125845014f,-0.032977675777067283f,0.05857118133566992f,0.010475252919488316f,0.21813119026370908f,0.9758632347365128f,2.3405473027784347f,0.19710777744338293f,0.9563185160193216f,-0.21587825270261107f,-0.04664091706759013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9378124590871771f,0.34557237227707294f,-0.032977675777067283f,0.14076289817247656f,0.04446952123085593f,0.2138069427569838f,0.9758632347365128f,2.3922741707933763f,0.3442822290830006f,0.9137101984479038f,-0.21587825270261107f,0.029873770019484908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9378124590871771f,0.264328453094048f,-0.2250294657723048f,0.08128899622631584f,0.04446952123085593f,0.7343692678747801f,0.6772918426221874f,2.227041085521551f,0.3442822290830006f,0.6251657758434693f,-0.7004552087404827f,-0.11078852954529547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9234648763337786f,-0.17269390234795123f,-0.34262142120666506f,-0.2114491261016632f,-0.1983306967828883f,0.9792786557057648f,0.04096643983462859f,2.3155541333999667f,0.328447190414917f,0.10578341349638185f,-0.9385799446704584f,0.03323161144688621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9391107695335155f,-0.026106019928229085f,-0.34262142120666506f,-0.1035407212297715f,-0.04269598416392063f,0.9982478668865514f,0.04096643983462859f,2.3305317966860004f,0.34095163217448066f,0.0531005836122063f,-0.9385799446704584f,-0.0055057914796665455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9048995483505324f,-0.25252201711004746f,-0.34262142120666506f,-0.0824515202598483f,-0.2829257471989191f,0.9582665455807216f,0.04096643983462859f,2.3271733584580234f,0.3179777177208105f,0.134006934505136f,-0.9385799446704584f,-0.013350829409406312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9386442067921612f,0.039466628762022074f,-0.34262142120666506f,-0.11004770532511467f,0.02704227222421085f,0.9987945065528883f,0.04096643983462859f,2.3359142434661435f,0.34382520060121535f,0.029187649681557147f,-0.9385799446704584f,-0.002895537729190701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9332618799731173f,-0.10785557528179765f,-0.34262142120666506f,-0.17775620059546743f,-0.12953654733866965f,0.9907280321616283f,0.04096643983462859f,2.439280896716937f,0.33502618747288865f,0.08261441260325056f,-0.9385799446704584f,-0.0069623786659439545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9332618799731173f,-0.10785557528179765f,-0.34262142120666506f,-0.153488696157063f,-0.12953654733866965f,0.9907280321616283f,0.04096643983462859f,2.216367089480571f,0.33502618747288865f,0.08261441260325056f,-0.9385799446704584f,-0.0255506215016753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,-0.012013595339447876f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,1.7088218544768712f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.0660530013537893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.17232055822151637f,-0.029803969628388813f,-0.9845899393192147f,-0.0008371067288020718f,-0.1301254525767625f,0.990093607436199f,-0.05274481117291678f,1.3375367516882966f,0.9764082096162023f,0.13720922676104547f,0.16673522808848248f,-0.11750646138918136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.17149157153284617f,-0.2377738769877299f,-0.956061830801449f,0.1117489883256016f,-0.11079256300385298f,0.9596276561800726f,-0.2585338845826165f,0.6875428203963045f,0.9789359779251307f,0.15026092278621295f,0.13822447759786896f,-0.33558791170127067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.17149157153284617f,-0.34497583383431063f,-0.9228121775115004f,-0.01780859416807693f,-0.11079256300385298f,0.9239935622689373f,-0.36600670057882406f,1.0476911872986399f,0.9789359779251307f,0.16500779059148007f,0.1202363512748382f,-0.2721314697506307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.15830965264199848f,0.17207335887713301f,-0.9722802132333618f,0.3082206255908387f,0.10102419628364256f,0.97670741200481f,0.18930595104251424f,1.1339830381894846f,0.9822078016619568f,-0.12819278645699253f,0.13723863834495753f,-0.07104466954895854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.15830965264199848f,-0.9675217441436004f,-0.19707797565860938f,-0.013181811068678453f,0.10102419628364256f,0.21441895887422768f,-0.9715032793771397f,1.083883184084026f,0.9822078016619568f,0.13388870260263902f,0.13168769748829318f,-0.014088895520149414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.09486018698522006f,-0.6764945324641773f,-0.7303127360735284f,-0.0041659560944288946f,0.003615487576174428f,0.7338502053171923f,-0.6793017035202409f,1.2267976668128773f,0.9954840396383638f,0.061798249991312795f,0.07205902527300516f,-0.12840169685959477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.24435956388700186f,-0.5668763393018663f,-0.7867271569462119f,-0.0055255879201194765f,-0.20500228934718623f,0.7627838994728156f,-0.6132982831114547f,1.189121825743392f,0.9477670942269344f,0.31114616925933863f,0.07018259368156897f,-0.13206885188842177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,-0.5726796069012099f,-0.8017305960098109f,-0.0041659560944288946f,-0.10156228027242846f,0.7991414342787844f,-0.5925015369133755f,1.2267976668128773f,0.9800096856483795f,0.1827868590963888f,0.07854922136495869f,-0.12840169685959477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.17874859413226515f,0.00645614531349524f,-0.9838735987327994f,0.0040029541450630176f,-0.014743803258704169f,0.9998837661921535f,0.0038825727119879833f,1.2503538646920482f,0.9837843058115978f,0.01381203435726552f,0.17882300563883372f,-0.12738646438549392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.16209629848098014f,0.03619215427472609f,-0.986111006929605f,0.0040029541450630176f,-0.18760780700829807f,0.9822301958244534f,0.005210869427766843f,1.2503538646920482f,0.96877660003135f,0.1841574608306991f,0.16600580969377957f,-0.12738646438549392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,0.09553183259247951f,-0.9806159032466756f,0.0040029541450630176f,-0.10156228027242846f,0.9916960047606193f,0.07889320229075969f,1.2503538646920482f,0.9800096856483795f,0.08609705629897291f,0.17935527015400432f,-0.12738646438549392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.15957082560881877f,-0.3293618071962218f,-0.9306223463763155f,0.0409405342829389f,0.0849734461662579f,0.9437854671663639f,-0.3194503175960206f,1.25549297266691f,0.9835225798430609f,-0.028103236931128053f,0.17858763398635094f,0.06440031452035896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.17558119386110008f,-0.2355001861536203f,-0.9558822661206352f,-0.03665227395781574f,-0.23027735440349092f,0.9342049828327649f,-0.2724580519995004f,1.2857256213603674f,0.9571538979763076f,0.26795654941061553f,0.10979846636778004f,-0.3143259783548528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,-0.13135226155712126f,-0.97646324258653f,0.01155834052506802f,-0.10156228027242846f,0.983442795515198f,-0.15008454675654442f,1.1146042110716134f,0.9800096856483795f,0.12484731207792295f,0.15490049936098363f,-0.13480176890255988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,-0.045748047372148645f,-0.9841956090637707f,1.4412278534410055e-17f,-0.10156228027242846f,0.9927812289162771f,-0.06380074245141183f,1.3372222222222223f,0.9800096856483795f,0.1108717622892427f,0.16519221640937576f,-0.11768518518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9954722692788767f,0.037405674990430474f,0.08738293068599909f,0.6764194175211079f,0.04567197453323769f,0.994467099312116f,0.09460052393079693f,1.7985723480510756f,-0.08336085315661736f,0.09816314921729169f,-0.9916728111109757f,-0.7960573060668741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9954722692788767f,0.037405674990430474f,0.08738293068599909f,0.5830938922762132f,0.04567197453323769f,0.994467099312116f,0.09460052393079693f,1.8028540956635666f,-0.08336085315661736f,0.09816314921729169f,-0.9916728111109757f,-0.803872386050307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9954722692788767f,0.037405674990430474f,0.08738293068599909f,0.6166492152957607f,0.04567197453323769f,0.994467099312116f,0.09460052393079693f,1.7865231432677016f,-0.08336085315661736f,0.09816314921729169f,-0.9916728111109757f,-0.6512139243919441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.16549643044621004f,-0.819899141902495f,-0.5480659892906283f,-1.033785884844278f,0.13704342327454372f,0.5312184913872762f,-0.8360777562795344f,2.4934666618140966f,0.9766422229489964f,-0.2134767235924764f,0.02444702103456381f,-0.33756678014549024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03278365607602106f,-0.819899141902495f,-0.5715685689415064f,-1.0274681761025357f,0.41583206549913226f,0.5312184913872762f,-0.7381670594865039f,2.467147369454363f,0.908850331571164f,-0.2134767235924764f,0.3583556380011439f,-0.42732447567037196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.06738889324524955f,-0.819899141902495f,-0.5685280416784494f,-0.9453478242216394f,0.28073911850382904f,0.5312184913872762f,-0.799370040563142f,2.600212521718701f,0.9574154189320713f,-0.2134767235924764f,0.19437953615375264f,-0.411602558330994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000026730223807070908f,2.728893088982294e-7f,-0.000015392241804796598f,0.6813946773790631f,-0.000001586910629256695f,0.000015544205983412346f,0f,1.5017527074070387f,0.000015312651338255932f,0.0000015632711761997422f,0.0000026869159314485365f,-0.21221581724078614f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44.mcfunction new file mode 100644 index 000000000..f36d39ebb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..fdf88233a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6159730636268529f,0.08131612959435518f,-0.5300087889822088f,-0.3231418451648608f,-0.20065996026772365f,0.7835255963271571f,-0.11299409139407518f,1.450273153419275f,0.49724964522455806f,0.21545248063647607f,0.6109561877549684f,-0.10765770224229033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5879541958951193f,-0.15731890132692616f,-0.5191922830846127f,-0.3231418451648608f,0.11212078458367575f,0.7843322487956143f,-0.11068808952888998f,1.450273153419275f,0.5307907244796809f,0.008584100681111054f,0.5984876941273161f,-0.10765770224229033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.45710214368706137f,0.05330289995899549f,-0.6746561165046225f,-0.30973116444182053f,0.022835457721577253f,0.8148808539571039f,0.04890991892480973f,1.4352625546936957f,0.6763731341144349f,0.008511119464954418f,-0.45759303834096293f,-0.00858934921099222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43367064639754843f,-0.12311506186970689f,-0.6608876243310589f,-0.30973116444182053f,-0.28481063525525674f,0.7460478306091185f,0.047911757314099336f,1.4352625546936957f,0.608943899303236f,0.2612571836031428f,-0.4482544049054331f,-0.00858934921099222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.196616029573312f,0.6807450093192705f,0.7389875236126181f,0.3289192406832786f,0.35637012607474766f,1.3620562568372736f,-0.6776498627255099f,1.8846527587793473f,-0.9394235791216183f,-0.3504215111795232f,-1.1983715423411003f,0.5062142746475924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5148128568361208f,-0.8159345829461331f,0.2630940493221997f,0.2238487153622651f,0.827778665080833f,0.39325392238604623f,-0.4001672577372912f,1.6761842121359125f,0.2230475376981914f,0.4237948901066524f,0.8778654151100066f,0.4515302281702781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5718664350951635f,-0.8159345829461331f,-0.08496785724066065f,0.03060307806197507f,0.4412422002411803f,0.39325392238604623f,-0.8066329234876987f,1.5377547876877709f,0.6915736411531828f,0.4237948901066524f,0.58491348931412f,0.21382588890005827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9243208196630581f,-0.18747260847570663f,-0.3323929051720671f,0.1839560988306953f,0.21412762502542004f,0.4661871427260522f,-0.8583815632676951f,1.3877019075779589f,0.3158803294578273f,-0.8645944535030475f,-0.3907634174707001f,-0.5383522103330083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6515779962971192f,-0.14794949011359138f,-0.7440141551856118f,-0.02108703059602389f,0.635949707376798f,0.42814180440492783f,-0.6420767594363287f,1.5970129468530452f,0.4135384920763677f,-0.891518672656956f,-0.18487934410091095f,-0.37926879813210984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.111829328184239f,-0.5620398266149045f,-0.8195153657232731f,0.2724228232528404f,-0.11216524061075901f,0.812278874774613f,-0.5723827289442083f,1.3335759019715197f,0.9873769088633743f,0.15593031422265735f,0.027795268479204598f,0.008617246100735422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.12732062650936368f,-0.2911968839016519f,-0.9481528531155887f,0.21189745218930825f,-0.13097109821705427f,0.9426262842998321f,-0.3070867297343065f,1.5083990382168988f,0.9831764996668104f,0.16327909527266557f,0.08187739339926485f,0.03974381017310562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.13265746246520624f,-0.5238141703333082f,-0.8414396666489644f,0.1828051924416158f,-0.14848373308878282f,0.8288598340849049f,-0.5393922102225457f,1.3699714805037249f,0.9799768255730904f,0.19649450475464125f,0.03217655887314225f,-0.2961773326392197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.13265746246520624f,-0.03291654504643186f,-0.990615212236567f,0.1704419951689313f,-0.14848373308878282f,0.9875097776053554f,-0.0526974396137085f,1.5548002048071434f,0.9799768255730904f,0.15408095338499037f,0.12611296976782738f,-0.2664989478184851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,0.26003737794082293f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.226335491905269f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,-0.0922907080058207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,0.2699638157162779f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.108997773698369f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,-0.2016234031115765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,-0.29864247240919506f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.1993574481563414f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,0.08744593257801332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,-0.3600368665933169f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.0785757243644722f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,0.001058340525512902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9302832879837823f,0.3084961860508305f,-0.19850215940934826f,0.17373420011984847f,0.09155829777827473f,0.7192424375816558f,0.688699785167342f,2.280011875615534f,0.3552324340569534f,0.6225113807583676f,-0.6973446053568367f,-0.017405027830490596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9670893928239038f,0.15916971758886364f,-0.19850215940934826f,0.06394401100158534f,-0.02208324275697831f,0.7247102429935661f,0.688699785167342f,2.2847713995395633f,0.2534766984888932f,0.6704178284494587f,-0.6973446053568367f,0.018547745781466105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8889284098568844f,0.457396294957917f,-0.024390807860362684f,0.02770057287272247f,0.07215130752210203f,0.19240999760997834f,0.9786585623406048f,2.335772079915681f,0.452327835725552f,0.8681975709356127f,-0.20404045395298348f,-0.028531125743842617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9867643850204113f,0.1603157414205113f,-0.024390807860362684f,0.0583151188914668f,0.009162012028984333f,0.20528876221800735f,0.9786585623406048f,2.3371309586607f,0.1619015317743168f,0.9654819455379733f,-0.20404045395298348f,-0.02567304148642209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9495367707525459f,0.3127059473063244f,-0.024390807860362684f,0.13774830646578615f,0.04116345015376536f,0.20132806244748713f,0.9786585623406048f,2.3877404409472147f,0.31094290691422005f,0.9282682811506567f,-0.20404045395298348f,0.054418740524742715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9495367707525459f,0.24285142309373553f,-0.19850215940934826f,0.08310673626969574f,0.04116345015376536f,0.7238771831477324f,0.688699785167342f,2.2248680747389753f,0.31094290691422005f,0.6457747362815085f,-0.6973446053568367f,-0.09088057513859646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.935268277685998f,-0.17381625539961237f,-0.3083198957464853f,-0.2144164143583218f,-0.20134592640416105f,0.9777062198545743f,0.05958494422359545f,2.3116547335355384f,0.2910894478931124f,0.11780686319792885f,-0.9494148072938123f,0.0441009777327212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.0253680961751966f,-0.3083198957464853f,-0.10513751326991493f,-0.04592007446625984f,0.9971664761627741f,0.05958494422359545f,2.326992866113398f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,0.009575565484144153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9165602146832197f,-0.25466883348130076f,-0.3083198957464853f,-0.08378717763575538f,-0.28579245614662663f,0.9564372987454796f,0.05958494422359545f,2.3237111139890354f,0.2797142199987848f,0.14272868955372628f,-0.9494148072938123f,0.002436139995844709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9503975622347265f,0.04102822912538863f,-0.3083198957464853f,-0.1117204298380735f,0.02375060164017556f,0.9979406512130874f,0.05958494422359545f,2.3323473388563896f,0.3101296222872279f,0.04930660271438209f,-0.9494148072938123f,0.012049394722635848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9451148202240593f,-0.10815183068131676f,-0.3083198957464853f,-0.17896353216552305f,-0.13265411959229775f,0.9893697584710498f,0.05958494422359545f,2.435996251778396f,0.2985981599876934f,0.09721451817098312f,-0.9494148072938123f,0.0074763682940593885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9451148202240593f,-0.10815183068131676f,-0.3083198957464853f,-0.1546293702622268f,-0.13265411959229775f,0.9893697584710498f,0.05958494422359545f,2.2133880561224104f,0.2985981599876934f,0.09721451817098312f,-0.9494148072938123f,-0.014396898294411778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,-0.013125170964399609f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,1.7062182168902835f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,-0.05926479610943859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.13265746246520624f,-0.03291654504643186f,-0.990615212236567f,-0.0007814665719876612f,-0.14848373308878282f,0.9875097776053554f,-0.0526974396137085f,1.3359020502882752f,0.9799768255730904f,0.15408095338499037f,0.12611296976782738f,-0.11704515362880998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.13156436855844403f,-0.24391003969309394f,-0.960832300384792f,0.12255355505534342f,-0.1255029877093048f,0.9573599112987325f,-0.26021337458731936f,0.6888314940659394f,0.9833309803936088f,0.1548221327039381f,0.09534301349940738f,-0.3374671413531425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.13156436855844403f,-0.35568017281178177f,-0.9253012653154641f,-0.011325544491940329f,-0.1255029877093048f,0.9199277055564551f,-0.3714593068233367f,1.046946288531542f,0.9833309803936088f,0.16499888247566047f,0.07639078334411284f,-0.27384848487757074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.11664017434831944f,0.17216097558614832f,-0.9781388798188216f,0.3063133528914699f,0.1085009524308454f,0.9767577442393788f,0.18485630200239198f,1.131461426608871f,0.9872297671006445f,-0.12769067136492698f,0.09524956376163181f,-0.059406665225097466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.11664017434831944f,-0.9727092777789367f,-0.20057849000023162f,-0.01724110299698626f,0.1085009524308454f,0.2132282011397001f,-0.9709589474124675f,1.0814111010425633f,0.9872297671006445f,0.09148986370908509f,0.13041085763424756f,-0.015678287518043968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.053819939169640535f,-0.6783221358152633f,-0.7327908939191287f,-0.003641512277974145f,-0.0019508747656581948f,0.7337816724344602f,-0.6793825515031535f,1.225248118743199f,0.9985487510559635f,0.03799391085826584f,0.03816876343647044f,-0.12868253710356733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.20521865759950916f,-0.5798176074106923f,-0.78847754864016f,-0.004837794911289125f,-0.21028778423997166f,0.7606865738099697f,-0.6141131689067516f,1.187593302530284f,0.9558579132760779f,0.2918346767637279f,0.03417851760553572f,-0.1326131030720807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,-0.5799553172233372f,-0.8041056064871391f,-0.003641512277974145f,-0.10703502901388695f,0.7980655297255675f,-0.5929881219955805f,1.225248118743199f,0.9856355811980753f,0.16353360599041245f,0.042181284808605155f,-0.12868253710356733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.13806514130142636f,0.00523102384706399f,-0.9904093361569895f,0.004461685590025355f,-0.02023387138731536f,0.999792247998355f,0.002459937210081309f,1.248802155318136f,0.990216444625163f,0.01970018355009438f,0.13814230185570908f,-0.12719869232106093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.12221446350178747f,0.027938913953750102f,-0.9921103980898774f,0.004461685590025355f,-0.1930215854401453f,0.9811869428229825f,0.0038536719971926647f,1.248802155318136f,0.9735534358550345f,0.19102774751531307f,0.1253080492788985f,-0.12719869232106093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,0.09093306591128102f,-0.9872513225535057f,0.004461685590025355f,-0.10703502901388695f,0.9912583417084853f,0.07713885245024192f,1.248802155318136f,0.9856355811980753f,0.09559329221926838f,0.1392279553789888f,-0.12719869232106093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.11888445413878893f,-0.32802095880642507f,-0.9371599314673221f,0.03346843342090472f,0.07921280954719517f,0.9439785344354381f,-0.3203589507548711f,1.2528034853129322f,0.9897433088269714f,-0.036149372177615456f,0.13820783452251276f,0.06596492113231606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.1361749193097072f,-0.2470095574562769f,-0.9593970345358843f,-0.02848487776548466f,-0.23561620649094983f,0.9325555778853073f,-0.27354176535552016f,1.2852136880945508f,0.9622584863693375f,0.2632990176211347f,0.06879122567549288f,-0.31545148743691953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,-0.13709114001529046f,-0.981906317165227f,0.012413833746775592f,-0.10703502901388695f,0.9826548876402729f,-0.15143604049458884f,1.113100432365364f,0.9856355811980753f,0.12488150834287035f,0.11369744918133273f,-0.13506283816419945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,-0.05099069245743251f,-0.990118147314947f,1.4350437230852288e-17f,-0.10703502901388695f,0.9921141097092502f,-0.0652157640438117f,1.3356121399176955f,0.9856355811980753f,0.11449691086895435f,0.12414893667607008f,-0.11718021262002744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7706939369845462f,0.033509621899295815f,0.6363237860833323f,0.7700684431854904f,0.09283722993742939f,0.9938656180148853f,0.060103095306608165f,1.7907699608730407f,-0.6304063009145809f,0.10539562879008117f,-0.7690771464548523f,-0.705754045143701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7706939369845462f,0.033509621899295815f,0.6363237860833323f,0.6978158865931892f,0.09283722993742939f,0.9938656180148853f,0.060103095306608165f,1.7994734511796748f,-0.6304063009145809f,0.10539562879008117f,-0.7690771464548523f,-0.764854635854443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7706939369845462f,0.033509621899295815f,0.6363237860833323f,0.6384935969768399f,0.09283722993742939f,0.9938656180148853f,0.060103095306608165f,1.7861062417303666f,-0.6304063009145809f,0.10539562879008117f,-0.7690771464548523f,-0.6199427685308442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.20123587978420918f,-0.807032907139599f,-0.5551594432965025f,-1.0204171839413534f,0.12545389253910083f,0.5408520948185975f,-0.8317092835703606f,2.492605804356268f,0.9714759088800209f,-0.2370166625453623f,-0.007593427526143504f,-0.3733239697454916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.00485871415827599f,-0.807032907139599f,-0.5904864771445112f,-1.0110642422550187f,0.4074469546598554f,0.5408520948185975f,-0.7358437270703233f,2.4672251011947597f,0.9132159503836634f,-0.2370166625453623f,0.3314509460549479f,-0.4630870183169355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09976471132090439f,-0.807032907139599f,-0.5820179457446857f,-0.9284380212364831f,0.2707275003894263f,0.5408520948185975f,-0.7963577287018868f,2.599369112080797f,0.9574725180954018f,-0.2370166625453623f,0.1645280485750319f,-0.4428847013174683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000020412018016360062f,2.1974245951011305e-7f,-0.000015489539484971345f,0.6848188759456689f,-0.0000016724223283419838f,0.0000155352382844829f,0f,1.5000077823982843f,0.000015400555956219926f,0.0000016579233081856553f,0.000002052995748537642f,-0.18277142540348598f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45.mcfunction new file mode 100644 index 000000000..c8dc54d37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..092d28a57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5945615924985088f,0.07454569862047151f,-0.5548728647062023f,-0.3233263597415632f,-0.2120052036410063f,0.7790969336812557f,-0.12249982041637805f,1.4463994524516832f,0.518164791161284f,0.2332281097768776f,0.5865614566736652f,-0.11501735865163268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5660382268827664f,-0.15541971504742005f,-0.5435489286917901f,-0.3233263597415632f,0.1001928688618252f,0.7845772309018929f,-0.11999982408134993f,1.4463994524516832f,0.5563830647464487f,0.016830951396061403f,0.5745908147007334f,-0.11501735865163268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4765053982610891f,0.05372920633665524f,-0.661059923349554f,-0.3134933014830202f,0.011134589367573007f,0.8145158426091448f,0.05817566074205459f,1.429668670425898f,0.6631463419126283f,0.024931084404658972f,-0.47598299831270385f,-0.016624374971158706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4513908849146674f,-0.1300030112468926f,-0.6475689045056856f,-0.3134933014830202f,-0.29526337875506187f,0.7413311400195255f,0.056988402359563685f,1.429668670425898f,0.590817912881878f,0.27115928511502413f,-0.4662690595716283f,-0.016624374971158706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9222594838124576f,0.7142332761908313f,1.0395742021133902f,0.26340377754145394f,0.6635572741545841f,1.369965590651417f,-0.3525510946623937f,1.8080340401328474f,-1.0726301498813642f,0.23339099728315638f,-1.1119350043742018f,0.6140527632930841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4405519917986574f,-0.8827885438272348f,0.16308994269919325f,0.17710297807895511f,0.7428483421569922f,0.25647274108732476f,-0.6183834357692337f,1.6301069427375645f,0.5040736881417675f,0.39358114788000764f,0.7687675831853289f,0.49710940181016594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.46288488482216283f,-0.8827885438272348f,-0.08013719667272787f,0.019634464310050646f,0.3319755979074675f,0.25647274108732476f,-0.9077521332793074f,1.5242528157979247f,0.8219061903874143f,0.39358114788000764f,0.41178160988113954f,0.21924369999454768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9365875853404512f,-0.14688752535710523f,-0.318163086923372f,0.19917744781508243f,0.21456181360442755f,0.47746960961072943f,-0.8520481207308402f,1.3927682852786711f,0.277068444845172f,-0.8662833409414286f,-0.415675654902274f,-0.5287936090818611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.666591616858451f,-0.1138109566401983f,-0.7366835701185952f,-0.011686959950014026f,0.6279755696859484f,0.4467310020353454f,-0.6372425721011621f,1.5989669004658638f,0.40162457620474934f,-0.8873998410914546f,-0.22631664061490553f,-0.3732955037629887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08092900228512698f,-0.5656233764289198f,-0.8206830646639922f,0.26792689816428716f,-0.13727882408096198f,0.8092113871602595f,-0.5712542825652307f,1.3263168107184453f,0.9872208572797083f,0.15889344519934304f,-0.012159441788221995f,0.01874807748828943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.09362077432480538f,-0.2946100105937082f,-0.9510205530233292f,0.20674364272157109f,-0.15256371754707118f,0.939689194061575f,-0.30611849119601525f,1.5005952940350156f,0.9838493089406738f,0.1737502812138227f,0.043027631529938826f,0.051595177912943296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.09804769490843919f,-0.528889893644287f,-0.8430077875821056f,0.18916846808611415f,-0.16682649166840396f,0.8263673683538277f,-0.5378530414505257f,1.3684483294056222f,0.9810991648150321f,0.19337128256518304f,-0.007209429820905791f,-0.2876390412863748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.09804769490843919f,-0.03652818990974972f,-0.9945111064563628f,0.17610373806268384f,-0.16682649166840396f,0.9845816545781705f,-0.05261071322196617f,1.552728572681392f,0.9810991648150321f,0.17106915797428032f,0.090442091910886f,-0.2549983110917542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,0.26070314884695583f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.22067529229367f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,-0.06781865005644028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,0.2730101716724963f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.1054582900640457f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,-0.17914650859324302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,-0.302216696852808f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.191707712630225f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,0.09782668385247523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,-0.36177178198893944f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.0727927215073954f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,0.007645038155108502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9385017415609851f,0.29340753280068654f,-0.18200687015278239f,0.17262574590404706f,0.0875480467748125f,0.7121294748075271f,0.6965679798959113f,2.2739600205845982f,0.33399074926248024f,0.6377959162664573f,-0.6940220087294908f,0.005527054164830292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9728462782004657f,0.14298118130960583f,-0.18200687015278239f,0.06200931179846031f,-0.024931408389536003f,0.7170575111240681f,0.6965679798959113f,2.278314359007986f,0.23010550594719875f,0.6821912543648345f,-0.6940220087294908f,0.03890646200348137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8994902583876541f,0.436391255850588f,-0.021907690039300348f,0.026970612826496307f,0.0681722361478497f,0.18968824847330615f,0.9794748157097919f,2.3290094699029282f,0.4315898762532704f,0.8795345588481878f,-0.20037249937905866f,-0.008047718184540267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9903183858380471f,0.13707497141442962f,-0.021907690039300348f,0.057506153988860706f,0.006218757007355205f,0.2014706242893797f,0.9794748157097919f,2.3304255234858617f,0.13867523835352946f,0.9698556798617932f,-0.20037249937905866f,-0.00446426410058666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9566826733456149f,0.2903072779615238f,-0.021907690039300348f,0.13491321419235244f,0.0376591431211895f,0.19801735865738307f,0.9794748157097919f,2.3808681453350116f,0.28868677049644176f,0.9362215603333028f,-0.20037249937905866f,0.07769006300935136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9566826733456149f,0.22722623470338038f,-0.18200687015278239f,0.08378731138409194f,0.0376591431211895f,0.7165018062245948f,0.6965679798959113f,2.219655238934478f,0.28868677049644176f,0.6595402944016517f,-0.6940220087294908f,-0.07070650323102004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9424747804791479f,-0.17445060778470373f,-0.28514605661718223f,-0.21671927852190795f,-0.20445599779895318f,0.9756947522749673f,0.07885109604263316f,2.304599871126356f,0.264459889444158f,0.13261499095742366f,-0.955235170546262f,0.058723662515219974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9581614394889597f,-0.024867293220522696f,-0.28514605661718223f,-0.10660403888005912f,-0.04930651857607611f,0.9956662954417923f,0.07885109604263316f,2.3203129534142026f,0.28194950452581363f,0.08961163902698151f,-0.955235170546262f,0.02715035624815996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9236840071042528f,-0.2559288600676007f,-0.28514605661718223f,-0.08509466386488818f,-0.28871538182989187f,0.9541624248248801f,0.07885109604263316f,2.317113322847285f,0.2518953816858312f,0.15515954897073939f,-0.955235170546262f,0.02046550204690872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.957562061066015f,0.042031245552281604f,-0.28514605661718223f,-0.11323297610579094f,0.020267759420934117f,0.9966803512565754f,0.07885109604263316f,2.325635973479478f,0.28751368164847496f,0.06972554636855297f,-0.955235170546262f,0.029568547440348984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.952348018524098f,-0.10828193759300314f,-0.28514605661718223f,-0.1801164844465736f,-0.13589692789488786f,0.9875801383389639f,0.07885109604263316f,2.4295341404167257f,0.27306643257997854f,0.11384415817027183f,-0.955235170546262f,0.025395808488744488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.952348018524098f,-0.10828193759300314f,-0.28514605661718223f,-0.15575304848814794f,-0.13589692789488786f,0.9875801383389639f,0.07885109604263316f,2.207328609290459f,0.27306643257997854f,0.11384415817027183f,-0.955235170546262f,-0.00021912709956663223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,-0.014327566507223164f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,1.7007488509472175f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,-0.0515376810870507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.09804769490843919f,-0.03652818990974972f,-0.9945111064563628f,-0.0006294952910670189f,-0.16682649166840396f,0.9845816545781705f,-0.05261071322196617f,1.3315307304804036f,0.9810991648150321f,0.17106915797428032f,0.090442091910886f,-0.11568861532740582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.09662840594140902f,-0.2534528067968692f,-0.9625095458705909f,0.1374283515193527f,-0.14114921039913975f,0.953771984196595f,-0.2653222617222113f,0.6900002952431612f,0.9852613113123451f,0.16149512961225507f,0.056386802911667915f,-0.33890020642965724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.09662840594140902f,-0.3763745788459143f,-0.921414742428068f,-0.004861655611972616f,-0.14114921039913975f,0.9112089179396375f,-0.38700802093880987f,1.0434639508412722f,0.9852613113123451f,0.16745293149370516f,0.034923690601693785f,-0.2743078269946107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.07910908378916644f,0.1644816820361763f,-0.9832026897525195f,0.30508800681025694f,0.11673586145324237f,0.977979328705584f,0.1730004950147405f,1.1257177888786565f,0.9900073189188089f,-0.12846092362709371f,0.05816613781287141f,-0.04830849869178276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.07910908378916644f,-0.976197752566487f,-0.20193984437494877f,-0.020016974047146613f,0.11673586145324237f,0.2102527943152833f,-0.9706526160956787f,1.0758017910548485f,0.9900073189188089f,0.05321381744204327f,0.1305901915169621f,-0.01644434620083418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.017473167714972024f,-0.6799579357162645f,-0.7330429005634531f,-0.002838925554200636f,-0.007276029089195903f,0.7330489433873251f,-0.6801369759095732f,1.220992289488705f,0.9998208578593956f,0.01721778891735009f,0.007861293411388618f,-0.12800667329013005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.17080616519761632f,-0.592875090807296f,-0.7869716517325928f,-0.003804303965903446f,-0.21505617473868108f,0.7570194647798414f,-0.6169865246917539f,1.183356992740393f,0.9615488004450167f,0.27462821531059584f,0.001802142632131444f,-0.132180174001608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,-0.5873648609320617f,-0.803732940093607f,-0.002838925554200636f,-0.11212534982520311f,0.795932763054915f,-0.5949108694773901f,1.220992289488705f,0.9891471198845143f,0.1466068103398618f,0.009716912376990114f,-0.12800667329013005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.10184907584215128f,0.0012763229181696617f,-0.9947990434001776f,0.005123492477549122f,-0.025323154602634415f,0.9996784591227283f,-0.001310040831013451f,1.2445638216270614f,0.9944775028079172f,0.025324876422529733f,0.10184864772353537f,-0.12609905127880255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.08733227000482996f,0.01778241272952251f,-0.9960205120444661f,0.005123492477549122f,-0.19807420343246473f,0.9801870191034314f,0.0001323469838902941f,1.2445638216270614f,0.9762887301154296f,0.19727441136307186f,0.08912419464407778f,-0.12609905127880255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,0.08328083371024558f,-0.9919921479456277f,0.005123492477549122f,-0.11212534982520311f,0.9910479985810919f,0.07246909986323696f,1.2445638216270614f,0.9891471198845143f,0.10434638108213631f,0.1034398761563059f,-0.12609905127880255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.08246753452326547f,-0.3281786036593479f,-0.9410089849995348f,0.027058409839976257f,0.07336933935468688f,0.9436622319079463f,-0.3226740338378192f,1.2474081080751296f,0.9938893528921169f,-0.04243107553095864f,0.10189974502900029f,0.06799356509075977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.10178252318729492f,-0.25966588393419987f,-0.9603197106663479f,-0.021057050285603403f,-0.24055502867310743f,0.9302609188166784f,-0.2770341154125781f,1.2819213093997661f,0.96528420486078f,0.25920696681034605f,0.03222036938447358f,-0.31522701830890354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,-0.14494312458043798f,-0.9848733976944009f,0.013825016457726118f,-0.11212534982520311f,0.9814905462185118f,-0.15525531749432303f,1.108934756133558f,0.9891471198845143f,0.12517107621390355f,0.07694268583577948f,-0.13441043722107496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,-0.05855419974341844f,-0.9937582827537397f,1.4178352516877452e-17f,-0.11212534982520311f,0.991287070881794f,-0.0691219865829161f,1.3313014403292183f,0.9891471198845143f,0.11798876554571146f,0.08755927380448886f,-0.11577503429355282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.29375234965110203f,0.026863025715129822f,0.9555040214064427f,0.8135282390018508f,0.11468226901497387f,0.9933751855895091f,0.007329244748648333f,1.7765322057721349f,-0.948977098905992f,0.11173235209390661f,-0.2948870075936365f,-0.5857553607570005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.29375234965110203f,0.026863025715129822f,0.9555040214064427f,0.7859889562220601f,0.11468226901497387f,0.9933751855895091f,0.007329244748648333f,1.7872836684922886f,-0.948977098905992f,0.11173235209390661f,-0.2948870075936365f,-0.6747219637794373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29375234965110203f,0.026863025715129822f,0.9555040214064427f,0.656432994400989f,0.11468226901497387f,0.9933751855895091f,0.007329244748648333f,1.7808085504199145f,-0.948977098905992f,0.11173235209390661f,-0.2948870075936365f,-0.5860056111291734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.22524658048928803f,-0.789811695646189f,-0.5704922991578188f,-1.0026981363627532f,0.10310142932359936f,0.5629296106155806f,-0.8200489916850221f,2.4864178619772175f,0.9688312924597933f,-0.24353180267201746f,-0.04536725512970821f,-0.4033502070036047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.003247910235681453f,-0.789811695646189f,-0.6133407996371939f,-0.991800759772758f,0.39320821690477237f,0.5629296106155806f,-0.7269783708273309f,2.462747824668931f,0.9194437172756527f,-0.24353180267201746f,0.30873210369128623f,-0.49340596205168674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.11623868362661609f,-0.789811695646189f,-0.6022342184310379f,-0.9069143153030998f,0.25248039795505295f,0.5629296106155806f,-0.7869967612008634f,2.592632357503204f,0.9605947205128755f,-0.24353180267201746f,0.13397777431390634f,-0.46847475067473165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000014836249051120981f,1.674076221429353e-7f,-0.000015553503040440105f,0.6868193008489382f,-0.000001751958591018799f,0.00001552646985297545f,0f,1.4955671188585133f,0.000015455423748195536f,0.0000017439419694167072f,0.0000014930399093863611f,-0.1557883089806629f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46.mcfunction new file mode 100644 index 000000000..a4bdeaa33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..fe4054eae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5741950511106497f,0.06771332671296745f,-0.5767663245283534f,-0.3234300923331339f,-0.2231758082394542f,0.7745390779811097f,-0.13124869424601301f,1.441031240053221f,0.5361315569346288f,0.24989711184821634f,0.5630797737383356f,-0.12015525615443196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5450447252314568f,-0.15396830339041095f,-0.5649955832114483f,-0.3234300923331339f,0.08837457450965622f,0.784639822623515f,-0.12857014946548215f,1.441031240053221f,0.5788922024674398f,0.025181546902792715f,0.5515883497844921f,-0.12015525615443196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4908290644493257f,0.053013653991194044f,-0.6505542455681511f,-0.3166073258294803f,-0.0003260939556492635f,0.8139484935777708f,0.06657467919302408f,1.422739591949846f,0.6527106308303675f,0.040272158340768555f,-0.48917423287418177f,-0.022859068804486543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.464085917072288f,-0.1360201677275896f,-0.6372776283116582f,-0.3166073258294803f,-0.3054228977848512f,0.7365213678178049f,0.06521601227071747f,1.422739591949846f,0.575622371945252f,0.28113126599357174f,-0.4791910852645046f,-0.022859068804486543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6261935274810774f,0.6383150189935866f,1.281343768341666f,0.19226176848824472f,1.0173748898101873f,1.182339523748781f,-0.09180323613693346f,1.7077747726422259f,-1.0070929697523026f,0.7975170450270774f,-0.8894585786683741f,0.6963742163631439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3398682674230689f,-0.9365456164722771f,0.08585958924548648f,0.1286824381325864f,0.5825567767850368f,0.137974688281221f,-0.8009935001081646f,1.5747743539211547f,0.7383205012869885f,0.3222503586658395f,0.5924842138986217f,0.5331620272841306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.34465140935291133f,-0.9365456164722771f,-0.06401339154906777f,0.010234354227531908f,0.19455506318382743f,0.137974688281221f,-0.9711391830130408f,1.510010140847721f,0.9183483725801384f,0.3222503586658395f,0.22976286235845195f,0.22440764121560436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.946410963072488f,-0.10794467534018923f,-0.3043915833953147f,0.2120627210643692f,0.21675073280065454f,0.48641726805056473f,-0.8464144145586154f,1.3967946637171975f,0.2394272515955209f,-0.8670329800001413f,-0.4369535476289086f,-0.5190476404563311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.680190186139802f,-0.08420517364034022f,-0.7281832182983218f,-0.004066466447876456f,0.61949013531463f,0.46503389589155847f,-0.6324361216121198f,1.5997174236048206f,0.3918842723648937f,-0.8812791637183525f,-0.26414721779515f,-0.3664964819884695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05665730428561153f,-0.5693175014734055f,-0.8201631132812343f,0.26393921155013955f,-0.1636467335536051f,0.8050767736483667f,-0.5701500987715182f,1.317867689733131f,0.9848907028032721f,0.16652018210419867f,-0.04755346973314862f,0.02751704059067101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.06558605757460904f,-0.2980860938389228f,-0.9522831247647272f,0.202096299425562f,-0.1743212560031531f,0.936239494800979f,-0.3050700052123952f,1.491505907475737f,0.9825021978384085f,0.18601152930574097f,0.009441515134565127f,0.06245321180508848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.06875329036499164f,-0.5334261466338794f,-0.8430477632680833f,0.19442286634102074f,-0.1843256679870483f,0.8237061192268129f,-0.5362203626023839f,1.3654121113610498f,0.9804575631740088f,0.19226225639899913f,-0.04169162480942549f,-0.27944302319331665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.06875329036499164f,-0.04043671239374111f,-0.9968138529107493f,0.1806108961865021f,-0.1843256679870483f,0.9814606058043055f,-0.052527396426761255f,1.5491076787216898f,0.9804575631740088f,0.18734981063516326f,0.06002512198948753f,-0.24393977668678926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,0.26038712823386057f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.2135000510815304f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,-0.04573996892603714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,0.2742412406406929f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.100406679960247f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,-0.15904603883335738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,-0.3050512275851528f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.182333737592812f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,0.11067095355770029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,-0.3633807350701094f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.06526168815382f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,0.0173322354568146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9435329676768993f,0.28264753816445093f,-0.17278862253168864f,0.17113335413800682f,0.08330882398536663f,0.7072637842354631f,0.702023916512185f,2.2666435862404777f,0.3206324667793302f,0.6479878923857353f,-0.6908737312769203f,0.026641474574377162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9761323275692966f,0.13156660289659022f,-0.17278862253168864f,0.06002338732089044f,-0.028357277610164794f,0.7115885647278438f,0.702023916512185f,2.2705482032105877f,0.21531730975629312f,0.6901680545713615f,-0.6908737312769203f,0.05839788912665344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9059849137660676f,0.42267110553552945f,-0.023248066019873323f,0.025714980699864526f,0.06467860915156456f,0.1924936928389327f,0.979164366046605f,2.3204719179421662f,0.418339591177443f,0.8856044911599102f,-0.2017341609417846f,0.011867383375453483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9922554105440469f,0.12201937416820574f,-0.023248066019873323f,0.05618848010416379f,0.002029190301281507f,0.20305917032055315f,0.979164366046605f,2.3220251679926998f,0.12419775615036754f,0.9715339652715841f,-0.2017341609417846f,0.015894649611584682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9609510643642497f,0.27574005752438496f,-0.023248066019873323f,0.1321671140129157f,0.03376966028203333f,0.20024173967728676f,0.979164366046605f,2.3728897767889485f,0.27465007180347056f,0.9401439604483253f,-0.2017341609417846f,0.0991153399032089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9609510643642497f,0.21614149028082769f,-0.17278862253168864f,0.08353527869972954f,0.03376966028203333f,0.7113522549970083f,0.702023916512185f,2.212835519414622f,0.27465007180347056f,0.6687756166980476f,-0.6908737312769203f,-0.051359173853851574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9467126371098632f,-0.175097167042574f,-0.27032603431810526f,-0.21880471898252848f,-0.2078631139042058f,0.9732825165331097f,0.09754008862526263f,2.2958059192888274f,0.24602460977417623f,0.14853324578908866f,-0.9578151002572586f,0.07504655175401831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9624482652238526f,-0.024842945426081883f,-0.27032603431810526f,-0.10819545590506235f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.3119314458492726f,0.2662313574191276f,0.1082178268398799f,-0.9578151002572586f,0.045471242125744424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9278493860586942f,-0.25694231251460126f,-0.27032603431810526f,-0.0865904334570589f,-0.29189929263196346f,0.9514624186335136f,0.09754008862526263f,2.3088233996001963f,0.23214288649765646f,0.16941048954451932f,-0.9578151002572586f,0.0390571031706803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9618367458925893f,0.042354567883540584f,-0.27032603431810526f,-0.11485328063989467f,0.016405332507271525f,0.9950963753206531f,0.09754008862526263f,2.3172186173092193f,0.2731317252097982f,0.0893828529590367f,-0.9578151002572586f,0.047888717617528234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9566206536429503f,-0.10863130393022534f,-0.27032603431810526f,-0.18151883099053426f,-0.13946401349574064f,0.9854114470872742f,0.09754008862526263f,2.4212908339502293f,0.25578646164993624f,0.13100961703548028f,-0.9578151002572586f,0.04467582933391334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9566206536429503f,-0.10863130393022534f,-0.27032603431810526f,-0.1570767876062336f,-0.13946401349574064f,0.9854114470872742f,0.09754008862526263f,2.199573258355593f,0.25578646164993624f,0.13100961703548028f,-0.9578151002572586f,0.015198665500930325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,-0.015591056349944253f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,1.6938251774016684f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,-0.04361016854885977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.06875329036499164f,-0.04043671239374111f,-0.9968138529107493f,-0.0004272892022913374f,-0.1843256679870483f,0.9814606058043055f,-0.052527396426761255f,1.3257774502250539f,0.9804575631740088f,0.18734981063516326f,0.06002512198948753f,-0.113866347537046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06696320415436695f,-0.26469323785712584f,-0.9620048955811459f,0.15381558588836716f,-0.15662807896197092f,0.9494262900507786f,-0.2721348280560527f,0.6912552543817553f,0.9853849877941427f,0.1688999987955173f,0.022118233130407842f,-0.33951679295994924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.06696320415436695f,-0.4018904656226779f,-0.9132359952011131f,0.0012110318547874453f,-0.15662807896197092f,0.8997082403372139f,-0.40742205039736956f,1.0385652069300872f,0.9853849877941427f,0.17032068550502386f,-0.002699985006544947f,-0.2739410216836829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.046269035324352066f,0.1526903893000888f,-0.9871903673484365f,0.3043423342533739f,0.1250169786041917f,0.9795937435379496f,0.15737487945026385f,1.118380371802636f,0.9910751391447737f,-0.13069714088951354f,0.026235966391076768f,-0.03815242593008091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.046269035324352066f,-0.9782769038459435f,-0.2020729466597353f,-0.021821552409656653f,0.1250169786041917f,0.20637003517193878f,-0.9704546169934026f,1.0686407702044942f,0.9910751391447737f,0.01963944970530221f,0.13184976520434144f,-0.0166509451032041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.013822882778103618f,-0.6813468827504385f,-0.7318301396348491f,-0.0019114028300397387f,-0.012237458967153572f,0.7319605268860208f,-0.6812371332207063f,1.215368246875618f,0.9998295717319676f,-0.0004609197318934423f,-0.01845575908140091f,-0.12677967783441554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.14134097936183426f,-0.6051690531443401f,-0.7834495163502371f,-0.0026172893737223092f,-0.21932290337979932f,0.7525857158283428f,-0.6208962911664043f,1.1777514305529173f,0.9653601357038173f,0.2595865124530237f,-0.026356231642315667f,-0.13116630283909111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,-0.5943782604120947f,-0.8016101343154773f,-0.0019114028300397387f,-0.11677924379278531f,0.7932716066041536f,-0.5975640270086966f,1.215368246875618f,0.9910736259768851f,0.13204030333635638f,-0.01839636344150814f,-0.12677967783441554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.07053042769805822f,-0.004134969934417185f,-0.9975010580407272f,0.0058713135626797955f,-0.029968693747167263f,0.9995312200831028f,-0.006262385669409246f,1.238967121707805f,0.9970593443540947f,0.030335492460571475f,0.07037344480240489f,-0.12450400602036643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.05759858549934604f,0.00704527976330456f,-0.998314963817297f,0.0058713135626797955f,-0.20270103327990496f,0.9792289826713803f,-0.004784412569214538f,1.238967121707805f,0.9775452388793744f,0.20263505010098912f,0.057830289769602965f,-0.12450400602036643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,0.07418812456313811f,-0.9951685515838962f,0.0058713135626797955f,-0.11677924379278531f,0.9909406660261576f,0.0663265002455302f,1.238967121707805f,0.9910736259768851f,0.1119496252313486f,0.07239025696590431f,-0.12450400602036643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.050842892373745584f,-0.32927462507581085f,-0.9428643707216089f,0.02168487574087394f,0.0677225175111496f,0.9430490303271486f,-0.32568725339039106f,1.2406925069269856f,0.9964078787911221f,-0.047294266885204765f,0.07024664691476216f,0.07016824257333432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.07251745060805431f,-0.27225742077411613f,-0.9594879447865585f,-0.014524226962150243f,-0.24505015693746363f,0.9276679606603557f,-0.2817491354896784f,1.2771759867437578f,0.9667945179520996f,0.25555440046628536f,0.0005553918297755839f,-0.3141734426314461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,-0.15362388054621398f,-0.986034495955242f,0.015495234363454008f,-0.11677924379278531f,0.9801325815120193f,-0.1603207125663125f,1.1034255800902997f,0.9910736259768851f,0.1254584631840656f,0.04509148376934964f,-0.1332166237022373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,-0.06710072643062615f,-0.9956715404189616f,1.395020115417622e-17f,-0.11677924379278531f,0.9903757519108f,-0.07428646071999154f,1.325625f,0.9910736259768851f,0.12105107409519295f,0.05585432260290308f,-0.11391203703703706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2681601118403047f,0.018822272900539453f,0.9631904673846456f,0.8022150891744722f,0.10766373830103605f,0.9929603638418354f,-0.04937849019700469f,1.760421718345688f,-0.9573393723611502f,0.11694202786828727f,0.2642458859570219f,-0.4679866381208779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2681601118403047f,0.018822272900539453f,0.9631904673846456f,0.8273550996595007f,0.10766373830103605f,0.9929603638418354f,-0.04937849019700469f,1.7705151938114103f,-0.9573393723611502f,0.11694202786828727f,0.2642458859570219f,-0.5577372042797357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2681601118403047f,0.018822272900539453f,0.9631904673846456f,0.6703065243092896f,0.10766373830103605f,0.9929603638418354f,-0.04937849019700469f,1.7728752296080998f,-0.9573393723611502f,0.11694202786828727f,0.2642458859570219f,-0.5524988040938601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.24117744897137575f,-0.771380749943109f,-0.5889016698268614f,-0.9833717464876812f,0.07546469694419597f,0.590070340303958f,-0.8038171887989781f,2.47741299730406f,0.9675425146332226f,-0.23830386507729528f,-0.0840996448651367f,-0.42761661236059845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0009808278685682625f,-0.771380749943109f,-0.6363731425774493f,-0.9718947439898525f,0.37557342240855807f,0.590070340303958f,-0.7146758691000378f,2.455861629934026f,0.9267921246736048f,-0.23830386507729528f,0.2902888656703993f,-0.5181311386983453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12242135997683927f,-0.771380749943109f,-0.6244875893391536f,-0.8839601068378938f,0.22988125194703127f,0.590070340303958f,-0.7739325574601684f,2.5827271972380683f,0.9654882809359657f,-0.23830386507729528f,0.10508875898275497f,-0.4886371893768851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000010048316032219354f,1.1815188211963298e-7f,-0.000015592208906435227f,0.687777515603705f,-0.0000018246756842622708f,0.000015518092139411406f,0f,1.4897680185394053f,0.00001548552540588883f,0.0000018208463651526376f,0.0000010117541292636154f,-0.13191719761026355f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47.mcfunction new file mode 100644 index 000000000..78d37f75b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..95a0432da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5562518502027907f,0.06131588698594132f,-0.5947845707426715f,-0.32348939249890907f,-0.2334705571836094f,0.770148345704883f,-0.13895131874455607f,1.4355267190539884f,0.5504723630835535f,0.264681567275856f,0.5420961998299282f,-0.12370526551081706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5264074515077708f,-0.15303171359113407f,-0.5826461101152701f,-0.32348939249890907f,0.07741160144198961f,0.7845253300637212f,-0.1361155775456876f,1.4355267190539884f,0.5974132899084861f,0.03318585728545606f,0.531033012078297f,-0.12370526551081706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5013887962699435f,0.05164205033351669f,-0.642562695817904f,-0.319077585747824f,-0.010934113198468643f,0.8132434833044024f,0.07389131529435257f,1.4158729430154149f,0.6445418253208901f,0.053968323530723804f,-0.4985957279317011f,-0.02760832437993692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.47312855880516547f,-0.1412200674474406f,-0.629449171413457f,-0.319077585747824f,-0.31475912907398895f,0.7319066499962092f,0.07238332926793721f,1.4158729430154149f,0.5630950696885307f,0.29046436656062824f,-0.48842030491268684f,-0.02760832437993692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.37180540849791327f,0.47878981242915153f,1.440113642642746f,0.12369573543708476f,1.3123452283255026f,0.8460774346297755f,0.0575258750614271f,1.601835769343028f,-0.7621791061837011f,1.2232414071328508f,-0.6034647628260157f,0.7453067410002425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.22979308282224062f,-0.9723837481602754f,0.04080423263370115f,0.08275183300808767f,0.3834378222764995f,0.0519193415325486f,-0.9221061860885016f,1.5179802521777719f,0.8945225405404309f,0.22753950929146552f,0.3847794123605012f,0.5560798682339385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.230124185468417f,-0.9723837481602754f,-0.03889351586411226f,0.002477713578526566f,0.050819466977753f,0.0519193415325486f,-0.9973573901821372f,1.4965843725237191f,0.9718334430542072f,0.22753950929146552f,0.0613639199595691f,0.22889981330698328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9535320895281227f,-0.07370660105778587f,-0.2921367679711694f,0.22249025415668627f,0.21958785065538267f,0.49388788068666517f,-0.8413417481353126f,1.400144926286523f,0.2062952497870024f,-0.8663960400829074f,-0.45475286875837917f,-0.5100065263726036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6917825354028512f,-0.05986983630888697f,-0.7196197095771837f,0.0018779355372384485f,0.6113764242118473f,0.4817453057277874f,-0.6278059639149473f,1.5999522258682102f,0.3842600572913328f,-0.8742637262917797f,-0.29665998257411463f,-0.35977811350664396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03797032587919186f,-0.5730636740655584f,-0.8186307347144446f,0.2605819817086085f,-0.18835434336129933f,0.8004326060326504f,-0.5690608794643269f,1.309693092457413f,0.9813668507187114f,0.17580008153087734f,-0.07754634513744141f,0.03473088079715112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.043072661219098654f,-0.3015602119082367f,-0.9524737185084763f,0.19808648123513617f,-0.19442450820304238f,0.9326017936949418f,-0.30406085740683925f,1.4826555484164219f,0.9799713549209027f,0.19828094459840703f,-0.0184610547817182f,0.0717931763169667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.044933466174659785f,-0.5373989603895399f,-0.8421302399212206f,0.19859531438295489f,-0.2001702093176213f,0.8210424752936374f,-0.5346224285095383f,1.3620951744751904f,0.9787302339865007f,0.1925918252053772f,-0.07067897809668071f,-0.272178479236188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.044933466174659785f,-0.04433603170407864f,-0.9980056612616311f,0.18404477305555497f,-0.2001702093176213f,0.9783548554451165f,-0.05247536687537155f,1.5452087388281786f,0.9787302339865007f,0.20212890223740917f,0.03508612205743918f,-0.2340600218038148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,0.2594247480144703f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.206310857758125f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,-0.026537641895089576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,0.2743268520072329f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.095209351606747f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,-0.14166667875149752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.3075375394774958f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.1728197485702f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,0.12375660339474069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.36501359984540965f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.057442781671427f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,0.027814065937034463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9467177223463815f,0.2747849786288876f,-0.1679844329549651f,0.16936212209042215f,0.0789254864762777f,0.7036270880070667f,0.7061725629102127f,2.2593722411144066f,0.31224400999821017f,0.6552878272504512f,-0.6878237722539258f,0.04527896128084129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780478973292073f,0.12330263912307442f,-0.1679844329549651f,0.05794823122156631f,-0.03211774433178223f,0.7073109372064451f,0.7061725629102127f,2.2628006013903685f,0.20589016739260418f,0.696065871375278f,-0.6878237722539258f,0.07600894488449587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9100860760152772f,0.41358015619326594f,-0.02635884379612967f,0.02406959648616276f,0.06124153173507302f,0.19712320670004546f,0.9784640597237249f,2.3118391742983024f,0.409869258464034f,0.8888722606671023f,-0.20472736793769908f,0.03001557398743386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9933465897837802f,0.11210603872524214f,-0.02635884379612967f,0.05449676601509687f,-0.0026702630314619086f,0.20639998431276496f,0.9784640597237249f,2.313558706065441f,0.11513219471666933f,0.9720243219986963f,-0.20472736793769908f,0.03431629368991393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9635795967036181f,0.26611946973159195f,-0.02635884379612967f,0.1294532558636922f,0.02965068346778227f,0.20427657917358072f,0.9784640597237249f,2.365042253798447f,0.26577283116674255f,0.9420464463235962f,-0.20472736793769908f,0.11808152199886508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9635795967036181f,0.20807592628963895f,-0.1679844329549651f,0.0826361724485235f,0.02965068346778227f,0.7074186514099801f,0.7061725629102127f,2.205873057231202f,0.26577283116674255f,0.6754726201231207f,-0.6878237722539258f,-0.03389981752883685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9491947971915667f,-0.17600697729192327f,-0.2608654460234639f,-0.2208830359345621f,-0.21145391540453007f,0.9706583742949408f,0.11449699590467903f,2.2868359229058512f,0.23305895958867193f,0.16384097276219606f,-0.9585612432180758f,0.09097241094691022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.10998013405611806f,-0.05700614329859567f,0.9917866391291141f,0.11449699590467903f,2.3033967897778798f,0.25581999198268984f,0.12536536484289992f,-0.9585612432180758f,0.06276913687478951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302428055838607f,-0.258064995166812f,-0.2608654460234639f,-0.08831496802605099f,-0.2952477209826433f,0.948535303076991f,0.11449699590467903f,2.300385900636305f,0.21789241821142535f,0.183529935122841f,-0.9585612432180758f,0.056513479238155834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.96445995114705f,0.04202644053936937f,-0.2608654460234639f,-0.11665842145396293f,0.01231625945354528f,0.9933472442614801f,0.11449699590467903f,2.3086456339021613f,0.2639418731207743f,0.10721488056102098f,-0.9585612432180758f,0.06521354125843383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9591602324622187f,-0.10936575119296602f,-0.2608654460234639f,-0.18323166943881555f,-0.14322911889322087f,0.9830441787782863f,0.11449699590467903f,2.4128064616316673f,0.24392020819131435f,0.1471844931917855f,-0.9585612432180758f,0.06317169143498728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9591602324622187f,-0.10936575119296602f,-0.2608654460234639f,-0.15862437542039823f,-0.14322911889322087f,0.9830441787782863f,0.11449699590467903f,2.191621521406553f,0.24392020819131435f,0.1471844931917855f,-0.9585612432180758f,0.0300551804668356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.01684851105149541f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,1.6868786056431853f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,-0.03621702916242199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.044933466174659785f,-0.04433603170407864f,-0.9980056612616311f,-0.00022249916246591718f,-0.2001702093176213f,0.9783548554451165f,-0.05247536687537155f,1.3199955348512666f,0.9787302339865007f,0.20212890223740917f,0.03508612205743918f,-0.11201536750145043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.0427616033752162f,-0.27574081663839567f,-0.9602804003604216f,0.16915892574328717f,-0.1708508515218568f,0.9449832510056906f,-0.27895634399126423f,0.6926511688163293f,0.9843685447082496f,0.1759933446420824f,-0.006701554346274379f,-0.33946268069541025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.0427616033752162f,-0.4269458937496736f,-0.9032655473818723f,0.006514246856294596f,-0.1708508515218568f,0.8876501037826605f,-0.42765322375598724f,1.0335680871851103f,0.9843685447082496f,0.1726108254569351f,-0.03498672782696833f,-0.27322641847261336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.018748456240362633f,0.14038967684696854f,-0.9899188017324488f,0.30384979114160143f,0.1326435919712708f,0.980991826825505f,0.1416358471945487f,1.1110706940945214f,0.9909864645380191f,-0.13396183910488196f,-0.00022970867527648264f,-0.02943367939189498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.018748456240362633f,-0.9792522403844095f,-0.20177597748671167f,-0.022980471232350117f,0.1326435919712708f,0.20246369523341282f,-0.9702649790760206f,1.0615084982329241f,0.9909864645380191f,-0.008573319925588574f,0.1336874163408482f,-0.016616480558476518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.03970302622917105f,-0.6824013164664475f,-0.7298987005010389f,-0.0010145598026360496f,-0.016712013125011208f,0.730825986477269f,-0.6823592060687949f,1.2097121786982743f,0.999071758346494f,-0.0148936487935637f,-0.04042030306737903f,-0.1254312190646557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.11704217598569042f,-0.6157941020315821f,-0.7791654207828094f,-0.0014719132527548882f,-0.22310428184685477f,0.7482010350671586f,-0.6248357308493423f,1.1721129347295174f,0.9677425321138541f,0.24696727521586728f,-0.049815223680278846f,-0.1299977610604727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,-0.6004358188531531f,-0.7987212114903105f,-0.0010145598026360496f,-0.12094283016382826f,0.7906162939844702f,-0.6002488713177436f,1.2097121786982743f,0.9918929267206058f,0.12001126248984019f,-0.041781799832293166f,-0.1254312190646557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.04454550829867838f,-0.009709977643123306f,-0.9989601663853181f,0.006586083700243989f,-0.03412561980412279f,0.9993543940096832f,-0.011235534990535256f,1.2333388575243873f,0.9984243285113785f,0.03459062745468957f,0.04418539044632329f,-0.12284925934579233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.033164159625375174f,-0.002928616915832391f,-0.9994456271950481f,0.006586083700243989f,-0.2068395925587095f,0.9783264824072604f,-0.009730198907710513f,1.2333388575243873f,0.977812620836165f,0.20704762018336959f,0.03183962169865486f,-0.12284925934579233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,0.06529316551323303f,-0.9971035797667498f,0.006586083700243989f,-0.12094283016382826f,0.9908352984532821f,0.06015183431083981f,1.2333388575243873f,0.9918929267206058f,0.11824641168448577f,0.04654254016890615f,-0.12284925934579233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.02453913242851506f,-0.3306953919963774f,-0.9434184589523453f,0.017319244598147245f,0.06255488169091734f,0.9423612411609018f,-0.32869769992246634f,1.2340410841816243f,0.9977398046366054f,-0.05094947369744581f,0.04381133841441211f,0.07214789798608282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0484942197586642f,-0.28354685423321707f,-0.9577314300493878f,-0.009044177402095633f,-0.24906021656367106f,0.9251388492622928f,-0.28650849570457415f,1.2723040301319768f,0.9672731357663438f,0.2524268033313568f,-0.025756354257869384f,-0.3128171537030585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,-0.1618250992363644f,-0.9860483677302785f,0.017122748078088158f,-0.12094283016382826f,0.9787800186304836f,-0.1654161629396398f,1.097887582707462f,0.9918929267206058f,0.12570724874425857f,0.018604019317884996f,-0.13190298326241573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,-0.07526952800278837f,-0.9964001427140821f,1.3720159904439262e-17f,-0.12094283016382826f,0.9894724337012997f,-0.07948040498884294f,1.319917695473251f,0.9918929267206058f,0.12360744758898858f,0.02948933404074392f,-0.11203360768175584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7424608875957688f,0.010990996634831005f,0.6697992448364479f,0.7460752426311181f,0.07298613146562233f,0.9925859250452324f,-0.0971915943679454f,1.7465981865583218f,-0.6659015355172159f,0.12104701316048025f,0.7361540365988226f,-0.3808341763202936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7424608875957688f,0.010990996634831005f,0.6697992448364479f,0.8156809508432215f,0.07298613146562233f,0.9925859250452324f,-0.0971915943679454f,1.753440636383224f,-0.6659015355172159f,0.12104701316048025f,0.7361540365988226f,-0.44326244527503256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7424608875957688f,0.010990996634831005f,0.6697992448364479f,0.6804082100117026f,0.07298613146562233f,0.9925859250452324f,-0.0971915943679454f,1.7645981506259647f,-0.6659015355172159f,0.12104701316048025f,0.7361540365988226f,-0.5224714162874865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.25219315411772114f,-0.7543911730230618f,-0.6060466740120304f,-0.9651682120714742f,0.04811609804879349f,0.615739644365956f,-0.7864791996389003f,2.468115693242252f,0.9664799294991668f,-0.22750527119382316f,-0.11898696337965237f,-0.4463866169256204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.010198851286700047f,-0.7543911730230618f,-0.6563459008002722f,-0.953582284650673f,0.3575348480161008f,0.615739644365956f,-0.7021634587545765f,2.4486943995824215f,0.9338441068436079f,-0.22750527119382316f,0.2760009704557024f,-0.5373681652658117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12358322582187976f,-0.7543911730230618f,-0.6446868575985919f,-0.8626722197212848f,0.20716046570485896f,0.615739644365956f,-0.7602297230476011f,2.572439504869477f,0.9704698489620398f,-0.22750527119382316f,0.08018493520993045f,-0.5039051313772056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.094258299302416e-7f,7.425072399765267e-8f,-0.000015612934124878634f,0.6880400292914485f,-0.0000018897317213098166f,0.000015510304285263892f,0f,1.4839478641087835f,0.000015498326980009468f,0.000001888272440224235f,6.139324166391113e-7f,-0.11181183635439713f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48.mcfunction new file mode 100644 index 000000000..4eabb0ada --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..2463b6f5b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5422113642564124f,0.05593398368663036f,-0.6081304715146152f,-0.3234920174693269f,-0.24214310942017556f,0.7662670009935403f,-0.14541678786556578f,1.4312637676466533f,0.5606407008735393f,0.276858659069486f,0.5253339241536921f,-0.12626496774414955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5116829295620318f,-0.15263906276679567f,-0.5957196455653374f,-0.3234920174693269f,0.06810771263644454f,0.7842637272423243f,-0.14244909831728894f,1.4312637676466533f,0.6111807581020926f,0.04039458688551459f,0.5146128236607597f,-0.12626496774414955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5093614506555514f,0.05014165760485657f,-0.6363813095960269f,-0.32088582833689316f,-0.020001089619125872f,0.8124900961203791f,0.08002652413287127f,1.410466228542963f,0.6380402130309378f,0.06549887268784606f,-0.5055284647539653f,-0.031166112720323227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4797815515568555f,-0.14556669753209317f,-0.623393935930802f,-0.32088582833689316f,-0.32268254309194067f,0.7278258460871094f,0.07839332976281269f,1.410466228542963f,0.5528884509278652f,0.29846251747444497f,-0.4952115573100069f,-0.031166112720323227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2016846080491381f,0.29168444257867837f,1.5217259131767555f,0.06596242317366992f,1.4854817693135252f,0.47271188904464656f,0.10627150602583742f,1.5100798098479256f,-0.4405377190584516f,1.460434834531622f,-0.33832360569929093f,0.7647089815168483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.13033781465036784f,-0.9911009255890717f,0.027037184924684054f,0.0439010184327299f,0.1947569549907952f,-0.0011454436671292784f,-0.9808508635065366f,1.468927349852874f,0.9721531682584178f,0.13310763785482274f,0.19287450373190762f,0.5666055196022357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1328266895004225f,-0.9911009255890717f,-0.008719280523274593f,-0.0035394358341780886f,-0.07401081771345687f,-0.0011454436671292784f,-0.9972567807842625f,1.4855356017235277f,0.9883721310406034f,0.13310763785482274f,-0.07350433542972518f,0.23229521979881307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9581442607652624f,-0.047418358012656966f,-0.28233149821791487f,0.23033455658136212f,0.2217732659818577f,0.5007088642958294f,-0.8367241192360366f,1.4031948025570817f,0.1810419676713915f,-0.8643159911392154f,-0.4692352005153778f,-0.5026329104412046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7007062207544977f,-0.041485274718590426f,-0.712242770533666f,0.006269959733464509f,0.6045440431214981f,0.4956065058855528f,-0.6236190273317727f,1.6003800186362158f,0.3788631575150345f,-0.8675558560147217f,-0.32219488601202484f,-0.35405843374949825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.02380789604419984f,-0.5764599710194833f,-0.8167784803103992f,0.2579393606433066f,-0.20854855285961152f,0.7961715463323601f,-0.5679950439140296f,1.3032290064207865f,0.9777221922336171f,0.1838607370347325f,-0.10126472332917621f,0.04017289575042964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02593359889832138f,-0.30475617243769826f,-0.9520772677725822f,0.1948470953876595f,-0.21109126724379929f,0.9292525249423059f,-0.30319996995672f,1.4755688550352395f,0.9771222673450788f,0.20883826337496914f,-0.0402325043831374f,0.07907861698084175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026762720514287495f,-0.5406793384569155f,-0.8408029553685372f,0.20169445353805832f,-0.2135680482625883f,0.818591801192702f,-0.5331942908372111f,1.3597270618859678f,0.9765615421221454f,0.19383837593696468f,-0.09356408745954337f,-0.2664432421631515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026762720514287495f,-0.0478405647207848f,-0.9984963881546446f,0.18648374522694466f,-0.2135680482625883f,0.9755184405811462f,-0.05246390042150222f,1.5423088701172984f,0.9765615421221454f,0.21465100151950134f,0.015890311346608746f,-0.22609686493232872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,0.2581671879223601f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.2005700855046637f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,-0.010680919750611736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,0.27392986247950685f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.091179816684738f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,-0.1273240493310115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,-0.30989565556272053f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.16490095051172f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,0.1348820173607969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,-0.36665164187600957f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.05095717509695f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,0.03682139039036422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9491169269596536f,0.2684448356570999f,-0.16466459597526156f,0.16746930052493042f,0.07480407328585925f,0.7000779503433128f,0.7101374613854347f,2.2534448575607113f,0.305910786960034f,0.6616859025641536f,-0.6845366000217621f,0.060774770385373655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.979425746878368f,0.11666523554193417f,-0.16466459597526156f,0.05582981438287811f,-0.03563320863495006f,0.7031607642491355f,0.7101374613854347f,2.256426466157453f,0.19863403735042298f,0.7013944414069138f,-0.6845366000217621f,0.09072265460303322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9131805292022924f,0.4065148264503868f,-0.029103555827995564f,0.022256855119246674f,0.05774460818706688f,0.19974365028546945f,0.9781452010800635f,2.304823010637898f,0.4034437771377115f,0.891542578930837f,-0.20587605164809353f,0.04520790008386133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9941062826902488f,0.10443027221041751f,-0.029103555827995564f,0.052645618887363396f,-0.006805796559475937f,0.20781156545590243f,0.9781452010800635f,2.306676726010064f,0.10819602510705364f,0.9725783626571306f,-0.20587605164809353f,0.04971926362104015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9655306909582904f,0.25865704679318735f,-0.029103555827995564f,0.12679464010403557f,0.025786885161010124f,0.20631772138557236f,0.9781452010800635f,2.3585607120703767f,0.2590087283689475f,0.943678721804456f,-0.20587605164809353f,0.1339547619240287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9655306909582904f,0.2015838675338635f,-0.16466459597526156f,0.08143826990891637f,0.025786885161010124f,0.70359066401619f,0.7101374613854347f,2.2002528126667342f,0.2590087283689475f,0.6814133267403468f,-0.6845366000217621f,-0.0193632365925491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9508925706513965f,-0.17726255575728486f,-0.25373471462607167f,-0.22300467978701022f,-0.21480929375005764f,0.9681447984296376f,0.1286569725752852f,2.2793830521942278f,0.22284588037156983f,0.17684353423303817f,-0.9586793405520888f,0.10443040013006438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984595f,-0.25373471462607167f,-0.11189582405755126f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.29635121310079f,0.24776670146622748f,0.1398055207892631f,-0.9586793405520888f,0.07730026340097121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318246876293775f,-0.2594637664839521f,-0.25373471462607167f,-0.09018460572759057f,-0.29837125852905666f,0.9457388516348206f,0.1286569725752852f,2.293431588297116f,0.2065849549415439f,0.19559288941679867f,-0.9586793405520888f,0.07116211102142318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9663966544826895f,0.04118495839855778f,-0.25373471462607167f,-0.11859233215380122f,0.008481447696561367f,0.9916528870793111f,0.1286569725752852f,2.301563832621567f,0.2569154943743866f,0.12218163016172393f,-0.9586793405520888f,0.07977218108739847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9609414549574828f,-0.11049984044251705f,-0.25373471462607167f,-0.18515306375876933f,-0.14675166189459135f,0.9807707852189205f,0.1286569725752852f,2.4057478840248447f,0.23463902035972473f,0.16086780946864554f,-0.9586793405520888f,0.07877369590445296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9609414549574828f,-0.11049984044251705f,-0.25373471462607167f,-0.16029059965920303f,-0.14675166189459135f,0.9807707852189205f,0.1286569725752852f,2.185074457350588f,0.23463902035972473f,0.16086780946864554f,-0.9586793405520888f,0.04257843877400777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,-0.01800396320877399f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,1.6813557901009335f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,-0.03008399892151524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.026762720514287495f,-0.0478405647207848f,-0.9984963881546446f,-0.00006375143847968791f,-0.2135680482625883f,0.9755184405811462f,-0.05246390042150222f,1.3155363748830036f,0.9765615421221454f,0.21465100151950134f,0.015890311346608746f,-0.11057812449132824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.024237833923240207f,-0.28459406632652245f,-0.9583416639270383f,0.1810019077735291f,-0.1827462541624446f,0.9412092944334498f,-0.2841282644540713f,0.6940435064734558f,0.9828612994702276f,0.18202000297720689f,-0.02919562501254227f,-0.3393000724234145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.024237833923240207f,-0.44635451812128124f,-0.8945279042933364f,0.010650778632057007f,-0.1827462541624446f,0.8777354331262445f,-0.4429269872386183f,1.029786226878985f,0.9828612994702276f,0.17420721451019974f,-0.060295210558489944f,-0.27267351287886454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0026431591976723533f,0.1310979539162967f,-0.9913658962201678f,0.30337073630269823f,0.13892940113721203f,0.9818034182840725f,0.12946300377083103f,1.1054001237299216f,0.9902987605814275f,-0.1373876789405482f,-0.02080842296324861f,-0.02275841882793478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0026431591976723533f,-0.9794355193241772f,-0.20174012291964977f,-0.023818306978358583f,0.13892940113721203f,0.1994247259363709f,-0.9700146391600794f,1.0559782522520036f,0.9902987605814275f,-0.03059153757794726f,0.13554527885362014f,-0.01669828978681799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.059681101960789504f,-0.6830065389905866f,-0.7279699401519585f,-0.00030536558397783065f,-0.02057546270341165f,0.7299566384862892f,-0.6831836914507966f,1.2053575328691022f,0.9980054190250103f,-0.025794837194622097f,-0.05761779213764249f,-0.12440790249338145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0982416637862972f,-0.6238106757077932f,-0.7753765642379747f,-0.0005651251729682271f,-0.2264178698429572f,0.7447004926600683f,-0.627818544204955f,1.1677746036310577f,0.9690632196674671f,0.23723704833949893f,-0.06808126895765401f,-0.12912187956630736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,-0.604946651170394f,-0.7960285026638797f,-0.00030536558397783065f,-0.12456231413823601f,0.7885099673807989f,-0.602275901259264f,1.2053575328691022f,0.9920211982171048f,0.11086740088437565f,-0.06001967768193063f,-0.12440790249338145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0244491573636524f,-0.014153970196484511f,-0.9996008722644677f,0.007147534186485138f,-0.03774619040408744f,0.9991737013490972f,-0.015071152654104865f,1.2290036983424848f,0.9989882200577671f,0.03809960183547833f,0.02389469660389682f,-0.12158489108411687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014296141283395956f,-0.010772624742007852f,-0.999839772613879f,0.007147534186485138f,-0.21043044344901093f,0.9775150495361135f,-0.01354091578373421f,1.2290036983424848f,0.9775042960592335f,0.21059030957424765f,0.011707805053243576f,-0.12158489108411687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,0.058246397541768705f,-0.9981128117547532f,0.007147534186485138f,-0.12456231413823601f,0.9906648007400719f,0.055384857778648225f,1.2290036983424848f,0.9920211982171048f,0.12325019167546933f,0.02652041741488571f,-0.12158489108411687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.004196594632165136f,-0.3318008562895074f,-0.9433401191293854f,0.013952016797343935f,0.05815306023784639f,0.9418329250544268f,-0.3310120282835592f,1.22883643709201f,0.9982988581474321f,-0.05346899147143144f,0.023247726180452528f,0.07356904464811685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.029942457154177263f,-0.29226464686133424f,-0.9558686235328524f,-0.004798373427084535f,-0.25254709945439857f,0.9230583066329251f,-0.290143628420696f,1.2686299976667197f,0.9671211981012205f,0.25008946149523453f,-0.04617195504073027f,-0.3116833979645082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,-0.16822320541917746f,-0.9855570916867628f,0.018403666034101627f,-0.12456231413823601f,0.9776557588378623f,-0.1693323569424675f,1.0936299957878586f,0.9920211982171048f,0.12605621908363365f,-0.0019421426926595296f,-0.13092829597637576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,-0.0816861049884015f,-0.9964683678207737f,1.354240552935726e-17f,-0.12456231413823601f,0.9886937708536728f,-0.08347968238842585f,1.315514403292181f,0.9920211982171048f,0.12574580600150806f,0.009051771148830566f,-0.11058213305898493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.986379404160786f,0.005013047075900108f,0.16440967248440055f,0.6658086341467646f,0.015519784294819603f,0.9922398906200733f,-0.12336586139490614f,1.7390740783009473f,-0.16375227431353542f,0.12423714750942945f,0.9786471906851136f,-0.34449500420695767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.986379404160786f,0.005013047075900108f,0.16440967248440055f,0.7582817032868383f,0.015519784294819603f,0.9922398906200733f,-0.12336586139490614f,1.7405290580785866f,-0.16375227431353542f,0.12423714750942945f,0.9786471906851136f,-0.3598467799238516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.986379404160786f,0.005013047075900108f,0.16440967248440055f,0.6873837178441413f,0.015519784294819603f,0.9922398906200733f,-0.12336586139490614f,1.7583064473990029f,-0.16375227431353542f,0.12423714750942945f,0.9786471906851136f,-0.49896797066817167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26094685129017653f,-0.7414375045612819f,-0.6182047942483797f,-0.9508156442296181f,0.02662847241079727f,0.6346202686162219f,-0.7723652239184139f,2.4610664694963416f,0.9649858368177275f,-0.2180081225354079f,-0.14585881272578866f,-0.4599850617697067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01718101313489477f,-0.7414375045612819f,-0.670801937696663f,-0.9391261579537754f,0.3427373101494128f,0.6346202686162219f,-0.69266748941539f,2.44335399477602f,0.9392741607322133f,-0.2180081225354079f,0.26502171512799255f,-0.5513014713021059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12468785360898862f,-0.7414375045612819f,-0.6593355488613688f,-0.8460705687624914f,0.18893306368343188f,0.6346202686162219f,-0.749374013499712f,2.5646163341611374f,0.9740417016789249f,-0.2180081225354079f,0.06095262011604499f,-0.5147861595533131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.0385390151131687e-7f,3.814583301175951e-8f,-0.000015621998678208888f,0.6879138584286248f,-0.0000019462861584099376f,0.000015503309168999433f,0f,1.479444077345223f,0.000015500331222142264f,0.0000019459123068221635f,3.062389557842211e-7f,-0.09620810581519457f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49.mcfunction new file mode 100644 index 000000000..49585afe6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..5db1cd83f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5336162708737353f,0.052192977337368704f,-0.6160146207842097f,-0.3233916588959247f,-0.248420730652521f,0.7632656655622106f,-0.15052278498748192f,1.4296344223977262f,0.5661141761917998f,0.28573739925844677f,0.5146001580102195f,-0.12838483481233653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5025017520862632f,-0.1528026931601634f,-0.60344289382943f,-0.3233916588959247f,0.06130118811664462f,0.7839007583591329f,-0.14745089141630882f,1.4296344223977262f,0.6194627942707481f,0.04637820616385782f,0.5040981139691947f,-0.12838483481233653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5157956855835742f,0.04905072733869694f,-0.6312632424950464f,-0.3219854495583993f,-0.026789413562087715f,0.8117926393519138f,0.08496753768056073f,1.4079177914187222f,0.6325990693154822f,0.0743719119429028f,-0.5111082866277821f,-0.03379525027280039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4851957331261401f,-0.14896604112510656f,-0.618380319178821f,-0.3219854495583993f,-0.32856468683157447f,0.7246498671747548f,0.0832335062993248f,1.4079177914187222f,0.5446378127925537f,0.3044530975291981f,-0.5006775052680315f,-0.03379525027280039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12445388782095375f,0.13671622202462538f,1.5515238169108336f,0.025573424028078613f,1.5484186154420259f,0.17902238662269418f,0.10842982265278364f,1.4486428892882572f,-0.1682773637743616f,1.5461778389704164f,-0.14974334415232984f,0.7665114358283144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.05821988253747235f,-0.9976476806081698f,0.03618771413701526f,0.016427380646518688f,0.06062429473426373f,-0.03264908614519617f,-0.997626549397046f,1.436086222096969f,0.9964613089153516f,0.06027555516976159f,0.058580861069815054f,0.5689497087290903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0647079162982243f,-0.9976476806081698f,0.022627216918600757f,-0.0076915465630045705f,-0.15828898786633872f,-0.03264908614519617f,-0.9868528935429707f,1.4784239683515534f,0.9852702582990069f,0.06027555516976159f,-0.16002929594416443f,0.23415556195029114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9606563935423258f,-0.03246257903714451f,-0.2758359557934916f,0.2354393752651724f,0.2218752472515909f,0.5076949678072323f,-0.832476542804816f,1.4063304417470661f,0.16706486226402392f,-0.8609250842120181f,-0.480517774042992f,-0.4979369502553107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7062302560258289f,-0.029751075503631853f,-0.7073568399189121f,0.009226384362313992f,0.5999189246431043f,0.5053951757999878f,-0.6202201223220356f,1.6017254410963964f,0.3759469501522169f,-0.8623749705229602f,-0.3390771311763294f,-0.3502555191237751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013150341548053036f,-0.5789222066695512f,-0.8152767304063246f,0.2560763916627068f,-0.22143606820620806f,0.7934165136411377f,-0.5669711664440424f,1.2998903713258392f,0.9750862198875261f,0.18798753816782637f,-0.11776055909792076f,0.043587585749397556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014077615699600423f,-0.3072822864133692f,-0.9515142758744014f,0.19251399873598507f,-0.22257189845493328f,0.9267709054538157f,-0.30258459779453695f,1.4717687623622138f,0.9748146340481255f,0.2160400084727063f,-0.05534567720004658f,0.0837491768555297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014487937697697892f,-0.5430641289656749f,-0.8395662281750145f,0.20370116989712297f,-0.22374278724487773f,0.8166023495518852f,-0.5320712056315717f,1.3595350492286746f,0.9745405403661567f,0.19555550244647593f,-0.10967579790339042f,-0.26284857751929286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014487937697697892f,-0.050524217480835965f,-0.9986177462418825f,0.18798651820545448f,-0.22374278724487773f,0.9732339823177785f,-0.05248600592321249f,1.541688383376238f,0.9745405403661567f,0.2241939319201733f,0.002795724058573777f,-0.22079474200889426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,0.2569675524580286f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.1977092902249056f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.001357221047545789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,0.27369715049029086f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.089593348556643f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,-0.11633464870930588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,-0.3122539275894438f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.160413277723976f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.14189961359903047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,-0.3681909014781355f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.0475361429704884f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.0421493258700279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951624989071091f,0.2623760813799517f,-0.1599020703278948f,0.1656427120631509f,0.07157227602873283f,0.6953798661619189f,0.7150694029537962f,2.2501483941594853f,0.29880978812534387f,0.6690333576559037f,-0.6805197108564559f,0.07245784189670368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980953568254517f,0.11027885034576763f,-0.1599020703278948f,0.053762885749559716f,-0.03809027481935087f,0.6980149568050014f,0.7150694029537962f,2.2527951292871746f,0.19047106838813482f,0.7075405961801258f,-0.6805197108564559f,0.10152741159087933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9164699559826082f,0.39903366954507846f,-0.029239534035717024f,0.02054057060338521f,0.05428537945230598f,0.1964167816631961f,0.9790166216458183f,2.301153673469079f,0.3964037302535835f,0.8956520409458468f,-0.20167177341061543f,0.05627038698610379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949229088432181f,0.0962987804093279f,-0.029239534035717024f,0.05088900010470611f,-0.009067659646690495f,0.2035785649073602f,0.9790166216458183f,2.3030410064006155f,0.10023064904250395f,0.9743111991565812f,-0.20167177341061543f,0.06103236411843954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676093086580857f,0.2507534156249838f,-0.029239534035717024f,0.12426999538819858f,0.022890682185419578f,0.20249066944008703f,0.9790166216458183f,2.3546739253787003f,0.25141249465232995f,0.9466362835546231f,-0.20167177341061543f,0.1460906720034225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676093086580857f,0.1953549428682948f,-0.1599020703278948f,0.08031513324283232f,0.022890682185419578f,0.6986785853512241f,0.7150694029537962f,2.1974712436746753f,0.25141249465232995f,0.6882475431620061f,-0.6805197108564559f,-0.008765025208028621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526358657031327f,-0.17886268360225827f,-0.24595334474375763f,-0.22513808315180217f,-0.21729740093161948f,0.9661524065892477f,0.13903728561133544f,2.275226687471477f,0.21275983390763917f,0.1858969275066253f,-0.959257830522738f,0.11340040555853666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.02763550513210082f,-0.24595334474375763f,-0.11381524396390985f,-0.063482574469667f,0.9882502698955035f,0.13903728561133544f,2.2924979047991174f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.08736060617052123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334218885863068f,-0.2612097435344459f,-0.24595334474375763f,-0.09205432587758287f,-0.30067624932091896f,0.9435371886174581f,0.13903728561133544f,2.289646952349593f,0.19574823371432307f,0.20373277492473438f,-0.959257830522738f,0.08136789066161228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684552194410012f,0.04001799778650686f,-0.24595334474375763f,-0.12053253513295402f,0.00560891989570847f,0.9902712624465256f,0.13903728561133544f,2.297682805536161f,0.2491245229901827f,0.13327185233845765f,-0.959257830522738f,0.08983442987023882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627921227060958f,-0.11197446434097755f,-0.24595334474375763f,-0.18710102763706737f,-0.14937269040121293f,0.9789568083281996f,0.13903728561133544f,2.401865881931103f,0.2252090757882415f,0.17060271616658337f,-0.959257830522738f,0.08942585935561626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627921227060958f,-0.11197446434097755f,-0.24595334474375763f,-0.16190677316034746f,-0.14937269040121293f,0.9789568083281996f,0.13903728561133544f,2.1816006000572585f,0.2252090757882415f,0.17060271616658337f,-0.959257830522738f,0.05104024821813506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,-0.018946581555313473f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,1.6787127433691669f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,-0.025927275529935012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014487937697697892f,-0.050524217480835965f,-0.9986177462418825f,1.3471114790620885e-17f,-0.22374278724487773f,0.9732339823177785f,-0.05248600592321249f,1.31375f,0.9745405403661567f,0.2241939319201733f,0.002795724058573777f,-0.11f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011681747534121696f,-0.28920035177182024f,-0.9571973115871171f,0.18698174274082055f,-0.1912577860376657f,0.9389427475772515f,-0.2860191882585019f,0.6951593348862539f,0.9814703235730152f,0.18641264256250786f,-0.04434332687500042f,-0.3398368065423758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011681747534121696f,-0.4550674068786277f,-0.890380363648767f,0.0132028767390446f,-0.1912577860376657f,0.8729843108135471f,-0.4486856943934885f,1.0285302185781773f,0.9814703235730152f,0.17553361008695165f,-0.07683720241733484f,-0.2728049091904211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.016910529926216077f,0.1282506741233252f,-0.9915975991119216f,0.30265994207884156f,0.14319950611263038f,0.9818261074676712f,0.12454475558601356f,1.1029725190733894f,0.989549359772777f,-0.13989016863880663f,-0.034968632965744394f,-0.018825080637405248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.016910529926216077f,-0.9791196578429949f,-0.20258018067676603f,-0.02464920980354385f,0.14319950611263038f,0.19814873577284067f,-0.9696550829860708f,1.0536181700062963f,0.989549359772777f,-0.04540676312006383f,0.13685865130215596f,-0.017276348188890983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07312298338683536f,-0.6830204462216231f,-0.7267297292280147f,0.00005876421991088225f,-0.02370284521013953f,0.7296648225094883f,-0.6833940458631032f,1.2036358546781203f,0.9970412250401447f,-0.032746249180811614f,-0.06954479660647103f,-0.12416519667348057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08541035279534505f,-0.628236417449484f,-0.7733201635969493f,-0.00009454555663273613f,-0.22928204985405976f,0.7429323250995191f,-0.6288730411910999f,1.1660673029125188f,0.9696054936158803f,0.23102070061459873f,-0.08058922159597254f,-0.12899697060732165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,-0.6072855320674341f,-0.7944594913974764f,0.00005876421991088225f,-0.12758394587554114f,0.7875017310599937f,-0.6029621549752028f,1.2036358546781203f,0.9918084178331973f,0.10509665132194708f,-0.07259997380249367f,-0.12416519667348057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010940488072777178f,-0.016179908933456666f,-0.9998092399391167f,0.007434775053563589f,-0.04078064470315508f,0.9990299941362313f,-0.016613543684495746f,1.2272848356959623f,0.9991082247376027f,0.04095462566141541f,0.010270048617649397f,-0.12116913075304603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0014057479461282558f,-0.015102410816564688f,-0.9998849639134691f,0.007434775053563589f,-0.21341625618252158f,0.9768453638080337f,-0.0150544612585925f,1.2272848356959623f,0.9769603499987848f,0.2134128683896026f,-0.001849901611943594f,-0.12116913075304603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,0.05469943704257581f,-0.9984836365795828f,0.007434775053563589f,-0.12758394587554114f,0.9903857510525611f,0.05346401469101755f,1.2272848356959623f,0.9918084178331973f,0.12705918187710652f,0.013115891732171793f,-0.12116913075304603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.009406188897741379f,-0.3319402474044776f,-0.9432535161680947f,0.011599196671135268f,0.05480637873500285f,0.9417062126427177f,-0.3319422689566123f,1.2264598813060472f,0.9984526951540444f,-0.05481862113518247f,0.009334576394346325f,0.0740489576579556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0172343461643038f,-0.29710812088227756f,-0.9546882956327112f,-0.0019965840080560585f,-0.25547494646109614f,0.9218266030679588f,-0.2914931656263795f,1.2674772276773683f,0.9666620552411214f,0.24892263533473574f,-0.060016602494819236f,-0.3112901756640811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,-0.17148439952865463f,-0.9851673470270216f,0.019033640860240154f,-0.12758394587554114f,0.9769992081838417f,-0.1708651045795292f,1.091958277289322f,0.9918084178331973f,0.12675033698749374f,-0.01582448699852451f,-0.13077266990863498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,-0.08496885775501237f,-0.9963643380519858f,1.3471114790620885e-17f,-0.12758394587554114f,0.9881733063318617f,-0.08506381961788197f,1.31375f,0.9918084178331973f,0.12764720860624038f,-0.004717250284290888f,-0.11f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9150020805754443f,0.0023530889798887887f,-0.4034422579686722f,0.5886309477260285f,-0.05330599691341349f,0.991921223179954f,-0.11511193551604901f,1.741588548260063f,0.3999120693798514f,0.1268335522542698f,0.9077354167304965f,-0.3676356186495605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9150020805754443f,0.0023530889798887887f,-0.4034422579686722f,0.6744123927799764f,-0.05330599691341349f,0.991921223179954f,-0.11511193551604901f,1.7365911110494305f,0.3999120693798514f,0.1268335522542698f,0.9077354167304965f,-0.3301438621451994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9150020805754443f,0.0023530889798887887f,-0.4034422579686722f,0.6920380089483034f,-0.05330599691341349f,0.991921223179954f,-0.11511193551604901f,1.756356619982154f,0.3999120693798514f,0.1268335522542698f,0.9077354167304965f,-0.48505005290695447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26976020612286455f,-0.7351163689703459f,-0.6219592874653482f,-0.9430364484004665f,0.01650283271602171f,0.6422802646362644f,-0.7662921885097858f,2.4588135820498254f,0.9627861069338797f,-0.2169792287999576f,-0.1611301541129998f,-0.4686647605380375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.014816954242631242f,-0.7351163689703459f,-0.6777790067114987f,-0.9308028903515941f,0.3352012329640685f,0.6422802646362644f,-0.689286729219516f,2.4419369160789093f,0.9420300373588624f,-0.2169792287999576f,0.2559285505429896f,-0.5600681560065375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13049128585463776f,-0.7351163689703459f,-0.6652638186372811f,-0.8371300965804381f,0.18001777035643635f,0.6422802646362644f,-0.7450299752457397f,2.5621297453512284f,0.9749695516639995f,-0.2169792287999576f,0.048522032083117825f,-0.5216447630847552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.682341120913655e-8f,1.2454897066998543e-8f,-0.000015624695040306574f,0.6876637249164277f,-0.0000019934991543053306f,0.000015497308996138132f,0f,1.4775940725481445f,0.00001549700652864371f,0.00000199346024634431f,9.762119349364193e-8f,-0.08594280487251586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..7aa9cefda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5837161085400899f,-0.11426793640102763f,-0.5596094957967646f,-0.07137920092826272f,-0.12685170029468598f,0.8061084124695679f,-0.03228494885522723f,1.1787188315574968f,0.5568919062148465f,0.06384755673389687f,-0.5939186297262872f,-0.32574190282231813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5711136113520459f,0.11540441758011824f,-0.5481888938417285f,-0.07137920092826272f,0.18738479468641117f,0.7771014929004911f,-0.0316260723479777f,1.1787188315574968f,0.5279357741702637f,-0.15098042964179717f,-0.5817978413645263f,-0.32574190282231813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8005651631007703f,0.12981820067867972f,0.09584935496095416f,-0.1366504668119712f,0.12685170029468598f,0.8061084124695679f,-0.03228494885522723f,1.1787188315574968f,-0.09974221877534162f,-0.016760267384129477f,-0.8103795577847634f,-0.3041865011790172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.773196777060773f,-0.18262202046646112f,0.09389324567603674f,-0.1366504668119712f,-0.18738479468641117f,0.7771014929004911f,-0.0316260723479777f,1.1787188315574968f,-0.08398620519564322f,-0.05255917971749009f,-0.7938411994626254f,-0.3041865011790172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.05719978604444576f,0.8918440334813205f,1.2816975674550677f,-0.5489271404263925f,1.5612506917126618f,-0.053294480892551614f,-0.032591807760971904f,0.8725204286848235f,0.02511398222513368f,1.2818658932392897f,-0.8930819501292322f,0.19744916373375737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4127747588513213f,-0.7913610263152522f,-0.45095978144897125f,-0.47123043373610307f,-0.8581800500181417f,0.5037969369548337f,-0.09856798702310487f,1.0961896520059704f,0.3051950199562456f,0.34631831072612607f,-0.887084904307197f,0.11827611330425106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5182760876160075f,-0.7913610263152522f,-0.3242493223350126f,-0.2842119193691267f,-0.8533095793189379f,0.5037969369548337f,0.13435552894266922f,1.4136080993411309f,0.057032086126860504f,0.34631831072612607f,-0.9363818498923505f,0.09107959282209488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4473112387238023f,0.8886948831233252f,0.10066807051789997f,0.448169071219628f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2465481470739688f,-0.816560015952266f,0.4517168319377495f,-0.35941848045441105f,0.1402286618804127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.43239622583540827f,0.8621139364953277f,0.26418377009919536f,0.2825566217105764f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4136080993411309f,-0.7441064293200171f,-0.175697095790666f,-0.644543367334844f,-0.09609195006673443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9550308339963243f,0.055272357535205804f,-0.2913092387975112f,-0.08981772566654049f,0.23703780095507854f,0.7325446765926205f,-0.6381154893232053f,1.089430089746506f,0.17812688464874032f,-0.6784712693167733f,-0.712704391509566f,0.30951881117933333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9534215024362215f,0.038970166508395285f,-0.29911329762243244f,-0.08438027755635658f,0.1327671873385249f,0.9446152997469078f,-0.3001246565183816f,1.2646696793458112f,0.2708510894541038f,-0.32585773215679176f,-0.9057904977063722f,0.24275929578927005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.16848954418904916f,-0.26447560740865056f,0.2168799286429108f,0f,0.8433914458128857f,-0.5372996083468239f,1.0776207589702462f,0.3135858310179339f,-0.5101981405577803f,-0.80085066270571f,0.15845892777636966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.013678421835452065f,-0.31328736679173586f,0.2123571785063152f,0f,0.9990482215818578f,-0.04361938736533605f,1.2646696793458112f,0.3135858310179339f,-0.04141921933376658f,-0.948656088819638f,0.1447637235961657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,0.3008791490307772f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.9481027263660682f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,0.006239910083653814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,0.32533717353551633f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.8271333774495777f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,-0.09666069321897994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,-0.2825951290562045f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.954074262283675f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,0.0746384303137011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,-0.33262318260512264f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.8338672371013476f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,-0.019530447002118118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9785121807885407f,0.1705674978980568f,-0.11584748900709993f,0.2021520030765085f,0.16630280289204902f,0.9850196561840664f,0.045603231039827025f,2.0567577390242597f,0.12189048280609129f,0.02535755492589831f,-0.9922195848749801f,0.0007142295971469259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9931477073820965f,0.015394499421391303f,-0.11584748900709993f,0.08791140877983808f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,2.067994893380587f,0.11642301315752729f,0.04411323381757691f,-0.9922195848749801f,0.014568961702663648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9599227095518212f,0.2552013929770752f,-0.11584748900709993f,0.06566148309236995f,0.2515200902746211f,0.9667771146996471f,0.045603231039827025f,2.063906960908854f,0.12363670925310243f,0.014637606210914582f,-0.9922195848749801f,0.016978887014514242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9918023154770352f,-0.05392148277951182f,-0.11584748900709993f,0.09472341631910744f,-0.05954073738014512f,0.9971836570617054f,0.045603231039827025f,2.0736013602247962f,0.11306222891231148f,0.05212703505765568f,-0.9922195848749801f,0.014031297486153144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9880267614847171f,0.10189444479838697f,-0.11584748900709993f,0.15010543344687513f,0.09718619983850249f,0.9942208949120305f,0.045603231039827025f,2.1790619150211166f,0.11982471010176625f,0.03379843546008694f,-0.9922195848749801f,-0.01908287005829728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9880267614847171f,0.10189444479838697f,-0.11584748900709993f,0.1271791833672381f,0.09718619983850249f,0.9942208949120305f,0.045603231039827025f,1.95536221366591f,0.11982471010176625f,0.03379843546008694f,-0.9922195848749801f,-0.026687518036816828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9833286413516358f,-0.14015756272244326f,-0.11584748900709993f,-0.18564888491519094f,-0.14622444918561256f,0.9881997549984984f,0.045603231039827025f,2.0607266662220707f,0.10808882253919674f,0.061782698489237405f,-0.9922195848749801f,0.04617468583096282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391289f,-0.11584748900709993f,-0.07109801809253241f,0.010164316455501615f,0.9989079196751424f,0.045603231039827025f,2.0696222667532735f,0.11642301315752727f,0.044113233817576925f,-0.9922195848749801f,0.03320904560894462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9673712425154831f,-0.22532695898360666f,-0.11584748900709993f,-0.048981091181237016f,-0.23179530464004106f,0.9716950561084269f,0.045603231039827025f,2.065080264130045f,0.10229279496074326f,0.07096815827990272f,-0.9922195848749801f,0.030418009749088405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9896545834876508f,0.08463548116856306f,-0.11584748900709993f,-0.07773509813590096f,0.07981985076309066f,0.995765603313795f,0.045603231039827025f,2.075366377556394f,0.11921659618544f,0.03588451733658568f,-0.9922195848749801f,0.034247967925284846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9907101995473167f,-0.07122260739165406f,-0.11584748900709993f,-0.13713283014140815f,-0.07693492351310771f,0.9959926520124335f,0.045603231039827025f,2.1820016394825825f,0.11213526678502218f,0.054092303829416294f,-0.9922195848749801f,0.014589003614183638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9907101995473167f,-0.07122260739165406f,-0.11584748900709993f,-0.12110774347828601f,-0.07693492351310771f,0.9959926520124335f,0.045603231039827025f,1.9579032927797853f,0.11213526678502218f,0.054092303829416294f,-0.9922195848749801f,0.002418235252564991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,-0.0012337269775151193f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.4432673434193424f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,-0.003735811696290968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.013678421835452065f,-0.31328736679173586f,0.003895681210779405f,0f,0.9990482215818578f,-0.04361938736533605f,1.0686242603261458f,0.3135858310179339f,-0.04141921933376658f,-0.948656088819638f,0.011796395553871498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9257725646644344f,-0.336809807801008f,-0.1717681922932285f,0.24484919792526422f,-0.1205904774487396f,0.6936336699032555f,-0.7101621425598708f,0.861273435504545f,0.35833377633614244f,-0.636735019726094f,-0.6827630770560823f,0.3275836172198997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9257725646644344f,-0.34215660504794704f,0.16085402120151882f,0.14624570954427704f,-0.1205904774487396f,-0.13600520760823592f,-0.9833415074388578f,0.7762606367050522f,0.35833377633614244f,-0.9297480524989032f,0.08464906149022378f,0.04422730245106063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9559724051386157f,-0.015570573378323072f,-0.29304320135120077f,-0.008941805904812805f,0.16042999720436046f,0.8084252211133576f,-0.5663134095753233f,0.7905111023869211f,0.24572133934703155f,-0.5883929121875018f,-0.7703342159588992f,0.4406008153343899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9559724051386157f,-0.2335656566254146f,-0.1776621643981325f,-0.09689101979650444f,0.16042999720436046f,0.09097186834952092f,-0.9828460383834319f,0.7801182337440797f,0.24572133934703155f,-0.9680760317320827f,-0.04949565814659518f,0.10522215483316372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9698694191721541f,-0.09202898082733894f,-0.2255747690734706f,0.01052399212839286f,0.0938926850505363f,0.7131857486274185f,-0.6946583704589973f,0.9629297035744764f,0.22480541240964172f,-0.6949077310281054f,-0.6830561996707891f,0.031867385249296255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9130030671668715f,-0.36799976821686037f,-0.17607262687942654f,0.011850128614767414f,-0.0938926850505363f,0.6095673144226402f,-0.7871542751466011f,0.9255166414904273f,0.39700070911509155f,-0.7021423358407517f,-0.5910893140483995f,0.0358830194106361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.21783502237394847f,-0.2255747690734706f,0.01052399212839286f,0f,0.7193398003386512f,-0.6946583704589973f,0.9629297035744764f,0.3135858310179339f,-0.6596197045844603f,-0.6830561996707891f,0.031867385249296255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9541650293301623f,-0.011178654349074585f,-0.2990721225562727f,0.010500358938562661f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9879105409052625f,0.2875062521269304f,-0.31178240382315386f,-0.9056113336604074f,0.03179582229525747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9377279655809795f,-0.17669784400790814f,-0.2990721225562727f,0.010500358938562661f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9879105409052625f,0.3372788323865893f,-0.2571207917881346f,-0.9056113336604074f,0.03179582229525747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.09429707802945969f,-0.2990721225562727f,0.010500358938562661f,0f,0.9537169507482269f,-0.30070579950427306f,0.9879105409052625f,0.3135858310179339f,-0.28553815669820737f,-0.9056113336604074f,0.03179582229525747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9570999216745913f,-0.010204361379870852f,-0.28957833299354413f,-0.1734374336401763f,0.12059047744873963f,0.8946921989195289f,-0.43009743772920006f,1.0003335550386931f,0.2634723451885908f,-0.44656661339756143f,-0.8550792846978909f,0.09267247440200842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9257725646644344f,-0.2808764123941314f,-0.2530881259072368f,0.19054894678555487f,-0.1205904774487396f,0.853802163348527f,-0.5064383502560408f,1.0003632773996316f,0.35833377633614244f,-0.43832671242119964f,-0.8242976391539055f,-0.040857614133251244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.14479782260268667f,-0.2781540292441026f,0.019394980173691453f,0f,0.8870108331782217f,-0.46174861323503386f,0.8623206669545095f,0.3135858310179339f,-0.4384579482618576f,-0.8422698820394766f,0.08364279266593158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.12000410215500197f,-0.28971553096301217f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.06875f,0.3135858310179339f,-0.36338082623151435f,-0.877278918994463f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8015196347953703f,-0.15476562492758333f,-0.5775931754948895f,0.07400618244493802f,0f,0.9659258262890683f,-0.2588190451025207f,1.146875f,0.5979684565572799f,0.20744854650865893f,0.7742085155266303f,0.35966132552937924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8015196347953703f,-0.15476562492758333f,-0.5775931754948895f,0.14914864820700396f,0f,0.9659258262890683f,-0.2588190451025207f,1.146875f,0.5979684565572799f,0.20744854650865893f,0.7742085155266303f,0.41572086833162425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8015196347953703f,-0.15476562492758333f,-0.5775931754948895f,0.19821639165020444f,0f,0.9659258262890683f,-0.2588190451025207f,1.1856978567653782f,0.5979684565572799f,0.20744854650865893f,0.7742085155266303f,0.2715598196015072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4407089153639234f,-0.48901548026864533f,-0.7527546160445514f,0.3926852173406621f,-0.5018835819899391f,0.8294993993759021f,-0.24503799004229024f,1.955333376707998f,0.7442368722709873f,0.26980475624540723f,-0.6109966214797378f,-0.5382416638078396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5797256383404241f,-0.48901548026864533f,-0.6517530546981837f,0.3846304929840272f,0.07795442113692352f,0.8294993993759021f,-0.5530405542636314f,1.9798961232920027f,0.8110741596648203f,0.26980475624540723f,0.5190029874975302f,-0.6283574526341522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08591705980410586f,-0.48901548026864533f,-0.8680334779789565f,0.5188628768591881f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.041600699910965f,0.9612350808140022f,0.26980475624540723f,-0.05685519254962168f,-0.5747712793385527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001483687280313359f,0f,-0.000004899778609655218f,0.2087368105396061f,0f,0.000015625f,0f,1.2348725f,0.000004899778609655218f,0f,-0.00001483687280313359f,0.6550857090732498f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5.mcfunction new file mode 100644 index 000000000..9038a8588 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50.mcfunction new file mode 100644 index 000000000..6742bb1e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..63428e50c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5480242505535988f,0.0011420559914417693f,-0.8364616647003488f,0.5425921135502478f,-0.10918025779586298f,0.9915416021444748f,-0.0701777922451025f,1.7494400420643945f,0.8293063921813186f,0.12978423218896923f,0.5435135333755036f,-0.4340007141832921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5480242505535988f,0.0011420559914417693f,-0.8364616647003488f,0.5939693870396477f,-0.10918025779586298f,0.9915416021444748f,-0.0701777922451025f,1.7392043928960323f,0.8293063921813186f,0.12978423218896923f,0.5435135333755036f,-0.35625323991629354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5480242505535988f,0.0011420559914417693f,-0.8364616647003488f,0.6937500000000001f,-0.10918025779586298f,0.9915416021444748f,-0.0701777922451025f,1.7548488863169789f,0.8293063921813186f,0.12978423218896923f,0.5435135333755036f,-0.4766540070561184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724057132769625f,-0.7309698269877654f,-0.6256822191876203f,-0.9379934152603148f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962976f,-0.21208700103801548f,-0.17111976848570545f,-0.4706082002479053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698951372f,-0.7309698269877654f,-0.6821842964934577f,-0.9257565847396849f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.21208700103801548f,0.251535971525191f,-0.562144067700878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5225537841788143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51.mcfunction new file mode 100644 index 000000000..66d76b784 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..1d7cfd5c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5174920961001296f,0.04815773873095207f,-0.6299422252228059f,-0.32489291980444157f,-0.2570614714189509f,0.7598879897518279f,-0.15308196297178203f,1.4333233717833371f,0.5771185102128181f,0.29528887496092965f,0.49667207485270426f,-0.12720714256648258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4863962689721883f,-0.15041015746466918f,-0.6170862614427486f,-0.32489291980444157f,0.05221490163921681f,0.7840830631290954f,-0.14995784127848036f,1.4333233717833371f,0.6330025857583377f,0.0508972950710391f,0.48653591005979197f,-0.12720714256648258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5064260735477762f,0.046206500385843834f,-0.6390164597234721f,-0.32405815308673286f,-0.03480875042017823f,0.8113525847274314f,0.08625415117399403f,1.4113061071402457f,0.6397385617340982f,0.08072414151078652f,-0.5011612814775085f,-0.03541338568011121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.475649775914527f,-0.14802771731165626f,-0.6259753074842176f,-0.32405815308673286f,-0.3356574211075368f,0.7212453693969013f,0.08449386237452478f,1.4113061071402457f,0.5487179478820591f,0.3128784301146818f,-0.49093350022286547f,-0.03541338568011121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08235606996504792f,-0.0004916170879673226f,1.560328005918163f,-0.005407400285994627f,1.5574167300284274f,-0.09543105014180493f,0.08217234143184998f,1.3999713375697418f,0.0952725394196688f,1.5595829323833572f,0.005519986508726174f,0.7606971387509016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0003146349362995182f,-0.9986099237876244f,0.05270788477763045f,-0.004848701651802793f,-0.061075872090755406f,-0.05259029851638374f,-0.9967467072181935f,1.411797245266425f,0.9981330767253486f,-0.003532791365585181f,-0.06097442522858826f,0.5679034110654275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.9986099237876244f,0.05196176935720337f,-0.009620714826161362f,-0.23323124166091053f,-0.05259029851638374f,-0.9709981711698882f,1.4771758582531433f,0.9723810946718195f,-0.003532791365585181f,-0.23337207654302003f,0.2358993553986381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962881498541503f,-0.024037363333721f,-0.26885205026265374f,0.23880865228829357f,0.21867666313678485f,0.5144401984611996f,-0.829175373010175f,1.415628826806636f,0.15823949180223906f,-0.8571892949466672f,-0.49008853879988346f,-0.4943199996803435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7118130738740256f,-0.024037363333721f,-0.7019575151146784f,0.01055364459314535f,0.5932511167775929f,0.5144401984611996f,-0.6191965718972776f,1.6085974052276912f,0.3759990163606149f,-0.8571892949466672f,-0.35192506634891163f,-0.34659015391705544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.5803768327275097f,-0.8143000291017066f,0.2551773918020022f,-0.23323124166091053f,0.7906748046689442f,-0.5660711449765273f,1.3024055483886912f,0.9723810946718195f,0.19492584563087312f,-0.12837025134322586f,0.04534552110948209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.3086504819064128f,-0.9511344202481558f,0.19136083631799888f,-0.23323124166091053f,0.9243008399687814f,-0.30211114700771136f,1.4738237612140395f,0.9723810946718195f,0.22450576217982512f,-0.06381355242336663f,0.08704151681555326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.5443051741827383f,-0.8388406777927231f,0.20458161346624787f,-0.23323124166091053f,0.814613934003162f,-0.5310436200927396f,1.3649750565044474f,0.9723810946718195f,0.20033975113738925f,-0.11974552534037713f,-0.2605627596751717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.05196176935720359f,-0.9986099237876244f,0.18859746968809957f,-0.23323124166091053f,0.9709981711698882f,-0.05259029851638396f,1.546708524233074f,0.9723810946718195f,0.23337207654302003f,-0.0035327913655852326f,-0.21682757526939034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,0.2561974459075636f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.2005908565825063f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,0.011263022487433896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,0.2732148278657997f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.093671811754729f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,-0.10747635204520865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,-0.3133112704902557f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.1617039087518988f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,0.15020141615645574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,-0.3689971289232305f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.0498205727117034f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,0.049198857836879786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.95231918260835f,0.2602420154168828f,-0.15925535422058432f,0.16466954952139085f,0.06841137396170036f,0.690816069081523f,0.719786803582439f,2.252580545109184f,0.29733492621761937f,0.6745719028469177f,-0.6756809080776605f,0.08253799875932222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9813053736500907f,0.10806246248134803f,-0.15925535422058432f,0.052726865110256774f,-0.040498325781898006f,0.6930128736159514f,0.719786803582439f,2.254899500951066f,0.18814794512383f,0.7127802334556065f,-0.6756809080776605f,0.11139278130282185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9173606297847112f,0.3968853544077891f,-0.030520327285308305f,0.019576726667100308f,0.05086001634428511f,0.19291152259701455f,0.9798971390848943f,2.3032512872304474f,0.3947945461356548f,0.8973667922905917f,-0.1971550314743124f,0.06655639183305907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951061240799064f,0.09398037795765896f,-0.030520327285308305f,0.04991218100227188f,-0.011242188930113816f,0.19918637001888212f,0.9798971390848943f,2.3051683759040835f,0.09817033669457575f,0.9754447593573083f,-0.1971550314743124f,0.07138863833920206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681529462584568f,0.24849221773220176f,-0.030520327285308305f,0.12303216542345956f,0.020055834308168166f,0.19849272108428234f,0.9798971390848943f,2.356528848394778f,0.24955487605188872f,0.9480781916082079f,-0.1971550314743124f,0.15683578150401417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681529462584568f,0.19317765088939898f,-0.15925535422058432f,0.07956719397334486f,0.020055834308168166f,0.6939054120690936f,0.719786803582439f,2.200400130679232f,0.24955487605188872f,0.6936697155693587f,-0.6756809080776605f,0.0007600955009086779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9530171955639858f,-0.17958041469333372f,-0.24394487003814266f,-0.22617264830598943f,-0.2197258185492021f,0.964174228301121f,0.14862241467161252f,2.276825707091729f,0.20851568195759063f,0.1952407030782975f,-0.9583330727045025f,0.12304766246203057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693765385494795f,-0.02828474662965226f,-0.24394487003814266f,-0.11480003633069699f,-0.06619054949890645f,0.986676334475603f,0.14862241467161252f,2.2943929814058595f,0.2364908828408882f,0.16021792688049707f,-0.9583330727045025f,0.09742203466536913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933739212985577f,-0.2619579785292855f,-0.24394487003814266f,-0.09302539313040444f,-0.30292301647831843f,0.9413548873537841f,0.14862241467161252f,2.2916093144981593f,0.19070586834377243f,0.212671092393853f,-0.9583330727045025f,0.0914475692460257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968988230207898f,0.039404442651049004f,-0.24394487003814266f,-0.12152432656135535f,0.0027977491727446957f,0.9888900598432292f,0.14862241467161252f,2.2995506043019556f,0.2470910405460556f,0.14333087400352557f,-0.9583330727045025f,0.09993357740948791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9632225900565834f,-0.11266384684876174f,-0.24394487003814266f,-0.18812630620499637f,-0.15193318325734784f,0.9771528466327406f,0.14862241467161252f,2.4037118837968716f,0.2216270512143693f,0.18021978784464915f,-0.9583330727045025f,0.10043226847617673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9632225900565834f,-0.11266384684876174f,-0.24394487003814266f,-0.16277694066402504f,-0.15193318325734784f,0.9771528466327406f,0.14862241467161252f,2.183852493304505f,0.2216270512143693f,0.18021978784464915f,-0.9583330727045025f,0.05988281621113074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,-0.019485663508951333f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,1.681810240114634f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,-0.02184232314821935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.05196176935720359f,-0.9986099237876244f,1.3392351858520168e-17f,-0.23323124166091053f,0.9709981711698882f,-0.05259029851638396f,1.317685925925926f,0.9723810946718195f,0.23337207654302003f,-0.0035327913655852326f,-0.10935685185185186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005726992037737499f,-0.2966244441380567f,-0.9549770367406688f,0.1929509271119149f,-0.19924882771342511f,0.9355049495057799f,-0.2917711330906708f,0.7025858023638962f,0.9799321947038099f,0.19194902601987066f,-0.05374444336857052f,-0.3411276043777167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005726992037737499f,-0.4656881825255439f,-0.8849303465348306f,0.01540730752405129f,-0.19924882771342511f,0.86666876688971f,-0.45736763457058843f,1.0330032697405982f,0.9799321947038099f,0.17894067495660462f,-0.087824419320877f,-0.2729064720505112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025179548498501958f,0.12096489129190714f,-0.9923373848707647f,0.30253570544633535f,0.14691985405053287f,0.9823211534223809f,0.11601598176411981f,1.1076838336057502f,0.98882786511262f,-0.14287283371466936f,-0.04250654729754875f,-0.016763370470987863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025179548498501958f,-0.9797875439034875f,-0.1984498907759406f,-0.024384475454448697f,0.14691985405053287f,0.1927303726225714f,-0.9701904761203f,1.0571915389429523f,0.98882786511262f,-0.05358518713540114f,0.13909737918624618f,-0.017585942342486338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08074605582829808f,-0.6883994435706748f,-0.7208233351936927f,0.0005573530769712835f,-0.027321616599741083f,0.7244416588315322f,-0.688794462968304f,1.207615544386993f,0.9963601777141388f,-0.03592337736075255f,-0.07730399229306885f,-0.1238475977064063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07969902362900366f,-0.6365782035023853f,-0.7670829527881973f,0.0007538772737437707f,-0.23149742850277966f,0.736671411587116f,-0.6353929272087044f,1.170061790311423f,0.9695653697555332f,0.22821792693809512f,-0.08865422491282826f,-0.12879153925861908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,-0.6146087491268055f,-0.7888319254932619f,0.0005573530769712835f,-0.13052619222005157f,0.78212582635837f,-0.60929640150568f,1.207615544386993f,0.9914447207611515f,0.10264149862516724f,-0.0806355283657407f,-0.1238475977064063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003835373150130026f,-0.019893595106417958f,-0.9997947463287359f,0.007826375814148879f,-0.04372794769880836f,0.9988424145275433f,-0.020042393341056335f,1.2312816762306396f,0.9990361137130378f,0.04379584243429099f,0.0029610272915352696f,-0.12072802049057543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004887421495232257f,-0.019985413199669885f,-0.999788325782196f,0.007826375814148879f,-0.21633105360463048f,0.9761456233165259f,-0.0184552790903224f,1.2312816762306396f,0.9763078348335829f,0.21619506317034548f,-0.009094300596082554f,-0.12072802049057543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,0.050041422230875654f,-0.9987470036209044f,0.007826375814148879f,-0.13052619222005157f,0.990199271237694f,0.04968215358530462f,1.2312816762306396f,0.9914447207611515f,0.13038887721523978f,0.006008857910743268f,-0.12072802049057543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016818674416209958f,-0.3364746423674581f,-0.9415423236554864f,0.010579725748663095f,0.051607855136542424f,0.9401281765850249f,-0.3368911409923414f,1.2298878608124773f,0.998525794098023f,-0.05425704225819161f,0.001553024888931026f,0.07451183543725046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011151307144969464f,-0.304995158317763f,-0.9522886126336286f,-0.00037223033301678025f,-0.2583011534581895f,0.9191466706116646f,-0.297405299256185f,1.2720084326246686f,0.9660000840947828f,0.24929370490691255f,-0.06853091435737456f,-0.3107924958558185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,-0.17591032766625475f,-0.9844060533138621f,0.019981084406558696f,-0.13052619222005157f,0.9759965808972526f,-0.17433756686786273f,1.0960267667201717f,0.9914447207611515f,0.12839871766191144f,-0.023476264132504754f,-0.13064828131621736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,-0.08944429501884425f,-0.995991686345426f,1.3392351858520168e-17f,-0.13052619222005157f,0.9874771393747026f,-0.08861045286470509f,1.317685925925926f,0.9914447207611515f,0.1299562130139838f,-0.0121962442541319f,-0.10935685185185186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.0003188918691735007f,0.0018483261954083518f,-0.9999982409975786f,0.5439308264843872f,-0.1305261454079689f,0.991443250054238f,0.0017908899540306467f,1.766421858802008f,0.9914448162519756f,0.1305253447119181f,0.0005574180849324749f,-0.5226566856382975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.0003188918691735007f,0.0018483261954083518f,-0.9999982409975786f,0.5439607225971222f,-0.1305261454079689f,0.991443250054238f,0.0017908899540306467f,1.7541850326700108f,0.9914448162519756f,0.1305253447119181f,0.0005574180849324749f,-0.4297087341146748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.0003188918691735007f,0.0018483261954083518f,-0.9999982409975786f,0.6939455106903916f,-0.1305261454079689f,0.991443250054238f,0.0017908899540306467f,1.7600348122429048f,0.9914448162519756f,0.1305253447119181f,0.0005574180849324749f,-0.476266322589226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27291810724270615f,-0.7308567679268732f,-0.6255909937927043f,-0.9378008930818024f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4623541097247523f,0.9620071248120197f,-0.21247627809077355f,-0.1714529762343116f,-0.4710895666676765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01703837253994131f,-0.7308567679268732f,-0.6823181652547988f,-0.9255153132200395f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4462138665902393f,0.944333707188286f,-0.21247627809077355f,0.25117261139845753f,-0.5626189039263885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1310461851921367f,-0.7308567679268732f,-0.6698322790983374f,-0.8311832612861704f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5654923559696643f,0.9763129307595952f,-0.21247627809077355f,0.040827594593630646f,-0.5229783744860771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-8.250523428658361e-9f,-1.086202015786198e-9f,-0.00001562499778396875f,0.6874845430868033f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4814451521171486f,0.00001549132376189299f,0.0000020394714641881853f,-8.321716870089881e-9f,-0.0801516097456598f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52.mcfunction new file mode 100644 index 000000000..8d70563b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..c34ad892d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.49993966115785266f,0.045045521571476996f,-0.6441860605695915f,-0.32709323994119793f,-0.2613027208172821f,0.7591128449699591f,-0.1497097897251363f,1.4398731214793292f,0.5905299888568754f,0.29776338598359037f,0.47911975817401903f,-0.12546142984447256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46934419125748567f,-0.14664684744112044f,-0.631039406272253f,-0.32709323994119793f,0.04808588425756832f,0.7849714701285092f,-0.1466544878940111f,1.4398731214793292f,0.6460679359541259f,0.04810918020365393f,0.4693418039255697f,-0.12546142984447256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4884655753174626f,0.04302233065885127f,-0.6530657740525875f,-0.32627768920412553f,-0.037236881739586544f,0.8117534317107168f,0.08132788690621891f,1.4186536364329918f,0.653421181790533f,0.07842123191457243f,-0.48356521175215716f,-0.03704433865169322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4582014176689265f,-0.14417655400949816f,-0.6397379011127388f,-0.32627768920412553f,-0.33800520722443583f,0.7206979036297f,0.07966813411221445f,1.4186536364329918f,0.5619643589546869f,0.31592349228523964f,-0.47369653396129685f,-0.03704433865169322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08242228792461209f,-0.00030324280560903397f,1.5603245574229334f,-0.005309049130628715f,1.5574002390537802f,-0.09563372755717675f,0.08224922825623976f,1.4069428268905053f,0.09548461576871785f,1.559570565315119f,0.005346957469419765f,0.7607216029061767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00019407539559021351f,-0.9986077167506774f,0.052750264271751515f,-0.004773638531930425f,-0.06120558563659337f,-0.0526395060839932f,-0.9967361529944193f,1.4187938140851657f,0.9981251618016762f,-0.003422052780429079f,-0.061110154091979646f,0.5679293491461312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.9986077167506774f,0.051982570067038f,-0.009587993377025305f,-0.23335715184479738f,-0.0526395060839932f,-0.9709652527676349f,1.4842153300619227f,0.9723497309238378f,-0.003422052780429079f,-0.23350436896792331f,0.23593435617224856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9642027289289112f,-0.024148591561812677f,-0.26406427825743733f,0.23995973864176867f,0.21447648547764803f,0.514564177247689f,-0.8301948835487756f,1.4237718762273015f,0.155926055241569f,-0.8571117506013961f,-0.4909648788638691f,-0.49375832394460395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7152898059361993f,-0.024148591561812677f,-0.6984105805680031f,0.0105112476397871f,0.5900718271404813f,0.514564177247689f,-0.6221245424418674f,1.6157135684766895f,0.3744004972470636f,-0.8571117506013961f,-0.35381310693947166f,-0.3465404416124807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.5803931900281638f,-0.8142869914923776f,0.25519636453303884f,-0.23335715184479738f,0.7906206023632699f,-0.5660949591734804f,1.309482952729546f,0.9723497309238378f,0.19509691972881565f,-0.12834793603587155f,0.045326637639637755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.3086700026260521f,-0.9511269047943123f,0.19137619588568963f,-0.23335715184479738f,0.9242563073782244f,-0.3021501579586767f,1.4808925718757213f,0.9723497309238378f,0.22466220810452772f,-0.0637408269630854f,0.08705242149071742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.5443220846073983f,-0.8388283660877427f,0.20456145715670337f,-0.23335715184479738f,0.8145608220467538f,-0.5310697758952212f,1.372089693846314f,0.9723497309238378f,0.2005096890306618f,-0.11971576912490445f,-0.2605675507745899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.05198257006703822f,-0.9986077167506774f,0.188573427039442f,-0.23335715184479738f,0.9709652527676349f,-0.05263950608399341f,1.5538166818272205f,0.9723497309238378f,0.23350436896792331f,-0.003422052780429131f,-0.21680686942298194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,0.25616774702426476f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.2076727316799607f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.011360735870652366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,0.2731764642789886f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.1007699633905106f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,-0.10739453419935759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,-0.3133226722570946f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.168739405182594f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.1503611259225911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,-0.36901485959148045f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.056866424999863f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.04935058649750948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.952287567321678f,0.26028709109866166f,-0.15937069784611643f,0.1646456585092103f,0.06832537247599207f,0.6907413512613346f,0.7198666745541722f,2.259648605900115f,0.2974559338802607f,0.674631022015044f,-0.6755686134911535f,0.08265324308866523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812811989902256f,0.10811192892714303f,-0.15937069784611643f,0.05270625714886992f,-0.04057158000437579f,0.6929256220997071f,0.7198666745541722f,2.261958244686579f,0.1882582147059041f,0.7128575545376415f,-0.6755686134911535f,0.11152150622943435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9173166669637266f,0.39698141772025763f,-0.030592262017939506f,0.01954843572560158f,0.05076308972833278f,0.19281465551777957f,0.9799212301704628f,2.3103142078225583f,0.3949091556697478f,0.8973451190051545f,-0.19702410046954288f,0.06669530358470774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.995093998148623f,0.09408532485576396f,-0.030592262017939506f,0.04988436345477619f,-0.011304438046138645f,0.19906429198042472f,0.9799212301704628f,2.312232177342621f,0.09828603425232854f,0.975459563131716f,-0.19702410046954288f,0.07152422755702285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681245523056466f,0.24859397564626828f,-0.030592262017939506f,0.12301185435533094f,0.01997525436941884f,0.1983818839362198f,0.9799212301704628f,2.3635851829574532f,0.2496714650012465f,0.9480747140380337f,-0.19702410046954288f,0.1569694346792617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681245523056466f,0.19322482213999717f,-0.15937069784611643f,0.07953626937383164f,0.01997525436941884f,0.69382487709738f,0.7198666745541722f,2.207474585610543f,0.2496714650012465f,0.6937371317940046f,-0.6755686134911535f,0.0008785800256108853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529817116202007f,-0.17960536475492705f,-0.24406509432666218f,-0.22619297190556675f,-0.21980031069416628f,0.9641399175214833f,0.14873480715829493f,2.2838690647460873f,0.20859933062256178f,0.1953871346658137f,-0.9582850238164544f,0.12321207300516154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693453945214628f,-0.028314940426348648f,-0.24406509432666218f,-0.11482425152996023f,-0.06626949191041123f,0.9866540992574452f,0.14873480715829493f,2.301445207970028f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.09757561583433746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9337016895277612f,-0.26197974101888555f,-0.24406509432666218f,-0.09305017355001136f,-0.3029942347766976f,0.9413142147187984f,0.14873480715829493f,2.298663400407252f,0.19077643634654745f,0.2128242572264952f,-0.9582850238164544f,0.09159822511540414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689592682579549f,0.03937214990735119f,-0.24406509432666218f,-0.12154850243212438f,0.00271744801057508f,0.9888733855332009f,0.14873480715829493f,2.306602170022525f,0.24720548524116376f,0.14345473570356063f,-0.9582850238164544f,0.1000886204491053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631889329782185f,-0.11269121136805199f,-0.24406509432666218f,-0.1881556018143457f,-0.1520098873421898f,0.977123815741792f,0.14873480715829493f,2.410760071174843f,0.22172071066658663f,0.180360027696276f,-0.9582850238164544f,0.10060868840703407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631889329782185f,-0.11269121136805199f,-0.24406509432666218f,-0.16280007925653406f,-0.1520098873421898f,0.977123815741792f,0.14873480715829493f,2.1909072126329403f,0.22172071066658663f,0.180360027696276f,-0.9582850238164544f,0.060027682175372035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,-0.01949346377513932f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,1.688882710528604f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,-0.021779565340732457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.05198257006703822f,-0.9986077167506774f,1.3390741674765733e-17f,-0.23335715184479738f,0.9709652527676349f,-0.05263950608399341f,1.3247707407407407f,0.9723497309238378f,0.23350436896792331f,-0.003422052780429131f,-0.1093437037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005744202062238557f,-0.30248162038273674f,-0.9531379089477566f,0.19596599599659212f,-0.19935313898574275f,0.9336746340591744f,-0.297506308657477f,0.7108022562410105f,0.9799108786615237f,0.1917199703867616f,-0.05493744475036988f,-0.3409356244156086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005744202062238557f,-0.471112125392804f,-0.882054629515963f,0.016354498190585598f,-0.19935313898574275f,0.8638239475112383f,-0.462673225595163f,1.04013513622967f,0.9799108786615237f,0.17849804764751992f,-0.08895570171059523f,-0.2728832437499916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02622572062147162f,0.11517460410803494f,-0.9929990041014349f,0.3029528600461547f,0.14700207274792224f,0.9829860594193599f,0.11013082036838245f,1.1166313379534376f,0.9887884516850401f,-0.14308465171273876f,-0.04271042330093601f,-0.016718063095431977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02622572062147162f,-0.980901424279325f,-0.19272936316160016f,-0.023662609930242683f,0.14700207274792224f,0.18691552113861076f,-0.9713150768753135f,1.0642048817125516f,0.9887884516850401f,-0.05380505370569755f,0.13929254829325186f,-0.017586730534406875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08197394448550148f,-0.6954581573251691f,-0.7138754960323039f,0.0008943211536172361f,-0.028118053593775755f,0.7176148866928356f,-0.6958722939296594f,1.214702496379863f,0.996237746467973f,-0.036970607334868906f,-0.07838065262362556f,-0.12383380456561068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0805178622477997f,-0.6441581989987145f,-0.7606425497707691f,0.0014687803022717652f,-0.23070099150874498f,0.730354993651858f,-0.6429297284810187f,1.1771525145005433f,0.9696875405902285f,0.22724831772870624f,-0.08980131242663794f,-0.12877692934142632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,-0.622449042485509f,-0.7826599838231671f,0.0008943211536172361f,-0.13052619222005157f,0.7760240855469015f,-0.6170490513691997f,1.214702496379863f,0.9914445894318762f,0.10170451396063095f,-0.08181575597823601f,-0.12383380456561068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0033656420628750535f,-0.022898687370178736f,-0.9997321254067146f,0.008090856137103204f,-0.04371531297463811f,0.9987786871880466f,-0.023024018555662232f,1.2383902047256972f,0.9990383595563457f,0.04378109335826205f,0.002360508276007453f,-0.12070992755872395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004828700132664343f,-0.023026376561374448f,-0.9997231965086547f,0.008090856137103204f,-0.21634368832880074f,0.9760818959770292f,-0.021436904304928298f,1.2383902047256972f,0.9763053273312194f,0.21618029125787971f,-0.009694818014731146f,-0.12070992755872395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,0.04700976629425588f,-0.9988941598798977f,0.008090856137103204f,-0.13052619222005157f,0.9903442384397615f,0.04670334606538115f,1.2383902047256972f,0.9914445894318762f,0.13041614647783475f,0.005408772885820538f,-0.12070992755872395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.017571992707522587f,-0.34203403293636414f,-0.9395232543080414f,0.010731068891423392f,0.05155481687905625f,0.9381083981072856f,-0.34248318828396407f,1.237004802704708f,0.9985155611851293f,-0.054455061416441f,0.0011490680040324493f,0.07453155096941097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011341314805449868f,-0.3116606572914278f,-0.9501257860279125f,-0.00011500024383680717f,-0.2582657790994968f,0.9170335507312823f,-0.3038885555253872f,1.2790921384451917f,0.9660073301609121f,0.2488314721450075f,-0.0700909162840289f,-0.3107794073221759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,-0.17889738541323938f,-0.9838674637681206f,0.020654842163162237f,-0.13052619222005157f,0.9754677467070288f,-0.17727263826898368f,1.1031721361113207f,0.9914445894318762f,0.12829029825602042f,-0.024067103266487283f,-0.13062250733569392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,-0.09246692728117942f,-0.9957154855320792f,1.3390741674765733e-17f,-0.13052619222005157f,0.987206125886214f,-0.09158044636966182f,1.3247707407407407f,0.9914445894318762f,0.12989970120023153f,-0.012794284440679104f,-0.1093437037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5471597996120653f,0.0019818432376670744f,-0.8370258215765305f,0.5941160808801592f,-0.10930651425807617f,0.9912646561028959f,0.0738001863273823f,1.7833133978626743f,0.8298603735745149f,0.13187287006275655f,-0.5421635422196681f,-0.5963330136244562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5471597996120653f,0.0019818432376670744f,-0.8370258215765305f,0.5428198496665281f,-0.10930651425807617f,0.9912646561028959f,0.0738001863273823f,1.7730659121509798f,0.8298603735745149f,0.13187287006275655f,-0.5421635422196681f,-0.5185336036018455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5471597996120653f,0.0019818432376670744f,-0.8370258215765305f,0.6940218385098232f,-0.10930651425807617f,0.9912646561028959f,0.0738001863273823f,1.7671196270577196f,0.8298603735745149f,0.13187287006275655f,-0.5421635422196681f,-0.4761087772802007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2731182661243543f,-0.7308125421744641f,-0.6255553060359437f,-0.937725607068108f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4694389245395674f,0.961950317926688f,-0.21262834283396914f,-0.17158313921951535f,-0.4712715388888422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016841884689131476f,-0.7308125421744641f,-0.6823704119615789f,-0.9254209829662292f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4532986814050544f,0.9443372319203025f,-0.21262834283396914f,0.2510306360442497f,-0.5627983179060799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13124932375337497f,-0.7308125421744641f,-0.6698407595949791f,-0.8310971810779217f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5725771707844793f,0.9762856428505357f,-0.21262834283396914f,0.04068822173057121f,-0.5231381616570467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1473802452596626e-8f,-1.5105547497087338e-9f,-0.000015624995714242023f,0.6874784514714101f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4885299669319634f,0.000015491321709873067f,0.000002039471194034637f,-1.157280944166454e-8f,-0.0799954173444607f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53.mcfunction new file mode 100644 index 000000000..30b566867 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..4b852fd25 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.47791786481292664f,0.04116565754595556f,-0.6609420152902269f,-0.3298637622319783f,-0.26633947299282196f,0.7582067103674816f,-0.1453626978425758f,1.4478801046677432f,0.6063021062663425f,0.300620054948061f,0.4571321285410442f,-0.12337722502517057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4479594598995049f,-0.1419028314574321f,-0.6474534027332836f,-0.3298637622319783f,0.04318781247454087f,0.7860395410485863f,-0.14239611217231915f,1.4478801046677432f,0.6614129838007474f,0.04478198669656616f,0.4478029014279617f,-0.12337722502517057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4657940046697526f,0.039027893892377985f,-0.6696694805323624f,-0.32906143013418093f,-0.03997906767204475f,0.8122189337779406f,0.07514334438354149f,1.4276085744435807f,0.66961336889748f,0.07564173157321778f,-0.46134662574122803f,-0.03893976635185446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43618567412920844f,-0.13929264599305602f,-0.6560027564398653f,-0.32906143013418093f,-0.34066145805173065f,0.7200912215471857f,0.07360980674306106f,1.4276085744435807f,0.5776606518385312f,0.31947799833937707f,-0.451931388481203f,-0.03893976635185446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08248973751524831f,0.00011371019323670437f,1.5603210183403469f,-0.005084496834228641f,1.557387708444067f,-0.09575818434427699f,0.0823416402461395f,1.415522346740517f,0.09563063730835762f,1.5595629539076254f,0.004942065045903696f,0.7607382314366782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00007277452367105905f,-0.998605451737822f,0.052793432009758695f,-0.004600631202842168f,-0.061285237980337526f,-0.05269864975752903f,-0.9967281334042029f,1.4273887487610566f,0.9981202905008802f,-0.0031629216293787947f,-0.0612036078773491f,0.5679467895907999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.998605451737822f,0.05197874398791718f,-0.0095064254320017f,-0.23343420150323552f,-0.05269864975752903f,-0.9709435235286756f,1.492836468071425f,0.9723287055495212f,-0.0031629216293787947f,-0.23359555708779745f,0.23595829981283745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9657588054566767f,-0.024395325729671343f,-0.2582920784024088f,0.24130579295500681f,0.2093712183617767f,0.514640439163795f,-0.8314498850195371f,1.4336845234261077f,0.1532110394344944f,-0.8570589749018672f,-0.4919108566961726f,-0.4931150596586992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7194491991529024f,-0.024395325729671343f,-0.6941165016917482f,0.01043139263103549f,0.586215096697178f,0.514640439163795f,-0.625697274072386f,1.6243823778045257f,0.3724845100706417f,-0.8570589749018672f,-0.35595674357651197f,-0.3465112816189967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.5803887461552423f,-0.8142871369507236f,0.2552380516767102f,-0.23343420150323552f,0.7905704982363805f,-0.566133165330232f,1.3181350549491204f,0.9723287055495212f,0.19531305807504704f,-0.12817838238082635f,0.045266820349856234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.3086657206889515f,-0.9511257072220428f,0.19141869337739406f,-0.23343420150323552f,0.9242200110360195f,-0.30220166241952834f,1.489537546628252f,0.9723287055495212f,0.22481735714163603f,-0.06351412671400043f,0.08702311152195048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.5443176386192551f,-0.8388283175686304f,0.20451875689336163f,-0.23343420150323552f,0.8145124321370424f,-0.5311101311994968f,1.3807631904973712f,0.9723287055495212f,0.20071822583452126f,-0.11953694902512006f,-0.2606090076560533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.0519787439879174f,-0.998605451737822f,0.18853145832226575f,-0.23343420150323552f,0.9709435235286756f,-0.05269864975752925f,1.5624857345980132f,0.9723287055495212f,0.23359555708779745f,-0.0031629216293788467f,-0.21682960896227493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,0.25614705396020115f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.2163275974104133f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,0.011372344993445603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,0.2731308128140954f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.109435317231586f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,-0.10739593727654377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,-0.3133043738636658f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.177349295589231f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,0.15051979677211175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,-0.3690165419660098f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.0654810619864232f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,0.04951501898450522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522131561519773f,0.26042389995389337f,-0.1595916588794496f,0.16464067743848704f,0.06824497698055755f,0.6907030055981191f,0.7199110925486892f,2.2682923373464203f,0.2977124927980234f,0.6746174844980887f,-0.6754691119817825f,0.08269313180757523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812291055655833f,0.10825869390987065f,-0.1595916588794496f,0.052708755466793475f,-0.04064498711454111f,0.6928751719089169f,0.7199110925486892f,2.270593012328139f,0.18851373269187688f,0.7128843183470356f,-0.6754691119817825f,0.11159109649976764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172155136958942f,0.397206568224842f,-0.03070250143915479f,0.01953623825778815f,0.05067699922205772f,0.1927666750968227f,0.9799351257720907f,2.3189505790539147f,0.3951550875104923f,0.8972557891321516f,-0.1969378218713082f,0.06677749835955987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950673710063149f,0.09433071378909286f,-0.03070250143915479f,0.0498733242060308f,-0.011371488217649751f,0.19899205645892573f,0.9799351257720907f,2.3208699682436076f,0.09854753378089626f,0.9754506024921447f,-0.1969378218713082f,0.07159857565695131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680598657011336f,0.2488321780318658f,-0.03070250143915479f,0.12302029025319118f,0.019897729571619824f,0.19832102671156965f,0.9799351257720907f,2.372220506944438f,0.2499283432838262f,0.9480249561799451f,-0.1969378218713082f,0.1570285941778441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680598657011336f,0.193366488396539f,-0.1595916588794496f,0.07951283036396997f,0.019897729571619824f,0.6937810167360066f,0.7199110925486892f,2.216119778178837f,0.2499283432838262f,0.693741523899171f,-0.6754691119817825f,0.0009367513005308602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529135948921634f,-0.17961117971262658f,-0.24432663545330593f,-0.22618868377803528f,-0.219873656133814f,0.9641136361832391f,0.1487967468188806f,2.2924863050259545f,0.20883308168976325f,0.1955114335474305f,-0.9582087577058483f,0.12335695694011994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.028331339596180338f,-0.24432663545330593f,-0.11482777331249809f,-0.06634604565307588f,0.9866396152407007f,0.1487967468188806f,2.3100711201326796f,0.23684672643177207f,0.16043567195099723f,-0.9582087577058483f,0.0976925355956027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336333251974818f,-0.2619795970848898f,-0.24432663545330593f,-0.09305510693075597f,-0.3030650105452488f,0.9412816409127112f,0.1487967468188806f,2.3072910850776203f,0.19099846455901684f,0.2129684558612206f,-0.9582087577058483f,0.09170918129203696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688942054381096f,0.039351161056850326f,-0.24432663545330593f,-0.12155166800970812f,0.00264007039504624f,0.9888642769179332f,0.1487967468188806f,2.3152274815535123f,0.24746120644812994f,0.14352326626387335f,-0.9582087577058483f,0.10020772485261195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631213878100512f,-0.11270176374355768f,-0.24432663545330593f,-0.1881648229991249f,-0.15208488740951404f,0.9771027147428019f,0.1487967468188806f,2.419381377582698f,0.22196256297960862f,0.1804677181418825f,-0.9582087577058483f,0.10075366949039738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631213878100512f,-0.11270176374355768f,-0.24432663545330593f,-0.16280692615682446f,-0.15208488740951404f,0.9771027147428019f,0.1487967468188806f,2.199533266765568f,0.22196256297960862f,0.1804677181418825f,-0.9582087577058483f,0.06014843290847388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,-0.01949202899546901f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,1.6975238213232533f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,-0.02173666609207596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.0519787439879174f,-0.998605451737822f,1.3389675778477587e-17f,-0.23343420150323552f,0.9709435235286756f,-0.05269864975752925f,1.33342f,0.9723287055495212f,0.23359555708779745f,-0.0031629216293788467f,-0.109335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005884853803373956f,-0.3095124259893869f,-0.9508771879974179f,0.19957280431255142f,-0.19942161441229503f,0.931429881717986f,-0.3044164830425785f,0.7208338417030123f,0.9798961109224318f,0.19141691043631132f,-0.056242138989465285f,-0.34071165756815835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005884853803373956f,-0.4776132158392949f,-0.8785505019925489f,0.01748276577382025f,-0.19942161441229503f,0.8603575044951878f,-0.46905861484894057f,1.0488451402918026f,0.9798961109224318f,0.17796230082368544f,-0.09018332043473029f,-0.2728635303791283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02736330627153311f,0.10810404268055324f,-0.9937629322056699f,0.30345455587655235f,0.1470227718741797f,0.9837591136327163f,0.1029675234965135f,1.1275478405831223f,0.9887545469024772f,-0.14328824899723375f,-0.042812657929443595f,-0.016708130434427346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02736330627153311f,-0.9822177473040512f,-0.18574053502357818f,-0.022774817738700548f,0.1470227718741797f,0.17983495945489686f,-0.9726477738155208f,1.072770390592284f,0.9887545469024772f,-0.05392294723779865f,0.13948749671876112f,-0.017591243168409473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08333061025176478f,-0.7039635547484402f,-0.7053306479807949f,0.0013013172946734573f,-0.029101261603824605f,0.7092095789203969f,-0.7043968268956207f,1.2233556859846535f,0.9960969460690731f,-0.03817180574053454f,-0.07958509457412646f,-0.12382412018135489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08162789526395398f,-0.6532713862078978f,-0.7527106898914007f,0.0023352058613693247f,-0.22971778349869615f,0.7225648021467248f,-0.6520198207440557f,1.1858153161685643f,0.9698281428475989f,0.22613403693534476f,-0.09108661087174652f,-0.128765510016504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,-0.631898099186171f,-0.7750510014654817f,0.0013013172946734573f,-0.13052619222005157f,0.7684914364032623f,-0.6264054799563815f,1.2233556859846535f,0.9914444895062337f,0.10062655921651366f,-0.08313915929313301f,-0.12382412018135489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.002922539020697897f,-0.02653895836115991f,-0.9996435076840028f,0.008410209922930772f,-0.04370103178811689f,0.9986893691763784f,-0.026641391006131637f,1.2470692855706251f,0.9990403788567939f,0.04376331321086439f,0.001758928788009568f,-0.12069600728759333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004633411414416344f,-0.02668827568266885f,-0.9996330663997417f,0.008410209922930772f,-0.21635796951532194f,0.975992577965361f,-0.025054276755397703f,1.2470692855706251f,0.9763031089399805f,0.2161624937347247f,-0.010296396287697716f,-0.12069600728759333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,0.04334740429549758f,-0.9990596904933082f,0.008410209922930772f,-0.13052619222005157f,0.9905080966787139f,0.04308855484285677f,1.2470692855706251f,0.9914444895062337f,0.13044045750745586f,0.004807418534835024f,-0.12069600728759333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018359145409688592f,-0.34879064392604653f,-0.9370208260703065f,0.01093791330688796f,0.05149029437973565f,0.9356053603160973f,-0.3492726146328592f,1.2456938012041505f,0.9985047277627251f,-0.05465982489397f,0.0007824180765223787f,0.07454703038176969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01169438738622542f,-0.3197163016792133f,-0.9474411473776231f,0.00017152095262742972f,-0.258221293407802f,0.9144019644692148f,-0.31175440815751493f,1.2877409143788867f,0.9660150127893781f,0.2482952553219792f,-0.07186418614393696f,-0.31077055381903607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,-0.18250311759724935f,-0.9832048996496238f,0.02146936314385768f,-0.13052619222005157f,0.9748142541731925f,-0.18083164271027513f,1.111897546919698f,0.9914444895062337f,0.12817871090023888f,-0.024658513736161375f,-0.13060048353512269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,-0.09611668483349448f,-0.9953697029367333f,1.3389675778477587e-17f,-0.13052619222005157f,0.9868653077642867f,-0.09518286335172789f,1.33342f,0.9914444895062337f,0.12984008328678107f,-0.01339316989383877f,-0.109335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9160004326503786f,0.001114216231526583f,-0.40117572945843666f,0.6768290059754923f,-0.05246678967920095f,0.9910746001793737f,0.12254947107210691f,1.7966106877440076f,0.3977316222845222f,0.13330377114502076f,-0.9077663032044305f,-0.6308216183014137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9160004326503786f,0.001114216231526583f,-0.40117572945843666f,0.5909539654145194f,-0.05246678967920095f,0.9910746001793737f,0.12254947107210691f,1.7916919262115825f,0.3977316222845222f,0.13330377114502076f,-0.9077663032044305f,-0.5935342787122397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9160004326503786f,0.001114216231526583f,-0.40117572945843666f,0.6940678451137714f,-0.05246678967920095f,0.9910746001793737f,0.12254947107210691f,1.775768886316979f,0.3977316222845222f,0.13330377114502076f,-0.9077663032044305f,-0.4760130030261622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2732389442801747f,-0.7307858613937823f,-0.6255337753595746f,-0.9376801944732562f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4780881837988264f,0.9619160466374834f,-0.2127200243577701f,-0.17166161614800207f,-0.47138047356050256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01672341387976492f,-0.7307858613937823f,-0.6824018993343682f,-0.9253640880876628f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4619479406643134f,0.9443393373671285f,-0.2127200243577701f,0.2509450281201882f,-0.5629057081958617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13137180144633023f,-0.7307858613937823f,-0.6698458588150659f,-0.8310452624581997f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5812264300437384f,0.9762691694438311f,-0.2127200243577701f,0.040604187354033976f,-0.5232337189812872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3417247252498824e-8f,-1.7664141115390947e-9f,-0.000015624994139431138f,0.6874747642079114f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4971792261912227f,0.0000154913201485349f,0.000002039470988480568f,-1.3533024150134799e-8f,-0.0799004671002156f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54.mcfunction new file mode 100644 index 000000000..6a0f3d37e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..3238d2b86 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4530309267983088f,0.03679249029568293f,-0.6784937261806864f,-0.3329999068505349f,-0.27168904468517485f,0.7572536996106811f,-0.1403436563170486f,1.4570712580264193f,0.6228101531018637f,0.30357468854998915f,0.4323128104850175f,-0.12117582309564548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42379677779773495f,-0.13653120127387391f,-0.664646915442305f,-0.3329999068505349f,0.03798905862465371f,0.7871824556521209f,-0.13747950006568027f,1.4570712580264193f,0.6774607904174752f,0.041267573132057284f,0.423490100066956f,-0.12117582309564548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4401006529536758f,0.034512534148925134f,-0.6870696796547f,-0.33220726576741766f,-0.042721937927078235f,0.8126928388762813f,0.06818819621759979f,1.4377974928458652f,0.686608109283562f,0.07268891985904245f,-0.4361537224880954f,-0.040906934576981954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4112398633826763f,-0.13374740036879124f,-0.6730478494576654f,-0.33220726576741766f,-0.3433214782822036f,0.7194918878821878f,0.06679660037642429f,1.4377974928458652f,0.594148245234403f,0.3231765093046145f,-0.4272526261107874f,-0.040906934576981954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08256007456500226f,0.000676146043372623f,1.5603171558738786f,-0.004779804218121033f,1.5573787927830591f,-0.09581327332457922f,0.0824461184314388f,1.4253705264338574f,0.09571509743714746f,1.559559428005665f,0.004388694707981763f,0.7607477056309265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00043273346775804696f,-0.9986029797592824f,0.05283844772160123f,-0.004365468251966939f,-0.06132049492773095f,-0.052765515796120585f,-0.9967224273811578f,1.437243771889314f,0.9981180339236256f,-0.0028087646131087583f,-0.06125766235977459f,0.5679565231563728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.9986029797592824f,0.051960569595271455f,-0.009394011339753911f,-0.23346793197787258f,-0.052765515796120585f,-0.970931781888277f,1.5027028905988782f,0.9723170967923778f,-0.0028087646131087583f,-0.23364839851064712f,0.23597211741239588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9674812577915979f,-0.02473016771751763f,-0.2517308773802915f,0.24280813088586534f,0.2035510546567183f,0.5146744310173232f,-0.8328728583674294f,1.4449910447925185f,0.1501565315599877f,-0.8570289661742235f,-0.4929040141530766f,-0.4924012492523102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7241366232855253f,-0.02473016771751763f,-0.6892130074376868f,0.010327322395922857f,0.5818145379903689f,0.5146744310173232f,-0.6297635059608077f,1.6342707149378712f,0.3702944695775121f,-0.8570289661742235f,-0.3583062334632917f,-0.3464998843562643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.5803720898348508f,-0.8142948171992197f,0.25529417841837987f,-0.23346793197787258f,0.7905246683409616f,-0.566183250796408f,1.328025971605688f,0.9723170967923778f,0.1955479125051982f,-0.12790808105863122f,0.04518008817667365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.3086475257785927f,-0.9511280233530793f,0.191478217188937f,-0.23346793197787258f,0.9241913632780575f,-0.3022632110929497f,1.4994227071509927f,0.9723170967923778f,0.22496006061743176f,-0.06318571367202754f,0.08696518883199193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.5443006631442557f,-0.8388352639687404f,0.204461636539158f,-0.23346793197787258f,0.8144688305588792f,-0.5311621680673682f,1.3906615112637517f,0.9723170967923778f,0.2009410663572162f,-0.11925666076352655f,-0.2606754238575405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.05196056959527168f,-0.9986029797592824f,0.18847776111654907f,-0.23346793197787258f,0.970931781888277f,-0.0527655157961208f,1.572381435894078f,0.9723170967923778f,0.23364839851064712f,-0.0028087646131088103f,-0.21688390391562612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,0.25613086483133296f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.226219769892265f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,0.011317044112428447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,0.2730794474480178f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.1193328250409467f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,-0.10746106442461072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,-0.3132683029173893f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.1871983583828714f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,0.15066612810969526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,-0.3690089757579881f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.07532995674312f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,0.04967726433826465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521115296514006f,0.2606180792668331f,-0.1598807426306801f,0.16464643687726974f,0.0681705927431816f,0.6906966374618382f,0.7199242496846132f,2.2781758525620712f,0.2980543665003321f,0.6745490136070004f,-0.675386720962079f,0.08267228700363587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811591065928096f,0.10846638044049772f,-0.1598807426306801f,0.05272467067475499f,-0.04071745936252897f,0.6928572459165795f,0.7199242496846132f,2.280467999179952f,0.18886210856882152f,0.7128701712759695f,-0.675386720962079f,0.11161023680993311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9170779712357857f,0.3975135044539465f,-0.030838424907875903f,0.01953293592859963f,0.05060151988621959f,0.19276161714759113f,0.9799400211950985f,2.328824924030686f,0.3954838566354648f,0.8971209353991182f,-0.19689222028650927f,0.06681017766473799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950314088643442f,0.09466513044749145f,-0.030838424907875903f,0.04987160997605909f,-0.011441710339575f,0.1989639216658519f,0.9799400211950985f,2.3307461776466707f,0.09890188389482027f,0.9754239442174387f,-0.19689222028650927f,0.07162050682032292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679720320217491f,0.24915685174782598f,-0.030838424907875903f,0.1230455851586599f,0.019823970749238876f,0.1983042234645629f,0.9799400211950985f,2.382098604167288f,0.25027416048689505f,0.947943193542329f,-0.19689222028650927f,0.15702625708147777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679720320217491f,0.19356728380475108f,-0.1598807426306801f,0.07949294630259099f,0.019823970749238876f,0.6937694753300839f,0.7199242496846132f,2.2260004722180193f,0.25027416048689505f,0.6936970677036709f,-0.675386720962079f,0.0009444168481520486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528243346695356f,-0.17960611664531148f,-0.24467821751261015f,-0.22617002360028135f,-0.2199449465543501f,0.9640946795195646f,0.14881421103937678f,2.3023421700857507f,0.20916502515181984f,0.19560953909679069f,-0.9581163292980556f,0.12347630215590888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880174f,-0.24467821751261015f,-0.11481944954388343f,-0.0664194238457764f,0.9866320442438118f,0.14881421103937678f,2.3199353609646467f,0.2371899302081138f,0.16048064226033754f,-0.9581163292980556f,0.09777280206332647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9335448459123418f,-0.26196677374307353f,-0.24467821751261015f,-0.09304873135060275f,-0.30313437750210903f,0.9412565430153125f,0.14881421103937678f,2.3171569976246196f,0.19132059441396168f,0.21309511886833238f,-0.9581163292980556f,0.09178158753707617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688060940068742f,0.03933601517688706f,-0.24467821751261015f,-0.12154279286467785f,0.0025663428218894724f,0.988861842967585f,0.14881421103937678f,2.3250911825315512f,0.24780671116752465f,0.14354418634258703f,-0.9581163292980556f,0.10029057063111962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9630319918391173f,-0.11270293948799624f,-0.24467821751261015f,-0.18816273327315375f,-0.15215732652018066f,0.9770887772249557f,0.14881421103937678f,2.42924059113219f,0.22230054134125316f,0.18054242950565974f,-0.9581163292980556f,0.10086394603895386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9630319918391173f,-0.11270293948799624f,-0.24467821751261015f,-0.16280457188835462f,-0.15215732652018066f,0.9770887772249557f,0.14881421103937678f,2.2093956162565753f,0.22230054134125316f,0.18054242950565974f,-0.9581163292980556f,0.06024189940018049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,-0.019485213598226865f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,1.707398677467363f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,-0.021712035743692515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.05196056959527168f,-0.9986029797592824f,1.338908613372244e-17f,-0.23346793197787258f,0.970931781888277f,-0.0527655157961208f,1.3432992592592592f,0.9723170967923778f,0.23364839851064712f,-0.0028087646131088103f,-0.10933018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006101234036336195f,-0.3174552023290764f,-0.9482536419426182f,0.20364160122301003f,-0.19945822549576828f,0.9288299864398102f,-0.31223592453832294f,0.7323049830054997f,0.9798873359857821f,0.1910420131919344f,-0.0576520422037214f,-0.34045598316025294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006101234036336195f,-0.48494488636102817f,-0.8745234314388171f,0.018756363297868055f,-0.19945822549576828f,0.8563761646737369f,-0.4762733257917976f,1.058798395787362f,0.9798873359857821f,0.1773367468151766f,-0.09150129509300323f,-0.27284634843696687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028592865350371643f,0.10002788932206294f,-0.9945737124058873f,0.30401003447139496f,0.14698874113104435f,0.9845850584904927f,0.09479753466195188f,1.1400121863189223f,0.9887248141074273f,-0.1434806048044343f,-0.04285508153285194f,-0.01671984307527533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028592865350371643f,-0.9836596758289621f,-0.17775289083195528f,-0.021758643665111252f,0.14698874113104435f,0.17175495885597847f,-0.9741121824970121f,1.0825583096545255f,0.9887248141074273f,-0.05398033212608681f,0.13967593103964265f,-0.01759934658618169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08480181248074821f,-0.7135382905942633f,-0.6954651396409431f,0.0017635310305864496f,-0.030240390765944827f,0.6995009241049026f,-0.7139915797421635f,1.2332412008597233f,0.9959388391695059f,-0.03951664247129365f,-0.08089662293008884f,-0.12381793827627899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08293827264040164f,-0.6635321416474015f,-0.7435363743168448f,0.003320823090006396f,-0.22857865433657593f,0.7135490932514268f,-0.6622684427796229f,1.1957185161216939f,0.9699861038762909f,0.22488394456003158f,-0.0924887548084311f,-0.12875641946912775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,-0.6425533537298019f,-0.7662403698367184f,0.0017635310305864496f,-0.13052619222005157f,0.7597642289152834f,-0.6369625025111753f,1.2332412008597233f,0.9914444159414391f,0.09941581399027496f,-0.08458407667634608f,-0.12381793827627899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0024791618031864545f,-0.030678095377722585f,-0.9995262418869998f,0.00877277062033762f,-0.04368618004932942f,0.9985717375602561f,-0.030757155567259928f,1.2569838776942015f,0.9990422270502141f,0.04374173533236211f,0.001135412111259223f,-0.12068550996792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004351629532822549f,-0.030841516020330258f,-0.9995148144024565f,0.00877277062033762f,-0.21637282125410942f,0.9758749463492387f,-0.029170041316525994f,1.2569838776942015f,0.9763011141768437f,0.21614090306427045f,-0.010919912069947642f,-0.12068550996792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,0.039187270515186695f,-0.9992314419525122f,0.00877277062033762f,-0.13052619222005157f,0.990678501270761f,0.03897461051060028f,1.2569838776942015f,0.9914444159414391f,0.13046250399823098f,0.004183915516656204f,-0.12068550996792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019193818080110076f,-0.35647444065192907f,-0.9341079008922909f,0.01118430583247966f,0.05141537523086537f,0.9326919166970508f,-0.35699054289693855f,1.2556192910960624f,0.9984928925823044f,-0.054879519767176706f,0.00042634815245940795f,0.07455907357112809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012154816871742245f,-0.32885382138988756f,-0.9443026128228612f,0.000485274473873162f,-0.2581685863879213f,0.9113211339191885f,-0.3206910848070259f,1.2976207735236245f,0.9660234166050411f,0.24768721208312836f,-0.07382278470235701f,-0.3107653635294466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,-0.18659526309011915f,-0.9824364226499628f,0.02239455413889496f,-0.13052619222005157f,0.9740548551915321f,-0.18487847960846476f,1.1218670311717673f,0.9914444159414391f,0.12805993467955779f,-0.0252709957937225f,-0.13058115861298636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,-0.10026023566100133f,-0.9949608042039282f,1.338908613372244e-17f,-0.13052619222005157f,0.9864615036006608f,-0.09928048679603488f,1.3432992592592592f,0.9914444159414391f,0.12977514037412555f,-0.014013673301991708f,-0.10933018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9862672698398486f,-0.0007255278130029525f,0.16515552080401183f,0.7651024457192104f,0.021436328611169786f,0.9909691252222118f,0.13236569295704195f,1.804498171616146f,-0.16376005696849813f,0.13408827862910508f,-0.9773448609758779f,-0.6148768844084086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9862672698398486f,-0.0007255278130029525f,0.16515552080401183f,0.6726398891717246f,0.021436328611169786f,0.9909691252222118f,0.13236569295704195f,1.806507827423443f,-0.16376005696849813f,0.13408827862910508f,-0.9773448609758779f,-0.6302293897492053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9862672698398486f,-0.0007255278130029525f,0.16515552080401183f,0.6940978393248657f,0.021436328611169786f,0.9909691252222118f,0.13236569295704195f,1.785648145576238f,-0.16376005696849813f,0.13408827862910508f,-0.9773448609758779f,-0.47595140793242524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27331763406101883f,-0.7307684571319238f,-0.6255197302821988f,-0.9376505737717514f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4879674430580856f,0.9618936907794526f,-0.21277980645928452f,-0.17171278811385118f,-0.47145236558643894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01664616101243907f,-0.7307684571319238f,-0.6824224259097701f,-0.9253269800958488f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4718271999235726f,0.9443407022861663f,-0.21277980645928452f,0.2508892025752004f,-0.5629765923816983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13145166587629448f,-0.7307684571319238f,-0.6698491782478909f,-0.8310114001966165f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5911056893029976f,0.9762584191494327f,-0.21277980645928452f,0.040549389674817554f,-0.5232968874352912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4684533220066138e-8f,-1.9332554743267914e-9f,-0.00001562499298006266f,0.6874723539802899f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5070584854504818f,0.000015491318999084985f,0.0000020394708371526155f,-1.4811245478360035e-8f,-0.07983941268680736f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55.mcfunction new file mode 100644 index 000000000..b36af62cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..cac7ff62b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.427085052280013f,0.032240522130709943f,-0.695344052463356f,-0.3362740904047564f,-0.27691245148185123f,0.7563301858187007f,-0.13501329074652385f,1.4671681053499577f,0.6386409764317776f,0.30638153207501456f,0.4064634109856345f,-0.11904304445208788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3986087041109286f,-0.13092442305727256f,-0.6811533575151243f,-0.3362740904047564f,0.03291554477272113f,0.788304769857367f,-0.13225791746598256f,1.4671681053499577f,0.6928402903406536f,0.03787327906643384f,0.3981682393328665f,-0.11904304445208788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4132507493840347f,0.029801161270855737f,-0.70376143213797f,-0.3354876077353977f,-0.04521685647087693f,0.8131302740877125f,0.06098391343114882f,1.448854994823009f,0.702939327729549f,0.06982472766430377f,-0.40981124116131806f,-0.042773956901416166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.38517386432763195f,-0.1279459907838527f,-0.6893989539310728f,-0.3354876077353977f,-0.3457434244562898f,0.7189524986056121f,0.05973934376928864f,1.448854994823009f,0.6100021136718765f,0.3267064863009085f,-0.40144774644374015f,-0.042773956901416166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08263272543822028f,0.001337621572905994f,1.5603128831920794f,-0.004420585253533093f,1.5573731224202094f,-0.09580809248777149f,0.08255917257931514f,1.4361478576702684f,0.09574466172992732f,1.5595593192252681f,0.003733573066040574f,0.7607508489713619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0008560778066594044f,-0.9986002452429308f,0.052884944280460755f,-0.004088022372421341f,-0.061317179192174f,-0.05283787045076144f,-0.9967187983489341f,1.4480204987484901f,0.9981179643041717f,-0.0023894867622663973f,-0.061276583507153704f,0.5679594708767157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.9986002452429308f,0.05193284679394888f,-0.009260638484281231f,-0.2334640364409568f,-0.05283787045076144f,-0.9709287837606443f,1.513478160617253f,0.9723137426078379f,-0.0023894867622663973f,-0.2336670201139906f,0.23597699141396752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9693013220856221f,-0.025125853772710455f,-0.24458871289423262f,0.24441981013392483f,0.19720710912903128f,0.5146717196922377f,-0.8343994109885295f,1.4573149567064032f,0.14684789107111915f,-0.8570190852141083f,-0.4939169813508518f,-0.4916339266223365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7291910774375626f,-0.025125853772710455f,-0.6838487143057584f,0.01020670297315308f,0.5770060856073566f,0.5146717196922377f,-0.6341742647893485f,1.6450454967814618f,0.36789176364458376f,-0.8570190852141083f,-0.3607962552760917f,-0.3465036648495977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.5803472394067968f,-0.8143074063818132f,0.2553601084600755f,-0.2334640364409568f,0.790483263618162f,-0.5662426632003938f,1.338819790100162f,0.9723137426078379f,0.19578889563121152f,-0.12756447108599517f,0.04507446094042642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.3086200398639073f,-0.9511325572020788f,0.19154927250307993f,-0.2334640364409568f,0.9241697405465236f,-0.30233232434998847f,1.5102120394254477f,0.9723137426078379f,0.2250865647980158f,-0.06278554199310356f,0.08688578220259749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.5442752872358705f,-0.8388467572087741f,0.20439466835299525f,-0.2334640364409568f,0.8144300567768651f,-0.5312233299725528f,1.401450640548443f,0.9723137426078379f,0.20116683206419203f,-0.11890286629512466f,-0.2607598943414609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.0519328467939491f,-0.9986002452429308f,0.1884160080463615f,-0.2334640364409568f,0.9709287837606443f,-0.05283787045076165f,1.5831695508132466f,0.9723137426078379f,0.2336670201139906f,-0.0023894867622664493f,-0.21696226236235183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,0.25611751029363466f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.2370135352164744f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,0.011208140586508264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,0.273023984950534f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.130127427686686f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,-0.10757672221934837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,-0.3132202951354544f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.1979513312008265f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,0.15079631174233654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,-0.36899524244822596f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.086078559328615f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,0.049831215467011164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9519912911978061f,0.26085111854721f,-0.16021633947947928f,0.16465927371634032f,0.06810259589053756f,0.6907177361285074f,0.7199104426458053f,2.2889632247876444f,0.2984537115140377f,0.6744373232185322f,-0.6753219077842189f,0.08260160308951257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9810768038492623f,0.10871536005879195f,-0.16021633947947928f,0.052749496619237765f,-0.04078791961971613f,0.6928674477723831f,0.7199104426458053f,2.2912473582479636f,0.18927400920890347f,0.7128223273051085f,-0.6753219077842189f,0.11158651553395992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9169155727677478f,0.39787601736358674f,-0.030992050962855067f,0.019535459302803426f,0.050536381731222935f,0.1927933671081687f,0.9799371366167378f,2.3396017309270016f,0.3958685470424613f,0.8969533947792306f,-0.1968824549229941f,0.06680023299286401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949889813928396f,0.09506008459893f,-0.030992050962855067f,0.04987601026252432f,-0.011513471683733203f,0.19897398887587509f,0.9799371366167378f,2.341525198304588f,0.09931951911194392f,0.9753834794924855f,-0.1968824549229941f,0.07159782256554888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678683424614274f,0.24954030623946366f,-0.030992050962855067f,0.12308210250285181f,0.01975466776492281f,0.19832539267800908f,0.9799371366167378f,2.392883206928155f,0.2506803238438689f,0.9478378944635146f,-0.1968824549229941f,0.15697268736996484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678683424614274f,0.19380814282368466f,-0.16021633947947928f,0.07947527036752283f,0.01975466776492281f,0.6937857793807956f,0.7199104426458053f,2.2367814065674763f,0.2506803238438689f,0.693613506287339f,-0.6753219077842189f,0.000909648455313803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9527205288335916f,-0.1795938515242272f,-0.24509109007415186f,-0.2261417770156073f,-0.22001328677272314f,0.9640823087397784f,0.14879333190180924f,2.313101363123283f,0.2095656164128687f,0.19568175814232744f,-0.9580140405796892f,0.12356955837042348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690856262622793f,-0.02834442693212476f,-0.24509109007415186f,-0.1148032751968483f,-0.06648885789897513f,0.986630516534355f,0.14879333190180924f,2.3307025363691145f,0.23759688707375026f,0.16048930588996113f,-0.9580140405796892f,0.09781927025311452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334425040646813f,-0.26194550801974464f,-0.24509109007415186f,-0.09303487215363568f,-0.30320137948081805f,0.9412382630675864f,0.14879333190180924f,2.327925730540819f,0.19171336699976615f,0.21320197692749226f,-0.9580140405796892f,0.09181892831784126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9687021896558606f,0.03932461471146986f,-0.24509109007415186f,-0.12152593475103936f,0.002496971338929954f,0.9888651624542604f,0.14879333190180924f,2.3358578791225217f,0.24821328105094237f,0.14352444099213152f,-0.9580140405796892f,0.10033984352388649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9629275832973754f,-0.11269794537319999f,-0.24509109007415186f,-0.18815317390701697f,-0.15222636320719185f,0.9770812037524159f,0.14879333190180924f,2.4400024629370254f,0.22270519452807755f,0.1805865287954478f,-0.9580140405796892f,0.10094083920272706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9629275832973754f,-0.11269794537319999f,-0.24509109007415186f,-0.162796136198047f,-0.15222636320719185f,0.9770812037524159f,0.14879333190180924f,2.220159192092732f,0.22270519452807755f,0.1805865287954478f,-0.9580140405796892f,0.060308870223751365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,-0.019474817547730897f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,1.7181723679843155f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,-0.021703571160957225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.0519328467939491f,-0.9986002452429308f,1.3388904704567012e-17f,-0.2334640364409568f,0.9709287837606443f,-0.05283787045076165f,1.354074074074074f,0.9723137426078379f,0.2336670201139906f,-0.0023894867622664493f,-0.1093287037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006368673780512082f,-0.3260451827360632f,-0.9453327344426854f,0.2080380894085519f,-0.1994670465805783f,0.9259396363638002f,-0.3207003073570324f,0.7448377637616466f,0.979883838688392f,0.1906051642140914f,-0.05913826216774045f,-0.34017373278641616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006368673780512082f,-0.49285873363891197f,-0.8700860352115334f,0.020135697208716725f,-0.1994670465805783f,0.851991702525988f,-0.48406924727283573f,1.0696596003496794f,0.979883838688392f,0.17663637083770828f,-0.09288301876330655f,-0.2728311164045399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02989157156088741f,0.09121835590241216f,-0.9953821906665203f,0.3045924479572125f,0.14690715612246172f,0.9854139469888417f,0.08589319274472684f,1.153603071135209f,0.9886985290924787f,-0.14366128436824233f,-0.042856200765303415f,-0.01674659148264548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02989157156088741f,-0.9851568498468236f,-0.16903394673704902f,-0.020649509967796402f,0.14690715612246172f,0.16294309989525002f,-0.9756371424236253f,1.0932385465894836f,0.9886985290924787f,-0.05399562386351103f,0.13985596581468815f,-0.017610366033827818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08635090112996761f,-0.7238154224524647f,-0.6845690294586828f,0.0022658070682538105f,-0.03150292870535858f,0.6887758044932862f,-0.7242896220626189f,1.2440249766307525f,0.9957665827677827f,-0.04097713221525741f,-0.08227871704387263f,-0.12381468037908798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08438209695158898f,-0.6745581630236639f,-0.7333832193418344f,0.0043927931997684265f,-0.22731611639716215f,0.7035684546108847f,-0.6732895461111538f,1.2065297096164609f,0.9701582576776658f,0.22352340900807657f,-0.09396936035348774f,-0.12874889830326966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,-0.6540181521334858f,-0.7564782024860521f,0.0022658070682538105f,-0.13052619222005157f,0.750091550061025f,-0.6483252113496613f,1.2440249766307525f,0.9914443641985977f,0.09809649946328125f,-0.08611126228251839f,-0.12381468037908798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0020321772115586664f,-0.03517874551712341f,-0.9993789702208179f,0.009166611157893264f,-0.043671714632115666f,0.9984244338826284f,-0.03523394907251229f,1.2677988204250399f,0.9990438687049092f,0.04371619482519956f,0.0004926592466600048f,-0.12067788198562421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004010413582025042f,-0.035351397175560434f,-0.9993668972407667f,0.009166611157893264f,-0.21638728667132318f,0.9757276426716109f,-0.033646834821778354f,1.2677988204250399f,0.9762993694302602f,0.2161153535597071f,-0.011562664305387304f,-0.12067788198562421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,0.03466547701325205f,-0.999398478515988f,0.009166611157893264f,-0.13052619222005157f,0.9908444733198506f,0.034498446864203f,1.2677988204250399f,0.9914443641985977f,0.13048193129683427f,0.003540946750013209f,-0.12067788198562421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020066166096346722f,-0.36481823793449814f,-0.9308625044809582f,0.011458641813890204f,0.05133139586831789f,0.929446123158626f,-0.3653696647829569f,1.2664456204678511f,0.9984800632843922f,-0.05511404009658725f,0.00007620910649138932f,0.07456822026829488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012689687625115206f,-0.33876091232315264f,-0.9407869132327269f,0.0008194479934428706f,-0.25810872645557503f,0.9078674080820229f,-0.3303886418597207f,1.3083976309843786f,0.966032534211689f,0.2470178407006566f,-0.07591659383907376f,-0.31076326299445656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,-0.19103873836861252f,-0.9815819958613528f,0.023399839346057705f,-0.13052619222005157f,0.9732096556560833f,-0.1892772550580285f,1.1327443154864285f,0.9914443641985977f,0.12793422755578998f,-0.02590185550383519f,-0.13056398200687774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,-0.10476127037592296f,-0.9944969031554852f,1.3388904704567012e-17f,-0.13052619222005157f,0.9860028988461039f,-0.10373618757026844f,1.354074074074074f,0.9914443641985977f,0.12970489465052015f,-0.01465308849818632f,-0.1093287037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7355844285804647f,-0.003000178744524891f,0.6774264147178293f,0.8302119511535588f,0.08832738209974232f,0.9910289046114018f,0.1002994705675506f,1.80732753494026f,-0.6716500740723232f,0.13361403052159504f,-0.7287204325709666f,-0.5537372285121218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7355844285804647f,-0.003000178744524891f,0.6774264147178293f,0.7612509109741403f,0.08832738209974232f,0.9910289046114018f,0.1002994705675506f,1.8156082270121108f,-0.6716500740723232f,0.13361403052159504f,-0.7287204325709666f,-0.616704422956402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7355844285804647f,-0.003000178744524891f,0.6774264147178293f,0.6941174688561752f,0.08832738209974232f,0.9910289046114018f,0.1002994705675506f,1.7964229603910529f,-0.6716500740723232f,0.13361403052159504f,-0.7287204325709666f,-0.47591276084861694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2733691377236038f,-0.7307570629098079f,-0.6255105351212594f,-0.9376311828000063f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.498742257872901f,0.9618790547622312f,-0.2128189347385565f,-0.1717462809683592f,-0.47150108955623327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016595596799044876f,-0.7307570629098079f,-0.6824358586521627f,-0.9253026885287396f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.482602014738388f,0.9443415922417401f,-0.2128189347385565f,0.2508526622921929f,-0.5630246563604294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13150393889351197f,-0.7307570629098079f,-0.6698513484818274f,-0.8309892333920988f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.601880504117813f,0.9762513792447587f,-0.2128189347385565f,0.04051352292077738f,-0.5233399013964479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5514007125186703e-8f,-2.0424577856194846e-9f,-0.00001562499216460441f,0.6874707739280392f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5178333002652966f,0.000015491318190603092f,0.000002039470730713955f,-1.5647876881110147e-8f,-0.07980112092869764f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56.mcfunction new file mode 100644 index 000000000..d348c9be7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..94f82322d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4020839467914629f,0.027860482792667642f,-0.7102793377788797f,-0.33943483392761437f,-0.2816279276804135f,0.7555024075449525f,-0.12979317003856886f,1.4778850749995103f,0.6526550808256074f,0.30884356903905985f,0.3815775671867775f,-0.11712782247022877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3743401214443459f,-0.12551621391578513f,-0.6957838410895149f,-0.33943483392761437f,0.028337609448380457f,0.789323317330668f,-0.1271443298337001f,1.4778850749995103f,0.706446355619295f,0.034847966402023284f,0.37379026989725145f,-0.11712782247022877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3872999520734242f,0.02525366564122597f,-0.7185439749521589f,-0.3386500824526561f,-0.047294396718599835f,0.8135002878938407f,0.05408295554152375f,1.460425499009276f,0.7174304367723685f,0.06726052640861434f,-0.38433583546722405f,-0.04440210447182737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3599830120267334f,-0.12233331938691973f,-0.7038798121980333f,-0.3386500824526561f,-0.3477623583986812f,0.7185085553723253f,0.052979221754962044f,1.460425499009276f,0.6240781787029154f,0.32981815417674043f,-0.37649224698830114f,-0.04440210447182737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08270643330589575f,0.0020630402141565704f,1.5603081874280134f,-0.004026124731701827f,1.5573703003057524f,-0.09575207665741856f,0.08267730971289636f,1.447514643644931f,0.09572692210338624f,1.5595619685286208f,0.003012092917826523f,0.7607485558342446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0013203457370597731f,-0.9985972399539286f,0.05293211731577306f,-0.003783239719841949f,-0.061281329060748124f,-0.05291347821625342f,-0.9967169921956816f,1.4593803977510622f,0.9981196598583173f,-0.0019277394674094043f,-0.061265230146167415f,0.5679566199078714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.9985972399539286f,0.051898683884794336f,-0.0091136835193565f,-0.23342841731836123f,-0.05291347821625342f,-0.9709332303569093f,1.5248257657438848f,0.9723173838931518f,-0.0019277394674094043f,-0.23365613366595608f,0.23597421329242402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9711541219654409f,-0.025561359355102568f,-0.2370786542425382f,0.2460922734566181f,0.19053177585789127f,0.5146380563184708f,-0.8359696844845419f,1.4702786890043296f,0.14337821932905978f,-0.8570264219361418f,-0.49492261852269637f,-0.4908323881672104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7344525214087934f,-0.025561359355102568f,-0.6781785242133411f,0.01007547322148727f,0.5719289912739789f,0.5146380563184708f,-0.6387839227227586f,1.656373690251592f,0.3653446629370615f,-0.8570264219361418f,-0.3633579356044661f,-0.3465200579852341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.5803168119608478f,-0.8143232274644853f,0.2554323366569948f,-0.23342841731836123f,0.7904463898166281f,-0.5663088192974786f,1.350180564252529f,0.9723173838931518f,0.19602781073474576f,-0.12716918808312033f,0.04495610145175744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.3085862632016239f,-0.9511384963273414f,0.19162779670464444f,-0.23342841731836123f,0.9241544668990281f,-0.3024065067071445f,1.5215694861291773f,0.9723173838931518f,0.22519555829063626f,-0.06233671073569723f,0.08679066418915364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.5442441986441744f,-0.8388612360067297f,0.20432132879824005f,-0.23342841731836123f,0.8143961037594449f,-0.5312910315163247f,1.4127965950880963f,0.9723173838931518f,0.2013882777710657f,-0.1184975381836325f,-0.2608569949681518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.05189868388479456f,-0.9985972399539286f,0.18834909282012904f,-0.23342841731836123f,0.9709332303569093f,-0.05291347821625363f,1.5945158665411652f,0.9723173838931518f,0.23365613366595608f,-0.0019277394674094561f,-0.2170585182774563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,0.25610619954410657f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.2483731493065005f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,0.011057264586857997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,0.27296605772253424f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.1414840620043494f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,-0.10773154253703046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,-0.3131643091963096f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.209272892072998f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,0.1509089995160388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,-0.36897728192091384f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.097392282570825f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,0.04997360536183296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9518589022793885f,0.2611094169905489f,-0.16058176269531232f,0.1646769196407798f,0.06804129867565167f,0.6907616417593453f,0.7198741111808821f,2.300318481523971f,0.2988896315130531f,0.6742923895705704f,-0.6752738418902379f,0.08249097518425676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809864516369218f,0.10899118860930153f,-0.16058176269531232f,0.052780329394215196f,-0.04085533051804225f,0.692901223855029f,0.7198741111808821f,2.302595190633672f,0.18972723492704846f,0.7127473709427031f,-0.6752738418902379f,0.11152733707451842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9167369996997626f,0.3982744340430064f,-0.031156838241403362f,0.019542014024236776f,0.05048122986918714f,0.19285561521211814f,0.9799277305557028f,2.3509454455205483f,0.3962889334972303f,0.8967631721189709f,-0.19690326132075447f,0.06675462239658488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949422658376806f,0.09549418349083788f,-0.031156838241403362f,0.04988462545280617f,-0.01158515994349616f,0.19901614747812274f,0.9799277305557028f,2.3528713794971887f,0.09977811242384965f,0.9753324735506271f,-0.19690326132075447f,0.07153817076703814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9677542940243422f,0.24996175273078597f,-0.031156838241403362f,0.12312613957949609f,0.019690457164986838f,0.19837824675247057f,0.9799277305557028f,2.404237985296677f,0.2511252920238846f,0.947715776690021f,-0.19690326132075447f,0.1568774755938287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9677542940243422f,0.19407504704910922f,-0.16058176269531232f,0.07945925399344658f,0.019690457164986838f,0.6938253021821625f,0.7198741111808821f,2.2481272923056905f,0.2511252920238846f,0.6934993339324251f,-0.6752738418902379f,0.0008401254590332946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526072780582316f,-0.1795766488905186f,-0.24554348080073088f,-0.2261070488628883f,-0.22007782500304526f,0.9640757387231658f,0.14874044825571595f,2.3244285330274383f,0.21001220138938698f,0.19572990874834062f,-0.9579064036162146f,0.12363802504725115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584208f,-0.24554348080073088f,-0.11478174851662146f,-0.06655362933362106f,0.9866341234090842f,0.14874044825571595f,2.342037203319602f,0.23804550626243537f,0.16046700240021633f,-0.9579064036162146f,0.097835837962522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333311835510311f,-0.2619185003918077f,-0.24554348080073088f,-0.09301590092899963f,-0.3032650995090115f,0.9412260931744711f,0.14874044825571595f,2.339261828676755f,0.19215405598379026f,0.2132888667512409f,-0.9579064036162146f,0.09182557179668045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968587971739946f,0.03931590056146851f,-0.24554348080073088f,-0.12150363659799095f,0.002432609287105786f,0.9888732787697043f,0.14874044825571595f,2.3471921280019306f,0.2486592516130346f,0.14347089773991015f,-0.9579064036162146f,0.10035932208988654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9628134084001456f,-0.1126886846189804f,-0.24554348080073088f,-0.18813846972259682f,-0.15229120252681994f,0.9770791516994025f,0.14874044825571595f,2.451331694104651f,0.22315405046252243f,0.18060340991581578f,-0.9579064036162146f,0.10098726925570062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9628134084001456f,-0.1126886846189804f,-0.24554348080073088f,-0.16278351568332627f,-0.15229120252681994f,0.9770791516994025f,0.14874044825571595f,2.2314888849722854f,0.22315405046252243f,0.18060340991581578f,-0.9579064036162146f,0.06035150202464214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,-0.019462006456797944f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,1.729509961383841f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,-0.02170894987526646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.05189868388479456f,-0.9985972399539286f,1.3389063455078011e-17f,-0.23342841731836123f,0.9709332303569093f,-0.05291347821625363f,1.36541f,0.9723173838931518f,0.23365613366595608f,-0.0019277394674094561f,-0.10933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006669627202039586f,-0.3350184429230385f,-0.9421879637176485f,0.21262767991938017f,-0.19945229286172983f,0.9228310870827467f,-0.32954751946551597f,0.7580509877806684f,0.9798848396343238f,0.19011950877040118f,-0.06066525727067177f,-0.33987190696084435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006669627202039586f,-0.5011086468089743f,-0.865358677177426f,0.02158000832345875f,-0.19945229286172983f,0.8473229298422579f,-0.49220182388501044f,1.0810928547830292f,0.9798848396343238f,0.17588057498430806f,-0.09429594051710088f,-0.27281743774807693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.031229422585984764f,0.08194767442612225f,-0.9961472289883138f,0.3051781196850447f,0.14678573705897596f,0.9862035430365775f,0.07652789751557303f,1.1678990559970888f,0.9886752098444662f,-0.14383028317517543f,-0.04282731699219199f,-0.016783982281125015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.031229422585984764f,-0.9866468990962002f,-0.15985186789274206f,-0.019482223319511906f,0.14678573705897596f,0.15366862573767404f,-0.977159097005164f,1.1044805255825163f,0.9886752098444662f,-0.0539800886230037f,0.14002670984941953f,-0.017623509064274068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08793567474324485f,-0.7344429886308073f,-0.6729493395185839f,0.002792883755017653f,-0.03285405174426924f,0.6773372110530841f,-0.7349387143203266f,1.2553727307631655f,0.9955842146154363f,-0.042518219316875404f,-0.08369153263435286f,-0.12381379885359135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08590123014715398f,-0.6859790260417862f,-0.7225328743316586f,0.005518113353028494f,-0.2259649933582515f,0.6929005681338747f,-0.6847106136583243f,1.2179154435947528f,0.9703405589976186f,0.22208462015753433f,-0.09548623489107033f,-0.1287423266886741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,-0.6659081289881289f,-0.7460330495841307f,0.002792883755017653f,-0.13052619222005157f,0.739740194398762f,-0.6601116253599961f,1.2553727307631655f,0.9914443304940539f,0.09669957879128148f,-0.08767742578786235f,-0.12381379885359135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0015855346167203146f,-0.03990325874331834f,-0.999202289840072f,0.009579735606127538f,-0.043658421446199f,0.9982480571746398f,-0.039934428553356716f,1.2791787817052658f,0.9990452583926344f,0.04368691209871525f,-0.00015935643656832775f,-0.12067264771217703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0036297258765134017f,-0.040081666650702306f,-0.9991898143438831f,0.009579735606127538f,-0.21640057985723984f,0.9755512659636224f,-0.03834731430262278f,1.2791787817052658f,0.9762979125899593f,0.2160860649724451f,-0.012214679578790138f,-0.12067264771217703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,0.02991920170041719f,-0.9995517939025864f,0.009579735606127538f,-0.13052619222005157f,0.9909969955231798f,0.029797114097928762f,1.2791787817052658f,0.9914443304940539f,0.13049826141999207f,0.0028884766844778677f,-0.12067264771217703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020959105018052447f,-0.3735577661709318f,-0.9273701047856922f,0.011750675044413763f,0.051240049580189545f,0.9259534757995638f,-0.37414518301553246f,1.2778370133283021f,0.9984664106698141f,-0.05536023833122543f,-0.00026603768145033735f,0.07457491739319858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013273136686442286f,-0.3491265217591787f,-0.9369815876776026f,0.0011657606384942957f,-0.25804303768849157f,0.9041273074565246f,-0.340540162993898f,1.319737261224124f,0.9660422426286538f,0.24630161127315559f,-0.07808906287854023f,-0.31076369271262516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,-0.19569785541053042f,-0.9806637021486968f,0.024454523513097886f,-0.13052619222005157f,0.9723006989626277f,-0.19389240300052984f,1.1441926888349412f,0.9914443304940539f,0.12780336530977918f,-0.026541276282283196f,-0.1305486022901816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,-0.10948269264145752f,-0.993988172633983f,1.3389063455078011e-17f,-0.13052619222005157f,0.9854996376541074f,-0.10841299427724088f,1.36541f,0.9914443304940539f,0.12963025956773774f,-0.015301481483774616f,-0.10933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24605235437439615f,-0.004820125913423688f,0.9692445539145398f,0.8510500955716027f,0.12648034739489622f,0.9912774127799979f,0.03703798907958937f,1.8073858183947815f,-0.960968761526452f,0.13170367230404834f,-0.2432964900526617f,-0.4673399438092693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24605235437439615f,-0.004820125913423688f,0.9692445539145398f,0.8279826873490032f,0.12648034739489622f,0.9912774127799979f,0.03703798907958937f,1.819243350963053f,-0.960968761526452f,0.13170367230404834f,-0.2432964900526617f,-0.5574307652023742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24605235437439615f,-0.004820125913423688f,0.9692445539145398f,0.6941297083731219f,0.12648034739489622f,0.9912774127799979f,0.03703798907958937f,1.807758886316979f,-0.960968761526452f,0.13170367230404834f,-0.2432964900526617f,-0.4758908809979225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2734012538264842f,-0.7307499566743559f,-0.6255048003225342f,-0.9376190896751371f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.510078183798827f,0.9618699266824682f,-0.2128433339248611f,-0.17176716609298076f,-0.4715336922918096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01656406609424632f,-0.7307499566743559f,-0.6824442340109941f,-0.9252875395231864f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.493937940664314f,0.944342145827034f,-0.2128433339248611f,0.2508298762479126f,-0.5630568474079262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13153653495414053f,-0.7307499566743559f,-0.6698527008176388f,-0.8309754094765159f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.613216430043739f,0.9762469879052434f,-0.2128433339248611f,0.04049115717894119f,-0.523368943426709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6031247955570527e-8f,-2.1105538327936936e-9f,-0.00001562499163342661f,0.6874697876460535f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5291692261912226f,0.000015491317663969593f,0.000002039470661381339f,-1.61695809622298e-8f,-0.07977946322582048f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57.mcfunction new file mode 100644 index 000000000..8603f6bc6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..56aff6dfb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38019131661218625f,0.024031956073449337f,-0.7223721148441575f,-0.34221107733558315f,-0.28551338320685504f,0.7548260293106168f,-0.12515677340594705f,1.488929192312068f,0.6639887914919289f,0.31081276519296286f,0.3598037718126872f,-0.11554345434207197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3530915336749244f,-0.1207741573754291f,-0.7076298267861135f,-0.34221107733558315f,0.024567619329534968f,0.79016773279211f,-0.12260255354051958f,1.488929192312068f,0.7174418449794859f,0.03238142931422261f,0.35246083769406095f,-0.11554345434207197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36446067025824835f,0.02125821869726684f,-0.7305210143569943f,-0.341422322039385f,-0.048863341076939806f,0.8137856675227653f,0.0480593973929163f,1.4721631036040725f,0.7291949246793694f,0.06515688694827877f,-0.361903006825727f,-0.04568739058077401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3378151070243055f,-0.11738745512273055f,-0.7156124222272598f,-0.341422322039385f,-0.3492892733076542f,0.7181786752605733f,0.04707859336448944f,1.4721631036040725f,0.6355139314117102f,0.33232450373208566f,-0.3545172311762224f,-0.04568739058077401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08277963773966027f,0.002822545409118262f,1.5603031163248708f,-0.0036127855437612364f,1.557369900591192f,-0.09565505732178364f,0.08279705756454682f,1.4591309658959772f,0.09567013279112359f,1.5595667325402203f,0.002254427987104678f,0.7607417799400559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0018064290618352557f,-0.9985939944479174f,0.05297896815338235f,-0.0034637922999257408f,-0.061219236685941786f,-0.05299011684130971f,-0.9967167363783629f,1.4709847646947118f,0.998122708825741f,-0.0014428339117474236f,-0.061228884986319315f,0.5679490131490599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.9985939944479174f,0.051860415469365526f,-0.008959364986685679f,-0.2333672238440378f,-0.05299011684130971f,-0.9709437606537626f,1.5364091052558846f,0.9723266978106839f,-0.0014428339117474236f,-0.2336208701183901f,0.2359651544029151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9729803929497276f,-0.02601855611847455f,-0.22941706491214453f,0.2477771389094559f,0.18371892023419417f,0.5145794198937197f,-0.8375293302146646f,1.483503374165001f,0.1398446040552699f,-0.8570478722681437f,-0.49589558513589527f,-0.4900173408290933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7397642262159789f,-0.02601855611847455f,-0.6723629409393289f,0.009938772693301994f,0.5667264647377376f,0.5145794198937197f,-0.6434509575621975f,1.6679223221526984f,0.36272579695541346f,-0.8570478722681437f,-0.3659220420577413f,-0.3465464681624031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.5802827928975217f,-0.8143410518371001f,0.25550788470196917f,-0.2333672238440378f,0.7904140930756892f,-0.566379113582645f,1.3617723121947223f,0.9723266978106839f,0.19625860932552197f,-0.12674127579515176f,0.04483031561702694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.3085484587520634f,-0.9511452660040047f,0.19171039077343227f,-0.2333672238440378f,0.9241448028489623f,-0.3024832593757539f,1.5331589423578043f,0.9723266978106839f,0.22528699911219704f,-0.06185920105846432f,0.08668500794394848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.5442094344712449f,-0.8388775595237903f,0.2042445915705281f,-0.2333672238440378f,0.8143669039515012f,-0.5313626676609613f,1.4243654329167437f,0.9723266978106839f,0.20160019142087696f,-0.11805996588021003f,-0.26096198055714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.05186041546936575f,-0.9985939944479174f,0.18827955120472256f,-0.2333672238440378f,0.9709437606537626f,-0.05299011684130993f,1.606086199809066f,0.9723266978106839f,0.2336208701183901f,-0.0014428339117474754f,-0.21716708512189026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,0.25609654596589615f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.2599628391369473f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.010875406294753531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,0.2729073049076367f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.1530676665710993f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,-0.10791488356902379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,-0.3131034481253441f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.2208276466728694f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.1510041094120369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,-0.36895651821652786f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.1089364920903306f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.05010259015897657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9517198522933782f,0.2613816407475893f,-0.1609626063120529f,0.16469774697266068f,0.06798692393516943f,0.6908235250778434f,0.7198198631413666f,2.311905601765376f,0.299344451968805f,0.6741235013549968f,-0.675240996975432f,0.08234998027500187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9808916987647832f,0.1092818130503388f,-0.1609626063120529f,0.05281499957053761f,-0.040918716499063604f,0.6929538392037478f,0.7198198631413666f,2.314175539985103f,0.19020287572591363f,0.7126517116160019f,-0.675240996975432f,0.11144016486072347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9165496328306271f,0.39869210526507115f,-0.031326917456853065f,0.019551388243122525f,0.05043559573296914f,0.19294182859323072f,0.9799131091388467f,2.362520466966494f,0.3967278931977225f,0.8965590086427141f,-0.19694903599787095f,0.06668048509741092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948931368615308f,0.09594931197499726f,-0.031326917456853065f,0.049896155488716426f,-0.011655201986018097f,0.19908403955240672f,0.9799131091388467f,2.364449023081367f,0.10025867789118773f,0.9752739485534415f,-0.19694903599787095f,0.07144927919262098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676345721264696f,0.25040359236296095f,-0.031326917456853065f,0.1231748818202645f,0.019631898116557536f,0.1984562599521119f,0.9799131091388467f,2.4158265411091975f,0.2515907856062409f,0.9475827952308675f,-0.19694903599787095f,0.15675006136826136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676345721264696f,0.1943563073194577f,-0.1609626063120529f,0.07944471267338658f,0.019631898116557536f,0.6938832417658503f,0.7198198631413666f,2.2597028117118816f,0.2515907856062409f,0.6933625837912363f,-0.675240996975432f,0.0007434800152334581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524890066929041f,-0.1795561311215824f,-0.24601684476030133f,-0.22606817820436598f,-0.2201377756590726f,0.964074130009339f,0.14866213900860029f,2.335988264235677f,0.21048527705528677f,0.1957566540973402f,-0.9577970977819745f,0.12368400287488146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968851053772324f,-0.028343388972453323f,-0.24601684476030133f,-0.11475668516075266f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.3536038624121702f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.09782703394412788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933215150485347f,-0.26188775267048586f,-0.24601684476030133f,-0.09299352612549532f,-0.30332468182604455f,0.9412192655383319f,0.14866213900860029f,2.3508297823429465f,0.19262300044319877f,0.21335674158715023f,-0.9577970977819745f,0.09180644314457714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684681161682946f,0.03930928719298704f,-0.24601684476030133f,-0.12147775054146762f,0.0023738332806369777f,0.9888851972503906f,0.14866213900860029f,2.35875842872146f,0.24912621877472194f,0.14339053873751895f,-0.9577970977819745f,0.10035343975303615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9626939938907098f,-0.11267646702368825f,-0.24601684476030133f,-0.18812025585002418f,-0.15235111936426615f,0.9770817288506848f,0.14866213900860029f,2.4628929273143156f,0.22362783940111208f,0.18059709002422206f,-0.9577970977819745f,0.1010070606397401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9626939938907098f,-0.11267646702368825f,-0.24601684476030133f,-0.16276805076969436f,-0.15235111936426615f,0.9770817288506848f,0.14866213900860029f,2.243049538322912f,0.22362783940111208f,0.18059709002422206f,-0.9577970977819745f,0.060372715384290204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,-0.01944765580101214f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,1.7410765028377537f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,-0.02172569222412224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.05186041546936575f,-0.9985939944479174f,1.3389494349322157e-17f,-0.2333672238440378f,0.9709437606537626f,-0.05299011684130993f,1.3769725925925926f,0.9723266978106839f,0.2336208701183901f,-0.0014428339117474754f,-0.10933351851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006989818524273553f,-0.3441133352773792f,-0.9389021008184377f,0.21727678100956144f,-0.19941834514608764f,0.9195855961416283f,-0.3385183229723937f,0.7715595644640909f,0.9798895172702856f,0.18960048484411646f,-0.06219477542914988f,-0.33955869501252134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006989818524273553f,-0.5094524433980128f,-0.860470423868707f,0.02304803696406906f,-0.19941834514608764f,0.8424969858557861f,-0.5004309667108052f,1.0927615403216093f,0.9798895172702856f,0.17509150961628547f,-0.09570526215468318f,-0.2728050569713125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.032573246684328094f,0.07248866086727351f,-0.9968371871304316f,0.30574669795873766f,0.14663285506644244f,0.9869209731521981f,0.06697610445063266f,1.1824786150140487f,0.9886545349187983f,-0.14398745361311094f,-0.042776439619335124f,-0.016828651215555938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.032573246684328094f,-0.9880768759779324f,-0.1504761468078297f,-0.018291343341298234f,0.14663285506644244f,0.14420256658112263f,-0.978623740569623f,1.1159530867685152f,0.9886545349187983f,-0.053941699538543456f,0.1401873875760152f,-0.017637976297944266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0895128203087257f,-0.7450877792736891f,-0.6609324142280963f,0.003329453932211235f,-0.03425622903890091f,0.6655068563780049f,-0.7456052138269286f,1.266949917543733f,0.9953963862564561f,-0.04410017336550744f,-0.08509529327007481f,-0.12381478094989268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08744291185716477f,-0.6974408109041541f,-0.7112876017837623f,0.006663735758649293f,-0.22456281606361983f,0.6818430890009665f,-0.6961763739335005f,1.229540997165735f,0.9705283503368238f,0.22060443619060788f,-0.09699692740240295f,-0.1287362508374853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,-0.6778552609102556f,-0.7351946378754425f,0.003329453932211235f,-0.13052619222005157f,0.7289976968909226f,-0.6719563014603439f,1.266949917543733f,0.9914443118244453f,0.0952607116497648f,-0.08923885570160747f,-0.12381478094989268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011464906993697208f,-0.04471389700080297f,-0.9989991756623615f,0.010000129972893157f,-0.04364688001295673f,0.9980455674411763f,-0.04472130561773726f,1.2907882229473515f,0.9990463630003418f,0.04365446971413221f,-0.0008073721366872707f,-0.12066938325737647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003226315715682783f,-0.04489541486372681f,-0.9989864826968964f,0.010000129972893157f,-0.2164121212904821f,0.9753487762301589f,-0.043134191367003326f,1.2907882229473515f,0.9762967707851217f,0.21605361934146222f,-0.012862695051898689f,-0.12066938325737647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,0.025086163442569004f,-0.999684747662105f,0.010000129972893157f,-0.13052619222005157f,0.9911294186186456f,0.025007772655713648f,1.2907882229473515f,0.9914443118244453f,0.1305111487666798f,0.002239776451686895f,-0.12066938325737647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.021852293238929486f,-0.38243221704705566f,-0.9237251088092568f,0.012050792317158814f,0.051143459850158585f,0.922308396337328f,-0.38305556850177935f,1.2894575443165492f,0.9984522140767452f,-0.05561314062467533f,-0.0005956467955368656f,0.07457955804149799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013882518769274974f,-0.3596428541966785f,-0.9329867593368553f,0.0015152661343156067f,-0.25797315225044576f,0.9001995395873368f,-0.3508427591453399f,1.331305269016503f,0.9660523424693865f,0.245556116502956f,-0.08028116377705073f,-0.31076611307793667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,-0.20043693129932216f,-0.9797060512601852f,0.025527890830741702f,-0.13052619222005157f,0.9713523606556966f,-0.1985887826468041f,1.1558749128003472f,0.9914443118244453f,0.12766999655328679f,-0.027176249392359027f,-0.13053480014768803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,-0.11428719969020747f,-0.9934472035752501f,1.3389494349322157e-17f,-0.13052619222005157f,0.9849642245170415f,-0.1131741559106019f,1.3769725925925926f,0.9914443118244453f,0.12955273987266236f,-0.015945662182494415f,-0.10933351851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3229453818277277f,-0.005282307045918237f,0.9464028622042606f,0.8209586853098434f,0.12357622130308023f,0.9916586602178363f,-0.03663357945134121f,1.8080338066182884f,-0.9383150845449495f,0.12878353484525193f,0.32090435221131924f,-0.38376270544100377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3229453818277277f,-0.005282307045918237f,0.9464028622042606f,0.8512348148561928f,0.12357622130308023f,0.9916586602178363f,-0.03663357945134121f,1.8196190773654521f,-0.9383150845449495f,0.12878353484525193f,0.32090435221131924f,-0.47172974461709277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3229453818277277f,-0.005282307045918237f,0.9464028622042606f,0.694136320752379f,0.12357622130308023f,0.9916586602178363f,-0.03663357945134121f,1.8193214789095715f,-0.9383150845449495f,0.12878353484525193f,0.32090435221131924f,-0.47588187786074615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27341860521723116f,-0.7307461170162216f,-0.6255017016657736f,-0.9376125556309032f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5216407763914193f,0.9618649945658142f,-0.2128565160889782f,-0.17177844971756084f,-0.4715541247191307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016547030844762584f,-0.7307461170162216f,-0.6824487586888388f,-0.9252793544696796f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5055005332569062f,0.94434244447711f,-0.2128565160889782f,0.2508175654085227f,-0.5630770573681428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13155414571971774f,-0.7307461170162216f,-0.6698534311397306f,-0.8309679403793317f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6247790226363312f,0.9762446149227955f,-0.2128565160889782f,0.04047907351589336f,-0.5233874520710208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6310700078077876e-8f,-2.1473444026778846e-9f,-0.0000156249913391968f,0.6874692544639649f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5407318187838153f,0.00001549131737225696f,0.0000020394706229766426f,-1.6451444466086304e-8f,-0.07977058029322981f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58.mcfunction new file mode 100644 index 000000000..5305cc21e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..fc53952a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.36366845505026246f,0.021152083035693818f,-0.7309187975617067f,-0.34431980789119415f,-0.28829516604506333f,0.7543481206792445f,-0.12161107888340485f,1.5000014742483592f,0.6719937473524953f,0.3121793501424902f,0.3433844802960785f,-0.11437570227927177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3370583451220007f,-0.11718652999335878f,-0.7160020874073862f,-0.34431980789119415f,0.02187088142567639f,0.790778030459066f,-0.1191292201306823f,1.5000014742483592f,0.725198825515653f,0.030617376298373217f,0.33637663375942384f,-0.11437570227927177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3470410997921663f,0.018220231685866707f,-0.7390364961602383f,-0.343519774428166f,-0.04989300944767501f,0.8139798205751835f,0.04349693953705944f,1.4837293820848814f,0.7375754924804255f,0.06363426198322517f,-0.34478619177477565f,-0.046553577664933274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.32091110188234195f,-0.11360677235072913f,-0.7239541186875804f,-0.343519774428166f,-0.35029393161573585f,0.7179683931430154f,0.04260924689344598f,1.4837293820848814f,0.6436693453644126f,0.3340881436442875f,-0.3377497388814129f,-0.046553577664933274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08285062301631048f,0.0035891980967958682f,1.5602977734787782f,-0.0031953049071759797f,1.5573714689727065f,-0.09552729075624367f,0.08291498266638357f,1.4706566688175338f,0.09558311511770173f,1.5595729878328217f,0.0014878597387353587f,0.7607315314529284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0022970867819489243f,-0.998590575026418f,0.05302439873043849f,-0.0031410870876041053f,-0.0611374660839962f,-0.05306558890648524f,-0.9967177401425321f,1.4824947107576385f,0.9981267122130059f,-0.0009522302327910593f,-0.061173193675329335f,0.5679377465548476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.998590575026418f,0.05181995403491828f,-0.008803258209842587f,-0.2332868698230921f,-0.05306558890648524f,-0.9709589484845133f,1.5478914841026432f,0.972340311072166f,-0.0009522302327910593f,-0.23356672006445478f,0.23595125589710314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9747273279204631f,-0.026480946147615505f,-0.2218228926332036f,0.2494269424335888f,0.17696392248637322f,0.5145020404522368f,-0.8390300474409257f,1.49660874828358f,0.1363466403813151f,-0.857080165364718f,-0.49681302699820223f,-0.4892105784077825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7449738577471138f,-0.026480946147615505f,-0.6665678590845128f,0.009801293844353269f,0.5615459727343719f,0.5145020404522368f,-0.648038402316015f,1.679358484108921f,0.360111193632178f,-0.857080165364718f,-0.3684203012310751f,-0.34658024951888045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.5802468308159912f,-0.8143599078391395f,0.255584071387872f,-0.2332868698230921f,0.7903863512511646f,-0.5664509264923259f,1.3732590165191916f,0.972340311072166f,0.1964765407977994f,-0.12629841004626421f,0.04470193312658896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.3085084909961548f,-0.9511524352862946f,0.19179402660555367f,-0.2332868698230921f,0.9241399395590889f,-0.3025600906925223f,1.5446442546196926f,0.972340311072166f,0.22536167175231725f,-0.06137129922923614f,0.08657367595996572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.5441726841303903f,-0.8388948289351292f,0.20416715311738143f,-0.2332868698230921f,0.8143423209661719f,-0.5314356223020547f,1.4358232585292283f,0.972340311072166f,0.20179859793803084f,-0.11760801560407605f,-0.26107047982321646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.0518199540349185f,-0.998590575026418f,0.18820972064191913f,-0.2332868698230921f,0.9709589484845133f,-0.05306558890648545f,1.617546401439409f,0.972340311072166f,0.23356672006445478f,-0.0009522302327911111f,-0.21728267125008616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,0.25608838457964866f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.2714468052353514f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.010673313593925024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,0.27284936716483543f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.164543186324777f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,-0.10811640913747003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,-0.3130403500117964f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.232280121674707f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.1510823744169403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,-0.3689340995021132f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.1203765006074544f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.050217212641674794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515791039926215f,0.26165771607701754f,-0.16134574200132934f,0.1647204795337511f,0.0679395888908798f,0.6908983796265732f,0.7197524861302764f,2.3233885162674075f,0.2998023033699688f,0.6739396624674455f,-0.6752213786954077f,0.0821881397149706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807958710056373f,0.1095765073194752f,-0.16134574200132934f,0.052851739800157886f,-0.04097717860169642f,0.6930203673364376f,0.7197524861302764f,2.3256523909586f,0.19068384895459595f,0.7125417598292286f,-0.6752213786954077f,0.1113326171815538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.916360142801085f,0.3991140691163201f,-0.03149680172635862f,0.0195626867278927f,0.05039887950229567f,0.19304524017144628f,0.9798946311680976f,2.3739911467724246f,0.39717004120463223f,0.8963489806322996f,-0.19701386572764062f,0.06658518856476073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948433151352096f,0.09640917908476168f,-0.03149680172635862f,0.04990962684710604f,-0.011722077131537636f,0.19917104386848147f,0.9798946311680976f,2.3759223827337212f,0.10074408785883898f,0.9752108312936963f,-0.19701386572764062f,0.07133904784566805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675134247229683f,0.250850003910394f,-0.03149680172635862f,0.12322600248087545f,0.019579456788693633f,0.19855265467829425f,0.9798946311680976f,2.4273124066249605f,0.25206034565693564f,0.9474445202007122f,-0.19701386572764062f,0.15659993594587437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675134247229683f,0.1946415282484052f,-0.16134574200132934f,0.07943165862498436f,0.019579456788693633f,0.6939546120468874f,0.7197524861302764f,2.2711726189144112f,0.25206034565693564f,0.6932111308252193f,-0.6752213786954077f,0.0006274315102002617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9523697747732017f,-0.17953357350493943f,-0.24649443823946288f,-0.2260270888456344f,-0.22019243452525838f,0.9640765850843446f,0.1485652377575201f,2.347445071806403f,0.21096706822696662f,0.1957652524751397f,-0.9576893348299664f,0.1237104743868094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.02833976105907779f,-0.24649443823946288f,-0.11472953035080756f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.3650669547176295f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.09779786470052684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9330983383049292f,-0.26185488914586363f,-0.24649443823946288f,-0.09296909624071902f,-0.3033793466726281f,0.9412169474369557f,0.1485652377575201f,2.3622940245153723f,0.1931022088560101f,0.21340729811294332f,-0.9576893348299664f,0.09176690371293067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9683468657953225f,0.03930444531332837f,-0.24649443823946288f,-0.12144975385348702f,0.00232112758936151f,0.9888998849715606f,0.1485652377575201f,2.3702212204484305f,0.24959759588403624f,0.14329053730740957f,-0.9576893348299664f,0.10032712167646313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625734788741781f,-0.11266228155454185f,-0.24649443823946288f,-0.18809979497646626f,-0.15240547382682584f,0.9770879907550151f,0.1485652377575201f,2.4743507429786957f,0.22410905674622766f,0.18057205940358798f,-0.9576893348299664f,0.1010046813964395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625734788741781f,-0.11266228155454185f,-0.24649443823946288f,-0.16275078162669437f,-0.15240547382682584f,0.9770879907550151f,0.1485652377575201f,2.254505945058818f,0.22410905674622766f,0.18057205940358798f,-0.9576893348299664f,0.06037596803063228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,-0.019432482763094422f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,1.7525370130890998f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,-0.02175118367953316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.0518199540349185f,-0.998590575026418f,1.3390129351366159e-17f,-0.2332868698230921f,0.9709589484845133f,-0.05306558890648545f,1.3884274074074074f,0.972340311072166f,0.23356672006445478f,-0.0009522302327911111f,-0.1093387037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007316770774032681f,-0.3530712691602639f,-0.9355678188987697f,0.22185339886609778f,-0.19936976140066343f,0.9162941282905053f,-0.3473568319457465f,0.7849742127045122f,0.9798970165810706f,0.18906546314412803f,-0.0636874205916175f,-0.3392432157265954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007316770774032681f,-0.5176527512322229f,-0.8555595210195203f,0.02449828745881283f,-0.19936976140066343f,0.8376499436107545f,-0.5085216516609125f,1.1043282537061123f,0.9798970165810706f,0.17429343392856306f,-0.09707541287528397f,-0.2727938440413307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03388827842835291f,0.06311479588882866f,-0.9974307530475855f,0.30628128931390763f,0.14645758622919958f,0.9875436238769464f,0.057513184365883804f,1.1969202062173636f,0.9886363133230942f,-0.14413227771703005f,-0.042709793947312995f,-0.016877806603089636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03388827842835291f,-0.9894040770991401f,-0.1411777489718589f,-0.017111321080561705f,0.14645758622919958f,0.13481767013372317f,-0.9799869240227803f,1.1273244323950602f,0.9886363133230942f,-0.053886622081119384f,0.14033699419471557f,-0.01765300549738845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09103976521580767f,-0.7554378258269542f,-0.6488647412668493f,0.003860190893169066f,-0.03566906714629477f,0.6536260945735208f,-0.7559766174568362f,1.2784217041784236f,0.9952082590083162f,-0.04567953373680038f,-0.08645172872317117f,-0.12381715090514882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08895858912041507f,-0.708608926086078f,-0.6999712560475903f,0.007796647070853827f,-0.223149977956226f,0.6707147406801125f,-0.7073512733943053f,1.2410702657245096f,0.9707164656890503f,0.21912354165069792f,-0.09846022920252537f,-0.12873039659253746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,-0.6895104778386817f,-0.7242749473503002f,0.003860190893169066f,-0.13052619222005157f,0.718173523724115f,-0.6835127672298609f,1.2784217041784236f,0.9914443058251639f,0.09381945838876427f,-0.09075294857192268f,-0.12381715090514882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0007240717845596329f,-0.04947293782202428f,-0.9987752020065923f,0.01041578418307371f,-0.043637444572160955f,0.997822499623425f,-0.049457382426406626f,1.3022913805061123f,0.9990471706337307f,0.0436198082127647f,-0.001436377464054468f,-0.12066770672740298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.002815218425990144f,-0.04965544378595663f,-0.9987624399463738f,0.01041578418307371f,-0.2164215567312779f,0.9751257084124075f,-0.04787026817567269f,1.3022913805061123f,0.9762959511988281f,0.21601895679689845f,-0.013491700306318497f,-0.12066770672740298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,0.020304400484527307f,-0.9997932935009972f,0.01041578418307371f,-0.13052619222005157f,0.9912376781606829f,0.020267672267743675f,1.3022913805061123f,0.9914443058251639f,0.13052048389269194f,0.0016098854855733924f,-0.12066770672740298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022723675210982473f,-0.39118470035581415f,-0.9200316107571729f,0.012349735110394435f,0.05104421909037621f,0.9186149761444083f,-0.39184309780913795f,1.300971125457747f,0.9984378409707636f,-0.055866410397840884f,-0.0009065908120846136f,0.07458249624411248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014496927934046012f,-0.3700065096552285f,-0.9289160467411631f,0.001858664664404465f,-0.2579010380300031f,0.8961960007119478f,-0.3609983142494672f,1.3427670740086004f,0.9660625723334499f,0.24480177924325944f,-0.08243297408084042f,-0.310770006992381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,-0.20512055548344035f,-0.9787361524572248f,0.02658924915199338f,-0.13052619222005157f,0.9703915549327156f,-0.203231747667043f,1.167453174264881f,0.9914443058251639f,0.12753739778367512f,-0.027792096240257542f,-0.13052246349996247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,-0.11903753352084236f,-0.9928892002745732f,1.3390129351366159e-17f,-0.13052619222005157f,0.9844117360148018f,-0.11788319278361194f,1.3884274074074074f,0.9914443058251639f,0.12947432027084912f,-0.01657072229146036f,-0.1093387037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7868944545064623f,-0.003866834760904856f,0.6170754938059924f,0.7498140681187841f,0.08065385169124371f,0.9920468630285304f,-0.09663321252353699f,1.8125006625478288f,-0.6117941432167722f,0.12580965441564518f,0.780948050245003f,-0.3300630266165343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7868944545064623f,-0.003866834760904856f,0.6170754938059924f,0.8235854232287649f,0.08065385169124371f,0.9920468630285304f,-0.09663321252353699f,1.8200619611438829f,-0.6117941432167722f,0.12580965441564518f,0.780948050245003f,-0.3874187275431067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7868944545064623f,-0.003866834760904856f,0.6170754938059924f,0.6941384216028756f,0.08065385169124371f,0.9920468630285304f,-0.09663321252353699f,1.8307762937243863f,-0.6117941432167722f,0.12580965441564518f,0.780948050245003f,-0.475883084616571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2734241181156526f,-0.7307448970229182f,-0.6255007171120129f,-0.9376104795580044f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.533095591206234f,0.9618634274587572f,-0.21286070433686805f,-0.17178203476063694f,-0.47156468379908834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01654161837159518f,-0.7307448970229182f,-0.6824501962316468f,-0.9252767538357979f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.516955348071721f,0.9443425393004543f,-0.21286070433686805f,0.2508136539680056f,-0.563087545759192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1315597410368701f,-0.7307448970229182f,-0.6698536631334313f,-0.8309655672268864f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.636233837451146f,0.9762438609077724f,-0.21286070433686805f,0.04047523426860639f,-0.5233973999194311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.639948813968822e-8f,-2.1590335727448307e-9f,-0.00001562499124464916f,0.6874690850135015f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.55218663359863f,0.000015491317278518184f,0.000002039470610635699f,-1.6540998676380275e-8f,-0.07977182526766881f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59.mcfunction new file mode 100644 index 000000000..a2828a038 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..d8efcb4ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3547968612505651f,0.01962171993825914f,-0.7353085201450178f,-0.3454755920179787f,-0.2897215324613705f,0.754111835495754f,-0.1196712899483597f,1.5108002250418109f,0.6761102464239295f,0.312849440012818f,0.33458124126837097f,-0.11369893504399783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3284556396181455f,-0.11524582061593522f,-0.7203022238155277f,-0.3454755920179787f,0.02049140730689486f,0.7910988935622236f,-0.11722901872492379f,1.5108002250418109f,0.7291755584422848f,0.029680657593545323f,0.3277530526710573f,-0.11369893504399783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3373702246987191f,0.01654893373116835f,-0.7435401191082707f,-0.3446551840509181f,-0.05037849994515421f,0.8140806473488476f,0.04097744257273515f,1.494789058724446f,0.7420160258878888f,0.0627955161527247f,-0.33528105362680577f,-0.046936649123751756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3115321941943898f,-0.11149398309195951f,-0.728365830963204f,-0.3446551840509181f,-0.350771109871739f,0.7178776463243f,0.040141168234516064f,1.494789058724446f,0.6480025620780966f,0.3349936964215493f,-0.3284385831446261f,-0.046936649123751756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08291761888432993f,0.004337403200317909f,1.5602923140911866f,-0.00278767259143594f,1.557374524687164f,-0.0953794549791978f,0.0830277027461375f,1.481751361530609f,0.09547517129590709f,1.5595801346841234f,0.0007383526719286654f,0.760718873606715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0027759380482030305f,-0.9985870810183595f,0.05306727608597093f,-0.002825949736591368f,-0.06104285118668684f,-0.05313772975752775f,-0.9967196957997849f,1.4935711639970937f,0.998131286197839f,-0.00047254571003477555f,-0.06110410962938076f,0.5679239657995104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.9985870810183595f,0.05177902833731676f,-0.008650644170702472f,-0.2331940319349895f,-0.05313772975752775f,-0.970977304135436f,1.558936113788856f,0.9723568118865767f,-0.00047254571003477555f,-0.23349947982452615f,0.23593401956849938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9763488394033109f,-0.026932804613705265f,-0.21451705720396141f,0.2509955747157415f,0.17046359441708958f,0.5144124021629983f,-0.8404296778906011f,1.5092131587790099f,0.13298536300741395f,-0.8571198892433506f,-0.4976548891443274f,-0.48843472149713285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7499340029453984f,-0.026932804613705265f,-0.6609641558072048f,0.00966752059015239f,0.5565392120088973f,0.5144124021629983f,-0.6524139682727594f,1.6903493326177212f,0.35757949706716496f,-0.8571198892433506f,-0.37078619006195446f,-0.34661869650690524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.5802104371035587f,-0.8143789503839239f,0.25565835679599347f,-0.2331940319349895f,0.7903630709991244f,-0.5665216319530404f,1.3843046265763697f,0.9723568118865767f,0.19667756526083618f,-0.12585772006850393f,0.04457556553989264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.3084680554920533f,-0.9511596526836469f,0.1918758485619607f,-0.2331940319349895f,0.9241389983301939f,-0.3026345241957188f,1.5556892229870578f,0.9723568118865767f,0.22542087415813455f,-0.06089055650554391f,0.08646141346638322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.5441354944325705f,-0.8389122658841903f,0.2040915852885009f,-0.2331940319349895f,0.8143221470006528f,-0.5315072759371695f,1.4468362242523325f,0.9723568118865767f,0.20198020844347425f,-0.11715897650160258f,-0.2611782893045829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.051779028337316985f,-0.9985870810183595f,0.18814184821888924f,-0.2331940319349895f,0.970977304135436f,-0.053137729757527966f,1.628562357966742f,0.9723568118865767f,0.23349947982452615f,-0.00047254571003482737f,-0.21740009024817197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,0.2560816480055452f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.2824892253292917f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,0.010461749196309503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,0.2727938827805982f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.1755755759331694f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,-0.1083258144693646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,-0.3129774527076591f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.243294764151314f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,0.1511450250625166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,-0.3689110605768449f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.1313775665197054f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,0.050317028528698696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9514413946824032f,0.2619281468733947f,-0.1617186394954923f,0.16474399643993565f,0.06789929838703523f,0.6909810262800676f,0.7196769459969471f,2.3344311107029028f,0.300248160299696f,0.6737498550622582f,-0.6752126887435059f,0.08201508400923846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807021618225049f,0.10986515114626985f,-0.1617186394954923f,0.05288895937404548f,-0.04102990184760717f,0.6930956936490682f,0.7196769459969471f,2.336689671558468f,0.19115390906555224f,0.7124240366584528f,-0.6752126887435059f,0.11121251901387622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9161748895519208f,0.39952614528973474f,-0.0316611905090694f,0.01957515049369883f,0.05037034378791966f,0.19315885391335666f,0.9798737090164045f,2.3850217908616607f,0.3976008051063435f,0.8961409020822592f,-0.19709156094055147f,0.06647634665372243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947944673659894f,0.0968583332169525f,-0.0316611905090694f,0.049924207316889624f,-0.011784324785686924f,0.19927027893737723f,0.9798737090164045f,2.386955666265057f,0.10121806848267362f,0.9751460501989712f,-0.19709156094055147f,0.0712155977408532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9673949151644555f,0.25128598673524266f,-0.0316611905090694f,0.12327739111592667f,0.01953349929137692f,0.1986604056772976f,0.9798737090164045f,2.438359047670848f,0.25251835679686707f,0.9473063897634322f,-0.19709156094055147f,0.1564367649344881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9673949151644555f,0.19492090640483675f,-0.1617186394954923f,0.07942018717483848f,0.01953349929137692f,0.6940342468538142f,0.7196769459969471f,2.2822013421287397f,0.25251835679686707f,0.6930528871885435f,-0.6752126887435059f,0.0004998653170660457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522534887493848f,-0.17951010425027214f,-0.24696035235778635f,-0.22598552688201923f,-0.22024118615985266f,0.964082148885735f,0.14845682914155364f,2.358463401626374f,0.21144056631480782f,0.19575937441644975f,-0.9575861080052038f,0.12372087417044951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686112352565178f,-0.028334771891807956f,-0.24696035235778635f,-0.11470157049939898f,-0.06671397647315354f,0.9866660099670886f,0.14845682914155364f,2.376090862838773f,0.2394608950914163f,0.16027265979406508f,-0.9575861080052038f,0.0977536970416886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329845402648629f,-0.261821374204019f,-0.24696035235778635f,-0.09294380538927619f,-0.30342839770977703f,0.9412182410814789f,0.14845682914155364f,2.373318932047102f,0.1935744174472451f,0.2134427104995767f,-0.9575861080052038f,0.09171265556699987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9682282807411802f,0.0393011543888559f,-0.24696035235778635f,-0.12142096312538389f,0.002274877038992401f,0.9889162729046848f,0.14845682914155364f,2.3812448829834705f,0.25005763597106195f,0.1431782960088933f,-0.9575861080052038f,0.10028566052600416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624558389848236f,-0.11264698117276659f,-0.24696035235778635f,-0.18807819240316345f,-0.15245371859372292f,0.9770969417453835f,0.14845682914155364f,2.485369659903162f,0.22458099138387813f,0.18053316610662115f,-0.9575861080052038f,0.10098505146390982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624558389848236f,-0.11264698117276659f,-0.24696035235778635f,-0.162732621639291f,-0.15245371859372292f,0.9770969417453835f,0.14845682914155364f,2.265522848010451f,0.22458099138387813f,0.18053316610662115f,-0.9575861080052038f,0.060365089089920124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,-0.019417135626493855f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,1.7635564890507887f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,-0.021782695065802687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.051779028337316985f,-0.9985870810183595f,1.3390900425276734e-17f,-0.2331940319349895f,0.970977304135436f,-0.053137729757527966f,1.39944f,0.9723568118865767f,0.23349947982452615f,-0.00047254571003482737f,-0.109345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007638809436861047f,-0.36163716544542146f,-0.9322876214768638f,0.2262274832834102f,-0.19931127530931395f,0.913057345193188f,-0.3558107642038705f,0.7979014750399622f,0.9799064568237941f,0.18853340541497793f,-0.06510369357931528f,-0.3389352975918841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007638809436861047f,-0.5254774422913889f,-0.8507732401958157f,0.025889208409818176f,-0.19931127530931395f,0.8329267539580629f,-0.5162441651732824f,1.1154547999864737f,0.9799064568237941f,0.17351219030311543f,-0.09837101042102425f,-0.27278377503882134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03513922582266314f,0.05410014535126695f,-0.9979170351695351f,0.3067683924531382f,0.14626971377949188f,0.98805927954273f,0.048415193280278906f,1.2108023501540695f,0.988620455806701f,-0.1442637667000034f,-0.04263285092598858f,-0.016928915152149764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03513922582266314f,-0.9905961415050758f,-0.13222904084897372f,-0.015976587398446724f,0.14626971377949188f,0.12578818299557848f,-0.9812148102477543f,1.138262119831389f,0.988620455806701f,-0.05382023275615354f,0.1404741147209123f,-0.017667894402526182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09247585705980566f,-0.7652033822974111f,-0.637112234682129f,0.004369766988628798f,-0.03704937756835226f,0.6420552977059089f,-0.7657625861254742f,1.2894529680020952f,0.9950254064509367f,-0.047209939720131606f,-0.08772492296245958f,-0.12382046817056062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09040304875311636f,-0.7191694065996002f,-0.6889286272084508f,0.00888393698510007f,-0.2217696675341685f,0.6598547643586185f,-0.7179205419230016f,1.2521657486175206f,0.9708993270869672f,0.21768567836311808f,-0.09983707777005026f,-0.12872466686245393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,-0.7005448588610094f,-0.7136076008371462f,0.004369766988628798f,-0.13052619222005157f,0.7075985548341128f,-0.6944546049535628f,1.2894529680020952f,0.9914443102835749f,0.09241853666923722f,-0.09217913910556498f,-0.12382046817056062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00032803074277790666f,-0.05404275181805801f,-0.9985385687952987f,0.010814706854936133f,-0.04363024174380442f,0.9975869881637518f,-0.054005583523854234f,1.313352263719954f,0.9990476937570142f,0.043584194638728896f,-0.002030659125609369f,-0.12066726911087218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0024107695069116018f,-0.05422452397991245f,-0.9985258580475201f,0.010814706854936133f,-0.21642875955963442f,0.9748901969527344f,-0.0524184692731203f,1.313352263719954f,0.9762954369584355f,0.21598334399812177f,-0.014085982022084798f,-0.12066726911087218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,0.015712104351053205f,-0.999876010826343f,0.010814706854936133f,-0.13052619222005157f,0.9913203213478035f,0.01571412191062453f,1.313352263719954f,0.9914443102835749f,0.13052643509936768f,0.0010145671869353848f,-0.12066726911087218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0235505267205127f,-0.39956246253574945f,-0.9164034107441733f,0.012638410336906665f,0.05094539284930136f,0.9149869946442186f,-0.40025412749823197f,1.312041504903383f,0.998423727501814f,-0.056112727293444194f,-0.001192559044572255f,0.07458405871287048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015096195912379965f,-0.3799191680684639f,-0.9248964972380106f,0.002186514903686706f,-0.2578290015624424f,0.8922417861612303f,-0.37071390718602854f,1.3537879088957767f,0.9660726219194337f,0.24406151020180059f,-0.08448472297242399f,-0.3107748795000077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,-0.2096137587140755f,-0.9777837078857966f,0.027607959657797283f,-0.13052619222005157f,0.9694477540264624f,-0.20768718149558912f,1.178589080408163f,0.9914443102835749f,0.12740927898236046f,-0.028373495299685615f,-0.13051156423402965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,-0.12359664977069862f,-0.9923319885071723f,1.3390900425276734e-17f,-0.13052619222005157f,0.9838598432005282f,-0.1224039300102986f,1.39944f,0.9914443102835749f,0.12939736126711085f,-0.01716107524122665f,-0.109345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.996070287288812f,-0.0007267240355091429f,0.08856328049795799f,0.6607305587901398f,0.011696105793752099f,0.9922876408904091f,-0.12340356091056548f,1.8227300972213119f,-0.08779056834105327f,0.12395446586679518f,0.9883967353760494f,-0.3235176422523527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.996070287288812f,-0.0007267240355091429f,0.08856328049795799f,0.7541121482234658f,0.011696105793752099f,0.9922876408904091f,-0.12340356091056548f,1.8238266071394762f,-0.08779056834105327f,0.12395446586679518f,0.9883967353760494f,-0.33174800803432647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.996070287288812f,-0.0007267240355091429f,0.08856328049795799f,0.6941368614321091f,0.011696105793752099f,0.9922876408904091f,-0.12340356091056548f,1.841788886316979f,-0.08779056834105327f,0.12395446586679518f,0.9883967353760494f,-0.475892335449747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2734200240246264f,-0.7307458030394901f,-0.6255014482817313f,-0.9376120213330894f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5441081837988264f,0.9618645912561719f,-0.21285759398244067f,-0.1717793723693377f,-0.47156698923413054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01654563788384847f,-0.7307458030394901f,-0.6824491286588233f,-0.9252786851701467f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5279679406643134f,0.9443424688839308f,-0.21285759398244067f,0.2508165587560126f,-0.5630899036908428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13155558573805684f,-0.7307458030394901f,-0.6698534908480267f,-0.830967329624414f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6472464300437384f,0.9762444208715965f,-0.21285759398244067f,0.04047808544246436f,-0.5234001592788563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.633355068638999e-8f,-2.150352742333565e-9f,-0.000015624991314912947f,0.6874692108561365f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5631992261912226f,0.00001549131734818086f,0.000002039470619806964f,-1.6474492251396772e-8f,-0.07978104771697837f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..a2316c515 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5102791353614379f,-0.10405702200579318f,-0.6290721617036583f,-0.09417221068639449f,-0.12547895615214008f,0.8063504642995082f,-0.03159754312254776f,1.1647956041910217f,0.6251517256012312f,0.07691234842141949f,-0.5198213684358786f,-0.31607798926489755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5008235239551236f,0.09711596878939728f,-0.616233954321951f,-0.09417221068639449f,0.188717901078344f,0.7768059503286644f,-0.03095269530372026f,1.1647956041910217f,0.5946102519009877f,-0.16474527046345638f,-0.5092127690800443f,-0.31607798926489755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8039503553457326f,0.12767709604862573f,0.06562644077279317f,-0.1610434943094346f,0.12547895615214008f,0.8063504642995082f,-0.03159754312254776f,1.1647956041910217f,-0.0697373798395396f,-0.021022186208906998f,-0.8134120788287805f,-0.2878171181564962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7754578166296101f,-0.18582879244901435f,0.06428712565498107f,-0.1610434943094346f,-0.188717901078344f,0.7768059503286644f,-0.03095269530372026f,1.1647956041910217f,-0.05523339968372895f,-0.04516830117374033f,-0.7968118323220708f,-0.2878171181564962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08167851691205424f,1.0104505106902644f,1.189001528729392f,-0.5320116899574894f,1.5595375644389398f,-0.09160366905818366f,-0.029284858185402107f,0.8581192920582074f,0.05076864168862108f,1.18827807488856f,-1.0133232513666257f,0.24440559440173043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.393650831318239f,-0.7469886952738642f,-0.5357675915315421f,-0.45913298125644064f,-0.859356586509381f,0.5059855239441883f,-0.07406015650719647f,1.082459809387327f,0.3264127451944919f,0.43126156644428154f,-0.8411112774672683f,0.16260280707019287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5097140113489885f,-0.7469886952738642f,-0.4268483521902986f,-0.27593156715816314f,-0.8523322598329102f,0.5059855239441883f,0.13231919137846207f,1.3995141877786983f,0.1171381470002315f,0.43126156644428154f,-0.8945904738065215f,0.1137267777190335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3798753676716658f,0.9222857596635399f,0.0712999478131929f,0.45802444438843326f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2324639512365796f,-0.8500307694294978f,0.37843846140066806f,-0.3663768851275837f,0.1035430325115957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4911022964917326f,0.8451001509705254f,0.21124457202527533f,0.2738616644412126f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3995141877786983f,-0.7067385716462895f,-0.24477672233760284f,-0.6637807978158319f,-0.11862461158715341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9308673627954781f,0.061775970393981056f,-0.3600967680555793f,-0.07055365931637361f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0763499638972414f,0.2171902136112619f,-0.6989825995190417f,-0.6813602106676742f,0.3180763213393296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.927452707480204f,0.04467045924751002f,-0.37126274450617264f,-0.06449834036062906f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.2505757677833786f,0.3352676277388355f,-0.3403757620786611f,-0.8784873125889435f,0.24876532024589976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.2091598918920286f,-0.3283152656143709f,0.22896597984762043f,0f,0.8433914458128857f,-0.5372996083468239f,1.0635268474078137f,0.38927981454439686f,-0.494917173629452f,-0.7768643493139036f,0.14040039671874735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.01698014702411821f,-0.3889093064182951f,0.22335151911548393f,0f,0.9990482215818578f,-0.04361938736533605f,1.2505757677833786f,0.38927981454439686f,-0.040178670475347567f,-0.9202428486150345f,0.12711537820077573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,0.3018589304892997f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.9333360484878783f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.003205262215804028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,0.3229177988124965f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.812242036166861f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.10670925607567153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,-0.2792593784155176f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.9406639224510807f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,0.0828416047741378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,-0.33238582612272294f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.820505383401961f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.009677682661481824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9739959516629996f,0.17344708418724447f,-0.14576692056509505f,0.20325145503874853f,0.16858190478359963f,0.9846513349332957f,0.04518727689972156f,2.042208617482163f,0.15136719434415494f,0.01943855964370037f,-0.9882864538560452f,-0.00581749779474295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9891375470720295f,0.01894512711221273f,-0.14576692056509505f,0.08950855213964382f,0.012472976958641732f,0.9989006631553395f,0.04518727689972156f,2.053711621799444f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,0.011484916972030287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9551726935597493f,0.2576764062672065f,-0.14576692056509505f,0.06733286173427175f,0.253758418183214f,0.9662115582042792f,0.04518727689972156f,2.049675288028317f,0.15248537857436137f,0.00617206980490053f,-0.9882864538560452f,0.014571158980225065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9880496029832235f,-0.05009976959691238f,-0.14576692056509505f,0.09631357999108275f,-0.05723719446872466f,0.9973374622341915f,0.04518727689972156f,2.0593024156134474f,0.14311493847269705f,0.05299056058015436f,-0.9882864538560452f,0.010736839121507556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9837224034517165f,0.10508205277851995f,-0.14576692056509505f,0.15090076716326667f,0.09948544274405134f,0.9940124529845731f,0.04518727689972156f,2.1646158039288363f,0.14964250609101176f,0.029950050007376862f,-0.9882864538560452f,-0.02411963473072039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9837224034517165f,0.10508205277851995f,-0.14576692056509505f,0.12725730528809973f,0.09948544274405134f,0.9940124529845731f,0.04518727689972156f,1.9409630020073076f,0.14964250609101176f,0.029950050007376862f,-0.9882864538560452f,-0.030858395982380174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9799232933128358f,-0.13602332186759375f,-0.14576692056509505f,-0.18298355939992986f,-0.14394307695447517f,0.9885537418892643f,0.04518727689972156f,2.0470790224627193f,0.13795191125824902f,0.06526220425973253f,-0.9882864538560452f,0.051372772078008125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212745f,-0.14576692056509505f,-0.06885882190631386f,0.012472976958641746f,0.9989006631553397f,0.04518727689972156f,2.0557086267795133f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,0.03493455908666358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9643391756864756f,-0.22091165452573538f,-0.14576692056509505f,-0.0468468054634001f,-0.2295534657093959f,0.9722465306634903f,0.04518727689972156f,2.0511150881474385f,0.13173898670148432f,0.0770371631584978f,-0.9882864538560452f,0.031477875712020764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.985406512459259f,0.08789772506640467f,-0.14576692056509505f,-0.07544857652576599f,0.08212238129604493f,0.9955973204547385f,0.04518727689972156f,2.0614683281571002f,0.14909701436697864f,0.032557110306288425f,-0.9882864538560452f,0.036169862327340915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9870247567015438f,-0.06733598241079891f,-0.14576692056509505f,-0.13517767752233736f,-0.07463441571281253f,0.9961866361267828f,0.04518727689972156f,2.168223239375494f,0.14216832857379053f,0.05548018993458479f,-0.9882864538560452f,0.01824033483372769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9870247567015438f,-0.06733598241079891f,-0.14576692056509505f,-0.12002708147990762f,-0.07463441571281253f,0.9961866361267828f,0.04518727689972156f,1.944081246246968f,0.14216832857379053f,0.05548018993458479f,-0.9882864538560452f,0.005757292098446134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,-0.0015390494732537658f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.4291734318569098f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.0036417212137968315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.01698014702411821f,-0.3889093064182951f,0.004828505660790562f,0f,0.9990482215818578f,-0.04361938736533605f,1.0545303487637132f,0.38927981454439686f,-0.040178670475347567f,-0.9202428486150345f,0.011425280214458506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8937946359064953f,-0.38516318902334057f,-0.22973999792405714f,0.2673238358152962f,-0.12059047744873963f,0.6998045136051678f,-0.7040820829182628f,0.8566324411058734f,0.4319595878938913f,-0.601600332911481f,-0.6719285333034567f,0.30275115115752677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8937946359064953f,-0.41225680484208516f,0.1765657828860685f,0.14934671040519204f,-0.12059047744873963f,-0.15827959793096036f,-0.980002808989596f,0.7622216825681295f,0.4319595878938913f,-0.8972134059075401f,0.09175521067673034f,0.03228057109881431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9329942060986179f,-0.07415701665338204f,-0.3521683521662325f,0.02769659002405371f,0.16042999720436044f,0.7902379779970343f,-0.591427217946695f,0.7823849006150575f,0.32215528458092757f,-0.6082965354267839f,-0.7253904449359343f,0.43986774410689944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9329942060986179f,-0.31443620956957335f,-0.17507621625431843f,-0.08807850409736909f,0.16042999720436044f,0.07208697312728418f,-0.9844113389748997f,0.7660758120010237f,0.32215528458092757f,-0.9465375525655944f,-0.016811728040746488f,0.11269314840792036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9491681973744764f,-0.15267726119834263f,-0.2752623966433847f,0.013071614400471224f,0.09229595564125724f,0.7010573846499778f,-0.7071067811865475f,0.9488719479016496f,0.30093386260963395f,-0.6965688748004076f,-0.6513298803172936f,0.03093024382129076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8773102923840234f,-0.4276208482544523f,-0.2178693668582208f,0.01497049483981582f,-0.09229595564125724f,0.5958244989267275f,-0.7977935967723613f,0.9114998077198567f,0.4709650809235504f,-0.6798040722273269f,-0.5621906402047414f,0.03542340229254209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.2752623966433846f,-0.2752623966433847f,0.013071614400471224f,0f,0.7071067811865475f,-0.7071067811865475f,0.9488719479016496f,0.38927981454439686f,-0.6513298803172936f,-0.6513298803172936f,0.03093024382129076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9278167500983473f,-0.036332395609251555f,-0.37126275771511746f,0.013034956863275831f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9738480409052624f,0.36365756756273465f,-0.30985994687292706f,-0.878487328809165f,0.03084350422443571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9074120745836222f,-0.19689411274492935f,-0.37126275771511746f,0.013034956863275831f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9738480409052624f,0.41193940708379756f,-0.242004004126352f,-0.878487328809165f,0.03084350422443571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.11705869786344801f,-0.37126275771511746f,0.013034956863275831f,0f,0.9537169507482269f,-0.30070579950427306f,0.9738480409052624f,0.38927981454439686f,-0.27698599081906305f,-0.878487328809165f,0.03084350422443571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9326838538520045f,-0.05092951569296332f,-0.3570812417294599f,-0.16537078020779705f,0.1205904774487396f,0.8889857469521837f,-0.44177174928298996f,0.9862517296668842f,0.33993935563929306f,-0.45509397507234495f,-0.823001037873218f,0.10641122336851394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8937946359064953f,-0.3195192528322154f,-0.3147039813766553f,0.18662219654362316f,-0.1205904774487396f,0.8470999428592044f,-0.5175708874701297f,0.9862890036182032f,0.4319595878938913f,-0.4246517795529362f,-0.795664364257357f,-0.05612581342013234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.17974941452626642f,-0.3452954126384891f,0.02608944693181942f,0f,0.8870108331782217f,-0.46174861323503386f,0.8482581669545094f,0.38927981454439686f,-0.4253256749855825f,-0.8170430197892511f,0.08180233969566936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.14897093558029537f,-0.3596476530773578f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0546875f,0.38927981454439686f,-0.3524971911364085f,-0.8510034995399386f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8472118250123484f,-0.13749897234690575f,-0.5131531507871605f,0.10282287796695047f,0f,0.9659258262890683f,-0.2588190451025207f,1.1328125f,0.5312552339123309f,0.21927455554925998f,0.8183437821169223f,0.3525062267368013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8472118250123484f,-0.13749897234690575f,-0.5131531507871605f,0.18224898656185815f,0f,0.9659258262890683f,-0.2588190451025207f,1.1328125f,0.5312552339123309f,0.21927455554925998f,0.8183437821169223f,0.40231140491608236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8472118250123484f,-0.13749897234690575f,-0.5131531507871605f,0.2195089048824784f,0f,0.9659258262890683f,-0.2588190451025207f,1.171635356765378f,0.5312552339123309f,0.21927455554925998f,0.8183437821169223f,0.2546572485089035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.39994064390940165f,-0.4656180575534976f,-0.789460135680986f,0.3479082989587029f,-0.5081259458200156f,0.8294993993759021f,-0.23181624106074222f,1.928751751707998f,0.7627945362506523f,0.3084324414116085f,-0.5683431397941096f,-0.5681835341719962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6590476783256177f,-0.4656180575534976f,-0.59064031539823f,0.3325990519669381f,0.09240462210487171f,0.8294993993759021f,-0.5508104322257099f,1.9533144982920028f,0.7464030704031628f,0.3084324414116085f,0.5897049139846181f,-0.6573539381006266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16329863457882432f,-0.4656180575534976f,-0.8697892735742372f,0.4707220664989561f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.015019074910965f,0.9511509752387239f,0.3084324414116085f,0.013462963540726236f,-0.6147881806674204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014392492973805649f,0f,-0.000006082497102256201f,0.26098169214481254f,0f,0.000015625f,0f,1.22081f,0.000006082497102256201f,0f,-0.000014392492973805649f,0.6360793179089226f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6.mcfunction new file mode 100644 index 000000000..3d210905f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60.mcfunction new file mode 100644 index 000000000..c441dc57f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..600bc5b4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.35578934762002407f,0.0198297713855854f,-0.7348232200545635f,-0.34540163094516224f,-0.28952080950007564f,0.7541637938802869f,-0.11982953438513143f,1.5210262348962629f,0.6756745410558126f,0.31271104331528154f,0.3355892763515091f,-0.11360007489070613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.32943185743203374f,-0.11542958579132725f,-0.719826827808552f,-0.34540163094516224f,0.020692544399380036f,0.7910706714589383f,-0.11738403368339406f,1.5210262348962629f,0.7287293529940727f,0.029718739568614483f,0.32874051560964157f,-0.11360007489070613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33771201197017997f,0.016642249371194896f,-0.7433828602754871f,-0.34454925317639323f,-0.05028916734413436f,0.8140814611118398f,0.041070899263225095f,1.505003604378229f,0.741866592497149f,0.06276029520583294f,-0.33561815911358267f,-0.04676054875917468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3118765017346292f,-0.11153765713241434f,-0.7282117814943547f,-0.34454925317639323f,-0.35069056670629906f,0.7179118712307685f,0.04023271764560826f,1.505003604378229f,0.6478805245483034f,0.33490580196131037f,-0.3287688089275912f,-0.04676054875917468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08297879832124418f,0.005042976212248358f,1.560286940732404f,-0.0024030939355212727f,1.5573785640244082f,-0.09522261636179742f,0.08313189310057584f,1.492074436646296f,0.09535605563588453f,1.5595875966819357f,0.00003048654519435359f,0.760704919905959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0032275047758385175f,-0.9985836420687386f,0.05310643092559605f,-0.0025285958294747656f,-0.0609424744715506f,-0.05320441158436829f,-0.9967222809756213f,1.5038748839869216f,0.9981360618764389f,-0.000019511388924816008f,-0.06102787560696632f,0.5679088635051323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.9985836420687386f,0.05173917458759861f,-0.008506494979820884f,-0.23309562907877435f,-0.05320441158436829f,-0.9709972802703062f,1.5692061199365046f,0.9723747529109562f,-0.000019511388924816008f,-0.2334252332560951f,0.2359150044413716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9778051645242739f,-0.027359220108412425f,-0.20772225038429792f,0.2524381912822956f,0.16441599302818993f,0.5143172269332169f,-0.8416918505701954f,1.520933673249392f,0.12986316439318638f,-0.8571634984965151f,-0.4984037473565011f,-0.48771317157865135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7545019213100831f,-0.027359220108412425f,-0.6557273242853713f,0.009541717784774929f,0.5518617741107216f,0.5143172269332169f,-0.6564498247048992f,1.7005620843299731f,0.3552118142950205f,-0.8571634984965151f,-0.3729548281366721f,-0.3466590499794082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.5801749770456783f,-0.8143974634073458f,0.2557283481948215f,-0.23309562907877435f,0.790344090580949f,-0.5665886040048309f,1.3945730627877848f,0.9723747529109562f,0.1968583615034405f,-0.12543574214528103f,0.04445559555886153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.30842866966026905f,-0.9511666458228386f,0.1919531810971283f,-0.23309562907877435f,0.9241410352680258f,-0.30270410409856013f,1.5659576062499236f,0.9723747529109562f,0.225466411390562f,-0.060433742528645f,0.08635283680378787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.5440992605980681f,-0.8389292145413154f,0.204020328258122f,-0.23309562907877435f,0.8143061059274995f,-0.5315750121606192f,1.4570705278587603f,0.9723747529109562f,0.2021424261896241f,-0.1167295139865196f,-0.26128138277022306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.05173917458759883f,-0.9985836420687386f,0.18807808526001762f,-0.23309562907877435f,0.9709972802703062f,-0.053204411584368505f,1.6387999903370405f,0.9723747529109562f,0.2334252332560951f,-0.00001951138892486784f,-0.21751427348088598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,0.25607636972603887f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.2927542589642025f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.010251461393048347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,0.272742485964737f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.185829801805384f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,-0.10853285377865336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,-0.31291698300053405f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.2535359468832272f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.1511937848821025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,-0.36888831604607925f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.1416048966927947f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.050402106751556625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9513112209767738f,0.26218404177666443f,-0.16206939588130906f,0.16476733858880926f,0.06786594759630543f,0.6910661295573621f,0.7195983725214106f,2.3446972315093024f,0.3006678798949693f,0.6735630132483964f,-0.6752123319247101f,0.08184052625980401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9806136215535023f,0.11013825921264948f,-0.16206939588130906f,0.05292525224938217f,-0.04107615512041736f,0.693174531950692f,0.7195983725214106f,2.346951259164827f,0.1915976897153216f,0.7123051537877194f,-0.6752123319247101f,0.1110878801157047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159999030019353f,0.39991497196065007f,-0.03181497921040008f,0.019588162948136756f,0.05034911854897636f,0.1932754658976313f,0.9798518053988547f,2.3952766645626813f,0.3980064622110887f,0.8959423025417242f,-0.19717567434764138f,0.06636179817300059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947481993165407f,0.09728220317376843f,-0.03181497921040008f,0.0499392122633292f,-0.011840546272382516f,0.19937462456535657f,0.9798518053988547f,2.3972130408355867f,0.10166524194862331f,0.9750825257510675f,-0.19717567434764138f,0.07108724814062037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672829088815318f,0.25169740023195436f,-0.03181497921040008f,0.1233271632123234f,0.019494293236968996f,0.19877226161563988f,0.9798518053988547f,2.448629871039846f,0.2529500874023843f,0.9471736940649689f,-0.19717567434764138f,0.15627036124705956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672829088815318f,0.19518525841966222f,-0.16206939588130906f,0.07941048006789947f,0.019494293236968996f,0.6941168163902446f,0.7195983725214106f,2.2924535873520413f,0.2529500874023843f,0.6928957786708773f,-0.6752123319247101f,0.0003688110461124196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9521438896467975f,-0.17948669693500768f,-0.24739955341840908f,-0.2259450514235799f,-0.22028350343098757f,0.9640898133962884f,0.14834422746328854f,2.368707635613008f,0.21188957389271795f,0.19574309011781366f,-0.9574901833160964f,0.12371907830004181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.028328797836418743f,-0.24739955341840908f,-0.1146739253617372f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.3863399160221226f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.09770024247858594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9328773983018973f,-0.2617885037694655f,-0.24739955341840908f,-0.09291868576615744f,-0.30347122195702936f,0.9412221882330588f,0.14834422746328854f,2.383568830734472f,0.19402313568590496f,0.21346562175656536f,-0.9574901833160964f,0.09164972502406307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9681162251562437f,0.039299307342464423f,-0.24739955341840908f,-0.12139252630031114f,0.0022353684965051857f,0.988933260289088f,0.14834422746328854f,2.3914937419055993f,0.2504914723436919f,0.14306142434771707f,-0.9574901833160964f,0.10023470103831741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9623448740483691f,-0.11263127612346768f,-0.24739955341840908f,-0.18805638800735858f,-0.15249539813288301f,0.9771075394891873f,0.14834422746328854f,2.4956141402983953f,0.22502776926664528f,0.1804856002903987f,-0.9574901833160964f,0.10095352791530489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9623448740483691f,-0.11263127612346768f,-0.24739955341840908f,-0.1627143508795784f,-0.15249539813288301f,0.9771075394891873f,0.14834422746328854f,2.2757649439133285f,0.22502776926664528f,0.1804856002903987f,-0.9574901833160964f,0.060344267849965244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,-0.019402190470349547f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,1.7737999060272909f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,-0.02181738938081619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.05173917458759883f,-0.9985836420687386f,1.3391739535120594e-17f,-0.23309562907877435f,0.9709972802703062f,-0.053204411584368505f,1.409675925925926f,0.9723747529109562f,0.2334252332560951f,-0.00001951138892486784f,-0.10935185185185185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007945101061729704f,-0.3695594317080487f,-0.9291731280040029f,0.230270869406889f,-0.19924778218576517f,0.9099848960393949f,-0.36363142091164996f,0.8099440325565013f,0.9799169335526214f,0.18802477340977108f,-0.06640397518997987f,-0.33864544123357754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007945101061729704f,-0.5326994781184768f,-0.8462671808485908f,0.027179193374219743f,-0.19924778218576517f,0.8284805517645192f,-0.5233739548754901f,1.1258022429167243f,0.9799169335526214f,0.17277511788524447f,-0.09955682787517436f,-0.27277492753982807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03629026174629012f,0.045719086776563916f,-0.998294937384089f,0.3071976873236078f,0.14607967903735894f,0.988465496364848f,0.0399586019342061f,1.2237037003113673f,0.988606971589179f,-0.14438049591447996f,-0.0425503011124585f,-0.016979708678881194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03629026174629012f,-0.991630449050234f,-0.12390346814684705f,-0.014921540414324953f,0.14607967903735894f,0.11738953190291376f,-0.9822832713489306f,1.1484331015427691f,0.988606971589179f,-0.05374709588476183f,0.14059696088189913f,-0.017681996037769307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09378227958610691f,-0.7741162721289816f,-0.6260582091633028f,0.004842855907725726f,-0.03835144689157144f,0.6311718610399285f,-0.7746942934814455f,1.2997083147823902f,0.9948537835063784f,-0.04864235866527976f,-0.08888121503738587f,-0.12382432558791666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09173438522963434f,-0.7288283969346786f,-0.6785233749755182f,0.009892835335321494f,-0.2204675982109493f,0.6496208836070239f,-0.7275896822527962f,1.2624886396922799f,0.9710709761421337f,0.21633741101172504f,-0.10109047379010284f,-0.12871913089226555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,-0.7106491871875887f,-0.703545781104082f,0.004842855907725726f,-0.13052619222005157f,0.6976230142849482f,-0.7044750123918639f,1.2997083147823902f,0.9914443234515327f,0.09110358219961633f,-0.0934788254426118f,-0.12382432558791666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00003112949841665817f,-0.05828582295198894f,-0.9982999358277871f,0.011184925870146863f,-0.04362518476098241f,0.9973496024239891f,-0.058228977316120964f,1.3236346694616323f,0.9990479679602599f,0.04354920650850699f,-0.002573776788095943f,-0.12066775302343075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.002026575957177807f,-0.05846541031818399f,-0.9982873778558038f,0.011184925870146863f,-0.21643381654245641f,0.9746528112129716f,-0.05664186306538703f,1.3236346694616323f,0.9762951889908892f,0.21594835815763486f,-0.014629099844685241f,-0.12066775302343075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,0.011447590232456395f,-0.9999339408368951f,0.011184925870146863f,-0.13052619222005157f,0.9913783437185915f,0.011484456901245749f,1.3236346694616323f,0.9914443234515327f,0.1305294307183334f,0.0004703318831904488f,-0.12066775302343075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02430942998343885f,-0.40731685304336496f,-0.9129633250250144f,0.012907895001891052f,0.05085048960449268f,0.911547230899453f,-0.4080390588491777f,1.3223322775818391f,0.9984103762085326f,-0.056343829000069935f,-0.0014469321847315232f,0.07458454568970221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015660918925693046f,-0.3890876068405504f,-0.9210676249991073f,0.0024892305521435464f,-0.2577596663239823f,0.8884742373367327f,-0.37970183566248467f,1.364032831202367f,0.9660821342075177f,0.24336056334583975f,-0.08637676871151953f,-0.31078025665195563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,-0.2137820050290421f,-0.9768808462066886f,0.028553438517242756f,-0.13052619222005157f,0.968552821684265f,-0.21182149265828168f,1.1889436958635995f,0.9914443234515327f,0.1272897715184176f,-0.02890445575549873f,-0.1305021549951686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,-0.12782772423024982f,-0.9917958490928708f,1.3391739535120594e-17f,-0.13052619222005157f,0.9833286453062148f,-0.12660050736382755f,1.409675925925926f,0.9914443234515327f,0.1293245848180446f,-0.017700430993987885f,-0.10935185185185185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8837087832880128f,0.003263365354489865f,-0.4680257864543178f,0.5825044989771323f,-0.06097194561952736f,0.992256929748575f,-0.10820631780677435f,1.8386519245228041f,0.46404871316165613f,0.12415931625332981f,0.8770651378321432f,-0.3661004967476463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8837087832880128f,0.003263365354489865f,-0.4680257864543178f,0.6653521974103835f,-0.06097194561952736f,0.992256929748575f,-0.10820631780677435f,1.8329358046209734f,0.46404871316165613f,0.12415931625332981f,0.8770651378321432f,-0.32259592988874103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8837087832880128f,0.003263365354489865f,-0.4680257864543178f,0.6941322161619056f,-0.06097194561952736f,0.992256929748575f,-0.10820631780677435f,1.8520248122429048f,0.46404871316165613f,0.12415931625332981f,0.8770651378321432f,-0.47590798399301515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27340783439745675f,-0.7307485005019179f,-0.6255036251727812f,-0.9376166116576202f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5543441097247523f,0.9618680562011208f,-0.21284833330336753f,-0.1717714454438094f,-0.47156195880185947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016557605431784944f,-0.7307485005019179f,-0.6824459500330877f,-0.9252844353555953f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5382038665902393f,0.9443422591270321f,-0.21284833330336753f,0.25082520733935754f,-0.5630850295502483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1315432138882644f,-0.7307485005019179f,-0.6698529778198681f,-0.8309725768336276f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6574823559696643f,0.976246087982814f,-0.21284833330336753f,0.04048657441955345f,-0.5233964803389869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6137230907397622e-8f,-2.1245067531034153e-9f,-0.00001562499152243769f,0.6874695854616797f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5734351521171486f,0.000015491317553930198f,0.0000020394706468943784f,-1.6276478436770382e-8f,-0.079796611793645f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61.mcfunction new file mode 100644 index 000000000..d18084f48 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..60b81858c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3691245337761825f,0.02221209467810672f,-0.7281470633457029f,-0.34378813361419014f,-0.28727113002252486f,0.754577059786533f,-0.12260996347743167f,1.5303989734035892f,0.6694526277971742f,0.31155180650794867f,0.34887403950643303f,-0.11423672425350753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.34239360228736887f,-0.11827253280815742f,-0.7132869191957907f,-0.34378813361419014f,0.02288348269113663f,0.7906013420039915f,-0.12010771932483102f,1.5303989734035892f,0.7226637996555546f,0.03100203226614759f,0.3417541611491589f,-0.11423672425350753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3506116202294222f,0.018947768528289645f,-0.7373309421639256f,-0.3428876541725905f,-0.04947403878730517f,0.8139543186709326f,0.0444424464611762f,1.5140194823631672f,0.735913212064178f,0.0637478911743804f,-0.3482992895838976f,-0.04587886996303117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3244152459297782f,-0.1142868271605868f,-0.7222833719156823f,-0.3428876541725905f,-0.34990519276764875f,0.7181023743116618f,0.04353545775788689f,1.5140194823631672f,0.6421223437029396f,0.33356783589776795f,-0.3411911408168793f,-0.04587886996303117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0830323143554306f,0.005682527830817409f,1.5602818955721536f,-0.0020543330850955085f,1.5573830651969887f,-0.09506816684785742f,0.08322428665852154f,1.5012851053787006f,0.0952358808979723f,1.5595948199867937f,-0.0006119313256446555f,0.7606908263903416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0036368178117227104f,-0.9985804131661783f,0.053140681187475364f,-0.002258898046177314f,-0.060843626782629f,-0.05326354346145353f,-0.9967251617260727f,1.5130664891696388f,0.9981406847915479f,0.00039163604841214983f,-0.060950963774702493f,0.5678936717925043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.9985804131661783f,0.051701828048263454f,-0.008375610015038424f,-0.23299878334542323f,-0.05326354346145353f,-0.9710172819767331f,1.5783645563024764f,0.9723926611931109f,0.00039163604841214983f,-0.23335029264816748f,0.23589581579279234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9790620178443684f,-0.027745756288311985f,-0.20166243631996267f,0.2537111572540933f,0.15902015389546914f,0.5142234391887476f,-0.842785171466583f,1.5313862840071757f,0.12708326353054802f,-0.8572073422439206f,-0.49904450356009256f,-0.4870699145061005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7585390461481152f,-0.027745756288311985f,-0.6510366260639235f,0.00942802487187097f,0.5476725193572751f,0.5142234391887476f,-0.6600220194279519f,1.7096640066797804f,0.3530911029883969f,-0.8572073422439206f,-0.3748629688213432f,-0.34669850375163264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.5801417444057915f,-0.814414806459505f,0.2557917380787638f,-0.23299878334542323f,0.7903291883146524f,-0.5666492222331689f,1.4037282228348356f,0.9723926611931109f,0.1970160665928243f,-0.12504871835437437f,0.0443462778650206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.3083917599719253f,-0.9511731929381138f,0.19202345062816464f,-0.23299878334542323f,0.9241450509768712f,-0.3027663979283516f,1.5751131299059467f,0.9723926611931109f,0.22550043710905482f,-0.06001720854392543f,0.08625250226956885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.5440653030949802f,-0.8389450914993394f,0.20395574946154588f,-0.23299878334542323f,0.8142938619748417f,-0.531636222721562f,1.4661924064773881f,0.9723926611931109f,0.20228309943805223f,-0.11633597955712109f,-0.26137583195011227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.051701828048263676f,-0.9985804131661783f,0.18802052912020784f,-0.23299878334542323f,0.9710172819767331f,-0.05326354346145375f,1.6479252497013914f,0.9723926611931109f,0.23335029264816748f,0.000391636048412098f,-0.21762020435327828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,0.2560726358402742f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.30190605290665f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,0.010053250266789965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,0.2726968053600534f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.1949708426382712f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,-0.10872726283462433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,-0.31286105763946925f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.262667979412794f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,0.15123071309987932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,-0.3688667213298699f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.150723653379242f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,0.05047285482822107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951192952664054f,0.2624168472909283f,-0.16238646821742508f,0.16478963263761226f,0.06783933417562142f,0.6911482252201473f,0.7195220326811744f,2.3538506942104545f,0.3010478226807951f,0.6733880968898471f,-0.6752175052723548f,0.0816742900432343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805332281260493f,0.11038669974494565f,-0.16238646821742508f,0.05295931004642422f,-0.0411152834768202f,0.6932514536234106f,0.7195220326811744f,2.356100990034917f,0.19200031772195134f,0.7121918270862475f,-0.6752175052723548f,0.11096687857434971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9158410354974901f,0.4002676503586931f,-0.03195318098745242f,0.01960118071236698f,0.05033421715964049f,0.19338770054594967f,0.9798304260740613f,2.40442000033996f,0.3983737745909134f,0.8957605736768512f,-0.1972595507556147f,0.06624957558808826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947060909597546f,0.09766671302111135f,-0.03195318098745242f,0.049954033433970035f,-0.011889400749500317f,0.19947676127644925f,0.9798304260740613f,2.40635864087759f,0.10207073408858566f,0.9750231970975414f,-0.1972595507556147f,0.07096249713703498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9671811683562208f,0.25207058892675144f,-0.03195318098745242f,0.12337355503423003f,0.019462017941294624f,0.1988807833783256f,0.9798304260740613f,2.4577882358803773f,0.2533413062150522f,0.9470516628996248f,-0.1972595507556147f,0.1561106922857769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9671811683562208f,0.19542574681184507f,-0.16238646821742508f,0.07940276200156496f,0.019462017941294624f,0.69419685561374f,0.7195220326811744f,2.301593943367286f,0.2533413062150522f,0.6927477918687499f,-0.6752175052723548f,0.00024243911530842654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520446319723199f,-0.179464246598498f,-0.24779750387266591f,-0.22590712518616346f,-0.22031893912827943f,0.9640985261668308f,0.14823493820396796f,2.377842101737774f,0.21229833676710666f,0.19572076035969757f,-0.9574041989515933f,0.12370927697378382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201373f,-0.24779750387266591f,-0.1146476289116051f,-0.06678821020230827f,0.9866943488606987f,0.14823493820396796f,2.395478399145032f,0.24030206439674784f,0.1601003362785952f,-0.9574041989515933f,0.09764347317849903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9327804750085913f,-0.2617574879869217f,-0.24779750387266591f,-0.09289468624469743f,-0.3035072821787827f,0.9412277794243616f,0.14823493820396796f,2.3927080040586532f,0.1944322892608017f,0.21347900300184547f,-0.9574041989515933f,0.09158438732371874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9680144612226644f,0.039298854159778365f,-0.24779750387266591f,-0.12136550451438319f,0.002202800960758977f,0.9889497210493531f,0.14823493820396796f,2.4006320776648233f,0.25088473554946034f,0.1429477152602845f,-0.9574041989515933f,0.1001801531149975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622442921042886f,-0.11261580434021298f,-0.24779750387266591f,-0.18803523800891628f,-0.15253013973844767f,0.9771187029051462f,0.14823493820396796f,2.504748598970367f,0.22543397877003057f,0.18043481106973625f,-0.9574041989515933f,0.10091578770518597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622442921042886f,-0.11261580434021298f,-0.24779750387266591f,-0.1626966820323684f,-0.15253013973844767f,0.9771187029051462f,0.14823493820396796f,2.284896890816709f,0.22543397877003057f,0.18043481106973625f,-0.9574041989515933f,0.060317955214495386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,-0.019388185518098865f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,1.7829322214820156f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,-0.021852343960640896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.051701828048263676f,-0.9985804131661783f,1.3392578644964455e-17f,-0.23299878334542323f,0.9710172819767331f,-0.05326354346145375f,1.4188007407407408f,0.9723926611931109f,0.23335029264816748f,0.000391636048412098f,-0.10935870370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008225268023067504f,-0.3765896967527147f,-0.9263436431830505f,0.2338571414087264f,-0.1991843126550217f,0.9071940263461798f,-0.3705733505717234f,0.8207013108814801f,0.9799275251558632f,0.18756118698042318f,-0.06754884588502945f,-0.3383846461349102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008225268023067504f,-0.5390963880719017f,-0.8422039119677479f,0.02832664345631388f,-0.1991843126550217f,0.824471349242761f,-0.529691045676598f,1.1350310127802827f,0.9799275251558632f,0.17211065814077517f,-0.10059804568804478f,-0.27276745771873967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03730540960892547f,0.038246103411538696f,-0.9985717510463352f,0.30756154374113615f,0.145898481799761f,0.9887682107055815f,0.03242003248930797f,1.2352030901255615f,0.9885959434584156f,-0.1444806598542409f,-0.0424664515311562f,-0.01702805855393452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03730540960892547f,-0.9924927329055505f,-0.11647524004517905f,-0.013980569972789625f,0.145898481799761f,0.10989795204518168f,-0.9831765218641056f,1.157503812117554f,0.9885959434584156f,-0.05367136355587347f,0.14070339481198796f,-0.017694714698614084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09492216558991727f,-0.7819273961423148f,-0.6161000970960966f,0.005264139524604327f,-0.03952748864667978f,0.6213670112950116f,-0.7825219581044301f,1.3088521180887331f,0.9946996331159506f,-0.04992578929175075f,-0.08988912861180032f,-0.12382834302166422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09291333898702898f,-0.7373099959913242f,-0.6691345763368941f,0.010790737399321924f,-0.21929155645584097f,0.6403859482650465f,-0.7360822308219728f,1.2716990195614486f,0.9712251668410656f,0.21512742055802767f,-0.10218545991770708f,-0.12871399658623978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,-0.719531847907882f,-0.694458705406221f,0.005264139524604327f,-0.13052619222005157f,0.6886130084378024f,-0.7132846821254283f,1.3088521180887331f,0.991444343779695f,0.08992243577944004f,-0.09461537259210151f,-0.12382834302166422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0003425521982946246f,-0.062064770636223156f,-0.9980720649852217f,0.01151449109560775f,-0.04362200427952355f,0.9971229933069486f,-0.06199078126002475f,1.3328022131317814f,0.9990480485945752f,0.04351666881166363f,-0.0030489563636283885f,-0.12066886479451869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0016758983370281392f,-0.06224093200783641f,-0.9980597465821172f,0.01151449109560775f,-0.21643699702391528f,0.9744262020959312f,-0.06040366700929081f,1.3328022131317814f,0.976295148858189f,0.21591582399559203f,-0.01510427966739502f,-0.12066886479451869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,0.007649215626524736f,-0.9999702311411651f,0.01151449109560775f,-0.13052619222005157f,0.9914148356508337f,0.007716009069758695f,1.3328022131317814f,0.991444343779695f,0.13053012354138557f,-0.000005959893773988673f,-0.12066886479451869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024976663495075314f,-0.4142029119520583f,-0.9098418071352236f,0.013149360683355057f,0.0507633962631365f,0.9084260880957898f,-0.41495194910593225f,1.331506907681084f,0.9983983392817144f,-0.05655077539181805f,-0.0016631061597488124f,0.0745842386000764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016172074447828644f,-0.397223346888147f,-0.9175794661472285f,0.0027571607348998075f,-0.25769592649787143f,0.8850410550019625f,-0.3876791720319997f,1.3731667486544386f,0.966090717000457f,0.24272606709620637f,-0.08804988857204984f,-0.3107856816782273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,-0.21749119108211032f,-0.976061758020414f,0.029395160786094797f,-0.13052619222005157f,0.9677406620177152f,-0.21550156431462042f,1.1981776218625713f,0.991444343779695f,0.12718330424705637f,-0.029368696056352308f,-0.13049434898197027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,-0.13159418394980285f,-0.9913031546498788f,1.3392578644964455e-17f,-0.13052619222005157f,0.9828403155309667f,-0.13033735961543777f,1.4188007407407408f,0.991444343779695f,0.12925898389502855f,-0.01817218395445254f,-0.10935870370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48696648892044336f,0.006745482764391426f,-0.8733946056226652f,0.5402891866427106f,-0.11393982004832151f,0.9919156200291679f,-0.055866986221805734f,1.858110508189214f,0.8659569019736788f,0.12671977432282075f,0.4837982458832623f,-0.4439506227819013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.48696648892044336f,0.006745482764391426f,-0.8733946056226652f,0.5859422949790021f,-0.11393982004832151f,0.9919156200291679f,-0.055866986221805734f,1.8474286500596837f,0.8659569019736788f,0.12671977432282075f,0.4837982458832623f,-0.3627671632218689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48696648892044336f,0.006745482764391426f,-0.8733946056226652f,0.6941249316542561f,-0.11393982004832151f,0.9919156200291679f,-0.055866986221805734f,1.8611496270577197f,0.8659569019736788f,0.12671977432282075f,0.4837982458832623f,-0.47592862988437445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27338871966289735f,-0.730752730176753f,-0.6255070385697535f,-0.9376238094768747f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5634689245395674f,0.9618734892963376f,-0.21283381149395497f,-0.17175901511665642f,-0.4715501778373805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01657637182845831f,-0.730752730176753f,-0.6824409653854507f,-0.9252934519654765f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5473286814050544f,0.9443419299002804f,-0.21283381149395497f,0.25083876916690806f,-0.5630734936383277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.131523813454914f,-0.730752730176753f,-0.6698521731199342f,-0.8309808047531855f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6666071707844794f,0.9762487018767703f,-0.21283381149395497f,0.04049988603535131f,-0.5233868186431568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.582938037857015e-8f,-2.083977462099678e-9f,-0.00001562499184280602f,0.6874701726611399f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5825599669319634f,0.000015491317871557738f,0.000002039470688710837f,-1.5965971477865078e-8f,-0.07981712536038428f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62.mcfunction new file mode 100644 index 000000000..45b86a9a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..e8464c510 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3937133303706465f,0.026575527408922325f,-0.7150020973926134f,-0.34076895541071706f,-0.2829697702684974f,0.7553507630088777f,-0.1277410598850051f,1.5385857957431677f,0.6571623597309056f,0.30932735186091825f,0.3733613086382462f,-0.11564796149777007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.36628280978160355f,-0.12354120763624504f,-0.7004102178539887f,-0.34076895541071706f,0.027066361035762765f,0.7896890965739709f,-0.12513409947918866f,1.5385857957431677f,0.7107069124180344f,0.03359614215894324f,0.36574169009460855f,-0.11564796149777007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3750210516745914f,0.023279574343885775f,-0.7250942812239628f,-0.339802773040725f,-0.04781900921443125f,0.8136777497473408f,0.05085574076049303f,1.521487704487174f,0.7238901833863186f,0.06581052673331093f,-0.37228540316865855f,-0.04426294520897263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3481302674125021f,-0.11951688587961543f,-0.7102964387500045f,-0.339802773040725f,-0.34830367150099256f,0.7184724994020564f,0.04981786850007481f,1.521487704487174f,0.6304679764510077f,0.3309274566919479f,-0.36468774187950226f,-0.04426294520897263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08307630708286196f,0.0062332859764044094f,1.5602774507591302f,-0.0017538119627336065f,1.5573874944110095f,-0.09492773272881633f,0.08330166751730704f,1.5090424484716622f,0.09512502012442134f,1.5596012701023625f,-0.0011656935384836767f,0.7606777815670818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00398930302489839f,-0.9985775684858433f,0.05316883653303143f,-0.0020264631349455582f,-0.0607537489464427f,-0.05331306721107625f,-0.9967279964230461f,1.5208064965038612f,0.998144812865512f,0.0007460438646291233f,-0.06088001287962988f,0.5678796526676824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.9985775684858433f,0.051668347235933304f,-0.008262654877466549f,-0.23291076319548665f,-0.05331306721107625f,-0.9710356807307562f,1.5860744250312595f,0.9724090470459889f,0.0007460438646291233f,-0.23328113648913798f,0.2358780931181933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9800891884119866f,-0.028078349710660384f,-0.19656243037635412f,0.25477174888446774f,0.15447576347391123f,0.5141381124959848f,-0.8436819541617671f,1.540186203637966f,0.12474943389484949f,-0.8572476932349204f,-0.4995637808992188f,-0.48652935403306713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7619099617139224f,-0.028078349710660384f,-0.6470740425319307f,0.00933048349299341f,0.5441326748155407f,0.5141381124959848f,-0.6630095274407081f,1.7173224039869917f,0.3513016402454933f,-0.8572476932349204f,-0.37644860207501657f,-0.3467342185885828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.5801119785294435f,-0.8144303965077966f,0.25584628500087697f,-0.23291076319548665f,0.790318096575133f,-0.5667008757832961f,1.411433989596038f,0.9724090470459889f,0.19714816406072197f,-0.12471265625668643f,0.04425176811661718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.3083586837331626f,-0.9511791106597871f,0.19208416235928533f,-0.23291076319548665f,0.9241500051189663f,-0.3028189961450742f,1.5828194968299374f,0.9724090470459889f,0.2255253648815714f,-0.05965697795015977f,0.08616491791972332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.5440348855207955f,-0.8389593683400687f,0.20390015973135098f,-0.23291076319548665f,0.8142850338884122f,-0.5316883109238375f,1.4738681268615792f,0.9724090470459889f,0.202400412355613f,-0.11599447530546268f,-0.2614577851480155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.051668347235933526f,-0.9985775684858433f,0.18797123482157693f,-0.23291076319548665f,0.9710356807307562f,-0.05331306721107647f,1.6556041103285268f,0.9724090470459889f,0.23328113648913798f,0.0007460438646290715f,-0.2177129092821482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,0.25607057171354153f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.3096087471636135f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,0.009877946074019747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,0.2726584638965327f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.20266368840613f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,-0.10889877193201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,-0.3128117092608802f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.270355124667187f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,0.1512581197697942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,-0.3688470869895172f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.1583989651654796f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,0.05052993457599095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510908608573505f,0.26261827084945744f,-0.16265859402338723f,0.16481007017785054f,0.06781917981205249f,0.6912217586619935f,0.7194532918833862f,2.3615552940084488f,0.3013747388936978f,0.6732340782879769f,-0.675225253221837f,0.0815262740579205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980463902825523f,0.11060161412239279f,-0.16265859402338723f,0.052989898596674384f,-0.04114669287136717f,0.6933209289094829f,0.7194532918833862f,2.363802672070474f,0.1923473028713767f,0.7120908456718238f,-0.675225253221837f,0.11085781244926049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.915704001315955f,0.4005716405588795f,-0.03207090198166644f,0.019613715579387625f,0.05032456350235f,0.1934880614057114f,0.9798111085315155f,2.412116008087184f,0.39868987983424875f,0.8956029984727765f,-0.19733638499862294f,0.06614785040471477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946697018464317f,0.09799817077279313f,-0.03207090198166644f,0.04996812019195894f,-0.011929595134408968f,0.199569226981946f,0.9798111085315155f,2.414056578539391f,0.10242006145604601f,0.9749710160651011f,-0.19733638499862294f,0.07084997034537166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670933758371993f,0.2523922733720114f,-0.03207090198166644f,0.12341489479720996f,0.019436783239136904f,0.19897839846465043f,0.9798111085315155f,2.4654974688249265f,0.2536781698710485f,0.9469454774624309f,-0.19733638499862294f,0.15596783355848914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670933758371993f,0.19563380127714303f,-0.16265859402338723f,0.07939728950985285f,0.019436783239136904f,0.6942688040344847f,0.7194532918833862f,2.309286987917168f,0.2536781698710485f,0.6926169529706747f,-0.675225253221837f,0.00012901914008757454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9519593023576389f,-0.1794435888628298f,-0.24814005132341183f,-0.22587313758569028f,-0.22034710963533155f,0.9641072026053018f,0.14813660303900117f,2.3855310886916548f,0.21265144704448383f,0.1956969603765146f,-0.9573306961386332f,0.12369589317289639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683102654883774f,-0.02831509630997585f,-0.24814005132341183f,-0.11462365013104595f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.4031705653987636f,0.24064710416302038f,0.16002159069535732f,-0.9573306961386332f,0.09758955241862188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326972705391516f,-0.26172947189422857f,-0.24814005132341183f,-0.09287269261917154f,-0.3035361016899899f,0.9412339676248991f,0.14813660303900117f,2.4004007054241816f,0.19478613015217824f,0.21348606917328056f,-0.9573306961386332f,0.09152309974528447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679266716210606f,0.039299787452230464f,-0.24814005132341183f,-0.12134089312202243f,0.0021773042359595762f,0.9889645120965309f,0.14813660303900117f,2.408324138441874f,0.2512234418019943f,0.14284509273993296f,-0.9573306961386332f,0.10012812120624645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9621577293374646f,-0.11260114921877669f,-0.24814005132341183f,-0.18801553543646618f,-0.15255763638580805f,0.9771293232834848f,0.14813660303900117f,2.5124374165085364f,0.2257845686856173f,0.18038643733432347f,-0.9573306961386332f,0.10087774358106538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9621577293374646f,-0.11260114921877669f,-0.24814005132341183f,-0.16268027686224146f,-0.15255763638580805f,0.9771293232834848f,0.14813660303900117f,2.2925833187697524f,0.2257845686856173f,0.18038643733432347f,-0.9573306961386332f,0.06029079518084267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,-0.01937563021347506f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,1.7906183802740334f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,-0.021884573816573258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.051668347235933526f,-0.9985775684858433f,1.3393349718875029e-17f,-0.23291076319548665f,0.9710356807307562f,-0.05331306721107647f,1.42648f,0.9724090470459889f,0.23328113648913798f,0.0007460438646290715f,-0.109365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008469282867184293f,-0.38248213274903764f,-0.9239240712176856f,0.2368612390694976f,-0.19912599451493052f,0.9048075206832386f,-0.3763936620394804f,0.8297703687474134f,0.9799372987881192f,0.1871650839307329f,-0.06849906423482176f,-0.33816426051567106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008469282867184293f,-0.5444492227142184f,-0.8387510447883799f,0.02928997290970186f,-0.19912599451493052f,0.8210641383188902f,-0.5349789893772448f,1.1428010714814902f,0.9799372987881192f,0.17154802433295946f,-0.10146016849632604f,-0.27276157623873026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03814861190668448f,0.03195558212692359f,-0.9987609945229752f,0.30785431822222714f,0.1457375308656703f,0.9889795812484717f,0.02607604208416446f,1.2448795439605957f,0.9885875052350049f,-0.1445621964571884f,-0.04238532586523629f,-0.01707193875807622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03814861190668448f,-0.9931749416193565f,-0.11021895821037864f,-0.013188054514716066f,0.1457375308656703f,0.10359010198691615f,-0.9838849845726472f,1.165140302395143f,0.9885875052350049f,-0.05359688526144326f,0.14079104511118845f,-0.017705489861014348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09586017577058219f,-0.7884023264709152f,-0.6076451253128597f,0.005618308359765399f,-0.04052825834573086f,0.6130415708531859f,-0.7890104515665934f,1.316548579691318f,0.9945693977680465f,-0.05100788195079649f,-0.09071884590424871f,-0.12383215901932684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09390268605539488f,-0.744352188219968f,-0.6611521046202053f,0.011545195896837895f,-0.21829078675678987f,0.6325334026015343f,-0.7431356720077613f,1.279456148129651f,0.9713554539758777f,0.2141058487885618f,-0.1030886392666324f,-0.12870957123954402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,-0.726914876617482f,-0.6867268653600849f,0.005618308359765399f,-0.13052619222005157f,0.6809458139687881f,-0.720607876436914f,1.316548579691318f,0.9914443698965826f,0.08892446564683668f,-0.0955536540891704f,-0.12383215901932684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0005951248650841023f,-0.06524233737037262f,-0.9978692716187053f,0.01179147068785233f,-0.04362029576052186f,0.9969213514698683f,-0.06515434583553203f,1.3405183760311843f,0.9990480046645203f,0.043488577787069466f,-0.0034391827369963683f,-0.1206703272248717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0013717428366019067f,-0.06541399682203979f,-0.9978572680205102f,0.01179147068785233f,-0.216438705542917f,0.9742245602588508f,-0.0635672315847981f,1.3405183760311843f,0.9762952448232536f,0.21588773751238174f,-0.015494506358327494f,-0.1206703272248717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,0.004455345953314538f,-0.9999895876195581f,0.01179147068785233f,-0.13052619222005157f,0.9914344387079338f,0.004546084955043134f,1.3405183760311843f,0.9914443698965826f,0.1305293209831439f,-0.00039719522612870206f,-0.1206703272248717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.025528288664717517f,-0.41997858274053324f,-0.9071748985267967f,0.01335404961241091f,0.05068827948805965f,0.9057595487919764f,-0.4207497333269452f,1.339228762892409f,0.9983882034561462f,-0.05672415544905157f,-0.001834499441434545f,0.07458340576135528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016610921080231687f,-0.4040416932807992f,-0.9145897372000468f,0.0029806092468716763f,-0.2576408763078484f,0.8820975063677771f,-0.39436679387985174f,1.3808544581260822f,0.9660979537066572f,0.24218649704418704f,-0.08944520385842769f,-0.31079070968530514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,-0.22060755634273466f,-0.9753621540430942f,0.030102650224271672f,-0.13052619222005157f,0.9670466848779365f,-0.21859465320800314f,1.2059511172029118f,0.9914443698965826f,0.12709451345782066f,-0.02974972351616241f,-0.13048830145226606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,-0.1347596650040266f,-0.9908778220058717f,1.3393349718875029e-17f,-0.13052619222005157f,0.9824185596436096f,-0.1334791624648194f,1.42648f,0.9914443698965826f,0.12920373971281957f,-0.018559500116927714f,-0.109365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06578886915064273f,0.008341194712875187f,-0.9977987017262757f,0.5475294070304397f,-0.13025182949465905f,0.9913373231904291f,0.016875205567011203f,1.8774657216595927f,0.9892958534276659f,0.13107530705818132f,-0.06413250556800039f,-0.531946170949232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06578886915064273f,0.008341194712875187f,-0.9977987017262757f,0.541361700547567f,-0.13025182949465905f,0.9913373231904291f,0.016875205567011203f,1.8652546126444685f,0.9892958534276659f,0.13107530705818132f,-0.06413250556800039f,-0.4391996846903883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06578886915064273f,0.008341194712875187f,-0.9977987017262757f,0.6941153590479447f,-0.13025182949465905f,0.9913373231904291f,0.016875205567011203f,1.8688288863169789f,0.9892958534276659f,0.13107530705818132f,-0.06413250556800039f,-0.4759530519846101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27336360182833197f,-0.7307582877319141f,-0.6255115235601674f,-0.9376332671907748f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.571148183798827f,0.9618806280643515f,-0.2128147290178569f,-0.1717426809723922f,-0.4715319895092676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016601031756371037f,-0.7307582877319141f,-0.6824344149116051f,-0.9253052996641754f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.555007940664314f,0.9443414967136652f,-0.2128147290178569f,0.25085658990277826f,-0.56305562726598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13149832028372666f,-0.7307582877319141f,-0.6698511153037511f,-0.8309916161319124f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.674286430043739f,0.9762521360715993f,-0.2128147290178569f,0.04051737810736906f,-0.5233714151037292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5424850131060206e-8f,-2.030720044665346e-9f,-0.000015624992254403664f,0.6874709438563891f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5902392261912226f,0.000015491318279634105f,0.00000203947074243511f,-1.555795055479589e-8f,-0.07984137381760911f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63.mcfunction new file mode 100644 index 000000000..205dac777 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..c1931e69a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42619464801576723f,0.032326339725081595f,-0.6958861790602965f,-0.336760479667755f,-0.27690609406114314f,0.7564325172377631f,-0.13445187384929563f,1.5452177369966738f,0.6392382822695788f,0.3061197462918133f,0.40572104191885133f,-0.11778363040893775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3978350368745277f,-0.13051296697988152f,-0.6816844203039639f,-0.336760479667755f,0.032959659740450675f,0.7883949991053935f,-0.13170795805645288f,1.5452177369966738f,0.6932827303956421f,0.03741244225809079f,0.3974410206552013f,-0.11778363040893775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40759581687357355f,0.029046863985072013f,-0.7070830037585695f,-0.3357124971402957f,-0.045255918806757424f,0.8132383722657216f,0.059495345465003076f,1.5270649747120197f,0.7062308378459304f,0.06887723870537062f,-0.4042751218022239f,-0.04197090226828534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3797732437772694f,-0.12650876385245824f,-0.6926527383757416f,-0.3357124971402957f,-0.3458192999904008f,0.7190356867055891f,0.058281154741227505f,1.5270649747120197f,0.6133362006803772f,0.32708288538586766f,-0.39602460911238263f,-0.04197090226828534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08310890648203324f,0.006672936174265516f,1.5602738963355676f,-0.001513698728505659f,1.5573913130100157f,-0.09481305575553883f,0.08336085783649555f,1.5150054824960122f,0.0950339824710086f,1.5596064267567988f,-0.0016080406054454557f,0.7606669930209018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0042706791515294985f,-0.9985752936547633f,0.05318970014850105f,-0.0018407006449082403f,-0.0606803556835451f,-0.0533509490153569f,-0.99673044032641f,1.5267553730604344f,0.9981481131243513f,0.001029145987484662f,-0.06082174878144572f,0.5678680853130371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.9985752936547633f,0.05164003343457518f,-0.008172195925760932f,-0.23283890932053175f,-0.0533509490153569f,-0.9710508321120918f,1.5919987029603595f,0.9724224146209538f,0.001029145987484662f,-0.2332243306374572f,0.23586349468803078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9808586172610169f,-0.028343213429280964f,-0.1926474375570762f,0.25557771133313845f,0.15098278292493517f,0.514068398576345f,-0.844356489194815f,1.5469482484754422f,0.12296573589844956f,-0.8572807847127184f,-0.49994908136459093f,-0.48611611077816347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7644809455305073f,-0.028343213429280964f,-0.6440229391669859f,0.009253062803638926f,0.5414046662639664f,0.514068398576345f,-0.6652929196472446f,1.723204599135385f,0.34992838019855466f,-0.8572807847127184f,-0.37765034740346975f,-0.3467633407882643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.5800868766457312f,-0.8144436909291036f,0.25588979577729776f,-0.23283890932053175f,0.7903105212419401f,-0.5667409658042358f,1.4173542407377115f,0.9724224146209538f,0.19725236515107475f,-0.12444336858611872f,0.044176148733604856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.3083307459315824f,-0.9511842414927273f,0.19213287940579657f,-0.23283890932053175f,0.9241548356970916f,-0.30285950862422456f,1.5887404005020147f,0.9724224146209538f,0.2255437668634526f,-0.059368819861928095f,0.08609454989636517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.5440092276340016f,-0.838971555179243f,0.20385582737246813f,-0.23283890932053175f,0.8142792144674109f,-0.5317286932193535f,1.4797639720750095f,0.9724224146209538f,0.20249276810640163f,-0.1157208987493641f,-0.2615234488296279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.051640033434575405f,-0.9985752936547633f,0.18793222551814298f,-0.23283890932053175f,0.9710508321120918f,-0.05335094901535711f,1.6615025596646809f,0.9724224146209538f,0.2332243306374572f,0.0010291459874846101f,-0.2177874546726829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,0.25607033127958145f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.315526481490406f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,0.009736369028511126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,0.27262907965623506f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.208573337730948f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,-0.10903713555970668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,-0.31277090710258293f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.2762616209947546f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,0.15127846964208352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,-0.36883018915769494f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.164295941852873f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,0.05057416938751323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510091408421375f,0.26278021275151825f,-0.16287471817616833f,0.1648278906655089f,0.06780516107132961f,0.6912811336920159f,0.7193975634748646f,2.367474818485683f,0.301635664613438f,0.6731099122637758f,-0.675232531684798f,0.08140639823702861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9804085222141202f,0.11077434607777496f,-0.16287471817616833f,0.053015838786748315f,-0.041169827319187266f,0.693377379920153f,0.7193975634748646f,2.3697201006845003f,0.19262444000809759f,0.712009026112805f,-0.675232531684798f,0.11076903414576514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155944098004883f,0.4008146676227729f,-0.03216331700153835f,0.01962532038278371f,0.05031902994955266f,0.19356899599333313f,0.9797954067125794f,2.4180288878384726f,0.39894219125962516f,0.8954767702227565f,-0.19739929590651928f,0.06606486095893202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946405736143525f,0.09826316888626346f,-0.03216331700153835f,0.04998096466869968f,-0.01195986801886299f,0.19964449038704365f,0.9797954067125794f,2.419970956501621f,0.10269903055571236f,0.9749289343836952f,-0.19739929590651928f,0.07075835158900122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670231513838753f,0.2526494522595629f,-0.03216331700153835f,0.12344957874844775f,0.019418656854639046f,0.19905747097482368f,0.9797954067125794f,2.471420882657864f,0.2539471213728566f,0.9468602734944846f,-0.19739929590651928f,0.15585190231388402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670231513838753f,0.19580104919696514f,-0.16287471817616833f,0.07939434267913068f,0.019418656854639046f,0.6943270565319989f,0.7193975634748646f,2.3151972949381645f,0.2539471213728566f,0.6925112906667862f,-0.675232531684798f,0.00003686191385738127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518914344960845f,-0.179425514610826f,-0.248413328224608f,-0.22584442287700607f,-0.2203676706897838f,0.9641147418929732f,0.14805692884632132f,2.3914388650383724f,0.21293376117409266f,0.19567638889576305f,-0.957272147396428f,0.12368348706256982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682404057568756f,-0.028307861454622427f,-0.248413328224608f,-0.11460290930796416f,-0.06683380509898082f,0.9867179882400984f,0.14805692884632132f,2.4090806525174235f,0.2409227244486338f,0.15995710882383157f,-0.957272147396428f,0.09754474917389848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326312362101581f,-0.26170555134632795f,-0.248413328224608f,-0.09285354346904988f,-0.30355724159563924f,0.9412396862093322f,0.14805692884632132f,2.4063111737459804f,0.19506916291397525f,0.21349018127087818f,-0.957272147396428f,0.09147241865427139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678564773863563f,0.0393021315153136f,-0.248413328224608f,-0.12131963817808893f,0.002158966130711565f,0.9889764833836252f,0.14805692884632132f,2.4142341566238734f,0.2514938926624665f,0.14276154164378865f,-0.957272147396428f,0.100084817816678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620887660025245f,-0.11258785321744497f,-0.248413328224608f,-0.18799802573401325f,-0.15257762144044257f,0.9771382784724854f,0.14805692884632132f,2.5183449563197278f,0.22606476011823853f,0.18034622272649545f,-0.957272147396428f,0.10084544313947724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620887660025245f,-0.11258785321744497f,-0.248413328224608f,-0.16266575876008818f,-0.15257762144044257f,0.9771382784724854f,0.14805692884632132f,2.298488843663419f,0.22606476011823853f,0.18034622272649545f,-0.957272147396428f,0.060267543026015835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,-0.019365012537965763f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,1.7965233213012937f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,-0.021911061196138726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.051640033434575405f,-0.9985752936547633f,1.339398472091903e-17f,-0.23283890932053175f,0.9710508321120918f,-0.05335094901535711f,1.4323792592592592f,0.9724224146209538f,0.2332243306374572f,0.0010291459874846101f,-0.10937018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008667379060958234f,-0.38699239360652815f,-0.9220421703105036f,0.2391588605830464f,-0.19907800312333013f,0.9029509907163906f,-0.38085096433738497f,0.8367470631778476f,0.979945317460439f,0.18685929373456014f,-0.06921545443309869f,-0.33799579829640247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008667379060958234f,-0.5485410096359951f,-0.8360787267283726f,0.03002760065932329f,-0.19907800312333013f,0.8184264172914114f,-0.539023328022055f,1.1487721347701982f,0.979945317460439f,0.17111680287764724f,-0.10210883683742267f,-0.27275751719929947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03878374622191928f,0.027121679635591256f,-0.9988794899900276f,0.30807141607771793f,0.14560844525798375f,0.9891150662821405f,0.02120297911212335f,1.2523122439315197f,0.9885818133561562f,-0.14462295857650245f,-0.04231073331948694f,-0.017109396301971145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03878374622191928f,-0.9936723354227364f,-0.10540925407438645f,-0.012578355763931022f,0.14560844525798375f,0.0987426910749416f,-0.9844023880653842f,1.171008420704236f,0.9885818133561562f,-0.05352729000055434f,0.1408574723848545f,-0.017713773274616137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09656180128473503f,-0.7933149141433988f,-0.6011050370195703f,0.005890059187485535f,-0.04130381862377652f,0.6066007842050422f,-0.7939329210764107f,1.3224618109575272f,0.9944696139650226f,-0.051835659535494724f,-0.09134139970888751f,-0.12383541977035481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09466640911650322f,-0.7497008522561216f,-0.6549709177600419f,0.012123880023933891f,-0.21751522647874422f,0.6264516795010704f,-0.7484954371939677f,1.2854188560120823f,0.9714552986292715f,0.21332352279280656f,-0.10376741968642897f,-0.12870620940744626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,-0.732528112360967f,-0.6807361095948391f,0.005890059187485535f,-0.13052619222005157f,0.6750040158909114f,-0.7261766256742752f,1.3224618109575272f,0.9914444005843053f,0.08815975914225609f,-0.0962593237977844f,-0.12383541977035481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0007775469930409035f,-0.06768135045580485f,-0.9977066854647972f,0.012003943747223604f,-0.043619583415564614f,0.9967596774696674f,-0.06758311411304686f,1.3464465690626246f,0.999047910444402f,0.04346700094373932f,-0.003727259801886006f,-0.1206718704614033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011269256633413842f,-0.06784756434585423f,-0.9976950626573654f,0.012003943747223604f,-0.21643941788787424f,0.97406288625865f,-0.06599599986231293f,1.3464465690626246f,0.9762954001852652f,0.2158661660052437f,-0.015782583796360033f,-0.1206718704614033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,0.0020043353385905682f,-0.999997534469605f,0.012003943747223604f,-0.13052619222005157f,0.9914426119497053f,0.0021119552268327457f,1.3464465690626246f,0.9914444005843053f,0.1305278891662486f,-0.0006860756742722122f,-0.1206718704614033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02594020063804373f,-0.42440351256498016f,-0.9051015216611696f,0.013513252795728816f,0.05062945293906304f,0.903686473862845f,-0.4251910340687216f,1.3451611603636024f,0.9983805709677793f,-0.05685433562925842f,-0.0019544907793067577f,0.07458230929071509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01695892184672745f,-0.40926020014954867f,-0.9122600964326718f,0.0031498464756867413f,-0.25759771499231277f,0.8798027462590836f,-0.3994878532642934f,1.386760698140911f,0.9661034169282994f,0.24177099960194928f,-0.09050398638147636f,-0.31079490058444076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,-0.2229975353664893f,-0.9748185397938991f,0.030645460019680507f,-0.13052619222005157f,0.9665070885912802f,-0.22096823492832907f,1.2119242609161336f,0.9914444005843053f,0.12702813437691043f,-0.030030877888414964f,-0.13048418642167733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,-0.1371879285396983f,-0.9905445767699831f,1.339398472091903e-17f,-0.13052619222005157f,0.9820878879615399f,-0.13589074090524297f,1.4323792592592592f,0.9914444005843053f,0.129162117442493f,-0.01884536993001066f,-0.10937018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.596869641142769f,0.007178371743796336f,-0.8023061151837309f,0.6017361264586907f,-0.10480057479049495f,0.9906954489176955f,0.08682952848742004f,1.8926651017926557f,0.7954643115851797f,0.1359080515380663f,-0.5905637395924697f,-0.6018521125100029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.596869641142769f,0.007178371743796336f,-0.8023061151837309f,0.545779597601556f,-0.10480057479049495f,0.9906954489176955f,0.08682952848742004f,1.8828400479060468f,0.7954643115851797f,0.1359080515380663f,-0.5905637395924697f,-0.5272773332988924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.596869641142769f,0.007178371743796336f,-0.8023061151837309f,0.694103779307683f,-0.10480057479049495f,0.9906954489176955f,0.08682952848742004f,1.8747281455762381f,0.7954643115851797f,0.1359080515380663f,-0.5905637395924697f,-0.4759801619655772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27333321882840605f,-0.7307650095329676f,-0.6255169480734988f,-0.9376447064691849f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5770474430580856f,0.9618892623035836f,-0.21279164649512117f,-0.17172292289313787f,-0.471507557550105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016630860604192332f,-0.7307650095329676f,-0.6824264907796629f,-0.9253196299001871f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5609071999235726f,0.9443409718668067f,-0.21279164649512117f,0.2508781457910391f,-0.5630315846639026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1314674834026434f,-0.7307650095329676f,-0.6698498351496828f,-0.8310046929122336f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6801856893029976f,0.9762562892138403f,-0.21279164649512117f,0.040538536632659515f,-0.5233503516019027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4935526816682933e-8f,-1.9662994081998356e-9f,-0.000015624992738036885f,0.6874718760743757f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5961384854504819f,0.00001549131875912977f,0.0000020394708055619123f,-1.5064404888827904e-8f,-0.07986827411945419f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64.mcfunction new file mode 100644 index 000000000..463dc6573 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..6f14505e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46320240658817824f,0.03886995584031653f,-0.6714738278654919f,-0.3321797292837231f,-0.26940867180142997f,0.7577630275232786f,-0.1419810061993812f,1.5499209513225827f,0.6162847901202445f,0.3020409990318718f,0.44261578916111816f,-0.12057238299653873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4337810066680564f,-0.13846406223913266f,-0.657770280358033f,-0.3321797292837231f,0.04024378631860748f,0.7867885585532427f,-0.1390834346442918f,1.5499209513225827f,0.6709802351163483f,0.04232573210174062f,0.4335828138721158f,-0.12057238299653873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4449738571424763f,0.035655770753860935f,-0.6838650282885795f,-0.3310368692771106f,-0.04175187470640258f,0.8126290272046006f,0.06953624628529896f,1.5304123806983123f,0.6835199279192175f,0.07285035758935579f,-0.44095099272011506f,-0.03907962170588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4160788034470975f,-0.13453957826802543f,-0.669908599139833f,-0.3310368692771106f,-0.3424196256542513f,0.71979778779288f,0.06811713921825205f,1.5304123806983123f,0.5912928456262887f,0.32216493690024395f,-0.4319519928686842f,-0.03907962170588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08312823152521623f,0.006979471191247811f,1.5602715257625452f,-0.00134599080922023f,1.5573939856179422f,-0.09473584705193584f,0.08339869809782613f,1.5188332412540506f,0.09497326299833111f,1.5596097769202533f,-0.0019165203382862323f,0.7606596707236983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004466861562398167f,-0.9985737764880289f,0.053202068176138165f,-0.0017108873720291405f,-0.06063094211323919f,-0.05337516678260847f,-0.996732150795483f,1.530573599361421f,0.9981502572289621f,0.001226573016502759f,-0.06078288831893214f,0.5678602503047454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.9985737764880289f,0.05161814684594403f,-0.00810873239916901f,-0.232790543473228f,-0.05337516678260847f,-0.971061097171732f,1.5958003738702382f,0.9724312742002966f,0.001226573016502759f,-0.2331864328725466f,0.2358536786963138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9813419563657895f,-0.028526741251759424f,-0.19014255102349015f,0.2560866743858491f,0.1487410265362878f,0.5140214390416583f,-0.8447828521167285f,1.5512873091954944f,0.12183624953640362f,-0.8573028550279641f,-0.5001877078255775f,-0.485854785579234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7661180765258804f,-0.028526741251759424f,-0.6420664434883985f,0.009199683895120558f,0.5396506867941099f,0.5140214390416583f,-0.6667526501246086f,1.7269779108894014f,0.34905619757129575f,-0.8573028550279641f,-0.3784066406631505f,-0.346783025225581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.5800676025110094f,-0.8144541710191574f,0.2559201081763633f,-0.232790543473228f,0.7903061665085721f,-0.5667669062744969f,1.4211528599142702f,0.9724312742002966f,0.19732647996570218f,-0.1242564978644289f,0.044123452963342254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.3083092124387288f,-0.9511884406881658f,0.19216720308980065f,-0.232790543473228f,0.9241584829639119f,-0.3028855579840019f,1.5925395407326037f,0.9724312742002966f,0.22555825830869466f,-0.059168311332466306f,0.08604582445039459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.5439895147088777f,-0.838981184568625f,0.20382499107484656f,-0.232790543473228f,0.8142759953862049f,-0.5317547989508363f,1.483546224640679f,0.9724312742002966f,0.20255866119375143f,-0.11553097304438542f,-0.26156907098215376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.05161814684594425f,-0.9985737764880289f,0.18790550243818185f,-0.232790543473228f,0.971061097171732f,-0.05337516678260869f,1.6652865855679875f,0.9724312742002966f,0.2331864328725466f,0.001226573016502707f,-0.2178389487371981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,0.25607208834463246f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.3193234023278557f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,0.009639272236037472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,0.2726102677880011f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.21236479361262f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,-0.10913217695273013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,-0.3127405740082485f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.2800517095100266f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,0.15129427317228977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,-0.36881677699290716f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.168079693201025f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,0.050606441124320306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509519314184461f,0.26289470307709867f,-0.16302392224925671f,0.16484236703547892f,0.06779694944996673f,0.69132077149301f,0.7193602467106369f,2.3712730623341427f,0.3018178221656338f,0.6730244913792616f,-0.67523628177615f,0.08132453255935992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803699273662025f,0.11089637636305211f,-0.16302392224925671f,0.05303599045063003f,-0.04118413856005865f,0.6934152451334467f,0.7193602467106369f,2.373517077674757f,0.192817717668925f,0.711953152620358f,-0.67523628177615f,0.11070886809920254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155177944912559f,0.40098463288338837f,-0.03222564446588515f,0.019635577790260747f,0.050316486106493336f,0.19362297442678195f,0.9797848717958557f,2.4218228448167016f,0.3991183022560633f,0.8953890037103988f,-0.19744141621943856f,0.06600882301156434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946202302792425f,0.09844849088749774f,-0.03222564446588515f,0.049992089824043406f,-0.011978967610646419f,0.1996950408371782f,0.9797848717958557f,2.423765883083606f,0.10289364341032164f,0.9748998847610008f,-0.19744141621943856f,0.07069629615134318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.966974067760855f,0.2528293102406927f,-0.03222564446588515f,0.12347605064922668f,0.019407700243148765f,0.19911038689945654f,0.9797848717958557f,2.4752217984138274f,0.2541347938580983f,0.9468011373630498f,-0.19744141621943856f,0.15577297221606767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.966974067760855f,0.19591925135752836f,-0.16302392224925671f,0.07939421909378286f,0.019407700243148765f,0.6943660249635519f,0.7193602467106369f,2.3189894427970286f,0.2541347938580983f,0.6924387845317606f,-0.67523628177615f,-0.00002575430357821054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518445216636993f,-0.17941078133403557f,-0.24860365669055406f,-0.22582227467047303f,-0.22038028529505682f,0.9641200464400941f,0.14800360098869395f,2.395229702756263f,0.2131303273400417f,0.19566376157444695f,-0.9572309836055585f,0.12367664509048269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.02830064835275546f,-0.24860365669055406f,-0.11458629101696613f,-0.06684543458353909f,0.9867252008384694f,0.14800360098869395f,2.412872902461747f,0.2411148952106422f,0.1599138872427795f,-0.9572309836055585f,0.0975153364498742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325857859849453f,-0.2616867854113529f,-0.24860365669055406f,-0.09283804278399764f,-0.303570270520275f,0.9412438711357577f,0.14800360098869395f,2.410103652295928f,0.19526608162988612f,0.21349473387052434f,-0.9572309836055585f,0.09143890021501619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678074526606779f,0.039305934088067096f,-0.24860365669055406f,-0.12130264956702824f,0.0021478681004220568f,0.9889844896443033f,0.14800360098869395f,2.418026368803982f,0.25168258032107327f,0.14270502019362127f,-0.9572309836055585f,0.10005646070627155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620409397060056f,-0.11257642830393685f,-0.24860365669055406f,-0.1879834187013608f,-0.15258983529066922f,0.9771444500483776f,0.14800360098869395f,2.522135585412028f,0.22625996662147885f,0.18031991440210543f,-0.9572309836055585f,0.10082495023955601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620409397060056f,-0.11257642830393685f,-0.24860365669055406f,-0.16265372233297504f,-0.15258983529066922f,0.9771444500483776f,0.14800360098869395f,2.3022780841511437f,0.22625996662147885f,0.18031991440210543f,-0.9572309836055585f,0.06025296949908235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,-0.01935680506722908f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,1.8003119855134737f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,-0.021928791376498738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.05161814684594425f,-0.9985737764880289f,1.3394415615163176e-17f,-0.232790543473228f,0.971061097171732f,-0.05337516678260869f,1.4361640740740742f,0.9724312742002966f,0.2331864328725466f,0.001226573016502707f,-0.10937370370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008809972426447281f,-0.3898761666218561f,-0.920825151201949f,0.24062566147334408f,-0.1990455005229478f,0.901749512592952f,-0.38370392916927865f,0.8412274894387362f,0.9799506483019512f,0.18666652415101184f,-0.06965870838570937f,-0.33789072234958495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008809972426447281f,-0.5511547094888353f,-0.8343565608264388f,0.03049792848072564f,-0.1990455005229478f,0.8167251464848589f,-0.5416095676969297f,1.1526039515360886f,0.9799506483019512f,0.17084648462161384f,-0.10250953899526741f,-0.2727555000875947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.039174594268806484f,0.02401826393845198f,-0.9989436791737849f,0.3082081192078212f,0.14552280645901527f,0.9891897380299042f,0.01807691833863541f,1.2570804507714515f,0.9885790125043957f,-0.14466093174631683f,-0.04224631181678544f,-0.0171385272977351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.039174594268806484f,-0.9939798179219272f,-0.10232044139744192f,-0.012185811943136435f,0.14552280645901527f,0.09563212558135423f,-0.984722097526548f,1.1747740411865149f,0.9885790125043957f,-0.053466046428411636f,0.14090038294890664f,-0.017718999409122332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09699239487441413f,-0.7964389066524853f,-0.5968898921130424f,0.006064089794553375f,-0.04180445018785503f,0.6024482398370725f,-0.7970624230646582f,1.3262559352262602f,0.9944067896394397f,-0.05235633951497082f,-0.09172758817049663f,-0.12383776537299929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09516864344026646f,-0.7531018425854216f,-0.6509842885970308f,0.012494500581552718f,-0.2170145949146657f,0.6225275535457504f,-0.7519069827248357f,1.2892460340016945f,0.9715181907199488f,0.2128310592248829f,-0.10418898852302669f,-0.1287042480307642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,-0.7361014484767932f,-0.6768706018293816f,0.006064089794553375f,-0.13052619222005157f,0.6711685285027977f,-0.7297230430046205f,1.3262559352262602f,0.9914444347592236f,0.08767818370470566f,-0.09669782255670213f,-0.12383776537299929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0008783732183241793f,-0.0692446573357823f,-0.9975993213163987f,0.012139989327382382f,-0.04361940070281495f,0.9966528640258469f,-0.06914055619825658f,1.3502502127416711f,0.9990478348621834f,0.043453953324491645f,-0.003895843638584999f,-0.12067322095390706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0009541154859065645f,-0.06940458878713762f,-0.997588137819876f,0.012139989327382382f,-0.2164396006006239f,0.9739560728148294f,-0.06755344194752265f,1.3502502127416711f,0.9762955438572287f,0.21585312432856565f,-0.015951168048603977f,-0.12067322095390706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,0.00043452252940853753f,-0.999999482630203f,0.012139989327382382f,-0.13052619222005157f,0.9914447083434013f,0.0005508560630764492f,1.3502502127416711f,0.9914444347592236f,0.13052663133644227f,-0.0008551590051274725f,-0.12067322095390706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026188148983644095f,-0.4272374351109556f,-0.9037601202158805f,0.013618289068632279f,0.05059121046543799f,0.9023452497537005f,-0.42803455429506354f,1.348967424343007f,0.9983760365095169f,-0.056931751130137966f,-0.0020162928368211985f,0.07458121326923492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017197685202872303f,-0.41259655421900565f,-0.9107515155465107f,0.0032551151226016695f,-0.2575696274500045f,0.8783152600563878f,-0.40276567749418013f,1.3905502149167785f,0.9661066849157648f,0.2415085658909082f,-0.09116735140601619f,-0.31079781026326375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,-0.22452755221585324f,-0.9744673069767192f,0.03099314438756033f,-0.13052619222005157f,0.9661579603517193f,-0.2224897948076267f,1.2157571565806826f,0.9914444347592236f,0.12698887331165268f,-0.03019534467431339f,-0.13048216846391655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,-0.13874273517008434f,-0.9903280302546354f,1.3394415615163176e-17f,-0.13052619222005157f,0.9818727009417504f,-0.1374369393208615f,1.4361640740740742f,0.9914444347592236f,0.1291373400023241f,-0.019012632697438466f,-0.10937370370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9365211081589884f,0.0032860279609003193f,-0.3505958014479077f,0.6854004758540561f,-0.045876353242162986f,0.9902105695986144f,0.13182711431411975f,1.9004374815963974f,0.34759685583425637f,0.13954293201530452f,-0.9272023489717394f,-0.6313829292029872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9365211081589884f,0.0032860279609003193f,-0.3505958014479077f,0.5976016219641509f,-0.045876353242162986f,0.9902105695986144f,0.13182711431411975f,1.8961365734799447f,0.34759685583425637f,0.13954293201530452f,-0.9272023489717394f,-0.5987957239685258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9365211081589884f,0.0032860279609003193f,-0.3505958014479077f,0.6940904191262897f,-0.045876353242162986f,0.9902105695986144f,0.13182711431411975f,1.878512960391053f,0.34759685583425637f,0.13954293201530452f,-0.9272023489717394f,-0.47600897423999555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2732981662137312f,-0.7307727634382672f,-0.6255232054536507f,-0.937657902579896f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.580832257872901f,0.9618992222651195f,-0.21276501637398282f,-0.17170012816866786f,-0.47147690689655447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016665273544950954f,-0.7307727634382672f,-0.6824173480169377f,-0.9253361612677129f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.564692014738388f,0.9443403651906728f,-0.21276501637398282f,0.25090301408896093f,-0.5630013830906002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1314319073299529f,-0.7307727634382672f,-0.6698483574305523f,-0.8310197783092216f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.683970504117813f,0.9762610794031547f,-0.21276501637398282f,0.040562946761372634f,-0.5233235870077833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4371004010788473e-8f,-1.8919785708587855e-9f,-0.0000156249932766277f,0.6874729507039973f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5999233002652968f,0.00001549131929311287f,0.0000020394708758621208f,-1.4495010837894784e-8f,-0.07989684498213573f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65.mcfunction new file mode 100644 index 000000000..668df0ece --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..d40758cb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5015387476119665f,0.04564148830074567f,-0.6428998239492353f,-0.3274228176624168f,-0.2609016151889718f,0.7592661776953992f,-0.1496317581399364f,1.5523097038527869f,0.5893502153050002f,0.2972812984329079f,0.48086858679522654f,-0.12388764348184873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.47101481640609333f,-0.14670693798448017f,-0.6297794193788427f,-0.3274228176624168f,0.04850637520356306f,0.7849598761576836f,-0.1465780487901418f,1.5523097038527869f,0.6448194896950195f,0.048115144910224755f,0.4710549421667526f,-0.12388764348184873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4839400683395235f,0.042538366320179176f,-0.6564578753361041f,-0.32617763774564446f,-0.03738421412122355f,0.8118620173657866f,0.08016813417897523f,1.5312047380559248f,0.6567715548305364f,0.0775564091098209f,-0.47914566951597737f,-0.03571933391697667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4539242959656577f,-0.14291806082104552f,-0.643060775839449f,-0.32617763774564446f,-0.3381792525825337f,0.7207409453303429f,0.07853204980797573f,1.5312047380559248f,0.5653207290156632f,0.31639677244794306f,-0.46936718646463094f,-0.03571933391697667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08313238417768767f,0.0071310729019166885f,1.560270618995372f,-0.0012625796786509466f,1.5573949892865135f,-0.09470761382514088f,0.08341202088912238f,1.5201848722948026f,0.09495316764696562f,1.5596108058367686f,-0.0020688815799156453f,0.7606570070532856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004563886657226249f,-0.998573196157038f,0.05320472587371989f,-0.0016462175410170699f,-0.060612872848090416f,-0.05338369336903807f,-0.9967327931433687f,1.5319217444649174f,0.9981509157355318f,0.0013240842111455831f,-0.060770027294058226f,0.5678574107738121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.998573196157038f,0.05160391593622282f,-0.008076721042557645f,-0.23277286026335803f,-0.05338369336903807f,-0.9710648674558747f,1.5971424666805245f,0.9724341559962042f,0.0013240842111455831f,-0.2331738815840049f,0.23585028111634332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9815076102188389f,-0.028615425296097587f,-0.18927220746223455f,0.25625542323611356f,0.14794968535346692f,0.5140042598461428f,-0.844932252588235f,1.55281891080713f,0.12146481666027362f,-0.8573101995748926f,-0.5002654495550775f,-0.48576968989610725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7666849115817372f,-0.028615425296097587f,-0.6413855344393317f,0.009174239825980476f,0.5390309949863994f,0.5140042598461428f,-0.6672669685395727f,1.7283096268520435f,0.34876902499630913f,-0.8573101995748926f,-0.3786547093434618f,-0.3467904629890197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.5800552884718704f,-0.8144613278351837f,0.25593507634826645f,-0.23277286026335803f,0.7903047650024173f,-0.5667761232967468f,1.4224937496042718f,0.9724341559962042f,0.19736828704300324f,-0.12416751395457845f,0.044097683458941196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.30829531623478457f,-0.9511915633619389f,0.19218475728323225f,-0.23277286026335803f,0.9241599179357801f,-0.3028947698553859f,1.5938806419056344f,0.9724341559962042f,0.22557137244922332f,-0.05907087423869334f,0.08602312282917873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.5439769002140448f,-0.8389877974421048f,0.2038098694175226f,-0.23277286026335803f,0.8142749972548372f,-0.5317640683333633f,1.4848811461735139f,0.9724341559962042f,0.20259654705634553f,-0.11544025022840053f,-0.2615909292429557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.051603915936223044f,-0.998573196157038f,0.18789305270349932f,-0.23277286026335803f,0.9710648674558747f,-0.05338369336903828f,1.666622160737934f,0.9724341559962042f,0.2331738815840049f,0.0013240842111455313f,-0.21786255091963508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,0.2560760316453544f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.3206636702025305f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,0.00959726401161358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,0.27260364347351473f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.2137030575532632f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,-0.10917385153821646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,-0.3127225958715174f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.281389666724077f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,0.15130796927306342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,-0.36880757479019166f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.1694153515030923f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,0.050627582054482284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509233262709779f,0.2629538534922555f,-0.16309536623495174f,0.16485279681056594f,0.06779426053689835f,0.6913351797887921f,0.7193466531684521f,2.372613844137199f,0.30190853878616064f,0.6729865824219469f,-0.6752335107857381f,0.08129040613114845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803509275591191f,0.11095927336938546f,-0.16309536623495174f,0.05304924255593032f,-0.04118904832218798f,0.693429055400521f,0.7193466531684521f,2.374857433118151f,0.19291324768477527f,0.7119299015912164f,-0.6752335107857381f,0.11068551098748987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.915479632353811f,0.4010695435571212f,-0.03225312351097004f,0.019644094609993806f,0.05031585822471162f,0.19364258189245037f,0.9797810290514593f,2.4231621068300058f,0.3992059082183554f,0.8953467326733864f,-0.19745599797081304f,0.06598782285719634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994610174770937f,0.09854103848606649f,-0.03225312351097004f,0.05000104307047179f,-0.011985623801814546f,0.1997134946190292f,0.9797810290514593f,2.4251054896540536f,0.10299002410043251f,0.9748867543469564f,-0.19745599797081304f,0.07067232585827055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669496584184701f,0.2529191453966867f,-0.03225312351097004f,0.12349278856816123f,0.019404012808231064f,0.19912965474233524f,0.9797810290514593f,2.4765635709289557f,0.2542279338926825f,0.9467730913444933f,-0.19745599797081304f,0.1557409672395598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669496584184701f,0.19598025307946507f,-0.16309536623495174f,0.07939723162528167f,0.019404012808231064f,0.6943802105923559f,0.7193466531684521f,2.320328023545676f,0.2542279338926825f,0.6924072959903184f,-0.6752335107857381f,-0.000050674358261587615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951822023665754f,-0.17940011825981378f,-0.24869747251066715f,-0.2258079533836731f,-0.2203845838807489f,0.9641220448718902f,0.14798418084293322f,2.396567905155132f,0.21322633620765116f,0.1956636914718969f,-0.9572096162215735f,0.12367985710455615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.028293636020944743f,-0.24869747251066715f,-0.11457465072847613f,-0.06684936762289923f,0.9867278471132072f,0.14798418084293322f,2.4142115845553245f,0.2412097110833189f,0.15989879890746456f,-0.9572096162215735f,0.09750747504558863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325643029468282f,-0.2616742020836265f,-0.24869747251066715f,-0.09282696638464477f,-0.3035747269233583f,0.9412454873164889f,0.14798418084293322f,2.4114424108086965f,0.19536173126460826f,0.21350303175890253f,-0.9572096162215735f,0.09142898613451368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677831326151736f,0.03931126292002897f,-0.24869747251066715f,-0.12129080768647f,0.002144129236542419f,0.9889874038278058f,0.14798418084293322f,2.4193650393019777f,0.25177611271798334f,0.14268335459179995f,-0.9572096162215735f,0.10004915557031653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620177526935955f,-0.1125673605854309f,-0.24869747251066715f,-0.1879723936625559f,-0.15259398400166746f,0.9771467434662744f,0.14798418084293322f,2.5234736989198625f,0.22635573672620551f,0.1803131472302691f,-0.9572096162215735f,0.10082221153937862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620177526935955f,-0.1125673605854309f,-0.24869747251066715f,-0.16264473753083397f,-0.15259398400166746f,0.9771467434662744f,0.14798418084293322f,2.3036156816399513f,0.22635573672620551f,0.1803131472302691f,-0.9572096162215735f,0.06025175341256814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,-0.019351468476083628f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,1.8016493252959531f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,-0.02193479440599816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.051603915936223044f,-0.998573196157038f,1.3394574365674175e-17f,-0.23277286026335803f,0.9710648674558747f,-0.05338369336903828f,1.4375f,0.9724341559962042f,0.2331738815840049f,0.0013240842111455313f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008887607607154565f,-0.3908873539382075f,-0.9203956143758009f,0.24113625385476717f,-0.19903356331613326f,0.9013236072845604f,-0.38470949510667185f,0.8428096995126169f,0.9799523718552365f,0.18660876582501196f,-0.06978909236092573f,-0.33786019715603643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008887607607154565f,-0.552070687510873f,-0.833749942382183f,0.030659304241246865f,-0.19903356331613326f,0.8161231231632075f,-0.542520680262066f,1.1539566402185897f,0.9799523718552365f,0.17076593287188246f,-0.10262721405987645f,-0.27275568524863125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03928475040433556f,0.022918909227376397f,-0.9989651805671187f,0.3082581804124866f,0.14549186161387315f,0.9892138359472608f,0.016973655311540353f,1.2587633850864095f,0.9885791959118897f,-0.144674497995786f,-0.042195533411353806f,-0.01715746242024406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03928475040433556f,-0.9940875074101563f,-0.10122616260992737f,-0.0120447275736724f,0.14549186161387315f,0.09453415424678102f,-0.9848326821775236f,1.1761033391516225f,0.9885791959118897f,-0.053416488951523275f,0.14091789140592884f,-0.01772054915338657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09711592562628571f,-0.7975376412023387f,-0.5954008799583348f,0.00612509096129315f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811539f,1.3275952111643958f,0.994387264843336f,-0.05251825489447808f,-0.09184661354795558f,-0.1238388135260758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09537242116719821f,-0.7542912106314567f,-0.6495759161520985f,0.012624704755483374f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709993f,1.2905972207232534f,0.9715377883218542f,0.21267785063294659f,-0.10431901894108168f,-0.12870392902763428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.7373552523043481f,-0.6755045956730905f,0.00612509096129315f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877654f,1.3275952111643958f,0.9914444714762437f,0.0875283195381977f,-0.09683312066648883f,-0.1238388135260758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0008860176746644422f,-0.06979503644549197f,-0.9975609594707748f,0.012187671856753745f,-0.043619387365335965f,0.9966145903260725f,-0.06969008103788996f,1.3515928335380654f,0.9990478286941786f,0.04345125126814359f,-0.003927434872751021f,-0.12067408868862997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0008658396054626362f,-0.06994793074532106f,-0.9975502680598234f,0.012187671856753745f,-0.21643961393810288f,0.973917799115055f,-0.06810296678715602f,1.3515928335380654f,0.976295623179835f,0.21585042865682535f,-0.015982759729225266f,-0.12067408868862997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.00011575868993640714f,-0.9999996067380228f,0.012187671856753745f,-0.13052619222005157f,0.9914448613738105f,0f,1.3515928335380654f,0.9914444714762437f,0.1305261408890631f,-0.0008868617705575371f,-0.12067408868862997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026247714272676925f,-0.42823815554577555f,-0.9032846393193079f,0.013660487896563293f,0.0505776252052218f,0.9018697769781165f,-0.42903707206026204f,1.3503109555426114f,0.9983751606105092f,-0.05694723442094961f,-0.002012751287514762f,0.07458039295447508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017308938050336845f,-0.4137659037171219f,-0.9102187526000126f,0.0032866269909076675f,-0.2575596405248657f,0.8777874180874515f,-0.403921131187844f,1.391887841954372f,0.9661073606159262f,0.24142706055560326f,-0.09137582938178726f,-0.31079898006802287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.22506375768138134f,-0.9743436415631862f,0.031115221301826333f,-0.13052619222005157f,0.9660341938077882f,-0.22302656688984573f,1.2171101783365548f,0.9914444714762437f,0.126981263863899f,-0.03022612457326431f,-0.13048237011077196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.13928767836289993f,-0.99025156881095f,1.3394574365674175e-17f,-0.13052619222005157f,0.9817961881363971f,-0.1379824557883154f,1.4375f,0.9914444714762437f,0.12913244215577122f,-0.019043958676652047f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9771883929661387f,-0.0023097895755300264f,0.21236174213914344f,0.7717354201261488f,0.027608244162890212f,0.9900739960031557f,0.13780880702112408f,1.899226070925012f,-0.210572147983767f,0.14052810149738715f,-0.967425047837321f,-0.6112817900047849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9771883929661387f,-0.0023097895755300264f,0.21236174213914344f,0.6801240082855733f,0.027608244162890212f,0.9900739960031557f,0.13780880702112408f,1.901814343815283f,-0.210572147983767f,0.14052810149738715f,-0.967425047837321f,-0.631022928878263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9771883929661387f,-0.0023097895755300264f,0.21236174213914344f,0.6940754528849895f,0.027608244162890212f,0.9900739960031557f,0.13780880702112408f,1.8798488863169789f,-0.210572147983767f,0.14052810149738715f,-0.967425047837321f,-0.47603860226592576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2732589022795443f,-0.730781447671873f,-0.6255302135497371f,-0.9376726824676137f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5821681837988266f,0.9619103772051781f,-0.21273518682724835f,-0.17167459483152178f,-0.4714399286896513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01670382050364047f,-0.730781447671873f,-0.682407105853378f,-0.9253546770977852f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5660279406643136f,0.9443396841451509f,-0.21273518682724835f,0.2509308694326229f,-0.5629649077678662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13139205727817097f,-0.730781447671873f,-0.669846701136022f,-0.8310366746122961f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6853064300437386f,0.9762664435009593f,-0.21273518682724835f,0.04059028922739661f,-0.5232909616128683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3738664768252299e-8f,-1.8087295302563761e-9f,-0.000015624993855281606f,0.6874741533453917f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.6012592261912226f,0.00001549131986681631f,0.000002039470951391611f,-1.3857215164961482e-8f,-0.07992620322001853f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66.mcfunction new file mode 100644 index 000000000..1bf7ea8f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..37ae5af14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5383317028765138f,0.05213408093339743f,-0.6119031457083279f,-0.32284399658468266f,-0.2520242826958484f,0.7607954593178134f,-0.1569027547797834f,1.5519071190333142f,0.5600242700581468f,0.2922614431139895f,0.5175910647018671f,-0.12710127999056148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5067472565136494f,-0.1546236866812165f,-0.599415326408158f,-0.32284399658468266f,0.05711386895116706f,0.7830160367340228f,-0.1537006577434613f,1.5519071190333142f,0.6163969694842103f,0.05456557279505733f,0.5070279817487678f,-0.12710127999056148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5215928442737663f,0.04918256853546901f,-0.6264714073276617f,-0.32149883636471277f,-0.032486476449525035f,0.8109623824569905f,0.09071431823048078f,1.529043400279339f,0.6275587447360936f,0.08285851577466478f,-0.5159931518085511f,-0.03166529672997795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4904917295692056f,-0.1510199231191848f,-0.6136862765658727f,-0.32149883636471277f,-0.3334094289430902f,0.7217627857718713f,0.08886300561353219f,1.529043400279339f,0.5368947903603198f,0.31024420042267287f,-0.5054626793226623f,-0.03166529672997795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08311558374166714f,0.007090067056275674f,1.5602717009189198f,-0.0012837819275761057f,1.5573780418328933f,-0.0950024670628451f,0.08339314161677802f,1.5184926723382999f,0.09524539125871077f,1.5595930598079453f,-0.002013266714713366f,0.7610874012878901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004537642916015999f,-0.9985738885881086f,0.053193973594666745f,-0.001662350275073392f,-0.06080157892022112f,-0.053371610634737686f,-0.9967219467730517f,1.5302659882122798f,0.998139558277085f,0.0012884906974161244f,-0.060957050405575114f,0.5682900169923225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.9985738885881086f,0.05159788418628505f,-0.008083568272359471f,-0.23295681601379298f,-0.053371610634737686f,-0.9710214174007543f,1.5955495381110962f,0.9723904948605747f,0.0012884906974161244f,-0.23335609119225698f,0.2362950558904407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9812771629858781f,-0.028587181963399058f,-0.19046758892204646f,0.25599547911014736f,0.14896980552033118f,0.5141666358799568f,-0.8446541704100696f,1.5510959025101838f,0.12207836190587162f,-0.8572137677238273f,-0.500281350820815f,-0.4854753629400558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.765903825458753f,-0.028587181963399058f,-0.6423193155861336f,0.009183894050905285f,0.5397883952727955f,0.5141666358799568f,-0.666529188315642f,1.7268266021470653f,0.3493133528459345f,-0.8572137677238273f,-0.3783711642663221f,-0.3463204463518277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.5800505733885125f,-0.8144651526825045f,0.25593097088678834f,-0.23295681601379298f,0.790274611646016f,-0.566742587124397f,1.4209338050078706f,0.9723904948605747f,0.1975028366869614f,-0.12429543437073516f,0.04451619597183065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.3082896692260904f,-0.951193793330752f,0.1921816966985792f,-0.23295681601379298f,0.9241210756471395f,-0.30287185312849707f,1.592313557609656f,0.9723904948605747f,0.2257381611363967f,-0.0591524142496693f,0.0864723985958446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.5439720227809046f,-0.8389914129799713f,0.2038143422554114f,-0.23295681601379298f,0.8142434097704573f,-0.5317318793509518f,1.4833796194177922f,0.9723904948605747f,0.20273654844904068f,-0.11556217991962622f,-0.26116195121349206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.051597884186285276f,-0.9985738885881086f,0.18789865216680726f,-0.23295681601379298f,0.9710214174007543f,-0.0533716106347379f,1.6651125626139665f,0.9723904948605747f,0.23335609119225698f,0.0012884906974160726f,-0.21739963104808502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,0.2560838951661807f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.3191102283438196f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,0.010185535396678921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,0.27261322031468244f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.2121718612762953f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,-0.10860537149045033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,-0.31271883662852784f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.27981646667137f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,0.1518742879372585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,-0.36880262617722287f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.1678618747094904f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,0.05117130690637342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509302005439433f,0.2629451978919377f,-0.16306923866574463f,0.16485947044627555f,0.06774894209407319f,0.6912047253517789f,0.7194762737550877f,2.37104797789812f,0.3018970595063651f,0.6731239488808446f,-0.6751017070815839f,0.08188616494966261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803563631641719f,0.11094964896065687f,-0.16306923866574463f,0.05305519310255635f,-0.041213401249714024f,0.6932931177077445f,0.7194762737550877f,2.3732873918906625f,0.19288042088545068f,0.7120637810860647f,-0.6751017070815839f,0.11127883780564365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9154892076477732f,0.40104906429267184f,-0.03223598471312743f,0.019651783182974517f,0.05025171314867606f,0.19346840457267575f,0.9798187290298788f,2.421600925153277f,0.3991920289861457f,0.8953935584211428f,-0.197271638944498f,0.06658942691986122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946129529759082f,0.09851860261960257f,-0.03223598471312743f,0.050008635967027495f,-0.011992805642521372f,0.19952802022546626f,0.9798187290298788f,2.4235430476724384f,0.10296235421436728f,0.9749269993608687f,-0.197271638944498f,0.07127507246427607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669559121618958f,0.25289742035997753f,-0.03223598471312743f,0.12349884379195664f,0.019367904800365238f,0.19894758733374313f,0.9798187290298788f,2.4749841424304826f,0.2542069003760522f,0.9468171693993259f,-0.197271638944498f,0.15635531491334675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669559121618958f,0.19597113903871302f,-0.16306923866574463f,0.07940533750824627f,0.019367904800365238f,0.6942469126810276f,0.7194762737550877f,2.3187785870772517f,0.2542069003760522f,0.6925435270773466f,-0.6751017070815839f,0.0005330213209440229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518301902707424f,-0.179393214054269f,-0.24867119583989075f,-0.2258020666237918f,-0.22041312509534874f,0.9640872626158399f,0.14816816239529504f,2.3949988513918967f,0.2131603696160808f,0.19584132560104775f,-0.9571879815438347f,0.12427016485930897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.028285539279144525f,-0.24867119583989075f,-0.11456787769157883f,-0.06688299859140401f,0.9866979579140841f,0.14816816239529504f,2.412646103370699f,0.2411723447499227f,0.16008456551418143f,-0.9571879815438347f,0.09810395888309989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325730402165816f,-0.2616680359171918f,-0.24867119583989075f,-0.09282007228034753f,-0.3036001280566592f,0.9412083498866665f,0.14816816239529504f,2.409877809933533f,0.19528053386137126f,0.21367424056927786f,-0.9571879815438347f,0.09202550215125091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677895368022887f,0.03931982725763547f,-0.24867119583989075f,-0.12128403594980837f,0.0021084952262527823f,0.9889599334150411f,0.14816816239529504f,2.4177991605887845f,0.2517517958305212f,0.1428712752240539f,-0.9571879815438347f,0.10064644183437998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620254177921119f,-0.11255990352461738f,-0.24867119583989075f,-0.1879643564421154f,-0.15262488197883392f,0.9771140368725385f,0.14816816239529504f,2.5219084957257216f,0.22630232195640296f,0.18049495024842202f,-0.9571879815438347f,0.10143747131431957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620254177921119f,-0.11255990352461738f,-0.24867119583989075f,-0.16263837814907653f,-0.15262488197883392f,0.9771140368725385f,0.14816816239529504f,2.302057837429401f,0.22630232195640296f,0.18049495024842202f,-0.9571879815438347f,0.06082610750842468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,-0.019349206569856964f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,1.800105253747505f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,-0.021451650988088822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.051597884186285276f,-0.9985738885881086f,1.3343774202153989e-17f,-0.23295681601379298f,0.9710214174007543f,-0.0533716106347379f,1.4359722222222222f,0.9723904948605747f,0.23335609119225698f,0.0012884906974160726f,-0.10896018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008867004696638585f,-0.3891493869953937f,-0.9211319833926181f,0.24025019304089995f,-0.19903882535038758f,0.9020487805753228f,-0.38300332043692653f,0.8408638174273473f,0.9799514897334701f,0.1867371202082819f,-0.06945736609942808f,-0.3375218002330251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008867004696638585f,-0.5504960155799032f,-0.8347907001508583f,0.030373587101061854f,-0.19903882535038758f,0.8171470789977063f,-0.5409752279805926f,1.1524011412952229f,0.9799514897334701f,0.17095259025872353f,-0.10232443331377547f,-0.2723461251968867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.038974061192948675f,0.024496067279792227f,-0.9989399207369539f,0.3081671027387599f,0.1454167439120738f,0.9891959458596117f,0.01858362948721777f,1.2567321113824101f,0.9886025455885386f,-0.14453831112453103f,-0.04211512166822773f,-0.016754343789436105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.038974061192948675f,-0.9939385830530054f,-0.10279647694698452f,-0.012268168874799389f,0.1454167439120738f,0.0961377617692771f,-0.9846885301210754f,1.1745865833307194f,0.9886025455885386f,-0.05332563999219653f,0.14078843338599947f,-0.01730393641435471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09687515927799908f,-0.7962283002756763f,-0.5971898335998108f,0.0060224020128817205f,-0.04176976990808069f,0.6027357732347618f,-0.7968468321985849f,1.326061901749906f,0.994419674904257f,-0.052250181848497834f,-0.09164839693148266f,-0.12342508676341925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0952195593908497f,-0.7528487022891894f,-0.6512695808733089f,0.012438802313906903f,-0.21704927519444006f,0.6227993476679455f,-0.75167185971137f,1.289049682906199f,0.9715054542548799f,0.2129314537729557f,-0.10410258568909297f,-0.12829243598476636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,-0.7358474012058822f,-0.6771468858443798f,0.0060224020128817205f,-0.13052619222005157f,0.671434224446152f,-0.7294785777436705f,1.326061901749906f,0.9914445098010913f,0.08777633155323514f,-0.09660796863784091f,-0.12342508676341925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0007611193603538228f,-0.06887830836563145f,-0.9976247788291989f,0.012107402857484668f,-0.043619423973819044f,0.9966778343716588f,-0.06877965051098088f,1.350053978537959f,0.9990479300561668f,0.04346346867093605f,-0.00376302293097572f,-0.12026134434069426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0009024122126013654f,-0.06902349399118203f,-0.9976146264612641f,0.012107402857484668f,-0.2164395773296198f,0.9739810431606414f,-0.06719253626024695f,1.350053978537959f,0.976295598175867f,0.21586265272380564f,-0.015818348253455374f,-0.12026134434069426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,0.0008105768351755471f,-0.999999322917464f,0.012107402857484668f,-0.13052619222005157f,0.9914444413385733f,0.0009126244455090193f,1.350053978537959f,0.9914445098010913f,0.1305268658324357f,-0.0007219980850719718f,-0.12026134434069426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026036949479899305f,-0.42691951712715503f,-0.9039147101124628f,0.013611238634265655f,0.05060069564444475f,0.902499289312411f,-0.4277085484192374f,1.3487705882106134f,0.998379510437829f,-0.05687493900225002f,-0.0018959038506477718f,0.07499289091996315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01723315082970125f,-0.41224661744527147f,-0.910909295658691f,0.0032117914544659114f,-0.2575761647265903f,0.8784643838074097f,-0.4024361387184413f,1.3903572577866683f,0.966104310039667f,0.24156376546742275f,-0.09104619341838922f,-0.310384736916587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,-0.22416110023003122f,-0.9745517451699801f,0.030910595018915545f,-0.13052619222005157f,0.9662390803692642f,-0.22213723846238106f,1.2155541140803312f,0.9914445098010913f,0.12701905648689288f,-0.030065649410133004f,-0.13007284208161055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,-0.13837031837125333f,-0.9903802087400727f,1.3343774202153989e-17f,-0.13052619222005157f,0.9819227849630074f,-0.13707865448356837f,1.4359722222222222f,0.9914445098010913f,0.12915610463438945f,-0.018880800325837818f,-0.10896018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7070625817876587f,-0.007848515577067464f,0.7071074219940044f,0.8332687289784138f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8894797914368573f,-0.701111347927895f,0.1381896551133953f,-0.6995330564214753f,-0.5477201860731491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7070625817876587f,-0.007848515577067464f,0.7071074219940044f,0.7669816119358208f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8981258509384331f,-0.701111347927895f,0.1381896551133953f,-0.6995330564214753f,-0.6134493749413893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7070625817876587f,-0.007848515577067464f,0.7071074219940044f,0.6940590571580166f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.878321108539201f,-0.701111347927895f,0.1381896551133953f,-0.6995330564214753f,-0.4756548220440479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27321589104919725f,-0.73079095920383f,-0.6255378891994783f,-0.937688870937816f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5806404060210486f,0.9619225947695703f,-0.2127025103795646f,-0.1716466246391345f,-0.4709831863224281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01674604578638539f,-0.73079095920383f,-0.6823958850231044f,-0.9253749580374047f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5645001628865356f,0.9443389363048108f,-0.2127025103795646f,0.25096138240161453f,-0.5625087160976765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13134840427105512f,-0.73079095920383f,-0.669844885508125f,-0.8310551816613916f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6837786522659606f,0.97627231760265f,-0.2127025103795646f,0.040620240779463f,-0.5228389873269718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.304598432275083e-8f,-1.7175364195761576e-9f,-0.000015624994459274593f,0.6874754694345966f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5997314484134448f,0.00001549132046564205f,0.0000020394710302285162f,-1.3158557607201138e-8f,-0.07954212822295423f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67.mcfunction new file mode 100644 index 000000000..5e2551801 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..54d48dc41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5711782974506875f,0.05792466549103556f,-0.5808136793271402f,-0.318741517242201f,-0.24347774011807963f,0.7622045043742499f,-0.16342376823167803f,1.5487228794731094f,0.5304888189517015f,0.287460381763818f,0.5503567809411212f,-0.12963100572850766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5386449778658381f,-0.16169638382316412f,-0.5689603389327088f,-0.318741517242201f,0.06537691609555012f,0.7810873846257906f,-0.1600885892881744f,1.5487228794731094f,0.587866861340003f,0.06129255286700312f,0.5391250099015065f,-0.12963100572850766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.555449685715049f,0.05515128687295471f,-0.596136248386017f,-0.31730950319969986f,-0.02750030908020704f,0.8099852456276537f,0.10055883506906249f,1.5240516384135914f,0.5980500180453059f,0.08846853602389315f,-0.5490482114479955f,-0.02688300169292024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5233705270842659f,-0.15831011961008729f,-0.5839702025005881f,-0.31730950319969986f,-0.3285305208086287f,0.7227476350056511f,0.09850661394520407f,1.5240516384135914f,0.5080856111687763f,0.3042593665325328f,-0.5378431459082406f,-0.02688300169292024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08307566500055649f,0.006851130106136805f,1.5602748943378486f,-0.0014123515181974989f,1.557331851502591f,-0.09580323374520044f,0.08333963462527298f,1.5137405595694682f,0.09603222469685277f,1.559545142796524f,-0.0017347620995128918f,0.7622553665138503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004384723267927123f,-0.9985759323762231f,0.05316842560035594f,-0.0017613813967093106f,-0.06131406959692853f,-0.05333736616017446f,-0.9966923849616582f,1.5256128490673848f,0.9981088913897753f,0.0011102477436878211f,-0.06146062380598599f,0.5694639958768413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.9985759323762231f,0.05159927854163396f,-0.00813016485960126f,-0.2334563874508839f,-0.05333736616017446f,-0.9709033116276194f,1.5910670261239348f,0.9722728492688886f,0.0011102477436878211f,-0.2338466889320963f,0.23750162236434114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9806327563588735f,-0.028439743827994475f,-0.19377971546835487f,0.25529431948512404f,0.15183125243355527f,0.5146075705366835f,-0.8438757723331027f,1.546238071224357f,0.12372011938426425f,-0.8569540415432618f,-0.5003229984142373f,-0.48466864876986493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.76373446391024f,-0.028439743827994475f,-0.6449037522039522f,0.009229896843501069f,0.5419136982579397f,0.5146075705366835f,-0.664461129026172f,1.7226425229911766f,0.3507694574448314f,-0.8569540415432618f,-0.377611650252648f,-0.34504380344535734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.5800528475024398f,-0.8144661272093345f,0.2559072561232452f,-0.2334563874508839f,0.7901934017900237f,-0.5666502474418351f,1.4165405283327888f,0.9722728492688886f,0.19782083275484824f,-0.12470936092665756f,0.04567304228368629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.3082915450412212f,-0.9511954065927554f,0.19215762013681154f,-0.2334563874508839f,0.9240158573528412f,-0.30280820748268494f,1.5879009502896797f,0.9722728492688886f,0.22616590949254636f,-0.059451559760584194f,0.08770757806503508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.5439742522221159f,-0.8389924857747239f,0.2038389876644727f,-0.2334563874508839f,0.8141582494078705f,-0.5316431698794734f,1.4791450589764032f,0.9722728492688886f,0.20307229707791663f,-0.11596184171552018f,-0.2599808805546587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.05159927854163418f,-0.9985759323762231f,0.1879230233605649f,-0.2334563874508839f,0.9709033116276194f,-0.053337366160174676f,1.6608560713680809f,0.9722728492688886f,0.2338466889320963f,0.0011102477436877693f,-0.21612768733149257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,0.25609668747710507f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.3147344492132875f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.01180344401330033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,0.2726402303542733f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.207856493411281f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,-0.10703984041058148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,-0.3127288140971703f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.2753878434744186f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.15338608198704423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,-0.3688012926975691f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.1634869167270243f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.05261717687895952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509734373786832f,0.2628676019173372f,-0.16294215311699004f,0.16486324241575442f,0.0676272045533998f,0.6908499330781962f,0.7198284039756592f,2.3666385764808058f,0.30178814192155534f,0.6735183693323298f,-0.6747569366575308f,0.08351694237568646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803869289969528f,0.11086624459015423f,-0.16294215311699004f,0.05305460384845556f,-0.04127813825973154f,0.692923649568743f,0.7198284039756592f,2.3688668104682216f,0.19271114330451933f,0.7124363071031756f,-0.6747569366575308f,0.11289387107874291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155477544239241f,0.40092052946014695f,-0.03217201309688325f,0.01965963077207175f,0.05007879827905591f,0.1929947617319228f,0.9799209845222034f,2.417204443595434f,0.39907946994581933f,0.8955533211380741f,-0.19677353904000905f,0.06822421994088088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946289148212553f,0.09837826678076234f,-0.03217201309688325f,0.0500158430056796f,-0.012010893768981252f,0.19902412548207885f,0.9799209845222034f,2.4191430998083447f,0.10280593481099767f,0.9750441600775358f,-0.19677353904000905f,0.07291544748985918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669936308523145f,0.2527613092709253f,-0.03217201309688325f,0.12349498979231843f,0.019271212864139214f,0.19845272597719854f,0.9799209845222034f,2.470537948105313f,0.2540707347291367f,0.9469573570588419f,-0.19677353904000905f,0.15803318410972717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669936308523145f,0.19589071603487937f,-0.16294215311699004f,0.07941957868447064f,0.019271212864139214f,0.6938844926820318f,0.7198284039756592f,2.314413937251856f,0.2540707347291367f,0.6929293890337904f,-0.6747569366575308f,0.0021240715771245824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518700692387012f,-0.17938918092714146f,-0.2485214136725446f,-0.2258038581593193f,-0.22048924493768482f,0.9639928801769709f,0.1486681533984929f,2.3905813443900894f,0.21290341508374236f,0.1963090643205186f,-0.9571493546522833f,0.12585421588864282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.028275317361485502f,-0.2485214136725446f,-0.11456510198317318f,-0.06697294593850096f,0.986616645246471f,0.1486681533984929f,2.4082381375362694f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.09971387531746938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932613118943218f,-0.26166749381840304f,-0.2485214136725446f,-0.0928164750307579f,-0.303667732268452f,0.9411076923200756f,0.1486681533984929f,2.405472204451549f,0.19498379100309773f,0.21411780433858862f,-0.9571493546522833f,0.09363728376829249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678274864186825f,0.03933272783186455f,-0.2485214136725446f,-0.12128146458746057f,0.0020130949014091626f,0.9888850932307556f,0.1486681533984929f,2.413390123748851f,0.25160664534430216f,0.14338482802341523f,-0.9571493546522833f,0.10225798841108222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620649182801825f,-0.11255309840580344f,-0.2485214136725446f,-0.18795827338205867f,-0.15270740018317872f,0.9770251941963302f,0.1486681533984929f,2.517501369461405f,0.22607862115609467f,0.1809794738219692f,-0.9571493546522833f,0.10309238423972458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620649182801825f,-0.11255309840580344f,-0.2485214136725446f,-0.16263382624075293f,-0.15270740018317872f,0.9770251941963302f,0.1486681533984929f,2.297670700767231f,0.22607862115609467f,0.1809794738219692f,-0.9571493546522833f,0.06237200262978157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,-0.019349729453112804f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,1.795755408527024f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,-0.02014175090972313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.05159927854163418f,-0.9985759323762231f,1.3205888044027767e-17f,-0.2334563874508839f,0.9709033116276194f,-0.053337366160174676f,1.4316666666666666f,0.9722728492688886f,0.2338466889320963f,0.0011102477436877693f,-0.10783425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008734737885562118f,-0.3843157528068345f,-0.9231603904515113f,0.23779534067499097f,-0.1990530062401777f,0.9040516121087996f,-0.3782440790683026f,0.8354009045095176f,0.9799497972145401f,0.18706171384865697f,-0.06860255207486714f,-0.33658901770354854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008734737885562118f,-0.5461129688689228f,-0.8376660012124412f,0.029589771293714165f,-0.1990530062401777f,0.8199836757837763f,-0.5366606676055872f,1.1480196809020824f,0.9799497972145401f,0.17142752603155031f,-0.10154308572169658f,-0.27123227340402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03818566633462033f,0.028917910197129748f,-0.9988521458936811f,0.3079032400504985f,0.14521358171223447f,0.9891309809411669f,0.02308502173853398f,1.2510184721393391f,0.9886631734685405f,-0.1441653807687377f,-0.04196989891481306f,-0.015637207418968197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03818566633462033f,-0.9935041449935362f,-0.10719780206349253f,-0.012897734972840885f,0.14521358171223447f,0.10062018064179101f,-0.9842705903022386f,1.1703128361043158f,0.9886631734685405f,-0.05315160513357998f,0.14042804669594586f,-0.016173734451922633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962722507777716f,-0.7925186491834207f,-0.6022008339637768f,0.005737335129238057f,-0.041175691341057225f,0.6076641823231899f,-0.7931259697955142f,1.3217414235216596f,0.9945029995795728f,-0.051559986597897324f,-0.09113370183009578f,-0.12230164171517972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09471148822370806f,-0.7487860600393355f,-0.6560100382533942f,0.011919784704210644f,-0.21764335376146351f,0.6274561971590099f,-0.7476162727029261f,1.284690148929797f,0.9714222071591284f,0.21358407463461032f,-0.10354099912867529f,-0.12717462779881636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,-0.7315916282898374f,-0.6817426712961097f,0.005737335129238057f,-0.13052619222005157f,0.6759856371313693f,-0.7252629395857965f,1.3217414235216596f,0.9914445489255891f,0.08841440950615041f,-0.09602394804117297f,-0.12230164171517972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0004893719521416433f,-0.06632684043569546f,-0.9977978306014251f,0.011884540500253489f,-0.04361991224665132f,0.996849660268678f,-0.06624241902146612f,1.3457179402094037f,0.9990480788083659f,0.043491436628822114f,-0.003381001223640095f,-0.11914019210323225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0010788679388632645f,-0.06646370942771852f,-0.997788259789159f,0.011884540500253489f,-0.21643908905678752f,0.9741528690576606f,-0.06465530477073218f,1.3457179402094037f,0.9762955273749022f,0.21589062748492827f,-0.015436327021848389f,-0.11914019210323225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,0.003381853955558539f,-0.999993971738607f,0.011884540500253489f,-0.13052619222005157f,0.9914388390361101f,0.0034556613353101118f,1.3457179402094037f,0.9914445489255891f,0.13052812537745834f,-0.0003389560172951146f,-0.11914019210323225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02552576893507461f,-0.42321216611684903f,-0.9056709654013194f,0.013459896899893822f,0.05066418186337132f,0.9042542386581001f,-0.4239780802647406f,1.3444302284379894f,0.9983894910286208f,-0.0567074450098418f,-0.0016400866036131237f,0.0761134507580672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016948119497631926f,-0.40799368280256976f,-0.9128274294951321f,0.003018627371280792f,-0.25762163672988125f,0.8803515372106446f,-0.3982615512693538f,1.3860441991364731f,0.9660972277851287f,0.2419138808006915f,-0.09018769728648007f,-0.30926009913649494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,-0.22165452102233701f,-0.9751249426407311f,0.03034187372598864f,-0.13052619222005157f,0.9668056804830463f,-0.21965811919946845f,1.2111707185865797f,0.9914445489255891f,0.12710644946686267f,-0.029692708021718642f,-0.12895910580449488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,-0.13582332000289699f,-0.990732762248792f,1.3205888044027767e-17f,-0.13052619222005157f,0.9822711595115762f,-0.13455958656416014f,1.4316666666666666f,0.9914445489255891f,0.1292106610739772f,-0.018501661291920258f,-0.10783425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.21306616189622124f,-0.011392566953087937f,0.976971350692042f,0.850574545738112f,0.1275070904440993f,0.991056187821878f,0.03936463471755794f,1.873943353326712f,-0.9686819666646497f,0.13295804600770084f,-0.20970790509783024f,-0.46061159606701435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.21306616189622124f,-0.011392566953087937f,0.976971350692042f,0.8305995930603413f,0.1275070904440993f,0.991056187821878f,0.03936463471755794f,1.8858971430558464f,-0.9686819666646497f,0.13295804600770084f,-0.20970790509783024f,-0.5514255304418253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21306616189622124f,-0.011392566953087937f,0.976971350692042f,0.6940413667954203f,0.1275070904440993f,0.991056187821878f,0.03936463471755794f,1.8740155529836455f,-0.9686819666646497f,0.13295804600770084f,-0.20970790509783024f,-0.4745623774897453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2731694870456577f,-0.730801219241931f,-0.6255461688010879f,-0.937706334039422f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5763348504654933f,0.9619357737381652f,-0.21266725636620673f,-0.17161644814069466f,-0.4698120253380621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016791601206983114f,-0.730801219241931f,-0.682383777711203f,-0.925396836396243f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5601946073309803f,0.9443381273673573f,-0.21266725636620673f,0.2509943012699351f,-0.5613381490368804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13130130819390914f,-0.730801219241931f,-0.6698429251855057f,-0.8310751464400067f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6794730967104052f,0.9762786527873947f,-0.21266725636620673f,0.04065255442527342f,-0.5216729703512623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2298674317324559e-8f,-1.6191511908897385e-9f,-0.000015624995075869927f,0.6874768877782388f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5954258928578893f,0.00001549132107696233f,0.000002039471110710357f,-1.2404799093196888e-8f,-0.07844936653359336f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68.mcfunction new file mode 100644 index 000000000..e22535c81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..352651d96 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5981837970433626f,0.06267964905606493f,-0.5524417172819575f,-0.31535277233447395f,-0.23593932030267298f,0.7633890793603948f,-0.16886146716419909f,1.5430811767276902f,0.5034413834145366f,0.2832892859815594f,0.577268047234697f,-0.13132496524685372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5648681436817592f,-0.16751665348883013f,-0.5411673965211012f,-0.31535277233447395f,0.07264343919418528f,0.779333500101567f,-0.165415314773093f,1.5430811767276902f,0.5618246265477906f,0.06765697616169335f,0.5654870666788869f,-0.13132496524685372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.583502167723156f,0.06009088168615202f,-0.5682066091176725f,-0.3138572021581277f,-0.022889118259667586f,0.8090275164535787f,0.10906424863672652f,1.5167151593694295f,0.5709165902057125f,0.09385098829303622f,-0.5763598558789008f,-0.02188358724837486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5506104438787522f,-0.16435579754093824f,-0.5566105558703731f,-0.3138572021581277f,-0.32399825118523773f,0.7236094798535311f,0.10683844764414027f,1.5167151593694295f,0.4815114456796964f,0.29895901471737607f,-0.564597409840556f,-0.02188358724837486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08301600348996035f,0.0064388294708456065f,1.5602798257490869f,-0.0016350058832692933f,1.5572632635583215f,-0.09698382086846817f,0.08325572930098103f,1.5064154754813197f,0.09718909988388727f,1.5594739273116427f,-0.001264475765489977f,0.7639760918334435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004120850861340756f,-0.9985790884794156f,0.053130242233574404f,-0.001933065487681523f,-0.06206964535581988f,-0.05328366675262761f,-0.9966484886773257f,1.5184336822670945f,0.9980633134794513f,0.0008092644899131557f,-0.062201023925688076f,0.5711936768210737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.9985790884794156f,0.05160749622853171f,-0.008211635542290213f,-0.2341928618064475f,-0.05328366675262761f,-0.9707288778728594f,1.5841394124277661f,0.9720993946579046f,0.0008092644899131557f,-0.23456792618924044f,0.23927928317849234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9796224492797345f,-0.02818805502811554f,-0.19885997692071183f,0.25422035477741045f,0.15623383236750032f,0.5152575053716901f,-0.8426747253726711f,1.5387136695327783f,0.12621745715604474f,-0.8565717347145394f,-0.5003538915579526f,-0.4834962478887527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7603878698030934f,-0.02818805502811554f,-0.6488572423962348f,0.00930764574857962f,0.5451820023096396f,0.5152575053716901f,-0.6612762565794986f,1.7161547852572472f,0.352968655568687f,-0.8565717347145394f,-0.3764279366281931f,-0.3431618489282165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.5800614740022829f,-0.8144643736798176f,0.2558663540659627f,-0.2341928618064475f,0.7900751385240415f,-0.5665112346327499f,1.4097437209172696f,0.9720993946579046f,0.19826739990355305f,-0.1253507281240127f,0.04738759385007114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.3083002995768426f,-0.9511963282604636f,0.19211507084367685f,-0.2341928618064475f,0.9238612657135258f,-0.3027111910602383f,1.5810757632944292f,0.9720993946579046f,0.22678467098776994f,-0.05992895719687206f,0.08953516367779756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.543982946999326f,-0.8389911101968166f,0.203881278308236f,-0.2341928618064475f,0.8140340350487443f,-0.5315094479509896f,1.4725823909249869f,0.9720993946579046f,0.2035464152378719f,-0.1165831194879748f,-0.25823244121634215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.05160749622853193f,-0.9985790884794156f,0.18796375346238992f,-0.2341928618064475f,0.9707288778728594f,-0.05328366675262783f,1.6542610326089442f,0.9720993946579046f,0.23456792618924044f,0.0008092644899131037f,-0.21424589715279763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,0.2561134921899648f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.3079630049161852f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.014197808476526137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,0.27268224151474085f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.2011741154018445f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,-0.10472200535660531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,-0.312751087129749f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.268540321891751f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.15560216646651293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,-0.36880334793089375f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.1567187494381206f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.05473397280231597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510485001455657f,0.2627293693335694f,-0.16272685353209349f,0.16486415480641778f,0.06745072138092331f,0.6903256724059836f,0.7203477397774072f,2.359817827063214f,0.30159103195563275f,0.6741095938397639f,-0.6742544808431945f,0.08592675395672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9804394432763227f,0.11071797147509471f,-0.16272685353209349f,0.053047973176288496f,-0.0413704361936986f,0.6923782353646911f,0.7203477397774072f,2.362029933364307f,0.19242397219982327f,0.7129894178637693f,-0.6742544808431945f,0.11527617876148738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9156491691299883f,0.4006972485956618f,-0.03206733602015417f,0.01966729119646418f,0.049826757210823004f,0.1922950736427631f,0.980071374400139f,2.4104031813396594f,0.3988782938910272f,0.8958037282912991f,-0.19604026892960696f,0.07063440811147197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994656368356661f,0.09813457519197641f,-0.03206733602015417f,0.05002238327086614f,-0.012034383558986082f,0.19828079759214506f,0.980071374400139f,2.41233662923233f,0.1025372249473055f,0.9752201446125454f,-0.19604026892960696f,0.07533502396483642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670588681524694f,0.25252491260910503f,-0.03206733602015417f,0.12348210526299243f,0.019131730171617137f,0.19772222429980507f,0.980071374400139f,2.463663034784938f,0.2538328631763546f,0.9471732104159736f,-0.19604026892960696f,0.16051080613992863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670588681524694f,0.19574758406481085f,-0.16272685353209349f,0.07943889884841006f,0.019131730171617137f,0.6933491982386804f,0.7203477397774072f,2.307659465181235f,0.2538328631763546f,0.6935054236518767f,-0.6742544808431945f,0.004472085818256626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9519376052137337f,-0.17938797157902472f,-0.24826347180506786f,-0.2258126805906145f,-0.22059832957526176f,0.9638538339166254f,0.1494060368018176f,2.38374987907719f,0.2124880532372275f,0.1969917320523501f,-0.9571013973108956f,0.12818017400722104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682801350122788f,-0.028263557948325732f,-0.24826347180506786f,-0.11456614434342319f,-0.06710243919052672f,0.9864963754732479f,0.1494060368018176f,2.401420375900616f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.10208223654052317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932680503325109f,-0.26167217522028713f,-0.24826347180506786f,-0.09281608246988551f,-0.3037642831259527f,0.9409596678201195f,0.1494060368018176f,2.3986578547671766f,0.1945105113205924f,0.21476167314335545f,-0.9571013973108956f,0.09600922983176809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678930194069163f,0.03934909847325703f,-0.24826347180506786f,-0.12128289050788092f,0.0018755274931589738f,0.9887741494212903f,0.1494060368018176f,2.4065708020101937f,0.25135549602104623f,0.14414343511081443f,-0.9571013973108956f,0.10462849494296769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9621322053811139f,-0.11254718093212882f,-0.24826347180506786f,-0.18795425061438858f,-0.15282591847287008f,0.9768940960053435f,0.1494060368018176f,2.510685026984805f,0.22571189160387337f,0.18168945278725745f,-0.9571013973108956f,0.1055242799251711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9621322053811139f,-0.11254718093212882f,-0.24826347180506786f,-0.16263113490465964f,-0.15282591847287008f,0.9768940960053435f,0.1494060368018176f,2.290883855383603f,0.22571189160387337f,0.18168945278725745f,-0.9571013973108956f,0.06464415304803824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,-0.01935281108569946f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,1.7890233292023223f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,-0.018212027679034834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.05160749622853193f,-0.9985790884794156f,1.3002687389947023e-17f,-0.2341928618064475f,0.9707288778728594f,-0.05328366675262783f,1.425f,0.9720993946579046f,0.23456792618924044f,0.0008092644899131037f,-0.106175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008511078243979422f,-0.37692689353817765f,-0.926203907611485f,0.23404394640794554f,-0.19907342785765308f,0.907058379570189f,-0.37096477780580006f,0.8269893149086587f,0.9799476169000712f,0.18753989703303692f,-0.06731608390800263f,-0.3352155456996328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008511078243979422f,-0.5394024736807088f,-0.8420050670478516f,0.028396753317175318f,-0.19907342785765308f,0.8242666419368789f,-0.530051198763954f,1.1412409721470937f,0.9799476169000712f,0.17213214219672393f,-0.10036530154708924f,-0.2695901664871318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03700863777333856f,0.03570119864424168f,-0.9986770174313243f,0.307488629989052f,0.1449145131654485f,0.9889897378961977f,0.029984699598805037f,1.242192701490996f,0.9887518114290273f,-0.14361310090438814f,-0.04177478479230263f,-0.013984196056311082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03700863777333856f,-0.9927973457161611f,-0.11394643947533734f,-0.01386045301435008f,0.1449145131654485f,0.10748750729628379f,-0.9835884401767092f,1.1636978233748034f,0.9887518114290273f,-0.052913761104047635f,0.1398927778037199f,-0.01450772962408274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09535610035781744f,-0.786723267952426f,-0.6098964779262177f,0.005302511625573521f,-0.04026437341043153f,0.6152352522511652f,-0.7873146541385535f,1.3150533759472731f,0.9946285710547507f,-0.05051815564428804f,-0.09034335388884066f,-0.12064581476175328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09389648582830346f,-0.7424546668016613f,-0.6632831353905582f,0.01112303988963641f,-0.2185546716920892f,0.6346034474531177f,-0.7412909819781844f,1.2779445964571898f,0.9712967133840504f,0.2145682460781467f,-0.10267990233872237f,-0.12552695811998574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,-0.7249601898562383f,-0.6887903754215897f,0.005302511625573521f,-0.13052619222005157f,0.6829675149838185f,-0.7186920666191895f,1.3150533759472731f,0.9914445881108745f,0.08937615230269437f,-0.09512902872007004f,-0.12064581476175328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0000967861594283238f,-0.062432889502552616f,-0.998049159581231f,0.011544505614218919f,-0.04362175338878929f,0.9970994030786338f,-0.06236924732205557f,1.3390058405987744f,0.9990481135879928f,0.043530617829226105f,-0.0028199375310221423f,-0.11748777768719339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.001369821124757568f,-0.06256088845337103f,-0.9980402090226682f,0.011544505614218919f,-0.21643724791464955f,0.9744026118676163f,-0.06078213307132164f,1.3390058405987744f,0.9762955706676225f,0.21592981549913892f,-0.014875263805698214f,-0.11748777768719339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,0.007303219071949502f,-0.9999730602076212f,0.011544505614218919f,-0.13052619222005157f,0.9914177142991746f,0.0073368193608912835f,1.3390058405987744f,0.9914445881108745f,0.13052807653906232f,0.00022347409474382865f,-0.11748777768719339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02476742485410483f,-0.417491839674075f,-0.9083430731126059f,0.013224665667423356f,0.05075880467957361f,0.9069246369762265f,-0.4182239192024296f,1.3377112289921476f,0.9984037852560442f,-0.05646473812120184f,-0.0012708010493127572f,0.07776494583538289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016491453979665904f,-0.40142798482037445f,-0.9157421061350678f,0.002728248900033755f,-0.2576894103204733f,0.8832208655347079f,-0.3918125450937066f,1.379366980569726f,0.9660870559914998f,0.24243860189164257f,-0.08887814443665189f,-0.307602592004213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,-0.21782895616888934f,-0.975986682288329f,0.029473968875148176f,-0.13052619222005157f,0.9676581677616795f,-0.21587168297079481f,1.204388035652294f,0.9914445881108745f,0.12723292112688944f,-0.029144681970765408f,-0.12731732503518123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,-0.1319372070196448f,-0.9912578027706329f,1.3002687389947023e-17f,-0.13052619222005157f,0.9827903931568646f,-0.13071325970654074f,1.425f,0.9914445881108745f,0.12928888785363885f,-0.017944697914078322f,-0.106175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3476282875986428f,-0.011501693117335515f,0.9375618831398113f,0.8183617039865362f,0.12241895800094484f,0.9919223305261072f,-0.03322181400253269f,1.8566272255603047f,-0.9296064610270292f,0.12632419110800044f,0.34622828647831655f,-0.3774292807542857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3476282875986428f,-0.011501693117335515f,0.9375618831398113f,0.8509518559489089f,0.12241895800094484f,0.9919223305261072f,-0.03322181400253269f,1.8681040028728932f,-0.9296064610270292f,0.12632419110800044f,0.34622828647831655f,-0.46457988647556975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3476282875986428f,-0.011501693117335515f,0.9375618831398113f,0.6940224974967508f,0.12241895800094484f,0.9919223305261072f,-0.03322181400253269f,1.867348886316979f,-0.9296064610270292f,0.12632419110800044f,0.34622828647831655f,-0.47293882658667524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2731199945157584f,-0.7308121601316272f,-0.625554997741571f,-0.9377249567698929f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.569668183798827f,0.9619498271977297f,-0.21262965592684352f,-0.17158426319068415f,-0.4681045200504582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01684018794371092f,-0.7308121601316272f,-0.682370863001759f,-0.9254201682165695f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.553527940664314f,0.9443372621795679f,-0.21262965592684352f,0.2510294099894077f,-0.5596312769591175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13125107790211657f,-0.7308121601316272f,-0.6698408327007822f,-0.8310964375881138f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.672806430043739f,0.976285407025699f,-0.21262965592684352f,0.040687018188820735f,-0.519970951233111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1501636607432593e-8f,-1.5142191857111232e-9f,-0.000015624995693423268f,0.6874783987385346f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5887592261912227f,0.000015491321689232416f,0.0000020394711913172434f,-1.1600883776325371e-8f,-0.07682547840845715f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69.mcfunction new file mode 100644 index 000000000..c999abc8e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..72a713a4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6178768022828103f,0.06614005489086507f,-0.5299039486399841f,-0.3128624936856343f,-0.23015541951031412f,0.7642328315920115f,-0.1729771847132796f,1.5352976233938436f,0.48187258120300297f,0.2802108432954265f,0.5968459962409612f,-0.1319949501619527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5839880174351639f,-0.17176728733078384f,-0.5190895823412089f,-0.3128624936856343f,0.07819431353886805f,0.7779288853191564f,-0.16944703808647799f,1.5352976233938436f,0.5411502978122915f,0.0729564828450431f,0.5846654657054314f,-0.1319949501619527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6041687452416886f,0.06372295458142468f,-0.5457691423825112f,-0.3113364357561559f,-0.019233288442405502f,0.8082067894880997f,0.11565600064620202f,1.5075342712169475f,0.5491399205423141f,0.0984155217899938f,-0.5964094040020064f,-0.017216845653049304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5706757781794153f,-0.16881603493995856f,-0.5346309966196028f,-0.3113364357561559f,-0.3203819655153305f,0.7242371755179488f,0.11329567410240199f,1.5075342712169475f,0.46009189557288716f,0.29492653313144745f,-0.5842377835121696f,-0.017216845653049304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08293998521466582f,0.0058774752320992435f,1.5602860840683952f,-0.0019386056101368904f,1.5571791797459253f,-0.09841782030990494f,0.08314556399023448f,1.4970045404715426f,0.09859113052601617f,1.5593863017002372f,-0.0006332860797018512f,0.7660647478288108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.003761584148543084f,-0.9985830938037729f,0.053081590537385905f,-0.0021672684842705308f,-0.06298740499833941f,-0.05321316095374982f,-0.9965946750373922f,1.5091999829689664f,0.9980072330881518f,0.0004053030910087555f,-0.06309832353665057f,0.5732933688135197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.9985830938037729f,0.05162196967090178f,-0.008323161420421695f,-0.23508733397729437f,-0.05321316095374982f,-0.9705165144935755f,1.575211252793368f,0.9718883518114959f,0.0004053030910087555f,-0.23544185554513908f,0.24143730760123944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9782905153418471f,-0.02784691670861711f,-0.20535875151063482f,0.25284113085830917f,0.16187639020120898f,0.5160467197432463f,-0.841125327961096f,1.5289917541126905f,0.12939745703687236f,-0.8561076639489091f,-0.5003358530430656f,-0.48210454953736614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7560722656914021f,-0.02784691670861711f,-0.6538954643382177f,0.009412577792723873f,0.5493659318189587f,0.5160467197432463f,-0.657185556748566f,1.7077607419615322f,0.35574120088760763f,-0.8561076639489091f,-0.374870465252978f,-0.3408759523592582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.5800758328389777f,-0.8144599751612013f,0.25581065515764123f,-0.23508733397729437f,0.7899339158046726f,-0.5663376678845797f,1.4009731998849038f,0.9718883518114959f,0.19878741614514417f,-0.12616098761293443f,0.04947926503763804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.3083153165028486f,-0.9511964511041694f,0.19205655549395612f,-0.23508733397729437f,0.923674386684457f,-0.30258812400115814f,1.5722709716132321f,0.9718883518114959f,0.2275242690194619f,-0.06054534350627843f,0.09176165708187291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.5439974840302774f,-0.8389873421882754f,0.2039387070505325f,-0.23508733397729437f,0.8138853758668897f,-0.5313422064484054f,1.464096499269552f,0.9718883518114959f,0.20410127956174093f,-0.11736992499952363f,-0.25610133391825196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.051621969670902004f,-0.9985830938037729f,0.1880184434009648f,-0.23508733397729437f,0.9705165144935755f,-0.05321316095375003f,1.6457357634811365f,0.9718883518114959f,0.23544185554513908f,0.00040530309100870326f,-0.21195345285921957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,0.25613336884666243f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.2992225949002325f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,0.017115314592889737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,0.2727368165985695f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.1925418886630874f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,-0.10189672235923405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,-0.3127842481911152f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.259710515725156f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,0.1582811412766845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,-0.3688085813376478f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.1479857142741716f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,0.05729027368844934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951150878607823f,0.26253868799713537f,-0.1624359671634008f,0.1648622161550616f,0.0672412851882348f,0.6896869485229832f,0.7209788641862466f,2.351017965235129f,0.30131481160042733f,0.6748372769355578f,-0.6736497858445443f,0.08885945770404928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805107321569639f,0.11051362222235486f,-0.1624359671634008f,0.05303576380872697f,-0.04147737545037009f,0.6917146121938286f,0.7209788641862466f,2.3532110661519643f,0.1920373178597425f,0.7136649315896334f,-0.6736497858445443f,0.11817115313439797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9157873915385301f,0.40039237431183133f,-0.03192804553977091f,0.019674390893145557f,0.04952537003252978f,0.19144292312020578f,0.9802534595247965f,2.401627712506107f,0.3985984084541686f,0.896122510475061f,-0.19515059568876109f,0.07356200733561497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946936143441513f,0.09780190944444572f,-0.03192804553977091f,0.05002794695581746f,-0.012057690805593956f,0.19737722052482326f,0.9802534595247965f,2.403554673249114f,0.10217252896647863f,0.9754368351292235f,-0.19515059568876109f,0.078275189025847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9671476959682996f,0.25220216908508153f,-0.03192804553977091f,0.12346102429984492f,0.018967359280742058f,0.19683341782223684f,0.9802534595247965f,2.45479751746841f,0.2535065550732859f,0.9474442841334771f,-0.19515059568876109f,0.16352422772631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9671476959682996f,0.19555022565801433f,-0.1624359671634008f,0.07946222352679176f,0.018967359280742058f,0.6926974207246804f,0.7209788641862466f,2.298940597805357f,0.2535065550732859f,0.6942120659902671f,-0.6736497858445443f,0.007326512878500172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.952028755181195f,-0.17938956462190048f,-0.24791255194707199f,-0.22582791746751607f,-0.22072566999481166f,0.9636851306006133f,0.15030351847052797f,2.3749390310391982f,0.21194675726107753f,0.1978139357174915f,-0.9570518371135756f,0.13099597910975114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.028250872381801947f,-0.24791255194707199f,-0.11457085482950076f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.392625576424516f,0.24028225818518253f,0.1622227403262541f,-0.9570518371135756f,0.10495384497113197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9327711675965902f,-0.2616817064442693f,-0.24791255194707199f,-0.09281883128373056f,-0.3038764355139501f,0.9407805080223102f,0.15030351847052797f,2.3898670878151425f,0.19389961536792816f,0.21553357102247322f,-0.9570518371135756f,0.09888603340053959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679821915632913f,0.03936805054125081f,-0.24791255194707199f,-0.12128814018094454f,0.0017135008115041206f,0.9886384153219765f,0.15030351847052797f,2.397774138734608f,0.2510130290070559f,0.14506633084983195f,-0.9570518371135756f,0.10750244922569463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622232444368892f,-0.11254241179412021f,-0.24791255194707199f,-0.18795242212168425f,-0.15296471684599203f,0.9767346864607631f,0.15030351847052797f,2.5018922515462303f,0.22522926822589562f,0.18254741250414247f,-0.9570518371135756f,0.10847024523822779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622232444368892f,-0.11254241179412021f,-0.24791255194707199f,-0.16263037946800724f,-0.15296471684599203f,0.9767346864607631f,0.15030351847052797f,2.282126947092559f,0.22522926822589562f,0.18254741250414247f,-0.9570518371135756f,0.06739707742479581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,-0.01935823862658824f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,1.7803325818239797f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,-0.01586948935575802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.051621969670902004f,-0.9985830938037729f,1.2755943738563258e-17f,-0.23508733397729437f,0.9705165144935755f,-0.05321316095375003f,1.416388888888889f,0.9718883518114959f,0.23544185554513908f,0.00040530309100870326f,-0.10416018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008216349254611744f,-0.367521174884775f,-0.9299788586931644f,0.22926697918816127f,-0.1990972903557659f,0.9107886725556739f,-0.36169636840486163f,0.8162002890091702f,0.979945284481699f,0.1881280945408958f,-0.06568911223706463f,-0.33355469659713866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008216349254611744f,-0.5308421848496617f,-0.847430862306161f,0.026883396214227757f,-0.1990972903557659f,0.8296235042791646f,-0.5216177816376188f,1.1324942500156017f,0.979945284481699f,0.1730069823203573f,-0.09887276414910975f,-0.26759578458750244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03553210582290079f,0.04436211467168423f,-0.9983834294686817f,0.30694330824395233f,0.1445512122889935f,0.9887367518407739f,0.03878894926571154f,1.230825084677259f,0.9888591489598366f,-0.14293928200887238f,-0.041544496352892875f,-0.011973506743309815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03553210582290079f,-0.9918251351475394f,-0.12255762214303638f,-0.015083303880022514f,0.1445512122889935f,0.11624476734259669f,-0.9826454605254368f,1.1551576943982846f,0.9888591489598366f,-0.0526313153458152f,0.139239104289696f,-0.012483660959650741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09417419283964831f,-0.7791451714255759f,-0.6197289917756071f,0.004750551306672137f,-0.03910220126742989f,0.6249100027812952f,-0.7797169398441482f,1.3064175493355679f,0.9947875347324382f,-0.04919644568555206f,-0.08931668641897991f,-0.1186349214221876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09282150122203117f,-0.7341950805496287f,-0.6725635677076276f,0.010103905381794242f,-0.21971684383509085f,0.6437246410195145f,-0.7330368988526045f,1.2692397781099385f,0.9711378261843344f,0.21581512977782935f,-0.10156353830457031f,-0.123525785542273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,-0.7163148287756187f,-0.6977768989468738f,0.004750551306672137f,-0.13052619222005157f,0.6918712616053575f,-0.7101246865932385f,1.3064175493355679f,0.991444626679823f,0.0905937273809121f,-0.09396982913115895f,-0.1186349214221876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0003906635367700918f,-0.05748867681834912f,-0.9983460819874422f,0.011112705069256663f,-0.0436259982346594f,0.9973946857319652f,-0.057450963017723136f,1.3303389515627286f,0.9990478565414324f,0.04357628840676667f,-0.00211835517790646f,-0.11548123072910832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0017498356603273331f,-0.05760729930691363f,-0.9983377870949921f,0.011112705069256663f,-0.21643300306877944f,0.9746978945209478f,-0.0558638487669892f,1.3303389515627286f,0.976295904558547f,0.21597549278331327f,-0.014173681921556054f,-0.11548123072910832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,0.012279736995041202f,-0.9999243684834831f,0.011112705069256663f,-0.13052619222005157f,0.9913690101548889f,0.012263720848504689f,1.3303389515627286f,0.991444626679823f,0.13052468641543838f,0.0009265332469518134f,-0.11548123072910832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.023815097603528866f,-0.41013206595732554f,-0.9117151581495782f,0.012923737562600072f,0.05087497290198903f,0.9102949676880533f,-0.41082211349199266f,1.3290350510209452f,0.9984210425759046f,-0.05616725269569223f,-0.0008133057616764444f,0.07977026095452822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015900786510671838f,-0.39296762136406826f,-0.9194148212574171f,0.0023617622380754516f,-0.257772615807921f,0.8868369862883538f,-0.383501549267447f,1.3707440396954218f,0.9660747608378369f,0.24309793974951013f,-0.08719488609809381f,-0.3055897273239599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,-0.2129690328230789f,-0.9770587114836866f,0.028371756612353048f,-0.13052619222005157f,0.9687190235857436f,-0.21106010160051047f,1.1956344916257244f,0.991444626679823f,0.12738777178946967f,-0.028458879567197105f,-0.12532362248176712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,-0.12700234364864757f,-0.991902182342347f,1.2755943738563258e-17f,-0.13052619222005157f,0.983427855156119f,-0.125827528178732f,1.416388888888889f,0.991444626679823f,0.12938337764483612f,-0.01724800907119286f,-0.10416018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7979909130609472f,-0.007786121507138063f,0.6026191823897016f,0.7469896021971414f,0.07873518878897004f,0.9926934750931878f,-0.0914354119243503f,1.8413317514427323f,-0.5975042030969503f,0.12041196294092399f,0.7927734143260559f,-0.3240377361143001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7979909130609472f,-0.007786121507138063f,0.6026191823897016f,0.8218012502966052f,0.07873518878897004f,0.9926934750931878f,-0.0914354119243503f,1.8487131753916983f,-0.5975042030969503f,0.12041196294092399f,0.7927734143260559f,-0.38005375515463924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7979909130609472f,-0.007786121507138063f,0.6026191823897016f,0.6940025488884181f,0.07873518878897004f,0.9926934750931878f,-0.0914354119243503f,1.8587377752058678f,-0.5975042030969503f,0.12041196294092399f,0.7927734143260559f,-0.47096175778337807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27306767550368716f,-0.7308237235703451f,-0.6255643289556949f,-0.9377446400361488f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5610570726877153f,0.961964680248211f,-0.2125899081391184f,-0.17155024019906848f,-0.4660387036365107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016891548613254093f,-0.7308237235703451f,-0.6823572089838443f,-0.9254448294659783f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5449168295532023f,0.9443363448773044f,-0.2125899081391184f,0.2510665224620232f,-0.5575661296436739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13119797941515243f,-0.7308237235703451f,-0.6698386188210986f,-0.8311189419278987f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6641953189326273f,0.9762925440764071f,-0.2125899081391184f,0.04072344948819734f,-0.5179109340633219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0659093283302161e-8f,-1.4032962527637648e-9f,-0.000015624996301263242f,0.6874799939859813f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5801481150801115f,0.000015491322291872238f,0.0000020394712706562814f,-1.0751070179063945e-8f,-0.07484805427003047f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..2777da3dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4361103345362439f,-0.09328591744340503f,-0.6841417675905134f,-0.11256020590466392f,-0.12413704724714424f,0.806587079045112f,-0.03084998967064758f,1.1508685428342453f,0.6792217708936384f,0.08751837503439497f,-0.444907590876907f,-0.30623907102519643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.42966111386767797f,0.07906016317980524f,-0.6701796907009111f,-0.11256020590466392f,0.19002106259489857f,0.7765170463758826f,-0.030220398044716f,1.1508685428342453f,0.6475209054542502f,-0.17541598355240606f,-0.4358278441243171f,-0.30623907102519643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8057418958880416f,0.12568613683338212f,0.043902581508259514f,-0.18102156140806527f,0.12413704724714424f,0.806587079045112f,-0.03084998967064758f,1.1508685428342453f,-0.048108576740008645f,-0.02376390897598978f,-0.8149020100102072f,-0.2714467956728569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7763328473553391f,-0.1883022612029543f,0.04300661045707055f,-0.18102156140806527f,-0.19002106259489857f,0.7765170463758826f,-0.030220398044716f,1.1508685428342453f,-0.03463099605061148f,-0.039541561849904365f,-0.7982713567446929f,-0.2714467956728569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.11193042603478212f,1.1070936193180103f,1.0969145581097097f,-0.5143850127901348f,1.5568075854419796f,-0.13044739597844898f,-0.027200529273426106f,0.8440463999128174f,0.0723047138019711f,1.0948668617452029f,-1.1124049772516413f,0.2846143406286578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3785450737171032f,-0.6985800927444533f,-0.6071980576267219f,-0.4450529024019535f,-0.8595960750686463f,0.5085959977431886f,-0.049241230754202975f,1.0688396595493148f,0.34321744549351096f,0.5033050417994651f,-0.7930232153021419f,0.20100024063389904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49651653044841704f,-0.6985800927444533f,-0.5152253769105487f,-0.2672651808042445f,-0.8510496659726464f,0.5085959977431886f,0.13055488166842844f,1.3854202762162657f,0.17083852328825916f,0.5033050417994651f,-0.8470526747847064f,0.13282106755301124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3191950401338169f,0.946602185526836f,0.04537431773358813f,0.4641585838655401f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2183797553991904f,-0.8746268520315155f,0.31268353634509644f,-0.370481950713076f,0.07107966150866266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.539558187024844f,0.8258072723503501f,0.16407105700804764f,0.26483866107534343f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3854202762162657f,-0.6704758288607834f,-0.30356590372111825f,-0.67698589720276f,-0.13759577194109732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.913301208592128f,0.012498039334438743f,-0.4070929886364454f,-0.04803324044970897f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0622560523348088f,0.28207541259470337f,-0.7015958551483252f,-0.6543674179298797f,0.3222311447286443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9015964019644555f,0.020638061716153358f,-0.4320856377772216f,-0.04686413911403784f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.236481856220946f,0.3996208638030995f,-0.3426735760875253f,-0.8502223153179711f,0.25266595974149597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.2434259467234688f,-0.3821021976679996f,0.23825852122859958f,0f,0.8433914458128857f,-0.5372996083468239f,1.049432935845381f,0.4530543907754698f,-0.4789934003631294f,-0.751869032084468f,0.12394404068544489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.019761954968801565f,-0.4526231833840851f,0.23172425977579877f,0f,0.9990482215818578f,-0.04361938736533605f,1.236481856220946f,0.4530543907754698f,-0.0388859369173265f,-0.890634382285531f,0.11108646262416162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,0.30255446226988747f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.9186283093262924f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.009664022046614852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,0.3213205180643127f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.7973811886375766f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.11342954317293362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,-0.276732997530014f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.927222416875618f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,0.08784715799961461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,-0.3319185323483421f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.8070724162995822f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.0034701273761216962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704735965733804f,0.1757653083162758f,-0.1651894510748561f,0.20413242428975997f,0.17071145001256766f,0.9843191561069214f,0.04442296428160398f,2.0276970191204544f,0.170407157093047f,0.01491158319705025f,-0.9852609022477361f,-0.010447126472262112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9860212081700451f,0.02178582778946961f,-0.1651894510748561f,0.0907771037523908f,0.014628268169065012f,0.9989057082702099f,0.04442296428160398f,2.039448331523154f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,0.00908793400075554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9514616955488531f,0.25967881537947907f,-0.1651894510748561f,0.06865875046401769f,0.2558509085573208f,0.9656950413224814f,0.04442296428160398f,2.0354601175829354f,0.17105833652206304f,0.0000028777750940463254f,-0.9852609022477361f,0.012616492116723731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9851390125883857f,-0.04704860391093811f,-0.1651894510748561f,0.09757717048165993f,-0.05508750536878841f,0.9974928405741463f,0.04442296428160398f,2.0450245606529256f,0.16268525633450726f,0.05286266994158184f,-0.9852609022477361f,0.008199248921681623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9803703397826524f,0.107640336900413f,-0.1651894510748561f,0.15167485031727557f,0.10163297213145249f,0.9938296328949761f,0.04442296428160398f,2.1501900472969964f,0.16895187436123374f,0.02676226170940796f,-0.9852609022477361f,-0.027846638313465896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9803703397826524f,0.107640336900413f,-0.1651894510748561f,0.12745577451468268f,0.10163297213145249f,0.9938296328949761f,0.04442296428160398f,1.926578379895627f,0.16895187436123374f,0.02676226170940796f,-0.9852609022477361f,-0.033868147198082676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9772897052047889f,-0.13273009212053044f,-0.1651894510748561f,-0.18088573289345714f,-0.1418151101851987f,0.988895886717907f,0.04442296428160398f,2.033409014771834f,0.1574589045557498f,0.06684046587270485f,-0.9852609022477361f,0.05436279511507647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469622f,-0.1651894510748561f,-0.0670913241055413f,0.014628268169065012f,0.9989057082702099f,0.04442296428160398f,2.041790412686317f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,0.035661850684171076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9620026330609258f,-0.21740142418446468f,-0.1651894510748561f,-0.045161186643782394f,-0.22746341638279488f,0.9727728380520825f,0.04442296428160398f,2.0371487106367185f,0.15103419543703708f,0.08030956549915982f,-0.9852609022477361f,0.03177574749574221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9820996075400054f,0.0905141211267908f,-0.1651894510748561f,-0.07364383875812239f,0.08427277425482714f,0.9954520077652317f,0.04442296428160398f,2.047564736075709f,0.1684590763038982f,0.029706802467016805f,-0.9852609022477361f,0.03702079921977488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.98416785978738f,-0.06423448462559411f,-0.1651894510748561f,-0.1335022865685872f,-0.07248776574687889f,0.9963795080497497f,0.04442296428160398f,2.1544208362490864f,0.1617378977808033f,0.05569386791580712f,-0.9852609022477361f,0.020157092251582187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.98416785978738f,-0.06423448462559411f,-0.1651894510748561f,-0.11904952752782855f,-0.07248776574687889f,0.9963795080497497f,0.04442296428160398f,1.930235446937893f,0.1617378977808033f,0.05569386791580712f,-0.9852609022477361f,0.007625971970525603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,-0.0017999429025868522f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.4150795202944773f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.0035417784462761677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.019761954968801565f,-0.4526231833840851f,0.005610790210713735f,0f,0.9990482215818578f,-0.04361938736533605f,1.0404364372012807f,0.4530543907754698f,-0.0388859369173265f,-0.890634382285531f,0.01104044789772127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8612259543285712f,-0.42406360851497304f,-0.28010696443341304f,0.28435994664549125f,-0.1205904774487396f,0.7059220644839663f,-0.6979484047000755f,0.851809234168158f,0.49370820566355444f,-0.5673130483321838f,-0.6590964366862551f,0.2792213923379286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8612259543285712f,-0.4700301345001511f,0.19329130413086743f,0.15125285849761375f,-0.1205904774487396f,-0.1804725088678553f,-0.9761596233668073f,0.7481827284312066f,0.49370820566355444f,-0.8640030938629281f,0.09874645034512164f,0.021717775094320293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9080457459302226f,-0.12930359443206169f,-0.3984137344080576f,0.05951221046653481f,0.16042999720436046f,0.7712708654030151f,-0.6159573590578271f,0.7742752793126809f,0.38693040626840675f,-0.6232349738641381f,-0.6796050529958797f,0.4366519796944984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9080457459302226f,-0.38348758243809083f,-0.16849390912971848f,-0.07994704946703567f,0.16042999720436046f,0.0531755083943774f,-0.9856138094121898f,0.7520333902579677f,0.38693040626840675f,-0.9220139041374525f,0.013237117593258685f,0.1185918853709239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9263946100804384f,-0.20675006956207448f,-0.3147180248253816f,0.015221617737674893f,0.09067111198979887f,0.6887154718018775f,-0.7193398003386511f,0.9348141922288229f,0.3654747267109526f,-0.6949283471242157f,-0.6192760422451041f,0.029951837662889894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.841317623632751f,-0.47899715477628163f,-0.2504922790849401f,0.017725550619132474f,-0.09067111198979887f,0.5819001895165603f,-0.8081899027401446f,0.897494242171015f,0.5328821686034109f,-0.657231994927832f,-0.5329940892990354f,0.034878869235793225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.32590005500297564f,-0.3147180248253816f,0.015221617737674893f,0f,0.6946583704589973f,-0.7193398003386511f,0.9348141922288229f,0.4530543907754698f,-0.6412791143490546f,-0.6192760422451041f,0.029951837662889894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8999642719417645f,-0.058019811127619586f,-0.43208565209347666f,0.015170435814627735f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9597855409052624f,0.42796618725903257f,-0.30654026026529646f,-0.8502223305697462f,0.029851126117192046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8762167579713463f,-0.2134155156148169f,-0.43208565209347666f,0.015170435814627735f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9597855409052624f,0.47469457681638505f,-0.22756767639904876f,-0.8502223305697462f,0.029851126117192046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.136236082797059f,-0.43208565209347666f,0.015170435814627735f,0f,0.9537169507482269f,-0.30070579950427306f,0.9597855409052624f,0.4530543907754698f,-0.2680740711065077f,-0.8502223305697462f,0.029851126117192046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9064862793846182f,-0.08820054195916208f,-0.4129204398979806f,-0.15746894229317426f,0.1205904774487396f,0.8831269718536094f,-0.45337036552178733f,0.9721699042950753f,0.404648689650809f,-0.46076828882073045f,-0.78990633747369f,0.1177985148361326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8612259543285712f,-0.35338536451469693f,-0.3652514746550058f,0.1822129625840798f,-0.12059047744873963f,0.8402525761555553f,-0.5286147415771129f,0.9722147298367746f,0.4937082056635545f,-0.41121088556939667f,-0.7662622366068328f,-0.06910928274182673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.2091972366606163f,-0.40186415263680103f,0.03177408148296423f,0f,0.8870108331782217f,-0.46174861323503386f,0.8341956669545093f,0.4530543907754698f,-0.4116409819224016f,-0.7907549690017944f,0.0797664701914774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.17337640931003143f,-0.4185676787518268f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.040625f,0.4530543907754698f,-0.34115572705362374f,-0.8236227831341124f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8824540017185534f,-0.12174814177077896f,-0.45437025081564597f,0.12734310000631222f,0f,0.9659258262890683f,-0.2588190451025207f,1.11875f,0.4703986977563933f,0.22839590207169425f,0.8523851107720886f,0.34440807046642496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8824540017185534f,-0.12174814177077896f,-0.45437025081564597f,0.2100731626674266f,0f,0.9659258262890683f,-0.2588190451025207f,1.11875f,0.4703986977563933f,0.22839590207169425f,0.8523851107720886f,0.3885079483810868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8824540017185534f,-0.12174814177077896f,-0.45437025081564597f,0.23686366895921632f,0f,0.9659258262890683f,-0.2588190451025207f,1.157572856765378f,0.4703986977563933f,0.22839590207169425f,0.8523851107720886f,0.2386002428079426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3668835667655542f,-0.4427897632362956f,-0.818128152559567f,0.3071110987529537f,-0.5140200655082842f,0.8294993993759021f,-0.21843561680705081f,1.9021701267079976f,0.7753578662090455f,0.3403938483700355f,-0.5319325213780344f,-0.5912042217196943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7239707068194446f,-0.4427897632362956f,-0.5289646880846572f,0.28557272562849545f,0.10679149356054296f,0.8294993993759021f,-0.5482028122311359f,1.9267328732920024f,0.6815144844905807f,0.3403938483700355f,0.6478194466217999f,-0.6790781795422574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.22974264666088828f,-0.4427897632362956f,-0.8666922994225777f,0.42634575710411127f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9884374499109647f,0.9373222167740046f,0.3403938483700355f,0.07455930480968087f,-0.646325096352428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013929419944491831f,0f,-0.000007078974855866716f,0.3050406159973758f,0f,0.000015625f,0f,1.2067474999999999f,0.000007078974855866716f,0f,-0.000013929419944491831f,0.6161643976230625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7.mcfunction new file mode 100644 index 000000000..ee8113031 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70.mcfunction new file mode 100644 index 000000000..e0da2a910 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..9978383a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6290042511770236f,0.06808547991577889f,-0.5163937101382182f,-0.31142840717243536f,-0.22690208125623404f,0.76461432586184f,-0.1755699936004944f,1.525684062110653f,0.46884276891860605f,0.2787000978757029f,0.6078298758051076f,-0.13144360799160715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5947879235984672f,-0.174178015794867f,-0.5058550629925403f,-0.31142840717243536f,0.08128167761581778f,0.7770545565987798f,-0.1719869325066068f,1.525684062110653f,0.5287916554044534f,0.07647375290148192f,0.5954251844621463f,-0.13144360799160715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160997608403007f,0.06581007009712299f,-0.5320099283009485f,-0.30991269165699964f,-0.017169853002693046f,0.8076507931053916f,0.11979080510849835f,1.497016241221525f,0.535789814465369f,0.10155626772626139f,-0.607914503565363f,-0.013443039645719052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.58225604819697f,-0.1713997659054487f,-0.521152582825419f,-0.30991269165699964f,-0.3183060768228968f,0.7245075123784208f,0.11734609480016166f,1.497016241221525f,0.44683233521720866f,0.29276438436871005f,-0.5955080851252537f,-0.013443039645719052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0828512089625053f,0.005193396798323142f,1.560293227506659f,-0.0023089139192324815f,1.5570867718318657f,-0.09997878100982933f,0.08301372376907189f,1.485994922626993f,0.10011349639119826f,1.5592894285466965f,0.00012594778990016172f,0.7683366598058143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0033237739509263797f,-0.9985876656042617f,0.053024773736003165f,-0.0024530085951552233f,-0.06398641984629103f,-0.05312878321220576f,-0.996535533972394f,1.4983832888548905f,0.9979452342698858f,-0.00008060658553653243f,-0.06407263769036711f,0.5755775010330003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.9985876656042617f,0.051642040987378846f,-0.008459515398367857f,-0.2360609018067692f,-0.05312878321220576f,-0.9702847948064348f,1.5647271433916854f,0.9716581070173221f,-0.00008060658553653243f,-0.2363906016957793f,0.24378503130798745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9766829470480416f,-0.0274323392412082f,-0.21292695392858918f,0.2512241989741014f,0.16845837047172219f,0.5169055484311371f,-0.8393035395011255f,1.5175409753132438f,0.1330871833181706f,-0.8556027821161294f,-0.5002316272204058f,-0.4806401633034084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7509971174408716f,-0.0274323392412082f,-0.6597353987465407f,0.009539763081811616f,0.5542394409041047f,0.5169055484311371f,-0.6524011773038203f,1.6978577937865955f,0.3589177785256777f,-0.8556027821161294f,-0.3729904924972378f,-0.3383875480442363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.5800952172422128f,-0.8144530466681433f,0.2557427481213143f,-0.2360609018067692f,0.7897838215301967f,-0.5661420015219975f,1.390658856081795f,0.9716581070173221f,0.19932650145394232f,-0.12708056061272996f,0.051767173934372496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.3083358871748384f,-0.9511956722853696f,0.19198479632424856f,-0.2360609018067692f,0.9234724012206826f,-0.3024466478932796f,1.56191963976134f,0.9716581070173221f,0.22831492475046808f,-0.06126024978485068f,0.09419334576392994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.5440171522004783f,-0.8389812658254013f,0.2040085601423492f,-0.2360609018067692f,0.813726889602041f,-0.5311532733371439f,1.4540923274448252f,0.9716581070173221f,0.20467996299166538f,-0.11826510819867664f,-0.25377254670578225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.05164204098737907f,-0.9985876656042617f,0.188084504547189f,-0.2360609018067692f,0.9702847948064348f,-0.053128783212205974f,1.6356886715759553f,0.9716581070173221f,0.2363906016957793f,-0.00008060658553658492f,-0.20944981267898324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,0.25615533783447025f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.288940158000111f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,0.02030231303235335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,0.2728013499233694f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.182377194227521f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,-0.0988092209748031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,-0.3128267351318698f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.249335118953005f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,0.16118201889875533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,-0.3688167323578225f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.13771619274887f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,0.060055128193692714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951275683986025f,0.26230445792798845f,-0.16208314041881416f,0.16485747715065652f,0.06702044965975862f,0.6889889930591441f,0.7216664234746899f,2.3406714531034063f,0.30096981972338127f,0.6756408356474991f,-0.672998238349273f,0.09205870308948913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805973593182944f,0.1102627520514685f,-0.16208314041881416f,0.05301851853897347f,-0.04158630783742761f,0.6909907034321809f,0.7216664234746899f,2.342844711536264f,0.19157086912795307f,0.7144046285406725f,-0.672998238349273f,0.12132412482638319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159558546402333f,0.4000201625587948f,-0.0317606973587761f,0.01968056890445473f,0.04920418810869927f,0.1905120734567397f,0.9804509665147858f,2.3913088064114936f,0.39825095131442445f,0.8964870436395888f,-0.19418331638816633f,0.07674900443414295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947388125175871f,0.09739585706992729f,-0.0317606973587761f,0.050032242248622044f,-0.012075504601949956f,0.19639267921394304f,0.9804509665147858f,2.3932284732886338f,0.10172943064673931f,0.9756761566097555f,-0.19418331638816633f,0.08147726302370503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672558582632045f,0.2518081864411809f,-0.0317606973587761f,0.12343269648278841f,0.018795748608501944f,0.19586378454034947f,0.9804509665147858f,2.4443797483530973f,0.2531063501569217f,0.9477499750180611f,-0.19418331638816633f,0.16680934906844938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672558582632045f,0.19530786017845586f,-0.16208314041881416f,0.07948842794263591f,0.018795748608501944f,0.6919857607375282f,0.7216664234746899f,2.2886829521871537f,0.2531063501569217f,0.6949896018567597f,-0.672998238349273f,0.01043668865067867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9521391492516876f,-0.1793938941188103f,-0.2474850929150317f,-0.22584885847761788f,-0.22085685324567422f,0.9635019139287231f,0.1512822270794099f,2.3645835004324f,0.21131325286571942f,0.1987005098347171f,-0.9570082635770354f,0.13404986439595434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9684801241980256f,-0.02823787913805928f,-0.2474850929150317f,-0.11457902769847338f,-0.06741283242060546f,0.9861892302164555f,0.1512822270794099f,2.3822866546834325f,0.23979524402791827f,0.16319750116609974f,-0.9570082635770354f,0.10807365002694559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932880764243797f,-0.261695640943345f,-0.2474850929150317f,-0.09282460969437675f,-0.3039911511878155f,0.940586555171506f,0.1512822270794099f,2.379532393413674f,0.19319125162236694f,0.21636155791140743f,-0.9570082635770354f,0.10201250597974262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9680907301658038f,0.039388665271616954f,-0.2474850929150317f,-0.12129698208376662f,0.0015444649953473555f,0.9884894042921109f,0.1512822270794099f,2.387433234095223f,0.25059519707073297f,0.14607268961153724f,-0.9570082635770354f,0.11062449483509325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9623336716034121f,-0.11253903004351332f,-0.2474850929150317f,-0.1879528848666609f,-0.15310836109001094f,0.9765610669764716f,0.1512822270794099f,2.4915559841517085f,0.22465915129953523f,0.18347601800409918f,-0.9570082635770354f,0.11166760370858048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9623336716034121f,-0.11253903004351332f,-0.2474850929150317f,-0.16263160310687044f,-0.15310836109001094f,0.9765610669764716f,0.1512822270794099f,2.2718297440820026f,0.22465915129953523f,0.18347601800409918f,-0.9570082635770354f,0.07038549965765822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,-0.019365765370267136f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,1.770106798052413f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,-0.013321116956675358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.05164204098737907f,-0.9985876656042617f,1.2487428588527989e-17f,-0.2360609018067692f,0.9702847948064348f,-0.053128783212205974f,1.40625f,0.9716581070173221f,0.2363906016957793f,-0.00008060658553658492f,-0.1019675925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007870881599393116f,-0.3566408251351836f,-0.9342084195027061f,0.22373742086149473f,-0.19912192006395335f,0.9149688417271362f,-0.35097361669867333f,0.8036022571060715f,0.979943115784224f,0.18878384601283607f,-0.06381339445374222f,-0.3317602439551478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007870881599393116f,-0.5209148037990915f,-0.8535723849831381f,0.02513865191309111f,-0.19912192006395335f,0.8356877424233516f,-0.511836358725527f,1.1222082089049743f,0.979943115784224f,0.17399357558920356f,-0.0971479566475343f,-0.26542519326176395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.033844571871634206f,0.05441606833127004f,-0.997944605908661f,0.3062886241475001f,0.144155981366274f,0.988340890072555f,0.04900344933692191f,1.2174860405777592f,0.9889760350944568f,-0.14220118325090111f,-0.04129437602012399f,-0.009783159079857853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.033844571871634206f,-0.9905988402214834f,-0.13254615311912377f,-0.01649326551359854f,0.144155981366274f,0.1263967205626369f,-0.981449398628038f,1.145108152808589f,0.9889760350944568f,-0.05232405548945053f,0.13852290505899975f,-0.010279338365807203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09277455263273544f,-0.7700914842249726f,-0.6311513196595365f,0.004114096810357495f,-0.037755412722482715f,0.6361501484140482f,-0.7706409783309862f,1.2962535353375704f,0.9949710604806307f,-0.04766649344102537f,-0.08809366724734469f,-0.1164463086683315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09153400066154348f,-0.7243519118898506f,-0.6833270333189013f,0.008917836531554302f,-0.221063632380038f,0.6543042991514383f,-0.7231989730018211f,1.2590021214469294f,0.9709543743976007f,0.21725605136212783f,-0.10023677461241713f,-0.12134752003279563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,-0.7060213362524079f,-0.7081902861135321f,0.004114096810357495f,-0.13052619222005157f,0.7021894094195269f,-0.6999235289969828f,1.2962535353375704f,0.9914446639796576f,0.09199948943021641f,-0.0925935862295193f,-0.1164463086683315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.000946982220047782f,-0.051786654572015874f,-0.9986577219612902f,0.010614577047937722f,-0.04363354093517244f,0.997704910535462f,-0.05177862106009096f,1.3201383904366555f,0.9990471547079915f,0.043624006024946545f,-0.0013148263010322478f,-0.11329770523561122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0021934774559969f,-0.05189544312374477f,-0.9986501147246918f,0.010614577047937722f,-0.2164254603682664f,0.9750081193244445f,-0.05019150680935702f,1.3201383904366555f,0.9762966807077826f,0.2160232168874447f,-0.013370153498223753f,-0.11329770523561122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,0.018016366891262958f,-0.9998374963529031f,0.010614577047937722f,-0.13052619222005157f,0.9912824673721043f,0.01794388545457888f,1.3201383904366555f,0.9914446639796576f,0.13051620744073247f,0.001731433380646876f,-0.11329770523561122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022722043846620892f,-0.4015080098039643f,-0.9155736053353069f,0.012575334777074424f,0.0510034171597209f,0.9141519371220453f,-0.4021503292228461f,1.3188230448517975f,0.9984399632233597f,-0.05583505994688083f,-0.0002931198807596472f,0.08195226350989213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015213784861188785f,-0.3830326299731736f,-0.9236095198329386f,0.0019402889768367366f,-0.2578646140054678f,0.89096693619034f,-0.3737429055639849f,1.3605936858790022f,0.9660612721737729f,0.24385225648214223f,-0.08521558199389925f,-0.3033990372197191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,-0.20735989040208136f,-0.9782645268237211f,0.027100192954713324f,-0.13052619222005157f,0.9699124579058582f,-0.20550605135506594f,1.185338118274026f,0.9914446639796576f,0.12756057326405235f,-0.02767270161748315f,-0.12315418308295982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,-0.12130945197643109f,-0.9926145402170875f,1.2487428588527989e-17f,-0.13052619222005157f,0.9841326807239384f,-0.12019059811669486f,1.40625f,0.9914446639796576f,0.1294870016344987f,-0.01644976212506603f,-0.1019675925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9968930728199789f,-0.0011358494168286245f,0.07875856277029879f,0.6590660464162145f,0.01036252390111931f,0.9930964347179229f,-0.11684215612932332f,1.8305868195897155f,-0.07808213279579099f,0.11729527354779781f,0.9900227266792455f,-0.31664524267415356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9968930728199789f,-0.0011358494168286245f,0.07875856277029879f,0.7525247719930875f,0.01036252390111931f,0.9930964347179229f,-0.11684215612932332f,1.8315583062054452f,-0.07808213279579099f,0.11729527354779781f,0.9900227266792455f,-0.323965442623759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9968930728199789f,-0.0011358494168286245f,0.07875856277029879f,0.6939816247891062f,0.01036252390111931f,0.9930964347179229f,-0.11684215612932332f,1.8485988863169789f,-0.07808213279579099f,0.11729527354779781f,0.9900227266792455f,-0.4688087516508431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27301280299809727f,-0.7308358488624509f,-0.6255741134482972f,-0.9377652806616349f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5509181837988266f,0.9619802549164677f,-0.21254822039556978f,-0.17151455669278942f,-0.4637926199451209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016945415097620015f,-0.7308358488624509f,-0.6823428866227522f,-0.9254706909877058f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5347779406643136f,0.9443353798190296f,-0.21254822039556978f,0.2511054448408585f,-0.5553207474049817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13114228985524296f,-0.7308358488624509f,-0.6698362947982323f,-0.8311425416049355f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6540564300437386f,0.9763000262385153f,-0.21254822039556978f,0.040761658128082315f,-0.5156709323942636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-9.775442541007812e-9f,-1.2869614255457575e-9f,-0.000015624996889102203f,0.6874816648801158f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.00001549132287468215f,0.000002039471347384662f,-9.859794449347717e-9f,-0.07269467672456999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71.mcfunction new file mode 100644 index 000000000..6e4111cb7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..a4f1d7f67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6312534592183535f,0.0684615074441111f,-0.5135917996500596f,-0.31109158066147913f,-0.2265747251329679f,0.7644794223558161f,-0.17657732348714025f,1.5145995131319514f,0.4659693215225946f,0.2789779189065723f,0.6099084821567703f,-0.12965209479410597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5969644755451942f,-0.17468087017815417f,-0.5031103343510789f,-0.31109158066147913f,0.08152737128315285f,0.7768097484163111f,-0.17297370464046394f,1.5145995131319514f,0.5262952618718038f,0.07780236731096533f,0.59746137027602f,-0.12965209479410597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6189392863258322f,0.0662901865180508f,-0.5286437509876724f,-0.30962756597123453f,-0.017061153909417853f,0.8074390012996128f,0.12122549505779501f,1.4856339862466403f,0.5325105832884387f,0.10291897199316731f,-0.6105608964993754f,-0.01094422368364667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5850058722733998f,-0.17202971166013298f,-0.5178551030083322f,-0.30962756597123453f,-0.3181283062929425f,0.7243565839483117f,0.11875150536273797f,1.4856339862466403f,0.4433537077106974f,0.2927683685046322f,-0.5981004700402045f,-0.01094422368364667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08275360455627923f,0.0044166723895753225f,1.5603007991851914f,-0.002729651209638824f,1.5569935991735124f,-0.1015404847066457f,0.08286562675953912f,1.4738736960376169f,0.10163180144843816f,1.5591909033118885f,0.0009767107056969655f,0.7706074243334999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.002826670329327775f,-0.9985925114785225f,0.052962306916018484f,-0.002777724641105323f,-0.0649859102122535f,-0.05303400112610479f,-0.996475903471048f,1.4864550726548729f,0.9978821781196087f,-0.0006250948516464867f,-0.06504435292700064f,0.5778607192430238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.9985925114785225f,0.05166684431675414f,-0.0086147051858621f,-0.23703485294033794f,-0.05303400112610479f,-0.9700525105457481f,1.5531316752825053f,0.9714272722516015f,-0.0006250948516464867f,-0.23733660480894977f,0.24613193175969894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9748517351780213f,-0.02696255897613698f,-0.22121734749756744f,0.24943778789470433f,0.1756810823391683f,0.5177645729121f,-0.8372908720064308f,1.5048286265438022f,0.1371140099644801f,-0.8550981624647602f,-0.5000068807735065f,-0.4792503439825074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7453762408935352f,-0.02696255897613698f,-0.6660985512106157f,0.009683602476326306f,0.5595808064785776f,0.5177645729121f,-0.6471392184514362f,1.6868434608730558f,0.362330761228201f,-0.8550981624647602f,-0.370841680528475f,-0.33589812466426855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.5801187398443779f,-0.8144438068178833f,0.255665595821026f,-0.23703485294033794f,0.7896388413494769f,-0.5659372568790715f,1.3792306881677463f,0.9714272722516015f,0.19983179905517234f,-0.128048064460914f,0.05406988078008171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.30836109955580876f,-0.9511939334664448f,0.19190292757014663f,-0.23703485294033794f,0.9232725632632625f,-0.3022949758379018f,1.550454950180621f,0.9714272722516015f,0.22908776965612523f,-0.06203102868561244f,0.09663614366132012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.544041055450946f,-0.838973060810927f,0.2040877469086117f,-0.23703485294033794f,0.8135731165744375f,-0.5309550475124135f,1.442974958504187f,0.9714272722516015f,0.2052269815866752f,-0.11920965042577564f,-0.2514315854761606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.05166684431675436f,-0.9985925114785225f,0.1881590104024795f,-0.23703485294033794f,0.9700525105457481f,-0.053034001126105006f,1.6245283417244767f,0.9714272722516015f,0.23733660480894977f,-0.0006250948516465394f,-0.20693487891730533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,0.2561783907595547f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.2775430013171807f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,0.02350470184419419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,0.2728729625245113f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.171097775464629f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,-0.09570527117309983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,-0.3128766701665972f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.237850868670812f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,0.1640647325795243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,-0.3688274253283833f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.1263385620548942f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,0.06279859327312351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9514173445435558f,0.26203693858485383f,-0.16168388701032327f,0.16485011077050327f,0.06680925415912531f,0.6882872804260788f,0.7223552748906692f,2.32921107890189f,0.30056872768202414f,0.6764593575528027f,-0.6723549490550801f,0.09526792923454387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9806954265539585f,0.10997636572183613f,-0.16168388701032327f,0.05299697025844712f,-0.04168513113062372f,0.6902645917908935f,0.7223552748906692f,2.331365637067606f,0.1910466701588193f,0.7151503284641411f,-0.6723549490550801f,0.12448048581045457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9161470700244608f,0.3995969378427472f,-0.03157266780454629f,0.019685530233403123f,0.048892248812621164f,0.18957643075467856f,0.9806479107755045f,2.379877499656191f,0.39784933591956795f,0.8968740514526091f,-0.19321708449136288f,0.0799375190532235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947898855250742f,0.09693425764256078f,-0.03157266780454629f,0.050035054144089666f,-0.012083047006573765f,0.19540643558152226f,0.9806479107755045f,2.3817895537289018f,0.10122787971723743f,0.9759201169299724f,-0.19321708449136288f,0.08468262944368767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9673785125367016f,0.25136025964734987f,-0.03157266780454629f,0.12339833337512296f,0.018634016568357878f,0.19489086309565373f,0.9806479107755045f,2.4328484039141935f,0.2526491379538222f,0.9480693916332543f,-0.19321708449136288f,0.1701019926435815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9673785125367016f,0.19503111075803364f,-0.16168388701032327f,0.07951633345456546f,0.018634016568357878f,0.6912710251877742f,0.7223552748906692f,2.277312423246945f,0.2526491379538222f,0.6957781511173888f,-0.6723549490550801f,0.013551908642169253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522638429140059f,-0.1794007746281257f,-0.2469998695171292f,-0.2258745835191443f,-0.22097805130584036f,0.9633194828171342f,0.1522638330858731f,2.3531181121040086f,0.2106235369556872f,0.19957689266986212f,-0.9569779462414582f,0.1370907862763304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686043590232373f,-0.028225168550528812f,-0.2469998695171292f,-0.11459031466071548f,-0.0675610768448824f,0.9860280046882836f,0.1522638330858731f,2.3708367171594684f,0.23925111614524283f,0.1641709896136858f,-0.9569779462414582f,0.1111870574996932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933004383733184f,-0.26171336303900045f,-0.2469998695171292f,-0.09283317659336464f,-0.30409598813374117f,0.9403942551584209f,0.1522638330858731f,2.3680864635921792f,0.19242777849267495f,0.21717449314285378f,-0.9569779462414582f,0.10513386219193656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.96821377571546f,0.03941001108011803f,-0.2469998695171292f,-0.1213090380174678f,0.001385335162714385f,0.988338912509512f,0.1522638330858731f,2.375981376815333f,0.2501203017775662f,0.1470817631325537f,-0.9569779462414582f,0.113739748918715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624585414783033f,-0.11253719560207229f,-0.2469998695171292f,-0.18795562531171006f,-0.15324198966883956f,0.9763875346072035f,0.1522638330858731f,2.480109349322345f,0.22403224887902445f,0.18439837816447371f,-0.9569779462414582f,0.11485432276548649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624585414783033f,-0.11253719560207229f,-0.2469998695171292f,-0.16263475630124383f,-0.15324198966883956f,0.9763875346072035f,0.1522638330858731f,2.2604221540357243f,0.22403224887902445f,0.18439837816447371f,-0.9569779462414582f,0.07336468767847996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,-0.019375066618782872f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,1.7587696914546556f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,-0.01077377319664384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.05166684431675436f,-0.9985925114785225f,1.2218913438492716e-17f,-0.23703485294033794f,0.9700525105457481f,-0.053034001126105006f,1.395f,0.9714272722516015f,0.23733660480894977f,-0.0006250948516465394f,-0.099775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007495068112487948f,-0.3448359977707751f,-0.9386330265846303f,0.2177325740367574f,-0.19914495671794447f,0.9193422853849025f,-0.33933913496246304f,0.7897564599640003f,0.9799413809855145f,0.18946740338300577f,-0.06178181680320002f,-0.32998709543710775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007495068112487948f,-0.5101139699567624f,-0.8600741605285794f,0.02325162299074173f,-0.19914495671794447f,0.8421081682558318f,-0.5011936942646184f,1.1108101991115362f,0.9799413809855145f,0.1750359123487491f,-0.09527496638909834f,-0.26325465385414715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03203332720826981f,0.06537780982451703f,-0.9973462828579236f,0.305549821351237f,0.14376255029956755f,0.9877835240376961f,0.060133507888984514f,1.202746118336991f,0.9890936230101437f,-0.14145476882106003f,-0.041040873509810026f,-0.007590863556730654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03203332720826981f,-0.9891423132758687f,-0.1434271593361294f,-0.018017349084564406f,0.14376255029956755f,0.1374487384235683f,-0.9800204964372602f,1.1339638012400735f,0.9890936230101437f,-0.052012771441570134f,0.1377986811534666f,-0.008072730704561548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09120715916887934f,-0.7598856477697673f,-0.643626488291046f,0.003425825118039772f,-0.036288728692225075f,0.6484272780685842f,-0.7604112000927319f,1.284980432627344f,0.9951705292492563f,-0.04599855834793302f,-0.0867164940692773f,-0.11425739508486694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0900834891869009f,-0.7132853341342417f,-0.6950604269305777f,0.007620510676031928f,-0.22253031641029566f,0.6658379290780972f,-0.7121377047168085f,1.2476568618861354f,0.9707549759101146f,0.21882386595157763f,-0.09874660721138098f,-0.11916873962537529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,-0.6944608023581422f,-0.719530314064956f,0.003425825118039772f,-0.13052619222005157f,0.7134261122246235f,-0.6884664810581507f,1.284980432627344f,0.991444699423454f,0.09352740980132143f,-0.09104961065810624f,-0.11425739508486694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0015462116635684966f,-0.045619653786837036f,-0.9989576849986492f,0.010075619854288216f,-0.04364488773186184f,0.9980038982100422f,-0.04564365161151312f,1.3088248897091237f,0.9990459113596155f,0.043669970757136245f,-0.00044793940019371417f,-0.11111441140038354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.002675264949396886f,-0.045718192528300006f,-0.9989507944986058f,0.010075619854288216f,-0.216414113571577f,0.9753071069990248f,-0.044056537360779184f,1.3088248897091237f,0.9762979946740029f,0.21606918778284528f,-0.01250326702835891f,-0.11111441140038354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,0.024218006065233208f,-0.9997065404670279f,0.010075619854288216f,-0.13052619222005157f,0.9911522774806332f,0.024084766751794134f,1.3088248897091237f,0.991444699423454f,0.1305015364935544f,0.002599414926198697f,-0.11111441140038354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02154160392653184f,-0.3919993294831022f,-0.9197132623731545f,0.012197753712103073f,0.0511356695991598f,0.9182906390760759f,-0.3925906844028495f,1.307496283848057f,0.9984593645186158f,-0.055487186539331275f,0.0002636949591214733f,0.08413378027973285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014468248367147826f,-0.37204846289407034f,-0.9281005392991356f,0.0014849609235366816f,-0.2579593398131014f,0.8953880115540586f,-0.36295631661187283f,1.3493339104021815f,0.9660474360984431f,0.24466354453295408f,-0.08301867973050278f,-0.301208100003201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,-0.20128774017376516f,-0.9795319925995617f,0.025724387773784135f,-0.13052619222005157f,0.9711670024952801f,-0.19949327409430853f,1.1739259646305071f,0.991444699423454f,0.1277415316961229f,-0.026823666137675502f,-0.12098533525459085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,-0.1151499411918653f,-0.9933479601397684f,1.2218913438492716e-17f,-0.13052619222005157f,0.9848584033243026f,-0.11409136052322058f,1.395f,0.991444699423454f,0.12959327314724062f,-0.015588185915036313f,-0.099775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8831777477165751f,0.006480970432739882f,-0.468993670490901f,0.5822118059172835f,-0.061156466229950385f,0.992959697542792f,-0.1014441999031589f,1.824998965686034f,0.46503435633998363f,0.11827525556081912f,0.8773562624985819f,-0.35685246442131413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8831777477165751f,0.006480970432739882f,-0.468993670490901f,0.6650097197657124f,-0.061156466229950385f,0.992959697542792f,-0.1014441999031589f,1.819265546976976f,0.46503435633998363f,0.11827525556081912f,0.8773562624985819f,-0.3132554935144407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8831777477165751f,0.006480970432739882f,-0.468993670490901f,0.6939598134151331f,-0.061156466229950385f,0.992959697542792f,-0.1014441999031589f,1.837348886316979f,0.46503435633998363f,0.11827525556081912f,0.8773562624985819f,-0.4666574183426647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27295560901186033f,-0.7308484843971328f,-0.6255843095565764f,-0.9377867909229559f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5396681837988266f,0.9619964848995004f,-0.21250476895880907f,-0.17147736355206963f,-0.4615442728846343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017001559514275705f,-0.7308484843971328f,-0.6823279562120378f,-0.9254976429773519f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.5235279406643136f,0.9443343706785559f,-0.21250476895880907f,0.25114601236113454f,-0.553073131144365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13108424475310892f,-0.7308484843971328f,-0.6698338701737327f,-0.831167136424094f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6428064300437386f,0.9763078214371271f,-0.21250476895880907f,0.040801482454121095f,-0.5134289243826178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-8.854422546547159e-9f,-1.1657068429470831e-9f,-0.000015624997447690322f,0.6874834040548702f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5587592261912226f,0.000015491323428491472f,0.0000020394714202950417f,-8.930827009661329e-9f,-0.0705429576683365f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72.mcfunction new file mode 100644 index 000000000..ca057330a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..a2f69f0a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6263428922293001f,0.06757208973370209f,-0.5196855188354782f,-0.31164086599897173f,-0.22865401410442027f,0.7639354453879714f,-0.17625101860205422f,1.5025165502332858f,0.47154678201872535f,0.28067969718764235f,0.6048197949793662f,-0.12701358216485026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5921868712123572f,-0.1736449735462557f,-0.5090796919204684f,-0.31164086599897173f,0.07944164051147908f,0.7770969062158786f,-0.172654059038747f,1.5025165502332858f,0.5319809539039568f,0.07725167643378607f,0.5924765338573383f,-0.12701358216485026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6144524868991574f,0.0654754904624382f,-0.5339527562777329f,-0.31025851717827047f,-0.018577211891389674f,0.8075289810046649f,0.12040048372143097f,1.4737740654981797f,0.5376313541695902f,0.10273436343656062f,-0.6060879655854434f,-0.009689053042112913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5806397992875867f,-0.1710850493313799f,-0.5230557612516568f,-0.31025851717827047f,-0.3195341074508363f,0.7238696877546466f,0.11794333099242219f,1.4737740654981797f,0.4480573374679498f,0.29452093481664415f,-0.5937188234306385f,-0.009689053042112913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08265149050162161f,0.0035819970871373064f,1.5603083510687006f,-0.0031820203557180763f,1.556907630712568f,-0.10297721468252222f,0.08270775468604424f,1.461127694493559f,0.1030223788641939f,1.5590988142363194f,0.0018780042771594635f,0.7726929677065268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0022924781357674447f,-0.9985973446839684f,0.05289695392103761f,-0.003126908652353484f,-0.06590541739681446f,-0.052932962999068064f,-0.9964208836560435f,1.4738866291401176f,0.9978232411112444f,-0.0012019227373824852f,-0.06593432247308431f,0.5799579365854044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.9985973446839684f,0.05169524568155006f,-0.008781793918930138f,-0.23793083665403292f,-0.052932962999068064f,-0.9698386558584119f,1.5408693793582116f,0.9712146890389685f,-0.0012019227373824852f,-0.23820281941377813f,0.24828767628032022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9728579500360511f,-0.02645854805864655f,-0.22988552430781806f,0.24755135319287555f,0.18324867390854876f,0.518554780422712f,-0.8351771448091183f,1.491319949905252f,0.14130581220321584f,-0.8546349424961404f,-0.49963164681814176f,-0.4780832613463387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7394300216089607f,-0.02645854805864655f,-0.6727133032562982f,0.00983767640831238f,0.5651748159209063f,0.518554780422712f,-0.6416216697942195f,1.6751154341623915f,0.3658150770432264f,-0.8546349424961404f,-0.36848126746481585f,-0.3336091946033837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.5801452901918894f,-0.814432623059831f,0.25558262612976373f,-0.23793083665403292f,0.7895127658816155f,-0.5657371381472789f,1.3671188132026169f,0.9712146890389685f,0.2002524276460333f,-0.12899997293336862f,0.05620525537928076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.3083897840931853f,-0.9511912511702927f,0.19181459629247719f,-0.23793083665403292f,0.9230921460892499f,-0.3021420308355901f,1.5383102029016287f,0.9712146890389685f,0.229775174671463f,-0.0628123944746441f,0.09889552316471355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.5440680683570845f,-0.8389630458072269f,0.20417271642009435f,-0.23793083665403292f,0.8134384320460043f,-0.5307606185839807f,1.431149672401306f,0.9712146890389685f,0.20568873149671768f,-0.12014230533084846f,-0.24926458378293886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.05169524568155028f,-0.9985973446839684f,0.18823862445052889f,-0.23793083665403292f,0.9698386558584119f,-0.05293296299906828f,1.612663589356014f,0.9712146890389685f,0.23820281941377813f,-0.001201922737382538f,-0.2046090671599641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,0.2562014997248567f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.265458845766379f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.02646793931459423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,0.27294845361503f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.1591218028915575f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,-0.09283120296245155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,-0.31293178085850787f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.2256944821956015f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.16669045648722397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,-0.36884013938323207f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.1142811375883404f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.06529206108327984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951569462396764f,0.2617480775973782f,-0.16125601417624913f,0.16484045572858466f,0.06662803563324447f,0.6876374734175259f,0.7229906016122315f,2.317069978655658f,0.3001270782545101f,0.677231606635454f,-0.6717745811448758f,0.09823043909221887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9808004837699218f,0.10966726461746397f,-0.16125601417624913f,0.05297209926971178f,-0.04176246634397372f,0.6895944361617574f,0.7229906016122315f,2.319208875549119f,0.19048965179651087f,0.7158439806871825f,-0.6717745811448758f,0.1273858257003519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9163524290371717f,0.3991415821473261f,-0.031372331736813544f,0.019689074447098248f,0.04861787539369718f,0.18870995554618372f,0.9808286572434355f,2.367765100866721f,0.39740977339501626f,0.8972594664190995f,-0.19233024185352404f,0.08286996361215722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948444809039224f,0.09643772921632271f,-0.031372331736813544f,0.05003627609980646f,-0.012076236069910134f,0.1944975826390228f,0.9808286572434355f,2.3696697303265903f,0.10069073113941143f,0.976150836055154f,-0.19233024185352404f,0.08763287905025366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675101099145762f,0.25087838490886427f,-0.031372331736813544f,0.12335948503142534f,0.018498567727228937f,0.19399213417579803f,0.9808286572434355f,2.420642491166638f,0.2521546949892585f,0.9483812987735678f,-0.19233024185352404f,0.1731380205071478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675101099145762f,0.1947323422163721f,-0.16125601417624913f,0.07954470803274169f,0.018498567727228937f,0.6906101599110925f,0.7229906016122315f,2.2652552051866426f,0.2521546949892585f,0.6965177111333933f,-0.6717745811448758f,0.01642153550213455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9523972027730012f,-0.179409863828709f,-0.2464785364106319f,-0.22590390524304968f,-0.22107620345999957f,0.9631532629496692f,0.15317018095281562f,2.3409777738185946f,0.20991636528359553f,0.20036939095173573f,-0.9569677250334803f,0.13986871516988064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687374988653014f,-0.02821328376977046f,-0.2464785364106319f,-0.11460418090283478f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.3587090407333475f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.11404016197017598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9331364439416256f,-0.26173404072999484f,-0.2464785364106319f,-0.09284412029825226f,-0.30417927977331255f,0.9402201132838368f,0.15317018095281562f,2.3559621762043017f,0.19165422704591362f,0.21790234165717182f,-0.9569677250334803f,0.10799593970887812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9683457621951634f,0.039431154276045016f,-0.2464785364106319f,-0.12132373821819903f,0.0012523073074682811f,0.9881990322770458f,0.15317018095281562f,2.3638520224130346f,0.24960952819368915f,0.14801302874804417f,-0.9569677250334803f,0.11659403920448663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625922105099667f,-0.11253695994831724f,-0.2464785364106319f,-0.18796048267195498f,-0.15335149764110495f,0.976228566391146f,0.15317018095281562f,2.467985626849851f,0.22338208172717547f,0.18523827576254034f,-0.9569677250334803f,0.1177693037923783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625922105099667f,-0.11253695994831724f,-0.2464785364106319f,-0.16263966668358362f,-0.15335149764110495f,0.976228566391146f,0.15317018095281562f,2.2483341994118433f,0.22338208172717547f,0.18523827576254034f,-0.9569677250334803f,0.07609069174580678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,-0.019385717130581345f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,1.7467450515024598f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,-0.008434127905018393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.05169524568155028f,-0.9985973446839684f,1.1972169787108954e-17f,-0.23793083665403292f,0.9698386558584119f,-0.05293296299906828f,1.3830555555555555f,0.9712146890389685f,0.23820281941377813f,-0.001201922737382538f,-0.09776018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00710932304174751f,-0.3326670149301247f,-0.9430175580037564f,0.21153543667366853f,-0.19916447991112085f,0.923676550580599f,-0.3273455969602448f,0.7752138965038814f,0.979940287705134f,0.1901428070819575f,-0.05968873802797883f,-0.32839174561668594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00710932304174751f,-0.4989477752458326f,-0.8666028935464744f,0.021311597361194878f,-0.19916447991112085f,0.8485555044805284f,-0.4901908462604426f,1.0987256825870828f,0.979940287705134f,0.17608143966082912f,-0.09334001895944197f,-0.26126069674599484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.030184177619411147f,0.07676187770262494f,-0.9965924591090416f,0.3047578631394111f,0.14340658616108065f,0.9870642705421563f,0.0716845650381262f,1.1871759067621783f,0.9892034504929025f,-0.14075418271102302f,-0.04080188209246674f,-0.005573928467196074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.030184177619411147f,-0.9874976296426078f,-0.15471698960253422f,-0.019582645635612166f,0.14340658616108065f,0.14890775553963048f,-0.978397174661586f,1.1221376997089205f,0.9892034504929025f,-0.05171954940233417f,0.13711900576708952f,-0.006042026594289693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0895250117096408f,-0.7488760778641594f,-0.6566352810207366f,0.002718449427653146f,-0.03476424819677923f,0.6612303863332059f,-0.7493769567026678f,1.2730166478652356f,0.9953776767266288f,-0.044260548939574554f,-0.0852307719187508f,-0.11224569784544389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0885225029561604f,-0.7013791940177777f,-0.7072700988090398f,0.006267867999124324f,-0.2240547969057415f,0.677840139705143f,-0.7002372405035591f,1.2356274091483412f,0.9705478939516087f,0.22045401153865302f,-0.09714326709871318f,-0.11716627514649186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,-0.6820374962200474f,-0.73131702984347f,0.002718449427653146f,-0.13052619222005157f,0.7251056109483414f,-0.6761543951759589f,1.2730166478652356f,0.9914447324655672f,0.0951141772877277f,-0.08939035599637354f,-0.11224569784544389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0021624011327688415f,-0.03928092497369028f,-0.9992258668361985f,0.009521406751894567f,-0.0436600008858381f,0.9982716734988203f,-0.03933789791681126f,1.2968186408024858f,0.9990441073065741f,0.04371126654623687f,0.00044365857843703957f,-0.10910863650405471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0031697127281145416f,-0.039368838642701576f,-0.9992197193135983f,0.009521406751894567f,-0.21639900041760074f,0.9755748822878029f,-0.03775078366607733f,1.2968186408024858f,0.9762998645598002f,0.21611048931753557f,-0.011611669451498925f,-0.10910863650405471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,0.030589572716518743f,-0.9995319016570742f,0.009521406751894567f,-0.13052619222005157f,0.9909788734856718f,0.030393839007322745f,1.2968186408024858f,0.9914447324655672f,0.13048045963319457f,0.0034917216655932035f,-0.10910863650405471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02032726870657405f,-0.3819920197179978f,-0.9239420431058949f,0.011809377714001867f,0.0512643892408233f,0.9225191330272746f,-0.38253158247963115f,1.2954754514084514f,0.9984782243708152f,-0.0551411467995566f,0.0008302932817105379f,0.08613758248911378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013702093827866508f,-0.36044823370423024f,-0.9326785745605144f,0.0010169268814727538f,-0.25805153525438485f,0.8998936620516164f,-0.3515690574441755f,1.3373822581331356f,0.9660339837591568f,0.24549637027628665f,-0.08068379269457426f,-0.29919455759287755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,-0.19504019117854016f,-0.9807951204070219f,0.024309642400187258f,-0.13052619222005157f,0.9724172752892883f,-0.19330689554046038f,1.1618236980772474f,0.9914447324655672f,0.1279217203761536f,-0.025949487900243175f,-0.11899360425919692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,-0.1088160771645093f,-0.9940617715915413f,1.1972169787108954e-17f,-0.13052619222005157f,0.9855647400350832f,-0.1078195545534896f,1.3830555555555555f,0.9914447324655672f,0.12969658650136606f,-0.01470162971147625f,-0.09776018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49379111791111063f,0.0126076108782889f,-0.869489148879983f,0.5403673699187246f,-0.11347043739002771f,0.9922797847711338f,-0.05005285779121891f,1.823215439956509f,0.8621454585570878f,0.12337697063266644f,0.4914095353235371f,-0.43138701008253577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.49379111791111063f,0.0126076108782889f,-0.869489148879983f,0.5866602872228912f,-0.11347043739002771f,0.9922797847711338f,-0.05005285779121891f,1.812577586451194f,0.8621454585570878f,0.12337697063266644f,0.4914095353235371f,-0.35056087334280883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.49379111791111063f,0.0126076108782889f,-0.869489148879983f,0.6939372009028053f,-0.11347043739002771f,0.9922797847711338f,-0.05005285779121891f,1.8254044418725344f,0.8621454585570878f,0.12337697063266644f,0.4914095353235371f,-0.46468537201120286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27289632004456466f,-0.7308615798118044f,-0.6255948766263417f,-0.9378090852099507f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.527723739354382f,0.9620133054985073f,-0.2124597259030901f,-0.1714388080716241f,-0.45947166099253045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0170597594036771f,-0.7308615798118044f,-0.6823124766293533f,-0.9255255782688345f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.511583496219869f,0.9443333210682919f,-0.2124597259030901f,0.251188064185609f,-0.551001276466356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1310240740385714f,-0.7308615798118044f,-0.6698313542805593f,-0.8311926285973087f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630861985599294f,0.9763158983874721f,-0.2124597259030901f,0.04084276465968793f,-0.5113628834283964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-7.899682515589459e-9f,-1.0400129333248345e-9f,-0.000015624997968428326f,0.6874852043383937f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5468147817467781f,0.00001549132394477449f,0.000002039471488264991f,-7.967848564612203e-9f,-0.06857051294397676f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73.mcfunction new file mode 100644 index 000000000..4d4cfc69e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..d15dfa634 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6158219030468723f,0.06569160660888457f,-0.5323461665057017f,-0.3128864948058393f,-0.23249708693724774f,0.763111609444639f,-0.17478621381834156f,1.4899229113464592f,0.4833765951490273f,0.28335442258133314f,0.5941395315161051f,-0.12398133996750002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5819601711593344f,-0.17140281676393176f,-0.5214819590259935f,-0.3128864948058393f,0.0756547297862222f,0.7777919806351146f,-0.17121914823021214f,1.4899229113464592f,0.5436899125836084f,0.0752376851391355f,0.582014234954552f,-0.12398133996750002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6042398065320116f,0.06364937050014514f,-0.5456990546826488f,-0.311603065392906f,-0.02124686881904806f,0.807853515036169f,0.11775276325223497f,1.461805164636799f,0.5489874964076936f,0.10132077932529925f,-0.5960631450688515f,-0.009583533123110999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5707125056859215f,-0.16890926936128284f,-0.5345623392809621f,-0.311603065392906f,-0.32207187253627545f,0.7231626153037043f,0.11534964563484243f,1.461805164636799f,0.4588648436900283f,0.29749872361229424f,-0.5838985910878546f,-0.009583533123110999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08254956538040374f,0.002728898878819866f,1.5603154720653176f,-0.003644586543321712f,1.5568371743534886f,-0.10416398816931625f,0.08254772025747954f,1.4482433770309904f,0.10416252592247849f,1.5590217017987822f,0.002784154068523677f,0.774409543646196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0017464952824442822f,-0.9986019021218032f,0.052831721843458176f,-0.003484012403342603f,-0.06666495242836265f,-0.052830540964786656f,-0.9963757915862327f,1.4611489694202666f,0.9977738891512206f,-0.0017818586038555815f,-0.06666401659038645f,0.5816843362318507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.9986019021218032f,0.0517258135533217f,-0.008952852862843513f,-0.23867100248603607f,-0.052830540964786656f,-0.9696623569643602f,1.5283846683751856f,0.9710393767923869f,-0.0017818586038555815f,-0.23891285795990228f,0.2500621405104665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9707736260416501f,-0.02594413453165873f,-0.23859058838384506f,0.24563596231613505f,0.19086879014743052f,0.5192076750231708f,-0.8330621196193533f,1.477477697734391f,0.14549114038181984f,-0.8542542315262107f,-0.4990811917814184f,-0.4772881511439796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7333867319584753f,-0.02594413453165873f,-0.6793164235249067f,0.009994711647477238f,0.5708141351950637f,0.5192076750231708f,-0.6360775214221495f,1.6630716019116172f,0.3692087816517628f,-0.8542542315262107f,-0.3659707412769282f,-0.3317222490907672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.580173519583022f,-0.8144200426583847f,0.2554977578700967f,-0.23867100248603607f,0.7894191082213714f,-0.5655560309529772f,1.354753455399994f,0.9710393767923869f,0.20053966876810955f,-0.12987058931501577f,0.05799043876860511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.3084204899416928f,-0.9511877417698162f,0.19172399261996798f,-0.23867100248603607f,0.9229483632074493f,-0.3019974692360855f,1.5259187893186652f,0.9710393767923869f,0.2303109207936438f,-0.06355634100415562f,0.10077650928613735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.5440968196294957f,-0.8389517087282823f,0.20425944007576674f,-0.23867100248603607f,0.8133369637422372f,-0.5305837690533599f,1.4190219765457637f,0.9710393767923869f,0.20601367498209078f,-0.12099956379684197f,-0.24745832021269118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.051725813553321925f,-0.9986019021218032f,0.18831958814625763f,-0.23867100248603607f,0.9696623569643602f,-0.05283054096478687f,1.6005034775955513f,0.9710393767923869f,0.23891285795990228f,-0.0017818586038556346f,-0.2026732959614836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,0.25622363676705634f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.253115789757564f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,0.028937136282246298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,0.2730243041025569f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.146867860169092f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,-0.0904338297658047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,-0.3129893714115561f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.213302575159804f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,0.16882176468596966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,-0.3688541944818357f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.1019721075375752f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,0.06730841077456418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9517247892829883f,0.2614516073328915f,-0.16081972045523216f,0.1648290440600835f,0.0664963380653354f,0.687095309864656f,0.7235179833189309f,2.3046815831792538f,0.29966341533152174f,0.6778960777176983f,-0.6713112134672028f,0.10068951007751059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809075201572014f,0.10935014591554443f,-0.16081972045523216f,0.052945162887122886f,-0.041807729430924714f,0.6890383455033091f,0.7235179833189309f,2.3068096625050907f,0.1899277511552233f,0.7164277381664613f,-0.6713112134672028f,0.12978605690110762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9165621644081298f,0.3986756657460322f,-0.03116909234229992f,0.01969111839016735f,0.048408573889516034f,0.18798653878691854f,0.9809779157600327f,2.3554031317999238f,0.3969513934343447f,0.8976183903958702f,-0.19160066929334973f,0.08528918057952464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948999750092117f,0.09592980459287578f,-0.03116909234229992f,0.050035933949208106f,-0.01205174555670338f,0.1937448946943863f,0.9809779157600327f,2.357301051906684f,0.10014387228236485f,0.9763505458443879f,-0.19160066929334973f,0.0900699433801819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676443777120919f,0.2503853948710584f,-0.03116909234229992f,0.12331807692296269f,0.018405010385616996f,0.19324488190844197f,0.9809779157600327f,2.4082012780423674f,0.25164581036624456f,0.9486640973766515f,-0.19160066929334973f,0.175653464175721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676443777120919f,0.19442575908268847f,-0.16081972045523216f,0.07957228112935785f,0.018405010385616996f,0.6900601302834503f,0.7235179833189309f,2.2529377487285913f,0.25164581036624456f,0.6971482201069641f,-0.6713112134672028f,0.018795114651654336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9525328940445941f,-0.17942064059858226f,-0.24594576534314375f,-0.22593534279891853f,-0.22113908375095748f,0.9630187366226998f,0.1539234178135548f,2.328597398538818f,0.209233341991226f,0.2010053398315913f,-0.9569839402823692f,0.1421348002055673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824134f,-0.24594576534314375f,-0.11461988045274808f,-0.06776717378342136f,0.9857561522029683f,0.1539234178135548f,2.346337003311062f,0.2381014951552738f,0.16579932462604904f,-0.9569839402823692f,0.11637989989159031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933270679609581f,-0.26175660276456525f,-0.24594576534314375f,-0.09285683435524451f,-0.30423019604383317f,0.9400806184916933f,0.1539234178135548f,2.3435925275415164f,0.1909183762664086f,0.2184763411571809f,-0.9569839402823692f,0.1103453491785453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684803999540016f,0.039451177608695445f,-0.24594576534314375f,-0.12134029650347182f,0.0011607767952051262f,0.9880820988388695f,0.1539234178135548f,2.3514787229687486f,0.24908706811508555f,0.14878632510906908f,-0.9569839402823692f,0.11893405867031404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627283229939064f,-0.11253824512189659f,-0.24594576534314375f,-0.18796712537566984f,-0.15342360884102957f,0.976098754070913f,0.1539234178135548f,2.455618174948691f,0.22274508379655777f,0.18592032079924806f,-0.9569839402823692f,0.12015256062030352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627283229939064f,-0.11253824512189659f,-0.24594576534314375f,-0.16264602022324315f,-0.15342360884102957f,0.976098754070913f,0.1539234178135548f,2.235995955282736f,0.22274508379655777f,0.18592032079924806f,-0.9569839402823692f,0.07832048844047278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,-0.01939718008249571f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,1.7344567171949685f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,-0.006508604190962566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.051725813553321925f,-0.9986019021218032f,1.1768969133028207e-17f,-0.23867100248603607f,0.9696623569643602f,-0.05283054096478687f,1.3708333333333333f,0.9710393767923869f,0.23891285795990228f,-0.0017818586038556346f,-0.09610092592592592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006734079712388585f,-0.32070493332886507f,-0.9471552132089837f,0.20543517570546835f,-0.19917907469934112f,0.927767167565835f,-0.3155563008225032f,0.7605136413541771f,0.9799399718208974f,0.19077848024710775f,-0.0576300538110319f,-0.327132534090747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006734079712388585f,-0.4879400275773435f,-0.872851179559407f,0.01940804019160614f,-0.19917907469934112f,0.85472605228307f,-0.4793444187121749f,1.0863779487870975f,0.9799399718208974f,0.17708163382016753f,-0.09143164983329685f,-0.25962016119680814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028381347920756663f,0.08808326780190216f,-0.9957087109308319f,0.3039505085831357f,0.1431259223528583f,0.9862042932582453f,0.08316286617023295f,1.1713458857991215f,0.9892974625666663f,-0.1401514534078862f,-0.040596806115907276f,-0.003909243764889362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028381347920756663f,-0.9857283397355241f,-0.16593414155154484f,-0.02111636554869966f,0.1431259223528583f,0.16028319985999415f,-0.9766392712733216f,1.1100411376482917f,0.9892974625666663f,-0.05146781601047701f,0.1365342245529199f,-0.004365666070249144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08778471934514545f,-0.737441344360084f,-0.6696820937414153f,0.0020247117845886876f,-0.03324062499914439f,0.6740716189269499f,-0.7379176874197196f,1.2607797921381412f,0.9955847045325475f,-0.04251724574325863f,-0.08368619907276859f,-0.11058884719115396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0869072141763289f,-0.6890457682918683f,-0.7194880578044215f,0.004916094286780314f,-0.22557842010337636f,0.6898507334848238f,-0.6879101263203757f,1.223334949521884f,0.9703409259161307f,0.22208533204495845f,-0.09548085034553358f,-0.11551726414487762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,-0.6691834433772672f,-0.743097115637898f,0.0020247117845886876f,-0.13052619222005157f,0.7367785416584183f,-0.6634156266596594f,1.2607797921381412f,0.991444762608666f,0.09670004995571593f,-0.08767201967793245f,-0.11058884719115396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0027696251826652874f,-0.03306408673962926f,-0.9994493960898779f,0.008977587135863645f,-0.04367821781342883f,0.9984953952861201f,-0.03315356513344766f,1.2845392122674697f,0.9990418121705368f,0.04374599136480231f,0.0013212776091441345f,-0.10745775641193844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003651334323314667f,-0.033141038385885925f,-0.9994440151065814f,0.008977587135863645f,-0.21638078349001f,0.9757986040751027f,-0.031566450882713724f,1.2845392122674697f,0.976302219752628f,0.21614521937759018f,-0.010734050787312455f,-0.10745775641193844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,0.03683612406683598f,-0.9993212216916805f,0.008977587135863645f,-0.13052619222005157f,0.9907698576822788f,0.03657871310983131f,1.2845392122674697f,0.991444762608666f,0.13045378136324703f,0.004369625141345007f,-0.10745775641193844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019132674606652935f,-0.37187929978712786f,-0.9280839009228806f,0.011428684107441807f,0.051383532354805944f,0.9266614059558583f,-0.3723685960371182f,1.2831807814376417f,0.9984957052311935f,-0.05481263633275975f,0.0013789608819974996f,0.08778637740343764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012953364720368867f,-0.34867376964690927f,-0.9371546364942314f,0.0005573456547400355f,-0.2581368715078699f,0.9042973979482257f,-0.34001701668033835f,1.3251557608150224f,0.9660215142068784f,0.24631853041190813f,-0.07829186206220493f,-0.29753612483529124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,-0.18890634585430283f,-0.9819950084677592f,0.022921452675127095f,-0.13052619222005157f,0.9736049104977385f,-0.18723352103516278f,1.1494553954491407f,0.991444762608666f,0.12809321118101896f,-0.025088083728746942f,-0.11735574156625628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,-0.10260099583844164f,-0.9947224938708182f,1.1768969133028207e-17f,-0.13052619222005157f,0.9862185264670144f,-0.10166578184308081f,1.3708333333333333f,0.991444762608666f,0.12979234841157175f,-0.013828557034445152f,-0.09610092592592592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.048631263343816455f,0.015094122957592973f,-0.9987027424002225f,0.5463880476328884f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798775f,1.822492993308932f,0.9902714157986664f,0.13124271461386106f,-0.04623713781030538f,-0.516424779366661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.048631263343816455f,0.015094122957592973f,-0.9987027424002225f,0.5418288666944057f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798775f,1.810270379250032f,0.9902714157986664f,0.13124271461386106f,-0.04623713781030538f,-0.42358683413553605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.048631263343816455f,0.015094122957592973f,-0.9987027424002225f,0.6939138685236804f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798775f,1.8131822196503122f,0.9902714157986664f,0.13124271461386106f,-0.04623713781030538f,-0.4630702360795527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27283514977643974f,-0.7308750876081943f,-0.6256057763161892f,-0.9378320827760878f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5155015171321597f,0.962030655694764f,-0.2124132535637478f,-0.17139902920951794f,-0.45775277031347744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017119804901990637f,-0.7308750876081943f,-0.6822965034307532f,-0.925554395779958f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4993612739976467f,0.9443322344127087f,-0.2124132535637478f,0.2512314485878781f,-0.549283166650344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.130961994625384f,-0.7308750876081943f,-0.6698287559350188f,-0.83121892588777f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6186397633770717f,0.9763242275932431f,-0.2124132535637478f,0.04088535587370948f,-0.5096507718629671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-6.914665049430824e-9f,-9.103329237378418e-10f,-0.000015624998443478365f,0.6874870589769764f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.534592559524556f,0.000015491324415760407f,0.0000020394715502714635f,-6.9743314215673215e-9f,-0.06695496756221077f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74.mcfunction new file mode 100644 index 000000000..b552faf33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..254eddfb9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6011571751106792f,0.06308007910821287f,-0.5491588102517287f,-0.31464929196691693f,-0.23742959254983295f,0.7621426937855753f,-0.17236631728772062f,1.4773100739636469f,0.49918101309946955f,0.2865377154466974f,0.5793607669078216f,-0.1210174023067366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5677092353574391f,-0.16826889518202648f,-0.5379514875935303f,-0.31464929196691693f,0.07082746877442082f,0.778764153858147f,-0.16884863734307326f,1.4773100739636469f,0.5591866358890208f,0.07219398575937215f,0.5675370777872538f,-0.1210174023067366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5898074347046862f,0.06107881365059927f,-0.561552324306967f,-0.3134700914229187f,-0.024557447806323286f,0.8083380775963231f,0.1137142405750683f,1.4500904857213157f,0.5643301925014833f,0.0990119956134619f,-0.5819557569096838f,-0.010522100446730659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5566872167502818f,-0.16582537248526852f,-0.5500920727904983f,-0.3134700914229187f,-0.3252496784766715f,0.7223601079093352f,0.11139354178782203f,1.4500904857213157f,0.4736158668769941f,0.3011607881868678f,-0.5700791088094862f,-0.010522100446730659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08245285359785662f,0.0019011196790835916f,1.5603218138183985f,-0.0040936145727139776f,1.5567907185830727f,-0.10497671346450092f,0.08239416340852873f,1.4357067272602195f,0.10493062216135815f,1.5589684170547389f,0.003645429833702198f,0.7755736660492611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0012167165946130667f,-0.9986059608437751f,0.05276982630262801f,-0.0038307081890370347f,-0.06718509661728084f,-0.05273226458145814f,-0.9963460598931665f,1.448712739660811f,0.9977397869150328f,-0.002333075093569835f,-0.06715559818326944f,0.5828553218431525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.9986059608437751f,0.05175685344854394f,-0.009119087803032331f,-0.23917808166164706f,-0.05273226458145814f,-0.9695427548719888f,1.516121784981712f,0.9709204303980155f,-0.002333075093569835f,-0.23939104953264315f,0.2512653916960157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9686824962755595f,-0.02544563491622162f,-0.24699542723107526f,0.24376457658986384f,0.198252868085807f,0.5196553199855134f,-0.8310560442632644f,1.4637619523614689f,0.1494992364699653f,-0.853996995354471f,-0.4983363424640364f,-0.4770153194374226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7274830419251093f,-0.02544563491622162f,-0.6856536613882408f,0.010146692104175072f,0.57629983064745f,0.5196553199855134f,-0.6307430963605338f,1.651110045761119f,0.3723532313638624f,-0.853996995354471f,-0.36337611784269197f,-0.33043870440982903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.5802018791148573f,-0.8144067880262306f,0.2554153428395257f,-0.23917808166164706f,0.7893710407020363f,-0.565408883334564f,1.3425649155609247f,0.9709204303980155f,0.20064680304598123f,-0.1305924127319802f,0.05924192873445586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.30845152265267833f,-0.9511836284781491f,0.1916357846641601f,-0.23917808166164706f,0.9228582722572389f,-0.3018715862399744f,1.5137141441951572f,0.9709204303980155f,0.23063015305815537f,-0.06421254033367989f,0.1020837540557745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.5441257303282749f,-0.8389397037370055f,0.20434347690702154f,-0.23917808166164706f,0.813282523483562f,-0.5304388581626197f,1.406997604829558f,0.9709204303980155f,0.2061521927871029f,-0.12171602706628984f,-0.24620012051164114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.05175685344854416f,-0.9986059608437751f,0.18839777963014592f,-0.23917808166164706f,0.9695427548719888f,-0.052732264581458355f,1.5884572947144218f,0.9709204303980155f,0.23939104953264315f,-0.0023330750935698884f,-0.20132888044360536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,0.2562437828958492f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.2409421938389116f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,0.03065723634799436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,0.27309672619214287f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.134754850906397f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,-0.088760262383073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,-0.3130463790030515f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.20111156984973f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,0.17022257215082276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,-0.3688687755236387f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.0898394664079585f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,0.06862192479883986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9518753534736409f,0.26116282470141455f,-0.16039728938922343f,0.1648165838827504f,0.06643293202773656f,0.6867164467796657f,0.7238834072311012f,2.2924794955718544f,0.29919889202941596f,0.6783911119083805f,-0.6710182726961179f,0.10238853762744951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9810110550963521f,0.10904136524884929f,-0.16039728938922343f,0.05291766533561898f,-0.04181108759096049f,0.6886542279620103f,0.7238834072311012f,2.2946033171885007f,0.18939150649700276f,0.7168440102105302f,-0.6710182726961179f,0.1314275120363906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9167655160189295f,0.39822311170553426f,-0.030973245585642933f,0.01969168611000026f,0.048291041868209136f,0.18747986286845178f,0.9810806675773962f,2.3432232104012587f,0.3964958561118006f,0.8979251941684169f,-0.1911056821860148f,0.08693853559985705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949535269943751f,0.09543656102011386f,-0.030973245585642933f,0.05003417448933242f,-0.01200695368199389f,0.19322669786851163f,0.9810806675773962f,2.345115680867561f,0.09961582296368834f,0.9765015647972543f,-0.1911056821860148f,0.09173619956102202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967774430677893f,0.2499066013213188f,-0.030973245585642933f,0.12327636907026077f,0.01836818695477971f,0.1927260579524338f,0.9810806675773962f,2.3959641552622797f,0.25114788678003114f,0.9488958621482884f,-0.1911056821860148f,0.17738465614927035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967774430677893f,0.19412717708417554f,-0.16039728938922343f,0.07959775422632133f,0.01836818695477971f,0.6896777671082965f,0.7238834072311012f,2.2407866576629134f,0.25114788678003114f,0.6976096449117112f,-0.6710182726961179f,0.020422486044135567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526639897463178f,-0.1794324269095246f,-0.24542886304179193f,-0.22596715933253692f,-0.2211552435517768f,0.9629313379806198f,0.15444609604780427f,2.316411799027079f,0.20861850562733583f,0.2014131140422874f,-0.9570324323666395f,0.14364135844468534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169475f,-0.24542886304179193f,-0.1146364809062574f,-0.06779680679009593f,0.9856723575329983f,0.15444609604780427f,2.3341539726465896f,0.23755801838779297f,0.1662982600572214f,-0.9570324323666395f,0.11795408647198438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334002492078963f,-0.2617797699682908f,-0.24542886304179193f,-0.09287053976073158f,-0.30423867705816593f,0.9399921440083898f,0.15444609604780427f,2.3314105207407545f,0.19027033967630064f,0.2188289771439318f,-0.9570324323666395f,0.11192951987430477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686107870244565f,0.03946918349646171f,-0.24542886304179193f,-0.12135773577796165f,0.001125370752349808f,0.9880005753825563f,0.15444609604780427f,2.339295015582088f,0.24857971920599986f,0.14932195618146882f,-0.9570324323666395f,0.12050740010037998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9628599215245794f,-0.11254085794810256f,-0.24542886304179193f,-0.18797507153493817f,-0.15344582589846778f,0.976012695578254f,0.15444609604780427f,2.4434403124704964f,0.22216019003417042f,0.1863699905091362f,-0.9570324323666395f,0.1217452385056394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9628599215245794f,-0.11254085794810256f,-0.24542886304179193f,-0.16265337849661513f,-0.15344582589846778f,0.976012695578254f,0.15444609604780427f,2.2238374559653895f,0.22216019003417042f,0.1863699905091362f,-0.9570324323666395f,0.07981199064108382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,-0.019408820043204048f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,1.7223285330769957f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,-0.0052033564252588205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.05175685344854416f,-0.9986059608437751f,1.1631082974901987e-17f,-0.23917808166164706f,0.9695427548719888f,-0.052732264581458355f,1.35875f,0.9709204303980155f,0.23939104953264315f,-0.0023330750935698884f,-0.094975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006389713880877545f,-0.3095307148109593f,-0.9508679761907733f,0.19972682648035203f,-0.19918783637293908f,0.9314381099769334f,-0.304544336876694f,0.7461825914304939f,0.9799404968657984f,0.19134728603043927f,-0.055703130353666266f,-0.32636967527540645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006389713880877545f,-0.47762951969443485f,-0.8785381115654483f,0.01763057209684876f,-0.19918783637293908f,0.8603422954605323f,-0.46918582723987867f,1.0741880915748219f,0.9799404968657984f,0.17799206880691515f,-0.08964064950817037f,-0.25851019904277006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026707693791737274f,0.09885818003050433f,-0.9947430619679553f,0.3031726211752867f,0.14296052011136762f,0.9852471609130437f,0.09407614789240684f,1.155826269682361f,0.9893679744067999f,-0.13969642856509665f,-0.04044649631726818f,-0.0027733006558012044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026707693791737274f,-0.9839202776761278f,-0.17660007437727354f,-0.022545873538275297f,0.14296052011136762f,0.17108774383844583f,-0.9748288432323684f,1.0980836191944963f,0.9893679744067999f,-0.05128226872908478f,0.13609239557074404f,-0.0032223453836010274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08604675951111111f,-0.7259920419707658f,-0.6822986957138016f,0.0013773717843866794f,-0.0317725578497868f,0.6864899698882275f,-0.7264447851079546f,1.2486866730664947f,0.9957843439948827f,-0.0408298449418841f,-0.08213686149776325f,-0.10946458803058028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08529756119954042f,-0.6767273845353898f,-0.7312758529264464f,0.003621563274075746f,-0.22704648725273394f,0.7014385247584244f,-0.6755989110492403f,1.211198286831916f,0.9701413395374948f,0.22366055308126195f,-0.0938175799931933f,-0.11439917282412262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,-0.6563599144215648f,-0.7544478245603408f,0.0013773717843866794f,-0.13052619222005157f,0.748025840950522f,-0.650707502964887f,1.2486866730664947f,0.9914447893795442f,0.09822934393947882f,-0.08595478812358859f,-0.10946458803058028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0033419283422698337f,-0.027263019876726073f,-0.9996227084566239f,0.008469878195356802f,-0.04369824542258546f,0.9986694290439067f,-0.027383112315896053f,1.2724055427788352f,0.999039185849055f,0.043773270843275223f,0.002146135535946259f,-0.10633923646965705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004094715930247077f,-0.027328719824141583f,-0.9996181142687562f,0.008469878195356802f,-0.21636075588085338f,0.9759726378328892f,-0.02579599806516212f,1.2724055427788352f,0.9763048994121235f,0.21617250351116735f,-0.009909193186026928f,-0.10633923646965705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,0.042662961946456066f,-0.9990894499099017f,0.008469878195356802f,-0.13052619222005157f,0.9905400666378191f,0.042347249375596946f,1.2724055427788352f,0.9914447893795442f,0.13042334171113734f,0.005194376675918504f,-0.10633923646965705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018011649918902542f,-0.3620616368988592f,-0.9319801240119435f,0.011074225976285318f,0.05148836704866319f,0.9305586698426176f,-0.3625044965781803f,1.2710320527297339f,0.998511155934605f,-0.05451543879357977f,0.0018810654646834284f,0.08890280792068679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012260154551729675f,-0.33717563131891093f,-0.9413619294697773f,0.00012739125260229425f,-0.2582119593556691f,0.9084346465432075f,-0.3287446988251278f,1.3130709320682625f,0.9660104930362164f,0.24710136908688218f,-0.07592523124307504f,-0.29641059057266045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,-0.18317671214536607f,-0.9830799303062434f,0.021625487154103146f,-0.13052619222005157f,0.974678647297866f,-0.18156114024244277f,1.1372435251478068f,0.9914447893795442f,0.12824908042249483f,-0.024277623090736902f,-0.11624872713941801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,-0.09679860794693483f,-0.9953039167725857f,1.1631082974901987e-17f,-0.13052619222005157f,0.9867937968133105f,-0.09592140384348508f,1.35875f,0.9914447893795442f,0.1298769882246521f,-0.013007595544335157f,-0.094975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5751469338942553f,0.012844038975994364f,-0.8179492863832208f,0.5981575362283449f,-0.1068053244408654f,0.9901390880061268f,0.09064882279145678f,1.819702709318863f,0.8110478574678059f,0.13949773139796434f,-0.5681036488456159f,-0.5852230135601596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5751469338942553f,0.012844038975994364f,-0.8179492863832208f,0.5442375111757585f,-0.1068053244408654f,0.9901390880061268f,0.09064882279145678f,1.8096897101525318f,0.8110478574678059f,0.13949773139796434f,-0.5681036488456159f,-0.5091872769225528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5751469338942553f,0.012844038975994364f,-0.8179492863832208f,0.6938899166595348f,-0.1068053244408654f,0.9901390880061268f,0.09064882279145678f,1.8010988863169788f,0.8110478574678059f,0.13949773139796434f,-0.5681036488456159f,-0.4619895979145138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27277236191271975f,-0.7308889492802797f,-0.6256169614041206f,-0.9378556841186187f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.5034181837988267f,0.9620484603316958f,-0.21236555228141776f,-0.17135819845464673f,-0.4565656356633842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017181437054230475f,-0.7308889492802797f,-0.6822801052652204f,-0.9255839709134351f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4872779406643137f,0.9443311150711561f,-0.21236555228141776f,0.25127597838367954f,-0.5480968331130436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13089827418862482f,-0.7308889492802797f,-0.6698260861107219f,-0.8312459145994187f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6065564300437387f,0.9763327727963668f,-0.21236555228141776f,0.040929072405401785f,-0.5084705952490242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.9036180802184754e-9f,-7.772260650628693e-10f,-0.000015624998865382783f,0.6874889597344112f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5225092261912225f,0.000015491324834055377f,0.0000020394716053410412f,-5.954560167912958e-9f,-0.06587391079273588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75.mcfunction new file mode 100644 index 000000000..d84b7419e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..c3db2695e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5839251657176057f,0.06001705332996205f,-0.567779709566747f,-0.316736666760771f,-0.24277346397755475f,0.761164015557022f,-0.16921829408752795f,1.465169848077702f,0.5167561228224102f,0.2897787762675912f,0.5620816798249626f,-0.11857380547251953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.550965591275271f,-0.1645811848045488f,-0.5561923685551807f,-0.316736666760771f,0.06562425174898946f,0.7798817018834238f,-0.1657648595143131f,1.465169848077702f,0.576307534926515f,0.06853878227504236f,0.5506106251346573f,-0.11857380547251953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5727539710890823f,0.058047270310207906f,-0.5792476564092983f,-0.31565673318288767f,-0.028001872862049613f,0.8089090131522669f,0.10874993334107257f,1.4389936522419295f,0.5814750451759287f,0.09613099029451311f,-0.5653229598973423f,-0.012406403145540812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5401169629670195f,-0.16217610181161235f,-0.5674262756662515f,-0.31565673318288767f,-0.32858099738781843f,0.7215855948693382f,0.1065305469463568f,1.4389936522419295f,0.49021239730438254f,0.3049805588529423f,-0.5537857566341312f,-0.012406403145540812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08236659375592505f,0.0011454495759128098f,1.5603271074291813f,-0.0045037033388007665f,1.5567766920396107f,-0.10529223249083623f,0.08225647025798292f,1.4240032086604655f,0.10520610892554268f,1.5589478771666372f,0.004409186136025224f,0.7760019735885738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0007330877285837666f,-0.998609348754676f,0.052714620003791804f,-0.004147379189233543f,-0.06738702879413544f,-0.052644140965108825f,-0.9963370829053508f,1.4370481815489964f,0.9977266413866478f,-0.0028218791270565717f,-0.06733190971234754f,0.5832864127552231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.998609348754676f,0.05178646712868804f,-0.009271075991061094f,-0.23937538719742096f,-0.052644140965108825f,-0.9694988491102662f,1.5045247648174453f,0.9708768684040183f,-0.0028218791270565717f,-0.23956239979637617f,0.2517076339310965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9666795866075439f,-0.024991159440886535f,-0.25476659668423624f,0.2420121801258442f,0.20511601254402673f,0.5198302909022758f,-0.8292791388058027f,1.4506302085691696f,0.15316004124544613f,-0.8539039235243362f,-0.49738324374212467f,-0.47741604582534647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7219637199463861f,-0.024991159440886535f,-0.6914794494639568f,0.010285068662909704f,0.581441011183508f,0.5198302909022758f,-0.6258616613712291f,1.639629000864625f,0.37509297193506064f,-0.8539039235243362f,-0.36076772554466174f,-0.32995984741746653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.5802286753625701f,-0.8143937339425606f,0.25534005131833604f,-0.23937538719742096f,0.789381359742728f,-0.5653109700817831f,1.3309835240186134f,0.9708768684040183f,0.20052868417690067f,-0.13109673230209562f,0.059775741603823526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.3084810041270052f,-0.9511792363643686f,0.1915549928172453f,-0.23937538719742096f,0.9228386706183026f,-0.3017751017157131f,1.502129680373822f,0.9708768684040183f,0.23066915291004725f,-0.06472903748525644f,0.10262165129017453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.5441530704830297f,-0.8389278309138395f,0.20442009252771276f,-0.23937538719742096f,0.8132885617867124f,-0.5303405879913266f,1.3954824805458732f,0.9708768684040183f,0.2060561844516975f,-0.12222501890862816f,-0.24567768330335765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.051786467128688264f,-0.998609348754676f,0.188468821511367f,-0.23937538719742096f,0.9694988491102662f,-0.05264414096510904f,1.5769344888730161f,0.9708768684040183f,0.23956239979637617f,-0.002821879127056625f,-0.2007773700860812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,0.25626094423245904f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.2293664899734926f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,0.03137321502123144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,0.2731617550029717f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.12320182666911f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,-0.08805768282671397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,-0.3130994691394299f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.1895576032497353f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,0.1706578955241752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,-0.3688829664589456f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.0783109544061498f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,0.06900802071915875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9520126786781212f,0.2608981746955385f,-0.16001250600076636f,0.1648039282162616f,0.06645595591403683f,0.6865562792879061f,0.7240332045520417f,2.280897305159644f,0.2987565322460088f,0.6786550064730116f,-0.670948520103783f,0.10307115836830964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.981105289217595f,0.10875849112880766f,-0.16001250600076636f,0.05289130467996797f,-0.04176329145101626f,0.6884996341271934f,0.7240332045520417f,2.283025074273997f,0.18891331069153824f,0.7170354554790902f,-0.670948520103783f,0.13205698105492378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9169510237650715f,0.3978095570458239f,-0.03079571949465504f,0.01969089441446488f,0.04829130286802959f,0.18726326907490543f,0.9811220199968443f,2.3316568820582053f,0.3960666232889313f,0.898153675257406f,-0.19092198809492517f,0.08756193901950396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950021599272132f,0.09498592212000606f,-0.03079571949465504f,0.05003124790330171f,-0.011939774293331935f,0.19302078558315028f,0.9811220199968443f,2.333545718743173f,0.09913699375109977f,0.9765862229889772f,-0.19092198809492517f,0.09237451329424942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678929603138908f,0.24946911840069558f,-0.03079571949465504f,0.1232368817593739f,0.018402327475483718f,0.19251217161727008f,0.9811220199968443f,2.3843704379016195f,0.25068819620855454f,0.949054383448906f,-0.19092198809492517f,0.17806831485215524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678929603138908f,0.1938535924303918f,-0.16001250600076636f,0.07961982346253582f,0.018402327475483718f,0.6895195958416169f,0.7240332045520417f,2.2292285288372558f,0.25068819620855454f,0.6978420391838294f,-0.670948520103783f,0.02105385603579388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.952783157663523f,-0.17944442051273818f,-0.2449570460704787f,-0.22599742310794257f,-0.22111382047009775f,0.9629063211527575f,0.15466122681907113f,2.3048555634016092f,0.20811759384983372f,0.2015220003645021f,-0.9571185665837046f,0.14414170743440696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847285f,-0.2449570460704787f,-0.11465290272016376f,-0.06775980718937367f,0.9856411687061774f,0.15466122681907113f,2.3225931609199217f,0.2370803072390532f,0.16648416567406907f,-0.9571185665837046f,0.11851133406814761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9335179183438025f,-0.2618021041005589f,-0.2449570460704787f,-0.09288432000232938f,-0.30419523124360515f,0.939970832636561f,0.15466122681907113f,2.319849017299063f,0.1897618439510536f,0.21889379178279755f,-0.9571185665837046f,0.11249663480343756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9687295986493523f,0.03948430423714076f,-0.2449570460704787f,-0.1213749286288388f,0.0011601046013250405f,0.9879668815684735f,0.15466122681907113f,2.3277342771783904f,0.24811613985788927f,0.14954073238678178f,-0.9571185665837046f,0.12106246936444415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9629796357861953f,-0.11254450960181384f,-0.2449570460704787f,-0.18798371816463347f,-0.15340624880702974f,0.9759848501620175f,0.15466122681907113f,2.4318851683263665f,0.2216680939784592f,0.18651355342899806f,-0.9571185665837046f,0.12228948236708166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9629796357861953f,-0.11254450960181384f,-0.2449570460704787f,-0.1626612035042254f,-0.15340624880702974f,0.9759848501620175f,0.15466122681907113f,2.2122885770399128f,0.2216680939784592f,0.18651355342899806f,-0.9571185665837046f,0.08032393284555717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,-0.01941992517325809f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,1.7107842906385722f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,-0.004724285261544128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.051786467128688264f,-0.998609348754676f,1.1580282811381802e-17f,-0.23937538719742096f,0.9694988491102662f,-0.05264414096510904f,1.3472222222222223f,0.9708768684040183f,0.23956239979637617f,-0.002821879127056625f,-0.09456018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006096575374798349f,-0.2997332630424009f,-0.954003565399341f,0.1947102904553441f,-0.1991903145100091f,0.9345387744456599f,-0.2948906537396662f,0.7327367025962437f,0.9799418607111868f,0.19182609333341216f,-0.054006476855447495f,-0.32626508960157263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006096575374798349f,-0.46856754290852953f,-0.8834066388144041f,0.01606891472146724f,-0.1991903145100091f,0.8651502830355278f,-0.4602588471381619f,1.0625752480035386f,0.9799418607111868f,0.17877204897916674f,-0.08805966233007796f,-0.2581082459282653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025245051187845938f,0.10860462856513599f,-0.9937644197921114f,0.30247572044983206f,0.142952175468009f,0.9842572672141581f,0.10393414965775526f,1.1411869011318148f,0.9894075817980609f,-0.1394369627837108f,-0.04037289301211204f,-0.0023422963318020344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025245051187845938f,-0.9821799547889216f,-0.18623969448362787f,-0.02379869325398938f,0.142952175468009f,0.1808376905098122f,-0.9730685511412035f,1.0866730610541133f,0.9894075817980609f,-0.05118853486777472f,0.13583950448453502f,-0.0027909913399886965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08437526002302512f,-0.714969614383682f,-0.6940455791978623f,0.0008091927649521782f,-0.030410633563390882f,0.6980526041380029f,-0.7154004160066066f,1.2371533826949337f,0.9959698835117053f,-0.03925573033586018f,-0.08064104893587484f,-0.10905076909975106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08375711987426218f,-0.6648951422348812f,-0.7422258380727699f,0.002440754807790012f,-0.22840841153912986f,0.7122025767690647f,-0.6637748768834778f,1.1996339246042313f,0.9699558455973859f,0.2251264966101538f,-0.09221560668074807f,-0.1139897867025147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,-0.6440560972384615f,-0.764978199970422f,0.0008091927649521782f,-0.13052619222005157f,0.7584599481839567f,-0.6385150116836127f,1.2371533826949337f,0.9914448123645409f,0.09965064280149585f,-0.0843026299986488f,-0.10905076909975106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003853376983101237f,-0.02217173547768337f,-0.9997467507482752f,0.008024048176850672f,-0.04371822956721921f,0.9987945600130934f,-0.02231912390214308f,1.2608360092926552f,0.9990364697493951f,0.0437931619566221f,0.002879422946884154f,-0.1059306234591936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004474478531826794f,-0.02222594245418335f,-0.9997429602272234f,0.008024048176850672f,-0.21634077173621963f,0.976097768802076f,-0.020732009651409145f,1.2608360092926552f,0.976307661306847f,0.2161923986213034f,-0.009175906054571758f,-0.1059306234591936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,0.04777571306482725f,-0.9988580399942592f,0.008024048176850672f,-0.13052619222005157f,0.9903107742928315f,0.047407630863255834f,1.2608360092926552f,0.9914448123645409f,0.1303919152427783f,0.005927265369504175f,-0.1059306234591936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.017018135660610258f,-0.35294603741967284f,-0.9354888977045039f,0.010764624775733865f,0.05157533131681244f,0.934068940756158f,-0.35334855187793f,1.2594486377081866f,0.9985240949812869f,-0.05426148343364827f,0.002307196866724882f,0.08930945808143745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011660626550927852f,-0.3264122264438498f,-0.9451555894224023f,-0.0002517640746060607f,-0.25827424751134054f,0.9121624854116241f,-0.31820435773279365f,1.3015438241516586f,0.9660012644199233f,0.2478198108216084f,-0.07366748606713547f,-0.29599581060819186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,-0.1781429446024185f,-0.9840045701664222f,0.0204875447203563f,-0.13052619222005157f,0.9755935698518569f,-0.17657887644971665f,1.1256091211860724f,0.9914448123645409f,0.12838332349682263f,-0.02355644886969579f,-0.11584974889543015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,-0.0917034077354362f,-0.9957863163499154f,1.1580282811381802e-17f,-0.13052619222005157f,0.9872710049093408f,-0.0908783583139272f,1.3472222222222223f,0.9914448123645409f,0.12994786598866767f,-0.012277465554081787f,-0.09456018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9230271018055515f,0.006249006568100094f,-0.3846841811789981f,0.6794297163610115f,-0.05025554107910903f,0.9893428885702839f,0.1366566113521507f,1.812425328730107f,0.3814385270568383f,0.14547026758866782f,-0.912876251922675f,-0.6164324091027352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9230271018055515f,0.006249006568100094f,-0.3846841811789981f,0.592895925566741f,-0.05025554107910903f,0.9893428885702839f,0.1366566113521507f,1.8077138717539405f,0.3814385270568383f,0.14547026758866782f,-0.912876251922675f,-0.5806725471911566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9230271018055515f,0.006249006568100094f,-0.3846841811789981f,0.6938654481407259f,-0.05025554107910903f,0.9893428885702839f,0.1366566113521507f,1.7895711085392012f,0.3814385270568383f,0.14547026758866782f,-0.912876251922675f,-0.4616210403585446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2727082264803379f,-0.7309031049760553f,-0.6256283835843052f,-0.9378797874238368f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.491890406021049f,0.9620666425253394f,-0.21231682719978776f,-0.17131649140650934f,-0.4560882980268719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017244390717957997f,-0.7309031049760553f,-0.6822633524711174f,-0.9256141761604174f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.475750162886536f,0.9443299675746545f,-0.21231682719978776f,0.251321461933253f,-0.5476203133651867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.130833186809806f,-0.7309031049760553f,-0.6698233560914042f,-0.8312734783784165f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.595028652265961f,0.9763414969420242f,-0.21231682719978776f,0.040973726176939805f,-0.5080003646225703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-4.870891060465709e-9f,-6.412649735864298e-10f,-0.00001562499922762237f,0.6874908982267887f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.510981448413445f,0.000015491325193195954f,0.0000020394716526227947f,-4.912921787416687e-9f,-0.06550492739807666f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76.mcfunction new file mode 100644 index 000000000..71e0838f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..717667afd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.565919605389617f,0.056820433271695114f,-0.5860468266639804f,-0.3189290994745386f,-0.2478715404612414f,0.7603069318031768f,-0.16564272795947035f,1.4539913877210848f,0.5340778446158162f,0.2926589350409463f,0.544110327117275f,-0.11707991040997959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5334717834114762f,-0.1607243967722972f,-0.5740866873443075f,-0.3189290994745386f,0.0606890678098537f,0.781017153902439f,-0.16226226412356282f,1.4539913877210848f,0.5930638189538714f,0.0646519419067601f,0.5330060347271266f,-0.11707991040997959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5548771826032248f,0.05487335620206422f,-0.5966947891928283f,-0.31793530131231296f,-0.03111396042206153f,0.8094996028353683f,0.10337678134223235f,1.4288831951234338f,0.5984042765034409f,0.09297178191766958f,-0.5479169773550472f,-0.01515855922710023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5227482086805997f,-0.15834703749000917f,-0.5845173445154236f,-0.31793530131231296f,-0.3316189104201057f,0.7209534538450544f,0.10126705111075823f,1.4288831951234338f,0.5067180760274953f,0.30846771809546736f,-0.5367349982253524f,-0.01515855922710023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08229609997626143f,0.0005096144096183828f,1.5603311642795104f,-0.004848941097965839f,1.5568031461547147f,-0.10498821855568276f,0.08214431256809962f,1.4136177929945195f,0.10486928078078271f,1.5589687181780327f,0.005021921033195756f,0.7755110224108701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0003261532221553332f,-0.9986119451388866f,0.05266950398480709f,-0.004414013597404626f,-0.06719245987563721f,-0.0525723600435835f,-0.9963540135390174f,1.426625147921979f,0.997739979633941f,-0.0032140294612457124f,-0.06711633969970116f,0.5827930802577448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.9986119451388866f,0.05181269995887794f,-0.009399202854330001f,-0.23918671419167165f,-0.0525723600435835f,-0.9695493090676922f,1.4940374217582482f,0.97092743735322f,-0.0032140294612457124f,-0.2393524209389408f,0.2511991096411237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9648697414691543f,-0.024609371866089604f,-0.26157362407858437f,0.24045587402427412f,0.2111763945098707f,0.5196655238603848f,-0.8278600568409635f,1.4385377252583464f,0.1563039103767383f,-0.8540152938485756f,-0.4962126212357686f,-0.4786423205443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7170806813554196f,-0.024609371866089604f,-0.696555579435844f,0.010401127751821051f,0.5860535560951552f,0.5196655238603848f,-0.6216823728393259f,1.6290267760199821f,0.3772751327811977f,-0.8540152938485756f,-0.35821969803133585f,-0.33048678273885096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.5802521949433712f,-0.814381828821407f,0.25527666058282883f,-0.23918671419167165f,0.7894624851001996f,-0.5652775427819583f,1.320439579675312f,0.97092743735322f,0.20014088758376522f,-0.13131464698156226f,0.05940771571475778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.30850701508886447f,-0.9511749547228725f,0.19148675178664884f,-0.23918671419167165f,0.9229059894639395f,-0.30171882666777383f,1.491598710033127f,0.97092743735322f,0.2303648329336443f,-0.06505347909346447f,0.10219453764548193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.5441770869724927f,-0.838916963033429f,0.20448446968373418f,-0.23918671419167165f,0.8133681518524799f,-0.5303036538684915f,1.3848826400181045f,0.97092743735322f,0.20567826225980626f,-0.12245964163142083f,-0.2460787777693179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.05181269995887816f,-0.9986119451388866f,0.18852826378432652f,-0.23918671419167165f,0.9695493090676922f,-0.05257236004358372f,1.5663445582180244f,0.97092743735322f,0.2393524209389408f,-0.0032140294612457657f,-0.20122028652739932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,0.25627413997328785f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.218816919170065f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.03083034713200588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,0.273215377765768f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.1126277373524203f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,-0.088573022280075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,-0.31314523895716984f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.1790764420547344f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.1698933378128414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,-0.3688958367728332f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.067814007839388f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.06824269061533526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521281684137148f,0.2606744609613677f,-0.15968962494678823f,0.16479197638610094f,0.06658318630971582f,0.6866697484871511f,0.7239139008289857f,2.2703683432479176f,0.29835990047925526f,0.6786261724359691f,-0.6711541461325529f,0.10248137778397691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.981184360544572f,0.10851946510693099f,-0.15968962494678823f,0.05286783626135233f,-0.04165537796611726f,0.6886316095511893f,0.7239139008289857f,2.2725098723451818f,0.18852607275716576f,0.7169449295586411f,-0.6711541461325529f,0.13142168420013667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9171070460454475f,0.39746117818948945f,-0.03064764144298117f,0.019688884963921433f,0.04843497580420021f,0.18740964875087457f,0.9810869873125017f,2.321135404432777f,0.39568765360147523f,0.8982773710760492f,-0.19112573191504617f,0.08690378267847211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950428909465637f,0.09460638060241244f,-0.03064764144298117f,0.05002743357262919f,-0.011848367018677173f,0.1932043983067424f,0.9810869873125017f,2.3230229822561017f,0.09873834805027248f,0.9765867566295596f,-0.19112573191504617f,0.09172821459093236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679925632410692f,0.24910062140421924f,-0.03064764144298117f,0.1232022150256118f,0.018521332733095516f,0.1926792245154355f,0.9810869873125017f,2.3738591137367338f,0.25029454197759804f,0.9491172724464367f,-0.19112573191504617f,0.17744159526537628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679925632410692f,0.19362236749492504f,-0.15968962494678823f,0.07963718233925374f,0.018521332733095516f,0.6896416637793512f,0.7239139008289857f,2.21868973938638f,0.25029454197759804f,0.6977856077516283f,-0.6711541461325529f,0.020439833521260165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528829746323638f,-0.17945579174019782f,-0.2445601264856512f,-0.22602415494495492f,-0.22100420843718835f,0.9629586073275993f,0.1544922665596643f,2.294362918472302f,0.20777674679528188f,0.20126186768632884f,-0.9572473474011725f,0.14338976551353413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.02818265477150486f,-0.2445601264856512f,-0.11466802961858641f,-0.06764336530268976f,0.9856756640517127f,0.1544922665596643f,2.3120874512533036f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.11780080471022458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336163644111662f,-0.2618221316791231f,-0.2445601264856512f,-0.09289722399277994f,-0.3040905933579775f,0.9400324731648643f,0.1544922665596643f,2.309340557721264f,0.18944496597922802f,0.21860494220979815f,-0.9572473474011725f,0.11179541352171771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688294152853546f,0.0394956783858864f,-0.2445601264856512f,-0.12139071020028896f,0.0012786691150905027f,0.9879931703096697f,0.1544922665596643f,2.3172295519179102f,0.24772551157103936f,0.14936394079658877f,-0.9572473474011725f,0.12034822822260849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9630800028226466f,-0.11254889024976873f,-0.2445601264856512f,-0.18799243666075596f,-0.1532932564843409f,0.9760293628214696f,0.1544922665596643f,2.4213855046955377f,0.22130993127186638f,0.18627783070956622f,-0.9572473474011725f,0.12152808614616167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9630800028226466f,-0.11254889024976873f,-0.2445601264856512f,-0.16266893635455804f,-0.1532932564843409f,0.9760293628214696f,0.1544922665596643f,2.2017788980607076f,0.22130993127186638f,0.18627783070956622f,-0.9572473474011725f,0.07961557423650933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,-0.0194297624845793f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,1.7002476575670513f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,-0.005277101407156454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.05181269995887816f,-0.9986119451388866f,1.1638340141119156e-17f,-0.23918671419167165f,0.9695493090676922f,-0.05257236004358372f,1.3366666666666667f,0.97092743735322f,0.2393524209389408f,-0.0032140294612457657f,-0.09503425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005874876859823851f,-0.2919066498016182f,-0.9564287708049554f,0.1906887980238532f,-0.19918639651651487f,0.9369373959375729f,-0.28718129384847724f,0.7206837671343853f,0.9799440112907716f,0.19219475511916342f,-0.052639441866695315f,-0.3269819751169911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005874876859823851f,-0.4613139456114434f,-0.8872175209080829f,0.014812856259490404f,-0.19918639651651487f,0.8689136586398184f,-0.4531156952390092f,1.051957099490816f,0.9799440112907716f,0.17938365982877935f,-0.086782701742831f,-0.258591954807269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02407498955826146f,0.11684276847964288f,-0.992858581234902f,0.30191674875501257f,0.14314398205705073f,0.9833158263003761f,0.11224876902692023f,1.1279972550079271f,0.9894090131379543f,-0.13941934299522685f,-0.04039865740540091f,-0.002792238627041156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02407498955826146f,-0.980630551621504f,-0.19438136768804448f,-0.024802496916932166f,0.14314398205705073f,0.1890528140795494f,-0.9714776548585426f,1.076216202141228f,0.9894090131379543f,-0.051212837405366154f,0.13581991756097925f,-0.003250710623521627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08283760578355978f,-0.7048424177487194f,-0.704510537330839f,0.0003529329825454541f,-0.029201562491039182f,0.7083534719747484f,-0.7052535909085478f,1.2265954811857804f,0.9961351313030425f,-0.03784871045966014f,-0.07926080557508444f,-0.10952531909428062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08235250864788521f,-0.6540451115896702f,-0.7519594778477471f,0.0014301746819648893f,-0.22961748261148157f,0.7217705454709407f,-0.6529342167245845f,1.1890563908866392f,0.9697906351365567f,0.22643381305855526f,-0.09074057694988111f,-0.11446716842767289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,-0.6327853115984345f,-0.7743272496663178f,0.0003529329825454541f,-0.13052619222005157f,0.7677230014592208f,-0.6273470380698225f,1.2265954811857804f,0.9914448311908566f,0.1009165123045651f,-0.08278287412995981f,-0.10952531909428062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004277956944473942f,-0.01808426200003979f,-0.9998273143659836f,0.007665897126309807f,-0.04373589947425631f,0.9988763464490586f,-0.018254194086785358f,1.250248570626969f,0.9990339684823331f,0.04380643756908569f,0.003482218538062654f,-0.10640952620656348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0047653780946011115f,-0.018126801946824256f,-0.9998243396831247f,0.007665897126309807f,-0.21632310182918252f,0.9761795552380412f,-0.016667079836051424f,1.250248570626969f,0.9763102000832609f,0.2162056775074161f,-0.008573110692309108f,-0.10640952620656348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,0.05188031651143288f,-0.9986532796267209f,0.007665897126309807f,-0.13052619222005157f,0.9901080348464103f,0.051468363847259044f,1.250248570626969f,0.9914448311908566f,0.13036300123598432f,0.006529518640831216f,-0.10640952620656348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01620624543582074f,-0.3449447194172819f,-0.9384830835742363f,0.010518528323490605f,0.0516417340062858f,0.9370648493335586f,-0.34531521752204736f,1.2488496058790999f,0.9985341701302456f,-0.05406115693922573f,0.002627240509440123f,0.08882886754038143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01119288413899534f,-0.31684826407252165f,-0.9484101944300689f,-0.0005589344340418629f,-0.2583218084366141f,0.9153571854758263f,-0.3088544419039668f,1.2909901464668463f,0.9659940800184484f,0.2484520085489413f,-0.07160332965238786f,-0.29646969238792664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,-0.17409748081566612f,-0.9847283926668159f,0.019573504614316697f,-0.13052619222005157f,0.9763094927704732f,-0.17257661333678834f,1.114972149831434f,0.9914448311908566f,0.12849062806251663f,-0.022963127074382132f,-0.11633615318458972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,-0.08761025287211203f,-0.9961547990860741f,1.1638340141119156e-17f,-0.13052619222005157f,0.98763538331083f,-0.08682892822673775f,1.3366666666666667f,0.9914448311908566f,0.13000305082633415f,-0.011677049318204766f,-0.09503425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9860733716910662f,-0.002848223642525862f,0.1662864794981691f,0.7650057671201617f,0.02167643618598678f,0.9891233113360498f,0.14548266936608878f,1.7998218704423408f,-0.16489220041010938f,0.1470610845658702f,-0.9752864192893403f,-0.6007057115782627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9860733716910662f,-0.002848223642525862f,0.1662864794981691f,0.6725613885241242f,0.02167643618598678f,0.9891233113360498f,0.14548266936608878f,1.801854036334777f,-0.16489220041010938f,0.1470610845658702f,-0.9752864192893403f,-0.6161643553667104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9860733716910662f,-0.002848223642525862f,0.1662864794981691f,0.6938406058974176f,0.02167643618598678f,0.9891233113360498f,0.14548266936608878f,1.7790155529836456f,-0.16489220041010938f,0.1470610845658702f,-0.9752864192893403f,-0.4621420705790855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2726431184910906f,-0.7309174717343286f,-0.6256399759070308f,-0.9379042515050935f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.481334850465493f,0.9620850957111243f,-0.21226736322223416f,-0.1712741519354186f,-0.45649890074127625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017308297722891025f,-0.7309174717343286f,-0.6822463428582324f,-0.9256448346517794f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.46519460733098f,0.9443287984069518f,-0.21226736322223416f,0.2513676331789016f,-0.5480317459389182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13076711310201683f,-0.7309174717343286f,-0.6698205816817376f,-0.8313014558261758f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.584473096710405f,0.9763503487748476f,-0.21226736322223416f,0.04101905603391652f,-0.5084181817451847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-3.8225235916863e-9f,-5.032447779322443e-10f,-0.000015624999524321855f,0.6874928629521043f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5004258928578893f,0.000015491325487357137f,0.0000020394716913498488f,-3.8555079970756645e-9f,-0.06602552713130694f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77.mcfunction new file mode 100644 index 000000000..39ed5579b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..bb569dce1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.549177547089374f,0.05385091566490791f,-0.6020369964540332f,-0.3209767039188348f,-0.25210628664587753f,0.7596953580253271f,-0.16201798564616485f,1.4442589618436454f,0.5493549730829506f,0.2948007569889624f,0.5274903522077061f,-0.11693647793661335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5172066109844337f,-0.1571357288896678f,-0.5897505271386448f,-0.3209767039188348f,0.05662725444382835f,0.7820511588420201f,-0.1587114961431819f,1.4442589618436454f,0.6076929122576227f,0.06086335235727777f,0.5167252429789775f,-0.11693647793661335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5382039938645446f,0.05191598215713012f,-0.6120340155819429f,-0.3200497946185834f,-0.03348977674073227f,0.8100536495845113f,0.09816294664033737f,1.4201353583175542f,0.6133183025856586f,0.08979008873989583f,-0.5317168834276119f,-0.01872829957442443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5065499172183952f,-0.15477319676031673f,-0.5995435254680258f,-0.3200497946185834f,-0.3339767807040035f,0.7205642491835914f,0.09615962119869784f,1.4201353583175542f,0.5214083728869598f,0.3111790808571159f,-0.5208655184597015f,-0.01872829957442443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08224657496117098f,0.00003949744109589782f,1.5603338582967137f,-0.005104424546528477f,1.5568773636938151f,-0.10394291743505744f,0.0820670112340163f,1.4050350686544577f,0.10380089269824132f,1.55903884440223f,0.005431972018265108f,0.7739170065628511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.000025278362300942825f,-0.9986136693098967f,0.052637807975149206f,-0.004611380247148199f,-0.06652346715843702f,-0.05252288718977018f,-0.9964015127640417f,1.4179131789015473f,0.9977848604174273f,-0.003476462091690098f,-0.06643257132687466f,0.581190524584744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.9986136693098967f,0.05183373185394681f,-0.009494235847005013f,-0.23853613313093025f,-0.05252288718977018f,-0.9697122560389724f,1.485103358177933f,0.9710903714286462f,-0.003476462091690098f,-0.2386868340103814f,0.24954995762256094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9633650820903269f,-0.024327857017463102f,-0.2670877645681953f,0.23917488474642254f,0.2161541216544981f,0.5190940527741955f,-0.8269333468099065f,1.4279381549717542f,0.15876118638026845f,-0.854370832687656f,-0.49481851819806744f,-0.4808464557999949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7130913682534119f,-0.024327857017463102f,-0.7006488820339436f,0.010486476597301965f,0.5899578964143738f,0.5190940527741955f,-0.6184586039766831f,1.6197016324198357f,0.37874844023547377f,-0.854370832687656f,-0.3558090769946677f,-0.3322203853404674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.58027085946017f,-0.8143719825435047f,0.2552297736286376f,-0.23853613313093025f,0.7896264949268762f,-0.5653233691441024f,1.311363276851567f,0.9710903714286462f,0.19943853231221814f,-0.13117836082114548f,0.057953910705815466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.3085277765877817f,-0.9511711766891817f,0.19143599566412114f,-0.23853613313093025f,0.9230761886685972f,-0.30171321334008444f,1.4825543546435536f,0.9710903714286462f,0.229654002766893f,-0.06513470297558921f,0.10060694433101047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.5441961632134171f,-0.8389079402617897f,0.20453198277040932f,-0.23853613313093025f,0.8135340044959848f,-0.5303422826059315f,1.375604116284598f,0.9710903714286462f,0.20497063075602476f,-0.12235412149188794f,-0.24759085022931487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.05183373185394703f,-0.9986136693098967f,0.18857182261460742f,-0.23853613313093025f,0.9697122560389724f,-0.0525228871897704f,1.5570968962469691f,0.9710903714286462f,0.2386868340103814f,-0.0034764620916901507f,-0.20285879674044144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,0.2562823854564364f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.2097212002368583f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,0.02877449026733355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,0.27325370217936257f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.1034511056540475f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,-0.09055259762996873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,-0.3131804788472626f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.1701034072047216f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,0.16769434721474713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,-0.36890654905672354f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.058775722022063f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,0.06610170914051897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522135997485462f,0.2605078060004482f,-0.15945200991755779f,0.1647815444858156f,0.06683243783683736f,0.6871111449992114f,0.7234719757327561f,2.261325383879082f,0.29803135020782856f,0.6782432877889067f,-0.6716869485575805f,0.10036366615884657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812426694982487f,0.1083414975399664f,-0.15945200991755779f,0.05284889459624967f,-0.04147824476613857f,0.6891065632690364f,0.7234719757327561f,2.2634921023565115f,0.18826146383971357f,0.7165153622709951f,-0.6716869485575805f,0.12926916467970637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172224303565826f,0.3972031418750648f,-0.03053976645853916f,0.01968573697548104f,0.048747680479255956f,0.18799136623144533f,0.9809601979032212f,2.3120894887069685f,0.39538168508247484f,0.8982699540266349f,-0.19179262966634292f,0.08470878146304035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950728903412238f,0.09432531777111311f,-0.03053976645853916f,0.050022944157704766f,-0.011730727787210782f,0.19385427556609472f,0.9809601979032212f,2.313978732800787f,0.0984496466908131f,0.9764851531242674f,-0.19179262966634292f,0.08954099028890865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680661612070569f,0.2488277118620254f,-0.03053976645853916f,0.12317481212425127f,0.018739186831820034f,0.19330269787707355f,0.9809601979032212f,2.3648685422034013f,0.24999350072094947f,0.9490620826916196f,-0.19179262966634292f,0.17524207571506034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680661612070569f,0.19345015910844915f,-0.15945200991755779f,0.07964852632485028f,0.018739186831820034f,0.6900993719793f,0.7234719757327561f,2.209596183508059f,0.24999350072094947f,0.69738073728394f,-0.6716869485575805f,0.01833140982617409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529563287585412f,-0.17946580642219656f,-0.2442667799850695f,-0.22604551717415566f,-0.22081558975186855f,0.9631026132861198f,0.15386302871054203f,2.285367583556544f,0.20764082161650707f,0.20056266005086112f,-0.9574235784603099f,0.14113945363506208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662778f,-0.2442667799850695f,-0.11468085016328639f,-0.06743454133129725f,0.985788390594785f,0.15386302871054203f,2.3030691989344234f,0.23645933097432104f,0.16561122004088946f,-0.9574235784603099f,0.115571810420017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336885665656992f,-0.26183850148558396f,-0.2442667799850695f,-0.09290839808460519f,-0.30391524336997583f,0.9401923703388511f,0.15386302871054203f,2.3003171540662635f,0.18937049799759942f,0.2178965486105657f,-0.9574235784603099f,0.10957475243087214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689031421633049f,0.03950242146756251f,-0.2442667799850695f,-0.12140402291617444f,0.0014948478079262473f,0.9880910554326712f,0.15386302871054203f,2.3082133539887826f,0.24743578265098687f,0.14871323031979702f,-0.9574235784603099f,0.11811378148820977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631538768507613f,-0.11255376361132878f,-0.2442667799850695f,-0.1880006935956557f,-0.15309505191679407f,0.9761598606143427f,0.15386302871054203f,2.412373516813461f,0.2211255629409303f,0.1855898079699208f,-0.9574235784603099f,0.11920394936298648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631538768507613f,-0.11255376361132878f,-0.2442667799850695f,-0.16267609678310674f,-0.15309505191679407f,0.9761598606143427f,0.15386302871054203f,2.1927375481752343f,0.2211255629409303f,0.1855898079699208f,-0.9574235784603099f,0.07744624256975435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,-0.01943764944523013f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,1.6911420960146146f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,-0.007067437246106992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.05183373185394703f,-0.9986136693098967f,1.1827026462765567e-17f,-0.23853613313093025f,0.9697122560389724f,-0.0525228871897704f,1.3275f,0.9710903714286462f,0.2386868340103814f,-0.0034764620916901507f,-0.09657500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005744615220282777f,-0.28664668779977465f,-0.9580191416508281f,0.1879668709307671f,-0.19917613091303565f,0.9385108524663592f,-0.28200398698844864f,0.7105277626647626f,0.9799468701263779f,0.19243455037047366f,-0.051701794487517154f,-0.3286841518516713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005744615220282777f,-0.4564318842263559f,-0.8897398127866087f,0.013952215069468948f,-0.19917613091303565f,0.8714042567298576f,-0.44831182253828394f,1.0427506355430207f,0.9799468701263779f,0.17979031234931153f,-0.08590445456932264f,-0.2601390952684963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02327979973035238f,0.12309477037491147f,-0.9921218314455449f,0.3015560681869967f,0.14357955421271532f,0.9825144627048011f,0.11853371751520254f,1.1168265979630787f,0.9893649288996416f,-0.13968896907860592f,-0.04054663218028886f,-0.004299099244622635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02327979973035238f,-0.9794055465706782f,-0.20055629202571945f,-0.025485057934445835f,0.14357955421271532f,0.19525551390607987f,-0.9701856502244046f,1.0671192242571288f,0.9893649288996416f,-0.051381510642093765f,0.1360771025100982f,-0.004780710577299341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08150373634236975f,-0.6960993268171645f,-0.7133041904874274f,0.000041341817080570165f,-0.02818884032069517f,0.717008925256057f,-0.6964937834500234f,1.2174282762555888f,0.9962743247939334f,-0.03665962776467748f,-0.078061139170188f,-0.11106621019060248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08115254231397388f,-0.6446922862130723f,-0.7601224381462114f,0.0006462912098078484f,-0.23063020478182555f,0.7297938612240934f,-0.6435919738172017f,1.1798788059649734f,0.9696514701263914f,0.2275363184570557f,-0.08946088678711756f,-0.11600958374784409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,-0.6230790766581338f,-0.7821588284115345f,0.000041341817080570165f,-0.13052619222005157f,0.7754817673675733f,-0.6177304765227297f,1.2174282762555888f,0.9914448455540988f,0.10198280595920217f,-0.08146548663634788f,-0.11106621019060248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004589492077643089f,-0.015294566994290743f,-0.9998724982631169f,0.00742123515432868f,-0.04374878698481473f,0.9989226131197148f,-0.015480847374673458f,1.2410609865909634f,0.9990320216088305f,0.04381425816486892f,0.003915428665633255f,-0.10795358645247997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004942368614422611f,-0.015325364486545992f,-0.9998703446926677f,0.00742123515432868f,-0.21631021431862413f,0.9762258219086973f,-0.013893733123939524f,1.2410609865909634f,0.9763121755739351f,0.2162135006007786f,-0.008139900739386263f,-0.10795358645247997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,0.054682918139217024f,-0.998503754171729f,0.00742123515432868f,-0.13052619222005157f,0.9899601672458125f,0.054238182225965006f,1.2410609865909634f,0.9914448455540988f,0.13034049919507956f,0.006962219027488536f,-0.10795358645247997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01563029148061029f,-0.33847328765805534f,-0.9408461763381826f,0.010354568280642542f,0.051685298438210237f,0.9394296442817445f,-0.338822333044958f,1.2396538822053262f,0.9985410977589178f,-0.05392380723412105f,0.002810533720319053f,0.08728355298061559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.010894866600249027f,-0.3089526695526f,-0.9510150103221741f,-0.0007729065681424292f,-0.25835301146028344f,0.917909512668828f,-0.3011575136394196f,1.2818254457481344f,0.9659891424602896f,0.2489786627974304f,-0.06981835088598155f,-0.29801017154243525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,-0.1713330737772832f,-0.9852131477306243f,0.018949270365476157f,-0.13052619222005157f,0.9767884885715302f,-0.16984452225102753f,1.1057520691680625f,0.9914448455540988f,0.12856603915565604f,-0.02253645491277583f,-0.11788537040669136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,-0.08481411604947058f,-0.9963967755618259f,1.1827026462765567e-17f,-0.13052619222005157f,0.9878744389604174f,-0.08406548633758501f,1.3275f,0.9914448455540988f,0.13004098802834238f,-0.011245428263155248f,-0.09657500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7464661444408027f,-0.011675304421432678f,0.6653209619952988f,0.8286043446662197f,0.08683792398519753f,0.9895864596104171f,0.114794659778498f,1.7829975575969474f,-0.6597328778843935f,0.1434654182107553f,-0.7376789298983598f,-0.5434569301630825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7464661444408027f,-0.011675304421432678f,0.6653209619952988f,0.7586231436248944f,0.08683792398519753f,0.9895864596104171f,0.114794659778498f,1.7911386129705595f,-0.6597328778843935f,0.1434654182107553f,-0.7376789298983598f,-0.6053068874647444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7464661444408027f,-0.011675304421432678f,0.6653209619952988f,0.6938155998462622f,0.08683792398519753f,0.9895864596104171f,0.114794659778498f,1.7698488863169788f,-0.6597328778843935f,0.1434654182107553f,-0.7376789298983598f,-0.46373006932915944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27257758833313295f,-0.7309319279903193f,-0.6256516402782364f,-0.9379288694037199f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4721681837988267f,0.9621036637434259f,-0.21221757849004327f,-0.17123153795752444f,-0.4579757581233231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017372617791616973f,-0.7309319279903193f,-0.6822292201272393f,-0.9256756870626146f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4560279406643137f,0.9443276173139532f,-0.21221757849004327f,0.251414101748439f,-0.5495094381218593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1307006116384563f,-0.7309319279903193f,-0.6698177862386816f,-0.831329610297365f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5753064300437387f,0.97635925331772f,-0.21221757849004327f,0.04106467874812505f,-0.50990229993481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.7673786548662374e-9f,-3.6433231168318803e-10f,-0.000015624999750684075f,0.6874948371997064f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4912592261912225f,0.000015491325711782796f,0.0000020394717208960474f,-2.791258256189434e-9f,-0.06761309444284955f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78.mcfunction new file mode 100644 index 000000000..f77c33e11 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..25231cfeb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5359348641632125f,0.051503908829501434f,-0.6140566856521358f,-0.32260448952835946f,-0.2549079938913145f,0.7594441149573035f,-0.15877970698885943f,1.4364510565557742f,0.5610170946318028f,0.29586555743520554f,0.5144587795916117f,-0.11851809922445851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5043418230570132f,-0.15429549661733152f,-0.6015249165571943f,-0.32260448952835946f,0.05399745538445494f,0.7828740636096285f,-0.15553930480541334f,1.4364510565557742f,0.6186465875825489f,0.0574552021226844f,0.503959620824436f,-0.11851809922445851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5249543290126633f,0.049567744219841926f,-0.6236268400480092f,-0.3217207306494453f,-0.03479182362208792f,0.8105260090912351f,0.09370998900933254f,1.413134817188836f,0.6246254284804281f,0.08680479113525948f,-0.5188954102476241f,-0.02309268574028847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4936783489671571f,-0.15193146132637914f,-0.6108997616796825f,-0.3217207306494453f,-0.335332240578026f,0.7205036433164158f,0.09179754025404005f,1.413134817188836f,0.5327607119429725f,0.31271605495561333f,-0.5083057079976726f,-0.02309268574028847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08222288700905442f,-0.00022466683174558136f,1.5603350910547102f,-0.005248342768703655f,1.5570053920012379f,-0.10203474758028247f,0.08203273471791156f,1.3987394201193601f,0.1018815789579622f,1.559164875762356f,0.005593215353422499f,0.7710354070023508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00014378677231760388f,-0.9986144582750146f,0.05262264768579461f,-0.004722642050517637f,-0.06530223845138103f,-0.05250095021946315f,-0.9964834508807923f,1.411381631672784f,0.9978655204879079f,-0.0035796578261908284f,-0.06520421053309602f,0.5782933934254755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.9986144582750146f,0.05184815973598603f,-0.009548114424616677f,-0.23734768603667566f,-0.05250095021946315f,-0.9700050134711105f,1.4781659967031586f,0.9713831087047711f,-0.0035796578261908284f,-0.2374911412514214f,0.24657002745790219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9622814418860859f,-0.024170894168958058f,-0.27098006287678883f,0.2382505859298762f,0.21976954573294816f,0.5180486444930295f,-0.8266359227055577f,1.4192844624619037f,0.16036138366193128f,-0.8550095729370569f,-0.49319657015841367f,-0.48418050802682416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7102565715104594f,-0.024170894168958058f,-0.7035278036448032f,0.010533702003598435f,0.5929758234959711f,0.5180486444930295f,-0.6164456786191385f,1.6120516235604943f,0.3793616683001631f,-0.8550095729370569f,-0.35361469823878816f,-0.33536125355383545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.5802834517231119f,-0.8143648958545672f,0.25520343251543254f,-0.23734768603667566f,0.7898851907663937f,-0.5654621661446266f,1.3041846201709317f,0.9713831087047711f,0.19837464823976056f,-0.13062294996977544f,0.055231162458972846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.3085419170508605f,-0.9511682045603128f,0.19140702178989427f,-0.23734768603667566f,0.9233646483388447f,-0.30176779505294693f,1.4754294430153843f,0.9713831087047711f,0.22847234322924456f,-0.06492491434259631f,0.09766394609981498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.5442090526083448f,-0.8389014095846049f,0.20455857193383298f,-0.23734768603667566f,0.8137985083545167f,-0.5304696633484326f,1.3680527858148839f,0.9713831087047711f,0.20388353258439393f,-0.12184564524004778f,-0.2504004914936538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.05184815973598625f,-0.9986144582750146f,0.18859570161911673f,-0.23734768603667566f,0.9700050134711105f,-0.05250095021946336f,1.5496005949018454f,0.9713831087047711f,0.2374911412514214f,-0.0035796578261908813f,-0.20589327537042595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,0.2562846483899141f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.2025061304337403f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,0.024952452953796764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,0.27327316883416697f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.09608962771898f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,-0.09424163508363317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,-0.31320254756671f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.1630733033053557f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,0.16382518528856732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,-0.36891452022330273f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.051622822659312f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,0.06235953116621448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522617961776041f,0.2604122094958312f,-0.15932028334805126f,0.16477316665010272f,0.06722208279643925f,0.6879339033723254f,0.7226535381325029f,2.254200289020238f,0.29778962897507477f,0.6774455149577829f,-0.6725986255847335f,0.09646307069938304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.981275317961228f,0.1082395384043581f,-0.15932028334805126f,0.05283572866570288f,-0.04122210474852358f,0.689980146022099f,0.7226535381325029f,2.2564053144164324f,0.18814751776250888f,0.7156895978155158f,-0.6725986255847335f,0.12534712279549293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172874283956975f,0.3970574754103571f,-0.030481714649320035f,0.019681326119370013f,0.04925556877631283f,0.1890802072874881f,0.9807255294712394f,2.3049489958193243f,0.39516789172670747f,0.8981058046983526f,-0.1929981888914895f,0.08072173401800545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950896937367655f,0.09416669523195953f,-0.030481714649320035f,0.05001777246078154f,-0.011584167703235178f,0.19504677106268864f,0.9807255294712394f,2.306843358099607f,0.09829704205872442f,0.9762629720557425f,-0.1929981888914895f,0.08555671487894961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681075717569716f,0.24867367085974024f,-0.030481714649320035f,0.12315661213525267f,0.019070489913031938f,0.19445758472693858f,0.9807255294712394f,2.3578361023699297f,0.2498080181285179f,0.94886650966472f,-0.1929981888914895f,0.17120772009256924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681075717569716f,0.19335143345917466f,-0.15932028334805126f,0.07965253960693844f,0.019070489913031938f,0.6909473064127628f,0.7226535381325029f,2.202372958427058f,0.2498080181285179f,0.6965680461665109f,-0.6725986255847335f,0.01447990970510455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529969605993425f,-0.17947401423004916f,-0.24410217390381422f,-0.22606009212486333f,-0.22053633792657432f,0.9633520583742732f,0.1526975287291407f,2.278302611051054f,0.20775109323984714f,0.19935368028256478f,-0.9576521254690797f,0.1371438553951913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.02818282157850127f,-0.24410217390381422f,-0.1146906723007995f,-0.06711970575044206f,0.9859910799900714f,0.1526975287291407f,2.2959700046674016f,0.2363791188676946f,0.1643998745373214f,-0.9576521254690797f,0.11157324422031964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9337283284324894f,-0.26185021935851394f,-0.24410217390381422f,-0.09291728758199296f,-0.30365879475411806f,0.9404652046133817f,0.1526975287291407f,2.2932100519254885f,0.1895857195337935f,0.21670178018052486f,-0.9576521254690797f,0.10558321051847375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968944578967689f,0.039503564200721625f,-0.24410217390381422f,-0.12141413542175954f,0.0018230553626105983f,0.9882712892668482f,0.1526975287291407f,2.301117443033145f,0.24727126674620603f,0.1475104309067035f,-0.9576521254690797f,0.11410778992556114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631949822621735f,-0.11255911709143793f,-0.24410217390381422f,-0.18800823874145378f,-0.15279907992516872f,0.9763892184441793f,0.1526975287291407f,2.4052806061393874f,0.2211512317826738f,0.18437608105597866f,-0.9576521254690797f,0.11505930765962333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631949822621735f,-0.11255911709143793f,-0.24410217390381422f,-0.16268243739588029f,-0.15279907992516872f,0.9763892184441793f,0.1526975287291407f,2.1855930319894474f,0.2211512317826738f,0.18437608105597866f,-0.9576521254690797f,0.0735746894220282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,-0.01944305990099483f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,1.6838907689405553f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,-0.010301007215902144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.05184815973598625f,-0.9986144582750146f,1.2168113274972528e-17f,-0.23734768603667566f,0.9700050134711105f,-0.05250095021946336f,1.320138888888889f,0.9713831087047711f,0.2374911412514214f,-0.0035796578261908813f,-0.09936018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005725296139920686f,-0.28454693982577706f,-0.9586450125150061f,0.1868478573234882f,-0.1991594906245494f,0.9391308600953175f,-0.2799441460556005f,0.7027747750829247f,0.9799503652115654f,0.19252601552105894f,-0.05129342130629197f,-0.3315351307931122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005725296139920686f,-0.45448135263209893f,-0.8907378520607554f,0.013576841632500473f,-0.1991594906245494f,0.8723892584685857f,-0.44639946124833224f,1.035373179874073f,0.9799503652115654f,0.17995466600877305f,-0.08551958783454659f,-0.26292741437726747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.022943948753795913f,0.12688420645396215f,-0.9916521433285623f,0.30145466653213243f,0.14430200553340308f,0.98194641351119f,0.12230360661709258f,1.1082443277453475f,0.9892676616642337f,-0.14029126539118228f,-0.04083937365239551f,-0.007038941383714446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.022943948753795913f,-0.978639990617329f,-0.20429719523306622f,-0.02577418651113669f,0.14430200553340308f,0.19896921307194598f,-0.969323570046952f,1.0597885834629799f,0.9892676616642337f,-0.0517206053139844f,0.13665457391296557f,-0.007560196626771015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08044540238268587f,-0.6892411159700342f,-0.7200522351134463f,-0.00009283490770366568f,-0.027413859581124314f,0.7236501313554677f,-0.6896223370019859f,1.2100671982670463f,0.9963819636757554f,-0.0357375355277382f,-0.07710908517191402f,-0.11385140857485215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08022694135707482f,-0.6373625978388386f,-0.7663762501256257f,0.00014550587605026422f,-0.23140518552139644f,0.7359395618054952f,-0.636273998748451f,1.1725136922117771f,0.9695438504752101f,0.22838975512413595f,-0.0884468301299748f,-0.11879539498539839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,-0.6154793187749104f,-0.7881530283024164f,-0.00009283490770366568f,-0.13052619222005157f,0.781419125428738f,-0.6102024775094906f,1.2100671982670463f,0.9914448552523895f,0.10280738579770769f,-0.0804222632049732f,-0.11385140857485215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0047613488424447575f,-0.014096529937889943f,-0.9998893025734952f,0.007315861434902379f,-0.04375452051165429f,0.9989400857522586f,-0.014291501392980063f,1.233691112638628f,0.999030966232777f,0.043817723822449965f,0.004139515312657625f,-0.11074043794380661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004980856476133887f,-0.01411568758637008f,-0.9998879629402126f,0.007315861434902379f,-0.21630448079178455f,0.9762432945412411f,-0.012704387142246129f,1.233691112638628f,0.9763132502727601f,0.21621696794476508f,-0.007915814210286847f,-0.11074043794380661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,0.05588963510290555f,-0.9984369467071825f,0.007315861434902379f,-0.13052619222005157f,0.9898943824029689f,0.0554258498498566f,1.233691112638628f,0.9914448552523895f,0.13032827926090626f,0.007186001562755369f,-0.11074043794380661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015345012235026486f,-0.333948471167709f,-0.9424664180777248f,0.010291274390778479f,0.051703548735071436f,0.9410513683265551f,-0.3342888948483308f,1.2322804604144422f,0.9985445776968133f,-0.05385852555973099f,0.002825876293262839f,0.08449603912450257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.010804044183278246f,-0.3031961329378917f,-0.9528669254417398f,-0.0008723801212951405f,-0.25836608323511845f,0.9197177598118448f,-0.295577755117711f,1.2744653478761307f,0.9659866664002302f,0.24938193049655794f,-0.0683989260060445f,-0.3007951802314279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,-0.17014225648160883f,-0.9854195047903423f,0.018680714008534015f,-0.13052619222005157f,0.9769915568741512f,-0.16867249610163543f,1.0983685815159676f,0.9914448552523895f,0.12860447253485593f,-0.022315659022313788f,-0.12067481054786279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,-0.08360984497031285f,-0.9964985608047497f,1.2168113274972528e-17f,-0.13052619222005157f,0.987974585717269f,-0.08288022153279226f,1.320138888888889f,0.9914448552523895f,0.13006003152710224f,-0.011022122878006043f,-0.09936018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2792016101089032f,-0.01737985593408677f,0.9600752061793424f,0.850889665533372f,0.12533147652482673f,0.990623415500274f,0.05438078387333417f,1.7647699798247667f,-0.9520181100718113f,0.1355108455817536f,-0.27440540961324966f,-0.4630970604130633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2792016101089032f,-0.01737985593408677f,0.9600752061793424f,0.8247145145856624f,0.12533147652482673f,0.990623415500274f,0.05438078387333417f,1.7765198057489693f,-0.9520181100718113f,0.1355108455817536f,-0.27440540961324966f,-0.5523487582322957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2792016101089032f,-0.01737985593408677f,0.9600752061793424f,0.6937908091326158f,0.12533147652482673f,0.990623415500274f,0.05438078387333417f,1.7624877752058679f,-0.9520181100718113f,0.1355108455817536f,-0.27440540961324966f,-0.46656209788069203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.27251262955939953f,-0.7309462545743343f,-0.6256631998562598f,-0.9379532678855687f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.464807072687716f,0.9621220651147397f,-0.2121682278277676f,-0.17118929557590018f,-0.46069761653687247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.01743637572285861f,-0.7309462545743343f,-0.6822122438987768f,-0.9257062656327786f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.448666829553203f,0.9443264422181732f,-0.2121682278277676f,0.2514601631034063f,-0.5522321236223371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1306346906964283f,-0.7309462545743343f,-0.6698150121566411f,-0.8313575149356774f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.567945318932628f,0.9763680755782886f,-0.2121682278277676f,0.04110990260233914f,-0.5126313554699556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.721454040541771e-9f,-2.266337239192383e-10f,-0.00001562499990352746f,0.6874967910476667f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4838981150801116f,0.000015491325863318586f,0.000002039471740846113f,-1.7363083995981508e-9f,-0.07044469713962141f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79.mcfunction new file mode 100644 index 000000000..b414f20f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..8fdc1858f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.528524101597119f,0.05019111964294212f,-0.6205542441917471f,-0.3235246702149307f,-0.25574859284218565f,0.7596597778140821f,-0.15637814321427967f,1.4310412877886378f,0.5676260879616476f,0.2955373376155568f,0.5073487467067481f,-0.12218559217126913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.49714276882648367f,-0.1527055044586986f,-0.6078898718613033f,-0.3235246702149307f,0.05331753875082765f,0.7833843621804653f,-0.15318675253643724f,1.4310412877886378f,0.6245048498331226f,0.05468061813037642f,0.49699469065150836f,-0.12218559217126913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5174515379496911f,0.04823872792628886f,-0.6299693448462371f,-0.32265679128483526f,-0.03473360133996065f,0.81087962606379f,0.09062148430173268f,1.4082729945616983f,0.6308580880482554f,0.0842122414328581f,-0.5117331488006203f,-0.02824716945979014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48638992354674115f,-0.15032165605195436f,-0.6171128276044773f,-0.32265679128483526f,-0.3354121096216241f,0.7208455014578591f,0.08877206625475856f,1.4082729945616983f,0.539373302075072f,0.31270619237515196f,-0.5012896151516281f,-0.02824716945979014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08222933785452795f,-0.00025396533152221516f,1.5603347466161277f,-0.005265091778422115f,1.5571914943993588f,-0.09914181212971676f,0.0820475524188738f,1.395215248871938f,0.09899108932776629f,1.5593514955228165f,0.00547061646031573f,0.7666805721098666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0001625378121746495f,-0.9986142378343218f,0.05262677622689767f,-0.004735769299959858f,-0.06345075976301898f,-0.05251043354807899f,-0.9966025564155896f,1.4074998407725368f,0.9979849571346026f,-0.0035011945346024964f,-0.06335429716977065f,0.5739154448398531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.9986142378343218f,0.05185548163917348f,-0.009555138979674584f,-0.23554501792890742f,-0.05251043354807899f,-0.9704438154254287f,1.4736686214137786f,0.971821964924813f,-0.0035011945346024964f,-0.23569007218486288f,0.24206865147077233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9617338481036595f,-0.02415616814160052f,-0.27291845843116197f,0.23776674043861618f,0.22174099461731078f,0.516461359654575f,-0.8271025300951955f,1.4130301465675374f,0.16093146590351118f,-0.8559697094666741f,-0.49134195806758085f,-0.4887953724069864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7088378823842395f,-0.02415616814160052f,-0.7049576838631818f,0.010537334667414825f,0.594926307293227f,0.516461359654575f,-0.6158980052526497f,1.6064744040591838f,0.37896113967987816f,-0.8559697094666741f,-0.3517162365999973f,-0.34010964840709346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.5802895085109292f,-0.8143607758810576f,0.25520054445458396f,-0.23554501792890742f,0.7902501771923206f,-0.565705932421056f,1.299333325582711f,0.971821964924813f,0.1968978002915469f,-0.12958906099677206f,0.05105793197307276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.30854893241199716f,-0.9511660965829631f,0.191402831523691f,-0.23554501792890742f,0.9237860440130901f,-0.30189052554778195f,1.470656393050492f,0.971821964924813f,0.22675295189712982f,-0.06438297364686513f,0.0931717168684917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.5442152833421627f,-0.8388975577257712f,0.20456129978915716f,-0.23554501792890742f,0.8141737803298785f,-0.5306972771290855f,1.362634185970683f,0.971821964924813f,0.2023629926645781f,-0.12087715950298847f,-0.2546926532393329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.0518554816391737f,-0.9986142378343218f,0.1885970579953476f,-0.23554501792890742f,0.9704438154254287f,-0.0525104335480792f,1.5442642111532754f,0.971821964924813f,0.23569007218486288f,-0.003501194534602549f,-0.21052264717051233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,0.2562797289184235f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.197597115993511f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.019112615013695065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,0.2732708205090726f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.0909597023237794f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,-0.09988350808444926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,-0.3132099884780147f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.1584203388484013f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.15804746273825854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,-0.36891971187414485f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.046781634479294f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.056787703179420196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522676433667979f,0.26039735507926737f,-0.15930961322019194f,0.16476673988168494f,0.0677716680528542f,0.6891903668763717f,0.7214039362341643f,2.2494235924716217f,0.29764632772130556f,0.6761729480484518f,-0.6739412496067343f,0.0905254636192698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812787694191114f,0.10822395216839804f,-0.15930961322019194f,0.052828747272602034f,-0.040875839994697585f,0.69130711445101f,0.7214039362341643f,2.2516818747463914f,0.18820505410865748f,0.7144102810615693f,-0.6739412496067343f,0.11940325087550469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172950718056284f,0.3970398798449908f,-0.030480896538369676f,0.01967505093641686f,0.04998595615922841f,0.19074732758118118f,0.9803656772895946f,2.300142580564459f,0.39505842027218585f,0.8977609875870711f,-0.19481800157770823f,0.0746872453880467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950915257228631f,0.0941475989112964f,-0.030480896538369676f,0.050011400003691295f,-0.01140469652571207f,0.1968579987952513f,0.9803656772895946f,2.3020459991318214f,0.0982994828658906f,0.975901202955282f,-0.19481800157770823f,0.07951927891709953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681123685109875f,0.24865509623223814f,-0.030480896538369676f,0.12314846598701924f,0.01953108994395386f,0.19621843776290732f,0.9803656772895946f,2.353197781008279f,0.24975383572959897f,0.9485088127158443f,-0.19481800157770823f,0.16507691634043917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681123685109875f,0.19333620734792345f,-0.15930961322019194f,0.07964781933373653f,0.01953108994395386f,0.6922390463643721f,0.7214039362341643f,2.197443995576296f,0.24975383572959897f,0.6952885829760659f,-0.6739412496067343f,0.008636985170824583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9530002639474161f,-0.17948059292146493f,-0.24408443965299215f,-0.22606736090686924f,-0.22015331047580197f,0.963719739572251f,0.15091979143021028f,2.2736002015600327f,0.2081418189665423f,0.19756259849311664f,-0.95793841288151f,0.13115404431306027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693441998237246f,-0.02818880251782027f,-0.24408443965299215f,-0.11469750700255184f,-0.06668387599167527f,0.986294315728013f,0.15091979143021028f,2.2912204499429976f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.10555281166200169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9337310458395898f,-0.2618570609217776f,-0.24408443965299215f,-0.09292400058397818f,-0.30330927036633915f,0.94086486971536f,0.15091979143021028f,2.288449452414477f,0.19013106149481643f,0.21495156798894866f,-0.95793841288151f,0.09956832204823626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689492775347357f,0.039497897212372665f,-0.24408443965299215f,-0.12142103316378525f,0.002278976117781689f,0.9885433843906483f,0.15091979143021028f,2.2963725621178646f,0.24724907246088682f,0.1456773602633039f,-0.95793841288151f,0.1080776752418402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631987364697722f,-0.11256544932757889f,-0.24408443965299215f,-0.18801545672089978f,-0.1523913373661826f,0.9767292853449253f,0.15091979143021028f,2.400537115780985f,0.22141606617131732f,0.1825621066028548f,-0.95793841288151f,0.10883467095415343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631987364697722f,-0.11256544932757889f,-0.24408443965299215f,-0.16268823062219456f,-0.1523913373661826f,0.9767292853449253f,0.15091979143021028f,2.180773026578377f,0.22141606617131732f,0.1825621066028548f,-0.95793841288151f,0.06775819696851117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,-0.019445805614690125f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,1.6789164307845357f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,-0.015183815523269042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.0518554816391737f,-0.9986142378343218f,1.2683372076391567e-17f,-0.23554501792890742f,0.9704438154254287f,-0.0525104335480792f,1.315f,0.971821964924813f,0.23569007218486288f,-0.003501194534602549f,-0.10356759259259261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005834932202571709f,-0.28619410449245536f,-0.9581538958434356f,0.18763110162830393f,-0.1991360764637155f,0.9386466153196993f,-0.28158010334451844f,0.6979404624743417f,0.9799544768084016f,0.1924460082792937f,-0.051514631713110305f,-0.335696805474748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005834932202571709f,-0.4560114364694547f,-0.8899547872646429f,0.013776741474324351f,-0.1991360764637155f,0.8716149928802682f,-0.44791977768007424f,1.030243678509944f,0.9799544768084016f,0.17983568610093584f,-0.08572251389090868f,-0.2671344501487662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02315652683555568f,0.12773506369479498f,-0.9915379613347138f,0.30167052339306405f,0.14535266551704054f,0.981695351155038f,0.12307249955890895f,1.1028204819210343f,0.9891088807062675f,-0.14127275400257808f,-0.0412992867313893f,-0.011187858887147305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02315652683555568f,-0.978459403118752f,-0.20513647094899906f,-0.02559770227114692f,0.14535266551704054f,0.19971603764799278f,-0.9690129549873298f,1.0546320524856334f,0.9891088807062675f,-0.05225610734336117f,0.13759695255823642f,-0.011768258877179472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07973593655876485f,-0.6847697261292147f,-0.7243842920701804f,-0.000016834713215145222f,-0.026917479615287024f,0.7279122043206306f,-0.6851417897721909f,1.204928270919156f,0.9964525225580277f,-0.0351318228676008f,-0.0764730364883093f,-0.11805881144214837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07964409229312489f,-0.6325832518034489f,-0.770386427775424f,-0.00001582775416339617f,-0.23190156548723373f,0.7398787053999315f,-0.6315070587256262f,1.1673740248498f,0.9694733015856466f,0.2289496251001421f,-0.08777007849563485f,-0.12300292169054303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,-0.6105289143162701f,-0.7919939662891395f,-0.000016834713215145222f,-0.13052619222005157f,0.7852220400575541f,-0.6053009672488446f,1.204928270919156f,0.9914448602918572f,0.10334792011283615f,-0.07972638464906222f,-0.11805881144214837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004765389876477319f,-0.014783971518463106f,-0.9998793553451667f,0.007375548473401144f,-0.04375119375579059f,0.998930167213647f,-0.014978453707205248f,1.2285572698671159f,0.9990310926614187f,0.04381729357978303f,0.004113475303763332f,-0.11494764935386932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004857674151725747f,-0.014792025678930058f,-0.9998787921434024f,0.007375548473401144f,-0.21630780754764825f,0.9762333760026296f,-0.013391339456471314f,1.2285572698671159f,0.9763131338847003f,0.2162165385783954f,-0.007941854280457811f,-0.11494764935386932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,0.05520613860216131f,-0.9984749772103682f,0.007375548473401144f,-0.13052619222005157f,0.9899325526457874f,0.054739879034664526f,1.2285572698671159f,0.9914448602918572f,0.13032967226550718f,0.007159994973802677f,-0.11494764935386932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015406536522669281f,-0.3317854059855022f,-0.9432290723930274f,0.010346845183452705f,0.051693039228192766f,0.9418152085093514f,-0.3321324174419587f,1.2271486710188262f,0.9985441744498477f,-0.05387538766006663f,0.0026408855994457213f,0.08028890522837438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.010956389384522479f,-0.30004845950978154f,-0.9538610378233622f,-0.000835754595408255f,-0.25835855580098466f,0.9206785080527145f,-0.2925780946247642f,1.2693258612935845f,0.9659869637712943f,0.24964375969696287f,-0.06743277443707063f,-0.3050026074055177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,-0.1708167900131083f,-0.9853028073157124f,0.01883362798927473f,-0.13052619222005157f,0.9768744389579925f,-0.16934947196564148f,1.0932425782482376f,0.9914448602918572f,0.12859997962723438f,-0.022341312421930146f,-0.1248817174226798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,-0.08429198255315587f,-0.9964410968701887f,1.2683372076391567e-17f,-0.13052619222005157f,0.9879169158043898f,-0.08356482879822304f,1.315f,0.9914448602918572f,0.13005779155744818f,-0.011048070241392741f,-0.10356759259259261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.27228204006689494f,-0.017954388819099956f,0.9620499626210386f,0.8253114315752843f,0.12559623057289585f,0.9919351862983184f,-0.01703446650764982f,1.7489063930327269f,-0.9539853654657858f,0.12546802822015193f,0.27234113969736073f,-0.3852449536241677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.27228204006689494f,-0.017954388819099956f,0.9620499626210386f,0.8508378728315558f,0.12559623057289585f,0.9919351862983184f,-0.01703446650764982f,1.7606810396489359f,-0.9539853654657858f,0.12546802822015193f,0.27234113969736073f,-0.4746810816365851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.27228204006689494f,-0.017954388819099956f,0.9620499626210386f,0.6937671578102642f,0.12559623057289585f,0.9919351862983184f,-0.01703446650764982f,1.7573488863169788f,-0.9539853654657858f,0.12546802822015193f,0.27234113969736073f,-0.47081418858498053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724506628827239f,-0.7309599178941365f,-0.6256742241190387f,-0.9379765381177884f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4596681837988266f,0.9621396144763992f,-0.21212115030807246f,-0.17114899896635588f,-0.4648446136908369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0174971956592391f,-0.7309599178941365f,-0.682196047024797f,-0.9257354312312038f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4435279406643136f,0.9443253172582229f,-0.21212115030807246f,0.2515041009151466f,-0.5563799093627798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13057180679023558f,-0.7309599178941365f,-0.6698123630567968f,-0.8313841302159766f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5628064300437385f,0.9763764871673913f,-0.21212115030807246f,0.041153042398400105f,-0.5167852178865684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-7.237248920912714e-10f,-9.528018960998442e-11f,-0.000015624999982948607f,0.6874986519430053f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4787592261912226f,0.00001549132594206027f,0.0000020394717512126525f,-7.299698856560023e-10f,-0.07469638329505456f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..8ac6485d1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.36583187219220653f,-0.08270722530847675f,-0.7254453808623793f,-0.12602946755290045f,-0.12282852797956821f,0.8068178062967625f,-0.030043711510010524f,1.1369373298783185f,0.7197392850519986f,0.09565033595705337f,-0.3738593575511857f,-0.29725277571370545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3620916871063889f,0.06228860460319275f,-0.7106403730896778f,-0.12602946755290045f,0.19129179859406126f,0.77623533098724f,-0.029430574540418475f,1.1369373298783185f,0.687238719746711f,-0.1832453018871621f,-0.3662295747440187f,-0.29725277571370545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8065235020125481f,0.12401065814239023f,0.03294907909109621f,-0.19630599751444222f,0.12282852797956821f,0.8068178062967625f,-0.030043711510010524f,1.1369373298783185f,-0.03711384997857955f,-0.02471494596424491f,-0.8154484520987189f,-0.25633297622629414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7764121276471861f,-0.19011161452630118f,0.03227664890556364f,-0.19630599751444222f,-0.19129179859406126f,0.77623533098724f,-0.029430574540418475f,1.1369373298783185f,-0.024323976505066916f,-0.03628064152317467f,-0.7988066469538471f,-0.25633297622629414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.146293562986095f,1.1810191563346861f,1.0125207137631007f,-0.49822504632487f,1.5530237192971519f,-0.16979365324552678f,-0.02633804506751109f,0.8303067413645692f,0.09012086733533971f,1.0088459335736275f,-1.1897539079921875f,0.317115915035131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3688006579095055f,-0.6504447505041551f,-0.6640088111366471f,-0.43092117806254904f,-0.8588772924586993f,0.511612770535235f,-0.024128189407309597f,1.0553283589931848f,0.3554094416645822f,0.5614035977501823f,-0.7473353525752824f,0.23247355409704776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48107093878120644f,-0.6504447505041551f,-0.5877859971126876f,-0.2592607056450048f,-0.8494636656326169f,0.511612770535235f,0.1290885502097638f,1.3713263646538336f,0.2167538526305049f,0.5614035977501823f,-0.798651217868592f,0.14783809807750517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.26876885771987924f,0.9629016359990429f,0.02416072247095588f,0.4674468280215962f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2042955595618015f,-0.8914151137716586f,0.258161056195207f,-0.3724673999206324f,0.044462692617987576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5769364101769472f,0.8071403852492928f,0.12517498596668947f,0.2565462466294456f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3713263646538336f,-0.6385963144931457f,-0.3501918152503969f,-0.6852448027146236f,-0.15249996745922126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8957180181381872f,-0.02755532439468783f,-0.44376788536362327f,-0.029578224366103127f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0481621407723767f,0.33372873413734133f,-0.7011659211955605f,-0.630072601344535f,0.3244302236121986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8773251477921901f,0.0010515114097274236f,-0.47989527959250367f,-0.03238041147423237f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.222387944658514f,0.45041479979392257f,-0.34329288321165075f,-0.8241823247697277f,0.2549116684802033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.2703606701311427f,-0.4243812445246743f,0.24493285236457793f,0f,0.8433914458128857f,-0.5372996083468239f,1.035339024282949f,0.5031841935693846f,-0.46432313874702585f,-0.7288413340131298f,0.11013039349824313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.021948586255417207f,-0.502705273713595f,0.23767558448097725f,0f,0.9990482215818578f,-0.04361938736533605f,1.222387944658514f,0.5031841935693846f,-0.03769496671328615f,-0.8633566799570226f,0.09766660798977062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,0.3031817359411842f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.9039878803504116f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.012276276104671996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,0.3210570206099026f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.7825613929834163f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.11598931705770331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,-0.2754405499937372f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.9137410177627698f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,0.08900243108524998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,-0.3314319401252215f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.7935596117675647f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.0017814132052380999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9690390716987568f,0.1775849371229934f,-0.17154261169818596f,0.2049481141592066f,0.1726627169914947f,0.9840278319178821f,0.04332219029674461f,2.0132287256675876f,0.17649607271077475f,0.012361881653488496f,-0.9842237145078645f,-0.012572138996052785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9848889973360364f,0.02380746307742425f,-0.17154261169818596f,0.09174358013288983f,0.016601084957205206f,0.9989232161713615f,0.04332219029674461f,2.0252074534294584f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,0.007685802214531481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9498740383742978f,0.26136649286828834f,-0.17154261169818596f,0.06964178362428869f,0.25776935980021337f,0.9652347615870872f,0.04332219029674461f,2.0212632296481146f,0.17690186084575746f,-0.0030678053475093926f,-0.9842237145078645f,0.01136436373434744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9841505819119483f,-0.044952914189622536f,-0.17154261169818596f,0.0985474666379346f,-0.05312071555263771f,0.9976479225694147f,0.04332219029674461f,2.030770424205649f,0.16919167148991085f,0.051748025071417236f,-0.9842237145078645f,0.006744800317767426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9790662402276044f,0.10955560057956362f,-0.17154261169818596f,0.15259292484678064f,0.10359980767023297f,0.9936751318608027f,0.04332219029674461f,2.1357893445156706f,0.17520381587532333f,0.024643512393076987f,-0.9842237145078645f,-0.029803241424071515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9790662402276044f,0.10955560057956362f,-0.17154261169818596f,0.12794291471637886f,0.10359980767023297f,0.9936751318608027f,0.04332219029674461f,1.9122124398469904f,0.17520381587532333f,0.024643512393076987f,-0.9842237145078645f,-0.03534803171251383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9764876871997206f,-0.130556229721551f,-0.17154261169818596f,-0.17962794124644135f,-0.13986932088457293f,0.9892217956066177f,0.04332219029674461f,2.019711060007361f,0.1640377085387057f,0.06629713400828553f,-0.9842237145078645f,0.05474183534344325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.023807463077424255f,-0.17154261169818596f,-0.0659435733844017f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,2.0278653954303145f,0.17238928883390972f,0.039819755093179275f,-0.9842237145078645f,0.03528645195944341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9613931315685168f,-0.21516593351329166f,-0.17154261169818596f,-0.044047458357633934f,-0.22555343622917146f,0.9732670934708035f,0.04332219029674461f,2.0231795519646063f,0.1576353195768445f,0.08034168172404677f,-0.9842237145078645f,0.03126387284282717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9808291325657991f,0.09245185277747565f,-0.17154261169818596f,-0.07247693599738031f,0.0862420066498718f,0.9953318562755319f,0.04332219029674461f,2.0336531761153402f,0.17474704289122056f,0.027697487270795126f,-0.9842237145078645f,0.036679925213356945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.983216154482505f,-0.06212186359407354f,-0.17154261169818596f,-0.13225675392629674f,-0.07052398203635607f,0.996568891640527f,0.04332219029674461f,2.14059071170541f,0.16826277521297153f,0.05469294541319695f,-0.9842237145078645f,0.020055203213932903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.983216154482505f,-0.06212186359407354f,-0.17154261169818596f,-0.11827933461763021f,-0.07052398203635607f,0.996568891640527f,0.04332219029674461f,1.9163627110862917f,0.16826277521297153f,0.05469294541319695f,-0.9842237145078645f,0.007749290495963609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,-0.0020088281622372963f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.400985608732045f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.003450004015158728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.021948586255417207f,-0.502705273713595f,0.006221891683544156f,0f,0.9990482215818578f,-0.04361938736533605f,1.0263425256388483f,0.5031841935693846f,-0.03769496671328615f,-0.8633566799570226f,0.010685608502323578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8316518575459166f,-0.4529576191756044f,-0.3212235717863724f,0.29589949984126857f,-0.12059047744873963f,0.7119858566644655f,-0.6917615750086532f,0.8467963596924102f,0.5420453159922255f,-0.5365682949453272f,-0.6467467358018539f,0.25852136862501945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8316518575459166f,-0.5139248613329164f,0.21032456999687235f,0.15225312814581135f,-0.12059047744873963f,-0.20257251592216702f,-0.9718139289707924f,0.734143774294284f,0.5420453159922255f,-0.8335739995326787f,0.10649536475350632f,0.01306476751832997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8844881006566863f,-0.17828555776090554f,-0.43115549363380556f,0.0852448227065594f,0.1604299972043605f,0.751542601581503f,-0.6398796246210027f,0.7661805279765979f,0.4381130171471016f,-0.6351361884682601f,-0.6361281367022484f,0.43221478198357943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8844881006566863f,-0.4386074541839474f,-0.15907325649210874f,-0.07305720147875867f,0.1604299972043605f,0.03424444445822511f,-0.9864530064938505f,0.7379909685149117f,0.4381130171471016f,-0.8980260681951413f,0.040076989011643305f,0.12294799361363537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9048203869422805f,-0.252059264764654f,-0.3431707948236911f,0.01691532887049083f,0.08901864903927763f,0.6761637695493299f,-0.7313537016191705f,0.9207564365559964f,0.41638413454026296f,-0.6922923398356671f,-0.5893687883727927f,0.02905074392024066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8087516416847856f,-0.5207669372383044f,-0.2733543106512136f,0.020022640800841714f,-0.08901864903927763f,0.5677986276716729f,-0.8183400262344419f,0.8834999524667216f,0.5813746315375192f,-0.6375002082302413f,-0.50556604149311f,0.03438730721499337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.36800562256322655f,-0.3431707948236911f,0.01691532887049083f,0f,0.6819983600624986f,-0.7313537016191705f,0.9207564365559964f,0.5031841935693846f,-0.6320206473161416f,-0.5893687883727927f,0.02905074392024066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8740782950999412f,-0.07541644453646096f,-0.4798952947556991f,0.016849022251861766f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9457230409052625f,0.47862081258955314f,-0.30273022568002567f,-0.8241823391797696f,0.028936867529615443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8477031535942393f,-0.2260528023664441f,-0.4798952947556991f,0.016849022251861766f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9457230409052625f,0.5239180390052299f,-0.2150194414211834f,-0.8241823391797696f,0.028936867529615443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.1513104052251947f,-0.4798952947556991f,0.016849022251861766f,0f,0.9537169507482269f,-0.30070579950427306f,0.9457230409052625f,0.5031841935693846f,-0.2598636933588289f,-0.8241823391797696f,0.028936867529615443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8819201710811495f,-0.120324575307002f,-0.4557837298734848f,-0.15047500761884608f,0.1205904774487396f,0.8771168774947582f,-0.4648912990824096f,0.9580880789232665f,0.4557134500855567f,-0.4649601916197074f,-0.7590370686732526f,0.1266189022982772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8316518575459166f,-0.3815865554749506f,-0.40341899871125186f,0.1779691860969515f,-0.1205904774487396f,0.833261236498614f,-0.5395680202694427f,0.9581404560553463f,0.5420453159922254f,-0.40008425666297254f,-0.7389989600678241f,-0.07939981809482263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.2323446035824522f,-0.4463298307800914f,0.036273781922838234f,0f,0.8870108331782217f,-0.46174861323503386f,0.8201331669545094f,0.5031841935693846f,-0.3990335412099966f,-0.7665363007264159f,0.07782348466824318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.1925602543069918f,-0.46488157752195186f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0265625f,0.5031841935693846f,-0.3307070574813197f,-0.7983974633439008f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9078571792969781f,-0.10851753305545539f,-0.40499294687499476f,0.1467875229553518f,0f,0.9659258262890683f,-0.2588190451025207f,1.1046875f,0.41927955113376825f,0.2349707282351119f,0.8769226960648964f,0.3365807588473466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9078571792969781f,-0.10851753305545539f,-0.40499294687499476f,0.23189913351444352f,0f,0.9659258262890683f,-0.2588190451025207f,1.1046875f,0.41927955113376825f,0.2349707282351119f,0.8769226960648964f,0.3758882167661374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9078571792969781f,-0.10851753305545539f,-0.40499294687499476f,0.2500922702661469f,0f,0.9659258262890683f,-0.2588190451025207f,1.1435103567653782f,0.41927955113376825f,0.2349707282351119f,0.8769226960648964f,0.22469608339700753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3441093414820676f,-0.4226455057548173f,-0.8384268230263345f,0.27287373101794254f,-0.5195619015195286f,0.8294993993759021f,-0.20490528769270241f,1.8755885017079976f,0.7820768450697089f,0.36510481084241037f,-0.505028994717668f,-0.6077388689236648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7742738367952403f,-0.4226455057548173f,-0.4710316360072139f,0.2463563684116488f,0.12110517546088195f,0.8294993993759021f,-0.5452194814124001f,1.9001512482920024f,0.6211550226239555f,0.36510481084241037f,0.6934442407063175f,-0.6942406808159962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2828518678004669f,-0.4226455057548173f,-0.8610258981860197f,0.38876893444269867f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9618558249109648f,0.9226859935182019f,0.36510481084241037f,0.12389122029044863f,-0.6695734579133978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013502799797760483f,0f,-0.000007862253024521635f,0.3397019197963704f,0f,0.000015625f,0f,1.192685f,0.000007862253024521635f,0f,-0.000013502799797760483f,0.5977549230185482f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8.mcfunction new file mode 100644 index 000000000..c88f64a76 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80.mcfunction new file mode 100644 index 000000000..f166f6843 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..391e1dd0a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7400997284155705f,-0.012922809055374268f,0.6723729567772023f,0.7599137687471006f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773418f,1.7391043490048694f,-0.6667438254053175f,0.11640188995438153f,0.7361407958393094f,-0.3349792708643477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7400997284155705f,-0.012922809055374268f,0.6723729567772023f,0.8292981182860604f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773418f,1.747333582429768f,-0.6667438254053175f,0.11640188995438153f,0.7361407958393094f,-0.39748650449609624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7400997284155705f,-0.012922809055374268f,0.6723729567772023f,0.6937500000000001f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773418f,1.7548488863169789f,-0.6667438254053175f,0.11640188995438153f,0.7361407958393094f,-0.4766540070561184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2724057132769625f,-0.7309698269877654f,-0.6256822191876203f,-0.9379934152603148f,0.007615677906130158f,0.6486156150018105f,-0.7610780416132455f,2.4571681837988266f,0.9621523417962976f,-0.21208700103801548f,-0.17111976848570545f,-0.4706082002479053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.017541312698951372f,-0.7309698269877654f,-0.6821842964934577f,-0.9257565847396849f,0.32854762718549424f,0.6486156150018105f,-0.6865524310980221f,2.4410279406643136f,0.9443244987924326f,-0.21208700103801548f,0.251535971525191f,-0.562144067700878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5603064300437386f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5225537841788143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81.mcfunction new file mode 100644 index 000000000..6d9187980 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..7224df2d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.583108186183103f,0.05975236004693481f,-0.5686465889456451f,-0.316944742928082f,-0.22590052215349696f,0.7701937407187914f,-0.15071496373226081f,1.4479832569449298f,0.5252601657669019f,0.2649069679545269f,0.5664543238709634f,-0.19612110127934979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5501269779810861f,-0.16451447477105974f,-0.557041556518183f,-0.316944742928082f,0.08427968863655191f,0.7817286076497919f,-0.14763914814588816f,1.4479832569449298f,0.5746801216161245f,0.04284123682528325f,0.5548940315470662f,-0.19612110127934979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.571082162892178f,0.05763184767011631f,-0.5809373269165656f,-0.3157881227712597f,-0.009334719985871005f,0.8116720607214509f,0.08969823460594403f,1.4253591678282325f,0.5837143742222061f,0.06936483563568863f,-0.5669307659212514f,-0.08946387342232102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5384482040407857f,-0.1619253529222817f,-0.5690814631019419f,-0.3157881227712597f,-0.31272255368659657f,0.7310840437493356f,0.0878676583894962f,1.4253591678282325f,0.502272969590228f,0.28159598906254685f,-0.5553607502902055f,-0.08946387342232102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08240749450315699f,-0.008246860418605395f,1.5603035743543456f,-0.006136905998233164f,1.5537162127189161f,0.14322567036438344f,0.08281659062687666f,1.4775530068046971f,-0.14346144145413747f,1.5558999475036654f,0.0006466637396180269f,0.708023462014026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005277990667907885f,-0.9985942875867811f,0.05274079648202025f,-0.004619512064342283f,0.09166442903320515f,-0.05300261800120088f,-0.9943783761401063f,1.4598763704359208f,0.9957759664023459f,-0.0004138647933559998f,0.09181532253064775f,0.5156830873803824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007230852322601745f,-0.9985942875867811f,0.0525086999814043f,-0.009086973635798743f,-0.14395950580465067f,-0.05300261800120088f,-0.988163135911019f,1.49955915884834f,0.9895571612914382f,-0.0004138647933559998f,-0.14414039424381814f,0.17230990740128987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9706327816920115f,-0.025732927244759445f,-0.23918574280304356f,0.2455371928549249f,0.19604531224439292f,0.4916171303704928f,-0.8484567358877415f,1.4252652544164695f,0.13942108395729236f,-0.8704311653322725f,-0.47213488302229456f,-0.5530571227628415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7329750101266826f,-0.025732927244759445f,-0.6797686746130667f,0.010033307360679046f,0.5828050815024249f,0.4916171303704928f,-0.6470323284823054f,1.6155729329845971f,0.35083596096287156f,-0.8704311653322725f,-0.3453457903515846f,-0.4134783438595879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05601768156464719f,-0.5745275531938632f,-0.8165660475265883f,0.255165341861393f,-0.43287222095108774f,0.7230125377753296f,-0.5383999540755462f,1.3254206587727078f,0.8997130985380809f,0.3836286757279103f,-0.20819553184027592f,-0.03415599307426049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01656485053146096f,-0.3070889332922269f,-0.9515366481519839f,0.19163906281815057f,-0.3194876056251142f,0.9001510665368132f,-0.29606709926057134f,1.4923485643779817f,0.9474456583777255f,0.30890847262915866f,-0.08320024013858651f,0.023244344042840592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01850470674572178f,-0.5423118909212941f,-0.8399734452907576f,0.20411921955248627f,-0.3559329846517509f,0.7815066270318597f,-0.5124052130318175f,1.3779363338726498f,0.9343282540227238f,0.30845616361268646f,-0.1785651389946882f,-0.3354850703437874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014600079208480173f,-0.050953768125179474f,-0.9985942875867814f,0.18832417373159777f,-0.2825616868909977f,0.9577836997915199f,-0.05300261800120133f,1.5571895112210523f,0.9591380144632053f,0.2829383288413094f,-0.00041386479335607865f,-0.28243672034100037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,0.25216950795845f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.21926266861532f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.08694099970850942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,0.2700678250897102f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.1059490351482055f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.1994575905489238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,-0.3170840131448119f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.183862682430646f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,0.05396151868510586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,-0.37185635828205316f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.06602990179102f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.04056751661569806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9547133955738459f,0.22943233904244675f,-0.18942844061378206f,0.15823077558608917f,0.08389283904050181f,0.8184294539503999f,0.5684498398840259f,2.287662865476943f,0.28545459160710984f,0.526814987170982f,-0.8006132933086086f,-0.02785520715034967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9788504146393152f,0.07725756692435834f,-0.18942844061378206f,0.04626043293472772f,-0.04517059482217087f,0.8214769606624623f,0.5684498398840259f,2.2907382277289736f,0.1995281512064204f,0.5649839568108919f,-0.8006132933086086f,0.0008210049174165457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.919774531849751f,0.38317369232322107f,-0.0848099762525691f,0.011982259431133055f,0.0943479141004515f,0.42566455617203075f,0.8999489745112008f,2.322999789356688f,0.3809373723664635f,0.8197485023653643f,-0.4276670564870257f,-0.0482809456175525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9931647447633025f,0.0801938756220393f,-0.0848099762525691f,0.042150435618243526f,-0.0418073832561371f,0.4339861587441615f,0.8999489745112008f,2.327691518075927f,0.10897675194516915f,0.8973432767515477f,-0.4276670564870257f,-0.04439064329401504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9683921526604232f,0.23457175148288953f,-0.0848099762525691f,0.11206290407328104f,0.026597727585128607f,0.4351831846056846f,0.8999489745112008f,2.402124756915744f,0.24801048274824822f,0.869247772066575f,-0.4276670564870257f,0.02530572850242878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9683921526604232f,0.1622760134842567f,-0.18942844061378206f,0.07555080103932335f,0.026597727585128607f,0.8222878695585462f,0.5684498398840259f,2.2171099862650716f,0.24801048274824822f,0.5454439980644435f,-0.8006132933086086f,-0.09741917106207082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9513821347286826f,-0.18712706084595587f,-0.24465383058159665f,-0.23082685648017848f,-0.21499302323530037f,0.9722333674117408f,0.09241363130714327f,2.2979410721924856f,0.22056752634791973f,0.14051954451385382f,-0.9651964690830457f,0.02035618901338542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.0359942609122732f,-0.24465383058159665f,-0.11958196971722392f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.3148974483417355f,0.23983407386147285f,0.10428515275258901f,-0.9651964690830457f,-0.006218180254436524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931452640499705f,-0.2693334024733637f,-0.24465383058159665f,-0.09778372625266689f,-0.2989106311345488f,0.9497958492978232f,0.09241363130714327f,2.311950022578415f,0.20748111504634154f,0.15920855180783483f,-0.9651964690830457f,-0.012025708836338696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690927018846685f,0.03168340789158952f,-0.24465383058159665f,-0.12634712037597623f,0.00922215508940416f,0.9956779964447012f,0.09241363130714327f,2.3201362762873874f,0.24652441463145275f,0.08730114008557271f,-0.9651964690830457f,-0.004001782654672513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9621179395714988f,-0.12030616582887708f,-0.24465383058159665f,-0.19375362716717903f,-0.14664973966919112f,0.9848622109734874f,0.09241363130714327f,2.423640159825734f,0.22983238285683844f,0.12479123310541035f,-0.9651964690830457f,-0.009382625147985324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9621179395714988f,-0.12030616582887708f,-0.24465383058159665f,-0.16668473985568172f,-0.14664973966919112f,0.9848622109734874f,0.09241363130714327f,2.2020461623567f,0.22983238285683844f,0.12479123310541035f,-0.9651964690830457f,-0.03746065259670261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,-0.019474478484964267f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,1.6973185098800352f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.09072366295624341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010607645076968973f,-0.05193194262657143f,-0.9985942875867814f,2.065174058284362e-17f,-0.2074910298978263f,0.9767999769640445f,-0.05300261800120133f,1.3310185185185184f,0.9781794060282911f,0.20776159014137432f,-0.00041386479335607865f,-0.1686342592592588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009392081075213169f,-0.38681753849365086f,-0.9221084430406163f,0.23821585650449476f,-0.19871262422920088f,0.9030358047546044f,-0.38084068624970807f,0.7352837552414406f,0.9800127967455429f,0.1868114751425006f,-0.06838414267987769f,-0.3973378019012125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009392081075213169f,-0.5483811597339437f,-0.8361757545288738f,0.029145539355928694f,-0.19871262422920088f,0.8185116841434242f,-0.5390286781727293f,1.0473413348211211f,0.9800127967455429f,0.1712212795465279f,-0.10128273123010026f,-0.3320596890740987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03912658588249701f,0.06320027190310538f,-0.9972335914461331f,0.31025555171596647f,0.16048471723464336f,0.9854395663543118f,0.05615618040378284f,1.1395188217109005f,0.9862625237791893f,-0.1578435513247189f,-0.04869956359049508f,-0.07549896082545621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03912658588249701f,-0.9892008169103189f,-0.14124749237114753f,-0.013081854294019361f,0.16048471723464336f,0.1332997669113749f,-0.97799582191106f,1.0696780370653631f,0.9862625237791893f,-0.060933701392012436f,0.15353604861195597f,-0.07696176629074007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08353837559109759f,-0.7113768728589572f,-0.6978282629451258f,0.005610597785654148f,-0.029975824186738262f,0.7017530363175917f,-0.7117893831628612f,1.2210874339975897f,0.9960536078785751f,-0.03854375150983472f,-0.07994741679142386f,-0.18310696109893018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08353837559109692f,-0.6609659556483093f,-0.7457515305230811f,0.007042536625133957f,-0.22884322091578246f,0.7156421019640932f,-0.6599145112340725f,1.1835600322321516f,0.9698722184104931f,0.22578836854526343f,-0.09147399950355882f,-0.18804753726931575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6400123543806558f,-0.768364618029832f,0.005610597785654148f,-0.13052619222005157f,0.7617911522071277f,-0.6345369599664553f,1.2210874339975897f,0.9914448613738104f,0.10029170782804815f,-0.0835383755910975f,-0.18310696109893018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00039437208793605393f,-0.06525904653764082f,-0.9978682785396349f,0.011785445005757613f,-0.04362027198609125f,0.9969174452571903f,-0.06521410287458068f,1.245057600159306f,0.9990481051193258f,0.04355300433810508f,-0.002453460945138925f,-0.17995122885615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0003943720879367345f,-0.06525904653764089f,-0.9978682785396349f,0.011785445005757613f,-0.2164387293173476f,0.9742206540461729f,-0.06362698862384675f,1.245057600159306f,0.9762961235824652f,0.21595224952485495f,-0.014508790542515923f,-0.17995122885615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.004524912249078278f,-0.9999897625321662f,0.011785445005757613f,-0.13052619222005157f,0.9914347114889331f,0.004486200997516121f,1.245057600159306f,0.9914448613738104f,0.13052485596235727f,0.0005906195660017217f,-0.17995122885615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024545448728949384f,-0.373209750609819f,-0.927422235552098f,0.0135409768890615f,0.05068957383661146f,0.9260437915472021f,-0.37399660859578f,1.243768092193598f,0.9984127843987962f,-0.05619055246782202f,-0.003812317196103962f,0.015300865311904943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017580677259660962f,-0.3406437807030106f,-0.9400280498237543f,0.0027843667254966557f,-0.2576398237303086f,0.9068806665034213f,-0.3334504130309719f,1.2853931432558692f,0.9660810737279284f,0.248050945151736f,-0.07181982730432665f,-0.37006281497835336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.22053981237340006f,-0.9753779734842823f,0.030094975639702468f,-0.13052619222005157f,0.9670334797081925f,-0.21865306370595172f,1.1104914375459534f,0.9914448613738104f,0.12731237285421373f,-0.02878622194202485f,-0.1897872865004224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.1346908000658012f,-0.9908876769733461f,2.065174058284362e-17f,-0.13052619222005157f,0.9824104955338562f,-0.13353850159956582f,1.3310185185185184f,0.9914448613738104f,0.1293367953931033f,-0.017580677259661635f,-0.1686342592592588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9836301272009349f,-0.0035632580208531f,0.18016402541836618f,0.6746669416002112f,0.02352072308863652f,0.9937897820555495f,-0.10875957276199219f,1.766966989041683f,-0.17865762913477995f,0.11121678054259715f,0.9776053801394914f,-0.37944759190409344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9836301272009349f,-0.0035632580208531f,0.18016402541836618f,0.7668822660252989f,0.02352072308863652f,0.9937897820555495f,-0.10875957276199219f,1.7691720568312426f,-0.17865762913477995f,0.11121678054259715f,0.9776053801394914f,-0.39619674463547905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9836301272009349f,-0.0035632580208531f,0.18016402541836618f,0.6937500000000001f,0.02352072308863652f,0.9937897820555495f,-0.10875957276199219f,1.7843834588507617f,-0.17865762913477995f,0.11121678054259715f,0.9776053801394914f,-0.53446297529071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3200722030071431f,-0.7309698269877654f,-0.6026913778175613f,-0.9379934152603148f,-0.05138500265024323f,0.6486156150018105f,-0.7593795924822166f,2.479312429879013f,0.9459986080141919f,-0.21208700103801548f,-0.24516471529547673f,-0.5574075945453252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07035267741932734f,-0.7309698269877654f,-0.6787736093966885f,-0.9257565847396849f,0.38076227494534953f,0.6486156150018105f,-0.6590279766096923f,2.4631721867445f,0.9219927281483159f,-0.21208700103801548f,0.3239575793716311f,-0.6489434619982979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.582450676123925f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6093531784762342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.494777744709741f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.13979516860521757f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82.mcfunction new file mode 100644 index 000000000..8a835a33d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..4dbf62b91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6589523837141338f,0.07294400480737984f,-0.47687039392749714f,-0.3073396386191112f,-0.18726348121308362f,0.782650878302273f,-0.1390483216046931f,1.4922291588343277f,0.444588111678509f,0.22154281595164851f,0.648231930792364f,-0.29341185551801746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.62371306025452f,-0.1810076932936548f,-0.46713834507183394f,-0.3073396386191112f,0.12391702234059054f,0.778518621367553f,-0.13621060075561775f,1.4922291588343277f,0.4854138337977021f,0.033837422367475015f,0.6350027077149688f,-0.29341185551801746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6504356817625382f,0.07144228046666108f,-0.4886449313113454f,-0.3061624837963472f,0.023116189068573788f,0.8115944747175847f,0.08788910544133481f,1.4695411773023035f,0.4932986013942189f,0.056168083588947995f,-0.6484181372331413f,-0.16377976626861418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154422766044786f,-0.17917410470256612f,-0.4786725857743792f,-0.3061624837963472f,-0.283324589704507f,0.7431788144980778f,0.08609545022824636f,1.4695411773023035f,0.4253915620186528f,0.23575811732635116f,-0.6351851140243018f,-0.16377976626861418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07884563065963668f,-0.02487301714463777f,1.560311170742556f,-0.010665957459904599f,1.4897254664352777f,0.46399253738530116f,0.08267532827236529f,1.6097764425270265f,-0.46465863941185653f,1.4918104800104042f,0.0003009170150009889f,0.6247340993722604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.015918730972568608f,-0.998599149275236f,0.05046120362216726f,-0.0070932299077923295f,0.2969552239265925f,-0.05291221009431371f,-0.9534242985185779f,1.5524464585809865f,0.9547587072066588f,-0.0001925868896011229f,0.29738152922358796f,0.44031584043226235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0008641675256138188f,-0.998599149275236f,0.05290550331735362f,-0.009635049185058978f,-0.01994823972807827f,-0.05291221009431371f,-0.9983999027216931f,1.5544643405723928f,0.9998006406010345f,-0.0001925868896011229f,-0.019966020235669374f,0.08456977626951695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9834147313199602f,-0.024212577614901767f,-0.1797476489641318f,0.2598309212657986f,0.14865404677064747f,0.46018827262677997f,-0.875287797307543f,1.4674007338791841f,0.10391073381321392f,-0.8874911294328655f,-0.4489566288366579f,-0.6308129284682027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7729705148691585f,-0.024212577614901767f,-0.6339797585318874f,0.010480147490613108f,0.5543637034705525f,0.46018827262677997f,-0.6934750449808512f,1.6494616410754666f,0.3085408683097287f,-0.8874911294328655f,-0.3422893918319057f,-0.504958465640765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11363020345751858f,-0.5567914326243097f,-0.8228435315528533f,0.2544155961583906f,-0.6687555906650411f,0.5696262345613305f,-0.47779902977479116f,1.3830163991147646f,0.7347476688064105f,0.6045736129336514f,-0.30763063847396066f,-0.14105791813297874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02260228512445701f,-0.3046684915219403f,-0.9521902367599124f,0.19133906501827735f,-0.42985266884853385f,0.8569399617072111f,-0.2843951214649016f,1.541915172425711f,0.9026160976799303f,0.41572949414612004f,-0.11159376284571532f,-0.06380609899836695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.027127762283280878f,-0.538642524262773f,-0.842097568913086f,0.2040908161063999f,-0.51509378139341f,0.7144278405169103f,-0.47357286352174144f,1.42073398385375f,0.856704430292817f,0.4466061931390697f,-0.258070586015703f,-0.43726495343775956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01834655442783366f,-0.049630061529292925f,-0.998599149275236f,0.18854393488668728f,-0.3496593550107113f,0.9353815443317387f,-0.05291221009431393f,1.5957873221028616f,0.9366972506600626f,0.35014029119221635f,-0.00019258688960113388f,-0.371614852507279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,0.24684758339115354f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.2661477877845604f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.2208286227033262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,0.26637556750951796f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.144696506399683f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.32421409840588433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,-0.32264543909968935f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.2358481179130054f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.07970499838790837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,-0.37581869189504946f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.110528793565802f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.16507469226296634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9595602045577681f,0.17890607449570936f,-0.2173403559801767f,0.14838973270023953f,0.10146926934834358f,0.9399872916129444f,0.3257727413152833f,2.3523595036506952f,0.262579894902423f,0.2905451911746207f,-0.9201278664828795f,-0.1840256895084851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975733502196977f,0.026595156567168307f,-0.2173403559801767f,0.036267867145378184f,-0.04682639484401991f,0.9442877791022382f,0.3257727413152833f,2.3564817541812912f,0.21389581911840647f,0.32804464312853876f,-0.9201278664828795f,-0.15608226559407196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9273935924376235f,0.3434459446511371f,-0.14827679457125909f,0.0021326264408237233f,0.14674208197653482f,0.6985899618344693f,0.7003133774256398f,2.3679067983942668f,0.3441044697222505f,0.627707693378696f,-0.6982658273110364f,-0.20421906130843323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9881343528045325f,0.040056123117949205f,-0.14827679457125909f,0.031832278089894694f,-0.07631615702809587f,0.7097443325417656f,0.7003133774256398f,2.3758158972964134f,0.13329045346171897f,0.703319621100964f,-0.6982658273110364f,-0.2025934932600591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9697026210150171f,0.1941412346418936f,-0.14827679457125909f,0.09540279650391485f,0.03565189648082885f,0.7129446792535965f,0.7003133774256398f,2.4739521258985366f,0.2416728554760058f,0.6738093686909583f,-0.6982658273110364f,-0.16242242960007444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9697026210150171f,0.11153473207488422f,-0.2173403559801767f,0.07030748178706595f,0.03565189648082885f,0.9447756682373046f,0.3257727413152833f,2.2613776005451434f,0.2416728554760058f,0.3081540852361656f,-0.9201278664828795f,-0.2317570987782116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950161560337898f,-0.19743942411258047f,-0.24126890197939604f,-0.23738198800714128f,-0.20714690652890919f,0.9781903122515372f,0.015292878497633392f,2.3478814279882187f,0.23298748544021453f,0.06450881198202772f,-0.9703377993281068f,-0.12168327384374446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693498255163281f,-0.0463706017765641f,-0.24126890197939604f,-0.1261947110576625f,-0.0515739061643488f,0.998552081801549f,0.015292878497633392f,2.363884760516251f,0.24021042436666865f,0.027267328814384165f,-0.9703377993281068f,-0.14907713113980886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9293379290829924f,-0.2795001440167636f,-0.24126890197939604f,-0.10434253933554725f,-0.29161355322305216f,0.9564139602932836f,0.015292878497633392f,2.360723309724298f,0.22647858429520684f,0.08456953382114438f,-0.9703377993281068f,-0.15456037333008701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9702231877260485f,0.021360780331287493f,-0.24126890197939604f,-0.13302157508390222f,0.01820719735530349f,0.999717272948568f,0.015292878497633392f,2.369208823811992f,0.24152735655235819f,0.01044467481144476f,-0.9703377993281068f,-0.14729576155710697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616196925360324f,-0.13067855166232528f,-0.24126890197939604f,-0.20143264871603922f,-0.1384072002424398f,0.9902573275610262f,0.015292878497633392f,2.471292022705287f,0.23691984688488127f,0.04809928634742096f,-0.9703377993281068f,-0.1608821532583747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616196925360324f,-0.13067855166232528f,-0.24126890197939604f,-0.17202997459201608f,-0.1384072002424398f,0.9902573275610262f,0.015292878497633392f,2.2484841240040563f,0.23691984688488127f,0.04809928634742096f,-0.9703377993281068f,-0.17170449268654442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,-0.019556659805129842f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,1.7426950178982548f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.18538224552074656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008944416421088269f,-0.05215109281367966f,-0.998599149275236f,3.063034413145163e-17f,-0.1723908789668819f,0.9836064674817673f,-0.05291221009431393f,1.3738425925925921f,0.9849880112285185f,0.17262265391998208f,-0.00019258688960113388f,-0.25011574074073983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014412296221809725f,-0.5228400918511045f,-0.8523089369886622f,0.3063613785310189f,-0.1978627695426743f,0.8340505346538715f,-0.5149854658847118f,0.8161968938762016f,0.9801237728708132f,0.1760623298628065f,-0.09143000523221538f,-0.4728056773383918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014412296221809725f,-0.6694060531975697f,-0.7427569061678708f,0.051150320749445456f,-0.1978627695426743f,0.7262356343584404f,-0.6583556241249071f,1.093074229475357f,0.9801237728708132f,0.15645235482550574f,-0.12198381254509416f,-0.41315821706116773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06423588179692882f,-0.035776645029507566f,-0.9972932282735117f,0.31953400479205973f,0.1774771724903977f,0.9830164560434602f,-0.04669582842791134f,1.2146018530929017f,0.9820262749715939f,-0.1799963300131086f,-0.05679539107381391f,-0.15641198802316023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06423588179692882f,-0.9970259092977245f,-0.04258036729310996f,0.004989314936862779f,0.1774771724903977f,0.030574701453947972f,-0.9836498568473516f,1.112208948515648f,0.9820262749715939f,-0.07074265912479616f,0.1749853463732557f,-0.1584818433638422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09054308501500097f,-0.7592658404019912f,-0.6444511877207026f,0.013687670855712823f,-0.036197692953485586f,0.6491905984059102f,-0.7597639725376698f,1.2646106126196668f,0.9952344833157719f,-0.04546372774019003f,-0.08626339130334712f,-0.26449640372059186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0905430850150003f,-0.71246166461973f,-0.6958450446782313f,0.017841389384966877f,-0.22262135214903517f,0.6665542416934948f,-0.7114388072404719f,1.2272828485813208f,0.9706913429732963f,0.219325829139418f,-0.09825730175923354f,-0.26941069708559306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6936775177073717f,-0.7202857081931717f,0.013687670855712823f,-0.13052619222005157f,0.7141235641091159f,-0.6877430103815141f,1.2646106126196668f,0.9914448613738104f,0.09401615080097765f,-0.09054308501500086f,-0.26449640372059186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00596726858539743f,-0.13763282840173344f,-0.9904653432865629f,0.018081606594764273f,-0.04382215731369911f,0.9895674267058374f,-0.1372440400569755f,1.2889636465075462f,0.99902152641172f,0.04258535603850572f,-0.011936382076264435f,-0.26129026598542204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00596726858539675f,-0.1376328284017335f,-0.9904653432865629f,0.018081606594764273f,-0.21623684398973975f,0.96687063549482f,-0.13565692580624156f,1.2889636465075462f,0.976322702290071f,0.21498460122525553f,-0.023991711673641433f,-0.26129026598542204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0684667286087402f,-0.9976534002716662f,0.018081606594764273f,-0.13052619222005157f,0.9891183371314526f,-0.06788098625421066f,1.2889636465075462f,0.9914448613738104f,0.13021989949284749f,-0.008936701379062866f,-0.26129026598542204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03765841233759055f,-0.4383079422991467f,-0.8980356294143901f,0.018065819842750977f,0.04843615914003255f,0.8968161740352056f,-0.43974388964102384f,1.2877371630419243f,0.9981161167258914f,-0.06005745337877231f,-0.012542720027296478f,-0.06602987448451622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02697283723469168f,-0.4072067167049189f,-0.9129376517166496f,0.007996986835637506f,-0.256025815489913f,0.8799939359823312f,-0.4000768106714633f,1.3286077856989655f,0.9662935619439031f,0.2445268134678173f,-0.08051949851457973f,-0.4514928771585739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.29113511505098455f,-0.9566819454679021f,0.04617267398305875f,-0.13052619222005157f,0.9484973988032515f,-0.2886444137827716f,1.156078405105845f,0.9914448613738104f,0.12487205150759616f,-0.03800075798915196f,-0.2709050261539276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20664693251159152f,-0.9784155790274139f,3.063034413145163e-17f,-0.13052619222005157f,0.9700450981148109f,-0.20487903935727794f,1.3738425925925921f,0.9914448613738104f,0.1277088599392252f,-0.02697283723469235f,-0.25011574074073983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9309189299597659f,0.007423333505521419f,-0.3651504347008646f,0.5953406099530063f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8293892958924491f,0.36210132525247535f,0.1117398751862056f,0.9254171116549402f,-0.49211123948624236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9309189299597659f,0.007423333505521419f,-0.3651504347008646f,0.6826142596367344f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.824920088656587f,0.36210132525247535f,0.1117398751862056f,0.9254171116549402f,-0.45816424024382285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9309189299597659f,0.007423333505521419f,-0.3651504347008646f,0.6937500000000001f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8423546071958241f,0.36210132525247535f,0.1117398751862056f,0.9254171116549402f,-0.6139503066132737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.38241398830678336f,-0.7309698269877654f,-0.5651925809675633f,-0.9379934152603148f,-0.13193419293027372f,0.6486156150018105f,-0.7495939919127289f,2.5271218793503802f,0.9145233240782527f,-0.21208700103801548f,-0.34447959839091224f,-0.6767567617042779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14221301761556454f,-0.7309698269877654f,-0.6674268271909298f,-0.9257565847396849f,0.4487565973565084f,0.6486156150018105f,-0.6147481600662433f,2.5109816362158672f,0.8822658181918213f,-0.21208700103801548f,0.42026911621128804f,-0.7682926291572506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630260125595292f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7287023456351869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5376018187838147f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2212766500866986f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83.mcfunction new file mode 100644 index 000000000..0b266f29c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..8657ff0cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14871927481394132f,-0.5405794524162264f,-0.8280437385332905f,0.2536583016316307f,-0.7841489400351873f,0.4457037494016596f,-0.43180853119292906f,1.4242219960838565f,0.6024890182737834f,0.713527871491139f,-0.3576100662241165f,-0.21195279096070654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.022131369469587457f,-0.3044389085221552f,-0.9522747258345354f,0.19062428924726083f,-0.4761598868905592f,0.834326290632761f,-0.2777974133705127f,1.5789219417439335f,0.8790801809856541f,0.45958306293510925f,-0.1264968128508107f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09571522407348558f,-0.7941156949872821f,-0.6001823546685029f,0.019576302243006362f,-0.041423705255468f,0.6056060138934413f,-0.7946857445424608f,1.2979029493479879f,0.9945464657437935f,-0.0512017471475655f,-0.09086092980795545f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09571522407348491f,-0.7503146644012876f,-0.6541150512447682f,0.0258526486115672f,-0.21739533984705273f,0.6255118467102951f,-0.7493158184890139f,1.2608678307638672f,0.9713793605452747f,0.21392249533291138f,-0.10324390489125f,-0.3285149256846103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7333028141364977f,-0.679902186185258f,0.019576302243006362f,-0.13052619222005157f,0.6740855287301938f,-0.727029306906585f,1.2979029493479879f,0.9914448613738104f,0.08874504344485004f,-0.09571522407348548f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.48603594842815423f,-0.8726651264662366f,0.02132934325673099f,0.046179554637788f,0.8716423164366632f,-0.4879622126050166f,1.3211926092637405f,0.997819029107104f,-0.0633145246564523f,-0.0186669793829577f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.033782664431261496f,-0.4566102839000497f,-0.889025185369144f,0.011800116907817345f,-0.25440952255126037f,0.8563013603653178f,-0.4494705497268379f,1.361541860125967f,0.9665063509461096f,0.24136078569896605f,-0.08723786280975283f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.599646552877426f,0.016702036869064744f,-0.8000906533553838f,0.5456279698305632f,-0.104455538437814f,0.9928624451738189f,-0.057560450425024126f,1.8820403544190158f,0.7934185856859459f,0.11808982567473666f,0.5971111629840992f,-0.6193840966042803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.599646552877426f,0.016702036869064744f,-0.8000906533553838f,0.6018448341628219f,-0.104455538437814f,0.9928624451738189f,-0.057560450425024126f,1.8722476476904706f,0.7934185856859459f,0.11808982567473666f,0.5971111629840992f,-0.5450011041962228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.599646552877426f,0.016702036869064744f,-0.8000906533553838f,0.6937500000000001f,-0.104455538437814f,0.9928624451738189f,-0.057560450425024126f,1.8857780686184968f,0.7934185856859459f,0.11808982567473666f,0.5971111629840992f,-0.6717592748478665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.425062188190679f,-0.7309698269877654f,-0.5338588279723657f,-0.9379934152603147f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8850787406879161f,-0.21208700103801548f,-0.414312354115821f,-0.7635561560017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19350589516530114f,-0.7309698269877654f,-0.6543994044692825f,-0.9257565847396848f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8470451218220061f,-0.21208700103801548f,0.4873742561812676f,-0.8550920234546727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.815501739932609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84.mcfunction new file mode 100644 index 000000000..8cdf29162 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..8a04ce312 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7244982587921972f,0.08435304814085572f,-0.36732993441981493f,-0.2983372758086524f,-0.15263606903875374f,0.7934239489016647f,-0.11884911519287754f,1.5373228379142527f,0.3445996922226075f,0.17409033581184097f,0.7196443924199292f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.687310654659112f,-0.1952536415361828f,-0.3598334051459412f,-0.2983372758086524f,0.1592942301829894f,0.7752876164541984f,-0.11642362304608413f,1.5373228379142527f,0.37713314919597296f,0.028374764133429126f,0.7049577721664613f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231665577001535f,0.08411823330808947f,-0.369998239311596f,-0.2980449909111725f,0.053199602721110656f,0.8109572807797736f,0.08038989653579497f,1.5154982876926897f,0.3756918638177717f,0.04708350050543879f,-0.7235905001350746f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6860174062066692f,-0.194966935256805f,-0.36244725483584916f,-0.2980449909111725f,-0.2558594856670998f,0.7538796147166192f,0.0787492864024114f,1.5154982876926897f,0.3223601122590095f,0.1834486867527012f,-0.7088233470710936f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06655939250595069f,-0.04757819946593972f,1.5603565016382694f,-0.019673328931166474f,1.3555056581161895f,0.7729078600453402f,0.08138857840710496f,1.7453414098059394f,-0.7743258410283328f,1.3571131142302442f,0.00835087420887667f,0.5254109650457731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.030450047658201855f,-0.9986281610484924f,0.04259801120380823f,-0.013293752612891896f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8685523931073564f,-0.005344559493681565f,0.49556853825813285f,0.35764606854233205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010938605664875431f,-0.9986281610484924f,0.051206863475660086f,-0.011800060835588645f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941222154494855f,-0.005344559493681565f,0.10813166249357772f,-0.006498345409305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9930788960755099f,-0.017482669092084818f,-0.11614070109511015f,0.2756980581309625f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0654047680732425f,-0.9036605941284545f,-0.4232254091293363f,-0.7097315646508042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8122602440588133f,-0.017482669092084818f,-0.5830331484597889f,0.012563083287969071f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26238804897633367f,-0.9036605941284545f,-0.33845242261476266f,-0.5989123731151973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15563403857140812f,-0.5394999229728448f,-0.8274768148717209f,0.25383895261682743f,-0.7117646048322748f,0.5196109054792576f,-0.4726474946669893f,1.4259819321436902f,0.6849592640047356f,0.6625287465607211f,-0.3031278057763263f,-0.21135555273854545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01200537289486076f,-0.30769463086575977f,-0.9514094203643557f,0.19019990045222027f,-0.3271155572796899f,0.8979155049272081f,-0.29452191462931043f,1.5925003273511085f,0.9449080818827051f,0.31475666815446607f,-0.08987189018289313f,-0.15290037677322613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03059586453040075f,-0.5361144443255449f,-0.8435906564555761f,0.20515871141956996f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7477319530085779f,0.5723505646692286f,-0.3366181183073675f,-0.5408680583895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016943234002089858f,-0.0495451590214117f,-0.9986281610484924f,0.18962756809650222f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9082778504500018f,0.4183333384583908f,-0.005344559493681539f,-0.46246396092539155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2422810022939328f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.3574056235176574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2639046647838304f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.4507192799293068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.32822256608992906f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.21931107167362518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.37942914637243924f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2949956363605045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.966006595662071f,0.12307127370414202f,-0.22734273405195093f,0.13831195319389777f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.23180443844674029f,0.02304534191568216f,-0.9724893904472071f,-0.34878515530372906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733660403371565f,-0.02956066291795667f,-0.22734273405195093f,0.02589688007480751f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.22534545541779974f,0.05902381883751464f,-0.9724893904472071f,-0.3222339307106536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393035532630205f,0.28445970886432076f,-0.19181112809294998f,-0.0064106169007139835f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.2876523879851936f,0.34825252252721534f,-0.8921750300472698f,-0.36259773431355713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9812336493640126f,-0.019723501096212404f,-0.19181112809294998f,0.022608816186065944f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.16595773022632637f,0.42009730722569366f,-0.8921750300472698f,-0.36419409400171937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.13401808894928835f,-0.19181112809294998f,0.07836574781323019f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.2296322126968687f,0.3889637035149848f,-0.8921750300472698f,-0.36065446892124964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.055386264539986185f,-0.22734273405195093f,0.06590383829173332f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.2296322126968687f,0.03915906484531215f,-0.9724893904472071f,-0.36946525851144485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503844985409707f,-0.20702736658768112f,-0.23218306229524477f,-0.2435983177493822f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24028768302913422f,-0.014541466841360054f,-0.9705927957318619f,-0.2692454459673205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098317f,-0.23218306229524477f,-0.13230799392743295f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.23505455633026762f,-0.0519517124047813f,-0.9705927957318619f,-0.2968437451417778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287243746910563f,-0.2890710318207431f,-0.23218306229524477f,-0.11037664538015271f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24064068819357262f,0.00645631931767824f,-0.9705927957318619f,-0.30186962207302376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725972298061818f,0.012068726384501322f,-0.23218306229524477f,-0.13920010952580109f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23085800698252132f,-0.06822173763153652f,-0.9705927957318619f,-0.295547368098972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.20841484469321345f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.31773684428140797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.17686363761629298f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.310701619428878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.019623795870674535f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2831271614960903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.05233012232179887f,-0.9986281610484924f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9906034692869294f,0.1366609026770926f,-0.005344559493681539f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.6504845601194374f,-0.7592686027521909f,0.37019390086295184f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9802884525703282f,0.1617847424952351f,-0.11340302841203882f,-0.5495714094443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.7779578488442512f,-0.6280131841774244f,0.07359747099108103f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9802884525703282f,0.1384095815523418f,-0.14098701178398268f,-0.496802756477559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.13641154661812963f,-0.9862930075464423f,0.3257119059234725f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9768689441175474f,-0.20412643016641022f,-0.06371394294960586f,-0.24047427218440068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.9939553219573225f,0.05860737785016745f,0.023631123270935736f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9768689441175474f,-0.07953310925195539f,0.19849823815687764f,-0.24260006965544448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09796636873343802f,-0.8091259304140088f,-0.5794116147686795f,0.021955617292310436f,-0.04389386888649249f,0.5851586957078728f,-0.8097299729611325f,1.3100708842819795f,0.9942212625323195f,-0.053893687655659765f,-0.09284154005354887f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09796636873343735f,-0.7667372292213948f,-0.6344419689168448f,0.029190773381213612f,-0.21492517621602825f,0.6061637694888358f,-0.7657497327375274f,1.273208087814211f,0.9717045637567487f,0.2113752726431925f,-0.10540747074720393f,-0.35343310272916445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.750549503261982f,-0.6608142274143257f,0.021955617292310436f,-0.13052619222005157f,0.6551608700926378f,-0.7441284482157579f,1.3100708842819795f,0.9914448613738104f,0.08625356486922692f,-0.09796636873343792f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012506206048450529f,-0.21163296951649413f,-0.977269195781748f,0.024485038727711825f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989304946486265f,0.04086427854751209f,-0.021632789922743943f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012506206048449849f,-0.21163296951649418f,-0.977269195781748f,0.024485038727711825f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9764137340531646f,0.2132635237342619f,-0.03368811952012094f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.14349262199117938f,-0.9896513868196702f,0.024485038727711825f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914448613738104f,0.12917542714686486f,-0.018729545560180208f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05099478741988767f,-0.5060354407160829f,-0.8610038701395485f,0.02263934891640534f,0.0451179047453143f,0.8600780347438732f,-0.5081635059924212f,1.3333868989043944f,0.9976792602471964f,-0.06476038056093142f,-0.02102823773429723f,-0.15008855083489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03652501567415644f,-0.4776713493306302f,-0.8777790184657286f,0.01333747450080501f,-0.2536491158327504f,0.8451689860198703f,-0.4704800857713407f,1.3735324836021734f,0.9666064603897837f,0.23983216443754823f,-0.09029110495466455f,-0.5356470065671374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3624380382837017f,-0.9320078692827986f,0.06252429532254983f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914448613738104f,0.12165143829660716f,-0.04730765705287717f,-0.35462865922726816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2798290140309921f,-0.9600498543859287f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914448613738104f,0.12531165183441018f,-0.036525015674157106f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09044474748140467f,0.02132211970439322f,-0.9956731968192859f,0.5401594229389164f,-0.12999122734142796f,0.9914703570990455f,0.009424001706287845f,1.9096511554437592f,0.9873813996968416f,0.1285764294309126f,0.09244497459301622f,-0.728564190243672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09044474748140467f,0.02132211970439322f,-0.9956731968192859f,0.548638618015298f,-0.12999122734142796f,0.9914703570990455f,0.009424001706287845f,1.8974644778805003f,0.9873813996968416f,0.1285764294309126f,0.09244497459301622f,-0.6359971840220932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09044474748140467f,0.02132211970439322f,-0.9956731968192859f,0.6937500000000001f,-0.12999122734142796f,0.9914703570990455f,0.009424001706287845f,1.9021442164061866f,0.9873813996968416f,0.1285764294309126f,0.09244497459301622f,-0.696147433321835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4423019757793624f,-0.7309698269877654f,-0.5196653483302004f,-0.9379934152603147f,-0.21364154430283866f,0.6486156150018105f,-0.7305169912628462f,2.5764033681345353f,0.8710489382173487f,-0.21208700103801548f,-0.4430494907130922f,-0.8001746504709243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21481363799898395f,-0.7309698269877654f,-0.6477176954222555f,-0.9257565847396848f,0.5136961275424633f,0.6486156150018105f,-0.5616173719924449f,2.5602631250000223f,0.8306451646025028f,-0.21208700103801548f,0.5148278493954868f,-0.891710517923897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6795416143794473f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.8521202344018333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.3055359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85.mcfunction new file mode 100644 index 000000000..17cc01677 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..a806891d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.44451427470075616f,0.019654585946175484f,-0.8955561159628944f,0.5802531892321638f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.9032228601245147f,0.8881083159275301f,0.14016464264764686f,-0.43774135300634315f,-0.779050555107921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44451427470075616f,0.019654585946175484f,-0.8955561159628944f,0.538579975978968f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.8922614528195152f,0.8881083159275301f,0.14016464264764686f,-0.43774135300634315f,-0.695790400489715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.44451427470075616f,0.019654585946175484f,-0.8955561159628944f,0.6937500000000001f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.8857780686184968f,0.8881083159275301f,0.14016464264764686f,-0.43774135300634315f,-0.6717592748478665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.425062188190679f,-0.7309698269877654f,-0.5338588279723657f,-0.9379934152603147f,-0.18962531200460658f,0.6486156150018105f,-0.7371160186992131f,2.5631550143194564f,0.8850787406879161f,-0.21208700103801548f,-0.414312354115821f,-0.7635561560017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19350589516530114f,-0.7309698269877654f,-0.6543994044692825f,-0.9257565847396848f,0.4950454828940655f,0.6486156150018105f,-0.5781243411602771f,2.5470147711849433f,0.8470451218220061f,-0.21208700103801548f,0.4873742561812676f,-0.8550920234546727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6662932605643683f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.815501739932609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86.mcfunction new file mode 100644 index 000000000..29c2e2a67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..d1c112c9b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6828537624275498f,0.07705068619729777f,-0.44126905096495206f,-0.3039395336469326f,-0.17075580064673165f,0.7885243686207143f,-0.12655520961715447f,1.5207389692407387f,0.41412273558508894f,0.19808320547758157f,0.6754330818250562f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.646883888194487f,-0.1862510396723824f,-0.43226356012893263f,-0.3039395336469326f,0.14105869970174437f,0.7776459829643789f,-0.12397245023721255f,1.5207389692407387f,0.449047523579449f,0.024026556147764486f,0.6616487332163816f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6781927232231229f,0.07622881922741738f,-0.4485401227658936f,-0.3031911515170527f,0.03848059927200236f,0.8118480555017246f,0.07978986591153543f,1.4995007018515492f,0.4533412821388723f,0.04512589435908117f,-0.6777829888772812f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6423574356940618f,-0.18524754931233137f,-0.4393862427094468f,-0.3031911515170527f,-0.2695144774257817f,0.749168022657312f,0.07816150130109593f,1.4995007018515492f,0.39336862008357665f,0.21078571892210535f,-0.6639506829818265f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07271593542521762f,-0.03813650631607443f,1.560341068363337f,-0.015605459307809894f,1.416509652919654f,0.6543558918193746f,0.08200621943922139f,1.6938085991872822f,-0.6554533133036082f,1.4183688602501379f,0.004120722272449562f,0.5663060690507764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.02440736404228807f,-0.9986182837525357f,0.04653819867213906f,-0.010393079873491693f,0.4187877707643995f,-0.05248398044110167f,-0.9065661778685786f,1.6129455666412609f,0.9077560705600883f,-0.002637262254368216f,0.41949012051430906f,0.39096757715590247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.005653949191692694f,-0.9986182837525357f,0.05224515493017529f,-0.010749850493891358f,0.05741308344043852f,-0.05248398044110167f,-0.9969699943563596f,1.5902593431629997f,0.9983344984064203f,-0.002637262254368216f,0.05763049660902353f,0.029585608233761163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9898901677523045f,-0.02078708060339657f,-0.14030450123678279f,0.26955513854618735f,0.11690112732303887f,0.4406141659910078f,-0.8900524047260653f,1.4963363086888422f,0.08032174187551694f,-0.8974558785857033f,-0.4337295975305885f,-0.6785452817347667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7977564766562316f,-0.02078708060339657f,-0.6026213580956317f,0.01153531772476554f,0.5337499980781243f,0.4406141659910078f,-0.721782582416375f,1.6722898022209494f,0.280527259824492f,-0.8974558785857033f,-0.34040770039369767f,-0.5618085338696317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12983651568970705f,-0.5534561849278253f,-0.8226960134573968f,0.2546344155929715f,-0.5108332935666217f,0.6737930593425434f,-0.5339028557384702f,1.399779503827871f,0.8498187014754583f,0.48958060066443887f,-0.19524090267055433f,-0.1428783932956345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004781528682516903f,-0.3090104650554752f,-0.9510466179266174f,0.19075091203302857f,-0.1407269201280466f,0.9413848419106295f,-0.3065787229606347f,1.57437304466761f,0.9900369038246667f,0.13530377639629365f,-0.03898483241171009f,-0.11775259042390263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.029800997948318544f,-0.5367933773269002f,-0.843187268985523f,0.20458099857121273f,-0.6069340970685169f,0.6605311347701638f,-0.4419611089393094f,1.4495212529124457f,0.7941932399214364f,0.5249299858621339f,-0.3061137167881756f,-0.5000650755496988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.018123643122521238f,-0.049326026751683266f,-0.9986182837525357f,0.1890910042818188f,-0.39107846322669687f,0.9188596559852344f,-0.05248398044110189f,1.6214794135319204f,0.9201788788926925f,0.39148930469118703f,-0.0026372622543682084f,-0.42667731380919105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.24393817953187127f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2952839666443916f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.30361662545430884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.2646904146481233f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.1691536740132458f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.40098605863773285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.32607434368422133f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2683275059168597f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.1639193720744787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.3780896647232151f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.138755962980071f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24345511333707337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9633222421610856f,0.1451302689460613f,-0.22571544651038492f,0.1422011869643347f,0.10999245427001458f,0.9807756593424725f,0.16118550196899625f,2.3892294913969505f,0.24476911112596958f,0.13044658323230415f,-0.9607662416850522f,-0.2833455874875986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741655228021922f,-0.007353325108363867f,-0.22571544651038492f,0.029917817291023267f,-0.04478885095778211f,0.9859072942142605f,0.16118550196899625f,2.394005852228335f,0.22134925573268432f,0.1671308942863839f,-0.9607662416850522f,-0.2561652288252318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9342156010640044f,0.30930240727554836f,-0.1776885803369813f,-0.0032766624464019706f,0.1730591066251915f,0.8285859204003656f,0.5324433473416395f,2.3942806988964747f,0.3119162649537719f,0.4666662547986835f,-0.8276054919401262f,-0.3002854682314648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9840715352657408f,0.005475572806204254f,-0.1776885803369813f,0.02602739435020656f,-0.09145813964341423f,0.8415102438857154f,0.5324433473416395f,2.403687094666023f,0.15244219288862787f,0.5402134092540167f,-0.8276054919401262f,-0.300525465914273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.15935086359938255f,-0.1776885803369813f,0.08494125475697532f,0.041309066649813896f,0.8454570615259841f,0.5324433473416395f,2.5107969074590035f,0.23507337221506416f,0.5097152728592497f,-0.8276054919401262f,-0.28202439603508866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.0775787762126888f,-0.22571544651038492f,0.06748603010912037f,0.041309066649813896f,0.9860592248782647f,0.16118550196899625f,2.2889335818613943f,0.23507337221506416f,0.14720305198540418f,-0.9607662416850522f,-0.3151450827318046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501089482404481f,-0.20342417247734368f,-0.23645632265883068f,-0.24125052730054947f,-0.2015053185404253f,0.9789474221191459f,-0.032520014240477346f,2.37873993356268f,0.23809366449645572f,0.01674965009148096f,-0.9710977582861892f,-0.21079698148805415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315575f,-0.23645632265883068f,-0.13002104826610056f,-0.04588333740856565f,0.9984173315913798f,-0.032520014240477346f,2.394086439931035f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.23839459662072715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287639120015686f,-0.28545753316072314f,-0.23645632265883068f,-0.10812355586666691f,-0.28605941965295945f,0.957659885920681f,-0.032520014240477346f,2.390798463928609f,0.2357278180261177f,0.037437142788725584f,-0.9710977582861892f,-0.2436163937657929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.971518199527884f,0.015517585532597244f,-0.23645632265883068f,-0.1368875299852033f,0.0238745044721069f,0.9991858969731363f,-0.032520014240477346f,2.3994482681454f,0.23575919074833512f,-0.03723906321630586f,-0.9710977582861892f,-0.23690220692602265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.20581927849929904f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.50035203507835f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.255676881271546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.17507249040836587f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.2774627475092526f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.2556994429957066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.019605397186166957f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,1.7725255326897562f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24446536469039648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0053117048038712825f,-0.05228105916311199f,-0.9986182837525357f,3.686424991200035e-17f,-0.15074038036579313f,0.987179198283794f,-0.05248398044110189f,1.4023333333333334f,0.988559114832923f,0.15081087934412804f,-0.0026372622543682084f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.6029570245062623f,-0.7975803309795986f,0.34642415590067915f,-0.1971401163328743f,0.7799555652503718f,-0.59397398155747f,0.8731233726281186f,0.980218002435801f,0.1676667612662916f,-0.10516902998145514f,-0.5192561759279058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.7382079241342101f,-0.6743445844020931f,0.06498238482451156f,-0.1971401163328743f,0.6586519765564577f,-0.7261634446256107f,1.124234438690268f,0.980218002435801f,0.1456936324062653f,-0.1339628051999355f,-0.46371047857301717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.09833032184859174f,-0.9918152666983343f,0.3236816204659427f,0.18689227825560417f,0.9759628540010554f,-0.11210612801512806f,1.2637966743573306f,0.9789982899776511f,-0.19449333000199992f,-0.061112133047111855f,-0.20716616678292288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.9964727393675832f,0.020210273328195527f,0.01645119439096936f,0.18689227825560417f,-0.03518737924709642f,-0.9817500316629233f,1.1411925285770437f,0.9789982899776511f,-0.07618351553312523f,0.189098969277595f,-0.20932066354007348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09558846157869803f,-0.7932674437916132f,-0.6013232147799865f,0.018778948705202955f,-0.04128835014615115f,0.6067291517856603f,-0.7938356306664888f,1.2938476428483898f,0.9945642855819962f,-0.05105388323891983f,-0.09074901019295002f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09558846157869737f,-0.749388897124486f,-0.6551939612661006f,0.02500197266371951f,-0.2175306949563696f,0.6265729477487887f,-0.7483894293088276f,1.2568036804532823f,0.971361540707072f,0.21406219193482165f,-0.10312194344194053f,-0.32017878671912997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7323316489425123f,-0.6809481301517325f,0.018778948705202955f,-0.13052619222005157f,0.6751225245010399f,-0.7260664501654631f,1.2938476428483898f,0.9914448613738104f,0.08888156652806949f,-0.09558846157869792f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.009990568707626353f,-0.1832112207451743f,-0.9830228060070434f,0.02202979490084908f,-0.04418896994722142f,0.9821923890703178f,-0.18260735414365242f,1.3183764024654316f,0.9989732346123702f,0.04161441391398849f,-0.017908575674616945f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.009990568707625673f,-0.18321122074517435f,-0.9830228060070434f,0.02202979490084908f,-0.2158700313562174f,0.9594955978593004f,-0.1810202398929185f,1.3183764024654316f,0.9763709940894209f,0.21401365910073836f,-0.029963905271993944f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11462892051246334f,-0.9934083805677036f,0.02202979490084908f,-0.13052619222005157f,0.9849096341595285f,-0.11364825420690869f,1.3183764024654316f,0.9914448613738104f,0.12966581323499016f,-0.014962076512787144f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04588127143131988f,-0.4819826319718087f,-0.874978657687931f,0.020889215822892358f,0.04651588568165521f,0.8739201280056929f,-0.48383869444864f,1.3171233383556022f,0.9978633079290453f,-0.06289954168387342f,-0.017676717592979084f,-0.11681569199026767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.032862459929102944f,-0.45316580647763804f,-0.8908203020625877f,0.011285009340243554f,-0.25465041965605273f,0.8580896232870443f,-0.44590958968841937f,1.3575417493944826f,0.9664746362406021f,0.24150144978150803f,-0.08719992693245458f,-0.5023382294532943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3351592513087269f,-0.9421614916043712f,0.05625465483609674f,-0.13052619222005157f,0.9341011694354382f,-0.33229191745193076f,1.1869235775617937f,0.9914448613738104f,0.12297675195548254f,-0.04374706086065178f,-0.3214987630419262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2517690845811322f,-0.9677873361690463f,3.686424991200035e-17f,-0.13052619222005157f,0.9595077813474494f,-0.24961516516075166f,1.4023333333333334f,0.9914448613738104f,0.12632159586893252f,-0.03286245992910361f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8470464920253973f,0.011941327195896481f,-0.5313846488677192f,0.6537476069835327f,-0.0693771257442399f,0.9887106914358795f,0.13280806851939772f,1.9034814013828487f,0.5269715882008599f,0.14936054815507893f,-0.8366554678503437f,-0.813808323701256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8470464920253973f,0.011941327195896481f,-0.5313846488677192f,0.5743369983561517f,-0.0693771257442399f,0.9887106914358795f,0.13280806851939772f,1.8969772958443263f,0.5269715882008599f,0.14936054815507893f,-0.8366554678503437f,-0.7644047373074253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8470464920253973f,0.011941327195896481f,-0.5313846488677192f,0.6937500000000001f,-0.0693771257442399f,0.9887106914358795f,0.13280806851939772f,1.880308138335678f,0.5269715882008599f,0.14936054815507893f,-0.8366554678503437f,-0.6636082103267891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4191978547243721f,-0.7309698269877654f,-0.538475877480097f,-0.9379934152603147f,-0.18155200046715914f,0.6486156150018105f,-0.7391458956810865f,2.5587271200665946f,0.8895572099201136f,-0.21208700103801548f,-0.40460730872025036f,-0.7513174414057637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1863370379009431f,-0.7309698269877654f,-0.656476671588396f,-0.9257565847396848f,0.48869282371343603f,0.6486156150018105f,-0.5835041628187511f,2.5425868769320816f,0.8523249570189125f,-0.21208700103801548f,0.4780808212357088f,-0.8428533088587364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6618653663115066f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.8032630253366727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.566092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2721803537904033f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87.mcfunction new file mode 100644 index 000000000..f0e7e20aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..7a4f87f9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.647245682641758f,0.07079344117461409f,-0.4929561435185746f,-0.3084864367806601f,-0.18259464170595227f,0.7858126598322335f,-0.1268940696490965f,1.5143831256095635f,0.4633321352618701f,0.2107870887376437f,0.6386208422057874f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6123120154350892f,-0.1785654740371257f,-0.4828958140590119f,-0.3084864367806601f,0.12932770642499147f,0.7796298876996857f,-0.12430439475829862f,1.5143831256095635f,0.49834560307548653f,0.017076583009264526f,0.6255877637934244f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6410592224539338f,0.06970260132842192f,-0.5011277932017475f,-0.30767801808903683f,0.030102093328233593f,0.8127012104682162f,0.07453221400977487f,1.4944560877399211f,0.5050558204084581f,0.04003416435985191f,-0.6405156738128991f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6063041882193554f,-0.17723357080931654f,-0.4909006953813037f,-0.30767801808903683f,-0.277417058740448f,0.746799268697099f,0.07301114841773866f,1.4944560877399211f,0.44208031721336266f,0.22556399014837725f,-0.627443925367738f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07441677100369536f,-0.03501275894318697f,1.5603340991289558f,-0.014355704799760081f,1.4350023988364369f,0.6127148291823682f,0.0821882195554352f,1.6761254583431624f,-0.6137071854940715f,1.4369275885761283f,0.0029741657212944725f,0.579786814994831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022408165723640096f,-0.9986138234425317f,0.04762673344236481f,-0.00952948796159477f,0.39213749067671544f,-0.05260046051547851f,-0.9184015352553196f,1.6004101816431586f,0.9196336566887222f,-0.0019034660616289582f,0.39277259871620557f,0.40215379391725137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.004020488702529242f,-0.9986138234425317f,0.052481113746575776f,-0.010445671666424078f,0.040170776700646005f,-0.05260046051547851f,-0.997807346261204f,1.5833128668750942f,0.9991847398603821f,-0.0019034660616289582f,0.04032657246893859f,0.04188487660358281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9886764923016962f,-0.02173190211032856f,-0.14848069908470068f,0.2674973500322442f,0.12342929312389073f,0.4449754042838408f,-0.88699611001479f,1.4910261880502105f,0.08534637173864557f,-0.8952790704652376f,-0.4372543685521614f,-0.667850491762864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7927310728153502f,-0.02173190211032856f,-0.6091840203285795f,0.011242973908500141f,0.5379779394606885f,0.4449754042838408f,-0.7159445692482517f,1.6682243923562232f,0.2866307430242895f,-0.8952790704652376f,-0.3410545456964974f,-0.5491246764017751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12341245239193878f,-0.5562397778621222f,-0.8218069579399437f,0.25479873547232423f,-0.48860057409256286f,0.6867423626619178f,-0.5381955093847823f,1.3935223854353895f,0.8637354025342631f,0.46795537912222385f,-0.18702651565901107f,-0.13046254265117818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.005396227529305708f,-0.3090337796457827f,-0.9510357531482683f,0.19091092833156328f,-0.13828581730661238f,0.9416813790686167f,-0.30677876889913785f,1.5681702767051355f,0.9903776620362023f,0.13317020445005798f,-0.03765346181210399f,-0.10572846345311795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02937659127208859f,-0.5371299950969061f,-0.8429877723030331f,0.20442994803533862f,-0.5869890002277678f,0.6733481306164031f,-0.4494955045459312f,1.4440975337130335f,0.8090617587655706f,0.5080291953840774f,-0.29550872599733563f,-0.4860854088032554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01835212380806218f,-0.04933184753505345f,-0.9986138234425317f,0.1889388902260003f,-0.3818515252202107f,0.922725638660029f,-0.05260046051547862f,1.6167798380835672f,0.9240414559091666f,0.382287541751258f,-0.001903466061628948f,-0.4144183913877797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.24455125592122226f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.2899297003568537f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2851847453476772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.26501696251060536f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.1648168429603674f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.383917922486285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3253191270155371f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.262219287204725f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.1450557702766742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3776028310138253f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.133568930256903f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.22590014208706888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9624394929607668f,0.15271260440039733f,-0.22447512745662954f,0.14356561306478727f,0.10826431113890245f,0.97410165921512f,0.19850641412299302f,2.3823939919871977f,0.24897602559893442f,0.16674776751608403f,-0.9540472319048786f,-0.2610742108847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9744797802999221f,0.0002737516132815532f,-0.22447512745662954f,0.031322906609266406f,-0.04545167413966035f,0.9790451209571156f,0.19850641412299302f,2.387024852776001f,0.2198256197637527f,0.203643257168317f,-0.9540472319048786f,-0.2337014031935898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932576762235208f,0.31740151842344555f,-0.17192108259718458f,-0.002129834393387861f,0.16768343284693799f,0.8026893792134014f,0.5723390838014392f,2.389627742430254f,0.31966052131529044f,0.5049218123635536f,-0.8017924385474969f,-0.27891353295011734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9850156699024882f,0.01368471428875015f,-0.17192108259718458f,0.02726752845681251f,-0.08856823789739654f,0.8152199950866511f,0.5723390838014392f,2.3987392969465042f,0.1479858009482763f,0.5789897133850964f,-0.8017924385474969f,-0.27871289209920064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.16760663212481458f,-0.17192108259718458f,0.08724756325918244f,0.04005068790316492f,0.8190384090821459f,0.5723390838014392f,2.5042672641133494f,0.2367377962474395f,0.5487113096300865f,-0.8017924385474969f,-0.2552205933187546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.08520421895035961f,-0.22447512745662954f,0.06807661399535156f,0.04005068790316492f,0.9792809331088369f,0.19850641412299302f,2.2839290541638615f,0.2367377962474395f,0.18370926792773706f,-0.9540472319048786f,-0.29655517860249536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950068610863288f,-0.20213225676152324f,-0.23772291734032774f,-0.24041128206286505f,-0.20280884932271645f,0.9789740075609531f,-0.021873800685815008f,2.3730155996081495f,0.2371459577743174f,0.027430699891558392f,-0.9710866858395091f,-0.19086329468219052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9699921411689522f,-0.05102019836962546f,-0.23772291734032774f,-0.12919687574177785f,-0.047166660684474504f,0.9986475068628736f,-0.021873800685815008f,2.3885122451477088f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.21843774714582767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9288363259940864f,-0.28416701794017457f,-0.23772291734032774f,-0.10731027215476943f,-0.28736030718100425f,0.9575727600033307f,-0.021873800685815008f,2.3852519397884f,0.23385280278552711f,0.04799494988634171f,-0.9710866858395091f,-0.22372216928918573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711882781926899f,0.016767315596796617f,-0.23772291734032774f,-0.13605450550161227f,0.022610363522481025f,0.9995050316556383f,-0.021873800685815008f,2.393866691796147f,0.23723848710211454f,-0.02661858040427629f,-0.9710866858395091f,-0.21687960236242057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.2048788695396222f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.4950531028999943f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23449100928908964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.17442142129688645f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.2721373889927428f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23692582750845154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.019595710819449136f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,1.7669099305825111f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2312665745988825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00631052193780156f,-0.052255228851864455f,-0.9986138234425317f,3.54708739983038e-17f,-0.15555059641098173f,0.9864264815533632f,-0.05260046051547862f,1.397f,0.9878077693909176f,0.155666912180758f,-0.001903466061628948f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.5862209109441355f,-0.8099751386509448f,0.3380598970001982f,-0.1973097004792181f,0.7922063846185798f,-0.5774754767662086f,0.8614261865543318f,0.9801956762593836f,0.16957030324141906f,-0.102285622161781f,-0.5088746072849011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.7240108326300632f,-0.6895817543229462f,0.06203076705998662f,-0.1973097004792181f,0.673704268512398f,-0.7121737433274102f,1.1182759389246835f,0.9801956762593836f,0.14809075873428984f,-0.13147457328286635f,-0.45241500551745306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.08525581988166375f,-0.9933285748607572f,0.32287513491360675f,0.18484087894244866f,0.9778323616392428f,-0.09837541360931605f,1.2541054057927206f,0.9796959027832978f,-0.19124674561237964f,-0.060171590990207066f,-0.19581873296046587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.9969555689045654f,0.007057342897455882f,0.013998584077211801f,0.18484087894244866f,-0.021352312172654764f,-0.9825364767970015f,1.1357093195884307f,0.9796959027832978f,-0.07499114877807808f,0.1859361871034339f,-0.19796261726664077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09470126066760853f,-0.7873219383298438f,-0.6092256040683973f,0.017691593491334243f,-0.04035173259918255f,0.6145089085290698f,-0.7878772360048584f,1.2883347992957683f,0.9946875936213389f,-0.050029658833027554f,-0.08996457265413499f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09470126066760787f,-0.7429066318042885f,-0.6626623632357381f,0.023543334074751468f,-0.21846731250333817f,0.6339181167950093f,-0.7419028606001178f,1.251231404177695f,0.9712382326677294f,0.2150292017849582f,-0.10226797047066664f,-0.30883246637648076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7255345387533652f,-0.6881857547755126f,0.017691593491334243f,-0.13052619222005157f,0.6822982302428391f,-0.7193274901962415f,1.2883347992957683f,0.9914448613738104f,0.08982626611092959f,-0.09470126066760842f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00913042656254937f,-0.17347967617500987f,-0.9847951245132155f,0.02118792262261847f,-0.04409485524951659f,0.9839480432851417f,-0.17292163501385588f,1.3128303489068829f,0.9989856250473828f,0.04184555017626993f,-0.0166334265602492f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00913042656254869f,-0.17347967617500992f,-0.9847951245132155f,0.02118792262261847f,-0.21596414605392225f,0.9612512520741243f,-0.17133452076312194f,1.3128303489068829f,0.9763586036544083f,0.21424479536301977f,-0.0286887561576262f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10475989618933468f,-0.9944975435617727f,0.02118792262261847f,-0.13052619222005157f,0.9859894792131967f,-0.10386366075496964f,1.3128303489068829f,0.9914448613738104f,0.129807977533313f,-0.013673910346962078f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.044127911008227f,-0.47343762644515247f,-0.8797212861674033f,0.020288112064733105f,0.046958916333368794f,0.878622764428717f,-0.47520195496697504f,1.3115873277185157f,0.9979216340208511f,-0.06228042785353683f,-0.016539669269206213f,-0.10546459718573326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03160661555409653f,-0.444383560035875f,-0.8952788802507616f,0.010582626816711575f,-0.2549677403532592f,0.8625074156723788f,-0.4371183012518552f,1.3521007822305169f,0.9664328601782788f,0.24208306318285988f,-0.08604253185276972f,-0.4909746219381441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3257881778035011f,-0.945442786848297f,0.05410487383990072f,-0.13052619222005157f,0.9373543927436788f,-0.3230010147796184f,1.181047047939071f,0.9914448613738104f,0.12340504692922195f,-0.04252389031900044f,-0.31019249841232677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2421476871156395f,-0.970239402222228f,3.54708739983038e-17f,-0.13052619222005157f,0.9619388696356256f,-0.24007608008435397f,1.397f,0.9914448613738104f,0.12664165471392638f,-0.03160661555409719f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9999280330650583f,0.0002757446766735494f,-0.01199385907524119f,0.7388225476886385f,-0.0015659264361668548f,0.9881830926540788f,0.15327009906376612f,1.895923640292674f,0.011894392167739081f,0.1532778501855159f,-0.9881115443498605f,-0.8012831697110894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9999280330650583f,0.0002757446766735494f,-0.01199385907524119f,0.6450792945887893f,-0.0015659264361668548f,0.9881830926540788f,0.15327009906376612f,1.8957768346892834f,0.011894392167739081f,0.1532778501855159f,-0.9881115443498605f,-0.8001680704453638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9999280330650583f,0.0002757446766735494f,-0.01199385907524119f,0.6937500000000001f,-0.0015659264361668548f,0.9881830926540788f,0.15327009906376612f,1.8728597226314139f,0.011894392167739081f,0.1532778501855159f,-0.9881115443498605f,-0.6525088884257475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.411131882035895f,-0.7309698269877654f,-0.5446592398987637f,-0.9379934152603147f,-0.17052382040558148f,0.6486156150018105f,-0.7417677605895985f,2.5526976470414207f,0.8954843394766364f,-0.21208700103801548f,-0.39131432601272464f,-0.734651957700659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1765395137622785f,-0.7309698269877654f,-0.6591789681976015f,-0.9257565847396848f,0.4799485407246199f,0.6486156150018105f,-0.5907175147497583f,2.5365574039069076f,0.8593504514090199f,-0.21208700103801548f,0.4653341870675468f,-0.8261878251536318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6558358932863326f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.786597541631568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5607592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2608025760126255f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88.mcfunction new file mode 100644 index 000000000..4b47f02df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..dab7e6ab5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6001955352752765f,0.06252720240323802f,-0.5502727622186047f,-0.31446514546727833f,-0.19697744698642564f,0.7824863202370358f,-0.12593446099085528f,1.5066459186243208f,0.5175998930243112f,0.22527750008816208f,0.5901566259389908f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5666316685492327f,-0.16840876898331722f,-0.5390427058467965f,-0.31446514546727833f,0.115063953472606f,0.7820112012228712f,-0.1233643699502256f,1.5066459186243208f,0.5528913444867503f,0.009847217448897175f,0.5781126131647257f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5921021803137388f,0.0611001255590682f,-0.5591298839883513f,-0.31362208970303596f,0.02035460875662664f,0.8136296920262559f,0.06735620684145567f,1.4882477509208014f,0.5620899771518129f,0.0348990451784916f,-0.5914231637969114f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5587720078178476f,-0.16666632414898483f,-0.5477190700294053f,-0.31362208970303596f,-0.2865868376779456f,0.7439854932734243f,0.06598159037530352f,1.4882477509208014f,0.49562266670216554f,0.24229717743581955f,-0.5793533033112602f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07623224968775706f,-0.03129778155031608f,1.560325396504707f,-0.012931643955443864f,1.4559015053139124f,0.5612212780494993f,0.08238770472083795f,1.654517591930519f,-0.5620904739739193f,1.4578948439220556f,0.0017813290711933077f,0.5958899984925439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.020030580192202725f,-0.9986082537630124f,0.048788639800164305f,-0.008564678305228808f,0.3591816179516793f,-0.052728131021336236f,-0.9317769634009041f,1.5851680451357955f,0.9330527001101157f,-0.0011400506055642108f,0.35973790334330813f,0.4156647071423805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0021506065667179263f,-0.9986082537630124f,0.05269658819868351f,-0.010112758907211517f,0.01911263921572931f,-0.052728131021336236f,-0.9984259868519074f,1.5748314937217827f,0.999815023848714f,-0.0011400506055642108f,0.019199436736847264f,0.05686756769403539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9871131698937621f,-0.02275767256046777f,-0.15839721639574122f,0.2650163623352148f,0.13133541283025252f,0.45030219294139595f,-0.8831641661485574f,1.484585873249691f,0.09142537480916244f,-0.8925861433899814f,-0.4415103367637091f,-0.654777792326965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7865561372370267f,-0.02275767256046777f,-0.6170992880520915f,0.010926637781749668f,0.5430350243122822f,0.45030219294139595f,-0.7087601127337294f,1.6632682096311864f,0.29401089324194535f,-0.8925861433899814f,-0.3418297401971822f,-0.533648263860144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1155674083901619f,-0.5594020886981521f,-0.8208005100376866f,0.2549763994281521f,-0.46462882637651826f,0.699917207116945f,-0.5424352098468485f,1.3859854027947014f,0.877931789957489f,0.4440554090896318f,-0.17902671823020988f,-0.11603063482651771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0062291333362114116f,-0.30904562912975f,-0.9510268119320701f,0.19108642639174853f,-0.13938221713821683f,0.9414930889990566f,-0.30686049096071205f,1.5605974789135202f,0.9902190643708667f,0.13446770051879142f,-0.037210778998482956f,-0.09105050834798484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02874225758819445f,-0.5376000615070025f,-0.8427099480226877f,0.20427601498925801f,-0.5622140953191904f,0.688374552039528f,-0.4583184342013785f,1.4375067581059728f,0.8264921013858257f,0.48695651753729136f,-0.2824608935318224f,-0.46900599633892903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01850715911349152f,-0.04938664372008282f,-0.9986082537630127f,0.18877471770572368f,-0.37058151272510426f,0.9273020471374848f,-0.05272813102133658f,1.611046341125368f,0.9286155434236072f,0.3710416052098409f,-0.0011400506055642239f,-0.3994428206783686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.24532823827436037f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.283309096008439f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2626670489104266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.265452996904638f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.159458467791076f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.3630479658231425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.3243868598295173f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.254683845347146f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.12209126146085451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.376991688191224f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.12717892981132f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2045263331672421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9613906078152553f,0.1619503064991783f,-0.22248639830209005f,0.14524652504385385f,0.10601777676941357f,0.9640560031016244f,0.24363138938279605f,2.3737725653973167f,0.25394552607495335f,0.21063741621217955f,-0.9440039982319841f,-0.2339826326264979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9748889036571008f,0.009561804056765488f,-0.22248639830209005f,0.03305029296906378f,-0.04609906310305794f,0.9687717081379023f,0.24363138938279605f,2.3782253275674425f,0.21786808372792119f,0.24776995260675033f,-0.9440039982319841f,-0.20639062214744536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9306581434893703f,0.32694581401599976f,-0.16426154344317587f,-0.0006823703691186678f,0.1607253669416372f,0.7686042548858742f,0.6192050191921948f,2.383798937713888f,0.32869861024713065f,0.5498671967564036f,-0.7678562948578719f,-0.25278806791438263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9861403045794105f,0.023354764603686157f,-0.16426154344317587f,0.028825274496648505f,-0.08465286914485512f,0.780652954873507f,0.6192050191921948f,2.3925193890007166f,0.14269264672565282f,0.6245282371659177f,-0.7678562948578719f,-0.2520681729013402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.17733355969789524f,-0.16426154344317587f,0.09008908360355374f,0.03851037552541326f,0.7842844478785012f,0.6192050191921948f,2.4957853110226718f,0.23863360414315699f,0.5945172103655096f,-0.7678562948578719f,-0.22259717743260524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.09449258500022673f,-0.22248639830209005f,0.06882825197850276f,0.03851037552541326f,0.9691030373929803f,0.24363138938279605f,2.2777371276092517f,0.23863360414315699f,0.22783865847497178f,-0.9440039982319841f,-0.2738608755894738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500563783923316f,-0.20051987076873565f,-0.23913314137303585f,-0.23936606662191906f,-0.20436647049980683f,0.9788543027843677f,-0.008865644701941159f,2.3659315036886244f,0.23585424230125335f,0.04044793378429925f,-0.9709463121311509f,-0.1665762870847064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406043f,-0.23913314137303585f,-0.12816607608293934f,-0.04872383091283866f,0.9987729414863001f,-0.008865644701941159f,2.3816087759522833f,0.239277936084378f,0.0030542203780509723f,-0.9709463121311509f,-0.1941067404682222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9289646687701725f,-0.2825597014327903f,-0.23913314137303585f,-0.10629224733735629f,-0.28890156818054336f,0.9573177551089512f,-0.008865644701941159f,2.3783827104603343f,0.2314314759913758f,0.06085006885263678f,-0.9709463121311509f,-0.19946456114929773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9708136513100849f,0.018335624533808992f,-0.23913314137303585f,-0.13501287908001156f,0.0210657363595457f,0.9997387834307766f,-0.008865644701941159f,2.386953391750132f,0.23890811870175377f,-0.013644404615303786f,-0.9709463121311509f,-0.19246925132545967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.20369944177749155f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.4884694630085633f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.20866455658063407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.17360370466144517f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.265556169881042f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.21404139156837929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.019582157407732864f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,1.7600525676303536f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2151743492685792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.007397467795279505f,-0.052219086420621064f,-0.9986082537630127f,3.377269710348613e-17f,-0.16143635907791262f,0.985473513680943f,-0.05272813102133658f,1.3904999999999998f,0.986855399457228f,0.1616017352837886f,-0.0011400506055642239f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.5654800194081413f,-0.8246053999698919f,0.3276957907761957f,-0.1975074355760041f,0.8066665976570837f,-0.5570276592024268f,0.8473622965157774f,0.980169643940031f,0.17181777519951932f,-0.09872244539090393f,-0.4961931319168795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.7062834025995909f,-0.7077467578319814f,0.058425243535101694f,-0.1975074355760041f,0.6916486627258306f,-0.6947034908806495f,1.1110533491800003f,0.980169643940031f,0.1509499339579665f,-0.12838063146969686f,-0.4386434695954048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.06926942636180701f,-0.9949169988500257f,0.3218134699921864f,0.1822792888734393f,0.9798540014483715f,-0.08161125347283549f,1.2422944513148788f,0.9805265671449344f,-0.1873175977240801f,-0.05898956438091635f,-0.18199859535458324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.9972848183332672f,-0.009004396216198696f,0.011007623227822698f,0.1822792888734393f,-0.0044812143158077244f,-0.9832365837203418f,1.129059312719842f,0.9805265671449344f,-0.07350448857204542f,0.18211189220567842f,-0.18411569937887892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09360737047833097f,-0.7799709694359792f,-0.6187753607160126f,0.016364031785640405f,-0.03922210955231986f,0.6239107621723297f,-0.7805107218788275f,1.2816305069117488f,0.9948363113167905f,-0.04879188131894127f,-0.0889947526709302f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0936073704783303f,-0.7349074121523388f,-0.6716760794874901f,0.021762494387543883f,-0.21959693555020088f,0.6427832059461114f,-0.733898450775446f,1.2444596242402761f,0.9710895149722777f,0.21619631291303573f,-0.10121416992553552f,-0.2950015802173693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7171539204983456f,-0.6969148113750007f,0.016364031785640405f,-0.13052619222005157f,0.6909526085530427f,-0.7110185692921668f,1.2816305069117488f,0.9914448613738104f,0.09096563663053406f,-0.09360737047833087f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.008080919691408143f,-0.1615963277606553f,-0.9868238574290813f,0.020159074834201686f,-0.04399160807875395f,0.9859580922892314f,-0.16109431606368035f,1.306082317146673f,0.9989992177952824f,0.04211017814793139f,-0.015076330480695876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008080919691407463f,-0.16159632776065536f,-0.9868238574290813f,0.020159074834201686f,-0.21606739322468488f,0.963261301078214f,-0.15950720181294642f,1.306082317146673f,0.9763450109065086f,0.21450942333468123f,-0.027131660078072876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.09271815530050007f,-0.995692394104561f,0.020159074834201686f,-0.13052619222005157f,0.9871741076439539f,-0.09192493862873963f,1.306082317146673f,0.9914448613738104f,0.12996393682493523f,-0.012102147761042004f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04198513823824338f,-0.4629603796552967f,-0.8853840607536028f,0.01955281850554323f,0.04747549002663218f,0.8842400150151096f,-0.4646134669731493f,1.3048483305301937f,0.9979896422377572f,-0.061540902784263975f,-0.015145668379144914f,-0.0916293950958254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.030071854591855792f,-0.43362105079406665f,-0.9005933976382771f,0.009725194387705036f,-0.25533773625279976f,0.8677743768180765f,-0.4263452490450605f,1.3454789599713644f,0.9663841492940072f,0.2427764717723868f,-0.0846242326231058f,-0.4771239934761565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3143238488429039f,-0.9493158157581614f,0.05147763752305072f,-0.13052619222005157f,0.941194287354316f,-0.3116347647425353f,1.173913681122821f,0.9914448613738104f,0.1239105786451847f,-0.04102749511341563f,-0.2964092160689082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.23038942667659051f,-0.9730985109821266f,3.377269710348613e-17f,-0.13052619222005157f,0.9647735183237358f,-0.22841841319336387f,1.3904999999999998f,0.9914448613738104f,0.12701484329349894f,-0.03007185459185646f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8603196717179579f,-0.01197604403351708f,0.5096142039076347f,0.8105196151979246f,0.06653636662341766f,0.9885329961645549f,0.13555599363540563f,1.88099647285168f,-0.5053938804256135f,0.15052936545151327f,-0.8496575402861468f,-0.7427398827568241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8603196717179579f,-0.01197604403351708f,0.5096142039076347f,0.7298646459743661f,0.06653636662341766f,0.9885329961645549f,0.13555599363540563f,1.8872342572226253f,-0.5053938804256135f,0.15052936545151327f,-0.8496575402861468f,-0.7901205590467255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8603196717179579f,-0.01197604403351708f,0.5096142039076347f,0.6937500000000001f,0.06653636662341766f,0.9885329961645549f,0.13555599363540563f,1.8637819659918418f,-0.5053938804256135f,0.15052936545151327f,-0.8496575402861468f,-0.6389815898588528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4011783571755137f,-0.7309698269877654f,-0.5520317361958751f,-0.9379934152603147f,-0.15703232761705657f,0.6486156150018105f,-0.7447406475136109f,2.5453492267919904f,0.9024393463369853f,-0.21208700103801548f,-0.3749964402145378f,-0.7143408994350623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16454605188166255f,-0.7309698269877654f,-0.6622746475923968f,-0.9257565847396848f,0.46914770214023493f,0.6486156150018105f,-0.5993314755228198f,2.5292089836574774f,0.8676549028194878f,-0.21208700103801548f,0.44965995330249964f,-0.805876766888035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.8314034340397479f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6484874730369024f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7662864833659713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5542592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.24693590934595872f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89.mcfunction new file mode 100644 index 000000000..65b57502f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..337dceee0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5460503981778247f,0.053018065613039005f,-0.6049483381355262f,-0.3213216522524812f,-0.21244797458587092f,0.7788171099247972f,-0.12350794236482121f,1.497939112853623f,0.5688930173491711f,0.23995299217030472f,0.5345350697609255f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5140642500463211f,-0.15671719341628088f,-0.5926024536837808f,-0.3213216522524812f,0.09968725162512652f,0.7844899665723876f,-0.12098737211247793f,1.497939112853623f,0.6048143505967282f,0.0039004659950421794f,0.5236261907862128f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5358769845925337f,0.05122421831204619f,-0.6141305897663604f,-0.3204710794653783f,0.010255347364585478f,0.8144691254042387f,0.05898572757990505f,1.4810343104463057f,0.616177839327973f,0.030993026086829908f,-0.5350782625929932f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5041845920255811f,-0.15452692596434534f,-0.6015973124241898f,-0.3204710794653783f,-0.2960416015701088f,0.740959255202861f,0.05778193722113148f,1.4810343104463057f,0.5460377892635301f,0.2590382428932676f,-0.524158298050279f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07797637749359264f,-0.02720475738213947f,1.5603159409968086f,-0.01144334514015956f,1.4775096774720806f,0.501549072438344f,0.08258287299788933f,1.6298015981182057f,-0.5022858623625847f,1.4795657062503222f,0.0006952400008816483f,0.6138229511208507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017411044724569693f,-0.9986022022379575f,0.04990488159589907f,-0.007582364946417108f,0.3209914063605399f,-0.052853038718649104f,-0.9456061935821317f,1.5678288262519227f,0.9469220520002064f,-0.0004449536005647469f,0.321462951912054f,0.43091845677741436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.000183046504541904f,-0.9986022022379575f,0.052854594686544014f,-0.00978420229706611f,-0.004960121183797711f,-0.052853038718649104f,-0.9985899826735932f,1.56513442415319f,0.99998768177004f,-0.0004449536005647469f,-0.004943513373515673f,0.0739530697739092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.985218789906983f,-0.02375916916876155f,-0.16964503498372868f,0.26222261607016617f,0.1402886638712591f,0.4563924469827142f,-0.8786495462505786f,1.4772782525875539f,0.09830069584411522f,-0.8894613179995748f,-0.44631327224161976f,-0.639810670589015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7794462245095373f,-0.02375916916876155f,-0.6260184382094816f,0.010619185676168319f,0.5486769829574172f,0.4563924469827142f,-0.7004709149635528f,1.6576100624364882f,0.3023526938371386f,-0.8894613179995748f,-0.3426972604382547f,-0.5159660893769953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10647804281415703f,-0.5627532261741963f,-0.8197385149113103f,0.2551493264352399f,-0.4393800663516694f,0.7129357611426584f,-0.5465050391137679f,1.3774407464423706f,0.8919683759479755f,0.4183675500256587f,-0.1713505453573428f,-0.10003507714930016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.007153685072205801f,-0.30904141668902496f,-0.9510216756524156f,0.19126017533322018f,-0.14349265987367657f,0.9408862444682642f,-0.3068272014225326f,1.5519392472712794f,0.989625525818865f,0.13865957500744908f,-0.037614371010141034f,-0.07427149665421684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02785169343131797f,-0.5382041041377968f,-0.8423542161479572f,0.20413938034662343f,-0.533345746511933f,0.7047107134717462f,-0.4678943523871296f,1.4300113501207814f,0.8454387014152099f,0.4622976882998378f,-0.26742148294777895f,-0.44946257335980694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01851538006831934f,-0.04950578134346903f,-0.9986022022379575f,0.18861578258073577f,-0.3576886770563279f,0.9323440173047173f,-0.052853038718649215f,1.6044955218734243f,0.9336573199020181f,0.3581672947236719f,-0.00044495360056473823f,-0.382308986559122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.24625178308779003f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2756258917418766f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.2369053432171826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.2659994185383194f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1532449254802977f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.33914644303029734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.32331062789684617f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2459635882396203f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.09592641662065715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.3762730874656321f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1197959449352f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.18017020665549205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9602340002097289f,0.17244534343623685f,-0.21957519980266635f,0.14718113670716593f,0.1032698148441908f,0.950050167644267f,0.29451659427126825f,2.3635500930963644f,0.25939547062982615f,0.26012935721724806f,-0.930078871564381f,-0.20315540974911855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975388321299305f,0.020108562965645504f,-0.21957519980266635f,0.03503366293163366f,-0.046622197679786634f,0.9545084318026531f,0.29451659427126825f,2.367798861509036f,0.21550868510672846f,0.2975051248518193f,-0.930078871564381f,-0.17533396626137346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9285856263734638f,0.33733551676890716f,-0.15470450419705573f,0.0010322340691897164f,0.15226468639349422f,0.7264636358447555f,0.6701239072535089f,2.3769291451428334f,0.3384437911531149f,0.5987113953496067f,-0.7259479769986508f,-0.22287535058840097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873798183883469f,0.033876402119156546f,-0.15470450419705573f,0.03066034382533052f,-0.07967728707527195f,0.7379603504603857f,0.6701239072535089f,2.3851623997812292f,0.13686717708683965f,0.6739932570344053f,-0.7259479769986508f,-0.22158917200927541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.18791956107550467f,-0.15470450419705573f,0.09336022853533962f,0.03674610519067394f,0.7413391077507017f,0.6701239072535089f,2.485407847322961f,0.2406178896237415f,0.6442845379834776f,-0.7259479769986508f,-0.18546135397719035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.10504273742285246f,-0.21957519980266635f,0.06972561261519786f,0.03674610519067394f,0.9549396313129794f,0.29451659427126825f,2.270546430277541f,0.2406178896237415f,0.2775902085134571f,-0.930078871564381f,-0.2479191508927181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500918732603623f,-0.1986344113455168f,-0.24056143288988824f,-0.2381472510600342f,-0.20609953994878433f,0.9785125377082797f,0.006016076844744325f,2.3577035821993273f,0.23419737828915932f,0.055295426367127726f,-0.9706152707563187f,-0.13887833467447758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9694679335908702f,-0.047561778194389864f,-0.24056143288988824f,-0.1269583737712673f,-0.050489027237882594f,0.9987064958975538f,0.006016076844744325f,2.37358350902518f,0.2399641303770646f,0.01797810632455979f,-0.9706152707563187f,-0.16633743364493023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9291643571859654f,-0.2806845103334995f,-0.24056143288988824f,-0.10509841842332916f,-0.29059825598798783f,0.9568262435971007f,0.006016076844744325f,2.3703971588339128f,0.22848687260307193f,0.07549665703000111f,-0.9706152707563187f,-0.17177504797887877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9704241003617717f,0.020180744362148034f,-0.24056143288988824f,-0.13379280516126396f,0.019300204954064343f,0.9997956335712461f,0.006016076844744325f,2.378915795273994f,0.24063367911781935f,0.0011952610009500625f,-0.9706152707563187f,-0.16461050836104285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.20231335582804333f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.4807879576540857f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.17919273039938732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.17264137078251968f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.25792417346807f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.18792811829845196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.019564922981227105f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,1.7522102203239107f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.19680568687578698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008462056807950051f,-0.05217312794993903f,-0.9986022022379575f,3.1835033723501876e-17f,-0.16818007872686333f,0.984338365308206f,-0.052853038718649215f,1.3830833333333334f,0.9857199676956965f,0.16839224240530876f,-0.00044495360056473823f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.5413690162004265f,-0.8406489152793593f,0.31564764254077343f,-0.19772101744743054f,0.8225234867622213f,-0.5332555794214167f,0.8315782158958489f,0.9801415253532184f,0.17428339571714863f,-0.09459327806755605f,-0.4816836515121816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.6854998388124771f,-0.7279155043342935f,0.05430082899351658f,-0.19772101744743054f,0.7115721442080881f,-0.6742191652917148f,1.1028650958751824f,0.9801415253532184f,0.1541267484091312f,-0.12476993108555673f,-0.42292282868120035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.05096508213242293f,-0.9963850329419082f,0.3204960664152695f,0.17927560202065146f,0.9818148572597484f,-0.06244873564895259f,1.228820010739137f,0.9814483338350242f,-0.18287194007625981f,-0.05759358944535059f,-0.16624209343044105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.9973121846698473f,-0.027367494888436372f,0.007592916508638571f,0.17927560202065146f,0.014776078834604467f,-0.9836879210473242f,1.121515329208003f,0.9814483338350242f,-0.07176401468235936f,0.17778946596782633f,-0.1683102387373087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09234248010305242f,-0.7714438799408558f,-0.6295611221082636f,0.014846334095451453f,-0.037949321306828196f,0.6345298757558807f,-0.771966116993212f,1.2740002117495137f,0.9950038770682094f,-0.0473938484935025f,-0.08786983409684146f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09234248010305175f,-0.7256487175372867f,-0.6818407476125997f,0.0197266331284138f,-0.22086972379569253f,0.6527804103963305f,-0.7246339082000048f,1.2367589730818078f,0.9709219492208588f,0.21751246984779893f,-0.09999446975647391f,-0.279216745262769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7074632189328997f,-0.7067501636767411f,0.014846334095451453f,-0.13052619222005157f,0.7007038180524043f,-0.7014107730219983f,1.2740002117495137f,0.9914448613738104f,0.09224940771562298f,-0.09234248010305232f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.006881968894602108f,-0.14800831896511837f,-0.9889621711780757f,0.018981536081610354f,-0.04388919020290555f,0.9880772720243595f,-0.14757046958058118f,1.2983977410983145f,0.9990127013644355f,0.04238917345289763f,-0.013295882314207344f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006881968894601428f,-0.14800831896511843f,-0.9889621711780756f,0.018981536081610354f,-0.2161698111005333f,0.965380480813342f,-0.14598335532984724f,1.2983977410983145f,0.9763315273373555f,0.21478841863964748f,-0.02535121191158434f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.07896173766228023f,-0.9968776474499532f,0.018981536081610354f,-0.13052619222005157f,0.9883492209826691f,-0.07828620905041456f,1.2983977410983145f,0.9914448613738104f,0.13011864343092538f,-0.010306574948136416f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03953268802834797f,-0.45092285441234103f,-0.8916870224164306f,0.018710338623580163f,0.04803346267756872f,0.8904953566270359f,-0.452449783168133f,1.2971697604714187f,0.9980631007308385f,-0.06071737143779149f,-0.013544289026351158f,-0.07584165310930097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02831528716822956f,-0.42126328387396017f,-0.9064962714607865f,0.008745109740787491f,-0.2557373841551118f,0.8736258831732494f,-0.4139760942316121f,1.33793586789531f,0.9663315346495122f,0.24354683719869383f,-0.08299580249887015f,-0.46131841547483876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3011866312872495f,-0.9535652117888103f,0.04847070820839786f,-0.13052619222005157f,0.9454073292128452f,-0.2986099379042319f,1.1658128887136192f,0.9914448613738104f,0.12446523612830034f,-0.03931274412950965f,-0.2806770607093546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21693184093268963f,-0.9761867528242505f,3.1835033723501876e-17f,-0.13052619222005157f,0.9678353398287891f,-0.2150759589610759f,1.3830833333333334f,0.9914448613738104f,0.127417939741806f,-0.02831528716823023f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.47103395866894177f,-0.021166778850284475f,0.8818610872772247f,0.8481088799041905f,0.11513912215323305f,0.9896840947391067f,0.08525476626099973f,1.860815081491317f,-0.8745684606309836f,0.14169460149750931f,-0.4637376926410161f,-0.6521118526442918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.47103395866894177f,-0.021166778850284475f,0.8818610872772247f,0.8039494462789771f,0.11513912215323305f,0.9896840947391067f,0.08525476626099973f,1.8716093741931825f,-0.8745684606309836f,0.14169460149750931f,-0.4637376926410161f,-0.7341026458284465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.47103395866894177f,-0.021166778850284475f,0.8818610872772247f,0.6937500000000001f,0.11513912215323305f,0.9896840947391067f,0.08525476626099973f,1.8534240129030997f,-0.8745684606309836f,0.14169460149750931f,-0.4637376926410161f,-0.6235465953402167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3896598717712031f,-0.7309698269877654f,-0.5602216493181299f,-0.9379934152603148f,-0.14157524896722304f,0.6486156150018105f,-0.7478330247158732f,2.5369644908663584f,0.9100118863021068f,-0.21208700103801548f,-0.3562267126137265f,-0.6911654611576511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15079521281193664f,-0.7309698269877654f,-0.6655403187084002f,-0.9257565847396849f,0.45663507310595175f,0.6486156150018105f,-0.6089188730737002f,2.5208242477318454f,0.8767811664278179f,-0.21208700103801548f,0.4315945900821464f,-0.7827013286106238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6401027371112704f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7431110450885601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.546842559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.23111368712373653f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..bff04155e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3038138192669071f,-0.07304147672527933f,-0.7545240555109493f,-0.13416001704593605f,-0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.1230016556171962f,0.7482417881073452f,0.10145079340080124f,-0.3111051389686696f,-0.29008696635719045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.30234037453030865f,0.047787418565997004f,-0.7391256053984809f,-0.13416001704593605f,0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.1230016556171962f,0.7152086314156444f,-0.18868057874143315f,-0.30475605449992127f,-0.29008696635719045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8066280678495534f,0.12275938848217623f,0.035010529005184685f,-0.20678048851054998f,0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.1230016556171962f,-0.038984232773241874f,-0.0236104498759282f,-0.8153939052361027f,-0.24370307301185573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7760376944078955f,-0.19128324362880314f,0.03429602841324214f,-0.20678048851054998f,-0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.1230016556171962f,-0.026430765797534478f,-0.03598220218730208f,-0.7987532132925088f,-0.24370307301185573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.18312733908867843f,1.232492962661229f,0.9427787251889204f,-0.4857679664044515f,1.5481467485670684f,-0.20960728669700215f,-0.02669607208442568f,0.8169056005257591f,0.10541476452336418f,0.9372471031451983f,-1.2457374703630046f,0.3411486880132557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3657041480285787f,-0.6069374660923804f,-0.7056113578791459f,-0.41875106776401694f,-0.8571778917018342f,0.5150189062249672f,0.001260241420396574f,1.041925024860044f,0.36263830202047154f,0.6052953316226711f,-0.7085979278995319f,0.25628136540666785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.46598320299200047f,-0.6069374660923804f,-0.6438063115430578f,-0.2529741463966489f,-0.8475762570740072f,0.5150189062249672f,0.12794535816220723f,1.357232453091401f,0.2539175909103841f,0.6052953316226711f,-0.7544159453127086f,0.15835530497908626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.23189462996109228f,0.9727008538197999f,0.008827772847140009f,0.4688675597947598f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.1902113637244123f,-0.9017108652643571f,0.2183569108677128f,-0.37314578242359114f,0.02519204297528424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6027020200399882f,0.7920612643687207f,0.0968980315916747f,0.2500495227526066f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.357232453091401f,-0.6143379764525458f,-0.3830781414481491f,-0.6898115599443249f,-0.16293421228006796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8812408267349885f,-0.056357691875322774f,-0.46929565932567513f,-0.016225955756841753f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0340682292099441f,0.3702704974768419f,-0.699440315906226f,-0.6112961665046255f,0.3253556499969077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8580664200153885f,-0.013062506462420645f,-0.5133725642911726f,-0.02188375424536544f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.2082940330960814f,0.486101764720066f,-0.343045886529677f,-0.8037565514949819f,0.25601106782574967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.2892209118982762f,-0.45398589400749256f,0.24924295502778532f,0f,0.8433914458128857f,-0.5372996083468239f,1.0212451127205164f,0.5382861022142897f,-0.45281578290777347f,-0.7107784035214966f,0.0999515554433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.023479710005861992f,-0.5377737731194162f,0.24147942331968986f,0f,0.9990482215818578f,-0.04361938736533605f,1.2082940330960814f,0.5382861022142897f,-0.03676076947192297f,-0.8419600453648495f,0.08779666088378416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,0.3038583493985839f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.8894227088205309f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.010178517813422366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,0.3225280006005882f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.7677929746318701f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.11351275408190806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,-0.2756780182825773f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.9002110700629573f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,0.08562054166332236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,-0.33099173316752967f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.7799585734797125f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.005484027437919307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9703992854651668f,0.1789427999541302f,-0.16218724090775438f,0.20579658174655024f,0.17440777931881873f,0.9837816879451314f,0.041898889924510324f,1.998809195058766f,0.1670543423014562f,0.012371936323960761f,-0.9858700634007627f,-0.011585863640588008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9864448811594234f,0.0249358240509769f,-0.16218724090775438f,0.09242420414883411f,0.018363168072215066f,0.9989530905310047f,0.041898889924510324f,2.0109911894406824f,0.1630622288965868f,0.038352673928337425f,-0.9858700634007627f,0.007582955721069047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9511107305730696f,0.26283773906250973f,-0.16218724090775438f,0.07028278050461403f,0.25948632877776523f,0.9648374620631869f,0.041898889924510324f,2.007086195350024f,0.1674969353934558f,-0.002234887911446555f,-0.9858700634007627f,0.011059520859118224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9857813861631656f,-0.04393583481576527f,-0.16218724090775438f,0.09924503622579518f,-0.05136500871351807f,0.9978006408611663f,0.041898889924510324f,2.0165423989883555f,0.1599896702105746f,0.049633894830929955f,-0.9858700634007627f,0.0066967715778383854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9805178603045718f,0.11081527200920677f,-0.16218724090775438f,0.15379093918193754f,0.1053577892490066f,0.9935513168768163f,0.041898889924510324f,2.1214181466651496f,0.16578438366838538f,0.02399492075148059f,-0.9858700634007627f,-0.029517404530179675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9805178603045718f,0.11081527200920677f,-0.16218724090775438f,0.12885750297986606f,0.1053577892490066f,0.9935513168768163f,0.041898889924510324f,1.8978691003678665f,0.16578438366838538f,0.02399492075148059f,-0.9858700634007627f,-0.0349162616992628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9782009300566705f,-0.1296851545975668f,-0.16218724090775438f,-0.17938700980285205f,-0.1381336053161873f,0.9895269526927731f,0.041898889924510324f,2.0059795815297945f,0.15505498224377243f,0.06338904141537122f,-0.9858700634007627f,0.05208611253573444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9864448811594234f,0.0249358240509769f,-0.16218724090775438f,-0.06551205651858003f,0.018363168072215066f,0.9989530905310047f,0.041898889924510324f,2.013931252443416f,0.1630622288965868f,0.03835267392833742f,-0.9858700634007627f,0.0336902823237997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9631757742185738f,-0.21444749204684355f,-0.16218724090775438f,-0.0435860626841159f,-0.223850921775049f,0.973722366921678f,0.041898889924510324f,2.0092059211913766f,0.1489402322373371f,0.07666175911929182f,-0.9858700634007627f,0.029882374245925377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9823025158517653f,0.09368599808948297f,-0.16218724090775438f,-0.07204954315246682f,0.08800188134895959f,0.9952387411581894f,0.041898889924510324f,2.0197311338189174f,0.16534036479437275f,0.026884602653563343f,-0.9858700634007627f,0.035012267400061185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9848644608369473f,-0.06113340058494312f,-0.16218724090775438f,-0.13150873244160194f,-0.06877120790159005f,0.9967522279818842f,0.041898889924510324f,2.126729143681844f,0.15909907210321939f,0.05241854009862193f,-0.9858700634007627f,0.017643467047073813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9848644608369473f,-0.06113340058494312f,-0.16218724090775438f,-0.11775371730998975f,-0.06877120790159005f,0.9967522279818842f,0.041898889924510324f,1.9024598923859202f,0.15909907210321939f,0.05241854009862193f,-0.9858700634007627f,0.005849295524883898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,-0.002159365712820176f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.3868916971696124f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.0033807889941885536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.023479710005861992f,-0.5377737731194162f,0.006645525539378071f,0f,0.9990482215818578f,-0.04361938736533605f,1.0122486140764158f,0.5382861022142897f,-0.03676076947192297f,-0.8419600453648495f,0.01040449955778256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8086647165104588f,-0.471582667750682f,-0.3516691111658927f,0.3020535810784924f,-0.1205904774487396f,0.7179954283654141f,-0.6855220649950302f,0.8415865304932564f,0.5757771383267526f,-0.5119495603314016f,-0.637485948595528f,0.24205624661935793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8086647165104588f,-0.5427514924147498f,0.22689687911608852f,0.15266952216986585f,-0.1205904774487396f,-0.22456824242232687f,-0.9669679628839996f,0.7201048201573612f,0.5757771383267526f,-0.8093144765645234f,0.1161497524893923f,0.006806970323234886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8657290563330265f,-0.21849808383856198f,-0.4503018858272795f,0.10379357940775065f,0.1604299972043605f,0.7310726559470679f,-0.6631704062482804f,0.7580989221206772f,0.47410485867341234f,-0.6463678202737022f,-0.5978571935645558f,0.4278856634459509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8657290563330265f,-0.47808746040866235f,-0.14814041049194923f,-0.06794867141057644f,0.1604299972043605f,0.015300758850044116f,-0.9869286209121823f,0.7239485467718556f,0.47410485867341234f,-0.878178949291435f,0.06345325841637361f,0.1258353691030136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8877658999198488f,-0.2865997294028699f,-0.360183705969194f,0.01810545631381403f,0.08733907014591599f,0.6634061012624319f,-0.7431448254773941f,0.9066986808831695f,0.45193317400424127f,-0.6911967447217774f,-0.5639179606294434f,0.028346623768774074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7833385421406467f,-0.5518024430872464f,-0.28617266151733045f,0.021778333718955534f,-0.08733907014591599f,0.5535241088644075f,-0.8282408754293102f,0.8695169428231407f,0.6154288059743492f,-0.6237989457419832f,-0.48179068076103043f,0.03409702697031842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.40002453148694517f,-0.360183705969194f,0.01810545631381403f,0f,0.6691306063588582f,-0.7431448254773941f,0.9066986808831695f,0.5382861022142897f,-0.6262943444120159f,-0.5639179606294434f,0.028346623768774074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8536627336257409f,-0.08779824194083802f,-0.5133725800339608f,0.0180244026541066f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9316605409052624f,0.5141504501868409f,-0.29937384381221155f,-0.8037565652694667f,0.028219722929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8254476738168383f,-0.234701367400459f,-0.5133725800339608f,0.0180244026541066f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9316605409052624f,0.5583250719778529f,-0.205544393713755f,-0.8037565652694667f,0.028219722929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.16186575272838688f,-0.5133725800339608f,0.0180244026541066f,0f,0.9537169507482269f,-0.30070579950427306f,0.9316605409052624f,0.5382861022142897f,-0.2534234715829945f,-0.8037565652694667f,0.028219722929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8624397255500367f,-0.14569535175230588f,-0.4847376447842166f,-0.14512544988726997f,0.1205904774487396f,0.8709564936743581f,-0.476332575912201f,0.9440062535514576f,0.49158484165183797f,-0.4692628800621669f,-0.7335780073406629f,0.13272451377980363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8086647165104588f,-0.4033515670913453f,-0.42821593804529884f,0.1745507347469316f,-0.12059047744873963f,0.8261271218184393f,-0.5504288467592033f,0.9440661822739177f,0.5757771383267526f,-0.39347362290366744f,-0.7167002128221522f,-0.0866551154311175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.24855286122114f,-0.4774656040133546f,0.0394425201954673f,0f,0.8870108331782217f,-0.46174861323503386f,0.8060706669545094f,0.5382861022142897f,-0.389144262457076f,-0.7475391729934195f,0.07626643836920706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.20599317318978994f,-0.4973115124710607f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0125f,0.5382861022142897f,-0.3225111191973502f,-0.7786107179823688f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9243266821735152f,-0.09876589855709673f,-0.3685993514702788f,0.16050061284999922f,0f,0.9659258262890683f,-0.2588190451025207f,1.090625f,0.38160212869178395f,0.23923334924293044f,0.8928310142394857f,0.33026161962359213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9243266821735152f,-0.09876589855709673f,-0.3685993514702788f,0.2471562393037663f,0f,0.9659258262890683f,-0.2588190451025207f,1.090625f,0.38160212869178395f,0.23923334924293044f,0.8928310142394857f,0.3660368191884469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9243266821735152f,-0.09876589855709673f,-0.3685993514702788f,0.2591183287974246f,0f,0.9659258262890683f,-0.2588190451025207f,1.129447856765378f,0.38160212869178395f,0.23923334924293044f,0.8928310142394857f,0.21422456727009662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3340320234665572f,-0.40727835430788034f,-0.8500276168520067f,0.24765638081863942f,-0.5247476557561677f,0.8294993993759021f,-0.19123452672941688f,1.8490068767079975f,0.7829830809648726f,0.382171543350996f,-0.4907977245011165f,-0.6184172308400105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8104552225318902f,-0.40727835430788034f,-0.4210542416162659f,0.21760525660897914f,0.13533585792329858f,0.8294993993759021f,-0.5418624843954251f,1.8735696232920023f,0.5699531014311168f,0.382171543350996f,0.7273914858051124f,-0.703755756219733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.320545324903043f,-0.40727835430788034f,-0.8552046753819036f,0.36091152002109483f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9352741999109646f,0.9102776040503725f,0.382171543350996f,0.1591841544156677f,-0.6849641166922219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013168158878252764f,0f,-0.000008410720347098278f,0.3639890593232817f,0f,0.000015625f,0f,1.1786225f,0.000008410720347098278f,0f,-0.000013168158878252764f,0.5832840705858533f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9.mcfunction new file mode 100644 index 000000000..329035a3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90.mcfunction new file mode 100644 index 000000000..5c17743e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..3d7c26406 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4915367494392229f,0.04345032897438215f,-0.6507289276704894f,-0.32820822817511774f,-0.22750904548983517f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6112083954065677f,0.25356649583099383f,0.4786154761611496f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46114135181714516f,-0.1449405068950209f,-0.6374487454731326f,-0.32820822817511774f,0.08465845497815566f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6482141618670234f,0.00035810839280273066f,0.46884781338235065f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4793765303086856f,0.04130615425034118f,-0.6598760400671457f,-0.32736814600231134f,0.000597430994970654f,0.815098083679326f,0.05058855110537283f,1.4730032714418146f,0.6611673235345623f,0.02921232698334195f,-0.47848600260279944f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4493322569189815f,-0.14232249358545404f,-0.6464091821065918f,-0.32736814600231134f,-0.30501803569789754f,0.7379079805168244f,0.049556131695059104f,1.4730032714418146f,0.5874219274006468f,0.27429203435244043f,-0.46872098214151786f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0795068532226964f,-0.022949826800120587f,1.5603070902038705f,-0.009991672359202432f,1.4982939820549486f,0.43551507762415176f,0.08275270690408554f,1.6028111205009985f,-0.4361193112309396f,1.500402003668308f,-0.00015414142023080138f,0.6328287809063975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077608f,-0.9985965377304771f,0.050884386062525475f,-0.0066566919579434235f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9602572823477171f,0.00009865050894722447f,0.27911635918780114f,0.44734833822008196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529517828f,-0.9985965377304771f,0.052932734301930566f,-0.009489168883566844f,-0.031231264323489855f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9995106440937641f,0.00009865050894722447f,-0.031280387007609906f,0.09256110214762969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205554f,-0.02464542299793764f,-0.18181897260757546f,0.2592241052503306f,0.14996358213287792f,0.4630405608006315f,-0.8735584485810394f,1.4693618060851548f,0.10571877651910822f,-0.8859943804441931f,-0.4514836631735565f,-0.6234375024476108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.771623810653274f,-0.02464542299793764f,-0.6356015245090065f,0.010348823986923208f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624726f,1.6514382189802754f,0.31134734864887476f,-0.8859943804441931f,-0.34362302936594136f,-0.49666762286927635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09634630860730507f,-0.5661079844582012f,-0.8186813413962841f,0.25530160772011434f,-0.41334801795836984f,0.725473853320664f,-0.5503009214947349f,1.3681661595115062f,0.9054616528973678f,0.3914197722148695f,-0.16410288556764158f,-0.08293070900655529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008057601746366709f,-0.3090174744618341f,-0.9510222266231881f,0.19141694234212556f,-0.1500850326982065f,0.9399061793334414f,-0.306677121759662f,1.5424818361255286f,0.9886402571279784f,0.1452052840913237f,-0.03880550808690354f,-0.055947252664975244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216372f,-0.5389262769590848f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737128f,0.7215171545786531f,-0.47772306435819073f,1.4218707582662886f,0.8649249761909991f,0.4347084812282175f,-0.250865146860332f,-0.4280960036887405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176225f,-0.049693942535064546f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172356f,0.9376230857117756f,-0.052961732418614876f,1.5973440760096302f,0.9389390443753136f,0.3440835090725065f,0.0000986505089471991f,-0.3635797291719646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.24729899058665517f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2670939014947167f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.20875022790726117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.26665119194948866f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.14634981936703f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.3129935559122453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.3221272423491641f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2363115092000867f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.06746165947675588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.37546775157388207f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.1116377599709577f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.15366814895869685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565456f,0.18377148459434325f,-0.21562452450109842f,0.14929941748692077f,0.10005660647118605f,0.9317369381437393f,0.3490772888630818f,2.3519489442994046f,0.2650557858598901f,0.31320012699314215f,-0.911949072500036f,-0.16968162357859237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872196f,0.03148396937472703f,-0.21562452450109842f,0.03719973178616751f,-0.046931025865632074f,0.9359180120134453f,0.3490772888630818f,2.355974797557998f,0.21279721498439047f,0.3508079737708529f,-0.911949072500036f,-0.14163534759883695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993646f,0.3479678935195919f,-0.1433432323824175f,0.002971935878464338f,0.14244683541752048f,0.6768002698429467f,0.7222536215347404f,2.3691660360649975f,0.3483358096289205f,0.6487370344138312f,-0.6766109841778453f,-0.1901528149443611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.988665847899247f,0.04463808830834251f,-0.1433432323824175f,0.032723801149717124f,-0.07366779412956462f,0.6876937998033978f,0.7222536215347404f,2.3768211660856897f,0.13081627309225402f,0.7246272688659603f,-0.6766109841778453f,-0.18828436043661628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.198749932388271f,-0.1433432323824175f,0.09694327813764386f,0.03481819034459425f,0.6907513299307351f,0.7222536215347404f,2.4732560123750083f,0.2425623868519388f,0.6952417310364636f,-0.6766109841778453f,-0.14513550497320152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1164254367733153f,-0.21562452450109842f,0.07074755486364796f,0.03481819034459425f,0.9364468698335895f,0.3490772888630818f,2.2625554666624508f,0.2425623868519388f,0.33092654419223416f,-0.911949072500036f,-0.2195939774164541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468135f,-0.24189639660692075f,-0.2367924574969703f,-0.2079312037545899f,0.9778897776932812f,0.022275484016108058f,2.3485599126776777f,0.23217018581840768f,0.07146375792393367f,-0.9700463577172153f,-0.10871411006854435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765235f,-0.24189639660692075f,-0.125609190159578f,-0.052395561352561626f,0.9983779384393456f,0.022275484016108058f,2.3646561326590816f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.13606979305201616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989924f,-0.24189639660692075f,-0.10376345209645364f,-0.2923686726483572f,0.9560462133525166f,0.022275484016108058f,2.361513786998257f,0.22505823126587385f,0.09142678173839983f,-0.9700463577172153f,-0.1415895319249393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072707f,-0.24189639660692075f,-0.13243016236629798f,0.01737539605095964f,0.9996008695594057f,0.022275484016108058f,2.369973643182257f,0.24229552668944562f,0.01740521835107775f,-0.9700463577172153f,-0.13424676809577843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.20075985153788733f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.472209329176513f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.1470749643153537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.17156148042819003f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.2494565763243104f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.15947118233964336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.019544804059382914f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,1.7436412191677126f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.17677918830002765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009408235684618139f,-0.052119477491687854f,-0.9985965377304771f,2.9723198354305554e-17f,-0.17555916762912496f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9844239248223661f,0.17581105342214862f,0.0000986505089471991f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.5145732610570259f,-0.8573303798412055f,0.3022548985130247f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9801128092285898f,0.17684863572396015f,-0.09001911590665569f,-0.46582086395800065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.6621927365262531f,-0.7492007747495996f,0.049793917712390695f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9801128092285898f,0.157482608079986f,-0.12073984155351289f,-0.405780619627506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.030946885181375977f,-0.9975657656854708f,0.31893114546891044f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9824216154349492f,-0.17807302834776031f,-0.056015766541592835f,-0.1490843513552897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.9969186679775301f,-0.04741662164237492f,0.0038696435165699685f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9824216154349492f,-0.06981453740534631f,0.1731291422408775f,-0.15107705210692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433922f,-0.7619828717179f,-0.6411796310087414f,0.013189000610179673f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9951838895111635f,-0.04588781204014277f,-0.08662179150537508f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339154f,-0.7154002896437913f,-0.6927709878376427f,0.017503503344490762f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9707419367779047f,0.21892777862178822f,-0.09864441154171746f,-0.2620088659445238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106552f,-0.7173160805192893f,0.013189000610179673f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914448613738104f,0.0936285366083945f,-0.09094385074339208f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0055737608411753565f,-0.13316686926878235f,-0.9910779576396784f,0.01769403757905334f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990249346080613f,0.042665326247807736f,-0.011351209958720559f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0055737608411746764f,-0.1331668692687824f,-0.9910779576396784f,0.01769403757905334f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9763192940937298f,0.21506457143455757f,-0.023406539556097557f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158574f,-0.9979529927660075f,0.01769403757905334f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914448613738104f,0.13025900416035158f,-0.008347376271581192f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767562f,-0.4377054793330529f,-0.8983629002450623f,0.017788073344995128f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.99813812026352f,-0.05984461591643309f,-0.011786213243503488f,-0.05863305513672418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483438f,-0.4077033230547462f,-0.912732885747461f,0.0076750352540196215f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9662778019104284f,0.2443609966799355f,-0.08120906868533337f,-0.44409009787630005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2868032327110904f,-0.9579895123154889f,0.045182988817939765f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914448613738104f,0.12504272322928484f,-0.03743533388218028f,-0.2635245971055738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203802f,-0.9793406217655515f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914448613738104f,0.1278296022454751f,-0.026394689716484107f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.05336765805751662f,-0.02445450873046849f,0.9982754479983005f,0.8409897082282991f,0.13034018340628753f,0.9913181068364139f,0.017316109490405147f,1.8386227281777154f,-0.9900319841616589f,0.12919128477192188f,0.056091730904910396f,-0.5519026766906362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.05336765805751662f,-0.02445450873046849f,0.9982754479983005f,0.8459929261711913f,0.13034018340628753f,0.9913181068364139f,0.017316109490405147f,1.8508421203720549f,-0.9900319841616589f,0.12919128477192188f,0.056091730904910396f,-0.6447181752057917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.05336765805751662f,-0.02445450873046849f,0.9982754479983005f,0.6937500000000001f,0.13034018340628753f,0.9913181068364139f,0.017316109490405147f,1.8421350078513243f,-0.9900319841616589f,0.12919128477192188f,0.056091730904910396f,-0.6067241855839505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.37691583556050434f,-0.7309698269877654f,-0.5688739446812474f,-0.9379934152603148f,-0.12465983634205549f,0.6486156150018105f,-0.7508380046181699f,2.52782607081258f,0.9178204498195162f,-0.21208700103801548f,-0.3355960754892734f,-0.6659068374171017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1357348806630246f,-0.7309698269877654f,-0.6687743671858772f,-0.9257565847396849f,0.44277482901901155f,0.6486156150018105f,-0.619070460257157f,2.511685827678067f,0.8862993246971249f,-0.21208700103801548f,0.4116948032610094f,-0.7574427048700744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.630964317057492f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.7178524213480106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91.mcfunction new file mode 100644 index 000000000..5567ec025 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..776abed23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.445196127589345f,0.03532709198454951f,-0.683737412312513f,-0.334054366574778f,-0.24075151072649256f,0.7715692477608956f,-0.11689332930942448f,1.4792718523382264f,0.6409239912086359f,0.2652872724539291f,0.4310261535122801f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41615675074207736f,-0.1349203640364423f,-0.6697835875714413f,-0.334054366574778f,0.07135481618851776f,0.7885407187526364f,-0.11450775116025255f,1.4792718523382264f,0.6795013237797991f,-0.00017388889951644448f,0.4222297013997846f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4314033170244931f,0.03289504734216534f,-0.6926424318254447f,-0.3332290003387774f,-0.0081183463419283f,0.8154517182471175f,0.04378392518882423f,1.464379399765433f,0.6933755944344895f,0.03001425515692091f,-0.43043451763820945f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40276220520599426f,-0.13195086478256485f,-0.6785068719922724f,-0.3332290003387774f,-0.3130385990105755f,0.7349607140536308f,0.04289037569517476f,1.464379399765433f,0.6162705912073858f,0.2870918286557637f,-0.4216501397272256f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0807350428049154f,-0.018740002033587853f,1.5603002644321602f,-0.008661897493417706f,1.5169839995868275f,0.36509849358080315f,0.08287873661307119f,1.5743960842585054f,-0.36557851121317186f,1.5191307225873651f,-0.0006706939328505219f,0.6522045664815722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.011993601301496657f,-0.9985921692365826f,0.051670427395145636f,-0.005847339773687137f,0.23366303589171378f,-0.053042391432365436f,-0.9708697597355697f,1.529291490549173f,0.9722436624559136f,0.0004292441170238503f,0.23397024717642978f,0.46440882754420093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0035561505607696765f,-0.9985921692365826f,0.05292478939556979f,-0.009250794802672942f,-0.058870784221350225f,-0.053042391432365436f,-0.9968554235576482f,1.543382904753921f,0.99825927722128f,0.0004292441170238503f,-0.058976530850293626f,0.11211225267499231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9805708582245645f,-0.02534631874124065f,-0.19452083725659958f,0.2561247038305157f,0.1600428712607443f,0.4700376477272755f,-0.8680154889618195f,1.4610892791691885f,0.11343311403359235f,-0.8822823662780965f,-0.4568487220025519f,-0.606153357628521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.763321023609423f,-0.02534631874124065f,-0.6455219431143532f,0.010137036062883673f,0.5607989087633385f,0.4700376477272755f,-0.6815931291091911f,1.6449407654914427f,0.32069549240005185f,-0.8822823662780965f,-0.3445754305068938f,-0.4763457060499678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08541030541153671f,-0.5692964280384418f,-0.8176837143738276f,0.255420981750773f,-0.3870545174291925f,0.7372675577695504f,-0.5537376172865422f,1.358442972380991f,0.9180925227160728f,0.36378307448697184f,-0.15737850694946703f,-0.06517653989256837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008849818238855226f,-0.30897324118128194f,-0.9510295562973176f,0.1915445643024244f,-0.15861966639849892f,0.9385913604803485f,-0.3064083214654542f,1.5325138004618972f,0.9873000973102191f,0.15356364890683494f,-0.04070286950142695f,-0.03663774865692074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02516721421274786f,-0.5397339153107195f,-0.8414593941433721f,0.2039749303594114f,-0.4666511975217661f,0.7380488621738563f,-0.4873607871950487f,1.4133407902876673f,0.8840832942547162f,0.4049335472731756f,-0.2332928441090544f,-0.40555427494815494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01786703894615449f,-0.049944453732851196f,-0.9985921692365827f,0.18836914422677317f,-0.3287289407599158f,0.9429336075344856f,-0.053042391432365776f,1.589809326753931f,0.944255289858712f,0.32921385651780766f,0.0004292441170238165f,-0.3438239940753346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.24844056501397177f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.257942380119129f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.17906291704277955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.26739586124076253f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.138958271926912f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.28538220618006316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3208769930183029f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.225996004777528f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.03759490928589797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3746005339871217f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.102933635903404f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.12585445275209028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9578267761092729f,0.19548512144707747f,-0.2106025504616171f,0.15152513708971443f,0.09644032299195825f,0.9091098718035352f,0.4052388247571628f,2.3392435109531893f,0.27067901852438314f,0.36783801908201547f,-0.889622425891173f,-0.13464787164046954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9766149494698565f,0.04324125589123978f,-0.2106025504616171f,0.03946949113444802f,-0.046963133875992547f,0.9130038110358462f,0.4052388247571628f,2.3430347506764444f,0.20980396690371522f,0.40565285013539515f,-0.889622425891173f,-0.10639368016541946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9244653491007324f,0.3582731232471422f,-0.13040010533277596f,0.005084309444514712f,0.13149968554362132f,0.6206535488784856f,0.7729793043584479f,2.360679771031219f,0.3578709977268202f,0.6974450096052588f,-0.6208855027802879f,-0.15561304550699606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9899312780624825f,0.05506248489471646f,-0.13040010533277596f,0.03495663749345282f,-0.06672886139554945f,0.6309122396105368f,0.7729793043584479f,2.3676773695442375f,0.12483318377111702f,0.773897841234123f,-0.6208855027802879f,-0.1531751658981507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.2092439442450038f,-0.13040010533277596f,0.1007099206659422f,0.0327891003092351f,0.6335833567372495f,0.7729793043584479f,2.459542930402347f,0.24436057491935198f,0.7448416622761868f,-0.6208855027802879f,-0.10294699639623288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.12819431115719354f,-0.2106025504616171f,0.0718662006555737f,0.0327891003092351f,0.9136226627061876f,0.4052388247571628f,2.2539778312934553f,0.24436057491935198f,0.3858235980037876f,-0.889622425891173f,-0.18975730594708495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503604972402423f,-0.1942741972744073f,-0.24304827001783844f,-0.2353447654688594f,-0.20978865559304674f,0.9769522335566547f,0.03940879766150358f,2.3387465288166958f,0.22979043772476998f,0.08844133435248472f,-0.9692133331254842f,-0.07702905246397981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690511626081272f,-0.043213223545266674f,-0.24304827001783844f,-0.12416007190109613f,-0.0543768090920872f,0.9977425065114933f,0.03940879766150358f,2.3550645553519343f,0.24079660894788354f,0.05140533056979051f,-0.9692133331254842f,-0.10424718155541136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9298119766664085f,-0.2763643003158015f,-0.24304827001783844f,-0.10232821013713228f,-0.2941373439662023f,0.9549503492597837f,0.03940879766150358f,2.351969208662161f,0.22120784554851253f,0.10813234465031647f,-0.9692133331254842f,-0.1098477856111613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9697050047739894f,0.024489633676588463f,-0.24304827001783844f,-0.1309669750748217f,0.015354649040759033f,0.999105190367716f,0.03940879766150358f,2.3603650407626855f,0.24379589510308142f,0.034482987438397936f,-0.9692133331254842f,-0.10232470305255763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.19908570055114727f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.4629551013895745f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.11331393556908306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.17039658999645807f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.2403836290204335f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.12955815371011406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.01952315916543557f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,1.7346061706428821f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.15571504508544576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010161344242083929f,-0.05206175777449493f,-0.9985921692365827f,2.7502505491851695e-17f,-0.18334568413450822f,0.9816164550476855f,-0.053042391432365776f,1.3665f,0.9829959853389245f,0.1836265464388115f,0.0004292441170238165f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.48584268769985384f,-0.873949242548122f,0.28788804857032796f,-0.19815195673352354f,0.8554356921367096f,-0.4785034782122953f,0.7973326779461553f,0.9800847911198957f,0.17940640854543347f,-0.08513015205142804f,-0.44908396833693803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.6369718064541643f,-0.7707770841977417f,0.04504254735967785f,-0.19815195673352354f,0.7539110095969499f,-0.6263816661199333f,1.0847612503549924f,0.9800847911198957f,0.16088849365640284f,-0.11639886092416823f,-0.38774523013043444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.009830230906731394f,-0.9983344193082839f,0.3171398819050773f,0.1722577435016815f,0.9848587549541882f,-0.019506475688729805f,1.1987110988594618f,0.9834101463880659f,-0.17307974852768432f,-0.05429442540994554f,-0.1310588305914506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.9960281584985632f,-0.06852848818739171f,-0.00004648035985466867f,0.1722577435016815f,0.05782478359921844f,-0.9833532245360322f,1.1048164929739954f,0.9834101463880659f,-0.06770673437454006f,0.16828630990469207f,-0.13294766720488338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08945091844411857f,-0.7518480956726662f,-0.6532403648144297f,0.011443022892247603f,-0.03516686022962161f,0.6578448072398531f,-0.752332042072615f,1.2570145034501603f,0.9953701950184634f,-0.044324379532558536f,-0.08528495909572681f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0894509184441179f,-0.7044488871425801f,-0.7040953760628487f,0.01516151305759967f,-0.22365218487289912f,0.6746689440473232f,-0.7034212934932014f,1.2196416549635798f,0.9705556312706048f,0.22039414997147788f,-0.09720177604996413f,-0.24390926791559633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6853101046057841f,-0.7282513717976845f,0.011443022892247603f,-0.13052619222005157f,0.7220210803572427f,-0.6794471816589531f,1.2570145034501603f,0.9914448613738104f,0.09505587853978059f,-0.08945091844411848f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004196763392061485f,-0.11752793051300563f,-0.9930607094867671f,0.01633585652201293f,-0.04371962331203501f,0.9921414695401377f,-0.11723437617094168f,1.2812738530965864f,0.9990350252691268f,0.04292423520653836f,-0.009302059849783766f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004196763392060805f,-0.11752793051300568f,-0.9930607094867671f,0.01633585652201293f,-0.21633937799140385f,0.9694446783291203f,-0.11564726192020774f,1.2812738530965864f,0.9763092034326643f,0.21532348039328822f,-0.021357389447160764f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.048152459720434304f,-0.9988399975085459f,0.01633585652201293f,-0.13052619222005157f,0.9902947828644775f,-0.047740508752333904f,1.2812738530965864f,0.9914448613738104f,0.13037478151187631f,-0.006285157213338034f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.034022553116038606f,-0.4236999350612747f,-0.9051634277347588f,0.016813927464063162f,0.04915927140959314f,0.9038820026130657f,-0.4249478690223918f,1.2800427061423003f,0.9982113162622152f,-0.05895498605941236f,-0.009923593340630206f,-0.04053545755860907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024368653125387562f,-0.39334486393625223f,-0.9190679989858345f,0.006547932027783043f,-0.25654374464142415f,0.8860939677273162f,-0.38603469720041717f,1.3211184650423282f,0.9662253752775334f,0.24518829167036757f,-0.0793172477936323f,-0.42597145353393184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.27160842585773887f,-0.9624078464991238f,0.041714776475854434f,-0.13052619222005157f,0.9541743139573913f,-0.26928477812248475f,1.1478492104234923f,0.9914448613738104f,0.12561943156623046f,-0.03545201360209318f,-0.245481008792671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18669550310871907f,-0.9824178281764752f,2.7502505491851695e-17f,-0.13052619222005157f,0.9740131074675853f,-0.18509829719873772f,1.3665f,0.9914448613738104f,0.12823125828096815f,-0.024368653125388235f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5610841517412142f,-0.02067205807906535f,0.8275005985977404f,0.7915742701767917f,0.10804419980077765f,0.9929646082422894f,-0.04845345877897964f,1.817931504640145f,-0.8206771749928546f,0.11659310782808896f,0.5593702008980598f,-0.46665986859166636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5610841517412142f,-0.02067205807906535f,0.8275005985977404f,0.8441759094025306f,0.10804419980077765f,0.9929646082422894f,-0.04845345877897964f,1.8280606483714679f,-0.8206771749928546f,0.11659310782808896f,0.5593702008980598f,-0.5435983537472465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5610841517412142f,-0.02067205807906535f,0.8275005985977404f,0.6937500000000001f,0.10804419980077765f,0.9929646082422894f,-0.04845345877897964f,1.8302640953226534f,-0.8206771749928546f,0.11659310782808896f,0.5593702008980598f,-0.5890346413041654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36330786368768797f,-0.7309698269877654f,-0.5776595088944392f,-0.9379934152603148f,-0.10680414391896445f,0.6486156150018105f,-0.7535852034226522f,2.5182165981787095f,0.9255270233896068f,-0.21208700103801548f,-0.3137177600428056f,-0.6393462227620912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11982378723447062f,-0.7309698269877654f,-0.671807540926912f,-0.9257565847396849f,0.4279569282704291f,0.6486156150018105f,-0.6294049980109484f,2.5020763550441965f,0.8958209238224609f,-0.21208700103801548f,0.39054318126498333f,-0.7308820902150639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6213548444236214f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6912918066930002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5302592261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.19573590934595886f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92.mcfunction new file mode 100644 index 000000000..04849222b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..de8b7be51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4163715322078468f,0.030291960016590992f,-0.7018985601706901f,-0.33769326403539063f,-0.25088932617793896f,0.7685188437370193f,-0.11566234164817459f,1.4701059885644014f,0.6562268949237863f,0.27460085291912806f,0.4011297525729271f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3881822378051352f,-0.12867170471062694f,-0.6875740997590434f,-0.33769326403539063f,0.061036325463366445f,0.7895804263478305f,-0.11330188569617103f,1.4701059885644014f,0.6968422470161575f,0.002518478755008935f,0.392943431091847f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40150379002362724f,0.027670375927295682f,-0.7106148755388882f,-0.33687362884992333f,-0.015604882499135041f,0.8155089629293393f,0.04057170773514464f,1.4554145830067486f,0.7109821648137846f,0.03352500741834284f,-0.40040589361140627f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3737437991149994f,-0.1254707799161265f,-0.6961125311401355f,-0.33687362884992333f,-0.31983555977778494f,0.7322060174042444f,0.03974371369973353f,1.4554145830067486f,0.6308888866707973f,0.2968693845182665f,-0.39223434476219393f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08162716020382543f,-0.014759403373222122f,1.560296579733842f,-0.00751848057226579f,1.5326480397247562f,0.2924312609906841f,0.08294693438132776f,1.5454180261909705f,-0.2928023959002401f,1.5348199788924644f,-0.0007995921548911905f,0.6713143966498163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00944601815886259f,-0.9985898110296588f,0.052241382530448056f,-0.005196007062473173f,0.18715600703403762f,-0.05308603800404964f,-0.9808947454238439f,1.5092966026056203f,0.9822847864911771f,0.000511738979129884f,0.18739353337615344f,0.4815792271454806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.005137627160813051f,-0.9985898110296588f,0.05283932337669211f,-0.009084593635899774f,-0.0870396857352247f,-0.05308603800404964f,-0.994789407702025f,1.5319809892924838f,0.9961915969803548f,0.000511738979129884f,-0.08718967960112849f,0.1320285283159681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.977923504731278f,-0.025817134921341467f,-0.20736223001922854f,0.25302277743246565f,0.17021946160335727f,0.4771725636665902f,-0.8621668512389682f,1.4527071001856573f,0.12120624482904097f,-0.8784303159774868f,-0.4622436870159887f,-0.588461034550384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7547799653237461f,-0.025817134921341467f,-0.6554698158499277f,0.009997224217036119f,0.5668640793950983f,0.4771725636665902f,-0.6715440863974618f,1.6383061277262922f,0.33010955671932996f,-0.8784303159774868f,-0.3455254846379067f,-0.4555967820770228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07395065833354937f,-0.5721748775152498f,-0.8167907992089797f,0.25549978237361315f,-0.36104515258879155f,0.7481125938194118f,-0.5567530374959151f,1.3485543822235242f,0.9296115844395286f,0.33607061238555325f,-0.1512575471394017f,-0.04723701104626338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009465460134322244f,-0.30891196270431326f,-0.9510435344202781f,0.19163476727642767f,-0.16855124561556958f,0.9369847345344597f,-0.30602301359673567f,1.5223263761137558f,0.9856474433923549f,0.16319622099655676f,-0.043198504448157905f,-0.01690771026220997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023359529940929838f,-0.5405809958058312f,-0.8409676089686896f,0.20396079172285925f,-0.43071409492697577f,0.7536815837568227f,-0.4964367419289629f,1.404673462701974f,0.9021860677222714f,0.37381313149671924f,-0.21523020682153696f,-0.382493717163782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017153554081176112f,-0.05024086872392204f,-0.9985898110296589f,0.18829944251818853f,-0.31351945326428377f,0.9480967382044394f,-0.05308603800404997f,1.582109813377781f,0.9494268313078416f,0.313987945813161f,0.0005117389791298339f,-0.3236177789551947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.24964108105085625f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.248419998314997f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1487154502738176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.26821315587581945f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.1312702879718826f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.25711902910413265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.3196025504474598f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.215304096818401f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.007218895309828305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.37369987538823896f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.093926824582104f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.09755908414474049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9566806639436863f,0.2071441234516858f,-0.20458108259489796f,0.15377864502226046f,0.09251253067907221f,0.8825625844156286f,0.46100403062984147f,2.325768482451672f,0.27604988481001286f,0.422107328423754f,-0.863493986306413f,-0.099129350832767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9773068175883862f,0.054936007677666474f,-0.20458108259489796f,0.041761158719460525f,-0.04668965784691286f,0.8861689227191271f,0.46100403062984147f,2.3293207970738488f,0.20661911853794954f,0.4600942028185761f,-0.863493986306413f,-0.07069337980614114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9226293637083697f,0.3677553811269557f,-0.11623698583177715f,0.00730637605779301f,0.11973746345560057f,0.5595990340642297f,0.8200682050412633f,2.3516716768287957f,0.36663060028904826f,0.7427010843714641f,-0.560336597238788f,-0.12026575507412109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9911153310211614f,0.06464799872816837f,-0.11623698583177715f,0.03729008111589269f,-0.059048516697550374f,0.5692112189303892f,0.8200682050412633f,2.357950606641508f,0.11917916466661907f,0.8196457920981619f,-0.560336597238788f,-0.11729622709885047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.21889667118808792f,-0.11623698583177715f,0.10452574298183051f,0.030722721056665354f,0.5714405073944921f,0.8200682050412633f,2.444590911744138f,0.2459327223924399f,0.7909108634046567f,-0.560336597238788f,-0.06021323631856208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.13990486116208464f,-0.20458108259489796f,0.07304714922036151f,0.030722721056665354f,0.8868660542347498f,0.46100403062984147f,2.2450460495413194f,0.2459327223924399f,0.4403353627285723f,-0.863493986306413f,-0.1592886929324907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506035835113731f,-0.19193503324243988f,-0.2439544425288452f,-0.2338517971233095f,-0.21160536695011506f,0.9756971508524761f,0.05690552254629738f,2.3285314529767427f,0.2271034911515963f,0.10571666298452453f,-0.9681156911620498f,-0.04476710952301033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689253302098997f,-0.04086483143336994f,-0.2439544425288452f,-0.12265793191567102f,-0.05636749190909977f,0.996787072227369f,0.05690552254629738f,2.3450691480591024f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.07181465297058463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302580094995025f,-0.27405522387370074f,-0.2439544425288452f,-0.10083902511901466f,-0.2958377545227843f,0.9535417056965309f,0.05690552254629738f,2.3420223933961974f,0.21702547952012582f,0.12510775261703883f,-0.9681156911620498f,-0.07749186330867233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969415663344465f,0.02682352759894728f,-0.2439544425288452f,-0.12945064071129514f,0.013302167700482537f,0.9982909464871456f,0.05690552254629738f,2.3503507263817855f,0.24506391818641785f,0.05191998198138585f,-0.9681156911620498f,-0.06979251607135836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.1973444487597183f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.45327245688145f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.07891352209527151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.16918418333211338f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.2309541765640444f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.0990773929478144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.019501714617247427f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,1.7253684409565833f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1342346825146415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01067303922636526f,-0.05200457231265987f,-0.9985898110296589f,2.523826963209482e-17f,-0.19130699924488073f,0.9800936203286662f,-0.05308603800404997f,1.3578333333333334f,0.9814722198175512f,0.1916038095905861f,0.0005117389791298339f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.45599681818961396f,-0.8899016315719175f,0.27295203847765587f,-0.19835143094434765f,0.8712016228746315f,-0.4490706427088481f,0.7800292870907635f,0.9800585298418364f,0.18186432883211737f,-0.08006649725510365f,-0.43195802658198823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.610532800784314f,-0.7919013267067265f,0.040186408178636154f,-0.19835143094434765f,0.7747766466120197f,-0.6003147988405443f,1.075412883611596f,0.9800585298418364f,0.1642280336334048f,-0.11186791789053417f,-0.3693460887592527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,0.01175905943240406f,-0.9986178266462066f,0.3151593323536892f,0.1684301960116812f,0.9857091183032091f,0.0029670128709907984f,1.1829929413836882f,0.9843815867059861f,-0.16804540640902732f,-0.05247507159623609f,-0.11269707374842665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,-0.994616815988831f,-0.09007346183292905f,-0.0040393723963370555f,0.1684301960116812f,0.08029571263326135f,-0.9824377169083969f,1.0961825068220648f,0.9843815867059861f,-0.06549799909124521f,0.16341023183769282f,-0.11445447584460713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08790565355841762f,-0.7413207767862229f,-0.6653691471488129f,0.009659863059567377f,-0.03374828143818823f,0.6697878532210778f,-0.741785201508812f,1.2481790462723146f,0.9955569544593801f,-0.0427520477003292f,-0.08389644119384611f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08790565355841695f,-0.6931011511893864f,-0.7154602646495576f,0.012769696451362576f,-0.2250707636643325f,0.6858471869619208f,-0.6920670397295152f,1.210751581738131f,0.9703688718296881f,0.22186579356982325f,-0.09570696018373377f,-0.2254497910581486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6734713704833958f,-0.739213306927856f,0.009659863059567377f,-0.13052619222005157f,0.7328892346127642f,-0.6677097295481405f,1.2481790462723146f,0.9914448613738104f,0.0964866981916851f,-0.08790565355841755f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0027916863186813533f,-0.10155207161708348f,-0.9948263080748201f,0.014946835099741946f,-0.0436637265023892f,0.9938937713643097f,-0.10133434872319472f,1.2723569731879039f,0.9990423842237238f,0.043154930118217534f,-0.007208781524579729f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0027916863186806724f,-0.10155207161708353f,-0.9948263080748201f,0.014946835099741946f,-0.21639527480104964f,0.9711969801532923f,-0.09974723447246078f,1.2723569731879039f,0.9763018444780672f,0.21555417530496737f,-0.019264111121956726f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.032031008292405655f,-0.9994868756055639f,0.014946835099741946f,-0.13052619222005157f,0.9909361268297012f,-0.031756978576127415f,1.2723569731879039f,0.9914448613738104f,0.13045921604671062f,-0.00418088554537694f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.031129649701096863f,-0.4093105590547435f,-0.9118639214026293f,0.015816347417678178f,0.04968038845695147f,0.9105448006512321f,-0.41041445516669395f,1.2711150476477964f,0.9982799226230353f,-0.05807781205676735f,-0.008010233108056323f,-0.022080928895704927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02229661110068914f,-0.3786034798159962f,-0.9252903685895814f,0.005397042472902413f,-0.25691699471826257f,0.8922683628239547f,-0.3712826773879922f,1.3123562570190626f,0.9661762359726929f,0.24600116620593138f,-0.07737510754086781f,-0.4074951429032622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.25604568209533474f,-0.9666646826487119f,0.0381678110582696f,-0.13052619222005157f,0.9583947322836106f,-0.2538551757903718f,1.1385436063709637f,0.9914448613738104f,0.12617506017974084f,-0.0334206679182902f,-0.22707623760643286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17082097256847925f,-0.9853020832875362f,2.523826963209482e-17f,-0.13052619222005157f,0.9768726873763379f,-0.16935957546789532f,1.3578333333333334f,0.9914448613738104f,0.12860772911800616f,-0.02229661110068981f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9070941732804041f,-0.010712246769830248f,0.4207914074335196f,0.7143486717425092f,0.05494209486930418f,0.9941369166180432f,-0.09312978701007735f,1.8016155410547139f,-0.41732664306525236f,0.10759664858308671f,0.9023643577854652f,-0.4160814031534693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9070941732804041f,-0.010712246769830248f,0.4207914074335196f,0.799388750487547f,0.05494209486930418f,0.9941369166180432f,-0.09312978701007735f,1.8067663624487111f,-0.41732664306525236f,0.10759664858308671f,0.9023643577854652f,-0.4552057759408368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9070941732804041f,-0.010712246769830248f,0.4207914074335196f,0.6937500000000001f,0.05494209486930418f,0.9941369166180432f,-0.09312978701007735f,1.8181604198032242f,-0.41732664306525236f,0.10759664858308671f,0.9023643577854652f,-0.5709982432149728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34922237606793116f,-0.7309698269877654f,-0.5862822222163526f,-0.9379934152603148f,-0.08853645359265988f,0.6486156150018105f,-0.7559491255111404f,2.5084187045128026f,0.9328478056139187f,-0.21208700103801548f,-0.29122856239043177f,-0.6122648117412961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10353126560366395f,-0.7309698269877654f,-0.6745104810719993f,-0.9257565847396849f,0.4126002912176359f,0.6486156150018105f,-0.6395770349715075f,2.4922784613782896f,0.9050095451041529f,-0.21208700103801548f,0.36875035899789327f,-0.7038006791942688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6115569507577145f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6642103956722051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.521592559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.17724702045707005f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93.mcfunction new file mode 100644 index 000000000..f0b8fc8cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..392c44383 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.40767095268225767f,0.028800816108162482f,-0.7070497519800771f,-0.3387990551496062f,-0.2576549028269412f,0.7660195806752222f,-0.11735585846407721f,1.4614436444850711f,0.6590620530972969f,0.2816539711385317f,0.39147502494222447f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3797490067059943f,-0.12675960972346756f,-0.6926201652049736f,-0.3387990551496062f,0.05397640282644771f,0.7898547670219337f,-0.11496084094440218f,1.4614436444850711f,0.702052163192827f,0.007838900144872651f,0.3834857387189138f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39234242883238724f,0.02609798377899713f,-0.7157728398207205f,-0.33797395006534936f,-0.021869780312351608f,0.8153073240866642f,0.04171479886295868f,1.4463973660898122f,0.7159145030598535f,0.039208506446418226f,-0.3909904880879439f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3648630913414176f,-0.12345948173858635f,-0.7011652308447874f,-0.33797395006534936f,-0.3254298588979408f,0.7296749846549039f,0.040863476437184014f,1.4463973660898122f,0.6332221817928133f,0.30386209559223676f,-0.3830110903718634f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08219757415690644f,-0.011156519954607206f,1.56029655542311f,-0.006601497799605691f,1.544742297909384f,0.21976545736527275f,0.08294954369174316f,1.5167426823524066f,-0.22004781719516278f,1.546927576136496f,-0.0005313530928362491f,0.6895967077518894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.007140172770949044f,-0.9985897954707904f,0.0526064474604199f,-0.004724413658444562f,0.14064989271377434f,-0.053087707962715475f,-0.9886350706620058f,1.4896042255949349f,0.9900336487273574f,0.00034006597941472854f,0.14083060300490396f,0.4983649991054809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.006446523995614901f,-0.9985897954707904f,0.052695945859040076f,-0.008997435887443348f,-0.11489714982299395f,-0.053087707962715475f,-0.9919578318788648f,1.5206682703650654f,0.9933564754361479f,0.00034006597941472854f,-0.11507735252517415f,0.1517338629844599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9751597228390386f,-0.02604097211137047f,-0.2199667764094937f,0.2500101774018976f,0.18019773432953212f,0.4842334484598897f,-0.8561814900680502f,1.4444554513931496f,0.12881106899250838f,-0.8745512192914364f,-0.46751243121533037f,-0.5708713776799205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7462519018657168f,-0.02604097211137047f,-0.665154092472786f,0.009934049836801876f,0.5726895126883126f,0.4842334484598897f,-0.6614716089519388f,1.6317236632776628f,0.3393152236764863f,-0.8745512192914364f,-0.34644674023179645f,-0.4350207320578809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06229226234117299f,-0.5746360787775044f,-0.816034956983849f,0.25553537602502224f,-0.3358847122633477f,0.757860747879607f,-0.5593107784507025f,1.3387840043417578f,0.939841015342588f,0.30893440046485027f,-0.14580261345132645f,-0.029582791541206778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0098687484271637f,-0.3088401055784901f,-0.9510627723713869f,0.1916837139017342f,-0.17933144223785064f,0.9351422418584879f,-0.3055310480405776f,1.5122136056399706f,0.9837392142378862f,0.17357066767788956f,-0.04615605802576539f,0.002673233285736487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02128341111870343f,-0.5414146982402395f,-0.8404862526779261f,0.20399116937871659f,-0.3944602382878419f,0.7679289975087819f,-0.5046644183960829f,1.3961172528031938f,0.9186664992373733f,0.3422793878026951f,-0.1972224223164317f,-0.3595794907929309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016188926070194284f,-0.05056025172305531f,-0.9985897954707904f,0.1882699359589513f,-0.2984037396024397f,0.9529621731498816f,-0.053087707962715586f,1.5744658620940295f,0.954302429455135f,0.2988423622767637f,0.00034006597941471997f,-0.30354442245366636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.250860144492347f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2387972530043365f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11858959106301911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.26907554671467593f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.1235029962444347f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.22902394251246877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.31834729041008364f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2045429919002775f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,0.02278152213911329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.3727966671114693f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.0848758507441127f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.06960545315687267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9556303619098674f,0.218331093027554f,-0.19774262366371448f,0.15598072197923007f,0.08839429196147251f,0.8529064483071748f,0.5145260339231347f,2.3119208728301865f,0.28099299020553126f,0.4742173808006559f,-0.8343625202523901f,-0.06418050508544537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780194741165023f,0.06614955053113511f,-0.19774262366371448f,0.04399415148908707f,-0.0461179524247873f,0.856233668387009f,0.5145260339231347f,2.3152373703324733f,0.20334955793663692f,0.5123359660272295f,-0.8343625202523901f,-0.03559467819214805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.921047752411634f,0.3760320676963079f,-0.10134555659483489f,0.009565919947405549f,0.10755293215659872f,0.4957063357269025f,0.8618048476915905f,2.342381430883298f,0.37430389332999947f,0.782863406210973f,-0.49701255784311704f,-0.08513761839459806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921687660981996f,0.07300834019247007f,-0.10134555659483489f,0.03964738250972226f,-0.050892764984762244f,0.5046804245931085f,0.8618048476915905f,2.347905069694159f,0.11406606003269362f,0.860213607945643f,-0.49701255784311704f,-0.08169368904005476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.22731887652850385f,-0.10134555659483489f,0.10825662902960678f,0.02868322164140135f,0.5064283535620263f,0.8618048476915905f,2.428837728807112f,0.24722877313122008f,0.8317790879087272f,-0.49701255784311704f,-0.018224637431178595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.1511378452085666f,-0.19774262366371448f,0.07425061385767935f,0.02868322164140135f,0.8569948851723677f,0.5145260339231347f,2.2360138796433295f,0.24722877313122008f,0.49266329123866315f,-0.8343625202523901f,-0.12907387795987763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9509124827507182f,-0.1895908733153783f,-0.24458280991185266f,-0.23236398165770453f,-0.2133230729120728f,0.9741560887652537f,0.07425079989423217f,2.318206828721104f,0.22418455948663302f,0.12278116906551681f,-0.9667812926462166f,-0.012868121393856596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688637189828608f,-0.0385012095176626f,-0.24458280991185266f,-0.12115339401725664f,-0.05830512528350461f,0.9955336915849415f,0.07425079989423217f,2.3349550793304106f,0.24063168204618282f,0.0861993374970801f,-0.9667812926462166f,-0.03971662085274878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.930770040283545f,-0.2717469065255222f,-0.24458280991185266f,-0.09934607350080185f,-0.29741461168413513f,0.9518567998768732f,0.07425079989423217f,2.3319570187908436f,0.21263038556928648f,0.14185292144318815f,-0.9667812926462166f,-0.04546384017114153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691893242691747f,0.02917709406852191f,-0.24458280991185266f,-0.12793225674446163f,0.01128182288971774f,0.9971757814885758f,0.07425079989423217f,2.340216416979342f,0.2460584771857004f,0.06920374263264151f,-0.9667812926462166f,-0.03759757713690909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.19559458190222132f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.443436944058875f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.0448761123548647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.16796531588803584f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.2214375983224532f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.06891595744833191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.01948226832763075f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,1.7161943845489138f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11296016277616407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924089416905224f,-0.051952715540348735f,-0.9985897954707904f,2.2995805270989413e-17f,-0.19920722065298846f,0.9785183587971036f,-0.053087707962715586f,1.34925f,0.9798964983660892f,0.1995062325968956f,0.00034006597941471997f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.4259220731443414f,-0.9046951969822314f,0.2578860975498565f,-0.19853150330592853f,0.8858218291668176f,-0.41941021585870025f,0.7633061133626164f,0.9800348228656879f,0.18414688316661718f,-0.0749778059871047f,-0.4149349094458047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.5836575732912661f,-0.8119278594641537f,0.03536664773256132f,-0.19853150330592853f,0.7945572196717672f,-0.5738153595561548f,1.0662310533624777f,0.9800348228656879f,0.1673997067118742f,-0.1072803997168083f,-0.3511137712619027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,0.033187143016183154f,-0.9983997084909033f,0.3130440751141307f,0.16453551696789165f,0.9860484173196098f,0.025230583774474846f,1.167442129511933f,0.9853077834019205f,-0.16311692812187076f,-0.05061066812124171f,-0.09452862618209072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,-0.9927181421578432f,-0.1114183764330538f,-0.007992838112909217f,0.16453551696789165f,0.10251727347174927f,-0.9810291903384053f,1.0876944871831016f,0.9853077834019205f,-0.0632526590002264f,0.15864322581501897f,-0.09613081644757764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08635269112891295f,-0.7307044674299094f,-0.6772105979772964f,0.007891369027130448f,-0.03236788615718558f,0.6814485671127349f,-0.731149895934969f,1.2394566800680349f,0.9957386869457819f,-0.0412168855928405f,-0.0824962766524445f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08635269112891228f,-0.6816846847752815f,-0.7265323139940989f,0.010397599701348086f,-0.22645115894533516f,0.6967376145265807f,-0.6806442309431004f,1.2019847276308562f,0.9701871393432863f,0.22329954555850534f,-0.09420311887753899f,-0.20716284091528583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6615736631873264f,-0.7498801825471202f,0.007891369027130448f,-0.13052619222005157f,0.7434648536323972f,-0.6559138087873226f,1.2394566800680349f,0.9914448613738104f,0.09787900484915253f,-0.08635269112891285f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0013994021631020773f,-0.08570375766118873f,-0.9963196814257652f,0.013567333492796462f,-0.04363052660729724f,0.9953771268015472f,-0.08556139660072569f,1.2635477635911556f,0.9990467550728322f,0.043350217566339666f,-0.005132232983330266f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0013994021631013969f,-0.08570375766118879f,-0.9963196814257652f,0.013567333492796462f,-0.2164284746961416f,0.9726803355905298f,-0.08397428234999176f,1.2635477635911556f,0.9762974736289588f,0.2157494627530895f,-0.017187562580707264f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.016056339134799452f,-0.9998710886777298f,0.013567333492796462f,-0.13052619222005157f,0.9913170529057727f,-0.015918974927672053f,1.2635477635911556f,0.9914448613738104f,0.13050936591602155f,-0.002095772808259507f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.028256573126708616f,-0.3949545108292102f,-0.9182660292370585f,0.014824300552091496f,0.0501508190804901f,0.9169158224185692f,-0.3959169988066123f,1.2622889930494343f,0.9983418559895657f,-0.0572390511289138f,-0.006101606769587289f,-0.003801772645352197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020238770050220158f,-0.36390668661801806f,-0.931215504392807f,0.004255833459042034f,-0.25725394064485063f,0.8981501903581315f,-0.35657628297791766f,1.3036964579967636f,0.9661318761999057f,0.24677552349118406f,-0.07543897398627618f,-0.38919409869108296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.24056687180899167f,-0.9706325670345274f,0.03464515516910524f,-0.13052619222005157f,0.9623286708684526f,-0.23850878887179688f,1.1293834818649815f,0.9914448613738104f,0.12669297301979074f,-0.031400277751517276f,-0.20884106249378712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.15505523991767375f,-0.9879058014679702f,2.2995805270989413e-17f,-0.13052619222005157f,0.9794541303867949f,-0.1537287208454609f,1.34925f,0.9914448613738104f,0.12894758253771232f,-0.02023877005022083f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9945432971193412f,0.0027036672748467186f,-0.10428959841833076f,0.6314873431847814f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.791200003387084f,0.10343212655039276f,0.10492836799059503f,0.9890863626539866f,-0.4096206985644353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9945432971193412f,0.0027036672748467186f,-0.10428959841833076f,0.7247257772897195f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.789923400469165f,0.10343212655039276f,0.10492836799059503f,0.9890863626539866f,-0.39992393670033594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9945432971193412f,0.0027036672748467186f,-0.10428959841833076f,0.6937500000000001f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.806173125779174f,0.10343212655039276f,0.10492836799059503f,0.9890863626539866f,-0.5531352720304836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.33507069942647993f,-0.7309698269877654f,-0.5944835896972479f,-0.9379934152603148f,-0.07039326969219611f,0.6486156150018105f,-0.7578539249471924f,2.4987150213629135f,0.9395596915406128f,-0.21208700103801548f,-0.26878744394560083f,-0.5854437989033926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08733560578837588f,-0.7309698269877654f,-0.6767980525940168f,-0.9257565847396849f,0.39715309835283796f,0.6486156150018105f,-0.6492820653957446f,2.4825747782284004f,0.9135873841238826f,-0.21208700103801548f,0.34695416925061207f,-0.6769796663563653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.6018532676078254f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6373893828343016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5130092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.1589359093459587f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94.mcfunction new file mode 100644 index 000000000..dec7a8e08 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..4103c1a15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4099192384970432f,0.029232443828677106f,-0.7057309165554899f,-0.3385144014866267f,-0.26239608691715804f,0.7638765013900514f,-0.12077014796340264f,1.4533449089520065f,0.6557888043608338f,0.2873718832738203f,0.39281406444155004f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38194556705711874f,-0.12721179883291264f,-0.6913282447890514f,-0.3385144014866267f,0.048882129640326066f,0.7896925716060975f,-0.11830545106619035f,1.4533449089520065f,0.7012332858665812f,0.014240807134533545f,0.38479745088151845f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39461739161562426f,0.026534315368813267f,-0.7145050656131374f,-0.3376857611345061f,-0.02726715414289705f,0.8149519461083992f,0.04532408061422168f,1.437658786098439f,0.714477474091292f,0.04575696762773224f,-0.39290289305894155f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36708555836812556f,-0.12391741421973515f,-0.6999233295802163f,-0.3376857611345061f,-0.3301813945193386f,0.7273300259770379f,0.04439909937719676f,1.437658786098439f,0.6294667898712579f,0.30924991150416836f,-0.3848844666699836f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08249624678374705f,-0.008035130145515473f,1.560299989088682f,-0.00592514415686652f,1.5531284094128084f,0.14942626726441574f,0.08288657627302282f,1.4892314251774583f,-0.14964211687033602f,1.5553178058952992f,0.00009758891655038453f,0.7065655387937886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005142483293130334f,-0.9985919930167565f,0.05279759794159789f,-0.004433925605755464f,0.09563281104922583f,-0.05304740881473442f,-0.9940021820241974f,1.470788292418833f,0.9954033957729915f,-0.00006245690659270942f,0.09577095479701483f,0.5142969433520067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007460647363034163f,-0.9985919930167565f,0.052520188725357776f,-0.008987162020065031f,-0.141608584523857f,-0.05304740881473442f,-0.9885003698568819f,1.5097777231012306f,0.9898946143555252f,-0.00006245690659270942f,-0.1418049666586496f,0.17065451224342265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9723742586622373f,-0.026029042879407563f,-0.23197152846383307f,0.24717171969450227f,0.18969384209149948f,0.491009451625191f,-0.8502505305422012f,1.436568870782032f,0.13603142050140596f,-0.8707652998032889f,-0.4725074023704374f,-0.5539029514008829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7379956607185397f,-0.026029042879407563f,-0.6743032653690685f,0.009943459553976852f,0.5781196094426253f,0.491009451625191f,-0.6516804704704875f,1.6253842144601969f,0.34805189546749066f,-0.8707652998032889f,-0.34731494456757217f,-0.41522041209836014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05080164755878692f,-0.5766170671444899f,-0.815433596611643f,0.2555301284336984f,-0.3121527965113168f,0.7664136065121236f,-0.5614007618299461f,1.329414725080976f,0.9486726644293473f,0.28305996119332477f,-0.1410575561030185f,-0.012691096426619267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010053704859247042f,-0.3087658674624961f,-0.9510849394816089f,0.19169224741272034f,-0.19041194273903422f,0.9331384258935885f,-0.3049524064230064f,1.5024722273958802f,0.9816527976229424f,0.184163832526824f,-0.04941121034828053f,0.021530802107483482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01901477550161814f,-0.5421836677739569f,-0.8400448254181456f,0.2040589075766643f,-0.35904266095932125f,0.7804495014811363f,-0.5118466012870414f,1.3879176258690107f,0.9331274328428419f,0.3113445776579788f,-0.17982699474523245f,-0.3374853978963792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015017404794106374f,-0.0508773921901732f,-0.9985919930167563f,0.18827819658465214f,-0.2838242550028044f,0.9574078361336643f,-0.05304740881473441f,1.5671000488389806f,0.9587587130375154f,0.2842212628811958f,-0.00006245690659270262f,-0.28419430146182123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.25205413597597487f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.229367160110084f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.08957480485404505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.2699495289708957f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.1158915769062348f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.20192852943006223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.3171534011153298f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.194039970273926f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,0.05153160668253692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.37192280008951156f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.0760545330484392f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.04280853344200174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9547063886039298f,0.22867624993163793f,-0.19037563992287931f,0.1580566570163012f,0.08423332487213851f,0.8213485605564448f,0.5641731020288372f,2.2981562700092533f,0.28537774709992275f,0.5225836916600622f,-0.8034088788849134f,-0.030826954576761323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.978725215541254f,0.07651188265675193f,-0.19037563992287931f,0.04609322087876897f,-0.04529094981643751f,0.8244133919411331f,0.5641731020288372f,2.3012473607117587f,0.2001141732323108f,0.5607927344397707f,-0.8034088788849134f,-0.0021254781069760253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9197631996687787f,0.38286340680868497f,-0.08632072903942782f,0.011783946144244134f,0.09540040693491976f,0.43144016999849255f,0.8970831299652913f,2.333091950339799f,0.38070253334027415f,0.8168690173084786f,-0.4333481160334933f,-0.05127005546254278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993058083721645f,0.07990227839803149f,-0.08632072903942782f,0.0419466337105151f,-0.04259116591288574f,0.439804332081731f,0.8970831299652913f,2.3378532176271043f,0.10964321657665779f,0.8945321544745869f,-0.4333481160334933f,-0.04742190816827897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.23426705884159477f,-0.08632072903942782f,0.11177567211401482f,0.02673375742707132f,0.44105233719537973f,0.8970831299652913f,2.4128322484438907f,0.24822898568462956f,0.8663670013315384f,-0.4333481160334933f,0.02177126248221213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.1615222549500339f,-0.19037563992287931f,0.07543316475025724f,0.02673375742707132f,0.8252236164585874f,0.5641731020288372f,2.2271569347407087f,0.24822898568462956f,0.5412176493748763f,-0.8034088788849134f,-0.10000270862713484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9512720875815404f,-0.18732152966387122f,-0.2449327661066317f,-0.23093240318355907f,-0.21489324246912656f,0.9723954568781056f,0.09092837722034561f,2.308089090675121f,0.2211386662919076f,0.13913202351438614f,-0.9652667871129871f,0.01773468492582088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.11969864112028196f,-0.06013138695516286f,0.9940403646326054f,0.09092837722034561f,2.325032650429655f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.008894370353982231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931326063040915f,-0.26951754003786865f,-0.2449327661066317f,-0.09790124188112076f,-0.2988253570921475f,0.9499660184316201f,0.09092837722034561f,2.3220818328538204f,0.2081710120536972f,0.15787608887070528f,-0.9652667871129871f,-0.014703345052047633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690292212044049f,0.0314691680751014f,-0.2449327661066317f,-0.1264644508914327f,0.00935584067736206f,0.9958134857799901f,0.09092837722034561f,2.3302731382425876f,0.2467687919839231f,0.08582070262685257f,-0.9652667871129871f,-0.006683916639674065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.19389707190216277f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.4337529006817418f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.012199795573214281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.16678280848008514f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.212124088001918f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.039957427122206346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.019466353209330094f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,1.707353312708967f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.09251348211697483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924962649818269f,-0.0519102752248803f,-0.9985919930167563f,2.084042690449008e-17f,-0.20680902861792164f,0.976942167223912f,-0.05304740881473441f,1.341f,0.978320331421775f,0.20709738102140035f,-0.00006245690659270262f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.39656303157263084f,-0.9179556491023689f,0.24316058183411549f,-0.19868814067062213f,0.8989264057629158f,-0.39045401749632047f,0.7476286364590199f,0.9800142011654104f,0.18619634532420445f,-0.07002204297242323f,-0.39851374606691126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.5572066770448842f,-0.8303165244565622f,0.03072553621075337f,-0.19868814067062213f,0.8127192069462515f,-0.5477321548142916f,1.0574778341072784f,0.9800142011654104f,0.17031796651338355f,-0.10278110622516301f,-0.3335800213336838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,0.053815466057687875f,-0.9977216397617514f,0.3108665240131067f,0.1606976696699492f,0.9859018187485973f,0.046624701080603f,1.152513710992488f,0.9861647092643967f,-0.1584345271751127f,-0.048761324841171634f,-0.0770811167642228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,-0.990423684116071f,-0.13192990857964576f,-0.011790859966382516f,0.1606976696699492f,0.1238339378628317f,-0.9792044805841281f,1.0795951182746855f,0.9861647092643967f,-0.06104163968418382f,0.15412035694915213f,-0.07851098548815634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08483925172228202f,-0.7203245598822826f,-0.6884292482148034f,0.006189649753638662f,-0.031064447886003668f,0.6924965564940961f,-0.7207520512085671f,1.23109946860428f,0.9959102878496341f,-0.03976239019746526f,-0.08112737442468779f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08483925172228135f,-0.6705474886800112f,-0.7369995704151623f,0.00811511357066882f,-0.22775459721651709f,0.7070333745784261f,-0.6695010460626519f,1.1935937736900322f,0.9700155384394341f,0.22465500808389136f,-0.09273609075694987f,-0.18958139785364012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6499787535305775f,-0.7599523800599857f,0.006189649753638662f,-0.13052619222005157f,0.7534508820992698f,-0.6444180951900454f,1.23109946860428f,0.9914448613738104f,0.09919369043779516f,-0.08483925172228195f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00006084618197644141f,-0.07045023764505765f,-0.9975152932729888f,0.012238135395442619f,-0.043619408422955724f,0.9965660676494061f,-0.07038053721470666f,1.2551012833410076f,0.9990482188095695f,0.04350674459844403f,-0.003133634929637801f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00006084618197576088f,-0.07045023764505771f,-0.9975152932729888f,0.012238135395442619f,-0.21643959288048312f,0.9738692764383887f,-0.06879342296397273f,1.2551012833410076f,0.9762960098922215f,0.21590598978519385f,-0.015188964527014799f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0006981316440876351f,-0.9999997563060741f,0.012238135395442619f,-0.13052619222005157f,0.9914446197647198f,-0.0006921590310930703f,1.2551012833410076f,0.9914448613738104f,0.13052616041161139f,-0.00009112446517141673f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0254882632552293f,-0.3810608858384511f,-0.9241985445348024f,0.013867209119475483f,0.05056002687059924f,0.9228243257639763f,-0.38188865846095355f,1.2538205387744197f,0.9983957292171658f,-0.056461181906487426f,-0.004254740726075283f,0.013769467303733435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018255968149034622f,-0.34969302027675053f,-0.9366864529802199f,0.0031579154913732293f,-0.2575470357179736f,0.9035834669059614f,-0.34235426494654375f,1.2953900104563363f,0.9660932895014985f,0.24749082791878896f,-0.07356660979171283f,-0.3716015301507629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.22563123809993774f,-0.9742127818877606f,0.03125095288479097f,-0.13052619222005157f,0.965878256487305f,-0.2237009315795939f,1.120631755511925f,0.9914448613738104f,0.12716028483191294f,-0.029450786355081023f,-0.19130711602127248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.13986440451934412f,-0.990170666273471f,2.084042690449008e-17f,-0.13052619222005157f,0.9816996189599149f,-0.13866784514981162f,1.341f,0.9914448613738104f,0.12924320671666756f,-0.018255968149035292f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8010611135403697f,0.015785604082004016f,-0.5983743870498044f,0.5664441022453246f,-0.07813070351132759f,0.9938574489686467f,-0.0783770648746091f,1.7865571747325424f,0.5934616125262762f,0.10953623068784078f,0.7973738951234934f,-0.4441784372834551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8010611135403697f,0.015785604082004016f,-0.5983743870498044f,0.6415435816397342f,-0.07813070351132759f,0.9938574489686467f,-0.0783770648746091f,1.7792324212783555f,0.5934616125262762f,0.10953623068784078f,0.7973738951234934f,-0.38854141110911666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8010611135403697f,0.015785604082004016f,-0.5983743870498044f,0.6937500000000001f,-0.07813070351132759f,0.9938574489686467f,-0.0783770648746091f,1.7946513577366403f,0.5934616125262762f,0.10953623068784078f,0.7973738951234934f,-0.5359660084648099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3212870742091246f,-0.7309698269877654f,-0.6020446229139635f,-0.9379934152603148f,-0.05291643278648747f,0.6486156150018105f,-0.7592744135798178f,2.489388180277098f,0.9455022300805502f,-0.21208700103801548f,-0.2470721289490323f,-0.5596643787970588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.07172150093464406f,-0.7309698269877654f,-0.6786303399768965f,-0.9257565847396849f,0.3820906436953826f,0.6486156150018105f,-0.6582587059631427f,2.473247937142585f,0.9213374877340714f,-0.21208700103801548f,0.32581641715323484f,-0.6512002462500315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.59252642652201f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.6116099627279677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5047592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.14133590934595874f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95.mcfunction new file mode 100644 index 000000000..b63cda9d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..00aafc886 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42097057074196065f,0.031206351006059386f,-0.6991097100387886f,-0.33711108027098635f,-0.2651728976399551f,0.762127648185653f,-0.12565518959708544f,1.4460289628431227f,0.6476199173673258f,0.29177398097214946f,0.4029898647624353f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39268726296752404f,-0.12956821612149855f,-0.6848421649359563f,-0.33711108027098635f,0.04571344809967763f,0.7891507689391761f,-0.12309079797265514f,1.4460289628431227f,0.6954904702193357f,0.021287114736374624f,0.39476558180809995f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4061031617361544f,0.028584825665107734f,-0.707960150159625f,-0.33628112467845184f,-0.031609734804185705f,0.8144584336912385f,0.051016947177066896f,1.4294614220249526f,0.7078315414969527f,0.052771317733727126f,-0.40389867706039606f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.37824914783533226f,-0.12636736305806734f,-0.6935119838298368f,-0.33628112467845184f,-0.33392653316312315f,0.7252554662767546f,0.04997578498977982f,1.4294614220249526f,0.6208225612938874f,0.31310668819020415f,-0.3956558469163064f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0825931422522372f,-0.0054508421960131545f,1.56030603125549f,-0.005478582549848633f,1.5580565079106892f,0.0837606408883764f,0.08276667925631118f,1.463733343929261f,-0.08393176401131063f,1.5602437929238246f,0.0010077860025985788f,0.721805604892509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0034885390054488503f,-0.9985958600035135f,0.05285961104143158f,-0.0043068319014281575f,0.05360681016856064f,-0.05297067472403896f,-0.9971561650628411f,1.4534077655170714f,0.9985560274712477f,-0.0006449830416635458f,0.053716328967238575f,0.5289284546057352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705022f,-0.9985958600035135f,0.05233809067187446f,-0.009042888308542496f,-0.1663528893330054f,-0.05297067472403896f,-0.9846424852858224f,1.4996438760965032f,0.9860322933666493f,-0.0006449830416635458f,-0.16655299587513203f,0.18821925928564368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.969675785272511f,-0.02581883279570106f,-0.24302728103899657f,0.24458523925261988f,0.19843508845914132f,0.4972922886140372f,-0.8445850432924005f,1.429277245906638f,0.14266179279804572f,-0.8671988050949337f,-0.47708892810205394f,-0.5380811567135562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7302755875051914f,-0.02581883279570106f,-0.6826645985892456f,0.010013370108678737f,0.5830181930586391f,0.4972922886140372f,-0.6424874833392886f,1.6194805104727705f,0.35607211749389667f,-0.8671988050949337f,-0.3481075689859845f,-0.3968009936342915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.039880638337671f,-0.5781031867934041f,-0.8149884907807537f,0.25549095514206743f,-0.2904397009416337f,0.773713868864212f,-0.5630378577361448f,1.3207278824946282f,0.9560618781243786f,0.2591593227080277f,-0.13704791370466782f,0.002954497524072161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010042557265497517f,-0.30869728572151933f,-0.9511073193029986f,0.19166579332363887f,-0.20124738712199103f,0.9310691375703791f,-0.3043185013115729f,1.493401355155877f,0.9794889668700412f,0.19446399885870155f,-0.05277420703091854f,0.039086658516135464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016664588837047006f,-0.5428461779234826f,-0.8396667902166665f,0.20415304466735626f,-0.3256691705369855f,0.7910415883326477f,-0.5178733405862033f,1.3803177171603165f,0.945336914988854f,0.28208373338785186f,-0.16360588167094522f,-0.3168930726617986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057237f,-0.051169070412621004f,-0.9985958600035133f,0.1883176198399679f,-0.27022954221766055f,0.9613376629114837f,-0.05297067472403895f,1.5602374622391944f,0.9626982704336189f,0.27057646627338927f,-0.0006449830416635355f,-0.2661640163795485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.25317816647050106f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.220444133817037f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.06256575341171142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.27079735083893947f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1086887203189093f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.17667361640131174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.31606016760079503f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1841406708381315f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,0.07816813589528822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.37110970673081994f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.0677507727043984f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.017973698672141908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531099f,0.23787493557769673f,-0.1828591923664491f,0.1599396700894819f,0.08019887101358275f,0.7894354308274824f,0.6085719691559692f,2.2849802307183142f,0.28911954326394146f,0.5658685497340648f,-0.7721416153301905f,-0.00006036738888194615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754385f,0.08571913308819668f,-0.1828591923664491f,0.04799185922510098f,-0.04428341947629236f,0.7922620381648441f,0.6085719691559692f,2.2878633723170045f,0.19703865805924675f,0.6041300299649862f,-0.7721416153301905f,0.02872358234347243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917135f,0.3881657778743941f,-0.0718232386691407f,0.01387778054570915f,0.0837734128402765f,0.3695269096101195f,0.9254360476959427f,2.324131001467328f,0.3857632227504981f,0.8442613291873322f,-0.37203433176521294f,-0.019715366309051144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373458f,0.08524692978800494f,-0.0718232386691407f,0.04410404073817385f,-0.034516844774352955f,0.37732838357554827f,0.9254360476959427f,2.328155727618887f,0.1059915283314126f,0.9221476302143723f,-0.37203433176521294f,-0.015539195912339099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.23965692830652496f,-0.0718232386691407f,0.11496909696593544f,0.024935278691375302f,0.37808246918033145f,0.9254360476959427f,2.3972205716143704f,0.24894226795549737f,0.894213734636851f,-0.37203433176521294f,0.05858121734180917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.170752852583297f,-0.1828591923664491f,0.07654970513469367f,0.024935278691375302f,0.7931067962350401f,0.6085719691559692f,2.2187715424614867f,0.24894226795549737f,0.5846580822159712f,-0.7721416153301905f,-0.07296685115678413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516601492460911f,-0.1852064996418824f,-0.24503369733020264f,-0.22960668450385344f,-0.21627774790390586f,0.9705142752339403f,0.10642357506095021f,2.2985171890087033f,0.21809836335590066f,0.15427441154495f,-0.9636558046543054f,0.0461165895917179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130625f,-0.24503369733020264f,-0.11834522108058636f,-0.061793128474733464f,0.9923989278231569f,0.10642357506095021f,2.3156356150930573f,0.23954704562893558f,0.11825693673739279f,-0.9636558046543054f,0.019716080689283398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318969850261731f,-0.2674443801462643f,-0.24503369733020264f,-0.09655593696689216f,-0.3000406382823134f,0.9479713276520488f,0.10642357506095021f,2.3127290054673986f,0.2038225323124773f,0.1726958756826353f,-0.9636558046543054f,0.013854609602880086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402185f,0.03361728489524052f,-0.24503369733020264f,-0.12509917229924442f,0.007583646232913327f,0.9942919646567904f,0.10642357506095021f,2.320855525540926f,0.24721270796795855f,0.10125891158417574f,-0.9636558046543054f,0.022009915437519827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.19231282337668917f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.4245515683059033f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,0.01812399791736042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.16567937319351747f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.2033232603428035f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,-0.013080089749550244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.019454930837798607f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,1.6991172141721222f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.07351590663563397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747125f,-0.051879815567463f,-0.9985958600035133f,1.8837449028551305e-17f,-0.21387554266661568f,0.9754236822367707f,-0.05297067472403895f,1.3333333333333333f,0.9768021596661888f,0.21414276749016137f,-0.0006449830416635355f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.3689095848884972f,-0.9294239137737913f,0.22927155816220376f,-0.19881922248989353f,0.9102593789306322f,-0.36317871611278885f,0.7334143740778379f,0.979996943916515f,0.18797228850608846f,-0.06536366473871033f,-0.38320080130534145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.5321062151205314f,-0.8466321923641328f,0.02640606364750119f,-0.19881922248989353f,0.828832937311284f,-0.5229788511942555f,1.049406931427765f,0.979996943916515f,0.1729130933678876f,-0.09852437290457053f,-0.3172776844588343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,0.07300428857494742f,-0.9966796449491392f,0.30871589447235315f,0.15705084298295371f,0.9853495492807584f,0.06649284510794778f,1.138659850191801f,0.9869321017803707f,-0.15413189021702073f,-0.046993477137877424f,-0.060880476466707634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,-0.9878793637629315f,-0.15097782439027968f,-0.015317860420901783f,0.15705084298295371f,0.14359750446975328f,-0.9770950769645719f,1.072120260012998f,0.9869321017803707f,-0.05894166066039243f,0.14996968731705448f,-0.062130177877027085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802426f,-0.7105262115586345f,-0.6987091392480981f,0.004606936702443554f,-0.02987396175194902f,0.7026205756404287f,-0.7109373200894407f,1.223356410429723f,0.9960670183225255f,-0.038429537791227965f,-0.07983524055970603f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802359f,-0.6600559196914598f,-0.746570921922991f,0.005992287926796985f,-0.22894508335057173f,0.7164480910893327f,-0.6590040072594787f,1.185827289763791f,0.9698588079665427f,0.2258944790266295f,-0.0913541293812403f,-0.17323898348960998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081417f,-0.7691517504817651f,0.004606936702443554f,-0.13052619222005157f,0.7625715506318171f,-0.6335988820314633f,1.223356410429723f,0.9914448613738104f,0.10039444922977178f,-0.08341487528802417f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.001183083965001549f,-0.05626027571222518f,-0.9984154354221073f,0.01100032646581425f,-0.04362734884345859f,0.9974626109430013f,-0.056258281200745316f,1.2472701923769154f,0.9990471734333783f,0.04362477676224103f,-0.0012744046538311707f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022295f,-0.05626027571222524f,-0.9984154354221073f,0.01100032646581425f,-0.21643165245998025f,0.9747658197319838f,-0.05467116695001138f,1.2472701923769154f,0.9762970552684127f,0.21602402194899087f,-0.01332973425120817f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159981782f,-0.9999078640471605f,0.01100032646581425f,-0.13052619222005157f,0.9913535136568199f,0.013458235575720526f,1.2472701923769154f,0.9914448613738104f,0.13051416606496086f,0.0017718103266628031f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022910288846661322f,-0.3680689888963746f,-0.9295161849466437f,0.012974853648358028f,0.05090247199339906f,0.9281248122621367f,-0.3687726551797659f,1.2459639504451918f,0.998440812972869f,-0.05576335962057635f,-0.0025279861357424445f,0.03010001919806682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01640949402011612f,-0.336410342714281f,-0.9415725196822939f,0.0021369548330310677f,-0.2577923120317037f,0.9084380078000404f,-0.32906459828070617f,1.2876858798069735f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305135f,-0.3552509068220989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2117038722294108f,-0.9773338582506356f,0.028090119368061377f,-0.13052619222005157f,0.9689726316092326f,-0.209892716254787f,1.1125452196571899f,0.9914448613738104f,0.127567667045187f,-0.027632900320345644f,-0.17500683729298616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216276f,-0.9920660160815423f,1.8837449028551305e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103832f,1.3333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.016409494020116797f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.38352427741373996f,0.024767055352462212f,-0.9231986360493806f,0.5372925040888239f,-0.1205449580213197f,0.9924307743215367f,-0.023453598342112015f,1.7860767653176934f,0.9156298606587199f,0.12028196518482279f,0.38360683925260014f,-0.5053898570625499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.38352427741373996f,0.024767055352462212f,-0.9231986360493806f,0.573247905096362f,-0.1205449580213197f,0.9924307743215367f,-0.023453598342112015f,1.7747756755031947f,0.9156298606587199f,0.12028196518482279f,0.38360683925260014f,-0.41954955762579493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38352427741373996f,0.024767055352462212f,-0.9231986360493806f,0.6937500000000001f,-0.1205449580213197f,0.9924307743215367f,-0.023453598342112015f,1.7839442601617608f,0.9156298606587199f,0.12028196518482279f,0.38360683925260014f,-0.5200107332320625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30832503151108664f,-0.7309698269877654f,-0.6087846803075482f,-0.9379934152603148f,-0.03664995913266622f,0.6486156150018105f,-0.760233230312512f,2.480720812803411f,0.950574802653248f,-0.21208700103801548f,-0.22677444422032988f,-0.5357077459709708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.057177124779176025f,-0.7309698269877654f,-0.6800102120082189f,-0.9257565847396849f,0.3679112502442118f,0.6486156150018105f,-0.6662875474744848f,2.464580569668898f,0.9281013351707493f,-0.21208700103801548f,0.3060179988905445f,-0.6272436134239435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.583859059048323f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5876533299018798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245559f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040326f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96.mcfunction new file mode 100644 index 000000000..c312f0d5d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..5e2d13ae3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.43853573929063033f,0.03431848228222223f,-0.6880792771062862f,-0.33488131291885015f,-0.2660487292578418f,0.7608152841129545f,-0.13161543057277275f,1.4397135462651438f,0.635491088426543f,0.2948334948380417f,0.4197245898163205f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4097508327170355f,-0.13333637736402046f,-0.6740368428796274f,-0.33488131291885015f,0.04442882812232776f,0.7882913729656944f,-0.12892940137741005f,1.4397135462651438f,0.6856605095230239f,0.02860282816960913f,0.4111587818608854f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42439226667236746f,0.0318246064587111f,-0.6970099302426636f,-0.33405132071462995f,-0.034696797951807946f,0.8138448348874076f,0.058285172929521525f,1.4220646668297086f,0.6968728583070415f,0.059901782905694756f,-0.42157376602931235f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39601575043391996f,-0.13029138293089212f,-0.6827852377887317f,-0.33405132071462995f,-0.33649038004767456f,0.7235428857406311f,0.05709567960442925f,1.4220646668297086f,0.6082316577946522f,0.31545181569944364f,-0.4129702197838162f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08256278586794914f,-0.003414183204665536f,1.5603134235603973f,-0.005229208928859315f,1.5601130470055866f,0.025091824502460742f,0.08260708750514532f,1.4410797091612946f,-0.025237213647076855f,1.562294784506491f,0.0020831109305812505f,0.7349613935567922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0021850772509863746f,-0.9986005910786543f,0.05284018295548723f,-0.004309227656755291f,0.01605876768157463f,-0.0528685360032928f,-0.9984723500835754f,1.4380067221795076f,0.9998686620841541f,-0.001333190995572448f,0.016151816734128965f,0.541831136845567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008659423487573339f,-0.9986005910786543f,0.052171581174284956f,-0.009146052925920183f,-0.18832732223645535f,-0.0528685360032928f,-0.9806822816795023f,1.4906020408930922f,0.9820681412631759f,-0.001333190995572448f,-0.18852158634400507f,0.2038593610250296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9671838781250991f,-0.0254701760786742f,-0.25279757915260004f,0.2423222873905071f,0.2061583635593991f,0.5028772978157083f,-0.8394123852291449f,1.4228070627722043f,0.14850614475301838f,-0.8639824613220414f,-0.48112392530251796f,-0.5239368785586966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7233593818875539f,-0.0254701760786742f,-0.6900017933062041f,0.010124973189311208f,0.5872653672736725f,0.5028772978157083f,-0.6342190565904579f,1.6142073208876244f,0.36313990834962645f,-0.8639824613220414f,-0.34880325900388637f,-0.38036920602723245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0299572988520435f,-0.5791268923675899f,-0.8146868126968472f,0.25542851419788554f,-0.2713424786221687f,0.7797344101679758f,-0.5642583706912789f,1.3130027929662325f,0.962016538080644f,0.2379627956985228f,-0.13378298966115182f,0.0168647662286837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009881804196926835f,-0.30864048117841913f,-0.9511274380038501f,0.1916138774894079f,-0.2112976761610933f,0.9290514192011367f,-0.3036721135192953f,1.48530198335695f,0.9773718033556807f,0.20397184574913246f,-0.05603431222881901f,0.054759272855215924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014373599105113858f,-0.5433763021596613f,-0.8393661858212172f,0.20426020853889024f,-0.29558149894352165f,0.7996270926353081f,-0.5227122441706384f,1.3735590725484714f,0.9552093891556273f,0.2556143716125851f,-0.14911846261961295f,-0.29849060609131794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012373379645088906f,-0.051417496764434925f,-0.9986005910786544f,0.1883781742013171f,-0.2580738756587868f,0.9646775588782615f,-0.05286853600329313f,1.5541056864881249f,0.966045948275035f,0.25836688724207246f,-0.0013331909955725182f,-0.25005514717715166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.2541878634739126f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.2123610299265852f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.03845972977034466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.27157888644604855f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.102162524084505f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.15410640776048715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.3151028074202655f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.1752059069128014f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.10183951779245404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.37038718924313085f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.0602641938774724f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.00410338204437094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9533019008509541f,0.24569540182735475f,-0.1756395609048617f,0.16157291065977109f,0.07647512239012466f,0.7589706920522556f,0.6466181595510103f,2.272936066792191f,0.29217638763146725f,0.6029902637079764f,-0.7423177893490172f,0.02716237219325294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800004012853762f,0.09354121084126134f,-0.1756395609048617f,0.049634203295221384f,-0.043195587462096126f,0.7615898482534211f,0.6466181595510103f,2.275635414936777f,0.19425075213318055f,0.6412729098532715f,-0.7423177893490172f,0.05599949996541551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9180988247996237f,0.3920046991910149f,-0.058539420168910644f,0.015764206742504616f,0.07318139878820804f,0.3128127848045937f,0.9469913645510166f,2.3158685499606704f,0.38953694404119305f,0.8651476622374686f,-0.3158805023297442f,0.008468067335927448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942999838534675f,0.08911048420518505f,-0.058539420168910644f,0.04603699312053741f,-0.027064820373253248f,0.32011693326652885f,0.9469913645510166f,2.319217072179725f,0.10312631869294248f,0.9431778573740747f,-0.3158805023297442f,0.012896546630051298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.2435561723378758f,-0.058539420168910644f,0.11773983486405251f,0.02334571368290475f,0.32040963331092215f,0.9469913645510166f,2.382724547958811f,0.24940218613762222f,0.9154332623395784f,-0.3158805023297442f,0.0910703756095971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.1785979211601767f,-0.1756395609048617f,0.07755530260301283f,0.02334571368290475f,0.7624565124592355f,0.6466181595510103f,2.211171832655483f,0.24940218613762222f,0.6219026042442363f,-0.7423177893490172f,-0.04885771034535583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520487399251769f,-0.18332249966093417f,-0.24494092741914344f,-0.2284333453294357f,-0.21744847372068787f,0.9686392289481066f,0.12022564376771219f,2.2898489668614452f,0.21521932553427123f,0.167722703474766f,-0.9620549551120712f,0.07136219154220422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.032132260161439816f,-0.24494092741914344f,-0.11714225613375884f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.3071175517344487f,0.23880722989412542f,0.13199003861884895f,-0.9620549551120712f,0.04518529204811267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9324482984180824f,-0.2656014172632993f,-0.24494092741914344f,-0.09535928287774825f,-0.3010434880821827f,0.9460013810053092f,0.12022564376771219f,2.3042505306099055f,0.19978235422713397f,0.18584206812176535f,-0.9620549551120712f,0.03928102316878885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688863819832763f,0.03554041196170098f,-0.24494092741914344f,-0.12388589301197522f,0.006021132404027907f,0.9927283316926201f,0.12022564376771219f,2.3123181654093976f,0.24743266714791456f,0.11501016725655276f,-0.9620549551120712f,0.0475521420768835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.19090053048921335f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.4161869670353298f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.04511186671596542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.1646960467136587f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.1953611420113197f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.010844097128175523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.019448184740736778f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,1.6917602554437576f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.05658748405349806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010354250521890493f,-0.05186182597529812f,-0.9986005910786544f,1.7052186139127608e-17f,-0.22017185001975953f,0.9740273478500207f,-0.05286853600329313f,1.3265f,0.9754061441035762f,0.2204111536351164f,-0.0013331909955725182f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.34398197368297023f,-0.9389431142982151f,0.21673388866438914f,-0.1989242763926794f,0.9196658393579135f,-0.33859101609427483f,0.7210378449447583f,0.9799831133078319f,0.18944958616812285f,-0.061171496076324376f,-0.36950871999153634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.5093307555786841f,-0.8605346893231609f,0.02255153810001585f,-0.1989242763926794f,0.8425626381227316f,-0.5005170657443279f,1.0422648507290497f,0.9799831133078319f,0.17512961560315726f,-0.09467161860969286f,-0.3027405540428326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,0.09011575130945769f,-0.9954164247034424f,0.3066958188687177f,0.15373717302785408f,0.9845191520147932f,0.08418385204702825f,1.1263293824332958f,0.9875928254259727f,-0.1503369238810089f,-0.04537863467690399f,-0.046451273268467076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,-0.9852774877109434f,-0.16793742707765896f,-0.018458883081577768f,0.15373717302785408f,0.16116882371993313f,-0.9748792191292913f,1.065499937125343f,0.9875928254259727f,-0.05703404659275864f,0.14631311867498148f,-0.04752435674206358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08213099093817382f,-0.7016708406961176f,-0.7077517443597842f,0.003195456807442659f,-0.028829959427022767f,0.7115264881794555f,-0.7020675822586081f,1.2164738718993648f,0.9962044638360891f,-0.03725705216217014f,-0.07866751742133152f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08213099093817315f,-0.650591339821243f,-0.7549737802580391f,0.0040991621005474505f,-0.22998908567549797f,0.7247135876389104f,-0.6495346306100144f,1.1789303154738418f,0.9697213624529791f,0.22698265229118145f,-0.09010746229474256f,-0.1586695842027195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6292299617513583f,-0.7772191809485819f,0.003195456807442659f,-0.13052619222005157f,0.7705699631126331f,-0.6238468122008234f,1.2164738718993648f,0.9914448613738104f,0.10144746020960543f,-0.08213099093817375f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0022916089132476295f,-0.04360295261119541f,-0.9990463107645083f,0.009895165495858348f,-0.043649261727941854f,0.9980923907431314f,-0.04366144169935466f,1.240305083224072f,0.9990442885474068f,0.043707688845858274f,0.00038400072823447685f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0022916089132483104f,-0.04360295261119547f,-0.9990463107645083f,0.009895165495858348f,-0.21640973957549697f,0.975395599532114f,-0.042074327448620726f,1.240305083224072f,0.9762999401543843f,0.21610693403260814f,-0.011671328869142522f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.02629326354182833f,-0.9996542723823673f,0.009895165495858348f,-0.13052619222005157f,0.9911020915038734f,0.02606832102729309f,1.240305083224072f,0.9914448613738104f,0.1304810657105767f,0.0034319595711528195f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020608579245366177f,-0.3564259753103203f,-0.9340962533837583f,0.012177259964982276f,0.05117692040157712f,0.9326937842592731f,-0.357019926085824f,1.2389719972339497f,0.9984769447912646f,-0.05516184304574646f,-0.0009807099970569576f,0.04465691427275087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014760894554989691f,-0.3245135891707036f,-0.9457658518023816f,0.001226594886163529f,-0.2579888856996732f,0.9126060739512333f,-0.3171622434066783f,1.2808313345049762f,0.9660351188478488f,0.24867867667104862f,-0.07025001723671408f,-0.34067592165297444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.19925391365109618f,-0.9799478954999197f,0.025268011891209703f,-0.13052619222005157f,0.9715643054074752f,-0.19754926879800022f,1.1053753873561791f,0.9914448613738104f,0.12790886737365748f,-0.026007854633820868f,-0.16047336044473873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11308760566695247f,-0.993585020742823f,1.7052186139127608e-17f,-0.13052619222005157f,0.9850847631534626f,-0.11212012552356779f,1.3265f,0.9914448613738104f,0.1296888694044416f,-0.014760894554990368f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.13951836315853955f,0.026987348467478637f,-0.9898516602826187f,0.5518121742306639f,-0.12924957869862844f,0.9905802671131461f,0.04522478095331239f,1.7872432686851674f,0.9817480189681f,0.13424759747847598f,-0.13471603402516036f,-0.5720165705392567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13951836315853955f,0.026987348467478637f,-0.9898516602826187f,0.5387323276845507f,-0.12924957869862844f,0.9905802671131461f,0.04522478095331239f,1.7751261206821711f,0.9817480189681f,0.13424759747847598f,-0.13471603402516036f,-0.4799776937609973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.13951836315853955f,0.026987348467478637f,-0.9898516602826187f,0.6937500000000001f,-0.12924957869862844f,0.9905802671131461f,0.04522478095331239f,1.7744009775406724f,0.9817480189681f,0.13424759747847598f,-0.13471603402516036f,-0.5057897270463529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2966526110763016f,-0.7309698269877654f,-0.6145570277647866f,-0.9379934152603148f,-0.022137193908068425f,0.6486156150018105f,-0.7607941433934016f,2.472995550489907f,0.9547288478869218f,-0.21208700103801548f,-0.20859513657612377f,-0.5143550949738053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0441913664706616f,-0.7309698269877654f,-0.6809774116392789f,-0.9257565847396849f,0.35513076304406f,0.6486156150018105f,-0.6731863970072232f,2.456855307355394f,0.9337715268036393f,-0.21208700103801548f,0.2882530827614882f,-0.605890962426778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.576133796734819f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5663006789047142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4902592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.11040257601262549f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97.mcfunction new file mode 100644 index 000000000..d88c868b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..06b2b148b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46030375700441584f,0.0381627726524285f,-0.6735046388225867f,-0.33212192697684156f,-0.2651353102698242f,0.7599764570710812f,-0.13814302874287732f,1.4346095099959497f,0.6202968345721168f,0.2965195304286219f,0.4407407963175701f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43089255248486064f,-0.13801745348917804f,-0.6597596461935544f,-0.33212192697684156f,0.04494104091849946f,0.7871897970158244f,-0.1353237832583288f,1.4346095099959497f,0.6725413824102152f,0.035824656405162636f,0.43174608618864013f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.447030251736178f,0.03582229554506221f,-0.6825138545253246f,-0.3312908951019384f,-0.036376298851377824f,0.8131410887559736f,0.06650397809957977f,1.415732374471497f,0.6824845517365276f,0.06680402205763031f,-0.4435047956024365f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41800231739442023f,-0.1351597571694147f,-0.6685850003513385f,-0.3312908951019384f,-0.3377465542721867f,0.7222763775128858f,0.0651467540567312f,1.415732374471497f,0.5926224158181659f,0.3163047178414641f,-0.4344536773248358f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0824718772845969f,-0.001900096051609223f,1.5603208096709307f,-0.005128215182610393f,1.560134639064711f,-0.024311565867659066f,0.08243243145440468f,1.422082252431704f,0.024177416064936244f,1.5623096963790684f,0.0031804327324797604f,0.7457207215145083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0012160614730303346f,-0.9986053181893957f,0.05278200146214179f,-0.004395402861266976f,-0.015559402155302049f,-0.052756756130818774f,-0.9984861690014151f,1.4251164568518069f,0.9998782056826038f,-0.0020354769487874874f,-0.01547354628155942f,0.5525890507261217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008928424695139514f,-0.9986053181893957f,0.05203558125282113f,-0.009272232188265632f,-0.20674864940676452f,-0.052756756130818774f,-0.9769706856661727f,1.4829876198971599f,0.9783533508916612f,-0.0020354769487874874f,-0.20693133555034376f,0.21700817649683324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.965025318626866f,-0.025059311932526203f,-0.2609562516871048f,0.24044951122854002f,0.21260766273583098f,0.507563733824423f,-0.8349712796571014f,1.4173827935561438f,0.15337573522276052f,-0.8612497239428752f,-0.48448405221761326f,-0.5120047408162236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7175160602781989f,-0.025059311932526203f,-0.6960910386783615f,0.010254617819694454f,0.5907529607247614f,0.507563733824423f,-0.6272080958510811f,1.6097612873980425f,0.36902796999384796f,-0.8612497239428752f,-0.34938126791592733f,-0.36653256381796456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021475284228853968f,-0.5797603161062241f,-0.8145040135172453f,0.2553560945538412f,-0.2554609297819422f,0.7844651407707297f,-0.5651142860258488f,1.3065166322223427f,0.9665808427246194f,0.22020994251843012f,-0.1312594975374894f,0.028546107936896103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009635965410571509f,-0.3085985267678558f,-0.951143573519432f,0.19154922345037179f,-0.22002913763176568f,0.927220720921051f,-0.30306585635413946f,1.4784763557928264f,0.9754457067226386f,0.2121996323544303f,-0.05896600092440425f,0.06796500149757426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01230363735111185f,-0.5437664560967652f,-0.8391463887379227f,0.20436599925098384f,-0.27003513213890323f,0.8062219546693058f,-0.5263907172623096f,1.3678823870300658f,0.9627718566299377f,0.23307552645691557f,-0.13691658427003744f,-0.2829706538541062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011117633656919224f,-0.05161217594450254f,-0.9986053181893957f,0.18844743302270592f,-0.24781627261174144f,0.967369536274208f,-0.05275675613081899f,1.5489344453556622f,0.9687432545575188f,0.24805717805154798f,-0.0020354769487875343f,-0.23647265470037088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.25504065428299505f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.205464398963541f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.018154390040318883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.2722533786413025f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.096592802995822f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.13507748532780534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3143121589428871f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.167607187750554f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.1217043087629705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3697827724432028f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.053902756308837f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.022635515450372054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9528272198394335f,0.2519739464267069f,-0.169202303338953f,0.1629094897597671f,0.07325409843012698f,0.7319162874615927f,0.6774454850477847f,2.2625903476731217f,0.2945405340462417f,0.6330937359274612f,-0.7158478856105986f,0.049914819598015914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805137451504263f,0.09981671260805f,-0.169202303338953f,0.05097489350926333f,-0.042144713963041106f,0.7343646491174156f,0.6774454850477847f,2.2651363819419923f,0.19187657141000458f,0.6713755923555582f,-0.7158478856105986f,0.07878183358870172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9176570769547983f,0.39456649792747717f,-0.04714623874734812f,0.01736202161717483f,0.06412968561869857f,0.2641386405618269f,0.9623503322515126f,2.3087090744448964f,0.3921643437861513f,0.8800841194314304f,-0.2676921182765404f,0.032220594598280056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994671496032822f,0.09168340717821377f,-0.04714623874734812f,0.047666300036128026f,-0.02063237340907745f,0.2710279380117694f,0.9623503322515126f,2.3114762531700093f,0.10100950523260915f,0.9581951834909641f,-0.2676921182765404f,0.03683134902785486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.24615553566861892f,-0.04714623874734812f,0.1200077618399153f,0.02201975583887704f,0.27091874864652565f,0.9623503322515126f,2.3701148572626374f,0.24966066154106642f,0.9305968428334022f,-0.2676921182765404f,0.11815706172322092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.18489428361396032f,-0.169202303338953f,0.0784065480267743f,0.02201975583887704f,0.7352433237651109f,0.6774454850477847f,2.204685109415488f,0.24966066154106642f,0.6520976604356992f,-0.7158478856105986f,-0.02856491187481115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524061599622865f,-0.18174199486833145f,-0.24472914368168558f,-0.22745499694279314f,-0.21838566660251396f,0.9669171706984268f,0.13182900147966212f,2.2824558456944564f,0.21267394548573024f,0.1790000902508948f,-0.9605877162454787f,0.09256475752002352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.03051530119323148f,-0.24472914368168558f,-0.11613542943231805f,-0.06443780631997799f,0.9891758607474932f,0.13182900147966212f,2.299846418947496f,0.2380573596651735f,0.14352676721623078f,-0.9605877162454787f,0.06659049186704602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329421084331584f,-0.2640580779774071f,-0.24472914368168558f,-0.09435707830654504f,-0.30182702739634154f,0.9442041939654596f,0.13182900147966212f,2.297012804756485f,0.1962637710974228f,0.1968546965477692f,-0.9605877162454787f,0.06065313741754197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688791051484988f,0.0371608105330541f,-0.24472914368168558f,-0.12287059575937816f,0.004720580896139692f,0.9912612322112059f,0.13182900147966212f,2.305030110605133f,0.24748938507064835f,0.12657110126584267f,-0.9605877162454787f,0.06901781041749902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.18971537150800322f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.4090296730298757f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.06778837891145709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.16387124483530316f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.188575657835494f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.03094942804148222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.019445470802680616f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,1.685558098696161f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.04234684398231156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009925729368530803f,-0.05185458880714835f,-0.9986053181893957f,1.5549952732173524e-17f,-0.2254658866010742f,0.9728215965230956f,-0.05275675613081899f,1.32075f,0.9742004998334245f,0.22567508271383602f,-0.0020354769487875343f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.3228154581201447f,-0.9464349483633463f,0.2060735000332802f,-0.1990040602048463f,0.9270685853922169f,-0.3177124832310806f,0.7108401063270732f,0.9799726095696931f,0.19061484196555845f,-0.05761654723784405f,-0.3579550985565848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.48988395359326636f,-0.8717583630207852f,0.019305242725847403f,-0.1990040602048463f,0.8536462348982393f,-0.481337189157503f,1.0362927333820269f,0.9799726095696931f,0.17692319705423135f,-0.09138854872069675f,-0.2905031296796591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,0.10451592045407553f,-0.9941092682793488f,0.3049206251688904f,0.150903974091198f,0.9835733341494913f,0.0990529502515466f,1.1159679213538127f,0.988131977779663f,-0.14717309102444545f,-0.04399176931610951f,-0.03431714468417388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,-0.9828445365644491f,-0.18219064699560822f,-0.021099645097192053f,0.150903974091198f,0.17591787744256282f,-0.9727697009054024f,1.0599598585564194f,0.988131977779663f,-0.055403225010068564f,0.1432678510613432f,-0.03523005339469863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08104034280047596f,-0.6941313330390897f,-0.715272084826577f,0.002007338103144801f,-0.027964073827482006f,0.7189334571264694f,-0.6945161587746926f,1.2106962627287636f,0.9963184598378936f,-0.036281906200743515f,-0.07767335365933396f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0810403428004753f,-0.6425456055936144f,-0.7619498720855047f,0.00250563946456271f,-0.23085497127503873f,0.7315757529078557f,-0.6414849179792967f,1.173145266409573f,0.9696073664511746f,0.22788607348769555f,-0.08904769752204779f,-0.14640753183290198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.620874181818246f,-0.7839102310542475f,0.002007338103144801f,-0.13052619222005157f,0.7772037703570901f,-0.6155625171233688f,1.2106962627287636f,0.9914448613738104f,0.10232081750185153f,-0.0810403428004759f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0032241121152795735f,-0.03294672730789426f,-0.9994519089284725f,0.008963964952868424f,-0.043678531473431204f,0.9984986095560359f,-0.0330562036989614f,1.2344550052930947f,0.9990404351123094f,0.04376116856714415f,0.0017802067984950065f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0032241121152802544f,-0.032946727307894316f,-0.9994519089284725f,0.008963964952868424f,-0.21638046983000764f,0.9758018183450184f,-0.03146908944822747f,1.2344550052930947f,0.9763037935894816f,0.21616041375389397f,-0.010275122798881993f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.036992537882611795f,-0.999315541829008f,0.008963964952868424f,-0.13052619222005157f,0.9907662588373548f,0.03667606159289154f,1.2344550052930947f,0.9914448613738104f,0.13043685250125808f,0.004828495110372987f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018669175584905127f,-0.34658403803851395f,-0.9378331229274737f,0.01150458194077527f,0.05138535187976981f,0.9364243797808288f,-0.3470863387750691f,1.233096327084623f,0.9985043853159445f,-0.05467070082784529f,0.00032707158240638176f,0.056907036150386475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013371796714192901f,-0.31446213863274686f,-0.9491758311393909f,0.00046040046905396204f,-0.2581381747425962f,0.9159968648976826f,-0.30710653890494977f,1.275072382289222f,0.9660154645724855f,0.2491250827679454f,-0.0689261586240607f,-0.32841043356787086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.1887526632233953f,-0.9820246596323717f,0.022890124790360428f,-0.13052619222005157f,0.9736233025348802f,-0.18713785802345662f,1.0993698312110043f,0.9914448613738104f,0.1281799394880056f,-0.02463716640194389f,-0.14824033838285816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10244531374706763f,-0.9947386378799533f,1.5549952732173524e-17f,-0.13052619222005157f,0.9862285109360632f,-0.10156887988635793f,1.32075f,0.9914448613738104f,0.12983944665663102f,-0.01337179671419358f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6222984692704783f,0.021665530014122872f,-0.7824801722426113f,0.605548214910662f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.7874554304967665f,0.7760832635195779f,0.14755260907775533f,-0.613125595322156f,-0.6221710128975959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6222984692704783f,0.021665530014122872f,-0.7824801722426113f,0.5472077334165547f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.777876683623817f,0.7760832635195779f,0.14755260907775533f,-0.613125595322156f,-0.5494132069426355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6222984692704783f,0.021665530014122872f,-0.7824801722426113f,0.6937500000000001f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.7663706543595126f,0.7760832635195779f,0.14755260907775533f,-0.613125595322156f,-0.49382327062179227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.28674683314048716f,-0.7309698269877654f,-0.6192409593343917f,-0.9379934152603148f,-0.009918771395036774f,0.6486156150018105f,-0.7610515107072819f,2.466495024884642f,0.9579550467834671f,-0.21208700103801548f,-0.1932387961377999f,-0.4963876203542392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03325166543875885f,-0.7309698269877654f,-0.6815991775075914f,-0.9257565847396849f,0.34427607357653545f,0.6486156150018105f,-0.6788017156272861f,2.450354781750129f,0.9382794423348905f,-0.21208700103801548f,0.2732229713666623f,-0.5879234878072119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.569633271129554f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5483332042851482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4845092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.09813590934595884f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98.mcfunction new file mode 100644 index 000000000..b05ac5440 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..b7c1cf5b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.48403638613332456f,0.042347497621213294f,-0.6563992007830728f,-0.32912167369439604f,-0.2626280407857513f,0.7596349406083514f,-0.14465722810986154f,1.4309167150225757f,0.6030586485048308f,0.2968263648947177f,0.46385215318176437f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4539399143324738f,-0.1431269087312182f,-0.6430032987262755f,-0.32912167369439604f,0.04708215660828728f,0.7859408070775767f,-0.14170503978108887f,1.4309167150225757f,0.6570554198124683f,0.042564489510539316f,0.4543857827086672f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4716276332312362f,0.040159499687630634f,-0.6655065999687653f,-0.32828490979309866f,-0.03659355036535166f,0.8123957803388082f,0.0749563379828673f,1.4107391977539496f,0.6657121991437482f,0.07310783211792399f,-0.46736169851481874f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.441889462032594f,-0.14045538777390149f,-0.651924832622464f,-0.32828490979309866f,-0.33766377586622687f,0.7215204130259486f,0.07342661679954349f,1.4107391977539496f,0.5750798882001589f,0.31572231095085357f,-0.45782370466757755f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08237196825621593f,-0.0008629129517857097f,1.5603270055430156f,-0.005118214847901369f,1.5590904161273227f,-0.062246278171127975f,0.08227226260273618f,1.4075361517753493f,0.06211427521534787f,1.5612593974849536f,0.004142532968103026f,0.7537932733395027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0005522642891432859f,-0.99860928354753f,0.05271805968397797f,-0.0045136169637813185f,-0.039837618029522154f,-0.05265424806575092f,-0.9978178663214865f,1.415259792533753f,0.9992060143903703f,-0.0026512210995863717f,-0.03975313613782286f,0.5607918083017763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.00905562638833981f,-0.99860928354753f,0.051937408901516546f,-0.009393737122113879f,-0.22084975617016847f,-0.05265424806575092f,-0.973885473431146f,1.4771355766738983f,0.9752658000926168f,-0.0026512210995863717f,-0.22101943397898105f,0.22710044149055045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9633298405648932f,-0.024670990374912813f,-0.2671833836733459f,0.23903072535831751f,0.21753073075048324f,0.5111541349576033f,-0.831505761552441f,1.413228346411501f,0.1570859619965392f,-0.8591349093999529f,-0.487043332768201f,-0.5028210222648245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7130141882587016f,-0.024670990374912813f,-0.700715426957125f,0.01037623423001813f,0.5933786565136867f,0.5111541349576033f,-0.6217903346866663f,1.6063403942653292f,0.3735137712799853f,-0.8591349093999529f,-0.34982091148834654f,-0.3558986319168615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014882575168681425f,-0.5801010841874468f,-0.8144085222300275f,0.25528824135682604f,-0.24339318327323053f,0.7878975992649706f,-0.565665211418043f,1.3015446699088198f,0.9698135219166992f,0.206640037739651f,-0.12946670425435042f,0.03750238686301743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009379094975127128f,-0.3085713050466343f,-0.9511549727984733f,0.1914864030805917f,-0.22691416888363347f,0.925725627284293f,-0.3025591230634967f,1.4732272305054779f,0.9738695972959096f,0.2186682708829043f,-0.06133673264678665f,0.07811933307451957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010626478741420857f,-0.5440252474459273f,-0.8390015542839928f,0.20445622627074744f,-0.2502815467994649f,0.810894476333015f,-0.5289700327847245f,1.3635282202593535f,0.9681147789808939f,0.21560769558158852f,-0.12754252751443992f,-0.27102806385029493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01007310216496164f,-0.05174969976205472f,-0.9986092835475301f,0.18851184954319014f,-0.23991875394776255f,0.9693639779075676f,-0.05265424806575125f,1.5449548770666115f,0.9707407090036592f,0.24011548660957688f,-0.002651221099586447f,-0.2260229802428717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.25569631878935933f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.2001080372665065f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.002546014587140353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.27278085528543566f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0922658435534833f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.12043788185489164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3137154049247323f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.1617211148296684f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.13692793668253284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3693217267751358f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0489784629332197f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.036841254683250446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9524958047142453f,0.2565962388515132f,-0.16404301938521976f,0.16391029828582782f,0.07072870116938354f,0.7102853748634886f,0.7003514382693345f,2.2545172115151506f,0.29622490245192834f,0.6554792570801082f,-0.6946925584062744f,0.06729112042549797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809094961381152f,0.10443394169066754f,-0.16404301938521976f,0.0519766470378052f,-0.041255199152231886f,0.7126049897783373f,0.7003514382693345f,2.256946424142366f,0.19003833541940696f,0.6937490038666477f,-0.6946925584062744f,0.09617186261294568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.917404271217286f,0.3961104050510318f,-0.03828772861620733f,0.01859350990444919f,0.0571056810738025f,0.2262494320774586f,0.9723940228496495f,2.303078421320708f,0.3938379671151297f,0.8898919830490299f,-0.2301823498092047f,0.05048522561620859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949081570277191f,0.09322987137779173f,-0.03828772861620733f,0.048917114040374035f,-0.015604189376902378f,0.2328226226125055f,0.9723940228496495f,2.3053924970477206f,0.09957041906910763f,0.9680401941462531f,-0.2301823498092047f,0.0552170023160716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.24771998226382247f,-0.03828772861620733f,0.12170611975269208f,0.021009406505645867f,0.23239722279871572f,0.9723940228496495f,2.3601806133777643f,0.24977939189143966f,0.9405457677448001f,-0.2301823498092047f,0.13879730793687986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.18952843471721406f,-0.16404301938521976f,0.07906222194131898f,0.021009406505645867f,0.7134889401752175f,0.7003514382693345f,2.199645601838341f,0.24977939189143966f,0.6745461471843773f,-0.6946925584062744f,-0.012975575179604782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526991620401126f,-0.18053304411333226f,-0.24448338722956442f,-0.22671060116253688f,-0.2190749162300164f,0.9655052548216869f,0.14073302380934163f,2.2767159843899765f,0.21064303389117525f,0.1876364114314785f,-0.9593863087298246f,0.10882387352476351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692114446197306f,-0.029275399004864686f,-0.24448338722956442f,-0.11536698871668058f,-0.06533944244568131f,0.9878891502948937f,0.14073302380934163f,2.294197445937219f,0.23740247024625225f,0.1523744655207663f,-0.9593863087298246f,0.08301420295965875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333393625506158f,-0.2628792644587424f,-0.24448338722956442f,-0.0935917538278504f,-0.3023905976439867f,0.9427375787916763f,0.14073302380934163f,2.291389529309502f,0.19348788274753298f,0.20528114831040578f,-0.9593863087298246f,0.07705325716657654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688926428550654f,0.03840468708485674f,-0.24448338722956442f,-0.12209578949120584f,0.00373138472681947f,0.9900405510773282f,0.14073302380934163f,2.299367722233482f,0.24745327516391324f,0.13544292979854838f,-0.9593863087298246f,0.08548735543313214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.18880881585053289f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.403458667119459f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.08518430762463636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.16324063921361368f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.1833107412269204f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.04637504238195826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.01944546079523029f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,1.6807870750124554f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.03141135783040899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009518571319685035f,-0.051854562120614144f,-0.9986092835475301f,1.4396063303643558e-17f,-0.2295284689956274f,0.9718766444776588f,-0.05265424806575125f,1.3163333333333334f,0.9732554026156521f,0.22971045319298322f,-0.002651221099586447f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.3064458351178556f,-0.9518653863617994f,0.19781932520359152f,-0.19905999067179037f,0.9324342037786071f,-0.301565209759849f,0.703142974183097f,0.9799652461840287f,0.19146123827729478f,-0.05486994176050053f,-0.3490603686353675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.4747780601635945f,-0.8800809946829166f,0.016810189766221145f,-0.19905999067179037f,0.8618646123750682f,-0.4664381095593715f,1.0317288576510917f,0.9799652461840287f,0.1782559494739734f,-0.08884217888260058f,-0.2811002878984151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,0.11557544072381727f,-0.9929537352140021f,0.3035103027912152f,0.14870059317785178f,0.9826934768725331f,0.11046114294505129f,1.108018630529413f,0.9885357537097472f,-0.1447613484797218f,-0.04290938852785371f,-0.025001315099298583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,-0.9808248456623555f,-0.19312541237589592f,-0.023126430550412136f,0.14870059317785178f,0.18722186967896554f,-0.9709974794521701f,1.0557234605107575f,0.9885357537097472f,-0.054134957701369245f,0.1409484657318863f,-0.025784098358284338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08019628600130495f,-0.6882860590061779f,-0.7209929657696676f,0.001094561841619557f,-0.027306861893030054f,0.7245682884622389f,-0.6886618405636086f,1.2062669524979246f,0.9964049834305084f,-0.03554006658190572f,-0.07690261804517337f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08019628600130428f,-0.6363155018731643f,-0.7672490715455446f,0.0012814247673102264f,-0.23151218320949069f,0.7367884814831156f,-0.6352517946290116f,1.1687131634005055f,0.9695208428585598f,0.2285723422238737f,-0.08822709126521244f,-0.13698734184371028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6144076115091387f,-0.7889887749009078f,0.001094561841619557f,-0.13052619222005157f,0.782238866557123f,-0.609151269219692f,1.2062669524979246f,0.9914448613738104f,0.1029837004921787f,-0.08019628600130489f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003940137420573875f,-0.024758882983231957f,-0.9996856871189713f,0.008247991853923173f,-0.04370773346265254f,0.9987338217162629f,-0.024907577071762534f,1.2299681814697523f,0.999036590597494f,0.04379213483550098f,0.002852993845872895f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003940137420574555f,-0.024758882983232013f,-0.9996856871189713f,0.008247991853923173f,-0.2163512678407863f,0.9760370305052455f,-0.0233204628210286f,1.2299681814697523f,0.9763076381042971f,0.21619138002225083f,-0.009202335751504104f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.04520800691220182f,-0.9989775953999301f,0.008247991853923173f,-0.13052619222005157f,0.9904312035868261f,0.04482124614605425f,1.2299681814697523f,0.9914448613738104f,0.13039274164069622f,0.005900829000107138f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01717802434005337f,-0.33899726107147377f,-0.9406305185702895f,0.010986987970973156f,0.0515314676090706f,0.9392188577797834f,-0.3394295877452264f,1.2285879831838165f,0.9985236218166438f,-0.054302800819829876f,0.0013351019788900315f,0.06631718883576243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012303759658909317f,-0.30671692943719603f,-0.9517212526233056f,-0.0001281661110883476f,-0.25824283013137167f,0.9185288348352902f,-0.2993583475733783f,1.270654361411749f,0.9660016864291673f,0.24945842293404766f,-0.0679060898834743f,-0.3189883896308834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18067173472725978f,-0.9835434531685129f,0.021061836341268094f,-0.13052619222005157f,0.9751291025817751f,-0.1791260629908339f,1.0947740132335408f,0.9914448613738104f,0.12837818182504657f,-0.023582393575740816f,-0.13884170187814823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0942627640448362f,-0.9955473526229818f,1.4396063303643558e-17f,-0.13052619222005157f,0.9870303070123561f,-0.09345633303114478f,1.3163333333333334f,0.9914448613738104f,0.12994500511263077f,-0.012303759658909995f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9325436351587751f,0.010142333772364964f,-0.3609148120962997f,0.6833257610836228f,-0.04712743357368664f,0.9876343849460602f,0.1495236659428034f,1.7848400834446059f,0.35796839738951136f,0.15644633181339615f,-0.9205341773842608f,-0.6394915399077645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9325436351587751f,0.010142333772364964f,-0.3609148120962997f,0.5958997952874876f,-0.04712743357368664f,0.9876343849460602f,0.1495236659428034f,1.7804218865470727f,0.35796839738951136f,0.15644633181339615f,-0.9205341773842608f,-0.6059320026524978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9325436351587751f,0.010142333772364964f,-0.3609148120962997f,0.6937500000000001f,-0.04712743357368664f,0.9876343849460602f,0.1495236659428034f,1.7602024351044188f,0.35796839738951136f,0.15644633181339615f,-0.9205341773842608f,-0.48463164467249203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2790877097256789f,-0.7309698269877654f,-0.6227304090162543f,-0.9379934152603148f,-0.0005317043525573106f,0.6486156150018105f,-0.7611159578318567f,2.46150186753567f,0.9602654672383866f,-0.21208700103801548f,-0.18140930632176555f,-0.4825865166609493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02484273695182443f,-0.7309698269877654f,-0.6819574403540288f,-0.9257565847396849f,0.3358779910711226f,0.6486156150018105f,-0.6829961633053658f,2.445361624401157f,0.94157783190492f,-0.21208700103801548f,0.2616300641285925f,-0.574122384113922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.564640113780582f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5345321005918583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.480092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08871368712373648f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99.mcfunction new file mode 100644 index 000000000..dc87d657d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..989bf24d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5076413777719354f,0.04650742813358308f,-0.638029572313584f,-0.3261509654266177f,-0.2588243836839033f,0.7597958978552195f,-0.1505475886803669f,1.428822198675042f,0.5850253109301368f,0.2957899544866676f,0.487029909595208f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4768624662935056f,-0.14821095565121678f,-0.625008560633715f,-0.3261509654266177f,0.050584899416565604f,0.7846605868823595f,-0.14747518891137984f,1.428822198675042f,0.6403462783459362f,0.048386733909040386f,0.47709052368510174f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4959522879369421f,0.04444632621574868f,-0.6473023224278436f,-0.3252989394507848f,-0.03541839361923656f,0.8116788383723553f,0.0828700499359151f,1.4073746357764363f,0.6478590201023597f,0.07839918283293193f,-0.4909956238578744f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46551089691364544f,-0.14569437330708077f,-0.6340920709497244f,-0.3252989394507848f,-0.33633146721862817f,0.7213120979321034f,0.08117882442701888f,1.4073746357764363f,0.5569387300351973f,0.31381842992954523f,-0.48097530500363206f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08229781010027008f,-0.0002555739441350985f,1.5603311363728727f,-0.005142685633879518f,1.5579355462876554f,-0.08656364791064874f,0.08215727888499468f,1.398227880119291f,0.08643005302604798f,1.560100291501274f,0.004814186489350535f,0.7588845309840727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00016356732424689484f,-0.9986119272786385f,0.05267059846417263f,-0.0046131655606712965f,-0.05540073466281545f,-0.05258065848639634f,-0.9970787496240995f,1.4089575955743f,0.9984641865608154f,-0.003081079353184773f,-0.05531523393667093f,0.5660266079250973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009100991622638024f,-0.9986119272786385f,0.05187861455675487f,-0.009482981300823933f,-0.22987157369897238f,-0.05258065848639634f,-0.9717995338331333f,1.4733800985523409f,0.9731784171243434f,-0.003081079353184773f,-0.23003103137050188f,0.23357118281481765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962225333938024f,-0.02438867516998189f,-0.2711597301431594f,0.23812965960700244f,0.22067487199505298f,0.5134527392446356f,-0.8292580330826751f,1.4105685579548584f,0.1594522110157929f,-0.8577712265433212f,-0.4886752657097981f,-0.49692124985351593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7101203939741776f,-0.02438867516998189f,-0.703657742503706f,0.010464280483098406f,0.5950388640223732f,0.5134527392446356f,-0.6183001171479301f,1.6041430778892352f,0.37637451609390704f,-0.8577712265433212f,-0.35010105191136465f,-0.3490743408376538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010620129999831984f,-0.5802514621972351f,-0.8143681314103328f,0.25523914058335695f,-0.23573050751386265f,0.7900071783644157f,-0.5659680078943958f,1.2983608497501813f,0.9717604337829584f,0.19798206674005817f,-0.1283929927343846f,0.04323736145281858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009184147393636457f,-0.30855652187679444f,-0.951161670928737f,0.19144003228815343f,-0.2314291862339135f,0.9247202314608735f,-0.30221354252590527f,1.4698570585083082f,0.972808400043791f,0.222902145198838f,-0.062916217861499f,0.08463828731596634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009511174331427027f,-0.5441703949269288f,-0.8389208060644981f,0.20451795395782654f,-0.23755333096684517f,0.8137113177639788f,-0.5305113630162558f,1.3607377070817166f,0.9713279325281414f,0.20433421795646287f,-0.12153013972972716f,-0.263357037966522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009366470630966623f,-0.051831341143780026f,-0.9986119272786382f,0.18855825294787631f,-0.23484379588151538f,0.9706099452865183f,-0.05258065848639633f,1.542398442707399f,0.9719879941459567f,0.23501031080814094f,-0.003081079353184772f,-0.21931186143595294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.25611674603555246f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1966449280751856f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.007471645991528969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.2731231516807366f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.089467669203042f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.11103628558979978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.31333785756651555f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1579227597030983f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.1466776017296917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.3690277842960635f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.0458022452940923f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.04594064322131983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522987092146606f,0.2594654904849015f,-0.16063881123663976f,0.16453968234680483f,0.06908629639472526f,0.696031384266763f,0.7146799253974846f,2.249282016872364f,0.29724443153497676f,0.6694908299320637f,-0.6807552985899745f,0.07839087290659083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811636770555264f,0.10729870060423805f,-0.16063881123663976f,0.05260562253884184f,-0.04064756780501241f,0.6982695607466956f,0.7146799253974846f,2.2516367559182684f,0.18885341950416362f,0.7077475604926232f,-0.6807552985899745f,0.1072761993533018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172821042623553f,0.39690432452609786f,-0.03256529398773533f,0.019384605460018967f,0.052572435554991886f,0.2017449988335832f,0.9780261215660111f,2.29940521341159f,0.3947526823466079f,0.8954138219941213f,-0.20592330407712145f,0.06221011045151989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950373039591169f,0.09402268533319152f,-0.03256529398773533f,0.049718349677027956f,-0.012343275757649094f,0.20811667179281168f,0.9780261215660111f,2.301426005598488f,0.09873402287632471f,0.9735744376084549f,-0.20592330407712145f,0.06701073392294948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.24852323839495677f,-0.03256529398773533f,0.12277420876431708f,0.020365310667281172f,0.20748532395321695f,0.9780261215660111f,2.3536965844693625f,0.24981903953912177f,0.9461427166774115f,-0.20592330407712145f,0.1519593805794551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.19240444568487333f,-0.16063881123663976f,0.07948320848522064f,0.020365310667281172f,0.6991551032176417f,0.7146799253974846f,2.1963866862453933f,0.24981903953912177f,0.6885947073027977f,-0.6807552985899745f,-0.0029744285636741433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528954130674396f,-0.17976053015276855f,-0.24428770651473444f,-0.22623683731466487f,-0.2195027645375105f,0.9645588483232538f,0.14644031030323815f,2.2730060300422914f,0.20930568103953529f,0.19316412689864032f,-0.9585816355241021f,0.11924135876551696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692844316630944f,-0.028481695548595434f,-0.24428770651473444f,-0.1148768194018223f,-0.06591007382482958f,0.987021325852029f,0.14644031030323815f,2.2905444743726946f,0.23694630763942587f,0.15804333371572576f,-0.9585816355241021f,0.09354135865032771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336021958115499f,-0.2621267945510786f,-0.24428770651473444f,-0.09310338278808855f,-0.30273433309818776f,0.9417574842186746f,0.14644031030323815f,2.2877530523709626f,0.19167384678001315f,0.21067127117025175f,-0.9585816355241021f,0.08756611420043559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689100861513522f,0.039201548438171974f,-0.24428770651473444f,-0.12160160494625294f,0.00310160700406778f,0.9892146458440069f,0.14644031030323815f,2.2957059564190754f,0.24739366400167107f,0.1411298092104074f,-0.9585816355241021f,0.09604363011168066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.1882296036320933f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.3998513861018527f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.09633310991992766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.16283789943055296f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.179909167789186f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.0562621483461823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.01944648567542554f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,1.6777232378211484f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.024397672527927225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009221693888886712f,-0.05185729513446815f,-0.9986119272786382f,1.365583234949227e-17f,-0.23213242943709017f,0.9712619675230629f,-0.05258065848639633f,1.3135f,0.9726404760061418f,0.23229509548108276f,-0.003081079353184772f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.2958961766979438f,-0.9551999269653004f,0.19249508348639655f,-0.19909341989155202f,0.9357288215916164f,-0.2911586897185989f,0.6982678593497192f,0.9799608451437547f,0.19198183523006632f,-0.0531010068344608f,-0.3433450016269014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.4650127285082467f,-0.8852822206416955f,0.015208980742627486f,-0.19909341989155202f,0.8670004991565189f,-0.45680624406659914f,1.028811799653142f,0.9799608451437547f,0.17909019176845714f,-0.08719773619466867f,-0.2750668660151771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,0.12266870727385384f,-0.9921431842030571f,0.30258417948018257f,0.14727492302710243f,0.9820588840631952f,0.1177728545969442f,1.1029236876116695f,0.988790072134718f,-0.14322268147298978f,-0.04220730694448044f,-0.019027194113478172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,-0.9794602620303972f,-0.20013321765305672f,-0.024425817921044778f,0.14727492302710243f,0.19446125218602f,-0.9697911725962484f,1.0530144681891287f,0.988790072134718f,-0.05331431797923516f,0.1394696266081905f,-0.01972328410909642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07965195723569296f,-0.684511734541882f,-0.7246373237578836f,0.0005089644124789293f,-0.02688888602601612f,0.7281579203303997f,-0.684881764152315f,1.2034294262171883f,0.9964600109973321f,-0.03506748258104303f,-0.07640496154455535f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0796519572356923f,-0.6322961539112474f,-0.7706212684954705f,0.0004960286669290449f,-0.2319301590765046f,0.7401056843875248f,-0.6312305262327077f,1.1658751823298856f,0.9694658152917361f,0.22900906027124335f,-0.08769768123736975f,-0.13094350928548773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6102373468568587f,-0.7922186443786224f,0.0005089644124789293f,-0.13052619222005157f,0.7854411040537113f,-0.6050166817596201f,1.2034294262171883f,0.9914448613738104f,0.10340528305647254f,-0.07965195723569288f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0043993371962329116f,-0.01950538742493027f,-0.9998000728613884f,0.007788391704182248f,-0.043729539765072975f,0.9988495652266508f,-0.019679263158604902f,1.2270929157311217f,0.9990337197433171f,0.04380737275772304f,0.0035413144307110296f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004399337196233592f,-0.019505387424930326f,-0.9998000728613884f,0.007788391704182248f,-0.21632946153836585f,0.9761527740156334f,-0.018092148907870968f,1.2270929157311217f,0.9763105089584739f,0.2162066179444729f,-0.008514015166665969f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.050476733460589535f,-0.9987252371794502f,0.007788391704182248f,-0.13052619222005157f,0.9901810043259057f,0.050044898008437005f,1.2270929157311217f,0.9914448613738104f,0.1303598022831015f,0.006588535814316877f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01622081891371843f,-0.3341181723951305f,-0.9423916022063791f,0.010654553246925887f,0.05161879988237908f,0.9409789397250478f,-0.33450580636608973f,1.2256980609148096f,0.9985351193285448f,-0.054071081635777354f,0.0019833300950276994f,0.07235418320548963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011618161287601332f,-0.3017373534121178f,-0.953320296586696f,-0.0005057350660349989f,-0.2583053818707326f,0.9201198389105445f,-0.294376989148012f,1.2678226856217751f,0.965993451336452f,0.2496678825942266f,-0.06725028160539681f,-0.31294372696671585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17548127705120226f,-0.984482768464984f,0.019888214530322516f,-0.13052619222005157f,0.9760603819056711f,-0.17398001039972838f,1.091833602508109f,0.9914448613738104f,0.12850078707398896f,-0.022904902899405683f,-0.13281135443980868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0890101909049399f,-0.9960307153472057f,1.365583234949227e-17f,-0.13052619222005157f,0.9875095345014675f,-0.0882486963826045f,1.3135f,0.9914448613738104f,0.1300080966084848f,-0.01161816128760201f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.98749873911576f,-0.004491113267764424f,0.15756290853624344f,0.7636734396764878f,0.020574439313919644f,0.9873698869140538f,0.15709041620113692f,1.778844599848859f,-0.1562783820357195f,0.15836835642559627f,-0.974934116231119f,-0.6176496981893072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.98749873911576f,-0.004491113267764424f,0.15756290853624344f,0.6710954328843853f,0.020574439313919644f,0.9873698869140538f,0.15709041620113692f,1.780773453534539f,-0.1562783820357195f,0.15836835642559627f,-0.974934116231119f,-0.6323007965051559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.98749873911576f,-0.004491113267764424f,0.15756290853624344f,0.6937500000000001f,0.020574439313919644f,0.9873698869140538f,0.15709041620113692f,1.7562454642615284f,-0.1562783820357195f,0.15836835642559627f,-0.974934116231119f,-0.4787351299125636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2741518832362062f,-0.7309698269877654f,-0.624919080322819f,-0.9379934152603148f,0.005490320143605537f,0.6486156150018105f,-0.7610963410505556f,2.4582987099910465f,0.9616707343486972f,-0.21208700103801548f,-0.17380593398367772f,-0.4737329784426124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.019446259760332513f,-0.7309698269877654f,-0.6821326520661578f,-0.9257565847396849f,0.3304635597191272f,0.6486156150018105f,-0.6856322772985428f,2.4421584668565335f,0.9436183967468506f,-0.21208700103801548f,0.25417203880758454f,-0.5652688458955851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13052619222005188f,-0.7309698269877654f,-0.6698104397350121f,-0.831403434039748f,0.1721625934348046f,0.6486156150018105f,-0.7413891187477903f,2.5614369562359585f,0.9763825861650424f,-0.21208700103801548f,0.041184334696150605f,-0.5256785623735214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4772592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08266924267929204f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..3f2ce331d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.25424395794263094f,-0.06496927960220827f,-0.7733585500930859f,-0.13644265717048468f,-0.12032155341933488f,0.8072598535516814f,-0.028261229111993098f,1.109061218837182f,0.7666988835761196f,0.10514259838967506f,-0.26088752436911133f,-0.2855866789698208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.25445236498708645f,0.03651052684122934f,-0.7575757225401658f,-0.13644265717048468f,0.1937263846957814f,0.775695596242744f,-0.027684469334197322f,1.109061218837182f,0.7332967215426376f,-0.19225848069562462f,-0.255563289177905f,-0.2855866789698208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8057968427118186f,0.12194451420497461f,0.05258733854666487f,-0.21230738837813246f,0.12032155341933488f,0.8072598535516814f,-0.028261229111993098f,1.109061218837182f,-0.05620157028826633f,-0.020137247663848397f,-0.8144816260653781f,-0.23473798742600382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7749799401773575f,-0.19170912076594604f,0.05151412755591661f,-0.21230738837813246f,-0.1937263846957814f,0.775695596242744f,-0.027684469334197322f,1.109061218837182f,-0.0433148957681009f,-0.03929319260077897f,-0.7978595520640439f,-0.23473798742600382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2208461590909435f,1.2618889850921575f,0.894577784945424f,-0.47925046131723914f,1.542135543346099f,-0.24984969506917412f,-0.028272704548245937f,0.8038485230500478f,0.12021310229508832f,0.8869146346616033f,-1.2807566087511182f,0.35581426127205884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37054756473758926f,-0.5723707602902882f,-0.7314958749246365f,-0.41055533074521666f,-0.8544745479496912f,0.5187961595025985f,0.02690337881242899f,1.0286287357935722f,0.36409854321764684f,0.6350135885554511f,-0.681314900157567f,0.2716661525070363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4539572197321491f,-0.5723707602902882f,-0.6828722833867067f,-0.24942697838066766f,-0.8453895677112229f,0.5187961595025985f,0.12714961144410172f,1.3431385415289685f,0.28149479827891816f,0.6350135885554511f,-0.719387531787867f,0.16388596397609914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.21192959639745704f,0.9772847596781583f,0.0005870874000678955f,0.46929713721772376f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.176127167887023f,-0.9066109695516587f,0.19682781827338858f,-0.373249728522794f,0.014818402076553577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6161188219686351f,0.7834103639896927f,0.08164434340184501f,0.2463804525599649f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3431385415289685f,-0.60088141216722f,-0.4004723592987182f,-0.6917827823454742f,-0.16843128963714607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8728509625315621f,-0.07178661154652366f,-0.48267782175110757f,-0.009049365392272055f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0199743176475116f,0.3896367965349773f,-0.6980255205586567f,-0.6007857683357497f,0.3256185339219669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8471248135305723f,-0.020633292567354453f,-0.5309932368106235f,-0.0162368154787174f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.1942001215336489f,0.5049281702606622f,-0.3426738632837975f,-0.792226082819404f,0.2564157715386336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.2991479459070806f,-0.4695682161146677f,0.25137822911459284f,0f,0.8433914458128857f,-0.5372996083468239f,1.0071512011580839f,0.5567618908703584f,-0.4463198131264448f,-0.700581773446354f,0.09440820445099371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.02428561258813111f,-0.556231976918584f,0.24334822689857713f,0f,0.9990482215818578f,-0.04361938736533605f,1.1942001215336489f,0.5567618908703584f,-0.03623340965664762f,-0.8298815197961192f,0.08242768064164656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,0.3044844385611522f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.874940276423385f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.002397465102015779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,0.3259323245044482f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.7530859754101664f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.10492468106511153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,-0.27752955248521866f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.886624028166978f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,0.07684554198043378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,-0.33038132497337414f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.766261269929537f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.015565545418945021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9745373917963193f,0.17977427839128554f,-0.1340077640277601f,0.20664221791913462f,0.17591963590438348f,0.98358463535871f,0.04016897794993967f,1.9844435311345539f,0.13902932674114632f,0.015571573946333973f,-0.9901658307529793f,-0.006805564053474936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9906621124193546f,0.02510972315861805f,-0.1340077640277601f,0.09278583093614481f,0.01988723701037097f,0.9989949704650923f,0.04016897794993967f,1.9968014974554755f,0.13488171418289288f,0.03712884038516377f,-0.9901658307529793f,0.009104949344609856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9551606220395348f,0.2640267132040419f,-0.1340077640277601f,0.07054945799069089f,0.26097525802805f,0.9645093923377056f,0.04016897794993967f,1.9929303647957282f,0.13985743027183772f,0.003395115170450002f,-0.9901658307529793f,0.01195734748675658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9900004750482412f,-0.04405653849926647f,-0.1340077640277601f,0.09963620564065409f,-0.049847573727218694f,0.9979487324527082f,0.04016897794993967f,2.0023426255639962f,0.1319631721267971f,0.04644726915003608f,-0.9901658307529793f,0.008402620580582693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847038874204523f,0.11135606530103971f,-0.1340077640277601f,0.15532462720401596f,0.10687970872148547f,0.9934602060848073f,0.04016897794993967f,2.1070806302742606f,0.13760444019965226f,0.025231837955307465f,-0.9901658307529793f,-0.02644554442625681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847038874204523f,0.11135606530103971f,-0.1340077640277601f,0.13026951251128208f,0.10687970872148547f,0.9934602060848073f,0.04016897794993967f,1.8835520839051791f,0.13760444019965226f,0.025231837955307465f,-0.9901658307529793f,-0.03212270796620098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9823934440155728f,-0.130173116792608f,-0.1340077640277601f,-0.18018810353289083f,-0.13663485166079245f,0.9898067339244013f,0.04016897794993967f,1.992209030782791f,0.12741286617471187f,0.0577718715501543f,-0.9901658307529793f,0.045862582029093754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.025109723158618064f,-0.1340077640277601f,-0.0658256359676081f,0.01988723701037097f,0.9989949704650924f,0.04016897794993967f,1.9999855738376582f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,0.03070039170264486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9673098056885663f,-0.21529899906648087f,-0.1340077640277601f,-0.04380619521064037f,-0.22238225587084845f,0.9741317084892833f,0.04016897794993967f,1.9952260193384626f,0.12189287137704508f,0.06865679512416606f,-0.9901658307529793f,0.02752722377144756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9864973435597684f,0.09415365276929433f,-0.1340077640277601f,-0.07239068921575377f,0.0895251591283042f,0.9951742053999939f,0.04016897794993967f,2.0057960125334566f,0.13714312608575208f,0.027629523642112932f,-0.9901658307529793f,0.03182461499513283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9890808005646072f,-0.06132771913870606f,-0.1340077640277601f,-0.1311947523997654f,-0.06725658858263447f,0.9969267799104825f,0.04016897794993967f,2.11283241863763f,0.13113245687739586f,0.0487432699206822f,-0.9901658307529793f,0.012564956311675708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9890808005646072f,-0.06132771913870606f,-0.1340077640277601f,-0.11739601559355659f,-0.06725658858263447f,0.9969267799104825f,0.04016897794993967f,1.888523893157772f,0.13113245687739586f,0.0487432699206822f,-0.9901658307529793f,0.0015977205795222292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,-0.002244242034061523f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.37279778560718f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.0033483421797052167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.02428561258813111f,-0.556231976918584f,0.006862862686487644f,0f,0.9990482215818578f,-0.04361938736533605f,0.9981547025139833f,0.5567618908703584f,-0.03623340965664762f,-0.8298815197961192f,0.01023918644153764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.795755246268096f,-0.47956152796139956f,-0.36985717369834764f,0.3028782709173312f,-0.1205904774487396f,0.7239503219346606f,-0.6792303498220512f,0.836172632309645f,0.5934909643671813f,-0.4958998611312862f,-0.6339178203398953f,0.23112094913437148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.795755246268096f,-0.5551388400272423f,0.24206291812256125f,0.15279087532278773f,-0.1205904774487396f,-0.24644836537845152f,-0.9616242197194153f,0.7060658660204384f,0.5934909643671813f,-0.7944080006492236f,0.1291681219148748f,0.003446936180734682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8550504567866227f,-0.24715637608398422f,-0.45585353142212237f,0.1140066888589055f,0.16042999720436046f,0.7098812298646845f,-0.6858067187501238f,0.750028723739081f,0.49310336882442474f,-0.6595319289062772f,-0.5673329731358545f,0.42492076216143815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8550504567866227f,-0.5000845474037517f,-0.13712826768019995f,-0.06516186054989614f,0.16042999720436046f,-0.003648566246908125f,-0.9870404773672408f,0.7099061250287997f,0.49310336882442474f,-0.8659688986403187f,0.08334827077796286f,0.1272929403017858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8784118821848238f,-0.30817424817452627f,-0.3652686655033262f,0.018737365367081427f,0.08563288692571536f,0.6504463530505302f,-0.7547095802227719f,0.8926409252103429f,0.47016972883553754f,-0.6942248731969567f,-0.544969954696024f,0.027955590280788076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7687193584837936f,-0.5707492731315924f,-0.28864479055064185f,0.022896675973588937f,-0.08563288692571536f,0.5390809812514737f,-0.8378894344301734f,0.8555452140413256f,0.6338277025888286f,-0.6193843418045915f,-0.4632768940474587f,0.034161157653154015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.42019353294280504f,-0.3652686655033262f,0.018737365367081427f,0f,0.6560590289905074f,-0.7547095802227719f,0.8926409252103429f,0.5567618908703584f,-0.6269162187669709f,-0.544969954696024f,0.027955590280788076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8421029251025162f,-0.09438659310324603f,-0.5309932528536954f,0.018643060748230283f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9175980409052624f,0.5328727913324998f,-0.29736240631452154f,-0.7922260962429523f,0.027814890602122465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8129194295866479f,-0.23918228702052874f,-0.5309932528536954f,0.018643060748230283f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9175980409052624f,0.5764136962366724f,-0.20031241404972816f,-0.7922260962429523f,0.027814890602122465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.16742152952768197f,-0.5309932528536954f,0.018643060748230283f,0f,0.9537169507482269f,-0.30070579950427306f,0.9175980409052624f,0.5567618908703584f,-0.24978792866372787f,-0.7922260962429523f,0.027814890602122465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8513759944005214f,-0.16256261089444915f,-0.49873070258176755f,-0.14214221466264426f,0.12059047744873963f,0.8646468759424633f,-0.4876922356072767f,0.9299244281796487f,0.5105064670571848f,-0.4753516355942392f,-0.7165360909477436f,0.1359224189499083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.795755246268096f,-0.41771623046853124f,-0.4385051183737344f,0.17259104925024044f,-0.1205904774487396f,0.818851454508855f,-0.5611953600996871f,0.9299919084924892f,0.5934909643671813f,-0.39369461039223463f,-0.7019779405099705f,-0.09049366588979146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.2570840310115033f,-0.49385382870279876f,0.041116761208370003f,0f,0.8870108331782217f,-0.46174861323503386f,0.7920081669545094f,0.5567618908703584f,-0.3835617066696744f,-0.7368151831030015f,0.07537701220284461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.2130635514083463f,-0.5143809154574068f,0f,0f,0.9238795325112867f,-0.3826834323650897f,0.9984375f,0.5567618908703584f,-0.3178844640242571f,-0.7674409843150637f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9325266044064306f,-0.09345988763507336f,-0.34879704912377213f,0.16775320055669707f,0f,0.9659258262890683f,-0.2588190451025207f,1.0765625f,0.3611012767551669f,0.24135564528516856f,0.9007515308978208f,0.3266374868636608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9325266044064306f,-0.09345988763507336f,-0.34879704912377213f,0.25517756971979993f,0f,0.9659258262890683f,-0.2588190451025207f,1.0765625f,0.3611012767551669f,0.24135564528516856f,0.9007515308978208f,0.36049073155945766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9325266044064306f,-0.09345988763507336f,-0.34879704912377213f,0.26378494250681433f,0f,0.9659258262890683f,-0.2588190451025207f,1.1153853567653782f,0.3611012767551669f,0.24135564528516856f,0.9007515308978208f,0.2084513795768861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.33908428402883894f,-0.398741265723857f,-0.852072327524833f,0.23394092484740642f,-0.5295737741612817f,0.8294993993759021f,-0.17743270317388876f,1.8224252517079975f,0.7775432245510377f,0.39107051722669395f,-0.49243312694295915f,-0.6237083836836039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8331582917617676f,-0.398741265723857f,-0.38321360085147016f,0.20201297145120256f,0.14947378794887148f,0.8294993993759021f,-0.5381341218982805f,1.8469879982920023f,0.5324517326338879f,0.39107051722669395f,0.7507056700007113f,-0.7083626202709112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3405648362261748f,-0.398741265723857f,-0.8514816470923934f,0.3456991952131635f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9086925749109647f,0.9029785235979441f,0.39107051722669395f,0.1780270666975199f,-0.6927395619818856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012979252118864728f,0f,-0.000008699404544849352f,0.3767784238346254f,0f,0.000015625f,0f,1.1645599999999998f,0.000008699404544849352f,0f,-0.000012979252118864728f,0.5751055221774047f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_play_as_root.mcfunction new file mode 100644 index 000000000..4ac1e402d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/play_as_root +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..1d2ed4810 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_0_shining_ray/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..fb373d017 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..160 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_160 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/end.mcfunction new file mode 100644 index 000000000..36d3d5cbd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.5_1_water_bullet.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/end_loop +execute if score @s aj.ecual.animation.5_1_water_bullet.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/5_1_water_bullet/stop +execute if score @s aj.ecual.animation.5_1_water_bullet.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/5_1_water_bullet/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/end_loop.mcfunction new file mode 100644 index 000000000..714fd285d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.5_1_water_bullet.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/next_frame_as_root.mcfunction new file mode 100644 index 000000000..5f1353641 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/pause_as_root.mcfunction new file mode 100644 index 000000000..5026a82b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.5_1_water_bullet \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/play_as_root.mcfunction new file mode 100644 index 000000000..74e1ee4a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.5_1_water_bullet.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.5_1_water_bullet.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.5_1_water_bullet \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/resume_as_root.mcfunction new file mode 100644 index 000000000..97d61825f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.5_1_water_bullet.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.5_1_water_bullet \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/stop_as_root.mcfunction new file mode 100644 index 000000000..a32955e41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.5_1_water_bullet.local_anim_time 0 +tag @s remove aj.ecual.animation.5_1_water_bullet +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick.mcfunction new file mode 100644 index 000000000..15fee9293 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick_animation.mcfunction new file mode 100644 index 000000000..b2159ae7d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.5_1_water_bullet.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.5_1_water_bullet.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root +execute if score @s aj.ecual.animation.5_1_water_bullet.local_anim_time matches 160.. run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_160.mcfunction new file mode 100644 index 000000000..b3f97dd1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_160.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..127 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_127 +execute if score @s aj.anim_time matches 128..160 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_160 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..3bcb68209 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..5fdc1a1b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..ec6de4a77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..25a3bb88f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_120_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_120_127.mcfunction new file mode 100644 index 000000000..c6655292a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_120_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120 +execute if score @s aj.anim_time matches 121 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121 +execute if score @s aj.anim_time matches 122 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122 +execute if score @s aj.anim_time matches 123 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123 +execute if score @s aj.anim_time matches 124 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124 +execute if score @s aj.anim_time matches 125 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125 +execute if score @s aj.anim_time matches 126 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126 +execute if score @s aj.anim_time matches 127 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_135.mcfunction new file mode 100644 index 000000000..737c5e605 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_135.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128 +execute if score @s aj.anim_time matches 129 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129 +execute if score @s aj.anim_time matches 130 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130 +execute if score @s aj.anim_time matches 131 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131 +execute if score @s aj.anim_time matches 132 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132 +execute if score @s aj.anim_time matches 133 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133 +execute if score @s aj.anim_time matches 134 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134 +execute if score @s aj.anim_time matches 135 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_160.mcfunction new file mode 100644 index 000000000..b0050a16a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_160.mcfunction @@ -0,0 +1,5 @@ +execute if score @s aj.anim_time matches 128..135 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_128_135 +execute if score @s aj.anim_time matches 136..143 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_136_143 +execute if score @s aj.anim_time matches 144..151 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_144_151 +execute if score @s aj.anim_time matches 152..159 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_152_159 +execute if score @s aj.anim_time matches 160 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_136_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_136_143.mcfunction new file mode 100644 index 000000000..5b4b8df01 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_136_143.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 136 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136 +execute if score @s aj.anim_time matches 137 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137 +execute if score @s aj.anim_time matches 138 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138 +execute if score @s aj.anim_time matches 139 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139 +execute if score @s aj.anim_time matches 140 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140 +execute if score @s aj.anim_time matches 141 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141 +execute if score @s aj.anim_time matches 142 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142 +execute if score @s aj.anim_time matches 143 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_144_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_144_151.mcfunction new file mode 100644 index 000000000..edb61fcc4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_144_151.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 144 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144 +execute if score @s aj.anim_time matches 145 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145 +execute if score @s aj.anim_time matches 146 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146 +execute if score @s aj.anim_time matches 147 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147 +execute if score @s aj.anim_time matches 148 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148 +execute if score @s aj.anim_time matches 149 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149 +execute if score @s aj.anim_time matches 150 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150 +execute if score @s aj.anim_time matches 151 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_152_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_152_159.mcfunction new file mode 100644 index 000000000..9aac26e6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_152_159.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 152 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152 +execute if score @s aj.anim_time matches 153 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153 +execute if score @s aj.anim_time matches 154 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154 +execute if score @s aj.anim_time matches 155 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155 +execute if score @s aj.anim_time matches 156 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156 +execute if score @s aj.anim_time matches 157 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157 +execute if score @s aj.anim_time matches 158 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158 +execute if score @s aj.anim_time matches 159 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..efdeec51d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..fce56260d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..35e92b800 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..c240b79bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..18525030c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..6524a3872 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_127.mcfunction new file mode 100644 index 000000000..ecd05ad69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_112_119 +execute if score @s aj.anim_time matches 120..127 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_120_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..544bfcf57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..e9bfa2124 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..ead46bd93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..4c329b999 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..8437be588 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..92fdc18ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0.mcfunction new file mode 100644 index 000000000..b5b8ef312 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..df180c790 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274283f,-0.1369805285888252f,-0.21136888683372498f,0.028407417371093285f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904137f,0.0015875742403032398f,-0.7880886244628322f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.754423621904032f,0.1672516903478792f,-0.20705523608201631f,0.028407417371093285f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841534f,-0.07884064842836752f,-0.7720051831472643f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.776855181427428f,0.13698052858882517f,0.21136888683372554f,-0.028407417371093036f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904193f,0.001587574240303339f,-0.788088624462832f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040318f,-0.16725169034787915f,0.20705523608201687f,-0.028407417371093036f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841587f,-0.07884064842836765f,-0.7720051831472641f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867443f,0.34931344929254154f,1.5225365496710523f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.3462945435343857f,0.004262293863448896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610423f,-0.8660254037844387f,-0.08682408883346483f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.2106845059460161f,-0.021809693682668344f,-0.9773107879358292f,-0.061412513824814545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48814800355996674f,-0.8660254037844387f,0.10821980696905181f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393666f,-0.021809693682668344f,-0.9835429037579558f,-0.0025620040789264883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292685f,0.7022169901405849f,0.20829890176360144f,0.3815959628982376f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692852f,-0.3097212812159222f,0.2737741662119785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549322f,0.8737249081167114f,0.4529779710640939f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117755f,0.10351180563196023f,-0.5291882221760242f,-0.0025620040789262697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-0.1562500000000001f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438614e-16f,3.50389923307917e-16f,-0.15625000000000008f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-3.6739403974420594e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.9740067366351926e-16f,3.098569903629026e-16f,0.15624999999999992f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-3.6739403974420594e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,0.15624999999999992f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.0588973435489797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.058897343548979936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.670443620262233e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878574f,0.043082360324645255f,-0.9990482215818578f,0.023019032392553276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.673276960380889e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.670443620262233e-16f,0.057716779398202966f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876317917f,0.042323705143362776f,-0.9990482215818578f,0.02327017964168549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,3.670443620262233e-16f,0.08682420206637902f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494852556f,0.04351313273001673f,-0.9990482215818578f,0.023706424919101795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.0029452599948776303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.01272227554103312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.670443620262233e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879299f,0.04308236032464513f,-0.9990482215818578f,0.02301903239255313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.677613769070831e-16f,0.043619387365335965f,-0.9990482215818578f,0.023458601654580913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.670443620262233e-16f,-0.057716779398202966f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.01055248487631863f,0.042323705143362596f,-0.9990482215818578f,0.02327017964168545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.670443620262233e-16f,-0.08682420206637902f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649484522f,0.04351313273001677f,-0.9990482215818578f,0.023706424919101736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.14461004211822304f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.002945259994877736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.12499999999999999f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.01272227554103321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,1.4170221467901536e-18f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,-4.592541453954164e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127508f,0.05516275246767084f,0.1353968714829456f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231444f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085546f,0.12265449964846549f,0.12499999999999997f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231444f,-0.9979284784780964f,0.04054291847216168f,0.08779756783041522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250896f,-0.01513443590133827f,-0.15030508631179113f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352418f,-0.4559569153574002f,-0.8875175410850817f,0.4130445200080469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058172f,-0.14645338762528512f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352418f,-0.9816839891462924f,-0.1785515047535789f,0.06958870415798649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200518f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861307f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994118f,0.01816573492777439f,-1.2903043187827161e-17f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861235f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,3.50389923307917e-16f,-1.2302116063981519e-17f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323666f,-0.29956152315159623f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,3.50389923307917e-16f,-1.2302116063981519e-17f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304322937f,-0.29956152315159634f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438612e-16f,3.50389923307917e-16f,-1.2302116063981519e-17f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-3.6739403974420594e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200517f,3.394278336863101e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231517f,-0.37940952255126026f,-0.9238795325112867f,0.033484893756069785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171928f,0.011376107230962523f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314455f,-0.4584871616364665f,-0.8872961732197349f,0.020984817312548937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.6964368836270401e-16f,3.2588249329822087e-16f,-0.007812500000000031f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-3.6739403974420594e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.4059561215978893e-16f,3.394278336863101e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-3.6739403974420594e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3200201560166515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792328f,-0.5489564193883943f,-0.5884577130009256f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558592f,0.10284744064531103f,-0.7523354903537365f,-0.38803565840066034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2128178925220774f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996699f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.10284744064531103f,0.1873571304321715f,-0.47613184159933924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.3831551887719455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000252f,0f,0.000015625f,0f,1.2911225f,-5.740531871003218e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1.mcfunction new file mode 100644 index 000000000..43fba2fe2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10.mcfunction new file mode 100644 index 000000000..e6b0b8ffe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100.mcfunction new file mode 100644 index 000000000..161cfe681 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..8a7fbdefe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16464653650012337f,-0.7329629490645151f,-0.6600430541390181f,-0.879518599062895f,0.2780069706221411f,0.6075607962628502f,-0.7440309154396418f,2.4557668583992585f,0.946363377516276f,-0.3059986832375275f,0.10373602822976109f,-0.6171748820056352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42816668635293f,-0.7329629490645151f,-0.5286195266883364f,-0.9079814009371049f,-0.06248116983912709f,0.6075607962628502f,-0.7918118351350816f,2.4661149207062087f,0.9015372383396515f,-0.3059986832375275f,-0.30593367540009964f,-0.5284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.578925809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7751244584879987f,-0.018246482923549027f,0.6315450417148465f,0.6952727972656021f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.7744942939132977f,-0.6264033638082543f,0.15266565042579577f,-0.7644030514000923f,-0.6262053988424761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7751244584879987f,-0.018246482923549027f,0.6315450417148465f,0.767940715248852f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.7667629594749379f,-0.6264033638082543f,0.15266565042579577f,-0.7644030514000923f,-0.5674800834854521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7751244584879987f,-0.018246482923549027f,0.6315450417148465f,0.6368750000000001f,0.08246756734250281f,0.9881094398096747f,0.12976453789699405f,1.7511639460095687f,-0.6264033638082543f,0.15266565042579577f,-0.7644030514000923f,-0.4821822834539502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101.mcfunction new file mode 100644 index 000000000..c0822791b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..0b33d9d1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5974463974792945f,0.06232380070268368f,-0.5532793060014347f,-0.31516843731299116f,-0.2253811787546284f,0.7691440018339027f,-0.15673312716381277f,1.4509765836948167f,0.5091223535130149f,0.2673531237022412f,0.5798803159656889f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5640673806119157f,-0.16756227348637928f,-0.5419878915932422f,-0.31516843731299116f,0.0843561879576979f,0.7805838797627535f,-0.1535344919155717f,1.4509765836948167f,0.5609919996602963f,0.051104707792952425f,0.5680460238031239f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5856197601082145f,0.06023844544310723f,-0.5660081896102207f,-0.3139603984014483f,-0.010701690195883481f,0.8107717813129387f,0.09736034561380656f,1.4268617585680834f,0.5691040457088606f,0.07723271820728785f,-0.5806032525232399f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.552582235357376f,-0.16501607808376895f,-0.554457002067155f,-0.3139603984014483f,-0.3136222047407479f,0.7297568275165446f,0.09537339978495338f,1.4268617585680834f,0.486100798046041f,0.283239592336311f,-0.5687542065533778f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08259314225223717f,-0.005450842196013065f,1.5603060312554897f,-0.0054785825498486155f,1.5580565079106894f,0.0837606408883744f,0.08276667925631116f,1.4637333439292601f,-0.08393176401130867f,1.5602437929238246f,0.0010077860025986007f,0.7218056048925093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.003488539005448793f,-0.9985958600035134f,0.05285961104143157f,-0.004306831901428151f,0.053606810168559366f,-0.05297067472403895f,-0.9971561650628412f,1.4534077655170707f,0.9985560274712478f,-0.0006449830416635598f,0.053716328967237326f,0.5289284546057357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705047f,-0.9985958600035134f,0.05233809067187444f,-0.009042888308542496f,-0.16635288933300615f,-0.05297067472403895f,-0.9846424852858223f,1.4996438760965027f,0.9860322933666493f,-0.0006449830416635598f,-0.16655299587513275f,0.18821925928564423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9696757852725106f,-0.025818832795701054f,-0.243027281038997f,0.24458523925261977f,0.19843508845914165f,0.4972922886140375f,-0.8445850432924001f,1.429277245906638f,0.142661792798046f,-0.8671988050949335f,-0.47708892810205406f,-0.5380811567135557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.730275587505191f,-0.025818832795701054f,-0.6826645985892458f,0.010013370108678744f,0.5830181930586393f,0.4972922886140375f,-0.6424874833392882f,1.6194805104727705f,0.356072117493897f,-0.8671988050949335f,-0.3481075689859845f,-0.39680099363429094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04053653440762038f,-0.5779285948817021f,-0.8150799522723408f,0.25546687123834166f,-0.30275760270474844f,0.7702963072042044f,-0.5612320670738975f,1.3212095474363756f,0.9522051372381339f,0.2695220553602757f,-0.14374713315986176f,0.0006846232678268185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.3085676806491659f,-0.9511420468774706f,0.19166579332363887f,-0.21387554266661588f,0.9284771067959663f,-0.30362396875881237f,1.4934013551558767f,0.9768021596661888f,0.20667909573681145f,-0.05604723237487604f,0.03908665851613599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01666458883704693f,-0.5428461779234824f,-0.8396667902166663f,0.20415304466735626f,-0.3256691705369845f,0.7910415883326481f,-0.5178733405862035f,1.380317717160316f,0.9453369149888545f,0.28208373338785087f,-0.16360588167094473f,-0.31689307266179795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057194f,-0.051169070412621004f,-0.9985958600035132f,0.1883176198399679f,-0.2702295422176601f,0.9613376629114839f,-0.052970674724038935f,1.5602374622391941f,0.9626982704336191f,0.2705764662733888f,-0.0006449830416635528f,-0.26616401637954795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.25317816647050106f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.220444133817037f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.06256575341171061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.2707973508389394f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.1086887203189093f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.17667361640131096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.31606016760079503f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.184140670838131f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,0.07816813589528901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.3711097067308199f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.067750772704398f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.01797369867214116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531096f,0.23787493557769696f,-0.18285919236644887f,0.15993967008948196f,0.08019887101358261f,0.7894354308274812f,0.6085719691559704f,2.2849802307183142f,0.2891195432639415f,0.5658685497340661f,-0.7721416153301897f,-0.000060367388881030215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754384f,0.08571913308819694f,-0.18285919236644887f,0.047991859225101026f,-0.044283419476292316f,0.792262038164843f,0.6085719691559704f,2.2878633723170045f,0.19703865805924664f,0.6041300299649875f,-0.7721416153301897f,0.028723582343473344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917134f,0.3881657778743942f,-0.07182323866914032f,0.013877780545709192f,0.08377341284027617f,0.36952690961011775f,0.9254360476959433f,2.3241310014673275f,0.38576322275049824f,0.8442613291873331f,-0.3720343317652113f,-0.0197153663090502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373457f,0.08524692978800505f,-0.07182323866914032f,0.044104040738173894f,-0.03451684477435273f,0.3773283835755465f,0.9254360476959433f,2.3281557276188867f,0.10599152833141245f,0.9221476302143732f,-0.3720343317652113f,-0.015539195912338141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.23965692830652507f,-0.07182323866914032f,0.1149690969659355f,0.024935278691375247f,0.37808246918032967f,0.9254360476959433f,2.39722057161437f,0.24894226795549737f,0.8942137346368519f,-0.3720343317652113f,0.05858121734181028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.17075285258329725f,-0.18285919236644887f,0.07654970513469368f,0.024935278691375247f,0.793106796235039f,0.6085719691559704f,2.2187715424614867f,0.24894226795549737f,0.5846580822159725f,-0.7721416153301897f,-0.07296685115678332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951660149246091f,-0.1852064996418823f,-0.24503369733020264f,-0.22960668450385335f,-0.21627774790390586f,0.9705142752339402f,0.10642357506095068f,2.298517189008703f,0.21809836335590058f,0.15427441154495042f,-0.9636558046543053f,0.04611658959171876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128442f,-0.03405385395130618f,-0.24503369733020264f,-0.11834522108058627f,-0.061793128474733505f,0.9923989278231568f,0.10642357506095068f,2.315635615093057f,0.23954704562893558f,0.11825693673739324f,-0.9636558046543053f,0.01971608068928426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931896985026173f,-0.2674443801462642f,-0.24503369733020264f,-0.09655593696689209f,-0.3000406382823134f,0.9479713276520487f,0.10642357506095068f,2.312729005467398f,0.20382253231247716f,0.17269587568263575f,-0.9636558046543053f,0.01385460960288095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402184f,0.03361728489524057f,-0.24503369733020264f,-0.12509917229924433f,0.0075836462329132714f,0.9942919646567903f,0.10642357506095068f,2.3208555255409253f,0.24721270796795858f,0.10125891158417619f,-0.9636558046543053f,0.022009915437520684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1923128233766891f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.424551568305903f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,0.01812399791736133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1656793731935174f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.203323260342803f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,-0.013080089749549433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.019454930837798604f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,1.699117214172122f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.0735159066356334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.05187981556746299f,-0.9985958600035132f,1.8837449028551243e-17f,-0.21387554266661588f,0.9754236822367707f,-0.052970674724038935f,1.333333333333333f,0.9768021596661888f,0.21414276749016156f,-0.0006449830416635528f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.36890958488849623f,-0.9294239137737915f,0.2292715581622033f,-0.19881922248989353f,0.9102593789306326f,-0.36317871611278785f,0.7334143740778378f,0.979996943916515f,0.1879722885060885f,-0.06536366473871019f,-0.383200801305341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.5321062151205305f,-0.8466321923641332f,0.02640606364750105f,-0.19881922248989353f,0.8288329373112845f,-0.5229788511942546f,1.049406931427765f,0.979996943916515f,0.17291309336788765f,-0.09852437290457038f,-0.31727768445883386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,0.07300428857494769f,-0.9966796449491393f,0.3087158944723531f,0.1570508429829536f,0.9853495492807588f,0.06649284510794803f,1.1386598501918006f,0.9869321017803707f,-0.1541318902170206f,-0.0469934771378774f,-0.060880476466707134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,-0.9878793637629316f,-0.15097782439027996f,-0.01531786042090189f,0.1570508429829536f,0.14359750446975356f,-0.9770950769645722f,1.0721202600129978f,0.9869321017803707f,-0.05894166066039239f,0.14996968731705435f,-0.062130177877026585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802422f,-0.7105262115586342f,-0.6987091392480983f,0.004606936702443505f,-0.02987396175194898f,0.7026205756404289f,-0.7109373200894403f,1.2233564104297228f,0.9960670183225255f,-0.03842953779122793f,-0.07983524055970599f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802355f,-0.6600559196914595f,-0.7465709219229912f,0.005992287926796919f,-0.22894508335057176f,0.7164480910893329f,-0.6590040072594784f,1.1858272897637907f,0.9698588079665427f,0.2258944790266295f,-0.09135412938124025f,-0.17323898348960948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081413f,-0.7691517504817653f,0.004606936702443505f,-0.13052619222005157f,0.7625715506318174f,-0.633598882031463f,1.2233564104297228f,0.9914448613738104f,0.10039444922977181f,-0.08341487528802413f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011830839650015877f,-0.05626027571222474f,-0.9984154354221073f,0.011000326465814211f,-0.04362734884345859f,0.9974626109430011f,-0.05625828120074487f,1.2472701923769152f,0.9990471734333783f,0.04362477676224103f,-0.001274404653831112f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022681f,-0.0562602757122248f,-0.9984154354221073f,0.011000326465814211f,-0.21643165245998025f,0.9747658197319837f,-0.05467116695001094f,1.2472701923769152f,0.9762970552684127f,0.21602402194899087f,-0.013329734251208111f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159982226f,-0.9999078640471605f,0.011000326465814211f,-0.13052619222005157f,0.9913535136568198f,0.013458235575720956f,1.2472701923769152f,0.9914448613738104f,0.13051416606496086f,0.001771810326662862f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02291028884666124f,-0.36806898889637424f,-0.9295161849466438f,0.012974853648358f,0.05090247199339906f,0.9281248122621368f,-0.36877265517976543f,1.2459639504451916f,0.998440812972869f,-0.05576335962057633f,-0.002527986135742389f,0.030100019198067318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016409494020116062f,-0.3364103427142806f,-0.941572519682294f,0.0021369548330310364f,-0.2577923120317037f,0.9084380078000405f,-0.3290645982807058f,1.2876858798069732f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305129f,-0.35525090682209837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21170387222941037f,-0.9773338582506356f,0.028090119368061276f,-0.13052619222005157f,0.9689726316092326f,-0.20989271625478656f,1.1125452196571897f,0.9914448613738104f,0.127567667045187f,-0.027632900320345585f,-0.17500683729298566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216232f,-0.9920660160815423f,1.8837449028551243e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103789f,1.333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.01640949402011674f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12598989016272064f,-0.7329629490645151f,-0.6684997104527681f,-0.879518599062895f,0.32079817711070646f,0.6075607962628502f,-0.7266074651466907f,2.4146348878967285f,0.9387305668503787f,-0.3059986832375275f,0.15858665996125237f,-0.6697772134638323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.45817878802413503f,-0.7329629490645151f,-0.5028295073913065f,-0.9079814009371049f,-0.108415225271952f,0.6075607962628502f,-0.786839257900674f,2.424982950203679f,0.8822235188057312f,-0.3059986832375275f,-0.3578358125215148f,-0.5810537722774077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.537793839046864f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6098824747826822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3555690757075273f,-0.02734348068390186f,0.9342499486029331f,0.7603451918666497f,0.12199630624978548f,0.9896627241616994f,0.07539624437763724f,1.8055493738779027f,-0.9266539449340853f,0.14078361576878518f,-0.34855765644892067f,-0.6201718434975168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3555690757075273f,-0.02734348068390186f,0.9342499486029331f,0.7936797927142304f,0.12199630624978548f,0.9896627241616994f,0.07539624437763724f,1.7941122201669852f,-0.9266539449340853f,0.14078361576878518f,-0.34855765644892067f,-0.5332980361599462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3555690757075273f,-0.02734348068390186f,0.9342499486029331f,0.6368750000000001f,0.12199630624978548f,0.9896627241616994f,0.07539624437763724f,1.7885213603657983f,-0.9266539449340853f,0.14078361576878518f,-0.34855765644892067f,-0.5244512913613933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245557f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040276f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102.mcfunction new file mode 100644 index 000000000..1babc3ba7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..dd0ecf563 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6651799782102926f,0.07406831522405416f,-0.4679678682478845f,-0.30661778464843503f,-0.18685862257892805f,0.7822552101441659f,-0.14179240393849366f,1.4937337281618426f,0.4353893616069471f,0.22256485645002752f,0.6540989473446032f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6297706622735348f,-0.18232472498836175f,-0.45841750358976446f,-0.30661778464843503f,0.12413510393095933f,0.7780087610527616f,-0.13889868140913667f,1.4937337281618426f,0.4774718723774243f,0.038210762660082956f,0.6407499892355297f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6563800674083529f,0.0725166535218443f,-0.48046954795849817f,-0.30535988861836344f,0.022650893586242775f,0.8112094632064399f,0.09149091904942601f,1.4702611890582136f,0.4853829298329263f,0.06020785838041992f,-0.654005252012927f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6212248473799105f,-0.18043016343851068f,-0.47066404697975334f,-0.30535988861836344f,-0.2836013630394726f,0.7426559425367681f,0.08962375743617243f,1.4702611890582136f,0.41671327778217043f,0.23644683786504084f,-0.6406582060534796f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07950685322269639f,-0.02294982680012031f,1.5603070902038705f,-0.009991672359202331f,1.4982939820549497f,0.4355150776241477f,0.08275270690408545f,1.6028111205009965f,-0.4361193112309354f,1.5004020036683088f,-0.00015414142023084508f,0.6328287809063988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077431f,-0.9985965377304771f,0.05088438606252547f,-0.00665669195794336f,0.2787296496794543f,-0.0529617324186146f,-0.9589081485151679f,1.5490015585395147f,0.9602572823477178f,0.00009865050894725244f,0.2791163591877984f,0.4473483382200829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529518886f,-0.9985965377304771f,0.052932734301930504f,-0.009489168883566814f,-0.031231264323491437f,-0.0529617324186146f,-0.9981080417609984f,1.5545433279703682f,0.999510644093764f,0.00009865050894725244f,-0.03128038700761154f,0.0925611021476308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205552f,-0.024645422997937726f,-0.1818189726075763f,0.25922410525033046f,0.14996358213287864f,0.46304056080063183f,-0.873558448581039f,1.469361806085154f,0.10571877651910883f,-0.8859943804441928f,-0.45148366317355665f,-0.6234375024476098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7716238106532735f,-0.024645422997937726f,-0.6356015245090072f,0.010348823986923205f,0.5546706440061859f,0.46304056080063183f,-0.691327647162472f,1.651438218980275f,0.31134734864887537f,-0.8859943804441928f,-0.34362302936594125f,-0.4966676228692751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09757764344190432f,-0.5655568337190515f,-0.8189164006991224f,0.255261074988632f,-0.43658559501067057f,0.715117962180169f,-0.5458931382573526f,1.3689218775801542f,0.8943554224856598f,0.41079407006548113f,-0.17713444122906524f,-0.08750957223029379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.30879935169999845f,-0.9510806724410729f,0.19141694234212558f,-0.1755591676291254f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255281f,0.9844239248223658f,0.16984596967806548f,-0.045407959890820186f,-0.055947252664974134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216268f,-0.5389262769590847f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737106f,0.7215171545786543f,-0.47772306435819134f,1.4218707582662882f,0.8649249761910003f,0.43470848122821565f,-0.2508651468603309f,-0.4280960036887392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176222f,-0.04969394253506451f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172347f,0.9376230857117761f,-0.05296173241861482f,1.5973440760096298f,0.938939044375314f,0.3440835090725056f,0.00009865050894724073f,-0.36357972917196346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.24729899058665536f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2670939014947162f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.20875022790725942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.2666511919494887f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1463498193670296f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.31299355591224365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.32212724234916396f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2363115092000863f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.06746165947675406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.375467751573882f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1116377599709573f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.15366814895869513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565455f,0.183771484594344f,-0.21562452450109815f,0.149299417486921f,0.10005660647118592f,0.931736938143738f,0.34907728886308514f,2.351948944299404f,0.26505578585989054f,0.3132001269931453f,-0.9119490725000345f,-0.16968162357859032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872197f,0.03148396937472779f,-0.21562452450109815f,0.037199731786167714f,-0.04693102586563203f,0.9359180120134442f,0.34907728886308514f,2.355974797557998f,0.21279721498439041f,0.3508079737708561f,-0.9119490725000345f,-0.14163534759883487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993645f,0.34796789351959256f,-0.14334323238241675f,0.0029719358784645322f,0.14244683541751996f,0.6768002698429436f,0.7222536215347434f,2.369166036064997f,0.3483358096289212f,0.6487370344138339f,-0.6766109841778419f,-0.19015281494435904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9886658478992472f,0.04463808830834323f,-0.14334323238241675f,0.03272380114971733f,-0.07366779412956417f,0.6876937998033947f,0.7222536215347434f,2.3768211660856897f,0.1308162730922538f,0.7246272688659632f,-0.6766109841778419f,-0.1882843604366142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1987499323882717f,-0.14334323238241675f,0.09694327813764417f,0.03481819034459419f,0.690751329930732f,0.7222536215347434f,2.473256012375008f,0.242562386851939f,0.6952417310364664f,-0.6766109841778419f,-0.14513550497319905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.11642543677331606f,-0.21562452450109815f,0.07074755486364809f,0.03481819034459419f,0.9364468698335883f,0.34907728886308514f,2.2625554666624508f,0.242562386851939f,0.3309265441922373f,-0.9119490725000345f,-0.2195939774164523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468118f,-0.24189639660692083f,-0.23679245749697023f,-0.20793120375458995f,0.9778897776932812f,0.02227548401610907f,2.3485599126776777f,0.23217018581840768f,0.0714637579239347f,-0.9700463577172149f,-0.10871411006854242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765219f,-0.24189639660692083f,-0.12560919015957792f,-0.05239556135256168f,0.9983779384393456f,0.02227548401610907f,2.3646561326590816f,0.24049118030724315f,0.0342645016597901f,-0.9700463577172149f,-0.13606979305201422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989907f,-0.24189639660692083f,-0.10376345209645352f,-0.2923686726483572f,0.9560462133525166f,0.02227548401610907f,2.361513786998257f,0.22505823126587374f,0.09142678173840085f,-0.9700463577172149f,-0.14158953192493737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072873f,-0.24189639660692083f,-0.13243016236629784f,0.017375396050959585f,0.9996008695594057f,0.02227548401610907f,2.369973643182257f,0.24229552668944584f,0.01740521835107877f,-0.9700463577172149f,-0.1342467680957765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.2007598515378872f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.472209329176513f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.1470749643153516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.17156148042818994f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.2494565763243104f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.15947118233964153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.019544804059382893f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,1.7436412191677122f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.1767791883000264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.0521194774916878f,-0.9985965377304771f,2.9723198354305425e-17f,-0.1755591676291254f,0.9830432511139007f,-0.05296173241861482f,1.3749999999999996f,0.9844239248223658f,0.1758110534221491f,0.00009865050894724073f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.5145732610570242f,-0.8573303798412066f,0.30225489851302384f,-0.19793913806918f,0.8390106787447424f,-0.5068344686115147f,0.8147021737732669f,0.9801128092285897f,0.17684863572396037f,-0.09001911590665543f,-0.46582086395799965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.6621927365262517f,-0.7492007747496009f,0.04979391771239041f,-0.19793913806918f,0.7325981216493799f,-0.6512450305194124f,1.094005207652093f,0.9801128092285897f,0.15748260807998624f,-0.12073984155351265f,-0.4057806196275049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.030946885181374374f,-0.9975657656854708f,0.3189311454689103f,0.17590604337615445f,0.9835305215765437f,-0.041530434997935996f,1.2141395011894254f,0.9824216154349493f,-0.1780730283477601f,-0.0560157665415927f,-0.1490843513552887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.99691866797753f,-0.04741662164237653f,0.0038696435165697326f,0.17590604337615445f,0.0357645048167122f,-0.9837570655903629f,1.1133464842872127f,0.9824216154349493f,-0.06981453740534616f,0.17312914224087728f,-0.15107705210692454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433921f,-0.7619828717178996f,-0.6411796310087422f,0.013189000610179566f,-0.03658199105291761f,0.6459693583404029f,-0.7624862923462247f,1.265707732643309f,0.9951838895111635f,-0.04588781204014265f,-0.08662179150537502f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339144f,-0.7154002896437908f,-0.6927709878376435f,0.01750350334449062f,-0.22223705404960314f,0.6635307478371366f,-0.7143791979628494f,1.2283979000407634f,0.9707419367779047f,0.21892777862178833f,-0.09864441154171741f,-0.2620088659445228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106545f,-0.7173160805192901f,0.013189000610179566f,-0.13052619222005157f,0.7111793420116526f,-0.6907871283111803f,1.265707732643309f,0.9914448613738104f,0.09362853660839461f,-0.09094385074339202f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.005573760841175274f,-0.1331668692687814f,-0.9910779576396787f,0.017694037579053256f,-0.043796269492323306f,0.9901748607520389f,-0.13279921653848858f,1.2900408051388919f,0.9990249346080613f,0.042665326247807805f,-0.011351209958720432f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005573760841174594f,-0.13316686926878146f,-0.9910779576396787f,0.017694037579053256f,-0.21626273181111555f,0.9674780695410214f,-0.13121210228775465f,1.2900408051388919f,0.9763192940937298f,0.21506457143455762f,-0.02340653955609743f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158479f,-0.9979529927660076f,0.017694037579053256f,-0.13052619222005157f,0.9894153665704736f,-0.06340461764532357f,1.2900408051388919f,0.9914448613738104f,0.13025900416035163f,-0.00834737627158106f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767545f,-0.43770547933305204f,-0.8983629002450627f,0.01778807334499507f,0.048603292601469394f,0.8971245929677982f,-0.4390958718100845f,1.2888141461519693f,0.99813812026352f,-0.059844615916433f,-0.011786213243503381f,-0.05863305513672312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483313f,-0.4077033230547453f,-0.9127328857474615f,0.007675035254019552f,-0.2561455248289949f,0.8798100384013053f,-0.4004045035190941f,1.3297300390058626f,0.9662778019104284f,0.24436099667993558f,-0.08120906868533326f,-0.444090097876299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.28680323271108943f,-0.9579895123154892f,0.04518298881793955f,-0.13052619222005157f,0.9497937792351944f,-0.2843495912968067f,1.157030891531523f,0.9914448613738104f,0.1250427232292849f,-0.03743533388218016f,-0.26352459710557274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203708f,-0.9793406217655517f,2.9723198354305425e-17f,-0.13052619222005157f,0.9709622269840886f,-0.20048757296808492f,1.3749999999999996f,0.9914448613738104f,0.12782960224547515f,-0.026394689716483982f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.04752991211897445f,-0.7329629490645151f,-0.6786060880603797f,-0.879518599062895f,0.40298303265407254f,0.6075607962628502f,-0.6844520101784918f,2.373681149448911f,0.9139724190843448f,-0.3059986832375275f,0.26649432078378327f,-0.7695432850377248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.513455689790496f,-0.7329629490645151f,-0.4462382434534438f,-0.9079814009371049f,-0.19902862270115865f,0.6075607962628502f,-0.7689326928867904f,2.3840292117558612f,0.8347160367259308f,-0.3059986832375275f,-0.4578361539780947f,-0.6808198438513002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.4968401005990466f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7096485463565747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.15701589791726175f,-0.02924982441445236f,0.987162831336837f,0.7923095449153973f,0.12890715515068024f,0.9916169242050442f,0.008878118104978117f,1.8706104296916934f,-0.9791470538954785f,0.12585834657205372f,0.15947013339793228f,-0.6309663053179406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15701589791726175f,-0.02924982441445236f,0.987162831336837f,0.777589304485654f,0.12890715515068024f,0.9916169242050442f,0.008878118104978117f,1.8585253838963172f,-0.9791470538954785f,0.12585834657205372f,0.15947013339793228f,-0.5391712690152396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15701589791726175f,-0.02924982441445236f,0.987162831336837f,0.6368750000000001f,0.12890715515068024f,0.9916169242050442f,0.008878118104978117f,1.8632361890782585f,-0.9791470538954785f,0.12585834657205372f,0.15947013339793228f,-0.60898930717628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912222f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103.mcfunction new file mode 100644 index 000000000..a26aed925 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..62c1aee84 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.011795371184297132f,-0.7329629490645151f,-0.6801662918119906f,-0.8795185990628949f,0.4611034838731548f,0.6075607962628502f,-0.6467251781123808f,2.3636209468916687f,0.8872679676279673f,-0.3059986832375275f,0.3451381744725369f,-0.841648543046895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5503940614249281f,-0.7329629490645151f,-0.39978956020239176f,-0.9079814009371048f,-0.26528815867490285f,0.6075607962628502f,-0.748660184403666f,2.373969009198619f,0.7916366401418342f,-0.3059986832375275f,-0.5288442453519251f,-0.7529251018604703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769743f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.4867798980418043f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7817538043657448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6260169718634011f,-0.023366321612750575f,0.7794592779313538f,0.7831384372458001f,0.10178555587506065f,0.9934480955389372f,-0.051967125043277065f,1.9162484397877566f,-0.7731380546540074f,0.1118699981422552f,0.6242937225068574f,-0.6149896069733244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6260169718634011f,-0.023366321612750575f,0.7794592779313538f,0.7244493461336062f,0.10178555587506065f,0.9934480955389372f,-0.051967125043277065f,1.9067060439244696f,-0.7731380546540074f,0.1118699981422552f,0.6242937225068574f,-0.5425079143495112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6260169718634011f,-0.023366321612750575f,0.7794592779313538f,0.6368750000000001f,0.10178555587506065f,0.9934480955389372f,-0.051967125043277065f,1.9192723106126046f,-0.7731380546540074f,0.1118699981422552f,0.6242937225068574f,-0.6723928190374464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104.mcfunction new file mode 100644 index 000000000..9b77a67c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..42e2dd0c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7244982587921972f,0.08435304814085572f,-0.36732993441981493f,-0.2983372758086524f,-0.15263606903875374f,0.7934239489016647f,-0.11884911519287754f,1.5373228379142527f,0.3445996922226075f,0.17409033581184097f,0.7196443924199292f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.687310654659112f,-0.1952536415361828f,-0.3598334051459412f,-0.2983372758086524f,0.1592942301829894f,0.7752876164541984f,-0.11642362304608413f,1.5373228379142527f,0.37713314919597296f,0.028374764133429126f,0.7049577721664613f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231665577001535f,0.08411823330808947f,-0.369998239311596f,-0.2980449909111725f,0.053199602721110656f,0.8109572807797736f,0.08038989653579497f,1.5154982876926897f,0.3756918638177717f,0.04708350050543879f,-0.7235905001350746f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6860174062066692f,-0.194966935256805f,-0.36244725483584916f,-0.2980449909111725f,-0.2558594856670998f,0.7538796147166192f,0.0787492864024114f,1.5154982876926897f,0.3223601122590095f,0.1834486867527012f,-0.7088233470710936f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06655939250595069f,-0.04757819946593972f,1.5603565016382694f,-0.019673328931166474f,1.3555056581161895f,0.7729078600453402f,0.08138857840710496f,1.7453414098059394f,-0.7743258410283328f,1.3571131142302442f,0.00835087420887667f,0.5254109650457731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.030450047658201855f,-0.9986281610484924f,0.04259801120380823f,-0.013293752612891896f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8685523931073564f,-0.005344559493681565f,0.49556853825813285f,0.35764606854233205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010938605664875431f,-0.9986281610484924f,0.051206863475660086f,-0.011800060835588645f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941222154494855f,-0.005344559493681565f,0.10813166249357772f,-0.006498345409305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9930788960755099f,-0.017482669092084818f,-0.11614070109511015f,0.2756980581309625f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0654047680732425f,-0.9036605941284545f,-0.4232254091293363f,-0.7097315646508042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8122602440588133f,-0.017482669092084818f,-0.5830331484597889f,0.012563083287969071f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26238804897633367f,-0.9036605941284545f,-0.33845242261476266f,-0.5989123731151973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14728198542612556f,-0.5450750397801899f,-0.8253491490136542f,0.25408356801649107f,-0.564682804192097f,0.6387562863714349f,-0.5226124159171146f,1.4177814002269302f,0.812059940779428f,0.5430318661272078f,-0.2137172078979927f,-0.1771384877374458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.30901100369854867f,-0.9510566993268716f,0.19019990045222027f,-0.13675310737971244f,0.9420458313272817f,-0.30634659994993196f,1.5925003273511085f,0.9906034692869294f,0.13062102155513233f,-0.040532892378819046f,-0.15290037677322613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03059586453040075f,-0.5361144443255449f,-0.8435906564555761f,0.20515871141956996f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7477319530085779f,0.5723505646692286f,-0.3366181183073675f,-0.5408680583895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016943234002089858f,-0.0495451590214117f,-0.9986281610484924f,0.18962756809650222f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9082778504500018f,0.4183333384583908f,-0.005344559493681539f,-0.46246396092539155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2422810022939328f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.3574056235176574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2639046647838304f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.4507192799293068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.32822256608992906f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.21931107167362518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.37942914637243924f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2949956363605045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.966006595662071f,0.12307127370414202f,-0.22734273405195093f,0.13831195319389777f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.23180443844674029f,0.02304534191568216f,-0.9724893904472071f,-0.34878515530372906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733660403371565f,-0.02956066291795667f,-0.22734273405195093f,0.02589688007480751f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.22534545541779974f,0.05902381883751464f,-0.9724893904472071f,-0.3222339307106536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393035532630205f,0.28445970886432076f,-0.19181112809294998f,-0.0064106169007139835f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.2876523879851936f,0.34825252252721534f,-0.8921750300472698f,-0.36259773431355713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9812336493640126f,-0.019723501096212404f,-0.19181112809294998f,0.022608816186065944f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.16595773022632637f,0.42009730722569366f,-0.8921750300472698f,-0.36419409400171937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.13401808894928835f,-0.19181112809294998f,0.07836574781323019f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.2296322126968687f,0.3889637035149848f,-0.8921750300472698f,-0.36065446892124964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.055386264539986185f,-0.22734273405195093f,0.06590383829173332f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.2296322126968687f,0.03915906484531215f,-0.9724893904472071f,-0.36946525851144485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503844985409707f,-0.20702736658768112f,-0.23218306229524477f,-0.2435983177493822f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24028768302913422f,-0.014541466841360054f,-0.9705927957318619f,-0.2692454459673205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098317f,-0.23218306229524477f,-0.13230799392743295f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.23505455633026762f,-0.0519517124047813f,-0.9705927957318619f,-0.2968437451417778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287243746910563f,-0.2890710318207431f,-0.23218306229524477f,-0.11037664538015271f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24064068819357262f,0.00645631931767824f,-0.9705927957318619f,-0.30186962207302376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725972298061818f,0.012068726384501322f,-0.23218306229524477f,-0.13920010952580109f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23085800698252132f,-0.06822173763153652f,-0.9705927957318619f,-0.295547368098972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.20841484469321345f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.31773684428140797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.17686363761629298f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.310701619428878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.019623795870674535f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2831271614960903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.05233012232179887f,-0.9986281610484924f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9906034692869294f,0.1366609026770926f,-0.005344559493681539f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.6504845601194374f,-0.7592686027521909f,0.37019390086295184f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9802884525703282f,0.1617847424952351f,-0.11340302841203882f,-0.5495714094443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.7779578488442512f,-0.6280131841774244f,0.07359747099108103f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9802884525703282f,0.1384095815523418f,-0.14098701178398268f,-0.496802756477559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.13641154661812963f,-0.9862930075464423f,0.3257119059234725f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9768689441175474f,-0.20412643016641022f,-0.06371394294960586f,-0.24047427218440068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.9939553219573225f,0.05860737785016745f,0.023631123270935736f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9768689441175474f,-0.07953310925195539f,0.19849823815687764f,-0.24260006965544448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09813478722968792f,-0.8102446970667239f,-0.5778175269154069f,0.021955617292310436f,-0.044083895422988864f,0.5835894882744297f,-0.8108513546513468f,1.3100708842819795f,0.9941962450641819f,-0.05410027773350523f,-0.09298917275381435f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09813478722968726f,-0.7679644685622554f,-0.6329298053981001f,0.029263439542490666f,-0.2147351496795319f,0.604676608198263f,-0.766977845175435f,1.273222180295158f,0.9717295812248863f,0.21117948414497328f,-0.10556915481697257f,-0.35343124741885057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7518398074789775f,-0.6593458151000688f,0.021955617292310436f,-0.13052619222005157f,0.6537050202492898f,-0.7454077137013071f,1.3100708842819795f,0.9914448613738104f,0.08606189860123795f,-0.09813478722968781f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012506206048450529f,-0.21163296951649413f,-0.977269195781748f,0.024485038727711825f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989304946486265f,0.04086427854751209f,-0.021632789922743943f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012506206048449849f,-0.21163296951649418f,-0.977269195781748f,0.024485038727711825f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9764137340531646f,0.2132635237342619f,-0.03368811952012094f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.14349262199117938f,-0.9896513868196702f,0.024485038727711825f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914448613738104f,0.12917542714686486f,-0.018729545560180208f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05099478741988769f,-0.5067565759696376f,-0.8605796327868384f,0.02263934891640534f,0.045117904745314324f,0.8596520149124681f,-0.5088838648732403f,1.3333868989043944f,0.9976792602471964f,-0.06477797440845585f,-0.0209739768318797f,-0.15008855083489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03652501567415644f,-0.4786515397029397f,-0.8772449069501674f,0.01333747450080501f,-0.2536491158327504f,0.844642927565112f,-0.4714238548816776f,1.3735324836021734f,0.9666064603897837f,0.2397311587054179f,-0.09055894366925418f,-0.5356470065671374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3624380382837017f,-0.9320078692827986f,0.06252429532254983f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914448613738104f,0.12165143829660716f,-0.04730765705287717f,-0.35462865922726816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2798290140309921f,-0.9600498543859287f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914448613738104f,0.12531165183441018f,-0.036525015674157106f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.03404347302922095f,-0.7329629490645151f,-0.6794161885345078f,-0.879518599062895f,0.48201685795878463f,0.6075607962628502f,-0.6312920302744146f,2.456669158176239f,0.8755003087307562f,-0.3059986832375275f,0.37398397728946847f,-0.8559413163413438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5631801212830506f,-0.7329629490645151f,-0.38156711898466517f,-0.9079814009371049f,-0.2896415946512461f,0.6075607962628502f,-0.7395793571296693f,2.4670172204831893f,0.7739094893070453f,-0.3059986832375275f,-0.5544627203134649f,-0.7672178751549192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5798281093263746f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7960465776601937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9294448251323811f,-0.011178538033779448f,0.36879175332708425f,0.7357614891771431f,0.04815909165624847f,0.9946652974827409f,-0.09122306656989466f,1.9288598536238866f,-0.3658046185130565f,0.10254748300664289f,0.9250248617218456f,-0.5745624982199061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9294448251323811f,-0.011178538033779448f,0.36879175332708425f,0.6486260368209824f,0.04815909165624847f,0.9946652974827409f,-0.09122306656989466f,1.9243449387811133f,-0.3658046185130565f,0.10254748300664289f,0.9250248617218456f,-0.5402683152343071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9294448251323811f,-0.011178538033779448f,0.36879175332708425f,0.6368750000000001f,0.04815909165624847f,0.9946652974827409f,-0.09122306656989466f,1.940285856187984f,-0.3658046185130565f,0.10254748300664289f,0.9250248617218456f,-0.6961691359853834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.3055359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105.mcfunction new file mode 100644 index 000000000..cef37fb9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..c1bb6539e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.011795371184297132f,-0.7329629490645151f,-0.6801662918119906f,-0.879518599062895f,0.4611034838731548f,0.6075607962628502f,-0.6467251781123808f,2.5495168583992585f,0.8872679676279673f,-0.3059986832375275f,0.3451381744725369f,-0.8171748820056353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5503940614249281f,-0.7329629490645151f,-0.39978956020239176f,-0.9079814009371049f,-0.26528815867490285f,0.6075607962628502f,-0.748660184403666f,2.5598649207062087f,0.7916366401418342f,-0.3059986832375275f,-0.5288442453519251f,-0.7284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.672675809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9907814979942563f,0.004147256528370086f,-0.13540614275410567f,0.663006961305365f,-0.017682336208247315f,0.9949392373014753f,-0.09891030817956864f,1.9036069048759077f,0.13431067797638374f,0.1003928002460666f,0.9858407211310949f,-0.5182208978376391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9907814979942563f,0.004147256528370086f,-0.13540614275410567f,0.5701211958684035f,-0.017682336208247315f,0.9949392373014753f,-0.09891030817956864f,1.905264623895431f,0.13431067797638374f,0.1003928002460666f,0.9858407211310949f,-0.5308125238979251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9907814979942563f,0.004147256528370086f,-0.13540614275410567f,0.6368750000000001f,-0.017682336208247315f,0.9949392373014753f,-0.09891030817956864f,1.9192723106126046f,0.13431067797638374f,0.1003928002460666f,0.9858407211310949f,-0.6723928190374464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106.mcfunction new file mode 100644 index 000000000..a4e26f29d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..1ea7b48f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6828537624275498f,0.07705068619729777f,-0.44126905096495206f,-0.3039395336469326f,-0.17075580064673165f,0.7885243686207143f,-0.12655520961715447f,1.5207389692407387f,0.41412273558508894f,0.19808320547758157f,0.6754330818250562f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.646883888194487f,-0.1862510396723824f,-0.43226356012893263f,-0.3039395336469326f,0.14105869970174437f,0.7776459829643789f,-0.12397245023721255f,1.5207389692407387f,0.449047523579449f,0.024026556147764486f,0.6616487332163816f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6781927232231229f,0.07622881922741738f,-0.4485401227658936f,-0.3031911515170527f,0.03848059927200236f,0.8118480555017246f,0.07978986591153543f,1.4995007018515492f,0.4533412821388723f,0.04512589435908117f,-0.6777829888772812f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6423574356940618f,-0.18524754931233137f,-0.4393862427094468f,-0.3031911515170527f,-0.2695144774257817f,0.749168022657312f,0.07816150130109593f,1.4995007018515492f,0.39336862008357665f,0.21078571892210535f,-0.6639506829818265f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07271593542521762f,-0.03813650631607443f,1.560341068363337f,-0.015605459307809894f,1.416509652919654f,0.6543558918193746f,0.08200621943922139f,1.6938085991872822f,-0.6554533133036082f,1.4183688602501379f,0.004120722272449562f,0.5663060690507764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.02440736404228807f,-0.9986182837525357f,0.04653819867213906f,-0.010393079873491693f,0.4187877707643995f,-0.05248398044110167f,-0.9065661778685786f,1.6129455666412609f,0.9077560705600883f,-0.002637262254368216f,0.41949012051430906f,0.39096757715590247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.005653949191692694f,-0.9986182837525357f,0.05224515493017529f,-0.010749850493891358f,0.05741308344043852f,-0.05248398044110167f,-0.9969699943563596f,1.5902593431629997f,0.9983344984064203f,-0.002637262254368216f,0.05763049660902353f,0.029585608233761163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9898901677523045f,-0.02078708060339657f,-0.14030450123678279f,0.26955513854618735f,0.11690112732303887f,0.4406141659910078f,-0.8900524047260653f,1.4963363086888422f,0.08032174187551694f,-0.8974558785857033f,-0.4337295975305885f,-0.6785452817347667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7977564766562316f,-0.02078708060339657f,-0.6026213580956317f,0.01153531772476554f,0.5337499980781243f,0.4406141659910078f,-0.721782582416375f,1.6722898022209494f,0.280527259824492f,-0.8974558785857033f,-0.34040770039369767f,-0.5618085338696317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1303009613082195f,-0.5532117996405801f,-0.8227869494714805f,0.25462523411987775f,-0.5194048754556204f,0.6687868948667015f,-0.5319235514690877f,1.4000446417720984f,0.8445355142532996f,0.4966697031156484f,-0.20019733058142486f,-0.14467825516677643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0053117048038712825f,-0.308961055894146f,-0.9510598570714942f,0.19075091203302857f,-0.15074038036579313f,0.9399580290967083f,-0.3061964096193942f,1.57437304466761f,0.988559114832923f,0.14498954954549736f,-0.041580127505110274f,-0.11775259042390263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.029800997948318544f,-0.5367933773269002f,-0.843187268985523f,0.20458099857121273f,-0.6069340970685169f,0.6605311347701638f,-0.4419611089393094f,1.4495212529124457f,0.7941932399214364f,0.5249299858621339f,-0.3061137167881756f,-0.5000650755496988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.018123643122521238f,-0.049326026751683266f,-0.9986182837525357f,0.1890910042818188f,-0.39107846322669687f,0.9188596559852344f,-0.05248398044110189f,1.6214794135319204f,0.9201788788926925f,0.39148930469118703f,-0.0026372622543682084f,-0.42667731380919105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.24393817953187127f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2952839666443916f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.30361662545430884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.2646904146481233f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.1691536740132458f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.40098605863773285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.32607434368422133f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2683275059168597f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.1639193720744787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.3780896647232151f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.138755962980071f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24345511333707337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9633222421610856f,0.1451302689460613f,-0.22571544651038492f,0.1422011869643347f,0.10999245427001458f,0.9807756593424725f,0.16118550196899625f,2.3892294913969505f,0.24476911112596958f,0.13044658323230415f,-0.9607662416850522f,-0.2833455874875986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741655228021922f,-0.007353325108363867f,-0.22571544651038492f,0.029917817291023267f,-0.04478885095778211f,0.9859072942142605f,0.16118550196899625f,2.394005852228335f,0.22134925573268432f,0.1671308942863839f,-0.9607662416850522f,-0.2561652288252318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9342156010640044f,0.30930240727554836f,-0.1776885803369813f,-0.0032766624464019706f,0.1730591066251915f,0.8285859204003656f,0.5324433473416395f,2.3942806988964747f,0.3119162649537719f,0.4666662547986835f,-0.8276054919401262f,-0.3002854682314648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9840715352657408f,0.005475572806204254f,-0.1776885803369813f,0.02602739435020656f,-0.09145813964341423f,0.8415102438857154f,0.5324433473416395f,2.403687094666023f,0.15244219288862787f,0.5402134092540167f,-0.8276054919401262f,-0.300525465914273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.15935086359938255f,-0.1776885803369813f,0.08494125475697532f,0.041309066649813896f,0.8454570615259841f,0.5324433473416395f,2.5107969074590035f,0.23507337221506416f,0.5097152728592497f,-0.8276054919401262f,-0.28202439603508866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.0775787762126888f,-0.22571544651038492f,0.06748603010912037f,0.041309066649813896f,0.9860592248782647f,0.16118550196899625f,2.2889335818613943f,0.23507337221506416f,0.14720305198540418f,-0.9607662416850522f,-0.3151450827318046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501089482404481f,-0.20342417247734368f,-0.23645632265883068f,-0.24125052730054947f,-0.2015053185404253f,0.9789474221191459f,-0.032520014240477346f,2.37873993356268f,0.23809366449645572f,0.01674965009148096f,-0.9710977582861892f,-0.21079698148805415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315575f,-0.23645632265883068f,-0.13002104826610056f,-0.04588333740856565f,0.9984173315913798f,-0.032520014240477346f,2.394086439931035f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.23839459662072715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287639120015686f,-0.28545753316072314f,-0.23645632265883068f,-0.10812355586666691f,-0.28605941965295945f,0.957659885920681f,-0.032520014240477346f,2.390798463928609f,0.2357278180261177f,0.037437142788725584f,-0.9710977582861892f,-0.2436163937657929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.971518199527884f,0.015517585532597244f,-0.23645632265883068f,-0.1368875299852033f,0.0238745044721069f,0.9991858969731363f,-0.032520014240477346f,2.3994482681454f,0.23575919074833512f,-0.03723906321630586f,-0.9710977582861892f,-0.23690220692602265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.20581927849929904f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.50035203507835f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.255676881271546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.17507249040836587f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.2774627475092526f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.2556994429957066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.019605397186166957f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,1.7725255326897562f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24446536469039648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0053117048038712825f,-0.05228105916311199f,-0.9986182837525357f,3.686424991200035e-17f,-0.15074038036579313f,0.987179198283794f,-0.05248398044110189f,1.4023333333333334f,0.988559114832923f,0.15081087934412804f,-0.0026372622543682084f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.6029570245062623f,-0.7975803309795986f,0.34642415590067915f,-0.1971401163328743f,0.7799555652503718f,-0.59397398155747f,0.8731233726281186f,0.980218002435801f,0.1676667612662916f,-0.10516902998145514f,-0.5192561759279058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.7382079241342101f,-0.6743445844020931f,0.06498238482451156f,-0.1971401163328743f,0.6586519765564577f,-0.7261634446256107f,1.124234438690268f,0.980218002435801f,0.1456936324062653f,-0.1339628051999355f,-0.46371047857301717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.09833032184859174f,-0.9918152666983343f,0.3236816204659427f,0.18689227825560417f,0.9759628540010554f,-0.11210612801512806f,1.2637966743573306f,0.9789982899776511f,-0.19449333000199992f,-0.061112133047111855f,-0.20716616678292288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.9964727393675832f,0.020210273328195527f,0.01645119439096936f,0.18689227825560417f,-0.03518737924709642f,-0.9817500316629233f,1.1411925285770437f,0.9789982899776511f,-0.07618351553312523f,0.189098969277595f,-0.20932066354007348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09558846157869803f,-0.7932674437916132f,-0.6013232147799865f,0.018778948705202955f,-0.04128835014615115f,0.6067291517856603f,-0.7938356306664888f,1.2938476428483898f,0.9945642855819962f,-0.05105388323891983f,-0.09074901019295002f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09558846157869737f,-0.749388897124486f,-0.6551939612661006f,0.02500197266371951f,-0.2175306949563696f,0.6265729477487887f,-0.7483894293088276f,1.2568036804532823f,0.971361540707072f,0.21406219193482165f,-0.10312194344194053f,-0.32017878671912997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7323316489425123f,-0.6809481301517325f,0.018778948705202955f,-0.13052619222005157f,0.6751225245010399f,-0.7260664501654631f,1.2938476428483898f,0.9914448613738104f,0.08888156652806949f,-0.09558846157869792f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.009990568707626353f,-0.1832112207451743f,-0.9830228060070434f,0.02202979490084908f,-0.04418896994722142f,0.9821923890703178f,-0.18260735414365242f,1.3183764024654316f,0.9989732346123702f,0.04161441391398849f,-0.017908575674616945f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.009990568707625673f,-0.18321122074517435f,-0.9830228060070434f,0.02202979490084908f,-0.2158700313562174f,0.9594955978593004f,-0.1810202398929185f,1.3183764024654316f,0.9763709940894209f,0.21401365910073836f,-0.029963905271993944f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11462892051246334f,-0.9934083805677036f,0.02202979490084908f,-0.13052619222005157f,0.9849096341595285f,-0.11364825420690869f,1.3183764024654316f,0.9914448613738104f,0.12966581323499016f,-0.014962076512787144f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04588127143131988f,-0.4819826319718087f,-0.874978657687931f,0.020889215822892358f,0.04651588568165521f,0.8739201280056929f,-0.48383869444864f,1.3171233383556022f,0.9978633079290453f,-0.06289954168387342f,-0.017676717592979084f,-0.11681569199026767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.032862459929102944f,-0.45316580647763804f,-0.8908203020625877f,0.011285009340243554f,-0.25465041965605273f,0.8580896232870443f,-0.44590958968841937f,1.3575417493944826f,0.9664746362406021f,0.24150144978150803f,-0.08719992693245458f,-0.5023382294532943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3351592513087269f,-0.9421614916043712f,0.05625465483609674f,-0.13052619222005157f,0.9341011694354382f,-0.33229191745193076f,1.1869235775617937f,0.9914448613738104f,0.12297675195548254f,-0.04374706086065178f,-0.3214987630419262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2517690845811322f,-0.9677873361690463f,3.686424991200035e-17f,-0.13052619222005157f,0.9595077813474494f,-0.24961516516075166f,1.4023333333333334f,0.9914448613738104f,0.12632159586893252f,-0.03286245992910361f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.004355565473485867f,-0.7329629490645151f,-0.680254617292713f,-0.879518599062895f,0.4540025552515588f,0.6075607962628502f,-0.651729666863115f,2.5513836200906055f,0.8909897355606636f,-0.3059986832375275f,0.3354133226072539f,-0.8080579236621294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5459885710412371f,-0.7329629490645151f,-0.4057854058378606f,-0.9079814009371049f,-0.25708406093444275f,0.6075607962628502f,-0.7515169089634026f,2.5617316823975558f,0.7973733541483586f,-0.3059986832375275f,-0.5201543424322204f,-0.7193344824757048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.674542571240741f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7481631849809792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7977366981768554f,0.01864166895223476f,-0.602717718804221f,0.583861249906407f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962184f,1.897545824928542f,0.5978471378834321f,0.10601310223205607f,0.794569079362974f,-0.517236799058115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7977366981768554f,0.01864166895223476f,-0.602717718804221f,0.5090734344523269f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962184f,1.9049247063858386f,0.5978471378834321f,0.10601310223205607f,0.794569079362974f,-0.5732849682346869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7977366981768554f,0.01864166895223476f,-0.602717718804221f,0.6368750000000001f,-0.07870806887783002f,0.9941899769831775f,-0.07342567370962184f,1.9122491167136335f,0.5978471378834321f,0.10601310223205607f,0.794569079362974f,-0.6644462455508471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.566092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2721803537904033f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107.mcfunction new file mode 100644 index 000000000..89b2e12de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..8509ef9e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.647245682641758f,0.07079344117461409f,-0.4929561435185746f,-0.3084864367806601f,-0.18259464170595227f,0.7858126598322335f,-0.1268940696490965f,1.5143831256095635f,0.4633321352618701f,0.2107870887376437f,0.6386208422057874f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6123120154350892f,-0.1785654740371257f,-0.4828958140590119f,-0.3084864367806601f,0.12932770642499147f,0.7796298876996857f,-0.12430439475829862f,1.5143831256095635f,0.49834560307548653f,0.017076583009264526f,0.6255877637934244f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6410592224539338f,0.06970260132842192f,-0.5011277932017475f,-0.30767801808903683f,0.030102093328233593f,0.8127012104682162f,0.07453221400977487f,1.4944560877399211f,0.5050558204084581f,0.04003416435985191f,-0.6405156738128991f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6063041882193554f,-0.17723357080931654f,-0.4909006953813037f,-0.30767801808903683f,-0.277417058740448f,0.746799268697099f,0.07301114841773866f,1.4944560877399211f,0.44208031721336266f,0.22556399014837725f,-0.627443925367738f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07441677100369536f,-0.03501275894318697f,1.5603340991289558f,-0.014355704799760081f,1.4350023988364369f,0.6127148291823682f,0.0821882195554352f,1.6761254583431624f,-0.6137071854940715f,1.4369275885761283f,0.0029741657212944725f,0.579786814994831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022408165723640096f,-0.9986138234425317f,0.04762673344236481f,-0.00952948796159477f,0.39213749067671544f,-0.05260046051547851f,-0.9184015352553196f,1.6004101816431586f,0.9196336566887222f,-0.0019034660616289582f,0.39277259871620557f,0.40215379391725137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.004020488702529242f,-0.9986138234425317f,0.052481113746575776f,-0.010445671666424078f,0.040170776700646005f,-0.05260046051547851f,-0.997807346261204f,1.5833128668750942f,0.9991847398603821f,-0.0019034660616289582f,0.04032657246893859f,0.04188487660358281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9886764923016962f,-0.02173190211032856f,-0.14848069908470068f,0.2674973500322442f,0.12342929312389073f,0.4449754042838408f,-0.88699611001479f,1.4910261880502105f,0.08534637173864557f,-0.8952790704652376f,-0.4372543685521614f,-0.667850491762864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7927310728153502f,-0.02173190211032856f,-0.6091840203285795f,0.011242973908500141f,0.5379779394606885f,0.4449754042838408f,-0.7159445692482517f,1.6682243923562232f,0.2866307430242895f,-0.8952790704652376f,-0.3410545456964974f,-0.5491246764017751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12421907350733721f,-0.5558265220805774f,-0.8219650230568138f,0.2547803706666033f,-0.5035966991341642f,0.6784470790133716f,-0.5348830952641879f,1.3939833373560582f,0.8549619795044413f,0.48038155494360274f,-0.19563633423220114f,-0.13356579443171324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.00631052193780156f,-0.30893495131623483f,-0.95106223411936f,0.19091092833156328f,-0.15555059641098173f,0.9392008133052817f,-0.30611410330607997f,1.5681702767051355f,0.9878077693909176f,0.14987003750561068f,-0.04212816859307388f,-0.10572846345311795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02937659127208859f,-0.5371299950969061f,-0.8429877723030331f,0.20442994803533862f,-0.5869890002277678f,0.6733481306164031f,-0.4494955045459312f,1.4440975337130335f,0.8090617587655706f,0.5080291953840774f,-0.29550872599733563f,-0.4860854088032554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01835212380806218f,-0.04933184753505345f,-0.9986138234425317f,0.1889388902260003f,-0.3818515252202107f,0.922725638660029f,-0.05260046051547862f,1.6167798380835672f,0.9240414559091666f,0.382287541751258f,-0.001903466061628948f,-0.4144183913877797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.24455125592122226f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.2899297003568537f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2851847453476772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.26501696251060536f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.1648168429603674f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.383917922486285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3253191270155371f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.262219287204725f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.1450557702766742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3776028310138253f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.133568930256903f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.22590014208706888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9624394929607668f,0.15271260440039733f,-0.22447512745662954f,0.14356561306478727f,0.10826431113890245f,0.97410165921512f,0.19850641412299302f,2.3823939919871977f,0.24897602559893442f,0.16674776751608403f,-0.9540472319048786f,-0.2610742108847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9744797802999221f,0.0002737516132815532f,-0.22447512745662954f,0.031322906609266406f,-0.04545167413966035f,0.9790451209571156f,0.19850641412299302f,2.387024852776001f,0.2198256197637527f,0.203643257168317f,-0.9540472319048786f,-0.2337014031935898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932576762235208f,0.31740151842344555f,-0.17192108259718458f,-0.002129834393387861f,0.16768343284693799f,0.8026893792134014f,0.5723390838014392f,2.389627742430254f,0.31966052131529044f,0.5049218123635536f,-0.8017924385474969f,-0.27891353295011734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9850156699024882f,0.01368471428875015f,-0.17192108259718458f,0.02726752845681251f,-0.08856823789739654f,0.8152199950866511f,0.5723390838014392f,2.3987392969465042f,0.1479858009482763f,0.5789897133850964f,-0.8017924385474969f,-0.27871289209920064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.16760663212481458f,-0.17192108259718458f,0.08724756325918244f,0.04005068790316492f,0.8190384090821459f,0.5723390838014392f,2.5042672641133494f,0.2367377962474395f,0.5487113096300865f,-0.8017924385474969f,-0.2552205933187546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.08520421895035961f,-0.22447512745662954f,0.06807661399535156f,0.04005068790316492f,0.9792809331088369f,0.19850641412299302f,2.2839290541638615f,0.2367377962474395f,0.18370926792773706f,-0.9540472319048786f,-0.29655517860249536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950068610863288f,-0.20213225676152324f,-0.23772291734032774f,-0.24041128206286505f,-0.20280884932271645f,0.9789740075609531f,-0.021873800685815008f,2.3730155996081495f,0.2371459577743174f,0.027430699891558392f,-0.9710866858395091f,-0.19086329468219052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9699921411689522f,-0.05102019836962546f,-0.23772291734032774f,-0.12919687574177785f,-0.047166660684474504f,0.9986475068628736f,-0.021873800685815008f,2.3885122451477088f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.21843774714582767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9288363259940864f,-0.28416701794017457f,-0.23772291734032774f,-0.10731027215476943f,-0.28736030718100425f,0.9575727600033307f,-0.021873800685815008f,2.3852519397884f,0.23385280278552711f,0.04799494988634171f,-0.9710866858395091f,-0.22372216928918573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711882781926899f,0.016767315596796617f,-0.23772291734032774f,-0.13605450550161227f,0.022610363522481025f,0.9995050316556383f,-0.021873800685815008f,2.393866691796147f,0.23723848710211454f,-0.02661858040427629f,-0.9710866858395091f,-0.21687960236242057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.2048788695396222f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.4950531028999943f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23449100928908964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.17442142129688645f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.2721373889927428f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23692582750845154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.019595710819449136f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,1.7669099305825111f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2312665745988825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00631052193780156f,-0.052255228851864455f,-0.9986138234425317f,3.54708739983038e-17f,-0.15555059641098173f,0.9864264815533632f,-0.05260046051547862f,1.397f,0.9878077693909176f,0.155666912180758f,-0.001903466061628948f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.5862209109441355f,-0.8099751386509448f,0.3380598970001982f,-0.1973097004792181f,0.7922063846185798f,-0.5774754767662086f,0.8614261865543318f,0.9801956762593836f,0.16957030324141906f,-0.102285622161781f,-0.5088746072849011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.7240108326300632f,-0.6895817543229462f,0.06203076705998662f,-0.1973097004792181f,0.673704268512398f,-0.7121737433274102f,1.1182759389246835f,0.9801956762593836f,0.14809075873428984f,-0.13147457328286635f,-0.45241500551745306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.08525581988166375f,-0.9933285748607572f,0.32287513491360675f,0.18484087894244866f,0.9778323616392428f,-0.09837541360931605f,1.2541054057927206f,0.9796959027832978f,-0.19124674561237964f,-0.060171590990207066f,-0.19581873296046587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.9969555689045654f,0.007057342897455882f,0.013998584077211801f,0.18484087894244866f,-0.021352312172654764f,-0.9825364767970015f,1.1357093195884307f,0.9796959027832978f,-0.07499114877807808f,0.1859361871034339f,-0.19796261726664077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09470126066760853f,-0.7873219383298438f,-0.6092256040683973f,0.017691593491334243f,-0.04035173259918255f,0.6145089085290698f,-0.7878772360048584f,1.2883347992957683f,0.9946875936213389f,-0.050029658833027554f,-0.08996457265413499f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09470126066760787f,-0.7429066318042885f,-0.6626623632357381f,0.023543334074751468f,-0.21846731250333817f,0.6339181167950093f,-0.7419028606001178f,1.251231404177695f,0.9712382326677294f,0.2150292017849582f,-0.10226797047066664f,-0.30883246637648076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7255345387533652f,-0.6881857547755126f,0.017691593491334243f,-0.13052619222005157f,0.6822982302428391f,-0.7193274901962415f,1.2883347992957683f,0.9914448613738104f,0.08982626611092959f,-0.09470126066760842f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00913042656254937f,-0.17347967617500987f,-0.9847951245132155f,0.02118792262261847f,-0.04409485524951659f,0.9839480432851417f,-0.17292163501385588f,1.3128303489068829f,0.9989856250473828f,0.04184555017626993f,-0.0166334265602492f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00913042656254869f,-0.17347967617500992f,-0.9847951245132155f,0.02118792262261847f,-0.21596414605392225f,0.9612512520741243f,-0.17133452076312194f,1.3128303489068829f,0.9763586036544083f,0.21424479536301977f,-0.0286887561576262f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10475989618933468f,-0.9944975435617727f,0.02118792262261847f,-0.13052619222005157f,0.9859894792131967f,-0.10386366075496964f,1.3128303489068829f,0.9914448613738104f,0.129807977533313f,-0.013673910346962078f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.044127911008227f,-0.47343762644515247f,-0.8797212861674033f,0.020288112064733105f,0.046958916333368794f,0.878622764428717f,-0.47520195496697504f,1.3115873277185157f,0.9979216340208511f,-0.06228042785353683f,-0.016539669269206213f,-0.10546459718573326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03160661555409653f,-0.444383560035875f,-0.8952788802507616f,0.010582626816711575f,-0.2549677403532592f,0.8625074156723788f,-0.4371183012518552f,1.3521007822305169f,0.9664328601782788f,0.24208306318285988f,-0.08604253185276972f,-0.4909746219381441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3257881778035011f,-0.945442786848297f,0.05410487383990072f,-0.13052619222005157f,0.9373543927436788f,-0.3230010147796184f,1.181047047939071f,0.9914448613738104f,0.12340504692922195f,-0.04252389031900044f,-0.31019249841232677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2421476871156395f,-0.970239402222228f,3.54708739983038e-17f,-0.13052619222005157f,0.9619388696356256f,-0.24007608008435397f,1.397f,0.9914448613738104f,0.12664165471392638f,-0.03160661555409719f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.005775899048655109f,-0.7329629490645151f,-0.680244040244991f,-0.879518599062895f,0.44424604225178865f,0.6075607962628502f,-0.658418812601883f,2.551007511064141f,0.8958862053485374f,-0.3059986832375275f,0.3221066794139753f,-0.7960275149232514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5398846858647934f,-0.7329629490645151f,-0.4138717691113063f,-0.9079814009371049f,-0.2458632633501944f,0.6075607962628502f,-0.7552622952188494f,2.5613555733710913f,0.8050315408128218f,-0.3059986832375275f,-0.5082214322059165f,-0.7073040737368268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6741664622142767f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7361327762421013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.40331356743455116f,0.028548922396927513f,-0.9146163815246203f,0.5185878662448016f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.893834085021363f,0.9072333565605767f,0.11798736081969041f,0.40374078247141887f,-0.5505376985670516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40331356743455116f,0.028548922396927513f,-0.9146163815246203f,0.4807772192978124f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.9050315416419064f,0.9072333565605767f,0.11798736081969041f,0.40374078247141887f,-0.6355908257446056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.40331356743455116f,0.028548922396927513f,-0.9146163815246203f,0.6368750000000001f,-0.11943953728579634f,0.9926046250732354f,-0.021685368712024956f,1.9026856186384384f,0.9072333565605767f,0.11798736081969041f,0.40374078247141887f,-0.6536253795265414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5607592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2608025760126255f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108.mcfunction new file mode 100644 index 000000000..f8ff0fa73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..2c5acb24a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6001955352752765f,0.06252720240323802f,-0.5502727622186047f,-0.31446514546727833f,-0.19697744698642564f,0.7824863202370358f,-0.12593446099085528f,1.5066459186243208f,0.5175998930243112f,0.22527750008816208f,0.5901566259389908f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5666316685492327f,-0.16840876898331722f,-0.5390427058467965f,-0.31446514546727833f,0.115063953472606f,0.7820112012228712f,-0.1233643699502256f,1.5066459186243208f,0.5528913444867503f,0.009847217448897175f,0.5781126131647257f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5921021803137388f,0.0611001255590682f,-0.5591298839883513f,-0.31362208970303596f,0.02035460875662664f,0.8136296920262559f,0.06735620684145567f,1.4882477509208014f,0.5620899771518129f,0.0348990451784916f,-0.5914231637969114f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5587720078178476f,-0.16666632414898483f,-0.5477190700294053f,-0.31362208970303596f,-0.2865868376779456f,0.7439854932734243f,0.06598159037530352f,1.4882477509208014f,0.49562266670216554f,0.24229717743581955f,-0.5793533033112602f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07623224968775706f,-0.03129778155031608f,1.560325396504707f,-0.012931643955443864f,1.4559015053139124f,0.5612212780494993f,0.08238770472083795f,1.654517591930519f,-0.5620904739739193f,1.4578948439220556f,0.0017813290711933077f,0.5958899984925439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.020030580192202725f,-0.9986082537630124f,0.048788639800164305f,-0.008564678305228808f,0.3591816179516793f,-0.052728131021336236f,-0.9317769634009041f,1.5851680451357955f,0.9330527001101157f,-0.0011400506055642108f,0.35973790334330813f,0.4156647071423805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0021506065667179263f,-0.9986082537630124f,0.05269658819868351f,-0.010112758907211517f,0.01911263921572931f,-0.052728131021336236f,-0.9984259868519074f,1.5748314937217827f,0.999815023848714f,-0.0011400506055642108f,0.019199436736847264f,0.05686756769403539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9871131698937621f,-0.02275767256046777f,-0.15839721639574122f,0.2650163623352148f,0.13133541283025252f,0.45030219294139595f,-0.8831641661485574f,1.484585873249691f,0.09142537480916244f,-0.8925861433899814f,-0.4415103367637091f,-0.654777792326965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7865561372370267f,-0.02275767256046777f,-0.6170992880520915f,0.010926637781749668f,0.5430350243122822f,0.45030219294139595f,-0.7087601127337294f,1.6632682096311864f,0.29401089324194535f,-0.8925861433899814f,-0.3418297401971822f,-0.533648263860144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1166073859719598f,-0.5588871677123646f,-0.8210041725248647f,0.25494907748332185f,-0.4840929928385994f,0.6898157887223194f,-0.5383383247679585f,1.386588557496595f,0.8672120224151381f,0.4602165918302551f,-0.1901157457518715f,-0.11999475756737829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.007397467795279505f,-0.30889859886933735f,-0.9510662085716105f,0.19108642639174853f,-0.16143635907791262f,0.9382472734672734f,-0.30599077731019036f,1.5605974789135202f,0.986855399457228f,0.1558002228746401f,-0.04292681113625148f,-0.09105050834798484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02874225758819445f,-0.5376000615070025f,-0.8427099480226877f,0.20427601498925801f,-0.5622140953191904f,0.688374552039528f,-0.4583184342013785f,1.4375067581059728f,0.8264921013858257f,0.48695651753729136f,-0.2824608935318224f,-0.46900599633892903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01850715911349152f,-0.04938664372008282f,-0.9986082537630127f,0.18877471770572368f,-0.37058151272510426f,0.9273020471374848f,-0.05272813102133658f,1.611046341125368f,0.9286155434236072f,0.3710416052098409f,-0.0011400506055642239f,-0.3994428206783686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.24532823827436037f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.283309096008439f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2626670489104266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.265452996904638f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.159458467791076f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.3630479658231425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.3243868598295173f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.254683845347146f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.12209126146085451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.376991688191224f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.12717892981132f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2045263331672421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9613906078152553f,0.1619503064991783f,-0.22248639830209005f,0.14524652504385385f,0.10601777676941357f,0.9640560031016244f,0.24363138938279605f,2.3737725653973167f,0.25394552607495335f,0.21063741621217955f,-0.9440039982319841f,-0.2339826326264979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9748889036571008f,0.009561804056765488f,-0.22248639830209005f,0.03305029296906378f,-0.04609906310305794f,0.9687717081379023f,0.24363138938279605f,2.3782253275674425f,0.21786808372792119f,0.24776995260675033f,-0.9440039982319841f,-0.20639062214744536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9306581434893703f,0.32694581401599976f,-0.16426154344317587f,-0.0006823703691186678f,0.1607253669416372f,0.7686042548858742f,0.6192050191921948f,2.383798937713888f,0.32869861024713065f,0.5498671967564036f,-0.7678562948578719f,-0.25278806791438263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9861403045794105f,0.023354764603686157f,-0.16426154344317587f,0.028825274496648505f,-0.08465286914485512f,0.780652954873507f,0.6192050191921948f,2.3925193890007166f,0.14269264672565282f,0.6245282371659177f,-0.7678562948578719f,-0.2520681729013402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.17733355969789524f,-0.16426154344317587f,0.09008908360355374f,0.03851037552541326f,0.7842844478785012f,0.6192050191921948f,2.4957853110226718f,0.23863360414315699f,0.5945172103655096f,-0.7678562948578719f,-0.22259717743260524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.09449258500022673f,-0.22248639830209005f,0.06882825197850276f,0.03851037552541326f,0.9691030373929803f,0.24363138938279605f,2.2777371276092517f,0.23863360414315699f,0.22783865847497178f,-0.9440039982319841f,-0.2738608755894738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500563783923316f,-0.20051987076873565f,-0.23913314137303585f,-0.23936606662191906f,-0.20436647049980683f,0.9788543027843677f,-0.008865644701941159f,2.3659315036886244f,0.23585424230125335f,0.04044793378429925f,-0.9709463121311509f,-0.1665762870847064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406043f,-0.23913314137303585f,-0.12816607608293934f,-0.04872383091283866f,0.9987729414863001f,-0.008865644701941159f,2.3816087759522833f,0.239277936084378f,0.0030542203780509723f,-0.9709463121311509f,-0.1941067404682222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9289646687701725f,-0.2825597014327903f,-0.23913314137303585f,-0.10629224733735629f,-0.28890156818054336f,0.9573177551089512f,-0.008865644701941159f,2.3783827104603343f,0.2314314759913758f,0.06085006885263678f,-0.9709463121311509f,-0.19946456114929773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9708136513100849f,0.018335624533808992f,-0.23913314137303585f,-0.13501287908001156f,0.0210657363595457f,0.9997387834307766f,-0.008865644701941159f,2.386953391750132f,0.23890811870175377f,-0.013644404615303786f,-0.9709463121311509f,-0.19246925132545967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.20369944177749155f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.4884694630085633f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.20866455658063407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.17360370466144517f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.265556169881042f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.21404139156837929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.019582157407732864f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,1.7600525676303536f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2151743492685792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.007397467795279505f,-0.052219086420621064f,-0.9986082537630127f,3.377269710348613e-17f,-0.16143635907791262f,0.985473513680943f,-0.05272813102133658f,1.3904999999999998f,0.986855399457228f,0.1616017352837886f,-0.0011400506055642239f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.5654800194081413f,-0.8246053999698919f,0.3276957907761957f,-0.1975074355760041f,0.8066665976570837f,-0.5570276592024268f,0.8473622965157774f,0.980169643940031f,0.17181777519951932f,-0.09872244539090393f,-0.4961931319168795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.7062834025995909f,-0.7077467578319814f,0.058425243535101694f,-0.1975074355760041f,0.6916486627258306f,-0.6947034908806495f,1.1110533491800003f,0.980169643940031f,0.1509499339579665f,-0.12838063146969686f,-0.4386434695954048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.06926942636180701f,-0.9949169988500257f,0.3218134699921864f,0.1822792888734393f,0.9798540014483715f,-0.08161125347283549f,1.2422944513148788f,0.9805265671449344f,-0.1873175977240801f,-0.05898956438091635f,-0.18199859535458324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.9972848183332672f,-0.009004396216198696f,0.011007623227822698f,0.1822792888734393f,-0.0044812143158077244f,-0.9832365837203418f,1.129059312719842f,0.9805265671449344f,-0.07350448857204542f,0.18211189220567842f,-0.18411569937887892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09360737047833097f,-0.7799709694359792f,-0.6187753607160126f,0.016364031785640405f,-0.03922210955231986f,0.6239107621723297f,-0.7805107218788275f,1.2816305069117488f,0.9948363113167905f,-0.04879188131894127f,-0.0889947526709302f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0936073704783303f,-0.7349074121523388f,-0.6716760794874901f,0.021762494387543883f,-0.21959693555020088f,0.6427832059461114f,-0.733898450775446f,1.2444596242402761f,0.9710895149722777f,0.21619631291303573f,-0.10121416992553552f,-0.2950015802173693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7171539204983456f,-0.6969148113750007f,0.016364031785640405f,-0.13052619222005157f,0.6909526085530427f,-0.7110185692921668f,1.2816305069117488f,0.9914448613738104f,0.09096563663053406f,-0.09360737047833087f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.008080919691408143f,-0.1615963277606553f,-0.9868238574290813f,0.020159074834201686f,-0.04399160807875395f,0.9859580922892314f,-0.16109431606368035f,1.306082317146673f,0.9989992177952824f,0.04211017814793139f,-0.015076330480695876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008080919691407463f,-0.16159632776065536f,-0.9868238574290813f,0.020159074834201686f,-0.21606739322468488f,0.963261301078214f,-0.15950720181294642f,1.306082317146673f,0.9763450109065086f,0.21450942333468123f,-0.027131660078072876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.09271815530050007f,-0.995692394104561f,0.020159074834201686f,-0.13052619222005157f,0.9871741076439539f,-0.09192493862873963f,1.306082317146673f,0.9914448613738104f,0.12996393682493523f,-0.012102147761042004f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04198513823824338f,-0.4629603796552967f,-0.8853840607536028f,0.01955281850554323f,0.04747549002663218f,0.8842400150151096f,-0.4646134669731493f,1.3048483305301937f,0.9979896422377572f,-0.061540902784263975f,-0.015145668379144914f,-0.0916293950958254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.030071854591855792f,-0.43362105079406665f,-0.9005933976382771f,0.009725194387705036f,-0.25533773625279976f,0.8677743768180765f,-0.4263452490450605f,1.3454789599713644f,0.9663841492940072f,0.2427764717723868f,-0.0846242326231058f,-0.4771239934761565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3143238488429039f,-0.9493158157581614f,0.05147763752305072f,-0.13052619222005157f,0.941194287354316f,-0.3116347647425353f,1.173913681122821f,0.9914448613738104f,0.1239105786451847f,-0.04102749511341563f,-0.2964092160689082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.23038942667659051f,-0.9730985109821266f,3.377269710348613e-17f,-0.13052619222005157f,0.9647735183237358f,-0.22841841319336387f,1.3904999999999998f,0.9914448613738104f,0.12701484329349894f,-0.03007185459185646f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.018121667704346922f,-0.7329629490645151f,-0.680027146853905f,-0.879518599062895f,0.4322222775337178f,0.6075607962628502f,-0.6663736051555593f,2.5486385313198654f,0.901584997636484f,-0.3059986832375275f,0.3057929003324311f,-0.7816169891223343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.532283799729532f,-0.7329629490645151f,-0.4236027287968538f,-0.9079814009371049f,-0.2321144281286092f,0.6075607962628502f,-0.759600402250407f,2.5589865936268157f,0.8141233621509827f,-0.3059986832375275f,-0.49352604496305863f,-0.6928935479359097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.671797482470001f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7217222504411842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.0904859055367844f,0.03133477050277814f,-0.9954046579440576f,0.48332277448635463f,-0.12999073934222738f,0.990582375256818f,0.0429995990193089f,1.8913867293055238f,0.9873776929749067f,0.13328424508582576f,-0.08556051324911683f,-0.6069881966885877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0904859055367844f,0.03133477050277814f,-0.9954046579440576f,0.49180582813042817f,-0.12999073934222738f,0.990582375256818f,0.0429995990193089f,1.9035733611188577f,0.9873776929749067f,0.13328424508582576f,-0.08556051324911683f,-0.6995548554049852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0904859055367844f,0.03133477050277814f,-0.9954046579440576f,0.6368750000000001f,-0.12999073934222738f,0.990582375256818f,0.0429995990193089f,1.8910301053592944f,0.9873776929749067f,0.13328424508582576f,-0.08556051324911683f,-0.6404374490594189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5542592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.24693590934595872f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109.mcfunction new file mode 100644 index 000000000..62abe99cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..18197d3fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5460503981778247f,0.053018065613039005f,-0.6049483381355262f,-0.3213216522524812f,-0.21244797458587092f,0.7788171099247972f,-0.12350794236482121f,1.497939112853623f,0.5688930173491711f,0.23995299217030472f,0.5345350697609255f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5140642500463211f,-0.15671719341628088f,-0.5926024536837808f,-0.3213216522524812f,0.09968725162512652f,0.7844899665723876f,-0.12098737211247793f,1.497939112853623f,0.6048143505967282f,0.0039004659950421794f,0.5236261907862128f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5358769845925337f,0.05122421831204619f,-0.6141305897663604f,-0.3204710794653783f,0.010255347364585478f,0.8144691254042387f,0.05898572757990505f,1.4810343104463057f,0.616177839327973f,0.030993026086829908f,-0.5350782625929932f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5041845920255811f,-0.15452692596434534f,-0.6015973124241898f,-0.3204710794653783f,-0.2960416015701088f,0.740959255202861f,0.05778193722113148f,1.4810343104463057f,0.5460377892635301f,0.2590382428932676f,-0.524158298050279f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07797637749359264f,-0.02720475738213947f,1.5603159409968086f,-0.01144334514015956f,1.4775096774720806f,0.501549072438344f,0.08258287299788933f,1.6298015981182057f,-0.5022858623625847f,1.4795657062503222f,0.0006952400008816483f,0.6138229511208507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017411044724569693f,-0.9986022022379575f,0.04990488159589907f,-0.007582364946417108f,0.3209914063605399f,-0.052853038718649104f,-0.9456061935821317f,1.5678288262519227f,0.9469220520002064f,-0.0004449536005647469f,0.321462951912054f,0.43091845677741436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.000183046504541904f,-0.9986022022379575f,0.052854594686544014f,-0.00978420229706611f,-0.004960121183797711f,-0.052853038718649104f,-0.9985899826735932f,1.56513442415319f,0.99998768177004f,-0.0004449536005647469f,-0.004943513373515673f,0.0739530697739092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.985218789906983f,-0.02375916916876155f,-0.16964503498372868f,0.26222261607016617f,0.1402886638712591f,0.4563924469827142f,-0.8786495462505786f,1.4772782525875539f,0.09830069584411522f,-0.8894613179995748f,-0.44631327224161976f,-0.639810670589015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7794462245095373f,-0.02375916916876155f,-0.6260184382094816f,0.010619185676168319f,0.5486769829574172f,0.4563924469827142f,-0.7004709149635528f,1.6576100624364882f,0.3023526938371386f,-0.8894613179995748f,-0.3426972604382547f,-0.5159660893769953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10765554281144585f,-0.5621954384887864f,-0.8199674219408809f,0.25511424697411855f,-0.461531699826525f,0.7022417905758552f,-0.5420746790102404f,1.3781408932429673f,0.8805673024574618f,0.4367983018639357f,-0.18387079521112273f,-0.10447252597324069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008462056807950051f,-0.3088526401456326f,-0.9510722581747676f,0.19126017533322018f,-0.16818007872686333f,0.9371184758464323f,-0.3058176308630455f,1.5519392472712794f,0.9857199676956965f,0.16253925342000386f,-0.04401291155630001f,-0.07427149665421684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02785169343131797f,-0.5382041041377968f,-0.8423542161479572f,0.20413938034662343f,-0.533345746511933f,0.7047107134717462f,-0.4678943523871296f,1.4300113501207814f,0.8454387014152099f,0.4622976882998378f,-0.26742148294777895f,-0.44946257335980694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01851538006831934f,-0.04950578134346903f,-0.9986022022379575f,0.18861578258073577f,-0.3576886770563279f,0.9323440173047173f,-0.052853038718649215f,1.6044955218734243f,0.9336573199020181f,0.3581672947236719f,-0.00044495360056473823f,-0.382308986559122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.24625178308779003f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2756258917418766f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.2369053432171826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.2659994185383194f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1532449254802977f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.33914644303029734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.32331062789684617f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2459635882396203f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.09592641662065715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.3762730874656321f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1197959449352f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.18017020665549205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9602340002097289f,0.17244534343623685f,-0.21957519980266635f,0.14718113670716593f,0.1032698148441908f,0.950050167644267f,0.29451659427126825f,2.3635500930963644f,0.25939547062982615f,0.26012935721724806f,-0.930078871564381f,-0.20315540974911855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975388321299305f,0.020108562965645504f,-0.21957519980266635f,0.03503366293163366f,-0.046622197679786634f,0.9545084318026531f,0.29451659427126825f,2.367798861509036f,0.21550868510672846f,0.2975051248518193f,-0.930078871564381f,-0.17533396626137346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9285856263734638f,0.33733551676890716f,-0.15470450419705573f,0.0010322340691897164f,0.15226468639349422f,0.7264636358447555f,0.6701239072535089f,2.3769291451428334f,0.3384437911531149f,0.5987113953496067f,-0.7259479769986508f,-0.22287535058840097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873798183883469f,0.033876402119156546f,-0.15470450419705573f,0.03066034382533052f,-0.07967728707527195f,0.7379603504603857f,0.6701239072535089f,2.3851623997812292f,0.13686717708683965f,0.6739932570344053f,-0.7259479769986508f,-0.22158917200927541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.18791956107550467f,-0.15470450419705573f,0.09336022853533962f,0.03674610519067394f,0.7413391077507017f,0.6701239072535089f,2.485407847322961f,0.2406178896237415f,0.6442845379834776f,-0.7259479769986508f,-0.18546135397719035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.10504273742285246f,-0.21957519980266635f,0.06972561261519786f,0.03674610519067394f,0.9549396313129794f,0.29451659427126825f,2.270546430277541f,0.2406178896237415f,0.2775902085134571f,-0.930078871564381f,-0.2479191508927181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500918732603623f,-0.1986344113455168f,-0.24056143288988824f,-0.2381472510600342f,-0.20609953994878433f,0.9785125377082797f,0.006016076844744325f,2.3577035821993273f,0.23419737828915932f,0.055295426367127726f,-0.9706152707563187f,-0.13887833467447758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9694679335908702f,-0.047561778194389864f,-0.24056143288988824f,-0.1269583737712673f,-0.050489027237882594f,0.9987064958975538f,0.006016076844744325f,2.37358350902518f,0.2399641303770646f,0.01797810632455979f,-0.9706152707563187f,-0.16633743364493023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9291643571859654f,-0.2806845103334995f,-0.24056143288988824f,-0.10509841842332916f,-0.29059825598798783f,0.9568262435971007f,0.006016076844744325f,2.3703971588339128f,0.22848687260307193f,0.07549665703000111f,-0.9706152707563187f,-0.17177504797887877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9704241003617717f,0.020180744362148034f,-0.24056143288988824f,-0.13379280516126396f,0.019300204954064343f,0.9997956335712461f,0.006016076844744325f,2.378915795273994f,0.24063367911781935f,0.0011952610009500625f,-0.9706152707563187f,-0.16461050836104285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.20231335582804333f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.4807879576540857f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.17919273039938732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.17264137078251968f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.25792417346807f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.18792811829845196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.019564922981227105f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,1.7522102203239107f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.19680568687578698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008462056807950051f,-0.05217312794993903f,-0.9986022022379575f,3.1835033723501876e-17f,-0.16818007872686333f,0.984338365308206f,-0.052853038718649215f,1.3830833333333334f,0.9857199676956965f,0.16839224240530876f,-0.00044495360056473823f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.5413690162004265f,-0.8406489152793593f,0.31564764254077343f,-0.19772101744743054f,0.8225234867622213f,-0.5332555794214167f,0.8315782158958489f,0.9801415253532184f,0.17428339571714863f,-0.09459327806755605f,-0.4816836515121816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.6854998388124771f,-0.7279155043342935f,0.05430082899351658f,-0.19772101744743054f,0.7115721442080881f,-0.6742191652917148f,1.1028650958751824f,0.9801415253532184f,0.1541267484091312f,-0.12476993108555673f,-0.42292282868120035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.05096508213242293f,-0.9963850329419082f,0.3204960664152695f,0.17927560202065146f,0.9818148572597484f,-0.06244873564895259f,1.228820010739137f,0.9814483338350242f,-0.18287194007625981f,-0.05759358944535059f,-0.16624209343044105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.9973121846698473f,-0.027367494888436372f,0.007592916508638571f,0.17927560202065146f,0.014776078834604467f,-0.9836879210473242f,1.121515329208003f,0.9814483338350242f,-0.07176401468235936f,0.17778946596782633f,-0.1683102387373087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09234248010305242f,-0.7714438799408558f,-0.6295611221082636f,0.014846334095451453f,-0.037949321306828196f,0.6345298757558807f,-0.771966116993212f,1.2740002117495137f,0.9950038770682094f,-0.0473938484935025f,-0.08786983409684146f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09234248010305175f,-0.7256487175372867f,-0.6818407476125997f,0.0197266331284138f,-0.22086972379569253f,0.6527804103963305f,-0.7246339082000048f,1.2367589730818078f,0.9709219492208588f,0.21751246984779893f,-0.09999446975647391f,-0.279216745262769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7074632189328997f,-0.7067501636767411f,0.014846334095451453f,-0.13052619222005157f,0.7007038180524043f,-0.7014107730219983f,1.2740002117495137f,0.9914448613738104f,0.09224940771562298f,-0.09234248010305232f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.006881968894602108f,-0.14800831896511837f,-0.9889621711780757f,0.018981536081610354f,-0.04388919020290555f,0.9880772720243595f,-0.14757046958058118f,1.2983977410983145f,0.9990127013644355f,0.04238917345289763f,-0.013295882314207344f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006881968894601428f,-0.14800831896511843f,-0.9889621711780756f,0.018981536081610354f,-0.2161698111005333f,0.965380480813342f,-0.14598335532984724f,1.2983977410983145f,0.9763315273373555f,0.21478841863964748f,-0.02535121191158434f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.07896173766228023f,-0.9968776474499532f,0.018981536081610354f,-0.13052619222005157f,0.9883492209826691f,-0.07828620905041456f,1.2983977410983145f,0.9914448613738104f,0.13011864343092538f,-0.010306574948136416f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03953268802834797f,-0.45092285441234103f,-0.8916870224164306f,0.018710338623580163f,0.04803346267756872f,0.8904953566270359f,-0.452449783168133f,1.2971697604714187f,0.9980631007308385f,-0.06071737143779149f,-0.013544289026351158f,-0.07584165310930097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02831528716822956f,-0.42126328387396017f,-0.9064962714607865f,0.008745109740787491f,-0.2557373841551118f,0.8736258831732494f,-0.4139760942316121f,1.33793586789531f,0.9663315346495122f,0.24354683719869383f,-0.08299580249887015f,-0.46131841547483876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3011866312872495f,-0.9535652117888103f,0.04847070820839786f,-0.13052619222005157f,0.9454073292128452f,-0.2986099379042319f,1.1658128887136192f,0.9914448613738104f,0.12446523612830034f,-0.03931274412950965f,-0.2806770607093546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21693184093268963f,-0.9761867528242505f,3.1835033723501876e-17f,-0.13052619222005157f,0.9678353398287891f,-0.2150759589610759f,1.3830833333333334f,0.9914448613738104f,0.127417939741806f,-0.02831528716823023f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03220098001009869f,-0.7329629490645151f,-0.6795060059962962f,-0.879518599062895f,0.4183291414975616f,0.6075607962628502f,-0.6751819075022408f,2.544526680857778f,0.9077245321463456f,-0.3059986832375275f,0.2870557081762998f,-0.765359679592712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5233969300243999f,-0.7329629490645151f,-0.43453534832011387f,-0.9079814009371049f,-0.21633350466400733f,0.6075607962628502f,-0.764244524746f,2.5548747431647283f,0.82416956289396f,-0.3059986832375275f,-0.47655989912714847f,-0.6766362384062874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6676856320079136f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7054649409115619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.559097918595079f,0.026292154488356555f,-0.8286846445029683f,0.4863645883904105f,-0.10821947908580772f,0.9886320079470883f,0.10438054037465383f,1.8883151588225275f,0.8220085533429972f,0.1480387634198175f,-0.549896774636917f,-0.6693425475019537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.559097918595079f,0.026292154488356555f,-0.8286846445029683f,0.5387800182586991f,-0.10821947908580772f,0.9886320079470883f,0.10438054037465383f,1.8984607349868219f,0.8220085533429972f,0.1480387634198175f,-0.549896774636917f,-0.7464058493778596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.559097918595079f,0.026292154488356555f,-0.8286846445029683f,0.6368750000000001f,-0.10821947908580772f,0.9886320079470883f,0.10438054037465383f,1.8777308658484766f,0.8220085533429972f,0.1480387634198175f,-0.549896774636917f,-0.6253896822443691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.546842559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.23111368712373653f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..2b7f60009 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.22129001896278397f,-0.059138799893401844f,-0.7838863274091872f,-0.13210486154868f,-0.1191278702952401f,0.8074703320928756f,-0.02728841793116704f,1.0951157273903043f,0.7770352131472652f,0.10695190312207525f,-0.22742474006183902f,-0.284386561575265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2224425386428505f,0.02943369522222302f,-0.7678886472579793f,-0.13210486154868f,0.19488560042532138f,0.7754386043026532f,-0.026731511442775878f,1.0951157273903043f,0.7433296171611798f,-0.19449583168468826f,-0.2227834188360872f,-0.284386561575265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8027139481661694f,0.1214207278639367f,0.08861020657303932f,-0.21254204680120392f,0.1191278702952401f,0.8074703320928756f,-0.02728841793116704f,1.0951157273903043f,-0.0916695826479281f,-0.013896549185226263f,-0.8113864788017742f,-0.2305499711363085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7719934903555481f,-0.19102746474656174f,0.08680183501032424f,-0.21254204680120392f,-0.19488560042532138f,0.7754386043026532f,-0.026731511442775878f,1.0951157273903043f,-0.07775380116444726f,-0.04694122569399316f,-0.7948275710711258f,-0.2305499711363085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2578019647994826f,1.2687204956588138f,0.8748100941580291f,-0.48082363593430094f,1.5349473608591941f,-0.29047855034473036f,-0.031065433861753672f,0.7911412769013204f,0.13740813781185374f,0.8645095521073651f,-1.2942752751938826f,0.35971416485289254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3846134575940396f,-0.5509762220354377f,-0.7406062995877863f,-0.4082547049463474f,-0.8507431266492564f,0.5229250180550685f,0.05277838526474285f,1.015438532804664f,0.3582019272653418f,0.6503649961703524f,-0.6698632331004085f,0.27756088246231747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4476979793940848f,-0.5509762220354377f,-0.7042667974553461f,-0.24954570534366108f,-0.8429058528372129f,0.5229250180550685f,0.1267246966651613f,1.329044629966536f,0.29845643316776477f,0.6503649961703524f,-0.6985335562856756f,0.1637054482792577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.21252717990265196f,0.9771548002732068f,0.0008331300349700005f,0.4692749419563427f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.1620429720496337f,-0.9064710705495312f,0.1974719925672675f,-0.37324926042565654f,0.015112182676271874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6157225926477713f,0.7836741814494872f,0.08210034246324893f,0.24648067832903967f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.329044629966536f,-0.6012874214343733f,-0.39995585543684786f,-0.6917288128497912f,-0.16828490146841607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8731076178563646f,-0.07132646399456977f,-0.48228168446999503f,-0.009274757192675526f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.005880406085079f,0.3890613366135197f,-0.6980726899704262f,-0.6011038145528235f,0.32559643778120717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8474574734500517f,-0.020407400649025464f,-0.5304708933508085f,-0.016416587897810343f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.1801062099712163f,0.504369643729321f,-0.3426873901076066f,-0.792575936516871f,0.2563889525328005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.2988536710271834f,-0.469106297079985f,0.25130519243882526f,0f,0.8433914458128857f,-0.5372996083468239f,0.9930572895956513f,0.556214198530134f,-0.4465169117102131f,-0.7008911562505654f,0.09455783000157107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.024261722583785866f,-0.5556848058601086f,0.24328308941773977f,0f,0.9990482215818578f,-0.04361938736533605f,1.1801062099712163f,0.556214198530134f,-0.036249410635135204f,-0.8302480024559445f,0.08257201549213358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,0.3045705173300366f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.8605475598042436f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,0.012217634182220376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,0.3311047357352016f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.7384501037532747f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,-0.08881928471136402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.2807230699875656f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.8729714923292984f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,0.06154625209824651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.32890718187826473f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.7524600702176985f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,-0.03319339642307923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9801836110039851f,0.17980999076223286f,-0.08311712182982628f,0.2072010660312599f,0.1771723376431186f,0.9834401449510873f,0.03815028273364559f,1.9701364548268037f,0.08860051632615504f,0.022668227117929506f,-0.9958092688793717f,0.0025761451698492893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9962444039448549f,0.02426173256976666f,-0.08311712182982628f,0.0926931372063662f,0.021147119191582825f,0.9990482247005097f,0.03815028273364559f,1.982640077355159f,0.08396360496344872f,0.0362493180001118f,-0.9958092688793717f,0.012612792264446695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9607822431402601f,0.2645543901073961f,-0.08311712182982628f,0.07033573855664783f,0.262210599689672f,0.964256271609226f,0.03815028273364559f,1.978796855990073f,0.09023903078354256f,0.014859923861788847f,-0.9958092688793717f,0.014331658215159152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9955100155589037f,-0.0452918643978939f,-0.08311712182982628f,0.09957649142028809f,-0.04859447538335347f,0.9980897419017789f,0.03815028273364559f,1.9881729774402928f,0.08123044924243655f,0.0420180214884428f,-0.9958092688793717f,0.012250229975166303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9903388438909726f,0.1109978303365332f,-0.08311712182982628f,0.1570890068071333f,0.10813943808307122f,0.9934034517045028f,0.03815028273364559f,2.0927806722737503f,0.08680343433165319f,0.02879346804679272f,-0.9958092688793717f,-0.01992406546013556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9903388438909726f,0.1109978303365332f,-0.08311712182982628f,0.13211449498141337f,0.10813943808307122f,0.9934034517045028f,0.03815028273364559f,1.8692648956402373f,0.08680343433165319f,0.02879346804679272f,-0.9958092688793717f,-0.026402595770663912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877743533149862f,-0.13188392999864118f,-0.08311712182982628f,-0.18180900934309388f,-0.13539881151771455f,0.9900564215068417f,0.03815028273364559f,1.978393908919488f,0.07725923098731365f,0.048937830368542254f,-0.9958092688793717f,0.03536196375633105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.0668120909873806f,0.02114711919158281f,0.9990482247005096f,0.03815028273364559f,1.9860258690935488f,0.08396360496344875f,0.0362493180001118f,-0.9958092688793717f,0.02605591316593767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725211318078804f,-0.21747227925840462f,-0.08311712182982628f,-0.04466429842171098f,-0.22117268094038817f,0.9744881739318257f,0.03815028273364559f,1.981237943216649f,0.07270002333397815f,0.055485192810067224f,-0.9958092688793717f,0.02402387594546561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9921251897369239f,0.09369712881512815f,-0.08311712182982628f,-0.07341975945092676f,0.09078568712751868f,0.9951394449724759f,0.03815028273364559f,1.991845140939916f,0.08628769844107106f,0.03030401147825296f,-0.9958092688793717f,0.0268303759823025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9945679425358986f,-0.06265901163149044f,-0.08311712182982628f,-0.13104488362188568f,-0.06600614204593322f,0.9970896374647341f,0.03815028273364559f,2.098896843867698f,0.0804847618628616f,0.043429288755513384f,-0.9958092688793717f,0.004359895440188768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9945679425358986f,-0.06265901163149044f,-0.08311712182982628f,-0.11694660600480036f,-0.06600614204593322f,0.9970896374647341f,0.03815028273364559f,1.874551675438133f,0.0804847618628616f,0.043429288755513384f,-0.9958092688793717f,-0.005411694529801728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9962444039448548f,0.024261732569766666f,-0.08311712182982628f,-0.002252783396516852f,0.021147119191582808f,0.9990482247005096f,0.03815028273364559f,1.3587038740447475f,0.08396360496344873f,0.0362493180001118f,-0.9958092688793717f,-0.003365880972809758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.024261722583785866f,-0.5556848058601086f,0.006845362572402848f,0f,0.9990482215818578f,-0.04361938736533605f,0.9840607909515509f,0.556214198530134f,-0.036249410635135204f,-0.8302480024559445f,0.010227648015365944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7961462971216873f,-0.4759923589200532f,-0.3736072106225324f,0.2981543066828801f,-0.12059047744873963f,0.7298500838840042f,-0.6728869086281861f,0.8305477287897068f,0.5929662809368768f,-0.4906629487787265f,-0.6384675875623239f,0.22689496974282353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7961462971216873f,-0.5489824710468149f,0.25449817300475697f,0.15279684162567553f,-0.12059047744873963f,-0.2682016213112066f,-0.9557854503363844f,0.6920269118835158f,0.5929662809368768f,-0.7916351033205724f,0.14732566939442582f,0.003560012479557003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.855375320184591f,-0.2609067781739025f,-0.44750498848842163f,0.11446744677056683f,0.16042999720436046f,0.6879892367134243f,-0.7077662228190101f,0.7419681817776704f,0.4925396203516194f,-0.6771989835117843f,-0.5466317399442598f,0.4243360178832209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.855375320184591f,-0.502055111978818f,-0.12756851553202644f,-0.06525376906392522f,0.16042999720436046f,-0.022596546570795295f,-0.9867885346314491f,0.6958637032857437f,0.4925396203516194f,-0.8645403753550267f,0.09987322846925667f,0.12723798731593589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.87954453982035f,-0.3139672294693886f,-0.357527595146899f,0.01872939185667755f,0.08390061909861272f,0.637288472578474f,-0.7660444431189779f,0.8785831695375163f,0.4683610664723085f,-0.7037669937826808f,-0.5341815514176899f,0.027983561926175512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7683140878592588f,-0.5755033591288842f,-0.28015950104960885f,0.023244110097942063f,-0.08390061909861272f,0.5244736443494561f,-0.8472827641924918f,0.8415847634997937f,0.6345503514393989f,-0.6274737285450053f,-0.4512455777888184f,0.03472899703962884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.4260847959678851f,-0.357527595146899f,0.01872939185667755f,0f,0.6427876096865394f,-0.7660444431189779f,0.8785831695375163f,0.556214198530134f,-0.6366127829995804f,-0.5341815514176899f,0.027983561926175512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8424540069483539f,-0.09419055405338675f,-0.5304709093850283f,0.01862472137957453f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9035355409052624f,0.5323175691120542f,-0.2974245604752848f,-0.7925759499509918f,0.027827173891781836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8132992195341304f,-0.2390501909670759f,-0.5304709093850283f,0.01862472137957453f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9035355409052624f,0.5758777020460838f,-0.20047003727591037f,-0.7925759499509918f,0.027827173891781836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.16725683526463242f,-0.5304709093850283f,0.01862472137957453f,0f,0.9537169507482269f,-0.30070579950427306f,0.9035355409052624f,0.556214198530134f,-0.24989823711415754f,-0.7925759499509918f,0.027827173891781836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8517123305579215f,-0.1687573270136346f,-0.4960917965002111f,-0.14221431102201246f,0.1205904774487396f,0.8581891054195899f,-0.4989683317484276f,0.9158426028078399f,0.5099451369748307f,-0.48480142730641484f,-0.7105797163987895f,0.1358547948201693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7961462971216873f,-0.4231546517159711f,-0.4325404192795874f,0.17264675445579547f,-0.1205904774487396f,0.8114354812179995f,-0.5718657155042595f,0.9159176347110609f,0.5929662809368768f,-0.4031285161727569f,-0.6970497752099488f,-0.09038571755856681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.2568311348329252f,-0.493368019663771f,0.04106706444709624f,0f,0.8870108331782217f,-0.46174861323503386f,0.7779456669545094f,0.556214198530134f,-0.38373109074573136f,-0.7371405668857006f,0.07540409961395962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8310389674097604f,-0.21285395862370912f,-0.5138749137141602f,0f,0f,0.9238795325112867f,-0.3826834323650897f,0.984375f,0.556214198530134f,-0.318024844477507f,-0.7677798927091919f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9322883671842654f,-0.09361896673433114f,-0.3493907404046244f,0.1675378477049203f,0f,0.9659258262890683f,-0.2588190451025207f,1.0625f,0.36171591119675045f,0.2412939849548199f,0.900521411412148f,0.3267479972517453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9322883671842654f,-0.09361896673433114f,-0.3493907404046244f,0.2549398821284452f,0f,0.9659258262890683f,-0.2588190451025207f,1.0625f,0.36171591119675045f,0.2412939849548199f,0.900521411412148f,0.36065886392644064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9322883671842654f,-0.09361896673433114f,-0.3493907404046244f,0.2636474759773764f,0f,0.9659258262890683f,-0.2588190451025207f,1.101322856765378f,0.36171591119675045f,0.2412939849548199f,0.900521411412148f,0.20862521887727076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.33996952715730855f,-0.39899896915208327f,-0.8515988158869238f,0.025770370285758487f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.7958436267079976f,0.9032028245955169f,0.39080758571270396f,0.17746573920643788f,-0.9351676452396531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.33996952715730855f,-0.39899896915208327f,-0.8515988158869238f,-0.006101772885239193f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.8204063732920024f,0.9032028245955169f,0.39080758571270396f,0.17746573920643788f,-1.0198429100454829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.33996952715730855f,-0.39899896915208327f,-0.8515988158869238f,0.13757412108329822f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.8821109499109647f,0.9032028245955169f,0.39080758571270396f,0.17746573920643788f,-1.0041251385235337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012984983865777507f,0f,-0.000008690846852033344f,0.3763992377421872f,0f,0.000015625f,0f,1.1504975f,0.000008690846852033344f,0f,-0.000012984983865777507f,0.5753537660721015f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11.mcfunction new file mode 100644 index 000000000..f24099db2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110.mcfunction new file mode 100644 index 000000000..32a29c773 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..3e4a06234 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4915367494392229f,0.04345032897438215f,-0.6507289276704894f,-0.32820822817511774f,-0.22750904548983517f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6112083954065677f,0.25356649583099383f,0.4786154761611496f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46114135181714516f,-0.1449405068950209f,-0.6374487454731326f,-0.32820822817511774f,0.08465845497815566f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6482141618670234f,0.00035810839280273066f,0.46884781338235065f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4793765303086856f,0.04130615425034118f,-0.6598760400671457f,-0.32736814600231134f,0.000597430994970654f,0.815098083679326f,0.05058855110537283f,1.4730032714418146f,0.6611673235345623f,0.02921232698334195f,-0.47848600260279944f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4493322569189815f,-0.14232249358545404f,-0.6464091821065918f,-0.32736814600231134f,-0.30501803569789754f,0.7379079805168244f,0.049556131695059104f,1.4730032714418146f,0.5874219274006468f,0.27429203435244043f,-0.46872098214151786f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0795068532226964f,-0.022949826800120587f,1.5603070902038705f,-0.009991672359202432f,1.4982939820549486f,0.43551507762415176f,0.08275270690408554f,1.6028111205009985f,-0.4361193112309396f,1.500402003668308f,-0.00015414142023080138f,0.6328287809063975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077608f,-0.9985965377304771f,0.050884386062525475f,-0.0066566919579434235f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9602572823477171f,0.00009865050894722447f,0.27911635918780114f,0.44734833822008196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529517828f,-0.9985965377304771f,0.052932734301930566f,-0.009489168883566844f,-0.031231264323489855f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9995106440937641f,0.00009865050894722447f,-0.031280387007609906f,0.09256110214762969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205554f,-0.02464542299793764f,-0.18181897260757546f,0.2592241052503306f,0.14996358213287792f,0.4630405608006315f,-0.8735584485810394f,1.4693618060851548f,0.10571877651910822f,-0.8859943804441931f,-0.4514836631735565f,-0.6234375024476108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.771623810653274f,-0.02464542299793764f,-0.6356015245090065f,0.010348823986923208f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624726f,1.6514382189802754f,0.31134734864887476f,-0.8859943804441931f,-0.34362302936594136f,-0.49666762286927635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09757764344190499f,-0.5655568337190513f,-0.8189164006991225f,0.25526107498863193f,-0.4365855950106722f,0.715117962180168f,-0.5458931382573522f,1.3689218775801546f,0.894355422485659f,0.41079407006548285f,-0.17713444122906563f,-0.08750957223029482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009408235684618139f,-0.3087993516999985f,-0.9510806724410729f,0.19141694234212556f,-0.17555916762912496f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255286f,0.9844239248223661f,0.16984596967806503f,-0.0454079598908201f,-0.055947252664975244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216372f,-0.5389262769590848f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737128f,0.7215171545786531f,-0.47772306435819073f,1.4218707582662886f,0.8649249761909991f,0.4347084812282175f,-0.250865146860332f,-0.4280960036887405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176225f,-0.049693942535064546f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172356f,0.9376230857117756f,-0.052961732418614876f,1.5973440760096302f,0.9389390443753136f,0.3440835090725065f,0.0000986505089471991f,-0.3635797291719646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.24729899058665517f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2670939014947167f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.20875022790726117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.26665119194948866f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.14634981936703f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.3129935559122453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.3221272423491641f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2363115092000867f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.06746165947675588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.37546775157388207f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.1116377599709577f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.15366814895869685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565456f,0.18377148459434325f,-0.21562452450109842f,0.14929941748692077f,0.10005660647118605f,0.9317369381437393f,0.3490772888630818f,2.3519489442994046f,0.2650557858598901f,0.31320012699314215f,-0.911949072500036f,-0.16968162357859237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872196f,0.03148396937472703f,-0.21562452450109842f,0.03719973178616751f,-0.046931025865632074f,0.9359180120134453f,0.3490772888630818f,2.355974797557998f,0.21279721498439047f,0.3508079737708529f,-0.911949072500036f,-0.14163534759883695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993646f,0.3479678935195919f,-0.1433432323824175f,0.002971935878464338f,0.14244683541752048f,0.6768002698429467f,0.7222536215347404f,2.3691660360649975f,0.3483358096289205f,0.6487370344138312f,-0.6766109841778453f,-0.1901528149443611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.988665847899247f,0.04463808830834251f,-0.1433432323824175f,0.032723801149717124f,-0.07366779412956462f,0.6876937998033978f,0.7222536215347404f,2.3768211660856897f,0.13081627309225402f,0.7246272688659603f,-0.6766109841778453f,-0.18828436043661628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.198749932388271f,-0.1433432323824175f,0.09694327813764386f,0.03481819034459425f,0.6907513299307351f,0.7222536215347404f,2.4732560123750083f,0.2425623868519388f,0.6952417310364636f,-0.6766109841778453f,-0.14513550497320152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1164254367733153f,-0.21562452450109842f,0.07074755486364796f,0.03481819034459425f,0.9364468698335895f,0.3490772888630818f,2.2625554666624508f,0.2425623868519388f,0.33092654419223416f,-0.911949072500036f,-0.2195939774164541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468135f,-0.24189639660692075f,-0.2367924574969703f,-0.2079312037545899f,0.9778897776932812f,0.022275484016108058f,2.3485599126776777f,0.23217018581840768f,0.07146375792393367f,-0.9700463577172153f,-0.10871411006854435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765235f,-0.24189639660692075f,-0.125609190159578f,-0.052395561352561626f,0.9983779384393456f,0.022275484016108058f,2.3646561326590816f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.13606979305201616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989924f,-0.24189639660692075f,-0.10376345209645364f,-0.2923686726483572f,0.9560462133525166f,0.022275484016108058f,2.361513786998257f,0.22505823126587385f,0.09142678173839983f,-0.9700463577172153f,-0.1415895319249393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072707f,-0.24189639660692075f,-0.13243016236629798f,0.01737539605095964f,0.9996008695594057f,0.022275484016108058f,2.369973643182257f,0.24229552668944562f,0.01740521835107775f,-0.9700463577172153f,-0.13424676809577843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.20075985153788733f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.472209329176513f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.1470749643153537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.17156148042819003f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.2494565763243104f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.15947118233964336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.019544804059382914f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,1.7436412191677126f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.17677918830002765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009408235684618139f,-0.052119477491687854f,-0.9985965377304771f,2.9723198354305554e-17f,-0.17555916762912496f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9844239248223661f,0.17581105342214862f,0.0000986505089471991f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.5145732610570259f,-0.8573303798412055f,0.3022548985130247f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9801128092285898f,0.17684863572396015f,-0.09001911590665569f,-0.46582086395800065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.6621927365262531f,-0.7492007747495996f,0.049793917712390695f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9801128092285898f,0.157482608079986f,-0.12073984155351289f,-0.405780619627506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.030946885181375977f,-0.9975657656854708f,0.31893114546891044f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9824216154349492f,-0.17807302834776031f,-0.056015766541592835f,-0.1490843513552897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.9969186679775301f,-0.04741662164237492f,0.0038696435165699685f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9824216154349492f,-0.06981453740534631f,0.1731291422408775f,-0.15107705210692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433922f,-0.7619828717179f,-0.6411796310087414f,0.013189000610179673f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9951838895111635f,-0.04588781204014277f,-0.08662179150537508f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339154f,-0.7154002896437913f,-0.6927709878376427f,0.017503503344490762f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9707419367779047f,0.21892777862178822f,-0.09864441154171746f,-0.2620088659445238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106552f,-0.7173160805192893f,0.013189000610179673f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914448613738104f,0.0936285366083945f,-0.09094385074339208f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0055737608411753565f,-0.13316686926878235f,-0.9910779576396784f,0.01769403757905334f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990249346080613f,0.042665326247807736f,-0.011351209958720559f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0055737608411746764f,-0.1331668692687824f,-0.9910779576396784f,0.01769403757905334f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9763192940937298f,0.21506457143455757f,-0.023406539556097557f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158574f,-0.9979529927660075f,0.01769403757905334f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914448613738104f,0.13025900416035158f,-0.008347376271581192f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767562f,-0.4377054793330529f,-0.8983629002450623f,0.017788073344995128f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.99813812026352f,-0.05984461591643309f,-0.011786213243503488f,-0.05863305513672418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483438f,-0.4077033230547462f,-0.912732885747461f,0.0076750352540196215f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9662778019104284f,0.2443609966799355f,-0.08120906868533337f,-0.44409009787630005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2868032327110904f,-0.9579895123154889f,0.045182988817939765f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914448613738104f,0.12504272322928484f,-0.03743533388218028f,-0.2635245971055738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203802f,-0.9793406217655515f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914448613738104f,0.1278296022454751f,-0.026394689716484107f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.047529912118973505f,-0.7329629490645151f,-0.6786060880603797f,-0.879518599062895f,0.4029830326540734f,0.6075607962628502f,-0.6844520101784911f,2.538921959677879f,0.9139724190843443f,-0.3059986832375275f,0.2664943207837845f,-0.7477889196677174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5134556897904967f,-0.7329629490645151f,-0.4462382434534431f,-0.9079814009371049f,-0.1990286227011597f,0.6075607962628502f,-0.7689326928867902f,2.5492700219848294f,0.8347160367259301f,-0.3059986832375275f,-0.4578361539780958f,-0.6590654784812928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.662080910828015f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6878941809865673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8879645175906727f,0.01468869991089248f,-0.45967734074554006f,0.5263000621261062f,-0.06003055754076846f,0.9872373694705129f,0.1475083336028386f,1.8825485067339616f,0.45597735432947556f,0.15857685334206117f,-0.8757499836841689f,-0.7189778662447123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8879645175906727f,0.01468869991089248f,-0.45967734074554006f,0.6095467356502319f,-0.06003055754076846f,0.9872373694705129f,0.1475083336028386f,1.8881763715034088f,0.45597735432947556f,0.15857685334206117f,-0.8757499836841689f,-0.7617257432131006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8879645175906727f,0.01468869991089248f,-0.45967734074554006f,0.6368750000000001f,-0.06003055754076846f,0.9872373694705129f,0.1475083336028386f,1.8632361890782594f,0.45597735432947556f,0.15857685334206117f,-0.8757499836841689f,-0.6089893071762811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111.mcfunction new file mode 100644 index 000000000..0ad0a8d81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..91a33ba51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.445196127589345f,0.03532709198454951f,-0.683737412312513f,-0.334054366574778f,-0.24075151072649256f,0.7715692477608956f,-0.11689332930942448f,1.4792718523382264f,0.6409239912086359f,0.2652872724539291f,0.4310261535122801f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41615675074207736f,-0.1349203640364423f,-0.6697835875714413f,-0.334054366574778f,0.07135481618851776f,0.7885407187526364f,-0.11450775116025255f,1.4792718523382264f,0.6795013237797991f,-0.00017388889951644448f,0.4222297013997846f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4314033170244931f,0.03289504734216534f,-0.6926424318254447f,-0.3332290003387774f,-0.0081183463419283f,0.8154517182471175f,0.04378392518882423f,1.464379399765433f,0.6933755944344895f,0.03001425515692091f,-0.43043451763820945f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40276220520599426f,-0.13195086478256485f,-0.6785068719922724f,-0.3332290003387774f,-0.3130385990105755f,0.7349607140536308f,0.04289037569517476f,1.464379399765433f,0.6162705912073858f,0.2870918286557637f,-0.4216501397272256f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0807350428049154f,-0.018740002033587853f,1.5603002644321602f,-0.008661897493417706f,1.5169839995868275f,0.36509849358080315f,0.08287873661307119f,1.5743960842585054f,-0.36557851121317186f,1.5191307225873651f,-0.0006706939328505219f,0.6522045664815722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.011993601301496657f,-0.9985921692365826f,0.051670427395145636f,-0.005847339773687137f,0.23366303589171378f,-0.053042391432365436f,-0.9708697597355697f,1.529291490549173f,0.9722436624559136f,0.0004292441170238503f,0.23397024717642978f,0.46440882754420093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0035561505607696765f,-0.9985921692365826f,0.05292478939556979f,-0.009250794802672942f,-0.058870784221350225f,-0.053042391432365436f,-0.9968554235576482f,1.543382904753921f,0.99825927722128f,0.0004292441170238503f,-0.058976530850293626f,0.11211225267499231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9805708582245645f,-0.02534631874124065f,-0.19452083725659958f,0.2561247038305157f,0.1600428712607443f,0.4700376477272755f,-0.8680154889618195f,1.4610892791691885f,0.11343311403359235f,-0.8822823662780965f,-0.4568487220025519f,-0.606153357628521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.763321023609423f,-0.02534631874124065f,-0.6455219431143532f,0.010137036062883673f,0.5607989087633385f,0.4700376477272755f,-0.6815931291091911f,1.6449407654914427f,0.32069549240005185f,-0.8822823662780965f,-0.3445754305068938f,-0.4763457060499678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08662323647838563f,-0.5687907772854606f,-0.8179079817296144f,0.2553780982668857f,-0.40997139616700085f,0.7279029580224963f,-0.549618720593631f,1.359214343706353f,0.9079756985882881f,0.38292862961275376f,-0.17013463902453488f,-0.06962093725113122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010161344242083929f,-0.30874246808505745f,-0.9510913917620858f,0.1915445643024244f,-0.18334568413450822f,0.9344403043404026f,-0.3052960493250195f,1.5325138004618972f,0.9829959853389245f,0.17748072015000094f,-0.047111429426350916f,-0.03663774865692074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02516721421274786f,-0.5397339153107195f,-0.8414593941433721f,0.2039749303594114f,-0.4666511975217661f,0.7380488621738563f,-0.4873607871950487f,1.4133407902876673f,0.8840832942547162f,0.4049335472731756f,-0.2332928441090544f,-0.40555427494815494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01786703894615449f,-0.049944453732851196f,-0.9985921692365827f,0.18836914422677317f,-0.3287289407599158f,0.9429336075344856f,-0.053042391432365776f,1.589809326753931f,0.944255289858712f,0.32921385651780766f,0.0004292441170238165f,-0.3438239940753346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.24844056501397177f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.257942380119129f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.17906291704277955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.26739586124076253f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.138958271926912f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.28538220618006316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3208769930183029f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.225996004777528f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.03759490928589797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3746005339871217f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.102933635903404f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.12585445275209028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9578267761092729f,0.19548512144707747f,-0.2106025504616171f,0.15152513708971443f,0.09644032299195825f,0.9091098718035352f,0.4052388247571628f,2.3392435109531893f,0.27067901852438314f,0.36783801908201547f,-0.889622425891173f,-0.13464787164046954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9766149494698565f,0.04324125589123978f,-0.2106025504616171f,0.03946949113444802f,-0.046963133875992547f,0.9130038110358462f,0.4052388247571628f,2.3430347506764444f,0.20980396690371522f,0.40565285013539515f,-0.889622425891173f,-0.10639368016541946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9244653491007324f,0.3582731232471422f,-0.13040010533277596f,0.005084309444514712f,0.13149968554362132f,0.6206535488784856f,0.7729793043584479f,2.360679771031219f,0.3578709977268202f,0.6974450096052588f,-0.6208855027802879f,-0.15561304550699606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9899312780624825f,0.05506248489471646f,-0.13040010533277596f,0.03495663749345282f,-0.06672886139554945f,0.6309122396105368f,0.7729793043584479f,2.3676773695442375f,0.12483318377111702f,0.773897841234123f,-0.6208855027802879f,-0.1531751658981507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.2092439442450038f,-0.13040010533277596f,0.1007099206659422f,0.0327891003092351f,0.6335833567372495f,0.7729793043584479f,2.459542930402347f,0.24436057491935198f,0.7448416622761868f,-0.6208855027802879f,-0.10294699639623288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.12819431115719354f,-0.2106025504616171f,0.0718662006555737f,0.0327891003092351f,0.9136226627061876f,0.4052388247571628f,2.2539778312934553f,0.24436057491935198f,0.3858235980037876f,-0.889622425891173f,-0.18975730594708495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503604972402423f,-0.1942741972744073f,-0.24304827001783844f,-0.2353447654688594f,-0.20978865559304674f,0.9769522335566547f,0.03940879766150358f,2.3387465288166958f,0.22979043772476998f,0.08844133435248472f,-0.9692133331254842f,-0.07702905246397981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690511626081272f,-0.043213223545266674f,-0.24304827001783844f,-0.12416007190109613f,-0.0543768090920872f,0.9977425065114933f,0.03940879766150358f,2.3550645553519343f,0.24079660894788354f,0.05140533056979051f,-0.9692133331254842f,-0.10424718155541136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9298119766664085f,-0.2763643003158015f,-0.24304827001783844f,-0.10232821013713228f,-0.2941373439662023f,0.9549503492597837f,0.03940879766150358f,2.351969208662161f,0.22120784554851253f,0.10813234465031647f,-0.9692133331254842f,-0.1098477856111613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9697050047739894f,0.024489633676588463f,-0.24304827001783844f,-0.1309669750748217f,0.015354649040759033f,0.999105190367716f,0.03940879766150358f,2.3603650407626855f,0.24379589510308142f,0.034482987438397936f,-0.9692133331254842f,-0.10232470305255763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.19908570055114727f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.4629551013895745f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.11331393556908306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.17039658999645807f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.2403836290204335f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.12955815371011406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.01952315916543557f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,1.7346061706428821f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.15571504508544576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010161344242083929f,-0.05206175777449493f,-0.9985921692365827f,2.7502505491851695e-17f,-0.18334568413450822f,0.9816164550476855f,-0.053042391432365776f,1.3665f,0.9829959853389245f,0.1836265464388115f,0.0004292441170238165f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.48584268769985384f,-0.873949242548122f,0.28788804857032796f,-0.19815195673352354f,0.8554356921367096f,-0.4785034782122953f,0.7973326779461553f,0.9800847911198957f,0.17940640854543347f,-0.08513015205142804f,-0.44908396833693803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.6369718064541643f,-0.7707770841977417f,0.04504254735967785f,-0.19815195673352354f,0.7539110095969499f,-0.6263816661199333f,1.0847612503549924f,0.9800847911198957f,0.16088849365640284f,-0.11639886092416823f,-0.38774523013043444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.009830230906731394f,-0.9983344193082839f,0.3171398819050773f,0.1722577435016815f,0.9848587549541882f,-0.019506475688729805f,1.1987110988594618f,0.9834101463880659f,-0.17307974852768432f,-0.05429442540994554f,-0.1310588305914506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.9960281584985632f,-0.06852848818739171f,-0.00004648035985466867f,0.1722577435016815f,0.05782478359921844f,-0.9833532245360322f,1.1048164929739954f,0.9834101463880659f,-0.06770673437454006f,0.16828630990469207f,-0.13294766720488338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08945091844411857f,-0.7518480956726662f,-0.6532403648144297f,0.011443022892247603f,-0.03516686022962161f,0.6578448072398531f,-0.752332042072615f,1.2570145034501603f,0.9953701950184634f,-0.044324379532558536f,-0.08528495909572681f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0894509184441179f,-0.7044488871425801f,-0.7040953760628487f,0.01516151305759967f,-0.22365218487289912f,0.6746689440473232f,-0.7034212934932014f,1.2196416549635798f,0.9705556312706048f,0.22039414997147788f,-0.09720177604996413f,-0.24390926791559633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6853101046057841f,-0.7282513717976845f,0.011443022892247603f,-0.13052619222005157f,0.7220210803572427f,-0.6794471816589531f,1.2570145034501603f,0.9914448613738104f,0.09505587853978059f,-0.08945091844411848f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004196763392061485f,-0.11752793051300563f,-0.9930607094867671f,0.01633585652201293f,-0.04371962331203501f,0.9921414695401377f,-0.11723437617094168f,1.2812738530965864f,0.9990350252691268f,0.04292423520653836f,-0.009302059849783766f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004196763392060805f,-0.11752793051300568f,-0.9930607094867671f,0.01633585652201293f,-0.21633937799140385f,0.9694446783291203f,-0.11564726192020774f,1.2812738530965864f,0.9763092034326643f,0.21532348039328822f,-0.021357389447160764f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.048152459720434304f,-0.9988399975085459f,0.01633585652201293f,-0.13052619222005157f,0.9902947828644775f,-0.047740508752333904f,1.2812738530965864f,0.9914448613738104f,0.13037478151187631f,-0.006285157213338034f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.034022553116038606f,-0.4236999350612747f,-0.9051634277347588f,0.016813927464063162f,0.04915927140959314f,0.9038820026130657f,-0.4249478690223918f,1.2800427061423003f,0.9982113162622152f,-0.05895498605941236f,-0.009923593340630206f,-0.04053545755860907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024368653125387562f,-0.39334486393625223f,-0.9190679989858345f,0.006547932027783043f,-0.25654374464142415f,0.8860939677273162f,-0.38603469720041717f,1.3211184650423282f,0.9662253752775334f,0.24518829167036757f,-0.0793172477936323f,-0.42597145353393184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.27160842585773887f,-0.9624078464991238f,0.041714776475854434f,-0.13052619222005157f,0.9541743139573913f,-0.26928477812248475f,1.1478492104234923f,0.9914448613738104f,0.12561943156623046f,-0.03545201360209318f,-0.245481008792671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18669550310871907f,-0.9824178281764752f,2.7502505491851695e-17f,-0.13052619222005157f,0.9740131074675853f,-0.18509829719873772f,1.3665f,0.9914448613738104f,0.12823125828096815f,-0.024368653125388235f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06362272892280377f,-0.7329629490645151f,-0.677286840019105f,-0.879518599062895f,0.3866245591508583f,0.6075607962628502f,-0.6938237017469611f,2.532074367780169f,0.920039998383668f,-0.3059986832375275f,0.24472680121122695f,-0.7294380426806841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5027199213189667f,-0.7329629490645151f,-0.4582990246637027f,-0.9079814009371049f,-0.18072251698067449f,0.6075607962628502f,-0.7734398817623911f,2.5424224300871194f,0.8453472970118385f,-0.3059986832375275f,-0.43789582470226585f,-0.6407146014942595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.655233318930305f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.669543303999534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9998268745706476f,-0.0005981178464964415f,0.018597396090099035f,0.5927977246680158f,0.0024287023924113235f,0.9867375001087387f,0.16230590649710178f,1.872454095420127f,-0.018447826185744066f,0.16232297475772972f,-0.9865652181051295f,-0.7405930765182702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9998268745706476f,-0.0005981178464964415f,0.018597396090099035f,0.686531494159014f,0.0024287023924113235f,0.9867375001087387f,0.16230590649710178f,1.8722264045708383f,-0.018447826185744066f,0.16232297475772972f,-0.9865652181051295f,-0.7388635928133567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9998268745706476f,-0.0005981178464964415f,0.018597396090099035f,0.6368750000000001f,0.0024287023924113235f,0.9867375001087387f,0.16230590649710178f,1.8479943640209173f,-0.018447826185744066f,0.16232297475772972f,-0.9865652181051295f,-0.591743551950044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5302592261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.19573590934595886f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112.mcfunction new file mode 100644 index 000000000..a50922ca8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..327a860ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4163715322078468f,0.030291960016590992f,-0.7018985601706901f,-0.33769326403539063f,-0.25088932617793896f,0.7685188437370193f,-0.11566234164817459f,1.4701059885644014f,0.6562268949237863f,0.27460085291912806f,0.4011297525729271f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3881822378051352f,-0.12867170471062694f,-0.6875740997590434f,-0.33769326403539063f,0.061036325463366445f,0.7895804263478305f,-0.11330188569617103f,1.4701059885644014f,0.6968422470161575f,0.002518478755008935f,0.392943431091847f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40150379002362724f,0.027670375927295682f,-0.7106148755388882f,-0.33687362884992333f,-0.015604882499135041f,0.8155089629293393f,0.04057170773514464f,1.4554145830067486f,0.7109821648137846f,0.03352500741834284f,-0.40040589361140627f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3737437991149994f,-0.1254707799161265f,-0.6961125311401355f,-0.33687362884992333f,-0.31983555977778494f,0.7322060174042444f,0.03974371369973353f,1.4554145830067486f,0.6308888866707973f,0.2968693845182665f,-0.39223434476219393f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08162716020382543f,-0.014759403373222122f,1.560296579733842f,-0.00751848057226579f,1.5326480397247562f,0.2924312609906841f,0.08294693438132776f,1.5454180261909705f,-0.2928023959002401f,1.5348199788924644f,-0.0007995921548911905f,0.6713143966498163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00944601815886259f,-0.9985898110296588f,0.052241382530448056f,-0.005196007062473173f,0.18715600703403762f,-0.05308603800404964f,-0.9808947454238439f,1.5092966026056203f,0.9822847864911771f,0.000511738979129884f,0.18739353337615344f,0.4815792271454806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.005137627160813051f,-0.9985898110296588f,0.05283932337669211f,-0.009084593635899774f,-0.0870396857352247f,-0.05308603800404964f,-0.994789407702025f,1.5319809892924838f,0.9961915969803548f,0.000511738979129884f,-0.08718967960112849f,0.1320285283159681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.977923504731278f,-0.025817134921341467f,-0.20736223001922854f,0.25302277743246565f,0.17021946160335727f,0.4771725636665902f,-0.8621668512389682f,1.4527071001856573f,0.12120624482904097f,-0.8784303159774868f,-0.4622436870159887f,-0.588461034550384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7547799653237461f,-0.025817134921341467f,-0.6554698158499277f,0.009997224217036119f,0.5668640793950983f,0.4771725636665902f,-0.6715440863974618f,1.6383061277262922f,0.33010955671932996f,-0.8784303159774868f,-0.3455254846379067f,-0.4555967820770228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07508426488111948f,-0.571741690800798f,-0.816990692827958f,0.25545790814672326f,-0.3824529699528626f,0.7401367543866827f,-0.5531069612472637f,1.3493026398530321f,0.9209191489710139f,0.35399014648178f,-0.16309168357801465f,-0.05132726690999265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01067303922636526f,-0.30868662082171855f,-0.9511039145957403f,0.19163476727642767f,-0.19130699924488073f,0.932958062392127f,-0.30494407004801277f,1.5223263761137558f,0.9814722198175512f,0.18520751589284032f,-0.04909641313998039f,-0.01690771026220997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023359529940929838f,-0.5405809958058312f,-0.8409676089686896f,0.20396079172285925f,-0.43071409492697577f,0.7536815837568227f,-0.4964367419289629f,1.404673462701974f,0.9021860677222714f,0.37381313149671924f,-0.21523020682153696f,-0.382493717163782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017153554081176112f,-0.05024086872392204f,-0.9985898110296589f,0.18829944251818853f,-0.31351945326428377f,0.9480967382044394f,-0.05308603800404997f,1.582109813377781f,0.9494268313078416f,0.313987945813161f,0.0005117389791298339f,-0.3236177789551947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.24964108105085625f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.248419998314997f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1487154502738176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.26821315587581945f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.1312702879718826f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.25711902910413265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.3196025504474598f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.215304096818401f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.007218895309828305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.37369987538823896f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.093926824582104f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.09755908414474049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9566806639436863f,0.2071441234516858f,-0.20458108259489796f,0.15377864502226046f,0.09251253067907221f,0.8825625844156286f,0.46100403062984147f,2.325768482451672f,0.27604988481001286f,0.422107328423754f,-0.863493986306413f,-0.099129350832767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9773068175883862f,0.054936007677666474f,-0.20458108259489796f,0.041761158719460525f,-0.04668965784691286f,0.8861689227191271f,0.46100403062984147f,2.3293207970738488f,0.20661911853794954f,0.4600942028185761f,-0.863493986306413f,-0.07069337980614114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9226293637083697f,0.3677553811269557f,-0.11623698583177715f,0.00730637605779301f,0.11973746345560057f,0.5595990340642297f,0.8200682050412633f,2.3516716768287957f,0.36663060028904826f,0.7427010843714641f,-0.560336597238788f,-0.12026575507412109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9911153310211614f,0.06464799872816837f,-0.11623698583177715f,0.03729008111589269f,-0.059048516697550374f,0.5692112189303892f,0.8200682050412633f,2.357950606641508f,0.11917916466661907f,0.8196457920981619f,-0.560336597238788f,-0.11729622709885047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.21889667118808792f,-0.11623698583177715f,0.10452574298183051f,0.030722721056665354f,0.5714405073944921f,0.8200682050412633f,2.444590911744138f,0.2459327223924399f,0.7909108634046567f,-0.560336597238788f,-0.06021323631856208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.13990486116208464f,-0.20458108259489796f,0.07304714922036151f,0.030722721056665354f,0.8868660542347498f,0.46100403062984147f,2.2450460495413194f,0.2459327223924399f,0.4403353627285723f,-0.863493986306413f,-0.1592886929324907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506035835113731f,-0.19193503324243988f,-0.2439544425288452f,-0.2338517971233095f,-0.21160536695011506f,0.9756971508524761f,0.05690552254629738f,2.3285314529767427f,0.2271034911515963f,0.10571666298452453f,-0.9681156911620498f,-0.04476710952301033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689253302098997f,-0.04086483143336994f,-0.2439544425288452f,-0.12265793191567102f,-0.05636749190909977f,0.996787072227369f,0.05690552254629738f,2.3450691480591024f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.07181465297058463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302580094995025f,-0.27405522387370074f,-0.2439544425288452f,-0.10083902511901466f,-0.2958377545227843f,0.9535417056965309f,0.05690552254629738f,2.3420223933961974f,0.21702547952012582f,0.12510775261703883f,-0.9681156911620498f,-0.07749186330867233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969415663344465f,0.02682352759894728f,-0.2439544425288452f,-0.12945064071129514f,0.013302167700482537f,0.9982909464871456f,0.05690552254629738f,2.3503507263817855f,0.24506391818641785f,0.05191998198138585f,-0.9681156911620498f,-0.06979251607135836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.1973444487597183f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.45327245688145f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.07891352209527151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.16918418333211338f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.2309541765640444f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.0990773929478144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.019501714617247427f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,1.7253684409565833f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1342346825146415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01067303922636526f,-0.05200457231265987f,-0.9985898110296589f,2.523826963209482e-17f,-0.19130699924488073f,0.9800936203286662f,-0.05308603800404997f,1.3578333333333334f,0.9814722198175512f,0.1916038095905861f,0.0005117389791298339f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.45599681818961396f,-0.8899016315719175f,0.27295203847765587f,-0.19835143094434765f,0.8712016228746315f,-0.4490706427088481f,0.7800292870907635f,0.9800585298418364f,0.18186432883211737f,-0.08006649725510365f,-0.43195802658198823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.610532800784314f,-0.7919013267067265f,0.040186408178636154f,-0.19835143094434765f,0.7747766466120197f,-0.6003147988405443f,1.075412883611596f,0.9800585298418364f,0.1642280336334048f,-0.11186791789053417f,-0.3693460887592527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,0.01175905943240406f,-0.9986178266462066f,0.3151593323536892f,0.1684301960116812f,0.9857091183032091f,0.0029670128709907984f,1.1829929413836882f,0.9843815867059861f,-0.16804540640902732f,-0.05247507159623609f,-0.11269707374842665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,-0.994616815988831f,-0.09007346183292905f,-0.0040393723963370555f,0.1684301960116812f,0.08029571263326135f,-0.9824377169083969f,1.0961825068220648f,0.9843815867059861f,-0.06549799909124521f,0.16341023183769282f,-0.11445447584460713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08790565355841762f,-0.7413207767862229f,-0.6653691471488129f,0.009659863059567377f,-0.03374828143818823f,0.6697878532210778f,-0.741785201508812f,1.2481790462723146f,0.9955569544593801f,-0.0427520477003292f,-0.08389644119384611f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08790565355841695f,-0.6931011511893864f,-0.7154602646495576f,0.012769696451362576f,-0.2250707636643325f,0.6858471869619208f,-0.6920670397295152f,1.210751581738131f,0.9703688718296881f,0.22186579356982325f,-0.09570696018373377f,-0.2254497910581486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6734713704833958f,-0.739213306927856f,0.009659863059567377f,-0.13052619222005157f,0.7328892346127642f,-0.6677097295481405f,1.2481790462723146f,0.9914448613738104f,0.0964866981916851f,-0.08790565355841755f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0027916863186813533f,-0.10155207161708348f,-0.9948263080748201f,0.014946835099741946f,-0.0436637265023892f,0.9938937713643097f,-0.10133434872319472f,1.2723569731879039f,0.9990423842237238f,0.043154930118217534f,-0.007208781524579729f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0027916863186806724f,-0.10155207161708353f,-0.9948263080748201f,0.014946835099741946f,-0.21639527480104964f,0.9711969801532923f,-0.09974723447246078f,1.2723569731879039f,0.9763018444780672f,0.21555417530496737f,-0.019264111121956726f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.032031008292405655f,-0.9994868756055639f,0.014946835099741946f,-0.13052619222005157f,0.9909361268297012f,-0.031756978576127415f,1.2723569731879039f,0.9914448613738104f,0.13045921604671062f,-0.00418088554537694f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.031129649701096863f,-0.4093105590547435f,-0.9118639214026293f,0.015816347417678178f,0.04968038845695147f,0.9105448006512321f,-0.41041445516669395f,1.2711150476477964f,0.9982799226230353f,-0.05807781205676735f,-0.008010233108056323f,-0.022080928895704927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02229661110068914f,-0.3786034798159962f,-0.9252903685895814f,0.005397042472902413f,-0.25691699471826257f,0.8922683628239547f,-0.3712826773879922f,1.3123562570190626f,0.9661762359726929f,0.24600116620593138f,-0.07737510754086781f,-0.4074951429032622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.25604568209533474f,-0.9666646826487119f,0.0381678110582696f,-0.13052619222005157f,0.9583947322836106f,-0.2538551757903718f,1.1385436063709637f,0.9914448613738104f,0.12617506017974084f,-0.0334206679182902f,-0.22707623760643286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17082097256847925f,-0.9853020832875362f,2.523826963209482e-17f,-0.13052619222005157f,0.9768726873763379f,-0.16935957546789532f,1.3578333333333334f,0.9914448613738104f,0.12860772911800616f,-0.02229661110068981f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07999412443427967f,-0.7329629490645151f,-0.675548854898476f,-0.879518599062895f,0.36972112358561704f,0.6075607962628502f,-0.7029766494123687f,2.5242339051646474f,0.925692838273356f,-0.3059986832375275f,0.22239059113711934f,-0.7108403819649453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4914820750284472f,-0.7329629490645151f,-0.4703304000640199f,-0.9079814009371049f,-0.16195270552492794f,0.6075607962628502f,-0.7775867797343313f,2.5345819674715977f,0.8556966115971756f,-0.3059986832375275f,-0.41731057350372935f,-0.6221169407785206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.647392856314783f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6509456432837951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8720202367158576f,-0.015824060643179767f,0.48921396736272765f,0.6693811465083535f,0.06388863208686081f,0.9872468826595093f,0.14581438670155553f,1.8573206172830308f,-0.48528233993015735f,0.15840830718065899f,-0.8598882827251855f,-0.7258904967535517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8720202367158576f,-0.015824060643179767f,0.48921396736272765f,0.7511330437004651f,0.06388863208686081f,0.9872468826595093f,0.14581438670155553f,1.8513310580248876f,-0.48528233993015735f,0.15840830718065899f,-0.8598882827251855f,-0.6803952773850994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8720202367158576f,-0.015824060643179767f,0.48921396736272765f,0.6368750000000001f,0.06388863208686081f,0.9872468826595093f,0.14581438670155553f,1.8324536796487259f,-0.48528233993015735f,0.15840830718065899f,-0.8598882827251855f,-0.5741596446605477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.521592559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.17724702045707005f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113.mcfunction new file mode 100644 index 000000000..74887ca17 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..7d478e444 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.40767095268225767f,0.028800816108162482f,-0.7070497519800771f,-0.3387990551496062f,-0.2576549028269412f,0.7660195806752222f,-0.11735585846407721f,1.4614436444850711f,0.6590620530972969f,0.2816539711385317f,0.39147502494222447f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3797490067059943f,-0.12675960972346756f,-0.6926201652049736f,-0.3387990551496062f,0.05397640282644771f,0.7898547670219337f,-0.11496084094440218f,1.4614436444850711f,0.702052163192827f,0.007838900144872651f,0.3834857387189138f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39234242883238724f,0.02609798377899713f,-0.7157728398207205f,-0.33797395006534936f,-0.021869780312351608f,0.8153073240866642f,0.04171479886295868f,1.4463973660898122f,0.7159145030598535f,0.039208506446418226f,-0.3909904880879439f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3648630913414176f,-0.12345948173858635f,-0.7011652308447874f,-0.33797395006534936f,-0.3254298588979408f,0.7296749846549039f,0.040863476437184014f,1.4463973660898122f,0.6332221817928133f,0.30386209559223676f,-0.3830110903718634f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08219757415690644f,-0.011156519954607206f,1.56029655542311f,-0.006601497799605691f,1.544742297909384f,0.21976545736527275f,0.08294954369174316f,1.5167426823524066f,-0.22004781719516278f,1.546927576136496f,-0.0005313530928362491f,0.6895967077518894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.007140172770949044f,-0.9985897954707904f,0.0526064474604199f,-0.004724413658444562f,0.14064989271377434f,-0.053087707962715475f,-0.9886350706620058f,1.4896042255949349f,0.9900336487273574f,0.00034006597941472854f,0.14083060300490396f,0.4983649991054809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.006446523995614901f,-0.9985897954707904f,0.052695945859040076f,-0.008997435887443348f,-0.11489714982299395f,-0.053087707962715475f,-0.9919578318788648f,1.5206682703650654f,0.9933564754361479f,0.00034006597941472854f,-0.11507735252517415f,0.1517338629844599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9751597228390386f,-0.02604097211137047f,-0.2199667764094937f,0.2500101774018976f,0.18019773432953212f,0.4842334484598897f,-0.8561814900680502f,1.4444554513931496f,0.12881106899250838f,-0.8745512192914364f,-0.46751243121533037f,-0.5708713776799205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7462519018657168f,-0.02604097211137047f,-0.665154092472786f,0.009934049836801876f,0.5726895126883126f,0.4842334484598897f,-0.6614716089519388f,1.6317236632776628f,0.3393152236764863f,-0.8745512192914364f,-0.34644674023179645f,-0.4350207320578809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06329755268002618f,-0.5742898434192389f,-0.8162013204903711f,0.2554975459708694f,-0.3548396312852571f,0.7514498167918666f,-0.55624815407587f,1.3394727096653651f,0.9327819980542411f,0.32482972245312786f,-0.15621586192497153f,-0.03315538927420483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010924089416905224f,-0.30863652699914373f,-0.9511173210873191f,0.1916837139017342f,-0.19920722065298846f,0.9314360443785237f,-0.30453797541883093f,1.5122136056399706f,0.9798964983660892f,0.1927962381230394f,-0.05130753410057095f,0.002673233285736487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02128341111870343f,-0.5414146982402395f,-0.8404862526779261f,0.20399116937871659f,-0.3944602382878419f,0.7679289975087819f,-0.5046644183960829f,1.3961172528031938f,0.9186664992373733f,0.3422793878026951f,-0.1972224223164317f,-0.3595794907929309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016188926070194284f,-0.05056025172305531f,-0.9985897954707904f,0.1882699359589513f,-0.2984037396024397f,0.9529621731498816f,-0.053087707962715586f,1.5744658620940295f,0.954302429455135f,0.2988423622767637f,0.00034006597941471997f,-0.30354442245366636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.250860144492347f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2387972530043365f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11858959106301911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.26907554671467593f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.1235029962444347f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.22902394251246877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.31834729041008364f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2045429919002775f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,0.02278152213911329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.3727966671114693f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.0848758507441127f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.06960545315687267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9556303619098674f,0.218331093027554f,-0.19774262366371448f,0.15598072197923007f,0.08839429196147251f,0.8529064483071748f,0.5145260339231347f,2.3119208728301865f,0.28099299020553126f,0.4742173808006559f,-0.8343625202523901f,-0.06418050508544537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780194741165023f,0.06614955053113511f,-0.19774262366371448f,0.04399415148908707f,-0.0461179524247873f,0.856233668387009f,0.5145260339231347f,2.3152373703324733f,0.20334955793663692f,0.5123359660272295f,-0.8343625202523901f,-0.03559467819214805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.921047752411634f,0.3760320676963079f,-0.10134555659483489f,0.009565919947405549f,0.10755293215659872f,0.4957063357269025f,0.8618048476915905f,2.342381430883298f,0.37430389332999947f,0.782863406210973f,-0.49701255784311704f,-0.08513761839459806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921687660981996f,0.07300834019247007f,-0.10134555659483489f,0.03964738250972226f,-0.050892764984762244f,0.5046804245931085f,0.8618048476915905f,2.347905069694159f,0.11406606003269362f,0.860213607945643f,-0.49701255784311704f,-0.08169368904005476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.22731887652850385f,-0.10134555659483489f,0.10825662902960678f,0.02868322164140135f,0.5064283535620263f,0.8618048476915905f,2.428837728807112f,0.24722877313122008f,0.8317790879087272f,-0.49701255784311704f,-0.018224637431178595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.1511378452085666f,-0.19774262366371448f,0.07425061385767935f,0.02868322164140135f,0.8569948851723677f,0.5145260339231347f,2.2360138796433295f,0.24722877313122008f,0.49266329123866315f,-0.8343625202523901f,-0.12907387795987763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9509124827507182f,-0.1895908733153783f,-0.24458280991185266f,-0.23236398165770453f,-0.2133230729120728f,0.9741560887652537f,0.07425079989423217f,2.318206828721104f,0.22418455948663302f,0.12278116906551681f,-0.9667812926462166f,-0.012868121393856596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688637189828608f,-0.0385012095176626f,-0.24458280991185266f,-0.12115339401725664f,-0.05830512528350461f,0.9955336915849415f,0.07425079989423217f,2.3349550793304106f,0.24063168204618282f,0.0861993374970801f,-0.9667812926462166f,-0.03971662085274878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.930770040283545f,-0.2717469065255222f,-0.24458280991185266f,-0.09934607350080185f,-0.29741461168413513f,0.9518567998768732f,0.07425079989423217f,2.3319570187908436f,0.21263038556928648f,0.14185292144318815f,-0.9667812926462166f,-0.04546384017114153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691893242691747f,0.02917709406852191f,-0.24458280991185266f,-0.12793225674446163f,0.01128182288971774f,0.9971757814885758f,0.07425079989423217f,2.340216416979342f,0.2460584771857004f,0.06920374263264151f,-0.9667812926462166f,-0.03759757713690909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.19559458190222132f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.443436944058875f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.0448761123548647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.16796531588803584f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.2214375983224532f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.06891595744833191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.01948226832763075f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,1.7161943845489138f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11296016277616407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924089416905224f,-0.051952715540348735f,-0.9985897954707904f,2.2995805270989413e-17f,-0.19920722065298846f,0.9785183587971036f,-0.053087707962715586f,1.34925f,0.9798964983660892f,0.1995062325968956f,0.00034006597941471997f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.4259220731443414f,-0.9046951969822314f,0.2578860975498565f,-0.19853150330592853f,0.8858218291668176f,-0.41941021585870025f,0.7633061133626164f,0.9800348228656879f,0.18414688316661718f,-0.0749778059871047f,-0.4149349094458047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.5836575732912661f,-0.8119278594641537f,0.03536664773256132f,-0.19853150330592853f,0.7945572196717672f,-0.5738153595561548f,1.0662310533624777f,0.9800348228656879f,0.1673997067118742f,-0.1072803997168083f,-0.3511137712619027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,0.033187143016183154f,-0.9983997084909033f,0.3130440751141307f,0.16453551696789165f,0.9860484173196098f,0.025230583774474846f,1.167442129511933f,0.9853077834019205f,-0.16311692812187076f,-0.05061066812124171f,-0.09452862618209072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,-0.9927181421578432f,-0.1114183764330538f,-0.007992838112909217f,0.16453551696789165f,0.10251727347174927f,-0.9810291903384053f,1.0876944871831016f,0.9853077834019205f,-0.0632526590002264f,0.15864322581501897f,-0.09613081644757764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08635269112891295f,-0.7307044674299094f,-0.6772105979772964f,0.007891369027130448f,-0.03236788615718558f,0.6814485671127349f,-0.731149895934969f,1.2394566800680349f,0.9957386869457819f,-0.0412168855928405f,-0.0824962766524445f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08635269112891228f,-0.6816846847752815f,-0.7265323139940989f,0.010397599701348086f,-0.22645115894533516f,0.6967376145265807f,-0.6806442309431004f,1.2019847276308562f,0.9701871393432863f,0.22329954555850534f,-0.09420311887753899f,-0.20716284091528583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6615736631873264f,-0.7498801825471202f,0.007891369027130448f,-0.13052619222005157f,0.7434648536323972f,-0.6559138087873226f,1.2394566800680349f,0.9914448613738104f,0.09787900484915253f,-0.08635269112891285f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0013994021631020773f,-0.08570375766118873f,-0.9963196814257652f,0.013567333492796462f,-0.04363052660729724f,0.9953771268015472f,-0.08556139660072569f,1.2635477635911556f,0.9990467550728322f,0.043350217566339666f,-0.005132232983330266f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0013994021631013969f,-0.08570375766118879f,-0.9963196814257652f,0.013567333492796462f,-0.2164284746961416f,0.9726803355905298f,-0.08397428234999176f,1.2635477635911556f,0.9762974736289588f,0.2157494627530895f,-0.017187562580707264f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.016056339134799452f,-0.9998710886777298f,0.013567333492796462f,-0.13052619222005157f,0.9913170529057727f,-0.015918974927672053f,1.2635477635911556f,0.9914448613738104f,0.13050936591602155f,-0.002095772808259507f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.028256573126708616f,-0.3949545108292102f,-0.9182660292370585f,0.014824300552091496f,0.0501508190804901f,0.9169158224185692f,-0.3959169988066123f,1.2622889930494343f,0.9983418559895657f,-0.0572390511289138f,-0.006101606769587289f,-0.003801772645352197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020238770050220158f,-0.36390668661801806f,-0.931215504392807f,0.004255833459042034f,-0.25725394064485063f,0.8981501903581315f,-0.35657628297791766f,1.3036964579967636f,0.9661318761999057f,0.24677552349118406f,-0.07543897398627618f,-0.38919409869108296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.24056687180899167f,-0.9706325670345274f,0.03464515516910524f,-0.13052619222005157f,0.9623286708684526f,-0.23850878887179688f,1.1293834818649815f,0.9914448613738104f,0.12669297301979074f,-0.031400277751517276f,-0.20884106249378712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.15505523991767375f,-0.9879058014679702f,2.2995805270989413e-17f,-0.13052619222005157f,0.9794541303867949f,-0.1537287208454609f,1.34925f,0.9914448613738104f,0.12894758253771232f,-0.02023877005022083f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.09616195368194055f,-0.7329629490645151f,-0.6734375947054942f,-0.879518599062895f,0.3527667558475327f,0.6075607962628502f,-0.7116357880357471f,2.515650571831314f,0.9307569471311398f,-0.3059986832375275f,0.2001407285487381f,-0.6925292708538339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4800685396326997f,-0.7329629490645151f,-0.4819745974152334f,-0.9079814009371049f,-0.14326984565797388f,0.6075607962628502f,-0.7812449232920442f,2.525998634138264f,0.8654524531018831f,-0.3059986832375275f,-0.39668231278547306f,-0.6038058296674093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6388095229814494f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6326345321726837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5394707605324185f,-0.027356832595755602f,0.8415598031280378f,0.7378212785692486f,0.10990361955412473f,0.9886336394963618f,0.10259006416354277f,1.83760266672509f,-0.8348008702316234f,0.14783480837240404f,-0.5303323264652254f,-0.6754259531645719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5394707605324185f,-0.027356832595755602f,0.8415598031280378f,0.7883966623691628f,0.10990361955412473f,0.9886336394963618f,0.10259006416354277f,1.8272992023918906f,-0.8348008702316234f,0.14783480837240404f,-0.5303323264652254f,-0.5971633715803571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5394707605324185f,-0.027356832595755602f,0.8415598031280378f,0.6368750000000001f,0.10990361955412473f,0.9886336394963618f,0.10259006416354277f,1.8170624249339589f,-0.8348008702316234f,0.14783480837240404f,-0.5303323264652254f,-0.5567448134026807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5130092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.1589359093459587f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114.mcfunction new file mode 100644 index 000000000..a2242aff3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..9fd958980 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4099192384970432f,0.029232443828677106f,-0.7057309165554899f,-0.3385144014866267f,-0.26239608691715804f,0.7638765013900514f,-0.12077014796340264f,1.4533449089520065f,0.6557888043608338f,0.2873718832738203f,0.39281406444155004f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38194556705711874f,-0.12721179883291264f,-0.6913282447890514f,-0.3385144014866267f,0.048882129640326066f,0.7896925716060975f,-0.11830545106619035f,1.4533449089520065f,0.7012332858665812f,0.014240807134533545f,0.38479745088151845f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39461739161562426f,0.026534315368813267f,-0.7145050656131374f,-0.3376857611345061f,-0.02726715414289705f,0.8149519461083992f,0.04532408061422168f,1.437658786098439f,0.714477474091292f,0.04575696762773224f,-0.39290289305894155f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36708555836812556f,-0.12391741421973515f,-0.6999233295802163f,-0.3376857611345061f,-0.3301813945193386f,0.7273300259770379f,0.04439909937719676f,1.437658786098439f,0.6294667898712579f,0.30924991150416836f,-0.3848844666699836f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08249624678374705f,-0.008035130145515473f,1.560299989088682f,-0.00592514415686652f,1.5531284094128084f,0.14942626726441574f,0.08288657627302282f,1.4892314251774583f,-0.14964211687033602f,1.5553178058952992f,0.00009758891655038453f,0.7065655387937886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005142483293130334f,-0.9985919930167565f,0.05279759794159789f,-0.004433925605755464f,0.09563281104922583f,-0.05304740881473442f,-0.9940021820241974f,1.470788292418833f,0.9954033957729915f,-0.00006245690659270942f,0.09577095479701483f,0.5142969433520067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007460647363034163f,-0.9985919930167565f,0.052520188725357776f,-0.008987162020065031f,-0.141608584523857f,-0.05304740881473442f,-0.9885003698568819f,1.5097777231012306f,0.9898946143555252f,-0.00006245690659270942f,-0.1418049666586496f,0.17065451224342265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9723742586622373f,-0.026029042879407563f,-0.23197152846383307f,0.24717171969450227f,0.18969384209149948f,0.491009451625191f,-0.8502505305422012f,1.436568870782032f,0.13603142050140596f,-0.8707652998032889f,-0.4725074023704374f,-0.5539029514008829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7379956607185397f,-0.026029042879407563f,-0.6743032653690685f,0.009943459553976852f,0.5781196094426253f,0.491009451625191f,-0.6516804704704875f,1.6253842144601969f,0.34805189546749066f,-0.8707652998032889f,-0.34731494456757217f,-0.41522041209836014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05164279919611771f,-0.5763603632681504f,-0.8155622311906034f,0.2554985816326504f,-0.3279807132165665f,0.7615656255474968f,-0.558969095516382f,1.3300120485740003f,0.9432717917170754f,0.2963554110149765f,-0.1497057023396322f,-0.015638418144490976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010924962649818269f,-0.3085961015691054f,-0.9511304281156453f,0.19169224741272034f,-0.20680902861792164f,0.9299239904177978f,-0.30409110103314635f,1.5024722273958802f,0.978320331421775f,0.20002454384847376f,-0.053661075138299756f,0.021530802107483482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01901477550161814f,-0.5421836677739569f,-0.8400448254181456f,0.2040589075766643f,-0.35904266095932125f,0.7804495014811363f,-0.5118466012870414f,1.3879176258690107f,0.9331274328428419f,0.3113445776579788f,-0.17982699474523245f,-0.3374853978963792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015017404794106374f,-0.0508773921901732f,-0.9985919930167563f,0.18827819658465214f,-0.2838242550028044f,0.9574078361336643f,-0.05304740881473441f,1.5671000488389806f,0.9587587130375154f,0.2842212628811958f,-0.00006245690659270262f,-0.28419430146182123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.25205413597597487f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.229367160110084f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.08957480485404505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.2699495289708957f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.1158915769062348f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.20192852943006223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.3171534011153298f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.194039970273926f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,0.05153160668253692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.37192280008951156f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.0760545330484392f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.04280853344200174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9547063886039298f,0.22867624993163793f,-0.19037563992287931f,0.1580566570163012f,0.08423332487213851f,0.8213485605564448f,0.5641731020288372f,2.2981562700092533f,0.28537774709992275f,0.5225836916600622f,-0.8034088788849134f,-0.030826954576761323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.978725215541254f,0.07651188265675193f,-0.19037563992287931f,0.04609322087876897f,-0.04529094981643751f,0.8244133919411331f,0.5641731020288372f,2.3012473607117587f,0.2001141732323108f,0.5607927344397707f,-0.8034088788849134f,-0.0021254781069760253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9197631996687787f,0.38286340680868497f,-0.08632072903942782f,0.011783946144244134f,0.09540040693491976f,0.43144016999849255f,0.8970831299652913f,2.333091950339799f,0.38070253334027415f,0.8168690173084786f,-0.4333481160334933f,-0.05127005546254278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993058083721645f,0.07990227839803149f,-0.08632072903942782f,0.0419466337105151f,-0.04259116591288574f,0.439804332081731f,0.8970831299652913f,2.3378532176271043f,0.10964321657665779f,0.8945321544745869f,-0.4333481160334933f,-0.04742190816827897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.23426705884159477f,-0.08632072903942782f,0.11177567211401482f,0.02673375742707132f,0.44105233719537973f,0.8970831299652913f,2.4128322484438907f,0.24822898568462956f,0.8663670013315384f,-0.4333481160334933f,0.02177126248221213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.1615222549500339f,-0.19037563992287931f,0.07543316475025724f,0.02673375742707132f,0.8252236164585874f,0.5641731020288372f,2.2271569347407087f,0.24822898568462956f,0.5412176493748763f,-0.8034088788849134f,-0.10000270862713484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9512720875815404f,-0.18732152966387122f,-0.2449327661066317f,-0.23093240318355907f,-0.21489324246912656f,0.9723954568781056f,0.09092837722034561f,2.308089090675121f,0.2211386662919076f,0.13913202351438614f,-0.9652667871129871f,0.01773468492582088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.11969864112028196f,-0.06013138695516286f,0.9940403646326054f,0.09092837722034561f,2.325032650429655f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.008894370353982231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931326063040915f,-0.26951754003786865f,-0.2449327661066317f,-0.09790124188112076f,-0.2988253570921475f,0.9499660184316201f,0.09092837722034561f,2.3220818328538204f,0.2081710120536972f,0.15787608887070528f,-0.9652667871129871f,-0.014703345052047633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690292212044049f,0.0314691680751014f,-0.2449327661066317f,-0.1264644508914327f,0.00935584067736206f,0.9958134857799901f,0.09092837722034561f,2.3302731382425876f,0.2467687919839231f,0.08582070262685257f,-0.9652667871129871f,-0.006683916639674065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.19389707190216277f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.4337529006817418f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.012199795573214281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.16678280848008514f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.212124088001918f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.039957427122206346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.019466353209330094f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,1.707353312708967f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.09251348211697483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924962649818269f,-0.0519102752248803f,-0.9985919930167563f,2.084042690449008e-17f,-0.20680902861792164f,0.976942167223912f,-0.05304740881473441f,1.341f,0.978320331421775f,0.20709738102140035f,-0.00006245690659270262f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.39656303157263084f,-0.9179556491023689f,0.24316058183411549f,-0.19868814067062213f,0.8989264057629158f,-0.39045401749632047f,0.7476286364590199f,0.9800142011654104f,0.18619634532420445f,-0.07002204297242323f,-0.39851374606691126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.5572066770448842f,-0.8303165244565622f,0.03072553621075337f,-0.19868814067062213f,0.8127192069462515f,-0.5477321548142916f,1.0574778341072784f,0.9800142011654104f,0.17031796651338355f,-0.10278110622516301f,-0.3335800213336838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,0.053815466057687875f,-0.9977216397617514f,0.3108665240131067f,0.1606976696699492f,0.9859018187485973f,0.046624701080603f,1.152513710992488f,0.9861647092643967f,-0.1584345271751127f,-0.048761324841171634f,-0.0770811167642228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,-0.990423684116071f,-0.13192990857964576f,-0.011790859966382516f,0.1606976696699492f,0.1238339378628317f,-0.9792044805841281f,1.0795951182746855f,0.9861647092643967f,-0.06104163968418382f,0.15412035694915213f,-0.07851098548815634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08483925172228202f,-0.7203245598822826f,-0.6884292482148034f,0.006189649753638662f,-0.031064447886003668f,0.6924965564940961f,-0.7207520512085671f,1.23109946860428f,0.9959102878496341f,-0.03976239019746526f,-0.08112737442468779f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08483925172228135f,-0.6705474886800112f,-0.7369995704151623f,0.00811511357066882f,-0.22775459721651709f,0.7070333745784261f,-0.6695010460626519f,1.1935937736900322f,0.9700155384394341f,0.22465500808389136f,-0.09273609075694987f,-0.18958139785364012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6499787535305775f,-0.7599523800599857f,0.006189649753638662f,-0.13052619222005157f,0.7534508820992698f,-0.6444180951900454f,1.23109946860428f,0.9914448613738104f,0.09919369043779516f,-0.08483925172228195f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00006084618197644141f,-0.07045023764505765f,-0.9975152932729888f,0.012238135395442619f,-0.043619408422955724f,0.9965660676494061f,-0.07038053721470666f,1.2551012833410076f,0.9990482188095695f,0.04350674459844403f,-0.003133634929637801f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00006084618197576088f,-0.07045023764505771f,-0.9975152932729888f,0.012238135395442619f,-0.21643959288048312f,0.9738692764383887f,-0.06879342296397273f,1.2551012833410076f,0.9762960098922215f,0.21590598978519385f,-0.015188964527014799f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0006981316440876351f,-0.9999997563060741f,0.012238135395442619f,-0.13052619222005157f,0.9914446197647198f,-0.0006921590310930703f,1.2551012833410076f,0.9914448613738104f,0.13052616041161139f,-0.00009112446517141673f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0254882632552293f,-0.3810608858384511f,-0.9241985445348024f,0.013867209119475483f,0.05056002687059924f,0.9228243257639763f,-0.38188865846095355f,1.2538205387744197f,0.9983957292171658f,-0.056461181906487426f,-0.004254740726075283f,0.013769467303733435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018255968149034622f,-0.34969302027675053f,-0.9366864529802199f,0.0031579154913732293f,-0.2575470357179736f,0.9035834669059614f,-0.34235426494654375f,1.2953900104563363f,0.9660932895014985f,0.24749082791878896f,-0.07356660979171283f,-0.3716015301507629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.22563123809993774f,-0.9742127818877606f,0.03125095288479097f,-0.13052619222005157f,0.965878256487305f,-0.2237009315795939f,1.120631755511925f,0.9914448613738104f,0.12716028483191294f,-0.029450786355081023f,-0.19130711602127248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.13986440451934412f,-0.990170666273471f,2.084042690449008e-17f,-0.13052619222005157f,0.9816996189599149f,-0.13866784514981162f,1.341f,0.9914448613738104f,0.12924320671666756f,-0.018255968149035292f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.111649951068893f,-0.7329629490645151f,-0.6710436675246724f,-0.879518599062895f,0.33627968046494505f,0.6075607962628502f,-0.71957338427074f,2.506574367780169f,0.9351204547718481f,-0.3059986832375275f,0.1786464131299339f,-0.675038042680684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4688382280196186f,-0.7329629490645151f,-0.49290570218457946f,-0.9079814009371049f,-0.1252348271787736f,0.6075607962628502f,-0.7843380118966276f,2.5169224300871194f,0.874360883164913f,-0.3059986832375275f,-0.37664021538860193f,-0.5863146014942594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6297333189303047f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6151433039995339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.08396585892198435f,-0.03251165011586272f,0.9959381141126376f,0.7823298174799277f,0.13006525620008197f,0.9905594360328223f,0.04330164911344668f,1.8148609451002875f,-0.987943704704423f,0.13317280613203564f,-0.07894453775796523f,-0.5981578280930477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.08396585892198435f,-0.03251165011586272f,0.9959381141126376f,0.7902016167538638f,0.13006525620008197f,0.9905594360328223f,0.04330164911344668f,1.8026673273315297f,-0.987943704704423f,0.13317280613203564f,-0.07894453775796523f,-0.5055381057770081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08396585892198435f,-0.03251165011586272f,0.9959381141126376f,0.6368750000000001f,0.13006525620008197f,0.9905594360328223f,0.04330164911344668f,1.8022688888488916f,-0.987943704704423f,0.13317280613203564f,-0.07894453775796523f,-0.5400062862713331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5047592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.14133590934595874f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115.mcfunction new file mode 100644 index 000000000..318f23947 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..f92105f87 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42097057074196065f,0.031206351006059386f,-0.6991097100387886f,-0.33711108027098635f,-0.2651728976399551f,0.762127648185653f,-0.12565518959708544f,1.4460289628431227f,0.6476199173673258f,0.29177398097214946f,0.4029898647624353f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39268726296752404f,-0.12956821612149855f,-0.6848421649359563f,-0.33711108027098635f,0.04571344809967763f,0.7891507689391761f,-0.12309079797265514f,1.4460289628431227f,0.6954904702193357f,0.021287114736374624f,0.39476558180809995f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4061031617361544f,0.028584825665107734f,-0.707960150159625f,-0.33628112467845184f,-0.031609734804185705f,0.8144584336912385f,0.051016947177066896f,1.4294614220249526f,0.7078315414969527f,0.052771317733727126f,-0.40389867706039606f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.37824914783533226f,-0.12636736305806734f,-0.6935119838298368f,-0.33628112467845184f,-0.33392653316312315f,0.7252554662767546f,0.04997578498977982f,1.4294614220249526f,0.6208225612938874f,0.31310668819020415f,-0.3956558469163064f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0825931422522372f,-0.0054508421960131545f,1.56030603125549f,-0.005478582549848633f,1.5580565079106892f,0.0837606408883764f,0.08276667925631118f,1.463733343929261f,-0.08393176401131063f,1.5602437929238246f,0.0010077860025985788f,0.721805604892509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0034885390054488503f,-0.9985958600035135f,0.05285961104143158f,-0.0043068319014281575f,0.05360681016856064f,-0.05297067472403896f,-0.9971561650628411f,1.4534077655170714f,0.9985560274712477f,-0.0006449830416635458f,0.053716328967238575f,0.5289284546057352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705022f,-0.9985958600035135f,0.05233809067187446f,-0.009042888308542496f,-0.1663528893330054f,-0.05297067472403896f,-0.9846424852858224f,1.4996438760965032f,0.9860322933666493f,-0.0006449830416635458f,-0.16655299587513203f,0.18821925928564368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.969675785272511f,-0.02581883279570106f,-0.24302728103899657f,0.24458523925261988f,0.19843508845914132f,0.4972922886140372f,-0.8445850432924005f,1.429277245906638f,0.14266179279804572f,-0.8671988050949337f,-0.47708892810205394f,-0.5380811567135562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7302755875051914f,-0.02581883279570106f,-0.6826645985892456f,0.010013370108678737f,0.5830181930586391f,0.4972922886140372f,-0.6424874833392886f,1.6194805104727705f,0.35607211749389667f,-0.8671988050949337f,-0.3481075689859845f,-0.3968009936342915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04053653440762072f,-0.5779285948817021f,-0.8150799522723409f,0.25546687123834166f,-0.3027576027047492f,0.7702963072042041f,-0.5612320670738973f,1.3212095474363759f,0.9522051372381336f,0.26952205536027646f,-0.14374713315986193f,0.0006846232678263259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010714155147747125f,-0.30856768064916595f,-0.9511420468774707f,0.19166579332363887f,-0.21387554266661568f,0.9284771067959663f,-0.30362396875881237f,1.493401355155877f,0.9768021596661888f,0.20667909573681129f,-0.05604723237487597f,0.039086658516135464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016664588837047006f,-0.5428461779234826f,-0.8396667902166665f,0.20415304466735626f,-0.3256691705369855f,0.7910415883326477f,-0.5178733405862033f,1.3803177171603165f,0.945336914988854f,0.28208373338785186f,-0.16360588167094522f,-0.3168930726617986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057237f,-0.051169070412621004f,-0.9985958600035133f,0.1883176198399679f,-0.27022954221766055f,0.9613376629114837f,-0.05297067472403895f,1.5602374622391944f,0.9626982704336189f,0.27057646627338927f,-0.0006449830416635355f,-0.2661640163795485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.25317816647050106f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.220444133817037f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.06256575341171142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.27079735083893947f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1086887203189093f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.17667361640131174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.31606016760079503f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1841406708381315f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,0.07816813589528822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.37110970673081994f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.0677507727043984f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.017973698672141908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531099f,0.23787493557769673f,-0.1828591923664491f,0.1599396700894819f,0.08019887101358275f,0.7894354308274824f,0.6085719691559692f,2.2849802307183142f,0.28911954326394146f,0.5658685497340648f,-0.7721416153301905f,-0.00006036738888194615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754385f,0.08571913308819668f,-0.1828591923664491f,0.04799185922510098f,-0.04428341947629236f,0.7922620381648441f,0.6085719691559692f,2.2878633723170045f,0.19703865805924675f,0.6041300299649862f,-0.7721416153301905f,0.02872358234347243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917135f,0.3881657778743941f,-0.0718232386691407f,0.01387778054570915f,0.0837734128402765f,0.3695269096101195f,0.9254360476959427f,2.324131001467328f,0.3857632227504981f,0.8442613291873322f,-0.37203433176521294f,-0.019715366309051144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373458f,0.08524692978800494f,-0.0718232386691407f,0.04410404073817385f,-0.034516844774352955f,0.37732838357554827f,0.9254360476959427f,2.328155727618887f,0.1059915283314126f,0.9221476302143723f,-0.37203433176521294f,-0.015539195912339099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.23965692830652496f,-0.0718232386691407f,0.11496909696593544f,0.024935278691375302f,0.37808246918033145f,0.9254360476959427f,2.3972205716143704f,0.24894226795549737f,0.894213734636851f,-0.37203433176521294f,0.05858121734180917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.170752852583297f,-0.1828591923664491f,0.07654970513469367f,0.024935278691375302f,0.7931067962350401f,0.6085719691559692f,2.2187715424614867f,0.24894226795549737f,0.5846580822159712f,-0.7721416153301905f,-0.07296685115678413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516601492460911f,-0.1852064996418824f,-0.24503369733020264f,-0.22960668450385344f,-0.21627774790390586f,0.9705142752339403f,0.10642357506095021f,2.2985171890087033f,0.21809836335590066f,0.15427441154495f,-0.9636558046543054f,0.0461165895917179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130625f,-0.24503369733020264f,-0.11834522108058636f,-0.061793128474733464f,0.9923989278231569f,0.10642357506095021f,2.3156356150930573f,0.23954704562893558f,0.11825693673739279f,-0.9636558046543054f,0.019716080689283398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318969850261731f,-0.2674443801462643f,-0.24503369733020264f,-0.09655593696689216f,-0.3000406382823134f,0.9479713276520488f,0.10642357506095021f,2.3127290054673986f,0.2038225323124773f,0.1726958756826353f,-0.9636558046543054f,0.013854609602880086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402185f,0.03361728489524052f,-0.24503369733020264f,-0.12509917229924442f,0.007583646232913327f,0.9942919646567904f,0.10642357506095021f,2.320855525540926f,0.24721270796795855f,0.10125891158417574f,-0.9636558046543054f,0.022009915437519827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.19231282337668917f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.4245515683059033f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,0.01812399791736042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.16567937319351747f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.2033232603428035f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,-0.013080089749550244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.019454930837798607f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,1.6991172141721222f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.07351590663563397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747125f,-0.051879815567463f,-0.9985958600035133f,1.8837449028551305e-17f,-0.21387554266661568f,0.9754236822367707f,-0.05297067472403895f,1.3333333333333333f,0.9768021596661888f,0.21414276749016137f,-0.0006449830416635355f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.3689095848884972f,-0.9294239137737913f,0.22927155816220376f,-0.19881922248989353f,0.9102593789306322f,-0.36317871611278885f,0.7334143740778379f,0.979996943916515f,0.18797228850608846f,-0.06536366473871033f,-0.38320080130534145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.5321062151205314f,-0.8466321923641328f,0.02640606364750119f,-0.19881922248989353f,0.828832937311284f,-0.5229788511942555f,1.049406931427765f,0.979996943916515f,0.1729130933678876f,-0.09852437290457053f,-0.3172776844588343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,0.07300428857494742f,-0.9966796449491392f,0.30871589447235315f,0.15705084298295371f,0.9853495492807584f,0.06649284510794778f,1.138659850191801f,0.9869321017803707f,-0.15413189021702073f,-0.046993477137877424f,-0.060880476466707634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,-0.9878793637629315f,-0.15097782439027968f,-0.015317860420901783f,0.15705084298295371f,0.14359750446975328f,-0.9770950769645719f,1.072120260012998f,0.9869321017803707f,-0.05894166066039243f,0.14996968731705448f,-0.062130177877027085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802426f,-0.7105262115586345f,-0.6987091392480981f,0.004606936702443554f,-0.02987396175194902f,0.7026205756404287f,-0.7109373200894407f,1.223356410429723f,0.9960670183225255f,-0.038429537791227965f,-0.07983524055970603f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802359f,-0.6600559196914598f,-0.746570921922991f,0.005992287926796985f,-0.22894508335057173f,0.7164480910893327f,-0.6590040072594787f,1.185827289763791f,0.9698588079665427f,0.2258944790266295f,-0.0913541293812403f,-0.17323898348960998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081417f,-0.7691517504817651f,0.004606936702443554f,-0.13052619222005157f,0.7625715506318171f,-0.6335988820314633f,1.223356410429723f,0.9914448613738104f,0.10039444922977178f,-0.08341487528802417f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.001183083965001549f,-0.05626027571222518f,-0.9984154354221073f,0.01100032646581425f,-0.04362734884345859f,0.9974626109430013f,-0.056258281200745316f,1.2472701923769154f,0.9990471734333783f,0.04362477676224103f,-0.0012744046538311707f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022295f,-0.05626027571222524f,-0.9984154354221073f,0.01100032646581425f,-0.21643165245998025f,0.9747658197319838f,-0.05467116695001138f,1.2472701923769154f,0.9762970552684127f,0.21602402194899087f,-0.01332973425120817f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159981782f,-0.9999078640471605f,0.01100032646581425f,-0.13052619222005157f,0.9913535136568199f,0.013458235575720526f,1.2472701923769154f,0.9914448613738104f,0.13051416606496086f,0.0017718103266628031f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022910288846661322f,-0.3680689888963746f,-0.9295161849466437f,0.012974853648358028f,0.05090247199339906f,0.9281248122621367f,-0.3687726551797659f,1.2459639504451918f,0.998440812972869f,-0.05576335962057635f,-0.0025279861357424445f,0.03010001919806682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01640949402011612f,-0.336410342714281f,-0.9415725196822939f,0.0021369548330310677f,-0.2577923120317037f,0.9084380078000404f,-0.32906459828070617f,1.2876858798069735f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305135f,-0.3552509068220989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2117038722294108f,-0.9773338582506356f,0.028090119368061377f,-0.13052619222005157f,0.9689726316092326f,-0.209892716254787f,1.1125452196571899f,0.9914448613738104f,0.127567667045187f,-0.027632900320345644f,-0.17500683729298616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216276f,-0.9920660160815423f,1.8837449028551305e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103832f,1.3333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.016409494020116797f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1259898901627201f,-0.7329629490645151f,-0.6684997104527682f,-0.879518599062895f,0.32079817711070696f,0.6075607962628502f,-0.7266074651466904f,2.497255293011212f,0.9387305668503785f,-0.3059986832375275f,0.15858665996125304f,-0.6589000307788286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.45817878802413536f,-0.7329629490645151f,-0.5028295073913062f,-0.9079814009371049f,-0.10841522527195253f,0.6075607962628502f,-0.7868392579006739f,2.5076033553181625f,0.882223518805731f,-0.3059986832375275f,-0.35783581252151536f,-0.570176589592404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.620414244161348f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5990052920976785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3872416145733699f,-0.030183078373815866f,0.9214840821861713f,0.7932495630110525f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.791453278213638f,-0.9140906189449394f,0.11788744004500569f,0.38799599461398254f,-0.5090998899323406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3872416145733699f,-0.030183078373815866f,0.9214840821861713f,0.756945661644799f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7801711863693903f,-0.9140906189449394f,0.11788744004500569f,0.38799599461398254f,-0.4234038944062525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3872416145733699f,-0.030183078373815866f,0.9214840821861713f,0.6368750000000001f,0.12034231300530981f,0.9925681504357851f,-0.0180608538285644f,1.7885213603657988f,-0.9140906189449394f,0.11788744004500569f,0.38799599461398254f,-0.5244512913613939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245559f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040326f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116.mcfunction new file mode 100644 index 000000000..a6a2f57c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..35f6816b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.43853573929063033f,0.03431848228222223f,-0.6880792771062862f,-0.33488131291885015f,-0.2660487292578418f,0.7608152841129545f,-0.13161543057277275f,1.4397135462651438f,0.635491088426543f,0.2948334948380417f,0.4197245898163205f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4097508327170355f,-0.13333637736402046f,-0.6740368428796274f,-0.33488131291885015f,0.04442882812232776f,0.7882913729656944f,-0.12892940137741005f,1.4397135462651438f,0.6856605095230239f,0.02860282816960913f,0.4111587818608854f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42439226667236746f,0.0318246064587111f,-0.6970099302426636f,-0.33405132071462995f,-0.034696797951807946f,0.8138448348874076f,0.058285172929521525f,1.4220646668297086f,0.6968728583070415f,0.059901782905694756f,-0.42157376602931235f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39601575043391996f,-0.13029138293089212f,-0.6827852377887317f,-0.33405132071462995f,-0.33649038004767456f,0.7235428857406311f,0.05709567960442925f,1.4220646668297086f,0.6082316577946522f,0.31545181569944364f,-0.4129702197838162f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08256278586794914f,-0.003414183204665536f,1.5603134235603973f,-0.005229208928859315f,1.5601130470055866f,0.025091824502460742f,0.08260708750514532f,1.4410797091612946f,-0.025237213647076855f,1.562294784506491f,0.0020831109305812505f,0.7349613935567922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0021850772509863746f,-0.9986005910786543f,0.05284018295548723f,-0.004309227656755291f,0.01605876768157463f,-0.0528685360032928f,-0.9984723500835754f,1.4380067221795076f,0.9998686620841541f,-0.001333190995572448f,0.016151816734128965f,0.541831136845567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008659423487573339f,-0.9986005910786543f,0.052171581174284956f,-0.009146052925920183f,-0.18832732223645535f,-0.0528685360032928f,-0.9806822816795023f,1.4906020408930922f,0.9820681412631759f,-0.001333190995572448f,-0.18852158634400507f,0.2038593610250296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9671838781250991f,-0.0254701760786742f,-0.25279757915260004f,0.2423222873905071f,0.2061583635593991f,0.5028772978157083f,-0.8394123852291449f,1.4228070627722043f,0.14850614475301838f,-0.8639824613220414f,-0.48112392530251796f,-0.5239368785586966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7233593818875539f,-0.0254701760786742f,-0.6900017933062041f,0.010124973189311208f,0.5872653672736725f,0.5028772978157083f,-0.6342190565904579f,1.6142073208876244f,0.36313990834962645f,-0.8639824613220414f,-0.34880325900388637f,-0.38036920602723245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03042295064005613f,-0.5790200654503359f,-0.814745486566352f,0.2554119845437166f,-0.2800743254876008f,0.7775311378227237f,-0.5630308179120984f,1.3133552352852171f,0.9594961262438834f,0.24531835137630836f,-0.1385138628477019f,0.01526965569015585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010354250521890493f,-0.30855152852983986f,-0.9511512727942015f,0.1916138774894079f,-0.22017185001975953f,0.9271547867958404f,-0.3031639123979574f,1.48530198335695f,0.9754061441035762f,0.21255577047791324f,-0.05833436792778535f,0.054759272855215924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014373599105113858f,-0.5433763021596613f,-0.8393661858212172f,0.20426020853889024f,-0.29558149894352165f,0.7996270926353081f,-0.5227122441706384f,1.3735590725484714f,0.9552093891556273f,0.2556143716125851f,-0.14911846261961295f,-0.29849060609131794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012373379645088906f,-0.051417496764434925f,-0.9986005910786544f,0.1883781742013171f,-0.2580738756587868f,0.9646775588782615f,-0.05286853600329313f,1.5541056864881249f,0.966045948275035f,0.25836688724207246f,-0.0013331909955725182f,-0.25005514717715166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.2541878634739126f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.2123610299265852f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.03845972977034466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.27157888644604855f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.102162524084505f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.15410640776048715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.3151028074202655f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.1752059069128014f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.10183951779245404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.37038718924313085f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.0602641938774724f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.00410338204437094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9533019008509541f,0.24569540182735475f,-0.1756395609048617f,0.16157291065977109f,0.07647512239012466f,0.7589706920522556f,0.6466181595510103f,2.272936066792191f,0.29217638763146725f,0.6029902637079764f,-0.7423177893490172f,0.02716237219325294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800004012853762f,0.09354121084126134f,-0.1756395609048617f,0.049634203295221384f,-0.043195587462096126f,0.7615898482534211f,0.6466181595510103f,2.275635414936777f,0.19425075213318055f,0.6412729098532715f,-0.7423177893490172f,0.05599949996541551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9180988247996237f,0.3920046991910149f,-0.058539420168910644f,0.015764206742504616f,0.07318139878820804f,0.3128127848045937f,0.9469913645510166f,2.3158685499606704f,0.38953694404119305f,0.8651476622374686f,-0.3158805023297442f,0.008468067335927448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942999838534675f,0.08911048420518505f,-0.058539420168910644f,0.04603699312053741f,-0.027064820373253248f,0.32011693326652885f,0.9469913645510166f,2.319217072179725f,0.10312631869294248f,0.9431778573740747f,-0.3158805023297442f,0.012896546630051298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.2435561723378758f,-0.058539420168910644f,0.11773983486405251f,0.02334571368290475f,0.32040963331092215f,0.9469913645510166f,2.382724547958811f,0.24940218613762222f,0.9154332623395784f,-0.3158805023297442f,0.0910703756095971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.1785979211601767f,-0.1756395609048617f,0.07755530260301283f,0.02334571368290475f,0.7624565124592355f,0.6466181595510103f,2.211171832655483f,0.24940218613762222f,0.6219026042442363f,-0.7423177893490172f,-0.04885771034535583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520487399251769f,-0.18332249966093417f,-0.24494092741914344f,-0.2284333453294357f,-0.21744847372068787f,0.9686392289481066f,0.12022564376771219f,2.2898489668614452f,0.21521932553427123f,0.167722703474766f,-0.9620549551120712f,0.07136219154220422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.032132260161439816f,-0.24494092741914344f,-0.11714225613375884f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.3071175517344487f,0.23880722989412542f,0.13199003861884895f,-0.9620549551120712f,0.04518529204811267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9324482984180824f,-0.2656014172632993f,-0.24494092741914344f,-0.09535928287774825f,-0.3010434880821827f,0.9460013810053092f,0.12022564376771219f,2.3042505306099055f,0.19978235422713397f,0.18584206812176535f,-0.9620549551120712f,0.03928102316878885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688863819832763f,0.03554041196170098f,-0.24494092741914344f,-0.12388589301197522f,0.006021132404027907f,0.9927283316926201f,0.12022564376771219f,2.3123181654093976f,0.24743266714791456f,0.11501016725655276f,-0.9620549551120712f,0.0475521420768835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.19090053048921335f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.4161869670353298f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.04511186671596542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.1646960467136587f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.1953611420113197f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.010844097128175523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.019448184740736778f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,1.6917602554437576f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.05658748405349806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010354250521890493f,-0.05186182597529812f,-0.9986005910786544f,1.7052186139127608e-17f,-0.22017185001975953f,0.9740273478500207f,-0.05286853600329313f,1.3265f,0.9754061441035762f,0.2204111536351164f,-0.0013331909955725182f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.34398197368297023f,-0.9389431142982151f,0.21673388866438914f,-0.1989242763926794f,0.9196658393579135f,-0.33859101609427483f,0.7210378449447583f,0.9799831133078319f,0.18944958616812285f,-0.061171496076324376f,-0.36950871999153634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.5093307555786841f,-0.8605346893231609f,0.02255153810001585f,-0.1989242763926794f,0.8425626381227316f,-0.5005170657443279f,1.0422648507290497f,0.9799831133078319f,0.17512961560315726f,-0.09467161860969286f,-0.3027405540428326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,0.09011575130945769f,-0.9954164247034424f,0.3066958188687177f,0.15373717302785408f,0.9845191520147932f,0.08418385204702825f,1.1263293824332958f,0.9875928254259727f,-0.1503369238810089f,-0.04537863467690399f,-0.046451273268467076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,-0.9852774877109434f,-0.16793742707765896f,-0.018458883081577768f,0.15373717302785408f,0.16116882371993313f,-0.9748792191292913f,1.065499937125343f,0.9875928254259727f,-0.05703404659275864f,0.14631311867498148f,-0.04752435674206358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08213099093817382f,-0.7016708406961176f,-0.7077517443597842f,0.003195456807442659f,-0.028829959427022767f,0.7115264881794555f,-0.7020675822586081f,1.2164738718993648f,0.9962044638360891f,-0.03725705216217014f,-0.07866751742133152f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08213099093817315f,-0.650591339821243f,-0.7549737802580391f,0.0040991621005474505f,-0.22998908567549797f,0.7247135876389104f,-0.6495346306100144f,1.1789303154738418f,0.9697213624529791f,0.22698265229118145f,-0.09010746229474256f,-0.1586695842027195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6292299617513583f,-0.7772191809485819f,0.003195456807442659f,-0.13052619222005157f,0.7705699631126331f,-0.6238468122008234f,1.2164738718993648f,0.9914448613738104f,0.10144746020960543f,-0.08213099093817375f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0022916089132476295f,-0.04360295261119541f,-0.9990463107645083f,0.009895165495858348f,-0.043649261727941854f,0.9980923907431314f,-0.04366144169935466f,1.240305083224072f,0.9990442885474068f,0.043707688845858274f,0.00038400072823447685f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0022916089132483104f,-0.04360295261119547f,-0.9990463107645083f,0.009895165495858348f,-0.21640973957549697f,0.975395599532114f,-0.042074327448620726f,1.240305083224072f,0.9762999401543843f,0.21610693403260814f,-0.011671328869142522f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.02629326354182833f,-0.9996542723823673f,0.009895165495858348f,-0.13052619222005157f,0.9911020915038734f,0.02606832102729309f,1.240305083224072f,0.9914448613738104f,0.1304810657105767f,0.0034319595711528195f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020608579245366177f,-0.3564259753103203f,-0.9340962533837583f,0.012177259964982276f,0.05117692040157712f,0.9326937842592731f,-0.357019926085824f,1.2389719972339497f,0.9984769447912646f,-0.05516184304574646f,-0.0009807099970569576f,0.04465691427275087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014760894554989691f,-0.3245135891707036f,-0.9457658518023816f,0.001226594886163529f,-0.2579888856996732f,0.9126060739512333f,-0.3171622434066783f,1.2808313345049762f,0.9660351188478488f,0.24867867667104862f,-0.07025001723671408f,-0.34067592165297444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.19925391365109618f,-0.9799478954999197f,0.025268011891209703f,-0.13052619222005157f,0.9715643054074752f,-0.19754926879800022f,1.1053753873561791f,0.9914448613738104f,0.12790886737365748f,-0.026007854633820868f,-0.16047336044473873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11308760566695247f,-0.993585020742823f,1.7052186139127608e-17f,-0.13052619222005157f,0.9850847631534626f,-0.11212012552356779f,1.3265f,0.9914448613738104f,0.1296888694044416f,-0.014760894554990368f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1387226677872595f,-0.7329629490645151f,-0.6659739760235641f,-0.879518599062895f,0.30687529647055745f,0.6075607962628502f,-0.7325963631226672f,2.487943347524445f,0.9415856699515414f,-0.3059986832375275f,0.14064576779557286f,-0.644648568481601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44850082721926476f,-0.7329629490645151f,-0.511480520921652f,-0.9079814009371049f,-0.09338172189950994f,0.6075607962628502f,-0.7887646878883042f,2.498291409831395f,0.8888908043166593f,-0.3059986832375275f,-0.3409368619820707f,-0.5559251272951764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6111022986745804f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5847538298004509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7677746247121879f,-0.021028570107494683f,0.6403748315535931f,0.7689206602664229f,0.08363074261751145f,0.9941998100284668f,-0.06762127349143937f,1.7700451284934353f,-0.635238557187221f,0.10547292059384092f,0.7650800209678089f,-0.42560186099073205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7677746247121879f,-0.021028570107494683f,0.6403748315535931f,0.6969417891996552f,0.08363074261751145f,0.9941998100284668f,-0.06762127349143937f,1.7622047463730437f,-0.635238557187221f,0.10547292059384092f,0.7650800209678089f,-0.36604824625443005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7677746247121879f,-0.021028570107494683f,0.6403748315535931f,0.6368750000000001f,0.08363074261751145f,0.9941998100284668f,-0.06762127349143937f,1.7762681284569555f,-0.635238557187221f,0.10547292059384092f,0.7650800209678089f,-0.5105870567677524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4902592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.11040257601262549f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117.mcfunction new file mode 100644 index 000000000..9f970b9cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..274da1a9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46030375700441584f,0.0381627726524285f,-0.6735046388225867f,-0.33212192697684156f,-0.2651353102698242f,0.7599764570710812f,-0.13814302874287732f,1.4346095099959497f,0.6202968345721168f,0.2965195304286219f,0.4407407963175701f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43089255248486064f,-0.13801745348917804f,-0.6597596461935544f,-0.33212192697684156f,0.04494104091849946f,0.7871897970158244f,-0.1353237832583288f,1.4346095099959497f,0.6725413824102152f,0.035824656405162636f,0.43174608618864013f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.447030251736178f,0.03582229554506221f,-0.6825138545253246f,-0.3312908951019384f,-0.036376298851377824f,0.8131410887559736f,0.06650397809957977f,1.415732374471497f,0.6824845517365276f,0.06680402205763031f,-0.4435047956024365f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41800231739442023f,-0.1351597571694147f,-0.6685850003513385f,-0.3312908951019384f,-0.3377465542721867f,0.7222763775128858f,0.0651467540567312f,1.415732374471497f,0.5926224158181659f,0.3163047178414641f,-0.4344536773248358f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0824718772845969f,-0.001900096051609223f,1.5603208096709307f,-0.005128215182610393f,1.560134639064711f,-0.024311565867659066f,0.08243243145440468f,1.422082252431704f,0.024177416064936244f,1.5623096963790684f,0.0031804327324797604f,0.7457207215145083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0012160614730303346f,-0.9986053181893957f,0.05278200146214179f,-0.004395402861266976f,-0.015559402155302049f,-0.052756756130818774f,-0.9984861690014151f,1.4251164568518069f,0.9998782056826038f,-0.0020354769487874874f,-0.01547354628155942f,0.5525890507261217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008928424695139514f,-0.9986053181893957f,0.05203558125282113f,-0.009272232188265632f,-0.20674864940676452f,-0.052756756130818774f,-0.9769706856661727f,1.4829876198971599f,0.9783533508916612f,-0.0020354769487874874f,-0.20693133555034376f,0.21700817649683324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.965025318626866f,-0.025059311932526203f,-0.2609562516871048f,0.24044951122854002f,0.21260766273583098f,0.507563733824423f,-0.8349712796571014f,1.4173827935561438f,0.15337573522276052f,-0.8612497239428752f,-0.48448405221761326f,-0.5120047408162236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7175160602781989f,-0.025059311932526203f,-0.6960910386783615f,0.010254617819694454f,0.5907529607247614f,0.507563733824423f,-0.6272080958510811f,1.6097612873980425f,0.36902796999384796f,-0.8612497239428752f,-0.34938126791592733f,-0.36653256381796456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021762809060781537f,-0.5797036729295257f,-0.8145366975979665f,0.25534628941790044f,-0.26084754194531096f,0.783217710537137f,-0.5643833606353528f,1.3067399328781835f,0.9651346745417827f,0.22475246270727006f,-0.13416926065289317f,0.027568864078043022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009925729368530803f,-0.3085457614285029f,-0.9511577119494999f,0.19154922345037179f,-0.2254658866010742f,0.9260190512089367f,-0.3027438699252095f,1.4784763557928264f,0.9742004998334245f,0.2174585705430025f,-0.060375129165077375f,0.06796500149757426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01230363735111185f,-0.5437664560967652f,-0.8391463887379227f,0.20436599925098384f,-0.27003513213890323f,0.8062219546693058f,-0.5263907172623096f,1.3678823870300658f,0.9627718566299377f,0.23307552645691557f,-0.13691658427003744f,-0.2829706538541062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011117633656919224f,-0.05161217594450254f,-0.9986053181893957f,0.18844743302270592f,-0.24781627261174144f,0.967369536274208f,-0.05275675613081899f,1.5489344453556622f,0.9687432545575188f,0.24805717805154798f,-0.0020354769487875343f,-0.23647265470037088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.25504065428299505f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.205464398963541f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.018154390040318883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.2722533786413025f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.096592802995822f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.13507748532780534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3143121589428871f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.167607187750554f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.1217043087629705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3697827724432028f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.053902756308837f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.022635515450372054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9528272198394335f,0.2519739464267069f,-0.169202303338953f,0.1629094897597671f,0.07325409843012698f,0.7319162874615927f,0.6774454850477847f,2.2625903476731217f,0.2945405340462417f,0.6330937359274612f,-0.7158478856105986f,0.049914819598015914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805137451504263f,0.09981671260805f,-0.169202303338953f,0.05097489350926333f,-0.042144713963041106f,0.7343646491174156f,0.6774454850477847f,2.2651363819419923f,0.19187657141000458f,0.6713755923555582f,-0.7158478856105986f,0.07878183358870172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9176570769547983f,0.39456649792747717f,-0.04714623874734812f,0.01736202161717483f,0.06412968561869857f,0.2641386405618269f,0.9623503322515126f,2.3087090744448964f,0.3921643437861513f,0.8800841194314304f,-0.2676921182765404f,0.032220594598280056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994671496032822f,0.09168340717821377f,-0.04714623874734812f,0.047666300036128026f,-0.02063237340907745f,0.2710279380117694f,0.9623503322515126f,2.3114762531700093f,0.10100950523260915f,0.9581951834909641f,-0.2676921182765404f,0.03683134902785486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.24615553566861892f,-0.04714623874734812f,0.1200077618399153f,0.02201975583887704f,0.27091874864652565f,0.9623503322515126f,2.3701148572626374f,0.24966066154106642f,0.9305968428334022f,-0.2676921182765404f,0.11815706172322092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.18489428361396032f,-0.169202303338953f,0.0784065480267743f,0.02201975583887704f,0.7352433237651109f,0.6774454850477847f,2.204685109415488f,0.24966066154106642f,0.6520976604356992f,-0.7158478856105986f,-0.02856491187481115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524061599622865f,-0.18174199486833145f,-0.24472914368168558f,-0.22745499694279314f,-0.21838566660251396f,0.9669171706984268f,0.13182900147966212f,2.2824558456944564f,0.21267394548573024f,0.1790000902508948f,-0.9605877162454787f,0.09256475752002352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.03051530119323148f,-0.24472914368168558f,-0.11613542943231805f,-0.06443780631997799f,0.9891758607474932f,0.13182900147966212f,2.299846418947496f,0.2380573596651735f,0.14352676721623078f,-0.9605877162454787f,0.06659049186704602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329421084331584f,-0.2640580779774071f,-0.24472914368168558f,-0.09435707830654504f,-0.30182702739634154f,0.9442041939654596f,0.13182900147966212f,2.297012804756485f,0.1962637710974228f,0.1968546965477692f,-0.9605877162454787f,0.06065313741754197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688791051484988f,0.0371608105330541f,-0.24472914368168558f,-0.12287059575937816f,0.004720580896139692f,0.9912612322112059f,0.13182900147966212f,2.305030110605133f,0.24748938507064835f,0.12657110126584267f,-0.9605877162454787f,0.06901781041749902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.18971537150800322f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.4090296730298757f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.06778837891145709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.16387124483530316f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.188575657835494f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.03094942804148222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.019445470802680616f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,1.685558098696161f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.04234684398231156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009925729368530803f,-0.05185458880714835f,-0.9986053181893957f,1.5549952732173524e-17f,-0.2254658866010742f,0.9728215965230956f,-0.05275675613081899f,1.32075f,0.9742004998334245f,0.22567508271383602f,-0.0020354769487875343f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.3228154581201447f,-0.9464349483633463f,0.2060735000332802f,-0.1990040602048463f,0.9270685853922169f,-0.3177124832310806f,0.7108401063270732f,0.9799726095696931f,0.19061484196555845f,-0.05761654723784405f,-0.3579550985565848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.48988395359326636f,-0.8717583630207852f,0.019305242725847403f,-0.1990040602048463f,0.8536462348982393f,-0.481337189157503f,1.0362927333820269f,0.9799726095696931f,0.17692319705423135f,-0.09138854872069675f,-0.2905031296796591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,0.10451592045407553f,-0.9941092682793488f,0.3049206251688904f,0.150903974091198f,0.9835733341494913f,0.0990529502515466f,1.1159679213538127f,0.988131977779663f,-0.14717309102444545f,-0.04399176931610951f,-0.03431714468417388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,-0.9828445365644491f,-0.18219064699560822f,-0.021099645097192053f,0.150903974091198f,0.17591787744256282f,-0.9727697009054024f,1.0599598585564194f,0.988131977779663f,-0.055403225010068564f,0.1432678510613432f,-0.03523005339469863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08104034280047596f,-0.6941313330390897f,-0.715272084826577f,0.002007338103144801f,-0.027964073827482006f,0.7189334571264694f,-0.6945161587746926f,1.2106962627287636f,0.9963184598378936f,-0.036281906200743515f,-0.07767335365933396f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0810403428004753f,-0.6425456055936144f,-0.7619498720855047f,0.00250563946456271f,-0.23085497127503873f,0.7315757529078557f,-0.6414849179792967f,1.173145266409573f,0.9696073664511746f,0.22788607348769555f,-0.08904769752204779f,-0.14640753183290198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.620874181818246f,-0.7839102310542475f,0.002007338103144801f,-0.13052619222005157f,0.7772037703570901f,-0.6155625171233688f,1.2106962627287636f,0.9914448613738104f,0.10232081750185153f,-0.0810403428004759f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0032241121152795735f,-0.03294672730789426f,-0.9994519089284725f,0.008963964952868424f,-0.043678531473431204f,0.9984986095560359f,-0.0330562036989614f,1.2344550052930947f,0.9990404351123094f,0.04376116856714415f,0.0017802067984950065f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0032241121152802544f,-0.032946727307894316f,-0.9994519089284725f,0.008963964952868424f,-0.21638046983000764f,0.9758018183450184f,-0.03146908944822747f,1.2344550052930947f,0.9763037935894816f,0.21616041375389397f,-0.010275122798881993f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.036992537882611795f,-0.999315541829008f,0.008963964952868424f,-0.13052619222005157f,0.9907662588373548f,0.03667606159289154f,1.2344550052930947f,0.9914448613738104f,0.13043685250125808f,0.004828495110372987f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018669175584905127f,-0.34658403803851395f,-0.9378331229274737f,0.01150458194077527f,0.05138535187976981f,0.9364243797808288f,-0.3470863387750691f,1.233096327084623f,0.9985043853159445f,-0.05467070082784529f,0.00032707158240638176f,0.056907036150386475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013371796714192901f,-0.31446213863274686f,-0.9491758311393909f,0.00046040046905396204f,-0.2581381747425962f,0.9159968648976826f,-0.30710653890494977f,1.275072382289222f,0.9660154645724855f,0.2491250827679454f,-0.0689261586240607f,-0.32841043356787086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.1887526632233953f,-0.9820246596323717f,0.022890124790360428f,-0.13052619222005157f,0.9736233025348802f,-0.18713785802345662f,1.0993698312110043f,0.9914448613738104f,0.1281799394880056f,-0.02463716640194389f,-0.14824033838285816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10244531374706763f,-0.9947386378799533f,1.5549952732173524e-17f,-0.13052619222005157f,0.9862285109360632f,-0.10156887988635793f,1.32075f,0.9914448613738104f,0.12983944665663102f,-0.01337179671419358f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.14939788887871125f,-0.7329629490645151f,-0.6636607462380409f,-0.879518599062895f,0.2950729211150992f,0.6075607962628502f,-0.73742921698903f,2.4788885313198654f,0.943722545043397f,-0.3059986832375275f,0.12550921812246543f,-0.6328169891223344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44023050567982674f,-0.7329629490645151f,-0.5186158666754549f,-0.9079814009371049f,-0.08070501061197523f,0.6075607962628502f,-0.7901623757852385f,2.4892365936268157f,0.8942504141072594f,-0.3059986832375275f,-0.326620579152469f,-0.5440935479359098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.602047482470001f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5729222504411843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9754370092150558f,-0.007241400675760404f,0.22015949484371589f,0.7156225340335132f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7531064373903602f,-0.21839403976185018f,0.09866362148198796f,0.9708602027030249f,-0.3635290007936809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9754370092150558f,-0.007241400675760404f,0.22015949484371589f,0.6241753144196017f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.7504109260660308f,-0.21839403976185018f,0.09866362148198796f,0.9708602027030249f,-0.34305455956600744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9754370092150558f,-0.007241400675760404f,0.22015949484371589f,0.6368750000000001f,0.028752120792848654f,0.9950944939614087f,-0.09465866910960316f,1.765957482094636f,-0.21839403976185018f,0.09866362148198796f,0.9708602027030249f,-0.4989208105852979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4845092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.09813590934595884f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118.mcfunction new file mode 100644 index 000000000..4019c8a3e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..13aaff905 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.48403638613332456f,0.042347497621213294f,-0.6563992007830728f,-0.32912167369439604f,-0.2626280407857513f,0.7596349406083514f,-0.14465722810986154f,1.4309167150225757f,0.6030586485048308f,0.2968263648947177f,0.46385215318176437f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4539399143324738f,-0.1431269087312182f,-0.6430032987262755f,-0.32912167369439604f,0.04708215660828728f,0.7859408070775767f,-0.14170503978108887f,1.4309167150225757f,0.6570554198124683f,0.042564489510539316f,0.4543857827086672f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4716276332312362f,0.040159499687630634f,-0.6655065999687653f,-0.32828490979309866f,-0.03659355036535166f,0.8123957803388082f,0.0749563379828673f,1.4107391977539496f,0.6657121991437482f,0.07310783211792399f,-0.46736169851481874f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.441889462032594f,-0.14045538777390149f,-0.651924832622464f,-0.32828490979309866f,-0.33766377586622687f,0.7215204130259486f,0.07342661679954349f,1.4107391977539496f,0.5750798882001589f,0.31572231095085357f,-0.45782370466757755f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08237196825621593f,-0.0008629129517857097f,1.5603270055430156f,-0.005118214847901369f,1.5590904161273227f,-0.062246278171127975f,0.08227226260273618f,1.4075361517753493f,0.06211427521534787f,1.5612593974849536f,0.004142532968103026f,0.7537932733395027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0005522642891432859f,-0.99860928354753f,0.05271805968397797f,-0.0045136169637813185f,-0.039837618029522154f,-0.05265424806575092f,-0.9978178663214865f,1.415259792533753f,0.9992060143903703f,-0.0026512210995863717f,-0.03975313613782286f,0.5607918083017763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.00905562638833981f,-0.99860928354753f,0.051937408901516546f,-0.009393737122113879f,-0.22084975617016847f,-0.05265424806575092f,-0.973885473431146f,1.4771355766738983f,0.9752658000926168f,-0.0026512210995863717f,-0.22101943397898105f,0.22710044149055045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9633298405648932f,-0.024670990374912813f,-0.2671833836733459f,0.23903072535831751f,0.21753073075048324f,0.5111541349576033f,-0.831505761552441f,1.413228346411501f,0.1570859619965392f,-0.8591349093999529f,-0.487043332768201f,-0.5028210222648245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7130141882587016f,-0.024670990374912813f,-0.700715426957125f,0.01037623423001813f,0.5933786565136867f,0.5111541349576033f,-0.6217903346866663f,1.6063403942653292f,0.3735137712799853f,-0.8591349093999529f,-0.34982091148834654f,-0.3558986319168615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015021591462248008f,-0.5800772851678304f,-0.8144229214740097f,0.25528368063023665f,-0.24599649167785684f,0.7873356102263502f,-0.5653214686810386f,1.3016548269008332f,0.9691543106606538f,0.2088372095720017f,-0.13086994317280198f,0.03703247144481473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009518571319685035f,-0.30854676196149616f,-0.9511615490983159f,0.1914864030805917f,-0.2295284689956274f,0.9251328286631606f,-0.30240028315169004f,1.4732272305054779f,0.9732554026156521f,0.22119707279431805f,-0.062014323076768255f,0.07811933307451957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010626478741420857f,-0.5440252474459273f,-0.8390015542839928f,0.20445622627074744f,-0.2502815467994649f,0.810894476333015f,-0.5289700327847245f,1.3635282202593535f,0.9681147789808939f,0.21560769558158852f,-0.12754252751443992f,-0.27102806385029493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01007310216496164f,-0.05174969976205472f,-0.9986092835475301f,0.18851184954319014f,-0.23991875394776255f,0.9693639779075676f,-0.05265424806575125f,1.5449548770666115f,0.9707407090036592f,0.24011548660957688f,-0.002651221099586447f,-0.2260229802428717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.25569631878935933f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.2001080372665065f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.002546014587140353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.27278085528543566f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0922658435534833f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.12043788185489164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3137154049247323f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.1617211148296684f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.13692793668253284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3693217267751358f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0489784629332197f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.036841254683250446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9524958047142453f,0.2565962388515132f,-0.16404301938521976f,0.16391029828582782f,0.07072870116938354f,0.7102853748634886f,0.7003514382693345f,2.2545172115151506f,0.29622490245192834f,0.6554792570801082f,-0.6946925584062744f,0.06729112042549797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809094961381152f,0.10443394169066754f,-0.16404301938521976f,0.0519766470378052f,-0.041255199152231886f,0.7126049897783373f,0.7003514382693345f,2.256946424142366f,0.19003833541940696f,0.6937490038666477f,-0.6946925584062744f,0.09617186261294568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.917404271217286f,0.3961104050510318f,-0.03828772861620733f,0.01859350990444919f,0.0571056810738025f,0.2262494320774586f,0.9723940228496495f,2.303078421320708f,0.3938379671151297f,0.8898919830490299f,-0.2301823498092047f,0.05048522561620859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949081570277191f,0.09322987137779173f,-0.03828772861620733f,0.048917114040374035f,-0.015604189376902378f,0.2328226226125055f,0.9723940228496495f,2.3053924970477206f,0.09957041906910763f,0.9680401941462531f,-0.2301823498092047f,0.0552170023160716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.24771998226382247f,-0.03828772861620733f,0.12170611975269208f,0.021009406505645867f,0.23239722279871572f,0.9723940228496495f,2.3601806133777643f,0.24977939189143966f,0.9405457677448001f,-0.2301823498092047f,0.13879730793687986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.18952843471721406f,-0.16404301938521976f,0.07906222194131898f,0.021009406505645867f,0.7134889401752175f,0.7003514382693345f,2.199645601838341f,0.24977939189143966f,0.6745461471843773f,-0.6946925584062744f,-0.012975575179604782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526991620401126f,-0.18053304411333226f,-0.24448338722956442f,-0.22671060116253688f,-0.2190749162300164f,0.9655052548216869f,0.14073302380934163f,2.2767159843899765f,0.21064303389117525f,0.1876364114314785f,-0.9593863087298246f,0.10882387352476351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692114446197306f,-0.029275399004864686f,-0.24448338722956442f,-0.11536698871668058f,-0.06533944244568131f,0.9878891502948937f,0.14073302380934163f,2.294197445937219f,0.23740247024625225f,0.1523744655207663f,-0.9593863087298246f,0.08301420295965875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333393625506158f,-0.2628792644587424f,-0.24448338722956442f,-0.0935917538278504f,-0.3023905976439867f,0.9427375787916763f,0.14073302380934163f,2.291389529309502f,0.19348788274753298f,0.20528114831040578f,-0.9593863087298246f,0.07705325716657654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688926428550654f,0.03840468708485674f,-0.24448338722956442f,-0.12209578949120584f,0.00373138472681947f,0.9900405510773282f,0.14073302380934163f,2.299367722233482f,0.24745327516391324f,0.13544292979854838f,-0.9593863087298246f,0.08548735543313214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.18880881585053289f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.403458667119459f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.08518430762463636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.16324063921361368f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.1833107412269204f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.04637504238195826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.01944546079523029f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,1.6807870750124554f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.03141135783040899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009518571319685035f,-0.051854562120614144f,-0.9986092835475301f,1.4396063303643558e-17f,-0.2295284689956274f,0.9718766444776588f,-0.05265424806575125f,1.3163333333333334f,0.9732554026156521f,0.22971045319298322f,-0.002651221099586447f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.3064458351178556f,-0.9518653863617994f,0.19781932520359152f,-0.19905999067179037f,0.9324342037786071f,-0.301565209759849f,0.703142974183097f,0.9799652461840287f,0.19146123827729478f,-0.05486994176050053f,-0.3490603686353675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.4747780601635945f,-0.8800809946829166f,0.016810189766221145f,-0.19905999067179037f,0.8618646123750682f,-0.4664381095593715f,1.0317288576510917f,0.9799652461840287f,0.1782559494739734f,-0.08884217888260058f,-0.2811002878984151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,0.11557544072381727f,-0.9929537352140021f,0.3035103027912152f,0.14870059317785178f,0.9826934768725331f,0.11046114294505129f,1.108018630529413f,0.9885357537097472f,-0.1447613484797218f,-0.04290938852785371f,-0.025001315099298583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,-0.9808248456623555f,-0.19312541237589592f,-0.023126430550412136f,0.14870059317785178f,0.18722186967896554f,-0.9709974794521701f,1.0557234605107575f,0.9885357537097472f,-0.054134957701369245f,0.1409484657318863f,-0.025784098358284338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08019628600130495f,-0.6882860590061779f,-0.7209929657696676f,0.001094561841619557f,-0.027306861893030054f,0.7245682884622389f,-0.6886618405636086f,1.2062669524979246f,0.9964049834305084f,-0.03554006658190572f,-0.07690261804517337f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08019628600130428f,-0.6363155018731643f,-0.7672490715455446f,0.0012814247673102264f,-0.23151218320949069f,0.7367884814831156f,-0.6352517946290116f,1.1687131634005055f,0.9695208428585598f,0.2285723422238737f,-0.08822709126521244f,-0.13698734184371028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6144076115091387f,-0.7889887749009078f,0.001094561841619557f,-0.13052619222005157f,0.782238866557123f,-0.609151269219692f,1.2062669524979246f,0.9914448613738104f,0.1029837004921787f,-0.08019628600130489f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003940137420573875f,-0.024758882983231957f,-0.9996856871189713f,0.008247991853923173f,-0.04370773346265254f,0.9987338217162629f,-0.024907577071762534f,1.2299681814697523f,0.999036590597494f,0.04379213483550098f,0.002852993845872895f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003940137420574555f,-0.024758882983232013f,-0.9996856871189713f,0.008247991853923173f,-0.2163512678407863f,0.9760370305052455f,-0.0233204628210286f,1.2299681814697523f,0.9763076381042971f,0.21619138002225083f,-0.009202335751504104f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.04520800691220182f,-0.9989775953999301f,0.008247991853923173f,-0.13052619222005157f,0.9904312035868261f,0.04482124614605425f,1.2299681814697523f,0.9914448613738104f,0.13039274164069622f,0.005900829000107138f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01717802434005337f,-0.33899726107147377f,-0.9406305185702895f,0.010986987970973156f,0.0515314676090706f,0.9392188577797834f,-0.3394295877452264f,1.2285879831838165f,0.9985236218166438f,-0.054302800819829876f,0.0013351019788900315f,0.06631718883576243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012303759658909317f,-0.30671692943719603f,-0.9517212526233056f,-0.0001281661110883476f,-0.25824283013137167f,0.9185288348352902f,-0.2993583475733783f,1.270654361411749f,0.9660016864291673f,0.24945842293404766f,-0.0679060898834743f,-0.3189883896308834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18067173472725978f,-0.9835434531685129f,0.021061836341268094f,-0.13052619222005157f,0.9751291025817751f,-0.1791260629908339f,1.0947740132335408f,0.9914448613738104f,0.12837818182504657f,-0.023582393575740816f,-0.13884170187814823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0942627640448362f,-0.9955473526229818f,1.4396063303643558e-17f,-0.13052619222005157f,0.9870303070123561f,-0.09345633303114478f,1.3163333333333334f,0.9914448613738104f,0.12994500511263077f,-0.012303759658909995f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.15757168438863484f,-0.7329629490645151f,-0.6617676930597154f,-0.879518599062895f,0.28595550759492594f,0.6075607962628502f,-0.7410123659700828f,2.4703408443974744f,0.9451987155910955f,-0.3059986832375275f,0.11386041411237965f,-0.6239386260343623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4338007527286544f,-0.7329629490645151f,-0.5240059372094004f,-0.9079814009371049f,-0.07095352525503441f,0.6075607962628502f,-0.7910976400535744f,2.4806889067044247f,0.8982107237090502f,-0.3059986832375275f,-0.3155666358646986f,-0.5352151848479377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.59349979554761f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5640438873532122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9697858816149451f,0.008025054378302882f,-0.24382563918207822f,0.6457598673233889f,-0.03184286547878136f,0.9950722600767938f,-0.0939001019369087f,1.742460060641261f,0.24187057642140758f,0.09882710016937099f,0.9652625697361776f,-0.33383271217873955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9697858816149451f,0.008025054378302882f,-0.24382563918207822f,0.5548424409219878f,-0.03184286547878136f,0.9950722600767938f,-0.0939001019369087f,1.7454453292798966f,0.24187057642140758f,0.09882710016937099f,0.9652625697361776f,-0.3565080787182465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9697858816149451f,0.008025054378302882f,-0.24382563918207822f,0.6368750000000001f,-0.03184286547878136f,0.9950722600767938f,-0.0939001019369087f,1.758037710251115f,0.24187057642140758f,0.09882710016937099f,0.9652625697361776f,-0.48995978090891973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.480092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08871368712373648f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119.mcfunction new file mode 100644 index 000000000..c089ca7cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..e43e1134d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5076413777719354f,0.04650742813358308f,-0.638029572313584f,-0.3261509654266177f,-0.2588243836839033f,0.7597958978552195f,-0.1505475886803669f,1.428822198675042f,0.5850253109301368f,0.2957899544866676f,0.487029909595208f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4768624662935056f,-0.14821095565121678f,-0.625008560633715f,-0.3261509654266177f,0.050584899416565604f,0.7846605868823595f,-0.14747518891137984f,1.428822198675042f,0.6403462783459362f,0.048386733909040386f,0.47709052368510174f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4959522879369421f,0.04444632621574868f,-0.6473023224278436f,-0.3252989394507848f,-0.03541839361923656f,0.8116788383723553f,0.0828700499359151f,1.4073746357764363f,0.6478590201023597f,0.07839918283293193f,-0.4909956238578744f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46551089691364544f,-0.14569437330708077f,-0.6340920709497244f,-0.3252989394507848f,-0.33633146721862817f,0.7213120979321034f,0.08117882442701888f,1.4073746357764363f,0.5569387300351973f,0.31381842992954523f,-0.48097530500363206f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08229781010027008f,-0.0002555739441350985f,1.5603311363728727f,-0.005142685633879518f,1.5579355462876554f,-0.08656364791064874f,0.08215727888499468f,1.398227880119291f,0.08643005302604798f,1.560100291501274f,0.004814186489350535f,0.7588845309840727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00016356732424689484f,-0.9986119272786385f,0.05267059846417263f,-0.0046131655606712965f,-0.05540073466281545f,-0.05258065848639634f,-0.9970787496240995f,1.4089575955743f,0.9984641865608154f,-0.003081079353184773f,-0.05531523393667093f,0.5660266079250973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009100991622638024f,-0.9986119272786385f,0.05187861455675487f,-0.009482981300823933f,-0.22987157369897238f,-0.05258065848639634f,-0.9717995338331333f,1.4733800985523409f,0.9731784171243434f,-0.003081079353184773f,-0.23003103137050188f,0.23357118281481765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962225333938024f,-0.02438867516998189f,-0.2711597301431594f,0.23812965960700244f,0.22067487199505298f,0.5134527392446356f,-0.8292580330826751f,1.4105685579548584f,0.1594522110157929f,-0.8577712265433212f,-0.4886752657097981f,-0.49692124985351593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7101203939741776f,-0.02438867516998189f,-0.703657742503706f,0.010464280483098406f,0.5950388640223732f,0.5134527392446356f,-0.6183001171479301f,1.6041430778892352f,0.37637451609390704f,-0.8577712265433212f,-0.35010105191136465f,-0.3490743408376538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010657646135056901f,-0.5802456762473458f,-0.8143717638616409f,0.2552379446527415f,-0.23643298870772406f,0.7898625318170814f,-0.5658768617660941f,1.2983909699451677f,0.9715893455722913f,0.19857526539770823f,-0.12877114406044782f,0.04311095474117199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009221693888886712f,-0.3085500860981223f,-0.9511633953904349f,0.19144003228815343f,-0.23213242943709017f,0.9245581427025499f,-0.3021701109740103f,1.4698570585083082f,0.9726404760061418f,0.2235823900293865f,-0.0630984889144999f,0.08463828731596634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009511174331427027f,-0.5441703949269288f,-0.8389208060644981f,0.20451795395782654f,-0.23755333096684517f,0.8137113177639788f,-0.5305113630162558f,1.3607377070817166f,0.9713279325281414f,0.20433421795646287f,-0.12153013972972716f,-0.263357037966522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009366470630966623f,-0.051831341143780026f,-0.9986119272786382f,0.18855825294787631f,-0.23484379588151538f,0.9706099452865183f,-0.05258065848639633f,1.542398442707399f,0.9719879941459567f,0.23501031080814094f,-0.003081079353184772f,-0.21931186143595294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.25611674603555246f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1966449280751856f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.007471645991528969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.2731231516807366f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.089467669203042f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.11103628558979978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.31333785756651555f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1579227597030983f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.1466776017296917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.3690277842960635f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.0458022452940923f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.04594064322131983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522987092146606f,0.2594654904849015f,-0.16063881123663976f,0.16453968234680483f,0.06908629639472526f,0.696031384266763f,0.7146799253974846f,2.249282016872364f,0.29724443153497676f,0.6694908299320637f,-0.6807552985899745f,0.07839087290659083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811636770555264f,0.10729870060423805f,-0.16063881123663976f,0.05260562253884184f,-0.04064756780501241f,0.6982695607466956f,0.7146799253974846f,2.2516367559182684f,0.18885341950416362f,0.7077475604926232f,-0.6807552985899745f,0.1072761993533018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172821042623553f,0.39690432452609786f,-0.03256529398773533f,0.019384605460018967f,0.052572435554991886f,0.2017449988335832f,0.9780261215660111f,2.29940521341159f,0.3947526823466079f,0.8954138219941213f,-0.20592330407712145f,0.06221011045151989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950373039591169f,0.09402268533319152f,-0.03256529398773533f,0.049718349677027956f,-0.012343275757649094f,0.20811667179281168f,0.9780261215660111f,2.301426005598488f,0.09873402287632471f,0.9735744376084549f,-0.20592330407712145f,0.06701073392294948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.24852323839495677f,-0.03256529398773533f,0.12277420876431708f,0.020365310667281172f,0.20748532395321695f,0.9780261215660111f,2.3536965844693625f,0.24981903953912177f,0.9461427166774115f,-0.20592330407712145f,0.1519593805794551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.19240444568487333f,-0.16063881123663976f,0.07948320848522064f,0.020365310667281172f,0.6991551032176417f,0.7146799253974846f,2.1963866862453933f,0.24981903953912177f,0.6885947073027977f,-0.6807552985899745f,-0.0029744285636741433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528954130674396f,-0.17976053015276855f,-0.24428770651473444f,-0.22623683731466487f,-0.2195027645375105f,0.9645588483232538f,0.14644031030323815f,2.2730060300422914f,0.20930568103953529f,0.19316412689864032f,-0.9585816355241021f,0.11924135876551696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692844316630944f,-0.028481695548595434f,-0.24428770651473444f,-0.1148768194018223f,-0.06591007382482958f,0.987021325852029f,0.14644031030323815f,2.2905444743726946f,0.23694630763942587f,0.15804333371572576f,-0.9585816355241021f,0.09354135865032771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336021958115499f,-0.2621267945510786f,-0.24428770651473444f,-0.09310338278808855f,-0.30273433309818776f,0.9417574842186746f,0.14644031030323815f,2.2877530523709626f,0.19167384678001315f,0.21067127117025175f,-0.9585816355241021f,0.08756611420043559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689100861513522f,0.039201548438171974f,-0.24428770651473444f,-0.12160160494625294f,0.00310160700406778f,0.9892146458440069f,0.14644031030323815f,2.2957059564190754f,0.24739366400167107f,0.1411298092104074f,-0.9585816355241021f,0.09604363011168066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.1882296036320933f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.3998513861018527f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.09633310991992766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.16283789943055296f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.179909167789186f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.0562621483461823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.01944648567542554f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,1.6777232378211484f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.024397672527927225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009221693888886712f,-0.05185729513446815f,-0.9986119272786382f,1.365583234949227e-17f,-0.23213242943709017f,0.9712619675230629f,-0.05258065848639633f,1.3135f,0.9726404760061418f,0.23229509548108276f,-0.003081079353184772f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.2958961766979438f,-0.9551999269653004f,0.19249508348639655f,-0.19909341989155202f,0.9357288215916164f,-0.2911586897185989f,0.6982678593497192f,0.9799608451437547f,0.19198183523006632f,-0.0531010068344608f,-0.3433450016269014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.4650127285082467f,-0.8852822206416955f,0.015208980742627486f,-0.19909341989155202f,0.8670004991565189f,-0.45680624406659914f,1.028811799653142f,0.9799608451437547f,0.17909019176845714f,-0.08719773619466867f,-0.2750668660151771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,0.12266870727385384f,-0.9921431842030571f,0.30258417948018257f,0.14727492302710243f,0.9820588840631952f,0.1177728545969442f,1.1029236876116695f,0.988790072134718f,-0.14322268147298978f,-0.04220730694448044f,-0.019027194113478172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,-0.9794602620303972f,-0.20013321765305672f,-0.024425817921044778f,0.14727492302710243f,0.19446125218602f,-0.9697911725962484f,1.0530144681891287f,0.988790072134718f,-0.05331431797923516f,0.1394696266081905f,-0.01972328410909642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07965195723569296f,-0.684511734541882f,-0.7246373237578836f,0.0005089644124789293f,-0.02688888602601612f,0.7281579203303997f,-0.684881764152315f,1.2034294262171883f,0.9964600109973321f,-0.03506748258104303f,-0.07640496154455535f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0796519572356923f,-0.6322961539112474f,-0.7706212684954705f,0.0004960286669290449f,-0.2319301590765046f,0.7401056843875248f,-0.6312305262327077f,1.1658751823298856f,0.9694658152917361f,0.22900906027124335f,-0.08769768123736975f,-0.13094350928548773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6102373468568587f,-0.7922186443786224f,0.0005089644124789293f,-0.13052619222005157f,0.7854411040537113f,-0.6050166817596201f,1.2034294262171883f,0.9914448613738104f,0.10340528305647254f,-0.07965195723569288f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0043993371962329116f,-0.01950538742493027f,-0.9998000728613884f,0.007788391704182248f,-0.043729539765072975f,0.9988495652266508f,-0.019679263158604902f,1.2270929157311217f,0.9990337197433171f,0.04380737275772304f,0.0035413144307110296f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004399337196233592f,-0.019505387424930326f,-0.9998000728613884f,0.007788391704182248f,-0.21632946153836585f,0.9761527740156334f,-0.018092148907870968f,1.2270929157311217f,0.9763105089584739f,0.2162066179444729f,-0.008514015166665969f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.050476733460589535f,-0.9987252371794502f,0.007788391704182248f,-0.13052619222005157f,0.9901810043259057f,0.050044898008437005f,1.2270929157311217f,0.9914448613738104f,0.1303598022831015f,0.006588535814316877f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01622081891371843f,-0.3341181723951305f,-0.9423916022063791f,0.010654553246925887f,0.05161879988237908f,0.9409789397250478f,-0.33450580636608973f,1.2256980609148096f,0.9985351193285448f,-0.054071081635777354f,0.0019833300950276994f,0.07235418320548963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011618161287601332f,-0.3017373534121178f,-0.953320296586696f,-0.0005057350660349989f,-0.2583053818707326f,0.9201198389105445f,-0.294376989148012f,1.2678226856217751f,0.965993451336452f,0.2496678825942266f,-0.06725028160539681f,-0.31294372696671585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17548127705120226f,-0.984482768464984f,0.019888214530322516f,-0.13052619222005157f,0.9760603819056711f,-0.17398001039972838f,1.091833602508109f,0.9914448613738104f,0.12850078707398896f,-0.022904902899405683f,-0.13281135443980868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0890101909049399f,-0.9960307153472057f,1.365583234949227e-17f,-0.13052619222005157f,0.9875095345014675f,-0.0882486963826045f,1.3135f,0.9914448613738104f,0.1300080966084848f,-0.01161816128760201f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1628027090023896f,-0.7329629490645151f,-0.6605002598335087f,-0.879518599062895f,0.28008361021838585f,0.6075607962628502f,-0.7432516734804483f,2.462550286757272f,0.9460700022876312f,-0.3059986832375275f,0.10637836541506324f,-0.6185468125510181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4296411991663851f,-0.7329629490645151f,-0.5274218001538425f,-0.9079814009371049f,-0.0646920791176286f,0.6075607962628502f,-0.791634267666509f,2.4728983490642222f,0.9006793962772264f,-0.3059986832375275f,-0.3084500461640267f,-0.5298233713645935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5857092379074076f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5586520738698679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7582295570791436f,0.02144051566990186f,-0.651635053583963f,0.5746717524504905f,-0.08510146963514854f,0.9941632100525539f,-0.0663117760577983f,1.7390212041008504f,0.6464098379801344f,0.10573464931520979f,0.7556285498157715f,-0.3405664522058229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7582295570791436f,0.02144051566990186f,-0.651635053583963f,0.5035877314743208f,-0.08510146963514854f,0.9941632100525539f,-0.0663117760577983f,1.7469994668791455f,0.6464098379801344f,0.10573464931520979f,0.7556285498157715f,-0.40116737451646045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7582295570791436f,0.02144051566990186f,-0.651635053583963f,0.6368750000000001f,-0.08510146963514854f,0.9941632100525539f,-0.0663117760577983f,1.7529571018986676f,0.6464098379801344f,0.10573464931520979f,0.7556285498157715f,-0.4842111958335074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4772592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08266924267929204f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..5e84ef07c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24608472398345924f,-0.06250908901378555f,-0.7761954437234838f,-0.12454934405341533f,-0.11895777160708122f,0.8074944980195082f,-0.027315356247801806f,1.098781861835055f,0.7695685815057074f,0.1048317409153041f,-0.2524261256296668f,-0.290334915385074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2461457950920664f,0.035678379321642424f,-0.7603547203821883f,-0.12454934405341533f,0.19504860313184916f,0.7753967095648652f,-0.026757899997846668f,1.098781861835055f,0.73577733722561f,-0.19361558833152195f,-0.24727457204538794f,-0.290334915385074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8002324379046734f,0.12198485700539903f,0.10813040474797013f,-0.20603428571534171f,0.11934611967892281f,0.8074260217765366f,-0.027643580089140547f,1.0988121055519042f,-0.11103600086085468f,-0.011285320727956492f,-0.809004383482154f,-0.23904980713023993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.769959139011064f,-0.18958666125417775f,0.10592366179392992f,-0.20603428571534171f,-0.19467146854367554f,0.7754803182901613f,-0.027079425393443803f,1.0988121055519042f,-0.0962597713917394f,-0.0518379573197479f,-0.7924940899417019f,-0.23904980713023993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.28050525183328917f,1.2239881369275625f,0.9298258408726537f,-0.5001670794469981f,1.534710974982594f,-0.2758575047143075f,-0.09985544732647421f,0.8065067360754745f,0.08593763414196041f,0.9312152961337087f,-1.251742403725579f,0.36547172615009627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.40456057568328124f,-0.5647864663753225f,-0.7192683699441322f,-0.4220263010884896f,-0.829487798819332f,0.5577940671900296f,0.02856169143212345f,1.0258429129814721f,0.385072372694629f,0.6081792712735952f,-0.6941449717317322f,0.2746115100282127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4719180620479324f,-0.5647864663753225f,-0.676985664628285f,-0.2540709858640404f,-0.8228865904347836f,0.5577940671900296f,0.10827482574551284f,1.3314697492182592f,0.31646643107214445f,0.6081792712735952f,-0.7279883048494518f,0.15438732140191339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22253424365390181f,0.9748625655452479f,0.01102219124873946f,0.4687039729137892f,0.3633149860429935f,-0.07243287934212948f,-0.9288464345126098f,1.1624128567771108f,-0.9046992490977125f,0.21070466603458607f,-0.37030097541498364f,0.025671162046701973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5981364133610443f,0.795652341417815f,0.0957610704197438f,0.25134164839444867f,0.5124058457041077f,0.4715798439574842f,-0.7176717216536352f,1.3305442839687487f,-0.6161761763488137f,-0.3801970572865915f,-0.6897659873687393f,-0.16313080903938743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8798460991983589f,-0.1631093230344053f,-0.44639241757078485f,-0.008752045925403087f,0.18231947096786513f,0.751559432030027f,-0.6339700549968436f,1.0079500724508428f,0.43889685830662944f,-0.6391821093131138f,-0.6315186291017939f,0.3168364401245928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8589077917885674f,-0.06275580110118012f,-0.5082707099893091f,-0.02369545056930753f,0.10710296309751867f,0.9485066760886511f,-0.29810072242614566f,1.1839319447023016f,0.5008057113298716f,-0.3104783323251521f,-0.8079584424065224f,0.253572012548586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.846327500845571f,-0.2860470657239073f,-0.4493404472148407f,0.24843050491194762f,0.00031412048379937874f,0.8433056022550611f,-0.5374342401946031f,0.9967871761737829f,0.5326628038832935f,-0.4549865244114065f,-0.7136228695629203f,0.09937777638581263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.846327500845571f,-0.023053801987480416f,-0.5321637750978663f,0.2407818934449334f,0.00031412048379937874f,0.9990411948039201f,-0.04377890374458365f,1.1838337820511142f,0.5326628038832935f,-0.0372184537384066f,-0.8455087959687411f,0.08711488633505679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,0.3040754287408101f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.863953311919405f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,0.02443162468805822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,0.3355736956888571f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.7416036207662706f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,-0.07485948646496615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,-0.2829566407236696f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.877190994381015f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,0.043780091895976654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,-0.3263986379625774f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.7565312201378736f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,-0.05304100216667516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.983168840156018f,0.18008778175681686f,-0.030780230801270386f,0.20746937639019963f,0.17851260999254334f,0.9827677445665729f,0.047966741740310716f,1.973211667582941f,0.038888042119917574f,0.04166474650637683f,-0.99837456351744f,0.010891568300779211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992363360579531f,0.024069110770818844f,-0.030780230801270386f,0.09261488070545967f,0.022576077158776048f,0.9985937674685035f,0.047966741740310716f,1.9858753049123747f,0.031891463459653324f,0.04723521440369167f,-0.99837456351744f,0.015040994236089837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9636828724408812f,0.2654008612698048f,-0.029626072998932836f,0.07011721986929133f,0.2634009437156335f,0.962925216605979f,0.05826637172539813f,1.9818112770200917f,0.04399163799866905f,0.04834676888453261f,-0.997861376006016f,0.01427095058434555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9985302519310488f,-0.04538316623130312f,-0.029626072998932836f,0.09944705142123167f,-0.047051072324378634f,0.9971916699005683f,0.05826637172539813f,1.991134370242674f,0.02689856077269319f,0.05957467334142995f,-0.997861376006016f,0.013944547615858777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9933361788950482f,0.11138012164137152f,-0.029626072998932836f,0.15881815860976892f,0.10952334987618254f,0.99227499502802f,0.05826637172539813f,2.096180234680655f,0.0358869270080919f,0.054633348289265936f,-0.997861376006016f,-0.013001370942145212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9933361788950482f,0.11106670558725212f,-0.030780230801270386f,0.13382814985263722f,0.10952334987618254f,0.992826181926483f,0.047966741740310716f,1.8727943437471966f,0.0358869270080919f,0.044275945967048605f,-0.99837456351744f,-0.022963458784731133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906082350846891f,-0.13290753157694274f,-0.03210782821246566f,-0.18269585692921075f,-0.13403807462425305f,0.9903192939543395f,0.036076177358499974f,1.982436584456811f,0.027002206084325863f,0.04004102985567095f,-0.9988331175900591f,0.022457913972871314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992035224927315f,0.023694050004094178f,-0.03210782821246566f,-0.06736381322264667f,0.022532225466570507f,0.9990949946039777f,0.036076177358499974f,1.989909472466231f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,0.019020434625171057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9752550170460426f,-0.2187389747941645f,-0.03210782821246566f,-0.04514747214771635f,-0.21984003290503354f,0.9748686421049311f,0.036076177358499974f,1.9850904061561296f,0.023409648840533943f,0.04224205897545746f,-0.9988331175900591f,0.018132226236777294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.99511669955473f,0.0933372467709447f,-0.03210782821246566f,-0.0739947429858791f,0.09217068185677899f,0.9950894808173056f,0.036076177358499974f,1.9957383885073343f,0.03531741317477623f,0.032940606126258216f,-0.9988331175900591f,0.0194441187773891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9974663239486622f,-0.06348243816853107f,-0.03210782821246566f,-0.13025627935846507f,-0.06463038278417187f,0.9972569493607802f,0.036076177358499974f,2.1028102137200144f,0.029729551115245428f,0.038059913239642924f,-0.9988331175900591f,-0.006166588004569604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9974663239486622f,-0.06348243816853107f,-0.03210782821246566f,-0.1159727307705456f,-0.06463038278417187f,0.9972569493607802f,0.036076177358499974f,1.8784274001138392f,0.029729551115245428f,0.038059913239642924f,-0.9988331175900591f,-0.01473006848348925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992035224927314f,0.023694050004094167f,-0.03210782821246566f,-0.002212121454412899f,0.022532225466570497f,0.9990949946039775f,0.036076177358499974f,1.362447306653526f,0.03293356120496754f,0.035323982670160424f,-0.9988331175900591f,-0.005736769827878069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.846327500845571f,-0.023053801987480416f,-0.5321637750978663f,0.006433054290892257f,0.00031412048379937874f,0.9990411948039201f,-0.04377890374458365f,0.9878068586020562f,0.5326628038832935f,-0.0372184537384066f,-0.8455087959687411f,0.008220150324024405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8136055130608394f,-0.45643359271378947f,-0.3601589157016539f,0.2938360653674105f,-0.11837346696542045f,0.7365136411772868f,-0.6659845183473574f,0.8279621960109722f,0.5692396608069354f,-0.4992154162304663f,-0.6532611857153672f,0.2352375319577384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8136055130608394f,-0.53096966061724f,0.23689087914274254f,0.1518706799225107f,-0.11837346696542045f,-0.2476300486155326f,-0.961596111338464f,0.6954527771685055f,0.5692396608069354f,-0.8104014921794519f,0.13862045317240562f,0.004773232632980226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8683404034644269f,-0.2369050464514093f,-0.4357303554689439f,0.10157011756934724f,0.1610120649156828f,0.6963071514575373f,-0.6994508315676506f,0.7471640472215475f,0.4691055943631717f,-0.6775192615674817f,-0.5664870621137164f,0.42302354459939345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8683404034644269f,-0.47828850363311887f,-0.13124424179227298f,-0.06990698372358116f,0.1610120649156828f,-0.02156098264238543f,-0.9867168991048458f,0.7001763202453184f,0.4691055943631717f,-0.8779380566531368f,0.09573249196217903f,0.12173763781471268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8922627951365252f,-0.29417974958035153f,-0.3425279249229134f,0.017599523500779122f,0.08429089383897599f,0.6367529265929722f,-0.7664468381375916f,0.882210095947193f,0.44357879754445195f,-0.7127439830767613f,-0.5433542720517539f,0.02601394291456833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7858903276864158f,-0.5566837214198856f,-0.2692204062753143f,0.021889813927101827f,-0.08376475039670121f,0.5271995913844172f,-0.8456027775705813f,0.8451953585277725f,0.6126661892416755f,-0.6419998638241371f,-0.46095153260388755f,0.032848758159540796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.40747556348988634f,-0.3430908569286545f,0.017599523500779122f,0.0002653417566488367f,0.643762149869336f,-0.7652256033284321f,0.882210095947193f,0.5326796415700444f,-0.6477144120321936f,-0.5447186795976421f,0.02601394291456833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8567482078345106f,-0.08292933055967001f,-0.5090238054406487f,0.01757759170861722f,0.08355600081660254f,0.9516281668132089f,-0.29567249932191436f,0.9071624058912289f,0.5089213132694389f,-0.29584887740306964f,-0.808376483230093f,0.02596666846557502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8294446493515264f,-0.2304519697716004f,-0.5088353990147629f,0.01757759170861722f,-0.0830273367142907f,0.951674418891254f,-0.2956725583920934f,0.9071624058912289f,0.5523839561575404f,-0.20299677351224946f,-0.8084950679647718f,0.02596666846557502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.15663660031006876f,-0.5091293022334725f,0.01757759170861722f,0.0002653417566488367f,0.9556647231680512f,-0.2944569008970318f,0.9071624058912289f,0.5326796415700444f,-0.24933895069851408f,-0.8087536628179021f,0.02596666846557502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8653821156916445f,-0.1535557424797916f,-0.47700568947606203f,-0.14623289529346684f,0.12201009900550666f,0.8586820268992854f,-0.4977737562596099f,0.9197276729194659f,0.4860322310111953f,-0.48896401772688247f,-0.7243527178016695f,0.1294267498888418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.812855577250047f,-0.40991957493028647f,-0.4138015860560063f,0.1748947290287532f,-0.1206046161705899f,0.8134854224526147f,-0.5689428741230844f,0.9195613050052692f,0.5698423791644824f,-0.41256200691055456f,-0.7106843556474969f,-0.08782242745256415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.24312043284193446f,-0.47396215680599363f,0.03827378503284698f,0.0002653417566488367f,0.8895769789185105f,-0.45678521010642215f,0.7812859019894409f,0.5326796415700444f,-0.3867108140626099f,-0.75279953888392f,0.07357772190749433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8463169199836201f,-0.200886762384197f,-0.49334792960773033f,2.4502999631412363e-19f,0.0002653417566488367f,0.926003324206063f,-0.37751526214588105f,0.9881876967592593f,0.5326796415700444f,-0.3196284597123922f,-0.7836389775902503f,-0.002000821759259266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.906480297940374f,-0.1118776494537625f,-0.4071570470944015f,0.19978873781607787f,-0.00040990957453599817f,0.9640265774705248f,-0.2658055490478085f,1.0756885231089015f,0.4222479146426566f,0.24111439086700587f,0.8738252394482328f,0.4027608569853657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8997653349896374f,-0.1118776494537625f,-0.42178873088749924f,0.2844592797555579f,-0.0047159451446347166f,0.9640265774705248f,-0.2657640265195029f,1.0754482407856876f,0.43634860124948144f,0.24111439086700587f,0.866870087558946f,0.4430088891370114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9031524473544539f,-0.1118776494537625f,-0.41448648758477286f,0.3042969819235338f,-0.0025630114476139962f,0.9640265774705248f,-0.2657935080147475f,1.1154374081495066f,0.4293123429508874f,0.24111439086700587f,0.8703762190609605f,0.29232844020204446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3227838746047659f,-0.40176530985609404f,-0.8569686144144204f,0.09657089044002808f,-0.25869840813215317f,0.8335048217956279f,-0.48820574113106097f,1.780331471190235f,0.9104316031009824f,0.3792813570948026f,0.1651058697784548f,-0.9025390842047449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3227838746047659f,-0.40176530985609404f,-0.8569686144144204f,0.06630990219583127f,-0.25869840813215317f,0.8335048217956279f,-0.48820574113106097f,1.8045844469526244f,0.9104316031009824f,0.3792813570948026f,0.1651058697784548f,-0.987892046995462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3227838746047659f,-0.40176530985609404f,-0.8569686144144204f,0.20998568848009275f,-0.25869840813215317f,0.8335048217956279f,-0.48820574113106097f,1.8656888202410888f,0.9104316031009824f,0.3792813570948026f,0.1651058697784548f,-0.9699814460668716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013223701874744065f,3.5088004083658428e-9f,-0.000008323119692531763f,0.3601462791059495f,4.145964947638073e-9f,0.00001562499944995118f,0f,1.154312106015357f,0.000008323119399531945f,-2.2084712000149036e-9f,-0.000013223702340259707f,0.5836632164127563f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12.mcfunction new file mode 100644 index 000000000..745336c37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120.mcfunction new file mode 100644 index 000000000..cf01b15ce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..30a73e978 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16464653650012337f,-0.7329629490645151f,-0.6600430541390181f,-0.879518599062895f,0.2780069706221411f,0.6075607962628502f,-0.7440309154396418f,2.4557668583992585f,0.946363377516276f,-0.3059986832375275f,0.10373602822976109f,-0.6171748820056352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42816668635293f,-0.7329629490645151f,-0.5286195266883364f,-0.9079814009371049f,-0.06248116983912709f,0.6075607962628502f,-0.7918118351350816f,2.4661149207062087f,0.9015372383396515f,-0.3059986832375275f,-0.30593367540009964f,-0.5284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.578925809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3912116391105597f,0.030218481213608137f,-0.9198044883656374f,0.5172423723284619f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7427609687703427f,0.912427440334792f,0.11772009780230996f,0.3919415067296575f,-0.3806210211788082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3912116391105597f,0.030218481213608137f,-0.9198044883656374f,0.48056628116184696f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7540225329629069f,0.912427440334792f,0.11772009780230996f,0.3919415067296575f,-0.46616109371019493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3912116391105597f,0.030218481213608137f,-0.9198044883656374f,0.6368750000000001f,-0.12012335138734995f,0.9925869342110832f,-0.018481300952959613f,1.7511639460095687f,0.912427440334792f,0.11772009780230996f,0.3919415067296575f,-0.4821822834539502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121.mcfunction new file mode 100644 index 000000000..d2c4c1969 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121_as_bone.mcfunction new file mode 100644 index 000000000..8dc6884b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_121_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5974463974792945f,0.06232380070268368f,-0.5532793060014347f,-0.31516843731299116f,-0.2253811787546284f,0.7691440018339027f,-0.15673312716381277f,1.4509765836948167f,0.5091223535130149f,0.2673531237022412f,0.5798803159656889f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5640673806119157f,-0.16756227348637928f,-0.5419878915932422f,-0.31516843731299116f,0.0843561879576979f,0.7805838797627535f,-0.1535344919155717f,1.4509765836948167f,0.5609919996602963f,0.051104707792952425f,0.5680460238031239f,-0.1823186224924006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5856197601082145f,0.06023844544310723f,-0.5660081896102207f,-0.3139603984014483f,-0.010701690195883481f,0.8107717813129387f,0.09736034561380656f,1.4268617585680834f,0.5691040457088606f,0.07723271820728785f,-0.5806032525232399f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.552582235357376f,-0.16501607808376895f,-0.554457002067155f,-0.3139603984014483f,-0.3136222047407479f,0.7297568275165446f,0.09537339978495338f,1.4268617585680834f,0.486100798046041f,0.283239592336311f,-0.5687542065533778f,-0.0721825453604619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08259314225223717f,-0.005450842196013065f,1.5603060312554897f,-0.0054785825498486155f,1.5580565079106894f,0.0837606408883744f,0.08276667925631116f,1.4637333439292601f,-0.08393176401130867f,1.5602437929238246f,0.0010077860025986007f,0.7218056048925093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.003488539005448793f,-0.9985958600035134f,0.05285961104143157f,-0.004306831901428151f,0.053606810168559366f,-0.05297067472403895f,-0.9971561650628412f,1.4534077655170707f,0.9985560274712478f,-0.0006449830416635598f,0.053716328967237326f,0.5289284546057357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705047f,-0.9985958600035134f,0.05233809067187444f,-0.009042888308542496f,-0.16635288933300615f,-0.05297067472403895f,-0.9846424852858223f,1.4996438760965027f,0.9860322933666493f,-0.0006449830416635598f,-0.16655299587513275f,0.18821925928564423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9696757852725106f,-0.025818832795701054f,-0.243027281038997f,0.24458523925261977f,0.19843508845914165f,0.4972922886140375f,-0.8445850432924001f,1.429277245906638f,0.142661792798046f,-0.8671988050949335f,-0.47708892810205406f,-0.5380811567135557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.730275587505191f,-0.025818832795701054f,-0.6826645985892458f,0.010013370108678744f,0.5830181930586393f,0.4972922886140375f,-0.6424874833392882f,1.6194805104727705f,0.356072117493897f,-0.8671988050949335f,-0.3481075689859845f,-0.39680099363429094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04053653440762038f,-0.5779285948817021f,-0.8150799522723408f,0.25546687123834166f,-0.30275760270474844f,0.7702963072042044f,-0.5612320670738975f,1.3212095474363756f,0.9522051372381339f,0.2695220553602757f,-0.14374713315986176f,0.0006846232678268185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.3085676806491659f,-0.9511420468774706f,0.19166579332363887f,-0.21387554266661588f,0.9284771067959663f,-0.30362396875881237f,1.4934013551558767f,0.9768021596661888f,0.20667909573681145f,-0.05604723237487604f,0.03908665851613599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01666458883704693f,-0.5428461779234824f,-0.8396667902166663f,0.20415304466735626f,-0.3256691705369845f,0.7910415883326481f,-0.5178733405862035f,1.380317717160316f,0.9453369149888545f,0.28208373338785087f,-0.16360588167094473f,-0.31689307266179795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057194f,-0.051169070412621004f,-0.9985958600035132f,0.1883176198399679f,-0.2702295422176601f,0.9613376629114839f,-0.052970674724038935f,1.5602374622391941f,0.9626982704336191f,0.2705764662733888f,-0.0006449830416635528f,-0.26616401637954795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.25317816647050106f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.220444133817037f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.06256575341171061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,0.2707973508389394f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.1086887203189093f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.17667361640131096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.31606016760079503f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.184140670838131f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,0.07816813589528901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.3711097067308199f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,2.067750772704398f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.01797369867214116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531096f,0.23787493557769696f,-0.18285919236644887f,0.15993967008948196f,0.08019887101358261f,0.7894354308274812f,0.6085719691559704f,2.2849802307183142f,0.2891195432639415f,0.5658685497340661f,-0.7721416153301897f,-0.000060367388881030215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754384f,0.08571913308819694f,-0.18285919236644887f,0.047991859225101026f,-0.044283419476292316f,0.792262038164843f,0.6085719691559704f,2.2878633723170045f,0.19703865805924664f,0.6041300299649875f,-0.7721416153301897f,0.028723582343473344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917134f,0.3881657778743942f,-0.07182323866914032f,0.013877780545709192f,0.08377341284027617f,0.36952690961011775f,0.9254360476959433f,2.3241310014673275f,0.38576322275049824f,0.8442613291873331f,-0.3720343317652113f,-0.0197153663090502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373457f,0.08524692978800505f,-0.07182323866914032f,0.044104040738173894f,-0.03451684477435273f,0.3773283835755465f,0.9254360476959433f,2.3281557276188867f,0.10599152833141245f,0.9221476302143732f,-0.3720343317652113f,-0.015539195912338141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.23965692830652507f,-0.07182323866914032f,0.1149690969659355f,0.024935278691375247f,0.37808246918032967f,0.9254360476959433f,2.39722057161437f,0.24894226795549737f,0.8942137346368519f,-0.3720343317652113f,0.05858121734181028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514025f,0.17075285258329725f,-0.18285919236644887f,0.07654970513469368f,0.024935278691375247f,0.793106796235039f,0.6085719691559704f,2.2187715424614867f,0.24894226795549737f,0.5846580822159725f,-0.7721416153301897f,-0.07296685115678332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951660149246091f,-0.1852064996418823f,-0.24503369733020264f,-0.22960668450385335f,-0.21627774790390586f,0.9705142752339402f,0.10642357506095068f,2.298517189008703f,0.21809836335590058f,0.15427441154495042f,-0.9636558046543053f,0.04611658959171876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128442f,-0.03405385395130618f,-0.24503369733020264f,-0.11834522108058627f,-0.061793128474733505f,0.9923989278231568f,0.10642357506095068f,2.315635615093057f,0.23954704562893558f,0.11825693673739324f,-0.9636558046543053f,0.01971608068928426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931896985026173f,-0.2674443801462642f,-0.24503369733020264f,-0.09655593696689209f,-0.3000406382823134f,0.9479713276520487f,0.10642357506095068f,2.312729005467398f,0.20382253231247716f,0.17269587568263575f,-0.9636558046543053f,0.01385460960288095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402184f,0.03361728489524057f,-0.24503369733020264f,-0.12509917229924433f,0.0075836462329132714f,0.9942919646567903f,0.10642357506095068f,2.3208555255409253f,0.24721270796795858f,0.10125891158417619f,-0.9636558046543053f,0.022009915437520684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1923128233766891f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.424551568305903f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,0.01812399791736133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823097f,-0.11837088970298548f,-0.24503369733020264f,-0.1656793731935174f,-0.14805125262143842f,0.9832369242804446f,0.10642357506095068f,2.203323260342803f,0.22832872564267673f,0.13868483407515916f,-0.9636558046543053f,-0.013080089749549433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130617f,-0.24503369733020264f,-0.019454930837798604f,-0.0617931284747335f,0.9923989278231566f,0.10642357506095068f,1.699117214172122f,0.23954704562893556f,0.11825693673739325f,-0.9636558046543053f,-0.0735159066356334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747114f,-0.05187981556746299f,-0.9985958600035132f,1.8837449028551243e-17f,-0.21387554266661588f,0.9754236822367707f,-0.052970674724038935f,1.333333333333333f,0.9768021596661888f,0.21414276749016156f,-0.0006449830416635528f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.36890958488849623f,-0.9294239137737915f,0.2292715581622033f,-0.19881922248989353f,0.9102593789306326f,-0.36317871611278785f,0.7334143740778378f,0.979996943916515f,0.1879722885060885f,-0.06536366473871019f,-0.383200801305341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735375f,-0.5321062151205305f,-0.8466321923641332f,0.02640606364750105f,-0.19881922248989353f,0.8288329373112845f,-0.5229788511942546f,1.049406931427765f,0.979996943916515f,0.17291309336788765f,-0.09852437290457038f,-0.31727768445883386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,0.07300428857494769f,-0.9966796449491393f,0.3087158944723531f,0.1570508429829536f,0.9853495492807588f,0.06649284510794803f,1.1386598501918006f,0.9869321017803707f,-0.1541318902170206f,-0.0469934771378774f,-0.060880476466707134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.036056333614547464f,-0.9878793637629316f,-0.15097782439027996f,-0.01531786042090189f,0.1570508429829536f,0.14359750446975356f,-0.9770950769645722f,1.0721202600129978f,0.9869321017803707f,-0.05894166066039239f,0.14996968731705435f,-0.062130177877026585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802422f,-0.7105262115586342f,-0.6987091392480983f,0.004606936702443505f,-0.02987396175194898f,0.7026205756404289f,-0.7109373200894403f,1.2233564104297228f,0.9960670183225255f,-0.03842953779122793f,-0.07983524055970599f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802355f,-0.6600559196914595f,-0.7465709219229912f,0.005992287926796919f,-0.22894508335057176f,0.7164480910893329f,-0.6590040072594784f,1.1858272897637907f,0.9698588079665427f,0.2258944790266295f,-0.09135412938124025f,-0.17323898348960948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081413f,-0.7691517504817653f,0.004606936702443505f,-0.13052619222005157f,0.7625715506318174f,-0.633598882031463f,1.2233564104297228f,0.9914448613738104f,0.10039444922977181f,-0.08341487528802413f,-0.16829818102168076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011830839650015877f,-0.05626027571222474f,-0.9984154354221073f,0.011000326465814211f,-0.04362734884345859f,0.9974626109430011f,-0.05625828120074487f,1.2472701923769152f,0.9990471734333783f,0.04362477676224103f,-0.001274404653831112f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022681f,-0.0562602757122248f,-0.9984154354221073f,0.011000326465814211f,-0.21643165245998025f,0.9747658197319837f,-0.05467116695001094f,1.2472701923769152f,0.9762970552684127f,0.21602402194899087f,-0.013329734251208111f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159982226f,-0.9999078640471605f,0.011000326465814211f,-0.13052619222005157f,0.9913535136568198f,0.013458235575720956f,1.2472701923769152f,0.9914448613738104f,0.13051416606496086f,0.001771810326662862f,-0.1651498719015725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02291028884666124f,-0.36806898889637424f,-0.9295161849466438f,0.012974853648358f,0.05090247199339906f,0.9281248122621368f,-0.36877265517976543f,1.2459639504451916f,0.998440812972869f,-0.05576335962057633f,-0.002527986135742389f,0.030100019198067318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016409494020116062f,-0.3364103427142806f,-0.941572519682294f,0.0021369548330310364f,-0.2577923120317037f,0.9084380078000405f,-0.3290645982807058f,1.2876858798069732f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305129f,-0.35525090682209837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21170387222941037f,-0.9773338582506356f,0.028090119368061276f,-0.13052619222005157f,0.9689726316092326f,-0.20989271625478656f,1.1125452196571897f,0.9914448613738104f,0.127567667045187f,-0.027632900320345585f,-0.17500683729298566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216232f,-0.9920660160815423f,1.8837449028551243e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103789f,1.333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.01640949402011674f,-0.15381944444444398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12598989016272064f,-0.7329629490645151f,-0.6684997104527681f,-0.879518599062895f,0.32079817711070646f,0.6075607962628502f,-0.7266074651466907f,2.4146348878967285f,0.9387305668503787f,-0.3059986832375275f,0.15858665996125237f,-0.6697772134638323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.45817878802413503f,-0.7329629490645151f,-0.5028295073913065f,-0.9079814009371049f,-0.108415225271952f,0.6075607962628502f,-0.786839257900674f,2.424982950203679f,0.8822235188057312f,-0.3059986832375275f,-0.3578358125215148f,-0.5810537722774077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.537793839046864f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6098824747826822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.0510323367248052f,0.032706376871556024f,-0.9981613063630256f,0.484758663261571f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.788279871365875f,0.9901530101089793f,0.13211314138152147f,-0.046294000112688964f,-0.4849819690294383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0510323367248052f,0.032706376871556024f,-0.9981613063630256f,0.48954294482952143f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.8005007573134868f,0.9901530101089793f,0.13211314138152147f,-0.046294000112688964f,-0.5778088137271551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0510323367248052f,0.032706376871556024f,-0.9981613063630256f,0.6368750000000001f,-0.13035611677452513f,0.9906949130717497f,0.03912635982588351f,1.7885213603657983f,0.9901530101089793f,0.13211314138152147f,-0.046294000112688964f,-0.5244512913613933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245557f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040276f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122.mcfunction new file mode 100644 index 000000000..2ea1305d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122_as_bone.mcfunction new file mode 100644 index 000000000..752407d44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_122_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6651799782102926f,0.07406831522405416f,-0.4679678682478845f,-0.30661778464843503f,-0.18685862257892805f,0.7822552101441659f,-0.14179240393849366f,1.4937337281618426f,0.4353893616069471f,0.22256485645002752f,0.6540989473446032f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6297706622735348f,-0.18232472498836175f,-0.45841750358976446f,-0.30661778464843503f,0.12413510393095933f,0.7780087610527616f,-0.13889868140913667f,1.4937337281618426f,0.4774718723774243f,0.038210762660082956f,0.6407499892355297f,-0.28651188677735717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6563800674083529f,0.0725166535218443f,-0.48046954795849817f,-0.30535988861836344f,0.022650893586242775f,0.8112094632064399f,0.09149091904942601f,1.4702611890582136f,0.4853829298329263f,0.06020785838041992f,-0.654005252012927f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6212248473799105f,-0.18043016343851068f,-0.47066404697975334f,-0.30535988861836344f,-0.2836013630394726f,0.7426559425367681f,0.08962375743617243f,1.4702611890582136f,0.41671327778217043f,0.23644683786504084f,-0.6406582060534796f,-0.1548928469858552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07950685322269639f,-0.02294982680012031f,1.5603070902038705f,-0.009991672359202331f,1.4982939820549497f,0.4355150776241477f,0.08275270690408545f,1.6028111205009965f,-0.4361193112309354f,1.5004020036683088f,-0.00015414142023084508f,0.6328287809063988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077431f,-0.9985965377304771f,0.05088438606252547f,-0.00665669195794336f,0.2787296496794543f,-0.0529617324186146f,-0.9589081485151679f,1.5490015585395147f,0.9602572823477178f,0.00009865050894725244f,0.2791163591877984f,0.4473483382200829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529518886f,-0.9985965377304771f,0.052932734301930504f,-0.009489168883566814f,-0.031231264323491437f,-0.0529617324186146f,-0.9981080417609984f,1.5545433279703682f,0.999510644093764f,0.00009865050894725244f,-0.03128038700761154f,0.0925611021476308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205552f,-0.024645422997937726f,-0.1818189726075763f,0.25922410525033046f,0.14996358213287864f,0.46304056080063183f,-0.873558448581039f,1.469361806085154f,0.10571877651910883f,-0.8859943804441928f,-0.45148366317355665f,-0.6234375024476098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7716238106532735f,-0.024645422997937726f,-0.6356015245090072f,0.010348823986923205f,0.5546706440061859f,0.46304056080063183f,-0.691327647162472f,1.651438218980275f,0.31134734864887537f,-0.8859943804441928f,-0.34362302936594125f,-0.4966676228692751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09757764344190432f,-0.5655568337190515f,-0.8189164006991224f,0.255261074988632f,-0.43658559501067057f,0.715117962180169f,-0.5458931382573526f,1.3689218775801542f,0.8943554224856598f,0.41079407006548113f,-0.17713444122906524f,-0.08750957223029379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.30879935169999845f,-0.9510806724410729f,0.19141694234212558f,-0.1755591676291254f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255281f,0.9844239248223658f,0.16984596967806548f,-0.045407959890820186f,-0.055947252664974134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216268f,-0.5389262769590847f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737106f,0.7215171545786543f,-0.47772306435819134f,1.4218707582662882f,0.8649249761910003f,0.43470848122821565f,-0.2508651468603309f,-0.4280960036887392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176222f,-0.04969394253506451f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172347f,0.9376230857117761f,-0.05296173241861482f,1.5973440760096298f,0.938939044375314f,0.3440835090725056f,0.00009865050894724073f,-0.36357972917196346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.24729899058665536f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2670939014947162f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.20875022790725942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,0.2666511919494887f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1463498193670296f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.31299355591224365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.32212724234916396f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.2363115092000863f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.06746165947675406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.375467751573882f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,2.1116377599709573f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.15366814895869513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565455f,0.183771484594344f,-0.21562452450109815f,0.149299417486921f,0.10005660647118592f,0.931736938143738f,0.34907728886308514f,2.351948944299404f,0.26505578585989054f,0.3132001269931453f,-0.9119490725000345f,-0.16968162357859032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872197f,0.03148396937472779f,-0.21562452450109815f,0.037199731786167714f,-0.04693102586563203f,0.9359180120134442f,0.34907728886308514f,2.355974797557998f,0.21279721498439041f,0.3508079737708561f,-0.9119490725000345f,-0.14163534759883487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993645f,0.34796789351959256f,-0.14334323238241675f,0.0029719358784645322f,0.14244683541751996f,0.6768002698429436f,0.7222536215347434f,2.369166036064997f,0.3483358096289212f,0.6487370344138339f,-0.6766109841778419f,-0.19015281494435904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9886658478992472f,0.04463808830834323f,-0.14334323238241675f,0.03272380114971733f,-0.07366779412956417f,0.6876937998033947f,0.7222536215347434f,2.3768211660856897f,0.1308162730922538f,0.7246272688659632f,-0.6766109841778419f,-0.1882843604366142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1987499323882717f,-0.14334323238241675f,0.09694327813764417f,0.03481819034459419f,0.690751329930732f,0.7222536215347434f,2.473256012375008f,0.242562386851939f,0.6952417310364664f,-0.6766109841778419f,-0.14513550497319905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.11642543677331606f,-0.21562452450109815f,0.07074755486364809f,0.03481819034459419f,0.9364468698335883f,0.34907728886308514f,2.2625554666624508f,0.242562386851939f,0.3309265441922373f,-0.9119490725000345f,-0.2195939774164523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468118f,-0.24189639660692083f,-0.23679245749697023f,-0.20793120375458995f,0.9778897776932812f,0.02227548401610907f,2.3485599126776777f,0.23217018581840768f,0.0714637579239347f,-0.9700463577172149f,-0.10871411006854242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765219f,-0.24189639660692083f,-0.12560919015957792f,-0.05239556135256168f,0.9983779384393456f,0.02227548401610907f,2.3646561326590816f,0.24049118030724315f,0.0342645016597901f,-0.9700463577172149f,-0.13606979305201422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989907f,-0.24189639660692083f,-0.10376345209645352f,-0.2923686726483572f,0.9560462133525166f,0.02227548401610907f,2.361513786998257f,0.22505823126587374f,0.09142678173840085f,-0.9700463577172149f,-0.14158953192493737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072873f,-0.24189639660692083f,-0.13243016236629784f,0.017375396050959585f,0.9996008695594057f,0.02227548401610907f,2.369973643182257f,0.24229552668944584f,0.01740521835107877f,-0.9700463577172149f,-0.1342467680957765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.2007598515378872f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.472209329176513f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.1470749643153516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532137f,-0.24189639660692083f,-0.17156148042818994f,-0.13921055119051964f,0.9900122348986802f,0.02227548401610907f,2.2494565763243104f,0.23658969066786426f,0.055094302330177466f,-0.9700463577172149f,-0.15947118233964153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.045469066007652194f,-0.24189639660692083f,-0.019544804059382893f,-0.0523955613525617f,0.9983779384393455f,0.02227548401610907f,1.7436412191677122f,0.24049118030724315f,0.034264501659790086f,-0.9700463577172149f,-0.1767791883000264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00940823568461819f,-0.0521194774916878f,-0.9985965377304771f,2.9723198354305425e-17f,-0.1755591676291254f,0.9830432511139007f,-0.05296173241861482f,1.3749999999999996f,0.9844239248223658f,0.1758110534221491f,0.00009865050894724073f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.5145732610570242f,-0.8573303798412066f,0.30225489851302384f,-0.19793913806918f,0.8390106787447424f,-0.5068344686115147f,0.8147021737732669f,0.9801128092285897f,0.17684863572396037f,-0.09001911590665543f,-0.46582086395799965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01410598477498016f,-0.6621927365262517f,-0.7492007747496009f,0.04979391771239041f,-0.19793913806918f,0.7325981216493799f,-0.6512450305194124f,1.094005207652093f,0.9801128092285897f,0.15748260807998624f,-0.12073984155351265f,-0.4057806196275049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.030946885181374374f,-0.9975657656854708f,0.3189311454689103f,0.17590604337615445f,0.9835305215765437f,-0.041530434997935996f,1.2141395011894254f,0.9824216154349493f,-0.1780730283477601f,-0.0560157665415927f,-0.1490843513552887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.062488666411844876f,-0.99691866797753f,-0.04741662164237653f,0.0038696435165697326f,0.17590604337615445f,0.0357645048167122f,-0.9837570655903629f,1.1133464842872127f,0.9824216154349493f,-0.06981453740534616f,0.17312914224087728f,-0.15107705210692454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433921f,-0.7619828717178996f,-0.6411796310087422f,0.013189000610179566f,-0.03658199105291761f,0.6459693583404029f,-0.7624862923462247f,1.265707732643309f,0.9951838895111635f,-0.04588781204014265f,-0.08662179150537502f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339144f,-0.7154002896437908f,-0.6927709878376435f,0.01750350334449062f,-0.22223705404960314f,0.6635307478371366f,-0.7143791979628494f,1.2283979000407634f,0.9707419367779047f,0.21892777862178833f,-0.09864441154171741f,-0.2620088659445228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106545f,-0.7173160805192901f,0.013189000610179566f,-0.13052619222005157f,0.7111793420116526f,-0.6907871283111803f,1.265707732643309f,0.9914448613738104f,0.09362853660839461f,-0.09094385074339202f,-0.25709693329783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.005573760841175274f,-0.1331668692687814f,-0.9910779576396787f,0.017694037579053256f,-0.043796269492323306f,0.9901748607520389f,-0.13279921653848858f,1.2900408051388919f,0.9990249346080613f,0.042665326247807805f,-0.011351209958720432f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.005573760841174594f,-0.13316686926878146f,-0.9910779576396787f,0.017694037579053256f,-0.21626273181111555f,0.9674780695410214f,-0.13121210228775465f,1.2900408051388919f,0.9763192940937298f,0.21506457143455762f,-0.02340653955609743f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158479f,-0.9979529927660076f,0.017694037579053256f,-0.13052619222005157f,0.9894153665704736f,-0.06340461764532357f,1.2900408051388919f,0.9914448613738104f,0.13025900416035163f,-0.00834737627158106f,-0.25389342352981137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767545f,-0.43770547933305204f,-0.8983629002450627f,0.01778807334499507f,0.048603292601469394f,0.8971245929677982f,-0.4390958718100845f,1.2888141461519693f,0.99813812026352f,-0.059844615916433f,-0.011786213243503381f,-0.05863305513672312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483313f,-0.4077033230547453f,-0.9127328857474615f,0.007675035254019552f,-0.2561455248289949f,0.8798100384013053f,-0.4004045035190941f,1.3297300390058626f,0.9662778019104284f,0.24436099667993558f,-0.08120906868533326f,-0.444090097876299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.28680323271108943f,-0.9579895123154892f,0.04518298881793955f,-0.13052619222005157f,0.9497937792351944f,-0.2843495912968067f,1.157030891531523f,0.9914448613738104f,0.1250427232292849f,-0.03743533388218016f,-0.26352459710557274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203708f,-0.9793406217655517f,2.9723198354305425e-17f,-0.13052619222005157f,0.9709622269840886f,-0.20048757296808492f,1.3749999999999996f,0.9914448613738104f,0.12782960224547515f,-0.026394689716483982f,-0.2427083333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.04752991211897445f,-0.7329629490645151f,-0.6786060880603797f,-0.879518599062895f,0.40298303265407254f,0.6075607962628502f,-0.6844520101784918f,2.373681149448911f,0.9139724190843448f,-0.3059986832375275f,0.26649432078378327f,-0.7695432850377248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.513455689790496f,-0.7329629490645151f,-0.4462382434534438f,-0.9079814009371049f,-0.19902862270115865f,0.6075607962628502f,-0.7689326928867904f,2.3840292117558612f,0.8347160367259308f,-0.3059986832375275f,-0.4578361539780947f,-0.6808198438513002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.4968401005990466f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7096485463565747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.47765194817631984f,0.028658714207758017f,-0.8780815990005282f,0.48277282507915587f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8720590113525484f,0.8710330444285286f,0.14590467394413204f,-0.4690557127195293f,-0.6385179901266221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.47765194817631984f,0.028658714207758017f,-0.8780815990005282f,0.5275526952206858f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8828096684569393f,0.8710330444285286f,0.14590467394413204f,-0.4690557127195293f,-0.7201773380417966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.47765194817631984f,0.028658714207758017f,-0.8780815990005282f,0.6368750000000001f,-0.11467367578016893f,0.9888834634178157f,0.09465433884323601f,1.8632361890782585f,0.8710330444285286f,0.14590467394413204f,-0.4690557127195293f,-0.60898930717628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912222f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123.mcfunction new file mode 100644 index 000000000..427fe7300 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123_as_bone.mcfunction new file mode 100644 index 000000000..bd956319b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_123_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.011795371184297132f,-0.7329629490645151f,-0.6801662918119906f,-0.8795185990628949f,0.4611034838731548f,0.6075607962628502f,-0.6467251781123808f,2.3636209468916687f,0.8872679676279673f,-0.3059986832375275f,0.3451381744725369f,-0.841648543046895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5503940614249281f,-0.7329629490645151f,-0.39978956020239176f,-0.9079814009371048f,-0.26528815867490285f,0.6075607962628502f,-0.748660184403666f,2.373969009198619f,0.7916366401418342f,-0.3059986832375275f,-0.5288442453519251f,-0.7529251018604703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769743f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.4867798980418043f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7817538043657448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8067250707746249f,0.01917229148182644f,-0.5906158509750755f,0.5104673846611782f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9362683019378915f,0.5858714879806514f,0.1564072952774662f,-0.7951675028290109f,-0.7642052184627051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8067250707746249f,0.01917229148182644f,-0.5906158509750755f,0.5860978600462993f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9434993748745693f,0.5858714879806514f,0.1564072952774662f,-0.7951675028290109f,-0.8191306704608912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8067250707746249f,0.01917229148182644f,-0.5906158509750755f,0.6368750000000001f,-0.07713144465789674f,0.9875065474331415f,0.13741018529083798f,1.9192723106126046f,0.5858714879806514f,0.1564072952774662f,-0.7951675028290109f,-0.6723928190374464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124.mcfunction new file mode 100644 index 000000000..bc5813ba1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124_as_bone.mcfunction new file mode 100644 index 000000000..a9045e477 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_124_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7244982587921972f,0.08435304814085572f,-0.36732993441981493f,-0.2983372758086524f,-0.15263606903875374f,0.7934239489016647f,-0.11884911519287754f,1.5373228379142527f,0.3445996922226075f,0.17409033581184097f,0.7196443924199292f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.687310654659112f,-0.1952536415361828f,-0.3598334051459412f,-0.2983372758086524f,0.1592942301829894f,0.7752876164541984f,-0.11642362304608413f,1.5373228379142527f,0.37713314919597296f,0.028374764133429126f,0.7049577721664613f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231665577001535f,0.08411823330808947f,-0.369998239311596f,-0.2980449909111725f,0.053199602721110656f,0.8109572807797736f,0.08038989653579497f,1.5154982876926897f,0.3756918638177717f,0.04708350050543879f,-0.7235905001350746f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6860174062066692f,-0.194966935256805f,-0.36244725483584916f,-0.2980449909111725f,-0.2558594856670998f,0.7538796147166192f,0.0787492864024114f,1.5154982876926897f,0.3223601122590095f,0.1834486867527012f,-0.7088233470710936f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06655939250595069f,-0.04757819946593972f,1.5603565016382694f,-0.019673328931166474f,1.3555056581161895f,0.7729078600453402f,0.08138857840710496f,1.7453414098059394f,-0.7743258410283328f,1.3571131142302442f,0.00835087420887667f,0.5254109650457731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.030450047658201855f,-0.9986281610484924f,0.04259801120380823f,-0.013293752612891896f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8685523931073564f,-0.005344559493681565f,0.49556853825813285f,0.35764606854233205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010938605664875431f,-0.9986281610484924f,0.051206863475660086f,-0.011800060835588645f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941222154494855f,-0.005344559493681565f,0.10813166249357772f,-0.006498345409305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9930788960755099f,-0.017482669092084818f,-0.11614070109511015f,0.2756980581309625f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0654047680732425f,-0.9036605941284545f,-0.4232254091293363f,-0.7097315646508042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8122602440588133f,-0.017482669092084818f,-0.5830331484597889f,0.012563083287969071f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26238804897633367f,-0.9036605941284545f,-0.33845242261476266f,-0.5989123731151973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14728198542612556f,-0.5450750397801899f,-0.8253491490136542f,0.25408356801649107f,-0.564682804192097f,0.6387562863714349f,-0.5226124159171146f,1.4177814002269302f,0.812059940779428f,0.5430318661272078f,-0.2137172078979927f,-0.1771384877374458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.30901100369854867f,-0.9510566993268716f,0.19019990045222027f,-0.13675310737971244f,0.9420458313272817f,-0.30634659994993196f,1.5925003273511085f,0.9906034692869294f,0.13062102155513233f,-0.040532892378819046f,-0.15290037677322613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03059586453040075f,-0.5361144443255449f,-0.8435906564555761f,0.20515871141956996f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7477319530085779f,0.5723505646692286f,-0.3366181183073675f,-0.5408680583895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016943234002089858f,-0.0495451590214117f,-0.9986281610484924f,0.18962756809650222f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9082778504500018f,0.4183333384583908f,-0.005344559493681539f,-0.46246396092539155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2422810022939328f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.3574056235176574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2639046647838304f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.4507192799293068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.32822256608992906f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.21931107167362518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.37942914637243924f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2949956363605045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.966006595662071f,0.12307127370414202f,-0.22734273405195093f,0.13831195319389777f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.23180443844674029f,0.02304534191568216f,-0.9724893904472071f,-0.34878515530372906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733660403371565f,-0.02956066291795667f,-0.22734273405195093f,0.02589688007480751f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.22534545541779974f,0.05902381883751464f,-0.9724893904472071f,-0.3222339307106536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393035532630205f,0.28445970886432076f,-0.19181112809294998f,-0.0064106169007139835f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.2876523879851936f,0.34825252252721534f,-0.8921750300472698f,-0.36259773431355713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9812336493640126f,-0.019723501096212404f,-0.19181112809294998f,0.022608816186065944f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.16595773022632637f,0.42009730722569366f,-0.8921750300472698f,-0.36419409400171937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.13401808894928835f,-0.19181112809294998f,0.07836574781323019f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.2296322126968687f,0.3889637035149848f,-0.8921750300472698f,-0.36065446892124964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.055386264539986185f,-0.22734273405195093f,0.06590383829173332f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.2296322126968687f,0.03915906484531215f,-0.9724893904472071f,-0.36946525851144485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503844985409707f,-0.20702736658768112f,-0.23218306229524477f,-0.2435983177493822f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24028768302913422f,-0.014541466841360054f,-0.9705927957318619f,-0.2692454459673205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098317f,-0.23218306229524477f,-0.13230799392743295f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.23505455633026762f,-0.0519517124047813f,-0.9705927957318619f,-0.2968437451417778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287243746910563f,-0.2890710318207431f,-0.23218306229524477f,-0.11037664538015271f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24064068819357262f,0.00645631931767824f,-0.9705927957318619f,-0.30186962207302376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725972298061818f,0.012068726384501322f,-0.23218306229524477f,-0.13920010952580109f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23085800698252132f,-0.06822173763153652f,-0.9705927957318619f,-0.295547368098972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.20841484469321345f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.31773684428140797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.17686363761629298f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.310701619428878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.019623795870674535f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2831271614960903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.05233012232179887f,-0.9986281610484924f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9906034692869294f,0.1366609026770926f,-0.005344559493681539f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.6504845601194374f,-0.7592686027521909f,0.37019390086295184f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9802884525703282f,0.1617847424952351f,-0.11340302841203882f,-0.5495714094443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.7779578488442512f,-0.6280131841774244f,0.07359747099108103f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9802884525703282f,0.1384095815523418f,-0.14098701178398268f,-0.496802756477559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.13641154661812963f,-0.9862930075464423f,0.3257119059234725f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9768689441175474f,-0.20412643016641022f,-0.06371394294960586f,-0.24047427218440068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.9939553219573225f,0.05860737785016745f,0.023631123270935736f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9768689441175474f,-0.07953310925195539f,0.19849823815687764f,-0.24260006965544448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09813478722968792f,-0.8102446970667239f,-0.5778175269154069f,0.021955617292310436f,-0.044083895422988864f,0.5835894882744297f,-0.8108513546513468f,1.3100708842819795f,0.9941962450641819f,-0.05410027773350523f,-0.09298917275381435f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09813478722968726f,-0.7679644685622554f,-0.6329298053981001f,0.029263439542490666f,-0.2147351496795319f,0.604676608198263f,-0.766977845175435f,1.273222180295158f,0.9717295812248863f,0.21117948414497328f,-0.10556915481697257f,-0.35343124741885057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7518398074789775f,-0.6593458151000688f,0.021955617292310436f,-0.13052619222005157f,0.6537050202492898f,-0.7454077137013071f,1.3100708842819795f,0.9914448613738104f,0.08606189860123795f,-0.09813478722968781f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012506206048450529f,-0.21163296951649413f,-0.977269195781748f,0.024485038727711825f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989304946486265f,0.04086427854751209f,-0.021632789922743943f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012506206048449849f,-0.21163296951649418f,-0.977269195781748f,0.024485038727711825f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9764137340531646f,0.2132635237342619f,-0.03368811952012094f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.14349262199117938f,-0.9896513868196702f,0.024485038727711825f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914448613738104f,0.12917542714686486f,-0.018729545560180208f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05099478741988769f,-0.5067565759696376f,-0.8605796327868384f,0.02263934891640534f,0.045117904745314324f,0.8596520149124681f,-0.5088838648732403f,1.3333868989043944f,0.9976792602471964f,-0.06477797440845585f,-0.0209739768318797f,-0.15008855083489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03652501567415644f,-0.4786515397029397f,-0.8772449069501674f,0.01333747450080501f,-0.2536491158327504f,0.844642927565112f,-0.4714238548816776f,1.3735324836021734f,0.9666064603897837f,0.2397311587054179f,-0.09055894366925418f,-0.5356470065671374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3624380382837017f,-0.9320078692827986f,0.06252429532254983f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914448613738104f,0.12165143829660716f,-0.04730765705287717f,-0.35462865922726816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2798290140309921f,-0.9600498543859287f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914448613738104f,0.12531165183441018f,-0.036525015674157106f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.03404347302922095f,-0.7329629490645151f,-0.6794161885345078f,-0.879518599062895f,0.48201685795878463f,0.6075607962628502f,-0.6312920302744146f,2.456669158176239f,0.8755003087307562f,-0.3059986832375275f,0.37398397728946847f,-0.8559413163413438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5631801212830506f,-0.7329629490645151f,-0.38156711898466517f,-0.9079814009371049f,-0.2896415946512461f,0.6075607962628502f,-0.7395793571296693f,2.4670172204831893f,0.7739094893070453f,-0.3059986832375275f,-0.5544627203134649f,-0.7672178751549192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5798281093263746f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7960465776601937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9803787567826056f,0.006351244995398483f,-0.1970206967209307f,0.5613666412676759f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.9630561839733949f,0.1954366259479449f,0.1617756971203718f,-0.9672813184690896f,-0.832100241914437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9803787567826056f,0.006351244995398483f,-0.1970206967209307f,0.6532771497160451f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.965468345216467f,0.1954366259479449f,0.1617756971203718f,-0.9672813184690896f,-0.8504224255970568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9803787567826056f,0.006351244995398483f,-0.1970206967209307f,0.6368750000000001f,-0.025729719926100642f,0.986807116668818f,0.15984272271297886f,1.940285856187984f,0.1954366259479449f,0.1617756971203718f,-0.9672813184690896f,-0.6961691359853834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.3055359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125.mcfunction new file mode 100644 index 000000000..23f29af95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125_as_bone.mcfunction new file mode 100644 index 000000000..ec9577ae0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_125_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.011795371184297132f,-0.7329629490645151f,-0.6801662918119906f,-0.879518599062895f,0.4611034838731548f,0.6075607962628502f,-0.6467251781123808f,2.5495168583992585f,0.8872679676279673f,-0.3059986832375275f,0.3451381744725369f,-0.8171748820056353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5503940614249281f,-0.7329629490645151f,-0.39978956020239176f,-0.9079814009371049f,-0.26528815867490285f,0.6075607962628502f,-0.748660184403666f,2.5598649207062087f,0.7916366401418342f,-0.3059986832375275f,-0.5288442453519251f,-0.7284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.672675809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9741283056938854f,-0.007218558799380369f,0.22588035871854728f,0.6250947894783813f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.9444678845625227f,-0.22406224831838317f,0.16130816623677793f,-0.9611325529727098f,-0.8270656198732771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9741283056938854f,-0.007218558799380369f,0.22588035871854728f,0.7164193181371831f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.9417024138181949f,-0.22406224831838317f,0.16130816623677793f,-0.9611325529727098f,-0.8060597840934287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9741283056938854f,-0.007218558799380369f,0.22588035871854728f,0.6368750000000001f,0.029498354606162385f,0.9868776863999854f,0.15875225718502775f,1.9192723106126046f,-0.22406224831838317f,0.16130816623677793f,-0.9611325529727098f,-0.6723928190374464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126.mcfunction new file mode 100644 index 000000000..7de0b163e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126_as_bone.mcfunction new file mode 100644 index 000000000..8ae560cac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_126_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.683591419029788f,0.07735668415592317f,-0.4400717665218772f,-0.3040363310644284f,-0.17159672824758904f,0.7881056864397328f,-0.1280173203145769f,1.518497442792908f,0.41255518313070316f,0.19962418406145746f,0.6759384960588009f,-0.34682785983130615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6476661962949929f,-0.18625063187759416f,-0.4310907100622471f,-0.3040363310644284f,0.1401406864450807f,0.7775823067159191f,-0.12540472194081004f,1.518497442792908f,0.4482065217948944f,0.02600881403576885f,0.6621438328739274f,-0.34682785983130615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6773952274862866f,0.07626412840916623f,-0.44973762677947743f,-0.3030414630058063f,0.037476808006179335f,0.8117546470287607f,0.0812054575341118f,1.4969629850963801f,0.45461592480347f,0.04671852084181029f,-0.6768206447574449f,-0.2075938108857999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6416489187148006f,-0.1849166335544245f,-0.4405593078656106f,-0.3030414630058063f,-0.2703879170963401f,0.7487071908565109f,0.07954820329872177f,1.4969629850963801f,0.3939251697980594f,0.21270491530439706f,-0.6630079785379052f,-0.2075938108857999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07432270005430008f,-0.03488459650327752f,1.5603414533951987f,-0.013907032405139533f,1.4247480097435494f,0.6362082621589383f,0.08208779380942062f,1.686077868688413f,-0.6371620633625584f,1.426684394702454f,0.001546907902876899f,0.5722525476286876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022326141762098045f,-0.9986185301729271f,0.04756652803475184f,-0.009096656509800523f,0.4071732877817203f,-0.052536188038029175f,-0.9118387262358717f,1.6074582853409247f,0.9130780126095706f,-0.0009900210578417115f,0.40778372055203715f,0.3958852970692714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.003613968103250715f,-0.9986185301729271f,0.05242108764429461f,-0.010177693348653063f,0.049874060058821224f,-0.052536188038029175f,-0.9973728124827154f,1.5872216902193959f,0.9987489761535666f,-0.0009900210578417115f,0.04999502465753217f,0.034980837979155355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9892574531472603f,-0.022391770065698244f,-0.14445864469086145f,0.2681549360169734f,0.11976173527884904f,0.44252105048548107f,-0.8887250680836145f,1.4940102343629726f,0.08382611857645905f,-0.8964785153647304f,-0.43508557012828425f,-0.674223084716336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7951891232832443f,-0.022391770065698244f,-0.6059479076994572f,0.011061286457100665f,0.53560843659711f,0.44252105048548107f,-0.7192348173741493f,1.670511283247601f,0.2842496453085295f,-0.8964785153647304f,-0.3398947052123995f,-0.5562757946940069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13165212405758597f,-0.5523272057933929f,-0.8231660682824509f,0.25490034770765047f,-0.5214401327042562f,0.6676422661017754f,-0.5313699206013207f,1.3973935136598719f,0.8430705226945688f,0.4991878025903167f,-0.20010904904215915f,-0.14015441769518014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.007061159313155865f,-0.30875619779399327f,-0.9511150037471547f,0.19106409184785703f,-0.1528426158622532f,0.9396295509404946f,-0.30616244344424093f,1.571660539189688f,0.9882253158088684f,0.14753276694741677f,-0.04055623097997726f,-0.11274550033616434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030908319351889306f,-0.535951707476162f,-0.84368266726787f,0.2042285200272712f,-0.6084140470594597f,0.6596067987084485f,-0.44130626376511123f,1.447603094917158f,0.7930176688672019f,0.5269484209588056f,-0.3056932097928413f,-0.4952996856989958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.019752454679448646f,-0.04869159813970456f,-0.9986185301729271f,0.18885747956249582f,-0.3927846978242429f,0.9181286021585162f,-0.0525361880380294f,1.6194238566466421f,0.9194183061530015f,0.393279796288915f,-0.0009900210578417043f,-0.42156591152643574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,0.24380551150537844f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.2929722735311175f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.2974891931526668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,0.26441549917243834f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.166992505650167f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.3950834501201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,-0.32595859611593225f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.265685636519102f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.15684584596885648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,-0.37808445197499707f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,2.136222468168533f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.2364856330830379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9629141962328747f,0.1452328129526934f,-0.22738443380109422f,0.14209224162576875f,0.10941715313340047f,0.9805509335236107f,0.16293481324185283f,2.3868481487860103f,0.24662550008743667f,0.13201248731776638f,-0.960077374954122f,-0.27686485146081874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9737785420132913f,-0.007188211142123882f,-0.22738443380109422f,0.029855110255893803f,-0.045321914319492625f,0.9855953382175967f,0.16293481324185283f,2.391559965007716f,0.22293782809762125f,0.16896792270817892f,-0.960077374954122f,-0.24948300063304785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9336772942743786f,0.3101448079524751f,-0.17904443095666794f,-0.003436954950320467f,0.172295032661936f,0.8273301658354589f,0.5346393348966143f,2.3919438093908623f,0.31394447260064506f,0.4683321415393075f,-0.8258958005249261f,-0.2936406301855812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9838198912109447f,0.006443089405508667f,-0.17904443095666794f,0.025867307679665275f,-0.09179676766377978f,0.8400798384842881f,0.5346393348966143f,2.401348907430052f,0.15385634567402948f,0.5424245123251019f,-0.8258958005249261f,-0.29390510624508165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9706995145502697f,0.16026710266075522f,-0.17904443095666794f,0.08481964130181818f,0.04075084299853711f,0.8440972398818836f,0.5346393348966143f,2.5084056532999104f,0.2368160071590995f,0.5116779313479451f,-0.8258958005249261f,-0.275220351617073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9706995145502697f,0.07770953427235225f,-0.22738443380109422f,0.06733499609053896f,0.04075084299853711f,0.9857949155015717f,0.16293481324185283f,2.286601797312057f,0.2368160071590995f,0.14889463675506578f,-0.960077374954122f,-0.30872164488696274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9496530391336299f,-0.20359971598190768f,-0.23813076432150979f,-0.24123918987646872f,-0.2020633450623777f,0.9788780902307025f,-0.031114129402807722f,2.3761861907673527f,0.23943581571365308f,0.018569871253691576f,-0.9707345929939647f,-0.2037046123432333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969811247014997f,-0.05253460047311295f,-0.23813076432150979f,-0.1300608810603117f,-0.04644533959491974f,0.9984361478739727f,-0.031114129402807722f,2.3915976209831498f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.23147171684627493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9282944381420196f,-0.2855926735724241f,-0.23813076432150979f,-0.10817177627235573f,-0.28660928004328956f,0.9575421826450113f,-0.031114129402807722f,2.388322116852262f,0.23690621922536959f,0.0393674136460887f,-0.9707345929939647f,-0.23673634306951435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711134640383722f,0.0152439839624188f,-0.23813076432150979f,-0.13692589006230044f,0.02331518385235523f,0.9992438707109671f,-0.031114129402807722f,2.396955750818875f,0.23747640338636555f,-0.03576741253595668f,-0.9707345929939647f,-0.22995940204236542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615421303018985f,-0.13685931001630788f,-0.23813076432150979f,-0.2059111604168795f,-0.13328804510959644f,0.9905888188256352f,-0.031114129402807722f,2.4978729466490948f,0.24014793083711655f,0.001822437788403384f,-0.9707345929939647f,-0.24846336354039736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615421303018985f,-0.13685931001630788f,-0.23813076432150979f,-0.17511781566321027f,-0.13328804510959644f,0.9905888188256352f,-0.031114129402807722f,2.274990462413327f,0.24014793083711655f,0.001822437788403384f,-0.9707345929939647f,-0.24887341204278812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9698112470149969f,-0.05253460047311295f,-0.23813076432150979f,-0.01952584065881807f,-0.04644533959491975f,0.9984361478739727f,-0.031114129402807722f,1.7700699206211186f,0.2393929313766984f,-0.01911476841901264f,-0.9707345929939647f,-0.23866575361907005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.007061159313155865f,-0.05206890842351494f,-0.9986185301729271f,3.6254647949758105e-17f,-0.1528426158622532f,0.9868531216563163f,-0.0525361880380294f,1.4f,0.9882253158088684f,0.15300243479359105f,-0.0009900210578417043f,-0.2960416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.018559162938295747f,-0.5954445030654305f,-0.8031820473841482f,0.34249237324207965f,-0.19721512231095129f,0.7853577299105983f,-0.5867873819379114f,0.8679885609069609f,0.9801845504816458f,0.16928992834434675f,-0.10285507842717159f,-0.5151677996676827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.018559162938295747f,-0.7318420322919739f,-0.6812215478401891f,0.0634775984307646f,-0.19721512231095129f,0.6652733352282658f,-0.7200816515966337f,1.1216240199627372f,0.9801845504816458f,0.1477113035790175f,-0.13198339968375192f,-0.45885286517818225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0784920162623774f,-0.09286917385485885f,-0.9925796290124949f,0.3234591654075893f,0.1860004366560814f,0.9768040920552336f,-0.10610185346117729f,1.2595567785429458f,0.97940943478548f,-0.19294839281959847f,-0.05939761578986288f,-0.2026264210096042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0784920162623774f,-0.996806268674598f,0.014705989055183832f,0.015499024455569424f,0.1860004366560814f,-0.02913561109074747f,-0.9821175865089248f,1.1387906538824921f,0.97940943478548f,-0.0743530691861016f,0.18769331409454373f,-0.20437222864728266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09389234203051447f,-0.7907417908981368f,-0.604906313601728f,0.018284625166261864f,-0.04087750555657947f,0.6101399950717188f,-0.7912384065206609f,1.291434456746934f,0.9947428097993453f,-0.049564165897252516f,-0.08961102505502841f,-0.31035866882130686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09647974414915272f,-0.7462790218118922f,-0.6586040392925018f,0.02433885750237072f,-0.21794153954594125f,0.6297943091940946f,-0.7455606034703537f,1.2543640428221061f,0.9711813138180011f,0.215468674545091f,-0.10188280512688423f,-0.31524705375524287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.7292486011494252f,-0.6842475977675201f,0.018284625166261864f,-0.13052619222005157f,0.6782701271590493f,-0.7231269236781197f,1.291434456746934f,0.9914440026918059f,0.0902558160189885f,-0.09430099257800353f,-0.31035866882130686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.008299584442531033f,-0.17890077605256205f,-0.9838321143497359f,0.021647155756423283f,-0.04414675291705017f,0.9829722749792091f,-0.17837200124761454f,1.315948984343555f,0.9989905810892123f,0.041952579777519025f,-0.01605614975791777f,-0.3071356927517802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010899382346417642f,-0.1786738772722099f,-0.9838479806580799f,0.021647155756423283f,-0.21591224838638867f,0.9602754837681917f,-0.1767848869968806f,1.315948984343555f,0.9763519367836584f,0.2143516756507415f,-0.028111468914275822f,-0.3071356927517802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.11014171977476803f,-0.9939150360539234f,0.021647155756423283f,-0.13052619222005157f,0.9853940202577972f,-0.10936881632673046f,1.315948984343555f,0.9914440026918059f,0.1298746565163212f,-0.01309057375433792f,-0.3071356927517802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0438013377729849f,-0.47833200026093164f,-0.8770860507017955f,0.020868884455501762f,0.04671183529172368f,0.8759878806538863f,-0.4800658677631555f,1.3147006056476254f,0.9979476174895031f,-0.06199782636422575f,-0.0160256754346127f,-0.11187699039919952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.033585367496808266f,-0.44901044806766643f,-0.8928950893672657f,0.010712871503536652f,-0.25479076856113136f,0.860033044106112f,-0.4420688038095454f,1.3551604755049473f,0.9664127934511898f,0.2423484692991637f,-0.0855191913094362f,-0.49738103701485836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.3309010299210486f,-0.9436645620803001f,0.0552877527022096f,-0.13052619222005157f,0.9355358048125347f,-0.3282311244508922f,1.184349992000573f,0.9914440026918059f,0.12360123911576365f,-0.04197050411298391f,-0.316625398434409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.001304864354762495f,-0.24739606578769452f,-0.9689135585601979f,3.6254647949758105e-17f,-0.13052619222005157f,0.9605830360736577f,-0.24544478799120606f,1.4f,0.9914440026918059f,0.12678886954415455f,-0.03103823587392709f,-0.2960416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.006204954416628328f,-0.7333650464557047f,-0.6798067425215123f,-0.8796211438345982f,0.4546511167043149f,0.6075607962628502f,-0.6512773916880356f,2.54296308043072f,0.8906480004020705f,-0.30503374810252337f,0.3371951243691392f,-0.8027242901552861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5453430199561031f,-0.7333650464557047f,-0.4059269629159651f,-0.9079671500090741f,-0.2578320565548564f,0.6075607962628502f,-0.751260613540431f,2.5533111427376705f,0.7975735835632034f,-0.30503374810252337f,-0.5204140575740395f,-0.71396346523546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30235739919440957f,-0.7333650464557047f,-0.6088971274274617f,-0.8024595778077169f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.666122031580856f,0.9467821324781466f,-0.30503374810252337f,-0.1027521588029139f,-0.742931053874936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7975741247034015f,-0.01952662730138914f,0.6029048236909665f,0.6913517224790905f,0.07728594221204256f,0.9879308028004781f,0.13423714841428833f,1.932682700574884f,-0.5982494452483844f,0.15366014351234833f,-0.7864389115219089f,-0.8058031508322446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7975741247034015f,-0.01952662730138914f,0.6029048236909665f,0.7661242966700343f,0.07728594221204256f,0.9879308028004781f,0.13423714841428833f,1.9254371434925048f,-0.5982494452483844f,0.15366014351234833f,-0.7864389115219089f,-0.7497172653402087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7975741247034015f,-0.01952662730138914f,0.6029048236909665f,0.6383022860209174f,0.07728594221204256f,0.9879308028004781f,0.13423714841428833f,1.9089243497715511f,-0.5982494452483844f,0.15366014351234833f,-0.7864389115219089f,-0.6597943713579403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[2.0388505543163986e-8f,2.684197676832003e-9f,-0.000015624986467319724f,0.6875373603807767f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5637592261912225f,0.000015491312542059468f,0.0000020394699870690787f,2.0564437153784174e-8f,-0.2681074362246846f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127.mcfunction new file mode 100644 index 000000000..b2bc136d3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127_as_bone.mcfunction new file mode 100644 index 000000000..621138742 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_127_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6492174151355521f,0.07164100605582807f,-0.4902333715491688f,-0.30867903073223696f,-0.18392678235682547f,0.7851866914705996f,-0.1288302864770646f,1.511242591613982f,0.46003492374060206f,0.21282356597239502f,0.6403268252620815f,-0.3254375277876868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6144142120057002f,-0.17853755715111944f,-0.4802286088644919f,-0.30867903073223696f,0.12788742704250972f,0.7795627550949731f,-0.1262010969571245f,1.511242591613982f,0.4961249662029327f,0.02015568295160365f,0.6272589308689779f,-0.3254375277876868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6389113710581693f,0.0698237724206148f,-0.503846549240906f,-0.3073322834137548f,0.028552196121455393f,0.8125834231403094f,0.07640285975448131f,1.4909389420466397f,0.5078597015649663f,0.042157629048313154f,-0.6381580543124192f,-0.19895742723540744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6044057531754774f,-0.17631873524717742f,-0.49356396660333657f,-0.3073322834137548f,-0.27877559886900927f,0.7461116527450873f,0.07484361771867558f,1.4909389420466397f,0.4438218685504457f,0.22853687938455308f,-0.6251344205509414f,-0.19895742723540744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07752680546792953f,-0.02780313964166292f,1.5603277956442367f,-0.010419469463576346f,1.4456788544874517f,0.5870664934746689f,0.08229114124378617f,1.665328607918184f,-0.5877146366407648f,1.4477521084997327f,-0.00340414641154324f,0.5879277321579885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017794009370664703f,-0.9986097892123116f,0.04961715549947469f,-0.006484512751592905f,0.37572255582378783f,-0.05266633039602311f,-0.9252344668719692f,1.5927840284132975f,0.926561349439829f,0.002178653703387179f,0.3761373674500893f,0.40895458955829833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0006171489707627875f,-0.9986097892123116f,0.05270776049587234f,-0.009049351313283084f,0.02964711224922753f,-0.05266633039602311f,-0.9981719823647116f,1.5790742437107403f,0.9995602372355702f,0.002178653703387179f,0.029573393542357163f,0.04941284823500747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9875736154990384f,-0.02555833800254199f,-0.1550649068251897f,0.26485516080007326f,0.12738926037848675f,0.44763736245578445f,-0.885094779147324f,1.487801773246493f,0.09203439743041242f,-0.8938498548929661f,-0.4388189906982656f,-0.6622986284403748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7885743877749094f,-0.02555833800254199f,-0.6144080128904361f,0.010125355653738892f,0.5405196213653661f,0.44763736245578445f,-0.7123617975808849f,1.6657465502695419f,0.29323876596464515f,-0.8938498548929661f,-0.3391805758638836f,-0.5414279917028779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12726728912671398f,-0.5536567170648021f,-0.8229625002193981f,0.25544076344523226f,-0.5070577455490539f,0.6767794701049568f,-0.5337246401686587f,1.3902869807463045f,0.8524643569071074f,0.48521519812705693f,-0.19460403826609715f,-0.12772498167069177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010512718948757403f,-0.3083516304804163f,-0.9512143579237926f,0.19167974299313054f,-0.15849042994649504f,0.93872824057556f,-0.30605567134312045f,1.5643856779083276f,0.9873045459004428f,0.1539758498141246f,-0.03900219632711155f,-0.09909827355758785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03164120293229055f,-0.5351888410186814f,-0.8441396440909986f,0.2035956643683215f,-0.5886111355226092f,0.6725991843144874f,-0.4484944463404985f,1.4413742533519298f,0.8077968590034144f,0.5110608982387191f,-0.2937362641480476f,-0.47970240267349257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.022248765162590778f,-0.047785785941870475f,-0.9986097892123116f,0.18839451832164386f,-0.3836701118387425f,0.9219671918914812f,-0.052666330396023336f,1.6139139372666074f,0.9232021651460673f,0.3843084903273073f,0.0021786537033871844f,-0.40763094415147627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,0.24446930168578587f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.2866844937320394f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.2768127981386728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,0.2645360322501884f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.161834019818472f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.37595914445568734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,-0.3247994862410548f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.2585160442213335f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.1343493447744205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,-0.3774053669013552f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,2.130069598029804f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.2153088672577007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.961373022422063f,0.15357785695658926f,-0.22842012523350197f,0.14360273474148266f,0.10743903235379934f,0.9734153626880734f,0.20228540730790456f,2.3789983998732964f,0.2534142183973634f,0.16993049619025724f,-0.9523155256418886f,-0.2519011493903968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9735617951040086f,0.001295184222905768f,-0.22842012523350197f,0.031476059789104296f,-0.04615943194337969f,0.9782381718339042f,0.20228540730790456f,2.3835396056358302f,0.22371128258656178f,0.20748108748724334f,-0.9523155256418886f,-0.22404209629546887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9311223635799932f,0.3201693029482131f,-0.1746503979121204f,-0.00224521603474008f,0.16630255365337537f,0.7989275262399564f,0.577977740457597f,2.3864607612634225f,0.3245837406426466f,0.5091231926221381f,-0.7971442592433746f,-0.2694500727524751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9844877470390765f,0.016766467697788667f,-0.1746503979121204f,0.02716093826856722f,-0.08871905555351624f,0.8112155451649223f,0.577977740457597f,2.3955449793163f,0.15136976287097464f,0.5845068218966453f,-0.7971442592433746f,-0.26930621011712563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9697442158043533f,0.17056785870479094f,-0.1746503979121204f,0.08733095833267332f,0.03927529308137358f,0.8151068536633109f,0.577977740457597f,2.5008566988163956f,0.24094316190207962f,0.5536311251076477f,-0.7971442592433746f,-0.24533424831446413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9697442158043533f,0.08614175701894408f,-0.22842012523350197f,0.06794906300341093f,0.03927529308137358f,0.9785387398277324f,0.20228540730790456f,2.2806854823551563f,0.24094316190207962f,0.18719383631423836f,-0.9523155256418886f,-0.2874528614851677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9490274686359087f,-0.2021599522737489f,-0.2418226984201325f,-0.24010251002188038f,-0.20358117514568563f,0.9788664919662722f,-0.019367396106477416f,2.3694455492572155f,0.24062744835288521f,0.03085035822027206f,-0.9701271496545495f,-0.18022484368929953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689681496627073f,-0.05121042343150843f,-0.2418226984201325f,-0.12900796914545218f,-0.0479462970394991f,0.998662133340528f,-0.019367396106477416f,2.3850321446162717f,0.24249098444979117f,-0.0071718870397333104f,-0.9701271496545495f,-0.20822844448578037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9277967318042729f,-0.2841038665384815f,-0.2418226984201325f,-0.10714341621436936f,-0.2881203234695341f,0.9573983409072033f,-0.019367396106477416f,2.3817891904089192f,0.23702300237977048f,0.05170502727993559f,-0.9701271496545495f,-0.2136138598024383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9701800505078234f,0.016506123876984163f,-0.2418226984201325f,-0.13585974628242303f,0.021833646613937358f,0.9995740071868577f,-0.019367396106477416f,2.3903813954937667f,0.24140000304924275f,-0.024069732673321253f,-0.9701271496545495f,-0.20662729954702527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9608176508231628f,-0.13546669109217926f,-0.2418226984201325f,-0.20477297990800622f,-0.13480298688913553f,0.9906831272883484f,-0.019367396106477416f,2.4916026117351597f,0.24219330418578014f,0.013989886015037152f,-0.9701271496545495f,-0.22368239101933654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9608176508231628f,-0.13546669109217926f,-0.2418226984201325f,-0.17429297441226593f,-0.13480298688913553f,0.9906831272883484f,-0.019367396106477416f,2.2686989080952817f,0.24219330418578014f,0.013989886015037152f,-0.9701271496545495f,-0.22683011537271988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689681496627074f,-0.051210423431508424f,-0.2418226984201325f,-0.019369654370150285f,-0.04794629703949911f,0.9986621333405279f,-0.019367396106477416f,1.7634830830165258f,0.24249098444979117f,-0.007171887039733311f,-0.9701271496545495f,-0.22314942289437578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010512718948757403f,-0.05165241165373419f,-0.9986097892123116f,3.462178555089498e-17f,-0.15849042994649504f,0.9859548880440685f,-0.052666330396023336f,1.39375f,0.9873045459004428f,0.15882376117055383f,0.0021786537033871844f,-0.28270833333333345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02009590539197439f,-0.5752635459944895f,-0.8177212283145905f,0.33208805275947817f,-0.1974097980894513f,0.7995016194010846f,-0.5672975693525624f,0.8543676160775574f,0.980115057635969f,0.17282654085784754f,-0.09749595155877942f,-0.5037639668407689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02009590539197439f,-0.7146485624897181f,-0.6991949561587641f,0.05962828831027317f,-0.1974097980894513f,0.6827321202200632f,-0.7034957168583893f,1.1146592369114565f,0.980115057635969f,0.15216531849010978f,-0.1273585083300074f,-0.4457509391664145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07174672128992572f,-0.07796690886391137f,-0.9943709414028308f,0.32269883610033057f,0.1835684489943268f,0.9788785087029247f,-0.08999716514065813f,1.2481998088854576f,0.9803851449904587f,-0.18899213296257653f,-0.05591905900757663f,-0.19009669398930115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07174672128992572f,-0.9974228408111684f,-0.00029088197648791114f,0.012841278348535955f,0.1835684489943268f,-0.012917811295311832f,-0.9829220491397859f,1.1323798306622006f,0.9803851449904587f,-0.07057483106261918f,0.18402217448590213f,-0.19108647854035588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09048718146146124f,-0.7838376684231461f,-0.6143375127339423f,0.016975203993146046f,-0.03978528058767068f,0.6192208594708252f,-0.7842083005456987f,1.2849806621825715f,0.9951026084980988f,-0.04651920847541117f,-0.08721675184905898f,-0.2970907827126689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09773659596885952f,-0.7381204385522498f,-0.6675520773691401f,0.022582340903318208f,-0.21903376451485007f,0.6383626576610666f,-0.7379141734011844f,1.2478428435146978f,0.9708098515213331f,0.2183376639412776f,-0.09928190516802426f,-0.30200077917526613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.7210191848429852f,-0.692905454491563f,0.016975203993146046f,-0.13052619222005157f,0.6866379876652949f,-0.7151861205584799f,1.2849806621825715f,0.9914381205704854f,0.09305702006464361f,-0.09160155073115282f,-0.2970907827126689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004921954794457798f,-0.16738512617253704f,-0.9858792998624147f,0.020632813551337652f,-0.04404165773694457f,0.9849708890380046f,-0.1670110179942173f,1.3094547900816542f,0.999017570788814f,0.04259773801373513f,-0.012219900626848124f,-0.2938821683857107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012206099962684808f,-0.16674939842919667f,-0.9859237542767706f,0.020632813551337652f,-0.21601734356649427f,0.9622740978269871f,-0.16542390374348337f,1.3094547900816542f,0.9763132276079107f,0.21499581106328353f,-0.024275148260407466f,-0.2938821683857107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.09826119436979283f,-0.995153943597082f,0.020632813551337652f,-0.13052619222005157f,0.9865998522178309f,-0.0978960915884205f,1.3094547900816542f,0.9914381205704854f,0.1302515615444823f,-0.009218665569776938f,-0.2938821683857107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03937702503402594f,-0.4684326797588305f,-0.8826212519724588f,0.020599794775561307f,0.0472204166590342f,0.8814471022665946f,-0.4699162033345633f,1.3082167264174f,0.9981080513401427f,-0.06018164537285743f,-0.012589178297201416f,-0.09862185212015792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03440325111246921f,-0.4381133808965273f,-0.8982611434278489f,0.009411575504293482f,-0.255155039957336f,0.8651570365930439f,-0.43173974523769854f,1.3487885852244483f,0.9662879083882103f,0.2440491088141011f,-0.08202262242686678f,-0.4840855516399427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.31960369517058834f,-0.9475442532193986f,0.05271592555628179f,-0.13052619222005157f,0.9392915329036327f,-0.31732369807513305f,1.177476424510362f,0.9914381205704854f,0.12483947392091045f,-0.03828261786782309f,-0.30349590895369705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0036559847097058975f,-0.23580358344385874f,-0.9717938587019561f,3.462178555089498e-17f,-0.13052619222005157f,0.963373827638239f,-0.23425153439451085f,1.39375f,0.9914381205704854f,0.12770097202716862f,-0.02725646387519383f,-0.28270833333333345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.00003856230902377078f,-0.7340863456258521f,-0.679056135881733f,-0.8797113115341961f,0.44667751161674607f,0.6075607962628502f,-0.6567717103075643f,2.536070919888884f,0.8946950313536003f,-0.3032937783900845f,0.32792329112316226f,-0.7873922181739813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5384459768811912f,-0.7340863456258521f,-0.4137549602677192f,-0.9078467493570459f,-0.24865416797458695f,0.6075607962628502f,-0.7543480520246058f,2.546418982195834f,0.8051378979586822f,-0.3032937783900845f,-0.5096722959515659f,-0.6985644227211613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30011133677706325f,-0.7340863456258521f,-0.6091390832179185f,-0.8024081679629332f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6592298710390194f,0.9474964848300802f,-0.3032937783900845f,-0.10130792281212543f,-0.7277821320257525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4874688107751871f,-0.029131674048609526f,0.8726542866957968f,0.7506558333818207f,0.10721574114060642f,0.9898826331464075f,0.09293630854948601f,1.914726436826345f,-0.8665327133888799f,0.13886582791407098f,-0.4794135359631019f,-0.7596847924959407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4874688107751871f,-0.029131674048609526f,0.8726542866957968f,0.7963560343919944f,0.10721574114060642f,0.9898826331464075f,0.09293630854948601f,1.9046749610944131f,-0.8665327133888799f,0.13886582791407098f,-0.4794135359631019f,-0.6784473506157332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4874688107751871f,-0.029131674048609526f,0.8726542866957968f,0.642607790882538f,0.10721574114060642f,0.9898826331464075f,0.09293630854948601f,1.8957602526779562f,-0.8665327133888799f,0.13886582791407098f,-0.4794135359631019f,-0.6471540411613717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[5.712476108915465e-8f,7.520617471470496e-9f,-0.000015624893766102328f,0.6876016707798025f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5575092261912227f,0.000015491220633913837f,0.000002039457887132158f,5.7617688400743616e-8f,-0.25640461704502154f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128.mcfunction new file mode 100644 index 000000000..ed483e13f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128_as_bone.mcfunction new file mode 100644 index 000000000..053fd44ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_128_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6035057887751446f,0.06393812645028174f,-0.5464770108113999f,-0.3146962480006293f,-0.19837214131793215f,0.7818647178717049f,-0.1275950662869927f,1.503728124465647f,0.5131994747739648f,0.22703286849676962f,0.5933184812209203f,-0.30342398539203874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5701564483498021f,-0.16837277419703447f,-0.5353244187540244f,-0.3146962480006293f,0.11356869815141142f,0.7819714696746503f,-0.1249910853423602f,1.503728124465647f,0.5495668978435047f,0.01308546995953945f,0.5812099407878404f,-0.30342398539203874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5884910287897822f,0.06129061915600053f,-0.5629087079463794f,-0.31313221429464055f,0.018768586226057437f,0.8135336704655616f,0.06895760751614316f,1.485019466175209f,0.5659244593136641f,0.03675420338885747f,-0.5876419652545517f,-0.1910155148272379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5555752369722025f,-0.16514019745975217f,-0.5514207751311472f,-0.31313221429464055f,-0.28798623153296643f,0.7433040334526128f,0.06755030940356882f,1.485019466175209f,0.49839751856396886f,0.24541358771679966f,-0.5756492720860915f,-0.1910155148272379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08018062259204164f,-0.020887071216799207f,1.5603015888015805f,-0.007116194289840947f,1.464931567448031f,0.5371966969774402f,0.08247097338326145f,1.6445269675690355f,-0.5375433196078315f,1.4671024807464927f,-0.00798376681024976f,0.6032584304458101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.013367725578751925f,-0.9985930168330115f,0.05131559845890643f,-0.004036214567870732f,0.3438058860655615f,-0.052781422965287275f,-0.9375562031667399f,1.5781473805138964f,0.9389455876777555f,0.005109610758559354f,0.3440277245490119f,0.4218918132882513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.004620732547435294f,-0.9985930168330115f,0.05282646650183609f,-0.00798939770412164f,0.009380197198830681f,-0.052781422965287275f,-0.9985620327702581f,1.5709115362117634f,0.9999453288711521f,0.005109610758559354f,0.009123110580273265f,0.06383337807784245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9857824993550726f,-0.02849118747612419f,-0.16559322510739055f,0.26161805665335247f,0.13496569806049097f,0.45276429732811224f,-0.8813562000757837f,1.4816248012490787f,0.10008558493764697f,-0.8911749229535028f,-0.4424817876325624f,-0.6502946276132032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.781903612309395f,-0.02849118747612419f,-0.6227479372055118f,0.009264264580080847f,0.5453336239720262f,0.45276429732811224f,-0.7054188327727844f,1.6609799740844189f,0.30205625241510287f,-0.8911749229535028f,-0.3384808370879549f,-0.5265585628283341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12091500629784786f,-0.5556166301562978f,-0.8225993687973212f,0.2559416676752421f,-0.48842376926333053f,0.688128184458938f,-0.5365834728836203f,1.3831728048520424f,0.8641885111887292f,0.4666580783046682f,-0.1881713450087498f,-0.11524209126799659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013723752877937158f,-0.30793109167293553f,-0.951309676912865f,0.19225890250586133f,-0.16416078635174894f,0.937795889249597f,-0.3059250011537681f,1.5570975028291307f,0.9863381239875709f,0.1603661837410611f,-0.03768013111717479f,-0.08540893263602997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03155692268970691f,-0.5348746797476779f,-0.8443418961505909f,0.2030420674481305f,-0.5628294015760935f,0.6885872022990763f,-0.45724252815265043f,1.4349056718865643f,0.8259704748669002f,0.4896496112474204f,-0.27931350281251677f,-0.4634153195097236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02436980766198172f,-0.04709670059423051f,-0.9985930168330117f,0.18797022973150598f,-0.37120287272279806f,0.9270504563787786f,-0.05278142296528762f,1.6083977485640522f,0.9282319428660384f,0.37196686965512915f,0.005109610758559327f,-0.39363959638214585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,0.24530381203568147f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.280293485073854f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.2556407467305326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,0.264809307134493f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.156671259409258f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.35642464168742516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,-0.3234981926785127f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.251247791736472f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.11149888212602313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,-0.37660571945810883f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,2.1239176052202957f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.19388168798446762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9597252159004953f,0.16376047843850822f,-0.22827618287140433f,0.14545285938690933f,0.10522239255576288f,0.9629248559144f,0.24840283808175925f,2.3705139849232504f,0.2604913781098884f,0.21437870128308617f,-0.9413745345857772f,-0.22584896015594902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9735271887593309f,0.01161021446898193f,-0.22827618287140433f,0.033434119074677984f,-0.046707704412058966f,0.9675300617456198f,0.24840283808175925f,2.374884128190974f,0.22374807953345724f,0.25248917311144503f,-0.9413745345857772f,-0.19753210489833875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.928331402726968f,0.3318234529046943f,-0.1676126570799069f,-0.0007504533354842496f,0.1589301045731181f,0.7618370897934025f,0.6279693228777159f,2.3810292671846502f,0.3360684879178023f,0.5563249452590866f,-0.7599740302872965f,-0.24439009778737844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9854347159246291f,0.028712677290001015f,-0.1676126570799069f,0.028778787477139828f,-0.08426909610157998f,0.7736622318342324f,0.6279693228777159f,2.3896827563241407f,0.14770626287591493f,0.6329473384066915f,-0.7599740302872965f,-0.2437523770469526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9688107270247036f,0.18251512920434598f,-0.1676126570799069f,0.09043025379037715f,0.0377958336667975f,0.7773197569095582f,0.6279693228777159f,2.492495410382817f,0.24490253195771033f,0.6020483561389287f,-0.7599740302872965f,-0.2135149929324369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9688107270247036f,0.09641451931906697f,-0.22827618287140433f,0.06873698694358713f,0.0377958336667975f,0.9679191624254367f,0.24840283808175925f,2.274713598837094f,0.24490253195771033f,0.23202744551908988f,-0.9413745345857772f,-0.265721168174232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9484975771773637f,-0.20042659382351907f,-0.2453192340135059f,-0.2387820270616126f,-0.2050704026753513f,0.9787240149614376f,-0.006740362329485279f,2.362610458078175f,0.241450773523798f,0.043914496764344f,-0.9694189192184637f,-0.15627635522693506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681736250454369f,-0.04958129878699126f,-0.2453192340135059f,-0.12776258620013395f,-0.049439478021075f,0.9987543769759764f,-0.006740362329485279f,2.3783699750808838f,0.24534785464597358f,0.005602613847500191f,-0.9694189192184637f,-0.18448029111620365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274199288858841f,-0.2823309209568249f,-0.2453192340135059f,-0.10592281745946594f,-0.2895914663496585f,0.9571266113389189f,-0.006740362329485279f,2.3751599748208183f,0.2367045798516724f,0.06479121034946983f,-0.9694189192184637f,-0.18998470068349796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9692738193220968f,0.01807585682014312f,-0.2453192340135059f,-0.13459972779735882f,0.02035053753691976f,0.9997701851613828f,-0.006740362329485279f,2.3837096398007747f,0.2451410181889477f,-0.011525635019035259f,-0.9694189192184637f,-0.1827872242366484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.960168137180356f,-0.13377451837563115f,-0.2453192340135059f,-0.20340568595228903f,-0.1362985254288341f,0.9906448806114089f,-0.006740362329485279f,2.485248827469392f,0.24392593201529594f,0.026964768713549393f,-0.9694189192184637f,-0.19831713155219002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.960168137180356f,-0.13377451837563115f,-0.2453192340135059f,-0.17330641931777208f,-0.1362985254288341f,0.9906448806114089f,-0.006740362329485279f,2.262353729331825f,0.24392593201529594f,0.026964768713549393f,-0.9694189192184637f,-0.20438420451273862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681736250454368f,-0.04958129878699126f,-0.2453192340135059f,-0.019208074495837394f,-0.04943947802107501f,0.9987543769759764f,-0.006740362329485279f,1.7568826822070678f,0.2453478546459736f,0.0056026138475001935f,-0.9694189192184637f,-0.20762968471475218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013723752877937158f,-0.05122153198889981f,-0.9985930168330117f,3.298892315203182e-17f,-0.16416078635174894f,0.9850204858855144f,-0.05278142296528762f,1.3875f,0.9863381239875709f,0.16465417409399394f,0.005109610758559327f,-0.2693749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.021527548034772023f,-0.5547444599277179f,-0.8317422370272629f,0.3215292344135596f,-0.19759537585230724f,0.8131638084911734f,-0.5474675223261338f,0.8409435990664946f,0.980047260144834f,0.17613405332199425f,-0.0921095171139707f,-0.4922476509125509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.021527548034772023f,-0.6970281963065217f,-0.7167204882164929f,0.05578723457169819f,-0.19759537585230724f,0.699779273731355f,-0.6864874620106349f,1.1077344471765738f,0.980047260144834f,0.1563990460638897f,-0.12266501649985329f,-0.43262051460069295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06516385716251791f,-0.06297666952377101f,-0.9958853401950429f,0.3218467340225847f,0.18107459024449335f,0.9806916344900999f,-0.07386413750207112f,1.2368437247854267f,0.9813081394177323f,-0.18514280201193287f,-0.05250217496140933f,-0.17753827345701784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06516385716251791f,-0.9977564505939378f,-0.015353729771290375f,0.010172149795358533f,0.18107459024449335f,0.003307739812893812f,-0.9834638029053835f,1.1260021838843195f,0.9813081394177323f,-0.06686646510409411f,0.18045279537039924f,-0.17778216370659417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08717237901249779f,-0.7768129997747042f,-0.6236686137030842f,0.015664801279320177f,-0.038705189306461496f,0.6282201851910753f,-0.7770722664200814f,1.2785415932454212f,0.9954410503179243f,-0.04360002637059571f,-0.08483014229877812f,-0.2838131733049284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09887784786758023f,-0.7298756836313075f,-0.6763909059447852f,0.02082453546551153f,-0.22011385579605924f,0.6468422768990458f,-0.7301677610677219f,1.2413413977006649f,0.9704499274499778f,0.22108042712956216f,-0.0966973787263287f,-0.2887414812863498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.7126930760625406f,-0.7014511608944808f,0.015664801279320177f,-0.13052619222005157f,0.6949128883793851f,-0.7071484926864755f,1.2785415932454212f,0.9914272867599696f,0.09573221451911523f,-0.0889228776582887f,-0.2838131733049284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.001647737407510222f,-0.15584943096072817f,-0.9877794489817316f,0.0196166083590916f,-0.04394820393431714f,0.986837690196475f,-0.15562753155734832f,1.3029720080418186f,0.9990324520917143f,0.04315469936059105f,-0.008475351952187085f,-0.2806203213383889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013409285090507986f,-0.15482293547031467f,-0.9878512285388507f,0.0196166083590916f,-0.2161107973691217f,0.9641408989854576f,-0.15404041730661439f,1.3029720080418186f,0.9762767611358184f,0.2155508885527227f,-0.020530467853603115f,-0.2806203213383889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.08637997923793025f,-0.9962447746284826f,0.0196166083590916f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638334f,1.3029720080418186f,0.9914272867599696f,0.1305461363675164f,-0.0054443867679185645f,-0.2806203213383889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.035050960616641404f,-0.45845807531525357f,-0.8880245623506616f,0.020308490727305444f,0.047705229885943556f,0.8867901077894742f,-0.459703726076113f,1.3017410032365677f,0.998246282838749f,-0.05847647308931982f,-0.009211997267374681f,-0.08536118345757676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.035115376637647036f,-0.4271772241018415f,-0.903485766092771f,0.008129894311786762f,-0.2555022874233583f,0.8701616487918221f,-0.4213517367868908f,1.3424262057864624f,0.9661705291743419f,0.2456386048253466f,-0.07858870386022027f,-0.47078291572993053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.3082723784034527f,-0.9512798181929331f,0.050138529673768965f,-0.13052619222005157f,0.9429200959569076f,-0.3063733111502212f,1.1706319989443532f,0.9914272867599696f,0.12597552680618004f,-0.034671338504163485f,-0.2903452055970024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0059032374422025745f,-0.22418980981818956f,-0.9745276193938195f,3.298892315203182e-17f,-0.13052619222005157f,0.9660341938077882f,-0.22302656688984562f,1.3875f,0.9914272867599696f,0.12851795815301698f,-0.02355991298677171f,-0.2693749999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.00754466693199618f,-0.7347719264602706f,-0.6782722860966296f,-0.8805998612541854f,0.4373268642957813f,0.6075607962628502f,-0.6630347597295868f,2.5292233705709912f,0.8992709779405229f,-0.3016290684438658f,0.31675165872269884f,-0.772143751469518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5306868901433571f,-0.7347719264602706f,-0.4224708755829628f,-0.90853388358332f,-0.23794083880479538f,0.6075607962628502f,-0.7577955107239168f,2.5395714328779415f,0.8134836088446052f,-0.3016290684438658f,-0.497256798053926f,-0.6832524104794818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29796290484410165f,-0.7347719264602706f,-0.6093671499373162f,-0.8031617999281553f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.652382321721127f,0.9481743038937194f,-0.3016290684438658f,-0.09992694584218127f,-0.7127090390981727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.10122244957245739f,-0.034742932910557585f,0.9942569810241834f,0.7937824265906278f,0.11558221090128236f,0.9922117781677658f,0.04643855928355092f,1.892802082868149f,-0.9881268988473707f,0.11961904479610631f,-0.09641844168178773f,-0.6947274141418182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.10122244957245739f,-0.034742932910557585f,0.9942569810241834f,0.8032720312380457f,0.11558221090128236f,0.9922117781677658f,0.04643855928355092f,1.8819662505961539f,-0.9881268988473707f,0.11961904479610631f,-0.09641844168178773f,-0.6020905173748771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10122244957245739f,-0.034742932910557585f,0.9942569810241834f,0.6493886817607092f,0.11558221090128236f,0.9922117781677658f,0.04643855928355092f,1.8804183828396188f,-0.9881268988473707f,0.11961904479610631f,-0.09641844168178773f,-0.6339461995060794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.223808503441524e-8f,1.2143374267459365e-8f,-0.000015624723027117332f,0.6876595262216734f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5512592261912226f,0.000015491051355624527f,0.0000020394356012225835f,9.303400383416597e-8f,-0.24462991672401085f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129.mcfunction new file mode 100644 index 000000000..2516f614f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129_as_bone.mcfunction new file mode 100644 index 000000000..4bc55f260 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_129_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.550586356002387f,0.05492431763885193f,-0.6006516697390955f,-0.32154205534739355f,-0.2133970524906912f,0.7784105646441379f,-0.12443124721356691f,1.4961451329723412f,0.5641460865917108f,0.240841766782145f,0.5391464372514736f,-0.2819072136539929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5188840080831916f,-0.15669239865276424f,-0.5883934723974813f,-0.32154205534739355f,0.09867590945914771f,0.7844778172104528f,-0.12189183400512678f,1.4961451329723412f,0.6008514384171285f,0.006484327965679798f,0.5281434487361374f,-0.2819072136539929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.530931446526467f,0.05145862679486473f,-0.6183916665529576f,-0.3198987592213657f,0.009195341240775652f,0.8144168358443373f,0.05987576836423617f,1.4790723562477084f,0.6204608684141355f,0.03196359907971571f,-0.5300481898328606f,-0.18286529120648842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49979663073214686f,-0.15246082897018592f,-0.6057714284600402f,-0.3198987592213657f,-0.296981331477568f,0.7405145635758134f,0.05865381390782319f,1.4790723562477084f,0.5495501948526675f,0.2615222299573143f,-0.5192308798362717f,-0.18286529120648842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08213866943094096f,-0.014690440624302997f,1.56027038680428f,-0.004309029733536416f,1.4824784021594926f,0.48665909264234486f,0.08262544813291976f,1.623684062455784f,-0.4867414879735968f,1.4847064923757802f,-0.011644972411120403f,0.6182427952935712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00940188199955435f,-0.9985730475547392f,0.05256874843580199f,-0.0019950905779630634f,0.3114618192911005f,-0.05288028680506858f,-0.9487861773820754f,1.563552011431825f,0.9502121551204994f,0.007452782343116567f,0.3115145523031017f,0.43469888284450275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008040819623488356f,-0.9985730475547392f,0.05279407085102173f,-0.007115767533738682f,-0.010916136292924455f,-0.05288028680506858f,-0.9985411925583478f,1.5627343113316687f,0.9999080873701425f,0.007452782343116567f,-0.011325760333386307f,0.07824003475501717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9839264721084175f,-0.030879474587885994f,-0.17588392630783278f,0.2585789191469439f,0.14249060451967732f,0.4578994843141548f,-0.8775103930372835f,1.4754784408380486f,0.10763421903790604f,-0.8884675122445429f,-0.4461393891802123f,-0.6381222517257717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.775291263361428f,-0.030879474587885994f,-0.6308485674110839f,0.0085671089692539f,0.5500505712057351f,0.4578994843141548f,-0.6984070671041893f,1.6562107840495055f,0.31043167697850244f,-0.8884675122445429f,-0.3380201970508679f,-0.511665765083248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11265151596153275f,-0.5581546600620211f,-0.8220541414059164f,0.2563497785412523f,-0.46622518443551975f,0.7009031051757231f,-0.5397859895857751f,1.3760510745740564f,0.8774643658574597f,0.44407005371458985f,-0.18126796199076972f,-0.10261553577402156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016348589305444392f,-0.30755631555518864f,-0.9513894241528225f,0.19273678547369927f,-0.16985119757401154f,0.9368328071908264f,-0.30576929547230497f,1.5497961678256345f,0.9853341028861204f,0.1665935296854979f,-0.03692291370586999f,-0.0716100171686524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03054695256320793f,-0.5351155579932727f,-0.8442264052270868f,0.2026329388128268f,-0.531995507123517f,0.7063440270465884f,-0.46696776747009006f,1.4282761639205337f,0.8461959962617956f,0.4633890968173036f,-0.2631024151568174f,-0.4465009681587512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.025828540202916923f,-0.04674136506592962f,-0.9985730475547393f,0.18762785131574788f,-0.3560887755275044f,0.932954693010725f,-0.052880286805068816f,1.602874667067513f,0.9340951078205627f,0.356946474392222f,0.007452782343116571f,-0.37952692432056506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,0.24624939671444418f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.273792173718104f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.2340921908005129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,0.2652265732581857f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.151462393663376f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.3365402468200857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.32216673213535f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.2438748237681825f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.08861261616754862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.3757533167213694f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,2.117725807549635f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.17248881159567916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9581088082353615f,0.17521312908510328f,-0.22655655139064557f,0.1475176035974205f,0.10273607594703117f,0.9486472236696148f,0.2991884752508648f,2.361384451677469f,0.26734399241580337f,0.2633795823903943f,-0.9269079702424834f,-0.19909701829535353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9737222710320224f,0.023174725849915395f,-0.22655655139064557f,0.035592932738837145f,-0.04692989657527718f,0.9530392652375327f,0.2991884752508648f,2.3655829724353734f,0.22285090016348316f,0.3019587571130946f,-0.9269079702424834f,-0.1703849807214851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9255544039038202f,0.34415600191044793f,-0.15781537239210902f,0.0009702855328506121f,0.15023794768285906f,0.7164453071981579f,0.681274306626765f,2.3755797630409514f,0.3475307245270363f,0.6068465771039273f,-0.7148144006432442f,-0.21872022154451584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9866046003248701f,0.04129976821416423f,-0.15781537239210902f,0.030634333751330692f,-0.07850899632581715f,0.7278060570139088f,0.681274306626765f,2.3836975896045773f,0.14299545487083343f,0.6845382914923919f,-0.7148144006432442f,-0.21753246728770503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679971533715316f,0.1951302623924635f,-0.15781537239210902f,0.09393233792968654f,0.03631153087917448f,0.7311270695682325f,0.681274306626765f,2.4831955951437292f,0.24832032496318632f,0.653741071712048f,-0.7148144006432442f,-0.1803955033297055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679971533715316f,0.10795202678314787f,-0.22655655139064557f,0.0696431319034783f,0.03631153087917448f,0.9535028730959719f,0.2991884752508648f,2.268657448697136f,0.24832032496318632f,0.2813869771527054f,-0.9269079702424834f,-0.2437075731890641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9481347123140499f,-0.1985190053188124f,-0.24825545680283329f,-0.23738438995041797f,-0.20652453917937863f,0.9784207751403312f,0.006356216684353381f,2.3556624459771074f,0.24163646666407648f,0.05729739349239642f,-0.9686737462515841f,-0.13218986072681482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.12642218896655474f,-0.05092314885093027f,0.9986823476063685f,0.006356216684353381f,2.371592133754581f,0.24762480788589666f,0.018791696102125277f,-0.9686737462515841f,-0.1605231560722023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9272247021259116f,-0.28039896564561617f,-0.24825545680283329f,-0.10460498457655755f,-0.291013640333433f,0.9566977890898174f,0.006356216684353381f,2.3684155846261f,0.23572317006904117f,0.07813936533862914f,-0.9686737462515841f,-0.16613539744614855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684911406163333f,0.019852927121470937f,-0.24825545680283329f,-0.13324450133170546f,0.01886545633980713f,0.9998018268969868f,0.006356216684353381f,2.3769213433935317f,0.24833244875522145f,0.001472487065201221f,-0.9686737462515841f,-0.15873973839357872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596730895901685f,-0.13189688883395728f,-0.24825545680283329f,-0.20191287185003187f,-0.1377702726700415f,0.9904438149021295f,0.006356216684353381f,2.478776519837383f,0.24504471650064832f,0.04030211207913001f,-0.9686737462515841f,-0.1727333959997857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596730895901685f,-0.13189688883395728f,-0.24825545680283329f,-0.17223607186239154f,-0.1377702726700415f,0.9904438149021295f,0.006356216684353381f,2.255926661484404f,0.24504471650064832f,0.04030211207913001f,-0.9686737462515841f,-0.18180137121758994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675168150634794f,-0.047753960433013554f,-0.24825545680283329f,-0.019064582232448623f,-0.050923148850930286f,0.9986823476063684f,0.006356216684353381f,1.7502687201711198f,0.24762480788589666f,0.018791696102125274f,-0.9686737462515841f,-0.19211416188530422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016348589305444392f,-0.05083888595319641f,-0.9985730475547393f,3.1356060753168684e-17f,-0.16985119757401154f,0.9840499204563189f,-0.052880286805068816f,1.38125f,0.9853341028861204f,0.17047334608363302f,0.007452782343116571f,-0.2560416666666666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02251090136616826f,-0.5339638813802828f,-0.8452075678204649f,0.3108999156075695f,-0.1977718304752606f,0.8263361222318625f,-0.5273091277090445f,0.8277204916055929f,0.9799895725925594f,0.17902845158273478f,-0.08700144328539006f,-0.48051156406871076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02251090136616826f,-0.6790494521007627f,-0.7337473004525036f,0.05201231199415376f,-0.1977718304752606f,0.716404591496983f,-0.6690670850912529f,1.1008497421138177f,0.9799895725925594f,0.1601758498766115f,-0.11816994002773198f,-0.41944452130325266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05908895326971284f,-0.047841057538700375f,-0.9971056758513954f,0.3208708921748928f,0.1785200529536739f,0.9822425770514455f,-0.0577071097937881f,1.2254898465292448f,0.9821604178009349f,-0.18141321076733535f,-0.049499097609746634f,-0.16483832172138566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05908895326971284f,-0.997785497933092f,-0.030538430147948048f,0.007460025450096972f,0.1785200529536739f,0.019536646347776576f,-0.9837422986447717f,1.11965773083018f,0.9821604178009349f,-0.06358002488119457f,0.17697031994433288f,-0.16445749305643886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0842970712774969f,-0.7696555105532034f,-0.6328699699378415f,0.014358714289234305f,-0.03763737794002184f,0.6371367538678231f,-0.7698312702485999f,1.2721172755323915f,0.9957295976096303f,-0.041074955214351394f,-0.08267657768862025f,-0.27052120478903485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09956390240417969f,-0.7216251989095533f,-0.6850869299853842f,0.019072546178949087f,-0.2211816671624989f,0.655232018903325f,-0.7223224152101957f,1.2348597394217464f,0.9701369488114904f,0.22344590777774465f,-0.09437280777910058f,-0.2754630077878884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.7043068159519621f,-0.709853949787852f,0.014358714289234305f,-0.13052619222005157f,0.7030937090122238f,-0.6990151282282584f,1.2721172755323915f,0.9914149656780148f,0.09803644909442309f,-0.08651716869279275f,-0.27052120478903485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011728876618356554f,-0.1443109851563601f,-0.989531689183188f,0.018602683277249447f,-0.04386640416131676f,0.9885724257196268f,-0.14422308307885018f,1.2965006697390105f,0.9990367175036604f,0.043576354482835256f,-0.00517091959882918f,-0.2673439317139934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014167084148587788f,-0.1429721807480565f,-0.9896253075072766f,0.018602683277249447f,-0.21619259714212208f,0.9658756345086094f,-0.14263596882811624f,1.2965006697390105f,0.976247947330836f,0.21597040120057256f,-0.017225885683841143f,-0.2673439317139934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.07454584217344232f,-0.9971878651690751f,0.018602683277249447f,-0.13052619222005157f,0.9886106614898627f,-0.07491243643821949f,1.2965006697390105f,0.9914149656780148f,0.13073590709223057f,-0.0021185906712293465f,-0.2673439317139934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03117329564667162f,-0.4483903983369887f,-0.8932940592647651f,0.019930662433572787f,0.0481662093365014f,0.8920161738651053f,-0.4494298185937493f,1.2952734666644348f,0.9983527642655563f,-0.05703679726505271f,-0.0062098181187331125f,-0.07208805998672851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03538355742911281f,-0.41629070475928864f,-0.9085428184706956f,0.006938541851925866f,-0.25583246394744996f,0.8750462031580662f,-0.41090618482718033f,1.3360733524053672f,0.9660733689809679f,0.24697407043992892f,-0.07553842913441866f,-0.4574711028821299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.2969536987166982f,-0.9548608389939748f,0.04756343116783933f,-0.13052619222005157f,0.9464210027230066f,-0.2953814461832581f,1.1638167957782535f,0.9914149656780148f,0.12690857505799708f,-0.031473471470577975f,-0.2771573783503023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.007699284005329395f,-0.21260209459713642f,-0.9771085253945517f,3.1356060753168684e-17f,-0.13052619222005157f,0.9685637744113118f,-0.21177140515812695f,1.38125f,0.9914149656780148f,0.12916874339802048f,-0.020292894289304933f,-0.2560416666666666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.016673494795197363f,-0.7353171478919858f,-0.6775180341417564f,-0.8816409808728563f,0.42674583280362777f,0.6075607962628502f,-0.6698939266997348f,2.5226437823301873f,0.9042178878766183f,-0.3002974706194629f,0.30366336687769907f,-0.7572566795603238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5224244619850327f,-0.7353171478919858f,-0.43171909100205985f,-0.9094139230145308f,-0.22588057272949313f,0.6075607962628502f,-0.7614774098473622f,2.5329918446371376f,0.8222229918842243f,-0.3002974706194629f,-0.4834984806144766f,-0.6683148795375748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.296244716177863f,-0.7353171478919858f,-0.6095471763142645f,-0.8040953754965539f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.645802733480323f,0.9487125335759888f,-0.3002974706194629f,-0.09882286059096246f,-0.697962350460305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.29398388146215354f,-0.03593147710735935f,0.9551347582374594f,0.8149981657398655f,0.10506152848360882f,0.9944527822121682f,0.005073379856252388f,1.8692219848183165f,-0.95001871174895f,0.09885642570597662f,0.2961281047511438f,-0.6202578925370984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.29398388146215354f,-0.03593147710735935f,0.9551347582374594f,0.7874371768527886f,0.10506152848360882f,0.9944527822121682f,0.005073379856252388f,1.8593724665229783f,-0.95001871174895f,0.09885642570597662f,0.2961281047511438f,-0.5311936383106344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29398388146215354f,-0.03593147710735935f,0.9551347582374594f,0.6579474575607082f,0.10506152848360882f,0.9944527822121682f,0.005073379856252388f,1.8635362186922095f,-0.95001871174895f,0.09885642570597662f,0.2961281047511438f,-0.6201449811365379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2030131258327182e-7f,1.5837968264629745e-8f,-0.000015624528848991f,0.6877032256824269f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5450092261912227f,0.000015490858838718983f,0.00000203941025589114f,1.213393878672935e-7f,-0.2325423786830528f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..3b03c0113 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3006920563191494f,-0.06964720152837044f,-0.7560939088699712f,-0.10752727487761216f,-0.11859861024947738f,0.8075504979686179f,-0.027221449667024212f,1.1037024933996462f,0.749975400501842f,0.09977928138821375f,-0.30744989525481664f,-0.30048224661523704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.298242677444075f,0.04968905555106489f,-0.7406634209338494f,-0.10752727487761216f,0.19539464598562548f,0.7753127508112683f,-0.02666590987790127f,1.1037024933996462f,0.7161509880403305f,-0.1908432241079243f,-0.3011754075965551f,-0.30048224661523704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.793315253669158f,0.12325580431485753f,0.14967751816148323f,-0.1908905900520543f,0.12006272195419046f,0.807292335572306f,-0.02843364499332931f,1.1038140586555418f,-0.15225076530919093f,-0.005615698830375088f,-0.8023294914396807f,-0.25493565227700915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7641753599491242f,-0.18584335283459472f,0.14662287493369786f,-0.1908905900520543f,-0.19397281025414181f,0.7756279642040933f,-0.027853366524077692f,1.1038140586555418f,-0.13568554871001248f,-0.06215713435970356f,-0.7859554201858097f,-0.25493565227700915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3076016259609487f,1.140265965839741f,1.0230254233662732f,-0.533883757079883f,1.5315565128113626f,-0.25172120733501324f,-0.17993702187960647f,0.8269505983048626f,0.03349832490258909f,1.0381889090745313f,-1.1672394361498224f,0.35587686491529197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.44051314674907804f,-0.5928872285708606f,-0.6741163858999343f,-0.4459940648848456f,-0.8017622535840588f,0.5976406906219566f,-0.001701070463596785f,1.0396590134629577f,0.4038879253815797f,0.5397317288343115f,-0.7386231817513506f,0.2573706629453793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5113019111918802f,-0.5928872285708606f,-0.6221375167992159f,-0.26309740896257133f,-0.79717955218453f,0.5976406906219566f,0.0856175594827549f,1.3351536799449055f,0.32105313764298105f,0.5397317288343115f,-0.7782124026890873f,0.13571322043181455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2603301643783556f,0.9649551314154964f,0.03301211701239866f,0.4662621338844771f,0.3611361384848985f,-0.06560582631648497f,-0.9302024322874819f,1.163333996135519f,-0.8954378230759266f,0.2540816205636157f,-0.3655593455197287f,0.05142677050145586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5583853863354484f,0.8191495170246158f,0.13114811887842887f,0.26120511799808616f,0.5161730443378081f,0.46682382445554416f,-0.7180814057053271f,1.3328253520881566f,-0.6494391030928545f,-0.3332710393644154f,-0.6834905015396417f,-0.14953226602344233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8901530678553896f,-0.23929475497524388f,-0.38776995245760876f,-0.018314079193682196f,0.0673111466219767f,0.7726120206385438f,-0.6313001466063992f,1.0121701343280276f,0.450662540409199f,-0.5880550023647145f,-0.6716357560953428f,0.3074647402485364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8836424414337399f,-0.0972281945844863f,-0.45795492559296785f,-0.039406583963229415f,0.048673594409315145f,0.9538159933808172f,-0.29642188174667927f,1.1891579963260142f,0.4656252966756606f,-0.2842212675870792f,-0.838099847361218f,0.24893512852995142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8775597763678087f,-0.2568880516556008f,-0.4048423987403876f,0.2415843411919194f,0.0011744396298222605f,0.843204606133599f,-0.5375914925727882f,1.0017472021465408f,0.47946580648971987f,-0.4722441329563254f,-0.7396607460826152f,0.1119210536855305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8775597763678087f,-0.02005037929224565f,-0.47904782766600523f,0.23483084615171082f,0.0011744396298222605f,0.9990323557861427f,-0.043965586359628495f,1.1887909839416948f,0.47946580648971987f,-0.039145042887026305f,-0.8766870627678587f,0.09910206400191397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,0.3017100436396802f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.8685368392378048f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,0.04647420493093772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,0.3413923636776668f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.7458584954684182f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,-0.04941974663224985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,-0.28478010049573493f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.8828804041092813f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,0.01517208074107081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,-0.3199688626878012f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.7620331537277427f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,-0.08471788667614233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9825579082972005f,0.17703544431421084f,0.05690701449821498f,0.20671623631820482f,0.18033069715874434f,0.9818241941000045f,0.05917847194814822f,1.9774162680291119f,-0.04539599657317071f,0.06840835721128304f,-0.9966240515654748f,0.025886320579757375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9981554350091447f,0.021149923465705017f,0.05690701449821498f,0.0919568264658991f,0.024519384467494493f,0.997946245167152f,0.05917847194814822f,1.990297219904082f,-0.05553852128964563f,0.060464638377959457f,-0.9966240515654748f,0.02009844064447727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9635940315430791f,0.2607048575018883f,0.05932553960543098f,0.06965408947609186f,0.2649683432547556f,0.9608069180541994f,0.08149750482082893f,1.9860296369044224f,-0.03575359348912281f,0.0942498991729496f,-0.9949063458730694f,0.015810433381522992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969946142463457f,-0.04982187786811024f,0.05932553960543098f,0.09890298841188142f,-0.04490579652739876f,0.9956614013540039f,0.08149750482082893f,1.995276782038731f,-0.06312850863136495f,0.07858851277048251f,-0.9949063458730694f,0.018312001471541158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9925138149388602f,0.106755831250731f,0.05932553960543098f,0.16050821847870086f,0.11140282702677082f,0.9904279715549346f,0.08149750482082893f,2.1007555640190936f,-0.05005733998080089f,0.08749643224465282f,-0.9949063458730694f,-0.0007842471549133166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9925138149388602f,0.10806441993741539f,0.05690701449821498f,0.13619372399278243f,0.11140282702677082f,0.9920117532511021f,0.05917847194814822f,1.877552919537596f,-0.05005733998080089f,0.06507505324826358f,-0.9966240515654748f,-0.015426134135772599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9895238658830837f,-0.13385740362248655f,0.05408062816983411f,-0.18284309794370285f,-0.13218659120545662f,0.9906623414567309f,0.03338907493401026f,1.9878870319314164f,-0.05804501661020198f,0.025890552618941715f,-0.9979781837955213f,0.002289926689946535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9982810964007066f,0.022586239743694045f,0.05408062816983411f,-0.06762846772560138f,0.024414578504640932f,0.9991441828042096f,0.03338907493401026f,1.995143596771941f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,0.008776210327084807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9740919873929846f,-0.21959072328662216f,0.05408062816983411f,-0.045427945013498686f,-0.2180254934994924f,0.9753717516205571f,0.03338907493401026f,1.9902822728387801f,-0.06008064814138171f,0.020733074714192785f,-0.9979781837955213f,0.009816616942926324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9942737973836474f,0.09216778988919133f,0.05408062816983411f,-0.0742594458136363f,0.09405188077285342f,0.9950072428872767f,0.03338907493401026f,2.0009855375754433f,-0.05073321948576631f,0.038284267118515874f,-0.9979781837955213f,0.00861232852707277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964508559403369f,-0.06450563814525306f,0.05408062816983411f,-0.1278903186900761f,-0.06275947970183485f,0.9974700082622063f,0.03338907493401026f,2.1080873160227522f,-0.05609758821308776f,0.02987650021116347f,-0.9979781837955213f,-0.022023974435012705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964508559403369f,-0.06450563814525306f,0.05408062816983411f,-0.1133765501073942f,-0.06275947970183485f,0.9974700082622063f,0.03338907493401026f,1.883656564163756f,-0.05609758821308776f,0.02987650021116347f,-0.9979781837955213f,-0.028746186982524475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9982810964007065f,0.02258623974369404f,0.05408062816983411f,-0.0018568805562564107f,0.024414578504640926f,0.9991441828042095f,0.03338907493401026f,1.3674999395718306f,-0.0532802113870075f,0.0346520380749619f,-0.9979781837955213f,-0.008658511828956477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8775597763678087f,-0.02005037929224565f,-0.47904782766600523f,0.0056620116783357086f,0.0011744396298222605f,0.9990323557861427f,-0.043965586359628495f,0.992862806152027f,0.47946580648971987f,-0.039145042887026305f,-0.8766870627678587f,0.006020879253678386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8484072056662194f,-0.4183671150619943f,-0.32430567433879615f,0.2810595403705256f,-0.11529994961029466f,0.7440000611451917f,-0.658156387673792f,0.8249964374541605f,0.5166344307085047f,-0.5209921938480988f,-0.6794527201769407f,0.25323033295091657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8484072056662194f,-0.48486036213518713f,0.21240443169522732f,0.1502409060814956f,-0.11529994961029466f,-0.22235763227613148f,-0.9681234451186567f,0.7000842821946044f,0.5166344307085047f,-0.8458531270845359f,0.13274544213573303f,0.010525182615873305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8949791810514303f,-0.18864122137280234f,-0.404260751351759f,0.07414891698445446f,0.16200836855558193f,0.7068881947081537f,-0.6885218723469909f,0.75370018051348f,0.4156507596558318f,-0.6817063662466596f,-0.6020887610778874f,0.42339921867238306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8949791810514303f,-0.4240321088618498f,-0.13859666712689633f,-0.0786734671805867f,0.16200836855558193f,-0.019467901755907235f,-0.9865973288627843f,0.7059572006358227f,0.4156507596558318f,-0.905437889341613f,0.08612011694218263f,0.11295087484344155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.917746594134608f,-0.24929443669868975f,-0.3091819412342998f,0.015441850471754774f,0.08523631090529907f,0.6367033310761224f,-0.7663834807065094f,0.8871259210762061f,0.38791231001037113f,-0.7296993572887758f,-0.5630833754558603f,0.024134886364666985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.822286171919666f,-0.514612080551811f,-0.24294002967777412f,0.01923835682613727f,-0.08328206412742706f,0.5311296278981265f,-0.8431876518091763f,0.8500873724971542f,0.5629471993574322f,-0.6731089992853566f,-0.4795985048107318f,0.031158455936807827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.3656753506376982f,-0.31021550347655463f,0.015441850471754774f,0.0009855549481410856f,0.6455347090361154f,-0.7637302980182873f,0.8871259210762061f,0.4795322192957007f,-0.6704971866948095f,-0.5661116261760448f,0.024134886364666985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8861126228626123f,-0.06113143651127187f,-0.45942068637971695f,0.015515634889664023f,0.08446749832909532f,0.9533606135396425f,-0.2897736742310116f,0.9120774166339619f,0.45570786840866184f,-0.29557822656850835f,-0.8396212542861509f,0.024218627363421306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8622563319648454f,-0.21409331241331883f,-0.45899680997412545f,0.015515634889664023f,-0.08250388910106286f,0.9535324064270815f,-0.289774150290495f,0.9120774166339619f,0.4997070404444287f,-0.21199057401986515f,-0.8398528860800551f,0.024218627363421306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.13686012043313042f,-0.4595883245865204f,0.015515634889664023f,0.0009855549481410856f,0.9578909098026396f,-0.287130690799356f,0.9120774166339619f,0.4795322192957007f,-0.25241694149264265f,-0.8404371114514397f,0.024218627363421306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8932868990729256f,-0.12080472606923828f,-0.4329488816292442f,-0.15435540281464333f,0.12407701646898808f,0.8595098036959776f,-0.4958304058190223f,0.9250257749508483f,0.43202246461131105f,-0.49663781119628636f,-0.7527997572803344f,0.11737477400025648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8468712774040007f,-0.3813070833608273f,-0.37069387327952313f,0.17959026611396356f,-0.12021000960647808f,0.8162744094264832f,-0.5650182670550187f,0.9244166465008481f,0.5180333899455966f,-0.4339366275094844f,-0.7371162799770254f,-0.07959667058699743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.21547847198290038f,-0.42839368432918135f,0.03276462788710799f,0.0009855549481410856f,0.8925432716012764f,-0.450960682322455f,0.7858738508542009f,0.4795322192957007f,-0.3961509010859427f,-0.7830155261718224f,0.07233485422658743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8775237201003653f,-0.17732154159616045f,-0.44554370329651943f,5.316554613409518e-19f,0.0009855549481410856f,0.9284506882044568f,-0.37145436900663154f,0.9933168518518518f,0.4795322192957007f,-0.3263991275396301f,-0.8145627417201872f,-0.004341296296296295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8568838021891182f,-0.14057105798848182f,-0.49597371624101183f,0.21167585012204085f,-0.0004282354625171278f,0.9619093080754794f,-0.27336843206950806f,1.09021651034026f,0.5155094239296791f,0.23445737500396846f,0.8241843077527863f,0.487531730037003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.838712661206842f,-0.14057105798848182f,-0.5261186649296306f,0.2911694941681422f,-0.010144986224761416f,0.9619093080754794f,-0.2731804573761674f,1.0897208122544395f,0.5444797068632012f,0.23445737500396846f,0.8053394241687238f,0.5372265722208702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.847932203158414f,-0.14057105798848182f,-0.5111269475413304f,0.3280917142762911f,-0.005287446248749813f,0.9619093080754794f,-0.273317628318993f,1.1309663055451986f,0.5300783166279165f,0.23445737500396846f,0.8148906169217827f,0.3901455585906692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2817224064227843f,-0.41497383539783983f,-0.8651180275861567f,0.19537353556032416f,-0.25133458434952555f,0.8382395209889113f,-0.4839270938500258f,1.7654770089030012f,0.9259932032305672f,0.35376718528926193f,0.13185357857603366f,-0.859492405867621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2817224064227843f,-0.41497383539783983f,-0.8651180275861567f,0.16896205995818814f,-0.25133458434952555f,0.8382395209889113f,-0.4839270938500258f,1.789039626185769f,0.9259932032305672f,0.35376718528926193f,0.13185357857603366f,-0.9463042686704867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2817224064227843f,-0.41497383539783983f,-0.8651180275861567f,0.31193550189717967f,-0.25133458434952555f,0.8382395209889113f,-0.4839270938500258f,1.849847381621889f,0.9259932032305672f,0.35376718528926193f,0.13185357857603366f,-0.9226763740554589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001371130812656821f,1.3513254132465214e-8f,-0.00000749269456539284f,0.32348870418327624f,1.5399296064704466e-8f,0.000015624992411571942f,0f,1.159446384415737f,0.000007492690926495325f,-7.384462203832736e-9f,-0.000013711314785597062f,0.6023390676421039f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13.mcfunction new file mode 100644 index 000000000..f7983fff4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130.mcfunction new file mode 100644 index 000000000..21946c1cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130_as_bone.mcfunction new file mode 100644 index 000000000..cd9d549cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_130_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.49704710083048065f,0.045742927847563536f,-0.6463715715843256f,-0.3283933377989948f,-0.2275090454898352f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.606735740022592f,0.253162958285615f,0.48448395512726516f,-0.2616802420102829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4669877914643159f,-0.14493133302604475f,-0.6331803150213802f,-0.3283933377989948f,0.08465845497815563f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.644015022048393f,0.0016695771621257904f,0.47459652747160674f,-0.2616802420102829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4733743821650882f,0.04156878884013396f,-0.6641785712808188f,-0.326757920811918f,0.0005974309949706256f,0.815098083679326f,0.050588551105372845f,1.4730032714418146f,0.6654778597597906f,0.028837375419740068f,-0.47249557499819367f,-0.17379005239230944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.44399861847193767f,-0.13983475607505924f,-0.6506239065608022f,-0.326757920811918f,-0.3050180356978976f,0.7379079805168244f,0.04955613169505912f,1.4730032714418146f,0.591463629223308f,0.2755685999583599f,-0.4628528081614959f,-0.17379005239230944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08344979163365975f,-0.009372611006181295f,1.5602418198597372f,-0.0020690306633135247f,1.4982939820549486f,0.43551507762415176f,0.08275270690408554f,1.6028111205009985f,-0.4353820455809164f,1.5005482402525265f,-0.014272458121183502f,0.6328833472118185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00599847104395646f,-0.9985547647102319f,0.053407866645542014f,-0.0004124928214965986f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9603508737616171f,0.009134373197556953f,0.2786445091717863f,0.4473803213718959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010799053452620817f,-0.9985547647102319f,0.0526475290875139f,-0.006455119790259239f,-0.031231264323489882f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9994538451440783f,0.009134373197556953f,-0.031758064377477496f,0.09263323898110232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9820262936636153f,-0.03266126852370943f,-0.18589674578035148f,0.2557684935183626f,0.14996358213287797f,0.4630405608006315f,-0.8735584485810393f,1.4693618060851548f,0.11460926047740669f,-0.8857351074626425f,-0.44982000491414686f,-0.6257674863118646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7687750186404555f,-0.03266126852370943f,-0.638684751855553f,0.008050468527742287f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624725f,1.6514382189802754f,0.3183165835958452f,-0.8857351074626425f,-0.33785776891468766f,-0.49675086689021053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1027654680854185f,-0.5610723912502655f,-0.8213629102570273f,0.25665492963285685f,-0.4411897531348175f,0.714359269803947f,-0.5431780880834665f,1.3689218775801546f,0.891510437570993f,0.4181968500860334f,-0.174127925043906f,-0.08982563664262452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01831533742187011f,-0.30724987145777816f,-0.9514526078078201f,0.19309899993572463f,-0.175559167629125f,0.9358393595985254f,-0.30558742069592837f,1.5424818361255286f,0.9842984949071555f,0.17263316458722613f,-0.036800318043569355f,-0.05768692027029193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.028702110055068866f,-0.5358421841132922f,-0.843830162179027f,0.20237416099274644f,-0.4971345723837419f,0.7247195333980765f,-0.47711509602202706f,1.4215604882722102f,0.867198596527474f,0.4331913568343332f,-0.24558469525768215f,-0.42908052642042244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026584793132105725f,-0.046707929183558865f,-0.9985547647102319f,0.18737545699139022f,-0.3390459533251835f,0.9392778590135277f,-0.052961732418614876f,1.5973440760096302f,0.9403941143520309f,0.3399639288488517f,0.009134373197556927f,-0.365280199928778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,0.24726902140089635f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.26717664157752f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.21224099053284934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,0.26576768530857076f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.146187884079228f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.3163555067765045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,-0.32085546131801657f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.23639424928289f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.06580579510501824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,-0.3748833271191395f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,2.111475824683156f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.15122645661320558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9565891493033665f,0.18740753577607516f,-0.22319411947764375f,0.1497018076018386f,0.09996520015156454f,0.9303630316686873f,0.3527486187965965f,2.3516313702100065f,0.2737593070449281f,0.31512385634633894f,-0.9087094128310176f,-0.17193247897331504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741289471103948f,0.03545672619113392f,-0.22319411947764375f,0.03785406417273925f,-0.04680638049733888f,0.9345467215082569f,0.3527486187965965f,2.3556577617275494f,0.22109264380872573f,0.3540695495040137f,-0.9087094128310176f,-0.14289782577811022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9229459077489367f,0.35637238229135443f,-0.14549768558116644f,0.002864646639998261f,0.14034651264839584f,0.6635095955497269f,0.7348862993694135f,2.3700497538248495f,0.35843229173293645f,0.6578402098940308f,-0.6623990870235651f,-0.19256738115874522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9878988422064859f,0.05372430602258632f,-0.14549768558116644f,0.03266590822062436f,-0.07155827556215655f,0.6744045819815424f,0.7348862993694135f,2.3775365578313536f,0.1376055622627768f,0.736404887778926f,-0.6623990870235651f,-0.1908072110046726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967331835062481f,0.2076042975595087f,-0.14549768558116644f,0.0976809613526231f,0.03482284555712711f,0.6772957230238745f,0.7348862993694135f,2.472894242810711f,0.2511105141206904f,0.7058122690973783f,-0.6623990870235651f,-0.1464721310693542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967331835062481f,0.12022273456069903f,-0.22319411947764375f,0.07063084607646586f,0.03482284555712711f,0.9350699339431237f,0.3527486187965965f,2.2625035076735083f,0.2511105141206904f,0.33345271438443835f,-0.9087094128310176f,-0.22149899180585272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9479509504848357f,-0.19650589695462675f,-0.25054825470746017f,-0.23596294776759658f,-0.2079395593219831f,0.977942532669566f,0.019736830161252238f,2.3485928227143598f,0.2411433912506751f,0.07080844058367804f,-0.9679029029805787f,-0.10809332910620177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670203961172987f,-0.045794383456800786f,-0.25054825470746017f,-0.12503817939876216f,-0.05239556135256164f,0.9984313510130457f,0.019736830161252238f,2.3646895809547126f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.136478726081972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.927217093520649f,-0.27837750186781646f,-0.25054825470746017f,-0.1032405280170776f,-0.29238159431943556f,0.9560980393445071f,0.019736830161252238f,2.3615470045683953f,0.23405440561191213f,0.09155602446274619f,-0.9679029029805787f,-0.14218527783401183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678592377418649f,0.02177310223147233f,-0.25054825470746017f,-0.13184599721709067f,0.017379121923754542f,0.9996541520227609f,0.019736830161252238f,2.370007394941077f,0.250891335121195f,0.014748164728965334f,-0.9679029029805787f,-0.13460803878611743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959349348054784f,-0.12990150287778307f,-0.25054825470746017f,-0.20035209110035992f,-0.1392152064030525f,0.9900654442214116f,0.019736830161252238f,2.472169342285185f,0.24549532519585074f,0.05381464214088893f,-0.9679029029805787f,-0.14707784820592676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959349348054784f,-0.12990150287778307f,-0.25054825470746017f,-0.17112425295285877f,-0.1392152064030525f,0.9900654442214116f,0.019736830161252238f,2.249404617335368f,0.24549532519585074f,0.05381464214088893f,-0.9679029029805787f,-0.15918614268762674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670203961172986f,-0.04579438345680078f,-0.25054825470746017f,-0.01894744895697793f,-0.052395561352561654f,0.9984313510130456f,0.019736830161252238f,1.7436412191677126f,0.249251396472904f,0.03221353377193592f,-0.9679029029805787f,-0.1766050375867138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01831533742187011f,-0.05052653055194123f,-0.9985547647102319f,2.9723198354305554e-17f,-0.175559167629125f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9842984949071555f,0.1762754553243188f,0.009134373197556927f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022973885386729554f,-0.5129519937703018f,-0.8581098138800823f,0.30022370765951645f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9799450485668403f,0.18149747392005294f,-0.08225794034603706f,-0.46854666124964417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022973885386729554f,-0.6607406580817698f,-0.7502626095894069f,0.0483163317658417f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9799450485668403f,0.1634679629574911f,-0.11395581106666212f,-0.40622450037210067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05359673911851612f,-0.03255689887578877f,-0.9980317820046878f,0.3197652387745461f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9829468212775336f,-0.17778571782616048f,-0.04698707351419851f,-0.15197400894066584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05359673911851612f,-0.9975095679425332f,-0.045848134301867294f,0.00469860395555931f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9829468212775336f,-0.060791134701663654f,0.17355110049226435f,-0.15111581747637504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08193528006551588f,-0.7623668902473458f,-0.6419371733551319f,0.013058266501056773f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9959660475192863f,-0.038991187977292056f,-0.08081657904743153f,-0.2572156839536583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09972381413410279f,-0.7133900509272684f,-0.6936352039310982f,0.01732814735059085f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9698792980066645f,0.22539206266565956f,-0.09237188633679966f,-0.26216645497450003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.6958721889832009f,-0.7181096138361925f,0.013058266501056773f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914042737595855f,0.09992917539738949f,-0.08444954633167803f,-0.2572156839536583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00346607038110229f,-0.13277536366339537f,-0.9911400956273366f,0.017592105764033878f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990344704436722f,0.04386853016381961f,-0.0023830498519785736f,-0.25405306882339085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014407685403355054f,-0.13121542187648066f,-0.9912491773833131f,0.017592105764033878f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9762288919259208f,0.21626071769731114f,-0.014437885930163416f,-0.25405306882339085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.06277047660492091f,-0.9979876693381678f,0.017592105764033878f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914042737595855f,0.13083233415714454f,0.0006828691102550334f,-0.25405306882339085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.027818138177293915f,-0.43822906018452207f,-0.898432769882165f,0.019452936645481964f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.9984307042237056f,-0.055881620432423715f,-0.0036569606508115166f,-0.05880154484429245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03513690221728501f,-0.40547555020061615f,-0.9134303346682111f,0.005852533090333102f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9659994141885653f,0.24804006635582432f,-0.07294694832236985f,-0.4441513007286134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.28566005179593423f,-0.9582890251339525f,0.04499278470458365f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914042737595855f,0.12763272203503118f,-0.028765504291719486f,-0.2639325798566977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008971015313921719f,-0.20105263730324416f,-0.9795393600655602f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914042737595855f,0.12965411988637132f,-0.017532118175477764f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.027232502101005168f,-0.7357017495381829f,-0.6767579527096637f,-0.8825995356333374f,0.4150858836835376f,0.6075607962628502f,-0.6771806169782979f,2.5164021335898092f,0.9093745652897792f,-0.299353995414974f,0.2888340101738647f,-0.7427880467476302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5138073267569304f,-0.7357017495381829f,-0.4412991804857036f,-0.9102583648229695f,-0.2126653899895289f,0.6075607962628502f,-0.7652733568765171f,2.5267501958967595f,0.8311290290150489f,-0.299353995414974f,-0.46862748805164345f,-0.6538106941552417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2950275113560763f,-0.7357017495381829f,-0.6096734398589928f,-0.8049779342493045f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.639561084739945f,0.9490917609854773f,-0.299353995414974f,-0.0980408825877086f,-0.6835932380632797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.635007274427112f,-0.033182085164158985f,0.7717931786747079f,0.8130234576116151f,0.08229002188249021f,0.9962980325491165f,-0.024871321584080897f,1.8458705196198626f,-0.7681107431374921f,0.07930434769240569f,0.6353870526803738f,-0.5465842376731762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.635007274427112f,-0.033182085164158985f,0.7717931786747079f,0.7534915256340734f,0.08229002188249021f,0.9962980325491165f,-0.024871321584080897f,1.8381558300683791f,-0.7681107431374921f,0.07930434769240569f,0.6353870526803738f,-0.4745738555040363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.635007274427112f,-0.033182085164158985f,0.7717931786747079f,0.6674885148216381f,0.08229002188249021f,0.9962980325491165f,-0.024871321584080897f,1.845743873081733f,-0.7681107431374921f,0.07930434769240569f,0.6353870526803738f,-0.6058871044906623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4017211428002688e-7f,1.8454008937071415e-8f,-0.000015624360346200814f,0.6877328036062414f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015490691777493524f,0.000002039388261863559f,1.4138165392858591e-7f,-0.22009121606231988f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131.mcfunction new file mode 100644 index 000000000..0cef84aef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131_as_bone.mcfunction new file mode 100644 index 000000000..624b2fbdb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_131_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45135597682031364f,0.037880697183177846f,-0.6795493208104478f,-0.33420148102335034f,-0.23941320866618515f,0.7721237777561188f,-0.11597685883065485f,1.4814919056622937f,0.6371055973299767f,0.26331420214067514f,0.4378430463605395f,-0.2432184988637773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42268884644509486f,-0.13491845252894652f,-0.6656809673245204f,-0.33420148102335034f,0.0727738914444432f,0.7885408881111057f,-0.1136099841606415f,1.4814919056622937f,0.6753059305344116f,-0.0005281516289993848f,0.4289074739858346f,-0.2432184988637773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4246977783938794f,0.03318013754351755f,-0.6967605901199786f,-0.33260624582524984f,-0.0066557055481578425f,0.8155123664457443f,0.04289202958782392f,1.4667670624139275f,0.6975184177176998f,0.027983979186309398f,-0.42382708537555824f,-0.16335416703694614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3968003989054222f,-0.12917912188528932f,-0.682540986239979f,-0.33260624582524984f,-0.3117376081547747f,0.7355639075511057f,0.04201668204521527f,1.4667670624139275f,0.6207810460141625f,0.28680741339284466f,-0.41517755302095505f,-0.16335416703694614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08421488192855714f,-0.004957572313375853f,1.5602209863152445f,-0.0003889326358283672f,1.5123553554510727f,0.3838271236790339f,0.08285087788755627f,1.5819194663470162f,-0.3835301585276161f,1.514614938393596f,-0.015888860712600122f,0.6471827149874603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0031728462805609772f,-0.9985414312417565f,0.053897524434276346f,0.0007218102485720759f,0.24564935915458144f,-0.0530245618480359f,-0.9679074274886865f,1.5344996230866046f,0.9693535605719015f,0.010168870856063595f,0.2454593014576741f,0.45994033093065073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01290698045450096f,-0.9985414312417565f,0.0524253750507387f,-0.006004662208460851f,-0.05155450053623711f,-0.0530245618480359f,-0.9972615150076146f,1.5463393602150457f,0.9985867730598108f,0.010168870856063595f,-0.05216369173578921f,0.1070137757976965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9800931770225265f,-0.033853617768091794f,-0.19563051121413022f,0.2531835333037629f,0.15738427907391594f,0.4681851732661916f,-0.8695014848947009f,1.4632740033364362f,0.12102707570735446f,-0.8829816397285496f,-0.45353706667482874f,-0.6132391559693902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7623652536064429f,-0.033853617768091794f,-0.64626090138395f,0.007708069508867061f,0.5591940767673995f,0.4681851732661916f,-0.6841817215053044f,1.6466615275633334f,0.32573179857336526f,-0.8829816397285496f,-0.33799736581879214f,-0.4818156392092227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0916325464701924f,-0.5641423416318073f,-0.8205771717550816f,0.25686030346414246f,-0.4141020477176354f,0.7278246354943536f,-0.5466175939755074f,1.3617853010238832f,0.9056064103701171f,0.38989064921551064f,-0.1669200741398661f,-0.07687551509299673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019639444028548263f,-0.3070200452909173f,-0.9515003857213155f,0.19334716756133727f,-0.18128219283888947f,0.9348159666378216f,-0.30537824919027695f,1.5351546807110354f,0.9832349967315916f,0.17848753544311777f,-0.03729800120205592f,-0.04364221470492499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026181786899327264f,-0.5369249693891581f,-0.8432236306468227f,0.2022519074424984f,-0.45940204550225644f,0.7427007573835251f,-0.48718101930420166f,1.4148259425413194f,0.8878424830019684f,0.40013393036380923f,-0.2272191962588312f,-0.4112963000330699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026677339506284967f,-0.0469396383723814f,-0.9985414312417568f,0.18720984130241594f,-0.3208112024608627f,0.9456577436982363f,-0.05302456184803636f,1.5918053659731886f,0.9467673906152881f,0.3217578315022509f,0.010168870856063543f,-0.3509031511835474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,0.24833474893060012f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.260444836661421f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.19014422605320508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,0.26641017014621426f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.1408363725157544f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.29591476520562154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,-0.3195922158477066f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.2288050505646555f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.04312675561703254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,-0.3740181092846423f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,2.105157464789614f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.1301291070541929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.955205920842215f,0.19983547325699252f,-0.21828291828755225f,0.15192444586343978f,0.09691572086435615f,0.9081420233580026f,0.4072903245359203f,2.3413107934820707f,0.27962294583477704f,0.3678910831202447f,-0.8868298366221643f,-0.14459729429320337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9747069062383168f,0.047948039743029955f,-0.21828291828755225f,0.040136009953052006f,-0.046342184086464504f,0.9121222470225805f,0.4072903245359203f,2.3451646734562788f,0.21862947858288842f,0.4071043993514192f,-0.8868298366221643f,-0.11531190833273619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9206176832822355f,0.3677933327067887f,-0.13111500922656932f,0.00488728554660868f,0.1294592317865755f,0.6043074968339228f,0.7861633141883104f,2.364372403501792f,0.3683794084001978f,0.7067818006193649f,-0.603950410033778f,-0.1660241366916113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9892138369263148f,0.0653057362643992f,-0.13111500922656932f,0.034819677900444435f,-0.06361824036467956f,0.6147356854106925f,0.7861633141883104f,2.371148965168122f,0.13194204912165228f,0.7860249346513195f,-0.603950410033778f,-0.16370126670849686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9668189051709213f,0.21924885167229036f,-0.13111500922656932f,0.1015329677329874f,0.03333085383098834f,0.6171193544261508f,0.7861633141883104f,2.4615995348944284f,0.25327901371214845f,0.7557073795015057f,-0.603950410033778f,-0.11218742461575743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9668189051709213f,0.13271688735037127f,-0.21828291828755225f,0.0716716680791539f,0.03333085383098834f,0.9126903339700285f,0.4072903245359203f,2.256244209751172f,0.25327901371214845f,0.38650042961128356f,-0.8868298366221643f,-0.1991500212782961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.947938393543543f,-0.19443603079452798f,-0.2522051386767447f,-0.23455099174440106f,-0.20931250802770207f,0.9772818836440308f,0.03329254998236497f,2.341397184183797f,0.24000224171711365f,0.08434897646115495f,-0.9671009120772847f,-0.08404736068302739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227242f,-0.2522051386767447f,-0.1236443664316717f,-0.0538549550583244f,0.997993612169606f,0.03329254998236497f,2.35765763144374f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.1124103460979738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9273849850848807f,-0.2763144177638216f,-0.2522051386767447f,-0.10186304719594994f,-0.2936917391843087f,0.9553202439237682f,0.03329254998236497f,2.354549543673177f,0.2317374630352455f,0.10494557677802606f,-0.9671009120772847f,-0.11819757753986851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673813840590993f,0.023787093158801426f,-0.2522051386767447f,-0.13043830386837593f,0.015892748109571003f,0.9993192816478613f,0.03329254998236497f,2.3629630769521333f,0.2528253909982684f,0.028198360339867987f,-0.9671009120772847f,-0.11045595052296378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9591924351371186f,-0.12783755473556477f,-0.2522051386767447f,-0.19876283057818078f,-0.1406308952211323f,0.9895021765640412f,0.03329254998236497f,2.4654184607135003f,0.24530149548061767f,0.06740179652098927f,-0.9671009120772847f,-0.1214239913435533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9591924351371186f,-0.12783755473556477f,-0.2522051386767447f,-0.16999938076267876f,-0.1406308952211323f,0.9895021765640412f,0.03329254998236497f,2.2427804709865913f,0.24530149548061767f,0.06740179652098927f,-0.9671009120772847f,-0.13658939556077587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9666841953673306f,-0.04375196512227244f,-0.2522051386767447f,-0.01885956363294952f,-0.053854955058324376f,0.9979936121696059f,0.03329254998236497f,1.7370002219450096f,0.25024250287008093f,0.04576587830034362f,-0.9671009120772847f,-0.16110281754604694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019639444028548263f,-0.05029216968786546f,-0.9985414312417568f,2.809033595544242e-17f,-0.18128219283888947f,0.9820005918533591f,-0.05302456184803636f,1.36875f,0.9832349967315916f,0.18205915321054167f,0.010168870856063543f,-0.22937500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.022930993124753052f,-0.49172285483064626f,-0.8704497708607382f,0.28950423832362465f,-0.1980972759832955f,0.8511798939305211f,-0.48605581718196217f,0.8018924217160932f,0.9799140976648465f,0.18357947108984177f,-0.07789055778503168f,-0.45637299884488924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.022930993124753052f,-0.6421157815809169f,-0.7662646361401788f,0.04469759659590009f,-0.1980972759832955f,0.7483501706642811f,-0.6330319828529514f,1.0872009242818503f,0.9799140976648465f,0.16631098914825032f,-0.11004097457865399f,-0.3929669342321188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04867509224551388f,-0.017137237428415927f,-0.9986676376493896f,0.31853162649607497f,0.17323378115450205f,0.9845547311217224f,-0.025338478501014193f,1.2027940222271103f,0.9836771789880077f,-0.17423632376503573f,-0.04495454391984002f,-0.13895128903953988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04867509224551388f,-0.9969336507628981f,-0.06127015073794648f,0.0018896315814083621f,0.17323378115450205f,0.05198690547029683f,-0.9835077115745134f,1.1070684525472203f,0.9836771789880077f,-0.058486388469304484f,0.17017211846249314f,-0.13776154498270898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08007299678397195f,-0.7549520687136593f,-0.6508730207429095f,0.011763477959311538f,-0.03553917152763944f,0.654716802815555f,-0.7550383271053905f,1.259312986177729f,0.9961552501860154f,-0.0373266936111904f,-0.07925550751142332f,-0.24389883702624326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09937230760555607f,-0.7051711819526573f,-0.7020389936639125f,0.015591365064224632f,-0.2232798735748813f,0.6717373401854229f,-0.7063391847101494f,1.2219559082373792f,0.9696758440517799f,0.22694173248678992f,-0.09069844275599506f,-0.24885480646427216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.6873919377307991f,-0.7262214498166867f,0.011763477959311538f,-0.13052619222005157f,0.7191686927123924f,-0.6824656068747221f,1.259312986177729f,0.9913970866286058f,0.1014333050089841f,-0.08272303947067543f,-0.24389883702624326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005246250995585556f,-0.12124407018936498f,-0.9926088616844035f,0.01658492321879151f,-0.0437378094224483f,0.9916447783496584f,-0.12135747854492812f,1.2835924426537721f,0.9990292692796426f,0.044051209016023905f,-0.00010053262986028282f,-0.24074956586647148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.01414551940569135f,-0.11955164284863157f,-0.992727207732787f,0.01658492321879151f,-0.21632119188099053f,0.9689479871386409f,-0.11977036429419419f,1.2835924426537721f,0.9762197735263974f,0.2164421468017945f,-0.012155281317171265f,-0.24074956586647148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.05105382691690108f,-0.9986484751844826f,0.01658492321879151f,-0.13052619222005157f,0.9900861206485413f,-0.05188821488215131f,1.2835924426537721f,0.9913970866286058f,0.1308548067755299f,0.002972569267696552f,-0.24074956586647148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024971339033185175f,-0.4279781982378109f,-0.9034440182213873f,0.018878176709056498f,0.04901642050676994f,0.9021146734993784f,-0.4287032847760947f,1.2823630700378204f,0.9984857649198575f,-0.05498888697024939f,-0.0015490520262098576f,-0.04550265902438977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.034389848279486636f,-0.39473135895289124f,-0.9181527610340872f,0.004869069835046862f,-0.256441427684561f,0.8844525095745036f,-0.38984811462217783f,1.3233962782210915f,0.9659477897393927f,0.24885922238600353f,-0.07080928562706798f,-0.43082529834860706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.2743923480521976f,-0.9615685672699347f,0.04242682452895489f,-0.13052619222005157f,0.9530379688735204f,-0.2732792400274285f,1.1502743587570203f,0.9913970866286058f,0.12816968914621102f,-0.02653954424017409f,-0.2506754766697393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009732921906943838f,-0.18954197964333144f,-0.981824377464748f,2.809033595544242e-17f,-0.13052619222005157f,0.9732292268140331f,-0.18917659796997455f,1.36875f,0.9913970866286058f,0.12999503847395927f,-0.015267828806558267f,-0.22937500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.039027137384636396f,-0.7359315903718736f,-0.6759301567767823f,-0.8834093906871624f,0.4025050968423913f,0.6075607962628502f,-0.6847331785888198f,2.51049074994826f,0.9145854413686333f,-0.29878850904473614f,0.2725048573867366f,-0.7287275125415013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5049218393528094f,-0.7359315903718736f,-0.45106388731231906f,-0.9109998312620342f,-0.19849175795401558f,0.6075607962628502f,-0.7690714536821504f,2.52083881225521f,0.8400327125588026f,-0.29878850904473614f,-0.4528470698745035f,-0.6397289299944969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2942980327986321f,-0.7359315903718736f,-0.6097486057249988f,-0.8057423201158485f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6336497010983955f,0.9493182138347129f,-0.29878850904473614f,-0.09757231033696884f,-0.6695923747174538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8747934897862014f,-0.027667776400266984f,0.48370532804254307f,0.7907519062390951f,0.054708315143938806f,0.9976238079343295f,-0.04187765629449088f,1.8239430317096288f,-0.48139728964940276f,0.06309700461727845f,0.8742284698673092f,-0.4827884163879822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8747934897862014f,-0.027667776400266984f,0.48370532804254307f,0.7087400165716387f,0.054708315143938806f,0.9976238079343295f,-0.04187765629449088f,1.8188141271648846f,-0.48139728964940276f,0.06309700461727845f,0.8742284698673092f,-0.43765742048335066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8747934897862014f,-0.027667776400266984f,0.48370532804254307f,0.6771901621989854f,0.054708315143938806f,0.9976238079343295f,-0.04187765629449088f,1.8276602278814302f,-0.48139728964940276f,0.06309700461727845f,0.8742284698673092f,-0.5913571889157628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5207690479599748e-7f,2.0021304341753686e-8f,-0.000015624247078256287f,0.6877499821114927f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5325092261912225f,0.000015490579478571968f,0.000002039373477430059f,1.5338917041263377e-7f,-0.20728642251313398f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132.mcfunction new file mode 100644 index 000000000..8138f7d91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132_as_bone.mcfunction new file mode 100644 index 000000000..cf2d63d7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_132_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42283287269968256f,0.032978845367705116f,-0.6979034331246634f,-0.3378137487277528f,-0.2480267497841329f,0.7697106322148077f,-0.11389784234762566f,1.4747176381377691f,0.6531764980466592f,0.270928741292131f,0.4085370533817078f,-0.2267654843950882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39503715379683735f,-0.1286621924575623f,-0.6836605059180376f,-0.3378137487277528f,0.06407379822661938f,0.7895859203121628f,-0.11157339658542922f,1.4747176381377691f,0.6927049844637386f,0.0003386396435661465f,0.40019956249636685f,-0.2267654843950882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3944688248377897f,0.027977498447547166f,-0.71453204984532f,-0.33625008348915586f,-0.012492472484734325f,0.8156472000939945f,0.03883333045838073f,1.4603556241603695f,0.7149704391139229f,0.029687522697071596f,-0.39354842984542515f,-0.1513417008312102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36749211293026307f,-0.12255560391516111f,-0.699949763113783f,-0.33625008348915586f,-0.31707057283596884f,0.7334978857153912f,0.038040813510250515f,1.4603556241603695f,0.6359369455972199f,0.29489146410169487f,-0.38551682923633485f,-0.1513417008312102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08454295223504649f,-0.0014228966978364495f,1.5602104712481486f,0.0007623192052207805f,1.5246420457024383f,0.3316586718170085f,0.08291807936066982f,1.5610205046923962f,-0.3312482025666963f,1.52689447925309f,-0.01655679687523306f,0.6611427521353344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0009106538866157591f,-0.9985347015988151f,0.054107489430429534f,0.0014361016087063349f,0.2122615499628852f,-0.053067570790828564f,-0.9757709092495606f,1.5200497665605828f,0.9772124667219777f,0.010596350000148679f,0.21199884964268542f,0.4723822416833806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.014403184392498306f,-0.9985347015988151f,0.05216318608291623f,-0.005752865091816848f,-0.07187510892549084f,-0.053067570790828564f,-0.9960009044410097f,1.5381231972182534f,0.9973096394782838f,0.010596350000148679f,-0.07253413245065964f,0.12138216541188365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9781337528616805f,-0.03449607440401287f,-0.20509603205191007f,0.2508105413431343f,0.16475238889602434f,0.4733309781780259f,-0.865340647057612f,1.4572141318758811f,0.12692916081727829f,-0.8802089558438644f,-0.4572976953653665f,-0.6005519631700993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.756062527057924f,-0.03449607440401287f,-0.6535896847636895f,0.007527236677553835f,0.5636211566104772f,0.4733309781780259f,-0.6769704402099855f,1.6418799687535828f,0.3327170674910657f,-0.8802089558438644f,-0.3384250981419666f,-0.4668616849661382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07966916860339211f,-0.5671560902166245f,-0.8197480057336134f,0.2569726541493316f,-0.38580993423751464f,0.7407253213107026f,-0.5499788114216775f,1.35464143196396f,0.9191319373287431f,0.36008327883886593f,-0.15980148335657768f,-0.06377508020630254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.020361571494681818f,-0.3068697440839289f,-0.9515336917693092f,0.19348749156003678f,-0.18701776261959968f,0.9337631033562903f,-0.3051406614582677f,1.5278148847091502f,0.9821454896658772f,0.18416684548608106f,-0.03837720876614046f,-0.029483654232450723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023175365812958475f,-0.5382190483439085f,-0.8424862956862936f,0.20224659169570233f,-0.4200924477409099f,0.7594591277668595f,-0.4967334985710666f,1.408130018840433f,0.9071853381589045f,0.3654341106839623f,-0.20850101433358834f,-0.39329946361812734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026169618337309904f,-0.04736666316139228f,-0.9985347015988151f,0.1871245004679487f,-0.3021425932656331f,0.9517844746921851f,-0.053067570790828675f,1.586257935527775f,0.9529034601735883f,0.3030886222804753f,0.010596350000148679f,-0.3364041197530373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,0.24942352485395256f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.253596127142053f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.16784903786133065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,0.267132459466353f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.1354004450127784f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.27525707695007495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,-0.318395398365498f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.2211076359764688f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.02059952724860395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,-0.37317398586621886f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,2.098764486889886f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.10920975647189386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539882121357403f,0.21201821466832188f,-0.21202539412747518f,0.15411543497205868f,0.09361677366441548f,0.8823801046427198f,0.46113040522109217f,2.33051424495264f,0.28485503470137125f,0.42006383750515874f,-0.861628679667593f,-0.11729954735425567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9754099901820953f,0.060171283001557704f,-0.21202539412747518f,0.04236919263001915f,-0.045570463799449706f,0.8861614312357171f,0.46113040522109217f,2.3341953984600217f,0.21563553483150177f,0.4594532995770213f,-0.861628679667593f,-0.08783147893623301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9186513946610915f,0.3778752733908099f,-0.11528179755300692f,0.006993133309228988f,0.1178654233289449f,0.5406564407176822f,0.8329455895158917f,2.358475939430709f,0.37707738870253205f,0.7515988896148719f,-0.5412132223615485f,-0.1391828332244313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9904592763279014f,0.07550184824861833f,-0.11528179755300692f,0.03704357999481499f,-0.0549753493971552f,0.5506172498793374f,0.8329455895158917f,2.3644860021778187f,0.12636507782876805f,0.8313363429120358f,-0.5412132223615485f,-0.13633407476282877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9664539878230446f,0.22951426224503318f,-0.11528179755300692f,0.10535676128951274f,0.03183700330708313f,0.5524382772097247f,0.8329455895158917f,2.449396383572317f,0.2548589701018176f,0.8013333596573086f,-0.5412132223615485f,-0.07794588311341584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9664539878230446f,0.14495489528133623f,-0.21202539412747518f,0.07274190985121215f,0.03183700330708313f,0.8867610470702106f,0.46113040522109217f,2.24987514798152f,0.2548589701018176f,0.438911065858359f,-0.861628679667593f,-0.17670087293154646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9480829174259597f,-0.19234796740498644f,-0.25326081639339926f,-0.2331727662065437f,-0.21064106902630814f,0.9764355217868155f,0.046946904395960366f,2.334073704147639f,0.23826271576672453f,0.09785668719142095f,-0.9662582196532069f,-0.06008705285748897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.966500294841618f,-0.041667000741767296f,-0.25326081639339926f,-0.12226631249397599f,-0.05529955943078092f,0.9973655031604002f,0.046946904395960366f,2.350494218484614f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.08835834322088221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9277109457259114f,-0.2742468961721976f,-0.25326081639339926f,-0.10049810733845267f,-0.29494147931091264f,0.9543613110083242f,0.046946904395960366f,2.347421111327269f,0.228827281944758f,0.11825027691463902f,-0.9662582196532069f,-0.09421320288670906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670524917427583f,0.025854150418672187f,-0.25326081639339926f,-0.12904715903969283f,0.014407848051151084f,0.9987934731876114f,0.046946904395960366f,2.355786314065873f,0.2541690227558374f,0.04175117751581603f,-0.9662582196532069f,-0.08632392819875716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9591909510276128f,-0.12574449628708526f,-0.25326081639339926f,-0.19717567552378648f,-0.14201525913058985f,0.9887505521321888f,0.046946904395960366f,2.458519132353567f,0.24450845719691444f,0.08099794634309704f,-0.9662582196532069f,-0.09581696878616809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9591909510276128f,-0.12574449628708526f,-0.25326081639339926f,-0.16888316385919233f,-0.14201525913058985f,0.9887505521321888f,0.046946904395960366f,2.236050258123825f,0.24450845719691444f,0.08099794634309704f,-0.9662582196532069f,-0.1140415067133649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665002948416179f,-0.04166700074176731f,-0.25326081639339926f,-0.01880188861154061f,-0.055299559430780944f,0.9973655031604002f,0.046946904395960366f,1.7303457919205938f,0.25063746487272626f,0.05937940850823189f,-0.9662582196532069f,-0.14560756731876182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.020361571494681818f,-0.05013836963077503f,-0.9985347015988151f,2.6457473556579288e-17f,-0.18701776261959968f,0.9809221117882497f,-0.053067570790828675f,1.3625f,0.9821454896658772f,0.18782426492774656f,0.010596350000148679f,-0.21604166666666677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02242176296892166f,-0.4702850488831555f,-0.882229696474979f,0.2787389162166018f,-0.19824622280826482f,0.8628364859996828f,-0.4649856272724732f,0.7892949054299343f,0.979895759602837f,0.18532450249410526f,-0.0738859194142636f,-0.4440174875599381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02242176296892166f,-0.6231836746102124f,-0.781754035643359f,0.04115014027145832f,-0.19824622280826482f,0.7636513091521304f,-0.6144388604023132f,1.080436967044184f,0.979895759602837f,0.16875658721824854f,-0.10642140096253361f,-0.3796790386829808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.04428650836873145f,-0.0015990760865922382f,-0.9990175915028597f,0.3171739836982757f,0.17050449899761738f,0.9853145468975902f,-0.009135616759010451f,1.191454749091258f,0.9843611740606584f,-0.1707415784970529f,-0.043363491260009435f,-0.12578448340696202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.04428650836873145f,-0.9960634157372763f,-0.07678787017684224f,-0.0009628350477315375f,0.17050449899761738f,0.06819943365567604f,-0.982993923211439f,1.100823639405251f,0.9843611740606584f,-0.05662604594031207f,0.16681297888080493f,-0.12439897257947989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07867063066320992f,-0.7474161147274415f,-0.6596818045973291f,0.010473971238782652f,-0.03450906054525783f,0.6633779030293248f,-0.7474883828613658f,1.2529330557320046f,0.9963031951225171f,-0.03604038315767237f,-0.07798098595498534f,-0.23057307748128292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09854881314530661f,-0.6969629519970585f,-0.7103032978743639f,0.013861692484080076f,-0.22430998455726292f,0.6798506849069493f,-0.6982034639411872f,1.2155337900042096f,0.9695221308745726f,0.22813524448251732f,-0.0893372708858409f,-0.23553129215855698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.678865447594402f,-0.7341942565420383f,0.010473971238782652f,-0.13052619222005157f,0.7270606794842501f,-0.6740516905196773f,1.2529330557320046f,0.9913941776212922f,0.10258885129658453f,-0.08132104382168764f,-0.23057307748128292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006553441701207951f,-0.10971723466997436f,-0.9939412360991179f,0.015580864675996366f,-0.043691031866249355f,0.9929819795091728f,-0.10989941812633645f,1.277155609138755f,0.999023596386157f,0.04414653764927346f,0.0017137903168208254f,-0.22743559507048428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013419973632172505f,-0.10797404395048175f,-0.9940631318687415f,0.015580864675996366f,-0.2163679694371895f,0.9702851882981554f,-0.10831230387560252f,1.277155609138755f,0.9762196505445581f,0.21653696959686317f,-0.01034092299883881f,-0.22743559507048428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.0393923091840615f,-0.9991735326028265f,0.015580864675996366f,-0.13052619222005157f,0.9906228329147012f,-0.04036478728528495f,1.277155609138755f,0.9913941776212922f,0.13082296772814572f,0.004789122404169436f,-0.22743559507048428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022593149710283367f,-0.4176428262989387f,-0.9083303469703097f,0.0182139250166863f,0.049405537121497894f,0.9069857398828218f,-0.4182534644817022f,1.2759202655444732f,0.9985232308203476f,-0.05432621181570448f,0.00014220355197477885f,-0.0321930128312444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03318150195709076f,-0.38405085969302416f,-0.9227155168831401f,0.003980184663105547f,-0.25672013245363845f,0.8889729881613796f,-0.3792384473025039f,1.3170720813909218f,0.9659160219816513f,0.24946335099263936f,-0.06909612862284925f,-0.41749477030593696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.263147826483204f,-0.9647034382099142f,0.03986517005084004f,-0.13052619222005157f,0.9561531324266399f,-0.2621718911234737f,1.143547266031173f,0.9913941776212922f,0.1285473016748698f,-0.02476238701562481f,-0.23739160968517725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.010024855267569887f,-0.1780670248685298f,-0.9839672946451699f,2.6457473556579288e-17f,-0.13052619222005157f,0.9753644669856578f,-0.17784001148874715f,1.3625f,0.9913941776212922f,0.13021632461505722f,-0.013464523101380754f,-0.21604166666666677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.05183870955147421f,-0.7360195418382259f,-0.6749725788684204f,-0.8840557494037744f,0.3891694290645224f,0.6075607962628502f,-0.6923994759718158f,2.5048752118551385f,0.9197064225466904f,-0.29857178848092725f,0.25494113722518136f,-0.7150454404226035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.49584216404059767f,-0.7360195418382259f,-0.4608858669907174f,-0.9116199816317547f,-0.1835610973184741f,0.6075607962628502f,-0.7727711190227603f,2.515223274162089f,0.8487908293041193f,-0.29857178848092725f,-0.4363588147528655f,-0.626038737258328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2940184770984562f,-0.7360195418382259f,-0.6097773111201766f,-0.8063712688497381f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.628034163005274f,0.9494048337522719f,-0.29857178848092725f,-0.09739275522912956f,-0.6559331755560963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9894864610910075f,-0.020880228449255012f,0.14311030493120147f,0.754078280657345f,0.028022913043078745f,0.9984504230034862f,-0.04807774067839895f,1.8039936084260528f,-0.14188467028602703f,0.05158264111177561f,0.9885383004586922f,-0.4351220906450376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9894864610910075f,-0.020880228449255012f,0.14311030493120147f,0.661313924930063f,0.028022913043078745f,0.9984504230034862f,-0.04807774067839895f,1.8013664603282642f,-0.14188467028602703f,0.05158264111177561f,0.9885383004586922f,-0.4218204028057225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9894864610910075f,-0.020880228449255012f,0.14311030493120147f,0.6862295570540238f,0.028022913043078745f,0.9984504230034862f,-0.04807774067839895f,1.8098916954789184f,-0.14188467028602703f,0.05158264111177561f,0.9885383004586922f,-0.5767519917941839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.566383635557795e-7f,2.0621831780120895e-8f,-0.000015624201232802802f,0.6877564566522101f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5262592261912227f,0.000015490534025332692f,0.0000020393674933975854f,1.5798998982024194e-7f,-0.19415560985077157f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133.mcfunction new file mode 100644 index 000000000..845c45f3a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133_as_bone.mcfunction new file mode 100644 index 000000000..1d6c1e09e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_133_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.41783114701124086f,0.03215703219464477f,-0.7009475745818285f,-0.33844607495571133f,-0.25270755243370413f,0.7679614159151895f,-0.1154062435613787f,1.4684365528741763f,0.6545994729410359f,0.2759449825425608f,0.4028626826591764f,-0.2123476079238788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3902023917299474f,-0.12753093905276597f,-0.6866425220393423f,-0.33844607495571133f,0.059181820566717f,0.7897575452790289f,-0.11305101410094241f,1.4684365528741763f,0.6958732683489414f,0.004345026946091679f,0.39464099525796875f,-0.2123476079238788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3891151674255418f,0.027093630216212538f,-0.7174954816063612f,-0.33688483396892277f,-0.0169574462806701f,0.8155106309412472f,0.03999125256717229f,1.4537753066005215f,0.7178065727892682f,0.03395276819289274f,-0.38800177581682394f,-0.13773212901548398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3623155811074593f,-0.12134858197962592f,-0.7028527166756192f,-0.33688483396892277f,-0.3210602889023875f,0.7317004865879027f,0.03917510455559735f,1.4537753066005215f,0.636904789255568f,0.2998148088046361f,-0.3800833722287255f,-0.13773212901548398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08453810679522801f,0.0012692957413742861f,1.5602108663215366f,0.00142119367461502f,1.5351360963782854f,0.2790740244287335f,0.08295242302422796f,1.5401257033891078f,-0.27859778192928686f,1.537375142174958f,-0.016346196089915697f,0.6747645503758044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0008123492744791117f,-0.9985349544457834f,0.0541043883489457f,0.0017621673826254724f,0.17860737563438922f,-0.05308955073550577f,-0.9824871016821026f,1.5056555071204114f,0.9839200909919731f,0.010461565497545568f,0.17830258043474337f,0.4847085718378931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015332166821640663f,-0.9985349544457834f,0.051892864736017986f,-0.005686415677148568f,-0.09218231677615149f,-0.05308955073550577f,-0.9943258621178891f,1.529895643057464f,0.9956240983093643f,0.010461565497545568f,-0.0928612433311439f,0.13573856152080244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.976152231378868f,-0.03463195625274944f,-0.21430690324897367f,0.24863380340292268f,0.17206765008222896f,0.47847564286773825f,-0.8610771062904206f,1.4511812845823313f,0.1323614179783407f,-0.8774176239331034f,-0.46110602711561993f,-0.587721032597829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7498639303517498f,-0.03463195625274944f,-0.6606850335549718f,0.007494327231488196f,0.5679522226265568f,0.47847564286773825f,-0.669694954435121f,1.6370928121553248f,0.3393145425279924f,-0.8774176239331034f,-0.33912232961072775f,-0.4518903104756143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06731649814009198f,-0.5699467313701227f,-0.8189195396854738f,0.25699913291649334f,-0.35722274641029805f,0.7526023865486603f,-0.5531559971728994f,1.3474903577876245f,0.9315902524850926f,0.32977321171037216f,-0.1529353795332759f,-0.050535636134057677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.020526908367245765f,-0.3067997748961327f,-0.951552701723118f,0.193526970737699f,-0.1927633602727632f,0.9326812995222936f,-0.3048735483077506f,1.520462641771131f,0.9810305463996702f,0.1896826076504848f,-0.03999469196876804f,-0.015220114024396575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.019891607448924375f,-0.5395849335863143f,-0.8416961585986661f,0.2023381024818783f,-0.3806285443355178f,0.7743809646932909f,-0.5054265849336705f,1.401519172598196f,0.9245140535384645f,0.3304273308419583f,-0.1899777456507375f,-0.3752458011366561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.02513255592296822f,-0.04791971809950655f,-0.9985349544457834f,0.1871123118729347f,-0.2838188999307766f,0.9574070877347763f,-0.05308955073550599f,1.5807011918563696f,0.95854847904259f,0.28473736841601566f,0.010461565497545539f,-0.32179215977429354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,0.2505152506883689f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.2466311693938876f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.1453963631566099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,0.2679146000792622f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.12987497663671f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.2544173088212959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,-0.3172790538081709f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.213303706681465f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,0.0017605531281601472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,-0.37236408371470814f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,2.092292944216319f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.08847440322357644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9529591208312179f,0.2235216767599673f,-0.20471192941058686f,0.15621524366972286f,0.09012101553724602f,0.8538055301557098f,0.5127322100610243f,2.319367181615082f,0.2893909407412882f,0.47016398915053004f,-0.8337857678822137f,-0.09021538809148631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9761931066376279f,0.07169410373365455f,-0.20471192941058686f,0.04449491792431823f,-0.04455313506956804f,0.8573918001248964f,0.5127322100610243f,2.3228755935599597f,0.21227820592008473f,0.50964620725403f,-0.8337857678822137f,-0.060628220502044375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9170998366121564f,0.38623859828784635f,-0.09873011130651073f,0.009133902984851255f,0.10593034370528114f,0.4748515178408421f,0.8736674414711407f,2.3522881533515476f,0.3843262311740343f,0.7907817532017848f,-0.4764006368957484f,-0.11215186176372398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.991568066457715f,0.08393530069471847f,-0.09873011130651073f,0.03928433407895264f,-0.04599144516326582f,0.48434490674008834f,0.8736674414711407f,2.3575044616556218f,0.1211509659602559f,0.8708414761667146f,-0.4764006368957484f,-0.10883414304196865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9662298442845806f,0.2380173378878091f,-0.09873011130651073f,0.10903392251463767f,0.030343022225967936f,0.4855764643343672f,0.8736674414711407f,2.436446754849096f,0.2558890169897681f,0.8411677859674227f,-0.4764006368957484f,-0.04411356061521583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9662298442845806f,0.15650212129805263f,-0.20471192941058686f,0.07382094522257589f,0.030343022225967936f,0.8580122270504843f,0.5127322100610243f,2.243394003762737f,0.2558890169897681f,0.4892055848629262f,-0.8337857678822137f,-0.15418481720937405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9483689138275779f,-0.1902743864939191f,-0.2537559085614809f,-0.23184792677189392f,-0.21192340802988488f,0.9754032339664483f,0.06063827419041884f,2.3266225075446374f,0.23597642342933078f,0.11128427118041517f,-0.9653657019872547f,-0.036237685950915366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853487f,-0.2537559085614809f,-0.1209252099363699f,-0.05672759610625075f,0.99654652653211f,0.06063827419041884f,2.343199257162214f,0.25047985750599155f,0.07299933157524921f,-0.9653657019872547f,-0.06435356913004252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9281765783093283f,-0.27220613209133426f,-0.2537559085614809f,-0.09916698097300494f,-0.2961289688157186f,0.9532211881464587f,0.06063827419041884f,2.3401615850420048f,0.22537939858409123f,0.13142750138585285f,-0.9653657019872547f,-0.07026374217893809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668647038629197f,0.027938920777408865f,-0.2537559085614809f,-0.12769388257060993f,0.012926161079581444f,0.9980761063480841f,0.06063827419041884f,2.348477030582095f,0.2549618771185482f,0.055348917268916546f,-0.9653657019872547f,-0.062242839754001994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9593316050639916f,-0.12365601641441906f,-0.2537559085614809f,-0.19561625612877037f,-0.14336648317904185f,0.9878102303601035f,0.06063827419041884f,2.451469406567197f,0.24316439506272128f,0.0945523051037669f,-0.9653657019872547f,-0.07029058418452863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9593316050639916f,-0.12365601641441906f,-0.2537559085614809f,-0.16779365243552613f,-0.14336648317904185f,0.9878102303601035f,0.06063827419041884f,2.2292121047361744f,0.24316439506272128f,0.0945523051037669f,-0.9653657019872547f,-0.09156485283287616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9664583906324081f,-0.03957420935853486f,-0.2537559085614809f,-0.01877469916767972f,-0.05672759610625076f,0.99654652653211f,0.06063827419041884f,1.7236780133332985f,0.25047985750599155f,0.07299933157524922f,-0.9653657019872547f,-0.13011931426633863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.020526908367245765f,-0.05006586444714599f,-0.9985349544457834f,2.482461115771613e-17f,-0.1927633602727632f,0.9798080355554627f,-0.05308955073550599f,1.35625f,0.9810305463996702f,0.19357071751198568f,0.010461565497545539f,-0.20270833333333327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.021490269173678717f,-0.4486455315096582f,-0.8934513727043342f,0.2679236792471339f,-0.1983859583790722f,0.8739734798225443f,-0.4436365269957939f,0.7769131866019764f,0.9798883507057625f,0.18678207521946255f,-0.07022304840898866f,-0.4315068675301021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.021490269173678717f,-0.6039515010199651f,-0.796731292686922f,0.03766716948327222f,-0.1983859583790722f,0.7784923774916737f,-0.5954768087049053f,1.073713405520677f,0.9798883507057625f,0.1708572579760437f,-0.10308548660237182f,-0.36636753792673543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040388664679985795f,0.014040501945299752f,-0.9990853917811487f,0.31569644828339916f,0.16771944235583786f,0.9858093885321431f,0.00707376404248769f,1.180123026814677f,0.9850070783609701f,-0.16728034489146063f,-0.04217038998846834f,-0.11248946474206421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040388664679985795f,-0.9949039398599872f,-0.09238455615763186f,-0.0038543312985399483f,0.16771944235583786f,0.08439767117294603f,-0.9822154660543837f,1.0946120441590872f,0.9850070783609701f,-0.05516505734301612f,0.1634560247501672f,-0.11103198786390707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07768386490123226f,-0.7397634688488006f,-0.6683675839616976f,0.00918928198837048f,-0.03349179756631036f,0.6719514864073851f,-0.7398374817557456f,1.2465679588966385f,0.9964153333975668f,-0.03508860315965207f,-0.07697579683588908f,-0.21724064925127007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09729717068929201f,-0.6887579086744179f,-0.7184328805214174f,0.012138506372879714f,-0.22532724753621036f,0.6878696835847143f,-0.6899731371023226f,1.209131568643308f,0.9694126531532451f,0.22901493759907302f,-0.08826814976467187f,-0.222198913597809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.6702908918676151f,-0.7420325349846149f,0.00918928198837048f,-0.13052619222005157f,0.7348542338785473f,-0.6655465183556349f,1.2465679588966385f,0.9913955193770599f,0.10343778434445694f,-0.0802218731331985f,-0.21724064925127007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007432307870382823f,-0.0981945931768475f,-0.9951394790030959f,0.014579583723215191f,-0.043655943156658814f,0.9941862831949503f,-0.09842658652067977f,1.270730329888108f,0.999018978511831f,0.04417528922195882f,0.003102320959196783f,-0.2141132341400443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012274961791636719f,-0.0964746304660157f,-0.9952597505121261f,0.014579583723215191f,-0.21640305814678001f,0.9714894919839329f,-0.09683947226994584f,1.270730329888108f,0.9762269417188479f,0.21656595448326124f,-0.008952408671346966f,-0.2141132341400443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.027781611220242947f,-0.9995650778085355f,0.014579583723215191f,-0.13052619222005157f,0.9910254307067036f,-0.028835894942360274f,1.270730329888108f,0.9913955193770599f,0.1307546472237219f,0.006176276264012999f,-0.2141132341400443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020639134484173472f,-0.40722772426375f,-0.9130934271577642f,0.017468557132033248f,0.04977058976549245f,0.9117371326537136f,-0.40774782566529977f,1.2694857587745703f,0.9985474022409447f,-0.05386076059017204f,0.0014504987104114516f,-0.018874329524733363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03155542486596953f,-0.37342516404977494f,-0.9271234556497462f,0.0031769622685884503f,-0.2569816014040629f,0.893370862161494f,-0.3685769379391936f,1.310757458560417f,0.9659009844188644f,0.24988427220460974f,-0.0677726995437026f,-0.40416112236617774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.2519227884628438f,-0.9676967868859965f,0.03730728401509295f,-0.13052619222005157f,0.9591388481512736f,-0.2510290483421837f,1.1368496779446993f,0.9913955193770599f,0.12879277394385721f,-0.023395417049838503f,-0.22408628468390857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009891274115275697f,-0.16662381397960208f,-0.9859709261997878f,2.482461115771613e-17f,-0.13052619222005157f,0.9773676584216233f,-0.16647934831674233f,1.35625f,0.9913955193770599f,0.13034172350526915f,-0.012081360551086233f,-0.20270833333333327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06544288718508434f,-0.7359793054105666f,-0.6738335777655047f,-0.8845409566530749f,0.3752534555447267f,0.6075607962628502f,-0.7000390867274435f,2.499516858399258f,0.9246091458657664f,-0.2986709574964254f,0.2364182449168131f,-0.7017083155635507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.48664741104906f,-0.7359793054105666f,-0.47064717074112683f,-0.9121171814487723f,-0.16807989036255394f,0.6075607962628502f,-0.7762854045389256f,2.5098649207062085f,0.8572767626472555f,-0.2986709574964254f,-0.4193712095187381f,-0.6127053272288401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2941463978207716f,-0.7359793054105666f,-0.6097641828251676f,-0.8068644416271484f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.622675809549394f,0.9493652089035803f,-0.2986709574964254f,-0.09747491611501596f,-0.642585583978943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9802098826881388f,-0.014217706164269085f,-0.19744984859941345f,0.7101202275593477f,0.004977537481344f,0.9988723368135725f,-0.04721523979834476f,1.7861846220203281f,0.19789848407991056f,0.045298030641738596f,0.9791753052537904f,-0.4061177300965676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9802098826881388f,-0.014217706164269085f,-0.19744984859941345f,0.6182255510573347f,0.004977537481344f,0.9988723368135725f,-0.04721523979834476f,1.7857179778814523f,0.19789848407991056f,0.045298030641738596f,0.9791753052537904f,-0.42467071297905923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9802098826881388f,-0.014217706164269085f,-0.19744984859941345f,0.6937903665982532f,0.004977537481344f,0.9988723368135725f,-0.04721523979834476f,1.7930335859206419f,0.19789848407991056f,0.045298030641738596f,0.9791753052537904f,-0.562270517325882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.545511580511828e-7f,2.0347045962462572e-8f,-0.000015624222378642263f,0.687753501468332f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5200092261912226f,0.000015490554990266562f,0.000002039370253483491f,1.558847739016234e-7f,-0.18072960798810486f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134.mcfunction new file mode 100644 index 000000000..5604f6ebe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134_as_bone.mcfunction new file mode 100644 index 000000000..4e3d5ee77 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_134_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4287744977118157f,0.034079141454551994f,-0.6942157349658283f,-0.33704559256601674f,-0.2546661439110285f,0.7666629128334209f,-0.11965608081374877f,1.4624983216695189f,0.6467163440813228f,0.27930455536553583f,0.41314813335484496f,-0.19928468238134284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.40082694398952246f,-0.1298937553171175f,-0.6800480669053013f,-0.33704559256601674f,0.05692247213107399f,0.7893165918968195f,-0.11721411998081513f,1.4624983216695189f,0.6899982558952649f,0.010340700460154534f,0.40471653879658287f,-0.19928468238134284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4008113764540153f,0.029148488711979368f,-0.7109465876950881f,-0.3354780192570127f,-0.020445084364961966f,0.8151724450743235f,0.0449480562572299f,1.44707597255202f,0.711250085043785f,0.039858435014449904f,-0.3993483017715884f,-0.12315899136156065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.373671253040421f,-0.12387348357332051f,-0.6964374736604946f,-0.3354780192570127f,-0.3240899110880715f,0.7300869966480698f,0.04403074898667419f,1.44707597255202f,0.6287571265457972f,0.30270173007898693f,-0.3911983364293111f,-0.12315899136156065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08429609971774311f,0.0031603690274966054f,1.5602212758580065f,0.0016228796201964298f,1.5438221113274362f,0.22613823513843637f,0.08295201736527821f,1.5192465763375784f,-0.22564065712737252f,1.5460458468868516f,-0.015322636034449767f,0.6880486427550261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0020226361775973964f,-0.9985416165491242f,0.05394950381935537f,0.0017300825585118062f,0.14472847048859905f,-0.05308929111377791f,-0.9880461512495592f,1.4913203161090862f,0.9894693420075851f,0.009806487062047379f,0.1444100205615182f,0.4969212031523999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01573670385653374f,-0.9985416165491242f,0.05164296826474367f,-0.005792735540600306f,-0.11246532771615647f,-0.05308929111377791f,-0.992236401887541f,1.5216575165759727f,0.9935310293158583f,0.009806487062047379f,-0.11313676059562877f,0.1500827831342601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9741515136321858f,-0.0343017269553165f,-0.223276107131964f,0.24663833196378057f,0.1793298455642366f,0.4836168463860422f,-0.8567120592016471f,1.4451745485790848f,0.13736678993857435f,-0.8746074190283902f,-0.4649647595275037f,-0.574760097971452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7437657068536535f,-0.0343017269553165f,-0.6675597088173971f,0.007596631436284042f,0.5721876650907537f,0.4836168463860422f,-0.6623564159949015f,1.6322993383870084f,0.34556309008121333f,-0.8746074190283902f,-0.34007060054350635f,-0.4369025389720881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.055032118095489226f,-0.5724001435264299f,-0.8181256270701015f,0.25694620862092055f,-0.3293030135565657f,0.763118896721062f,-0.5560657108020539f,1.3403321666372867f,0.9426192185821846f,0.3000127083277503f,-0.1464970429782112f,-0.037167922970625815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.30681023367448673f,-0.9515567964188045f,0.19347205982933677f,-0.19851646377775817f,0.9315711393850861f,-0.3045758130153258f,1.5130981564406445f,0.9798898253923167f,0.19504536081993745f,-0.0421098244503019f,-0.0008601042197019237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016554555392578846f,-0.5409001986908053f,-0.8409238501505362f,0.20250809667404265f,-0.34253626410306576f,0.7870776811387188f,-0.5130084128234277f,1.395028761294138f,0.9393587464169739f,0.29653954021267537f,-0.17224821224148099f,-0.35729372110358043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.023638643132133087f,-0.04853714629367127f,-0.9985416165491243f,0.1871664966405473f,-0.2666365977528734f,0.9623338567814235f,-0.053089291113778136f,1.5751345513711938f,0.9635072076998925f,0.26750269815808936f,0.009806487062047349f,-0.3070756746548009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,0.25159136208502675f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.2395520711205816f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.12282455511888395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,0.2687379769803232f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.1242562912304446f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.23342830386709512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,-0.316255533747436f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.205396418440234f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,0.02393901080745732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,-0.37160001193713477f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,2.085740342463244f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.06792896356717838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521372044219092f,0.23396921639367196f,-0.19670574403347302f,0.15817457555788506f,0.0865032484917794f,0.8234594392020366f,0.5607421332390112f,2.3080253028991438f,0.2931755991824705f,0.5168877612878819f,-0.8042854656617889f,-0.06349022751817854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977015664656795f,0.08214159287156823f,-0.19670574403347302f,0.04646478680407274f,-0.04337918689496467f,0.826853376454916f,0.5607421332390112f,2.311361188694499f,0.2087070606366071f,0.5563867832413228f,-0.8042854656617889f,-0.03384337966652699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159867723665065f,0.39268366037443053f,-0.08226649211269597f,0.011256111632354446f,0.09407697963117158f,0.40955061729904196f,0.9074237233913658f,2.3457436897276183f,0.39002276183969775f,0.8234487444552409f,-0.41208544077899895f,-0.08506477410070158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925011131683907f,0.09040887475782816f,-0.08226649211269597f,0.041485727603036315f,-0.037085576290562125f,0.41857716882045426f,0.9074237233913658f,2.3501725736923045f,0.11647403311769458f,0.903669955850739f,-0.41208544077899895f,-0.08134712294810086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9661387135464847f,0.24455717217496376f,-0.08226649211269597f,0.11246068436855908f,0.028850904176042483f,0.41922525157100804f,0.9074237233913658f,2.4229848612678366f,0.25640517060887824f,0.874323726078053f,-0.41208544077899895f,-0.011015260884025074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9661387135464847f,0.1669815452407269f,-0.19670574403347302f,0.07488983668939558f,0.028850904176042483f,0.8274876949772655f,0.5607421332390112f,2.236800129897952f,0.25640517060887824f,0.536079544666863f,-0.8042854656617889f,-0.13163315843406906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9487809595515634f,-0.18824506648593822f,-0.2537291582300285f,-0.23059411226344473f,-0.21315815157766943f,0.974187752160908f,0.07430898973656311f,2.3190455780431747f,0.2331915376003286f,0.12458739295523462f,-0.964416760694365f,-0.012523074428492827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.03750541549491196f,-0.2537291582300285f,-0.11964023636430234f,-0.058137281158038484f,0.9955391657709317f,0.07430898973656311f,2.335774550690348f,0.24981032498100642f,0.08657432197061374f,-0.964416760694365f,-0.04042503712160513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287639229675021f,-0.27022044640977216f,-0.2537291582300285f,-0.09788894444010031f,-0.2972530775719664f,0.9519027166251425f,0.07430898973656311f,2.332772717456666f,0.22144566662730147f,0.1444372819731027f,-0.964416760694365f,-0.046378894851288106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668096912062972f,0.030008919565103556f,-0.2537291582300285f,-0.1263977612751067f,0.011449640015241375f,0.9971695341253929f,0.07430898973656311f,2.3410370559033775f,0.2552409190022343f,0.06893754389795456f,-0.964416760694365f,-0.038241714890991436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9596010888574475f,-0.1216028968712578f,-0.2537291582300285f,-0.19410779205662154f,-0.14468300667825662f,0.9866838407630233f,0.07430898973656311f,2.4442696737801226f,0.24131427194043076f,0.10801728495776661f,-0.964416760694365f,-0.04487668807332001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9596010888574475f,-0.1216028968712578f,-0.2537291582300285f,-0.16674714026058857f,-0.14468300667825662f,0.9866838407630233f,0.07430898973656311f,2.2222658096084427f,0.24131427194043076f,0.10801728495776661f,-0.964416760694365f,-0.06918057718881745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665479077999366f,-0.037505415494911945f,-0.2537291582300285f,-0.01877809014976573f,-0.05813728115803847f,0.9955391657709317f,0.07430898973656311f,1.716996991366327f,0.2498103249810064f,0.08657432197061374f,-0.964416760694365f,-0.11463818404968391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.05007490706604201f,-0.9985416165491243f,2.3191748758852998e-17f,-0.19851646377775817f,0.9786586436435386f,-0.053089291113778136f,1.35f,0.9798898253923167f,0.19929817586750945f,0.009806487062047349f,-0.18937499999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.4268111863312002f,-0.9041156272959585f,0.25705479022146993f,-0.19851646377775817f,0.8845842110961432f,-0.42202131117822506f,0.7647507165149305f,0.9798898253923167f,0.18799729971988355f,-0.0668800821668686f,-0.4188654901082136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.02017780220412633f,-0.5844261800092876f,-0.8111959667170214f,0.03424230909292907f,-0.19851646377775817f,0.792864491302423f,-0.5761571938637269f,1.0670303038239792f,0.9798898253923167f,0.17266134063970986f,-0.10001995571441179f,-0.3530383539893242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03694180584242772f,0.029765575272296715f,-0.9988740228426252f,0.3141027527390333f,0.1648798690931595f,0.9860387543093431f,0.02328526933280406f,1.1688002056070117f,0.9856215966327659f,-0.16383401822816857f,-0.041333796369183856f,-0.0990812227655571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03694180584242772f,-0.9934594474678701f,-0.10804457051575811f,-0.006780658026841299f,0.1648798690931595f,0.10057719763423875f,-0.9811721847279742f,1.08843366160934f,0.9856215966327659f,-0.05406064698907623f,0.16008596034068545f,-0.09766403324778593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07707112468589399f,-0.7319978367558595f,-0.6769336811862692f,0.007908974743771134f,-0.03248752031192052f,0.6804363922237886f,-0.7320866595980678f,1.2402177112539f,0.9964961629447621f,-0.0344308455054002f,-0.07622279261578736f,-0.20390353902394398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09565840238558788f,-0.6805486494086739f,-0.7264316938577687f,0.010421222388548916f,-0.2263315247906002f,0.6957932505746616f,-0.6816493184480626f,1.2027492647630103f,0.969341792629926f,0.22961987771701375f,-0.08747114277420162f,-0.2088603277354643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.6616661534884911f,-0.7497399766433276f,0.007908974743771134f,-0.13052619222005157f,0.7425483007727746f,-0.6569512418467595f,1.2402177112539f,0.9914005469001551f,0.1040188557291892f,-0.07940423955220116f,-0.20390353902394398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007924695092932633f,-0.08667588493441668f,-0.9962050442446675f,0.013580750577073098f,-0.043632548044126265f,0.9952575263635498f,-0.08694053696570633f,1.2643166286318361f,0.9990162160640141f,0.04415594170147551f,0.004105222721709393f,-0.20078434199455025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010751630961888269f,-0.0850458983893228f,-0.9963190240072767f,0.013580750577073098f,-0.2164264532593126f,0.9725607351525324f,-0.0853534227149724f,1.2643166286318361f,0.9762397209503688f,0.21654748118304024f,-0.007949568040270236f,-0.20078434199455025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.01621772576214775f,-0.9998245429176544f,0.013580750577073098f,-0.13052619222005157f,0.9912938595192523f,-0.01730309868085192f,1.2643166286318361f,0.9914005469001551f,0.13066548683768384f,0.0071753853934331865f,-0.20078434199455025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019067649188881635f,-0.39673714825320294f,-0.9177341989652157f,0.016649913289607295f,0.05011152901646912f,0.9163682085495305f,-0.3971877906222142f,1.2630595747073752f,0.9985615952028404f,-0.05356250139454273f,0.002408117588135193f,-0.00554826680434628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.029552423539168298f,-0.3628457433799671f,-0.9313804919440823f,0.0024510499035712337f,-0.2572257991371238f,0.8976455361731064f,-0.35786502992995073f,1.3044524184784736f,0.9658993438869443f,0.25015087027539107f,-0.06680568523138433f,-0.39082549217341234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.24071365158973232f,-0.9705509101472883f,0.034752649724771364f,-0.13052619222005157f,0.9619947118293061f,-0.23985222024610198f,1.130181655093862f,0.9914005469001551f,0.12893064938480467f,-0.02240185829983287f,-0.21076425296342632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009373833293128452f,-0.15520857802369245f,-0.9878372480106509f,2.3191748758852998e-17f,-0.13052619222005157f,0.9792385299218752f,-0.15509614650589784f,1.35f,0.9914005469001551f,0.1303924799377179f,-0.01107956595562552f,-0.18937499999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07961668477303407f,-0.7358233197091915f,-0.6724769331939174f,-0.878278925153755f,0.36094062607108796f,0.6075607962628502f,-0.7075250831566768f,2.4962102785007887f,0.9291840764655636f,-0.29905504680007744f,0.21721655329702882f,-0.6884189362888404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4774279456739957f,-0.7358233197091915f,-0.4802359824728394f,-0.9059015995600552f,-0.1522594368845988f,0.6075607962628502f,-0.7795427779949196f,2.506558340807739f,0.8653783106648173f,-0.29905504680007744f,-0.4021025471373072f,-0.599430352947296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2946418603338687f,-0.7358233197091915f,-0.6097132246483933f,-0.8006332786596462f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6193692296509243f,0.9492115556431409f,-0.29905504680007744f,-0.09779315731139773f,-0.6292556710213585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8682130497052498f,-0.008638818691251215f,-0.4961163886963714f,0.6653434531783172f,-0.014432088063731837f,0.9989857613251679f,-0.04265165300073829f,1.7705997729063203f,0.49598166816489303f,0.04419071713826772f,0.8672077982601258f,-0.3947822860413711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8682130497052498f,-0.008638818691251215f,-0.4961163886963714f,0.58394847976845f,-0.014432088063731837f,0.9989857613251679f,-0.04265165300073829f,1.7719527811622953f,0.49598166816489303f,0.04419071713826772f,0.8672077982601258f,-0.44128056743182986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8682130497052498f,-0.008638818691251215f,-0.4961163886963714f,0.6990634247778393f,-0.014432088063731837f,0.9989857613251679f,-0.04265165300073829f,1.7776740249844185f,0.49598166816489303f,0.04419071713826772f,0.8672077982601258f,-0.5481125964756194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4646614520513206e-7f,1.9282633828253817e-8f,-0.00001562430161153904f,0.6877419364271514f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5137592261912227f,0.000015490633545314926f,0.0000020393805954518065f,1.4772999579843408e-7f,-0.16703731817793085f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135.mcfunction new file mode 100644 index 000000000..e6106f776 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135_as_bone.mcfunction new file mode 100644 index 000000000..88623087f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_135_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45008942401548213f,0.037762252077431f,-0.6803954490969913f,-0.3343095688000159f,-0.2545544564499113f,0.7657004488505491f,-0.12589398625828788f,1.4568220782825592f,0.632112318765697f,0.2814627495647556f,0.43377088597155283f,-0.18724094429000737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4214981827459837f,-0.1345508511258129f,-0.6665098276868487f,-0.3343095688000159f,0.056662749752825384f,0.788403669399977f,-0.12332472123260853f,1.4568220782825592f,0.6775903000576986f,0.017768582891476092f,0.4249184189109089f,-0.18724094429000737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4237948837329776f,0.03312581518029986f,-0.6973127141640523f,-0.33274095211689453f,-0.02300220160746261f,0.8146411763413378f,0.0526791892008156f,1.4402642681948927f,0.6977200295873739f,0.04697742673121107f,-0.4218107705295729f,-0.10790899229657284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3959628927839875f,-0.12888981363219848f,-0.6830818424464186f,-0.33274095211689453f,-0.32620500712757927f,0.7286475895832644f,0.05160410370692141f,1.4402642681948927f,0.6138433683465452f,0.3040725343340892f,-0.41320238745754084f,-0.10790899229657284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08390430570122946f,0.0042917206738004f,1.5602396926813689f,0.001399655742854555f,1.5506872895105006f,0.17291699664212368f,0.08291497104168263f,1.4983946662174106f,-0.17243911283513946f,1.552896501189286f,-0.013544702237562206f,0.7009952097377279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0027467012312318243f,-0.9985534033160761f,0.05369875564878663f,0.0013670074961743004f,0.11066687785095891f,-0.05306558146667672f,-0.9924398652867205f,1.477047614650931f,0.993853760761143f,0.008668609432039348f,0.11036103221448904f,0.5090215448891734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015656017223919082f,-0.9985534033160761f,0.05143918594385115f,-0.006060574780857615f,-0.13271333485974907f,-0.05306558146667672f,-0.9897329007434315f,1.5134096512050903f,0.9910308067235288f,0.008668609432039348f,-0.13335214784706806f,0.16441437674979656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9721336993961135f,-0.033541544509531916f,-0.2320151617682395f,0.24481059257125162f,0.18653880221039465f,0.4887522803358831f,-0.8522467270317824f,1.4391930058756457f,0.14198361091456527f,-0.8717775939185346f,-0.4688757628341136f,-0.5616811934882606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7377641089979136f,-0.033541544509531916f,-0.6742248024705337f,0.007822776643384866f,0.5763279246478512f,0.4887522803358831f,-0.6549559769462182f,1.6274988394293537f,0.3514971447190092f,-0.8717775939185346f,-0.34125296188603915f,-0.4218991621810042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04328427672019759f,-0.5744591125442255f,-0.8173880347813456f,0.2568194668878827f,-0.3030539693181477f,0.7720561687180251f,-0.5586479786278291f,1.3331669478398376f,0.9519898965164096f,0.27189336210975296f,-0.1406742214171815f,-0.02368164612709186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.019352103932562266f,-0.30690097722667176f,-0.9515446843163474f,0.1933283793809046f,-0.20427454658619065f,0.9304332613567946f,-0.3042463734836702f,1.5057216445099637f,0.9787223332949899f,0.20026416638598296f,-0.04468621679374763f,0.013588596215319021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013400977296012867f,-0.5420664345065159f,-0.8402287750302921f,0.20274097446266393f,-0.3074116679564624f,0.7973728601525774f,-0.5193212765681025f,1.388684202986214f,0.9514822542810438f,0.2652555418337028f,-0.15595197117949897f,-0.3396031191233602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.0217605141877264f,-0.049168900213117706f,-0.9985534033160762f,0.1872808469019789f,-0.25140525366813005f,0.9664261184858708f,-0.05306558146667695f,1.5695574403181483f,0.9676372659474978f,0.2521963060002383f,0.008668609432039318f,-0.2922621329393653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,0.25263379429266547f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.232362771706689f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.10017273414365196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,0.2695847373244136f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.118541779398788f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.21232334600279104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,-0.31533690874507486f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.1973907606228247f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,0.045917953210351165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,-0.3708928639734637f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,2.0791052562616645f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.047582783667425785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515367315836478f,0.24304972597928948f,-0.18842685357586775f,0.15995375362562417f,0.08285757837352725f,0.7926547327135105f,0.6040141524939195f,2.2966692521669545f,0.29616291150848706f,0.5591290597064913f,-0.7743786053595169f,-0.03724095405794477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9778430892949189f,0.09120424096316969f,-0.18842685357586775f,0.04823998572856263f,-0.04216105498416452f,0.7958576185660814f,0.6040141524939195f,2.299833092384999f,0.20504959927000999f,0.5985753397866115f,-0.7743786053595169f,-0.007590240705376852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9153081854793872f,0.397188080600451f,-0.06672746228773907f,0.01330074292286973f,0.08276373689167094f,0.34763333969705107f,0.9339706767274875f,2.33879213466352f,0.3941587109910908f,0.8493483912741601f,-0.3510644111695706f,-0.05808338578790033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.99324768108717f,0.09490252784619652f,-0.06672746228773907f,0.043588265764699013f,-0.028711618493946576f,0.35619435421783024f,0.9339706767274875f,2.3424763081243585f,0.11240412349383733f,0.9295800623032661f,-0.3510644111695706f,-0.05403882759001041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.96617312775837f,0.24911228989001494f,-0.06672746228773907f,0.1155487001507236f,0.027362942426330007f,0.35630049732630514f,0.9339706767274875f,2.4093078661433815f,0.256438601968155f,0.9005515102595631f,-0.3510644111695706f,0.021066986212747732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.96617312775837f,0.17608182202915493f,-0.18842685357586775f,0.07593029019416381f,0.027362942426330007f,0.7965037181136227f,0.6040141524939195f,2.2300945295678165f,0.256438601968155f,0.5784263297794001f,-0.7743786053595169f,-0.1090789379876171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9493041379692365f,-0.18628896586226468f,-0.253215471155403f,-0.22942846496988645f,-0.21434445498909907f,0.9727951679192025f,0.08789775815387131f,2.3113470164655614f,0.22995240431426409f,0.13771703769330207f,-0.9634084851604072f,0.01102948360653628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.03549155457998941f,-0.253215471155403f,-0.118430021032984f,-0.05952682737679045f,0.9943493052916451f,0.08789775815387131f,2.328224053331095f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.016604764985125156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294555959360896f,-0.26831738734311644f,-0.253215471155403f,-0.09668272125999453f,-0.29831349502683624f,0.950412038431962f,0.08789775815387131f,2.3252583974945433f,0.21707453528215234f,0.1572346553815881f,-0.9634084851604072f,-0.022591246676641398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668794336973218f,0.03203257499318435f,-0.253215471155403f,-0.1251775310847704f,0.009980478189957398f,0.9960795019307561f,0.08789775815387131f,2.3334703898251514f,0.2550383319194322f,0.08245932313985299f,-0.9634084851604072f,-0.014352641211401056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.959986542156994f,-0.11961506612883432f,-0.253215471155403f,-0.19267276055194738f,-0.14596356208029246f,0.9853774011293115f,0.08789775815387131f,2.436922737977714f,0.2389989067386935f,0.12134089705716886f,-0.9634084851604072f,-0.019610986211880475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.959986542156994f,-0.11961506612883432f,-0.253215471155403f,-0.1657593706729597f,-0.14596356208029246f,0.9853774011293115f,0.08789775815387131f,2.215212822723619f,0.2389989067386935f,0.12134089705716886f,-0.9634084851604072f,-0.046912688049743426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9667586434684942f,-0.035491554579989405f,-0.253215471155403f,-0.01881213504354704f,-0.05952682737679046f,0.9943493052916451f,0.08789775815387131f,1.710302852241441f,0.2486649997514947f,0.10004903107735878f,-0.9634084851604072f,-0.09916442628456393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019352103932562266f,-0.05016569344945883f,-0.9985534033160762f,2.1558886359989865e-17f,-0.20427454658619065f,0.9774742726438428f,-0.05306558146667695f,1.34375f,0.9787223332949899f,0.20500597435227402f,0.008668609432039318f,-0.17604166666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.018521214325837247f,-0.40478932157239367f,-0.9142223852875501f,0.24612932171542318f,-0.19863772133598073f,0.8946623303254473f,-0.400152933712961f,0.7528108340146631f,0.9798979642199209f,0.1890103696562743f,-0.0638361956890672f,-0.40611500992649463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.018521214325837247f,-0.5646148837651009f,-0.8251466522084531f,0.03086989727997846f,-0.19863772133598073f,0.8067590467526939f,-0.5564915957542698f,1.0603877205891277f,0.9798979642199209f,0.17421215087819214f,-0.09721165672926448f,-0.3396966274041839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0339104496996038f,0.04556156019789118f,-0.9983858100120936f,0.3123961256065587f,0.16198704915666193f,0.9860022213830744f,0.03949449750483479f,1.1574876404448198f,0.9862100573948167f,-0.16038629511269387f,-0.04081616142333837f,-0.0855733062877593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0339104496996038f,-0.9917334009411694f,-0.12375355695426418f,-0.0097380291643396f,0.16198704915666193f,0.1167335918250122f,-0.979864003035701f,1.0822884820601533f,0.9862100573948167f,-0.053274102501056714f,0.1566894785747245f,-0.08429814618927513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07679528459454776f,-0.7241222962163374f,-0.6853826554461537f,0.00663267317026376f,-0.031496364745152605f,0.6888314717581097f,-0.7242369657255812f,1.2338823263757148f,0.9965492778944163f,-0.034030921790854415f,-0.07570622887307242f,-0.19056348435605974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09366909162405426f,-0.6723283679133495f,-0.7343028441816744f,0.008709335609880634f,-0.22732268035736813f,0.7036203131526567f,-0.6732331348902095f,1.196386896275144f,0.9693041319779185f,0.22998482692979735f,-0.08692801109311539f,-0.1955178581494964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.6529891561197902f,-0.7573194483881874f,0.00663267317026376f,-0.13052619222005157f,0.750141838513437f,-0.648267024655901f,1.2338823263757148f,0.9914083407262411f,0.10436658517765407f,-0.078848702188412f,-0.19056348435605974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.008067934218499205f,-0.07516098054434464f,-0.997138774414604f,0.012584077228415034f,-0.04362084969597546f,0.9961955639857938f,-0.0754428244886624f,1.2579145275324686f,0.9990155804136626f,0.044104708350000923f,0.004758654443671108f,-0.18745055208921882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008886712231657526f,-0.07368125452599075f,-0.9972422469376173f,0.012584077228415034f,-0.21643815160746338f,0.9734987727747764f,-0.07385571023792846f,1.2579145275324686f,0.9762558849371697f,0.21649760307560062f,-0.007296231086203288f,-0.18745055208921882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.004697212067418938f,-0.9999527594420738f,0.012584077228415034f,-0.13052619222005157f,0.9914280830113825f,-0.005767959856761984f,1.2579145275324686f,0.9914083407262411f,0.13056910972802396f,0.007823651530624608f,-0.18745055208921882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01784154402428653f,-0.38617484936665436f,-0.9222530374162349f,0.01576499232221948f,0.050428308716710946f,0.920878340596728f,-0.3865747890121501f,1.2566417371953897f,0.998568307621868f,-0.0534047520025898f,0.0030442530677225327f,0.007783632376319516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.027208922751645524f,-0.3523049565660977f,-0.9354896536582619f,0.0017950019364886705f,-0.2574526925923571f,0.9017964314737822f,-0.34710417349564837f,1.2981569685966377f,0.9659077521169607f,0.250288660870028f,-0.06616495023989555f,-0.3774887914426237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.22951725035699266f,-0.9732673921927056f,0.03220082213746853f,-0.13052619222005157f,0.9647203368225107f,-0.22864291999883918f,1.123543254072263f,0.9914083407262411f,0.1289825705652782f,-0.02174852704930699f,-0.19742969285161713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.008509705222600611f,-0.1438180254676003f,-0.9895675623562168f,2.1558886359989865e-17f,-0.13052619222005157f,0.9809768282003603f,-0.14369194715952185f,1.34375f,0.9914083407262411f,0.13038726197202447f,-0.010424195598705482f,-0.17604166666666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.09414056743691751f,-0.7355623778494302f,-0.6708841493545271f,-0.8566418112436331f,0.3464230871441416f,0.6075607962628502f,-0.7147453557302587f,2.496169022575734f,0.9333427013997472f,-0.2996962914968146f,0.19761967160907498f,-0.6744310996669151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.46828676833639243f,-0.7355623778494302f,-0.4895462091504235f,-0.8843420393830418f,-0.13631531891842952f,0.6075607962628502f,-0.7824883466688936f,2.506517084882684f,0.8729980735541315f,-0.2996962914968146f,-0.3847811019707589f,-0.5854666266031342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29546910015369227f,-0.7355623778494302f,-0.6096277545739364f,-0.779047762127247f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6193279737258695f,0.9489543793469958f,-0.2996962914968146f,-0.09832455838301198f,-0.6152001793775729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6883268652226138f,-0.0045787295689808f,-0.7253862156453926f,0.6247006379536327f,-0.03157509032506489f,0.9988431983981015f,-0.03626677108338382f,1.7574802655173813f,0.72471314344627f,0.047867528131131966f,0.6873860338025799f,-0.3974028407914429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6883268652226138f,-0.0045787295689808f,-0.7253862156453926f,0.5601699943390126f,-0.03157509032506489f,0.9988431983981015f,-0.03626677108338382f,1.7604404302353562f,0.72471314344627f,0.047867528131131966f,0.6873860338025799f,-0.4653446979895307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6883268652226138f,-0.0045787295689808f,-0.7253862156453926f,0.7012432484931316f,-0.03157509032506489f,0.9988431983981015f,-0.03626677108338382f,1.7644003635388763f,0.72471314344627f,0.047867528131131966f,0.6873860338025799f,-0.5344816744608738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3296414410313456e-7f,1.750506166074807e-8f,-0.00001562442444089379f,0.687722205211538f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5075092261912226f,0.000015490755323847517f,0.0000020393966278997748f,1.3411148646117425e-7f,-0.15310454372739676f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136.mcfunction new file mode 100644 index 000000000..75ef7b212 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136_as_bone.mcfunction new file mode 100644 index 000000000..044ab28c5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_136_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.47614697691643165f,0.042213762057768216f,-0.6621529272839605f,-0.3309414881491679f,-0.2530789768957102f,0.7649497770657091f,-0.1332190469301849f,1.4513201799518793f,0.613334763625223f,0.28286795736614706f,0.4590758443533486f,-0.1758866852532661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.44674966902614727f,-0.1402904117693071f,-0.6486396022373491f,-0.3309414881491679f,0.05771668840317282f,0.7871711744992418f,-0.13050029087038523f,1.4513201799518793f,0.6611229213276447f,0.02607953993233683f,0.44970694957062723f,-0.1758866852532661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4522284082384957f,0.03799627305991971f,-0.6789625869369218f,-0.32939446463868427f,-0.024720627194618802f,0.8139333424969638f,0.06201490955624522f,1.4333524443186338f,0.6795754570447828f,0.05489300182828972f,-0.44956467941454004f,-0.09226284742027155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.42352174489798144f,-0.13514090496581757f,-0.6651062076116785f,-0.32939446463868427f,-0.32749487678603606f,0.7273627900372794f,0.06074929915713818f,1.4333524443186338f,0.5944547394692621f,0.3044344058647187f,-0.44038989003873313f,-0.09226284742027155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08344260022476219f,0.004705332941418513f,1.5602632605780478f,0.0007815316144552976f,1.5557214544923454f,0.11947652679692189f,0.08283939628440747f,1.4775815270922206f,-0.1190560309264138f,1.5579183128092609f,-0.011065356460321918f,0.7136042472602883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.003011413082507417f,-0.9985684867699506f,0.05340326414384758f,0.0006977608808534739f,0.07646497715002976f,-0.05301721362202058f,-0.9956617308751011f,1.4628407703392063f,0.997067720197927f,0.007081828134605567f,0.07619585979290461f,0.5210106628793758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015126530078962232f,-0.9985684867699506f,0.05130463251735952f,-0.0064797385974910944f,-0.15291553401926367f,-0.05301721362202058f,-0.9868160996433734f,1.5051528947675914f,0.9881234880030803f,0.007081828134605567f,-0.1534985998857913f,0.17873267939984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9701002275562283f,-0.03238407292609007f,-0.2405344472545919f,0.24313822835280913f,0.19369439028330043f,0.4938796496836018f,-0.8476823548955015f,1.4332357340011108f,0.14624647574603217f,-0.8689270184826344f,-0.4728401472831434f,-0.5484949741054396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7318553628914283f,-0.03238407292609007f,-0.6806900907371678f,0.008162485307460587f,0.580373491470533f,0.4938796496836018f,-0.6474947891888443f,1.6226906189566088f,0.35714750202872625f,-0.8689270184826344f,-0.3426536127717327f,-0.40688079800789845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03254732102107598f,-0.5761219914732257f,-0.8167154478980274f,0.25662378922226925f,-0.2795051156170877f,0.7792984004164506f,-0.5608661992420647f,1.3259947923380038f,0.9595923937996953f,0.2465308379276019f,-0.13566496862670552f,-0.010085673068616026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01808403746420044f,-0.30707160980656456f,-0.9515145789948772f,0.1931008962648204f,-0.21003507841770563f,0.9292683576164789f,-0.30388416438972227f,1.4983333333636577f,0.9775265896245797f,0.20534689182838017f,-0.04769088585214047f,0.028118801112629377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010677861285231257f,-0.5430131382919964f,-0.8396563076167837f,0.2030242319667845f,-0.2768862314686853f,0.8052645700578717f,-0.52429284472762f,1.3825033889614637f,0.9608433785489927f,0.23808759701376314f,-0.14175435812266554f,-0.32233457665994514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.019571357056565795f,-0.04977890329181103f,-0.9985684867699506f,0.18744963455725777f,-0.2389420677214958f,0.9695854079619457f,-0.05301721362202069f,1.5639692953691908f,0.9708365723724773f,0.23963763780827788f,0.007081828134605551f,-0.2773582581450518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,0.25362362124629667f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.225069965883581f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.07748634633136779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,0.27043672168215166f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.1127296402543143f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.19114057366693235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,-0.31453630263339816f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.189294478526405f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,0.06767103515981215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,-0.3702542563098446f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,2.0723870694047326f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.02745246262368692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9511678342327059f,0.2505181968972465f,-0.18033409035569473f,0.16152084323462812f,0.07929372351832155f,0.7629216335903681f,0.6416097617792327f,2.2854989969437933f,0.298315699438805f,0.5959792060325225f,-0.7455310385525072f,-0.011563086276208182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9786470599352364f,0.09863847087065908f,-0.18033409035569473f,0.049789387550008495f,-0.04102975141690762f,0.765933073504639f,0.6416097617792327f,2.288491585282411f,0.20141124988139195f,0.6353085698902817f,-0.7455310385525072f,0.018038718578081606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9150363287138521f,0.399882405137465f,-0.052939391716864084f,0.015203722746993789f,0.07246316673063019f,0.29206594467496044f,0.9536490829589738f,2.3314051648113625f,0.396809282403076f,0.8687873997835137f,-0.2962276951538403f,-0.031398553376494984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9938217220091077f,0.09754899111472373f,-0.052939391716864084f,0.0455293440323679f,-0.021336773472187927f,0.3001635698570109f,0.9536490829589738f,2.3344248112302224f,0.10891798272392203f,0.9488867296275117f,-0.2962276951538403f,-0.027096919482132928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9663261032183317f,0.2518159705886871f,-0.052939391716864084f,0.11822378044899148f,0.025881845090747826f,0.29980586496299017f,0.9536490829589738f,2.3957639596814344f,0.25601560955061436f,0.9201658330378663f,-0.2962276951538403f,0.05188834694521831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9663261032183317f,0.18355783310569512f,-0.18033409035569473f,0.07692326800021014f,0.025881845090747826f,0.766594445377929f,0.6416097617792327f,2.2232802094714006f,0.25601560955061436f,0.6153368818958009f,-0.7455310385525072f,-0.08656245148133669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9499235703936197f,-0.18443689218772796f,-0.25224639385087344f,-0.22836926914704608f,-0.2154822154404239f,0.9712362630040394f,0.10132885203551256f,2.303533870721306f,0.22630206636158742f,0.15060927669330482f,-0.9623430887861121f,0.03438293097877235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578935f,-0.25224639385087344f,-0.11731431587448504f,-0.06089444656540634f,0.9929875780303891f,0.10132885203551256f,2.320554714172627f,0.24707639402754028f,0.11335358388667041f,-0.9623430887861121f,0.0070657410274813995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.930234090089814f,-0.2665263484610968f,-0.25224639385087344f,-0.09556814246821194f,-0.29931105844039047f,0.9487599032634433f,0.10132885203551256f,2.3176254883708403f,0.2123144553017272f,0.16975968760437693f,-0.9623430887861121f,0.0010572717227040652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9670663641829885f,0.03397652211638949f,-0.25224639385087344f,-0.12405306316284442f,0.00852120116100219f,0.994816492060691f,0.10132885203551256f,2.3257840539543206f,0.25438167464789835f,0.09584228226067842f,-0.9623430887861121f,0.009382698176678805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9604752715464739f,-0.11772429459103614f,-0.25224639385087344f,-0.19133487865711113f,-0.14720729471412564f,0.9839016597852214f,0.10132885203551256f,2.4294344712817235f,0.2362567779571109f,0.13445636591448232f,-0.9623430887861121f,0.005459329356306865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9604752715464739f,-0.11772429459103614f,-0.25224639385087344f,-0.16484691237412805f,-0.14720729471412564f,0.9839016597852214f,0.10132885203551256f,2.208056597830049f,0.2362567779571109f,0.13445636591448232f,-0.9623430887861121f,-0.024793352974451607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9670807214973528f,-0.03356538242578934f,-0.25224639385087344f,-0.018876863885902134f,-0.06089444656540635f,0.992987578030389f,0.10132885203551256f,1.7035957432840405f,0.24707639402754028f,0.11335358388667043f,-0.9623430887861121f,-0.08369839244524677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01808403746420044f,-0.05033830369573908f,-0.9985684867699506f,1.9926023961126735e-17f,-0.21003507841770563f,0.9762553154241081f,-0.05301721362202069f,1.3375f,0.9775265896245797f,0.21069317570156434f,0.007081828134605551f,-0.1627083333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01655378074375195f,-0.38258765151076213f,-0.923770892188408f,0.2351450345896239f,-0.19874971463740768f,0.9042018066165208f,-0.3780444998184326f,0.7410967635424599f,0.9799104669686085f,0.1898572669741653f,-0.06107122810672566f,-0.39327479567757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01655378074375195f,-0.5445250598936293f,-0.8385812014891146f,0.027544855505177747f,-0.19874971463740768f,0.8201677257000598f,-0.5364918011037452f,1.0537857089656077f,0.9799104669686085f,0.17554874214254798f,-0.09464732356243566f,-0.3263468377357236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03126255761093577f,0.06141496314605728f,-0.9976226013846073f,0.31057941251023324f,0.1590422642432106f,0.9856994459663893f,0.055697041267428415f,1.146186690658876f,0.9867766772051392f,-0.15692292542302835f,-0.04058306051375398f,-0.07197808777584004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03126255761093577f,-0.9897287013716514f,-0.13949820849318256f,-0.012722986569435506f,0.1590422642432106f,0.13286243306710963f,-0.9782909240424754f,1.0761764913205154f,0.9867766772051392f,-0.0527699873097607f,0.15325507418455037f,-0.07093700039544186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07682281271650071f,-0.7161394615430225f,-0.693716460138575f,0.005360051375424384f,-0.030518465052604332f,0.6971355884509643f,-0.7162894628611819f,1.2275618158218287f,0.9965775828991731f,-0.03385620971103199f,-0.07541139387946753f,-0.1772220082249417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09136224782337765f,-0.6640907808751486f,-0.7420487682284065f,0.007002408855726595f,-0.2283005800499164f,0.7113498116597192f,-0.6647257258452944f,1.1900444783926032f,0.969294477866005f,0.23014100071112348f,-0.08662179269763007f,-0.18217354123286264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,-0.6442578982781418f,-0.7647731661856019f,0.005360051375424384f,-0.13052619222005157f,0.7576338190570788f,-0.6394950424870545f,1.2275618158218287f,0.9914177466415722f,0.10451199322191229f,-0.07853721994653304f,-0.1772220082249417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007895713382063635f,-0.06364988186018808f,-0.997941055498456f,0.011589311793455268f,-0.04362084969597546f,0.9970002690664046f,-0.06393500569576739f,1.2515240471820597f,0.9990169564036384f,0.044035849267395656f,0.005095566436598796f,-0.17411330545962025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006713377583065465f,-0.06237486547638136f,-0.9980302133293514f,0.011589311793455268f,-0.21643815160746338f,0.9743034778553872f,-0.06234789144503346f,1.2515240471820597f,0.9762732491931609f,0.21643037955818564f,-0.006959433463135085f,-0.17411330545962025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,0.006782890958897475f,-0.9999501125564008f,0.011589311793455268f,-0.13052619222005157f,0.9914280830113825f,0.005767959856761873f,1.2515240471820597f,0.9914177466415722f,0.13047738733824638f,0.00815493945608286f,-0.17411330545962025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016927298565894693f,-0.37554420660213156f,-0.9266498882808094f,0.01482011649740871f,0.0507208859793174f,0.9252669181956236f,-0.3759102576656376f,1.2502322689611267f,0.9985694058445482f,-0.053363648491726805f,0.003385665505817353f,0.021119935075880863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024557817426017352f,-0.34179591262885534f,-0.939453281283044f,0.0012021059912334688f,-0.25766225105202106f,0.9058229860987437f,-0.33629582548399306f,1.291871115068096f,0.9659229151366456f,0.2503203386969643f,-0.06582286873542798f,-0.36415175076377937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,-0.21833078620777668f,-0.9758472744262869f,0.029651420219914175f,-0.13052619222005157f,0.967315354124894f,-0.21740266516021567f,1.1169345274631832f,0.9914177466415722f,0.12896772258253156f,-0.021405096963628252f,-0.1840862931530358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0073324476596359385f,-0.1324492776394887f,-0.9911626627673665f,1.9926023961126735e-17f,-0.13052619222005157f,0.9825823179193177f,-0.13226829422365277f,1.3375f,0.9914177466415722f,0.13034253858613568f,-0.010083366455151718f,-0.1627083333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.10879839502923833f,-0.7352059837720337f,-0.6690553569510209f,-0.8156421648550314f,0.33190113296393997f,0.6075607962628502f,-0.7216034345689497f,2.498493149283049f,0.9370189684186306f,-0.30056952651632485f,0.1779140594597218f,-0.6595176495876032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4593384591563278f,-0.7352059837720337f,-0.49847802495765725f,-0.8434480146633127f,-0.1204666468208126f,0.6075607962628502f,-0.7850844959927568f,2.508841211589999f,0.880054524983333f,-0.30056952651632485f,-0.3676438395867828f,-0.5705861319859633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29659573128833355f,-0.7352059837720337f,-0.6095105689053594f,-0.7381185044233681f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6216521004331845f,0.9486028544174918f,-0.30056952651632485f,-0.09904839383220224f,-0.6001946317119529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4788436031430987f,-0.0018583184977124662f,-0.8778982574201271f,0.590282712787676f,-0.048203621577936236f,0.9984335337551579f,-0.028405801167349844f,1.7472876485545001f,0.8765758464592242f,0.05591981156574967f,0.4780039331205813f,-0.40879988560800795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4788436031430987f,-0.0018583184977124662f,-0.8778982574201271f,0.5453911249930105f,-0.048203621577936236f,0.9984335337551579f,-0.028405801167349844f,1.7518067380774318f,0.8765758464592242f,0.05591981156574967f,0.4780039331205813f,-0.4909788712135602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4788436031430987f,-0.0018583184977124662f,-0.8778982574201271f,0.6995216575033623f,-0.048203621577936236f,0.9984335337551579f,-0.028405801167349844f,1.7538080634910684f,0.8765758464592242f,0.05591981156574967f,0.4780039331205813f,-0.5215899683788713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.1456949468181155e-7f,1.5083360122186355e-8f,-0.000015624572676496974f,0.6876944835783317f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5012592261912225f,0.00001549090229127457f,0.00000203941597652861f,1.1555811033510892e-7f,-0.1389545882457967f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137.mcfunction new file mode 100644 index 000000000..11e966ba6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137_as_bone.mcfunction new file mode 100644 index 000000000..dd520c141 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_137_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5016553329342662f,0.0465000308689368f,-0.6427473208907546f,-0.3276020623376761f,-0.2511155796289231f,0.7642568297326101f,-0.14070148655623488f,1.4458839285850533f,0.5934874363039919f,0.28406634749771453f,0.48375966927087594f,-0.16482545880223376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4714421739341498f,-0.14597364038261207f,-0.629630028627678f,-0.3276020623376761f,0.059233844078367626f,0.7858080142086538f,-0.13783002764692398f,1.4458839285850533f,0.643609841714639f,0.03460435115559976f,0.47388702295922547f,-0.16482545880223376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.48060104412679455f,0.04278759169255129f,-0.6588902054408083f,-0.32611953098030017f,-0.025896732065660795f,0.8131015742727883f,0.07169123815276793f,1.4263781907174948f,0.6597699902973753f,0.06308324941463485f,-0.47714621238226f,-0.07657771741372393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45099582408866035f,-0.14144079375133675f,-0.6454434665542613f,-0.32611953098030017f,-0.3282474729977744f,0.7261691284990128f,0.0702281516598543f,1.4263781907174948f,0.5734599926107884f,0.3044222374892741f,-0.4674085345785405f,-0.07657771741372393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08298377939725934f,0.004438763385868177f,1.560288511697933f,-0.00020627915691148985f,1.5589170785020234f,0.0658834532332587f,0.08272341231342319f,1.4568187069275245f,-0.06555520354375086f,1.5611040701918837f,-0.00792763007916657f,0.7258757021401664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0028408085669552018f,-0.9985846474866772f,0.05310961881424576f,-0.00025708776778538955f,0.042165410069285314f,-0.052942983880590634f,-0.997706930241295f,1.448703094019365f,0.9991066049228056f,0.005073683250666152f,0.04195533026800033f,0.5328893815951987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01417905034719444f,-0.9985846474866772f,0.05126067045172447f,-0.007042053494301276f,-0.17306113696294748f,-0.052942983880590634f,-0.9834871037949157f,1.496888109262382f,0.9848090157001731f,0.005073683250666152f,-0.1735668756817621f,0.19303684493978374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9680525027489499f,-0.03085613083587925f,-0.24884181945833267f,0.2416111744944421f,0.2007965228676744f,0.4989966735477853f,-0.8430202110225451f,1.427301806628676f,0.1501835820778888f,-0.8660543972396217f,-0.47685917491033974f,-0.5352101337627387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7260368884568439f,-0.03085613083587925f,-0.6869631254949159f,0.00860722210639416f,0.5843249043909614f,0.4989966735477853f,-0.639974004078868f,1.6178739926507002f,0.36253943607337197f,-0.8660543972396217f,-0.3442599865123994f,-0.3918479064804613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.023293694762641745f,-0.5774376994686089f,-0.8161023875817943f,0.256362966468593f,-0.25969780935648085f,0.7848052797614825f,-0.562705714093918f,1.318815793123101f,0.9654089556243768f,0.2250474974108838f,-0.1316782909569701f,0.003612696718351044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.016401514074124844f,-0.3073221967731038f,-0.9514641652246446f,0.19279340354098204f,-0.2157955260570099f,0.9280771736365492f,-0.3034881393210828f,1.4909334623091972f,0.9763008149488839f,0.21029937504745075f,-0.051096884296374f,0.042724474012895725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008635274791395316f,-0.5437001731483793f,-0.8392351004025627f,0.20334924310740551f,-0.2525955221156304f,0.8108625418610469f,-0.5279180243312158f,1.3765003654303782f,0.9675334279684653f,0.2165457455713794f,-0.13033420824375408f,-0.3056477407615325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01714146286655188f,-0.05034751289491089f,-0.9985846474866772f,0.187667930392818f,-0.23006610221755908f,0.9717338262447383f,-0.05294298388059085f,1.558369564202013f,0.9730240278951053f,0.23064799777378875f,0.00507368325066611f,-0.26236953065863045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,0.25453857049208967f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.217684983778229f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.05482500350910897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,0.2712738914923589f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.1068187659352366f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.16992897073964447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,-0.31387085483339977f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.1811199520687525f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,0.08915407016908813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,-0.3696984391938313f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,2.0655858578373167f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.007569589783379668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510385288808028f,0.25618428365823553f,-0.17290265871511257f,0.16284729203143777f,0.07593311395281865f,0.7359482574054235f,0.6727661738132712f,2.2747292596226787f,0.29959953068999673f,0.6266975149371802f,-0.7193680184591865f,0.013455932377186577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9794057177981119f,0.1042550265148402f,-0.17290265871511257f,0.05108505051279636f,-0.04012942062822658f,0.738766069180694f,0.6727661738132712f,2.2775517802730803f,0.197873872819045f,0.6658495208931939f,-0.7193680184591865f,0.04295805726518273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9151288114624049f,0.40100052018527865f,-0.04168742307389166f,0.016895928563206514f,0.06364604783585288f,0.24579922303991777f,0.9672289917841839f,2.323581582453664f,0.39810606504583945f,0.8824858779403264f,-0.25046004912881664f,-0.005230881742644161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942551948812045f,0.09858380297592523f,-0.04168742307389166f,0.04724266181602997f,-0.015425148592771776f,0.253436663178479f,0.9672289917841839f,2.3260541416536515f,0.10591823375901147f,0.9623154844164996f,-0.25046004912881664f,-0.0007333427617647881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9665923590801417f,0.2529058522955613f,-0.04168742307389166f,0.12042082483274223f,0.024410989408878363f,0.2527294621689971f,0.9672289917841839f,2.3827399252721486f,0.25515351254483165f,0.9338985216962414f,-0.25046004912881664f,0.08122593324959583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9665923590801417f,0.1892191374494959f,-0.17290265871511257f,0.07784651890660572f,0.024410989408878363f,0.7394523507087734f,0.6727661738132712f,2.2163631463626747f,0.25515351254483165f,0.6460699180848293f,-0.7193680184591865f,-0.06413979831949053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506244834560805f,-0.18272626948381437f,-0.2508469690755463f,-0.22743926615912763f,-0.21657253477254268f,0.9695294166988923f,0.11449474807911933f,2.2956179492775046f,0.22228231741651297f,0.16316807468384767f,-0.9612318922965004f,0.05747942126350008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9675054048093438f,-0.031766173366010814f,-0.2508469690755463f,-0.11631726441584078f,-0.06223835184591714f,0.9914723093570503f,0.11449474807911933f,2.312778320532245f,0.24507076370756956f,0.126386589509638f,-0.9612318922965004f,0.03052458845072934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9310814265587812f,-0.26488332379158297f,-0.2508469690755463f,-0.09456937709460855f,-0.30024846732079297f,0.9469645244325753f,0.11449474807911933f,2.3098856583304666f,0.2072154313481006f,0.18192035137199392f,-0.9612318922965004f,0.02450461939355065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9673645065082372f,0.0358009728036288f,-0.2508469690755463f,-0.12304866501500715f,0.007074869766783232f,0.9933986605990979f,0.11449474807911933f,2.317989951822502f,0.25329006645713004f,0.10898344583574049f,-0.9612318922965004f,0.03290201253320921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9610551502122107f,-0.11596894565441523f,-0.2508469690755463f,-0.19012284506797358f,-0.1484140216626209f,0.9822750281037514f,0.11449474807911933f,2.421815439724539f,0.23312287838071988f,0.14726497481606826f,-0.9612318922965004f,0.03026251194101716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9610551502122107f,-0.11596894565441523f,-0.2508469690755463f,-0.1640298322957302f,-0.1484140216626209f,0.9822750281037514f,0.11449474807911933f,2.200803558401195f,0.23312287838071988f,0.14726497481606826f,-0.9612318922965004f,-0.002872107392598147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9675054048093437f,-0.03176617336601081f,-0.2508469690755463f,-0.018972525060870868f,-0.06223835184591716f,0.9914723093570503f,0.11449474807911933f,1.696875832958974f,0.24507076370756956f,0.12638658950963802f,-0.9612318922965004f,-0.0682405833454682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.016401514074124844f,-0.05059340016232236f,-0.9985846474866772f,1.82931615622636e-17f,-0.2157955260570099f,0.9750022212239302f,-0.05294298388059085f,1.33125f,0.9763008149488839f,0.21635844441208504f,0.00507368325066611f,-0.1493750000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014302495092669978f,-0.36021493336151206f,-0.9327596906049734f,0.22410107644316937f,-0.19885242851993862f,0.9131969312793736f,-0.35570925820627397f,0.7296116132330971f,0.9799250738224056f,0.1905690596222181f,-0.05856861965982f,-0.3803614726139554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014302495092669978f,-0.5241650533808198f,-0.851496585693922f,0.024263149841731873f,-0.19885242851993862f,0.8330825006611452f,-0.5161697964467659f,1.0472243166101587f,0.9799250738224056f,0.17670467992233677f,-0.09231633543256401f,-0.31299281339356455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028972287674258877f,0.07731372048006759f,-0.9965857690999053f,0.3086548562453582f,0.1560468074635193f,0.9851301634959673f,0.07188848900103625f,1.1348987195188363f,0.9873246681955047f,-0.15343125364781038f,-0.0406060337474363f,-0.05830590375752657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028972287674258877f,-0.9874476631712349f,-0.15526660634079498f,-0.01573265059847204f,0.1560468074635193f,0.14895930258313422f,-0.9764530301322177f,1.0700976707061824f,0.9873246681955047f,-0.052518936314568464f,0.14977236360898818f,-0.05758299198971699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07712653612448803f,-0.7080514929290196f,-0.7019363082120945f,0.004090876767461959f,-0.029553953626240345f,0.7053476180578806f,-0.7082452269695381f,1.2212561891382425f,0.9965831933413769f,-0.03387950798138767f,-0.07532673953147719f,-0.16388043171992245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08876464123703376f,-0.6558308611857642f,-0.7496710745269554f,0.005300130141798632f,-0.22926509147628038f,0.7189806996454811f,-0.6561282430803199f,1.1837220236272905f,0.9693081843750384f,0.2301143955810537f,-0.08653905852233928f,-0.16882914374156202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,-0.6354708374616839f,-0.772102562141139f,0.004090876767461959f,-0.13052619222005157f,0.7650232281094622f,-0.6306364829261879f,1.2212561891382425f,0.9914274884597962f,0.10448098003332545f,-0.07845546467631559f,-0.16388043171992245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.007435316679139286f,-0.052142870302966424f,-0.9986119552370926f,0.010596273111963143f,-0.043632548044126265f,0.9976715326611953f,-0.05241863856147427f,1.2451452065994004f,0.9990199781871523f,0.04396173329191523f,0.005142877493445409f,-0.16077383983468185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0042585445335632955f,-0.0511222821861735f,-0.9986833217104074f,0.010596273111963143f,-0.2164264532593126f,0.9749747414501779f,-0.05083152431074034f,1.2451452065994004f,0.9762896369049763f,0.2163579575569987f,-0.006912240860510328f,-0.16077383983468185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,0.018224686322585143f,-0.9998166894674286f,0.010596273111963143f,-0.13052619222005157f,0.9912938595192522f,0.01730309868085185f,1.2451452065994004f,0.9914274884597962f,0.13040070892394923f,0.008196965196475222f,-0.16077383983468185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01629778672460638f,-0.36484814365678236f,-0.9309243869499173f,0.013820426560593943f,0.05098922119401056f,0.9295333472030602f,-0.36519564038950847f,1.2438311915940328f,0.9985662128621756f,-0.05341899014091226f,0.003453986453014833f,0.03445936225734286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.021625808910881596f,-0.3313132228671267f,-0.943272957707549f,0.0006669411073309088f,-0.2578544461452547f,0.9097246549169498f,-0.3254414491722908f,1.2855948627468425f,0.9659417213228104f,0.2502650606649567f,-0.06575705603425065f,-0.35081495198806695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,-0.20715222965346286f,-0.9782911148930895f,0.02710419390032525f,-0.13052619222005157f,0.9697794124126532f,-0.20613297748080803f,1.1103555238324638f,0.9914274884597962f,0.12890246316563606f,-0.02134689945009794f,-0.17073722446711317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.005869264931394778f,-0.12110026413672154f,-0.9926229282840395f,1.82931615622636e-17f,-0.13052619222005157f,0.9840547817211395f,-0.12082673427803382f,1.33125f,0.9914274884597962f,0.13027245525350603f,-0.010031078133681506f,-0.1493750000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12338086384366453f,-0.7347615903281538f,-0.6670101706987936f,-0.7497452270340826f,0.317582356366677f,0.6075607962628502f,-0.7280187674566092f,2.5022163860621096f,0.9401694577903391f,-0.3016542461542586f,0.15838594134368683f,-0.6435655678160678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.450711066467788f,-0.7347615903281538f,-0.5069368204637654f,-0.7776822953208135f,-0.10493516648233672f,0.6075607962628502f,-0.7873109231299764f,2.51256444836906f,0.886480764257631f,-0.3016542461542586f,-0.350936704233559f,-0.5546751840727515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2979953950584622f,-0.7347615903281538f,-0.6093637254566387f,-0.6723092023589522f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6253753372122453f,0.9481640932620397f,-0.3016542461542586f,-0.09994782651803992f,-0.5841282019667037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.276238413241818f,0.00007799516981234558f,-0.9610891389285369f,0.5618660753985332f,-0.06545614700683186f,0.9976795993313525f,-0.018732589171066412f,1.7406339928073336f,0.9588575659964638f,0.068083852672902f,0.27560253470632656f,-0.42337456528925227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.276238413241818f,0.00007799516981234558f,-0.9610891389285369f,0.5359687241571127f,-0.06545614700683186f,0.9976795993313525f,-0.018732589171066412f,1.746770506589224f,0.9588575659964638f,0.068083852672902f,0.27560253470632656f,-0.5132674621014207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.276238413241818f,0.00007799516981234558f,-0.9610891389285369f,0.6930807706171035f,-0.06545614700683186f,0.9976795993313525f,-0.018732589171066412f,1.7465121380739388f,0.9588575659964638f,0.068083852672902f,0.27560253470632656f,-0.5096613939012855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.170726455304341e-8f,1.2073490425316219e-8f,-0.00001562472620587181f,0.6876586778964454f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4950092261912227f,0.000015491054507184317f,0.0000020394360161333006f,9.249860292378526e-8f,-0.1246063532169214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138.mcfunction new file mode 100644 index 000000000..758c9fb5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138_as_bone.mcfunction new file mode 100644 index 000000000..ea859f948 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_138_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5218601468987997f,0.04978240703736151f,-0.626201360165222f,-0.3248847856237922f,-0.2497575363731486f,0.7634292528492593f,-0.14744962991910635f,1.4403776005838234f,0.5763918845265112f,0.28573052389976206f,0.5030655102552638f,-0.1535722255456128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.49095850868531066f,-0.15057725905843442f,-0.6134217405700134f,-0.3248847856237922f,0.06015267027200846f,0.7845499420468309f,-0.14444045379830828f,1.4403776005838234f,0.6287617983057199f,0.04251914261557174f,0.49279886718882987f,-0.1535722255456128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5039519874569608f,0.04662471535293628f,-0.640939134942532f,-0.32352878613337316f,-0.02710442241661451f,0.8122474861156896f,0.08039786084622265f,1.4194137111202174f,0.6420608920251141f,0.07088442467456808f,-0.4996775497407449f,-0.06131141284346486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4735674442620517f,-0.1467217528981184f,-0.6278587444335008f,-0.32352878613337316f,-0.32902028770081765f,0.72494342630534f,0.07875708817589158f,1.4194137111202174f,0.5545083642438406f,0.3048438221174532f,-0.4894800487256277f,-0.06131141284346486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0825950051426303f,0.003531705282757479f,1.5603114567878056f,-0.0015394071169765604f,1.5602693009819044f,0.0122046967667102f,0.08256514876309276f,1.4361177300610073f,-0.012000980748583027f,1.562448342325156f,-0.004171813328008182f,0.7378095677475931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.002260291380964355f,-0.9985993323441955f,0.05286080329128317f,-0.001478077259032421f,0.007811005930694281f,-0.05284169520837915f,-0.9985723526284188f,1.4346378366730734f,0.9999669390880999f,0.002669960529924791f,0.007680627679092916f,0.5446583528249738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012843265929592385f,-0.9985993323441955f,0.05132663988601209f,-0.007739818870145663f,-0.1931393846961757f,-0.05284169520837915f,-0.9797473824035904f,1.4886161706303906f,0.9810872685951257f,0.002669960529924791f,-0.19354752055070143f,0.20732590493060032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9659914188314953f,-0.028982749490167263f,-0.2569447002292613f,0.24021991940884713f,0.20784515526910785f,0.5041010859654744f,-0.8382615859978255f,1.421390294190776f,0.15382122797284906f,-0.8631582099247043f,-0.48093339919837685f,-0.5218346048892347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7203058692951148f,-0.028982749490167263f,-0.693050831390454f,0.009149037366461464f,0.5881827500065074f,0.5041010859654744f,-0.6323947720555665f,1.61304828849807f,0.3676962159905806f,-0.8631582099247043f,-0.3460598176410963f,-0.37680085428180143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.015994100749711335f,-0.5784943741124798f,-0.8155295505752187f,0.2560404266875946f,-0.24467215855991095f,0.7885725451884914f,-0.5641709632731718f,1.311630045668556f,0.969473941664675f,0.2085607827352856f,-0.12892895849266406f,0.01740656449690938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014330653472110221f,-0.3076524642107045f,-0.9513908732146548f,0.19240939669049592f,-0.2215533541518641f,0.9268605076319133f,-0.3030572728979964f,1.4835222828939272f,0.9750429445081488f,0.21512684783028158f,-0.054878918607110784f,0.057399855223792734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.007526312799665949f,-0.5441161031699694f,-0.8389761742068536f,0.20371071443514344f,-0.23615398086585623f,0.8143008527240424f,-0.5302314764082818f,1.3706902793158777f,0.9716864987931295f,0.20211825133823197f,-0.12236650088616935f,-0.28970115170890426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014541894961728573f,-0.050871472680164f,-0.9985993323441956f,0.18793106748046148f,-0.22559235898244195f,0.9727876658429844f,-0.05284169520837937f,1.5527577060663849f,0.9741132484776392f,0.22604479744313855f,0.002669960529924747f,-0.24730106493500373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,0.25534787916645785f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.2102286054400553f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,-0.03228502034936838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,0.2720701211901744f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.100808530895457f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,-0.14876646268399465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,-0.3133662477949093f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.1728890089543187f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,0.11028512494357959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,-0.3692458092130694f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,2.0587021774115417f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,0.012004126688904132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951156035362629f,0.25989127046138605f,-0.16660949532127928f,0.16389998563117364f,0.07290635478613312f,0.7135348962785524f,0.6968160555157685f,2.2645895054809597f,0.2999780989089757f,0.650633905764772f,-0.6976307482072691f,0.03770456248122635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9801016780776182f,0.10789799209542872f,-0.16660949532127928f,0.05209429147792849f,-0.03961269320931577f,0.7161551642710892f,0.6968160555157685f,2.2672436866420766f,0.1945033037409422f,0.689550436146352f,-0.6976307482072691f,0.0670572915242807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155386100217916f,0.40081547982639565f,-0.03370466868108324f,0.01830086467088013f,0.05677644308521128f,0.21173307643456787f,0.9756769649090553f,2.3153512238774536f,0.39820282403563795f,0.8913563010800392f,-0.21660668377257697f,0.020155799537028646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945877558559374f,0.09828118441771111f,-0.03370466868108324f,0.048655081623179317f,-0.011431512721320078f,0.21891500785180787f,0.9756769649090553f,2.317430713286339f,0.1032691455293015f,0.9707816583180249f,-0.21660668377257697f,0.024799382422159316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669681656496879f,0.2526589834721411f,-0.03370466868108324f,0.12207390756781765f,0.022955080312362666f,0.21800808341368394f,0.9756769649090553f,2.370653365860489f,0.25386144037236197f,0.942674871648288f,-0.21660668377257697f,0.1088390741227615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669681656496879f,0.19290889738129213f,-0.16660949532127928f,0.07866940565702699f,0.022955080312362666f,0.7168824513567751f,0.6968160555157685f,2.2093548143052146f,0.25386144037236197f,0.6699744086514314f,-0.6976307482072691f,-0.04190516782381032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9513895682572537f,-0.18121110301919024f,-0.24903900408137739f,-0.22667145177847364f,-0.2176189079706874f,0.9677080947669772f,0.1272126338698821f,2.2876204927621413f,0.21794471846071747f,0.17522436892463217f,-0.9601023488306039f,0.08021531889514948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9680240458916888f,-0.03014997548325883f,-0.24903900408137739f,-0.1154734233112377f,-0.06355675997572109f,0.9898370997519118f,0.1272126338698821f,2.3049162462400146f,0.24267258773267744f,0.13897300073425412f,-0.9601023488306039f,0.053663558094170095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9319756554399112f,-0.2634406045269092f,-0.24903900408137739f,-0.09372093283832682f,-0.3011321200872514f,0.9450589357472077f,0.1272126338698821f,2.302060096228628f,0.20184356298654896f,0.1935527211145637f,-0.9601023488306039f,0.04764278652082686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.967769143941799f,0.03744941228261145f,-0.24903900408137739f,-0.122199153180468f,0.005645606757033517f,0.9918594017844629f,0.1272126338698821f,2.310109660234897f,0.25177571598250353f,0.12170648549463062f,-0.9601023488306039f,0.056096253883597125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617126786355538f,-0.11440410044130184f,-0.24903900408137739f,-0.18907752841518807f,-0.1495848949437687f,0.9805311341250461f,0.1272126338698821f,2.4140851294894192f,0.22963685017063246f,0.15959447613770195f,-0.9601023488306039f,0.05467173624034192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617126786355538f,-0.11440410044130184f,-0.24903900408137739f,-0.1633366058158952f,-0.1495848949437687f,0.9805311341250461f,0.1272126338698821f,2.1934656243112842f,0.22963685017063246f,0.15959447613770195f,-0.9601023488306039f,0.018762979109359035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680240458916887f,-0.03014997548325884f,-0.24903900408137739f,-0.0190992687667209f,-0.0635567599757211f,0.9898370997519118f,0.1272126338698821f,1.6901433108769606f,0.24267258773267741f,0.13897300073425412f,-0.9601023488306039f,-0.052791558832574526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014330653472110221f,-0.05093138337792245f,-0.9985993323441956f,1.6660299163400438e-17f,-0.2215533541518641f,0.9737154956718946f,-0.05284169520837937f,1.325f,0.9750429445081488f,0.22200028755757875f,0.002669960529924747f,-0.13604166666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011792583792395511f,-0.33768017966421815f,-0.9411870330754886f,0.2129969677597236f,-0.19894584907775814f,0.9216423212383495f,-0.3331605931635926f,0.7183583730798473f,0.9799395308396477f,0.19117407764738492f,-0.056311525760206635f,-0.36739022276769834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011792583792395511f,-0.5035434074008271f,-0.8638894442176406f,0.021021043688158266f,-0.19894584907775814f,0.845495639607799f,-0.49553776096169366f,1.0407035856803206f,0.9799395308396477f,0.1777108895576279f,-0.09020729255668501f,-0.2996379461238527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.027015474202497503f,0.09324638345761774f,-0.9952764822528909f,0.30662453537648005f,0.15300198300364812f,0.9842941887717189f,0.08806442611619517f,1.1236250938153913f,0.9878565469492853f,-0.14990017318968768f,-0.04085805584136471f,-0.044566494891592215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.027015474202497503f,-0.9848923500888623f,-0.1710474287735777f,-0.018764295892867273f,0.15300198300364812f,0.16501978486169736f,-0.974350483040446f,1.0640519970422053f,0.9878565469492853f,-0.05249313612880284f,0.14623239486788628f,-0.04423824038537953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07768106073468217f,-0.6998603292792203f,-0.710043077780719f,0.0028249450362135536f,-0.028602961045468334f,0.7134664488015039f,-0.7001053471114205f,1.214965453855918f,0.9965678719598409f,-0.034075591495271604f,-0.07544090827714979f,-0.15053992830067908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08590127598642794f,-0.6475438507651763f,-0.7571710058633458f,0.00360222546175446f,-0.2302160840570524f,0.7265119440098609f,-0.6474418505568273f,1.1774195417884208f,0.9693407684737806f,0.22992902502124452f,-0.08666670656855585f,-0.1554862347165647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,-0.6266264798613362f,-0.7793087122291538f,0.0028249450362135536f,-0.13052619222005157f,0.7723090652628877f,-0.6216925452804617f,1.214965453855918f,0.9914361942980524f,0.10429747096337051f,-0.07858950430203214f,-0.15053992830067908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.006712223840617501f,-0.0406403218162026f,-0.9991512949968033f,0.009604800360128712f,-0.043655943156658814f,0.9982092638918206f,-0.04089528221754425f,1.2387780232274428f,0.9990240761254034f,0.04389339042755188f,0.0049260124399434614f,-0.14743326582897331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0015473730063669212f,-0.03991946099545198f,-0.9992017024958534f,0.009604800360128712f,-0.21640305814678001f,0.9755124726808032f,-0.03930816796681032f,1.2387780232274428f,0.9763028843865516f,0.2162911285236133f,-0.007129211771386385f,-0.14743326582897331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,0.029630008714424935f,-0.9995523382010844f,0.009604800360128712f,-0.13052619222005157f,0.9910254307067037f,0.028835894942360427f,1.2387780232274428f,0.9914361942980524f,0.1303482193057343f,0.007975861058120445f,-0.14743326582897331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015927682611714726f,-0.35408942140001004f,-0.9350759277081336f,0.012770730319896558f,0.05123327803249772f,0.9336770500128455f,-0.354432387771427f,1.2374385255475642f,0.9985596928319634f,-0.05355229156550201f,0.003269850060506247f,0.04780071592998031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01843785640348865f,-0.3208518920199284f,-0.9469498977445833f,0.0001844511519121933f,-0.258029251851919f,0.9135009097048983f,-0.3145425140693422f,1.2793282151870207f,0.9659611537944903f,0.2501402633634888f,-0.06594617505557966f,-0.33747886450949166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,-0.1959797588395481f,-0.9805991782297516f,0.024558931070370965f,-0.13052619222005157f,0.9721121780917392f,-0.19483538269592793f,1.1038062877219292f,0.9914361942980524f,0.12880158124389274f,-0.021550529108751413f,-0.1573853335453178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.004145573582556724f,-0.10976914697289948f,-0.993948463750769f,1.6660299163400438e-17f,-0.13052619222005157f,0.9853940202577972f,-0.1093688163267303f,1.325f,0.9914361942980524f,0.13018970471207741f,-0.010242725358825679f,-0.13604166666666656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.13768203868919132f,-0.7342360278420584f,-0.6647865158388098f,-0.6515470650904777f,0.3036805749663164f,0.6075607962628502f,-0.7339264181323486f,2.5062923911507844f,0.9427734428856782f,-0.3029312368561015f,0.13932301003896289f,-0.6264261703260908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4425412924435242f,-0.7342360278420584f,-0.5148345947011828f,-0.6796386347786776f,-0.08994430998893976f,0.6075607962628502f,-0.7891640513512161f,2.5166404534577347f,0.8922259946801754f,-0.3029312368561015f,-0.3349110929094523f,-0.5375844919372598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2996434100074662f,-0.7342360278420584f,-0.6091890365541828f,-0.5742144944514502f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.62945134230092f,0.9476445694808638f,-0.3029312368561015f,-0.10100710702846782f,-0.5668542650774051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.11117475168875604f,0.0019247156090097424f,-0.9937990088829673f,0.5372229081441905f,-0.08403666927932327f,0.9964346536103489f,-0.007471231549186623f,1.738101419183623f,0.9902413911786262f,0.0843461709519072f,0.11094012187829325f,-0.43588049089308933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11117475168875604f,0.0019247156090097424f,-0.9937990088829673f,0.5268002751733696f,-0.08403666927932327f,0.9964346536103489f,-0.007471231549186623f,1.7459798569285596f,0.9902413911786262f,0.0843461709519072f,0.11094012187829325f,-0.5287156213160855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.11117475168875604f,0.0019247156090097424f,-0.9937990088829673f,0.6810814429912252f,-0.08403666927932327f,0.9964346536103489f,-0.007471231549186623f,1.7431613227884692f,0.9902413911786262f,0.0843461709519072f,0.11094012187829325f,-0.49893907438633145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.477458722744881e-8f,8.527736188686266e-9f,-0.000015624863408381047f,0.6876145761728185f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4887592261912226f,0.00001549119053590707f,0.000002039453924654395f,6.533352458723014e-8f,-0.11007750320186092f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139.mcfunction new file mode 100644 index 000000000..6da0b8336 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139_as_bone.mcfunction new file mode 100644 index 000000000..59ca211d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_139_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5324669715566311f,0.05130311974340328f,-0.617082943007136f,-0.3233254375624056f,-0.25029383233321595f,0.7622402295568719f,-0.15260168539529112f,1.434641142225062f,0.5663712264422568f,0.2886213207545926f,0.5127044094881696f,-0.141581049673574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5011280235564576f,-0.15317719446017658f,-0.6044894135580108f,-0.3233254375624056f,0.059221575700023885f,0.7836748896013579f,-0.14948736528518314f,1.434641142225062f,0.6207765370711146f,0.048891865433921516f,0.5022410541924928f,-0.141581049673574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5178440275952703f,0.048724700185627454f,-0.6296093321419035f,-0.3221701795718365f,-0.029170172391895614f,0.811517273726747f,0.08679435425290781f,1.4125626178603221f,0.6308178093324412f,0.07752459273916167f,-0.5128384476558784f,-0.046999397479937324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4869273145826705f,-0.15002897307494228f,-0.6167601620981913f,-0.3221701795718365f,-0.3306161054360912f,0.7235081708883812f,0.08502304090080766f,1.4125626178603221f,0.5418438715530336f,0.30663860470564896f,-0.5023723568873911f,-0.046999397479937324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08233808943474377f,0.002022279073303623f,1.5603277217993612f,-0.0031962070994382527f,1.5597759415625716f,-0.0414926461093613f,0.08236274911290002f,1.4154900796647987f,0.04154155932108634f,1.5619476690037324f,0.00016775869476627115f,0.7494059643767413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0012942586069138867f,-0.9986097419515911f,0.052696377238235795f,-0.002948276370624606f,-0.026555293509991473f,-0.05271215943225578f,-0.9982566026000459f,1.4206481864078615f,0.9996465081623888f,-0.00010736556465085156f,-0.02658659796549548f,0.5563181135495702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01114565016952326f,-0.9986097419515911f,0.05152045964153107f,-0.008566527168986399f,-0.2131395607432987f,-0.05271215943225578f,-0.9755987678826482f,1.4803379685016966f,0.9769581885262297f,-0.00010736556465085156f,-0.2134307530422531f,0.22159878009922093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.963917799853798f,-0.026785416846023043f,-0.26484904487159894f,0.23895632872088754f,0.21484028438434094f,0.5091906366354265f,-0.8334077920012894f,1.4155002644843817f,0.1571818288819323f,-0.8602368493660302f,-0.4850633315992224f,-0.5083751139867638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7146601389477746f,-0.026785416846023043f,-0.6989588165575511f,0.009781050200531678f,0.5919476617604602f,0.5091906366354265f,-0.6247582422818708f,1.6082128470690058f,0.37263769473239233f,-0.8602368493660302f,-0.3480426862574972f,-0.36173991918796466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011113190039240542f,-0.5794055592028668f,-0.8149636157350613f,0.25565894011636964f,-0.2354554606706989f,0.7905807763293105f,-0.5652811354882573f,1.304437648363557f,0.9718216004223722f,0.19816971025703595f,-0.127638328448557f,0.031289973000307884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01189377960757262f,-0.30806232111891557f,-0.9512918292056716f,0.19195168097403753f,-0.22730602601179709f,0.925619209932315f,-0.30259056287829106f,1.4761000592078766f,0.9737507425133861f,0.21983331074044013f,-0.05901531109404036f,0.07213987306980266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.007601855628156975f,-0.5442761455667446f,-0.8388716762163425f,0.20410710016193387f,-0.22913500832450817f,0.8156273873285741f,-0.5312712235757661f,1.3650955637390936f,0.9733649673946234f,0.19625351565404303f,-0.11851243750042458f,-0.27465060683895337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011841988655631044f,-0.051364876949681934f,-0.9986097419515914f,0.1882348748466711f,-0.22632533466727986f,0.9726244245009129f,-0.05271215943225612f,1.5471331923365632f,0.9739797791496617f,0.22663490084321045f,-0.00010736556465092487f,-0.2321572339656305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,0.2559937841798496f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.202747047705523f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,-0.010070912884135388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,0.2727797709248339f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.0946979004190194f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,-0.12781608229526936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,-0.31307555806994664f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.1646489101740714f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,0.13087186141812837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,-0.3689367213994043f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.051736170862276f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,0.031119386598772683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515342766097721f,0.26146214143968177f,-0.16192612213751445f,0.16461690414029714f,0.0703572802901057f,0.6976206812960283f,0.7130043745575791f,2.255340750706308f,0.29938666227288235f,0.6670554202027301f,-0.682205755495556f,0.060956100730644516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807210009084903f,0.10939035307811774f,-0.16192612213751445f,0.05275491237219809f,-0.03964085266102411f,0.700038116577992f,0.7130043745575791f,2.257829270662156f,0.19135025784501963f,0.7056772534178656f,-0.682205755495556f,0.09010816225471316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9162329385909447f,0.39954413631769203f,-0.029693187352511696f,0.01931624510347614f,0.05233100070179888f,0.19282441681765522f,0.9798368285814121f,2.306786072381521f,0.39721363094253226f,0.8962049025825962f,-0.1975806265309663f,0.04438072631669182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948552348162027f,0.09685750556176062f,-0.029693187352511696f,0.04966710221921529f,-0.0098162825054018f,0.19955808666474695f,0.9798368285814121f,2.3086637167212434f,0.10083006672898712f,0.9750872748954624f,-0.1975806265309663f,0.049131047260953215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9674550639403161f,0.2512946753934256f,-0.029693187352511696f,0.12308564989521428f,0.021522334753278333f,0.1986368003726609f,0.9798368285814121f,2.3599670295655604f,0.2521259375054585f,0.9473090349282143f,-0.1975806265309663f,0.1343562282792133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9674550639403161f,0.19444955702121117f,-0.16192612213751445f,0.07933449956544184f,0.021522334753278333f,0.7008291881539489f,0.7130043745575791f,2.202280462230922f,0.2521259375054585f,0.6863146645713841f,-0.682205755495556f,-0.02006457124934787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9521939165226728f,-0.1799976643057668f,-0.24683513968169393f,-0.22613158815420792f,-0.21863115022887586f,0.9658456291108973f,0.13907782309546357f,2.2795876319622193f,0.2133709574586279f,0.18639490758023086f,-0.9590254287250916f,0.10235290986194212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.0288256484233769f,-0.24683513968169393f,-0.11485057057076714f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,2.297015162735004f,0.23990259455704466f,0.15072150537814f,-0.9590254287250916f,0.07623860493614378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9328827010696881f,-0.2623018868846379f,-0.24683513968169393f,-0.0930902956501022f,-0.3019781858804455f,0.9431153346093901f,0.13907782309546357f,2.2941951143027755f,0.19631362993250842f,0.2042821229608126f,-0.9590254287250916f,0.07022895542748137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968279912495319f,0.03881268963078838f,-0.24683513968169393f,-0.12157287014231843f,0.004240344589329703f,0.990272375965719f,0.13907782309546357f,2.3021902828932843f,0.24983200462675118f,0.1336195963279092f,-0.9590254287250916f,0.07871929431969825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624304223432716f,-0.11313750910493928f,-0.24683513968169393f,-0.18827860689797632f,-0.150724590467329f,0.9787438157922034f,0.13907782309546357f,2.4062858473665285f,0.22585344800690457f,0.17105685336181908f,-0.9590254287250916f,0.07839886939632254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624304223432716f,-0.11313750910493928f,-0.24683513968169393f,-0.162822667349365f,-0.150724590467329f,0.9787438157922034f,0.13907782309546357f,2.1860684888132833f,0.22585344800690457f,0.17105685336181908f,-0.9590254287250916f,0.0399110773899133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686286676592275f,-0.028825648423376912f,-0.24683513968169393f,-0.019257340959927996f,-0.06484789367055618f,0.9881559137147937f,0.13907782309546357f,1.6833983877715375f,0.23990259455704463f,0.15072150537814f,-0.9590254287250916f,-0.03735197378835495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01189377960757262f,-0.051352909226474695f,-0.9986097419515914f,1.5027436764537308e-17f,-0.22730602601179709f,0.9723957007240994f,-0.05271215943225612f,1.31875f,0.9737507425133861f,0.22761695878660887f,-0.00010736556465092487f,-0.12270833333333328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009045486053360495f,-0.31499311001939884f,-0.9490508520739892f,0.20183311101366733f,-0.19902996366321804f,0.9295329222480115f,-0.3104120165542727f,0.7073399131675197f,0.9799516583721242f,0.1916973841693694f,-0.054284990156991196f,-0.35437443787995726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009045486053360495f,-0.4826693020218803f,-0.8757559728987117f,0.01781543961782548f,-0.19902996366321804f,0.8573997105867761f,-0.47460805919192994f,1.034223552828728f,0.9799516583721242f,0.17859474004410986f,-0.08831005651849766f,-0.2862851932381404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025371679264044978f,0.10920238127510974f,-0.9936956867246469f,0.3044901928453145f,0.1499091057840223f,0.9831914160714731f,0.10422043641439034f,1.1123671834400575f,0.9883741892089033f,-0.14631978433286708f,-0.04131564859016515f,-0.030768367642635606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025371679264044978f,-0.9820645344654721f,-0.1868302117871668f,-0.021815539763813f,0.1499091057840223f,0.18103946902308438f,-0.9719835238618371f,1.058039442666069f,0.9883741892089033f,-0.05266840419981239f,0.1426271408417344f,-0.030904653426455042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07846483361339728f,-0.6915676745621906f,-0.7180372005590419f,0.0015621113132537872f,-0.027665616059460718f,0.7214909815221138f,-0.6918709252962634f,1.2086896154897613f,0.9965329315050618f,-0.034422595528242055f,-0.07574431558227099f,-0.13720153241784705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0827933975308177f,-0.6392257882333525f,-0.7645493084051238f,0.001908500564794328f,-0.23115342904306002f,0.7339425251429279f,-0.6386677242733172f,1.1711370399811956f,0.9693881294749481f,0.22960566509620778f,-0.08699363763396176f,-0.14214619743783372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,-0.617723647650553f,-0.7863922239124778f,0.0015621113132537872f,-0.13052619222005157f,0.7794903441316328f,-0.6126644404158634f,1.2086896154897613f,0.9914424581594493f,0.10398220299091682f,-0.07892752130850393f,-0.13720153241784705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005748049026003885f,-0.02914280973464694f,-0.999558730927385f,0.008614778059094148f,-0.043691031866249355f,0.998613389958079f,-0.029366496741966286f,1.23242251293094f,0.9990285549807157f,0.043840552428131f,0.004466799294714469f,-0.13409255817887253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0013987477255661112f,-0.02876322209093888f,-0.9995852742811627f,0.008614778059094148f,-0.2163679694371895f,0.9759165987470616f,-0.02777938249123235f,1.23242251293094f,0.9763108855822656f,0.2162393797274541f,-0.007588501081127026f,-0.13409255817887253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,0.04100014827629947f,-0.9991567557385771f,0.008614778059094148f,-0.13052619222005157f,0.9906228329147011f,0.04036478728528489f,1.23242251293094f,0.9914424581594493f,0.1303280121438734f,0.007514080740513962f,-0.13409255817887253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015795523294615782f,-0.3432705613892468f,-0.9391037339545405f,0.011675124908937018f,0.051453023453389674f,0.9376974656339491f,-0.343621956983505f,1.2310542901364208f,0.9985504933759506f,-0.053747415074403206f,0.002850886084295916f,0.06114290797301089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015015186837274834f,-0.3104078660734963f,-0.950484876704485f,-0.0002496389500548056f,-0.25818664450611944f,0.9171512392181393f,-0.3036004957164956f,1.2730711746424443f,0.9659783645418318f,0.24996111913721608f,-0.06637196815492241f,-0.3241438645073258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,-0.18481204852600633f,-0.9827714594026111f,0.022015505470361962f,-0.13052619222005157f,0.9743133353430213f,-0.18351141031906312f,1.0972868596433594f,0.9914424581594493f,0.12867801402096038f,-0.02199592840436828f,-0.14403312043096464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0021829574624162578f,-0.09845460638964733f,-0.9951391486507687f,1.5027436764537308e-17f,-0.13052619222005157f,0.9865998522178309f,-0.09789609158842034f,1.31875f,0.9914424581594493f,0.13010542680616305f,-0.010697199368746933f,-0.12270833333333328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.15150199420825072f,-0.7336349184981501f,-0.662440149833278f,-0.5122573612287217f,0.29041460752688625f,0.6075607962628502f,-0.7392761558304557f,2.5095994255112504f,0.9448314672394901f,-0.3043841080028067f,0.12101162468708489f,-0.6078540181571707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.43497528425632237f,-0.7336349184981501f,-0.522088410565054f,-0.5405247433596945f,-0.07571826985250901f,0.6075607962628502f,-0.790655817947983f,2.5199474878182007f,0.8972531670028666f,-0.3043841080028067f,-0.31982349678949723f,-0.5190681228023732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30151874273037654f,-0.7336349184981501f,-0.6089878932643126f,-0.4350428683045611f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.632758376661386f,0.9470495504511723f,-0.3043841080028067f,-0.10221283571826027f,-0.5481291451220329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.008972984300830752f,0.003967405144959619f,-0.9999518714663984f,0.5130799907862962f,-0.1049891339620333f,0.994468833348008f,0.0030035394710780944f,1.739984327077611f,0.9944328872792971f,0.10495713027645069f,0.00933988765954298f,-0.44167087785343523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.008972984300830752f,0.003967405144959619f,-0.9999518714663984f,0.5122387735080932f,-0.1049891339620333f,0.994468833348008f,0.0030035394710780944f,1.7498270583865514f,0.9944328872792971f,0.10495713027645069f,0.00933988765954298f,-0.5348989610358693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.008972984300830752f,0.003967405144959619f,-0.9999518714663984f,0.6626521628671544f,-0.1049891339620333f,0.994468833348008f,0.0030035394710780944f,1.7444551618114195f,0.9944328872792971f,0.10495713027645069f,0.00933988765954298f,-0.48968590259358374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.410871035025403e-8f,4.490496907096002e-9f,-0.000015624962125756203f,0.6875618312733945f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4825092261912227f,0.000015491288408741396f,0.0000020394668098574797f,3.440303306730622e-8f,-0.09538304603881378f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..07e7df65a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38812706737667496f,-0.08068740426236116f,-0.7139967554600152f,-0.07752914303385407f,-0.11810116162837705f,0.8076285212257751f,-0.027069018621666156f,1.1098009740318195f,0.708769313413084f,0.09038893151550391f,-0.3955001211983072f,-0.313810506507023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3815122152241853f,0.07247447217114417f,-0.6994253931036883f,-0.07752914303385407f,0.19587409820508392f,0.7751968834590394f,-0.026516589670203584f,1.1098009740318195f,0.6753382613824573f,-0.18389465125148924f,-0.3874286901534438f,-0.313810506507023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7765288931848137f,0.12467286482756318f,0.22000908906065805f,-0.16337711686641765f,0.12120385017414569f,0.807081433522421f,-0.029557246333202645f,1.1100296763560316f,-0.2219390664046681f,0.004547623942953722f,-0.7859178165459428f,-0.2779257545104506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7495145051285813f,-0.17826811503761317f,0.2155191076512569f,-0.16337711686641765f,-0.19286099925652836f,0.7758648714139491f,-0.028954037224361778f,1.1100296763560316f,-0.20256515388296953f,-0.07908337667773593f,-0.7698786774327604f,-0.2779257545104506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3457061038397597f,0.9980738587536505f,1.1514087511568298f,-0.5839110894683107f,1.523731103438288f,-0.21735964007097391f,-0.269080956745279f,0.8527612952950933f,-0.011707441337514609f,1.1823745638928531f,-1.0214007913040377f,0.32147724647689396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49807208197903746f,-0.6305437711520915f,-0.5952636002766888f,-0.480379479277573f,-0.7667291754347074f,0.6408845979176437f,-0.03732698339209665f,1.0568826721748592f,0.4050315699921188f,0.4378144410743423f,-0.8026630317240733f,0.21878540669788055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5684590683742939f,-0.6305437711520915f,-0.5284589295719474f,-0.27594104640647565f,-0.7653941135049397f,0.6408845979176437f,0.05864113883552884f,1.339987183158269f,0.3017053837686982f,0.4378144410743423f,-0.8469311522147145f,0.10451390774037354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33280302802794265f,0.9404389306187599f,0.06940289844146058f,0.4582402859682141f,0.3584607998840241f,-0.05809169240508372f,-0.931735590293737f,1.164807539450729f,-0.8722086903269985f,0.33496264426075384f,-0.35644358244735663f,0.09607688899844731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.48728594350052756f,0.8515312835354574f,0.19351196972605397f,0.27541404698649247f,0.520492692709997f,0.46115869917741503f,-0.7186236922120581f,1.335864084065906f,-0.7011702832424497f,-0.24945365768705624f,-0.6679319625263128f,-0.12409128939301746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9075523625653616f,-0.29760245462739954f,-0.29627940900740435f,-0.03997122501559931f,-0.04875566129342738f,0.7754310189212881f,-0.6295471550142482f,1.018419507510453f,0.41709902264794485f,-0.5569017093657009f,-0.7182540577063868f,0.2963162962517273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9212125647866676f,-0.12340920884899734f,-0.3689682610339733f,-0.06541650330624864f,-0.009536383449202178f,0.9552365759645063f,-0.29568926482088564f,1.1956783075986674f,0.388942756546358f,-0.2688740432077269f,-0.8811528136590441f,0.2403952080649095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9226356452300863f,-0.20548803045861463f,-0.32637116215913087f,0.2280856229335191f,0.002457937060651914f,0.8430884879127043f,-0.5377692442809239f,1.0078699364774182f,0.38566491245155826f,-0.49696727345702507f,-0.7773584143858111f,0.13345559833344248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9226356452300863f,-0.01477227347122538f,-0.3853897327217651f,0.22290713582815333f,0.002457937060651914f,0.9990206703110734f,-0.04417758296488744f,1.1949102022672138f,0.38566491245155826f,-0.041707076470366145f,-0.9216957714322156f,0.1198749229237975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,0.29414647418241563f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.874256553168299f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,0.08058728873517673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,0.3455835761424645f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.751182631978451f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.009008174123756919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,-0.28329580195972853f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.8899022822144373f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.026519568591487953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,-0.3055747352518683f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.7688256881368623f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.1297882472793575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9680860149250777f,0.16644097920968284f,0.18736826878157348f,0.20255145513937245f,0.18246246257974935f,0.9805975643915226f,0.07166495976938425f,1.9826938689626856f,-0.17180488193242824f,0.1035655210440995f,-0.9796720192978101f,0.049215661970302735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9822043751781487f,0.012949796704907965f,0.18736826878157348f,0.0895467324885744f,0.026816791480953867f,0.9970681988890829f,0.07166495976938425f,1.9958305992835732f,-0.18589089562313008f,0.07541425282651802f,-0.9796720192978101f,0.028563795224352626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9509695033729069f,0.2434032109994372f,0.1908189731914788f,0.06828041612672196f,0.2667240112616874f,0.9577507814789903f,0.10757203350713027f,1.9913968992640867f,-0.15657364232578272f,0.15319372523555697f,-0.9757132658098335f,0.019637385981440235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9796414716650264f,-0.06237552776635316f,0.1908189731914788f,0.09691357771657837f,-0.04229165889008492f,0.9932973740000857f,0.10757203350713027f,2.000547529726194f,-0.19624984734339565f,0.09731197429095434f,-0.9757132658098335f,0.026245989806388145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.97733814184474f,0.09164210803784759f,0.1908189731914788f,0.16023984244105624f,0.11361496493740593f,0.9876841080777868f,0.10757203350713027f,2.1064338802301443f,-0.1786107394244334f,0.12681414229086047f,-0.9757132658098335f,0.018276704753764705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.97733814184474f,0.09850527066744634f,0.18736826878157348f,0.13807615654088085f,0.11361496493740593f,0.9909368159895589f,0.07166495976938425f,1.883473096632494f,-0.1786107394244334f,0.09132873790438899f,-0.9796720192978101f,-0.002272261274722784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9740142691485214f,-0.1333333598355605f,0.18308036118063659f,-0.18025786364008467f,-0.13000482915093142f,0.99105578874327f,0.030119229669632007f,1.9946240862953974f,-0.18545874984078947f,0.00553522839780363f,-0.9826364604237295f,-0.026373672283773734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.0206775962138413f,0.18308036118063659f,-0.06683638888627798f,0.026631028163639693f,0.9991914833219183f,0.030119229669632007f,2.001625826020848f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.005026884926219395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9586870827819546f,-0.21771692322140107f,0.18308036118063659f,-0.04497161725546288f,-0.215886324898767f,0.9759538548137469f,0.030119229669632007f,1.9967147900755229f,-0.18523545024840637f,-0.010649629908807294f,-0.9826364604237295f,-0.0011036703672091183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9790438264062077f,0.08918950232992084f,0.18308036118063659f,-0.07337393419901107f,0.09626623078920285f,0.9948998164708586f,0.030119229669632007f,2.007483043010152f,-0.17946029863323876f,0.0471125021665497f,-0.9826364604237295f,-0.006065398490965587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.980942484357247f,-0.06506476568005005f,0.18308036118063659f,-0.1222835332444258f,-0.0605555868147063f,0.9977103051034577f,0.030119229669632007f,2.1146156723216816f,-0.18462086363290237f,0.018458693273513523f,-0.9826364604237295f,-0.0436964413846353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.980942484357247f,-0.06506476568005005f,0.18308036118063659f,-0.10764396096641456f,-0.0605555868147063f,0.9977103051034577f,0.030119229669632007f,1.8901308536734038f,-0.18462086363290237f,0.018458693273513523f,-0.9826364604237295f,-0.047849647371175835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9828804700291816f,0.02067759621384129f,0.18308036118063659f,-0.0011024315592554164f,0.02663102816363969f,0.9991914833219184f,0.030119229669632007f,1.3737751140232894f,-0.1823095443858122f,0.034479220869415655f,-0.9826364604237295f,-0.01202416563028329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9226356452300863f,-0.01477227347122538f,-0.3853897327217651f,0.004437170992454101f,0.002457937060651914f,0.9990206703110734f,-0.04417758296488744f,0.9991423626566369f,0.38566491245155826f,-0.041707076470366145f,-0.9216957714322156f,0.0036159880461040126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8987564428972254f,-0.355178917268693f,-0.2570696269078973f,0.25511704641949673f,-0.11150382303115752f,0.7521976512130764f,-0.6494348242579601f,0.8215893971726426f,0.4240327272748684f,-0.5550194863582449f,-0.7156462924954388f,0.28165503374805334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8987564428972254f,-0.3990533820005806f,0.1816404543724367f,0.14692143568538807f,-0.11150382303115752f,-0.1926292976545954f,-0.9749158174604275f,0.705854942700606f,0.4240327272748684f,-0.8964654773046177f,0.12863084467125735f,0.021895988547897493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9326872385908128f,-0.11045343795479609f,-0.3433577624196227f,0.02839965234396981f,0.16330870831528804f,0.7194698905651562f,-0.6750506220710816f,0.7614833608762883f,0.32159723375401766f,-0.6856844132792637f,-0.6530023771990692f,0.4229813837987764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9326872385908128f,-0.3284916863358279f,-0.14895545299883475f,-0.09170314054906513f,0.16330870831528804f,-0.016379330384330426f,-0.9864390418695689f,0.7131053795357518f,0.32159723375401766f,-0.9443648286252535f,0.0689223454139426f,0.09922923148249668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9528751732678953f,-0.17136920679478934f,-0.25032278987779594f,0.011993464015120046f,0.0866167114889338f,0.6371203251881146f,-0.7658819990853902f,0.8932464502914084f,0.2907343279706084f,-0.7514720794512034f,-0.5922527031130909f,0.022246748703605962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8764881795426402f,-0.4402350431529558f,-0.19483731137064944f,0.014956619776563936f,-0.08255789343523569f,0.5361625970424037f,-0.8400677733161064f,0.8561773976686674f,0.47429175130247053f,-0.7202241153369277f,-0.5062850563996288f,0.029529043058809077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.2926117449150574f,-0.2514652869727155f,0.011993464015120046f,0.002046920717342716f,0.6480484952742714f,-0.7615963221341929f,0.8932464502914084f,0.3858137295769576f,-0.703144021172418f,-0.5972740171474065f,0.022246748703605962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9282804985638613f,-0.026597210722001486f,-0.37092843564202327f,0.012153150385399753f,0.08573898472242969f,0.9552605262718178f,-0.2830656345190229f,0.9181959101653077f,0.3618620489700407f,-0.2945673358142405f,-0.8844692997422265f,0.022496229186347395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9098470100380354f,-0.18741092576009838f,-0.37021016089592956f,0.012153150385399753f,-0.08166072159036775f,0.9556173245037688f,-0.2830672281589646f,0.9181959101653077f,0.4068291347410945f,-0.22731624230134057f,-0.8847696768717895f,0.022496229186347395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.10575028073133586f,-0.37104353105767585f,0.012153150385399753f,0.002046920717342716f,0.9603481138211937f,-0.2787961807407926f,0.9181959101653077f,0.3858137295769576f,-0.25796972381525596f,-0.8857761498621415f,0.022496229186347395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.932863543177796f,-0.06567337586520916f,-0.35419291002536357f,-0.16646471680287944f,0.12666403837439855f,0.8606541792272833f,-0.4931841493410957f,0.9316279170032614f,0.3372266762764436f,-0.5049370173408544f,-0.7945544520839741f,0.09749156185997157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8965524827677377f,-0.331476405367901f,-0.2937976145706094f,0.18616912235001573f,-0.1195138249545533f,0.8197269473903781f,-0.560146567754177f,0.9304199359672101f,0.4265091925008625f,-0.4670879193539771f,-0.774544242962166f,-0.06363947095318898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.16973646148916685f,-0.34647648903733913f,0.02382632486836402f,0.002046920717342716f,0.8958622440595687f,-0.4443271877615983f,0.7916297722134433f,0.3858137295769576f,-0.41063411123491717f,-0.8261521607792526f,0.07133052844352859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9225744285343569f,-0.13889314726171162f,-0.35995154876488766f,8.56908327490888e-19f,0.002046920717342716f,0.931178883825056f,-0.36455684938552424f,0.9996740625f,0.3858137295769576f,-0.3370676192725421f,-0.8587975233475343f,-0.006997187500000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7677127046572523f,-0.18057318072682724f,-0.6148256090226255f,0.18897938002296671f,0.00034334278181565037f,0.9595901487398644f,-0.2814011879099646f,1.1059816796573758f,0.640794105172309f,0.2158241711291894f,0.7367515469497284f,0.5830337691835974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7309042878171474f,-0.18057318072682724f,-0.6581582244815484f,0.2592564117912138f,-0.015917106460884508f,0.9595901487398644f,-0.2809508714407519f,1.1052513543705806f,0.6822943410086446f,0.2158241711291894f,0.6984943517194518f,0.6450794614661423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7496216721946354f,-0.18057318072682724f,-0.6367579406480254f,0.31963158700429406f,-0.007790136392482621f,0.9595901487398644f,-0.28129354812435986f,1.1478105492326323f,0.661820717680479f,0.2158241711291894f,0.7179228822131898f,0.5063681829928913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19834364307855762f,-0.4387972343064814f,-0.8764227213025165f,0.3225681911552764f,-0.2448366932224427f,0.8436586212496057f,-0.47780239057911156f,1.7514190246735872f,0.9490599522170476f,0.30934950776782766f,0.05990066061052745f,-0.7950014499134568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19834364307855762f,-0.4387972343064814f,-0.8764227213025165f,0.30397347461666163f,-0.2448366932224427f,0.8436586212496057f,-0.47780239057911156f,1.7743724646631913f,0.9490599522170476f,0.30934950776782766f,0.05990066061052745f,-0.883975820433805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.19834364307855762f,-0.4387972343064814f,-0.8764227213025165f,0.4447342410813465f,-0.2448366932224427f,0.8436586212496057f,-0.47780239057911156f,1.834566103255256f,0.9490599522170476f,0.30934950776782766f,0.05990066061052745f,-0.84847373426521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014415225445849326f,2.950688542555943e-8f,-0.000006028352153702584f,0.25890252630970984f,3.1983136208479934e-8f,0.00001562496726649366f,0f,1.1658109881328753f,0.000006028339524639962f,-1.23395589148514e-8f,-0.000014415255645008502f,0.6299274792575423f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14.mcfunction new file mode 100644 index 000000000..38ff5bcbe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140.mcfunction new file mode 100644 index 000000000..53f1e707f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140_as_bone.mcfunction new file mode 100644 index 000000000..5fec49ce9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_140_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16464653650012337f,-0.7329629490645151f,-0.6600430541390181f,-0.3268460751099116f,0.2780069706221411f,0.6075607962628502f,-0.7440309154396418f,2.510948603827243f,0.946363377516276f,-0.3059986832375275f,0.10373602822976109f,-0.5874677359803867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42816668635293f,-0.7329629490645151f,-0.5286195266883364f,-0.3553088769841215f,-0.06248116983912709f,0.6075607962628502f,-0.7918118351350816f,2.521296666134193f,0.9015372383396515f,-0.3059986832375275f,-0.30593367540009964f,-0.4987442947939621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.249763271223991f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6341075549773785f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5275729972992366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[1.6178729184858121e-15f,-4.496748513458788e-17f,-1f,0.48687500000000017f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7450455307492538f,0.9914448613738104f,0.13052619222005157f,1.5981623567802785e-15f,-0.4357083055770526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[1.6178729184858121e-15f,-4.496748513458788e-17f,-1f,0.48687499999999995f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7572823612698836f,0.9914448613738104f,0.13052619222005157f,1.5981623567802785e-15f,-0.5286562613308473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[1.6178729184858121e-15f,-4.496748513458788e-17f,-1f,0.6368750000000001f,-0.13052619222005157f,0.9914448613738104f,-2.5575757361148533e-16f,1.7511639460095687f,0.9914448613738104f,0.13052619222005157f,1.5981623567802785e-15f,-0.4821822834539502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141.mcfunction new file mode 100644 index 000000000..f20305c86 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141_as_bone.mcfunction new file mode 100644 index 000000000..0c55f7603 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_141_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.499739358902834f,0.040314601474217726f,-0.6446547529614622f,-0.32386669920687994f,-0.25063279248897163f,0.7633143747249853f,-0.14655651848972592f,1.441158823417072f,0.595305149429273f,0.2875245079825793f,0.4794641600962592f,-0.12940510676780909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4673894158503427f,-0.15085335966317084f,-0.6314985335132692f,-0.32386669920687994f,0.05931747696652434f,0.7847740848715021f,-0.14356556913279275f,1.441158823417072f,0.6465512902140105f,0.03705265972141339f,0.4696791772371519f,-0.12940510676780909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5215929936493553f,0.04416798690657741f,-0.6268447833020299f,-0.3255046531958704f,-0.027175145761135854f,0.8122994096934704f,0.07984751034907135f,1.4203368125292761f,0.6278110423313764f,0.07185612283378807f,-0.5173339706442357f,-0.037731201326880376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48861203065860664f,-0.15555830009348998f,-0.6140520326223966f,-0.3255046531958704f,-0.3291037588617383f,0.7249639061210496f,0.0782179693215393f,1.4203368125292761f,0.5412476322338491f,0.3003813411211391f,-0.5067761345086391f,-0.037731201326880376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.049825006386994254f,0.008488442034116332f,1.5616823188761442f,-0.02880136453785159f,1.5615172600005118f,0.023980940184329672f,-0.04995008737099735f,1.416179500321123f,-0.02423974956617088f,1.5622929017504081f,-0.007718398879318982f,0.7710988356167983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.023044825516101125f,-0.9994163292572542f,-0.02521778798563481f,-0.025014576707468365f,-0.05590553545278501f,0.02647328178619536f,-0.9980850346825196f,1.4264962201857405f,0.9981700792563712f,-0.02159088153421869f,-0.05648297718698511f,0.5754964350842176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.027299383075727573f,-0.9994163292572542f,-0.020536418812457338f,-0.01851558067073755f,-0.23897417239850094f,0.02647328178619536f,-0.970664983543715f,1.4946970322065045f,0.9706421011939141f,-0.02159088153421869f,-0.23955739442655302f,0.2425122451233005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9492276822266343f,-0.023235754179590035f,-0.3137306281228496f,0.23303834080203617f,0.2550432200775664f,0.5270002412779227f,-0.8106933462077245f,1.428928371521402f,0.18417318802452792f,-0.8495474356507218f,-0.49431709599422613f,-0.5074485349886662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6806296577709858f,-0.05267684112018592f,-0.7307314276614559f,0.016102733236747418f,0.5894379728457718f,0.5529700491772616f,-0.5888862376387857f,1.6194499768513158f,0.4350932602672882f,-0.8315342898055954f,-0.34531808488332344f,-0.3407042023117097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.020966146032402048f,-0.5858338373236871f,-0.8101599445585741f,0.25137793307370976f,-0.2901255434539533f,0.7719035303516535f,-0.5656784500634637f,1.3138748128230953f,0.9567588984462578f,0.24690819119109442f,-0.15378151828697015f,0.053086552953660944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.005557861869662291f,-0.3132625828299051f,-0.9496502852998965f,0.18670588450997824f,-0.25675903532483907f,0.9182739126278097f,-0.3014097197607805f,1.4841673606923047f,0.9664594704127516f,0.24215609756095557f,-0.08553663813567364f,0.09795621725799215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.006215888195976094f,-0.5479992559712218f,-0.8364557239859877f,0.20934420975974927f,-0.2998176544624469f,0.7969684404978452f,-0.5243573961746599f,1.3733765625540786f,0.9539762768573294f,0.2540435401765215f,-0.1593459848506017f,-0.2567473009977826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.014571273785211792f,-0.0584302953342749f,-0.9981851424297128f,0.19214987224438704f,-0.2689698598785102f,0.961723784635791f,-0.052369614689678635f,1.5533724620814788f,0.9630383649975796f,0.2677186258984612f,-0.029729528920398055f,-0.2067358681975736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,0.2539979737581289f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.210330235157166f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.008595936157928152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,0.2709847228238092f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.1022878157145803f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,-0.10912661247729279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,-0.31524719525001915f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.172014398564998f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.14876756034459204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,-0.3709300422279322f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.059080595727667f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.048939261605540935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9523404948483128f,0.25493330697007444f,-0.16750101751742558f,0.1621119548407021f,0.07159162672740105f,0.720578857592139f,0.6896671291092048f,2.2661226927664644f,0.2965168137805942f,0.6448062646939079f,-0.7044875159695129f,0.07771034543285389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980495958535083f,0.10281577907595917f,-0.16750101751742558f,0.0502096300824049f,-0.042013153103833724f,0.7229067339515808f,0.6896671291092048f,2.268568415077774f,0.19199627668953162f,0.6832530787200761f,-0.7044875159695129f,0.1067108416538594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172162016117946f,0.39556591093047533f,-0.047350286277650006f,0.016878964195444157f,0.06271144480879978f,0.26073007560296774f,0.9633727743537619f,2.3115883425781303f,0.3934230727738588f,0.8806517119643921f,-0.2639523593820689f,0.06168758032546248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945610342673104f,0.09277014340057435f,-0.047350286277650006f,0.04718859375033038f,-0.020927896074288962f,0.26734793958405617f,0.9633727743537619f,2.314335065739006f,0.10203123190005248f,0.9591239647165518f,-0.2639523593820689f,0.06627533501845445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678038898014892f,0.24721161233755162f,-0.047350286277650006f,0.11962566831583317f,0.021152192962677827f,0.2673302870361045f,0.9633727743537619f,2.3726551557355053f,0.25081510245193955f,0.9313543559562399f,-0.2639523593820689f,0.14774484994546272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678038898014892f,0.18788038752284494f,-0.16750101751742558f,0.07735258112319313f,0.021152192962677827f,0.7238175431413205f,0.6896671291092048f,2.2097962085287084f,0.25081510245193955f,0.6639195163761408f,-0.7044875159695129f,-0.0016370412391687184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9523985375592413f,-0.18061886869701f,-0.2455887821656983f,-0.22830857203468535f,-0.21899534436827922f,0.9657763266876459f,0.13898606388676701f,2.2869863914009088f,0.2120803262918023f,0.1861529239102356f,-0.9593586524963607f,0.12036666378079229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689279472479116f,-0.029407194975342665f,-0.2455887821656983f,-0.11699894239543467f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,2.3044564885084364f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,0.09440317631037716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9330324019313189f,-0.2629385613040496f,-0.2455887821656983f,-0.09522947052358874f,-0.30233495404702254f,0.9430145542920579f,0.13898606388676701f,2.3016447664709845f,0.195049000273416f,0.20392857419378058f,-0.9593586524963607f,0.08842300586088198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686190296907499f,0.03825343638576495f,-0.2455887821656983f,-0.12372657242413855f,0.0038698950689458056f,0.9902867756147303f,0.13898606388676701f,2.3096290344793386f,0.24852001777141805f,0.13367414352544543f,-0.9593586524963607f,0.09687476737197834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9626778779610868f,-0.11374292663154209f,-0.2455887821656983f,-0.19047156418088168f,-0.15109273174078108f,0.9787000870850948f,0.13898606388676701f,2.413699116807038f,0.2245490808252119f,0.1709054890309839f,-0.9593586524963607f,0.09646419344670212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9626778779610868f,-0.11374292663154209f,-0.2455887821656983f,-0.16487940568878476f,-0.15109273174078108f,0.9787000870850948f,0.13898606388676701f,2.193491597212892f,0.2245490808252119f,0.1709054890309839f,-0.9593586524963607f,0.058010458414730806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689279472479115f,-0.029407194975342672f,-0.2455887821656983f,-0.021017575415254626f,-0.06521844526326531f,0.9881444370347415f,0.13898606388676701f,1.6908765643940336f,0.2385899986155981f,0.15068440012481785f,-0.9593586524963607f,-0.019059088585676856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.017420760750108122f,-0.05764493496797164f,-0.9981851424297128f,0.0005992751977347423f,-0.22145632444535718f,0.9737630717070799f,-0.052369614689678635f,1.3257154125038786f,0.9750146734578103f,0.2201420942303653f,-0.029729528920398055f,-0.10161237392206383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.02029073070292943f,-0.3226379089915298f,-0.9463049539810696f,0.21924014049142457f,-0.19556670459503173f,0.9294965006459214f,-0.31271379781011577f,0.722593123509077f,0.9804804691075599f,0.17872054993357558f,-0.08195739582282689f,-0.32199968743755636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.02029073070292943f,-0.5157029016956473f,-0.8565271761189079f,0.022901657075072163f,-0.19556670459503173f,0.8422013210978545f,-0.5024446226151374f,1.040265428326367f,0.9804804691075599f,0.15731322869904443f,-0.1179431972387613f,-0.26269990908141577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.055652749646083424f,0.09973057236203178f,-0.9934568860263499f,0.30420600636881817f,0.14769356955306823f,0.9848751623870954f,0.09059538633763468f,1.109117003662666f,0.9874661416825913f,-0.14168531133936874f,-0.06954057507069383f,0.0025111393457944633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.055652749646083424f,-0.9770550641996031f,-0.20558738526169312f,-0.02348752419744911f,0.14769356955306823f,0.19558539865328398f,-0.9695013983209663f,1.0632313392859538f,0.9874661416825913f,-0.08431935338666585f,0.13341988485586104f,-0.009094350675977483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1078440696337443f,-0.6795495219686525f,-0.725659771406f,0.00237662667554258f,-0.020391836389569692f,0.7312752238747445f,-0.6817776176698699f,1.215746888660744f,0.9939586659683053f,-0.058728137541714034f,-0.09272095883557495f,-0.1153136145694399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0521876621755875f,-0.6426385505194764f,-0.7643900452667298f,0.0025127604870304084f,-0.22555480265823646f,0.7380684075058018f,-0.6359088431840318f,1.1781798603928186f,0.9728316806696062f,0.20559844169661456f,-0.10643214672960895f,-0.1200075096957865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,-0.6130253594601817f,-0.7895644858946667f,0.00237662667554258f,-0.12403445145048538f,0.7859072680324056f,-0.6057765437083362f,1.215746888660744f,0.9918808515042375f,0.08093006062370026f,-0.09809537046503747f,-0.1153136145694399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.025264647265695092f,-0.0330174345189358f,-0.9991353995411874f,0.009258169575975805f,-0.037131118697313975f,0.9987957592304699f,-0.03206729435913033f,1.2395245781237572f,0.9989909797504811f,0.03628884623430342f,-0.02646019682763334f,-0.1121454859613199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.03065840018227091f,-0.037899310592369506f,-0.9988111456901586f,0.009258169575975805f,-0.20999380713406912f,0.9772226633850076f,-0.030634410914060717f,1.2395245781237572f,0.9772219110640138f,0.20880495306226635f,-0.0379187040002904f,-0.1121454859613199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,0.030943187141393186f,-0.9991269628515322f,0.009258169575975805f,-0.12403445145048538f,0.9916884589994494f,0.0341972972714891f,1.2395245781237572f,0.9918808515042375f,0.12488602586690846f,-0.023997019864946043f,-0.1121454859613199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04662110397258867f,-0.33287333686192966f,-0.9418183552420188f,0.006330752214772981f,0.0553207838552747f,0.9405361846232266f,-0.3351586136264765f,1.2388402919848354f,0.9973796085433144f,-0.0677275942344627f,-0.025434021333578444f,0.08302206559243475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.014017533767025235f,-0.3149270715146266f,-0.9490123541737019f,0.006148384407639285f,-0.2518112919691843f,0.9196276910873186f,-0.30145643635891706f,1.2789023951827834f,0.967674832773851f,0.2347463512232487f,-0.09219310496707775f,-0.3026452624802346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,-0.19203699357527207f,-0.980986218978618f,0.023422113464752384f,-0.12403445145048538f,0.9744577197668786f,-0.18721006180254518f,1.1043762683528413f,0.9918808515042375f,0.11642141334525415f,-0.05117060615160062f,-0.12076848556007523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.028068332202073068f,-0.10580765229686633f,-0.9939903970576475f,1.2443286227050788e-17f,-0.12403445145048538f,0.9870660459325722f,-0.10156808465465188f,1.3258928571428572f,0.9918808515042375f,0.1204382069048804f,-0.04082909179452765f,-0.10160714285714288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07312386090656561f,-0.730383533337496f,-0.6791117692954174f,-0.1014703116389029f,0.2609939596619354f,0.6431904329949306f,-0.7198529154791121f,2.5260341583080326f,0.9625669088360047f,-0.22988249418611412f,0.14359312267887325f,-0.5824971371034974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.33896734615482227f,-0.730383533337496f,-0.592993281977285f,-0.12120438360780968f,-0.04912730564561743f,0.6431904329949306f,-0.7641286375629405f,2.5361799506145077f,0.9395145800256424f,-0.22988249418611412f,-0.25390232922525985f,-0.49141095921683947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21049676766833914f,-0.730383533337496f,-0.6497930478472482f,-0.013868390446269044f,0.10822178460240181f,0.6431904329949306f,-0.7580198626957377f,2.644810033865631f,0.9715858974576838f,-0.22988249418611412f,-0.05634609771864072f,-0.5285021335023723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.01918075725507904f,0.011952328777297846f,-0.9997445875762075f,0.4713991029959387f,-0.1483562027063662f,0.9888252040261682f,0.014668094666806762f,1.7709858731329922f,0.9887479636740951f,0.14859965585224685f,-0.017193214095232f,-0.4193472164430557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.033168118295628136f,0.011952328777297846f,-0.9993783156370398f,0.47074322069267865f,-0.14892055444726307f,0.9888252040261682f,0.006883628819639623f,1.7849254978858213f,0.9882927422539575f,0.14859965585224685f,0.034577418769289756f,-0.5120527674103769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.006996077901440429f,0.011952328777297846f,-0.9999040937663954f,0.621056775909268f,-0.14868933069684556f,0.9888252040261682f,0.0107795556277114f,1.77633875216525f,0.9888592103180924f,0.14859965585224685f,0.008695081924439867f,-0.4670042542153823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-4.385676906573917e-7f,-5.482083423498249e-8f,-0.000015618747646877624f,0.686439466936694f,-0.000001938038303913834f,0.000015504342376655736f,0f,1.4898373259433368f,0.000015498138304753714f,0.000001937262796724025f,-4.4198070450504626e-7f,-0.05440442372046666f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142.mcfunction new file mode 100644 index 000000000..f4f9b933f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142_as_bone.mcfunction new file mode 100644 index 000000000..ce371f942 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_142_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.44670064414083055f,0.02073771081264395f,-0.6833541734114622f,-0.32255560837213f,-0.24681591172176756f,0.7661313490380876f,-0.13809093448332255f,1.4538724752093504f,0.6375616712833077f,0.28205876659975626f,0.4253262417710722f,-0.1419706420525123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41204920225420255f,-0.1486881200018643f,-0.6694081698724528f,-0.32255560837213f,0.06382785811056815f,0.7858926689158089f,-0.13527275214692822f,1.4538724752093504f,0.6827455305241426f,0.016265174905247703f,0.4166461143879891f,-0.1419706420525123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5469185305179431f,0.03840882813050423f,-0.6052679797760488f,-0.32972797665031733f,-0.020945524958011223f,0.8133449147179937f,0.07053920279573156f,1.4347093926101298f,0.6061236263377062f,0.0627634931187342f,-0.5437088724411325f,-0.05296288805599576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5093733144281921f,-0.17026435621730057f,-0.5929155720255173f,-0.32972797665031733f,-0.32385772943743735f,0.7282454343149115f,0.06909962722847174f,1.4347093926101298f,0.5250285683961072f,0.2840222463142532f,-0.5326127730035585f,-0.05296288805599576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.18373608584134746f,-0.016843713482287453f,1.5515681068118885f,-0.0830472918636685f,1.5461677741220028f,0.13332298923815925f,-0.18164923563619378f,1.436945097691654f,-0.13043203220954877f,1.556710480422332f,0.03234524875401257f,0.7782423341603133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.07955276182047219f,-0.9917056627056945f,-0.10095165498492235f,-0.06928228408627737f,-0.052110978245299644f,0.10527151802372497f,-0.9930772142382981f,1.4461949536292942f,0.9954676308313862f,-0.07374134559689106f,-0.06005339221481787f,0.5802613425102345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0977188686880128f,-0.9917056627056945f,-0.08349192332072898f,-0.039510536632870026f,-0.244849433923032f,0.10527151802372497f,-0.9638291665023172f,1.5173654294619094f,0.964624163811951f,-0.07374134559689106f,-0.2531055837781027f,0.24758468994516503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9435012281119517f,-0.000299863826692115f,-0.3313688920718486f,0.24365539498623254f,0.2785890198730104f,0.540749971788955f,-0.7937112989093957f,1.4515644865587847f,0.1794257243469692f,-0.8411833201460488f,-0.5101147237148088f,-0.5121432281980458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6704523003020153f,-0.05836844859857457f,-0.7396531871275429f,0.03032945713105125f,0.5730953988282553f,0.5924097563624969f,-0.5662264073746562f,1.6355391136083366f,0.4712275213329753f,-0.8035196355875337f,-0.3637317945460059f,-0.3337883079465207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.00046771287467323175f,-0.6028420547526325f,-0.7978604127704862f,0.24209123754141948f,-0.34579645062022407f,0.7485426172103189f,-0.5657815523312695f,1.3306284862052298f,0.9383094350922419f,0.2761619221426991f,-0.20811053979875227f,0.06948797016387064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.05377027351077452f,-0.32797523560486097f,-0.9431548136528342f,0.17470116328017787f,-0.28027648341101297f,0.9115091922517701f,-0.30099183591466727f,1.49965526077797f,0.9584121506603164f,0.24815970114114383f,-0.14093584425619168f,0.1151370651012339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.028428018026760232f,-0.5648819910114082f,-0.824681868372318f,0.21995845693951238f,-0.3649415780138895f,0.7739317637644797f,-0.5175396310169239f,1.3872234348708372f,0.9305963101301243f,0.28624807644312456f,-0.22815027132311f,-0.24493071744281888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.07129613160628379f,-0.07733544374188545f,-0.9944526588828777f,0.1992427321198909f,-0.3045124878187926f,0.9510807098933985f,-0.052130874067856006f,1.5652252500129253f,0.9498363050443952f,0.29910652351614575f,-0.09135798383116935f,-0.18941923168248637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,0.24850558075866808f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.225623844931213f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,0.0038575942069661584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,0.26481736281500684f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.1166554996250477f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,-0.11310452781286902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.3193654230779966f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.1866598666257953f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,0.14932436496975532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.37554781172421065f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,2.072717396429576f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,0.050932469004744296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503529186698364f,0.2523499968803228f,-0.18206814397423987f,0.15659635945552997f,0.07255259063650459f,0.748668837611641f,0.6589621333439168f,2.284858027360637f,0.30259783800889134f,0.6130370711985821f,-0.7298082609621583f,0.0713911100840543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9781287339856339f,0.10057519923637627f,-0.18206814397423987f,0.044944124304652236f,-0.045458261252421014f,0.7508012075794369f,0.6589621333439168f,2.287188028136127f,0.20297223020789812f,0.6528262984866822f,-0.7298082609621583f,0.10134924933200033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9145248378623403f,0.39873203835808246f,-0.06824282027927216f,0.011144071889578736f,0.0721605387842302f,0.3267870973113707f,0.9423391372925027f,2.324999842082521f,0.3980416781886415f,0.856868108064256f,-0.3276276359026398f,0.056865308919415006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9929797824171585f,0.09661298665864695f,-0.06824282027927216f,0.04143722095217307f,-0.03235401598156194f,0.33309183114673724f,0.9423391372925027f,2.328608737651545f,0.11377332446860194f,0.9379316408098246f,-0.3276276359026398f,0.060935519926637136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9656409526562397f,0.2507597815310122f,-0.06824282027927216f,0.11350471756768687f,0.020151358058293267f,0.3340522011530954f,0.9423391372925027f,2.393617713787107f,0.2590974205227765f,0.908586076754036f,-0.3276276359026398f,0.13752372714308034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9656409526562397f,0.18544201655214348f,-0.18206814397423987f,0.07178026384345466f,0.020151358058293267f,0.7519061308349869f,0.6589621333439168f,2.224438834349235f,0.2590974205227765f,0.6326519018463741f,-0.7298082609621583f,-0.0048229507723536146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.949788285021985f,-0.18214737745490817f,-0.2544101934304045f,-0.2330549802634453f,-0.2202612160388214f,0.9667164440217656f,0.13017032521666327f,2.3016679821279205f,0.2222323341552626f,0.17967094852594126f,-0.9582959563264851f,0.11920568142162878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.12203409755029603f,-0.06632166520071145f,0.9892710059220339f,0.13017032521666327f,2.319276506503022f,0.24760301406432195f,0.142694104694521f,-0.9582959563264851f,0.09212350839351671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302988638769326f,-0.26423375512601105f,-0.2544101934304045f,-0.1003085855540303f,-0.30367794531820635f,0.9438407662102228f,0.13017032521666327f,2.3164845600955872f,0.20572731806107108f,0.19835607046850529f,-0.9582959563264851f,0.08597653444220332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664195174135807f,0.036176924147947334f,-0.2544101934304045f,-0.12875678755829828f,0.0028479479928270324f,0.9914875569694348f,0.13017032521666327f,2.324447983231417f,0.2569537031341101f,0.12507459587772163f,-0.9582959563264851f,0.094610729232923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9601806072488583f,-0.11544979403150929f,-0.2544101934304045f,-0.19584317548881133f,-0.15228994054142236f,0.9797262170845884f,0.13017032521666327f,2.428296816893089f,0.23422419916205037f,0.1637311351429651f,-0.9582959563264851f,0.09391730815089397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9601806072488583f,-0.11544979403150929f,-0.2544101934304045f,-0.16986697183172178f,-0.15228994054142236f,0.9797262170845884f,0.13017032521666327f,2.207858418049057f,0.23422419916205037f,0.1637311351429651f,-0.9582959563264851f,0.05707780274372687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9665889427007057f,-0.03132521871330189f,-0.2544101934304045f,-0.025038860858866186f,-0.06632166520071142f,0.9892710059220339f,0.13017032521666327f,1.7050794130010827f,0.24760301406432197f,0.142694104694521f,-0.9582959563264851f,-0.017056554035052754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.0785330202870817f,-0.06997480950573343f,-0.9944526588828777f,0.001201692705783849f,-0.20982396555185684f,0.976348439569099f,-0.052130874067856006f,1.3389487481626705f,0.9745801497079049f,0.20456600544963913f,-0.09135798383116935f,-0.09376880607866743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.08100702543455311f,-0.35786792433348735f,-0.9302517995486421f,0.2534604716845936f,-0.19199986082504145f,0.9214416899872824f,-0.3377591825495579f,0.749704389817343f,0.9780459678733974f,0.15124734935403772f,-0.1433538420830334f,-0.29246701021543425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.08100702543455311f,-0.5715736463786324f,-0.8165423617888296f,0.03656865941201639f,-0.19199986082504145f,0.8128398095763995f,-0.549934084605571f,1.0528007743941004f,0.9780459678733974f,0.11222749544223473f,-0.17558779568453156f,-0.2509304112861104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1216123660881731f,0.07919182810286962f,-0.9894135064654017f,0.3015564885296359f,0.14857018443954734f,0.9870347187560575f,0.06074013718908727f,1.1171913204600095f,0.9813956045907457f,-0.13961059534245882f,-0.13180117206644693f,0.03280080364968158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1216123660881731f,-0.9695117305807756f,-0.21273795308008814f,-0.025344836166646147f,0.14857018443954734f,0.19413414161853837f,-0.9696591335895476f,1.074474898804461f,0.9813956045907457f,-0.14952905846123327f,0.12043142432796358f,-0.0012413876678988578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1708649516581932f,-0.6718055082819583f,-0.720751363048911f,0.004852272044322883f,-0.014041524187062573f,0.7330945774863384f,-0.6799817468569513f,1.2290952619493842f,0.985194399036732f,-0.10606460060805716f,-0.1346933428366298f,-0.10648992980829086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.009493835671704018f,-0.6595151679249452f,-0.7516312994821132f,0.005349244540962403f,-0.21902217327058607f,0.7347844836142854f,-0.6419665491717752f,1.191517196958206f,0.9756736927375198f,0.15852919578619942f,-0.15142436852538899f,-0.11091065012582847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,-0.6181560698347683f,-0.7807751262498239f,0.004852272044322883f,-0.11753739745783769f,0.785208874928147f,-0.6079736696049525f,1.2290952619493842f,0.9888941726205256f,0.0364704820437934f,-0.14407712967941746f,-0.10648992980829086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.09011061976157353f,-0.04890440857144022f,-0.9947303328181275f,0.011176747035258958f,-0.03055041020255654f,0.9984593670947834f,-0.046320240685257766f,1.2529945302683159f,0.9954630825111702f,0.02621547411286557f,-0.09146584211823029f,-0.10306760552806145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.09111223457178239f,-0.06472806778453567f,-0.9937347925640004f,0.011176747035258958f,-0.20362985414744367f,0.9780116773641567f,-0.04503378108974952f,1.2529945302683159f,0.9747991809656117f,0.1982509424447441f,-0.10228939636415624f,-0.10306760552806145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,0.005746120557476225f,-0.9958381929523161f,0.011176747035258958f,-0.11753739745783769f,0.9929319542718122f,0.016464944117672978f,1.2529945302683159f,0.9888941726205256f,0.11854584043524578f,-0.08963927193294009f,-0.10306760552806145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.1121398061652307f,-0.32978532348051615f,-0.9373720202193342f,-0.004407328010817897f,0.05895851723375091f,0.9394520169860245f,-0.3375704386146505f,1.2530213726726627f,0.9919418113573105f,-0.09312114796189634f,-0.0859063134084837f,0.09142809588870467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.0735067281573017f,-0.3367337808685117f,-0.9387263295218718f,0.019943960344899057f,-0.2452548164082618f,0.9184699215331898f,-0.31026291797017214f,1.2909997965296112f,0.9666679036484859f,0.2074207416359635f,-0.15009930044816513f,-0.2936699175916261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,-0.21332570777265988f,-0.9727378201999186f,0.027830016049091875f,-0.11753739745783769f,0.9722591766489724f,-0.20223019957637506f,1.118016751323647f,0.9888941726205256f,0.09593870869026705f,-0.11350805932624526f,-0.10967872380086514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.09095754809802552f,-0.12773425183153095f,-0.9876288196245766f,1.14919980884274e-17f,-0.11753739745783769f,0.9861849601988383f,-0.1167226819279526f,1.3392857142857142f,0.9888941726205256f,0.10546651215743666f,-0.1047145174773374f,-0.09383928571428575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.015661154486642626f,-0.7136564067455383f,-0.7003208274435315f,0.13466884202348572f,0.24238665181887087f,0.6768054645839308f,-0.6951137130925898f,2.536805318278279f,0.9700533177409287f,-0.18063470380958563f,0.16238123204188434f,-0.5587213456514306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.27894176193192843f,-0.7136564067455383f,-0.6425620799279697f,0.12059642745004565f,-0.038031173137021146f,0.6768054645839308f,-0.7351788850199329f,2.54656684763218f,0.9595546484281827f,-0.18063470380958563f,-0.21593049914148296f,-0.46654899517285076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15010575545002763f,-0.7136564067455383f,-0.6842242288108655f,0.23026626905839553f,0.10412297977494629f,0.6768054645839308f,-0.728761118743389f,2.651000250766738f,0.983171738438185f,-0.18063470380958563f,-0.02728436394825133f,-0.508542515819903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.06446618197810076f,0.014652048903898733f,-0.9978123214533303f,0.46075044355775646f,-0.17115968783994923f,0.9849127110480065f,0.025520832168981197f,1.8002605642302312f,0.9831319711207125f,0.17243047607364528f,-0.06098572194635839f,-0.38916634321140353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.04018675910302931f,0.014652048903898733f,-0.9990847520884867f,0.4618901033691886f,-0.17288971052916363f,0.9849127110480065f,0.007489967236789673f,1.8164100120357336f,0.9841210151124389f,0.17243047607364528f,0.042113638350051955f,-0.4815078778049523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.012156371321942942f,0.014652048903898733f,-0.9998187536244761f,0.611293086507144f,-0.17226077659202593f,0.9849127110480065f,0.016528050822111777f,1.8058560805096657f,0.9849763689978533f,0.17243047607364528f,-0.009448991312351128f,-0.43391976181132524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000001421211689031649f,-1.6821148833752518e-7f,-0.000015559321554301497f,0.6821652646557019f,-0.000001836521835278714f,0.000015516694639920727f,0f,1.503408402860057f,0.000015451471447195713f,0.000001828802161702236f,-0.000001431131639594666f,-0.00428861790635951f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143.mcfunction new file mode 100644 index 000000000..dc580fbd0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143_as_bone.mcfunction new file mode 100644 index 000000000..36ed12f2c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_143_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3630231512339054f,-0.008942073079477406f,-0.731490721364045f,-0.31700455589751575f,-0.24267612290341686f,0.768892588713821f,-0.12983424370315005f,1.4666402640534526f,0.6901209571410039f,0.27507938998486337f,0.3391295300689467f,-0.1671836756928419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3251928255029298f,-0.14418058171937764f,-0.7165623392953911f,-0.31700455589751575f,0.06860958562229287f,0.7868397620356409f,-0.12718456526022864f,1.4666402640534526f,0.727696606424792f,-0.009754421292827609f,0.3322085192512131f,-0.1671836756928419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.594100467496678f,0.031803092407352365f,-0.5594440474953707f,-0.33280736713603704f,-0.014372341261862466f,0.8142171682958327f,0.06154903007694324f,1.4490613496708031f,0.5601629359135837f,0.05462060609412266f,-0.5917588352217731f,-0.08167982496420895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5495978240697185f,-0.19392997217203128f,-0.5480268220362815f,-0.33280736713603704f,-0.31823581967033676f,0.7314989582915322f,0.06029292742231175f,1.4490613496708031f,0.4864855546227244f,0.2594232832876773f,-0.5796821242988798f,-0.08167982496420895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.32661659419284617f,-0.0833772847272715f,1.5257051087249376f,-0.17138866589123442f,1.5137828386992762f,0.22985558564943856f,-0.31150309309108565f,1.457187539935799f,-0.20782051789326683f,1.543250105503726f,0.12882544083104547f,0.775631086494524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.17353229746400603f,-0.9696475148638507f,-0.17225051133515612f,-0.13981447837742694f,-0.049708831455831715f,0.18330514467369952f,-0.9817984803468834f,1.4658374234561522f,0.98357286146587f,-0.16181137430512443f,-0.08000940778013235f,0.5768620251582295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.20526373918890728f,-0.9696475148638507f,-0.13285516283738194f,-0.07357417927549119f,-0.250676758815711f,0.18330514467369952f,-0.950557934334254f,1.540055601780654f,0.9460591736058787f,-0.16181137430512443f,-0.2806939956280662f,0.24855183082872917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9459636671097691f,0.047784768766068526f,-0.3207325309073151f,0.2728834332701526f,0.2920416332154044f,0.5554347729956645f,-0.7785909692618673f,1.4774926240913886f,0.14094121106730198f,-0.830186020612988f,-0.539376256616524f,-0.5059502742061188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6847809629373179f,-0.04105252973232941f,-0.7275917279637093f,0.054279337194413343f,0.546616803592109f,0.6313672197190846f,-0.5500777253215577f,1.6516336953727f,0.481959648548907f,-0.7743966190956477f,-0.40990825010463605f,-0.324142360217598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.0539955196947131f,-0.6352633942457704f,-0.7704056748131085f,0.22568077793668762f,-0.3997379466562158f,0.7207632231648659f,-0.5663125904799098f,1.347498871023748f,0.915037735755182f,0.2773820399094663f,-0.29285686961328583f,0.09450091140549881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.13861146398619367f,-0.354284808091034f,-0.9248076215124439f,0.15347232878516598f,-0.30358698904760884f,0.9040644288513446f,-0.30083624875785664f,1.5151307248786385f,0.9426673867980218f,0.2390602084028022f,-0.23286995217459389f,0.137869263279933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.09551273178262325f,-0.5991205674322634f,-0.7949414215821589f,0.23648316096943015f,-0.42803336758298965f,0.7457117299763487f,-0.5105893183481675f,1.401292988323908f,0.8987017048514963f,0.2914936730965596f,-0.3276685585186504f,-0.22295855085225041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.16330158718242804f,-0.1131589903580808f,-0.9800651174921184f,0.20914044329296427f,-0.33963388833627517f,0.9391279379807506f,-0.05184146986347914f,1.577055467508652f,0.9262728612656652f,0.3243975323660204f,-0.19179371073513954f,-0.1633327242257162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,0.24027392512235363f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.241106601251584f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,-0.0023860883089624405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,0.25618549179473876f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.1311161509884506f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,-0.11844312341215418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,-0.3263375484527516f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.201132591341854f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,0.1476464633082943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,-0.38275936138569905f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.086039075983862f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,0.0507425199009226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9488355581589348f,0.24737114752371392f,-0.1962615574839453f,0.14811058746423275f,0.07286758801395032f,0.77628355206057f,0.6261582558884402f,2.303659059203085f,0.3072481052671474f,0.5798201119080172f,-0.7545907762732876f,0.06323177496681803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9758511910649199f,0.09589501525707018f,-0.1962615574839453f,0.03667352711660828f,-0.04946703509745676f,0.7781252155157379f,0.6261582558884402f,2.3058026638016424f,0.2127615222164116f,0.6207457571562073f,-0.7545907762732876f,0.09399420603793063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9126494787466212f,0.39867641801666565f,-0.0901556579529099f,0.002564317439255212f,0.08092825419014071f,0.39244938804234725f,0.916206360761004f,2.3384872288890106f,0.40065140286445655f,0.8288791175693767f,-0.39043291592814605f,0.05037619798303043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9911790222790294f,0.09713960640781713f,-0.0901556579529099f,0.03280810712530835f,-0.04430618683720969f,0.3982497536835687f,0.916206360761004f,2.3429692822166515f,0.12490439384558871f,0.9121189782906131f,-0.39043291592814605f,0.05391031858000578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9637799813848602f,0.25099821676832074f,-0.0901556579529099f,0.10412676562164416f,0.018539283014551017f,0.4002776529939977f,0.916206360761004f,2.414483102765634f,0.26605345791232504f,0.881349928060779f,-0.39043291592814605f,0.1252199739712707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9637799813848602f,0.18058114114097035f,-0.1962615574839453f,0.0634960088649259f,0.018539283014551017f,0.7794755503337183f,0.6261582558884402f,2.2391011039405475f,0.26605345791232504f,0.5998402436450662f,-0.7545907762732876f,-0.009744080848868998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9471776506028637f,-0.18492561357403658f,-0.26202483783547337f,-0.24074146645270517f,-0.22213979203745648f,0.9675873830440306f,0.12011897838210218f,2.3162134206518226f,0.2313188513545653f,0.17198015472219597f,-0.9575564815663535f,0.11581553902957492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9644450614044345f,-0.034477643334356156f,-0.26202483783547337f,-0.1299992949218357f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,2.3340316016242197f,0.25537455594426683f,0.1336765528674887f,-0.9575564815663535f,0.08774732753574462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9274560244774571f,-0.2667738874360926f,-0.26202483783547337f,-0.10830805221112037f,-0.3056252801053824f,0.9445446623600954f,0.12011897838210218f,2.331273070851586f,0.21544955516542041f,0.191486484612592f,-0.9575564815663535f,0.08146571765918648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.964500760529705f,0.032882629075475775f,-0.26202483783547337f,-0.13672537931756856f,0.0012134384266606624f,0.9927587615325412f,0.12011897838210218f,2.339197994690421f,0.26407728131137304f,0.11553689499661962f,-0.9575564815663535f,0.09023593585908236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.957770132158871f,-0.11840337115839811f,-0.26202483783547337f,-0.20425601499682222f,-0.15410318678830232f,0.9807260773804934f,0.12011897838210218f,2.4427542543682947f,0.24275209940609987f,0.1554252323279491f,-0.9575564815663535f,0.08907023541098621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.957770132158871f,-0.11840337115839811f,-0.26202483783547337f,-0.1776152564861827f,-0.15410318678830232f,0.9807260773804934f,0.12011897838210218f,2.222090886957684f,0.24275209940609987f,0.1554252323279491f,-0.9575564815663535f,0.05409955813719772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9644450614044344f,-0.03447764333435616f,-0.26202483783547337f,-0.031201555419412323f,-0.0680408679314545f,0.9904250962710781f,0.12011897838210218f,1.7192494155357472f,0.25537455594426683f,0.13367655286748867f,-0.9575564815663535f,-0.016407854651475068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.17813796642495452f,-0.08797289578695335f,-0.9800651174921184f,0.0017882805006951823f,-0.19815917641604353f,0.9787979376789212f,-0.05184146986347914f,1.3522001889061517f,0.9638463600180773f,0.1849739624983704f,-0.19179371073513954f,-0.08577309058836396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.1798147766291612f,-0.39502159995557906f,-0.90090209327892f,0.29130609031221594f,-0.18840215456565879f,0.9127052816472478f,-0.3625930184218055f,0.7778242566673244f,0.9654901730524359f,0.10453231281165035f,-0.23854081687926038f,-0.2482347064192462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.1798147766291612f,-0.6237366965498037f,-0.7606702172971829f,0.05578836463917716f,-0.18840215456565879f,0.7807960079127119f,-0.5957031325942395f,1.0653904136758285f,0.9654901730524359f,0.03619568212799233f,-0.2579119972674146f,-0.23598339961509004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.22518517280177872f,0.0643545157783357f,-0.9721883224196686f,0.2911907973940621f,0.14940291204742495f,0.9882961118809491f,0.030815014404472457f,1.1253509299480753f,0.9627930243941232f,-0.13830868208443886f,-0.23216438279392293f,0.07483646287258122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.22518517280177872f,-0.9484288397119859f,-0.22310171212433524f,-0.03090913511615966f,0.14940291204742495f,0.1926620538548881f,-0.9698247794710989f,1.0857929418432342f,0.9627930243941232f,-0.25172220602678835f,0.09831339263307247f,0.005639814521208347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2715538819544159f,-0.6542255904908402f,-0.7058663938327131f,0.007639479690776824f,-0.007691366526163271f,0.7348779668386608f,-0.6781557466659384f,1.2424738460403149f,0.9623925041668017f,-0.1787267484233625f,-0.2045908534650675f,-0.09711430855408328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.10988546311766882f,-0.6767998390265211f,-0.7279197503084327f,0.008625572377888817f,-0.21247940566822485f,0.7314203023822979f,-0.6479790455175737f,1.20488657999431f,0.9709673975794931f,0.08346447841245483f,-0.22417848621364966f,-0.10120019180537926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.6192949326377092f,-0.7612288388095092f,0.007639479690776824f,-0.11103530855427764f,0.7844710538893733f,-0.6101445122788145f,1.2424738460403149f,0.9750213940628558f,-0.03284740505658494f,-0.21966868029096467f,-0.09711430855408328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.1936184769012581f,-0.06409667614861378f,-0.97898084838731f,0.013254646250720306f,-0.023996047985152036f,0.997874391415715f,-0.06058785883170541f,1.2664885447192509f,0.980783398658201f,0.011760742468743509f,-0.19474498672123156f,-0.09327168194299962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.1896482765093781f,-0.09756915097544415f,-0.9769922169572048f,0.013254646250720306f,-0.1972295233803528f,0.9785537294937318f,-0.059440000008978186f,1.2664885447192509f,0.9618388879246781f,0.1814190157393636f,-0.204824545413823f,-0.09327168194299962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.022776470412138733f,-0.9810590150554571f,0.013254646250720306f,-0.11103530855427764f,0.9938156106176691f,-0.0013009023352452687f,1.2664885447192509f,0.9750213940628558f,0.10868194186797758f,-0.19370471504723613f,-0.09327168194299962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.21584839065329747f,-0.3198834040035804f,-0.9225421833691204f,-0.02252024123390481f,0.06256337957738041f,0.9383420906883716f,-0.3399999182035675f,1.2672221664414005f,0.9744204922866915f,-0.1311057919607604f,-0.182526643332155f,0.09846729839709131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.17094734677226744f,-0.3630773535810698f,-0.9159431423118409f,0.04141226678075576f,-0.23865745459676202f,0.9172020625555644f,-0.31903447432716925f,1.3031160330285607f,0.9559391319518815f,0.164058561984389f,-0.2434443760753117f,-0.282258821240736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.23540806183036972f,-0.9526691991721404f,0.03234383139078411f,-0.11103530855427764f,0.9697874569108182f,-0.21721751465456074f,1.1317187184477613f,0.9750213940628558f,0.06399478762928101f,-0.21269214436835376f,-0.09684043521843158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.1923653850722155f,-0.15148167143680352f,-0.9695611697282079f,1.0540709949803994e-17f,-0.11103530855427764f,0.9850288766779528f,-0.1318683903171145f,1.3526785714285716f,0.9750213940628558f,0.08228860996081297f,-0.20630527329770948f,-0.0860714285714285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.0022996844557010565f,-0.6875771026619267f,-0.7261077326033892f,0.34463647336977254f,0.22255477427201042f,0.7082507690971089f,-0.6699628501059507f,2.541959310021838f,0.9749174754306843f,-0.16005803937442276f,0.15465232016195893f,-0.4971513843165774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2549842908789279f,-0.6875771026619267f,-0.679868177884508f,0.3325951985213894f,-0.029119919960092513f,0.7082507690971089f,-0.7053601054318792f,2.551177134087169f,0.9665066174975153f,-0.16005803937442276f,-0.20061501031858917f,-0.4046359698197148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12844026504942038f,-0.6875771026619267f,-0.7146613367246513f,0.44581503645427867f,0.09832345669686593f,0.7082507690971089f,-0.6990803572812881f,2.6514302756466965f,0.9868310879665346f,-0.16005803937442276f,-0.023362959024952015f,-0.44738923321440327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.14016886565228834f,0.005972376782544476f,-0.990109599901606f,0.4549181217903805f,-0.198102306939804f,0.9795930764732164f,0.033954094169437996f,1.8328115391926936f,0.9701072956569694f,0.20090230272773557f,-0.13612530871155024f,-0.3453290658915339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.016444111272593646f,0.005972376782544476f,-0.9998469492477448f,0.46073565315963716f,-0.20097492936676528f,0.9795930764732164f,0.0025460345172593386f,1.851576129614469f,0.9794583548933964f,0.20090230272773557f,0.01730883555341154f,-0.4369975390710885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.062053667938737775f,0.005972376782544476f,-0.9980549448857595f,0.6075351292078728f,-0.2001556311656033f,0.9795930764732164f,0.01830649716462264f,1.839447859828888f,0.9777970472485832f,0.20090230272773557f,-0.059591938638086484f,-0.38222451168559823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000030057091417533675f,-3.358163752776169e-7f,-0.000015329499826063332f,0.6695392492086962f,-0.0000017349266961605883f,0.00001552838221963091f,0f,1.5169724493070418f,0.000015234709282232123f,0.0000017021157431696874f,-0.0000030244107000743734f,0.07213648138635381f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144.mcfunction new file mode 100644 index 000000000..ab3e46184 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144_as_bone.mcfunction new file mode 100644 index 000000000..8d9e08b26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_144_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.24122952630898786f,-0.04844931867676621f,-0.7787203757453267f,-0.3028634086365435f,-0.23822058747820365f,0.7715956513421344f,-0.12180126015723709f,1.4794601934957083f,0.7429695227818736f,0.263129737570858f,0.21378370814355932f,-0.2050846579702082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.20015634654102066f,-0.13427841012764996f,-0.7628281231790957f,-0.3028634086365435f,0.073655262621706f,0.7876158384253716f,-0.11931552015402819f,1.4794601934957083f,0.7710462627024907f,-0.04038068393538448f,0.20942077532430303f,-0.2050846579702082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6590162579716999f,0.02521775429737745f,-0.4816700956480683f,-0.33018574740727497f,-0.007472705798577323f,0.8149180079259486f,0.052888973052003636f,1.4633923893175125f,0.4822718889189686f,0.04708661880667118f,-0.6573744138102193f,-0.12495654860400182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6058795583052653f,-0.22422508068613423f,-0.47184009369606694f,-0.33018574740727497f,-0.3122542043843339f,0.7347197265243434f,0.051809606255023975f,1.4633923893175125f,0.4188165143259316f,0.22340554300932322f,-0.6439586094467455f,-0.12495654860400182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4815102879108424f,-0.19641273257146644f,1.4734232695053473f,-0.29451224762628336f,1.4672328663801395f,0.31108474978577166f,-0.43801854328857204f,1.4768539072455849f,-0.23828933767572677f,1.5185699084778852f,0.2803031833845812f,0.7518327119173587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.30620106553479026f,-0.9229257153493964f,-0.23334316234285485f,-0.23661908159713751f,-0.048889506075565914f,0.2600390701348763f,-0.964359631153791f,1.4854280761459402f,0.9507106413946601f,-0.28387991466497536f,-0.12474562272384554f,0.5561695275289248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.34944758163006834f,-0.9229257153493964f,-0.16153795727228185f,-0.12060681464462186f,-0.2564562558360585f,0.2600390701348763f,-0.9309188315024778f,1.5627635514619689f,0.9011751086972202f,-0.28387991466497536f,-0.32756009756128646f,0.24103862267990273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9533448595938947f,0.12295618687898226f,-0.2757088224813955f,0.3220641174689483f,0.2952059039648848f,0.5707341569240634f,-0.7662349485532836f,1.5065964489532093f,0.06314311482792079f,-0.8118770216161797f,-0.5804038669938967f,-0.4833772908453173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7264035584787505f,-0.0019629530638785864f,-0.6872656088039597f,0.08831165049415297f,0.510230076395305f,0.668410639725027f,-0.5411954229703174f,1.6677329666071836f,0.46043798645534173f,-0.7437898651619612f,-0.48453430952957466f,-0.3085526003514791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.14182730607608732f,-0.6830648822893782f,-0.7164547311827856f,0.19951011289639825f,-0.4516336827544481f,0.6887016289131962f,-0.5672010956741573f,1.3644851190740073f,0.8808586900592252f,0.24313048536805892f,-0.4061718050675574f,0.1268296060605139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2605479144721986f,-0.3914442262066229f,-0.8825452974401292f,0.12059841237365566f,-0.3266740675699456f,0.8959441598951542f,-0.3009453703366653f,1.5305937404897445f,0.9085146327063172f,0.20989397351821298f,-0.36131105994591595f,0.16392653197051688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.19271769452961068f,-0.6510241291609303f,-0.7341849041388987f,0.2573476239220779f,-0.4887167338540526f,0.7124897171456105f,-0.5035020923618835f,1.4155840771698922f,0.8508912058931029f,0.26177468596489595f,-0.45547576172806536f,-0.1879060135610244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.289579056737421f,-0.16946748319519334f,-0.9420322404453854f,0.2196847693201955f,-0.3742893992733514f,0.9258804370534813f,-0.05150594017438945f,1.58886474699133f,0.8809378045529997f,0.3376776398003589f,-0.331545466095074f,-0.12666361526155132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,0.23040694511842297f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.25651076197771f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,-0.00891770870046742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,0.2470715697753183f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.145306155674313f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,-0.12370507003415854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.33640588874149013f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.215809193318641f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,0.14015557421899352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.3921003492582006f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,2.099408642080044f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,0.044398844747361256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9503569528999032f,0.23612804107048546f,-0.20264552868253924f,0.13727846508403158f,0.07364012535090589f,0.8034312586333017f,0.5908259850321506f,2.322374278106844f,0.3023223346250051f,0.5465727406952559f,-0.7809349813625733f,0.05360421698401608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9755950455686161f,0.08455233152872806f,-0.20264552868253924f,0.025756604293062473f,-0.052950845931845736f,0.8050595402365531f,0.5908259850321506f,2.324388027412217f,0.21309743071438403f,0.58713715595861f,-0.7809349813625733f,0.08406665294135238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.914943681043253f,0.38887967904857296f,-0.10793820334849429f,-0.008098513988131967f,0.09009651190575282f,0.4575146794574295f,0.8846258738152425f,2.352061320286611f,0.3933963383935323f,0.7996579977115494f,-0.4536368675874097f,0.04132496317156972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9903335794923445f,0.08711340647557664f,-0.10793820334849429f,0.022040465118243716f,-0.05569293638492225f,0.46296367051145915f,0.8846258738152425f,2.357396190801908f,0.12703424013511058f,0.8820861036195831f,-0.4536368675874097f,0.04455710178407653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9645133906245976f,0.24096319960471388f,-0.10793820334849429f,0.09174136357874779f,0.017416210208627395f,0.4659761141931921f,0.8846258738152425f,2.4351632891665345f,0.2634589055769627f,0.8513536265487285f,-0.4536368675874097f,0.11073646183685301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9645133906245976f,0.16925929519768257f,-0.20264552868253924f,0.05365802215926927f,0.017416210208627395f,0.8066110159381393f,0.5908259850321506f,2.2536758105804533f,0.2634589055769627f,0.5663302569671039f,-0.7809349813625733f,-0.016687845980745165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9468126264478407f,-0.18942124062196394f,-0.26012582340124835f,-0.2512146994795212f,-0.22356147996080983f,0.968647166862146f,0.10836480428473738f,2.3308904060315667f,0.23144354619793092f,0.1607552790149458f,-0.9594746610474676f,0.10725770162029946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.14047837116028494f,-0.06927926580267034f,0.9916942333815262f,0.10836480428473738f,2.3488640214580108f,0.2537417581607846f,0.12257036743569291f,-0.9594746610474676f,0.07926564267715261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9267005696350692f,-0.27122059331448384f,-0.26012582340124835f,-0.11876004555501408f,-0.3071339243227879f,0.9454765051139101f,0.10836480428473738f,2.346127669865121f,0.21655208788677616f,0.18031519081798086f,-0.9594746610474676f,0.07306847898208019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9651563879644951f,0.028420112089003136f,-0.26012582340124835f,-0.14723232807376707f,0.00006658775994011767f,0.9941111933573629f,0.10836480428473738f,2.3540292400004206f,0.2616737326087568f,0.10457166189005374f,-0.9594746610474676f,0.08168009570423215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9577195962744757f,-0.12291350988267198f,-0.26012582340124835f,-0.21519446814301826f,-0.15544748476924536f,0.9818824515547903f,0.10836480428473738f,2.4572795457296133f,0.24209348275154033f,0.14421900158119424f,-0.9594746610474676f,0.07919686891521964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9577195962744757f,-0.12291350988267198f,-0.26012582340124835f,-0.1875389284194171f,-0.15544748476924536f,0.9818824515547903f,0.10836480428473738f,2.2363559941297857f,0.24209348275154033f,0.14421900158119424f,-0.9594746610474676f,0.04674759355945098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9647878023147456f,-0.03897502411167594f,-0.26012582340124835f,-0.03883682129155098f,-0.06927926580267035f,0.9916942333815262f,0.10836480428473738f,1.7333862076131892f,0.2537417581607846f,0.1225703674356929f,-0.9594746610474676f,-0.017803856363706357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.31707634222892755f,-0.1097171415967973f,-0.9420322404453854f,0.0023071068072480065f,-0.18646722080507339f,0.9811101435068256f,-0.05150594017438945f,1.3654699037981295f,0.9298884711426182f,0.1593268186710703f,-0.331545466095074f,-0.07755141336535772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3174268792870074f,-0.4277149789448542f,-0.8463451264657429f,0.3279760531589926f,-0.18477152203527297f,0.9032936216975584f,-0.3871951932104488f,0.8068810097222185f,0.9301073384028749f,0.033474315328488255f,-0.3657592230722401f,-0.1846378242195456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3174268792870074f,-0.6612345991600639f,-0.6797124253533557f,0.07989759206026054f,-0.18477152203527297f,0.7461720449799345f,-0.6395989086413698f,1.078034458129561f,0.9301073384028749f,-0.07743438618657938f,-0.3590323869583738f,-0.21543570654433658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3661700648816487f,0.056425587168021596f,-0.9288356349200395f,0.26832657005618304f,0.15019535592120759f,0.988655973783543f,0.0008488591260665257f,1.1335974333486696f,0.9183467965013384f,-0.139195971977849f,-0.3704910832137137f,0.12788280120776413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3661700648816487f,-0.9005964295976475f,-0.23419127776358067f,-0.04043236707621391f,0.15019535592120759f,0.19117097152356594f,-0.9699974302576464f,1.0971877265532297f,0.9183467965013384f,-0.39035846428981835f,0.06526431423851546f,0.010726938540937744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4092714411388316f,-0.6174695175975186f,-0.6717352769551646f,0.010510135541894583f,-0.0013416208433666833f,0.7366251710828357f,-0.6762999019523038f,1.2558826769345268f,0.912411687519212f,-0.2758890214652822f,-0.30230805532316296f,-0.0868612473907355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.25062152295712303f,-0.6852139216229233f,-0.6838645581142413f,0.012080277244423497f,-0.20592679470466546f,0.7279765164595493f,-0.6539452168997661f,1.2182880444340687f,0.9459297053445962f,-0.023066709725357515f,-0.3235504897989359f,-0.09049677661872982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.6077321167626023f,-0.7210479243478152f,0.010510135541894583f,-0.10452846326765343f,0.7836939482475386f,-0.6122888173461011f,1.2558826769345268f,0.9371884737436481f,-0.12839575435126743f,-0.3243336167384137f,-0.0868612473907355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3361518807621782f,-0.07637456776611068f,-0.9387059382248468f,0.015214685807770448f,-0.017468380196270783f,0.9970406409787137f,-0.07486531860664203f,1.2800066096106801f,0.9416457766874807f,-0.008768445432073724f,-0.33649122664838665f,-0.08250003101069714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.32690251363906525f,-0.13429385970848115f,-0.9354677470768618f,0.015214685807770448f,-0.19079302161755746f,0.9788485393444654f,-0.0738482222213153f,1.2800066096106801f,0.925598600624754f,0.15433954861863922f,-0.34561037926209875f,-0.08250003101069714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.05306229303726215f,-0.9415056176192862f,0.015214685807770448f,-0.10452846326765343f,0.9943386170381975f,-0.01909227680156264f,1.2800066096106801f,0.9371884737436481f,0.0920603482732516f,-0.33645602529581614f,-0.08250003101069714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.3577334536697508f,-0.29811103288880914f,-0.8849613484189462f,-0.048375390848532006f,0.0661371432964851f,0.9372069308919035f,-0.34244568469285575f,1.281443086603983f,0.9314787460817837f,-0.18103309299171233f,-0.3155540600907578f,0.10181485173163132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3072503105701175f,-0.38871481884587533f,-0.868618464151082f,0.07051344508419377f,-0.23201950038035435f,0.9158243605547787f,-0.32776926649349125f,1.3152511832486327f,0.9229107205455015f,0.10082921314801997f,-0.37157673726719503f,-0.2656679548298193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.2539989874634434f,-0.9081480877690551f,0.036251837151264385f,-0.10452846326765343f,0.9670431762329943f,-0.23216652572691132f,1.1454821372488102f,0.9371884737436481f,0.01766379542304685f,-0.34837588179049367f,-0.08169774576752029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3327935772351294f,-0.1738821235173766f,-0.9268297805272194f,9.589421811180607e-18f,-0.10452846326765343f,0.9835979309799827f,-0.14699969570988874f,1.3660714285714286f,0.9371884737436481f,0.04795953808143735f,-0.3455107051728881f,-0.07830357142857138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.023408451619142595f,-0.6542795411423874f,-0.7558904195948652f,0.5111451842193181f,0.20187687683561578f,0.7374280391832695f,-0.6445507067914951f,2.540181847787536f,0.9791311306418011f,-0.16768473117378746f,0.11482186176544414f,-0.3865316053451081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.27167923890262935f,-0.6542795411423874f,-0.7057681440755137f,0.49711483130737777f,-0.022266058425971694f,0.7374280391832695f,-0.6750585972110046f,2.5487216928913217f,0.9621302478310612f,-0.16768473117378746f,-0.2149121149207634f,-0.29423164465838975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1496570977273638f,-0.6542795411423874f,-0.7412968603348657f,0.6153245368135778f,0.09109168110704587f,0.7374280391832695f,-0.6692549534067047f,2.644840013350435f,0.9845329139916627f,-0.16768473117378746f,-0.0507619168103422f,-0.3327673374801976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.24825564534934186f,-0.01888358705531274f,-0.9685104773269653f,0.45235359719011065f,-0.22821732925215377f,0.9728073570405059f,0.03953095896736315f,1.8683267611184882f,0.9414276314094439f,0.23084465821800973f,-0.2458144800271425f,-0.28843766122054293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04146601295131658f,-0.01888358705531274f,-0.9989614506625597f,0.4660091062302755f,-0.2314491815724231f,0.9728073570405059f,-0.008781938130095833f,1.8899923149843718f,0.9719628830975886f,0.23084465821800973f,-0.04470903323528147f,-0.3786218801756266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.14565876309509201f,-0.01888358705531274f,-0.989154656701131f,0.6075545502153628f,-0.2310992412360924f,0.9728073570405059f,0.015459197520171691f,1.8768406584234043f,0.9619650021875589f,0.23084465821800973f,-0.1460618989966242f,-0.31162048584859114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000051998996442988975f,-5.465314755722986e-7f,-0.00001472423077907396f,0.6396535814323111f,-0.000001633257238557085f,0.000015539404615129272f,0f,1.5305294579511102f,0.000014643569902244501f,0.0000015391012161348847f,-0.000005228542145241925f,0.17487991864506963f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145.mcfunction new file mode 100644 index 000000000..4351bc476 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145_as_bone.mcfunction new file mode 100644 index 000000000..cf13d54b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_145_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.07761720857749557f,-0.09547733896528138f,-0.8073438493734814f,-0.2743353548240079f,-0.23345721144765053f,0.7742381284999678f,-0.11400655790084545f,1.4923301769945965f,0.7787282862463447f,0.2416274871893109f,0.046291015098557445f,-0.25297740607436703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.034453571840413366f,-0.11550600399448056f,-0.7908674442842267f,-0.2743353548240079f,0.07895683112683798f,0.7882216821532734f,-0.11167989345388943f,1.4923301769945965f,0.795348206891702f,-0.07324577001227546f,0.045346300504709336f,-0.25297740607436703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.730665894941432f,0.019672764156900845f,-0.3642592164438774f,-0.31520773088851284f,-0.000264057488603703f,0.8154494941788486f,0.04457013755360283f,1.4777022575182954f,0.3647899733922567f,0.039994365082237776f,-0.7295705384118727f,-0.18140799736028168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6686455898959376f,-0.25610298948814525f,-0.3568253548837983f,-0.31520773088851284f,-0.30592943868917427f,0.7379030664905529f,0.04366054290965176f,1.4777022575182954f,0.31515116001062166f,0.17294601249833352f,-0.7146813437504059f,-0.18140799736028168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.642294337017321f,-0.35598587293987705f,1.379180297460312f,-0.44601272533471353f,1.409756238512444f,0.3751271108481198f,-0.5597081817179268f,1.4958955213982634f,-0.20359661738527393f,1.4744354712817975f,0.4753890074615719f,0.6912649570498692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.47149324269193094f,-0.8383938212950579f,-0.27347746252683813f,-0.3540083617077172f,-0.04982933236025239f,0.33494346335987824f,-0.9409197170795293f,1.504971770620661f,0.8804607655837818f,-0.4300100891453132f,-0.19970018402810835f,0.506037236941628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5212766551572097f,-0.8383938212950579f,-0.15926848150962492f,-0.17772208888203359f,-0.2621881728481881f,0.33494346335987824f,-0.9050249932300315f,1.5854852857204065f,0.8121132992425626f,-0.4300100891453132f,-0.39441515237957026f,0.21923364050385918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9558899031674162f,0.22344463608842227f,-0.19064885949278532f,0.38831486759842493f,0.28804765333314536f,0.5861137593088552f,-0.7572973065831604f,1.5386928857639508f,-0.057472101334954395f,-0.7788088056462599f,-0.6246229277059806f,-0.4368312592578236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7913837390987939f,0.055124629394194324f,-0.6088292475925942f,0.1308238829748765f,0.46436253301386987f,0.7019398543559141f,-0.5400443304023665f,1.6838361575246568f,0.39759176981290023f,-0.710099793057955f,-0.581101599099585f,-0.2825504324476259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2573529099303547f,-0.7394848062534137f,-0.6220383437302958f,0.1607114237540088f,-0.5011785224867976f,0.6525168232666338f,-0.5683677365508801f,1.3815863825943546f,0.8261897895449503f,0.16548116712898636f,-0.538541005845701f,0.16290167022040403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4132584817606412f,-0.4346064993615998f,-0.8002091088993833f,0.07422139819308769f,-0.3495211087797766f,0.8871530655416082f,-0.30132114565274437f,1.5460443252230764f,0.8408640923301729f,0.1551664558233594f,-0.5185276744947873f,0.1887545827216915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3116895217024816f,-0.7139421343752755f,-0.6270057980788966f,0.27839035709048177f,-0.5466310331807669f,0.6744772148339144f,-0.49626102026414787f,1.4300953518649038f,0.7772027763876076f,0.18806146716848085f,-0.6004904070356434f,-0.13712372912546666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.44166559059403415f,-0.2463370636363657f,-0.8626989956898268f,0.22681028893560182f,-0.4084347172423216f,0.9113544433104023f,-0.05112886082802476f,1.600654754605429f,0.7988194964047934f,0.32977436185579956f,-0.5031265073778087f,-0.07843557694861553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,0.22082937234429678f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.2715162913697817f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,-0.014731584449703999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,0.23999209790367665f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.1588767251265693f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,-0.1277157893886104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,-0.3485997718912285f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.2310074968196685f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,0.1240694863649479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,-0.4021301285746816f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,2.1131965951019733f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,0.028804567061954486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9565825292943201f,0.21712866449451562f,-0.19443509895003291f,0.12581018728134843f,0.07592672284875235f,0.8297105336588709f,0.5530059340485961f,2.340771009560176f,0.28139828962936125f,0.5142329952369252f,-0.8101724688011379f,0.04283250546830193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.978771817476106f,0.06481297409323859f,-0.19443509895003291f,0.013723488919980036f,-0.05480338457385882f,0.8313729764349388f,0.5530059340485961f,2.342836544748075f,0.1974900462144098f,0.5519223246462311f,-0.8101724688011379f,0.07114233132144279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9235552018120239f,0.3657363329372356f,-0.11525070054266562f,-0.01904501201181763f,0.10063375813899925f,0.5211811952796702f,0.84749218781631f,2.3656830448445154f,0.3700251828305382f,0.771107707429045f,-0.5181450256585981f,0.029078969266743263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9913719351795907f,0.062441670082552164f,-0.11525070054266562f,0.010928790620072987f,-0.06534545505270054f,0.5267703134139962f,0.84749218781631f,2.3718119570918104f,0.11362947523520919f,0.8477110797571433f,-0.5181450256585981f,0.03243653020430144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9693984723145376f,0.21675764784354268f,-0.11525070054266562f,0.07799031246373757f,0.017864088111557305f,0.5305071780346302f,0.84749218781631f,2.4554550187907043f,0.24484173710824525f,0.8194987834982232f,-0.5181450256585981f,0.09401765595640779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9693984723145376f,0.14987192589184728f,-0.19443509895003291f,0.04426912913807198f,0.017864088111557305f,0.83298578094886f,0.5530059340485961f,2.268033218077211f,0.24484173710824525f,0.5326097019079603f,-0.8101724688011379f,-0.02581952697288309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9504056684832362f,-0.19520314124405724f,-0.2421255851069551f,-0.26312586014625905f,-0.2234545752630242f,0.9700697281838345f,0.09504091358653308f,2.345913160273965f,0.21632641565225977f,0.14443149279085235f,-0.9655788035066075f,0.09129154887633634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923146f,-0.2421255851069551f,-0.15192846389300027f,-0.06895113965976733f,0.9930825570335311f,0.09504091358653308f,2.3638629711555414f,0.23625714181217344f,0.10881239433764368f,-0.9655788035066075f,0.06517481131569543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9297760132175392f,-0.27729364630642506f,-0.2421255851069551f,-0.13008842685500321f,-0.3071514108182486f,0.9469029705186255f,0.09504091358653308f,2.3611132932579895f,0.20291519429963262f,0.16273597678783464f,-0.9655788035066075f,0.05942762255608149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9699579852063507f,0.023594659799436285f,-0.2421255851069551f,-0.15874182576163798f,0.0004907591664299882f,0.9954732462000563f,0.09504091358653308f,2.369038299172225f,0.2432720002176107f,0.09206686770424605f,-0.9655788035066075f,0.06739271121576323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617072108389947f,-0.1284306881430436f,-0.2421255851069551f,-0.2269380498368895f,-0.15524160762444472f,0.9832940902938526f,0.09504091358653308f,2.472036603478385f,0.22587448701094842f,0.1289894969999077f,-0.9655788035066075f,0.062267395305139465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617072108389947f,-0.1284306881430436f,-0.2421255851069551f,-0.19804114500470474f,-0.15524160762444472f,0.9832940902938526f,0.09504091358653308f,2.250795433162269f,0.22587448701094842f,0.1289894969999077f,-0.9655788035066075f,0.03324475848016028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692410965711068f,-0.044123664333923125f,-0.2421255851069551f,-0.04670620542758842f,-0.06895113965976735f,0.993082557033531f,0.09504091358653308f,1.747489486590476f,0.23625714181217344f,0.10881239433764367f,-0.9655788035066075f,-0.021879398734822322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4882844503760452f,-0.13163866588782835f,-0.8626989956898268f,0.0026582942803472153f,-0.1747533740235282f,0.9832838338230835f,-0.05112886082802476f,1.3787580489068196f,0.8550085109449825f,0.1257941325557411f,-0.5031265073778087f,-0.06905219844322523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.48677878291204624f,-0.4450253178783432f,-0.751664075870296f,0.3548221710221118f,-0.18110591248457422f,0.89321369439461f,-0.4115457989204384f,0.836800062859647f,0.8545449461378826f,-0.06420095476869248f,-0.5153941913108757f,-0.09896119944989687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.48677878291204624f,-0.6667304473097626f,-0.5643730389882126f,0.10663968685738441f,-0.18110591248457422f,0.7090788752528818f,-0.6814747222995419f,1.0907330053560167f,0.8545449461378826f,-0.2295161416986432f,-0.46591337792552334f,-0.18651798702350644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5360589654884291f,0.0570629056944392f,-0.8422497315601724f,0.22726820199784437f,0.15095115364772044f,0.9881119524999047f,-0.02912934155192287f,1.1419324129924835f,0.830574821874524f,-0.14275361333617376f,-0.5382999824889174f,0.18794174783027565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5360589654884291f,-0.8088881707059339f,-0.24153822225785074f,-0.05359368883962141f,0.15095115364772044f,0.1896626938466789f,-0.9701761756378289f,1.1086614798166363f,0.830574821874524f,-0.5565321103537771f,0.0204322150848556f,0.01271822182311233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5749420577814088f,-0.5496797649163726f,-0.6060476765367226f,0.013018756050066287f,0.005007455562486274f,0.7383359723604268f,-0.6744144996271749f,1.2693217779783996f,0.8181788041637773f,-0.39078401702227283f,-0.4217479062865246f,-0.0754619025686134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.4258291872138002f,-0.6705273417397309f,-0.6075052158593242f,0.015198087620464769f,-0.19936463577508334f,0.724453794018478f,-0.6598639574446395f,1.2317216124321406f,0.8825662838105149f,-0.1598742765790749f,-0.44217300954401856f,-0.0784763753537379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.5711990368807442f,-0.6473068111033797f,0.013018756050066287f,-0.0980171403295606f,0.7828777039363206f,-0.6144063320645466f,1.2693217779783996f,0.8577103751476555f,-0.24664582085635392f,-0.45110835884315353f,-0.0754619025686134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5098976077997317f,-0.0822615351825764f,-0.8562928642640415f,0.01657584007467139f,-0.010967739034012672f,0.9959580217926525f,-0.08914778475850046f,1.2935487029224502f,0.8601651807999395f,-0.036064645517069546f,-0.5087388358314463f,-0.0706002073718024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4956681549653765f,-0.17011657234567407f,-0.8516885768674944f,0.01657584007467139f,-0.18432057200283308f,0.9788959235600296f,-0.0882535980802196f,1.2935487029224502f,0.8487278756408134f,0.11323922752701718f,-0.516563520256044f,-0.0706002073718024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.08163233073208827f,-0.8594245807594539f,0.01657584007467139f,-0.0980171403295606f,0.9945003479043746f,-0.03690119536943304f,1.2935487029224502f,0.8577103751476555f,0.06561417984951733f,-0.5099291046476394f,-0.0706002073718024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5294947842544584f,-0.2583177126020355f,-0.8080267525295042f,-0.08096603712739937f,0.06968159995605183f,0.9360470445579909f,-0.34490637135578606f,1.2956845386050238f,0.8454464785395284f,-0.23893072161256862f,-0.4776320363991594f,0.09813930269677863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.47565897920851435f,-0.404639445302881f,-0.7810348614519653f,0.1055125645379544f,-0.2253412629541259f,0.9143370863031938f,-0.3364654630431266f,1.3274053173913893f,0.8502763378505563f,0.015956563400772936f,-0.5260946087690725f,-0.2402901234188039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.2621243598240167f,-0.8225358760693455f,0.03838459606996102f,-0.0980171403295606f,0.9640270656268346f,-0.24707176475779272f,1.1593069493191666f,0.8577103751476555f,-0.044075352814972f,-0.5122404470932609f,-0.06399953968184831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5047034303090115f,-0.18943817228195883f,-0.8422515220032477f,8.63813367255722e-18f,-0.0980171403295606f,0.981892374763836f,-0.1621110871663319f,1.3794642857142858f,0.8577103751476555f,0.0007370638410074543f,-0.5141326376539057f,-0.07053571428571426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.09395533151844987f,-0.6130930793792739f,-0.7844037682829534f,0.6229031277168054f,0.1807322576459614f,0.764294330707849f,-0.6190234463201172f,2.5301600658827095f,0.979034343996906f,-0.19992761706447776f,0.03899616916400313f,-0.22475455331521133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3294028462038274f,-0.6130930793792739f,-0.7180603323746946f,0.6028160225801393f,-0.01729270457620373f,0.764294330707849f,-0.6446356633140005f,2.5379147938146587f,0.9440311050390542f,-0.19992761706447776f,-0.26236276537203557f,-0.1335107321439672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21426245479110462f,-0.6130930793792739f,-0.760400208103686f,0.7269196063640253f,0.08271709794078835f,0.764294330707849f,-0.6395405051723426f,2.6299685056245354f,0.9732674258266039f,-0.19992761706447776f,-0.11304629918655307f,-0.1621756978516063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3848570986874209f,-0.06430016311538213f,-0.9207336762675926f,0.4499873463001227f,-0.26044500681418603f,0.9645963674924802f,0.04149995476950117f,1.9064514877822334f,0.8854679056947572f,0.2557720407778132f,-0.38797841581832015f,-0.2203017988376098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13344000016754876f,-0.06430016311538213f,-0.9889687838241508f,0.4744921649293319f,-0.2623115370750948f,0.9645963674924802f,-0.027322249863677768f,1.9311671466650233f,0.9557125215631455f,0.2557720407778132f,-0.14558241406078867f,-0.3073518566775626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.26138473204489837f,-0.06430016311538213f,-0.9630906036698479f,0.6067033461652045f,-0.2636336947497592f,0.9645963674924802f,0.007150021881286394f,1.9177368139414355f,0.9285339502928299f,0.2557720407778132f,-0.2690824526236246f,-0.2234644598640425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000007885991098578305f,-7.767023301610829e-7f,-0.000013466569826183134f,0.5806286004419028f,-0.0000015315178176493846f,0.000015549761354253076f,0f,1.5440794217605591f,0.000013401724611682119f,0.000001319954664410819f,-0.000007924148037267724f,0.2983508707859633f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146.mcfunction new file mode 100644 index 000000000..af10de743 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146_as_bone.mcfunction new file mode 100644 index 000000000..8ad8a561a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_146_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1202842593951608f,-0.14428976111685884f,-0.7947682720284208f,-0.2264581680082277f,-0.22839463999181103f,0.7768176475722115f,-0.10646443203169224f,1.5052480412700502f,0.7747980574376869f,0.2065895730710037f,-0.15476809404257608f,-0.30364870633820074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.1629506609415242f,-0.08549442984683349f,-0.7785485113747797f,-0.2264581680082277f,0.08450557760423563f,0.788658386793196f,-0.10429168852084139f,1.5052480412700502f,0.7786564643361635f,-0.1034826140272778f,-0.15160956151109495f,-0.30364870633820074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7901392042765109f,0.016242459398509858f,-0.20581706640221645f,-0.2810332595122125f,0.007235882063397116f,0.815813903614963f,0.03660274748874491f,1.4919907385615123f,0.20633013430057f,0.033590201333840976f,-0.7894580536661243f,-0.24483523878398067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7211844820687302f,-0.28150247210725926f,-0.20161671810829368f,-0.2810332595122125f,-0.29927841449975356f,0.741044395172777f,0.03585575264203583f,1.4919907385615123f,0.17414181989910169f,0.10774768016303127f,-0.7733466648157953f,-0.24483523878398067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.790018042279776f,-0.5510674311279413f,1.2302855071984231f,-0.6073933570459322f,1.3448386668703303f,0.42076393612951446f,-0.6751095615848071f,1.514268656613644f,-0.0932024836732507f,1.4002459235444498f,0.6870450499307074f,0.5800044371826905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6505230257585619f,-0.7066729805403796f,-0.27826802103745457f,-0.47687706834843147f,-0.052688167163323196f,0.4074977468311261f,-0.9116850022724543f,1.5244736976362672f,0.7576567494577573f,-0.5784106542083499f,-0.3023199713868959f,0.41604083504785755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6980207651876328f,-0.7066729805403796f,-0.11567328966121543f,-0.23746651434349517f,-0.2678728966326069f,0.4074977468311261f,-0.8730347630977887f,1.608216823356105f,0.6640866830591682f,-0.5784106542083499f,-0.4737404273246483f,0.17821992662020547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.938013723979016f,0.3403156899776965f,-0.0656923494938566f,0.46190057744410373f,0.27067283469763f,0.6008717751003452f,-0.7521232122760937f,1.5735366668619801f,-0.21648665128309422f,-0.7232830296936081f,-0.6557401838940993f,-0.35991592196409294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8658443229185072f,0.12250049527108095f,-0.4850847731357188f,0.1767822291794594f,0.4096326986904987f,0.7302464392354928f,-0.5467551464297552f,1.6999424887231995f,0.2872536520800582f,-0.6721114242759334f,-0.6824599422123214f,-0.24201032316420412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.386098157127629f,-0.7894633418128445f,-0.4771539007451835f,0.10825898514625697f,-0.548080268453241f,0.6123898488709121f,-0.5697251024240415f,1.3988018107680094f,0.7419812884398581f,0.04154882589865924f,-0.6691318724075029f,0.19632642263629135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5785544811620488f,-0.47372191436717626f,-0.6639745930196502f,0.01528628499603862f,-0.37211137819631596f,0.8776959816167732f,-0.30196504113987627f,1.5614825258140301f,0.7258152895497249f,0.07236927319012226f,-0.6840722576992744f,0.20562020974881884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4349199521301651f,-0.7722270877526582f,-0.46315219980060873f,0.2927027058806949f,-0.601433692831532f,0.6319144520641624f,-0.48883702642033544f,1.4448252554949501f,0.6701657618575582f,0.06595036173894325f,-0.7392755923337258f,-0.07060525761616833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.599119374655354f,-0.33684047277261864f,-0.7263569857961691f,0.22500538607460285f,-0.44202592067644975f,0.895567468553555f,-0.050714837264003915f,1.6124271881158416f,0.6675844967962593f,0.29068437379896456f,-0.6854440418198915f,-0.020385962790236786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,0.21409952899284548f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.2857945263927197f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,-0.019177996404904064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,0.23746621829192624f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.171532714875883f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,-0.1297155409772852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,-0.36010491917248394f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.246970623844147f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,0.09888218442694308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,-0.4100409253838707f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,2.1277525694487696f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,0.003416152301180697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9667894944057026f,0.19233907360311542f,-0.16829662584930608f,0.11653210268246827f,0.08064775428240864f,0.8544524512566568f,0.513231865993037f,2.3585790323811087f,0.2425160061438631f,0.48261443130825016f,-0.8415873676909865f,0.031330502099953875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9849751715198176f,0.038731863074795744f,-0.16829662584930608f,0.003468041572926628f,-0.05401096551473247f,0.8565488119969998f,0.513231865993037f,2.3609895488989565f,0.164032701293591f,0.5146105084909203f,-0.8415873676909865f,0.055410537825322265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9376804001263417f,0.3305878976419585f,-0.10708458876782374f,-0.027365089872028348f,0.11332117532616338f,0.5822137286955011f,0.805099674165366f,2.3792863825439428f,0.3285023263868932f,0.7427912331544789f,-0.5833930111916388f,0.013843863505068082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993944333248455f,0.024648595329359674f,-0.10708458876782374f,0.002384882549888112f,-0.07213909429714156f,0.5887363295506824f,0.805099674165366f,2.3861097038008356f,0.08288916381091431f,0.8079492440837356f,-0.5833930111916388f,0.017799499095013202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9778513393257655f,0.1798322802703473f,-0.10708458876782374f,0.06607231905405461f,0.020847710424630156f,0.5927730490068458f,0.805099674165366f,2.475093809879934f,0.20825976843561858f,0.7850353261757682f,-0.5833930111916388f,0.07534412376214887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9778513393257655f,0.12443071930413868f,-0.16829662584930608f,0.03807540721062345f,0.020847710424630156f,0.8579967509841492f,0.513231865993037f,2.2820445409085006f,0.20825976843561858f,0.4983558682248043f,-0.8415873676909865f,-0.03678594658843193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9577954768262001f,-0.20050471824630406f,-0.20597495608020394f,-0.27347515490585694f,-0.22084927644650182f,0.9719534436061186f,0.0808214114901743f,2.361437850866433f,0.18399299351966736f,0.12289980237241108f,-0.9752139339203956f,0.06764067118248966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.04820394941092822f,-0.20597495608020394f,-0.1613826330933676f,-0.06608323838054886f,0.9945355222664877f,0.0808214114901743f,2.3790719645916254f,0.20095349928825043f,0.09260385635227723f,-0.9752139339203956f,0.0454270444672598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9366756382273494f,-0.2832191134424823f,-0.20597495608020394f,-0.13934341562875047f,-0.3047202025670387f,0.9490065845884521f,0.0808214114901743f,2.3762519515154796f,0.17258142107101362f,0.13846817753049093f,-0.9752139339203956f,0.04053843067624666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9783509885765757f,0.020091307050441987f,-0.20597495608020394f,-0.16827421247521585f,0.0034530281133964003f,0.9967226174024466f,0.0808214114901743f,2.384274966009013f,0.20692370513811417f,0.0783604705155657f,-0.9752139339203956f,0.04731381681026886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9694488372972054f,-0.13320386379851917f,-0.20597495608020394f,-0.23623778051226862f,-0.1525112538395016f,0.9849914806215528f,0.0808214114901743f,2.487146814453212f,0.19211785267225825f,0.10976572220919666f,-0.9752139339203956f,0.03814971573069989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9694488372972054f,-0.13320386379851917f,-0.20597495608020394f,-0.20626691115760185f,-0.1525112538395016f,0.9849914806215528f,0.0808214114901743f,2.265523731313363f,0.19211785267225825f,0.10976572220919666f,-0.9752139339203956f,0.01345242823363068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9773692734729011f,-0.048203949410928225f,-0.20597495608020394f,-0.0529545105228821f,-0.06608323838054887f,0.9945355222664877f,0.0808214114901743f,1.7615590118402888f,0.2009534992882504f,0.09260385635227723f,-0.9752139339203956f,-0.028650800122930364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6711011234514055f,-0.14842106079450124f,-0.7263569857961691f,0.0027033872750558646f,-0.1630229193657964f,0.985317985750153f,-0.050714837264003915f,1.3920647671839814f,0.7232197521249779f,0.08437805206270357f,-0.6854440418198915f,-0.06029256964644421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6674560084123293f,-0.43317327920265003f,-0.6056924855230612f,0.36030600897031295f,-0.17740328999074573f,0.8824731153094553f,-0.4356251524607876f,0.8675042864352073f,0.7232085104136566f,-0.1833087857710264f,-0.6658583479422722f,0.005699471061907518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6674560084123293f,-0.6203867679710965f,-0.41185280739683877f,0.1315546855114451f,-0.17740328999074573f,0.6696358998431692f,-0.7211905672855744f,1.1034861385600538f,0.7232085104136566f,-0.4082989343209286f,-0.5570111585037179f,-0.14753087224040146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.71277999145858f,0.06776247410011166f,-0.6981066758598851f,0.16423621971344393f,0.15167397360139737f,0.9866627182200612f,-0.05909049167643213f,1.1503574307291349f,0.6847917124996983f,-0.1480031336777421f,-0.7135512475732201f,0.24635997543191215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.71277999145858f,-0.6593225288714f,-0.23924566181840962f,-0.06898441062916492f,0.15167397360139737f,0.18813898484331196f,-0.9703601022888825f,1.1202163956979874f,0.6847917124996983f,-0.7279406056161106f,-0.03409963617079448f,0.010283245236367478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7460264064366064f,-0.4415514036818474f,-0.49847463205851655f,0.014507065570388784f,0.0113556055403803f,0.7400101558199237f,-0.6724998286291111f,1.2827911598504693f,0.6658195334488877f,-0.5073631117749521f,-0.5470530337069186f,-0.0629147174298928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6160799731873579f,-0.6169911180304526f,-0.4896605221058733f,0.017206161511447056f,-0.1927932248028128f,0.7208528186181458f,-0.6657341709424316f,1.245187293351857f,0.7637252379668991f,-0.31574225906870085f,-0.5630546924860825f,-0.06511562800992443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.4977791470012948f,-0.5294743958259271f,0.014507065570388784f,-0.09150161866340241f,0.7820224694788559f,-0.6164968053543906f,1.2827911598504693f,0.7209401284479485f,-0.3750423683277068f,-0.5827422699209319f,-0.0629147174298928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.693276242476751f,-0.07763866577927557f,-0.7164776962288018f,0.016707226161206852f,-0.004494440695443747f,0.994626537161077f,-0.1034304190158771f,1.3071147924877518f,0.7206579296865833f,-0.06848568573781466f,-0.6898998907297123f,-0.05773119682764241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6753557475444539f,-0.1972354965885932f,-0.7106284353613518f,0.016707226161206852f,-0.17781241406314463f,0.9786957959370581f,-0.10265127578440056f,1.3071147924877518f,0.7157355375162734f,0.057032428499751577f,-0.6960387506710469f,-0.05773119682764241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.10280731003682865f,-0.719414951212135f,0.016707226161206852f,-0.09150161866340241f,0.9943003633708223f,-0.0547196599279276f,1.3071147924877518f,0.7209401284479485f,0.028239058122432853f,-0.6924217549946082f,-0.05773119682764241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7091530081545927f,-0.19612182460280234f,-0.6772283521381542f,-0.11676089653132132f,0.07319855874487773f,0.9348629209097542f,-0.34738061273731924f,1.3099469196871492f,0.7012445950044569f,-0.29591814581493703f,-0.6486050176760004f,0.08420276764832413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6561305542304786f,-0.39928888697246634f,-0.6403601178598601f,0.14189489664455113f,-0.21862306683937804f,0.9127405348693982f,-0.3451212405113162f,1.3395784972802374f,0.72228571247876f,-0.08644709796525193f,-0.6861707140372841f,-0.2030752434159577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.2513259925748667f,-0.6818815589828084f,0.037296454977971315f,-0.09150161866340241f,0.9607399711303028f,-0.2619277794631989f,1.1731930703394968f,0.7209401284479485f,-0.11753277555134518f,-0.6829578155820846f,-0.044274040513005666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6869299709398571f,-0.19093972755664984f,-0.7011912973398625f,7.686845533933832e-18f,-0.09150161866340241f,0.9799125756501843f,-0.17719705941295746f,1.3928571428571428f,0.7209401284479485f,-0.05756183217388247f,-0.690602611253564f,-0.06276785714285713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.20314112352335195f,-0.562121592857852f,-0.8017187778620515f,0.6682320059028258f,0.15949344122161457f,0.788858982318023f,-0.5935177741428311f,2.5079389332566993f,0.9660722158001223f,-0.2484367542436594f,-0.070594992739697f,-0.017823557438041475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4205511463230058f,-0.562121592857852f,-0.7121488946627362f,0.6386964849526491f,-0.013980596273820617f,0.788858982318023f,-0.6144152089133225f,2.5148298278344594f,0.907161108212998f,-0.2484367542436594f,-0.3396143443475869f,0.07088512913841427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.31504555680188573f,-0.562121592857852f,-0.764699687447524f,0.7681691985448661f,0.07350287549611183f,0.788858982318023f,-0.610162956356723f,2.602908823999088f,0.9462259901488614f,-0.2484367542436594f,-0.2072089638690437f,0.05761213043054295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5358512926742789f,-0.1305907800367092f,-0.8341519287927759f,0.4440589229487448f,-0.29365527744028425f,0.9551108233334832f,0.03911384898863254f,1.9468190053270262f,0.7915996274448176f,0.2659123226190161f,-0.5501460410732647f,-0.14538456085612825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2518577417754459f,-0.1305907800367092f,-0.9589127833526763f,0.48144304451039266f,-0.2913696092069464f,0.9551108233334832f,-0.05354499025891433f,1.97458387855117f,0.9228604600579462f,0.2659123226190161f,-0.2786022396553841f,-0.22675164123825306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.39876396332424346f,-0.1305907800367092f,-0.9077077446641872f,0.5989071454291969f,-0.29615864772420025f,0.9551108233334832f,-0.007305513630740149f,1.961797268983709f,0.867915524075998f,0.2659123226190161f,-0.4195393661472613f,-0.12313719612510145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010733280795935268f,-9.862499563934463e-7f,-0.000011312144773610403f,0.48229080123721724f,-0.0000014297127916156627f,0.000015559451993354092f,0f,1.5576223340054614f,0.000011264689506999196f,0.0000010350795573400997f,-0.000010778497373051537f,0.42769421288939424f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147.mcfunction new file mode 100644 index 000000000..887a0d1cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147_as_bone.mcfunction new file mode 100644 index 000000000..4a1221a75 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_147_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3273400501571907f,-0.18592242372157944f,-0.7247246293351881f,-0.1598155574152078f,-0.22304224990039478f,0.7793318736705991f,-0.09918885968135446f,1.5182115298938665f,0.7141744120079507f,0.15817435785553582f,-0.36315317180844126f,-0.3457663018052857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.36594828124883966f,-0.045553281273349025f,-0.7099343307773271f,-0.1598155574152078f,0.09029214053832398f,0.7889273543238402f,-0.09716459723887785f,1.5182115298938665f,0.7056409744395714f,-0.12457338465666315f,-0.3557418825878608f,-0.3457663018052857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8162687667646369f,0.015726666077826103f,-0.020060329585027677f,-0.22552894260135978f,0.01500915345407214f,0.8160137214544121f,0.0289961403493213f,1.5062576530122234f,0.020602673651142815f,0.028613332847502726f,-0.8159051730846096f,-0.30354496795282493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7446390281107587f,-0.2917645601573555f,-0.019650935103700584f,-0.22552894260135978f,-0.2923183171656944f,0.7441392292513923f,0.028404382383008624f,1.5062576530122234f,0.007919549462021213f,0.033619174965019885f,-0.7992540471032912f,-0.30354496795282493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8978905714426259f,-0.7547433084190538f,1.0322602918407242f,-0.7485074672012899f,1.2760847225646237f,0.4474718251343577f,-0.7828045711083291f,1.531935223272372f,0.08250183362570553f,1.2928796363573791f,0.8735341683877107f,0.4182955752628839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8114041711758809f,-0.5341220538077862f,-0.23735396064640296f,-0.5815002537558024f,-0.05760713574461604f,0.47719456131543586f,-0.8769075028543605f,1.5439392959076048f,0.5816396555511696f,-0.6978531237209743f,-0.4179668991716875f,0.28725221417834745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8449276014483958f,-0.5341220538077862f,-0.028477709648306426f,-0.2882507466359146f,-0.27351095228402017f,0.47719456131543586f,-0.8351509502070014f,1.6309542013744616f,0.45966194892697965f,-0.6978531237209743f,-0.5492830876893349f,0.11872675139650053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8859287930797127f,0.4558171971858408f,0.08579543310671006f,0.5267848988745201f,0.2433100573917943f,0.6141991571881626f,-0.750706075159481f,1.610826208317771f,-0.3948802217943126f,-0.6441972353704999f,-0.6550416264457395f,-0.2544800936705266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9279605598141164f,0.18800824146966524f,-0.3217795838286757f,0.21773755734046416f,0.3468382881145155f,0.751583244546237f,-0.5610934221813185f,1.7160511758334536f,0.13635395603818784f,-0.632278046160734f,-0.7626480649787954f,-0.18671604699805316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.504310954454396f,-0.8141987751608776f,-0.28766441515040175f,0.046097447529529025f,-0.5920613236148141f,0.5685230340522779f,-0.5711785612498659f,1.4161305461693448f,0.6285967310579736f,-0.11773663099698031f,-0.7687679984395231f,0.21948979790944667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7263069369341463f,-0.49624581769527204f,-0.4756241391911147f,-0.049921294158278944f,-0.3944280199725523f,0.8675779125505233f,-0.30287803273761593f,1.5769084170679577f,0.5629429548558805f,-0.03238292874999693f,-0.8258611115094976f,0.20825636682188792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5371742861566229f,-0.8054073310721557f,-0.25052508326981904f,0.2931207615149777f,-0.6528025172826193f,0.5850688674885419f,-0.48118945720490436f,1.459772020182883f,0.534127943213607f,-0.09493919817916174f,-0.8400558844074004f,0.005939647891767666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7309329476150216f,-0.4257292861276134f,-0.5333775407945941f,0.20996291073608397f,-0.4750194948162777f,0.8785383075399444f,-0.05026849639026565f,1.6241837747441834f,0.4899933730524367f,0.2166218297358847f,-0.8443823051477175f,0.04127885156007283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,0.21262242207419405f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.299086229856087f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.021945699103105426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,0.240955486313463f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.183118488029721f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.12950513767781524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,-0.3668328776043568f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.263798393321955f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,0.06829051462055076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,-0.41247283034532833f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,2.1433258212997424f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.027749407308585952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9775107432262163f,0.1675266376061006f,-0.12809204725401319f,0.11262044358612183f,0.08834774300016376f,0.8768461868978253f,0.47258379238979487f,2.3755516228957783f,0.19148739693281933f,0.45063909086445f,-0.8719271681744725f,0.020020217504825827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9916829038249204f,0.01254773651498084f,-0.12809204725401319f,-0.0014801152147073462f,-0.04990892849077017f,0.8798713872080296f,0.47258379238979487f,2.3786696631145583f,0.11863438421586257f,0.47504620436434203f,-0.8719271681744725f,0.03847234289819426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9530083913718993f,0.29111466596432245f,-0.08382873752613676f,-0.02988430939743119f,0.12852906936926753f,0.6391163794581592f,0.7582944888599443f,2.392798261219494f,0.2743269660493021f,0.7118865813939572f,-0.6464999697829923f,-0.002481805989922904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9963242197929686f,-0.0176292886613921f,-0.08382873752613676f,-0.00039952937552495404f,-0.07525941367896503f,0.6475534640609485f,0.7582944888599443f,2.400181746160154f,0.0409153969384511f,0.7618160666223568f,-0.6464999697829923f,0.002355292540275146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.986815643682847f,0.13844720346609538f,-0.08382873752613676f,0.05992236819677536f,0.026966834324582856f,0.6513541724831017f,0.7582944888599443f,2.4938141055147693f,0.1595859493480514f,0.7460362684489752f,-0.6464999697829923f,0.056019940924617054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.986815643682847f,0.09893084864229151f,-0.12809204725401319f,0.0376629272522598f,0.026966834324582856f,0.8808730606716212f,0.47258379238979487f,2.295617666863655f,0.1595859493480514f,0.4628988422646208f,-0.8719271681744725f,-0.04813229858492246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9665141188173598f,-0.2025906943539153f,-0.15750386880296274f,-0.2783367043124288f,-0.2151256572210542f,0.9742910601549141f,0.06691697622743195f,2.3775194544870666f,0.13989785463655915f,0.09855932560347468f,-0.985248521747014f,0.039664620240945775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9863068930698737f,-0.048900347595411495f,-0.15750386880296274f,-0.16522172055076195f,-0.06006440261128805f,0.9959489875648883f,0.06691697622743195f,2.394474532572973f,0.15359355527430843f,0.07546105070512565f,-0.985248521747014f,0.02273339462970723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9451792983564901f,-0.28605703149972106f,-0.15750386880296274f,-0.14297985988241868f,-0.29922210014732126f,0.9518341520853323f,0.06691697622743195f,2.391513974152687f,0.13077548983567083f,0.11037717904333273f,-0.985248521747014f,0.018976686915487373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9873154148630844f,0.02002006208368648f,-0.15750386880296274f,-0.1721777726026637f,0.009555800656205038f,0.9977127868111123f,0.06691697622743195f,2.399726317761625f,0.1584833058954615f,0.06456308657250796f,-0.985248521747014f,0.02420209888294888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9782917514522536f,-0.13467657685203227f,-0.15750386880296274f,-0.23921602580691584f,-0.14663851317540916f,0.9869241433597024f,0.06691697622743195f,2.5026594984667656f,0.14643222150260357f,0.0885604590160644f,-0.985248521747014f,0.010192193512269094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9782917514522536f,-0.13467657685203227f,-0.15750386880296274f,-0.20891379601520862f,-0.14663851317540916f,0.9869241433597024f,0.06691697622743195f,2.2806015662108328f,0.14643222150260357f,0.0885604590160644f,-0.985248521747014f,-0.009733909766345365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9863068930698736f,-0.04890034759541148f,-0.15750386880296274f,-0.05564201033873343f,-0.06006440261128805f,0.9959489875648884f,0.06691697622743195f,1.775594604903131f,0.1535935552743084f,0.07546105070512565f,-0.985248521747014f,-0.03681787635741664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8316294556619614f,-0.15459898916649129f,-0.5333775407945941f,0.0023326105987008005f,-0.15128114456392272f,0.9872117774672723f,-0.05026849639026565f,1.4053901883529039f,0.5343280488378083f,0.03888520256611469f,-0.8443823051477175f,-0.05139982731970964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8260892275339196f,-0.3828082091651802f,-0.4135631307891942f,0.33548607966387956f,-0.17366163524359515f,0.8710801237718998f,-0.45941381608964715f,0.8989143440360998f,0.5361140033583649f,-0.3076967548825946f,-0.7860690061551772f,0.1170209791495175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8260892275339196f,-0.5122403732063805f,-0.23491783289014165f,0.14883028174560067f,-0.17366163524359515f,0.627970556902665f,-0.7586136145020581f,1.1162939265143788f,0.5361140033583649f,-0.5858863197931362f,-0.6077162131145772f,-0.10017881310708152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8621214449703973f,0.08833693395480816f,-0.49894208102906906f,0.08231844216134304f,0.15236751166762053f,0.9843079680295217f,-0.08900542377749496f,1.158874026273204f,0.48325019970029165f,-0.15275604790992015f,-0.862052686508528f,0.2913432625417273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8621214449703973f,-0.4550706615080419f,-0.22283919573716693f,-0.08396498841474279f,0.15236751166762053f,0.18660157511945427f,-0.9705482953213385f,1.1318546339108426f,0.48325019970029165f,-0.8706839525324742f,-0.09153523524881763f,0.003211702641242778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8883838587734922f,-0.29605347868988635f,-0.3508937976458646f,0.014350384231795823f,0.017702572097280225f,0.7416475096329505f,-0.6705561798957514f,1.2962908205540578f,0.4587600008848423f,-0.6019230093715141f,-0.6536267684063131f,-0.04971677798722682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7878430871647049f,-0.5173912202672375f,-0.33408022269683424f,0.01734797039141473f,-0.18621285822581027f,0.7171742890651259f,-0.6715547710613823f,1.2586850837580432f,0.587050288679055f,-0.4668697508880934f,-0.6613657038791234f,-0.05097161243200287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.38513638488468144f,-0.3702173888577517f,0.014350384231795823f,-0.0849821773724417f,0.7811283959747843f,-0.6185599878192086f,1.2962908205540578f,0.5274172726634311f,-0.49143503542158984f,-0.693053119505604f,-0.04971677798722682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8517547103207171f,-0.060021619791078715f,-0.5204914202982855f,0.015126996735519743f,0.0019512146620436488f,0.993046287711691f,-0.11770838212876801f,1.320704836005472f,0.5239371204713539f,-0.10127425941316301f,-0.845714738060359f,-0.044538217794615684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8325027420083014f,-0.20722336325299645f,-0.5138070282419036f,0.015126996735519743f,-0.1712688037234811f,0.9782481674634196f,-0.11703640342042804f,1.320704836005472f,0.5268834609472832f,-0.009434011690588402f,-0.84988517930579f,-0.044538217794615684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.11044578191569016f,-0.522678370732638f,0.015126996735519743f,-0.0849821773724417f,0.9937384096825854f,-0.07253966260305356f,1.320704836005472f,0.5274172726634311f,-0.016902732872461856f,-0.84943823678812f,-0.044538217794615684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8622581703346284f,-0.11408531585921229f,-0.49345251888756525f,-0.14953721449409885f,0.07668984493529292f,0.9336550318830552f,-0.3498670449231419f,1.3242306185611592f,0.5006291195835295f,-0.33951851517222864f,-0.7963024943325655f,0.0594619317547318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8155481097278123f,-0.3642548104330052f,-0.4496662248777506f,0.1726427683158989f,-0.21186525185335742f,0.9110350255374992f,-0.3537347838437745f,1.351770776353662f,0.5385112772974264f,-0.19321908632509346f,-0.8201658301241221f,-0.15442217447290518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.21627702137085578f,-0.48848254830817f,0.032023604780408346f,-0.0849821773724417f,0.9571828534502161f,-0.2767291357807141f,1.187140390110394f,0.5274172726634311f,-0.1924194249234013f,-0.8275299302190923f,-0.024164644425710535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8453455210890438f,-0.1728799626916543f,-0.5054735091717719f,6.735557395310442e-18f,-0.0849821773724417f,0.9776590170803192f,-0.19225211533448172f,1.40625f,0.5274172726634311f,-0.11956322520439235f,-0.8411513868947681f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3322392693338208f,-0.5023788849106227f,-0.7982684535345792f,0.6320398630085153f,0.13851933645952824f,0.8111790575240887f,-0.568155726945653f,2.4719609574595194f,0.9329680923479328f,-0.29933926008843303f,-0.19991634758160334f,0.20614306594203538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5261494677677316f,-0.5023788849106227f,-0.6861356961736449f,0.5914610286225523f,-0.012076629081446494f,0.8111790575240887f,-0.5846731494299704f,2.477938316504715f,0.850306352203582f,-0.29933926008843303f,-0.43286847283204555f,0.2904442633162211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.432840900116938f,-0.5023788849106227f,-0.7485079900588361f,0.7240266443243593f,0.06375849648208591f,0.8111790575240887f,-0.581311784467402f,2.5621464046522275f,0.899212771991314f,-0.29933926008843303f,-0.31908055104848765f,0.29615574728640137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6761895273358116f,-0.21008700513852913f,-0.7061382112542101f,0.43246997289849354f,-0.3266820473865902f,0.9445993777722931f,0.0317939526876166f,1.98905858762167f,0.6603382186703094f,0.2521814144304066f,-0.7073598597455205f,-0.07205095775172722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.37822000446035137f,-0.21008700513852913f,-0.9015614668440171f,0.4827371481983334f,-0.31637789876075345f,0.9445993777722931f,-0.08739016356505586f,2.0197153733074265f,0.8699739383462831f,0.2521814144304066f,-0.4237332661169494f,-0.14500597868101456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5361832031982918f,-0.21008700513852913f,-0.817539615480463f,0.580234502870483f,-0.3270057139814055f,0.9445993777722931f,-0.028271514563390606f,2.008627707649057f,0.778186889912398f,0.2521814144304066f,-0.5751779712266014f,-0.022251772532380656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013208523767016311f,-0.00000112656448873239f,-0.000008270814793531074f,0.34583711622302254f,-0.0000013278465214444014f,0.000015568476117317586f,0f,1.5711581882579562f,0.000008240894885366112f,7.028718497984725e-7f,-0.000013256479459159117f,0.5395645514160108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148.mcfunction new file mode 100644 index 000000000..a5ff58447 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148_as_bone.mcfunction new file mode 100644 index 000000000..8d71bd697 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_148_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5070363813511576f,-0.21223358929012445f,-0.603999549675162f,-0.08433197528265872f,-0.21741013979884066f,0.7817785116527747f,-0.09219346112965525f,1.4865754499747186f,0.6021556140595355f,0.10355533177701404f,-0.5418757737356233f,-0.3771346942130359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5384412865779229f,-0.0020021353539105974f,-0.59167302825322f,-0.08433197528265872f,0.09630652003394817f,0.789030293292078f,-0.09031196192292759f,1.4865754499747186f,0.5837859497343714f,-0.13201207415021632f,-0.5308170844757127f,-0.3771346942130359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8001579953835043f,0.018260048358582134f,0.16235207883559183f,-0.15639554029079455f,0.023037604014001446f,0.8160516340203635f,0.021758765094396334f,1.4758599985333527f,-0.16174330177658064f,0.025898758485326988f,-0.8000704988210557f,-0.35285545781066857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7310080777382156f,-0.28343228391827147f,0.15903877110425324f,-0.15639554029079455f,-0.2850665823354289f,0.7471831949596909f,0.021314708663898452f,1.4758599985333527f,-0.1560904670922502f,-0.03719426841196191f,-0.7837425294573608f,-0.35285545781066857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9502254910734214f,-0.9299217464209707f,0.8208065007342754f,-0.841563983196226f,1.2070859905751135f,0.4554289528916312f,-0.8814386707113147f,1.5042205583558346f,0.2853439634398657f,1.1701436939117367f,0.9953636562216964f,0.22350399559962203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9234151392798842f,-0.3505452276399433f,-0.15627707422258869f,-0.6469115637961785f,-0.06470653578357574f,0.5435436687144376f,-0.8368831127626717f,1.5187313087360976f,0.3783087955303194f,-0.7626783880373887f,-0.5245990198666874f,0.1323346499744428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9323980145384633f,-0.3505452276399433f,0.08804536253313885f,-0.31990135553672844f,-0.2791030021507135f,0.5435436687144376f,-0.7916197283992539f,1.6090506243982166f,0.2296420185314315f,-0.7626783880373887f,-0.6046372629482074f,0.043126503039521064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8016880403792949f,0.5490302603676848f,0.2363515583054152f,0.5686636016090532f,0.20629858870868167f,0.6252490432524234f,-0.7526649495019249f,1.605567797654158f,-0.5610144188963525f,-0.5546434955108743f,-0.6145188481062778f,-0.1442039127116308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9604837184499341f,0.2377325698761008f,-0.14475583515938942f,0.24571659509665028f,0.276940614335603f,0.7642406505801393f,-0.5824432368327956f,1.6875185770220877f,-0.027837433861731764f,-0.5995160158168839f,-0.7998785058088781f,-0.13133128722022813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5878534774735155f,-0.8047307136013094f,-0.08268474834588183f,-0.01578514727360411f,-0.6328602774582418f,0.5211391122465155f,-0.5726271866602132f,1.3889288640300606f,0.5039009408978831f,-0.2842929901943426f,-0.8156355420704688f,0.2205554528657299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8276357145126568f,-0.49569893837267537f,-0.2632521349568243f,-0.1103740240619609f,-0.4164540613966288f,0.8568040441898299f,-0.304060593642459f,1.5476792436053883f,0.37627800734214645f,-0.14201898590031625f,-0.9155574634256821f,0.1882046588630101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5966756454074538f,-0.8021692128299729f,-0.022421600418780385f,0.2778147679929711f,-0.7004378594839124f,0.5342334306647465f,-0.473266781595508f,1.4302908063652442f,0.39161841016376264f,-0.2666818245548742f,-0.8806337634186473f,0.07319729494428784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8102766342070218f,-0.49594974626383415f,-0.3122268810320121f,0.18287277256205214f,-0.5073723585372815f,0.8602870449509245f,-0.049794478428056566f,1.5912834118033672f,0.29330029977900823f,0.11806798664517136f,-0.948701683712588f,0.08940565691705382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,0.21733283272029483f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.2666658070770933f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.030497527370092897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,0.2499054139059729f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.1490818416764865f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.13506019057054583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,-0.3660498121629128f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.2367197822805798f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,0.03214571047693877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,-0.407951611175091f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,2.1153129200974394f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.06441994363665904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9850660823608481f,0.14973353469913436f,-0.08499812920737454f,0.11580965378584931f,0.098884274569041f,0.8961299581333055f,0.43263494817103565f,2.3469087058119036f,0.14094932999203985f,0.41776903514083386f,-0.8975535191019484f,0.002872133005380889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9963617696627813f,-0.0062082192049628115f,-0.08499812920737454f,0.000981148822765357f,-0.04251876554705805f,0.900566019899374f,0.43263494817103565f,2.3510865297724006f,0.07386053432520456f,0.4346749381053657f,-0.8975535191019484f,0.015760145260887884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9645526590429493f,0.25847231962703215f,-0.05319988646413762f,-0.025135082501941894f,0.14593599856630482f,0.6904281142843071f,0.708527842309864f,2.36152317562392f,0.21986553221374044f,0.6756486357511848f,-0.7036746895774575f,-0.02405929176460154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972164310328807f,-0.052241379750603f,-0.05319988646413762f,0.00410118567757254f,-0.07456063830957488f,0.7017328607715313f,0.708527842309864f,2.369316413403613f,0.0003176364472150667f,0.7105222236884332f,-0.7036746895774575f,-0.018422653329801177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9931113942753206f,0.10440081724168346f,-0.05319988646413762f,0.0619613617715882f,0.03613253155024705f,0.7047572183635291f,0.708527842309864f,2.4667905597373423f,0.11146388977735767f,0.7017248267830984f,-0.7036746895774575f,0.030939633389213905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9931113942753206f,0.08065405502375553f,-0.08499812920737454f,0.04381419939124324f,0.03613253155024705f,0.9008448488973092f,0.43263494817103565f,2.2641004687354482f,0.11146388977735767f,0.42658349900507087f,-0.8975535191019484f,-0.06504165388692688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9737693778586132f,-0.19951533713403358f,-0.10939300248709671f,-0.2753971725100979f,-0.20633873524370655f,0.9769356508081796f,0.05496417485986855f,2.349415789760564f,0.09590372820113205f,0.0760944441355054f,-0.9924777632213387f,0.006354179097152371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322516f,-0.10939300248709671f,-0.16147014749146407f,-0.05097195710044866f,0.9971864414798889f,0.05496417485986855f,2.36533602469824f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.005321424310500068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.952674983989382f,-0.28362571443310386f,-0.10939300248709671f,-0.13909699469044629f,-0.29069910632359064f,0.9552345099841397f,0.05496417485986855f,2.362167027617607f,0.08890671776359942f,0.0841634424656682f,-0.9924777632213387f,-0.007962942102462494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936929172360478f,0.024648676268128167f,-0.10939300248709671f,-0.16844775637104478f,0.018712417848296053f,0.9983129694140234f,0.05496417485986855f,2.370656404878558f,0.1105632472984749f,0.05257050368775676f,-0.9924777632213387f,-0.004257690762815035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9853148109719679f,-0.13110260976095328f,-0.10939300248709671f,-0.2339318217978255f,-0.13768851837990073f,0.9889493472308486f,0.05496417485986855f,2.4738710825872765f,0.10097819163375081f,0.06921917599585871f,-0.9924777632213387f,-0.02281064233167502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9853148109719679f,-0.13110260976095328f,-0.10939300248709671f,-0.20443373460161107f,-0.13768851837990073f,0.9889493472308486f,0.05496417485986855f,2.251357479460336f,0.10097819163375081f,0.06921917599585871f,-0.9924777632213387f,-0.0383849569307432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9929917359714172f,-0.044727880559322496f,-0.10939300248709671f,-0.053968197490809354f,-0.050971957100448634f,0.9971864414798889f,0.05496417485986855f,1.744953292375078f,0.10662678782473475f,0.06015494684019895f,-0.9924777632213387f,-0.05152778556377018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9383897491968417f,-0.148118376183747f,-0.3122268810320121f,0.0015761935780957731f,-0.1395333382335326f,0.9889645885669943f,-0.049794478428056566f,1.374091571662455f,0.31615680622706016f,-0.003160569126850865f,-0.948701683712588f,-0.05034257214120111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9317660484282468f,-0.2995633155304669f,-0.2051191141381116f,0.28276806770360147f,-0.16987894732236858f,0.8590435746370492f,-0.4828926175988247f,0.8863061790976121f,0.320863170608678f,-0.41509752692975027f,-0.8513171376659533f,0.20866720151081242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9317660484282468f,-0.35743244802643837f,-0.06367162707389484f,0.1546368627557591f,-0.16987894732236858f,0.5842178828905097f,-0.7936186795732412f,1.0845135663826906f,0.320863170608678f,-0.7286504720431863f,-0.6050746361715951f,-0.05847796210671764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9544213005167718f,0.11554520860740465f,-0.2751895453823514f,-0.005698595209307752f,0.15303548794663296f,0.9810484292427722f,-0.1188449364054906f,1.1228408583499416f,0.2562423082724823f,-0.15554190511936167f,-0.9540160350869524f,0.3069666142993773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9544213005167718f,-0.22703291648126828f,-0.19374218940097523f,-0.09574495272295812f,0.15303548794663296f,0.1850521637032817f,-0.9707398395747799f,1.0989354611581597f,0.2562423082724823f,-0.9561442106412311f,-0.14187363359147062f,-0.014150488008627213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9732894893466976f,-0.13533192858786708f,-0.18545306422901933f,0.012445231551390153f,0.02404809840826949f,0.743247825010201f,-0.6685838463353356f,1.265177888272907f,0.22831832797695087f,-0.6551854239238644f,-0.7201408205257603f,-0.044561740827164444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9081819590915831f,-0.3848784469300815f,-0.16454212308482674f,0.015448770076507242f,-0.17962383298308487f,0.7134189192714151f,-0.6773246815597899f,1.2275721102728545f,0.3780751351319452f,-0.5855783694043816f,-0.7170475336270719f,-0.044890693181467045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.24940408184646573f,-0.19358467707442237f,0.012445231551390153f,-0.0784590957278449f,0.780195637087106f,-0.6205956317666226f,1.265177888272907f,0.30581300419906254f,-0.5736657317886139f,-0.7598592202731884f,-0.044561740827164444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9541474434408879f,-0.0315772471520826f,-0.29766681648701404f,0.011972032030527642f,0.008368942950031044f,0.9912174713840647f,-0.1319768359102453f,1.289675923914412f,0.2992200143190902f,-0.1284165171824753f,-0.945503348035112f,-0.039744755354276705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9363378014450898f,-0.19682819422555287f,-0.29074074971163444f,0.011972032030527642f,-0.16469001331233468f,0.9775531463147267f,-0.13140413100569398f,1.289675923914412f,0.31007857246213943f,-0.07515655718622682f,-0.9477356017433105f,-0.039744755354276705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.10217136263391297f,-0.29872802998248493f,0.011972032030527642f,-0.0784590957278449f,0.9928144193746528f,-0.09035319020012501f,1.289675923914412f,0.30581300419906254f,-0.06229399119739036f,-0.9500515065634302f,-0.039744755354276705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9584924545785279f,-0.02493528973982953f,-0.28402543168107136f,-0.17305204591532125f,0.08015729833452316f,0.9324238325650913f,-0.35236430578073136f,1.2938931579373742f,0.2736183876126355f,-0.3605052396154836f,-0.8917224625240996f,0.02081569816106607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9228767098867829f,-0.30290481578015194f,-0.237796658777491f,0.19164088121150596f,-0.2050681730719302f,0.9092209017215155f,-0.3623042868441597f,1.3193393425195479f,0.3259534057829234f,-0.2855976618425062f,-0.9012149315277717f,-0.10822861651296023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.16110091765357573f,-0.2715214863889464f,0.02315852256244294f,-0.0784590957278449f,0.9533567875509789f,-0.2914704203312002f,1.1565059154532145f,0.30581300419906254f,-0.2552593386374991f,-0.9172355621655163f,-0.013655479041508524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9488532956997687f,-0.13682322320603024f,-0.28452913529408513f,6.735557395310442e-18f,-0.0784590957278449f,0.9751322981210017f,-0.2072707684619872f,1.3749999999999996f,0.30581300419906254f,-0.1743456530939807f,-0.9359925211827161f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.45145636198080424f,-0.4421119646785073f,-0.7750639740790224f,0.5195320385559371f,0.11814915624442587f,0.831353502546461f,-0.5430397137249372f,2.379617461809542f,0.884436504281561f,-0.33673188814224564f,-0.3230846721872934f,0.38903477283609544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6192384837051463f,-0.4421119646785073f,-0.6489073207990965f,0.4689960283641895f,-0.011303570884731877f,0.831353502546461f,-0.5556289977034905f,2.3846604949505315f,0.7851216017814089f,-0.33673188814224564f,-0.5198035262715646f,0.46783668899705233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5390507753786402f,-0.4421119646785073f,-0.7169109235126754f,0.6018006719869646f,0.05379235350388639f,0.831353502546461f,-0.5531344651242087f,2.465109148148668f,0.8405537723835399f,-0.33673188814224564f,-0.42435950706913406f,0.492089656976944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.780060537627467f,-0.2880703547593792f,-0.5554466926223904f,0.4178345592165903f,-0.3583753647904335f,0.9333797221185761f,0.019219579838624858f,1.988151109080411f,0.51290608842913f,0.21405084687208073f,-0.8313300063185944f,-0.019079820188427694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4867002376710305f,-0.2880703547593792f,-0.8247050074782907f,0.4785405419308255f,-0.33520949402020017f,0.9333797221185761f,-0.1282064329765513f,2.021389232071622f,0.8066954033398749f,0.21405084687208073f,-0.5508400504535425f,-0.08231804709842322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6475304822851758f,-0.2880703547593792f,-0.7054925550424559f,0.5540114338300763f,-0.3545399785729203f,0.9333797221185761f,-0.05571084213474765f,2.0131267968962288f,0.6745410870399523f,0.21405084687208073f,-0.7065242790225289f,0.05527970820995389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014825832745308888f,-0.0000011668183421521276f,-0.0000047931037297918f,0.19164278952629943f,-0.0000012259233707475767f,0.000015576833339580127f,0f,1.5400441212496654f,0.000004778328190610353f,3.7606258436922526e-7f,-0.000014871677162830557f,0.6055592377493513f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149.mcfunction new file mode 100644 index 000000000..0910b4273 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149_as_bone.mcfunction new file mode 100644 index 000000000..77f363a8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_149_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6333543077024635f,-0.2215861600912643f,-0.4655172811133718f,-0.0157141023489743f,-0.21150911816207557f,0.784155308243014f,-0.08549146117039419f,1.454980247647562f,0.4701815163247898f,0.05426297683279499f,-0.6655293498383144f,-0.38884126615295966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6562681802669261f,0.036886807228119725f,-0.45601692843758873f,-0.0157141023489743f,0.1025380894592216f,0.7889692162389319f,-0.0837467374730392f,1.454980247647562f,0.44586771107492196f,-0.1271492795097205f,-0.651947118208961f,-0.38884126615295966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7558439446305533f,0.023366973348092766f,0.3083802204524782f,-0.08925527330871728f,0.031302931863013805f,0.8159305209781148f,0.014898182359133233f,1.4454405192953517f,-0.30767596959552934f,0.02560886442964612f,-0.7560582836266787f,-0.3802385716319633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6928172118676841f,-0.262198223657681f,0.30208674656569295f,-0.08925527330871728f,-0.27754085317568034f,0.7501720375752294f,0.01459413782119174f,1.4454405192953517f,-0.28805448401023714f,-0.09216292937502152f,-0.7406285227363384f,-0.3802385716319633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9606019039277474f,-1.0473544420514969f,0.649383480607094f,-0.8812614713140132f,1.1412904619268256f,0.44549659685445f,-0.9697397144110144f,1.475742599462779f,0.4648723627892278f,1.0705081526574662f,1.038899529025141f,0.04491967541785852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9785721818382455f,-0.1971655890624719f,-0.05934825542494193f,-0.6704061064600424f,-0.07408392988595833f,0.6060757596314053f,-0.7919493322933401f,1.4934982677955129f,0.19211469559871808f,-0.7705828340138802f,-0.6076956801378044f,-0.008557206082723198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9583940429550104f,-0.1971655890624719f,0.2064136354943588f,-0.3311398193648724f,-0.28464984427298057f,0.6060757596314053f,-0.7427291833115099f,1.5871450425722706f,0.021338336010979023f,-0.7705828340138802f,-0.636982551832795f,-0.024950078304523518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7089715084801086f,0.607531108756626f,0.35814152517738557f,0.5858168802859249f,0.16008323665067253f,0.6332102163311242f,-0.7572438043835915f,1.60201219455116f,-0.6868280407109804f,-0.479531827751647f,-0.5461835485130258f,-0.04614890266799528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9652488599905027f,0.2611386044207169f,0.010063178833507755f,0.25902499264857465f,0.20104572825158082f,0.7666264317529689f,-0.6098069606764928f,1.658986769052417f,-0.1669588375583225f,-0.5865923144901496f,-0.7924860901885049f,-0.07990165732230048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7247139186598199f,-0.684896498191309f,0.07554153073647556f,-0.07651093037705865f,-0.5913557454339219f,0.5619422824320235f,-0.5783763943638937f,1.3567877979653298f,0.3536779869358825f,-0.4638293414396829f,-0.8122648727949595f,0.21270923656521012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9034965654499887f,-0.4225224300696712f,-0.07189403527479782f,-0.1561832237355895f,-0.3837813203756627f,0.872239883795041f,-0.3031657685952124f,1.51843799012318f,0.190803182234435f,-0.24631764290288416f,-0.9502219553577891f,0.1605857912999332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7131485127916335f,-0.6869496448042891f,0.13971178979006055f,0.2406614400477597f,-0.6548191844909195f,0.581640866695811f,-0.4826030851662604f,1.3932900162296256f,0.250261931435303f,-0.43565363270906704f,-0.864624125260026f,0.12923036995388254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8752605062155137f,-0.47103883933204366f,-0.1097335778150143f,0.15165582281165765f,-0.46852498235884743f,0.8820737522583868f,-0.04929742876105833f,1.5583707358483165f,0.12001411235769037f,0.008264830157425594f,-0.9927377828094711f,0.12457541446584067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,0.2266372563887498f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.233371617049933f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.03482937686288341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,0.26226686626682943f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.114488247461265f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.13689596216473454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.3591230666972553f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.209961747854208f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,0.0038109119872020286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.39827137040462307f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,2.088089884325661f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.09332287048272332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9890585480487838f,0.1403235467856811f,-0.04552461695740424f,0.12458799024719822f,0.11117211389915929f,0.9118186189129991f,0.39525633112548975f,2.317353628713081f,0.09697396363366795f,0.38587058506846217f,-0.9174420646319302f,-0.009264482663774179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9988330350477055f,-0.01612691378630543f,-0.04552461695740424f,0.0093748780694504f,-0.03283645716586287f,0.917983768803137f,0.39525633112548975f,2.3228222348027705f,0.03541659467232496f,0.396289947974608f,-0.9174420646319302f,-0.001191456294839438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9714150172480934f,0.23640852109032626f,-0.02153776731166459f,-0.01490083878353092f,0.16431334965222605f,0.735095856008966f,0.6577501087833513f,2.3301032660673613f,0.1713300539629633f,0.6354093905777047f,-0.7529282296306322f,-0.03926901133335986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969248328127273f,-0.0753458844300385f,-0.02153776731166459f,0.014143161678519568f,-0.07088583010033621f,0.7498933214041017f,0.6577501087833513f,2.338169938050481f,-0.03340773581526281f,0.6572541397457909f,-0.7529282296306322f,-0.03305286580118706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9964377269426837f,0.08153515134300282f,-0.02153776731166459f,0.07065296602695723f,0.04729605266758263f,0.7517498771516723f,0.6577501087833513f,2.438656369212339f,0.06982076859619227f,0.654388371915271f,-0.7529282296306322f,0.01160991172221039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9964377269426837f,0.07098848903998031f,-0.04552461695740424f,0.054680555992961684f,0.04729605266758263f,0.9173524492294562f,0.39525633112548975f,2.2322520681357116f,0.06982076859619227f,0.3916951854650989f,-0.9174420646319302f,-0.07652150500743672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9790327360825375f,-0.19215477425998578f,-0.06761245748998071f,-0.2662936444542091f,-0.19549479754363863f,0.9795881379233532f,0.046785298686965175f,2.3214814637833183f,0.05724234282515228f,0.05902222267036988f,-0.9966141135960985f,-0.019200945694850646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.1518188934000517f,-0.03984658586506322f,0.9981099064840852f,0.046785298686965175f,2.3361295288124193f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.026279518078596582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9585598288705415f,-0.27675189261835964f,-0.06761245748998071f,-0.12939030291836653f,-0.2801276125649973f,0.9588220150295912f,0.046785298686965175f,2.332708040994932f,0.05188039277331302f,0.06378662419935513f,-0.9966141135960985f,-0.027961741345482318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971656095505994f,0.0330045863744311f,-0.06761245748998071f,-0.1587779229284723f,0.029875105900830118f,0.9984581182374077f,0.046785298686965175f,2.3415304848770813f,0.06905233650642036f,0.0446327615554659f,-0.9966141135960985f,-0.025553858647352212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9900519010089287f,-0.12339282353837298f,-0.06761245748998071f,-0.2223425412546637f,-0.12668596781924954f,0.9908389381652656f,0.046785298686965175f,2.44522918275663f,0.06122008548104588f,0.05488542351805644f,-0.9966141135960985f,-0.04772960860945471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9900519010089287f,-0.12339282353837298f,-0.06761245748998071f,-0.19457915595852984f,-0.12668596781924954f,0.9908389381652656f,0.046785298686965175f,2.2222904216694457f,0.06122008548104588f,0.05488542351805644f,-0.9966141135960985f,-0.060078828901017386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9970388478059661f,-0.036634567800333376f,-0.06761245748998071f,-0.04906119468855132f,-0.039846585865063205f,0.9981099064840852f,0.046785298686965175f,1.7142778772455172f,0.06577070442567734f,0.049340885890032146f,-0.9966141135960985f,-0.06244317992299046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9850849489511909f,-0.13253748620577352f,-0.1097335778150143f,0.0006403626386137406f,-0.12778478632043772f,0.9905760000638962f,-0.04929742876105833f,1.342811877221556f,0.11523320586909605f,-0.034539873301243446f,-0.9927377828094711f,-0.049490727435024175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9783649736583115f,-0.20561917702808374f,-0.02286334089464402f,0.2182739754228371f,-0.1660532454619969f,0.8463729293834246f,-0.5060426702151295f,0.8742399355890547f,0.1234029901992206f,-0.4912978917573474f,-0.8622053604360606f,0.2747742486664445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9783649736583115f,-0.19480153901173122f,0.0696730845967946f,0.15046445971146194f,-0.1660532454619969f,0.5385200463098024f,-0.8260886631554908f,1.0527879551165795f,0.1234029901992206f,-0.8197856549861978f,-0.5592165786962525f,-0.0225765438884726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.986804462218347f,0.1439742566819001f,-0.07408351205803805f,-0.0827958060549175f,0.153681643440567f,0.9768858613209632f,-0.14857983180972495f,1.0869022743616754f,0.05097946464377155f,-0.1580045169104164f,-0.9861215274095482f,0.3036737803804495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.986804462218347f,-0.022194568578739263f,-0.1603881369414919f,-0.1032752122643031f,0.153681643440567f,0.18349241991728935f,-0.970933820763446f,1.066103821061628f,0.05097946464377155f,-0.9827705393216164f,-0.17766024098298883f,-0.03004547433732628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9992981484651952f,0.008030646131076064f,-0.03658851181381856f,0.009459659165333626f,0.030391927826670273f,0.7448108962170941f,-0.6665831227981004f,1.2340951928041077f,0.02189842909916076f,-0.6672272758206206f,-0.7445322163640621f,-0.04047602937447021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9678680474555507f,-0.250977173560291f,-0.015553169010442083f,0.012228870437856778f,-0.1730264465010983f,0.7095874381093988f,-0.6830428364960301f,1.1964912010089161f,0.18246449387697972f,-0.6584042269222059f,-0.7302126967159569f,-0.040065624524585924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.12039767833208975f,-0.03606556502101945f,0.009459659165333626f,-0.07193265315671937f,0.7792243490288505f,-0.6226034912288873f,1.2340951928041077f,0.10306318129127319f,-0.6150722013981827f,-0.7817059343060634f,-0.04047602937447021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9954708223483619f,0.0007989801509930635f,-0.09506420716439044f,0.008117678031159198f,0.014758476169021303f,0.989140383375568f,-0.14623094527767555f,1.2586708508436526f,0.09391501069714177f,-0.1469716421843086f,-0.9846721825863688f,-0.03624122386149785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9811197183763076f,-0.17200282127182412f,-0.08842583156367638f,0.008117678031159198f,-0.15807633155781392f,0.9766109378090834f,-0.14574961253082813f,1.2586708508436526f,0.1114269788445277f,-0.12901978773116698f,-0.985361823270714f,-0.03624122386149785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.0823302258670728f,-0.09496346579985122f,0.008117678031159198f,-0.07193265315671937f,0.9915285113640959f,-0.10815222864987445f,1.2586708508436526f,0.10306318129127319f,-0.10046365044520529f,-0.9895883162211171f,-0.03624122386149785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9941995176785748f,0.053761953259044586f,-0.09315026263764084f,-0.1853742519927702f,0.08360277172875406f,0.9311697616192901f,-0.3548710351735464f,1.2635777656326783f,0.06766014784907728f,-0.3606002321514046f,-0.9302631761847796f,-0.015425337970978677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9714737310680807f,-0.23211497855101554f,-0.048594511798391f,0.19824159387817625f,-0.19823220078521206f,0.9072985308749042f,-0.37082795261966395f,1.286927089584882f,0.13016445143169367f,-0.3506166176958844f,-0.9274293520150115f,-0.06633097003493604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.09981040170551665f,-0.0763819981371667f,0.01297852070436653f,-0.07193265315671937f,0.9492629621900244f,-0.30614624287104264f,1.1259323416943974f,0.10306318129127319f,-0.29822426515225703f,-0.9489153114670026f,-0.00629294411391533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9920703977399775f,-0.092773463213248f,-0.08479039126848548f,6.735557395310442e-18f,-0.07193265315671937f,0.972333133215398f,-0.22224754545632674f,1.3437499999999998f,0.10306318129127319f,-0.21438601301145335f,-0.9712963595562248f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5324688056321664f,-0.3948804182693324f,-0.7486964847627451f,0.36981141822877045f,0.09869713556260609f,0.8495162483090694f,-0.5182480287378044f,2.277358996406138f,0.8406758272130768f,-0.3498451073351187f,-0.4133673359293021f,0.501732748594107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6766856710219705f,-0.3948804182693324f,-0.6214225276741925f,0.3128191822643217f,-0.0113705554477289f,0.8495162483090694f,-0.5274399058923147f,2.2814750437400133f,0.7361842249752135f,-0.3498451073351187f,-0.5793454822222434f,0.5760564036045941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.607917183620787f,-0.3948804182693324f,-0.6888440702553863f,0.44464191078485404f,0.043904504894667906f,0.8495162483090694f,-0.5257323827850418f,2.358276877490832f,0.7927856534451949f,-0.3498451073351187f,-0.49909849585543214f,0.6137593504776654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8373815847476641f,-0.3515348840302418f,-0.4185872750518522f,0.4073810663310285f,-0.3876654375160429f,0.9217991065793721f,0.0013840754916611409f,1.9883543241589023f,0.385366825350841f,0.1634308184502421f,-0.9081755213061506f,0.012110173088859838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5560778090599577f,-0.3515348840302418f,-0.7531272771457169f,0.4745555106598067f,-0.3460407911532687f,0.9217991065793721f,-0.17476320541661913f,2.023724072592511f,0.7556674143623615f,0.1634308184502421f,-0.6342374369678812f,-0.042895621377388005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7165274061736348f,-0.3515348840302418f,-0.6025045240593031f,0.5313439671043131f,-0.37727731662515995f,0.9217991065793721f,-0.08915286573964051f,2.019412128236653f,0.5867284743066437f,0.1634308184502421f,-0.7931204605975578f,0.1035753449453696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001550109996468715f,-0.0000011179312579153505f,-0.0000016145446997069674f,0.05199403242626354f,-0.0000011239477055737402f,0.000015584523302146125f,0f,1.5089229843005303f,0.0000016103622076761437f,1.1613848389004092e-7f,-0.000015541359992376735f,0.6307984639541074f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..ea926284d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5087964042634522f,-0.0950804347603454f,-0.6316885105641941f,-0.029264734016487923f,-0.11751590969494646f,0.8077187870208349f,-0.026922416433240223f,1.1170007203362962f,0.6279018031679758f,0.07412500565814027f,-0.5169035244211725f,-0.32684675706033406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.496116530193498f,0.10468416660362043f,-0.618796908307782f,-0.029264734016487923f,0.19643760400779847f,0.7750591807669819f,-0.026372979363174096f,1.1170007203362962f,0.5960542393108529f,-0.16829881630992086f,-0.5063544729023731f,-0.32684675706033406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7378838012813952f,0.12474292179238602f,0.32697269566993126f,-0.11730767493509454f,0.12269850474492404f,0.8068049556834377f,-0.0309076829032915f,1.1173667251126298f,-0.32774535417656586f,0.02119932526731059f,-0.7477151970291446f,-0.30564913445643627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7145659992002614f,-0.16371768831803024f,0.32029978351340205f,-0.11730767493509454f,-0.19140465549700678f,0.7761749585891811f,-0.030276913864448817f,1.1173667251126298f,-0.3045647560716835f,-0.10367715365924829f,-0.7324557032122233f,-0.30564913445643627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4019722510626566f,0.765932517920814f,1.3012194040080642f,-0.6487208028079701f,1.5094979842166278f,-0.17244463399765686f,-0.36480807810594246f,0.8841716769132193f,-0.03521924220589931f,1.3509317067109263f,-0.7843145917178554f,0.24651053465851663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.58177897525364f,-0.666392148190213f,-0.466320414289636f,-0.5219771965674949f,-0.7236160798375179f,0.6858560642877796f,-0.07733839977824988f,1.0774733739206908f,0.37136638640755804f,0.29244309516572714f,-0.881228712160743f,0.1474766063453939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6427284158404851f,-0.666392148190213f,-0.37791756813042393f,-0.28971948035816597f,-0.7272210577958801f,0.6858560642877796f,0.0274042364958157f,1.3458610566111062f,0.24093508787518209f,0.29244309516572714f,-0.9254335846080299f,0.05583375311603725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4475093132027244f,0.8857729277110845f,0.12305175793526923f,0.43650817479848325f,0.3553974439074486f,-0.049887779285231824f,-0.933383022312941f,1.1668348544675964f,-0.8206266334094195f,0.4614298755088603f,-0.33712668023607983f,0.16378384816183233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.36936119582739646f,0.8833021744303329f,0.2887032657653904f,0.2911261361051136f,0.5253019113563975f,0.4547333139125415f,-0.7192186838114216f,1.339636774982519f,-0.7665704200804199f,-0.11399509579259927f,-0.631961161142807f,-0.08149762319660458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9305914072235622f,-0.330415778758645f,-0.15755965838052724f,-0.07641190157966779f,-0.1634219425035608f,0.7601433023543376f,-0.6288683714373026f,1.02657979922747f,0.3275559517243324f,-0.5594707973014859f,-0.7613800138280531f,0.27993278209557776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9645628873045605f,-0.13805646391547144f,-0.22485295018266035f,-0.10370281950246031f,-0.06739670616663615f,0.9528346824631585f,-0.2959117299013678f,1.2033868538774286f,0.25510021644949255f,-0.2702711243667885f,-0.9283735233735039f,0.22345461175572054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9722104202726772f,-0.12261341114781245f,-0.19943131679834497f,0.20278880812785402f,0.004041592133437097f,0.8429572509983198f,-0.5379653692593815f,1.0150879857212283f,0.2340738435755932f,-0.5238215577809424f,-0.8190362698670283f,0.16465001207495872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9722104202726772f,-0.006470670499499204f,-0.2340192922314552f,0.20011293683275133f,0.004041592133437097f,0.999005078298531f,-0.04441305063574075f,1.2021238563357295f,0.2340738435755932f,-0.04412464115472031f,-0.9712169952161648f,0.15030653563834764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,0.2749084270322793f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.8810697082823569f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,0.12884772493689264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,0.3416437064198259f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.7575437924310564f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,0.050693626527637405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,-0.27254184449972535f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.8981197925293434f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.0836699092177933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,-0.2756938338183921f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.7767704831776585f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.18895391837019995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9191331420116358f,0.14139447068155342f,0.36769807031925145f,0.19037153861567338f,0.18474675244769395f,0.9790759035219323f,0.08531712959741647f,1.9889875459054365f,-0.3479409500415958f,0.14634882576705288f,-0.9260232807444726f,0.08244699238826203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9299360562001832f,-0.00413043125454543f,0.36769807031925145f,0.0832152189171464f,0.02931099815416935f,0.9959226138533375f,0.08531712959741647f,2.0024000269529423f,-0.36655121983981437f,0.09011707248456066f,-0.9260232807444726f,0.041133929976751415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.906293650924134f,0.20214015737215446f,0.37117539664175536f,0.06467566599487459f,0.26848189658521243f,0.9536044553428954f,0.13622046085734418f,1.997858370769341f,-0.32641888655623325f,0.22310961325711756f,-0.9185166361975422f,0.02652398684380278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9244012262619449f,-0.08781342615595833f,0.37117539664175536f,0.09146416565923998f,-0.03933852535797251f,0.9898971999487992f,0.13622046085734418f,2.006894173178745f,-0.37938747120598554f,0.1113208683054491f,-0.9185166361975422f,0.03868935513048026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.926757359554828f,0.057875914150868596f,0.37117539664175536f,0.15428338451798307f,0.11599983608653724f,0.9838638239470487f,0.13622046085734418f,2.1131424262643037f,-0.3573021613968485f,0.16929959979129322f,-0.9185166361975422f,0.04580967741913962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.926757359554828f,0.07693455396934436f,0.36769807031925145f,0.13697310987488062f,0.11599983608653724f,0.9895782058155658f,0.08531712959741647f,1.8904873299558016f,-0.3573021613968485f,0.12172119363686802f,-0.9260232807444726f,0.01842240885084436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9230986509374715f,-0.12846577422033129f,0.3624712754017768f,-0.17094588885989004f,-0.12765028458319855f,0.9914702473745785f,0.026308808730549603f,2.002527142275639f,-0.36275926657116325f,-0.02198393561132936f,-0.9316235404345408f,-0.06467355731934553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813543f,0.3624712754017768f,-0.06343645169825136f,0.029021419994871095f,0.9992325073598541f,0.026308808730549603f,2.009253958104336f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.02265437723459786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9083894519097262f,-0.20843027171636183f,0.3624712754017768f,-0.042698323881182096f,-0.21357686253382066f,0.9765719483854679f,0.026308808730549603f,2.0042893520029916f,-0.3594628318051209f,-0.05351683341580209f,-0.9316235404345408f,-0.014725892770250673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9283382036750718f,0.08247881004203403f,0.3624712754017768f,-0.06964627719618025f,0.0986536614382992f,0.9947739952712863f,0.026308808730549603f,2.01512759337172f,-0.35840707956478496f,0.06018259072234493f,-0.9316235404345408f,-0.0249045941199251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.929811348424983f,-0.06376073124364057f,0.3624712754017768f,-0.11033061700898301f,-0.05817786662656854f,0.9979595094080524f,0.026308808730549603f,2.122283574571331f,-0.3634091250572771f,0.0033744234049205984f,-0.9316235404345408f,-0.07125138169355316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.929811348424983f,-0.06376073124364057f,0.3624712754017768f,-0.09598445247916391f,-0.05817786662656854f,0.9979595094080524f,0.026308808730549603f,1.8977426849545194f,-0.3634091250572771f,0.0033744234049205984f,-0.9316235404345408f,-0.07201062695966029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9318302494161781f,0.017520296275813547f,0.3624712754017768f,0.00018794950019837466f,0.029021419994871088f,0.999232507359854f,0.026308808730549603f,1.3811861971604054f,-0.36173214324201863f,0.035034774920742175f,-0.9316235404345408f,-0.015636195562708934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9722104202726772f,-0.006470670499499204f,-0.2340192922314552f,0.002614450937510576f,0.004041592133437097f,0.999005078298531f,-0.04441305063574075f,1.0065592927984564f,0.2340738435755932f,-0.04412464115472031f,-0.9712169952161648f,0.0009105448703111852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9558044590062352f,-0.2560406446973198f,-0.1445026795833866f,0.20787678895757622f,-0.10711921751862258f,0.7609947041395235f,-0.6398535250428778f,0.8176817320536299f,0.27379428296075886f,-0.5960958383805238f,-0.7547890050096278f,0.31941081454898634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9558044590062352f,-0.2554099291866956f,0.14561457419037832f,0.13963913846945356f,-0.10711921751862258f,-0.15870695478536043f,-0.9814976188157337f,0.712698348557067f,0.27379428296075886f,-0.9537179198146611f,0.12433350329818288f,0.04012233681175933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9714442482162234f,0.0051097019010203915f,-0.23721290764648395f,-0.040782279756652884f,0.16480280594049904f,0.7337747156747381f,-0.659101435130129f,0.7704209108035666f,0.17069302200662692f,-0.6793736509336672f,-0.7136633202395264f,0.415513620820373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9714442482162234f,-0.1750794120818085f,-0.16013516813212803f,-0.10843856920656654f,0.16480280594049904f,-0.012357646655467125f,-0.9862491184904942f,0.7215199556869425f,0.17069302200662692f,-0.9844767585038394f,0.04085834313843706f,0.07768318142993486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.986768816770964f,-0.048798826061846365f,-0.1546155775574296f,0.006855661154090123f,0.0883117546618588f,0.6379837501874908f,-0.7649691291060374f,0.9004875423459491f,0.1359718214814214f,-0.7685020553464323f,-0.625232960336652f,0.020015186109582417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9408970155276496f,-0.318680502426866f,-0.11469761786594525f,0.008541049920331837f,-0.08169739214777892f,0.5421955418812127f,-0.8362712062963729f,0.8633821570358284f,0.32869186525895977f,-0.7774745859107541f,-0.5361855331650482f,0.02753523751063404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.17571875982553775f,-0.15507320401717445f,0.006855661154090123f,0.0033357187937383555f,0.6512453321361839f,-0.7588599280176553f,0.9004875423459491f,0.23433662568814617f,-0.7382428020754463f,-0.6325218660606816f,0.020015186109582417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9736830294497182f,0.0234814913313715f,-0.2266935767208106f,0.007052625619618931f,0.08725298371983377f,0.95730292141372f,-0.27560485025620185f,0.9254332649752464f,0.21054281035838238f,-0.2881314564875063f,-0.9341584388040299f,0.02047720116231222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9632179084073361f,-0.1459719691018763f,-0.22561791852580657f,0.007052625619618931f,-0.0806069329665395f,0.9578843637974522f,-0.275608541141377f,0.9254332649752464f,0.25634699780009995f,-0.2472847141027345f,-0.9344177261214625f,0.02047720116231222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.06003689896075835f,-0.22653995656826834f,0.007052625619618931f,0.0033357187937383555f,0.9629882747507397f,-0.26952264408157434f,0.9254332649752464f,0.23433662568814617f,-0.2627720560785899f,-0.9359685851594187f,0.02047720116231222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9741187809539551f,0.018475975834916065f,-0.22528035624467602f,-0.18119590059778448f,0.12964386698083707f,0.8620960114166246f,-0.4898805312051114f,0.9394251300242774f,0.18516227571250998f,-0.5064080424089794f,-0.8421792126599122f,0.06612760413142274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9533123176660788f,-0.2506409152093397f,-0.1684480828301524f,0.19258305247067328f,-0.11862316896999789f,0.8237657094220611f,-0.5543812765271605f,0.9375074826865203f,0.27771238497705614f,-0.5085166542045534f,-0.815037817298659f,-0.036820330584963534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.09947456930394623f,-0.21220177006936491f,0.010414463025633746f,0.0033357187937383555f,0.899485947213932f,-0.43693695625889184f,0.798474030587088f,0.23433662568814617f,-0.42547601674647895f,-0.8741032576501724f,0.06956986777687091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9721497923886128f,-0.08060143565278785f,-0.22006405824097383f,1.2178205271743278e-18f,0.0033357187937383555f,0.9341446965791955f,-0.3568789134049419f,1.0071709259259258f,0.23433662568814617f,-0.3476738333893887f,-0.9078597091166791f,-0.009944259259259257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6134098632240685f,-0.23025440041638337f,-0.7554543340191525f,0.10986908967595269f,0.0023143950148974586f,0.9570761490248033f,-0.2898273426431115f,1.1228784557827125f,0.7897613457717112f,0.17603453086466972f,0.5876128493048044f,0.6850820979749428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5488751564864358f,-0.23025440041638337f,-0.8035664090048079f,0.164397857414106f,-0.021646928689281482f,0.9570761490248033f,-0.2890270842778816f,1.1219714672036263f,0.8356240022105106f,0.17603453086466972f,0.5203310204792174f,0.7613372837702441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5816401892069686f,-0.23025440041638337f,-0.7801779293136749f,0.2541601629420806f,-0.00967454484358712f,0.9570761490248033f,-0.2896750734010815f,1.1658762225033317f,0.8133886484832149f,0.17603453086466972f,0.5544463458820017f,0.6400427389902932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.05642819612082749f,-0.47075951985727443f,-0.8804551852004155f,0.47571566887291816f,-0.23984888279793326f,0.8496438040368851f,-0.4696572363781001f,1.7381474341421117f,0.96916890793253f,0.2376781031678764f,-0.0649672776972195f,-0.6887694415256194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05642819612082749f,-0.47075951985727443f,-0.8804551852004155f,0.47042552548659067f,-0.23984888279793326f,0.8496438040368851f,-0.4696572363781001f,1.760633266904418f,0.96916890793253f,0.2376781031678764f,-0.0649672776972195f,-0.779629026644294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05642819612082749f,-0.47075951985727443f,-0.8804551852004155f,0.6051388749598168f,-0.23984888279793326f,0.8496438040368851f,-0.4696572363781001f,1.8198389359799798f,0.96916890793253f,0.2376781031678764f,-0.0649672776972195f,-0.7244541424303738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015189840506072077f,5.0669318350033e-8f,-0.000003661530147393305f,0.15462954344434723f,5.2120606152161813e-8f,0.000015624913069915444f,0f,1.1733165772495693f,0.000003661509776377284f,-1.221383492649942e-8f,-0.000015189925015605903f,0.6599739104845797f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15.mcfunction new file mode 100644 index 000000000..96e1c1ded --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150.mcfunction new file mode 100644 index 000000000..ee9416b71 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150_as_bone.mcfunction new file mode 100644 index 000000000..3baf4cac2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_150_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7056656748344364f,-0.21922701633906855f,-0.3477354096320559f,0.03385755480901809f,-0.20535068911644352f,0.7864600542552789f,-0.07909565085786888f,1.4234234409335034f,0.356106015512664f,0.01909300427638101f,-0.7346893270953654f,-0.38874066603071716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7208273836947852f,0.06612951103218277f,-0.3406387686191568f,0.03385755480901809f,0.10897560912849741f,0.7887464363890143f,-0.07748145390158584f,1.4234234409335034f,0.3294422552296593f,-0.11621508875475259f,-0.7196956673587254f,-0.38874066603071716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7107840890478855f,0.030531293851519377f,0.40099658763705714f,-0.03821495198535879f,0.03978672936783379f,0.815653447391889f,0.008421066938455578f,1.4149991325548006f,-0.4001842567705814f,0.02686518747232886f,-0.7113896729497122f,-0.39098347719391585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6547226372881646f,-0.23882258681812119f,0.3928129838077295f,-0.03821495198535879f,-0.2697589380635157f,0.7531016305221565f,0.008249208429507507f,1.4149991325548006f,-0.3722477448652642f,-0.1257048373387839f,-0.6968715163589019f,-0.39098347719391585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9638241937528519f,-1.0963186106141873f,0.5572563840438648f,-0.8864568351516844f,1.08187776672316f,0.41917655155649197f,-1.0465360798822538f,1.4464838623678042f,0.5847988298609814f,1.0313984548399255f,1.0176609484239048f,-0.0842146501648472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9945082782289475f,-0.10193067688696743f,0.02373650444903952f,-0.668017140871124f,-0.08581245110099783f,0.6643461329169748f,-0.7424826185940653f,1.468245833606317f,0.05991250095041516f,-0.7404419982602459f,-0.6694446500213745f,-0.11043553100800699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9481353650627846f,-0.10193067688696743f,0.3010804985823972f,-0.3297086831623593f,-0.29015241028033895f,0.6643461329169748f,-0.6888075162821404f,1.565233586518901f,-0.12981104855046088f,-0.7404419982602459f,-0.6594654948415452f,-0.07336005303479089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6386750782008999f,0.6316742723058414f,0.43941069421665246f,0.5890916163283201f,0.10521668153198149f,0.6373790949695106f,-0.763333046070485f,1.5997348688996806f,-0.7622490370033093f,-0.4412884578172578f,-0.4735408140644207f,0.01985858189404826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9602335749827989f,0.25289309268447163f,0.11830707987367875f,0.26292358596532317f,0.12038265452892123f,0.7573458517798886f,-0.6418218423210335f,1.6304549804604063f,-0.25191168683553394f,-0.6020567618292136f,-0.7576728565623805f,-0.042196747013906445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8080033109690161f,-0.5606344428481563f,0.18116200196356053f,-0.11930739712400644f,-0.5469925766673492f,0.5995525374146038f,-0.58423957068186f,1.324876469076898f,0.21892868823870848f,-0.5711617777583227f,-0.7911033137928515f,0.19932490034847877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9353256304111729f,-0.3477948523033474f,0.06484370291119335f,-0.18411365878768912f,-0.35056011087239614f,0.8863897684339177f,-0.30235870597817915f,1.4891848087458939f,0.04768200668046159f,-0.30553546296127143f,-0.9509860709347777f,0.13609333809989804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7853798668279408f,-0.5686989577937556f,0.24445850401575825f,0.20602598668271224f,-0.6059790683539287f,0.6257309323307576f,-0.49117223968928203f,1.3566090670477122f,0.12636389317455674f,-0.533893524711414f,-0.8360561409217638f,0.16320384502287572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9033320256567307f,-0.4273637299626775f,0.036762667684697846f,0.12612505398773957f,-0.4287651695879988f,0.9020979696346438f,-0.04878198980390011f,1.5254475489179335f,-0.012315874759123026f,-0.05982888510945972f,-0.9981326684040939f,0.14574759988732644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,0.23610669932991554f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.1995950128687145f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.023821742780446166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,0.2771450299406566f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.079976091671952f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.12295539807674959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,-0.3511569534970127f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.1829507533571695f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.024609583935496643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,-0.3850884509067305f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,2.061207033073827f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.12384381469840225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9919476998773115f,0.12521422754016215f,0.019004155588499203f,0.13367227806924228f,0.12355311528274998f,0.9237787066942181f,0.36244658746122166f,2.287108873580358f,0.027827835202165214f,0.3618760813868169f,-0.9318107711912775f,-0.008321103607248095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9993229983496565f,-0.03150217516014998f,0.019004155588499203f,0.018247787068870473f,-0.022478856388287283f,0.9317334233852459f,0.36244658746122166f,2.2939090805715363f,-0.02912466282942023f,0.3617740188390946f,-0.9318107711912775f,-0.008030092985057802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9784399972690441f,0.20374084974531548f,0.03383545314030993f,-0.0034815819348468224f,0.18191648567555482f,0.7726186862206034f,0.6082489276128686f,2.298590616111169f,0.09778325001557774f,0.6012903057989595f,-0.7930248446099186f,-0.04459196361130054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935111202262319f,-0.10858552434651768f,0.03383545314030993f,0.02519677965890474f,-0.06573944509056107f,0.7910193217722185f,0.6082489276128686f,2.306831067660718f,-0.09281152593295407f,0.6020777495352337f,-0.7930248446099186f,-0.037047948794403006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9982658681113237f,0.04817072424964609f,0.03383545314030993f,0.0798763135209867f,0.05881260100478181f,0.7915644762246773f,0.6082489276128686f,2.409567475874525f,0.0025168486243484023f,0.6091840947565992f,-0.7930248446099186f,0.0046776253202981954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9982658681113237f,0.05571443829308221f,0.019004155588499203f,0.06734056490504323f,0.05881260100478181f,0.9301470578358926f,0.36244658746122166f,2.2002843878614495f,0.0025168486243484023f,0.36293574109602256f,-0.9318107711912775f,-0.07698291642630675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9828541683360104f,-0.18438458789261156f,0.00008678825776835264f,-0.2557112736726084f,-0.18420040845204427f,0.9818932243205338f,0.04422562107563554f,2.293334462837292f,-0.00823973971857919f,0.0434513495889076f,-0.9990215647864028f,-0.04161114719101762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.02836224161076703f,0.00008678825776835264f,-0.1408584170012508f,-0.02833065448773607f,0.998619781727145f,0.04422562107563554f,2.3066612033808673f,-0.0013410062213625113f,0.04420537064703405f,-0.9990215647864028f,-0.04101120893351679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.963043935784704f,-0.269344333922408f,0.00008678825776835264f,-0.11840840445081065f,-0.26907710355080955f,0.962102700747265f,0.04422562107563554f,2.302980287664268f,-0.011995419668113955f,0.04256786345018056f,-0.9990215647864028f,-0.041172208847719785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9991411871271989f,0.04143525858312527f,0.00008678825776835264f,-0.14778777324475062f,0.041398552147116074f,0.9981634406852401f,0.04422562107563554f,2.3121430299817334f,0.0017458711792831486f,0.044191232451163215f,-0.9990215647864028f,-0.0407691362818137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9933220036441739f,-0.11537499531580712f,0.00008678825776835264f,-0.20851823577587641f,-0.1152582965930854f,0.9923505527317121f,0.04422562107563554f,2.4164805986041507f,-0.005188655200007159f,0.043920279472503716f,-0.9990215647864028f,-0.06743610510033404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9933220036441739f,-0.11537499531580712f,0.00008678825776835264f,-0.18255886182981987f,-0.1152582965930854f,0.9923505527317121f,0.04422562107563554f,2.1932017242395156f,-0.005188655200007159f,0.043920279472503716f,-0.9990215647864028f,-0.07731816798164737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9995977069394523f,-0.028362241610767044f,0.00008678825776835264f,-0.04307621176992546f,-0.028330654487736067f,0.998619781727145f,0.04422562107563554f,1.683568367256707f,-0.0013410062213625104f,0.04420537064703405f,-0.9990215647864028f,-0.06858637076100693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9927638808813719f,-0.11431702883674805f,0.036762667684697846f,-0.0002073259561449388f,-0.11604076855052692f,0.9920457940563909f,-0.04878198980390011f,1.3115511944855605f,-0.030893637719770897f,-0.05269496572693527f,-0.9981326684040939f,-0.0488257586134062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9865732028466597f,-0.1264483415948446f,0.10336407660690072f,0.1619570293716897f,-0.16218257080752954f,0.8330782465525357f,-0.5288453921962574f,0.862631739816212f,-0.019238740892906916f,-0.538508544063013f,-0.8424003910374149f,0.31452628673207694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9865732028466597f,-0.06377740414097108f,0.15035211387247935f,0.1419841897016073f,-0.16218257080752954f,0.4910258556247763f,-0.8559149623848255f,1.0211171179976208f,-0.019238740892906916f,-0.8688072581585604f,-0.49477653442727065f,0.0027128630261547063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9833035081652035f,0.1686596201549608f,0.06832381253405048f,-0.13766377715969047f,0.15430973672613757f,0.971823056368091f,-0.17818095370407086f,1.0510597371532469f,-0.09645058829013863f,-0.16466292734117924f,-0.9816228422250166f,0.29303628744537125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9833035081652035f,0.12422797629147621f,-0.13297225551417918f,-0.10769340774232464f,0.15430973672613757f,0.1819239852787549f,-0.9711293264708905f,1.0333617612523582f,-0.09645058829013863f,-0.9754337873412116f,-0.19805607925955312f,-0.04082315252081176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914682061654583f,0.11044383832641609f,0.0692311688387318f,0.006421877569782006f,0.036733803894146974f,0.7463365205891508f,-0.6645543060475543f,1.203042694139742f,-0.1250656780036589f,-0.6563413415370152f,-0.7440259535626944f,-0.037612192948780744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9852927666261673f,-0.14646251455767842f,0.08801645223249442f,0.00884995262367358f,-0.16642099668013216f,0.7056805892638955f,-0.6887081804364985f,1.165442314151187f,0.03875843002682872f,-0.6932269742051322f,-0.7196764177991749f,-0.03672508642348851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.023655939985132934f,0.07491647381789217f,0.006421877569782006f,-0.06540312923014306f,0.7782146905495579f,-0.6245833219833532f,1.203042694139742f,-0.04352599490870185f,-0.6275526208345207f,-0.777356543582758f,-0.037612192948780744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9982851765733574f,0.029579281835274553f,0.05051507022671614f,0.004646305348900063f,0.021119562419029583f,0.9868154160455502f,-0.1604658802925909f,1.2276895442104812f,-0.05459551554046704f,-0.1591238534631335f,-0.9857479033413736f,-0.033979808864360445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.987946107898674f,-0.14408758105039662f,0.05657965071390162f,0.004646305348900063f,-0.15142806357438515f,0.9754218443200904f,-0.16006800800067844f,1.2276895442104812f,-0.032125215173967145f,-0.16670631244868522f,-0.9854831180389585f,-0.033979808864360445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.05931375460030291f,0.05151659985967805f,0.004646305348900063f,-0.06540312923014306f,0.9898809909347654f,-0.12592876745570084f,1.2276895442104812f,-0.04352599490870185f,-0.12890889147464502f,-0.9907007547519009f,-0.033979808864360445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9929423453843771f,0.10998347287986462f,0.04437493026311916f,-0.18972528109109144f,0.0870281293209685f,0.9298932416952607f,-0.3573858751494979f,1.233284802824894f,-0.0805704874595245f,-0.3510017019086429f,-0.9329020322669316f,-0.041909048723578125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.981449463023429f,-0.17183401586479846f,0.08502953911905708f,0.19732727806961636f,-0.1913577204461691f,0.9052683043952389f,-0.3793039940246016f,1.2545340458322511f,-0.01179721817501262f,-0.3885387600344982f,-0.9213568568118359f,-0.03607385487777178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.047852255354432924f,0.062307649637755404f,0.004076319597907972f,-0.06540312923014306f,0.9449026794001776f,-0.32075123873380523f,1.0954194813046534f,-0.04352599490870185f,-0.3238349705017348f,-0.9451118450465787f,-0.0016634873281446139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9969091826511144f,-0.053100632558857844f,0.057899951362123794f,6.735557395310442e-18f,-0.06540312923014306f,0.9692623518802175f,-0.2371769885856017f,1.3125f,-0.04352599490870185f,-0.24023075583588085f,-0.9697394865208538f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5599046232601197f,-0.370632948243667f,-0.7410384811385645f,0.229766592021801f,0.08044804392716115f,0.8658285125960409f,-0.4938310429732228f,2.1668884694199475f,0.8246423012920431f,-0.3361133803524262f,-0.45496469145179624f,0.5414733095487788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6869378916695787f,-0.370632948243667f,-0.6250980328434582f,0.17106871371021148f,-0.011983914576865491f,0.8658285125960409f,-0.5001973336265817f,2.170111570240775f,0.7266173124692036f,-0.3361133803524262f,-0.5992120465812556f,0.6145022983327995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6261107019902882f,-0.370632948243667f,-0.6860150191719098f,0.30331990574179274f,0.034379742088827034f,0.8658285125960409f,-0.499158311670389f,2.2433737665809197f,0.7789758803628866f,-0.3361133803524262f,-0.5293622326544754f,0.6573921388389604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8568233995548922f,-0.39710589242790634f,-0.3288777465476096f,0.40785925879426627f,-0.4136321293147138f,0.9101928993424081f,-0.021385686456990197f,1.9892700634514402f,0.307834571765053f,0.11771064601681919f,-0.9441303301136605f,0.01738956827029542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5775919572976762f,-0.39710589242790634f,-0.7132281830270559f,0.47746938622069873f,-0.3475230885794971f,0.9101928993424081f,-0.22533661240647923f,2.026207838452099f,0.73865772436847f,0.11771064601681919f,-0.6637235644792918f,-0.03339520737828386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7425080258819466f,-0.39710589242790634f,-0.5394337231763794f,0.5235793809839394f,-0.39400293334036157f,0.9101928993424081f,-0.1277128595946838f,2.026895879890972f,0.5417042735848456f,0.11771064601681919f,-0.832286419325834f,0.11684014334488091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015576705978923665f,-0.000001020951249113482f,6.815529275833771e-7f,-0.04803811116782768f,-0.0000010219238942209854f,0.00001559154567560318f,0f,1.4777947718904862f,-6.800936704484664e-7f,-4.4575694199917944e-8f,-0.00001561012846221653f,0.6310575818206512f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151.mcfunction new file mode 100644 index 000000000..0258172b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151_as_bone.mcfunction new file mode 100644 index 000000000..066e48f48 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_151_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7381455703823888f,-0.21191693041339016f,-0.2778070840951843f,0.058451516881368376f,-0.19894703603812905f,0.7886905869184663f,-0.07301834976424075f,1.3919024813925058f,0.28723794704207484f,0.0016784382073787303f,-0.7644841326467688f,-0.386606780891968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7474821382501505f,0.08492117471752135f,-0.27213755176671117f,0.058451516881368376f,0.11560724201787728f,0.7883645636064173f,-0.0715281793608889f,1.3919024813925058f,0.2605866815284371f,-0.10615888532883029f,-0.7488824156539777f,-0.386606780891968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.68889926220972f,0.03970957625319319f,0.43678988143630343f,-0.01141060090831765f,0.0484705258861161f,0.8152236556211173f,0.0023332124870146208f,1.3845357838391252f,-0.43590464449426486f,0.027892388101022254f,-0.6900388395147007f,-0.39388487762137686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.63835702065896f,-0.2223119700942095f,0.42787580222331767f,-0.01141060090831765f,-0.26173876886406267f,0.7559679840607545f,0.0022855959056469755f,1.3845357838391252f,-0.4049606537047038f,-0.13816582438486893f,-0.6759564142184824f,-0.39388487762137686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9210400832710819f,-1.0901207209514343f,0.6361825435834622f,-0.8717394835733011f,1.1027075147660927f,0.31179863427868604f,-1.0621788919670416f,1.377810813161971f,0.6141071175995154f,1.0750928682743046f,0.9531285446881459f,-0.14417761648083263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.985669449085904f,-0.12482470078320244f,0.11346599143829245f,-0.652289257279727f,-0.1685885328519243f,0.7058085172349341f,-0.6880495938444111f,1.419544578536879f,0.005800321501979677f,-0.6973185291335714f,-0.7167379055118168f,-0.15959980337917667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9102894148252241f,-0.12482470078320244f,0.39470492184863293f,-0.3251370297647735f,-0.3610594215121098f,0.7058085172349341f,-0.6094837414861566f,1.5433124307584258f,-0.2025074699720779f,-0.6973185291335714f,-0.6875591563876524f,-0.09646822540084693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4655402717244596f,0.7697932865459947f,0.4366812926968969f,0.5724287749259207f,0.23819709202240535f,0.5841859115967543f,-0.7758794790712918f,1.5387639286237977f,-0.8523698732092695f,-0.2571869294512955f,-0.45532459033598016f,0.08764380196734844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8927528538765195f,0.40639287170982996f,0.19451780308950622f,0.2644818296983012f,0.220242932371972f,0.7702777653192469f,-0.5984690593464147f,1.6019224532615195f,-0.3930462983358641f,-0.4914437893373209f,-0.777172831026825f,-0.02353954925618807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8558311115777656f,-0.46587968842239125f,0.2247425735614458f,-0.14185105857266478f,-0.4999895626807789f,0.6337748328612361f,-0.5902032687489926f,1.293199085185357f,0.13252752795494804f,-0.6174832606210211f,-0.7753392013738132f,0.19043372051069965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9480220898912122f,-0.29038584974972925f,0.13011600725285996f,-0.19548518035540866f,-0.31684248831096945f,0.8992324921104506f,-0.30164840913510804f,1.4599198748989721f,-0.029410111853098442f,-0.32719563474770874f,-0.9444988416736317f,0.12318142123504408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8309172406964861f,-0.47866668209086866f,0.28364545927875773f,0.18448971649332582f,-0.5541568901948454f,0.6662704751125423f,-0.49899278055186863f,1.3202570639727969f,0.049866623736886564f,-0.5718057899754307f,-0.8188720647254109f,0.1777952942413637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.917976720305904f,-0.3814974031182138f,0.10852867082239387f,0.11363725760130071f,-0.38817638700339197f,0.9203210095123536f,-0.04825279290523393f,1.4925156733007054f,-0.08147290070575175f,-0.08642320790286387f,-0.9929215455343735f,0.15538518309998692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,0.24460836317138027f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.1662107930364427f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.015925618581741324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,0.2879308361966713f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.0461834563623045f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.11358274470106779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,-0.3424054703034695f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.1550993225373234f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.03708086692603475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,-0.3740209334664571f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,2.033653500267553f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.13743866304676036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9909846469755308f,0.12304776487596292f,0.05299695291064127f,0.14277403490843485f,0.1336912865778972f,0.9339759362686737f,0.33138435443484837f,2.2568876276033807f,-0.008721774586031f,0.3354820383121643f,-0.9420062274836541f,-0.006976417410972879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9980328927992878f,-0.03349131040841871f,0.05299695291064127f,0.027478099454072112f,-0.014060700958486425f,0.9433910675453501f,0.33138435443484837f,2.264774958470704f,-0.06109534826189147f,0.32998731157844874f,-0.9420062274836541f,-0.010688277388503406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9788544074270832f,0.1940170345349274f,0.06481851101997813f,0.0068033871435539545f,0.19672506532881032f,0.8060135587674536f,0.5582485035845597f,2.2672097135935405f,0.05606512045781707f,0.5591954339882415f,-0.8271379382392956f,-0.044736668340562405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9909004235572824f,-0.11796148194708288f,0.06481851101997813f,0.035329616882597586f,-0.061975232056218715f,0.8273558356941576f,0.5582485035845597f,2.2756269833367266f,-0.119479794130961f,0.5491515363901573f,-0.8271379382392956f,-0.036820266888782496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.997154036362056f,0.03850179730886405f,0.06481851101997813f,0.089865978068916f,0.06821475344712344f,0.8268647747109247f,0.5582485035845597f,2.3802064316876566f,-0.03210257277864242f,0.5610813273904587f,-0.8271379382392956f,0.00025491109353642516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.997154036362056f,0.053620432197504224f,0.05299695291064127f,0.07780138082447757f,0.06821475344712344f,0.941026650551379f,0.33138435443484837f,2.1684754353135967f,-0.03210257277864242f,0.33405642068819147f,-0.9420062274836541f,-0.07490778356130653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9836694640667957f,-0.17651878596598974f,0.03514973205639582f,-0.24539154709003058f,-0.17493559198401f,0.9835984879869495f,0.04394943784613017f,2.264574339406077f,-0.04233112471630397f,0.037082780786774926f,-0.998415215854292f,-0.05075616045814285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.0204657404069169f,0.03514973205639582f,-0.13050809383456588f,-0.018913141275096537f,0.9988547141602313f,0.04394943784613017f,2.2768186910816066f,-0.036008933351988806f,0.0432482770694893f,-0.998415215854292f,-0.04617264159754813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.96454167887831f,-0.26157952145184304f,0.03514973205639582f,-0.10810168969983472f,-0.2599961660279878f,0.9646089573312889f,0.04394943784613017f,2.272926406412654f,-0.04540201930926242f,0.033252268994290415f,-0.998415215854292f,-0.045555147624343775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981661664445699f,0.04928286215019784f,0.03514973205639582f,-0.1373897069888288f,0.050809512828992404f,0.9977408683215746f,0.04394943784613017f,2.282365617868873f,-0.032904370096269536f,0.04565478265412079f,-0.998415215854292f,-0.04617074113013161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9935866227499649f,-0.10747148193210651f,0.03514973205639582f,-0.196172823237842f,-0.10589709557214609f,0.993405381534846f,0.04394943784613017f,2.3872633608401626f,-0.03964124419973813f,0.039945318986384544f,-0.998415215854292f,-0.07492232012736724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9935866227499649f,-0.10747148193210651f,0.03514973205639582f,-0.17199173980311808f,-0.10589709557214609f,0.993405381534846f,0.04394943784613017f,2.1637471499948226f,-0.03964124419973813f,0.039945318986384544f,-0.998415215854292f,-0.08391001689930375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991724825103826f,-0.020465740406916906f,0.03514973205639582f,-0.03770491665753769f,-0.01891314127509654f,0.9988547141602313f,0.04394943784613017f,1.6528248317143994f,-0.036008933351988806f,0.04324827706948929f,-0.998415215854292f,-0.07037316673297178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.98919180146147f,-0.09859567703979984f,0.10852867082239387f,-0.0007315377676127478f,-0.10430655488554691f,0.9933739530432399f,-0.04825279290523393f,1.2803095993231846f,-0.10305203796781714f,-0.05905151889926699f,-0.9929215455343735f,-0.04822884714574666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9834567057171181f,-0.08094989015062516f,0.16204944697417384f,0.12877947358528988f,-0.15826498815551854f,0.8191701715405416f,-0.5512825260992524f,0.8513969132346506f,-0.0881198133461902f,-0.567809250842958f,-0.8184299317308669f,0.33480685500277774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9834567057171181f,0.00926283321112499f,0.18090635119015785f,0.13510184676647968f,-0.15826498815551854f,0.4418902431674623f,-0.8829978519325709f,0.989501065753273f,-0.0881198133461902f,-0.8970213001452663f,-0.4331139406455635f,0.016208445660042946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9733523644909264f,0.18519422314162934f,0.13523414603897635f,-0.16593144229271026f,0.1549235406155641f,0.9658638382020903f,-0.20761922506517602f,1.0153146803121118f,-0.1690676524444f,-0.18113571091448227f,-0.9688167954409362f,0.28742669068892657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9733523644909264f,0.1961225944242602f,-0.11883224518715416f,-0.11067639777311807f,0.1549235406155641f,0.18034847541999938f,-0.9713254469933441f,1.0007112890524674f,-0.1690676524444f,-0.9638518326848682f,-0.2059266217053069f,-0.0440680482621927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795809478561561f,0.16195669501662568f,0.11912680444184884f,0.004232249411611846f,0.04307347035079041f,0.747824498547092f,-0.6624976947316347f,1.1720203396258178f,-0.19638187989011202f,-0.6438389148786225f,-0.7395306680177258f,-0.03562686820398991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9866210804362592f,-0.09055480307331028f,0.1355679581580497f,0.006334442798954584f,-0.15980778188062628f,0.7016991310813125f,-0.6943196686614352f,1.134425395116122f,-0.03225393757640893f,-0.7066952363502141f,-0.7067825170664116f,-0.03451031933988684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,0.02696827533371311f,0.12662376386443475f,0.004232249411611846f,-0.05887080365118905f,0.7771668229215756f,-0.626534881572804f,1.1720203396258178f,-0.11530435346132528f,-0.6287165032632032f,-0.7690386626154478f,-0.03562686820398991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9914055294740873f,0.04916749410568135f,0.1212337974806224f,0.0023990852530736636f,0.02745196590081505f,0.9842430587778076f,-0.17467681819831077f,1.196731921394446f,-0.12791194508874165f,-0.1698474573582807f,-0.9771337551904252f,-0.032479147911905565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9842162244659258f,-0.12359172444900968f,0.12666297464436357f,0.0023990852530736636f,-0.14474553084024447f,0.9739862651481476f,-0.17435448547295332f,1.196731921394446f,-0.10181922608139607f,-0.18993641291359195f,-0.9765024343286111f,-0.032479147911905565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,-0.041244012049651904f,0.12271836423176143f,0.0023990852530736636f,-0.05887080365118905f,0.9878723496145433f,-0.143674804139434f,1.196731921394446f,-0.11530435346132528f,-0.14969018784506127f,-0.9819866362307463f,-0.032479147911905565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9839970758945439f,0.13902714994989307f,0.11145046526505498f,-0.19080511724423918f,0.09043524516362464f,0.9285946798226252f,-0.3599074701049025f,1.2030146208832868f,-0.15352921892324728f,-0.34406884802598164f,-0.9263074040268121f,-0.054522043958292285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9795222317131221f,-0.13651230202076656f,0.14798847582408506f,0.19493395508753597f,-0.1844451326122095f,0.9031306375240677f,-0.3877306341018665f,1.2221602311717186f,-0.08072292509200371f,-0.4070865300674562f,-0.9098155672454877f,-0.02087083565791256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,-0.016286217772580214f,0.12843529328161782f,-0.0016205156465095392f,-0.05887080365118905f,0.9402773539191845f,-0.3352800712601329f,1.0649671211215779f,-0.11530435346132528f,-0.34001949476081617f,-0.9333229072810036f,0.0016077891778245937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9915841540435835f,-0.027418117177984678f,0.12652712080848671f,6.735557395310442e-18f,-0.05887080365118905f,0.965920898349192f,-0.2520536581955378f,1.2812500000000002f,-0.11530435346132528f,-0.2573811667210795f,-0.9594059834554721f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5246013046751759f,-0.3709525414602581f,-0.7662817256840195f,0.12959140245165585f,0.06365345284391337f,0.880470577793383f,-0.46980825831527695f,2.049884443154559f,0.8489650811865888f,-0.29523850295034654f,-0.4382836037333441f,0.5281007558281494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6411882024062112f,-0.3709525414602581f,-0.6717677434048668f,0.07476572298343728f,-0.012857890410691821f,0.880470577793383f,-0.47392640387972995f,2.052273297409512f,0.7672759371629467f,-0.29523850295034654f,-0.5693170141725609f,0.6041106285171414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.584807247660998f,-0.3709525414602581f,-0.7213838749704236f,0.21038614396311012f,0.025481112052838928f,0.880470577793383f,-0.47341554111450224f,2.122091201449211f,0.8107719753492464f,-0.29523850295034654f,-0.5054532919706026f,0.6419236859682358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8500723356378308f,-0.4284452314090969f,-0.306286969794748f,0.42079370029427743f,-0.43557270418187993f,0.898848793209923f,-0.0484485945797188f,1.990482329601483f,0.2960632424920865f,0.09222543373642024f,-0.9507055410678963f,-0.006020195849540791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5461148088573844f,-0.4284452314090969f,-0.7198564434868026f,0.4890508189352595f,-0.3389150113980091f,0.898848793209923f,-0.2778623076168352f,2.0283456633936248f,0.7660908761992601f,0.09222543373642024f,-0.6360811573819644f,-0.05794703100224151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7280759321704753f,-0.4284452314090969f,-0.5351075786016296f,0.5351883964050129f,-0.40387556044951256f,0.898848793209923f,-0.17016280033149886f,2.034938416547279f,0.5538862416288077f,0.09222543373642024f,-0.8274687309538914f,0.09213669621719257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015493502406930995f,-9.136996494338663e-7f,0.0000018047606813780148f,-0.09628053709327916f,-9.19856307049829e-7f,0.000015597900159136188f,0f,1.4466594788025582f,-0.0000018016305228332077f,-1.0624771171079127e-7f,-0.00001552042086681131f,0.6259367002973153f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152.mcfunction new file mode 100644 index 000000000..a721c3627 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152_as_bone.mcfunction new file mode 100644 index 000000000..dbc317d4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_152_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557065643958527f,-0.2036056482437313f,-0.2332311578171133f,0.07121359228647609f,-0.19231100296430098f,0.7908447923028901f,-0.06727136887790743f,1.3604147588475748f,0.24262833946661275f,-0.007327955723994251f,-0.7797578049606338f,-0.3854197735143535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7602595942026918f,0.09902624405657993f,-0.22847133826982527f,0.07121359228647609f,0.12242057149821203f,0.7878264996222677f,-0.06589848379876646f,1.3604147588475748f,0.21683761919189531f,-0.09758693294172026f,-0.7638443803696006f,-0.3854197735143535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.681474749208066f,0.04980819351467321f,0.4472759265767082f,0.003447997558646748f,0.05733582968569383f,0.8146445570777089f,-0.003360461629158091f,1.3540504450312616f,-0.4463734011682383f,0.028597795840113294f,-0.6832842726472127f,-0.39502670699475506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.635423356575374f,-0.21038921687266626f,0.4381478464424897f,0.003447997558646748f,-0.25349835990256686f,0.7587672535419816f,-0.0032918807795834365f,1.3540504450312616f,-0.4146995773390587f,-0.14145187300302714f,-0.6693396956544125f,-0.39502670699475506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.89122421397115f,-1.0335428728578715f,0.7608644954235969f,-0.8533361362359578f,1.1382637409544896f,0.2086394092747796f,-1.049872136465085f,1.3090019398295416f,0.5928585889230221f,1.1531109993674369f,0.8719288770754381f,-0.17136655801959885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9675799165432573f,-0.18416926866483863f,0.17283166834119867f,-0.6357047929002142f,-0.2523125693018448f,0.7354398734329353f,-0.6288613201153732f,1.371421184690842f,-0.011290370872800992f,-0.6520811859304075f,-0.7580650727220901f,-0.18394692663442447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8708258826026617f,-0.18416926866483863f,0.4557893841115148f,-0.32087845948829f,-0.429737020272612f,0.7354398734329353f,-0.5238838477870499f,1.5213777998677815f,-0.23872238185078534f,-0.6520811859304075f,-0.7195844296252394f,-0.10756669273120531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.296039230448003f,0.8561186563952133f,0.4235818931538614f,0.5511282181127586f,0.34840977475339074f,0.5096907351104119f,-0.786654932863768f,1.4801699986887922f,-0.8893657306710473f,-0.0853006489697636f,-0.44916856122539506f,0.13237401846386299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8131160106231983f,0.521801561371999f,0.25800287560017465f,0.26642122648620975f,0.3113914789025094f,0.7643889630669082f,-0.5645749374603912f,1.573388447461133f,-0.49181063442662887f,-0.3787250238513964f,-0.784021464102633f,-0.014037020882244684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.889783010590653f,-0.3885224624510902f,0.2394503920129908f,-0.15530268521048343f,-0.4505792446012958f,0.6644305897504373f,-0.5962468748248593f,1.2617594170632223f,0.07255713885455642f,-0.6384217160896293f,-0.7662592081185149f,0.18528043806141642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9563749022600906f,-0.24347620419702015f,0.16145087276572123f,-0.19994540554263895f,-0.28268145588755333f,0.9107492715542618f,-0.30104311794272004f,1.4306433859925043f,-0.07374442910685111f,-0.33354925026627213f,-0.9398439534425449f,0.11686592892747452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8662506764937581f,-0.40481809492608556f,0.29280040214200787f,0.17043516767222722f,-0.4996086489955458f,0.7030458847402317f,-0.5060807068034412f,1.2842423313150255f,-0.0009814901692076078f,-0.5846783679684412f,-0.8112645947573504f,0.18444463505818398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9302971780373197f,-0.33710438876965176f,0.14459526827679772f,0.1081318152046475f,-0.34684380280087923f,0.9367084432688492f,-0.04771445030044738f,1.459576949113557f,-0.11935885804758856f,-0.09454059118224602f,-0.9883397895584732f,0.16054115052677242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,0.2510930851342429f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.1340842382688283f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.011989558468257958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,0.2951650013348172f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.0138518576144846f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.10905733553458699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,-0.33562589434644763f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.1257662695962316f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.04110828979877518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,-0.3664542733987273f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,2.0044720206007054f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.14189335171580852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9899760014449404f,0.1250968908297806f,0.06556130312775574f,0.1498731014082712f,0.13912617544654815f,0.9436859310520417f,0.30016790441360924f,2.2273420031188214f,-0.02431920781406802f,0.30628031513494847f,-0.9516306766241476f,-0.007478436744712991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9973572192913158f,-0.03130962567142899f,0.06556130312775574f,0.03467697908715572f,-0.010211702429969202f,0.9538317201128427f,0.30016790441360924f,2.235777895379849f,-0.07193259526095415f,0.2987051339479972f,-0.9516306766241476f,-0.01275382762491651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9778365040167596f,0.19492554667268325f,0.07641860157473204f,0.0141670033224819f,0.20646815500081006f,0.8372011957935428f,0.506423793608104f,2.236184306249863f,0.03473719019787777f,0.5109776795675303f,-0.8588918084374416f,-0.043689688758694334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9902130855760973f,-0.11678288610591475f,0.07641860157473204f,0.04268216121654127f,-0.062346512990274286f,0.8600278214020347f,0.506423793608104f,2.244872239896552f,-0.1248637556371674f,0.4967030339420557f,-0.8588918084374416f,-0.036029975694382765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9962907876420797f,0.03955835933007124f,0.07641860157473204f,0.09765477309389142f,0.0729590682034853f,0.8591925951929844f,0.506423793608104f,2.3511382186799317f,-0.04562500220716552f,0.5101207901788137f,-0.8588918084374416f,-0.004865922237835482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9962907876420797f,0.055734926138958855f,0.06556130312775574f,0.0851144147126257f,0.0729590682034853f,0.9510921109581456f,0.30016790441360924f,2.1371424937143493f,-0.04562500220716552f,0.3038378094995146f,-0.9516306766241476f,-0.07322942937522617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9838258083145653f,-0.17232342831595412f,0.04890209553412066f,-0.2379155329199545f,-0.17025271882416138f,0.9844274453749157f,0.04377917913344541f,2.234778351584529f,-0.05568474321726809f,0.034745371577427145f,-0.9978436593609109f,-0.0534592217209823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.01629757694258814f,0.04890209553412066f,-0.12304788444050452f,-0.01415824454910046f,0.9989409029495637f,0.04377917913344541f,2.246475878981193f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.04731659926751654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9650630777010962f,-0.2574137547033176f,0.04890209553412066f,-0.1006706956734896f,-0.2554033610111648f,0.9658428995745646f,0.04377917913344541f,2.2424770143367256f,-0.05850110462451679f,0.029759909793846934f,-0.9978436593609109f,-0.046395388411842195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973747534726729f,0.05340586285883665f,0.04890209553412066f,-0.12990241800759372f,0.05555883909156431f,0.997495162330725f,0.04377917913344541f,2.2520554905711547f,-0.0464415388862471f,0.0463811916524766f,-0.9978436593609109f,-0.047407726007857684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9934499327952429f,-0.10327543793903385f,0.04890209553412066f,-0.18779020966650384f,-0.10116780451168578f,0.9939056589056564f,0.04377917913344541f,2.3572317058308463f,-0.05312538338132555f,0.038545104926744525f,-0.9978436593609109f,-0.07694773026905642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9934499327952429f,-0.10327543793903385f,0.04890209553412066f,-0.16455323613022127f,-0.10116780451168578f,0.9939056589056564f,0.04377917913344541f,2.133602932577074f,-0.05312538338132555f,0.038545104926744525f,-0.9978436593609109f,-0.08562037887757393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998670603371388f,-0.016297576942588134f,0.04890209553412066f,-0.032895093011162654f,-0.01415824454910047f,0.9989409029495636f,0.04377917913344541f,1.62204740103614f,-0.04956379800939101f,0.04302861141276644f,-0.9978436593609109f,-0.0702944531204144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9858471063913167f,-0.08483920798680797f,0.14459526827679772f,-0.0010803900161096712f,-0.09258740198736926f,0.9945606588970606f,-0.04771445030044738f,1.2490871539497423f,-0.13976070911775332f,-0.06042685299116374f,-0.9883397895584732f,-0.04763438324872799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9805206925747401f,-0.05332774879462685f,0.18903788678793812f,0.10841985261368461f,-0.15429858768112478f,0.8046599257533736f,-0.5733361576999877f,0.8404503290222659f,-0.12153648535465542f,-0.5913362453757356f,-0.7972141040100618f,0.34726041463387214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9805206925747401f,0.05231208075723058f,0.18932146639935238f,0.12995190786897048f,-0.15429858768112478f,0.39127372693403667f,-0.9072468332547426f,0.9579397945323146f,-0.12153648535465542f,-0.9187863281623196f,-0.3755803055401599f,0.024385483599196768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9660901269886412f,0.19769689597086326f,0.16608974639801471f,-0.1819722000721408f,0.1555268388082891f,0.9590130599993655f,-0.23686568590860416f,0.9796685062960014f,-0.20610984679381922f,-0.2030021873629414f,-0.957240222191112f,0.2863436969557426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9660901269886412f,0.23272985042637145f,-0.11183328330863732f,-0.11344275242242156f,0.1555268388082891f,0.17876748201995757f,-0.971521276031845f,0.9681543700342214f,-0.20610984679381922f,-0.9559701899603161f,-0.2089012373392399f,-0.043559900832096314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9714648425246417f,0.1896313355398595f,0.14246408782546682f,0.0025527431515016646f,0.04941067114518463f,0.7492746336116576f,-0.6604135893537464f,1.1410280639841919f,-0.23197983816606893f,-0.6345293373891279f,-0.7372637755084398f,-0.033956700546249746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9858560735796931f,-0.059168138724380696f,0.15680221154665874f,0.004355673165852763f,-0.1531871009094872f,0.6976438364159437f,-0.6998762673685904f,1.103440376573836f,-0.06798172034434886f,-0.7139973451426389f,-0.6968402089634943f,-0.032717197134452584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,0.05512775179555357f,0.15028005875890557f,0.0025527431515016646f,-0.052335956242943876f,0.7760809099261708f,-0.6284579293256657f,1.1410280639841919f,-0.15127495748718267f,-0.6282191912303655f,-0.7631884007288873f,-0.033956700546249746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9856649367409337f,0.0639454036013875f,0.15612692861177638f,0.0008197501677601213f,0.03375546690776068f,0.981423897801394f,-0.1888589454544253f,1.1657978897732322f,-0.16530336032074522f,-0.18088150315213047f,-0.9695136310976219f,-0.031218018521964663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9810331571756016f,-0.10805129911139112f,0.16093123153201783f,0.0008197501677601213f,-0.13802907116532523f,0.9723046963501116f,-0.1886042230936378f,1.1657978897732322f,-0.13609526088482593f,-0.20724018484805934f,-0.9687773664515669f,-0.031218018521964663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,-0.026571855274886917f,0.15785151752790572f,0.0008197501677601213f,-0.052335956242943876f,0.9855032649452216f,-0.16138234868301077f,1.1657978897732322f,-0.15127495748718267f,-0.1675626786893748f,-0.9741861402974754f,-0.031218018521964663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9771646335649511f,0.15548121467982337f,0.14482703750184805f,-0.1913640726952691f,0.09382600158725171f,0.9272744677876198f,-0.3624344669251745f,1.172767561061117f,-0.1906461652801442f,-0.3405696012137211f,-0.9206879962251614f,-0.060364270468238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.977437613846802f,-0.11454765044035263f,0.17746703022270024f,0.1930067631858701f,-0.17749485287978706f,0.9008859692419777f,-0.3961061065221352f,1.189805657153775f,-0.11450453370348604f,-0.41866849200953393f,-0.9008914504865778f,-0.012809716336695181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,0.004594388677027874f,0.16000642696872105f,-0.0056184693974634225f,-0.052335956242943876f,0.9353885125666755f,-0.3497274342147595f,1.0345750224413548f,-0.15127495748718267f,-0.35359188643263106f,-0.923086488410628f,0.004547152811757389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9871052805660537f,-0.00936857334582989f,0.1597979815644618f,6.735557395310442e-18f,-0.052335956242943876f,0.9623098311630663f,-0.26687213517159736f,1.2500000000000004f,-0.15127495748718267f,-0.27179407403468986f,-0.9503914291263766f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.45656201439274646f,-0.3774487739589874f,-0.8056572162219457f,0.05297993397976916f,0.048528691844861485f,0.893633330322648f,-0.4461663781643339f,1.9281460369236034f,0.888367093650741f,-0.24280011114764793f,-0.38968193818193025f,0.48788439682314455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5637318389058756f,-0.3774487739589874f,-0.7346692023221453f,0.005038040014629236f,-0.01372477437994751f,0.893633330322648f,-0.4485878971892493f,1.929781414531025f,0.8258438377635445f,-0.24280011114764793f,-0.508949959872943f,0.5684322884350076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.511380202294826f,-0.3774487739589874f,-0.7720250719618892f,0.1448127477914826f,0.01744402781249625f,0.893633330322648f,-0.44845866791726724f,1.9962325259149043f,0.8591775105265383f,-0.24280011114764793f,-0.45040216632706154f,0.5957186675781353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8339118740783265f,-0.453420981424687f,-0.3146432898935667f,0.4402645638910522f,-0.4530558451803129f,0.8879846618174144f,-0.0788900597348271f,1.9915547396523354f,0.31516882367887505f,0.07676362407342319f,-0.9459259794508175f,-0.04211583697304709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.48970619240820373f,-0.453420981424687f,-0.7447128699847567f,0.5055021137143278f,-0.32015946448717475f,0.8879846618174144f,-0.33012294327461966f,2.029664428214119f,0.8109782749348746f,0.07676362407342319f,-0.5800186062556694f,-0.09762057758841666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6958671981149408f,-0.453420981424687f,-0.5569364920630856f,0.5564238126121529f,-0.40650334465902854f,0.8879846618174144f,-0.21503086094334298f,2.0428642130747288f,0.5920505665639422f,0.07676362407342319f,-0.8022365440756418f,0.0504672743306144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001542352000884459f,-8.083124323910977e-7f,0.0000023669149854636855f,-0.11986254017408061f,-8.177493162959982e-7f,0.000015603586480540218f,0f,1.4155171001230835f,-0.0000023636712107372294f,-1.2387475910999558e-7f,-0.00001544468641480258f,0.6221573586267538f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153.mcfunction new file mode 100644 index 000000000..8f9a03b75 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153_as_bone.mcfunction new file mode 100644 index 000000000..c901bdb72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_153_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7656186655915013f,-0.19518817052389306f,-0.20657705930201672f,0.07614923462952822f,-0.18545607384113713f,0.7929206078461888f,-0.061865974272660836f,1.328957606315379f,0.21535679236505173f,-0.011087478740024042f,-0.7876820197528124f,-0.3856624001611187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.766074802189457f,0.11036005527770243f,-0.20236120094891435f,0.07614923462952822f,0.12940262106305087f,0.7871354325413704f,-0.06060340336913715f,1.328957606315379f,0.19074684561585004f,-0.09076601256534485f,-0.771606876492551f,-0.3856624001611187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6844819168115509f,0.06050368689482373f,0.4413255644924305f,0.010220650866992226f,0.06636416893295433f,0.8139197238654683f,-0.008655901399768203f,1.3235431125047719f,-0.44048240269534905f,0.02860824040966769f,-0.6870962566779414f,-0.39589769889684984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6421543757269608f,-0.20183683724442236f,0.4323189203191156f,0.010220650866992226f,-0.24505576773473203f,0.7614957472063976f,-0.008479250350793343f,1.3235431125047719f,-0.4093719927335753f,-0.13923404080087204f,-0.6730738840926773f,-0.39589769889684984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.862931134139586f,-0.9333434438152519f,0.9086397105672047f,-0.8327371044502971f,1.187364181517607f,0.11541169416359313f,-1.009085076343572f,1.2404694889654393f,0.5356513868007728f,1.247780592386889f,0.7729989877619727f,-0.17712911177312715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9417822087868037f,-0.26612293132997233f,0.20548687703352703f,-0.619427470384806f,-0.3362019967567633f,0.7522974019264453f,-0.5665834770194816f,1.3240543738609396f,-0.003806387974748776f,-0.6026833368154982f,-0.7979713697467613f,-0.19226893353289126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.831125906750337f,-0.26612293132997233f,0.48827073693676626f,-0.3175059356644654f,-0.4957787817853096f,0.7522974019264453f,-0.4338801892068761f,1.4994259745069205f,-0.25185933903650315f,-0.6026833368154982f,-0.757191963021949f,-0.1108214984742052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13373562001511113f,0.9045694828690923f,0.4048071572997654f,0.5282043684878056f,0.432541511746365f,0.42079433189700954f,-0.797395742940429f,1.42488239461589f,-0.8916404121367218f,0.06845568570464051f,-0.44753904247491577f,0.161689094872518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7280531789215867f,0.6106574137967236f,0.31150616629092487f,0.2692350844365129f,0.3911772944572093f,0.7432419144973408f,-0.5427446737052933f,1.5448522454985314f,-0.5629554982086149f,-0.2732928456974767f,-0.779994953526794f,-0.010728921520553207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9163715163229045f,-0.3239438024971627f,0.2352098146246024f,-0.16297857468795934f,-0.3990066295268369f,0.691358772352114f,-0.6023427242736574f,1.2305607903030333f,0.03251082382367522f,-0.6458199909537155f,-0.7627972113339488f,0.18340088065074336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.96400499370277f,-0.20414246165577266f,0.17035324318968373f,-0.2001905784784812f,-0.24813083541539627f,0.9209237817112104f,-0.300550289959568f,1.401355560061638f,-0.09552727690131055f,-0.3320018729282175f,-0.9384291639436491f,0.1152853472020548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8961329171624683f,-0.3423613524167508f,0.2823729787873799f,0.1618053136999359f,-0.4426054335417831f,0.7358643014787309f,-0.5124491779762259f,1.2485723956115982f,-0.03234540117505086f,-0.5842023914540173f,-0.8109632179342244f,0.1865478252737895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9427138442124076f,-0.2943380009534449f,0.15702149255752973f,0.10759832284964954f,-0.30485405256029763f,0.9512301781267372f,-0.04717154712895505f,1.4266332318408055f,-0.13547920345140724f,-0.09233790887661353f,-0.9864679903658641f,0.16306904241963782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,0.25665657048913826f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,2.102551460799095f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.010281067112163852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,0.3006384916939966f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,1.9822056170232205f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.10724900507622707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,-0.3300155237811433f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,2.0957228412549354f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.04070266732719218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,-0.3609279124831294f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,1.9745052588138488f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.14155421382934413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9894090072617453f,0.12901541179126091f,0.06651946985401269f,0.1559654212320753f,0.14228831937875142f,0.9526546239275312f,0.26870653449044496f,2.198061232994774f,-0.028702796339345766f,0.275325609106428f,-0.9609224518411862f,-0.00912407282461905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.997410197477747f,-0.027350650773668196f,0.06651946985401269f,0.04080309272328472f,-0.008491502408935703f,0.9631846617907568f,0.26870653449044496f,2.2067895196889857f,-0.0714198316592884f,0.2674457873911692f,-0.9609224518411862f,-0.014655413423159055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9766353269330913f,0.20064115282764866f,0.0769841930417281f,0.02005741250224538f,0.21353497474890065f,0.865653997097315f,0.45282002149687256f,2.205443457776303f,0.02421265671668997f,0.45867884745367754f,-0.8882721779687159f,-0.04212160282550869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9908369177184887f,-0.11097583749555097f,0.0769841930417281f,0.04863726456795823f,-0.06441796715980867f,0.889271810887183f,0.45282002149687256f,2.214425368381156f,-0.11871195387627483f,0.44371162916199464f,-0.8882721779687159f,-0.03506589855248327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9959985168327832f,0.04539150238326661f,0.0769841930417281f,0.10425139433276995f,0.07548788492291031f,0.8884005894648187f,0.45282002149687256f,2.3220883640996943f,-0.047838621392778474f,0.4568194437082912f,-0.8882721779687159f,-0.01054259423469859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9959985168327832f,0.0596834532951743f,0.06651946985401269f,0.09082261734135576f,0.07548788492291031f,0.9602595365587373f,0.26870653449044496f,2.1060299683739787f,-0.047838621392778474f,0.27265272390123296f,-0.9609224518411862f,-0.07188945711247591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.984128883516498f,-0.16989973954227544f,0.051229084825300836f,-0.23200146107119682f,-0.16775497179426657f,0.9848625587437929f,0.04363496101675831f,2.2044862016627538f,-0.057867176074833125f,0.03434849178779382f,-0.9977332163684981f,-0.052838120048695134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9985907987579259f,-0.013856316392513085f,0.051229084825300836f,-0.11711840337013522f,-0.0116231822028251f,0.9989799256304134f,0.04363496101675831f,2.215892121119216f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.04644056742231937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9655762380056437f,-0.25502570354148724f,0.051229084825300836f,-0.09475354263402137f,-0.2529530412916531f,0.9664940502032953f,0.04363496101675831f,2.211836463533547f,-0.060640642313317276f,0.029174328694936472f,-0.9977332163684981f,-0.04546960357024428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971248495317743f,0.0558356097324854f,0.051229084825300836f,-0.12395852657907858f,0.05809044823798806f,0.9973572529442878f,0.04363496101675831f,2.2214891191719746f,-0.04865731465818796f,0.04648542443848358f,-0.9977332163684981f,-0.04654699713569503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.993583201738911f,-0.10083651169202758f,0.051229084825300836f,-0.18151329747883194f,-0.0986457898937277f,0.9941654783351255f,0.04363496101675831f,2.3268114054486753f,-0.05533018487676339f,0.03830143073665869f,-0.9977332163684981f,-0.07621699699035678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.993583201738911f,-0.10083651169202758f,0.051229084825300836f,-0.15882508234812576f,-0.0986457898937277f,0.9941654783351255f,0.04363496101675831f,2.1031241728232724f,-0.05533018487676339f,0.03830143073665869f,-0.9977332163684981f,-0.08483481890610498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.998590798757926f,-0.013856316392513092f,0.051229084825300836f,-0.028500779253012684f,-0.011623182202825086f,0.9989799256304134f,0.04363496101675831f,1.5912362661812651f,-0.0517814471745163f,0.042978025588487165f,-0.9977332163684981f,-0.06920921311187456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9849244842500184f,-0.0725810664005482f,0.15702149255752973f,-0.0012828793528071086f,-0.08088854969333562f,0.9956062914977836f,-0.04717154712895505f,1.2178839068695964f,-0.15290782469626568f,-0.05916165253092298f,-0.9864679903658641f,-0.047023593412778446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9798844929366711f,-0.039023721701716835f,0.19571287552634328f,0.09760320759037952f,-0.15028148664972402f,0.7895592951374171f,-0.5949887345424736f,0.829706768020274f,-0.1313082452574545f,-0.6124322563407744f,-0.7795414524711022f,0.35522365602148415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9798844929366711f,0.07362208343385133f,0.18548900057173745f,0.12644847508414855f,-0.15028148664972402f,0.33934185225497365f,-0.9285809507407056f,0.9264332858827038f,-0.1313082452574545f,-0.9377776368303001f,-0.32145178268036645f,0.029263659140468225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9630059166637661f,0.20645706176059436f,0.17319089502558047f,-0.1899358420435989f,0.1561234225360705f,0.9512766005134149f,-0.2658915309882294f,0.9441225845382952f,-0.21964763009466576f,-0.229015962248973f,-0.9483177777670172f,0.2892767175620634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9630059166637661f,0.24607199115303818f,-0.10985526678570587f,-0.1161094771687142f,0.1561234225360705f,0.17718257473858628f,-0.9717159112336429f,0.9356929266005314f,-0.21964763009466576f,-0.9529191520685185f,-0.20904546925205655f,-0.04039355111843898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9681499141093369f,0.20182418861063203f,0.1481645730319618f,0.0013043398791936758f,0.05574515044445397f,0.7506867324181428f,-0.6583022922436904f,1.1100657893403332f,-0.24408650518209463f,-0.6290758512795035f,-0.7380280152710731f,-0.0324138994127931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9859566614472589f,-0.04470032611607015f,0.16090786989110306f,0.0028341463425108236f,-0.14655925300636669f,0.6935154924734369f,-0.705376953874694f,1.0724871784761136f,-0.08006152075742104f,-0.719053643718216f,-0.6903274660257738f,-0.03110812884506059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,0.06821139510414115f,0.15546065156031585f,0.0013043398791936758f,-0.04579886693652072f,0.7749571178394585f,-0.6303522263760878f,1.1100657893403332f,-0.16347254323874102f,-0.6283221077504009f,-0.7605840233131062f,-0.0324138994127931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9830519403731771f,0.07493865710039758f,0.1673113271733876f,-0.000243799218465213f,0.04002986180841059f,0.9783586159698543f,-0.20300745976724777f,1.1348873467631997f,-0.17890358490575548f,-0.19286942792869f,-0.9647771198978181f,-0.030035105567512148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9804164136594057f,-0.09679128661914037f,0.17150831659671958f,-0.000243799218465213f,-0.13127903864995316f,0.9703777305273826f,-0.2028124111282895f,1.1348873467631997f,-0.1467973768102594f,-0.22135606368730354f,-0.9640809215156625f,-0.030035105567512148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,-0.0151196388825585f,0.16909229765330003f,-0.000243799218465213f,-0.04579886693652072f,0.9827746001451334f,-0.17904342796345254f,1.1348873467631997f,-0.16347254323874102f,-0.18418871254676314f,-0.969201344292002f,-0.030035105567512148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9741178191708237f,0.16369998483636056f,0.15587427413930066f,-0.1919621551286796f,0.09720228762603589f,0.9259329824914228f,-0.36496551510355624f,1.142543954193308f,-0.204073980835735f,-0.34036807561684457f,-0.9178798306133227f,-0.06163212592896623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9774169698771835f,-0.1022329501228217f,0.18494456170779805f,0.19189405166447066f,-0.17050731181204354f,0.8985347621588866f,-0.4044286560206925f,1.1574703269862192f,-0.12483318314749259f,-0.4268298315503002f,-0.8956745900627119f,-0.009438981752731699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,0.017569843620618617f,0.16885529070999877f,-0.008321654359856177f,-0.04579886693652072f,0.9302377935688533f,-0.364088054189481f,1.004242921122372f,-0.16347254323874102f,-0.366536421125239f,-0.9159300080223157f,0.0074725118960503045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9854842420832455f,0.002786276782459657f,0.16974405812075635f,6.735557395310442e-18f,-0.04579886693652072f,0.9584303227062891f,-0.28162702339166495f,1.21875f,-0.16347254323874102f,-0.2853130792284329f,-0.9443903718421995f,-0.055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3631282454140316f,-0.38259627478747077f,-0.8495633984001881f,-0.004918538379731718f,0.035250408615956276f,0.905509849610913f,-0.4228585117388909f,1.8038370432443953f,0.9310721164737643f,-0.18349932636489918f,-0.3153295278731334f,0.43328778506521926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4598024702829669f,-0.38259627478747077f,-0.8013749302545167f,-0.04355949452247668f,-0.014344047145126363f,0.905509849610913f,-0.4240827284494383f,1.8048187076558575f,0.8879053646831849f,-0.18349932636489918f,-0.4218436447197569f,0.5186984128779085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4121701988559461f,-0.38259627478747077f,-0.8268831947099904f,0.09979346275539439f,0.010471087055594859f,0.905509849610913f,-0.4241960261406226f,1.8679572793712198f,0.9110466966686855f,-0.18349932636489918f,-0.36921797587970195f,0.5313757953535192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8114577741098974f,-0.4741938460931071f,-0.3415793863277428f,0.4623688401684513f,-0.46595673636974855f,0.8777428524008907f,-0.11158765563807269f,1.9920289565689442f,0.3527330444801896f,0.06861254540224432f,-0.9332050781822617f,-0.08659429385183254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.41565825906403076f,-0.4741938460931071f,-0.7761239643248272f,0.5233899861699729f,-0.2918920088009339f,0.8777428524008907f,-0.3799559714720956f,2.029714715434402f,0.8614100457215567f,0.06861254540224432f,-0.5032544602320085f,-0.14697033064951845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6508922240162309f,-0.4741938460931071f,-0.5928570730307865f,0.5818079741238301f,-0.40198142789822017f,0.8777428524008907f,-0.2607267088045574f,2.049980842322357f,0.6440110591753162f,0.06861254540224432f,-0.7619331166666219f,-0.0024923447506821905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015398191282550713f,-7.059604911158695e-7f,0.000002556941534521807f,-0.12712381902406067f,-7.156072958831364e-7f,0.00001560860439623219f,0f,1.3843676312419229f,-0.0000025542584881053286f,-1.1710502510402736e-7f,-0.00001541436586399315f,0.6208071930447708f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154.mcfunction new file mode 100644 index 000000000..b905a6d41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154_as_bone.mcfunction new file mode 100644 index 000000000..53c1dcfc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_154_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7712099172048257f,-0.18687173469708263f,-0.1930250315909147f,0.07552759638867394f,-0.17839634964082568f,0.7949160249760056f,-0.0568128516765257f,1.3153854479917046f,0.20088417181101825f,-0.011485314627550017f,-0.7914910495439301f,-0.37931550098211597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.76801741187379f,0.11998264878213108f,-0.18908574523191646f,0.07552759638867394f,0.1365398760214973f,0.786294830637567f,-0.05565340572394355f,1.3153854479917046f,0.17749962623825316f,-0.08570066104682923f,-0.7753381709818091f,-0.37931550098211597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6945989470244602f,0.07158991662817163f,0.42349926927224674f,0.01119312078146982f,0.0755371316496426f,0.8130528803224247f,-0.013549907232067702f,1.3108709481736747f,-0.42281306623506815f,0.02764673725821038f,-0.6981469855154571f,-0.3890559790166549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6554664739374267f,-0.1955961310604478f,0.41485642704220094f,0.01119312078146982f,-0.2364290518142623f,0.7641499335085086f,-0.013273378513045914f,1.3108709481736747f,-0.3930203620707784f,-0.13348045786977908f,-0.6838990878518764f,-0.3890559790166549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8250773468250387f,-0.7941659582464221f,1.0629929691765125f,-0.8095330469164299f,1.2474562741442965f,0.037646797601584514f,-0.9401286149928505f,1.1905151445192246f,0.452223911192437f,1.3450982861459932f,0.6539192494130508f,-0.16056678489507772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9075893747517797f,-0.3613696239400821f,0.21376043069538714f,-0.6032309174337405f,-0.41937192679690627f,0.7557347745178291f,-0.5029832378908229f,1.295474971750481f,0.020216672632359017f,-0.5461473660816187f,-0.8374451269604394f,-0.1819506958798467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.790712685616386f,-0.3613696239400821f,0.4941512356543553f,-0.31489682707402195f,-0.5587945759924854f,0.7557347745178291f,-0.3414872946770703f,1.495310440157556f,-0.250044137397182f,-0.5461473660816187f,-0.7995004589588486f,-0.10077962171913452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.019086643678129483f,0.9239112051486182f,0.38213058636274067f,0.5049422081460797f,0.48919353490423717f,0.32469669808603374f,-0.809482389962823f,1.3915755263927605f,-0.8719663900867975f,0.20238611427875905f,-0.44577401820445317f,0.1882586441146434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6411189547815759f,0.6799998461332827f,0.35576213272141777f,0.27286424162561174f,0.45735216476977036f,0.7107961235991895f,-0.53441357398252f,1.5341702994689714f,-0.6162754929414154f,-0.17991409042950884f,-0.7667042694968759f,-0.004080277168038458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9383737868801271f,-0.2686200827758576f,0.21748077438187807f,-0.16664496904981752f,-0.34552783485487865f,0.7144168693021093f,-0.6084562861842027f,1.2174632212678975f,0.008071643992991678f,-0.6461050905124213f,-0.7632057786581457f,0.19205943364853345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9717817945116503f,-0.17013840407337208f,0.1633801313351256f,-0.19752479399273024f,-0.2132451363950576f,0.9297421845892745f,-0.3001765846947702f,1.3899137772240442f,-0.10082983516583865f,-0.3265461585358635f,-0.9397877157560108f,0.12495835569958401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9223097618597468f,-0.28769530129244697f,0.25802348108741047f,0.1571234063280355f,-0.3834317988382071f,0.7645546982811185f,-0.5181082598993807f,1.2311111140953541f,-0.0482157527983712f,-0.5767907133012077f,-0.815467788592272f,0.19366117808515143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9554365240850895f,-0.2526138371901483f,0.15273276565384233f,0.1107128916402192f,-0.26229500170104514f,0.9638605203128171f,-0.046628633530846314f,1.4115435326944394f,-0.13543404493276776f,-0.08461174057052917f,-0.9871668920860214f,0.1716266836526396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,0.26165689266998193f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,2.089218816477185f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.0020268118900129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,0.3050947839570154f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,1.9688115384873248f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.09916356861787728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,-0.3251425267127587f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,2.083106751393878f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.030050624487444725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,-0.3566151996022452f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,1.9619192097763614f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.1307648892064706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892016623435896f,0.13332691647213113f,0.06086053368737587f,0.16137436335250954f,0.1440754996869717f,0.9607698843569273f,0.2369883535170571f,2.1867430911695185f,-0.026876041498484424f,0.24319778505736764f,-0.9696043088479763f,-0.0036598380906566683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9978798732478732f,-0.02305979197860082f,0.06086053368737587f,0.046201175860942856f,-0.007995831679900076f,0.9714795864932114f,0.2369883535170571f,2.195612062833738f,-0.0645896682338225f,0.23599927758550995f,-0.9696043088479763f,-0.00872134474892551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9755741757115257f,0.20794134857138996f,0.070819652915619f,0.025069228226563003f,0.21879723376484878f,0.891100672153716f,0.3975768637434095f,2.192814769913195f,0.01956522889278741f,0.4033608652825745f,-0.9148317955651003f,-0.03248348274709084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9920835874815239f,-0.10370502500217016f,0.070819652915619f,0.05374392565201249f,-0.06727671647502331f,0.9150991644823492f,0.3975768637434095f,2.202086917136345f,-0.10603772380680757f,0.38966496757215113f,-0.9148317955651003f,-0.026234111704246398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9960924323594957f,0.052767821227094544f,0.070819652915619f,0.10997674744475212f,0.0767046197986532f,0.914357172399002f,0.3975768637434095f,2.31080362983797f,-0.043775192720162934f,0.40145549980719775f,-0.9148317955651003f,-0.008793049126860637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9960924323594957f,0.06399891901767668f,0.06086053368737587f,0.0955769906657749f,0.0767046197986532f,0.9684796960178454f,0.2369883535170571f,2.092895698233955f,-0.043775192720162934f,0.24073058959291077f,-0.9696043088479763f,-0.06295743178526547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9845618849082233f,-0.16855127179675997f,0.04720554587822055f,-0.2270456897359378f,-0.16655338804939793f,0.9850727228680781f,0.04349367299432341f,2.1917489631594558f,-0.053831809511038275f,0.03495996906413404f,-0.9979378421764564f,-0.04259553049318037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.01245671418152261f,0.04720554587822055f,-0.11212356439772972f,-0.010403515035416463f,0.9989995331752517f,0.04349367299432341f,2.2030145928313787f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.03666836246415671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9661251184042786f,-0.2537201056807636f,0.04720554587822055f,-0.08975990865949603f,-0.2517743469460527f,0.9668081395133946f,0.04349367299432341f,2.1989316074730576f,-0.056673925293800886f,0.030135184485756784f,-0.9979378421764564f,-0.03578844338520346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972434138847796f,0.05724692045664513f,0.04720554587822055f,-0.11895720319836767f,0.05930851211066382f,0.9972917330453924f,0.04349367299432341f,2.2086199605777965f,-0.04458782181997095f,0.04617346962865627f,-0.9979378421764564f,-0.036747312890539216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9939210840061239f,-0.09946112409595335f,0.04720554587822055f,-0.1765036428442148f,-0.09743247283825249f,0.9942913122652164f,0.04349367299432341f,2.3140103647347745f,-0.051261993764528974f,0.03862992554333121f,-0.9979378421764564f,-0.066190725175221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9939210840061239f,-0.09946112409595335f,0.04720554587822055f,-0.15412488992262532f,-0.09743247283825249f,0.9942913122652164f,0.04349367299432341f,2.090294819475101f,-0.051261993764528974f,0.03862992554333121f,-0.9979378421764564f,-0.0748824584224705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9988075223536009f,-0.012456714181522588f,0.04720554587822055f,-0.02436505691908927f,-0.01040351503541646f,0.9989995331752516f,0.04349367299432341f,1.578248820821139f,-0.04770010654882012f,0.04295070415521879f,-0.9979378421764564f,-0.05974662341540336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9863605940254382f,-0.06136351399254515f,0.15273276565384233f,-0.0013537391718848346f,-0.06921521750526494f,0.9965114270296878f,-0.046628633530846314f,1.2045570356850062f,-0.14933864944977795f,-0.056564078262991396f,-0.9871668920860214f,-0.038535094066781586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9814210588987f,-0.035244088920570044f,0.1886015889283894f,0.0941141894375383f,-0.14621183111180527f,0.7738806180985549f,-0.6162230840972542f,0.8369384153765637f,-0.12423689304344f,-0.6323500953803659f,-0.7646558384524081f,0.36799619946200146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9814210588987f,0.07823845288575698f,0.17518975323972977f,0.12435194313860037f,-0.14621183111180527f,0.2862646153993874f,-0.9469290735916676f,0.9128386495890392f,-0.12423689304344f,-0.9549509487195058f,-0.2695067345107146f,0.03980479445174637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9636144520931748f,0.21135238181453225f,0.16363788808981428f,-0.1920221767463598f,0.15671708720402672f,0.9426613588703145f,-0.2946681473642133f,0.9265353923956386f,-0.21653392873971483f,-0.25830163219402325f,-0.9414846384888326f,0.30333661793271577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9636144520931748f,0.24293520263084237f,-0.11148845249568211f,-0.11858498329768805f,0.15671708720402672f,0.1755953031457213f,-0.9719084545837884f,0.9211859794448838f,-0.21653392873971483f,-0.9540171784804894f,-0.2072782691665247f,-0.027343593528589567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9688832320164326f,0.20323775072823025f,0.14127880023670011f,0.00043437005362294105f,0.06207665264429113f,0.7520606047306534f,-0.6561641075284779f,1.0969905681140586f,-0.2396075372643183f,-0.6269762862270737f,-0.7412752286398318f,-0.023050140846155056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9872966265825481f,-0.04255209601310987f,0.15308393208828727f,0.0017131050802872481f,-0.1399245378299133f,0.6893149006514663f,-0.7108207168146861f,1.059422850947403f,-0.07527612404876746f,-0.7232110942627678f,-0.6865123584346057f,-0.021706369539427058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,0.07053524757342529f,0.14759293970088655f,0.00043437005362294105f,-0.039259815759068575f,0.7737956154181475f,-0.6322175356838928f,1.0969905681140586f,-0.15880039000694526f,-0.6294959288267128f,-0.7606032551364976f,-0.023050140846155056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9833620388214749f,0.08268633371707652f,0.1617469345035643f,-0.0008846122577566581f,0.04627496301968139f,0.9750479924989676f,-0.21711757211534083f,1.1218573227217132f,-0.1756636798043329f,-0.2060203449666109f,-0.9626514888875618f,-0.021003853747464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9821895309853118f,-0.08923943178372866f,0.16534826590493862f,-0.0008846122577566581f,-0.12449580363416712f,0.968206056572512f,-0.21697425398832038f,1.1218573227217132f,-0.14072853335530766f,-0.23369500600402762f,-0.9620717873778659f,-0.021003853747464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,-0.0067265093452176464f,0.16344311264725297f,-0.0008846122577566581f,-0.039259815759068575f,0.9796874036647287f,-0.19665009017853685f,1.1218573227217132f,-0.15880039000694526f,-0.20041792627579846f,-0.9667549280768889f,-0.021003853747464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9744697870730905f,0.16605646082731118f,0.15110885446999228f,-0.19266263352711496f,0.10056599744147413f,0.924570586289242f,-0.36749926683922574f,1.130201263256583f,-0.20073642977877001f,-0.3429205196343239f,-0.9176657359700199f,-0.05175216040029289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9794095300948751f,-0.09719090053834509f,0.17694886609379962f,0.1915303076432691f,-0.16348295485951747f,0.8960775023995937f,-0.41269653883175084f,1.143011378412105f,-0.11844954972365618f,-0.433127046657042f,-0.8935159011592415f,-0.0015049237177860476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,0.02430119333210849f,0.16176634075860594f,-0.009966184873828197f,-0.039259815759068575f,0.9248269458312257f,-0.37835669299095387f,0.991827670557839f,-0.15880039000694526f,-0.3796110802744336f,-0.9114153081150873f,0.018364327052019486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.98652982874326f,0.010109854374361883f,0.16326875954794023f,5.7733349102660965e-18f,-0.039259815759068575f,0.9542836586906233f,-0.29631295216814585f,1.2053571428571428f,-0.15880039000694526f,-0.2987314673759146f,-0.9410323833604638f,-0.04714285714285717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24894428771597654f,-0.38185436379990745f,-0.8900640350337458f,-0.04600060119616457f,0.023954640664419373f,0.916287327267734f,-0.3998045886169781f,1.697884394374575f,0.9682215225888257f,-0.12085023266638922f,-0.2189573119588748f,0.3837708518449487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.33318228650832915f,-0.38185436379990745f,-0.8620770318272316f,-0.07331930216423546f,-0.014510142618434342f,0.916287327267734f,-0.4002586534351822f,1.6983276165694312f,0.9427507728547745f,-0.12085023266638922f,-0.3108314680758776f,0.47345114305490804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.29139947699275626f,-0.38185436379990745f,-0.8770824303651944f,0.07190241287457916f,0.004727703411799055f,0.916287327267734f,-0.4004936737440463f,1.75818005653361f,0.9565897729062329f,-0.12085023266638922f,-0.2652003537623611f,0.46839105051428254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7837692868823164f,-0.49179114886492636f,-0.37927189566075303f,0.4841346926349318f,-0.4744658764503099f,0.868201939381212f,-0.14528428868580917f,2.009282609575877f,0.40073412261027225f,0.06608220904916842f,-0.9138081333753587f,-0.1291578877199404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3286716563963473f,-0.49179114886492636f,-0.8062979648863051f,0.5399902651557035f,-0.2553826967668935f,0.868201939381212f,-0.42544690696580606f,2.0459282492000055f,0.9092604799911577f,0.06608220904916842f,-0.4109483193461576f,-0.1949326139825053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5957927735548973f,-0.49179114886492636f,-0.634958610365966f,0.6073062704502126f,-0.390886822657368f,0.868201939381212f,-0.30566793146735166f,2.073455619108044f,0.7015970801340256f,0.06608220904916842f,-0.7095031210605008f,-0.05561978269214771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001541452857411344f,-6.056384771496979e-7f,0.000002483170528343978f,-0.12281883367298874f,-6.134346212354465e-7f,0.000015612953691261297f,0f,1.3710682107098011f,-0.0000024812560938585197f,-9.748881744113355e-8f,-0.000015426421786245956f,0.6294370741282664f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155.mcfunction new file mode 100644 index 000000000..112301367 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155_as_bone.mcfunction new file mode 100644 index 000000000..fd0e9d87a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_155_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7741181354489353f,-0.17864042572179792f,-0.18913792615824807f,0.07081380318143272f,-0.17114652338753844f,0.796829091825947f,-0.052122072067786726f,1.3018383759964618f,0.1959449523357691f,-0.009769399276086102f,-0.7927512717973789f,-0.37388179839838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7675637214969306f,0.12852240208279853f,-0.18527796848154915f,0.07081380318143272f,0.143818307118465f,0.7853084354496437f,-0.05105835631130129f,1.3018383759964618f,0.17367276119000727f,-0.08229613219647926f,-0.776572674413759f,-0.37388179839838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7090984267888202f,0.08289067243437452f,0.3965513863214223f,0.007891433323265917f,0.0848364045430544f,0.8120478944863836f,-0.018040121088357654f,1.2981768491778551f,-0.3961396850029947f,0.02553033348886408f,-0.7136988135636206f,-0.382374642486865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6728252180418425f,-0.19080413794287177f,0.38845850088629125f,0.007891433323265917f,-0.22763623615123402f,0.766726447949294f,-0.01767195535186056f,1.2981768491778551f,-0.36808690544197137f,-0.12539671031943428f,-0.699133531654159f,-0.382374642486865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7679094345676223f,-0.6218076056902744f,1.2104035078467685f,-0.7828224647752929f,1.3146798816977041f,-0.019684959890963017f,-0.8441774464017628f,1.1417533580723296f,0.3511953287863389f,1.4333087782678993f,0.5135114771636906f,-0.13447439033685926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.863806592486078f,-0.4625934258700478f,0.1996133590704867f,-0.5865109393011154f,-0.500846449543804f,0.7454237016440279f,-0.43988218764423825f,1.2679927863531681f,0.05469007914563867f,-0.4799487757762568f,-0.8755901826048048f,-0.16441593225829748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7486654259198852f,-0.4625934258700478f,0.4748761968913679f,-0.3127267135633383f,-0.6184129775620337f,0.7454237016440279f,-0.24881497987495566f,1.4911704642762964f,-0.23888379856125896f,-0.4799487757762568f,-0.8441467309750217f,-0.08687564359234787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.16064178308950708f,0.9204555128426848f,0.35630866731435795f,0.48202272134748386f,0.5187762079035144f,0.22837105852116807f,-0.8238433745216205f,1.363064433635114f,-0.8396817633121927f,0.3171881279421272f,-0.44082448644953376f,0.20758636320562462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5547673408098164f,0.7344879191629243f,0.39084612595562795f,0.27707099109869376f,0.5081486057247148f,0.6710815358537975f,-0.539846799320082f,1.5234848068256759f,-0.6588005707881812f,-0.10088145934623385f,-0.7455231311564654f,-0.0008595280670442886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9568942439422922f,-0.21989886863646155f,0.18973110836790325f,-0.16736570376371668f,-0.2904086693572391f,0.7334817708908549f,-0.614546415279573f,1.2046119828544133f,-0.004026247914203238f,-0.6431554861331897f,-0.7657250224359352f,0.20281866308162794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.979537567960934f,-0.13978677190770256f,0.14479575737155545f,-0.1926707500128387f,-0.17807942373899907f,0.9371931513949515f,-0.29992785102285086f,1.3784611496720738f,-0.09377564605996824f,-0.31957574278725115f,-0.9429090480147128f,0.13700502975892642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9452004905143402f,-0.23816531507168798f,0.22332334277512128f,0.15527531675580925f,-0.322384060468194f,0.788968829758191f,-0.5230647218328057f,1.2140072343095407f,-0.051619282128779864f,-0.5663969176882887f,-0.8225144262234645f,0.19888653047269997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9678770327638121f,-0.21130421716605063f,0.13625188900034058f,0.11650735034342687f,-0.21925550527779147f,0.9745782243192461f,-0.04609021683747383f,1.3964525875141651f,-0.1230490668542391f,-0.0744836390799181f,-0.9896014928524073f,0.1787358388148878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,0.266314564669609f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,2.076077311638346f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,0.005439938092521357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,0.308966656423236f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,1.9556408028097647f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.09200829898862456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,-0.3206818464396125f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,2.070222501948733f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.018164818809259915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,-0.3529654667424818f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,1.9490385706065843f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.11862642911190982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9891921009196132f,0.13729535900617698f,0.05146816368986505f,0.16632254065295718f,0.14501568207589305f,0.9679494296373583f,0.20504719850994224f,2.175430997155637f,-0.02166655095545378f,0.21029475994441027f,-0.9773979100190552f,0.0012953016968656195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9984912307257485f,-0.019138711821157117f,0.05146816368986505f,0.05111844816854575f,-0.008190352821505903f,0.978717816586519f,0.20504719850994224f,2.1843505053149532f,-0.05429714803227973f,0.2043162871773641f,-0.9773979100190552f,-0.0028999425199915385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747064900822489f,0.2151283159935161f,0.06055630313466081f,0.029584011764060586f,0.22276060814614856f,0.9133304683492203f,0.34088878984699894f,2.1804203459652074f,0.018026914597375307f,0.3457560747735133f,-0.9381512495900174f,-0.02280265996132347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9934792644811605f,-0.09660168319773463f,0.06055630313466081f,0.05835665436850593f,-0.07037670824907323f,0.9374657070488888f,0.34088878984699894f,2.189962402013228f,-0.08969988841686063f,0.3344041909287189f,-0.9381512495900174f,-0.017478204220753937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9963597187840988f,0.060002041091404654f,0.06055630313466081f,0.11507293596444124f,0.0771416921886794f,0.9369332912662005f,0.34088878984699894f,2.299355704712798f,-0.03628319322687273f,0.344319274485106f,-0.9381512495900174f,-0.007378042951706867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9963597187840988f,0.06795836159638341f,0.05146816368986505f,0.099782304605255f,0.0771416921886794f,0.9757073360949434f,0.20504719850994224f,2.079821554091436f,-0.03628319322687273f,0.2082711102857135f,-0.9773979100190552f,-0.054239042765992326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9850128572385748f,-0.16784736651450538f,0.03971061103589492f,-0.22263416454056187f,-0.16612243604381965f,0.9851509361308198f,0.04337014276476016f,2.178819925091212f,-0.046400509884761944f,0.03612332480148984f,-0.9982695518184053f,-0.03145940529783538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991428274199514f,-0.011690927526109951f,0.03971061103589492f,-0.10766569995903821f,-0.009965633514234656f,0.999009367756491f,0.04337014276476016f,2.190035216481717f,-0.04017830962005325f,0.04293722567137937f,-0.9982695518184053f,-0.026398771365904614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9666357240364596f,-0.2530581837990332f,0.03971061103589492f,-0.08529786264220832f,-0.2513518515779706f,0.9669236150931932f,0.04337014276476016f,2.185942407908206f,-0.049372297139542234f,0.03194179374181375f,-0.9982695518184053f,-0.02568680454896006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997524483588119f,0.058034231393310654f,0.03971061103589492f,-0.11449725827836488f,0.05974601300017589f,0.9972709985992507f,0.04337014276476016f,2.195643604972863f,-0.03708528782198242f,0.04563532994775588f,-0.9982695518184053f,-0.026426868732588267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9943218558402044f,-0.0987274752520667f,0.03971061103589492f,-0.17221708418144785f,-0.09699711472869134f,0.994339273312119f,0.04337014276476016f,2.3010564822081037f,-0.0437676448166985f,0.03927206614731579f,-0.9982695518184053f,-0.0554474052878596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9943218558402044f,-0.0987274752520667f,0.03971061103589492f,-0.15000340224973288f,-0.09699711472869134f,0.994339273312119f,0.04337014276476016f,2.077330145712877f,-0.0437676448166985f,0.03927206614731579f,-0.9982695518184053f,-0.06428362017100564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991428274199515f,-0.011690927526109937f,0.03971061103589492f,-0.020359905059979304f,-0.00996563351423465f,0.999009367756491f,0.04337014276476016f,1.5652282319655562f,-0.04017830962005324f,0.042937225671379364f,-0.9982695518184053f,-0.05007073613075575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.98936992114005f,-0.05081910946848795f,0.13625188900034058f,-0.001302739009296321f,-0.057572601094692526f,0.9972768359463012f,-0.04609021683747383f,1.1912494184856932f,-0.13353858897907644f,-0.05344464985163422f,-0.9896014928524073f,-0.03002899243639292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9842927101777273f,-0.040020585817852394f,0.1719482869986797f,0.09627244798033109f,-0.14208779757995812f,0.7576367728230791f,-0.6370224315085826f,0.8442037820995261f,-0.10478033436605008f,-0.6514482889508775f,-0.7514227893490538f,0.37834855195345807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9842927101777273f,0.06975428220459665f,0.16217953263314672f,0.12339761888858247f,-0.14208779757995812f,0.2322158712422978f,-0.9622301423890531f,0.899298695083926f,-0.10478033436605008f,-0.9701598472712123f,-0.2186571569211414f,0.04882657590680724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9668376187293298f,0.21220095431725694f,0.14211183622993695f,-0.18956415698471715f,0.1573116290302179f,0.9331752479459645f,-0.3231671517850272f,0.9090510846595282f,-0.2011916260227003f,-0.29009431502156857f,-0.9356106123866428f,0.3199004070861677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9668376187293298f,0.22767790341373997f,-0.11570562348875994f,-0.1207225282983912f,0.1573116290302179f,0.17400719863606134f,-0.9720980126482563f,0.9067782176058976f,-0.2011916260227003f,-0.9580627678393279f,-0.20405308745125106f,-0.012699045933620264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9724184316842499f,0.19686904145059955f,0.12507987143847657f,-0.00009681206603502179f,0.06840492237896659f,0.7533960634560816f,-0.6539993411030377f,1.0839451544875018f,-0.22298690615161976f,-0.6274049347010285f,-0.7460830299623002f,-0.01367923912044169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.989372646232592f,-0.049593143727403165f,0.1366831627595415f,0.0009486928022905841f,-0.13328325544399472f,0.6850428763776389f,-0.7162065563386736f,1.0463901457530504f,-0.05811489228217702f,-0.7268127527908985f,-0.6843726190282213f,-0.012308048169399947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,0.06494564140720263f,0.13019044041194697f,-0.00009681206603502179f,-0.03271908282177614f,0.7725965738851063f,-0.6340536220543947f,1.0839451544875018f,-0.14176370738574604f,-0.6315667800662116f,-0.762250912485545f,-0.01367923912044169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.985702754848689f,0.08752097625575717f,0.14397971315065394f,-0.001167589591081754f,0.05249059897077043f,0.9714929026631212f,-0.23118450876923619f,1.108850552425518f,-0.1601087633560236f,-0.22032162578925943f,-0.962197258937159f,-0.011954521970881898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9854869166338054f,-0.08490950766002653f,0.14698949844300793f,-0.001167589591081754f,-0.11767975263772662f,0.9657904593744446f,-0.23108497225138286f,1.108850552425518f,-0.12233974400299608f,-0.2450289046015404f,-0.9617659917812911f,-0.011954521970881898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,-0.0012382328925157372f,0.14548523599236302f,-0.001167589591081754f,-0.03271908282177614f,0.9762429086353545f,-0.2141944092605702f,1.108850552425518f,-0.14176370738574604f,-0.21667544881339643f,-0.965895854194313f,-0.011954521970881898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.977206399126922f,0.1640211476573841f,0.13477654330984115f,-0.19336210236226603f,0.10391902874517148f,0.9231876273092654f,-0.37003437711616577f,1.1178826545065554f,-0.18511750044243552f,-0.3475941137364716f,-0.9191897753596379f,-0.03943706094217923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9826372649401315f,-0.09773187018015218f,0.15771013633266456f,0.19172257861767963f,-0.15642224227395193f,0.8935146994846129f,-0.42090802312014786f,1.128571655163019f,-0.09978019679759534f,-0.43826928178462576f,-0.8932882787605697f,0.004036839613273956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,0.02591999099924988f,0.1431629881605175f,-0.01071089566928175f,-0.03271908282177614f,0.9191578281597242f,-0.39252815001220054f,0.9794718132316371f,-0.14176370738574604f,-0.3930356739525022f,-0.908529586897945f,0.02939890855428169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9893596478973409f,0.0133438810409344f,0.1448772858360311f,4.81111242522175e-18f,-0.03271908282177614f,0.9498712375859185f,-0.31092457867833034f,1.1919642857142858f,-0.14176370738574604f,-0.3123564835980852f,-0.9393276736168734f,-0.03928571428571433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.11833026028059496f,-0.3726699391903966f,-0.9203885407401339f,-0.06811177920836398f,0.014735307881641837f,0.9261395813544215f,-0.37689301738064857f,1.5979809007378982f,0.9928649556730059f,-0.05816005736313193f,-0.1040989314256267f,0.3462039623055437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.18819635753330954f,-0.3726699391903966f,-0.9086799477456412f,-0.0824906927993112f,-0.014058526184561269f,0.9261395813544215f,-0.37691886884338205f,1.5980126480152201f,0.982030798321882f,-0.05816005736313193f,-0.17953528587663337f,0.43884471109383044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15337507830343736f,-0.3726699391903966f,-0.9152011810412184f,0.0619789411523452f,0.0003386376247660307f,0.9261395813544215f,-0.3771808070053615f,1.6545738954273634f,0.9881679870750589f,-0.05816005736313193f,-0.14192053074711794f,0.41381241631175475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7515973121458357f,-0.506756602117203f,-0.4222549308010294f,0.5033503531866728f,-0.47906978665530237f,0.8594024376919013f,-0.1786605429390075f,2.0249605679835203f,0.4534243265300158f,0.06800879575352486f,-0.8886963394832663f,-0.17579143554225013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.23288023118103857f,-0.506756602117203f,-0.830038881098767f,0.5532999226051115f,-0.21242141336291437f,0.8594024376919013f,-0.46508557624819946f,2.060044849927452f,0.9490226241085973f,0.06800879575352486f,-0.30778379201996225f,-0.24694757494983233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.532795407130013f,-0.506756602117203f,-0.677736527237385f,0.6299856169814999f,-0.3742323407352728f,0.8594024376919013f,-0.3483928891883653f,2.094761642333741f,0.7589988203475434f,0.06800879575352486f,-0.6475303810719562f,-0.11423994808524779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015458744498395953f,-5.060668961176716e-7f,0.000002216244532980676f,-0.1100358849786685f,-5.112356690902522e-7f,0.000015616634179318215f,0f,1.357761691667062f,-0.000002215057927902282f,-7.251348842790332e-8f,-0.00001546702573767928f,0.63946928680731f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156.mcfunction new file mode 100644 index 000000000..6d73781f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156_as_bone.mcfunction new file mode 100644 index 000000000..6e24336e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_156_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7752167643705422f,-0.17042040523452345f,-0.1921985904293062f,0.06310123643253543f,-0.16372185314021456f,0.7986579160404698f,-0.047803058423833984f,1.2883135844392994f,0.19793576606476518f,-0.006845660672225448f,-0.792287204166999f,-0.3689681797981921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7654765395739749f,0.13637357181827517f,-0.18827617021646323f,0.06310123643253543f,0.15122339603740773f,0.7841802541917827f,-0.04682748580293942f,1.2883135844392994f,0.1765705294004814f,-0.08039637955304263f,-0.7761180775513461f,-0.3689681797981921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7257029469960342f,0.09423223575656565f,0.36251891386524165f,0.0014747426381235273f,0.09424381062047715f,0.8109087695035094f,-0.022125011784864743f,1.2854608747815044f,-0.3625159049275593f,0.022174258298030936f,-0.7314608433729927f,-0.3757257010896386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6921043737125075f,-0.1867643370275598f,0.3551205686843184f,0.0014747426381235273f,-0.21869527204939668f,0.7692220994014186f,-0.021673480932112403f,1.2854608747815044f,-0.33639844510826467f,-0.11582937540680385f,-0.7165330710592581f,-0.3757257010896386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6837859084998578f,-0.4243807633593953f,1.3393073019391484f,-0.7517355615188774f,1.3840283700415306f,-0.052534472671223416f,-0.723264716477544f,1.094676278631046f,0.24147163861871931f,1.502846414931231f,0.35291691780238793f,-0.1028102486425127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.809430324892516f,-0.563489277652177f,0.16523432789654607f,-0.5686389119975643f,-0.5795738967256187f,0.7213680910224721f,-0.37910707654813924f,1.2417664374543391f,0.09442800103082696f,-0.4026262674312521f,-0.9104808846953901f,-0.14239363698356505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7041022348323405f,-0.563489277652177f,0.43211095435678437f,-0.3106407981863449f,-0.6742835706099678f,0.7213680910224721f,-0.15801817509409263f,1.487002530421735f,-0.22266950691456666f,-0.4026262674312521f,-0.8878684471614035f,-0.07028999200330198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2895035019938538f,0.8992828160191916f,0.3278385870300922f,0.4599224260626212f,0.5232729118210242f,0.13809934232338567f,-0.84090072624787f,1.3398483540831128f,-0.8014818663498515f,0.41499275712045985f,-0.43059009446330465f,0.22218182257033586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.47106493416902884f,0.7774230123449961f,0.41678686120457353f,0.2815721824143564f,0.5423407175469763f,0.6278935902028707f,-0.5582259269084343f,1.5127951431210054f,-0.6956754802973577f,-0.03692017414072625f,-0.7174068070867875f,-0.00024138039551314244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.972232569869f,-0.17572792798793851f,0.15454295652337613f,-0.16588458438797565f,-0.23392316019252765f,0.7484505363629479f,-0.6205656691628672f,1.1920090286507217f,-0.006617039478597375f,-0.6394853320781344f,-0.7687748206370035f,0.21512740018511584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9867216605485616f,-0.11182154849341527f,0.11779773298677701f,-0.18611488889932365f,-0.1426891845824285f,0.9432678779185408f,-0.2998091177570401f,1.3669979487744666f,-0.07758969781801511f,-0.3126366129863677f,-0.9466985724151702f,0.1505911691725771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9646102901265446f,-0.19179332730649293f,0.1809483566730789f,0.15536435936187043f,-0.25976851893386627f,0.808982042058706f,-0.5273218867043468f,1.1972658134634626f,-0.045247151875990294f,-0.5556648047404394f,-0.8301742708732189f,0.20284560343919317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9791870298067031f,-0.16993647590746647f,0.11097006269475351f,0.12419483302106266f,-0.17582516597392855f,0.983366528165875f,-0.04556075387034625f,1.3813622827828744f,-0.10138181133007512f,-0.06412382894950086f,-0.9927788590075276f,0.18461751764236473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,0.27082027642336093f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,2.0630061631785135f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,0.012437781635146708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,0.31256376008855896f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,1.9425589609837302f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.08538995244339706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.31636910788888206f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,2.057194619381501f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.005758451758177005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.3495859711571618f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,1.9360055179785882f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.10590910924863443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892443410933397f,0.1406493823373788f,0.04016696233122077f,0.1710220238551171f,0.14552134348796786f,0.974123812343445f,0.17293448706064948f,2.1640446548110663f,-0.014804465686432514f,0.17691961302689674f,-0.9841139559635116f,0.005891095406862598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990675125817979f,-0.015834154246475537f,0.04016696233122077f,0.05578485362973699f,-0.008656803196091037f,0.9848952852681826f,0.17293448706064948f,2.1729726875947675f,-0.04229852316621744f,0.17242551033940604f,-0.9841139559635116f,0.0027565373742319613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9740045770782809f,0.22138875898226879f,0.04798021703629598f,0.03390346225350639f,0.22581821420890702f,0.9321641401772006f,0.28297729573094893f,2.1682412165959004f,0.017922554562878956f,0.28645598817967066f,-0.9579257533201355f,-0.013191478225342904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947462888207045f,-0.09043074505158823f,0.04798021703629598f,0.062762815419097f,-0.07328867674014984f,0.9563224456021501f,0.28297729573094893f,2.178019700499686f,-0.07147440618230581f,0.2779742081325851f,-0.9579257533201355f,-0.008857356352677773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9966457965438279f,0.06629521102363675f,0.04798021703629598f,0.11978826667728318f,0.07721541866984556f,0.9560134043100232f,0.28297729573094893f,2.2876865852458663f,-0.02710969109302174f,0.2857329448539176f,-0.9579257533201355f,-0.006227369638216532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9966457965438279f,0.0713005706050161f,0.04016696233122077f,0.10374563829115459f,0.07721541866984556f,0.9819019514720964f,0.17293448706064948f,2.066758646164645f,-0.02710969109302174f,0.17545593841956045f,-0.9841139559635116f,-0.04570495578261757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9854111151092808f,-0.16743256259638983f,0.030516736416094536f,-0.2184397877929432f,-0.1660503495606696f,0.9851665662772111f,0.04329108569150589f,2.1657835026168075f,-0.037312405843939286f,0.037592202276214966f,-0.998596320190577f,-0.019963977870303115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.10342873245639059f,-0.009891989441723661f,0.9990135286594152f,0.04329108569150589f,2.1769903532449506f,-0.03097231215884888f,0.04296632613307215f,-0.998596320190577f,-0.015963443609617205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9670686189593082f,-0.2526796687955853f,0.030516736416094536f,-0.08105559727003306f,-0.25128140166267043f,0.9669454685131396f,0.04329108569150589f,2.1728958817481194f,-0.0404467971856835f,0.0341971621521272f,-0.998596320190577f,-0.015457232097885912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997819223556674f,0.058527992441794116f,0.030516736416094536f,-0.11025983313780854f,0.05981976792934318f,0.997270012215614f,0.04329108569150589f,2.1825992640158547f,-0.02789968576230972f,0.04502218160199557f,-0.998596320190577f,-0.015929042383417993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9946902083161308f,-0.09828590071074642f,0.030516736416094536f,-0.16823651248035607f,-0.09692411354069486f,0.99434983688539f,0.04329108569150589f,2.2880143621034263f,-0.03459921522755378f,0.04010341141943048f,-0.998596320190577f,-0.04442476625295795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9946902083161308f,-0.09828590071074642f,0.030516736416094536f,-0.14612218482043815f,-0.09692411354069486f,0.99434983688539f,0.04329108569150589f,2.064285648804214f,-0.03459921522755378f,0.04010341141943048f,-0.998596320190577f,-0.053448033822329793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999471292446371f,-0.011218929275602085f,0.030516736416094536f,-0.016392220023898663f,-0.00989198944172366f,0.9990135286594151f,0.04329108569150589f,1.5521748676186196f,-0.03097231215884888f,0.04296632613307214f,-0.998596320190577f,-0.040390601939717635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9929911101452361f,-0.04067309132650067f,0.11097006269475351f,-0.0011398107764609116f,-0.04596586882690486f,0.9979034806080966f,-0.04556075387034625f,1.1779610623905832f,-0.10888431510332039f,-0.05034225891030941f,-0.9927788590075276f,-0.021512254848351606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9875018589860607f,-0.0517174437032188f,0.14888043698175615f,0.10264825213795029f,-0.13790759468676278f,0.7408411640146496f,-0.657370416910535f,0.851419478611275f,-0.07629923870384184f,-0.6696862517016632f,-0.7387142549423227f,0.3865528852707786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9875018589860607f,0.05116630302799827f,0.1490707480813098f,0.12332385871800745f,-0.13790759468676278f,0.17737272718370034f,-0.9744333794462955f,0.8858133600047183f,-0.07629923870384184f,-0.9828127619673361f,-0.16809967604772624f,0.05679366596790533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9714775208017927f,0.20893560831632516f,0.11214873229015664f,-0.18352269310764066f,0.15791084168634506f,0.9228271863321041f,-0.3513604278291478f,0.8916709202107974f,-0.17690560379680498f,-0.32362925662532266f,-0.9294990648738863f,0.3382265730960704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9714775208017927f,0.20352794529388052f,-0.12168731265523634f,-0.12238186122644014f,0.15791084168634506f,0.17241977632206967f,-0.972283696670348f,0.8924714256888533f,-0.17690560379680498f,-0.9637675011212501f,-0.199641205986613f,0.00318611078277848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9774455969556867f,0.1849060980771515f,0.10202862287526956f,-0.0003262746793128886f,0.0747297045313166f,0.7546929246577933f,-0.6518083006008195f,1.0709294330217365f,-0.1975236093549408f,-0.6294825846402339f,-0.7514892543357141f,-0.004284517615374595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914336443005026f,-0.0634046097935067f,0.11418924820646459f,0.0005002663154584763f,-0.12663570630389404f,0.6807002489446679f,-0.7215334843065712f,1.0333889449161995f,-0.03198010065553747f,-0.7298130079298396f,-0.682898416031595f,-0.00288490087069458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.053583296604690994f,0.10587862745715916f,-0.0003262746793128886f,-0.02617694830787318f,0.771360166914747f,-0.6358602521580827f,1.0709294330217365f,-0.11574204423857874f,-0.634139040922594f,-0.7645073289205588f,-0.004284517615374595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9890217531153287f,0.0897212949868481f,0.1174140583174131f,-0.0011471693524150671f,0.05867661405778654f,0.9676943174504367f,-0.24520351330445342f,1.0958669036965762f,-0.13562089377155523f,-0.235622149213559f,-0.9623352721232804f,-0.0028821956918547303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9892900398415578f,-0.08334168868620793f,0.11983063046325086f,-0.0011471693524150671f,-0.11083128829083644f,0.9631318194825218f,-0.24513980467496663f,1.0958669036965762f,-0.09498232786198961f,-0.25579535028459466f,-0.9620535827939622f,-0.0028821956918547303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.001539122482186371f,0.11865531816662502f,-0.0011471693524150671f,-0.02617694830787318f,0.972442532211554f,-0.23166848927566286f,1.0958669036965762f,-0.11574204423857874f,-0.23313762598080517f,-0.9655312664784653f,-0.0028821956918547303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9811811721820652f,0.1586564603616778f,0.11005287338789298f,-0.1939140800284325f,0.10726328122185806f,0.921784439750646f,-0.3725695037642084f,1.1055884257634054f,-0.16055558494474378f,-0.3537535501151773f,-0.9214555496191664f,-0.025342487478215752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.986150885169835f,-0.10250497775367197f,0.1303808314687017f,0.19224820878973692f,-0.14932564901523743f,0.8908468862063158f,-0.42906138941029115f,1.1141511355591125f,-0.07216842955842186f,-0.4425884712373681f,-0.8938160677135092f,0.007852606947274713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.023339663928544495f,0.11634738293120643f,-0.010686678189153935f,-0.02617694830787318f,0.9132324084305737f,-0.40659726458669243f,0.9671750094287754f,-0.11574204423857874f,-0.40676999432086486f,-0.9061688313530092f,0.040562403321359256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.992934311308035f,0.013110506884743682f,0.11793883175809092f,3.8488899401774026e-18f,-0.02617694830787318f,0.9451945699983123f,-0.32545659038187025f,1.1785714285714286f,-0.11574204423857874f,-0.3262442941339061f,-0.9381729263523566f,-0.031428571428571486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.023859450463857516f,-0.3540636949856032f,-0.9349169088837276f,-0.07528340147185482f,0.007643046703027245f,0.9352204067859456f,-0.3539835795177873f,1.4987208157561993f,0.9996861059655966f,0.0013002400824754928f,0.025019970325119243f,0.32678938665178675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.030323979039101463f,-0.3540636949856032f,-0.9347295631295597f,-0.07558655347338485f,-0.012869858670315856f,0.9352204067859456f,-0.3538321035024046f,1.498475706079436f,0.999457264235466f,0.0013002400824754928f,-0.032916353727071565f,0.4205385760888711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.003233621349653909f,-0.3540636949856032f,-0.9352157203480427f,0.0648473805795866f,-0.0026145032188079087f,0.9352204067859456f,-0.3540564292652361f,1.5517067253076031f,0.9999913539955662f,0.0013002400824754928f,-0.003949849344217993f,0.3742564587719616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7160014593120112f,-0.5193748899582764f,-0.4664671842090277f,0.5184962892423788f,-0.48050484345442357f,0.8513801648214971f,-0.2103970303149746f,2.038550613339975f,0.5064158426430896f,0.07349516058454933f,-0.8591515906350524f,-0.22466250097027968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1324458164233242f,-0.5193748899582764f,-0.84422024933828f,0.5620310315120439f,-0.16516503288464301f,0.8513801648214971f,-0.4978677805007422f,2.0716806291483776f,0.9773323987386144f,0.07349516058454933f,-0.19854431179582405f,-0.3007952190883716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4643705842097606f,-0.5193748899582764f,-0.7173630072714331f,0.6478681114679263f,-0.3533868352896276f,0.8513801648214971f,-0.3876461783540527f,2.113262547997284f,0.81208232659298f,0.07349516058454933f,-0.5788961532140147f,-0.1758944370472234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001551459861418805f,-4.0626406248854494e-7f,0.00000180908937097221f,-0.09108577022477118f,-4.090148173105185e-7f,0.000015619645702743085f,0f,1.3444480704152686f,-0.000001808469441227793f,-4.7356438948262356e-8f,-0.000015519916902091824f,0.650108917977309f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157.mcfunction new file mode 100644 index 000000000..a9930e078 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157_as_bone.mcfunction new file mode 100644 index 000000000..0f5eae5a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_157_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7750855892838032f,-0.16214610542127078f,-0.19973836443141735f,0.053377099651613594f,-0.15613813298773455f,0.8004006676635192f,-0.04386455374606713f,1.2748082322232592f,0.2044692083325214f,-0.0034432753231791596f,-0.7906484244867403f,-0.36420480834660807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7622560065805706f,0.14381284467792452f,-0.1956620712797558f,0.053377099651613594f,0.1587401627332817f,0.7829145514947107f,-0.042969358771657605f,1.2748082322232592f,0.18375892132697202f,-0.07976635107286367f,-0.774512742354358f,-0.36420480834660807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7424759916399246f,0.10544094618217495f,0.323351284443038f,-0.007014267712059652f,0.10374134550486512f,0.8096396349991967f,-0.025803858541935485f,1.2727231019186107f,-0.3239005704156677f,0.017615696154841477f,-0.7494815222390938f,-0.3689575797352438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7114862451467414f,-0.18290794664140853f,0.3167522786380781f,-0.007014267712059652f,-0.20962400200475204f,0.7716338759134445f,-0.025277249183936805f,1.2727231019186107f,-0.2997417234061729f,-0.10547911925219498f,-0.7341859809689083f,-0.3689575797352438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5678939037191394f,-0.2126636660383369f,1.4400267113028746f,-0.7156700190401498f,1.4496012385115749f,-0.05808906101666456f,-0.5802483608730943f,1.0497889335257637f,0.13251042760608478f,1.546869767025439f,0.1761850176329295f,-0.06910137273017747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7440200928328808f,-0.6584418435115117f,0.11352726621439188f,-0.5490991854313249f,-0.6544458372568626f,0.6839102961674577f,-0.32243968876877566f,1.2169447333940566f,0.134665316834424f,-0.31419905395991f,-0.9397575256057178f,-0.11823808034602784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6563428295444427f,-0.6584418435115117f,0.36833195465334884f,-0.3083262573916243f,-0.7260791336508667f,0.6839102961674577f,-0.0712446382049031f,1.4828032007726504f,-0.20499556527496327f,-0.31419905395991f,-0.9269605022374445f,-0.05205979767669642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.40477513351702077f,0.8647218549232595f,0.29734358056691856f,0.43902245775920123f,0.5059040179601504f,0.05910044408633208f,-0.8605627589668138f,1.3222322032082845f,-0.7617205628693859f,0.49876171778402945f,-0.4135438706776704f,0.23403246533242308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3917870604817401f,0.8112757160812427f,0.4339753584432462f,0.28610019388017066f,0.5592858358023286f,0.5845318372664439f,-0.5878110964355865f,1.5021007232034986f,-0.7305492817804751f,0.01241948947349895f,-0.6827470272152412f,-0.0014573736190116367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9843237884801584f,-0.13435917302737133f,0.11425538086002457f,-0.16285506815422832f,-0.17635203538674607f,0.759241045752046f,-0.6264606883598458f,1.1796558469251912f,-0.0025766348247766857f,-0.6367893270688043f,-0.7710335361605477f,0.22843908825751758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9927074766884896f,-0.08522073803501974f,0.08526014036780884f,-0.1783010806584957f,-0.10713019461326972f,0.9479600931499056f,-0.2998245873795969f,1.3555244607196761f,-0.05527193798750757f,-0.3067720450171253f,-0.9501767863230061f,0.16498072490228782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9801042802205868f,-0.1469998096901071f,0.13336662192751775f,0.15659529922146442f,-0.19589962647589526f,0.8244939386951979f,-0.5308795356778071f,1.1808910689705598f,-0.03192078069048241f,-0.5464437766192891f,-0.836887246141413f,0.20603604565207062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9885184876833036f,-0.12823234129175595f,0.07992287629426686f,0.13305125320609934f,-0.1320940911529041f,0.99021317461789f,-0.045044643362429804f,1.366274510190399f,-0.07336450497892237f,-0.05508480244128007f,-0.995782764436703f,0.18948400291660122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,0.27538069818543665f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,2.0498826013579605f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,0.019168056469891205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,0.3161533541917524f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,1.929428782193907f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.07906014961667088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,-0.3119588243513456f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,2.044149376104154f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,0.006691462605627689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,-0.34616568186036367f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,1.92296365584387f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.0931295001444574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9892550397411894f,0.14345571697453818f,0.02819438976070858f,0.1757174489415358f,0.1460114459423139f,0.9792263935427475f,0.14069942374828254f,2.1525025333328376f,-0.007424553891803024f,0.14330431764809184f,-0.9896508215238957f,0.010221349802945888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995170869692271f,-0.013064043882797957f,0.02819438976070858f,0.06045640994736857f,-0.008970954276473611f,0.9900117141409343f,0.14069942374828254f,2.1614459408326754f,-0.02975087958228867f,0.1403785475817358f,-0.9896508215238957f,0.008209142736835338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9734043895534747f,0.22649780458249286f,0.03438951755023861f,0.03831823331334812f,0.22837198968102035f,0.947438036116605f,0.22407008289515729f,2.156256108259516f,0.018169444877574683f,0.2259644048048753f,-0.9739660974767133f,-0.003739141656469984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957542584797443f,-0.08538628579646906f,0.03438951755023861f,0.06724764283048669f,-0.07557978535183217f,0.9716379438852356f,0.22407008289515729f,2.166224419210417f,-0.052546672260243496f,0.220519586885962f,-0.9739660974767133f,-0.00042437669107238396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9968522291387434f,0.07143524580891386f,0.03438951755023861f,0.12442057511318948f,0.07734838918778889f,0.9714987517446493f,0.22407008289515729f,2.2757377226716784f,-0.01740287192311828f,0.22602473540479662f,-0.9739660974767133f,-0.005296410193544002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9968522291387434f,0.07409932285209742f,0.02819438976070858f,0.10774822747146759f,0.07734838918778889f,0.9870262908590407f,0.14069942374828254f,2.0536568072283945f,-0.01740287192311828f,0.14243732483413554f,-0.9896508215238957f,-0.03734480828122445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9857499457747121f,-0.16692688967505115f,0.020795622341380687f,-0.2141579916988534f,-0.16591898712558775f,0.9851893426719501f,0.043276423105773634f,2.1527250139975402f,-0.02771162421026728f,0.039209343134311674f,-0.998846681575608f,-0.00846842714957148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155225f,0.020795622341380687f,-0.09911193305214241f,-0.009758681283074583f,0.9990154750266812f,0.043276423105773634f,2.1639165291381217f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.005588322339730299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9674502325708083f,-0.2522054511506905f,0.020795622341380687f,-0.07673547609766666f,-0.2511525241949141f,0.9669796072274188f,0.043276423105773634f,2.159819071598256f,-0.03102349253729785f,0.03664491255527145f,-0.998846681575608f,-0.005299980748049826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9980356183572932f,0.05909692531435182f,0.020795622341380687f,-0.10594162532463015f,0.059952887127734916f,0.9972626547345584f,0.043276423105773634f,2.1695263535888762f,-0.018181193998868427f,0.04443816929364639f,-0.998846681575608f,-0.00548746057872955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9949929396472301f,-0.09775782395081223f,0.020795622341380687f,-0.1641789946352448f,-0.09679148229692101f,0.9943633944177224f,0.043276423105773634f,2.274948900651613f,-0.02490901457159942f,0.04104689633172177f,-0.998846681575608f,-0.033418445484997075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9949929396472301f,-0.09775782395081223f,0.020795622341380687f,-0.14218348424631208f,-0.09679148229692101f,0.9943633944177224f,0.043276423105773634f,2.051217136907626f,-0.02490901457159942f,0.04104689633172177f,-0.998846681575608f,-0.04265399715963446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997268468711187f,-0.010666477233155213f,0.020795622341380687f,-0.012400922003598353f,-0.009758681283074591f,0.9990154750266812f,0.043276423105773634f,1.5390891528947805f,-0.021236755513640036f,0.04306166416488273f,-0.998846681575608f,-0.030854546805694112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9963274683667042f,-0.030723112193352303f,0.07992287629426686f,-0.0008797549310912393f,-0.03440015830631342f,0.9983925125985532f,-0.045044643362429804f,1.164691960670323f,-0.07841048964580297f,-0.047628575081589464f,-0.995782764436703f,-0.012993831150098062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9901432397794709f,-0.0686624133642833f,0.12207308347873073f,0.11185645890144828f,-0.1336694648224051f,0.7235077090621442f,-0.67725111229273f,0.858503410276367f,-0.04181912114218428f,-0.6868930542075966f,-0.7255543351040327f,0.3927752167790105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9901432397794709f,0.025448061118319036f,0.13772712479512222f,0.12386498070826715f,-0.1336694648224051f,0.12191492556001682f,-0.9834984621745921f,0.8723825673242349f,-0.04181912114218428f,-0.9922142647185707f,-0.11731161066101442f,0.06408882151004627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9764107266684355f,0.2017677314432164f,0.0768887208573254f,-0.17479498156057066f,0.15851851294214964f,0.9116270889002158f,-0.3792201627523614f,0.8743961172530883f,-0.1466082327204962f,-0.3580863489880284f,-0.9221063890717798f,0.35759076433747045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9764107266684355f,0.1733693954040748f,-0.12870565482543173f,-0.1234711688322832f,0.15851851294214964f,0.17083453689669187f,-0.972464622522538f,0.8782673396836546f,-0.1466082327204962f,-0.9699271177467501f,-0.19428693306049793f,0.019959923695462733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9827610930709284f,0.16926662479944762f,0.0743602291217341f,-0.00030034985648278746f,0.08105074424271194f,0.7559510075690374f,-0.6495912953642925f,1.0579432758506018f,-0.16616681619305423f,-0.6323660995691972f,-0.7566384244220642f,0.005135336194898433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9927760418367063f,-0.08178261952121302f,0.08779142269772526f,0.00031832865835364264f,-0.11998219124247933f,0.6762878613428465f,-0.7268005244803915f,1.0204191179119004f,0.00006737726090746965f,-0.7320835551660528f,-0.6812148440218675f,0.006572110376116864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.038363751349207685f,0.07700978007083002f,-0.00030034985648278746f,-0.019633692460628346f,0.7700865706182317f,-0.6376371945501711f,1.0579432758506018f,-0.08376635222153887f,-0.6367848116403745f,-0.7664778548005348f,0.005135336194898433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9923331571752583f,0.08964450379482662f,0.08508095033533211f,-0.0008823631678260477f,0.06483286858913741f,0.963653303176801f,-0.2591698486069398f,1.0829062346039082f,-0.1052216913050136f,-0.2516667920402288f,-0.9620770350980696f,0.006206651095487209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9926684262222565f,-0.08401110966388999f,0.08689953414415012f,-0.0008823631678260477f,-0.10395082925562109f,0.9602311127293933f,-0.2591340102023274f,1.0829062346039082f,-0.06167350061815186f,-0.2662674287244181f,-0.9619241319989792f,0.006206651095487209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.001923390452702796f,0.08601502318378978f,-0.0008823631678260477f,-0.019633692460628346f,0.9682878748072721f,-0.24906446880592592f,1.0829062346039082f,-0.08376635222153887f,-0.24982972615440108f,-0.9646596841192824f,0.006206651095487209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9853220362816909f,0.15091952499006975f,0.07977331505255239f,-0.19419053171794595f,0.11060065495370007f,0.9203613441597785f,-0.37510330750370396f,1.0933188632749173f,-0.13003068846051166f,-0.3607745738729067f,-0.92354411205167f,-0.010065511226164194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.989084813218978f,-0.11024239957921916f,0.09776423474151968f,0.19289321304072835f,-0.14219366465152772f,0.8880746185004149f,-0.43715493101223424f,1.0997497896844481f,-0.038628926888383396f,-0.4462847580977398f,-0.8940568889601452f,0.01053112790853426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.017492669906843047f,0.08423948090813281f,-0.010036708495958521f,-0.019633692460628346f,0.9070527627093071f,-0.42055891832390724f,0.9549368945289574f,-0.08376635222153887f,-0.42065341097029463f,-0.9033459503836574f,0.051814600237000775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9962919834846903f,0.010084150489440589f,0.08544351088905323f,2.8866674551330567e-18f,-0.019633692460628346f,0.9402552779961537f,-0.3399037074242308f,1.1651785714285716f,-0.08376635222153887f,-0.3403209104790388f,-0.9365708067873004f,-0.023571428571428653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17190264575523032f,-0.3264221271884819f,-0.9294611746942945f,-0.07430182095537965f,0.0026843262036590635f,0.9436579717882537f,-0.33091150882571563f,1.3921218687503538f,0.9851102855899859f,0.05438958689148021f,0.16309352550788156f,0.32186296755516053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13368751997226955f,-0.3264221271884819f,-0.935722310242419f,-0.059974275635271274f,-0.010872108980286139f,0.9436579717882537f,-0.33074375206011086f,1.3917379858838224f,0.9909638965421416f,0.05438958689148021f,0.12260639701006362f,0.41451088484985754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15282715008115608f,-0.3264221271884819f,-0.9327874661892803f,0.0727800716330666f,-0.004094750576336645f,0.9436579717882537f,-0.33089706148317016f,1.4415644865395636f,0.9882444511434348f,0.05438958689148021f,0.1428799412863288f,0.34675493500955973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6786440683632882f,-0.5297686928980019f,-0.5087114707773625f,0.528790410917961f,-0.47968789740578766f,0.8442000970782284f,-0.2392189732766285f,2.049531714572778f,0.5561849958042193f,0.0816781985492589f,-0.8270350188015068f,-0.27369926098094843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03174148542457439f,-0.5297686928980019f,-0.8475479987164055f,0.5656836811841518f,-0.11596931619146997f,0.8442000970782284f,-0.5233328900376821f,2.0804666659524513f,0.9927454839006444f,0.0816781985492589f,-0.08823307813186304f,-0.35414164963396555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3935282161727015f,-0.5297686928980019f,-0.7513192897171441f,0.659934939508628f,-0.32997281471651413f,0.8442000970782284f,-0.42242648785459797f,2.1283631634408042f,0.8580521456321828f,0.0816781985492589f,-0.507025825040259f,-0.23786658155141815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015567062241948288f,-3.05697838741902e-7f,0.0000013091015952539742f,-0.06804133809182532f,-3.0677644469731793e-7f,0.000015621988132532265f,0f,1.331127343560219f,-0.000001308849253461545f,-2.5702498120934494e-8f,-0.0000155700635198866f,0.6606335178088006f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158.mcfunction new file mode 100644 index 000000000..454877d07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158_as_bone.mcfunction new file mode 100644 index 000000000..6f150679c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_158_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7743376845195947f,-0.15378956739386698f,-0.20903196822037534f,0.042773403807602514f,-0.14841166211968257f,0.802055582104911f,-0.040314590481235084f,1.261319448860249f,0.21288394332158994f,-0.0002379487418703225f,-0.78843187055109f,-0.3592782971294447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7584464889718167f,0.15109534951115333f,-0.20476600968526565f,0.042773403807602514f,0.16635319453629263f,0.7815158404957924f,-0.039491843736720086f,1.261319448860249f,0.19257605778988793f,-0.08001991258591551f,-0.7723414242133126f,-0.3592782971294447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7577418967352643f,0.11635739937389163f,0.2814828911096252f,-0.01640623906220394f,0.1133112123750395f,0.8082447384298932f,-0.02907673287933987f,1.2599636236760532f,-0.28272288822553276f,0.012076541548906748f,-0.7660720397339108f,-0.36197596627691436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7293945583282954f,-0.17875106953636338f,0.2757383423114696f,-0.01640623906220394f,-0.20044012484183227f,0.7739589499811724f,-0.02848333016751661f,1.2599636236760532f,-0.26039841519191637f,-0.0950557672298071f,-0.7504379164740351f,-0.36197596627691436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.41885058959897775f,-0.00017794413779081294f,1.50531405425196f,-0.674417460264705f,1.5049348812039034f,-0.035019134968890434f,-0.418749225099969f,1.0076004964947467f,0.03378515840398583f,1.5621075118319847f,-0.00921599423302299f,-0.036827669279920705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6679672760681391f,-0.7425977518078164f,0.04866515295452378f,-0.527539358189569f,-0.7243194492404579f,0.6337291374478239f,-0.2715671478688777f,1.193665331262177f,0.17082462806665263f,-0.2166470848167911f,-0.9611883203026739f,-0.0942866709240969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6049126551492873f,-0.7425977518078164f,0.28745305468931137f,-0.30555582913505136f,-0.7734976909025852f,0.6337291374478239f,0.009418201420963508f,1.478569121312037f,-0.18916131160628008f,-0.2166470848167911f,-0.9577484214718277f,-0.0333007314140539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5064700892482633f,0.8202577684090309f,0.26582934763019034f,0.41953846675636497f,0.47072862079516625f,-0.0047277017983587966f,-0.8822653877377182f,1.3103127244063852f,-0.7224282762054213f,0.5719745118450141f,-0.38851324757145766f,0.24488039176930407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3180455123597409f,0.8379267059039676f,0.4435379212657644f,0.29044713323956967f,0.5589455553991322f,0.5435998199947648f,-0.6261622008722779f,1.4914010051449234f,-0.7657851644994081f,0.04876547174574265f,-0.6412448912841562f,-0.0035903606788122207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9930051213872864f,-0.09394041146217666f,0.07152641465177625f,-0.15905323213889877f,-0.11798117158010882f,0.7657925315475926f,-0.632172636056413f,1.167553458733991f,0.004612163397561743f,-0.6361894354044604f,-0.7715191055499194f,0.24215328105957978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9969843004106612f,-0.05899318712724453f,0.05041932771501765f,-0.16979933392703825f,-0.07145838435342908f,0.951266061129525f,-0.2999776329140493f,1.3440409849900643f,-0.03026555864777716f,-0.30267587418836084f,-0.9526128862995972f,0.17944772410988968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9912537312838047f,-0.10223979065652097f,0.08344498440556597f,0.15814383992120506f,-0.1310981092361089f,0.8354288983563949f,-0.5337338677147414f,1.1648863744573195f,-0.015143512493858112f,-0.5400051675655805f,-0.8415254559618606f,0.20899246912247596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9952021098142316f,-0.08607873192541679f,0.04651034864859764f,0.14229476736424315f,-0.08815264982648112f,0.9951104183679929f,-0.04454621851568985f,1.3511911640355951f,-0.0424484505002441f,-0.048432501128787796f,-0.9979240561708782f,0.19367434980976028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,0.28027148574477084f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,2.036545772308887f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,0.025778702430479035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,0.32002810087891825f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,1.9160678176725794f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,-0.07283562969080601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,-0.3071635386632317f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,2.0312538671887923f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,0.018826160523428233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,-0.3423986287726591f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,1.910100350196728f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,-0.08067573013918244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9891307433376768f,0.1461112444523091f,0.01648868790572669f,0.18074726302710142f,0.1470381952164329f,0.9831757873266033f,0.10837499878757784f,2.1406983728049576f,-0.00037647277332501176f,0.10962151002112168f,-0.9939733310350634f,0.01435341637768615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998097368810844f,-0.010421766113483652f,0.01648868790572669f,0.06547914239376176f,-0.008574667293522478f,0.9940731033070946f,0.10837499878757784f,2.1497283547988144f,-0.017520420045821113f,0.10821299400939763f,-0.9939733310350634f,0.013425830344762513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727979134548913f,0.23071846005192423f,0.020813739910901408f,0.04318574369860173f,0.23095759724260445f,0.9589765552067833f,0.1643853851157519f,2.144435487904155f,0.017966854308222584f,0.1647208510025364f,-0.9861765731304242f,0.0054770284308561235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9964817197016652f,-0.0811847924880851f,0.020813739910901408f,0.07217017035113095f,-0.07668632492059042f,0.9834107243316597f,0.1643853851157519f,2.154530251930709f,-0.0338140484205266f,0.1622109020323448f,-0.9861765731304242f,0.007771451206270017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969134757478025f,0.0756988117697819f,0.020813739910901408f,0.1293881537422007f,0.07809714156849158f,0.9832996906534531f,0.1643853851157519f,2.263432868586074f,-0.008022365690150392f,0.16550349923027666f,-0.9861765731304242f,-0.004556038137627567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969134757478025f,0.07675705207720697f,0.01648868790572669f,0.11211781702482916f,0.07809714156849158f,0.9910376865269167f,0.10837499878757784f,2.040449389117518f,-0.008022365690150392f,0.10932821611914023f,-0.9939733310350634f,-0.02915488676443408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9860912298403884f,-0.16581124092137473f,0.011433232962895452f,-0.20942813982204678f,-0.16517781981915758f,0.9853116999755113f,0.043325993712295674f,2.1397571129942294f,-0.018449234988473985f,0.04083486592951891f,-0.9989955652818775f,0.0027534590732805064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708689f,0.011433232962895452f,-0.09435171469815293f,-0.009007498076756854f,0.9990203817977085f,0.043325993712295674f,2.1508621525356117f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,0.004552098139127006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9678874531433507f,-0.25112379264357737f,0.011433232962895452f,-0.07197661734612011f,-0.25042484139552185f,0.9671660959115915f,0.043325993712295674f,2.146747895009564f,-0.021938023149454776f,0.03907152015772747f,-0.9989955652818775f,0.004629741531735128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9981171889710595f,0.06026075227315375f,0.011433232962895452f,-0.10117594379020003f,0.060702582768560734f,0.9972151496613297f,0.043325993712295674f,2.156477091080765f,-0.00879053614612178f,0.04393844582373668f,-0.9989955652818775f,0.004717514079741372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9952555686390819f,-0.09662108608846082f,0.011433232962895452f,-0.15959427815699048f,-0.0960435852227651f,0.9944337524472907f,0.043325993712295674f,2.261945108898969f,-0.01555579732624001f,0.04202234782454047f,-0.9989955652818775f,-0.022658386974997936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9952555686390819f,-0.09662108608846082f,0.011433232962895452f,-0.13785453378708684f,-0.0960435852227651f,0.9944337524472907f,0.043325993712295674f,2.0381975145983287f,-0.01555579732624001f,0.04202234782454047f,-0.9989955652818775f,-0.03211341523551953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999889403247664f,-0.009511175376708701f,0.011433232962895452f,-0.00835116953065611f,-0.009007498076756841f,0.9990203817977085f,0.043325993712295674f,1.5259715688830884f,-0.011834113884341788f,0.04321821717417489f,-0.9989955652818775f,-0.021564875886682773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9987011241321005f,-0.02080509855454976f,0.04651034864859764f,-0.0005492575726999499f,-0.022880572945698723f,0.9987452697247826f,-0.04454621851568985f,1.151442092736295f,-0.045525202239585894f,-0.04555254193243785f,-0.9979240561708782f,-0.004482672662018581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9915848534135409f,-0.08870721796522517f,0.09428949019756477f,0.12232927299677777f,-0.12937168575085248f,0.7056508236538931f,-0.6966490378968201f,0.86537510777561f,-0.004737658369839645f,-0.70298502441905f,-0.7111888708604195f,0.39726696573898074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9915848534135409f,-0.0038467494234520963f,0.12940124033300376f,0.12471848931852157f,-0.12937168575085248f,0.0660242168315815f,-0.9893956588330874f,0.8590062253411934f,-0.004737658369839645f,-0.9978106059321326f,-0.06596627382626075f,0.07112321735967408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9806983102776424f,0.1914486588492394f,0.039727008991422716f,-0.164519179191147f,0.1591384213160892f,0.8995858559745393f,-0.4067188839869349f,0.8572278514185319f,-0.11360364025681532f,-0.39254642878949064f,-0.912689166236248f,0.3772494333456118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9806983102776424f,0.1404675462620773f,-0.13601357529926272f,-0.1240016240746199f,0.1591384213160892f,0.16925296845794657f,-0.9726399105163205f,0.8641676456658122f,-0.11360364025681532f,-0.9755113024026346f,-0.1883398837344749f,0.03719774264927292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9873591047448439f,0.15208588013370306f,0.044630520290683276f,-0.00009354952713671119f,0.08736778692300569f,0.7571701346060684f,-0.6473486364153436f,1.04498654273741f,-0.1322454841786156f,-0.63526630032183f,-0.7608862330136998f,0.0145739532040995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9929552611088043f,-0.1022414293109759f,0.05988772469208399f,0.0003246841517020614f,-0.11332301145634725f,0.6718065700898568f,-0.7320067127141439f,1.007480521724113f,0.03460844565724842f,-0.7336365738678459f,-0.6786601748833049f,0.01606153452020353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.021436909591777294f,0.04622068367482758f,-0.00009354952713671119f,-0.013089595571344394f,0.768775963528501f,-0.6393842196900106f,1.04498654273741f,-0.04923977233896545f,-0.6391588040604456f,-0.7674968846920669f,0.0145739532040995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9948557741218739f,0.08791131481722979f,0.05033477350175345f,-0.0004568386848118565f,0.07095923872171148f,0.959371021058967f,-0.27307879887005143f,1.0699683935271171f,-0.07229643930652511f,-0.26810230263722235f,-0.9606739198001666f,0.015301312334130217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9949459270889341f,-0.08616953437243212f,0.05155010683965282f,-0.0004568386848118565f,-0.09703881013838844f,0.9570894098130047f,-0.2730628699598683f,1.0699683935271171f,-0.02580836097211882f,-0.2766851513360129f,-0.9606139992390805f,0.015301312334130217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.0005171946461473434f,0.050947278650704225f,-0.0004568386848118565f,-0.013089595571344394f,0.9637807192264098f,-0.26637452531201755f,1.0699683935271171f,-0.04923977233896545f,-0.26669544007560764f,-0.9625222008155888f,0.015301312334130217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.988752494466713f,0.14194943517537045f,0.04710480378099378f,-0.19413207622340273f,0.11393304884697844f,0.9189186476841971f,-0.377634451975291f,1.0810742414427732f,-0.09689047975051338f,-0.3680202124770318f,-0.924755837041365f,0.005722126350918039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9908386619438219f,-0.1194727763106804f,0.06296825960747654f,0.19347016612204815f,-0.13502679325257086f,0.8851984753128117f,-0.44518695444476003f,1.0853675794233426f,-0.0025516859728276567f,-0.4496108484283843f,-0.8932208986998706f,0.012728117827056823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.009618346350939526f,0.05003378963948138f,-0.008968923417895886f,-0.013089595571344394f,0.9006210743193375f,-0.4344080374252542f,0.9427570791688956f,-0.04923977233896545f,-0.434498754779983f,-0.8993254566143734f,0.06310157358080681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9987012102264547f,0.005221013540706958f,0.05068169008450942f,1.924444970088693e-18f,-0.013089595571344394f,0.9350550943839664f,-0.3542606850249831f,1.1517857142857142f,-0.04923977233896545f,-0.354463977696182f,-0.9337723134339588f,-0.015714285714285674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.31905370102957625f,-0.2913676720913046f,-0.9018368009343061f,-0.06291086541133087f,-0.0001791872478449398f,0.9515504329422968f,-0.30749266895205435f,1.2954176261192085f,0.9477366215100373f,0.09826827172298f,0.3035434779752624f,0.33250012279599434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2958927926650707f,-0.2913676720913046f,-0.9096990353457339f,-0.03408289266640975f,-0.008040574671257886f,0.9515504329422968f,-0.30738757737794703f,1.2950322932894367f,0.9551873137808213f,0.09826827172298f,0.2792141514407126f,0.4217069723425868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3074983759458254f,-0.2913676720913046f,-0.9058419445194472f,0.08737941263904678f,-0.0041102168508997585f,0.9515504329422968f,-0.3074652495563784f,1.3413447471377793f,0.9515397284969862f,0.09826827172298f,0.29140262844466625f,0.3333931533025906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.64209423919732f,-0.537982981045108f,-0.5461586766640566f,0.5343810811701901f,-0.4776276405681168f,0.8379857345499457f,-0.2639161716456979f,2.057380634538509f,0.5996555886131212f,0.09140142666614459f,-0.7950213545864317f,-0.32033695757963604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.06443812666441373f,-0.537982981045108f,-0.8404891670555902f,0.5647710160807627f,-0.06722981526144381f,0.8379857345499457f,-0.5415349117376458f,2.0860450635282697f,0.9956544981929691f,0.09140142666614459f,0.017829734476437986f,-0.40426469356019346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.32415930571277385f,-0.537982981045108f,-0.7781356286828353f,0.6662963929279018f,-0.30575390922411033f,0.8379857345499457f,-0.451989442006074f,2.1395112653343005f,0.8952291837926125f,0.09140142666614459f,-0.4361312734595014f,-0.2968811345509895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015604706409788356f,-2.042767968024513e-7f,7.694373623618183e-7f,-0.043235208148045615f,-2.0452493080225616e-7f,0.000015623661368343862f,0f,1.317799508012091f,-7.693714427963351e-7f,-1.007162389079817e-8f,-0.00001560604341738808f,0.6704891567001859f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159.mcfunction new file mode 100644 index 000000000..33547b4c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159_as_bone.mcfunction new file mode 100644 index 000000000..b76fd583f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_159_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7740361139910928f,-0.14537514043554828f,-0.2160523252023839f,0.03304707692079373f,-0.1405592120433542f,0.8036209631776388f,-0.037160461456229255f,1.2478443404285742f,0.2192159816066416f,0.001964822952105482f,-0.7866924032450345f,-0.3539491300326521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7550192139069812f,0.1585975641720395f,-0.21164309407580464f,0.03304707692079373f,0.17404667695992423f,0.7799888732983937f,-0.03640208469181642f,1.2478443404285742f,0.1991324706583331f,-0.08040006324250124f,-0.7706374562400339f,-0.3539491300326521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7699396804876025f,0.12686944969183353f,0.24091798519409893f,-0.02493232670935959f,0.12293585546017444f,0.8067284364338995f,-0.03194447895388526f,1.2471825478614185f,-0.24294877710613783f,0.006149555126303101f,-0.7796682109197637f,-0.35484034434731804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7443745455096653f,-0.17381002949076335f,0.23600129161870917f,-0.02493232670935959f,-0.19116116215800072f,0.7761946832760985f,-0.03129255081196924f,1.2471825478614185f,-0.2221799857765807f,-0.08550957433139919f,-0.7637566147785441f,-0.35484034434731804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.23912628353553264f,0.19603805959366266f,1.5315984949435133f,-0.6282392260909091f,1.5433921523382843f,0.01636329830692109f,-0.24306204263339343f,0.9686146624179299f,-0.0465353051250653f,1.5500669571535517f,-0.19113645313661853f,-0.010034089157328951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5828327975436468f,-0.812273912181259f,-0.022738111117651588f,-0.5037466907742068f,-0.7880427889070952f,0.571829574344876f,-0.22803399035250277f,1.172053556210377f,0.198228385855744f,-0.1149870840325566f,-0.9733876296454133f,-0.07344951720188009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5493400335399217f,-0.812273912181259f,0.19605259279109263f,-0.30223096708257835f,-0.8162644167797155f,0.571829574344876f,0.08199597431477255f,1.474297026809337f,-0.17871186152471422f,-0.1149870840325566f,-0.9771591687417466f,-0.015607076043867244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5963390746930066f,0.7675646511012364f,0.23499832844964244f,0.40117142950249884f,0.4222246357106175f,-0.05094264424188063f,-0.9050586743392286f,1.3039728921867275f,-0.6827196093516908f,0.638943936020589f,-0.35446379452518484f,0.256735489845009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2490519012258059f,0.8586818283168334f,0.4479270791259127f,0.2945198721107786f,0.5418854412370816f,0.5068784607890657f,-0.6703986832947997f,1.4806954940289863f,-0.802703755485861f,0.07576109626033539f,-0.5915462257696581f,-0.005164691698049078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9982060105888977f,-0.0516058191398084f,0.030357863151194268f,-0.1557705472821052f,-0.05910001703250639f,0.7680659863006313f,-0.6376376938942647f,1.15570241728861f,0.00958897340463032f,-0.6382879288526047f,-0.7697379888443193f,0.25544406711734347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9993311399741794f,-0.031736079370469544f,0.018168487666782508f,-0.16160750911615085f,-0.03572970582113048f,0.953184576062765f,-0.3002707979107902f,1.332547832813436f,-0.007788504339232595f,-0.30071911349669533f,-0.9536809497824309f,0.19309872740057293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9978400793122999f,-0.055223192932385166f,0.03557492207125236f,0.1588791955041252f,-0.06568905788606444f,0.8417364417802152f,-0.5358775142261742f,1.1492542583783532f,-0.00035184096462540643f,-0.5370569444123546f,-0.8435459173432119f,0.21252983006160658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9989306297154681f,-0.04342971999005908f,0.015857378025491073f,0.15083523161864842f,-0.044091230394208196f,0.9980550192471153f,-0.044069739708390454f,1.3361141386140098f,-0.01391259927487009f,-0.04472178414626917f,-0.9989025986572422f,0.19790135429257338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,0.28596984391995106f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,2.022711945763759f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,0.032482501428140534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,0.3246441989441264f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,1.9021527811882497f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,-0.06646240546614726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,-0.3015130146446723f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,2.018800460742702f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,0.030282233792435238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,-0.33783647135215095f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,1.8977419576538663f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,-0.0689435583319426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9887363705399345f,0.14954404169118884f,0.006080227477728583f,0.18670977852768578f,0.14957130297609703f,0.9858274801230713f,0.0759776596127293f,2.1284443779075652f,0.005367950963780736f,0.07603130295384354f,-0.9970909818434783f,0.01840412883091681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999572272665623f,-0.006969538807373721f,0.006080227477728583f,0.07145945862845146f,-0.006487562437897651f,0.9970884147222786f,0.0759776596127293f,2.13774514954645f,-0.006592053624083575f,0.07593496398514915f,-0.9970909818434783f,0.018410048751921097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9719723269609805f,0.23494687518444074f,0.008352332795304231f,0.049107979778812f,0.23452309207102862f,0.9665173050833695f,0.10413077479700567f,2.132724647089967f,0.01639252596461433f,0.1031710464008565f,-0.9945285417106198f,0.014412397146183899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970031924220858f,-0.07690821046575935f,0.008352332795304231f,0.07814189535438407f,-0.07562555769239694f,0.991684202134878f,0.10413077479700567f,2.1428536143276347f,-0.016291388028126956f,0.10318706507632264f,-0.9945285417106198f,0.01571677211098728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9967595234528372f,0.08000431827688388f,0.008352332795304231f,0.1354339174830183f,0.08043910606603241f,0.9913053676619898f,0.10413077479700567f,2.2506354564279976f,0.00005119931679381431f,0.10446519564705845f,-0.9945285417106198f,-0.003938844010479774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9967595234528372f,0.0802089972502557f,0.006080227477728583f,0.1173868931017108f,0.08043910606603241f,0.9938596205979342f,0.0759776596127293f,2.0270170417934628f,0.00005119931679381431f,0.07622054385163263f,-0.9970909818434783f,-0.021088466377097086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9865935568909329f,-0.1631601452703943f,0.0034526072237077415f,-0.2036562010902499f,-0.16285934819061088f,0.9856934818090276f,0.04341880498269352f,2.1270758053327694f,-0.010487430964098682f,0.042274423881818166f,-0.9990509931315987f,0.013430288393062411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999708230887207f,-0.006814137849005669f,0.0034526072237077415f,-0.08854321854151781f,-0.006657846844352416f,0.999034774394401f,0.04341880498269352f,2.137910345308535f,-0.003745136401200506f,0.043394551225963585f,-0.9990509931315987f,0.014298975476446287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9686189268983673f,-0.248526565899129f,0.0034526072237077415f,-0.06617795290916433f,-0.24814846673075516f,0.9677484930667937f,0.04341880498269352f,2.133743542667574f,-0.014131981935687512f,0.041199517100759524f,-0.9990509931315987f,0.014195177858206814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9980102746499874f,0.06295689951399683f,0.0034526072237077415f,-0.0953526757213399f,0.06304751434544939f,0.997065603813879f,0.04341880498269352f,2.143541274973247f,-0.0007089625639250504f,0.04355009178921817f,-0.9990509931315987f,0.014520163241088967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9955717409620073f,-0.09394140780953028f,0.0034526072237077415f,-0.15374262942761363f,-0.09370412952013388f,0.9946528758741657f,0.04341880498269352f,2.2491494771540617f,-0.007512969369806501f,0.042903011712637655f,-0.9990509931315987f,-0.012371572842053754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9955717409620073f,-0.09394140780953028f,0.0034526072237077415f,-0.13260581267046934f,-0.09370412952013388f,0.9946528758741657f,0.04341880498269352f,2.025352580082375f,-0.007512969369806501f,0.042903011712637655f,-0.9990509931315987f,-0.02202475047739721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999708230887205f,-0.00681413784900568f,0.0034526072237077415f,-0.0042251081125047225f,-0.00665784684435242f,0.999034774394401f,0.04341880498269352f,1.512822651405079f,-0.0037451364012005047f,0.043394551225963585f,-0.9990509931315987f,-0.012575972395191034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9998167703513577f,-0.010722373167209202f,0.015857378025491073f,-0.00020421817480127124f,-0.011412178561837072f,0.9989632727095163f,-0.044069739708390454f,1.1382114241390104f,-0.015368406054401387f,-0.04424263205501733f,-0.9989025986572422f,0.004015014625440464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9917064528135344f,-0.10824734724268821f,0.06928797343636214f,0.131821876042435f,-0.12501257220344147f,0.687285406854418f,-0.7155491781254707f,0.8719560480941176f,0.029835687340439718f,-0.7182766050344936f,-0.6951176522151091f,0.40063283276731687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9917064528135344f,-0.031314898509787824f,0.12465026505915995f,0.12544294782854087f,-0.12501257220344147f,0.00988372586408276f,-0.9921059261762946f,0.8456842276732606f,0.029835687340439718f,-0.9994606991244654f,-0.013716510728249143f,0.07852421132438472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9836645687203255f,0.17992752946949508f,0.005486381618173067f,-0.15467034956598288f,0.15977433273486463f,0.8867153611274937f,-0.4338294952393941f,0.8401672538960059f,-0.08292272814726385f,-0.4258661203706425f,-0.9009782842427849f,0.39630928751241057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9836645687203255f,0.1098243028155473f,-0.14262762269397616f,-0.12420917680206178f,0.15977433273486463f,0.16767654828758183f,-0.9728086850730164f,0.8501739785241831f,-0.08292272814726385f,-0.9797056688952255f,-0.1824845842562428f,0.0542467522707361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904831816748968f,0.13661000202376136f,0.016756317204009753f,0.00014447040791633852f,0.09368057826045961f,0.7583501313809826f,-0.6450806364255808f,1.032059081137385f,-0.10083162240071006f,-0.6373717797184891f,-0.7639307549395601f,0.024024335293422405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9920673636804994f,-0.12102393693618606f,0.03399342007638803f,0.0003629631046827203f,-0.10665846849194227f,0.6672572450579448f,-0.7371510971413089f,0.9945730009084444f,0.066530572062602f,-0.7349292316993167f,-0.6748723637658272f,0.025578731405606424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,0.006068444879369181f,0.017471372542166054f,0.00014447040791633852f,-0.006544937967351828f,0.7674285265851246f,-0.6411010999603638f,1.032059081137385f,-0.017298516374666714f,-0.6411057873394459f,-0.7672575387515619f,0.024024335293422405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961436458556947f,0.08584053082120317f,0.018144974225893677f,-0.00002553208608481745f,0.07705561638789764f,0.9548487267469057f,-0.2869256715821962f,1.057053219224438f,-0.041955557491295925f,-0.28442101240616374f,-0.9577809869158228f,0.024393634674771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9959049479967634f,-0.08844007655007526f,0.018753330780976598f,-0.00002553208608481745f,-0.09009568139272815f,0.9537078758378383f,-0.28692168924509415f,1.057053219224438f,0.0074901768967034765f,-0.2874363241218742f,-0.9577704614495903f,0.024393634674771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,-0.0013693753928663357f,0.018444503050895896f,-0.00002553208608481745f,-0.006544937967351828f,0.9589230296882362f,-0.2835908794734725f,1.057053219224438f,-0.017298516374666714f,-0.28366308879473107f,-0.9587679663957636f,0.024393634674771174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9908913735254711f,0.13361108456378074f,0.016803688716937954f,-0.19382750853776812f,0.11726235906220422f,0.9174566443034947f,-0.3801616037562678f,1.0688548225551697f,-0.06621046004954359f,-0.3747284135277989f,-0.924767425396768f,0.02101678211331348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.991313359603139f,-0.12790969599530191f,0.03060935711064401f,0.19382129756101033f,-0.12782555327630138f,0.8822190584618409f,-0.45315577985535016f,1.0710044585005645f,0.030958859829537198f,-0.45313203656008766f,-0.8909056664097286f,0.015434384191154381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,0.0019024529600728882f,0.018397161588022373f,-0.007876361661238908f,-0.006544937967351828f,0.8939396328605282f,-0.448139594979274f,0.9306351494161664f,-0.017298516374666714f,-0.44818334805514465f,-0.8937742711990073f,0.07436237653838915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9998289479297141f,0.00029179526954078213f,0.018492964534702637f,9.62222485044346e-19f,-0.006544937967351828f,0.929595861924793f,-0.36852231584980677f,1.1383928571428572f,-0.017298516374666714f,-0.36858031465044616f,-0.9294349428461433f,-0.007857142857142833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4571091634466728f,-0.2517224778337385f,-0.8530457237723698f,-0.04783992091560421f,-0.0010310192692499097f,0.9589628988605896f,-0.2835297085106972f,1.2312815332754006f,0.8894100008951719f,0.13048353444836425f,0.4380911977494104f,0.35020806041920083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44695305796468293f,-0.2517224778337385f,-0.8584105999632473f,-0.005461258132815436f,-0.004395865982004497f,0.9589628988605896f,-0.28349750434732707f,1.23102714355025f,0.8945466116074038f,0.13048353444836425f,0.42750486184320213f,0.4338324989919674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4520390696830802f,-0.2517224778337385f,-0.8557432287978086f,0.1017108947954615f,-0.0027134904016055126f,0.9589628988605896f,-0.28351859829424747f,1.2736821281569624f,0.8919940114428437f,0.13048353444836425f,0.43280565013406036f,0.32709943218547505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6106181227368096f,-0.5441560113220802f,-0.5753605335156549f,0.536908401407112f,-0.4753163300697906f,0.832946242600644f,-0.2833283312809627f,2.061581050286505f,0.6334192091769563f,0.10047284349272353f,-0.7672583092845109f,-0.3609246379907413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14997148028689336f,-0.5441560113220802f,-0.8254712535531461f,0.5614787142216117f,-0.02125669482566045f,0.832946242600644f,-0.5529454854346474f,2.088067631176433f,0.9884617888546056f,0.10047284349272353f,0.11335122273200232f,-0.44743373150673493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2620833366879957f,-0.5441560113220802f,-0.7969984692410212f,0.6687433282005151f,-0.28252352949256726f,0.832946242600644f,-0.4757951368189166f,2.1461936112543065f,0.9227636641705986f,0.10047284349272353f,-0.37203820745581695f,-0.3483734536303656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015622327311401785f,-1.022493531697797e-7f,2.702951076255668e-7f,-0.020196348930212236f,-1.0226465573987231e-7f,0.00001562466533850202f,0f,1.3044645609855772f,-2.7028931835416743e-7f,-1.7690647122880204e-9f,-0.000015622661922822042f,0.6793963212921222f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..cb2237c2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6536916246657979f,-0.11044195621157302f,-0.4769007009791396f,0.04459709011660522f,-0.11689700073372866f,0.8078112185213514f,-0.026843451621436063f,1.1252247590248636f,0.4753596485879849f,0.0467766392941468f,-0.6624119526058517f,-0.3304478584476872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6330089333710439f,0.14509899601081416f,-0.4671680336122184f,0.04459709011660522f,0.19703238212270457f,0.7749108209621357f,-0.02629562607814145f,1.1252247590248636f,0.4477476193878709f,-0.1358657459128041f,-0.6488933413281813f,-0.3304478584476872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6519147615178956f,0.11977167585788777f,0.47708105581934657f,-0.0430622571194027f,0.12447267640305326f,0.8064754225037528f,-0.03237885376134335f,1.1257333953114752f,-0.4758761824136297f,0.04686771814405655f,-0.6620345311627206f,-0.3304825388984421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6348982933476989f,-0.13598926887914303f,0.46734470774140074f,-0.0430622571194027f,-0.18967545278315812f,0.7765418129301545f,-0.03171806082743839f,1.1257333953114752f,-0.44824923838829117f,-0.13597695216787758f,-0.6485236223634815f,-0.3304825388984421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.47890792590924663f,0.3957473743756691f,1.4336796937168592f,-0.7162137227045947f,1.487262940880457f,-0.11717985775994082f,-0.46446105931388265f,0.9213055472740401f,-0.010118951769698615f,1.507003366489313f,-0.4126072105586116f,0.105200618350405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6889734106528451f,-0.6762853509647905f,-0.2606794266600563f,-0.5584946499483303f,-0.6718271311277925f,0.730852199109787f,-0.12042993372491635f,1.1013343468615215f,0.27196313223300217f,0.09215848917391166f,-0.95788457946623f,0.025794598208605298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7225667336824937f,-0.6762853509647905f,-0.14330191710455914f,-0.2964807134048225f,-0.6824910660380686f,0.730852199109787f,-0.0078107512192193f,1.352666221605253f,0.11001481788210392f,0.09215848917391166f,-0.9896481964413159f,-0.017499740107710157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6092359661873051f,0.7684638522678975f,0.19569068772275106f,0.384330083347863f,0.35205032796289537f,-0.04098386132461196f,-0.935083359755772f,1.1694175842400898f,-0.7105576008213816f,0.6385793849385586f,-0.29550679357073f,0.25724366044567715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17982998830813185f,0.889263543326559f,0.42056096563446055f,0.30035341653439296f,0.5305375181928771f,0.4476982366216787f,-0.7197890181960139f,1.3441198856751817f,-0.828366535474991f,0.09368372022999587f,-0.5522972419531246f,-0.014024053460265572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9473578906359567f,-0.31671827251386303f,0.046931470311775726f,-0.1305803110612911f,-0.2742835164194913f,0.7271838218803567f,-0.629263253190615f,1.03653543952536f,0.16517136455920367f,-0.6090100369052319f,-0.7757739331005772f,0.2501535148039371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9913565537349956f,-0.13118515511333878f,-0.0016243289573552387f,-0.15518767970102557f,-0.12478392458313887f,0.946661452563126f,-0.29708764093563655f,1.2121776641250985f,0.040511177868607647f,-0.2943170897330997f,-0.9548488336688361f,0.1890012552685507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9999830881336969f,0.005103265200869307f,-0.002789288598271071f,0.1562160223034049f,0.005802321151824302f,0.8428112752348343f,-0.5381779328496137f,1.0233339505324197f,-0.00039562083608038815f,-0.5381850156045985f,-0.8428266325068472f,0.20374400651999966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9999830881336969f,0.005814201605337452f,0.00013603781584561794f,0.15730703534075471f,0.005802321151824302f,0.9989849413741319f,-0.044670123986544186f,1.2103644387651535f,-0.00039562083608038815f,-0.04466857919628331f,-0.9990017825393203f,0.1891248867798258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,0.23173056818984314f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.8889322074324857f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,0.19124332902400382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,0.3160439354958826f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.7649094327576786f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,0.13353787039590803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,-0.24090616658852218f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.9073977528719492f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.1572244464871161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,-0.21692940372227398f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.7857322818702652f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.2594151530528016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7959480709954124f,0.0910648001611153f,0.5984762906333867f,0.16149213476642393f,0.18702759414461667f,0.9772475290405994f,0.1000397221733392f,1.9962399556333552f,-0.5757493789029721f,0.191558004676543f,-0.7948699161102922f,0.12569892889139825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8003943027385595f,-0.03457006932821126f,0.5984762906333867f,0.06895033160678382f,0.03184977968884366f,0.9944735519465829f,0.1000397221733392f,2.0099302635108436f,-0.5986272226331067f,0.09913256168075876f,-0.7948699161102922f,0.0577450418562771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7913798327833681f,0.11969809218865393f,0.5994917238712849f,0.05617402950303353f,0.27006163628500107f,0.9482185823844524f,0.16717724913362814f,2.0053595594624016f,-0.5484383947817987f,0.2942004193525493f,-0.782726925806151f,0.03700260536374504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7896356915137444f,-0.13071016677154754f,0.5994917238712849f,0.07861451445492623f,-0.03617177734873493f,0.9852630967896576f,0.16717724913362814f,2.014264376895244f,-0.6125088384758576f,0.11032444156671656f,-0.782726925806151f,0.056091724950871585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8003615408401307f,-0.005574670738878122f,0.5994917238712849f,0.13550641334828292f,0.11840266272422248f,0.9787913857569072f,0.16717724913362814f,2.120808844772127f,-0.5877092932767234f,0.20478365709749946f,-0.782726925806151f,0.08249688990755966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8003615408401307f,0.035320440168745006f,0.5984762906333867f,0.1275593143103153f,0.11840266272422248f,0.9879133886365216f,0.1000397221733392f,1.89852833232891f,-0.5877092932767234f,0.15092913257218096f,-0.7948699161102922f,0.04853783507881899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7964953840067306f,-0.11377834846908758f,0.5938430690642246f,-0.147359388934729f,-0.12527549591465403f,0.9918777315402573f,0.02201399095781252f,2.011477116204869f,-0.5915244317687208f,-0.056859942791037364f,-0.8042796736996974f,-0.11250330173799142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,-0.054571258642717224f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,2.0179267293677388f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.04381628701204786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7835480421326289f,-0.18276453429072795f,0.5938430690642246f,-0.036654619501459956f,-0.21124662523824594f,0.9771848584211492f,0.02201399095781252f,2.01290817430211f,-0.58431783217319f,-0.10819832474642069f,-0.8042796736996974f,-0.03072482903613015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.801675818365404f,0.06831025964335377f,0.5938430690642246f,-0.05994896125802694f,0.10105924841981802f,0.9946368244293647f,0.02201399095781252f,2.023816853779701f,-0.5891544029853136f,0.07766141845554153f,-0.8042796736996974f,-0.04762571597094615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8024919376606422f,-0.05794048078891417f,0.5938430690642246f,-0.08659930866649476f,-0.055780438165359846f,0.9982003440793785f,0.02201399095781252f,2.13098108865718f,-0.5940498570892416f,-0.015458776334485717f,-0.8042796736996974f,-0.10322454938840621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8024919376606422f,-0.05794048078891417f,0.5938430690642246f,-0.0735627004889891f,-0.055780438165359846f,0.9982003440793785f,0.02201399095781252f,1.90638601123932f,-0.5940498570892416f,-0.015458776334485717f,-0.8042796736996974f,-0.09974632471314693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8044880591972176f,0.01222178110901774f,0.5938430690642246f,0.0021770481840344843f,0.03143071564164026f,0.9992634759243247f,0.02201399095781252f,1.389646703155467f,-0.5931366391678636f,0.03637490550035223f,-0.8042796736996974f,-0.019112644082978948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999830881336969f,0.005814201605337452f,0.00013603781584561794f,-0.000003277417967060014f,0.005802321151824302f,0.9989849413741319f,-0.044670123986544186f,1.0150273501401674f,-0.00039562083608038815f,-0.04466857919628331f,-0.9990017825393203f,-0.0023619268843727056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9939599484773012f,-0.10443951187172672f,0.03370473532007297f,0.12582514766065125f,-0.10228096154779777f,0.7702810408587583f,-0.6294487453307107f,0.8132222604787974f,0.039777201106395495f,-0.6290941952152662f,-0.776310677382836f,0.3599422998801009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9939599484773012f,-0.02727179227579287f,0.10630084745225092f,0.12360279966049682f,-0.10228096154779777f,-0.12087835553183465f,-0.9873839314414515f,0.7205479660673059f,0.039777201106395495f,-0.9922926345136223f,0.1173588588993435f,0.06611215291624152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9842269559702865f,0.165852240814179f,-0.06156568328524606f,-0.13899483416377778f,0.16638049025434268f,0.7495146485019292f,-0.6407381088586458f,0.780420260532168f,-0.06012346966192349f,-0.6408750470239459f,-0.7652870980866376f,0.3870164827178606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9842269559702865f,0.059714237067851804f,-0.16652780258223565f,-0.1263500094333227f,0.16638049025434268f,-0.00746565764150009f,-0.9860333647593799f,0.7310997468065318f,-0.06012346966192349f,-0.9981875945168746f,-0.0025873825437033315f,0.043534166700101046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9910285932498943f,0.13354635316926702f,-0.0052629759950699705f,-0.0005067782423988809f,0.09020099553581633f,0.6392730333952296f,-0.7636712441738326f,0.908765014413005f,-0.09862103105059755f,-0.7572947644932264f,-0.6455838689943127f,0.01661609289072217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9918388706381434f,-0.1268740750080144f,0.012594593368309353f,-0.0006827894696159098f,-0.08080561196952564f,0.5491243903402194f,-0.8318250158583311f,0.8716183739097014f,0.09862103105059683f,-0.8260540981221163f,-0.5548950524289925f,0.024134140939616036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.0031038880950533193f,-0.003580039537107227f,-0.0005067782423988809f,0.004738227980359815f,0.6550662537410317f,-0.7555565845158763f,0.908765014413005f,-3.673899155751972e-16f,-0.7555650660852338f,-0.6550736072470149f,0.01661609289072217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9957846854292572f,0.09169985312389978f,-0.001999300280188414f,-0.0003886063888189592f,0.08889205217004154f,0.9594632036865904f,-0.2674482451474732f,0.9337048289461414f,-0.022606709746306956f,-0.26649858856759345f,-0.9635701525918737f,0.017333826409528654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9965823452563972f,-0.08260352692272024f,-0.0005352225580121199f,-0.0003886063888189592f,-0.0794516569852727f,0.9602891021100926f,-0.2674551823593752f,0.9337048289461414f,0.022606709746306228f,-0.26649858856759356f,-0.9635701525918737f,0.017333826409528654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.004576060062096981f,-0.0012290153383687392f,-0.0003886063888189592f,0.004738227980359815f,0.9657637227802613f,-0.2593799933634369f,0.9337048289461414f,-3.673899155751972e-16f,-0.25938290505721173f,-0.9657745640490235f,0.017333826409528654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9899842543237836f,0.13926338322335985f,-0.02317080672237611f,-0.1940715855948601f,0.13288914483088465f,0.8638161162074496f,-0.48596521744502885f,0.9483083844924469f,-0.04766184403795405f,-0.48417706210999056f,-0.8736709455793068f,0.017593411964247067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9920134269406465f,-0.12329118898216546f,0.026620358540755555f,0.19342000499660864f,-0.11764519498475784f,0.828312494746126f,-0.5477755189349442f,0.9456155672724719f,0.045485919430882385f,-0.5465324270039364f,-0.8362017324585702f,0.005222645920282265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.004280405606503607f,-0.0020319774205628228f,-0.008804746472501523f,0.004738227980359815f,0.903366738515232f,-0.42884272751203156f,0.8063269123290804f,-3.673899155751972e-16f,-0.4288475415251861f,-0.9033768793409559f,0.06470548467572107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999887745347975f,0.004441215872216699f,-0.0016511832031107629f,1.6114239928016758e-18f,0.004738227980359815f,0.9373052617795491f,-0.3484772523938644f,1.0157190393518518f,-3.673899155751972e-16f,-0.3484811642570475f,-0.9373157835852615f,-0.01315827546296297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3555315621225949f,-0.28110227928599446f,-0.8913915059696754f,-0.05843907777714419f,0.005887610009350987f,0.9543569682689631f,-0.29861030317932946f,1.140798936301627f,0.934645732019916f,0.10091722200245126f,0.34095904434442387f,0.772529731401169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2554411912935209f,-0.28110227928599446f,-0.9250574611183703f,-0.02975628473678943f,-0.02695660048443515f,0.9543569682689631f,-0.2974493550283742f,1.1398098291933525f,0.9664487257381371f,0.10091722200245126f,0.23620451905592027f,0.861778717672905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30594979243045084f,-0.28110227928599446f,-0.9096022389440247f,0.09234265458463692f,-0.010550475821596787f,0.9543569682689631f,-0.2984819334171018f,1.185076672760055f,0.9519891868985181f,0.10091722200245126f,0.28901955354544107f,0.7738012915052208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.16463711534487105f,-0.501461605055988f,-0.8493708724141602f,0.6411280967735482f,-0.2364227209122905f,0.856081339301757f,-0.4595966030506958f,1.7256543290482333f,0.957600604264298f,0.12514391377123343f,-0.25949967930359613f,-0.5077289329038738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.16463711534487105f,-0.501461605055988f,-0.8493708724141602f,0.6565628263371298f,-0.2364227209122905f,0.856081339301757f,-0.4595966030506958f,1.7478189591337607f,0.957600604264298f,0.12514391377123343f,-0.25949967930359613f,-0.5975039895536517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.16463711534487105f,-0.501461605055988f,-0.8493708724141602f,0.776251092417463f,-0.2364227209122905f,0.856081339301757f,-0.4595966030506958f,1.8056761345486014f,0.957600604264298f,0.12514391377123343f,-0.25949967930359613f,-0.5136915093332233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001562482460210621f,7.403481219312212e-8f,5.740531871003218e-21f,-0.006430292702537829f,7.403481219312212e-8f,0.00001562482460210621f,0f,1.181873872709957f,-5.740467430862457e-21f,2.719994873333473e-23f,-0.000015625f,0.674341724537037f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16.mcfunction new file mode 100644 index 000000000..c3207cd2d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160.mcfunction new file mode 100644 index 000000000..f287397c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160_as_bone.mcfunction new file mode 100644 index 000000000..e32ce5545 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_160_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792315f,-0.5489564193883943f,-0.5884577130009271f,0.5417253292003303f,-0.4735207666735367f,0.8294993993759021f,-0.2961567658587652f,2.0616598767079974f,0.6507024772558607f,0.10284744064531116f,-0.7523354903537351f,-0.38803565840066023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207922f,-0.5489564193883943f,-0.80830402339388f,0.5623359207996697f,0.019718899399562145f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428875f,0.10284744064531116f,0.1873571304321736f,-0.4761318415993392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295296f,-0.5489564193883943f,-0.8064207645013108f,0.6729937396751966f,-0.262002630229384f,0.8294993993759021f,-0.49323966607309894f,2.147927199910965f,0.9396926207859089f,0.10284744064531116f,-0.32619040818702677f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..b1c9e9089 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.806815457865536f,-0.11768997516980098f,-0.046285323140293246f,0.20145340395745046f,-0.11630500191103765f,0.8078952021366826f,-0.026887419724596434f,1.1343953975245236f,0.04966294316835492f,-0.019971393379148977f,-0.8149105349465033f,-0.26896227946730117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7743068979807017f,0.19594143620576734f,-0.04534072470885869f,0.20145340395745046f,0.19759963900472816f,0.7747649035108841f,-0.02633869687307406f,1.1343953975245236f,0.03745945013884231f,-0.036691931884158965f,-0.7982797077026972f,-0.26896227946730117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3350280490334397f,0.08364784284326071f,0.7400700569493139f,0.12899472254895025f,0.1264449193870392f,0.8061072611035063f,-0.033870494561684325f,1.1350388526437785f,-0.733970253597853f,0.10069044854561467f,-0.3436474135645873f,-0.3123867987576715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3345660743788187f,-0.049889783315350544f,0.724966586399328f,0.12899472254895025f,-0.18775250989889275f,0.7769479594760037f,-0.03317925997879281f,1.1350388526437785f,-0.70200750487542f,-0.18401868868900653f,-0.336634201042861f,-0.3123867987576715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5259728193513998f,-0.46125259445355365f,1.397141684802728f,-0.7078138219998069f,1.4557045648653284f,-0.0523983156057783f,-0.5653183937852392f,0.9641295155387352f,0.21373596593410532f,1.4919472881544917f,0.4120879472086905f,-0.2764198570983757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7859147362272549f,-0.5684399223192459f,0.24333943801721478f,-0.5154816449287736f,-0.6110529248380983f,0.7742076956927891f,-0.16497504955861397f,1.1282972265201343f,-0.09461686122277396f,-0.2783495978868146f,-0.9558081140734257f,-0.2697275876421691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7257311841167924f,-0.5684399223192459f,0.38754393701118345f,-0.2514302283552923f,-0.6312236058925176f,0.7742076956927891f,-0.046467228173298f,1.3602937597446676f,-0.2736256708799196f,-0.2783495978868146f,-0.9206793652470778f,-0.17267059572889007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8799391140104942f,0.3552180378562517f,0.3154794782802538f,0.19192599470257343f,0.3485171817986052f,-0.03136042112704155f,-0.9367776139393451f,1.1725576590728515f,-0.3228667366353871f,0.9342572823201802f,-0.1513948506592159f,0.41242094860947004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.26887408586885936f,0.7197606051750124f,0.6400401527922176f,0.2583820236296369f,0.536136153025414f,0.44020623282022875f,-0.7202614094933399f,1.3492901029124842f,-0.8001654524954791f,0.5368082933639556f,-0.26752963351446146f,0.13763347468007942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8867941732549824f,-0.07110576904997734f,0.4566618704126978f,-0.23704066324374168f,-0.3790268148972112f,0.6772832121942163f,-0.630576025605763f,1.0481737191544978f,-0.2644518252345549f,-0.7322782395290028f,-0.6275617993810783f,0.14760535452073842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8725734615936075f,-0.01316965758472144f,0.4883053493887307f,-0.2364580656071974f,-0.18157807864841083f,0.9367527150439603f,-0.2992052008440375f,1.221944820719965f,-0.4534809317676993f,-0.349744064963039f,-0.8197768803438096f,0.07690473683801981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8577326604164488f,0.2822832942620366f,0.42966361846855683f,0.02281950267528768f,0.00761692678597815f,0.8426515845693308f,-0.5384053207845678f,1.0325403855867934f,-0.5140395565335981f,-0.4585351118544452f,-0.7249199166220865f,0.24939434532909802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8577326604164488f,0.029632694660603393f,0.5132412558067332f,0.031583390772942886f,0.00761692678597815f,0.9989603391685355f,-0.04494689304748023f,1.219564531099347f,-0.5140395565335981f,-0.03464309708204541f,-0.8570666194312467f,0.23754209825476924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,0.08849887387973361f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.8977982548446188f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,0.2804065269155298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,0.18997027100318536f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.7732463454429745f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,0.27713698104196605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,-0.12197080062635395f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.9176036032109391f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,-0.2677417324900713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,-0.04736787258878569f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.7955800361539316f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,-0.34098765190477576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3609490422371624f,-0.0405819773755409f,0.9317021476954781f,0.063102335888839f,0.18915644523606717f,0.9751005463137065f,0.11575302935286835f,2.0043932204061417f,-0.9132007600378627f,0.21801841135785377f,-0.34428526569585804f,0.18808515259698155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.35015674064560975f,-0.09654721622127163f,0.9317021476954781f,0.021796584275487807f,0.034288283185064716f,0.9926860278214129f,0.11575302935286835f,2.0183463937732298f,-0.9360633368617021f,0.07247817056237146f,-0.34428526569585804f,0.08099507620498284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.37561919635011415f,-0.08793310261238947f,0.9225930786637486f,0.024420766149686565f,0.27129136113200936f,0.9414499565090577f,0.20018235877378196f,2.0138459072949852f,-0.8861778696787888f,0.3254838688077374f,-0.329771184971506f,0.055778110835884784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.33006226125898036f,-0.1997020653232089f,0.9225930786637486f,0.03264798253368692f,-0.032910619095674706f,0.9792057569206303f,0.20018235877378196f,2.0226056229547207f,-0.9433852844110662f,0.0357095326088224f,-0.329771184971506f,0.084112646602885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3572389328722265f,-0.14561028824248445f,0.9225930786637486f,0.0628566517764058f,0.12067609398562752f,0.9722984642465178f,0.20018235877378196f,2.1293612178909354f,-0.9261844444713402f,0.18284786129950692f,-0.329771184971506f,0.13866834093123956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3572389328722265f,-0.06566165410608094f,0.9317021476954781f,0.07763052395027399f,0.12067609398562752f,0.9859201369969102f,0.11575302935286835f,1.9075291870666309f,-0.9261844444713402f,0.15378566462465668f,-0.34428526569585804f,0.10406656639069187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.3531968250058226f,-0.06007543467200666f,0.933618200848064f,-0.06669246805041038f,-0.12302591771803373f,0.9922525432168766f,0.01730647420117115f,2.0213572844838916f,-0.9274247281453314f,-0.10874664421769378f,-0.3578512833509867f,-0.17963399254175444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.35824625447844693f,-0.004083650008031955f,0.933618200848064f,-0.02546902144539758f,0.03371123126182198f,0.9992817614854862f,0.01730647420117115f,2.0275444006983587f,-0.9330183138818745f,0.03767339863983269f,-0.3578512833509867f,-0.07178461763419022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.34661688532391144f,-0.09062996112530718f,0.933618200848064f,-0.01744942020109575f,-0.20903827435589625f,0.9777543074847758f,0.01730647420117115f,2.0224748279478235f,-0.9144177025094493f,-0.18916322142898725f,-0.3578512833509867f,-0.05110700768987074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3576584456324967f,0.02091629300260109f,0.933618200848064f,-0.027917886661994965f,0.10333548435483433f,0.9944959847198359f,0.01730647420117115f,2.033450070234633f,-0.9281175647195232f,0.10266569564929348f,-0.3578512833509867f,-0.07788798772613617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.35652710577308355f,-0.035291328882499355f,0.933618200848064f,-0.019871588667900064f,-0.053510194287284f,0.9984173200911838f,0.01730647420117115f,2.1406008919026025f,-0.9327513505519066f,-0.043787864159444335f,-0.3578512833509867f,-0.1390402815156517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.35652710577308355f,-0.035291328882499355f,0.933618200848064f,-0.011931039669337722f,-0.053510194287284f,0.9984173200911838f,0.01730647420117115f,1.9159569948820865f,-0.9327513505519066f,-0.043787864159444335f,-0.3578512833509867f,-0.12918801207977673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.3582462544784469f,-0.004083650008031958f,0.933618200848064f,0.005767043993082519f,0.03371123126182198f,0.9992817614854863f,0.01730647420117115f,1.3990703608942603f,-0.9330183138818744f,0.03767339863983269f,-0.3578512833509867f,-0.02068548704273835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8577326604164488f,0.029632694660603393f,0.5132412558067332f,-0.005345216504643753f,0.00761692678597815f,0.9989603391685355f,-0.04494689304748023f,1.0244602337060595f,-0.5140395565335981f,-0.03464309708204541f,-0.8570666194312467f,-0.007694325636971321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8725075052506306f,0.23214920956538337f,0.4299272005578255f,-0.08495793914022286f,-0.09712495642647408f,0.779949383654328f,-0.6182602217322327f,0.8081736530371725f,-0.4788500768721631f,-0.5811933442800269f,-0.6579642090905264f,0.37206396598064795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8725075052506306f,0.48638686667030806f,0.046459328578456555f,0.06615932848737115f,-0.09712495642647408f,-0.07946388868818999f,-0.992094871085274f,0.7293369849665616f,-0.4788500768721631f,-0.8701225812063442f,0.1165731425086094f,0.11270524761495568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8143583065733392f,0.46229526594362363f,0.35086127686183555f,-0.32233951234157987f,0.1679318514878136f,0.7663956110444804f,-0.620029564317406f,0.7913885732705576f,-0.5555352750013974f,-0.44600544218414157f,-0.7017547319193863f,0.2520132021101607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8143583065733392f,0.5632887866283105f,-0.13973650694721487f,-0.13617502886377247f,0.1679318514878136f,-0.001766650598975239f,-0.9857970238347933f,0.741743008711437f,-0.5555352750013974f,-0.8262582052872254f,-0.0931554422707278f,-0.035892305030238644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7998262993853108f,0.5034870208866629f,0.3267701189066591f,-0.015326618910193763f,0.0921639511444789f,0.6409674787005902f,-0.7620147619027117f,0.917994564602514f,-0.5931135615723494f,-0.5793630218152357f,-0.5590659997103038f,0.007707942912642683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9015229802461394f,0.31344936012159424f,0.2983384231497545f,-0.01927259183279511f,-0.07998756500729887f,0.5568445564613071f,-0.8267563905913357f,0.880802665335761f,-0.4252743885214839f,-0.7692032491993082f,-0.47693611300561506f,0.013855516891782042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.3895642672597852f,0.3347384173191483f,-0.015326618910193763f,0.006140727846583237f,0.6594519966596086f,-0.7517215944504785f,0.917994564602514f,-0.5135877897852478f,-0.64293292478765f,-0.5682119643297755f,0.007707942912642683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8431841718170154f,0.21223058727420221f,0.4939621748904476f,-0.015686930444969195f,0.09053885885439526f,0.9617178008785946f,-0.2586534100115127f,0.94292586038645f,-0.5299463816600674f,-0.1733696896763879f,-0.8301203426413035f,0.008607981895246596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8663159708561055f,0.0626771163435508f,0.4955484009927793f,-0.015686930444969195f,-0.07830413780801414f,0.962788140068794f,-0.2586647624726176f,0.94292586038645f,-0.49332048471737616f,-0.26288890510960927f,-0.829170864736867f,0.008607981895246596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.13270381451549063f,0.496185271816909f,-0.015686930444969195f,0.006140727846583237f,0.9686280636220389f,-0.24843905857439852f,0.94292586038645f,-0.5135877897852478f,-0.21011751944294765f,-0.8319123813278936f,0.008607981895246596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8249427143352008f,0.36828412100700536f,0.42876138384813606f,-0.18198652028349063f,0.13627249674848224f,0.8657959493679563f,-0.48148435144662177f,0.9581685221665271f,-0.5485429105322628f,-0.33876862350598f,-0.7644190572144689f,-0.0906327798033504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8740752717997552f,0.17218170893454054f,0.45425309942428044f,0.15677830309785526f,-0.11668718919088669f,0.8332890449984875f,-0.5403827045384028f,0.9546803915693503f,-0.47156814895295274f,-0.5253406766983588f,-0.7082659488491565f,0.09787102809975642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.2205468093165956f,0.46386337563473456f,-0.046760940181176526f,0.006140727846583237f,0.9074579295693865f,-0.42009808083726885f,0.8151084750659859f,-0.5135877897852478f,-0.35760202874412145f,-0.7799669039270786f,0.043781281303378924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8580150777492307f,0.17927920508536244f,0.4813201564228764f,2.0347506567833266e-18f,0.006140727846583237f,0.9406187384405734f,-0.33940931094473276f,1.02523f,-0.5135877897852478f,-0.2882626502313899f,-0.8081659648024528f,-0.016614999999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.23846267042627078f,-0.29630309955354917f,-0.9248459482574013f,-0.4987777838840484f,0.011439238191593317f,0.9513956946578919f,-0.30775863272380094f,1.1596339990901878f,0.9710842901843115f,-0.0839684784987019f,-0.22348287624747748f,0.6989344330109382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.36485564663931547f,-0.29630309955354917f,-0.8826578217578808f,-0.5271273882077843f,-0.031503810951537314f,0.9513956946578919f,-0.3063555811176894f,1.1586911755713596f,0.9305309597272609f,-0.0839684784987019f,-0.35645676821695554f,0.788290314286319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30239577945318236f,-0.29630309955354917f,-0.9059587550014969f,-0.3770587727956918f,-0.010056784200833021f,0.9513956946578919f,-0.3078069090809452f,1.2053336236929155f,0.9531294002707296f,-0.0839684784987019f,-0.2906778989847232f,0.7872140584963371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6302254749285636f,-0.48558780875670915f,-0.6058220289308766f,0.7929838437604311f,-0.23439101774876372f,0.8628707909157393f,-0.44778884419237747f,1.7139500440285507f,0.7401869368948394f,-0.14020869506312442f,-0.6576205747077342f,-0.055923034657824375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6302254749285636f,-0.48558780875670915f,-0.6058220289308766f,0.852067482034984f,-0.23439101774876372f,0.8628707909157393f,-0.44778884419237747f,1.7359242019424974f,0.7401869368948394f,-0.14020869506312442f,-0.6576205747077342f,-0.12531555999171556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6302254749285636f,-0.48558780875670915f,-0.6058220289308766f,0.913398967237339f,-0.23439101774876372f,0.8628707909157393f,-0.44778884419237747f,1.7921054496143807f,0.7401869368948394f,-0.14020869506312442f,-0.6576205747077342f,0.008023788881390173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001340648558983173f,8.23271316188354e-8f,0.000008024960521587232f,-0.3584156978824628f,9.59488726028631e-8f,0.000015624705399265812f,0f,1.191393688555363f,-0.000008024809215394498f,4.927909854264185e-8f,-0.000013406738366469544f,0.5700985957429344f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17.mcfunction new file mode 100644 index 000000000..ce7d81f37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..47ab2daec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7488238609559237f,-0.09689571999729284f,0.3111566954987703f,0.2880565217250247f,-0.11580837783333038f,0.807959447240858f,-0.02709973583458532f,1.144434030705543f,-0.30462384892046895f,-0.06897242568518194f,-0.7545803864456232f,-0.17224700411930527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7140278451950757f,0.19302123708151658f,0.30480655885593827f,0.2880565217250247f,0.1980731799265807f,0.7746368756873668f,-0.02654668000122644f,1.144434030705543f,-0.3015480918192816f,0.051773669570893986f,-0.7391807867222432f,-0.17224700411930527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.03306057835327611f,0.040971602449029386f,0.8149679566683284f,0.24134995565246553f,0.12852346423669853f,0.8057174344459048f,-0.03529276717617405f,1.1451935777605298f,-0.8058121131777491f,0.1268273947816963f,-0.03906526120919698f,-0.2385798891667543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.04527981563585632f,0.02468678137140331f,0.7983359575526483f,0.24134995565246553f,-0.185725239452494f,0.7773743481851046f,-0.03457250662155826f,1.1451935777605298f,-0.7768242231845612f,-0.18729571700736905f,-0.03826801098043786f,-0.2385798891667543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.508743466107842f,-1.039072699644768f,1.050197248399325f,-0.5736560138307616f,1.413899611249423f,0.020407950285978946f,-0.6647387869485697f,1.012414088825159f,0.42833891371355726f,1.1667551972963564f,0.9468972143694536f,-0.5497906272385702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7402573663669672f,-0.34375726066247564f,0.5777975227372242f,-0.38343738625878343f,-0.5413682712197179f,0.8143752193115037f,-0.20907749062946618f,1.1581122907602739f,-0.39867207885180067f,-0.46757239857926935f,-0.7889465290061252f,-0.4660548598697713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5986906101410752f,-0.34375726066247564f,0.7234642348248727f,-0.1659227375863953f,-0.5736629979383748f,0.8143752193115037f,-0.08777110553990214f,1.3686349009086036f,-0.5589993900938209f,-0.46757239857926935f,-0.684759617648095f,-0.2646491062688917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.9380781600359507f,-0.027010602280771512f,0.34536906785060517f,0.0027349501043170965f,0.3448867952287737f,-0.02098755657548823f,-0.9384096232167576f,1.1762572665062114f,0.03259546196009451f,0.9994148036893495f,-0.010372368398169952f,0.4497510260984944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5665214434504126f,0.445291618607901f,0.6933749552070778f,0.173562485440907f,0.5420343489401432f,0.4324125438075429f,-0.7205679402574924f,1.3551243414713272f,-0.6206868926277538f,0.7840502320358342f,0.003607625903277789f,0.2261816484766427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7156176090348086f,0.14936351197437747f,0.6823356790685831f,-0.2760907032647306f,-0.4754629725607869f,0.6114542353731471f,-0.6325019207622223f,1.0613847367910285f,-0.5116897491282822f,-0.7770548625000169f,-0.3665505985564823f,0.04266537980889916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.621375278303934f,0.09467799524200354f,0.7777717150486152f,-0.2534775059378011f,-0.23765941736517646f,0.9231291587220384f,-0.3022425477241527f,1.2325824381281347f,-0.7465994674859833f,-0.3726508198489533f,-0.5511085207248654f,-0.030651077167309984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5756979053158333f,0.44498172770696054f,0.6859760810858428f,-0.08662120285534197f,0.009362059455737709f,0.8424799787202493f,-0.5386463007375768f,1.042639763092743f,-0.8176088757209705f,-0.3036753981844057f,-0.4891799044112846f,0.23189856922752736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5756979053158333f,0.04237743987119627f,0.8165635764623141f,-0.07357191052660322f,0.009362059455737709f,0.9989322141202974f,-0.045241390733129605f,1.2296567945482169f,-0.8176088757209705f,-0.0184006571264079f,-0.5754799233332187f,0.22485169649549328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,-0.04553883476776774f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.9076198759259564f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,0.287003035646464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.04675123077256285f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.7825201295075945f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,0.3276590284227209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.001987502949653752f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.9286082738348842f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,-0.29819520800809984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.10034476053901686f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.806187897362343f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,-0.3322453739962553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.06912266136156525f,-0.14786875821752596f,0.9865885099825062f,-0.03025788302593408f,0.1909944394188337f,0.9726217015499513f,0.1323939189886111f,2.01338860313247f,-0.9791543197052139f,0.17928149937259089f,0.09547231109246197f,0.19273661128311226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.09140341678564595f,-0.13523508187747835f,0.9865885099825062f,-0.02109239505167762f,0.03649142536400071f,0.9905252273868348f,0.1323939189886111f,2.027573770244767f,-0.9951451106621656f,0.023900764419806167f,0.09547231109246197f,0.07835166695393059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.03988304463218078f,-0.2549122854855723f,0.9661413299613003f,-0.005293016270631026f,0.272010320291357f,0.9331632607888524f,0.23498237033639302f,2.0232624078945185f,-0.9614674869208326f,0.2534286002455889f,0.10655616440028536f,0.056970835162262645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.11670325777712606f,-0.23011145161598567f,0.9661413299613003f,-0.010591644410112896f,-0.029666118497469474f,0.9715468115558737f,0.23498237033639302f,2.0318647901088394f,-0.9927236629785252f,-0.05608487131838291f,0.10655616440028536f,0.08604297276991407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.07926908518275856f,-0.24553480949734807f,0.9661413299613003f,-0.011094693951134577f,0.12268252637662075f,0.9642262614930897f,0.23498237033639302f,2.138727801661291f,-0.9892751941983277f,0.09990182166587858f,0.10655616440028536f,0.14821763187110995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.07926908518275856f,-0.14268680424197377f,0.9865885099825062f,0.021009837003309474f,0.12268252637662075f,0.9835755425673652f,0.1323939189886111f,1.9174233045836342f,-0.9892751941983277f,0.11054242605681228f,0.09547231109246197f,0.12334558600832723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.08226733957801559f,-0.002292321745047006f,0.9966076610681724f,0.014203251094894492f,-0.12103771516977713f,0.9925720180426555f,0.012274384107174574f,2.032053987357206f,-0.9892330141808025f,-0.12163689514184317f,0.08137880187749674f,-0.19459378851987047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.004732750035203265f,0.03572493261094111f,0.9992862796439934f,0.012274384107174574f,2.03800920088889f,-0.9960821168588321f,0.034610794255717114f,0.08137880187749674f,-0.0795112717483363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.08215407651803854f,0.004886472316059518f,0.9966076610681724f,0.0029911924764909267f,-0.20708548158432039f,0.9782458498822164f,0.012274384107174574f,2.0328946296165635f,-0.9748673299626257f,-0.2073913681340783f,0.08137880187749674f,-0.05741180879173974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.07964317280089632f,-0.020739694463369436f,0.9966076610681724f,0.005194510153416786f,0.10534459559948055f,0.9943600231670477f,0.012274384107174574f,2.0439285307465793f,-0.9912413839243138f,0.10400966013209847f,0.08137880187749674f,-0.08605904324932016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.08190703619192412f,-0.008025417277760644f,0.9966076610681724f,0.03942809161258843f,-0.05150454946321187f,0.9985973266934882f,0.012274384107174574f,2.1510389362424043f,-0.9953082531592145f,-0.052335186998201534f,0.08137880187749674f,-0.13745036028097612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.08190703619192412f,-0.008025417277760644f,0.9966076610681724f,0.041233810500084574f,-0.05150454946321187f,0.9985973266934882f,0.012274384107174574f,1.9263545377363696f,-0.9953082531592145f,-0.052335186998201534f,0.08137880187749674f,-0.12567494320638078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.0808958939871004f,-0.01513354671764551f,0.9966076610681724f,0.007733777036109961f,0.03572493261094112f,0.9992862796439934f,0.012274384107174574f,1.4093711283391057f,-0.9960821168588321f,0.03461079425571711f,0.08137880187749674f,-0.021445798213753586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5756979053158333f,0.04237743987119627f,0.8165635764623141f,-0.00815776291558864f,0.009362059455737709f,0.9989322141202974f,-0.045241390733129605f,1.034771548043994f,-0.8176088757209705f,-0.0184006571264079f,-0.5754799233332187f,-0.014545551791350626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6018056005604857f,0.44111715458208417f,0.6657669825602942f,-0.23766495639109902f,-0.09178845955300483f,0.789896551749179f,-0.6063318532187162f,0.8025171839693223f,-0.7933504256171543f,-0.42600363081570336f,-0.43487470460457733f,0.30342899374141874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6018056005604857f,0.7981662815227796f,0.02757908943624468f,0.009844754337853189f,-0.09178845955300483f,-0.03482098958537516f,-0.9951695219293955f,0.7389982106127176f,-0.7933504256171543f,-0.6014300339394387f,0.09421791999766296f,0.12302646697443316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5207622796079027f,0.5855209142653036f,0.6212663737041496f,-0.39974465527013575f,0.16934736295846334f,0.7841218688240109f,-0.5970547424574695f,0.8032324325096548f,-0.836736588656547f,-0.2057137666512962f,-0.5074975146870584f,0.09251362893154548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5207622796079027f,0.8494141290349259f,-0.08545341147911845f,-0.11404471185196413f,0.16934736295846334f,0.004675584622911733f,-0.985545336129926f,0.7533472187757134f,-0.836736588656547f,-0.5277061457897502f,-0.14628091091845172f,-0.09539459134504603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4912289887868293f,0.6939942217015491f,0.5263706876530367f,-0.023049455494224443f,0.094080153627711f,0.6430464652956523f,-0.7600264259643568f,0.9280917121655438f,-0.8659347580902708f,-0.3238259775182175f,-0.38117414788455367f,-0.005014742771329375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6514291664198193f,0.5940778409192609f,0.4719232565431473f,-0.028977302542922613f,-0.07934827260164046f,0.5652514621709477f,-0.8210935611419332f,0.8908514595484807f,-0.7545488007893959f,-0.5723305892946099f,-0.321082238351749f,-0.0011733685296919831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.6136706162503829f,0.5397535342992936f,-0.023049455494224443f,0.0074295009233580084f,0.6643433907003577f,-0.7473905684103739f,0.9280917121655438f,-0.8172333238150125f,-0.42668048230921884f,-0.38739316006176433f,-0.005014742771329375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5568382997349983f,0.2573902830340226f,0.7897349872887122f,-0.02393352763142647f,0.0920762488276871f,0.9640446435023511f,-0.2492787390377423f,0.95301148234919f,-0.8255017094773689f,-0.066092114008335f,-0.5605165119029512f,-0.004164806763425923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5912941282961903f,0.1569501367173417f,0.7910359716389999f,-0.02393352763142647f,-0.07727378996905314f,0.9653395822196185f,-0.2492955121615133f,0.95301148234919f,-0.8027452990994512f,-0.20853332008209233f,-0.5586714948780478f,-0.004164806763425923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.1976681482765396f,0.7930023998668776f,-0.02393352763142647f,0.0074295009233580084f,0.9715368916484312f,-0.23677176918318282f,0.95301148234919f,-0.8172333238150125f,-0.13055026358850672f,-0.5613255054985821f,-0.004164806763425923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5322359218813462f,0.47158661378726985f,0.703086757915245f,-0.1357395723523352f,0.13966656644426945f,0.8680181270810051f,-0.4764848174668872f,0.9688962029792342f,-0.8349959123713014f,-0.15540462269649818f,-0.5278553112054261f,-0.16226254355458106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6070313887818785f,0.3643655828541984f,0.7062227800523463f,0.09746041856096907f,-0.11585663660851507f,0.8386177193273741f,-0.5322570437147041f,0.9646380399025081f,-0.7861870851058969f,-0.40491732842825373f,-0.4668531078949988f,0.147422280244936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.33960693088921307f,0.7433657481547779f,-0.06561799620150627f,0.0074295009233580084f,0.9117142905758524f,-0.4107576595461125f,0.8247384310630819f,-0.8172333238150125f,-0.23117998367458098f,-0.5279067243315696f,0.01450250306636756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5762590536922584f,0.27352603007344567f,0.7701357113586954f,2.484832451529686e-18f,0.0074295009233580084f,0.9440448313531724f,-0.32973346647161883f,1.0356154050925925f,-0.8172333238150125f,-0.1842901713809527f,-0.5460465430516399f,-0.020290196759259266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6645815979567158f,-0.22495574430128862f,-0.7125490949844454f,-0.8161729842708345f,0.019298556300103444f,0.9481200505870473f,-0.3173262286662522f,1.179274491529927f,0.7469664419383448f,-0.22464034094674112f,-0.6257618171775122f,0.4791364697891682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.776199895829838f,-0.22495574430128862f,-0.5889895031489124f,-0.8839575129384967f,-0.03501286095546031f,0.9481200505870473f,-0.315978589848313f,1.1785351797473997f,0.6295139563833856f,-0.22464034094674112f,-0.7438070286962001f,0.5438958211709656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7230349724550633f,-0.22495574430128862f,-0.6531579760768139f,-0.7520915521931435f,-0.007885992346955882f,0.9481200505870473f,-0.317814695694706f,1.2265770399928693f,0.6907664147391724f,-0.22464034094674112f,-0.6872979539382629f,0.6146108385708063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8761607443183858f,-0.3819738645052119f,-0.2940039403654422f,0.7080376982257434f,-0.23348573568167935f,0.869926690049661f,-0.43440990455147976f,1.7030664787540637f,0.42169510472453586f,-0.3119671790015657f,-0.8513810650215142f,0.31087975154641145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8761607443183858f,-0.3819738645052119f,-0.2940039403654422f,0.790177768005592f,-0.23348573568167935f,0.869926690049661f,-0.43440990455147976f,1.7249557664742212f,0.42169510472453586f,-0.3119671790015657f,-0.8513810650215142f,0.27134583547848623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8761607443183858f,-0.3819738645052119f,-0.2940039403654422f,0.793208324170484f,-0.23348573568167935f,0.869926690049661f,-0.43440990455147976f,1.7791726082968644f,0.42169510472453586f,-0.3119671790015657f,-0.8513810650215142f,0.418819953265676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009004047713941538f,6.68974271149969e-8f,0.000012769623115006552f,-0.5653113240388139f,1.160859519274689e-7f,0.000015624568763705612f,0f,1.2017869426802226f,-0.00001276927068460957f,9.487192672387495e-8f,-0.000009004296224619138f,0.3710091187547679f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18.mcfunction new file mode 100644 index 000000000..85a210b25 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..ee18e45f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5828746916381882f,-0.06395260928340289f,0.5684290651066111f,0.32528855307460014f,-0.11548371718634325f,0.8079919401834013f,-0.027513271487271018f,1.1552610804079744f,-0.5602366012292986f,-0.10001766248494313f,-0.5857267812543118f,-0.07148642194302766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5514902220270622f,0.1606256139107441f,0.55682847194117f,0.32528855307460014f,0.19837918662458232f,0.7745445759131534f,-0.0269517761507961f,1.1552610804079744f,-0.5445220228078117f,0.11949942292459019f,-0.5737731734736116f,-0.07148642194302766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2178098579270207f,0.0004181706077251073f,0.7870852148068836f,0.3048055665751548f,0.1306048669851825f,0.8053256734945314f,-0.03657010766741963f,1.1561094949321484f,-0.7761737427625586f,0.1356275384587021f,0.21471827193333934f,-0.14646947291353504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.19696657249419158f,0.0820296130286105f,0.7710222512393963f,0.3048055665751548f,-0.18369465742104066f,0.777800057661003f,-0.035823778939513114f,1.1561094949321484f,-0.7532997027444369f,-0.1682207266923937f,0.21033626638367936f,-0.14646947291353504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.43758000854469337f,-1.3727537520813209f,0.6045470389214401f,-0.38745634285401154f,1.3614315765378622f,0.0991347362559744f,-0.7603174445408248f,1.0657082378973999f,0.6296300886454349f,0.7396794509881381f,1.2238653975246743f,-0.7296808236207708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6189140272291485f,-0.10791029810485493f,0.7780107932811203f,-0.22105154818932415f,-0.46330587613190144f,0.850007971969279f,-0.2506673347892081f,1.1904449787821634f,-0.6342657897448423f,-0.5155985018903712f,-0.5760773323155121f,-0.5825655254498077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4115300102717342f,-0.10791029810485493f,0.9049853138082781f,-0.07243971820807994f,-0.5102987445418286f,0.850007971969279f,-0.13069674405931975f,1.377580964217779f,-0.755141206639381f,-0.5155985018903712f,-0.40487027908161527f,-0.31000862557742814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8833463485166491f,-0.3384846298557409f,0.3242335329877601f,-0.15601844022102007f,0.3412365787866801f,-0.009824595288390248f,-0.9399261006192887f,1.1805187851453707f,0.32133600150039965f,0.9409206303822027f,0.10682481669019542f,0.41922270300129316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7394473726787478f,0.1566455186798385f,0.6547364084240477f,0.07905555710401625f,0.5481685457046505f,0.42447497448083693f,-0.7206470991682f,1.3615996920991478f,-0.39080535889179624f,0.891786508934183f,0.22800875848185567f,0.26720774673685005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.49941546519118957f,0.4050337725161286f,0.7658536650360959f,-0.280603352066051f,-0.47408303424901493f,0.6121289508931254f,-0.6328850007037055f,1.072733182984776f,-0.7251409999200953f,-0.6791507863500085f,-0.11368702491951348f,-0.058878669440903225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3307673486978827f,0.21636374323655266f,0.9185748154875792f,-0.23429405761240005f,-0.23613193322480233f,0.9234254796600073f,-0.30253445031302334f,1.243984620106571f,-0.9136928757229593f,-0.3169733650125083f,-0.25434860865700926f,-0.11990085418485483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2634976017760492f,0.5223065957787648f,0.8110270241269822f,-0.16675131554045794f,0.010914189316966368f,0.8422990288607887f,-0.5389000152641732f,1.053564440086478f,-0.9645983072397672f,-0.1331471591366882f,-0.22764432715094274f,0.18346311126674356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2634976017760492f,0.04681726844508938f,0.9635233039390438f,-0.15195105705738468f,0.010914189316966368f,0.9989023642084915f,-0.04555158888820149f,1.240573935945019f,-0.9645983072397672f,-0.0014866586786299735f,-0.2637193499084761f,0.18153611682757245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,-0.15289792976746414f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.9183463249220571f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,0.24675334867873866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,-0.08260030882714345f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.7926945125067189f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,0.31809883926414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,0.10713062796965117f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.9402869308379154f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,-0.279611552291302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,0.21062338394024194f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.8174360468373676f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,-0.27546158097867185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.42461411890181716f,-0.22000912287703833f,0.8782362073383844f,-0.10561477716596795f,0.19241456535681556f,0.9697947199564345f,0.149916097144932f,2.0231660045298723f,-0.884691745789335f,0.10532894661723888f,0.4541214902828556f,0.16397833602026918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.4538034239326422f,-0.150876162951279f,0.8782362073383844f,-0.05486386119238104f,0.038336304548382494f,0.9879552072692391f,0.149916097144932f,2.037537774996686f,-0.8902767997542025f,-0.03436410747704803f,0.4541214902828556f,0.06108549192267826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.3868851451295877f,-0.3631226267439419f,0.8476212847873971f,-0.029922872579826468f,0.27207129173017164f,0.9232316509594621f,0.27133103560584837f,2.0335531191932494f,-0.8810772365089986f,0.12563947076156484f,0.45597985338435765f,0.048248978093110365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.48016070103923947f,-0.22579605566277827f,0.8476212847873971f,-0.0459943126529434f,-0.026539094994494056f,0.9621201305210964f,0.27133103560584837f,2.04198761393745f,-0.8767789787708072f,-0.1527776020665348f,0.45597985338435765f,0.07310523962589643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.4389268408526435f,-0.2981298139309124f,0.8476212847873971f,-0.07337461475583071f,0.12429639322649623f,0.9544264642956745f,0.27133103560584837f,2.1488364967855635f,-0.8898840570602456f,-0.013738205762668869f,0.45597985338435765f,0.12895575280272134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.4389268408526435f,-0.18985360807477022f,0.8782362073383844f,-0.03065755293900748f,0.12429639322649623f,0.9808545103366328f,0.149916097144932f,1.9281442319598217f,-0.8898840570602456f,0.043359394060295514f,0.4541214902828556f,0.11919988913915486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.44072576055139034f,0.04667836659389473f,0.8964273166735407f,0.08069970978420572f,-0.1194355525566237f,0.9928171191046598f,0.007022591987147601f,2.0434571827068573f,-0.8896605829033297f,-0.11016032908833356f,0.4431351364124241f,-0.17841471458359667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.022841020138490247f,0.8964273166735407f,0.029488438405709305f,0.0373457121972056f,0.9992777296539065f,0.007022591987147601f,2.049225620560979f,-0.8959402569702819f,0.0303695047171919f,0.4431351364124241f,-0.07490978023976388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.43498037826300895f,0.08491252232530376f,0.8964273166735407f,0.019700937086922443f,-0.2055107776487234f,0.9786296559332336f,0.007022591987147601f,2.0440748837071925f,-0.8766740504864888f,-0.18728016467409403f,0.4431351364124241f,-0.055028813140606196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.43993033564132644f,-0.05365972143037488f,0.8964273166735407f,0.03235549764632098f,0.106960830630974f,0.9942384341356526f,0.007022591987147601f,2.0551558760437003f,-0.8916393219756754f,0.09279315914171915f,0.4431351364124241f,-0.08080359404921444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.44290829300321216f,0.015821185494655783f,0.8964273166735407f,0.08355266389819019f,-0.049889192251863335f,0.998730069487366f,0.007022591987147601f,2.16219492564378f,-0.8951778105412563f,-0.04783239897083383f,0.4431351364124241f,-0.11554746487185324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.44290829300321216f,0.015821185494655783f,0.8964273166735407f,0.07999289716189265f,-0.049889192251863335f,0.998730069487366f,0.007022591987147601f,1.937480660009123f,-0.8951778105412563f,-0.04783239897083383f,0.4431351364124241f,-0.10478517510341565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.44260180040360053f,-0.02284102013849025f,0.8964273166735407f,0.00836034128637069f,0.03734571219720559f,0.9992777296539064f,0.007022591987147601f,1.4204631535372467f,-0.895940256970282f,0.0303695047171919f,0.4431351364124241f,-0.02220498716257952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2634976017760492f,0.04681726844508938f,0.9635233039390438f,-0.009196134380537827f,0.010914189316966368f,0.9989023642084915f,-0.04555158888820149f,1.0458747669590625f,-0.9645983072397672f,-0.0014866586786299735f,-0.2637193499084761f,-0.021647490158093283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.29402687534202904f,0.5489170107406628f,0.7824565878667888f,-0.33625094969263625f,-0.08641027978360032f,0.800024466185764f,-0.5937121499951837f,0.796256386053683f,-0.9518831126374304f,-0.24217962099177232f,-0.18779662151369672f,0.20116226530690634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.29402687534202904f,0.9550558753279369f,0.03763604094735534f,-0.0370427379651346f,-0.08641027978360032f,0.01265402325720244f,-0.9961792706351233f,0.7494640021012542f,-0.9518831126374304f,-0.29615561905355475f,0.07880602247723771f,0.1129876654347769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2072946241854265f,0.5966300077527159f,0.7752816085996218f,-0.40979424192352804f,0.17051796856807921f,0.8024004069697162f,-0.5719066438591616f,0.8158575923205351f,-0.9633029436159939f,0.013646272158666817f,-0.268069427717771f,-0.05459408758308271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2072946241854265f,0.9779800298487328f,-0.024166091965698855f,-0.07831659146753439f,0.17051796856807921f,0.011796760006592244f,-0.9852839483360939f,0.7658089235115152f,-0.9633029436159939f,-0.20836481869648407f,-0.16920857292212763f,-0.13478457472311545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16834949544503025f,0.7607806134529103f,0.6267944683687128f,-0.025777533939561954f,0.09582918941950479f,0.6454895543192191f,-0.7577334635080973f,0.9389717557180608f,-0.9810582112385607f,-0.06749884042700029f,-0.18157283029794394f,-0.018044610804479083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3557124583815377f,0.7473734834772827f,0.561160871005093f,-0.03241064128032827f,-0.07899280137688384f,0.5742409774713723f,-0.8148665149110961f,0.9016809378317098f,-0.9312511929027502f,-0.33418584049560635f,-0.14522754466508825f,-0.016555146543929145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.7177217068457642f,0.6442245520042762f,-0.025777533939561954f,0.008490834285676424f,0.6696816471197582f,-0.7425997557527886f,0.9389717557180608f,-0.9644053233033508f,-0.190793194410521f,-0.18308557930866293f,-0.018044610804479083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.24422845721510528f,0.255324215930902f,0.9355009382387598f,-0.02714993898827499f,0.09338729185384703f,0.9664234867396857f,-0.23938349566775283f,0.9638766505491998f,-0.965210481919117f,0.028899637319156686f,-0.25987215425337f,-0.01744923970901613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.28234418460606187f,0.2092605577759906f,0.9362113972700928f,-0.02714993898827499f,-0.07647024365831409f,0.9679033606700405f,-0.2394063203812291f,0.9638766505491998f,-0.9562604578533906f,-0.1391872959825104f,-0.2572796793046449f,-0.01744923970901613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.21866446311697987f,0.9393271924374756f,-0.02714993898827499f,0.008490834285676424f,0.9744483275413606f,-0.22445124790247542f,0.9638766505491998f,-0.9644053233033508f,-0.051345004835994114f,-0.259395572172216f,-0.01744923970901613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2175578723996764f,0.49189669643414446f,0.8430339330027596f,-0.07859514612359068f,0.1429440452249569f,0.8704667842954138f,-0.4710144131267401f,0.980381866972692f,-0.9655234705027382f,0.018033787055884036f,-0.2596906052069875f,-0.20410654475315085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.30253129868638406f,0.47209685946976854f,0.8280092804998695f,0.035382173839249284f,-0.1152612673756395f,0.844222025618806f,-0.5234539251004251f,0.9754244521075456f,-0.9461446261318041f,-0.25379859483232314f,-0.20098910344356252f,0.16641672103127267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.3886919873587994f,0.8826484355879041f,-0.07139408998700912f,0.008490834285676424f,0.9160924074059952f,-0.4008772964714035f,0.8351360653111509f,-0.9644053233033508f,-0.09845425362144236f,-0.24541624299952983f,-0.014558586242084726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.26429203188384764f,0.3102850170088574f,0.9131664306699631f,2.958701309451147e-18f,0.008490834285676424f,0.947545157744594f,-0.3195091231372052f,1.0467868518518517f,-0.9644053233033508f,-0.07669017052129713f,-0.2530632137027702f,-0.02415962962962962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9109262456735154f,-0.1092495528090156f,-0.3978415641360075f,-1.0196839404935243f,0.029727162169843457f,0.9444155647889622f,-0.32740729499153454f,1.1996124121610632f,0.411496866054266f,-0.3100705987277349f,-0.8570452456155053f,0.1892767144295474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9726902132563395f,-0.1092495528090156f,-0.20478838894421553f,-1.1084409885675746f,-0.0373056386134608f,0.9444155647889622f,-0.3266305716126213f,1.1992553101646108f,0.2290895858894048f,-0.3100705987277349f,-0.9226994014529573f,0.2194615019117357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9467418461232024f,-0.1092495528090156f,-0.3028934004072406f,-1.0186284544694633f,-0.003809087962157521f,0.9444155647889622f,-0.32873200609804093f,1.2487436620775432f,0.3219710664766747f,-0.3100705987277349f,-0.8945338764722648f,0.3385491896414813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9676918573812299f,-0.25186394746720814f,0.011705602261361303f,0.507170572439007f,-0.23338162948962168f,0.8771777052573914f,-0.4196335167931015f,1.693056240394051f,0.09542266069878097f,-0.4088078098148477f,-0.9076181413235154f,0.5589211301581066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9676918573812299f,-0.25186394746720814f,0.011705602261361303f,0.5978916840684972f,-0.23338162948962168f,0.8771777052573914f,-0.4196335167931015f,1.714935768158703f,0.09542266069878097f,-0.4088078098148477f,-0.9076181413235154f,0.549975255717596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9676918573812299f,-0.25186394746720814f,0.011705602261361303f,0.5507752879145479f,-0.23338162948962168f,0.8771777052573914f,-0.4196335167931015f,1.7669410317953422f,0.09542266069878097f,-0.4088078098148477f,-0.9076181413235154f,0.6905909141363786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000412956299818512f,3.506469909452029e-8f,0.000015069376394227393f,-0.6645872868157059f,1.3266928571369414e-7f,0.00001562443675338821f,0f,1.2129646461004515f,-0.000015068833176614858f,1.2795157775186894e-7f,-0.0000041297118651429256f,0.1519474577181226f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19.mcfunction new file mode 100644 index 000000000..501f56530 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..7961eca76 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.36774982732286987f,-0.027146814793184582f,0.7286752084399665f,0.32827327811057216f,-0.11541484700664643f,0.8079799676668393f,-0.028146569666126473f,1.1667960516830602f,-0.7199888346626468f,-0.11565408224581723f,-0.36767466008068306f,0.02105233315383273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3429993549168928f,0.11329114737432201f,0.7138042858187427f,0.32827327811057216f,0.19843702766852386f,0.7745079228782883f,-0.02757214987702185f,1.1667960516830602f,-0.6949634440577986f,0.16523496399179297f,-0.3601710955892406f,0.02105233315383273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.41378151967695537f,-0.03526344412288141f,0.703196834411864f,0.33069797538579015f,0.13257407143297623f,0.8049543334324455f,-0.03764413787637673f,1.167699905584223f,-0.6914863801998982f,0.1332270807357272f,0.4135717294510378f,-0.05329644553518528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.38770189008481387f,0.12320146082765843f,0.6888458786075403f,0.33069797538579015f,-0.1817732728912312f,0.7782021883720049f,-0.03687589016461394f,1.167699905584223f,-0.6757556671512811f,-0.1386461469459344f,0.40513149007448607f,-0.05329644553518528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.32022229907934857f,-1.5203992564757711f,0.16507583130264294f,-0.1854287736145988f,1.2984693326005134f,0.18118866044095963f,-0.8500319474134997f,1.1233312342934432f,0.8079859661332693f,0.3113888569546652f,1.3006159726437907f,-0.8328106846661322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4582607942601291f,0.09215913856436744f,0.8840270005057252f,-0.0556083115196647f,-0.37789375382496915f,0.8800354295986751f,-0.28763510472671616f,1.2248789859385025f,-0.8044832846393698f,-0.46588017325289677f,-0.3684593721235784f,-0.6372916100471531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2006111402090822f,0.09215913856436744f,0.9753265420376327f,0.015485784311711596f,-0.4418679919005544f,0.8800354295986751f,-0.17404114566632503f,1.387023254264721f,-0.8743613944804423f,-0.46588017325289677f,-0.13582273746345763f,-0.32230877443912076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7693575865717095f,-0.5767738978895585f,0.27462843024319294f,-0.2787255962697679f,0.3376301996682442f,0.002179570300586464f,-0.9412763131755131f,1.1853446902195974f,0.5423050361710986f,0.8169009243394147f,0.1964131552541058f,0.3501649343359676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8173352656885756f,-0.10968662113058165f,0.5656252368898884f,-0.010925539675689266f,0.5544750384957176f,0.4165538027522057f,-0.7204445579625465f,1.3686933206909004f,-0.15659021408427307f,0.9024698191948763f,0.40128260651990494f,0.2738434582562518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.26357277430142245f,0.5874285320472091f,0.7651516924008681f,-0.2574250263308696f,-0.47296140952365007f,0.6126209735233453f,-0.6332480145256761f,1.0847561796244174f,-0.8407359262862826f,-0.5287941589467208f,0.11636081692467032f,-0.14405215660314527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.0467650352308943f,0.3004578823448438f,0.9526479372867532f,-0.19513512378316922f,-0.23490966909957076f,0.9236371377697532f,-0.3028397019811441f,1.256045394818864f,-0.970891589644994f,-0.2379485210488816f,0.027386538431620158f,-0.18849633843461294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03259273460608449f,0.5385856728579684f,0.8419401324577819f,-0.2200840948289231f,0.012149586929622667f,0.842111937532763f,-0.5391659041540511f,1.065246629633166f,-0.9993948675014981f,0.027802116051576415f,0.020903137437183746f,0.12105970261025345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.03259273460608449f,0.045458808580444876f,0.9984343796030585f,-0.2053203533475706f,0.012149586929622667f,0.9988732828105326f,-0.04587540108543259f,1.2522486489033569f,-0.9993948675014981f,0.013625770061036418f,0.03200370606518688f,0.1238145576596052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,-0.2303787615116088f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.9299234024856384f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,0.18093334657857754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,-0.18742615190931894f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.8037305523142155f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,0.2706593204878425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,0.18651780197303752f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.9525195723908602f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,-0.23239814080208002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,0.2826912494669843f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.8292113396541465f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,-0.19543788868609047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6882582535077498f,-0.25583308375304176f,0.6788593445890477f,-0.1601228516273362f,0.19330370821323473f,0.966598310415316f,0.16828957987133036f,2.033663316787629f,-0.6992383376714084f,0.0153993363384742f,0.7147227487430772f,0.11660143882850954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7198057639044769f,-0.14501604226437026f,0.6788593445890477f,-0.07867339826172766f,0.03971452919740551f,0.9849372434207977f,0.16828957987133036f,2.048163424900291f,-0.6930385403572598f,-0.0941752303348331f,0.7147227487430772f,0.03582474642182168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6482105792930642f,-0.41038062391783076f,0.6414131183608288f,-0.04901033788225535f,0.2713427477245695f,0.911536519539332f,0.3089891370313878f,2.0446605775682f,-0.7114746363362722f,-0.026247229547768106f,0.7022214214841611f,0.033793857534561045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7432994823209288f,-0.18998708160313743f,0.6414131183608288f,-0.07262143810735358f,-0.02361798715816109f,0.9507722670961724f,0.3089891370313878f,2.0529180411179793f,-0.6685417490808158f,-0.24482035239074318f,0.7022214214841611f,0.051726951714998054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7044277047836416f,-0.30392568224467087f,0.6414131183608288f,-0.1199398666045462f,0.1254063404338358f,0.9427613499585095f,0.3089891370313878f,2.1596141046871584f,-0.6986092316254086f,-0.1372232367222123f,0.7022214214841611f,0.09250146427674184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7044277047836416f,-0.2071994184291543f,0.6788593445890477f,-0.07331999745798656f,0.1254063404338358f,0.9777279105588241f,0.16828957987133036f,1.9396253248114232f,-0.6986092316254086f,-0.033414576413539815f,0.7147227487430772f,0.10001974396978829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7053317055959057f,0.08286709719797036f,0.7040172080873828f,0.12897106030265768f,-0.1183304570434405f,0.992972862567556f,0.0016724653311516943f,2.0554608316585434f,-0.6989313900641901f,-0.08448632082399817f,0.7101809442505221f,-0.14479126931146893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7096111718887598f,-0.028491322319409804f,0.7040172080873828f,0.0469473710166203f,0.03846156579612235f,0.99925868063091f,0.0016724653311516943f,2.0611005479382247f,-0.7035429572436724f,0.025890804086873366f,0.7101809442505221f,-0.06349275381953454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6954253621050178f,0.14402547155955517f,0.7040172080873828f,0.03122022709309026f,-0.20442346129479214f,0.9788811221654921f,0.0016724653311516943f,2.0559249691259294f,-0.6889082770684076f,-0.1450807092968429f,0.7101809442505221f,-0.04788991904612584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7058951405616621f,-0.07792189197060481f,0.7040172080873828f,0.05159023260419933f,0.10807263727393387f,0.9941415935028435f,0.0016724653311516943f,2.0670382505720983f,-0.700023110764272f,0.07490441121421751f,0.7101809442505221f,-0.06810930271565477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7093940695008638f,0.03346378451178193f,0.7040172080873828f,0.11161214702935428f,-0.04877592458102799f,0.9988083460008642f,0.0016724653311516943f,2.173972594110648f,-0.7031222961464597f,-0.03552552723278085f,0.7101809442505221f,-0.0838592389685055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7093940695008638f,0.03346378451178193f,0.7040172080873828f,0.10408279551420335f,-0.04877592458102799f,0.9988083460008642f,0.0016724653311516943f,1.949240716260454f,-0.7031222961464597f,-0.03552552723278085f,0.7101809442505221f,-0.07586599534112982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7096111718887597f,-0.02849132231940979f,0.7040172080873828f,0.007982663964075216f,0.03846156579612235f,0.9992586806309098f,0.0016724653311516943f,1.4322606821709987f,-0.7035429572436724f,0.025890804086873363f,0.7101809442505221f,-0.023385317288022178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.03259273460608449f,0.045458808580444876f,0.9984343796030585f,-0.009064389253591612f,0.012149586929622667f,0.9988732828105326f,-0.04587540108543259f,1.057683201117049f,-0.9993948675014981f,0.013625770061036418f,0.03200370606518688f,-0.028494981060910834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.002218295685019432f,0.582519632355904f,0.8128136053759167f,-0.39001571268592994f,-0.08113089157703282f,0.8102409472343644f,-0.5804544649295723f,0.7894194854036531f,-0.9967009870548788f,-0.0646566728551871f,0.049057691131235925f,0.08876201445920782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.002218295685019432f,0.9980391675557363f,0.06255317089410412f,-0.07311993876074516f,-0.08113089157703282f,0.06252673426852412f,-0.9947402605372064f,0.7606662571335103f,-0.9967009870548788f,-0.0028683664979443704f,0.08111051027742276f,0.0918078061385599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.08378690367665437f,0.5387262920873995f,0.8383040838419202f,-0.3779874020192339f,0.17133513490568042f,0.8209452588665348f,-0.544695468579839f,0.8291687910259133f,-0.9816435332233038f,0.1892692900560473f,-0.02351828060357518f,-0.1772882265254093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.08378690367665437f,0.9958924520914162f,0.03432169342595842f,-0.03847921885892073f,0.17133513490568042f,0.019532114671793277f,-0.9850191714090137f,0.7790236493703215f,-0.9816435332233038f,0.08841221840783291f,-0.1689948322200248f,-0.1570622339349327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.12754780006160918f,0.7443849886773567f,0.6554559842821297f,-0.025215197165782022f,0.09729072276665061f,0.6482765014322192f,-0.7551636199886383f,0.9505497498875602f,-0.9870491750480249f,0.16008924486864662f,0.010264488024251131f,-0.029993616053753332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.06480902198961072f,0.8059194967665977f,0.5884671234658944f,-0.03170290702150799f,-0.07902628704824582f,0.5837097719108219f,-0.808107510255402f,0.9132070012483468f,-0.9947636084136363f,-0.09887702921958323f,0.025859166045935866f,-0.03054315091899982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.7368514272098325f,0.6753139121325862f,-0.025215197165782022f,0.009211019407118807f,0.6754085399106985f,-0.737386236199985f,0.9505497498875602f,-0.9994568839236974f,0.02955128482031337f,0.01458282356067334f,-0.029993616053753332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.04992435406921551f,0.22515990656749976f,0.9730419185961552f,-0.02698307501976534f,0.09435531342619154f,0.9688360714914142f,-0.22902781797268396f,0.9754361352732747f,-0.994285991905255f,0.10324574108213107f,0.027123481512976708f,-0.02982022869210701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013114994375715058f,0.23067424138997752f,0.9729426454224749f,-0.02698307501976534f,-0.07600337603140768f,0.9704413978460225f,-0.22905671825660667f,0.9754361352732747f,-0.9970213055669138f,-0.07094284816538175f,0.03025935458383381f,-0.02982022869210701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.21117001893997114f,0.9769371160939059f,-0.02698307501976534f,0.009211019407118807f,0.9773233758723069f,-0.21155182838973371f,0.9754361352732747f,-0.9994568839236974f,0.015692102295418595f,0.028977493043448932f,-0.02982022869210701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.07568688638660842f,0.45892345115047445f,0.8852461585419272f,-0.02116460967873182f,0.145977689247951f,0.8731277686548654f,-0.4651219343845274f,0.9925157110532362f,-0.9863883664515358f,0.16442981964325704f,-0.0009082627134674552f,-0.22333391210512413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.008882017097920393f,0.5165631846392399f,0.8562030051615324f,-0.02156004520208929f,-0.11500908387748593f,0.8500270024272706f,-0.514030160370158f,0.9869754088070537f,-0.9933247305881061f,-0.10303674791003269f,0.051859504260942574f,0.16431308176834505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.39006676733937995f,0.9202428063931777f,-0.06865602134533623f,0.009211019407118807f,0.920550885954479f,-0.39051405031049186f,0.8462201893315873f,-0.9994568839236974f,0.020832267899336638f,0.02553338582529315f,-0.04014708307478428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.03164007425741434f,0.30837800022588996f,0.9507375635145939f,3.453389162958117e-18f,0.009211019407118807f,0.9510834540197184f,-0.3087967302472678f,1.0586559375f,-0.9994568839236974f,0.01852761362408007f,0.027251875365372845f,-0.028199062500000007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9978697145448331f,0.023669348785026988f,-0.06079304830575298f,-1.1225916816467494f,0.04289921362092628f,0.9401223974395286f,-0.3381265078387954f,1.2205419744963133f,0.04914967207336199f,-0.34001417582307597f,-0.9391350648199837f,-0.12874142290832055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9839162068318589f,0.023669348785026988f,0.1770555276225479f,-1.2161545501553626f,-0.03832867548864639f,0.9401223974395286f,-0.3386750514399295f,1.2207577559556886f,-0.17447008502574904f,-0.34001417582307597f,-0.9240944484577656f,-0.1346579738294029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9980039307585398f,0.023669348785026988f,0.05854840833529165f,-1.1781553771513498f,0.002301668900003307f,0.9401223974395286f,-0.34082925366351347f,1.271774253275528f,-0.06310987649154498f,-0.34001417582307597f,-0.9383003270427737f,0.009045350687554354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9512633269510299f,-0.12215971609052323f,0.28315205555097234f,0.2600116714807073f,-0.2337371881943624f,0.8845636611810986f,-0.4036261341549672f,1.6839904265157635f,-0.20115916497403563f,-0.4501379045165749f,-0.8700062397847359f,0.6936715987525843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9512633269510299f,-0.12215971609052323f,0.28315205555097234f,0.3491926083823663f,-0.2337371881943624f,0.8845636611810986f,-0.4036261341549672f,1.7059032879089848f,-0.20115916497403563f,-0.4501379045165749f,-0.8700062397847359f,0.7125302704689003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9512633269510299f,-0.12215971609052323f,0.28315205555097234f,0.26212933159889096f,-0.2337371881943624f,0.8845636611810986f,-0.4036261341549672f,1.7554907773356192f,-0.20115916497403563f,-0.4501379045165749f,-0.8700062397847359f,0.8336018705784527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.943761602720991e-7f,-4.5539015938407626e-9f,0.000015617176328457552f,-0.6869758125693008f,1.4392217823623137e-7f,0.000015624337150951774f,0f,1.224837870727546f,-0.00001561651381130777f,1.4385011424581896e-7f,4.943971337549507e-7f,-0.055636725046293856f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..f8c821c83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.752945820303399f,-0.13466656877443653f,-0.2861502252080292f,0.011509633407143158f,-0.13112854964684767f,0.8053542885363563f,-0.03397378177445213f,1.2204687915532988f,0.2877887065185152f,0.014622914725315342f,-0.7641389109381751f,-0.34489886182084006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7319176136146898f,0.16038289400270433f,-0.28031042469357964f,0.011509633407143158f,0.18323143862245714f,0.7780222697719255f,-0.03328043928925923f,1.2204687915532988f,0.2659376746174231f,-0.0946502776026496f,-0.7485442392863757f,-0.34489886182084006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7790043158124426f,0.13545757332279176f,0.20432319060628662f,-0.047665009384865786f,0.13112854964684767f,0.8053542885363563f,-0.03397378177445213f,1.2204687915532988f,-0.2071280373526159f,0.00040026246936793587f,-0.7899634550894448f,-0.3417831818958013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7557977262524925f,-0.1694356563778773f,0.20015332957350526f,-0.047665009384865786f,-0.18323143862245714f,0.7780222697719255f,-0.03328043928925923f,1.2204687915532988f,-0.18760606837708385f,-0.07728457858291798f,-0.7738417519243541f,-0.3417831818958013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.030900606262842835f,0.45247422574441076f,1.495231914309477f,-0.5776137122306219f,1.560621827964234f,0.05814613132368349f,-0.04984764280948254f,0.9176483733416886f,-0.07007790389389179f,1.4944204068631706f,-0.4507804176500499f,0.03754591504623972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4782221848161678f,-0.8646871892117192f,-0.15368671628604538f,-0.4814621697802221f,-0.8492211211452066f,0.49989742174013446f,-0.17007661549561856f,1.1380451631126003f,0.2238906638306503f,0.04917959486110678f,-0.9733726614708099f,-0.029665812156313483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5016522293140132f,-0.8646871892117192f,0.025711974591949974f,-0.29816040943294025f,-0.8543931918349938f,0.49989742174013446f,0.14182680100593684f,1.455889834028428f,-0.13548916772307704f,0.04917959486110678f,-0.9895575035736959f,0.013113920648100475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6464753917375765f,0.7384516143895057f,0.191725796603586f,0.39546039321227844f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.288800734586136f,-0.6700202771695305f,0.6697133004136848f,-0.32024509899555875f,0.2533116745410393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.22128036475433918f,0.8779589166926985f,0.4245269611861768f,0.29788895966995593f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.455889834028428f,-0.8316825562955362f,0.057428647629276436f,-0.5522735517704922f,-0.018269438270910852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9979996566893021f,0.03335227673220528f,-0.053705780739259f,-0.1485677007598879f,0.06007750976849275f,0.7648204492657811f,-0.6414361801495964f,1.1300800253249281f,0.019681922366771593f,-0.6433795971443819f,-0.7652942675273879f,0.274504450401697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9985577329022393f,0.01909095149505521f,-0.05017957385384594f,-0.14530176969115158f,0.033307928151871946f,0.9533182347556921f,-0.30012484936192974f,1.3069514140331084f,0.042107433825511936f,-0.3013633668070901f,-0.9525791752727567f,0.21204519927991294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.0282509176222703f,-0.04434505793201204f,0.16752429974073868f,0f,0.8433914458128857f,-0.5372996083468239f,1.1199024936575435f,0.05257944949782002f,-0.5365563854648921f,-0.842224819574534f,0.21001685756074615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.0022934833751015356f,-0.0525294055125502f,0.1667659628234537f,0f,0.9990482215818578f,-0.04361938736533605f,1.3069514140331084f,0.05257944949782002f,-0.043559050588085235f,-0.9976662821817578f,0.1956141213118442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,0.29496559940751194f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.9926672300726453f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,0.04013665929993676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,0.33194714021193095f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.8718823851034159f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,-0.05917949933243419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.2925311665853468f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.9942058827478668f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,0.041333528497956476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.33054921292895223f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.8736174615244103f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,-0.05782983832190132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9872593771104963f,0.15910764539858419f,-0.0019181978816671802f,0.19670152860215853f,0.1588644893116234f,0.9862891819334002f,0.044673522772459534f,2.100568241775391f,0.008999796839481962f,0.043799620738800296f,-0.9989997982382105f,0.02325358105126485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,0.081544433934925f,0.0026189832769728943f,0.9989982068500892f,0.044673522772459534f,2.1109371966976744f,0.002037224166842078f,0.04466825313025717f,-0.9989997982382105f,0.023938377825101394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.969635412107291f,0.24454751706858674f,-0.0019181978816671802f,0.05919637947574173f,0.24422072818267765f,0.9686901012651165f,0.044673522772459534f,2.106680338011945f,0.012782938372950652f,0.04284856598029905f,-0.9989997982382105f,0.023790929464278042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9977474158215667f,-0.06705531103702883f,-0.0019181978816671802f,0.0883307188444821f,-0.06707398862122665f,0.9967473884658732f,0.044673522772459534f,2.1165952655080362f,-0.0010836382355145467f,0.04470155308475563f,-0.9989997982382105f,0.024178366290497237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9959532511760738f,0.08985233435306571f,-0.0019181978816671802f,0.14633985983438763f,0.08967744797650953f,0.9949684576344715f,0.044673522772459534f,2.222472236762084f,0.005922566692640423f,0.044320721155977606f,-0.9989997982382105f,-0.0024796728521865596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9959532511760738f,0.08985233435306571f,-0.0019181978816671802f,0.12612308460494787f,0.08967744797650953f,0.9949684576344715f,0.044673522772459534f,1.9986043337943282f,0.005922566692640423f,0.044320721155977606f,-0.9989997982382105f,-0.012451835112281505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881064302375772f,-0.1537595624344662f,-0.0019181978816671802f,-0.19377286950030267f,-0.15369101081786385f,0.9871085804291654f,0.044673522772459534f,2.1015908933234897f,-0.004975511725944833f,0.04443700488421424f,-0.9989997982382105f,0.024049069310530954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.07856120835007968f,0.0026189832769728943f,0.9989982068500892f,0.044673522772459534f,2.1113565130055756f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,0.024264550704293744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9709453580845049f,-0.2392936107192151f,-0.0019181978816671802f,-0.05623654389436039f,-0.23913835162100744f,0.9699572800629347f,0.044673522772459534f,2.1069826565720344f,-0.008829518567844558f,0.04383426424470682f,-0.9989997982382105f,0.024026093499922664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973697021303802f,0.07245686847527541f,-0.0019181978816671802f,-0.08531672940712015f,0.07229919575190634f,0.9963820063894803f,0.044673522772459534f,2.1170500477745335f,0.005148161417838907f,0.04441733393654519f,-0.9989997982382105f,0.02453212701593005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.996425177515442f,-0.0844581916110355f,-0.0019181978816671802f,-0.14287863233428347f,-0.08445941346668684f,0.9954249764999681f,0.044673522772459534f,2.223229699326064f,-0.001863622864975518f,0.0446758327267868f,-0.9989997982382105f,-0.0018904667070439723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.996425177515442f,-0.0844581916110355f,-0.0019181978816671802f,-0.12387553922180052f,-0.08445941346668684f,0.9954249764999681f,0.044673522772459534f,1.9992590796135714f,-0.001863622864975518f,0.0446758327267868f,-0.9989997982382105f,-0.011942529070570987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999944953069936f,0.0027073737454951924f,-0.0019181978816671802f,-0.00020381266919049722f,0.0026189832769728935f,0.9989982068500892f,0.044673522772459534f,1.4855490781066396f,0.002037224166842079f,0.044668253130257164f,-0.9989997982382105f,-0.0038709181257389723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.0022934833751015356f,-0.0525294055125502f,0.0006562435964725786f,0f,0.9990482215818578f,-0.04361938736533605f,1.110905995013443f,0.05257944949782002f,-0.043559050588085235f,-0.9976662821817578f,0.012463725844792991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9874470847570365f,-0.1569070191615687f,0.018122972787625577f,0.15487642951699007f,-0.1205904774487396f,0.674806101272469f,-0.7280760004519686f,0.8741800999326662f,0.10201074234371073f,-0.7211219820691096f,-0.6852568098335131f,0.3932643013526602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9874470847570365f,-0.09419916726915817f,0.12678632296358733f,0.12944422271999212f,-0.1205904774487396f,-0.06880799901885226f,-0.9903147964257155f,0.8183774991158203f,0.10201074234371073f,-0.99317268194248f,0.0565847354828693f,0.08111854097057461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9869395361596712f,0.1467602180335036f,-0.06642130959030715f,-0.12744314993066652f,0.1604299972043605f,0.8581322011510841f,-0.4877205566147528f,0.8150060763124116f,-0.014579710626134924f,-0.4920066704327837f,-0.870469337936555f,0.421110171348703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9869395361596712f,0.038560106941143465f,-0.15640802446684288f,-0.1211689146644091f,0.1604299972043605f,0.14739759615944076f,-0.9759795923293824f,0.8222454989732476f,-0.014579710626134924f,-0.9883253850828209f,-0.1516587130334165f,0.07605049113944504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9945759694204461f,0.09614552991634487f,-0.03968221425884418f,0.0017616089922716858f,0.09850936773847196f,0.7482529351414527f,-0.6560590289905073f,1.0051029705929564f,-0.0333848097066028f,-0.6564096145923717f,-0.7536656237029442f,0.033457410698427725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9855709093135199f,-0.16846710112038316f,-0.016395687085821488f,0.0018816527138661985f,-0.09850936773847196f,0.6496652195352794f,-0.7538109889050062f,0.9676346250108836f,0.13764405974355767f,-0.7413190530171685f,-0.6568867287828553f,0.03573734461836987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.034495222582395214f,-0.03968221425884418f,0.0017616089922716858f,0f,0.7547095802227719f,-0.6560590289905073f,1.0051029705929564f,0.05257944949782002f,-0.6551515314329641f,-0.7536656237029442f,0.033457410698427725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961947205347705f,0.07128440406960201f,-0.0501459122470813f,0.001760612367998106f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0300980409052625f,0.02620738421426343f,-0.3037297538655738f,-0.9523977160983766f,0.03343848228254233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9934386911552315f,-0.10278596402568083f,-0.0501459122470813f,0.001760612367998106f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0300980409052625f,0.07855135342235857f,-0.2945645519170828f,-0.9523977160983766f,0.03343848228254233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.01581094539873652f,-0.0501459122470813f,0.001760612367998106f,0f,0.9537169507482269f,-0.30070579950427306f,1.0300980409052625f,0.05257944949782002f,-0.3002898464169281f,-0.9523977160983766f,0.03343848228254233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9926997939769295f,0.10975118502701862f,-0.050017961007288954f,-0.1917197252762076f,0.1205904774487396f,0.9108879698221498f,-0.3946403973010963f,1.0425790311541199f,0.0022485076932441395f,-0.3977911308946534f,-0.917473247781485f,0.04365721202984175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9874470847570365f,-0.1544054226559134f,-0.033274919372985f,0.1945849946963264f,-0.1205904774487396f,0.8730265891473716f,-0.472527789013928f,1.042586098743917f,0.10201074234371073f,-0.4625835493142347f,-0.8806873840077023f,0.010761501868149823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.024278487890279896f,-0.04663854130711356f,-0.00330584387315568f,0f,0.8870108331782217f,-0.46174861323503386f,0.9045081669545093f,0.05257944949782002f,-0.4611098967168656f,-0.8857838701626192f,0.0857983299206938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.998616744046737f,-0.02012128420569266f,-0.04857707722174677f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.1109375f,0.05257944949782002f,-0.3821540832290556f,-0.9226015706478427f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6158535968745409f,-0.20391333180977145f,-0.761014914654718f,-0.023275433400415685f,0f,0.9659258262890683f,-0.2588190451025207f,1.1890625f,0.7878606140788419f,0.15939463986602148f,0.5948688944341357f,0.36645796255729846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6158535968745409f,-0.20391333180977145f,-0.761014914654718f,0.03446084130657254f,0f,0.9659258262890683f,-0.2588190451025207f,1.1890625f,0.7878606140788419f,0.15939463986602148f,0.5948688944341357f,0.4403198951271899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6158535968745409f,-0.20391333180977145f,-0.761014914654718f,0.11974494115128614f,0f,0.9659258262890683f,-0.2588190451025207f,1.227885356765378f,0.7878606140788419f,0.15939463986602148f,0.5948688944341357f,0.3141585946771238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5249775210253461f,-0.5427894103418032f,-0.655574754272066f,0.5185871103762105f,-0.4573721753807876f,0.8294993993759021f,-0.3205330554287085f,2.0350782517079975f,0.7177808130658886f,0.13156900264049692f,-0.6837253117580602f,-0.4534089888640161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2217970726455213f,-0.5427894103418032f,-0.8100529085107186f,0.5345371434365742f,-0.009519930397001386f,0.8294993993759021f,-0.5584264654905369f,2.0596409982920023f,0.9750463729952096f,0.13156900264049692f,0.17881322113610987f,-0.5424670060529433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17013368597721368f,-0.5427894103418032f,-0.8224561902719222f,0.6499305554471807f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.121345574910965f,0.9499521833485571f,0.13156900264049692f,-0.28333804350191644f,-0.45543729093319224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015603386625730267f,0f,-8.215538984034379e-7f,0.02894085517959394f,0f,0.000015625f,0f,1.2770599999999999f,8.215538984034379e-7f,0f,-0.000015603386625730267f,0.6869285037088821f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2.mcfunction new file mode 100644 index 000000000..54edeee21 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20.mcfunction new file mode 100644 index 000000000..74b0b52be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..42f174899 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1397620806504907f,0.008869577068948956f,0.8045696587986078f,0.30788642494926316f,-0.11569106144919516f,0.8079101687208409f,-0.029003138152020946f,1.178957678775603f,-0.7962578624776329f,-0.11894088584050758f,-0.13700703106947132f,0.10046428141778684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.12316318583295481f,0.060420297260913955f,0.7881498698435342f,0.30788642494926316f,0.19816088095477538f,0.7745482985909523f,-0.028411237373408275f,1.178957678775603f,-0.7652209451620523f,0.19085156753027627f,-0.1342109692109107f,0.10046428141778684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5602427809165091f,-0.06527251525513911f,0.590603055890882f,0.3287037144296507f,0.13430565572975076f,0.8046279135142373f,-0.03847539573767533f,1.1798792559073314f,-0.5788216147608714f,0.12352272661513222f,0.5627185075502896f,0.03238641834796248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5315025783212152f,0.15094696112242184f,0.5785499323012723f,0.3287037144296507f,-0.18008377987705962f,0.7785558954159388f,-0.03769018357976359f,1.1798792559073314f,-0.5701533490764493f,-0.10519378613298229f,0.5512344563757939f,0.03238641834796248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.16692831545763598f,-1.5385197108733972f,-0.21563461399439904f,0.011821917722470876f,1.225803656019566f,0.26367519689151825f,-0.9323556389239485f,1.1843843296012122f,0.9544352174912349f,-0.06956105087084773f,1.235160283450776f,-0.8744847200393274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.28227919200728724f,0.2375143651055346f,0.9294651064608223f,0.09873048655086865f,-0.2866466123729704f,0.9037230823621106f,-0.31799105336632644f,1.2609257165126366f,-0.9155065141083448f,-0.35619028169566985f,-0.1870195333400933f,-0.6453398909930432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011794287892081423f,0.2375143651055346f,0.9713124220052132f,0.09211238734474826f,-0.36933921667246095f,0.9037230823621106f,-0.2165020402529702f,1.3968529153776919f,-0.9292198005858956f,-0.35619028169566985f,0.09838213976463306f,-0.3118994718104743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6272267033327479f,-0.7498878173211225f,0.21036854341772682f,-0.36691714553940813f,0.33411541433878417f,0.01508544077372349f,-0.9424114384799696f,1.1907374401136799f,0.7035293544178213f,0.6613929927887244f,0.26001107007667745f,0.26098210657906445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.8257397256303771f,-0.33888636317397597f,0.4508990334549253f,-0.09001831801340257f,0.5608898540347854f,0.40881152661886727f,-0.7199136804814786f,1.3763823248592686f,0.059636206759880434f,0.8473660180572903f,0.5276498405998298f,0.2563396107252281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.03496434515058794f,0.7051708977101612f,0.7081747662765427f,-0.2177860183262054f,-0.47220245977189584f,0.612864480588919f,-0.6335786970991413f,1.0973529948404088f,-0.8807964189036883f,-0.3565545308296052f,0.3115550272284474f,-0.21126652068909946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.20832687797672284f,0.35224462996242417f,0.9124273300242088f,-0.14603747939559958f,-0.23411320529433136f,0.9237352712634666f,-0.3031569819922082f,1.2686586270648574f,-0.9496267261504838f,-0.150455539234834f,0.274904004507518f,-0.23775878426745886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2923959952282285f,0.5127205160034324f,0.8072312273714811f,-0.25096025511738623f,0.012944310682961953f,0.8419222632361861f,-0.5394435535699735f,1.0776183758945872f,-0.9562097190446439f,0.16818018651562974f,0.2395378844110703f,0.054382270820037715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2923959952282285f,0.04041337821469773f,0.9554430076335111f,-0.23741122790442099f,0.012944310682961953f,0.9988478447592133f,-0.04621068968125577f,1.2646135299764318f,-0.9562097190446439f,0.02587937173020534f,0.29153598632658223f,0.06105675293399235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,-0.2796480469784552f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.9422927047256668f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,0.10316849115566373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,-0.26499224610012695f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.8155857478351312f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,0.2008970288309752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,0.23973312317425083f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.9651914470133396f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.17046465320453363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,0.3206929032210095f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.8414077338191028f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.10766800629860901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8619192825312818f,-0.25820966910375853f,0.43637474397825526f,-0.1945241463293112f,0.19356448179732408f,0.9630040361432168f,0.1874993806880632f,2.044815669186923f,-0.4686447927666471f,-0.07714268049012425f,0.8800119687024178f,0.06030346412323377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.891700517344735f,-0.12019679773207022f,0.43637474397825526f,-0.09302488070479953f,0.04053436059890947f,0.9814280146054678f,0.1874993806880632f,2.0593748457474303f,-0.4508072237419999f,-0.14950512353269202f,0.8800119687024178f,0.006870608308063353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8251571089659718f,-0.4016597671185946f,0.3972218234200581f,-0.06281205685885509f,0.2697107487186994f,0.8979668202978591f,0.34772359952949816f,2.056525116313157f,-0.4963585977380849f,-0.1797916047049713f,0.8492956619040825f,0.016149409455017295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.908890739445687f,-0.12701356915194767f,0.3972218234200581f,-0.09084646314059316f,-0.020976842773109183f,0.9373624007807874f,0.34772359952949816f,2.064597487679389f,-0.41650641749815165f,-0.32437521923501195f,0.8492956619040825f,0.025956269806632182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.877831486482263f,-0.2676316579539589f,0.3972218234200581f,-0.1502254563739152f,0.12591720268547163f,0.9291034153408946f,0.34772359952949816f,2.1709854217125186f,-0.4621219962393117f,-0.2552256634092665f,0.8492956619040825f,0.046965486498587894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.877831486482263f,-0.1974562335259457f,0.43637474397825526f,-0.10579780383057749f,0.12591720268547163f,0.9741605824038758f,0.1874993806880632f,1.9517992906716468f,-0.4621219962393117f,-0.10964577297957553f,0.8800119687024178f,0.07163578541899235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8782977417182455f,0.10591410600382828f,0.46623521857753286f,0.15934178451790282f,-0.11781784156686512f,0.9930285567636453f,-0.003638909237217075f,2.0679630959915993f,-0.463370298035119f,-0.05173478134989511f,0.8846533102280937f,-0.10294639564262678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8840530555790741f,-0.03278590976719795f,0.46623521857753286f,0.05718172656998829f,0.03897658261731554f,0.9992334984111767f,-0.003638909237217075f,2.0735432362817017f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.049082444623215635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8657245310694517f,0.18205976288718537f,0.46623521857753286f,0.037576715844269665f,-0.20391765054389488f,0.9789812818109555f,-0.003638909237217075f,2.068356262584494f,-0.45709805086133976f,-0.09192329738015576f,0.8846533102280937f,-0.03877143190336445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8796125173141818f,-0.09437446869873453f,0.46623521857753286f,0.06298132405950224f,0.10858464291718567f,0.9940805468683666f,-0.003638909237217075f,2.079484282991085f,-0.46313194092694093f,0.05382681483908369f,0.8846533102280937f,-0.05211454504314639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8835464471170986f,0.04438915120513395f,0.46623521857753286f,0.12520301908534612f,-0.04826067277926239f,0.9988281462806584f,-0.003638909237217075f,2.1862797692391234f,-0.46585038719490723f,-0.019285679994013493f,0.8846533102280937f,-0.049143128477617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8835464471170986f,0.04438915120513395f,0.46623521857753286f,0.11521546006419099f,-0.04826067277926239f,0.9988281462806584f,-0.003638909237217075f,1.9615434363259756f,-0.46585038719490723f,-0.019285679994013493f,0.8846533102280937f,-0.04480385047896397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.884053055579074f,-0.03278590976719795f,0.46623521857753286f,0.006941756291947803f,0.03897658261731554f,0.9992334984111766f,-0.003638909237217075f,1.444677911476746f,-0.4657585435918253f,0.021389244346126f,0.8846533102280937f,-0.025191436202003314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2923959952282285f,0.04041337821469773f,0.9554430076335111f,-0.008213260538563846f,0.012944310682961953f,0.9988478447592133f,-0.04621068968125577f,1.070109969692041f,-0.9562097190446439f,0.02587937173020534f,0.29153598632658223f,-0.03489620060083032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.26492453216163386f,0.5644753170756297f,0.7817816886262475f,-0.4084939435876849f,-0.07609247689099476f,0.820460285456645f,-0.5666170267023344f,0.7820605372643121f,-0.9612621532233198f,0.09062304563833638f,0.26031238230191656f,-0.02087876317811771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.26492453216163386f,0.9600171160107153f,0.09045512271512635f,-0.09921187805200525f,-0.07609247689099476f,0.1143279525944102f,-0.9905246358451483f,0.772536444428163f,-0.9612621532233198f,0.25553132141097584f,0.10333835956907637f,0.06511351068274895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.3351079085519225f,0.44234840235214024f,0.8318837542364111f,-0.32162983466698786f,0.17169086743413067f,0.8394817303626516f,-0.5155508417479734f,0.8430696280340436f,-0.9264043046454783f,0.3155920076995572f,0.2053697860214364f,-0.27287032171724224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.3351079085519225f,0.9383439858441741f,0.08493087692956502f,0.00018964862388016736f,0.17169086743413067f,0.02781645199564675f,-0.9847580875718104f,0.792885875220616f,-0.9264043046454783f,0.34458207908775884f,-0.15178357982958973f,-0.16575924567016043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3800113318274271f,0.6741374305302931f,0.6333483342054033f,-0.022653510445941893f,0.09834450203515274f,0.6513871720424904f,-0.7523450744292439f,0.9627405008055598f,-0.9197389556837325f,0.3481859802698858f,0.18123679687440916f,-0.04035843592833783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.19774924110086078f,0.7968277909353476f,0.5709296885231383f,-0.02847504914650486f,-0.0795539458376739f,0.5935555664071489f,-0.8008513965079571f,0.925345262734073f,-0.977019143796932f,0.11294804637612338f,0.18076595773022924f,-0.042502163617480236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.6981820568981825f,0.6539446282777995f,-0.022653510445941893f,0.009476349583093003f,0.6814664736902425f,-0.7317879775145018f,0.9627405008055598f,-0.9565625751755843f,0.21942028315907622f,0.19194472931509604f,-0.04035843592833783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3065495231949991f,0.1801053942888183f,0.9346600648240986f,-0.02468530046691178f,0.09486390725524316f,0.9712661211679685f,-0.21827267573289547f,0.987604517711088f,-0.9471157420976526f,0.1555768903770686f,0.2806556649195136f,-0.0407310081924661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2739789983004611f,0.2308842066676273f,0.9336101925331237f,-0.02468530046691178f,-0.0759833288313608f,0.972917604796921f,-0.2183068208186076f,0.987604517711088f,-0.958729389468155f,-0.011127326169514038f,0.28410234138833856f,-0.0407310081924661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.18685243145044017f,0.9381833137980151f,-0.02468530046691178f,0.009476349583093003f,0.9801260978364763f,-0.19814901245885908f,0.987604517711088f,-0.9565625751755843f,0.06662582983273567f,0.283811625153999f,-0.0407310081924661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.32941247708834004f,0.39364965378797f,0.8582117279617748f,0.031395726936027234f,0.14864032132872718f,0.8759886670125728f,-0.4588571783690742f,1.0051876802911413f,-0.9324127169949028f,0.2787181467686435f,0.23004938567193867f,-0.22602246942374332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.25205653476409984f,0.5160059189250019f,0.8186607324875663f,-0.07026448998923356f,-0.11520836877449295f,0.8559594443894639f,-0.5040441065271972f,0.9992265293329207f,-0.9608301280908268f,0.03273104328988805f,0.27519837164874533f,0.1480486834776924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.3607100250630397f,0.8859966361375126f,-0.060759326235284836f,0.009476349583093003f,0.925050397790571f,-0.37972616494795997f,0.8579091317870112f,-0.9565625751755843f,0.1190379744725505f,0.26611651659926544f,-0.06117142397511457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.2913730230684263f,0.28211771962184923f,0.914063101598207f,3.9659279444609876e-18f,0.009476349583093003f,0.9546256176933862f,-0.29765773774941545f,1.0711342592592592f,-0.9565625751755843f,0.09539141637950688f,0.2754787059911641f,-0.03238425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9555536679007467f,0.1541446832582258f,0.25130977773387686f,-1.1391572568890758f,0.05888395230815568f,0.9350373392194439f,-0.3496253057574544f,1.2419604337705812f,-0.28887690790715725f,-0.3192876303408009f,-0.9025550072928273f,-0.4485952562612513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8515429854802893f,0.1541446832582258f,0.5011127223515053f,-1.2246704115334788f,-0.03817231880818555f,0.9350373392194439f,-0.35248836625090035f,1.2429405236374444f,-0.522893314124518f,-0.3192876303408009f,-0.7903404273825515f,-0.48700882556449715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9121403162069663f,0.1541446832582258f,0.37978870464124725f,-1.2388821399074643f,0.010454291913207413f,0.9350373392194439f,-0.35439509314607626f,1.2956097426759243f,-0.40974473923462246f,-0.3192876303408009f,-0.8544967277765944f,-0.33962753174638505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8605794743846302f,-0.005252259749026352f,0.5092890947540525f,0.008412263453381828f,-0.2342074754240721f,0.8920319516008226f,-0.38655640698184085f,1.6759548014956147f,-0.4522718504653546f,-0.45194182268380156f,-0.7688945065390226f,0.7325446422939105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8605794743846302f,-0.005252259749026352f,0.5092890947540525f,0.0890915891769409f,-0.2342074754240721f,0.8920319516008226f,-0.38655640698184085f,1.6979117523166216f,-0.4522718504653546f,-0.45194182268380156f,-0.7688945065390226f,0.7749451282750375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8605794743846302f,-0.005252259749026352f,0.5092890947540525f,-0.027641437897946514f,-0.2342074754240721f,0.8920319516008226f,-0.38655640698184085f,1.7449167379533943f,-0.4522718504653546f,-0.45194182268380156f,-0.7688945065390226f,0.8690790612653274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000004552703485444161f,-4.314494705376861e-8f,0.000014946961379730945f,-0.6560220260880493f,1.4806796223582818e-7f,0.000015624298412362693f,0f,1.2373176956448693f,-0.000014946290237118507f,1.4164263123932056e-7f,0.000004552907918334357f,-0.23811027625978526f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21.mcfunction new file mode 100644 index 000000000..f8a4d7ce9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..f2c9c58a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.07866728733390482f,0.04155878417415516f,0.8118058695315864f,0.2719702312873462f,-0.11640475829489658f,0.8077685627773289f,-0.030072008236893242f,1.1916641256948077f,-0.8044910407172201f,-0.11281516250513068f,0.0837337981887205f,0.16531315689927983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.0867751394142022f,0.008121445775771247f,0.7952384028064521f,0.2719702312873462f,0.1974618832502844f,0.7746876877753003f,-0.029458293783079095f,1.1916641256948077f,-0.7703758042948239f,0.19948190025130186f,0.0820249451644609f,0.16531315689927983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6650924440515734f,-0.08958612363358515f,0.46537169205083445f,0.30667118109974445f,0.1356659507273557f,0.8043722948708686f,-0.03904363586885373f,1.1925627783694834f,-0.4540828505054902f,0.10910537173267382f,0.6699621087646136f,0.10659297134532614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6355086578659989f,0.16824790854626703f,0.4558743105804093f,0.30667118109974445f,-0.1787568544309023f,0.7788344928291396f,-0.038246826973571006f,1.1925627783694834f,-0.4518569826519512f,-0.07148058512200367f,0.6562894126673766f,0.10659297134532614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.010456594920301543f,-1.4749582046001162f,-0.5155532991897882f,0.19227446625127542f,1.1448328475758884f,0.34363078169963013f,-1.0063209661831483f,1.247782916726767f,1.0633224631944704f,-0.38447682706673436f,1.0783919318664899f,-0.8684481213634095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.10771112943887273f,0.3246365633900541f,0.9396858061635803f,0.23480494531227758f,-0.19150624014973017f,0.9207083246736426f,-0.3400316762602694f,1.2980393409187692f,-0.9755632591373643f,-0.21658089155544197f,-0.03700060586441156f,-0.619186455024203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.21160597016580326f,0.3246365633900541f,0.9218644233836581f,0.1555459409237847f,-0.29387776291498907f,0.9207083246736426f,-0.2567723531471725f,1.4069607471849999f,-0.9321259431290766f,-0.21658089155544197f,0.29023084529177656f,-0.286497543649016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4752606572024309f,-0.8686416954904941f,0.13996039643739622f,-0.4247664534539605f,0.3307222279776968f,0.028961203491078013f,-0.9432836564967173f,1.196699353736224f,0.815322093185866f,0.49459362465335927f,0.30104323745148337f,0.1633929548408437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7852669206496758f,-0.5266153173403597f,0.3256258142038003f,-0.15580901557132326f,0.5673485455577242f,0.4014124676609903f,-0.7190157568926078f,1.3846435544222735f,0.2479344493750529f,0.7493626213982297f,0.6139903667520059f,0.22253203632573287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.17271094851768082f,0.7692804274218821f,0.6151248265577721f,-0.1692732361327856f,-0.47191069579922856f,0.6127934958156994f,-0.633864675365541f,1.1104226453675108f,-0.8645641812221987f,-0.1808086155900236f,0.4688678076771832f,-0.2614412267354699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.42540457030917606f,0.3778884528067394f,0.8223328211833659f,-0.09327957109912595f,-0.23386331505521862f,0.9236908909153073f,-0.30348490557434604f,1.2817179067542912f,-0.8742647776454503f,-0.06320961378947673f,0.4813165728427979f,-0.2702848007407293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.508714047787295f,0.45905892206706195f,0.7283370947950494f,-0.26388978675789404f,0.013174199615880981f,0.8417335103787239f,-0.5397324688861992f,1.0906115327785884f,-0.8608347449123708f,0.28416474724380947f,0.42215392734820706f,-0.011012606630509762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.508714047787295f,0.03338814094645187f,0.8602878876445985f,-0.2522527110326556f,0.013174199615880981f,0.9988288376477269f,-0.04655527411338081f,1.2776009693743284f,-0.8608347449123708f,0.03501692629901958f,0.5076783990128223f,-0.0012739429556134635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,-0.3042286834142528f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.9553908235007695f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,0.022317312614394312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,-0.31624963895393904f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.828213087573945f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,0.11979363082779323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,0.26924758887487954f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.97819326438599f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,-0.10322655944249609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,0.3304363702231676f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.8539264783594067f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,-0.021777118512955496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.955422581328059f,-0.23193789425042655f,0.18268142844609542f,-0.21103210126099875f,0.19311678129413395f,0.9589742547585112f,0.20754345928733012f,2.05655459958176f,-0.2233239796148671f,-0.16301285814633124f,0.9610167575063102f,0.0015606511654020147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9799428243286569f,-0.0796213334959229f,0.18268142844609542f,-0.09895974996698337f,0.04072256872697552f,0.977377810727932f,0.20754345928733012f,2.0710946394430407f,-0.1950736615821101f,-0.19594146663992767f,0.9610167575063102f,-0.02288348803529757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9266315733155901f,-0.34551969455596027f,0.1482230346762258f,-0.07180137320841691f,0.26708054246467583f,0.882418344698668f,0.38730588528453513f,2.0690840874507614f,-0.26461653608844676f,-0.3193023733285094f,0.9099582865249004f,-0.003035263658614267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9880504535156551f,-0.04226385333684468f,0.1482230346762258f,-0.10151607365629305f,-0.018673574373424276f,0.9217621433125158f,0.38730588528453513f,2.076964007402633f,-0.1529954212636056f,-0.3854456094665484f,0.9099582865249004f,-0.001548971680205697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9692743895698626f,-0.1963086592979034f,0.1482230346762258f,-0.1653045916781594f,0.1257516960975627f,0.9133349123692518f,0.38730588528453513f,2.182872224578436f,-0.2114087714655099f,-0.35676637752471974f,0.9099582865249004f,-0.0018939854002081452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9692743895698626f,-0.16472599498823512f,0.18268142844609542f,-0.12824124280580654f,0.1257516960975627f,0.9701093873556913f,0.20754345928733012f,1.9645976124234057f,-0.2114087714655099f,-0.17819406033732244f,0.9610167575063102f,0.03819967817568934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9697497191019634f,0.11710548769327012f,0.21417699935750378f,0.17392454144215938f,-0.11797576856411382f,0.9929778350322179f,-0.008759975253160104f,2.080866326641977f,-0.21369885430991317f,-0.01677271256686504f,0.9767555865106581f,-0.059008314520473996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9761298251729913f,-0.03603855371627953f,0.21417699935750378f,0.0611258415486586f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,2.086465091860746f,-0.21369169711811134f,0.01686365331123536f,0.9767555865106581f,-0.03422429234163785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9558531128856018f,0.20117912300514834f,0.21417699935750378f,0.03947821007551225f,-0.20407055589106357f,0.9789169888462845f,-0.008759975253160104f,2.0812818891846f,-0.21142382743015778f,-0.03533396970343182f,0.9767555865106581f,-0.02952401717726304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9712380995528973f,-0.1040421401312554f,0.21417699935750378f,0.06753040546862915f,0.1084193536716824f,0.9940666509761702f,-0.008759975253160104f,2.0924048844313194f,-0.21199480589460354f,0.031728953558690556f,0.9767555865106581f,-0.03557537531968345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.97555632340325f,0.04917390379204154f,0.21417699935750378f,0.12685534184065062f,-0.04842175324340972f,0.9987885645352567f,-0.008759975253160104f,2.1990282057779744f,-0.21434829992506937f,-0.0018249765622266254f,0.9767555865106581f,-0.01563386583033947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.97555632340325f,0.04917390379204154f,0.21417699935750378f,0.11579121348744129f,-0.04842175324340972f,0.9987885645352567f,-0.008759975253160104f,1.9743007787575422f,-0.21434829992506937f,-0.0018249765622266254f,0.9767555865106581f,-0.015223246103838482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9761298251729912f,-0.036038553716279516f,0.21417699935750378f,0.005551712890488639f,0.03881266533654608f,0.9992081063737611f,-0.008759975253160104f,1.4576287903005825f,-0.2136916971181113f,0.016863653311235356f,0.9767555865106581f,-0.027678018364540757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.508714047787295f,0.03338814094645187f,0.8602878876445985f,-0.006968839964430813f,0.013174199615880981f,0.9988288376477269f,-0.04655527411338081f,1.083067976182685f,-0.8608347449123708f,0.03501692629901958f,0.5076783990128223f,-0.0408093657266731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4855504608112855f,0.5126055885905894f,0.7081498856539085f,-0.4003290745608871f,-0.07143890519847046f,0.8306035668536955f,-0.5522627975465692f,0.774259238435141f,-0.8712848172842174f,0.21756200329012898f,0.43991992668483837f,-0.12073939686331053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4855504608112855f,0.8669450559888863f,0.11245896986179055f,-0.11688757452303378f,-0.07143890519847046f,0.16755935060824267f,-0.9832702308357496f,0.7850056843026036f,-0.8712848172842174f,0.46939336799764303f,0.1432921255681447f,0.03633603233498334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5413980751069672f,0.32893084655682464f,0.7737523004514308f,-0.2524820465655434f,0.17147769129092372f,0.8577504376906131f,-0.48462314021422526f,0.857462502979218f,-0.8230938741480253f,0.39505529337672785f,0.407980133725923f,-0.34273967986678106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5413980751069672f,0.8313933169421013f,0.12519295832626248f,0.034816762868892404f,0.17147769129092372f,0.03658417720877177f,-0.9845085064982894f,0.8072890644005504f,-0.8230938741480253f,0.5544788098042771f,-0.12275880342373352f,-0.1642188554361227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.584570866109213f,0.5711511005003124f,0.5762493582587369f,-0.019040226000591992f,0.09887034789476468f,0.6548013549456803f,-0.7493062390428026f,0.9754585808425984f,-0.8052959436154464f,0.49499657166346434f,0.32630788718313897f,-0.049069386103217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4221572719038628f,0.7415304579850027f,0.5214554800356784f,-0.02392166164578196f,-0.08068107235063696f,0.6036772719808309f,-0.7931357486950978f,0.9380110650238274f,-0.9029251366215468f,0.2927564366061556f,0.3146742227806827f,-0.052344970198460204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.6221494377601253f,0.5959556129654783f,-0.019040226000591992f,0.00917311504288978f,0.6877984303054645f,-0.7258437664055186f,0.9754585808425984f,-0.8614806263002721f,0.37398314983980074f,0.34349342664044064f,-0.049069386103217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5192170426048204f,0.1292075017026893f,0.8448189653247927f,-0.02118152970267932f,0.09479692895860153f,0.9736991710037839f,-0.20717979304594855f,1.0002962011270973f,-0.8493687096477723f,0.18765752287156975f,0.49331272959552164f,-0.050066875473545644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4923341515974693f,0.2176824906385475f,0.842746353560903f,-0.02118152970267932f,-0.07652051181717667f,0.9752977117535182f,-0.20721724040144196f,1.0002962011270973f,-0.8670361552104026f,0.037532741942873114f,0.49682954706842086f,-0.050066875473545644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.1542232913164714f,0.8476132325216579f,-0.02118152970267932f,0.00917311504288978f,0.9828235947216537f,-0.18431938481564245f,1.0002962011270973f,-0.8614806263002721f,0.10135560208455054f,0.4975722786041933f,-0.050066875473545644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5379309316160288f,0.3108689924380266f,0.7835756392022899f,0.07677339848376319f,0.15080481350030595f,0.8790386610570395f,-0.4522708708198942f,1.0182874735130913f,-0.8293902706421442f,0.3614574690162226f,0.4259815454412751f,-0.2170497422753167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.47176698994954763f,0.48507964394025405f,0.7362972539869611f,-0.10992653543921833f,-0.1159676731829967f,0.8619479629709998f,-0.49355567862872973f,1.0121132825129766f,-0.8740637310691165f,0.14745659756328425f,0.4628921536001605f,0.12266119641499791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.31321565257955847f,0.8025764577343771f,-0.050122083611296976f,0.00917311504288978f,0.9295535610659772f,-0.36857296573401954f,0.8701207669713399f,-0.8614806263002721f,0.19448941382173493f,0.4690682236312417f,-0.07757759600795748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5077075777154607f,0.2420746251734782f,0.8268209548490043f,4.493349586370167e-18f,0.00917311504288978f,0.9581395797114838f,-0.286154503285745f,1.084133414351852f,-0.8614806263002721f,0.1528673334542783f,0.4842341467429462f,-0.0366909837962963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.816247744313418f,0.2677339514988308f,0.5119161563362484f,-1.0597181883503266f,0.07763197218446843f,0.9289220521979055f,-0.362045712355749f,1.3251874854054484f,-0.5724621356893455f,-0.2557779352392491f,-0.7790152444251264f,-0.6498966875275993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6200457304650553f,0.2677339514988308f,0.7374698796200949f,-1.1278695609155287f,-0.037078530881032926f,0.9289220521979055f,-0.36841417384261443f,1.3271117249397801f,-0.7836890165619012f,-0.2557779352392491f,-0.566046970811598f,-0.7142453488943563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7269479740288205f,0.2677339514988308f,0.6323489339519871f,-1.1886462147257257f,0.020525221699538822f,0.9289220521979055f,-0.3697060132248549f,1.3816055071563424f,-0.686385721245407f,-0.2557779352392491f,-0.6807733025869686f,-0.5799550228229325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.720508644157304f,0.09373270354129397f,0.6870818539165789f,-0.22310774008425935f,-0.23447244562956335f,0.8995333271010755f,-0.3685952599735393f,1.6690459988028106f,-0.6526024562741812f,-0.42667783364185863f,-0.6261438016491065f,0.6958396136348823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.720508644157304f,0.09373270354129397f,0.6870818539165789f,-0.1555600546945121f,-0.23447244562956335f,0.8995333271010755f,-0.3685952599735393f,1.691027790580582f,-0.6526024562741812f,-0.42667783364185863f,-0.6261438016491065f,0.7570210939105868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.720508644157304f,0.09373270354129397f,0.6870818539165789f,-0.2923961754768726f,-0.23447244562956335f,0.8995333271010755f,-0.3685952599735393f,1.7353261836877272f,-0.6526024562741812f,-0.42667783364185863f,-0.6261438016491065f,0.8203519240201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007932930901804075f,-7.277274962329122e-8f,0.000013461201151238853f,-0.5894021794427031f,1.433299225451528e-7f,0.00001562434259523591f,0f,1.2503151318874068f,-0.000013460634785941752f,1.2348114677579435e-7f,0.000007933264685228001f,-0.39065953457111374f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22.mcfunction new file mode 100644 index 000000000..be282999f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..287bb34bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.273987746261907f,0.06964157109370482f,0.7661757049909412f,0.22624938981092851f,-0.1176488116213295f,0.8075404951941737f,-0.03132970140429436f,1.2048332017827785f,-0.7602854177654956f,-0.09986413090591521f,0.2809585082107257f,0.2157055218717024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.27407250258779564f,-0.03968341128497467f,0.7505394661135751f,0.22624938981092851f,0.1962504875691314f,0.7749476436527515f,-0.03069031974298224f,1.2048332017827785f,-0.7255136176903513f,0.19463138612730435f,0.27522466110438437f,0.2157055218717024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7359237204555451f,-0.10843306861544091f,0.33705042908436156f,0.2708305762153319f,0.13651566505793833f,0.8042137598922272f,-0.03934648698728141f,1.2056660537085577f,-0.3266866928864748f,0.0917983794796542f,0.7428279118747841f,0.16772259675563306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7066779445205605f,0.17774372822362483f,0.33017184889896645f,0.2708305762153319f,-0.17792841127503303f,0.7790095501756898f,-0.03854349745692873f,1.2056660537085577f,-0.3300723605352899f,-0.03938639120604684f,0.7276681585712171f,0.16772259675563306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.19956525167594724f,-1.3667483789502155f,-0.7304648033687005f,0.34890495329262705f,1.0574939991576149f,0.41827084768346473f,-1.0715233033974534f,1.3123074327967665f,1.132822317077639f,-0.6312326168815376f,0.8715877645514162f,-0.8269288747206998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.05351973464249371f,0.35833615147154285f,0.9320573161304839f,0.3492742898218545f,-0.09473245980413296f,0.9310072889705993f,-0.3524928211227481f,1.3356362126874632f,-0.9940630759983269f,-0.06943075998560559f,0.0837733281215795f,-0.5690837226278898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3898519774254668f,0.35833615147154285f,0.848298672783364f,0.2057199427508166f,-0.21679551531914848f,0.9310072889705993f,-0.29364116268180146f,1.4172369852435405f,-0.894994491734423f,-0.06943075998560559f,0.44064070321846455f,-0.25179212473293416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.32437485284068884f,-0.9434321325818503f,0.06867871618371763f,-0.45705728764559733f,0.32746150942116514f,0.04388043569521666f,-0.9438450440675155f,1.2032324884743502f,0.8874400907622966f,0.3286492333404416f,0.32317142004290267f,0.06496953898871975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.7119974051067042f,-0.6733741861523206f,0.19906506610909847f,-0.20782784432156798f,0.573785897966373f,0.394522251093973f,-0.7177199570073743f,1.3934534021699987f,0.404758493939587f,0.62523547469369f,0.6672714311045491f,0.17836840766598047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.35285182754502653f,0.79049224112792f,0.5006172235497827f,-0.11706229811646977f,-0.47219046824651234f,0.6123414906518373f,-0.6340931008325398f,1.1238638690741656f,-0.8077943732753246f,-0.012645771737786415f,0.589328715541574f,-0.29643364543740236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6019364950452303f,0.3832020382366278f,0.7005916455567804f,-0.040833218162372203f,-0.2342808100129336f,0.9234742954821848f,-0.303821868277065f,1.2951164128003436f,-0.7634035354858839f,0.018746292299453515f,0.6456497646035939f,-0.28888340460248235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.680606041431556f,0.38837464377210906f,0.6212411387229233f,-0.26292166910863085f,0.012714871406992598f,0.8415485855000523f,-0.5400317678507118f,1.1041577455634175f,-0.7325392470113603f,0.3754478849557536f,0.5678249177962169f,-0.07194315968838572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.680606041431556f,0.02572173833091665f,0.7321979298960787f,-0.2535226061097335f,0.012714871406992598f,0.9988183374872619f,-0.046906937059310844f,1.2911430154856585f,-0.7325392470113603f,0.04123494727071156f,0.6794747461912113f,-0.05996488991143225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,-0.3081354333609288f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.96914851478921f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,-0.055775725720835764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,-0.3437496738780489f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.8415600632808526f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,0.035180997032835726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,0.2786417939779529f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.9914211700530555f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,-0.036996367265549376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,0.31793528461047726f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.8666760362379549f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,0.05635772039730762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9812759009087271f,-0.1826879767090479f,-0.061014010372375055f,-0.21235152823832754f,0.19189899205625166f,0.9544603207417816f,0.22843001768001198f,2.0688071817656684f,0.016504034160186195f,-0.23586139848531865f,0.9716465497087865f,-0.05522773981740786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9977734621403016f,-0.026933413946915355f,-0.061014010372375055f,-0.09769439838273072f,0.04022590734855096f,0.9727289465214325f,0.22843001768001198f,2.083243165296146f,0.05319769380849132f,-0.2303757535255585f,0.9716465497087865f,-0.05142174746526175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9640415206252737f,-0.2522248623549985f,-0.08370522875252208f,-0.07646911902800638f,0.2633778478098457f,0.864793317541982f,0.42750979780326337f,2.0822709828859742f,-0.035440877437837144f,-0.43418329855573135f,0.9001271062809413f,-0.02259833876764642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9947997390413317f,0.05802511424190643f,-0.08370522875252208f,-0.10558756910755165f,-0.016748613335015775f,0.9038555508119468f,0.42750979780326337f,2.0899513730511945f,0.10046374049701964f,-0.42388468878180374f,0.9001271062809413f,-0.028953895145731032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9916292311835398f,-0.09831023620066014f,-0.08370522875252208f,-0.1669880804759679f,0.12485174945277876f,0.8953476494863847f,0.42750979780326337f,2.195192196781001f,0.03291669061315564f,-0.43438195636717797f,0.9001271062809413f,-0.04992985175368643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9916292311835398f,-0.11379261136216773f,-0.061014010372375055f,-0.1413847429194802f,0.12485174945277876f,0.9655215003723586f,0.22843001768001198f,1.9779498591972207f,0.03291669061315564f,-0.23413558874739368f,0.9716465497087865f,0.002750655714477069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9924679641120795f,0.11839278569123976f,-0.03147202738134203f,0.1754711708506681f,-0.11886352973564718f,0.9928184622148228f,-0.013526358866223036f,2.0940768229231006f,0.029644586521095362f,0.017165354108293045f,0.9994131023297275f,-0.0169680441650276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9987697486619265f,-0.038321020997623856f,-0.03147202738134203f,0.06004168980274526f,0.037910902576758304f,0.9991895721441645f,-0.013526358866223036f,2.0997792709196212f,0.03196486545580662f,0.012316585081181497f,0.9994131023297275f,-0.020525798632973668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9783727127014782f,0.2044415479633698f,-0.03147202738134203f,0.03789822161641468f,-0.20494104860704296f,0.9786808490062879f,-0.013526358866223036f,2.094616290513534f,0.028035720732602378f,0.019683730710242178f,0.9994131023297275f,-0.02129298505576797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9936636564571092f,-0.10789832866544372f,-0.03147202738134203f,0.06658657946908625f,0.1075184946781548f,0.9941110656853018f,-0.013526358866223036f,2.10571285240632f,0.032746162193937514f,0.01005682620105067f,0.9994131023297275f,-0.0202393898409829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9983090252793329f,0.04887332133522673f,-0.03147202738134203f,0.11930419154642741f,-0.04931846915910011f,0.9986915070308877f,-0.013526358866223036f,2.21213317392336f,0.030769768371425442f,0.015055638347098686f,0.9994131023297275f,0.014129390706525923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9983090252793329f,0.04887332133522673f,-0.03147202738134203f,0.10830769424600141f,-0.04931846915910011f,0.9986915070308877f,-0.013526358866223036f,1.9874275848414102f,0.030769768371425442f,0.015055638347098686f,0.9994131023297275f,0.010741872078428725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9987697486619264f,-0.038321020997623856f,-0.03147202738134203f,0.004084499780209785f,0.03791090257675831f,0.9991895721441644f,-0.013526358866223036f,1.4710267650100004f,0.031964865455806624f,0.012316585081181497f,0.9994131023297275f,-0.030797645405456608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.680606041431556f,0.02572173833091665f,0.7321979298960787f,-0.0055611520938839585f,0.012714871406992598f,0.9988183374872619f,-0.046906937059310844f,1.0964698884522772f,-0.7325392470113603f,0.04123494727071156f,0.6794747461912113f,-0.04626075063197344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6622187884108884f,0.44056373704276725f,0.6061104436309659f,-0.3729743089110166f,-0.06731566241639195f,0.840598733082866f,-0.5374591812713994f,0.7661194536826088f,-0.7462806964333576f,0.3151148418313424f,0.5863171143575383f,-0.2071263216929628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6622187884108884f,0.7392057490844725f,0.12264231242144263f,-0.1278065021060138f,-0.06731566241639195f,0.22170107992303467f,-0.9727883802525616f,0.7980048777777907f,-0.7462806964333576f,0.6359429940501145f,0.19657474519764395f,0.007549389873798197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7030199369284107f,0.21333265709090315f,0.6784188571227282f,-0.17854623404391395f,0.17058859862594147f,0.8755110613688118f,-0.45208396503270737f,0.8722486156710133f,-0.6904074871407542f,0.43355456270161885f,0.5791096121293424f,-0.38987328481350836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7030199369284107f,0.6942679711412972f,0.15412641736094562f,0.06392381795611846f,0.17058859862594147f,0.04576932270933709f,-0.9842787710387572f,0.8221257538055207f,-0.6904074871407542f,0.7182598090844815f,-0.08625745390349518f,-0.1553583137058352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7422667563950945f,0.45061818766379436f,0.49596704658404733f,-0.015053103482808835f,0.09874812360580618f,0.6584984695450382f,-0.7460754477203865f,0.9886183629184326f,-0.6627887072325822f,0.6027628178259175f,0.4442838225858807f,-0.05626090877949339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6054861649109581f,0.6565250239795877f,0.44984597029430184f,-0.01890001734730137f,-0.08251302145054995f,0.6139750006654857f,-0.7850008279288108f,0.9511195248061064f,-0.7915668672907683f,0.4381889905582054f,0.42592523189059833f,-0.060244451021725556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.5239584069591977f,0.5133101453872103f,-0.015053103482808835f,0.008187597105884343f,0.694347785579968f,-0.7195930210291279f,0.9886183629184326f,-0.7334525757227189f,0.49330390271816715f,0.4676521984645579f,-0.05626090877949339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6875038080970511f,0.07858414396481035f,0.7219162320999376f,-0.01713990724693908f,0.09403847198798325f,0.976122227088258f,-0.19581155116699514f,1.0134254372507234f,-0.7200661633754347f,0.20250908646670016f,0.6636978154704174f,-0.05791782853526288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6667059587298442f,0.197021382425376f,0.7188085555009157f,-0.01713990724693908f,-0.07772559033399663f,0.9775489282550641f,-0.1958489864017871f,1.0134254372507234f,-0.7412569710979796f,0.07470386693183564f,0.6670512986750567f,-0.05791782853526288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.11931427988298418f,0.7237291069154702f,-0.01713990724693908f,0.008187597105884343f,0.9853857984968817f,-0.17014050480204565f,1.0134254372507234f,-0.7334525757227189f,0.12156862562630266f,0.6687812709915261f,-0.05791782853526288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7013849323088874f,0.22100477274539776f,0.6776548289164717f,0.11412513339141865f,0.15234404734427917f,0.8822682083766047f,-0.44541452572485796f,1.031704563040514f,-0.6963120478412113f,0.41564371631445496f,0.5851408660480717f,-0.200231910419932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6483083826193369f,0.43511982486508616f,0.6247935491303317f,-0.14078287804277537f,-0.1173957831020654f,0.8679228742831033f,-0.48262626783672835f,1.0255710102585704f,-0.752272870131146f,0.23954252713356228f,0.613762907448075f,0.09179926756290639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.256746030402657f,0.6870962039286326f,-0.038457889042992625f,0.008187597105884343f,0.9340246510326106f,-0.35711470778594645f,0.8827725821533441f,-0.7334525757227189f,0.2483534318987522f,0.6327463093766892f,-0.08978339254323717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6796913140678942f,0.1958846542507326f,0.706858486409925f,5.0326860210960505e-18f,0.008187597105884343f,0.9615950028488766f,-0.27435016630157344f,1.0975650000000001f,-0.7334525757227189f,0.19226089754586145f,0.6519839464592428f,-0.04109500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6110030691825441f,0.3541265377440647f,0.7080039863693655f,-0.9662048010128732f,0.09896667231876412f,0.9215179109545508f,-0.3755134319303517f,1.4088607430078195f,-0.785417625992479f,-0.15937106090931952f,-0.5980969969202123f,-0.8199461160292218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3320034504951832f,0.3541265377440647f,0.8742814787725368f,-1.011090140790804f,-0.035434906127853036f,0.9215179109545508f,-0.38671579644187115f,1.4118847357933049f,-0.9426123679896221f,-0.15937106090931952f,-0.29339868550768133f,-0.9021970992491996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4787769576312614f,0.3541265377440647f,0.8033473844525509f,-1.1091495785697212f,0.03225592304517708f,0.9215179109545508f,-0.38699392142314604f,1.4684218276140342f,-0.8773438210130946f,-0.15937106090931952f,-0.45262422015926307f,-0.7931779746153212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5498042839117744f,0.17325271979641965f,0.8171283525098149f,-0.420883377589181f,-0.2342462351323234f,0.9070180814562734f,-0.34992413640346853f,1.6633668641271604f,-0.801775498951292f,-0.38379902943405725f,-0.4580986294313511f,0.6030179738817668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5498042839117744f,0.17325271979641965f,0.8171283525098149f,-0.3693392259724521f,-0.2342462351323234f,0.9070180814562734f,-0.34992413640346853f,1.6853274486708159f,-0.801775498951292f,-0.38379902943405725f,-0.4580986294313511f,0.6781844269084505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5498042839117744f,0.17325271979641965f,0.8171283525098149f,-0.5176805546572888f,-0.2342462351323234f,0.9070180814562734f,-0.34992413640346853f,1.7268357768595084f,-0.801775498951292f,-0.38379902943405725f,-0.4580986294313511f,0.7093159948098113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010620176782310848f,-8.69566433809008e-8f,0.000011460580642124446f,-0.5002843853135532f,1.2793120477944285e-7f,0.000015624476266641506f,0f,1.2637410257328416f,-0.000011460196495667485f,9.383461689721223e-8f,0.000010620532771257875f,-0.5126945012673128f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23.mcfunction new file mode 100644 index 000000000..91009f60b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..a965c81f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4390132007559809f,0.09267890604255707f,0.682365352565023f,0.17490572972033902f,-0.11951400545912085f,0.8072104423131002f,-0.03274368281440736f,1.2183825529362362f,-0.6781801062443152f,-0.08225792752001573f,0.44749281703621324f,0.2525642652714544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43206072739878537f,-0.08069773139326812f,0.6684395290432879f,0.17490572972033902f,0.19443871269864058f,0.7753481494601658f,-0.032075444389623536f,1.2183825529362362f,-0.6446061703425808f,0.17978632672335318f,0.4383603105660865f,0.2525642652714544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7794047617650822f,-0.12216105452974159f,0.21106714225227285f,0.22605421021633024f,0.13671264020552693f,0.8041778589759587f,-0.039396314362149944f,1.2191045416633755f,-0.20194631908107127f,0.07293210769934393f,0.7879359341473023f,0.21561706760652852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7511756263693474f,0.18161945288222037f,0.20675964955324688f,0.22605421021633024f,-0.17773668556747405f,0.779050899730463f,-0.038592307946595863f,1.2191045416633755f,-0.210106756083919f,-0.009698967157329604f,0.7718556089606228f,0.21561706760652852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3892507549719866f,-1.2403220017319136f,-0.8668860546654777f,0.4783993537595069f,0.9661430804688311f,0.4852228887224562f,-1.128065843079221f,1.3766688163113558f,1.1646706177353052f,-0.8170473243818711f,0.6460512920074455f,-0.7606977899328671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.19379192065194695f,0.3477200602488254f,0.9173524138468176f,0.44135027159156515f,0.0012466034119997527f,0.9349909937797198f,-0.35466926499309914f,1.3731170200957394f,-0.9810418632606679f,0.06987561270833467f,0.1807602314633176f,-0.5033731842259277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5416534761271594f,0.3477200602488254f,0.7653118785827893f,0.2435467801531267f,-0.13948855638324176f,0.9349909937797198f,-0.32609014733495273f,1.4275710509947588f,-0.8289477995854045f,0.06987561270833467f,0.5549440911579752f,-0.21190375648732016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.18075507082454748f,-0.9835280866205398f,-0.000327413733342663f,-0.468519655030612f,0.3243241789454913f,0.059919319514573355f,-0.9440463453137475f,1.210338527631846f,0.9285157140956455f,0.17053497581860005f,0.32981266000565207f,-0.029554810705379797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.6182360541926053f,-0.7822421523584218f,0.07669026255022032f,-0.2467076732779326f,0.5801355350027372f,0.3883071824242695f,-0.716002997971945f,1.4027875705998367f,0.5303083464584035f,0.48714961475032403f,0.6938719698367743f,0.12831069177635662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5032285396313924f,0.778499912908198f,0.3750985503869409f,-0.06460964881975798f,-0.47314557647688316f,0.61144089361783f,-0.6342501849208932f,1.1375750987436914f,-0.7231143065662677f,0.1416965744602091f,0.6760382980463671f,-0.31845202083453605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7391427674656307f,0.3733078179137168f,0.5606328944931326f,0.008889522629645999f,-0.2354863404687732f,0.9230543443386512f,-0.30416584431879873f,1.308746751780196f,-0.6310421164675729f,0.09280059526771335f,0.7701778345045283f,-0.29623829775618654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8105763008624118f,0.3086176500879163f,0.4977159898319737f,-0.2515263552623597f,0.011441727027546658f,0.8413691208939609f,-0.5403397905843607f,1.1181884344996547f,-0.5855212612389376f,0.443681359153544f,0.6784627507658973f,-0.12676068638245822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8105763008624118f,0.018412730116405554f,0.5853435161081647f,-0.24441557138985767f,0.011441727027546658f,0.9988169279461309f,-0.04726342487463964f,1.3051712120840877f,-0.5855212612389376f,0.045007952829627884f,0.8094066572615092f,-0.11326290361901858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,-0.29537192893519193f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.9834898481591183f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,-0.12739221526794994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,-0.35077601681293324f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.8555676728837347f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,-0.04747590517264141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,0.27182688957391477f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,2.0047764575004745f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,0.02422780499527917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,0.28883116150584665f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.8795717217154766f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,0.12349986235823393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9525244273737516f,-0.11635518448209003f,-0.28135153509523525f,-0.20129432436649092f,0.1898687982622481f,0.9494012192449492f,0.25017426794667236f,2.081495132879282f,0.23800641735624772f,-0.2917169791773227f,0.9264200717584338f,-0.1071654410636218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9589992320882278f,0.034084990153208455f,-0.28135153509523525f,-0.09048849885021966f,0.0390121264453062f,0.9674145386790308f,0.25017426794667236f,2.095737751719949f,0.28071075299034276f,-0.2508930525118097f,0.9264200717584338f,-0.07736011494198491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9492816371724574f,-0.13249157167550663f,-0.28514970938462003f,-0.07729453705428956f,0.2585498030493404f,0.8450006187028845f,0.4681089122574891f,2.0960144493000774f,0.17893119535264523f,-0.5180925958037778f,0.8363992404964136f,-0.04168232554742546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9437626340913753f,0.16733718573818518f,-0.28514970938462003f,-0.10402680561670524f,-0.015224076459632599f,0.8835396277253564f,0.4681089122574891f,2.1034880704886807f,0.3302730960718122f,-0.437442559095663f,0.8363992404964136f,-0.05497880736917561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9583206531136973f,0.017639984512565023f,-0.28514970938462003f,-0.15742701736410752f,0.12317940618955284f,0.8750433590147972f,0.4681089122574891f,2.2078578389016643f,0.2577757934844271f,-0.48372301040006055f,0.8363992404964136f,-0.09423455036307124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9583206531136973f,-0.0496270038919477f,-0.28135153509523525f,-0.1462609414884193f,0.12317940618955284f,0.9603331034324161f,0.25017426794667236f,1.9917828906293709f,0.2577757934844271f,-0.27440388287444645f,0.9264200717584338f,-0.03249367671632089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9597515224471059f,0.11192807715593359f,-0.25758323063553235f,0.16685768652468774f,-0.12052060687606564f,0.9925518952072837f,-0.01776284432893909f,2.107504343351752f,0.2536765627303543f,0.048092004164982195f,0.9660928323182553f,0.020772063598224696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9654447974623095f,-0.039588159193411576f,-0.25758323063553235f,0.05525397094288506f,0.03623252653847849f,0.9991855109948223f,-0.01776284432893909f,2.1134000741865706f,0.25807663023528354f,0.007816154405638171f,0.9660928323182553f,-0.008875729764173508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9463442034484454f,0.19515001382241812f,-0.25758323063553235f,0.03386033858078166f,-0.20656858722312274f,0.9782708725777278f,-0.01776284432893909f,2.10827460034023f,0.24851975247889457f,0.07001836881219833f,0.9660928323182553f,-0.01467401720148133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9603314920714235f,-0.10683774909289231f,-0.25758323063553235f,0.06156602011825836f,0.1058439237880919f,0.9942240920227625f,-0.01776284432893909f,2.1193222684159947f,0.25799319590449343f,-0.010205401034635304f,0.9660928323182553f,-0.007083900889351943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.965221323950726f,0.044706544109001385f,-0.25758323063553235f,0.10515923030168328f,-0.05099010451735137f,0.9985411812252188f,-0.01776284432893909f,2.2255127880396643f,0.2564133479991196f,0.030279271972332062f,0.9660928323182553f,0.0388383170362747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.965221323950726f,0.044706544109001385f,-0.25758323063553235f,0.09510025787715798f,-0.05099010451735137f,0.9985411812252188f,-0.01776284432893909f,2.0008410222639905f,0.2564133479991196f,0.030279271972332062f,0.9660928323182553f,0.0320254808425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9654447974623093f,-0.03958815919341157f,-0.25758323063553235f,0.0027580657383531526f,0.0362325265384785f,0.9991855109948223f,-0.01776284432893909f,1.4847844709471134f,0.25807663023528354f,0.007816154405638175f,0.9660928323182553f,-0.03443027807974549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8105763008624118f,0.018412730116405554f,0.5853435161081647f,-0.00414670805529893f,0.011441727027546658f,0.9988169279461309f,-0.04726342487463964f,1.1102281229673143f,-0.5855212612389376f,0.045007952829627884f,0.8094066572615092f,-0.051308260390855946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7968206783733647f,0.3585411818523258f,0.486338387784214f,-0.3327213048221711f,-0.06386973893400104f,0.8503803593365898f,-0.5222776090385984f,0.7577665583955486f,-0.6008306441628237f,0.3850992928719942f,0.7005005864839633f,-0.27855533246979847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7968206783733647f,0.59265358539238f,0.11763729951919166f,-0.1335148800393796f,-0.06386973893400104f,0.27622092333733445f,-0.9589695813523873f,0.8114648841921186f,-0.6008306441628237f,0.756613328743439f,0.257951173291883f,-0.02007633844590144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8233186368090173f,0.10544627608890403f,0.5576983998021909f,-0.1051171362405645f,0.16891696610911666f,0.8925457112478329f,-0.41812583260735214f,0.8873280247714401f,-0.5418611268982426f,0.43845551221541584f,0.7170378532298585f,-0.41784345919145616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8233186368090173f,0.5409774951658876f,0.17172586295309109f,0.0869392339037157f,0.16891696610911666f,0.055305547774725156f,-0.9840774130858958f,0.837287697190185f,-0.5418611268982426f,0.83921668602893f,-0.04584618901486845f,-0.14162706146552748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.857012924767798f,0.32327376911187256f,0.4012766090680447f,-0.011158114373217546f,0.09785768926232735f,0.6624571615485253f,-0.7426805381624785f,1.0021340746281664f,-0.5059177002568525f,0.6757548218971692f,0.5360995255076646f,-0.06216702374565749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7487517081533759f,0.5542592264046537f,0.3635486067676738f,-0.014001279289845653f,-0.085155170031663f,0.6243499337498698f,-0.7764893799939648f,0.96458560339065f,-0.6573579516171387f,0.5504397062093616f,0.5146811180467684f,-0.066501691834461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.41471069818656264f,0.41499665493443266f,-0.011158114373217546f,0.006406064384187176f,0.7010579876008813f,-0.7130754941519923f,1.0021340746281664f,-0.5866567558089317f,0.5801144152928941f,0.5650673553065364f,-0.06216702374565749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8142430260359408f,0.032181822032106774f,0.5796314560844055f,-0.013027457759786296f,0.09247282856777089f,0.978523252904003f,-0.18423088639759616f,1.0269063681912793f,-0.5731117434920613f,0.20360887470064304f,0.793779790379314f,-0.0644769276426705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7992145408152573f,0.17328134212558127f,0.5755255808568501f,-0.013027457759786296f,-0.07970945381744765f,0.9796394310353923f,-0.18426336622556563f,1.0269063681912793f,-0.595736955981062f,0.1013911319189702f,0.7967542391770552f,-0.0644769276426705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.08621626496945473f,0.5803222746473475f,-0.013027457759786296f,0.006406064384187176f,0.9877850670364746f,-0.15569079509994405f,1.0269063681912793f,-0.5866567558089317f,0.12979760011057176f,0.7993662701598533f,-0.0644769276426705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8230344617612971f,0.1312087430269946f,0.5526287546866958f,0.14347519024166944f,0.15313085056183223f,0.885668545331164f,-0.43834024503482416f,1.0453282286247954f,-0.5469599778407028f,0.4453936388906514f,0.7088436280846728f,-0.17850360946395338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7834488941098159f,0.3746658661936706f,0.4958158115948432f,-0.16360386799873877f,-0.11960166065269585f,0.8738159063266003f,-0.4713185808131688f,1.0395349635106805f,-0.6098387271133443f,0.30995362646687746f,0.7294007652537852f,0.058069284352450706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.19777834322174034f,0.5523503541680934f,-0.026939900513562817f,0.006406064384187176f,0.9384291353075084f,-0.345412391707518f,0.8957817845797406f,-0.5866567558089317f,0.2832569239373782f,0.7586826516438042f,-0.098430227509156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8098103563198271f,0.14888523154041503f,0.5674860127142446f,5.580969181049034e-18f,0.006406064384187176f,0.9649628026816749f,-0.2623085049704501f,1.1113406134259258f,-0.5866567558089317f,0.21605549581041444f,0.7804831026959236f,-0.04557207175925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.36788417874299906f,0.4068643667880075f,0.8361355261372304f,-0.864810281910286f,0.12258214863653827f,0.9125669189046329f,-0.39012207750466377f,1.493071557780127f,-0.9217563929077136f,-0.0410244507470717f,-0.38559323979377846f,-0.9655030417918516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.02503382234867413f,0.4068643667880075f,0.9131454948565475f,-0.8835787351849774f,-0.03375406081516517f,0.9125669189046329f,-0.40753193972913504f,1.4973145952869953f,-0.9991165953566689f,-0.0410244507470717f,-0.009111713549049383f,-1.0572570841790458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2001968349300422f,0.4068643667880075f,0.8912814450678234f,-1.0078867253078052f,0.04525906673992694f,0.9125669189046329f,-0.4064151023261021f,1.5561553418824765f,-0.9787097854634053f,-0.0410244507470717f,-0.20110731035712454f,-0.9812139664318801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3626721559326589f,0.23376259436802121f,0.9021219190250779f,-0.5785734585760884f,-0.23329042840022407f,0.9144323230573366f,-0.3307402342697407f,1.6590217128358806f,-0.9022441373198262f,-0.3304066827748722f,-0.27710456627365043f,0.4712992516096846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3626721559326589f,0.23376259436802121f,0.9021219190250779f,-0.5445729439574017f,-0.23329042840022407f,0.9144323230573366f,-0.3307402342697407f,1.6808926904984016f,-0.9022441373198262f,-0.3304066827748722f,-0.27710456627365043f,0.5558846394834183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3626721559326589f,0.23376259436802121f,0.9021219190250779f,-0.6968914891205068f,-0.23329042840022407f,0.9144323230573366f,-0.3307402342697407f,1.7195682368076022f,-0.9022441373198262f,-0.3304066827748722f,-0.27710456627365043f,0.555157630487599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012653286817497301f,-8.105943328630657e-8f,0.00000916669990140533f,-0.3983518003402867f,1.0009475600292464e-7f,0.000015624679389984962f,0f,1.2775059405212363f,-0.00000916651180951456f,5.872246975892478e-8f,0.000012653546456135356f,-0.6059379830613841f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24.mcfunction new file mode 100644 index 000000000..86d326d9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..e0ec9e872 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5710052818119195f,0.1107663711713626f,0.5732610431599751f,0.12099093794670746f,-0.12208680562930957f,0.8067616266911202f,-0.03427731078093932f,1.2322297947250083f,-0.5709572877882951f,-0.06173275597824749f,0.5806386886913483f,0.27717161599209655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.558297353076592f,-0.11380846817300626f,0.5615618381975266f,0.12099093794670746f,0.19194201550236561f,0.7759064349454542f,-0.03357777382622627f,1.2322297947250083f,-0.5398725110917956f,0.1581671166277915f,0.568788919534382f,0.27717161599209655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8009925772200321f,-0.13115386885021954f,0.09029949262578735f,0.17608857548875007f,0.13611439562175165f,0.8042881841011366f,-0.03921520960374639f,1.2327931243715555f,-0.08263296550034067f,0.05351284000461852f,0.8107111775544384f,0.2509242872228536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7740843041501554f,0.1815734338375187f,0.08845664583750598f,0.17608857548875007f,-0.17831946975421512f,0.7789264806294285f,-0.03841489920366993f,1.2327931243715555f,-0.09484543623678106f,0.01745353542136343f,0.7941660514818989f,0.2509242872228536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5705484333482164f,-1.112713747246912f,-0.9368825176571666f,0.5801278383524816f,0.8733938200266682f,0.5427160470260908f,-1.1764560244393318f,1.43958225889661f,1.163212779478939f,-0.9532752273022252f,0.4238025727491171f,-0.6789623343216274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.30920185057867156f,0.303443262930742f,0.9012859711438259f,0.5118625013175604f,0.09400974432758623f,0.9333330888890895f,-0.34648450637252565f,1.4098898274685354f,-0.9463384085886966f,0.19186331428049389f,0.2600616947247667f,-0.4286896725719942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6652709778260821f,0.303443262930742f,0.6821559295676268f,0.27037360366393914f,-0.06336789340312542f,0.9333330888890895f,-0.35337494997580265f,1.4378512758186142f,-0.7439079487060066f,0.19186331428049389f,0.6401479770219741f,-0.16974904274490168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.04760816050288191f,-0.9967311959560692f,-0.065271632900638f,-0.46345287053390627f,0.3212810662652447f,0.07715349706887048f,-0.9438356924536768f,1.2180186846618488f,0.945786413263058f,0.023963741319493026f,0.3239039974884116f,-0.11736644766620652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5131777994145685f,-0.8574208548659923f,-0.038445075482978264f,-0.2736329556478004f,0.5863294213524599f,0.38293353920624773f,-0.713848523292909f,1.4126208191302794f,0.6267905199063806f,0.3437897354370085f,0.6992440646610033f,0.075654888364205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6241548109712703f,0.741590536262803f,0.2459151245183303f,-0.014155314474979128f,-0.474878793472955f,0.6100225113801186f,-0.6343206343160873f,1.1514544364877186f,-0.6204199412100552f,0.27913439797871764f,0.7329141043901193f,-0.32970024107150087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8401525462545795f,0.35248989145712223f,0.41218269668011626f,0.05451268202748201f,-0.23760014694849635f,0.9223975886674403f,-0.30451413528856824f,1.3225007710173102f,-0.48753448000320915f,0.157903656832379f,0.8587063327861062f,-0.29472639083551666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9027561685410574f,0.2255200774722566f,0.3662949560367672f,-0.23256574514174116f,0.009229965857510118f,0.8411946669273316f,-0.5406536230002391f,1.132634778943634f,-0.4300536104851802f,0.4914592831455348f,0.757312131897237f,-0.17477454963279188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9027561685410574f,0.012158638136025315f,0.42998077594207285f,-0.22759862064159847f,0.009229965857510118f,0.9988227625871783f,-0.047622438702635994f,1.3196164066868383f,-0.4300536104851802f,0.046960158181104106f,0.9015811863899261f,-0.16033463755889785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,-0.2696425546143873f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.998331345983929f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,-0.19028948158346934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,-0.3407944334514324f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.8701694328472733f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,-0.12446967712378654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,0.25257609620494675f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,2.018164994325218f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,0.07813286683392409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,0.24809042811079532f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.8925350362959612f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,0.1782193540702954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8814879362506755f,-0.03863176563259332f,-0.4706236340523428f,-0.18054610325987022f,0.18700354561775107f,0.9437227645259297f,0.27279482700727015f,2.094533917642786f,0.43359969115638775f,-0.32847363729779766f,0.839104509241513f,-0.15243038683940036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8766786966003566f,0.09973894925487518f,-0.4706236340523428f,-0.07856074953362598f,0.037070455841702085f,0.9613577708958108f,0.27279482700727015f,2.1084918487645306f,0.47964595717131664f,-0.25659964602425206f,0.839104509241513f,-0.09976821437060186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8935621624280077f,0.003358836178139424f,-0.4489269206636102f,-0.07473092355386401f,0.2525655572637002f,0.8229568463583574f,0.5088739218273852f,2.110237191295192f,0.37115670701343867f,-0.568093959879381f,0.7345147728858182f,-0.05961891463994759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8487901798315787f,0.2793203367550689f,-0.4489269206636102f,-0.09774940423016093f,-0.014103532134586164f,0.8607255207470876f,0.5088739218273852f,2.117496204357663f,0.5285416927762703f,-0.42559573236780707f,0.7345147728858182f,-0.0787166082628386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8820354916864368f,0.1431014021907347f,-0.4489269206636102f,-0.13885024876484892f,0.12071724213400518f,0.8523348397992284f,0.5088739218273852f,2.2207753961019434f,0.45545662675717624f,-0.5030380796276456f,0.7345147728858182f,-0.13284399192798124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8820354916864368f,0.022951829487695363f,-0.4706236340523428f,-0.14401441039958038f,0.12071724213400518f,0.9544686112228279f,0.27279482700727015f,2.0060199585768075f,0.45545662675717624f,-0.2974271065547561f,0.839104509241513f,-0.0659228929531612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8841581933720926f,0.09978664909908394f,-0.45640652247155017f,0.1507821047446099f,-0.12296606589263431f,0.9921825792230212f,-0.02128558491658961f,2.121061351000774f,0.45071458344709203f,0.07494233882078488f,0.889516728409413f,0.05295713736413667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8888828099052494f,-0.03975470412887678f,-0.45640652247155017f,0.04799550427871297f,0.03375940143198148f,0.9992032959762057f,-0.02128558491658961f,2.1272421280066447f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,0.0003657560810045868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8720967249931244f,0.1764663948226212f,-0.45640652247155017f,0.028312716826834776f,-0.20897255252091212f,0.9776898261553372f,-0.02128558491658961f,2.122171818250233f,0.44246782317945055f,0.11393952488339378f,0.889516728409413f,-0.009854711721313712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8839443880806426f,-0.10166319405844312f,-0.45640652247155017f,0.053788210586551054f,0.1033780637076424f,0.9944143501673824f,-0.02128558491658961f,2.133147677898984f,0.4560211560057241f,-0.02836714922261406f,0.889516728409413f,0.0034792804666833946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.888965193218568f,0.037867816035524395f,-0.45640652247155017f,0.08672655068472497f,-0.05345536869942351f,0.998343351473814f,-0.02128558491658961f,2.239087063016411f,0.4548443786649261f,0.043319523043684784f,0.889516728409413f,0.05804627565396293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.888965193218568f,0.037867816035524395f,-0.45640652247155017f,0.07820629207673199f,-0.05345536869942351f,0.998343351473814f,-0.02128558491658961f,2.014459808934803f,0.4548443786649261f,0.043319523043684784f,0.889516728409413f,0.048299382969133865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8888828099052495f,-0.03975470412887678f,-0.45640652247155017f,0.0017329305318611156f,0.03375940143198149f,0.9992032959762057f,-0.02128558491658961f,1.4988133690966432f,0.4568891036891803f,0.003512379522843251f,0.889516728409413f,-0.03840924726026499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9027561685410574f,0.012158638136025315f,0.42998077594207285f,-0.0028265587691483776f,0.009229965857510118f,0.9988227625871783f,-0.047622438702635994f,1.1242548331264512f,-0.4300536104851802f,0.046960158181104106f,0.9015811863899261f,-0.05601930657817903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8931223683302844f,0.27390556084463685f,0.35680271709516f,-0.2847522861859364f,-0.0612494852420134f,0.8598891349158243f,-0.506793030941926f,0.749343762943835f,-0.44562420911087425f,0.4307742092931055f,0.7847627952841594f,-0.33497048880866925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8931223683302844f,0.43941552990410215f,0.09615834476113316f,-0.13534063246947892f,-0.0612494852420134f,0.33058446302525857f,-0.941786819489363f,0.8253167468607667f,-0.44562420911087425f,0.8352412255662424f,0.32216635356428713f,-0.04596109202759965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9069292073114876f,0.01144756104539707f,0.42112749408162437f,-0.03555660464489964f,0.16635644824729892f,0.908661798888776f,-0.38296118258481104f,0.9025997626536606f,-0.38704643784938847f,0.417375955927417f,0.8221875493838217f,-0.4302277784723496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9069292073114876f,0.3815533729075427f,0.17859573496652806f,0.10385688919271373f,0.16635644824729892f,0.06512609964730598f,-0.9839126603877362f,0.8526660597803992f,-0.38704643784938847f,0.922049681290334f,-0.004409102005255794f,-0.12501536868185184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.933916038553443f,0.19651335840755302f,0.2986357863686612f,-0.00765752875072429f,0.09607884396677283f,0.6666547821111654f,-0.7391483323598337f,1.0159198723149274f,-0.34433949624556953f,0.7189950635822886f,0.6037188168921425f,-0.0670562077649071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8549970369620857f,0.44389430674417757f,0.2682124367477388f,-0.00960989292243854f,-0.08871285262983722f,0.6347040334913004f,-0.7676462855040406f,0.9783242040417307f,-0.5109893311648792f,0.6325414091662144f,0.5820491982003663f,-0.0714633305473425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.30231097777796667f,0.3077153892256825f,-0.00765752875072429f,0.003714776092907873f,0.7078720885578018f,-0.7063308762042015f,1.0159198723149274f,-0.4313547130726209f,0.6383769881157569f,0.637501319649059f,-0.0670562077649071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9037553798671796f,-0.007642722914477243f,0.4279810768568893f,-0.00915562614936528f,0.08998444058596283f,0.9808904818731292f,-0.17250119716434306f,1.0406530840929347f,-0.41848418585839225f,0.1944105227531492f,0.8871727761993635f,-0.06997646640823546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8937280613260772f,0.14953629162314555f,0.42295277500677225f,-0.00915562614936528f,-0.08258316008925726f,0.9815376789199162f,-0.17252190159563957f,1.0406530840929347f,-0.44094237046127f,0.1192588879207793f,0.8895769464098624f,-0.06997646640823546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.0575252887817987f,0.4275178700381473f,-0.00915562614936528f,0.003714776092907873f,0.9899955828203693f,-0.14104944677217562f,1.0406530840929347f,-0.4313547130726209f,0.1288393850758684f,0.892935341647596f,-0.06997646640823546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9075166987077707f,0.046203676045528136f,0.4174669590355974f,0.16531689084047924f,0.15303791032962127f,0.8892310083318503f,-0.43110046604366314f,1.0590476059302718f,-0.39114299120461316f,0.4551191427977961f,0.7999210750383486f,-0.15407654654980407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8807988346872845f,0.30994640503178117f,0.3579478157796143f,-0.1793720664600292f,-0.12269435479034745f,0.8795597192783027f,-0.45969641669873135f,1.0539403496326782f,-0.4573177321251627f,0.36098189183246904f,0.8127438499631663f,0.023298002274519808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.14071117337010172f,0.40777573951890844f,-0.016331304970991785f,0.003714776092907873f,0.9427330301095083f,-0.333527561648396f,0.9090654487271285f,-0.4313547130726209f,0.30241494610775144f,0.8499872421870123f,-0.10422910009944941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.902174767962736f,0.10463572742131769f,0.418487816547143f,6.135230998639523e-18f,0.003714776092907873f,0.9682144886733393f,-0.2500937911296553f,1.1253718518518518f,-0.4313547130726209f,0.22718289651740028f,0.8731099833583402f,-0.05009796296296295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.11099591511394172f,0.4230018802372236f,0.8993049072165639f,-0.7585720052153743f,0.14804841418599396f,0.9018372421228351f,-0.40592025790454367f,1.5779472866942064f,-0.9827316896717186f,0.08808517489369272f,-0.16272500754007216f,-1.091854350553642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2699774022901642f,0.4230018802372236f,0.8649749196181521f,-0.7509479826118505f,-0.03263938630226892f,0.9018372421228351f,-0.43084133875719277f,1.583481774091855f,-0.9623132923920703f,0.08808517489369272f,0.25728219769249766f,-1.1851297826276144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08132290777092038f,0.4230018802372236f,0.9024721569042761f,-0.8901308174492538f,0.059034532241584455f,0.9018372421228351f,-0.4280239627909823f,1.644918124811678f,-0.9949379421223716f,0.08808517489369272f,0.048368308728421294f,-1.1457473128998914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.16988199944184257f,0.2767395364046275f,0.9458093546038724f,-0.6945792053755093f,-0.2314253950843883f,0.9217163270810788f,-0.3112576085852372f,1.6561121537966133f,-0.9579052107466985f,-0.27176136845165794f,-0.09253845601481381f,0.3151198351686508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.16988199944184257f,0.2767395364046275f,0.9458093546038724f,-0.6786527679278365f,-0.2314253950843883f,0.9217163270810788f,-0.3112576085852372f,1.6778082845857747f,-0.9579052107466985f,-0.27176136845165794f,-0.09253845601481381f,0.40492344867615376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.16988199944184257f,0.2767395364046275f,0.9458093546038724f,-0.8284873898422538f,-0.2314253950843883f,0.9217163270810788f,-0.3112576085852372f,1.7136488604789795f,-0.9579052107466985f,-0.27176136845165794f,-0.09253845601481381f,0.37390241032462435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001409648074941775f,-5.236563099469023e-8f,0.000006739963896193017f,-0.2906037080549562f,5.804337645168552e-8f,0.000015624892190554473f,0f,1.291520017035527f,-0.000006739917391759703f,2.503745674864002e-8f,0.000014096578013050355f,-0.6731945039446218f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25.mcfunction new file mode 100644 index 000000000..61d1ce2e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..4ca05c66a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6701804026697064f,0.12431514715795221f,0.4498315423678198f,0.06680740210865457f,-0.12544765324211757f,0.8061754098835222f,-0.03589622876605019f,1.2462925648442271f,-0.449517028173528f,-0.03964085179049356f,0.6806669440304915f,0.29091498755991024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6531323797480072f,-0.13872462049675152f,0.4406513068092929f,0.06680740210865457f,0.18868060771650008f,0.7766357870988958f,-0.035163652668783865f,1.2462925648442271f,-0.4216843876602945f,0.13263609563505316f,0.6667757819074204f,0.29091498755991024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8049485179584415f,-0.13578988157214597f,-0.02373680567338005f,0.12384651964086085f,0.13458021372384235f,0.8045650930676423f,-0.03882810239433964f,1.246645695464475f,0.029841145336567378f,0.03435932950630721f,0.8153976863870314f,0.27468729269756803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7794024474392581f,0.1788607047407915f,-0.023252381067800865f,0.12384651964086085f,-0.17981174834528396f,0.7786019658852252f,-0.038035692141393934f,1.246645695464475f,0.014126573636485697f,0.042282703547550836f,0.798756917277092f,0.27468729269756803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7368633743690369f,-0.993626745441667f,-0.9545388982416994f,0.6552638608557906f,0.7819311536227758f,0.5897058513761486f,-1.2174715314317976f,1.499841700388676f,1.1344700474263882f,-1.051836084946572f,0.2191456408342093f,-0.5894371772680318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.39874901758315934f,0.2360489877198007f,0.8861603107637595f,0.5625682176150365f,0.181323812894486f,0.926935057246539f,-0.32850125498201777f,1.4453921283865676f,-0.8989554470906058f,0.2916715190823621f,0.32681314095720904f,-0.3502802266895575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7611743976265987f,0.2360489877198007f,0.6040649069381886f,0.28766207188144505f,0.010210930199128145f,0.926935057246539f,-0.3750828395859024f,1.4479646044810566f,-0.6484668636886958f,0.2916715190823621f,0.7031489541014293f,-0.12740227511760743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07350755341596256f,-0.9894107400515842f,-0.12515201581028024f,-0.4456203672702437f,0.3182835092414468f,0.09565471392658184f,-0.9431573481920044f,1.2262736291937597f,0.945141390129408f,-0.1091630119326181f,0.30788177843134806f,-0.19684453286299744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.403689782764696f,-0.9033871732804458f,-0.14465882082942305f,-0.2900048002938872f,0.592297254227303f,0.3785667933502425f,-0.7112461919808869f,1.4229266946250478f,0.6972937128113165f,0.2014417983559551f,0.6878972888076593f,0.022860587723154295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7172529075129681f,0.6866964910302253f,0.11830551919065184f,0.03285373774673357f,-0.4774913019766442f,0.608014866933952f,-0.6342869840410867f,1.165399628451737f,-0.5074941607554152f,0.3984543271117338f,0.7639920326843026f,-0.3322165765013326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9088612759799233f,0.32424936579797276f,0.262361448775842f,0.09529025288870246f,-0.24074175670183126f,0.9214672635008859f,-0.30486306577922023f,1.336269346197033f,-0.3406091419857408f,0.21391687889411964f,0.9155462748108018f,-0.2863849974911177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9618145086438209f,0.14321753577602048f,0.23324148089156466f,-0.20837603312290504f,0.005954617965628182f,0.8410217545027469f,-0.5409685304876843f,1.1474277000792834f,-0.2736373393510638f,0.5217002452552285f,0.8080541198542988f,-0.21583585198633293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9618145086438209f,0.007409283803658136f,0.27360181555640795f,-0.2052767810624916f,0.005954617965628182f,0.9988304697785806f,-0.047981612798897816f,1.3344085280827742f,-0.2736373393510638f,0.047778605624450715f,0.9606455180541125f,-0.20087332894391025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,-0.23427835758716112f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,2.0135811164468045f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,-0.24319476766226122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,-0.31719070294245144f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,1.885290415306607f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,-0.1933214131666836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.2243313932628929f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,2.0314963432628743f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,0.12356454179474534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.19996497354803497f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,1.9054926923545152f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,0.22025823366781316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7793147647111287f,0.04517669884452702f,-0.6250020507044353f,-0.1525866164692307f,0.18330012384001482f,0.9373374519015258f,0.2963099152289538f,2.107831857937114f,0.5992241334454692f,-0.3454816451626127f,0.7222000212906818f,-0.18993523404428148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7626529140427978f,0.166532187030856f,-0.6250020507044353f,-0.0630622228488817f,0.03441151229603914f,0.9544717292610136f,0.2963099152289538f,2.1214141253375094f,0.6458919263495472f,-0.24748888606200126f,0.7222000212906818f,-0.11803220501091624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.807010013090633f,0.14580773336336478f,-0.5722542648708656f,-0.06921462188818503f,0.24541647984064377f,0.7985883232212234f,0.5495702333981907f,2.1248547590992892f,0.5371271638951838f,-0.5839493085072992f,0.6086851525212059f,-0.07584545570001922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7224550641447129f,0.38805120361720874f,-0.5722542648708656f,-0.08761261601813923f,-0.013372421026089015f,0.8353404916072005f,0.5495702333981907f,2.1318903139701817f,0.6912885494839041f,-0.3893873732578864f,0.6086851525212059f,-0.09949456571821709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7742650259057211f,0.27025677789154295f,-0.5722542648708656f,-0.11343968890577463f,0.11746825859801846f,0.8271479715169513f,0.5495702333981907f,2.2338438243727f,0.6218640348831588f,-0.492734722968733f,0.6086851525212059f,-0.16448755421628758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7742650259057211f,0.09942890059969575f,-0.6250020507044353f,-0.13581119154070614f,0.11746825859801846f,0.9478405152550503f,0.2963099152289538f,2.020579708440314f,0.6218640348831588f,-0.30284030670730827f,0.7222000212906818f,-0.09634848520714333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.777062763878201f,0.0838466771112585f,-0.6238134302268366f,0.12964909395580163f,-0.1261984215152948f,0.9917169632884412f,-0.02390445843353369f,2.134661978924407f,0.616642051275308f,0.0972995347540416f,0.7812076427785559f,0.07911672874010128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.03934380369604418f,0.03049400309118231f,0.9992490643690762f,-0.02390445843353369f,2.1412193421028523f,0.6242711650332027f,-0.0003624533906651517f,0.7812076427785559f,0.007206394543638743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.766798086039427f,0.15125309753819896f,-0.6238134302268366f,0.022075036098969242f,-0.2121520269519401f,0.9769442636748439f,-0.02390445843353369f,2.1362217721540113f,0.6058153288803901f,0.15067317663710877f,0.7812076427785559f,-0.006736061670553198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7760080940016039f,-0.09310339581683547f,-0.6238134302268366f,0.04440915369044919f,0.10012381235477866f,0.9946877897443723f,-0.02390445843353369f,2.147103042210942f,0.6227251883805115f,-0.04390852560527545f,0.7812076427785559f,0.011431238028578962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7810187265708752f,0.02943727253392757f,-0.6238134302268366f,0.06596528024753565f,-0.05671233019196023f,0.9981043474863726f,-0.02390445843353369f,2.2527766873975428f,0.6219272146721084f,0.05404774291832867f,0.7812076427785559f,0.07188004820778128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7810187265708752f,0.02943727253392757f,-0.6238134302268366f,0.05934189392740195f,-0.05671233019196023f,0.9981043474863726f,-0.02390445843353369f,2.0282032092131095f,0.6219272146721084f,0.05404774291832867f,0.7812076427785559f,0.05971930605115734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7806123418724323f,-0.03874501238953437f,-0.6238134302268366f,0.0011163397375729203f,0.030494003091182303f,0.9992490643690763f,-0.02390445843353369f,1.5130233276636078f,0.6242711650332027f,-0.00036245339066515864f,0.7812076427785559f,-0.04254157105210697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9618145086438209f,0.007409283803658136f,0.27360181555640795f,-0.0016621416887988806f,0.005954617965628182f,0.9988304697785806f,-0.047981612798897816f,1.1384619014966402f,-0.2736373393510638f,0.047778605624450715f,0.9606455180541125f,-0.060458548161275986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9556067186056415f,0.19188641826670388f,0.22359651571644484f,-0.2333084480417446f,-0.059604440853678387f,0.8690710345698491f,-0.49108334068894294f,0.741007640713648f,-0.288553478555153f,0.4559551944615478f,0.8419274022487053f,-0.3771861259401362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9556067186056415f,0.2887563234974975f,0.05861386351339887f,-0.13436948672372234f,-0.059604440853678387f,0.38426569618926654f,-0.921296469852511f,0.8394919657979006f,-0.288553478555153f,0.8769034498577294f,0.3844180402131694f,-0.06987174705311243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9587921407236019f,-0.06515529325118645f,0.276536468929516f,0.02805569514799501f,0.16280085443291634f,0.923694321480218f,-0.34682082155071337f,0.9179620036031675f,-0.23283795369863058f,0.3775494513657137f,0.8962381932783735f,-0.43032985720371153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9587921407236019f,0.22324860638483643f,0.17572049007979018f,0.11500217561474417f,0.16280085443291634f,0.07516372412580766f,-0.9837917952348716f,0.8681516614366753f,-0.23283795369863058f,0.9718592873059186f,0.03572132408893214f,-0.10712466374027568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9783151843301532f,0.0754201711058323f,0.1929020422375714f,-0.004733315559259654f,0.09329126251858941f,0.6710667457932921f,-0.7355040197225904f,1.0298899351006816f,-0.18492198475775246f,0.737550825693232f,0.6494787441267695f,-0.071194010828295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9280977755771829f,0.33214709825617783f,0.1682641497428562f,-0.005957655970672162f,-0.09329126251858941f,0.6449395864418597f,-0.7585180750502195f,0.9922502959835237f,-0.360459788750941f,0.6882813632230674f,0.629553417696563f,-0.07547376226303538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.1923652559645258f,0.19658272900705426f,-0.004733315559259654f,0f,0.714732123352771f,-0.6993983070094173f,1.0298899351006816f,-0.27504392566671687f,0.6724236760743496f,0.6871660925922495f,-0.071194010828295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9608006564224191f,-0.03964341872862662f,0.274391140472421f,-0.005722270304771852f,0.08645784796117975f,0.9832115551652759f,-0.16068627295261223f,1.05457969664058f,-0.26341438674485995f,0.17811074403580116f,0.9480977922740054f,-0.07465095830102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9547455902962158f,0.12784319944363196f,0.26854603733056037f,-0.005722270304771852f,-0.08645784796117975f,0.9832115551652759f,-0.16068627295261223f,1.05457969664058f,-0.28458021423818713f,0.13019659805653777f,0.9497699445226997f,-0.07465095830102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.0347370462078128f,0.2728415266540538f,-0.005722270304771852f,0f,0.9919925553442988f,-0.1262963583856974f,1.05457969664058f,-0.27504392566671687f,0.12142531763287592f,0.9537330502774857f,-0.07465095830102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9598261812727873f,-0.030974816793251404f,0.2788803730417817f,0.18035895607047195f,0.15193766668575234f,0.8929461705142753f,-0.42374766312745593f,1.0727517503261887f,-0.23589965490731024f,0.449096534487314f,0.8617793543164612f,-0.12862640019332597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9446704096252595f,0.24543013155510127f,0.21762781923111402f,-0.18909874754562334f,-0.1267828738579112f,0.8850872342304459f,-0.4478243971677166f,1.0687223897837983f,-0.30252920532532673f,0.39545497635906113f,0.8672320575244443f,-0.011220912214811432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.08843270038608184f,0.2604396639311761f,-0.0071010411045317814f,0f,0.9469020750044217f,-0.32152209932183606f,0.9225407041446952f,-0.27504392566671687f,0.3091215260294018f,0.9103816348647944f,-0.10787508378618577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9614316610939344f,0.06539737491167845f,0.26715603006636374f,6.692503406277918e-18f,0f,0.9713213241076581f,-0.23777065700743158f,1.1395703125f,-0.27504392566671687f,0.2286002377260511f,0.9338590740927856f,-0.0546484375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13970925931458952f,0.40276983190942905f,0.9045760251993303f,-0.6489745227238349f,0.17482429899706986f,0.8891510694471558f,-0.4229028732240563f,1.6636486972047757f,-0.9746372593647097f,0.21722531667517336f,0.053808683810503605f,-1.202669270230219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.529465213143768f,0.40276983190942905f,0.7466210890232575f,-0.6167449608252684f,-0.03273998414703033f,0.8891510694471558f,-0.4564410905462295f,1.6704919277952248f,-0.8476996410926909f,0.21722531667517336f,0.4839612384134644f,-1.2904387867773233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3437819935847093f,0.40276983190942905f,0.848286745971298f,-0.7601027536702464f,0.07299445963145848f,0.8891510694471558f,-0.451754562305784f,1.7348334968458679f,-0.9362081765024458f,0.21722531667517336f,0.2762741610164373f,-1.2879951526562368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.02019597405949508f,0.3040955337328719f,0.9524274402785277f,-0.770227078703106f,-0.2285397386697714f,0.9288039302416158f,-0.29170678260280536f,1.65473330266431f,-0.9733250795497572f,-0.21177621568874894f,0.08825601389147186f,0.14629739505076428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02019597405949508f,0.3040955337328719f,0.9524274402785277f,-0.7721204512711837f,-0.2285397386697714f,0.9288039302416158f,-0.29170678260280536f,1.6761589031646011f,-0.9733250795497572f,-0.21177621568874894f,0.08825601389147186f,0.23754662125855402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.02019597405949508f,0.3040955337328719f,0.9524274402785277f,-0.914037881028924f,-0.2285397386697714f,0.9288039302416158f,-0.29170678260280536f,1.7092021203048764f,-0.9733250795497572f,-0.21177621568874894f,0.08825601389147186f,0.17868360607093836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015022369704592726f,0f,0.000004297561338542451f,-0.18215356588192239f,0f,0.000015625f,0f,1.3056928125f,-0.000004297561338542451f,0f,0.000015022369704592726f,-0.7176178340355794f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26.mcfunction new file mode 100644 index 000000000..c2892e3f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..676cf64ea --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7391944009076258f,0.13244568497879017f,0.3209271298001459f,0.013788846023957232f,-0.1282277841584962f,0.8056808719589434f,-0.03715390119116643f,1.2604330024348878f,-0.3226355799986461f,-0.016760594691714384f,0.7500465381754402f,0.29525438877180504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7186396867348183f,-0.15723780539073764f,0.3143775965389185f,0.013788846023957232f,0.18597913096049368f,0.7772304155804649f,-0.03639565830971406f,1.2604330024348878f,-0.29827632071095095f,0.10577879585494644f,0.7347394659677782f,0.29525438877180504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7942788601141566f,-0.13794702513434448f,-0.13052262285437485f,0.0712707978690384f,0.13341225435806744f,0.8047667099820801f,-0.03868019307295746f,1.2606273413085605f,0.13515438286381676f,0.016297398738678585f,0.8052404187765899f,0.2882266919612446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7705547980690569f,0.17290866352758416f,-0.1278588958573468f,0.0712707978690384f,-0.18094436144472978f,0.7783465971097472f,-0.03789080137759099f,1.2606273413085605f,0.1162086108432338f,0.06541535633765024f,0.7888069408423739f,0.2882266919612446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8857719305173527f,-0.8881837962735376f,-0.9316350579195097f,0.7057087843723648f,0.6924316845882182f,0.6245374701968529f,-1.2537533890276977f,1.5577948667104242f,1.0850588460013972f,-1.1236052431157668f,0.039557658637410946f,-0.49798761141176967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4635758023970799f,0.15319953489573823f,0.8727126548524622f,0.5952919557398062f,0.262362296157582f,0.9170382075569441f,-0.3003447210051616f,1.4802614501248008f,-0.8463235202845452f,0.3681994410485662f,0.3849229411514707f,-0.27189780399245195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8315464499856752f,0.15319953489573823f,0.533910483156072f,0.29632252833493056f,0.0816787324818071f,0.9170382075569441f,-0.39034537340784825f,1.458351521543913f,-0.549417042124092f,0.3681994410485662f,0.7500467221681174f,-0.0861437318735984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.18295806306599993f,-0.9669061765506196f,-0.17781673967149297f,-0.4183654690886692f,0.3147132387617411f,0.1137500417919838f,-0.942346276769011f,1.2343767979472369f,0.931387097026383f,-0.22837113158318378f,0.2834866870810393f,-0.2673203316039536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2934783152196106f,-0.9253352933740386f,-0.24005223042546506f,-0.2978419147885107f,0.5983392620039215f,0.3736437478360005f,-0.7087880340748353f,1.4331193032926755f,0.7455605985032078f,0.06438124369293456f,0.6633207741508549f,-0.028291820637012056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7859491999602229f,0.6182831825159744f,-0.003124307891999356f,0.07558159188274574f,-0.4795385569245093f,0.6063745016201573f,-0.6343128062775221f,1.1795095304101826f,-0.3902904399349861f,0.5000358687162594f,0.7730701795390447f,-0.3278142739635984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.950015950303431f,0.2896176331060617f,0.11658182003688056f,0.1306135344653628f,-0.2432265850059647f,0.9206999437050878f,-0.3052088498189143f,1.3502332145435183f,-0.19573073983257f,0.2615974775403826f,0.9451223398212021f,-0.2728577323008942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9926035091877042f,0.06288647998857046f,0.1038439414838551f,-0.18080977644223908f,0.003355861131836452f,0.8408375471216699f,-0.5412771540961964f,1.1622069041462997f,-0.12135489996007175f,0.5376220884460206f,0.8344072616358396f,-0.25020402351500437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9926035091877042f,0.0025393184827561983f,0.12137473134840847f,-0.17957506215579475f,0.003355861131836452f,0.9988252533112593f,-0.048340992374615366f,1.3491845079398195f,-0.12135489996007175f,0.04839075541197849f,0.9914289299018559f,-0.23493432606337183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,-0.19377475055648638f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,2.0288326177844542f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,-0.2854145152142664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,-0.2844835296776517f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,1.900365262201424f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,-0.25242408569522523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,0.1884062839560585f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,2.044982554481612f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,0.16049252263510286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,0.14648657307053717f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,1.9185768929450266f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,0.25040725485831883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6552768168950007f,0.12872915097188212f,-0.744339370804752f,-0.12139644303662694f,0.1798196033736486f,0.9304634967404173f,0.319221853067955f,2.1211028085673704f,0.7336737718376605f,-0.3430254901951948f,0.5865631335106621f,-0.21897276467786142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6270715960421177f,0.22965215981387396f,-0.744339370804752f,-0.04685290102743653f,0.03204916631054505f,0.9471379305373954f,0.319221853067955f,2.1343390636203696f,0.7783020392983628f,-0.22403041318125286f,0.5865631335106621f,-0.13158167518988206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6979232356934123f,0.285293516681695f,-0.6568947909815004f,-0.06299775557257277f,0.23825361602465558f,0.772493447935613f,0.5886332366998354f,2.1396662985828345f,0.6753801681500677f,-0.5673283724933381f,0.4711689147573793f,-0.08967489843741987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5756038961403819f,0.4870003986953024f,-0.6568947909815004f,-0.07624296439261806f,-0.012120949404270914f,0.8083093437773775f,0.5886332366998354f,2.146449842083834f,0.8176388183871603f,-0.33085739591673285f,0.4711689147573793f,-0.1166158265187507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6447009038632685f,0.3909603280887405f,-0.6568947909815004f,-0.08523734075696102f,0.11447571937729215f,0.8002538486788595f,0.5886332366998354f,2.2468274777726163f,0.7558148280041456f,-0.45469088349714826f,0.4711689147573793f,-0.188233394046534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6447009038632685f,0.17412537330288924f,-0.744339370804752f,-0.12441554975011103f,0.11447571937729215f,0.9407405158687024f,0.319221853067955f,2.0351608617021584f,0.7558148280041456f,-0.291011402139533f,0.5865631335106621f,-0.12275582856513917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6485150471949691f,0.06386162404199942f,-0.7585182440366384f,0.10363238519956752f,-0.1291675699287092f,0.9912557102702528f,-0.026978801591783282f,2.1483778924997674f,0.7501626306611247f,0.11547211711636321f,0.6510930945174015f,0.09961326151440808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6505209098085871f,-0.03837472300073212f,-0.7585182440366384f,0.02831540964677093f,0.027489253952607894f,0.9992579672846249f,-0.026978801591783282f,2.155281447461785f,0.7589907027223307f,-0.0033008260809771484f,0.6510930945174015f,0.012155644650776051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6404813443718943f,0.12014042190347832f,-0.7585182440366384f,0.013950827500547967f,-0.21506967600983623f,0.9762259875283468f,-0.026978801591783282f,2.1503509545814423f,0.7372439772372475f,0.18041369210555763f,0.6510930945174015f,-0.004783279303280374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6462593882099213f,-0.08365928886927637f,-0.7585182440366384f,0.032502022123697044f,0.09712700367008235f,0.9949062716772588f,-0.026978801591783282f,2.161144853174832f,0.7569115855293868f,-0.05623730046102828f,0.6510930945174015f,0.017275971731368675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6513900588349975f,0.018467937473181067f,-0.7585182440366384f,0.042369963633501456f,-0.059706421293121065f,0.9978513353806968f,-0.026978801591783282f,2.266549725650967f,0.7563901999016823f,0.06286213299313936f,0.6510930945174015f,0.08113582703889982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6513900588349975f,0.018467937473181067f,-0.7585182440366384f,0.038214677702035724f,-0.059706421293121065f,0.9978513353806968f,-0.026978801591783282f,2.0420331751903102f,0.7563901999016823f,0.06286213299313936f,0.6510930945174015f,0.06699184711544348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.650520909808587f,-0.038374723000732115f,-0.7585182440366384f,0.00027030463998250934f,0.027489253952607887f,0.9992579672846249f,-0.026978801591783282f,1.527320397762607f,0.7589907027223306f,-0.0033008260809771414f,0.6510930945174015f,-0.04653697656201586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9926035091877042f,0.0025393184827561983f,0.12137473134840847f,-0.000681939791051065f,0.003355861131836452f,0.9988252533112593f,-0.048340992374615366f,1.1527609277708848f,-0.12135489996007175f,0.04839075541197849f,0.9914289299018559f,-0.0646835098415078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9891842804303316f,0.11425811569952507f,0.09197577043070274f,-0.18089580186141135f,-0.057223177260082934f,0.8779827198215129f,-0.4752597728391075f,0.7326671523864282f,-0.1350554231928082f,0.4648563505983464f,0.8750249173449856f,-0.40677788655004204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9891842804303316f,0.14644826670292194f,0.008207589733730244f,-0.13090472905388767f,-0.057223177260082934f,0.43682605284812526f,-0.8977240709357125f,0.853687462537565f,-0.1350554231928082f,0.8875448747713193f,0.440481699884768f,-0.09190554956515877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9835619350527757f,-0.12471450672569138f,0.1305841174393242f,0.08508752575268974f,0.15998419415841636f,0.9372036251856112f,-0.3099264792792493f,0.9335523198991494f,-0.08373158027125643f,0.3257232824824107f,0.9417501609844101f,-0.42113639473705544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9835619350527757f,0.07073974320803908f,0.1661379205542805f,0.12142391442683957f,0.15998419415841636f,0.08525394669427927f,-0.9834311476623727f,0.8838664513349492f,-0.08373158027125643f,0.9938448839250067f,0.07253529596940003f,-0.08924088979324318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9953124430033574f,-0.03814501305118882f,0.08887124834283028f,-0.0022677631948449977f,0.0912244179049187f,0.6754276253754339f,-0.731762002605773f,1.043957775405502f,-0.03211302509258701f,0.7364390544091391f,0.67574127649595f,-0.07485234681276645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9725579290008833f,0.2223858053006666f,0.06837856636612705f,-0.00288060084956742f,-0.09714670280135501f,0.6552059893457216f,-0.7491779692838807f,1.006277986112292f,-0.21140859223867423f,0.7219762219950655f,0.6588298278018337f,-0.07888827030619411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.08716455147987742f,0.08656743271314685f,-0.0022677631948449977f,-0.002986694029676048f,0.7215836051844005f,-0.6923208651975298f,1.043957775405502f,-0.12281147788381387f,0.6868183469407285f,0.7163783212839419f,-0.07485234681276645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9900993854736583f,-0.06526970130255742f,0.1242701612478205f,-0.002674914294447935f,0.08363643088117083f,0.9853172348933477f,-0.14884520164112303f,1.0685998052028045f,-0.11273044980901792f,0.15776505542737393f,0.981020913626134f,-0.07874176622901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9871987049173928f,0.10759795962014855f,0.11773443037193249f,-0.002674914294447935f,-0.08958708839554193f,0.9847969915115022f,-0.14882553242875818f,1.0685998052028045f,-0.13195783645631617f,0.1363728880513824f,0.9818297025463701f,-0.07874176622901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.016640788459940034f,0.12171550271294505f,-0.002674914294447935f,-0.002986694029676048f,0.9937584937933833f,-0.11151293948362695f,1.0685998052028045f,-0.12281147788381387f,0.11030476042736086f,0.9862809948118519f,-0.07874176622901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9847159382303085f,-0.10035777655715289f,0.14234759456944884f,0.18956148061331618f,0.15154497119554602f,0.8965197306126641f,-0.4162769442661186f,1.086690622840647f,-0.08584079857820946f,0.43148660385543924f,0.8980259840298357f,-0.10336264738208208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9799449416893287f,0.1824249355583692f,0.08018138277694609f,-0.19364196480515722f,-0.13012764625591622f,0.8905745669828126f,-0.4358253507120381f,1.0834544730348237f,-0.1509129117650091f,0.4166510332759307f,0.8964525695945692f,-0.04466467044881292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.04082419769199487f,0.11586614830932428f,0.0009227396895669808f,-0.002986694029676048f,0.950907676876407f,-0.30946028778550555f,0.936137944817991f,-0.12281147788381387f,0.3067702315093819f,0.9438269788259254f,-0.1100619113708446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9924255239355579f,0.030570449079405086f,0.11898330590598376f,7.249818336374615e-18f,-0.002986694029676048f,0.9742604273118651f,-0.22540563309925302f,1.1538475925925926f,-0.12281147788381387f,0.2233429367971718f,0.9669722196024083f,-0.05919925925925924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3685861898168534f,0.3474717764940681f,0.8622108705046294f,-0.5295286825964356f,0.20316816220736275f,0.8749794266592139f,-0.43946979508084033f,1.7587966273395637f,-0.9071201235457061f,0.33715629530407637f,0.2519101307912274f,-1.1826129484655188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7377695994527507f,0.3474717764940681f,0.5787567560412441f,-0.475993217963957f,-0.03317901388985095f,0.8749794266592139f,-0.48302190008364027f,1.7670222344416564f,-0.6742367322837172f,0.33715629530407637f,0.6570619920343936f,-1.25913324586684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.571044956079771f,0.3474717764940681f,0.7437546790951359f,-0.6143241521444667f,0.08773980908898756f,0.8749794266592139f,-0.47614360105344383f,1.8343309710486266f,-0.8162165056140928f,0.33715629530407637f,0.4691654809339133f,-1.2912479193062665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.20183031173777816f,0.3162805738406945f,0.9269472066276658f,-0.780929477876084f,-0.2240062656774795f,0.9362447774287747f,-0.27067860956228973f,1.6568409105073236f,-0.9534598671161059f,-0.15301083408812913f,0.2598114055437004f,-0.025714797091405117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.20183031173777816f,0.3162805738406945f,0.9269472066276658f,-0.7998510696015008f,-0.2240062656774795f,0.9362447774287747f,-0.27067860956228973f,1.6778414979145873f,-0.9534598671161059f,-0.15301083408812913f,0.2598114055437004f,0.06367206545072981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.20183031173777816f,0.3162805738406945f,0.9269472066276658f,-0.9294323547329423f,-0.2240062656774795f,0.9362447774287747f,-0.27067860956228973f,1.707942995645299f,-0.9534598671161059f,-0.15301083408812913f,0.2598114055437004f,-0.01999307665189272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015506648811493094f,4.631382199357813e-8f,0.0000019189379007441127f,-0.07677803526851186f,-4.666709421368825e-8f,0.000015624930309678748f,0f,1.3199477951920884f,-0.000001918929341934592f,-5.73128037147153e-9f,0.000015506717974255153f,-0.7424421760240171f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27.mcfunction new file mode 100644 index 000000000..9ccbd8c85 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..3100db0a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7815529842406407f,0.1367974589638267f,0.19340587501426498f,-0.03671005247737581f,-0.1314201843460018f,0.8051082883904841f,-0.03839040968591846f,1.2746093835631995f,-0.19709924509103594f,0.005616371642786777f,0.7925053869839361f,0.2914869200877546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7586066222185901f,-0.16917845500227444f,0.1894588163405045f,-0.03671005247737581f,0.18287528302111522f,0.7779089596670142f,-0.03760693193722625f,1.2746093835631995f,-0.17627428509583762f,0.07897025283502354f,0.7763318076577335f,0.2914869200877546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7715259736604639f,-0.13705226448472424f,-0.2300191148824961f,0.020115755665124163f,0.13155683377171892f,0.805084193409832f,-0.03842766521720314f,1.2746143834468238f,0.2332057372786486f,-0.0007501771086287458f,0.7826614630726828f,0.2928080252301003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.74962744834498f,0.16518898845790422f,-0.22532484723183294f,0.020115755665124163f,-0.18274257932402307f,0.7779383793683725f,-0.037643427151545936f,1.2746143834468238f,0.21133820854213187f,0.08674373751438762f,0.7666887801528321f,0.2928080252301003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.014542166544603f,-0.7961815675248991f,-0.8821594832209076f,0.7351316106185758f,0.608486332022835f,0.6482591672985855f,-1.2848776929166221f,1.6115456679370495f,1.0207129008905393f,-1.1778205353732547f,-0.1108612213926974f,-0.409381759617787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5068391192185702f,0.06377294187383134f,0.8596784975294551f,0.6129792206000617f,0.33471951328670063f,0.9044541166489454f,-0.26443448773163203f,1.5132661259794924f,-0.7944035213006415f,0.4217769111290153f,0.4370666797910914f,-0.19656465556498104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8795020133226268f,0.06377294187383134f,0.4716028206512375f,0.2980911122768154f,0.14878688335079265f,0.9044541166489454f,-0.3997814580737006f,1.468537880461206f,-0.45203835224923566f,0.4217769111290153f,0.7859806392871667f,-0.04711056164491477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2806792996389863f,-0.9332398436252926f,-0.22423765300325382f,-0.38424897270147507f,0.31100382707089663f,0.1325927990009119f,-0.9411141106159018f,1.2428022744479392f,0.908017483477837f,-0.3338900177054464f,0.25302510898176245f,-0.32871801489527547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.186640908550236f,-0.9269896859985378f,-0.32535410448905494f,-0.2982530114958837f,0.604153780834778f,0.36944940377336377f,-0.7060491110075483f,1.4435395249189886f,0.7747021236311318f,-0.06478626477764077f,0.6289986959744639f,-0.07678831420031418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8325009170328947f,0.5415752083055683f,-0.11678406093371595f,0.11364749867232919f,-0.4821361005120532f,0.6043603620206861f,-0.6342659800125316f,1.193549731600449f,-0.27292307290227574f,0.584332821743744f,0.7642435146670029f,-0.3180893061634434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9675245877961173f,0.25180866359626963f,-0.02210359581186593f,0.1607234756228056f,-0.2463563538107562f,0.9197542087606789f,-0.30554990165943036f,1.364093958857705f,-0.05661023712212414f,0.3010724039245024f,0.951919475926456f,-0.25568873370305883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9997298632047242f,-0.012661350454065995f,-0.019490788114977637f,-0.1513183572203402f,0.00008796237369914584f,0.8406493360852797f,-0.5415798057553476f,1.1770932812025283f,0.023242049808148244f,0.5414317906662467f,0.8404233594901188f,-0.2783206494945907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9997298632047242f,-0.0012196570819499731f,-0.02321019287438344f,-0.15169210662867072f,0.00008796237369914584f,0.9988135836020483f,-0.04869720191813298f,1.364066470615924f,0.023242049808148244f,0.04868200538840864f,0.9985438745854279f,-0.2629518742681052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,-0.14958356750596385f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,2.044220475998584f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,-0.3176023332992644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,-0.24463894591607416f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,1.915656993292785f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,-0.3015955081966228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,0.14835527592020714f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,2.058318170248029f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,0.18854976893357717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,0.09133464347939525f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,1.9315543931910955f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,0.26917175602339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5177874031012304f,0.20920058320222845f,-0.8295368112251148f,-0.08775345060183933f,0.175806162567682f,0.922926680247706f,0.342488738632637f,2.1344060504641305f,0.8372504991894063f,-0.32317403805812817f,0.4411010572785943f,-0.2401935384406907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.47868639963077503f,0.2876247722832554f,-0.8295368112251148f,-0.02971744701182126f,0.02926415547696677f,0.9390660642968872f,0.342488738632637f,2.147240170725282f,0.8774981139653499f,-0.18822039542770147f,0.4411010572785943f,-0.14101567664975612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5740932031318837f,0.41609858230256197f,-0.7051800932553132f,-0.05535066438661852f,0.23028700007200975f,0.7444266714410064f,0.6267350544249928f,2.1546564538852047f,0.7857384372140697f,-0.5221981430961457f,0.3315481980517002f,-0.10147293162779475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.4174135485325209f,0.5731378242429277f,-0.7051800932553132f,-0.06320773410731147f,-0.011024540504698907f,0.7791544333837561f,0.6267350544249928f,2.161175720442112f,0.908649761463761f,-0.2538334165560582f,0.3315481980517002f,-0.13050793195436877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5019330040217778f,0.5007836813935755f,-0.7051800932553132f,-0.054783776751422535f,0.11099779685320214f,0.7712863674723138f,0.6267350544249928f,2.2597441815501003f,0.8577544803540287f,-0.3928524453293643f,0.3315481980517002f,-0.2046627696153006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5019330040217778f,0.24481000448540216f,-0.8295368112251148f,-0.10986602776063793f,0.11099779685320214f,0.9329420952039633f,0.342488738632637f,2.049832210129209f,0.8577544803540287f,-0.2639831598801273f,0.4411010572785943f,-0.14526655864227206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5067505083585612f,0.04230766896029249f,-0.8610539956503811f,0.0755589419292076f,-0.1326212660123654f,0.9907315081348987f,-0.02937139067233167f,2.1620076948950238f,0.8518306886228141f,0.12907803816256125f,0.5076645920137498f,0.11416784569400681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5071299462573122f,-0.03748645333409685f,-0.8610539956503811f,0.01676740766242444f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,2.1693138387108055f,0.8615354931622834f,-0.005766804759505417f,0.5076645920137498f,0.01487375530540018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.501134813369939f,0.08631289245060784f,-0.8610539956503811f,0.005601838206591141f,-0.2184645425107381f,0.9754027706929829f,-0.02937139067233167f,2.1644612738364404f,0.8373393233894193f,0.202828793619798f,0.5076645920137498f,-0.004345006305771365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.503279680398731f,-0.07277073499879542f,-0.8610539956503811f,0.019988175190314064f,0.09364390577026455f,0.995172417384075f,-0.02937139067233167f,2.1751537203170326f,0.8590345640367687f,-0.06585043512135673f,0.5076645920137498f,0.02067439659378703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.508467323388395f,0.006855481073945104f,-0.8610539956503811f,0.01845894204532778f,-0.06318827083919108f,0.997569327835578f,-0.02937139067233167f,2.2802843277217653f,0.8587597006582195f,0.06934290548367926f,0.5076645920137498f,0.08571946838212663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.508467323388395f,0.006855481073945104f,-0.8610539956503811f,0.016916458803690134f,-0.06318827083919108f,0.997569327835578f,-0.02937139067233167f,2.0558312289587604f,0.8587597006582195f,0.06934290548367926f,0.5076645920137498f,0.07011731464829882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5071299462573123f,-0.037486453334096864f,-0.8610539956503811f,-0.0003550397806748503f,0.02399607531820451f,0.999280496046679f,-0.02937139067233167f,1.541618321278572f,0.8615354931622835f,-0.005766804759505424f,0.5076645920137498f,-0.050483653058169764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9997298632047242f,-0.0012196570819499731f,-0.02321019287438344f,0.00010233162505638963f,0.00008796237369914584f,0.9988135836020483f,-0.04869720191813298f,1.1670632274278039f,0.023242049808148244f,0.04868200538840864f,0.9985438745854279f,-0.06873940507882301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9983984606579918f,0.044141044977138603f,-0.03538476938004911f,-0.13044079153743582f,-0.05547526507489202f,0.8865028017593451f,-0.4593857610306414f,0.7246490222771493f,0.01109092965551124f,0.4606130161221643f,0.8875317688163165f,-0.42521540505701727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9983984606579918f,0.017405383759129558f,-0.053829047659701944f,-0.12595621110931585f,-0.05547526507489202f,0.4877454628634518f,-0.8712214749539796f,0.867984292910085f,0.01109092965551124f,0.8728123601738891f,0.48792988759355793f,-0.11197169648429177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9860123271604899f,-0.1662115741599747f,-0.01238560869795581f,0.1348424607236045f,0.15659953335504506f,0.9493030282198303f,-0.27258089948791775f,0.9491029460808871f,0.057063796233144004f,0.26682854650116333f,0.9620531429871945f,-0.4049943378329803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9860123271604899f,-0.07260676585931775f,0.1500264917906363f,0.12344711134953021f,0.15659953335504506f,0.0953956646837861f,-0.9830443801337357f,0.8995445165210877f,0.057063796233144004f,0.9927879555630141f,0.10543148698786983f,-0.07209005960380882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9898648835656754f,-0.14152385123215974f,-0.011769104295986581f,-0.000409900394847269f,0.08854882309076086f,0.6798770074896928f,-0.7279604114346475f,1.0580361668084366f,0.11102530438036828f,0.7195403075709363f,0.6855181453236443f,-0.07816017210439638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.992511200845658f,0.11846990315051546f,-0.029772441005364726f,-0.000577203323308548f,-0.10159550716689064f,0.6652566694361609f,-0.7396701404641185f,1.020320420727997f,-0.06782233495989876f,0.737155645585255f,0.6723107057472559f,-0.08187306734574538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,-0.010137112080620462f,-0.020377496427383873f,-0.000409900394847269f,-0.006579631699362215f,0.7283761482028484f,-0.6851458933511045f,1.0580361668084366f,0.021787883070272147f,0.685102492834355f,0.7281207746407659f,-0.07816017210439638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9963234829259546f,-0.08355102639994806f,-0.018940521582329964f,-0.0001561467987047881f,0.08019011118580364f,0.9873133035639566f,-0.13704738842325725f,1.0826264387783617f,0.030150678902870112f,0.13502468882816165f,0.9903833954426714f,-0.08237778846347402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9955498141709598f,0.0905711371681343f,-0.026027612572784325f,-0.0001561467987047881f,-0.09329929961440568f,0.9861673470138405f,-0.1370007458926606f,1.0826264387783617f,0.013259268291625914f,0.138819425138397f,0.9902289427241643f,-0.08237778846347402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,0.00443842672097258f,-0.022322718701485722f,-0.0001561467987047881f,-0.006579631699362215f,0.9952838753409102f,-0.09678179546319965f,1.0826264387783617f,0.021787883070272147f,0.09690360083414046f,0.9950552649459699f,-0.08237778846347402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.987031945833707f,-0.1601612371894295f,0.010784989832071209f,0.1936904275466994f,0.1505271958427804f,0.9001332493057294f,-0.4087807441722505f,1.1005157682287494f,0.055762901784571814f,0.40510308761630176f,0.9125688944886866f,-0.0791033101919681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.990955113667812f,0.1238589392555381f,-0.051642287537513445f,-0.19398309172485304f,-0.13404944652522696f,0.8958120066213631f,-0.4237352884517497f,1.0983074047058f,-0.0062216221272758665f,0.426825270994467f,0.90431271110087f,-0.07641521307394429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,-0.0001997864999908664f,-0.0227588112022031f,0.007411744283269063f,-0.006579631699362215f,0.9547275834823896f,-0.2974087251318924f,0.9497619996933234f,0.021787883070272147f,0.2974814303838666f,0.9544789608619382f,-0.11118415778849575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9997409647493781f,0.0017845348423405263f,-0.02268961959530341f,7.804207721340023e-18f,-0.006579631699362215f,0.9770154351256052f,-0.21306700348253202f,1.168115289351852f,0.021787883070272147f,0.21316110095822138f,0.9767740952695232f,-0.06372619212962967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5647015262355806f,0.2632808510401993f,0.7821734972132173f,-0.44932426216497884f,0.23210889836285303f,0.8588300054242114f,-0.45665794757546024f,1.86073177802657f,-0.7919833619262399f,0.4394248687302501f,0.42387278654498883f,-1.1078358189647106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8861703914703518f,0.2632808510401993f,0.3812941525342768f,-0.37876635339466913f,-0.03526973673107642f,0.8588300054242114f,-0.5110450737987497f,1.8703043388014722f,-0.4620152410388695f,0.4394248687302501f,0.7703555684157793f,-1.168819506047171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7526176935499701f,0.2632808510401993f,0.6035311100772456f,-0.5045749742914108f,0.1021073149322916f,0.8588300054242114f,-0.5019811928950794f,1.940815237348283f,-0.6504926622129122f,0.4394248687302501f,0.6194877570610748f,-1.231250826065102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3700399724514823f,0.316554959059158f,0.8734205039287555f,-0.7522145010586965f,-0.21811567075316488f,0.9434808436160996f,-0.24953847779721314f,1.6600284109244374f,-0.9030481565010824f,-0.09816748761432227f,0.41817122260563155f,-0.18705586649657774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3700399724514823f,0.316554959059158f,0.8734205039287555f,-0.786905748476023f,-0.21811567075316488f,0.9434808436160996f,-0.24953847779721314f,1.6804767550575468f,-0.9030481565010824f,-0.09816748761432227f,0.41817122260563155f,-0.10239510182460125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3700399724514823f,0.316554959059158f,0.8734205039287555f,-0.9005732003566731f,-0.21811567075316488f,0.9434808436160996f,-0.24953847779721314f,1.707683354660574f,-0.9030481565010824f,-0.09816748761432227f,0.41817122260563155f,-0.20745116755143422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015620952574209036f,1.0278233955914449e-7f,-3.404430422068131e-7f,0.023287889659196915f,-1.028067453025346e-7f,0.000015624661781079306f,0f,1.334186704970612f,3.4043567297300233e-7f,2.2399898323312556e-9f,0.00001562129071283846f,-0.7508819142349632f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28.mcfunction new file mode 100644 index 000000000..b588dfe5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..7c69ce8f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8016559543710836f,0.13804447440917164f,0.07235950767471555f,-0.08381873937138667f,-0.13495391353274533f,0.8044649405309947f,-0.03959854950757587f,1.2887359783546848f,-0.07797189550105829f,0.026913323577796872f,0.8124903082316818f,0.2809077177850091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7772677828360974f,-0.17558594714618087f,0.07088278302829279f,-0.08381873937138667f,0.17943599619387188f,0.7786514155310774f,-0.038790415844155955f,1.2887359783546848f,-0.060477409294465025f,0.0535868291301914f,0.7959088733698108f,0.2809077177850091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7383722891693661f,-0.13350405598007645f,-0.32237784363709476f,-0.028439892602345404f,0.1290186482079852f,0.8055114879454133f,-0.03807723265935852f,1.2885225484060248f,0.32419900592971995f,-0.01650315937265883f,0.7493778050685425f,0.2897619537225687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7182924104955424f,0.155971765376687f,-0.3157987039710316f,-0.028439892602345404f,-0.18519988175493543f,0.7773735928661049f,-0.03730014627855529f,1.2885225484060248f,0.2995947543306816f,0.1065978682700709f,0.734084380475307f,0.2897619537225687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.123383334318103f,-0.7158943602195071f,-0.8166464346228697f,0.7472125219694795f,0.5318723920273483f,0.661723768066187f,-1.3117315515666286f,1.6605145081540094f,0.9468515685023965f,-1.221074596321695f,-0.2320672045816928f,-0.32674605957074027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5325802047363443f,-0.026281454773412156f,0.8459714006146941f,0.6182822517307718f,0.39745839088699586f,0.8902204259288432f,-0.2225632961038036f,1.54411060078919f,-0.7472517333780591f,0.45477123743049364f,0.4845595614260685f,-0.12617918409908588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9088198530720033f,-0.026281454773412156f,0.41636013233398783f,0.2941956130351546f,0.21075719662441908f,0.8902204259288432f,-0.40384278788915534f,1.4784599480556866f,-0.36003871838067447f,0.45477123743049364f,0.8145890024256031f,-0.010898468463693953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36740705324403894f,-0.8916783989475703f,-0.2644270978489723f,-0.34547587301583865f,0.3070926816482364f,0.15206019475253843f,-0.939452916356065f,1.251482949324153f,0.8778987083397647f,-0.42636525423880167f,0.21795992263087038f,-0.3812995436823029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08540219089196446f,-0.9121856292902959f,-0.4007790457435614f,-0.2926170853620161f,0.6097080777496752f,0.3659858048550501f,-0.7030721517535719f,1.4541097912642704f,0.7880117548093105f,-0.18431431946777302f,0.587422936155444f,-0.12186201603254548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8598736478704002f,0.4600923978042282f,-0.2212064537503532f,0.14693626144987437f,-0.4852454453776617f,0.6019936269151471f,-0.6341455123974161f,1.2074353775507753f,-0.15860065396550527f,0.6526244391963134f,0.7408961964576493f,-0.30439054897716644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.965377783125145f,0.21237965336957756f,-0.15146160795065852f,0.18581081140697855f,-0.25008765325761256f,0.9186359039064123f,-0.3058827254719515f,1.377767842499028f,0.07417480391939713f,0.3331710655033946f,0.9399442215231987f,-0.23604632281076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9874512213030879f,-0.08239272847571909f,-0.13472759124012776f,-0.12103278343365413f,-0.003805634746164537f,0.8404526273954495f,-0.5418716621565154f,1.1919906883504414f,0.15787844276917387f,0.5355845585884758f,0.829592416738707f,-0.3007411433277839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9874512213030879f,-0.0039904003270223795f,-0.15787388084249598f,-0.12276769525023642f,-0.003805634746164537f,0.9987891570800942f,-0.04904831132071655f,1.3789571033572046f,0.15787844276917387f,0.04903362524294169f,0.9862403869768849f,-0.2853833361761268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,-0.10382318029216889f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,2.0596253495050805f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,-0.34028514402853827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,-0.20019339724423382f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,1.9310452475546978f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,-0.34078630971091267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,0.10617450676117285f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,2.071437504283935f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,0.20827451036807088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,0.03661250517761962f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,1.9443653369861726f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,0.27780223673632737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.37360623425208916f,0.2833880954970424f,-0.8832381157188206f,-0.05333064660782053f,0.1713501537931026f,0.9147164851019394f,0.3659684093987261f,2.147637366624823f,0.9116235552699663f,-0.28807106625503487f,0.2931851876606901f,-0.25400825604477506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.32467485642659455f,0.33834400917681096f,-0.8832381157188206f,-0.012523347301582374f,0.026147365050228924f,0.9302598769285368f,0.3659684093987261f,2.1600237360226475f,0.9454641996952081f,-0.14191509021617688f,0.2931851876606901f,-0.14653508357149345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4417584935933252f,0.5330776658433635f,-0.7215799578128177f,-0.04674586986905439f,0.22163247877558417f,0.7145385654046128f,0.663561363327694f,2.1697180640709774f,0.869326450586859f,-0.4530594229552114f,0.1975061558067103f,-0.11112393881254307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.25540723589333403f,0.6434978697215551f,-0.7215799578128177f,-0.04922670909020904f,-0.010019546684153613f,0.7480547612193482f,0.663561363327694f,2.1759603180092477f,0.9667816467732366f,-0.16224846957948347f,0.1975061558067103f,-0.14115967298916876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.3529279939998976f,0.5956208488074111f,-0.7215799578128177f,-0.023725002142919047f,0.10712535695415917f,0.7404123682085112f,0.663561363327694f,2.272490328908577f,0.9294977078770299f,-0.3114888914067454f,0.1975061558067103f,-0.21407924834311548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.3529279939998976f,0.3087592298096949f,-0.8832381157188206f,-0.09319582885010029f,0.10712535695415917f,0.9244410642218412f,0.3659684093987261f,2.0644910894586634f,0.9294977078770299f,-0.22377769501832323f,0.2931851876606901f,-0.16372926696399284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.35870447702660646f,0.020165900787202828f,-0.9332333227047295f,0.04668295476435288f,-0.13646910007726165f,0.9901573436918225f,-0.031058323477875648f,2.175477085253987f,0.9234215087841365f,0.13849827139208176f,0.357925894475706f,0.12330383836030065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.3574428715801561f,-0.03619611788607443f,-0.9332333227047295f,0.005146131189734238f,0.02010579536826393f,0.9993153343841739f,-0.031058323477875648f,2.183231682091618f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,0.0156762436635092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.3555819241343935f,0.05135231856861979f,-0.9332333227047295f,-0.002681529397797343f,-0.22224769267682895f,0.9744954302830617f,-0.031058323477875648f,2.1784658618962927f,0.9078366914421936f,0.21845273112290814f,0.357925894475706f,-0.0051466478886320055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.35404724516304353f,-0.06104190024852039f,-0.9332333227047295f,0.007360707510425466f,0.08976553254633199f,0.9954785430683162f,-0.031058323477875648f,2.1890454207785153f,0.9309096075125305f,-0.07277607233584833f,0.357925894475706f,0.02195486566202992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.3592373930777828f,-0.004905181767186843f,-0.9332333227047295f,-0.004938776852678289f,-0.06706678346059497f,0.9972649733641473f,-0.031058323477875648f,2.2939021573076626f,0.9308332514317097f,0.07374626833160823f,0.357925894475706f,0.08629328357938881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.3592373930777828f,-0.004905181767186843f,-0.9332333227047295f,-0.0038351109550612507f,-0.06706678346059497f,0.9972649733641473f,-0.031058323477875648f,2.0695175383007296f,0.9308332514317097f,0.07374626833160823f,0.357925894475706f,0.06970037320477698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.35744287158015614f,-0.036196117886074436f,-0.9332333227047295f,-0.000801418151444816f,0.020105795368263922f,0.9993153343841739f,-0.031058323477875648f,1.5558257776164908f,0.9337185606750793f,-0.007661821886749007f,0.357925894475706f,-0.05427294736501486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9874512213030879f,-0.0039904003270223795f,-0.15787388084249598f,0.0006949819711885763f,-0.003805634746164537f,0.9987891570800942f,-0.04904831132071655f,1.1812798437114553f,0.15787844276917387f,0.04903362524294169f,0.9862403869768849f,-0.072660556831118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9875819491002636f,-0.017420579816555815f,-0.15613589340756862f,-0.08369471569815612f,-0.05434459962999799f,0.8946001141871049f,-0.44355078648050444f,0.7170879542536736f,0.14740609994969628f,0.44652789285247785f,0.8825442099987663f,-0.4343525749769462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9875819491002636f,-0.09561236802181614f,-0.12466021375156315f,-0.11999875204415769f,-0.05434459962999799f,0.5365951477977012f,-0.8420880665649042f,0.8822906113658721f,0.14740609994969628f,0.8384055834983593f,0.5247356660799761f,-0.13021941326474878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9702983234050586f,-0.19078525604723579f,-0.14873516622615976f,0.17735902740933931f,0.15270943091983777f,0.9599081629128793f,-0.2350662640222132f,0.9645272310162116f,0.18761927754223978f,0.2053711392776799f,0.9605319889760654f,-0.38397411712932994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9702983234050586f,-0.20476849538224628f,0.12880616016411517f,0.12177795358068108f,0.15270943091983777f,0.10551375762958626f,-0.9826223469161611f,0.9150936559320558f,0.18761927754223978f,0.9731067311707264f,0.13364990252428957f,-0.05629352548760372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9663445005646099f,-0.23386295254276956f,-0.10717474355702185f,0.0008731184361973755f,0.08531219712067323f,0.6843708386994585f,-0.7241259449572589f,1.0720380068591226f,0.242693500636046f,0.6906118117769042f,0.6812893586305628f,-0.08127196231869932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9920059974821986f,0.02229080101412241f,-0.12420636517303546f,0.0009954933824634915f,-0.1065764172733304f,0.6750259300012151f,-0.7300557931467813f,1.0342909422394708f,0.06756898874875655f,0.7374571947009153f,0.672005444727442f,-0.08463142395141002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.09830018205972971f,-0.12220840498102487f,0.0008731184361973755f,-0.010723854135061061f,0.7350578881152925f,-0.6779195380515126f,1.0720380068591226f,0.15646986608760205f,0.6708404991698924f,0.7249070324393452f,-0.08127196231869932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9836653977841374f,-0.09511528870782003f,-0.15282495560674386f,0.0018419101881498186f,0.07617282279927873f,0.989183010812533f,-0.12535817558756243f,1.0965727244313568f,0.16309532877726715f,0.11166939139209318f,0.9802702998444639f,-0.085705376673196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.98406721061959f,0.07687586683297505f,-0.16031789071110747f,0.0018419101881498186f,-0.09753891606419288f,0.9873154912855755f,-0.1252768155747314f,1.0965727244313568f,0.14865357323792203f,0.13891803974358985f,0.9790831902332899f,-0.085705376673196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.0023051426262064335f,-0.15681998073732517f,0.0018419101881498186f,-0.010723854135061061f,0.9965593395630785f,-0.08218565374863777f,1.0965727244313568f,0.15646986608760205f,0.08285028091125517f,0.9842017130443609f,-0.085705376673196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9710159174998099f,-0.2103796278320652f,-0.11343941182518857f,0.1935721537758878f,0.1489238506067229f,0.9037549991766675f,-0.4013085947044348f,1.1141479166088277f,0.18694858834040304f,0.37278319926791714f,0.9088910339865319f,-0.0564282683273971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9819228778607816f,0.0707392772514489f,-0.1755659892676932f,-0.1909216437973132f,-0.13849150386479447f,0.9007663165800585f,-0.41163108030378565f,1.1131828976618199f,0.1290254443544711f,0.42850437287002885f,0.8942798427452086f,-0.10611738155931175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.03451585506814042f,-0.15299175072498947f,0.012419265743331244f,-0.010723854135061061f,0.9583384386770234f,-0.2854337679858065f,0.9633288019196414f,0.15646986608760205f,0.2835420475044229f,0.9461083914137576f,-0.11167104103310185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9876245136482884f,-0.021050402150283566f,-0.15541782590904277f,8.352703493584525e-18f,-0.010723854135061061f,0.9795688636416378f,-0.2008229078972828f,1.182285f,0.15646986608760205f,0.20000430483652581f,0.9672204810969349f,-0.06820500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7210573999967584f,0.15676423190071112f,0.6749082911822135f,-0.41134649816798236f,0.26111468224512313f,0.8407717469689152f,-0.474259414471518f,1.9627646038670565f,-0.6417907358523833f,0.5181967243194603f,0.5653112472599834f,-0.9990301267127869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9723110196096538f,0.15676423190071112f,0.1733097133521837f,-0.32856071291298616f,-0.039310990987153016f,0.8407717469689152f,-0.5399606610545316f,1.9736081938033303f,-0.23036042874861123f,0.5181967243194603f,0.8236541918616925f,-1.0416680536910958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8830483760532922f,0.15676423190071112f,0.4423240228002816f,-0.4363022089605265f,0.11566495932025272f,0.8407717469689152f,-0.5288898625274292f,2.047519878214308f,-0.4548045544352961f,0.5181967243194603f,0.7243099972867236f,-1.12899558979495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5214241233457841f,0.30702092190641417f,0.7961501347766113f,-0.691247881773988f,-0.21085426403123161f,0.950452700247259f,-0.2284297352196987f,1.6641288737336097f,-0.8268357532986395f,-0.048762876293647235f,0.5603256365388278f,-0.33051989688547995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5214241233457841f,0.30702092190641417f,0.7961501347766113f,-0.7401313933376553f,-0.21085426403123161f,0.950452700247259f,-0.2284297352196987f,1.6838964609865377f,-0.8268357532986395f,-0.048762876293647235f,0.5603256365388278f,-0.2530040450137325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5214241233457841f,0.30702092190641417f,0.7961501347766113f,-0.8351121577723134f,-0.21085426403123161f,0.950452700247259f,-0.2284297352196987f,1.7082771276430284f,-0.8268357532986395f,-0.048762876293647235f,0.5603256365388278f,-0.3758108164304304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015431633025754508f,1.6549609801990432e-7f,-0.0000024449822494208633f,0.11646692693654645f,-1.675602208603291e-7f,0.000015624101528484294f,0f,1.3483205481773806f,0.0000024448416576187822f,2.6219633005602817e-8f,0.000015432520429275867f,-0.7458278146866766f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29.mcfunction new file mode 100644 index 000000000..b92fe4cdc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..be8607567 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8041844827345072f,0.13686004181561673f,-0.038743917299430365f,-0.12695575725547825f,-0.13875298816365783f,0.8037585396265957f,-0.04079537593186732f,1.3027273239542174f,0.03129489493724639f,0.04675450113084499f,0.8147263900349102f,0.26472126941639174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7791121513638047f,-0.17760576651967183f,-0.03795322510964608f,-0.12695575725547825f,0.1757329282264882f,0.7794362778157276f,-0.039962817239380236f,1.3027273239542174f,0.045849684123313236f,0.030582356412218632f,0.7980993208505244f,0.26472126941639174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6959271856972499f,-0.1276501194044929f,-0.4078421798538848f,-0.07357859222997998f,0.1258067397671119f,0.8060413125178605f,-0.03760998787688408f,1.3022666688898874f,0.4084145698688037f,-0.030778141187340857f,0.7065371112605313f,0.2803670677660323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6776840510883876f,0.14535817612248292f,-0.39951887006094844f,-0.07357859222997998f,-0.18830535593102538f,0.7766490376971674f,-0.03684243710388645f,1.3022666688898874f,0.38116324564170867f,0.12524884382064855f,0.6921179865409287f,0.2803670677660323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2138149021330649f,-0.6445088612345715f,-0.7434164116763995f,0.7456794114937022f,0.46386782632711093f,0.666289669680734f,-1.3350247060542737f,1.7043499934711266f,0.8676901941697044f,-1.2578046962334228f,-0.3262626596392639f,-0.2518900652399516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5452304433553229f,-0.11271838060157133f,0.8306734197704397f,0.6137426229274492f,0.4501928354554289f,0.8752685383466537f,-0.17672406934289903f,1.5725719806879204f,-0.7071422590562376f,0.47031856486329754f,0.5279680605886768f,-0.06182179060998054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.923432123901236f,-0.11271838060157133f,0.36683467559898353f,0.28572777112821607f,0.2670266002960323f,0.8752685383466537f,-0.4032391108447389f,1.488053642190532f,-0.27562639075675466f,0.47031856486329754f,0.8383498913122924f,0.022170596938385773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4441144327718187f,-0.8447658227926961f,-0.29855162911152405f,-0.3038165234853623f,0.30293025790290806f,0.17201757327170625f,-0.9373597032796914f,1.2603509991276782f,0.8432055677298647f,-0.5067352949293076f,0.17950964158580507f,-0.4255878273972588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.00890915170864015f,-0.884320154885146f,-0.4667959840013019f,-0.2821831149039885f,0.614970435801149f,0.3632523182115355f,-0.6998993616260057f,1.4647522105177813f,0.7884998351974319f,-0.2933012393050132f,0.5405944810259959f,-0.16307713400101054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.870972236586526f,0.37653693856100784f,-0.315637920717027f,0.1755465918155034f,-0.48882780228600625f,0.5992951289503754f,-0.6339500990839785f,1.2210813438708832f,-0.04954536111178984f,0.7064455267856513f,0.7060311429935973f,-0.28784095096246987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9472293993606427f,0.1724702758383198f,-0.2702044946686303f,0.20619599044350942f,-0.2543769082037986f,0.9173503592880738f,-0.30620370162151556f,1.3911707631022625f,0.19506115338414295f,0.3587789323055295f,0.9128136853565199f,-0.21486481562170484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9595919134534695f,-0.14582450342737457f,-0.24066278032730457f,-0.09080134274705179f,-0.008281460328798566f,0.840242437188113f,-0.5421476405583655f,1.2068027127304877f,0.28127349155142817f,0.5222335310455847f,0.8050822082260474f,-0.3180760968840042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9595919134534695f,-0.005956334298705089f,-0.2813323332225269f,-0.09367648251069978f,-0.008281460328798566f,0.9987451162218391f,-0.04939241073128278f,1.393758719455012f,0.28127349155142817f,0.04972640048050203f,0.9583384099814225f,-0.30276278173152615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.05819244689228999f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,2.074927594069487f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,-0.3542531996941229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.1532893882752594f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,1.9464087054095864f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,-0.3703708762397098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,0.06344492370971426f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,2.0842738882944434f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,0.22044084660990076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.016123842702786495f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,1.9569481435781542f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,0.27768836746482745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.2281312555758584f,0.3489132436367158f,-0.9089640689511816f,-0.019473207948376717f,0.1665418672327681f,0.9058388715106533f,0.38951218892215533f,2.160693670281184f,0.9592809477353366f,-0.24024047801153653f,0.14854149600964367f,-0.26105830796654583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.17074052464384348f,0.3803051335441804f,-0.9089640689511816f,0.004026021820443398f,0.022787041209332934f,0.9207393797562887f,0.38951218892215533f,2.172597039043158f,0.9850524980919897f,-0.08721811718873415f,0.14854149600964367f,-0.1484739545359351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.30597780366506544f,0.6326874793930449f,-0.7113959074127276f,-0.037610403342774684f,0.21241268024957272f,0.6830302612149701f,0.6988208035925965f,2.184739695378075f,0.9280401052397982f,-0.3649331660508331f,0.07460125590510956f,-0.11860139961975705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.09549100075663937f,0.6962738912891374f,-0.7113959074127276f,-0.03491688819711626f,-0.009051494692710299f,0.715239508773128f,0.6988208035925965f,2.1906924024708703f,0.9953891395923122f,-0.060291901604253795f,0.07460125590510956f,-0.14867756758423495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.20323658178439025f,0.6727635206675663f,-0.7113959074127276f,0.006591227839069652f,0.10294805415761304f,0.7078496892782808f,0.6988208035925965f,2.2849650659746916f,0.9737025161566331f,-0.2152627758058098f,0.07460125590510956f,-0.2170543600672976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.20323658178439025f,0.3639769404513267f,-0.9089640689511816f,-0.07530358376247873f,0.10294805415761304f,0.9152496669358762f,0.38951218892215533f,2.0790338909141197f,0.9737025161566331f,-0.172739208037605f,0.14854149600964367f,-0.17818803825883656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.20991006592696937f,-0.001811568505506473f,-0.9777190201904049f,0.01796406322340709f,-0.14062169780068806f,0.98954534876596f,-0.03202406662662866f,2.188710638680301f,0.9675553226199458f,0.14421068252804523f,0.20746078355826195f,0.12766180389478468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.2070423329395817f,-0.03462643396092316f,-0.9777190201904049f,-0.0062330542023566506f,0.015908585914819112f,0.9993604835347875f,-0.03202406662662866f,2.196949146124327f,0.9782026320068489f,-0.008923789568662008f,0.20746078355826195f,0.014897593577953477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.20926918335117134f,0.01649019276565937f,-0.9777190201904049f,-0.010708076343739131f,-0.22633114963989281f,0.9735238414437408f,-0.03202406662662866f,2.192276881794033f,0.95130469335656f,0.227989920135022f,0.20746078355826195f,-0.006913464348291293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.20412257029100433f,-0.04898462876973521f,-0.9777190201904049f,-0.005027912794185484f,0.0855816967297041f,0.9958163647689058f,-0.03202406662662866f,2.20273472227138f,0.9751972874668281f,-0.07713801788180086f,0.20746078355826195f,0.02147024470462644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.20927236692552426f,-0.016449741618138426f,-0.9777190201904049f,-0.027244192391664448f,-0.0712519562726534f,0.9969441398012294f,-0.03202406662662866f,2.3073234688481006f,0.9752580351725941f,0.07636614509508353f,0.20746078355826195f,0.08354500238926942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.20927236692552426f,-0.016449741618138426f,-0.9777190201904049f,-0.02354300052758331f,-0.0712519562726534f,0.9969441398012294f,-0.03202406662662866f,2.0830110373928243f,0.9752580351725941f,0.07636614509508353f,0.20746078355826195f,0.06636261974287565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.20704233293958169f,-0.03462643396092315f,-0.9777190201904049f,-0.0011235253591077453f,0.01590858591481912f,0.9993604835347875f,-0.03202406662662866f,1.5698509684239754f,0.9782026320068488f,-0.008923789568662008f,0.20746078355826195f,-0.05782241659023686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9595919134534695f,-0.005956334298705089f,-0.2813323332225269f,0.0011101000029066631f,-0.008281460328798566f,0.9987451162218391f,-0.04939241073128278f,1.1953215498407859f,0.28127349155142817f,0.04972640048050203f,0.9583384099814225f,-0.07646981677042512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9606597046962384f,-0.07013117487899859f,-0.26872765038794716f,-0.041783930056062984f,-0.05381564097505205f,0.9022478280207628f,-0.42784662394164186f,0.710107099364558f,0.2724643252966886f,0.4254767621644074f,0.8629789779008015f,-0.43606755414406695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9606597046962384f,-0.19129830896584402f,-0.20134023134918647f,-0.11337708614345071f,-0.05381564097505205f,0.5829960074267626f,-0.8106907746551077f,0.8965139827747337f,0.2724643252966886f,0.7896332137842623f,0.5497659312192391f,-0.14682504134079613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9400990699250401f,-0.20023964097527946f,-0.27589459021185125f,0.21298609892902115f,0.14837715049817993f,0.9689729851626063f,-0.19767542901207552f,0.9797366666074707f,0.3069168616028038f,0.1448980338277879f,0.9406415894785465f,-0.3597548421628076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9400990699250401f,-0.32470546246541415f,0.10382726699280721f,0.11711218708897768f,0.14837715049817993f,0.11553344110275451f,-0.9821589714486127f,0.9304205656167385f,0.3069168616028038f,0.9387323295977813f,0.1567917517977508f,-0.04224749707696416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9285967365223995f,-0.3150245572826941f,-0.19613166299399898f,0.0016427385583115816f,0.08156253897811941f,0.6888655855800916f,-0.7202858857695605f,1.0858758280012704f,0.3620160951606872f,0.6528581264809683f,0.6653725374046993f,-0.08430297390632338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9747664380867314f,-0.06516989143588377f,-0.21350240380365984f,0.0019169947596267393f,-0.11202835669978606f,0.6844513690876263f,-0.720399868579402f,1.048102430079172f,0.19308039381265885f,0.7261399373428712f,0.6598793472452669f,-0.08731651595359512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.17685991132911993f,-0.21754270580697857f,0.0016427385583115816f,-0.01536435303091453f,0.7415787298519148f,-0.6706898866742829f,1.0858758280012704f,0.2799431973474391f,0.6471333395799327f,0.7091193461350607f,-0.08430297390632338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9558686928583907f,-0.10080945851762053f,-0.27595741534986046f,0.003356928147496483f,0.07163894675245099f,0.990912481806841f,-0.11384337796994035f,1.1103515078874728f,0.2849261366062979f,0.08905002230651794f,0.9544041021526561f,-0.08883741753247798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9566131575808784f,0.06633131814117256f,-0.2837101037622658f,0.003356928147496483f,-0.10225072081046478f,0.9882371750112316f,-0.11371928604929377f,1.1103515078874728f,0.27282972132244215f,0.1377949279163615f,0.9521431095185445f,-0.08883741753247798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.00427088737367097f,-0.2803319757113113f,0.003356928147496483f,-0.01536435303091453f,0.9975800910008773f,-0.06780780703299001f,1.1103515078874728f,0.2799431973474391f,0.0693954001337495f,0.9575051355993707f,-0.08883741753247798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9404240823265257f,-0.25146894151044624f,-0.2288360042386844f,0.18997782022083445f,0.14677469406014343f,0.9073541741116355f,-0.3939106394929481f,1.1275075326806627f,0.3066915951959928f,0.33685571715173207f,0.8902069934899013f,-0.03569310279182194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9566892107176972f,0.023458439051867404f,-0.2901645321771752f,-0.18515642968133908f,-0.1433974181449841f,0.9054080582684503f,-0.39959157710330595f,1.127982420818835f,0.253343510999792f,0.4238937952598557f,0.8695580002360356f,-0.13358344076050652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.062424422638341914f,-0.273326633432301f,0.01607132463495074f,-0.01536435303091453f,0.9617200148392934f,-0.2736029051626664f,0.9767535666143219f,0.2799431973474391f,0.26682916728832184f,0.9221897861845539f,-0.11185856589730882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9598936102062737f,-0.03836489311424545f,-0.27772718999316276f,8.89233758551853e-18f,-0.01536435303091453f,0.9819064442489881f,-0.1887423412969395f,1.1962683217592591f,0.2799431973474391f,0.18543966597964276f,0.9419362698931658f,-0.07261144675925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8343768053578505f,0.03529227080342284f,0.5500634529782589f,-0.41052809842649063f,0.2896631384662294f,0.8209607804334687f,-0.4920555489006947f,2.058030215930845f,-0.4689462793270902f,0.5698928430956189f,0.6747677633776459f,-0.8725988374735575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9989584575708216f,0.03529227080342284f,-0.028921543341644762f,-0.3204068201270126f,-0.04548222366907215f,0.8209607804334687f,-0.569170241948915f,2.0700334193944068f,0.003656142480986252f,0.5698928430956189f,0.8217108859024267f,-0.8954711089890928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9612936351944319f,0.03529227080342284f,0.273256294632369f,-0.406455903471607f,0.12803417027799435f,0.8209607804334687f,-0.5564446497463117f,2.1474985151245725f,-0.24397089616571013f,0.5698928430956189f,0.7846657563654045f,-1.0017348366861358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6536441487645688f,0.2897209685371138f,0.699150260799321f,-0.605634534166267f,-0.20226446712535293f,0.9570937301857692f,-0.20751066714168445f,1.6689581122120625f,-0.7292725225348469f,-0.005775121557732047f,0.6841989738713834f,-0.45159263403452093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6536441487645688f,0.2897209685371138f,0.699150260799321f,-0.6669136731129452f,-0.20226446712535293f,0.9570937301857692f,-0.20751066714168445f,1.687920406005064f,-0.7292725225348469f,-0.005775121557732047f,0.6841989738713834f,-0.38322333504687905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6536441487645688f,0.2897209685371138f,0.699150260799321f,-0.7411466427595043f,-0.20226446712535293f,0.9570937301857692f,-0.20751066714168445f,1.709565859179816f,-0.7292725225348469f,-0.005775121557732047f,0.6841989738713834f,-0.5200378306214075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014998337659473027f,2.304669586830468e-7f,-0.000004374628833785611f,0.2018619886482354f,-2.4006801610803954e-7f,0.00001562315564627204f,0f,1.3622603206675195f,0.000004374112458553737f,6.721334178150005e-8f,0.000015000108251829769f,-0.7298811183172276f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..7da986e7e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7095220497685486f,-0.1301208020244281f,-0.38287267102419464f,-0.01634737399551761f,-0.12967918818399038f,0.8056098500670571f,-0.03347420008483351f,1.2065550906275555f,0.38302247125804884f,0.03171420501759186f,-0.7205778515579866f,-0.3407308152234382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.690913934485639f,0.14821850213859908f,-0.3750589430441091f,-0.01634737399551761f,0.18463895002277733f,0.7777102320068654f,-0.032791053144326704f,1.2065550906275555f,0.35853367103810563f,-0.11488285623023922f,-0.7058721811180277f,-0.3407308152234382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7874062915780369f,0.1338280527421457f,0.17036968253481533f,-0.07780998551301259f,0.12967918818399038f,0.8056098500670571f,-0.03347420008483351f,1.2065550906275555f,-0.173548507857917f,-0.0052217064857888774f,-0.797996299268431f,-0.3321299914699708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7627908589025273f,-0.1740600916140151f,0.16689275023818645f,-0.07780998551301259f,-0.18463895002277733f,0.7777102320068654f,-0.032791053144326704f,1.2065550906275555f,-0.1551082322419778f,-0.06978452220333965f,-0.7817106605078508f,-0.3321299914699708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03122348955872407f,0.6028534549555518f,1.4411797443580483f,-0.5729890354592951f,1.5617622293315725f,0.021606039541911672f,-0.042873862534068954f,0.9022891126570662f,-0.03647029932771514f,1.441356007689796f,-0.6021370494858118f,0.09019524501519866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4570338500136968f,-0.852702550013601f,-0.253018618172576f,-0.48313413042461484f,-0.8530943953911948f,0.5007408216270076f,-0.1465898431285108f,1.1239815876265242f,0.2516942837924407f,0.1488522447147221f,-0.956291271919596f,0.018680076009222266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5145087994273679f,-0.852702550013601f,-0.09043813638123321f,-0.2959181303557402f,-0.8543415822715562f,0.5007408216270076f,0.13913694821305836f,1.441795922465996f,-0.07335636382443113f,0.1488522447147221f,-0.9861348047451961f,0.03878356531469481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5862249642136947f,0.7935060395006535f,0.16336602036114925f,0.4158462643723721f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2747165387487474f,-0.7233241979038443f,0.6034690189408607f,-0.3355998329935749f,0.21820991345000987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.29224670255399415f,0.879639110349926f,0.37526910396288654f,0.29519730399869515f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.441795922465996f,-0.8094768305012864f,-0.0185726818616756f,-0.5868580035835385f,-0.043934684745175666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9901504916241934f,0.04433121931162585f,-0.1328034146048674f,-0.13081596618367045f,0.11984022554666829f,0.7587992840253969f,-0.6402046289300545f,1.1162940794790444f,0.07239008410888503f,-0.6498141192347928f,-0.7566381474428969f,0.2870360844690639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9908340248820053f,0.027650167825324562f,-0.13222482125288343f,-0.12645796484925262f,0.06656935833253806f,0.9516660464505697f,-0.29983371485597854f,1.2928575024706763f,0.11754342034890652f,-0.3058875679925117f,-0.9447837530780823f,0.22377726701372996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.07446196165076947f,-0.11688186724708854f,0.18502533169611668f,0f,0.8433914458128857f,-0.5372996083468239f,1.1058085820951113f,0.13858554983852645f,-0.5321149174725038f,-0.835253111325653f,0.19475279700022113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.006045016781644763f,-0.13845364710312374f,0.18302655575516377f,0f,0.9990482215818578f,-0.04361938736533605f,1.2928575024706763f,0.13858554983852645f,-0.04319848060102194f,-0.9894078717342593f,0.18046928268919044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,0.29734092065127465f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.9777775514519917f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.029833870220245258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,0.33042254188309605f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.8569644569319352f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,-0.0708146023422444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,-0.2897292419231465f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.9808364985516955f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.052094082651484734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,-0.33159274782848513f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.8604139079167077f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,-0.04571266066446372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9858837963349535f,0.16315094631181962f,-0.03761527404841611f,0.19881688441153295f,0.16141399040681959f,0.9858441221792698f,0.04535295431978206f,2.0859439969389024f,0.04448217424010261f,0.038641111295391564f,-0.9982625910514379f,0.01654746278168228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.00691608315775713f,-0.03761527404841611f,0.08378584221332723f,0.005206718467581056f,0.998957456360013f,0.04535295431978206f,2.0966106095117976f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.021366522027465307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.967912668937653f,0.24845554223693955f,-0.03761527404841611f,0.061435826722931616f,0.2467217381430529f,0.9680245314361299f,0.04535295431978206f,2.0924117277569225f,0.047680700893128224f,0.03461719326591525f,-0.9982625910514379f,0.02201792404439321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973166358956455f,-0.06280620131845993f,-0.03761527404841611f,0.09059112227153283f,-0.06448971441299264f,0.996887248523823f,0.04535295431978206f,2.102250925398144f,0.034649740269199945f,0.04765705411108276f,-0.9982625910514379f,0.021366344232940503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9948630676601575f,0.09398174165274414f,-0.03761527404841611f,0.1478835777905776f,0.09225178441422889f,0.9947023262297412f,0.04535295431978206f,2.207995326344451f,0.04167835023379918f,0.04164990310983278f,-0.9982625910514379f,-0.007292698674228618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9948630676601575f,0.09398174165274414f,-0.03761527404841611f,0.1267376859187102f,0.09225178441422889f,0.9947023262297412f,0.04535295431978206f,1.9841873029427597f,0.04167835023379918f,0.04164990310983278f,-0.9982625910514379f,-0.016663926873940978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880476238728685f,-0.14948907691681337f,-0.03761527404841611f,-0.19137397559729916f,-0.1511287601604372f,0.9874731426154519f,0.04535295431978206f,2.0879770983902195f,0.03036430159821627f,0.050495628481307626f,-0.9982625910514379f,0.031342511118725914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.00691608315775713f,-0.03761527404841611f,-0.07620354136479845f,0.005206718467581056f,0.998957456360013f,0.04535295431978206f,2.097444239105122f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,0.027432913903991087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712589728329521f,-0.2350342503758573f,-0.03761527404841611f,-0.05391327647562162f,-0.2366176247890205f,0.9705437698391919f,0.04535295431978206f,2.0930127577992867f,0.025847772257603603f,0.05294990062869565f,-0.9982625910514379f,0.026391669645247622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9963517527492329f,0.07660467317203186f,-0.03761527404841611f,-0.08293023406039404f,0.07487778473915822f,0.9961608438836693f,0.04535295431978206f,2.1031550637508083f,0.040945111382038664f,0.042370947135769034f,-0.9982625910514379f,0.027945834214797384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9960686203891953f,-0.0802022109061056f,-0.03761527404841611f,-0.141124901992364f,-0.08187797375050763f,0.9956099170603812f,0.04535295431978206f,2.2095012138982404f,0.03381273266797692f,0.048254517061033904f,-0.9982625910514379f,0.003665770286595666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9960686203891953f,-0.0802022109061056f,-0.03761527404841611f,-0.12307940453849027f,-0.08187797375050763f,0.9956099170603812f,0.04535295431978206f,1.985488982559655f,0.03381273266797692f,0.048254517061033904f,-0.9982625910514379f,-0.007191496052136944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9992683618288019f,0.006916083157757137f,-0.03761527404841611f,-0.0005398746142275723f,0.005206718467581054f,0.998957456360013f,0.04535295431978206f,1.4714551665442073f,0.037889723287216126f,0.04512392022517412f,-0.9982625910514379f,-0.0038580146080832694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.006045016781644763f,-0.13845364710312374f,0.0017270066788892138f,0f,0.9990482215818578f,-0.04361938736533605f,1.0968120834510107f,0.13858554983852645f,-0.04319848060102194f,-0.9894078717342593f,0.012341415617299957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9749555029186019f,-0.21820289934232595f,-0.04300304695412574f,0.18628881020312485f,-0.1205904774487396f,0.6811339877873122f,-0.7221595581515479f,0.8700394142303943f,0.18686814623530945f,-0.6988876772411691f,-0.6903885214305222f,0.3746095109866385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9749555029186019f,-0.17655722793123074f,0.13523798502630616f,0.1359654043781877f,-0.1205904774487396f,-0.09125789060995276f,-0.9884988286033054f,0.8043385449788977f,0.18686814623530945f,-0.9800507857589122f,0.0676812622216641f,0.06965662428809224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9845141429035789f,0.09925155690287402f,-0.14450270196500414f,-0.0896236273820846f,0.16042999720436046f,0.8423890918103176f,-0.5144344797892116f,0.8068200167159512f,0.07066907682883755f,-0.5296505890219922f,-0.8452669017114157f,0.4310897014953311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9845141429035789f,-0.05013192659857607f,-0.16798420270473718f,-0.11415381210265854f,0.16042999720436046f,0.12863412056215412f,-0.9786293879831169f,0.8082030772301917f,0.07066907682883755f,-0.9904241783007501f,-0.11859944610934608f,0.08621186703733277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9939818134681119f,0.037328175972048946f,-0.10298913424844046f,0.004645742160504929f,0.09699986433759904f,0.7367871184760997f,-0.6691306063588582f,0.9910452149201299f,0.05090364243480937f,-0.6750935856059407f,-0.7359738241680769f,0.033199081135274734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9697739473509971f,-0.23338573821683872f,-0.07120104097726838f,0.005051981845024785f,-0.09699986433759904f,0.6364917754527426f,-0.7651596213206123f,0.9535840662301492f,0.22389622006133292f,-0.7351253750061936f,-0.6398915264826145f,0.03610212305641254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.09273183299602897f,-0.10298913424844046f,0.004645742160504929f,0f,0.7431448254773942f,-0.6691306063588582f,0.9910452149201299f,0.13858554983852645f,-0.6626738077782838f,-0.7359738241680769f,0.033199081135274734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9902139663933909f,0.04479983204254823f,-0.13217138800976586f,0.004640509465235914f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0160355409052626f,0.1121028499556205f,-0.30874942055939114f,-0.9445140265427866f,0.03316168761045343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9829498004391544f,-0.1278296288354091f,-0.13217138800976586f,0.004640509465235914f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0160355409052626f,0.1640135300069183f,-0.2845923674988524f,-0.9445140265427866f,0.03316168761045343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.04167347856393337f,-0.13217138800976586f,0.004640509465235914f,0f,0.9537169507482269f,-0.30070579950427306f,1.0160355409052626f,0.13858554983852645f,-0.29780412864815264f,-0.9445140265427866f,0.03316168761045343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9888002579005071f,0.0733081186148153f,-0.12999988354243533f,-0.1872311739849666f,0.1205904774487396f,0.9056442486431814f,-0.4065297426366396f,1.028497205782311f,0.08793171626083285f,-0.41765346238799883f,-0.9043415276491181f,0.060074947325274616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9749555029186019f,-0.19517253818972524f,-0.10662761211485616f,0.19478664685869276f,-0.1205904774487396f,0.866766597187109f,-0.4839148713868635f,1.0285118249624887f,0.18686814623530945f,-0.4589371921486205f,-0.8685948132387845f,-0.006082549924782757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.06399168545235426f,-0.12292688402873331f,0.004112759369331309f,0f,0.8870108331782217f,-0.46174861323503386f,0.8904456669545094f,0.13858554983852645f,-0.4572929542617553f,-0.878451591926675f,0.08576343761337857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9903504659341325f,-0.053034393888410504f,-0.12803635299763744f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.096875f,0.13858554983852645f,-0.37899071554803965f,-0.9149645254895613f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6815643274482404f,-0.1893929593273391f,-0.7068241468054555f,0.008444745899298889f,0f,0.9659258262890683f,-0.2588190451025207f,1.175f,0.7317582029263676f,0.17640182840609542f,0.6583405861595948f,0.3670992650337506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6815643274482404f,-0.1893929593273391f,-0.7068241468054555f,0.07234140159757141f,0f,0.9659258262890683f,-0.2588190451025207f,1.175f,0.7317582029263676f,0.17640182840609542f,0.6583405861595948f,0.4357015965580976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6815643274482404f,-0.1893929593273391f,-0.7068241468054555f,0.14641669576925348f,0f,0.9659258262890683f,-0.2588190451025207f,1.2138228567653782f,0.7317582029263676f,0.17640182840609542f,0.6583405861595948f,0.30264934287198486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.42315501930769756f,-0.5294060766075137f,-0.7353020030475514f,0.4723028421560223f,-0.43996995874686934f,0.8294993993759021f,-0.34403078617370214f,2.0084966267079976f,0.7920645586282598f,0.17793243798154634f,-0.5839296040439831f,-0.5335972220427049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.26328990407479697f,-0.5294060766075137f,-0.8064785381293933f,0.4805056931623418f,-0.0387326667260679f,0.8294993993759021f,-0.5571629267667626f,2.0330593732920024f,0.9639389020786386f,0.17793243798154634f,0.197893508163789f,-0.623699648289827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.08749707740074131f,-0.5294060766075137f,-0.8438444569334848f,0.6029809361992048f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.094763949910965f,0.9610925466359692f,0.17793243798154634f,-0.21128455768164955f,-0.5469557515140185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001547422603022082f,0f,-0.0000021653992162269758f,0.08812971102610732f,0f,0.000015625f,0f,1.2629975f,0.0000021653992162269758f,0f,-0.00001547422603022082f,0.6818661865356757f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3.mcfunction new file mode 100644 index 000000000..14bbedf22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30.mcfunction new file mode 100644 index 000000000..42b69b1fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..703993c38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7937555289699495f,0.13388606738790412f,-0.13773570936210247f,-0.16574283072066343f,-0.14273680515781195f,0.8029973705316055f,-0.042022277628809515f,1.3164982207967286f,0.1285410795326568f,0.06491677998155415f,0.8038702923941462f,0.24403522545453776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7685588246663246f,-0.1763877481830624f,-0.13492477651797793f,-0.16574283072066343f,0.17184213268292828f,0.7802408285555762f,-0.041164680126180755f,1.3164982207967286f,0.14066845581899523f,0.010564646033657345f,0.7874647762228372f,0.24403522545453776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.644869026472568f,-0.11978225684633262f,-0.4865599593940772f,-0.11473769577803228f,0.12193480996541249f,0.8066653235365933f,-0.036978404058942996f,1.315760704835493f,0.48602498419264994f,-0.04344779848101525f,0.6548560513518463f,0.26582411046479604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.628525694590899f,0.13333843299734166f,-0.4766301643044022f,-0.11473769577803228f,-0.19204347384801432f,0.7757622990410475f,-0.03622374275161763f,1.315760704835493f,0.45615211869661976f,0.14287658195926217f,0.6414916421405842f,0.26582411046479604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2880353276589427f,-0.5790310947255346f,-0.6686510570121534f,0.7340099595445222f,0.40520010246916016f,0.6636768519458224f,-1.3552682993231508f,1.742926814094106f,0.7862468579660609f,-1.2906053918732219f,-0.3969380944256488f,-0.18558651418958633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5490377948282477f,-0.19275111593578695f,0.8132677954743102f,0.6016657876148338f,0.4930772851893457f,0.8603742239293326f,-0.12896117876439978f,1.5985009706148996f,-0.6748572372586961f,0.47180843793165417f,0.5674191635960601f,-0.003966282521799168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.927052292554498f,-0.19275111593578695f,0.3215914398347054f,0.2736448677602745f,0.31725719220687054f,0.8603742239293326f,-0.3988785138247128f,1.4972546381472664f,-0.19980470680757972f,0.47180843793165417f,0.8587635745850133f,0.05195375320133623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5118128953175327f,-0.7944867114421137f,-0.32686147758428086f,-0.26068657815789775f,0.29848219795882636f,0.192319636628893f,-0.9348377050957016f,1.269337891864095f,0.8055780146505688f,-0.576024324754455f,0.1387084698308727f,-0.4622330404524598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09557598427487207f,-0.8463515486003748f,-0.5239792814717357f,-0.2680571309743f,0.6199103647933782f,0.36124565085759447f,-0.696572120715589f,1.4753886391547442f,0.7788301296506379f,-0.3913957535771436f,0.490135688590568f,-0.200224077086815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8685180339612932f,0.29298342149936174f,-0.3997963724329394f,0.19970213931055264f,-0.4928441782675162f,0.5962855539274778f,-0.6336782733574013f,1.2344022519088018f,0.052735572736312256f,0.7473983227864031f,0.662279930591472f,-0.26936842388669396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9163462215814014f,0.1329137557074507f,-0.3776817916410978f,0.2222629573079428f,-0.2591804022832024f,0.9159026510533992f,-0.3065091399382287f,1.4042183168567002f,0.30518047327082853f,0.37875621095514117f,0.8737325743023995f,-0.19289080574321502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9195230661910789f,-0.20282760999923044f,-0.3366575283051857f,-0.06125849626579512f,-0.013295973803480333f,0.8400135275657262f,-0.5424025171283796f,1.221432672460077f,0.3928110841399133f,0.5032278153367371f,0.7697150239200486f,-0.3309362912396486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9195230661910789f,-0.007325098695623408f,-0.3929677768871847f,-0.0650880008767694f,-0.013295973803480333f,0.9986743129586885f,-0.04972759512693789f,1.4083733086702876f,0.3928110841399133f,0.05095056001253438f,0.9182066720576775f,-0.3156442695369379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.014025919103001832f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,2.090007800677047f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,-0.3604446930645483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.10570349122250229f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,1.9616256605087954f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,-0.390998929368099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,0.021399220199732043f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,2.0967594849981364f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,0.22594743193732314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.06575599371090877f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,1.9692392619772578f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,0.27025176478294743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.08560273177545687f,0.404159688408511f,-0.9106739913811722f,0.012770304471834623f,0.16147042927919716f,0.8963179798373037f,0.4129665597706022f,2.173473536521917f,0.9831579083651676f,-0.18239798596999376f,0.011467429228863138f,-0.2621201227350497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.021324315450699842f,0.41257502953092623f,-0.9106739913811722f,0.019384222490028802f,0.019267436668165758f,0.9105423583752001f,0.4129665597706022f,2.1848687403052782f,0.9995869344158105f,-0.026352582645421035f,0.011467429228863138f,-0.14724825479435547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.1708166022990842f,0.7128359681600606f,-0.6802106812424416f,-0.028322888221055317f,0.20275551544616907f,0.6501517729442948f,0.7322519191463741f,2.199606258746162f,0.964215686107188f,-0.26299725214286834f,-0.03347470731979199f,-0.12394497944746954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.05782218565523589f,0.730732525599994f,-0.6802106812424416f,-0.020796911861481145f,-0.008075992582927488f,0.6809859802156372f,0.7322519191463741f,2.2052577683748185f,0.9982942317723029f,0.0478337828318265f,-0.03347470731979199f,-0.1532483195941547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.05720145313032795f,0.7307813783091858f,-0.6802106812424416f,0.03510502221625948f,0.09855311380204014f,0.673865276347115f,0.7322519191463741f,2.297070988998822f,0.993486425433031f,-0.10892275451049353f,-0.03347470731979199f,-0.21432982920439586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.05720145313032795f,0.4091465204320629f,-0.9106739913811722f,-0.05695294488095452f,0.09855311380204014f,0.9053982020476711f,0.4129665597706022f,2.0933563935380963f,0.993486425433031f,-0.11337204482225761f,0.011467429228863138f,-0.18882111911938795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.06470203846388235f,-0.023059749340563172f,-0.9976381579405277f,-0.00987673889579884f,-0.1449919592450409f,0.9889067362376247f,-0.03226141314532498f,2.2016317556862153f,0.9873150348155866f,0.14673689033163867f,0.06064080344865125f,0.12793153785760145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.06029810945146192f,-0.032897474334830534f,-0.9976381579405277f,-0.01715369779509579f,0.011492228631641219f,0.9994133928975261f,-0.03226141314532498f,2.2103794944846533f,0.9981142553223343f,-0.009519783581806315f,0.06064080344865125f,0.012867800911106224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.0664656172547994f,-0.017332845812786445f,-0.9976381579405277f,-0.018358438730282797f,-0.2306291221707969f,0.9725067656466944f,-0.03226141314532498f,2.205805647489365f,0.970769040364219f,0.2322286873481308f,0.06064080344865125f,-0.009385438132744797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.0578564144827249f,-0.03702352122954347f,-0.9976381579405277f,-0.01693232968413809f,0.08117978824147538f,0.9961772147579646f,-0.03226141314532498f,2.2161354683445955f,0.9950188326279422f,-0.07912152471249327f,0.06064080344865125f,0.019571886313538928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.06293586075067631f,-0.027516962997445705f,-0.9976381579405277f,-0.04806973419251432f,-0.07565611933784187f,0.9966119369286146f,-0.03226141314532498f,2.3204671365049445f,0.9951458330507695f,0.07750783133846749f,0.06064080344865125f,0.0781467067623508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.06293586075067631f,-0.027516962997445705f,-0.9976381579405277f,-0.041878417518089045f,-0.07565611933784187f,0.9966119369286146f,-0.03226141314532498f,2.0962294506960064f,0.9951458330507695f,0.07750783133846749f,0.06064080344865125f,0.06070744471119565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.06029810945146191f,-0.03289747433483054f,-0.9976381579405277f,-0.0013795331672796344f,0.011492228631641219f,0.999413392897526f,-0.03226141314532498f,1.5836017274178604f,0.9981142553223343f,-0.009519783581806308f,0.06064080344865125f,-0.061072973226190756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9195230661910789f,-0.007325098695623408f,-0.3929677768871847f,0.0013673788435791436f,-0.013295973803480333f,0.9986743129586885f,-0.04972759512693789f,1.2090988600583523f,0.3928110841399133f,0.05095056001253438f,0.9182066720576775f,-0.08017943323089115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9211106865506314f,-0.11419314934052577f,-0.3721760709206288f,-0.005333759407994118f,-0.053873258897661286f,0.9094234721414227f,-0.41236709409697564f,0.703812419599864f,0.38555515182392547f,0.39988607497877543f,0.8315277216906836f,-0.43215369332634734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9211106865506314f,-0.2694389085084792f,-0.28099426631869906f,-0.106338757968612f,-0.053873258897661286f,0.6266259262674805f,-0.7774558640239119f,0.9105613129999164f,0.38555515182392547f,0.7312609815320255f,0.5626762850794838f,-0.16195883342797224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8986228321471345f,-0.19674653664142688f,-0.3921323830844205f,0.242241105216023f,0.14366666186639537f,0.9764900236069073f,-0.16070819538638345f,0.9946409691387597f,0.4145321408673034f,0.08807970319991373f,0.9057621487301095f,-0.3336778624995143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8986228321471345f,-0.4320301181751916f,0.07633467451553717f,0.11010439147922997f,0.14366666186639537f,0.12538036839420677f,-0.9816514928881326f,0.9454308515731178f,0.4145321408673034f,0.8931011925929014f,0.17473798664602722f,-0.030176857761369573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8799560550103898f,-0.38531463832710966f,-0.27786682195145346f,0.0019754548105319165f,0.07734816356949137f,0.693318449322372f,-0.7164682752373955f,1.0994617761911392f,0.46871590845946254f,0.608968108623161f,0.6398931472026801f,-0.0873325476047537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9441365481680062f,-0.1435455149728336f,-0.29664939498435894f,0.0022860287877728173f,-0.11789045698300865f,0.693474150168063f,-0.7107710202315651f,1.0616672699109646f,0.30774667921155474f,0.7060370303177211f,0.637811644025408f,-0.09003556471205562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.24585292831271677f,-0.3054673704317179f,0.0019754548105319165f,-0.020446065632605762f,0.7478905851453591f,-0.6635070693301461f,1.0994617761911392f,0.39158132636599696f,0.6166165828868004f,0.6829700246353805f,-0.0873325476047537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9162184501836261f,-0.10157736448696605f,-0.3875897193773288f,0.004443422905358191f,0.0666433294394522f,0.9924909207050393f,-0.10256919108235232f,1.1238753359562916f,0.39509798554831826f,0.06814551593425291f,0.9161079469547874f,-0.09185565109892187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9166130575582421f,0.0585813491583878f,-0.39546014747950775f,0.004443422905358191f,-0.10737985379952764f,0.9889312321508358f,-0.10239426289896265f,1.1238753359562916f,0.385084496846761f,0.13632037121212986f,0.9127577371246239f,-0.09185565109892187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.002263805930485127f,-0.39210821458f,0.004443422905358191f,-0.020446065632605762f,0.9983460512913578f,-0.05373192971688877f,1.1238753359562916f,0.39158132636599696f,0.05744594897521148f,0.9183485328500198f,-0.09185565109892187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8985281479664385f,-0.2841520456345517f,-0.3345217216769365f,0.18360695658560852f,0.14411982119232725f,0.9109010938743322f,-0.38663765248360993f,1.140514817733789f,0.41458008207280506f,0.2991936031071599f,0.8594222148677921f,-0.017095307315338884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.918674679557881f,-0.017994863827750188f,-0.3946048884834621f,-0.17729008594609974f,-0.14871118115500703f,0.9097118315405435f,-0.38769752147083986f,1.142607184510413f,0.36595329994236625f,0.41485005535852393f,0.8330531878759735f,-0.15873163876530244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.08447597837955663f,-0.3829070198301709f,0.018533443972845686f,-0.020446065632605762f,0.9648554208818706f,-0.26198468503906003f,0.9899507460165056f,0.39158132636599696f,0.2488329276275248f,0.8858590401241958f,-0.11199800891219515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9199163131728852f,-0.05078197606123641f,-0.3888125096569325f,9.42014192955244e-18f,-0.020446065632605762f,0.9840173245206897f,-0.17689506336608365f,1.2099768518518519f,0.39158132636599696f,0.1706783406014354f,0.9041752976558179f,-0.07692129629629628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9045029328253342f,-0.09359079521884728f,0.4160711568478073f,-0.4366222083794785f,0.31726064731404446f,0.7996386472443754f,-0.5098271427641519f,2.139444785581545f,-0.2849914493037332f,0.5931431504143746f,0.7529681779067882f,-0.7394744957612511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9726287550214692f,-0.09359079521884728f,-0.21268302225539976f,-0.3438268123316829f,-0.05383262528823468f,0.7996386472443754f,-0.5980636105697803f,2.1524672643944256f,0.22604281311283403f,0.5931431504143746f,0.7727133037269044f,-0.7423886024684297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9898175578431533f,-0.09359079521884728f,0.10724721551499444f,-0.40631159268282985f,0.1389064406707301f,0.7996386472443754f,-0.5841943465777243f,2.233585176974644f,-0.03108380487657203f,0.5931431504143746f,0.8044967372158237f,-0.861606059697214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7651236762542468f,0.2665887617390692f,0.586102544056598f,-0.5028395714996522f,-0.19244347972937728f,0.9633356181465522f,-0.18694917469689135f,1.674323706857469f,-0.614452005566615f,0.030247626760290535f,0.7883741585887598f,-0.5480034336767249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7651236762542468f,0.2665887617390692f,0.586102544056598f,-0.5745699161484878f,-0.19244347972937728f,0.9633356181465522f,-0.18694917469689135f,1.692365283082098f,-0.614452005566615f,0.030247626760290535f,0.7883741585887598f,-0.4903985581548547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7651236762542468f,0.2665887617390692f,0.586102544056598f,-0.6266201254325597f,-0.19244347972937728f,0.9633356181465522f,-0.18694917469689135f,1.7113868711743172f,-0.614452005566615f,0.030247626760290535f,0.7883741585887598f,-0.6374571197041038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014373692393326333f,2.9394690549672707e-7f,-0.0000061197375106111935f,0.27903314292495407f,-3.194697755094651e-7f,0.000015621733708604047f,0f,1.3759170556856333f,0.000006118458224468703f,1.2512455479627585e-7f,0.00001437669773630991f,-0.7053394542242203f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31.mcfunction new file mode 100644 index 000000000..4649c7171 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..1cfb78e97 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7762993719112867f,0.12999440923414418f,-0.2177273138181148f,-0.19977144351952286f,-0.14650642266624653f,0.8022458125062836f,-0.0433816652298702f,1.3300027913092227f,0.20697728796204942f,0.08029666449139247f,0.7859117586497076f,0.2191527984940535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7513016890032976f,-0.17336594366062294f,-0.2132838992503982f,-0.19977144351952286f,0.1681487959323742f,0.78097377982716f,-0.042496325123138154f,1.3300027913092227f,0.21742068560117517f,-0.00491983751158661f,0.7698727431670606f,0.2191527984940535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5815087649172824f,-0.1094237999142237f,-0.5628662654495766f,-0.15105308143752424f,0.11716278798205182f,0.8074198870131597f,-0.0359228564061032f,1.328949937242016f,0.5613064064137289f,-0.05517247966543355f,0.5906230270239367f,0.24671893408351825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.567299971804017f,0.11896100669247496f,-0.5513791988077485f,-0.15105308143752424f,-0.1966451382205243f,0.7746562928370307f,-0.0351897368876113f,1.328949937242016f,0.5286789494630864f,0.16048646938200545f,0.5785694958601829f,0.24671893408351825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3484895049016665f,-0.5167569783787714f,-0.596610870221872f,0.7152652775765125f,0.356042431647917f,0.6558196723274754f,-1.3727857058749269f,1.7763273286492602f,0.704426072797065f,-1.3207077771729536f,-0.4482422618167314f,-0.1277978414437299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5477315612108408f,-0.2647915701912757f,0.7936470003781111f,0.5840607424725786f,0.526753978889229f,0.8461270635163619f,-0.08123569479941697f,1.621818759547702f,-0.6500156787169833f,0.4625520692212036f,0.6029305106571423f,0.04738054080196706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9229584022216619f,-0.2647915701912757f,0.27934425378746475f,0.25877966771584027f,0.36133227225215775f,0.8461270635163619f,-0.3918009461630625f,1.5059984650321094f,-0.13261514543041208f,0.4625520692212036f,0.8766178223499985f,0.07844120899317417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5714952784132701f,-0.7423790161916465f,-0.3496663310495616f,-0.2172005279096362f,0.2937311075228637f,0.21281212342057135f,-0.9318975461919723f,1.2783743917942594f,0.7662344179327437f,-0.6352829262962685f,0.0964386869037478f,-0.4919522044853245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17433509810835568f,-0.8008259587347873f,-0.5729616543749314f,-0.25120329093403276f,0.6244987872372159f,0.3599599090281704f,-0.6931306721186689f,1.48594074377074f,0.761320260013351f,-0.47865086201629226f,0.4373611939624547f,-0.23326288757003885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8649523636059651f,0.18295767199030902f,-0.4673156309736931f,0.2224128662882991f,-0.47104698283341806f,0.6172019776191446f,-0.630219373541111f,1.2464749743849535f,0.1731246621830293f,0.7652373547357079f,0.6200319687412162f,-0.24837432562674638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8770211537897451f,0.07988416525276062f,-0.47376409313831913f,0.23443012169107721f,-0.2491517816832664f,0.9187483509117546f,-0.3063084350470705f,1.4168258624618633f,0.41080078564841904f,0.3866781450234822f,0.8256650208600584f,-0.17071176705446814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8701817826810054f,-0.25352386057060716f,-0.42250362982048184f,-0.0328651262018417f,-0.018805526088150525f,0.8397606271671338f,-0.5426310360165643f,1.235783622623782f,0.49237182827478604f,0.4801330452918622f,0.7259767499996865f,-0.33991141347334713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8701817826810054f,-0.008306288809408889f,-0.49266080690097735f,-0.03750168539673696f,-0.018805526088150525f,0.9985695542329727f,-0.05005194848864648f,1.4227025893644103f,0.49237182827478604f,0.0528190394192939f,0.8687808307025241f,-0.3245779633903388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,0.02767037433059577f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,2.1047473041124376f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,-0.3598741419544955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.05886622382071634f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,1.9765745820699832f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,-0.4035030658998091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.019034274459442002f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,2.1088250916057683f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,0.22575227260563913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.11153316820097169f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,1.9811729381794834f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,0.2568841675403426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.05076464269703383f,0.4482173499868997f,-0.8924820212321162f,0.0426252203276475f,0.156222698653253f,0.8861973518326962f,0.4361751047804214f,2.185877657585006f,0.9864164533691323f,-0.11728367650887159f,-0.1150092159230075f,-0.2580399022674462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.12025628707328903f,0.4347577109112421f,-0.8924820212321162f,0.03315471832064708f,0.01566752934210862f,0.899725406162404f,0.4361751047804214f,2.1967491994322423f,0.9926192391565163f,0.03846981035973774f,-0.1150092159230075f,-0.14331736832315434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.039460559244324886f,0.7727311154403489f,-0.6335057122824067f,-0.019210034911874188f,0.1927924708681346f,0.6161988018456539f,0.7636295566441496f,2.214199711842286f,0.9804457799596492f,-0.15226838094067668f,-0.12466119173592216f,-0.12724674701532052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.201257824747411f,0.7471049460976023f,-0.6335057122824067f,-0.00728901798091143f,-0.007059365972004794f,0.6456160357143659f,0.7636295566441496f,2.219539929733255f,0.9795128653213362f,0.1581585721513885f,-0.12466119173592216f,-0.15511495566260647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.08190704438486848f,0.7693905046110823f,-0.6335057122824067f,0.061033387414492546f,0.0940241457058282f,0.638771759115687f,0.7636295566441496f,2.308714719974037f,0.9921948881668483f,0.0029818065925343654f,-0.12466119173592216f,-0.2067439227038773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.08190704438486848f,0.44358435258423135f,-0.8924820212321162f,-0.03877309191695935f,0.0940241457058282f,0.894936164200597f,0.4361751047804214f,2.107354083028903f,0.9921948881668483f,-0.04818904593733587f,-0.1150092159230075f,-0.19590138736797674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.0736503009104604f,-0.04317290977990327f,-0.9963492023567515f,-0.03632076022241066f,-0.1494962608094194f,0.988251716823014f,-0.031771248014004674f,2.214162600330944f,0.9860154670084039f,0.1466105182362497f,-0.07923922489965207f,0.12481327650201986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.07949727453623452f,-0.03111993419619636f,-0.9963492023567515f,-0.02747747319183353f,0.0069409148822645456f,0.9994710658644551f,-0.031771248014004674f,2.2234351634506315f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,0.009900455317061359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.0696072722614172f,-0.049427670503372614f,-0.9963492023567515f,-0.0255673554046274f,-0.2350591948042426f,0.9714616630303092f,-0.031771248014004674f,2.218962727665812f,0.9694854318587292f,0.2319895313392316f,-0.07923922489965207f,-0.012324010777530578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.08147444004365918f,-0.025498678056660482f,-0.9963492023567515f,-0.028192552191123814f,0.0766435843264473f,0.9965522308345045f,-0.031771248014004674f,2.2291606483056787f,0.9937241451233674f,-0.07895231875084739f,-0.07923922489965207f,0.016596161792064246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.07648248242661301f,-0.03793015745983483f,-0.9963492023567515f,-0.0671816959794808f,-0.08019514049459214f,0.996272717302188f,-0.031771248014004674f,2.333250673142461f,0.9938406156536952f,0.07747242034677189f,-0.07923922489965207f,0.07073263681010415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.07648248242661301f,-0.03793015745983483f,-0.9963492023567515f,-0.05864741055101798f,-0.08019514049459214f,0.996272717302188f,-0.031771248014004674f,2.109089311749469f,0.9938406156536952f,0.07747242034677189f,-0.07923922489965207f,0.05330134223208051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.07949727453623451f,-0.031119934196196356f,-0.9963492023567515f,-0.0016253723847895374f,0.006940914882264539f,0.9994710658644551f,-0.031771248014004674f,1.59698562763409f,0.9968109184002291f,-0.009441302632298462f,-0.07923922489965207f,-0.06398512919078103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8701817826810054f,-0.008306288809408889f,-0.49266080690097735f,0.001489485918738796f,-0.018805526088150525f,0.9985695542329727f,-0.05005194848864648f,1.222522044796725f,0.49237182827478604f,0.0528190394192939f,0.8687808307025241f,-0.08379226897301625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8719758341100402f,-0.1501517882979985f,-0.4659534152670337f,0.02544802210808904f,-0.05450257632775114f,0.9161088695666169f,-0.39720776462074947f,0.6982877864351966f,0.4865055127146427f,0.3717512334509305f,0.7906411363734969f,-0.42425525494849176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8719758341100402f,-0.3306776722098681f,-0.3609853484976402f,-0.09905842649630481f,-0.05450257632775114f,0.6672250976104845f,-0.7428594337371754f,0.9243387972792505f,0.4865055127146427f,0.6674301058691783f,0.5637813759585538f,-0.17577507602543369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8486403126782854f,-0.18264623427603682f,-0.49643727982705455f,0.26573785593746146f,0.1386426245563902f,0.9824897219785717f,-0.12446754140170416f,1.0091481907869284f,0.5104780527636992f,0.03680080585058179f,0.8591029381484678f,-0.30679303197724034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8486403126782854f,-0.5268386340842997f,0.04744126192979717f,0.10135186056639753f,0.1386426245563902f,0.13498074032769658f,-0.9811006178760172f,0.9600290663421231f,0.5104780527636992f,0.8391789161893766f,0.18759238862439376f,-0.02017035339501389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8232840801002018f,-0.44534096651200483f,-0.35195844498991363f,0.001954185256322834f,0.0727177269752848f,0.697687556382412f,-0.7127020456352617f,1.112707598214574f,0.5629524452714568f,0.5611626299169362f,0.6067792408673811f,-0.09040857965125072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9030791018996557f,-0.21291641468291406f,-0.3729808789612208f,0.0022094696792977838f,-0.12410208271032243f,0.7020392041823973f,-0.70124149111266f,1.0748973344457877f,0.41115302355579453f,0.6795642398990105f,0.6075735635060239f,-0.09285551147636673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,-0.3056667035261742f,-0.38544954911464535f,0.001954185256322834f,-0.0259138746575559f,0.7539475653813317f,-0.6564232931240293f,1.112707598214574f,0.4912554932593365f,0.5814902707793181f,0.6484883232036808f,-0.09040857965125072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8675668039999065f,-0.09838525410249274f,-0.4874917254401102f,0.005164802069708378f,0.06124128732387398f,0.9939107428628304f,-0.0916020739326981f,1.1370564455619052f,0.49353555629184676f,0.049616297695865154f,0.8683092062616017f,-0.09481420200082218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8670670782171994f,0.0531721769303127f,-0.4953457393299963f,0.005164802069708378f,-0.11287181640561644f,0.9893997100560159f,-0.09136830305072279f,1.1370564455619052f,0.48523667929494574f,0.1351330209148135f,0.863877555979579f,-0.09481420200082218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,0.0028668551661247127f,-0.4919301471740657f,0.005164802069708378f,-0.0259138746575559f,0.9988619122528718f,-0.040041869970929345f,1.1370564455619052f,0.4912554932593365f,0.04760946746176431f,0.8697133889681895f,-0.09481420200082218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8481472333462421f,-0.309310573605871f,-0.43008515392038627f,0.1750836446627335f,0.14099973861781273f,0.9143673706050582f,-0.3795410192357351f,1.1530897165164784f,0.5106518816932175f,0.26126477112002533f,0.8191308656709116f,-0.0007103167096225854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8708860704025491f,-0.05390838104983794f,-0.4885195378195144f,-0.16783811164904844f,-0.15437719288714333f,0.9136564280475922f,-0.3760314000234567f,1.15695813240863f,0.4666102599548067f,0.4028967832334984f,0.7873684317808324f,-0.18155674734825727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,-0.10136720702924791f,-0.4813815304894144f,0.01999048749101343f,-0.0259138746575559f,0.9677312379345162f,-0.2506486030800119f,1.0028340014766026f,0.4912554932593365f,0.23069664164182901f,0.8399089830914466f,-0.11226623964851092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8706299509221807f,-0.059026309368095706f,-0.48838446265173435f,9.93314845809666e-18f,-0.0259138746575559f,0.9858941935782279f,-0.16535147465011674f,1.2233221875f,0.4912554932593365f,0.15661588000939616f,0.8568194129870125f,-0.08111031250000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9338225738331873f,-0.22275964277425353f,0.2799170272610237f,-0.42533741158943594f,0.34345943841216897f,0.7771247734065383f,-0.5273639167817933f,2.181995012186219f,-0.10005505866851139f,0.5886044751009998f,0.8022055579001666f,-0.6900653501760143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9022771554255637f,-0.22275964277425353f,-0.36915318818647674f,-0.33405077879484685f,-0.06427986888146406f,0.7771247734065383f,-0.6260552571574002f,2.1958751748164858f,0.4263379331630428f,0.5886044751009998f,0.6868629693303763f,-0.6738433201432721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9737240831422836f,-0.22275964277425353f,-0.04732389945689541f,-0.3725955102736071f,0.1480550680561827f,0.7771247734065383f,-0.6116835647462794f,2.280687628213294f,0.17303498701591685f,0.5886044751009998f,0.7896858015435494f,-0.8004072053911756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8548672380497816f,0.2394215591527457f,0.4603035110902439f,-0.3898002431786871f,-0.18154121406241114f,0.9691135613539597f,-0.16691822188302646f,1.6800333105129452f,-0.4860501958706363f,0.05912886108080999f,0.8719283140725517f,-0.6193398243330366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8548672380497816f,0.2394215591527457f,0.4603035110902439f,-0.46994404674585416f,-0.18154121406241114f,0.9691135613539597f,-0.16691822188302646f,1.6970527993312963f,-0.4860501958706363f,0.05912886108080999f,0.8719283140725517f,-0.5737726184701644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8548672380497816f,0.2394215591527457f,0.4603035110902439f,-0.49891767162580725f,-0.18154121406241114f,0.9691135613539597f,-0.16691822188302646f,1.7135807882045748f,-0.4860501958706363f,0.05912886108080999f,0.8719283140725517f,-0.7273454685124833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013603592983159075f,3.5264022739456197e-7f,-0.00000767844566423234f,0.3478845953722263f,-4.04904291524311e-7f,0.00001561975279941092f,0f,1.389201866712548f,0.000007675867082177133f,1.9897827850777036e-7f,0.000013608162887819636f,-0.6742083378208946f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32.mcfunction new file mode 100644 index 000000000..5307af3a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..52789d30f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7582853317390654f,0.12616180494510257f,-0.27573719206304687f,-0.22865822397501406f,-0.14975250561096068f,0.8015525962589678f,-0.04507845314772438f,1.3431838101480311f,0.26367022428984815f,0.09241795738895267f,0.7673860686899647f,0.19064572881559055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7335617929929998f,-0.17008155829081942f,-0.27010990242910715f,-0.22865822397501406f,0.16495114176125644f,0.7815632725884912f,-0.04415848471613817f,1.3431838101480311f,0.2732731539916664f,-0.015202449478098158f,0.7517251285126185f,0.19064572881559055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5019152685720835f,-0.09604556199475738f,-0.6370249270160226f,-0.1818287479582262f,0.11141412670487648f,0.8083126868567346f,-0.03408719820519524f,1.3417591431584568f,0.6345174544401812f,-0.06595676411105812f,0.5098840551764638f,0.22402268352365612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.49025073209754244f,0.10123114659733277f,-0.62402441830141f,-0.1818287479582262f,-0.20218250658154646f,0.7733092777249209f,-0.03339154109896677f,1.3417591431584568f,0.5989795102590961f,0.17817131066238015f,0.49947825813204627f,0.22402268352365612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3975607109055532f,-0.45546134243650827f,-0.5298917577006631f,0.6919961202311463f,0.31605356238799953f,0.6447323672719414f,-1.3877451388110762f,1.804810179223029f,0.6231696839826371f,-1.3484366466904747f,-0.4845455652744416f,-0.07788545460001811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5443480964518768f,-0.32819658724430084f,0.771992325098127f,0.5626055629722662f,0.5522676394897423f,0.8329184399814348f,-0.035317512813346996f,1.642510358132309f,-0.6314155559230755f,0.4455713999575005f,0.6346499218295598f,0.09256468411340923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9138627069127216f,-0.32819658724430084f,0.23904383078286523f,0.241845420203808f,0.39933957131751213f,0.8329184399814348f,-0.38311196681758525f,1.5142205920477645f,-0.07336797458086725f,0.4455713999575005f,0.8922349846569648f,0.10172746771930405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6241200156827867f,-0.6896019910364231f,-0.36731907108496153f,-0.17420675624035126f,0.2886779009136873f,0.23333385308129398f,-0.9285582278620464f,1.2873905660517333f,0.7260435768934156f,-0.6855686741420133f,0.053444527193871716f,-0.5154895146413114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24527326458919127f,-0.7498928185556498f,-0.6144117400867464f,-0.23244428775965756f,0.6287081960679315f,0.3593867023996592f,-0.6896138066594273f,1.4963300543186508f,0.7379478503761412f,-0.5554295264180341f,0.38331581145091065f,-0.2622840137307991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8482941416802775f,0.06778665460260655f,-0.5251685621290632f,0.2419841334919527f,-0.43872327957012786f,0.6453217398667049f,-0.6253652820701195f,1.2577802309742692f,0.29651126986027393f,0.7608973790947079f,0.577162234846193f,-0.2256442758029876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8290218320368243f,0.024736505558336813f,-0.5586688708878179f,0.243130547841092f,-0.233754327100918f,0.9228849009955795f,-0.3060104149795825f,1.428908584817318f,0.5080174372675647f,0.38428058083533384f,0.770873996594096f,-0.14877370441764942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8140809534730283f,-0.2982188644780404f,-0.49833493762917414f,-0.005934690999519646f,-0.024766330095993633f,0.8394786354168661f,-0.5428280110423676f,1.2497583669594754f,0.5802230864814162f,0.45424787236492875f,0.6760177811018836f,-0.3455559920930308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8140809534730283f,-0.009097643711144708f,-0.5806801478192188f,-0.011269750119229384f,-0.024766330095993633f,0.9984238297264847f,-0.050363529740037216f,1.436648062972316f,0.5802230864814162f,0.05538130653211783f,0.8125725080266833f,-0.33009341894309197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,0.06618806782552988f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,2.1190286569386805f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,-0.3535737500891761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.013880127048120942f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,1.9911346596349533f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,-0.4088233846884139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.05719771388056034f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,2.1203999423011073f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,0.22082186135752696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.15301728514222265f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,1.9926810027032216f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,0.23889932609191072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.17867688209352725f,0.4808026331019215f,-0.8584307775281561f,0.06956672331720326f,0.15088218033130824f,0.8755406174758086f,0.4589806039568013f,2.1978092160298743f,0.9722700959423807f,-0.04751268412054323f,-0.22898341726827098f,-0.2496789151828573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.2516911758769025f,0.44693193237685236f,-0.8584307775281561f,0.04507957635995145f,0.012059842200984633f,0.8883644327625556f,0.4589806039568013f,2.2081507175131656f,0.967732458994628f,0.10516882819711998f,-0.22898341726827098f,-0.13715081377718605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.08570418468393282f,0.8126834866975692f,-0.5763682357458157f,-0.010543726156977781f,0.1826567379079867f,0.5815081574958513f,0.7927703191105184f,2.2283998290811895f,0.9794341778927644f,-0.037333807934124094f,-0.19827979715710456f,-0.12863885398457237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.332642531754853f,0.7464238761528046f,-0.5763682357458157f,0.00527849333821101f,-0.005979022201274761f,0.6094911586158763f,0.7927703191105184f,2.233420861672892f,0.9430340382834748f,0.2671552445266592f,-0.19827979715710456f,-0.15455626564081468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.2117807304410966f,0.7892709161226525f,-0.5763682357458157f,0.08385162155281001f,0.08944001282846656f,0.6029226362002429f,0.7927703191105184f,2.319807346858118f,0.9732160121571568f,0.11634309485422029f,-0.19827979715710456f,-0.19516763389115613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.2117807304410966f,0.46716755281830175f,-0.8584307775281561f,-0.021261077831307713f,0.08944001282846656f,0.8839328533868924f,0.4589806039568013f,2.1209224548460677f,0.9732160121571568f,0.02042518780979813f,-0.22898341726827098f,-0.1997633011483607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.20283497057318844f,-0.06188288710910257f,-0.977255587344281f,-0.06102402720011485f,-0.15405559721290973f,0.9875894028559246f,-0.03056213889851287f,2.2262240331781897f,0.9670185353342238f,0.14435262259384246f,-0.20985107259752594f,0.11898809787367186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.02939062596695806f,-0.977255587344281f,-0.03712924141743085f,0.00233410274455588f,0.999530143432566f,-0.03056213889851287f,2.236027827356354f,0.9776946577816222f,-0.00869962498872845f,-0.20985107259752594f,0.006284657566324389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.19666967328324225f,-0.07932563655620364f,-0.977255587344281f,-0.0323112119493108f,-0.2395434570904825f,0.9704044970171399f,-0.03056213889851287f,2.2316580363533443f,0.9507575778166605f,0.2280845359814314f,-0.20985107259752594f,-0.015516022322943732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.21155694411914394f,-0.014668892233348108f,-0.977255587344281f,-0.03871824577978275f,0.07205211519439733f,0.9969325194625569f,-0.03056213889851287f,2.2417224554104673f,0.974706187571918f,-0.07687896486481284f,-0.20985107259752594f,0.01285514281946444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.20665760676915892f,-0.047583091207148785f,-0.977255587344281f,-0.08447186131295456f,-0.08478957127061064f,0.9959300599287553f,-0.03056213889851287f,2.345590244016176f,0.9747324567121943f,0.07654518379021702f,-0.20985107259752594f,0.06188302964984364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.20665760676915892f,-0.047583091207148785f,-0.977255587344281f,-0.07376566579134611f,-0.08478957127061064f,0.9959300599287553f,-0.03056213889851287f,2.1215059805322065f,0.9747324567121943f,0.07654518379021702f,-0.20985107259752594f,0.04466036329704484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.21001835184015355f,-0.029390625966958055f,-0.977255587344281f,-0.0019114388987521145f,0.0023341027445558937f,0.999530143432566f,-0.03056213889851287f,1.6099100860205255f,0.9776946577816221f,-0.008699624988728435f,-0.20985107259752594f,-0.06653506510026191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8140809534730283f,-0.009097643711144708f,-0.5806801478192188f,0.001500177492927151f,-0.024766330095993633f,0.9984238297264847f,-0.050363529740037216f,1.2355011498730937f,0.5802230864814162f,0.05538130653211783f,0.8125725080266833f,-0.0873030550498061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8158610324336029f,-0.17878279606355957f,-0.549915891376191f,0.05069870280285596f,-0.05568881715312167f,0.9222899823979439f,-0.3824656115423792f,0.6935910746315077f,0.5755601892074027f,0.34266295422775944f,0.7425042548022487f,-0.41381992130893125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8158610324336029f,-0.3763151468472744f,-0.4390417816218513f,-0.09165408567877065f,-0.05568881715312167f,0.7045990834490355f,-0.7074170532626881f,0.9377518868195813f,0.5755601892074027f,0.601603724935354f,0.5538983902697726f,-0.18840975180957625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7925035907822764f,-0.16029452622998602f,-0.5884247814783995f,0.2841390141113261f,0.13337035472956782f,0.9870388620085649f,-0.08925599903729922f,1.0231648567865212f,0.5951053747669459f,-0.007742722101523519f,0.8036103802079408f,-0.2798938923533739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7925035907822764f,-0.6095983624499677f,0.018107873854093487f,0.0913833338532419f,0.13337035472956782f,0.1442614163644021f,-0.9805105773156381f,0.9741187670564253f,0.5951053747669459f,0.7794732068819649f,0.19563004032264159f,-0.012208756429339829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7609919742038522f,-0.49591806535344063f,-0.41827800283235517f,0.001662255483413532f,0.06772024000781657f,0.7019321228714351f,-0.709017111200064f,1.1255246378945105f,0.6452171605673603f,0.5112304444546517f,0.5677484023509817f,-0.09355219833178954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8541713388971806f,-0.27369489371455735f,-0.44213394911629983f,0.0017946027943714334f,-0.1306028553088361f,0.7100953529311212f,-0.6918869011123171f,1.0877039761019756f,0.5033231745029995f,0.6487339168720895f,0.5707977637552722f,-0.0958089973035191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,-0.3569374204076947f,-0.45727844176349464f,0.001662255483413532f,-0.031712613454814485f,0.7597061246615684f,-0.6494928131238765f,1.1255246378945105f,0.5792255221731987f,0.5435460257093246f,0.6074993929205059f,-0.09355219833178954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8123469393106972f,-0.09216977602584274f,-0.5758447556241943f,0.005587851549806737f,0.05548859764645439f,0.995167634121818f,-0.08100861390996031f,1.1498067595928922f,0.5805286088762309f,0.03385428161590646f,0.8135357532969887f,-0.09774321825861282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8105543351323294f,0.04960597930268541f,-0.5835588373211469f,0.005587851549806737f,-0.11867247241909268f,0.9896479258613459f,-0.0807082841366083f,1.1498067595928922f,0.5735141795004957f,0.13467081961493127f,0.8080502807722523f,-0.09774321825861282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,0.010283913152791438f,-0.5800018418239852f,0.005587851549806737f,-0.031712613454814485f,0.9991370882455516f,-0.026821428747667547f,1.1498067595928922f,0.5792255221731987f,0.04024077561959424f,0.8141734916101842f,-0.09774321825861282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7916670560508143f,-0.327909526353098f,-0.5154984140525782f,0.16495328938626275f,0.13745542412765935f,0.9177260351316651f,-0.3726726859046675f,1.165151928476475f,0.5952892395648705f,0.22417463497996512f,0.7716064115142366f,0.013483715322639298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8159172106703699f,-0.0847585519541271f,-0.5719222789877331f,-0.15723441895298607f,-0.16034027284319535f,0.9172248921959313f,-0.36467724639841664f,1.170935940172584f,0.5554908660243231f,0.38924861593434257f,0.7347893662518162f,-0.2021119235762769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,-0.11386928543976492f,-0.568807244347667f,0.020632651868045564f,-0.031712613454814485f,0.9703375795976421f,-0.23966495732262344f,1.0153161928185988f,0.5792255221731987f,0.21325751441397495f,0.786777622336298f,-0.11277586588348756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8145502468301452f,-0.0638611605692198f,-0.5765671232039696f,1.0428389103561572e-17f,-0.031712613454814485f,0.9875333295203872f,-0.15418246733738455f,1.236215925925926f,0.5792255221731987f,0.1438738171354693f,0.8023703130139191f,-0.08515425925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9266381970432589f,-0.34600178741876325f,0.14705242222907786f,-0.43841733900822505f,0.3678712241748563f,0.7538039867070407f,-0.5444725080742499f,2.221274020243326f,0.07753975886286141f,0.558625377804833f,0.8257876682706619f,-0.6254502453847012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7980582906453142f,-0.34600178741876325f,-0.49334139075826544f,-0.3521790303955897f,-0.07661791647687596f,0.7538039867070407f,-0.6526172266338928f,2.2358372740175425f,0.5976894340767795f,0.558625377804833f,0.5750695850637436f,-0.5916874216411276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9198752918681109f,-0.34600178741876325f,-0.18469491198616766f,-0.3675939479039822f,0.15534137359164718f,0.7538039867070407f,-0.6384736543313527f,2.324326695280137f,0.3601367865981168f,0.558625377804833f,0.7471540552062806f,-0.7206419417938565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9222792739028388f,0.20984926822104347f,0.32459856061964376f,-0.2726629975075989f,-0.16975778911979583f,0.974371532864547f,-0.1475886478573186f,1.6859027240091573f,-0.3472509668271796f,0.08101481697989081f,0.9342662176635219f,-0.6666747413383507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9222792739028388f,0.20984926822104347f,0.32459856061964376f,-0.3591266794359901f,-0.16975778911979583f,0.974371532864547f,-0.1475886478573186f,1.7018175167391383f,-0.3472509668271796f,0.08101481697989081f,0.9342662176635219f,-0.6341199631983027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9222792739028388f,0.20984926822104347f,0.32459856061964376f,-0.36458462256474106f,-0.16975778911979583f,0.974371532864547f,-0.1475886478573186f,1.7159984175527456f,-0.3472509668271796f,0.08101481697989081f,0.9342662176635219f,-0.790537284917855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001272734760672102f,4.038205651585464e-7f,-0.000009054953166573957f,0.4085903113732258f,-4.955095852314763e-7f,0.000015617141071622032f,0f,1.4020259852692298f,0.00000905039878395623f,2.8715622962300826e-7f,0.000012733752320158903f,-0.6382058020516108f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33.mcfunction new file mode 100644 index 000000000..8a3b892e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..48a4834de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7428565903685379f,0.12279835191024484f,-0.31627376647234334f,-0.2524751600637475f,-0.15251912766465775f,0.8009044624703955f,-0.04726946303759782f,1.355939958013606f,0.30306178625304536f,0.10206395645661925f,0.7514525580167914f,0.15983003830414755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7183375290420265f,-0.16734173956042392f,-0.30981919980964245f,-0.2524751600637475f,0.16220431183232809f,0.7820138288810381f,-0.046304780118463174f,1.355939958013606f,0.3125395264487307f,-0.021239435955543055f,0.7361167915266529f,0.15983003830414755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.40746264827811757f,-0.08003396629118008f,-0.7032163244282158f,-0.20716355330399855f,0.10497936351670051f,0.8092870055461974f,-0.031278112701084916f,1.3540673447197018f,0.6999271161615728f,-0.07479004839024758f,0.41406874449537107f,0.19933823498881018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.39876643977119897f,0.08031424794271332f,-0.6888649708684563f,-0.20716355330399855f,-0.2083713734808907f,0.7717788377236442f,-0.030639783870450535f,1.3540673447197018f,0.6614882442083836f,0.19469732206514073f,0.40561836195464923f,0.19933823498881018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.437328267150103f,-0.39351288086846875f,-0.46972472262153764f,0.6662108178763055f,0.28445308625180454f,0.6323984054644042f,-1.4002017527798993f,1.8287701560350063f,0.5427523783210032f,-1.3735450918541687f,-0.5100980165323302f,-0.03485349358294482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5411381370246411f,-0.3830020237943662f,0.7486514318605959f,0.5386492081363087f,0.5709597192536919f,0.8209457298362769f,0.007287499799503494f,1.6606150690586166f,-0.6173933232933814f,0.4235062672889296f,0.6629237708211644f,0.13214213284433873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9018491874452204f,-0.3830020237943662f,0.1999437242671438f,0.22345257301577398f,0.4315437236432726f,0.8209457298362769f,-0.3739226166570849f,1.5218565046837542f,-0.020929827722524996f,0.4235062672889296f,0.9056513589005998f,0.12197090002097255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6705530838104741f,-0.6370318766240722f,-0.3801959362711237f,-0.13234760660778055f,0.28334266216983506f,0.2537190267164725f,-0.9248478746672647f,1.2963157956443094f,0.6856205201033401f,-0.7278853231429103f,0.010366232023587607f,-0.5335724897539667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3086926986011142f,-0.6953581784278363f,-0.6489883061534185f,-0.2124760327023331f,0.6325127806745489f,0.3595152939431649f,-0.6860585512216212f,1.5064780102328614f,0.71037764612473f,-0.6222746637253371f,0.3288431887264912f,-0.2874590595700227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8164659552731329f,-0.047017602393392255f,-0.5754760541891444f,0.25833558481107105f,-0.39754720202260335f,0.6770320368916661f,-0.6193414592826165f,1.2683523237868428f,0.4187356756283488f,0.7344501113673403f,0.5340818924739648f,-0.2016434156281604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7737188560326035f,-0.029810520252250033f,-0.6328273577381823f,0.24879094127791054f,-0.21432116598156706f,0.9276804970403535f,-0.30573735987488393f,1.4403815584826911f,0.5961757875257104f,0.37218305750430514f,0.7113748674748398f,-0.12741299942438544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7533597823464065f,-0.33731747018201197f,-0.5645050599002478f,0.019326781223179913f,-0.03113444091697553f,0.8391628092735185f,-0.5429884217190674f,1.2632594757347915f,0.6568711326674072f,0.4266411886376934f,0.6216893205018513f,-0.3483779956419384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7533597823464065f,-0.009872968367798392f,-0.6575344575294768f,0.0133660092946585f,-0.03113444091697553f,0.9982305216015164f,-0.05066036253277126f,1.450111071269246f,0.6568711326674072f,0.05863744741010567f,0.7517193391349358f,-0.3326852283829502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,0.10106330403469657f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.1327360644467914f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,-0.34254979490519183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,0.02843281257678263f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.005186322690854f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,-0.40794236014448854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,-0.09264881933196259f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.1314115175868418f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,0.21209433319533716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,-0.1900085180281734f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,2.003692684742401f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,0.21750740133057606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.2965842531403054f,0.5021527193459895f,-0.8123302451851926f,0.0932786250287535f,0.14552797639335724f,0.8644316183919822f,0.48122716591135295f,2.209174173252133f,0.9438534784997413f,0.02450762284772376f,-0.3294540750184951f,-0.23787372594183342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3714868008501836f,0.4495743871168162f,-0.8123302451851926f,0.055019446603205f,0.008509387727112655f,0.8765546218630285f,0.48122716591135295f,2.218987703609663f,0.9283992390747666f,0.17185710732786785f,-0.3294540750184951f,-0.12920417862924044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.20294269468522352f,0.8338703265001501f,-0.5132977121090966f,-0.0025432406596028884f,0.1724812355504603f,0.5464520189814149f,0.8195367071303896f,2.2420850165229957f,0.9638799126742329f,0.07778476414869487f,-0.2547254294518811f,-0.12828092484391618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4506900742084121f,0.7303450662211548f,-0.5132977121090966f,0.016661255574143663f,-0.004823557466853992f,0.5730063864907983f,0.8195367071303896f,2.246781770291857f,0.892667457849439f,0.37183298036507617f,-0.2547254294518811f,-0.1518689186849086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3308901917885277f,0.7918567671755532f,-0.5132977121090966f,0.10325752964531733f,0.08487377606512149f,0.5667062976554308f,0.8195367071303896f,2.33026472016759f,0.9398447335143177f,0.22761114312782665f,-0.2547254294518811f,-0.1804578488552736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3308901917885277f,0.48024082889266734f,-0.8123302451851926f,-0.004796656855532653f,0.08487377606512149f,0.8724774248800795f,0.48122716591135295f,2.1339572995695724f,0.9398447335143177f,0.09028781390148408f,-0.3294540750184951f,-0.20077260698310748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.32131589804465965f,-0.07902860170580982f,-0.9436686779671022f,-0.08377730743916134f,-0.15859664329304538f,0.9869277051680394f,-0.028649773261334163f,2.2377355447165304f,0.9335969143050615f,0.14045705708212675f,-0.3296492328459084f,0.11109932440516285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.3297227631772922f,-0.027790747858827673f,-0.9436686779671022f,-0.04607824502006602f,-0.0022545478467220215f,0.9995869684555121f,-0.028649773261334163f,2.2480684553154693f,0.944075111660475f,-0.0073189362182002615f,-0.3296492328459084f,0.0022822656493064614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.3132053975646992f,-0.10673239976764515f,-0.9436686779671022f,-0.038593351042814146f,-0.24400955236584188f,0.9693495390447636f,-0.028649773261334163f,2.2438009131594914f,0.9178026570513731f,0.22129090806796375f,-0.3296492328459084f,-0.018773435979854508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3308581596713444f,-0.004722753721384448f,-0.9436686779671022f,-0.04846867110284554f,0.06747860623855616f,0.9973092941470946f,-0.028649773261334163f,2.253732336741573f,0.9412648489553794f,-0.07315645839644724f,-0.3296492328459084f,0.008632959338486831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.3260459452462297f,-0.05642222799849576f,-0.9436686779671022f,-0.09992234894951721f,-0.08936571328811875f,0.9955867414648408f,-0.028649773261334163f,2.35740067943748f,0.9411205081587578f,0.07499048211010427f,-0.3296492328459084f,0.05211902940678467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.3260459452462297f,-0.05642222799849576f,-0.9436686779671022f,-0.08722734764985568f,-0.08936571328811875f,0.9955867414648408f,-0.028649773261334163f,2.1333936626078915f,0.9411205081587578f,0.07499048211010427f,-0.3296492328459084f,0.03524617093201124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.32972276317729216f,-0.027790747858827677f,-0.9436686779671022f,-0.00227959778857304f,-0.0022545478467220076f,0.9995869684555121f,-0.028649773261334163f,1.6222824651696985f,0.9440751116604749f,-0.0073189362182002685f,-0.3296492328459084f,-0.06871072468728584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7533597823464065f,-0.009872968367798392f,-0.6575344575294768f,0.0014227653493513568f,-0.03113444091697553f,0.9982305216015164f,-0.05066036253277126f,1.2479460195691299f,0.6568711326674072f,0.05863744741010567f,0.7517193391349358f,-0.09069976746607547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7549835861513258f,-0.20097930356447213f,-0.6241851521630608f,0.07080597501982135f,-0.057417163962185574f,0.9279566604408969f,-0.368238653085085f,0.6897514648296711f,0.6532251173405865f,0.3138530800902196f,0.6890523856669093f,-0.4020708738577408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7549835861513258f,-0.40808057690332317f,-0.5132933151681741f,-0.08420597113114682f,-0.057417163962185574f,0.7386194267352273f,-0.6716729946423808f,0.9507052738966062f,0.6532251173405865f,0.5365739326538097f,0.534214714203757f,-0.1999740788346619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7322035739293853f,-0.13194728084428695f,-0.6681824910926908f,0.2981064390541321f,0.12791577658309525f,0.9902380810596905f,-0.0553723479759112f,1.0365961237992096f,0.6689659785266951f,-0.04492725116252497f,0.7419340008901063f,-0.2535691145937405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7322035739293853f,-0.680999368582627f,-0.010852940389509153f,0.08065757881547354f,0.12791577658309525f,0.15315001959266525f,-0.9798890884176177f,0.9876025925474263f,0.6689659785266951f,0.7160900302956529f,0.19924755477794914f,-0.0061964775342408795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6951052270276036f,-0.5379557887176373f,-0.4768986189370739f,0.0011786162775968096f,0.06240506947274417f,0.7060125900402326f,-0.7054444202123825f,1.1378238413211943f,0.716194338614182f,0.4605972124208604f,0.5243242100524513f,-0.09676256686611572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7996386594787125f,-0.326487472886417f,-0.5039681977221665f,0.0011429895175418476f,-0.13733267478841088f,0.7175953442078591f,-0.682785953580377f,1.0999980316739728f,0.5845662928210522f,0.6151933452333869f,0.5289795811541375f,-0.09890050399843493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,-0.400430866300298f,-0.5209693291763541f,0.0011786162775968096f,-0.037787076334150425f,0.7651251479259467f,-0.6427718451156796f,1.1378238413211943f,0.6559924218240517f,0.5042208140540123f,0.5616362819335343f,-0.09676256686611572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7526262005397885f,-0.08379952150820355f,-0.653093747065487f,0.005777885506893615f,0.0494414751322135f,0.9962605359259461f,-0.07085538154083773f,1.1620378897391892f,0.6565891735307496f,0.021037698342335348f,0.7539549538604173f,-0.10065292822671937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7492787391653902f,0.04738800532575556f,-0.6605571496744013f,0.005777885506893615f,-0.12472804533315096f,0.9896844479943018f,-0.07048126066966982f,1.1620378897391892f,0.6504031716882188f,0.13520011223908307f,0.747460128641284f,-0.10065292822671937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,0.01920390595540067f,-0.656799155468796f,0.005777885506893615f,-0.037787076334150425f,0.9991855669777094f,-0.014154137400440775f,1.1620378897391892f,0.6559924218240517f,0.03548820563919222f,0.7539327090463218f,-0.10065292822671937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7310987594595022f,-0.3409234475849481f,-0.5909871460561303f,0.1536877688279548f,0.13352836800797424f,0.9209516209427185f,-0.36608508139516727f,1.1766209229271838f,0.6690775581753611f,0.18873079973807233f,0.7188295391651095f,0.02557334102020878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7559909763308522f,-0.11111600625888786f,-0.6450820698635169f,-0.14584390941327696f,-0.16654566604337148f,0.92040448500089f,-0.35372040528136933f,1.1844410208870397f,0.6330404290631796f,0.3748450575148633f,0.6773115959646522f,-0.220483215236441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,-0.12276006886011967f,-0.6455105623627906f,0.020643469803352677f,-0.037787076334150425f,0.9726680741170752f,-0.22910468012569485f,1.0273093855035134f,0.6559924218240517f,0.1970958728305556f,0.7285788628711216f,-0.11358674484991198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7538209862902017f,-0.06603297722164125f,-0.6537534447692904f,1.090289579835759e-17f,-0.037787076334150425f,0.9889345670018589f,-0.1434592592026146f,1.2485696643518518f,0.6559924218240517f,0.1328460315857876f,0.7429844375229694f,-0.08902890046296297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8885269696512589f,-0.45832067763440115f,0.021493735252255397f,-0.4759640051813964f,0.39017642077596315f,0.7301103396221951f,-0.5609823995877421f,2.257346458921646f,0.2414170351752527f,0.5068343402232194f,0.8275486491425652f,-0.5546764282727862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6702960365263843f,-0.45832067763440115f,-0.5836483357894231f,-0.3975814067150662f,-0.09053249219581247f,0.7301103396221951f,-0.6773055143977331f,2.2724135124894294f,0.7365508069874305f,0.5068343402232194f,0.4478971537045739f,-0.5055010822704284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.836081050307522f,-0.45832067763440115f,-0.301513903111306f,-0.3915456204815354f,0.16071523805635607f,0.7301103396221951f,-0.6641607518012875f,2.364504098475731f,0.5245370240251488f,0.5068343402232194f,0.6840905364038697f,-0.6327023357321878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9669493006465912f,0.17931001994163015f,0.18126490760100306f,-0.15669494530052636f,-0.15735679111566142f,0.9790674523349722f,-0.12909594907698987f,1.6917664533581993f,-0.20061876848602694f,0.0963059734743326f,0.9749242376740415f,-0.6921819422728651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9669493006465912f,0.17931001994163015f,0.18126490760100306f,-0.24734644223614427f,-0.15735679111566142f,0.9790674523349722f,-0.12909594907698987f,1.7065186525252924f,-0.20061876848602694f,0.0963059734743326f,0.9749242376740415f,-0.6733739327273001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9669493006465912f,0.17931001994163015f,0.18126490760100306f,-0.22921042990848578f,-0.15735679111566142f,0.9790674523349722f,-0.12909594907698987f,1.7185069453032944f,-0.20061876848602694f,0.0963059734743326f,0.9749242376740415f,-0.8290165731511888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011778452910784402f,4.4539139180187197e-7f,-0.000010257207150903371f,0.46149314762331267f,-5.904230677211005e-7f,0.000015613840834372013f,0f,1.4143007936649197f,0.00001024988159100081f,3.875898695863793e-7f,0.000011786870936065124f,-0.5987958028662501f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34.mcfunction new file mode 100644 index 000000000..e2b8a881c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..7d88f0b69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7311071892265038f,0.11997708113254808f,-0.34355817892851787f,-0.2715676863246984f,-0.154844944956225f,0.8002895912997086f,-0.050040558782786286f,1.3681704919735325f,0.32931711969964333f,0.10993868520545363f,0.7391942671669411f,0.12783877791796533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7066464092191068f,-0.16549051980850718f,-0.33654678752181344f,-0.2715676863246984f,0.1598688904425152f,0.7823292426160213f,-0.04901932288926004f,1.3681704919735325f,0.3392532832655002f,-0.023955041251322085f,0.72410866987782f,0.12783877791796533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3012659307614326f,-0.06205815407950257f,-0.7565263174002188f,-0.2274753464226547f,0.09817586388255214f,0.8102818792649525f,-0.027371889416259128f,1.3657501728696546f,0.7526916919681036f,-0.08084866165587429f,0.3063709437839881f,0.17405104301609006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.29591711479134925f,0.05677246242510787f,-0.7410870048002144f,-0.2274753464226547f,-0.2149016615634057f,0.7701287709880694f,-0.02681327942817221f,1.3657501728696546f,0.711512710378986f,0.20899417122636582f,0.3001184755434986f,0.17405104301609006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4694787570742485f,-0.32981937823736873f,-0.41624224947335275f,0.6394031294783646f,0.2601217429850389f,0.6206894238207089f,-1.4101374287577582f,1.848693720258644f,0.46300659966564894f,-1.3954820195531834f,-0.5288299081650181f,0.0024817589330369816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5396095220362911f,-0.42972106742699245f,0.7239898949137146f,0.513233648657685f,0.5843546795226362f,0.8102289558749646f,0.04537232175855521f,1.6762148621702546f,-0.6060950191576915f,0.39858354616211994f,0.6883167762600781f,0.16678832438920368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8883891041856722f,-0.42972106742699245f,0.16156919190732116f,0.20412032206572506f,0.45835053320042035f,0.8102289558749646f,-0.36529964108476076f,1.5288417710987805f,0.02606891403701006f,0.39858354616211994f,0.9167614566776681f,0.13937506796829086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7115655553487394f,-0.5853158381157911f,-0.38868988936174975f,-0.0920952803144648f,0.27776499080376654f,0.27379966181898424f,-0.9208041893212657f,1.305078793351133f,0.6453844360728135f,-0.7631769878859156f,-0.032246160024990894f,-0.5468945509372157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3650407834351562f,-0.6387236683355169f,-0.6773310135650574f,-0.19187943839733812f,0.6358885179418015f,0.3603327948284109f,-0.6824998679274054f,1.5163060009498595f,0.6799933964229554f,-0.6798473008545133f,0.27462088111067995f,-0.3090145103059706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7690597754960264f,-0.15625400319932867f,-0.6197836301469939f,0.2714531155540399f,-0.34955430761081396f,0.7089912375494818f,-0.6124893559146795f,1.278214655979155f,0.5351250767294746f,0.6876889642579983f,0.490637382078695f,-0.17687391042290662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.712603130309305f,-0.08146641492094078f,-0.696821355810303f,0.2518230292825491f,-0.1922107716550558f,0.9325605275882944f,-0.3055910365897697f,1.4511598109232742f,0.6747234973921894f,0.3517016997743557f,0.6488868286863905f,-0.106874299035925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.689821999329611f,-0.3712824005975003f,-0.6215263375332178f,0.04279867612698651f,-0.037865746453055314f,0.8388089312296403f,-0.5431075051358999f,1.2761893101448296f,0.7229881012066873f,0.3981820637546923f,0.5645699687528579f,-0.34883649886316853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.689821999329611f,-0.010776822128897065f,-0.7238987977236184f,0.03625365449204571f,-0.037865746453055314f,0.9979835959340926f,-0.05094043081885673f,1.462992856689854f,0.7229881012066873f,0.0625507981664496f,0.6880229670311078f,-0.3328080806630148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,0.13203988156406687f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.1457557771671443f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.3277539973331858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,0.06749772497771868f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.018611728387629f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.4018418734205417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,-0.12512480626169065f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.141785367460525f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,0.2004569540699844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,-0.22249649746409292f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,2.0141344578673985f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,0.19380026326813957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.40356410644847635f,0.512927472517089f,-0.7576552117709439f,0.11362153705615656f,0.14023379140889525f,0.8529739638093621f,0.5027622706711706f,2.219881474063386f,0.9041407499573997f,0.09664794359206923f,-0.41615943971739383f,-0.22340848215473766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.4788350973895037f,0.44348114907435565f,-0.7576552117709439f,0.06293603991713222f,0.0050727550102536295f,0.8644098370253398f,0.5027622706711706f,2.229176768195009f,0.8778902076368036f,0.23689682156904232f,-0.41615943971739383f,-0.11990138813806382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.31108065973756716f,0.8381165601605203f,-0.44809536342383305f,0.0046239497537061f,0.1623965914761611f,0.5114313326194587f,0.8438396406261142f,2.2551331433157107f,0.9364059857850999f,0.18973303244238127f,-0.29520366899151784f,-0.1263507291405173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5548475488934824f,0.7009670054752632f,-0.44809536342383305f,0.026692032187446327f,-0.003592636687714118f,0.5365834081199498f,0.8438396406261142f,2.259503865676175f,0.8319442832597173f,0.4698122001027878f,-0.29520366899151784f,-0.14735458947011817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.4383610563375078f,0.7791342179398408f,-0.44809536342383305f,0.11913997083396966f,0.08039173303025865f,0.5305391881552032f,0.8438396406261142f,2.340007603581563f,0.8951964887928547f,0.3338832734158611f,-0.29520366899151784f,-0.1634223010221472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.4383610563375078f,0.4835267979781375f,-0.7576552117709439f,0.010346441288888886f,0.08039173303025865f,0.8606783768922978f,0.5027622706711706f,2.146354968780796f,0.8951964887928547f,0.15948218454438473f,-0.41615943971739383f,-0.1993057925446337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.4282104436694426f,-0.09453585357211756f,-0.8987206397550966f,-0.10448027350684055f,-0.1630527186545816f,0.9862732288329892f,-0.026056266553363176f,2.2486151942523867f,0.8888473585896335f,0.1353812781618684f,-0.43774682483313354f,0.1017417797358369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.026385088661320555f,-0.8987206397550966f,-0.05432656164275612f,-0.006758144181479672f,0.9996376335755485f,-0.026056266553363176f,2.259467362220845f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.0018727764888497728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.418341631116651f,-0.13149711537843567f,-0.8987206397550966f,-0.04443530207027811f,-0.24839162964420947f,0.9683091806318859f,-0.026056266553363176f,2.255300195707835f,0.8736657701875206f,0.21233426325291072f,-0.43774682483313354f,-0.021932084361324114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.43850137767425423f,0.004213485014903609f,-0.8987206397550966f,-0.057440292584952424f,0.06298951465823556f,0.9976739908489246f,-0.026056266553363176f,2.2651010379187815f,0.8965204196340988f,-0.06803568569220984f,-0.43774682483313354f,0.004184564326234444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.4337618323380274f,-0.06443511841338356f,-0.8987206397550966f,-0.11358324240763622f,-0.09385658783531792f,0.9952446995052078f,-0.026056266553363176f,2.3685954901240978f,0.8961258916729657f,0.07304863874051246f,-0.43774682483313354f,0.041900768790351844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.4337618323380274f,-0.06443511841338356f,-0.8987206397550966f,-0.09908534076462494f,-0.09385658783531792f,0.9952446995052078f,-0.026056266553363176f,2.1446654327354264f,0.8961258916729657f,0.07304863874051246f,-0.43774682483313354f,0.02546482507373657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.4377271282140553f,-0.02638508866132055f,-0.8987206397550966f,-0.0027620718065944658f,-0.006758144181479672f,0.9996376335755484f,-0.026056266553363176f,1.6340101718804352f,0.8990824704734811f,-0.005331851068047011f,-0.43774682483313354f,-0.07050832178703906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.689821999329611f,-0.010776822128897065f,-0.7238987977236184f,0.0012792364917419336f,-0.037865746453055314f,0.9979835959340926f,-0.05094043081885673f,1.2597663234051504f,0.7229881012066873f,0.0625507981664496f,0.6880229670311078f,-0.09396487109945766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6912092223254336f,-0.21768478924777046f,-0.6890886325447715f,0.08633878388486912f,-0.059672630528705965f,0.9331022899567976f,-0.3546255682310072f,0.6867681115292348f,0.7201867730929622f,0.2862401946050449f,0.6319790841906179f,-0.3899966120788181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6912092223254336f,-0.4279716775911872f,-0.5822972214874927f,-0.076768059561543f,-0.059672630528705965f,0.769221733477952f,-0.6361895172910026f,0.9631028956268068f,0.7201867730929622f,0.4744872684540221f,0.5061549603994677f,-0.2105562464452857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6694110955317591f,-0.09968712702024604f,-0.7361733911826881f,0.30827882877622054f,0.12234535973211487f,0.992218522810163f,-0.02310878500564245f,1.0493459552317557f,0.7327485231175763f,-0.07459812128242187f,0.6763983457772081f,-0.22823839982917823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6694110955317591f,-0.7418795853848965f,-0.038774553099987674f,0.0695642645334019f,0.12234535973211487f,0.1615750279293657f,-0.979247222769431f,1.0003823570900923f,0.7327485231175763f,0.6507750695430475f,0.19892564120859868f,-0.0019825401896086947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6273088740316648f,-0.5724042916614147f,-0.5280500955863173f,0.0005751856553407528f,0.05682192687304857f,0.7098907280075175f,-0.702015970555792f,1.149515771170866f,0.7766948211411988f,0.4103760241248882f,0.4778458680745187f,-0.10002128450490488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7413835977360064f,-0.3720198966599982f,-0.558526237071366f,0.00034704577571632693f,-0.14423173838820058f,0.7244957898397686f,-0.6740200710260547f,1.1116898390908592f,0.6553987844431306f,0.5802646353117983f,0.4834722188057269f,-0.10211200276945906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,-0.436980202073256f,-0.5767159290518777f,0.0005751856553407528f,-0.04408203366651743f,0.7701659791097586f,-0.6363184257348918f,1.149515771170866f,0.7222255424270027f,0.4646425159387842f,0.5123451944227626f,-0.10002128450490488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.690145441931741f,-0.07405473114069866f,-0.7198716314569708f,0.005796097238274992f,0.043156535098951114f,0.9971915554945545f,-0.06120878310017109f,1.1736611464324247f,0.7223827119049119f,0.011175797333059706f,0.6914031523611064f,-0.10353731143157827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6851041930340482f,0.046053393892744994f,-0.726987846939772f,0.005796097238274992f,-0.1309851115383241f,0.989521002183881f,-0.06075431500972451f,1.1736611464324247f,0.7165718004795182f,0.1368476201764858f,0.6839572966271897f,-0.10353731143157827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,0.028920922126088502f,-0.7229913831364319f,0.005796097238274992f,-0.04408203366651743f,0.9990256588224319f,-0.002123045508191951f,1.1736611464324247f,0.7222255424270027f,0.03333636569547671f,0.6908537852456473f,-0.10353731143157827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6681220469930162f,-0.3492980492794442f,-0.6569656026699091f,0.14169040921931175f,0.12926059406819002f,0.9240202037379037f,-0.35983101854245614f,1.187415957741377f,0.7327377628749596f,0.15549127259668882f,0.662508743340993f,0.03569218216038944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6929924359095406f,-0.13359296466705656f,-0.7084591756506706f,-0.13397136859596007f,-0.17293904316929182f,0.9231865468907963f,-0.343247267997194f,1.1973735372476226f,0.6998954001276555f,0.3603880123302026f,0.6166578544451005f,-0.23677825960786886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,-0.12878746760093845f,-0.7120159745504953f,0.020193337621884317f,-0.04408203366651743f,0.9747197663947107f,-0.21903915473555122f,1.0387248758947791f,0.7222255424270027f,0.18257920250778278f,0.6671245016319246f,-0.11471592606971218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6902514325764532f,-0.06624111129457128f,-0.7205311061991803f,1.1353700474895108e-17f,-0.04408203366651743f,0.9901011836294317f,-0.13325321941109872f,1.260295f,0.7222255424270027f,0.12374070207518065f,0.6804987174976622f,-0.09270999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8257656397005074f,-0.5561195314611386f,-0.09403284010097279f,-0.5353895165577554f,0.4101284006890454f,0.706508790842048f,-0.5767495326492714f,2.2902939376072604f,0.3871767080265256f,0.4376944084522338f,0.8114910976538139f,-0.48571082770454055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5286853909145085f,-0.5561195314611386f,-0.6412665780788959f,-0.46691346216211066f,-0.10562220864826272f,0.706508790842048f,-0.6997780201629443f,2.305688648895218f,0.8422206993857584f,0.4376944084522338f,0.31478230308550237f,-0.4235570238083579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.730411246886877f,-0.5561195314611386f,-0.39652298438880074f,-0.4416730417016129f,0.16421025373821815f,0.706508790842048f,-0.6883896578465842f,2.401249741928227f,0.6629739082259479f,0.4376944084522338f,0.6073624962254927f,-0.5457383001902731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9883051864958872f,0.14904118414003206f,0.032242577059948097f,-0.04621338803414772f,-0.14462777488339154f,0.9831758935758659f,-0.11157046662794204f,1.6974803882525509f,-0.048328718973387585f,0.10560249865147481f,0.9932333296869152f,-0.6988722680506647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9883051864958872f,0.14904118414003206f,0.032242577059948097f,-0.13886699926813714f,-0.14462777488339154f,0.9831758935758659f,-0.11157046662794204f,1.7110392421478688f,-0.048328718973387585f,0.10560249865147481f,0.9932333296869152f,-0.6943414506469097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9883051864958872f,0.14904118414003206f,0.032242577059948097f,-0.09737658021013465f,-0.14462777488339154f,0.9831758935758659f,-0.11157046662794204f,1.720995385194401f,-0.048328718973387585f,0.10560249865147481f,0.9932333296869152f,-0.8455918588018245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010785178634007083f,4.758952183998565e-7f,-0.000011295754537597802f,0.5070547311877162f,-6.887817760393349e-7f,0.000015609811166859007f,0f,1.42593785267827f,0.000011284774100421917f,4.979398318151033e-7f,0.000010795672949211583f,-0.5572129302913577f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35.mcfunction new file mode 100644 index 000000000..17556a8b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..8cec72816 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7228376437428735f,0.11756941987487216f,-0.36142442742983083f,-0.2864422519323648f,-0.15677669733001773f,0.799695364948361f,-0.05341193592113955f,1.3797736205965396f,0.3462242804989087f,0.11665847262345723f,0.730386194285338f,0.09563337271465197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6982596965109694f,-0.1645694790647478f,-0.35404841870677306f,-0.2864422519323648f,0.15789784679213548f,0.7825156159043742f,-0.052321896412544866f,1.3797736205965396f,0.35707375457574064f,-0.02421151433007241f,0.7154803535856373f,0.09563337271465197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1879142108931745f,-0.043020704827736976f,-0.7935879993705579f,-0.2434390613959555f,0.09132258954424724f,0.8112366901491923f,-0.022353112516167346f,1.3766830581626845f,0.7894889982943225f,-0.08359842077666434f,0.19147550772962935f,0.14925862121023975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.18619435523114178f,0.03150926355940082f,-0.777392325914016f,-0.2434390613959555f,-0.22146197849233812f,0.7684237871709064f,-0.021896926546449647f,1.3766830581626845f,0.7458459989584435f,0.22029990835192298f,0.1875678443065757f,0.14925862121023975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4952907421346515f,-0.26373416054304016f,-0.3687223061452363f,0.6126118948583078f,0.2417157005724748f,0.6113143923955545f,-1.4174887949281334f,1.8651141512466847f,0.3835171007701759f,-1.4135576593166308f,-0.5442202010254004f,0.03535798911779736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5406259253506425f,-0.46918117046338287f,0.6982783385737894f,0.4871300986234858f,0.594049227716073f,0.8006355415142166f,0.07802720496195142f,1.6894214304138506f,-0.5956753510837081f,0.37262817787554303f,0.7115610424724318f,0.19722372148022724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8743999977681695f,-0.46918117046338287f,0.12366759149282086f,0.18428847310585317f,0.4802657355633804f,0.8006355415142166f,-0.35822835302081046f,1.5351120991994422f,0.06906132888086003f,0.37262817787554303f,0.9254073556582325f,0.15417279507110498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7478315355374451f,-0.5349184932017854f,-0.39320503568296034f,-0.05378554642777776f,0.2720038226891098f,0.2934080309788296f,-0.916474575642793f,1.313607630898645f,0.6056087143512865f,-0.7923218619903512f,-0.07391990336793208f,-0.5561028845792354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4148513354605494f,-0.5812273178557567f,-0.70005226550937f,-0.17113379800957226f,0.6388132252860432f,0.3618244024437714f,-0.678970371220903f,1.5257354023269707f,0.6479321204155891f,-0.7288744108379787f,0.22119236098777842f,-0.3272097033897143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7074257971051335f,-0.25539513041780243f,-0.6590311593157335f,0.2813967273929166f,-0.2972599523892252f,0.7384434106485918f,-0.60525849847419f,1.2873694036261438f,0.6412372901631047f,0.624079046778971f,0.44647517408667775f,-0.15186001806496646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6472989356278427f,-0.12844506394068483f,-0.751336112192363f,0.2526174272028359f,-0.16881783940887188f,0.9370624943798296f,-0.30563772464140027f,1.4611583855433532f,0.7433065484928691f,0.3246779129782706f,0.5848757370516343f,-0.08732743602496805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.6249768454215919f,-0.4006007342165825f,-0.6700171598041429f,0.06442595819356206f,-0.044915968708274495f,0.8384134573154013f,-0.5431808449747038f,1.2884500533898304f,0.7793500487212871f,0.369569920769495f,0.5059956276694063f,-0.3473416000562375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6249768454215919f,-0.011921832704187084f,-0.7805522484701768f,0.05731216300858839f,-0.044915968708274495f,0.9976777753972295f,-0.051201681939489804f,1.475194625764689f,0.7793500487212871f,0.06705912602628182f,0.6229900281503056f,-0.3308743262503703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,0.15903254779197423f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.1579764386565348f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,-0.31006423825758206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,0.10295099347791253f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.031295211550554f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,-0.3914708624637351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,-0.1545075236440716f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.1514449543382894f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,0.18673170910559825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,-0.2506154700563519f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,2.0239299207235963f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,0.168745844137298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.49920615373051563f,0.5141106389206973f,-0.6974836679278856f,0.13060054810063643f,0.13506700799775043f,0.8412900393207866f,0.5234386048909319f,2.2298431711283144f,0.8558914180128929f,0.1670967405073531f,-0.4894165504799545f,-0.20699646563242313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5734847203640248f,0.42968803623426516f,-0.6974836679278856f,0.06887383452915803f,0.0017973517536262473f,0.8520614980366786f,0.5234386048909319f,2.2386367489582475f,0.8192142851755396f,0.29893041845993545f,-0.4894165504799545f,-0.10962282214706524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4094148131642946f,0.827684746151558f,-0.3838195822905295f,0.010840178271764672f,0.15252915100686595f,0.47686869396417453f,0.8656391319770771f,2.267422358150941f,0.8995078481340619f,0.2958618084595127f,-0.32148315887507417f,-0.12303567649219545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.645145278473411f,0.6606588362489283f,-0.3838195822905295f,0.035272884102955565f,-0.0022966875302684875f,0.5006631786104917f,0.8656391319770771f,2.2714691105744267f,0.764056473626036f,0.5593445125053527f,-0.32148315887507417f,-0.14130949124417042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5338526579154887f,0.7534479861854376f,-0.3838195822905295f,0.13154538376319025f,0.0760525650156374f,0.49485846516404575f,0.8656391319770771f,2.348961681958083f,0.8421504301436357f,0.4329332876651938f,-0.32148315887507417f,-0.14479542308071824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5338526579154887f,0.4780354302877884f,-0.6974836679278856f,0.023987411948438037f,0.0760525650156374f,0.8486624972651834f,0.5234386048909319f,2.158012620073417f,0.8421504301436357f,0.22639366847416853f,-0.4894165504799545f,-0.19573399848740608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5231690490695188f,-0.10839847884977327f,-0.8453069950489884f,-0.12311740917962127f,-0.16736464186957406f,0.9856311730707408f,-0.022809369194801074f,2.25877955854803f,0.8356334260592768f,0.12954134650470014f,-0.5337937961405925f,0.09145612082657846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5336852279762483f,-0.02522224338137323f,-0.8453069950489884f,-0.061899044009140584f,-0.011117420116162582f,0.9996780159865957f,-0.022809369194801074f,2.270134256716205f,0.8456101231713709f,-0.0027753904076312647f,-0.5337937961405925f,-0.005973460001645024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5117306829518866f,-0.15358317696559431f,-0.8453069950489884f,-0.0498694411542482f,-0.2526311858427195f,0.9672937592151811f,-0.022809369194801074f,2.266064286654148f,0.8211633163173434f,0.20187865448461453f,-0.5337937961405925f,-0.02484942683377122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5341446123420246f,0.012067196328790955f,-0.8453069950489884f,-0.06565589481396794f,0.05864367463522903f,0.9980183626077292f,-0.022809369194801074f,2.2757386454496364f,0.8433566579634418f,-0.06175541005085919f,-0.5337937961405925f,-0.00026365274090040663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5294561312041572f,-0.07163999756822684f,-0.8453069950489884f,-0.125552894498475f,-0.09820279496799672f,0.9949049923170599f,-0.022809369194801074f,2.379086888315715f,0.8426342125684193f,0.07093494915072258f,-0.5337937961405925f,0.031628895864349166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5294561312041572f,-0.07163999756822684f,-0.8453069950489884f,-0.10943389504562401f,-0.09820279496799672f,0.9949049923170599f,-0.022809369194801074f,2.1552332650443766f,0.8426342125684193f,0.07093494915072258f,-0.5337937961405925f,0.015668532305436605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5336852279762482f,-0.025222243381373237f,-0.8453069950489884f,-0.003380998220358311f,-0.011117420116162569f,0.9996780159865956f,-0.022809369194801074f,1.6450007521531038f,0.8456101231713707f,-0.0027753904076312542f,-0.5337937961405925f,-0.0719292893776802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6249768454215919f,-0.011921832704187084f,-0.7805522484701768f,0.0010896890437118456f,-0.044915968708274495f,0.9976777753972295f,-0.051201681939489804f,1.2708715863791427f,0.7793500487212871f,0.06705912602628182f,0.6229900281503056f,-0.09707646163753587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6260934525617867f,-0.2298413941126277f,-0.7451039673841665f,0.09798289335678319f,-0.06243995295886936f,0.9377233406018047f,-0.34172531185893396f,0.6846102703493818f,0.7772440034723688f,0.26047623700244754f,0.572751158028763f,-0.37835348203308794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6260934525617867f,-0.43811492951578956f,-0.6450289119059983f,-0.06937735150703704f,-0.06243995295886936f,0.7964012392642088f,-0.6015366309485455f,0.9748479564482777f,0.7772440034723688f,0.4168937210294814f,0.47126572592587f,-0.2202234991111281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6055190681955487f,-0.06537718488704032f,-0.7931408965296393f,0.3152560991577267f,0.11672604404959858f,0.9931376789449855f,0.007251296456351863f,1.0613173095948305f,0.7872240397066932f,-0.09697099749931658f,0.6089950221076211f,-0.20418569844071013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6055190681955487f,-0.7931614207663071f,-0.06512771038173623f,0.058427757556083586f,0.11672604404959858f,0.16946584389064345f,-0.9785991816852103f,1.0123591584265887f,0.7872240397066932f,0.5849583646400871f,0.1951973948224449f,0.0006214990919737873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5589938516684146f,-0.6002106912546048f,-0.572077791826059f,-0.00008475667664254154f,0.051020844615472544f,0.7135297048016394f,-0.6987647914573324f,1.16051063011032f,0.8276005964302068f,0.36141733006229076f,0.4294819743819418f,-0.10329636653001184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6810192252163673f,-0.4110758061541504f,-0.6059946340359904f,-0.0005120218076423424f,-0.1512405548405656f,0.7307569989026163f,-0.6656729701034585f,1.1226892662608599f,0.7164768729395362f,0.5449870550293439f,0.4354882322098109f,-0.10540806872129178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,-0.46743634925867f,-0.6248459364002968f,-0.00008475667664254154f,-0.05054225107698987f,0.7747923846389757f,-0.6301922258815322f,1.16051063011032f,0.7787006264928182f,0.4256759566820473f,0.4608962076243586f,-0.10329636653001184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.626360284044567f,-0.0636164010048653f,-0.7769335544915005f,0.005697809016254818f,0.036690743725079696f,0.9979658007910789f,-0.05213491897300024f,1.1845875559517105f,0.778669752781312f,0.004148972717306056f,0.6274202755162456f,-0.1063774778347087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6195934758502066f,0.04518508712528485f,-0.7836212303053942f,0.005697809016254818f,-0.13739058883011795f,0.9891723019032638f,-0.05159441101817158f,1.1845875559517105f,0.7728051182444204f,0.13962974270863268f,0.6190927104774765f,-0.1063774778347087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,0.0388202084052697f,-0.7793729378568444f,0.005697809016254818f,-0.05054225107698987f,0.9986796455812151f,0.00918946994385865f,1.1845875559517105f,0.7787006264928182f,0.03364456748347332f,0.6264929188574618f,-0.1063774778347087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6041296860029991f,-0.35392273692442483f,-0.7139790044376947f,0.1293023292604566f,0.12469465888344688f,0.9269093946177692f,-0.3539635803515123f,1.1974561012319498f,0.7870696059027169f,0.12481053824595513f,0.6041057564755501f,0.04400574373464407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6285061191839775f,-0.1528026504755089f,-0.7626476304008f,-0.12187023524934502f,-0.1794664940755387f,0.9255662564126501f,-0.3333449902046032f,1.2096334203509558f,0.7568169102580427f,0.34637906258596496f,0.5543010998992675f,-0.2511168162820112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,-0.13264384834591136f,-0.7689829610207394f,0.019435360359537215f,-0.05054225107698987f,0.9764929383793338f,-0.2095400251774465f,1.049473234789158f,0.7787006264928182f,0.1699033572101542f,0.6039521367694719f,-0.11614676452173536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6253565504220473f,-0.06511781732862641f,-0.7776174218152476f,1.1777835065584537e-17f,-0.05054225107698987f,0.9910397044672253f,-0.12363569478748901f,1.2713035300925926f,0.7787006264928182f,0.11661892657656502f,0.6164619698439003f,-0.09617332175925927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7448234099204399f,-0.6372400308049861f,-0.19789702164041867f,-0.612041013181015f,0.4275526663947189f,0.6834763903789274f,-0.5916576216473158f,2.3202214827113443f,0.5122858630620741f,0.35606904798683686f,0.781522889986271f,-0.4250627024585518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.381742263174334f,-0.6372400308049861f,-0.6694759052021196f,-0.5547932824908165f,-0.12142302818509179f,0.6834763903789274f,-0.7198030786409256f,2.33577781245142f,0.916258311139877f,0.35606904798683686f,0.18353620986837366f,-0.3524695868356462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6106424606954509f,-0.6372400308049861f,-0.4701498998569123f,-0.512894662857379f,0.16593418389414089f,0.6834763903789274f,-0.7108627648217183f,2.43462906230464f,0.774326566644326f,0.35606904798683686f,0.5230996093045354f,-0.46723108604277935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9853366356864344f,0.12007119465739013f,-0.12122137842676939f,0.05533191765423473f,-0.13193011305941657f,0.9866911792199888f,-0.09505241773672835f,1.7029371137212324f,0.10819500747385924f,0.10965137966763146f,0.988063973280433f,-0.6903328964823767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9853366356864344f,0.12007119465739013f,-0.12122137842676939f,-0.03704339194136849f,-0.13193011305941657f,0.9866911792199888f,-0.09505241773672835f,1.7153055618205526f,0.10819500747385924f,0.10965137966763146f,0.988063973280433f,-0.7004761784330511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9853366356864344f,0.12007119465739013f,-0.12122137842676939f,0.027327469620448533f,-0.13193011305941657f,0.9866911792199888f,-0.09505241773672835f,1.7233792004314017f,0.10819500747385924f,0.10965137966763146f,0.988063973280433f,-0.8436141334497789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000977119610034449f,4.944902428918203e-7f,-0.000012182767795878628f,0.5458126350653176f,-7.897226730779668e-7f,0.00001560503005763291f,0f,1.4368489241633882f,0.000012167197288950287f,6.157445087519641e-7f,0.00000978370041608504f,-0.5144893711973596f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36.mcfunction new file mode 100644 index 000000000..da60a3bde --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..258083c60 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7170997095175858f,0.11534252937765808f,-0.37337454649587737f,-0.29768425162290335f,-0.15839089265369002f,0.799104671357414f,-0.05734539025563254f,1.3906438599476956f,0.357246100298667f,0.12276917192832906f,0.7240493068085014f,0.06403694862592395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6922319210772248f,-0.1644338704320965f,-0.3657546577918799f,-0.29768425162290335f,0.15621552450131826f,0.7825861426847587f,-0.0561750761687829f,1.3906438599476956f,0.3693395150082274f,-0.022812968515978325f,0.7092727903430218f,0.06403694862592395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.07294179443000194f,-0.023963103647794883f,-0.8130496348522276f,-0.2558937460237062f,0.08470227490485485f,0.8120979628376465f,-0.016336089658526426f,1.3867459829662427f,0.8089805088478449f,-0.08286804488434646f,0.07501911680213404f,0.12572636544256668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.0749972705559998f,0.005656746376846709f,-0.7964567851613659f,-0.2558937460237062f,-0.2277763961080828f,0.7667214793954623f,-0.01600270007365854f,1.3867459829662427f,0.7632125017222686f,0.22826776875867025f,0.07348811441841702f,0.12572636544256668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.515664302296861f,-0.19497062981921745f,-0.32581348383832437f,0.586500198697794f,0.22778510285947937f,0.6057955499906836f,-1.4221574977922735f,1.8785693708726012f,0.30377939307705665f,-1.4270264381290843f,-0.559213622171664f,0.06496700854877124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5445255666708769f,-0.5023947713164233f,0.671633382877652f,0.4608873847789813f,0.6016125356535172f,0.7919089277146173f,0.10460691731635238f,1.7003626239199032f,-0.5844264403552473f,0.34710192157319364f,0.7334616498862707f,0.22415382282615248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.860334231499059f,-0.5023947713164233f,0.0861655607817991f,0.16433235564550078f,0.49785077053599425f,0.7919089277146173f,-0.3535885468770186f,1.5406033851652243f,0.10940576030374288f,0.34710192157319364f,0.9314239827557351f,0.16661197700268035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.7799231949564883f,-0.48617079856077494f,-0.394154493308958f,-0.01765314582326652f,0.26613673815285666f,0.31237897420341976f,-0.911915902416981f,1.3218297776067254f,0.5664724587958546f,-0.8161233553222191f,-0.11424369708382734f,-0.5617919667417179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4586919107580951f,-0.5238933733984136f,-0.7177307742561396f,-0.1506336512185893f,0.6412665730610123f,0.3639736782732805f,-0.6755000694291626f,1.5346876104239002f,0.6151251200200435f,-0.7701031715513503f,0.16900352625575096f,-0.34231812774609033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6344972525547363f,-0.340975531711561f,-0.6936489914030791f,0.2883031145183185f,-0.2436375275216012f,0.763451518328525f,-0.5981492575812752f,1.2957913426386183f,0.7335216368203816f,0.5485229857862732f,0.401333455346623f,-0.12713680631349614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5795419670674584f,-0.16949534800576793f,-0.7971213429660406f,0.2515407283736993f,-0.14557291977894504f,0.9408689593935499f,-0.3058988824378595f,1.4702924045096721f,0.8018351660002282f,0.2933205213654547f,0.5205991147815026f,-0.068885464090089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5600905942837852f,-0.4257552094705047f,-0.7106553509286782f,0.0841995285593622f,-0.05224067533246181f,0.8379736439349711f,-0.5432044586628081f,1.2999437484151688f,0.8267825820828861f,0.3413688235311959f,0.44709941655663427f,-0.344257613574191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5600905942837852f,-0.01338715173068307f,-0.8283231919748328f,0.07651241766001644f,-0.05224067533246181f,0.9973086926809048f,-0.05144203868348032f,1.4866176155510666f,0.8267825820828861f,0.07208436495970563f,0.557883864520844f,-0.3272550209909909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,0.18209090333744157f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.1692893874641945f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,-0.290275816251409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,0.134601946963767f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.043123692287149f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,-0.3777248235815788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,-0.18078861789352121f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.160311520511581f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,0.1716701773194504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,-0.27460261953072296f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,2.032999714659734f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,0.14319299895577337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5834982075978228f,0.506920570092961f,-0.6344772473042315f,0.14433395296119486f,0.13008784580046928f,0.8295195107328992f,0.5431155804140078f,2.2389744757566f,0.8016277154048015f,0.23436918937880546f,-0.5499673526354087f,-0.18927149976155733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6556142246029121f,0.40940030673115896f,-0.6344772473042315f,0.07294270424569141f,-0.0012791923516734804f,0.8396569716131003f,0.5431155804140078f,2.2472886766562805f,0.7550949292408539f,0.35688591856495255f,-0.5499673526354087f,-0.09869940529951629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4976200438571638f,0.8050931189116616f,-0.32279925934346115f,0.016034624716351947f,0.14299908327935318f,0.4432010866490798f,0.8849429693343742f,2.2788318584583003f,0.8555264777508989f,0.3942053610418908f,-0.3356733221347407f,-0.11852558184742018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7220522411474695f,0.6119160066718544f,-0.32279925934346115f,0.0423667656092f,-0.0009564577229470711f,0.4656984284000589f,0.8849429693343742f,2.2825609169029413f,0.6918378756923769f,0.639283798140142f,-0.3356733221347407f,-0.134016808529502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6174378267286785f,0.7173361612883312f,-0.32279925934346115f,0.14064507612779842f,0.07190660237561246f,0.4601145309164405f,0.8849429693343742f,2.3570574354610576f,0.783326222374409f,0.5231858657758871f,-0.3356733221347407f,-0.12522550967323542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6174378267286785f,0.4649829596639117f,-0.6344772473042315f,0.03602391020341845f,0.07190660237561246f,0.836573312296269f,0.5431155804140078f,2.1688284401943974f,0.783326222374409f,0.2897170004950312f,-0.5499673526354087f,-0.19041183478461735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6062558709984889f,-0.12066020728201092f,-0.7860629321234562f,-0.13973462938555814f,-0.17148146484118815f,0.9850052400419937f,-0.018941602512308964f,2.268143693685663f,0.7765616048297677f,0.12331176532868274f,-0.6178561988324952f,0.08072906051847271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086884f,-0.7860629321234562f,-0.06883385428653846f,-0.015281475664023075f,0.9997038022313386f,-0.018941602512308964f,2.2799782884998065f,0.7862910528865692f,0.00031259365101583836f,-0.6178561988324952f,-0.009836733691832081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5934326543899379f,-0.17303973949699206f,-0.7860629321234562f,-0.05493221904933296f,-0.25667778940199304f,0.9663114032867313f,-0.018941602512308964f,2.276001217402807f,0.7628592249762856f,0.19052433029101912f,-0.6178561988324952f,-0.027401060272179416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6178602131466645f,0.018810203396895403f,-0.7860629321234562f,-0.07315430369955209f,0.05449156127490282f,0.9983345558699694f,-0.018941602512308964f,2.2855546291662847f,0.7843974928313975f,-0.05453705899732973f,-0.6178561988324952f,-0.004511027950715164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6131958927482785f,-0.07807601333390485f,-0.7860629321234562f,-0.13596001034180066f,-0.10235325244664811f,0.9945677590832402f,-0.018941602512308964f,2.38878581707212f,0.7832717337107441f,0.06884118486796624f,-0.6178561988324952f,0.021650195032317333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6131958927482785f,-0.07807601333390485f,-0.7860629321234562f,-0.1183929073416721f,-0.10235325244664811f,0.9945677590832402f,-0.018941602512308964f,2.1650080712783915f,0.7832717337107441f,0.06884118486796624f,-0.6178561988324952f,0.006160928437024954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6176672701803622f,-0.024335367049086887f,-0.7860629321234562f,-0.004148156327611787f,-0.015281475664023068f,0.9997038022313386f,-0.018941602512308964f,1.655161982171343f,0.7862910528865692f,0.0003125936510158349f,-0.6178561988324952f,-0.07297765120642634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5600905942837852f,-0.01338715173068307f,-0.8283231919748328f,0.0008720255713943646f,-0.05224067533246181f,0.9973086926809048f,-0.05144203868348032f,1.2811712224160037f,0.8267825820828861f,0.07208436495970563f,0.557883864520844f,-0.10000928806631595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5609345431850149f,-0.23835017392730262f,-0.7928061760926454f,0.10648156977703346f,-0.06570350233672631f,0.9418188101432403f,-0.3296367373959689f,0.6832189145292974f,0.8252487431329453f,0.2369947751516808f,0.5126382628211612f,-0.3676801276795356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5609345431850149f,-0.4406478519996248f,-0.7008437120998767f,-0.06206268506730211f,-0.06570350233672631f,0.8202059614132112f,-0.568282703100242f,0.9858429692202886f,0.8252487431329453f,0.36481728493911403f,0.4311297491094149f,-0.22902404872847493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5416939237796412f,-0.03063909558469588f,-0.8400172252769389f,0.31958947153908535f,0.11112515335540049f,0.9931744934395503f,0.035434811595811855f,1.072412338515255f,0.8331979916154111f,-0.11254186511180553f,0.5414013625446478f,-0.18159247829336123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5416939237796412f,-0.8357968276280499f,-0.08950617781529718f,0.047514045861052775f,0.11112515335540049f,0.17675283561240385f,-0.9779619805466431f,1.0234334978672737f,0.8331979916154111f,0.5198096748136397f,0.18862398770618527f,0.001826574099490899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4913127095360375f,-0.6222848223215798f,-0.6094041527234261f,-0.0007474141396997284f,0.045052140076636785f,0.7168941178222289f,-0.6957248942695691f,1.1707182932194582f,0.8698172946791021f,0.3143635216434754f,0.38025445446048356f,-0.10654572204369604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6199142476220356f,-0.44444432423149777f,-0.6466649582694367f,-0.0013653013749629394f,-0.15829995279823317f,0.7363426997300242f,-0.6578301859130338f,1.1329057519161547f,0.7685359136301193f,0.5101653371336654f,0.3861138151478278f,-0.10874034932278345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,-0.49262732597451114f,-0.6657787654587891f,-0.0007474141396997284f,-0.05711251181667977f,0.7789704480616526f,-0.624454323422152f,1.1707182932194582f,0.8262452467800442f,0.387973399538977f,0.40840596643970917f,-0.10654572204369604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5624922876307263f,-0.05306287349363988f,-0.8250980292138322f,0.005531370925039212f,0.030101356537111795f,0.9985911405271699f,-0.043699455320078434f,1.19472788470258f,0.8262544007087511f,-0.0002559633642262027f,0.5632970795168197f,-0.10914474738251854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5540583610493897f,0.04442610952785933f,-0.8312915573632891f,0.005531370925039212f,-0.1438917194700689f,0.9886558037172413f,-0.04306825796526495f,1.19472788470258f,0.8199478676228207f,0.14347829999144213f,0.5541655635388711f,-0.10914474738251854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,0.04838422756464457f,-0.8268022819003339f,0.005531370925039212f,-0.05711251181667977f,0.9981733304192156f,0.019701863713894652f,1.19472788470258f,0.8262452467800442f,0.036179676101147626f,0.5621475101880284f,-0.10914474738251854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5402813652049844f,-0.35561238328119776f,-0.762650561705231f,0.11681142221891946f,0.11987362835346024f,0.9295982851838902f,-0.3485359972923128f,1.2066602569487261f,0.832902371012122f,0.09688581444276101f,0.5448731772827032f,0.05069795608334342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5638647789744888f,-0.16932639690354825f,-0.8083223876299063f,-0.10975294357298611f,-0.1860745137526087f,0.9275422827628901f,-0.32410120181624896f,1.221120394861383f,0.8046320813662482f,0.333157447761068f,0.49150109729028096f,-0.2636223963066641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,-0.13494838797045963f,-0.8171486886832781f,0.018502937047069408f,-0.05711251181667977f,0.97799084703385f,-0.20067900765152777f,1.0594643692399646f,0.8262452467800442f,0.15913150443009905f,0.5403665019884161f,-0.11783721075814475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5604078453834966f,-0.06321566771473378f,-0.8258007182050685f,1.2172331502836259e-17f,-0.05711251181667977f,0.9917596245631086f,-0.11467784476711823f,1.281506851851852f,0.8262452467800442f,0.11142991717587346f,0.5521794687704004f,-0.09939462962962962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6519571524533418f,-0.7008786683058795f,-0.289345751098416f,-0.6997810744635208f,0.44234127177531035f,0.6614845067257197f,-0.6056174094641207f,2.3472627241566246f,0.6158620548865881f,0.26684703422674194f,0.7412871168955123f,-0.3775917854295988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.23650272631602934f,-0.7008786683058795f,-0.6729305705337377f,-0.6544188053812942f,-0.13743374775669626f,0.6614845067257197f,-0.7372585790205362f,2.3628304469995354f,0.9618619575711651f,0.26684703422674194f,0.06011850714844702f,-0.2970376232205735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48386420354375104f,-0.7008786683058795f,-0.5240653822212911f,-0.5984901325892138f,0.1660557103243838f,0.6614845067257197f,-0.7313437963300815f,2.4647481550275923f,0.8592443968962704f,0.26684703422674194f,0.43645357912011234f,-0.402782741193103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9559352917352169f,0.09323710144239315f,-0.2783784491115038f,0.1452860409578976f,-0.11966680276110586f,0.9896281356293085f,-0.07947332563693023f,1.7080736313348988f,0.268081283069221f,0.10928401569067564f,0.9571778463705058f,-0.6706040038695628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9559352917352169f,0.09323710144239315f,-0.2783784491115038f,0.05566710735772101f,-0.11966680276110586f,0.9896281356293085f,-0.07947332563693023f,1.7192923940937526f,0.268081283069221f,0.10928401569067564f,0.9571778463705058f,-0.6957366241573022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9559352917352169f,0.09323710144239315f,-0.2783784491115038f,0.14223334152453487f,-0.11966680276110586f,0.9896281356293085f,-0.07947332563693023f,1.7256040115598652f,0.268081283069221f,0.10928401569067564f,0.9571778463705058f,-0.8267469909690084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008756372584117136f,5.00916053724667e-7f,-0.000012931188935099615f,0.5783427161050704f,-8.923829971356214e-7f,0.000015599496068348594f,0f,1.4469459885771263f,0.000012910081980938192f,7.385326808595953e-7f,0.000008770688554769078f,-0.4714895396731638f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37.mcfunction new file mode 100644 index 000000000..291fee2af --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..6e24588b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7125402431708877f,0.11301806494788179f,-0.38269800535389936f,-0.3059110979199734f,-0.15981851121536603f,0.7984916589730516f,-0.06175401580312196f,1.4006690115056348f,0.3656349132390406f,0.1287727921198601f,0.7187997792673417f,0.033759396347579365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6872341104682917f,-0.16482834508948094f,-0.37488784197933f,-0.3059110979199734f,0.1546936920905142f,0.7825665277063443f,-0.060493729766323556f,1.4006690115056348f,0.3791821976784529f,-0.02052428728844905f,0.7041303960169879f,0.033759396347579365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.03787996681371694f,-0.005942744586116718f,-0.8157660426528065f,-0.2657450229056221f,0.07851887604261673f,0.8128269781757622f,-0.009567345457734402f,1.3958288165817243f,0.8120002085366976f,-0.07887605327910129f,-0.03713049959152839f,0.10387020959447858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.03205453335723984f,-0.01957852977130226f,-0.7991177560680554f,-0.2657450229056221f,-0.23364581430433978f,0.765063263607206f,-0.009372093509617374f,1.3958288165817243f,0.7644489128446137f,0.23301262594693292f,-0.036372734293742104f,0.10387020959447858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5311847591829186f,-0.12347570407333934f,-0.2857153019170313f,0.5614340288477566f,0.21688991840854993f,0.6054647973157029f,-1.4240004889409927f,1.889564318131337f,0.22324481301629379f,-1.4351210331240523f,-0.5761906140733921f,0.09241530167800094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5512632131912126f,-0.5304749260634559f,0.6439761040598247f,0.4348719859704351f,0.6085018653206615f,0.7836975350934405f,0.12467418894759541f,1.709168810115981f,-0.5708190165747586f,0.3231323665410763f,0.7548186033810964f,0.24824616856946838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8462775907184669f,-0.5304749260634559f,0.049097782696551184f,0.1445678998274593f,0.5116776131781001f,0.7836975350934405f,-0.35214229178107526f,1.5452517544324058f,0.14832484491854142f,0.3231323665410763f,0.9346578058698565f,0.17695148191295942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8083314930231662f,-0.43928312930976154f,-0.3919573059540579f,0.016154022403752133f,0.26025878903884236f,0.330551960769341f,-0.9071938954598295f,1.3296721524482762f,0.5280772293092887f,-0.835323729781076f,-0.15286826469106496f,-0.564503691610527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49714678949884017f,-0.4675531184779f,-0.7309166512623634f,-0.13069680003494177f,0.6432300542029612f,0.3667628611265333f,-0.6721161365927287f,1.5430840740462612f,0.5823230779052573f,-0.8042879366867757f,0.11840923882483784f,-0.3546195659341713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5543766328604351f,-0.4109214193063061f,-0.7237472874516474f,0.2923859851262519f,-0.19199234328507117f,0.7830129135620899f,-0.5916330934920009f,1.3034260380415996f,0.8098181827164874f,0.4669414999229542f,0.35519029630814536f,-0.10322908389589501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5111021652767617f,-0.20390831514833563f,-0.8349826199764718f,0.24893453466108603f,-0.1239340043159405f,0.9438174273282166f,-0.30634788467649526f,1.4784771313864122f,0.8505380292636084f,0.2600578068140117f,0.457115956723744f,-0.051611270388744426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.496207809573452f,-0.44721670031648236f,-0.7441606229009667f,0.10214891738621858f,-0.05979530039328056f,0.8374876525252575f,-0.5431748833650274f,1.3105723421197728f,0.8661422122083616f,0.31402492707708957f,0.3888264566680545f,-0.33990543752114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.496207809573452f,-0.015220712020242631f,-0.8680703540865302f,0.09386959416938229f,-0.05979530039328056f,0.9968730241251814f,-0.051659421429134524f,1.4971631627593123f,0.8661422122083616f,0.07754033593628817f,0.4937460526765692f,-0.3222807117038574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,0.20137512326229806f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.179588913394367f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,-0.26909331370476625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,0.16240799090995497f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.0539870376742138f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,-0.36142989319423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,-0.20404895290411434f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.16830398377341f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,0.15594811819106813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,-0.29477235029897814f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,2.041261478739943f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,0.11787214702873215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6567559609774667f,0.49272502248791816f,-0.5708709660990346f,0.15502937396098787f,0.12534861435883807f,0.8178173836182934f,0.5616604418419092f,2.2471937437460485f,0.7436123537158885f,0.2973159586467064f,-0.5988688405110976f,-0.17078089919749392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7257493805786324f,0.38391949241330114f,-0.5708709660990346f,0.0753028265463284f,-0.004129459994948376f,0.8273575379665684f,0.5616604418419092f,2.255055690432601f,0.6879467887488697f,0.40998210657906997f,-0.5988688405110976f,-0.08740819349211412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5756982544465026f,0.7729527052132451f,-0.2666751494436189f,0.020180870389755218f,0.13391864935449727f,0.41087284667579627f,0.9018033595078225f,2.2892425819989204f,0.8066209240915572f,0.48345384409274705f,-0.34005156292778405f,-0.11300604205565731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7863770980700735f,0.5572211628250617f,-0.2666751494436189f,0.04799103093437877f,0.0003975119720072279f,0.43214643671403485f,0.9018033595078225f,2.2926647642436713f,0.6177466322167386f,0.709051502315064f,-0.34005156292778405f,-0.1257398264171882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6895268965592168f,0.6733773263116594f,-0.2666751494436189f,0.1467070366316905f,0.06799521458640054f,0.42676381239949873f,0.9018033595078225f,2.3642298930029573f,0.7210612385330145f,0.6036850377768251f,-0.34005156292778405f,-0.10526479049328409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6895268965592168f,0.44571178914918824f,-0.5708709660990346f,0.04642188407312328f,0.06799521458640054f,0.824569098901542f,0.5616604418419092f,2.1787018457501106f,0.7210612385330145f,0.34846348754228046f,-0.5988688405110976f,-0.18366907519029707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6778732368816651f,-0.13140353326540546f,-0.7233401593752014f,-0.154425804000499f,-0.1753610819176219f,0.9843975566407187f,-0.014489355695260046f,2.2766211128454517f,0.7139582380421527f,0.11702376649702464f,-0.6903398238596661f,0.0699921008836887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6900835339002765f,-0.02374300054257332f,-0.7233401593752014f,-0.0751777911942883f,-0.019208390844182757f,0.999710506243039f,-0.014489355695260046f,2.288908096990507f,0.7234747776950371f,0.0038953347124491694f,-0.6903398238596661f,-0.013302095263977187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6638411520183918f,-0.1899840485987f,-0.7233401593752014f,-0.05966119019279989f,-0.26048968026596897f,0.9653679013963896f,-0.014489355695260046f,2.2850187104061472f,0.7010421181083404f,0.17880401626243556f,-0.6903398238596661f,-0.029478803531050903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6900587530891273f,0.024452630127197186f,-0.7233401593752014f,-0.07998520127601848f,0.05057467951097207f,0.9986151713066944f,-0.014489355695260046f,2.2944578868377117f,0.7219841543118808f,-0.04658120346195227f,-0.6903398238596661f,-0.008381359449290776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6853882188645247f,-0.08379739421230832f,-0.7233401593752014f,-0.14495341309971516f,-0.10626580882209832f,0.9942321843749182f,-0.014489355695260046f,2.3976019895234213f,0.720382236952786f,0.06693549339704244f,-0.6903398238596661f,0.012260105247796742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6853882188645247f,-0.08379739421230832f,-0.7233401593752014f,-0.12609899940194583f,-0.10626580882209832f,0.9942321843749182f,-0.014489355695260046f,2.173899748039065f,0.720382236952786f,0.06693549339704244f,-0.6903398238596661f,-0.002800380766537783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6900835339002764f,-0.023743000542573316f,-0.7233401593752014f,-0.0050658899058673955f,-0.01920839084418275f,0.999710506243039f,-0.014489355695260046f,1.664401954810507f,0.7234747776950372f,0.003895334712449159f,-0.6903398238596661f,-0.07365796752293306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.496207809573452f,-0.015220712020242631f,-0.8680703540865302f,0.0006418771017235909f,-0.05979530039328056f,0.9968730241251814f,-0.051659421429134524f,1.2905745707635639f,0.8661422122083616f,0.07754033593628817f,0.4937460526765692f,-0.10273559349904113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.49679694783118167f,-0.2440530460347166f,-0.8328450656315368f,0.11259604812096405f,-0.06944722043908134f,0.9453895679383718f,-0.31845823651867466f,0.6825098096445165f,0.8650837394142304f,0.21604785477869265f,0.4527178461764205f,-0.3583161301571517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.49679694783118167f,-0.43764265369500116f,-0.7494409251518226f,-0.054847255942057555f,-0.06944722043908134f,0.8407276089911668f,-0.5369861926095318f,0.9959898147346603f,0.8650837394142304f,0.3188196906509902f,0.38727784425951756f,-0.23699187837883803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.4788956275200078f,0.0031548688680580195f,-0.877866177013697f,0.32178072287532744f,0.10561029912317646f,0.9925238075369681f,0.0611797040809515f,1.082532591718429f,0.8714960944613187f,-0.12201040232187149f,0.4749821249941137f,-0.16055525063656093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.4788956275200078f,-0.8707470555829354f,-0.11161784416421286f,0.0370350904462316f,0.10561029912317646f,0.1833673424056548f,-0.977355044217914f,1.0335054105301817f,0.8714960944613187f,0.4562630633009162f,0.1797736755087711f,0.0018565082866485727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.42520190676302594f,-0.6394890384154217f,-0.64051316007683f,-0.0013684431326944045f,0.03896636815499309f,0.7199499849722535f,-0.6929311952071875f,1.1800483493064828f,0.9042593436829375f,0.26967719385400696f,0.3310426716861918f,-0.10972012660290277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5592117755183968f,-0.47290072838275105f,-0.6809163613958957f,-0.002156131928349762f,-0.16535108186699665f,0.741219645881411f,-0.6505785550453146f,1.142248358300032f,0.8123676568198516f,0.47640144589883365f,0.33630410716868253f,-0.11205140148828646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,-0.5133447412970045f,-0.7000075202634342f,-0.0013684431326944045f,-0.06373764121227918f,0.7826683922470322f,-0.6191669410345972f,1.1800483493064828f,0.8657198536104768f,0.35200477888823817f,0.3558395294293448f,-0.10972012660290277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4995495104944846f,-0.042871845928128205f,-0.8652238388945579f,0.005338010210405434f,0.023445846420377364f,0.9990778898959232f,-0.03596751599349029f,1.2039926706264228f,0.8659680010545154f,-0.0023183502377205414f,0.5000940375587598f,-0.11180312322035858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4895803233712622f,0.043481189645330355f,-0.8708734082027751f,0.005338010210405434f,-0.15043604690947027f,0.9879913884834062f,-0.03524219165833844f,1.2039926706264228f,0.8588830553445226f,0.14826463647700427f,0.4902422817468927f,-0.11180312322035858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,0.05719179717213904f,-0.8661769162121971f,0.005338010210405434f,-0.06373764121227918f,0.9975354913404129f,0.029333540681886747f,1.2039926706264228f,0.8657198536104768f,0.04064531771879812f,0.49887582945277364f,-0.11180312322035858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.47752603083789996f,-0.35510185615271045f,-0.8036613476017751f,0.10445641123486639f,0.1148410313049302f,0.9320673430710162f,-0.3436015214013993f,1.2149471912040808f,0.8710800350145912f,0.0717853727261761f,0.4858666821892019f,0.05596533056181001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5001696999612368f,-0.18370313198239946f,-0.8462171296662244f,-0.0977948945944456f,-0.19270997971295645f,0.9291163310539644f,-0.3156037184315986f,1.2317340102535148f,0.8442115463316754f,0.3209299030453177f,0.4293144096948118f,-0.2744204884665706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,-0.13624329394205925f,-0.8573045647250854f,0.017509537816293528f,-0.06373764121227918f,0.979219379707229f,-0.19252771098853397f,1.068607602572287f,0.8657198536104768f,0.15022373734402747f,0.4774536247668957f,-0.11972627450101239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.4964540745701961f,-0.06100583097606203f,-0.8659166475068895f,1.2534221719060688e-17f,-0.06373764121227918f,0.9922730499837414f,-0.10645049257123278f,1.2908165625f,0.8657198536104768f,0.10803926537552663f,0.48872963098401506f,-0.10234968750000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.55289334212934f,-0.7474279406285285f,-0.3683210906218187f,-0.7914859279315887f,0.45444319215671547f,0.6409833578455842f,-0.6185642408573377f,2.3715837578730823f,0.6984198861225699f,0.17461903828848935f,0.6940589702148802f,-0.3464855813797182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09839254839405209f,-0.7474279406285285f,-0.6570162707181014f,-0.7580920312598228f,-0.15314047520547389f,0.6409833578455842f,-0.7521225497343114f,2.3870326904281947f,0.9832939038122661f,0.17461903828848935f,-0.05139348395309784f,-0.2602577398899591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3562015644988358f,-0.7474279406285285f,-0.560777958746935f,-0.6906722857836655f,0.16478861392119684f,0.6409833578455842f,-0.7496566198513361f,2.491756717128339f,0.9197636425574305f,0.17461903828848935f,0.35148688922446397f,-0.35609469401850824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8957500410344554f,0.06921890871567811f,-0.43913620513797563f,0.22163929410180988f,-0.1082963475226703f,0.9920217201231111f,-0.06453532301951202f,1.712891616189037f,0.4311655889562857f,0.10536436532430857f,0.896099651500761f,-0.6441585257501098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8957500410344554f,0.06921890871567811f,-0.43913620513797563f,0.13766272775482968f,-0.1082963475226703f,0.9920217201231111f,-0.06453532301951202f,1.7230443987692874f,0.4311655889562857f,0.10536436532430857f,0.896099651500761f,-0.6845802997147616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8957500410344554f,0.06921890871567811f,-0.43913620513797563f,0.24552144169901616f,-0.1082963475226703f,0.9920217201231111f,-0.06453532301951202f,1.727648305932089f,0.4311655889562857f,0.10536436532430857f,0.896099651500761f,-0.7987843604575499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000007757094915159313f,4.954262880898309e-7f,-0.000013554433085536228f,0.6052455060735693f,-9.959006439418623e-7f,0.000015593229521410766f,0f,1.4561412574294663f,0.000013526872712663702f,8.639275928417543e-7f,0.000007772899634610044f,-0.42892379844072964f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38.mcfunction new file mode 100644 index 000000000..ac2f99048 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..58fd353d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7075768775333097f,0.11029887802519268f,-0.39257300509719173f,-0.31174666838176585f,-0.16126775396008022f,0.7978178196414248f,-0.06651227435382234f,1.4097273799376298f,0.3745291956007263f,0.1351492826966935f,0.7130266456968397f,0.005410422822943017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6817227899362964f,-0.1654286422434468f,-0.3845613111156164f,-0.31174666838176585f,0.15312948684208505f,0.782499969163833f,-0.06515488099966271f,1.4097273799376298f,0.3896221219861007f,-0.01808763622174539f,0.6984750814989451f,0.005410422822943017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.13925072780909628f,0.010087643986655133f,-0.8046439701432428f,-0.27387367512060634f,0.07286051315332284f,0.8134064014856466f,-0.002411657034036443f,1.4038359620661545f,0.8014019121964434f,-0.07219909906234188f,-0.13959480530060825f,0.08377393107045485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.1298069598714265f,-0.04307184848991732f,-0.7882226646301155f,-0.27387367512060634f,-0.23898398380176897f,0.7634664854239765f,-0.0023624395435459036f,1.4038359620661545f,0.7523541776684528f,0.2350824142764037f,-0.13674593172304483f,0.08377393107045485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5421738606200306f,-0.04930017873129496f,-0.24632402643139278f,0.537547956617823f,0.20770971928477408f,0.6114725517494741f,-1.4228015465874455f,1.898538505483083f,0.14128944098888477f,-1.4370375989632456f,-0.5969643900862088f,0.11872006947313951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5605429848306517f,-0.5545750449592806f,0.615010635408491f,0.40929638291369885f,0.6159943489276218f,0.7755816799817777f,0.13792758884965176f,1.7159595071479818f,-0.5534821806041988f,0.30152873359773763f,0.7763619636281556f,0.27012624485812553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8320393578713395f,-0.5545750449592806f,0.012531019968898716f,0.12524937131565061f,0.5222840476619831f,0.7755816799817777f,-0.3545312838586444f,1.5489935964301762f,0.18689537316601545f,0.30152873359773763f,0.9349601822024725f,0.1854587880554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8334913273005863f,-0.3943367707460595f,-0.38702805912785765f,0.047571994013613644f,0.2544808929349484f,0.34777278921032f,-0.9023821597393786f,1.3370611911677361f,0.4904402944760332f,-0.850618950131282f,-0.18951443014139543f,-0.5647251357539818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5308134078077248f,-0.41284449700265335f,-0.7401327903735762f,-0.11156602176931577f,0.6446869095614289f,0.3701732100972334f,-0.6688427193043543f,1.5508463273569908f,0.5501053669359026f,-0.8321846044123478f,0.06966253977124584f,-0.36439476501491935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.47177452554780386f,-0.4647049467132575f,-0.7493184300044761f,0.2939279780769761f,-0.1457861059113985f,0.7970289744303851f,-0.5860812445741965f,1.3101925825431864f,0.8695833533177455f,0.3857384170894534f,0.308270441680658f,-0.08062662872138521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.44367467698601043f,-0.23149228345409373f,-0.8657737023625566f,0.24511208928956763f,-0.10537425219136709f,0.9458861738220777f,-0.306913038412089f,1.4856280336447505f,0.8899713748073415f,0.2273997996336842f,0.3952724163789966f,-0.035518713687700695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.43415001222530514f,-0.46544311368215674f,-0.7712823573832259f,0.11834023000063228f,-0.06753517270969234f,0.8369546312759347f,-0.5430892612019098f,1.3202377356668846f,0.8983054977744707f,0.28787089660405585f,0.33193008233141147f,-0.3345613653734078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.43415001222530514f,-0.017444381773663295f,-0.9006716718257003f,0.1094402104691598f,-0.06753517270969234f,0.9963686031009522f,-0.05185178108540909f,1.5067327751165294f,0.8983054977744707f,0.08333846830361019f,0.4313953318812905f,-0.3162391817422228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,0.21713456869521533f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.188772469377245f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,-0.24712105366282047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,0.18645395214200533f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.063778375227869f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,-0.34332650410972554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,-0.22444377724427741f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.1753388637587285f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,0.14015707977286415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,-0.3114960975344439f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,2.048629841232521f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,0.09339139104115282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7195676951675082f,0.4729531384344312f,-0.508465987964133f,0.16296125599080985f,0.12089306746768452f,0.8063516927459965f,0.5789488870737378f,2.25442240656106f,0.6838181032332897f,0.35512290330347285f,-0.6374013847174624f,-0.15197908193953683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7846947939859527f,0.3545651130258048f,-0.508465987964133f,0.07614926511080772f,-0.006736522492391234f,0.8153360076807534f,0.5789488870737378f,2.2618629131606527f,0.61984570624959f,0.4577234702352597f,-0.6374013847174624f,-0.07596949224197402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.643940399484673f,0.7338151664476273f,-0.2164626143308844f,0.02329289398550985f,0.1253906878820804f,0.38032918818243405f,0.9163115649215332f,2.2985377951200463f,0.7547303739110934f,0.5629076390562949f,-0.3369229178730492f,-0.10665180014045099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.839185070198f,0.4989111690008721f,-0.2164626143308844f,0.05220990185132708f,0.0017254481877847783f,0.4004624062500773f,0.9163115649215332f,2.3016687187875844f,0.5438432134221493f,0.7685814899062958f,-0.3369229178730492f,-0.11671507982832163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7508064076108292f,0.6240462121410244f,-0.2164626143308844f,0.150067684975061f,0.06435032734783047f,0.39526212993566395f,0.9163115649215332f,2.370418281672185f,0.6573802352221648f,0.674043154220234f,-0.3369229178730492f,-0.08536230616258994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7508064076108292f,0.4216065433246735f,-0.508465987964133f,0.05520621272700961f,0.06435032734783047f,0.812820534636218f,0.5789488870737378f,2.187533661379036f,0.6573802352221648f,0.40195858132339085f,-0.6374013847174624f,-0.17580298696035274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7387005330529514f,-0.14074144594209537f,-0.6591762798079234f,-0.16732347727682254f,-0.17897071218276028f,0.9838086127647764f,-0.009491977172408954f,2.284123781945474f,0.6498392159973736f,0.11096151965422157f,-0.7519285434853135f,0.05961760388931116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436624f,-0.6591762798079234f,-0.08098412496926427f,-0.022865711691091042f,0.9996934838230258f,-0.009491977172408954f,2.2968318630946047f,0.6591968228692505f,0.007938149100480671f,-0.7519285434853135f,-0.016231994274544914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7236231292484337f,-0.20458787587560243f,-0.6591762798079234f,-0.06409421877036041f,-0.2640342449572269f,0.9644665986228997f,-0.009491977172408954f,2.293024241724513f,0.6376954479268078f,0.1671764971085455f,-0.7519285434853135f,-0.030990422818744576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7514276229022466f,0.02903721195406936f,-0.6591762798079234f,-0.08620655112660612f,0.046925080289835844f,0.998853312158072f,-0.009491977172408954f,2.302356792728093f,0.6581447898291621f,-0.03806443369844781f,-0.7519285434853135f,-0.011723511428163655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7467187226599634f,-0.0888694625147412f,-0.6591762798079234f,-0.15269509546199553f,-0.10990772885734915f,0.9938964702154736f,-0.009491977172408954f,2.4054439392547446f,0.6559965246603768f,0.0653607307606266f,-0.7519285434853135f,0.0037023831781008276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7467187226599634f,-0.0888694625147412f,-0.6591762798079234f,-0.1326994663961788f,-0.10990772885734915f,0.9938964702154736f,-0.009491977172408954f,2.1818172334562633f,0.6559965246603768f,0.0653607307606266f,-0.7519285434853135f,-0.011003781243040134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7516227164927536f,-0.023450462482436634f,-0.6591762798079234f,-0.006129006068338205f,-0.02286571169109105f,0.9996934838230257f,-0.009491977172408954f,1.6726291612449866f,0.6591968228692504f,0.00793814910048068f,-0.7519285434853135f,-0.07397391853177673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.43415001222530514f,-0.017444381773663295f,-0.9006716718257003f,0.00041263709678553037f,-0.06753517270969234f,0.9963686031009522f,-0.05185178108540909f,1.2989909350821296f,0.8983054977744707f,0.08333846830361019f,0.4313953318812905f,-0.10522584414563056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.4345124031272814f,-0.24772419118988548f,-0.8659282283352773f,0.11707750730035674f,-0.0736545786588006f,0.9484375993495103f,-0.30828740354210404f,0.6823779609382454f,0.8976491377877827f,0.19773427937374616f,0.3938618795839423f,-0.3504231353171413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.4345124031272814f,-0.4310514078322403f,-0.7908183453451233f,-0.047746821640388966f,-0.0736545786588006f,0.8580904749297233f,-0.5081886853103641f,1.0051898193325686f,0.8976491377877827f,0.279061678918345f,0.34110204453817783f,-0.24415133861817773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.41787467238768583f,0.03488000976534543f,-0.9078348655430972f,0.322282215212596f,0.10024927501503231f,0.9913902223288498f,0.08423484985274297f,1.0915792271926699f,0.902956721574099f,-0.12620939738990572f,0.41078016867253f,-0.14109373960198424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.41787467238768583f,-0.8989700852268155f,-0.13127659366458305f,0.027151438404377906f,0.10024927501503231f,0.18924163900640595f,-0.9767997158707251f,1.0424746041537227f,0.902956721574099f,0.39501947791654646f,0.16920038720610067f,0.0009400660783400877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3613806763873549f,-0.6526333773411827f,-0.6659381964672543f,-0.0019123464334273909f,0.032814263171277294f,0.7226646929507822f,-0.6904194128896421f,1.18841015094496f,0.9318407754902895f,0.22765196318633704f,0.2825727389382469f,-0.11276583210364433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.49982695729376536f,-0.4971996887668717f,-0.7092005938044486f,-0.0028393014100766842f,-0.17233540464325425f,0.7453571029106869f,-0.644005665694824f,1.1506258354812697f,0.8488071165281912f,0.4441117636707155f,0.28686446329300574f,-0.11527806944226344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,-0.5303390781254331f,-0.7280845083713535f,-0.0019123464334273909f,-0.07036253195091828f,0.7858563263251935f,-0.6143931546429591f,1.18841015094496f,0.8980065162429202f,0.3180727850472856f,0.3039967108333862f,-0.11276583210364433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.43832421576760283f,-0.03342554523210054f,-0.8981951986053215f,0.005152193854440287f,0.01678182263599383f,0.9994384231008028f,-0.0290036007901543f,1.2122922616547955f,0.89866025410092f,-0.0023603719447147543f,0.4386390045852655f,-0.11431132388205738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4270093111422708f,0.042111309879848485f,-0.903266121238922f,0.005152193854440287f,-0.15697138518362552f,0.9872009697431555f,-0.028182078910312276f,1.2122922616547955f,0.890518406565152f,0.15382094434236374f,0.4281542766927433f,-0.11431132388205738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,0.06491198553658156f,-0.8984169540090996f,0.005152193854440287f,-0.07036253195091828f,0.9967972410187967f,0.038004925927710764f,1.2122922616547955f,0.8980065162429202f,0.046708611957682944f,0.4374958312421282f,-0.11431132388205738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4166010187667929f,-0.35304367980373663f,-0.8377372806035954f,0.09242696459682022f,0.109640790505483f,0.9342982567052938f,-0.33921330247321063f,1.2222355632398703f,0.902453593388493f,0.04946642970829593f,0.4279375937121103f,0.0600131381127975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.438289488216556f,-0.1964294307208983f,-0.8771076349374308f,-0.08613370845292745f,-0.19932011969616792f,0.93029258017571f,-0.3079402623145038f,1.2413736777745148f,0.8764552552202393f,0.3097921787532473f,0.36858512121373177f,-0.2836380598676598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,-0.13699654614426077f,-0.890280032047127f,0.01654961596023611f,-0.07036253195091828f,0.9801866273126231f,-0.18515747280345202f,1.0768117723812798f,0.8980065162429202f,0.1430598545436437f,0.4160747226198747f,-0.12173930194147098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.4343194802017406f,-0.058882215479317476f,-0.898832283475364f,1.2860537646668213e-17f,-0.07036253195091828f,0.992594258336729f,-0.0990239991841118f,1.2991442592592592f,0.8980065162429202f,0.10625216711769314f,0.42695992056403603f,-0.10501425925925924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4525923974522129f,-0.7782490961158027f,-0.4353027293314323f,-0.8794660492026729f,0.4638516153472123f,0.6223897088668473f,-0.6304543831526772f,2.3933856335454196f,0.7615784928083512f,0.083422986589891f,0.6426809508614544f,-0.3333727739707726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.028761643382818974f,-0.7782490961158027f,-0.6272966700572032f,-0.8576556108132735f,-0.16803854314754652f,0.6223897088668473f,-0.7644567341017352f,2.4086082494694483f,0.9853607541843595f,0.083422986589891f,-0.14867679516875912f,-0.24347483605397868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2326446761535937f,-0.7782490961158027f,-0.583270776785813f,-0.7810702134901012f,0.16237456985630416f,0.6223897088668473f,-0.7656797955807775f,2.5158489108445505f,0.9589113377791347f,0.083422986589891f,0.2711635144835182f,-0.32909833218490336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7954024240509036f,0.048630864959188135f,-0.6041274888525335f,0.28280331784785673f,-0.09832238723552826f,0.9939255561312924f,-0.04944387765343893f,1.717499632014455f,0.5980532517947322f,0.09872703703860769f,0.7953522994090882f,-0.6161550238378611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7954024240509036f,0.048630864959188135f,-0.6041274888525335f,0.20823434059308452f,-0.09832238723552826f,0.9939255561312924f,-0.04944387765343893f,1.7267173558177857f,0.5980532517947322f,0.09872703703860769f,0.7953522994090882f,-0.6722225161936173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7954024240509036f,0.048630864959188135f,-0.6041274888525335f,0.33613795254835066f,-0.09832238723552826f,0.9939255561312924f,-0.04944387765343893f,1.7295250755641363f,0.5980532517947322f,0.09872703703860769f,0.7953522994090882f,-0.7634916149271025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000067862418781521974f,4.786835851697037e-7f,-0.000014066215134018903f,0.6271374540333384f,-0.0000010994145617330981f,0.00001558627321143349f,0f,1.4643471806651505f,0.00001403135181629563f,9.897345117958954e-7f,0.000006803103468527991f,-0.38734675087161546f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39.mcfunction new file mode 100644 index 000000000..d2cd65c83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..74510d9f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7004711001869424f,0.10688415659082111f,-0.4060301211944843f,-0.31580122956753953f,-0.16304070110625268f,0.7970291281954224f,-0.07146147938064908f,1.4176857440175952f,0.38691395946659807f,0.14235445311741454f,0.7049661283295573f,-0.02046276705034164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6740117960698798f,-0.16585528189528045f,-0.39774379219051526f,-0.31580122956753953f,0.1512292660451483f,0.7824508148273798f,-0.07000308184226849f,1.4176857440175952f,0.4035316689556105f,-0.01620949855506426f,0.690579064486097f,-0.02046276705034164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2267804884786872f,0.023359721238358635f,-0.7841998328955946f,-0.2810470598414545f,0.06767786979771402f,0.8138441683118676f,0.004671197796332838f,1.4106890758486716f,0.7816231575570517f,-0.0636901685731398f,-0.22793254800952256f,0.0652715419954171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.21399891916501965f,-0.06387288233844926f,-0.7681957546732355f,-0.2810470598414545f,-0.24383851202921691f,0.7619198392813247f,0.00457586722906074f,1.4106890758486716f,0.7312641401351365f,0.23536867550993096f,-0.223280863356267f,0.0652715419954171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.548696561052366f,0.02734889070397993f,-0.20541969224453027f,0.5148215789435521f,0.19914784423885776f,0.6248002277579696f,-1.4182281415655962f,1.9058382533858276f,0.05731795460055591f,-1.4318809180832222f,-0.6227663594876953f,0.1447659858005469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5718625750372283f,-0.5758089645285882f,0.5843091918156906f,0.38428143911358f,0.6251323869903284f,0.767097377715338f,0.1441218645384051f,1.7208304113486694f,-0.5312087104025733f,0.28285269924603346f,0.798631114170784f,0.2903381527985317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8172494037620476f,-0.5758089645285882f,-0.02339761567110482f,0.1065972296392524f,0.5301300149266838f,0.767097377715338f,-0.3612807500768426f,1.5517655946600626f,0.22597694423195414f,0.28285269924603346f,0.932163489525749f,0.19239361618774092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8557497915986134f,-0.35136353617738375f,-0.37978409606492725f,0.07657019129066074f,0.24892785481310442f,0.3638948323000703f,-0.897560847031247f,1.34392292976235f,0.4535716230950473f,-0.8626263481196409f,-0.22393875558441484f,-0.5628904893141724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5602421482070004f,-0.3602976896331572f,-0.7458648069304613f,-0.09343783864932524f,0.6456220080063141f,0.37418537066646745f,-0.6657007820012631f,1.557896023740637f,0.518942152990389f,-0.8545003705231539f,0.02298170197118027f,-0.37190857211790446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.39152917300598944f,-0.5032388283238346f,-0.7703606871800378f,0.29326878099088466f,-0.10847237999611786f,0.8061182761871535f,-0.581727657564113f,1.315990993461506f,0.9137497739880562f,0.31132620587465215f,0.2610313086058259f,-0.059794811441026705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.3788707175003246f,-0.2524930666968138f,-0.89033939073301f,0.24036170979315077f,-0.09136995912012384f,0.9471554347745036f,-0.3074867687356775f,1.4916608451771274f,0.9209280699333559f,0.19784800642705364f,0.3357791779751455f,-0.020599690373609494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.37460756197160533f,-0.4808482001489527f,-0.7927510220284819f,0.13284999664196478f,-0.07541554942449069f,0.8363747734892555f,-0.5429454237543575f,1.3288418403660012f,0.9241112862738404f,0.2631772153593645f,0.27704888358735297f,-0.32846778827855894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.37460756197160533f,-0.02005124567877649f,-0.9269666240272187f,0.12329684667702409f,-0.07541554942449069f,0.9957945128033295f,-0.052017143095152936f,1.5152282043722807f,0.9241112862738404f,0.08939371240478138f,0.3715199789564475f,-0.3093844673341846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,0.22967157363579127f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.196740841384407f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,-0.224879916162295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,0.2069056863557049f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.072394357044719f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,-0.3240765829848757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,-0.24216269547683011f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.181330240584675f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,0.12482165071144621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,-0.3251627447712937f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,2.0550164455045956f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,0.07026773710678988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7726677316276196f,0.4490530473203876f,-0.4487047327516198f,0.16844428599298514f,0.11675586357714049f,0.7953009035965312f,0.5948651452715118f,2.260584859042067f,0.6239812856342608f,0.407244193857708f,-0.6669329214751665f,-0.13324236548791496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8334022829149431f,0.3226525958960481f,-0.4487047327516198f,0.07570032776802327f,-0.009094066248877423f,0.8037740708060718f,0.5948651452715118f,2.2676372978725787f,0.552592012963653f,0.49984252066163526f,-0.6669329214751665f,-0.06455494346387614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.702805992837366f,0.6901076698093566f,-0.17267061273472237f,0.025419299895049458f,0.11750736102068807f,0.35201056774087663f,0.9285906419433159f,2.306603558972023f,0.7016094045391909f,0.6323290000221766f,-0.32848786764980553f,-0.09962354518798522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8816632170988481f,0.4391524007821491f,-0.17267061273472237f,0.05512449383127238f,0.0029788937798680207f,0.37109371577426215f,0.9285906419433159f,2.3094638375616583f,0.4718697890379909f,0.8181898453293868f,-0.32848786764980553f,-0.10715254808352537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8021099089726432f,0.571668219709399f,-0.17267061273472237f,0.15110694742989023f,0.060994065561185196f,0.3660589346834993f,0.9285906419433159f,2.3755655910527746f,0.5940533796673628f,0.7342998726083697f,-0.32848786764980553f,-0.06587820595867924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8021099089726432f,0.39406060033222745f,-0.4487047327516198f,0.06244331235513919f,0.060994065561185196f,0.8015080678991452f,0.5948651452715118f,2.1952262757754673f,0.5940533796673628f,0.4497789016376641f,-0.6669329214751665f,-0.1670784588271535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7895658818181592f,-0.1487980579100345f,-0.595352715817199f,-0.17857299097906493f,-0.1822872568479187f,0.9832372189614336f,-0.003990894617358258f,2.290562134461233f,0.5859667859696258f,0.10537413919547786f,-0.8034545516264368f,0.04993348668739213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.803122160191696f,-0.023450790564699286f,-0.595352715817199f,-0.08630167793896798f,-0.026230809871884253f,0.9996479467160517f,-0.003990894617358258f,2.3036573655897317f,0.5952367095723254f,0.012411407989120722f,-0.8034545516264368f,-0.018503786318972117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7735927400048259f,-0.21704703725439628f,-0.595352715817199f,-0.06826145390439502f,-0.2672883689173104f,0.9636083232318393f,-0.003990894617358258f,2.29992510538193f,0.574553044072825f,0.15604352923915746f,-0.8034545516264368f,-0.031852893986665756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.802801639430553f,0.032629304263220915f,-0.595352715817199f,-0.09187280561677105f,0.04356500281107478f,0.9990426233600969f,-0.003990894617358258f,2.309159251625708f,0.5946525189198204f,-0.02914043947976705f,-0.8034545516264368f,-0.014402958787273674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7980221668332709f,-0.09335826161522434f,-0.595352715817199f,-0.15934283655621023f,-0.11325605300323263f,0.9935578187595738f,-0.003990894617358258f,2.4122190825284f,0.5918899287036907f,0.06424247636806371f,-0.8034545516264368f,-0.0038147242512578394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7980221668332709f,-0.09335826161522434f,-0.595352715817199f,-0.13833722769278478f,-0.11325605300323263f,0.9935578187595738f,-0.003990894617358258f,2.1886685733074964f,0.5918899287036907f,0.06424247636806371f,-0.8034545516264368f,-0.01826928143407215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8031221601916959f,-0.023450790564699304f,-0.595352715817199f,-0.007323655135126927f,-0.02623080987188426f,0.9996479467160517f,-0.003990894617358258f,1.6797525673062976f,0.5952367095723254f,0.012411407989120715f,-0.8034545516264368f,-0.07392676198671105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.37460756197160533f,-0.02005124567877649f,-0.9269666240272187f,0.00019556199441425636f,-0.07541554942449069f,0.9957945128033295f,-0.052017143095152936f,1.3063296250050491f,0.9241112862738404f,0.08939371240478138f,0.3715199789564475f,-0.10744940413850407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.3747742046564383f,-0.25004540539998255f,-0.8927606570422401f,0.12062037843356341f,-0.07830855869216295f,0.9509651542059793f,-0.29922072976575986f,0.6827033017433182f,0.9238030445715635f,0.18205101132472795f,0.3368165140190629f,-0.3440217371270886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3747742046564383f,-0.4226385312168754f,-0.8251793547193096f,-0.040781616789302394f,-0.07830855869216295f,0.8724385662821732f,-0.4824092844246076f,1.0133438502446137f,0.9238030445715635f,0.24541316181971207f,0.29387125556263854f,-0.2505155620873691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.35926252044701745f,0.06363318966632918f,-0.9310645834607529f,0.32149325060661454f,0.09510994255709079f,0.9899814469059555f,0.10435915680369225f,1.09945322583462f,0.9283773695156745f,-0.1260458327549139f,0.3496110807973297f,-0.12319119631869895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.35926252044701745f,-0.9213661811787635f,-0.14837385747535986f,0.017986550480334f,0.09510994255709079f,0.19430885381168683f,-0.9763186816594135f,1.050240605405143f,0.9283773695156745f,0.3366428812710147f,0.157438973131516f,-0.0006987753526619261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.30044651093012387f,-0.6624474649366288f,-0.68621807777772f,-0.002352335693522757f,0.026646671180395112f,0.7250069005215054f,-0.6882259433581416f,1.1957128730322926f,0.9534263731326708f,0.188489655936961f,0.23547781343440238f,-0.11562657361711787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.44253297672645076f,-0.5180244606489733f,-0.7319940045375828f,-0.003380870544628902f,-0.17919467816972212f,0.7487262145349337f,-0.6381992815601082f,1.1579466970434213f,0.8786659386964287f,0.41359365787875524f,0.23850881396123474f,-0.11835404239679409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,-0.5442833479612508f,-0.7505724872794505f,-0.002352335693522757f,-0.07693216886410938f,0.7885059153610077f,-0.6101965772065291f,1.1957128730322926f,0.9239506820835368f,0.2863809675463638f,0.25357657325663097f,-0.11562657361711787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3794836322118114f,-0.025018996741959003f,-0.924860109792479f,0.005001280604973595f,0.01016694243899545f,0.9996867140094355f,-0.02287153502629677f,1.2195368610903035f,0.9251425869371558f,-0.0007236263143443507f,0.37961911200594783f,-0.11662504086752976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.36705533856745937f,0.04014138990957247f,-0.9293325816118013f,0.005001280604973595f,-0.1634457799092447f,0.9863080309051456f,-0.021953250371486877f,1.2195368610903035f,0.9157269546425869f,0.159953546344375f,0.3685905689961035f,-0.11662504086752976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,0.07129933870413838f,-0.9244024155253605f,0.005001280604973595f,-0.07693216886410938f,0.9959912960119027f,0.04563748089448509f,1.2195368610903035f,0.9239506820835368f,0.05401613248727538f,0.37867848434850915f,-0.11662504086752976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.35812430781745636f,-0.3500025851889497f,-0.8655894930689256f,0.08088111846579368f,0.10431713210394898f,0.9362737283598647f,-0.33542427093566957f,1.2284439580648732f,0.9278280638673714f,0.02982777135775022f,0.37181364681242496f,0.06304193251109763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.378950293697901f,-0.20793023669524005f,-0.9017547846139414f,-0.07488681625139017f,-0.20585246854494688f,0.9310770139732492f,-0.30119819927185726f,1.249938712734166f,0.9022313650612165f,0.29976759451034596f,0.31002895539167724f,-0.2913934859757494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,-0.1375925631114696f,-0.916881512576835f,0.01569843440118925f,-0.07693216886410938f,0.9809023761936774f,-0.17863921677913122f,1.0839853462218614f,0.9239506820835368f,0.13747296081053004f,0.35695422973170304f,-0.12379419563156126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.37469531418371266f,-0.057157492628269566f,-0.9253844836419174f,1.3148311218069245e-17f,-0.07693216886410938f,0.9927391801319814f,-0.09246816546652974f,1.3064015393518518f,0.9239506820835368f,0.10583922367123955f,0.36757746912730693f,-0.1073641087962963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.35519394473807814f,-0.7953981229928075f,-0.4910998753419935f,-0.955827664847573f,0.47058927359007374f,0.606078136163331f,-0.6412604996775878f,2.4129054247647277f,0.8077022949103029f,-0.003334487112171103f,0.589581108917449f,-0.33843037087321554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14249347189686756f,-0.7953981229928075f,-0.5890988341579833f,-0.944849975473888f,-0.18165089567080975f,0.606078136163331f,-0.7743850753770861f,2.42781783054627f,0.97298435885104f,-0.003334487112171103f,-0.2308469593192199f,-0.24652730786755991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.11709535331930618f,-0.7953981229928075f,-0.5946683984966288f,-0.8611385603862362f,0.15906566166978567f,0.606078136163331f,-0.7793378010480025f,2.537262297812699f,0.9802993387269932f,-0.003334487112171103f,0.1974894622179083f,-0.32210225870307396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6319243802018304f,0.03234384599421484f,-0.7743548626649378f,0.32709283124275657f,-0.090200806720676f,0.995408315262135f,-0.03203280153120434f,1.7222492457207415f,0.7697632052608592f,0.09008974155419024f,0.6319402236709004f,-0.5936401080323128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6319243802018304f,0.03234384599421484f,-0.7743548626649378f,0.26784992059883495f,-0.090200806720676f,0.995408315262135f,-0.03203280153120434f,1.7307055713508048f,0.7697632052608592f,0.09008974155419024f,0.6319402236709004f,-0.6658054085255184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6319243802018304f,0.03234384599421484f,-0.7743548626649378f,0.41362460532053646f,-0.090200806720676f,0.995408315262135f,-0.03203280153120434f,1.7312823287654537f,0.7697632052608592f,0.09008974155419024f,0.6319402236709004f,-0.7245137918295507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005854614284120511f,4.517470042250551e-7f,-0.000014479642303190566f,0.6446115266399058f,-0.0000012020651385017091f,0.000015578692641001648f,0f,1.4714764489913819f,0.000014436729407555264f,0.0000011139502867609582f,0.0000058720170105045025f,-0.3472209019937599f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..eb33c1b24 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6516840741355727f,-0.1231765393577638f,-0.47652896251366605f,-0.04496681754919448f,-0.12825266657828494f,0.8058613843147066f,-0.03291089835280424f,1.1926385498407388f,0.47518792648600094f,0.04857379814956415f,-0.6624058160219495f,-0.3342345333567317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6359659088578348f,0.13282130420537896f,-0.46680388164604025f,-0.04496681754919448f,0.186024281062886f,0.7774031115092797f,-0.032239247366012316f,1.1926385498407388f,0.4482659139681096f,-0.1341748984157347f,-0.6488873299806852f,-0.3342345333567317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7950613783924148f,0.13192371814019802f,0.13197720115710707f,-0.10846459839692729f,0.12825266657828494f,0.8058613843147066f,-0.03291089835280424f,1.1926385498407388f,-0.13554741808222387f,-0.011313987223561877f,-0.8052597938484154f,-0.3193276825821526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7690050179806227f,-0.17865325144321148f,0.12928378888859468f,-0.10846459839692729f,-0.186024281062886f,0.7774031115092797f,-0.032239247366012316f,1.1926385498407388f,-0.11843246672960277f,-0.06105258360183603f,-0.7888259205045702f,-0.3193276825821526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04001637057654342f,0.7539251878044525f,1.3679918681336891f,-0.5631332529212189f,1.5619815829015389f,-0.015549014044091689f,-0.03712159531404124f,0.8872451431537018f,-0.00429822780731234f,1.3684886880629583f,-0.7540732629403053f,0.145202143986859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4344657830117752f,-0.8276949978516555f,-0.3551907570916125f,-0.47964395399078386f,-0.8560864424222187f,0.5020444404848211f,-0.12274926834467145f,1.1100299906842974f,0.27992050030827376f,0.2507436346343228f,-0.926699597063436f,0.0694992868312735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5202523144851658f,-0.8276949978516555f,-0.21037708954203138f,-0.29113742494852823f,-0.8539798880546456f,0.5020444404848211f,0.13663722251442972f,1.4277020109035634f,-0.00747529738558278f,0.2507436346343228f,-0.9680246637453852f,0.06565672468840408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5176396924107465f,0.8453551178750399f,0.13199952092104367f,0.43404851565976066f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2606323429113582f,-0.7738906594484101f,0.528395132668664f,-0.3491301061074075f,0.17925825957155447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3650294101910454f,0.8742571144930793f,0.3200437899004014f,0.2899398413043516f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4277020109035634f,-0.7793679515913319f,-0.09891616009014555f,-0.618709293049128f,-0.0707579969111353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9754615928930185f,0.05019323890328206f,-0.21437191877438833f,-0.11041711629923442f,0.17894126934303123f,0.7480192527153734f,-0.6390987558218518f,1.102744396337597f,0.12827588595102218f,-0.6617762736269203f,-0.7386456936501749f,0.2990984016197306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9753628245434022f,0.03363160638035413f,-0.2180281531155857f,-0.10547386605989043f,0.09973786833342521f,0.9487634914454297f,-0.29983361205939263f,1.2787635909082438f,0.1967732657629606f,-0.31419222197972213f,-0.9287429835688796f,0.23438271635122723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.12279887160322263f,-0.19275561764188112f,0.20205134854921045f,0f,0.8433914458128857f,-0.5372996083468239f,1.0917146705326788f,0.22854822466938535f,-0.5230786807571357f,-0.8210690608821201f,0.17700235153919439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.009969133543513767f,-0.22833069740164028f,0.19875506915104138f,0f,0.9990482215818578f,-0.04361938736533605f,1.2787635909082438f,0.22854822466938535f,-0.04246489527267f,-0.9726060053639157f,0.1629613961420443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,0.2994023856240279f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.9629195903745589f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,0.01770306194911807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,0.32802539064177566f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.8420444734878227f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,-0.0842294755517792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,-0.28625315476738666f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.9674622000710493f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,0.06399779929566138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,-0.3323946868208833f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.8471669908051414f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,-0.03202477173546441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.982820043908027f,0.16710253718946505f,-0.07836774436888577f,0.20069199357859596f,0.16390352802293656f,0.9854190504628985f,0.04566101714191322f,2.0713383098831053f,0.08485514005797193f,0.032031813087040305f,-0.9958782898306895f,0.008476251490975379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331601f,-0.07836774436888577f,0.08598246290752674f,0.007732101611047065f,0.9989270674670111f,0.04566101714191322f,2.0822955025030954f,0.0787995529302865f,0.04491171675507515f,-0.9958782898306895f,0.018005371498167427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9645161711757071f,0.25212507249991395f,-0.07836774436888577f,0.0636673009124738f,0.24916475487576722f,0.9673840997459411f,0.04566101714191322f,2.0781531601948355f,0.08732399709273929f,0.024514309609866232f,-0.9958782898306895f,0.019571471857578432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9952203217791971f,-0.05826669512031814f,-0.07836774436888577f,0.09279633697405676f,-0.061968363153922026f,0.9970330954795783f,0.04566101714191322f,2.0879185465167587f,0.075474718189171f,0.050299093015345124f,-0.9958782898306895f,0.017726990058647217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9920824274254634f,0.0981374232193453f,-0.07836774436888577f,0.14913511820556585f,0.09476490914585912f,0.9944519513320607f,0.04566101714191322f,2.193523460192635f,0.08241401087301228f,0.03787298054978156f,-0.9958782898306895f,-0.013243777902591002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9920824274254634f,0.0981374232193453f,-0.07836774436888577f,0.1270541979812132f,0.09476490914585912f,0.9944519513320607f,0.04566101714191322f,1.969771771142922f,0.08241401087301228f,0.03787298054978156f,-0.9958782898306895f,-0.02176519852629184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9863549308989344f,-0.1447841390964184f,-0.07836774436888577f,-0.1885586506240804f,-0.14862971480388043f,0.9878381848212202f,0.04566101714191322f,2.074357514225539f,0.07080365928873483f,0.05668574490315774f,-0.9958782898306895f,0.03924562886814848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.996860494283259f,0.011298299866331601f,-0.07836774436888577f,-0.07362140536853914f,0.007732101611047065f,0.9989270674670112f,0.04566101714191322f,2.0835334624123343f,0.0787995529302865f,0.04491171675507515f,-0.9958782898306895f,0.030621693980824295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.96998278341714f,-0.2301996883509415f,-0.07836774436888577f,-0.05140385356618701f,-0.2341599045791058f,0.9711252291033687f,0.04566101714191322f,2.0790457042007744f,0.06559374178869302f,0.06264098404446874f,-0.9958782898306895f,0.02866758468388715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9936440626632392f,0.08080825067173368f,-0.07836774436888577f,-0.0803068970012235f,0.07739489635419528f,0.9959543671935425f,0.04566101714191322f,2.0892612136221094f,0.08174048417042899f,0.03930553512528444f,-0.9958782898306895f,0.03141040667136626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9940518508587353f,-0.07562681037076488f,-0.07836774436888577f,-0.13917695792302356f,-0.07935955188579567f,0.995799745449883f,0.04566101714191322f,2.195759739271907f,0.07458538280929025f,0.0516086476774266f,-0.9958782898306895f,0.009546635433700745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9940518508587353f,-0.07562681037076488f,-0.07836774436888577f,-0.1221609255896015f,-0.07935955188579567f,0.995799745449883f,0.04566101714191322f,1.9717047965456838f,0.07458538280929025f,0.0516086476774266f,-0.9958782898306895f,-0.0020653102937202225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9968604942832588f,0.011298299866331582f,-0.07836774436888577f,-0.0008947504741613978f,0.007732101611047061f,0.9989270674670111f,0.04566101714191322f,1.4573612549817747f,0.07879955293028648f,0.04491171675507515f,-0.9958782898306895f,-0.003811312689773007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.009969133543513767f,-0.22833069740164028f,0.0028436746046562648f,0f,0.9990482215818578f,-0.04361938736533605f,1.082718171888578f,0.22854822466938535f,-0.04246489527267f,-0.9726060053639157f,0.012113023037478243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537878542839562f,-0.28024984888965515f,-0.1083916565872663f,0.21739798065018956f,-0.1205904774487396f,0.6874100033118677f,-0.7161881206048187f,0.8657398349435621f,0.2752211215896983f,-0.6700205291960112f,-0.6894387751546943f,0.35210254163597066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537878542839562f,-0.2621551836126057f,0.14684477765806797f,0.14176774884312504f,-0.1205904774487396f,-0.11366080434050607f,-0.9861740000148826f,0.790299590841975f,0.2752211215896983f,-0.9583088652734617f,0.07679487593061379f,0.05694869915428685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9739299958449926f,0.04344023534005029f,-0.2226506437156055f,-0.04880969489729896f,0.16042999720436046f,0.8258146461388018f,-0.5406407182405468f,0.7986555806935887f,0.16038260251779607f,-0.5622660546184931f,-0.8112547717168584f,0.4378353069597748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9739299958449926f,-0.1438654213693512f,-0.1753941382361209f,-0.105797076101229f,0.16042999720436046f,0.10982323354654205f,-0.9809184845696357f,0.7941606554871357f,0.16038260251779607f,-0.9834844167080639f,-0.08387981224357832f,0.09627332803642441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9855489405879275f,-0.02746452679227887f,-0.16714959011044478f,0.0076658186097198384f,0.0954608138383901f,0.7250968693170416f,-0.6819983600624984f,0.9769874592473031f,0.13993040672893703f,-0.6880989971469957f,-0.7119966652997562f,0.0326536085628862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9448588321871395f,-0.30212967308228056f,-0.1263307083853681f,0.008484023445145553f,-0.0954608138383901f,0.6231244498095685f,-0.7762751787032963f,0.9395447324627396f,0.31325551912020144f,-0.7214108265702122f,-0.6176061844314842f,0.036138864577994076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.15586951441971625f,-0.16714959011044478f,0.0076658186097198384f,0f,0.7313537016191706f,-0.6819983600624984f,0.9769874592473031f,0.22854822466938535f,-0.6639476316717299f,-0.7119966652997562f,0.0326536085628862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9758178533499449f,0.016384701908087093f,-0.21797031593060687f,0.007652891669274947f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0019730409052625f,0.20216395646160373f,-0.3115521965741591f,-0.9284745357399994f,0.032598544482362816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9638381611347107f,-0.15331321049919572f,-0.21797031593060687f,0.007652891669274947f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0019730409052625f,0.2531931028862418f,-0.2717136160247212f,-0.9284745357399994f,0.032598544482362816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.06872577662448975f,-0.21797031593060687f,0.007652891669274947f,0f,0.9537169507482269f,-0.30070579950427306f,1.0019730409052625f,0.22854822466938535f,-0.29274689662379827f,-0.9284745357399994f,0.032598544482362816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9766199184911108f,0.03203726445103801f,-0.2125726899037364f,-0.18094748963910093f,0.12059047744873963f,0.9002453499844771f,-0.41834943119360296f,1.014415380410502f,0.17796480425944014f,-0.43420262956115363f,-0.8830609293401439f,0.07697159450293095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9537878542839562f,-0.2387226962261914f,-0.18248343302038136f,0.19341316286470095f,-0.12059047744873963f,0.8603580892325452f,-0.4952190374377874f,1.0144375511810602f,0.27522112158969836f,-0.45032813880394057f,-0.8493867797607207f,-0.02387234513307515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.10553182579841763f,-0.20272475118539487f,0.011936482132339532f,0f,0.8870108331782217f,-0.46174861323503386f,0.8763831669545094f,0.22854822466938535f,-0.44952732460678f,-0.86353395615479f,0.08502824480840612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9735325926749818f,-0.08746161907742805f,-0.21115102696383625f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0828125f,0.22854822466938535f,-0.3725547940841469f,-0.8994268366050632f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7456111006346571f,-0.17247218137638456f,-0.643674943788902f,0.041971535967049806f,0f,0.9659258262890683f,-0.2588190451025207f,1.1609375f,0.6663813372314493f,0.1929783530841015f,0.7202050184708328f,0.36478976724983697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7456111006346571f,-0.17247218137638456f,-0.643674943788902f,0.11187257665154891f,0f,0.9659258262890683f,-0.2588190451025207f,1.1609375f,0.6663813372314493f,0.1929783530841015f,0.7202050184708328f,0.42726301761528535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7456111006346571f,-0.17247218137638456f,-0.643674943788902f,0.17347329787763469f,0f,0.9659258262890683f,-0.2588190451025207f,1.199760356765378f,0.6663813372314493f,0.1929783530841015f,0.7202050184708328f,0.2879956396619362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3073742690964725f,-0.5109213662614823f,-0.8027953762914367f,0.412959589172562f,-0.4213618150379628f,0.8294993993759021f,-0.3665855524470804f,1.9819150017079978f,0.8532146737634807f,0.22558835061349622f,-0.47024952582874474f,-0.6110265016723925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.30875135935603715f,-0.5109213662614823f,-0.8022667608677921f,0.41289044557862514f,-0.06783923950791293f,0.8294993993759021f,-0.5543722431886409f,2.0064777482920024f,0.9487204201864672f,0.22558835061349622f,0.22144855020680337f,-0.7015015214259872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0007375316686595301f,-0.5109213662614823f,-0.8596271363472292f,0.541869087827678f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.068182324910965f,0.9650668773716781f,0.22558835061349622f,-0.1332509597247255f,-0.636276367590481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015211446760546593f,0f,-0.0000035710660104591462f,0.15010043297257072f,0f,0.000015625f,0f,1.248935f,0.0000035710660104591462f,0f,-0.000015211446760546593f,0.6709532042756012f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4.mcfunction new file mode 100644 index 000000000..3e914d4ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40.mcfunction new file mode 100644 index 000000000..235fc90cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..dcd9e5170 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6892339681300736f,0.10244875488752671f,-0.42591693350008103f,-0.31868679692887336f,-0.16554075291020984f,0.7960547902162307f,-0.07640336736138166f,1.4243984691745486f,0.40558259423456244f,0.15081600724138286f,0.6926050358307927f,-0.04337989227954456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6621791974812736f,-0.16565692687814784f,-0.41722475118375285f,-0.31868679692887336f,0.148601403487707f,0.7825062180816216f,-0.07484411496625143f,1.4243984691745486f,0.42359926027383493f,-0.015549959513958073f,0.6784702391811848f,-0.04337989227954456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.29721956711598446f,0.033326039162474945f,-0.7599304892433074f,-0.28789342501993753f,0.06278578515804001f,0.8141732634327664f,0.011148396197297555f,1.4163268985146493f,0.7580652468949619f,-0.05436650319290969f,-0.2988742364692883f,0.04802654751000754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.281484144758353f,-0.08125886559490375f,-0.7444217037485461f,-0.28789342501993753f,-0.2483893392491495f,0.7603837653271532f,0.010920877907556789f,1.4163268985146493f,0.7064484499218817f,0.23497558636830804f,-0.2927747622556294f,0.04802654751000754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5505748669529549f,0.10618228894321165f,-0.16077671936137342f,0.4931262408943244f,0.19043385124204915f,0.6462670449228098f,-1.4097801619216597f,1.9116921891213883f,-0.029304953078728862f,-1.41861569079209f,-0.6542759292252271f,0.17133716335532617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5845913205269471f,-0.5952173890012883f,0.5513340618853952f,0.35987912530142174f,0.6366775310695372f,0.7577573128107206f,0.14298802856559145f,1.7238407174403942f,-0.5028863782165495f,0.26743244887702905f,0.8219398858139664f,0.3093624455484014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8014302804446855f,-0.5952173890012883f,-0.05853003858568162f,0.08879755666996918f,0.5355549382960638f,0.7577573128107206f,-0.3728066026086115f,1.553504754023019f,0.26625253736453247f,0.26743244887702905f,0.9260612677542361f,0.19801043236504834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8753943570761429f,-0.3103373374266725f,-0.3706419520213138f,0.10315223012816452f,0.24373608326936086f,0.3787797565911116f,-0.8928149963510301f,1.3501831052494495f,0.4174654971512705f,-0.871904027399634f,-0.255941254377915f,-0.5593866284276376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5859463722106015f,-0.3103373374266725f,-0.7485703613503267f,-0.07646489281046084f,0.6460216810995295f,0.3787797565911116f,-0.6627079926680502f,1.5641549719571282f,0.48920633319957463f,-0.871904027399634f,-0.021459975809045823f,-0.3774111973115603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.5286398522207494f,-0.7869721840613577f,0.29079355574624477f,-0.08339165182768556f,0.8112798319177741f,-0.5786802802315958f,1.3207142873343067f,0.9443681190339543f,0.24972973584956293f,0.21401849168886816f,-0.041158808047753716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.26752568810817184f,-0.9095137811185317f,0.23494802809397175f,-0.08339165182768556f,0.9477438438245523f,-0.30794064184208053f,1.4964916290398973f,0.9443681190339543f,0.1738148805336056f,0.27920824317587584f,-0.006823466427853447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.4938094596761189f,-0.8092821074116606f,0.145766466277447f,-0.08339165182768556f,0.8357493525867838f,-0.5427419755797609f,1.3362866384389605f,0.9443681190339543f,0.24015669298429126f,0.22470785159206044f,-0.32183548606919843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.02301048300275607f,-0.9477635936847643f,0.13552847825390046f,-0.08339165182768556f,0.9951511583264331f,-0.052153662258834506f,1.522551520236049f,0.9443681190339543f,0.09562787121722612f,0.3146810544006935f,-0.3019385036259642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,0.23932914149516385f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.2033982798245075f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,-0.20280797336021802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,0.2239963323629906f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.079735374586035f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,-0.3042609345397567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,-0.25742113047075205f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.186189746628779f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,0.11040007839937507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,-0.33616886793899964f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,2.0603300073653203f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,0.04893112382744402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8169048002233263f,0.42243841385831304f,-0.392698782617109f,0.1718200960852314f,0.11296213399958163f,0.7848511102642038f,0.6093014779231273f,2.2656083150472286f,0.565602425431811f,0.4533812095951034f,-0.6888681841482688f,-0.11487137075376912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8729312738411485f,0.28944543057562655f,-0.392698782617109f,0.07418834925224771f,-0.011206380890279609f,0.7928594617131304f,0.6093014779231273f,2.27230745619704f,0.4877144740290278f,0.5362790474098865f,-0.6888681841482688f,-0.053289684001983265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7528991481398424f,0.6440586160130801f,-0.1353933966987131f,0.026639439748455715f,0.11034918740116456f,0.32634808272413435f,0.9387864430967164f,2.3133290640588315f,0.6488188726988464f,0.6918709619875641f,-0.3167785383958336f,-0.09206412957281335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9150746986731177f,0.3798775118096456f,-0.1353933966987131f,0.05686707511945703f,0.004101210102313908f,0.3444752448776435f,0.9387864430967164f,2.315944450893369f,0.4032635316068131f,0.8585044447688085f,-0.3167785383958336f,-0.09723282733758107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8443826753122914f,0.5183498102274583f,-0.1353933966987131f,0.1502303278016896f,0.05793851805242313f,0.33959261238093036f,0.9387864430967164f,2.3796180722511413f,0.532598371907337f,0.7848505156101084f,-0.3167785383958336f,-0.04708686515685688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8443826753122914f,0.36442497686560626f,-0.392698782617109f,0.06823470800692831f,0.05793851805242313f,0.7908190925405013f,0.6093014779231273f,2.2016837764295287f,0.532598371907337f,0.4917312264946374f,-0.6888681841482688f,-0.15772639111815012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8314110034013299f,-0.1557036903988066f,-0.5333967606007615f,-0.18832755480442143f,-0.1852975366034973f,0.9826804858608801f,0.0019712018923639454f,2.295845106278819f,0.5238516644546135f,0.1004759847148434f,-0.845862879043473f,0.04122440225141276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.845532377814325f,-0.023725384048887785f,-0.5333967606007615f,-0.09117398752358716f,-0.02929112033315409f,0.9995689794269971f,0.0019712018923639454f,2.309292043520825f,0.5331200881014351f,0.017290503723274113f,-0.845862879043473f,-0.02000879845227387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8146767627382836f,-0.22757343437862843f,-0.5333967606007615f,-0.0721852822516057f,-0.27023867116269973f,0.9627913455008401f,0.0019712018923639454f,2.3056284809976324f,0.5131011916400976f,0.1457503241636131f,-0.845862879043473f,-0.03199151545354223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8451277025677535f,0.03531376690703446f,-0.5333967606007615f,-0.09703383235221262f,0.04050663863265233f,0.9991773248977298f,0.0019712018923639454f,2.3147727597253684f,0.5330275589303373f,-0.019940192502891613f,-0.845862879043473f,-0.016300838302855083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8402470683747829f,-0.0973281042052935f,-0.5333967606007615f,-0.16504720989284394f,-0.11629783560653402f,0.9932124283336045f,0.0019712018923639454f,2.4178337927213014f,0.5295844385183708f,0.0636891853886388f,-0.845862879043473f,-0.01011630238034766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8402470683747829f,-0.0973281042052935f,-0.5333967606007615f,-0.14314838644665293f,-0.11629783560653402f,0.9932124283336045f,0.0019712018923639454f,2.1943609963462407f,0.5295844385183708f,0.0636891853886388f,-0.845862879043473f,-0.024446369092791367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8455323778143249f,-0.02372538404888778f,-0.5333967606007615f,-0.008628931126033513f,-0.02929112033315411f,0.999568979426997f,0.0019712018923639454f,1.6856816843724123f,0.5331200881014351f,0.017290503723274116f,-0.845862879043473f,-0.0735145482935402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.02301048300275607f,-0.9477635936847643f,1.3394574365674175e-17f,-0.08339165182768556f,0.9951511583264331f,-0.052153662258834506f,1.3125f,0.9443681190339543f,0.09562787121722612f,0.3146810544006935f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.25161173848169205f,-0.914044224805616f,0.12385202329543493f,-0.08339165182768556f,0.9529738030866234f,-0.29135333022992455f,0.6833574549316217f,0.9443681190339543f,0.1689155519448638f,0.282199206347985f,-0.3390183259301228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.413969806293336f,-0.8528858723884085f,-0.03397396535389941f,-0.08339165182768556f,0.8839212414264707f,-0.46014027356941584f,1.0203524282254637f,0.9443681190339543f,0.2175137660759534f,0.24669134017984096f,-0.2560912026136656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.303572295638205f,0.08871213466347327f,-0.9486696044906254f,0.3197669005199854f,0.09026010763374817f,0.9885011838992566f,0.12131991757214494f,1.1060556111520141f,0.9485235760332444f,-0.12245638649420298f,0.29207440681423613f,-0.10679828320471292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.303572295638205f,-0.9387848988366725f,-0.16287042407131097f,0.009630330580732434f,0.09026010763374817f,0.19850283776938565f,-0.9759353136184001f,1.0567029132100365f,0.9485235760332444f,0.2815662215424986f,0.14499478816628603f,-0.0028436184841592743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.24287659943630494f,-0.6695902269817295f,-0.7018973467515123f,-0.002669273610339972f,0.02051447391851241f,0.7269463949712271f,-0.6863877149237034f,1.2018655796579012f,0.9698402516941143f,0.15230845928211803f,0.19029455963060016f,-0.11824524599213199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.387965012141526f,-0.5359959742137664f,-0.7497942817737816f,-0.0037567973756000668f,-0.18587092329057794f,0.751299248597385f,-0.6332467441148929f,1.16411930688306f,0.9027375860288156f,0.38504253620040474f,0.19185175549685826f,-0.1212120302221146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.5557827522487567f,-0.7680435170907156f,-0.002669273610339972f,-0.08339165182768556f,0.7905899716324721f,-0.6066410216591166f,1.2018655796579012f,0.9443681190339543f,0.2570467448869249f,0.20517267531351915f,-0.11824524599213199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3235717904058285f,-0.017869596736795376f,-0.9460348693182669f,0.004906382079443707f,0.0036588169342794685f,0.9998378063906779f,-0.0176344540748625f,1.2256365797755766f,0.9461965490912592f,0.0022446434775520788f,0.3235846907124172f,-0.11869828492569737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3102920715931925f,0.0374512176164616f,-0.949903277500109f,0.004906382079443707f,-0.16980745976598582f,0.9853370929470195f,-0.016620465412841068f,1.2256365797755766f,0.9353524773657405f,0.1664578612194713f,0.31210178391673926f,-0.11869828492569737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.0761838428196567f,-0.9449768959797423f,0.004906382079443707f,-0.08339165182768556f,0.995151158326433f,0.052153662258834485f,1.2256365797755766f,0.9443681190339543f,0.06221088469703951f,0.3229530330829582f,-0.11869828492569737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.3025967515901841f,-0.34646344629125414f,-0.8879179502133377f,0.06994668663875939f,0.0989144751550554f,0.9379772148467412f,-0.33228703109382685f,1.2334909221260046f,0.9479721159041905f,0.012721038178433577f,0.3180991082285432f,0.06524788407239215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3227397928792753f,-0.21856865021726013f,-0.9209054084076426f,-0.064151308478345f,-0.21225481308722377f,0.9314766472046401f,-0.29546429570036054f,1.2573283817160694f,0.922381114514792f,0.29082469093013297f,0.25423233219211594f,-0.29779897082496815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.13834229321745878f,-0.9378948351225811f,0.015014285841724095f,-0.08339165182768556f,0.9813775199226471f,-0.1730433350231218f,1.090036554647015f,0.9443681190339543f,0.13326504904816172f,0.3006813636633665f,-0.12580479807673872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,-0.05607293805078513f,-0.9463831874355291f,1.3394574365674175e-17f,-0.08339165182768556f,0.9927248025648394f,-0.08685216622543458f,1.3125f,0.9443681190339543f,0.10655182772225572f,0.3111519946285374f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.26398597272415325f,-0.8013806825552587f,-0.5367498559218715f,-1.012726007429407f,0.47469296167229463f,0.5923757881285989f,-0.650966602659312f,2.430415850204878f,0.8396296792894279f,-0.0829453269707747f,0.5367886682764859f,-0.3606178735574427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24148733207572734f,-0.8013806825552587f,-0.5472411443543099f,-1.0115623588373066f,-0.1935425944548475f,0.5923757881285989f,-0.7820691719858978f,2.4449571833499992f,0.9509075310347653f,-0.0829453269707747f,-0.29815254510917294f,-0.26800978507529827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.012412251649072559f,-0.8013806825552587f,-0.5980258670294015f,-0.9224403030789466f,0.1551075535479636f,0.5923757881285989f,-0.790590015413417f,2.556275019089451f,0.9878196104762069f,-0.0829453269707747f,0.13165291448481328f,-0.33406176648909247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.026623166032220705f,-0.9476689922503003f,0.3507853658762835f,-0.08339165182768556f,0.9965168500358887f,0f,1.7290934610208826f,0.9443681190339543f,0.07902768264963068f,0.31925457103587396f,-0.593147512082574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.026623166032220705f,-0.9476689922503003f,0.3209595009242622f,-0.08339165182768556f,0.9965168500358887f,0f,1.7369114283797282f,0.9443681190339543f,0.07902768264963068f,0.31925457103587396f,-0.6816820232420072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.318142559488228f,0.026623166032220705f,-0.9476689922503003f,0.4780227822378179f,-0.08339165182768556f,0.9965168500358887f,0f,1.7330024447003054f,0.9443681190339543f,0.07902768264963068f,0.31925457103587396f,-0.6853029533176717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000004970977492003563f,4.1598696925344853e-7f,-0.000014807328003910944f,0.6582413329943754f,-0.000001302994559807587f,0.000015570575781810764f,0f,1.4774419911730206f,0.000014755751859905537f,0.0000012348075414004795f,0.0000049883526724355314f,-0.3089182644770725f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41.mcfunction new file mode 100644 index 000000000..025519fa0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..f0ecb4f39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6745812255822924f,0.09813693913288174f,-0.4497263120098332f,-0.32081831758504065f,-0.17169885859854986f,0.7939512573057903f,-0.08429322287678008f,1.4396682961159655f,0.4270879493644042f,0.16417973883713055f,0.6764505460915261f,-0.06593169193481199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6473017156320335f,-0.16406630142044587f,-0.44054822400963256f,-0.32081831758504065f,0.1422396059379023f,0.7829109795703673f,-0.08257295302215192f,1.4396682961159655f,0.4480718507588445f,-0.011517239529663215f,0.6626454329059848f,-0.06593169193481199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.35320088987271603f,0.04146891487813927f,-0.7351693035868645f,-0.2944168637096696f,0.05458450503525952f,0.8146016776672289f,0.019725186849212543f,1.4300473303623569f,0.7343119961212818f,-0.04060640694533626f,-0.3550795073104227f,0.029477527872923723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3352011817471322f,-0.09487527885015123f,-0.7201658484116225f,-0.2944168637096696f,-0.2559723027190728f,0.7576970477259939f,0.019322632015555147f,1.4300473303623569f,0.6797928713924714f,0.2385243495545459f,-0.3478329867530672f,0.029477527872923723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5466312991727702f,0.21753651354300815f,-0.04489698981783073f,0.4598428873913991f,0.14704644138829975f,0.7660412049867277f,-1.3538701807549791f,1.9316211021323757f,-0.16647888302780958f,-1.3443455610586272f,-0.7787336155372885f,0.20902032640088658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5710140682795725f,-0.6309298107081885f,0.5252337648957284f,0.3330047280598293f,0.6941538342005272f,0.7126486631165435f,0.10140186104263665f,1.7315078599321512f,-0.43828459736969866f,0.3066911425488721f,0.844894759594678f,0.32634895499645844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7737234481730619f,-0.6309298107081885f,-0.057267789436267036f,0.07216724129643057f,0.548781547185124f,0.7126486631165435f,-0.4370019409880291f,1.5583577652042575f,0.3165293654880835f,0.3066911425488721f,0.897635618648112f,0.20024501113465792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8840534132029609f,-0.290835906983347f,-0.3658743470282778f,0.12599009925843815f,0.230850434269327f,0.40894955528464033f,-0.8828750411185935f,1.3628009428304573f,0.4063959148439582f,-0.8649709454320813f,-0.29439365474900003f,-0.5580622358723513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6027466896447345f,-0.2679982244419016f,-0.7515805877072013f,-0.06010543227706348f,0.648404822609878f,0.38445214829338636f,-0.6570903527589284f,1.5773779220728619f,0.46504581939693496f,-0.8833875125722503f,-0.05795591853163187f,-0.38345839500187157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.25291218518047826f,-0.5439210888943267f,-0.8001157888976103f,0.28678006202394485f,-0.07392221105612036f,0.8137207812490089f,-0.5765362060409365f,1.3332227634756826f,0.9646610458082205f,0.20495935992169906f,0.1655920513813315f,-0.027803732576770934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.26228324381815893f,-0.2771114827771094f,-0.9243466482469095f,0.22904449245169367f,-0.08573615171015109f,0.9474012690036361f,-0.3083506896055755f,1.5089333096038295f,0.9611747043603249f,0.1601251435701833f,0.22472900590371062f,0.003624288129536621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2654449071339473f,-0.5036321079944777f,-0.8221275455023318f,0.15682191023208508f,-0.0967308987247833f,0.8345034132233256f,-0.542445560909586f,1.3531292270414221f,0.9592612441397523f,0.22351454788370767f,0.17279789459306472f,-0.3178730664076639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2654449071339473f,-0.025094426933559705f,-0.9637993935532052f,0.14609295897233512f,-0.0967308987247833f,0.9939239358510158f,-0.05251992930613772f,1.5391617154553243f,0.9592612441397523f,0.10717032928615186f,0.26140464037991357f,-0.296144850664136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,0.24836170573326202f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.218937909235956f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.17456916059728714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,0.24248676651224524f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.0963412533081276f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.27827961110476024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,-0.2749334605350663f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.198469521412904f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,0.09170037213247842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,-0.3476120380031038f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.073259879805537f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,0.02198177686710301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.864656710503429f,0.3878321131807041f,-0.31930396954497586f,0.17377051308421476f,0.1057977881826507f,0.7619302801558016f,0.6389593697547293f,2.2775363069264873f,0.4910963255788504f,0.5186988530616694f,-0.6998399094331932f,-0.09078116285711244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9146816607324278f,0.24779514634590566f,-0.31930396954497586f,0.07091002158149243f,-0.01469691392536792f,0.7691000744530647f,0.6389593697547293f,2.2835939585474327f,0.40390773728766066f,0.589137200424232f,-0.6998399094331932f,-0.038320084240125896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8083807063030967f,0.5828386502506104f,-0.0825817258898921f,0.02706546412652132f,0.09554380222147349f,0.2683360022614454f,0.9585755952179305f,2.3293664992475023f,0.5808545562651382f,0.76700384462165f,-0.27260426776123114f,-0.0813586572055923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9489227862828337f,0.3045091200970349f,-0.0825817258898921f,0.057700637880754524f,0.00794717079292679f,0.2847273621009728f,0.9585755952179305f,2.3313927499755853f,0.31540828801667803f,0.9089579335969025f,-0.27260426776123114f,-0.0835141297836775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8896042508343553f,0.44920433596136633f,-0.0825817258898921f,0.14734188909225893f,0.052390500505473794f,0.2799786843839659f,0.9585755952179305f,2.389433241062408f,0.4537174366874511f,0.8484264262999659f,-0.27260426776123114f,-0.02121331111420563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8896042508343553f,0.3265719705214556f,-0.31930396954497586f,0.07386319572493154f,0.052390500505473794f,0.7674543369213737f,0.6389593697547293f,2.2167560152550996f,0.4537174366874511f,0.551692476666402f,-0.6998399094331932f,-0.14534411836414587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8756593253201957f,-0.16515970868782232f,-0.45380944966575243f,-0.19990601460783997f,-0.19074121848913228f,0.9815808074814087f,0.010812305648048453f,2.3088398464926714f,0.44366488879452753f,0.09602806366005401f,-0.8910331517068486f,0.03027751019744808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.890715176626942f,-0.026143020493097247f,-0.45380944966575243f,-0.09757242955288947f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,2.322923545760734f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.021670804594544964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8579325601359f,-0.2408499650253807f,-0.45380944966575243f,-0.07756405606200256f,-0.27556579490932104f,0.9612214035915801f,0.010812305648048453f,2.319384934651243f,0.4336072127336608f,0.13433059080010665f,-0.8910331517068486f,-0.03190414943701781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8903690841464857f,0.03605381242275152f,-0.45380944966575243f,-0.10375194019851273f,0.03495510415017476f,0.9993303931835676f,0.010812305648048453f,2.328365359474016f,0.45389540060458694f,-0.006236013900035059f,-0.8910331517068486f,-0.01845750229153066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.885047222096869f,-0.10367448120285999f,-0.45380944966575243f,-0.1721423567024474f,-0.12180496664269866f,0.9924951607679225f,0.010812305648048453f,2.4313574741627533f,0.4492827225253452f,0.06484564595694599f,-0.8910331517068486f,-0.01744766388350731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.885047222096869f,-0.10367448120285999f,-0.45380944966575243f,-0.14881559843180395f,-0.12180496664269866f,0.9924951607679225f,0.010812305648048453f,2.208046062989971f,0.4492827225253452f,0.06484564595694599f,-0.8910331517068486f,-0.03203793422382013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8907151766269419f,-0.026143020493097247f,-0.45380944966575243f,-0.00989635804866909f,-0.03483980906051362f,0.9993344193768172f,0.010812305648048453f,1.6999042646404148f,0.453224736561303f,0.02544131931125755f,-0.8910331517068486f,-0.07388491645016348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2654449071339473f,-0.025094426933559705f,-0.9637993935532052f,-0.0004859479485842016f,-0.0967308987247833f,0.9939239358510158f,-0.05251992930613772f,1.327182788696284f,0.9592612441397523f,0.10717032928615186f,0.26140464037991357f,-0.11407378993247043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2650661044945053f,-0.2409363112828435f,-0.9336432156629879f,0.11111035678943051f,-0.08862723604717795f,0.9580916085523896f,-0.27240720007395625f,0.6842573150436796f,0.9601485162612843f,0.15495213301826874f,0.23260409109545543f,-0.3347532953288775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2650661044945053f,-0.37127584060087443f,-0.8898843803743394f,-0.02944134248046929f,-0.08862723604717795f,0.9096082380842083f,-0.40590401111590413f,1.035697192277412f,0.9601485162612843f,0.1864593880593203f,0.2082011607215435f,-0.263511570529996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2522269849451272f,0.13391765557283755f,-0.9583567235593254f,0.31478662452548256f,0.09120283707475062f,0.9826789790415151f,0.16131976524729313f,1.1228718085878828f,0.9633605714243275f,-0.12809405011865344f,0.23564448592995516f,-0.09487193445514737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2522269849451272f,-0.9508903322589142f,-0.17941327732924925f,-0.000026122272381891186f,0.09120283707475062f,0.20794278207896066f,-0.9738797882135034f,1.073089136251226f,0.9633605714243275f,0.22927576277878442f,0.13917267701384312f,-0.0077346845080451115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.18971402979239455f,-0.672233965778687f,-0.7156186709088781f,-0.003805390982662267f,0.01497667871323552f,0.7307516461939868f,-0.6824791064050963f,1.2164333436629151f,0.9817251580736079f,0.1187582706098284f,0.14870167170247894f,-0.12350328729170487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.33598293755984326f,-0.5444167723407494f,-0.7685869135385658f,-0.005142693644142813f,-0.19281455349165313f,0.7589853686897912f,-0.6219033349939814f,1.1787103442685092f,0.9219208282875881f,0.3571436519230075f,0.15003465686508816f,-0.12665805563204943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,-0.5603048142278478f,-0.7847112254406909f,-0.003805390982662267f,-0.08968621539476936f,0.7959752317549318f,-0.598648321805754f,1.2164333436629151f,0.9600362362680365f,0.22908938339822593f,0.1607746232044201f,-0.12350328729170487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.27190776437133557f,-0.004057965325225635f,-0.9623147617032596f,0.004131418119004203f,-0.002742147623668423f,0.9999837820407078f,-0.004991621176770669f,1.2400905408195295f,0.96231941074728f,0.003996069691789988f,0.27189222704230825f,-0.12348501226021483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2563077240356958f,0.042032142409734144f,-0.9656809253599706f,0.004131418119004203f,-0.17594771691269862f,0.9843919728484711f,-0.0038528826486011886f,1.2400905408195295f,0.9504466063450646f,0.17089687766586853f,0.2597027256137422f,-0.12348501226021483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,0.08949519471600692f,-0.9600540621768537f,0.004131418119004203f,-0.08968621539476936f,0.9936555172876668f,0.06786085566762776f,1.2400905408195295f,0.9600362362680365f,0.06811257656647245f,0.2714610505501278f,-0.12348501226021483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.2518530079566038f,-0.33832098888660156f,-0.9067022503898414f,0.059165763762500774f,0.09511887150604276f,0.9410201690974151f,-0.3247051610850822f,1.2472157579092638f,0.9630796761777437f,-0.004466523330759642f,0.26917947080471794f,0.06379803889332972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.26901143539660516f,-0.22036248875805056f,-0.9375890470639127f,-0.054623219969372035f,-0.21856573808562957f,0.9341097330735821f,-0.28225524744862635f,1.2731032332925025f,0.9380095232783843f,0.2808547313569051f,0.20312251011027443f,-0.3059910265824526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,-0.13097271120366266f,-0.9552797187732481f,0.012621094650048879f,-0.08968621539476936f,0.9830870160083902f,-0.15967561405512815f,1.1043682162818689f,0.9600362362680365f,0.12800807738451964f,0.24888623340116958f,-0.13037087291754557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.2651165928803131f,-0.04721620707433364f,-0.9630596149611133f,1.398852386351167e-17f,-0.08968621539476936f,0.9932627198520564f,-0.07338632107047227f,1.3270010288065843f,0.9600362362680365f,0.10582910347163038f,0.25909578520441734f,-0.11422496570644718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.10794268174492358f,-0.8039421506575839f,-0.5848293732823043f,-1.0469358883071511f,0.4860980514671277f,0.5558309500834718f,-0.6743594288576137f,2.4549313137163873f,0.8672122357402342f,-0.21149225358240373f,0.4507925962757821f,-0.39631862677803986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.38163228259270576f,-0.8039421506575839f,-0.456107245370143f,-1.0611131841147283f,-0.20943260455250723f,0.5558309500834718f,-0.8044811614199915f,2.4692627602473998f,0.9002748386095404f,-0.21149225358240373f,-0.3804947327377896f,-0.30476166951146627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15122448861415697f,-0.8039421506575839f,-0.5751592583271571f,-0.9677506474618661f,0.15286876299746593f,0.5558309500834718f,-0.8171187773077607f,2.5846648535780576f,0.976607544176785f,-0.21149225358240373f,0.03884239091025314f,-0.35636650678129106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3173965148925173f,-0.0010490800593667981f,-0.9482923345493799f,0.38418321537316713f,-0.049581840119375276f,0.9986499327832254f,0.015490412597352822f,1.7425325550894613f,0.9469958254736188f,0.05193468189070342f,-0.3170200235828182f,-0.6447758425885566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3173965148925173f,-0.0010490800593667981f,-0.9482923345493799f,0.4139391386443406f,-0.049581840119375276f,0.9986499327832254f,0.015490412597352822f,1.7471808526006525f,0.9469958254736188f,0.05193468189070342f,-0.3170200235828182f,-0.7335567012267084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3173965148925173f,-0.0010490800593667981f,-0.9482923345493799f,0.5413050271911609f,-0.049581840119375276f,0.9986499327832254f,0.015490412597352822f,1.742533141955454f,0.9469958254736188f,0.05193468189070342f,-0.3170200235828182f,-0.6416132683702097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000041424467637548925f,3.7302363138280577e-7f,-0.000015061262004888124f,0.668574934789272f,-0.0000014013471155432714f,0.00001556203236282969f,0f,1.4918067567033997f,0.00001500056619168807f,0.0000013507875882874518f,0.0000041592080760781125f,-0.27593970200596146f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42.mcfunction new file mode 100644 index 000000000..9ccea0eaf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..bc2eed955 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6569885415687348f,0.09325410233636837f,-0.47604009609408887f,-0.32208302635038677f,-0.17995128549419176f,0.7911019083455068f,-0.09337960112106579f,1.4482133027394686f,0.45047534398768074f,0.1800163532959703f,0.6569707158235027f,-0.08374667971095351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6295494530096342f,-0.16189035785218694f,-0.4663249920921687f,-0.32208302635038677f,0.1337028089329491f,0.7834258646620028f,-0.09147389497573792f,1.4482133027394686f,0.47517475216883087f,-0.005952025964652233f,0.6435631501944518f,-0.08374667971095351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3971696783768965f,0.04744102665864581f,-0.7120042415688341f,-0.300211669235386f,0.044960003965285635f,0.8149045134394651f,0.02921774227886365f,1.436849837864517f,0.7121652119177675f,-0.02498854557604864f,-0.39892446398855974f,0.014123530643311177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3772328147296257f,-0.10595310584949975f,-0.6974735427613069f,-0.300211669235386f,-0.2647962404646507f,0.7543631505838768f,0.028621461824192965f,1.436849837864517f,0.653894757990115f,0.24435665819046465f,-0.3907831483969565f,0.014123530643311177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5071238016760513f,0.3822065211809848f,0.15460359500430473f,0.4256424025460558f,0.12082942248744866f,0.9696494414565869f,-1.2192565199105054f,1.9406056591650722f,-0.39418821276501387f,-1.1640895093804675f,-0.9648406692648621f,0.2856796869659115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5687140036381982f,-0.6812284382205841f,0.4609687592726378f,0.30223109667585923f,0.7715143470763249f,0.6361024658346227f,-0.011801068362828626f,1.7266025372996823f,-0.28518414107590745f,0.36235544416864507f,0.8873378937925175f,0.3592949315693548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7289430591962733f,-0.6812284382205841f,-0.06760052817191534f,0.05692384872873921f,0.5436893969106297f,0.6361024658346227f,-0.5475175729107403f,1.5563412736839115f,0.4159854037541869f,0.36235544416864507f,0.8340591561423027f,0.20390423801904695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8964190359033386f,-0.262106330977606f,-0.3573977942455528f,0.1471802359994261f,0.22176964315878872f,0.43291641172403944f,-0.873728565306872f,1.373051845623164f,0.38373315916578327f,-0.8624868994491682f,-0.32994728493383313f,-0.5536918167611927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6193248247490387f,-0.22609414979029463f,-0.7518764505423587f,-0.04534084863436505f,0.646981199726226f,0.39557164553627455f,-0.6518729941089265f,1.5868535359697535f,0.44480567515532576f,-0.8901710558529342f,-0.09870867576503617f,-0.38521096532290733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.19707947853435756f,-0.5527462256569362f,-0.8097106206309986f,0.28213307649454594f,-0.07752530773627521f,0.8145359881657109f,-0.5749095151789576f,1.3385391704455185f,0.9773175051133698f,0.17607593249765782f,0.11767650655104736f,-0.014887709894735628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.21173908458496143f,-0.283282646374206f,-0.9353702487904717f,0.22317151624444187f,-0.09569064767424969f,0.9464629971230553f,-0.3083035760813124f,1.5140740850555832f,0.9726303820089137f,0.15478610189571138f,0.17329570869795147f,0.015217782390072446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2167068103154618f,-0.5115204065114292f,-0.8314956596911861f,0.16665758595903638f,-0.11259201768936343f,0.8329561571290294f,-0.5417629351049011f,1.3635429817717566f,0.9697222261635219f,0.21102349163830456f,0.12291415728565136f,-0.3118878964475935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2167068103154618f,-0.027241836747447734f,-0.9758565676847821f,0.15545063802086007f,-0.11259201768936343f,0.9922426598648526f,-0.052702386065150056f,1.5492590905835093f,0.9697222261635219f,0.12129462591123916f,0.21195852851328248f,-0.28782041328602814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,0.25433518109474845f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.226984401587625f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,-0.14626220004821486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,0.25556059703812434f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.105861836975794f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,-0.2518469299934987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,-0.28629437496030846f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.203964401267651f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,0.0825303101110565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,-0.35408549808779083f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,2.079903113210717f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,0.00615313465419022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8964033836431516f,0.35578171617396404f,-0.2643489062383594f,0.1744641757074908f,0.10014017849196288f,0.7435438510014053f,0.6611463425669067f,2.283086682815057f,0.4317787841530727f,0.5661818719054053f,-0.702143268486557f,-0.06614687992531712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9410236929351404f,0.21117306908148348f,-0.2643489062383594f,0.06820042222038364f,-0.017408597843730243f,0.7500549676067197f,0.6611463425669067f,2.288640064260111f,0.33789251257733594f,0.6267563166520058f,-0.702143268486557f,-0.020910663523444617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8465754005589228f,0.5298398623895323f,-0.050791843750157356f,0.02759096314885172f,0.08481767415551017f,0.22849301719032034f,0.9698437519756022f,2.337492609840091f,0.5254674617132336f,0.816737816755356f,-0.23837635235556792f,-0.06639000854453722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9688705730123923f,0.24230146792600668f,-0.050791843750157356f,0.0583249417432813f,0.010058176294781f,0.24351987566420408f,0.9698437519756022f,2.3391286410322887f,0.24736338823734827f,0.9391421983903144f,-0.23837635235556792f,-0.06628236703166275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9190378679966025f,0.39088308456201903f,-0.050791843750157356f,0.14400643073114514f,0.048029244930198896f,0.2389482964687576f,0.9698437519756022f,2.39324481165649f,0.3912321418540325f,0.8888836402015508f,-0.23837635235556792f,0.00453971323321567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9190378679966025f,0.2923851106996422f,-0.2643489062383594f,0.07821978082372574f,0.048029244930198896f,0.7487180412824558f,0.6611463425669067f,2.224783252367938f,0.3912321418540325f,0.5949220467416892f,-0.702143268486557f,-0.1293177472836642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9047286280745997f,-0.17023488772766243f,-0.39049480475750503f,-0.20702497525566363f,-0.19496879173994835f,0.9805091421125232f,0.024269167295731378f,2.3150145453864677f,0.3787522670423457f,0.09809131069627777f,-0.9202851813303145f,0.02805350742843153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702472f,-0.39049480475750503f,-0.1012975053084256f,-0.03918297926804033f,0.9989372861468592f,0.024269167295731378f,2.329594510703295f,0.3894340598455682f,0.03763373561086466f,-0.9202851813303145f,-0.01642420985692377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8864489144182666f,-0.24843938814945243f,-0.39049480475750503f,-0.08062807646091269f,-0.2796838791763764f,0.9597853589462728f,0.024269167295731378f,2.3261546262292137f,0.3687617792769884f,0.13072847879593708f,-0.9202851813303145f,-0.025285362768513668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9198350094305521f,0.03764788019655002f,-0.39049480475750503f,-0.10767943821712249f,0.03059481107325812f,0.9992371915887455f,0.024269167295731378f,2.3350046607607307f,0.39111061473870445f,0.010376514951696038f,-0.9202851813303145f,-0.01357355928119272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9143997400842208f,-0.10670952530728908f,-0.39049480475750503f,-0.1758449926066087f,-0.12609699733472002f,0.9917210065244858f,0.024269167295731378f,2.4381247340189374f,0.3846721494949647f,0.07143194262200636f,-0.9202851813303145f,-0.015887045232320752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9143997400842208f,-0.10670952530728908f,-0.39049480475750503f,-0.1518353494124687f,-0.12609699733472002f,0.9917210065244858f,0.024269167295731378f,2.214987507550928f,0.3846721494949647f,0.07143194262200636f,-0.9202851813303145f,-0.03195923232227216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9202205209447777f,-0.026608274831702482f,-0.39049480475750503f,-0.010968080794451916f,-0.039182979268040326f,0.9989372861468591f,0.024269167295731378f,1.707171609331176f,0.3894340598455682f,0.037633735610864666f,-0.9202851813303145f,-0.071166867386964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2167068103154618f,-0.027241836747447734f,-0.9758565676847821f,-0.0007523920141590161f,-0.11259201768936343f,0.9922426598648526f,-0.052702386065150056f,1.3350806118818563f,0.9697222261635219f,0.12129462591123916f,0.21195852851328248f,-0.11665235210367868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2160944734228414f,-0.23645569287142673f,-0.9473077028425337f,0.10734225473199965f,-0.09812957231054638f,0.960059537674321f,-0.26202341719533045f,0.6859603792430691f,0.971428723887787f,0.14958071208970242f,0.18426026423644196f,-0.3341989417518443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2160944734228414f,-0.3489439948723451f,-0.9118888457474592f,-0.023956276341150107f,-0.09812957231054638f,0.9214650595778268f,-0.3758626491357996f,1.0443787616217843f,0.971428723887787f,0.17070510367227076f,0.16488178184986096f,-0.26878567164573375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2036480852652996f,0.16054081245433235f,-0.9657919573615635f,0.31099040494600183f,0.09502148211209088f,0.9785660049255054f,0.18270055265750285f,1.1316564809156062f,0.9744220724639805f,-0.12897760092604554f,0.184028267269903f,-0.08292794385854448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2036480852652996f,-0.9603506292031397f,-0.19040516368237237f,-0.0075393382520445515f,0.09502148211209088f,0.21295027368854877f,-0.972431539427426f,1.081633587070639f,0.9744220724639805f,0.1799412402010887f,0.13462085562755582f,-0.01147921154589683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.14026330694118233f,-0.6744845555477086f,-0.7248425960534699f,-0.004265560562474538f,0.009299932282070808f,0.7329449487960574f,-0.6802243845187362f,1.224303549812445f,0.9900705611144452f,0.0886695345761706f,0.10907794301586685f,-0.12678866879937412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.28802087096937723f,-0.5548555786859226f,-0.7804993687935636f,-0.005683658804415269f,-0.19918391850161954f,0.7625007310285172f,-0.6155634831528887f,1.1866048187117053f,0.9366801719351069f,0.3327580532189812f,0.10909781630047463f,-0.13018871229473208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,-0.5660073335284819f,-0.7956029512560081f,-0.004265560562474538f,-0.09576124382571974f,0.7986284102742056f,-0.5941569207573416f,1.224303549812445f,0.9716882945864086f,0.20451982958841136f,0.11829411426137812f,-0.12678866879937412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.2234939538930754f,0.003732622769800076f,-0.9746981687171152f,0.003858942406642865f,-0.008896785482170877f,0.9999588218417259f,0.0017893655276028236f,1.2478912519487801f,0.9746647114681665f,0.008271768140217052f,0.22351795916773745f,-0.12627000760713747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2068420576526209f,0.04127750623648513f,-0.9775032126110516f,0.003858942406642865f,-0.18189690128153493f,0.9833129299257948f,0.003033009219274893f,1.2478912519487801f,0.9613167430614143f,0.17717745149890152f,0.21089872021932468f,-0.12627000760713747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,0.0955295412298113f,-0.9717111013092903f,0.003858942406642865f,-0.09576124382571974f,0.9924768600747909f,0.07628542716033507f,1.2478912519487801f,0.9716882945864086f,0.07657538095566692f,0.22351301795477438f,-0.12627000760713747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.20404093187201588f,-0.33267795701788383f,-0.920702272743587f,0.04949950180183004f,0.09037113873257954f,0.9428729287067517f,-0.320661344093936f,1.2540912091038339f,0.9747822092164876f,-0.01777687335725219f,0.2224491568171567f,0.06359109929505449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.21989858105054347f,-0.2262793730499671f,-0.948916360584046f,-0.04541163252641752f,-0.22458144072690572f,0.9348553986983282f,-0.27497010747646167f,1.2821300734326029f,0.9493196461324208f,0.27357453985468644f,0.15475522805485992f,-0.3113389249708174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,-0.12894600752760696f,-0.9678436262113743f,0.011541506266288892f,-0.09576124382571974f,0.9836648535809848f,-0.15242453874114475f,1.1121291241721f,0.9716882945864086f,0.1256040722755039f,0.20011365568488027f,-0.13331713018240762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.21598991259942646f,-0.04410219893306119f,-0.9753990740740739f,1.4309699665860076e-17f,-0.09576124382571974f,0.9932063857235238f,-0.06611247642439111f,1.3347968106995884f,0.9716882945864086f,0.10768505656442454f,0.21029927902033688f,-0.11684756515775034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0028682227601552757f,-0.7897800834622329f,-0.6133833980999052f,-1.0576934252897874f,0.47935951410167316f,0.537232364605326f,-0.6939710675963213f,2.4695520446780534f,0.8776139410574595f,-0.29602163128217274f,0.37704769495998164f,-0.4364499636578509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.464846378510407f,-0.7897800834622329f,-0.4002065268734981f,-1.081787418175277f,-0.20933672139503962f,0.537232364605326f,-0.8170431588944036f,2.4834620813301487f,0.8602883129866028f,-0.29602163128217274f,-0.415060492400453f,-0.3469231359067721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.25700259077855675f,-0.7897800834622329f,-0.5569533984989213f,-0.986197411957694f,0.14837372428901713f,0.537232364605326f,-0.8302810514284767f,2.6010492207183726f,0.9549528293448407f,-0.29602163128217274f,-0.0208874972010768f,-0.38855342520214997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8199162459643019f,-0.013320114342346954f,-0.5723285106979321f,0.4595484104075873f,-0.03245099377915166f,0.9992032350361267f,0.023234200999479947f,1.7507203973494494f,0.5715630171788162f,0.03762272780176337f,-0.8196952163738682f,-0.6991482637278619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8199162459643019f,-0.013320114342346954f,-0.5723285106979321f,0.5364155584667406f,-0.03245099377915166f,0.9992032350361267f,0.023234200999479947f,1.753762678016245f,0.5715630171788162f,0.03762272780176337f,-0.8196952163738682f,-0.7527322965883759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8199162459643019f,-0.013320114342346954f,-0.5723285106979321f,0.5838312610418538f,-0.03245099377915166f,0.9992032350361267f,0.023234200999479947f,1.7487564075329252f,0.5715630171788162f,0.03762272780176337f,-0.8196952163738682f,-0.6029859977020386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000033748423843660384f,3.246711854172891e-7f,-0.00001525272606788853f,0.6761307062772486f,-0.0000014962694347768711f,0.00001555319268763017f,0f,1.49946471006633f,0.000015182629602912636f,0.000001460620019993985f,0.000003390423645793209f,-0.24348396695310132f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43.mcfunction new file mode 100644 index 000000000..557605a8a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..a508ec031 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6371516277174148f,0.08763163191682025f,-0.5032921068615005f,-0.32278098266625077f,-0.18978207662346985f,0.7875863405228184f,-0.1031259620987992f,1.4513160817480713f,0.474304766088194f,0.19741554587700152f,0.6348279574471759f,-0.09744507620440829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6094888375249505f,-0.1595424986482199f,-0.4930208393745311f,-0.32278098266625077f,0.12348780523613387f,0.7839294921581784f,-0.10102135062739515f,1.4513160817480713f,0.5032634686627345f,0.0008616552113177439f,0.6218722848462132f,-0.09744507620440829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.431192418046037f,0.051315466326364516f,-0.691653284514549f,-0.3053093895349459f,0.03425486821930172f,0.8150099835987415f,0.03911233925632289f,1.4381226532511329f,0.6927078367301284f,-0.008360262826680299f,-0.43247011848517225f,0.0015530186517516142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40947666454919746f,-0.11520086743587898f,-0.6775379113611909f,-0.3053093895349459f,-0.2745241922926019f,0.7504455312828863f,0.03831412825109181f,1.4381226532511329f,0.6300518463077134f,0.2521116116317684f,-0.4236441976997606f,0.0015530186517516142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3969603744374735f,0.5544506991834541f,0.4271912738182925f,0.38328897009961144f,0.17350121061751306f,1.1981843768630616f,-0.9877539060694902f,1.928226100897173f,-0.6780894426001439f,-0.8356703125134081f,-1.132808936501637f,0.3901399198839288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.555542181421594f,-0.7453014795095139f,0.3686442584691464f,0.26597090845024485f,0.829642001942177f,0.5263818052248188f,-0.18605467944031345f,1.7085938739899984f,-0.05538080240222015f,0.4092039830807987f,0.9107607078459719f,0.4031270406911734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6619918201709221f,-0.7453014795095139f,-0.07932549821917037f,0.043056373607163405f,0.5112140338436874f,0.5263818052248188f,-0.6793985625018103f,1.548964639397872f,0.5481122527622011f,0.4092039830807987f,0.7294690251153605f,0.2085722190296641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9104585579313412f,-0.22678671568832415f,-0.34588003682907975f,0.1665625014190888f,0.21632213699498604f,0.45165967042611427f,-0.8655681805360549f,1.3812432792758305f,0.3525194283092847f,-0.8628854661528825f,-0.3621584252321324f,-0.5468990595716287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6356826665938431f,-0.18571730860972938f,-0.7492774043536208f,-0.03231004829854798f,0.6425599998311928f,0.410620633420124f,-0.6469214341993886f,1.59319001899838f,0.42781327002452674f,-0.89269243118356f,-0.14168990542204024f,-0.38352948892033517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15027498163240868f,-0.558123476562262f,-0.8160365278622234f,0.27724156138135214f,-0.09125919964383432f,0.8140547093304382f,-0.5735736122742245f,1.3381532135358978f,0.9844232770387674f,0.16066460446218342f,0.07139815471890096f,-0.0026683015246527497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.16671169456051696f,-0.28762304654629567f,-0.9431225763346927f,0.2174177240518299f,-0.11139184874414489f,0.9448908176855083f,-0.30785255998119126f,1.513396163352048f,0.9796933535194174f,0.15637878931951993f,0.1254854864948084f,0.027437005763349787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.17232055822151637f,-0.5181059644914119f,-0.8377779149468245f,0.175309481033674f,-0.1301254525767625f,0.8310738105778674f,-0.5407251501116587f,1.3687474709578298f,0.9764082096162023f,0.20219429005292625f,0.0757923298498958f,-0.3044593849349625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.17232055822151637f,-0.029803969628388813f,-0.9845899393192147f,0.16356754960760603f,-0.1301254525767625f,0.990093607436199f,-0.05274481117291678f,1.5540603672822864f,0.9764082096162023f,0.13720922676104547f,0.16673522808848248f,-0.27769055974171347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,0.2580472828989764f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.2289501661489775f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.11862799723790915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,0.26440643100938693f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.109610885928802f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.2260431262088334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,-0.29368029420196395f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.203866275452674f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,0.08168108666459825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,-0.35775445380656695f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,2.0813247964202044f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.00016266989324000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9170893742730498f,0.32910305244664073f,-0.2250294657723048f,0.17438003831448673f,0.09558820626516751f,0.7294783442573535f,0.6772918426221874f,2.2834874926634066f,0.3870529349048694f,0.5996269891606394f,-0.7004552087404827f,-0.04150149587402127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9572815422057791f,0.18158686209733255f,-0.2250294657723048f,0.06594547273253187f,-0.019704197715823428f,0.7354505452508807f,0.6772918426221874f,2.2886292810557243f,0.2884853437256394f,0.6527930047142252f,-0.7004552087404827f,-0.0016938631362993506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8722070023154121f,0.48802399327523327f,-0.032977675777067283f,0.027875551270379745f,0.07736880234364038f,0.2042180587350208f,0.9758632347365128f,2.3391254212785904f,0.48297930963538493f,0.8486033033604067f,-0.21587825270261107f,-0.04837935685522929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.980325860695107f,0.1946116125845014f,-0.032977675777067283f,0.05857118133566992f,0.010475252919488316f,0.21813119026370908f,0.9758632347365128f,2.3405473027784347f,0.19710777744338293f,0.9563185160193216f,-0.21587825270261107f,-0.04664091706759013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9378124590871771f,0.34557237227707294f,-0.032977675777067283f,0.14076289817247656f,0.04446952123085593f,0.2138069427569838f,0.9758632347365128f,2.3922741707933763f,0.3442822290830006f,0.9137101984479038f,-0.21587825270261107f,0.029873770019484908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9378124590871771f,0.264328453094048f,-0.2250294657723048f,0.08128899622631584f,0.04446952123085593f,0.7343692678747801f,0.6772918426221874f,2.227041085521551f,0.3442822290830006f,0.6251657758434693f,-0.7004552087404827f,-0.11078852954529547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9234648763337786f,-0.17269390234795123f,-0.34262142120666506f,-0.2114491261016632f,-0.1983306967828883f,0.9792786557057648f,0.04096643983462859f,2.3155541333999667f,0.328447190414917f,0.10578341349638185f,-0.9385799446704584f,0.03323161144688621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9391107695335155f,-0.026106019928229085f,-0.34262142120666506f,-0.1035407212297715f,-0.04269598416392063f,0.9982478668865514f,0.04096643983462859f,2.3305317966860004f,0.34095163217448066f,0.0531005836122063f,-0.9385799446704584f,-0.0055057914796665455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9048995483505324f,-0.25252201711004746f,-0.34262142120666506f,-0.0824515202598483f,-0.2829257471989191f,0.9582665455807216f,0.04096643983462859f,2.3271733584580234f,0.3179777177208105f,0.134006934505136f,-0.9385799446704584f,-0.013350829409406312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9386442067921612f,0.039466628762022074f,-0.34262142120666506f,-0.11004770532511467f,0.02704227222421085f,0.9987945065528883f,0.04096643983462859f,2.3359142434661435f,0.34382520060121535f,0.029187649681557147f,-0.9385799446704584f,-0.002895537729190701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9332618799731173f,-0.10785557528179765f,-0.34262142120666506f,-0.17775620059546743f,-0.12953654733866965f,0.9907280321616283f,0.04096643983462859f,2.439280896716937f,0.33502618747288865f,0.08261441260325056f,-0.9385799446704584f,-0.0069623786659439545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9332618799731173f,-0.10785557528179765f,-0.34262142120666506f,-0.153488696157063f,-0.12953654733866965f,0.9907280321616283f,0.04096643983462859f,2.216367089480571f,0.33502618747288865f,0.08261441260325056f,-0.9385799446704584f,-0.0255506215016753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9391107695335154f,-0.0261060199282291f,-0.34262142120666506f,-0.012013595339447876f,-0.04269598416392064f,0.9982478668865513f,0.04096643983462859f,1.7088218544768712f,0.34095163217448066f,0.053100583612206306f,-0.9385799446704584f,-0.0660530013537893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.17232055822151637f,-0.029803969628388813f,-0.9845899393192147f,-0.0008371067288020718f,-0.1301254525767625f,0.990093607436199f,-0.05274481117291678f,1.3375367516882966f,0.9764082096162023f,0.13720922676104547f,0.16673522808848248f,-0.11750646138918136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.17149157153284617f,-0.2377738769877299f,-0.956061830801449f,0.1117489883256016f,-0.11079256300385298f,0.9596276561800726f,-0.2585338845826165f,0.6875428203963045f,0.9789359779251307f,0.15026092278621295f,0.13822447759786896f,-0.33558791170127067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.17149157153284617f,-0.34497583383431063f,-0.9228121775115004f,-0.01780859416807693f,-0.11079256300385298f,0.9239935622689373f,-0.36600670057882406f,1.0476911872986399f,0.9789359779251307f,0.16500779059148007f,0.1202363512748382f,-0.2721314697506307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.15830965264199848f,0.17207335887713301f,-0.9722802132333618f,0.3082206255908387f,0.10102419628364256f,0.97670741200481f,0.18930595104251424f,1.1339830381894846f,0.9822078016619568f,-0.12819278645699253f,0.13723863834495753f,-0.07104466954895854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.15830965264199848f,-0.9675217441436004f,-0.19707797565860938f,-0.013181811068678453f,0.10102419628364256f,0.21441895887422768f,-0.9715032793771397f,1.083883184084026f,0.9822078016619568f,0.13388870260263902f,0.13168769748829318f,-0.014088895520149414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.09486018698522006f,-0.6764945324641773f,-0.7303127360735284f,-0.0041659560944288946f,0.003615487576174428f,0.7338502053171923f,-0.6793017035202409f,1.2267976668128773f,0.9954840396383638f,0.061798249991312795f,0.07205902527300516f,-0.12840169685959477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.24435956388700186f,-0.5668763393018663f,-0.7867271569462119f,-0.0055255879201194765f,-0.20500228934718623f,0.7627838994728156f,-0.6132982831114547f,1.189121825743392f,0.9477670942269344f,0.31114616925933863f,0.07018259368156897f,-0.13206885188842177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,-0.5726796069012099f,-0.8017305960098109f,-0.0041659560944288946f,-0.10156228027242846f,0.7991414342787844f,-0.5925015369133755f,1.2267976668128773f,0.9800096856483795f,0.1827868590963888f,0.07854922136495869f,-0.12840169685959477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.17874859413226515f,0.00645614531349524f,-0.9838735987327994f,0.0040029541450630176f,-0.014743803258704169f,0.9998837661921535f,0.0038825727119879833f,1.2503538646920482f,0.9837843058115978f,0.01381203435726552f,0.17882300563883372f,-0.12738646438549392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.16209629848098014f,0.03619215427472609f,-0.986111006929605f,0.0040029541450630176f,-0.18760780700829807f,0.9822301958244534f,0.005210869427766843f,1.2503538646920482f,0.96877660003135f,0.1841574608306991f,0.16600580969377957f,-0.12738646438549392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,0.09553183259247951f,-0.9806159032466756f,0.0040029541450630176f,-0.10156228027242846f,0.9916960047606193f,0.07889320229075969f,1.2503538646920482f,0.9800096856483795f,0.08609705629897291f,0.17935527015400432f,-0.12738646438549392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.15957082560881877f,-0.3293618071962218f,-0.9306223463763155f,0.0409405342829389f,0.0849734461662579f,0.9437854671663639f,-0.3194503175960206f,1.25549297266691f,0.9835225798430609f,-0.028103236931128053f,0.17858763398635094f,0.06440031452035896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.17558119386110008f,-0.2355001861536203f,-0.9558822661206352f,-0.03665227395781574f,-0.23027735440349092f,0.9342049828327649f,-0.2724580519995004f,1.2857256213603674f,0.9571538979763076f,0.26795654941061553f,0.10979846636778004f,-0.3143259783548528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,-0.13135226155712126f,-0.97646324258653f,0.01155834052506802f,-0.10156228027242846f,0.983442795515198f,-0.15008454675654442f,1.1146042110716134f,0.9800096856483795f,0.12484731207792295f,0.15490049936098363f,-0.13480176890255988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1710734323652538f,-0.045748047372148645f,-0.9841956090637707f,1.4412278534410055e-17f,-0.10156228027242846f,0.9927812289162771f,-0.06380074245141183f,1.3372222222222223f,0.9800096856483795f,0.1108717622892427f,0.16519221640937576f,-0.11768518518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07516200882203886f,-0.7731193594672915f,-0.6297913372274349f,-1.0490923100999259f,0.459539151760323f,0.5336587017846806f,-0.7099522223423856f,2.47614341052352f,0.8849714348097563f,-0.3427752120944194f,0.3151677546075855f,-0.47681626998380044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5072219406076992f,-0.7731193594672915f,-0.3808048830871847f,-1.0787818160769256f,-0.19573143189914824f,0.5336587017846806f,-0.8227378662588701f,2.489592134313498f,0.8392944117131179f,-0.3427752120944194f,-0.4220071615988964f,-0.38891446361292675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3166880637546648f,-0.7731193594672915f,-0.5495408322337896f,-0.9815059382533573f,0.14345305375976497f,0.5336587017846806f,-0.833444426087599f,2.607884436331649f,0.9376192679559862f,-0.3427752120944194f,-0.05809700793764212f,-0.4241508156077173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9997912615995095f,-0.016148503799524008f,0.012516351477089918f,0.5654648893888145f,-0.015677127510365187f,0.9991965158079124f,0.03688564043570446f,1.7568962549563643f,-0.013101942691259291f,0.036681720548047955f,-0.9992411072785938f,-0.7213041227952596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9997912615995095f,-0.016148503799524008f,0.012516351477089918f,0.6591953201637685f,-0.015677127510365187f,0.9991965158079124f,0.03688564043570446f,1.758365985660461f,-0.013101942691259291f,0.036681720548047955f,-0.9992411072785938f,-0.7200758156679541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9997912615995095f,-0.016148503799524008f,0.012516351477089918f,0.610452652054728f,-0.015677127510365187f,0.9991965158079124f,0.03688564043570446f,1.7520982742430569f,-0.013101942691259291f,0.036681720548047955f,-0.9992411072785938f,-0.5708038031398177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000026730223807070908f,2.728893088982294e-7f,-0.000015392241804796598f,0.6813946773790631f,-0.000001586910629256695f,0.000015544205983412346f,0f,1.5017527074070387f,0.000015312651338255932f,0.0000015632711761997422f,0.0000026869159314485365f,-0.21221581724078614f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44.mcfunction new file mode 100644 index 000000000..a01be64c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..47bb268d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6159730636268529f,0.08131612959435518f,-0.5300087889822088f,-0.3231418451648608f,-0.20065996026772365f,0.7835255963271571f,-0.11299409139407518f,1.450273153419275f,0.49724964522455806f,0.21545248063647607f,0.6109561877549684f,-0.10765770224229033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5879541958951193f,-0.15731890132692616f,-0.5191922830846127f,-0.3231418451648608f,0.11212078458367575f,0.7843322487956143f,-0.11068808952888998f,1.450273153419275f,0.5307907244796809f,0.008584100681111054f,0.5984876941273161f,-0.10765770224229033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.45710214368706137f,0.05330289995899549f,-0.6746561165046225f,-0.30973116444182053f,0.022835457721577253f,0.8148808539571039f,0.04890991892480973f,1.4352625546936957f,0.6763731341144349f,0.008511119464954418f,-0.45759303834096293f,-0.00858934921099222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43367064639754843f,-0.12311506186970689f,-0.6608876243310589f,-0.30973116444182053f,-0.28481063525525674f,0.7460478306091185f,0.047911757314099336f,1.4352625546936957f,0.608943899303236f,0.2612571836031428f,-0.4482544049054331f,-0.00858934921099222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.196616029573312f,0.6807450093192705f,0.7389875236126181f,0.3289192406832786f,0.35637012607474766f,1.3620562568372736f,-0.6776498627255099f,1.8846527587793473f,-0.9394235791216183f,-0.3504215111795232f,-1.1983715423411003f,0.5062142746475924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5148128568361208f,-0.8159345829461331f,0.2630940493221997f,0.2238487153622651f,0.827778665080833f,0.39325392238604623f,-0.4001672577372912f,1.6761842121359125f,0.2230475376981914f,0.4237948901066524f,0.8778654151100066f,0.4515302281702781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5718664350951635f,-0.8159345829461331f,-0.08496785724066065f,0.03060307806197507f,0.4412422002411803f,0.39325392238604623f,-0.8066329234876987f,1.5377547876877709f,0.6915736411531828f,0.4237948901066524f,0.58491348931412f,0.21382588890005827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9243208196630581f,-0.18747260847570663f,-0.3323929051720671f,0.1839560988306953f,0.21412762502542004f,0.4661871427260522f,-0.8583815632676951f,1.3877019075779589f,0.3158803294578273f,-0.8645944535030475f,-0.3907634174707001f,-0.5383522103330083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6515779962971192f,-0.14794949011359138f,-0.7440141551856118f,-0.02108703059602389f,0.635949707376798f,0.42814180440492783f,-0.6420767594363287f,1.5970129468530452f,0.4135384920763677f,-0.891518672656956f,-0.18487934410091095f,-0.37926879813210984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.111829328184239f,-0.5620398266149045f,-0.8195153657232731f,0.2724228232528404f,-0.11216524061075901f,0.812278874774613f,-0.5723827289442083f,1.3335759019715197f,0.9873769088633743f,0.15593031422265735f,0.027795268479204598f,0.008617246100735422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.12732062650936368f,-0.2911968839016519f,-0.9481528531155887f,0.21189745218930825f,-0.13097109821705427f,0.9426262842998321f,-0.3070867297343065f,1.5083990382168988f,0.9831764996668104f,0.16327909527266557f,0.08187739339926485f,0.03974381017310562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.13265746246520624f,-0.5238141703333082f,-0.8414396666489644f,0.1828051924416158f,-0.14848373308878282f,0.8288598340849049f,-0.5393922102225457f,1.3699714805037249f,0.9799768255730904f,0.19649450475464125f,0.03217655887314225f,-0.2961773326392197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.13265746246520624f,-0.03291654504643186f,-0.990615212236567f,0.1704419951689313f,-0.14848373308878282f,0.9875097776053554f,-0.0526974396137085f,1.5548002048071434f,0.9799768255730904f,0.15408095338499037f,0.12611296976782738f,-0.2664989478184851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,0.26003737794082293f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.226335491905269f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,-0.0922907080058207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,0.2699638157162779f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.108997773698369f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,-0.2016234031115765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,-0.29864247240919506f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.1993574481563414f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,0.08744593257801332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,-0.3600368665933169f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,2.0785757243644722f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,0.001058340525512902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9302832879837823f,0.3084961860508305f,-0.19850215940934826f,0.17373420011984847f,0.09155829777827473f,0.7192424375816558f,0.688699785167342f,2.280011875615534f,0.3552324340569534f,0.6225113807583676f,-0.6973446053568367f,-0.017405027830490596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9670893928239038f,0.15916971758886364f,-0.19850215940934826f,0.06394401100158534f,-0.02208324275697831f,0.7247102429935661f,0.688699785167342f,2.2847713995395633f,0.2534766984888932f,0.6704178284494587f,-0.6973446053568367f,0.018547745781466105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8889284098568844f,0.457396294957917f,-0.024390807860362684f,0.02770057287272247f,0.07215130752210203f,0.19240999760997834f,0.9786585623406048f,2.335772079915681f,0.452327835725552f,0.8681975709356127f,-0.20404045395298348f,-0.028531125743842617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9867643850204113f,0.1603157414205113f,-0.024390807860362684f,0.0583151188914668f,0.009162012028984333f,0.20528876221800735f,0.9786585623406048f,2.3371309586607f,0.1619015317743168f,0.9654819455379733f,-0.20404045395298348f,-0.02567304148642209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9495367707525459f,0.3127059473063244f,-0.024390807860362684f,0.13774830646578615f,0.04116345015376536f,0.20132806244748713f,0.9786585623406048f,2.3877404409472147f,0.31094290691422005f,0.9282682811506567f,-0.20404045395298348f,0.054418740524742715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9495367707525459f,0.24285142309373553f,-0.19850215940934826f,0.08310673626969574f,0.04116345015376536f,0.7238771831477324f,0.688699785167342f,2.2248680747389753f,0.31094290691422005f,0.6457747362815085f,-0.6973446053568367f,-0.09088057513859646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.935268277685998f,-0.17381625539961237f,-0.3083198957464853f,-0.2144164143583218f,-0.20134592640416105f,0.9777062198545743f,0.05958494422359545f,2.3116547335355384f,0.2910894478931124f,0.11780686319792885f,-0.9494148072938123f,0.0441009777327212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.0253680961751966f,-0.3083198957464853f,-0.10513751326991493f,-0.04592007446625984f,0.9971664761627741f,0.05958494422359545f,2.326992866113398f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,0.009575565484144153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9165602146832197f,-0.25466883348130076f,-0.3083198957464853f,-0.08378717763575538f,-0.28579245614662663f,0.9564372987454796f,0.05958494422359545f,2.3237111139890354f,0.2797142199987848f,0.14272868955372628f,-0.9494148072938123f,0.002436139995844709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9503975622347265f,0.04102822912538863f,-0.3083198957464853f,-0.1117204298380735f,0.02375060164017556f,0.9979406512130874f,0.05958494422359545f,2.3323473388563896f,0.3101296222872279f,0.04930660271438209f,-0.9494148072938123f,0.012049394722635848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9451148202240593f,-0.10815183068131676f,-0.3083198957464853f,-0.17896353216552305f,-0.13265411959229775f,0.9893697584710498f,0.05958494422359545f,2.435996251778396f,0.2985981599876934f,0.09721451817098312f,-0.9494148072938123f,0.0074763682940593885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9451148202240593f,-0.10815183068131676f,-0.3083198957464853f,-0.1546293702622268f,-0.13265411959229775f,0.9893697584710498f,0.05958494422359545f,2.2133880561224104f,0.2985981599876934f,0.09721451817098312f,-0.9494148072938123f,-0.014396898294411778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9509444261276903f,-0.025368096175196607f,-0.3083198957464853f,-0.013125170964399609f,-0.04592007446625984f,0.997166476162774f,0.05958494422359545f,1.7062182168902835f,0.3059347073767387f,0.07082004316266555f,-0.9494148072938123f,-0.05926479610943859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.13265746246520624f,-0.03291654504643186f,-0.990615212236567f,-0.0007814665719876612f,-0.14848373308878282f,0.9875097776053554f,-0.0526974396137085f,1.3359020502882752f,0.9799768255730904f,0.15408095338499037f,0.12611296976782738f,-0.11704515362880998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.13156436855844403f,-0.24391003969309394f,-0.960832300384792f,0.12255355505534342f,-0.1255029877093048f,0.9573599112987325f,-0.26021337458731936f,0.6888314940659394f,0.9833309803936088f,0.1548221327039381f,0.09534301349940738f,-0.3374671413531425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.13156436855844403f,-0.35568017281178177f,-0.9253012653154641f,-0.011325544491940329f,-0.1255029877093048f,0.9199277055564551f,-0.3714593068233367f,1.046946288531542f,0.9833309803936088f,0.16499888247566047f,0.07639078334411284f,-0.27384848487757074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.11664017434831944f,0.17216097558614832f,-0.9781388798188216f,0.3063133528914699f,0.1085009524308454f,0.9767577442393788f,0.18485630200239198f,1.131461426608871f,0.9872297671006445f,-0.12769067136492698f,0.09524956376163181f,-0.059406665225097466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.11664017434831944f,-0.9727092777789367f,-0.20057849000023162f,-0.01724110299698626f,0.1085009524308454f,0.2132282011397001f,-0.9709589474124675f,1.0814111010425633f,0.9872297671006445f,0.09148986370908509f,0.13041085763424756f,-0.015678287518043968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.053819939169640535f,-0.6783221358152633f,-0.7327908939191287f,-0.003641512277974145f,-0.0019508747656581948f,0.7337816724344602f,-0.6793825515031535f,1.225248118743199f,0.9985487510559635f,0.03799391085826584f,0.03816876343647044f,-0.12868253710356733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.20521865759950916f,-0.5798176074106923f,-0.78847754864016f,-0.004837794911289125f,-0.21028778423997166f,0.7606865738099697f,-0.6141131689067516f,1.187593302530284f,0.9558579132760779f,0.2918346767637279f,0.03417851760553572f,-0.1326131030720807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,-0.5799553172233372f,-0.8041056064871391f,-0.003641512277974145f,-0.10703502901388695f,0.7980655297255675f,-0.5929881219955805f,1.225248118743199f,0.9856355811980753f,0.16353360599041245f,0.042181284808605155f,-0.12868253710356733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.13806514130142636f,0.00523102384706399f,-0.9904093361569895f,0.004461685590025355f,-0.02023387138731536f,0.999792247998355f,0.002459937210081309f,1.248802155318136f,0.990216444625163f,0.01970018355009438f,0.13814230185570908f,-0.12719869232106093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.12221446350178747f,0.027938913953750102f,-0.9921103980898774f,0.004461685590025355f,-0.1930215854401453f,0.9811869428229825f,0.0038536719971926647f,1.248802155318136f,0.9735534358550345f,0.19102774751531307f,0.1253080492788985f,-0.12719869232106093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,0.09093306591128102f,-0.9872513225535057f,0.004461685590025355f,-0.10703502901388695f,0.9912583417084853f,0.07713885245024192f,1.248802155318136f,0.9856355811980753f,0.09559329221926838f,0.1392279553789888f,-0.12719869232106093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.11888445413878893f,-0.32802095880642507f,-0.9371599314673221f,0.03346843342090472f,0.07921280954719517f,0.9439785344354381f,-0.3203589507548711f,1.2528034853129322f,0.9897433088269714f,-0.036149372177615456f,0.13820783452251276f,0.06596492113231606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.1361749193097072f,-0.2470095574562769f,-0.9593970345358843f,-0.02848487776548466f,-0.23561620649094983f,0.9325555778853073f,-0.27354176535552016f,1.2852136880945508f,0.9622584863693375f,0.2632990176211347f,0.06879122567549288f,-0.31545148743691953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,-0.13709114001529046f,-0.981906317165227f,0.012413833746775592f,-0.10703502901388695f,0.9826548876402729f,-0.15143604049458884f,1.113100432365364f,0.9856355811980753f,0.12488150834287035f,0.11369744918133273f,-0.13506283816419945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1306369153047044f,-0.05099069245743251f,-0.990118147314947f,1.4350437230852288e-17f,-0.10703502901388695f,0.9921141097092502f,-0.0652157640438117f,1.3356121399176955f,0.9856355811980753f,0.11449691086895435f,0.12414893667607008f,-0.11718021262002744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.11743051806577187f,-0.7598516696160758f,-0.639402466063798f,-1.0259267916034651f,0.4306997209752569f,0.5411835399906835f,-0.7222313524037768f,2.476635440475295f,0.894822789036265f,-0.3602024656006876f,0.2637164386164525f,-0.5142874859744534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5196538235711087f,-0.7598516696160758f,-0.39062174008827144f,-1.0579862866646739f,-0.17270310139329845f,0.5411835399906835f,-0.8229787450549914f,2.4896184017737073f,0.8367398295868691f,-0.3602024656006876f,-0.4124568357514788f,-0.42715142000665646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3419679473195579f,-0.7598516696160758f,-0.5528863926592064f,-0.9590235802351885f,0.13848492051640118f,0.5411835399906835f,-0.8294228733479193f,2.607540352126689f,0.9294513703231675f,-0.3602024656006876f,-0.0798394262227089f,-0.4587435390571486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8143584455649588f,-0.013873201464177766f,0.5801963946959323f,0.6741947506650221f,0.015869410059074322f,0.9988081419179159f,0.04615687882490859f,1.7609281039901739f,-0.5801452266126137f,0.046795618594209f,-0.8131676863470317f,-0.6945741718361822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8143584455649588f,-0.013873201464177766f,0.5801963946959323f,0.750540854936737f,0.015869410059074322f,0.9988081419179159f,0.04615687882490859f,1.7594403467971356f,-0.5801452266126137f,0.046795618594209f,-0.8131676863470317f,-0.6401855568412497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8143584455649588f,-0.013873201464177766f,0.5801963946959323f,0.6253383435964897f,0.015869410059074322f,0.9988081419179159f,0.04615687882490859f,1.7532606935699184f,-0.5801452266126137f,0.046795618594209f,-0.8131676863470317f,-0.5454047113866611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000020412018016360062f,2.1974245951011305e-7f,-0.000015489539484971345f,0.6848188759456689f,-0.0000016724223283419838f,0.0000155352382844829f,0f,1.5000077823982843f,0.000015400555956219926f,0.0000016579233081856553f,0.000002052995748537642f,-0.18277142540348598f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45.mcfunction new file mode 100644 index 000000000..80680e18e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..2634f3d4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5945615924985088f,0.07454569862047151f,-0.5548728647062023f,-0.3233263597415632f,-0.2120052036410063f,0.7790969336812557f,-0.12249982041637805f,1.4463994524516832f,0.518164791161284f,0.2332281097768776f,0.5865614566736652f,-0.11501735865163268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5660382268827664f,-0.15541971504742005f,-0.5435489286917901f,-0.3233263597415632f,0.1001928688618252f,0.7845772309018929f,-0.11999982408134993f,1.4463994524516832f,0.5563830647464487f,0.016830951396061403f,0.5745908147007334f,-0.11501735865163268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4765053982610891f,0.05372920633665524f,-0.661059923349554f,-0.3134933014830202f,0.011134589367573007f,0.8145158426091448f,0.05817566074205459f,1.429668670425898f,0.6631463419126283f,0.024931084404658972f,-0.47598299831270385f,-0.016624374971158706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4513908849146674f,-0.1300030112468926f,-0.6475689045056856f,-0.3134933014830202f,-0.29526337875506187f,0.7413311400195255f,0.056988402359563685f,1.429668670425898f,0.590817912881878f,0.27115928511502413f,-0.4662690595716283f,-0.016624374971158706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9222594838124576f,0.7142332761908313f,1.0395742021133902f,0.26340377754145394f,0.6635572741545841f,1.369965590651417f,-0.3525510946623937f,1.8080340401328474f,-1.0726301498813642f,0.23339099728315638f,-1.1119350043742018f,0.6140527632930841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4405519917986574f,-0.8827885438272348f,0.16308994269919325f,0.17710297807895511f,0.7428483421569922f,0.25647274108732476f,-0.6183834357692337f,1.6301069427375645f,0.5040736881417675f,0.39358114788000764f,0.7687675831853289f,0.49710940181016594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.46288488482216283f,-0.8827885438272348f,-0.08013719667272787f,0.019634464310050646f,0.3319755979074675f,0.25647274108732476f,-0.9077521332793074f,1.5242528157979247f,0.8219061903874143f,0.39358114788000764f,0.41178160988113954f,0.21924369999454768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9365875853404512f,-0.14688752535710523f,-0.318163086923372f,0.19917744781508243f,0.21456181360442755f,0.47746960961072943f,-0.8520481207308402f,1.3927682852786711f,0.277068444845172f,-0.8662833409414286f,-0.415675654902274f,-0.5287936090818611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.666591616858451f,-0.1138109566401983f,-0.7366835701185952f,-0.011686959950014026f,0.6279755696859484f,0.4467310020353454f,-0.6372425721011621f,1.5989669004658638f,0.40162457620474934f,-0.8873998410914546f,-0.22631664061490553f,-0.3732955037629887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08092900228512698f,-0.5656233764289198f,-0.8206830646639922f,0.26792689816428716f,-0.13727882408096198f,0.8092113871602595f,-0.5712542825652307f,1.3263168107184453f,0.9872208572797083f,0.15889344519934304f,-0.012159441788221995f,0.01874807748828943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.09362077432480538f,-0.2946100105937082f,-0.9510205530233292f,0.20674364272157109f,-0.15256371754707118f,0.939689194061575f,-0.30611849119601525f,1.5005952940350156f,0.9838493089406738f,0.1737502812138227f,0.043027631529938826f,0.051595177912943296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.09804769490843919f,-0.528889893644287f,-0.8430077875821056f,0.18916846808611415f,-0.16682649166840396f,0.8263673683538277f,-0.5378530414505257f,1.3684483294056222f,0.9810991648150321f,0.19337128256518304f,-0.007209429820905791f,-0.2876390412863748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.09804769490843919f,-0.03652818990974972f,-0.9945111064563628f,0.17610373806268384f,-0.16682649166840396f,0.9845816545781705f,-0.05261071322196617f,1.552728572681392f,0.9810991648150321f,0.17106915797428032f,0.090442091910886f,-0.2549983110917542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,0.26070314884695583f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.22067529229367f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,-0.06781865005644028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,0.2730101716724963f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.1054582900640457f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,-0.17914650859324302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,-0.302216696852808f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.191707712630225f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,0.09782668385247523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,-0.36177178198893944f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,2.0727927215073954f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,0.007645038155108502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9385017415609851f,0.29340753280068654f,-0.18200687015278239f,0.17262574590404706f,0.0875480467748125f,0.7121294748075271f,0.6965679798959113f,2.2739600205845982f,0.33399074926248024f,0.6377959162664573f,-0.6940220087294908f,0.005527054164830292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9728462782004657f,0.14298118130960583f,-0.18200687015278239f,0.06200931179846031f,-0.024931408389536003f,0.7170575111240681f,0.6965679798959113f,2.278314359007986f,0.23010550594719875f,0.6821912543648345f,-0.6940220087294908f,0.03890646200348137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8994902583876541f,0.436391255850588f,-0.021907690039300348f,0.026970612826496307f,0.0681722361478497f,0.18968824847330615f,0.9794748157097919f,2.3290094699029282f,0.4315898762532704f,0.8795345588481878f,-0.20037249937905866f,-0.008047718184540267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9903183858380471f,0.13707497141442962f,-0.021907690039300348f,0.057506153988860706f,0.006218757007355205f,0.2014706242893797f,0.9794748157097919f,2.3304255234858617f,0.13867523835352946f,0.9698556798617932f,-0.20037249937905866f,-0.00446426410058666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9566826733456149f,0.2903072779615238f,-0.021907690039300348f,0.13491321419235244f,0.0376591431211895f,0.19801735865738307f,0.9794748157097919f,2.3808681453350116f,0.28868677049644176f,0.9362215603333028f,-0.20037249937905866f,0.07769006300935136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9566826733456149f,0.22722623470338038f,-0.18200687015278239f,0.08378731138409194f,0.0376591431211895f,0.7165018062245948f,0.6965679798959113f,2.219655238934478f,0.28868677049644176f,0.6595402944016517f,-0.6940220087294908f,-0.07070650323102004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9424747804791479f,-0.17445060778470373f,-0.28514605661718223f,-0.21671927852190795f,-0.20445599779895318f,0.9756947522749673f,0.07885109604263316f,2.304599871126356f,0.264459889444158f,0.13261499095742366f,-0.955235170546262f,0.058723662515219974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9581614394889597f,-0.024867293220522696f,-0.28514605661718223f,-0.10660403888005912f,-0.04930651857607611f,0.9956662954417923f,0.07885109604263316f,2.3203129534142026f,0.28194950452581363f,0.08961163902698151f,-0.955235170546262f,0.02715035624815996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9236840071042528f,-0.2559288600676007f,-0.28514605661718223f,-0.08509466386488818f,-0.28871538182989187f,0.9541624248248801f,0.07885109604263316f,2.317113322847285f,0.2518953816858312f,0.15515954897073939f,-0.955235170546262f,0.02046550204690872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.957562061066015f,0.042031245552281604f,-0.28514605661718223f,-0.11323297610579094f,0.020267759420934117f,0.9966803512565754f,0.07885109604263316f,2.325635973479478f,0.28751368164847496f,0.06972554636855297f,-0.955235170546262f,0.029568547440348984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.952348018524098f,-0.10828193759300314f,-0.28514605661718223f,-0.1801164844465736f,-0.13589692789488786f,0.9875801383389639f,0.07885109604263316f,2.4295341404167257f,0.27306643257997854f,0.11384415817027183f,-0.955235170546262f,0.025395808488744488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.952348018524098f,-0.10828193759300314f,-0.28514605661718223f,-0.15575304848814794f,-0.13589692789488786f,0.9875801383389639f,0.07885109604263316f,2.207328609290459f,0.27306643257997854f,0.11384415817027183f,-0.955235170546262f,-0.00021912709956663223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9581614394889596f,-0.02486729322052272f,-0.28514605661718223f,-0.014327566507223164f,-0.04930651857607611f,0.9956662954417922f,0.07885109604263316f,1.7007488509472175f,0.28194950452581363f,0.08961163902698152f,-0.955235170546262f,-0.0515376810870507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.09804769490843919f,-0.03652818990974972f,-0.9945111064563628f,-0.0006294952910670189f,-0.16682649166840396f,0.9845816545781705f,-0.05261071322196617f,1.3315307304804036f,0.9810991648150321f,0.17106915797428032f,0.090442091910886f,-0.11568861532740582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.09662840594140902f,-0.2534528067968692f,-0.9625095458705909f,0.1374283515193527f,-0.14114921039913975f,0.953771984196595f,-0.2653222617222113f,0.6900002952431612f,0.9852613113123451f,0.16149512961225507f,0.056386802911667915f,-0.33890020642965724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.09662840594140902f,-0.3763745788459143f,-0.921414742428068f,-0.004861655611972616f,-0.14114921039913975f,0.9112089179396375f,-0.38700802093880987f,1.0434639508412722f,0.9852613113123451f,0.16745293149370516f,0.034923690601693785f,-0.2743078269946107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.07910908378916644f,0.1644816820361763f,-0.9832026897525195f,0.30508800681025694f,0.11673586145324237f,0.977979328705584f,0.1730004950147405f,1.1257177888786565f,0.9900073189188089f,-0.12846092362709371f,0.05816613781287141f,-0.04830849869178276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.07910908378916644f,-0.976197752566487f,-0.20193984437494877f,-0.020016974047146613f,0.11673586145324237f,0.2102527943152833f,-0.9706526160956787f,1.0758017910548485f,0.9900073189188089f,0.05321381744204327f,0.1305901915169621f,-0.01644434620083418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.017473167714972024f,-0.6799579357162645f,-0.7330429005634531f,-0.002838925554200636f,-0.007276029089195903f,0.7330489433873251f,-0.6801369759095732f,1.220992289488705f,0.9998208578593956f,0.01721778891735009f,0.007861293411388618f,-0.12800667329013005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.17080616519761632f,-0.592875090807296f,-0.7869716517325928f,-0.003804303965903446f,-0.21505617473868108f,0.7570194647798414f,-0.6169865246917539f,1.183356992740393f,0.9615488004450167f,0.27462821531059584f,0.001802142632131444f,-0.132180174001608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,-0.5873648609320617f,-0.803732940093607f,-0.002838925554200636f,-0.11212534982520311f,0.795932763054915f,-0.5949108694773901f,1.220992289488705f,0.9891471198845143f,0.1466068103398618f,0.009716912376990114f,-0.12800667329013005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.10184907584215128f,0.0012763229181696617f,-0.9947990434001776f,0.005123492477549122f,-0.025323154602634415f,0.9996784591227283f,-0.001310040831013451f,1.2445638216270614f,0.9944775028079172f,0.025324876422529733f,0.10184864772353537f,-0.12609905127880255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.08733227000482996f,0.01778241272952251f,-0.9960205120444661f,0.005123492477549122f,-0.19807420343246473f,0.9801870191034314f,0.0001323469838902941f,1.2445638216270614f,0.9762887301154296f,0.19727441136307186f,0.08912419464407778f,-0.12609905127880255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,0.08328083371024558f,-0.9919921479456277f,0.005123492477549122f,-0.11212534982520311f,0.9910479985810919f,0.07246909986323696f,1.2445638216270614f,0.9891471198845143f,0.10434638108213631f,0.1034398761563059f,-0.12609905127880255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.08246753452326547f,-0.3281786036593479f,-0.9410089849995348f,0.027058409839976257f,0.07336933935468688f,0.9436622319079463f,-0.3226740338378192f,1.2474081080751296f,0.9938893528921169f,-0.04243107553095864f,0.10189974502900029f,0.06799356509075977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.10178252318729492f,-0.25966588393419987f,-0.9603197106663479f,-0.021057050285603403f,-0.24055502867310743f,0.9302609188166784f,-0.2770341154125781f,1.2819213093997661f,0.96528420486078f,0.25920696681034605f,0.03222036938447358f,-0.31522701830890354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,-0.14494312458043798f,-0.9848733976944009f,0.013825016457726118f,-0.11212534982520311f,0.9814905462185118f,-0.15525531749432303f,1.108934756133558f,0.9891471198845143f,0.12517107621390355f,0.07694268583577948f,-0.13441043722107496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.09495199392717427f,-0.05855419974341844f,-0.9937582827537397f,1.4178352516877452e-17f,-0.11212534982520311f,0.991287070881794f,-0.0691219865829161f,1.3313014403292183f,0.9891471198845143f,0.11798876554571146f,0.08755927380448886f,-0.11577503429355282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.13803928586074038f,-0.7509489163925598f,-0.6457715389577781f,-0.9934758271512225f,0.39647133385907524f,0.5555970257718188f,-0.7308367987324631f,2.4729814748329737f,0.9076098484409821f,-0.3569140931965968f,0.2210355018782921f,-0.5467861413109416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5101182553102579f,-0.7509489163925598f,-0.4193507965511199f,-1.02565866569763f,-0.14484152233849928f,0.5555970257718188f,-0.8187385897587673f,2.4854756002318683f,0.8478209121069641f,-0.3569140931965968f,-0.3921887696910332f,-0.45962408400609966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3432836111616809f,-0.7509489163925598f,-0.5641206318480436f,-0.9249491516472197f,0.13327067092154282f,0.5555970257718188f,-0.8207014519456091f,2.6023337553242625f,0.9297286112516477f,-0.3569140931965968f,-0.09064788744219739f,-0.489607929542191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3499792957941595f,-0.009600297328046207f,0.936708239958759f,0.756169870033286f,0.056829058885096595f,0.9978881273356438f,0.031460187361112335f,1.760414916870948f,-0.9350320585849757f,0.06424266194496599f,-0.34869460822411125f,-0.6224951192255422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3499792957941595f,-0.009600297328046207f,0.936708239958759f,0.7889804290139883f,0.056829058885096595f,0.9978881273356438f,0.031460187361112335f,1.75508719260047f,-0.9350320585849757f,0.06424266194496599f,-0.34869460822411125f,-0.5348358637332007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3499792957941595f,-0.009600297328046207f,0.936708239958759f,0.6320689135298233f,0.056829058885096595f,0.9978881273356438f,0.031460187361112335f,1.7530320266315422f,-0.9350320585849757f,0.06424266194496599f,-0.34869460822411125f,-0.5263613002457548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000014836249051120981f,1.674076221429353e-7f,-0.000015553503040440105f,0.6868193008489382f,-0.000001751958591018799f,0.00001552646985297545f,0f,1.4955671188585133f,0.000015455423748195536f,0.0000017439419694167072f,0.0000014930399093863611f,-0.1557883089806629f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46.mcfunction new file mode 100644 index 000000000..461f38cda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..f4f9af781 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5741950511106497f,0.06771332671296745f,-0.5767663245283534f,-0.3234300923331339f,-0.2231758082394542f,0.7745390779811097f,-0.13124869424601301f,1.441031240053221f,0.5361315569346288f,0.24989711184821634f,0.5630797737383356f,-0.12015525615443196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5450447252314568f,-0.15396830339041095f,-0.5649955832114483f,-0.3234300923331339f,0.08837457450965622f,0.784639822623515f,-0.12857014946548215f,1.441031240053221f,0.5788922024674398f,0.025181546902792715f,0.5515883497844921f,-0.12015525615443196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4908290644493257f,0.053013653991194044f,-0.6505542455681511f,-0.3166073258294803f,-0.0003260939556492635f,0.8139484935777708f,0.06657467919302408f,1.422739591949846f,0.6527106308303675f,0.040272158340768555f,-0.48917423287418177f,-0.022859068804486543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.464085917072288f,-0.1360201677275896f,-0.6372776283116582f,-0.3166073258294803f,-0.3054228977848512f,0.7365213678178049f,0.06521601227071747f,1.422739591949846f,0.575622371945252f,0.28113126599357174f,-0.4791910852645046f,-0.022859068804486543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6261935274810774f,0.6383150189935866f,1.281343768341666f,0.19226176848824472f,1.0173748898101873f,1.182339523748781f,-0.09180323613693346f,1.7077747726422259f,-1.0070929697523026f,0.7975170450270774f,-0.8894585786683741f,0.6963742163631439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3398682674230689f,-0.9365456164722771f,0.08585958924548648f,0.1286824381325864f,0.5825567767850368f,0.137974688281221f,-0.8009935001081646f,1.5747743539211547f,0.7383205012869885f,0.3222503586658395f,0.5924842138986217f,0.5331620272841306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.34465140935291133f,-0.9365456164722771f,-0.06401339154906777f,0.010234354227531908f,0.19455506318382743f,0.137974688281221f,-0.9711391830130408f,1.510010140847721f,0.9183483725801384f,0.3222503586658395f,0.22976286235845195f,0.22440764121560436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.946410963072488f,-0.10794467534018923f,-0.3043915833953147f,0.2120627210643692f,0.21675073280065454f,0.48641726805056473f,-0.8464144145586154f,1.3967946637171975f,0.2394272515955209f,-0.8670329800001413f,-0.4369535476289086f,-0.5190476404563311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.680190186139802f,-0.08420517364034022f,-0.7281832182983218f,-0.004066466447876456f,0.61949013531463f,0.46503389589155847f,-0.6324361216121198f,1.5997174236048206f,0.3918842723648937f,-0.8812791637183525f,-0.26414721779515f,-0.3664964819884695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05665730428561153f,-0.5693175014734055f,-0.8201631132812343f,0.26393921155013955f,-0.1636467335536051f,0.8050767736483667f,-0.5701500987715182f,1.317867689733131f,0.9848907028032721f,0.16652018210419867f,-0.04755346973314862f,0.02751704059067101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.06558605757460904f,-0.2980860938389228f,-0.9522831247647272f,0.202096299425562f,-0.1743212560031531f,0.936239494800979f,-0.3050700052123952f,1.491505907475737f,0.9825021978384085f,0.18601152930574097f,0.009441515134565127f,0.06245321180508848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.06875329036499164f,-0.5334261466338794f,-0.8430477632680833f,0.19442286634102074f,-0.1843256679870483f,0.8237061192268129f,-0.5362203626023839f,1.3654121113610498f,0.9804575631740088f,0.19226225639899913f,-0.04169162480942549f,-0.27944302319331665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.06875329036499164f,-0.04043671239374111f,-0.9968138529107493f,0.1806108961865021f,-0.1843256679870483f,0.9814606058043055f,-0.052527396426761255f,1.5491076787216898f,0.9804575631740088f,0.18734981063516326f,0.06002512198948753f,-0.24393977668678926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,0.26038712823386057f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.2135000510815304f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,-0.04573996892603714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,0.2742412406406929f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.100406679960247f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,-0.15904603883335738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,-0.3050512275851528f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.182333737592812f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,0.11067095355770029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,-0.3633807350701094f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.06526168815382f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,0.0173322354568146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9435329676768993f,0.28264753816445093f,-0.17278862253168864f,0.17113335413800682f,0.08330882398536663f,0.7072637842354631f,0.702023916512185f,2.2666435862404777f,0.3206324667793302f,0.6479878923857353f,-0.6908737312769203f,0.026641474574377162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9761323275692966f,0.13156660289659022f,-0.17278862253168864f,0.06002338732089044f,-0.028357277610164794f,0.7115885647278438f,0.702023916512185f,2.2705482032105877f,0.21531730975629312f,0.6901680545713615f,-0.6908737312769203f,0.05839788912665344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9059849137660676f,0.42267110553552945f,-0.023248066019873323f,0.025714980699864526f,0.06467860915156456f,0.1924936928389327f,0.979164366046605f,2.3204719179421662f,0.418339591177443f,0.8856044911599102f,-0.2017341609417846f,0.011867383375453483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9922554105440469f,0.12201937416820574f,-0.023248066019873323f,0.05618848010416379f,0.002029190301281507f,0.20305917032055315f,0.979164366046605f,2.3220251679926998f,0.12419775615036754f,0.9715339652715841f,-0.2017341609417846f,0.015894649611584682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9609510643642497f,0.27574005752438496f,-0.023248066019873323f,0.1321671140129157f,0.03376966028203333f,0.20024173967728676f,0.979164366046605f,2.3728897767889485f,0.27465007180347056f,0.9401439604483253f,-0.2017341609417846f,0.0991153399032089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9609510643642497f,0.21614149028082769f,-0.17278862253168864f,0.08353527869972954f,0.03376966028203333f,0.7113522549970083f,0.702023916512185f,2.212835519414622f,0.27465007180347056f,0.6687756166980476f,-0.6908737312769203f,-0.051359173853851574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9467126371098632f,-0.175097167042574f,-0.27032603431810526f,-0.21880471898252848f,-0.2078631139042058f,0.9732825165331097f,0.09754008862526263f,2.2958059192888274f,0.24602460977417623f,0.14853324578908866f,-0.9578151002572586f,0.07504655175401831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9624482652238526f,-0.024842945426081883f,-0.27032603431810526f,-0.10819545590506235f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,2.3119314458492726f,0.2662313574191276f,0.1082178268398799f,-0.9578151002572586f,0.045471242125744424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9278493860586942f,-0.25694231251460126f,-0.27032603431810526f,-0.0865904334570589f,-0.29189929263196346f,0.9514624186335136f,0.09754008862526263f,2.3088233996001963f,0.23214288649765646f,0.16941048954451932f,-0.9578151002572586f,0.0390571031706803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9618367458925893f,0.042354567883540584f,-0.27032603431810526f,-0.11485328063989467f,0.016405332507271525f,0.9950963753206531f,0.09754008862526263f,2.3172186173092193f,0.2731317252097982f,0.0893828529590367f,-0.9578151002572586f,0.047888717617528234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9566206536429503f,-0.10863130393022534f,-0.27032603431810526f,-0.18151883099053426f,-0.13946401349574064f,0.9854114470872742f,0.09754008862526263f,2.4212908339502293f,0.25578646164993624f,0.13100961703548028f,-0.9578151002572586f,0.04467582933391334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9566206536429503f,-0.10863130393022534f,-0.27032603431810526f,-0.1570767876062336f,-0.13946401349574064f,0.9854114470872742f,0.09754008862526263f,2.199573258355593f,0.25578646164993624f,0.13100961703548028f,-0.9578151002572586f,0.015198665500930325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9624482652238525f,-0.02484294542608189f,-0.27032603431810526f,-0.015591056349944253f,-0.05304904423611642f,0.9938167487100479f,0.09754008862526263f,1.6938251774016684f,0.26623135741912757f,0.1082178268398799f,-0.9578151002572586f,-0.04361016854885977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.06875329036499164f,-0.04043671239374111f,-0.9968138529107493f,-0.0004272892022913374f,-0.1843256679870483f,0.9814606058043055f,-0.052527396426761255f,1.3257774502250539f,0.9804575631740088f,0.18734981063516326f,0.06002512198948753f,-0.113866347537046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06696320415436695f,-0.26469323785712584f,-0.9620048955811459f,0.15381558588836716f,-0.15662807896197092f,0.9494262900507786f,-0.2721348280560527f,0.6912552543817553f,0.9853849877941427f,0.1688999987955173f,0.022118233130407842f,-0.33951679295994924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.06696320415436695f,-0.4018904656226779f,-0.9132359952011131f,0.0012110318547874453f,-0.15662807896197092f,0.8997082403372139f,-0.40742205039736956f,1.0385652069300872f,0.9853849877941427f,0.17032068550502386f,-0.002699985006544947f,-0.2739410216836829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.046269035324352066f,0.1526903893000888f,-0.9871903673484365f,0.3043423342533739f,0.1250169786041917f,0.9795937435379496f,0.15737487945026385f,1.118380371802636f,0.9910751391447737f,-0.13069714088951354f,0.026235966391076768f,-0.03815242593008091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.046269035324352066f,-0.9782769038459435f,-0.2020729466597353f,-0.021821552409656653f,0.1250169786041917f,0.20637003517193878f,-0.9704546169934026f,1.0686407702044942f,0.9910751391447737f,0.01963944970530221f,0.13184976520434144f,-0.0166509451032041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.013822882778103618f,-0.6813468827504385f,-0.7318301396348491f,-0.0019114028300397387f,-0.012237458967153572f,0.7319605268860208f,-0.6812371332207063f,1.215368246875618f,0.9998295717319676f,-0.0004609197318934423f,-0.01845575908140091f,-0.12677967783441554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.14134097936183426f,-0.6051690531443401f,-0.7834495163502371f,-0.0026172893737223092f,-0.21932290337979932f,0.7525857158283428f,-0.6208962911664043f,1.1777514305529173f,0.9653601357038173f,0.2595865124530237f,-0.026356231642315667f,-0.13116630283909111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,-0.5943782604120947f,-0.8016101343154773f,-0.0019114028300397387f,-0.11677924379278531f,0.7932716066041536f,-0.5975640270086966f,1.215368246875618f,0.9910736259768851f,0.13204030333635638f,-0.01839636344150814f,-0.12677967783441554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.07053042769805822f,-0.004134969934417185f,-0.9975010580407272f,0.0058713135626797955f,-0.029968693747167263f,0.9995312200831028f,-0.006262385669409246f,1.238967121707805f,0.9970593443540947f,0.030335492460571475f,0.07037344480240489f,-0.12450400602036643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.05759858549934604f,0.00704527976330456f,-0.998314963817297f,0.0058713135626797955f,-0.20270103327990496f,0.9792289826713803f,-0.004784412569214538f,1.238967121707805f,0.9775452388793744f,0.20263505010098912f,0.057830289769602965f,-0.12450400602036643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,0.07418812456313811f,-0.9951685515838962f,0.0058713135626797955f,-0.11677924379278531f,0.9909406660261576f,0.0663265002455302f,1.238967121707805f,0.9910736259768851f,0.1119496252313486f,0.07239025696590431f,-0.12450400602036643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.050842892373745584f,-0.32927462507581085f,-0.9428643707216089f,0.02168487574087394f,0.0677225175111496f,0.9430490303271486f,-0.32568725339039106f,1.2406925069269856f,0.9964078787911221f,-0.047294266885204765f,0.07024664691476216f,0.07016824257333432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.07251745060805431f,-0.27225742077411613f,-0.9594879447865585f,-0.014524226962150243f,-0.24505015693746363f,0.9276679606603557f,-0.2817491354896784f,1.2771759867437578f,0.9667945179520996f,0.25555440046628536f,0.0005553918297755839f,-0.3141734426314461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,-0.15362388054621398f,-0.986034495955242f,0.015495234363454008f,-0.11677924379278531f,0.9801325815120193f,-0.1603207125663125f,1.1034255800902997f,0.9910736259768851f,0.1254584631840656f,0.04509148376934964f,-0.1332166237022373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.06430922260620386f,-0.06710072643062615f,-0.9956715404189616f,1.395020115417622e-17f,-0.11677924379278531f,0.9903757519108f,-0.07428646071999154f,1.325625f,0.9910736259768851f,0.12105107409519295f,0.05585432260290308f,-0.11391203703703706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.14492494363167918f,-0.7452380435028817f,-0.650858678385217f,-0.957284817929459f,0.3604919791266488f,0.5728205705406977f,-0.7361536028240175f,2.467127908515207f,0.9214349101801529f,-0.3413163524963702f,0.18563634832614856f,-0.5732096212473434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.48617369882884753f,-0.7452380435028817f,-0.45635007733435734f,-0.9882407461199194f,-0.1164630224051048f,0.5728205705406977f,-0.8113648737637694f,2.4790977375600183f,0.8660666827556323f,-0.3413163524963702f,-0.3652829705026343f,-0.4855311392662721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.33019656736491154f,-0.7452380435028817f,-0.5793017222626101f,-0.8858675236852976f,0.12767817647798899f,0.5728205705406977f,-0.8096757852478269f,2.5945641908247867f,0.9352371411314271f,-0.3413163524963702f,-0.09399275167207637f,-0.5152714675059963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.22618200275394781f,-0.005205514804740403f,0.9740711494782248f,0.7904625738739396f,0.08378533948723206f,0.9963836348410104f,-0.014130431982970183f,1.753965470074972f,-0.9704749963379902f,0.08480893134943808f,0.2258001918647189f,-0.5242841740550531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.22618200275394781f,-0.005205514804740403f,0.9740711494782248f,0.769258011115757f,0.08378533948723206f,0.9963836348410104f,-0.014130431982970183f,1.746110594498044f,-0.9704749963379902f,0.08480893134943808f,0.2258001918647189f,-0.43330214314836657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.22618200275394781f,-0.005205514804740403f,0.9740711494782248f,0.6337496200731145f,0.08378533948723206f,0.9963836348410104f,-0.014130431982970183f,1.7521575970839536f,-0.9704749963379902f,0.08480893134943808f,0.2258001918647189f,-0.5126631873814177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000010048316032219354f,1.1815188211963298e-7f,-0.000015592208906435227f,0.687777515603705f,-0.0000018246756842622708f,0.000015518092139411406f,0f,1.4897680185394053f,0.00001548552540588883f,0.0000018208463651526376f,0.0000010117541292636154f,-0.13191719761026355f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47.mcfunction new file mode 100644 index 000000000..227055a56 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..e72ec2a7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5562518502027907f,0.06131588698594132f,-0.5947845707426715f,-0.32348939249890907f,-0.2334705571836094f,0.770148345704883f,-0.13895131874455607f,1.4355267190539884f,0.5504723630835535f,0.264681567275856f,0.5420961998299282f,-0.12370526551081706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5264074515077708f,-0.15303171359113407f,-0.5826461101152701f,-0.32348939249890907f,0.07741160144198961f,0.7845253300637212f,-0.1361155775456876f,1.4355267190539884f,0.5974132899084861f,0.03318585728545606f,0.531033012078297f,-0.12370526551081706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5013887962699435f,0.05164205033351669f,-0.642562695817904f,-0.319077585747824f,-0.010934113198468643f,0.8132434833044024f,0.07389131529435257f,1.4158729430154149f,0.6445418253208901f,0.053968323530723804f,-0.4985957279317011f,-0.02760832437993692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.47312855880516547f,-0.1412200674474406f,-0.629449171413457f,-0.319077585747824f,-0.31475912907398895f,0.7319066499962092f,0.07238332926793721f,1.4158729430154149f,0.5630950696885307f,0.29046436656062824f,-0.48842030491268684f,-0.02760832437993692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.37180540849791327f,0.47878981242915153f,1.440113642642746f,0.12369573543708476f,1.3123452283255026f,0.8460774346297755f,0.0575258750614271f,1.601835769343028f,-0.7621791061837011f,1.2232414071328508f,-0.6034647628260157f,0.7453067410002425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.22979308282224062f,-0.9723837481602754f,0.04080423263370115f,0.08275183300808767f,0.3834378222764995f,0.0519193415325486f,-0.9221061860885016f,1.5179802521777719f,0.8945225405404309f,0.22753950929146552f,0.3847794123605012f,0.5560798682339385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.230124185468417f,-0.9723837481602754f,-0.03889351586411226f,0.002477713578526566f,0.050819466977753f,0.0519193415325486f,-0.9973573901821372f,1.4965843725237191f,0.9718334430542072f,0.22753950929146552f,0.0613639199595691f,0.22889981330698328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9535320895281227f,-0.07370660105778587f,-0.2921367679711694f,0.22249025415668627f,0.21958785065538267f,0.49388788068666517f,-0.8413417481353126f,1.400144926286523f,0.2062952497870024f,-0.8663960400829074f,-0.45475286875837917f,-0.5100065263726036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6917825354028512f,-0.05986983630888697f,-0.7196197095771837f,0.0018779355372384485f,0.6113764242118473f,0.4817453057277874f,-0.6278059639149473f,1.5999522258682102f,0.3842600572913328f,-0.8742637262917797f,-0.29665998257411463f,-0.35977811350664396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.03797032587919186f,-0.5730636740655584f,-0.8186307347144446f,0.2605819817086085f,-0.18835434336129933f,0.8004326060326504f,-0.5690608794643269f,1.309693092457413f,0.9813668507187114f,0.17580008153087734f,-0.07754634513744141f,0.03473088079715112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.043072661219098654f,-0.3015602119082367f,-0.9524737185084763f,0.19808648123513617f,-0.19442450820304238f,0.9326017936949418f,-0.30406085740683925f,1.4826555484164219f,0.9799713549209027f,0.19828094459840703f,-0.0184610547817182f,0.0717931763169667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.044933466174659785f,-0.5373989603895399f,-0.8421302399212206f,0.19859531438295489f,-0.2001702093176213f,0.8210424752936374f,-0.5346224285095383f,1.3620951744751904f,0.9787302339865007f,0.1925918252053772f,-0.07067897809668071f,-0.272178479236188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.044933466174659785f,-0.04433603170407864f,-0.9980056612616311f,0.18404477305555497f,-0.2001702093176213f,0.9783548554451165f,-0.05247536687537155f,1.5452087388281786f,0.9787302339865007f,0.20212890223740917f,0.03508612205743918f,-0.2340600218038148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,0.2594247480144703f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.206310857758125f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,-0.026537641895089576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,0.2743268520072329f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.095209351606747f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,-0.14166667875149752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.3075375394774958f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.1728197485702f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,0.12375660339474069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.36501359984540965f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,2.057442781671427f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,0.027814065937034463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9467177223463815f,0.2747849786288876f,-0.1679844329549651f,0.16936212209042215f,0.0789254864762777f,0.7036270880070667f,0.7061725629102127f,2.2593722411144066f,0.31224400999821017f,0.6552878272504512f,-0.6878237722539258f,0.04527896128084129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780478973292073f,0.12330263912307442f,-0.1679844329549651f,0.05794823122156631f,-0.03211774433178223f,0.7073109372064451f,0.7061725629102127f,2.2628006013903685f,0.20589016739260418f,0.696065871375278f,-0.6878237722539258f,0.07600894488449587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9100860760152772f,0.41358015619326594f,-0.02635884379612967f,0.02406959648616276f,0.06124153173507302f,0.19712320670004546f,0.9784640597237249f,2.3118391742983024f,0.409869258464034f,0.8888722606671023f,-0.20472736793769908f,0.03001557398743386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9933465897837802f,0.11210603872524214f,-0.02635884379612967f,0.05449676601509687f,-0.0026702630314619086f,0.20639998431276496f,0.9784640597237249f,2.313558706065441f,0.11513219471666933f,0.9720243219986963f,-0.20472736793769908f,0.03431629368991393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9635795967036181f,0.26611946973159195f,-0.02635884379612967f,0.1294532558636922f,0.02965068346778227f,0.20427657917358072f,0.9784640597237249f,2.365042253798447f,0.26577283116674255f,0.9420464463235962f,-0.20472736793769908f,0.11808152199886508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9635795967036181f,0.20807592628963895f,-0.1679844329549651f,0.0826361724485235f,0.02965068346778227f,0.7074186514099801f,0.7061725629102127f,2.205873057231202f,0.26577283116674255f,0.6754726201231207f,-0.6878237722539258f,-0.03389981752883685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9491947971915667f,-0.17600697729192327f,-0.2608654460234639f,-0.2208830359345621f,-0.21145391540453007f,0.9706583742949408f,0.11449699590467903f,2.2868359229058512f,0.23305895958867193f,0.16384097276219606f,-0.9585612432180758f,0.09097241094691022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.10998013405611806f,-0.05700614329859567f,0.9917866391291141f,0.11449699590467903f,2.3033967897778798f,0.25581999198268984f,0.12536536484289992f,-0.9585612432180758f,0.06276913687478951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302428055838607f,-0.258064995166812f,-0.2608654460234639f,-0.08831496802605099f,-0.2952477209826433f,0.948535303076991f,0.11449699590467903f,2.300385900636305f,0.21789241821142535f,0.183529935122841f,-0.9585612432180758f,0.056513479238155834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.96445995114705f,0.04202644053936937f,-0.2608654460234639f,-0.11665842145396293f,0.01231625945354528f,0.9933472442614801f,0.11449699590467903f,2.3086456339021613f,0.2639418731207743f,0.10721488056102098f,-0.9585612432180758f,0.06521354125843383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9591602324622187f,-0.10936575119296602f,-0.2608654460234639f,-0.18323166943881555f,-0.14322911889322087f,0.9830441787782863f,0.11449699590467903f,2.4128064616316673f,0.24392020819131435f,0.1471844931917855f,-0.9585612432180758f,0.06317169143498728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9591602324622187f,-0.10936575119296602f,-0.2608654460234639f,-0.15862437542039823f,-0.14322911889322087f,0.9830441787782863f,0.11449699590467903f,2.191621521406553f,0.24392020819131435f,0.1471844931917855f,-0.9585612432180758f,0.0300551804668356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9650421914756869f,-0.025353259016992577f,-0.2608654460234639f,-0.01684851105149541f,-0.057006143298595664f,0.9917866391291141f,0.11449699590467903f,1.6868786056431853f,0.2558199919826898f,0.12536536484289992f,-0.9585612432180758f,-0.03621702916242199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.044933466174659785f,-0.04433603170407864f,-0.9980056612616311f,-0.00022249916246591718f,-0.2001702093176213f,0.9783548554451165f,-0.05247536687537155f,1.3199955348512666f,0.9787302339865007f,0.20212890223740917f,0.03508612205743918f,-0.11201536750145043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.0427616033752162f,-0.27574081663839567f,-0.9602804003604216f,0.16915892574328717f,-0.1708508515218568f,0.9449832510056906f,-0.27895634399126423f,0.6926511688163293f,0.9843685447082496f,0.1759933446420824f,-0.006701554346274379f,-0.33946268069541025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.0427616033752162f,-0.4269458937496736f,-0.9032655473818723f,0.006514246856294596f,-0.1708508515218568f,0.8876501037826605f,-0.42765322375598724f,1.0335680871851103f,0.9843685447082496f,0.1726108254569351f,-0.03498672782696833f,-0.27322641847261336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.018748456240362633f,0.14038967684696854f,-0.9899188017324488f,0.30384979114160143f,0.1326435919712708f,0.980991826825505f,0.1416358471945487f,1.1110706940945214f,0.9909864645380191f,-0.13396183910488196f,-0.00022970867527648264f,-0.02943367939189498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.018748456240362633f,-0.9792522403844095f,-0.20177597748671167f,-0.022980471232350117f,0.1326435919712708f,0.20246369523341282f,-0.9702649790760206f,1.0615084982329241f,0.9909864645380191f,-0.008573319925588574f,0.1336874163408482f,-0.016616480558476518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.03970302622917105f,-0.6824013164664475f,-0.7298987005010389f,-0.0010145598026360496f,-0.016712013125011208f,0.730825986477269f,-0.6823592060687949f,1.2097121786982743f,0.999071758346494f,-0.0148936487935637f,-0.04042030306737903f,-0.1254312190646557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.11704217598569042f,-0.6157941020315821f,-0.7791654207828094f,-0.0014719132527548882f,-0.22310428184685477f,0.7482010350671586f,-0.6248357308493423f,1.1721129347295174f,0.9677425321138541f,0.24696727521586728f,-0.049815223680278846f,-0.1299977610604727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,-0.6004358188531531f,-0.7987212114903105f,-0.0010145598026360496f,-0.12094283016382826f,0.7906162939844702f,-0.6002488713177436f,1.2097121786982743f,0.9918929267206058f,0.12001126248984019f,-0.041781799832293166f,-0.1254312190646557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.04454550829867838f,-0.009709977643123306f,-0.9989601663853181f,0.006586083700243989f,-0.03412561980412279f,0.9993543940096832f,-0.011235534990535256f,1.2333388575243873f,0.9984243285113785f,0.03459062745468957f,0.04418539044632329f,-0.12284925934579233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.033164159625375174f,-0.002928616915832391f,-0.9994456271950481f,0.006586083700243989f,-0.2068395925587095f,0.9783264824072604f,-0.009730198907710513f,1.2333388575243873f,0.977812620836165f,0.20704762018336959f,0.03183962169865486f,-0.12284925934579233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,0.06529316551323303f,-0.9971035797667498f,0.006586083700243989f,-0.12094283016382826f,0.9908352984532821f,0.06015183431083981f,1.2333388575243873f,0.9918929267206058f,0.11824641168448577f,0.04654254016890615f,-0.12284925934579233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.02453913242851506f,-0.3306953919963774f,-0.9434184589523453f,0.017319244598147245f,0.06255488169091734f,0.9423612411609018f,-0.32869769992246634f,1.2340410841816243f,0.9977398046366054f,-0.05094947369744581f,0.04381133841441211f,0.07214789798608282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0484942197586642f,-0.28354685423321707f,-0.9577314300493878f,-0.009044177402095633f,-0.24906021656367106f,0.9251388492622928f,-0.28650849570457415f,1.2723040301319768f,0.9672731357663438f,0.2524268033313568f,-0.025756354257869384f,-0.3128171537030585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,-0.1618250992363644f,-0.9860483677302785f,0.017122748078088158f,-0.12094283016382826f,0.9787800186304836f,-0.1654161629396398f,1.097887582707462f,0.9918929267206058f,0.12570724874425857f,0.018604019317884996f,-0.13190298326241573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.03900325311553546f,-0.07526952800278837f,-0.9964001427140821f,1.3720159904439262e-17f,-0.12094283016382826f,0.9894724337012997f,-0.07948040498884294f,1.319917695473251f,0.9918929267206058f,0.12360744758898858f,0.02948933404074392f,-0.11203360768175584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.14575741966654987f,-0.7412057362837745f,-0.6552624139321415f,-0.9229842746401965f,0.3265824101583065f,0.5891589126143105f,-0.7390776042218536f,2.4609990186500026f,0.9338622510773957f,-0.3217232229528216f,0.15619047290250504f,-0.5932993971804471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4565774416336975f,-0.7412057362837745f,-0.49208850453069464f,-0.9522364158571565f,-0.09113247552653585f,0.5891589126143105f,-0.8028615369984595f,2.472433546484744f,0.8850039049041722f,-0.3217232229528216f,-0.33654458265914206f,-0.5049669212306609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3120228396475728f,-0.7412057362837745f,-0.5943532653551193f,-0.8484573554454086f,0.12196829690390415f,0.5891589126143105f,-0.7987587309303632f,2.5865300922069276f,0.94221307679772f,-0.3217232229528216f,-0.09342743560765707f,-0.5351190438644055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7239856678842524f,-0.0016427020765075826f,0.6898130574496838f,0.7705354387566761f,0.07322148444458193f,0.9945306815868289f,-0.074480451114165f,1.7435258042406585f,-0.6859179010012239f,0.1044319151999307f,0.7201462408245631f,-0.426983384063781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7239856678842524f,-0.0016427020765075826f,0.6898130574496838f,0.7026617823925274f,0.07322148444458193f,0.9945306815868289f,-0.074480451114165f,1.7366612900739788f,-0.6859179010012239f,0.1044319151999307f,0.7201462408245631f,-0.36267858084491633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7239856678842524f,-0.0016427020765075826f,0.6898130574496838f,0.6331266519571491f,0.07322148444458193f,0.9945306815868289f,-0.074480451114165f,1.7512656148244434f,-0.6859179010012239f,0.1044319151999307f,0.7201462408245631f,-0.5028529185780332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.094258299302416e-7f,7.425072399765267e-8f,-0.000015612934124878634f,0.6880400292914485f,-0.0000018897317213098166f,0.000015510304285263892f,0f,1.4839478641087835f,0.000015498326980009468f,0.000001888272440224235f,6.139324166391113e-7f,-0.11181183635439713f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48.mcfunction new file mode 100644 index 000000000..f1c7bbff5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..71a6b5abc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5422113642564124f,0.05593398368663036f,-0.6081304715146152f,-0.3234920174693269f,-0.24214310942017556f,0.7662670009935403f,-0.14541678786556578f,1.4312637676466533f,0.5606407008735393f,0.276858659069486f,0.5253339241536921f,-0.12626496774414955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5116829295620318f,-0.15263906276679567f,-0.5957196455653374f,-0.3234920174693269f,0.06810771263644454f,0.7842637272423243f,-0.14244909831728894f,1.4312637676466533f,0.6111807581020926f,0.04039458688551459f,0.5146128236607597f,-0.12626496774414955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5093614506555514f,0.05014165760485657f,-0.6363813095960269f,-0.32088582833689316f,-0.020001089619125872f,0.8124900961203791f,0.08002652413287127f,1.410466228542963f,0.6380402130309378f,0.06549887268784606f,-0.5055284647539653f,-0.031166112720323227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4797815515568555f,-0.14556669753209317f,-0.623393935930802f,-0.32088582833689316f,-0.32268254309194067f,0.7278258460871094f,0.07839332976281269f,1.410466228542963f,0.5528884509278652f,0.29846251747444497f,-0.4952115573100069f,-0.031166112720323227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2016846080491381f,0.29168444257867837f,1.5217259131767555f,0.06596242317366992f,1.4854817693135252f,0.47271188904464656f,0.10627150602583742f,1.5100798098479256f,-0.4405377190584516f,1.460434834531622f,-0.33832360569929093f,0.7647089815168483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.13033781465036784f,-0.9911009255890717f,0.027037184924684054f,0.0439010184327299f,0.1947569549907952f,-0.0011454436671292784f,-0.9808508635065366f,1.468927349852874f,0.9721531682584178f,0.13310763785482274f,0.19287450373190762f,0.5666055196022357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1328266895004225f,-0.9911009255890717f,-0.008719280523274593f,-0.0035394358341780886f,-0.07401081771345687f,-0.0011454436671292784f,-0.9972567807842625f,1.4855356017235277f,0.9883721310406034f,0.13310763785482274f,-0.07350433542972518f,0.23229521979881307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9581442607652624f,-0.047418358012656966f,-0.28233149821791487f,0.23033455658136212f,0.2217732659818577f,0.5007088642958294f,-0.8367241192360366f,1.4031948025570817f,0.1810419676713915f,-0.8643159911392154f,-0.4692352005153778f,-0.5026329104412046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7007062207544977f,-0.041485274718590426f,-0.712242770533666f,0.006269959733464509f,0.6045440431214981f,0.4956065058855528f,-0.6236190273317727f,1.6003800186362158f,0.3788631575150345f,-0.8675558560147217f,-0.32219488601202484f,-0.35405843374949825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.02380789604419984f,-0.5764599710194833f,-0.8167784803103992f,0.2579393606433066f,-0.20854855285961152f,0.7961715463323601f,-0.5679950439140296f,1.3032290064207865f,0.9777221922336171f,0.1838607370347325f,-0.10126472332917621f,0.04017289575042964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02593359889832138f,-0.30475617243769826f,-0.9520772677725822f,0.1948470953876595f,-0.21109126724379929f,0.9292525249423059f,-0.30319996995672f,1.4755688550352395f,0.9771222673450788f,0.20883826337496914f,-0.0402325043831374f,0.07907861698084175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026762720514287495f,-0.5406793384569155f,-0.8408029553685372f,0.20169445353805832f,-0.2135680482625883f,0.818591801192702f,-0.5331942908372111f,1.3597270618859678f,0.9765615421221454f,0.19383837593696468f,-0.09356408745954337f,-0.2664432421631515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.026762720514287495f,-0.0478405647207848f,-0.9984963881546446f,0.18648374522694466f,-0.2135680482625883f,0.9755184405811462f,-0.05246390042150222f,1.5423088701172984f,0.9765615421221454f,0.21465100151950134f,0.015890311346608746f,-0.22609686493232872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,0.2581671879223601f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.2005700855046637f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,-0.010680919750611736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,0.27392986247950685f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.091179816684738f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,-0.1273240493310115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,-0.30989565556272053f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.16490095051172f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,0.1348820173607969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,-0.36665164187600957f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.05095717509695f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,0.03682139039036422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9491169269596536f,0.2684448356570999f,-0.16466459597526156f,0.16746930052493042f,0.07480407328585925f,0.7000779503433128f,0.7101374613854347f,2.2534448575607113f,0.305910786960034f,0.6616859025641536f,-0.6845366000217621f,0.060774770385373655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.979425746878368f,0.11666523554193417f,-0.16466459597526156f,0.05582981438287811f,-0.03563320863495006f,0.7031607642491355f,0.7101374613854347f,2.256426466157453f,0.19863403735042298f,0.7013944414069138f,-0.6845366000217621f,0.09072265460303322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9131805292022924f,0.4065148264503868f,-0.029103555827995564f,0.022256855119246674f,0.05774460818706688f,0.19974365028546945f,0.9781452010800635f,2.304823010637898f,0.4034437771377115f,0.891542578930837f,-0.20587605164809353f,0.04520790008386133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9941062826902488f,0.10443027221041751f,-0.029103555827995564f,0.052645618887363396f,-0.006805796559475937f,0.20781156545590243f,0.9781452010800635f,2.306676726010064f,0.10819602510705364f,0.9725783626571306f,-0.20587605164809353f,0.04971926362104015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9655306909582904f,0.25865704679318735f,-0.029103555827995564f,0.12679464010403557f,0.025786885161010124f,0.20631772138557236f,0.9781452010800635f,2.3585607120703767f,0.2590087283689475f,0.943678721804456f,-0.20587605164809353f,0.1339547619240287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9655306909582904f,0.2015838675338635f,-0.16466459597526156f,0.08143826990891637f,0.025786885161010124f,0.70359066401619f,0.7101374613854347f,2.2002528126667342f,0.2590087283689475f,0.6814133267403468f,-0.6845366000217621f,-0.0193632365925491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9508925706513965f,-0.17726255575728486f,-0.25373471462607167f,-0.22300467978701022f,-0.21480929375005764f,0.9681447984296376f,0.1286569725752852f,2.2793830521942278f,0.22284588037156983f,0.17684353423303817f,-0.9586793405520888f,0.10443040013006438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984595f,-0.25373471462607167f,-0.11189582405755126f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,2.29635121310079f,0.24776670146622748f,0.1398055207892631f,-0.9586793405520888f,0.07730026340097121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318246876293775f,-0.2594637664839521f,-0.25373471462607167f,-0.09018460572759057f,-0.29837125852905666f,0.9457388516348206f,0.1286569725752852f,2.293431588297116f,0.2065849549415439f,0.19559288941679867f,-0.9586793405520888f,0.07116211102142318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9663966544826895f,0.04118495839855778f,-0.25373471462607167f,-0.11859233215380122f,0.008481447696561367f,0.9916528870793111f,0.1286569725752852f,2.301563832621567f,0.2569154943743866f,0.12218163016172393f,-0.9586793405520888f,0.07977218108739847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9609414549574828f,-0.11049984044251705f,-0.25373471462607167f,-0.18515306375876933f,-0.14675166189459135f,0.9807707852189205f,0.1286569725752852f,2.4057478840248447f,0.23463902035972473f,0.16086780946864554f,-0.9586793405520888f,0.07877369590445296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9609414549574828f,-0.11049984044251705f,-0.25373471462607167f,-0.16029059965920303f,-0.14675166189459135f,0.9807707852189205f,0.1286569725752852f,2.185074457350588f,0.23463902035972473f,0.16086780946864554f,-0.9586793405520888f,0.04257843877400777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9669154782724776f,-0.026327788944984592f,-0.25373471462607167f,-0.01800396320877399f,-0.0607134212645854f,0.989828906370243f,0.1286569725752852f,1.6813557901009335f,0.24776670146622745f,0.1398055207892631f,-0.9586793405520888f,-0.03008399892151524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.026762720514287495f,-0.0478405647207848f,-0.9984963881546446f,-0.00006375143847968791f,-0.2135680482625883f,0.9755184405811462f,-0.05246390042150222f,1.3155363748830036f,0.9765615421221454f,0.21465100151950134f,0.015890311346608746f,-0.11057812449132824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.024237833923240207f,-0.28459406632652245f,-0.9583416639270383f,0.1810019077735291f,-0.1827462541624446f,0.9412092944334498f,-0.2841282644540713f,0.6940435064734558f,0.9828612994702276f,0.18202000297720689f,-0.02919562501254227f,-0.3393000724234145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.024237833923240207f,-0.44635451812128124f,-0.8945279042933364f,0.010650778632057007f,-0.1827462541624446f,0.8777354331262445f,-0.4429269872386183f,1.029786226878985f,0.9828612994702276f,0.17420721451019974f,-0.060295210558489944f,-0.27267351287886454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0026431591976723533f,0.1310979539162967f,-0.9913658962201678f,0.30337073630269823f,0.13892940113721203f,0.9818034182840725f,0.12946300377083103f,1.1054001237299216f,0.9902987605814275f,-0.1373876789405482f,-0.02080842296324861f,-0.02275841882793478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0026431591976723533f,-0.9794355193241772f,-0.20174012291964977f,-0.023818306978358583f,0.13892940113721203f,0.1994247259363709f,-0.9700146391600794f,1.0559782522520036f,0.9902987605814275f,-0.03059153757794726f,0.13554527885362014f,-0.01669828978681799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.059681101960789504f,-0.6830065389905866f,-0.7279699401519585f,-0.00030536558397783065f,-0.02057546270341165f,0.7299566384862892f,-0.6831836914507966f,1.2053575328691022f,0.9980054190250103f,-0.025794837194622097f,-0.05761779213764249f,-0.12440790249338145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0982416637862972f,-0.6238106757077932f,-0.7753765642379747f,-0.0005651251729682271f,-0.2264178698429572f,0.7447004926600683f,-0.627818544204955f,1.1677746036310577f,0.9690632196674671f,0.23723704833949893f,-0.06808126895765401f,-0.12912187956630736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,-0.604946651170394f,-0.7960285026638797f,-0.00030536558397783065f,-0.12456231413823601f,0.7885099673807989f,-0.602275901259264f,1.2053575328691022f,0.9920211982171048f,0.11086740088437565f,-0.06001967768193063f,-0.12440790249338145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0244491573636524f,-0.014153970196484511f,-0.9996008722644677f,0.007147534186485138f,-0.03774619040408744f,0.9991737013490972f,-0.015071152654104865f,1.2290036983424848f,0.9989882200577671f,0.03809960183547833f,0.02389469660389682f,-0.12158489108411687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.014296141283395956f,-0.010772624742007852f,-0.999839772613879f,0.007147534186485138f,-0.21043044344901093f,0.9775150495361135f,-0.01354091578373421f,1.2290036983424848f,0.9775042960592335f,0.21059030957424765f,0.011707805053243576f,-0.12158489108411687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,0.058246397541768705f,-0.9981128117547532f,0.007147534186485138f,-0.12456231413823601f,0.9906648007400719f,0.055384857778648225f,1.2290036983424848f,0.9920211982171048f,0.12325019167546933f,0.02652041741488571f,-0.12158489108411687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.004196594632165136f,-0.3318008562895074f,-0.9433401191293854f,0.013952016797343935f,0.05815306023784639f,0.9418329250544268f,-0.3310120282835592f,1.22883643709201f,0.9982988581474321f,-0.05346899147143144f,0.023247726180452528f,0.07356904464811685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.029942457154177263f,-0.29226464686133424f,-0.9558686235328524f,-0.004798373427084535f,-0.25254709945439857f,0.9230583066329251f,-0.290143628420696f,1.2686299976667197f,0.9671211981012205f,0.25008946149523453f,-0.04617195504073027f,-0.3116833979645082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,-0.16822320541917746f,-0.9855570916867628f,0.018403666034101627f,-0.12456231413823601f,0.9776557588378623f,-0.1693323569424675f,1.0936299957878586f,0.9920211982171048f,0.12605621908363365f,-0.0019421426926595296f,-0.13092829597637576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.01944664969672428f,-0.0816861049884015f,-0.9964683678207737f,1.354240552935726e-17f,-0.12456231413823601f,0.9886937708536728f,-0.08347968238842585f,1.315514403292181f,0.9920211982171048f,0.12574580600150806f,0.009051771148830566f,-0.11058213305898493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.14796129717396977f,-0.737893193548014f,-0.6584991187952415f,-0.8962350767641657f,0.2987016187162558f,0.6013913482726145f,-0.7410167266662306f,2.456495805100388f,0.9428068718008396f,-0.3063365488125111f,0.13142724735288053f,-0.6073101203977821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.431619674061288f,-0.737893193548014f,-0.5188623053168738f,-0.9241803046394725f,-0.07154598857787411f,0.6013913482726145f,-0.7957446938191051f,2.467448400444998f,0.8992138947334178f,-0.3063365488125111f,-0.3123656357219817f,-0.5184947647760519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2980824306699395f,-0.737893193548014f,-0.605524978379434f,-0.819378943944904f,0.11682768367584301f,0.6013913482726145f,-0.7903668379618314f,2.5805271284669677f,0.9473637932984551f,-0.3063365488125111f,-0.0930578422745881f,-0.5489437662457288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9838558370462901f,0.0006166062782491963f,0.17896176045915965f,0.705605676019302f,0.02078430441324468f,0.9928335583699756f,-0.1176840603670269f,1.7341707237946038f,-0.17775180617929495f,0.11950374542712072f,0.9767922758851486f,-0.35705575059290573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9838558370462901f,0.0006166062782491963f,0.17896176045915965f,0.6133691912962124f,0.02078430441324468f,0.9928335583699756f,-0.1176840603670269f,1.732222195255862f,-0.17775180617929495f,0.11950374542712072f,0.9767922758851486f,-0.34039151876359686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9838558370462901f,0.0006166062782491963f,0.17896176045915965f,0.6326431695888832f,0.02078430441324468f,0.9928335583699756f,-0.1176840603670269f,1.7508490685802869f,-0.17775180617929495f,0.11950374542712072f,0.9767922758851486f,-0.4952424760610236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.0385390151131687e-7f,3.814583301175951e-8f,-0.000015621998678208888f,0.6879138584286248f,-0.0000019462861584099376f,0.000015503309168999433f,0f,1.479444077345223f,0.000015500331222142264f,0.0000019459123068221635f,3.062389557842211e-7f,-0.09620810581519457f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49.mcfunction new file mode 100644 index 000000000..a420188d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..c6b6ba766 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5336162708737353f,0.052192977337368704f,-0.6160146207842097f,-0.3233916588959247f,-0.248420730652521f,0.7632656655622106f,-0.15052278498748192f,1.4296344223977262f,0.5661141761917998f,0.28573739925844677f,0.5146001580102195f,-0.12838483481233653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5025017520862632f,-0.1528026931601634f,-0.60344289382943f,-0.3233916588959247f,0.06130118811664462f,0.7839007583591329f,-0.14745089141630882f,1.4296344223977262f,0.6194627942707481f,0.04637820616385782f,0.5040981139691947f,-0.12838483481233653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5157956855835742f,0.04905072733869694f,-0.6312632424950464f,-0.3219854495583993f,-0.026789413562087715f,0.8117926393519138f,0.08496753768056073f,1.4079177914187222f,0.6325990693154822f,0.0743719119429028f,-0.5111082866277821f,-0.03379525027280039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4851957331261401f,-0.14896604112510656f,-0.618380319178821f,-0.3219854495583993f,-0.32856468683157447f,0.7246498671747548f,0.0832335062993248f,1.4079177914187222f,0.5446378127925537f,0.3044530975291981f,-0.5006775052680315f,-0.03379525027280039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12445388782095375f,0.13671622202462538f,1.5515238169108336f,0.025573424028078613f,1.5484186154420259f,0.17902238662269418f,0.10842982265278364f,1.4486428892882572f,-0.1682773637743616f,1.5461778389704164f,-0.14974334415232984f,0.7665114358283144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.05821988253747235f,-0.9976476806081698f,0.03618771413701526f,0.016427380646518688f,0.06062429473426373f,-0.03264908614519617f,-0.997626549397046f,1.436086222096969f,0.9964613089153516f,0.06027555516976159f,0.058580861069815054f,0.5689497087290903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0647079162982243f,-0.9976476806081698f,0.022627216918600757f,-0.0076915465630045705f,-0.15828898786633872f,-0.03264908614519617f,-0.9868528935429707f,1.4784239683515534f,0.9852702582990069f,0.06027555516976159f,-0.16002929594416443f,0.23415556195029114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9606563935423258f,-0.03246257903714451f,-0.2758359557934916f,0.2354393752651724f,0.2218752472515909f,0.5076949678072323f,-0.832476542804816f,1.4063304417470661f,0.16706486226402392f,-0.8609250842120181f,-0.480517774042992f,-0.4979369502553107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7062302560258289f,-0.029751075503631853f,-0.7073568399189121f,0.009226384362313992f,0.5999189246431043f,0.5053951757999878f,-0.6202201223220356f,1.6017254410963964f,0.3759469501522169f,-0.8623749705229602f,-0.3390771311763294f,-0.3502555191237751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013150341548053036f,-0.5789222066695512f,-0.8152767304063246f,0.2560763916627068f,-0.22143606820620806f,0.7934165136411377f,-0.5669711664440424f,1.2998903713258392f,0.9750862198875261f,0.18798753816782637f,-0.11776055909792076f,0.043587585749397556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.014077615699600423f,-0.3072822864133692f,-0.9515142758744014f,0.19251399873598507f,-0.22257189845493328f,0.9267709054538157f,-0.30258459779453695f,1.4717687623622138f,0.9748146340481255f,0.2160400084727063f,-0.05534567720004658f,0.0837491768555297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014487937697697892f,-0.5430641289656749f,-0.8395662281750145f,0.20370116989712297f,-0.22374278724487773f,0.8166023495518852f,-0.5320712056315717f,1.3595350492286746f,0.9745405403661567f,0.19555550244647593f,-0.10967579790339042f,-0.26284857751929286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014487937697697892f,-0.050524217480835965f,-0.9986177462418825f,0.18798651820545448f,-0.22374278724487773f,0.9732339823177785f,-0.05248600592321249f,1.541688383376238f,0.9745405403661567f,0.2241939319201733f,0.002795724058573777f,-0.22079474200889426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,0.2569675524580286f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.1977092902249056f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.001357221047545789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,0.27369715049029086f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.089593348556643f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,-0.11633464870930588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,-0.3122539275894438f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.160413277723976f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.14189961359903047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,-0.3681909014781355f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,2.0475361429704884f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.0421493258700279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951624989071091f,0.2623760813799517f,-0.1599020703278948f,0.1656427120631509f,0.07157227602873283f,0.6953798661619189f,0.7150694029537962f,2.2501483941594853f,0.29880978812534387f,0.6690333576559037f,-0.6805197108564559f,0.07245784189670368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980953568254517f,0.11027885034576763f,-0.1599020703278948f,0.053762885749559716f,-0.03809027481935087f,0.6980149568050014f,0.7150694029537962f,2.2527951292871746f,0.19047106838813482f,0.7075405961801258f,-0.6805197108564559f,0.10152741159087933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9164699559826082f,0.39903366954507846f,-0.029239534035717024f,0.02054057060338521f,0.05428537945230598f,0.1964167816631961f,0.9790166216458183f,2.301153673469079f,0.3964037302535835f,0.8956520409458468f,-0.20167177341061543f,0.05627038698610379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949229088432181f,0.0962987804093279f,-0.029239534035717024f,0.05088900010470611f,-0.009067659646690495f,0.2035785649073602f,0.9790166216458183f,2.3030410064006155f,0.10023064904250395f,0.9743111991565812f,-0.20167177341061543f,0.06103236411843954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676093086580857f,0.2507534156249838f,-0.029239534035717024f,0.12426999538819858f,0.022890682185419578f,0.20249066944008703f,0.9790166216458183f,2.3546739253787003f,0.25141249465232995f,0.9466362835546231f,-0.20167177341061543f,0.1460906720034225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676093086580857f,0.1953549428682948f,-0.1599020703278948f,0.08031513324283232f,0.022890682185419578f,0.6986785853512241f,0.7150694029537962f,2.1974712436746753f,0.25141249465232995f,0.6882475431620061f,-0.6805197108564559f,-0.008765025208028621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526358657031327f,-0.17886268360225827f,-0.24595334474375763f,-0.22513808315180217f,-0.21729740093161948f,0.9661524065892477f,0.13903728561133544f,2.275226687471477f,0.21275983390763917f,0.1858969275066253f,-0.959257830522738f,0.11340040555853666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.02763550513210082f,-0.24595334474375763f,-0.11381524396390985f,-0.063482574469667f,0.9882502698955035f,0.13903728561133544f,2.2924979047991174f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,0.08736060617052123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334218885863068f,-0.2612097435344459f,-0.24595334474375763f,-0.09205432587758287f,-0.30067624932091896f,0.9435371886174581f,0.13903728561133544f,2.289646952349593f,0.19574823371432307f,0.20373277492473438f,-0.959257830522738f,0.08136789066161228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684552194410012f,0.04001799778650686f,-0.24595334474375763f,-0.12053253513295402f,0.00560891989570847f,0.9902712624465256f,0.13903728561133544f,2.297682805536161f,0.2491245229901827f,0.13327185233845765f,-0.959257830522738f,0.08983442987023882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627921227060958f,-0.11197446434097755f,-0.24595334474375763f,-0.18710102763706737f,-0.14937269040121293f,0.9789568083281996f,0.13903728561133544f,2.401865881931103f,0.2252090757882415f,0.17060271616658337f,-0.959257830522738f,0.08942585935561626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627921227060958f,-0.11197446434097755f,-0.24595334474375763f,-0.16190677316034746f,-0.14937269040121293f,0.9789568083281996f,0.13903728561133544f,2.1816006000572585f,0.2252090757882415f,0.17060271616658337f,-0.959257830522738f,0.05104024821813506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968887625612719f,-0.027635505132100814f,-0.24595334474375763f,-0.018946581555313473f,-0.06348257446966699f,0.9882502698955034f,0.13903728561133544f,1.6787127433691669f,0.23922109370465477f,0.15032525705136346f,-0.959257830522738f,-0.025927275529935012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.014487937697697892f,-0.050524217480835965f,-0.9986177462418825f,1.3471114790620885e-17f,-0.22374278724487773f,0.9732339823177785f,-0.05248600592321249f,1.31375f,0.9745405403661567f,0.2241939319201733f,0.002795724058573777f,-0.11f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011681747534121696f,-0.28920035177182024f,-0.9571973115871171f,0.18698174274082055f,-0.1912577860376657f,0.9389427475772515f,-0.2860191882585019f,0.6951593348862539f,0.9814703235730152f,0.18641264256250786f,-0.04434332687500042f,-0.3398368065423758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011681747534121696f,-0.4550674068786277f,-0.890380363648767f,0.0132028767390446f,-0.1912577860376657f,0.8729843108135471f,-0.4486856943934885f,1.0285302185781773f,0.9814703235730152f,0.17553361008695165f,-0.07683720241733484f,-0.2728049091904211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.016910529926216077f,0.1282506741233252f,-0.9915975991119216f,0.30265994207884156f,0.14319950611263038f,0.9818261074676712f,0.12454475558601356f,1.1029725190733894f,0.989549359772777f,-0.13989016863880663f,-0.034968632965744394f,-0.018825080637405248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.016910529926216077f,-0.9791196578429949f,-0.20258018067676603f,-0.02464920980354385f,0.14319950611263038f,0.19814873577284067f,-0.9696550829860708f,1.0536181700062963f,0.989549359772777f,-0.04540676312006383f,0.13685865130215596f,-0.017276348188890983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07312298338683536f,-0.6830204462216231f,-0.7267297292280147f,0.00005876421991088225f,-0.02370284521013953f,0.7296648225094883f,-0.6833940458631032f,1.2036358546781203f,0.9970412250401447f,-0.032746249180811614f,-0.06954479660647103f,-0.12416519667348057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08541035279534505f,-0.628236417449484f,-0.7733201635969493f,-0.00009454555663273613f,-0.22928204985405976f,0.7429323250995191f,-0.6288730411910999f,1.1660673029125188f,0.9696054936158803f,0.23102070061459873f,-0.08058922159597254f,-0.12899697060732165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,-0.6072855320674341f,-0.7944594913974764f,0.00005876421991088225f,-0.12758394587554114f,0.7875017310599937f,-0.6029621549752028f,1.2036358546781203f,0.9918084178331973f,0.10509665132194708f,-0.07259997380249367f,-0.12416519667348057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.010940488072777178f,-0.016179908933456666f,-0.9998092399391167f,0.007434775053563589f,-0.04078064470315508f,0.9990299941362313f,-0.016613543684495746f,1.2272848356959623f,0.9991082247376027f,0.04095462566141541f,0.010270048617649397f,-0.12116913075304603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0014057479461282558f,-0.015102410816564688f,-0.9998849639134691f,0.007434775053563589f,-0.21341625618252158f,0.9768453638080337f,-0.0150544612585925f,1.2272848356959623f,0.9769603499987848f,0.2134128683896026f,-0.001849901611943594f,-0.12116913075304603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,0.05469943704257581f,-0.9984836365795828f,0.007434775053563589f,-0.12758394587554114f,0.9903857510525611f,0.05346401469101755f,1.2272848356959623f,0.9918084178331973f,0.12705918187710652f,0.013115891732171793f,-0.12116913075304603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.009406188897741379f,-0.3319402474044776f,-0.9432535161680947f,0.011599196671135268f,0.05480637873500285f,0.9417062126427177f,-0.3319422689566123f,1.2264598813060472f,0.9984526951540444f,-0.05481862113518247f,0.009334576394346325f,0.0740489576579556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0172343461643038f,-0.29710812088227756f,-0.9546882956327112f,-0.0019965840080560585f,-0.25547494646109614f,0.9218266030679588f,-0.2914931656263795f,1.2674772276773683f,0.9666620552411214f,0.24892263533473574f,-0.060016602494819236f,-0.3112901756640811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,-0.17148439952865463f,-0.9851673470270216f,0.019033640860240154f,-0.12758394587554114f,0.9769992081838417f,-0.1708651045795292f,1.091958277289322f,0.9918084178331973f,0.12675033698749374f,-0.01582448699852451f,-0.13077266990863498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.006196698317384739f,-0.08496885775501237f,-0.9963643380519858f,1.3471114790620885e-17f,-0.12758394587554114f,0.9881733063318617f,-0.08506381961788197f,1.31375f,0.9918084178331973f,0.12764720860624038f,-0.004717250284290888f,-0.11f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1587358547544953f,-0.7348717029511523f,-0.6593682647936835f,-0.8826952223579493f,0.2808136594596836f,0.6066502069134181f,-0.7437198498848662f,2.4555051556910614f,0.9465445668726963f,-0.3032146214376551f,0.11006487300768975f,-0.6156847878431114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42252461116000545f,-0.7348717029511523f,-0.5305059218950902f,-0.9106033405321898f,-0.059805983905826726f,0.6066502069134181f,-0.7927160719582788f,2.4661164198118155f,0.9043761370431783f,-0.3032146214376551f,-0.3002743680257729f,-0.5268163428599104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2976865938585651f,-0.7348717029511523f,-0.6093818770184743f,-0.8052419998922984f,0.1131868172880416f,0.6066502069134181f,-0.7868699199004309f,2.578841275736503f,0.9479300798208108f,-0.3032146214376551f,-0.09741384458756513f,-0.5566384886633762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9189030963729623f,0.0011239433557813795f,-0.39448173117080493f,0.6184265622710203f,-0.05105517157907423f,0.9919243066403691f,-0.11610141838519511f,1.731497451354608f,0.3911655262561023f,0.12682628531718423f,0.9115396998603135f,-0.33301208189741377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9189030963729623f,0.0011239433557813795f,-0.39448173117080493f,0.5322793969860551f,-0.05105517157907423f,0.9919243066403691f,-0.11610141838519511f,1.736283873690146f,0.3911655262561023f,0.12682628531718423f,0.9115396998603135f,-0.36968384998392334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9189030963729623f,0.0011239433557813795f,-0.39448173117080493f,0.6345252393041585f,-0.05105517157907423f,0.9919243066403691f,-0.11610141838519511f,1.7513058752801562f,0.3911655262561023f,0.12682628531718423f,0.9115396998603135f,-0.4880789209197156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.682341120913655e-8f,1.2454897066998543e-8f,-0.000015624695040306574f,0.6876637249164277f,-0.0000019934991543053306f,0.000015497308996138132f,0f,1.4775940725481445f,0.00001549700652864371f,0.00000199346024634431f,9.762119349364193e-8f,-0.08594280487251586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..e6b16996b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5837161085400899f,-0.11426793640102763f,-0.5596094957967646f,-0.07137920092826272f,-0.12685170029468598f,0.8061084124695679f,-0.03228494885522723f,1.1787188315574968f,0.5568919062148465f,0.06384755673389687f,-0.5939186297262872f,-0.32574190282231813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5711136113520459f,0.11540441758011824f,-0.5481888938417285f,-0.07137920092826272f,0.18738479468641117f,0.7771014929004911f,-0.0316260723479777f,1.1787188315574968f,0.5279357741702637f,-0.15098042964179717f,-0.5817978413645263f,-0.32574190282231813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8005651631007703f,0.12981820067867972f,0.09584935496095416f,-0.1366504668119712f,0.12685170029468598f,0.8061084124695679f,-0.03228494885522723f,1.1787188315574968f,-0.09974221877534162f,-0.016760267384129477f,-0.8103795577847634f,-0.3041865011790172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.773196777060773f,-0.18262202046646112f,0.09389324567603674f,-0.1366504668119712f,-0.18738479468641117f,0.7771014929004911f,-0.0316260723479777f,1.1787188315574968f,-0.08398620519564322f,-0.05255917971749009f,-0.7938411994626254f,-0.3041865011790172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.05719978604444576f,0.8918440334813205f,1.2816975674550677f,-0.5489271404263925f,1.5612506917126618f,-0.053294480892551614f,-0.032591807760971904f,0.8725204286848235f,0.02511398222513368f,1.2818658932392897f,-0.8930819501292322f,0.19744916373375737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4127747588513213f,-0.7913610263152522f,-0.45095978144897125f,-0.47123043373610307f,-0.8581800500181417f,0.5037969369548337f,-0.09856798702310487f,1.0961896520059704f,0.3051950199562456f,0.34631831072612607f,-0.887084904307197f,0.11827611330425106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5182760876160075f,-0.7913610263152522f,-0.3242493223350126f,-0.2842119193691267f,-0.8533095793189379f,0.5037969369548337f,0.13435552894266922f,1.4136080993411309f,0.057032086126860504f,0.34631831072612607f,-0.9363818498923505f,0.09107959282209488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4473112387238023f,0.8886948831233252f,0.10066807051789997f,0.448169071219628f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2465481470739688f,-0.816560015952266f,0.4517168319377495f,-0.35941848045441105f,0.1402286618804127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.43239622583540827f,0.8621139364953277f,0.26418377009919536f,0.2825566217105764f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4136080993411309f,-0.7441064293200171f,-0.175697095790666f,-0.644543367334844f,-0.09609195006673443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9550308339963243f,0.055272357535205804f,-0.2913092387975112f,-0.08981772566654049f,0.23703780095507854f,0.7325446765926205f,-0.6381154893232053f,1.089430089746506f,0.17812688464874032f,-0.6784712693167733f,-0.712704391509566f,0.30951881117933333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9534215024362215f,0.038970166508395285f,-0.29911329762243244f,-0.08438027755635658f,0.1327671873385249f,0.9446152997469078f,-0.3001246565183816f,1.2646696793458112f,0.2708510894541038f,-0.32585773215679176f,-0.9057904977063722f,0.24275929578927005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.16848954418904916f,-0.26447560740865056f,0.2168799286429108f,0f,0.8433914458128857f,-0.5372996083468239f,1.0776207589702462f,0.3135858310179339f,-0.5101981405577803f,-0.80085066270571f,0.15845892777636966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.013678421835452065f,-0.31328736679173586f,0.2123571785063152f,0f,0.9990482215818578f,-0.04361938736533605f,1.2646696793458112f,0.3135858310179339f,-0.04141921933376658f,-0.948656088819638f,0.1447637235961657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,0.3008791490307772f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.9481027263660682f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,0.006239910083653814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,0.32533717353551633f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.8271333774495777f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,-0.09666069321897994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,-0.2825951290562045f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.954074262283675f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,0.0746384303137011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,-0.33262318260512264f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.8338672371013476f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,-0.019530447002118118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9785121807885407f,0.1705674978980568f,-0.11584748900709993f,0.2021520030765085f,0.16630280289204902f,0.9850196561840664f,0.045603231039827025f,2.0567577390242597f,0.12189048280609129f,0.02535755492589831f,-0.9922195848749801f,0.0007142295971469259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9931477073820965f,0.015394499421391303f,-0.11584748900709993f,0.08791140877983808f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,2.067994893380587f,0.11642301315752729f,0.04411323381757691f,-0.9922195848749801f,0.014568961702663648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9599227095518212f,0.2552013929770752f,-0.11584748900709993f,0.06566148309236995f,0.2515200902746211f,0.9667771146996471f,0.045603231039827025f,2.063906960908854f,0.12363670925310243f,0.014637606210914582f,-0.9922195848749801f,0.016978887014514242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9918023154770352f,-0.05392148277951182f,-0.11584748900709993f,0.09472341631910744f,-0.05954073738014512f,0.9971836570617054f,0.045603231039827025f,2.0736013602247962f,0.11306222891231148f,0.05212703505765568f,-0.9922195848749801f,0.014031297486153144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9880267614847171f,0.10189444479838697f,-0.11584748900709993f,0.15010543344687513f,0.09718619983850249f,0.9942208949120305f,0.045603231039827025f,2.1790619150211166f,0.11982471010176625f,0.03379843546008694f,-0.9922195848749801f,-0.01908287005829728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9880267614847171f,0.10189444479838697f,-0.11584748900709993f,0.1271791833672381f,0.09718619983850249f,0.9942208949120305f,0.045603231039827025f,1.95536221366591f,0.11982471010176625f,0.03379843546008694f,-0.9922195848749801f,-0.026687518036816828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9833286413516358f,-0.14015756272244326f,-0.11584748900709993f,-0.18564888491519094f,-0.14622444918561256f,0.9881997549984984f,0.045603231039827025f,2.0607266662220707f,0.10808882253919674f,0.061782698489237405f,-0.9922195848749801f,0.04617468583096282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391289f,-0.11584748900709993f,-0.07109801809253241f,0.010164316455501615f,0.9989079196751424f,0.045603231039827025f,2.0696222667532735f,0.11642301315752727f,0.044113233817576925f,-0.9922195848749801f,0.03320904560894462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9673712425154831f,-0.22532695898360666f,-0.11584748900709993f,-0.048981091181237016f,-0.23179530464004106f,0.9716950561084269f,0.045603231039827025f,2.065080264130045f,0.10229279496074326f,0.07096815827990272f,-0.9922195848749801f,0.030418009749088405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9896545834876508f,0.08463548116856306f,-0.11584748900709993f,-0.07773509813590096f,0.07981985076309066f,0.995765603313795f,0.045603231039827025f,2.075366377556394f,0.11921659618544f,0.03588451733658568f,-0.9922195848749801f,0.034247967925284846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9907101995473167f,-0.07122260739165406f,-0.11584748900709993f,-0.13713283014140815f,-0.07693492351310771f,0.9959926520124335f,0.045603231039827025f,2.1820016394825825f,0.11213526678502218f,0.054092303829416294f,-0.9922195848749801f,0.014589003614183638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9907101995473167f,-0.07122260739165406f,-0.11584748900709993f,-0.12110774347828601f,-0.07693492351310771f,0.9959926520124335f,0.045603231039827025f,1.9579032927797853f,0.11213526678502218f,0.054092303829416294f,-0.9922195848749801f,0.002418235252564991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9931477073820966f,0.015394499421391294f,-0.11584748900709993f,-0.0012337269775151193f,0.010164316455501615f,0.9989079196751423f,0.045603231039827025f,1.4432673434193424f,0.11642301315752729f,0.04411323381757692f,-0.9922195848749801f,-0.003735811696290968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.013678421835452065f,-0.31328736679173586f,0.003895681210779405f,0f,0.9990482215818578f,-0.04361938736533605f,1.0686242603261458f,0.3135858310179339f,-0.04141921933376658f,-0.948656088819638f,0.011796395553871498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9257725646644344f,-0.336809807801008f,-0.1717681922932285f,0.24484919792526422f,-0.1205904774487396f,0.6936336699032555f,-0.7101621425598708f,0.861273435504545f,0.35833377633614244f,-0.636735019726094f,-0.6827630770560823f,0.3275836172198997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9257725646644344f,-0.34215660504794704f,0.16085402120151882f,0.14624570954427704f,-0.1205904774487396f,-0.13600520760823592f,-0.9833415074388578f,0.7762606367050522f,0.35833377633614244f,-0.9297480524989032f,0.08464906149022378f,0.04422730245106063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9559724051386157f,-0.015570573378323072f,-0.29304320135120077f,-0.008941805904812805f,0.16042999720436046f,0.8084252211133576f,-0.5663134095753233f,0.7905111023869211f,0.24572133934703155f,-0.5883929121875018f,-0.7703342159588992f,0.4406008153343899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9559724051386157f,-0.2335656566254146f,-0.1776621643981325f,-0.09689101979650444f,0.16042999720436046f,0.09097186834952092f,-0.9828460383834319f,0.7801182337440797f,0.24572133934703155f,-0.9680760317320827f,-0.04949565814659518f,0.10522215483316372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9698694191721541f,-0.09202898082733894f,-0.2255747690734706f,0.01052399212839286f,0.0938926850505363f,0.7131857486274185f,-0.6946583704589973f,0.9629297035744764f,0.22480541240964172f,-0.6949077310281054f,-0.6830561996707891f,0.031867385249296255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9130030671668715f,-0.36799976821686037f,-0.17607262687942654f,0.011850128614767414f,-0.0938926850505363f,0.6095673144226402f,-0.7871542751466011f,0.9255166414904273f,0.39700070911509155f,-0.7021423358407517f,-0.5910893140483995f,0.0358830194106361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.21783502237394847f,-0.2255747690734706f,0.01052399212839286f,0f,0.7193398003386512f,-0.6946583704589973f,0.9629297035744764f,0.3135858310179339f,-0.6596197045844603f,-0.6830561996707891f,0.031867385249296255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9541650293301623f,-0.011178654349074585f,-0.2990721225562727f,0.010500358938562661f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9879105409052625f,0.2875062521269304f,-0.31178240382315386f,-0.9056113336604074f,0.03179582229525747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9377279655809795f,-0.17669784400790814f,-0.2990721225562727f,0.010500358938562661f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9879105409052625f,0.3372788323865893f,-0.2571207917881346f,-0.9056113336604074f,0.03179582229525747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.09429707802945969f,-0.2990721225562727f,0.010500358938562661f,0f,0.9537169507482269f,-0.30070579950427306f,0.9879105409052625f,0.3135858310179339f,-0.28553815669820737f,-0.9056113336604074f,0.03179582229525747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9570999216745913f,-0.010204361379870852f,-0.28957833299354413f,-0.1734374336401763f,0.12059047744873963f,0.8946921989195289f,-0.43009743772920006f,1.0003335550386931f,0.2634723451885908f,-0.44656661339756143f,-0.8550792846978909f,0.09267247440200842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9257725646644344f,-0.2808764123941314f,-0.2530881259072368f,0.19054894678555487f,-0.1205904774487396f,0.853802163348527f,-0.5064383502560408f,1.0003632773996316f,0.35833377633614244f,-0.43832671242119964f,-0.8242976391539055f,-0.040857614133251244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.14479782260268667f,-0.2781540292441026f,0.019394980173691453f,0f,0.8870108331782217f,-0.46174861323503386f,0.8623206669545095f,0.3135858310179339f,-0.4384579482618576f,-0.8422698820394766f,0.08364279266593158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9495598594005497f,-0.12000410215500197f,-0.28971553096301217f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.06875f,0.3135858310179339f,-0.36338082623151435f,-0.877278918994463f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8015196347953703f,-0.15476562492758333f,-0.5775931754948895f,0.07400618244493802f,0f,0.9659258262890683f,-0.2588190451025207f,1.146875f,0.5979684565572799f,0.20744854650865893f,0.7742085155266303f,0.35966132552937924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8015196347953703f,-0.15476562492758333f,-0.5775931754948895f,0.14914864820700396f,0f,0.9659258262890683f,-0.2588190451025207f,1.146875f,0.5979684565572799f,0.20744854650865893f,0.7742085155266303f,0.41572086833162425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8015196347953703f,-0.15476562492758333f,-0.5775931754948895f,0.19821639165020444f,0f,0.9659258262890683f,-0.2588190451025207f,1.1856978567653782f,0.5979684565572799f,0.20744854650865893f,0.7742085155266303f,0.2715598196015072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18652511679427397f,-0.48901548026864533f,-0.8520987271804296f,0.34564734268797204f,-0.4015987478825378f,0.8294993993759021f,-0.3881355332022505f,1.955333376707998f,0.8966196665833623f,0.26980475624540723f,-0.351110476920436f,-0.6806756427179221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.34994907596950453f,-0.48901548026864533f,-0.7989990640080348f,0.33759261833133714f,-0.09675986964971453f,0.8294993993759021f,-0.5500620638258811f,1.9798961232920027f,0.9317581080159483f,0.26980475624540723f,0.2429654742013693f,-0.7707914315442348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.08591705980410586f,-0.48901548026864533f,-0.8680334779789565f,0.47182500220649803f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.041600699910965f,0.9612350808140022f,0.26980475624540723f,-0.05685519254962168f,-0.7172052582486352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001483687280313359f,0f,-0.000004899778609655218f,0.2087368105396061f,0f,0.000015625f,0f,1.2348725f,0.000004899778609655218f,0f,-0.00001483687280313359f,0.6550857090732498f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5.mcfunction new file mode 100644 index 000000000..b34f9fbb7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50.mcfunction new file mode 100644 index 000000000..441942965 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..dc7d6b9b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16464653650012337f,-0.7329629490645151f,-0.6600430541390181f,-0.879518599062895f,0.2780069706221411f,0.6075607962628502f,-0.7440309154396418f,2.4557668583992585f,0.946363377516276f,-0.3059986832375275f,0.10373602822976109f,-0.6171748820056352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42816668635293f,-0.7329629490645151f,-0.5286195266883364f,-0.9079814009371049f,-0.06248116983912709f,0.6075607962628502f,-0.7918118351350816f,2.4661149207062087f,0.9015372383396515f,-0.3059986832375275f,-0.30593367540009964f,-0.5284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.578925809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5480242505535988f,0.0011420559914417693f,-0.8364616647003488f,0.5370943870396477f,-0.10918025779586298f,0.9915416021444748f,-0.0701777922451025f,1.7355194525886222f,0.8293063921813186f,0.12978423218896923f,0.5435135333755036f,-0.36178151631412536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5480242505535988f,0.0011420559914417693f,-0.8364616647003488f,0.4857171135502478f,-0.10918025779586298f,0.9915416021444748f,-0.0701777922451025f,1.7457551017569843f,0.8293063921813186f,0.12978423218896923f,0.5435135333755036f,-0.43952899058112394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5480242505535988f,0.0011420559914417693f,-0.8364616647003488f,0.6368750000000001f,-0.10918025779586298f,0.9915416021444748f,-0.0701777922451025f,1.7511639460095687f,0.8293063921813186f,0.12978423218896923f,0.5435135333755036f,-0.4821822834539502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51.mcfunction new file mode 100644 index 000000000..f596946b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..c9881f863 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5174920961001296f,0.04815773873095207f,-0.6299422252228059f,-0.32489291980444157f,-0.2570614714189509f,0.7598879897518279f,-0.15308196297178203f,1.4333233717833371f,0.5771185102128181f,0.29528887496092965f,0.49667207485270426f,-0.12720714256648258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4863962689721883f,-0.15041015746466918f,-0.6170862614427486f,-0.32489291980444157f,0.05221490163921681f,0.7840830631290954f,-0.14995784127848036f,1.4333233717833371f,0.6330025857583377f,0.0508972950710391f,0.48653591005979197f,-0.12720714256648258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5064260735477762f,0.046206500385843834f,-0.6390164597234721f,-0.32405815308673286f,-0.03480875042017823f,0.8113525847274314f,0.08625415117399403f,1.4113061071402457f,0.6397385617340982f,0.08072414151078652f,-0.5011612814775085f,-0.03541338568011121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.475649775914527f,-0.14802771731165626f,-0.6259753074842176f,-0.32405815308673286f,-0.3356574211075368f,0.7212453693969013f,0.08449386237452478f,1.4113061071402457f,0.5487179478820591f,0.3128784301146818f,-0.49093350022286547f,-0.03541338568011121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08235606996504792f,-0.0004916170879673226f,1.560328005918163f,-0.005407400285994627f,1.5574167300284274f,-0.09543105014180493f,0.08217234143184998f,1.3999713375697418f,0.0952725394196688f,1.5595829323833572f,0.005519986508726174f,0.7606971387509016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0003146349362995182f,-0.9986099237876244f,0.05270788477763045f,-0.004848701651802793f,-0.061075872090755406f,-0.05259029851638374f,-0.9967467072181935f,1.411797245266425f,0.9981330767253486f,-0.003532791365585181f,-0.06097442522858826f,0.5679034110654275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.9986099237876244f,0.05196176935720337f,-0.009620714826161362f,-0.23323124166091053f,-0.05259029851638374f,-0.9709981711698882f,1.4771758582531433f,0.9723810946718195f,-0.003532791365585181f,-0.23337207654302003f,0.2358993553986381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962881498541503f,-0.024037363333721f,-0.26885205026265374f,0.23880865228829357f,0.21867666313678485f,0.5144401984611996f,-0.829175373010175f,1.415628826806636f,0.15823949180223906f,-0.8571892949466672f,-0.49008853879988346f,-0.4943199996803435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7118130738740256f,-0.024037363333721f,-0.7019575151146784f,0.01055364459314535f,0.5932511167775929f,0.5144401984611996f,-0.6191965718972776f,1.6085974052276912f,0.3759990163606149f,-0.8571892949466672f,-0.35192506634891163f,-0.34659015391705544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.5803768327275097f,-0.8143000291017066f,0.2551773918020022f,-0.23323124166091053f,0.7906748046689442f,-0.5660711449765273f,1.3024055483886912f,0.9723810946718195f,0.19492584563087312f,-0.12837025134322586f,0.04534552110948209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.3086504819064128f,-0.9511344202481558f,0.19136083631799888f,-0.23323124166091053f,0.9243008399687814f,-0.30211114700771136f,1.4738237612140395f,0.9723810946718195f,0.22450576217982512f,-0.06381355242336663f,0.08704151681555326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.5443051741827383f,-0.8388406777927231f,0.20458161346624787f,-0.23323124166091053f,0.814613934003162f,-0.5310436200927396f,1.3649750565044474f,0.9723810946718195f,0.20033975113738925f,-0.11974552534037713f,-0.2605627596751717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.05196176935720359f,-0.9986099237876244f,0.18859746968809957f,-0.23323124166091053f,0.9709981711698882f,-0.05259029851638396f,1.546708524233074f,0.9723810946718195f,0.23337207654302003f,-0.0035327913655852326f,-0.21682757526939034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,0.2561974459075636f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.2005908565825063f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,0.011263022487433896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,0.2732148278657997f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.093671811754729f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,-0.10747635204520865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,-0.3133112704902557f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.1617039087518988f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,0.15020141615645574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,-0.3689971289232305f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,2.0498205727117034f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,0.049198857836879786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.95231918260835f,0.2602420154168828f,-0.15925535422058432f,0.16466954952139085f,0.06841137396170036f,0.690816069081523f,0.719786803582439f,2.252580545109184f,0.29733492621761937f,0.6745719028469177f,-0.6756809080776605f,0.08253799875932222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9813053736500907f,0.10806246248134803f,-0.15925535422058432f,0.052726865110256774f,-0.040498325781898006f,0.6930128736159514f,0.719786803582439f,2.254899500951066f,0.18814794512383f,0.7127802334556065f,-0.6756809080776605f,0.11139278130282185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9173606297847112f,0.3968853544077891f,-0.030520327285308305f,0.019576726667100308f,0.05086001634428511f,0.19291152259701455f,0.9798971390848943f,2.3032512872304474f,0.3947945461356548f,0.8973667922905917f,-0.1971550314743124f,0.06655639183305907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951061240799064f,0.09398037795765896f,-0.030520327285308305f,0.04991218100227188f,-0.011242188930113816f,0.19918637001888212f,0.9798971390848943f,2.3051683759040835f,0.09817033669457575f,0.9754447593573083f,-0.1971550314743124f,0.07138863833920206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681529462584568f,0.24849221773220176f,-0.030520327285308305f,0.12303216542345956f,0.020055834308168166f,0.19849272108428234f,0.9798971390848943f,2.356528848394778f,0.24955487605188872f,0.9480781916082079f,-0.1971550314743124f,0.15683578150401417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681529462584568f,0.19317765088939898f,-0.15925535422058432f,0.07956719397334486f,0.020055834308168166f,0.6939054120690936f,0.719786803582439f,2.200400130679232f,0.24955487605188872f,0.6936697155693587f,-0.6756809080776605f,0.0007600955009086779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9530171955639858f,-0.17958041469333372f,-0.24394487003814266f,-0.22617264830598943f,-0.2197258185492021f,0.964174228301121f,0.14862241467161252f,2.276825707091729f,0.20851568195759063f,0.1952407030782975f,-0.9583330727045025f,0.12304766246203057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693765385494795f,-0.02828474662965226f,-0.24394487003814266f,-0.11480003633069699f,-0.06619054949890645f,0.986676334475603f,0.14862241467161252f,2.2943929814058595f,0.2364908828408882f,0.16021792688049707f,-0.9583330727045025f,0.09742203466536913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933739212985577f,-0.2619579785292855f,-0.24394487003814266f,-0.09302539313040444f,-0.30292301647831843f,0.9413548873537841f,0.14862241467161252f,2.2916093144981593f,0.19070586834377243f,0.212671092393853f,-0.9583330727045025f,0.0914475692460257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968988230207898f,0.039404442651049004f,-0.24394487003814266f,-0.12152432656135535f,0.0027977491727446957f,0.9888900598432292f,0.14862241467161252f,2.2995506043019556f,0.2470910405460556f,0.14333087400352557f,-0.9583330727045025f,0.09993357740948791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9632225900565834f,-0.11266384684876174f,-0.24394487003814266f,-0.18812630620499637f,-0.15193318325734784f,0.9771528466327406f,0.14862241467161252f,2.4037118837968716f,0.2216270512143693f,0.18021978784464915f,-0.9583330727045025f,0.10043226847617673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9632225900565834f,-0.11266384684876174f,-0.24394487003814266f,-0.16277694066402504f,-0.15193318325734784f,0.9771528466327406f,0.14862241467161252f,2.183852493304505f,0.2216270512143693f,0.18021978784464915f,-0.9583330727045025f,0.05988281621113074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693765385494796f,-0.028284746629652247f,-0.24394487003814266f,-0.019485663508951333f,-0.06619054949890643f,0.986676334475603f,0.14862241467161252f,1.681810240114634f,0.23649088284088823f,0.16021792688049705f,-0.9583330727045025f,-0.02184232314821935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008842773215677797f,-0.05196176935720359f,-0.9986099237876244f,1.3392351858520168e-17f,-0.23323124166091053f,0.9709981711698882f,-0.05259029851638396f,1.317685925925926f,0.9723810946718195f,0.23337207654302003f,-0.0035327913655852326f,-0.10935685185185186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005726992037737499f,-0.2966244441380567f,-0.9549770367406688f,0.1929509271119149f,-0.19924882771342511f,0.9355049495057799f,-0.2917711330906708f,0.7025858023638962f,0.9799321947038099f,0.19194902601987066f,-0.05374444336857052f,-0.3411276043777167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005726992037737499f,-0.4656881825255439f,-0.8849303465348306f,0.01540730752405129f,-0.19924882771342511f,0.86666876688971f,-0.45736763457058843f,1.0330032697405982f,0.9799321947038099f,0.17894067495660462f,-0.087824419320877f,-0.2729064720505112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025179548498501958f,0.12096489129190714f,-0.9923373848707647f,0.30253570544633535f,0.14691985405053287f,0.9823211534223809f,0.11601598176411981f,1.1076838336057502f,0.98882786511262f,-0.14287283371466936f,-0.04250654729754875f,-0.016763370470987863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025179548498501958f,-0.9797875439034875f,-0.1984498907759406f,-0.024384475454448697f,0.14691985405053287f,0.1927303726225714f,-0.9701904761203f,1.0571915389429523f,0.98882786511262f,-0.05358518713540114f,0.13909737918624618f,-0.017585942342486338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08074605582829808f,-0.6883994435706748f,-0.7208233351936927f,0.0005573530769712835f,-0.027321616599741083f,0.7244416588315322f,-0.688794462968304f,1.207615544386993f,0.9963601777141388f,-0.03592337736075255f,-0.07730399229306885f,-0.1238475977064063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07969902362900366f,-0.6365782035023853f,-0.7670829527881973f,0.0007538772737437707f,-0.23149742850277966f,0.736671411587116f,-0.6353929272087044f,1.170061790311423f,0.9695653697555332f,0.22821792693809512f,-0.08865422491282826f,-0.12879153925861908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,-0.6146087491268055f,-0.7888319254932619f,0.0005573530769712835f,-0.13052619222005157f,0.78212582635837f,-0.60929640150568f,1.207615544386993f,0.9914447207611515f,0.10264149862516724f,-0.0806355283657407f,-0.1238475977064063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003835373150130026f,-0.019893595106417958f,-0.9997947463287359f,0.007826375814148879f,-0.04372794769880836f,0.9988424145275433f,-0.020042393341056335f,1.2312816762306396f,0.9990361137130378f,0.04379584243429099f,0.0029610272915352696f,-0.12072802049057543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004887421495232257f,-0.019985413199669885f,-0.999788325782196f,0.007826375814148879f,-0.21633105360463048f,0.9761456233165259f,-0.0184552790903224f,1.2312816762306396f,0.9763078348335829f,0.21619506317034548f,-0.009094300596082554f,-0.12072802049057543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,0.050041422230875654f,-0.9987470036209044f,0.007826375814148879f,-0.13052619222005157f,0.990199271237694f,0.04968215358530462f,1.2312816762306396f,0.9914447207611515f,0.13038887721523978f,0.006008857910743268f,-0.12072802049057543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016818674416209958f,-0.3364746423674581f,-0.9415423236554864f,0.010579725748663095f,0.051607855136542424f,0.9401281765850249f,-0.3368911409923414f,1.2298878608124773f,0.998525794098023f,-0.05425704225819161f,0.001553024888931026f,0.07451183543725046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011151307144969464f,-0.304995158317763f,-0.9522886126336286f,-0.00037223033301678025f,-0.2583011534581895f,0.9191466706116646f,-0.297405299256185f,1.2720084326246686f,0.9660000840947828f,0.24929370490691255f,-0.06853091435737456f,-0.3107924958558185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,-0.17591032766625475f,-0.9844060533138621f,0.019981084406558696f,-0.13052619222005157f,0.9759965808972526f,-0.17433756686786273f,1.0960267667201717f,0.9914447207611515f,0.12839871766191144f,-0.023476264132504754f,-0.13064828131621736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0005280334994341351f,-0.08944429501884425f,-0.995991686345426f,1.3392351858520168e-17f,-0.13052619222005157f,0.9874771393747026f,-0.08861045286470509f,1.317685925925926f,0.9914447207611515f,0.1299562130139838f,-0.0121962442541319f,-0.10935685185185186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16524334222013806f,-0.7327998733094225f,-0.6600749832629721f,-0.8792480322461971f,0.27790236012835007f,0.6075607962628502f,-0.7440699947448118f,2.461052617314697f,0.9462900803067796f,-0.30638900848781436f,0.10325143771804265f,-0.6176119412825699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4285724721457722f,-0.7327998733094225f,-0.5285167753218017f,-0.9077580832905083f,-0.06236984367089815f,0.6075607962628502f,-0.7918206119096164f,2.4714006796216474f,0.9013521169439439f,-0.30638900848781436f,-0.3060884459735862f,-0.5289036716796618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30410721113932065f,-0.7327998733094225f,-0.6087061276270834f,-0.8021971386242902f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.584211568464833f,0.9462215424310204f,-0.30638900848781436f,-0.10387765937541502f,-0.5576761575748036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.0003188918691735007f,0.0018483261954083518f,-0.9999982409975786f,0.48708867776752507f,-0.1305261454079689f,0.991443250054238f,0.0017908899540306467f,1.7504601591667954f,0.9914448162519756f,0.1305253447119181f,0.0005574180849324749f,-0.43527255808207926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0003188918691735007f,0.0018483261954083518f,-0.9999982409975786f,0.48705878165479005f,-0.1305261454079689f,0.991443250054238f,0.0017908899540306467f,1.7626969852987926f,0.9914448162519756f,0.1305253447119181f,0.0005574180849324749f,-0.528220509605702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0003188918691735007f,0.0018483261954083518f,-0.9999982409975786f,0.6370734658607944f,-0.1305261454079689f,0.991443250054238f,0.0017908899540306467f,1.7563099387396894f,0.9914448162519756f,0.1305253447119181f,0.0005574180849324749f,-0.4818301465566305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-8.250523428658361e-9f,-1.086202015786198e-9f,-0.00001562499778396875f,0.6874845430868033f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4814451521171486f,0.00001549132376189299f,0.0000020394714641881853f,-8.321716870089881e-9f,-0.0801516097456598f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52.mcfunction new file mode 100644 index 000000000..70fe2c25b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..761286802 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.49993966115785266f,0.045045521571476996f,-0.6441860605695915f,-0.32709323994119793f,-0.2613027208172821f,0.7591128449699591f,-0.1497097897251363f,1.4398731214793292f,0.5905299888568754f,0.29776338598359037f,0.47911975817401903f,-0.12546142984447256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46934419125748567f,-0.14664684744112044f,-0.631039406272253f,-0.32709323994119793f,0.04808588425756832f,0.7849714701285092f,-0.1466544878940111f,1.4398731214793292f,0.6460679359541259f,0.04810918020365393f,0.4693418039255697f,-0.12546142984447256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4884655753174626f,0.04302233065885127f,-0.6530657740525875f,-0.32627768920412553f,-0.037236881739586544f,0.8117534317107168f,0.08132788690621891f,1.4186536364329918f,0.653421181790533f,0.07842123191457243f,-0.48356521175215716f,-0.03704433865169322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4582014176689265f,-0.14417655400949816f,-0.6397379011127388f,-0.32627768920412553f,-0.33800520722443583f,0.7206979036297f,0.07966813411221445f,1.4186536364329918f,0.5619643589546869f,0.31592349228523964f,-0.47369653396129685f,-0.03704433865169322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08242228792461209f,-0.00030324280560903397f,1.5603245574229334f,-0.005309049130628715f,1.5574002390537802f,-0.09563372755717675f,0.08224922825623976f,1.4069428268905053f,0.09548461576871785f,1.559570565315119f,0.005346957469419765f,0.7607216029061767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00019407539559021351f,-0.9986077167506774f,0.052750264271751515f,-0.004773638531930425f,-0.06120558563659337f,-0.0526395060839932f,-0.9967361529944193f,1.4187938140851657f,0.9981251618016762f,-0.003422052780429079f,-0.061110154091979646f,0.5679293491461312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.9986077167506774f,0.051982570067038f,-0.009587993377025305f,-0.23335715184479738f,-0.0526395060839932f,-0.9709652527676349f,1.4842153300619227f,0.9723497309238378f,-0.003422052780429079f,-0.23350436896792331f,0.23593435617224856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9642027289289112f,-0.024148591561812677f,-0.26406427825743733f,0.23995973864176867f,0.21447648547764803f,0.514564177247689f,-0.8301948835487756f,1.4237718762273015f,0.155926055241569f,-0.8571117506013961f,-0.4909648788638691f,-0.49375832394460395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7152898059361993f,-0.024148591561812677f,-0.6984105805680031f,0.0105112476397871f,0.5900718271404813f,0.514564177247689f,-0.6221245424418674f,1.6157135684766895f,0.3744004972470636f,-0.8571117506013961f,-0.35381310693947166f,-0.3465404416124807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.5803931900281638f,-0.8142869914923776f,0.25519636453303884f,-0.23335715184479738f,0.7906206023632699f,-0.5660949591734804f,1.309482952729546f,0.9723497309238378f,0.19509691972881565f,-0.12834793603587155f,0.045326637639637755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.3086700026260521f,-0.9511269047943123f,0.19137619588568963f,-0.23335715184479738f,0.9242563073782244f,-0.3021501579586767f,1.4808925718757213f,0.9723497309238378f,0.22466220810452772f,-0.0637408269630854f,0.08705242149071742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.5443220846073983f,-0.8388283660877427f,0.20456145715670337f,-0.23335715184479738f,0.8145608220467538f,-0.5310697758952212f,1.372089693846314f,0.9723497309238378f,0.2005096890306618f,-0.11971576912490445f,-0.2605675507745899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.05198257006703822f,-0.9986077167506774f,0.188573427039442f,-0.23335715184479738f,0.9709652527676349f,-0.05263950608399341f,1.5538166818272205f,0.9723497309238378f,0.23350436896792331f,-0.003422052780429131f,-0.21680686942298194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,0.25616774702426476f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.2076727316799607f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.011360735870652366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,0.2731764642789886f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.1007699633905106f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,-0.10739453419935759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,-0.3133226722570946f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.168739405182594f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.1503611259225911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,-0.36901485959148045f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,2.056866424999863f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.04935058649750948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.952287567321678f,0.26028709109866166f,-0.15937069784611643f,0.1646456585092103f,0.06832537247599207f,0.6907413512613346f,0.7198666745541722f,2.259648605900115f,0.2974559338802607f,0.674631022015044f,-0.6755686134911535f,0.08265324308866523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812811989902256f,0.10811192892714303f,-0.15937069784611643f,0.05270625714886992f,-0.04057158000437579f,0.6929256220997071f,0.7198666745541722f,2.261958244686579f,0.1882582147059041f,0.7128575545376415f,-0.6755686134911535f,0.11152150622943435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9173166669637266f,0.39698141772025763f,-0.030592262017939506f,0.01954843572560158f,0.05076308972833278f,0.19281465551777957f,0.9799212301704628f,2.3103142078225583f,0.3949091556697478f,0.8973451190051545f,-0.19702410046954288f,0.06669530358470774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.995093998148623f,0.09408532485576396f,-0.030592262017939506f,0.04988436345477619f,-0.011304438046138645f,0.19906429198042472f,0.9799212301704628f,2.312232177342621f,0.09828603425232854f,0.975459563131716f,-0.19702410046954288f,0.07152422755702285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681245523056466f,0.24859397564626828f,-0.030592262017939506f,0.12301185435533094f,0.01997525436941884f,0.1983818839362198f,0.9799212301704628f,2.3635851829574532f,0.2496714650012465f,0.9480747140380337f,-0.19702410046954288f,0.1569694346792617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681245523056466f,0.19322482213999717f,-0.15937069784611643f,0.07953626937383164f,0.01997525436941884f,0.69382487709738f,0.7198666745541722f,2.207474585610543f,0.2496714650012465f,0.6937371317940046f,-0.6755686134911535f,0.0008785800256108853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529817116202007f,-0.17960536475492705f,-0.24406509432666218f,-0.22619297190556675f,-0.21980031069416628f,0.9641399175214833f,0.14873480715829493f,2.2838690647460873f,0.20859933062256178f,0.1953871346658137f,-0.9582850238164544f,0.12321207300516154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693453945214628f,-0.028314940426348648f,-0.24406509432666218f,-0.11482425152996023f,-0.06626949191041123f,0.9866540992574452f,0.14873480715829493f,2.301445207970028f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,0.09757561583433746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9337016895277612f,-0.26197974101888555f,-0.24406509432666218f,-0.09305017355001136f,-0.3029942347766976f,0.9413142147187984f,0.14873480715829493f,2.298663400407252f,0.19077643634654745f,0.2128242572264952f,-0.9582850238164544f,0.09159822511540414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689592682579549f,0.03937214990735119f,-0.24406509432666218f,-0.12154850243212438f,0.00271744801057508f,0.9888733855332009f,0.14873480715829493f,2.306602170022525f,0.24720548524116376f,0.14345473570356063f,-0.9582850238164544f,0.1000886204491053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631889329782185f,-0.11269121136805199f,-0.24406509432666218f,-0.1881556018143457f,-0.1520098873421898f,0.977123815741792f,0.14873480715829493f,2.410760071174843f,0.22172071066658663f,0.180360027696276f,-0.9582850238164544f,0.10060868840703407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631889329782185f,-0.11269121136805199f,-0.24406509432666218f,-0.16280007925653406f,-0.1520098873421898f,0.977123815741792f,0.14873480715829493f,2.1909072126329403f,0.22172071066658663f,0.180360027696276f,-0.9582850238164544f,0.060027682175372035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693453945214627f,-0.02831494042634866f,-0.24406509432666218f,-0.01949346377513932f,-0.0662694919104112f,0.9866540992574453f,0.14873480715829493f,1.688882710528604f,0.23659640859904466f,0.16034947011802556f,-0.9582850238164544f,-0.021779565340732457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008968860307992483f,-0.05198257006703822f,-0.9986077167506774f,1.3390741674765733e-17f,-0.23335715184479738f,0.9709652527676349f,-0.05263950608399341f,1.3247707407407407f,0.9723497309238378f,0.23350436896792331f,-0.003422052780429131f,-0.1093437037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005744202062238557f,-0.30248162038273674f,-0.9531379089477566f,0.19596599599659212f,-0.19935313898574275f,0.9336746340591744f,-0.297506308657477f,0.7108022562410105f,0.9799108786615237f,0.1917199703867616f,-0.05493744475036988f,-0.3409356244156086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005744202062238557f,-0.471112125392804f,-0.882054629515963f,0.016354498190585598f,-0.19935313898574275f,0.8638239475112383f,-0.462673225595163f,1.04013513622967f,0.9799108786615237f,0.17849804764751992f,-0.08895570171059523f,-0.2728832437499916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02622572062147162f,0.11517460410803494f,-0.9929990041014349f,0.3029528600461547f,0.14700207274792224f,0.9829860594193599f,0.11013082036838245f,1.1166313379534376f,0.9887884516850401f,-0.14308465171273876f,-0.04271042330093601f,-0.016718063095431977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02622572062147162f,-0.980901424279325f,-0.19272936316160016f,-0.023662609930242683f,0.14700207274792224f,0.18691552113861076f,-0.9713150768753135f,1.0642048817125516f,0.9887884516850401f,-0.05380505370569755f,0.13929254829325186f,-0.017586730534406875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08197394448550148f,-0.6954581573251691f,-0.7138754960323039f,0.0008943211536172361f,-0.028118053593775755f,0.7176148866928356f,-0.6958722939296594f,1.214702496379863f,0.996237746467973f,-0.036970607334868906f,-0.07838065262362556f,-0.12383380456561068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0805178622477997f,-0.6441581989987145f,-0.7606425497707691f,0.0014687803022717652f,-0.23070099150874498f,0.730354993651858f,-0.6429297284810187f,1.1771525145005433f,0.9696875405902285f,0.22724831772870624f,-0.08980131242663794f,-0.12877692934142632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,-0.622449042485509f,-0.7826599838231671f,0.0008943211536172361f,-0.13052619222005157f,0.7760240855469015f,-0.6170490513691997f,1.214702496379863f,0.9914445894318762f,0.10170451396063095f,-0.08181575597823601f,-0.12383380456561068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0033656420628750535f,-0.022898687370178736f,-0.9997321254067146f,0.008090856137103204f,-0.04371531297463811f,0.9987786871880466f,-0.023024018555662232f,1.2383902047256972f,0.9990383595563457f,0.04378109335826205f,0.002360508276007453f,-0.12070992755872395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004828700132664343f,-0.023026376561374448f,-0.9997231965086547f,0.008090856137103204f,-0.21634368832880074f,0.9760818959770292f,-0.021436904304928298f,1.2383902047256972f,0.9763053273312194f,0.21618029125787971f,-0.009694818014731146f,-0.12070992755872395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,0.04700976629425588f,-0.9988941598798977f,0.008090856137103204f,-0.13052619222005157f,0.9903442384397615f,0.04670334606538115f,1.2383902047256972f,0.9914445894318762f,0.13041614647783475f,0.005408772885820538f,-0.12070992755872395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.017571992707522587f,-0.34203403293636414f,-0.9395232543080414f,0.010731068891423392f,0.05155481687905625f,0.9381083981072856f,-0.34248318828396407f,1.237004802704708f,0.9985155611851293f,-0.054455061416441f,0.0011490680040324493f,0.07453155096941097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011341314805449868f,-0.3116606572914278f,-0.9501257860279125f,-0.00011500024383680717f,-0.2582657790994968f,0.9170335507312823f,-0.3038885555253872f,1.2790921384451917f,0.9660073301609121f,0.2488314721450075f,-0.0700909162840289f,-0.3107794073221759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,-0.17889738541323938f,-0.9838674637681206f,0.020654842163162237f,-0.13052619222005157f,0.9754677467070288f,-0.17727263826898368f,1.1031721361113207f,0.9914445894318762f,0.12829029825602042f,-0.024067103266487283f,-0.13062250733569392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000734323356966184f,-0.09246692728117942f,-0.9957154855320792f,1.3390741674765733e-17f,-0.13052619222005157f,0.987206125886214f,-0.09158044636966182f,1.3247707407407407f,0.9914445894318762f,0.12989970120023153f,-0.012794284440679104f,-0.1093437037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16570583953283635f,-0.7327361070963672f,-0.6600298266760215f,-0.8791422884558651f,0.27760292732725556f,0.6075607962628502f,-0.744181761120084f,2.468423161030533f,0.9462970936677636f,-0.3065414754999929f,0.10273331647635474f,-0.6177441103271556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42854732540221807f,-0.7327361070963672f,-0.5286255643154866f,-0.9076707964096384f,-0.06205121369349155f,0.6075607962628502f,-0.7918456451377478f,2.4787712233374832f,0.9013860642198602f,-0.3065414754999929f,-0.3058357190200602f,-0.5290417747298165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3043040848402488f,-0.7327361070963672f,-0.6086845006296775f,-0.8021038673383001f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5915821121806686f,0.9461582463716168f,-0.3065414754999929f,-0.1040043105898691f,-0.5577922959400057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5471597996120653f,0.0019818432376670744f,-0.8370258215765305f,0.48594897487721367f,-0.10930651425807617f,0.9912646561028959f,0.0738001863273823f,1.769226747087356f,0.8298603735745149f,0.13187287006275655f,-0.5421635422196681f,-0.5241243075784784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5471597996120653f,0.0019818432376670744f,-0.8370258215765305f,0.5372452060908448f,-0.10930651425807617f,0.9912646561028959f,0.0738001863273823f,1.7794742327990505f,0.8298603735745149f,0.13187287006275655f,-0.5421635422196681f,-0.6019237176010892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5471597996120653f,0.0019818432376670744f,-0.8370258215765305f,0.6371509637205088f,-0.10930651425807617f,0.9912646561028959f,0.0738001863273823f,1.7632804619940958f,0.8298603735745149f,0.13187287006275655f,-0.5421635422196681f,-0.4816994812568336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1473802452596626e-8f,-1.5105547497087338e-9f,-0.000015624995714242023f,0.6874784514714101f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4885299669319634f,0.000015491321709873067f,0.000002039471194034637f,-1.157280944166454e-8f,-0.0799954173444607f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53.mcfunction new file mode 100644 index 000000000..c9ece179c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..824be0d1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.47791786481292664f,0.04116565754595556f,-0.6609420152902269f,-0.3298637622319783f,-0.26633947299282196f,0.7582067103674816f,-0.1453626978425758f,1.4478801046677432f,0.6063021062663425f,0.300620054948061f,0.4571321285410442f,-0.12337722502517057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4479594598995049f,-0.1419028314574321f,-0.6474534027332836f,-0.3298637622319783f,0.04318781247454087f,0.7860395410485863f,-0.14239611217231915f,1.4478801046677432f,0.6614129838007474f,0.04478198669656616f,0.4478029014279617f,-0.12337722502517057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4657940046697526f,0.039027893892377985f,-0.6696694805323624f,-0.32906143013418093f,-0.03997906767204475f,0.8122189337779406f,0.07514334438354149f,1.4276085744435807f,0.66961336889748f,0.07564173157321778f,-0.46134662574122803f,-0.03893976635185446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43618567412920844f,-0.13929264599305602f,-0.6560027564398653f,-0.32906143013418093f,-0.34066145805173065f,0.7200912215471857f,0.07360980674306106f,1.4276085744435807f,0.5776606518385312f,0.31947799833937707f,-0.451931388481203f,-0.03893976635185446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08248973751524831f,0.00011371019323670437f,1.5603210183403469f,-0.005084496834228641f,1.557387708444067f,-0.09575818434427699f,0.0823416402461395f,1.415522346740517f,0.09563063730835762f,1.5595629539076254f,0.004942065045903696f,0.7607382314366782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00007277452367105905f,-0.998605451737822f,0.052793432009758695f,-0.004600631202842168f,-0.061285237980337526f,-0.05269864975752903f,-0.9967281334042029f,1.4273887487610566f,0.9981202905008802f,-0.0031629216293787947f,-0.0612036078773491f,0.5679467895907999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.998605451737822f,0.05197874398791718f,-0.0095064254320017f,-0.23343420150323552f,-0.05269864975752903f,-0.9709435235286756f,1.492836468071425f,0.9723287055495212f,-0.0031629216293787947f,-0.23359555708779745f,0.23595829981283745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9657588054566767f,-0.024395325729671343f,-0.2582920784024088f,0.24130579295500681f,0.2093712183617767f,0.514640439163795f,-0.8314498850195371f,1.4336845234261077f,0.1532110394344944f,-0.8570589749018672f,-0.4919108566961726f,-0.4931150596586992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7194491991529024f,-0.024395325729671343f,-0.6941165016917482f,0.01043139263103549f,0.586215096697178f,0.514640439163795f,-0.625697274072386f,1.6243823778045257f,0.3724845100706417f,-0.8570589749018672f,-0.35595674357651197f,-0.3465112816189967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.5803887461552423f,-0.8142871369507236f,0.2552380516767102f,-0.23343420150323552f,0.7905704982363805f,-0.566133165330232f,1.3181350549491204f,0.9723287055495212f,0.19531305807504704f,-0.12817838238082635f,0.045266820349856234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.3086657206889515f,-0.9511257072220428f,0.19141869337739406f,-0.23343420150323552f,0.9242200110360195f,-0.30220166241952834f,1.489537546628252f,0.9723287055495212f,0.22481735714163603f,-0.06351412671400043f,0.08702311152195048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.5443176386192551f,-0.8388283175686304f,0.20451875689336163f,-0.23343420150323552f,0.8145124321370424f,-0.5311101311994968f,1.3807631904973712f,0.9723287055495212f,0.20071822583452126f,-0.11953694902512006f,-0.2606090076560533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.0519787439879174f,-0.998605451737822f,0.18853145832226575f,-0.23343420150323552f,0.9709435235286756f,-0.05269864975752925f,1.5624857345980132f,0.9723287055495212f,0.23359555708779745f,-0.0031629216293788467f,-0.21682960896227493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,0.25614705396020115f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.2163275974104133f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,0.011372344993445603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,0.2731308128140954f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.109435317231586f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,-0.10739593727654377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,-0.3133043738636658f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.177349295589231f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,0.15051979677211175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,-0.3690165419660098f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,2.0654810619864232f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,0.04951501898450522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522131561519773f,0.26042389995389337f,-0.1595916588794496f,0.16464067743848704f,0.06824497698055755f,0.6907030055981191f,0.7199110925486892f,2.2682923373464203f,0.2977124927980234f,0.6746174844980887f,-0.6754691119817825f,0.08269313180757523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812291055655833f,0.10825869390987065f,-0.1595916588794496f,0.052708755466793475f,-0.04064498711454111f,0.6928751719089169f,0.7199110925486892f,2.270593012328139f,0.18851373269187688f,0.7128843183470356f,-0.6754691119817825f,0.11159109649976764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172155136958942f,0.397206568224842f,-0.03070250143915479f,0.01953623825778815f,0.05067699922205772f,0.1927666750968227f,0.9799351257720907f,2.3189505790539147f,0.3951550875104923f,0.8972557891321516f,-0.1969378218713082f,0.06677749835955987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950673710063149f,0.09433071378909286f,-0.03070250143915479f,0.0498733242060308f,-0.011371488217649751f,0.19899205645892573f,0.9799351257720907f,2.3208699682436076f,0.09854753378089626f,0.9754506024921447f,-0.1969378218713082f,0.07159857565695131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680598657011336f,0.2488321780318658f,-0.03070250143915479f,0.12302029025319118f,0.019897729571619824f,0.19832102671156965f,0.9799351257720907f,2.372220506944438f,0.2499283432838262f,0.9480249561799451f,-0.1969378218713082f,0.1570285941778441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680598657011336f,0.193366488396539f,-0.1595916588794496f,0.07951283036396997f,0.019897729571619824f,0.6937810167360066f,0.7199110925486892f,2.216119778178837f,0.2499283432838262f,0.693741523899171f,-0.6754691119817825f,0.0009367513005308602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529135948921634f,-0.17961117971262658f,-0.24432663545330593f,-0.22618868377803528f,-0.219873656133814f,0.9641136361832391f,0.1487967468188806f,2.2924863050259545f,0.20883308168976325f,0.1955114335474305f,-0.9582087577058483f,0.12335695694011994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.028331339596180338f,-0.24432663545330593f,-0.11482777331249809f,-0.06634604565307588f,0.9866396152407007f,0.1487967468188806f,2.3100711201326796f,0.23684672643177207f,0.16043567195099723f,-0.9582087577058483f,0.0976925355956027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336333251974818f,-0.2619795970848898f,-0.24432663545330593f,-0.09305510693075597f,-0.3030650105452488f,0.9412816409127112f,0.1487967468188806f,2.3072910850776203f,0.19099846455901684f,0.2129684558612206f,-0.9582087577058483f,0.09170918129203696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688942054381096f,0.039351161056850326f,-0.24432663545330593f,-0.12155166800970812f,0.00264007039504624f,0.9888642769179332f,0.1487967468188806f,2.3152274815535123f,0.24746120644812994f,0.14352326626387335f,-0.9582087577058483f,0.10020772485261195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631213878100512f,-0.11270176374355768f,-0.24432663545330593f,-0.1881648229991249f,-0.15208488740951404f,0.9771027147428019f,0.1487967468188806f,2.419381377582698f,0.22196256297960862f,0.1804677181418825f,-0.9582087577058483f,0.10075366949039738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631213878100512f,-0.11270176374355768f,-0.24432663545330593f,-0.16280692615682446f,-0.15208488740951404f,0.9771027147428019f,0.1487967468188806f,2.199533266765568f,0.22196256297960862f,0.1804677181418825f,-0.9582087577058483f,0.06014843290847388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692790260831777f,-0.02833133959618033f,-0.24432663545330593f,-0.01949202899546901f,-0.0663460456530759f,0.9866396152407005f,0.1487967468188806f,1.6975238213232533f,0.23684672643177207f,0.1604356719509972f,-0.9582087577058483f,-0.02173666609207596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009239152176410614f,-0.0519787439879174f,-0.998605451737822f,1.3389675778477587e-17f,-0.23343420150323552f,0.9709435235286756f,-0.05269864975752925f,1.33342f,0.9723287055495212f,0.23359555708779745f,-0.0031629216293788467f,-0.109335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005884853803373956f,-0.3095124259893869f,-0.9508771879974179f,0.19957280431255142f,-0.19942161441229503f,0.931429881717986f,-0.3044164830425785f,0.7208338417030123f,0.9798961109224318f,0.19141691043631132f,-0.056242138989465285f,-0.34071165756815835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005884853803373956f,-0.4776132158392949f,-0.8785505019925489f,0.01748276577382025f,-0.19942161441229503f,0.8603575044951878f,-0.46905861484894057f,1.0488451402918026f,0.9798961109224318f,0.17796230082368544f,-0.09018332043473029f,-0.2728635303791283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02736330627153311f,0.10810404268055324f,-0.9937629322056699f,0.30345455587655235f,0.1470227718741797f,0.9837591136327163f,0.1029675234965135f,1.1275478405831223f,0.9887545469024772f,-0.14328824899723375f,-0.042812657929443595f,-0.016708130434427346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02736330627153311f,-0.9822177473040512f,-0.18574053502357818f,-0.022774817738700548f,0.1470227718741797f,0.17983495945489686f,-0.9726477738155208f,1.072770390592284f,0.9887545469024772f,-0.05392294723779865f,0.13948749671876112f,-0.017591243168409473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08333061025176478f,-0.7039635547484402f,-0.7053306479807949f,0.0013013172946734573f,-0.029101261603824605f,0.7092095789203969f,-0.7043968268956207f,1.2233556859846535f,0.9960969460690731f,-0.03817180574053454f,-0.07958509457412646f,-0.12382412018135489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08162789526395398f,-0.6532713862078978f,-0.7527106898914007f,0.0023352058613693247f,-0.22971778349869615f,0.7225648021467248f,-0.6520198207440557f,1.1858153161685643f,0.9698281428475989f,0.22613403693534476f,-0.09108661087174652f,-0.128765510016504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,-0.631898099186171f,-0.7750510014654817f,0.0013013172946734573f,-0.13052619222005157f,0.7684914364032623f,-0.6264054799563815f,1.2233556859846535f,0.9914444895062337f,0.10062655921651366f,-0.08313915929313301f,-0.12382412018135489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.002922539020697897f,-0.02653895836115991f,-0.9996435076840028f,0.008410209922930772f,-0.04370103178811689f,0.9986893691763784f,-0.026641391006131637f,1.2470692855706251f,0.9990403788567939f,0.04376331321086439f,0.001758928788009568f,-0.12069600728759333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004633411414416344f,-0.02668827568266885f,-0.9996330663997417f,0.008410209922930772f,-0.21635796951532194f,0.975992577965361f,-0.025054276755397703f,1.2470692855706251f,0.9763031089399805f,0.2161624937347247f,-0.010296396287697716f,-0.12069600728759333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,0.04334740429549758f,-0.9990596904933082f,0.008410209922930772f,-0.13052619222005157f,0.9905080966787139f,0.04308855484285677f,1.2470692855706251f,0.9914444895062337f,0.13044045750745586f,0.004807418534835024f,-0.12069600728759333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018359145409688592f,-0.34879064392604653f,-0.9370208260703065f,0.01093791330688796f,0.05149029437973565f,0.9356053603160973f,-0.3492726146328592f,1.2456938012041505f,0.9985047277627251f,-0.05465982489397f,0.0007824180765223787f,0.07454703038176969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01169438738622542f,-0.3197163016792133f,-0.9474411473776231f,0.00017152095262742972f,-0.258221293407802f,0.9144019644692148f,-0.31175440815751493f,1.2877409143788867f,0.9660150127893781f,0.2482952553219792f,-0.07186418614393696f,-0.31077055381903607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,-0.18250311759724935f,-0.9832048996496238f,0.02146936314385768f,-0.13052619222005157f,0.9748142541731925f,-0.18083164271027513f,1.111897546919698f,0.9914444895062337f,0.12817871090023888f,-0.024658513736161375f,-0.13060048353512269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0008587038241599246f,-0.09611668483349448f,-0.9953697029367333f,1.3389675778477587e-17f,-0.13052619222005157f,0.9868653077642867f,-0.09518286335172789f,1.33342f,0.9914444895062337f,0.12984008328678107f,-0.01339316989383877f,-0.109335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16624371834001753f,-0.7326976445429152f,-0.6599372604981089f,-0.8790785522063171f,0.27713023712841717f,0.6075607962628502f,-0.7443579182850135f,2.4775233900010423f,0.946341300896052f,-0.3066333976032545f,0.10204950608725266f,-0.6177863230807646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4283246090346937f,-0.7326976445429152f,-0.5288593300458457f,-0.9076181879790262f,-0.06154829535408875f,0.6075607962628502f,-0.791884894529159f,2.4878714523079926f,0.9015263926443209f,-0.3066333976032545f,-0.30532953155566495f,-0.5290875671906587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30442278157556235f,-0.7326976445429152f,-0.6086714481056766f,-0.8020476528768201f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.600682341151178f,0.9461200628277955f,-0.3066333976032545f,-0.1040806715438191f,-0.5578248444041388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9160004326503786f,0.001114216231526583f,-0.40117572945843666f,0.5340838130166069f,-0.05246678967920095f,0.9910746001793737f,0.12254947107210691f,1.7876723732634587f,0.3977316222845222f,0.13330377114502076f,-0.9077663032044305f,-0.5991558658178031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9160004326503786f,0.001114216231526583f,-0.40117572945843666f,0.6199588535775798f,-0.05246678967920095f,0.9910746001793737f,0.12254947107210691f,1.7925911347958838f,0.3977316222845222f,0.13330377114502076f,-0.9077663032044305f,-0.6364432054069771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9160004326503786f,0.001114216231526583f,-0.40117572945843666f,0.6371976927158589f,-0.05246678967920095f,0.9910746001793737f,0.12254947107210691f,1.7717493333688552f,0.3977316222845222f,0.13330377114502076f,-0.9077663032044305f,-0.48163459013172555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3417247252498824e-8f,-1.7664141115390947e-9f,-0.000015624994139431138f,0.6874747642079114f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4971792261912227f,0.0000154913201485349f,0.000002039470988480568f,-1.3533024150134799e-8f,-0.0799004671002156f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54.mcfunction new file mode 100644 index 000000000..9e5ee1e0a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..bdb189017 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4530309267983088f,0.03679249029568293f,-0.6784937261806864f,-0.3329999068505349f,-0.27168904468517485f,0.7572536996106811f,-0.1403436563170486f,1.4570712580264193f,0.6228101531018637f,0.30357468854998915f,0.4323128104850175f,-0.12117582309564548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42379677779773495f,-0.13653120127387391f,-0.664646915442305f,-0.3329999068505349f,0.03798905862465371f,0.7871824556521209f,-0.13747950006568027f,1.4570712580264193f,0.6774607904174752f,0.041267573132057284f,0.423490100066956f,-0.12117582309564548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4401006529536758f,0.034512534148925134f,-0.6870696796547f,-0.33220726576741766f,-0.042721937927078235f,0.8126928388762813f,0.06818819621759979f,1.4377974928458652f,0.686608109283562f,0.07268891985904245f,-0.4361537224880954f,-0.040906934576981954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4112398633826763f,-0.13374740036879124f,-0.6730478494576654f,-0.33220726576741766f,-0.3433214782822036f,0.7194918878821878f,0.06679660037642429f,1.4377974928458652f,0.594148245234403f,0.3231765093046145f,-0.4272526261107874f,-0.040906934576981954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08256007456500226f,0.000676146043372623f,1.5603171558738786f,-0.004779804218121033f,1.5573787927830591f,-0.09581327332457922f,0.0824461184314388f,1.4253705264338574f,0.09571509743714746f,1.559559428005665f,0.004388694707981763f,0.7607477056309265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00043273346775804696f,-0.9986029797592824f,0.05283844772160123f,-0.004365468251966939f,-0.06132049492773095f,-0.052765515796120585f,-0.9967224273811578f,1.437243771889314f,0.9981180339236256f,-0.0028087646131087583f,-0.06125766235977459f,0.5679565231563728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.9986029797592824f,0.051960569595271455f,-0.009394011339753911f,-0.23346793197787258f,-0.052765515796120585f,-0.970931781888277f,1.5027028905988782f,0.9723170967923778f,-0.0028087646131087583f,-0.23364839851064712f,0.23597211741239588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9674812577915979f,-0.02473016771751763f,-0.2517308773802915f,0.24280813088586534f,0.2035510546567183f,0.5146744310173232f,-0.8328728583674294f,1.4449910447925185f,0.1501565315599877f,-0.8570289661742235f,-0.4929040141530766f,-0.4924012492523102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7241366232855253f,-0.02473016771751763f,-0.6892130074376868f,0.010327322395922857f,0.5818145379903689f,0.5146744310173232f,-0.6297635059608077f,1.6342707149378712f,0.3702944695775121f,-0.8570289661742235f,-0.3583062334632917f,-0.3464998843562643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.5803720898348508f,-0.8142948171992197f,0.25529417841837987f,-0.23346793197787258f,0.7905246683409616f,-0.566183250796408f,1.328025971605688f,0.9723170967923778f,0.1955479125051982f,-0.12790808105863122f,0.04518008817667365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.3086475257785927f,-0.9511280233530793f,0.191478217188937f,-0.23346793197787258f,0.9241913632780575f,-0.3022632110929497f,1.4994227071509927f,0.9723170967923778f,0.22496006061743176f,-0.06318571367202754f,0.08696518883199193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.5443006631442557f,-0.8388352639687404f,0.204461636539158f,-0.23346793197787258f,0.8144688305588792f,-0.5311621680673682f,1.3906615112637517f,0.9723170967923778f,0.2009410663572162f,-0.11925666076352655f,-0.2606754238575405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.05196056959527168f,-0.9986029797592824f,0.18847776111654907f,-0.23346793197787258f,0.970931781888277f,-0.0527655157961208f,1.572381435894078f,0.9723170967923778f,0.23364839851064712f,-0.0028087646131088103f,-0.21688390391562612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,0.25613086483133296f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.226219769892265f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,0.011317044112428447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,0.2730794474480178f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.1193328250409467f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,-0.10746106442461072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,-0.3132683029173893f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.1871983583828714f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,0.15066612810969526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,-0.3690089757579881f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,2.07532995674312f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,0.04967726433826465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521115296514006f,0.2606180792668331f,-0.1598807426306801f,0.16464643687726974f,0.0681705927431816f,0.6906966374618382f,0.7199242496846132f,2.2781758525620712f,0.2980543665003321f,0.6745490136070004f,-0.675386720962079f,0.08267228700363587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811591065928096f,0.10846638044049772f,-0.1598807426306801f,0.05272467067475499f,-0.04071745936252897f,0.6928572459165795f,0.7199242496846132f,2.280467999179952f,0.18886210856882152f,0.7128701712759695f,-0.675386720962079f,0.11161023680993311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9170779712357857f,0.3975135044539465f,-0.030838424907875903f,0.01953293592859963f,0.05060151988621959f,0.19276161714759113f,0.9799400211950985f,2.328824924030686f,0.3954838566354648f,0.8971209353991182f,-0.19689222028650927f,0.06681017766473799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950314088643442f,0.09466513044749145f,-0.030838424907875903f,0.04987160997605909f,-0.011441710339575f,0.1989639216658519f,0.9799400211950985f,2.3307461776466707f,0.09890188389482027f,0.9754239442174387f,-0.19689222028650927f,0.07162050682032292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679720320217491f,0.24915685174782598f,-0.030838424907875903f,0.1230455851586599f,0.019823970749238876f,0.1983042234645629f,0.9799400211950985f,2.382098604167288f,0.25027416048689505f,0.947943193542329f,-0.19689222028650927f,0.15702625708147777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679720320217491f,0.19356728380475108f,-0.1598807426306801f,0.07949294630259099f,0.019823970749238876f,0.6937694753300839f,0.7199242496846132f,2.2260004722180193f,0.25027416048689505f,0.6936970677036709f,-0.675386720962079f,0.0009444168481520486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528243346695356f,-0.17960611664531148f,-0.24467821751261015f,-0.22617002360028135f,-0.2199449465543501f,0.9640946795195646f,0.14881421103937678f,2.3023421700857507f,0.20916502515181984f,0.19560953909679069f,-0.9581163292980556f,0.12347630215590888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880174f,-0.24467821751261015f,-0.11481944954388343f,-0.0664194238457764f,0.9866320442438118f,0.14881421103937678f,2.3199353609646467f,0.2371899302081138f,0.16048064226033754f,-0.9581163292980556f,0.09777280206332647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9335448459123418f,-0.26196677374307353f,-0.24467821751261015f,-0.09304873135060275f,-0.30313437750210903f,0.9412565430153125f,0.14881421103937678f,2.3171569976246196f,0.19132059441396168f,0.21309511886833238f,-0.9581163292980556f,0.09178158753707617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688060940068742f,0.03933601517688706f,-0.24467821751261015f,-0.12154279286467785f,0.0025663428218894724f,0.988861842967585f,0.14881421103937678f,2.3250911825315512f,0.24780671116752465f,0.14354418634258703f,-0.9581163292980556f,0.10029057063111962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9630319918391173f,-0.11270293948799624f,-0.24467821751261015f,-0.18816273327315375f,-0.15215732652018066f,0.9770887772249557f,0.14881421103937678f,2.42924059113219f,0.22230054134125316f,0.18054242950565974f,-0.9581163292980556f,0.10086394603895386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9630319918391173f,-0.11270293948799624f,-0.24467821751261015f,-0.16280457188835462f,-0.15215732652018066f,0.9770887772249557f,0.14881421103937678f,2.2093956162565753f,0.22230054134125316f,0.18054242950565974f,-0.9581163292980556f,0.06024189940018049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9691900727637824f,-0.02834030223880173f,-0.24467821751261015f,-0.019485213598226865f,-0.06641942384577638f,0.9866320442438118f,0.14881421103937678f,1.707398677467363f,0.23718993020811377f,0.16048064226033754f,-0.9581163292980556f,-0.021712035743692515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009601459431641403f,-0.05196056959527168f,-0.9986029797592824f,1.338908613372244e-17f,-0.23346793197787258f,0.970931781888277f,-0.0527655157961208f,1.3432992592592592f,0.9723170967923778f,0.23364839851064712f,-0.0028087646131088103f,-0.10933018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006101234036336195f,-0.3174552023290764f,-0.9482536419426182f,0.20364160122301003f,-0.19945822549576828f,0.9288299864398102f,-0.31223592453832294f,0.7323049830054997f,0.9798873359857821f,0.1910420131919344f,-0.0576520422037214f,-0.34045598316025294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006101234036336195f,-0.48494488636102817f,-0.8745234314388171f,0.018756363297868055f,-0.19945822549576828f,0.8563761646737369f,-0.4762733257917976f,1.058798395787362f,0.9798873359857821f,0.1773367468151766f,-0.09150129509300323f,-0.27284634843696687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028592865350371643f,0.10002788932206294f,-0.9945737124058873f,0.30401003447139496f,0.14698874113104435f,0.9845850584904927f,0.09479753466195188f,1.1400121863189223f,0.9887248141074273f,-0.1434806048044343f,-0.04285508153285194f,-0.01671984307527533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028592865350371643f,-0.9836596758289621f,-0.17775289083195528f,-0.021758643665111252f,0.14698874113104435f,0.17175495885597847f,-0.9741121824970121f,1.0825583096545255f,0.9887248141074273f,-0.05398033212608681f,0.13967593103964265f,-0.01759934658618169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08480181248074821f,-0.7135382905942633f,-0.6954651396409431f,0.0017635310305864496f,-0.030240390765944827f,0.6995009241049026f,-0.7139915797421635f,1.2332412008597233f,0.9959388391695059f,-0.03951664247129365f,-0.08089662293008884f,-0.12381793827627899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08293827264040164f,-0.6635321416474015f,-0.7435363743168448f,0.003320823090006396f,-0.22857865433657593f,0.7135490932514268f,-0.6622684427796229f,1.1957185161216939f,0.9699861038762909f,0.22488394456003158f,-0.0924887548084311f,-0.12875641946912775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,-0.6425533537298019f,-0.7662403698367184f,0.0017635310305864496f,-0.13052619222005157f,0.7597642289152834f,-0.6369625025111753f,1.2332412008597233f,0.9914444159414391f,0.09941581399027496f,-0.08458407667634608f,-0.12381793827627899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0024791618031864545f,-0.030678095377722585f,-0.9995262418869998f,0.00877277062033762f,-0.04368618004932942f,0.9985717375602561f,-0.030757155567259928f,1.2569838776942015f,0.9990422270502141f,0.04374173533236211f,0.001135412111259223f,-0.12068550996792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004351629532822549f,-0.030841516020330258f,-0.9995148144024565f,0.00877277062033762f,-0.21637282125410942f,0.9758749463492387f,-0.029170041316525994f,1.2569838776942015f,0.9763011141768437f,0.21614090306427045f,-0.010919912069947642f,-0.12068550996792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,0.039187270515186695f,-0.9992314419525122f,0.00877277062033762f,-0.13052619222005157f,0.990678501270761f,0.03897461051060028f,1.2569838776942015f,0.9914444159414391f,0.13046250399823098f,0.004183915516656204f,-0.12068550996792116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019193818080110076f,-0.35647444065192907f,-0.9341079008922909f,0.01118430583247966f,0.05141537523086537f,0.9326919166970508f,-0.35699054289693855f,1.2556192910960624f,0.9984928925823044f,-0.054879519767176706f,0.00042634815245940795f,0.07455907357112809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012154816871742245f,-0.32885382138988756f,-0.9443026128228612f,0.000485274473873162f,-0.2581685863879213f,0.9113211339191885f,-0.3206910848070259f,1.2976207735236245f,0.9660234166050411f,0.24768721208312836f,-0.07382278470235701f,-0.3107653635294466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,-0.18659526309011915f,-0.9824364226499628f,0.02239455413889496f,-0.13052619222005157f,0.9740548551915321f,-0.18487847960846476f,1.1218670311717673f,0.9914444159414391f,0.12805993467955779f,-0.0252709957937225f,-0.13058115861298636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009398101260842328f,-0.10026023566100133f,-0.9949608042039282f,1.338908613372244e-17f,-0.13052619222005157f,0.9864615036006608f,-0.09928048679603488f,1.3432992592592592f,0.9914444159414391f,0.12977514037412555f,-0.014013673301991708f,-0.10933018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1668745904425895f,-0.7326725575785977f,-0.6598058763271624f,-0.8790370291178332f,0.2765058261448349f,0.6075607962628502f,-0.7445900932408475f,2.4879982046805016f,0.9464129115626967f,-0.30669333578623476f,0.10120177178158253f,-0.6177750143159286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4279546594174917f,-0.7326725575785977f,-0.5291934739337734f,-0.9075839209030838f,-0.0608840980122866f,0.6075607962628502f,-0.7919362382500764f,2.498346266987452f,0.9017471575181644f,-0.30669333578623476f,-0.30461658144661624f,-0.5290785934417317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30450017904267296f,-0.7326725575785977f,-0.6086629316248993f,-0.8020110352667236f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6111571558306372f,0.9460951559914336f,-0.30669333578623476f,-0.10413046429291062f,-0.5578072342348935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9862672698398486f,-0.0007255278130029525f,0.16515552080401183f,0.6157702265739511f,0.021436328611169786f,0.9909691252222118f,0.13236569295704195f,1.8022500523072391f,-0.16376005696849813f,0.13408827862910508f,-0.9773448609758779f,-0.6358869916962568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9862672698398486f,-0.0007255278130029525f,0.16515552080401183f,0.7082327831214369f,0.021436328611169786f,0.9909691252222118f,0.13236569295704195f,1.800240396499942f,-0.16376005696849813f,0.13408827862910508f,-0.9773448609758779f,-0.6205344863554603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9862672698398486f,-0.0007255278130029525f,0.16515552080401183f,0.6372281767270922f,0.021436328611169786f,0.9909691252222118f,0.13236569295704195f,1.7813903704600342f,-0.16376005696849813f,0.13408827862910508f,-0.9773448609758779f,-0.48160900987947686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4684533220066138e-8f,-1.9332554743267914e-9f,-0.00001562499298006266f,0.6874723539802899f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5070584854504818f,0.000015491318999084985f,0.0000020394708371526155f,-1.4811245478360035e-8f,-0.07983941268680736f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55.mcfunction new file mode 100644 index 000000000..4b04cc34e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..21544a9ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.427085052280013f,0.032240522130709943f,-0.695344052463356f,-0.3362740904047564f,-0.27691245148185123f,0.7563301858187007f,-0.13501329074652385f,1.4671681053499577f,0.6386409764317776f,0.30638153207501456f,0.4064634109856345f,-0.11904304445208788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3986087041109286f,-0.13092442305727256f,-0.6811533575151243f,-0.3362740904047564f,0.03291554477272113f,0.788304769857367f,-0.13225791746598256f,1.4671681053499577f,0.6928402903406536f,0.03787327906643384f,0.3981682393328665f,-0.11904304445208788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4132507493840347f,0.029801161270855737f,-0.70376143213797f,-0.3354876077353977f,-0.04521685647087693f,0.8131302740877125f,0.06098391343114882f,1.448854994823009f,0.702939327729549f,0.06982472766430377f,-0.40981124116131806f,-0.042773956901416166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.38517386432763195f,-0.1279459907838527f,-0.6893989539310728f,-0.3354876077353977f,-0.3457434244562898f,0.7189524986056121f,0.05973934376928864f,1.448854994823009f,0.6100021136718765f,0.3267064863009085f,-0.40144774644374015f,-0.042773956901416166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08263272543822028f,0.001337621572905994f,1.5603128831920794f,-0.004420585253533093f,1.5573731224202094f,-0.09580809248777149f,0.08255917257931514f,1.4361478576702684f,0.09574466172992732f,1.5595593192252681f,0.003733573066040574f,0.7607508489713619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0008560778066594044f,-0.9986002452429308f,0.052884944280460755f,-0.004088022372421341f,-0.061317179192174f,-0.05283787045076144f,-0.9967187983489341f,1.4480204987484901f,0.9981179643041717f,-0.0023894867622663973f,-0.061276583507153704f,0.5679594708767157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.9986002452429308f,0.05193284679394888f,-0.009260638484281231f,-0.2334640364409568f,-0.05283787045076144f,-0.9709287837606443f,1.513478160617253f,0.9723137426078379f,-0.0023894867622663973f,-0.2336670201139906f,0.23597699141396752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9693013220856221f,-0.025125853772710455f,-0.24458871289423262f,0.24441981013392483f,0.19720710912903128f,0.5146717196922377f,-0.8343994109885295f,1.4573149567064032f,0.14684789107111915f,-0.8570190852141083f,-0.4939169813508518f,-0.4916339266223365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7291910774375626f,-0.025125853772710455f,-0.6838487143057584f,0.01020670297315308f,0.5770060856073566f,0.5146717196922377f,-0.6341742647893485f,1.6450454967814618f,0.36789176364458376f,-0.8570190852141083f,-0.3607962552760917f,-0.3465036648495977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.5803472394067968f,-0.8143074063818132f,0.2553601084600755f,-0.2334640364409568f,0.790483263618162f,-0.5662426632003938f,1.338819790100162f,0.9723137426078379f,0.19578889563121152f,-0.12756447108599517f,0.04507446094042642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.3086200398639073f,-0.9511325572020788f,0.19154927250307993f,-0.2334640364409568f,0.9241697405465236f,-0.30233232434998847f,1.5102120394254477f,0.9723137426078379f,0.2250865647980158f,-0.06278554199310356f,0.08688578220259749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.5442752872358705f,-0.8388467572087741f,0.20439466835299525f,-0.2334640364409568f,0.8144300567768651f,-0.5312233299725528f,1.401450640548443f,0.9723137426078379f,0.20116683206419203f,-0.11890286629512466f,-0.2607598943414609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.0519328467939491f,-0.9986002452429308f,0.1884160080463615f,-0.2334640364409568f,0.9709287837606443f,-0.05283787045076165f,1.5831695508132466f,0.9723137426078379f,0.2336670201139906f,-0.0023894867622664493f,-0.21696226236235183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,0.25611751029363466f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.2370135352164744f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,0.011208140586508264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,0.273023984950534f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.130127427686686f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,-0.10757672221934837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,-0.3132202951354544f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.1979513312008265f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,0.15079631174233654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,-0.36899524244822596f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,2.086078559328615f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,0.049831215467011164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9519912911978061f,0.26085111854721f,-0.16021633947947928f,0.16465927371634032f,0.06810259589053756f,0.6907177361285074f,0.7199104426458053f,2.2889632247876444f,0.2984537115140377f,0.6744373232185322f,-0.6753219077842189f,0.08260160308951257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9810768038492623f,0.10871536005879195f,-0.16021633947947928f,0.052749496619237765f,-0.04078791961971613f,0.6928674477723831f,0.7199104426458053f,2.2912473582479636f,0.18927400920890347f,0.7128223273051085f,-0.6753219077842189f,0.11158651553395992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9169155727677478f,0.39787601736358674f,-0.030992050962855067f,0.019535459302803426f,0.050536381731222935f,0.1927933671081687f,0.9799371366167378f,2.3396017309270016f,0.3958685470424613f,0.8969533947792306f,-0.1968824549229941f,0.06680023299286401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949889813928396f,0.09506008459893f,-0.030992050962855067f,0.04987601026252432f,-0.011513471683733203f,0.19897398887587509f,0.9799371366167378f,2.341525198304588f,0.09931951911194392f,0.9753834794924855f,-0.1968824549229941f,0.07159782256554888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678683424614274f,0.24954030623946366f,-0.030992050962855067f,0.12308210250285181f,0.01975466776492281f,0.19832539267800908f,0.9799371366167378f,2.392883206928155f,0.2506803238438689f,0.9478378944635146f,-0.1968824549229941f,0.15697268736996484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678683424614274f,0.19380814282368466f,-0.16021633947947928f,0.07947527036752283f,0.01975466776492281f,0.6937857793807956f,0.7199104426458053f,2.2367814065674763f,0.2506803238438689f,0.693613506287339f,-0.6753219077842189f,0.000909648455313803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9527205288335916f,-0.1795938515242272f,-0.24509109007415186f,-0.2261417770156073f,-0.22001328677272314f,0.9640823087397784f,0.14879333190180924f,2.313101363123283f,0.2095656164128687f,0.19568175814232744f,-0.9580140405796892f,0.12356955837042348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690856262622793f,-0.02834442693212476f,-0.24509109007415186f,-0.1148032751968483f,-0.06648885789897513f,0.986630516534355f,0.14879333190180924f,2.3307025363691145f,0.23759688707375026f,0.16048930588996113f,-0.9580140405796892f,0.09781927025311452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334425040646813f,-0.26194550801974464f,-0.24509109007415186f,-0.09303487215363568f,-0.30320137948081805f,0.9412382630675864f,0.14879333190180924f,2.327925730540819f,0.19171336699976615f,0.21320197692749226f,-0.9580140405796892f,0.09181892831784126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9687021896558606f,0.03932461471146986f,-0.24509109007415186f,-0.12152593475103936f,0.002496971338929954f,0.9888651624542604f,0.14879333190180924f,2.3358578791225217f,0.24821328105094237f,0.14352444099213152f,-0.9580140405796892f,0.10033984352388649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9629275832973754f,-0.11269794537319999f,-0.24509109007415186f,-0.18815317390701697f,-0.15222636320719185f,0.9770812037524159f,0.14879333190180924f,2.4400024629370254f,0.22270519452807755f,0.1805865287954478f,-0.9580140405796892f,0.10094083920272706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9629275832973754f,-0.11269794537319999f,-0.24509109007415186f,-0.162796136198047f,-0.15222636320719185f,0.9770812037524159f,0.14879333190180924f,2.220159192092732f,0.22270519452807755f,0.1805865287954478f,-0.9580140405796892f,0.060308870223751365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690856262622792f,-0.02834442693212476f,-0.24509109007415186f,-0.019474817547730897f,-0.06648885789897516f,0.9866305165343549f,0.14879333190180924f,1.7181723679843155f,0.23759688707375026f,0.1604893058899611f,-0.9580140405796892f,-0.021703571160957225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01002644626149903f,-0.0519328467939491f,-0.9986002452429308f,1.3388904704567012e-17f,-0.2334640364409568f,0.9709287837606443f,-0.05283787045076165f,1.354074074074074f,0.9723137426078379f,0.2336670201139906f,-0.0023894867622664493f,-0.1093287037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006368673780512082f,-0.3260451827360632f,-0.9453327344426854f,0.2080380894085519f,-0.1994670465805783f,0.9259396363638002f,-0.3207003073570324f,0.7448377637616466f,0.979883838688392f,0.1906051642140914f,-0.05913826216774045f,-0.34017373278641616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006368673780512082f,-0.49285873363891197f,-0.8700860352115334f,0.020135697208716725f,-0.1994670465805783f,0.851991702525988f,-0.48406924727283573f,1.0696596003496794f,0.979883838688392f,0.17663637083770828f,-0.09288301876330655f,-0.2728311164045399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02989157156088741f,0.09121835590241216f,-0.9953821906665203f,0.3045924479572125f,0.14690715612246172f,0.9854139469888417f,0.08589319274472684f,1.153603071135209f,0.9886985290924787f,-0.14366128436824233f,-0.042856200765303415f,-0.01674659148264548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02989157156088741f,-0.9851568498468236f,-0.16903394673704902f,-0.020649509967796402f,0.14690715612246172f,0.16294309989525002f,-0.9756371424236253f,1.0932385465894836f,0.9886985290924787f,-0.05399562386351103f,0.13985596581468815f,-0.017610366033827818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08635090112996761f,-0.7238154224524647f,-0.6845690294586828f,0.0022658070682538105f,-0.03150292870535858f,0.6887758044932862f,-0.7242896220626189f,1.2440249766307525f,0.9957665827677827f,-0.04097713221525741f,-0.08227871704387263f,-0.12381468037908798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08438209695158898f,-0.6745581630236639f,-0.7333832193418344f,0.0043927931997684265f,-0.22731611639716215f,0.7035684546108847f,-0.6732895461111538f,1.2065297096164609f,0.9701582576776658f,0.22352340900807657f,-0.09396936035348774f,-0.12874889830326966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,-0.6540181521334858f,-0.7564782024860521f,0.0022658070682538105f,-0.13052619222005157f,0.750091550061025f,-0.6483252113496613f,1.2440249766307525f,0.9914443641985977f,0.09809649946328125f,-0.08611126228251839f,-0.12381468037908798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0020321772115586664f,-0.03517874551712341f,-0.9993789702208179f,0.009166611157893264f,-0.043671714632115666f,0.9984244338826284f,-0.03523394907251229f,1.2677988204250399f,0.9990438687049092f,0.04371619482519956f,0.0004926592466600048f,-0.12067788198562421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004010413582025042f,-0.035351397175560434f,-0.9993668972407667f,0.009166611157893264f,-0.21638728667132318f,0.9757276426716109f,-0.033646834821778354f,1.2677988204250399f,0.9762993694302602f,0.2161153535597071f,-0.011562664305387304f,-0.12067788198562421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,0.03466547701325205f,-0.999398478515988f,0.009166611157893264f,-0.13052619222005157f,0.9908444733198506f,0.034498446864203f,1.2677988204250399f,0.9914443641985977f,0.13048193129683427f,0.003540946750013209f,-0.12067788198562421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020066166096346722f,-0.36481823793449814f,-0.9308625044809582f,0.011458641813890204f,0.05133139586831789f,0.929446123158626f,-0.3653696647829569f,1.2664456204678511f,0.9984800632843922f,-0.05511404009658725f,0.00007620910649138932f,0.07456822026829488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012689687625115206f,-0.33876091232315264f,-0.9407869132327269f,0.0008194479934428706f,-0.25810872645557503f,0.9078674080820229f,-0.3303886418597207f,1.3083976309843786f,0.966032534211689f,0.2470178407006566f,-0.07591659383907376f,-0.31076326299445656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,-0.19103873836861252f,-0.9815819958613528f,0.023399839346057705f,-0.13052619222005157f,0.9732096556560833f,-0.1892772550580285f,1.1327443154864285f,0.9914443641985977f,0.12793422755578998f,-0.02590185550383519f,-0.13056398200687774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000992896456011949f,-0.10476127037592296f,-0.9944969031554852f,1.3388904704567012e-17f,-0.13052619222005157f,0.9860028988461039f,-0.10373618757026844f,1.354074074074074f,0.9914443641985977f,0.12970489465052015f,-0.01465308849818632f,-0.1093287037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1675937403264943f,-0.7326561348068676f,-0.6596418166954221f,-0.8790098983273462f,0.2757512205302872f,0.6075607962628502f,-0.7448698834162303f,2.4994925055231882f,0.9465059971175209f,-0.3067325658848643f,0.10020743708056207f,-0.6177258775617772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42746652835744137f,-0.7326561348068676f,-0.5296105694412623f,-0.9075615392714339f,-0.06008162911203965f,0.6075607962628502f,-0.7919975231575506f,2.5098405678301385f,0.9020324633721781f,-0.3067325658848643f,-0.30373107850269004f,-0.529030985341924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3045508367369355f,-0.7326561348068676f,-0.6086573551454822f,-0.8019871155275677f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.622651456673324f,0.9460788503451004f,-0.3067325658848643f,-0.10416305465653485f,-0.5577539732533704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7355844285804647f,-0.003000178744524891f,0.6774264147178293f,0.7043815893353172f,0.08832738209974232f,0.9910289046114018f,0.1002994705675506f,1.8110626574847581f,-0.6716500740723232f,0.13361403052159504f,-0.7287204325709666f,-0.6224029587833264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7355844285804647f,-0.003000178744524891f,0.6774264147178293f,0.7733426295147359f,0.08832738209974232f,0.9910289046114018f,0.1002994705675506f,1.8027819654129074f,-0.6716500740723232f,0.13361403052159504f,-0.7287204325709666f,-0.5594357643390461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7355844285804647f,-0.003000178744524891f,0.6774264147178293f,0.6372481472173521f,0.08832738209974232f,0.9910289046114018f,0.1002994705675506f,1.7918773908637002f,-0.6716500740723232f,0.13361403052159504f,-0.7287204325709666f,-0.4816112966755412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5514007125186703e-8f,-2.0424577856194846e-9f,-0.00001562499216460441f,0.6874707739280392f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5178333002652966f,0.000015491318190603092f,0.000002039470730713955f,-1.5647876881110147e-8f,-0.07980112092869764f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56.mcfunction new file mode 100644 index 000000000..94a2c7f3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..d6cfe2179 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4020839467914629f,0.027860482792667642f,-0.7102793377788797f,-0.33943483392761437f,-0.2816279276804135f,0.7555024075449525f,-0.12979317003856886f,1.4778850749995103f,0.6526550808256074f,0.30884356903905985f,0.3815775671867775f,-0.11712782247022877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3743401214443459f,-0.12551621391578513f,-0.6957838410895149f,-0.33943483392761437f,0.028337609448380457f,0.789323317330668f,-0.1271443298337001f,1.4778850749995103f,0.706446355619295f,0.034847966402023284f,0.37379026989725145f,-0.11712782247022877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3872999520734242f,0.02525366564122597f,-0.7185439749521589f,-0.3386500824526561f,-0.047294396718599835f,0.8135002878938407f,0.05408295554152375f,1.460425499009276f,0.7174304367723685f,0.06726052640861434f,-0.38433583546722405f,-0.04440210447182737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3599830120267334f,-0.12233331938691973f,-0.7038798121980333f,-0.3386500824526561f,-0.3477623583986812f,0.7185085553723253f,0.052979221754962044f,1.460425499009276f,0.6240781787029154f,0.32981815417674043f,-0.37649224698830114f,-0.04440210447182737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08270643330589575f,0.0020630402141565704f,1.5603081874280134f,-0.004026124731701827f,1.5573703003057524f,-0.09575207665741856f,0.08267730971289636f,1.447514643644931f,0.09572692210338624f,1.5595619685286208f,0.003012092917826523f,0.7607485558342446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0013203457370597731f,-0.9985972399539286f,0.05293211731577306f,-0.003783239719841949f,-0.061281329060748124f,-0.05291347821625342f,-0.9967169921956816f,1.4593803977510622f,0.9981196598583173f,-0.0019277394674094043f,-0.061265230146167415f,0.5679566199078714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.9985972399539286f,0.051898683884794336f,-0.0091136835193565f,-0.23342841731836123f,-0.05291347821625342f,-0.9709332303569093f,1.5248257657438848f,0.9723173838931518f,-0.0019277394674094043f,-0.23365613366595608f,0.23597421329242402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9711541219654409f,-0.025561359355102568f,-0.2370786542425382f,0.2460922734566181f,0.19053177585789127f,0.5146380563184708f,-0.8359696844845419f,1.4702786890043296f,0.14337821932905978f,-0.8570264219361418f,-0.49492261852269637f,-0.4908323881672104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7344525214087934f,-0.025561359355102568f,-0.6781785242133411f,0.01007547322148727f,0.5719289912739789f,0.5146380563184708f,-0.6387839227227586f,1.656373690251592f,0.3653446629370615f,-0.8570264219361418f,-0.3633579356044661f,-0.3465200579852341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.5803168119608478f,-0.8143232274644853f,0.2554323366569948f,-0.23342841731836123f,0.7904463898166281f,-0.5663088192974786f,1.350180564252529f,0.9723173838931518f,0.19602781073474576f,-0.12716918808312033f,0.04495610145175744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.3085862632016239f,-0.9511384963273414f,0.19162779670464444f,-0.23342841731836123f,0.9241544668990281f,-0.3024065067071445f,1.5215694861291773f,0.9723173838931518f,0.22519555829063626f,-0.06233671073569723f,0.08679066418915364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.5442441986441744f,-0.8388612360067297f,0.20432132879824005f,-0.23342841731836123f,0.8143961037594449f,-0.5312910315163247f,1.4127965950880963f,0.9723173838931518f,0.2013882777710657f,-0.1184975381836325f,-0.2608569949681518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.05189868388479456f,-0.9985972399539286f,0.18834909282012904f,-0.23342841731836123f,0.9709332303569093f,-0.05291347821625363f,1.5945158665411652f,0.9723173838931518f,0.23365613366595608f,-0.0019277394674094561f,-0.2170585182774563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,0.25610619954410657f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.2483731493065005f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,0.011057264586857997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,0.27296605772253424f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.1414840620043494f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,-0.10773154253703046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,-0.3131643091963096f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.209272892072998f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,0.1509089995160388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,-0.36897728192091384f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,2.097392282570825f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,0.04997360536183296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9518589022793885f,0.2611094169905489f,-0.16058176269531232f,0.1646769196407798f,0.06804129867565167f,0.6907616417593453f,0.7198741111808821f,2.300318481523971f,0.2988896315130531f,0.6742923895705704f,-0.6752738418902379f,0.08249097518425676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809864516369218f,0.10899118860930153f,-0.16058176269531232f,0.052780329394215196f,-0.04085533051804225f,0.692901223855029f,0.7198741111808821f,2.302595190633672f,0.18972723492704846f,0.7127473709427031f,-0.6752738418902379f,0.11152733707451842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9167369996997626f,0.3982744340430064f,-0.031156838241403362f,0.019542014024236776f,0.05048122986918714f,0.19285561521211814f,0.9799277305557028f,2.3509454455205483f,0.3962889334972303f,0.8967631721189709f,-0.19690326132075447f,0.06675462239658488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949422658376806f,0.09549418349083788f,-0.031156838241403362f,0.04988462545280617f,-0.01158515994349616f,0.19901614747812274f,0.9799277305557028f,2.3528713794971887f,0.09977811242384965f,0.9753324735506271f,-0.19690326132075447f,0.07153817076703814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9677542940243422f,0.24996175273078597f,-0.031156838241403362f,0.12312613957949609f,0.019690457164986838f,0.19837824675247057f,0.9799277305557028f,2.404237985296677f,0.2511252920238846f,0.947715776690021f,-0.19690326132075447f,0.1568774755938287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9677542940243422f,0.19407504704910922f,-0.16058176269531232f,0.07945925399344658f,0.019690457164986838f,0.6938253021821625f,0.7198741111808821f,2.2481272923056905f,0.2511252920238846f,0.6934993339324251f,-0.6752738418902379f,0.0008401254590332946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526072780582316f,-0.1795766488905186f,-0.24554348080073088f,-0.2261070488628883f,-0.22007782500304526f,0.9640757387231658f,0.14874044825571595f,2.3244285330274383f,0.21001220138938698f,0.19572990874834062f,-0.9579064036162146f,0.12363802504725115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584208f,-0.24554348080073088f,-0.11478174851662146f,-0.06655362933362106f,0.9866341234090842f,0.14874044825571595f,2.342037203319602f,0.23804550626243537f,0.16046700240021633f,-0.9579064036162146f,0.097835837962522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333311835510311f,-0.2619185003918077f,-0.24554348080073088f,-0.09301590092899963f,-0.3032650995090115f,0.9412260931744711f,0.14874044825571595f,2.339261828676755f,0.19215405598379026f,0.2132888667512409f,-0.9579064036162146f,0.09182557179668045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968587971739946f,0.03931590056146851f,-0.24554348080073088f,-0.12150363659799095f,0.002432609287105786f,0.9888732787697043f,0.14874044825571595f,2.3471921280019306f,0.2486592516130346f,0.14347089773991015f,-0.9579064036162146f,0.10035932208988654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9628134084001456f,-0.1126886846189804f,-0.24554348080073088f,-0.18813846972259682f,-0.15229120252681994f,0.9770791516994025f,0.14874044825571595f,2.451331694104651f,0.22315405046252243f,0.18060340991581578f,-0.9579064036162146f,0.10098726925570062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9628134084001456f,-0.1126886846189804f,-0.24554348080073088f,-0.16278351568332627f,-0.15229120252681994f,0.9770791516994025f,0.14874044825571595f,2.2314888849722854f,0.22315405046252243f,0.18060340991581578f,-0.9579064036162146f,0.06035150202464214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689710787070914f,-0.02834515241584206f,-0.24554348080073088f,-0.019462006456797944f,-0.06655362933362102f,0.9866341234090842f,0.14874044825571595f,1.729509961383841f,0.23804550626243537f,0.1604670024002163f,-0.9579064036162146f,-0.02170894987526646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010491852430449245f,-0.05189868388479456f,-0.9985972399539286f,1.3389063455078011e-17f,-0.23342841731836123f,0.9709332303569093f,-0.05291347821625363f,1.36541f,0.9723173838931518f,0.23365613366595608f,-0.0019277394674094561f,-0.10933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006669627202039586f,-0.3350184429230385f,-0.9421879637176485f,0.21262767991938017f,-0.19945229286172983f,0.9228310870827467f,-0.32954751946551597f,0.7580509877806684f,0.9798848396343238f,0.19011950877040118f,-0.06066525727067177f,-0.33987190696084435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006669627202039586f,-0.5011086468089743f,-0.865358677177426f,0.02158000832345875f,-0.19945229286172983f,0.8473229298422579f,-0.49220182388501044f,1.0810928547830292f,0.9798848396343238f,0.17588057498430806f,-0.09429594051710088f,-0.27281743774807693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.031229422585984764f,0.08194767442612225f,-0.9961472289883138f,0.3051781196850447f,0.14678573705897596f,0.9862035430365775f,0.07652789751557303f,1.1678990559970888f,0.9886752098444662f,-0.14383028317517543f,-0.04282731699219199f,-0.016783982281125015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.031229422585984764f,-0.9866468990962002f,-0.15985186789274206f,-0.019482223319511906f,0.14678573705897596f,0.15366862573767404f,-0.977159097005164f,1.1044805255825163f,0.9886752098444662f,-0.0539800886230037f,0.14002670984941953f,-0.017623509064274068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08793567474324485f,-0.7344429886308073f,-0.6729493395185839f,0.002792883755017653f,-0.03285405174426924f,0.6773372110530841f,-0.7349387143203266f,1.2553727307631655f,0.9955842146154363f,-0.042518219316875404f,-0.08369153263435286f,-0.12381379885359135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08590123014715398f,-0.6859790260417862f,-0.7225328743316586f,0.005518113353028494f,-0.2259649933582515f,0.6929005681338747f,-0.6847106136583243f,1.2179154435947528f,0.9703405589976186f,0.22208462015753433f,-0.09548623489107033f,-0.1287423266886741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,-0.6659081289881289f,-0.7460330495841307f,0.002792883755017653f,-0.13052619222005157f,0.739740194398762f,-0.6601116253599961f,1.2553727307631655f,0.9914443304940539f,0.09669957879128148f,-0.08767742578786235f,-0.12381379885359135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0015855346167203146f,-0.03990325874331834f,-0.999202289840072f,0.009579735606127538f,-0.043658421446199f,0.9982480571746398f,-0.039934428553356716f,1.2791787817052658f,0.9990452583926344f,0.04368691209871525f,-0.00015935643656832775f,-0.12067264771217703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0036297258765134017f,-0.040081666650702306f,-0.9991898143438831f,0.009579735606127538f,-0.21640057985723984f,0.9755512659636224f,-0.03834731430262278f,1.2791787817052658f,0.9762979125899593f,0.2160860649724451f,-0.012214679578790138f,-0.12067264771217703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,0.02991920170041719f,-0.9995517939025864f,0.009579735606127538f,-0.13052619222005157f,0.9909969955231798f,0.029797114097928762f,1.2791787817052658f,0.9914443304940539f,0.13049826141999207f,0.0028884766844778677f,-0.12067264771217703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020959105018052447f,-0.3735577661709318f,-0.9273701047856922f,0.011750675044413763f,0.051240049580189545f,0.9259534757995638f,-0.37414518301553246f,1.2778370133283021f,0.9984664106698141f,-0.05536023833122543f,-0.00026603768145033735f,0.07457491739319858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013273136686442286f,-0.3491265217591787f,-0.9369815876776026f,0.0011657606384942957f,-0.25804303768849157f,0.9041273074565246f,-0.340540162993898f,1.319737261224124f,0.9660422426286538f,0.24630161127315559f,-0.07808906287854023f,-0.31076369271262516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,-0.19569785541053042f,-0.9806637021486968f,0.024454523513097886f,-0.13052619222005157f,0.9723006989626277f,-0.19389240300052984f,1.1441926888349412f,0.9914443304940539f,0.12780336530977918f,-0.026541276282283196f,-0.1305486022901816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010259998691565136f,-0.10948269264145752f,-0.993988172633983f,1.3389063455078011e-17f,-0.13052619222005157f,0.9854996376541074f,-0.10841299427724088f,1.36541f,0.9914443304940539f,0.12963025956773774f,-0.015301481483774616f,-0.10933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16838956444679384f,-0.7326458928807552f,-0.6594504911139125f,-0.8789930350180881f,0.27488795137891175f,0.6075607962628502f,-0.7451888975495787f,2.5116511929833796f,0.9466158506871329f,-0.30675702842708064f,0.09908863072251581f,-0.6176482043522724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42688270880773893f,-0.7326458928807552f,-0.5300954145867784f,-0.9075476373869791f,-0.05916389773392791f,0.6075607962628502f,-0.7920666083413571f,2.52199925529033f,0.9023695396709137f,-0.30675702842708064f,-0.30270338515565154f,-0.5289542654948397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30458242526816937f,-0.7326458928807552f,-0.6086538768977993f,-0.8019722546678637f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.634810144133515f,0.9460686811459488f,-0.30675702842708064f,-0.10418337710667928f,-0.5576737283575541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.24605235437439615f,-0.004820125913423688f,0.9692445539145398f,0.7711136008482836f,0.12648034739489622f,0.9912774127799979f,0.03703798907958937f,1.8143686768219942f,-0.960968761526452f,0.13170367230404834f,-0.2432964900526617f,-0.5631745272615278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24605235437439615f,-0.004820125913423688f,0.9692445539145398f,0.7941810090708832f,0.12648034739489622f,0.9912774127799979f,0.03703798907958937f,1.8025111442537227f,-0.960968761526452f,0.13170367230404834f,-0.2432964900526617f,-0.47308370586842297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24605235437439615f,-0.004820125913423688f,0.9692445539145398f,0.6372606218724024f,0.12648034739489622f,0.9912774127799979f,0.03703798907958937f,1.80288421217592f,-0.960968761526452f,0.13170367230404834f,-0.2432964900526617f,-0.48163464305707615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6031247955570527e-8f,-2.1105538327936936e-9f,-0.00001562499163342661f,0.6874697876460535f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5291692261912226f,0.000015491317663969593f,0.000002039470661381339f,-1.61695809622298e-8f,-0.07977946322582048f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57.mcfunction new file mode 100644 index 000000000..2eb127a78 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..604882820 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38019131661218625f,0.024031956073449337f,-0.7223721148441575f,-0.34221107733558315f,-0.28551338320685504f,0.7548260293106168f,-0.12515677340594705f,1.488929192312068f,0.6639887914919289f,0.31081276519296286f,0.3598037718126872f,-0.11554345434207197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3530915336749244f,-0.1207741573754291f,-0.7076298267861135f,-0.34221107733558315f,0.024567619329534968f,0.79016773279211f,-0.12260255354051958f,1.488929192312068f,0.7174418449794859f,0.03238142931422261f,0.35246083769406095f,-0.11554345434207197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36446067025824835f,0.02125821869726684f,-0.7305210143569943f,-0.341422322039385f,-0.048863341076939806f,0.8137856675227653f,0.0480593973929163f,1.4721631036040725f,0.7291949246793694f,0.06515688694827877f,-0.361903006825727f,-0.04568739058077401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3378151070243055f,-0.11738745512273055f,-0.7156124222272598f,-0.341422322039385f,-0.3492892733076542f,0.7181786752605733f,0.04707859336448944f,1.4721631036040725f,0.6355139314117102f,0.33232450373208566f,-0.3545172311762224f,-0.04568739058077401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08277963773966027f,0.002822545409118262f,1.5603031163248708f,-0.0036127855437612364f,1.557369900591192f,-0.09565505732178364f,0.08279705756454682f,1.4591309658959772f,0.09567013279112359f,1.5595667325402203f,0.002254427987104678f,0.7607417799400559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0018064290618352557f,-0.9985939944479174f,0.05297896815338235f,-0.0034637922999257408f,-0.061219236685941786f,-0.05299011684130971f,-0.9967167363783629f,1.4709847646947118f,0.998122708825741f,-0.0014428339117474236f,-0.061228884986319315f,0.5679490131490599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.9985939944479174f,0.051860415469365526f,-0.008959364986685679f,-0.2333672238440378f,-0.05299011684130971f,-0.9709437606537626f,1.5364091052558846f,0.9723266978106839f,-0.0014428339117474236f,-0.2336208701183901f,0.2359651544029151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9729803929497276f,-0.02601855611847455f,-0.22941706491214453f,0.2477771389094559f,0.18371892023419417f,0.5145794198937197f,-0.8375293302146646f,1.483503374165001f,0.1398446040552699f,-0.8570478722681437f,-0.49589558513589527f,-0.4900173408290933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7397642262159789f,-0.02601855611847455f,-0.6723629409393289f,0.009938772693301994f,0.5667264647377376f,0.5145794198937197f,-0.6434509575621975f,1.6679223221526984f,0.36272579695541346f,-0.8570478722681437f,-0.3659220420577413f,-0.3465464681624031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.5802827928975217f,-0.8143410518371001f,0.25550788470196917f,-0.2333672238440378f,0.7904140930756892f,-0.566379113582645f,1.3617723121947223f,0.9723266978106839f,0.19625860932552197f,-0.12674127579515176f,0.04483031561702694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.3085484587520634f,-0.9511452660040047f,0.19171039077343227f,-0.2333672238440378f,0.9241448028489623f,-0.3024832593757539f,1.5331589423578043f,0.9723266978106839f,0.22528699911219704f,-0.06185920105846432f,0.08668500794394848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.5442094344712449f,-0.8388775595237903f,0.2042445915705281f,-0.2333672238440378f,0.8143669039515012f,-0.5313626676609613f,1.4243654329167437f,0.9723266978106839f,0.20160019142087696f,-0.11805996588021003f,-0.26096198055714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.05186041546936575f,-0.9985939944479174f,0.18827955120472256f,-0.2333672238440378f,0.9709437606537626f,-0.05299011684130993f,1.606086199809066f,0.9723266978106839f,0.2336208701183901f,-0.0014428339117474754f,-0.21716708512189026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,0.25609654596589615f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.2599628391369473f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.010875406294753531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,0.2729073049076367f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.1530676665710993f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,-0.10791488356902379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,-0.3131034481253441f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.2208276466728694f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.1510041094120369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,-0.36895651821652786f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.1089364920903306f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.05010259015897657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9517198522933782f,0.2613816407475893f,-0.1609626063120529f,0.16469774697266068f,0.06798692393516943f,0.6908235250778434f,0.7198198631413666f,2.311905601765376f,0.299344451968805f,0.6741235013549968f,-0.675240996975432f,0.08234998027500187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9808916987647832f,0.1092818130503388f,-0.1609626063120529f,0.05281499957053761f,-0.040918716499063604f,0.6929538392037478f,0.7198198631413666f,2.314175539985103f,0.19020287572591363f,0.7126517116160019f,-0.675240996975432f,0.11144016486072347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9165496328306271f,0.39869210526507115f,-0.031326917456853065f,0.019551388243122525f,0.05043559573296914f,0.19294182859323072f,0.9799131091388467f,2.362520466966494f,0.3967278931977225f,0.8965590086427141f,-0.19694903599787095f,0.06668048509741092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948931368615308f,0.09594931197499726f,-0.031326917456853065f,0.049896155488716426f,-0.011655201986018097f,0.19908403955240672f,0.9799131091388467f,2.364449023081367f,0.10025867789118773f,0.9752739485534415f,-0.19694903599787095f,0.07144927919262098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676345721264696f,0.25040359236296095f,-0.031326917456853065f,0.1231748818202645f,0.019631898116557536f,0.1984562599521119f,0.9799131091388467f,2.4158265411091975f,0.2515907856062409f,0.9475827952308675f,-0.19694903599787095f,0.15675006136826136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676345721264696f,0.1943563073194577f,-0.1609626063120529f,0.07944471267338658f,0.019631898116557536f,0.6938832417658503f,0.7198198631413666f,2.2597028117118816f,0.2515907856062409f,0.6933625837912363f,-0.675240996975432f,0.0007434800152334581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524890066929041f,-0.1795561311215824f,-0.24601684476030133f,-0.22606817820436598f,-0.2201377756590726f,0.964074130009339f,0.14866213900860029f,2.335988264235677f,0.21048527705528677f,0.1957566540973402f,-0.9577970977819745f,0.12368400287488146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968851053772324f,-0.028343388972453323f,-0.24601684476030133f,-0.11475668516075266f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,2.3536038624121702f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,0.09782703394412788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933215150485347f,-0.26188775267048586f,-0.24601684476030133f,-0.09299352612549532f,-0.30332468182604455f,0.9412192655383319f,0.14866213900860029f,2.3508297823429465f,0.19262300044319877f,0.21335674158715023f,-0.9577970977819745f,0.09180644314457714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684681161682946f,0.03930928719298704f,-0.24601684476030133f,-0.12147775054146762f,0.0023738332806369777f,0.9888851972503906f,0.14866213900860029f,2.35875842872146f,0.24912621877472194f,0.14339053873751895f,-0.9577970977819745f,0.10035343975303615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9626939938907098f,-0.11267646702368825f,-0.24601684476030133f,-0.18812025585002418f,-0.15235111936426615f,0.9770817288506848f,0.14866213900860029f,2.4628929273143156f,0.22362783940111208f,0.18059709002422206f,-0.9577970977819745f,0.1010070606397401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9626939938907098f,-0.11267646702368825f,-0.24601684476030133f,-0.16276805076969436f,-0.15235111936426615f,0.9770817288506848f,0.14866213900860029f,2.243049538322912f,0.22362783940111208f,0.18059709002422206f,-0.9577970977819745f,0.060372715384290204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688510537723238f,-0.02834338897245333f,-0.24601684476030133f,-0.01944765580101214f,-0.06661309355587722f,0.9866419128499984f,0.14866213900860029f,1.7410765028377537f,0.23851694147622698f,0.16041941313086974f,-0.9577970977819745f,-0.02172569222412224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01097868661987111f,-0.05186041546936575f,-0.9985939944479174f,1.3389494349322157e-17f,-0.2333672238440378f,0.9709437606537626f,-0.05299011684130993f,1.3769725925925926f,0.9723266978106839f,0.2336208701183901f,-0.0014428339117474754f,-0.10933351851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006989818524273553f,-0.3441133352773792f,-0.9389021008184377f,0.21727678100956144f,-0.19941834514608764f,0.9195855961416283f,-0.3385183229723937f,0.7715595644640909f,0.9798895172702856f,0.18960048484411646f,-0.06219477542914988f,-0.33955869501252134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006989818524273553f,-0.5094524433980128f,-0.860470423868707f,0.02304803696406906f,-0.19941834514608764f,0.8424969858557861f,-0.5004309667108052f,1.0927615403216093f,0.9798895172702856f,0.17509150961628547f,-0.09570526215468318f,-0.2728050569713125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.032573246684328094f,0.07248866086727351f,-0.9968371871304316f,0.30574669795873766f,0.14663285506644244f,0.9869209731521981f,0.06697610445063266f,1.1824786150140487f,0.9886545349187983f,-0.14398745361311094f,-0.042776439619335124f,-0.016828651215555938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.032573246684328094f,-0.9880768759779324f,-0.1504761468078297f,-0.018291343341298234f,0.14663285506644244f,0.14420256658112263f,-0.978623740569623f,1.1159530867685152f,0.9886545349187983f,-0.053941699538543456f,0.1401873875760152f,-0.017637976297944266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0895128203087257f,-0.7450877792736891f,-0.6609324142280963f,0.003329453932211235f,-0.03425622903890091f,0.6655068563780049f,-0.7456052138269286f,1.266949917543733f,0.9953963862564561f,-0.04410017336550744f,-0.08509529327007481f,-0.12381478094989268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08744291185716477f,-0.6974408109041541f,-0.7112876017837623f,0.006663735758649293f,-0.22456281606361983f,0.6818430890009665f,-0.6961763739335005f,1.229540997165735f,0.9705283503368238f,0.22060443619060788f,-0.09699692740240295f,-0.1287362508374853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,-0.6778552609102556f,-0.7351946378754425f,0.003329453932211235f,-0.13052619222005157f,0.7289976968909226f,-0.6719563014603439f,1.266949917543733f,0.9914443118244453f,0.0952607116497648f,-0.08923885570160747f,-0.12381478094989268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0011464906993697208f,-0.04471389700080297f,-0.9989991756623615f,0.010000129972893157f,-0.04364688001295673f,0.9980455674411763f,-0.04472130561773726f,1.2907882229473515f,0.9990463630003418f,0.04365446971413221f,-0.0008073721366872707f,-0.12066938325737647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003226315715682783f,-0.04489541486372681f,-0.9989864826968964f,0.010000129972893157f,-0.2164121212904821f,0.9753487762301589f,-0.043134191367003326f,1.2907882229473515f,0.9762967707851217f,0.21605361934146222f,-0.012862695051898689f,-0.12066938325737647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,0.025086163442569004f,-0.999684747662105f,0.010000129972893157f,-0.13052619222005157f,0.9911294186186456f,0.025007772655713648f,1.2907882229473515f,0.9914443118244453f,0.1305111487666798f,0.002239776451686895f,-0.12066938325737647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.021852293238929486f,-0.38243221704705566f,-0.9237251088092568f,0.012050792317158814f,0.051143459850158585f,0.922308396337328f,-0.38305556850177935f,1.2894575443165492f,0.9984522140767452f,-0.05561314062467533f,-0.0005956467955368656f,0.07457955804149799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013882518769274974f,-0.3596428541966785f,-0.9329867593368553f,0.0015152661343156067f,-0.25797315225044576f,0.9001995395873368f,-0.3508427591453399f,1.331305269016503f,0.9660523424693865f,0.245556116502956f,-0.08028116377705073f,-0.31076611307793667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,-0.20043693129932216f,-0.9797060512601852f,0.025527890830741702f,-0.13052619222005157f,0.9713523606556966f,-0.1985887826468041f,1.1558749128003472f,0.9914443118244453f,0.12766999655328679f,-0.027176249392359027f,-0.13053480014768803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.001043884804996984f,-0.11428719969020747f,-0.9934472035752501f,1.3389494349322157e-17f,-0.13052619222005157f,0.9849642245170415f,-0.1131741559106019f,1.3769725925925926f,0.9914443118244453f,0.12955273987266236f,-0.015945662182494415f,-0.10933351851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16924734476834527f,-0.7326403590874379f,-0.6592370139222274f,-0.8789839906840143f,0.2739375676412265f,0.6075607962628502f,-0.7455387903249971f,2.5241191675153516f,0.9467383721618519f,-0.3067702447772301f,0.09786966637137849f,-0.617548383456831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4262227435046514f,-0.7326403590874379f,-0.5306338447136578f,-0.9075401930225309f,-0.05815391747907393f,0.6075607962628502f,-0.7921414019771272f,2.534467229822302f,0.9027470824107964f,-0.3067702447772301f,-0.30156213641323243f,-0.5288549597181278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30459949161084393f,-0.7326403590874379f,-0.6086519974062728f,-0.8019642922423317f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6472781186654872f,0.9460631865461682f,-0.3067702447772301f,-0.1041943567638297f,-0.557572518072905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3229453818277277f,-0.005282307045918237f,0.9464028622042606f,0.7943658821781646f,0.12357622130308023f,0.9916586602178363f,-0.03663357945134121f,1.8143822504486415f,-0.9383150845449495f,0.12878353484525193f,0.32090435221131924f,-0.4775222108433579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3229453818277277f,-0.005282307045918237f,0.9464028622042606f,0.7640897526318152f,0.12357622130308023f,0.9916586602178363f,-0.03663357945134121f,1.8027969797014778f,-0.9383150845449495f,0.12878353484525193f,0.32090435221131924f,-0.38955517166726883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3229453818277277f,-0.005282307045918237f,0.9464028622042606f,0.6372673880743508f,0.12357622130308023f,0.9916586602178363f,-0.03663357945134121f,1.814084651992761f,-0.9383150845449495f,0.12878353484525193f,0.32090435221131924f,-0.48167434408701126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6310700078077876e-8f,-2.1473444026778846e-9f,-0.0000156249913391968f,0.6874692544639649f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5407318187838153f,0.00001549131737225696f,0.0000020394706229766426f,-1.6451444466086304e-8f,-0.07977058029322981f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58.mcfunction new file mode 100644 index 000000000..6dbea2389 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..5de2d4dc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.36366845505026246f,0.021152083035693818f,-0.7309187975617067f,-0.34431980789119415f,-0.28829516604506333f,0.7543481206792445f,-0.12161107888340485f,1.5000014742483592f,0.6719937473524953f,0.3121793501424902f,0.3433844802960785f,-0.11437570227927177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3370583451220007f,-0.11718652999335878f,-0.7160020874073862f,-0.34431980789119415f,0.02187088142567639f,0.790778030459066f,-0.1191292201306823f,1.5000014742483592f,0.725198825515653f,0.030617376298373217f,0.33637663375942384f,-0.11437570227927177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3470410997921663f,0.018220231685866707f,-0.7390364961602383f,-0.343519774428166f,-0.04989300944767501f,0.8139798205751835f,0.04349693953705944f,1.4837293820848814f,0.7375754924804255f,0.06363426198322517f,-0.34478619177477565f,-0.046553577664933274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.32091110188234195f,-0.11360677235072913f,-0.7239541186875804f,-0.343519774428166f,-0.35029393161573585f,0.7179683931430154f,0.04260924689344598f,1.4837293820848814f,0.6436693453644126f,0.3340881436442875f,-0.3377497388814129f,-0.046553577664933274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08285062301631048f,0.0035891980967958682f,1.5602977734787782f,-0.0031953049071759797f,1.5573714689727065f,-0.09552729075624367f,0.08291498266638357f,1.4706566688175338f,0.09558311511770173f,1.5595729878328217f,0.0014878597387353587f,0.7607315314529284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0022970867819489243f,-0.998590575026418f,0.05302439873043849f,-0.0031410870876041053f,-0.0611374660839962f,-0.05306558890648524f,-0.9967177401425321f,1.4824947107576385f,0.9981267122130059f,-0.0009522302327910593f,-0.061173193675329335f,0.5679377465548476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.998590575026418f,0.05181995403491828f,-0.008803258209842587f,-0.2332868698230921f,-0.05306558890648524f,-0.9709589484845133f,1.5478914841026432f,0.972340311072166f,-0.0009522302327910593f,-0.23356672006445478f,0.23595125589710314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9747273279204631f,-0.026480946147615505f,-0.2218228926332036f,0.2494269424335888f,0.17696392248637322f,0.5145020404522368f,-0.8390300474409257f,1.49660874828358f,0.1363466403813151f,-0.857080165364718f,-0.49681302699820223f,-0.4892105784077825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7449738577471138f,-0.026480946147615505f,-0.6665678590845128f,0.009801293844353269f,0.5615459727343719f,0.5145020404522368f,-0.648038402316015f,1.679358484108921f,0.360111193632178f,-0.857080165364718f,-0.3684203012310751f,-0.34658024951888045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.5802468308159912f,-0.8143599078391395f,0.255584071387872f,-0.2332868698230921f,0.7903863512511646f,-0.5664509264923259f,1.3732590165191916f,0.972340311072166f,0.1964765407977994f,-0.12629841004626421f,0.04470193312658896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.3085084909961548f,-0.9511524352862946f,0.19179402660555367f,-0.2332868698230921f,0.9241399395590889f,-0.3025600906925223f,1.5446442546196926f,0.972340311072166f,0.22536167175231725f,-0.06137129922923614f,0.08657367595996572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.5441726841303903f,-0.8388948289351292f,0.20416715311738143f,-0.2332868698230921f,0.8143423209661719f,-0.5314356223020547f,1.4358232585292283f,0.972340311072166f,0.20179859793803084f,-0.11760801560407605f,-0.26107047982321646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.0518199540349185f,-0.998590575026418f,0.18820972064191913f,-0.2332868698230921f,0.9709589484845133f,-0.05306558890648545f,1.617546401439409f,0.972340311072166f,0.23356672006445478f,-0.0009522302327911111f,-0.21728267125008616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,0.25608838457964866f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.2714468052353514f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.010673313593925024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,0.27284936716483543f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.164543186324777f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,-0.10811640913747003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,-0.3130403500117964f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.232280121674707f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.1510823744169403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,-0.3689340995021132f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.1203765006074544f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.050217212641674794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9515791039926215f,0.26165771607701754f,-0.16134574200132934f,0.1647204795337511f,0.0679395888908798f,0.6908983796265732f,0.7197524861302764f,2.3233885162674075f,0.2998023033699688f,0.6739396624674455f,-0.6752213786954077f,0.0821881397149706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807958710056373f,0.1095765073194752f,-0.16134574200132934f,0.052851739800157886f,-0.04097717860169642f,0.6930203673364376f,0.7197524861302764f,2.3256523909586f,0.19068384895459595f,0.7125417598292286f,-0.6752213786954077f,0.1113326171815538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.916360142801085f,0.3991140691163201f,-0.03149680172635862f,0.0195626867278927f,0.05039887950229567f,0.19304524017144628f,0.9798946311680976f,2.3739911467724246f,0.39717004120463223f,0.8963489806322996f,-0.19701386572764062f,0.06658518856476073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948433151352096f,0.09640917908476168f,-0.03149680172635862f,0.04990962684710604f,-0.011722077131537636f,0.19917104386848147f,0.9798946311680976f,2.3759223827337212f,0.10074408785883898f,0.9752108312936963f,-0.19701386572764062f,0.07133904784566805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675134247229683f,0.250850003910394f,-0.03149680172635862f,0.12322600248087545f,0.019579456788693633f,0.19855265467829425f,0.9798946311680976f,2.4273124066249605f,0.25206034565693564f,0.9474445202007122f,-0.19701386572764062f,0.15659993594587437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675134247229683f,0.1946415282484052f,-0.16134574200132934f,0.07943165862498436f,0.019579456788693633f,0.6939546120468874f,0.7197524861302764f,2.2711726189144112f,0.25206034565693564f,0.6932111308252193f,-0.6752213786954077f,0.0006274315102002617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9523697747732017f,-0.17953357350493943f,-0.24649443823946288f,-0.2260270888456344f,-0.22019243452525838f,0.9640765850843446f,0.1485652377575201f,2.347445071806403f,0.21096706822696662f,0.1957652524751397f,-0.9576893348299664f,0.1237104743868094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.02833976105907779f,-0.24649443823946288f,-0.11472953035080756f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,2.3650669547176295f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,0.09779786470052684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9330983383049292f,-0.26185488914586363f,-0.24649443823946288f,-0.09296909624071902f,-0.3033793466726281f,0.9412169474369557f,0.1485652377575201f,2.3622940245153723f,0.1931022088560101f,0.21340729811294332f,-0.9576893348299664f,0.09176690371293067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9683468657953225f,0.03930444531332837f,-0.24649443823946288f,-0.12144975385348702f,0.00232112758936151f,0.9888998849715606f,0.1485652377575201f,2.3702212204484305f,0.24959759588403624f,0.14329053730740957f,-0.9576893348299664f,0.10032712167646313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625734788741781f,-0.11266228155454185f,-0.24649443823946288f,-0.18809979497646626f,-0.15240547382682584f,0.9770879907550151f,0.1485652377575201f,2.4743507429786957f,0.22410905674622766f,0.18057205940358798f,-0.9576893348299664f,0.1010046813964395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625734788741781f,-0.11266228155454185f,-0.24649443823946288f,-0.16275078162669437f,-0.15240547382682584f,0.9770879907550151f,0.1485652377575201f,2.254505945058818f,0.22410905674622766f,0.18057205940358798f,-0.9576893348299664f,0.06037596803063228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9687297610067149f,-0.028339761059077793f,-0.24649443823946288f,-0.019432482763094422f,-0.06666669542237388f,0.9866528882294483f,0.1485652377575201f,1.7525370130890998f,0.2389941460817281f,0.1603525369041675f,-0.9576893348299664f,-0.02175118367953316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011469779083630501f,-0.0518199540349185f,-0.998590575026418f,1.3390129351366159e-17f,-0.2332868698230921f,0.9709589484845133f,-0.05306558890648545f,1.3884274074074074f,0.972340311072166f,0.23356672006445478f,-0.0009522302327911111f,-0.1093387037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007316770774032681f,-0.3530712691602639f,-0.9355678188987697f,0.22185339886609778f,-0.19936976140066343f,0.9162941282905053f,-0.3473568319457465f,0.7849742127045122f,0.9798970165810706f,0.18906546314412803f,-0.0636874205916175f,-0.3392432157265954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007316770774032681f,-0.5176527512322229f,-0.8555595210195203f,0.02449828745881283f,-0.19936976140066343f,0.8376499436107545f,-0.5085216516609125f,1.1043282537061123f,0.9798970165810706f,0.17429343392856306f,-0.09707541287528397f,-0.2727938440413307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03388827842835291f,0.06311479588882866f,-0.9974307530475855f,0.30628128931390763f,0.14645758622919958f,0.9875436238769464f,0.057513184365883804f,1.1969202062173636f,0.9886363133230942f,-0.14413227771703005f,-0.042709793947312995f,-0.016877806603089636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03388827842835291f,-0.9894040770991401f,-0.1411777489718589f,-0.017111321080561705f,0.14645758622919958f,0.13481767013372317f,-0.9799869240227803f,1.1273244323950602f,0.9886363133230942f,-0.053886622081119384f,0.14033699419471557f,-0.01765300549738845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09103976521580767f,-0.7554378258269542f,-0.6488647412668493f,0.003860190893169066f,-0.03566906714629477f,0.6536260945735208f,-0.7559766174568362f,1.2784217041784236f,0.9952082590083162f,-0.04567953373680038f,-0.08645172872317117f,-0.12381715090514882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08895858912041507f,-0.708608926086078f,-0.6999712560475903f,0.007796647070853827f,-0.223149977956226f,0.6707147406801125f,-0.7073512733943053f,1.2410702657245096f,0.9707164656890503f,0.21912354165069792f,-0.09846022920252537f,-0.12873039659253746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,-0.6895104778386817f,-0.7242749473503002f,0.003860190893169066f,-0.13052619222005157f,0.718173523724115f,-0.6835127672298609f,1.2784217041784236f,0.9914443058251639f,0.09381945838876427f,-0.09075294857192268f,-0.12381715090514882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0007240717845596329f,-0.04947293782202428f,-0.9987752020065923f,0.01041578418307371f,-0.043637444572160955f,0.997822499623425f,-0.049457382426406626f,1.3022913805061123f,0.9990471706337307f,0.0436198082127647f,-0.001436377464054468f,-0.12066770672740298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.002815218425990144f,-0.04965544378595663f,-0.9987624399463738f,0.01041578418307371f,-0.2164215567312779f,0.9751257084124075f,-0.04787026817567269f,1.3022913805061123f,0.9762959511988281f,0.21601895679689845f,-0.013491700306318497f,-0.12066770672740298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,0.020304400484527307f,-0.9997932935009972f,0.01041578418307371f,-0.13052619222005157f,0.9912376781606829f,0.020267672267743675f,1.3022913805061123f,0.9914443058251639f,0.13052048389269194f,0.0016098854855733924f,-0.12066770672740298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022723675210982473f,-0.39118470035581415f,-0.9200316107571729f,0.012349735110394435f,0.05104421909037621f,0.9186149761444083f,-0.39184309780913795f,1.300971125457747f,0.9984378409707636f,-0.055866410397840884f,-0.0009065908120846136f,0.07458249624411248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014496927934046012f,-0.3700065096552285f,-0.9289160467411631f,0.001858664664404465f,-0.2579010380300031f,0.8961960007119478f,-0.3609983142494672f,1.3427670740086004f,0.9660625723334499f,0.24480177924325944f,-0.08243297408084042f,-0.310770006992381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,-0.20512055548344035f,-0.9787361524572248f,0.02658924915199338f,-0.13052619222005157f,0.9703915549327156f,-0.203231747667043f,1.167453174264881f,0.9914443058251639f,0.12753739778367512f,-0.027792096240257542f,-0.13052246349996247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.001049567240940046f,-0.11903753352084236f,-0.9928892002745732f,1.3390129351366159e-17f,-0.13052619222005157f,0.9844117360148018f,-0.11788319278361194f,1.3884274074074074f,0.9914443058251639f,0.12947432027084912f,-0.01657072229146036f,-0.1093387037037037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17015071041298846f,-0.7326386008301358f,-0.6590063856440367f,-0.878981212669629f,0.2729216465414756f,0.6075607962628502f,-0.745911290766899f,2.536541329573382f,0.9468698488150552f,-0.3067744438803741f,0.09657603215519857f,-0.6174312528971323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42550462810219236f,-0.7326386008301358f,-0.5312122852845897f,-0.9075379233516092f,-0.057074708668756205f,0.6075607962628502f,-0.7922198914915153f,2.5468893918803324f,0.9031546318842593f,-0.3067744438803741f,-0.3003350653651611f,-0.5287379928289786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30460491394112266f,-0.7326386008301358f,-0.6086514002091695f,-0.8019618579792437f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6597002807235177f,0.9460614407269731f,-0.3067744438803741f,-0.1041978452343967f,-0.5574549460778959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7868944545064623f,-0.003866834760904856f,0.6170754938059924f,0.7667165776788931f,0.08065385169124371f,0.9920468630285304f,-0.09663321252353699f,1.8144381953297861f,-0.6117941432167722f,0.12580965441564518f,0.780948050245003f,-0.39326246115570584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7868944545064623f,-0.003866834760904856f,0.6170754938059924f,0.6929452225689123f,0.08065385169124371f,0.9920468630285304f,-0.09663321252353699f,1.806876896733732f,-0.6117941432167722f,0.12580965441564518f,0.780948050245003f,-0.33590676022913346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7868944545064623f,-0.003866834760904856f,0.6170754938059924f,0.6372695760530038f,0.08065385169124371f,0.9920468630285304f,-0.09663321252353699f,1.8251525279102896f,-0.6117941432167722f,0.12580965441564518f,0.780948050245003f,-0.48172681822917013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.639948813968822e-8f,-2.1590335727448307e-9f,-0.00001562499124464916f,0.6874690850135015f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.55218663359863f,0.000015491317278518184f,0.000002039470610635699f,-1.6540998676380275e-8f,-0.07977182526766881f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59.mcfunction new file mode 100644 index 000000000..3e612d9c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..70f418bb9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3547968612505651f,0.01962171993825914f,-0.7353085201450178f,-0.3454755920179787f,-0.2897215324613705f,0.754111835495754f,-0.1196712899483597f,1.5108002250418109f,0.6761102464239295f,0.312849440012818f,0.33458124126837097f,-0.11369893504399783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3284556396181455f,-0.11524582061593522f,-0.7203022238155277f,-0.3454755920179787f,0.02049140730689486f,0.7910988935622236f,-0.11722901872492379f,1.5108002250418109f,0.7291755584422848f,0.029680657593545323f,0.3277530526710573f,-0.11369893504399783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3373702246987191f,0.01654893373116835f,-0.7435401191082707f,-0.3446551840509181f,-0.05037849994515421f,0.8140806473488476f,0.04097744257273515f,1.494789058724446f,0.7420160258878888f,0.0627955161527247f,-0.33528105362680577f,-0.046936649123751756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3115321941943898f,-0.11149398309195951f,-0.728365830963204f,-0.3446551840509181f,-0.350771109871739f,0.7178776463243f,0.040141168234516064f,1.494789058724446f,0.6480025620780966f,0.3349936964215493f,-0.3284385831446261f,-0.046936649123751756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08291761888432993f,0.004337403200317909f,1.5602923140911866f,-0.00278767259143594f,1.557374524687164f,-0.0953794549791978f,0.0830277027461375f,1.481751361530609f,0.09547517129590709f,1.5595801346841234f,0.0007383526719286654f,0.760718873606715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0027759380482030305f,-0.9985870810183595f,0.05306727608597093f,-0.002825949736591368f,-0.06104285118668684f,-0.05313772975752775f,-0.9967196957997849f,1.4935711639970937f,0.998131286197839f,-0.00047254571003477555f,-0.06110410962938076f,0.5679239657995104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.9985870810183595f,0.05177902833731676f,-0.008650644170702472f,-0.2331940319349895f,-0.05313772975752775f,-0.970977304135436f,1.558936113788856f,0.9723568118865767f,-0.00047254571003477555f,-0.23349947982452615f,0.23593401956849938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9763488394033109f,-0.026932804613705265f,-0.21451705720396141f,0.2509955747157415f,0.17046359441708958f,0.5144124021629983f,-0.8404296778906011f,1.5092131587790099f,0.13298536300741395f,-0.8571198892433506f,-0.4976548891443274f,-0.48843472149713285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7499340029453984f,-0.026932804613705265f,-0.6609641558072048f,0.00966752059015239f,0.5565392120088973f,0.5144124021629983f,-0.6524139682727594f,1.6903493326177212f,0.35757949706716496f,-0.8571198892433506f,-0.37078619006195446f,-0.34661869650690524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.5802104371035587f,-0.8143789503839239f,0.25565835679599347f,-0.2331940319349895f,0.7903630709991244f,-0.5665216319530404f,1.3843046265763697f,0.9723568118865767f,0.19667756526083618f,-0.12585772006850393f,0.04457556553989264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.3084680554920533f,-0.9511596526836469f,0.1918758485619607f,-0.2331940319349895f,0.9241389983301939f,-0.3026345241957188f,1.5556892229870578f,0.9723568118865767f,0.22542087415813455f,-0.06089055650554391f,0.08646141346638322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.5441354944325705f,-0.8389122658841903f,0.2040915852885009f,-0.2331940319349895f,0.8143221470006528f,-0.5315072759371695f,1.4468362242523325f,0.9723568118865767f,0.20198020844347425f,-0.11715897650160258f,-0.2611782893045829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.051779028337316985f,-0.9985870810183595f,0.18814184821888924f,-0.2331940319349895f,0.970977304135436f,-0.053137729757527966f,1.628562357966742f,0.9723568118865767f,0.23349947982452615f,-0.00047254571003482737f,-0.21740009024817197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,0.2560816480055452f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.2824892253292917f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,0.010461749196309503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,0.2727938827805982f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.1755755759331694f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,-0.1083258144693646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,-0.3129774527076591f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.243294764151314f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,0.1511450250625166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,-0.3689110605768449f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,2.1313775665197054f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,0.050317028528698696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9514413946824032f,0.2619281468733947f,-0.1617186394954923f,0.16474399643993565f,0.06789929838703523f,0.6909810262800676f,0.7196769459969471f,2.3344311107029028f,0.300248160299696f,0.6737498550622582f,-0.6752126887435059f,0.08201508400923846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9807021618225049f,0.10986515114626985f,-0.1617186394954923f,0.05288895937404548f,-0.04102990184760717f,0.6930956936490682f,0.7196769459969471f,2.336689671558468f,0.19115390906555224f,0.7124240366584528f,-0.6752126887435059f,0.11121251901387622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9161748895519208f,0.39952614528973474f,-0.0316611905090694f,0.01957515049369883f,0.05037034378791966f,0.19315885391335666f,0.9798737090164045f,2.3850217908616607f,0.3976008051063435f,0.8961409020822592f,-0.19709156094055147f,0.06647634665372243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947944673659894f,0.0968583332169525f,-0.0316611905090694f,0.049924207316889624f,-0.011784324785686924f,0.19927027893737723f,0.9798737090164045f,2.386955666265057f,0.10121806848267362f,0.9751460501989712f,-0.19709156094055147f,0.0712155977408532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9673949151644555f,0.25128598673524266f,-0.0316611905090694f,0.12327739111592667f,0.01953349929137692f,0.1986604056772976f,0.9798737090164045f,2.438359047670848f,0.25251835679686707f,0.9473063897634322f,-0.19709156094055147f,0.1564367649344881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9673949151644555f,0.19492090640483675f,-0.1617186394954923f,0.07942018717483848f,0.01953349929137692f,0.6940342468538142f,0.7196769459969471f,2.2822013421287397f,0.25251835679686707f,0.6930528871885435f,-0.6752126887435059f,0.0004998653170660457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522534887493848f,-0.17951010425027214f,-0.24696035235778635f,-0.22598552688201923f,-0.22024118615985266f,0.964082148885735f,0.14845682914155364f,2.358463401626374f,0.21144056631480782f,0.19575937441644975f,-0.9575861080052038f,0.12372087417044951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686112352565178f,-0.028334771891807956f,-0.24696035235778635f,-0.11470157049939898f,-0.06671397647315354f,0.9866660099670886f,0.14845682914155364f,2.376090862838773f,0.2394608950914163f,0.16027265979406508f,-0.9575861080052038f,0.0977536970416886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329845402648629f,-0.261821374204019f,-0.24696035235778635f,-0.09294380538927619f,-0.30342839770977703f,0.9412182410814789f,0.14845682914155364f,2.373318932047102f,0.1935744174472451f,0.2134427104995767f,-0.9575861080052038f,0.09171265556699987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9682282807411802f,0.0393011543888559f,-0.24696035235778635f,-0.12142096312538389f,0.002274877038992401f,0.9889162729046848f,0.14845682914155364f,2.3812448829834705f,0.25005763597106195f,0.1431782960088933f,-0.9575861080052038f,0.10028566052600416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624558389848236f,-0.11264698117276659f,-0.24696035235778635f,-0.18807819240316345f,-0.15245371859372292f,0.9770969417453835f,0.14845682914155364f,2.485369659903162f,0.22458099138387813f,0.18053316610662115f,-0.9575861080052038f,0.10098505146390982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624558389848236f,-0.11264698117276659f,-0.24696035235778635f,-0.162732621639291f,-0.15245371859372292f,0.9770969417453835f,0.14845682914155364f,2.265522848010451f,0.22458099138387813f,0.18053316610662115f,-0.9575861080052038f,0.060365089089920124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686112352565179f,-0.028334771891807945f,-0.24696035235778635f,-0.019417135626493855f,-0.06671397647315352f,0.9866660099670886f,0.14845682914155364f,1.7635564890507887f,0.2394608950914163f,0.1602726597940651f,-0.9575861080052038f,-0.021782695065802687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011948801097828645f,-0.051779028337316985f,-0.9985870810183595f,1.3390900425276734e-17f,-0.2331940319349895f,0.970977304135436f,-0.053137729757527966f,1.39944f,0.9723568118865767f,0.23349947982452615f,-0.00047254571003482737f,-0.109345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007638809436861047f,-0.36163716544542146f,-0.9322876214768638f,0.2262274832834102f,-0.19931127530931395f,0.913057345193188f,-0.3558107642038705f,0.7979014750399622f,0.9799064568237941f,0.18853340541497793f,-0.06510369357931528f,-0.3389352975918841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007638809436861047f,-0.5254774422913889f,-0.8507732401958157f,0.025889208409818176f,-0.19931127530931395f,0.8329267539580629f,-0.5162441651732824f,1.1154547999864737f,0.9799064568237941f,0.17351219030311543f,-0.09837101042102425f,-0.27278377503882134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03513922582266314f,0.05410014535126695f,-0.9979170351695351f,0.3067683924531382f,0.14626971377949188f,0.98805927954273f,0.048415193280278906f,1.2108023501540695f,0.988620455806701f,-0.1442637667000034f,-0.04263285092598858f,-0.016928915152149764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03513922582266314f,-0.9905961415050758f,-0.13222904084897372f,-0.015976587398446724f,0.14626971377949188f,0.12578818299557848f,-0.9812148102477543f,1.138262119831389f,0.988620455806701f,-0.05382023275615354f,0.1404741147209123f,-0.017667894402526182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09247585705980566f,-0.7652033822974111f,-0.637112234682129f,0.004369766988628798f,-0.03704937756835226f,0.6420552977059089f,-0.7657625861254742f,1.2894529680020952f,0.9950254064509367f,-0.047209939720131606f,-0.08772492296245958f,-0.12382046817056062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09040304875311636f,-0.7191694065996002f,-0.6889286272084508f,0.00888393698510007f,-0.2217696675341685f,0.6598547643586185f,-0.7179205419230016f,1.2521657486175206f,0.9708993270869672f,0.21768567836311808f,-0.09983707777005026f,-0.12872466686245393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,-0.7005448588610094f,-0.7136076008371462f,0.004369766988628798f,-0.13052619222005157f,0.7075985548341128f,-0.6944546049535628f,1.2894529680020952f,0.9914443102835749f,0.09241853666923722f,-0.09217913910556498f,-0.12382046817056062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00032803074277790666f,-0.05404275181805801f,-0.9985385687952987f,0.010814706854936133f,-0.04363024174380442f,0.9975869881637518f,-0.054005583523854234f,1.313352263719954f,0.9990476937570142f,0.043584194638728896f,-0.002030659125609369f,-0.12066726911087218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0024107695069116018f,-0.05422452397991245f,-0.9985258580475201f,0.010814706854936133f,-0.21642875955963442f,0.9748901969527344f,-0.0524184692731203f,1.313352263719954f,0.9762954369584355f,0.21598334399812177f,-0.014085982022084798f,-0.12066726911087218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,0.015712104351053205f,-0.999876010826343f,0.010814706854936133f,-0.13052619222005157f,0.9913203213478035f,0.01571412191062453f,1.313352263719954f,0.9914443102835749f,0.13052643509936768f,0.0010145671869353848f,-0.12066726911087218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0235505267205127f,-0.39956246253574945f,-0.9164034107441733f,0.012638410336906665f,0.05094539284930136f,0.9149869946442186f,-0.40025412749823197f,1.312041504903383f,0.998423727501814f,-0.056112727293444194f,-0.001192559044572255f,0.07458405871287048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015096195912379965f,-0.3799191680684639f,-0.9248964972380106f,0.002186514903686706f,-0.2578290015624424f,0.8922417861612303f,-0.37071390718602854f,1.3537879088957767f,0.9660726219194337f,0.24406151020180059f,-0.08448472297242399f,-0.3107748795000077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,-0.2096137587140755f,-0.9777837078857966f,0.027607959657797283f,-0.13052619222005157f,0.9694477540264624f,-0.20768718149558912f,1.178589080408163f,0.9914443102835749f,0.12740927898236046f,-0.028373495299685615f,-0.13051156423402965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010453472439289591f,-0.12359664977069862f,-0.9923319885071723f,1.3390900425276734e-17f,-0.13052619222005157f,0.9838598432005282f,-0.1224039300102986f,1.39944f,0.9914443102835749f,0.12939736126711085f,-0.01716107524122665f,-0.109345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17108262884262593f,-0.7326399065824063f,-0.6587636157160013f,-0.8789835153255463f,0.2718618015067969f,0.6075607962628502f,-0.7462982243888368f,2.548562579611747f,0.9470068083122608f,-0.3067713254647095f,0.0952337066528968f,-0.6173010156831265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42474576382053986f,-0.7326399065824063f,-0.5318174530789952f,-0.9075398484920718f,-0.055949299871047256f,0.6075607962628502f,-0.7923001670379675f,2.5589106419186973f,0.9035821556230764f,-0.3067713254647095f,-0.29904956430695473f,-0.5286076340666053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3046008871096048f,-0.7326399065824063f,-0.6086518437127788f,-0.8019639053518922f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6717215307618827f,0.9460627372428935f,-0.3067713254647095f,-0.10419525456137087f,-0.5573250366906602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.996070287288812f,-0.0007267240355091429f,0.08856328049795799f,0.6972433338055049f,0.011696105793752099f,0.9922876408904091f,-0.12340356091056548f,1.8177993783470705f,-0.08779056834105327f,0.12395446586679518f,0.9883967353760494f,-0.3376446164688003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.996070287288812f,-0.0007267240355091429f,0.08856328049795799f,0.6038617443721788f,0.011696105793752099f,0.9922876408904091f,-0.12340356091056548f,1.8167028684289062f,-0.08779056834105327f,0.12395446586679518f,0.9883967353760494f,-0.3294142506868265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.996070287288812f,-0.0007267240355091429f,0.08856328049795799f,0.6372680470141481f,0.011696105793752099f,0.9922876408904091f,-0.12340356091056548f,1.8357616575245732f,-0.08779056834105327f,0.12395446586679518f,0.9883967353760494f,-0.48178894388422083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.633355068638999e-8f,-2.150352742333565e-9f,-0.000015624991314912947f,0.6874692108561365f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5631992261912226f,0.00001549131734818086f,0.000002039470619806964f,-1.6474492251396772e-8f,-0.07978104771697837f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..e25c3505b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5102791353614379f,-0.10405702200579318f,-0.6290721617036583f,-0.09417221068639449f,-0.12547895615214008f,0.8063504642995082f,-0.03159754312254776f,1.1647956041910217f,0.6251517256012312f,0.07691234842141949f,-0.5198213684358786f,-0.31607798926489755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5008235239551236f,0.09711596878939728f,-0.616233954321951f,-0.09417221068639449f,0.188717901078344f,0.7768059503286644f,-0.03095269530372026f,1.1647956041910217f,0.5946102519009877f,-0.16474527046345638f,-0.5092127690800443f,-0.31607798926489755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8039503553457326f,0.12767709604862573f,0.06562644077279317f,-0.1610434943094346f,0.12547895615214008f,0.8063504642995082f,-0.03159754312254776f,1.1647956041910217f,-0.0697373798395396f,-0.021022186208906998f,-0.8134120788287805f,-0.2878171181564962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7754578166296101f,-0.18582879244901435f,0.06428712565498107f,-0.1610434943094346f,-0.188717901078344f,0.7768059503286644f,-0.03095269530372026f,1.1647956041910217f,-0.05523339968372895f,-0.04516830117374033f,-0.7968118323220708f,-0.2878171181564962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08167851691205424f,1.0104505106902644f,1.189001528729392f,-0.5320116899574894f,1.5595375644389398f,-0.09160366905818366f,-0.029284858185402107f,0.8581192920582074f,0.05076864168862108f,1.18827807488856f,-1.0133232513666257f,0.24440559440173043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.393650831318239f,-0.7469886952738642f,-0.5357675915315421f,-0.45913298125644064f,-0.859356586509381f,0.5059855239441883f,-0.07406015650719647f,1.082459809387327f,0.3264127451944919f,0.43126156644428154f,-0.8411112774672683f,0.16260280707019287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5097140113489885f,-0.7469886952738642f,-0.4268483521902986f,-0.27593156715816314f,-0.8523322598329102f,0.5059855239441883f,0.13231919137846207f,1.3995141877786983f,0.1171381470002315f,0.43126156644428154f,-0.8945904738065215f,0.1137267777190335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3798753676716658f,0.9222857596635399f,0.0712999478131929f,0.45802444438843326f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2324639512365796f,-0.8500307694294978f,0.37843846140066806f,-0.3663768851275837f,0.1035430325115957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4911022964917326f,0.8451001509705254f,0.21124457202527533f,0.2738616644412126f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3995141877786983f,-0.7067385716462895f,-0.24477672233760284f,-0.6637807978158319f,-0.11862461158715341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9308673627954781f,0.061775970393981056f,-0.3600967680555793f,-0.07055365931637361f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0763499638972414f,0.2171902136112619f,-0.6989825995190417f,-0.6813602106676742f,0.3180763213393296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.927452707480204f,0.04467045924751002f,-0.37126274450617264f,-0.06449834036062906f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.2505757677833786f,0.3352676277388355f,-0.3403757620786611f,-0.8784873125889435f,0.24876532024589976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.2091598918920286f,-0.3283152656143709f,0.22896597984762043f,0f,0.8433914458128857f,-0.5372996083468239f,1.0635268474078137f,0.38927981454439686f,-0.494917173629452f,-0.7768643493139036f,0.14040039671874735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.01698014702411821f,-0.3889093064182951f,0.22335151911548393f,0f,0.9990482215818578f,-0.04361938736533605f,1.2505757677833786f,0.38927981454439686f,-0.040178670475347567f,-0.9202428486150345f,0.12711537820077573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,0.3018589304892997f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.9333360484878783f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.003205262215804028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,0.3229177988124965f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.812242036166861f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.10670925607567153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,-0.2792593784155176f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.9406639224510807f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,0.0828416047741378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,-0.33238582612272294f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.820505383401961f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.009677682661481824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9739959516629996f,0.17344708418724447f,-0.14576692056509505f,0.20325145503874853f,0.16858190478359963f,0.9846513349332957f,0.04518727689972156f,2.042208617482163f,0.15136719434415494f,0.01943855964370037f,-0.9882864538560452f,-0.00581749779474295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9891375470720295f,0.01894512711221273f,-0.14576692056509505f,0.08950855213964382f,0.012472976958641732f,0.9989006631553395f,0.04518727689972156f,2.053711621799444f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,0.011484916972030287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9551726935597493f,0.2576764062672065f,-0.14576692056509505f,0.06733286173427175f,0.253758418183214f,0.9662115582042792f,0.04518727689972156f,2.049675288028317f,0.15248537857436137f,0.00617206980490053f,-0.9882864538560452f,0.014571158980225065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9880496029832235f,-0.05009976959691238f,-0.14576692056509505f,0.09631357999108275f,-0.05723719446872466f,0.9973374622341915f,0.04518727689972156f,2.0593024156134474f,0.14311493847269705f,0.05299056058015436f,-0.9882864538560452f,0.010736839121507556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9837224034517165f,0.10508205277851995f,-0.14576692056509505f,0.15090076716326667f,0.09948544274405134f,0.9940124529845731f,0.04518727689972156f,2.1646158039288363f,0.14964250609101176f,0.029950050007376862f,-0.9882864538560452f,-0.02411963473072039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9837224034517165f,0.10508205277851995f,-0.14576692056509505f,0.12725730528809973f,0.09948544274405134f,0.9940124529845731f,0.04518727689972156f,1.9409630020073076f,0.14964250609101176f,0.029950050007376862f,-0.9882864538560452f,-0.030858395982380174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9799232933128358f,-0.13602332186759375f,-0.14576692056509505f,-0.18298355939992986f,-0.14394307695447517f,0.9885537418892643f,0.04518727689972156f,2.0470790224627193f,0.13795191125824902f,0.06526220425973253f,-0.9882864538560452f,0.051372772078008125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212745f,-0.14576692056509505f,-0.06885882190631386f,0.012472976958641746f,0.9989006631553397f,0.04518727689972156f,2.0557086267795133f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,0.03493455908666358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9643391756864756f,-0.22091165452573538f,-0.14576692056509505f,-0.0468468054634001f,-0.2295534657093959f,0.9722465306634903f,0.04518727689972156f,2.0511150881474385f,0.13173898670148432f,0.0770371631584978f,-0.9882864538560452f,0.031477875712020764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.985406512459259f,0.08789772506640467f,-0.14576692056509505f,-0.07544857652576599f,0.08212238129604493f,0.9955973204547385f,0.04518727689972156f,2.0614683281571002f,0.14909701436697864f,0.032557110306288425f,-0.9882864538560452f,0.036169862327340915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9870247567015438f,-0.06733598241079891f,-0.14576692056509505f,-0.13517767752233736f,-0.07463441571281253f,0.9961866361267828f,0.04518727689972156f,2.168223239375494f,0.14216832857379053f,0.05548018993458479f,-0.9882864538560452f,0.01824033483372769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9870247567015438f,-0.06733598241079891f,-0.14576692056509505f,-0.12002708147990762f,-0.07463441571281253f,0.9961866361267828f,0.04518727689972156f,1.944081246246968f,0.14216832857379053f,0.05548018993458479f,-0.9882864538560452f,0.005757292098446134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9891375470720294f,0.018945127112212752f,-0.14576692056509505f,-0.0015390494732537658f,0.01247297695864174f,0.9989006631553397f,0.04518727689972156f,1.4291734318569098f,0.14646275232330522f,0.04287828478991457f,-0.9882864538560452f,-0.0036417212137968315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.01698014702411821f,-0.3889093064182951f,0.004828505660790562f,0f,0.9990482215818578f,-0.04361938736533605f,1.0545303487637132f,0.38927981454439686f,-0.040178670475347567f,-0.9202428486150345f,0.011425280214458506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8937946359064953f,-0.38516318902334057f,-0.22973999792405714f,0.2673238358152962f,-0.12059047744873963f,0.6998045136051678f,-0.7040820829182628f,0.8566324411058734f,0.4319595878938913f,-0.601600332911481f,-0.6719285333034567f,0.30275115115752677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8937946359064953f,-0.41225680484208516f,0.1765657828860685f,0.14934671040519204f,-0.12059047744873963f,-0.15827959793096036f,-0.980002808989596f,0.7622216825681295f,0.4319595878938913f,-0.8972134059075401f,0.09175521067673034f,0.03228057109881431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9329942060986179f,-0.07415701665338204f,-0.3521683521662325f,0.02769659002405371f,0.16042999720436044f,0.7902379779970343f,-0.591427217946695f,0.7823849006150575f,0.32215528458092757f,-0.6082965354267839f,-0.7253904449359343f,0.43986774410689944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9329942060986179f,-0.31443620956957335f,-0.17507621625431843f,-0.08807850409736909f,0.16042999720436044f,0.07208697312728418f,-0.9844113389748997f,0.7660758120010237f,0.32215528458092757f,-0.9465375525655944f,-0.016811728040746488f,0.11269314840792036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9491681973744764f,-0.15267726119834263f,-0.2752623966433847f,0.013071614400471224f,0.09229595564125724f,0.7010573846499778f,-0.7071067811865475f,0.9488719479016496f,0.30093386260963395f,-0.6965688748004076f,-0.6513298803172936f,0.03093024382129076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8773102923840234f,-0.4276208482544523f,-0.2178693668582208f,0.01497049483981582f,-0.09229595564125724f,0.5958244989267275f,-0.7977935967723613f,0.9114998077198567f,0.4709650809235504f,-0.6798040722273269f,-0.5621906402047414f,0.03542340229254209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.2752623966433846f,-0.2752623966433847f,0.013071614400471224f,0f,0.7071067811865475f,-0.7071067811865475f,0.9488719479016496f,0.38927981454439686f,-0.6513298803172936f,-0.6513298803172936f,0.03093024382129076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9278167500983473f,-0.036332395609251555f,-0.37126275771511746f,0.013034956863275831f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9738480409052624f,0.36365756756273465f,-0.30985994687292706f,-0.878487328809165f,0.03084350422443571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9074120745836222f,-0.19689411274492935f,-0.37126275771511746f,0.013034956863275831f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9738480409052624f,0.41193940708379756f,-0.242004004126352f,-0.878487328809165f,0.03084350422443571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.11705869786344801f,-0.37126275771511746f,0.013034956863275831f,0f,0.9537169507482269f,-0.30070579950427306f,0.9738480409052624f,0.38927981454439686f,-0.27698599081906305f,-0.878487328809165f,0.03084350422443571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9326838538520045f,-0.05092951569296332f,-0.3570812417294599f,-0.16537078020779705f,0.1205904774487396f,0.8889857469521837f,-0.44177174928298996f,0.9862517296668842f,0.33993935563929306f,-0.45509397507234495f,-0.823001037873218f,0.10641122336851394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8937946359064953f,-0.3195192528322154f,-0.3147039813766553f,0.18662219654362316f,-0.1205904774487396f,0.8470999428592044f,-0.5175708874701297f,0.9862890036182032f,0.4319595878938913f,-0.4246517795529362f,-0.795664364257357f,-0.05612581342013234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.17974941452626642f,-0.3452954126384891f,0.02608944693181942f,0f,0.8870108331782217f,-0.46174861323503386f,0.8482581669545094f,0.38927981454439686f,-0.4253256749855825f,-0.8170430197892511f,0.08180233969566936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9211195503235614f,-0.14897093558029537f,-0.3596476530773578f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0546875f,0.38927981454439686f,-0.3524971911364085f,-0.8510034995399386f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8472118250123484f,-0.13749897234690575f,-0.5131531507871605f,0.10282287796695047f,0f,0.9659258262890683f,-0.2588190451025207f,1.1328125f,0.5312552339123309f,0.21927455554925998f,0.8183437821169223f,0.3525062267368013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8472118250123484f,-0.13749897234690575f,-0.5131531507871605f,0.18224898656185815f,0f,0.9659258262890683f,-0.2588190451025207f,1.1328125f,0.5312552339123309f,0.21927455554925998f,0.8183437821169223f,0.40231140491608236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8472118250123484f,-0.13749897234690575f,-0.5131531507871605f,0.2195089048824784f,0f,0.9659258262890683f,-0.2588190451025207f,1.171635356765378f,0.5312552339123309f,0.21927455554925998f,0.8183437821169223f,0.2546572485089035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.06738366068947174f,-0.4656180575534976f,-0.8824167194428003f,0.27491833373162844f,-0.38073492647395346f,0.8294993993759021f,-0.4086216614398835f,1.928751751707998f,0.9222257630509784f,0.3084324414116085f,-0.2331717629772423f,-0.7408934498576639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3828523977643268f,-0.4656180575534976f,-0.7978871261063267f,0.25960908673986366f,-0.1254152877145024f,0.8294993993759021f,-0.54424420258052f,1.9533144982920028f,0.9152568203152568f,0.3084324414116085f,0.2591802113419935f,-0.8300638537862943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.16329863457882432f,-0.4656180575534976f,-0.8697892735742372f,0.39773210127188163f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.015019074910965f,0.9511509752387239f,0.3084324414116085f,0.013462963540726236f,-0.7874980963530881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014392492973805649f,0f,-0.000006082497102256201f,0.26098169214481254f,0f,0.000015625f,0f,1.22081f,0.000006082497102256201f,0f,-0.000014392492973805649f,0.6360793179089226f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6.mcfunction new file mode 100644 index 000000000..75fefa792 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60.mcfunction new file mode 100644 index 000000000..49eae9683 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..52dc5ef06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.35578934762002407f,0.0198297713855854f,-0.7348232200545635f,-0.34540163094516224f,-0.28952080950007564f,0.7541637938802869f,-0.11982953438513143f,1.5210262348962629f,0.6756745410558126f,0.31271104331528154f,0.3355892763515091f,-0.11360007489070613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.32943185743203374f,-0.11542958579132725f,-0.719826827808552f,-0.34540163094516224f,0.020692544399380036f,0.7910706714589383f,-0.11738403368339406f,1.5210262348962629f,0.7287293529940727f,0.029718739568614483f,0.32874051560964157f,-0.11360007489070613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33771201197017997f,0.016642249371194896f,-0.7433828602754871f,-0.34454925317639323f,-0.05028916734413436f,0.8140814611118398f,0.041070899263225095f,1.505003604378229f,0.741866592497149f,0.06276029520583294f,-0.33561815911358267f,-0.04676054875917468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3118765017346292f,-0.11153765713241434f,-0.7282117814943547f,-0.34454925317639323f,-0.35069056670629906f,0.7179118712307685f,0.04023271764560826f,1.505003604378229f,0.6478805245483034f,0.33490580196131037f,-0.3287688089275912f,-0.04676054875917468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08297879832124418f,0.005042976212248358f,1.560286940732404f,-0.0024030939355212727f,1.5573785640244082f,-0.09522261636179742f,0.08313189310057584f,1.492074436646296f,0.09535605563588453f,1.5595875966819357f,0.00003048654519435359f,0.760704919905959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0032275047758385175f,-0.9985836420687386f,0.05310643092559605f,-0.0025285958294747656f,-0.0609424744715506f,-0.05320441158436829f,-0.9967222809756213f,1.5038748839869216f,0.9981360618764389f,-0.000019511388924816008f,-0.06102787560696632f,0.5679088635051323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.9985836420687386f,0.05173917458759861f,-0.008506494979820884f,-0.23309562907877435f,-0.05320441158436829f,-0.9709972802703062f,1.5692061199365046f,0.9723747529109562f,-0.000019511388924816008f,-0.2334252332560951f,0.2359150044413716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9778051645242739f,-0.027359220108412425f,-0.20772225038429792f,0.2524381912822956f,0.16441599302818993f,0.5143172269332169f,-0.8416918505701954f,1.520933673249392f,0.12986316439318638f,-0.8571634984965151f,-0.4984037473565011f,-0.48771317157865135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7545019213100831f,-0.027359220108412425f,-0.6557273242853713f,0.009541717784774929f,0.5518617741107216f,0.5143172269332169f,-0.6564498247048992f,1.7005620843299731f,0.3552118142950205f,-0.8571634984965151f,-0.3729548281366721f,-0.3466590499794082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.5801749770456783f,-0.8143974634073458f,0.2557283481948215f,-0.23309562907877435f,0.790344090580949f,-0.5665886040048309f,1.3945730627877848f,0.9723747529109562f,0.1968583615034405f,-0.12543574214528103f,0.04445559555886153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.30842866966026905f,-0.9511666458228386f,0.1919531810971283f,-0.23309562907877435f,0.9241410352680258f,-0.30270410409856013f,1.5659576062499236f,0.9723747529109562f,0.225466411390562f,-0.060433742528645f,0.08635283680378787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.5440992605980681f,-0.8389292145413154f,0.204020328258122f,-0.23309562907877435f,0.8143061059274995f,-0.5315750121606192f,1.4570705278587603f,0.9723747529109562f,0.2021424261896241f,-0.1167295139865196f,-0.26128138277022306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.05173917458759883f,-0.9985836420687386f,0.18807808526001762f,-0.23309562907877435f,0.9709972802703062f,-0.053204411584368505f,1.6387999903370405f,0.9723747529109562f,0.2334252332560951f,-0.00001951138892486784f,-0.21751427348088598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,0.25607636972603887f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.2927542589642025f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.010251461393048347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,0.272742485964737f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.185829801805384f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,-0.10853285377865336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,-0.31291698300053405f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.2535359468832272f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.1511937848821025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,-0.36888831604607925f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.1416048966927947f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.050402106751556625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9513112209767738f,0.26218404177666443f,-0.16206939588130906f,0.16476733858880926f,0.06786594759630543f,0.6910661295573621f,0.7195983725214106f,2.3446972315093024f,0.3006678798949693f,0.6735630132483964f,-0.6752123319247101f,0.08184052625980401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9806136215535023f,0.11013825921264948f,-0.16206939588130906f,0.05292525224938217f,-0.04107615512041736f,0.693174531950692f,0.7195983725214106f,2.346951259164827f,0.1915976897153216f,0.7123051537877194f,-0.6752123319247101f,0.1110878801157047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159999030019353f,0.39991497196065007f,-0.03181497921040008f,0.019588162948136756f,0.05034911854897636f,0.1932754658976313f,0.9798518053988547f,2.3952766645626813f,0.3980064622110887f,0.8959423025417242f,-0.19717567434764138f,0.06636179817300059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947481993165407f,0.09728220317376843f,-0.03181497921040008f,0.0499392122633292f,-0.011840546272382516f,0.19937462456535657f,0.9798518053988547f,2.3972130408355867f,0.10166524194862331f,0.9750825257510675f,-0.19717567434764138f,0.07108724814062037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672829088815318f,0.25169740023195436f,-0.03181497921040008f,0.1233271632123234f,0.019494293236968996f,0.19877226161563988f,0.9798518053988547f,2.448629871039846f,0.2529500874023843f,0.9471736940649689f,-0.19717567434764138f,0.15627036124705956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672829088815318f,0.19518525841966222f,-0.16206939588130906f,0.07941048006789947f,0.019494293236968996f,0.6941168163902446f,0.7195983725214106f,2.2924535873520413f,0.2529500874023843f,0.6928957786708773f,-0.6752123319247101f,0.0003688110461124196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9521438896467975f,-0.17948669693500768f,-0.24739955341840908f,-0.2259450514235799f,-0.22028350343098757f,0.9640898133962884f,0.14834422746328854f,2.368707635613008f,0.21188957389271795f,0.19574309011781366f,-0.9574901833160964f,0.12371907830004181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.028328797836418743f,-0.24739955341840908f,-0.1146739253617372f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,2.3863399160221226f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,0.09770024247858594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9328773983018973f,-0.2617885037694655f,-0.24739955341840908f,-0.09291868576615744f,-0.30347122195702936f,0.9412221882330588f,0.14834422746328854f,2.383568830734472f,0.19402313568590496f,0.21346562175656536f,-0.9574901833160964f,0.09164972502406307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9681162251562437f,0.039299307342464423f,-0.24739955341840908f,-0.12139252630031114f,0.0022353684965051857f,0.988933260289088f,0.14834422746328854f,2.3914937419055993f,0.2504914723436919f,0.14306142434771707f,-0.9574901833160964f,0.10023470103831741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9623448740483691f,-0.11263127612346768f,-0.24739955341840908f,-0.18805638800735858f,-0.15249539813288301f,0.9771075394891873f,0.14834422746328854f,2.4956141402983953f,0.22502776926664528f,0.1804856002903987f,-0.9574901833160964f,0.10095352791530489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9623448740483691f,-0.11263127612346768f,-0.24739955341840908f,-0.1627143508795784f,-0.15249539813288301f,0.9771075394891873f,0.14834422746328854f,2.2757649439133285f,0.22502776926664528f,0.1804856002903987f,-0.9574901833160964f,0.060344267849965244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9684993237899113f,-0.02832879783641875f,-0.24739955341840908f,-0.019402190470349547f,-0.06675457375485105f,0.9866801999944705f,0.14834422746328854f,1.7737999060272909f,0.2399018272154113f,0.16018633572191807f,-0.9574901833160964f,-0.02181738938081619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012400306678754167f,-0.05173917458759883f,-0.9985836420687386f,1.3391739535120594e-17f,-0.23309562907877435f,0.9709972802703062f,-0.053204411584368505f,1.409675925925926f,0.9723747529109562f,0.2334252332560951f,-0.00001951138892486784f,-0.10935185185185185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007945101061729704f,-0.3695594317080487f,-0.9291731280040029f,0.230270869406889f,-0.19924778218576517f,0.9099848960393949f,-0.36363142091164996f,0.8099440325565013f,0.9799169335526214f,0.18802477340977108f,-0.06640397518997987f,-0.33864544123357754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007945101061729704f,-0.5326994781184768f,-0.8462671808485908f,0.027179193374219743f,-0.19924778218576517f,0.8284805517645192f,-0.5233739548754901f,1.1258022429167243f,0.9799169335526214f,0.17277511788524447f,-0.09955682787517436f,-0.27277492753982807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03629026174629012f,0.045719086776563916f,-0.998294937384089f,0.3071976873236078f,0.14607967903735894f,0.988465496364848f,0.0399586019342061f,1.2237037003113673f,0.988606971589179f,-0.14438049591447996f,-0.0425503011124585f,-0.016979708678881194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03629026174629012f,-0.991630449050234f,-0.12390346814684705f,-0.014921540414324953f,0.14607967903735894f,0.11738953190291376f,-0.9822832713489306f,1.1484331015427691f,0.988606971589179f,-0.05374709588476183f,0.14059696088189913f,-0.017681996037769307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09378227958610691f,-0.7741162721289816f,-0.6260582091633028f,0.004842855907725726f,-0.03835144689157144f,0.6311718610399285f,-0.7746942934814455f,1.2997083147823902f,0.9948537835063784f,-0.04864235866527976f,-0.08888121503738587f,-0.12382432558791666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09173438522963434f,-0.7288283969346786f,-0.6785233749755182f,0.009892835335321494f,-0.2204675982109493f,0.6496208836070239f,-0.7275896822527962f,1.2624886396922799f,0.9710709761421337f,0.21633741101172504f,-0.10109047379010284f,-0.12871913089226555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,-0.7106491871875887f,-0.703545781104082f,0.004842855907725726f,-0.13052619222005157f,0.6976230142849482f,-0.7044750123918639f,1.2997083147823902f,0.9914443234515327f,0.09110358219961633f,-0.0934788254426118f,-0.12382432558791666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00003112949841665817f,-0.05828582295198894f,-0.9982999358277871f,0.011184925870146863f,-0.04362518476098241f,0.9973496024239891f,-0.058228977316120964f,1.3236346694616323f,0.9990479679602599f,0.04354920650850699f,-0.002573776788095943f,-0.12066775302343075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.002026575957177807f,-0.05846541031818399f,-0.9982873778558038f,0.011184925870146863f,-0.21643381654245641f,0.9746528112129716f,-0.05664186306538703f,1.3236346694616323f,0.9762951889908892f,0.21594835815763486f,-0.014629099844685241f,-0.12066775302343075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,0.011447590232456395f,-0.9999339408368951f,0.011184925870146863f,-0.13052619222005157f,0.9913783437185915f,0.011484456901245749f,1.3236346694616323f,0.9914443234515327f,0.1305294307183334f,0.0004703318831904488f,-0.12066775302343075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02430942998343885f,-0.40731685304336496f,-0.9129633250250144f,0.012907895001891052f,0.05085048960449268f,0.911547230899453f,-0.4080390588491777f,1.3223322775818391f,0.9984103762085326f,-0.056343829000069935f,-0.0014469321847315232f,0.07458454568970221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015660918925693046f,-0.3890876068405504f,-0.9210676249991073f,0.0024892305521435464f,-0.2577596663239823f,0.8884742373367327f,-0.37970183566248467f,1.364032831202367f,0.9660821342075177f,0.24336056334583975f,-0.08637676871151953f,-0.31078025665195563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,-0.2137820050290421f,-0.9768808462066886f,0.028553438517242756f,-0.13052619222005157f,0.968552821684265f,-0.21182149265828168f,1.1889436958635995f,0.9914443234515327f,0.1272897715184176f,-0.02890445575549873f,-0.1305021549951686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010327827780734478f,-0.12782772423024982f,-0.9917958490928708f,1.3391739535120594e-17f,-0.13052619222005157f,0.9833286453062148f,-0.12660050736382755f,1.409675925925926f,0.9914443234515327f,0.1293245848180446f,-0.017700430993987885f,-0.10935185185185185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.172025384758145f,-0.7326437942031733f,-0.6585137339603409f,-0.878990093687902f,0.2707796876392389f,0.6075607962628502f,-0.7466915290844324f,2.5598278180847243f,0.9471460435227548f,-0.30676204077432695f,0.09386917800408028f,-0.6171612167377307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4239629425057988f,-0.7326437942031733f,-0.5324363757270938f,-0.9075453028505682f,-0.0548007287876386f,0.6075607962628502f,-0.7923804382799938f,2.5701758803916745f,0.9040200791498871f,-0.30676204077432695f,-0.2977326767988387f,-0.5284674732370314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30458889773510633f,-0.7326437942031733f,-0.6086531641190172f,-0.8019697236513825f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.68298676923486f,0.9460665973407937f,-0.30676204077432695f,-0.10418754117447336f,-0.55718621381121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8837087832880128f,0.003263365354489865f,-0.4680257864543178f,0.608483364734581f,-0.06097194561952736f,0.992256929748575f,-0.10820631780677435f,1.826496850809747f,0.46404871316165613f,0.12415931625332981f,0.8770651378321432f,-0.3285460222280868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8837087832880128f,0.003263365354489865f,-0.4680257864543178f,0.5256356663013297f,-0.06097194561952736f,0.992256929748575f,-0.10820631780677435f,1.8322129707115777f,0.46404871316165613f,0.12415931625332981f,0.8770651378321432f,-0.37205058908699207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8837087832880128f,0.003263365354489865f,-0.4680257864543178f,0.637263383486103f,-0.06097194561952736f,0.992256929748575f,-0.10820631780677435f,1.8455858584316784f,0.46404871316165613f,0.12415931625332981f,0.8770651378321432f,-0.48185807633236094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6137230907397622e-8f,-2.1245067531034153e-9f,-0.00001562499152243769f,0.6874695854616797f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5734351521171486f,0.000015491317553930198f,0.0000020394706468943784f,-1.6276478436770382e-8f,-0.079796611793645f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61.mcfunction new file mode 100644 index 000000000..c6ac0e340 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..e0cca4e57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3691245337761825f,0.02221209467810672f,-0.7281470633457029f,-0.34378813361419014f,-0.28727113002252486f,0.754577059786533f,-0.12260996347743167f,1.5303989734035892f,0.6694526277971742f,0.31155180650794867f,0.34887403950643303f,-0.11423672425350753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.34239360228736887f,-0.11827253280815742f,-0.7132869191957907f,-0.34378813361419014f,0.02288348269113663f,0.7906013420039915f,-0.12010771932483102f,1.5303989734035892f,0.7226637996555546f,0.03100203226614759f,0.3417541611491589f,-0.11423672425350753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3506116202294222f,0.018947768528289645f,-0.7373309421639256f,-0.3428876541725905f,-0.04947403878730517f,0.8139543186709326f,0.0444424464611762f,1.5140194823631672f,0.735913212064178f,0.0637478911743804f,-0.3482992895838976f,-0.04587886996303117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3244152459297782f,-0.1142868271605868f,-0.7222833719156823f,-0.3428876541725905f,-0.34990519276764875f,0.7181023743116618f,0.04353545775788689f,1.5140194823631672f,0.6421223437029396f,0.33356783589776795f,-0.3411911408168793f,-0.04587886996303117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0830323143554306f,0.005682527830817409f,1.5602818955721536f,-0.0020543330850955085f,1.5573830651969887f,-0.09506816684785742f,0.08322428665852154f,1.5012851053787006f,0.0952358808979723f,1.5595948199867937f,-0.0006119313256446555f,0.7606908263903416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0036368178117227104f,-0.9985804131661783f,0.053140681187475364f,-0.002258898046177314f,-0.060843626782629f,-0.05326354346145353f,-0.9967251617260727f,1.5130664891696388f,0.9981406847915479f,0.00039163604841214983f,-0.060950963774702493f,0.5678936717925043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.9985804131661783f,0.051701828048263454f,-0.008375610015038424f,-0.23299878334542323f,-0.05326354346145353f,-0.9710172819767331f,1.5783645563024764f,0.9723926611931109f,0.00039163604841214983f,-0.23335029264816748f,0.23589581579279234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9790620178443684f,-0.027745756288311985f,-0.20166243631996267f,0.2537111572540933f,0.15902015389546914f,0.5142234391887476f,-0.842785171466583f,1.5313862840071757f,0.12708326353054802f,-0.8572073422439206f,-0.49904450356009256f,-0.4870699145061005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7585390461481152f,-0.027745756288311985f,-0.6510366260639235f,0.00942802487187097f,0.5476725193572751f,0.5142234391887476f,-0.6600220194279519f,1.7096640066797804f,0.3530911029883969f,-0.8572073422439206f,-0.3748629688213432f,-0.34669850375163264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.5801417444057915f,-0.814414806459505f,0.2557917380787638f,-0.23299878334542323f,0.7903291883146524f,-0.5666492222331689f,1.4037282228348356f,0.9723926611931109f,0.1970160665928243f,-0.12504871835437437f,0.0443462778650206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.3083917599719253f,-0.9511731929381138f,0.19202345062816464f,-0.23299878334542323f,0.9241450509768712f,-0.3027663979283516f,1.5751131299059467f,0.9723926611931109f,0.22550043710905482f,-0.06001720854392543f,0.08625250226956885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.5440653030949802f,-0.8389450914993394f,0.20395574946154588f,-0.23299878334542323f,0.8142938619748417f,-0.531636222721562f,1.4661924064773881f,0.9723926611931109f,0.20228309943805223f,-0.11633597955712109f,-0.26137583195011227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.051701828048263676f,-0.9985804131661783f,0.18802052912020784f,-0.23299878334542323f,0.9710172819767331f,-0.05326354346145375f,1.6479252497013914f,0.9723926611931109f,0.23335029264816748f,0.000391636048412098f,-0.21762020435327828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,0.2560726358402742f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.30190605290665f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,0.010053250266789965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,0.2726968053600534f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.1949708426382712f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,-0.10872726283462433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,-0.31286105763946925f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.262667979412794f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,0.15123071309987932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,-0.3688667213298699f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,2.150723653379242f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,0.05047285482822107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951192952664054f,0.2624168472909283f,-0.16238646821742508f,0.16478963263761226f,0.06783933417562142f,0.6911482252201473f,0.7195220326811744f,2.3538506942104545f,0.3010478226807951f,0.6733880968898471f,-0.6752175052723548f,0.0816742900432343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805332281260493f,0.11038669974494565f,-0.16238646821742508f,0.05295931004642422f,-0.0411152834768202f,0.6932514536234106f,0.7195220326811744f,2.356100990034917f,0.19200031772195134f,0.7121918270862475f,-0.6752175052723548f,0.11096687857434971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9158410354974901f,0.4002676503586931f,-0.03195318098745242f,0.01960118071236698f,0.05033421715964049f,0.19338770054594967f,0.9798304260740613f,2.40442000033996f,0.3983737745909134f,0.8957605736768512f,-0.1972595507556147f,0.06624957558808826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947060909597546f,0.09766671302111135f,-0.03195318098745242f,0.049954033433970035f,-0.011889400749500317f,0.19947676127644925f,0.9798304260740613f,2.40635864087759f,0.10207073408858566f,0.9750231970975414f,-0.1972595507556147f,0.07096249713703498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9671811683562208f,0.25207058892675144f,-0.03195318098745242f,0.12337355503423003f,0.019462017941294624f,0.1988807833783256f,0.9798304260740613f,2.4577882358803773f,0.2533413062150522f,0.9470516628996248f,-0.1972595507556147f,0.1561106922857769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9671811683562208f,0.19542574681184507f,-0.16238646821742508f,0.07940276200156496f,0.019462017941294624f,0.69419685561374f,0.7195220326811744f,2.301593943367286f,0.2533413062150522f,0.6927477918687499f,-0.6752175052723548f,0.00024243911530842654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520446319723199f,-0.179464246598498f,-0.24779750387266591f,-0.22590712518616346f,-0.22031893912827943f,0.9640985261668308f,0.14823493820396796f,2.377842101737774f,0.21229833676710666f,0.19572076035969757f,-0.9574041989515933f,0.12370927697378382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201373f,-0.24779750387266591f,-0.1146476289116051f,-0.06678821020230827f,0.9866943488606987f,0.14823493820396796f,2.395478399145032f,0.24030206439674784f,0.1601003362785952f,-0.9574041989515933f,0.09764347317849903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9327804750085913f,-0.2617574879869217f,-0.24779750387266591f,-0.09289468624469743f,-0.3035072821787827f,0.9412277794243616f,0.14823493820396796f,2.3927080040586532f,0.1944322892608017f,0.21347900300184547f,-0.9574041989515933f,0.09158438732371874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9680144612226644f,0.039298854159778365f,-0.24779750387266591f,-0.12136550451438319f,0.002202800960758977f,0.9889497210493531f,0.14823493820396796f,2.4006320776648233f,0.25088473554946034f,0.1429477152602845f,-0.9574041989515933f,0.1001801531149975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622442921042886f,-0.11261580434021298f,-0.24779750387266591f,-0.18803523800891628f,-0.15253013973844767f,0.9771187029051462f,0.14823493820396796f,2.504748598970367f,0.22543397877003057f,0.18043481106973625f,-0.9574041989515933f,0.10091578770518597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622442921042886f,-0.11261580434021298f,-0.24779750387266591f,-0.1626966820323684f,-0.15253013973844767f,0.9771187029051462f,0.14823493820396796f,2.284896890816709f,0.22543397877003057f,0.18043481106973625f,-0.9574041989515933f,0.060317955214495386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9683977761357334f,-0.02832215122201372f,-0.24779750387266591f,-0.019388185518098865f,-0.06678821020230827f,0.9866943488606986f,0.14823493820396796f,1.7829322214820156f,0.2403020643967478f,0.16010033627859524f,-0.9574041989515933f,-0.021852343960640896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012809348825461845f,-0.051701828048263676f,-0.9985804131661783f,1.3392578644964455e-17f,-0.23299878334542323f,0.9710172819767331f,-0.05326354346145375f,1.4188007407407408f,0.9723926611931109f,0.23335029264816748f,0.000391636048412098f,-0.10935870370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008225268023067504f,-0.3765896967527147f,-0.9263436431830505f,0.2338571414087264f,-0.1991843126550217f,0.9071940263461798f,-0.3705733505717234f,0.8207013108814801f,0.9799275251558632f,0.18756118698042318f,-0.06754884588502945f,-0.3383846461349102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008225268023067504f,-0.5390963880719017f,-0.8422039119677479f,0.02832664345631388f,-0.1991843126550217f,0.824471349242761f,-0.529691045676598f,1.1350310127802827f,0.9799275251558632f,0.17211065814077517f,-0.10059804568804478f,-0.27276745771873967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03730540960892547f,0.038246103411538696f,-0.9985717510463352f,0.30756154374113615f,0.145898481799761f,0.9887682107055815f,0.03242003248930797f,1.2352030901255615f,0.9885959434584156f,-0.1444806598542409f,-0.0424664515311562f,-0.01702805855393452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03730540960892547f,-0.9924927329055505f,-0.11647524004517905f,-0.013980569972789625f,0.145898481799761f,0.10989795204518168f,-0.9831765218641056f,1.157503812117554f,0.9885959434584156f,-0.05367136355587347f,0.14070339481198796f,-0.017694714698614084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09492216558991727f,-0.7819273961423148f,-0.6161000970960966f,0.005264139524604327f,-0.03952748864667978f,0.6213670112950116f,-0.7825219581044301f,1.3088521180887331f,0.9946996331159506f,-0.04992578929175075f,-0.08988912861180032f,-0.12382834302166422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09291333898702898f,-0.7373099959913242f,-0.6691345763368941f,0.010790737399321924f,-0.21929155645584097f,0.6403859482650465f,-0.7360822308219728f,1.2716990195614486f,0.9712251668410656f,0.21512742055802767f,-0.10218545991770708f,-0.12871399658623978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,-0.719531847907882f,-0.694458705406221f,0.005264139524604327f,-0.13052619222005157f,0.6886130084378024f,-0.7132846821254283f,1.3088521180887331f,0.991444343779695f,0.08992243577944004f,-0.09461537259210151f,-0.12382834302166422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0003425521982946246f,-0.062064770636223156f,-0.9980720649852217f,0.01151449109560775f,-0.04362200427952355f,0.9971229933069486f,-0.06199078126002475f,1.3328022131317814f,0.9990480485945752f,0.04351666881166363f,-0.0030489563636283885f,-0.12066886479451869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0016758983370281392f,-0.06224093200783641f,-0.9980597465821172f,0.01151449109560775f,-0.21643699702391528f,0.9744262020959312f,-0.06040366700929081f,1.3328022131317814f,0.976295148858189f,0.21591582399559203f,-0.01510427966739502f,-0.12066886479451869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,0.007649215626524736f,-0.9999702311411651f,0.01151449109560775f,-0.13052619222005157f,0.9914148356508337f,0.007716009069758695f,1.3328022131317814f,0.991444343779695f,0.13053012354138557f,-0.000005959893773988673f,-0.12066886479451869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024976663495075314f,-0.4142029119520583f,-0.9098418071352236f,0.013149360683355057f,0.0507633962631365f,0.9084260880957898f,-0.41495194910593225f,1.331506907681084f,0.9983983392817144f,-0.05655077539181805f,-0.0016631061597488124f,0.0745842386000764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016172074447828644f,-0.397223346888147f,-0.9175794661472285f,0.0027571607348998075f,-0.25769592649787143f,0.8850410550019625f,-0.3876791720319997f,1.3731667486544386f,0.966090717000457f,0.24272606709620637f,-0.08804988857204984f,-0.3107856816782273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,-0.21749119108211032f,-0.976061758020414f,0.029395160786094797f,-0.13052619222005157f,0.9677406620177152f,-0.21550156431462042f,1.1981776218625713f,0.991444343779695f,0.12718330424705637f,-0.029368696056352308f,-0.13049434898197027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0010130803442284896f,-0.13159418394980285f,-0.9913031546498788f,1.3392578644964455e-17f,-0.13052619222005157f,0.9828403155309667f,-0.13033735961543777f,1.4188007407407408f,0.991444343779695f,0.12925898389502855f,-0.01817218395445254f,-0.10935870370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17296095568481132f,-0.7326498901736488f,-0.6582618371416782f,-0.8790003234022965f,0.269697004777117f,0.6075607962628502f,-0.7470832647427617f,2.56998194544659f,0.9472845577875997f,-0.3067474812822299f,0.0925091849718692f,-0.6170150893005257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.423172707601279f,-0.7326498901736488f,-0.5330562803025052f,-0.9075537699968139f,-0.0536520425504049f,0.6075607962628502f,-0.7924590444777706f,2.5803300077535405f,0.9044591300172562f,-0.3067474812822299f,-0.2964113102690854f,-0.5283207783552034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30457009700818505f,-0.7326498901736488f,-0.6086552344611563f,-0.8019787615303817f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.693140896596726f,0.9460726500834379f,-0.3067474812822299f,-0.10417544572071023f,-0.5570416169697581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.48696648892044336f,0.006745482764391426f,-0.8733946056226652f,0.5290733994589709f,-0.11393982004832151f,0.9919156200291679f,-0.055866986221805734f,1.8405779712296368f,0.8659569019736788f,0.12671977432282075f,0.4837982458832623f,-0.36877033003541654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.48696648892044336f,0.006745482764391426f,-0.8733946056226652f,0.4834202911226793f,-0.11393982004832151f,0.9919156200291679f,-0.055866986221805734f,1.851259829359167f,0.8659569019736788f,0.12671977432282075f,0.4837982458832623f,-0.4499537895954489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.48696648892044336f,0.006745482764391426f,-0.8733946056226652f,0.6372560361342249f,-0.11393982004832151f,0.9919156200291679f,-0.055866986221805734f,1.8542989482276728f,0.8659569019736788f,0.12671977432282075f,0.4837982458832623f,-0.4819317966979221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.582938037857015e-8f,-2.083977462099678e-9f,-0.00001562499184280602f,0.6874701726611399f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5825599669319634f,0.000015491317871557738f,0.000002039470688710837f,-1.5965971477865078e-8f,-0.07981712536038428f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62.mcfunction new file mode 100644 index 000000000..060f44a4b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..9fd3e95bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3937133303706465f,0.026575527408922325f,-0.7150020973926134f,-0.34076895541071706f,-0.2829697702684974f,0.7553507630088777f,-0.1277410598850051f,1.5385857957431677f,0.6571623597309056f,0.30932735186091825f,0.3733613086382462f,-0.11564796149777007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.36628280978160355f,-0.12354120763624504f,-0.7004102178539887f,-0.34076895541071706f,0.027066361035762765f,0.7896890965739709f,-0.12513409947918866f,1.5385857957431677f,0.7107069124180344f,0.03359614215894324f,0.36574169009460855f,-0.11564796149777007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3750210516745914f,0.023279574343885775f,-0.7250942812239628f,-0.339802773040725f,-0.04781900921443125f,0.8136777497473408f,0.05085574076049303f,1.521487704487174f,0.7238901833863186f,0.06581052673331093f,-0.37228540316865855f,-0.04426294520897263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3481302674125021f,-0.11951688587961543f,-0.7102964387500045f,-0.339802773040725f,-0.34830367150099256f,0.7184724994020564f,0.04981786850007481f,1.521487704487174f,0.6304679764510077f,0.3309274566919479f,-0.36468774187950226f,-0.04426294520897263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08307630708286196f,0.0062332859764044094f,1.5602774507591302f,-0.0017538119627336065f,1.5573874944110095f,-0.09492773272881633f,0.08330166751730704f,1.5090424484716622f,0.09512502012442134f,1.5596012701023625f,-0.0011656935384836767f,0.7606777815670818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00398930302489839f,-0.9985775684858433f,0.05316883653303143f,-0.0020264631349455582f,-0.0607537489464427f,-0.05331306721107625f,-0.9967279964230461f,1.5208064965038612f,0.998144812865512f,0.0007460438646291233f,-0.06088001287962988f,0.5678796526676824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.9985775684858433f,0.051668347235933304f,-0.008262654877466549f,-0.23291076319548665f,-0.05331306721107625f,-0.9710356807307562f,1.5860744250312595f,0.9724090470459889f,0.0007460438646291233f,-0.23328113648913798f,0.2358780931181933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9800891884119866f,-0.028078349710660384f,-0.19656243037635412f,0.25477174888446774f,0.15447576347391123f,0.5141381124959848f,-0.8436819541617671f,1.540186203637966f,0.12474943389484949f,-0.8572476932349204f,-0.4995637808992188f,-0.48652935403306713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7619099617139224f,-0.028078349710660384f,-0.6470740425319307f,0.00933048349299341f,0.5441326748155407f,0.5141381124959848f,-0.6630095274407081f,1.7173224039869917f,0.3513016402454933f,-0.8572476932349204f,-0.37644860207501657f,-0.3467342185885828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.5801119785294435f,-0.8144303965077966f,0.25584628500087697f,-0.23291076319548665f,0.790318096575133f,-0.5667008757832961f,1.411433989596038f,0.9724090470459889f,0.19714816406072197f,-0.12471265625668643f,0.04425176811661718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.3083586837331626f,-0.9511791106597871f,0.19208416235928533f,-0.23291076319548665f,0.9241500051189663f,-0.3028189961450742f,1.5828194968299374f,0.9724090470459889f,0.2255253648815714f,-0.05965697795015977f,0.08616491791972332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.5440348855207955f,-0.8389593683400687f,0.20390015973135098f,-0.23291076319548665f,0.8142850338884122f,-0.5316883109238375f,1.4738681268615792f,0.9724090470459889f,0.202400412355613f,-0.11599447530546268f,-0.2614577851480155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.051668347235933526f,-0.9985775684858433f,0.18797123482157693f,-0.23291076319548665f,0.9710356807307562f,-0.05331306721107647f,1.6556041103285268f,0.9724090470459889f,0.23328113648913798f,0.0007460438646290715f,-0.2177129092821482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,0.25607057171354153f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.3096087471636135f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,0.009877946074019747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,0.2726584638965327f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.20266368840613f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,-0.10889877193201006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,-0.3128117092608802f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.270355124667187f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,0.1512581197697942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,-0.3688470869895172f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.1583989651654796f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,0.05052993457599095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510908608573505f,0.26261827084945744f,-0.16265859402338723f,0.16481007017785054f,0.06781917981205249f,0.6912217586619935f,0.7194532918833862f,2.3615552940084488f,0.3013747388936978f,0.6732340782879769f,-0.675225253221837f,0.0815262740579205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.980463902825523f,0.11060161412239279f,-0.16265859402338723f,0.052989898596674384f,-0.04114669287136717f,0.6933209289094829f,0.7194532918833862f,2.363802672070474f,0.1923473028713767f,0.7120908456718238f,-0.675225253221837f,0.11085781244926049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.915704001315955f,0.4005716405588795f,-0.03207090198166644f,0.019613715579387625f,0.05032456350235f,0.1934880614057114f,0.9798111085315155f,2.412116008087184f,0.39868987983424875f,0.8956029984727765f,-0.19733638499862294f,0.06614785040471477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946697018464317f,0.09799817077279313f,-0.03207090198166644f,0.04996812019195894f,-0.011929595134408968f,0.199569226981946f,0.9798111085315155f,2.414056578539391f,0.10242006145604601f,0.9749710160651011f,-0.19733638499862294f,0.07084997034537166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670933758371993f,0.2523922733720114f,-0.03207090198166644f,0.12341489479720996f,0.019436783239136904f,0.19897839846465043f,0.9798111085315155f,2.4654974688249265f,0.2536781698710485f,0.9469454774624309f,-0.19733638499862294f,0.15596783355848914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670933758371993f,0.19563380127714303f,-0.16265859402338723f,0.07939728950985285f,0.019436783239136904f,0.6942688040344847f,0.7194532918833862f,2.309286987917168f,0.2536781698710485f,0.6926169529706747f,-0.675225253221837f,0.00012901914008757454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9519593023576389f,-0.1794435888628298f,-0.24814005132341183f,-0.22587313758569028f,-0.22034710963533155f,0.9641072026053018f,0.14813660303900117f,2.3855310886916548f,0.21265144704448383f,0.1956969603765146f,-0.9573306961386332f,0.12369589317289639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683102654883774f,-0.02831509630997585f,-0.24814005132341183f,-0.11462365013104595f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,2.4031705653987636f,0.24064710416302038f,0.16002159069535732f,-0.9573306961386332f,0.09758955241862188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326972705391516f,-0.26172947189422857f,-0.24814005132341183f,-0.09287269261917154f,-0.3035361016899899f,0.9412339676248991f,0.14813660303900117f,2.4004007054241816f,0.19478613015217824f,0.21348606917328056f,-0.9573306961386332f,0.09152309974528447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679266716210606f,0.039299787452230464f,-0.24814005132341183f,-0.12134089312202243f,0.0021773042359595762f,0.9889645120965309f,0.14813660303900117f,2.408324138441874f,0.2512234418019943f,0.14284509273993296f,-0.9573306961386332f,0.10012812120624645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9621577293374646f,-0.11260114921877669f,-0.24814005132341183f,-0.18801553543646618f,-0.15255763638580805f,0.9771293232834848f,0.14813660303900117f,2.5124374165085364f,0.2257845686856173f,0.18038643733432347f,-0.9573306961386332f,0.10087774358106538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9621577293374646f,-0.11260114921877669f,-0.24814005132341183f,-0.16268027686224146f,-0.15255763638580805f,0.9771293232834848f,0.14813660303900117f,2.2925833187697524f,0.2257845686856173f,0.18038643733432347f,-0.9573306961386332f,0.06029079518084267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9683102654883773f,-0.028315096309975845f,-0.24814005132341183f,-0.01937563021347506f,-0.06681467658966161f,0.986707325316015f,0.14813660303900117f,1.7906183802740334f,0.24064710416302038f,0.16002159069535735f,-0.9573306961386332f,-0.021884573816573258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013161368120666806f,-0.051668347235933526f,-0.9985775684858433f,1.3393349718875029e-17f,-0.23291076319548665f,0.9710356807307562f,-0.05331306721107647f,1.42648f,0.9724090470459889f,0.23328113648913798f,0.0007460438646290715f,-0.109365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008469282867184293f,-0.38248213274903764f,-0.9239240712176856f,0.2368612390694976f,-0.19912599451493052f,0.9048075206832386f,-0.3763936620394804f,0.8297703687474134f,0.9799372987881192f,0.1871650839307329f,-0.06849906423482176f,-0.33816426051567106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008469282867184293f,-0.5444492227142184f,-0.8387510447883799f,0.02928997290970186f,-0.19912599451493052f,0.8210641383188902f,-0.5349789893772448f,1.1428010714814902f,0.9799372987881192f,0.17154802433295946f,-0.10146016849632604f,-0.27276157623873026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03814861190668448f,0.03195558212692359f,-0.9987609945229752f,0.30785431822222714f,0.1457375308656703f,0.9889795812484717f,0.02607604208416446f,1.2448795439605957f,0.9885875052350049f,-0.1445621964571884f,-0.04238532586523629f,-0.01707193875807622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03814861190668448f,-0.9931749416193565f,-0.11021895821037864f,-0.013188054514716066f,0.1457375308656703f,0.10359010198691615f,-0.9838849845726472f,1.165140302395143f,0.9885875052350049f,-0.05359688526144326f,0.14079104511118845f,-0.017705489861014348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09586017577058219f,-0.7884023264709152f,-0.6076451253128597f,0.005618308359765399f,-0.04052825834573086f,0.6130415708531859f,-0.7890104515665934f,1.316548579691318f,0.9945693977680465f,-0.05100788195079649f,-0.09071884590424871f,-0.12383215901932684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09390268605539488f,-0.744352188219968f,-0.6611521046202053f,0.011545195896837895f,-0.21829078675678987f,0.6325334026015343f,-0.7431356720077613f,1.279456148129651f,0.9713554539758777f,0.2141058487885618f,-0.1030886392666324f,-0.12870957123954402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,-0.726914876617482f,-0.6867268653600849f,0.005618308359765399f,-0.13052619222005157f,0.6809458139687881f,-0.720607876436914f,1.316548579691318f,0.9914443698965826f,0.08892446564683668f,-0.0955536540891704f,-0.12383215901932684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0005951248650841023f,-0.06524233737037262f,-0.9978692716187053f,0.01179147068785233f,-0.04362029576052186f,0.9969213514698683f,-0.06515434583553203f,1.3405183760311843f,0.9990480046645203f,0.043488577787069466f,-0.0034391827369963683f,-0.1206703272248717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0013717428366019067f,-0.06541399682203979f,-0.9978572680205102f,0.01179147068785233f,-0.216438705542917f,0.9742245602588508f,-0.0635672315847981f,1.3405183760311843f,0.9762952448232536f,0.21588773751238174f,-0.015494506358327494f,-0.1206703272248717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,0.004455345953314538f,-0.9999895876195581f,0.01179147068785233f,-0.13052619222005157f,0.9914344387079338f,0.004546084955043134f,1.3405183760311843f,0.9914443698965826f,0.1305293209831439f,-0.00039719522612870206f,-0.1206703272248717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.025528288664717517f,-0.41997858274053324f,-0.9071748985267967f,0.01335404961241091f,0.05068827948805965f,0.9057595487919764f,-0.4207497333269452f,1.339228762892409f,0.9983882034561462f,-0.05672415544905157f,-0.001834499441434545f,0.07458340576135528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016610921080231687f,-0.4040416932807992f,-0.9145897372000468f,0.0029806092468716763f,-0.2576408763078484f,0.8820975063677771f,-0.39436679387985174f,1.3808544581260822f,0.9660979537066572f,0.24218649704418704f,-0.08944520385842769f,-0.31079070968530514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,-0.22060755634273466f,-0.9753621540430942f,0.030102650224271672f,-0.13052619222005157f,0.9670466848779365f,-0.21859465320800314f,1.2059511172029118f,0.9914443698965826f,0.12709451345782066f,-0.02974972351616241f,-0.13048830145226606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009871904083878533f,-0.1347596650040266f,-0.9908778220058717f,1.3393349718875029e-17f,-0.13052619222005157f,0.9824185596436096f,-0.1334791624648194f,1.42648f,0.9914443698965826f,0.12920373971281957f,-0.018559500116927714f,-0.109365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17387110425507596f,-0.7326579001289136f,-0.6580131005411756f,-0.8790137119351121f,0.26863549820256905f,0.6075607962628502f,-0.7474656165670157f,2.578669862151622f,0.9474195523687369f,-0.30672834923290404f,0.09118065346486372f,-0.616865639572446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4223914427110001f,-0.7326579001289136f,-0.5336645674046674f,-0.9075648424141f,-0.05252629748819787f,0.6075607962628502f,-0.7925344578733677f,2.5890179244585725f,0.9048903011949575f,-0.30672834923290404f,-0.29511228808735895f,-0.5281705830311523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3045453917758703f,-0.7326579001289136f,-0.6086579546237546f,-0.8019905839810428f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.701828813301758f,0.9460806031071327f,-0.30672834923290404f,-0.10415955165658752f,-0.556894178553311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.06578886915064273f,0.008341194712875187f,-0.9977987017262757f,0.48449270117309035f,-0.13025182949465905f,0.9913373231904291f,0.016875205567011203f,1.8580004708361126f,0.9892958534276659f,0.13107530705818132f,-0.06413250556800039f,-0.44525448334682954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06578886915064273f,0.008341194712875187f,-0.9977987017262757f,0.4906604076559631f,-0.13025182949465905f,0.9913373231904291f,0.016875205567011203f,1.8702115798512369f,0.9892958534276659f,0.13107530705818132f,-0.06413250556800039f,-0.5380009696056732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.06578886915064273f,0.008341194712875187f,-0.9977987017262757f,0.6372463596734681f,-0.13025182949465905f,0.9913373231904291f,0.016875205567011203f,1.861574744508623f,0.9892958534276659f,0.13107530705818132f,-0.06413250556800039f,-0.48200785064105134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5424850131060206e-8f,-2.030720044665346e-9f,-0.000015624992254403664f,0.6874709438563891f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5902392261912226f,0.000015491318279634105f,0.00000203947074243511f,-1.555795055479589e-8f,-0.07984137381760911f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63.mcfunction new file mode 100644 index 000000000..fda944529 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..2306daec3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42619464801576723f,0.032326339725081595f,-0.6958861790602965f,-0.336760479667755f,-0.27690609406114314f,0.7564325172377631f,-0.13445187384929563f,1.5452177369966738f,0.6392382822695788f,0.3061197462918133f,0.40572104191885133f,-0.11778363040893775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3978350368745277f,-0.13051296697988152f,-0.6816844203039639f,-0.336760479667755f,0.032959659740450675f,0.7883949991053935f,-0.13170795805645288f,1.5452177369966738f,0.6932827303956421f,0.03741244225809079f,0.3974410206552013f,-0.11778363040893775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40759581687357355f,0.029046863985072013f,-0.7070830037585695f,-0.3357124971402957f,-0.045255918806757424f,0.8132383722657216f,0.059495345465003076f,1.5270649747120197f,0.7062308378459304f,0.06887723870537062f,-0.4042751218022239f,-0.04197090226828534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3797732437772694f,-0.12650876385245824f,-0.6926527383757416f,-0.3357124971402957f,-0.3458192999904008f,0.7190356867055891f,0.058281154741227505f,1.5270649747120197f,0.6133362006803772f,0.32708288538586766f,-0.39602460911238263f,-0.04197090226828534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08310890648203324f,0.006672936174265516f,1.5602738963355676f,-0.001513698728505659f,1.5573913130100157f,-0.09481305575553883f,0.08336085783649555f,1.5150054824960122f,0.0950339824710086f,1.5596064267567988f,-0.0016080406054454557f,0.7606669930209018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0042706791515294985f,-0.9985752936547633f,0.05318970014850105f,-0.0018407006449082403f,-0.0606803556835451f,-0.0533509490153569f,-0.99673044032641f,1.5267553730604344f,0.9981481131243513f,0.001029145987484662f,-0.06082174878144572f,0.5678680853130371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.9985752936547633f,0.05164003343457518f,-0.008172195925760932f,-0.23283890932053175f,-0.0533509490153569f,-0.9710508321120918f,1.5919987029603595f,0.9724224146209538f,0.001029145987484662f,-0.2332243306374572f,0.23586349468803078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9808586172610169f,-0.028343213429280964f,-0.1926474375570762f,0.25557771133313845f,0.15098278292493517f,0.514068398576345f,-0.844356489194815f,1.5469482484754422f,0.12296573589844956f,-0.8572807847127184f,-0.49994908136459093f,-0.48611611077816347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7644809455305073f,-0.028343213429280964f,-0.6440229391669859f,0.009253062803638926f,0.5414046662639664f,0.514068398576345f,-0.6652929196472446f,1.723204599135385f,0.34992838019855466f,-0.8572807847127184f,-0.37765034740346975f,-0.3467633407882643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.5800868766457312f,-0.8144436909291036f,0.25588979577729776f,-0.23283890932053175f,0.7903105212419401f,-0.5667409658042358f,1.4173542407377115f,0.9724224146209538f,0.19725236515107475f,-0.12444336858611872f,0.044176148733604856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.3083307459315824f,-0.9511842414927273f,0.19213287940579657f,-0.23283890932053175f,0.9241548356970916f,-0.30285950862422456f,1.5887404005020147f,0.9724224146209538f,0.2255437668634526f,-0.059368819861928095f,0.08609454989636517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.5440092276340016f,-0.838971555179243f,0.20385582737246813f,-0.23283890932053175f,0.8142792144674109f,-0.5317286932193535f,1.4797639720750095f,0.9724224146209538f,0.20249276810640163f,-0.1157208987493641f,-0.2615234488296279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.051640033434575405f,-0.9985752936547633f,0.18793222551814298f,-0.23283890932053175f,0.9710508321120918f,-0.05335094901535711f,1.6615025596646809f,0.9724224146209538f,0.2332243306374572f,0.0010291459874846101f,-0.2177874546726829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,0.25607033127958145f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.315526481490406f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,0.009736369028511126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,0.27262907965623506f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.208573337730948f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,-0.10903713555970668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,-0.31277090710258293f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.2762616209947546f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,0.15127846964208352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,-0.36883018915769494f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,2.164295941852873f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,0.05057416938751323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510091408421375f,0.26278021275151825f,-0.16287471817616833f,0.1648278906655089f,0.06780516107132961f,0.6912811336920159f,0.7193975634748646f,2.367474818485683f,0.301635664613438f,0.6731099122637758f,-0.675232531684798f,0.08140639823702861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9804085222141202f,0.11077434607777496f,-0.16287471817616833f,0.053015838786748315f,-0.041169827319187266f,0.693377379920153f,0.7193975634748646f,2.3697201006845003f,0.19262444000809759f,0.712009026112805f,-0.675232531684798f,0.11076903414576514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155944098004883f,0.4008146676227729f,-0.03216331700153835f,0.01962532038278371f,0.05031902994955266f,0.19356899599333313f,0.9797954067125794f,2.4180288878384726f,0.39894219125962516f,0.8954767702227565f,-0.19739929590651928f,0.06606486095893202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946405736143525f,0.09826316888626346f,-0.03216331700153835f,0.04998096466869968f,-0.01195986801886299f,0.19964449038704365f,0.9797954067125794f,2.419970956501621f,0.10269903055571236f,0.9749289343836952f,-0.19739929590651928f,0.07075835158900122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670231513838753f,0.2526494522595629f,-0.03216331700153835f,0.12344957874844775f,0.019418656854639046f,0.19905747097482368f,0.9797954067125794f,2.471420882657864f,0.2539471213728566f,0.9468602734944846f,-0.19739929590651928f,0.15585190231388402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670231513838753f,0.19580104919696514f,-0.16287471817616833f,0.07939434267913068f,0.019418656854639046f,0.6943270565319989f,0.7193975634748646f,2.3151972949381645f,0.2539471213728566f,0.6925112906667862f,-0.675232531684798f,0.00003686191385738127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518914344960845f,-0.179425514610826f,-0.248413328224608f,-0.22584442287700607f,-0.2203676706897838f,0.9641147418929732f,0.14805692884632132f,2.3914388650383724f,0.21293376117409266f,0.19567638889576305f,-0.957272147396428f,0.12368348706256982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682404057568756f,-0.028307861454622427f,-0.248413328224608f,-0.11460290930796416f,-0.06683380509898082f,0.9867179882400984f,0.14805692884632132f,2.4090806525174235f,0.2409227244486338f,0.15995710882383157f,-0.957272147396428f,0.09754474917389848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9326312362101581f,-0.26170555134632795f,-0.248413328224608f,-0.09285354346904988f,-0.30355724159563924f,0.9412396862093322f,0.14805692884632132f,2.4063111737459804f,0.19506916291397525f,0.21349018127087818f,-0.957272147396428f,0.09147241865427139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678564773863563f,0.0393021315153136f,-0.248413328224608f,-0.12131963817808893f,0.002158966130711565f,0.9889764833836252f,0.14805692884632132f,2.4142341566238734f,0.2514938926624665f,0.14276154164378865f,-0.957272147396428f,0.100084817816678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620887660025245f,-0.11258785321744497f,-0.248413328224608f,-0.18799802573401325f,-0.15257762144044257f,0.9771382784724854f,0.14805692884632132f,2.5183449563197278f,0.22606476011823853f,0.18034622272649545f,-0.957272147396428f,0.10084544313947724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620887660025245f,-0.11258785321744497f,-0.248413328224608f,-0.16266575876008818f,-0.15257762144044257f,0.9771382784724854f,0.14805692884632132f,2.298488843663419f,0.22606476011823853f,0.18034622272649545f,-0.957272147396428f,0.060267543026015835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682404057568755f,-0.028307861454622413f,-0.248413328224608f,-0.019365012537965763f,-0.06683380509898082f,0.9867179882400983f,0.14805692884632132f,1.7965233213012937f,0.24092272444863383f,0.15995710882383157f,-0.957272147396428f,-0.021911061196138726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01344209244049151f,-0.051640033434575405f,-0.9985752936547633f,1.339398472091903e-17f,-0.23283890932053175f,0.9710508321120918f,-0.05335094901535711f,1.4323792592592592f,0.9724224146209538f,0.2332243306374572f,0.0010291459874846101f,-0.10937018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008667379060958234f,-0.38699239360652815f,-0.9220421703105036f,0.2391588605830464f,-0.19907800312333013f,0.9029509907163906f,-0.38085096433738497f,0.8367470631778476f,0.979945317460439f,0.18685929373456014f,-0.06921545443309869f,-0.33799579829640247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008667379060958234f,-0.5485410096359951f,-0.8360787267283726f,0.03002760065932329f,-0.19907800312333013f,0.8184264172914114f,-0.539023328022055f,1.1487721347701982f,0.979945317460439f,0.17111680287764724f,-0.10210883683742267f,-0.27275751719929947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03878374622191928f,0.027121679635591256f,-0.9988794899900276f,0.30807141607771793f,0.14560844525798375f,0.9891150662821405f,0.02120297911212335f,1.2523122439315197f,0.9885818133561562f,-0.14462295857650245f,-0.04231073331948694f,-0.017109396301971145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03878374622191928f,-0.9936723354227364f,-0.10540925407438645f,-0.012578355763931022f,0.14560844525798375f,0.0987426910749416f,-0.9844023880653842f,1.171008420704236f,0.9885818133561562f,-0.05352729000055434f,0.1408574723848545f,-0.017713773274616137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09656180128473503f,-0.7933149141433988f,-0.6011050370195703f,0.005890059187485535f,-0.04130381862377652f,0.6066007842050422f,-0.7939329210764107f,1.3224618109575272f,0.9944696139650226f,-0.051835659535494724f,-0.09134139970888751f,-0.12383541977035481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09466640911650322f,-0.7497008522561216f,-0.6549709177600419f,0.012123880023933891f,-0.21751522647874422f,0.6264516795010704f,-0.7484954371939677f,1.2854188560120823f,0.9714552986292715f,0.21332352279280656f,-0.10376741968642897f,-0.12870620940744626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,-0.732528112360967f,-0.6807361095948391f,0.005890059187485535f,-0.13052619222005157f,0.6750040158909114f,-0.7261766256742752f,1.3224618109575272f,0.9914444005843053f,0.08815975914225609f,-0.0962593237977844f,-0.12383541977035481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0007775469930409035f,-0.06768135045580485f,-0.9977066854647972f,0.012003943747223604f,-0.043619583415564614f,0.9967596774696674f,-0.06758311411304686f,1.3464465690626246f,0.999047910444402f,0.04346700094373932f,-0.003727259801886006f,-0.1206718704614033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011269256633413842f,-0.06784756434585423f,-0.9976950626573654f,0.012003943747223604f,-0.21643941788787424f,0.97406288625865f,-0.06599599986231293f,1.3464465690626246f,0.9762954001852652f,0.2158661660052437f,-0.015782583796360033f,-0.1206718704614033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,0.0020043353385905682f,-0.999997534469605f,0.012003943747223604f,-0.13052619222005157f,0.9914426119497053f,0.0021119552268327457f,1.3464465690626246f,0.9914444005843053f,0.1305278891662486f,-0.0006860756742722122f,-0.1206718704614033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02594020063804373f,-0.42440351256498016f,-0.9051015216611696f,0.013513252795728816f,0.05062945293906304f,0.903686473862845f,-0.4251910340687216f,1.3451611603636024f,0.9983805709677793f,-0.05685433562925842f,-0.0019544907793067577f,0.07458230929071509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01695892184672745f,-0.40926020014954867f,-0.9122600964326718f,0.0031498464756867413f,-0.25759771499231277f,0.8798027462590836f,-0.3994878532642934f,1.386760698140911f,0.9661034169282994f,0.24177099960194928f,-0.09050398638147636f,-0.31079490058444076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,-0.2229975353664893f,-0.9748185397938991f,0.030645460019680507f,-0.13052619222005157f,0.9665070885912802f,-0.22096823492832907f,1.2119242609161336f,0.9914444005843053f,0.12702813437691043f,-0.030030877888414964f,-0.13048418642167733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009558737162677076f,-0.1371879285396983f,-0.9905445767699831f,1.339398472091903e-17f,-0.13052619222005157f,0.9820878879615399f,-0.13589074090524297f,1.4323792592592592f,0.9914444005843053f,0.129162117442493f,-0.01884536993001066f,-0.10937018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17473744121300752f,-0.7326675883726982f,-0.6577727811231362f,-0.8790298646722021f,0.26761695705743077f,0.6075607962628502f,-0.7478308920737179f,2.585536468654097f,0.9475484108654564f,-0.30670520666037937f,0.0899106516145998f,-0.6167157055316119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4216354300217471f,-0.7326675883726982f,-0.534248789515251f,-0.9075781935317141f,-0.051446558429847425f,0.6075607962628502f,-0.7926052803698546f,2.5958845309610474f,0.9053048192603972f,-0.30670520666037937f,-0.2938623834915133f,-0.5280197471917832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3045155078347941f,-0.7326675883726982f,-0.6086612444013928f,-0.8020048424417492f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.708695419804233f,0.9460902222915063f,-0.30670520666037937f,-0.10414032596368163f,-0.5567466774671453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.596869641142769f,0.007178371743796336f,-0.8023061151837309f,0.4889104561166907f,-0.10480057479049495f,0.9906954489176955f,0.08682952848742004f,1.8751989672004048f,0.7954643115851797f,0.1359080515380663f,-0.5905637395924697f,-0.5333812770833336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.596869641142769f,0.007178371743796336f,-0.8023061151837309f,0.5448669849738252f,-0.10480057479049495f,0.9906954489176955f,0.08682952848742004f,1.8850240210870137f,0.7954643115851797f,0.1359080515380663f,-0.5905637395924697f,-0.6079560562944442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.596869641142769f,0.007178371743796336f,-0.8023061151837309f,0.6372346378228176f,-0.10480057479049495f,0.9906954489176955f,0.08682952848742004f,1.8670870648705962f,0.7954643115851797f,0.1359080515380663f,-0.5905637395924697f,-0.4820841057500184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4935526816682933e-8f,-1.9662994081998356e-9f,-0.000015624992738036885f,0.6874718760743757f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5961384854504819f,0.00001549131875912977f,0.0000020394708055619123f,-1.5064404888827904e-8f,-0.07986827411945419f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64.mcfunction new file mode 100644 index 000000000..eb0488321 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..007949137 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46320240658817824f,0.03886995584031653f,-0.6714738278654919f,-0.3321797292837231f,-0.26940867180142997f,0.7577630275232786f,-0.1419810061993812f,1.5499209513225827f,0.6162847901202445f,0.3020409990318718f,0.44261578916111816f,-0.12057238299653873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4337810066680564f,-0.13846406223913266f,-0.657770280358033f,-0.3321797292837231f,0.04024378631860748f,0.7867885585532427f,-0.1390834346442918f,1.5499209513225827f,0.6709802351163483f,0.04232573210174062f,0.4335828138721158f,-0.12057238299653873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4449738571424763f,0.035655770753860935f,-0.6838650282885795f,-0.3310368692771106f,-0.04175187470640258f,0.8126290272046006f,0.06953624628529896f,1.5304123806983123f,0.6835199279192175f,0.07285035758935579f,-0.44095099272011506f,-0.03907962170588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4160788034470975f,-0.13453957826802543f,-0.669908599139833f,-0.3310368692771106f,-0.3424196256542513f,0.71979778779288f,0.06811713921825205f,1.5304123806983123f,0.5912928456262887f,0.32216493690024395f,-0.4319519928686842f,-0.03907962170588303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08312823152521623f,0.006979471191247811f,1.5602715257625452f,-0.00134599080922023f,1.5573939856179422f,-0.09473584705193584f,0.08339869809782613f,1.5188332412540506f,0.09497326299833111f,1.5596097769202533f,-0.0019165203382862323f,0.7606596707236983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004466861562398167f,-0.9985737764880289f,0.053202068176138165f,-0.0017108873720291405f,-0.06063094211323919f,-0.05337516678260847f,-0.996732150795483f,1.530573599361421f,0.9981502572289621f,0.001226573016502759f,-0.06078288831893214f,0.5678602503047454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.9985737764880289f,0.05161814684594403f,-0.00810873239916901f,-0.232790543473228f,-0.05337516678260847f,-0.971061097171732f,1.5958003738702382f,0.9724312742002966f,0.001226573016502759f,-0.2331864328725466f,0.2358536786963138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9813419563657895f,-0.028526741251759424f,-0.19014255102349015f,0.2560866743858491f,0.1487410265362878f,0.5140214390416583f,-0.8447828521167285f,1.5512873091954944f,0.12183624953640362f,-0.8573028550279641f,-0.5001877078255775f,-0.485854785579234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7661180765258804f,-0.028526741251759424f,-0.6420664434883985f,0.009199683895120558f,0.5396506867941099f,0.5140214390416583f,-0.6667526501246086f,1.7269779108894014f,0.34905619757129575f,-0.8573028550279641f,-0.3784066406631505f,-0.346783025225581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.5800676025110094f,-0.8144541710191574f,0.2559201081763633f,-0.232790543473228f,0.7903061665085721f,-0.5667669062744969f,1.4211528599142702f,0.9724312742002966f,0.19732647996570218f,-0.1242564978644289f,0.044123452963342254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.3083092124387288f,-0.9511884406881658f,0.19216720308980065f,-0.232790543473228f,0.9241584829639119f,-0.3028855579840019f,1.5925395407326037f,0.9724312742002966f,0.22555825830869466f,-0.059168311332466306f,0.08604582445039459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.5439895147088777f,-0.838981184568625f,0.20382499107484656f,-0.232790543473228f,0.8142759953862049f,-0.5317547989508363f,1.483546224640679f,0.9724312742002966f,0.20255866119375143f,-0.11553097304438542f,-0.26156907098215376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.05161814684594425f,-0.9985737764880289f,0.18790550243818185f,-0.232790543473228f,0.971061097171732f,-0.05337516678260869f,1.6652865855679875f,0.9724312742002966f,0.2331864328725466f,0.001226573016502707f,-0.2178389487371981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,0.25607208834463246f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.3193234023278557f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,0.009639272236037472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,0.2726102677880011f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.21236479361262f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,-0.10913217695273013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,-0.3127405740082485f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.2800517095100266f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,0.15129427317228977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,-0.36881677699290716f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,2.168079693201025f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,0.050606441124320306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509519314184461f,0.26289470307709867f,-0.16302392224925671f,0.16484236703547892f,0.06779694944996673f,0.69132077149301f,0.7193602467106369f,2.3712730623341427f,0.3018178221656338f,0.6730244913792616f,-0.67523628177615f,0.08132453255935992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803699273662025f,0.11089637636305211f,-0.16302392224925671f,0.05303599045063003f,-0.04118413856005865f,0.6934152451334467f,0.7193602467106369f,2.373517077674757f,0.192817717668925f,0.711953152620358f,-0.67523628177615f,0.11070886809920254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155177944912559f,0.40098463288338837f,-0.03222564446588515f,0.019635577790260747f,0.050316486106493336f,0.19362297442678195f,0.9797848717958557f,2.4218228448167016f,0.3991183022560633f,0.8953890037103988f,-0.19744141621943856f,0.06600882301156434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946202302792425f,0.09844849088749774f,-0.03222564446588515f,0.049992089824043406f,-0.011978967610646419f,0.1996950408371782f,0.9797848717958557f,2.423765883083606f,0.10289364341032164f,0.9748998847610008f,-0.19744141621943856f,0.07069629615134318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.966974067760855f,0.2528293102406927f,-0.03222564446588515f,0.12347605064922668f,0.019407700243148765f,0.19911038689945654f,0.9797848717958557f,2.4752217984138274f,0.2541347938580983f,0.9468011373630498f,-0.19744141621943856f,0.15577297221606767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.966974067760855f,0.19591925135752836f,-0.16302392224925671f,0.07939421909378286f,0.019407700243148765f,0.6943660249635519f,0.7193602467106369f,2.3189894427970286f,0.2541347938580983f,0.6924387845317606f,-0.67523628177615f,-0.00002575430357821054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518445216636993f,-0.17941078133403557f,-0.24860365669055406f,-0.22582227467047303f,-0.22038028529505682f,0.9641200464400941f,0.14800360098869395f,2.395229702756263f,0.2131303273400417f,0.19566376157444695f,-0.9572309836055585f,0.12367664509048269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.02830064835275546f,-0.24860365669055406f,-0.11458629101696613f,-0.06684543458353909f,0.9867252008384694f,0.14800360098869395f,2.412872902461747f,0.2411148952106422f,0.1599138872427795f,-0.9572309836055585f,0.0975153364498742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325857859849453f,-0.2616867854113529f,-0.24860365669055406f,-0.09283804278399764f,-0.303570270520275f,0.9412438711357577f,0.14800360098869395f,2.410103652295928f,0.19526608162988612f,0.21349473387052434f,-0.9572309836055585f,0.09143890021501619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678074526606779f,0.039305934088067096f,-0.24860365669055406f,-0.12130264956702824f,0.0021478681004220568f,0.9889844896443033f,0.14800360098869395f,2.418026368803982f,0.25168258032107327f,0.14270502019362127f,-0.9572309836055585f,0.10005646070627155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620409397060056f,-0.11257642830393685f,-0.24860365669055406f,-0.1879834187013608f,-0.15258983529066922f,0.9771444500483776f,0.14800360098869395f,2.522135585412028f,0.22625996662147885f,0.18031991440210543f,-0.9572309836055585f,0.10082495023955601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620409397060056f,-0.11257642830393685f,-0.24860365669055406f,-0.16265372233297504f,-0.15258983529066922f,0.9771444500483776f,0.14800360098869395f,2.3022780841511437f,0.22625996662147885f,0.18031991440210543f,-0.9572309836055585f,0.06025296949908235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681917657070315f,-0.028300648352755454f,-0.24860365669055406f,-0.01935680506722908f,-0.06684543458353906f,0.9867252008384693f,0.14800360098869395f,1.8003119855134737f,0.2411148952106422f,0.15991388724277947f,-0.9572309836055585f,-0.021928791376498738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013637442085180121f,-0.05161814684594425f,-0.9985737764880289f,1.3394415615163176e-17f,-0.232790543473228f,0.971061097171732f,-0.05337516678260869f,1.4361640740740742f,0.9724312742002966f,0.2331864328725466f,0.001226573016502707f,-0.10937370370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008809972426447281f,-0.3898761666218561f,-0.920825151201949f,0.24062566147334408f,-0.1990455005229478f,0.901749512592952f,-0.38370392916927865f,0.8412274894387362f,0.9799506483019512f,0.18666652415101184f,-0.06965870838570937f,-0.33789072234958495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008809972426447281f,-0.5511547094888353f,-0.8343565608264388f,0.03049792848072564f,-0.1990455005229478f,0.8167251464848589f,-0.5416095676969297f,1.1526039515360886f,0.9799506483019512f,0.17084648462161384f,-0.10250953899526741f,-0.2727555000875947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.039174594268806484f,0.02401826393845198f,-0.9989436791737849f,0.3082081192078212f,0.14552280645901527f,0.9891897380299042f,0.01807691833863541f,1.2570804507714515f,0.9885790125043957f,-0.14466093174631683f,-0.04224631181678544f,-0.0171385272977351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.039174594268806484f,-0.9939798179219272f,-0.10232044139744192f,-0.012185811943136435f,0.14552280645901527f,0.09563212558135423f,-0.984722097526548f,1.1747740411865149f,0.9885790125043957f,-0.053466046428411636f,0.14090038294890664f,-0.017718999409122332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09699239487441413f,-0.7964389066524853f,-0.5968898921130424f,0.006064089794553375f,-0.04180445018785503f,0.6024482398370725f,-0.7970624230646582f,1.3262559352262602f,0.9944067896394397f,-0.05235633951497082f,-0.09172758817049663f,-0.12383776537299929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09516864344026646f,-0.7531018425854216f,-0.6509842885970308f,0.012494500581552718f,-0.2170145949146657f,0.6225275535457504f,-0.7519069827248357f,1.2892460340016945f,0.9715181907199488f,0.2128310592248829f,-0.10418898852302669f,-0.1287042480307642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,-0.7361014484767932f,-0.6768706018293816f,0.006064089794553375f,-0.13052619222005157f,0.6711685285027977f,-0.7297230430046205f,1.3262559352262602f,0.9914444347592236f,0.08767818370470566f,-0.09669782255670213f,-0.12383776537299929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0008783732183241793f,-0.0692446573357823f,-0.9975993213163987f,0.012139989327382382f,-0.04361940070281495f,0.9966528640258469f,-0.06914055619825658f,1.3502502127416711f,0.9990478348621834f,0.043453953324491645f,-0.003895843638584999f,-0.12067322095390706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0009541154859065645f,-0.06940458878713762f,-0.997588137819876f,0.012139989327382382f,-0.2164396006006239f,0.9739560728148294f,-0.06755344194752265f,1.3502502127416711f,0.9762955438572287f,0.21585312432856565f,-0.015951168048603977f,-0.12067322095390706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,0.00043452252940853753f,-0.999999482630203f,0.012139989327382382f,-0.13052619222005157f,0.9914447083434013f,0.0005508560630764492f,1.3502502127416711f,0.9914444347592236f,0.13052663133644227f,-0.0008551590051274725f,-0.12067322095390706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026188148983644095f,-0.4272374351109556f,-0.9037601202158805f,0.013618289068632279f,0.05059121046543799f,0.9023452497537005f,-0.42803455429506354f,1.348967424343007f,0.9983760365095169f,-0.056931751130137966f,-0.0020162928368211985f,0.07458121326923492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017197685202872303f,-0.41259655421900565f,-0.9107515155465107f,0.0032551151226016695f,-0.2575696274500045f,0.8783152600563878f,-0.40276567749418013f,1.3905502149167785f,0.9661066849157648f,0.2415085658909082f,-0.09116735140601619f,-0.31079781026326375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,-0.22452755221585324f,-0.9744673069767192f,0.03099314438756033f,-0.13052619222005157f,0.9661579603517193f,-0.2224897948076267f,1.2157571565806826f,0.9914444347592236f,0.12698887331165268f,-0.03019534467431339f,-0.13048216846391655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0009197442566904622f,-0.13874273517008434f,-0.9903280302546354f,1.3394415615163176e-17f,-0.13052619222005157f,0.9818727009417504f,-0.1374369393208615f,1.4361640740740742f,0.9914444347592236f,0.1291373400023241f,-0.019012632697438466f,-0.10937370370370371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17554146459261322f,-0.7326787646029025f,-0.6575462129072337f,-0.8790484629617943f,0.26666321052968f,0.6075607962628502f,-0.7481715117501168f,2.590226665408292f,0.9476686796337017f,-0.30667850714456046f,0.08872635965089459f,-0.6165679950366025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42092088387890225f,-0.7326787646029025f,-0.5347966318279954f,-0.9075935596120399f,-0.0504358976093722f,0.6075607962628502f,-0.7926702334999015f,2.6005747277152422f,0.905694114890309f,-0.30667850714456046f,-0.2926883385252018f,-0.5278709964192896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3044810309359534f,-0.7326787646029025f,-0.6086650389994022f,-0.8020212554370068f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.7133856165584276f,0.9461013185846712f,-0.30667850714456046f,-0.10411814552675318f,-0.5566017738989331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9365211081589884f,0.0032860279609003193f,-0.3505958014479077f,0.540732302312047f,-0.045876353242162986f,0.9902105695986144f,0.13182711431411975f,1.888133339998551f,0.34759685583425637f,0.13954293201530452f,-0.9272023489717394f,-0.6049452736640536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9365211081589884f,0.0032860279609003193f,-0.3505958014479077f,0.6285311562019522f,-0.045876353242162986f,0.9902105695986144f,0.13182711431411975f,1.8924342481150036f,0.34759685583425637f,0.13954293201530452f,-0.9272023489717394f,-0.637532478898515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9365211081589884f,0.0032860279609003193f,-0.3505958014479077f,0.6372210994741858f,-0.045876353242162986f,0.9902105695986144f,0.13182711431411975f,1.8705097269096593f,0.34759685583425637f,0.13954293201530452f,-0.9272023489717394f,-0.4821585239355234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4371004010788473e-8f,-1.8919785708587855e-9f,-0.0000156249932766277f,0.6874729507039973f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5999233002652968f,0.00001549131929311287f,0.0000020394708758621208f,-1.4495010837894784e-8f,-0.07989684498213573f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65.mcfunction new file mode 100644 index 000000000..17ae87193 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..9e29f3360 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5015387476119665f,0.04564148830074567f,-0.6428998239492353f,-0.3274228176624168f,-0.2609016151889718f,0.7592661776953992f,-0.1496317581399364f,1.5523097038527869f,0.5893502153050002f,0.2972812984329079f,0.48086858679522654f,-0.12388764348184873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.47101481640609333f,-0.14670693798448017f,-0.6297794193788427f,-0.3274228176624168f,0.04850637520356306f,0.7849598761576836f,-0.1465780487901418f,1.5523097038527869f,0.6448194896950195f,0.048115144910224755f,0.4710549421667526f,-0.12388764348184873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4839400683395235f,0.042538366320179176f,-0.6564578753361041f,-0.32617763774564446f,-0.03738421412122355f,0.8118620173657866f,0.08016813417897523f,1.5312047380559248f,0.6567715548305364f,0.0775564091098209f,-0.47914566951597737f,-0.03571933391697667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4539242959656577f,-0.14291806082104552f,-0.643060775839449f,-0.32617763774564446f,-0.3381792525825337f,0.7207409453303429f,0.07853204980797573f,1.5312047380559248f,0.5653207290156632f,0.31639677244794306f,-0.46936718646463094f,-0.03571933391697667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08313238417768767f,0.0071310729019166885f,1.560270618995372f,-0.0012625796786509466f,1.5573949892865135f,-0.09470761382514088f,0.08341202088912238f,1.5201848722948026f,0.09495316764696562f,1.5596108058367686f,-0.0020688815799156453f,0.7606570070532856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004563886657226249f,-0.998573196157038f,0.05320472587371989f,-0.0016462175410170699f,-0.060612872848090416f,-0.05338369336903807f,-0.9967327931433687f,1.5319217444649174f,0.9981509157355318f,0.0013240842111455831f,-0.060770027294058226f,0.5678574107738121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.998573196157038f,0.05160391593622282f,-0.008076721042557645f,-0.23277286026335803f,-0.05338369336903807f,-0.9710648674558747f,1.5971424666805245f,0.9724341559962042f,0.0013240842111455831f,-0.2331738815840049f,0.23585028111634332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9815076102188389f,-0.028615425296097587f,-0.18927220746223455f,0.25625542323611356f,0.14794968535346692f,0.5140042598461428f,-0.844932252588235f,1.55281891080713f,0.12146481666027362f,-0.8573101995748926f,-0.5002654495550775f,-0.48576968989610725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7666849115817372f,-0.028615425296097587f,-0.6413855344393317f,0.009174239825980476f,0.5390309949863994f,0.5140042598461428f,-0.6672669685395727f,1.7283096268520435f,0.34876902499630913f,-0.8573101995748926f,-0.3786547093434618f,-0.3467904629890197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.5800552884718704f,-0.8144613278351837f,0.25593507634826645f,-0.23277286026335803f,0.7903047650024173f,-0.5667761232967468f,1.4224937496042718f,0.9724341559962042f,0.19736828704300324f,-0.12416751395457845f,0.044097683458941196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.30829531623478457f,-0.9511915633619389f,0.19218475728323225f,-0.23277286026335803f,0.9241599179357801f,-0.3028947698553859f,1.5938806419056344f,0.9724341559962042f,0.22557137244922332f,-0.05907087423869334f,0.08602312282917873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.5439769002140448f,-0.8389877974421048f,0.2038098694175226f,-0.23277286026335803f,0.8142749972548372f,-0.5317640683333633f,1.4848811461735139f,0.9724341559962042f,0.20259654705634553f,-0.11544025022840053f,-0.2615909292429557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.051603915936223044f,-0.998573196157038f,0.18789305270349932f,-0.23277286026335803f,0.9710648674558747f,-0.05338369336903828f,1.666622160737934f,0.9724341559962042f,0.2331738815840049f,0.0013240842111455313f,-0.21786255091963508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,0.2560760316453544f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.3206636702025305f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,0.00959726401161358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,0.27260364347351473f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.2137030575532632f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,-0.10917385153821646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,-0.3127225958715174f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.281389666724077f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,0.15130796927306342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,-0.36880757479019166f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,2.1694153515030923f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,0.050627582054482284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509233262709779f,0.2629538534922555f,-0.16309536623495174f,0.16485279681056594f,0.06779426053689835f,0.6913351797887921f,0.7193466531684521f,2.372613844137199f,0.30190853878616064f,0.6729865824219469f,-0.6752335107857381f,0.08129040613114845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803509275591191f,0.11095927336938546f,-0.16309536623495174f,0.05304924255593032f,-0.04118904832218798f,0.693429055400521f,0.7193466531684521f,2.374857433118151f,0.19291324768477527f,0.7119299015912164f,-0.6752335107857381f,0.11068551098748987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.915479632353811f,0.4010695435571212f,-0.03225312351097004f,0.019644094609993806f,0.05031585822471162f,0.19364258189245037f,0.9797810290514593f,2.4231621068300058f,0.3992059082183554f,0.8953467326733864f,-0.19745599797081304f,0.06598782285719634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994610174770937f,0.09854103848606649f,-0.03225312351097004f,0.05000104307047179f,-0.011985623801814546f,0.1997134946190292f,0.9797810290514593f,2.4251054896540536f,0.10299002410043251f,0.9748867543469564f,-0.19745599797081304f,0.07067232585827055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669496584184701f,0.2529191453966867f,-0.03225312351097004f,0.12349278856816123f,0.019404012808231064f,0.19912965474233524f,0.9797810290514593f,2.4765635709289557f,0.2542279338926825f,0.9467730913444933f,-0.19745599797081304f,0.1557409672395598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669496584184701f,0.19598025307946507f,-0.16309536623495174f,0.07939723162528167f,0.019404012808231064f,0.6943802105923559f,0.7193466531684521f,2.320328023545676f,0.2542279338926825f,0.6924072959903184f,-0.6752335107857381f,-0.000050674358261587615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.951822023665754f,-0.17940011825981378f,-0.24869747251066715f,-0.2258079533836731f,-0.2203845838807489f,0.9641220448718902f,0.14798418084293322f,2.396567905155132f,0.21322633620765116f,0.1956636914718969f,-0.9572096162215735f,0.12367985710455615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.028293636020944743f,-0.24869747251066715f,-0.11457465072847613f,-0.06684936762289923f,0.9867278471132072f,0.14798418084293322f,2.4142115845553245f,0.2412097110833189f,0.15989879890746456f,-0.9572096162215735f,0.09750747504558863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325643029468282f,-0.2616742020836265f,-0.24869747251066715f,-0.09282696638464477f,-0.3035747269233583f,0.9412454873164889f,0.14798418084293322f,2.4114424108086965f,0.19536173126460826f,0.21350303175890253f,-0.9572096162215735f,0.09142898613451368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677831326151736f,0.03931126292002897f,-0.24869747251066715f,-0.12129080768647f,0.002144129236542419f,0.9889874038278058f,0.14798418084293322f,2.4193650393019777f,0.25177611271798334f,0.14268335459179995f,-0.9572096162215735f,0.10004915557031653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620177526935955f,-0.1125673605854309f,-0.24869747251066715f,-0.1879723936625559f,-0.15259398400166746f,0.9771467434662744f,0.14798418084293322f,2.5234736989198625f,0.22635573672620551f,0.1803131472302691f,-0.9572096162215735f,0.10082221153937862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620177526935955f,-0.1125673605854309f,-0.24869747251066715f,-0.16264473753083397f,-0.15259398400166746f,0.9771467434662744f,0.14798418084293322f,2.3036156816399513f,0.22635573672620551f,0.1803131472302691f,-0.9572096162215735f,0.06025175341256814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681678766244626f,-0.02829363602094474f,-0.24869747251066715f,-0.019351468476083628f,-0.06684936762289923f,0.986727847113207f,0.14798418084293322f,1.8016493252959531f,0.24120971108331887f,0.15989879890746456f,-0.9572096162215735f,-0.02193479440599816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013733454655145418f,-0.051603915936223044f,-0.998573196157038f,1.3394574365674175e-17f,-0.23277286026335803f,0.9710648674558747f,-0.05338369336903828f,1.4375f,0.9724341559962042f,0.2331738815840049f,0.0013240842111455313f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008887607607154565f,-0.3908873539382075f,-0.9203956143758009f,0.24113625385476717f,-0.19903356331613326f,0.9013236072845604f,-0.38470949510667185f,0.8428096995126169f,0.9799523718552365f,0.18660876582501196f,-0.06978909236092573f,-0.33786019715603643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008887607607154565f,-0.552070687510873f,-0.833749942382183f,0.030659304241246865f,-0.19903356331613326f,0.8161231231632075f,-0.542520680262066f,1.1539566402185897f,0.9799523718552365f,0.17076593287188246f,-0.10262721405987645f,-0.27275568524863125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03928475040433556f,0.022918909227376397f,-0.9989651805671187f,0.3082581804124866f,0.14549186161387315f,0.9892138359472608f,0.016973655311540353f,1.2587633850864095f,0.9885791959118897f,-0.144674497995786f,-0.042195533411353806f,-0.01715746242024406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03928475040433556f,-0.9940875074101563f,-0.10122616260992737f,-0.0120447275736724f,0.14549186161387315f,0.09453415424678102f,-0.9848326821775236f,1.1761033391516225f,0.9885791959118897f,-0.053416488951523275f,0.14091789140592884f,-0.01772054915338657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09711592562628571f,-0.7975376412023387f,-0.5954008799583348f,0.00612509096129315f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811539f,1.3275952111643958f,0.994387264843336f,-0.05251825489447808f,-0.09184661354795558f,-0.1238388135260758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09537242116719821f,-0.7542912106314567f,-0.6495759161520985f,0.012624704755483374f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709993f,1.2905972207232534f,0.9715377883218542f,0.21267785063294659f,-0.10431901894108168f,-0.12870392902763428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.7373552523043481f,-0.6755045956730905f,0.00612509096129315f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877654f,1.3275952111643958f,0.9914444714762437f,0.0875283195381977f,-0.09683312066648883f,-0.1238388135260758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0008860176746644422f,-0.06979503644549197f,-0.9975609594707748f,0.012187671856753745f,-0.043619387365335965f,0.9966145903260725f,-0.06969008103788996f,1.3515928335380654f,0.9990478286941786f,0.04345125126814359f,-0.003927434872751021f,-0.12067408868862997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0008658396054626362f,-0.06994793074532106f,-0.9975502680598234f,0.012187671856753745f,-0.21643961393810288f,0.973917799115055f,-0.06810296678715602f,1.3515928335380654f,0.976295623179835f,0.21585042865682535f,-0.015982759729225266f,-0.12067408868862997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.00011575868993640714f,-0.9999996067380228f,0.012187671856753745f,-0.13052619222005157f,0.9914448613738105f,0f,1.3515928335380654f,0.9914444714762437f,0.1305261408890631f,-0.0008868617705575371f,-0.12067408868862997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026247714272676925f,-0.42823815554577555f,-0.9032846393193079f,0.013660487896563293f,0.0505776252052218f,0.9018697769781165f,-0.42903707206026204f,1.3503109555426114f,0.9983751606105092f,-0.05694723442094961f,-0.002012751287514762f,0.07458039295447508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017308938050336845f,-0.4137659037171219f,-0.9102187526000126f,0.0032866269909076675f,-0.2575596405248657f,0.8777874180874515f,-0.403921131187844f,1.391887841954372f,0.9661073606159262f,0.24142706055560326f,-0.09137582938178726f,-0.31079898006802287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.22506375768138134f,-0.9743436415631862f,0.031115221301826333f,-0.13052619222005157f,0.9660341938077882f,-0.22302656688984573f,1.2171101783365548f,0.9914444714762437f,0.126981263863899f,-0.03022612457326431f,-0.13048237011077196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000879274545168147f,-0.13928767836289993f,-0.99025156881095f,1.3394574365674175e-17f,-0.13052619222005157f,0.9817961881363971f,-0.1379824557883154f,1.4375f,0.9914444714762437f,0.12913244215577122f,-0.019043958676652047f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17626456131915624f,-0.7326912822840522f,-0.6573387933842919f,-0.8790692614263749f,0.26579612186766455f,0.6075607962628502f,-0.7484799933495625f,2.5923853528684826f,0.9477780468142712f,-0.3066485997186404f,0.08765506412935875f,-0.6164250905157087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42026394644218756f,-0.7326912822840522f,-0.5352958996534435f,-0.9076107375353876f,-0.04951739323396322f,0.6075607962628502f,-0.7927281416802134f,2.602733415175433f,0.9060498016600141f,-0.3066485997186404f,-0.29161686028493944f,-0.5277269267917052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30444241182946846f,-0.7326912822840522f,-0.6086692884846481f,-0.802039606208184f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.7155443040186182f,0.9461137463893708f,-0.3066485997186404f,-0.10409330037839182f,-0.5564620135969481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9771883929661387f,-0.0023097895755300264f,0.21236174213914344f,0.6232544760882017f,0.027608244162890212f,0.9900739960031557f,0.13780880702112408f,1.8934820057201833f,-0.210572147983767f,0.14052810149738715f,-0.967425047837321f,-0.6372134846506519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9771883929661387f,-0.0023097895755300264f,0.21236174213914344f,0.7148658879287773f,0.027608244162890212f,0.9900739960031557f,0.13780880702112408f,1.8908937328299122f,-0.210572147983767f,0.14052810149738715f,-0.967425047837321f,-0.6174723457771736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9771883929661387f,-0.0023097895755300264f,0.21236174213914344f,0.6372059206876179f,0.027608244162890212f,0.9900739960031557f,0.13780880702112408f,1.8715165482218792f,-0.210572147983767f,0.14052810149738715f,-0.967425047837321f,-0.48222915803831456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3738664768252299e-8f,-1.8087295302563761e-9f,-0.000015624993855281606f,0.6874741533453917f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.6012592261912226f,0.00001549131986681631f,0.000002039470951391611f,-1.3857215164961482e-8f,-0.07992620322001853f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66.mcfunction new file mode 100644 index 000000000..07ff4d6f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..92a99f5ce --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5383317028765138f,0.05213408093339743f,-0.6119031457083279f,-0.32284399658468266f,-0.2520242826958484f,0.7607954593178134f,-0.1569027547797834f,1.5519071190333142f,0.5600242700581468f,0.2922614431139895f,0.5175910647018671f,-0.12710127999056148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5067472565136494f,-0.1546236866812165f,-0.599415326408158f,-0.32284399658468266f,0.05711386895116706f,0.7830160367340228f,-0.1537006577434613f,1.5519071190333142f,0.6163969694842103f,0.05456557279505733f,0.5070279817487678f,-0.12710127999056148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5215928442737663f,0.04918256853546901f,-0.6264714073276617f,-0.32149883636471277f,-0.032486476449525035f,0.8109623824569905f,0.09071431823048078f,1.529043400279339f,0.6275587447360936f,0.08285851577466478f,-0.5159931518085511f,-0.03166529672997795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4904917295692056f,-0.1510199231191848f,-0.6136862765658727f,-0.32149883636471277f,-0.3334094289430902f,0.7217627857718713f,0.08886300561353219f,1.529043400279339f,0.5368947903603198f,0.31024420042267287f,-0.5054626793226623f,-0.03166529672997795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08311558374166714f,0.007090067056275674f,1.5602717009189198f,-0.0012837819275761057f,1.5573780418328933f,-0.0950024670628451f,0.08339314161677802f,1.5184926723382999f,0.09524539125871077f,1.5595930598079453f,-0.002013266714713366f,0.7610874012878901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004537642916015999f,-0.9985738885881086f,0.053193973594666745f,-0.001662350275073392f,-0.06080157892022112f,-0.053371610634737686f,-0.9967219467730517f,1.5302659882122798f,0.998139558277085f,0.0012884906974161244f,-0.060957050405575114f,0.5682900169923225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.9985738885881086f,0.05159788418628505f,-0.008083568272359471f,-0.23295681601379298f,-0.053371610634737686f,-0.9710214174007543f,1.5955495381110962f,0.9723904948605747f,0.0012884906974161244f,-0.23335609119225698f,0.2362950558904407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9812771629858781f,-0.028587181963399058f,-0.19046758892204646f,0.25599547911014736f,0.14896980552033118f,0.5141666358799568f,-0.8446541704100696f,1.5510959025101838f,0.12207836190587162f,-0.8572137677238273f,-0.500281350820815f,-0.4854753629400558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.765903825458753f,-0.028587181963399058f,-0.6423193155861336f,0.009183894050905285f,0.5397883952727955f,0.5141666358799568f,-0.666529188315642f,1.7268266021470653f,0.3493133528459345f,-0.8572137677238273f,-0.3783711642663221f,-0.3463204463518277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.5800505733885125f,-0.8144651526825045f,0.25593097088678834f,-0.23295681601379298f,0.790274611646016f,-0.566742587124397f,1.4209338050078706f,0.9723904948605747f,0.1975028366869614f,-0.12429543437073516f,0.04451619597183065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.3082896692260904f,-0.951193793330752f,0.1921816966985792f,-0.23295681601379298f,0.9241210756471395f,-0.30287185312849707f,1.592313557609656f,0.9723904948605747f,0.2257381611363967f,-0.0591524142496693f,0.0864723985958446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.5439720227809046f,-0.8389914129799713f,0.2038143422554114f,-0.23295681601379298f,0.8142434097704573f,-0.5317318793509518f,1.4833796194177922f,0.9723904948605747f,0.20273654844904068f,-0.11556217991962622f,-0.26116195121349206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.051597884186285276f,-0.9985738885881086f,0.18789865216680726f,-0.23295681601379298f,0.9710214174007543f,-0.0533716106347379f,1.6651125626139665f,0.9723904948605747f,0.23335609119225698f,0.0012884906974160726f,-0.21739963104808502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,0.2560838951661807f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.3191102283438196f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,0.010185535396678921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,0.27261322031468244f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.2121718612762953f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,-0.10860537149045033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,-0.31271883662852784f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.27981646667137f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,0.1518742879372585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,-0.36880262617722287f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,2.1678618747094904f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,0.05117130690637342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509302005439433f,0.2629451978919377f,-0.16306923866574463f,0.16485947044627555f,0.06774894209407319f,0.6912047253517789f,0.7194762737550877f,2.37104797789812f,0.3018970595063651f,0.6731239488808446f,-0.6751017070815839f,0.08188616494966261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803563631641719f,0.11094964896065687f,-0.16306923866574463f,0.05305519310255635f,-0.041213401249714024f,0.6932931177077445f,0.7194762737550877f,2.3732873918906625f,0.19288042088545068f,0.7120637810860647f,-0.6751017070815839f,0.11127883780564365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9154892076477732f,0.40104906429267184f,-0.03223598471312743f,0.019651783182974517f,0.05025171314867606f,0.19346840457267575f,0.9798187290298788f,2.421600925153277f,0.3991920289861457f,0.8953935584211428f,-0.197271638944498f,0.06658942691986122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946129529759082f,0.09851860261960257f,-0.03223598471312743f,0.050008635967027495f,-0.011992805642521372f,0.19952802022546626f,0.9798187290298788f,2.4235430476724384f,0.10296235421436728f,0.9749269993608687f,-0.197271638944498f,0.07127507246427607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669559121618958f,0.25289742035997753f,-0.03223598471312743f,0.12349884379195664f,0.019367904800365238f,0.19894758733374313f,0.9798187290298788f,2.4749841424304826f,0.2542069003760522f,0.9468171693993259f,-0.197271638944498f,0.15635531491334675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669559121618958f,0.19597113903871302f,-0.16306923866574463f,0.07940533750824627f,0.019367904800365238f,0.6942469126810276f,0.7194762737550877f,2.3187785870772517f,0.2542069003760522f,0.6925435270773466f,-0.6751017070815839f,0.0005330213209440229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518301902707424f,-0.179393214054269f,-0.24867119583989075f,-0.2258020666237918f,-0.22041312509534874f,0.9640872626158399f,0.14816816239529504f,2.3949988513918967f,0.2131603696160808f,0.19584132560104775f,-0.9571879815438347f,0.12427016485930897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.028285539279144525f,-0.24867119583989075f,-0.11456787769157883f,-0.06688299859140401f,0.9866979579140841f,0.14816816239529504f,2.412646103370699f,0.2411723447499227f,0.16008456551418143f,-0.9571879815438347f,0.09810395888309989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9325730402165816f,-0.2616680359171918f,-0.24867119583989075f,-0.09282007228034753f,-0.3036001280566592f,0.9412083498866665f,0.14816816239529504f,2.409877809933533f,0.19528053386137126f,0.21367424056927786f,-0.9571879815438347f,0.09202550215125091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9677895368022887f,0.03931982725763547f,-0.24867119583989075f,-0.12128403594980837f,0.0021084952262527823f,0.9889599334150411f,0.14816816239529504f,2.4177991605887845f,0.2517517958305212f,0.1428712752240539f,-0.9571879815438347f,0.10064644183437998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620254177921119f,-0.11255990352461738f,-0.24867119583989075f,-0.1879643564421154f,-0.15262488197883392f,0.9771140368725385f,0.14816816239529504f,2.5219084957257216f,0.22630232195640296f,0.18049495024842202f,-0.9571879815438347f,0.10143747131431957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620254177921119f,-0.11255990352461738f,-0.24867119583989075f,-0.16263837814907653f,-0.15262488197883392f,0.9771140368725385f,0.14816816239529504f,2.302057837429401f,0.22630232195640296f,0.18049495024842202f,-0.9571879815438347f,0.06082610750842468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9681748626292911f,-0.02828553927914452f,-0.24867119583989075f,-0.019349206569856964f,-0.066882998591404f,0.9866979579140842f,0.14816816239529504f,1.800105253747505f,0.24117234474992266f,0.16008456551418143f,-0.9571879815438347f,-0.021451650988088822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013705742501670172f,-0.051597884186285276f,-0.9985738885881086f,1.3343774202153989e-17f,-0.23295681601379298f,0.9710214174007543f,-0.0533716106347379f,1.4359722222222222f,0.9723904948605747f,0.23335609119225698f,0.0012884906974160726f,-0.10896018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008867004696638585f,-0.3891493869953937f,-0.9211319833926181f,0.24025019304089995f,-0.19903882535038758f,0.9020487805753228f,-0.38300332043692653f,0.8408638174273473f,0.9799514897334701f,0.1867371202082819f,-0.06945736609942808f,-0.3375218002330251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008867004696638585f,-0.5504960155799032f,-0.8347907001508583f,0.030373587101061854f,-0.19903882535038758f,0.8171470789977063f,-0.5409752279805926f,1.1524011412952229f,0.9799514897334701f,0.17095259025872353f,-0.10232443331377547f,-0.2723461251968867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.038974061192948675f,0.024496067279792227f,-0.9989399207369539f,0.3081671027387599f,0.1454167439120738f,0.9891959458596117f,0.01858362948721777f,1.2567321113824101f,0.9886025455885386f,-0.14453831112453103f,-0.04211512166822773f,-0.016754343789436105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.038974061192948675f,-0.9939385830530054f,-0.10279647694698452f,-0.012268168874799389f,0.1454167439120738f,0.0961377617692771f,-0.9846885301210754f,1.1745865833307194f,0.9886025455885386f,-0.05332563999219653f,0.14078843338599947f,-0.01730393641435471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09687515927799908f,-0.7962283002756763f,-0.5971898335998108f,0.0060224020128817205f,-0.04176976990808069f,0.6027357732347618f,-0.7968468321985849f,1.326061901749906f,0.994419674904257f,-0.052250181848497834f,-0.09164839693148266f,-0.12342508676341925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0952195593908497f,-0.7528487022891894f,-0.6512695808733089f,0.012438802313906903f,-0.21704927519444006f,0.6227993476679455f,-0.75167185971137f,1.289049682906199f,0.9715054542548799f,0.2129314537729557f,-0.10410258568909297f,-0.12829243598476636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,-0.7358474012058822f,-0.6771468858443798f,0.0060224020128817205f,-0.13052619222005157f,0.671434224446152f,-0.7294785777436705f,1.326061901749906f,0.9914445098010913f,0.08777633155323514f,-0.09660796863784091f,-0.12342508676341925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0007611193603538228f,-0.06887830836563145f,-0.9976247788291989f,0.012107402857484668f,-0.043619423973819044f,0.9966778343716588f,-0.06877965051098088f,1.350053978537959f,0.9990479300561668f,0.04346346867093605f,-0.00376302293097572f,-0.12026134434069426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0009024122126013654f,-0.06902349399118203f,-0.9976146264612641f,0.012107402857484668f,-0.2164395773296198f,0.9739810431606414f,-0.06719253626024695f,1.350053978537959f,0.976295598175867f,0.21586265272380564f,-0.015818348253455374f,-0.12026134434069426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,0.0008105768351755471f,-0.999999322917464f,0.012107402857484668f,-0.13052619222005157f,0.9914444413385733f,0.0009126244455090193f,1.350053978537959f,0.9914445098010913f,0.1305268658324357f,-0.0007219980850719718f,-0.12026134434069426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.026036949479899305f,-0.42691951712715503f,-0.9039147101124628f,0.013611238634265655f,0.05060069564444475f,0.902499289312411f,-0.4277085484192374f,1.3487705882106134f,0.998379510437829f,-0.05687493900225002f,-0.0018959038506477718f,0.07499289091996315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01723315082970125f,-0.41224661744527147f,-0.910909295658691f,0.0032117914544659114f,-0.2575761647265903f,0.8784643838074097f,-0.4024361387184413f,1.3903572577866683f,0.966104310039667f,0.24156376546742275f,-0.09104619341838922f,-0.310384736916587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,-0.22416110023003122f,-0.9745517451699801f,0.030910595018915545f,-0.13052619222005157f,0.9662390803692642f,-0.22213723846238106f,1.2155541140803312f,0.9914445098010913f,0.12701905648689288f,-0.030065649410133004f,-0.13007284208161055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0008349429966560531f,-0.13837031837125333f,-0.9903802087400727f,1.3343774202153989e-17f,-0.13052619222005157f,0.9819227849630074f,-0.13707865448356837f,1.4359722222222222f,0.9914445098010913f,0.12915610463438945f,-0.018880800325837818f,-0.10896018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17688814304672262f,-0.7327049930678723f,-0.6571559769057048f,-0.8790920126062681f,0.2650375802691087f,0.6075607962628502f,-0.7487489298086157f,2.5915770611185764f,0.9478742880227198f,-0.3066158377805371f,0.08672405737487915f,-0.6158762463038397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4196808097392797f,-0.7327049930678723f,-0.5357344594759531f,-0.907629522628151f,-0.04871412776439443f,0.6075607962628502f,-0.7927779087491059f,2.6019251234255267f,0.9063635869190336f,-0.3066158377805371f,-0.29067469158735254f,-0.5271768064620774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3044001069000843f,-0.7327049930678723f,-0.6086739423144598f,-0.8020596762700406f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.714736012268712f,0.9461273583121311f,-0.3066158377805371f,-0.10406608417466001f,-0.5559166137567596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7070625817876587f,-0.007848515577067464f,0.7071074219940044f,0.7101118348981779f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8895057184321846f,-0.701111347927895f,0.1381896551133953f,-0.6995330564214753f,-0.6196752766772013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7070625817876587f,-0.007848515577067464f,0.7071074219940044f,0.7763989519407708f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8808596589306088f,-0.701111347927895f,0.1381896551133953f,-0.6995330564214753f,-0.5539460878089613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7070625817876587f,-0.007848515577067464f,0.7071074219940044f,0.6371892801203737f,0.09222463468347598f,0.9903746866832155f,0.10321141765629427f,1.8697009760329526f,-0.701111347927895f,0.1381896551133953f,-0.6995330564214753f,-0.48188072377985997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.304598432275083e-8f,-1.7175364195761576e-9f,-0.000015624994459274593f,0.6874754694345966f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5997314484134448f,0.00001549132046564205f,0.0000020394710302285162f,-1.3158557607201138e-8f,-0.07954212822295423f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67.mcfunction new file mode 100644 index 000000000..e23a00357 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..ec53a28b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5711782974506875f,0.05792466549103556f,-0.5808136793271402f,-0.318741517242201f,-0.24347774011807963f,0.7622045043742499f,-0.16342376823167803f,1.5487228794731094f,0.5304888189517015f,0.287460381763818f,0.5503567809411212f,-0.12963100572850766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5386449778658381f,-0.16169638382316412f,-0.5689603389327088f,-0.318741517242201f,0.06537691609555012f,0.7810873846257906f,-0.1600885892881744f,1.5487228794731094f,0.587866861340003f,0.06129255286700312f,0.5391250099015065f,-0.12963100572850766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.555449685715049f,0.05515128687295471f,-0.596136248386017f,-0.31730950319969986f,-0.02750030908020704f,0.8099852456276537f,0.10055883506906249f,1.5240516384135914f,0.5980500180453059f,0.08846853602389315f,-0.5490482114479955f,-0.02688300169292024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5233705270842659f,-0.15831011961008729f,-0.5839702025005881f,-0.31730950319969986f,-0.3285305208086287f,0.7227476350056511f,0.09850661394520407f,1.5240516384135914f,0.5080856111687763f,0.3042593665325328f,-0.5378431459082406f,-0.02688300169292024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08307566500055649f,0.006851130106136805f,1.5602748943378486f,-0.0014123515181974989f,1.557331851502591f,-0.09580323374520044f,0.08333963462527298f,1.5137405595694682f,0.09603222469685277f,1.559545142796524f,-0.0017347620995128918f,0.7622553665138503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004384723267927123f,-0.9985759323762231f,0.05316842560035594f,-0.0017613813967093106f,-0.06131406959692853f,-0.05333736616017446f,-0.9966923849616582f,1.5256128490673848f,0.9981088913897753f,0.0011102477436878211f,-0.06146062380598599f,0.5694639958768413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.9985759323762231f,0.05159927854163396f,-0.00813016485960126f,-0.2334563874508839f,-0.05333736616017446f,-0.9709033116276194f,1.5910670261239348f,0.9722728492688886f,0.0011102477436878211f,-0.2338466889320963f,0.23750162236434114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9806327563588735f,-0.028439743827994475f,-0.19377971546835487f,0.25529431948512404f,0.15183125243355527f,0.5146075705366835f,-0.8438757723331027f,1.546238071224357f,0.12372011938426425f,-0.8569540415432618f,-0.5003229984142373f,-0.48466864876986493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.76373446391024f,-0.028439743827994475f,-0.6449037522039522f,0.009229896843501069f,0.5419136982579397f,0.5146075705366835f,-0.664461129026172f,1.7226425229911766f,0.3507694574448314f,-0.8569540415432618f,-0.377611650252648f,-0.34504380344535734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.5800528475024398f,-0.8144661272093345f,0.2559072561232452f,-0.2334563874508839f,0.7901934017900237f,-0.5666502474418351f,1.4165405283327888f,0.9722728492688886f,0.19782083275484824f,-0.12470936092665756f,0.04567304228368629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.3082915450412212f,-0.9511954065927554f,0.19215762013681154f,-0.2334563874508839f,0.9240158573528412f,-0.30280820748268494f,1.5879009502896797f,0.9722728492688886f,0.22616590949254636f,-0.059451559760584194f,0.08770757806503508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.5439742522221159f,-0.8389924857747239f,0.2038389876644727f,-0.2334563874508839f,0.8141582494078705f,-0.5316431698794734f,1.4791450589764032f,0.9722728492688886f,0.20307229707791663f,-0.11596184171552018f,-0.2599808805546587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.05159927854163418f,-0.9985759323762231f,0.1879230233605649f,-0.2334563874508839f,0.9709033116276194f,-0.053337366160174676f,1.6608560713680809f,0.9722728492688886f,0.2338466889320963f,0.0011102477436877693f,-0.21612768733149257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,0.25609668747710507f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.3147344492132875f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.01180344401330033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,0.2726402303542733f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.207856493411281f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,-0.10703984041058148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,-0.3127288140971703f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.2753878434744186f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.15338608198704423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,-0.3688012926975691f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,2.1634869167270243f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.05261717687895952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9509734373786832f,0.2628676019173372f,-0.16294215311699004f,0.16486324241575442f,0.0676272045533998f,0.6908499330781962f,0.7198284039756592f,2.3666385764808058f,0.30178814192155534f,0.6735183693323298f,-0.6747569366575308f,0.08351694237568646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9803869289969528f,0.11086624459015423f,-0.16294215311699004f,0.05305460384845556f,-0.04127813825973154f,0.692923649568743f,0.7198284039756592f,2.3688668104682216f,0.19271114330451933f,0.7124363071031756f,-0.6747569366575308f,0.11289387107874291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9155477544239241f,0.40092052946014695f,-0.03217201309688325f,0.01965963077207175f,0.05007879827905591f,0.1929947617319228f,0.9799209845222034f,2.417204443595434f,0.39907946994581933f,0.8955533211380741f,-0.19677353904000905f,0.06822421994088088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946289148212553f,0.09837826678076234f,-0.03217201309688325f,0.0500158430056796f,-0.012010893768981252f,0.19902412548207885f,0.9799209845222034f,2.4191430998083447f,0.10280593481099767f,0.9750441600775358f,-0.19677353904000905f,0.07291544748985918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9669936308523145f,0.2527613092709253f,-0.03217201309688325f,0.12349498979231843f,0.019271212864139214f,0.19845272597719854f,0.9799209845222034f,2.470537948105313f,0.2540707347291367f,0.9469573570588419f,-0.19677353904000905f,0.15803318410972717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9669936308523145f,0.19589071603487937f,-0.16294215311699004f,0.07941957868447064f,0.019271212864139214f,0.6938844926820318f,0.7198284039756592f,2.314413937251856f,0.2540707347291367f,0.6929293890337904f,-0.6747569366575308f,0.0021240715771245824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9518700692387012f,-0.17938918092714146f,-0.2485214136725446f,-0.2258038581593193f,-0.22048924493768482f,0.9639928801769709f,0.1486681533984929f,2.3905813443900894f,0.21290341508374236f,0.1963090643205186f,-0.9571493546522833f,0.12585421588864282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.028275317361485502f,-0.2485214136725446f,-0.11456510198317318f,-0.06697294593850096f,0.986616645246471f,0.1486681533984929f,2.4082381375362694f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,0.09971387531746938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932613118943218f,-0.26166749381840304f,-0.2485214136725446f,-0.0928164750307579f,-0.303667732268452f,0.9411076923200756f,0.1486681533984929f,2.405472204451549f,0.19498379100309773f,0.21411780433858862f,-0.9571493546522833f,0.09363728376829249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678274864186825f,0.03933272783186455f,-0.2485214136725446f,-0.12128146458746057f,0.0020130949014091626f,0.9888850932307556f,0.1486681533984929f,2.413390123748851f,0.25160664534430216f,0.14338482802341523f,-0.9571493546522833f,0.10225798841108222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620649182801825f,-0.11255309840580344f,-0.2485214136725446f,-0.18795827338205867f,-0.15270740018317872f,0.9770251941963302f,0.1486681533984929f,2.517501369461405f,0.22607862115609467f,0.1809794738219692f,-0.9571493546522833f,0.10309238423972458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620649182801825f,-0.11255309840580344f,-0.2485214136725446f,-0.16263382624075293f,-0.15270740018317872f,0.9770251941963302f,0.1486681533984929f,2.297670700767231f,0.22607862115609467f,0.1809794738219692f,-0.9571493546522833f,0.06237200262978157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682136197008943f,-0.02827531736148551f,-0.2485214136725446f,-0.019349729453112804f,-0.06697294593850095f,0.9866166452464711f,0.1486681533984929f,1.795755408527024f,0.24099172421062792f,0.1605867421386537f,-0.9571493546522833f,-0.02014175090972313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013550709683989231f,-0.05159927854163418f,-0.9985759323762231f,1.3205888044027767e-17f,-0.2334563874508839f,0.9709033116276194f,-0.053337366160174676f,1.4316666666666666f,0.9722728492688886f,0.2338466889320963f,0.0011102477436877693f,-0.10783425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008734737885562118f,-0.3843157528068345f,-0.9231603904515113f,0.23779534067499097f,-0.1990530062401777f,0.9040516121087996f,-0.3782440790683026f,0.8354009045095176f,0.9799497972145401f,0.18706171384865697f,-0.06860255207486714f,-0.33658901770354854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008734737885562118f,-0.5461129688689228f,-0.8376660012124412f,0.029589771293714165f,-0.1990530062401777f,0.8199836757837763f,-0.5366606676055872f,1.1480196809020824f,0.9799497972145401f,0.17142752603155031f,-0.10154308572169658f,-0.27123227340402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03818566633462033f,0.028917910197129748f,-0.9988521458936811f,0.3079032400504985f,0.14521358171223447f,0.9891309809411669f,0.02308502173853398f,1.2510184721393391f,0.9886631734685405f,-0.1441653807687377f,-0.04196989891481306f,-0.015637207418968197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03818566633462033f,-0.9935041449935362f,-0.10719780206349253f,-0.012897734972840885f,0.14521358171223447f,0.10062018064179101f,-0.9842705903022386f,1.1703128361043158f,0.9886631734685405f,-0.05315160513357998f,0.14042804669594586f,-0.016173734451922633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962722507777716f,-0.7925186491834207f,-0.6022008339637768f,0.005737335129238057f,-0.041175691341057225f,0.6076641823231899f,-0.7931259697955142f,1.3217414235216596f,0.9945029995795728f,-0.051559986597897324f,-0.09113370183009578f,-0.12230164171517972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09471148822370806f,-0.7487860600393355f,-0.6560100382533942f,0.011919784704210644f,-0.21764335376146351f,0.6274561971590099f,-0.7476162727029261f,1.284690148929797f,0.9714222071591284f,0.21358407463461032f,-0.10354099912867529f,-0.12717462779881636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,-0.7315916282898374f,-0.6817426712961097f,0.005737335129238057f,-0.13052619222005157f,0.6759856371313693f,-0.7252629395857965f,1.3217414235216596f,0.9914445489255891f,0.08841440950615041f,-0.09602394804117297f,-0.12230164171517972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0004893719521416433f,-0.06632684043569546f,-0.9977978306014251f,0.011884540500253489f,-0.04361991224665132f,0.996849660268678f,-0.06624241902146612f,1.3457179402094037f,0.9990480788083659f,0.043491436628822114f,-0.003381001223640095f,-0.11914019210323225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0010788679388632645f,-0.06646370942771852f,-0.997788259789159f,0.011884540500253489f,-0.21643908905678752f,0.9741528690576606f,-0.06465530477073218f,1.3457179402094037f,0.9762955273749022f,0.21589062748492827f,-0.015436327021848389f,-0.11914019210323225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,0.003381853955558539f,-0.999993971738607f,0.011884540500253489f,-0.13052619222005157f,0.9914388390361101f,0.0034556613353101118f,1.3457179402094037f,0.9914445489255891f,0.13052812537745834f,-0.0003389560172951146f,-0.11914019210323225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02552576893507461f,-0.42321216611684903f,-0.9056709654013194f,0.013459896899893822f,0.05066418186337132f,0.9042542386581001f,-0.4239780802647406f,1.3444302284379894f,0.9983894910286208f,-0.0567074450098418f,-0.0016400866036131237f,0.0761134507580672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016948119497631926f,-0.40799368280256976f,-0.9128274294951321f,0.003018627371280792f,-0.25762163672988125f,0.8803515372106446f,-0.3982615512693538f,1.3860441991364731f,0.9660972277851287f,0.2419138808006915f,-0.09018769728648007f,-0.30926009913649494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,-0.22165452102233701f,-0.9751249426407311f,0.03034187372598864f,-0.13052619222005157f,0.9668056804830463f,-0.21965811919946845f,1.2111707185865797f,0.9914445489255891f,0.12710644946686267f,-0.029692708021718642f,-0.12895910580449488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0007871151563087717f,-0.13582332000289699f,-0.990732762248792f,1.3205888044027767e-17f,-0.13052619222005157f,0.9822711595115762f,-0.13455958656416014f,1.4316666666666666f,0.9914445489255891f,0.1292106610739772f,-0.018501661291920258f,-0.10783425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1773935259783782f,-0.7327197835353475f,-0.6570032387719805f,-0.8791165277459259f,0.26440949067647623f,0.6075607962628502f,-0.7489709607752879f,2.5878670609832213f,0.947955251149106f,-0.3065804913238366f,0.08596071287786104f,-0.614629505562388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4191875911414934f,-0.7327197835353475f,-0.536100253916099f,-0.9076497588238628f,-0.0480491859411335f,0.6075607962628502f,-0.7928184877857263f,2.5982151232901716f,0.90662728789916f,-0.3065804913238366f,-0.28988853577926876f,-0.5259286891583406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30435446483132766f,-0.7327197835353475f,-0.6086789618125057f,-0.8020812990130185f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.711026012133357f,0.9461420416431724f,-0.3065804913238366f,-0.10403672128111402f,-0.5546735891681972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21306616189622124f,-0.011392566953087937f,0.976971350692042f,0.7737295406468252f,0.1275070904440993f,0.991056187821878f,0.03936463471755794f,1.8770387883815178f,-0.9686819666646497f,0.13295804600770084f,-0.20970790509783024f,-0.5576800512739682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21306616189622124f,-0.011392566953087937f,0.976971350692042f,0.7937044933245959f,0.1275070904440993f,0.991056187821878f,0.03936463471755794f,1.8650849986523834f,-0.9686819666646497f,0.13295804600770084f,-0.20970790509783024f,-0.4668661168991573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21306616189622124f,-0.011392566953087937f,0.976971350692042f,0.6371713143819042f,0.1275070904440993f,0.991056187821878f,0.03936463471755794f,1.865157198309317f,-0.9686819666646497f,0.13295804600770084f,-0.20970790509783024f,-0.48081689832188823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2298674317324559e-8f,-1.6191511908897385e-9f,-0.000015624995075869927f,0.6874768877782388f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5954258928578893f,0.00001549132107696233f,0.000002039471110710357f,-1.2404799093196888e-8f,-0.07844936653359336f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68.mcfunction new file mode 100644 index 000000000..580228036 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..06a7adee5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5981837970433626f,0.06267964905606493f,-0.5524417172819575f,-0.31535277233447395f,-0.23593932030267298f,0.7633890793603948f,-0.16886146716419909f,1.5430811767276902f,0.5034413834145366f,0.2832892859815594f,0.577268047234697f,-0.13132496524685372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5648681436817592f,-0.16751665348883013f,-0.5411673965211012f,-0.31535277233447395f,0.07264343919418528f,0.779333500101567f,-0.165415314773093f,1.5430811767276902f,0.5618246265477906f,0.06765697616169335f,0.5654870666788869f,-0.13132496524685372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.583502167723156f,0.06009088168615202f,-0.5682066091176725f,-0.3138572021581277f,-0.022889118259667586f,0.8090275164535787f,0.10906424863672652f,1.5167151593694295f,0.5709165902057125f,0.09385098829303622f,-0.5763598558789008f,-0.02188358724837486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5506104438787522f,-0.16435579754093824f,-0.5566105558703731f,-0.3138572021581277f,-0.32399825118523773f,0.7236094798535311f,0.10683844764414027f,1.5167151593694295f,0.4815114456796964f,0.29895901471737607f,-0.564597409840556f,-0.02188358724837486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08301600348996035f,0.0064388294708456065f,1.5602798257490869f,-0.0016350058832692933f,1.5572632635583215f,-0.09698382086846817f,0.08325572930098103f,1.5064154754813197f,0.09718909988388727f,1.5594739273116427f,-0.001264475765489977f,0.7639760918334435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004120850861340756f,-0.9985790884794156f,0.053130242233574404f,-0.001933065487681523f,-0.06206964535581988f,-0.05328366675262761f,-0.9966484886773257f,1.5184336822670945f,0.9980633134794513f,0.0008092644899131557f,-0.062201023925688076f,0.5711936768210737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.9985790884794156f,0.05160749622853171f,-0.008211635542290213f,-0.2341928618064475f,-0.05328366675262761f,-0.9707288778728594f,1.5841394124277661f,0.9720993946579046f,0.0008092644899131557f,-0.23456792618924044f,0.23927928317849234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9796224492797345f,-0.02818805502811554f,-0.19885997692071183f,0.25422035477741045f,0.15623383236750032f,0.5152575053716901f,-0.8426747253726711f,1.5387136695327783f,0.12621745715604474f,-0.8565717347145394f,-0.5003538915579526f,-0.4834962478887527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7603878698030934f,-0.02818805502811554f,-0.6488572423962348f,0.00930764574857962f,0.5451820023096396f,0.5152575053716901f,-0.6612762565794986f,1.7161547852572472f,0.352968655568687f,-0.8565717347145394f,-0.3764279366281931f,-0.3431618489282165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.5800614740022829f,-0.8144643736798176f,0.2558663540659627f,-0.2341928618064475f,0.7900751385240415f,-0.5665112346327499f,1.4097437209172696f,0.9720993946579046f,0.19826739990355305f,-0.1253507281240127f,0.04738759385007114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.3083002995768426f,-0.9511963282604636f,0.19211507084367685f,-0.2341928618064475f,0.9238612657135258f,-0.3027111910602383f,1.5810757632944292f,0.9720993946579046f,0.22678467098776994f,-0.05992895719687206f,0.08953516367779756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.543982946999326f,-0.8389911101968166f,0.203881278308236f,-0.2341928618064475f,0.8140340350487443f,-0.5315094479509896f,1.4725823909249869f,0.9720993946579046f,0.2035464152378719f,-0.1165831194879748f,-0.25823244121634215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.05160749622853193f,-0.9985790884794156f,0.18796375346238992f,-0.2341928618064475f,0.9707288778728594f,-0.05328366675262783f,1.6542610326089442f,0.9720993946579046f,0.23456792618924044f,0.0008092644899131037f,-0.21424589715279763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,0.2561134921899648f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.3079630049161852f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.014197808476526137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,0.27268224151474085f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.2011741154018445f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,-0.10472200535660531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,-0.312751087129749f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.268540321891751f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.15560216646651293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,-0.36880334793089375f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,2.1567187494381206f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.05473397280231597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9510485001455657f,0.2627293693335694f,-0.16272685353209349f,0.16486415480641778f,0.06745072138092331f,0.6903256724059836f,0.7203477397774072f,2.359817827063214f,0.30159103195563275f,0.6741095938397639f,-0.6742544808431945f,0.08592675395672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9804394432763227f,0.11071797147509471f,-0.16272685353209349f,0.053047973176288496f,-0.0413704361936986f,0.6923782353646911f,0.7203477397774072f,2.362029933364307f,0.19242397219982327f,0.7129894178637693f,-0.6742544808431945f,0.11527617876148738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9156491691299883f,0.4006972485956618f,-0.03206733602015417f,0.01966729119646418f,0.049826757210823004f,0.1922950736427631f,0.980071374400139f,2.4104031813396594f,0.3988782938910272f,0.8958037282912991f,-0.19604026892960696f,0.07063440811147197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994656368356661f,0.09813457519197641f,-0.03206733602015417f,0.05002238327086614f,-0.012034383558986082f,0.19828079759214506f,0.980071374400139f,2.41233662923233f,0.1025372249473055f,0.9752201446125454f,-0.19604026892960696f,0.07533502396483642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9670588681524694f,0.25252491260910503f,-0.03206733602015417f,0.12348210526299243f,0.019131730171617137f,0.19772222429980507f,0.980071374400139f,2.463663034784938f,0.2538328631763546f,0.9471732104159736f,-0.19604026892960696f,0.16051080613992863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9670588681524694f,0.19574758406481085f,-0.16272685353209349f,0.07943889884841006f,0.019131730171617137f,0.6933491982386804f,0.7203477397774072f,2.307659465181235f,0.2538328631763546f,0.6935054236518767f,-0.6742544808431945f,0.004472085818256626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9519376052137337f,-0.17938797157902472f,-0.24826347180506786f,-0.2258126805906145f,-0.22059832957526176f,0.9638538339166254f,0.1494060368018176f,2.38374987907719f,0.2124880532372275f,0.1969917320523501f,-0.9571013973108956f,0.12818017400722104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682801350122788f,-0.028263557948325732f,-0.24826347180506786f,-0.11456614434342319f,-0.06710243919052672f,0.9864963754732479f,0.1494060368018176f,2.401420375900616f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,0.10208223654052317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932680503325109f,-0.26167217522028713f,-0.24826347180506786f,-0.09281608246988551f,-0.3037642831259527f,0.9409596678201195f,0.1494060368018176f,2.3986578547671766f,0.1945105113205924f,0.21476167314335545f,-0.9571013973108956f,0.09600922983176809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9678930194069163f,0.03934909847325703f,-0.24826347180506786f,-0.12128289050788092f,0.0018755274931589738f,0.9887741494212903f,0.1494060368018176f,2.4065708020101937f,0.25135549602104623f,0.14414343511081443f,-0.9571013973108956f,0.10462849494296769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9621322053811139f,-0.11254718093212882f,-0.24826347180506786f,-0.18795425061438858f,-0.15282591847287008f,0.9768940960053435f,0.1494060368018176f,2.510685026984805f,0.22571189160387337f,0.18168945278725745f,-0.9571013973108956f,0.1055242799251711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9621322053811139f,-0.11254718093212882f,-0.24826347180506786f,-0.16263113490465964f,-0.15282591847287008f,0.9768940960053435f,0.1494060368018176f,2.290883855383603f,0.22571189160387337f,0.18168945278725745f,-0.9571013973108956f,0.06464415304803824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682801350122787f,-0.028263557948325746f,-0.24826347180506786f,-0.01935281108569946f,-0.06710243919052672f,0.986496375473248f,0.1494060368018176f,1.7890233292023223f,0.24068826891912642f,0.1613259820061419f,-0.9571013973108956f,-0.018212027679034834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.013284215620118188f,-0.05160749622853193f,-0.9985790884794156f,1.3002687389947023e-17f,-0.2341928618064475f,0.9707288778728594f,-0.05328366675262783f,1.425f,0.9720993946579046f,0.23456792618924044f,0.0008092644899131037f,-0.106175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008511078243979422f,-0.37692689353817765f,-0.926203907611485f,0.23404394640794554f,-0.19907342785765308f,0.907058379570189f,-0.37096477780580006f,0.8269893149086587f,0.9799476169000712f,0.18753989703303692f,-0.06731608390800263f,-0.3352155456996328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008511078243979422f,-0.5394024736807088f,-0.8420050670478516f,0.028396753317175318f,-0.19907342785765308f,0.8242666419368789f,-0.530051198763954f,1.1412409721470937f,0.9799476169000712f,0.17213214219672393f,-0.10036530154708924f,-0.2695901664871318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03700863777333856f,0.03570119864424168f,-0.9986770174313243f,0.307488629989052f,0.1449145131654485f,0.9889897378961977f,0.029984699598805037f,1.242192701490996f,0.9887518114290273f,-0.14361310090438814f,-0.04177478479230263f,-0.013984196056311082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03700863777333856f,-0.9927973457161611f,-0.11394643947533734f,-0.01386045301435008f,0.1449145131654485f,0.10748750729628379f,-0.9835884401767092f,1.1636978233748034f,0.9887518114290273f,-0.052913761104047635f,0.1398927778037199f,-0.01450772962408274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09535610035781744f,-0.786723267952426f,-0.6098964779262177f,0.005302511625573521f,-0.04026437341043153f,0.6152352522511652f,-0.7873146541385535f,1.3150533759472731f,0.9946285710547507f,-0.05051815564428804f,-0.09034335388884066f,-0.12064581476175328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09389648582830346f,-0.7424546668016613f,-0.6632831353905582f,0.01112303988963641f,-0.2185546716920892f,0.6346034474531177f,-0.7412909819781844f,1.2779445964571898f,0.9712967133840504f,0.2145682460781467f,-0.10267990233872237f,-0.12552695811998574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,-0.7249601898562383f,-0.6887903754215897f,0.005302511625573521f,-0.13052619222005157f,0.6829675149838185f,-0.7186920666191895f,1.3150533759472731f,0.9914445881108745f,0.08937615230269437f,-0.09512902872007004f,-0.12064581476175328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0000967861594283238f,-0.062432889502552616f,-0.998049159581231f,0.011544505614218919f,-0.04362175338878929f,0.9970994030786338f,-0.06236924732205557f,1.3390058405987744f,0.9990481135879928f,0.043530617829226105f,-0.0028199375310221423f,-0.11748777768719339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.001369821124757568f,-0.06256088845337103f,-0.9980402090226682f,0.011544505614218919f,-0.21643724791464955f,0.9744026118676163f,-0.06078213307132164f,1.3390058405987744f,0.9762955706676225f,0.21592981549913892f,-0.014875263805698214f,-0.11748777768719339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,0.007303219071949502f,-0.9999730602076212f,0.011544505614218919f,-0.13052619222005157f,0.9914177142991746f,0.0073368193608912835f,1.3390058405987744f,0.9914445881108745f,0.13052807653906232f,0.00022347409474382865f,-0.11748777768719339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02476742485410483f,-0.417491839674075f,-0.9083430731126059f,0.013224665667423356f,0.05075880467957361f,0.9069246369762265f,-0.4182239192024296f,1.3377112289921476f,0.9984037852560442f,-0.05646473812120184f,-0.0012708010493127572f,0.07776494583538289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.016491453979665904f,-0.40142798482037445f,-0.9157421061350678f,0.002728248900033755f,-0.2576894103204733f,0.8832208655347079f,-0.3918125450937066f,1.379366980569726f,0.9660870559914998f,0.24243860189164257f,-0.08887814443665189f,-0.307602592004213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,-0.21782895616888934f,-0.975986682288329f,0.029473968875148176f,-0.13052619222005157f,0.9676581677616795f,-0.21587168297079481f,1.204388035652294f,0.9914445881108745f,0.12723292112688944f,-0.029144681970765408f,-0.12731732503518123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0007361047428756859f,-0.1319372070196448f,-0.9912578027706329f,1.3002687389947023e-17f,-0.13052619222005157f,0.9827903931568646f,-0.13071325970654074f,1.425f,0.9914445881108745f,0.12928888785363885f,-0.017944697914078322f,-0.106175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1777619809249894f,-0.7327355563143629f,-0.6568860499738939f,-0.8791426455801361f,0.26393376148962755f,0.6075607962628502f,-0.7491387377451442f,2.5816513640278047f,0.9480188013344251f,-0.3065427920488962f,0.08539244087919641f,-0.612865643291069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4188003696452035f,-0.7327355563143629f,-0.5363812588986702f,-0.9076713129104867f,-0.04754565256757061f,0.6075607962628502f,-0.7928488442107835f,2.591999426334755f,0.9068327636929341f,-0.3065427920488962f,-0.2892850762412441f,-0.5241633589526955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3043057848570731f,-0.7327355563143629f,-0.608684313758127f,-0.8021043321815924f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.7048103151779403f,0.9461576996093174f,-0.3065427920488962f,-0.10400540424839382f,-0.5529136904846231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3476282875986428f,-0.011501693117335515f,0.9375618831398113f,0.7940814994440852f,0.12241895800094484f,0.9919223305261072f,-0.03322181400253269f,1.8590652603140645f,-0.9296064610270292f,0.12632419110800044f,0.34622828647831655f,-0.47085522981035804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3476282875986428f,-0.011501693117335515f,0.9375618831398113f,0.7614913474817125f,0.12241895800094484f,0.9919223305261072f,-0.03322181400253269f,1.847588483001476f,-0.9296064610270292f,0.12632419110800044f,0.34622828647831655f,-0.383704624089074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3476282875986428f,-0.011501693117335515f,0.9375618831398113f,0.6371521409919272f,0.12241895800094484f,0.9919223305261072f,-0.03322181400253269f,1.8583101437581502f,-0.9296064610270292f,0.12632419110800044f,0.34622828647831655f,-0.47921416992146354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1501636607432593e-8f,-1.5142191857111232e-9f,-0.000015624995693423268f,0.6874783987385346f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5887592261912227f,0.000015491321689232416f,0.0000020394711913172434f,-1.1600883776325371e-8f,-0.07682547840845715f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69.mcfunction new file mode 100644 index 000000000..9f4795594 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..98a3b38f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6178768022828103f,0.06614005489086507f,-0.5299039486399841f,-0.3128624936856343f,-0.23015541951031412f,0.7642328315920115f,-0.1729771847132796f,1.5352976233938436f,0.48187258120300297f,0.2802108432954265f,0.5968459962409612f,-0.1319949501619527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5839880174351639f,-0.17176728733078384f,-0.5190895823412089f,-0.3128624936856343f,0.07819431353886805f,0.7779288853191564f,-0.16944703808647799f,1.5352976233938436f,0.5411502978122915f,0.0729564828450431f,0.5846654657054314f,-0.1319949501619527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6041687452416886f,0.06372295458142468f,-0.5457691423825112f,-0.3113364357561559f,-0.019233288442405502f,0.8082067894880997f,0.11565600064620202f,1.5075342712169475f,0.5491399205423141f,0.0984155217899938f,-0.5964094040020064f,-0.017216845653049304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5706757781794153f,-0.16881603493995856f,-0.5346309966196028f,-0.3113364357561559f,-0.3203819655153305f,0.7242371755179488f,0.11329567410240199f,1.5075342712169475f,0.46009189557288716f,0.29492653313144745f,-0.5842377835121696f,-0.017216845653049304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08293998521466582f,0.0058774752320992435f,1.5602860840683952f,-0.0019386056101368904f,1.5571791797459253f,-0.09841782030990494f,0.08314556399023448f,1.4970045404715426f,0.09859113052601617f,1.5593863017002372f,-0.0006332860797018512f,0.7660647478288108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.003761584148543084f,-0.9985830938037729f,0.053081590537385905f,-0.0021672684842705308f,-0.06298740499833941f,-0.05321316095374982f,-0.9965946750373922f,1.5091999829689664f,0.9980072330881518f,0.0004053030910087555f,-0.06309832353665057f,0.5732933688135197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.9985830938037729f,0.05162196967090178f,-0.008323161420421695f,-0.23508733397729437f,-0.05321316095374982f,-0.9705165144935755f,1.575211252793368f,0.9718883518114959f,0.0004053030910087555f,-0.23544185554513908f,0.24143730760123944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9782905153418471f,-0.02784691670861711f,-0.20535875151063482f,0.25284113085830917f,0.16187639020120898f,0.5160467197432463f,-0.841125327961096f,1.5289917541126905f,0.12939745703687236f,-0.8561076639489091f,-0.5003358530430656f,-0.48210454953736614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7560722656914021f,-0.02784691670861711f,-0.6538954643382177f,0.009412577792723873f,0.5493659318189587f,0.5160467197432463f,-0.657185556748566f,1.7077607419615322f,0.35574120088760763f,-0.8561076639489091f,-0.374870465252978f,-0.3408759523592582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.5800758328389777f,-0.8144599751612013f,0.25581065515764123f,-0.23508733397729437f,0.7899339158046726f,-0.5663376678845797f,1.4009731998849038f,0.9718883518114959f,0.19878741614514417f,-0.12616098761293443f,0.04947926503763804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.3083153165028486f,-0.9511964511041694f,0.19205655549395612f,-0.23508733397729437f,0.923674386684457f,-0.30258812400115814f,1.5722709716132321f,0.9718883518114959f,0.2275242690194619f,-0.06054534350627843f,0.09176165708187291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.5439974840302774f,-0.8389873421882754f,0.2039387070505325f,-0.23508733397729437f,0.8138853758668897f,-0.5313422064484054f,1.464096499269552f,0.9718883518114959f,0.20410127956174093f,-0.11736992499952363f,-0.25610133391825196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.051621969670902004f,-0.9985830938037729f,0.1880184434009648f,-0.23508733397729437f,0.9705165144935755f,-0.05321316095375003f,1.6457357634811365f,0.9718883518114959f,0.23544185554513908f,0.00040530309100870326f,-0.21195345285921957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,0.25613336884666243f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.2992225949002325f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,0.017115314592889737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,0.2727368165985695f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.1925418886630874f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,-0.10189672235923405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,-0.3127842481911152f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.259710515725156f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,0.1582811412766845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,-0.3688085813376478f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.1479857142741716f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,0.05729027368844934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951150878607823f,0.26253868799713537f,-0.1624359671634008f,0.1648622161550616f,0.0672412851882348f,0.6896869485229832f,0.7209788641862466f,2.351017965235129f,0.30131481160042733f,0.6748372769355578f,-0.6736497858445443f,0.08885945770404928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805107321569639f,0.11051362222235486f,-0.1624359671634008f,0.05303576380872697f,-0.04147737545037009f,0.6917146121938286f,0.7209788641862466f,2.3532110661519643f,0.1920373178597425f,0.7136649315896334f,-0.6736497858445443f,0.11817115313439797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9157873915385301f,0.40039237431183133f,-0.03192804553977091f,0.019674390893145557f,0.04952537003252978f,0.19144292312020578f,0.9802534595247965f,2.401627712506107f,0.3985984084541686f,0.896122510475061f,-0.19515059568876109f,0.07356200733561497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946936143441513f,0.09780190944444572f,-0.03192804553977091f,0.05002794695581746f,-0.012057690805593956f,0.19737722052482326f,0.9802534595247965f,2.403554673249114f,0.10217252896647863f,0.9754368351292235f,-0.19515059568876109f,0.078275189025847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9671476959682996f,0.25220216908508153f,-0.03192804553977091f,0.12346102429984492f,0.018967359280742058f,0.19683341782223684f,0.9802534595247965f,2.45479751746841f,0.2535065550732859f,0.9474442841334771f,-0.19515059568876109f,0.16352422772631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9671476959682996f,0.19555022565801433f,-0.1624359671634008f,0.07946222352679176f,0.018967359280742058f,0.6926974207246804f,0.7209788641862466f,2.298940597805357f,0.2535065550732859f,0.6942120659902671f,-0.6736497858445443f,0.007326512878500172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.952028755181195f,-0.17938956462190048f,-0.24791255194707199f,-0.22582791746751607f,-0.22072566999481166f,0.9636851306006133f,0.15030351847052797f,2.3749390310391982f,0.21194675726107753f,0.1978139357174915f,-0.9570518371135756f,0.13099597910975114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.028250872381801947f,-0.24791255194707199f,-0.11457085482950076f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,2.392625576424516f,0.24028225818518253f,0.1622227403262541f,-0.9570518371135756f,0.10495384497113197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9327711675965902f,-0.2616817064442693f,-0.24791255194707199f,-0.09281883128373056f,-0.3038764355139501f,0.9407805080223102f,0.15030351847052797f,2.3898670878151425f,0.19389961536792816f,0.21553357102247322f,-0.9570518371135756f,0.09888603340053959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9679821915632913f,0.03936805054125081f,-0.24791255194707199f,-0.12128814018094454f,0.0017135008115041206f,0.9886384153219765f,0.15030351847052797f,2.397774138734608f,0.2510130290070559f,0.14506633084983195f,-0.9570518371135756f,0.10750244922569463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622232444368892f,-0.11254241179412021f,-0.24791255194707199f,-0.18795242212168425f,-0.15296471684599203f,0.9767346864607631f,0.15030351847052797f,2.5018922515462303f,0.22522926822589562f,0.18254741250414247f,-0.9570518371135756f,0.10847024523822779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622232444368892f,-0.11254241179412021f,-0.24791255194707199f,-0.16263037946800724f,-0.15296471684599203f,0.9767346864607631f,0.15030351847052797f,2.282126947092559f,0.22522926822589562f,0.18254741250414247f,-0.9570518371135756f,0.06739707742479581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968370411979196f,-0.02825087238180195f,-0.24791255194707199f,-0.01935823862658824f,-0.06725460285119353f,0.9863496696054133f,0.15030351847052797f,1.7803325818239797f,0.24028225818518253f,0.16222274032625408f,-0.9570518371135756f,-0.01586948935575802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012921958697572292f,-0.051621969670902004f,-0.9985830938037729f,1.2755943738563258e-17f,-0.23508733397729437f,0.9705165144935755f,-0.05321316095375003f,1.416388888888889f,0.9718883518114959f,0.23544185554513908f,0.00040530309100870326f,-0.10416018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008216349254611744f,-0.367521174884775f,-0.9299788586931644f,0.22926697918816127f,-0.1990972903557659f,0.9107886725556739f,-0.36169636840486163f,0.8162002890091702f,0.979945284481699f,0.1881280945408958f,-0.06568911223706463f,-0.33355469659713866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008216349254611744f,-0.5308421848496617f,-0.847430862306161f,0.026883396214227757f,-0.1990972903557659f,0.8296235042791646f,-0.5216177816376188f,1.1324942500156017f,0.979945284481699f,0.1730069823203573f,-0.09887276414910975f,-0.26759578458750244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03553210582290079f,0.04436211467168423f,-0.9983834294686817f,0.30694330824395233f,0.1445512122889935f,0.9887367518407739f,0.03878894926571154f,1.230825084677259f,0.9888591489598366f,-0.14293928200887238f,-0.041544496352892875f,-0.011973506743309815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03553210582290079f,-0.9918251351475394f,-0.12255762214303638f,-0.015083303880022514f,0.1445512122889935f,0.11624476734259669f,-0.9826454605254368f,1.1551576943982846f,0.9888591489598366f,-0.0526313153458152f,0.139239104289696f,-0.012483660959650741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09417419283964831f,-0.7791451714255759f,-0.6197289917756071f,0.004750551306672137f,-0.03910220126742989f,0.6249100027812952f,-0.7797169398441482f,1.3064175493355679f,0.9947875347324382f,-0.04919644568555206f,-0.08931668641897991f,-0.1186349214221876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09282150122203117f,-0.7341950805496287f,-0.6725635677076276f,0.010103905381794242f,-0.21971684383509085f,0.6437246410195145f,-0.7330368988526045f,1.2692397781099385f,0.9711378261843344f,0.21581512977782935f,-0.10156353830457031f,-0.123525785542273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,-0.7163148287756187f,-0.6977768989468738f,0.004750551306672137f,-0.13052619222005157f,0.6918712616053575f,-0.7101246865932385f,1.3064175493355679f,0.991444626679823f,0.0905937273809121f,-0.09396982913115895f,-0.1186349214221876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0003906635367700918f,-0.05748867681834912f,-0.9983460819874422f,0.011112705069256663f,-0.0436259982346594f,0.9973946857319652f,-0.057450963017723136f,1.3303389515627286f,0.9990478565414324f,0.04357628840676667f,-0.00211835517790646f,-0.11548123072910832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0017498356603273331f,-0.05760729930691363f,-0.9983377870949921f,0.011112705069256663f,-0.21643300306877944f,0.9746978945209478f,-0.0558638487669892f,1.3303389515627286f,0.976295904558547f,0.21597549278331327f,-0.014173681921556054f,-0.11548123072910832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,0.012279736995041202f,-0.9999243684834831f,0.011112705069256663f,-0.13052619222005157f,0.9913690101548889f,0.012263720848504689f,1.3303389515627286f,0.991444626679823f,0.13052468641543838f,0.0009265332469518134f,-0.11548123072910832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.023815097603528866f,-0.41013206595732554f,-0.9117151581495782f,0.012923737562600072f,0.05087497290198903f,0.9102949676880533f,-0.41082211349199266f,1.3290350510209452f,0.9984210425759046f,-0.05616725269569223f,-0.0008133057616764444f,0.07977026095452822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015900786510671838f,-0.39296762136406826f,-0.9194148212574171f,0.0023617622380754516f,-0.257772615807921f,0.8868369862883538f,-0.383501549267447f,1.3707440396954218f,0.9660747608378369f,0.24309793974951013f,-0.08719488609809381f,-0.3055897273239599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,-0.2129690328230789f,-0.9770587114836866f,0.028371756612353048f,-0.13052619222005157f,0.9687190235857436f,-0.21106010160051047f,1.1956344916257244f,0.991444626679823f,0.12738777178946967f,-0.028458879567197105f,-0.12532362248176712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0006821819701313382f,-0.12700234364864757f,-0.991902182342347f,1.2755943738563258e-17f,-0.13052619222005157f,0.983427855156119f,-0.125827528178732f,1.416388888888889f,0.991444626679823f,0.12938337764483612f,-0.01724800907119286f,-0.10416018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17797473136725012f,-0.7327522275057831f,-0.656809841643735f,-0.8791702280962046f,0.26363229018085926f,0.6075607962628502f,-0.7492448828109851f,2.5733259818177143f,0.9480627672094027f,-0.3065029395124372f,0.08504667836832216f,-0.610765395928136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4185351705743748f,-0.7327522275057831f,-0.536565451811419f,-0.9076940710370585f,-0.047226610034454455f,0.6075607962628502f,-0.792867912170183f,2.5836740441246646f,0.9069718619102426f,-0.3065029395124372f,-0.28889096519846846f,-0.5220615601013975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30425432470244074f,-0.7327522275057831f,-0.6086899695125384f,-0.8021286541397508f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.69648493296785f,0.9461742488185441f,-0.3065029395124372f,-0.10397229892090908f,-0.5508176331766304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7979909130609472f,-0.007786121507138063f,0.6026191823897016f,0.7649305629252012f,0.07873518878897004f,0.9926934750931878f,-0.0914354119243503f,1.8395601412724611f,-0.5975042030969503f,0.12041196294092399f,0.7927734143260559f,-0.3863410521762318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7979909130609472f,-0.007786121507138063f,0.6026191823897016f,0.6901189148257374f,0.07873518878897004f,0.9926934750931878f,-0.0914354119243503f,1.8321787173234951f,-0.5975042030969503f,0.12041196294092399f,0.7927734143260559f,-0.3303250331358927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7979909130609472f,-0.007786121507138063f,0.6026191823897016f,0.6371318615170141f,0.07873518878897004f,0.9926934750931878f,-0.0914354119243503f,1.8495847410866306f,-0.5975042030969503f,0.12041196294092399f,0.7927734143260559f,-0.47724905480497065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0659093283302161e-8f,-1.4032962527637648e-9f,-0.000015624996301263242f,0.6874799939859813f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5801481150801115f,0.000015491322291872238f,0.0000020394712706562814f,-1.0751070179063945e-8f,-0.07484805427003047f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..5f9676e3c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4361103345362439f,-0.09328591744340503f,-0.6841417675905134f,-0.11256020590466392f,-0.12413704724714424f,0.806587079045112f,-0.03084998967064758f,1.1508685428342453f,0.6792217708936384f,0.08751837503439497f,-0.444907590876907f,-0.30623907102519643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.42966111386767797f,0.07906016317980524f,-0.6701796907009111f,-0.11256020590466392f,0.19002106259489857f,0.7765170463758826f,-0.030220398044716f,1.1508685428342453f,0.6475209054542502f,-0.17541598355240606f,-0.4358278441243171f,-0.30623907102519643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8057418958880416f,0.12568613683338212f,0.043902581508259514f,-0.18102156140806527f,0.12413704724714424f,0.806587079045112f,-0.03084998967064758f,1.1508685428342453f,-0.048108576740008645f,-0.02376390897598978f,-0.8149020100102072f,-0.2714467956728569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7763328473553391f,-0.1883022612029543f,0.04300661045707055f,-0.18102156140806527f,-0.19002106259489857f,0.7765170463758826f,-0.030220398044716f,1.1508685428342453f,-0.03463099605061148f,-0.039541561849904365f,-0.7982713567446929f,-0.2714467956728569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.11193042603478212f,1.1070936193180103f,1.0969145581097097f,-0.5143850127901348f,1.5568075854419796f,-0.13044739597844898f,-0.027200529273426106f,0.8440463999128174f,0.0723047138019711f,1.0948668617452029f,-1.1124049772516413f,0.2846143406286578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3785450737171032f,-0.6985800927444533f,-0.6071980576267219f,-0.4450529024019535f,-0.8595960750686463f,0.5085959977431886f,-0.049241230754202975f,1.0688396595493148f,0.34321744549351096f,0.5033050417994651f,-0.7930232153021419f,0.20100024063389904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49651653044841704f,-0.6985800927444533f,-0.5152253769105487f,-0.2672651808042445f,-0.8510496659726464f,0.5085959977431886f,0.13055488166842844f,1.3854202762162657f,0.17083852328825916f,0.5033050417994651f,-0.8470526747847064f,0.13282106755301124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3191950401338169f,0.946602185526836f,0.04537431773358813f,0.4641585838655401f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2183797553991904f,-0.8746268520315155f,0.31268353634509644f,-0.370481950713076f,0.07107966150866266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.539558187024844f,0.8258072723503501f,0.16407105700804764f,0.26483866107534343f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3854202762162657f,-0.6704758288607834f,-0.30356590372111825f,-0.67698589720276f,-0.13759577194109732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.913301208592128f,0.012498039334438743f,-0.4070929886364454f,-0.04803324044970897f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0622560523348088f,0.28207541259470337f,-0.7015958551483252f,-0.6543674179298797f,0.3222311447286443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9015964019644555f,0.020638061716153358f,-0.4320856377772216f,-0.04686413911403784f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.236481856220946f,0.3996208638030995f,-0.3426735760875253f,-0.8502223153179711f,0.25266595974149597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.2434259467234688f,-0.3821021976679996f,0.23825852122859958f,0f,0.8433914458128857f,-0.5372996083468239f,1.049432935845381f,0.4530543907754698f,-0.4789934003631294f,-0.751869032084468f,0.12394404068544489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.019761954968801565f,-0.4526231833840851f,0.23172425977579877f,0f,0.9990482215818578f,-0.04361938736533605f,1.236481856220946f,0.4530543907754698f,-0.0388859369173265f,-0.890634382285531f,0.11108646262416162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,0.30255446226988747f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.9186283093262924f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.009664022046614852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,0.3213205180643127f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.7973811886375766f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.11342954317293362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,-0.276732997530014f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.927222416875618f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,0.08784715799961461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,-0.3319185323483421f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.8070724162995822f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.0034701273761216962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9704735965733804f,0.1757653083162758f,-0.1651894510748561f,0.20413242428975997f,0.17071145001256766f,0.9843191561069214f,0.04442296428160398f,2.0276970191204544f,0.170407157093047f,0.01491158319705025f,-0.9852609022477361f,-0.010447126472262112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9860212081700451f,0.02178582778946961f,-0.1651894510748561f,0.0907771037523908f,0.014628268169065012f,0.9989057082702099f,0.04442296428160398f,2.039448331523154f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,0.00908793400075554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9514616955488531f,0.25967881537947907f,-0.1651894510748561f,0.06865875046401769f,0.2558509085573208f,0.9656950413224814f,0.04442296428160398f,2.0354601175829354f,0.17105833652206304f,0.0000028777750940463254f,-0.9852609022477361f,0.012616492116723731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9851390125883857f,-0.04704860391093811f,-0.1651894510748561f,0.09757717048165993f,-0.05508750536878841f,0.9974928405741463f,0.04442296428160398f,2.0450245606529256f,0.16268525633450726f,0.05286266994158184f,-0.9852609022477361f,0.008199248921681623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9803703397826524f,0.107640336900413f,-0.1651894510748561f,0.15167485031727557f,0.10163297213145249f,0.9938296328949761f,0.04442296428160398f,2.1501900472969964f,0.16895187436123374f,0.02676226170940796f,-0.9852609022477361f,-0.027846638313465896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9803703397826524f,0.107640336900413f,-0.1651894510748561f,0.12745577451468268f,0.10163297213145249f,0.9938296328949761f,0.04442296428160398f,1.926578379895627f,0.16895187436123374f,0.02676226170940796f,-0.9852609022477361f,-0.033868147198082676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9772897052047889f,-0.13273009212053044f,-0.1651894510748561f,-0.18088573289345714f,-0.1418151101851987f,0.988895886717907f,0.04442296428160398f,2.033409014771834f,0.1574589045557498f,0.06684046587270485f,-0.9852609022477361f,0.05436279511507647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469622f,-0.1651894510748561f,-0.0670913241055413f,0.014628268169065012f,0.9989057082702099f,0.04442296428160398f,2.041790412686317f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,0.035661850684171076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9620026330609258f,-0.21740142418446468f,-0.1651894510748561f,-0.045161186643782394f,-0.22746341638279488f,0.9727728380520825f,0.04442296428160398f,2.0371487106367185f,0.15103419543703708f,0.08030956549915982f,-0.9852609022477361f,0.03177574749574221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9820996075400054f,0.0905141211267908f,-0.1651894510748561f,-0.07364383875812239f,0.08427277425482714f,0.9954520077652317f,0.04442296428160398f,2.047564736075709f,0.1684590763038982f,0.029706802467016805f,-0.9852609022477361f,0.03702079921977488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.98416785978738f,-0.06423448462559411f,-0.1651894510748561f,-0.1335022865685872f,-0.07248776574687889f,0.9963795080497497f,0.04442296428160398f,2.1544208362490864f,0.1617378977808033f,0.05569386791580712f,-0.9852609022477361f,0.020157092251582187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.98416785978738f,-0.06423448462559411f,-0.1651894510748561f,-0.11904952752782855f,-0.07248776574687889f,0.9963795080497497f,0.04442296428160398f,1.930235446937893f,0.1617378977808033f,0.05569386791580712f,-0.9852609022477361f,0.007625971970525603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.986021208170045f,0.021785827789469615f,-0.1651894510748561f,-0.0017999429025868522f,0.014628268169064996f,0.9989057082702097f,0.04442296428160398f,1.4150795202944773f,0.1659764766744331f,0.041385549322418294f,-0.9852609022477361f,-0.0035417784462761677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.019761954968801565f,-0.4526231833840851f,0.005610790210713735f,0f,0.9990482215818578f,-0.04361938736533605f,1.0404364372012807f,0.4530543907754698f,-0.0388859369173265f,-0.890634382285531f,0.01104044789772127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8612259543285712f,-0.42406360851497304f,-0.28010696443341304f,0.28435994664549125f,-0.1205904774487396f,0.7059220644839663f,-0.6979484047000755f,0.851809234168158f,0.49370820566355444f,-0.5673130483321838f,-0.6590964366862551f,0.2792213923379286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8612259543285712f,-0.4700301345001511f,0.19329130413086743f,0.15125285849761375f,-0.1205904774487396f,-0.1804725088678553f,-0.9761596233668073f,0.7481827284312066f,0.49370820566355444f,-0.8640030938629281f,0.09874645034512164f,0.021717775094320293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9080457459302226f,-0.12930359443206169f,-0.3984137344080576f,0.05951221046653481f,0.16042999720436046f,0.7712708654030151f,-0.6159573590578271f,0.7742752793126809f,0.38693040626840675f,-0.6232349738641381f,-0.6796050529958797f,0.4366519796944984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9080457459302226f,-0.38348758243809083f,-0.16849390912971848f,-0.07994704946703567f,0.16042999720436046f,0.0531755083943774f,-0.9856138094121898f,0.7520333902579677f,0.38693040626840675f,-0.9220139041374525f,0.013237117593258685f,0.1185918853709239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9263946100804384f,-0.20675006956207448f,-0.3147180248253816f,0.015221617737674893f,0.09067111198979887f,0.6887154718018775f,-0.7193398003386511f,0.9348141922288229f,0.3654747267109526f,-0.6949283471242157f,-0.6192760422451041f,0.029951837662889894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.841317623632751f,-0.47899715477628163f,-0.2504922790849401f,0.017725550619132474f,-0.09067111198979887f,0.5819001895165603f,-0.8081899027401446f,0.897494242171015f,0.5328821686034109f,-0.657231994927832f,-0.5329940892990354f,0.034878869235793225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.32590005500297564f,-0.3147180248253816f,0.015221617737674893f,0f,0.6946583704589973f,-0.7193398003386511f,0.9348141922288229f,0.4530543907754698f,-0.6412791143490546f,-0.6192760422451041f,0.029951837662889894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8999642719417645f,-0.058019811127619586f,-0.43208565209347666f,0.015170435814627735f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9597855409052624f,0.42796618725903257f,-0.30654026026529646f,-0.8502223305697462f,0.029851126117192046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8762167579713463f,-0.2134155156148169f,-0.43208565209347666f,0.015170435814627735f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9597855409052624f,0.47469457681638505f,-0.22756767639904876f,-0.8502223305697462f,0.029851126117192046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.136236082797059f,-0.43208565209347666f,0.015170435814627735f,0f,0.9537169507482269f,-0.30070579950427306f,0.9597855409052624f,0.4530543907754698f,-0.2680740711065077f,-0.8502223305697462f,0.029851126117192046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9064862793846182f,-0.08820054195916208f,-0.4129204398979806f,-0.15746894229317426f,0.1205904774487396f,0.8831269718536094f,-0.45337036552178733f,0.9721699042950753f,0.404648689650809f,-0.46076828882073045f,-0.78990633747369f,0.1177985148361326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8612259543285712f,-0.35338536451469693f,-0.3652514746550058f,0.1822129625840798f,-0.12059047744873963f,0.8402525761555553f,-0.5286147415771129f,0.9722147298367746f,0.4937082056635545f,-0.41121088556939667f,-0.7662622366068328f,-0.06910928274182673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.2091972366606163f,-0.40186415263680103f,0.03177408148296423f,0f,0.8870108331782217f,-0.46174861323503386f,0.8341956669545093f,0.4530543907754698f,-0.4116409819224016f,-0.7907549690017944f,0.0797664701914774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8914828764474771f,-0.17337640931003143f,-0.4185676787518268f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.040625f,0.4530543907754698f,-0.34115572705362374f,-0.8236227831341124f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8824540017185534f,-0.12174814177077896f,-0.45437025081564597f,0.12734310000631222f,0f,0.9659258262890683f,-0.2588190451025207f,1.11875f,0.4703986977563933f,0.22839590207169425f,0.8523851107720886f,0.34440807046642496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8824540017185534f,-0.12174814177077896f,-0.45437025081564597f,0.2100731626674266f,0f,0.9659258262890683f,-0.2588190451025207f,1.11875f,0.4703986977563933f,0.22839590207169425f,0.8523851107720886f,0.3885079483810868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8824540017185534f,-0.12174814177077896f,-0.45437025081564597f,0.23686366895921632f,0f,0.9659258262890683f,-0.2588190451025207f,1.157572856765378f,0.4703986977563933f,0.22839590207169425f,0.8523851107720886f,0.2386002428079426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.04452675722590252f,-0.4427897632362956f,-0.8955191753748719f,0.205173860828473f,-0.35882753709646426f,0.8294993993759021f,-0.4279877861064531f,1.9021701267079976f,0.9323412285811621f,0.3403938483700355f,-0.12195024181856376f,-0.7917878689203767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4049176800092622f,-0.4427897632362956f,-0.7999868111344473f,0.18363548770401472f,-0.15372695119317453f,0.8294993993759021f,-0.5369346058058363f,1.9267328732920024f,0.9013377263228073f,0.3403938483700355f,0.2678102520425034f,-0.8796618267429397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.22974264666088828f,-0.4427897632362956f,-0.8666922994225777f,0.32440851917963054f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9884374499109647f,0.9373222167740046f,0.3403938483700355f,0.07455930480968087f,-0.8469087435531103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013929419944491831f,0f,-0.000007078974855866716f,0.3050406159973758f,0f,0.000015625f,0f,1.2067474999999999f,0.000007078974855866716f,0f,-0.000013929419944491831f,0.6161643976230625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7.mcfunction new file mode 100644 index 000000000..fff60adbf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70.mcfunction new file mode 100644 index 000000000..1eb0f611a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..b238201c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6290042511770236f,0.06808547991577889f,-0.5163937101382182f,-0.31142840717243536f,-0.22690208125623404f,0.76461432586184f,-0.1755699936004944f,1.525684062110653f,0.46884276891860605f,0.2787000978757029f,0.6078298758051076f,-0.13144360799160715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5947879235984672f,-0.174178015794867f,-0.5058550629925403f,-0.31142840717243536f,0.08128167761581778f,0.7770545565987798f,-0.1719869325066068f,1.525684062110653f,0.5287916554044534f,0.07647375290148192f,0.5954251844621463f,-0.13144360799160715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160997608403007f,0.06581007009712299f,-0.5320099283009485f,-0.30991269165699964f,-0.017169853002693046f,0.8076507931053916f,0.11979080510849835f,1.497016241221525f,0.535789814465369f,0.10155626772626139f,-0.607914503565363f,-0.013443039645719052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.58225604819697f,-0.1713997659054487f,-0.521152582825419f,-0.30991269165699964f,-0.3183060768228968f,0.7245075123784208f,0.11734609480016166f,1.497016241221525f,0.44683233521720866f,0.29276438436871005f,-0.5955080851252537f,-0.013443039645719052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0828512089625053f,0.005193396798323142f,1.560293227506659f,-0.0023089139192324815f,1.5570867718318657f,-0.09997878100982933f,0.08301372376907189f,1.485994922626993f,0.10011349639119826f,1.5592894285466965f,0.00012594778990016172f,0.7683366598058143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0033237739509263797f,-0.9985876656042617f,0.053024773736003165f,-0.0024530085951552233f,-0.06398641984629103f,-0.05312878321220576f,-0.996535533972394f,1.4983832888548905f,0.9979452342698858f,-0.00008060658553653243f,-0.06407263769036711f,0.5755775010330003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.9985876656042617f,0.051642040987378846f,-0.008459515398367857f,-0.2360609018067692f,-0.05312878321220576f,-0.9702847948064348f,1.5647271433916854f,0.9716581070173221f,-0.00008060658553653243f,-0.2363906016957793f,0.24378503130798745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9766829470480416f,-0.0274323392412082f,-0.21292695392858918f,0.2512241989741014f,0.16845837047172219f,0.5169055484311371f,-0.8393035395011255f,1.5175409753132438f,0.1330871833181706f,-0.8556027821161294f,-0.5002316272204058f,-0.4806401633034084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7509971174408716f,-0.0274323392412082f,-0.6597353987465407f,0.009539763081811616f,0.5542394409041047f,0.5169055484311371f,-0.6524011773038203f,1.6978577937865955f,0.3589177785256777f,-0.8556027821161294f,-0.3729904924972378f,-0.3383875480442363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.5800952172422128f,-0.8144530466681433f,0.2557427481213143f,-0.2360609018067692f,0.7897838215301967f,-0.5661420015219975f,1.390658856081795f,0.9716581070173221f,0.19932650145394232f,-0.12708056061272996f,0.051767173934372496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.3083358871748384f,-0.9511956722853696f,0.19198479632424856f,-0.2360609018067692f,0.9234724012206826f,-0.3024466478932796f,1.56191963976134f,0.9716581070173221f,0.22831492475046808f,-0.06126024978485068f,0.09419334576392994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.5440171522004783f,-0.8389812658254013f,0.2040085601423492f,-0.2360609018067692f,0.813726889602041f,-0.5311532733371439f,1.4540923274448252f,0.9716581070173221f,0.20467996299166538f,-0.11826510819867664f,-0.25377254670578225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.05164204098737907f,-0.9985876656042617f,0.188084504547189f,-0.2360609018067692f,0.9702847948064348f,-0.053128783212205974f,1.6356886715759553f,0.9716581070173221f,0.2363906016957793f,-0.00008060658553658492f,-0.20944981267898324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,0.25615533783447025f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.288940158000111f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,0.02030231303235335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,0.2728013499233694f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.182377194227521f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,-0.0988092209748031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,-0.3128267351318698f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.249335118953005f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,0.16118201889875533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,-0.3688167323578225f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,2.13771619274887f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,0.060055128193692714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951275683986025f,0.26230445792798845f,-0.16208314041881416f,0.16485747715065652f,0.06702044965975862f,0.6889889930591441f,0.7216664234746899f,2.3406714531034063f,0.30096981972338127f,0.6756408356474991f,-0.672998238349273f,0.09205870308948913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805973593182944f,0.1102627520514685f,-0.16208314041881416f,0.05301851853897347f,-0.04158630783742761f,0.6909907034321809f,0.7216664234746899f,2.342844711536264f,0.19157086912795307f,0.7144046285406725f,-0.672998238349273f,0.12132412482638319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9159558546402333f,0.4000201625587948f,-0.0317606973587761f,0.01968056890445473f,0.04920418810869927f,0.1905120734567397f,0.9804509665147858f,2.3913088064114936f,0.39825095131442445f,0.8964870436395888f,-0.19418331638816633f,0.07674900443414295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947388125175871f,0.09739585706992729f,-0.0317606973587761f,0.050032242248622044f,-0.012075504601949956f,0.19639267921394304f,0.9804509665147858f,2.3932284732886338f,0.10172943064673931f,0.9756761566097555f,-0.19418331638816633f,0.08147726302370503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9672558582632045f,0.2518081864411809f,-0.0317606973587761f,0.12343269648278841f,0.018795748608501944f,0.19586378454034947f,0.9804509665147858f,2.4443797483530973f,0.2531063501569217f,0.9477499750180611f,-0.19418331638816633f,0.16680934906844938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9672558582632045f,0.19530786017845586f,-0.16208314041881416f,0.07948842794263591f,0.018795748608501944f,0.6919857607375282f,0.7216664234746899f,2.2886829521871537f,0.2531063501569217f,0.6949896018567597f,-0.672998238349273f,0.01043668865067867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9521391492516876f,-0.1793938941188103f,-0.2474850929150317f,-0.22584885847761788f,-0.22085685324567422f,0.9635019139287231f,0.1512822270794099f,2.3645835004324f,0.21131325286571942f,0.1987005098347171f,-0.9570082635770354f,0.13404986439595434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9684801241980256f,-0.02823787913805928f,-0.2474850929150317f,-0.11457902769847338f,-0.06741283242060546f,0.9861892302164555f,0.1512822270794099f,2.3822866546834325f,0.23979524402791827f,0.16319750116609974f,-0.9570082635770354f,0.10807365002694559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.932880764243797f,-0.261695640943345f,-0.2474850929150317f,-0.09282460969437675f,-0.3039911511878155f,0.940586555171506f,0.1512822270794099f,2.379532393413674f,0.19319125162236694f,0.21636155791140743f,-0.9570082635770354f,0.10201250597974262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9680907301658038f,0.039388665271616954f,-0.2474850929150317f,-0.12129698208376662f,0.0015444649953473555f,0.9884894042921109f,0.1512822270794099f,2.387433234095223f,0.25059519707073297f,0.14607268961153724f,-0.9570082635770354f,0.11062449483509325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9623336716034121f,-0.11253903004351332f,-0.2474850929150317f,-0.1879528848666609f,-0.15310836109001094f,0.9765610669764716f,0.1512822270794099f,2.4915559841517085f,0.22465915129953523f,0.18347601800409918f,-0.9570082635770354f,0.11166760370858048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9623336716034121f,-0.11253903004351332f,-0.2474850929150317f,-0.16263160310687044f,-0.15310836109001094f,0.9765610669764716f,0.1512822270794099f,2.2718297440820026f,0.22465915129953523f,0.18347601800409918f,-0.9570082635770354f,0.07038549965765822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9684801241980255f,-0.028237879138059276f,-0.2474850929150317f,-0.019365765370267136f,-0.06741283242060547f,0.9861892302164555f,0.1512822270794099f,1.770106798052413f,0.23979524402791824f,0.16319750116609977f,-0.9570082635770354f,-0.013321116956675358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.012480933686590576f,-0.05164204098737907f,-0.9985876656042617f,1.2487428588527989e-17f,-0.2360609018067692f,0.9702847948064348f,-0.053128783212205974f,1.40625f,0.9716581070173221f,0.2363906016957793f,-0.00008060658553658492f,-0.1019675925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007870881599393116f,-0.3566408251351836f,-0.9342084195027061f,0.22373742086149473f,-0.19912192006395335f,0.9149688417271362f,-0.35097361669867333f,0.8036022571060715f,0.979943115784224f,0.18878384601283607f,-0.06381339445374222f,-0.3317602439551478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007870881599393116f,-0.5209148037990915f,-0.8535723849831381f,0.02513865191309111f,-0.19912192006395335f,0.8356877424233516f,-0.511836358725527f,1.1222082089049743f,0.979943115784224f,0.17399357558920356f,-0.0971479566475343f,-0.26542519326176395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.033844571871634206f,0.05441606833127004f,-0.997944605908661f,0.3062886241475001f,0.144155981366274f,0.988340890072555f,0.04900344933692191f,1.2174860405777592f,0.9889760350944568f,-0.14220118325090111f,-0.04129437602012399f,-0.009783159079857853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.033844571871634206f,-0.9905988402214834f,-0.13254615311912377f,-0.01649326551359854f,0.144155981366274f,0.1263967205626369f,-0.981449398628038f,1.145108152808589f,0.9889760350944568f,-0.05232405548945053f,0.13852290505899975f,-0.010279338365807203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09277455263273544f,-0.7700914842249726f,-0.6311513196595365f,0.004114096810357495f,-0.037755412722482715f,0.6361501484140482f,-0.7706409783309862f,1.2962535353375704f,0.9949710604806307f,-0.04766649344102537f,-0.08809366724734469f,-0.1164463086683315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09153400066154348f,-0.7243519118898506f,-0.6833270333189013f,0.008917836531554302f,-0.221063632380038f,0.6543042991514383f,-0.7231989730018211f,1.2590021214469294f,0.9709543743976007f,0.21725605136212783f,-0.10023677461241713f,-0.12134752003279563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,-0.7060213362524079f,-0.7081902861135321f,0.004114096810357495f,-0.13052619222005157f,0.7021894094195269f,-0.6999235289969828f,1.2962535353375704f,0.9914446639796576f,0.09199948943021641f,-0.0925935862295193f,-0.1164463086683315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.000946982220047782f,-0.051786654572015874f,-0.9986577219612902f,0.010614577047937722f,-0.04363354093517244f,0.997704910535462f,-0.05177862106009096f,1.3201383904366555f,0.9990471547079915f,0.043624006024946545f,-0.0013148263010322478f,-0.11329770523561122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0021934774559969f,-0.05189544312374477f,-0.9986501147246918f,0.010614577047937722f,-0.2164254603682664f,0.9750081193244445f,-0.05019150680935702f,1.3201383904366555f,0.9762966807077826f,0.2160232168874447f,-0.013370153498223753f,-0.11329770523561122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,0.018016366891262958f,-0.9998374963529031f,0.010614577047937722f,-0.13052619222005157f,0.9912824673721043f,0.01794388545457888f,1.3201383904366555f,0.9914446639796576f,0.13051620744073247f,0.001731433380646876f,-0.11329770523561122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022722043846620892f,-0.4015080098039643f,-0.9155736053353069f,0.012575334777074424f,0.0510034171597209f,0.9141519371220453f,-0.4021503292228461f,1.3188230448517975f,0.9984399632233597f,-0.05583505994688083f,-0.0002931198807596472f,0.08195226350989213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015213784861188785f,-0.3830326299731736f,-0.9236095198329386f,0.0019402889768367366f,-0.2578646140054678f,0.89096693619034f,-0.3737429055639849f,1.3605936858790022f,0.9660612721737729f,0.24385225648214223f,-0.08521558199389925f,-0.3033990372197191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,-0.20735989040208136f,-0.9782645268237211f,0.027100192954713324f,-0.13052619222005157f,0.9699124579058582f,-0.20550605135506594f,1.185338118274026f,0.9914446639796576f,0.12756057326405235f,-0.02767270161748315f,-0.12315418308295982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0006256283226245f,-0.12130945197643109f,-0.9926145402170875f,1.2487428588527989e-17f,-0.13052619222005157f,0.9841326807239384f,-0.12019059811669486f,1.40625f,0.9914446639796576f,0.1294870016344987f,-0.01644976212506603f,-0.1019675925925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17801299437869947f,-0.7327697097498709f,-0.656779967953819f,-0.8791991325613777f,0.26352694676635724f,0.6075607962628502f,-0.7492819410425244f,2.5632869259183386f,0.9480848707580617f,-0.3064611416110397f,0.08495084768339625f,-0.6085095099231366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4184079893222744f,-0.7327697097498709f,-0.536640761538277f,-0.907717915641864f,-0.04711513553682367f,0.6075607962628502f,-0.7928745442046921f,2.573634988225289f,0.9070363380122309f,-0.3064611416110397f,-0.28873283534752325f,-0.5198040471933834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3042003528585205f,-0.7327697097498709f,-0.6086958992747051f,-0.8021541392104151f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6864458770684743f,0.9461916024507014f,-0.3064611416110397f,-0.10393757806602953f,-0.5485661418483555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9968930728199789f,-0.0011358494168286245f,0.07875856277029879f,0.6956537293938524f,0.01036252390111931f,0.9930964347179229f,-0.11684215612932332f,1.8223653388904029f,-0.07808213279579099f,0.11729527354779781f,0.9900227266792455f,-0.3302547529406796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9968930728199789f,-0.0011358494168286245f,0.07875856277029879f,0.6021950038169793f,0.01036252390111931f,0.9930964347179229f,-0.11684215612932332f,1.821393852274673f,-0.07808213279579099f,0.11729527354779781f,0.9900227266792455f,-0.32293455299107415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9968930728199789f,-0.0011358494168286245f,0.07875856277029879f,0.637110582189871f,0.01036252390111931f,0.9930964347179229f,-0.11684215612932332f,1.8394059190019365f,-0.07808213279579099f,0.11729527354779781f,0.9900227266792455f,-0.4750980619677637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-9.775442541007812e-9f,-1.2869614255457575e-9f,-0.000015624996889102203f,0.6874816648801158f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.00001549132287468215f,0.000002039471347384662f,-9.859794449347717e-9f,-0.07269467672456999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71.mcfunction new file mode 100644 index 000000000..b309c366b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..61ed497f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6312534592183535f,0.0684615074441111f,-0.5135917996500596f,-0.31109158066147913f,-0.2265747251329679f,0.7644794223558161f,-0.17657732348714025f,1.5145995131319514f,0.4659693215225946f,0.2789779189065723f,0.6099084821567703f,-0.12965209479410597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5969644755451942f,-0.17468087017815417f,-0.5031103343510789f,-0.31109158066147913f,0.08152737128315285f,0.7768097484163111f,-0.17297370464046394f,1.5145995131319514f,0.5262952618718038f,0.07780236731096533f,0.59746137027602f,-0.12965209479410597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6189392863258322f,0.0662901865180508f,-0.5286437509876724f,-0.30962756597123453f,-0.017061153909417853f,0.8074390012996128f,0.12122549505779501f,1.4856339862466403f,0.5325105832884387f,0.10291897199316731f,-0.6105608964993754f,-0.01094422368364667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5850058722733998f,-0.17202971166013298f,-0.5178551030083322f,-0.30962756597123453f,-0.3181283062929425f,0.7243565839483117f,0.11875150536273797f,1.4856339862466403f,0.4433537077106974f,0.2927683685046322f,-0.5981004700402045f,-0.01094422368364667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08275360455627923f,0.0044166723895753225f,1.5603007991851914f,-0.002729651209638824f,1.5569935991735124f,-0.1015404847066457f,0.08286562675953912f,1.4738736960376169f,0.10163180144843816f,1.5591909033118885f,0.0009767107056969655f,0.7706074243334999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.002826670329327775f,-0.9985925114785225f,0.052962306916018484f,-0.002777724641105323f,-0.0649859102122535f,-0.05303400112610479f,-0.996475903471048f,1.4864550726548729f,0.9978821781196087f,-0.0006250948516464867f,-0.06504435292700064f,0.5778607192430238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.9985925114785225f,0.05166684431675414f,-0.0086147051858621f,-0.23703485294033794f,-0.05303400112610479f,-0.9700525105457481f,1.5531316752825053f,0.9714272722516015f,-0.0006250948516464867f,-0.23733660480894977f,0.24613193175969894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9748517351780213f,-0.02696255897613698f,-0.22121734749756744f,0.24943778789470433f,0.1756810823391683f,0.5177645729121f,-0.8372908720064308f,1.5048286265438022f,0.1371140099644801f,-0.8550981624647602f,-0.5000068807735065f,-0.4792503439825074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7453762408935352f,-0.02696255897613698f,-0.6660985512106157f,0.009683602476326306f,0.5595808064785776f,0.5177645729121f,-0.6471392184514362f,1.6868434608730558f,0.362330761228201f,-0.8550981624647602f,-0.370841680528475f,-0.33589812466426855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.5801187398443779f,-0.8144438068178833f,0.255665595821026f,-0.23703485294033794f,0.7896388413494769f,-0.5659372568790715f,1.3792306881677463f,0.9714272722516015f,0.19983179905517234f,-0.128048064460914f,0.05406988078008171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.30836109955580876f,-0.9511939334664448f,0.19190292757014663f,-0.23703485294033794f,0.9232725632632625f,-0.3022949758379018f,1.550454950180621f,0.9714272722516015f,0.22908776965612523f,-0.06203102868561244f,0.09663614366132012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.544041055450946f,-0.838973060810927f,0.2040877469086117f,-0.23703485294033794f,0.8135731165744375f,-0.5309550475124135f,1.442974958504187f,0.9714272722516015f,0.2052269815866752f,-0.11920965042577564f,-0.2514315854761606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.05166684431675436f,-0.9985925114785225f,0.1881590104024795f,-0.23703485294033794f,0.9700525105457481f,-0.053034001126105006f,1.6245283417244767f,0.9714272722516015f,0.23733660480894977f,-0.0006250948516465394f,-0.20693487891730533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,0.2561783907595547f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.2775430013171807f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,0.02350470184419419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,0.2728729625245113f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.171097775464629f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,-0.09570527117309983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,-0.3128766701665972f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.237850868670812f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,0.1640647325795243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,-0.3688274253283833f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,2.1263385620548942f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,0.06279859327312351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9514173445435558f,0.26203693858485383f,-0.16168388701032327f,0.16485011077050327f,0.06680925415912531f,0.6882872804260788f,0.7223552748906692f,2.32921107890189f,0.30056872768202414f,0.6764593575528027f,-0.6723549490550801f,0.09526792923454387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9806954265539585f,0.10997636572183613f,-0.16168388701032327f,0.05299697025844712f,-0.04168513113062372f,0.6902645917908935f,0.7223552748906692f,2.331365637067606f,0.1910466701588193f,0.7151503284641411f,-0.6723549490550801f,0.12448048581045457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9161470700244608f,0.3995969378427472f,-0.03157266780454629f,0.019685530233403123f,0.048892248812621164f,0.18957643075467856f,0.9806479107755045f,2.379877499656191f,0.39784933591956795f,0.8968740514526091f,-0.19321708449136288f,0.0799375190532235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947898855250742f,0.09693425764256078f,-0.03157266780454629f,0.050035054144089666f,-0.012083047006573765f,0.19540643558152226f,0.9806479107755045f,2.3817895537289018f,0.10122787971723743f,0.9759201169299724f,-0.19321708449136288f,0.08468262944368767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9673785125367016f,0.25136025964734987f,-0.03157266780454629f,0.12339833337512296f,0.018634016568357878f,0.19489086309565373f,0.9806479107755045f,2.4328484039141935f,0.2526491379538222f,0.9480693916332543f,-0.19321708449136288f,0.1701019926435815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9673785125367016f,0.19503111075803364f,-0.16168388701032327f,0.07951633345456546f,0.018634016568357878f,0.6912710251877742f,0.7223552748906692f,2.277312423246945f,0.2526491379538222f,0.6957781511173888f,-0.6723549490550801f,0.013551908642169253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9522638429140059f,-0.1794007746281257f,-0.2469998695171292f,-0.2258745835191443f,-0.22097805130584036f,0.9633194828171342f,0.1522638330858731f,2.3531181121040086f,0.2106235369556872f,0.19957689266986212f,-0.9569779462414582f,0.1370907862763304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9686043590232373f,-0.028225168550528812f,-0.2469998695171292f,-0.11459031466071548f,-0.0675610768448824f,0.9860280046882836f,0.1522638330858731f,2.3708367171594684f,0.23925111614524283f,0.1641709896136858f,-0.9569779462414582f,0.1111870574996932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933004383733184f,-0.26171336303900045f,-0.2469998695171292f,-0.09283317659336464f,-0.30409598813374117f,0.9403942551584209f,0.1522638330858731f,2.3680864635921792f,0.19242777849267495f,0.21717449314285378f,-0.9569779462414582f,0.10513386219193656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.96821377571546f,0.03941001108011803f,-0.2469998695171292f,-0.1213090380174678f,0.001385335162714385f,0.988338912509512f,0.1522638330858731f,2.375981376815333f,0.2501203017775662f,0.1470817631325537f,-0.9569779462414582f,0.113739748918715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9624585414783033f,-0.11253719560207229f,-0.2469998695171292f,-0.18795562531171006f,-0.15324198966883956f,0.9763875346072035f,0.1522638330858731f,2.480109349322345f,0.22403224887902445f,0.18439837816447371f,-0.9569779462414582f,0.11485432276548649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9624585414783033f,-0.11253719560207229f,-0.2469998695171292f,-0.16263475630124383f,-0.15324198966883956f,0.9763875346072035f,0.1522638330858731f,2.2604221540357243f,0.22403224887902445f,0.18439837816447371f,-0.9569779462414582f,0.07336468767847996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9686043590232372f,-0.02822516855052882f,-0.2469998695171292f,-0.019375066618782872f,-0.06756107684488241f,0.9860280046882834f,0.1522638330858731f,1.7587696914546556f,0.23925111614524283f,0.16417098961368584f,-0.9569779462414582f,-0.01077377319664384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011980534936534835f,-0.05166684431675436f,-0.9985925114785225f,1.2218913438492716e-17f,-0.23703485294033794f,0.9700525105457481f,-0.053034001126105006f,1.395f,0.9714272722516015f,0.23733660480894977f,-0.0006250948516465394f,-0.099775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007495068112487948f,-0.3448359977707751f,-0.9386330265846303f,0.2177325740367574f,-0.19914495671794447f,0.9193422853849025f,-0.33933913496246304f,0.7897564599640003f,0.9799413809855145f,0.18946740338300577f,-0.06178181680320002f,-0.32998709543710775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007495068112487948f,-0.5101139699567624f,-0.8600741605285794f,0.02325162299074173f,-0.19914495671794447f,0.8421081682558318f,-0.5011936942646184f,1.1108101991115362f,0.9799413809855145f,0.1750359123487491f,-0.09527496638909834f,-0.26325465385414715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03203332720826981f,0.06537780982451703f,-0.9973462828579236f,0.305549821351237f,0.14376255029956755f,0.9877835240376961f,0.060133507888984514f,1.202746118336991f,0.9890936230101437f,-0.14145476882106003f,-0.041040873509810026f,-0.007590863556730654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03203332720826981f,-0.9891423132758687f,-0.1434271593361294f,-0.018017349084564406f,0.14376255029956755f,0.1374487384235683f,-0.9800204964372602f,1.1339638012400735f,0.9890936230101437f,-0.052012771441570134f,0.1377986811534666f,-0.008072730704561548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09120715916887934f,-0.7598856477697673f,-0.643626488291046f,0.003425825118039772f,-0.036288728692225075f,0.6484272780685842f,-0.7604112000927319f,1.284980432627344f,0.9951705292492563f,-0.04599855834793302f,-0.0867164940692773f,-0.11425739508486694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0900834891869009f,-0.7132853341342417f,-0.6950604269305777f,0.007620510676031928f,-0.22253031641029566f,0.6658379290780972f,-0.7121377047168085f,1.2476568618861354f,0.9707549759101146f,0.21882386595157763f,-0.09874660721138098f,-0.11916873962537529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,-0.6944608023581422f,-0.719530314064956f,0.003425825118039772f,-0.13052619222005157f,0.7134261122246235f,-0.6884664810581507f,1.284980432627344f,0.991444699423454f,0.09352740980132143f,-0.09104961065810624f,-0.11425739508486694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0015462116635684966f,-0.045619653786837036f,-0.9989576849986492f,0.010075619854288216f,-0.04364488773186184f,0.9980038982100422f,-0.04564365161151312f,1.3088248897091237f,0.9990459113596155f,0.043669970757136245f,-0.00044793940019371417f,-0.11111441140038354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.002675264949396886f,-0.045718192528300006f,-0.9989507944986058f,0.010075619854288216f,-0.216414113571577f,0.9753071069990248f,-0.044056537360779184f,1.3088248897091237f,0.9762979946740029f,0.21606918778284528f,-0.01250326702835891f,-0.11111441140038354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,0.024218006065233208f,-0.9997065404670279f,0.010075619854288216f,-0.13052619222005157f,0.9911522774806332f,0.024084766751794134f,1.3088248897091237f,0.991444699423454f,0.1305015364935544f,0.002599414926198697f,-0.11111441140038354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02154160392653184f,-0.3919993294831022f,-0.9197132623731545f,0.012197753712103073f,0.0511356695991598f,0.9182906390760759f,-0.3925906844028495f,1.307496283848057f,0.9984593645186158f,-0.055487186539331275f,0.0002636949591214733f,0.08413378027973285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014468248367147826f,-0.37204846289407034f,-0.9281005392991356f,0.0014849609235366816f,-0.2579593398131014f,0.8953880115540586f,-0.36295631661187283f,1.3493339104021815f,0.9660474360984431f,0.24466354453295408f,-0.08301867973050278f,-0.301208100003201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,-0.20128774017376516f,-0.9795319925995617f,0.025724387773784135f,-0.13052619222005157f,0.9711670024952801f,-0.19949327409430853f,1.1739259646305071f,0.991444699423454f,0.1277415316961229f,-0.026823666137675502f,-0.12098533525459085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0005666830429790181f,-0.1151499411918653f,-0.9933479601397684f,1.2218913438492716e-17f,-0.13052619222005157f,0.9848584033243026f,-0.11409136052322058f,1.395f,0.991444699423454f,0.12959327314724062f,-0.015588185915036313f,-0.099775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17785791651199567f,-0.7327879287730842f,-0.6568016542141666f,-0.8792292388831752f,0.2636395550518599f,0.6075607962628502f,-0.7492423265249428f,2.551930207895066f,0.9480826686244559f,-0.306417575032675f,0.08513238611143023f,-0.6062786942863718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4184347125081017f,-0.7327879287730842f,-0.5365950454604627f,-0.9077427480251644f,-0.047234297896456945f,0.6075607962628502f,-0.7928674542107781f,2.5622782702020164f,0.9070178126533632f,-0.306417575032675f,-0.28883725043803465f,-0.5175715361597518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3041440975145521f,-0.7327879287730842f,-0.6087020776960699f,-0.8021806817997593f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6750891590452017f,0.9462096866839472f,-0.306417575032675f,-0.1039013885208553f,-0.5463399069449335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8831777477165751f,0.006480970432739882f,-0.468993670490901f,0.6081383001306249f,-0.061156466229950385f,0.992959697542792f,-0.1014441999031589f,1.8101152668712428f,0.46503435633998363f,0.11827525556081912f,0.8773562624985819f,-0.31953580273663584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8831777477165751f,0.006480970432739882f,-0.468993670490901f,0.5253403862821959f,-0.061156466229950385f,0.992959697542792f,-0.1014441999031589f,1.8158486855803007f,0.46503435633998363f,0.11827525556081912f,0.8773562624985819f,-0.36313277364350927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8831777477165751f,0.006480970432739882f,-0.468993670490901f,0.6370883937800456f,-0.061156466229950385f,0.992959697542792f,-0.1014441999031589f,1.8281986062112456f,0.46503435633998363f,0.11827525556081912f,0.8773562624985819f,-0.47293772756485986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-8.854422546547159e-9f,-1.1657068429470831e-9f,-0.000015624997447690322f,0.6874834040548702f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5587592261912226f,0.000015491323428491472f,0.0000020394714202950417f,-8.930827009661329e-9f,-0.0705429576683365f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72.mcfunction new file mode 100644 index 000000000..5e1eb8d1d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..376467ff0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6263428922293001f,0.06757208973370209f,-0.5196855188354782f,-0.31164086599897173f,-0.22865401410442027f,0.7639354453879714f,-0.17625101860205422f,1.5025165502332858f,0.47154678201872535f,0.28067969718764235f,0.6048197949793662f,-0.12701358216485026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5921868712123572f,-0.1736449735462557f,-0.5090796919204684f,-0.31164086599897173f,0.07944164051147908f,0.7770969062158786f,-0.172654059038747f,1.5025165502332858f,0.5319809539039568f,0.07725167643378607f,0.5924765338573383f,-0.12701358216485026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6144524868991574f,0.0654754904624382f,-0.5339527562777329f,-0.31025851717827047f,-0.018577211891389674f,0.8075289810046649f,0.12040048372143097f,1.4737740654981797f,0.5376313541695902f,0.10273436343656062f,-0.6060879655854434f,-0.009689053042112913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5806397992875867f,-0.1710850493313799f,-0.5230557612516568f,-0.31025851717827047f,-0.3195341074508363f,0.7238696877546466f,0.11794333099242219f,1.4737740654981797f,0.4480573374679498f,0.29452093481664415f,-0.5937188234306385f,-0.009689053042112913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08265149050162161f,0.0035819970871373064f,1.5603083510687006f,-0.0031820203557180763f,1.556907630712568f,-0.10297721468252222f,0.08270775468604424f,1.461127694493559f,0.1030223788641939f,1.5590988142363194f,0.0018780042771594635f,0.7726929677065268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0022924781357674447f,-0.9985973446839684f,0.05289695392103761f,-0.003126908652353484f,-0.06590541739681446f,-0.052932962999068064f,-0.9964208836560435f,1.4738866291401176f,0.9978232411112444f,-0.0012019227373824852f,-0.06593432247308431f,0.5799579365854044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.9985973446839684f,0.05169524568155006f,-0.008781793918930138f,-0.23793083665403292f,-0.052932962999068064f,-0.9698386558584119f,1.5408693793582116f,0.9712146890389685f,-0.0012019227373824852f,-0.23820281941377813f,0.24828767628032022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9728579500360511f,-0.02645854805864655f,-0.22988552430781806f,0.24755135319287555f,0.18324867390854876f,0.518554780422712f,-0.8351771448091183f,1.491319949905252f,0.14130581220321584f,-0.8546349424961404f,-0.49963164681814176f,-0.4780832613463387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7394300216089607f,-0.02645854805864655f,-0.6727133032562982f,0.00983767640831238f,0.5651748159209063f,0.518554780422712f,-0.6416216697942195f,1.6751154341623915f,0.3658150770432264f,-0.8546349424961404f,-0.36848126746481585f,-0.3336091946033837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.5801452901918894f,-0.814432623059831f,0.25558262612976373f,-0.23793083665403292f,0.7895127658816155f,-0.5657371381472789f,1.3671188132026169f,0.9712146890389685f,0.2002524276460333f,-0.12899997293336862f,0.05620525537928076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.3083897840931853f,-0.9511912511702927f,0.19181459629247719f,-0.23793083665403292f,0.9230921460892499f,-0.3021420308355901f,1.5383102029016287f,0.9712146890389685f,0.229775174671463f,-0.0628123944746441f,0.09889552316471355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.5440680683570845f,-0.8389630458072269f,0.20417271642009435f,-0.23793083665403292f,0.8134384320460043f,-0.5307606185839807f,1.431149672401306f,0.9712146890389685f,0.20568873149671768f,-0.12014230533084846f,-0.24926458378293886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.05169524568155028f,-0.9985973446839684f,0.18823862445052889f,-0.23793083665403292f,0.9698386558584119f,-0.05293296299906828f,1.612663589356014f,0.9712146890389685f,0.23820281941377813f,-0.001201922737382538f,-0.2046090671599641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,0.2562014997248567f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.265458845766379f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.02646793931459423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,0.27294845361503f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.1591218028915575f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,-0.09283120296245155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,-0.31293178085850787f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.2256944821956015f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.16669045648722397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,-0.36884013938323207f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.1142811375883404f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.06529206108327984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.951569462396764f,0.2617480775973782f,-0.16125601417624913f,0.16484045572858466f,0.06662803563324447f,0.6876374734175259f,0.7229906016122315f,2.317069978655658f,0.3001270782545101f,0.677231606635454f,-0.6717745811448758f,0.09823043909221887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9808004837699218f,0.10966726461746397f,-0.16125601417624913f,0.05297209926971178f,-0.04176246634397372f,0.6895944361617574f,0.7229906016122315f,2.319208875549119f,0.19048965179651087f,0.7158439806871825f,-0.6717745811448758f,0.1273858257003519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9163524290371717f,0.3991415821473261f,-0.031372331736813544f,0.019689074447098248f,0.04861787539369718f,0.18870995554618372f,0.9808286572434355f,2.367765100866721f,0.39740977339501626f,0.8972594664190995f,-0.19233024185352404f,0.08286996361215722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948444809039224f,0.09643772921632271f,-0.031372331736813544f,0.05003627609980646f,-0.012076236069910134f,0.1944975826390228f,0.9808286572434355f,2.3696697303265903f,0.10069073113941143f,0.976150836055154f,-0.19233024185352404f,0.08763287905025366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675101099145762f,0.25087838490886427f,-0.031372331736813544f,0.12335948503142534f,0.018498567727228937f,0.19399213417579803f,0.9808286572434355f,2.420642491166638f,0.2521546949892585f,0.9483812987735678f,-0.19233024185352404f,0.1731380205071478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675101099145762f,0.1947323422163721f,-0.16125601417624913f,0.07954470803274169f,0.018498567727228937f,0.6906101599110925f,0.7229906016122315f,2.2652552051866426f,0.2521546949892585f,0.6965177111333933f,-0.6717745811448758f,0.01642153550213455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9523972027730012f,-0.179409863828709f,-0.2464785364106319f,-0.22590390524304968f,-0.22107620345999957f,0.9631532629496692f,0.15317018095281562f,2.3409777738185946f,0.20991636528359553f,0.20036939095173573f,-0.9569677250334803f,0.13986871516988064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9687374988653014f,-0.02821328376977046f,-0.2464785364106319f,-0.11460418090283478f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,2.3587090407333475f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,0.11404016197017598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9331364439416256f,-0.26173404072999484f,-0.2464785364106319f,-0.09284412029825226f,-0.30417927977331255f,0.9402201132838368f,0.15317018095281562f,2.3559621762043017f,0.19165422704591362f,0.21790234165717182f,-0.9569677250334803f,0.10799593970887812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9683457621951634f,0.039431154276045016f,-0.2464785364106319f,-0.12132373821819903f,0.0012523073074682811f,0.9881990322770458f,0.15317018095281562f,2.3638520224130346f,0.24960952819368915f,0.14801302874804417f,-0.9569677250334803f,0.11659403920448663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625922105099667f,-0.11253695994831724f,-0.2464785364106319f,-0.18796048267195498f,-0.15335149764110495f,0.976228566391146f,0.15317018095281562f,2.467985626849851f,0.22338208172717547f,0.18523827576254034f,-0.9569677250334803f,0.1177693037923783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625922105099667f,-0.11253695994831724f,-0.2464785364106319f,-0.16263966668358362f,-0.15335149764110495f,0.976228566391146f,0.15317018095281562f,2.2483341994118433f,0.22338208172717547f,0.18523827576254034f,-0.9569677250334803f,0.07609069174580678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9687374988653012f,-0.02821328376977047f,-0.2464785364106319f,-0.019385717130581345f,-0.06768402309919572f,0.9858791856429414f,0.15317018095281562f,1.7467450515024598f,0.23867662497468892f,0.16506435694884933f,-0.9569677250334803f,-0.008434127905018393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.011443109894234518f,-0.05169524568155028f,-0.9985973446839684f,1.1972169787108954e-17f,-0.23793083665403292f,0.9698386558584119f,-0.05293296299906828f,1.3830555555555555f,0.9712146890389685f,0.23820281941377813f,-0.001201922737382538f,-0.09776018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00710932304174751f,-0.3326670149301247f,-0.9430175580037564f,0.21153543667366853f,-0.19916447991112085f,0.923676550580599f,-0.3273455969602448f,0.7752138965038814f,0.979940287705134f,0.1901428070819575f,-0.05968873802797883f,-0.32839174561668594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00710932304174751f,-0.4989477752458326f,-0.8666028935464744f,0.021311597361194878f,-0.19916447991112085f,0.8485555044805284f,-0.4901908462604426f,1.0987256825870828f,0.979940287705134f,0.17608143966082912f,-0.09334001895944197f,-0.26126069674599484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.030184177619411147f,0.07676187770262494f,-0.9965924591090416f,0.3047578631394111f,0.14340658616108065f,0.9870642705421563f,0.0716845650381262f,1.1871759067621783f,0.9892034504929025f,-0.14075418271102302f,-0.04080188209246674f,-0.005573928467196074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.030184177619411147f,-0.9874976296426078f,-0.15471698960253422f,-0.019582645635612166f,0.14340658616108065f,0.14890775553963048f,-0.978397174661586f,1.1221376997089205f,0.9892034504929025f,-0.05171954940233417f,0.13711900576708952f,-0.006042026594289693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0895250117096408f,-0.7488760778641594f,-0.6566352810207366f,0.002718449427653146f,-0.03476424819677923f,0.6612303863332059f,-0.7493769567026678f,1.2730166478652356f,0.9953776767266288f,-0.044260548939574554f,-0.0852307719187508f,-0.11224569784544389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0885225029561604f,-0.7013791940177777f,-0.7072700988090398f,0.006267867999124324f,-0.2240547969057415f,0.677840139705143f,-0.7002372405035591f,1.2356274091483412f,0.9705478939516087f,0.22045401153865302f,-0.09714326709871318f,-0.11716627514649186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,-0.6820374962200474f,-0.73131702984347f,0.002718449427653146f,-0.13052619222005157f,0.7251056109483414f,-0.6761543951759589f,1.2730166478652356f,0.9914447324655672f,0.0951141772877277f,-0.08939035599637354f,-0.11224569784544389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0021624011327688415f,-0.03928092497369028f,-0.9992258668361985f,0.009521406751894567f,-0.0436600008858381f,0.9982716734988203f,-0.03933789791681126f,1.2968186408024858f,0.9990441073065741f,0.04371126654623687f,0.00044365857843703957f,-0.10910863650405471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0031697127281145416f,-0.039368838642701576f,-0.9992197193135983f,0.009521406751894567f,-0.21639900041760074f,0.9755748822878029f,-0.03775078366607733f,1.2968186408024858f,0.9762998645598002f,0.21611048931753557f,-0.011611669451498925f,-0.10910863650405471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,0.030589572716518743f,-0.9995319016570742f,0.009521406751894567f,-0.13052619222005157f,0.9909788734856718f,0.030393839007322745f,1.2968186408024858f,0.9914447324655672f,0.13048045963319457f,0.0034917216655932035f,-0.10910863650405471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02032726870657405f,-0.3819920197179978f,-0.9239420431058949f,0.011809377714001867f,0.0512643892408233f,0.9225191330272746f,-0.38253158247963115f,1.2954754514084514f,0.9984782243708152f,-0.0551411467995566f,0.0008302932817105379f,0.08613758248911378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013702093827866508f,-0.36044823370423024f,-0.9326785745605144f,0.0010169268814727538f,-0.25805153525438485f,0.8998936620516164f,-0.3515690574441755f,1.3373822581331356f,0.9660339837591568f,0.24549637027628665f,-0.08068379269457426f,-0.29919455759287755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,-0.19504019117854016f,-0.9807951204070219f,0.024309642400187258f,-0.13052619222005157f,0.9724172752892883f,-0.19330689554046038f,1.1618236980772474f,0.9914447324655672f,0.1279217203761536f,-0.025949487900243175f,-0.11899360425919692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0005055796809977254f,-0.1088160771645093f,-0.9940617715915413f,1.1972169787108954e-17f,-0.13052619222005157f,0.9855647400350832f,-0.1078195545534896f,1.3830555555555555f,0.9914447324655672f,0.12969658650136606f,-0.01470162971147625f,-0.09776018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17749059442655676f,-0.7328068120894257f,-0.6568799472091083f,-0.8792604309368202f,0.2639918715289641f,0.6075607962628502f,-0.7491182620995742f,2.5396518393132834f,0.9480534693026242f,-0.3063724122694222f,0.08561871491369584f,-0.6042536529991548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4186311178940555f,-0.7328068120894257f,-0.5364160356347549f,-0.9077684729466641f,-0.0476071538591407f,0.6075607962628502f,-0.7928451537001935f,2.5499999016202337f,0.9069076833020023f,-0.3063724122694222f,-0.28923070198028716f,-0.5155447377354878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3040857814383355f,-0.7328068120894257f,-0.6087084800480196f,-0.8022081799345392f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.662810790463419f,0.9462284294791142f,-0.3063724122694222f,-0.1038638736313242f,-0.5443196143226227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.49379111791111063f,0.0126076108782889f,-0.869489148879983f,0.5297884716691788f,-0.11347043739002771f,0.9922797847711338f,-0.05005285779121891f,1.8035608760003958f,0.8621454585570878f,0.12337697063266644f,0.4914095353235371f,-0.35682009275529813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.49379111791111063f,0.0126076108782889f,-0.869489148879983f,0.48349555436501207f,-0.11347043739002771f,0.9922797847711338f,-0.05005285779121891f,1.814198729505711f,0.8621454585570878f,0.12337697063266644f,0.4914095353235371f,-0.43764622949502513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.49379111791111063f,0.0126076108782889f,-0.869489148879983f,0.6370653853490928f,-0.11347043739002771f,0.9922797847711338f,-0.05005285779121891f,1.8163877314217363f,0.8621454585570878f,0.12337697063266644f,0.4914095353235371f,-0.4709445914236922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-7.899682515589459e-9f,-1.0400129333248345e-9f,-0.000015624997968428326f,0.6874852043383937f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5468147817467781f,0.00001549132394477449f,0.000002039471488264991f,-7.967848564612203e-9f,-0.06857051294397676f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73.mcfunction new file mode 100644 index 000000000..91dec13b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..f4d779b13 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6158219030468723f,0.06569160660888457f,-0.5323461665057017f,-0.3128864948058393f,-0.23249708693724774f,0.763111609444639f,-0.17478621381834156f,1.4899229113464592f,0.4833765951490273f,0.28335442258133314f,0.5941395315161051f,-0.12398133996750002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5819601711593344f,-0.17140281676393176f,-0.5214819590259935f,-0.3128864948058393f,0.0756547297862222f,0.7777919806351146f,-0.17121914823021214f,1.4899229113464592f,0.5436899125836084f,0.0752376851391355f,0.582014234954552f,-0.12398133996750002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6042398065320116f,0.06364937050014514f,-0.5456990546826488f,-0.311603065392906f,-0.02124686881904806f,0.807853515036169f,0.11775276325223497f,1.461805164636799f,0.5489874964076936f,0.10132077932529925f,-0.5960631450688515f,-0.009583533123110999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5707125056859215f,-0.16890926936128284f,-0.5345623392809621f,-0.311603065392906f,-0.32207187253627545f,0.7231626153037043f,0.11534964563484243f,1.461805164636799f,0.4588648436900283f,0.29749872361229424f,-0.5838985910878546f,-0.009583533123110999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08254956538040374f,0.002728898878819866f,1.5603154720653176f,-0.003644586543321712f,1.5568371743534886f,-0.10416398816931625f,0.08254772025747954f,1.4482433770309904f,0.10416252592247849f,1.5590217017987822f,0.002784154068523677f,0.774409543646196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0017464952824442822f,-0.9986019021218032f,0.052831721843458176f,-0.003484012403342603f,-0.06666495242836265f,-0.052830540964786656f,-0.9963757915862327f,1.4611489694202666f,0.9977738891512206f,-0.0017818586038555815f,-0.06666401659038645f,0.5816843362318507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.9986019021218032f,0.0517258135533217f,-0.008952852862843513f,-0.23867100248603607f,-0.052830540964786656f,-0.9696623569643602f,1.5283846683751856f,0.9710393767923869f,-0.0017818586038555815f,-0.23891285795990228f,0.2500621405104665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9707736260416501f,-0.02594413453165873f,-0.23859058838384506f,0.24563596231613505f,0.19086879014743052f,0.5192076750231708f,-0.8330621196193533f,1.477477697734391f,0.14549114038181984f,-0.8542542315262107f,-0.4990811917814184f,-0.4772881511439796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7333867319584753f,-0.02594413453165873f,-0.6793164235249067f,0.009994711647477238f,0.5708141351950637f,0.5192076750231708f,-0.6360775214221495f,1.6630716019116172f,0.3692087816517628f,-0.8542542315262107f,-0.3659707412769282f,-0.3317222490907672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.580173519583022f,-0.8144200426583847f,0.2554977578700967f,-0.23867100248603607f,0.7894191082213714f,-0.5655560309529772f,1.354753455399994f,0.9710393767923869f,0.20053966876810955f,-0.12987058931501577f,0.05799043876860511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.3084204899416928f,-0.9511877417698162f,0.19172399261996798f,-0.23867100248603607f,0.9229483632074493f,-0.3019974692360855f,1.5259187893186652f,0.9710393767923869f,0.2303109207936438f,-0.06355634100415562f,0.10077650928613735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.5440968196294957f,-0.8389517087282823f,0.20425944007576674f,-0.23867100248603607f,0.8133369637422372f,-0.5305837690533599f,1.4190219765457637f,0.9710393767923869f,0.20601367498209078f,-0.12099956379684197f,-0.24745832021269118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.051725813553321925f,-0.9986019021218032f,0.18831958814625763f,-0.23867100248603607f,0.9696623569643602f,-0.05283054096478687f,1.6005034775955513f,0.9710393767923869f,0.23891285795990228f,-0.0017818586038556346f,-0.2026732959614836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,0.25622363676705634f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.253115789757564f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,0.028937136282246298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,0.2730243041025569f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.146867860169092f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,-0.0904338297658047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,-0.3129893714115561f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.213302575159804f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,0.16882176468596966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,-0.3688541944818357f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,2.1019721075375752f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,0.06730841077456418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9517247892829883f,0.2614516073328915f,-0.16081972045523216f,0.1648290440600835f,0.0664963380653354f,0.687095309864656f,0.7235179833189309f,2.3046815831792538f,0.29966341533152174f,0.6778960777176983f,-0.6713112134672028f,0.10068951007751059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809075201572014f,0.10935014591554443f,-0.16081972045523216f,0.052945162887122886f,-0.041807729430924714f,0.6890383455033091f,0.7235179833189309f,2.3068096625050907f,0.1899277511552233f,0.7164277381664613f,-0.6713112134672028f,0.12978605690110762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9165621644081298f,0.3986756657460322f,-0.03116909234229992f,0.01969111839016735f,0.048408573889516034f,0.18798653878691854f,0.9809779157600327f,2.3554031317999238f,0.3969513934343447f,0.8976183903958702f,-0.19160066929334973f,0.08528918057952464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9948999750092117f,0.09592980459287578f,-0.03116909234229992f,0.050035933949208106f,-0.01205174555670338f,0.1937448946943863f,0.9809779157600327f,2.357301051906684f,0.10014387228236485f,0.9763505458443879f,-0.19160066929334973f,0.0900699433801819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9676443777120919f,0.2503853948710584f,-0.03116909234229992f,0.12331807692296269f,0.018405010385616996f,0.19324488190844197f,0.9809779157600327f,2.4082012780423674f,0.25164581036624456f,0.9486640973766515f,-0.19160066929334973f,0.175653464175721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9676443777120919f,0.19442575908268847f,-0.16081972045523216f,0.07957228112935785f,0.018405010385616996f,0.6900601302834503f,0.7235179833189309f,2.2529377487285913f,0.25164581036624456f,0.6971482201069641f,-0.6713112134672028f,0.018795114651654336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9525328940445941f,-0.17942064059858226f,-0.24594576534314375f,-0.22593534279891853f,-0.22113908375095748f,0.9630187366226998f,0.1539234178135548f,2.328597398538818f,0.209233341991226f,0.2010053398315913f,-0.9569839402823692f,0.1421348002055673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824134f,-0.24594576534314375f,-0.11461988045274808f,-0.06776717378342136f,0.9857561522029683f,0.1539234178135548f,2.346337003311062f,0.2381014951552738f,0.16579932462604904f,-0.9569839402823692f,0.11637989989159031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.933270679609581f,-0.26175660276456525f,-0.24594576534314375f,-0.09285683435524451f,-0.30423019604383317f,0.9400806184916933f,0.1539234178135548f,2.3435925275415164f,0.1909183762664086f,0.2184763411571809f,-0.9569839402823692f,0.1103453491785453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9684803999540016f,0.039451177608695445f,-0.24594576534314375f,-0.12134029650347182f,0.0011607767952051262f,0.9880820988388695f,0.1539234178135548f,2.3514787229687486f,0.24908706811508555f,0.14878632510906908f,-0.9569839402823692f,0.11893405867031404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627283229939064f,-0.11253824512189659f,-0.24594576534314375f,-0.18796712537566984f,-0.15342360884102957f,0.976098754070913f,0.1539234178135548f,2.455618174948691f,0.22274508379655777f,0.18592032079924806f,-0.9569839402823692f,0.12015256062030352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627283229939064f,-0.11253824512189659f,-0.24594576534314375f,-0.16264602022324315f,-0.15342360884102957f,0.976098754070913f,0.1539234178135548f,2.235995955282736f,0.22274508379655777f,0.18592032079924806f,-0.9569839402823692f,0.07832048844047278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.968873205410404f,-0.02820270106824135f,-0.24594576534314375f,-0.01939718008249571f,-0.06776717378342134f,0.9857561522029682f,0.1539234178135548f,1.7344567171949685f,0.23810149515527376f,0.16579932462604904f,-0.9569839402823692f,-0.006508604190962566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010894094315873046f,-0.051725813553321925f,-0.9986019021218032f,1.1768969133028207e-17f,-0.23867100248603607f,0.9696623569643602f,-0.05283054096478687f,1.3708333333333333f,0.9710393767923869f,0.23891285795990228f,-0.0017818586038556346f,-0.09610092592592592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006734079712388585f,-0.32070493332886507f,-0.9471552132089837f,0.20543517570546835f,-0.19917907469934112f,0.927767167565835f,-0.3155563008225032f,0.7605136413541771f,0.9799399718208974f,0.19077848024710775f,-0.0576300538110319f,-0.327132534090747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006734079712388585f,-0.4879400275773435f,-0.872851179559407f,0.01940804019160614f,-0.19917907469934112f,0.85472605228307f,-0.4793444187121749f,1.0863779487870975f,0.9799399718208974f,0.17708163382016753f,-0.09143164983329685f,-0.25962016119680814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028381347920756663f,0.08808326780190216f,-0.9957087109308319f,0.3039505085831357f,0.1431259223528583f,0.9862042932582453f,0.08316286617023295f,1.1713458857991215f,0.9892974625666663f,-0.1401514534078862f,-0.040596806115907276f,-0.003909243764889362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028381347920756663f,-0.9857283397355241f,-0.16593414155154484f,-0.02111636554869966f,0.1431259223528583f,0.16028319985999415f,-0.9766392712733216f,1.1100411376482917f,0.9892974625666663f,-0.05146781601047701f,0.1365342245529199f,-0.004365666070249144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08778471934514545f,-0.737441344360084f,-0.6696820937414153f,0.0020247117845886876f,-0.03324062499914439f,0.6740716189269499f,-0.7379176874197196f,1.2607797921381412f,0.9955847045325475f,-0.04251724574325863f,-0.08368619907276859f,-0.11058884719115396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0869072141763289f,-0.6890457682918683f,-0.7194880578044215f,0.004916094286780314f,-0.22557842010337636f,0.6898507334848238f,-0.6879101263203757f,1.223334949521884f,0.9703409259161307f,0.22208533204495845f,-0.09548085034553358f,-0.11551726414487762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,-0.6691834433772672f,-0.743097115637898f,0.0020247117845886876f,-0.13052619222005157f,0.7367785416584183f,-0.6634156266596594f,1.2607797921381412f,0.991444762608666f,0.09670004995571593f,-0.08767201967793245f,-0.11058884719115396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0027696251826652874f,-0.03306408673962926f,-0.9994493960898779f,0.008977587135863645f,-0.04367821781342883f,0.9984953952861201f,-0.03315356513344766f,1.2845392122674697f,0.9990418121705368f,0.04374599136480231f,0.0013212776091441345f,-0.10745775641193844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003651334323314667f,-0.033141038385885925f,-0.9994440151065814f,0.008977587135863645f,-0.21638078349001f,0.9757986040751027f,-0.031566450882713724f,1.2845392122674697f,0.976302219752628f,0.21614521937759018f,-0.010734050787312455f,-0.10745775641193844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,0.03683612406683598f,-0.9993212216916805f,0.008977587135863645f,-0.13052619222005157f,0.9907698576822788f,0.03657871310983131f,1.2845392122674697f,0.991444762608666f,0.13045378136324703f,0.004369625141345007f,-0.10745775641193844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.019132674606652935f,-0.37187929978712786f,-0.9280839009228806f,0.011428684107441807f,0.051383532354805944f,0.9266614059558583f,-0.3723685960371182f,1.2831807814376417f,0.9984957052311935f,-0.05481263633275975f,0.0013789608819974996f,0.08778637740343764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012953364720368867f,-0.34867376964690927f,-0.9371546364942314f,0.0005573456547400355f,-0.2581368715078699f,0.9042973979482257f,-0.34001701668033835f,1.3251557608150224f,0.9660215142068784f,0.24631853041190813f,-0.07829186206220493f,-0.29753612483529124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,-0.18890634585430283f,-0.9819950084677592f,0.022921452675127095f,-0.13052619222005157f,0.9736049104977385f,-0.18723352103516278f,1.1494553954491407f,0.991444762608666f,0.12809321118101896f,-0.025088083728746942f,-0.11735574156625628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00044253856316357266f,-0.10260099583844164f,-0.9947224938708182f,1.1768969133028207e-17f,-0.13052619222005157f,0.9862185264670144f,-0.10166578184308081f,1.3708333333333333f,0.991444762608666f,0.12979234841157175f,-0.013828557034445152f,-0.09610092592592592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1768920521443158f,-0.7328262913298494f,-0.657019656192957f,-0.8792926004113324f,0.26460556175207633f,0.6075607962628502f,-0.7489017128664612f,2.5268478317383805f,0.9479942502874373f,-0.3063258160524349f,0.08643723643065533f,-0.602615078336824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.41901283024742897f,-0.7328262913298494f,-0.5360912933668837f,-0.9077950017979088f,-0.048256743686881f,0.6075607962628502f,-0.7928058813689454f,2.5371958940453307f,0.9066970468556615f,-0.3063258160524349f,-0.28993957929719055f,-0.5139043505656579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30402561479014956f,-0.7328262913298494f,-0.6087150830127428f,-0.8022365386527092f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.650006782888516f,0.9462477628924393f,-0.3063258160524349f,-0.1038251686291122f,-0.5426859391568741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.048631263343816455f,0.015094122957592973f,-0.9987027424002225f,0.48495663958731816f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798775f,1.8014863829403063f,0.9902714157986664f,0.13124271461386106f,-0.04623713781030538f,-0.4298117999401993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.048631263343816455f,0.015094122957592973f,-0.9987027424002225f,0.4895158205258009f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798775f,1.8137089969992062f,0.9902714157986664f,0.13124271461386106f,-0.04623713781030538f,-0.5226497451713242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.048631263343816455f,0.015094122957592973f,-0.9987027424002225f,0.6370416414165929f,-0.1303745499615969f,0.9912353491037966f,0.021329777527798775f,1.8043982233405864f,0.9902714157986664f,0.13124271461386106f,-0.04623713781030538f,-0.469295201884216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-6.914665049430824e-9f,-9.103329237378418e-10f,-0.000015624998443478365f,0.6874870589769764f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.534592559524556f,0.000015491324415760407f,0.0000020394715502714635f,-6.9743314215673215e-9f,-0.06695496756221077f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74.mcfunction new file mode 100644 index 000000000..bb3c7e91a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..a42699c65 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6011571751106792f,0.06308007910821287f,-0.5491588102517287f,-0.31464929196691693f,-0.23742959254983295f,0.7621426937855753f,-0.17236631728772062f,1.4773100739636469f,0.49918101309946955f,0.2865377154466974f,0.5793607669078216f,-0.1210174023067366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5677092353574391f,-0.16826889518202648f,-0.5379514875935303f,-0.31464929196691693f,0.07082746877442082f,0.778764153858147f,-0.16884863734307326f,1.4773100739636469f,0.5591866358890208f,0.07219398575937215f,0.5675370777872538f,-0.1210174023067366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5898074347046862f,0.06107881365059927f,-0.561552324306967f,-0.3134700914229187f,-0.024557447806323286f,0.8083380775963231f,0.1137142405750683f,1.4500904857213157f,0.5643301925014833f,0.0990119956134619f,-0.5819557569096838f,-0.010522100446730659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5566872167502818f,-0.16582537248526852f,-0.5500920727904983f,-0.3134700914229187f,-0.3252496784766715f,0.7223601079093352f,0.11139354178782203f,1.4500904857213157f,0.4736158668769941f,0.3011607881868678f,-0.5700791088094862f,-0.010522100446730659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08245285359785662f,0.0019011196790835916f,1.5603218138183985f,-0.0040936145727139776f,1.5567907185830727f,-0.10497671346450092f,0.08239416340852873f,1.4357067272602195f,0.10493062216135815f,1.5589684170547389f,0.003645429833702198f,0.7755736660492611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0012167165946130667f,-0.9986059608437751f,0.05276982630262801f,-0.0038307081890370347f,-0.06718509661728084f,-0.05273226458145814f,-0.9963460598931665f,1.448712739660811f,0.9977397869150328f,-0.002333075093569835f,-0.06715559818326944f,0.5828553218431525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.9986059608437751f,0.05175685344854394f,-0.009119087803032331f,-0.23917808166164706f,-0.05273226458145814f,-0.9695427548719888f,1.516121784981712f,0.9709204303980155f,-0.002333075093569835f,-0.23939104953264315f,0.2512653916960157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9686824962755595f,-0.02544563491622162f,-0.24699542723107526f,0.24376457658986384f,0.198252868085807f,0.5196553199855134f,-0.8310560442632644f,1.4637619523614689f,0.1494992364699653f,-0.853996995354471f,-0.4983363424640364f,-0.4770153194374226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7274830419251093f,-0.02544563491622162f,-0.6856536613882408f,0.010146692104175072f,0.57629983064745f,0.5196553199855134f,-0.6307430963605338f,1.651110045761119f,0.3723532313638624f,-0.853996995354471f,-0.36337611784269197f,-0.33043870440982903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.5802018791148573f,-0.8144067880262306f,0.2554153428395257f,-0.23917808166164706f,0.7893710407020363f,-0.565408883334564f,1.3425649155609247f,0.9709204303980155f,0.20064680304598123f,-0.1305924127319802f,0.05924192873445586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.30845152265267833f,-0.9511836284781491f,0.1916357846641601f,-0.23917808166164706f,0.9228582722572389f,-0.3018715862399744f,1.5137141441951572f,0.9709204303980155f,0.23063015305815537f,-0.06421254033367989f,0.1020837540557745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.5441257303282749f,-0.8389397037370055f,0.20434347690702154f,-0.23917808166164706f,0.813282523483562f,-0.5304388581626197f,1.406997604829558f,0.9709204303980155f,0.2061521927871029f,-0.12171602706628984f,-0.24620012051164114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.05175685344854416f,-0.9986059608437751f,0.18839777963014592f,-0.23917808166164706f,0.9695427548719888f,-0.052732264581458355f,1.5884572947144218f,0.9709204303980155f,0.23939104953264315f,-0.0023330750935698884f,-0.20132888044360536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,0.2562437828958492f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.2409421938389116f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,0.03065723634799436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,0.27309672619214287f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.134754850906397f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,-0.088760262383073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,-0.3130463790030515f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.20111156984973f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,0.17022257215082276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,-0.3688687755236387f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,2.0898394664079585f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,0.06862192479883986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9518753534736409f,0.26116282470141455f,-0.16039728938922343f,0.1648165838827504f,0.06643293202773656f,0.6867164467796657f,0.7238834072311012f,2.2924794955718544f,0.29919889202941596f,0.6783911119083805f,-0.6710182726961179f,0.10238853762744951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9810110550963521f,0.10904136524884929f,-0.16039728938922343f,0.05291766533561898f,-0.04181108759096049f,0.6886542279620103f,0.7238834072311012f,2.2946033171885007f,0.18939150649700276f,0.7168440102105302f,-0.6710182726961179f,0.1314275120363906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9167655160189295f,0.39822311170553426f,-0.030973245585642933f,0.01969168611000026f,0.048291041868209136f,0.18747986286845178f,0.9810806675773962f,2.3432232104012587f,0.3964958561118006f,0.8979251941684169f,-0.1911056821860148f,0.08693853559985705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949535269943751f,0.09543656102011386f,-0.030973245585642933f,0.05003417448933242f,-0.01200695368199389f,0.19322669786851163f,0.9810806675773962f,2.345115680867561f,0.09961582296368834f,0.9765015647972543f,-0.1911056821860148f,0.09173619956102202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.967774430677893f,0.2499066013213188f,-0.030973245585642933f,0.12327636907026077f,0.01836818695477971f,0.1927260579524338f,0.9810806675773962f,2.3959641552622797f,0.25114788678003114f,0.9488958621482884f,-0.1911056821860148f,0.17738465614927035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.967774430677893f,0.19412717708417554f,-0.16039728938922343f,0.07959775422632133f,0.01836818695477971f,0.6896777671082965f,0.7238834072311012f,2.2407866576629134f,0.25114788678003114f,0.6976096449117112f,-0.6710182726961179f,0.020422486044135567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526639897463178f,-0.1794324269095246f,-0.24542886304179193f,-0.22596715933253692f,-0.2211552435517768f,0.9629313379806198f,0.15444609604780427f,2.316411799027079f,0.20861850562733583f,0.2014131140422874f,-0.9570324323666395f,0.14364135844468534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169475f,-0.24542886304179193f,-0.1146364809062574f,-0.06779680679009593f,0.9856723575329983f,0.15444609604780427f,2.3341539726465896f,0.23755801838779297f,0.1662982600572214f,-0.9570324323666395f,0.11795408647198438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334002492078963f,-0.2617797699682908f,-0.24542886304179193f,-0.09287053976073158f,-0.30423867705816593f,0.9399921440083898f,0.15444609604780427f,2.3314105207407545f,0.19027033967630064f,0.2188289771439318f,-0.9570324323666395f,0.11192951987430477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9686107870244565f,0.03946918349646171f,-0.24542886304179193f,-0.12135773577796165f,0.001125370752349808f,0.9880005753825563f,0.15444609604780427f,2.339295015582088f,0.24857971920599986f,0.14932195618146882f,-0.9570324323666395f,0.12050740010037998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9628599215245794f,-0.11254085794810256f,-0.24542886304179193f,-0.18797507153493817f,-0.15344582589846778f,0.976012695578254f,0.15444609604780427f,2.4434403124704964f,0.22216019003417042f,0.1863699905091362f,-0.9570324323666395f,0.1217452385056394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9628599215245794f,-0.11254085794810256f,-0.24542886304179193f,-0.16265337849661513f,-0.15344582589846778f,0.976012695578254f,0.15444609604780427f,2.2238374559653895f,0.22216019003417042f,0.1863699905091362f,-0.9570324323666395f,0.07981199064108382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690045308917458f,-0.028193834384169465f,-0.24542886304179193f,-0.019408820043204048f,-0.06779680679009595f,0.9856723575329982f,0.15444609604780427f,1.7223285330769957f,0.237558018387793f,0.1662982600572214f,-0.9570324323666395f,-0.0052033564252588205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010361616108845362f,-0.05175685344854416f,-0.9986059608437751f,1.1631082974901987e-17f,-0.23917808166164706f,0.9695427548719888f,-0.052732264581458355f,1.35875f,0.9709204303980155f,0.23939104953264315f,-0.0023330750935698884f,-0.094975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006389713880877545f,-0.3095307148109593f,-0.9508679761907733f,0.19972682648035203f,-0.19918783637293908f,0.9314381099769334f,-0.304544336876694f,0.7461825914304939f,0.9799404968657984f,0.19134728603043927f,-0.055703130353666266f,-0.32636967527540645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006389713880877545f,-0.47762951969443485f,-0.8785381115654483f,0.01763057209684876f,-0.19918783637293908f,0.8603422954605323f,-0.46918582723987867f,1.0741880915748219f,0.9799404968657984f,0.17799206880691515f,-0.08964064950817037f,-0.25851019904277006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026707693791737274f,0.09885818003050433f,-0.9947430619679553f,0.3031726211752867f,0.14296052011136762f,0.9852471609130437f,0.09407614789240684f,1.155826269682361f,0.9893679744067999f,-0.13969642856509665f,-0.04044649631726818f,-0.0027733006558012044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026707693791737274f,-0.9839202776761278f,-0.17660007437727354f,-0.022545873538275297f,0.14296052011136762f,0.17108774383844583f,-0.9748288432323684f,1.0980836191944963f,0.9893679744067999f,-0.05128226872908478f,0.13609239557074404f,-0.0032223453836010274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08604675951111111f,-0.7259920419707658f,-0.6822986957138016f,0.0013773717843866794f,-0.0317725578497868f,0.6864899698882275f,-0.7264447851079546f,1.2486866730664947f,0.9957843439948827f,-0.0408298449418841f,-0.08213686149776325f,-0.10946458803058028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08529756119954042f,-0.6767273845353898f,-0.7312758529264464f,0.003621563274075746f,-0.22704648725273394f,0.7014385247584244f,-0.6755989110492403f,1.211198286831916f,0.9701413395374948f,0.22366055308126195f,-0.0938175799931933f,-0.11439917282412262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,-0.6563599144215648f,-0.7544478245603408f,0.0013773717843866794f,-0.13052619222005157f,0.748025840950522f,-0.650707502964887f,1.2486866730664947f,0.9914447893795442f,0.09822934393947882f,-0.08595478812358859f,-0.10946458803058028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0033419283422698337f,-0.027263019876726073f,-0.9996227084566239f,0.008469878195356802f,-0.04369824542258546f,0.9986694290439067f,-0.027383112315896053f,1.2724055427788352f,0.999039185849055f,0.043773270843275223f,0.002146135535946259f,-0.10633923646965705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004094715930247077f,-0.027328719824141583f,-0.9996181142687562f,0.008469878195356802f,-0.21636075588085338f,0.9759726378328892f,-0.02579599806516212f,1.2724055427788352f,0.9763048994121235f,0.21617250351116735f,-0.009909193186026928f,-0.10633923646965705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,0.042662961946456066f,-0.9990894499099017f,0.008469878195356802f,-0.13052619222005157f,0.9905400666378191f,0.042347249375596946f,1.2724055427788352f,0.9914447893795442f,0.13042334171113734f,0.005194376675918504f,-0.10633923646965705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018011649918902542f,-0.3620616368988592f,-0.9319801240119435f,0.011074225976285318f,0.05148836704866319f,0.9305586698426176f,-0.3625044965781803f,1.2710320527297339f,0.998511155934605f,-0.05451543879357977f,0.0018810654646834284f,0.08890280792068679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012260154551729675f,-0.33717563131891093f,-0.9413619294697773f,0.00012739125260229425f,-0.2582119593556691f,0.9084346465432075f,-0.3287446988251278f,1.3130709320682625f,0.9660104930362164f,0.24710136908688218f,-0.07592523124307504f,-0.29641059057266045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,-0.18317671214536607f,-0.9830799303062434f,0.021625487154103146f,-0.13052619222005157f,0.974678647297866f,-0.18156114024244277f,1.1372435251478068f,0.9914447893795442f,0.12824908042249483f,-0.024277623090736902f,-0.11624872713941801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0003778315571339824f,-0.09679860794693483f,-0.9953039167725857f,1.1631082974901987e-17f,-0.13052619222005157f,0.9867937968133105f,-0.09592140384348508f,1.35875f,0.9914447893795442f,0.1298769882246521f,-0.013007595544335157f,-0.094975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17604328640397265f,-0.7328462822355217f,-0.65722529464839f,-0.8793256137089863f,0.26550217397460973f,0.6075607962628502f,-0.7485843135273459f,2.5139141967357435f,0.9479015544490077f,-0.3062779872240668f,0.08761528185841473f,-0.6015437083092725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4195953394115654f,-0.7328462822355217f,-0.5356081382481669f,-0.9078222252967618f,-0.04920608581058765f,0.6075607962628502f,-0.792747525990244f,2.5242622590426937f,0.9063765841322768f,-0.3062779872240668f,-0.2909901755707228f,-0.5128311205073888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3039638569362725f,-0.7328462822355217f,-0.6087218579039194f,-0.8022656408172861f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.637073147885879f,0.9462676032200933f,-0.3062779872240668f,-0.1037854403954355f,-0.5416195983490153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5751469338942553f,0.012844038975994364f,-0.8179492863832208f,0.4873648608506962f,-0.1068053244408654f,0.9901390880061268f,0.09064882279145678f,1.8012458345105273f,0.8110478574678059f,0.13949773139796434f,-0.5681036488456159f,-0.5153637531951181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5751469338942553f,0.012844038975994364f,-0.8179492863832208f,0.5412848859032826f,-0.1068053244408654f,0.9901390880061268f,0.09064882279145678f,1.8112588336768585f,0.8110478574678059f,0.13949773139796434f,-0.5681036488456159f,-0.5913994898327248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5751469338942553f,0.012844038975994364f,-0.8179492863832208f,0.6370172663344725f,-0.1068053244408654f,0.9901390880061268f,0.09064882279145678f,1.7926550106749743f,0.8110478574678059f,0.13949773139796434f,-0.5681036488456159f,-0.46816607418707906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.9036180802184754e-9f,-7.772260650628693e-10f,-0.000015624998865382783f,0.6874889597344112f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5225092261912225f,0.000015491324834055377f,0.0000020394716053410412f,-5.954560167912958e-9f,-0.06587391079273588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75.mcfunction new file mode 100644 index 000000000..63596942b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..3578bdf80 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5839251657176057f,0.06001705332996205f,-0.567779709566747f,-0.316736666760771f,-0.24277346397755475f,0.761164015557022f,-0.16921829408752795f,1.465169848077702f,0.5167561228224102f,0.2897787762675912f,0.5620816798249626f,-0.11857380547251953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.550965591275271f,-0.1645811848045488f,-0.5561923685551807f,-0.316736666760771f,0.06562425174898946f,0.7798817018834238f,-0.1657648595143131f,1.465169848077702f,0.576307534926515f,0.06853878227504236f,0.5506106251346573f,-0.11857380547251953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5727539710890823f,0.058047270310207906f,-0.5792476564092983f,-0.31565673318288767f,-0.028001872862049613f,0.8089090131522669f,0.10874993334107257f,1.4389936522419295f,0.5814750451759287f,0.09613099029451311f,-0.5653229598973423f,-0.012406403145540812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5401169629670195f,-0.16217610181161235f,-0.5674262756662515f,-0.31565673318288767f,-0.32858099738781843f,0.7215855948693382f,0.1065305469463568f,1.4389936522419295f,0.49021239730438254f,0.3049805588529423f,-0.5537857566341312f,-0.012406403145540812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08236659375592505f,0.0011454495759128098f,1.5603271074291813f,-0.0045037033388007665f,1.5567766920396107f,-0.10529223249083623f,0.08225647025798292f,1.4240032086604655f,0.10520610892554268f,1.5589478771666372f,0.004409186136025224f,0.7760019735885738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0007330877285837666f,-0.998609348754676f,0.052714620003791804f,-0.004147379189233543f,-0.06738702879413544f,-0.052644140965108825f,-0.9963370829053508f,1.4370481815489964f,0.9977266413866478f,-0.0028218791270565717f,-0.06733190971234754f,0.5832864127552231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.998609348754676f,0.05178646712868804f,-0.009271075991061094f,-0.23937538719742096f,-0.052644140965108825f,-0.9694988491102662f,1.5045247648174453f,0.9708768684040183f,-0.0028218791270565717f,-0.23956239979637617f,0.2517076339310965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9666795866075439f,-0.024991159440886535f,-0.25476659668423624f,0.2420121801258442f,0.20511601254402673f,0.5198302909022758f,-0.8292791388058027f,1.4506302085691696f,0.15316004124544613f,-0.8539039235243362f,-0.49738324374212467f,-0.47741604582534647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7219637199463861f,-0.024991159440886535f,-0.6914794494639568f,0.010285068662909704f,0.581441011183508f,0.5198302909022758f,-0.6258616613712291f,1.639629000864625f,0.37509297193506064f,-0.8539039235243362f,-0.36076772554466174f,-0.32995984741746653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.5802286753625701f,-0.8143937339425606f,0.25534005131833604f,-0.23937538719742096f,0.789381359742728f,-0.5653109700817831f,1.3309835240186134f,0.9708768684040183f,0.20052868417690067f,-0.13109673230209562f,0.059775741603823526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.3084810041270052f,-0.9511792363643686f,0.1915549928172453f,-0.23937538719742096f,0.9228386706183026f,-0.3017751017157131f,1.502129680373822f,0.9708768684040183f,0.23066915291004725f,-0.06472903748525644f,0.10262165129017453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.5441530704830297f,-0.8389278309138395f,0.20442009252771276f,-0.23937538719742096f,0.8132885617867124f,-0.5303405879913266f,1.3954824805458732f,0.9708768684040183f,0.2060561844516975f,-0.12222501890862816f,-0.24567768330335765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.051786467128688264f,-0.998609348754676f,0.188468821511367f,-0.23937538719742096f,0.9694988491102662f,-0.05264414096510904f,1.5769344888730161f,0.9708768684040183f,0.23956239979637617f,-0.002821879127056625f,-0.2007773700860812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,0.25626094423245904f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.2293664899734926f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,0.03137321502123144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,0.2731617550029717f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.12320182666911f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,-0.08805768282671397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,-0.3130994691394299f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.1895576032497353f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,0.1706578955241752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,-0.3688829664589456f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,2.0783109544061498f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,0.06900802071915875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9520126786781212f,0.2608981746955385f,-0.16001250600076636f,0.1648039282162616f,0.06645595591403683f,0.6865562792879061f,0.7240332045520417f,2.280897305159644f,0.2987565322460088f,0.6786550064730116f,-0.670948520103783f,0.10307115836830964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.981105289217595f,0.10875849112880766f,-0.16001250600076636f,0.05289130467996797f,-0.04176329145101626f,0.6884996341271934f,0.7240332045520417f,2.283025074273997f,0.18891331069153824f,0.7170354554790902f,-0.670948520103783f,0.13205698105492378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9169510237650715f,0.3978095570458239f,-0.03079571949465504f,0.01969089441446488f,0.04829130286802959f,0.18726326907490543f,0.9811220199968443f,2.3316568820582053f,0.3960666232889313f,0.898153675257406f,-0.19092198809492517f,0.08756193901950396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950021599272132f,0.09498592212000606f,-0.03079571949465504f,0.05003124790330171f,-0.011939774293331935f,0.19302078558315028f,0.9811220199968443f,2.333545718743173f,0.09913699375109977f,0.9765862229889772f,-0.19092198809492517f,0.09237451329424942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9678929603138908f,0.24946911840069558f,-0.03079571949465504f,0.1232368817593739f,0.018402327475483718f,0.19251217161727008f,0.9811220199968443f,2.3843704379016195f,0.25068819620855454f,0.949054383448906f,-0.19092198809492517f,0.17806831485215524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9678929603138908f,0.1938535924303918f,-0.16001250600076636f,0.07961982346253582f,0.018402327475483718f,0.6895195958416169f,0.7240332045520417f,2.2292285288372558f,0.25068819620855454f,0.6978420391838294f,-0.670948520103783f,0.02105385603579388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.952783157663523f,-0.17944442051273818f,-0.2449570460704787f,-0.22599742310794257f,-0.22111382047009775f,0.9629063211527575f,0.15466122681907113f,2.3048555634016092f,0.20811759384983372f,0.2015220003645021f,-0.9571185665837046f,0.14414170743440696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847285f,-0.2449570460704787f,-0.11465290272016376f,-0.06775980718937367f,0.9856411687061774f,0.15466122681907113f,2.3225931609199217f,0.2370803072390532f,0.16648416567406907f,-0.9571185665837046f,0.11851133406814761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9335179183438025f,-0.2618021041005589f,-0.2449570460704787f,-0.09288432000232938f,-0.30419523124360515f,0.939970832636561f,0.15466122681907113f,2.319849017299063f,0.1897618439510536f,0.21889379178279755f,-0.9571185665837046f,0.11249663480343756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9687295986493523f,0.03948430423714076f,-0.2449570460704787f,-0.1213749286288388f,0.0011601046013250405f,0.9879668815684735f,0.15466122681907113f,2.3277342771783904f,0.24811613985788927f,0.14954073238678178f,-0.9571185665837046f,0.12106246936444415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9629796357861953f,-0.11254450960181384f,-0.2449570460704787f,-0.18798371816463347f,-0.15340624880702974f,0.9759848501620175f,0.15466122681907113f,2.4318851683263665f,0.2216680939784592f,0.18651355342899806f,-0.9571185665837046f,0.12228948236708166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9629796357861953f,-0.11254450960181384f,-0.2449570460704787f,-0.1626612035042254f,-0.15340624880702974f,0.9759848501620175f,0.15466122681907113f,2.2122885770399128f,0.2216680939784592f,0.18651355342899806f,-0.9571185665837046f,0.08032393284555717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969124107867045f,-0.028187038356847292f,-0.2449570460704787f,-0.01941992517325809f,-0.0677598071893737f,0.9856411687061772f,0.15466122681907113f,1.7107842906385722f,0.23708030723905318f,0.16648416567406907f,-0.9571185665837046f,-0.004724285261544128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009875748178810562f,-0.051786467128688264f,-0.998609348754676f,1.1580282811381802e-17f,-0.23937538719742096f,0.9694988491102662f,-0.05264414096510904f,1.3472222222222223f,0.9708768684040183f,0.23956239979637617f,-0.002821879127056625f,-0.09456018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006096575374798349f,-0.2997332630424009f,-0.954003565399341f,0.1947102904553441f,-0.1991903145100091f,0.9345387744456599f,-0.2948906537396662f,0.7327367025962437f,0.9799418607111868f,0.19182609333341216f,-0.054006476855447495f,-0.32626508960157263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006096575374798349f,-0.46856754290852953f,-0.8834066388144041f,0.01606891472146724f,-0.1991903145100091f,0.8651502830355278f,-0.4602588471381619f,1.0625752480035386f,0.9799418607111868f,0.17877204897916674f,-0.08805966233007796f,-0.2581082459282653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.025245051187845938f,0.10860462856513599f,-0.9937644197921114f,0.30247572044983206f,0.142952175468009f,0.9842572672141581f,0.10393414965775526f,1.1411869011318148f,0.9894075817980609f,-0.1394369627837108f,-0.04037289301211204f,-0.0023422963318020344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.025245051187845938f,-0.9821799547889216f,-0.18623969448362787f,-0.02379869325398938f,0.142952175468009f,0.1808376905098122f,-0.9730685511412035f,1.0866730610541133f,0.9894075817980609f,-0.05118853486777472f,0.13583950448453502f,-0.0027909913399886965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08437526002302512f,-0.714969614383682f,-0.6940455791978623f,0.0008091927649521782f,-0.030410633563390882f,0.6980526041380029f,-0.7154004160066066f,1.2371533826949337f,0.9959698835117053f,-0.03925573033586018f,-0.08064104893587484f,-0.10905076909975106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08375711987426218f,-0.6648951422348812f,-0.7422258380727699f,0.002440754807790012f,-0.22840841153912986f,0.7122025767690647f,-0.6637748768834778f,1.1996339246042313f,0.9699558455973859f,0.2251264966101538f,-0.09221560668074807f,-0.1139897867025147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,-0.6440560972384615f,-0.764978199970422f,0.0008091927649521782f,-0.13052619222005157f,0.7584599481839567f,-0.6385150116836127f,1.2371533826949337f,0.9914448123645409f,0.09965064280149585f,-0.0843026299986488f,-0.10905076909975106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003853376983101237f,-0.02217173547768337f,-0.9997467507482752f,0.008024048176850672f,-0.04371822956721921f,0.9987945600130934f,-0.02231912390214308f,1.2608360092926552f,0.9990364697493951f,0.0437931619566221f,0.002879422946884154f,-0.1059306234591936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004474478531826794f,-0.02222594245418335f,-0.9997429602272234f,0.008024048176850672f,-0.21634077173621963f,0.976097768802076f,-0.020732009651409145f,1.2608360092926552f,0.976307661306847f,0.2161923986213034f,-0.009175906054571758f,-0.1059306234591936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,0.04777571306482725f,-0.9988580399942592f,0.008024048176850672f,-0.13052619222005157f,0.9903107742928315f,0.047407630863255834f,1.2608360092926552f,0.9914448123645409f,0.1303919152427783f,0.005927265369504175f,-0.1059306234591936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.017018135660610258f,-0.35294603741967284f,-0.9354888977045039f,0.010764624775733865f,0.05157533131681244f,0.934068940756158f,-0.35334855187793f,1.2594486377081866f,0.9985240949812869f,-0.05426148343364827f,0.002307196866724882f,0.08930945808143745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011660626550927852f,-0.3264122264438498f,-0.9451555894224023f,-0.0002517640746060607f,-0.25827424751134054f,0.9121624854116241f,-0.31820435773279365f,1.3015438241516586f,0.9660012644199233f,0.2478198108216084f,-0.07366748606713547f,-0.29599581060819186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,-0.1781429446024185f,-0.9840045701664222f,0.0204875447203563f,-0.13052619222005157f,0.9755935698518569f,-0.17657887644971665f,1.1256091211860724f,0.9914448123645409f,0.12838332349682263f,-0.02355644886969579f,-0.11584974889543015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.0003117370278698054f,-0.0917034077354362f,-0.9957863163499154f,1.1580282811381802e-17f,-0.13052619222005157f,0.9872710049093408f,-0.0908783583139272f,1.3472222222222223f,0.9914448123645409f,0.12994786598866767f,-0.012277465554081787f,-0.09456018518518519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17492520622115484f,-0.732866698586308f,-0.6575010070955726f,-0.8793593349186288f,0.26670310976677963f,0.6075607962628502f,-0.7481572896692116f,2.5012469458707622f,0.9477713983177671f,-0.3062291314484257f,0.08918012997931335f,-0.6012202867200224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4203939137902528f,-0.732866698586308f,-0.534953604858701f,-0.9078500324308052f,-0.050478170248750384f,0.6075607962628502f,-0.7926675426512616f,2.5115950081777125f,0.905936483190986f,-0.3062291314484257f,-0.29240863098734127f,-0.5125057993926352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3039007734632154f,-0.732866698586308f,-0.6087287753931673f,-0.8022953673657419f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.624405897020898f,0.9462878648254631f,-0.3062291314484257f,-0.10374485980716705f,-0.5413013140852537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9230271018055515f,0.006249006568100094f,-0.3846841811789981f,0.5360228447466869f,-0.05025554107910903f,0.9893428885702839f,0.1366566113521507f,1.7997257853468176f,0.3814385270568383f,0.14547026758866782f,-0.912876251922675f,-0.5867852262545262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9230271018055515f,0.006249006568100094f,-0.3846841811789981f,0.6225566355409574f,-0.05025554107910903f,0.9893428885702839f,0.1366566113521507f,1.8044372423229842f,0.3814385270568383f,0.14547026758866782f,-0.912876251922675f,-0.6225450881661049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9230271018055515f,0.006249006568100094f,-0.3846841811789981f,0.6369923673206719f,-0.05025554107910903f,0.9893428885702839f,0.1366566113521507f,1.7815830221320783f,0.3814385270568383f,0.14547026758866782f,-0.912876251922675f,-0.4677337194219143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-4.870891060465709e-9f,-6.412649735864298e-10f,-0.00001562499922762237f,0.6874908982267887f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.510981448413445f,0.000015491325193195954f,0.0000020394716526227947f,-4.912921787416687e-9f,-0.06550492739807666f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76.mcfunction new file mode 100644 index 000000000..411a8220f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..bae1ab14c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.565919605389617f,0.056820433271695114f,-0.5860468266639804f,-0.3189290994745386f,-0.2478715404612414f,0.7603069318031768f,-0.16564272795947035f,1.4539913877210848f,0.5340778446158162f,0.2926589350409463f,0.544110327117275f,-0.11707991040997959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5334717834114762f,-0.1607243967722972f,-0.5740866873443075f,-0.3189290994745386f,0.0606890678098537f,0.781017153902439f,-0.16226226412356282f,1.4539913877210848f,0.5930638189538714f,0.0646519419067601f,0.5330060347271266f,-0.11707991040997959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5548771826032248f,0.05487335620206422f,-0.5966947891928283f,-0.31793530131231296f,-0.03111396042206153f,0.8094996028353683f,0.10337678134223235f,1.4288831951234338f,0.5984042765034409f,0.09297178191766958f,-0.5479169773550472f,-0.01515855922710023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5227482086805997f,-0.15834703749000917f,-0.5845173445154236f,-0.31793530131231296f,-0.3316189104201057f,0.7209534538450544f,0.10126705111075823f,1.4288831951234338f,0.5067180760274953f,0.30846771809546736f,-0.5367349982253524f,-0.01515855922710023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08229609997626143f,0.0005096144096183828f,1.5603311642795104f,-0.004848941097965839f,1.5568031461547147f,-0.10498821855568276f,0.08214431256809962f,1.4136177929945195f,0.10486928078078271f,1.5589687181780327f,0.005021921033195756f,0.7755110224108701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0003261532221553332f,-0.9986119451388866f,0.05266950398480709f,-0.004414013597404626f,-0.06719245987563721f,-0.0525723600435835f,-0.9963540135390174f,1.426625147921979f,0.997739979633941f,-0.0032140294612457124f,-0.06711633969970116f,0.5827930802577448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.9986119451388866f,0.05181269995887794f,-0.009399202854330001f,-0.23918671419167165f,-0.0525723600435835f,-0.9695493090676922f,1.4940374217582482f,0.97092743735322f,-0.0032140294612457124f,-0.2393524209389408f,0.2511991096411237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9648697414691543f,-0.024609371866089604f,-0.26157362407858437f,0.24045587402427412f,0.2111763945098707f,0.5196655238603848f,-0.8278600568409635f,1.4385377252583464f,0.1563039103767383f,-0.8540152938485756f,-0.4962126212357686f,-0.4786423205443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7170806813554196f,-0.024609371866089604f,-0.696555579435844f,0.010401127751821051f,0.5860535560951552f,0.5196655238603848f,-0.6216823728393259f,1.6290267760199821f,0.3772751327811977f,-0.8540152938485756f,-0.35821969803133585f,-0.33048678273885096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.5802521949433712f,-0.814381828821407f,0.25527666058282883f,-0.23918671419167165f,0.7894624851001996f,-0.5652775427819583f,1.320439579675312f,0.97092743735322f,0.20014088758376522f,-0.13131464698156226f,0.05940771571475778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.30850701508886447f,-0.9511749547228725f,0.19148675178664884f,-0.23918671419167165f,0.9229059894639395f,-0.30171882666777383f,1.491598710033127f,0.97092743735322f,0.2303648329336443f,-0.06505347909346447f,0.10219453764548193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.5441770869724927f,-0.838916963033429f,0.20448446968373418f,-0.23918671419167165f,0.8133681518524799f,-0.5303036538684915f,1.3848826400181045f,0.97092743735322f,0.20567826225980626f,-0.12245964163142083f,-0.2460787777693179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.05181269995887816f,-0.9986119451388866f,0.18852826378432652f,-0.23918671419167165f,0.9695493090676922f,-0.05257236004358372f,1.5663445582180244f,0.97092743735322f,0.2393524209389408f,-0.0032140294612457657f,-0.20122028652739932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,0.25627413997328785f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.218816919170065f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.03083034713200588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,0.273215377765768f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.1126277373524203f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,-0.088573022280075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,-0.31314523895716984f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.1790764420547344f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.1698933378128414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,-0.3688958367728332f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,2.067814007839388f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.06824269061533526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9521281684137148f,0.2606744609613677f,-0.15968962494678823f,0.16479197638610094f,0.06658318630971582f,0.6866697484871511f,0.7239139008289857f,2.2703683432479176f,0.29835990047925526f,0.6786261724359691f,-0.6711541461325529f,0.10248137778397691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.981184360544572f,0.10851946510693099f,-0.15968962494678823f,0.05286783626135233f,-0.04165537796611726f,0.6886316095511893f,0.7239139008289857f,2.2725098723451818f,0.18852607275716576f,0.7169449295586411f,-0.6711541461325529f,0.13142168420013667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9171070460454475f,0.39746117818948945f,-0.03064764144298117f,0.019688884963921433f,0.04843497580420021f,0.18740964875087457f,0.9810869873125017f,2.321135404432777f,0.39568765360147523f,0.8982773710760492f,-0.19112573191504617f,0.08690378267847211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950428909465637f,0.09460638060241244f,-0.03064764144298117f,0.05002743357262919f,-0.011848367018677173f,0.1932043983067424f,0.9810869873125017f,2.3230229822561017f,0.09873834805027248f,0.9765867566295596f,-0.19112573191504617f,0.09172821459093236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9679925632410692f,0.24910062140421924f,-0.03064764144298117f,0.1232022150256118f,0.018521332733095516f,0.1926792245154355f,0.9810869873125017f,2.3738591137367338f,0.25029454197759804f,0.9491172724464367f,-0.19112573191504617f,0.17744159526537628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9679925632410692f,0.19362236749492504f,-0.15968962494678823f,0.07963718233925374f,0.018521332733095516f,0.6896416637793512f,0.7239139008289857f,2.21868973938638f,0.25029454197759804f,0.6977856077516283f,-0.6711541461325529f,0.020439833521260165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528829746323638f,-0.17945579174019782f,-0.2445601264856512f,-0.22602415494495492f,-0.22100420843718835f,0.9629586073275993f,0.1544922665596643f,2.294362918472302f,0.20777674679528188f,0.20126186768632884f,-0.9572473474011725f,0.14338976551353413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.02818265477150486f,-0.2445601264856512f,-0.11466802961858641f,-0.06764336530268976f,0.9856756640517127f,0.1544922665596643f,2.3120874512533036f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,0.11780080471022458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336163644111662f,-0.2618221316791231f,-0.2445601264856512f,-0.09289722399277994f,-0.3040905933579775f,0.9400324731648643f,0.1544922665596643f,2.309340557721264f,0.18944496597922802f,0.21860494220979815f,-0.9572473474011725f,0.11179541352171771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688294152853546f,0.0394956783858864f,-0.2445601264856512f,-0.12139071020028896f,0.0012786691150905027f,0.9879931703096697f,0.1544922665596643f,2.3172295519179102f,0.24772551157103936f,0.14936394079658877f,-0.9572473474011725f,0.12034822822260849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9630800028226466f,-0.11254889024976873f,-0.2445601264856512f,-0.18799243666075596f,-0.1532932564843409f,0.9760293628214696f,0.1544922665596643f,2.4213855046955377f,0.22130993127186638f,0.18627783070956622f,-0.9572473474011725f,0.12152808614616167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9630800028226466f,-0.11254889024976873f,-0.2445601264856512f,-0.16266893635455804f,-0.1532932564843409f,0.9760293628214696f,0.1544922665596643f,2.2017788980607076f,0.22130993127186638f,0.18627783070956622f,-0.9572473474011725f,0.07961557423650933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692244747752471f,-0.028182654771504872f,-0.2445601264856512f,-0.0194297624845793f,-0.06764336530268977f,0.9856756640517126f,0.1544922665596643f,1.7002476575670513f,0.23670296286099665f,0.1662805558874689f,-0.9572473474011725f,-0.005277101407156454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009467161607431364f,-0.05181269995887816f,-0.9986119451388866f,1.1638340141119156e-17f,-0.23918671419167165f,0.9695493090676922f,-0.05257236004358372f,1.3366666666666667f,0.97092743735322f,0.2393524209389408f,-0.0032140294612457657f,-0.09503425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005874876859823851f,-0.2919066498016182f,-0.9564287708049554f,0.1906887980238532f,-0.19918639651651487f,0.9369373959375729f,-0.28718129384847724f,0.7206837671343853f,0.9799440112907716f,0.19219475511916342f,-0.052639441866695315f,-0.3269819751169911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005874876859823851f,-0.4613139456114434f,-0.8872175209080829f,0.014812856259490404f,-0.19918639651651487f,0.8689136586398184f,-0.4531156952390092f,1.051957099490816f,0.9799440112907716f,0.17938365982877935f,-0.086782701742831f,-0.258591954807269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02407498955826146f,0.11684276847964288f,-0.992858581234902f,0.30191674875501257f,0.14314398205705073f,0.9833158263003761f,0.11224876902692023f,1.1279972550079271f,0.9894090131379543f,-0.13941934299522685f,-0.04039865740540091f,-0.002792238627041156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02407498955826146f,-0.980630551621504f,-0.19438136768804448f,-0.024802496916932166f,0.14314398205705073f,0.1890528140795494f,-0.9714776548585426f,1.076216202141228f,0.9894090131379543f,-0.051212837405366154f,0.13581991756097925f,-0.003250710623521627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08283760578355978f,-0.7048424177487194f,-0.704510537330839f,0.0003529329825454541f,-0.029201562491039182f,0.7083534719747484f,-0.7052535909085478f,1.2265954811857804f,0.9961351313030425f,-0.03784871045966014f,-0.07926080557508444f,-0.10952531909428062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08235250864788521f,-0.6540451115896702f,-0.7519594778477471f,0.0014301746819648893f,-0.22961748261148157f,0.7217705454709407f,-0.6529342167245845f,1.1890563908866392f,0.9697906351365567f,0.22643381305855526f,-0.09074057694988111f,-0.11446716842767289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,-0.6327853115984345f,-0.7743272496663178f,0.0003529329825454541f,-0.13052619222005157f,0.7677230014592208f,-0.6273470380698225f,1.2265954811857804f,0.9914448311908566f,0.1009165123045651f,-0.08278287412995981f,-0.10952531909428062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004277956944473942f,-0.01808426200003979f,-0.9998273143659836f,0.007665897126309807f,-0.04373589947425631f,0.9988763464490586f,-0.018254194086785358f,1.250248570626969f,0.9990339684823331f,0.04380643756908569f,0.003482218538062654f,-0.10640952620656348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0047653780946011115f,-0.018126801946824256f,-0.9998243396831247f,0.007665897126309807f,-0.21632310182918252f,0.9761795552380412f,-0.016667079836051424f,1.250248570626969f,0.9763102000832609f,0.2162056775074161f,-0.008573110692309108f,-0.10640952620656348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,0.05188031651143288f,-0.9986532796267209f,0.007665897126309807f,-0.13052619222005157f,0.9901080348464103f,0.051468363847259044f,1.250248570626969f,0.9914448311908566f,0.13036300123598432f,0.006529518640831216f,-0.10640952620656348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01620624543582074f,-0.3449447194172819f,-0.9384830835742363f,0.010518528323490605f,0.0516417340062858f,0.9370648493335586f,-0.34531521752204736f,1.2488496058790999f,0.9985341701302456f,-0.05406115693922573f,0.002627240509440123f,0.08882886754038143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01119288413899534f,-0.31684826407252165f,-0.9484101944300689f,-0.0005589344340418629f,-0.2583218084366141f,0.9153571854758263f,-0.3088544419039668f,1.2909901464668463f,0.9659940800184484f,0.2484520085489413f,-0.07160332965238786f,-0.29646969238792664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,-0.17409748081566612f,-0.9847283926668159f,0.019573504614316697f,-0.13052619222005157f,0.9763094927704732f,-0.17257661333678834f,1.114972149831434f,0.9914448311908566f,0.12849062806251663f,-0.022963127074382132f,-0.11633615318458972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00024464150986792314f,-0.08761025287211203f,-0.9961547990860741f,1.1638340141119156e-17f,-0.13052619222005157f,0.98763538331083f,-0.08682892822673775f,1.3366666666666667f,0.9914448311908566f,0.13000305082633415f,-0.011677049318204766f,-0.09503425925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17351871221536358f,-0.7328874208069297f,-0.6578505034839517f,-0.8793935737851697f,0.2682295912764069f,0.6075607962628502f,-0.7476113731131591f,2.489242090708823f,0.9475991467254569f,-0.3061795343706339f,0.09115892637459204f,-0.6018256533507079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42142364352902467f,-0.7328874208069297f,-0.5341143520798597f,-0.9078782675248445f,-0.05209595043225018f,0.6075607962628502f,-0.7925628623604641f,2.4995901530157734f,0.905366293067774f,-0.3061795343706339f,-0.2942209511732633f,-0.5131092381331823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30383673322319776f,-0.7328874208069297f,-0.6087357948792088f,-0.8023255514231258f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6124010418589587f,0.9463084289869399f,-0.3061795343706339f,-0.10370366416309436f,-0.5419118961174809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9860733716910662f,-0.002848223642525862f,0.1662864794981691f,0.6156878753293579f,0.02167643618598678f,0.9891233113360498f,0.14548266936608878f,1.7944456697702076f,-0.16489220041010938f,0.1470610845658702f,-0.9752864192893403f,-0.6221968639967662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9860733716910662f,-0.002848223642525862f,0.1662864794981691f,0.7081322539253954f,0.02167643618598678f,0.9891233113360498f,0.14548266936608878f,1.7924135038777713f,-0.16489220041010938f,0.1470610845658702f,-0.9752864192893403f,-0.6067382202083185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9860733716910662f,-0.002848223642525862f,0.1662864794981691f,0.6369670927026513f,0.02167643618598678f,0.9891233113360498f,0.14548266936608878f,1.771607186419076f,-0.16489220041010938f,0.1470610845658702f,-0.9752864192893403f,-0.4681745792091413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-3.8225235916863e-9f,-5.032447779322443e-10f,-0.000015624999524321855f,0.6874928629521043f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5004258928578893f,0.000015491325487357137f,0.0000020394716913498488f,-3.8555079970756645e-9f,-0.06602552713130694f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77.mcfunction new file mode 100644 index 000000000..b0cbf5840 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..9e816d829 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.549177547089374f,0.05385091566490791f,-0.6020369964540332f,-0.3209767039188348f,-0.25210628664587753f,0.7596953580253271f,-0.16201798564616485f,1.4442589618436454f,0.5493549730829506f,0.2948007569889624f,0.5274903522077061f,-0.11693647793661335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5172066109844337f,-0.1571357288896678f,-0.5897505271386448f,-0.3209767039188348f,0.05662725444382835f,0.7820511588420201f,-0.1587114961431819f,1.4442589618436454f,0.6076929122576227f,0.06086335235727777f,0.5167252429789775f,-0.11693647793661335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5382039938645446f,0.05191598215713012f,-0.6120340155819429f,-0.3200497946185834f,-0.03348977674073227f,0.8100536495845113f,0.09816294664033737f,1.4201353583175542f,0.6133183025856586f,0.08979008873989583f,-0.5317168834276119f,-0.01872829957442443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5065499172183952f,-0.15477319676031673f,-0.5995435254680258f,-0.3200497946185834f,-0.3339767807040035f,0.7205642491835914f,0.09615962119869784f,1.4201353583175542f,0.5214083728869598f,0.3111790808571159f,-0.5208655184597015f,-0.01872829957442443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08224657496117098f,0.00003949744109589782f,1.5603338582967137f,-0.005104424546528477f,1.5568773636938151f,-0.10394291743505744f,0.0820670112340163f,1.4050350686544577f,0.10380089269824132f,1.55903884440223f,0.005431972018265108f,0.7739170065628511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.000025278362300942825f,-0.9986136693098967f,0.052637807975149206f,-0.004611380247148199f,-0.06652346715843702f,-0.05252288718977018f,-0.9964015127640417f,1.4179131789015473f,0.9977848604174273f,-0.003476462091690098f,-0.06643257132687466f,0.581190524584744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.9986136693098967f,0.05183373185394681f,-0.009494235847005013f,-0.23853613313093025f,-0.05252288718977018f,-0.9697122560389724f,1.485103358177933f,0.9710903714286462f,-0.003476462091690098f,-0.2386868340103814f,0.24954995762256094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9633650820903269f,-0.024327857017463102f,-0.2670877645681953f,0.23917488474642254f,0.2161541216544981f,0.5190940527741955f,-0.8269333468099065f,1.4279381549717542f,0.15876118638026845f,-0.854370832687656f,-0.49481851819806744f,-0.4808464557999949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7130913682534119f,-0.024327857017463102f,-0.7006488820339436f,0.010486476597301965f,0.5899578964143738f,0.5190940527741955f,-0.6184586039766831f,1.6197016324198357f,0.37874844023547377f,-0.854370832687656f,-0.3558090769946677f,-0.3322203853404674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.58027085946017f,-0.8143719825435047f,0.2552297736286376f,-0.23853613313093025f,0.7896264949268762f,-0.5653233691441024f,1.311363276851567f,0.9710903714286462f,0.19943853231221814f,-0.13117836082114548f,0.057953910705815466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.3085277765877817f,-0.9511711766891817f,0.19143599566412114f,-0.23853613313093025f,0.9230761886685972f,-0.30171321334008444f,1.4825543546435536f,0.9710903714286462f,0.229654002766893f,-0.06513470297558921f,0.10060694433101047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.5441961632134171f,-0.8389079402617897f,0.20453198277040932f,-0.23853613313093025f,0.8135340044959848f,-0.5303422826059315f,1.375604116284598f,0.9710903714286462f,0.20497063075602476f,-0.12235412149188794f,-0.24759085022931487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.05183373185394703f,-0.9986136693098967f,0.18857182261460742f,-0.23853613313093025f,0.9697122560389724f,-0.0525228871897704f,1.5570968962469691f,0.9710903714286462f,0.2386868340103814f,-0.0034764620916901507f,-0.20285879674044144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,0.2562823854564364f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.2097212002368583f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,0.02877449026733355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,0.27325370217936257f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.1034511056540475f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,-0.09055259762996873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,-0.3131804788472626f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.1701034072047216f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,0.16769434721474713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,-0.36890654905672354f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,2.058775722022063f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,0.06610170914051897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522135997485462f,0.2605078060004482f,-0.15945200991755779f,0.1647815444858156f,0.06683243783683736f,0.6871111449992114f,0.7234719757327561f,2.261325383879082f,0.29803135020782856f,0.6782432877889067f,-0.6716869485575805f,0.10036366615884657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812426694982487f,0.1083414975399664f,-0.15945200991755779f,0.05284889459624967f,-0.04147824476613857f,0.6891065632690364f,0.7234719757327561f,2.2634921023565115f,0.18826146383971357f,0.7165153622709951f,-0.6716869485575805f,0.12926916467970637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172224303565826f,0.3972031418750648f,-0.03053976645853916f,0.01968573697548104f,0.048747680479255956f,0.18799136623144533f,0.9809601979032212f,2.3120894887069685f,0.39538168508247484f,0.8982699540266349f,-0.19179262966634292f,0.08470878146304035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950728903412238f,0.09432531777111311f,-0.03053976645853916f,0.050022944157704766f,-0.011730727787210782f,0.19385427556609472f,0.9809601979032212f,2.313978732800787f,0.0984496466908131f,0.9764851531242674f,-0.19179262966634292f,0.08954099028890865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680661612070569f,0.2488277118620254f,-0.03053976645853916f,0.12317481212425127f,0.018739186831820034f,0.19330269787707355f,0.9809601979032212f,2.3648685422034013f,0.24999350072094947f,0.9490620826916196f,-0.19179262966634292f,0.17524207571506034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680661612070569f,0.19345015910844915f,-0.15945200991755779f,0.07964852632485028f,0.018739186831820034f,0.6900993719793f,0.7234719757327561f,2.209596183508059f,0.24999350072094947f,0.69738073728394f,-0.6716869485575805f,0.01833140982617409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529563287585412f,-0.17946580642219656f,-0.2442667799850695f,-0.22604551717415566f,-0.22081558975186855f,0.9631026132861198f,0.15386302871054203f,2.285367583556544f,0.20764082161650707f,0.20056266005086112f,-0.9574235784603099f,0.14113945363506208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662778f,-0.2442667799850695f,-0.11468085016328639f,-0.06743454133129725f,0.985788390594785f,0.15386302871054203f,2.3030691989344234f,0.23645933097432104f,0.16561122004088946f,-0.9574235784603099f,0.115571810420017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336885665656992f,-0.26183850148558396f,-0.2442667799850695f,-0.09290839808460519f,-0.30391524336997583f,0.9401923703388511f,0.15386302871054203f,2.3003171540662635f,0.18937049799759942f,0.2178965486105657f,-0.9574235784603099f,0.10957475243087214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689031421633049f,0.03950242146756251f,-0.2442667799850695f,-0.12140402291617444f,0.0014948478079262473f,0.9880910554326712f,0.15386302871054203f,2.3082133539887826f,0.24743578265098687f,0.14871323031979702f,-0.9574235784603099f,0.11811378148820977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631538768507613f,-0.11255376361132878f,-0.2442667799850695f,-0.1880006935956557f,-0.15309505191679407f,0.9761598606143427f,0.15386302871054203f,2.412373516813461f,0.2211255629409303f,0.1855898079699208f,-0.9574235784603099f,0.11920394936298648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631538768507613f,-0.11255376361132878f,-0.2442667799850695f,-0.16267609678310674f,-0.15309505191679407f,0.9761598606143427f,0.15386302871054203f,2.1927375481752343f,0.2211255629409303f,0.1855898079699208f,-0.9574235784603099f,0.07744624256975435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692984924318281f,-0.028181071042662775f,-0.2442667799850695f,-0.01943764944523013f,-0.06743454133129727f,0.985788390594785f,0.15386302871054203f,1.6911420960146146f,0.23645933097432104f,0.1656112200408895f,-0.9574235784603099f,-0.007067437246106992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009165353758443892f,-0.05183373185394703f,-0.9986136693098967f,1.1827026462765567e-17f,-0.23853613313093025f,0.9697122560389724f,-0.0525228871897704f,1.3275f,0.9710903714286462f,0.2386868340103814f,-0.0034764620916901507f,-0.09657500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005744615220282777f,-0.28664668779977465f,-0.9580191416508281f,0.1879668709307671f,-0.19917613091303565f,0.9385108524663592f,-0.28200398698844864f,0.7105277626647626f,0.9799468701263779f,0.19243455037047366f,-0.051701794487517154f,-0.3286841518516713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005744615220282777f,-0.4564318842263559f,-0.8897398127866087f,0.013952215069468948f,-0.19917613091303565f,0.8714042567298576f,-0.44831182253828394f,1.0427506355430207f,0.9799468701263779f,0.17979031234931153f,-0.08590445456932264f,-0.2601390952684963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02327979973035238f,0.12309477037491147f,-0.9921218314455449f,0.3015560681869967f,0.14357955421271532f,0.9825144627048011f,0.11853371751520254f,1.1168265979630787f,0.9893649288996416f,-0.13968896907860592f,-0.04054663218028886f,-0.004299099244622635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02327979973035238f,-0.9794055465706782f,-0.20055629202571945f,-0.025485057934445835f,0.14357955421271532f,0.19525551390607987f,-0.9701856502244046f,1.0671192242571288f,0.9893649288996416f,-0.051381510642093765f,0.1360771025100982f,-0.004780710577299341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08150373634236975f,-0.6960993268171645f,-0.7133041904874274f,0.000041341817080570165f,-0.02818884032069517f,0.717008925256057f,-0.6964937834500234f,1.2174282762555888f,0.9962743247939334f,-0.03665962776467748f,-0.078061139170188f,-0.11106621019060248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08115254231397388f,-0.6446922862130723f,-0.7601224381462114f,0.0006462912098078484f,-0.23063020478182555f,0.7297938612240934f,-0.6435919738172017f,1.1798788059649734f,0.9696514701263914f,0.2275363184570557f,-0.08946088678711756f,-0.11600958374784409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,-0.6230790766581338f,-0.7821588284115345f,0.000041341817080570165f,-0.13052619222005157f,0.7754817673675733f,-0.6177304765227297f,1.2174282762555888f,0.9914448455540988f,0.10198280595920217f,-0.08146548663634788f,-0.11106621019060248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004589492077643089f,-0.015294566994290743f,-0.9998724982631169f,0.00742123515432868f,-0.04374878698481473f,0.9989226131197148f,-0.015480847374673458f,1.2410609865909634f,0.9990320216088305f,0.04381425816486892f,0.003915428665633255f,-0.10795358645247997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004942368614422611f,-0.015325364486545992f,-0.9998703446926677f,0.00742123515432868f,-0.21631021431862413f,0.9762258219086973f,-0.013893733123939524f,1.2410609865909634f,0.9763121755739351f,0.2162135006007786f,-0.008139900739386263f,-0.10795358645247997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,0.054682918139217024f,-0.998503754171729f,0.00742123515432868f,-0.13052619222005157f,0.9899601672458125f,0.054238182225965006f,1.2410609865909634f,0.9914448455540988f,0.13034049919507956f,0.006962219027488536f,-0.10795358645247997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01563029148061029f,-0.33847328765805534f,-0.9408461763381826f,0.010354568280642542f,0.051685298438210237f,0.9394296442817445f,-0.338822333044958f,1.2396538822053262f,0.9985410977589178f,-0.05392380723412105f,0.002810533720319053f,0.08728355298061559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.010894866600249027f,-0.3089526695526f,-0.9510150103221741f,-0.0007729065681424292f,-0.25835301146028344f,0.917909512668828f,-0.3011575136394196f,1.2818254457481344f,0.9659891424602896f,0.2489786627974304f,-0.06981835088598155f,-0.29801017154243525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,-0.1713330737772832f,-0.9852131477306243f,0.018949270365476157f,-0.13052619222005157f,0.9767884885715302f,-0.16984452225102753f,1.1057520691680625f,0.9914448455540988f,0.12856603915565604f,-0.02253645491277583f,-0.11788537040669136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00017711223391143918f,-0.08481411604947058f,-0.9963967755618259f,1.1827026462765567e-17f,-0.13052619222005157f,0.9878744389604174f,-0.08406548633758501f,1.3275f,0.9914448455540988f,0.13004098802834238f,-0.011245428263155248f,-0.09657500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17180474782851704f,-0.7329082736027357f,-0.6582769866159972f,-0.8794280484553659f,0.27010262472870483f,0.6075607962628502f,-0.7469367114817131f,2.4782956428153153f,0.9473793858524917f,-0.30612961524346083f,0.0935786189930506f,-0.603540808313984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42269945202017556f,-0.7329082736027357f,-0.5330765758748937f,-0.9079066994778318f,-0.05408233300474716f,0.6075607962628502f,-0.7924297950615027f,2.4886437051222656f,0.9046547819575195f,-0.30612961524346083f,-0.2964530049641658f,-0.5148224531532165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3037722775729688f,-0.7329082736027357f,-0.6087428569295817f,-0.8023559454271616f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.601454593965451f,0.9463291217148535f,-0.30612961524346083f,-0.10366220171926131f,-0.5436323004757111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7464661444408027f,-0.011675304421432678f,0.6653209619952988f,0.7017492029328225f,0.08683792398519753f,0.9895864596104171f,0.114794659778498f,1.7844421588967263f,-0.6597328778843935f,0.1434654182107553f,-0.7376789298983598f,-0.6112417972569605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7464661444408027f,-0.011675304421432678f,0.6653209619952988f,0.7717304039741477f,0.08683792398519753f,0.9895864596104171f,0.114794659778498f,1.7763011035231142f,-0.6597328778843935f,0.1434654182107553f,-0.7376789298983598f,-0.5493918399552986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7464661444408027f,-0.011675304421432678f,0.6653209619952988f,0.6369416591541903f,0.08683792398519753f,0.9895864596104171f,0.114794659778498f,1.7631524322431456f,-0.6597328778843935f,0.1434654182107553f,-0.7376789298983598f,-0.46966497912137556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-2.7673786548662374e-9f,-3.6433231168318803e-10f,-0.000015624999750684075f,0.6874948371997064f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4912592261912225f,0.000015491325711782796f,0.0000020394717208960474f,-2.791258256189434e-9f,-0.06761309444284955f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78.mcfunction new file mode 100644 index 000000000..f03bd60df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..bd6fa5cb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5359348641632125f,0.051503908829501434f,-0.6140566856521358f,-0.32260448952835946f,-0.2549079938913145f,0.7594441149573035f,-0.15877970698885943f,1.4364510565557742f,0.5610170946318028f,0.29586555743520554f,0.5144587795916117f,-0.11851809922445851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5043418230570132f,-0.15429549661733152f,-0.6015249165571943f,-0.32260448952835946f,0.05399745538445494f,0.7828740636096285f,-0.15553930480541334f,1.4364510565557742f,0.6186465875825489f,0.0574552021226844f,0.503959620824436f,-0.11851809922445851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5249543290126633f,0.049567744219841926f,-0.6236268400480092f,-0.3217207306494453f,-0.03479182362208792f,0.8105260090912351f,0.09370998900933254f,1.413134817188836f,0.6246254284804281f,0.08680479113525948f,-0.5188954102476241f,-0.02309268574028847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4936783489671571f,-0.15193146132637914f,-0.6108997616796825f,-0.3217207306494453f,-0.335332240578026f,0.7205036433164158f,0.09179754025404005f,1.413134817188836f,0.5327607119429725f,0.31271605495561333f,-0.5083057079976726f,-0.02309268574028847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08222288700905442f,-0.00022466683174558136f,1.5603350910547102f,-0.005248342768703655f,1.5570053920012379f,-0.10203474758028247f,0.08203273471791156f,1.3987394201193601f,0.1018815789579622f,1.559164875762356f,0.005593215353422499f,0.7710354070023508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00014378677231760388f,-0.9986144582750146f,0.05262264768579461f,-0.004722642050517637f,-0.06530223845138103f,-0.05250095021946315f,-0.9964834508807923f,1.411381631672784f,0.9978655204879079f,-0.0035796578261908284f,-0.06520421053309602f,0.5782933934254755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.9986144582750146f,0.05184815973598603f,-0.009548114424616677f,-0.23734768603667566f,-0.05250095021946315f,-0.9700050134711105f,1.4781659967031586f,0.9713831087047711f,-0.0035796578261908284f,-0.2374911412514214f,0.24657002745790219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9622814418860859f,-0.024170894168958058f,-0.27098006287678883f,0.2382505859298762f,0.21976954573294816f,0.5180486444930295f,-0.8266359227055577f,1.4192844624619037f,0.16036138366193128f,-0.8550095729370569f,-0.49319657015841367f,-0.48418050802682416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7102565715104594f,-0.024170894168958058f,-0.7035278036448032f,0.010533702003598435f,0.5929758234959711f,0.5180486444930295f,-0.6164456786191385f,1.6120516235604943f,0.3793616683001631f,-0.8550095729370569f,-0.35361469823878816f,-0.33536125355383545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.5802834517231119f,-0.8143648958545672f,0.25520343251543254f,-0.23734768603667566f,0.7898851907663937f,-0.5654621661446266f,1.3041846201709317f,0.9713831087047711f,0.19837464823976056f,-0.13062294996977544f,0.055231162458972846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.3085419170508605f,-0.9511682045603128f,0.19140702178989427f,-0.23734768603667566f,0.9233646483388447f,-0.30176779505294693f,1.4754294430153843f,0.9713831087047711f,0.22847234322924456f,-0.06492491434259631f,0.09766394609981498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.5442090526083448f,-0.8389014095846049f,0.20455857193383298f,-0.23734768603667566f,0.8137985083545167f,-0.5304696633484326f,1.3680527858148839f,0.9713831087047711f,0.20388353258439393f,-0.12184564524004778f,-0.2504004914936538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.05184815973598625f,-0.9986144582750146f,0.18859570161911673f,-0.23734768603667566f,0.9700050134711105f,-0.05250095021946336f,1.5496005949018454f,0.9713831087047711f,0.2374911412514214f,-0.0035796578261908813f,-0.20589327537042595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,0.2562846483899141f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.2025061304337403f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,0.024952452953796764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,0.27327316883416697f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.09608962771898f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,-0.09424163508363317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,-0.31320254756671f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.1630733033053557f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,0.16382518528856732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,-0.36891452022330273f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,2.051622822659312f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,0.06235953116621448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522617961776041f,0.2604122094958312f,-0.15932028334805126f,0.16477316665010272f,0.06722208279643925f,0.6879339033723254f,0.7226535381325029f,2.254200289020238f,0.29778962897507477f,0.6774455149577829f,-0.6725986255847335f,0.09646307069938304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.981275317961228f,0.1082395384043581f,-0.15932028334805126f,0.05283572866570288f,-0.04122210474852358f,0.689980146022099f,0.7226535381325029f,2.2564053144164324f,0.18814751776250888f,0.7156895978155158f,-0.6725986255847335f,0.12534712279549293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172874283956975f,0.3970574754103571f,-0.030481714649320035f,0.019681326119370013f,0.04925556877631283f,0.1890802072874881f,0.9807255294712394f,2.3049489958193243f,0.39516789172670747f,0.8981058046983526f,-0.1929981888914895f,0.08072173401800545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950896937367655f,0.09416669523195953f,-0.030481714649320035f,0.05001777246078154f,-0.011584167703235178f,0.19504677106268864f,0.9807255294712394f,2.306843358099607f,0.09829704205872442f,0.9762629720557425f,-0.1929981888914895f,0.08555671487894961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681075717569716f,0.24867367085974024f,-0.030481714649320035f,0.12315661213525267f,0.019070489913031938f,0.19445758472693858f,0.9807255294712394f,2.3578361023699297f,0.2498080181285179f,0.94886650966472f,-0.1929981888914895f,0.17120772009256924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681075717569716f,0.19335143345917466f,-0.15932028334805126f,0.07965253960693844f,0.019070489913031938f,0.6909473064127628f,0.7226535381325029f,2.202372958427058f,0.2498080181285179f,0.6965680461665109f,-0.6725986255847335f,0.01447990970510455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529969605993425f,-0.17947401423004916f,-0.24410217390381422f,-0.22606009212486333f,-0.22053633792657432f,0.9633520583742732f,0.1526975287291407f,2.278302611051054f,0.20775109323984714f,0.19935368028256478f,-0.9576521254690797f,0.1371438553951913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.02818282157850127f,-0.24410217390381422f,-0.1146906723007995f,-0.06711970575044206f,0.9859910799900714f,0.1526975287291407f,2.2959700046674016f,0.2363791188676946f,0.1643998745373214f,-0.9576521254690797f,0.11157324422031964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9337283284324894f,-0.26185021935851394f,-0.24410217390381422f,-0.09291728758199296f,-0.30365879475411806f,0.9404652046133817f,0.1526975287291407f,2.2932100519254885f,0.1895857195337935f,0.21670178018052486f,-0.9576521254690797f,0.10558321051847375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968944578967689f,0.039503564200721625f,-0.24410217390381422f,-0.12141413542175954f,0.0018230553626105983f,0.9882712892668482f,0.1526975287291407f,2.301117443033145f,0.24727126674620603f,0.1475104309067035f,-0.9576521254690797f,0.11410778992556114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631949822621735f,-0.11255911709143793f,-0.24410217390381422f,-0.18800823874145378f,-0.15279907992516872f,0.9763892184441793f,0.1526975287291407f,2.4052806061393874f,0.2211512317826738f,0.18437608105597866f,-0.9576521254690797f,0.11505930765962333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631949822621735f,-0.11255911709143793f,-0.24410217390381422f,-0.16268243739588029f,-0.15279907992516872f,0.9763892184441793f,0.1526975287291407f,2.1855930319894474f,0.2211512317826738f,0.18437608105597866f,-0.9576521254690797f,0.0735746894220282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969339908011275f,-0.028182821578501265f,-0.24410217390381422f,-0.01944305990099483f,-0.06711970575044202f,0.9859910799900714f,0.1526975287291407f,1.6838907689405553f,0.23637911886769458f,0.1643998745373214f,-0.9576521254690797f,-0.010301007215902144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008996224546488166f,-0.05184815973598625f,-0.9986144582750146f,1.2168113274972528e-17f,-0.23734768603667566f,0.9700050134711105f,-0.05250095021946336f,1.320138888888889f,0.9713831087047711f,0.2374911412514214f,-0.0035796578261908813f,-0.09936018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005725296139920686f,-0.28454693982577706f,-0.9586450125150061f,0.1868478573234882f,-0.1991594906245494f,0.9391308600953175f,-0.2799441460556005f,0.7027747750829247f,0.9799503652115654f,0.19252601552105894f,-0.05129342130629197f,-0.3315351307931122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005725296139920686f,-0.45448135263209893f,-0.8907378520607554f,0.013576841632500473f,-0.1991594906245494f,0.8723892584685857f,-0.44639946124833224f,1.035373179874073f,0.9799503652115654f,0.17995466600877305f,-0.08551958783454659f,-0.26292741437726747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.022943948753795913f,0.12688420645396215f,-0.9916521433285623f,0.30145466653213243f,0.14430200553340308f,0.98194641351119f,0.12230360661709258f,1.1082443277453475f,0.9892676616642337f,-0.14029126539118228f,-0.04083937365239551f,-0.007038941383714446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.022943948753795913f,-0.978639990617329f,-0.20429719523306622f,-0.02577418651113669f,0.14430200553340308f,0.19896921307194598f,-0.969323570046952f,1.0597885834629799f,0.9892676616642337f,-0.0517206053139844f,0.13665457391296557f,-0.007560196626771015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08044540238268587f,-0.6892411159700342f,-0.7200522351134463f,-0.00009283490770366568f,-0.027413859581124314f,0.7236501313554677f,-0.6896223370019859f,1.2100671982670463f,0.9963819636757554f,-0.0357375355277382f,-0.07710908517191402f,-0.11385140857485215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08022694135707482f,-0.6373625978388386f,-0.7663762501256257f,0.00014550587605026422f,-0.23140518552139644f,0.7359395618054952f,-0.636273998748451f,1.1725136922117771f,0.9695438504752101f,0.22838975512413595f,-0.0884468301299748f,-0.11879539498539839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,-0.6154793187749104f,-0.7881530283024164f,-0.00009283490770366568f,-0.13052619222005157f,0.781419125428738f,-0.6102024775094906f,1.2100671982670463f,0.9914448552523895f,0.10280738579770769f,-0.0804222632049732f,-0.11385140857485215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0047613488424447575f,-0.014096529937889943f,-0.9998893025734952f,0.007315861434902379f,-0.04375452051165429f,0.9989400857522586f,-0.014291501392980063f,1.233691112638628f,0.999030966232777f,0.043817723822449965f,0.004139515312657625f,-0.11074043794380661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004980856476133887f,-0.01411568758637008f,-0.9998879629402126f,0.007315861434902379f,-0.21630448079178455f,0.9762432945412411f,-0.012704387142246129f,1.233691112638628f,0.9763132502727601f,0.21621696794476508f,-0.007915814210286847f,-0.11074043794380661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,0.05588963510290555f,-0.9984369467071825f,0.007315861434902379f,-0.13052619222005157f,0.9898943824029689f,0.0554258498498566f,1.233691112638628f,0.9914448552523895f,0.13032827926090626f,0.007186001562755369f,-0.11074043794380661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015345012235026486f,-0.333948471167709f,-0.9424664180777248f,0.010291274390778479f,0.051703548735071436f,0.9410513683265551f,-0.3342888948483308f,1.2322804604144422f,0.9985445776968133f,-0.05385852555973099f,0.002825876293262839f,0.08449603912450257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.010804044183278246f,-0.3031961329378917f,-0.9528669254417398f,-0.0008723801212951405f,-0.25836608323511845f,0.9197177598118448f,-0.295577755117711f,1.2744653478761307f,0.9659866664002302f,0.24938193049655794f,-0.0683989260060445f,-0.3007951802314279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,-0.17014225648160883f,-0.9854195047903423f,0.018680714008534015f,-0.13052619222005157f,0.9769915568741512f,-0.16867249610163543f,1.0983685815159676f,0.9914448552523895f,0.12860447253485593f,-0.022315659022313788f,-0.12067481054786279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.00011017305859467333f,-0.08360984497031285f,-0.9964985608047497f,1.2168113274972528e-17f,-0.13052619222005157f,0.987974585717269f,-0.08288022153279226f,1.320138888888889f,0.9914448552523895f,0.13006003152710224f,-0.011022122878006043f,-0.09936018518518518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1697645449489307f,-0.73292894082165f,-0.6587830955514394f,-0.8794622439809677f,0.2723429596913439f,0.6075607962628502f,-0.7461227721702445f,2.4688036137556266f,0.9471057552273884f,-0.30608013093062064f,0.09646575488043724f,-0.6065471568518351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4242362872325469f,-0.73292894082165f,-0.5318258552394745f,-0.9079349049598364f,-0.056460165092128575f,0.6075607962628502f,-0.7922639261017891f,2.479151676062577f,0.9037897002914527f,-0.30608013093062064f,-0.2991306254741907f,-0.5178268791061367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30370838377459963f,-0.73292894082165f,-0.6087498544813583f,-0.8023860962981983f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5919625649057623f,0.9463496292874507f,-0.30608013093062064f,-0.1036211011184448f,-0.5466438528112192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2792016101089032f,-0.01737985593408677f,0.9600752061793424f,0.767840160847263f,0.12533147652482673f,0.990623415500274f,0.05438078387333417f,1.7706757188545672f,-0.9520181100718113f,0.1355108455817536f,-0.27440540961324966f,-0.5581676117976487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2792016101089032f,-0.01737985593408677f,0.9600752061793424f,0.7940153117949726f,0.12533147652482673f,0.990623415500274f,0.05438078387333417f,1.7589258929303646f,-0.9520181100718113f,0.1355108455817536f,-0.27440540961324966f,-0.46891591397841637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2792016101089032f,-0.01737985593408677f,0.9600752061793424f,0.6369164553942165f,0.12533147652482673f,0.990623415500274f,0.05438078387333417f,1.7566436883114658f,-0.9520181100718113f,0.1355108455817536f,-0.27440540961324966f,-0.4723809514460451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.721454040541771e-9f,-2.266337239192383e-10f,-0.00001562499990352746f,0.6874967910476667f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4838981150801116f,0.000015491325863318586f,0.000002039471740846113f,-1.7363083995981508e-9f,-0.07044469713962141f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79.mcfunction new file mode 100644 index 000000000..1240d25d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..9ac5b7971 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.528524101597119f,0.05019111964294212f,-0.6205542441917471f,-0.3235246702149307f,-0.25574859284218565f,0.7596597778140821f,-0.15637814321427967f,1.4310412877886378f,0.5676260879616476f,0.2955373376155568f,0.5073487467067481f,-0.12218559217126913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.49714276882648367f,-0.1527055044586986f,-0.6078898718613033f,-0.3235246702149307f,0.05331753875082765f,0.7833843621804653f,-0.15318675253643724f,1.4310412877886378f,0.6245048498331226f,0.05468061813037642f,0.49699469065150836f,-0.12218559217126913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5174515379496911f,0.04823872792628886f,-0.6299693448462371f,-0.32265679128483526f,-0.03473360133996065f,0.81087962606379f,0.09062148430173268f,1.4082729945616983f,0.6308580880482554f,0.0842122414328581f,-0.5117331488006203f,-0.02824716945979014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48638992354674115f,-0.15032165605195436f,-0.6171128276044773f,-0.32265679128483526f,-0.3354121096216241f,0.7208455014578591f,0.08877206625475856f,1.4082729945616983f,0.539373302075072f,0.31270619237515196f,-0.5012896151516281f,-0.02824716945979014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08222933785452795f,-0.00025396533152221516f,1.5603347466161277f,-0.005265091778422115f,1.5571914943993588f,-0.09914181212971676f,0.0820475524188738f,1.395215248871938f,0.09899108932776629f,1.5593514955228165f,0.00547061646031573f,0.7666805721098666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0001625378121746495f,-0.9986142378343218f,0.05262677622689767f,-0.004735769299959858f,-0.06345075976301898f,-0.05251043354807899f,-0.9966025564155896f,1.4074998407725368f,0.9979849571346026f,-0.0035011945346024964f,-0.06335429716977065f,0.5739154448398531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.9986142378343218f,0.05185548163917348f,-0.009555138979674584f,-0.23554501792890742f,-0.05251043354807899f,-0.9704438154254287f,1.4736686214137786f,0.971821964924813f,-0.0035011945346024964f,-0.23569007218486288f,0.24206865147077233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9617338481036595f,-0.02415616814160052f,-0.27291845843116197f,0.23776674043861618f,0.22174099461731078f,0.516461359654575f,-0.8271025300951955f,1.4130301465675374f,0.16093146590351118f,-0.8559697094666741f,-0.49134195806758085f,-0.4887953724069864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7088378823842395f,-0.02415616814160052f,-0.7049576838631818f,0.010537334667414825f,0.594926307293227f,0.516461359654575f,-0.6158980052526497f,1.6064744040591838f,0.37896113967987816f,-0.8559697094666741f,-0.3517162365999973f,-0.34010964840709346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.5802895085109292f,-0.8143607758810576f,0.25520054445458396f,-0.23554501792890742f,0.7902501771923206f,-0.565705932421056f,1.299333325582711f,0.971821964924813f,0.1968978002915469f,-0.12958906099677206f,0.05105793197307276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.30854893241199716f,-0.9511660965829631f,0.191402831523691f,-0.23554501792890742f,0.9237860440130901f,-0.30189052554778195f,1.470656393050492f,0.971821964924813f,0.22675295189712982f,-0.06438297364686513f,0.0931717168684917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.5442152833421627f,-0.8388975577257712f,0.20456129978915716f,-0.23554501792890742f,0.8141737803298785f,-0.5306972771290855f,1.362634185970683f,0.971821964924813f,0.2023629926645781f,-0.12087715950298847f,-0.2546926532393329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.0518554816391737f,-0.9986142378343218f,0.1885970579953476f,-0.23554501792890742f,0.9704438154254287f,-0.0525104335480792f,1.5442642111532754f,0.971821964924813f,0.23569007218486288f,-0.003501194534602549f,-0.21052264717051233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,0.2562797289184235f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.197597115993511f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.019112615013695065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,0.2732708205090726f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.0909597023237794f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,-0.09988350808444926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,-0.3132099884780147f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.1584203388484013f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.15804746273825854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,-0.36891971187414485f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,2.046781634479294f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.056787703179420196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522676433667979f,0.26039735507926737f,-0.15930961322019194f,0.16476673988168494f,0.0677716680528542f,0.6891903668763717f,0.7214039362341643f,2.2494235924716217f,0.29764632772130556f,0.6761729480484518f,-0.6739412496067343f,0.0905254636192698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812787694191114f,0.10822395216839804f,-0.15930961322019194f,0.052828747272602034f,-0.040875839994697585f,0.69130711445101f,0.7214039362341643f,2.2516818747463914f,0.18820505410865748f,0.7144102810615693f,-0.6739412496067343f,0.11940325087550469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172950718056284f,0.3970398798449908f,-0.030480896538369676f,0.01967505093641686f,0.04998595615922841f,0.19074732758118118f,0.9803656772895946f,2.300142580564459f,0.39505842027218585f,0.8977609875870711f,-0.19481800157770823f,0.0746872453880467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950915257228631f,0.0941475989112964f,-0.030480896538369676f,0.050011400003691295f,-0.01140469652571207f,0.1968579987952513f,0.9803656772895946f,2.3020459991318214f,0.0982994828658906f,0.975901202955282f,-0.19481800157770823f,0.07951927891709953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681123685109875f,0.24865509623223814f,-0.030480896538369676f,0.12314846598701924f,0.01953108994395386f,0.19621843776290732f,0.9803656772895946f,2.353197781008279f,0.24975383572959897f,0.9485088127158443f,-0.19481800157770823f,0.16507691634043917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681123685109875f,0.19333620734792345f,-0.15930961322019194f,0.07964781933373653f,0.01953108994395386f,0.6922390463643721f,0.7214039362341643f,2.197443995576296f,0.24975383572959897f,0.6952885829760659f,-0.6739412496067343f,0.008636985170824583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9530002639474161f,-0.17948059292146493f,-0.24408443965299215f,-0.22606736090686924f,-0.22015331047580197f,0.963719739572251f,0.15091979143021028f,2.2736002015600327f,0.2081418189665423f,0.19756259849311664f,-0.95793841288151f,0.13115404431306027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693441998237246f,-0.02818880251782027f,-0.24408443965299215f,-0.11469750700255184f,-0.06668387599167527f,0.986294315728013f,0.15091979143021028f,2.2912204499429976f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,0.10555281166200169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9337310458395898f,-0.2618570609217776f,-0.24408443965299215f,-0.09292400058397818f,-0.30330927036633915f,0.94086486971536f,0.15091979143021028f,2.288449452414477f,0.19013106149481643f,0.21495156798894866f,-0.95793841288151f,0.09956832204823626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689492775347357f,0.039497897212372665f,-0.24408443965299215f,-0.12142103316378525f,0.002278976117781689f,0.9885433843906483f,0.15091979143021028f,2.2963725621178646f,0.24724907246088682f,0.1456773602633039f,-0.95793841288151f,0.1080776752418402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631987364697722f,-0.11256544932757889f,-0.24408443965299215f,-0.18801545672089978f,-0.1523913373661826f,0.9767292853449253f,0.15091979143021028f,2.400537115780985f,0.22141606617131732f,0.1825621066028548f,-0.95793841288151f,0.10883467095415343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631987364697722f,-0.11256544932757889f,-0.24408443965299215f,-0.16268823062219456f,-0.1523913373661826f,0.9767292853449253f,0.15091979143021028f,2.180773026578377f,0.22141606617131732f,0.1825621066028548f,-0.95793841288151f,0.06775819696851117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693441998237244f,-0.028188802517820265f,-0.24408443965299215f,-0.019445805614690125f,-0.0666838759916753f,0.9862943157280127f,0.15091979143021028f,1.6789164307845357f,0.23648484719074636f,0.1625697209667982f,-0.95793841288151f,-0.015183815523269042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008978475290698874f,-0.0518554816391737f,-0.9986142378343218f,1.2683372076391567e-17f,-0.23554501792890742f,0.9704438154254287f,-0.0525104335480792f,1.315f,0.971821964924813f,0.23569007218486288f,-0.003501194534602549f,-0.10356759259259261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.005834932202571709f,-0.28619410449245536f,-0.9581538958434356f,0.18763110162830393f,-0.1991360764637155f,0.9386466153196993f,-0.28158010334451844f,0.6979404624743417f,0.9799544768084016f,0.1924460082792937f,-0.051514631713110305f,-0.335696805474748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.005834932202571709f,-0.4560114364694547f,-0.8899547872646429f,0.013776741474324351f,-0.1991360764637155f,0.8716149928802682f,-0.44791977768007424f,1.030243678509944f,0.9799544768084016f,0.17983568610093584f,-0.08572251389090868f,-0.2671344501487662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02315652683555568f,0.12773506369479498f,-0.9915379613347138f,0.30167052339306405f,0.14535266551704054f,0.981695351155038f,0.12307249955890895f,1.1028204819210343f,0.9891088807062675f,-0.14127275400257808f,-0.0412992867313893f,-0.011187858887147305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02315652683555568f,-0.978459403118752f,-0.20513647094899906f,-0.02559770227114692f,0.14535266551704054f,0.19971603764799278f,-0.9690129549873298f,1.0546320524856334f,0.9891088807062675f,-0.05225610734336117f,0.13759695255823642f,-0.011768258877179472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07973593655876485f,-0.6847697261292147f,-0.7243842920701804f,-0.000016834713215145222f,-0.026917479615287024f,0.7279122043206306f,-0.6851417897721909f,1.204928270919156f,0.9964525225580277f,-0.0351318228676008f,-0.0764730364883093f,-0.11805881144214837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07964409229312489f,-0.6325832518034489f,-0.770386427775424f,-0.00001582775416339617f,-0.23190156548723373f,0.7398787053999315f,-0.6315070587256262f,1.1673740248498f,0.9694733015856466f,0.2289496251001421f,-0.08777007849563485f,-0.12300292169054303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,-0.6105289143162701f,-0.7919939662891395f,-0.000016834713215145222f,-0.13052619222005157f,0.7852220400575541f,-0.6053009672488446f,1.204928270919156f,0.9914448602918572f,0.10334792011283615f,-0.07972638464906222f,-0.11805881144214837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.004765389876477319f,-0.014783971518463106f,-0.9998793553451667f,0.007375548473401144f,-0.04375119375579059f,0.998930167213647f,-0.014978453707205248f,1.2285572698671159f,0.9990310926614187f,0.04381729357978303f,0.004113475303763332f,-0.11494764935386932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004857674151725747f,-0.014792025678930058f,-0.9998787921434024f,0.007375548473401144f,-0.21630780754764825f,0.9762333760026296f,-0.013391339456471314f,1.2285572698671159f,0.9763131338847003f,0.2162165385783954f,-0.007941854280457811f,-0.11494764935386932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,0.05520613860216131f,-0.9984749772103682f,0.007375548473401144f,-0.13052619222005157f,0.9899325526457874f,0.054739879034664526f,1.2285572698671159f,0.9914448602918572f,0.13032967226550718f,0.007159994973802677f,-0.11494764935386932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015406536522669281f,-0.3317854059855022f,-0.9432290723930274f,0.010346845183452705f,0.051693039228192766f,0.9418152085093514f,-0.3321324174419587f,1.2271486710188262f,0.9985441744498477f,-0.05387538766006663f,0.0026408855994457213f,0.08028890522837438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.010956389384522479f,-0.30004845950978154f,-0.9538610378233622f,-0.000835754595408255f,-0.25835855580098466f,0.9206785080527145f,-0.2925780946247642f,1.2693258612935845f,0.9659869637712943f,0.24964375969696287f,-0.06743277443707063f,-0.3050026074055177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,-0.1708167900131083f,-0.9853028073157124f,0.01883362798927473f,-0.13052619222005157f,0.9768744389579925f,-0.16934947196564148f,1.0932425782482376f,0.9914448602918572f,0.12859997962723438f,-0.022341312421930146f,-0.1248817174226798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.000046318393093841365f,-0.08429198255315587f,-0.9964410968701887f,1.2683372076391567e-17f,-0.13052619222005157f,0.9879169158043898f,-0.08356482879822304f,1.315f,0.9914448602918572f,0.13005779155744818f,-0.011048070241392741f,-0.10356759259259261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16738057432911446f,-0.7329486525959165f,-0.6593709244386547f,-0.8794948924780992f,0.2749710435574676f,0.6075607962628502f,-0.745158240945753f,2.461162015095145f,0.9467706525564534f,-0.30603292551992173f,0.09984578086000892f,-0.6110274088484026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4260499774591999f,-0.7329486525959165f,-0.5303467633207972f,-0.9079618393094219f,-0.05925221845338455f,0.6075607962628502f,-0.7920600062197333f,2.4715100774020953f,0.9027572161524755f,-0.30603292551992173f,-0.302280097231608f,-0.5223052974860476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3036474328674417f,-0.7329486525959165f,-0.6087565270047155f,-0.8024148868430532f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5843209662452806f,0.9463691878651199f,-0.30603292551992173f,-0.10358189396429723f,-0.5511290690725805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27228204006689494f,-0.017954388819099956f,0.9620499626210386f,0.7939631382867649f,0.12559623057289585f,0.9919351862983184f,-0.01703446650764982f,1.7558380366631712f,-0.9539853654657858f,0.12546802822015193f,0.27234113969736073f,-0.48036447696256945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.27228204006689494f,-0.017954388819099956f,0.9620499626210386f,0.7684366970304934f,0.12559623057289585f,0.9919351862983184f,-0.01703446650764982f,1.7440633900469622f,-0.9539853654657858f,0.12546802822015193f,0.27234113969736073f,-0.39092834895015205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.27228204006689494f,-0.017954388819099956f,0.9620499626210386f,0.6368924232654734f,0.12559623057289585f,0.9919351862983184f,-0.01703446650764982f,1.7525058833312142f,-0.9539853654657858f,0.12546802822015193f,0.27234113969736073f,-0.47649758391096486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-7.237248920912714e-10f,-9.528018960998442e-11f,-0.000015624999982948607f,0.6874986519430053f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4787592261912226f,0.00001549132594206027f,0.0000020394717512126525f,-7.299698856560023e-10f,-0.07469638329505456f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..e842600c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.36583187219220653f,-0.08270722530847675f,-0.7254453808623793f,-0.12602946755290045f,-0.12282852797956821f,0.8068178062967625f,-0.030043711510010524f,1.1369373298783185f,0.7197392850519986f,0.09565033595705337f,-0.3738593575511857f,-0.29725277571370545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3620916871063889f,0.06228860460319275f,-0.7106403730896778f,-0.12602946755290045f,0.19129179859406126f,0.77623533098724f,-0.029430574540418475f,1.1369373298783185f,0.687238719746711f,-0.1832453018871621f,-0.3662295747440187f,-0.29725277571370545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8065235020125481f,0.12401065814239023f,0.03294907909109621f,-0.19630599751444222f,0.12282852797956821f,0.8068178062967625f,-0.030043711510010524f,1.1369373298783185f,-0.03711384997857955f,-0.02471494596424491f,-0.8154484520987189f,-0.25633297622629414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7764121276471861f,-0.19011161452630118f,0.03227664890556364f,-0.19630599751444222f,-0.19129179859406126f,0.77623533098724f,-0.029430574540418475f,1.1369373298783185f,-0.024323976505066916f,-0.03628064152317467f,-0.7988066469538471f,-0.25633297622629414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.146293562986095f,1.1810191563346861f,1.0125207137631007f,-0.49822504632487f,1.5530237192971519f,-0.16979365324552678f,-0.02633804506751109f,0.8303067413645692f,0.09012086733533971f,1.0088459335736275f,-1.1897539079921875f,0.317115915035131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3688006579095055f,-0.6504447505041551f,-0.6640088111366471f,-0.43092117806254904f,-0.8588772924586993f,0.511612770535235f,-0.024128189407309597f,1.0553283589931848f,0.3554094416645822f,0.5614035977501823f,-0.7473353525752824f,0.23247355409704776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48107093878120644f,-0.6504447505041551f,-0.5877859971126876f,-0.2592607056450048f,-0.8494636656326169f,0.511612770535235f,0.1290885502097638f,1.3713263646538336f,0.2167538526305049f,0.5614035977501823f,-0.798651217868592f,0.14783809807750517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.26876885771987924f,0.9629016359990429f,0.02416072247095588f,0.4674468280215962f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.2042955595618015f,-0.8914151137716586f,0.258161056195207f,-0.3724673999206324f,0.044462692617987576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5769364101769472f,0.8071403852492928f,0.12517498596668947f,0.2565462466294456f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3713263646538336f,-0.6385963144931457f,-0.3501918152503969f,-0.6852448027146236f,-0.15249996745922126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8957180181381872f,-0.02755532439468783f,-0.44376788536362327f,-0.029578224366103127f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0481621407723767f,0.33372873413734133f,-0.7011659211955605f,-0.630072601344535f,0.3244302236121986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8773251477921901f,0.0010515114097274236f,-0.47989527959250367f,-0.03238041147423237f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.222387944658514f,0.45041479979392257f,-0.34329288321165075f,-0.8241823247697277f,0.2549116684802033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.2703606701311427f,-0.4243812445246743f,0.24493285236457793f,0f,0.8433914458128857f,-0.5372996083468239f,1.035339024282949f,0.5031841935693846f,-0.46432313874702585f,-0.7288413340131298f,0.11013039349824313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.021948586255417207f,-0.502705273713595f,0.23767558448097725f,0f,0.9990482215818578f,-0.04361938736533605f,1.222387944658514f,0.5031841935693846f,-0.03769496671328615f,-0.8633566799570226f,0.09766660798977062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,0.3031817359411842f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.9039878803504116f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.012276276104671996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,0.3210570206099026f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.7825613929834163f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.11598931705770331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,-0.2754405499937372f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.9137410177627698f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,0.08900243108524998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,-0.3314319401252215f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.7935596117675647f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.0017814132052380999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9690390716987568f,0.1775849371229934f,-0.17154261169818596f,0.2049481141592066f,0.1726627169914947f,0.9840278319178821f,0.04332219029674461f,2.0132287256675876f,0.17649607271077475f,0.012361881653488496f,-0.9842237145078645f,-0.012572138996052785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9848889973360364f,0.02380746307742425f,-0.17154261169818596f,0.09174358013288983f,0.016601084957205206f,0.9989232161713615f,0.04332219029674461f,2.0252074534294584f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,0.007685802214531481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9498740383742978f,0.26136649286828834f,-0.17154261169818596f,0.06964178362428869f,0.25776935980021337f,0.9652347615870872f,0.04332219029674461f,2.0212632296481146f,0.17690186084575746f,-0.0030678053475093926f,-0.9842237145078645f,0.01136436373434744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9841505819119483f,-0.044952914189622536f,-0.17154261169818596f,0.0985474666379346f,-0.05312071555263771f,0.9976479225694147f,0.04332219029674461f,2.030770424205649f,0.16919167148991085f,0.051748025071417236f,-0.9842237145078645f,0.006744800317767426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9790662402276044f,0.10955560057956362f,-0.17154261169818596f,0.15259292484678064f,0.10359980767023297f,0.9936751318608027f,0.04332219029674461f,2.1357893445156706f,0.17520381587532333f,0.024643512393076987f,-0.9842237145078645f,-0.029803241424071515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9790662402276044f,0.10955560057956362f,-0.17154261169818596f,0.12794291471637886f,0.10359980767023297f,0.9936751318608027f,0.04332219029674461f,1.9122124398469904f,0.17520381587532333f,0.024643512393076987f,-0.9842237145078645f,-0.03534803171251383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9764876871997206f,-0.130556229721551f,-0.17154261169818596f,-0.17962794124644135f,-0.13986932088457293f,0.9892217956066177f,0.04332219029674461f,2.019711060007361f,0.1640377085387057f,0.06629713400828553f,-0.9842237145078645f,0.05474183534344325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.023807463077424255f,-0.17154261169818596f,-0.0659435733844017f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,2.0278653954303145f,0.17238928883390972f,0.039819755093179275f,-0.9842237145078645f,0.03528645195944341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9613931315685168f,-0.21516593351329166f,-0.17154261169818596f,-0.044047458357633934f,-0.22555343622917146f,0.9732670934708035f,0.04332219029674461f,2.0231795519646063f,0.1576353195768445f,0.08034168172404677f,-0.9842237145078645f,0.03126387284282717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9808291325657991f,0.09245185277747565f,-0.17154261169818596f,-0.07247693599738031f,0.0862420066498718f,0.9953318562755319f,0.04332219029674461f,2.0336531761153402f,0.17474704289122056f,0.027697487270795126f,-0.9842237145078645f,0.036679925213356945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.983216154482505f,-0.06212186359407354f,-0.17154261169818596f,-0.13225675392629674f,-0.07052398203635607f,0.996568891640527f,0.04332219029674461f,2.14059071170541f,0.16826277521297153f,0.05469294541319695f,-0.9842237145078645f,0.020055203213932903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.983216154482505f,-0.06212186359407354f,-0.17154261169818596f,-0.11827933461763021f,-0.07052398203635607f,0.996568891640527f,0.04332219029674461f,1.9163627110862917f,0.16826277521297153f,0.05469294541319695f,-0.9842237145078645f,0.007749290495963609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9848889973360363f,0.02380746307742426f,-0.17154261169818596f,-0.0020088281622372963f,0.016601084957205192f,0.9989232161713614f,0.04332219029674461f,1.400985608732045f,0.17238928883390975f,0.03981975509317927f,-0.9842237145078645f,-0.003450004015158728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.021948586255417207f,-0.502705273713595f,0.006221891683544156f,0f,0.9990482215818578f,-0.04361938736533605f,1.0263425256388483f,0.5031841935693846f,-0.03769496671328615f,-0.8633566799570226f,0.010685608502323578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8316518575459166f,-0.4529576191756044f,-0.3212235717863724f,0.29589949984126857f,-0.12059047744873963f,0.7119858566644655f,-0.6917615750086532f,0.8467963596924102f,0.5420453159922255f,-0.5365682949453272f,-0.6467467358018539f,0.25852136862501945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8316518575459166f,-0.5139248613329164f,0.21032456999687235f,0.15225312814581135f,-0.12059047744873963f,-0.20257251592216702f,-0.9718139289707924f,0.734143774294284f,0.5420453159922255f,-0.8335739995326787f,0.10649536475350632f,0.01306476751832997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8844881006566863f,-0.17828555776090554f,-0.43115549363380556f,0.0852448227065594f,0.1604299972043605f,0.751542601581503f,-0.6398796246210027f,0.7661805279765979f,0.4381130171471016f,-0.6351361884682601f,-0.6361281367022484f,0.43221478198357943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8844881006566863f,-0.4386074541839474f,-0.15907325649210874f,-0.07305720147875867f,0.1604299972043605f,0.03424444445822511f,-0.9864530064938505f,0.7379909685149117f,0.4381130171471016f,-0.8980260681951413f,0.040076989011643305f,0.12294799361363537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9048203869422805f,-0.252059264764654f,-0.3431707948236911f,0.01691532887049083f,0.08901864903927763f,0.6761637695493299f,-0.7313537016191705f,0.9207564365559964f,0.41638413454026296f,-0.6922923398356671f,-0.5893687883727927f,0.02905074392024066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8087516416847856f,-0.5207669372383044f,-0.2733543106512136f,0.020022640800841714f,-0.08901864903927763f,0.5677986276716729f,-0.8183400262344419f,0.8834999524667216f,0.5813746315375192f,-0.6375002082302413f,-0.50556604149311f,0.03438730721499337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.36800562256322655f,-0.3431707948236911f,0.01691532887049083f,0f,0.6819983600624986f,-0.7313537016191705f,0.9207564365559964f,0.5031841935693846f,-0.6320206473161416f,-0.5893687883727927f,0.02905074392024066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8740782950999412f,-0.07541644453646096f,-0.4798952947556991f,0.016849022251861766f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9457230409052625f,0.47862081258955314f,-0.30273022568002567f,-0.8241823391797696f,0.028936867529615443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8477031535942393f,-0.2260528023664441f,-0.4798952947556991f,0.016849022251861766f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9457230409052625f,0.5239180390052299f,-0.2150194414211834f,-0.8241823391797696f,0.028936867529615443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.1513104052251947f,-0.4798952947556991f,0.016849022251861766f,0f,0.9537169507482269f,-0.30070579950427306f,0.9457230409052625f,0.5031841935693846f,-0.2598636933588289f,-0.8241823391797696f,0.028936867529615443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8819201710811495f,-0.120324575307002f,-0.4557837298734848f,-0.15047500761884608f,0.1205904774487396f,0.8771168774947582f,-0.4648912990824096f,0.9580880789232665f,0.4557134500855567f,-0.4649601916197074f,-0.7590370686732526f,0.1266189022982772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8316518575459166f,-0.3815865554749506f,-0.40341899871125186f,0.1779691860969515f,-0.1205904774487396f,0.833261236498614f,-0.5395680202694427f,0.9581404560553463f,0.5420453159922254f,-0.40008425666297254f,-0.7389989600678241f,-0.07939981809482263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.2323446035824522f,-0.4463298307800914f,0.036273781922838234f,0f,0.8870108331782217f,-0.46174861323503386f,0.8201331669545094f,0.5031841935693846f,-0.3990335412099966f,-0.7665363007264159f,0.07782348466824318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8641791870566707f,-0.1925602543069918f,-0.46488157752195186f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0265625f,0.5031841935693846f,-0.3307070574813197f,-0.7983974633439008f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9078571792969781f,-0.10851753305545539f,-0.40499294687499476f,0.1467875229553518f,0f,0.9659258262890683f,-0.2588190451025207f,1.1046875f,0.41927955113376825f,0.2349707282351119f,0.8769226960648964f,0.3365807588473466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9078571792969781f,-0.10851753305545539f,-0.40499294687499476f,0.23189913351444352f,0f,0.9659258262890683f,-0.2588190451025207f,1.1046875f,0.41927955113376825f,0.2349707282351119f,0.8769226960648964f,0.3758882167661374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9078571792969781f,-0.10851753305545539f,-0.40499294687499476f,0.2500922702661469f,0f,0.9659258262890683f,-0.2588190451025207f,1.1435103567653782f,0.41927955113376825f,0.2349707282351119f,0.8769226960648964f,0.22469608339700753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.14467536617356416f,-0.4226455057548173f,-0.894673021213784f,0.14078788020597902f,-0.33593662638159f,0.8294993993759021f,-0.44618082600037123f,1.8755885017079976f,0.9307070545976867f,0.36510481084241037f,-0.021973976013153984f,-0.8345859055260408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.41406361771059275f,-0.4226455057548173f,-0.8061774599637918f,0.11427051759968523f,-0.18161725978405546f,0.8294993993759021f,-0.5281533085985057f,1.9001512482920024f,0.8919453410590511f,0.36510481084241037f,0.2667058035791137f,-0.9210877174183723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2828518678004669f,-0.4226455057548173f,-0.8610258981860197f,0.2566830836307351f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9618558249109648f,0.9226859935182019f,0.36510481084241037f,0.12389122029044863f,-0.8964204945157739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013502799797760483f,0f,-0.000007862253024521635f,0.3397019197963704f,0f,0.000015625f,0f,1.192685f,0.000007862253024521635f,0f,-0.000013502799797760483f,0.5977549230185482f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8.mcfunction new file mode 100644 index 000000000..bac0a5e00 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80.mcfunction new file mode 100644 index 000000000..b352aed67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..9c4ea7c35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5292180981071181f,0.050310739135378674f,-0.6199528035326408f,-0.32345480511255087f,-0.25412035152888f,0.7604441404455314f,-0.15521598063775416f,1.4285012119370353f,0.5677107503114307f,0.2934927311436402f,0.5084397360465877f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978156950983197f,-0.152857406792489f,-0.6073007055013625f,-0.32345480511255087f,0.05508517441519424f,0.7834838452238301f,-0.15204830756351428f,1.4285012119370353f,0.6238150024433724f,0.05279846079155104f,0.4980634149027798f,-0.1283118440392711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5179924654926753f,0.04833135722993151f,-0.629517537520264f,-0.32257301332348554f,-0.03304446554376652f,0.8110790456056498f,0.08946110619034045f,1.4059439462131116f,0.6305048084148057f,0.08221499943553658f,-0.5124927559274066f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.48691420069161334f,-0.15044060366769033f,-0.6166702408361769f,-0.32257301332348554f,-0.3339581568689942f,0.7216591934585044f,0.0876353693293131f,1.4059439462131116f,0.5398022884589428f,0.3107662035436315f,-0.5020337200921534f,-0.03419005353493658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08227019759473723f,-0.00005208642602996428f,1.560332612578077f,-0.0051570798679342585f,1.557437507415138f,-0.0951414213658036f,0.0821143741193712f,1.3949471802395366f,0.09500671073268632f,1.5596007044200442f,0.005061391928790447f,0.7606651959155717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00003333531265960893f,-0.9986128720499693f,0.052652926460631605f,-0.004652714406329484f,-0.06089050967411455f,-0.052553199436397316f,-0.9967600047456884f,1.4067372655570083f,0.9981444508288283f,-0.0032392908344263155f,-0.06080429486891947f,0.5678691244422066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.9986128720499693f,0.05185879881350695f,-0.00951659336352528f,-0.23305100440730248f,-0.052553199436397316f,-0.9710434545239186f,1.4720544059239327f,0.9724218388040323f,-0.0032392908344263155f,-0.23320650593813733f,0.23585430251285772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9618323996931066f,-0.02428284699250654f,-0.27255967831383027f,0.237813343039543f,0.22178194804371865f,0.5142630916381503f,-0.8284601620480644f,1.4096307832659996f,0.1602847541799703f,-0.85728864212744f,-0.48924940639387254f,-0.4948374359600288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7090980175989754f,-0.02428284699250654f,-0.7046916664606884f,0.010497220713527483f,0.5956203189985428f,0.5142630916381503f,-0.6170655622985664f,1.6033670217792895f,0.37738102367935483f,-0.85728864212744f,-0.35019958173306315f,-0.3466653112456086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5802915723519887f,-0.8143578416737478f,0.2552207609268887f,-0.23305100440730248f,0.7907329295835182f,-0.5660641866582045f,1.2972387029461905f,0.9724218388040323f,0.1949439025194782f,-0.1280337544847477f,0.045257698445561406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.30855178306535425f,-0.9511639187886906f,0.19142252710970553f,-0.23305100440730248f,0.9243541822783967f,-0.3020870322426701f,1.4686670681718732f,0.9724218388040323f,0.22442179678370625f,-0.06348719985443793f,0.0869399903434161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.5442174732072281f,-0.8388947163346592f,0.20454042738306188f,-0.23305100440730248f,0.8146717000781141f,-0.5310341330240296f,1.3597533168223979f,0.9724218388040323f,0.2003431130530203f,-0.11940856112192798f,-0.2606478085785296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,0.188575572155217f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.5414955070491552f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.21694183428284403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2562650409729471f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.195417627459876f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.011008112805089329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,0.2732446474935098f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.0884758917412767f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.1077162344194802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.3132056427766339f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.1565780119000744f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.15011553393333776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.36892442141559206f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,2.044678027386607f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,0.04914958089535315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522320771533888f,0.2604597558752193f,-0.159420158102934f,0.1647593629442622f,0.06850259073135678f,0.6909314831561755f,0.7196673402668069f,2.2474240109076318f,0.297592786040313f,0.6743696324368624f,-0.6757692894351858f,0.08229943585167587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9812534027199408f,0.10829114848857184f,-0.159420158102934f,0.052824969361764916f,-0.04042628678106795f,0.69314113619839f,0.7196673402668069f,2.249752557113823f,0.18843427232760288f,0.7126207914933659f,-0.6757692894351858f,0.1111855922398878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172464966195562f,0.3971475954209983f,-0.030539349869802335f,0.019663918122344942f,0.05096800963285232f,0.1930631517194868f,0.9798616644415701f,2.2980972698799547f,0.39504572701551466f,0.897218149002492f,-0.1973283220101107f,0.06634964500835888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950786139191641f,0.09426505306976615f,-0.030539349869802335f,0.05000081660386732f,-0.011186337184991912f,0.19936394964531517f,0.9798616644415701f,2.300014108964631f,0.09845515720925782f,0.9753810103500964f,-0.1973283220101107f,0.07117291604006111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.24876908448400875f,-0.030539349869802335f,0.12314701568529898f,0.020138777999490057f,0.19865937727296779f,0.9798616644415701f,2.3513876833083107f,0.24982621741156247f,0.9479706717122134f,-0.1973283220101107f,0.15658974078989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968081241794571f,0.1934009371123046f,-0.159420158102934f,0.07963180483503052f,0.020138777999490057f,0.6940269079610584f,0.7196673402668069f,2.195231629017073f,0.24982621741156247f,0.6934859252718076f,-0.6757692894351858f,0.0005554076037394481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9529662051362235f,-0.17948853103107987f,-0.24421154578883175f,-0.2260703932261064f,-0.2196510636038303f,0.9642172557719659f,0.14845367603830228f,2.2716914714013607f,0.2088272542700584f,0.19511266206959554f,-0.9582913059055396f,0.12291564429607649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.028201970868042117f,-0.24421154578883175f,-0.11470440375338553f,-0.06610998393157723f,0.9867071379569936f,0.14845367603830228f,2.289249776188127f,0.23677858915446542f,0.16004272162106184f,-0.9582913059055396f,0.09725511143378265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336964247806169f,-0.26186200040350227f,-0.24421154578883175f,-0.09293156410227138f,-0.3028522960892629f,0.9414042664149002f,0.14845367603830228f,2.2864641766677125f,0.19102741453874061f,0.21257069393615852f,-0.9582913059055396f,0.09127497649895538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.968917877334795f,0.03948250099050542f,-0.24421154578883175f,-0.12142778536764545f,0.0028802672286419584f,0.9889151683190053f,0.14845367603830228f,2.294408119598644f,0.24736582432043336f,0.14313602615738752f,-0.9582913059055396f,0.0997676067926242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.18802568807936446f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.398572007830303f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.10026587791646013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9631653143586669f,-0.11257574392292649f,-0.24421154578883175f,-0.16269614569670604f,-0.15185560896662553f,0.9771905546494452f,0.14845367603830228f,2.1787041330341785f,0.2219289328630818f,0.180070324551575f,-0.9582913059055396f,0.05975005489235581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693118021269462f,-0.02820197086804211f,-0.24421154578883175f,-0.019447049555065175f,-0.06610998393157724f,0.9867071379569935f,0.14845367603830228f,1.6766412954464696f,0.23677858915446542f,0.16004272162106187f,-0.9582913059055396f,-0.0219225602731985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009110255854363307f,-0.05185879881350717f,-0.9986128720499693f,1.3394574365674175e-17f,-0.23305100440730248f,0.9710434545239186f,-0.05255319943639753f,1.3125f,0.9724218388040323f,0.23320650593813733f,-0.003239290834426367f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.2921640371313613f,-0.9563488970722285f,0.190610622914943f,-0.19910476088854995f,0.9368640119126088f,-0.2874771597440825f,0.6965589819745794f,0.9799593520731749f,0.19216138683438966f,-0.052475419905011526f,-0.34132606724662434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.00607967728062642f,-0.4615524671349016f,-0.8870920795531031f,0.014643744819761764f,-0.19910476088854995f,0.8687875861601748f,-0.45339323365649176f,1.0277842491981461f,0.9799593520731749f,0.17938074092739825f,-0.08661534545714664f,-0.27293715976805377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,0.12517182956312506f,-0.9918441865386194f,0.3022533222019828f,0.14676950111604792f,0.9818218192406917f,0.12035210345085147f,1.10112636096273f,0.9888789566113652f,-0.14268121231163555f,-0.04195808413762228f,-0.01691906416148306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.02402337847523147f,-0.978965793364661f,-0.20260516456530842f,-0.024884264831218854f,0.14676950111604792f,0.19701395018488896f,-0.9693524730327417f,1.0520599754314368f,0.9888789566113652f,-0.053023380262352274f,0.1389493804116154f,-0.017583959633654986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0794593112989459f,-0.6831750674576731f,-0.7259187592644931f,0.0003022787468495809f,-0.026742045569724038f,0.7294201298264327f,-0.6835430763329673f,1.2024286775378725f,0.9964793429101498f,-0.034901309548411766f,-0.07622871994964842f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07945931129894523f,-0.6308733544586034f,-0.7718063413072265f,0.00021882562287638737f,-0.2320769995327967f,0.741271437062942f,-0.629807052106036f,1.1648745226058383f,0.9694464833789184f,0.22916253452253116f,-0.0875102773133424f,-0.12881026280647304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6087614290087208f,-0.7933533402912352f,0.0003022787468495809f,-0.13052619222005157f,0.786566092485493f,-0.6035533905932737f,1.2024286775378725f,0.9914448613738104f,0.10355339059327354f,-0.07945931129894583f,-0.12386616451488672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0045613791387623635f,-0.017651075422032494f,-0.9998338028676558f,0.007626127490420099f,-0.0437378094224483f,0.998883856147771f,-0.01783384294774628f,1.2260786899942968f,0.9990326310222695f,0.04381188724313309f,0.003784268610568825f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0045613791387630435f,-0.01765107542203255f,-0.9998338028676558f,0.007626127490420099f,-0.21632119188099053f,0.9761870649367536f,-0.016246728697012346f,1.2260786899942968f,0.9763115976795216f,0.21621113242988294f,-0.008271060986808174f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.05233595624294378f,-0.9986295347545739f,0.007626127490420099f,-0.13052619222005157f,0.9900861206485413f,0.05188821488215124f,1.2260786899942968f,0.9914448613738104f,0.13034731060999621f,0.0068312130845863475f,-0.12075258130702543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.015882872579278257f,-0.33239391458518575f,-0.943006903424024f,0.010537152090621879f,0.05164842770667405f,0.9415940497664529f,-0.3327658115850229f,1.2246785035339276f,0.9985390199056113f,-0.05399010086253527f,0.0022124047537441793f,0.07448494176078349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011376107230961862f,-0.29997784443843967f,-0.953878334500966f,-0.0006389918786100313f,-0.2583266027994101f,0.92067514926049f,-0.2926168754878812f,1.26682374206629f,0.9659906575481905f,0.24974099058873306f,-0.06701855824600289f,-0.31081025454982364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17364817766693041f,-0.9848077530122081f,0.01947386127017989f,-0.13052619222005157f,0.9763825861650423f,-0.17216259343480456f,1.0907972760730027f,0.9914448613738104f,0.1285432060694685f,-0.02266563541681576f,-0.13068280357238565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.08715574274765822f,-0.9961946980917455f,1.3394574365674175e-17f,-0.13052619222005157f,0.9876721143508955f,-0.08641011328638344f,1.3125f,0.9914448613738104f,0.1300295006517194f,-0.01137610723096254f,-0.109375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16464653650012337f,-0.7329629490645151f,-0.6600430541390181f,-0.879518599062895f,0.2780069706221411f,0.6075607962628502f,-0.7440309154396418f,2.4557668583992585f,0.946363377516276f,-0.3059986832375275f,0.10373602822976109f,-0.6171748820056352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.42816668635293f,-0.7329629490645151f,-0.5286195266883364f,-0.9079814009371049f,-0.06248116983912709f,0.6075607962628502f,-0.7918118351350816f,2.4661149207062087f,0.9015372383396515f,-0.3059986832375275f,-0.30593367540009964f,-0.5284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.578925809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7400997284155705f,-0.012922809055374268f,0.6723729567772023f,0.7724231182860604f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773418f,1.7436486421223578f,-0.6667438254053175f,0.11640188995438153f,0.7361407958393094f,-0.40301478089392806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7400997284155705f,-0.012922809055374268f,0.6723729567772023f,0.7030387687471006f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773418f,1.7354194086974593f,-0.6667438254053175f,0.11640188995438153f,0.7361407958393094f,-0.3405075472621795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7400997284155705f,-0.012922809055374268f,0.6723729567772023f,0.6368750000000001f,0.08777848986558466f,0.9931181203770105f,-0.07753280399773418f,1.7511639460095687f,-0.6667438254053175f,0.11640188995438153f,0.7361407958393094f,-0.4821822834539502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4762592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08053590934595878f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81.mcfunction new file mode 100644 index 000000000..b0d0968f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..1264c19b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.583108186183103f,0.05975236004693481f,-0.5686465889456451f,-0.316944742928082f,-0.22590052215349696f,0.7701937407187914f,-0.15071496373226081f,1.4479832569449298f,0.5252601657669019f,0.2649069679545269f,0.5664543238709634f,-0.19612110127934979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5501269779810861f,-0.16451447477105974f,-0.557041556518183f,-0.316944742928082f,0.08427968863655191f,0.7817286076497919f,-0.14763914814588816f,1.4479832569449298f,0.5746801216161245f,0.04284123682528325f,0.5548940315470662f,-0.19612110127934979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.571082162892178f,0.05763184767011631f,-0.5809373269165656f,-0.3157881227712597f,-0.009334719985871005f,0.8116720607214509f,0.08969823460594403f,1.4253591678282325f,0.5837143742222061f,0.06936483563568863f,-0.5669307659212514f,-0.08946387342232102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5384482040407857f,-0.1619253529222817f,-0.5690814631019419f,-0.3157881227712597f,-0.31272255368659657f,0.7310840437493356f,0.0878676583894962f,1.4253591678282325f,0.502272969590228f,0.28159598906254685f,-0.5553607502902055f,-0.08946387342232102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08240749450315699f,-0.008246860418605395f,1.5603035743543456f,-0.006136905998233164f,1.5537162127189161f,0.14322567036438344f,0.08281659062687666f,1.4775530068046971f,-0.14346144145413747f,1.5558999475036654f,0.0006466637396180269f,0.708023462014026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005277990667907885f,-0.9985942875867811f,0.05274079648202025f,-0.004619512064342283f,0.09166442903320515f,-0.05300261800120088f,-0.9943783761401063f,1.4598763704359208f,0.9957759664023459f,-0.0004138647933559998f,0.09181532253064775f,0.5156830873803824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007230852322601745f,-0.9985942875867811f,0.0525086999814043f,-0.009086973635798743f,-0.14395950580465067f,-0.05300261800120088f,-0.988163135911019f,1.49955915884834f,0.9895571612914382f,-0.0004138647933559998f,-0.14414039424381814f,0.17230990740128987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9706327816920115f,-0.025732927244759445f,-0.23918574280304356f,0.2455371928549249f,0.19604531224439292f,0.4916171303704928f,-0.8484567358877415f,1.4252652544164695f,0.13942108395729236f,-0.8704311653322725f,-0.47213488302229456f,-0.5530571227628415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7329750101266826f,-0.025732927244759445f,-0.6797686746130667f,0.010033307360679046f,0.5828050815024249f,0.4916171303704928f,-0.6470323284823054f,1.6155729329845971f,0.35083596096287156f,-0.8704311653322725f,-0.3453457903515846f,-0.4134783438595879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05601768156464719f,-0.5745275531938632f,-0.8165660475265883f,0.255165341861393f,-0.43287222095108774f,0.7230125377753296f,-0.5383999540755462f,1.3254206587727078f,0.8997130985380809f,0.3836286757279103f,-0.20819553184027592f,-0.03415599307426049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01656485053146096f,-0.3070889332922269f,-0.9515366481519839f,0.19163906281815057f,-0.3194876056251142f,0.9001510665368132f,-0.29606709926057134f,1.4923485643779817f,0.9474456583777255f,0.30890847262915866f,-0.08320024013858651f,0.023244344042840592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01850470674572178f,-0.5423118909212941f,-0.8399734452907576f,0.20411921955248627f,-0.3559329846517509f,0.7815066270318597f,-0.5124052130318175f,1.3779363338726498f,0.9343282540227238f,0.30845616361268646f,-0.1785651389946882f,-0.3354850703437874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.014600079208480173f,-0.050953768125179474f,-0.9985942875867814f,0.18832417373159777f,-0.2825616868909977f,0.9577836997915199f,-0.05300261800120133f,1.5571895112210523f,0.9591380144632053f,0.2829383288413094f,-0.00041386479335607865f,-0.28243672034100037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,0.25216950795845f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.21926266861532f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.08694099970850942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,0.2700678250897102f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.1059490351482055f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.1994575905489238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,-0.3170840131448119f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.183862682430646f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,0.05396151868510586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,-0.37185635828205316f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.06602990179102f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.04056751661569806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9547133955738459f,0.22943233904244675f,-0.18942844061378206f,0.15823077558608917f,0.08389283904050181f,0.8184294539503999f,0.5684498398840259f,2.287662865476943f,0.28545459160710984f,0.526814987170982f,-0.8006132933086086f,-0.02785520715034967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9788504146393152f,0.07725756692435834f,-0.18942844061378206f,0.04626043293472772f,-0.04517059482217087f,0.8214769606624623f,0.5684498398840259f,2.2907382277289736f,0.1995281512064204f,0.5649839568108919f,-0.8006132933086086f,0.0008210049174165457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.919774531849751f,0.38317369232322107f,-0.0848099762525691f,0.011982259431133055f,0.0943479141004515f,0.42566455617203075f,0.8999489745112008f,2.322999789356688f,0.3809373723664635f,0.8197485023653643f,-0.4276670564870257f,-0.0482809456175525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9931647447633025f,0.0801938756220393f,-0.0848099762525691f,0.042150435618243526f,-0.0418073832561371f,0.4339861587441615f,0.8999489745112008f,2.327691518075927f,0.10897675194516915f,0.8973432767515477f,-0.4276670564870257f,-0.04439064329401504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9683921526604232f,0.23457175148288953f,-0.0848099762525691f,0.11206290407328104f,0.026597727585128607f,0.4351831846056846f,0.8999489745112008f,2.402124756915744f,0.24801048274824822f,0.869247772066575f,-0.4276670564870257f,0.02530572850242878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9683921526604232f,0.1622760134842567f,-0.18942844061378206f,0.07555080103932335f,0.026597727585128607f,0.8222878695585462f,0.5684498398840259f,2.2171099862650716f,0.24801048274824822f,0.5454439980644435f,-0.8006132933086086f,-0.09741917106207082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9513821347286826f,-0.18712706084595587f,-0.24465383058159665f,-0.23082685648017848f,-0.21499302323530037f,0.9722333674117408f,0.09241363130714327f,2.2979410721924856f,0.22056752634791973f,0.14051954451385382f,-0.9651964690830457f,0.02035618901338542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.0359942609122732f,-0.24465383058159665f,-0.11958196971722392f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,2.3148974483417355f,0.23983407386147285f,0.10428515275258901f,-0.9651964690830457f,-0.006218180254436524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931452640499705f,-0.2693334024733637f,-0.24465383058159665f,-0.09778372625266689f,-0.2989106311345488f,0.9497958492978232f,0.09241363130714327f,2.311950022578415f,0.20748111504634154f,0.15920855180783483f,-0.9651964690830457f,-0.012025708836338696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690927018846685f,0.03168340789158952f,-0.24465383058159665f,-0.12634712037597623f,0.00922215508940416f,0.9956779964447012f,0.09241363130714327f,2.3201362762873874f,0.24652441463145275f,0.08730114008557271f,-0.9651964690830457f,-0.004001782654672513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9621179395714988f,-0.12030616582887708f,-0.24465383058159665f,-0.19375362716717903f,-0.14664973966919112f,0.9848622109734874f,0.09241363130714327f,2.423640159825734f,0.22983238285683844f,0.12479123310541035f,-0.9651964690830457f,-0.009382625147985324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9621179395714988f,-0.12030616582887708f,-0.24465383058159665f,-0.16668473985568172f,-0.14664973966919112f,0.9848622109734874f,0.09241363130714327f,2.2020461623567f,0.22983238285683844f,0.12479123310541035f,-0.9651964690830457f,-0.03746065259670261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689421635800203f,-0.03599426091227318f,-0.24465383058159665f,-0.019474478484964267f,-0.06025529563348782f,0.9938958799073213f,0.09241363130714327f,1.6973185098800352f,0.23983407386147282f,0.104285152752589f,-0.9651964690830457f,-0.09072366295624341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010607645076968973f,-0.05193194262657143f,-0.9985942875867814f,2.065174058284362e-17f,-0.2074910298978263f,0.9767999769640445f,-0.05300261800120133f,1.3310185185185184f,0.9781794060282911f,0.20776159014137432f,-0.00041386479335607865f,-0.1686342592592588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009392081075213169f,-0.38681753849365086f,-0.9221084430406163f,0.23821585650449476f,-0.19871262422920088f,0.9030358047546044f,-0.38084068624970807f,0.7352837552414406f,0.9800127967455429f,0.1868114751425006f,-0.06838414267987769f,-0.3973378019012125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009392081075213169f,-0.5483811597339437f,-0.8361757545288738f,0.029145539355928694f,-0.19871262422920088f,0.8185116841434242f,-0.5390286781727293f,1.0473413348211211f,0.9800127967455429f,0.1712212795465279f,-0.10128273123010026f,-0.3320596890740987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03912658588249701f,0.06320027190310538f,-0.9972335914461331f,0.31025555171596647f,0.16048471723464336f,0.9854395663543118f,0.05615618040378284f,1.1395188217109005f,0.9862625237791893f,-0.1578435513247189f,-0.04869956359049508f,-0.07549896082545621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03912658588249701f,-0.9892008169103189f,-0.14124749237114753f,-0.013081854294019361f,0.16048471723464336f,0.1332997669113749f,-0.97799582191106f,1.0696780370653631f,0.9862625237791893f,-0.060933701392012436f,0.15353604861195597f,-0.07696176629074007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08353837559109759f,-0.7113768728589572f,-0.6978282629451258f,0.005610597785654148f,-0.029975824186738262f,0.7017530363175917f,-0.7117893831628612f,1.2210874339975897f,0.9960536078785751f,-0.03854375150983472f,-0.07994741679142386f,-0.18310696109893018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08353837559109692f,-0.6609659556483093f,-0.7457515305230811f,0.007042536625133957f,-0.22884322091578246f,0.7156421019640932f,-0.6599145112340725f,1.1835600322321516f,0.9698722184104931f,0.22578836854526343f,-0.09147399950355882f,-0.18804753726931575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6400123543806558f,-0.768364618029832f,0.005610597785654148f,-0.13052619222005157f,0.7617911522071277f,-0.6345369599664553f,1.2210874339975897f,0.9914448613738104f,0.10029170782804815f,-0.0835383755910975f,-0.18310696109893018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.00039437208793605393f,-0.06525904653764082f,-0.9978682785396349f,0.011785445005757613f,-0.04362027198609125f,0.9969174452571903f,-0.06521410287458068f,1.245057600159306f,0.9990481051193258f,0.04355300433810508f,-0.002453460945138925f,-0.17995122885615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0003943720879367345f,-0.06525904653764089f,-0.9978682785396349f,0.011785445005757613f,-0.2164387293173476f,0.9742206540461729f,-0.06362698862384675f,1.245057600159306f,0.9762961235824652f,0.21595224952485495f,-0.014508790542515923f,-0.17995122885615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.004524912249078278f,-0.9999897625321662f,0.011785445005757613f,-0.13052619222005157f,0.9914347114889331f,0.004486200997516121f,1.245057600159306f,0.9914448613738104f,0.13052485596235727f,0.0005906195660017217f,-0.17995122885615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024545448728949384f,-0.373209750609819f,-0.927422235552098f,0.0135409768890615f,0.05068957383661146f,0.9260437915472021f,-0.37399660859578f,1.243768092193598f,0.9984127843987962f,-0.05619055246782202f,-0.003812317196103962f,0.015300865311904943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.017580677259660962f,-0.3406437807030106f,-0.9400280498237543f,0.0027843667254966557f,-0.2576398237303086f,0.9068806665034213f,-0.3334504130309719f,1.2853931432558692f,0.9660810737279284f,0.248050945151736f,-0.07181982730432665f,-0.37006281497835336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.22053981237340006f,-0.9753779734842823f,0.030094975639702468f,-0.13052619222005157f,0.9670334797081925f,-0.21865306370595172f,1.1104914375459534f,0.9914448613738104f,0.12731237285421373f,-0.02878622194202485f,-0.1897872865004224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.1346908000658012f,-0.9908876769733461f,2.065174058284362e-17f,-0.13052619222005157f,0.9824104955338562f,-0.13353850159956582f,1.3310185185185184f,0.9914448613738104f,0.1293367953931033f,-0.017580677259661635f,-0.1686342592592588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.11300310066542177f,-0.7329629490645151f,-0.6708171245120759f,-0.879518599062895f,0.3348277439978866f,0.6075607962628502f,-0.7202501375867534f,2.4123200730819137f,0.9354788512250216f,-0.3059986832375275f,0.17676007684885464f,-0.6845920282786472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.46784317067460457f,-0.7329629490645151f,-0.4938502636951631f,-0.9079814009371049f,-0.12365270110681656f,0.6075607962628502f,-0.7845889932655439f,2.422668135388864f,0.8751187217527236f,-0.3059986832375275f,-0.3748760177642445f,-0.5958685870922226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5354790242320493f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.624697289597497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9836301272009349f,-0.0035632580208531f,0.18016402541836618f,0.7100072660252988f,0.02352072308863652f,0.9937897820555495f,-0.10875957276199219f,1.776503170539097f,-0.17865762913477995f,0.11121678054259715f,0.9776053801394914f,-0.40027473000864366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9836301272009349f,-0.0035632580208531f,0.18016402541836618f,0.6177919416002112f,0.02352072308863652f,0.9937897820555495f,-0.10875957276199219f,1.7742981027495375f,-0.17865762913477995f,0.11121678054259715f,0.9776053801394914f,-0.38352557727725806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9836301272009349f,-0.0035632580208531f,0.18016402541836618f,0.6368750000000001f,0.02352072308863652f,0.9937897820555495f,-0.10875957276199219f,1.791714572558616f,-0.17865762913477995f,0.11121678054259715f,0.9776053801394914f,-0.5385409606638746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.494777744709741f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.13979516860521757f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82.mcfunction new file mode 100644 index 000000000..a8ffb110d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..8b3a7dd3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6589523837141338f,0.07294400480737984f,-0.47687039392749714f,-0.3073396386191112f,-0.18726348121308362f,0.782650878302273f,-0.1390483216046931f,1.4922291588343277f,0.444588111678509f,0.22154281595164851f,0.648231930792364f,-0.29341185551801746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.62371306025452f,-0.1810076932936548f,-0.46713834507183394f,-0.3073396386191112f,0.12391702234059054f,0.778518621367553f,-0.13621060075561775f,1.4922291588343277f,0.4854138337977021f,0.033837422367475015f,0.6350027077149688f,-0.29341185551801746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6504356817625382f,0.07144228046666108f,-0.4886449313113454f,-0.3061624837963472f,0.023116189068573788f,0.8115944747175847f,0.08788910544133481f,1.4695411773023035f,0.4932986013942189f,0.056168083588947995f,-0.6484181372331413f,-0.16377976626861418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154422766044786f,-0.17917410470256612f,-0.4786725857743792f,-0.3061624837963472f,-0.283324589704507f,0.7431788144980778f,0.08609545022824636f,1.4695411773023035f,0.4253915620186528f,0.23575811732635116f,-0.6351851140243018f,-0.16377976626861418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07884563065963668f,-0.02487301714463777f,1.560311170742556f,-0.010665957459904599f,1.4897254664352777f,0.46399253738530116f,0.08267532827236529f,1.6097764425270265f,-0.46465863941185653f,1.4918104800104042f,0.0003009170150009889f,0.6247340993722604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.015918730972568608f,-0.998599149275236f,0.05046120362216726f,-0.0070932299077923295f,0.2969552239265925f,-0.05291221009431371f,-0.9534242985185779f,1.5524464585809865f,0.9547587072066588f,-0.0001925868896011229f,0.29738152922358796f,0.44031584043226235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0008641675256138188f,-0.998599149275236f,0.05290550331735362f,-0.009635049185058978f,-0.01994823972807827f,-0.05291221009431371f,-0.9983999027216931f,1.5544643405723928f,0.9998006406010345f,-0.0001925868896011229f,-0.019966020235669374f,0.08456977626951695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9834147313199602f,-0.024212577614901767f,-0.1797476489641318f,0.2598309212657986f,0.14865404677064747f,0.46018827262677997f,-0.875287797307543f,1.4674007338791841f,0.10391073381321392f,-0.8874911294328655f,-0.4489566288366579f,-0.6308129284682027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7729705148691585f,-0.024212577614901767f,-0.6339797585318874f,0.010480147490613108f,0.5543637034705525f,0.46018827262677997f,-0.6934750449808512f,1.6494616410754666f,0.3085408683097287f,-0.8874911294328655f,-0.3422893918319057f,-0.504958465640765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11363020345751858f,-0.5567914326243097f,-0.8228435315528533f,0.2544155961583906f,-0.6687555906650411f,0.5696262345613305f,-0.47779902977479116f,1.3830163991147646f,0.7347476688064105f,0.6045736129336514f,-0.30763063847396066f,-0.14105791813297874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.02260228512445701f,-0.3046684915219403f,-0.9521902367599124f,0.19133906501827735f,-0.42985266884853385f,0.8569399617072111f,-0.2843951214649016f,1.541915172425711f,0.9026160976799303f,0.41572949414612004f,-0.11159376284571532f,-0.06380609899836695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.027127762283280878f,-0.538642524262773f,-0.842097568913086f,0.2040908161063999f,-0.51509378139341f,0.7144278405169103f,-0.47357286352174144f,1.42073398385375f,0.856704430292817f,0.4466061931390697f,-0.258070586015703f,-0.43726495343775956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01834655442783366f,-0.049630061529292925f,-0.998599149275236f,0.18854393488668728f,-0.3496593550107113f,0.9353815443317387f,-0.05291221009431393f,1.5957873221028616f,0.9366972506600626f,0.35014029119221635f,-0.00019258688960113388f,-0.371614852507279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,0.24684758339115354f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.2661477877845604f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.2208286227033262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,0.26637556750951796f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.144696506399683f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.32421409840588433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,-0.32264543909968935f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.2358481179130054f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.07970499838790837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,-0.37581869189504946f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,2.110528793565802f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.16507469226296634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9595602045577681f,0.17890607449570936f,-0.2173403559801767f,0.14838973270023953f,0.10146926934834358f,0.9399872916129444f,0.3257727413152833f,2.3523595036506952f,0.262579894902423f,0.2905451911746207f,-0.9201278664828795f,-0.1840256895084851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975733502196977f,0.026595156567168307f,-0.2173403559801767f,0.036267867145378184f,-0.04682639484401991f,0.9442877791022382f,0.3257727413152833f,2.3564817541812912f,0.21389581911840647f,0.32804464312853876f,-0.9201278664828795f,-0.15608226559407196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9273935924376235f,0.3434459446511371f,-0.14827679457125909f,0.0021326264408237233f,0.14674208197653482f,0.6985899618344693f,0.7003133774256398f,2.3679067983942668f,0.3441044697222505f,0.627707693378696f,-0.6982658273110364f,-0.20421906130843323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9881343528045325f,0.040056123117949205f,-0.14827679457125909f,0.031832278089894694f,-0.07631615702809587f,0.7097443325417656f,0.7003133774256398f,2.3758158972964134f,0.13329045346171897f,0.703319621100964f,-0.6982658273110364f,-0.2025934932600591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9697026210150171f,0.1941412346418936f,-0.14827679457125909f,0.09540279650391485f,0.03565189648082885f,0.7129446792535965f,0.7003133774256398f,2.4739521258985366f,0.2416728554760058f,0.6738093686909583f,-0.6982658273110364f,-0.16242242960007444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9697026210150171f,0.11153473207488422f,-0.2173403559801767f,0.07030748178706595f,0.03565189648082885f,0.9447756682373046f,0.3257727413152833f,2.2613776005451434f,0.2416728554760058f,0.3081540852361656f,-0.9201278664828795f,-0.2317570987782116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950161560337898f,-0.19743942411258047f,-0.24126890197939604f,-0.23738198800714128f,-0.20714690652890919f,0.9781903122515372f,0.015292878497633392f,2.3478814279882187f,0.23298748544021453f,0.06450881198202772f,-0.9703377993281068f,-0.12168327384374446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9693498255163281f,-0.0463706017765641f,-0.24126890197939604f,-0.1261947110576625f,-0.0515739061643488f,0.998552081801549f,0.015292878497633392f,2.363884760516251f,0.24021042436666865f,0.027267328814384165f,-0.9703377993281068f,-0.14907713113980886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9293379290829924f,-0.2795001440167636f,-0.24126890197939604f,-0.10434253933554725f,-0.29161355322305216f,0.9564139602932836f,0.015292878497633392f,2.360723309724298f,0.22647858429520684f,0.08456953382114438f,-0.9703377993281068f,-0.15456037333008701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9702231877260485f,0.021360780331287493f,-0.24126890197939604f,-0.13302157508390222f,0.01820719735530349f,0.999717272948568f,0.015292878497633392f,2.369208823811992f,0.24152735655235819f,0.01044467481144476f,-0.9703377993281068f,-0.14729576155710697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616196925360324f,-0.13067855166232528f,-0.24126890197939604f,-0.20143264871603922f,-0.1384072002424398f,0.9902573275610262f,0.015292878497633392f,2.471292022705287f,0.23691984688488127f,0.04809928634742096f,-0.9703377993281068f,-0.1608821532583747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616196925360324f,-0.13067855166232528f,-0.24126890197939604f,-0.17202997459201608f,-0.1384072002424398f,0.9902573275610262f,0.015292878497633392f,2.2484841240040563f,0.23691984688488127f,0.04809928634742096f,-0.9703377993281068f,-0.17170449268654442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9693498255163282f,-0.046370601776564116f,-0.24126890197939604f,-0.019556659805129842f,-0.051573906164348815f,0.998552081801549f,0.015292878497633392f,1.7426950178982548f,0.24021042436666865f,0.02726732881438416f,-0.9703377993281068f,-0.18538224552074656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008944416421088269f,-0.05215109281367966f,-0.998599149275236f,3.063034413145163e-17f,-0.1723908789668819f,0.9836064674817673f,-0.05291221009431393f,1.3738425925925921f,0.9849880112285185f,0.17262265391998208f,-0.00019258688960113388f,-0.25011574074073983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014412296221809725f,-0.5228400918511045f,-0.8523089369886622f,0.3063613785310189f,-0.1978627695426743f,0.8340505346538715f,-0.5149854658847118f,0.8161968938762016f,0.9801237728708132f,0.1760623298628065f,-0.09143000523221538f,-0.4728056773383918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014412296221809725f,-0.6694060531975697f,-0.7427569061678708f,0.051150320749445456f,-0.1978627695426743f,0.7262356343584404f,-0.6583556241249071f,1.093074229475357f,0.9801237728708132f,0.15645235482550574f,-0.12198381254509416f,-0.41315821706116773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06423588179692882f,-0.035776645029507566f,-0.9972932282735117f,0.31953400479205973f,0.1774771724903977f,0.9830164560434602f,-0.04669582842791134f,1.2146018530929017f,0.9820262749715939f,-0.1799963300131086f,-0.05679539107381391f,-0.15641198802316023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06423588179692882f,-0.9970259092977245f,-0.04258036729310996f,0.004989314936862779f,0.1774771724903977f,0.030574701453947972f,-0.9836498568473516f,1.112208948515648f,0.9820262749715939f,-0.07074265912479616f,0.1749853463732557f,-0.1584818433638422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09054308501500097f,-0.7592658404019912f,-0.6444511877207026f,0.013687670855712823f,-0.036197692953485586f,0.6491905984059102f,-0.7597639725376698f,1.2646106126196668f,0.9952344833157719f,-0.04546372774019003f,-0.08626339130334712f,-0.26449640372059186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0905430850150003f,-0.71246166461973f,-0.6958450446782313f,0.017841389384966877f,-0.22262135214903517f,0.6665542416934948f,-0.7114388072404719f,1.2272828485813208f,0.9706913429732963f,0.219325829139418f,-0.09825730175923354f,-0.26941069708559306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6936775177073717f,-0.7202857081931717f,0.013687670855712823f,-0.13052619222005157f,0.7141235641091159f,-0.6877430103815141f,1.2646106126196668f,0.9914448613738104f,0.09401615080097765f,-0.09054308501500086f,-0.26449640372059186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00596726858539743f,-0.13763282840173344f,-0.9904653432865629f,0.018081606594764273f,-0.04382215731369911f,0.9895674267058374f,-0.1372440400569755f,1.2889636465075462f,0.99902152641172f,0.04258535603850572f,-0.011936382076264435f,-0.26129026598542204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00596726858539675f,-0.1376328284017335f,-0.9904653432865629f,0.018081606594764273f,-0.21623684398973975f,0.96687063549482f,-0.13565692580624156f,1.2889636465075462f,0.976322702290071f,0.21498460122525553f,-0.023991711673641433f,-0.26129026598542204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0684667286087402f,-0.9976534002716662f,0.018081606594764273f,-0.13052619222005157f,0.9891183371314526f,-0.06788098625421066f,1.2889636465075462f,0.9914448613738104f,0.13021989949284749f,-0.008936701379062866f,-0.26129026598542204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03765841233759055f,-0.4383079422991467f,-0.8980356294143901f,0.018065819842750977f,0.04843615914003255f,0.8968161740352056f,-0.43974388964102384f,1.2877371630419243f,0.9981161167258914f,-0.06005745337877231f,-0.012542720027296478f,-0.06602987448451622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02697283723469168f,-0.4072067167049189f,-0.9129376517166496f,0.007996986835637506f,-0.256025815489913f,0.8799939359823312f,-0.4000768106714633f,1.3286077856989655f,0.9662935619439031f,0.2445268134678173f,-0.08051949851457973f,-0.4514928771585739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.29113511505098455f,-0.9566819454679021f,0.04617267398305875f,-0.13052619222005157f,0.9484973988032515f,-0.2886444137827716f,1.156078405105845f,0.9914448613738104f,0.12487205150759616f,-0.03800075798915196f,-0.2709050261539276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20664693251159152f,-0.9784155790274139f,3.063034413145163e-17f,-0.13052619222005157f,0.9700450981148109f,-0.20487903935727794f,1.3738425925925921f,0.9914448613738104f,0.1277088599392252f,-0.02697283723469235f,-0.25011574074073983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.04094783060276469f,-0.7329629490645151f,-0.6790350436226222f,-0.879518599062895f,0.4096006190079973f,0.6075607962628502f,-0.6805124625991187f,2.3725237420415035f,0.9113454932555449f,-0.3059986832375275f,0.2753437810805005f,-0.7769506924451324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5177583333218749f,-0.7329629490645151f,-0.4412387376176343f,-0.9079814009371049f,-0.20647493162414415f,0.6075607962628502f,-0.7669667407751503f,2.382871804348454f,0.8302375629219381f,-0.3059986832375275f,-0.4659081400558912f,-0.6882272512587078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.495682693191639f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7170559537639822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9309189299597659f,0.007423333505521419f,-0.3651504347008646f,0.6257392596367344f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8473982766354302f,0.36210132525247535f,0.1117398751862056f,0.9254171116549402f,-0.46024807545807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9309189299597659f,0.007423333505521419f,-0.3651504347008646f,0.5384656099530063f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8518674838712923f,0.36210132525247535f,0.1117398751862056f,0.9254171116549402f,-0.4941950747004895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9309189299597659f,0.007423333505521419f,-0.3651504347008646f,0.6368750000000001f,-0.0476715438491943f,0.9937097636699748f,-0.10133276614203988f,1.8648327951746673f,0.36210132525247535f,0.1117398751862056f,0.9254171116549402f,-0.6160341418275208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5376018187838147f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2212766500866986f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83.mcfunction new file mode 100644 index 000000000..70a68e9fb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..61c795a4e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.14871927481394132f,-0.5405794524162264f,-0.8280437385332905f,0.2536583016316307f,-0.7841489400351873f,0.4457037494016596f,-0.43180853119292906f,1.4242219960838565f,0.6024890182737834f,0.713527871491139f,-0.3576100662241165f,-0.21195279096070654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.022131369469587457f,-0.3044389085221552f,-0.9522747258345354f,0.19062428924726083f,-0.4761598868905592f,0.834326290632761f,-0.2777974133705127f,1.5789219417439335f,0.8790801809856541f,0.45958306293510925f,-0.1264968128508107f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09571522407348558f,-0.7941156949872821f,-0.6001823546685029f,0.019576302243006362f,-0.041423705255468f,0.6056060138934413f,-0.7946857445424608f,1.2979029493479879f,0.9945464657437935f,-0.0512017471475655f,-0.09086092980795545f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09571522407348491f,-0.7503146644012876f,-0.6541150512447682f,0.0258526486115672f,-0.21739533984705273f,0.6255118467102951f,-0.7493158184890139f,1.2608678307638672f,0.9713793605452747f,0.21392249533291138f,-0.10324390489125f,-0.3285149256846103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7333028141364977f,-0.679902186185258f,0.019576302243006362f,-0.13052619222005157f,0.6740855287301938f,-0.727029306906585f,1.2979029493479879f,0.9914448613738104f,0.08874504344485004f,-0.09571522407348548f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.48603594842815423f,-0.8726651264662366f,0.02132934325673099f,0.046179554637788f,0.8716423164366632f,-0.4879622126050166f,1.3211926092637405f,0.997819029107104f,-0.0633145246564523f,-0.0186669793829577f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.033782664431261496f,-0.4566102839000497f,-0.889025185369144f,0.011800116907817345f,-0.25440952255126037f,0.8563013603653178f,-0.4494705497268379f,1.361541860125967f,0.9665063509461096f,0.24136078569896605f,-0.08723786280975283f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.011795371184297132f,-0.7329629490645151f,-0.6801662918119906f,-0.8795185990628949f,0.4611034838731548f,0.6075607962628502f,-0.6467251781123808f,2.3636209468916687f,0.8872679676279673f,-0.3059986832375275f,0.3451381744725369f,-0.841648543046895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5503940614249281f,-0.7329629490645151f,-0.39978956020239176f,-0.9079814009371048f,-0.26528815867490285f,0.6075607962628502f,-0.748660184403666f,2.373969009198619f,0.7916366401418342f,-0.3059986832375275f,-0.5288442453519251f,-0.7529251018604703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769743f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.4867798980418043f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7817538043657448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.599646552877426f,0.016702036869064744f,-0.8000906533553838f,0.5449698341628219f,-0.104455538437814f,0.9928624451738189f,-0.057560450425024126f,1.9057418896845784f,0.7934185856859459f,0.11808982567473666f,0.5971111629840992f,-0.5456346483858028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.599646552877426f,0.016702036869064744f,-0.8000906533553838f,0.48875296983056316f,-0.104455538437814f,0.9928624451738189f,-0.057560450425024126f,1.9155345964131236f,0.7934185856859459f,0.11808982567473666f,0.5971111629840992f,-0.6200176407938602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.599646552877426f,0.016702036869064744f,-0.8000906533553838f,0.6368750000000001f,-0.104455538437814f,0.9928624451738189f,-0.057560450425024126f,1.9192723106126046f,0.7934185856859459f,0.11808982567473666f,0.5971111629840992f,-0.6723928190374464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84.mcfunction new file mode 100644 index 000000000..0cd050b2b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..854d8d116 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7244982587921972f,0.08435304814085572f,-0.36732993441981493f,-0.2983372758086524f,-0.15263606903875374f,0.7934239489016647f,-0.11884911519287754f,1.5373228379142527f,0.3445996922226075f,0.17409033581184097f,0.7196443924199292f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.687310654659112f,-0.1952536415361828f,-0.3598334051459412f,-0.2983372758086524f,0.1592942301829894f,0.7752876164541984f,-0.11642362304608413f,1.5373228379142527f,0.37713314919597296f,0.028374764133429126f,0.7049577721664613f,-0.3978989135434494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7231665577001535f,0.08411823330808947f,-0.369998239311596f,-0.2980449909111725f,0.053199602721110656f,0.8109572807797736f,0.08038989653579497f,1.5154982876926897f,0.3756918638177717f,0.04708350050543879f,-0.7235905001350746f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6860174062066692f,-0.194966935256805f,-0.36244725483584916f,-0.2980449909111725f,-0.2558594856670998f,0.7538796147166192f,0.0787492864024114f,1.5154982876926897f,0.3223601122590095f,0.1834486867527012f,-0.7088233470710936f,-0.23980762348538975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06655939250595069f,-0.04757819946593972f,1.5603565016382694f,-0.019673328931166474f,1.3555056581161895f,0.7729078600453402f,0.08138857840710496f,1.7453414098059394f,-0.7743258410283328f,1.3571131142302442f,0.00835087420887667f,0.5254109650457731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.030450047658201855f,-0.9986281610484924f,0.04259801120380823f,-0.013293752612891896f,0.49466103042901755f,-0.0520886901805472f,-0.8675236211943614f,1.6498226881904152f,0.8685523931073564f,-0.005344559493681565f,0.49556853825813285f,0.35764606854233205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010938605664875431f,-0.9986281610484924f,0.051206863475660086f,-0.011800060835588645f,0.10770964513874731f,-0.0520886901805472f,-0.9928169019005268f,1.6105540642147416f,0.9941222154494855f,-0.005344559493681565f,0.10813166249357772f,-0.006498345409305495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9930788960755099f,-0.017482669092084818f,-0.11614070109511015f,0.2756980581309625f,0.097552665174932f,0.42789237770825667f,-0.8985497151612938f,1.5120427835267878f,0.0654047680732425f,-0.9036605941284545f,-0.4232254091293363f,-0.7097315646508042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8122602440588133f,-0.017482669092084818f,-0.5830331484597889f,0.012563083287969071f,0.5209470296257678f,0.42789237770825667f,-0.7385948181670815f,1.684206716819367f,0.26238804897633367f,-0.9036605941284545f,-0.33845242261476266f,-0.5989123731151973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.15563403857140812f,-0.5394999229728448f,-0.8274768148717209f,0.25383895261682743f,-0.7117646048322748f,0.5196109054792576f,-0.4726474946669893f,1.4259819321436902f,0.6849592640047356f,0.6625287465607211f,-0.3031278057763263f,-0.21135555273854545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.01200537289486076f,-0.30769463086575977f,-0.9514094203643557f,0.19019990045222027f,-0.3271155572796899f,0.8979155049272081f,-0.29452191462931043f,1.5925003273511085f,0.9449080818827051f,0.31475666815446607f,-0.08987189018289313f,-0.15290037677322613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.03059586453040075f,-0.5361144443255449f,-0.8435906564555761f,0.20515871141956996f,-0.6632954240182989f,0.6204805667451055f,-0.4183814608321663f,1.465509736709555f,0.7477319530085779f,0.5723505646692286f,-0.3366181183073675f,-0.5408680583895044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016943234002089858f,-0.0495451590214117f,-0.9986281610484924f,0.18962756809650222f,-0.4180242495399932f,0.9069412853938232f,-0.05208869018054732f,1.6352356734072686f,0.9082778504500018f,0.4183333384583908f,-0.005344559493681539f,-0.46246396092539155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2422810022939328f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.310582093892489f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.3574056235176574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,0.2639046647838304f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1815654622219496f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.4507192799293068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.32822256608992906f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.28584703350695f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.21931107167362518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.37942914637243924f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,2.1536727345531506f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2949956363605045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.966006595662071f,0.12307127370414202f,-0.22734273405195093f,0.13831195319389777f,0.11444631690782925f,0.9921302201852483f,0.050790419779750226f,2.4080124330833534f,0.23180443844674029f,0.02304534191568216f,-0.9724893904472071f,-0.34878515530372906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9733660403371565f,-0.02956066291795667f,-0.22734273405195093f,0.02589688007480751f,-0.04216606741100667f,0.9978187991903577f,0.050790419779750226f,2.4132109360637943f,0.22534545541779974f,0.05902381883751464f,-0.9724893904472071f,-0.3222339307106536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9393035532630205f,0.28445970886432076f,-0.19181112809294998f,-0.0064106169007139835f,0.18698914009610235f,0.8931981048940137f,0.40894034638301824f,2.407277623142247f,0.2876523879851936f,0.34825252252721534f,-0.8921750300472698f,-0.36259773431355713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9812336493640126f,-0.019723501096212404f,-0.19181112809294998f,0.022608816186065944f,-0.09817615359092158f,0.9072647000551873f,0.40894034638301824f,2.4174062836690835f,0.16595773022632637f,0.42009730722569366f,-0.8921750300472698f,-0.36419409400171937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.13401808894928835f,-0.19181112809294998f,0.07836574781323019f,0.044960025776788023f,0.9114529001447567f,0.40894034638301824f,2.5276980791983226f,0.2296322126968687f,0.3889637035149848f,-0.8921750300472698f,-0.36065446892124964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9722384702191591f,0.055386264539986185f,-0.22734273405195093f,0.06590383829173332f,0.044960025776788023f,0.9976968123336605f,0.050790419779750226f,2.3032162964232494f,0.2296322126968687f,0.03915906484531215f,-0.9724893904472071f,-0.36946525851144485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503844985409707f,-0.20702736658768112f,-0.23218306229524477f,-0.2435983177493822f,-0.19756298822785073f,0.9782270775366381f,-0.06356611091305327f,2.395066029682345f,0.24028768302913422f,-0.014541466841360054f,-0.9705927957318619f,-0.2692454459673205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098317f,-0.23218306229524477f,-0.13230799392743295f,-0.042102230443470195f,0.9970891393125665f,-0.06356611091305327f,2.409963624497711f,0.23505455633026762f,-0.0519517124047813f,-0.9705927957318619f,-0.2968437451417778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287243746910563f,-0.2890710318207431f,-0.23218306229524477f,-0.11037664538015271f,-0.28206930893032356f,0.9572858791933365f,-0.06356611091305327f,2.406596929238309f,0.24064068819357262f,0.00645631931767824f,-0.9705927957318619f,-0.30186962207302376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9725972298061818f,0.012068726384501322f,-0.23218306229524477f,-0.13920010952580109f,0.02755375084084888f,0.9975971834152251f,-0.06356611091305327f,2.4153435082456753f,0.23085800698252132f,-0.06822173763153652f,-0.9705927957318619f,-0.295547368098972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.20841484469321345f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.515356467974423f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.31773684428140797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9625109087303718f,-0.14022758700853566f,-0.23218306229524477f,-0.17686363761629298f,-0.12884406326803186f,0.9896254629424068f,-0.06356611091305327f,2.292690738812382f,0.2386879928601716f,-0.031267666011244574f,-0.9705927957318619f,-0.310701619428878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9710699036321052f,-0.05580562555098319f,-0.23218306229524477f,-0.019623795870674535f,-0.042102230443470216f,0.9970891393125664f,-0.06356611091305327f,1.7889317746861582f,0.23505455633026762f,-0.05195171240478131f,-0.9705927957318619f,-0.2831271614960903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0018314635382977345f,-0.05233012232179887f,-0.9986281610484924f,4.094912734648963e-17f,-0.13675310737971244f,0.9892347324964221f,-0.05208869018054732f,1.41796875f,0.9906034692869294f,0.1366609026770926f,-0.005344559493681539f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.6504845601194374f,-0.7592686027521909f,0.37019390086295184f,-0.1966049944337973f,0.742088629573296f,-0.6408205224723332f,0.9082083766873871f,0.9802884525703282f,0.1617847424952351f,-0.11340302841203882f,-0.5495714094443893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.019519885270097025f,-0.7779578488442512f,-0.6280131841774244f,0.07359747099108103f,-0.1966049944337973f,0.6128820222164547f,-0.7653248349606562f,1.1418696476574104f,0.9802884525703282f,0.1384095815523418f,-0.14098701178398268f,-0.496802756477559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.13641154661812963f,-0.9862930075464423f,0.3257119059234725f,0.19263715322965258f,0.9693937747152946f,-0.15220590244405063f,1.2922011456307405f,0.9768689441175474f,-0.20412643016641022f,-0.06371394294960586f,-0.24047427218440068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0928331471740743f,-0.9939553219573225f,0.05860737785016745f,0.023631123270935736f,0.19263715322965258f,-0.07567894347460308f,-0.978347394696865f,1.1574063576671736f,0.9768689441175474f,-0.07953310925195539f,0.19849823815687764f,-0.24260006965544448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09796636873343802f,-0.8091259304140088f,-0.5794116147686795f,0.021955617292310436f,-0.04389386888649249f,0.5851586957078728f,-0.8097299729611325f,1.3100708842819795f,0.9942212625323195f,-0.053893687655659765f,-0.09284154005354887f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09796636873343735f,-0.7667372292213948f,-0.6344419689168448f,0.029190773381213612f,-0.21492517621602825f,0.6061637694888358f,-0.7657497327375274f,1.273208087814211f,0.9717045637567487f,0.2113752726431925f,-0.10540747074720393f,-0.35343310272916445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.750549503261982f,-0.6608142274143257f,0.021955617292310436f,-0.13052619222005157f,0.6551608700926378f,-0.7441284482157579f,1.3100708842819795f,0.9914448613738104f,0.08625356486922692f,-0.09796636873343792f,-0.3485800235061269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012506206048450529f,-0.21163296951649413f,-0.977269195781748f,0.024485038727711825f,-0.04451361220260523f,0.9764945452753035f,-0.2108955698355327f,1.3346830567055596f,0.9989304946486265f,0.04086427854751209f,-0.021632789922743943f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.012506206048449849f,-0.21163296951649418f,-0.977269195781748f,0.024485038727711825f,-0.2155453891008336f,0.9537977540642861f,-0.20930845558479877f,1.3346830567055596f,0.9764137340531646f,0.2132635237342619f,-0.03368811952012094f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.14349262199117938f,-0.9896513868196702f,0.024485038727711825f,-0.13052619222005157f,0.9811847820138271f,-0.14226502271820934f,1.3346830567055596f,0.9914448613738104f,0.12917542714686486f,-0.018729545560180208f,-0.34533976953551093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.05099478741988767f,-0.5060354407160829f,-0.8610038701395485f,0.02263934891640534f,0.0451179047453143f,0.8600780347438732f,-0.5081635059924212f,1.3333868989043944f,0.9976792602471964f,-0.06476038056093142f,-0.02102823773429723f,-0.15008855083489714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03652501567415644f,-0.4776713493306302f,-0.8777790184657286f,0.01333747450080501f,-0.2536491158327504f,0.8451689860198703f,-0.4704800857713407f,1.3735324836021734f,0.9666064603897837f,0.23983216443754823f,-0.09029110495466455f,-0.5356470065671374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3624380382837017f,-0.9320078692827986f,0.06252429532254983f,-0.13052619222005157f,0.9240344127603846f,-0.35933733062278034f,1.2042730473178351f,0.9914448613738104f,0.12165143829660716f,-0.04730765705287717f,-0.35462865922726816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2798290140309921f,-0.9600498543859287f,4.094912734648963e-17f,-0.13052619222005157f,0.9518364947936039f,-0.27743503802432695f,1.41796875f,0.9914448613738104f,0.12531165183441018f,-0.036525015674157106f,-0.33437500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.03404347302922095f,-0.7329629490645151f,-0.6794161885345078f,-0.879518599062895f,0.48201685795878463f,0.6075607962628502f,-0.6312920302744146f,2.456669158176239f,0.8755003087307562f,-0.3059986832375275f,0.37398397728946847f,-0.8559413163413438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5631801212830506f,-0.7329629490645151f,-0.38156711898466517f,-0.9079814009371049f,-0.2896415946512461f,0.6075607962628502f,-0.7395793571296693f,2.4670172204831893f,0.7739094893070453f,-0.3059986832375275f,-0.5544627203134649f,-0.7672178751549192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5798281093263746f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7960465776601937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.09044474748140467f,0.02132211970439322f,-0.9956731968192859f,0.491763618015298f,-0.12999122734142796f,0.9914703570990455f,0.009424001706287845f,1.9356061176622978f,0.9873813996968416f,0.1285764294309126f,0.09244497459301622f,-0.6360188866856415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.09044474748140467f,0.02132211970439322f,-0.9956731968192859f,0.4832844229389163f,-0.12999122734142796f,0.9914703570990455f,0.009424001706287845f,1.9477927952255567f,0.9873813996968416f,0.1285764294309126f,0.09244497459301622f,-0.7285858929072204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.09044474748140467f,0.02132211970439322f,-0.9956731968192859f,0.6368750000000001f,-0.12999122734142796f,0.9914703570990455f,0.009424001706287845f,1.940285856187984f,0.9873813996968416f,0.1285764294309126f,0.09244497459301622f,-0.6961691359853834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5817279761912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.3055359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85.mcfunction new file mode 100644 index 000000000..2a2984eda --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..3850aef8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7047819115609162f,0.0809036610866511f,-0.4045757026858652f,-0.3011171915805211f,-0.16278039719961973f,0.7903751638690104f,-0.12551528620456287f,1.5253186735398228f,0.37911666260996657f,0.18896069010843397f,0.6982183456266884f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6681737864726714f,-0.1909842851282682f,-0.3963190556922761f,-0.3011171915805211f,0.1489704522109978f,0.7763312307192844f,-0.12295374975140853f,1.5253186735398228f,0.41394636782900257f,0.02889330448262241f,0.683968991634307f,-0.36610429911045456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7011490584546072f,0.08026309106705827f,-0.4109650574988383f,-0.3004396393051953f,0.044377432209450014f,0.8112528011926571f,0.08272835373683662f,1.5032357001889094f,0.4163713316057651f,0.04869469389854112f,-0.7008624582950737f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6646458313739217f,-0.19020215631283147f,-0.40257801550906613f,-0.3004396393051953f,-0.2639545519861046f,0.75083986951034f,0.08104001998710526f,1.5032357001889094f,0.35857204760422057f,0.2001565139775493f,-0.686559142819664f,-0.2177402764806504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07134081416309895f,-0.0404671594573727f,1.5603458421901208f,-0.016568794140179414f,1.402169089925747f,0.6845630598089969f,0.08186275344590445f,1.7067637642496998f,-0.6857394413998278f,1.40397367359591f,0.005058889033899721f,0.5562533924224833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.025898982052718962f,-0.9986213390016774f,0.04565812106438311f,-0.011068295640534393f,0.4381203582777578f,-0.05239216220537884f,-0.8973882175524782f,1.6221664528575555f,0.8985431511013826f,-0.0032376889816963183f,0.43887324249588955f,0.38269468450683025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00690928481529616f,-0.9986213390016774f,0.05203540212046066f,-0.010990870686833593f,0.07005057940324219f,-0.05239216220537884f,-0.9961666415137153f,1.5953531475043474f,0.9975195126455478f,-0.0032376889816963183f,0.07031599577227526f,0.02055021224967679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9907411490462382f,-0.020034084888201954f,-0.1342781107598403f,0.27107872930714694f,0.11208361310074849f,0.437417739443831f,-0.8922460338349116f,1.500251053060176f,0.07661096044836782f,-0.8990352366078546f,-0.43112226117035246f,-0.6863809643127821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8014224137448956f,-0.020034084888201954f,-0.5977631221395293f,0.011768857467968172f,0.5305999976951059f,0.437417739443831f,-0.7260367509057666f,1.6752749526911548f,0.27601767550876005f,-0.8990352366078546f,-0.3399262951644074f,-0.5711145205847229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13467339450797464f,-0.5512364534753791f,-0.8234084339934744f,0.2545017108063667f,-0.530898762726635f,0.6615029955801666f,-0.5296794224564458f,1.4044923136568535f,0.8366657519864353f,0.5084802446490448f,-0.2035638972279223f,-0.15282594966825164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.3089776290036699f,-0.951058579346843f,0.19062428924726083f,-0.14721982233942185f,0.9404995650143887f,-0.3062464564988379f,1.5789219417439335f,0.9890934841986947f,0.14139799497523342f,-0.04123938084732011f,-0.1265715717406911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.030060549014042336f,-0.5365777932509147f,-0.8433152644076551f,0.20470654001417352f,-0.6213537235356174f,0.6508422920275945f,-0.43626123040752895f,1.4535137696320635f,0.7829533278819356f,0.5371113317537121f,-0.31383993318307335f,-0.5103115878047563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017898664287568672f,-0.049346318071542696f,-0.9986213390016775f,0.1892127220069988f,-0.3978429424688722f,0.9159563605691894f,-0.05239216220537907f,1.6249281362250028f,0.9172789275593496f,0.39823220164324635f,-0.00323768898169631f,-0.4356632855527832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.2435028279245407f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2991716239447517f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.31712608680034404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,0.26446913397763827f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.172304731972911f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.41348748068759134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.3266224028536757f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.2727703593474615f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.1777831843698672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.37843804115524404f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,2.1425330931717115f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2563561226276919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.963982045980865f,0.13957215253314564f,-0.22640280312710345f,0.14120983136962872f,0.11119449048767843f,0.9847716801140148f,0.13364326893115694f,2.394111206701893f,0.2416079475342879f,0.10365496747712724f,-0.9648218734075137f,-0.2997209093397827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9739477223743825f,-0.012946227942649796f,-0.22640280312710345f,0.02889518721862719f,-0.044226729172308354f,0.9900421572317583f,0.13364326893115694f,2.398993984135132f,0.222418143388691f,0.14017461284392127f,-0.9648218734075137f,-0.27268907960572003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9354529378714834f,0.30321921346860914f,-0.18162023458604218f,-0.00409438655212449f,0.1768090047234659f,0.8463784882309203f,0.5023763833109982f,2.397625205800809f,0.306049631393845f,0.43783737077072327f,-0.845359130713256f,-0.31594297456200227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833685022329249f,-0.0006922464050482524f,-0.18162023458604218f,0.025139754278390034f,-0.09338998045481794f,0.8595907637021291f,0.5023763833109982f,2.4072327180147184f,0.1557713079062477f,0.5109826217719201f,-0.845359130713256f,-0.3165142397904408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.15314900188113562f,-0.18162023458604218f,0.08326552333482606f,0.04222942644963456f,0.86361718662443f,0.5023763833109982f,2.51534462193658f,0.233788797700001f,0.4803235765499297f,-0.845359130713256f,-0.3017204663286753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9713698953600133f,0.07198817350417436f,-0.22640280312710345f,0.06706818429638686f,0.04222942644963456f,0.9901293613519039f,0.13364326893115694f,2.292565515632402f,0.233788797700001f,0.12025618763458097f,-0.9648218734075137f,-0.32877810854645595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501559702429048f,-0.2043536324612354f,-0.23546385096583874f,-0.24185521116449682f,-0.20053414039975903f,0.9788566068605021f,-0.040321231871980806f,2.3828932415890938f,0.23872513639307888f,0.008907081757940473f,-0.9710463290434f,-0.22543786188206755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9704259247288791f,-0.053200559230495895f,-0.23546385096583874f,-0.13061281180980785f,-0.04493832271879214f,0.9981757086863753f,-0.040321231871980806f,2.398128461502602f,0.23717940839230103f,-0.028547418202261997f,-0.9710463290434f,-0.25304505813592393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287297472958592f,-0.28638755450631403f,-0.23546385096583874f,-0.10870710055185757f,-0.2850840220670051f,0.9576540599937042f,-0.040321231871980806f,2.394820420931014f,0.2370404118496866f,0.029679454197604798f,-0.9710463290434f,-0.25821949596626276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9717730993628108f,0.014622525196907404f,-0.23546385096583874f,-0.13748576639820548f,0.024800362391763447f,0.9988789417569894f,-0.040321231871980806f,2.403495315576015f,0.23461028404576412f,-0.045022677300474226f,-0.9710463290434f,-0.25160132250205225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.20649296602659228f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.5041845960218665f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2712308852581252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962096426851364f,-0.13757630729226436f,-0.23546385096583874f,-0.17553829688583286f,-0.13176406411682767f,0.9904607158629475f,-0.040321231871980806f,2.281330934952704f,0.2387649405738933f,-0.007767239154420045f,-0.9710463290434f,-0.2694832564483807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.970425924728879f,-0.05320055923049589f,-0.23546385096583874f,-0.0196115243464114f,-0.04493832271879212f,0.9981757086863753f,-0.040321231871980806f,1.7766432130867846f,0.23717940839230103f,-0.028547418202262f,-0.9710463290434f,-0.2541549328861528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.004517015168838464f,-0.05229739825709717f,-0.9986213390016775f,3.788751034862124e-17f,-0.14721982233942185f,0.9877152348980925f,-0.05239216220537907f,1.40625f,0.9890934841986947f,0.14725351230359246f,-0.00323768898169631f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.6150811244597919f,-0.7882570979338477f,0.35248484588168366f,-0.19701137487279125f,0.7707406031557098f,-0.6059252765959721f,0.8818023525061396f,0.980234951570564f,0.16623517371618618f,-0.10726279289205226f,-0.5268667326288916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01805430392417323f,-0.7484299806399358f,-0.6629680280293454f,0.0671459157627081f,-0.19701137487279125f,0.6474133693222123f,-0.7362353206642516f,1.128628699560233f,0.980234951570564f,0.14390445893774806f,-0.13576062174757406f,-0.4720031576588752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.1079057414765122f,-0.9905836953708197f,0.32423688760537556f,0.18836937470566592f,0.9744693541311863f,-0.12217387827250503f,1.2709133206517025f,0.9784767167649423f,-0.19689039797702818f,-0.06178580689241009f,-0.21550398723862912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08426323885239162f,-0.9959962433286765f,0.029852803105719f,0.018251310874680956f,0.18836937470566592f,-0.04534127263963125f,-0.9810510423359302f,1.145234631772305f,0.9784767167649423f,-0.07704318445250458f,0.19143579205131964f,-0.21765970506335075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0962340033839663f,-0.7975839039936314f,-0.5954821010601181f,0.019576302243006362f,-0.04198171634341091f,0.6009788213974334f,-0.7981616325811541f,1.2979029493479879f,0.9944730021903843f,-0.05181092859648261f,-0.0913185391495836f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09623400338396564f,-0.7541022981422331f,-0.6496681772484301f,0.026071598796197942f,-0.21683732875910983f,0.6211383915153542f,-0.7531060160709995f,1.2609049589068455f,0.9714528240986839f,0.21334671903341082f,-0.1037428938692681f,-0.3285100376718565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7372773368101241f,-0.6755902076156602f,0.019576302243006362f,-0.13052619222005157f,0.6698104397350121f,-0.7309698269877656f,1.2979029493479879f,0.9914448613738104f,0.08818221730122597f,-0.0962340033839662f,-0.3236391598245655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.010621613142645392f,-0.19034637540235483f,-0.9816595329876004f,0.022646666446470586f,-0.04426347524642886f,0.9808421186004396f,-0.18970894322226883f,1.322454557767527f,0.998963425803646f,0.04143664743421056f,-0.018843517613656165f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.010621613142644712f,-0.19034637540235488f,-0.9816595329876004f,0.022646666446470586f,-0.21579552605700997f,0.9581453273894222f,-0.1881218289715349f,1.322454557767527f,0.976380802898145f,0.21383589262096042f,-0.030898847211033163f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12186934340514755f,-0.9925461516413221f,0.022646666446470586f,-0.13052619222005157f,0.9840547817211396f,-0.12082673427803373f,1.322454557767527f,0.9914448613738104f,0.12955326977640763f,-0.015907141343032095f,-0.3204068792563454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04716602469163403f,-0.4882276577658743f,-0.8714408300666412f,0.02132934325673099f,0.046179554637788f,0.8704131820425669f,-0.4901513452597972f,1.3211926092637405f,0.997819029107104f,-0.06336123987882299f,-0.018507793838665028f,-0.125151156816291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03378266443126149f,-0.4595868665838458f,-0.8874900808727764f,0.011800116907817345f,-0.25440952255126037f,0.854790365037587f,-0.45233751411324336f,1.361541860125967f,0.9665063509461096f,0.24106709419278116f,-0.0880461792372857f,-0.5106827993893077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.34202014332566877f,-0.9396926207859084f,0.05782988039009451f,-0.13052619222005157f,0.9316534201490776f,-0.3390941135865684f,1.1912526169939301f,0.9914448613738104f,0.12265449964846539f,-0.04464258697085615f,-0.3298000286929706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2588190451025208f,-0.9659258262890683f,3.788751034862124e-17f,-0.13052619222005157f,0.9576621969425486f,-0.25660481229257065f,1.40625f,0.9914448613738104f,0.126078620072519f,-0.033782664431262155f,-0.309375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.011795371184297132f,-0.7329629490645151f,-0.6801662918119906f,-0.879518599062895f,0.4611034838731548f,0.6075607962628502f,-0.6467251781123808f,2.5495168583992585f,0.8872679676279673f,-0.3059986832375275f,0.3451381744725369f,-0.8171748820056353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5503940614249281f,-0.7329629490645151f,-0.39978956020239176f,-0.9079814009371049f,-0.26528815867490285f,0.6075607962628502f,-0.748660184403666f,2.5598649207062087f,0.7916366401418342f,-0.3059986832375275f,-0.5288442453519251f,-0.7284514408192106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.672675809549394f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7572801433244851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.44451427470075616f,0.019654585946175484f,-0.8955561159628944f,0.48170497597896794f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.925755694813623f,0.8881083159275301f,0.14016464264764686f,-0.43774135300634315f,-0.6964239446792949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.44451427470075616f,0.019654585946175484f,-0.8955561159628944f,0.5233781892321638f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.9367171021186225f,0.8881083159275301f,0.14016464264764686f,-0.43774135300634315f,-0.7796840992975009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.44451427470075616f,0.019654585946175484f,-0.8955561159628944f,0.6368750000000001f,-0.11692167791999536f,0.9899331140045482f,0.07976058569012022f,1.9192723106126046f,0.8881083159275301f,0.14016464264764686f,-0.43774135300634315f,-0.6723928190374464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5700092261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2805359093459588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86.mcfunction new file mode 100644 index 000000000..59036cd38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..0a356297f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6828537624275498f,0.07705068619729777f,-0.44126905096495206f,-0.3039395336469326f,-0.17075580064673165f,0.7885243686207143f,-0.12655520961715447f,1.5207389692407387f,0.41412273558508894f,0.19808320547758157f,0.6754330818250562f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.646883888194487f,-0.1862510396723824f,-0.43226356012893263f,-0.3039395336469326f,0.14105869970174437f,0.7776459829643789f,-0.12397245023721255f,1.5207389692407387f,0.449047523579449f,0.024026556147764486f,0.6616487332163816f,-0.35259305439741856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6781927232231229f,0.07622881922741738f,-0.4485401227658936f,-0.3031911515170527f,0.03848059927200236f,0.8118480555017246f,0.07978986591153543f,1.4995007018515492f,0.4533412821388723f,0.04512589435908117f,-0.6777829888772812f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6423574356940618f,-0.18524754931233137f,-0.4393862427094468f,-0.3031911515170527f,-0.2695144774257817f,0.749168022657312f,0.07816150130109593f,1.4995007018515492f,0.39336862008357665f,0.21078571892210535f,-0.6639506829818265f,-0.213311975499421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07271593542521762f,-0.03813650631607443f,1.560341068363337f,-0.015605459307809894f,1.416509652919654f,0.6543558918193746f,0.08200621943922139f,1.6938085991872822f,-0.6554533133036082f,1.4183688602501379f,0.004120722272449562f,0.5663060690507764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.02440736404228807f,-0.9986182837525357f,0.04653819867213906f,-0.010393079873491693f,0.4187877707643995f,-0.05248398044110167f,-0.9065661778685786f,1.6129455666412609f,0.9077560705600883f,-0.002637262254368216f,0.41949012051430906f,0.39096757715590247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.005653949191692694f,-0.9986182837525357f,0.05224515493017529f,-0.010749850493891358f,0.05741308344043852f,-0.05248398044110167f,-0.9969699943563596f,1.5902593431629997f,0.9983344984064203f,-0.002637262254368216f,0.05763049660902353f,0.029585608233761163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9898901677523045f,-0.02078708060339657f,-0.14030450123678279f,0.26955513854618735f,0.11690112732303887f,0.4406141659910078f,-0.8900524047260653f,1.4963363086888422f,0.08032174187551694f,-0.8974558785857033f,-0.4337295975305885f,-0.6785452817347667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7977564766562316f,-0.02078708060339657f,-0.6026213580956317f,0.01153531772476554f,0.5337499980781243f,0.4406141659910078f,-0.721782582416375f,1.6722898022209494f,0.280527259824492f,-0.8974558785857033f,-0.34040770039369767f,-0.5618085338696317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12983651568970705f,-0.5534561849278253f,-0.8226960134573968f,0.2546344155929715f,-0.5108332935666217f,0.6737930593425434f,-0.5339028557384702f,1.399779503827871f,0.8498187014754583f,0.48958060066443887f,-0.19524090267055433f,-0.1428783932956345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.004781528682516903f,-0.3090104650554752f,-0.9510466179266174f,0.19075091203302857f,-0.1407269201280466f,0.9413848419106295f,-0.3065787229606347f,1.57437304466761f,0.9900369038246667f,0.13530377639629365f,-0.03898483241171009f,-0.11775259042390263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.029800997948318544f,-0.5367933773269002f,-0.843187268985523f,0.20458099857121273f,-0.6069340970685169f,0.6605311347701638f,-0.4419611089393094f,1.4495212529124457f,0.7941932399214364f,0.5249299858621339f,-0.3061137167881756f,-0.5000650755496988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.018123643122521238f,-0.049326026751683266f,-0.9986182837525357f,0.1890910042818188f,-0.39107846322669687f,0.9188596559852344f,-0.05248398044110189f,1.6214794135319204f,0.9201788788926925f,0.39148930469118703f,-0.0026372622543682084f,-0.42667731380919105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.24393817953187127f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2952839666443916f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.30361662545430884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,0.2646904146481233f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.1691536740132458f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.40098605863773285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.32607434368422133f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.2683275059168597f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.1639193720744787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.3780896647232151f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,2.138755962980071f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24345511333707337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9633222421610856f,0.1451302689460613f,-0.22571544651038492f,0.1422011869643347f,0.10999245427001458f,0.9807756593424725f,0.16118550196899625f,2.3892294913969505f,0.24476911112596958f,0.13044658323230415f,-0.9607662416850522f,-0.2833455874875986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9741655228021922f,-0.007353325108363867f,-0.22571544651038492f,0.029917817291023267f,-0.04478885095778211f,0.9859072942142605f,0.16118550196899625f,2.394005852228335f,0.22134925573268432f,0.1671308942863839f,-0.9607662416850522f,-0.2561652288252318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9342156010640044f,0.30930240727554836f,-0.1776885803369813f,-0.0032766624464019706f,0.1730591066251915f,0.8285859204003656f,0.5324433473416395f,2.3942806988964747f,0.3119162649537719f,0.4666662547986835f,-0.8276054919401262f,-0.3002854682314648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9840715352657408f,0.005475572806204254f,-0.1776885803369813f,0.02602739435020656f,-0.09145813964341423f,0.8415102438857154f,0.5324433473416395f,2.403687094666023f,0.15244219288862787f,0.5402134092540167f,-0.8276054919401262f,-0.300525465914273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.15935086359938255f,-0.1776885803369813f,0.08494125475697532f,0.041309066649813896f,0.8454570615259841f,0.5324433473416395f,2.5107969074590035f,0.23507337221506416f,0.5097152728592497f,-0.8276054919401262f,-0.28202439603508866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9710994133908016f,0.0775787762126888f,-0.22571544651038492f,0.06748603010912037f,0.041309066649813896f,0.9860592248782647f,0.16118550196899625f,2.2889335818613943f,0.23507337221506416f,0.14720305198540418f,-0.9607662416850522f,-0.3151450827318046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501089482404481f,-0.20342417247734368f,-0.23645632265883068f,-0.24125052730054947f,-0.2015053185404253f,0.9789474221191459f,-0.032520014240477346f,2.37873993356268f,0.23809366449645572f,0.01674965009148096f,-0.9710977582861892f,-0.21079698148805415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315575f,-0.23645632265883068f,-0.13002104826610056f,-0.04588333740856565f,0.9984173315913798f,-0.032520014240477346f,2.394086439931035f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.23839459662072715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9287639120015686f,-0.28545753316072314f,-0.23645632265883068f,-0.10812355586666691f,-0.28605941965295945f,0.957659885920681f,-0.032520014240477346f,2.390798463928609f,0.2357278180261177f,0.037437142788725584f,-0.9710977582861892f,-0.2436163937657929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.971518199527884f,0.015517585532597244f,-0.23645632265883068f,-0.1368875299852033f,0.0238745044721069f,0.9991858969731363f,-0.032520014240477346f,2.3994482681454f,0.23575919074833512f,-0.03723906321630586f,-0.9710977582861892f,-0.23690220692602265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.20581927849929904f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.50035203507835f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.255676881271546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9619846835411795f,-0.1366523915152587f,-0.23645632265883068f,-0.17507249040836587f,-0.13272654156414937f,0.9906190558626559f,-0.032520014240477346f,2.2774627475092526f,0.2386820768231178f,0.00010027432960298815f,-0.9710977582861892f,-0.2556994429957066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9702340820699449f,-0.05228989830315574f,-0.23645632265883068f,-0.019605397186166957f,-0.045883337408565636f,0.9984173315913798f,-0.032520014240477346f,1.7725255326897562f,0.2377825589443917f,-0.02070262093056724f,-0.9710977582861892f,-0.24446536469039648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0053117048038712825f,-0.05228105916311199f,-0.9986182837525357f,3.686424991200035e-17f,-0.15074038036579313f,0.987179198283794f,-0.05248398044110189f,1.4023333333333334f,0.988559114832923f,0.15081087934412804f,-0.0026372622543682084f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.6029570245062623f,-0.7975803309795986f,0.34642415590067915f,-0.1971401163328743f,0.7799555652503718f,-0.59397398155747f,0.8731233726281186f,0.980218002435801f,0.1676667612662916f,-0.10516902998145514f,-0.5192561759279058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01756252353816587f,-0.7382079241342101f,-0.6743445844020931f,0.06498238482451156f,-0.1971401163328743f,0.6586519765564577f,-0.7261634446256107f,1.124234438690268f,0.980218002435801f,0.1456936324062653f,-0.1339628051999355f,-0.46371047857301717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.09833032184859174f,-0.9918152666983343f,0.3236816204659427f,0.18689227825560417f,0.9759628540010554f,-0.11210612801512806f,1.2637966743573306f,0.9789982899776511f,-0.19449333000199992f,-0.061112133047111855f,-0.20716616678292288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0814470659340442f,-0.9964727393675832f,0.020210273328195527f,0.01645119439096936f,0.18689227825560417f,-0.03518737924709642f,-0.9817500316629233f,1.1411925285770437f,0.9789982899776511f,-0.07618351553312523f,0.189098969277595f,-0.20932066354007348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09558846157869803f,-0.7932674437916132f,-0.6013232147799865f,0.018778948705202955f,-0.04128835014615115f,0.6067291517856603f,-0.7938356306664888f,1.2938476428483898f,0.9945642855819962f,-0.05105388323891983f,-0.09074901019295002f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09558846157869737f,-0.749388897124486f,-0.6551939612661006f,0.02500197266371951f,-0.2175306949563696f,0.6265729477487887f,-0.7483894293088276f,1.2568036804532823f,0.971361540707072f,0.21406219193482165f,-0.10312194344194053f,-0.32017878671912997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7323316489425123f,-0.6809481301517325f,0.018778948705202955f,-0.13052619222005157f,0.6751225245010399f,-0.7260664501654631f,1.2938476428483898f,0.9914448613738104f,0.08888156652806949f,-0.09558846157869792f,-0.3153018565492805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.009990568707626353f,-0.1832112207451743f,-0.9830228060070434f,0.02202979490084908f,-0.04418896994722142f,0.9821923890703178f,-0.18260735414365242f,1.3183764024654316f,0.9989732346123702f,0.04161441391398849f,-0.017908575674616945f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.009990568707625673f,-0.18321122074517435f,-0.9830228060070434f,0.02202979490084908f,-0.2158700313562174f,0.9594955978593004f,-0.1810202398929185f,1.3183764024654316f,0.9763709940894209f,0.21401365910073836f,-0.029963905271993944f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11462892051246334f,-0.9934083805677036f,0.02202979490084908f,-0.13052619222005157f,0.9849096341595285f,-0.11364825420690869f,1.3183764024654316f,0.9914448613738104f,0.12966581323499016f,-0.014962076512787144f,-0.3120725840829761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04588127143131988f,-0.4819826319718087f,-0.874978657687931f,0.020889215822892358f,0.04651588568165521f,0.8739201280056929f,-0.48383869444864f,1.3171233383556022f,0.9978633079290453f,-0.06289954168387342f,-0.017676717592979084f,-0.11681569199026767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.032862459929102944f,-0.45316580647763804f,-0.8908203020625877f,0.011285009340243554f,-0.25465041965605273f,0.8580896232870443f,-0.44590958968841937f,1.3575417493944826f,0.9664746362406021f,0.24150144978150803f,-0.08719992693245458f,-0.5023382294532943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3351592513087269f,-0.9421614916043712f,0.05625465483609674f,-0.13052619222005157f,0.9341011694354382f,-0.33229191745193076f,1.1869235775617937f,0.9914448613738104f,0.12297675195548254f,-0.04374706086065178f,-0.3214987630419262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2517690845811322f,-0.9677873361690463f,3.686424991200035e-17f,-0.13052619222005157f,0.9595077813474494f,-0.24961516516075166f,1.4023333333333334f,0.9914448613738104f,0.12632159586893252f,-0.03286245992910361f,-0.3010194444444445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.004355565473485867f,-0.7329629490645151f,-0.680254617292713f,-0.879518599062895f,0.4540025552515588f,0.6075607962628502f,-0.651729666863115f,2.5513836200906055f,0.8909897355606636f,-0.3059986832375275f,0.3354133226072539f,-0.8080579236621294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5459885710412371f,-0.7329629490645151f,-0.4057854058378606f,-0.9079814009371049f,-0.25708406093444275f,0.6075607962628502f,-0.7515169089634026f,2.5617316823975558f,0.7973733541483586f,-0.3059986832375275f,-0.5201543424322204f,-0.7193344824757048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.674542571240741f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7481631849809792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8470464920253973f,0.011941327195896481f,-0.5313846488677192f,0.5174619983561517f,-0.0693771257442399f,0.9887106914358795f,0.13280806851939772f,1.928918274222282f,0.5269715882008599f,0.14936054815507893f,-0.8366554678503437f,-0.7652427725314833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8470464920253973f,0.011941327195896481f,-0.5313846488677192f,0.5968726069835327f,-0.0693771257442399f,0.9887106914358795f,0.13280806851939772f,1.9354223797608043f,0.5269715882008599f,0.14936054815507893f,-0.8366554678503437f,-0.814646358925314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8470464920253973f,0.011941327195896481f,-0.5313846488677192f,0.6368750000000001f,-0.0693771257442399f,0.9887106914358795f,0.13280806851939772f,1.9122491167136335f,0.5269715882008599f,0.14936054815507893f,-0.8366554678503437f,-0.6644462455508471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.566092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2721803537904033f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87.mcfunction new file mode 100644 index 000000000..63ad9cb06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..5f0c281bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.647245682641758f,0.07079344117461409f,-0.4929561435185746f,-0.3084864367806601f,-0.18259464170595227f,0.7858126598322335f,-0.1268940696490965f,1.5143831256095635f,0.4633321352618701f,0.2107870887376437f,0.6386208422057874f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6123120154350892f,-0.1785654740371257f,-0.4828958140590119f,-0.3084864367806601f,0.12932770642499147f,0.7796298876996857f,-0.12430439475829862f,1.5143831256095635f,0.49834560307548653f,0.017076583009264526f,0.6255877637934244f,-0.3340303735771245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6410592224539338f,0.06970260132842192f,-0.5011277932017475f,-0.30767801808903683f,0.030102093328233593f,0.8127012104682162f,0.07453221400977487f,1.4944560877399211f,0.5050558204084581f,0.04003416435985191f,-0.6405156738128991f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6063041882193554f,-0.17723357080931654f,-0.4909006953813037f,-0.30767801808903683f,-0.277417058740448f,0.746799268697099f,0.07301114841773866f,1.4944560877399211f,0.44208031721336266f,0.22556399014837725f,-0.627443925367738f,-0.20748580683967488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07441677100369536f,-0.03501275894318697f,1.5603340991289558f,-0.014355704799760081f,1.4350023988364369f,0.6127148291823682f,0.0821882195554352f,1.6761254583431624f,-0.6137071854940715f,1.4369275885761283f,0.0029741657212944725f,0.579786814994831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022408165723640096f,-0.9986138234425317f,0.04762673344236481f,-0.00952948796159477f,0.39213749067671544f,-0.05260046051547851f,-0.9184015352553196f,1.6004101816431586f,0.9196336566887222f,-0.0019034660616289582f,0.39277259871620557f,0.40215379391725137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.004020488702529242f,-0.9986138234425317f,0.052481113746575776f,-0.010445671666424078f,0.040170776700646005f,-0.05260046051547851f,-0.997807346261204f,1.5833128668750942f,0.9991847398603821f,-0.0019034660616289582f,0.04032657246893859f,0.04188487660358281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9886764923016962f,-0.02173190211032856f,-0.14848069908470068f,0.2674973500322442f,0.12342929312389073f,0.4449754042838408f,-0.88699611001479f,1.4910261880502105f,0.08534637173864557f,-0.8952790704652376f,-0.4372543685521614f,-0.667850491762864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7927310728153502f,-0.02173190211032856f,-0.6091840203285795f,0.011242973908500141f,0.5379779394606885f,0.4449754042838408f,-0.7159445692482517f,1.6682243923562232f,0.2866307430242895f,-0.8952790704652376f,-0.3410545456964974f,-0.5491246764017751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.12341245239193878f,-0.5562397778621222f,-0.8218069579399437f,0.25479873547232423f,-0.48860057409256286f,0.6867423626619178f,-0.5381955093847823f,1.3935223854353895f,0.8637354025342631f,0.46795537912222385f,-0.18702651565901107f,-0.13046254265117818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.005396227529305708f,-0.3090337796457827f,-0.9510357531482683f,0.19091092833156328f,-0.13828581730661238f,0.9416813790686167f,-0.30677876889913785f,1.5681702767051355f,0.9903776620362023f,0.13317020445005798f,-0.03765346181210399f,-0.10572846345311795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02937659127208859f,-0.5371299950969061f,-0.8429877723030331f,0.20442994803533862f,-0.5869890002277678f,0.6733481306164031f,-0.4494955045459312f,1.4440975337130335f,0.8090617587655706f,0.5080291953840774f,-0.29550872599733563f,-0.4860854088032554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01835212380806218f,-0.04933184753505345f,-0.9986138234425317f,0.1889388902260003f,-0.3818515252202107f,0.922725638660029f,-0.05260046051547862f,1.6167798380835672f,0.9240414559091666f,0.382287541751258f,-0.001903466061628948f,-0.4144183913877797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.24455125592122226f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.2899297003568537f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2851847453476772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,0.26501696251060536f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.1648168429603674f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.383917922486285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3253191270155371f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.262219287204725f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.1450557702766742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.3776028310138253f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,2.133568930256903f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.22590014208706888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9624394929607668f,0.15271260440039733f,-0.22447512745662954f,0.14356561306478727f,0.10826431113890245f,0.97410165921512f,0.19850641412299302f,2.3823939919871977f,0.24897602559893442f,0.16674776751608403f,-0.9540472319048786f,-0.2610742108847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9744797802999221f,0.0002737516132815532f,-0.22447512745662954f,0.031322906609266406f,-0.04545167413966035f,0.9790451209571156f,0.19850641412299302f,2.387024852776001f,0.2198256197637527f,0.203643257168317f,-0.9540472319048786f,-0.2337014031935898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932576762235208f,0.31740151842344555f,-0.17192108259718458f,-0.002129834393387861f,0.16768343284693799f,0.8026893792134014f,0.5723390838014392f,2.389627742430254f,0.31966052131529044f,0.5049218123635536f,-0.8017924385474969f,-0.27891353295011734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9850156699024882f,0.01368471428875015f,-0.17192108259718458f,0.02726752845681251f,-0.08856823789739654f,0.8152199950866511f,0.5723390838014392f,2.3987392969465042f,0.1479858009482763f,0.5789897133850964f,-0.8017924385474969f,-0.27871289209920064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.16760663212481458f,-0.17192108259718458f,0.08724756325918244f,0.04005068790316492f,0.8190384090821459f,0.5723390838014392f,2.5042672641133494f,0.2367377962474395f,0.5487113096300865f,-0.8017924385474969f,-0.2552205933187546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9707477315072075f,0.08520421895035961f,-0.22447512745662954f,0.06807661399535156f,0.04005068790316492f,0.9792809331088369f,0.19850641412299302f,2.2839290541638615f,0.2367377962474395f,0.18370926792773706f,-0.9540472319048786f,-0.29655517860249536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.950068610863288f,-0.20213225676152324f,-0.23772291734032774f,-0.24041128206286505f,-0.20280884932271645f,0.9789740075609531f,-0.021873800685815008f,2.3730155996081495f,0.2371459577743174f,0.027430699891558392f,-0.9710866858395091f,-0.19086329468219052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9699921411689522f,-0.05102019836962546f,-0.23772291734032774f,-0.12919687574177785f,-0.047166660684474504f,0.9986475068628736f,-0.021873800685815008f,2.3885122451477088f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.21843774714582767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9288363259940864f,-0.28416701794017457f,-0.23772291734032774f,-0.10731027215476943f,-0.28736030718100425f,0.9575727600033307f,-0.021873800685815008f,2.3852519397884f,0.23385280278552711f,0.04799494988634171f,-0.9710866858395091f,-0.22372216928918573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9711882781926899f,0.016767315596796617f,-0.23772291734032774f,-0.13605450550161227f,0.022610363522481025f,0.9995050316556383f,-0.021873800685815008f,2.393866691796147f,0.23723848710211454f,-0.02661858040427629f,-0.9710866858395091f,-0.21687960236242057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.2048788695396222f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.4950531028999943f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23449100928908964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618543249391325f,-0.13536643663438133f,-0.23772291734032774f,-0.17442142129688645f,-0.1340250425042967f,0.9907365062544525f,-0.021873800685815008f,2.2721373889927428f,0.2384817510368618f,0.010821414308275094f,-0.9710866858395091f,-0.23692582750845154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969992141168952f,-0.05102019836962546f,-0.23772291734032774f,-0.019595710819449136f,-0.047166660684474504f,0.9986475068628735f,-0.021873800685815008f,1.7669099305825111f,0.23851740437617522f,-0.010004818583621988f,-0.9710866858395091f,-0.2312665745988825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.00631052193780156f,-0.052255228851864455f,-0.9986138234425317f,3.54708739983038e-17f,-0.15555059641098173f,0.9864264815533632f,-0.05260046051547862f,1.397f,0.9878077693909176f,0.155666912180758f,-0.001903466061628948f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.5862209109441355f,-0.8099751386509448f,0.3380598970001982f,-0.1973097004792181f,0.7922063846185798f,-0.5774754767662086f,0.8614261865543318f,0.9801956762593836f,0.16957030324141906f,-0.102285622161781f,-0.5088746072849011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.016891368778482428f,-0.7240108326300632f,-0.6895817543229462f,0.06203076705998662f,-0.1973097004792181f,0.673704268512398f,-0.7121737433274102f,1.1182759389246835f,0.9801956762593836f,0.14809075873428984f,-0.13147457328286635f,-0.45241500551745306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.08525581988166375f,-0.9933285748607572f,0.32287513491360675f,0.18484087894244866f,0.9778323616392428f,-0.09837541360931605f,1.2541054057927206f,0.9796959027832978f,-0.19124674561237964f,-0.060171590990207066f,-0.19581873296046587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07765170662259825f,-0.9969555689045654f,0.007057342897455882f,0.013998584077211801f,0.18484087894244866f,-0.021352312172654764f,-0.9825364767970015f,1.1357093195884307f,0.9796959027832978f,-0.07499114877807808f,0.1859361871034339f,-0.19796261726664077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09470126066760853f,-0.7873219383298438f,-0.6092256040683973f,0.017691593491334243f,-0.04035173259918255f,0.6145089085290698f,-0.7878772360048584f,1.2883347992957683f,0.9946875936213389f,-0.050029658833027554f,-0.08996457265413499f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09470126066760787f,-0.7429066318042885f,-0.6626623632357381f,0.023543334074751468f,-0.21846731250333817f,0.6339181167950093f,-0.7419028606001178f,1.251231404177695f,0.9712382326677294f,0.2150292017849582f,-0.10226797047066664f,-0.30883246637648076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7255345387533652f,-0.6881857547755126f,0.017691593491334243f,-0.13052619222005157f,0.6822982302428391f,-0.7193274901962415f,1.2883347992957683f,0.9914448613738104f,0.08982626611092959f,-0.09470126066760842f,-0.30394771174021445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00913042656254937f,-0.17347967617500987f,-0.9847951245132155f,0.02118792262261847f,-0.04409485524951659f,0.9839480432851417f,-0.17292163501385588f,1.3128303489068829f,0.9989856250473828f,0.04184555017626993f,-0.0166334265602492f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00913042656254869f,-0.17347967617500992f,-0.9847951245132155f,0.02118792262261847f,-0.21596414605392225f,0.9612512520741243f,-0.17133452076312194f,1.3128303489068829f,0.9763586036544083f,0.21424479536301977f,-0.0286887561576262f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10475989618933468f,-0.9944975435617727f,0.02118792262261847f,-0.13052619222005157f,0.9859894792131967f,-0.10386366075496964f,1.3128303489068829f,0.9914448613738104f,0.129807977533313f,-0.013673910346962078f,-0.30072281145413526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.044127911008227f,-0.47343762644515247f,-0.8797212861674033f,0.020288112064733105f,0.046958916333368794f,0.878622764428717f,-0.47520195496697504f,1.3115873277185157f,0.9979216340208511f,-0.06228042785353683f,-0.016539669269206213f,-0.10546459718573326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03160661555409653f,-0.444383560035875f,-0.8952788802507616f,0.010582626816711575f,-0.2549677403532592f,0.8625074156723788f,-0.4371183012518552f,1.3521007822305169f,0.9664328601782788f,0.24208306318285988f,-0.08604253185276972f,-0.4909746219381441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3257881778035011f,-0.945442786848297f,0.05410487383990072f,-0.13052619222005157f,0.9373543927436788f,-0.3230010147796184f,1.181047047939071f,0.9914448613738104f,0.12340504692922195f,-0.04252389031900044f,-0.31019249841232677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2421476871156395f,-0.970239402222228f,3.54708739983038e-17f,-0.13052619222005157f,0.9619388696356256f,-0.24007608008435397f,1.397f,0.9914448613738104f,0.12664165471392638f,-0.03160661555409719f,-0.28964166666666674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.005775899048655109f,-0.7329629490645151f,-0.680244040244991f,-0.879518599062895f,0.44424604225178865f,0.6075607962628502f,-0.658418812601883f,2.551007511064141f,0.8958862053485374f,-0.3059986832375275f,0.3221066794139753f,-0.7960275149232514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5398846858647934f,-0.7329629490645151f,-0.4138717691113063f,-0.9079814009371049f,-0.2458632633501944f,0.6075607962628502f,-0.7552622952188494f,2.5613555733710913f,0.8050315408128218f,-0.3059986832375275f,-0.5082214322059165f,-0.7073040737368268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6741664622142767f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7361327762421013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9999280330650583f,0.0002757446766735494f,-0.01199385907524119f,0.5882042945887893f,-0.0015659264361668548f,0.9881830926540788f,0.15327009906376612f,1.925602730696308f,0.011894392167739081f,0.1532778501855159f,-0.9881115443498605f,-0.8012845615461577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9999280330650583f,0.0002757446766735494f,-0.01199385907524119f,0.6819475476886385f,-0.0015659264361668548f,0.9881830926540788f,0.15327009906376612f,1.9257495362996986f,0.011894392167739081f,0.1532778501855159f,-0.9881115443498605f,-0.8023996608118833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9999280330650583f,0.0002757446766735494f,-0.01199385907524119f,0.6368750000000001f,-0.0015659264361668548f,0.9881830926540788f,0.15327009906376612f,1.9026856186384384f,0.011894392167739081f,0.1532778501855159f,-0.9881115443498605f,-0.6536253795265414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5607592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.2608025760126255f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88.mcfunction new file mode 100644 index 000000000..7e3ff80f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..70ccdfde3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6001955352752765f,0.06252720240323802f,-0.5502727622186047f,-0.31446514546727833f,-0.19697744698642564f,0.7824863202370358f,-0.12593446099085528f,1.5066459186243208f,0.5175998930243112f,0.22527750008816208f,0.5901566259389908f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5666316685492327f,-0.16840876898331722f,-0.5390427058467965f,-0.31446514546727833f,0.115063953472606f,0.7820112012228712f,-0.1233643699502256f,1.5066459186243208f,0.5528913444867503f,0.009847217448897175f,0.5781126131647257f,-0.3121595668087285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5921021803137388f,0.0611001255590682f,-0.5591298839883513f,-0.31362208970303596f,0.02035460875662664f,0.8136296920262559f,0.06735620684145567f,1.4882477509208014f,0.5620899771518129f,0.0348990451784916f,-0.5914231637969114f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5587720078178476f,-0.16666632414898483f,-0.5477190700294053f,-0.31362208970303596f,-0.2865868376779456f,0.7439854932734243f,0.06598159037530352f,1.4882477509208014f,0.49562266670216554f,0.24229717743581955f,-0.5793533033112602f,-0.19969214471098906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07623224968775706f,-0.03129778155031608f,1.560325396504707f,-0.012931643955443864f,1.4559015053139124f,0.5612212780494993f,0.08238770472083795f,1.654517591930519f,-0.5620904739739193f,1.4578948439220556f,0.0017813290711933077f,0.5958899984925439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.020030580192202725f,-0.9986082537630124f,0.048788639800164305f,-0.008564678305228808f,0.3591816179516793f,-0.052728131021336236f,-0.9317769634009041f,1.5851680451357955f,0.9330527001101157f,-0.0011400506055642108f,0.35973790334330813f,0.4156647071423805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0021506065667179263f,-0.9986082537630124f,0.05269658819868351f,-0.010112758907211517f,0.01911263921572931f,-0.052728131021336236f,-0.9984259868519074f,1.5748314937217827f,0.999815023848714f,-0.0011400506055642108f,0.019199436736847264f,0.05686756769403539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9871131698937621f,-0.02275767256046777f,-0.15839721639574122f,0.2650163623352148f,0.13133541283025252f,0.45030219294139595f,-0.8831641661485574f,1.484585873249691f,0.09142537480916244f,-0.8925861433899814f,-0.4415103367637091f,-0.654777792326965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7865561372370267f,-0.02275767256046777f,-0.6170992880520915f,0.010926637781749668f,0.5430350243122822f,0.45030219294139595f,-0.7087601127337294f,1.6632682096311864f,0.29401089324194535f,-0.8925861433899814f,-0.3418297401971822f,-0.533648263860144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1155674083901619f,-0.5594020886981521f,-0.8208005100376866f,0.2549763994281521f,-0.46462882637651826f,0.699917207116945f,-0.5424352098468485f,1.3859854027947014f,0.877931789957489f,0.4440554090896318f,-0.17902671823020988f,-0.11603063482651771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0062291333362114116f,-0.30904562912975f,-0.9510268119320701f,0.19108642639174853f,-0.13938221713821683f,0.9414930889990566f,-0.30686049096071205f,1.5605974789135202f,0.9902190643708667f,0.13446770051879142f,-0.037210778998482956f,-0.09105050834798484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02874225758819445f,-0.5376000615070025f,-0.8427099480226877f,0.20427601498925801f,-0.5622140953191904f,0.688374552039528f,-0.4583184342013785f,1.4375067581059728f,0.8264921013858257f,0.48695651753729136f,-0.2824608935318224f,-0.46900599633892903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01850715911349152f,-0.04938664372008282f,-0.9986082537630127f,0.18877471770572368f,-0.37058151272510426f,0.9273020471374848f,-0.05272813102133658f,1.611046341125368f,0.9286155434236072f,0.3710416052098409f,-0.0011400506055642239f,-0.3994428206783686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.24532823827436037f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.283309096008439f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2626670489104266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,0.265452996904638f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.159458467791076f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.3630479658231425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.3243868598295173f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.254683845347146f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.12209126146085451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.376991688191224f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,2.12717892981132f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2045263331672421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9613906078152553f,0.1619503064991783f,-0.22248639830209005f,0.14524652504385385f,0.10601777676941357f,0.9640560031016244f,0.24363138938279605f,2.3737725653973167f,0.25394552607495335f,0.21063741621217955f,-0.9440039982319841f,-0.2339826326264979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9748889036571008f,0.009561804056765488f,-0.22248639830209005f,0.03305029296906378f,-0.04609906310305794f,0.9687717081379023f,0.24363138938279605f,2.3782253275674425f,0.21786808372792119f,0.24776995260675033f,-0.9440039982319841f,-0.20639062214744536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9306581434893703f,0.32694581401599976f,-0.16426154344317587f,-0.0006823703691186678f,0.1607253669416372f,0.7686042548858742f,0.6192050191921948f,2.383798937713888f,0.32869861024713065f,0.5498671967564036f,-0.7678562948578719f,-0.25278806791438263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9861403045794105f,0.023354764603686157f,-0.16426154344317587f,0.028825274496648505f,-0.08465286914485512f,0.780652954873507f,0.6192050191921948f,2.3925193890007166f,0.14269264672565282f,0.6245282371659177f,-0.7678562948578719f,-0.2520681729013402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.17733355969789524f,-0.16426154344317587f,0.09008908360355374f,0.03851037552541326f,0.7842844478785012f,0.6192050191921948f,2.4957853110226718f,0.23863360414315699f,0.5945172103655096f,-0.7678562948578719f,-0.22259717743260524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9703457909171034f,0.09449258500022673f,-0.22248639830209005f,0.06882825197850276f,0.03851037552541326f,0.9691030373929803f,0.24363138938279605f,2.2777371276092517f,0.23863360414315699f,0.22783865847497178f,-0.9440039982319841f,-0.2738608755894738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500563783923316f,-0.20051987076873565f,-0.23913314137303585f,-0.23936606662191906f,-0.20436647049980683f,0.9788543027843677f,-0.008865644701941159f,2.3659315036886244f,0.23585424230125335f,0.04044793378429925f,-0.9709463121311509f,-0.1665762870847064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406043f,-0.23913314137303585f,-0.12816607608293934f,-0.04872383091283866f,0.9987729414863001f,-0.008865644701941159f,2.3816087759522833f,0.239277936084378f,0.0030542203780509723f,-0.9709463121311509f,-0.1941067404682222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9289646687701725f,-0.2825597014327903f,-0.23913314137303585f,-0.10629224733735629f,-0.28890156818054336f,0.9573177551089512f,-0.008865644701941159f,2.3783827104603343f,0.2314314759913758f,0.06085006885263678f,-0.9709463121311509f,-0.19946456114929773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9708136513100849f,0.018335624533808992f,-0.23913314137303585f,-0.13501287908001156f,0.0210657363595457f,0.9997387834307766f,-0.008865644701941159f,2.386953391750132f,0.23890811870175377f,-0.013644404615303786f,-0.9709463121311509f,-0.19246925132545967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.20369944177749155f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.4884694630085633f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.20866455658063407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9617296479046893f,-0.13375883162687302f,-0.23913314137303585f,-0.17360370466144517f,-0.1355872195775904f,0.9907257472334295f,-0.008865644701941159f,2.265556169881042f,0.23810121845202886f,0.02389704438997879f,-0.9709463121311509f,-0.21404139156837929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9697278265597917f,-0.04942957710406042f,-0.23913314137303585f,-0.019582157407732864f,-0.04872383091283866f,0.9987729414863f,-0.008865644701941159f,1.7600525676303536f,0.239277936084378f,0.003054220378050976f,-0.9709463121311509f,-0.2151743492685792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.007397467795279505f,-0.052219086420621064f,-0.9986082537630127f,3.377269710348613e-17f,-0.16143635907791262f,0.985473513680943f,-0.05272813102133658f,1.3904999999999998f,0.986855399457228f,0.1616017352837886f,-0.0011400506055642239f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.5654800194081413f,-0.8246053999698919f,0.3276957907761957f,-0.1975074355760041f,0.8066665976570837f,-0.5570276592024268f,0.8473622965157774f,0.980169643940031f,0.17181777519951932f,-0.09872244539090393f,-0.4961931319168795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.01607115399288933f,-0.7062834025995909f,-0.7077467578319814f,0.058425243535101694f,-0.1975074355760041f,0.6916486627258306f,-0.6947034908806495f,1.1110533491800003f,0.980169643940031f,0.1509499339579665f,-0.12838063146969686f,-0.4386434695954048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.06926942636180701f,-0.9949169988500257f,0.3218134699921864f,0.1822792888734393f,0.9798540014483715f,-0.08161125347283549f,1.2422944513148788f,0.9805265671449344f,-0.1873175977240801f,-0.05898956438091635f,-0.18199859535458324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07308838465011974f,-0.9972848183332672f,-0.009004396216198696f,0.011007623227822698f,0.1822792888734393f,-0.0044812143158077244f,-0.9832365837203418f,1.129059312719842f,0.9805265671449344f,-0.07350448857204542f,0.18211189220567842f,-0.18411569937887892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09360737047833097f,-0.7799709694359792f,-0.6187753607160126f,0.016364031785640405f,-0.03922210955231986f,0.6239107621723297f,-0.7805107218788275f,1.2816305069117488f,0.9948363113167905f,-0.04879188131894127f,-0.0889947526709302f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0936073704783303f,-0.7349074121523388f,-0.6716760794874901f,0.021762494387543883f,-0.21959693555020088f,0.6427832059461114f,-0.733898450775446f,1.2444596242402761f,0.9710895149722777f,0.21619631291303573f,-0.10121416992553552f,-0.2950015802173693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7171539204983456f,-0.6969148113750007f,0.016364031785640405f,-0.13052619222005157f,0.6909526085530427f,-0.7110185692921668f,1.2816305069117488f,0.9914448613738104f,0.09096563663053406f,-0.09360737047833087f,-0.2901079406761419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.008080919691408143f,-0.1615963277606553f,-0.9868238574290813f,0.020159074834201686f,-0.04399160807875395f,0.9859580922892314f,-0.16109431606368035f,1.306082317146673f,0.9989992177952824f,0.04211017814793139f,-0.015076330480695876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.008080919691407463f,-0.16159632776065536f,-0.9868238574290813f,0.020159074834201686f,-0.21606739322468488f,0.963261301078214f,-0.15950720181294642f,1.306082317146673f,0.9763450109065086f,0.21450942333468123f,-0.027131660078072876f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.09271815530050007f,-0.995692394104561f,0.020159074834201686f,-0.13052619222005157f,0.9871741076439539f,-0.09192493862873963f,1.306082317146673f,0.9914448613738104f,0.12996393682493523f,-0.012102147761042004f,-0.2868887987881811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04198513823824338f,-0.4629603796552967f,-0.8853840607536028f,0.01955281850554323f,0.04747549002663218f,0.8842400150151096f,-0.4646134669731493f,1.3048483305301937f,0.9979896422377572f,-0.061540902784263975f,-0.015145668379144914f,-0.0916293950958254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.030071854591855792f,-0.43362105079406665f,-0.9005933976382771f,0.009725194387705036f,-0.25533773625279976f,0.8677743768180765f,-0.4263452490450605f,1.3454789599713644f,0.9663841492940072f,0.2427764717723868f,-0.0846242326231058f,-0.4771239934761565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3143238488429039f,-0.9493158157581614f,0.05147763752305072f,-0.13052619222005157f,0.941194287354316f,-0.3116347647425353f,1.173913681122821f,0.9914448613738104f,0.1239105786451847f,-0.04102749511341563f,-0.2964092160689082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.23038942667659051f,-0.9730985109821266f,3.377269710348613e-17f,-0.13052619222005157f,0.9647735183237358f,-0.22841841319336387f,1.3904999999999998f,0.9914448613738104f,0.12701484329349894f,-0.03007185459185646f,-0.27577499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.018121667704346922f,-0.7329629490645151f,-0.680027146853905f,-0.879518599062895f,0.4322222775337178f,0.6075607962628502f,-0.6663736051555593f,2.5486385313198654f,0.901584997636484f,-0.3059986832375275f,0.3057929003324311f,-0.7816169891223343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.532283799729532f,-0.7329629490645151f,-0.4236027287968538f,-0.9079814009371049f,-0.2321144281286092f,0.6075607962628502f,-0.759600402250407f,2.5589865936268157f,0.8141233621509827f,-0.3059986832375275f,-0.49352604496305863f,-0.6928935479359097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.671797482470001f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7217222504411842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8603196717179579f,-0.01197604403351708f,0.5096142039076347f,0.6729896459743661f,0.06653636662341766f,0.9885329961645549f,0.13555599363540563f,1.914482396590078f,-0.5053938804256135f,0.15052936545151327f,-0.8496575402861468f,-0.7915764182472915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8603196717179579f,-0.01197604403351708f,0.5096142039076347f,0.7536446151979246f,0.06653636662341766f,0.9885329961645549f,0.13555599363540563f,1.9082446122191326f,-0.5053938804256135f,0.15052936545151327f,-0.8496575402861468f,-0.7441957419573904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8603196717179579f,-0.01197604403351708f,0.5096142039076347f,0.6368750000000001f,0.06653636662341766f,0.9885329961645549f,0.13555599363540563f,1.8910301053592944f,-0.5053938804256135f,0.15052936545151327f,-0.8496575402861468f,-0.6404374490594189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5542592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.24693590934595872f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89.mcfunction new file mode 100644 index 000000000..fd2ae803a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..77ec1a09e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5460503981778247f,0.053018065613039005f,-0.6049483381355262f,-0.3213216522524812f,-0.21244797458587092f,0.7788171099247972f,-0.12350794236482121f,1.497939112853623f,0.5688930173491711f,0.23995299217030472f,0.5345350697609255f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5140642500463211f,-0.15671719341628088f,-0.5926024536837808f,-0.3213216522524812f,0.09968725162512652f,0.7844899665723876f,-0.12098737211247793f,1.497939112853623f,0.6048143505967282f,0.0039004659950421794f,0.5236261907862128f,-0.28858417947650705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5358769845925337f,0.05122421831204619f,-0.6141305897663604f,-0.3204710794653783f,0.010255347364585478f,0.8144691254042387f,0.05898572757990505f,1.4810343104463057f,0.616177839327973f,0.030993026086829908f,-0.5350782625929932f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5041845920255811f,-0.15452692596434534f,-0.6015973124241898f,-0.3204710794653783f,-0.2960416015701088f,0.740959255202861f,0.05778193722113148f,1.4810343104463057f,0.5460377892635301f,0.2590382428932676f,-0.524158298050279f,-0.18950347141056784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.07797637749359264f,-0.02720475738213947f,1.5603159409968086f,-0.01144334514015956f,1.4775096774720806f,0.501549072438344f,0.08258287299788933f,1.6298015981182057f,-0.5022858623625847f,1.4795657062503222f,0.0006952400008816483f,0.6138229511208507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.017411044724569693f,-0.9986022022379575f,0.04990488159589907f,-0.007582364946417108f,0.3209914063605399f,-0.052853038718649104f,-0.9456061935821317f,1.5678288262519227f,0.9469220520002064f,-0.0004449536005647469f,0.321462951912054f,0.43091845677741436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.000183046504541904f,-0.9986022022379575f,0.052854594686544014f,-0.00978420229706611f,-0.004960121183797711f,-0.052853038718649104f,-0.9985899826735932f,1.56513442415319f,0.99998768177004f,-0.0004449536005647469f,-0.004943513373515673f,0.0739530697739092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.985218789906983f,-0.02375916916876155f,-0.16964503498372868f,0.26222261607016617f,0.1402886638712591f,0.4563924469827142f,-0.8786495462505786f,1.4772782525875539f,0.09830069584411522f,-0.8894613179995748f,-0.44631327224161976f,-0.639810670589015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7794462245095373f,-0.02375916916876155f,-0.6260184382094816f,0.010619185676168319f,0.5486769829574172f,0.4563924469827142f,-0.7004709149635528f,1.6576100624364882f,0.3023526938371386f,-0.8894613179995748f,-0.3426972604382547f,-0.5159660893769953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10647804281415703f,-0.5627532261741963f,-0.8197385149113103f,0.2551493264352399f,-0.4393800663516694f,0.7129357611426584f,-0.5465050391137679f,1.3774407464423706f,0.8919683759479755f,0.4183675500256587f,-0.1713505453573428f,-0.10003507714930016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.007153685072205801f,-0.30904141668902496f,-0.9510216756524156f,0.19126017533322018f,-0.14349265987367657f,0.9408862444682642f,-0.3068272014225326f,1.5519392472712794f,0.989625525818865f,0.13865957500744908f,-0.037614371010141034f,-0.07427149665421684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02785169343131797f,-0.5382041041377968f,-0.8423542161479572f,0.20413938034662343f,-0.533345746511933f,0.7047107134717462f,-0.4678943523871296f,1.4300113501207814f,0.8454387014152099f,0.4622976882998378f,-0.26742148294777895f,-0.44946257335980694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01851538006831934f,-0.04950578134346903f,-0.9986022022379575f,0.18861578258073577f,-0.3576886770563279f,0.9323440173047173f,-0.052853038718649215f,1.6044955218734243f,0.9336573199020181f,0.3581672947236719f,-0.00044495360056473823f,-0.382308986559122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.24625178308779003f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2756258917418766f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.2369053432171826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,0.2659994185383194f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1532449254802977f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.33914644303029734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.32331062789684617f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.2459635882396203f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.09592641662065715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.3762730874656321f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,2.1197959449352f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.18017020665549205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9602340002097289f,0.17244534343623685f,-0.21957519980266635f,0.14718113670716593f,0.1032698148441908f,0.950050167644267f,0.29451659427126825f,2.3635500930963644f,0.25939547062982615f,0.26012935721724806f,-0.930078871564381f,-0.20315540974911855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.975388321299305f,0.020108562965645504f,-0.21957519980266635f,0.03503366293163366f,-0.046622197679786634f,0.9545084318026531f,0.29451659427126825f,2.367798861509036f,0.21550868510672846f,0.2975051248518193f,-0.930078871564381f,-0.17533396626137346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9285856263734638f,0.33733551676890716f,-0.15470450419705573f,0.0010322340691897164f,0.15226468639349422f,0.7264636358447555f,0.6701239072535089f,2.3769291451428334f,0.3384437911531149f,0.5987113953496067f,-0.7259479769986508f,-0.22287535058840097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873798183883469f,0.033876402119156546f,-0.15470450419705573f,0.03066034382533052f,-0.07967728707527195f,0.7379603504603857f,0.6701239072535089f,2.3851623997812292f,0.13686717708683965f,0.6739932570344053f,-0.7259479769986508f,-0.22158917200927541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.18791956107550467f,-0.15470450419705573f,0.09336022853533962f,0.03674610519067394f,0.7413391077507017f,0.6701239072535089f,2.485407847322961f,0.2406178896237415f,0.6442845379834776f,-0.7259479769986508f,-0.18546135397719035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9699240975181167f,0.10504273742285246f,-0.21957519980266635f,0.06972561261519786f,0.03674610519067394f,0.9549396313129794f,0.29451659427126825f,2.270546430277541f,0.2406178896237415f,0.2775902085134571f,-0.930078871564381f,-0.2479191508927181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9500918732603623f,-0.1986344113455168f,-0.24056143288988824f,-0.2381472510600342f,-0.20609953994878433f,0.9785125377082797f,0.006016076844744325f,2.3577035821993273f,0.23419737828915932f,0.055295426367127726f,-0.9706152707563187f,-0.13887833467447758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9694679335908702f,-0.047561778194389864f,-0.24056143288988824f,-0.1269583737712673f,-0.050489027237882594f,0.9987064958975538f,0.006016076844744325f,2.37358350902518f,0.2399641303770646f,0.01797810632455979f,-0.9706152707563187f,-0.16633743364493023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9291643571859654f,-0.2806845103334995f,-0.24056143288988824f,-0.10509841842332916f,-0.29059825598798783f,0.9568262435971007f,0.006016076844744325f,2.3703971588339128f,0.22848687260307193f,0.07549665703000111f,-0.9706152707563187f,-0.17177504797887877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9704241003617717f,0.020180744362148034f,-0.24056143288988824f,-0.13379280516126396f,0.019300204954064343f,0.9997956335712461f,0.006016076844744325f,2.378915795273994f,0.24063367911781935f,0.0011952610009500625f,-0.9706152707563187f,-0.16461050836104285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.20231335582804333f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.4807879576540857f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.17919273039938732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.961633533308254f,-0.1318754890912164f,-0.24056143288988824f,-0.17264137078251968f,-0.1373399076830507f,0.9905057074934043f,0.006016076844744325f,2.25792417346807f,0.23748409920391475f,0.03882394621806509f,-0.9706152707563187f,-0.18792811829845196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9694679335908701f,-0.047561778194389843f,-0.24056143288988824f,-0.019564922981227105f,-0.050489027237882615f,0.9987064958975538f,0.006016076844744325f,1.7522102203239107f,0.2399641303770646f,0.017978106324559793f,-0.9706152707563187f,-0.19680568687578698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.008462056807950051f,-0.05217312794993903f,-0.9986022022379575f,3.1835033723501876e-17f,-0.16818007872686333f,0.984338365308206f,-0.052853038718649215f,1.3830833333333334f,0.9857199676956965f,0.16839224240530876f,-0.00044495360056473823f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.5413690162004265f,-0.8406489152793593f,0.31564764254077343f,-0.19772101744743054f,0.8225234867622213f,-0.5332555794214167f,0.8315782158958489f,0.9801415253532184f,0.17428339571714863f,-0.09459327806755605f,-0.4816836515121816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.015132400266285592f,-0.6854998388124771f,-0.7279155043342935f,0.05430082899351658f,-0.19772101744743054f,0.7115721442080881f,-0.6742191652917148f,1.1028650958751824f,0.9801415253532184f,0.1541267484091312f,-0.12476993108555673f,-0.42292282868120035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.05096508213242293f,-0.9963850329419082f,0.3204960664152695f,0.17927560202065146f,0.9818148572597484f,-0.06244873564895259f,1.228820010739137f,0.9814483338350242f,-0.18287194007625981f,-0.05759358944535059f,-0.16624209343044105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06796636324379696f,-0.9973121846698473f,-0.027367494888436372f,0.007592916508638571f,0.17927560202065146f,0.014776078834604467f,-0.9836879210473242f,1.121515329208003f,0.9814483338350242f,-0.07176401468235936f,0.17778946596782633f,-0.1683102387373087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.09234248010305242f,-0.7714438799408558f,-0.6295611221082636f,0.014846334095451453f,-0.037949321306828196f,0.6345298757558807f,-0.771966116993212f,1.2740002117495137f,0.9950038770682094f,-0.0473938484935025f,-0.08786983409684146f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09234248010305175f,-0.7256487175372867f,-0.6818407476125997f,0.0197266331284138f,-0.22086972379569253f,0.6527804103963305f,-0.7246339082000048f,1.2367589730818078f,0.9709219492208588f,0.21751246984779893f,-0.09999446975647391f,-0.279216745262769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.7074632189328997f,-0.7067501636767411f,0.014846334095451453f,-0.13052619222005157f,0.7007038180524043f,-0.7014107730219983f,1.2740002117495137f,0.9914448613738104f,0.09224940771562298f,-0.09234248010305232f,-0.2743138431789172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.006881968894602108f,-0.14800831896511837f,-0.9889621711780757f,0.018981536081610354f,-0.04388919020290555f,0.9880772720243595f,-0.14757046958058118f,1.2983977410983145f,0.9990127013644355f,0.04238917345289763f,-0.013295882314207344f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.006881968894601428f,-0.14800831896511843f,-0.9889621711780756f,0.018981536081610354f,-0.2161698111005333f,0.965380480813342f,-0.14598335532984724f,1.2983977410983145f,0.9763315273373555f,0.21478841863964748f,-0.02535121191158434f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.07896173766228023f,-0.9968776474499532f,0.018981536081610354f,-0.13052619222005157f,0.9883492209826691f,-0.07828620905041456f,1.2983977410983145f,0.9914448613738104f,0.13011864343092538f,-0.010306574948136416f,-0.2711018475051858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03953268802834797f,-0.45092285441234103f,-0.8916870224164306f,0.018710338623580163f,0.04803346267756872f,0.8904953566270359f,-0.452449783168133f,1.2971697604714187f,0.9980631007308385f,-0.06071737143779149f,-0.013544289026351158f,-0.07584165310930097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02831528716822956f,-0.42126328387396017f,-0.9064962714607865f,0.008745109740787491f,-0.2557373841551118f,0.8736258831732494f,-0.4139760942316121f,1.33793586789531f,0.9663315346495122f,0.24354683719869383f,-0.08299580249887015f,-0.46131841547483876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.3011866312872495f,-0.9535652117888103f,0.04847070820839786f,-0.13052619222005157f,0.9454073292128452f,-0.2986099379042319f,1.1658128887136192f,0.9914448613738104f,0.12446523612830034f,-0.03931274412950965f,-0.2806770607093546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.21693184093268963f,-0.9761867528242505f,3.1835033723501876e-17f,-0.13052619222005157f,0.9678353398287891f,-0.2150759589610759f,1.3830833333333334f,0.9914448613738104f,0.127417939741806f,-0.02831528716823023f,-0.25995277777777775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03220098001009869f,-0.7329629490645151f,-0.6795060059962962f,-0.879518599062895f,0.4183291414975616f,0.6075607962628502f,-0.6751819075022408f,2.544526680857778f,0.9077245321463456f,-0.3059986832375275f,0.2870557081762998f,-0.765359679592712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5233969300243999f,-0.7329629490645151f,-0.43453534832011387f,-0.9079814009371049f,-0.21633350466400733f,0.6075607962628502f,-0.764244524746f,2.5548747431647283f,0.82416956289396f,-0.3059986832375275f,-0.47655989912714847f,-0.6766362384062874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6676856320079136f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.7054649409115619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.47103395866894177f,-0.021166778850284475f,0.8818610872772247f,0.7470744462789771f,0.11513912215323305f,0.9896840947391067f,0.08525476626099973f,1.8959162271385595f,-0.8745684606309836f,0.14169460149750931f,-0.4637376926410161f,-0.7359457327325989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.47103395866894177f,-0.021166778850284475f,0.8818610872772247f,0.7912338799041905f,0.11513912215323305f,0.9896840947391067f,0.08525476626099973f,1.8851219344366938f,-0.8745684606309836f,0.14169460149750931f,-0.4637376926410161f,-0.6539549395484442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.47103395866894177f,-0.021166778850284475f,0.8818610872772247f,0.6368750000000001f,0.11513912215323305f,0.9896840947391067f,0.08525476626099973f,1.8777308658484766f,-0.8745684606309836f,0.14169460149750931f,-0.4637376926410161f,-0.6253896822443691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.546842559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.23111368712373653f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..851838b10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3038138192669071f,-0.07304147672527933f,-0.7545240555109493f,-0.13416001704593605f,-0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.1230016556171962f,0.7482417881073452f,0.10145079340080124f,-0.3111051389686696f,-0.29008696635719045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.30234037453030865f,0.047787418565997004f,-0.7391256053984809f,-0.13416001704593605f,0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.1230016556171962f,0.7152086314156444f,-0.18868057874143315f,-0.30475605449992127f,-0.29008696635719045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8066280678495534f,0.12275938848217623f,0.035010529005184685f,-0.20678048851054998f,0.12155588919020922f,0.8070422068520225f,-0.029180243436941228f,1.1230016556171962f,-0.038984232773241874f,-0.0236104498759282f,-0.8153939052361027f,-0.24370307301185573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7760376944078955f,-0.19128324362880314f,0.03429602841324214f,-0.20678048851054998f,-0.1925276901576338f,0.7759613404239906f,-0.028584728264758757f,1.1230016556171962f,-0.026430765797534478f,-0.03598220218730208f,-0.7987532132925088f,-0.24370307301185573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.18312733908867843f,1.232492962661229f,0.9427787251889204f,-0.4857679664044515f,1.5481467485670684f,-0.20960728669700215f,-0.02669607208442568f,0.8169056005257591f,0.10541476452336418f,0.9372471031451983f,-1.2457374703630046f,0.3411486880132557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3657041480285787f,-0.6069374660923804f,-0.7056113578791459f,-0.41875106776401694f,-0.8571778917018342f,0.5150189062249672f,0.001260241420396574f,1.041925024860044f,0.36263830202047154f,0.6052953316226711f,-0.7085979278995319f,0.25628136540666785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.46598320299200047f,-0.6069374660923804f,-0.6438063115430578f,-0.2529741463966489f,-0.8475762570740072f,0.5150189062249672f,0.12794535816220723f,1.357232453091401f,0.2539175909103841f,0.6052953316226711f,-0.7544159453127086f,0.15835530497908626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.23189462996109228f,0.9727008538197999f,0.008827772847140009f,0.4688675597947598f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.1902113637244123f,-0.9017108652643571f,0.2183569108677128f,-0.37314578242359114f,0.02519204297528424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6027020200399882f,0.7920612643687207f,0.0968980315916747f,0.2500495227526066f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.357232453091401f,-0.6143379764525458f,-0.3830781414481491f,-0.6898115599443249f,-0.16293421228006796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8812408267349885f,-0.056357691875322774f,-0.46929565932567513f,-0.016225955756841753f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0340682292099441f,0.3702704974768419f,-0.699440315906226f,-0.6112961665046255f,0.3253556499969077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8580664200153885f,-0.013062506462420645f,-0.5133725642911726f,-0.02188375424536544f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.2082940330960814f,0.486101764720066f,-0.343045886529677f,-0.8037565514949819f,0.25601106782574967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.2892209118982762f,-0.45398589400749256f,0.24924295502778532f,0f,0.8433914458128857f,-0.5372996083468239f,1.0212451127205164f,0.5382861022142897f,-0.45281578290777347f,-0.7107784035214966f,0.0999515554433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.023479710005861992f,-0.5377737731194162f,0.24147942331968986f,0f,0.9990482215818578f,-0.04361938736533605f,1.2082940330960814f,0.5382861022142897f,-0.03676076947192297f,-0.8419600453648495f,0.08779666088378416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,0.3038583493985839f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.8894227088205309f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.010178517813422366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,0.3225280006005882f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.7677929746318701f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.11351275408190806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,-0.2756780182825773f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.9002110700629573f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,0.08562054166332236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,-0.33099173316752967f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.7799585734797125f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.005484027437919307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9703992854651668f,0.1789427999541302f,-0.16218724090775438f,0.20579658174655024f,0.17440777931881873f,0.9837816879451314f,0.041898889924510324f,1.998809195058766f,0.1670543423014562f,0.012371936323960761f,-0.9858700634007627f,-0.011585863640588008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9864448811594234f,0.0249358240509769f,-0.16218724090775438f,0.09242420414883411f,0.018363168072215066f,0.9989530905310047f,0.041898889924510324f,2.0109911894406824f,0.1630622288965868f,0.038352673928337425f,-0.9858700634007627f,0.007582955721069047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9511107305730696f,0.26283773906250973f,-0.16218724090775438f,0.07028278050461403f,0.25948632877776523f,0.9648374620631869f,0.041898889924510324f,2.007086195350024f,0.1674969353934558f,-0.002234887911446555f,-0.9858700634007627f,0.011059520859118224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9857813861631656f,-0.04393583481576527f,-0.16218724090775438f,0.09924503622579518f,-0.05136500871351807f,0.9978006408611663f,0.041898889924510324f,2.0165423989883555f,0.1599896702105746f,0.049633894830929955f,-0.9858700634007627f,0.0066967715778383854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9805178603045718f,0.11081527200920677f,-0.16218724090775438f,0.15379093918193754f,0.1053577892490066f,0.9935513168768163f,0.041898889924510324f,2.1214181466651496f,0.16578438366838538f,0.02399492075148059f,-0.9858700634007627f,-0.029517404530179675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9805178603045718f,0.11081527200920677f,-0.16218724090775438f,0.12885750297986606f,0.1053577892490066f,0.9935513168768163f,0.041898889924510324f,1.8978691003678665f,0.16578438366838538f,0.02399492075148059f,-0.9858700634007627f,-0.0349162616992628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9782009300566705f,-0.1296851545975668f,-0.16218724090775438f,-0.17938700980285205f,-0.1381336053161873f,0.9895269526927731f,0.041898889924510324f,2.0059795815297945f,0.15505498224377243f,0.06338904141537122f,-0.9858700634007627f,0.05208611253573444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9864448811594234f,0.0249358240509769f,-0.16218724090775438f,-0.06551205651858003f,0.018363168072215066f,0.9989530905310047f,0.041898889924510324f,2.013931252443416f,0.1630622288965868f,0.03835267392833742f,-0.9858700634007627f,0.0336902823237997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9631757742185738f,-0.21444749204684355f,-0.16218724090775438f,-0.0435860626841159f,-0.223850921775049f,0.973722366921678f,0.041898889924510324f,2.0092059211913766f,0.1489402322373371f,0.07666175911929182f,-0.9858700634007627f,0.029882374245925377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9823025158517653f,0.09368599808948297f,-0.16218724090775438f,-0.07204954315246682f,0.08800188134895959f,0.9952387411581894f,0.041898889924510324f,2.0197311338189174f,0.16534036479437275f,0.026884602653563343f,-0.9858700634007627f,0.035012267400061185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9848644608369473f,-0.06113340058494312f,-0.16218724090775438f,-0.13150873244160194f,-0.06877120790159005f,0.9967522279818842f,0.041898889924510324f,2.126729143681844f,0.15909907210321939f,0.05241854009862193f,-0.9858700634007627f,0.017643467047073813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9848644608369473f,-0.06113340058494312f,-0.16218724090775438f,-0.11775371730998975f,-0.06877120790159005f,0.9967522279818842f,0.041898889924510324f,1.9024598923859202f,0.15909907210321939f,0.05241854009862193f,-0.9858700634007627f,0.005849295524883898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9864448811594233f,0.024935824050976906f,-0.16218724090775438f,-0.002159365712820176f,0.018363168072215066f,0.9989530905310046f,0.041898889924510324f,1.3868916971696124f,0.16306222889658678f,0.038352673928337425f,-0.9858700634007627f,-0.0033807889941885536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.023479710005861992f,-0.5377737731194162f,0.006645525539378071f,0f,0.9990482215818578f,-0.04361938736533605f,1.0122486140764158f,0.5382861022142897f,-0.03676076947192297f,-0.8419600453648495f,0.01040449955778256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8086647165104588f,-0.471582667750682f,-0.3516691111658927f,0.3020535810784924f,-0.1205904774487396f,0.7179954283654141f,-0.6855220649950302f,0.8415865304932564f,0.5757771383267526f,-0.5119495603314016f,-0.637485948595528f,0.24205624661935793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8086647165104588f,-0.5427514924147498f,0.22689687911608852f,0.15266952216986585f,-0.1205904774487396f,-0.22456824242232687f,-0.9669679628839996f,0.7201048201573612f,0.5757771383267526f,-0.8093144765645234f,0.1161497524893923f,0.006806970323234886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8657290563330265f,-0.21849808383856198f,-0.4503018858272795f,0.10379357940775065f,0.1604299972043605f,0.7310726559470679f,-0.6631704062482804f,0.7580989221206772f,0.47410485867341234f,-0.6463678202737022f,-0.5978571935645558f,0.4278856634459509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8657290563330265f,-0.47808746040866235f,-0.14814041049194923f,-0.06794867141057644f,0.1604299972043605f,0.015300758850044116f,-0.9869286209121823f,0.7239485467718556f,0.47410485867341234f,-0.878178949291435f,0.06345325841637361f,0.1258353691030136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8877658999198488f,-0.2865997294028699f,-0.360183705969194f,0.01810545631381403f,0.08733907014591599f,0.6634061012624319f,-0.7431448254773941f,0.9066986808831695f,0.45193317400424127f,-0.6911967447217774f,-0.5639179606294434f,0.028346623768774074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7833385421406467f,-0.5518024430872464f,-0.28617266151733045f,0.021778333718955534f,-0.08733907014591599f,0.5535241088644075f,-0.8282408754293102f,0.8695169428231407f,0.6154288059743492f,-0.6237989457419832f,-0.48179068076103043f,0.03409702697031842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.40002453148694517f,-0.360183705969194f,0.01810545631381403f,0f,0.6691306063588582f,-0.7431448254773941f,0.9066986808831695f,0.5382861022142897f,-0.6262943444120159f,-0.5639179606294434f,0.028346623768774074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8536627336257409f,-0.08779824194083802f,-0.5133725800339608f,0.0180244026541066f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9316605409052624f,0.5141504501868409f,-0.29937384381221155f,-0.8037565652694667f,0.028219722929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8254476738168383f,-0.234701367400459f,-0.5133725800339608f,0.0180244026541066f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9316605409052624f,0.5583250719778529f,-0.205544393713755f,-0.8037565652694667f,0.028219722929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.16186575272838688f,-0.5133725800339608f,0.0180244026541066f,0f,0.9537169507482269f,-0.30070579950427306f,0.9316605409052624f,0.5382861022142897f,-0.2534234715829945f,-0.8037565652694667f,0.028219722929768116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8624397255500367f,-0.14569535175230588f,-0.4847376447842166f,-0.14512544988726997f,0.1205904774487396f,0.8709564936743581f,-0.476332575912201f,0.9440062535514576f,0.49158484165183797f,-0.4692628800621669f,-0.7335780073406629f,0.13272451377980363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8086647165104588f,-0.4033515670913453f,-0.42821593804529884f,0.1745507347469316f,-0.12059047744873963f,0.8261271218184393f,-0.5504288467592033f,0.9440661822739177f,0.5757771383267526f,-0.39347362290366744f,-0.7167002128221522f,-0.0866551154311175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.24855286122114f,-0.4774656040133546f,0.0394425201954673f,0f,0.8870108331782217f,-0.46174861323503386f,0.8060706669545094f,0.5382861022142897f,-0.389144262457076f,-0.7475391729934195f,0.07626643836920706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8427621682081768f,-0.20599317318978994f,-0.4973115124710607f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.0125f,0.5382861022142897f,-0.3225111191973502f,-0.7786107179823688f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9243266821735152f,-0.09876589855709673f,-0.3685993514702788f,0.16050061284999922f,0f,0.9659258262890683f,-0.2588190451025207f,1.090625f,0.38160212869178395f,0.23923334924293044f,0.8928310142394857f,0.33026161962359213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9243266821735152f,-0.09876589855709673f,-0.3685993514702788f,0.2471562393037663f,0f,0.9659258262890683f,-0.2588190451025207f,1.090625f,0.38160212869178395f,0.23923334924293044f,0.8928310142394857f,0.3660368191884469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9243266821735152f,-0.09876589855709673f,-0.3685993514702788f,0.2591183287974246f,0f,0.9659258262890683f,-0.2588190451025207f,1.129447856765378f,0.38160212869178395f,0.23923334924293044f,0.8928310142394857f,0.21422456727009662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.22939611357703046f,-0.40727835430788034f,-0.8840258849083654f,0.08617055015435243f,-0.31212493672447233f,0.8294993993759021f,-0.4631509152638712f,1.8490068767079975f,0.9219302831290976f,0.382171543350996f,0.06316220786371878f,-0.8712458813024636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40818257457099605f,-0.40727835430788034f,-0.8170136644688738f,0.05611942594469216f,-0.20900976808992927f,0.8294993993759021f,-0.5179243798837929f,1.8735696232920023f,0.8886517330538364f,0.382171543350996f,0.25346204606041267f,-0.956584406682186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.320545324903043f,-0.40727835430788034f,-0.8552046753819036f,0.19942568935680785f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9352741999109646f,0.9102776040503725f,0.382171543350996f,0.1591841544156677f,-0.937792767154675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013168158878252764f,0f,-0.000008410720347098278f,0.3639890593232817f,0f,0.000015625f,0f,1.1786225f,0.000008410720347098278f,0f,-0.000013168158878252764f,0.5832840705858533f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9.mcfunction new file mode 100644 index 000000000..423ec1a52 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90.mcfunction new file mode 100644 index 000000000..8a8524637 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..986e0442e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4915367494392229f,0.04345032897438215f,-0.6507289276704894f,-0.32820822817511774f,-0.22750904548983517f,0.7750874438077634f,-0.1200980146226221f,1.488679337809825f,0.6112083954065677f,0.25356649583099383f,0.4786154761611496f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46114135181714516f,-0.1449405068950209f,-0.6374487454731326f,-0.32820822817511774f,0.08465845497815566f,0.7867605234246272f,-0.11764703473236451f,1.488679337809825f,0.6482141618670234f,0.00035810839280273066f,0.46884781338235065f,-0.26465090810843905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4793765303086856f,0.04130615425034118f,-0.6598760400671457f,-0.32736814600231134f,0.000597430994970654f,0.815098083679326f,0.05058855110537283f,1.4730032714418146f,0.6611673235345623f,0.02921232698334195f,-0.47848600260279944f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4493322569189815f,-0.14232249358545404f,-0.6464091821065918f,-0.32736814600231134f,-0.30501803569789754f,0.7379079805168244f,0.049556131695059104f,1.4730032714418146f,0.5874219274006468f,0.27429203435244043f,-0.46872098214151786f,-0.17674951857591864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0795068532226964f,-0.022949826800120587f,1.5603070902038705f,-0.009991672359202432f,1.4982939820549486f,0.43551507762415176f,0.08275270690408554f,1.6028111205009985f,-0.4361193112309396f,1.500402003668308f,-0.00015414142023080138f,0.6328287809063975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.014687889152077608f,-0.9985965377304771f,0.050884386062525475f,-0.0066566919579434235f,0.2787296496794569f,-0.052961732418614654f,-0.9589081485151673f,1.549001558539516f,0.9602572823477171f,0.00009865050894722447f,0.27911635918780114f,0.44734833822008196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0017551273529517828f,-0.9985965377304771f,0.052932734301930566f,-0.009489168883566844f,-0.031231264323489855f,-0.052961732418614654f,-0.9981080417609985f,1.5545433279703689f,0.9995106440937641f,0.00009865050894722447f,-0.031280387007609906f,0.09256110214762969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9830231250205554f,-0.02464542299793764f,-0.18181897260757546f,0.2592241052503306f,0.14996358213287792f,0.4630405608006315f,-0.8735584485810394f,1.4693618060851548f,0.10571877651910822f,-0.8859943804441931f,-0.4514836631735565f,-0.6234375024476108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.771623810653274f,-0.02464542299793764f,-0.6356015245090065f,0.010348823986923208f,0.5546706440061855f,0.4630405608006315f,-0.6913276471624726f,1.6514382189802754f,0.31134734864887476f,-0.8859943804441931f,-0.34362302936594136f,-0.49666762286927635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09634630860730507f,-0.5661079844582012f,-0.8186813413962841f,0.25530160772011434f,-0.41334801795836984f,0.725473853320664f,-0.5503009214947349f,1.3681661595115062f,0.9054616528973678f,0.3914197722148695f,-0.16410288556764158f,-0.08293070900655529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008057601746366709f,-0.3090174744618341f,-0.9510222266231881f,0.19141694234212556f,-0.1500850326982065f,0.9399061793334414f,-0.306677121759662f,1.5424818361255286f,0.9886402571279784f,0.1452052840913237f,-0.03880550808690354f,-0.055947252664975244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.026666760809216372f,-0.5389262769590848f,-0.8419307286653479f,0.20403571127682246f,-0.5011922479737128f,0.7215171545786531f,-0.47772306435819073f,1.4218707582662886f,0.8649249761909991f,0.4347084812282175f,-0.250865146860332f,-0.4280960036887405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01831575573176225f,-0.049693942535064546f,-0.9985965377304771f,0.1884768686906824f,-0.3435956985172356f,0.9376230857117756f,-0.052961732418614876f,1.5973440760096302f,0.9389390443753136f,0.3440835090725065f,0.0000986505089471991f,-0.3635797291719646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.24729899058665517f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2670939014947167f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.20875022790726117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,0.26665119194948866f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.14634981936703f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.3129935559122453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.3221272423491641f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.2363115092000867f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.06746165947675588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.37546775157388207f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,2.1116377599709577f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.15366814895869685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9590276877565456f,0.18377148459434325f,-0.21562452450109842f,0.14929941748692077f,0.10005660647118605f,0.9317369381437393f,0.3490772888630818f,2.3519489442994046f,0.2650557858598901f,0.31320012699314215f,-0.911949072500036f,-0.16968162357859237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9759686593872196f,0.03148396937472703f,-0.21562452450109842f,0.03719973178616751f,-0.046931025865632074f,0.9359180120134453f,0.3490772888630818f,2.355974797557998f,0.21279721498439047f,0.3508079737708529f,-0.911949072500036f,-0.14163534759883695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264831691993646f,0.3479678935195919f,-0.1433432323824175f,0.002971935878464338f,0.14244683541752048f,0.6768002698429467f,0.7222536215347404f,2.3691660360649975f,0.3483358096289205f,0.6487370344138312f,-0.6766109841778453f,-0.1901528149443611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.988665847899247f,0.04463808830834251f,-0.1433432323824175f,0.032723801149717124f,-0.07366779412956462f,0.6876937998033978f,0.7222536215347404f,2.3768211660856897f,0.13081627309225402f,0.7246272688659603f,-0.6766109841778453f,-0.18828436043661628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.198749932388271f,-0.1433432323824175f,0.09694327813764386f,0.03481819034459425f,0.6907513299307351f,0.7222536215347404f,2.4732560123750083f,0.2425623868519388f,0.6952417310364636f,-0.6766109841778453f,-0.14513550497320152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9695107952497579f,0.1164254367733153f,-0.21562452450109842f,0.07074755486364796f,0.03481819034459425f,0.9364468698335895f,0.3490772888630818f,2.2625554666624508f,0.2425623868519388f,0.33092654419223416f,-0.911949072500036f,-0.2195939774164541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9501903068976304f,-0.19653120359468135f,-0.24189639660692075f,-0.2367924574969703f,-0.2079312037545899f,0.9778897776932812f,0.022275484016108058f,2.3485599126776777f,0.23217018581840768f,0.07146375792393367f,-0.9700463577172153f,-0.10871411006854435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765235f,-0.24189639660692075f,-0.125609190159578f,-0.052395561352561626f,0.9983779384393456f,0.022275484016108058f,2.3646561326590816f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.13606979305201616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9294457228872024f,-0.27859788497989924f,-0.24189639660692075f,-0.10376345209645364f,-0.2923686726483572f,0.9560462133525166f,0.022275484016108058f,2.361513786998257f,0.22505823126587385f,0.09142678173839983f,-0.9700463577172153f,-0.1415895319249393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9700468923502392f,0.022252189785072707f,-0.24189639660692075f,-0.13243016236629798f,0.01737539605095964f,0.9996008695594057f,0.022275484016108058f,2.369973643182257f,0.24229552668944562f,0.01740521835107775f,-0.9700463577172153f,-0.13424676809577843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.20075985153788733f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.472209329176513f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.1470749643153537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615850148098795f,-0.12977053826532153f,-0.24189639660692075f,-0.17156148042819003f,-0.1392105511905196f,0.9900122348986802f,0.022275484016108058f,2.2494565763243104f,0.2365896906678642f,0.055094302330176426f,-0.9700463577172153f,-0.15947118233964336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969236141167352f,-0.04546906600765238f,-0.24189639660692075f,-0.019544804059382914f,-0.05239556135256163f,0.9983779384393455f,0.022275484016108058f,1.7436412191677126f,0.240491180307243f,0.03426450165978906f,-0.9700463577172153f,-0.17677918830002765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009408235684618139f,-0.052119477491687854f,-0.9985965377304771f,2.9723198354305554e-17f,-0.17555916762912496f,0.9830432511139007f,-0.052961732418614876f,1.375f,0.9844239248223661f,0.17581105342214862f,0.0000986505089471991f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.5145732610570259f,-0.8573303798412055f,0.3022548985130247f,-0.19793913806918f,0.8390106787447416f,-0.5068344686115163f,0.8147021737732678f,0.9801128092285898f,0.17684863572396015f,-0.09001911590665569f,-0.46582086395800065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.014105984774980226f,-0.6621927365262531f,-0.7492007747495996f,0.049793917712390695f,-0.19793913806918f,0.7325981216493787f,-0.6512450305194137f,1.0940052076520934f,0.9801128092285898f,0.157482608079986f,-0.12073984155351289f,-0.405780619627506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.030946885181375977f,-0.9975657656854708f,0.31893114546891044f,0.17590604337615467f,0.9835305215765437f,-0.041530434997937515f,1.2141395011894263f,0.9824216154349492f,-0.17807302834776031f,-0.056015766541592835f,-0.1490843513552897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06248866641184528f,-0.9969186679775301f,-0.04741662164237492f,0.0038696435165699685f,0.17590604337615467f,0.035764504816710674f,-0.983757065590363f,1.1133464842872132f,0.9824216154349492f,-0.06981453740534631f,0.1731291422408775f,-0.15107705210692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.0909438507433922f,-0.7619828717179f,-0.6411796310087414f,0.013189000610179673f,-0.036581991052917706f,0.645969358340402f,-0.7624862923462252f,1.2657077326433095f,0.9951838895111635f,-0.04588781204014277f,-0.08662179150537508f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09094385074339154f,-0.7154002896437913f,-0.6927709878376427f,0.017503503344490762f,-0.22223705404960303f,0.6635307478371358f,-0.7143791979628501f,1.2283979000407639f,0.9707419367779047f,0.21892777862178822f,-0.09864441154171746f,-0.2620088659445238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6967479032106552f,-0.7173160805192893f,0.013189000610179673f,-0.13052619222005157f,0.7111793420116518f,-0.6907871283111809f,1.2657077326433095f,0.9914448613738104f,0.0936285366083945f,-0.09094385074339208f,-0.25709693329783107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0055737608411753565f,-0.13316686926878235f,-0.9910779576396784f,0.01769403757905334f,-0.04379626949232332f,0.9901748607520386f,-0.13279921653848956f,1.2900408051388923f,0.9990249346080613f,0.042665326247807736f,-0.011351209958720559f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0055737608411746764f,-0.1331668692687824f,-0.9910779576396784f,0.01769403757905334f,-0.21626273181111552f,0.9674780695410212f,-0.13121210228775562f,1.2900408051388923f,0.9763192940937298f,0.21506457143455757f,-0.023406539556097557f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.06395173359158574f,-0.9979529927660075f,0.01769403757905334f,-0.13052619222005157f,0.9894153665704735f,-0.06340461764532457f,1.2900408051388923f,0.9914448613738104f,0.13025900416035158f,-0.008347376271581192f,-0.2538934235298124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03685122555767562f,-0.4377054793330529f,-0.8983629002450623f,0.017788073344995128f,0.04860329260146934f,0.8971245929677978f,-0.43909587181008536f,1.2888141461519698f,0.99813812026352f,-0.05984461591643309f,-0.011786213243503488f,-0.05863305513672418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026394689716483438f,-0.4077033230547462f,-0.912732885747461f,0.0076750352540196215f,-0.25614552482899483f,0.8798100384013049f,-0.40040450351909496f,1.329730039005863f,0.9662778019104284f,0.2443609966799355f,-0.08120906868533337f,-0.44409009787630005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2868032327110904f,-0.9579895123154889f,0.045182988817939765f,-0.13052619222005157f,0.949793779235194f,-0.2843495912968076f,1.1570308915315237f,0.9914448613738104f,0.12504272322928484f,-0.03743533388218028f,-0.2635245971055738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.20221757233203802f,-0.9793406217655515f,2.9723198354305554e-17f,-0.13052619222005157f,0.9709622269840884f,-0.20048757296808586f,1.375f,0.9914448613738104f,0.1278296022454751f,-0.026394689716484107f,-0.24270833333333336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.047529912118973505f,-0.7329629490645151f,-0.6786060880603797f,-0.879518599062895f,0.4029830326540734f,0.6075607962628502f,-0.6844520101784911f,2.538921959677879f,0.9139724190843443f,-0.3059986832375275f,0.2664943207837845f,-0.7477889196677174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5134556897904967f,-0.7329629490645151f,-0.4462382434534431f,-0.9079814009371049f,-0.1990286227011597f,0.6075607962628502f,-0.7689326928867902f,2.5492700219848294f,0.8347160367259301f,-0.3059986832375275f,-0.4578361539780958f,-0.6590654784812928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.662080910828015f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6878941809865673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.05336765805751662f,-0.02445450873046849f,0.9982754479983005f,0.7891179261711913f,0.13034018340628753f,0.9913181068364139f,0.017316109490405147f,1.87194330159899f,-0.9900319841616589f,0.12919128477192188f,0.056091730904910396f,-0.6469832967981223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05336765805751662f,-0.02445450873046849f,0.9982754479983005f,0.7841147082282991f,0.13034018340628753f,0.9913181068364139f,0.017316109490405147f,1.8597239094046505f,-0.9900319841616589f,0.12919128477192188f,0.056091730904910396f,-0.5541677982829668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05336765805751662f,-0.02445450873046849f,0.9982754479983005f,0.6368750000000001f,0.13034018340628753f,0.9913181068364139f,0.017316109490405147f,1.8632361890782594f,-0.9900319841616589f,0.12919128477192188f,0.056091730904910396f,-0.6089893071762811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5387592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.21386924267929214f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91.mcfunction new file mode 100644 index 000000000..93956c0f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..a57ea2a92 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.445196127589345f,0.03532709198454951f,-0.683737412312513f,-0.334054366574778f,-0.24075151072649256f,0.7715692477608956f,-0.11689332930942448f,1.4792718523382264f,0.6409239912086359f,0.2652872724539291f,0.4310261535122801f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41615675074207736f,-0.1349203640364423f,-0.6697835875714413f,-0.334054366574778f,0.07135481618851776f,0.7885407187526364f,-0.11450775116025255f,1.4792718523382264f,0.6795013237797991f,-0.00017388889951644448f,0.4222297013997846f,-0.2414035223322481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4314033170244931f,0.03289504734216534f,-0.6926424318254447f,-0.3332290003387774f,-0.0081183463419283f,0.8154517182471175f,0.04378392518882423f,1.464379399765433f,0.6933755944344895f,0.03001425515692091f,-0.43043451763820945f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40276220520599426f,-0.13195086478256485f,-0.6785068719922724f,-0.3332290003387774f,-0.3130385990105755f,0.7349607140536308f,0.04289037569517476f,1.464379399765433f,0.6162705912073858f,0.2870918286557637f,-0.4216501397272256f,-0.1615586044656989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0807350428049154f,-0.018740002033587853f,1.5603002644321602f,-0.008661897493417706f,1.5169839995868275f,0.36509849358080315f,0.08287873661307119f,1.5743960842585054f,-0.36557851121317186f,1.5191307225873651f,-0.0006706939328505219f,0.6522045664815722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.011993601301496657f,-0.9985921692365826f,0.051670427395145636f,-0.005847339773687137f,0.23366303589171378f,-0.053042391432365436f,-0.9708697597355697f,1.529291490549173f,0.9722436624559136f,0.0004292441170238503f,0.23397024717642978f,0.46440882754420093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0035561505607696765f,-0.9985921692365826f,0.05292478939556979f,-0.009250794802672942f,-0.058870784221350225f,-0.053042391432365436f,-0.9968554235576482f,1.543382904753921f,0.99825927722128f,0.0004292441170238503f,-0.058976530850293626f,0.11211225267499231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9805708582245645f,-0.02534631874124065f,-0.19452083725659958f,0.2561247038305157f,0.1600428712607443f,0.4700376477272755f,-0.8680154889618195f,1.4610892791691885f,0.11343311403359235f,-0.8822823662780965f,-0.4568487220025519f,-0.606153357628521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.763321023609423f,-0.02534631874124065f,-0.6455219431143532f,0.010137036062883673f,0.5607989087633385f,0.4700376477272755f,-0.6815931291091911f,1.6449407654914427f,0.32069549240005185f,-0.8822823662780965f,-0.3445754305068938f,-0.4763457060499678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.08541030541153671f,-0.5692964280384418f,-0.8176837143738276f,0.255420981750773f,-0.3870545174291925f,0.7372675577695504f,-0.5537376172865422f,1.358442972380991f,0.9180925227160728f,0.36378307448697184f,-0.15737850694946703f,-0.06517653989256837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.008849818238855226f,-0.30897324118128194f,-0.9510295562973176f,0.1915445643024244f,-0.15861966639849892f,0.9385913604803485f,-0.3064083214654542f,1.5325138004618972f,0.9873000973102191f,0.15356364890683494f,-0.04070286950142695f,-0.03663774865692074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02516721421274786f,-0.5397339153107195f,-0.8414593941433721f,0.2039749303594114f,-0.4666511975217661f,0.7380488621738563f,-0.4873607871950487f,1.4133407902876673f,0.8840832942547162f,0.4049335472731756f,-0.2332928441090544f,-0.40555427494815494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01786703894615449f,-0.049944453732851196f,-0.9985921692365827f,0.18836914422677317f,-0.3287289407599158f,0.9429336075344856f,-0.053042391432365776f,1.589809326753931f,0.944255289858712f,0.32921385651780766f,0.0004292441170238165f,-0.3438239940753346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.24844056501397177f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.257942380119129f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.17906291704277955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,0.26739586124076253f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.138958271926912f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.28538220618006316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3208769930183029f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.225996004777528f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.03759490928589797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.3746005339871217f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,2.102933635903404f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.12585445275209028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9578267761092729f,0.19548512144707747f,-0.2106025504616171f,0.15152513708971443f,0.09644032299195825f,0.9091098718035352f,0.4052388247571628f,2.3392435109531893f,0.27067901852438314f,0.36783801908201547f,-0.889622425891173f,-0.13464787164046954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9766149494698565f,0.04324125589123978f,-0.2106025504616171f,0.03946949113444802f,-0.046963133875992547f,0.9130038110358462f,0.4052388247571628f,2.3430347506764444f,0.20980396690371522f,0.40565285013539515f,-0.889622425891173f,-0.10639368016541946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9244653491007324f,0.3582731232471422f,-0.13040010533277596f,0.005084309444514712f,0.13149968554362132f,0.6206535488784856f,0.7729793043584479f,2.360679771031219f,0.3578709977268202f,0.6974450096052588f,-0.6208855027802879f,-0.15561304550699606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9899312780624825f,0.05506248489471646f,-0.13040010533277596f,0.03495663749345282f,-0.06672886139554945f,0.6309122396105368f,0.7729793043584479f,2.3676773695442375f,0.12483318377111702f,0.773897841234123f,-0.6208855027802879f,-0.1531751658981507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.2092439442450038f,-0.13040010533277596f,0.1007099206659422f,0.0327891003092351f,0.6335833567372495f,0.7729793043584479f,2.459542930402347f,0.24436057491935198f,0.7448416622761868f,-0.6208855027802879f,-0.10294699639623288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691299109644664f,0.12819431115719354f,-0.2106025504616171f,0.0718662006555737f,0.0327891003092351f,0.9136226627061876f,0.4052388247571628f,2.2539778312934553f,0.24436057491935198f,0.3858235980037876f,-0.889622425891173f,-0.18975730594708495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503604972402423f,-0.1942741972744073f,-0.24304827001783844f,-0.2353447654688594f,-0.20978865559304674f,0.9769522335566547f,0.03940879766150358f,2.3387465288166958f,0.22979043772476998f,0.08844133435248472f,-0.9692133331254842f,-0.07702905246397981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9690511626081272f,-0.043213223545266674f,-0.24304827001783844f,-0.12416007190109613f,-0.0543768090920872f,0.9977425065114933f,0.03940879766150358f,2.3550645553519343f,0.24079660894788354f,0.05140533056979051f,-0.9692133331254842f,-0.10424718155541136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9298119766664085f,-0.2763643003158015f,-0.24304827001783844f,-0.10232821013713228f,-0.2941373439662023f,0.9549503492597837f,0.03940879766150358f,2.351969208662161f,0.22120784554851253f,0.10813234465031647f,-0.9692133331254842f,-0.1098477856111613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9697050047739894f,0.024489633676588463f,-0.24304827001783844f,-0.1309669750748217f,0.015354649040759033f,0.999105190367716f,0.03940879766150358f,2.3603650407626855f,0.24379589510308142f,0.034482987438397936f,-0.9692133331254842f,-0.10232470305255763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.19908570055114727f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.4629551013895745f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.11331393556908306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9615973497752499f,-0.12750715802084106f,-0.24304827001783844f,-0.17039658999645807f,-0.14112887814260366f,0.9892065438628501f,0.03940879766150358f,2.2403836290204335f,0.23540003538535398f,0.07219652507124902f,-0.9692133331254842f,-0.12955815371011406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9690511626081271f,-0.04321322354526668f,-0.24304827001783844f,-0.01952315916543557f,-0.05437680909208719f,0.9977425065114933f,0.03940879766150358f,1.7346061706428821f,0.24079660894788357f,0.051405330569790506f,-0.9692133331254842f,-0.15571504508544576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010161344242083929f,-0.05206175777449493f,-0.9985921692365827f,2.7502505491851695e-17f,-0.18334568413450822f,0.9816164550476855f,-0.053042391432365776f,1.3665f,0.9829959853389245f,0.1836265464388115f,0.0004292441170238165f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.48584268769985384f,-0.873949242548122f,0.28788804857032796f,-0.19815195673352354f,0.8554356921367096f,-0.4785034782122953f,0.7973326779461553f,0.9800847911198957f,0.17940640854543347f,-0.08513015205142804f,-0.44908396833693803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.013023219960749286f,-0.6369718064541643f,-0.7707770841977417f,0.04504254735967785f,-0.19815195673352354f,0.7539110095969499f,-0.6263816661199333f,1.0847612503549924f,0.9800847911198957f,0.16088849365640284f,-0.11639886092416823f,-0.38774523013043444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.009830230906731394f,-0.9983344193082839f,0.3171398819050773f,0.1722577435016815f,0.9848587549541882f,-0.019506475688729805f,1.1987110988594618f,0.9834101463880659f,-0.17307974852768432f,-0.05429442540994554f,-0.1310588305914506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05684851611705877f,-0.9960281584985632f,-0.06852848818739171f,-0.00004648035985466867f,0.1722577435016815f,0.05782478359921844f,-0.9833532245360322f,1.1048164929739954f,0.9834101463880659f,-0.06770673437454006f,0.16828630990469207f,-0.13294766720488338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08945091844411857f,-0.7518480956726662f,-0.6532403648144297f,0.011443022892247603f,-0.03516686022962161f,0.6578448072398531f,-0.752332042072615f,1.2570145034501603f,0.9953701950184634f,-0.044324379532558536f,-0.08528495909572681f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0894509184441179f,-0.7044488871425801f,-0.7040953760628487f,0.01516151305759967f,-0.22365218487289912f,0.6746689440473232f,-0.7034212934932014f,1.2196416549635798f,0.9705556312706048f,0.22039414997147788f,-0.09720177604996413f,-0.24390926791559633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6853101046057841f,-0.7282513717976845f,0.011443022892247603f,-0.13052619222005157f,0.7220210803572427f,-0.6794471816589531f,1.2570145034501603f,0.9914448613738104f,0.09505587853978059f,-0.08945091844411848f,-0.2389890390703827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.004196763392061485f,-0.11752793051300563f,-0.9930607094867671f,0.01633585652201293f,-0.04371962331203501f,0.9921414695401377f,-0.11723437617094168f,1.2812738530965864f,0.9990350252691268f,0.04292423520653836f,-0.009302059849783766f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004196763392060805f,-0.11752793051300568f,-0.9930607094867671f,0.01633585652201293f,-0.21633937799140385f,0.9694446783291203f,-0.11564726192020774f,1.2812738530965864f,0.9763092034326643f,0.21532348039328822f,-0.021357389447160764f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.048152459720434304f,-0.9988399975085459f,0.01633585652201293f,-0.13052619222005157f,0.9902947828644775f,-0.047740508752333904f,1.2812738530965864f,0.9914448613738104f,0.13037478151187631f,-0.006285157213338034f,-0.23579523509958478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.034022553116038606f,-0.4236999350612747f,-0.9051634277347588f,0.016813927464063162f,0.04915927140959314f,0.9038820026130657f,-0.4249478690223918f,1.2800427061423003f,0.9982113162622152f,-0.05895498605941236f,-0.009923593340630206f,-0.04053545755860907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.024368653125387562f,-0.39334486393625223f,-0.9190679989858345f,0.006547932027783043f,-0.25654374464142415f,0.8860939677273162f,-0.38603469720041717f,1.3211184650423282f,0.9662253752775334f,0.24518829167036757f,-0.0793172477936323f,-0.42597145353393184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.27160842585773887f,-0.9624078464991238f,0.041714776475854434f,-0.13052619222005157f,0.9541743139573913f,-0.26928477812248475f,1.1478492104234923f,0.9914448613738104f,0.12561943156623046f,-0.03545201360209318f,-0.245481008792671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18669550310871907f,-0.9824178281764752f,2.7502505491851695e-17f,-0.13052619222005157f,0.9740131074675853f,-0.18509829719873772f,1.3665f,0.9914448613738104f,0.12823125828096815f,-0.024368653125388235f,-0.22457500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06362272892280377f,-0.7329629490645151f,-0.677286840019105f,-0.879518599062895f,0.3866245591508583f,0.6075607962628502f,-0.6938237017469611f,2.532074367780169f,0.920039998383668f,-0.3059986832375275f,0.24472680121122695f,-0.7294380426806841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5027199213189667f,-0.7329629490645151f,-0.4582990246637027f,-0.9079814009371049f,-0.18072251698067449f,0.6075607962628502f,-0.7734398817623911f,2.5424224300871194f,0.8453472970118385f,-0.3059986832375275f,-0.43789582470226585f,-0.6407146014942595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.655233318930305f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.669543303999534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5610841517412142f,-0.02067205807906535f,0.8275005985977404f,0.7873009094025306f,0.10804419980077765f,0.9929646082422894f,-0.04845345877897964f,1.8457909170697318f,-0.8206771749928546f,0.11659310782808896f,0.5593702008980598f,-0.5463072643931252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5610841517412142f,-0.02067205807906535f,0.8275005985977404f,0.7346992701767917f,0.10804419980077765f,0.9929646082422894f,-0.04845345877897964f,1.8356617733384089f,-0.8206771749928546f,0.11659310782808896f,0.5593702008980598f,-0.469368779237545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5610841517412142f,-0.02067205807906535f,0.8275005985977404f,0.6368750000000001f,0.10804419980077765f,0.9929646082422894f,-0.04845345877897964f,1.8479943640209173f,-0.8206771749928546f,0.11659310782808896f,0.5593702008980598f,-0.591743551950044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5302592261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.19573590934595886f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92.mcfunction new file mode 100644 index 000000000..d3851da9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..e79a2ddf0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4163715322078468f,0.030291960016590992f,-0.7018985601706901f,-0.33769326403539063f,-0.25088932617793896f,0.7685188437370193f,-0.11566234164817459f,1.4701059885644014f,0.6562268949237863f,0.27460085291912806f,0.4011297525729271f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3881822378051352f,-0.12867170471062694f,-0.6875740997590434f,-0.33769326403539063f,0.061036325463366445f,0.7895804263478305f,-0.11330188569617103f,1.4701059885644014f,0.6968422470161575f,0.002518478755008935f,0.392943431091847f,-0.21965216130557474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40150379002362724f,0.027670375927295682f,-0.7106148755388882f,-0.33687362884992333f,-0.015604882499135041f,0.8155089629293393f,0.04057170773514464f,1.4554145830067486f,0.7109821648137846f,0.03352500741834284f,-0.40040589361140627f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3737437991149994f,-0.1254707799161265f,-0.6961125311401355f,-0.33687362884992333f,-0.31983555977778494f,0.7322060174042444f,0.03974371369973353f,1.4554145830067486f,0.6308888866707973f,0.2968693845182665f,-0.39223434476219393f,-0.14428008144532778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08162716020382543f,-0.014759403373222122f,1.560296579733842f,-0.00751848057226579f,1.5326480397247562f,0.2924312609906841f,0.08294693438132776f,1.5454180261909705f,-0.2928023959002401f,1.5348199788924644f,-0.0007995921548911905f,0.6713143966498163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00944601815886259f,-0.9985898110296588f,0.052241382530448056f,-0.005196007062473173f,0.18715600703403762f,-0.05308603800404964f,-0.9808947454238439f,1.5092966026056203f,0.9822847864911771f,0.000511738979129884f,0.18739353337615344f,0.4815792271454806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.005137627160813051f,-0.9985898110296588f,0.05283932337669211f,-0.009084593635899774f,-0.0870396857352247f,-0.05308603800404964f,-0.994789407702025f,1.5319809892924838f,0.9961915969803548f,0.000511738979129884f,-0.08718967960112849f,0.1320285283159681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.977923504731278f,-0.025817134921341467f,-0.20736223001922854f,0.25302277743246565f,0.17021946160335727f,0.4771725636665902f,-0.8621668512389682f,1.4527071001856573f,0.12120624482904097f,-0.8784303159774868f,-0.4622436870159887f,-0.588461034550384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7547799653237461f,-0.025817134921341467f,-0.6554698158499277f,0.009997224217036119f,0.5668640793950983f,0.4771725636665902f,-0.6715440863974618f,1.6383061277262922f,0.33010955671932996f,-0.8784303159774868f,-0.3455254846379067f,-0.4555967820770228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.07395065833354937f,-0.5721748775152498f,-0.8167907992089797f,0.25549978237361315f,-0.36104515258879155f,0.7481125938194118f,-0.5567530374959151f,1.3485543822235242f,0.9296115844395286f,0.33607061238555325f,-0.1512575471394017f,-0.04723701104626338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009465460134322244f,-0.30891196270431326f,-0.9510435344202781f,0.19163476727642767f,-0.16855124561556958f,0.9369847345344597f,-0.30602301359673567f,1.5223263761137558f,0.9856474433923549f,0.16319622099655676f,-0.043198504448157905f,-0.01690771026220997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.023359529940929838f,-0.5405809958058312f,-0.8409676089686896f,0.20396079172285925f,-0.43071409492697577f,0.7536815837568227f,-0.4964367419289629f,1.404673462701974f,0.9021860677222714f,0.37381313149671924f,-0.21523020682153696f,-0.382493717163782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.017153554081176112f,-0.05024086872392204f,-0.9985898110296589f,0.18829944251818853f,-0.31351945326428377f,0.9480967382044394f,-0.05308603800404997f,1.582109813377781f,0.9494268313078416f,0.313987945813161f,0.0005117389791298339f,-0.3236177789551947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.24964108105085625f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.248419998314997f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1487154502738176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,0.26821315587581945f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.1312702879718826f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.25711902910413265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.3196025504474598f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.215304096818401f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.007218895309828305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.37369987538823896f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,2.093926824582104f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.09755908414474049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9566806639436863f,0.2071441234516858f,-0.20458108259489796f,0.15377864502226046f,0.09251253067907221f,0.8825625844156286f,0.46100403062984147f,2.325768482451672f,0.27604988481001286f,0.422107328423754f,-0.863493986306413f,-0.099129350832767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9773068175883862f,0.054936007677666474f,-0.20458108259489796f,0.041761158719460525f,-0.04668965784691286f,0.8861689227191271f,0.46100403062984147f,2.3293207970738488f,0.20661911853794954f,0.4600942028185761f,-0.863493986306413f,-0.07069337980614114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9226293637083697f,0.3677553811269557f,-0.11623698583177715f,0.00730637605779301f,0.11973746345560057f,0.5595990340642297f,0.8200682050412633f,2.3516716768287957f,0.36663060028904826f,0.7427010843714641f,-0.560336597238788f,-0.12026575507412109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9911153310211614f,0.06464799872816837f,-0.11623698583177715f,0.03729008111589269f,-0.059048516697550374f,0.5692112189303892f,0.8200682050412633f,2.357950606641508f,0.11917916466661907f,0.8196457920981619f,-0.560336597238788f,-0.11729622709885047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.21889667118808792f,-0.11623698583177715f,0.10452574298183051f,0.030722721056665354f,0.5714405073944921f,0.8200682050412633f,2.444590911744138f,0.2459327223924399f,0.7909108634046567f,-0.560336597238788f,-0.06021323631856208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968799881537729f,0.13990486116208464f,-0.20458108259489796f,0.07304714922036151f,0.030722721056665354f,0.8868660542347498f,0.46100403062984147f,2.2450460495413194f,0.2459327223924399f,0.4403353627285723f,-0.863493986306413f,-0.1592886929324907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9506035835113731f,-0.19193503324243988f,-0.2439544425288452f,-0.2338517971233095f,-0.21160536695011506f,0.9756971508524761f,0.05690552254629738f,2.3285314529767427f,0.2271034911515963f,0.10571666298452453f,-0.9681156911620498f,-0.04476710952301033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689253302098997f,-0.04086483143336994f,-0.2439544425288452f,-0.12265793191567102f,-0.05636749190909977f,0.996787072227369f,0.05690552254629738f,2.3450691480591024f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.07181465297058463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9302580094995025f,-0.27405522387370074f,-0.2439544425288452f,-0.10083902511901466f,-0.2958377545227843f,0.9535417056965309f,0.05690552254629738f,2.3420223933961974f,0.21702547952012582f,0.12510775261703883f,-0.9681156911620498f,-0.07749186330867233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.969415663344465f,0.02682352759894728f,-0.2439544425288452f,-0.12945064071129514f,0.013302167700482537f,0.9982909464871456f,0.05690552254629738f,2.3503507263817855f,0.24506391818641785f,0.05191998198138585f,-0.9681156911620498f,-0.06979251607135836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.1973444487597183f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.45327245688145f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.07891352209527151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9616766720660626f,-0.1251567352337998f,-0.2439544425288452f,-0.16918418333211338f,-0.1430287142258145f,0.9880812458551386f,0.05690552254629738f,2.2309541765640444f,0.23392470008712912f,0.08961720378907963f,-0.9681156911620498f,-0.0990773929478144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689253302098996f,-0.04086483143336994f,-0.2439544425288452f,-0.019501714617247427f,-0.05636749190909979f,0.996787072227369f,0.05690552254629738f,1.7253684409565833f,0.2408451999387052f,0.06888830228937169f,-0.9681156911620498f,-0.1342346825146415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.01067303922636526f,-0.05200457231265987f,-0.9985898110296589f,2.523826963209482e-17f,-0.19130699924488073f,0.9800936203286662f,-0.05308603800404997f,1.3578333333333334f,0.9814722198175512f,0.1916038095905861f,0.0005117389791298339f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.45599681818961396f,-0.8899016315719175f,0.27295203847765587f,-0.19835143094434765f,0.8712016228746315f,-0.4490706427088481f,0.7800292870907635f,0.9800585298418364f,0.18186432883211737f,-0.08006649725510365f,-0.43195802658198823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011915868687918732f,-0.610532800784314f,-0.7919013267067265f,0.040186408178636154f,-0.19835143094434765f,0.7747766466120197f,-0.6003147988405443f,1.075412883611596f,0.9800585298418364f,0.1642280336334048f,-0.11186791789053417f,-0.3693460887592527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,0.01175905943240406f,-0.9986178266462066f,0.3151593323536892f,0.1684301960116812f,0.9857091183032091f,0.0029670128709907984f,1.1829929413836882f,0.9843815867059861f,-0.16804540640902732f,-0.05247507159623609f,-0.11269707374842665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.051226563672297214f,-0.994616815988831f,-0.09007346183292905f,-0.0040393723963370555f,0.1684301960116812f,0.08029571263326135f,-0.9824377169083969f,1.0961825068220648f,0.9843815867059861f,-0.06549799909124521f,0.16341023183769282f,-0.11445447584460713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08790565355841762f,-0.7413207767862229f,-0.6653691471488129f,0.009659863059567377f,-0.03374828143818823f,0.6697878532210778f,-0.741785201508812f,1.2481790462723146f,0.9955569544593801f,-0.0427520477003292f,-0.08389644119384611f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08790565355841695f,-0.6931011511893864f,-0.7154602646495576f,0.012769696451362576f,-0.2250707636643325f,0.6858471869619208f,-0.6920670397295152f,1.210751581738131f,0.9703688718296881f,0.22186579356982325f,-0.09570696018373377f,-0.2254497910581486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6734713704833958f,-0.739213306927856f,0.009659863059567377f,-0.13052619222005157f,0.7328892346127642f,-0.6677097295481405f,1.2481790462723146f,0.9914448613738104f,0.0964866981916851f,-0.08790565355841755f,-0.22052237187385965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0027916863186813533f,-0.10155207161708348f,-0.9948263080748201f,0.014946835099741946f,-0.0436637265023892f,0.9938937713643097f,-0.10133434872319472f,1.2723569731879039f,0.9990423842237238f,0.043154930118217534f,-0.007208781524579729f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0027916863186806724f,-0.10155207161708353f,-0.9948263080748201f,0.014946835099741946f,-0.21639527480104964f,0.9711969801532923f,-0.09974723447246078f,1.2723569731879039f,0.9763018444780672f,0.21555417530496737f,-0.019264111121956726f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.032031008292405655f,-0.9994868756055639f,0.014946835099741946f,-0.13052619222005157f,0.9909361268297012f,-0.031756978576127415f,1.2723569731879039f,0.9914448613738104f,0.13045921604671062f,-0.00418088554537694f,-0.2173392874089368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.031129649701096863f,-0.4093105590547435f,-0.9118639214026293f,0.015816347417678178f,0.04968038845695147f,0.9105448006512321f,-0.41041445516669395f,1.2711150476477964f,0.9982799226230353f,-0.05807781205676735f,-0.008010233108056323f,-0.022080928895704927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.02229661110068914f,-0.3786034798159962f,-0.9252903685895814f,0.005397042472902413f,-0.25691699471826257f,0.8922683628239547f,-0.3712826773879922f,1.3123562570190626f,0.9661762359726929f,0.24600116620593138f,-0.07737510754086781f,-0.4074951429032622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.25604568209533474f,-0.9666646826487119f,0.0381678110582696f,-0.13052619222005157f,0.9583947322836106f,-0.2538551757903718f,1.1385436063709637f,0.9914448613738104f,0.12617506017974084f,-0.0334206679182902f,-0.22707623760643286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17082097256847925f,-0.9853020832875362f,2.523826963209482e-17f,-0.13052619222005157f,0.9768726873763379f,-0.16935957546789532f,1.3578333333333334f,0.9914448613738104f,0.12860772911800616f,-0.02229661110068981f,-0.20608611111111128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07999412443427967f,-0.7329629490645151f,-0.675548854898476f,-0.879518599062895f,0.36972112358561704f,0.6075607962628502f,-0.7029766494123687f,2.5242339051646474f,0.925692838273356f,-0.3059986832375275f,0.22239059113711934f,-0.7108403819649453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4914820750284472f,-0.7329629490645151f,-0.4703304000640199f,-0.9079814009371049f,-0.16195270552492794f,0.6075607962628502f,-0.7775867797343313f,2.5345819674715977f,0.8556966115971756f,-0.3059986832375275f,-0.41731057350372935f,-0.6221169407785206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.647392856314783f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6509456432837951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9070941732804041f,-0.010712246769830248f,0.4207914074335196f,0.742513750487547f,0.05494209486930418f,0.9941369166180432f,-0.09312978701007735f,1.8210596222942128f,-0.41732664306525236f,0.10759664858308671f,0.9023643577854652f,-0.45836717738641164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9070941732804041f,-0.010712246769830248f,0.4207914074335196f,0.6574736717425091f,0.05494209486930418f,0.9941369166180432f,-0.09312978701007735f,1.8159088009002156f,-0.41732664306525236f,0.10759664858308671f,0.9023643577854652f,-0.41924280459904417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9070941732804041f,-0.010712246769830248f,0.4207914074335196f,0.6368750000000001f,0.05494209486930418f,0.9941369166180432f,-0.09312978701007735f,1.8324536796487259f,-0.41732664306525236f,0.10759664858308671f,0.9023643577854652f,-0.5741596446605477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.521592559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.17724702045707005f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93.mcfunction new file mode 100644 index 000000000..37bbb923e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..20bb63e1f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.40767095268225767f,0.028800816108162482f,-0.7070497519800771f,-0.3387990551496062f,-0.2576549028269412f,0.7660195806752222f,-0.11735585846407721f,1.4614436444850711f,0.6590620530972969f,0.2816539711385317f,0.39147502494222447f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3797490067059943f,-0.12675960972346756f,-0.6926201652049736f,-0.3387990551496062f,0.05397640282644771f,0.7898547670219337f,-0.11496084094440218f,1.4614436444850711f,0.702052163192827f,0.007838900144872651f,0.3834857387189138f,-0.1997298736672456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39234242883238724f,0.02609798377899713f,-0.7157728398207205f,-0.33797395006534936f,-0.021869780312351608f,0.8153073240866642f,0.04171479886295868f,1.4463973660898122f,0.7159145030598535f,0.039208506446418226f,-0.3909904880879439f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3648630913414176f,-0.12345948173858635f,-0.7011652308447874f,-0.33797395006534936f,-0.3254298588979408f,0.7296749846549039f,0.040863476437184014f,1.4463973660898122f,0.6332221817928133f,0.30386209559223676f,-0.3830110903718634f,-0.12571751877053783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08219757415690644f,-0.011156519954607206f,1.56029655542311f,-0.006601497799605691f,1.544742297909384f,0.21976545736527275f,0.08294954369174316f,1.5167426823524066f,-0.22004781719516278f,1.546927576136496f,-0.0005313530928362491f,0.6895967077518894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.007140172770949044f,-0.9985897954707904f,0.0526064474604199f,-0.004724413658444562f,0.14064989271377434f,-0.053087707962715475f,-0.9886350706620058f,1.4896042255949349f,0.9900336487273574f,0.00034006597941472854f,0.14083060300490396f,0.4983649991054809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.006446523995614901f,-0.9985897954707904f,0.052695945859040076f,-0.008997435887443348f,-0.11489714982299395f,-0.053087707962715475f,-0.9919578318788648f,1.5206682703650654f,0.9933564754361479f,0.00034006597941472854f,-0.11507735252517415f,0.1517338629844599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9751597228390386f,-0.02604097211137047f,-0.2199667764094937f,0.2500101774018976f,0.18019773432953212f,0.4842334484598897f,-0.8561814900680502f,1.4444554513931496f,0.12881106899250838f,-0.8745512192914364f,-0.46751243121533037f,-0.5708713776799205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7462519018657168f,-0.02604097211137047f,-0.665154092472786f,0.009934049836801876f,0.5726895126883126f,0.4842334484598897f,-0.6614716089519388f,1.6317236632776628f,0.3393152236764863f,-0.8745512192914364f,-0.34644674023179645f,-0.4350207320578809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06229226234117299f,-0.5746360787775044f,-0.816034956983849f,0.25553537602502224f,-0.3358847122633477f,0.757860747879607f,-0.5593107784507025f,1.3387840043417578f,0.939841015342588f,0.30893440046485027f,-0.14580261345132645f,-0.029582791541206778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0098687484271637f,-0.3088401055784901f,-0.9510627723713869f,0.1916837139017342f,-0.17933144223785064f,0.9351422418584879f,-0.3055310480405776f,1.5122136056399706f,0.9837392142378862f,0.17357066767788956f,-0.04615605802576539f,0.002673233285736487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.02128341111870343f,-0.5414146982402395f,-0.8404862526779261f,0.20399116937871659f,-0.3944602382878419f,0.7679289975087819f,-0.5046644183960829f,1.3961172528031938f,0.9186664992373733f,0.3422793878026951f,-0.1972224223164317f,-0.3595794907929309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.016188926070194284f,-0.05056025172305531f,-0.9985897954707904f,0.1882699359589513f,-0.2984037396024397f,0.9529621731498816f,-0.053087707962715586f,1.5744658620940295f,0.954302429455135f,0.2988423622767637f,0.00034006597941471997f,-0.30354442245366636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.250860144492347f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2387972530043365f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11858959106301911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,0.26907554671467593f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.1235029962444347f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.22902394251246877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.31834729041008364f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.2045429919002775f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,0.02278152213911329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.3727966671114693f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,2.0848758507441127f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.06960545315687267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9556303619098674f,0.218331093027554f,-0.19774262366371448f,0.15598072197923007f,0.08839429196147251f,0.8529064483071748f,0.5145260339231347f,2.3119208728301865f,0.28099299020553126f,0.4742173808006559f,-0.8343625202523901f,-0.06418050508544537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780194741165023f,0.06614955053113511f,-0.19774262366371448f,0.04399415148908707f,-0.0461179524247873f,0.856233668387009f,0.5145260339231347f,2.3152373703324733f,0.20334955793663692f,0.5123359660272295f,-0.8343625202523901f,-0.03559467819214805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.921047752411634f,0.3760320676963079f,-0.10134555659483489f,0.009565919947405549f,0.10755293215659872f,0.4957063357269025f,0.8618048476915905f,2.342381430883298f,0.37430389332999947f,0.782863406210973f,-0.49701255784311704f,-0.08513761839459806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9921687660981996f,0.07300834019247007f,-0.10134555659483489f,0.03964738250972226f,-0.050892764984762244f,0.5046804245931085f,0.8618048476915905f,2.347905069694159f,0.11406606003269362f,0.860213607945643f,-0.49701255784311704f,-0.08169368904005476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.22731887652850385f,-0.10134555659483489f,0.10825662902960678f,0.02868322164140135f,0.5064283535620263f,0.8618048476915905f,2.428837728807112f,0.24722877313122008f,0.8317790879087272f,-0.49701255784311704f,-0.018224637431178595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9685325015363718f,0.1511378452085666f,-0.19774262366371448f,0.07425061385767935f,0.02868322164140135f,0.8569948851723677f,0.5145260339231347f,2.2360138796433295f,0.24722877313122008f,0.49266329123866315f,-0.8343625202523901f,-0.12907387795987763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9509124827507182f,-0.1895908733153783f,-0.24458280991185266f,-0.23236398165770453f,-0.2133230729120728f,0.9741560887652537f,0.07425079989423217f,2.318206828721104f,0.22418455948663302f,0.12278116906551681f,-0.9667812926462166f,-0.012868121393856596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688637189828608f,-0.0385012095176626f,-0.24458280991185266f,-0.12115339401725664f,-0.05830512528350461f,0.9955336915849415f,0.07425079989423217f,2.3349550793304106f,0.24063168204618282f,0.0861993374970801f,-0.9667812926462166f,-0.03971662085274878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.930770040283545f,-0.2717469065255222f,-0.24458280991185266f,-0.09934607350080185f,-0.29741461168413513f,0.9518567998768732f,0.07425079989423217f,2.3319570187908436f,0.21263038556928648f,0.14185292144318815f,-0.9667812926462166f,-0.04546384017114153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9691893242691747f,0.02917709406852191f,-0.24458280991185266f,-0.12793225674446163f,0.01128182288971774f,0.9971757814885758f,0.07425079989423217f,2.340216416979342f,0.2460584771857004f,0.06920374263264151f,-0.9667812926462166f,-0.03759757713690909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.19559458190222132f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.443436944058875f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.0448761123548647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9618212985119817f,-0.12279673784082454f,-0.24458280991185266f,-0.16796531588803584f,-0.14484973499940593f,0.9866637588285426f,0.07425079989423217f,2.2214375983224532f,0.2322032385633919f,0.10684375597096557f,-0.9667812926462166f,-0.06891595744833191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688637189828607f,-0.038501209517662616f,-0.24458280991185266f,-0.01948226832763075f,-0.05830512528350463f,0.9955336915849415f,0.07425079989423217f,1.7161943845489138f,0.2406316820461828f,0.0861993374970801f,-0.9667812926462166f,-0.11296016277616407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924089416905224f,-0.051952715540348735f,-0.9985897954707904f,2.2995805270989413e-17f,-0.19920722065298846f,0.9785183587971036f,-0.053087707962715586f,1.34925f,0.9798964983660892f,0.1995062325968956f,0.00034006597941471997f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.4259220731443414f,-0.9046951969822314f,0.2578860975498565f,-0.19853150330592853f,0.8858218291668176f,-0.41941021585870025f,0.7633061133626164f,0.9800348228656879f,0.18414688316661718f,-0.0749778059871047f,-0.4149349094458047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.010816106772205913f,-0.5836575732912661f,-0.8119278594641537f,0.03536664773256132f,-0.19853150330592853f,0.7945572196717672f,-0.5738153595561548f,1.0662310533624777f,0.9800348228656879f,0.1673997067118742f,-0.1072803997168083f,-0.3511137712619027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,0.033187143016183154f,-0.9983997084909033f,0.3130440751141307f,0.16453551696789165f,0.9860484173196098f,0.025230583774474846f,1.167442129511933f,0.9853077834019205f,-0.16311692812187076f,-0.05061066812124171f,-0.09452862618209072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.045789033880424566f,-0.9927181421578432f,-0.1114183764330538f,-0.007992838112909217f,0.16453551696789165f,0.10251727347174927f,-0.9810291903384053f,1.0876944871831016f,0.9853077834019205f,-0.0632526590002264f,0.15864322581501897f,-0.09613081644757764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08635269112891295f,-0.7307044674299094f,-0.6772105979772964f,0.007891369027130448f,-0.03236788615718558f,0.6814485671127349f,-0.731149895934969f,1.2394566800680349f,0.9957386869457819f,-0.0412168855928405f,-0.0824962766524445f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08635269112891228f,-0.6816846847752815f,-0.7265323139940989f,0.010397599701348086f,-0.22645115894533516f,0.6967376145265807f,-0.6806442309431004f,1.2019847276308562f,0.9701871393432863f,0.22329954555850534f,-0.09420311887753899f,-0.20716284091528583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6615736631873264f,-0.7498801825471202f,0.007891369027130448f,-0.13052619222005157f,0.7434648536323972f,-0.6559138087873226f,1.2394566800680349f,0.9914448613738104f,0.09787900484915253f,-0.08635269112891285f,-0.20222956478745516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0013994021631020773f,-0.08570375766118873f,-0.9963196814257652f,0.013567333492796462f,-0.04363052660729724f,0.9953771268015472f,-0.08556139660072569f,1.2635477635911556f,0.9990467550728322f,0.043350217566339666f,-0.005132232983330266f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0013994021631013969f,-0.08570375766118879f,-0.9963196814257652f,0.013567333492796462f,-0.2164284746961416f,0.9726803355905298f,-0.08397428234999176f,1.2635477635911556f,0.9762974736289588f,0.2157494627530895f,-0.017187562580707264f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.016056339134799452f,-0.9998710886777298f,0.013567333492796462f,-0.13052619222005157f,0.9913170529057727f,-0.015918974927672053f,1.2635477635911556f,0.9914448613738104f,0.13050936591602155f,-0.002095772808259507f,-0.19905791347204974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.028256573126708616f,-0.3949545108292102f,-0.9182660292370585f,0.014824300552091496f,0.0501508190804901f,0.9169158224185692f,-0.3959169988066123f,1.2622889930494343f,0.9983418559895657f,-0.0572390511289138f,-0.006101606769587289f,-0.003801772645352197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.020238770050220158f,-0.36390668661801806f,-0.931215504392807f,0.004255833459042034f,-0.25725394064485063f,0.8981501903581315f,-0.35657628297791766f,1.3036964579967636f,0.9661318761999057f,0.24677552349118406f,-0.07543897398627618f,-0.38919409869108296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.24056687180899167f,-0.9706325670345274f,0.03464515516910524f,-0.13052619222005157f,0.9623286708684526f,-0.23850878887179688f,1.1293834818649815f,0.9914448613738104f,0.12669297301979074f,-0.031400277751517276f,-0.20884106249378712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.15505523991767375f,-0.9879058014679702f,2.2995805270989413e-17f,-0.13052619222005157f,0.9794541303867949f,-0.1537287208454609f,1.34925f,0.9914448613738104f,0.12894758253771232f,-0.02023877005022083f,-0.18777499999999991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.09616195368194055f,-0.7329629490645151f,-0.6734375947054942f,-0.879518599062895f,0.3527667558475327f,0.6075607962628502f,-0.7116357880357471f,2.515650571831314f,0.9307569471311398f,-0.3059986832375275f,0.2001407285487381f,-0.6925292708538339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4800685396326997f,-0.7329629490645151f,-0.4819745974152334f,-0.9079814009371049f,-0.14326984565797388f,0.6075607962628502f,-0.7812449232920442f,2.525998634138264f,0.8654524531018831f,-0.3059986832375275f,-0.39668231278547306f,-0.6038058296674093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6388095229814494f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6326345321726837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9945432971193412f,0.0027036672748467186f,-0.10428959841833076f,0.6678507772897195f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.80081269962395f,0.10343212655039276f,0.10492836799059503f,0.9890863626539866f,-0.403533478072533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9945432971193412f,0.0027036672748467186f,-0.10428959841833076f,0.5746123431847814f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.802089302541869f,0.10343212655039276f,0.10492836799059503f,0.9890863626539866f,-0.4132302399366323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9945432971193412f,0.0027036672748467186f,-0.10428959841833076f,0.6368750000000001f,-0.013617097791134755f,0.9944761071911667f,-0.10407615900699582f,1.8170624249339589f,0.10343212655039276f,0.10492836799059503f,0.9890863626539866f,-0.5567448134026807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5130092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.1589359093459587f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94.mcfunction new file mode 100644 index 000000000..850474c7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..0c292d348 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4099192384970432f,0.029232443828677106f,-0.7057309165554899f,-0.3385144014866267f,-0.26239608691715804f,0.7638765013900514f,-0.12077014796340264f,1.4533449089520065f,0.6557888043608338f,0.2873718832738203f,0.39281406444155004f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38194556705711874f,-0.12721179883291264f,-0.6913282447890514f,-0.3385144014866267f,0.048882129640326066f,0.7896925716060975f,-0.11830545106619035f,1.4533449089520065f,0.7012332858665812f,0.014240807134533545f,0.38479745088151845f,-0.1814105577140892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39461739161562426f,0.026534315368813267f,-0.7145050656131374f,-0.3376857611345061f,-0.02726715414289705f,0.8149519461083992f,0.04532408061422168f,1.437658786098439f,0.714477474091292f,0.04575696762773224f,-0.39290289305894155f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.36708555836812556f,-0.12391741421973515f,-0.6999233295802163f,-0.3376857611345061f,-0.3301813945193386f,0.7273300259770379f,0.04439909937719676f,1.437658786098439f,0.6294667898712579f,0.30924991150416836f,-0.3848844666699836f,-0.10720657826802477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08249624678374705f,-0.008035130145515473f,1.560299989088682f,-0.00592514415686652f,1.5531284094128084f,0.14942626726441574f,0.08288657627302282f,1.4892314251774583f,-0.14964211687033602f,1.5553178058952992f,0.00009758891655038453f,0.7065655387937886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.005142483293130334f,-0.9985919930167565f,0.05279759794159789f,-0.004433925605755464f,0.09563281104922583f,-0.05304740881473442f,-0.9940021820241974f,1.470788292418833f,0.9954033957729915f,-0.00006245690659270942f,0.09577095479701483f,0.5142969433520067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.007460647363034163f,-0.9985919930167565f,0.052520188725357776f,-0.008987162020065031f,-0.141608584523857f,-0.05304740881473442f,-0.9885003698568819f,1.5097777231012306f,0.9898946143555252f,-0.00006245690659270942f,-0.1418049666586496f,0.17065451224342265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9723742586622373f,-0.026029042879407563f,-0.23197152846383307f,0.24717171969450227f,0.18969384209149948f,0.491009451625191f,-0.8502505305422012f,1.436568870782032f,0.13603142050140596f,-0.8707652998032889f,-0.4725074023704374f,-0.5539029514008829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7379956607185397f,-0.026029042879407563f,-0.6743032653690685f,0.009943459553976852f,0.5781196094426253f,0.491009451625191f,-0.6516804704704875f,1.6253842144601969f,0.34805189546749066f,-0.8707652998032889f,-0.34731494456757217f,-0.41522041209836014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.05080164755878692f,-0.5766170671444899f,-0.815433596611643f,0.2555301284336984f,-0.3121527965113168f,0.7664136065121236f,-0.5614007618299461f,1.329414725080976f,0.9486726644293473f,0.28305996119332477f,-0.1410575561030185f,-0.012691096426619267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010053704859247042f,-0.3087658674624961f,-0.9510849394816089f,0.19169224741272034f,-0.19041194273903422f,0.9331384258935885f,-0.3049524064230064f,1.5024722273958802f,0.9816527976229424f,0.184163832526824f,-0.04941121034828053f,0.021530802107483482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01901477550161814f,-0.5421836677739569f,-0.8400448254181456f,0.2040589075766643f,-0.35904266095932125f,0.7804495014811363f,-0.5118466012870414f,1.3879176258690107f,0.9331274328428419f,0.3113445776579788f,-0.17982699474523245f,-0.3374853978963792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.015017404794106374f,-0.0508773921901732f,-0.9985919930167563f,0.18827819658465214f,-0.2838242550028044f,0.9574078361336643f,-0.05304740881473441f,1.5671000488389806f,0.9587587130375154f,0.2842212628811958f,-0.00006245690659270262f,-0.28419430146182123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.25205413597597487f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.229367160110084f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.08957480485404505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,0.2699495289708957f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.1158915769062348f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.20192852943006223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.3171534011153298f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.194039970273926f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,0.05153160668253692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.37192280008951156f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,2.0760545330484392f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.04280853344200174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9547063886039298f,0.22867624993163793f,-0.19037563992287931f,0.1580566570163012f,0.08423332487213851f,0.8213485605564448f,0.5641731020288372f,2.2981562700092533f,0.28537774709992275f,0.5225836916600622f,-0.8034088788849134f,-0.030826954576761323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.978725215541254f,0.07651188265675193f,-0.19037563992287931f,0.04609322087876897f,-0.04529094981643751f,0.8244133919411331f,0.5641731020288372f,2.3012473607117587f,0.2001141732323108f,0.5607927344397707f,-0.8034088788849134f,-0.0021254781069760253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9197631996687787f,0.38286340680868497f,-0.08632072903942782f,0.011783946144244134f,0.09540040693491976f,0.43144016999849255f,0.8970831299652913f,2.333091950339799f,0.38070253334027415f,0.8168690173084786f,-0.4333481160334933f,-0.05127005546254278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993058083721645f,0.07990227839803149f,-0.08632072903942782f,0.0419466337105151f,-0.04259116591288574f,0.439804332081731f,0.8970831299652913f,2.3378532176271043f,0.10964321657665779f,0.8945321544745869f,-0.4333481160334933f,-0.04742190816827897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.23426705884159477f,-0.08632072903942782f,0.11177567211401482f,0.02673375742707132f,0.44105233719537973f,0.8970831299652913f,2.4128322484438907f,0.24822898568462956f,0.8663670013315384f,-0.4333481160334933f,0.02177126248221213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9683324206489272f,0.1615222549500339f,-0.19037563992287931f,0.07543316475025724f,0.02673375742707132f,0.8252236164585874f,0.5641731020288372f,2.2271569347407087f,0.24822898568462956f,0.5412176493748763f,-0.8034088788849134f,-0.10000270862713484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9512720875815404f,-0.18732152966387122f,-0.2449327661066317f,-0.23093240318355907f,-0.21489324246912656f,0.9723954568781056f,0.09092837722034561f,2.308089090675121f,0.2211386662919076f,0.13913202351438614f,-0.9652667871129871f,0.01773468492582088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.11969864112028196f,-0.06013138695516286f,0.9940403646326054f,0.09092837722034561f,2.325032650429655f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.008894370353982231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.931326063040915f,-0.26951754003786865f,-0.2449327661066317f,-0.09790124188112076f,-0.2988253570921475f,0.9499660184316201f,0.09092837722034561f,2.3220818328538204f,0.2081710120536972f,0.15787608887070528f,-0.9652667871129871f,-0.014703345052047633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9690292212044049f,0.0314691680751014f,-0.2449327661066317f,-0.1264644508914327f,0.00935584067736206f,0.9958134857799901f,0.09092837722034561f,2.3302731382425876f,0.2467687919839231f,0.08582070262685257f,-0.9652667871129871f,-0.006683916639674065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.19389707190216277f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.4337529006817418f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.012199795573214281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9620217259526669f,-0.12050783743145622f,-0.2449327661066317f,-0.16678280848008514f,-0.14653889517434407f,0.9850169452436629f,0.09092837722034561f,2.212124088001918f,0.23030534296045932f,0.12336725132885382f,-0.9652667871129871f,-0.039957427122206346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9688638929213695f,-0.036203550662929934f,-0.2449327661066317f,-0.019466353209330094f,-0.06013138695516284f,0.9940403646326054f,0.09092837722034561f,1.707353312708967f,0.24018112601971395f,0.10282536846748304f,-0.9652667871129871f,-0.09251348211697483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010924962649818269f,-0.0519102752248803f,-0.9985919930167563f,2.084042690449008e-17f,-0.20680902861792164f,0.976942167223912f,-0.05304740881473441f,1.341f,0.978320331421775f,0.20709738102140035f,-0.00006245690659270262f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.39656303157263084f,-0.9179556491023689f,0.24316058183411549f,-0.19868814067062213f,0.8989264057629158f,-0.39045401749632047f,0.7476286364590199f,0.9800142011654104f,0.18619634532420445f,-0.07002204297242323f,-0.39851374606691126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.009756447661591006f,-0.5572066770448842f,-0.8303165244565622f,0.03072553621075337f,-0.19868814067062213f,0.8127192069462515f,-0.5477321548142916f,1.0574778341072784f,0.9800142011654104f,0.17031796651338355f,-0.10278110622516301f,-0.3335800213336838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,0.053815466057687875f,-0.9977216397617514f,0.3108665240131067f,0.1606976696699492f,0.9859018187485973f,0.046624701080603f,1.152513710992488f,0.9861647092643967f,-0.1584345271751127f,-0.048761324841171634f,-0.0770811167642228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.040686916375116004f,-0.990423684116071f,-0.13192990857964576f,-0.011790859966382516f,0.1606976696699492f,0.1238339378628317f,-0.9792044805841281f,1.0795951182746855f,0.9861647092643967f,-0.06104163968418382f,0.15412035694915213f,-0.07851098548815634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08483925172228202f,-0.7203245598822826f,-0.6884292482148034f,0.006189649753638662f,-0.031064447886003668f,0.6924965564940961f,-0.7207520512085671f,1.23109946860428f,0.9959102878496341f,-0.03976239019746526f,-0.08112737442468779f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08483925172228135f,-0.6705474886800112f,-0.7369995704151623f,0.00811511357066882f,-0.22775459721651709f,0.7070333745784261f,-0.6695010460626519f,1.1935937736900322f,0.9700155384394341f,0.22465500808389136f,-0.09273609075694987f,-0.18958139785364012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6499787535305775f,-0.7599523800599857f,0.006189649753638662f,-0.13052619222005157f,0.7534508820992698f,-0.6444180951900454f,1.23109946860428f,0.9914448613738104f,0.09919369043779516f,-0.08483925172228195f,-0.1846436794444285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.00006084618197644141f,-0.07045023764505765f,-0.9975152932729888f,0.012238135395442619f,-0.043619408422955724f,0.9965660676494061f,-0.07038053721470666f,1.2551012833410076f,0.9990482188095695f,0.04350674459844403f,-0.003133634929637801f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00006084618197576088f,-0.07045023764505771f,-0.9975152932729888f,0.012238135395442619f,-0.21643959288048312f,0.9738692764383887f,-0.06879342296397273f,1.2551012833410076f,0.9762960098922215f,0.21590598978519385f,-0.015188964527014799f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0006981316440876351f,-0.9999997563060741f,0.012238135395442619f,-0.13052619222005157f,0.9914446197647198f,-0.0006921590310930703f,1.2551012833410076f,0.9914448613738104f,0.13052616041161139f,-0.00009112446517141673f,-0.18148378058770837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0254882632552293f,-0.3810608858384511f,-0.9241985445348024f,0.013867209119475483f,0.05056002687059924f,0.9228243257639763f,-0.38188865846095355f,1.2538205387744197f,0.9983957292171658f,-0.056461181906487426f,-0.004254740726075283f,0.013769467303733435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.018255968149034622f,-0.34969302027675053f,-0.9366864529802199f,0.0031579154913732293f,-0.2575470357179736f,0.9035834669059614f,-0.34235426494654375f,1.2953900104563363f,0.9660932895014985f,0.24749082791878896f,-0.07356660979171283f,-0.3716015301507629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.22563123809993774f,-0.9742127818877606f,0.03125095288479097f,-0.13052619222005157f,0.965878256487305f,-0.2237009315795939f,1.120631755511925f,0.9914448613738104f,0.12716028483191294f,-0.029450786355081023f,-0.19130711602127248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.13986440451934412f,-0.990170666273471f,2.084042690449008e-17f,-0.13052619222005157f,0.9816996189599149f,-0.13866784514981162f,1.341f,0.9914448613738104f,0.12924320671666756f,-0.018255968149035292f,-0.17017499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.111649951068893f,-0.7329629490645151f,-0.6710436675246724f,-0.879518599062895f,0.33627968046494505f,0.6075607962628502f,-0.71957338427074f,2.506574367780169f,0.9351204547718481f,-0.3059986832375275f,0.1786464131299339f,-0.675038042680684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4688382280196186f,-0.7329629490645151f,-0.49290570218457946f,-0.9079814009371049f,-0.1252348271787736f,0.6075607962628502f,-0.7843380118966276f,2.5169224300871194f,0.874360883164913f,-0.3059986832375275f,-0.37664021538860193f,-0.5863146014942594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6297333189303047f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.6151433039995339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8010611135403697f,0.015785604082004016f,-0.5983743870498044f,0.5846685816397342f,-0.07813070351132759f,0.9938574489686467f,-0.0783770648746091f,1.7868499523906067f,0.5934616125262762f,0.10953623068784078f,0.7973738951234934f,-0.3925816889156398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8010611135403697f,0.015785604082004016f,-0.5983743870498044f,0.5095691022453246f,-0.07813070351132759f,0.9938574489686467f,-0.0783770648746091f,1.7941747058447937f,0.5934616125262762f,0.10953623068784078f,0.7973738951234934f,-0.44821871508997824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8010611135403697f,0.015785604082004016f,-0.5983743870498044f,0.6368750000000001f,-0.07813070351132759f,0.9938574489686467f,-0.0783770648746091f,1.8022688888488916f,0.5934616125262762f,0.10953623068784078f,0.7973738951234934f,-0.5400062862713331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.5047592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.14133590934595874f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95.mcfunction new file mode 100644 index 000000000..f1e2251c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..d9d53fd4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42097057074196065f,0.031206351006059386f,-0.6991097100387886f,-0.33711108027098635f,-0.2651728976399551f,0.762127648185653f,-0.12565518959708544f,1.4460289628431227f,0.6476199173673258f,0.29177398097214946f,0.4029898647624353f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.39268726296752404f,-0.12956821612149855f,-0.6848421649359563f,-0.33711108027098635f,0.04571344809967763f,0.7891507689391761f,-0.12309079797265514f,1.4460289628431227f,0.6954904702193357f,0.021287114736374624f,0.39476558180809995f,-0.16509811897986895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4061031617361544f,0.028584825665107734f,-0.707960150159625f,-0.33628112467845184f,-0.031609734804185705f,0.8144584336912385f,0.051016947177066896f,1.4294614220249526f,0.7078315414969527f,0.052771317733727126f,-0.40389867706039606f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.37824914783533226f,-0.12636736305806734f,-0.6935119838298368f,-0.33628112467845184f,-0.33392653316312315f,0.7252554662767546f,0.04997578498977982f,1.4294614220249526f,0.6208225612938874f,0.31310668819020415f,-0.3956558469163064f,-0.08943163813884969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0825931422522372f,-0.0054508421960131545f,1.56030603125549f,-0.005478582549848633f,1.5580565079106892f,0.0837606408883764f,0.08276667925631118f,1.463733343929261f,-0.08393176401131063f,1.5602437929238246f,0.0010077860025985788f,0.721805604892509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0034885390054488503f,-0.9985958600035135f,0.05285961104143158f,-0.0043068319014281575f,0.05360681016856064f,-0.05297067472403896f,-0.9971561650628411f,1.4534077655170714f,0.9985560274712477f,-0.0006449830416635458f,0.053716328967238575f,0.5289284546057352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008187346863705022f,-0.9985958600035135f,0.05233809067187446f,-0.009042888308542496f,-0.1663528893330054f,-0.05297067472403896f,-0.9846424852858224f,1.4996438760965032f,0.9860322933666493f,-0.0006449830416635458f,-0.16655299587513203f,0.18821925928564368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.969675785272511f,-0.02581883279570106f,-0.24302728103899657f,0.24458523925261988f,0.19843508845914132f,0.4972922886140372f,-0.8445850432924005f,1.429277245906638f,0.14266179279804572f,-0.8671988050949337f,-0.47708892810205394f,-0.5380811567135562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7302755875051914f,-0.02581883279570106f,-0.6826645985892456f,0.010013370108678737f,0.5830181930586391f,0.4972922886140372f,-0.6424874833392886f,1.6194805104727705f,0.35607211749389667f,-0.8671988050949337f,-0.3481075689859845f,-0.3968009936342915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.039880638337671f,-0.5781031867934041f,-0.8149884907807537f,0.25549095514206743f,-0.2904397009416337f,0.773713868864212f,-0.5630378577361448f,1.3207278824946282f,0.9560618781243786f,0.2591593227080277f,-0.13704791370466782f,0.002954497524072161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.010042557265497517f,-0.30869728572151933f,-0.9511073193029986f,0.19166579332363887f,-0.20124738712199103f,0.9310691375703791f,-0.3043185013115729f,1.493401355155877f,0.9794889668700412f,0.19446399885870155f,-0.05277420703091854f,0.039086658516135464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016664588837047006f,-0.5428461779234826f,-0.8396667902166665f,0.20415304466735626f,-0.3256691705369855f,0.7910415883326477f,-0.5178733405862033f,1.3803177171603165f,0.945336914988854f,0.28208373338785186f,-0.16360588167094522f,-0.3168930726617986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.013712571493057237f,-0.051169070412621004f,-0.9985958600035133f,0.1883176198399679f,-0.27022954221766055f,0.9613376629114837f,-0.05297067472403895f,1.5602374622391944f,0.9626982704336189f,0.27057646627338927f,-0.0006449830416635355f,-0.2661640163795485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.25317816647050106f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.220444133817037f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.06256575341171142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,0.27079735083893947f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1086887203189093f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.17667361640131174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.31606016760079503f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.1841406708381315f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,0.07816813589528822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.37110970673081994f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,2.0677507727043984f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.017973698672141908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9539276863531099f,0.23787493557769673f,-0.1828591923664491f,0.1599396700894819f,0.08019887101358275f,0.7894354308274824f,0.6085719691559692f,2.2849802307183142f,0.28911954326394146f,0.5658685497340648f,-0.7721416153301905f,-0.00006036738888194615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793950918754385f,0.08571913308819668f,-0.1828591923664491f,0.04799185922510098f,-0.04428341947629236f,0.7922620381648441f,0.6085719691559692f,2.2878633723170045f,0.19703865805924675f,0.6041300299649862f,-0.7721416153301905f,0.02872358234347243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9187865645917135f,0.3881657778743941f,-0.0718232386691407f,0.01387778054570915f,0.0837734128402765f,0.3695269096101195f,0.9254360476959427f,2.324131001467328f,0.3857632227504981f,0.8442613291873322f,-0.37203433176521294f,-0.019715366309051144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9937677713373458f,0.08524692978800494f,-0.0718232386691407f,0.04410404073817385f,-0.034516844774352955f,0.37732838357554827f,0.9254360476959427f,2.328155727618887f,0.1059915283314126f,0.9221476302143723f,-0.37203433176521294f,-0.015539195912339099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.23965692830652496f,-0.0718232386691407f,0.11496909696593544f,0.024935278691375302f,0.37808246918033145f,0.9254360476959427f,2.3972205716143704f,0.24894226795549737f,0.894213734636851f,-0.37203433176521294f,0.05858121734180917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681972831514026f,0.170752852583297f,-0.1828591923664491f,0.07654970513469367f,0.024935278691375302f,0.7931067962350401f,0.6085719691559692f,2.2187715424614867f,0.24894226795549737f,0.5846580822159712f,-0.7721416153301905f,-0.07296685115678413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9516601492460911f,-0.1852064996418824f,-0.24503369733020264f,-0.22960668450385344f,-0.21627774790390586f,0.9705142752339403f,0.10642357506095021f,2.2985171890087033f,0.21809836335590066f,0.15427441154495f,-0.9636558046543054f,0.0461165895917179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9689163133128443f,-0.03405385395130625f,-0.24503369733020264f,-0.11834522108058636f,-0.061793128474733464f,0.9923989278231569f,0.10642357506095021f,2.3156356150930573f,0.23954704562893558f,0.11825693673739279f,-0.9636558046543054f,0.019716080689283398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9318969850261731f,-0.2674443801462643f,-0.24503369733020264f,-0.09655593696689216f,-0.3000406382823134f,0.9479713276520488f,0.10642357506095021f,2.3127290054673986f,0.2038225323124773f,0.1726958756826353f,-0.9636558046543054f,0.013854609602880086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689315586402185f,0.03361728489524052f,-0.24503369733020264f,-0.12509917229924442f,0.007583646232913327f,0.9942919646567904f,0.10642357506095021f,2.320855525540926f,0.24721270796795855f,0.10125891158417574f,-0.9636558046543054f,0.022009915437519827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.19231282337668917f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.4245515683059033f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,0.01812399791736042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622613052823098f,-0.11837088970298557f,-0.24503369733020264f,-0.16567937319351747f,-0.1480512526214384f,0.9832369242804447f,0.10642357506095021f,2.2033232603428035f,0.22832872564267678f,0.13868483407515872f,-0.9636558046543054f,-0.013080089749550244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9689163133128444f,-0.03405385395130624f,-0.24503369733020264f,-0.019454930837798607f,-0.06179312847473346f,0.9923989278231568f,0.10642357506095021f,1.6991172141721222f,0.23954704562893558f,0.1182569367373928f,-0.9636558046543054f,-0.07351590663563397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010714155147747125f,-0.051879815567463f,-0.9985958600035133f,1.8837449028551305e-17f,-0.21387554266661568f,0.9754236822367707f,-0.05297067472403895f,1.3333333333333333f,0.9768021596661888f,0.21414276749016137f,-0.0006449830416635355f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.3689095848884972f,-0.9294239137737913f,0.22927155816220376f,-0.19881922248989353f,0.9102593789306322f,-0.36317871611278885f,0.7334143740778379f,0.979996943916515f,0.18797228850608846f,-0.06536366473871033f,-0.38320080130534145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.008769645534735408f,-0.5321062151205314f,-0.8466321923641328f,0.02640606364750119f,-0.19881922248989353f,0.828832937311284f,-0.5229788511942555f,1.049406931427765f,0.979996943916515f,0.1729130933678876f,-0.09852437290457053f,-0.3172776844588343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,0.07300428857494742f,-0.9966796449491392f,0.30871589447235315f,0.15705084298295371f,0.9853495492807584f,0.06649284510794778f,1.138659850191801f,0.9869321017803707f,-0.15413189021702073f,-0.046993477137877424f,-0.060880476466707634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03605633361454758f,-0.9878793637629315f,-0.15097782439027968f,-0.015317860420901783f,0.15705084298295371f,0.14359750446975328f,-0.9770950769645719f,1.072120260012998f,0.9869321017803707f,-0.05894166066039243f,0.14996968731705448f,-0.062130177877027085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08341487528802426f,-0.7105262115586345f,-0.6987091392480981f,0.004606936702443554f,-0.02987396175194902f,0.7026205756404287f,-0.7109373200894407f,1.223356410429723f,0.9960670183225255f,-0.038429537791227965f,-0.07983524055970603f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08341487528802359f,-0.6600559196914598f,-0.746570921922991f,0.005992287926796985f,-0.22894508335057173f,0.7164480910893327f,-0.6590040072594787f,1.185827289763791f,0.9698588079665427f,0.2258944790266295f,-0.0913541293812403f,-0.17323898348960998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6390661818081417f,-0.7691517504817651f,0.004606936702443554f,-0.13052619222005157f,0.7625715506318171f,-0.6335988820314633f,1.223356410429723f,0.9914448613738104f,0.10039444922977178f,-0.08341487528802417f,-0.16829818102168126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.001183083965001549f,-0.05626027571222518f,-0.9984154354221073f,0.01100032646581425f,-0.04362734884345859f,0.9974626109430013f,-0.056258281200745316f,1.2472701923769154f,0.9990471734333783f,0.04362477676224103f,-0.0012744046538311707f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0011830839650022295f,-0.05626027571222524f,-0.9984154354221073f,0.01100032646581425f,-0.21643165245998025f,0.9747658197319838f,-0.05467116695001138f,1.2472701923769154f,0.9762970552684127f,0.21602402194899087f,-0.01332973425120817f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.013574366159981782f,-0.9999078640471605f,0.01100032646581425f,-0.13052619222005157f,0.9913535136568199f,0.013458235575720526f,1.2472701923769154f,0.9914448613738104f,0.13051416606496086f,0.0017718103266628031f,-0.165149871901573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.022910288846661322f,-0.3680689888963746f,-0.9295161849466437f,0.012974853648358028f,0.05090247199339906f,0.9281248122621367f,-0.3687726551797659f,1.2459639504451918f,0.998440812972869f,-0.05576335962057635f,-0.0025279861357424445f,0.03010001919806682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.01640949402011612f,-0.336410342714281f,-0.9415725196822939f,0.0021369548330310677f,-0.2577923120317037f,0.9084380078000404f,-0.32906459828070617f,1.2876858798069735f,0.9660609982621969f,0.24812994035213456f,-0.07181699198305135f,-0.3552509068220989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.2117038722294108f,-0.9773338582506356f,0.028090119368061377f,-0.13052619222005157f,0.9689726316092326f,-0.209892716254787f,1.1125452196571899f,0.9914448613738104f,0.127567667045187f,-0.027632900320345644f,-0.17500683729298616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.12571801675216276f,-0.9920660160815423f,1.8837449028551305e-17f,-0.13052619222005157f,0.983578753787633f,-0.12464248169103832f,1.3333333333333333f,0.9914448613738104f,0.1294905995100401f,-0.016409494020116797f,-0.15381944444444448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1259898901627201f,-0.7329629490645151f,-0.6684997104527682f,-0.879518599062895f,0.32079817711070696f,0.6075607962628502f,-0.7266074651466904f,2.497255293011212f,0.9387305668503785f,-0.3059986832375275f,0.15858665996125304f,-0.6589000307788286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.45817878802413536f,-0.7329629490645151f,-0.5028295073913062f,-0.9079814009371049f,-0.10841522527195253f,0.6075607962628502f,-0.7868392579006739f,2.5076033553181625f,0.882223518805731f,-0.3059986832375275f,-0.35783581252151536f,-0.570176589592404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.620414244161348f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5990052920976785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.38352427741373996f,0.024767055352462212f,-0.9231986360493806f,0.516372905096362f,-0.1205449580213197f,0.9924307743215367f,-0.023453598342112015f,1.7793527757072327f,0.9156298606587199f,0.12028196518482279f,0.38360683925260014f,-0.42399011575512635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.38352427741373996f,0.024767055352462212f,-0.9231986360493806f,0.4804175040888239f,-0.1205449580213197f,0.9924307743215367f,-0.023453598342112015f,1.7906538655217314f,0.9156298606587199f,0.12028196518482279f,0.38360683925260014f,-0.5098304151918813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.38352427741373996f,0.024767055352462212f,-0.9231986360493806f,0.6368750000000001f,-0.1205449580213197f,0.9924307743215367f,-0.023453598342112015f,1.7885213603657988f,0.9156298606587199f,0.12028196518482279f,0.38360683925260014f,-0.5244512913613939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4970925595245559f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.12498035379040326f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96.mcfunction new file mode 100644 index 000000000..b96ed33f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..f252fe0a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.43853573929063033f,0.03431848228222223f,-0.6880792771062862f,-0.33488131291885015f,-0.2660487292578418f,0.7608152841129545f,-0.13161543057277275f,1.4397135462651438f,0.635491088426543f,0.2948334948380417f,0.4197245898163205f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4097508327170355f,-0.13333637736402046f,-0.6740368428796274f,-0.33488131291885015f,0.04442882812232776f,0.7882913729656944f,-0.12892940137741005f,1.4397135462651438f,0.6856605095230239f,0.02860282816960913f,0.4111587818608854f,-0.1512222154672138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42439226667236746f,0.0318246064587111f,-0.6970099302426636f,-0.33405132071462995f,-0.034696797951807946f,0.8138448348874076f,0.058285172929521525f,1.4220646668297086f,0.6968728583070415f,0.059901782905694756f,-0.42157376602931235f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39601575043391996f,-0.13029138293089212f,-0.6827852377887317f,-0.33405132071462995f,-0.33649038004767456f,0.7235428857406311f,0.05709567960442925f,1.4220646668297086f,0.6082316577946522f,0.31545181569944364f,-0.4129702197838162f,-0.07303408453075688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08256278586794914f,-0.003414183204665536f,1.5603134235603973f,-0.005229208928859315f,1.5601130470055866f,0.025091824502460742f,0.08260708750514532f,1.4410797091612946f,-0.025237213647076855f,1.562294784506491f,0.0020831109305812505f,0.7349613935567922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0021850772509863746f,-0.9986005910786543f,0.05284018295548723f,-0.004309227656755291f,0.01605876768157463f,-0.0528685360032928f,-0.9984723500835754f,1.4380067221795076f,0.9998686620841541f,-0.001333190995572448f,0.016151816734128965f,0.541831136845567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008659423487573339f,-0.9986005910786543f,0.052171581174284956f,-0.009146052925920183f,-0.18832732223645535f,-0.0528685360032928f,-0.9806822816795023f,1.4906020408930922f,0.9820681412631759f,-0.001333190995572448f,-0.18852158634400507f,0.2038593610250296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9671838781250991f,-0.0254701760786742f,-0.25279757915260004f,0.2423222873905071f,0.2061583635593991f,0.5028772978157083f,-0.8394123852291449f,1.4228070627722043f,0.14850614475301838f,-0.8639824613220414f,-0.48112392530251796f,-0.5239368785586966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7233593818875539f,-0.0254701760786742f,-0.6900017933062041f,0.010124973189311208f,0.5872653672736725f,0.5028772978157083f,-0.6342190565904579f,1.6142073208876244f,0.36313990834962645f,-0.8639824613220414f,-0.34880325900388637f,-0.38036920602723245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.0299572988520435f,-0.5791268923675899f,-0.8146868126968472f,0.25542851419788554f,-0.2713424786221687f,0.7797344101679758f,-0.5642583706912789f,1.3130027929662325f,0.962016538080644f,0.2379627956985228f,-0.13378298966115182f,0.0168647662286837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009881804196926835f,-0.30864048117841913f,-0.9511274380038501f,0.1916138774894079f,-0.2112976761610933f,0.9290514192011367f,-0.3036721135192953f,1.48530198335695f,0.9773718033556807f,0.20397184574913246f,-0.05603431222881901f,0.054759272855215924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.014373599105113858f,-0.5433763021596613f,-0.8393661858212172f,0.20426020853889024f,-0.29558149894352165f,0.7996270926353081f,-0.5227122441706384f,1.3735590725484714f,0.9552093891556273f,0.2556143716125851f,-0.14911846261961295f,-0.29849060609131794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.012373379645088906f,-0.051417496764434925f,-0.9986005910786544f,0.1883781742013171f,-0.2580738756587868f,0.9646775588782615f,-0.05286853600329313f,1.5541056864881249f,0.966045948275035f,0.25836688724207246f,-0.0013331909955725182f,-0.25005514717715166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.2541878634739126f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.2123610299265852f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.03845972977034466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,0.27157888644604855f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.102162524084505f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.15410640776048715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.3151028074202655f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.1752059069128014f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.10183951779245404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.37038718924313085f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.0602641938774724f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,0.00410338204437094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9533019008509541f,0.24569540182735475f,-0.1756395609048617f,0.16157291065977109f,0.07647512239012466f,0.7589706920522556f,0.6466181595510103f,2.272936066792191f,0.29217638763146725f,0.6029902637079764f,-0.7423177893490172f,0.02716237219325294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9800004012853762f,0.09354121084126134f,-0.1756395609048617f,0.049634203295221384f,-0.043195587462096126f,0.7615898482534211f,0.6466181595510103f,2.275635414936777f,0.19425075213318055f,0.6412729098532715f,-0.7423177893490172f,0.05599949996541551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9180988247996237f,0.3920046991910149f,-0.058539420168910644f,0.015764206742504616f,0.07318139878820804f,0.3128127848045937f,0.9469913645510166f,2.3158685499606704f,0.38953694404119305f,0.8651476622374686f,-0.3158805023297442f,0.008468067335927448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9942999838534675f,0.08911048420518505f,-0.058539420168910644f,0.04603699312053741f,-0.027064820373253248f,0.32011693326652885f,0.9469913645510166f,2.319217072179725f,0.10312631869294248f,0.9431778573740747f,-0.3158805023297442f,0.012896546630051298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.2435561723378758f,-0.058539420168910644f,0.11773983486405251f,0.02334571368290475f,0.32040963331092215f,0.9469913645510166f,2.382724547958811f,0.24940218613762222f,0.9154332623395784f,-0.3158805023297442f,0.0910703756095971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9681185501798895f,0.1785979211601767f,-0.1756395609048617f,0.07755530260301283f,0.02334571368290475f,0.7624565124592355f,0.6466181595510103f,2.211171832655483f,0.24940218613762222f,0.6219026042442363f,-0.7423177893490172f,-0.04885771034535583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9520487399251769f,-0.18332249966093417f,-0.24494092741914344f,-0.2284333453294357f,-0.21744847372068787f,0.9686392289481066f,0.12022564376771219f,2.2898489668614452f,0.21521932553427123f,0.167722703474766f,-0.9620549551120712f,0.07136219154220422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.032132260161439816f,-0.24494092741914344f,-0.11714225613375884f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,2.3071175517344487f,0.23880722989412542f,0.13199003861884895f,-0.9620549551120712f,0.04518529204811267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9324482984180824f,-0.2656014172632993f,-0.24494092741914344f,-0.09535928287774825f,-0.3010434880821827f,0.9460013810053092f,0.12022564376771219f,2.3042505306099055f,0.19978235422713397f,0.18584206812176535f,-0.9620549551120712f,0.03928102316878885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688863819832763f,0.03554041196170098f,-0.24494092741914344f,-0.12388589301197522f,0.006021132404027907f,0.9927283316926201f,0.12022564376771219f,2.3123181654093976f,0.24743266714791456f,0.11501016725655276f,-0.9620549551120712f,0.0475521420768835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.19090053048921335f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.4161869670353298f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.04511186671596542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962517528178827f,-0.11646437233579857f,-0.24494092741914344f,-0.1646960467136587f,-0.14934992322597795f,0.9814481112178238f,0.12022564376771219f,2.1953611420113197f,0.22639480643538645f,0.15230119816795534f,-0.9620549551120712f,0.010844097128175523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.969005397266686f,-0.03213226016143983f,-0.24494092741914344f,-0.019448184740736778f,-0.06324276257665282f,0.9907301083354197f,0.12022564376771219f,1.6917602554437576f,0.23880722989412542f,0.13199003861884898f,-0.9620549551120712f,-0.05658748405349806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.010354250521890493f,-0.05186182597529812f,-0.9986005910786544f,1.7052186139127608e-17f,-0.22017185001975953f,0.9740273478500207f,-0.05286853600329313f,1.3265f,0.9754061441035762f,0.2204111536351164f,-0.0013331909955725182f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.34398197368297023f,-0.9389431142982151f,0.21673388866438914f,-0.1989242763926794f,0.9196658393579135f,-0.33859101609427483f,0.7210378449447583f,0.9799831133078319f,0.18944958616812285f,-0.061171496076324376f,-0.36950871999153634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007888592595492424f,-0.5093307555786841f,-0.8605346893231609f,0.02255153810001585f,-0.1989242763926794f,0.8425626381227316f,-0.5005170657443279f,1.0422648507290497f,0.9799831133078319f,0.17512961560315726f,-0.09467161860969286f,-0.3027405540428326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,0.09011575130945769f,-0.9954164247034424f,0.3066958188687177f,0.15373717302785408f,0.9845191520147932f,0.08418385204702825f,1.1263293824332958f,0.9875928254259727f,-0.1503369238810089f,-0.04537863467690399f,-0.046451273268467076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03202019357449038f,-0.9852774877109434f,-0.16793742707765896f,-0.018458883081577768f,0.15373717302785408f,0.16116882371993313f,-0.9748792191292913f,1.065499937125343f,0.9875928254259727f,-0.05703404659275864f,0.14631311867498148f,-0.04752435674206358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08213099093817382f,-0.7016708406961176f,-0.7077517443597842f,0.003195456807442659f,-0.028829959427022767f,0.7115264881794555f,-0.7020675822586081f,1.2164738718993648f,0.9962044638360891f,-0.03725705216217014f,-0.07866751742133152f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08213099093817315f,-0.650591339821243f,-0.7549737802580391f,0.0040991621005474505f,-0.22998908567549797f,0.7247135876389104f,-0.6495346306100144f,1.1789303154738418f,0.9697213624529791f,0.22698265229118145f,-0.09010746229474256f,-0.1586695842027195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6292299617513583f,-0.7772191809485819f,0.003195456807442659f,-0.13052619222005157f,0.7705699631126331f,-0.6238468122008234f,1.2164738718993648f,0.9914448613738104f,0.10144746020960543f,-0.08213099093817375f,-0.15372688123098607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0022916089132476295f,-0.04360295261119541f,-0.9990463107645083f,0.009895165495858348f,-0.043649261727941854f,0.9980923907431314f,-0.04366144169935466f,1.240305083224072f,0.9990442885474068f,0.043707688845858274f,0.00038400072823447685f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0022916089132483104f,-0.04360295261119547f,-0.9990463107645083f,0.009895165495858348f,-0.21640973957549697f,0.975395599532114f,-0.042074327448620726f,1.240305083224072f,0.9762999401543843f,0.21610693403260814f,-0.011671328869142522f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.02629326354182833f,-0.9996542723823673f,0.009895165495858348f,-0.13052619222005157f,0.9911020915038734f,0.02606832102729309f,1.240305083224072f,0.9914448613738104f,0.1304810657105767f,0.0034319595711528195f,-0.15058944273955532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.020608579245366177f,-0.3564259753103203f,-0.9340962533837583f,0.012177259964982276f,0.05117692040157712f,0.9326937842592731f,-0.357019926085824f,1.2389719972339497f,0.9984769447912646f,-0.05516184304574646f,-0.0009807099970569576f,0.04465691427275087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.014760894554989691f,-0.3245135891707036f,-0.9457658518023816f,0.001226594886163529f,-0.2579888856996732f,0.9126060739512333f,-0.3171622434066783f,1.2808313345049762f,0.9660351188478488f,0.24867867667104862f,-0.07025001723671408f,-0.34067592165297444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.19925391365109618f,-0.9799478954999197f,0.025268011891209703f,-0.13052619222005157f,0.9715643054074752f,-0.19754926879800022f,1.1053753873561791f,0.9914448613738104f,0.12790886737365748f,-0.026007854633820868f,-0.16047336044473873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.11308760566695247f,-0.993585020742823f,1.7052186139127608e-17f,-0.13052619222005157f,0.9850847631534626f,-0.11212012552356779f,1.3265f,0.9914448613738104f,0.1296888694044416f,-0.014760894554990368f,-0.1392416666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1387226677872595f,-0.7329629490645151f,-0.6659739760235641f,-0.879518599062895f,0.30687529647055745f,0.6075607962628502f,-0.7325963631226672f,2.487943347524445f,0.9415856699515414f,-0.3059986832375275f,0.14064576779557286f,-0.644648568481601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44850082721926476f,-0.7329629490645151f,-0.511480520921652f,-0.9079814009371049f,-0.09338172189950994f,0.6075607962628502f,-0.7887646878883042f,2.498291409831395f,0.8888908043166593f,-0.3059986832375275f,-0.3409368619820707f,-0.5559251272951764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.6111022986745804f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5847538298004509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.13951836315853955f,0.026987348467478637f,-0.9898516602826187f,0.4818573276845507f,-0.12924957869862844f,0.9905802671131461f,0.04522478095331239f,1.7769932715984542f,0.9817480189681f,0.13424759747847598f,-0.13471603402516036f,-0.48477502348239676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13951836315853955f,0.026987348467478637f,-0.9898516602826187f,0.4949371742306638f,-0.12924957869862844f,0.9905802671131461f,0.04522478095331239f,1.7891104196014505f,0.9817480189681f,0.13424759747847598f,-0.13471603402516036f,-0.5768139002606562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13951836315853955f,0.026987348467478637f,-0.9898516602826187f,0.6368750000000001f,-0.12924957869862844f,0.9905802671131461f,0.04522478095331239f,1.7762681284569555f,0.9817480189681f,0.13424759747847598f,-0.13471603402516036f,-0.5105870567677524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4902592261912226f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.11040257601262549f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97.mcfunction new file mode 100644 index 000000000..ddb8f427c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..9e8d1bdac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.46030375700441584f,0.0381627726524285f,-0.6735046388225867f,-0.33212192697684156f,-0.2651353102698242f,0.7599764570710812f,-0.13814302874287732f,1.4346095099959497f,0.6202968345721168f,0.2965195304286219f,0.4407407963175701f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43089255248486064f,-0.13801745348917804f,-0.6597596461935544f,-0.33212192697684156f,0.04494104091849946f,0.7871897970158244f,-0.1353237832583288f,1.4346095099959497f,0.6725413824102152f,0.035824656405162636f,0.43174608618864013f,-0.14021100379314702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.447030251736178f,0.03582229554506221f,-0.6825138545253246f,-0.3312908951019384f,-0.036376298851377824f,0.8131410887559736f,0.06650397809957977f,1.415732374471497f,0.6824845517365276f,0.06680402205763031f,-0.4435047956024365f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41800231739442023f,-0.1351597571694147f,-0.6685850003513385f,-0.3312908951019384f,-0.3377465542721867f,0.7222763775128858f,0.0651467540567312f,1.415732374471497f,0.5926224158181659f,0.3163047178414641f,-0.4344536773248358f,-0.05864604893199915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0824718772845969f,-0.001900096051609223f,1.5603208096709307f,-0.005128215182610393f,1.560134639064711f,-0.024311565867659066f,0.08243243145440468f,1.422082252431704f,0.024177416064936244f,1.5623096963790684f,0.0031804327324797604f,0.7457207215145083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0012160614730303346f,-0.9986053181893957f,0.05278200146214179f,-0.004395402861266976f,-0.015559402155302049f,-0.052756756130818774f,-0.9984861690014151f,1.4251164568518069f,0.9998782056826038f,-0.0020354769487874874f,-0.01547354628155942f,0.5525890507261217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008928424695139514f,-0.9986053181893957f,0.05203558125282113f,-0.009272232188265632f,-0.20674864940676452f,-0.052756756130818774f,-0.9769706856661727f,1.4829876198971599f,0.9783533508916612f,-0.0020354769487874874f,-0.20693133555034376f,0.21700817649683324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.965025318626866f,-0.025059311932526203f,-0.2609562516871048f,0.24044951122854002f,0.21260766273583098f,0.507563733824423f,-0.8349712796571014f,1.4173827935561438f,0.15337573522276052f,-0.8612497239428752f,-0.48448405221761326f,-0.5120047408162236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7175160602781989f,-0.025059311932526203f,-0.6960910386783615f,0.010254617819694454f,0.5907529607247614f,0.507563733824423f,-0.6272080958510811f,1.6097612873980425f,0.36902796999384796f,-0.8612497239428752f,-0.34938126791592733f,-0.36653256381796456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.021475284228853968f,-0.5797603161062241f,-0.8145040135172453f,0.2553560945538412f,-0.2554609297819422f,0.7844651407707297f,-0.5651142860258488f,1.3065166322223427f,0.9665808427246194f,0.22020994251843012f,-0.1312594975374894f,0.028546107936896103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009635965410571509f,-0.3085985267678558f,-0.951143573519432f,0.19154922345037179f,-0.22002913763176568f,0.927220720921051f,-0.30306585635413946f,1.4784763557928264f,0.9754457067226386f,0.2121996323544303f,-0.05896600092440425f,0.06796500149757426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.01230363735111185f,-0.5437664560967652f,-0.8391463887379227f,0.20436599925098384f,-0.27003513213890323f,0.8062219546693058f,-0.5263907172623096f,1.3678823870300658f,0.9627718566299377f,0.23307552645691557f,-0.13691658427003744f,-0.2829706538541062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.011117633656919224f,-0.05161217594450254f,-0.9986053181893957f,0.18844743302270592f,-0.24781627261174144f,0.967369536274208f,-0.05275675613081899f,1.5489344453556622f,0.9687432545575188f,0.24805717805154798f,-0.0020354769487875343f,-0.23647265470037088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.25504065428299505f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.205464398963541f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.018154390040318883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,0.2722533786413025f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.096592802995822f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.13507748532780534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3143121589428871f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.167607187750554f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.1217043087629705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.3697827724432028f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,2.053902756308837f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,0.022635515450372054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9528272198394335f,0.2519739464267069f,-0.169202303338953f,0.1629094897597671f,0.07325409843012698f,0.7319162874615927f,0.6774454850477847f,2.2625903476731217f,0.2945405340462417f,0.6330937359274612f,-0.7158478856105986f,0.049914819598015914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9805137451504263f,0.09981671260805f,-0.169202303338953f,0.05097489350926333f,-0.042144713963041106f,0.7343646491174156f,0.6774454850477847f,2.2651363819419923f,0.19187657141000458f,0.6713755923555582f,-0.7158478856105986f,0.07878183358870172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9176570769547983f,0.39456649792747717f,-0.04714623874734812f,0.01736202161717483f,0.06412968561869857f,0.2641386405618269f,0.9623503322515126f,2.3087090744448964f,0.3921643437861513f,0.8800841194314304f,-0.2676921182765404f,0.032220594598280056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.994671496032822f,0.09168340717821377f,-0.04714623874734812f,0.047666300036128026f,-0.02063237340907745f,0.2710279380117694f,0.9623503322515126f,2.3114762531700093f,0.10100950523260915f,0.9581951834909641f,-0.2676921182765404f,0.03683134902785486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.24615553566861892f,-0.04714623874734812f,0.1200077618399153f,0.02201975583887704f,0.27091874864652565f,0.9623503322515126f,2.3701148572626374f,0.24966066154106642f,0.9305968428334022f,-0.2676921182765404f,0.11815706172322092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680829945989515f,0.18489428361396032f,-0.169202303338953f,0.0784065480267743f,0.02201975583887704f,0.7352433237651109f,0.6774454850477847f,2.204685109415488f,0.24966066154106642f,0.6520976604356992f,-0.7158478856105986f,-0.02856491187481115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9524061599622865f,-0.18174199486833145f,-0.24472914368168558f,-0.22745499694279314f,-0.21838566660251396f,0.9669171706984268f,0.13182900147966212f,2.2824558456944564f,0.21267394548573024f,0.1790000902508948f,-0.9605877162454787f,0.09256475752002352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.03051530119323148f,-0.24472914368168558f,-0.11613542943231805f,-0.06443780631997799f,0.9891758607474932f,0.13182900147966212f,2.299846418947496f,0.2380573596651735f,0.14352676721623078f,-0.9605877162454787f,0.06659049186704602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9329421084331584f,-0.2640580779774071f,-0.24472914368168558f,-0.09435707830654504f,-0.30182702739634154f,0.9442041939654596f,0.13182900147966212f,2.297012804756485f,0.1962637710974228f,0.1968546965477692f,-0.9605877162454787f,0.06065313741754197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688791051484988f,0.0371608105330541f,-0.24472914368168558f,-0.12287059575937816f,0.004720580896139692f,0.9912612322112059f,0.13182900147966212f,2.305030110605133f,0.24748938507064835f,0.12657110126584267f,-0.9605877162454787f,0.06901781041749902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.18971537150800322f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.4090296730298757f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.06778837891145709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9627638271176224f,-0.11486278521200048f,-0.24472914368168558f,-0.16387124483530316f,-0.15040495786412672f,0.9797956230861441f,0.13182900147966212f,2.188575657835494f,0.22464229753926473f,0.16372867053322185f,-0.9605877162454787f,0.03094942804148222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9691111714483099f,-0.030515301193231485f,-0.24472914368168558f,-0.019445470802680616f,-0.06443780631997797f,0.9891758607474932f,0.13182900147966212f,1.685558098696161f,0.23805735966517347f,0.14352676721623078f,-0.9605877162454787f,-0.04234684398231156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009925729368530803f,-0.05185458880714835f,-0.9986053181893957f,1.5549952732173524e-17f,-0.2254658866010742f,0.9728215965230956f,-0.05275675613081899f,1.32075f,0.9742004998334245f,0.22567508271383602f,-0.0020354769487875343f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.3228154581201447f,-0.9464349483633463f,0.2060735000332802f,-0.1990040602048463f,0.9270685853922169f,-0.3177124832310806f,0.7108401063270732f,0.9799726095696931f,0.19061484196555845f,-0.05761654723784405f,-0.3579550985565848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.007146223838605658f,-0.48988395359326636f,-0.8717583630207852f,0.019305242725847403f,-0.1990040602048463f,0.8536462348982393f,-0.481337189157503f,1.0362927333820269f,0.9799726095696931f,0.17692319705423135f,-0.09138854872069675f,-0.2905031296796591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,0.10451592045407553f,-0.9941092682793488f,0.3049206251688904f,0.150903974091198f,0.9835733341494913f,0.0990529502515466f,1.1159679213538127f,0.988131977779663f,-0.14717309102444545f,-0.04399176931610951f,-0.03431714468417388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.028691202357770458f,-0.9828445365644491f,-0.18219064699560822f,-0.021099645097192053f,0.150903974091198f,0.17591787744256282f,-0.9727697009054024f,1.0599598585564194f,0.988131977779663f,-0.055403225010068564f,0.1432678510613432f,-0.03523005339469863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08104034280047596f,-0.6941313330390897f,-0.715272084826577f,0.002007338103144801f,-0.027964073827482006f,0.7189334571264694f,-0.6945161587746926f,1.2106962627287636f,0.9963184598378936f,-0.036281906200743515f,-0.07767335365933396f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0810403428004753f,-0.6425456055936144f,-0.7619498720855047f,0.00250563946456271f,-0.23085497127503873f,0.7315757529078557f,-0.6414849179792967f,1.173145266409573f,0.9696073664511746f,0.22788607348769555f,-0.08904769752204779f,-0.14640753183290198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.620874181818246f,-0.7839102310542475f,0.002007338103144801f,-0.13052619222005157f,0.7772037703570901f,-0.6155625171233688f,1.2106962627287636f,0.9914448613738104f,0.10232081750185153f,-0.0810403428004759f,-0.14146384938058543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0032241121152795735f,-0.03294672730789426f,-0.9994519089284725f,0.008963964952868424f,-0.043678531473431204f,0.9984986095560359f,-0.0330562036989614f,1.2344550052930947f,0.9990404351123094f,0.04376116856714415f,0.0017802067984950065f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0032241121152802544f,-0.032946727307894316f,-0.9994519089284725f,0.008963964952868424f,-0.21638046983000764f,0.9758018183450184f,-0.03146908944822747f,1.2344550052930947f,0.9763037935894816f,0.21616041375389397f,-0.010275122798881993f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.036992537882611795f,-0.999315541829008f,0.008963964952868424f,-0.13052619222005157f,0.9907662588373548f,0.03667606159289154f,1.2344550052930947f,0.9914448613738104f,0.13043685250125808f,0.004828495110372987f,-0.13833595158245526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.018669175584905127f,-0.34658403803851395f,-0.9378331229274737f,0.01150458194077527f,0.05138535187976981f,0.9364243797808288f,-0.3470863387750691f,1.233096327084623f,0.9985043853159445f,-0.05467070082784529f,0.00032707158240638176f,0.056907036150386475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.013371796714192901f,-0.31446213863274686f,-0.9491758311393909f,0.00046040046905396204f,-0.2581381747425962f,0.9159968648976826f,-0.30710653890494977f,1.275072382289222f,0.9660154645724855f,0.2491250827679454f,-0.0689261586240607f,-0.32841043356787086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.1887526632233953f,-0.9820246596323717f,0.022890124790360428f,-0.13052619222005157f,0.9736233025348802f,-0.18713785802345662f,1.0993698312110043f,0.9914448613738104f,0.1281799394880056f,-0.02463716640194389f,-0.14824033838285816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.10244531374706763f,-0.9947386378799533f,1.5549952732173524e-17f,-0.13052619222005157f,0.9862285109360632f,-0.10156887988635793f,1.32075f,0.9914448613738104f,0.12983944665663102f,-0.01337179671419358f,-0.12697500000000006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.14939788887871125f,-0.7329629490645151f,-0.6636607462380409f,-0.879518599062895f,0.2950729211150992f,0.6075607962628502f,-0.73742921698903f,2.4788885313198654f,0.943722545043397f,-0.3059986832375275f,0.12550921812246543f,-0.6328169891223344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44023050567982674f,-0.7329629490645151f,-0.5186158666754549f,-0.9079814009371049f,-0.08070501061197523f,0.6075607962628502f,-0.7901623757852385f,2.4892365936268157f,0.8942504141072594f,-0.3059986832375275f,-0.326620579152469f,-0.5440935479359098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.602047482470001f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5729222504411843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6222984692704783f,0.021665530014122872f,-0.7824801722426113f,0.4903327334165547f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.7774635113589403f,0.7760832635195779f,0.14755260907775533f,-0.613125595322156f,-0.5545107469061411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6222984692704783f,0.021665530014122872f,-0.7824801722426113f,0.548673214910662f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.78704225823189f,0.7760832635195779f,0.14755260907775533f,-0.613125595322156f,-0.6272685528611015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6222984692704783f,0.021665530014122872f,-0.7824801722426113f,0.6368750000000001f,-0.10217329997812956f,0.9888168851529359f,0.10863601800519426f,1.765957482094636f,0.7760832635195779f,0.14755260907775533f,-0.613125595322156f,-0.4989208105852979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4845092261912227f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.09813590934595884f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98.mcfunction new file mode 100644 index 000000000..ec2843131 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..355f701da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.48403638613332456f,0.042347497621213294f,-0.6563992007830728f,-0.32912167369439604f,-0.2626280407857513f,0.7596349406083514f,-0.14465722810986154f,1.4309167150225757f,0.6030586485048308f,0.2968263648947177f,0.46385215318176437f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4539399143324738f,-0.1431269087312182f,-0.6430032987262755f,-0.32912167369439604f,0.04708215660828728f,0.7859408070775767f,-0.14170503978108887f,1.4309167150225757f,0.6570554198124683f,0.042564489510539316f,0.4543857827086672f,-0.13247318185704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4716276332312362f,0.040159499687630634f,-0.6655065999687653f,-0.32828490979309866f,-0.03659355036535166f,0.8123957803388082f,0.0749563379828673f,1.4107391977539496f,0.6657121991437482f,0.07310783211792399f,-0.46736169851481874f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.441889462032594f,-0.14045538777390149f,-0.651924832622464f,-0.32828490979309866f,-0.33766377586622687f,0.7215204130259486f,0.07342661679954349f,1.4107391977539496f,0.5750798882001589f,0.31572231095085357f,-0.45782370466757755f,-0.046915700560745774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08237196825621593f,-0.0008629129517857097f,1.5603270055430156f,-0.005118214847901369f,1.5590904161273227f,-0.062246278171127975f,0.08227226260273618f,1.4075361517753493f,0.06211427521534787f,1.5612593974849536f,0.004142532968103026f,0.7537932733395027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0005522642891432859f,-0.99860928354753f,0.05271805968397797f,-0.0045136169637813185f,-0.039837618029522154f,-0.05265424806575092f,-0.9978178663214865f,1.415259792533753f,0.9992060143903703f,-0.0026512210995863717f,-0.03975313613782286f,0.5607918083017763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.00905562638833981f,-0.99860928354753f,0.051937408901516546f,-0.009393737122113879f,-0.22084975617016847f,-0.05265424806575092f,-0.973885473431146f,1.4771355766738983f,0.9752658000926168f,-0.0026512210995863717f,-0.22101943397898105f,0.22710044149055045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9633298405648932f,-0.024670990374912813f,-0.2671833836733459f,0.23903072535831751f,0.21753073075048324f,0.5111541349576033f,-0.831505761552441f,1.413228346411501f,0.1570859619965392f,-0.8591349093999529f,-0.487043332768201f,-0.5028210222648245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7130141882587016f,-0.024670990374912813f,-0.700715426957125f,0.01037623423001813f,0.5933786565136867f,0.5111541349576033f,-0.6217903346866663f,1.6063403942653292f,0.3735137712799853f,-0.8591349093999529f,-0.34982091148834654f,-0.3558986319168615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.014882575168681425f,-0.5801010841874468f,-0.8144085222300275f,0.25528824135682604f,-0.24339318327323053f,0.7878975992649706f,-0.565665211418043f,1.3015446699088198f,0.9698135219166992f,0.206640037739651f,-0.12946670425435042f,0.03750238686301743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009379094975127128f,-0.3085713050466343f,-0.9511549727984733f,0.1914864030805917f,-0.22691416888363347f,0.925725627284293f,-0.3025591230634967f,1.4732272305054779f,0.9738695972959096f,0.2186682708829043f,-0.06133673264678665f,0.07811933307451957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.010626478741420857f,-0.5440252474459273f,-0.8390015542839928f,0.20445622627074744f,-0.2502815467994649f,0.810894476333015f,-0.5289700327847245f,1.3635282202593535f,0.9681147789808939f,0.21560769558158852f,-0.12754252751443992f,-0.27102806385029493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.01007310216496164f,-0.05174969976205472f,-0.9986092835475301f,0.18851184954319014f,-0.23991875394776255f,0.9693639779075676f,-0.05265424806575125f,1.5449548770666115f,0.9707407090036592f,0.24011548660957688f,-0.002651221099586447f,-0.2260229802428717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.25569631878935933f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.2001080372665065f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.002546014587140353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,0.27278085528543566f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0922658435534833f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.12043788185489164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3137154049247323f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.1617211148296684f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.13692793668253284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.3693217267751358f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,2.0489784629332197f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,0.036841254683250446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9524958047142453f,0.2565962388515132f,-0.16404301938521976f,0.16391029828582782f,0.07072870116938354f,0.7102853748634886f,0.7003514382693345f,2.2545172115151506f,0.29622490245192834f,0.6554792570801082f,-0.6946925584062744f,0.06729112042549797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9809094961381152f,0.10443394169066754f,-0.16404301938521976f,0.0519766470378052f,-0.041255199152231886f,0.7126049897783373f,0.7003514382693345f,2.256946424142366f,0.19003833541940696f,0.6937490038666477f,-0.6946925584062744f,0.09617186261294568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.917404271217286f,0.3961104050510318f,-0.03828772861620733f,0.01859350990444919f,0.0571056810738025f,0.2262494320774586f,0.9723940228496495f,2.303078421320708f,0.3938379671151297f,0.8898919830490299f,-0.2301823498092047f,0.05048522561620859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9949081570277191f,0.09322987137779173f,-0.03828772861620733f,0.048917114040374035f,-0.015604189376902378f,0.2328226226125055f,0.9723940228496495f,2.3053924970477206f,0.09957041906910763f,0.9680401941462531f,-0.2301823498092047f,0.0552170023160716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.24771998226382247f,-0.03828772861620733f,0.12170611975269208f,0.021009406505645867f,0.23239722279871572f,0.9723940228496495f,2.3601806133777643f,0.24977939189143966f,0.9405457677448001f,-0.2301823498092047f,0.13879730793687986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680748216045201f,0.18952843471721406f,-0.16404301938521976f,0.07906222194131898f,0.021009406505645867f,0.7134889401752175f,0.7003514382693345f,2.199645601838341f,0.24977939189143966f,0.6745461471843773f,-0.6946925584062744f,-0.012975575179604782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9526991620401126f,-0.18053304411333226f,-0.24448338722956442f,-0.22671060116253688f,-0.2190749162300164f,0.9655052548216869f,0.14073302380934163f,2.2767159843899765f,0.21064303389117525f,0.1876364114314785f,-0.9593863087298246f,0.10882387352476351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692114446197306f,-0.029275399004864686f,-0.24448338722956442f,-0.11536698871668058f,-0.06533944244568131f,0.9878891502948937f,0.14073302380934163f,2.294197445937219f,0.23740247024625225f,0.1523744655207663f,-0.9593863087298246f,0.08301420295965875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9333393625506158f,-0.2628792644587424f,-0.24448338722956442f,-0.0935917538278504f,-0.3023905976439867f,0.9427375787916763f,0.14073302380934163f,2.291389529309502f,0.19348788274753298f,0.20528114831040578f,-0.9593863087298246f,0.07705325716657654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688926428550654f,0.03840468708485674f,-0.24448338722956442f,-0.12209578949120584f,0.00373138472681947f,0.9900405510773282f,0.14073302380934163f,2.299367722233482f,0.24745327516391324f,0.13544292979854838f,-0.9593863087298246f,0.08548735543313214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.18880881585053289f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.403458667119459f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.08518430762463636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.962971783315514f,-0.11363634060852995f,-0.24448338722956442f,-0.16324063921361368f,-0.15119101878696284f,0.9784352261890613f,0.14073302380934163f,2.1833107412269204f,0.22321877245496002f,0.1724856233007918f,-0.9593863087298246f,0.04637504238195826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692114446197305f,-0.029275399004864693f,-0.24448338722956442f,-0.01944546079523029f,-0.06533944244568132f,0.9878891502948935f,0.14073302380934163f,1.6807870750124554f,0.23740247024625222f,0.1523744655207663f,-0.9593863087298246f,-0.03141135783040899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009518571319685035f,-0.051854562120614144f,-0.9986092835475301f,1.4396063303643558e-17f,-0.2295284689956274f,0.9718766444776588f,-0.05265424806575125f,1.3163333333333334f,0.9732554026156521f,0.22971045319298322f,-0.002651221099586447f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.3064458351178556f,-0.9518653863617994f,0.19781932520359152f,-0.19905999067179037f,0.9324342037786071f,-0.301565209759849f,0.703142974183097f,0.9799652461840287f,0.19146123827729478f,-0.05486994176050053f,-0.3490603686353675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006575438025141955f,-0.4747780601635945f,-0.8800809946829166f,0.016810189766221145f,-0.19905999067179037f,0.8618646123750682f,-0.4664381095593715f,1.0317288576510917f,0.9799652461840287f,0.1782559494739734f,-0.08884217888260058f,-0.2811002878984151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,0.11557544072381727f,-0.9929537352140021f,0.3035103027912152f,0.14870059317785178f,0.9826934768725331f,0.11046114294505129f,1.108018630529413f,0.9885357537097472f,-0.1447613484797218f,-0.04290938852785371f,-0.025001315099298583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.026176272195574005f,-0.9808248456623555f,-0.19312541237589592f,-0.023126430550412136f,0.14870059317785178f,0.18722186967896554f,-0.9709974794521701f,1.0557234605107575f,0.9885357537097472f,-0.054134957701369245f,0.1409484657318863f,-0.025784098358284338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.08019628600130495f,-0.6882860590061779f,-0.7209929657696676f,0.001094561841619557f,-0.027306861893030054f,0.7245682884622389f,-0.6886618405636086f,1.2062669524979246f,0.9964049834305084f,-0.03554006658190572f,-0.07690261804517337f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.08019628600130428f,-0.6363155018731643f,-0.7672490715455446f,0.0012814247673102264f,-0.23151218320949069f,0.7367884814831156f,-0.6352517946290116f,1.1687131634005055f,0.9695208428585598f,0.2285723422238737f,-0.08822709126521244f,-0.13698734184371028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6144076115091387f,-0.7889887749009078f,0.001094561841619557f,-0.13052619222005157f,0.782238866557123f,-0.609151269219692f,1.2062669524979246f,0.9914448613738104f,0.1029837004921787f,-0.08019628600130489f,-0.13204329171516474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.003940137420573875f,-0.024758882983231957f,-0.9996856871189713f,0.008247991853923173f,-0.04370773346265254f,0.9987338217162629f,-0.024907577071762534f,1.2299681814697523f,0.999036590597494f,0.04379213483550098f,0.002852993845872895f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.003940137420574555f,-0.024758882983232013f,-0.9996856871189713f,0.008247991853923173f,-0.2163512678407863f,0.9760370305052455f,-0.0233204628210286f,1.2299681814697523f,0.9763076381042971f,0.21619138002225083f,-0.009202335751504104f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.04520800691220182f,-0.9989775953999301f,0.008247991853923173f,-0.13052619222005157f,0.9904312035868261f,0.04482124614605425f,1.2299681814697523f,0.9914448613738104f,0.13039274164069622f,0.005900829000107138f,-0.12892296572513287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01717802434005337f,-0.33899726107147377f,-0.9406305185702895f,0.010986987970973156f,0.0515314676090706f,0.9392188577797834f,-0.3394295877452264f,1.2285879831838165f,0.9985236218166438f,-0.054302800819829876f,0.0013351019788900315f,0.06631718883576243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.012303759658909317f,-0.30671692943719603f,-0.9517212526233056f,-0.0001281661110883476f,-0.25824283013137167f,0.9185288348352902f,-0.2993583475733783f,1.270654361411749f,0.9660016864291673f,0.24945842293404766f,-0.0679060898834743f,-0.3189883896308834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.18067173472725978f,-0.9835434531685129f,0.021061836341268094f,-0.13052619222005157f,0.9751291025817751f,-0.1791260629908339f,1.0947740132335408f,0.9914448613738104f,0.12837818182504657f,-0.023582393575740816f,-0.13884170187814823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0942627640448362f,-0.9955473526229818f,1.4396063303643558e-17f,-0.13052619222005157f,0.9870303070123561f,-0.09345633303114478f,1.3163333333333334f,0.9914448613738104f,0.12994500511263077f,-0.012303759658909995f,-0.1175527777777777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.15757168438863484f,-0.7329629490645151f,-0.6617676930597154f,-0.879518599062895f,0.28595550759492594f,0.6075607962628502f,-0.7410123659700828f,2.4703408443974744f,0.9451987155910955f,-0.3059986832375275f,0.11386041411237965f,-0.6239386260343623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4338007527286544f,-0.7329629490645151f,-0.5240059372094004f,-0.9079814009371049f,-0.07095352525503441f,0.6075607962628502f,-0.7910976400535744f,2.4806889067044247f,0.8982107237090502f,-0.3059986832375275f,-0.3155666358646986f,-0.5352151848479377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.59349979554761f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5640438873532122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9325436351587751f,0.010142333772364964f,-0.3609148120962997f,0.5390247952874876f,-0.04712743357368664f,0.9876343849460602f,0.1495236659428034f,1.778257161693769f,0.35796839738951136f,0.15644633181339615f,-0.9205341773842608f,-0.6112601388889255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9325436351587751f,0.010142333772364964f,-0.3609148120962997f,0.6264507610836227f,-0.04712743357368664f,0.9876343849460602f,0.1495236659428034f,1.7826753585913022f,0.35796839738951136f,0.15644633181339615f,-0.9205341773842608f,-0.6448196761441922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9325436351587751f,0.010142333772364964f,-0.3609148120962997f,0.6368750000000001f,-0.04712743357368664f,0.9876343849460602f,0.1495236659428034f,1.758037710251115f,0.35796839738951136f,0.15644633181339615f,-0.9205341773842608f,-0.48995978090891973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.480092559524556f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08871368712373648f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99.mcfunction new file mode 100644 index 000000000..a144ca3ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..dbb748632 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5076413777719354f,0.04650742813358308f,-0.638029572313584f,-0.3261509654266177f,-0.2588243836839033f,0.7597958978552195f,-0.1505475886803669f,1.428822198675042f,0.5850253109301368f,0.2957899544866676f,0.487029909595208f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4768624662935056f,-0.14821095565121678f,-0.625008560633715f,-0.3261509654266177f,0.050584899416565604f,0.7846605868823595f,-0.14747518891137984f,1.428822198675042f,0.6403462783459362f,0.048386733909040386f,0.47709052368510174f,-0.12838932881283627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4959522879369421f,0.04444632621574868f,-0.6473023224278436f,-0.3252989394507848f,-0.03541839361923656f,0.8116788383723553f,0.0828700499359151f,1.4073746357764363f,0.6478590201023597f,0.07839918283293193f,-0.4909956238578744f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46551089691364544f,-0.14569437330708077f,-0.6340920709497244f,-0.3252989394507848f,-0.33633146721862817f,0.7213120979321034f,0.08117882442701888f,1.4073746357764363f,0.5569387300351973f,0.31381842992954523f,-0.48097530500363206f,-0.03852352317138465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08229781010027008f,-0.0002555739441350985f,1.5603311363728727f,-0.005142685633879518f,1.5579355462876554f,-0.08656364791064874f,0.08215727888499468f,1.398227880119291f,0.08643005302604798f,1.560100291501274f,0.004814186489350535f,0.7588845309840727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.00016356732424689484f,-0.9986119272786385f,0.05267059846417263f,-0.0046131655606712965f,-0.05540073466281545f,-0.05258065848639634f,-0.9970787496240995f,1.4089575955743f,0.9984641865608154f,-0.003081079353184773f,-0.05531523393667093f,0.5660266079250973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009100991622638024f,-0.9986119272786385f,0.05187861455675487f,-0.009482981300823933f,-0.22987157369897238f,-0.05258065848639634f,-0.9717995338331333f,1.4733800985523409f,0.9731784171243434f,-0.003081079353184773f,-0.23003103137050188f,0.23357118281481765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.962225333938024f,-0.02438867516998189f,-0.2711597301431594f,0.23812965960700244f,0.22067487199505298f,0.5134527392446356f,-0.8292580330826751f,1.4105685579548584f,0.1594522110157929f,-0.8577712265433212f,-0.4886752657097981f,-0.49692124985351593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7101203939741776f,-0.02438867516998189f,-0.703657742503706f,0.010464280483098406f,0.5950388640223732f,0.5134527392446356f,-0.6183001171479301f,1.6041430778892352f,0.37637451609390704f,-0.8577712265433212f,-0.35010105191136465f,-0.3490743408376538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.010620129999831984f,-0.5802514621972351f,-0.8143681314103328f,0.25523914058335695f,-0.23573050751386265f,0.7900071783644157f,-0.5659680078943958f,1.2983608497501813f,0.9717604337829584f,0.19798206674005817f,-0.1283929927343846f,0.04323736145281858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.009184147393636457f,-0.30855652187679444f,-0.951161670928737f,0.19144003228815343f,-0.2314291862339135f,0.9247202314608735f,-0.30221354252590527f,1.4698570585083082f,0.972808400043791f,0.222902145198838f,-0.062916217861499f,0.08463828731596634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.009511174331427027f,-0.5441703949269288f,-0.8389208060644981f,0.20451795395782654f,-0.23755333096684517f,0.8137113177639788f,-0.5305113630162558f,1.3607377070817166f,0.9713279325281414f,0.20433421795646287f,-0.12153013972972716f,-0.263357037966522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.009366470630966623f,-0.051831341143780026f,-0.9986119272786382f,0.18855825294787631f,-0.23484379588151538f,0.9706099452865183f,-0.05258065848639633f,1.542398442707399f,0.9719879941459567f,0.23501031080814094f,-0.003081079353184772f,-0.21931186143595294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.25611674603555246f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1966449280751856f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.007471645991528969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,0.2731231516807366f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.089467669203042f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.11103628558979978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.31333785756651555f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.1579227597030983f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.1466776017296917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.3690277842960635f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,2.0458022452940923f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,0.04594064322131983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522987092146606f,0.2594654904849015f,-0.16063881123663976f,0.16453968234680483f,0.06908629639472526f,0.696031384266763f,0.7146799253974846f,2.249282016872364f,0.29724443153497676f,0.6694908299320637f,-0.6807552985899745f,0.07839087290659083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811636770555264f,0.10729870060423805f,-0.16063881123663976f,0.05260562253884184f,-0.04064756780501241f,0.6982695607466956f,0.7146799253974846f,2.2516367559182684f,0.18885341950416362f,0.7077475604926232f,-0.6807552985899745f,0.1072761993533018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9172821042623553f,0.39690432452609786f,-0.03256529398773533f,0.019384605460018967f,0.052572435554991886f,0.2017449988335832f,0.9780261215660111f,2.29940521341159f,0.3947526823466079f,0.8954138219941213f,-0.20592330407712145f,0.06221011045151989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950373039591169f,0.09402268533319152f,-0.03256529398773533f,0.049718349677027956f,-0.012343275757649094f,0.20811667179281168f,0.9780261215660111f,2.301426005598488f,0.09873402287632471f,0.9735744376084549f,-0.20592330407712145f,0.06701073392294948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.24852323839495677f,-0.03256529398773533f,0.12277420876431708f,0.020365310667281172f,0.20748532395321695f,0.9780261215660111f,2.3536965844693625f,0.24981903953912177f,0.9461427166774115f,-0.20592330407712145f,0.1519593805794551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9680783550958961f,0.19240444568487333f,-0.16063881123663976f,0.07948320848522064f,0.020365310667281172f,0.6991551032176417f,0.7146799253974846f,2.1963866862453933f,0.24981903953912177f,0.6885947073027977f,-0.6807552985899745f,-0.0029744285636741433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9528954130674396f,-0.17976053015276855f,-0.24428770651473444f,-0.22623683731466487f,-0.2195027645375105f,0.9645588483232538f,0.14644031030323815f,2.2730060300422914f,0.20930568103953529f,0.19316412689864032f,-0.9585816355241021f,0.11924135876551696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9692844316630944f,-0.028481695548595434f,-0.24428770651473444f,-0.1148768194018223f,-0.06591007382482958f,0.987021325852029f,0.14644031030323815f,2.2905444743726946f,0.23694630763942587f,0.15804333371572576f,-0.9585816355241021f,0.09354135865032771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9336021958115499f,-0.2621267945510786f,-0.24428770651473444f,-0.09310338278808855f,-0.30273433309818776f,0.9417574842186746f,0.14644031030323815f,2.2877530523709626f,0.19167384678001315f,0.21067127117025175f,-0.9585816355241021f,0.08756611420043559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9689100861513522f,0.039201548438171974f,-0.24428770651473444f,-0.12160160494625294f,0.00310160700406778f,0.9892146458440069f,0.14644031030323815f,2.2957059564190754f,0.24739366400167107f,0.1411298092104074f,-0.9585816355241021f,0.09604363011168066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.1882296036320933f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.3998513861018527f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.09633310991992766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.963113668435395f,-0.11285201867351277f,-0.24428770651473444f,-0.16283789943055296f,-0.1516838428575427f,0.9775209702785204f,0.14644031030323815f,2.179909167789186f,0.22227027126650162f,0.1780931625499797f,-0.9585816355241021f,0.0562621483461823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9692844316630945f,-0.02848169554859543f,-0.24428770651473444f,-0.01944648567542554f,-0.06591007382482958f,0.9870213258520288f,0.14644031030323815f,1.6777232378211484f,0.23694630763942584f,0.1580433337157258f,-0.9585816355241021f,-0.024397672527927225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.009221693888886712f,-0.05185729513446815f,-0.9986119272786382f,1.365583234949227e-17f,-0.23213242943709017f,0.9712619675230629f,-0.05258065848639633f,1.3135f,0.9726404760061418f,0.23229509548108276f,-0.003081079353184772f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.2958961766979438f,-0.9551999269653004f,0.19249508348639655f,-0.19909341989155202f,0.9357288215916164f,-0.2911586897185989f,0.6982678593497192f,0.9799608451437547f,0.19198183523006632f,-0.0531010068344608f,-0.3433450016269014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006209037044819679f,-0.4650127285082467f,-0.8852822206416955f,0.015208980742627486f,-0.19909341989155202f,0.8670004991565189f,-0.45680624406659914f,1.028811799653142f,0.9799608451437547f,0.17909019176845714f,-0.08719773619466867f,-0.2750668660151771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,0.12266870727385384f,-0.9921431842030571f,0.30258417948018257f,0.14727492302710243f,0.9820588840631952f,0.1177728545969442f,1.1029236876116695f,0.988790072134718f,-0.14322268147298978f,-0.04220730694448044f,-0.019027194113478172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.024582316717106336f,-0.9794602620303972f,-0.20013321765305672f,-0.024425817921044778f,0.14727492302710243f,0.19446125218602f,-0.9697911725962484f,1.0530144681891287f,0.988790072134718f,-0.05331431797923516f,0.1394696266081905f,-0.01972328410909642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.07965195723569296f,-0.684511734541882f,-0.7246373237578836f,0.0005089644124789293f,-0.02688888602601612f,0.7281579203303997f,-0.684881764152315f,1.2034294262171883f,0.9964600109973321f,-0.03506748258104303f,-0.07640496154455535f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0796519572356923f,-0.6322961539112474f,-0.7706212684954705f,0.0004960286669290449f,-0.2319301590765046f,0.7401056843875248f,-0.6312305262327077f,1.1658751823298856f,0.9694658152917361f,0.22900906027124335f,-0.08769768123736975f,-0.13094350928548773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.6102373468568587f,-0.7922186443786224f,0.0005089644124789293f,-0.13052619222005157f,0.7854411040537113f,-0.6050166817596201f,1.2034294262171883f,0.9914448613738104f,0.10340528305647254f,-0.07965195723569288f,-0.12599939928271817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0043993371962329116f,-0.01950538742493027f,-0.9998000728613884f,0.007788391704182248f,-0.043729539765072975f,0.9988495652266508f,-0.019679263158604902f,1.2270929157311217f,0.9990337197433171f,0.04380737275772304f,0.0035413144307110296f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004399337196233592f,-0.019505387424930326f,-0.9998000728613884f,0.007788391704182248f,-0.21632946153836585f,0.9761527740156334f,-0.018092148907870968f,1.2270929157311217f,0.9763105089584739f,0.2162066179444729f,-0.008514015166665969f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,0.050476733460589535f,-0.9987252371794502f,0.007788391704182248f,-0.13052619222005157f,0.9901810043259057f,0.050044898008437005f,1.2270929157311217f,0.9914448613738104f,0.1303598022831015f,0.006588535814316877f,-0.12288404178657568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01622081891371843f,-0.3341181723951305f,-0.9423916022063791f,0.010654553246925887f,0.05161879988237908f,0.9409789397250478f,-0.33450580636608973f,1.2256980609148096f,0.9985351193285448f,-0.054071081635777354f,0.0019833300950276994f,0.07235418320548963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.011618161287601332f,-0.3017373534121178f,-0.953320296586696f,-0.0005057350660349989f,-0.2583053818707326f,0.9201198389105445f,-0.294376989148012f,1.2678226856217751f,0.965993451336452f,0.2496678825942266f,-0.06725028160539681f,-0.31294372696671585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.17548127705120226f,-0.984482768464984f,0.019888214530322516f,-0.13052619222005157f,0.9760603819056711f,-0.17398001039972838f,1.091833602508109f,0.9914448613738104f,0.12850078707398896f,-0.022904902899405683f,-0.13281135443980868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.41561960149953e-16f,-0.0890101909049399f,-0.9960307153472057f,1.365583234949227e-17f,-0.13052619222005157f,0.9875095345014675f,-0.0882486963826045f,1.3135f,0.9914448613738104f,0.1300080966084848f,-0.01161816128760201f,-0.11150833333333326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1628027090023896f,-0.7329629490645151f,-0.6605002598335087f,-0.879518599062895f,0.28008361021838585f,0.6075607962628502f,-0.7432516734804483f,2.462550286757272f,0.9460700022876312f,-0.3059986832375275f,0.10637836541506324f,-0.6185468125510181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4296411991663851f,-0.7329629490645151f,-0.5274218001538425f,-0.9079814009371049f,-0.0646920791176286f,0.6075607962628502f,-0.791634267666509f,2.4728983490642222f,0.9006793962772264f,-0.3059986832375275f,-0.3084500461640267f,-0.5298233713645935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.30360321999157225f,-0.7329629490645151f,-0.6087613654868369f,-0.8024357951769744f,0.11037933127413563f,0.6075607962628502f,-0.7865661333110688f,2.5857092379074076f,0.9463833726551959f,-0.3059986832375275f,-0.10355345391958543f,-0.5586520738698679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.98749873911576f,-0.004491113267764424f,0.15756290853624344f,0.6142204328843853f,0.020574439313919644f,0.9873698869140538f,0.15709041620113692f,1.7774850911716782f,-0.1562783820357195f,0.15836835642559627f,-0.974934116231119f,-0.6377768624260997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.98749873911576f,-0.004491113267764424f,0.15756290853624344f,0.7067984396764878f,0.020574439313919644f,0.9873698869140538f,0.15709041620113692f,1.7755562374859981f,-0.1562783820357195f,0.15836835642559627f,-0.974934116231119f,-0.623125764110251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.98749873911576f,-0.004491113267764424f,0.15756290853624344f,0.6368750000000001f,0.020574439313919644f,0.9873698869140538f,0.15709041620113692f,1.7529571018986676f,-0.1562783820357195f,0.15836835642559627f,-0.974934116231119f,-0.4842111958335074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-5.3369056273430165e-21f,-7.0261695522793565e-22f,-0.000015625f,0.6875f,-0.0000020394717534383057f,0.000015491325958965787f,0f,1.4772592261912225f,0.000015491325958965787f,0.0000020394717534383057f,-5.382957575621355e-21f,-0.08266924267929204f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..ca540bd51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.25424395794263094f,-0.06496927960220827f,-0.7733585500930859f,-0.13644265717048468f,-0.12032155341933488f,0.8072598535516814f,-0.028261229111993098f,1.109061218837182f,0.7666988835761196f,0.10514259838967506f,-0.26088752436911133f,-0.2855866789698208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.25445236498708645f,0.03651052684122934f,-0.7575757225401658f,-0.13644265717048468f,0.1937263846957814f,0.775695596242744f,-0.027684469334197322f,1.109061218837182f,0.7332967215426376f,-0.19225848069562462f,-0.255563289177905f,-0.2855866789698208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8057968427118186f,0.12194451420497461f,0.05258733854666487f,-0.21230738837813246f,0.12032155341933488f,0.8072598535516814f,-0.028261229111993098f,1.109061218837182f,-0.05620157028826633f,-0.020137247663848397f,-0.8144816260653781f,-0.23473798742600382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7749799401773575f,-0.19170912076594604f,0.05151412755591661f,-0.21230738837813246f,-0.1937263846957814f,0.775695596242744f,-0.027684469334197322f,1.109061218837182f,-0.0433148957681009f,-0.03929319260077897f,-0.7978595520640439f,-0.23473798742600382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2208461590909435f,1.2618889850921575f,0.894577784945424f,-0.47925046131723914f,1.542135543346099f,-0.24984969506917412f,-0.028272704548245937f,0.8038485230500478f,0.12021310229508832f,0.8869146346616033f,-1.2807566087511182f,0.35581426127205884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37054756473758926f,-0.5723707602902882f,-0.7314958749246365f,-0.41055533074521666f,-0.8544745479496912f,0.5187961595025985f,0.02690337881242899f,1.0286287357935722f,0.36409854321764684f,0.6350135885554511f,-0.681314900157567f,0.2716661525070363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4539572197321491f,-0.5723707602902882f,-0.6828722833867067f,-0.24942697838066766f,-0.8453895677112229f,0.5187961595025985f,0.12714961144410172f,1.3431385415289685f,0.28149479827891816f,0.6350135885554511f,-0.719387531787867f,0.16388596397609914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.21192959639745704f,0.9772847596781583f,0.0005870874000678955f,0.46929713721772376f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.176127167887023f,-0.9066109695516587f,0.19682781827338858f,-0.373249728522794f,0.014818402076553577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6161188219686351f,0.7834103639896927f,0.08164434340184501f,0.2463804525599649f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.3431385415289685f,-0.60088141216722f,-0.4004723592987182f,-0.6917827823454742f,-0.16843128963714607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8728509625315621f,-0.07178661154652366f,-0.48267782175110757f,-0.009049365392272055f,0.2937930632157372f,0.7124654763927055f,-0.6372429528483066f,1.0199743176475116f,0.3896367965349773f,-0.6980255205586567f,-0.6007857683357497f,0.3256185339219669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8471248135305723f,-0.020633292567354453f,-0.5309932368106235f,-0.0162368154787174f,0.1656112712891628f,0.939227816166018f,-0.30070586319857506f,1.1942001215336489f,0.5049281702606622f,-0.3426738632837975f,-0.792226082819404f,0.2564157715386336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.2991479459070806f,-0.4695682161146677f,0.25137822911459284f,0f,0.8433914458128857f,-0.5372996083468239f,1.0071512011580839f,0.5567618908703584f,-0.4463198131264448f,-0.700581773446354f,0.09440820445099371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.02428561258813111f,-0.556231976918584f,0.24334822689857713f,0f,0.9990482215818578f,-0.04361938736533605f,1.1942001215336489f,0.5567618908703584f,-0.03623340965664762f,-0.8298815197961192f,0.08242768064164656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,0.3044844385611522f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.874940276423385f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.002397465102015779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,0.3259323245044482f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.7530859754101664f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.10492468106511153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,-0.27752955248521866f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.886624028166978f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,0.07684554198043378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,-0.33038132497337414f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.766261269929537f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.015565545418945021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9745373917963193f,0.17977427839128554f,-0.1340077640277601f,0.20664221791913462f,0.17591963590438348f,0.98358463535871f,0.04016897794993967f,1.9844435311345539f,0.13902932674114632f,0.015571573946333973f,-0.9901658307529793f,-0.006805564053474936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9906621124193546f,0.02510972315861805f,-0.1340077640277601f,0.09278583093614481f,0.01988723701037097f,0.9989949704650923f,0.04016897794993967f,1.9968014974554755f,0.13488171418289288f,0.03712884038516377f,-0.9901658307529793f,0.009104949344609856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9551606220395348f,0.2640267132040419f,-0.1340077640277601f,0.07054945799069089f,0.26097525802805f,0.9645093923377056f,0.04016897794993967f,1.9929303647957282f,0.13985743027183772f,0.003395115170450002f,-0.9901658307529793f,0.01195734748675658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9900004750482412f,-0.04405653849926647f,-0.1340077640277601f,0.09963620564065409f,-0.049847573727218694f,0.9979487324527082f,0.04016897794993967f,2.0023426255639962f,0.1319631721267971f,0.04644726915003608f,-0.9901658307529793f,0.008402620580582693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847038874204523f,0.11135606530103971f,-0.1340077640277601f,0.15532462720401596f,0.10687970872148547f,0.9934602060848073f,0.04016897794993967f,2.1070806302742606f,0.13760444019965226f,0.025231837955307465f,-0.9901658307529793f,-0.02644554442625681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847038874204523f,0.11135606530103971f,-0.1340077640277601f,0.13026951251128208f,0.10687970872148547f,0.9934602060848073f,0.04016897794993967f,1.8835520839051791f,0.13760444019965226f,0.025231837955307465f,-0.9901658307529793f,-0.03212270796620098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9823934440155728f,-0.130173116792608f,-0.1340077640277601f,-0.18018810353289083f,-0.13663485166079245f,0.9898067339244013f,0.04016897794993967f,1.992209030782791f,0.12741286617471187f,0.0577718715501543f,-0.9901658307529793f,0.045862582029093754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.025109723158618064f,-0.1340077640277601f,-0.0658256359676081f,0.01988723701037097f,0.9989949704650924f,0.04016897794993967f,1.9999855738376582f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,0.03070039170264486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9673098056885663f,-0.21529899906648087f,-0.1340077640277601f,-0.04380619521064037f,-0.22238225587084845f,0.9741317084892833f,0.04016897794993967f,1.9952260193384626f,0.12189287137704508f,0.06865679512416606f,-0.9901658307529793f,0.02752722377144756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9864973435597684f,0.09415365276929433f,-0.1340077640277601f,-0.07239068921575377f,0.0895251591283042f,0.9951742053999939f,0.04016897794993967f,2.0057960125334566f,0.13714312608575208f,0.027629523642112932f,-0.9901658307529793f,0.03182461499513283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9890808005646072f,-0.06132771913870606f,-0.1340077640277601f,-0.1311947523997654f,-0.06725658858263447f,0.9969267799104825f,0.04016897794993967f,2.11283241863763f,0.13113245687739586f,0.0487432699206822f,-0.9901658307529793f,0.012564956311675708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9890808005646072f,-0.06132771913870606f,-0.1340077640277601f,-0.11739601559355659f,-0.06725658858263447f,0.9969267799104825f,0.04016897794993967f,1.888523893157772f,0.13113245687739586f,0.0487432699206822f,-0.9901658307529793f,0.0015977205795222292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9906621124193545f,0.02510972315861805f,-0.1340077640277601f,-0.002244242034061523f,0.019887237010370967f,0.9989949704650923f,0.04016897794993967f,1.37279778560718f,0.13488171418289285f,0.03712884038516377f,-0.9901658307529793f,-0.0033483421797052167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.02428561258813111f,-0.556231976918584f,0.006862862686487644f,0f,0.9990482215818578f,-0.04361938736533605f,0.9981547025139833f,0.5567618908703584f,-0.03623340965664762f,-0.8298815197961192f,0.01023918644153764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.795755246268096f,-0.47956152796139956f,-0.36985717369834764f,0.3028782709173312f,-0.1205904774487396f,0.7239503219346606f,-0.6792303498220512f,0.836172632309645f,0.5934909643671813f,-0.4958998611312862f,-0.6339178203398953f,0.23112094913437148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.795755246268096f,-0.5551388400272423f,0.24206291812256125f,0.15279087532278773f,-0.1205904774487396f,-0.24644836537845152f,-0.9616242197194153f,0.7060658660204384f,0.5934909643671813f,-0.7944080006492236f,0.1291681219148748f,0.003446936180734682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8550504567866227f,-0.24715637608398422f,-0.45585353142212237f,0.1140066888589055f,0.16042999720436046f,0.7098812298646845f,-0.6858067187501238f,0.750028723739081f,0.49310336882442474f,-0.6595319289062772f,-0.5673329731358545f,0.42492076216143815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8550504567866227f,-0.5000845474037517f,-0.13712826768019995f,-0.06516186054989614f,0.16042999720436046f,-0.003648566246908125f,-0.9870404773672408f,0.7099061250287997f,0.49310336882442474f,-0.8659688986403187f,0.08334827077796286f,0.1272929403017858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8784118821848238f,-0.30817424817452627f,-0.3652686655033262f,0.018737365367081427f,0.08563288692571536f,0.6504463530505302f,-0.7547095802227719f,0.8926409252103429f,0.47016972883553754f,-0.6942248731969567f,-0.544969954696024f,0.027955590280788076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7687193584837936f,-0.5707492731315924f,-0.28864479055064185f,0.022896675973588937f,-0.08563288692571536f,0.5390809812514737f,-0.8378894344301734f,0.8555452140413256f,0.6338277025888286f,-0.6193843418045915f,-0.4632768940474587f,0.034161157653154015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.42019353294280504f,-0.3652686655033262f,0.018737365367081427f,0f,0.6560590289905074f,-0.7547095802227719f,0.8926409252103429f,0.5567618908703584f,-0.6269162187669709f,-0.544969954696024f,0.027955590280788076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8421029251025162f,-0.09438659310324603f,-0.5309932528536954f,0.018643060748230283f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9175980409052624f,0.5328727913324998f,-0.29736240631452154f,-0.7922260962429523f,0.027814890602122465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8129194295866479f,-0.23918228702052874f,-0.5309932528536954f,0.018643060748230283f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,0.9175980409052624f,0.5764136962366724f,-0.20031241404972816f,-0.7922260962429523f,0.027814890602122465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.16742152952768197f,-0.5309932528536954f,0.018643060748230283f,0f,0.9537169507482269f,-0.30070579950427306f,0.9175980409052624f,0.5567618908703584f,-0.24978792866372787f,-0.7922260962429523f,0.027814890602122465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8513759944005214f,-0.16256261089444915f,-0.49873070258176755f,-0.14214221466264426f,0.12059047744873963f,0.8646468759424633f,-0.4876922356072767f,0.9299244281796487f,0.5105064670571848f,-0.4753516355942392f,-0.7165360909477436f,0.1359224189499083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.795755246268096f,-0.41771623046853124f,-0.4385051183737344f,0.17259104925024044f,-0.1205904774487396f,0.818851454508855f,-0.5611953600996871f,0.9299919084924892f,0.5934909643671813f,-0.39369461039223463f,-0.7019779405099705f,-0.09049366588979146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.2570840310115033f,-0.49385382870279876f,0.041116761208370003f,0f,0.8870108331782217f,-0.46174861323503386f,0.7920081669545094f,0.5567618908703584f,-0.3835617066696744f,-0.7368151831030015f,0.07537701220284461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8306721356073424f,-0.2130635514083463f,-0.5143809154574068f,0f,0f,0.9238795325112867f,-0.3826834323650897f,0.9984375f,0.5567618908703584f,-0.3178844640242571f,-0.7674409843150637f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9325266044064306f,-0.09345988763507336f,-0.34879704912377213f,0.16775320055669707f,0f,0.9659258262890683f,-0.2588190451025207f,1.0765625f,0.3611012767551669f,0.24135564528516856f,0.9007515308978208f,0.3266374868636608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9325266044064306f,-0.09345988763507336f,-0.34879704912377213f,0.25517756971979993f,0f,0.9659258262890683f,-0.2588190451025207f,1.0765625f,0.3611012767551669f,0.24135564528516856f,0.9007515308978208f,0.36049073155945766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9325266044064306f,-0.09345988763507336f,-0.34879704912377213f,0.26378494250681433f,0f,0.9659258262890683f,-0.2588190451025207f,1.1153853567653782f,0.3611012767551669f,0.24135564528516856f,0.9007515308978208f,0.2084513795768861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2955349977304153f,-0.398741265723857f,-0.8681385074545535f,0.04603378667866047f,-0.28745773431133126f,0.8294993993759021f,-0.47885154006185837f,1.8224252517079975f,0.9110582396867278f,0.39107051722669395f,0.13052484229052574f,-0.9040602294510821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3846612101782098f,-0.398741265723857f,-0.8324909347213166f,0.014105833282456598f,-0.23582939514955947f,0.8294993993759021f,-0.506275856444301f,1.8469879982920023f,0.8924238061412458f,0.39107051722669395f,0.22504133128920578f,-0.9887144660383894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3405648362261748f,-0.398741265723857f,-0.8514816470923934f,0.15779205704441754f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,1.9086925749109647f,0.9029785235979441f,0.39107051722669395f,0.1780270666975199f,-0.9730914077493638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012979252118864728f,0f,-0.000008699404544849352f,0.3767784238346254f,0f,0.000015625f,0f,1.1645599999999998f,0.000008699404544849352f,0f,-0.000012979252118864728f,0.5751055221774047f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_play_as_root.mcfunction new file mode 100644 index 000000000..6517c9fd8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/play_as_root +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..fdeaf4833 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/5_1_water_bullet/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..d50fe45df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..55 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/end.mcfunction new file mode 100644 index 000000000..ac792919f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.6_0_moving.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/end_loop +execute if score @s aj.ecual.animation.6_0_moving.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/6_0_moving/stop +execute if score @s aj.ecual.animation.6_0_moving.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/6_0_moving/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/end_loop.mcfunction new file mode 100644 index 000000000..3a27e022d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.6_0_moving.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/next_frame_as_root.mcfunction new file mode 100644 index 000000000..b7bd5d8ea --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/pause_as_root.mcfunction new file mode 100644 index 000000000..da79d16bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.6_0_moving \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/play_as_root.mcfunction new file mode 100644 index 000000000..fe725c438 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.6_0_moving.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.6_0_moving.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.6_0_moving \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/resume_as_root.mcfunction new file mode 100644 index 000000000..f82930036 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.6_0_moving.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.6_0_moving \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/stop_as_root.mcfunction new file mode 100644 index 000000000..231ad72b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.6_0_moving.local_anim_time 0 +tag @s remove aj.ecual.animation.6_0_moving +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick.mcfunction new file mode 100644 index 000000000..44c130547 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick_animation.mcfunction new file mode 100644 index 000000000..48b96b689 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.6_0_moving.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.6_0_moving.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root +execute if score @s aj.ecual.animation.6_0_moving.local_anim_time matches 55.. run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_55.mcfunction new file mode 100644 index 000000000..fe10464e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_55.mcfunction @@ -0,0 +1,7 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/branch_48_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..2ca9eaee0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..a32a3ad30 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..60a77beab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..924a18625 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..7a50a9add --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..43a1df19c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..44aeb0f11 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0.mcfunction new file mode 100644 index 000000000..f900f9c37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..df180c790 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274283f,-0.1369805285888252f,-0.21136888683372498f,0.028407417371093285f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904137f,0.0015875742403032398f,-0.7880886244628322f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.754423621904032f,0.1672516903478792f,-0.20705523608201631f,0.028407417371093285f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841534f,-0.07884064842836752f,-0.7720051831472643f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.776855181427428f,0.13698052858882517f,0.21136888683372554f,-0.028407417371093036f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904193f,0.001587574240303339f,-0.788088624462832f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040318f,-0.16725169034787915f,0.20705523608201687f,-0.028407417371093036f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841587f,-0.07884064842836765f,-0.7720051831472641f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867443f,0.34931344929254154f,1.5225365496710523f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.3462945435343857f,0.004262293863448896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610423f,-0.8660254037844387f,-0.08682408883346483f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.2106845059460161f,-0.021809693682668344f,-0.9773107879358292f,-0.061412513824814545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48814800355996674f,-0.8660254037844387f,0.10821980696905181f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393666f,-0.021809693682668344f,-0.9835429037579558f,-0.0025620040789264883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292685f,0.7022169901405849f,0.20829890176360144f,0.3815959628982376f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692852f,-0.3097212812159222f,0.2737741662119785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549322f,0.8737249081167114f,0.4529779710640939f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117755f,0.10351180563196023f,-0.5291882221760242f,-0.0025620040789262697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-0.1562500000000001f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438614e-16f,3.50389923307917e-16f,-0.15625000000000008f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-3.6739403974420594e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.9740067366351926e-16f,3.098569903629026e-16f,0.15624999999999992f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-3.6739403974420594e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,0.15624999999999992f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.0588973435489797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.058897343548979936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.670443620262233e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878574f,0.043082360324645255f,-0.9990482215818578f,0.023019032392553276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.673276960380889e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.670443620262233e-16f,0.057716779398202966f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876317917f,0.042323705143362776f,-0.9990482215818578f,0.02327017964168549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,3.670443620262233e-16f,0.08682420206637902f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494852556f,0.04351313273001673f,-0.9990482215818578f,0.023706424919101795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.0029452599948776303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.01272227554103312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.670443620262233e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879299f,0.04308236032464513f,-0.9990482215818578f,0.02301903239255313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.677613769070831e-16f,0.043619387365335965f,-0.9990482215818578f,0.023458601654580913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.670443620262233e-16f,-0.057716779398202966f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.01055248487631863f,0.042323705143362596f,-0.9990482215818578f,0.02327017964168545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.670443620262233e-16f,-0.08682420206637902f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649484522f,0.04351313273001677f,-0.9990482215818578f,0.023706424919101736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.14461004211822304f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.002945259994877736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.12499999999999999f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.01272227554103321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,1.4170221467901536e-18f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,-4.592541453954164e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127508f,0.05516275246767084f,0.1353968714829456f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231444f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085546f,0.12265449964846549f,0.12499999999999997f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231444f,-0.9979284784780964f,0.04054291847216168f,0.08779756783041522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250896f,-0.01513443590133827f,-0.15030508631179113f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352418f,-0.4559569153574002f,-0.8875175410850817f,0.4130445200080469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058172f,-0.14645338762528512f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352418f,-0.9816839891462924f,-0.1785515047535789f,0.06958870415798649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200518f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861307f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994118f,0.01816573492777439f,-1.2903043187827161e-17f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861235f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,3.50389923307917e-16f,-1.2302116063981519e-17f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323666f,-0.29956152315159623f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,3.50389923307917e-16f,-1.2302116063981519e-17f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304322937f,-0.29956152315159634f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438612e-16f,3.50389923307917e-16f,-1.2302116063981519e-17f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-3.6739403974420594e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200517f,3.394278336863101e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231517f,-0.37940952255126026f,-0.9238795325112867f,0.033484893756069785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171928f,0.011376107230962523f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314455f,-0.4584871616364665f,-0.8872961732197349f,0.020984817312548937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.6964368836270401e-16f,3.2588249329822087e-16f,-0.007812500000000031f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-3.6739403974420594e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.4059561215978893e-16f,3.394278336863101e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-3.6739403974420594e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3200201560166515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792328f,-0.5489564193883943f,-0.5884577130009256f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558592f,0.10284744064531103f,-0.7523354903537365f,-0.38803565840066034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2128178925220774f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996699f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.10284744064531103f,0.1873571304321715f,-0.47613184159933924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.3831551887719455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000252f,0f,0.000015625f,0f,1.2911225f,-5.740531871003218e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1.mcfunction new file mode 100644 index 000000000..e281d3153 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10.mcfunction new file mode 100644 index 000000000..30aa9f04c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..b0f166ba3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7135287085328599f,-0.12581436282440958f,-0.3768182222915464f,0.03628130134831849f,-0.23539413472385992f,0.7578968361217484f,0.19268220358583468f,1.3600335590640211f,0.3200169181175875f,0.27696132644861376f,-0.6984454454105846f,-0.35956522744435393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6929256900041071f,0.1536179270820868f,-0.3691280544896781f,0.03628130134831849f,0.0710779488794783f,0.7741585078360962f,0.18874991371673602f,1.3600335590640211f,0.39344874293282267f,0.13069099901673295f,-0.684191456728736f,-0.35956522744435393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7135287085328597f,0.1258143628244094f,0.37681822229154693f,-0.036281301348318265f,0.23539413472385992f,0.7578968361217484f,0.19268220358583468f,1.3600335590640211f,-0.320016918117588f,0.2769613264486138f,-0.6984454454105844f,-0.35956522744435393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6929256900041069f,-0.1536179270820869f,0.36912805448967867f,-0.036281301348318265f,-0.0710779488794783f,0.7741585078360962f,0.18874991371673602f,1.3600335590640211f,-0.39344874293282317f,0.1306909990167328f,-0.6841914567287358f,-0.35956522744435393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.12640890483645081f,0.17785188223273982f,1.5471896285731497f,-0.5544167830231419f,1.5473970136305264f,-0.18980520360144806f,-0.10460744186309137f,0.9904194219769995f,0.17603840769950246f,1.540697550680238f,-0.1914883451872179f,0.10538133022195678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.39494563959477313f,-0.8441424720345252f,-0.36254851905988544f,-0.465634168051506f,-0.7793059824023532f,0.516813231572942f,-0.354381530928229f,1.1953940262872458f,0.4865183732984587f,0.14257478942145801f,-0.8619584107510341f,-0.03847475248854228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5323472640163458f,-0.8441424720345252f,-0.06348131537508904f,-0.2984375000000001f,-0.8395096168399591f,0.516813231572942f,0.1677131089222222f,1.4585093266166615f,-0.10876577461469936f,0.14257478942145801f,-0.9837898330913423f,0.015228641091037401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7834158146696563f,0.5847190237080274f,0.21062603029874968f,0.34828249101700604f,0.4050843535301446f,-0.22338006470502766f,-0.8865709296031774f,1.2842649606468162f,-0.4713452321287904f,0.7798749963976976f,-0.4118600030873934f,0.27704896243743843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08206219832801293f,0.8737767374448749f,0.4793537406819352f,0.29843749999999997f,0.621251850194493f,0.42094240908993374f,-0.6609490349939864f,1.4832941260161112f,-0.7793022098233091f,0.24356046750191834f,-0.577378874253946f,0.0220660967507441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.218341415248453e-16f,2.9286173204005684e-16f,-0.15625000000000014f,0f,0.7971325072229223f,-0.6038044103254775f,1.1049830981173367f,-3.6739403974420594e-16f,-0.6038044103254775f,-0.7971325072229223f,0.24548019943670657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.3078044455986422e-16f,3.4332907794169054e-16f,-0.1562500000000001f,0f,0.9344982247962695f,-0.3559677904707401f,1.277976716576195f,-3.6739403974420594e-16f,-0.3559677904707401f,-0.9344982247962695f,0.17289562481846615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.24676634979415e-17f,3.555673095868047e-16f,0.15624999999999992f,0f,0.967809139838971f,-0.2516852575026016f,1.0955664875814284f,-3.6739403974420594e-16f,-0.2516852575026016f,-0.967809139838971f,0.12905704753684427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.77043091755939e-17f,3.5416415460642976e-16f,0.1562499999999999f,0f,0.9639899298666159f,0.2659387431642044f,1.277976716576195f,-3.6739403974420594e-16f,0.2659387431642044f,-0.9639899298666159f,0.17289562481846626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.560391650093154e-17f,3.6566479399767465e-16f,0.29374999999999996f,0f,0.9952932123021504f,0.09690934704798249f,2.0167701651087597f,-3.6739403974420594e-16f,0.09690934704798249f,-0.9952932123021504f,0.10109639086010705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.560391650093154e-17f,3.6566479399767465e-16f,0.33124999999999993f,0f,0.9952932123021504f,0.09690934704798249f,1.9014437648567393f,-3.6739403974420594e-16f,0.09690934704798249f,-0.9952932123021504f,-0.004326016174217337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.560391650093154e-17f,3.6566479399767465e-16f,-0.29375000000000007f,0f,0.9952932123021504f,0.09690934704798249f,2.0167701651087597f,-3.6739403974420594e-16f,0.09690934704798249f,-0.9952932123021504f,0.10109639086010683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.560391650093154e-17f,3.6566479399767465e-16f,-0.33125000000000004f,0f,0.9952932123021504f,0.09690934704798249f,1.9014437648567393f,-3.6739403974420594e-16f,0.09690934704798249f,-0.9952932123021504f,-0.004326016174217587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879422741411559f,0.15280304614724055f,0.024925730740046254f,0.1940611883621344f,0.15087603626017906f,0.9140799014991167f,0.376423106832965f,2.1088645633499f,0.03473448786463024f,0.37564499565878545f,-0.9261124945649382f,0.11820170373322181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996827281308263f,-0.0036264340588505473f,0.024925730740046254f,0.07887617639527632f,0.00602490149434684f,0.9264282731027812f,0.376423106832965f,2.1188945140039195f,-0.024456975260483363f,0.3764538534426433f,-0.9261124945649382f,0.11917829631598059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9730973623849986f,0.2242330613728879f,0.05292501777705508f,0.05742650746393593f,0.19970526464176352f,0.7063727436522489f,0.6790842026579305f,2.1291471011605907f,0.11488833967693192f,0.6713844511250887f,-0.7321499765715633f,0.07390205566082157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9947624141508222f,-0.0874453079709051f,0.05292501777705508f,0.08631006353498125f,-0.02835018887580583f,0.7335127214242085f,0.6790842026579305f,2.1358188447996804f,-0.09820390106067158f,0.6740270065974542f,-0.7321499765715633f,0.08217814474353681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06924641497719841f,0.05292501777705508f,0.1437909776674642f,0.08674551916989656f,0.7289169092594763f,0.6790842026579305f,2.2325637769982043f,0.008446206121157122f,0.6810910903898374f,-0.7321499765715633f,0.13338368287807037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08351545629984115f,0.024925730740046254f,0.12499999999999997f,0.08674551916989656f,0.9223778290625609f,0.376423106832965f,2.0250287654591284f,0.008446206121157122f,0.37715289871995683f,-0.9261124945649382f,0.04852428066608022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6566479399767465e-16f,-0.19523827377799094f,-0.15569816122465985f,0.983039501264315f,0.09690934704798249f,2.125160242476881f,-0.015159961862849581f,0.09571623217398008f,-0.9952932123021504f,0.08967162855365696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.6566479399767465e-16f,-0.08005326181113284f,0f,0.9952932123021504f,0.09690934704798249f,2.1351901931309003f,-3.677613769070831e-16f,0.0969093470479825f,-0.9952932123021504f,0.09064822113641582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6566479399767465e-16f,-0.057716779398203036f,-0.24078322059761878f,0.9657287502882846f,0.09690934704798249f,2.1308908399806037f,-0.023444492939174347f,0.09403072527685469f,-0.9952932123021504f,0.09022960328453657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412525f,3.6566479399767465e-16f,-0.0868242020663791f,0.06942814483166107f,0.9928687280602443f,0.09690934704798249f,2.1408449450182263f,0.006760054322912551f,0.09667328074922038f,-0.9952932123021504f,0.09119881095893814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.6566479399767465e-16f,-0.14461004211822312f,-0.08674551916989656f,0.9915058211421043f,0.09690934704798249f,2.2481175752161016f,-0.008446206121157856f,0.09654057772473308f,-0.9952932123021504f,0.07024591065414504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.6566479399767465e-16f,-0.12500000000000006f,-0.08674551916989656f,0.9915058211421043f,0.09690934704798249f,2.0250287654591284f,-0.008446206121157856f,0.09654057772473308f,-0.9952932123021504f,0.048524280666080125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.560391650093154e-17f,3.6566479399767465e-16f,-3.2358534116666465e-17f,0f,0.9952932123021504f,0.09690934704798249f,1.5119125770590265f,-3.6739403974420594e-16f,0.09690934704798249f,-0.9952932123021504f,0.02996115318843133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.77043091755939e-17f,3.5416415460642976e-16f,4.280581824181247e-18f,0f,0.9639899298666159f,0.2659387431642044f,1.1504163533590455f,-3.6739403974420594e-16f,0.2659387431642044f,-0.9639899298666159f,-0.06976587549814532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9714216658298829f,-0.23260653422450386f,-0.047266768372293766f,0.16766370390968993f,-0.20388175352541865f,0.9196630165167715f,-0.3356369565924956f,0.8330119050007868f,0.12154084801290381f,-0.316408179867931f,-0.9408048075860194f,0.219490693751485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9714216658298829f,-0.1687532553717996f,0.16691999867516039f,0.125f,-0.20388175352541865f,0.23313570965487346f,-0.9508312002995689f,0.8513610158748586f,0.12154084801290381f,-0.9576899705463864f,-0.2608787890556944f,-0.09072104195882424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9755368797211099f,0.21963945135853188f,-0.009290194342636199f,-0.1728191080848696f,0.20400864904503582f,0.8887492257172893f,-0.410493952332721f,0.7734034865947716f,-0.08190401344757317f,-0.40234726940025567f,-0.9118159942594435f,0.21298642486362407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9755368797211099f,0.1497659982881406f,-0.16092837556117165f,-0.12499999999999996f,0.20400864904503582f,0.34401410845718616f,-0.9165341042739363f,0.8645859774191502f,-0.08190401344757317f,-0.9269436007326248f,-0.3661520089280075f,-0.129454507417069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9751256747541879f,0.22165269778459687f,2.6893710889212396e-16f,9.946783407048585e-18f,0.16225259332413872f,0.7138043936626185f,-0.6812909683443141f,1.0416260222008775f,-0.1510099811097978f,-0.6643443152106833f,-0.7320127160456072f,-0.08518855787702216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9751256747541879f,-0.22164121979665732f,-0.0022556866447878375f,8.658144360664102e-18f,-0.16225259332413877f,0.7207007044928759f,-0.6739915359283557f,1.003882771178556f,0.15100998110979713f,-0.656860460242906f,-0.7387356234639674f,-0.08168104575929243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.503022411012595e-16f,2.6893710889212396e-16f,9.946783407048585e-18f,0f,0.7320127160456072f,-0.6812909683443141f,1.0416260222008775f,-3.6739403974420594e-16f,-0.6812909683443141f,-0.7320127160456072f,-0.08518855787702216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9673180916165748f,0.25356598673968034f,3.6726370017018693e-16f,8.386773816266853e-18f,0.253476029693234f,0.9669749183084558f,-0.026634746728843556f,1.0662117754610954f,-0.006753665835861045f,-0.02576427237643566f,-0.9996452322032503f,-0.08094240954029935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9789588601241735f,-0.20405771287647742f,3.6726370017018693e-16f,8.386773816266853e-18f,-0.20398531977127046f,0.9786115570462587f,-0.026634746728843556f,1.0662117754610954f,0.005435025500531695f,-0.026074321297364825f,-0.9996452322032503f,-0.08094240954029935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,9.785447198273598e-18f,3.6726370017018693e-16f,8.386773816266853e-18f,0f,0.9996452322032503f,-0.026634746728843556f,1.0662117754610954f,-3.6739403974420594e-16f,-0.026634746728843556f,-0.9996452322032503f,-0.08094240954029935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.959976491163413f,0.2777738357611395f,-0.03587244876120384f,-0.19375f,0.2737163091557153f,0.9032877319788662f,-0.3303795625619851f,1.1241202182209151f,-0.05936765546789407f,-0.3269754874956519f,-0.9431662165605944f,-0.08837006704265384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9682367617255876f,-0.24911666064992036f,0.02141174046592266f,0.19375f,-0.24435358761989473f,0.9246078491648625f,-0.2922184961292036f,1.0965767617950326f,0.05299903263677588f,-0.2881687260084955f,-0.956111859507143f,-0.08084857082523515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.484966729850002e-17f,3.632766087113386e-16f,-0.007812499999999995f,0f,0.9887928747136616f,-0.14929384084915612f,0.9426158720426514f,-3.6739403974420594e-16f,-0.14929384084915612f,-0.9887928747136616f,-0.0731967210261573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.2979305099774802e-17f,3.6667469503184784e-16f,1.0675492505686841e-17f,0f,0.9980420348875041f,-0.06254675529242089f,1.165615889212828f,-3.6739403974420594e-16f,-0.06254675529242089f,-0.9980420348875041f,-0.08717201166180759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.032062179698660064f,-0.2822207955266106f,-0.958813558104649f,-0.034985057530517644f,0.01912420846754251f,0.9593043634426814f,-0.2817257583720765f,1.2008801562266262f,0.9993028976658979f,-0.00930380847603262f,0.03615463821393448f,0.21553923643867479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.032062179698660064f,-0.2822207955266106f,-0.958813558104649f,-0.03197922818376828f,0.01912420846754251f,0.9593043634426814f,-0.2817257583720765f,1.2026730507704584f,0.9993028976658979f,-0.00930380847603262f,0.03615463821393448f,0.3092238830948527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.032062179698660064f,-0.2822207955266106f,-0.958813558104649f,0.11033989085855442f,0.01912420846754251f,0.9593043634426814f,-0.2817257583720765f,1.2440354672543539f,0.9993028976658979f,-0.00930380847603262f,0.03615463821393448f,0.2569583640346736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6757453147249315f,-0.14638398399003186f,-0.7224541500043509f,0.5291579501689663f,-0.3381960396230858f,0.9324116083979358f,0.1274049893372886f,2.164078380579391f,0.6549745860799205f,0.3304244569579869f,-0.6795792594197207f,-0.48163064884190376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.26519509653569123f,-0.14638398399003186f,-0.9530179903887603f,0.5745693639709757f,-0.35878510852777085f,0.9324116083979358f,-0.04338016163513153f,2.1977158978462645f,0.8949551981368347f,0.3304244569579869f,-0.29979138008268075f,-0.5564329444525564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4843884138881001f,-0.14638398399003186f,-0.862519329477419f,0.6812415564915839f,-0.35880018417998294f,0.9324116083979358f,0.0432552928227837f,2.17440884528941f,0.7978911531802949f,0.3304244569579869f,-0.5041719804993515f,-0.44340599957232735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,1.331738389212828f,-5.740531871003218e-21f,0f,-0.000015625f,0.6003279883381925f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11.mcfunction new file mode 100644 index 000000000..67dbb1ab6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..efcac6500 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7298035994599654f,-0.12868406520294579f,-0.34317861533400756f,0.03425771473367509f,-0.286688000547068f,0.6768378684891838f,0.35587207612537813f,1.2899419062077828f,0.22834434742740417f,0.4384921385684202f,-0.6500214979953284f,-0.31552301203692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7087306462596085f,0.1571218015272365f,-0.3361749701231095f,0.03425771473367509f,-0.0057311385344410715f,0.7200268423767768f,0.348609380694248f,1.2899419062077828f,0.37103642018478034f,0.3112460212464792f,-0.6367557531382809f,-0.31552301203692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7298035994599652f,0.12868406520294542f,0.343178615334008f,-0.03425771473367492f,0.286688000547068f,0.6768378684891838f,0.35587207612537813f,1.2899419062077828f,-0.22834434742740473f,0.4384921385684203f,-0.6500214979953282f,-0.31552301203692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7087306462596082f,-0.15712180152723676f,0.33617497012310993f,-0.03425771473367492f,0.0057311385344410715f,0.7200268423767768f,0.348609380694248f,1.2899419062077828f,-0.3710364201847809f,0.3112460212464791f,-0.6367557531382807f,-0.31552301203692557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.22207556670126383f,-0.06947252300642057f,1.5450767816589033f,-0.5905636962392944f,1.1020102112222163f,-1.0881169864798885f,-0.2073190008076698f,0.804860854679929f,1.0852014499788867f,1.1191877600657758f,-0.10565425066070182f,-0.008115811541770268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4785211617741123f,-0.8279547675083343f,-0.2924181948760609f,-0.473839851034526f,-0.870096543069256f,0.49190045228046975f,0.03107974879562625f,1.0512685357321792f,0.11810801612627281f,0.26930437799354323f,-0.9557853569291732f,-0.06029450750310052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5598350152028081f,-0.8279547675083343f,-0.032797236363628045f,-0.2984375000000001f,-0.7530812030221021f,0.49190045228046975f,0.43692407429787194f,1.2819735849579275f,-0.3456203949532707f,0.26930437799354323f,-0.8989002695437665f,0.066854143234762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8066098289103619f,0.5520643335131457f,0.21120027359802956f,0.3469899177546951f,0.4865429960885216f,-0.41722372466187957f,-0.7675938226278745f,1.0723143022901036f,-0.3356434072976872f,0.7219067358336215f,-0.6051397920279615f,0.2890606540359346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08227205636462598f,0.8737871014275785f,0.4792988734811778f,0.29843749999999997f,0.7839164841649369f,0.3537047917857422f,-0.5102625462664184f,1.3202849044119649f,-0.6153911395169903f,0.3337499387963917f,-0.7140761330260135f,0.08782872459131437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1022787991912655e-16f,3.504685362883547e-16f,-0.1562500000000001f,0f,0.9539309253148597f,-0.30002631505908883f,0.904557146779843f,-3.6739403974420594e-16f,-0.30002631505908883f,-0.9539309253148597f,0.23585270299367983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,8.286424626852522e-17f,3.57927223231087e-16f,-0.15625000000000008f,0f,0.974232525601912f,-0.22554597327223525f,1.08581608299725f,-3.6739403974420594e-16f,-0.22554597327223525f,-0.974232525601912f,0.1874738797201238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.33706010749634e-18f,3.672994335257423e-16f,0.15624999999999994f,0f,0.9997424938669949f,-0.02269242068624988f,0.9183493501698228f,-3.6739403974420594e-16f,-0.02269242068624988f,-0.9997424938669949f,0.10291498961324581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7642961091690145e-16f,3.2225917028267473e-16f,0.15624999999999992f,0f,0.8771486072747509f,0.48021903414584144f,1.08581608299725f,-3.6739403974420594e-16f,0.48021903414584144f,-0.8771486072747509f,0.18747387972012391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.204522621476623e-17f,3.649802452080336e-16f,0.29374999999999996f,0f,0.9934299572800556f,0.11444177549543205f,1.849850224341f,-3.6739403974420594e-16f,0.11444177549543205f,-0.9934299572800556f,0.18211028687600597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.204522621476623e-17f,3.649802452080336e-16f,0.33124999999999993f,0f,0.9934299572800556f,0.11444177549543205f,1.7364003961336896f,-3.6739403974420594e-16f,0.11444177549543205f,-0.9934299572800556f,0.07467100644407176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.204522621476623e-17f,3.649802452080336e-16f,-0.29375000000000007f,0f,0.9934299572800556f,0.11444177549543205f,1.849850224341f,-3.6739403974420594e-16f,0.11444177549543205f,-0.9934299572800556f,0.18211028687600575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.204522621476623e-17f,3.649802452080336e-16f,-0.33125000000000004f,0f,0.9934299572800556f,0.11444177549543205f,1.7364003961336896f,-3.6739403974420594e-16f,0.11444177549543205f,-0.9934299572800556f,0.07467100644407151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878484358982106f,0.1541449955417178f,0.01986927383933788f,0.19436633676663934f,0.1517688770290501f,0.9291761237203514f,0.3370429335757728f,1.9457646756515043f,0.03349142664623082f,0.3359628721413507f,-0.941279593364126f,0.1954110864408061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997999723280034f,-0.0022863267529212444f,0.01986927383933788f,0.07918132479978124f,0.004545180464461437f,0.9414783068457725f,0.3370429335757728f,1.9557758495714954f,-0.01947708056843218f,0.33706582509770433f,-0.941279593364126f,0.19656436001565797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9720809521668912f,0.23065042292699475f,0.04311617837782998f,0.05724384449926832f,0.21120481357900672f,0.7800161302284394f,0.5890393563290208f,1.9602725743050848f,0.10223086204941936f,0.581700282780616f,-0.8069533021542101f,0.15963509167527176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957788243689296f,-0.08102794641679825f,0.04311617837782998f,0.08620861750497746f,-0.04017052589995242f,0.8071053001587922f,0.5890393563290208f,1.9678805807587254f,-0.08252794549335174f,0.5848209181921099f,-0.8069533021542101f,0.16673620338606054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07574376975030431f,0.04311617837782998f,0.1440936535845431f,0.08658312579451759f,0.8034525493289217f,0.5890393563290208f,2.069971813071186f,0.009974257944664763f,0.5905310172386116f,-0.8069533021542101f,0.20562511458501992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08486068259796976f,0.01986927383933788f,0.12499999999999993f,0.08658312579451759f,0.9374995590688497f,0.3370429335757728f,1.8590344122806952f,0.009974257944664763f,0.33748072729375034f,-0.941279593364126f,0.12969195094392622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.649802452080336e-16f,-0.19523827377799097f,-0.15540668392204487f,0.9811991860034365f,0.11444177549543205f,1.9584248787335987f,-0.017902637927882478f,0.11303280733384452f,-0.9934299572800556f,0.1725982687329449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.649802452080336e-16f,-0.08005326181113287f,0f,0.9934299572800556f,0.11444177549543205f,1.9684360526535898f,-3.660266534311063e-16f,0.11444177549543205f,-0.9934299572800556f,0.17375154230779682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.649802452080336e-16f,-0.057716779398203064f,-0.24033245841068798f,0.9639208419033837f,0.11444177549543205f,1.9641447481780456f,-0.027685971263646886f,0.1110423656706547f,-0.9934299572800556f,0.17325718988790667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412525f,3.649802452080336e-16f,-0.08682420206637913f,0.06929817073163372f,0.9910100118337365f,0.11444177549543205f,1.9740802184696733f,0.00798305470757782f,0.11416300108214875f,-0.9934299572800556f,0.17440174250807236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.649802452080336e-16f,-0.14461004211822315f,-0.08658312579451757f,0.9896496563679006f,0.11444177549543205f,2.0817055849634727f,-0.009974257944665494f,0.11400628998875523f,-0.9934299572800556f,0.155343366191396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.649802452080336e-16f,-0.12500000000000008f,-0.08658312579451757f,0.9896496563679006f,0.11444177549543205f,1.8590344122806952f,-0.009974257944665494f,0.11400628998875523f,-0.9934299572800556f,0.1296919509439261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.204522621476623e-17f,3.649802452080336e-16f,-5.879847003764425e-17f,0f,0.9934299572800556f,0.11444177549543205f,1.3463252536904342f,-3.6739403974420594e-16f,0.11444177549543205f,-0.9934299572800556f,0.10208522716751896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7642961091690145e-16f,3.2225917028267473e-16f,7.362634056193785e-18f,0f,0.8771486072747509f,0.48021903414584144f,1.0173945259624027f,-3.6739403974420594e-16f,0.48021903414584144f,-0.8771486072747509f,-0.07799691063717158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9751499587877225f,-0.21639712793252464f,-0.047485165039807f,0.17597024040429662f,-0.220441266259905f,0.9691149761424606f,0.11055230050129217f,0.5393025614415523f,0.02209538426986029f,0.11827276118765845f,-0.9927352859423375f,0.05006465874769475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9751499587877225f,-0.17797142434927046f,0.13194214638012763f,0.12500000000000003f,-0.220441266259905f,0.7200523426584948f,-0.6579743702924479f,0.7398509985450971f,0.02209538426986029f,-0.6707091738951434f,-0.7413912584100661f,-0.19860611977298814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9779418114319273f,0.2087984259799684f,0.005747239470251783f,-0.18218800835719426f,0.20875397140242338f,0.9760472161299227f,0.06126672268649719f,0.4909237065065249f,0.007182818176520535f,0.06111504882854618f,-0.9981048832310797f,0.013200667606007521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9779418114319273f,0.16557318330274406f,-0.12733944567272418f,-0.12499999999999994f,0.20875397140242338f,0.7957012044216112f,-0.5685783786829336f,0.7669042242568114f,0.007182818176520535f,-0.5826191845905808f,-0.8127135367828259f,-0.22145439167978576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9753619691766893f,0.22061058243831175f,3.3966700278107376e-16f,2.696039135954844e-17f,0.20396121660215383f,0.9017519090063488f,-0.38110801188846005f,0.9156468939773115f,-0.08407646047462052f,-0.37171826094454147f,-0.9245305204666989f,-0.13133952152165784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9753619691766893f,-0.2206000540512291f,-0.0021552810410293685f,3.061928419712434e-17f,-0.20396121660215383f,0.9054321534918303f,-0.37228005257509544f,0.8790738235384495f,0.0840764604746198f,-0.36266821142159855f,-0.9281179435924715f,-0.14129856397134855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.400168120665842e-16f,3.3966700278107376e-16f,2.696039135954844e-17f,0f,0.9245305204666989f,-0.38110801188846005f,0.9156468939773115f,-3.6739403974420594e-16f,-0.38110801188846005f,-0.9245305204666989f,-0.13133952152165784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9673727757503995f,0.2533572827786231f,3.4883028073062605e-16f,2.235743458780267e-17f,0.24055559567147156f,0.9184931719935411f,0.3138523512615233f,0.9372229983124856f,0.07951677890930119f,0.30361222021564926f,-0.9494718013756982f,-0.11881085672635923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9768252213217306f,-0.21403851753773728f,3.4883028073062605e-16f,2.235743458780267e-17f,-0.20322353681033928f,0.9274680025175586f,0.3138523512615233f,0.9372229983124856f,-0.06717649198974995f,0.30657889248338294f,-0.9494718013756982f,-0.11881085672635923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.1530748321318856e-16f,3.4883028073062605e-16f,2.235743458780267e-17f,0f,0.9494718013756982f,0.3138523512615233f,0.9372229983124856f,-3.6739403974420594e-16f,0.3138523512615233f,-0.9494718013756982f,-0.11881085672635923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9594973784808521f,0.2797080524432212f,-0.0335884814600559f,-0.19374999999999998f,0.2789036093245896f,0.9599471494191207f,0.02672540042395624f,0.993976513614585f,0.03971847673424768f,0.016275002934695443f,-0.9990783587313792f,-0.10566289609796549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9666685332406899f,-0.2551172204182489f,0.02161366901661609f,0.19375000000000003f,-0.2534737683910837f,0.9654986436206051f,0.05969437079318772f,0.9656307774109268f,-0.03609703007058188f,0.052226171722977346f,-0.9979826809154783f,-0.10820788590726413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-7.737267274489382e-17f,3.59154353936965e-16f,-0.007812499999999965f,0f,0.9775726198144702f,0.2105986063322195f,0.8269742585934028f,-3.6739403974420594e-16f,0.2105986063322195f,-0.9775726198144702f,-0.15284881001368245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.0838061084408242e-16f,3.5104419042711805e-16f,1.0646483015182255e-17f,0f,0.9554977829023267f,0.294998282823372f,1.0404682944606414f,-3.6739403974420594e-16f,0.294998282823372f,-0.9554977829023267f,-0.08693513119533527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.17078092232531086f,-0.3040642817812215f,-0.9372186453088659f,-0.034405358551715476f,-0.17822794921655477f,0.9450350342522322f,-0.27412329735712615f,1.0296263010087388f,0.9690555581016896f,0.12022352756741142f,-0.21558670815119962f,0.19040824666150508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.17078092232531086f,-0.3040642817812215f,-0.9372186453088659f,-0.05041607001971335f,-0.17822794921655477f,0.9450350342522322f,-0.27412329735712615f,1.0129174307696869f,0.9690555581016896f,0.12022352756741142f,-0.21558670815119962f,0.2812572052335385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.17078092232531086f,-0.3040642817812215f,-0.9372186453088659f,0.09817208251061549f,-0.17822794921655477f,0.9450350342522322f,-0.27412329735712615f,1.0623903604927818f,0.9690555581016896f,0.12022352756741142f,-0.21558670815119962f,0.2681707321702017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9206081463370244f,0.08087197506279359f,-0.38202141896410774f,0.5203752136453769f,-0.13904464799958083f,0.8463044396104549f,0.5142328085199414f,2.0861278201755256f,0.3648934457627051f,0.52652494636539f,-0.767869946080938f,-0.4880426386828401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2961575093492274f,0.08087197506279359f,-0.9517092272882011f,0.5833530079289674f,-0.48399440247918435f,0.8463044396104549f,0.2225268834645631f,2.1183752993580023f,0.8234319328425874f,0.52652494636539f,-0.2114978317383976f,-0.5495484108798417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6717631390249661f,0.08087197506279359f,-0.7363382434022878f,0.6623148472975153f,-0.3439731112797537f,0.8463044396104549f,0.40675704568226f,2.041238002914425f,0.6560615701013512f,0.52652494636539f,-0.5406983420457961f,-0.4376907734744715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,1.2065907944606413f,-5.740531871003218e-21f,0f,-0.000015625f,0.6005648688046648f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12.mcfunction new file mode 100644 index 000000000..901eaaad7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..08acf7e8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456505761866126f,-0.13147831476251282f,-0.3060443030416133f,0.03228733409455205f,-0.3085655169843013f,0.5552480104128474f,0.5132556995350659f,1.2059246618064652f,0.1254471378917354f,0.5842581142990044f,-0.5566416404788523f,-0.256829784657109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241200442634664f,0.16053354892597968f,-0.29979850093872323f,0.03228733409455205f,-0.0711116582614377f,0.6181863021424696f,0.5027810934221054f,1.2059246618064652f,0.3325556999288752f,0.48174129521211845f,-0.5452816069996921f,-0.256829784657109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456505761866123f,0.13147831476251237f,0.30604430304161373f,-0.03228733409455191f,0.3085655169843013f,0.5552480104128474f,0.5132556995350659f,1.2059246618064652f,-0.12544713789173592f,0.5842581142990045f,-0.5566416404788521f,-0.25682978465710904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241200442634662f,-0.16053354892598004f,0.2997985009387237f,-0.03228733409455191f,0.0711116582614377f,0.6181863021424696f,0.5027810934221054f,1.2059246618064652f,-0.33255569992887574f,0.48174129521211834f,-0.5452816069996919f,-0.25682978465710904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.15437128827310917f,-0.3530342195797637f,1.51424654371823f,-0.6278566708054468f,0.1285773196150612f,-1.5135810634778353f,-0.36598700408882046f,0.6707561281927239f,1.5495301314390457f,0.16076521416964384f,-0.12048720959289319f,-0.14860978643444245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5540092625551722f,-0.8101520233906996f,-0.1916440346032965f,-0.4819746110291976f,-0.7844863299822167f,0.43097522388795273f,0.4459165330706655f,0.9142329494284959f,-0.2786663508106192f,0.39738401501656345f,-0.8743174535231519f,-0.08825547788517113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5861879450548979f,-0.8101520233906996f,0.006114905418010429f,-0.2984375000000001f,-0.5885015946801536f,0.43097522388795273f,0.6840513353935108f,1.0888544188839402f,-0.5568209462037437f,0.39738401501656345f,-0.7294082385592334f,0.1028335626735534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.829123426771222f,0.5175716629375008f,0.21136205171046232f,0.34597002883990535f,0.5289909598732232f,-0.6039654521098778f,-0.5961495592803177f,0.8500218294789548f,-0.1808947416359915f,0.606090180073742f,-0.7745526360852611f,0.27972636375963766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0835685761073149f,0.8737903875241538f,0.4790685251170076f,0.2984374999999999f,0.9104960647568776f,0.26233355377722767f,-0.3196529721820998f,1.134856553087533f,-0.4049854431330042f,0.40947706313418764f,-0.8175055508174638f,0.1452501838060648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.295131809097678e-17f,3.666764478903083e-16f,-0.1562500000000001f,0f,0.9980468059460159f,0.06247057820251074f,0.6968733043025421f,-3.6739403974420594e-16f,0.06247057820251074f,-0.9980468059460159f,0.2066342993523142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.9580138276131825e-17f,3.6620130510298853e-16f,-0.1562500000000001f,0f,0.9967535275149053f,-0.08051338638135419f,0.8832613820467033f,-3.6739403974420594e-16f,-0.08051338638135419f,-0.9967535275149053f,0.18530832985884216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-8.063157643265288e-17f,3.5843678567015474e-16f,0.15624999999999994f,0f,0.9756194899615476f,0.2194689290245201f,0.741179011049784f,-3.6739403974420594e-16f,0.2194689290245201f,-0.9756194899615476f,0.06280154493697035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.4904738637294136e-16f,2.7009957382486563e-16f,0.1562499999999999f,0f,0.7351767982216574f,0.6778754128573721f,0.8832613820467033f,-3.6739403974420594e-16f,0.6778754128573721f,-0.7351767982216574f,0.18530832985884227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.8668035828556035e-17f,3.641562888762977e-16f,0.29374999999999996f,0f,0.9911872526016956f,0.13246822366100613f,1.6586703786861428f,-3.6739403974420594e-16f,0.13246822366100613f,-0.9911872526016956f,0.2545328327032552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.8668035828556035e-17f,3.641562888762977e-16f,0.33124999999999993f,0f,0.9911872526016956f,0.13246822366100613f,1.54719086807915f,-3.6739403974420594e-16f,0.13246822366100613f,-0.9911872526016956f,0.14505049981422047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.8668035828556035e-17f,3.641562888762977e-16f,-0.29375000000000007f,0f,0.9911872526016956f,0.13246822366100613f,1.6586703786861428f,-3.6739403974420594e-16f,0.13246822366100613f,-0.9911872526016956f,0.254532832703255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.8668035828556035e-17f,3.641562888762977e-16f,-0.33125000000000004f,0f,0.9911872526016956f,0.13246822366100613f,1.54719086807915f,-3.6739403974420594e-16f,0.13246822366100613f,-0.9911872526016956f,0.14505049981422022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877677594209976f,0.15529872291710736f,0.014041371326814902f,0.194674955792349f,0.15266737738164396f,0.9448273770635797f,0.28981701025744977f,1.7587377388813896f,0.031741539531545876f,0.2884155581994001f,-0.9569790700201837f,0.2632028075270758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999007718368712f,-0.0011341830944693876f,0.014041371326814902f,0.07948994382549093f,0.0029842233427819775f,0.9570774237105761f,0.28981701025744977f,1.76872631220793f,-0.013767385048355223f,0.2898301548359566f,-0.9569790700201837f,0.2645377405198089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9711894055869781f,0.23627942649632405f,0.031034997827943264f,0.057187017619750605f,0.22228607823275773f,0.8512299799814335f,0.4753908082879903f,1.7683233809665215f,0.08590714696410631f,0.46859316447786203f,-0.8792271653589365f,0.23783884338578962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966703709488427f,-0.07539894284746895f,0.031034997827943264f,0.08622303024804576f,-0.05163790675075072f,0.8782579951140167f,0.4753908082879903f,1.7768377671217872f,-0.06310069935505558f,0.47220535091821236f,-0.8792271653589365f,0.2434674155003225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08144293955718641f,0.031034997827943264f,0.14435387613305517f,0.08638766120251146f,0.8755231301269267f,0.4753908082879903f,1.8832696698989229f,0.01154536642363753f,0.47626284361582644f,-0.8792271653589365f,0.2675235864171918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08601722725802351f,0.014041371326814902f,0.1249999999999999f,0.08638766120251146f,0.9531753629618179f,0.28981701025744977f,1.6688052132325142f,0.01154536642363753f,0.28992717026427206f,-0.9569790700201837f,0.20228997310773073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.641562888762977e-16f,-0.195238273777991f,-0.15505584761544244f,0.9789840927412223f,0.13246822366100613f,1.7673999019042912f,-0.02072259570323951f,0.13083732000932463f,-0.9911872526016956f,0.24699460702473502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.641562888762977e-16f,-0.0800532618111329f,0f,0.9911872526016956f,0.13246822366100613f,1.7773884752308315f,-3.677613769070831e-16f,0.13246822366100613f,-0.9911872526016956f,0.2483295400174682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.641562888762977e-16f,-0.05771677939820309f,-0.2397898990436289f,0.9617447551386719f,0.13246822366100613f,1.7731068585330243f,-0.032046963774791715f,0.128533351285647f,-0.9911872526016956f,0.24775731902000572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412525f,3.641562888762977e-16f,-0.08682420206637916f,0.06914172756162186f,0.9887727702712551f,0.13246822366100613f,1.7830198991349275f,0.009240516165739527f,0.1321455377259976f,-0.9911872526016956f,0.24908215736529993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.641562888762977e-16f,-0.14461004211822318f,-0.08638766120251147f,0.9874154858579329f,0.13246822366100613f,1.8909736975505487f,-0.011545366423638263f,0.1319641420767258f,-0.9911872526016956f,0.23198190507499386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.641562888762977e-16f,-0.1250000000000001f,-0.08638766120251147f,0.9874154858579329f,0.13246822366100613f,1.6688052132325142f,-0.011545366423638263f,0.1319641420767258f,-0.9911872526016956f,0.20228997310773061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.8668035828556035e-17f,3.641562888762977e-16f,-8.170249822935478e-17f,0f,0.9911872526016956f,0.13246822366100613f,1.1566821142847385f,-3.6739403974420594e-16f,0.13246822366100613f,-0.9911872526016956f,0.165374610125268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.4904738637294136e-16f,2.7009957382486563e-16f,1.1690271660498233e-17f,0f,0.7351767982216574f,0.6778754128573721f,0.880990814951617f,-3.6739403974420594e-16f,0.6778754128573721f,-0.7351767982216574f,-0.08882866969624653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9788437258533137f,-0.19999182485597491f,-0.04322303030075457f,0.18133430660254468f,-0.18987355776867365f,0.809133358749525f,0.5561036232744566f,0.34049206410525307f,-0.07624298274509617f,0.552545453107244f,-0.8299882709006444f,-0.2256700865018775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9788437258533137f,-0.17925747892908128f,0.098649463280815f,0.12500000000000008f,-0.18987355776867365f,0.9754578509370095f,-0.11148996863223665f,0.66146705613961f,-0.07624298274509617f,-0.1278621808563462f,-0.9888570525049564f,-0.3017712687383576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.980366625704578f,0.19628930412477003f,0.018756020122439238f,-0.18883478811734955f,0.17433340478598305f,0.818384030611229f,0.547590579188727f,0.3218577332714168f,0.09213654638820785f,0.5401093292350472f,-0.8365361733319853f,-0.28186607612526415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.980366625704578f,0.17426090152590126f,-0.09227360079676059f,-0.1249999999999999f,0.17433340478598305f,0.9846593513904304f,0.007336599696289525f,0.6923389992018678f,0.09213654638820785f,-0.008893813510365223f,-0.99570666207518f,-0.30363555575664636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9758312166328327f,0.21852559723035989f,3.673844491966067e-16f,4.47835873588269e-17f,0.21851989278250505f,0.9758057432861815f,-0.00722549846204712f,0.8013024814881909f,-0.001578956366706252f,-0.007050866954998022f,-0.9999738957452714f,-0.17890447963962375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9758312166328327f,-0.21851973096294677f,-0.0016011947935351601f,5.320539145074163e-17f,-0.21851989278250505f,0.9758324911507742f,-0.00007531796986909572f,0.7711229762385479f,0.0015789563667055351f,0.00027639528843553286f,-0.9999987152503929f,-0.20182756270808702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.654605069137015e-18f,3.673844491966067e-16f,4.47835873588269e-17f,0f,0.9999738957452714f,-0.00722549846204712f,0.8013024814881909f,-3.6739403974420594e-16f,-0.00722549846204712f,-0.9999738957452714f,-0.17890447963962375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9679079337504352f,0.2513050572172461f,2.843030966862825e-16f,3.758011089641947e-17f,0.19446914824620073f,0.7490029589594333f,0.633384810246039f,0.8167330790390002f,0.1591728059794152f,0.613058182954155f,-0.7738369868063876f,-0.15929752992584295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9746925342908119f,-0.22354968932600766f,2.843030966862825e-16f,3.758011089641947e-17f,-0.17299101798954167f,0.7542531337982835f,0.633384810246039f,0.8167330790390002f,-0.14159297755431455f,0.6173554458800167f,-0.7738369868063876f,-0.15929752992584295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.327018041489096e-16f,2.843030966862825e-16f,3.758011089641947e-17f,0f,0.7738369868063876f,0.633384810246039f,0.8167330790390002f,-3.6739403974420594e-16f,0.633384810246039f,-0.7738369868063876f,-0.15929752992584295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9594882035834584f,0.28008920972420537f,-0.030535582199423806f,-0.19374999999999998f,0.24460863979290232f,0.8818845748398623f,0.40304616360682755f,0.86397575137248f,0.1398177403724356f,0.3792487722532343f,-0.9146700870923684f,-0.1265214795518369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9653054122415992f,-0.2602114391048266f,0.02180523001647947f,0.19375000000000003f,-0.2267021328545768f,0.876571209174401f,0.42453393057058963f,0.83914495823557f,-0.12958242186447302f,0.4048616087078689f,-0.9051494206694352f,-0.13925895099216387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.060713922086704e-16f,3.0415943475872566e-16f,-0.0078124999999999375f,0f,0.8278834217628934f,0.5609002050009994f,0.7341119752530557f,-3.6739403974420594e-16f,0.5609002050009994f,-0.8278834217628934f,-0.22648517105670216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3179646979676674e-16f,2.8504171103423405e-16f,1.0472426072154755e-17f,0f,0.775847401424071f,0.6309206049127865f,0.9074653790087466f,-3.6739403974420594e-16f,0.6309206049127865f,-0.775847401424071f,-0.08551384839650147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24274254989330132f,-0.3513655048887829f,-0.9042225038371635f,-0.039960728688037295f,-0.44950212740697953f,0.8667387416265222f,-0.2161291077580073f,0.8539822198023773f,0.8596649881947606f,0.3539862084007278f,-0.36833391417866856f,0.17017149813901195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24274254989330132f,-0.3513655048887829f,-0.9042225038371635f,-0.06271784274053428f,-0.44950212740697953f,0.8667387416265222f,-0.2161291077580073f,0.811841395357973f,0.8596649881947606f,0.3539862084007278f,-0.36833391417866856f,0.25076509078227077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24274254989330132f,-0.3513655048887829f,-0.9042225038371635f,0.08429408986128877f,-0.44950212740697953f,0.8667387416265222f,-0.2161291077580073f,0.8653311737438762f,0.8596649881947606f,0.3539862084007278f,-0.36833391417866856f,0.26571838158744165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9715187560303229f,0.21013746711043757f,0.10951507475093886f,0.5125004041892117f,0.22288546887896224f,0.6534369432877691f,0.723423962078491f,2.0059624491277828f,0.08045728334898644f,0.7272292665062006f,-0.6816628341731376f,-0.4950440296342501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3658743338358678f,0.21013746711043757f,-0.9066301433090398f,0.5912332619915464f,-0.6372277360213512f,0.6534369432877691f,0.408608582376631f,2.030354941542771f,0.6782896020766227f,0.7272292665062006f,-0.10517038390911293f,-0.5397117575377611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8398171498915699f,0.21013746711043757f,-0.5005490981556258f,0.6269491978137229f,-0.26018658575987397f,0.6534369432877691f,0.710860817416009f,1.9115295727228756f,0.476455764304117f,0.7272292665062006f,-0.494092601238101f,-0.44326400340029043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,1.0735878790087465f,-5.740531871003218e-21f,0f,-0.000015625f,0.6019861516034986f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13.mcfunction new file mode 100644 index 000000000..1a7821bc1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..abeba956f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7581933962577209f,-0.13368995235522094f,-0.2724228605585183f,0.030727785528637974f,-0.30170421453725205f,0.41081785485497474f,0.6380812655980906f,1.116927107775598f,0.03258504635698606f,0.6930368902273962f,-0.43079290614203186f,-0.19045714009125683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7363006925659584f,0.1632339336421729f,-0.26686321034303834f,0.030727785528637974f,-0.11904505656548219f,0.4849013016184485f,0.6250591989532317f,1.116927107775598f,0.2892914873172233f,0.615000333818151f,-0.4220012141799496f,-0.19045714009125683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7581933962577209f,0.13368995235522044f,0.2724228605585186f,-0.03072778552863785f,0.30170421453725205f,0.41081785485497474f,0.6380812655980906f,1.116927107775598f,-0.0325850463569866f,0.6930368902273963f,-0.43079290614203164f,-0.1904571400912569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7363006925659584f,-0.1632339336421734f,0.26686321034303867f,-0.03072778552863785f,0.11904505656548219f,0.4849013016184485f,0.6250591989532317f,1.116927107775598f,-0.28929148731722387f,0.6150003338181509f,-0.4220012141799494f,-0.1904571400912569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06763922248436674f,-0.5544501836318274f,1.4592519246012132f,-0.6594895098726545f,-0.847296852211798f,-1.2137003741994015f,-0.500425514837335f,0.6107464788191963f,1.3110756003425923f,-0.8129714912214736f,-0.2481216932221874f,-0.2729001411400881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.605271998305456f,-0.792500713956916f,-0.07475577867361607f,-0.4888739485873414f,-0.5416916911345682f,0.34125417761970817f,0.7681898840865246f,0.8017967691100547f,-0.5832803098194654f,0.5054584103908798f,-0.6358426499866403f,-0.1125833888237456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6079873023330056f,-0.792500713956916f,0.047896331588264444f,-0.2984375000000001f,-0.37698563302893184f,0.34125417761970817f,0.8610617972868568f,0.906805915056784f,-0.6987369123580133f,0.5054584103908798f,-0.5062395901878031f,0.12004974835073723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8490646355668332f,0.4843228082734981f,0.21099919908813253f,0.3451511312350788f,0.5271499308244302f,-0.7505104958445681f,-0.39855607642957713f,0.6479525801392578f,-0.03467268466039847f,0.44962808298994517f,-0.8925426555214196f,0.2519535127919802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08531386539321299f,0.8737910106212821f,0.4787596621783284f,0.2984374999999999f,0.9798332344581167f,0.16071933784679618f,-0.1187271118718572f,0.951871827782645f,-0.18068861896371297f,0.45897555947950647f,-0.8698810601326253f,0.18680041721613833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.479367879325005e-16f,3.3629315665915884e-16f,-0.15625000000000006f,0f,0.9153473390403918f,0.4026651821447616f,0.5102744285950451f,-3.6739403974420594e-16f,0.4026651821447616f,-0.9153473390403918f,0.16278924300562692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2270260056070155e-17f,3.6671844234589864e-16f,-0.15625000000000006f,0f,0.9981611095303079f,0.06061682457226458f,0.6978084917855545f,-3.6739403974420594e-16f,0.06061682457226458f,-0.9981611095303079f,0.16791639067836212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.6091210967801469e-16f,3.30281203519876e-16f,0.15625f,0f,0.8989835647574214f,0.43798236299654714f,0.5877126272222192f,-3.6739403974420594e-16f,0.43798236299654714f,-0.8989835647574214f,0.016014405483791017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.044945765176465e-16f,2.0557585780170366e-16f,0.15624999999999994f,0f,0.5595514231663464f,0.8287956351432579f,0.6978084917855545f,-3.6739403974420594e-16f,0.8287956351432579f,-0.5595514231663464f,0.16791639067836223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.4886637118877315e-17f,3.6327102486345897e-16f,0.29374999999999984f,0f,0.9887776761876226f,0.14939446801339373f,1.4688741354781731f,-3.6739403974420594e-16f,0.14939446801339373f,-0.9887776761876226f,0.30913260644538054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.4886637118877315e-17f,3.6327102486345897e-16f,0.3312499999999999f,0f,0.9887776761876226f,0.14939446801339373f,1.359282657330976f,-3.6739403974420594e-16f,0.14939446801339373f,-0.9887776761876226f,0.19776039080111674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.4886637118877315e-17f,3.6327102486345897e-16f,-0.2937500000000002f,0f,0.9887776761876226f,0.14939446801339373f,1.4688741354781731f,-3.6739403974420594e-16f,0.14939446801339373f,-0.9887776761876226f,0.3091326064453803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.4886637118877315e-17f,3.6327102486345897e-16f,-0.3312500000000001f,0f,0.9887776761876226f,0.14939446801339373f,1.359282657330976f,-3.6739403974420594e-16f,0.14939446801339373f,-0.9887776761876226f,0.19776039080111646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987715549978749f,0.15604535272615477f,0.00823651763473264f,0.19493821951742374f,0.15338655011455377f,0.9581226203087531f,0.2418131731247169f,1.5728022017391983f,0.029842228035667884f,0.24010600230993553f,-0.9702878691814137f,0.31302401084363707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999660038142546f,-0.00038857818116427856f,0.00823651763473264f,0.07975320755056564f,0.0016147076013125067f,0.9703214838509544f,0.2418131731247169f,1.5827664928419363f,-0.008086033336092696f,0.24181825196680085f,-0.9702878691814137f,0.3145295160793172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9706037002783087f,0.23997742427608865f,0.01841990347068373f,0.05729332981375618f,0.23078709597362057f,0.9062457626333261f,0.3541975918060484f,1.5794008801615746f,0.06830646629798691f,0.34803656926673f,-0.9349891834213518f,0.2984495544633477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972560762575121f,-0.07170094506770434f,0.01841990347068373f,0.086376143614392f,-0.060553770231435586f,0.9332080726555866f,0.3541975918060484f,1.5886170265441686f,-0.04258590468957736f,0.35211030602191074f,-0.9349891834213518f,0.30251381482559603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08518703334443954f,0.01841990347068373f,0.14452227805871787f,0.0861776527804357f,0.9311914293635066f,0.3541975918060484f,1.6973605338181887f,0.013020585822098227f,0.3544371470795954f,-0.9349891834213518f,0.31143128117975166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08676568026096897f,0.00823651763473264f,0.12499999999999989f,0.0861776527804357f,0.9664883866165234f,0.2418131731247169f,1.4799006468294713f,0.013020585822098227f,0.2416028047524303f,-0.9702878691814137f,0.25707065011045493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.6327102486345897e-16f,-0.19523827377799102f,-0.15467890681813334f,0.9766041822112693f,0.14939446801339373f,1.5777166432106684f,-0.023370443683645496f,0.14755517420624217f,-0.9887776761876226f,0.30345435177269414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6327102486345897e-16f,-0.08005326181113294f,0f,0.9887776761876226f,0.14939446801339373f,1.5876809343134064f,-3.677613769070831e-16f,0.14939446801339373f,-0.9887776761876226f,0.30495985700837436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6327102486345897e-16f,-0.05771677939820312f,-0.2392069697499441f,0.9594067534419614f,0.14939446801339373f,1.5834097262266682f,-0.0361417928939045f,0.14495681384267192f,-0.9887776761876226f,0.3043145199672379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.6327102486345897e-16f,-0.08682420206637918f,0.06897364400775911f,0.9863690634642218f,0.14939446801339373f,1.593298668224838f,0.0104212312854935f,0.14903055059785283f,-0.9887776761876226f,0.3058086407029811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6327102486345897e-16f,-0.1446100421182232f,-0.0861776527804357f,0.9850150786095864f,0.14939446801339373f,1.7015290395166278f,-0.01302058582209896f,0.14882597695917968f,-0.9887776761876226f,0.2905564949262702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6327102486345897e-16f,-0.12500000000000014f,-0.0861776527804357f,0.9850150786095864f,0.14939446801339373f,1.4799006468294713f,-0.01302058582209896f,0.14882597695917968f,-0.9887776761876226f,0.2570706501104548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.4886637118877315e-17f,3.6327102486345897e-16f,-9.814974294354397e-17f,0f,0.9887776761876226f,0.14939446801339373f,0.968483510657896f,-3.6739403974420594e-16f,0.14939446801339373f,-0.9887776761876226f,0.21140528763445376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.044945765176465e-16f,2.0557585780170366e-16f,1.603572325057348e-17f,0f,0.5595514231663464f,0.8287956351432579f,0.7586517269705161f,-3.6739403974420594e-16f,0.8287956351432579f,-0.5595514231663464f,-0.09939307554426796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9818293123233933f,-0.18634304979452154f,-0.035881321824158235f,0.18389395377256737f,-0.12377523311867908f,0.4855229921370985f,0.8654173072990023f,0.30791071075168397f,-0.14384329365315932f,0.854133298671534f,-0.49976535991552634f,-0.5082119833835067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9818293123233933f,-0.1753614330659655f,0.07252288780532153f,0.1250000000000001f,-0.12377523311867908f,0.8814738173229801f,0.4557231627210431f,0.6223768593221944f,-0.14384329365315932f,0.4384658221197002f,-0.8871622341510637f,-0.3768142045558649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9824351660657448f,0.18445396601858882f,0.02824675020928641f,-0.19236246803345183f,0.11195739627660883f,0.4615406799790189f,0.880025989470463f,0.32376937761198604f,0.1492872596584682f,0.8677309117142931f,-0.47408478034961943f,-0.5617399458514046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9824351660657448f,0.17626962220291234f,-0.06123858886204912f,-0.12499999999999989f,0.11195739627660883f,0.8193352910360683f,0.5622768199755381f,0.646107993557341f,0.1492872596584682f,0.5455444080469378f,-0.8246784906570446f,-0.36017508775677654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21643961393810274f,3.4390795601241686e-16f,5.890899999923658e-17f,0.20260346433870927f,0.9138851694640082f,0.3518035435746693f,0.7125859622897617f,0.07614422315335762f,0.34346439488259317f,-0.9360738575178273f,-0.21608869961730176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21643782063944164f,-0.0008810666966692393f,7.074329728024294e-17f,-0.2026034643387093f,0.912445501145462f,0.3555208062509985f,0.6926354364068128f,-0.07614422315335835f,0.3472720507559679f,-0.9346679517583323f,-0.24830015652946574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.2925052507022458e-16f,3.4390795601241686e-16f,5.890899999923658e-17f,0f,0.9360738575178273f,0.3518035435746693f,0.7125859622897617f,-3.6739403974420594e-16f,0.3518035435746693f,-0.9360738575178273f,-0.21608869961730176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9684938853251496f,0.24903733472673537f,1.872793959572948e-16f,5.016581629955881e-17f,0.12694697401980168f,0.4936905072230095f,0.8603221192466828f,0.7200861117805328f,0.21425232758365037f,0.8332167119003865f,-0.5097507735500718f,-0.19229086199923612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.972547817473476f,-0.23270312143926758f,1.872793959572948e-16f,5.016581629955881e-17f,-0.1186205961611828f,0.49575700227153846f,0.8603221192466828f,0.7200861117805328f,-0.20019964259194897f,0.8367043993975168f,-0.5097507735500718f,-0.19229086199923612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.160772188713353e-16f,1.872793959572948e-16f,5.016581629955881e-17f,0f,0.5097507735500718f,0.8603221192466828f,0.7200861117805328f,-3.6739403974420594e-16f,0.8603221192466828f,-0.5097507735500718f,-0.19229086199923612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.959603675656905f,0.2800048450904775f,-0.027533114455421347f,-0.19374999999999998f,0.17914616921812382f,0.683529861218261f,0.7075970455544712f,0.7520523248976472f,0.21695030702957988f,0.6740802738167041f,-0.7060795626067705f,-0.14571643639466336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9640338959752548f,-0.26485442396165326f,0.022153589296375325f,0.19375000000000006f,-0.1692285624618551f,0.6759621543558867f,0.7172425388427841f,0.7340065834279915f,-0.20493984741349267f,0.6876970990097961f,-0.6964713626242253f,-0.1660312640313902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.011926435606836e-16f,2.1038386797588406e-16f,-0.0078124999999999185f,0f,0.5726382173275362f,0.819808192235197f,0.6711650353407579f,-3.6739403974420594e-16f,0.819808192235197f,-0.5726382173275362f,-0.2772491352445158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.183826768949533e-16f,1.8333262528194743e-16f,1.0240350148118082e-17f,0f,0.4990081641215267f,0.866597283713758f,0.7826621720116615f,-3.6739403974420594e-16f,0.866597283713758f,-0.4990081641215267f,-0.08361880466472303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16445832915477857f,-0.37787964709653776f,-0.9111314012159908f,-0.052558872963726994f,-0.7144682114579834f,0.682488639508916f,-0.15409228325032776f,0.6862421551380402f,0.6800651680446874f,0.6256326631910014f,-0.38222393692819157f,0.15369956915461078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.16445832915477857f,-0.37787964709653776f,-0.9111314012159908f,-0.06797684132198747f,-0.7144682114579834f,0.682488639508916f,-0.15409228325032776f,0.6192607603138544f,0.6800651680446874f,0.6256326631910014f,-0.38222393692819157f,0.21745567865880022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.16445832915477857f,-0.37787964709653776f,-0.9111314012159908f,0.07640185303954142f,-0.7144682114579834f,0.682488639508916f,-0.15409228325032776f,0.6758653002134964f,0.6800651680446874f,0.6256326631910014f,-0.38222393692819157f,0.24291121444593425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8051613330493445f,0.20557990916045019f,0.5562842157672492f,0.5073474009601141f,0.5854056314811248f,0.4256806518441415f,0.6899972675857f,1.9337626748220968f,-0.09494985198718267f,0.8812110323839164f,-0.4630892376340485f,-0.5021547498850849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4516293925682745f,0.20557990916045019f,-0.8681980146936483f,0.5963935246958628f,-0.7575597769414005f,0.4256806518441415f,0.4948728796428857f,1.9459601385889815f,0.47131101846753665f,0.8812110323839164f,-0.03651082409321271f,-0.5288206874326992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9498253198479859f,0.20557990916045019f,-0.2357302753683799f,0.5872300041332454f,-0.13010628018010476f,0.4256806518441415f,0.895471014887273f,1.8055407544724482f,0.2844366671745527f,0.8812110323839164f,-0.37757502403033083f,-0.4588514650543424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.9487846720116615f,-5.740531871003218e-21f,0f,-0.000015625f,0.603881195335277f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14.mcfunction new file mode 100644 index 000000000..e7ee0354d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..a8810f132 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7657267328803968f,-0.13501828285655793f,-0.24975403558546216f,0.029791105877663412f,-0.28168968534554334f,0.2715513839854275f,0.7168369490127948f,1.0361999860891138f,-0.035467395826118624f,0.7582706334775928f,-0.3011845857331481f,-0.12758518596785207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7436165053915339f,0.16485581029849772f,-0.244657014451065f,0.029791105877663412f,-0.15313872893706923f,0.351358767026081f,0.7022076235227378f,1.0361999860891138f,0.25215674214428957f,0.6995495541023079f,-0.29503796153451245f,-0.12758518596785207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7657267328803968f,0.13501828285655734f,0.2497540355854624f,-0.02979110587766337f,0.28168968534554334f,0.2715513839854275f,0.7168369490127948f,1.0361999860891138f,0.035467395826118055f,0.7582706334775929f,-0.3011845857331479f,-0.1275851859678521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7436165053915337f,-0.16485581029849827f,0.24465701445106522f,-0.02979110587766337f,0.15313872893706923f,0.351358767026081f,0.7022076235227378f,1.0361999860891138f,-0.25215674214429007f,0.6995495541023078f,-0.2950379615345122f,-0.1275851859678521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.33815235140782984f,-0.614659262347199f,1.3961565916644716f,-0.6812295641578547f,-1.3671138843757156f,-0.5123565601718202f,-0.5566836016949331f,0.6088061044160027f,0.6768004612768069f,-1.342047315283518f,-0.4269149671255445f,-0.34917237020410646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6284799714118788f,-0.7770498849429499f,0.03473329590281406f,-0.4938622140904496f,-0.24966304183144705f,0.24381703810604366f,0.9371347915175624f,0.7223753317465443f,-0.7366690512554421f,0.5802988266741064f,-0.3472347630682481f,-0.12657591187162986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6235844441903241f,-0.7770498849429499f,0.08564996949207339f,-0.29843750000000013f,-0.17274511014553734f,0.24381703810604366f,0.954312516343573f,0.7611711562333833f,-0.7624313528998207f,0.5802988266741064f,-0.28627208015453526f,0.12311564551170645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8649643184500235f,0.45567028186356107f,0.2102411045316056f,0.34446927743348865f,0.4955069841960011f,-0.8418089791285891f,-0.21408052520364157f,0.4909719156719639f,0.07943271631557541f,0.2893479512366829f,-0.9539225370510247f,0.21656676886714518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08685424058398318f,0.8737921637101494f,0.4784805069501948f,0.2984374999999999f,0.9960721759032025f,0.06786653301126852f,0.05687138198154079f,0.7982480795849689f,0.017220954794653076f,0.48154064037811606f,-0.8762545579796972f,0.21136089401748606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.400430223727795e-16f,2.781325724357154e-16f,-0.15625000000000006f,0f,0.7570416020612695f,0.6533666755723821f,0.36714705247921076f,-3.6739403974420594e-16f,0.6533666755723821f,-0.7570416020612695f,0.11589210039684247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.583065230918883e-17f,3.614480677166692e-16f,-0.15625000000000006f,0f,0.9838158179384822f,0.17918268993972436f,0.5527324101547995f,-3.6739403974420594e-16f,0.17918268993972436f,-0.9838158179384822f,0.1433400058984253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.221767365624874e-16f,2.926019107422408e-16f,0.15625f,0f,0.7964253065889737f,0.6047369105856358f,0.4743410791962428f,-3.6739403974420594e-16f,0.6047369105856358f,-0.7964253065889737f,-0.027100927361592975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.387116533641574e-16f,1.4231231961740366e-16f,0.15624999999999994f,0f,0.38735609243004343f,0.9219301804677661f,0.5527324101547995f,-3.6739403974420594e-16f,0.9219301804677661f,-0.38735609243004343f,0.1433400058984254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.01211762607762e-17f,3.624414774892463e-16f,0.29374999999999984f,0f,0.9865197534004423f,0.1636422199517305f,1.308676539405892f,-3.6739403974420594e-16f,0.1636422199517305f,-0.9865197534004423f,0.3436660716436703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.01211762607762e-17f,3.624414774892463e-16f,0.3312499999999999f,0f,0.9865197534004423f,0.1636422199517305f,1.2007030283513114f,-3.6739403974420594e-16f,0.1636422199517305f,-0.9865197534004423f,0.23072456726841256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.01211762607762e-17f,3.624414774892463e-16f,-0.2937500000000002f,0f,0.9865197534004423f,0.1636422199517305f,1.308676539405892f,-3.6739403974420594e-16f,0.1636422199517305f,-0.9865197534004423f,0.3436660716436701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.01211762607762e-17f,3.624414774892463e-16f,-0.3312500000000001f,0f,0.9865197534004423f,0.1636422199517305f,1.2007030283513114f,-3.6739403974420594e-16f,0.1636422199517305f,-0.9865197534004423f,0.23072456726841228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876926501176271f,0.1563728359973836f,0.0032810159636748218f,0.1951289848925193f,0.15384736923926068f,0.9675337544275943f,0.20052286907333614f,1.4156871266684228f,0.028181836025658442f,0.19855973963867674f,-0.979683527427528f,0.34339417479192436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999946155587677f,-0.00006154444490751032f,0.0032810159636748218f,0.07994397292566123f,0.0005976275466059999f,0.9796888392851646f,0.20052286907333614f,1.4256286638190026f,-0.003226715789797066f,0.2005237501952526f,-0.979683527427528f,0.3450432600772882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703446290656219f,0.24161313553759817f,0.00737520028140201f,0.05751050319100463f,0.23594306705691442f,0.9400572597330114f,0.2462178253722464f,1.421263676962178f,0.05255635024692035f,0.24065627180472954f,-0.9691864572360529f,0.33818617030393555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975151474701989f,-0.07006523380619482f,0.00737520028140201f,0.08661401824924216f,-0.06609847754390158f,0.9669579999851804f,0.2462178253722464f,1.4309128805029114f,-0.024382818415553925f,0.245118520875806f,-0.9691864572360529f,0.3408589791793385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08684313395257663f,0.00737520028140201f,0.14459614172291796f,0.08598086184285213f,0.96539322240511f,0.2462178253722464f,1.5400323732508399f,0.014262359224768352f,0.24591501828796972f,-0.9691864572360529f,0.3367780244910088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08709396321296943f,0.0032810159636748218f,0.12499999999999988f,0.08598086184285213f,0.9759087408028263f,0.20052286907333614f,1.3204529065702042f,0.014262359224768352f,0.20004192359727963f,-0.979683527427528f,0.29176859168162095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.624414774892463e-16f,-0.19523827377799102f,-0.15432568987481865f,0.9743740582004073f,0.1636422199517305f,1.4175896321047587f,-0.02559928313614512f,0.16162751267542916f,-0.9865197534004423f,0.33955848057417437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.624414774892463e-16f,-0.08005326181113294f,1.3877787807814457e-17f,0.9865197534004424f,0.1636422199517305f,1.4275311692553385f,-3.694961003830599e-16f,0.1636422199517305f,-0.9865197534004423f,0.34120756585953826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.624414774892463e-16f,-0.05771677939820312f,-0.23866072878915176f,0.9572159006112992f,0.1636422199517305f,1.423269714683774f,-0.03958863605086077f,0.15878134665748062f,-0.9865197534004423f,0.34050068301820585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.624414774892463e-16f,-0.08682420206637918f,0.06881613927613892f,0.9841166408634683f,0.1636422199517305f,1.4331360747931974f,0.011415104219492895f,0.16324359572855734f,-0.9865197534004423f,0.34213729806375764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.624414774892463e-16f,-0.1446100421182232f,-0.08598086184285213f,0.9827657479002969f,0.1636422199517305f,1.5415751998477707f,-0.014262359224769088f,0.16301951189987715f,-0.9865197534004423f,0.32844798185909313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.624414774892463e-16f,-0.12500000000000014f,-0.08598086184285213f,0.9827657479002969f,0.1636422199517305f,1.3204529065702042f,-0.014262359224769088f,0.16301951189987715f,-0.9865197534004423f,0.29176859168162084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.01211762607762e-17f,3.624414774892463e-16f,-1.0778280233545159e-16f,0f,0.9865197534004423f,0.1636422199517305f,0.8097477135789858f,-3.6739403974420594e-16f,0.1636422199517305f,-0.9865197534004423f,0.2387306962501228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.387116533641574e-16f,1.4231231961740366e-16f,1.9234067676107454e-17f,0f,0.38735609243004343f,0.9219301804677661f,0.6644891789177195f,-3.6739403974420594e-16f,0.9219301804677661f,-0.38735609243004343f,-0.10699312142528947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9838133250857474f,-0.17699281595508096f,-0.028015789905271184f,0.18491402711523475f,-0.051642730406509574f,0.13033117849183462f,0.9901246448347247f,0.40208098745724824f,-0.1715936181210887f,0.9755446309693987f,-0.1373619423526531f,-0.6946780725344971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9838133250857474f,-0.17052884208805588f,0.05505683790259257f,0.1250000000000001f,-0.051642730406509574f,0.5640196606282785f,0.8241449210065679f,0.6130981363122421f,-0.1715936181210887f,0.8079614696511638f,-0.5636966327549292f,-0.4146751386716382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9839399987307973f,0.17518284345893725f,0.03424982124450056f,-0.19362516314979966f,0.046525339662613685f,0.0664516943132763f,0.9967043518978802f,0.4411188682356659f,0.17232954380174392f,0.9822907633081646f,-0.07353492131325401f,-0.7295997117789771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9839399987307973f,0.17449503757745288f,-0.03759735041837471f,-0.12499999999999988f,0.046525339662613685f,0.45405678059868454f,0.8897571762911702f,0.6240958345502143f,0.17232954380174392f,0.8737184454120226f,-0.4548830690187111f,-0.387174517975971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9765267303359022f,0.21539625098750448f,2.8867982734658787e-16f,6.679532276922679e-17f,0.16924758112425475f,0.7673057736836681f,0.6185443443725736f,0.6540423448741969f,0.13323213284737603f,0.6040250861779136f,-0.7857498928060402f,-0.23644882823597518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9765267303359022f,-0.21539609036844898f,-0.0002630464962147705f,8.028977259938665e-17f,-0.16924758112425475f,0.7665498219634161f,0.6194809333074298f,0.6447735749520207f,-0.13323213284737676f,0.604984210291345f,-0.7850116585599841f,-0.27317900992197974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.2724950543997103e-16f,2.8867982734658787e-16f,6.679532276922679e-17f,0f,0.7857498928060402f,0.6185443443725736f,0.6540423448741969f,-3.6739403974420594e-16f,0.6185443443725736f,-0.7857498928060402f,-0.23644882823597518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.968712610639337f,0.24818516875172136f,8.700202559537395e-17f,5.762785777602225e-17f,0.05877235357210234f,0.22939936479123094f,0.9715563503415414f,0.6540353718771877f,0.24112587676132194f,0.9411588885225809f,-0.23680848403514695f,-0.2114961507249647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9703734753676451f,-0.24160984728052418f,8.700202559537395e-17f,5.762785777602225e-17f,-0.057215261662464226f,0.22979267164972908f,0.9715563503415414f,0.6540353718771877f,-0.2347375814304433f,0.9427725121964269f,-0.23680848403514695f,-0.2114961507249647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.569440123911159e-16f,8.700202559537395e-17f,5.762785777602225e-17f,0f,0.23680848403514695f,0.9715563503415414f,0.6540353718771877f,-3.6739403974420594e-16f,0.9715563503415414f,-0.23680848403514695f,-0.2114961507249647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9594973784808523f,0.2805741720871677f,-0.02535576159322653f,-0.19374999999999998f,0.10575252049818842f,0.44214110622734054f,0.8906894220727808f,0.6701881054049392f,0.2611152716649342f,0.8519327298218236f,-0.4539046582286677f,-0.15828847310939798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.962730290685858f,-0.2694978423489953f,0.022832003091260725f,0.19375000000000006f,-0.10152783658766294f,0.4383489458157338f,0.893052238169786f,0.6595543794778745f,-0.250684035777614f,0.8574503569720355f,-0.44937334092575737f,-0.18259577667821908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.509060348140055e-16f,1.0882708840485969e-16f,-0.00781249999999991f,0f,0.2962135381418527f,0.9551217408380385f,0.6347802531877018f,-3.6739403974420594e-16f,0.9551217408380385f,-0.2962135381418527f,-0.3003269871826447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.5905563713110035e-16f,7.782949237883266e-17f,1.0037283714585997e-17f,0f,0.21184201146273518f,0.9773039251836771f,0.6821137026239067f,-3.6739403974420594e-16f,0.9773039251836771f,-0.21184201146273518f,-0.08196064139941692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.038201240613443155f,-0.30539180247622766f,-0.9514602000062401f,-0.07098711172518375f,-0.894753155781629f,0.413492498223224f,-0.16864383810840222f,0.5387873996583133f,0.44492410075698263f,0.8577644203937569f,-0.25745435259896554f,0.13959425566331374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.038201240613443155f,-0.30539180247622766f,-0.9514602000062401f,-0.06740574541767348f,-0.894753155781629f,0.413492498223224f,-0.16864383810840222f,0.4549042913037856f,0.44492410075698263f,0.8577644203937569f,-0.25745435259896554f,0.18130589010928086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.038201240613443155f,-0.30539180247622766f,-0.9514602000062401f,0.07352260142950741f,-0.894753155781629f,0.413492498223224f,-0.16864383810840222f,0.5221424211973098f,0.44492410075698263f,0.8577644203937569f,-0.25745435259896554f,0.19906822577614214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5539155154740486f,0.1096417576376119f,0.8253219291278125f,0.5052952575251839f,0.8205187820242144f,0.23996092170776973f,0.5188137280360438f,1.8787272044403203f,-0.1411613617907507f,0.9645711176659256f,-0.22288119907719448f,-0.5085703109911492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5127748108803855f,0.1096417576376119f,-0.8514932050866407f,0.5984520201716093f,-0.8176641806826797f,0.23996092170776973f,0.5233011023126938f,1.8784779048891258f,0.2617007469517568f,0.9645711176659256f,-0.03339577832001775f,-0.5190973202041856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9936721348952032f,0.1096417576376119f,-0.024379772659810544f,0.5555306047473682f,0.0026591952127397595f,0.23996092170776973f,0.9707789062057223f,1.7329857187338646f,0.1122880982723878f,0.9645711176659256f,-0.23873404020180655f,-0.4780237095673965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.8482362026239066f,-5.740531871003218e-21f,0f,-0.000015625f,0.605539358600583f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15.mcfunction new file mode 100644 index 000000000..c8c290611 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..368eeb4da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,-0.13524915524778472f,-0.24557640292848956f,0.02962830492517733f,-0.27030868044433587f,0.16696687913359223f,0.7523295308528535f,0.9821906521249144f,-0.07438629542447409f,0.7878922335710598f,-0.20158609023410776f,-0.08140119387075398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504738f,0.16513770290093646f,-0.24056463960341837f,0.02962830492517733f,-0.1820446030281068f,0.2524407535046483f,0.7369758669578973f,0.9821906521249144f,0.228038525813643f,0.7409475049223174f,-0.19747208839259536f,-0.08140119387075398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,0.13524915524778414f,0.24557640292848973f,-0.029628304925177304f,0.27030868044433587f,0.16696687913359223f,0.7523295308528535f,0.9821906521249144f,0.07438629542447353f,0.7878922335710599f,-0.2015860902341076f,-0.081401193870754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504735f,-0.16513770290093702f,0.24056463960341853f,-0.029628304925177304f,0.1820446030281068f,0.2524407535046483f,0.7369758669578973f,0.9821906521249144f,-0.22803852581364353f,0.7409475049223172f,-0.1974720883925952f,-0.081401193870754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5415512989321513f,-0.5818806415442466f,1.34519268494181f,-0.6928890008787811f,-1.45971334702756f,0.08519199056721292f,-0.5508044292240135f,0.6323501558850213f,0.1317777869540063f,-1.447606125207838f,-0.5731294540732071f,-0.3785971499522141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6330222215594887f,-0.7660444431189783f,0.1116188970489497f,-0.4967405302044078f,-0.027523512195887223f,0.16636567534280206f,0.9856799269256404f,0.6805420907951015f,-0.7736441839038748f,0.6208851530148451f,-0.12639740296952204f,-0.13118013582157362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6330222215594887f,-0.7660444431189783f,0.1116188970489497f,-0.29843750000000013f,-0.027523512195887223f,0.16636567534280206f,0.9856799269256404f,0.6724989279698214f,-0.7736441839038748f,0.6208851530148451f,-0.12639740296952204f,0.11966664284723015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8756832731226093f,0.4351107128012018f,0.2094217581315361f,0.34386519683784633f,0.45911663209884346f,-0.8845963817511552f,-0.08186061032620762f,0.3971589057845301f,0.14963530099374478f,0.16783297947183756f,-0.974392820015684f,0.18678764281549115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08751661721640663f,0.8737956080781195f,0.47835350632600804f,0.2984374999999999f,0.9842552574268488f,0.0018228712392288765f,0.17674350162892152f,0.6999984515119642f,0.15356571863083351f,0.48628994688748656f,-0.8601974526918579f,0.22229626189044388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.914732886341566e-16f,2.2365532064396956e-16f,-0.15625000000000003f,0f,0.6087614290087207f,0.7933533402912352f,0.2832396942378179f,-3.6739403974420594e-16f,0.7933533402912352f,-0.6087614290087207f,0.07913336690728846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-9.508857454295295e-17f,3.5487539141360093e-16f,-0.15625000000000006f,0f,0.9659258262890683f,0.2588190451025207f,0.465968405698909f,-3.6739403974420594e-16f,0.2588190451025207f,-0.9659258262890683f,0.12162490144970443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.5978681687064796e-16f,2.59786816870648e-16f,0.15625f,0f,0.7071067811865476f,0.7071067811865475f,0.4114027983278797f,-3.6739403974420594e-16f,0.7071067811865475f,-0.7071067811865476f,-0.05786857194760499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.5487539141360093e-16f,9.5088574542953e-17f,0.15624999999999994f,0f,0.25881904510252096f,0.9659258262890682f,0.465968405698909f,-3.6739403974420594e-16f,0.9659258262890682f,-0.25881904510252096f,0.12162490144970454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,0.29374999999999984f,0f,0.9848077530122081f,0.17364817766692997f,1.2055200372175747f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.3609668949546352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,0.3312499999999999f,0f,0.9848077530122081f,0.17364817766692997f,1.0986985847473234f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.24693514590137444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,-0.2937500000000002f,0f,0.9848077530122081f,0.17364817766692997f,1.2055200372175747f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.36096689495463496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,-0.3312500000000001f,0f,0.9848077530122081f,0.17364817766692997f,1.0986985847473234f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.24693514590137416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023079f,3.6181249875056936e-16f,0.19523827377799072f,0.1540578740099366f,0.9726831353778541f,0.17364817766692997f,1.3144692152656532f,0.027164559778536795f,0.17151028044721978f,-0.9848077530122081f,0.35796511743552106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6181249875056936e-16f,0.08005326181113263f,0f,0.9848077530122081f,0.17364817766692997f,1.3243934999330438f,-3.677613769070831e-16f,0.17364817766693f,-0.9848077530122081f,0.3597150365866133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,3.6181249875056936e-16f,0.05771677939820284f,0.23824655840996278f,0.9555547539512127f,0.17364817766692997f,1.3201394406638598f,0.042009296308611235f,0.1684900846658372f,-0.9848077530122081f,0.35896493115992323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412534f,3.6181249875056936e-16f,0.08682420206637889f,-0.06869671616600714f,0.982408810822135f,0.17364817766692997f,1.3299886787518744f,-0.012113084546138773f,0.17322517943366023f,-0.9848077530122081f,0.36070161757426167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765811f,3.6181249875056936e-16f,0.14461004211822293f,0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.438561179877135f,0.015134435901338224f,0.17298739392508913f,-0.9848077530122081f,0.3481137972642157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765811f,3.6181249875056936e-16f,0.12499999999999988f,0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.2178226208842937f,0.015134435901338224f,0.17298739392508913f,-0.9848077530122081f,0.3091916336310707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6181249875056936e-16f,-0.19523827377799102f,-0.1540578740099366f,0.9726831353778541f,0.17364817766692997f,1.3144692152656532f,-0.027164559778537517f,0.17151028044721967f,-0.9848077530122081f,0.35796511743552095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6181249875056936e-16f,-0.08005326181113294f,0f,0.9848077530122081f,0.17364817766692997f,1.3243934999330438f,-3.660266534311063e-16f,0.17364817766693f,-0.9848077530122081f,0.35971503658661325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6181249875056936e-16f,-0.05771677939820312f,-0.23824655840996278f,0.9555547539512127f,0.17364817766692997f,1.3201394406638598f,-0.04200929630861194f,0.16849008466583704f,-0.9848077530122081f,0.35896493115992323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6181249875056936e-16f,-0.08682420206637917f,0.06869671616600714f,0.982408810822135f,0.17364817766692997f,1.3299886787518744f,0.012113084546138039f,0.17322517943366028f,-0.9848077530122081f,0.36070161757426167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6181249875056936e-16f,-0.1446100421182232f,-0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.438561179877135f,-0.015134435901338956f,0.17298739392508908f,-0.9848077530122081f,0.34811379726421565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6181249875056936e-16f,-0.12500000000000014f,-0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.2178226208842937f,-0.015134435901338956f,0.17298739392508908f,-0.9848077530122081f,0.30919163363107066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,-1.1210619534470192e-16f,0f,0.9848077530122081f,0.17364817766692997f,0.7076821419134454f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.25097218485840056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.5487539141360093e-16f,9.5088574542953e-17f,2.0972076435398423e-17f,0f,0.25881904510252096f,0.9659258262890682f,0.610625f,-3.6739403974420594e-16f,0.9659258262890682f,-0.25881904510252096f,-0.11125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122079f,-0.1721625934348049f,-0.022665635416815474f,0.1855216849704418f,-3.855764100600519e-17f,-0.1305261922200514f,0.9914448613738104f,0.5220160597360294f,-0.1736481776669307f,0.9763825861650421f,0.12854320606946826f,-0.7682355316654954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122079f,-0.16773125949652096f,0.04494345552754786f,0.12500000000000014f,-3.855764100600519e-17f,0.2588190451025209f,0.9659258262890682f,0.6218749999999998f,-0.1736481776669307f,0.9512512425641976f,-0.254887002244179f,-0.42499999999999993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.1695320224998765f,0.0375843445352854f,-0.19386503737392155f,4.0292364481982e-17f,-0.2164396139381026f,0.9762960071199335f,0.5696645231119791f,0.17364817766692997f,0.9614638770465724f,0.21315140986521264f,-0.7843030344660171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17216259343480417f,-0.02266563541681537f,-0.12499999999999988f,4.0292364481982e-17f,0.1305261922200518f,0.9914448613738104f,0.6218749999999998f,0.17364817766692997f,0.9763825861650425f,-0.12854320606946879f,-0.39375000000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199335f,0.2164396139381026f,2.361563366202596e-16f,6.943194948045063e-17f,0.13912470208475056f,0.6275509767631346f,0.766044443118978f,0.6270919585759417f,0.16580236352810024f,0.7478861310934712f,-0.6427876096865395f,-0.24315163095403466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199333f,-0.21643961393810315f,2.361563366202596e-16f,8.333626964222659e-17f,-0.13912470208475056f,0.6275509767631346f,0.766044443118978f,0.6255231080324719f,-0.16580236352810096f,0.747886131093471f,-0.6427876096865395f,-0.28099742772160524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.814401625810819e-16f,2.361563366202596e-16f,6.943194948045063e-17f,0f,0.6427876096865395f,0.766044443118978f,0.6270919585759417f,-3.6739403974420594e-16f,0.766044443118978f,-0.6427876096865395f,-0.24315163095403466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9681476403781079f,0.25038000405444105f,1.2821867078571505e-17f,6.046693570790053e-17f,0.008738136125870214f,0.033787865382910086f,0.9993908270190958f,0.621875f,0.2502274793210124f,0.9675578709940633f,-0.0348994967025012f,-0.2187499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9681476403781076f,-0.2503800040544417f,1.2821867078571505e-17f,6.046693570790053e-17f,-0.008738136125870214f,0.033787865382910086f,0.9993908270190958f,0.621875f,-0.2502274793210131f,0.9675578709940631f,-0.0348994967025012f,-0.2187499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.671702332218485e-16f,1.2821867078571505e-17f,6.046693570790053e-17f,0f,0.0348994967025012f,0.9993908270190958f,0.621875f,-3.6739403974420594e-16f,0.9993908270190958f,-0.0348994967025012f,-0.2187499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588197348681932f,0.28293458057074694f,-0.02475356831940245f,-0.19374999999999998f,0.049318747037281285f,0.25169537835622546f,0.9665490663721057f,0.62650161100662f,0.27970051343885743f,0.9255255045817873f,-0.2552844749503336f,-0.16371733269599387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9612616959383188f,-0.2745884724609229f,0.024023378475231196f,0.19375000000000006f,-0.04786392453455324f,0.25211780683781304f,0.9665121086688163f,0.6213278414972305f,-0.2714498050283658f,0.9279212155495036f,-0.25549407250109346f,-0.18946000610152236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.65995994503686e-16f,3.2020500414969e-17f,-0.007812499999999908f,0f,0.0871557427476584f,0.9961946980917455f,0.621875f,-3.6739403974420594e-16f,0.9961946980917455f,-0.0871557427476584f,-0.30468749999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6739403974420594e-16f,8.157786440681346e-32f,9.950255243072246e-18f,0f,2.220446049250313e-16f,1f,0.621875f,-3.6739403974420594e-16f,1f,-2.220446049250313e-16f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3019161808622814f,-0.08621606121369832f,-0.9494279385621267f,-0.0922773209779195f,-0.9374236769168893f,0.1543419875905787f,-0.31211440341997815f,0.42519173485547906f,0.17344586962263792f,0.9842486178072007f,-0.034222633672195926f,0.12624472486143876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3019161808622814f,-0.08621606121369832f,-0.9494279385621267f,-0.06397267902208063f,-0.9374236769168893f,0.1543419875905787f,-0.31211440341997815f,0.33730826514452067f,0.17344586962263792f,0.9842486178072007f,-0.034222633672195926f,0.14250527513856107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3019161808622814f,-0.08621606121369832f,-0.9494279385621267f,0.06428919078431895f,-0.9374236769168893f,0.1543419875905787f,-0.31211440341997815f,0.4280671605129966f,0.17344586962263792f,0.9842486178072007f,-0.034222633672195926f,0.1395083950508293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3714539652202814f,0.003424683705505586f,0.9284450566746787f,0.505231601096766f,0.9207340228113453f,0.13002428440788572f,0.36788931039356665f,1.8502574619279013f,-0.11946049957942949f,0.9915048950992296f,-0.051451258823265414f,-0.5135713857528251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5474804245455575f,0.003424683705505586f,-0.8368114819246528f,0.5985183989032342f,-0.8294686203122518f,0.13002428440788572f,0.5432085174051549f,1.8409925380720986f,0.11066613147980471f,0.9915048950992296f,-0.06834508276065002f,-0.5126786142471745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9950591766023275f,0.003424683705505586f,0.09922452620705939f,0.5369913210689412f,0.09882585446189379f,0.13002428440788572f,0.9865734316076495f,1.6976389852588525f,-0.009522896060272934f,0.9915048950992296f,-0.12972030467467596f,-0.4936669542987984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.7879974999999999f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16.mcfunction new file mode 100644 index 000000000..f5e41925e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..32db5d3f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7603124541835039f,-0.13406359944122062f,-0.26626371844989644f,0.030464306204968428f,-0.28807035655480834f,0.14270298694950187f,0.7507301590015686f,0.96795081900487f,-0.07671301149275354f,0.7928475599161535f,-0.18014523320687234f,-0.07184729280550856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.738358563059216f,0.16369015254693844f,-0.26082976501214344f,0.030464306204968428f,-0.2072152530510662f,0.23713971103337084f,0.7354091353484754f,0.96795081900487f,0.22779041081685716f,0.7463044227459525f,-0.17646879987611985f,-0.07184729280550856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7603124541835039f,0.13406359944122007f,0.26626371844989655f,-0.030464306204968428f,0.28807035655480834f,0.14270298694950187f,0.7507301590015686f,0.96795081900487f,0.07671301149275299f,0.7928475599161536f,-0.18014523320687217f,-0.07184729280550857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7383585630592158f,-0.163690152546939f,0.26082976501214356f,-0.030464306204968428f,0.2072152530510662f,0.23713971103337084f,0.7354091353484754f,0.96795081900487f,-0.2277904108168577f,0.7463044227459524f,-0.1764687998761197f,-0.07184729280550857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.580035724911442f,-0.5687179257945483f,1.334737700339061f,-0.6948213802917451f,-1.4505789462123062f,0.19955703763525648f,-0.545347558476094f,0.6365644648971827f,0.02802728370808782f,-1.4415766228717046f,-0.6020610947053121f,-0.3817319119188316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6330310042808551f,-0.7638861440837159f,0.12549783462707478f,-0.4972134418357829f,0.014256906623816769f,0.15058376119913777f,0.9884944468618125f,0.6718979202196977f,-0.773995147421928f,0.6275368433327508f,-0.08443353615284961f,-0.13155310464562597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6348164274618631f,-0.7638861440837159f,0.11612950659272511f,-0.29843750000000013f,-0.000352140614480273f,0.15058376119913777f,0.9885971914081633f,0.6550674344027502f,-0.7726629144857058f,0.6275368433327508f,-0.0958620406543775f,0.11843475119009284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8777958805804601f,0.4309301555328302f,0.20922139730062378f,0.34369017658658096f,0.45079893916495706f,-0.890835419110508f,-0.05650285396292115f,0.3789480604033845f,0.16203304750489678f,0.1439147564034226f,-0.9762345181387613f,0.18060954418333278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08745726444860252f,0.8737972724828366f,0.4783613210709273f,0.2984374999999999f,0.9799073103914031f,-0.010948678881989804f,0.19915267879751425f,0.6803354119933338f,0.17925649203488841f,0.48616710402113245f,-0.8552827936016552f,0.22373552710595115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.9987799382924553e-16f,2.1225354945563132e-16f,-0.15625000000000003f,0f,0.5777272532875344f,0.8162298823302423f,0.26697259114620053f,-3.6739403974420594e-16f,0.8162298823302423f,-0.5777272532875344f,0.0716763574866362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0048343010907407e-16f,3.5338571096336364e-16f,-0.15625000000000006f,0f,0.9618711049569681f,0.2735031580235612f,0.4490328180632793f,-3.6739403974420594e-16f,0.2735031580235612f,-0.9618711049569681f,0.11694650521007288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.665266089655413e-16f,2.528674497694328e-16f,0.15625f,0f,0.688273141136119f,0.7254516408352938f,0.39920480395571145f,-3.6739403974420594e-16f,0.7254516408352938f,-0.688273141136119f,-0.06391941615184643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.572525390333965e-16f,8.572633080774363e-17f,0.15624999999999994f,0f,0.2333362045487446f,0.9723961207485283f,0.4490328180632793f,-3.6739403974420594e-16f,0.9723961207485283f,-0.2333362045487446f,0.11694650521007299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.453191530146921e-17f,3.61682197995825e-16f,0.29374999999999984f,0f,0.9844530908766028f,0.17564769245140402f,1.1848760804587697f,-3.6739403974420594e-16f,0.17564769245140402f,-0.9844530908766028f,0.3636089916460328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.453191530146921e-17f,3.61682197995825e-16f,0.3312499999999999f,0f,0.9844530908766028f,0.17564769245140402f,1.0782864152665135f,-3.6739403974420594e-16f,0.17564769245140402f,-0.9844530908766028f,0.24936055281992575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.453191530146921e-17f,3.61682197995825e-16f,-0.2937500000000002f,0f,0.9844530908766028f,0.17564769245140402f,1.1848760804587697f,-3.6739403974420594e-16f,0.17564769245140402f,-0.9844530908766028f,0.36360899164603255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.453191530146921e-17f,3.61682197995825e-16f,-0.3312500000000001f,0f,0.9844530908766028f,0.17564769245140402f,1.0782864152665135f,-3.6739403974420594e-16f,0.17564769245140402f,-0.9844530908766028f,0.24936055281992553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876884664322324f,0.15643266548593623f,-0.000560754589779643f,0.19525560005204073f,0.15407980889246545f,0.9734399438757184f,0.1693342498105427f,1.2941498099316808f,0.027035268972327737f,0.16716308454979864f,-0.9855585205330989f,0.36016984323430334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999998427755179f,-0.0000017970840536785104f,-0.000560754589779643f,0.08007058808518265f,-0.00009672610477523547f,0.9855586753132262f,0.1693342498105427f,1.3040705205329821f,0.0005523522427989622f,0.16933427742666016f,-0.9855585205330989f,0.36193991226120337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702971548921476f,0.2419128756722794f,-0.001261662463550744f,0.0577569134683574f,0.23854244346095632f,0.9576204947506763f,0.1614326196936249f,1.2998958770387534f,0.040260823089948064f,0.15633665154863197f,-0.9868829299905241f,0.36222884291785207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975626216436732f,-0.0697654936715136f,-0.001261662463550744f,0.08686422198200948f,-0.06905366177319333f,0.9844648805795801f,0.1614326196936249f,1.30977206692822f,-0.01002036402110023f,0.1611262697334085f,-0.9868829299905241f,0.36380716144028974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714661038574036f,-0.001261662463550744f,0.1446096362297828f,0.08580074033557816f,0.9831468569123945f,0.1614326196936249f,1.4181925504084343f,0.015308705097513987f,0.16071006826442397f,-0.9868829299905241f,0.3498032181913464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715393879903537f,-0.000560754589779643f,0.12499999999999988f,0.08580074033557816f,0.9818167572408648f,0.1693342498105427f,1.19728378002924f,0.015308705097513987f,0.16864176870765613f,-0.9855585205330989f,0.31185882023212386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.61682197995825e-16f,-0.19523827377799102f,-0.15400239262848314f,0.9723328397216662f,0.17564769245140402f,1.2938311296440457f,-0.02747735280418675f,0.1734851778866923f,-0.9844530908766028f,0.3608284660374029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.61682197995825e-16f,-0.08005326181113294f,0f,0.9844530908766028f,0.17564769245140402f,1.3037518402453467f,-3.660266534311063e-16f,0.17564769245140402f,-0.9844530908766028f,0.36259853506430306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.61682197995825e-16f,-0.05771677939820312f,-0.23816075787381974f,0.955210626796763f,0.17564769245140402f,1.2994993130048669f,-0.04249302271555147f,0.17043020531583786f,-0.9844530908766028f,0.3618397923636103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.61682197995825e-16f,-0.08682420206637917f,0.06867197618605676f,0.9820550126256669f,0.17564769245140402f,1.3093450040535697f,0.012252563646702196f,0.1752198235006146f,-0.9844530908766028f,0.36359647628214437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.61682197995825e-16f,-0.1446100421182232f,-0.08580074033557815f,0.9807069496513031f,0.17564769245140402f,1.4179428437007828f,-0.015308705097514716f,0.17497929995213818f,-0.9844530908766028f,0.3512291627213548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.61682197995825e-16f,-0.12500000000000014f,-0.08580074033557815f,0.9807069496513031f,0.17564769245140402f,1.19728378002924f,-0.015308705097514716f,0.17497929995213818f,-0.9844530908766028f,0.31185882023212375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.453191530146921e-17f,3.61682197995825e-16f,-1.1270554437645313e-16f,0f,0.9844530908766028f,0.17564769245140402f,0.6872625805658746f,-3.6739403974420594e-16f,0.17564769245140402f,-0.9844530908766028f,0.25260353694067306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.572525390333965e-16f,8.572633080774363e-17f,2.1264157761070558e-17f,0f,0.2333362045487446f,0.9723961207485283f,0.5997615038600954f,-3.6739403974420594e-16f,0.9723961207485283f,-0.2333362045487446f,-0.11204500834002504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9849384308052946f,-0.17150760430700468f,-0.02194149465455153f,0.1857059550384212f,0.009482675373279053f,-0.18028824985206005f,0.9835681094022142f,0.5468105176839781f,-0.1726452037867511f,0.9685459661937337f,0.17919917683761305f,-0.7760231760877256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9849384308052946f,-0.16746657854062477f,0.04302595257168121f,0.12500000000000014f,0.009482675373279053f,0.19614848121240314f,0.980528353585878f,0.6231493994700273f,-0.1726452037867511f,0.9661680590818371f,-0.19160614609001164f,-0.42550359255406794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9849459355857443f,0.16858750581620863f,0.038206764529238754f,-0.193894720828354f,-0.008600817617851562f,-0.2685442319178254f,0.9632289558770385f,0.5952750363456255f,0.1726485734358304f,0.9483998357161052f,0.2659515401426314f,-0.7882391019509791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9849459355857443f,0.17171470355170526f,-0.019888804822634623f,-0.12499999999999988f,-0.008600817617851562f,0.06623227813217203f,0.9977671628540032f,0.6209798781284145f,0.1726485734358304f,0.9829177716968865f,-0.06375832630331575f,-0.39391984078097764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9759197078853743f,0.21813006157090253f,2.2647690612988587e-16f,6.965830603842191e-17f,0.13446440642557725f,0.6015973373627579f,0.7874007664986474f,0.6214962542203527f,0.17175577767732567f,0.7684399260300798f,-0.6164414269963877f,-0.24376774480860045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9759197078853741f,-0.2181300615709031f,2.2647690612988587e-16f,8.357428187987134e-17f,-0.13446440642557725f,0.6015973373627579f,0.7874007664986474f,0.6212117152243026f,-0.1717557776773264f,0.7684399260300796f,-0.6164414269963877f,-0.2816452668585996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.892863485016223e-16f,2.2647690612988587e-16f,6.965830603842191e-17f,0f,0.6164414269963877f,0.7874007664986474f,0.6214962542203527f,-3.6739403974420594e-16f,0.7874007664986474f,-0.6164414269963877f,-0.24376774480860045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9674150116158239f,0.25319596225128754f,-1.5233376329657546e-18f,6.077705901425325e-17f,-0.0010498344994407257f,-0.004011223739275788f,0.9999914039288725f,0.6153083489270279f,0.2531937857607868f,0.9674066956475743f,0.004146331916615648f,-0.21959411632417503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.966859784406641f,-0.255307965596735f,-1.5233376329657546e-18f,6.077705901425325e-17f,0.0010585915663199508f,-0.00400892158297738f,0.9999914039288725f,0.6153083489270279f,-0.25530577095130336f,0.9668514732111639f,0.004146331916615648f,-0.21959411632417503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6739088159890847e-16f,-1.5233376329657546e-18f,6.077705901425325e-17f,0f,-0.004146331916615648f,0.9999914039288725f,0.6153083489270279f,-3.6739403974420594e-16f,0.9999914039288725f,0.004146331916615648f,-0.21959411632417503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9581480036622635f,0.28515789537659003f,-0.02524634196102137f,-0.19374999999999998f,0.038403407955642836f,0.21542673625880737f,0.9757645717908962f,0.61773607557603f,0.28368570872606813f,0.9339573309360939f,-0.21736173226977293f,-0.16438741673671936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9603491861433445f,-0.27767502352976164f,0.02502043128249789f,0.19375000000000006f,-0.03740086879619287f,0.21724259966802373f,0.9754008549836158f,0.6135828394589139f,-0.27627995889515017f,0.9357896313794171f,-0.21901404090986737f,-0.19033866627504345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6699946382330514e-16f,1.702274927776882e-17f,-0.007812499999999908f,0f,0.04633376548411271f,0.9989260143654601f,0.6187843269847624f,-3.6739403974420594e-16f,0.9989260143654601f,-0.04633376548411271f,-0.30450049466403917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.67086550420201e-16f,-1.5028138280054072e-17f,9.950255243072246e-18f,0f,-0.04090468721408014f,0.9991630530418538f,0.6096446859353664f,-3.6739403974420594e-16f,0.9991630530418538f,0.04090468721408014f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.301914675378299f,-0.08621527568165818f,-0.9494284886342688f,-0.09227725040835784f,-0.9374239366187513f,0.1543435805529263f,-0.3121128356801515f,0.41296143296437027f,0.17344708658671465f,0.9842484368193012f,-0.03422167110680986f,0.12624466781624769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.301914675378299f,-0.08621527568165818f,-0.9494284886342688f,-0.0639727495916423f,-0.9374239366187513f,0.1543435805529263f,-0.3121128356801515f,0.32507793890636233f,0.17344708658671465f,0.9842484368193012f,-0.03422167110680986f,0.14250533218375216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.301914675378299f,-0.08621527568165818f,-0.9494284886342688f,0.06428927329514027f,-0.9374239366187513f,0.1543435805529263f,-0.3121128356801515f,0.415836611287389f,0.17344708658671465f,0.9842484368193012f,-0.03422167110680986f,0.1395082506660214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36448167220228356f,-0.02004839779724134f,0.9309947219906194f,0.5053495005464912f,0.9245908404318122f,0.11120599532123299f,0.36436932416740153f,1.8441735388108491f,-0.11083721585380153f,0.9935951330146386f,-0.021995982164939695f,-0.5146790754188254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5762566305306767f,-0.02004839779724134f,-0.8170228622965179f,0.598400260413509f,-0.8134016421040429f,0.11120599532123299f,0.5709737255137579f,1.8331755392998836f,0.07941073222101432f,0.9935951330146386f,-0.08039059184845512f,-0.5115706039411744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9925414385815247f,-0.02004839779724134f,0.12024788748365246f,0.5338376973574522f,0.11731199478363065f,0.11120599532123299f,0.9868490879990208f,1.6906471758555133f,-0.0331570290949444f,0.9935951330146386f,-0.10802464103721683f,-0.49692114352441735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.7757671859353663f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17.mcfunction new file mode 100644 index 000000000..881c21ba9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..febd9c023 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.745278104697796f,-0.13141263798948988f,-0.3069783537631748f,0.03233364643682704f,-0.3253433558075821f,0.11666269837445914f,0.7399229419907827f,0.9627484577870744f,-0.07521098280415321f,0.7975368191055993f,-0.15881679596629608f,-0.0626313489583331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7237583278247183f,0.1604533583221189f,-0.30071348940066106f,0.03233364643682704f,-0.2507100593889806f,0.22754526497958147f,0.7248224737868892f,0.9627484577870744f,0.23090766341882543f,0.7499852479806024f,-0.1555756368649431f,-0.0626313489583331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.745278104697796f,0.13141263798948932f,0.30697835376317495f,-0.03233364643682704f,0.3253433558075821f,0.11666269837445914f,0.7399229419907827f,0.9627484577870744f,0.07521098280415266f,0.7975368191055994f,-0.15881679596629586f,-0.06263134895833311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.723758327824718f,-0.16045335832211946f,0.30071348940066117f,-0.03233364643682704f,0.2507100593889806f,0.22754526497958147f,0.7248224737868892f,0.9627484577870744f,-0.230907663418826f,0.7499852479806023f,-0.15557563686494288f,-0.06263134895833311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6146115542801636f,-0.5550420612019937f,1.3249857348824416f,-0.6965205802785074f,-1.435105790075389f,0.3017052479167328f,-0.5393065590845288f,0.65078932412718f,-0.064267088291078f,-1.4290935951420898f,-0.6284643885586845f,-0.38380741541665975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.632924347336025f,-0.7619001671843505f,0.1375314720117749f,-0.4976127666710831f,0.051365432175979574f,0.13592511850786876f,0.9893866557296982f,0.674551182119912f,-0.7725078400421845f,0.6332712668383751f,-0.046894985555789456f,-0.13169064964695548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6364962617053054f,-0.7619001671843505f,0.11991932321202585f,-0.29843750000000013f,0.023897120690445278f,0.13592511850786876f,0.9904308606769722f,0.6498570644154009f,-0.7709094865533032f,0.6332712668383751f,-0.06830860955283424f,0.11718885059941161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.879768026157536f,0.4269879330176749f,0.20902039423981203f,0.34349534772738427f,0.44282243256422277f,-0.8959823559528878f,-0.03352478246038998f,0.3730677334822157f,0.17296390770555914f,0.12205295112534452f,-0.9773364639431072f,0.17491654611073992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08729064677051486f,0.8737993929719001f,0.4783878801018312f,0.2984374999999999f,0.9753995834447522f,-0.022611968597229193f,0.21928144356502519f,0.6729752344658694f,0.20242528399927862f,0.48576055800990753f,-0.850329750555462f,0.22489574830572223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.0706929107608305e-16f,2.0170976901875364e-16f,-0.15625000000000003f,0f,0.549028419620503f,0.8358036817632551f,0.26288352112889735f,-3.6739403974420594e-16f,0.8358036817632551f,-0.549028419620503f,0.06482441356696302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0528618696020932e-16f,3.519846577266501e-16f,-0.15625000000000006f,0f,0.9580576156644117f,0.28657565330540924f,0.4443104218991334f,-3.6739403974420594e-16f,0.28657565330540924f,-0.9580576156644117f,0.1125694884638247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.725366891883555e-16f,2.463780296329542e-16f,0.15625f,0f,0.6706097622174062f,0.7418103172770744f,0.3988508631198372f,-3.6739403974420594e-16f,0.7418103172770744f,-0.6706097622174062f,-0.06944353583826107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.592127111168967e-16f,7.710128800231586e-17f,0.15624999999999994f,0f,0.20985993146757848f,0.9777314606600439f,0.4443104218991334f,-3.6739403974420594e-16f,0.9777314606600439f,-0.20985993146757848f,0.11256948846382481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.521900732433888e-17f,3.6155893229623713e-16f,0.29374999999999984f,0f,0.984117577269268f,0.17751786983193005f,1.176607138700273f,-3.6739403974420594e-16f,0.17751786983193005f,-0.984117577269268f,0.365872887992472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.521900732433888e-17f,3.6155893229623713e-16f,0.3312499999999999f,0f,0.984117577269268f,0.17751786983193005f,1.070234741838358f,-3.6739403974420594e-16f,0.17751786983193005f,-0.984117577269268f,0.2514221313944869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.521900732433888e-17f,3.6155893229623713e-16f,-0.2937500000000002f,0f,0.984117577269268f,0.17751786983193005f,1.176607138700273f,-3.6739403974420594e-16f,0.17751786983193005f,-0.984117577269268f,0.36587288799247175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.521900732433888e-17f,3.6155893229623713e-16f,-0.3312500000000001f,0f,0.984117577269268f,0.17751786983193005f,1.070234741838358f,-3.6739403974420594e-16f,0.17751786983193005f,-0.984117577269268f,0.25142213139448666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876887651477281f,0.1564283936553271f,-0.0010299802764895639f,0.19526979498234592f,0.1540914699527739f,0.9740259051493743f,0.1659197245228404f,1.286151681077181f,0.02695778345393606f,0.16371833665278882f,-0.9861387245995842f,0.36208916411642444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999994695517941f,-0.0000060630507380809995f,-0.0010299802764895639f,0.08008478301548783f,-0.00017687314984823899f,0.9861392466229876f,0.1659197245228404f,1.2960690105794415f,0.0010146979941857235f,0.16591981868687597f,-0.9861387245995842f,0.3638780796366082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.970300546019422f,0.24189146493731464f,-0.0023172364772405703f,0.05779157860757725f,0.2387637020264124f,0.9592043940719879f,0.151389646236567f,1.291973667699617f,0.038842566715578064f,0.1463401844452515f,-0.988471448969304f,0.365034491572121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975592305163988f,-0.06978690440647836f,-0.0023172364772405703f,0.08689861615094846f,-0.06933268418039447f,0.986039631007146f,0.151389646236567f,1.3018706676605505f,-0.008280127769067284f,0.1511807992327474f,-0.988471448969304f,0.366482035085129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712493276327106f,-0.0023172364772405703f,0.14460867272083638f,0.08577149839792894f,0.9847458682700532f,0.151389646236567f,1.4101536164938306f,0.015471701796183599f,0.15061481008205777f,-0.988471448969304f,0.3513163866018107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714965653705126f,-0.0010299802764895639f,0.12499999999999988f,0.08577149839792894f,0.9824021045767556f,0.1659197245228404f,1.189113142964061f,0.015471701796183599f,0.16520000692686176f,-0.9861387245995842f,0.31414638504326686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6155893229623713e-16f,-0.19523827377799102f,-0.153949906736806f,0.9720014568435904f,0.17751786983193005f,1.2855672743079045f,-0.027769913002239677f,0.17533233028028258f,-0.984117577269268f,0.363299385711004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6155893229623713e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.984117577269268f,0.17751786983193005f,1.295484603810165f,-3.677613769070831e-16f,0.17751786983193005f,-0.984117577269268f,0.36508830123118785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6155893229623713e-16f,-0.05771677939820312f,-0.2380795897859338f,0.9548850793774584f,0.17751786983193005f,1.2912335258827787f,-0.042945459572555945f,0.17224483043554029f,-0.984117577269268f,0.3643214799533349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6155893229623713e-16f,-0.08682420206637917f,0.06864857193991587f,0.9817203163126165f,0.17751786983193005f,1.3010758614000186f,0.012383020626043713f,0.17708544522303643f,-0.984117577269268f,0.36609686784960604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6155893229623713e-16f,-0.1446100421182232f,-0.08577149839792894f,0.9803727127745384f,0.17751786983193005f,1.4096970033383318f,-0.015471701796184331f,0.1768423607431093f,-0.984117577269268f,0.35393591621046633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6155893229623713e-16f,-0.12500000000000014f,-0.08577149839792894f,0.9803727127745384f,0.17751786983193005f,1.189113142964061f,-0.015471701796184331f,0.1768423607431093f,-0.984117577269268f,0.3141463850432668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.521900732433888e-17f,3.6155893229623713e-16f,-1.131899953387628e-16f,0f,0.984117577269268f,0.17751786983193005f,0.6792054511813131f,-3.6739403974420594e-16f,0.17751786983193005f,-0.984117577269268f,0.2539221510440673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.592127111168967e-16f,7.710128800231586e-17f,2.1514771330073457e-17f,0f,0.20985993146757848f,0.9777314606600439f,0.6005079768809712f,-3.6739403974420594e-16f,0.9777314606600439f,-0.20985993146757848f,-0.11272714670344919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9850313989006448f,-0.1710307533266598f,-0.021485450806389604f,0.18591697429831044f,0.01787382717067165f,-0.22531464303797968f,0.9741220857443591f,0.5803225736150937f,-0.1714458208359466f,0.9591568135863826f,0.2249989721503311f,-0.7811949596591308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9850313989006448f,-0.16737434458198294f,0.04121858750115268f,0.12500000000000014f,0.01787382717067165f,0.13865631121791f,0.9901792532979646f,0.6349466056345527f,-0.1714458208359466f,0.976094388947705f,-0.13358920009751823f,-0.4255054909966526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9850593020703277f,0.16778965667751083f,0.03879178413996967f,-0.1939305304094222f,-0.016250276764557113f,-0.3148079653796139f,0.9490162661612407f,0.6293015130205728f,0.1714470761191169f,0.9342069235697147f,0.31283114302226195f,-0.7899097968337174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9850593020703277f,0.17133800391344486f,-0.01736259829850692f,-0.12499999999999988f,-0.016250276764557113f,0.007892461090505384f,0.999836805465277f,0.6308199499971368f,0.1714470761191169f,0.9851806928035542f,-0.004990252229550185f,-0.39372144101498624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9753900737994157f,0.22048628967255654f,2.1836477082853158e-16f,6.977979536945473e-17f,0.13104850081047184f,0.5797340372803174f,0.8041981947592218f,0.6270526037836317f,0.17731467612382867f,0.7844069365355543f,-0.5943612231177339f,-0.2440984233659265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9753900737994154f,-0.2204862896725571f,2.1836477082853158e-16f,8.369361676287959e-17f,-0.13104850081047184f,0.5797340372803174f,0.8041981947592218f,0.6278191153771686f,-0.1773146761238294f,0.784406936535554f,-0.5943612231177339f,-0.2819700812815318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.954576235275882e-16f,2.1836477082853158e-16f,6.977979536945473e-17f,0f,0.5943612231177339f,0.8041981947592218f,0.6270526037836317f,-3.6739403974420594e-16f,0.8041981947592218f,-0.5943612231177339f,-0.2440984233659265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9664321693037242f,0.25692189890100425f,-1.456314142752213e-17f,6.098663018377833e-17f,-0.01018413350452804f,-0.038308428660073585f,0.9992140650122765f,0.6199943579652247f,0.2567199749915456f,0.9656726164486069f,0.039639024731216554f,-0.22016454247934886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9654489519689369f,-0.26059225073298214f,-1.456314142752213e-17f,6.098663018377833e-17f,0.010329622671568051f,-0.03826945488382379f,0.9992140650122765f,0.6199943579652247f,-0.2603874421656015f,0.9646901718587235f,0.039639024731216554f,-0.22016454247934886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.671052919140899e-16f,-1.456314142752213e-17f,6.098663018377833e-17f,0f,-0.039639024731216554f,0.9992140650122765f,0.6199943579652247f,-3.6739403974420594e-16f,0.9992140650122765f,0.039639024731216554f,-0.22016454247934886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9573205078151859f,0.28783851898277063f,-0.02619985317287026f,-0.19374999999999998f,0.028382554316560102f,0.1838315880756773f,0.9825479010389478f,0.620431445085738f,0.2876314932807989f,0.9398696368195855f,-0.1841553416485061f,-0.1648120092211177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9593479484700268f,-0.28099360066898005f,0.02634597026933454f,0.19375000000000006f,-0.027714554360219825f,0.18669588372725113f,0.9820267564969476f,0.6171870814952839f,-0.2808619184634422f,0.9413751873628189f,-0.1868939254621514f,-0.1909611610332025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.673788250742927e-16f,3.343549999536881e-18f,-0.007812499999999909f,0f,0.00910071922196884f,0.9999585875973278f,0.6265611991498505f,-3.6739403974420594e-16f,0.9999585875973278f,-0.00910071922196884f,-0.3040052611255169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.662722473138088e-16f,-2.868834758676867e-17f,9.950255243072246e-18f,0f,-0.07808604518119733f,0.9969466232190969f,0.6091138484296768f,-3.6739403974420594e-16f,0.9969466232190969f,0.07808604518119733f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30191316989376954f,-0.08621449014479052f,-0.9494290387036672f,-0.09227717983877053f,-0.9374241963167691f,0.1543451735129061f,-0.312111267936822f,0.4124306076320252f,0.17344830355052643f,0.9842482558289575f,-0.034220708541754866f,0.126244610771069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30191316989376954f,-0.08621449014479052f,-0.9494290387036672f,-0.06397282016122961f,-0.9374241963167691f,0.1543451735129061f,-0.312111267936822f,0.3245470892273281f,0.17344830355052643f,0.9842482558289575f,-0.034220708541754866f,0.14250538922893083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30191316989376954f,-0.08621449014479052f,-0.9494290387036672f,0.06428935580555005f,-0.9374241963167691f,0.1543451735129061f,-0.312111267936822f,0.4153055386202f,0.17344830355052643f,0.9842482558289575f,-0.034220708541754866f,0.13950810628126314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.45528609717168966f,-0.04224830085293793f,0.889342257399934f,0.5054942718929671f,0.8843010343608946f,0.09473456162938321f,0.4572056905388869f,1.8492710780318191f,-0.10356761245883092f,0.9946056725697517f,-0.005771112687269493f,-0.5156934024367869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6821347560543218f,-0.04224830085293793f,-0.7300049696116805f,0.5982548117870329f,-0.7301004124132142f,0.09473456162938321f,0.6767412730334563f,1.8366954927475345f,0.040565531880716064f,0.9946056725697517f,-0.09546723896345993f,-0.5105553684432127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9894457588700344f,-0.04224830085293793f,0.1386079771482918f,0.5310833452677562f,0.13413957636570326f,0.09473456162938321f,0.9864238120023857f,1.695019713589319f,-0.05480569593145766f,0.9946056725697517f,-0.0880675410440212f,-0.49991425428339664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.7752363484296767f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18.mcfunction new file mode 100644 index 000000000..cb7df9cca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..16dc01c6c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7227875368071092f,-0.12744694405890633f,-0.3581618314823653f,0.035130077598373124f,-0.373124354110025f,0.09047165759508491f,0.7207895254416637f,0.9658927589637075f,-0.07280685030086732f,0.801571331864163f,-0.13830042272973495f,-0.05412608434217873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019171712070926f,0.1556112904740428f,-0.35085240635007214f,0.035130077598373124f,-0.3037713789879179f,0.22175355551441614f,0.7060795351265278f,0.9658927589637075f,0.23459589525908553f,0.7527353365517777f,-0.13547796512300567f,-0.05412608434217873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7227875368071092f,0.12744694405890578f,0.3581618314823654f,-0.035130077598373124f,0.373124354110025f,0.09047165759508491f,0.7207895254416637f,0.9658927589637075f,0.07280685030086678f,0.8015713318641631f,-0.13830042272973467f,-0.05412608434217875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019171712070924f,-0.15561129047404335f,0.35085240635007225f,-0.035130077598373124f,0.3037713789879179f,0.22175355551441614f,0.7060795351265278f,0.9658927589637075f,-0.23459589525908603f,0.7527353365517776f,-0.1354779651230054f,-0.05412608434217875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6453600032188995f,-0.5414154538975791f,1.3159734125453222f,-0.6980182079411384f,-1.4155645324278983f,0.3917429459340859f,-0.5330298010834565f,0.6731364653054179f,-0.14523694701241652f,-1.4123784976385623f,-0.6523031953246509f,-0.38505661087534665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6327879294602702f,-0.7600884946231753f,0.14780025937345145f,-0.49794564669474933f,0.08389931827812976f,0.12244952398355922f,0.988922149852386f,0.6866329526579872f,-0.76976641958574f,0.6381783406052535f,-0.013713674215017773f,-0.13165001699042328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6380671522642438f,-0.7600884946231753f,0.12302759667194009f,-0.29843750000000013f,0.04529628804448746f,0.12244952398355922f,0.9914405480741599f,0.6549799421610959f,-0.7686472243433845f,0.6381783406052535f,-0.043701831672549596f,0.1159606719658883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8815958066852762f,0.4232993098782657f,0.208821761058375f,0.34328538478405834f,0.4352887267381067f,-0.9001983788107355f,-0.012907484698476801f,0.3776110929021566f,0.18251728140002244f,0.10227694287134069f,-0.9778685335704578f,0.16972742582576353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08703164870323439f,0.8738019100131654f,0.47843046953694396f,0.2984374999999999f,0.9708961097722002f,-0.03316748648844292f,0.23719330064157942f,0.676058414209472f,0.2231282952769651f,0.4851496056861047f,-0.845484254110869f,0.2258167487941907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1317415587953047e-16f,1.9209458224715938e-16f,-0.15625f,0f,0.5228571001884058f,0.8524203498172549f,0.26906514657107106f,-3.6739403974420594e-16f,0.8524203498172549f,-0.5228571001884058f,0.058591529490613276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0951859388470961e-16f,3.5069082969630554e-16f,-0.15625000000000003f,0f,0.9545359797901736f,0.2980957283927652f,0.44990374108418335f,-3.6739403974420594e-16f,0.2980957283927652f,-0.9545359797901736f,0.10851862869056819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.7785748233080063e-16f,2.4036139447164963e-16f,0.15625000000000003f,0f,0.6542332440640535f,0.7562928416700933f,0.4084339217631802f,-3.6739403974420594e-16f,0.7562928416700933f,-0.6542332440640535f,-0.07444466430964897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6081233556588396e-16f,6.92303325361008e-17f,0.15624999999999997f,0f,0.18843618852472857f,0.9820854356186497f,0.44990374108418335f,-3.6739403974420594e-16f,0.9820854356186497f,-0.18843618852472857f,0.1085186286905683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.585681057523807e-17f,3.6144330252533985e-16f,0.29374999999999984f,0f,0.9838028476917885f,0.17925388942371015f,1.178856010268161f,-3.6739403974420594e-16f,0.17925388942371015f,-0.9838028476917885f,0.3678005473825796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.585681057523807e-17f,3.6144330252533985e-16f,0.3312499999999999f,0f,0.9838028476917885f,0.17925388942371015f,1.0726857064401603f,-3.6739403974420594e-16f,0.17925388942371015f,-0.9838028476917885f,0.2531622942335107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.585681057523807e-17f,3.6144330252533985e-16f,-0.2937500000000002f,0f,0.9838028476917885f,0.17925388942371015f,1.178856010268161f,-3.6739403974420594e-16f,0.17925388942371015f,-0.9838028476917885f,0.3678005473825794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.585681057523807e-17f,3.6144330252533985e-16f,-0.3312500000000001f,0f,0.9838028476917885f,0.17925388942371015f,1.0726857064401603f,-3.6739403974420594e-16f,0.17925388942371015f,-0.9838028476917885f,0.25316229423351044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876891402248567f,0.1564230298024909f,-0.0014135166402965533f,0.19528119238971914f,0.15409447577744367f,0.974462122622658f,0.1633354343325997f,1.2886218437670156f,0.026926841938076866f,0.16110681959852974f,-0.9865695808517961f,0.36375803778433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999990009196518f,-0.000011419540635021486f,-0.0014135166402965533f,0.08009618042286105f,-0.0002421437789423414f,0.9865705637498878f,0.1633354343325997f,1.2985360016188596f,0.0013926686930577185f,0.16333561342163797f,-0.9865695808517961f,0.36556444783841063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703048037122768f,0.24186458292260404f,-0.0031798459954774597f,0.05782064242544371f,0.23892445834728226f,0.9603947176611161f,0.14337743717922663f,1.2945136706689986f,0.03773183134089792f,0.13836007305686157f,-0.9896629724746511f,0.36742824845276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997554972823544f,-0.06981378642118895f,-0.0031798459954774597f,0.08692733975503486f,-0.06954762605174153f,0.9872213724481882f,0.14337743717922663f,1.3044264523194606f,-0.0068705098490188295f,0.1432480261890284f,-0.9896629724746511f,0.3687708412852401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08709771566086567f,-0.0031798459954774597f,0.1446074629069023f,0.08574406790783906f,0.9859466848296276f,0.14337743717922663f,1.412591687595266f,0.015623005873129682f,0.1425591898129552f,-0.9896629724746511f,0.35267954543421953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714427958623311f,-0.0014135166402965533f,0.12499999999999988f,0.08574406790783906f,0.9828374691219282f,0.1633354343325997f,1.1914532570428324f,0.015623005873129682f,0.16259269302585383f,-0.9865695808517961f,0.31609618950340246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6144330252533985e-16f,-0.19523827377799102f,-0.15390067218372067f,0.9716906021094736f,0.17925388942371015f,1.287820516764377f,-0.02804148629837916f,0.17704697659012852f,-0.9838028476917885f,0.36541928938265134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6144330252533985e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9838028476917885f,0.17925388942371015f,1.2977346746162208f,-3.660266534311063e-16f,0.17925388942371018f,-0.9838028476917885f,0.36722569943673206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6144330252533985e-16f,-0.05771677939820312f,-0.23800344980994867f,0.9545796986134975f,0.17925388942371015f,1.2934849562214665f,-0.043365440722997556f,0.17392928282617595f,-0.9838028476917885f,0.36645137910110537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6144330252533985e-16f,-0.08682420206637917f,0.06862661751440793f,0.9814063534005696f,0.17925388942371015f,1.3033241440720347f,0.012504119231117012f,0.178817235958343f,-0.9838028476917885f,0.36824412923912636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6144330252533985e-16f,-0.1446100421182232f,-0.08574406790783906f,0.9800591808381207f,0.17925388942371015f,1.4119665727314092f,-0.015623005873130414f,0.17857177425622406f,-0.9838028476917885f,0.3562748387110527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6144330252533985e-16f,-0.12500000000000014f,-0.08574406790783906f,0.9800591808381207f,0.17925388942371015f,1.1914532570428324f,-0.015623005873130414f,0.17857177425622406f,-0.9838028476917885f,0.31609618950340235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.585681057523807e-17f,3.6144330252533985e-16f,-1.1357585427965694e-16f,0f,0.9838028476917885f,0.17925388942371015f,0.6816526135562999f,-3.6739403974420594e-16f,0.17925388942371015f,-0.9838028476917885f,0.2549724101641193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6081233556588396e-16f,6.92303325361008e-17f,2.1728771557549568e-17f,0f,0.18843618852472857f,0.9820854356186497f,0.6109890428595267f,-3.6739403974420594e-16f,0.9820854356186497f,-0.18843618852472857f,-0.1133096281928743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9850920657182479f,-0.17070740223639252f,-0.02127451246580312f,0.18614816004424278f,0.025221748225697393f,-0.2656523330763372f,0.9637389176263136f,0.6205064037863877f,-0.17016899093370286f,0.9488349807805365f,0.26599754467251024f,-0.7842840039291219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9850920657182479f,-0.1674285984450152f,0.039513117843229875f,0.12500000000000014f,0.025221748225697393f,0.08664094180550612f,0.99592028326543f,0.6553891233793925f,-0.17016899093370286f,0.9820697590424993f,-0.08112646238319891f,-0.42513296161221664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9851504371897291f,0.16712510851442067f,0.039342270002237924f,-0.1939729858173394f,-0.0229839644185588f,-0.35544977081678875f,0.9344127555881815f,0.6697706026186973f,0.17014803403064135f,0.9196328933494797f,0.35401269466669166f,-0.7898645617685416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9851504371897291f,0.17103022855953312f,-0.01507570972656787f,-0.12499999999999988f,-0.0229839644185588f,-0.04435341817355819f,0.9987514764324145f,0.649520668083259f,0.17014803403064135f,0.9842669532272205f,0.047625741992250004f,-0.39324908665091823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9747342294000318f,0.22336781781609918f,2.1177305445193805e-16f,6.981987449101929e-17f,0.1287535450442087f,0.5618557263003509f,0.8171540047396537f,0.6418803776430788f,0.1825259068583827f,0.7965079791110563f,-0.5764194068019795f,-0.24420751365381593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9747342294000316f,-0.2233678178160998f,2.1177305445193805e-16f,8.372452356422413e-17f,-0.1287535450442087f,0.5618557263003509f,0.8171540047396537f,0.6434851048636575f,-0.18252590685838344f,0.7965079791110561f,-0.5764194068019795f,-0.28205420567659834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0021751089445736e-16f,2.1177305445193805e-16f,6.981987449101929e-17f,0f,0.5764194068019795f,0.8171540047396537f,0.6418803776430788f,-3.6739403974420594e-16f,0.8171540047396537f,-0.5764194068019795f,-0.24420751365381593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9652421065543757f,0.26135737168572715f,-2.6298025443824175e-17f,6.111552237145727e-17f,-0.018707932266151216f,-0.0690919251038768f,0.9974348696309777f,0.6340494096612528f,0.26068695595444824f,0.962766134713394f,0.07157989133991907f,-0.22051537067397248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.963945510355962f,-0.2660997051193106f,-2.6298025443824175e-17f,6.111552237145727e-17f,0.019047387978024733f,-0.0689991148888826f,0.9974348696309777f,0.6340494096612528f,-0.26541712468452117f,0.9614728644532652f,0.07157989133991907f,-0.22051537067397248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.664516261354603e-16f,-2.6298025443824175e-17f,6.111552237145727e-17f,0f,-0.07157989133991907f,0.9974348696309777f,0.6340494096612528f,-3.6739403974420594e-16f,0.9974348696309777f,0.07157989133991907f,-0.22051537067397248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9563690236283967f,0.29086038433384226f,-0.02754137740267761f,-0.19374999999999998f,0.01923486470760962f,0.1567466938427312f,0.987451514733282f,0.6326980192867069f,0.29152754693810173f,0.9438382863576485f,-0.1555023426888169f,-0.16503071491453536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9582820533522167f,-0.28445507615778876f,0.02794308270620482f,0.19375000000000006f,-0.01881764907865511f,0.16033870778253856f,0.9868826651987449f,0.6302562582680417f,-0.28520414146048406f,0.9451861236998204f,-0.15900248192747146f,-0.19137373702942534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6728364073957155e-16f,-9.005980493675743e-18f,-0.007812499999999909f,0f,-0.02451313717540453f,0.9996995079051603f,0.643341196676019f,-3.6739403974420594e-16f,0.9996995079051603f,0.02451313717540453f,-0.30329300171232865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6510109268149743e-16f,-4.0982588526638865e-17f,9.950255243072246e-18f,0f,-0.11154941042367628f,0.9937588887824501f,0.6184168752844788f,-3.6739403974420594e-16f,0.9937588887824501f,0.11154941042367628f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3019116644086938f,-0.08621370460309594f,-0.9494295887703218f,-0.0922771092691576f,-0.9374244560109419f,0.15434676647051804f,-0.3121097001899894f,0.4217336466599916f,0.17344952051407336f,0.9842480748361694f,-0.03421974597703116f,0.12624455372590274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3019116644086938f,-0.08621370460309594f,-0.9494295887703218f,-0.06397289073084254f,-0.9374244560109419f,0.15434676647051804f,-0.3121097001899894f,0.33385010390896575f,0.17344952051407336f,0.9842480748361694f,-0.03421974597703116f,0.14250544627409711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3019116644086938f,-0.08621370460309594f,-0.9494295887703218f,0.06428943831554822f,-0.9374244560109419f,0.15434676647051804f,-0.3121097001899894f,0.42460833031297707f,0.17344952051407336f,0.9842480748361694f,-0.03421974597703116f,0.1395079618965546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5785452373387303f,-0.06294867035582047f,0.8132176051052427f,0.5056561136523283f,0.8092429539073819f,0.08042496057911741f,0.5819430103258413f,1.8636847812083543f,-0.10203553255570866f,0.9947709739514324f,0.004411290037082648f,-0.5166141884683283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.799590872175655f,-0.06294867035582047f,-0.5972368893779163f,0.598091914267672f,-0.6005416336250223f,0.08042496057911741f,0.7955385421202651f,1.8496865458406033f,-0.0020453401586649003f,0.9947709739514324f,-0.10211036170415663f,-0.5096331662516715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9859818732303335f,-0.06294867035582047f,0.1545225244475277f,0.528695635292871f,0.1493145105893452f,0.08042496057911741f,0.9855135730386019f,1.7088586275686886f,-0.07446423697767186f,0.9947709739514324f,-0.0698984033798446f,-0.5026389168530232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.7845393752844787f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19.mcfunction new file mode 100644 index 000000000..ddab178f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..c7c94006e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6951960376348412f,-0.12258181831664021f,-0.4106344012859214f,0.03856074811119081f,-0.4225527898757109f,0.06572207408945854f,0.6957544057999758f,0.9766706220847966f,-0.07138664769769083f,0.8047352056670631f,-0.11937185486922722f,-0.04657187662687131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6751223718198287f,0.14967102646329805f,-0.4022541073821271f,0.03856074811119081f,-0.3577833061978825f,0.21788398145683857f,0.6815553362938539f,0.9766706220847966f,0.23706726656052995f,0.7550663245450289f,-0.11693569456577362f,-0.04657187662687131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6951960376348412f,0.12258181831663961f,0.4106344012859215f,-0.03856074811119081f,0.4225527898757109f,0.06572207408945854f,0.6957544057999758f,0.9766706220847966f,0.07138664769769033f,0.8047352056670632f,-0.11937185486922691f,-0.04657187662687133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6751223718198285f,-0.1496710264632986f,0.4022541073821272f,-0.03856074811119081f,0.3577833061978825f,0.21788398145683857f,0.6815553362938539f,0.9766706220847966f,-0.23706726656053043f,0.7550663245450288f,-0.11693569456577331f,-0.04657187662687133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.67239498293576f,-0.5283168188238272f,1.3077356674308038f,-0.6993393927464798f,-1.3939029680805939f,0.469997885769668f,-0.5268232653823788f,0.7017429208024876f,-0.21523418060087335f,-1.3933375672535042f,-0.673565825425516f,-0.3856834134521863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6326862070216928f,-0.7584529210535547f,0.1563883946775915f,-0.49821840963034414f,0.11199606477053706f,0.11020781212871657f,0.9875784118852108f,0.7062806183782915f,-0.7662669540835084f,0.6423421243318327f,0.015216779831839954f,-0.13148148022354067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6395311847066494f,-0.7584529210535547f,0.12549514067500753f,-0.29843750000000013f,0.06392959601010878f,0.11020781212871657f,0.9918504145786227f,0.6685494469170994f,-0.7661023890719137f,0.6423421243318327f,-0.021993743818965267f,0.11477785545400732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8832753499188158f,0.41987959242388717f,0.20862833961795202f,0.34306494044102737f,0.4282847660756015f,-0.9036278336200688f,0.005375635280436913f,0.3906761786374321f,0.1907794941112912f,0.08460417349665214f,-0.9779802239583314f,0.16505723415517937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08669522312226471f,0.873804769141358f,0.47848632552414566f,0.2984374999999999f,0.9665392627230449f,-0.042618758462090026f,0.25295354324844466f,0.6877238065353855f,0.24142450559662207f,0.484405684166658f,-0.8408717745557039f,0.2265348956493735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1830883373665824e-16f,1.834608045462999e-16f,-0.15625f,0f,0.49935705182923623f,0.8663962919983059f,0.28361447731351896f,-3.6739403974420594e-16f,0.8663962919983059f,-0.49935705182923623f,0.052988465521927465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1320193083288158e-16f,3.49519245958323e-16f,-0.15625000000000003f,0f,0.9513470773822895f,0.3081213046126093f,0.463917812476527f,-3.6739403974420594e-16f,0.3081213046126093f,-0.9513470773822895f,0.10481529090315242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.825271378029955e-16f,2.3485484207146845e-16f,0.15625000000000003f,0f,0.6392451065210082f,0.769003051872322f,0.4260513874862311f,-3.6739403974420594e-16f,0.769003051872322f,-0.6392451065210082f,-0.07892759020644119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6210309963163513e-16f,6.212669053417629e-17f,0.15624999999999997f,0f,0.1691009755559217f,0.9855987317696973f,0.463917812476527f,-3.6739403974420594e-16f,0.9855987317696973f,-0.1691009755559217f,0.10481529090315253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.644355385833019e-17f,3.6133590271413996e-16f,0.29374999999999984f,0f,0.983510519021256f,0.18085093025621965f,1.1897635482742992f,-3.6739403974420594e-16f,0.18085093025621965f,-0.983510519021256f,0.36943009320163833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.644355385833019e-17f,3.6133590271413996e-16f,0.3312499999999999f,0f,0.983510519021256f,0.18085093025621965f,1.083779508108163f,-3.6739403974420594e-16f,0.18085093025621965f,-0.983510519021256f,0.25461961576136816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.644355385833019e-17f,3.6133590271413996e-16f,-0.2937500000000002f,0f,0.983510519021256f,0.18085093025621965f,1.1897635482742992f,-3.6739403974420594e-16f,0.18085093025621965f,-0.983510519021256f,0.3694300932016381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.644355385833019e-17f,3.6133590271413996e-16f,-0.3312500000000001f,0f,0.983510519021256f,0.18085093025621965f,1.083779508108163f,-3.6739403974420594e-16f,0.18085093025621965f,-0.983510519021256f,0.2546196157613679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876895207753388f,0.15641758767705105f,-0.001717211656558387f,0.1952900861730103f,0.15409023587412596f,0.9747667330213757f,0.16151165717399577f,1.2997050599051503f,0.026937144593248932f,0.15925876572460979f,-0.9868693103856441f,0.3652074289894431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999985254489442f,-0.00001685419569114055f,-0.001717211656558387f,0.08010507420615223f,-0.00029398304678365794f,0.9868707606221182f,0.16151165717399577f,1.309616271849091f,0.0016919438245805354f,0.1615119238479259f,-0.9868693103856441f,0.3670299330352686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703091231724104f,0.24183731092464256f,-0.003862710593083666f,0.05784411968186584f,0.23903598773950202f,0.9612617542358308f,0.1372502692487484f,1.3056564696448112f,0.0369053119996134f,0.13225186156796068f,-0.9905288703808792f,0.36945242457332805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975506533634104f,-0.06984105841915046f,-0.003862710593083666f,0.08695047186212142f,-0.06970948433284398f,0.988080437710005f,0.1372502692487484f,1.3155808904794224f,-0.005769035299084782f,0.13718336332696382f,-0.9905288703808792f,0.3707140738338035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08707010371401908f,-0.003862710593083666f,0.1446062354386273f,0.08571858978543236f,0.986820493786151f,0.1372502692487484f,1.4236514587085742f,0.015762197153085387f,0.1363968844324793f,-0.9905288703808792f,0.35391497444460085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713882417167758f,-0.001717211656558387f,0.12499999999999988f,0.08571858978543236f,0.9831410417443199f,0.16151165717399577f,1.2024447243161025f,0.015762197153085387f,0.1607498595951829f,-0.9868693103856441f,0.31774625603568474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6133590271413996e-16f,-0.19523827377799102f,-0.15385494190452997f,0.9714018724899669f,0.18085093025621965f,1.2987317773049998f,-0.028291318526660184f,0.1786243551998525f,-0.983510519021256f,0.36722575032019905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6133590271413996e-16f,-0.08005326181113294f,0f,0.983510519021256f,0.18085093025621965f,1.3086429892489404f,-3.642919299551295e-16f,0.18085093025621968f,-0.983510519021256f,0.3690482543660246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6133590271413996e-16f,-0.05771677939820312f,-0.23793272910383528f,0.9542960533538118f,0.18085093025621965f,1.3043945336219565f,-0.04375179986854832f,0.17547888472064815f,-0.983510519021256f,0.36826703531708455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6133590271413996e-16f,-0.08682420206637917f,0.06860622569717727f,0.981114736827986f,0.18085093025621965f,1.3142307978413212f,0.012615523168018257f,0.18041038647965152f,-0.983510519021256f,0.3700757577454815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6133590271413996e-16f,-0.1446100421182232f,-0.08571858978543236f,0.979767964566436f,0.18085093025621965f,1.4228925163435502f,-0.015762197153086115f,0.18016273786620604f,-0.983510519021256f,0.35828287205558096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6133590271413996e-16f,-0.12500000000000014f,-0.08571858978543236f,0.979767964566436f,0.18085093025621965f,1.2024447243161025f,-0.015762197153086115f,0.18016273786620604f,-0.983510519021256f,0.3177462560356847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.644355385833019e-17f,3.6133590271413996e-16f,-1.1387801671211413e-16f,0f,0.983510519021256f,0.18085093025621965f,0.6927439917472018f,-3.6739403974420594e-16f,0.18085093025621965f,-0.983510519021256f,0.2557948579987864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6210309963163513e-16f,6.212669053417629e-17f,2.1910645649749046e-17f,0f,0.1691009755559217f,0.9855987317696973f,0.6293311259137312f,-3.6739403974420594e-16f,0.9855987317696973f,-0.1691009755559217f,-0.1138046664148501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9851251327116541f,-0.17051525562626227f,-0.02128427820143889f,0.18639322920593446f,0.03157727915710341f,-0.301386761018215f,0.9529789586995002f,0.6653850589694598f,-0.16891225041683677f,0.9381314235658349f,0.30228808077305996f,-0.7857760044591747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9851251327116541f,-0.1676053452388611f,0.03790674276705926f,0.12500000000000014f,0.03157727915710341f,0.04027021648242918f,0.9986897341544534f,0.6826082218661264f,-0.16891225041683677f,0.9850313486949644f,-0.034378681581749865f,-0.4245004099344649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9852216260197995f,0.16658202895643223f,0.039859443694823346f,-0.19402232939490652f,-0.028840636137048358f,-0.39072258627719f,0.9200565625438875f,0.714769363285307f,0.1688388738712528f,0.9053100508674485f,0.38975267345877823f,-0.788595890764032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9852216260197995f,0.17078886174394764f,-0.013019689977459727f,-0.12499999999999988f,-0.028840636137048358f,-0.09048350033260955f,0.9954802629257745f,0.6752131066289319f,0.1688388738712528f,0.9811441794516061f,0.09407196074347451f,-0.3925883691553604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9739799283435242f,0.2266342851025491f,2.0661561307272677e-16f,6.979986872693982e-17f,0.12745493038581848f,0.5477482981360788f,0.8268778885720522f,0.6641044378488888f,0.1873988791436322f,0.805362466660252f,-0.5623815051996506f,-0.24415306050021174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.973979928343524f,-0.2266342851025497f,2.0661561307272677e-16f,8.369302768962827e-17f,-0.12745493038581848f,0.5477482981360788f,0.8268778885720522f,0.6663556698014467f,-0.18739887914363293f,0.8053624666602518f,-0.5623815051996506f,-0.2819684778988212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.037900078576456e-16f,2.0661561307272677e-16f,6.979986872693982e-17f,0f,0.5623815051996506f,0.8268778885720522f,0.6641044378488888f,-3.6739403974420594e-16f,0.8268778885720522f,-0.5623815051996506f,-0.24415306050021174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9638895543307254f,0.26630232265625375f,-3.67367340491788e-17f,6.118197260569127e-17f,-0.026628296993910873f,-0.09638195065680237f,0.994988167460696f,0.6555950829736403f,0.2649676600102729f,0.9590587012980354f,0.09999273280197021f,-0.2206962397873644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9623825972817952f,-0.27169787715244664f,-3.67367340491788e-17f,6.118197260569127e-17f,0.027167813232967093f,-0.09623126590326467f,0.994988167460696f,0.6555950829736403f,-0.2703361728908742f,0.9575592968654784f,0.09999273280197021f,-0.2206962397873644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6555272234106947e-16f,-3.67367340491788e-17f,6.118197260569127e-17f,0f,-0.09999273280197021f,0.994988167460696f,0.6555950829736403f,-3.6739403974420594e-16f,0.994988167460696f,0.09999273280197021f,-0.2206962397873644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9553263191638942f,0.29410746138993926f,-0.02919631941753416f,-0.19374999999999998f,0.010954702680170545f,0.13395355086292454f,0.9909270612413422f,0.6526520917040641f,0.2953499930623909f,0.946338864977012f,-0.1311912124803577f,-0.16508175439128062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9571767925325568f,-0.2879712619039451f,0.0297513050896286f,0.19375000000000006f,-0.010730494308400423f,0.13798585483379722f,0.9903760701661181f,0.6509113927993118f,-0.28930510595042064f,0.9476457440326715f,-0.1351669319315202f,-0.1916191384583196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6684789882570434e-16f,-2.0024973576335958e-17f,-0.007812499999999909f,0f,-0.05450543941942587f,0.9985134736565628f,0.6672652831897311f,-3.6739403974420594e-16f,0.9985134736565628f,0.05450543941942587f,-0.30244493967406816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6370664037071597e-16f,-5.19216736037452e-17f,9.950255243072246e-18f,0f,-0.14132421320687483f,0.9899633663734522f,0.63568815430132f,-3.6739403974420594e-16f,0.9899633663734522f,0.14132421320687483f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30191015892307144f,-0.08621291905657494f,-0.9494301388342326f,-0.09227703869951905f,-0.9374247157012701f,0.15434835942576153f,-0.3121081324396542f,0.4390049378498169f,0.17345073747735545f,0.9842478938409369f,-0.03421878341263941f,0.12624449668074889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30191015892307144f,-0.08621291905657494f,-0.9494301388342326f,-0.0639729613004811f,-0.9374247157012701f,0.15434835942576153f,-0.3121081324396542f,0.35112137075282285f,0.17345073747735545f,0.9842478938409369f,-0.03421878341263941f,0.14250550331925096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30191015892307144f,-0.08621291905657494f,-0.9494301388342326f,0.06428952082513482f,-0.9374247157012701f,0.15434835942576153f,-0.3121081324396542f,0.441879374167268f,0.17345073747735545f,0.9842478938409369f,-0.03421878341263941f,0.13950781751189584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6768460202776091f,-0.08196523162946677f,0.7315471041828341f,0.5058261764216174f,0.7284978886600632f,0.06809896220246503f,0.681654866897301f,1.8855498609620032f,-0.10568959765366016f,0.9943059047148793f,0.01361898663382577f,-0.5174414633305496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8816711499109516f,-0.08196523162946677f,-0.4646909556023533f,0.5979204770183828f,-0.47012466466139513f,0.06809896220246503f,0.8799689375335686f,1.870282335000637f,-0.0404818859702827f,0.9943059047148793f,-0.0985747673464864f,-0.50880404770945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9823392063654983f,-0.08196523162946677f,0.16820042937261132f,0.5266432623141084f,0.16285361025457218f,0.06809896220246503f,0.9842973295574863f,1.730271498547697f,-0.09213243329172877f,0.9943059047148793f,-0.05354794659807265f,-0.5050905635302889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.8018106543013199f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..e737b2347 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7717543087104551f,-0.1360811071036631f,-0.22982964064874936f,0.029041649440561423f,-0.1292810227254737f,0.8052396642508169f,-0.04266081017434644f,1.2526888964066194f,0.23372237504001933f,-0.003931901717672157f,-0.7824978185266587f,-0.3530526296769238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7494700360079587f,0.16615350679377647f,-0.22513923981918307f,0.029041649440561423f,0.1848605267792556f,0.7772259429392756f,-0.041790181395278146f,1.2526888964066194f,0.21005059096590345f,-0.09117480903344197f,-0.7665284752914208f,-0.3530526296769238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7717543087104549f,0.13608110710366314f,0.22982964064874994f,-0.029041649440561174f,0.1292810227254737f,0.8052396642508169f,-0.04266081017434644f,1.2526888964066194f,-0.2337223750400199f,-0.003931901717672057f,-0.7824978185266585f,-0.3530526296769238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7494700360079585f,-0.16615350679377636f,0.22513923981918363f,-0.029041649440561174f,-0.1848605267792556f,0.7772259429392756f,-0.041790181395278146f,1.2526888964066194f,-0.21005059096590398f,-0.09117480903344209f,-0.7665284752914205f,-0.3530526296769238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.024582038452081477f,0.36113552078769345f,1.5199944437434443f,-0.574478546458987f,1.5442520422616657f,0.22482607936637564f,-0.07839077756610857f,0.9641958492110254f,-0.2368282148651534f,1.503476178614795f,-0.353380852596231f,0.028683973747442137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4836701216582461f,-0.8666213353429036f,-0.1225996514822949f,-0.4759056920616881f,-0.825432807481455f,0.4982265040679465f,-0.26538845298451846f,1.1765279319947393f,0.2910736912680032f,-0.027162690822437163f,-0.9563149556913267f,-0.05646139198841775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4906529476500487f,-0.8666213353429036f,0.09070361674597836f,-0.2984375f,-0.8608145052696144f,0.4982265040679465f,0.10377253086275603f,1.4926223907187992f,-0.13512243514586197f,-0.027162690822437163f,-0.9904565188576111f,-0.012501530439963705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6859804346943235f,0.6969370321426f,0.20906844918555123f,0.3788837453727558f,0.3480515472143895f,-0.061969297112743196f,-0.9354249979004314f,1.3313050317441033f,-0.6389764969842449f,0.7144498438964189f,-0.2850797377193379f,0.2686964439695051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1687794679410504f,0.8737491408917295f,0.4561534062050845f,0.2984375f,0.48886409959787375f,0.47606588513136305f,-0.7310083208407768f,1.4918971493753648f,-0.8558769674000443f,0.09961782875096477f,-0.5074947338338077f,-0.01246199118176964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.494655085430019e-16f,2.6971344142802487e-16f,-0.1562500000000001f,0f,0.7341257947891857f,-0.6790134883970615f,1.169895901277595f,-3.6739403974420594e-16f,-0.6790134883970615f,-0.7341257947891857f,0.2626276057018416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1929794890143507e-16f,3.4748579802270734e-16f,-0.15625000000000008f,0f,0.9458122898908228f,-0.3247138929757678f,1.3452062438010257f,-3.6739403974420594e-16f,-0.3247138929757678f,-0.9458122898908228f,0.19583242395706754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.0074527795470605e-16f,3.077006886870015e-16f,0.15624999999999992f,0f,0.8375222660150794f,-0.5464031972170065f,1.1583245138017215f,-3.6739403974420594e-16f,-0.5464031972170065f,-0.8375222660150794f,0.2122802655317893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.000016605504296e-17f,3.6684925214226334e-16f,0.15624999999999992f,0f,0.9985171572126703f,-0.05443791649142665f,1.3452062438010257f,-3.6739403974420594e-16f,-0.05443791649142665f,-0.9985171572126703f,0.19583242395706765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.65697561501095e-17f,3.6702019511287536e-16f,0.29375f,0f,0.9989824423074721f,0.04510077561858653f,2.029410729563828f,-3.6739403974420594e-16f,0.04510077561858653f,-0.9989824423074721f,0.030747831678584588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.65697561501095e-17f,3.6702019511287536e-16f,0.33125f,0f,0.9989824423074721f,0.04510077561858653f,1.9087661219896364f,-3.6739403974420594e-16f,0.04510077561858653f,-0.9989824423074721f,-0.06854436924006421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.65697561501095e-17f,3.6702019511287536e-16f,-0.29375f,0f,0.9989824423074721f,0.04510077561858653f,2.029410729563828f,-3.6739403974420594e-16f,0.04510077561858653f,-0.9989824423074721f,0.030747831678584372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.65697561501095e-17f,3.6702019511287536e-16f,-0.33125f,0f,0.9989824423074721f,0.04510077561858653f,1.9087661219896364f,-3.6739403974420594e-16f,0.04510077561858653f,-0.9989824423074721f,-0.06854436924006446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876913954801501f,0.15639077814921637f,0.0027625720545040727f,0.19514715347957434f,0.15614068109451743f,0.9847584002564669f,0.07662232593483723f,2.135865303995455f,0.009262559139565425f,0.07611056190967723f,-0.9970563611772302f,0.017111292201858478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999961831388835f,-0.00004362692219453401f,0.0027625720545040727f,0.07996214151271626f,0.00016817667164455152f,0.9970601741544703f,0.07662232593483723f,2.1459324324323097f,-0.002757793370030029f,0.07662249807823401f,-0.9970563611772302f,0.017565789980323234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703303967718148f,0.24170299470418039f,0.0062115579111407145f,0.057539825758318314f,0.2407770140065223f,0.9636341494670572f,0.11591227504886747f,2.1408663896407956f,0.022030674677718468f,0.11396880420506438f,-0.9932400319365466f,0.01224710601582171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997529379764006f,-0.0699753746396126f,0.0062115579111407145f,0.08664447805746081f,-0.06878678040037632f,0.990874726358053f,0.11591227504886747f,2.1507855791372683f,-0.014265880617333079f,0.1151986267665538f,-0.9932400319365466f,0.013586702701048517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0869341132249735f,0.0062115579111407145f,0.14460018856498436f,0.0870670567511773f,0.9894360374080191f,0.11591227504886747f,2.2584100937626626f,0.003930791597533016f,0.11601201591259644f,-0.9932400319365466f,-0.004953631774533836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08711194917770834f,0.0027625720545040727f,0.125f,0.0870670567511773f,0.9932514016083858f,0.07662232593483723f,2.0349285284007763f,0.003930791597533016f,0.07657128386959122f,-0.9970563611772302f,-0.022182170645191835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6702019511287536e-16f,-0.19523827377799086f,-0.15627528394695273f,0.9866833107263451f,0.04510077561858653f,2.137061403635579f,-0.007055315706793434f,0.044545510230275316f,-0.9989824423074721f,0.013710624233589198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6702019511287536e-16f,-0.08005326181113279f,0f,0.9989824423074721f,0.04510077561858653f,2.1471285320724336f,-3.668940151690947e-16f,0.04510077561858653f,-0.9989824423074721f,0.014165122012054037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.6702019511287536e-16f,-0.057716779398202966f,-0.24167572611380936f,0.9693083943956974f,0.04510077561858653f,2.1428132426106563f,-0.010910865130664086f,0.043761089834447084f,-0.9989824423074721f,0.013970300868555954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.6702019511287536e-16f,-0.08682420206637902f,0.06968549250766334f,0.9965489712866932f,0.04510077561858653f,2.1528042442959476f,0.003146071070277251f,0.044990912395936736f,-0.9989824423074721f,0.01442136177426357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6702019511287536e-16f,-0.14461004211822304f,-0.08706705675117732f,0.9951810125134468f,0.04510077561858653f,2.2588442562163014f,-0.003930791597533748f,0.044929153551061335f,-0.9989824423074721f,-0.01207311109620314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6702019511287536e-16f,-0.12499999999999999f,-0.08706705675117732f,0.9951810125134468f,0.04510077561858653f,2.0349285284007763f,-0.003930791597533748f,0.044929153551061335f,-0.9989824423074721f,-0.022182170645191925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.65697561501095e-17f,3.6702019511287536e-16f,3.500884277926355e-18f,0f,0.9989824423074721f,0.04510077561858653f,1.521540627480116f,-3.6739403974420594e-16f,0.04510077561858653f,-0.9989824423074721f,-0.014078116827608983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.000016605504296e-17f,3.6684925214226334e-16f,-3.999177992714756e-18f,0f,0.9985171572126703f,-0.05443791649142665f,1.1470966935253646f,-3.6739403974420594e-16f,-0.05443791649142665f,-0.9985171572126703f,0.006336101856676012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9903504819847662f,-0.13012698410558426f,0.04767484494076856f,0.13761074041987886f,-0.12109420502025754f,0.6452443565525539f,-0.7543181781235239f,0.9266650040347008f,0.06739522492768414f,-0.7528125187220691f,-0.6547756832017214f,0.3993638606322337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9903504819847662f,-0.053945584049825454f,0.12765499126185598f,0.12499999999999997f,-0.12109420502025754f,-0.11110503287927731f,-0.9864035001861086f,0.85718262860558f,0.06739522492768414f,-0.9923434615244954f,0.10350042524805853f,0.0892088623968333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9840838727455208f,0.17706601369690958f,-0.015051850240537443f,-0.15073385555363839f,0.15888008406436302f,0.8387360932931555f,-0.520844395856417f,0.8716857330621504f,-0.07959931086308891f,-0.5149460094037246f,-0.8535189260404834f,0.41134724103277803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9840838727455208f,0.09526857055224633f,-0.15000943592690894f,-0.12500000000000003f,0.15888008406436302f,0.09356617559111802f,-0.9828542565777252f,0.859181087951302f,-0.07959931086308891f,-0.9910445349479424f,-0.10721324293172746f,0.06824111355285672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904616135780937f,0.1377889401522452f,2.6720409078886306e-16f,-1.2651845629456604e-17f,0.10021329823362304f,0.7203584334184303f,-0.6863242836007507f,1.0423990438562045f,-0.09456789563809657f,-0.6797778573730288f,-0.727295660470978f,0.029887566226555765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9904616135780937f,-0.1366634732542841f,0.01757518439033998f,-1.4052206330616172e-17f,-0.10021329823362304f,0.6269328261591928f,-0.772601143114082f,1.0050613097133363f,0.09456789563809585f,-0.7669930420558733f,-0.6346483960055831f,0.033699170525129996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.5215145112662787e-16f,2.6720409078886306e-16f,-1.2651845629456604e-17f,0f,0.727295660470978f,-0.6863242836007507f,1.0423990438562045f,-3.6739403974420594e-16f,-0.6863242836007507f,-0.727295660470978f,0.029887566226555765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9949642482764921f,0.10023045770420834f,3.4681963408760496e-16f,-1.2279045074989871e-17f,0.09461745947106068f,0.9392453311375311f,-0.3299480933413494f,1.067374274197863f,-0.03307084841423463f,-0.3282865566616375f,-0.9439990761120521f,0.028872850378889068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9955050016536876f,-0.0947089841698846f,3.4681963408760496e-16f,-1.2279045074989871e-17f,-0.08940519355588215f,0.939755801826008f,-0.3299480933413494f,1.067374274197863f,0.031249048749149144f,-0.32846497720741114f,-0.9439990761120521f,0.028872850378889068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.2122096291857665e-16f,3.4681963408760496e-16f,-1.2279045074989871e-17f,0f,0.9439990761120521f,-0.3299480933413494f,1.067374274197863f,-3.6739403974420594e-16f,-0.3299480933413494f,-0.9439990761120521f,0.028872850378889068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9898630764612802f,0.14201590775975667f,-0.001603683816120006f,-0.19375f,0.1289374168094589f,0.8938557991916599f,-0.429414662998299f,1.0831851766290004f,-0.05955025109194475f,-0.42526849424170976f,-0.9031060155930061f,0.026859843602354924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9903000658560325f,-0.13841651086417397f,0.012109875545428453f,0.19375f,-0.1261414894116207f,0.8590792606125836f,-0.4960555902662064f,1.0807477741141573f,0.058258941069639504f,-0.492771441446767f,-0.8682063131997599f,0.016390765798661992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.7910935456196934e-16f,3.207775234457083e-16f,-0.007812500000000033f,0f,0.8731157524195169f,-0.4875129566246427f,0.9430490105911495f,-3.6739403974420594e-16f,-0.4875129566246427f,-0.8731157524195169f,0.08468750424206035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.504701860806034e-16f,3.351672769535173e-16f,8.356659676798957e-19f,0f,0.9122828372144355f,-0.4095607707336968f,1.14688720703125f,-3.6739403974420594e-16f,-0.4095607707336968f,-0.9122828372144355f,-0.006823730468750001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.2336059570312499f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.35790351745520343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.2336059570312499f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.43469902160729645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.272428813796628f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3131964255479015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5538364234245218f,-0.5601378029720565f,-0.6160445258014808f,0.5420308375127341f,-0.4598233123923977f,0.8225835313366724f,-0.33454275564443636f,2.0818689767656005f,0.6941381256413f,0.09798967116654246f,-0.713141140922227f,-0.39470847961899325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17435845125553132f,-0.5601378029720565f,-0.809842436624193f,0.5620042723505473f,0.0014298509096202505f,0.8225835313366724f,-0.568642497092915f,2.1059960476484623f,0.9846812103427935f,0.09798967116654246f,0.1442253040992602f,-0.48307141784194385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2130499716033406f,-0.5601378029720565f,-0.8005344160505863f,0.6720977173392286f,-0.25735542275052564f,0.8225835313366724f,-0.5070744721977116f,2.169993683036688f,0.9425380077114736f,0.09798967116654246f,-0.31940589907507805f,-0.39097906386920683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.0072175000000002515f,0f,0.000015625f,0f,1.3130097070312499f,-5.740531871003218e-21f,0f,-0.000015625f,0.68067626953125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2.mcfunction new file mode 100644 index 000000000..c8e733d4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20.mcfunction new file mode 100644 index 000000000..99ec2885d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..b532ec923 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6670645482324022f,-0.117621477727476f,-0.4562176245095648f,0.04205855990358488f,-0.46561309884882457f,0.04385018488270045f,0.6694968617630644f,0.9942591460044056f,-0.07192895881590435f,0.8069614573865359f,-0.10287796469945387f,-0.04009380742142185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6478031743272579f,0.1436145061915067f,-0.44690706074406356f,0.04205855990358488f,-0.4049531488994234f,0.2142315498431773f,0.6558336605025938f,0.9942591460044056f,0.237411024444885f,0.7572844357724248f,-0.10077841439946503f,-0.04009380742142185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6670645482324022f,0.1176214777274754f,0.45621762450956493f,-0.04205855990358488f,0.46561309884882457f,0.04385018488270045f,0.6694968617630644f,0.9942591460044056f,0.07192895881590383f,0.806961457386536f,-0.10287796469945354f,-0.04009380742142188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6478031743272576f,-0.14361450619150726f,0.44690706074406367f,-0.04205855990358488f,0.4049531488994234f,0.2142315498431773f,0.6558336605025938f,0.9942591460044056f,-0.2374110244448855f,0.7572844357724247f,-0.1007784143994647f,-0.04009380742142188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6958483965696579f,-0.5161451910063327f,1.300305887394375f,-0.7005033453773392f,-1.3717553546418668f,0.5369395455020818f,-0.5209504981160717f,0.7347654333066651f,-0.2747517170152018f,-1.3735706448075595f,-0.692258208849952f,-0.3858628947416272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6326646857642549f,-0.7569950556517566f,0.16338262179806773f,-0.49843666152927635f,0.13581953099536706f,0.0992427493565271f,0.9857504408826585f,0.7316365848852313f,-0.7624227504390299f,0.6458400439884099f,0.04002733058840546f,-0.1312283994040624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6408875493100974f,-0.7569950556517566f,0.127364182006133f,-0.29843750000000013f,0.07988925999715103f,0.0992427493565271f,0.991851089043746f,0.6886804829638888f,-0.7634663419407598f,0.6458400439884099f,-0.00312766760437988f,0.1136643562258605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8848027976118277f,0.4167440433774041f,0.20844282584856527f,0.34283863152517047f,0.42188421684329186f,-0.9063981413934551f,0.021356892494285296f,0.41036580488264024f,0.19783254766798403f,0.06904210011248604f,-0.977801345619473f,0.1609177769436031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08629632859738753f,0.8738079165152006f,0.47855268122326483f,0.2984374999999999f,0.9624508376579941f,-0.05097159494223322f,0.26662760847382266f,0.7061089286221985f,0.2573739084717734f,0.4835924126208029f,-0.8365984996959737f,0.22708310151047117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.2257798932301976e-16f,1.7584601571797087e-16f,-0.15625f,0f,0.47863056199932297f,0.8780163922844562f,0.3046328777122741f,-3.6739403974420594e-16f,0.8780163922844562f,-0.47863056199932297f,0.04802319329782401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1635690505872818e-16f,3.4848163665352764e-16f,-0.15625000000000003f,0f,0.9485228363970035f,0.3167087444851865f,0.4844603391897446f,-3.6739403974420594e-16f,0.3167087444851865f,-0.9485228363970035f,0.10147781516131522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.865810921864675e-16f,2.2989053490907054e-16f,0.15625000000000003f,0f,0.6257328917723578f,0.7800374017662247f,0.4498049952336497f,-3.6739403974420594e-16f,0.7800374017662247f,-0.6257328917723578f,-0.08289767028966523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.631317735323062e-16f,5.58004972276147e-17f,0.15624999999999997f,0f,0.15188187937524836f,0.988398651717738f,0.4844603391897446f,-3.6739403974420594e-16f,0.988398651717738f,-0.15188187937524836f,0.10147781516131534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.69774651809577e-17f,3.6123731755938606e-16f,0.29374999999999984f,0f,0.9832421827280965f,0.1823041691900882f,1.207469005042242f,-3.6739403974420594e-16f,0.1823041691900882f,-0.9832421827280965f,0.37079579541171986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.69774651809577e-17f,3.6123731755938606e-16f,0.3312499999999999f,0f,0.9832421827280965f,0.1823041691900882f,1.101654748062801f,-3.6739403974420594e-16f,0.1823041691900882f,-0.9832421827280965f,0.25582881963219983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.69774651809577e-17f,3.6123731755938606e-16f,-0.2937500000000002f,0f,0.9832421827280965f,0.1823041691900882f,1.207469005042242f,-3.6739403974420594e-16f,0.1823041691900882f,-0.9832421827280965f,0.37079579541171964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.69774651809577e-17f,3.6123731755938606e-16f,-0.3312500000000001f,0f,0.9832421827280965f,0.1823041691900882f,1.101654748062801f,-3.6739403974420594e-16f,0.1823041691900882f,-0.9832421827280965f,0.25582881963219956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987689857670457f,0.15641276985240266f,-0.0019469160258123032f,0.1952967361982214f,0.15407998974689247f,0.9749554736507007f,0.1603782440299651f,1.3175442407953741f,0.02698336180889537f,0.1581039842180988f,-0.987053710980235f,0.3664643282892467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999981045225029f,-0.000021665406930965192f,-0.0019469160258123032f,0.08011172423136334f,-0.00033362856656823925f,0.9870555746936666f,0.1603782440299651f,1.3274527486117813f,0.0019182396568186884f,0.16037858958341542f,-0.987053710980235f,0.3683014771800435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703129468142329f,0.24181316940029424f,-0.004379080869807116f,0.057862148519199144f,0.23910717988029842f,0.9618607443389325f,0.13285956882906486f,1.3235424519230041f,0.03633925940866576f,0.12786829006575096f,-0.9911251982576623f,0.3711452508492572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975468297215879f,-0.06986519994349877f,-0.004379080869807116f,0.08696819516881114f,-0.06982687470475138f,0.9886721107321282f,0.13285956882906486f,1.3334750649239346f,-0.0049527852140307665f,0.13283941921482872f,-0.9911251982576623f,0.37234811094268067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08704566126253305f,-0.004379080869807116f,0.14460514878103814f,0.08569520273649588f,0.987423246231577f,0.13285956882906486f,1.4414754826238727f,0.015888855271756513f,0.1319787318353321f,-0.9911251982576623f,0.35504100586439247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713399458239243f,-0.0019469160258123032f,0.12499999999999988f,0.08569520273649588f,0.9833286078772526f,0.1603782440299651f,1.2202265458514912f,0.015888855271756513f,0.15960111502837243f,-0.987053710980235f,0.31913075498300875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6123731755938606e-16f,-0.19523827377799102f,-0.15381296486005872f,0.9711368398618548f,0.1823041691900882f,1.3164403726728144f,-0.02851865518185555f,0.1800597023509334f,-0.9832421827280965f,0.3687524886924875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6123731755938606e-16f,-0.08005326181113294f,1.3877787807814457e-17f,0.9832421827280966f,0.1823041691900882f,1.3263488804892216f,-3.677613769070831e-16f,0.18230416919008824f,-0.9832421827280965f,0.37058963758328445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6123731755938606e-16f,-0.05771677939820312f,-0.23786781267913598f,0.9540356877953545f,0.1823041691900882f,1.3221015839904957f,-0.04410337018618904f,0.17688895624743872f,-0.9832421827280965f,0.36980214099993425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6123731755938606e-16f,-0.08682420206637917f,0.06858750750358893f,0.9808470541885502f,0.1823041691900882f,1.3319351645307052f,0.0127168959915526f,0.1818600853965167f,-0.9832421827280965f,0.3716253975302558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6123731755938606e-16f,-0.1446100421182232f,-0.08569520273649589f,0.979500649373885f,0.1823041691900882f,1.440614191960615f,-0.015888855271757246f,0.1816104467871864f,-0.9832421827280965f,0.3599931055101256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6123731755938606e-16f,-0.12500000000000014f,-0.08569520273649589f,0.979500649373885f,0.1823041691900882f,1.2202265458514912f,-0.015888855271757246f,0.1816104467871864f,-0.9832421827280965f,0.3191307549830087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.69774651809577e-17f,3.6123731755938606e-16f,-1.1410996303446041e-16f,0f,0.9832421827280965f,0.1823041691900882f,0.7106179219161513f,-3.6739403974420594e-16f,0.1823041691900882f,-0.9832421827280965f,0.2564261864833415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.631317735323062e-16f,5.58004972276147e-17f,2.2064452040154416e-17f,0f,0.15188187937524836f,0.988398651717738f,0.6536622171504332f,-3.6739403974420594e-16f,0.988398651717738f,-0.15188187937524836f,-0.11422330791081027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9851347094288125f,-0.17043421333656525f,-0.02148914151275555f,0.18664629168644215f,0.03699133576180294f,-0.3326289576393338f,0.9423320102906022f,0.7130358735893371f,-0.16775352561769494f,0.92752905909417f,0.33398892074246556f,-0.7861040148112697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9851347094288125f,-0.16788257309589177f,0.036401180328550144f,0.12500000000000014f,0.03699133576180294f,-0.0003882754986511694f,0.9993155108976817f,0.7147418772111936f,-0.16775352561769494f,0.9858069237395524f,0.006592704300487612f,-0.42370919314165434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9852748990243531f,0.16614993831333105f,0.04034316981878449f,-0.1940785774994077f,-0.03386011119180382f,-0.4208950133590605f,0.9064771815106847f,0.7624302184595718f,0.16759136679026662f,0.891763189264926f,0.42032314717300284f,-0.7865365581224202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9852748990243531f,0.1706112251838033f,-0.011188529565253588f,-0.12499999999999988f,-0.03386011119180382f,-0.13056134129759303f,0.9908618617287941f,0.7060326934946652f,0.16759136679026662f,0.9766501656170724f,0.13441572741876354f,-0.39181597512838784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9731562064466472f,0.23014560142303506f,2.0277704446077955e-16f,6.973885098197727e-17f,0.1270250461458328f,0.5371174216089808f,0.8338881897807218f,0.691854065472029f,0.1919156989566501f,0.8115034673676691f,-0.5519334080704217f,-0.2439869779339158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.973156206446647f,-0.23014560142303567f,2.0277704446077955e-16f,8.362122021902666e-17f,-0.1270250461458328f,0.5371174216089808f,0.8338881897807218f,0.6945814780343169f,-0.1919156989566508f,0.8115034673676689f,-0.5519334080704217f,-0.2817730270671974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0636555073852246e-16f,2.0277704446077955e-16f,6.973885098197727e-17f,0f,0.5519334080704217f,0.8338881897807218f,0.691854065472029f,-3.6739403974420594e-16f,0.8338881897807218f,-0.5519334080704217f,-0.2439869779339158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9624222369900758f,0.27155742992416615f,-4.589399880013333e-17f,6.12024331850006e-17f,-0.03392231504839903f,-0.12022352082901681f,0.9921671137370116f,0.6827572474288122f,0.2694303514617007f,0.9548836930707617f,0.12491764654670644f,-0.22075193089036532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9607963359359196f,-0.27725511871219144f,-4.589399880013333e-17f,6.12024331850006e-17f,0.03463405692255462f,-0.12002041709581385f,0.9921671137370116f,0.6827572474288122f,-0.2750834109014875f,0.9532705275146376f,0.12491764654670644f,-0.22075193089036532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.645162840171897e-16f,-4.589399880013333e-17f,6.12024331850006e-17f,0f,-0.12491764654670644f,0.9921671137370116f,0.6827572474288122f,-3.6739403974420594e-16f,0.9921671137370116f,0.12491764654670644f,-0.22075193089036532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9542265488828485f,0.2974648541936415f,-0.031086233716620337f,-0.19374999999999998f,0.0035495260524760004f,0.11519393860292809f,0.9933366787620135f,0.6784151284658708f,0.29906369601128713f,0.9477578894573764f,-0.11097697373495112f,-0.1650012524574381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9560587989285011f,-0.29145551421979554f,0.031705775850251416f,0.19375000000000006f,-0.003479389106016357f,0.11941855580587316f,0.9928379033763207f,0.6772779794441244f,-0.29315433962819104f,0.9491010967015654f,-0.11518524817460402f,-0.19173616967054413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.661899594700537e-16f,-2.972026283342005e-17f,-0.00781249999999991f,0f,-0.08089478766207657f,0.9967226461403932f,0.6964782603735125f,-3.6739403974420594e-16f,0.9967226461403932f,0.08089478766207657f,-0.3015324217902192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6220620453659635e-16f,-6.15227261648936e-17f,9.950255243072246e-18f,0f,-0.16745706110999548f,0.9858793702499323f,0.6590620732817478f,-3.6739403974420594e-16f,0.9858793702499323f,0.16745706110999548f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3019086534369024f,-0.08621213350522636f,-0.9494306888953999f,-0.09227696812985488f,-0.9374249753877542f,0.15434995237863736f,-0.3121065646858157f,0.4623788690030487f,0.17345195444037298f,0.9842477128432607f,-0.034217820848578065f,0.12624443963560744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3019086534369024f,-0.08621213350522636f,-0.9494306888953999f,-0.06397303187014526f,-0.9374249753877542f,0.15434995237863736f,-0.3121065646858157f,0.37449527756044676f,0.17345195444037298f,0.9842477128432607f,-0.034217820848578065f,0.1425055603643924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3019086534369024f,-0.08621213350522636f,-0.9494306888953999f,0.06428960333430996f,-0.9374249753877542f,0.15434995237863736f,-0.3121065646858157f,0.4652530579846201f,0.17345195444037298f,0.9842477128432607f,-0.034217820848578065f,0.13950767312728662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7108043129054497f,-0.09914998335735846f,0.6963666487959106f,0.5059965676396954f,0.6945430441662721f,0.05758918743633468f,0.7171425557660558f,1.9130018844415608f,-0.11120786193097797f,0.9934046337171265f,0.0279292884635879f,-0.5181754110536929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9119318958651971f,-0.09914998335735846f,-0.3981827446084809f,0.5977484523603048f,-0.40474259537320467f,0.05758918743633468f,0.9126154266617374f,1.896616142121935f,-0.06755478365200786f,0.9934046337171265f,-0.09264763847542026f,-0.5080679089463067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9786867703531674f,-0.09914998335735846f,0.17983738859292328f,0.5248969017110616f,0.17478125140934248f,0.05758918743633468f,0.9829216650609585f,1.7573707635226041f,-0.10781335581211995f,0.9934046337171265f,-0.03903221769091507f,-0.5072668273463625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.8251845732817478f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21.mcfunction new file mode 100644 index 000000000..220a71669 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..a552b10d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6448688268376399f,-0.11370777318929126f,-0.48801555603671404f,0.04481833045553307f,-0.49548315352019007f,0.026075981484120315f,0.6486608761223172f,1.0176821596315448f,-0.07473342756209066f,0.8082914263744339f,-0.08957862076884886f,-0.03473053432385248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6262483505637844f,0.13883591680893542f,-0.47805605489310765f,0.04481833045553307f,-0.4386493696112519f,0.2093429480341294f,0.6354228990585964f,1.0176821596315448f,0.23537148076135078f,0.7595394119545097f,-0.08775048565111726f,-0.03473053432385248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6448688268376399f,0.11370777318929066f,0.48801555603671415f,-0.04481833045553307f,0.49548315352019007f,0.026075981484120315f,0.6486608761223172f,1.0176821596315448f,0.07473342756209019f,0.808291426374434f,-0.0895786207688485f,-0.0347305343238525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6262483505637841f,-0.13883591680893598f,0.47805605489310776f,-0.04481833045553307f,0.4386493696112519f,0.2093429480341294f,0.6354228990585964f,1.0176821596315448f,-0.23537148076135123f,0.7595394119545096f,-0.0877504856511169f,-0.0347305343238525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7158584366743075f,-0.5052249426916541f,1.2937158520805223f,-0.7015239593347715f,-1.3504607807576314f,0.5931142372563981f,-0.5156330392820566f,0.7703757634443931f,-0.32435879559171144f,-1.354388979889447f,-0.7083982727790334f,-0.38574214487402725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6327521534596438f,-0.7557163239955621f,0.16887140059470732f,-0.49860537855663645f,0.15554895250879774f,0.0895898570663802f,0.983757175772681f,0.7608471731775224f,-0.7585705212210657f,0.6487422409227414f,0.060862707604415145f,-0.1309274303977071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6421329698725573f,-0.7557163239955621f,0.12867822911931953f,-0.29843750000000013f,0.09327201655478637f,0.0895898570663802f,0.9916017287392299f,0.7134897031886638f,-0.7608978774648101f,0.6487422409227414f,0.012958584493943742f,0.11264080901181245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8861742803920386f,0.41390780720685444f,0.20826778892777784f,0.3426110283544057f,0.41614879344446376f,-0.9086198821331998f,0.035072660391921695f,0.4347874449111603f,0.20375310178343065f,0.05558989949139577f,-0.9774428047656636f,0.15731800679819197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08584987733966552f,0.8738112951728739f,0.47862680554798487f,0.2984374999999999f,0.9587331500828937f,-0.058233421298210755f,0.27827974338071504f,0.7293502349102382f,0.27103605939597003f,0.48276566683248034f,-0.8327525235235823f,0.2274908291838132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.2607424187145803e-16f,1.6927483341454243e-16f,-0.15625f,0f,0.4607446368275276f,0.8875327484857501f,0.3302260508617951f,-3.6739403974420594e-16f,0.8875327484857501f,-0.4607446368275276f,0.043701277895966124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1900358165541668e-16f,3.4758672010413427e-16f,-0.15625000000000003f,0f,0.9460869870021236f,0.3239126626503566f,0.5096418150662579f,-3.6739403974420594e-16f,0.3239126626503566f,-0.9460869870021236f,0.09852185847414474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.9005169792654635e-16f,2.2549588237813723e-16f,0.15625000000000003f,0f,0.6137712047128916f,0.789483950606525f,0.47780067030284407f,-3.6739403974420594e-16f,0.789483950606525f,-0.6137712047128916f,-0.08636041217438253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.639400800042679e-16f,5.025931362498144e-17f,0.15624999999999997f,0f,0.13679948008948084f,0.9905987594617953f,0.5096418150662579f,-3.6739403974420594e-16f,0.9905987594617953f,-0.13679948008948084f,0.09852185847414485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.745677114470681e-17f,3.6114811984322697e-16f,0.29374999999999984f,0f,0.9829993978527043f,0.18360877925965496f,1.2301103457103109f,-3.6739403974420594e-16f,0.18360877925965496f,-0.9829993978527043f,0.37192806361874997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.745677114470681e-17f,3.6114811984322697e-16f,0.3312499999999999f,0f,0.9829993978527043f,0.18360877925965496f,1.1244487440343156f,-3.6739403974420594e-16f,0.18360877925965496f,-0.9829993978527043f,0.2568207726626021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.745677114470681e-17f,3.6114811984322697e-16f,-0.2937500000000002f,0f,0.9829993978527043f,0.18360877925965496f,1.2301103457103109f,-3.6739403974420594e-16f,0.18360877925965496f,-0.9829993978527043f,0.37192806361874975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.745677114470681e-17f,3.6114811984322697e-16f,-0.3312500000000001f,0f,0.9829993978527043f,0.18360877925965496f,1.1244487440343156f,-3.6739403974420594e-16f,0.18360877925965496f,-0.9829993978527043f,0.25682077266260184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876901199432973f,0.15640901917604577f,-0.0021084797324748116f,0.19530137383208768f,0.15406484257134812f,0.9750422013482456f,0.15986472366795884f,1.3402808142931018f,0.02706014134960543f,0.15757196549625974f,-0.9871366797155219f,0.3675517732663026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999977768312799f,-0.000025410934749475755f,-0.0021084797324748116f,0.08011636186522961f,-0.00036215645621590076f,0.9871388650890351f,0.15986472366795884f,1.3501868754733926f,0.0020772999781165542f,0.15986513186125362f,-0.9871366797155219f,0.36940206921211677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703159233206072f,0.24179437647866492f,-0.004742199254693134f,0.05787496894311307f,0.23914497163859558f,0.9622346170348777f,0.13005469741503928f,1.3463118766576332f,0.03600960275333358f,0.12506007069818784f,-0.9914954801846105f,0.3725408862548829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975438532152135f,-0.06988399286512807f,-0.004742199254693134f,0.08698077775300306f,-0.0699064656235405f,0.9890393630914329f,0.13005469741503928f,1.3562497745567195f,-0.004398519815714628f,0.1300667743773151f,-0.9914954801846105f,0.37370523322613364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08702663408477171f,-0.004742199254693134f,0.14460430281813472f,0.0856740426403532f,0.9877984278677211f,0.13005469741503928f,1.4642046004585794f,0.016002559531365684f,0.1291535166456327f,-0.9914954801846105f,0.3560720413761801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713023474726614f,-0.0021084797324748116f,0.12499999999999988f,0.0856740426403532f,0.983414067696932f,0.15986472366795884f,1.24293643522677f,0.016002559531365684f,0.1590757481474162f,-0.9871366797155219f,0.3202799980430115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6114811984322697e-16f,-0.19523827377799102f,-0.15377498493795688f,0.9708970440711571f,0.18360877925965496f,1.3390843288792857f,-0.02872274116017432f,0.1813482505056675f,-0.9829993978527043f,0.37002936461307456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6114811984322697e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9829993978527044f,0.18360877925965496f,1.3489903900595765f,-3.677613769070831e-16f,0.18360877925965496f,-0.9829993978527043f,0.3718796605588888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6114811984322697e-16f,-0.05771677939820312f,-0.23780907770185816f,0.9538001146683569f,0.18360877925965496f,1.3447441423150328f,-0.044418983927237046f,0.17815481382239595f,-0.9829993978527043f,0.37108652847100265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6114811984322697e-16f,-0.08682420206637917f,0.06857057168680313f,0.9806048607249122f,0.18360877925965496f,1.3545752947203755f,0.012807900989616653f,0.18316151750152343f,-0.9829993978527043f,0.3729228326394525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6114811984322697e-16f,-0.1446100421182232f,-0.08567404264035319f,0.9792587883682424f,0.18360877925965496f,1.4632696626096242f,-0.01600255953136641f,0.1829100924215659f,-0.9829993978527043f,0.3614347688378637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6114811984322697e-16f,-0.12500000000000014f,-0.08567404264035319f,0.9792587883682424f,0.18360877925965496f,1.24293643522677f,-0.01600255953136641f,0.1829100924215659f,-0.9829993978527043f,0.32027999804301144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.745677114470681e-17f,3.6114811984322697e-16f,-1.1428375634987144e-16f,0f,0.9829993978527043f,0.18360877925965496f,0.7334114694753947f,-3.6739403974420594e-16f,0.18360877925965496f,-0.9829993978527043f,0.25689922985533525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.639400800042679e-16f,5.025931362498144e-17f,2.2193773651729053e-17f,0f,0.13679948008948084f,0.9905987594617953f,0.6821116644418393f,-3.6739403974420594e-16f,0.9905987594617953f,-0.13679948008948084f,-0.11457530494283802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9851244199341249f,-0.17044620655894524f,-0.02186247742409704f,0.18690187842099173f,0.041513057718168975f,-0.35950436710354583f,0.9322195428504849f,0.7615774781444649f,-0.1667529408686448f,0.9174446581146704f,0.3612322743173898f,-0.7856457380269195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9851244199341249f,-0.16824014958690747f,0.03500184732880221f,0.12500000000000014f,0.041513057718168975f,-0.03534076952255405f,0.9985127420561252f,0.7499329623035259f,-0.1667529408686448f,0.9851123195232759f,0.041799218116246345f,-0.42284762304937046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853120739992951f,0.16581952057155874f,0.040792198134277716f,-0.1941415403596939f,-0.038081633668905726f,-0.44623680623126244f,0.8941043014892782f,0.810917918096017f,0.16646292682851352f,0.8794183301261929f,0.4459971912801064f,-0.7840589963765985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853120739992951f,0.17049449609983558f,-0.009578289558732226f,-0.12499999999999988f,-0.038081633668905726f,-0.16470833873482324f,0.9856068954346465f,0.7401180638674046f,0.16646292682851352f,0.9714951312028683f,0.1687818237868257f,-0.3909995826960105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9722938333185331f,0.23376206212889336f,2.001205620225144e-16f,6.965356953280745e-17f,0.12733084969300698f,0.5296111730887119f,0.8386291552623576f,0.7232619985825138f,0.19603968069554048f,0.815393956102721f,-0.5447027996476103f,-0.24375485264078584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9722938333185329f,-0.23376206212889397f,2.001205620225144e-16f,8.35275575198422e-17f,-0.12733084969300698f,0.5296111730887119f,0.8386291552623576f,0.7263166785861462f,-0.1960396806955412f,0.8153939561027208f,-0.5447027996476103f,-0.2815180890740561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.081073531991085e-16f,2.001205620225144e-16f,6.965356953280745e-17f,0f,0.5447027996476103f,0.8386291552623576f,0.7232619985825138f,-3.6739403974420594e-16f,0.8386291552623576f,-0.5447027996476103f,-0.24375485264078584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9608917157477929f,0.27692437705493345f,-5.37885774881233e-17f,6.11914697006771e-17f,-0.04054330419715115f,-0.14068001360659257f,0.9892246328597091f,0.7136652374506757f,0.2739404152220702f,0.9505377547285463f,0.14640568890440633f,-0.22072208967592666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9592258691860375f,-0.2826406408927968f,-5.37885774881233e-17f,6.11914697006771e-17f,0.04138019774229278f,-0.14043612419310977f,0.9892246328597091f,0.7136652374506757f,-0.2795950842184098f,0.9488898582750932f,0.14640568890440633f,-0.22072208967592666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6343523408080755e-16f,-5.37885774881233e-17f,6.11914697006771e-17f,0f,-0.14640568890440633f,0.9892246328597091f,0.7136652374506757f,-3.6739403974420594e-16f,0.9892246328597091f,0.14640568890440633f,-0.22072208967592666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9531055006177825f,0.3008196722706644f,-0.0331274729959321f,-0.19374999999999998f,-0.002962962310873893f,0.10018178532196337f,0.9949647384425483f,0.7081129583867756f,0.30262373592709235f,0.9484045205842675f,-0.0945924933007657f,-0.1648227088658484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9549560809569323f,-0.29482318984383105f,0.033736777760853834f,0.19375000000000006f,0.0029052861311692434f,0.10439435105011464f,0.9945317384484629f,0.7074851913772355f,-0.29673294855117277f,0.9498321463285678f,-0.09883547462825933f,-0.19175939903175543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6541271628645574e-16f,-3.81041627085729e-17f,-0.00781249999999991f,0f,-0.10371470025780088f,0.9946070887292301f,0.7291274307026111f,-3.6739403974420594e-16f,0.9946070887292301f,0.10371470025780088f,-0.3006171338657249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6070121397722715e-16f,-6.980698156289088e-17f,9.950255243072246e-18f,0f,-0.19000575407127784f,0.981782976741706f,0.68667302002731f,-3.6739403974420594e-16f,0.981782976741706f,0.19000575407127784f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30190714795018664f,-0.08621134794905097f,-0.9494312389538231f,-0.09227689756016506f,-0.937425235070393f,0.15435154532914486f,-0.3121049969284743f,0.4899898279212346f,0.17345317140312527f,0.9842475318431396f,-0.034216858284848675f,0.1262443825904784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30190714795018664f,-0.08621134794905097f,-0.9494312389538231f,-0.06397310243983508f,-0.937425235070393f,0.15435154532914486f,-0.3121049969284743f,0.40210621213338527f,0.17345317140312527f,0.9842475318431396f,-0.034216858284848675f,0.1425056174095214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30190714795018664f,-0.08621134794905097f,-0.9494312389538231f,0.06428968584307342f,-0.937425235070393f,0.15435154532914486f,-0.3121049969284743f,0.49286376956658107f,0.17345317140312527f,0.9842475318431396f,-0.034216858284848675f,0.1395075287427272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6651600939101531f,-0.11438574500434051f,0.7378874919723455f,0.5061603450393433f,0.7381104117197448f,0.048742169973916116f,0.6729169495392001f,1.944176633476867f,-0.11293834415443234f,0.992239941851786f,0.05200796298278888f,-0.5188163213316197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8931931447121783f,-0.11438574500434051f,-0.4348814868202276f,0.5975828423206572f,-0.44227344810258584f,0.048742169973916116f,0.8955547989764127f,1.9268210344177525f,-0.08124163552402854f,0.992239941851786f,-0.09412594993595043f,-0.5074245404283799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9751733043340147f,-0.11438574500434051f,0.1896125730379741f,0.5234297077243041f,0.18512638996388872f,0.048742169973916116f,0.9815051811402586f,1.788273056776271f,-0.12151232963455721f,0.992239941851786f,-0.026356242917890446f,-0.5091669944423163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.85279552002731f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22.mcfunction new file mode 100644 index 000000000..c11620881 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..9a2786963 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.635919731666565f,-0.1121298062577029f,-0.49997744536146677f,0.04593104262561565f,-0.5061557894043011f,0.013470986992007569f,0.6407568133125192f,1.0458571799561014f,-0.07972989510890742f,0.8088200563181626f,-0.07998565351268595f,-0.030473150471243868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6175576589739813f,0.13690923686880022f,-0.4897738240275593f,0.04593104262561565f,-0.4530336495215805f,0.2019360038844157f,0.6276801436530801f,1.0458571799561014f,0.23104772287069553f,0.7618908787977424f,-0.07835329323691685f,-0.030473150471243868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.635919731666565f,0.11212980625770232f,0.4999774453614669f,-0.04593104262561565f,0.5061557894043011f,0.013470986992007569f,0.6407568133125192f,1.0458571799561014f,0.07972989510890696f,0.8088200563181627f,-0.07998565351268558f,-0.030473150471243892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6175576589739811f,-0.13690923686880077f,0.4897738240275594f,-0.04593104262561565f,0.4530336495215805f,0.2019360038844157f,0.6276801436530801f,1.0458571799561014f,-0.23104772287069597f,0.7618908787977423f,-0.07835329323691649f,-0.030473150471243892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7325605827389778f,-0.49581127695695904f,1.2879955047512543f,-0.7024104372183163f,-1.3310866960845609f,0.6390939992911759f,-0.5110511888027442f,0.8067568424508769f,-0.3646497636415202f,-1.3368381681087358f,-0.7220114349259735f,-0.3854416165300736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6329628447485427f,-0.7546179697451972f,0.17294437517730563f,-0.4987289959836443f,0.17137051061164568f,0.08127817057842673f,0.9818482607206309f,0.7920616959922021f,-0.7549769435290963f,0.6511110340986864f,0.07787320472667957f,-0.13060884718090532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6432621108205498f,-0.7546179697451972f,0.12948195441962995f,-0.2984375000000001f,0.10417636121198577f,0.08127817057842673f,0.9912321346445817f,0.7410956948517247f,-0.7585256373698391f,0.6511110340986864f,0.02633018662331954f,0.11172484997294589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8873858852024148f,0.4113858462271305f,0.2081056853320312f,0.3423866473955986f,0.4111295011133772f,-0.9103870133417826f,0.046561993652493f,0.46205310578266917f,0.20861165848962587f,0.044239930635308664f,-0.9769974434355451f,0.1542643333139841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08537069371178894f,0.8738148419667495f,0.4787060336091374f,0.2984374999999999f,0.9554701248722349f,-0.06441268959655401f,0.2879719533141625f,0.7555833671970139f,0.282468910026934f,0.48197367913358363f,-0.8294050201744824f,0.22778409755802892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.2887801292763804e-16f,1.6376090208696203e-16f,-0.15625f,0f,0.4457364147795612f,0.8951642578540896f,0.3585040068687717f,-3.6739403974420594e-16f,0.8951642578540896f,-0.4457364147795612f,0.04002619963182916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2116134370747624e-16f,3.4684046654127027e-16f,-0.15625000000000003f,0f,0.9440557794099057f,0.32978581740692775f,0.5375756268669223f,-3.6739403974420594e-16f,0.32978581740692775f,-0.9440557794099057f,0.09596069177431622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.929679123582555e-16f,2.216938942957445e-16f,0.15625000000000003f,0f,0.6034226751476329f,0.7974215165881057f,0.5081483965133955f,-3.6739403974420594e-16f,0.7974215165881057f,-0.6034226751476329f,-0.0893211222650558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6456460174381446e-16f,4.550858814488909e-17f,0.15624999999999997f,0f,0.12386860760336216f,0.9922986284634301f,0.5375756268669223f,-3.6739403974420594e-16f,0.9922986284634301f,-0.12386860760336216f,0.09596069177431633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.787969631203973e-17f,3.6106886776368916e-16f,0.29374999999999984f,0f,0.9827836837393427f,0.18475992794902227f,1.2558245319660815f,-3.6739403974420594e-16f,0.18475992794902227f,-0.9827836837393427f,0.37285344447136837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.787969631203973e-17f,3.6106886776368916e-16f,0.3312499999999999f,0f,0.9827836837393427f,0.18475992794902227f,1.1502978147438845f,-3.6739403974420594e-16f,0.18475992794902227f,-0.9827836837393427f,0.2576224831271773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.787969631203973e-17f,3.6106886776368916e-16f,-0.2937500000000002f,0f,0.9827836837393427f,0.18475992794902227f,1.2558245319660815f,-3.6739403974420594e-16f,0.18475992794902227f,-0.9827836837393427f,0.37285344447136815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.787969631203973e-17f,3.6106886776368916e-16f,-0.3312500000000001f,0f,0.9827836837393427f,0.18475992794902227f,1.1502978147438845f,-3.6739403974420594e-16f,0.18475992794902227f,-0.9827836837393427f,0.257622483127177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876902914640449f,0.15640656631507766f,-0.0022077502569539265f,0.19530420709919277f,0.15404579740544289f,0.9750393621986088f,0.15990038919606034f,1.3660550572549206f,0.027162114229034515f,0.15759196736146652f,-0.9871306860663139f,0.36848887054613555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999975625283292f,-0.000027860428685147487f,-0.0022077502569539265f,0.0801191951323347f,-0.0003805230036706131f,0.9871330815737017f,0.15990038919606034f,1.3759589446015255f,0.002174888421102139f,0.15990083954315062f,-0.9871306860663139f,0.37035076705790065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703178697971326f,0.24178208690955388f,-0.0049652796513025305f,0.05788290342551265f,0.239154746923721f,0.9624165185033826f,0.1286835340503198f,1.3721049341637424f,0.03589204056898522f,0.12367646243926034f,-0.9916732798973182f,0.3736694444497726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975419067386881f,-0.06989628243423913f,-0.0049652796513025305f,0.08698855670090092f,-0.06995337941999305f,0.9892153823976066f,0.1286835340503198f,1.3820456257225733f,-0.004082769631642894f,0.12871455601380283f,-0.9916732798973182f,0.3748136576052041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0870141913246358f,-0.0049652796513025305f,0.14460374957674868f,0.08565524191658201f,0.9879796190187996f,0.1286835340503198f,1.4899783312114925f,0.016102888750400484f,0.12776855212292137f,-0.9916732798973182f,0.3570185693230099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712777589666157f,-0.0022077502569539265f,0.12499999999999986f,0.08565524191658201f,0.9834099069397056f,0.15990038919606034f,1.268711102150059f,0.016102888750400484f,0.15910281455757114f,-0.9871306860663139f,0.32122043604755646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6106886776368916e-16f,-0.19523827377799102f,-0.1537412398160315f,0.970683985756488f,0.18475992794902227f,1.3648006641252581f,-0.028902820489577263f,0.18248522664444697f,-0.9827836837393427f,0.37108237551397083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6106886776368916e-16f,-0.08005326181113294f,1.3877787807814457e-17f,0.9827836837393427f,0.18475992794902227f,1.3747045514718628f,-3.642919299551295e-16f,0.18475992794902227f,-0.9827836837393427f,0.372944272025736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6106886776368916e-16f,-0.05771677939820312f,-0.2377568917346461f,0.9535908081860648f,0.18475992794902227f,1.3704592355443368f,-0.04469747200028586f,0.1792717684759973f,-0.9827836837393427f,0.37214616733813455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6106886776368916e-16f,-0.08682420206637917f,0.0685555242309182f,0.9803896720802888f,0.18475992794902227f,1.3802882305543354f,0.012888201062942091f,0.18430986205054f,-0.9827836837393427f,0.3739939843500623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6106886776368916e-16f,-0.1446100421182232f,-0.085655241916582f,0.979043895112208f,0.18475992794902227f,1.4889959785503055f,-0.01610288875040121f,0.18405686064262888f,-0.9827836837393427f,0.36263322969214784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6106886776368916e-16f,-0.12500000000000014f,-0.085655241916582f,0.979043895112208f,0.18475992794902227f,1.268711102150059f,-0.01610288875040121f,0.18405686064262888f,-0.9827836837393427f,0.3212204360475564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.787969631203973e-17f,3.6106886776368916e-16f,-1.1441004189174654e-16f,0f,0.9827836837393427f,0.18475992794902227f,0.7592607164852387f,-3.6739403974420594e-16f,0.18475992794902227f,-0.9827836837393427f,0.25724296309053696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6456460174381446e-16f,4.550858814488909e-17f,2.23016837621839e-17f,0f,0.12386860760336216f,0.9922986284634301f,0.7128099886339779f,-3.6739403974420594e-16f,0.9922986284634301f,-0.12386860760336216f,-0.11486902258324931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.98509750047849f,-0.17053501937031748f,-0.0223768120919109f,0.18715491890770716f,0.04518850038252935f,-0.38214333723201294f,0.9229975456318172f,0.809158575890295f,-0.16595455397249392f,0.908231400567909f,0.3841546681198148f,-0.7847227163654199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.98509750047849f,-0.16865962563696776f,0.03371713556975349f,0.12500000000000014f,0.04518850038252935f,-0.06464489236702425f,0.9968846660090797f,0.786327685236403f,-0.16595455397249392f,0.9835522195444703f,0.07130299744707f,-0.4219911124025912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853347948957363f,0.1655824329575183f,0.04120436704581549f,-0.1942108176422301f,-0.04154264630705253f,-0.4670077414577495f,0.8832768410619285f,0.8584185480170456f,0.16549788671032775f,0.8686116665774187f,0.46703770959100804f,-0.7814762058940745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853347948957363f,0.17043567305554502f,-0.008186777014228298f,-0.12499999999999988f,-0.04154264630705253f,-0.19308101641593792f,0.9803029784906275f,0.7756100422751743f,0.16549788671032775f,0.9662667346286387f,0.19732979259230943f,-0.3901978419946879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9714255631698511f,0.23734442319156734f,1.984941649882107e-16f,6.955841467849332e-17f,0.12823148445418325f,0.5248378720129817f,0.8414879051392016f,0.7564635886456819f,0.19972246146794403f,0.8174428621504671f,-0.5402759531058535f,-0.24349585319054878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9714255631698508f,-0.23734442319156795f,1.984941649882107e-16f,8.342715711373963e-17f,-0.12823148445418325f,0.5248378720129817f,0.8414879051392016f,0.7597179511855034f,-0.19972246146794476f,0.8174428621504669f,-0.5402759531058535f,-0.28124481189685296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.091576408649804e-16f,1.984941649882107e-16f,6.955841467849332e-17f,0f,0.5402759531058535f,0.8414879051392016f,0.7564635886456819f,-3.6739403974420594e-16f,0.8414879051392016f,-0.5402759531058535f,-0.24349585319054878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9593538224201624f,0.28220603006991796f,-6.044159643178718e-17f,6.116169745951876e-17f,-0.04642694528190641f,-0.15782748302172567f,0.9863746876085264f,0.7464511174251549f,0.27836088475145776f,0.9462823268957334f,0.16451436303612593f,-0.22064105340985368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9577132148772248f,-0.28772451763714973f,-6.044159643178718e-17f,6.116169745951876e-17f,0.047334815748952215f,-0.15755757951680707f,0.9863746876085264f,0.7464511174251549f,-0.2838041812016575f,0.9446640731430802f,0.16451436303612593f,-0.22064105340985368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6238818118192573e-16f,-6.044159643178718e-17f,6.116169745951876e-17f,0f,-0.16451436303612593f,0.9863746876085264f,0.7464511174251549f,-3.6739403974420594e-16f,0.9863746876085264f,0.16451436303612593f,-0.22064105340985368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9520006957198485f,0.3040616551219192f,-0.035230458887778884f,-0.19374999999999998f,-0.008557805823902467f,0.08861208568548709f,0.9960294484752691f,0.7398749981505242f,0.3059762070952655f,0.9485222233321617f,-0.08175666661874276f,-0.16457662445168586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9538979719683558f,-0.2979919300036852f,0.03576966210822595f,0.19375000000000006f,0.008391042660569054f,0.09265461904823039f,0.995662950988986f,0.73966516820588f,-0.30001374881449416f,0.9500610144731264f,-0.0858825902064413f,-0.19171897970844856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.646039116411437e-16f,-4.519256637484002e-17f,-0.00781249999999991f,0f,-0.12300843640878018f,0.9924056250204688f,0.7633614617431527f,-3.6739403974420594e-16f,0.9924056250204688f,0.12300843640878018f,-0.2997513925653444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.5927769199134654e-16f,-7.679791974356033e-17f,9.950255243072246e-18f,0f,-0.20903420152659535f,0.9779083303623807f,0.7166553823395541f,-3.6739403974420594e-16f,0.9779083303623807f,0.20903420152659535f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3019056424629247f,-0.0862105623880485f,-0.9494317890095025f,-0.09227682699044966f,-0.9374254947491877f,0.15435313827728425f,-0.3121034291676302f,0.5199722024059221f,0.1734543883656129f,0.9842473508405749f,-0.03421589572145013f,0.1262443255453618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3019056424629247f,-0.0862105623880485f,-0.9494317890095025f,-0.06397317300955048f,-0.9374254947491877f,0.15435313827728425f,-0.3121034291676302f,0.4320885622731858f,0.1734543883656129f,0.9842473508405749f,-0.03421589572145013f,0.14250567445463802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3019056424629247f,-0.0862105623880485f,-0.9494317890095025f,0.06428976835142534f,-0.9374254947491877f,0.15435313827728425f,-0.3121034291676302f,0.5228458967146985f,0.1734543883656129f,0.9842473508405749f,-0.03421589572145013f,0.13950738435821744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5613652511076597f,-0.12758117285237894f,0.8176748126134532f,0.5063115022848433f,0.8206769600085411f,0.04142060176498963f,0.5698891655932454f,1.9772099815395865f,-0.1065757109287743f,0.990962854037949f,0.08145084257998075f,-0.5193645464191782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8361727565282122f,-0.12758117285237894f,-0.5334211896556253f,0.5974297129951567f,-0.5418388165965586f,0.04142060176498963f,0.8394611548956075f,1.9590299874595218f,-0.08500481203586144f,0.990962854037949f,-0.10376321047322279f,-0.5068736700608216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.971927580910009f,-0.12758117285237894f,0.19768616997663108f,0.5222176821435054f,0.19391993685402364f,0.04142060176498963f,0.9801425364914828f,1.8210986040258317f,-0.1332360144891371f,0.990962854037949f,-0.015517292289987699f,-0.5107915143965017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.882777882339554f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23.mcfunction new file mode 100644 index 000000000..4dc8b3a99 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..834ede5a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6485908672369409f,-0.11436406933497496f,-0.4829028794969257f,0.04435553957325174f,-0.4885540447144391f,0.007644158323748966f,0.6543706569530207f,1.078078373058615f,-0.08711645524491379f,0.808583249228619f,-0.07448688969808334f,-0.027344899494313693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6298629176878066f,0.1396372470480958f,-0.473047718690866f,0.04435553957325174f,-0.4392879572496978f,0.19006415034686358f,0.6410161537498978f,1.078078373058615f,0.22427392968687024f,0.764445588639083f,-0.07296674909200002f,-0.027344899494313693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6485908672369409f,0.11436406933497437f,0.4829028794969257f,-0.04435553957325174f,0.4885540447144391f,0.007644158323748966f,0.6543706569530207f,1.078078373058615f,0.08711645524491334f,0.808583249228619f,-0.07448688969808298f,-0.027344899494313714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6298629176878063f,-0.13963724704809635f,0.473047718690866f,-0.04435553957325174f,0.4392879572496978f,0.19006415034686358f,0.6410161537498978f,1.078078373058615f,-0.22427392968687068f,0.7644455886390829f,-0.07296674909199966f,-0.027344899494313714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7460809762369123f,-0.4880958107615619f,1.2831725941643195f,-0.7031679265719292f,-1.3144546409172504f,0.6754378451899737f,-0.5073450150107188f,0.8420996986185035f,-0.396205027565877f,-1.3217232867745567f,-0.7331271235804773f,-0.38505680161069106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6332985183205827f,-0.7537010561226594f,0.17569207350515906f,-0.49881149273753383f,0.18347110294313768f,0.07433092314572896f,0.9802108284696373f,0.8234317028142093f,-0.7518452906534582f,0.6530004838159705f,0.09120870056264083f,-0.13029694666223207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6442679596453496f,-0.7537010561226594f,0.1298210852442928f,-0.2984375000000001f,0.11270040426117102f,0.07433092314572896f,0.9908448580598642f,0.7696191346336391f,-0.7564505370834148f,0.6530004838159705f,0.03705338152344122f,0.11093139475487888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8884336159876324f,0.40919288760875683f,0.20795886784060832f,0.3421699472003227f,0.40686778169282534f,-0.9117771947043796f,0.055865512056825745f,0.49027919785777935f,0.21247192332988313f,0.034978964356013414f,-0.9765409125321278f,0.15176085926740834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08487348331760368f,0.873818485185466f,0.47878778887698686f,0.2984374999999999f,0.952728357469922f,-0.06951836956285712f,0.29576320455050986f,0.7829433801320894f,0.29172790182325925f,0.4812571570808061f,-0.8266113839382441f,0.22798548730143225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.3105762325742986e-16f,1.5930860153396868e-16f,-0.15625f,0f,0.43361781711234504f,0.9010968808528443f,0.3875810206282937f,-3.6739403974420594e-16f,0.9010968808528443f,-0.43361781711234504f,0.03699961852275635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2284887767422306e-16f,3.4624634827496874e-16f,-0.15625000000000003f,0f,0.94243866480806f,0.3343790709281926f,0.5663781394731061f,-3.6739403974420594e-16f,0.3343790709281926f,-0.94243866480806f,0.0938054526667421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.953550416244526e-16f,2.185035007192907e-16f,0.15625000000000003f,0f,0.5947388282929722f,0.8039189798236528f,0.5389620957639524f,-3.6739403974420594e-16f,0.8039189798236528f,-0.5947388282929722f,-0.0917846145441346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6503671954223157e-16f,4.1552061626510864e-17f,0.15624999999999997f,0f,0.11309944400687894f,0.9935836732582389f,0.5663781394731061f,-3.6739403974420594e-16f,0.9935836732582389f,-0.11309944400687894f,0.09380545266674221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.824446255174076e-17f,3.6100010217531967e-16f,0.29374999999999984f,0f,0.9825965125255217f,0.1857527754104427f,1.282747776481628f,-3.6739403974420594e-16f,0.1857527754104427f,-0.9825965125255217f,0.37359462128747634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.824446255174076e-17f,3.6100010217531967e-16f,0.3312499999999999f,0f,0.9825965125255217f,0.1857527754104427f,1.1773375351106665f,-3.6739403974420594e-16f,0.1857527754104427f,-0.9825965125255217f,0.2582571013119033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.824446255174076e-17f,3.6100010217531967e-16f,-0.2937500000000002f,0f,0.9825965125255217f,0.1857527754104427f,1.282747776481628f,-3.6739403974420594e-16f,0.1857527754104427f,-0.9825965125255217f,0.3735946212874761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.824446255174076e-17f,3.6100010217531967e-16f,-0.3312500000000001f,0f,0.9825965125255217f,0.1857527754104427f,1.1773375351106665f,-3.6739403974420594e-16f,0.1857527754104427f,-0.9825965125255217f,0.2582571013119031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876903678891427f,0.15640547338526176f,-0.0022505719588918395f,0.1953054254462772f,0.15402378388883403f,0.9749584113373606f,0.16041437017641394f,1.3930063936652357f,0.027283899566882236f,0.1580930866852248f,-0.9870471948021343f,0.3692908169006955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999997467040616f,-0.000028951858240700012f,-0.0022505719588918395f,0.0801204134794191f,-0.00038960199268676943f,0.9870496836791914f,0.16041437017641394f,1.4029083948158783f,0.0022167820460163284f,0.16041484068064954f,-0.9870471948021343f,0.3711627187163468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703187370715092f,0.24177661115464566f,-0.00506150042247858f,0.057886339491244346f,0.23914070182847574f,0.9624321216464921f,0.1285929078604877f,1.399061796364508f,0.03596210807135099f,0.12356569718820475f,-0.9916845492703098f,0.37455703076758984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975410394643116f,-0.06990175818914736f,-0.00506150042247858f,0.08699192346649659f,-0.06997155873573452f,0.9892258816954173f,0.1285929078604877f,1.4090031119015816f,-0.00398190313197502f,0.12863086404899177f,-0.9916845492703098f,0.3756975796932699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08700864731375386f,-0.00506150042247858f,0.14460350306705488f,0.08563892887042045f,0.9879928329243644f,0.1285929078604877f,1.5169352207561633f,0.0161894211083357f,0.12767011154815996f,-0.9916845492703098f,0.35788718089421767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712668029802242f,-0.0022505719588918395f,0.12499999999999986f,0.08563892887042045f,0.9833276176853936f,0.16041437017641394f,1.29568650677695f,0.0161894211083357f,0.1596112084955649f,-0.9870471948021343f,0.3219746589827156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6100010217531967e-16f,-0.19523827377799102f,-0.1537119597873265f,0.970499118930902f,0.1857527754104427f,1.3917256423952942f,-0.02905813605107111f,0.18346585050608136f,-0.9825965125255217f,0.37193365574625453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6100010217531967e-16f,-0.08005326181113294f,0f,0.9825965125255218f,0.1857527754104427f,1.4016276435459365f,-3.642919299551295e-16f,0.1857527754104427f,-0.9825965125255217f,0.3738055575619059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6100010217531967e-16f,-0.05771677939820312f,-0.23771161091979687f,0.9534091967572125f,0.1857527754104427f,1.3973831361390934f,-0.044937663540193996f,0.18023512412465745f,-0.9825965125255217f,0.37300316408602757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6100010217531967e-16f,-0.08682420206637917f,0.06854246782705563f,0.9802029568061377f,0.1857527754104427f,1.4072102592163795f,0.012957458600816582f,0.18530029098544473f,-0.9825965125255217f,0.37486091074260197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6100010217531967e-16f,-0.1446100421182232f,-0.08563892887042046f,0.9788574361413642f,0.1857527754104427f,1.5159294299087567f,-0.016189421108336433f,0.18504593001970973f,-0.9825965125255217f,0.3636099932371501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6100010217531967e-16f,-0.12500000000000014f,-0.08563892887042046f,0.9788574361413642f,0.1857527754104427f,1.29568650677695f,-0.016189421108336433f,0.18504593001970973f,-0.9825965125255217f,0.3219746589827155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.824446255174076e-17f,3.6100010217531967e-16f,-1.1449804728027903e-16f,0f,0.9825965125255217f,0.1857527754104427f,0.7863010198760437f,-3.6739403974420594e-16f,0.1857527754104427f,-0.9825965125255217f,0.2574825026012862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6503671954223157e-16f,4.1552061626510864e-17f,2.2390722548057802e-17f,0f,0.11309944400687894f,0.9935836732582389f,0.7438887283734641f,-3.6739403974420594e-16f,0.9935836732582389f,-0.11309944400687894f,-0.11511137487055341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9850568883305797f,-0.1706860972655121f,-0.0230039768897455f,0.18740068108304705f,0.04805979568579281f,-0.4006731982076987f,0.9149596954383588f,0.8539485302070877f,-0.16538797656152532f,0.9001817841071226f,0.40288903282492317f,-0.7836008987084249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9850568883305797f,-0.16912397222535738f,0.032557775894436425f,0.1250000000000001f,0.04805979568579281f,-0.08839115353587049f,0.9949257560316941f,0.8220742727831816f,-0.16538797656152532f,0.9816231894140004f,0.09519837820871549f,-0.4212024240185244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853445674986553f,0.165431118835371f,0.04157677502843871f,-0.19428577593808097f,-0.04427792542306598f,-0.4834494368895035f,0.8742517413717008f,0.9031305380488319f,0.16472871219407215f,0.8595982706428039f,0.4836892230418032f,-0.7790436872964361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853445674986553f,0.17043150379478555f,-0.007013259950696884f,-0.12499999999999988f,-0.04427792542306598f,-0.2158528691562019f,0.9754214495269544f,0.8106507567412179f,0.16472871219407215f,0.9614367589141178f,0.22023580541682808f,-0.3894604190800854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9705861857527313f,0.24075393252440289f,1.977354672928229e-16f,6.946541576531518e-17f,0.1295763844820196f,0.5223800394840281f,0.8428102128790521f,0.7895960791861506f,0.20290987312236083f,0.8180199498317267f,-0.5382108741625042f,-0.24324272193876553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.970586185752731f,-0.2407539325244035f,1.977354672928229e-16f,8.333207980168447e-17f,-0.1295763844820196f,0.5223800394840281f,0.8428102128790521f,0.7929437592049335f,-0.20290987312236156f,0.8180199498317264f,-0.5382108741625042f,-0.2809860235068144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.096434488473091e-16f,1.977354672928229e-16f,6.946541576531518e-17f,0f,0.5382108741625042f,0.8428102128790521f,0.7895960791861506f,-3.6739403974420594e-16f,0.8428102128790521f,-0.5382108741625042f,-0.24324272193876553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9578686870322665f,0.2872065082881687f,-6.587518048017813e-17f,6.112374891043292e-17f,-0.051497244162528065f,-0.17174958167120605f,0.9837937360236804f,0.7792490441503537f,0.2825519637991336f,0.9423452142355708f,0.17930388997612212f,-0.2205377622701491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9563029442823495f,-0.29237763039758946f,-6.587518048017813e-17f,6.112374891043292e-17f,0.05242444647228862f,-0.17146883790544407f,0.9837937360236804f,0.7792490441503537f,-0.28763928133859534f,0.940804846325978f,0.17930388997612212f,-0.2205377622701491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.614399549527849e-16f,-6.587518048017813e-17f,6.112374891043292e-17f,0f,-0.17930388997612212f,0.9837937360236804f,0.7792490441503537f,-3.6739403974420594e-16f,0.9837937360236804f,0.17930388997612212f,-0.2205377622701491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.950951343453563f,0.30708351479928325f,-0.03729956195965206f,-0.19374999999999998f,-0.013205851650840268f,0.08016752166585212f,0.9966939218998635f,0.7718335295744122f,0.3090584861576196f,0.9482999965245563f,-0.07218011308862676f,-0.16429025646743403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9529149954707179f,-0.30088174575815546f,0.03772514382432999f,0.19375000000000006f,0.012945314780062176f,0.08393024531000731f,0.9963875414453189f,0.771952390703224f,-0.3029611034972754f,0.9499609934053749f,-0.0760833804190279f,-0.19164056538542132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6383655468322476e-16f,-5.100335200560813e-17f,-0.007812499999999911f,0f,-0.13882465823647722f,0.9903169766622832f,0.7973294427424269f,-3.6739403974420594e-16f,0.9903169766622832f,0.13882465823647722f,-0.298978483155425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.580068117207269e-16f,-8.251971401505921e-17f,9.950255243072246e-18f,0f,-0.22460820015619376f,0.9744491553809235f,0.7471435480200274f,-3.6739403974420594e-16f,0.9744491553809235f,0.22460820015619376f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3019041369751169f,-0.08620977682221923f,-0.9494323390624386f,-0.09227675642070866f,-0.9374257544241379f,0.15435473122305532f,-0.3121018614032834f,0.5504603802586587f,0.17345560532783572f,0.9842471698355661f,-0.03421493315838266f,0.1262442685002576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3019041369751169f,-0.08620977682221923f,-0.9494323390624386f,-0.06397324357929147f,-0.9374257544241379f,0.15435473122305532f,-0.3121018614032834f,0.46257671578139586f,0.17345560532783572f,0.9842471698355661f,-0.03421493315838266f,0.1425057314997422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3019041369751169f,-0.08620977682221923f,-0.9494323390624386f,0.06428985085936574f,-0.9374257544241379f,0.15435473122305532f,-0.3121018614032834f,0.5533338272305198f,0.17345560532783572f,0.9842471698355661f,-0.03421493315838266f,0.1395072399737573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.42842350829589204f,-0.13866632243876495f,0.8928745424530528f,0.5064449498758908f,0.8988543846975257f,0.03550492777223113f,0.4368068168125595f,2.0102377873943853f,-0.09227184104304044f,0.9897025063751211f,0.10942968621599324f,-0.5198204634946788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7522863284748895f,-0.13866632243876495f,-0.6440783578192012f,0.5972942136441094f,-0.6537196747655545f,0.03550492777223113f,0.7559034243395818f,1.9913759915256695f,-0.08195039239801104f,0.9897025063751211f,-0.1173587749621428f,-0.5064150008253211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9690588135276644f,-0.13866632243876495f,0.2041976173848848f,0.5212399391522674f,0.20119248926630323f,0.03550492777223113f,0.9789080561353639f,1.8539706810397227f,-0.142991601806483f,0.9897025063751211f,-0.0065077405924847485f,-0.5121415710711272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.9132660480200273f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24.mcfunction new file mode 100644 index 000000000..49d9a5c00 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..0ca8c4ce0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6783057216395761f,-0.11960359989398324f,-0.4387946801499062f,0.04066085541871142f,-0.4445817282786278f,0.008265176127072251f,0.6849986994066641f,1.11226950592878f,-0.09587950415102721f,0.8078187359800668f,-0.07197537723252798f,-0.025217497445541824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6587197607889825f,0.14603465514435124f,-0.42983968667745914f,0.04066085541871142f,-0.39925911508477585f,0.17414212780493582f,0.6710191341126507f,1.11226950592878f,0.21605655687302716f,0.7670387205483435f,-0.07050649198288456f,-0.025217497445541824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6783057216395761f,0.11960359989398264f,0.4387946801499062f,-0.04066085541871142f,0.4445817282786278f,0.008265176127072251f,0.6849986994066641f,1.11226950592878f,0.09587950415102671f,0.8078187359800668f,-0.07197537723252767f,-0.025217497445541845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6587197607889823f,-0.1460346551443518f,0.42983968667745914f,-0.04066085541871142f,0.39925911508477585f,0.17414212780493582f,0.6710191341126507f,1.11226950592878f,-0.21605655687302763f,0.7670387205483434f,-0.07050649198288425f,-0.025217497445541845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7565318519330997f,-0.48221197912463415f,1.2792722205220348f,-0.703798152581735f,-1.3011660207300202f,0.7026637816137363f,-0.5046155432662471f,0.8746010758448453f,-0.41956262167676484f,-1.3096340966838749f,-0.7417762393705616f,-0.384660125666495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.63375043294722f,-0.7529664671860111f,0.17720577877887883f,-0.4988564701709386f,0.192033977970883f,0.06876614634205437f,0.9789760816393532f,0.853110379772895f,-0.7493219201677541f,0.6544560462022494f,0.10101457095602326f,-0.13001051165433838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6451421820574553f,-0.7529664671860111f,0.1297422992842456f,-0.2984375000000001f,0.11894026749029261f,0.06876614634205437f,0.9905172537046495f,0.7971829188214996f,-0.754748155148115f,0.6544560462022494f,0.04519409131552958f,0.1102728719029375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8893133482134201f,0.40734338139378634f,0.20782958962600265f,0.34196532760825704f,0.40339655299946875f,-0.9128521953344325f,0.06302452301488898f,0.5175864022590495f,0.21539031946116616f,0.027789190484498905f,-0.9761325581982363f,0.14980954951644282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08437281273202722f,0.8738221428916897f,0.4788695971387844f,0.2984374999999999f,0.9505581332087004f,-0.07355951643603423f,0.3017088545808483f,0.8095649424306551f,0.29886529384068156f,0.4806494149937897f,-0.8244123215986349f,0.22811414477175188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.3266958575958245e-16f,1.5591448665892142e-16f,-0.15625f,0f,0.4243794667095721f,0.905484438428016f,0.4155755832734063f,-3.6739403974420594e-16f,0.905484438428016f,-0.4243794667095721f,0.034621584069389456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2408417999872444e-16f,3.458055764640173e-16f,-0.15625000000000003f,0f,0.9412389398172618f,0.3377414072506911f,0.5941687682844597f,-3.6739403974420594e-16f,0.3377414072506911f,-0.9412389398172618f,0.09206535455503617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.9723453451227064e-16f,2.159398340576397e-16f,0.15625000000000003f,0f,0.5877608526474339f,0.8090347211925837f,0.568359523773136f,-3.6739403974420594e-16f,0.8090347211925837f,-0.5877608526474339f,-0.09375497640407784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.653825747984887e-16f,3.83921147267768e-17f,0.15624999999999997f,0f,0.1044984691463881f,0.994525047420155f,0.5941687682844597f,-3.6739403974420594e-16f,0.994525047420155f,-0.1044984691463881f,0.09206535455503628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.854928836679889e-17f,3.6094234373923577e-16f,0.29374999999999984f,0f,0.9824393013847963f,0.18658247263490063f,1.3090157682874306f,-3.6739403974420594e-16f,0.18658247263490063f,-0.9824393013847963f,0.3741704138332327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.854928836679889e-17f,3.6094234373923577e-16f,0.3312499999999999f,0f,0.9824393013847963f,0.18658247263490063f,1.2037029624238529f,-3.6739403974420594e-16f,0.18658247263490063f,-0.9824393013847963f,0.25874392024904547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.854928836679889e-17f,3.6094234373923577e-16f,-0.2937500000000002f,0f,0.9824393013847963f,0.18658247263490063f,1.3090157682874306f,-3.6739403974420594e-16f,0.18658247263490063f,-0.9824393013847963f,0.37417041383323246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.854928836679889e-17f,3.6094234373923577e-16f,-0.3312500000000001f,0f,0.9824393013847963f,0.18658247263490063f,1.2037029624238529f,-3.6739403974420594e-16f,0.18658247263490063f,-0.9824393013847963f,0.2587439202490452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876903538844722f,0.1564056736613791f,-0.0022427862350362154f,0.1953052041010973f,0.15399968339676237f,0.9748101823603041f,0.161335693138151f,1.4192736585365495f,0.027420108629668878f,0.1590043194796948f,-0.9868970382109454f,0.3699689176605925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999974845384536f,-0.00002875185704155625f,-0.0022427862350362154f,0.08012019213423921f,-0.0003902176469792601f,0.9868995094992299f,0.161335693138151f,1.4291740754103535f,0.002208765934484056f,0.16133616247918614f,-0.9868970382109454f,0.3718491806527456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703185781471809f,0.24177761456336427f,-0.005044006193747815f,0.057885714153956755f,0.23910617390247835f,0.9623017093604959f,0.1296289233295777f,1.425322658085881f,0.036195227643311f,0.12457529954977835f,-0.9915497467287921f,0.3752257826802732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975411983886399f,-0.06990075478042873f,-0.005044006193747815f,0.08699131082816318f,-0.06996409713210046f,0.989091182525102f,0.1296289233295777f,1.4352626813869414f,-0.004072177531273844f,0.1296630908632904f,-0.9915497467287921f,0.37637721831147225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08700966323008838f,-0.005044006193747815f,0.1446035482392184f,0.08562522701668233f,0.9878586248723833f,0.1296289233295777f,1.543213150402787f,0.016261733986189006f,0.1287037519648535f,-0.9915497467287921f,0.3586805838573973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712688106319365f,-0.0022427862350362154f,0.12499999999999986f,0.08562522701668233f,0.9831780686213327f,0.161335693138151f,1.3219980849629875f,0.016261733986189006f,0.16052972303665797f,-0.9868970382109454f,0.32256139617414936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6094234373923577e-16f,-0.19523827377799102f,-0.15368736654662876f,0.9703438433201959f,0.18658247263490063f,1.417994997963309f,-0.029187929292524555f,0.18428533278090264f,-0.9824393013847963f,0.3726014763334244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6094234373923577e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9824393013847963f,0.18658247263490063f,1.427895414837113f,-3.642919299551295e-16f,0.18658247263490063f,-0.9824393013847963f,0.3744817393255776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6094234373923577e-16f,-0.05771677939820312f,-0.23767357810262318f,0.9532566554592435f,0.18658247263490063f,1.4236515865328747f,-0.04513838546550865f,0.18104017579565204f,-0.9824393013847963f,0.37367576181905215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6094234373923577e-16f,-0.08682420206637917f,0.06853150133224532f,0.9800461286238497f,0.18658247263490063f,1.4334771373134865f,0.013015335353470058f,0.18612796710916432f,-0.9824393013847963f,0.37554180642563717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6094234373923577e-16f,-0.1446100421182232f,-0.08562522701668233f,0.9787008232364925f,0.18658247263490063f,1.542205770191198f,-0.016261733986189734f,0.18587246999573617f,-0.9824393013847963f,0.3643827019231899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6094234373923577e-16f,-0.12500000000000014f,-0.08562522701668233f,0.9787008232364925f,0.18658247263490063f,1.3219980849629875f,-0.016261733986189734f,0.18587246999573617f,-0.9824393013847963f,0.3225613961741493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.854928836679889e-17f,3.6094234373923577e-16f,-1.1455558284596317e-16f,0f,0.9824393013847963f,0.18658247263490063f,0.8126672407334385f,-3.6739403974420594e-16f,0.18658247263490063f,-0.9824393013847963f,0.25763910711703764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.653825747984887e-16f,3.83921147267768e-17f,2.2462882703470108e-17f,0f,0.1044984691463881f,0.994525047420155f,0.773480314803543f,-3.6739403974420594e-16f,0.994525047420155f,-0.1044984691463881f,-0.11530778566552044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9850053017040109f,-0.17088634410790393f,-0.023715248521267544f,0.1876346846225018f,0.050164714122737236f,-0.4152118337299647f,0.9083405939335665f,0.8941297281236537f,-0.1650698551279866f,0.8935306321151142f,0.4175583221539122f,-0.78249215652002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9850053017040109f,-0.16961727111342917f,0.031536279980744486f,0.1250000000000001f,0.050164714122737236f,-0.10668816532915268f,0.9930262518361151f,0.8553218916998534f,-0.1650698551279866f,0.9797181312595644f,0.11359721039397341f,-0.4205319890656117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853427919425575f,0.16535862767801274f,0.041905925825475414f,-0.19436551346858466f,-0.04631902844037375f,-0.4957797052780505f,0.867212218225014f,0.9432575594808643f,0.1641771298664517f,0.8525602665424035f,0.49617220996541167f,-0.7769619921666835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853427919425575f,0.17047838684936356f,-0.0060582162461103395f,-0.12499999999999988f,-0.04631902844037375f,-0.23320037824757203f,0.9713249359454998f,0.8433828867833846f,0.1641771298664517f,0.9573686349585663f,0.23767870503346777f,-0.3888280848901252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9698123785930516f,0.24385231253299122f,1.9767546913731647e-16f,6.938426133805745e-17f,0.1312041434143566f,0.5218051905442802f,0.8429144771991713f,0.8207980074820398f,0.20554664453255514f,0.8174688940830469f,-0.53804756678945f,-0.24302182987607931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9698123785930514f,-0.24385231253299183f,1.9767546913731647e-16f,8.325159062008222e-17f,-0.1312041434143566f,0.5218051905442802f,0.8429144771991713f,0.8241537693473077f,-0.20554664453255586f,0.8174688940830467f,-0.53804756678945f,-0.2807669421584662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0968175493707894e-16f,1.9767546913731647e-16f,6.938426133805745e-17f,0f,0.53804756678945f,0.8429144771991713f,0.8207980074820398f,-3.6739403974420594e-16f,0.8429144771991713f,-0.53804756678945f,-0.24302182987607931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9565003635688135f,0.29173113391053684f,-7.011135300111617e-17f,6.108626561962077e-17f,-0.05567228179656426f,-0.18253299558849645f,0.9816222810027562f,0.810194730155522f,0.2863697811087817f,0.9389220686663843f,0.19083421453960012f,-0.2204357375044827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9550416856476265f,-0.29647154783442586f,-7.011135300111617e-17f,6.108626561962077e-17f,0.05657691496432208f,-0.1822546299331405f,0.9816222810027562f,0.810194730155522f,-0.29102307703764685f,0.9374901979181404f,0.19083421453960012f,-0.2204357375044827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6064217532052467e-16f,-7.011135300111617e-17f,6.108626561962077e-17f,0f,-0.19083421453960012f,0.9816222810027562f,0.810194730155522f,-3.6739403974420594e-16f,0.9816222810027562f,0.19083421453960012f,-0.2204357375044827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9499981507964893f,0.30978095521963545f,-0.03923357320536751f,-0.19374999999999998f,-0.016876830417867566f,0.07452334862961574f,0.997076447973813f,0.8021230402808044f,0.3117991117342981f,0.9478829201395282f,-0.06556892274137019f,-0.16398747842147643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9520386467797992f,-0.3034148779572107f,0.03951995536307645f,0.19375000000000006f,0.01653753108983453f,0.07794584776112029f,0.9968204225848573f,0.8024831459620203f,-0.30553056328809625f,0.9496651286906408f,-0.0691897264472655f,-0.19154530155392255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.631694001103256e-16f,-5.555508314342988e-17f,-0.007812499999999911f,0f,-0.15121389335033714f,0.9885010664930175f,0.829180122618929f,-3.6739403974420594e-16f,0.9885010664930175f,0.15121389335033714f,-0.298333018453566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.569454863642926e-16f,-8.699597808936784e-17f,9.950255243072246e-18f,0f,-0.23679202349046768f,0.9715603623096662f,0.7762719048702776f,-3.6739403974420594e-16f,0.9715603623096662f,0.23679202349046768f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30190263148676205f,-0.08620899125156248f,-0.9494328891126307f,-0.09227668585094205f,-0.9374260140952434f,0.15435632416645828f,-0.31210029363543335f,0.5795887492809921f,0.1734568222897936f,0.9842469888281129f,-0.03421397059564647f,0.12624421145516582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30190263148676205f,-0.08620899125156248f,-0.9494328891126307f,-0.06397331414905809f,-0.9374260140952434f,0.15435632416645828f,-0.31210029363543335f,0.491705060459563f,0.1734568222897936f,0.9842469888281129f,-0.03421397059564647f,0.14250578854483398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30190263148676205f,-0.08620899125156248f,-0.9494328891126307f,0.06428993336689455f,-0.9374260140952434f,0.15435632416645828f,-0.31210029363543335f,0.5824619489155926f,0.1734568222897936f,0.9842469888281129f,-0.03421397059564647f,0.13950709558934687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3097171553876308f,-0.14758880707654404f,0.939304438233056f,0.5065564939811973f,0.9477977471688803f,0.030894437586394985f,0.31737196503127973f,2.0413958051294894f,-0.0758598320601201f,0.9885661726722917f,0.13031580152793204f,-0.5201844424804103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6704671303508047f,-0.14758880707654404f,-0.7271116634636525f,0.5971805978588028f,-0.7379290114580224f,0.030894437586394985f,0.6741708298160094f,2.0219921415710655f,-0.07703636263313103f,0.9885661726722917f,-0.12962376742061515f,-0.5060482429595894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9666571080277926f,-0.14758880707654404f,0.2092643771048177f,0.5204788893542774f,0.20697241128985386f,0.030894437586394985f,0.9778588623574899f,1.885015143996654f,-0.150786128222089f,0.9885661726722917f,0.0006824835886157446f,-0.5132187152582922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.9423944048702776f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25.mcfunction new file mode 100644 index 000000000..104c5ede5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..e547589a9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7125751439562269f,-0.12564622366170156f,-0.37867418071445086f,0.03639986561533037f,-0.38503109951318937f,0.013434030150784548f,0.7200798731293748f,1.1452440993757536f,-0.10455697522342232f,0.8068314556076168f,-0.07095974646704409f,-0.023906321293692797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6919996594403399f,0.15341263104865516f,-0.37094613621007433f,0.03639986561533037f,-0.34342664958558744f,0.15649611254641088f,0.7053843655144897f,1.1452440993757536f,0.20783312461894018f,0.7693981618073896f,-0.06951158837587992f,-0.023906321293692797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7125751439562269f,0.12564622366170097f,0.37867418071445086f,-0.0363998656153304f,0.38503109951318937f,0.013434030150784548f,0.7200798731293748f,1.1452440993757536f,0.10455697522342178f,0.8068314556076169f,-0.0709597464670438f,-0.023906321293692814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6919996594403397f,-0.1534126310486557f,0.37094613621007433f,-0.0363998656153304f,0.34342664958558744f,0.15649611254641088f,0.7053843655144897f,1.1452440993757536f,-0.2078331246189407f,0.7693981618073895f,-0.06951158837587965f,-0.023906321293692814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7640087205156048f,-0.47824008807931806f,1.2763163178185866f,-0.704300036825774f,-1.2916264500392076f,0.7212300006402921f,-0.5029260877460201f,0.9024616580356832f,-0.43519884941854126f,-1.3009688521752891f,-0.7479894766201508f,-0.38430297439958555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6343012132194992f,-0.7524149088957246f,0.17757752047967656f,-0.49886722399341205f,0.1972359203496345f,0.06459717998354216f,0.9782255343539169f,0.8792520891855989f,-0.7475024833618307f,0.6555143089281975f,0.10742917740671545f,-0.12976331310710537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6458754475592341f,-0.7524149088957246f,0.1292931208982039f,-0.2984375000000001f,0.12298894883899598f,0.06459717998354216f,0.9903034498585029f,0.8219122732865626f,-0.7534710510057023f,0.6555143089281975f,0.050816986202939396f,0.10975941094002112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8900207777068625f,0.4058514695728752f,0.20772000360006038f,0.34177713222478845f,0.4007411355238082f,-0.9136583643715218f,0.0680803607000153f,0.5420995378892689f,0.21741563317563062f,0.022649014536906445f,-0.9758163067869619f,0.1484103385745421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0838830999637129f,0.8738257220173087f,0.4789490923693314f,0.2984374999999999f,0.9489943953801122f,-0.0765449132066334f,0.30586028476957217f,0.8335825137920908f,0.3039297008809973f,0.4801765131731432f,-0.8228348881271803f,0.2281857825239854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.3375905053148054e-16f,1.5356847537138549e-16f,-0.15625f,0f,0.4179939213992307f,0.908449823420806f,0.44061035031790274f,-3.6739403974420594e-16f,0.908449823420806f,-0.4179939213992307f,0.032890692644611606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2488458129990818e-16f,3.4551732488127686e-16f,-0.15625000000000003f,0f,0.940454355551983f,0.3399199981220645f,0.6190700419721624f,-3.6739403974420594e-16f,0.3399199981220645f,-0.940454355551983f,0.09074785257029883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.986238217826885e-16f,2.1401447031326708e-16f,0.15625000000000003f,0f,0.5825202566222148f,0.8128161850165072f,0.5944621855252187f,-3.6739403974420594e-16f,0.8128161850165072f,-0.5825202566222148f,-0.09523538834427003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6562305099563856e-16f,3.6030057177415663e-17f,0.15624999999999997f,0f,0.09806924794561497f,0.995179593142555f,0.6190700419721624f,-3.6739403974420594e-16f,0.995179593142555f,-0.09806924794561497f,0.09074785257029894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.879238820874251e-17f,3.6089608998173533e-16f,0.29374999999999984f,0f,0.9823134045206755f,0.18724415958581817f,1.3327638690272554f,-3.6739403974420594e-16f,0.18724415958581817f,-0.9823134045206755f,0.37459577620832096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.879238820874251e-17f,3.6089608998173533e-16f,0.3312499999999999f,0f,0.9823134045206755f,0.18724415958581817f,1.2275288334233414f,-3.6739403974420594e-16f,0.18724415958581817f,-0.9823134045206755f,0.2590983745862804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.879238820874251e-17f,3.6089608998173533e-16f,-0.2937500000000002f,0f,0.9823134045206755f,0.18724415958581817f,1.3327638690272554f,-3.6739403974420594e-16f,0.18724415958581817f,-0.9823134045206755f,0.37459577620832074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.879238820874251e-17f,3.6089608998173533e-16f,-0.3312500000000001f,0f,0.9823134045206755f,0.18724415958581817f,1.2275288334233414f,-3.6739403974420594e-16f,0.18724415958581817f,-0.9823134045206755f,0.25909837458628016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987690260622377f,0.15640700737147778f,-0.0021902321336832557f,0.1953037080161828f,0.1539743506246833f,0.9746052060011215f,0.16259333253617184f,1.4429953274253764f,0.027565348200376816f,0.1602546114176112f,-0.9866907373123465f,0.37053060060554555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999976010627953f,-0.00002741997772137683f,-0.0021902321336832557f,0.08011869604932474f,-0.00038317316350212904f,0.9866930938205194f,0.16259333253617184f,1.4528944755882929f,0.002156628614613262f,0.16259378172315267f,-0.9866907373123465f,0.3724175316703672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703175198007467f,0.24178429669976606f,-0.004925914851789614f,0.057881500080279105f,0.2390539347758203f,0.962042026549483f,0.13163721138326212f,1.4490277686398694f,0.03656674768044635f,0.1265523331352026f,-0.9912857206386617f,0.3756939079494951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975422567350741f,-0.06989407264402694f,-0.004925914851789614f,0.08698718132236144f,-0.06993353309216407f,0.9888280667176096f,0.13163721138326212f,1.458964792325224f,-0.004329777955368173f,0.13165816754286813f,-0.9912857206386617f,0.37686885676156645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08701642866016095f,-0.004925914851789614f,0.14460384905676704f,0.08561425438198028f,0.98759396718786f,0.13163721138326212f,1.566949604895496f,0.016319403803862657f,0.13071456352440303f,-0.9912857206386617f,0.3593976122553403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712821803007646f,-0.0021902321336832557f,0.12499999999999986f,0.08561425438198028f,0.9829718244494087f,0.16259333253617184f,1.3457809443943796f,0.016319403803862657f,0.16178710072655375f,-0.9866907373123465f,0.32299551459186576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6089608998173533e-16f,-0.19523827377799102f,-0.1536676719380398f,0.9702194964553862f,0.18724415958581817f,1.4417441307517902f,-0.029291439936715444f,0.18493887326744782f,-0.9823134045206755f,0.3731002428325304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6089608998173533e-16f,-0.08005326181113294f,0f,0.9823134045206756f,0.18724415958581817f,1.4516432789147067f,-3.642919299551295e-16f,0.18724415958581817f,-0.9823134045206755f,0.3749871738973521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6089608998173533e-16f,-0.05771677939820312f,-0.23764312089460504f,0.9531344982700357f,0.18724415958581817f,1.4473999944452627f,-0.045298462026968175f,0.18168220781625993f,-0.9823134045206755f,0.37417833811163637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6089608998173533e-16f,-0.08682420206637917f,0.06852271921094882f,0.9799205384381623f,0.18724415958581817f,1.4572242861088687f,0.013061492301888567f,0.1867880422239257f,-0.9823134045206755f,0.3760510003675031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6089608998173533e-16f,-0.1446100421182232f,-0.08561425438198028f,0.9785754054479491f,0.18724415958581817f,1.5659604106201677f,-0.016319403803863385f,0.1865316390280367f,-0.9823134045206755f,0.3649651333731739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6089608998173533e-16f,-0.12500000000000014f,-0.08561425438198028f,0.9785754054479491f,0.18724415958581817f,1.3457809443943796f,-0.016319403803863385f,0.1865316390280367f,-0.9823134045206755f,0.3229955145918657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.879238820874251e-17f,3.6089608998173533e-16f,-1.1458904126625732e-16f,0f,0.9823134045206755f,0.18724415958581817f,0.8364939445904762f,-3.6739403974420594e-16f,0.18724415958581817f,-0.9823134045206755f,0.257730176695405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6562305099563856e-16f,3.6030057177415663e-17f,2.251960285710715e-17f,0f,0.09806924794561497f,0.995179593142555f,0.7997179766108706f,-3.6739403974420594e-16f,0.995179593142555f,-0.09806924794561497f,-0.11546217073305318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9849453107324984f,-0.17112390879127873f,-0.024481476794838253f,0.18785259709194754f,0.05153656668337918f,-0.4258626413951662f,0.9033188766755745f,0.9278916316421254f,-0.16500520343477568f,0.8884580004164102f,0.4282705503948668f,-0.7815564076756611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9849453107324984f,-0.17012437732110164f,0.03066644921032636f,0.1250000000000001f,0.05153656668337918f,-0.11965132214055783f,0.9914774548140296f,0.88421979814523f,-0.16500520343477568f,0.9781315133207414f,0.12661763498156337f,-0.42001826722874136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853307920496905f,0.16535844503267744f,0.0421878524590263f,-0.19444881650434526f,-0.047694009645408646f,-0.5041890599351673f,0.8622752885741511f,0.9770031675440293f,0.1638551545807249f,0.8476142852135439f,0.5046796130410456f,-0.7753795833989674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853307920496905f,0.1705722566295576f,-0.005323110653548573f,-0.12499999999999988f,-0.047694009645408646f,-0.24529276583787415f,0.968275136762041f,0.8719490453031911f,0.1638551545807249f,0.9543251879186183f,0.24982979010002107f,-0.38833283338384056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9691423617014601f,0.2465016891538806f,1.9814147747306043e-16f,6.932233642179757e-17f,0.13294230064962645f,0.5226739648878226f,0.842103480058376f,0.8482087276917899f,0.20757993027675078f,0.8161181554607929f,-0.5393159824013863f,-0.24285327810451818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9691423617014598f,-0.2465016891538812f,1.9814147747306043e-16f,8.319239296688987e-17f,-0.13294230064962645f,0.5226739648878226f,0.842103480058376f,0.8515084102952754f,-0.2075799302767515f,0.8161181554607927f,-0.5393159824013863f,-0.28060581365122755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.093837994213011e-16f,1.9814147747306043e-16f,6.932233642179757e-17f,0f,0.5393159824013863f,0.842103480058376f,0.8482087276917899f,-3.6739403974420594e-16f,0.842103480058376f,-0.5393159824013863f,-0.24285327810451818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.955316058189466f,0.2955862462384557f,-7.317118711761239e-17f,6.10559093382235e-17f,-0.058869753434120084f,-0.1902633208173696f,0.9799664386509125f,0.8374250088579657f,0.2896646010404911f,0.9361776753299589f,0.19916269509586226f,-0.2203531115549207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9539774544126568f,-0.29987833611707815f,-7.317118711761239e-17f,6.10559093382235e-17f,0.05972457762194007f,-0.18999672088151484f,0.9799664386509125f,0.8374250088579657f,-0.2938707050732144f,0.9348658885540345f,0.19916269509586226f,-0.2203531115549207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6003382870970134e-16f,-7.317118711761239e-17f,6.10559093382235e-17f,0f,-0.19916269509586226f,0.9799664386509125f,0.8374250088579657f,-3.6739403974420594e-16f,0.9799664386509125f,0.19916269509586226f,-0.2203531115549207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.949182988723464f,0.3120523277478362f,-0.040926747551565f,-0.19374999999999998f,-0.019542438589070572f,0.07135101450179662f,0.9972598085872892f,0.8288796345704182f,0.3141174095970883f,0.9473818540993497f,-0.06162690574167792f,-0.1636887218232231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9513010916104327f,-0.3055154087827756f,0.041067847485503656f,0.19375000000000006f,0.019141221418608637f,0.07442291428933903f,0.9970430499588699f,0.8293950833798477f,-0.3076684038756708f,0.9492742305703739f,-0.06495066151797002f,-0.19144987578210151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.626474541915761e-16f,-5.88659868509474e-17f,-0.007812499999999911f,0f,-0.16022575350414558f,0.987080395871597f,0.8570613176926603f,-3.6739403974420594e-16f,0.987080395871597f,0.16022575350414558f,-0.29784129956831085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.5613696233554904e-16f,-9.024879222446637e-17f,9.950255243072246e-18f,0f,-0.24564577119242625f,0.9693596624036293f,0.8021748406918525f,-3.6739403974420594e-16f,0.9693596624036293f,0.24564577119242625f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3019011259978605f,-0.08620820567607948f,-0.9494334391600785f,-0.09227661528114979f,-0.9374262737625043f,0.15435791710749291f,-0.3120987258640806f,0.6054916972744698f,0.17345803925148623f,0.9842468078182154f,-0.034213008033242245f,0.1262441544100865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3019011259978605f,-0.08620820567607948f,-0.9494334391600785f,-0.06397338471885035f,-0.9374262737625043f,0.15435791710749291f,-0.3120987258640806f,0.517607984109235f,0.17345803925148623f,0.9842468078182154f,-0.034213008033242245f,0.14250584558991333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3019011259978605f,-0.08620820567607948f,-0.9494334391600785f,0.06429001587401172f,-0.9374262737625043f,0.15435791710749291f,-0.3120987258640806f,0.6083646495714645f,0.17345803925148623f,0.9842468078182154f,-0.034213008033242245f,0.13950695120498624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2565756945698798f,-0.1543105813850449f,0.9541263844106781f,0.5066428154523017f,0.9642030578333547f,0.027507981325561537f,0.26373428716835634f,2.0688196101465084f,-0.06694308194871394f,0.9876393853203718f,0.14172885501268176f,-0.5204568192980793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6344088057543853f,-0.1543105813850449f,-0.75743891612057f,0.5970922445476984f,-0.7690826343138963f,0.027507981325561537f,0.6385571333562802f,2.0490117112371964f,-0.077700506935877f,0.9876393853203718f,-0.13612889401558262f,-0.5057731407019206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9647939103508975f,-0.1543105813850449f,0.21298111423887747f,0.5199203628641684f,0.2112842550326626f,0.027507981325561537f,0.9770374990442717f,1.9123600358352117f,-0.15662590502569212f,0.9876393853203718f,0.00606386336264827f,-0.5140245595043972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.9682973406918525f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26.mcfunction new file mode 100644 index 000000000..45fa7d8b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..37472a3a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7416890445014364f,-0.13077978984148486f,-0.31581395200340345f,0.0327799028329548f,-0.3229482761101231f,0.02085139815494665f,0.7498093588352497f,1.1735303803354336f,-0.11200989540433749f,0.8058574999393164f,-0.07065350357560791f,-0.023266584607921387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7202729011231882f,0.1596806578253565f,-0.30936876930945645f,0.0327799028329548f,-0.28445957656398413f,0.13993580547703785f,0.7345071270222855f,1.1735303803354336f,0.20072293642886238f,0.7713106104948604f,-0.06921159533937102f,-0.023266584607921387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7416890445014364f,0.1307797898414843f,0.31581395200340345f,-0.03277990283295483f,0.3229482761101231f,0.02085139815494665f,0.7498093588352497f,1.1735303803354336f,0.11200989540433694f,0.8058574999393165f,-0.07065350357560768f,-0.023266584607921404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.720272901123188f,-0.15968065782535706f,0.30936876930945645f,-0.03277990283295483f,0.28445957656398413f,0.13993580547703785f,0.7345071270222855f,1.1735303803354336f,-0.2007229364288629f,0.7713106104948603f,-0.0692115953393708f,-0.023266584607921404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7685890228326838f,-0.47621191924095185f,1.2743231034372522f,-0.7046702927910664f,-1.2860677425929021f,0.731523749197068f,-0.5023037087486663f,0.9238848126598833f,-0.443516544723079f,-1.2959558103320947f,-0.7517964233909248f,-0.3840177906637401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6349265985924721f,-0.7520469099706525f,0.17690014020171677f,-0.49884680855738245f,0.19924570311704098f,0.061833086403251435f,0.9779968400844885f,0.9000120327694718f,-0.7464377832004417f,0.6562027999250243f,0.11058264412360982f,-0.12956463752076167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.646457723411622f,-0.7520469099706525f,0.12852181544413444f,-0.2984375000000001f,0.12493558672514686f,0.061833086403251435f,0.9902362185839759f,0.8419348467424121f,-0.7526509888461624f,0.6562027999250243f,0.053984945674257184f,0.10939898444110716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8905513641984925f,0.4047309662223665f,0.2076321572033433f,0.34160965419190426f,0.39892006290892335f,-0.9142271496990791f,0.07107392040571983f,0.5619474283313834f,0.2185887717449022f,0.01953365643722421f,-0.97562153785843f,0.14756118207734287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08341861575995213f,0.8738291182645932f,0.4790240146564861f,0.2984374999999999f,0.948057656483482f,-0.0784827845642834f,0.30826471174963405f,0.8531304972046415f,0.3069658198036749f,0.4798574002763322f,-0.8218934607796183f,0.22821267477487145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.3436036658275376e-16f,1.5225480517282126e-16f,-0.15625f,0f,0.41441827765857886f,0.9100865294808497f,0.4608120884649327f,-3.6739403974420594e-16f,0.9100865294808497f,-0.41441827765857886f,0.03180419438235833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2526678484912266e-16f,3.453789412415454e-16f,-0.15625000000000003f,0f,0.9400776928281461f,0.34096030772937486f,0.6392076577935187f,-3.6739403974420594e-16f,0.34096030772937486f,-0.9400776928281461f,0.08985876650144023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.995361971796082e-16f,2.127356270556159e-16f,0.15625000000000003f,0f,0.5790394073995614f,0.8152995551810175f,0.6153952727905522f,-3.6739403974420594e-16f,0.8152995551810175f,-0.5790394073995614f,-0.09622799503862864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.657737696383334e-16f,3.446635873037144e-17f,0.15624999999999997f,0f,0.0938130590097985f,0.9955898301806946f,0.6392076577935187f,-3.6739403974420594e-16f,0.9955898301806946f,-0.0938130590097985f,0.08985876650144034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.897197178285809e-17f,3.6086181226052705e-16f,0.29374999999999984f,0f,0.9822201049090863f,0.18773296330794872f,1.3521272797596993f,-3.6739403974420594e-16f,0.18773296330794872f,-0.9822201049090863f,0.37488179083823353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.897197178285809e-17f,3.6086181226052705e-16f,0.3312499999999999f,0f,0.9822201049090863f,0.18773296330794872f,1.2469497319561835f,-3.6739403974420594e-16f,0.18773296330794872f,-0.9822201049090863f,0.2593320355895131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.897197178285809e-17f,3.6086181226052705e-16f,-0.2937500000000002f,0f,0.9822201049090863f,0.18773296330794872f,1.3521272797596993f,-3.6739403974420594e-16f,0.18773296330794872f,-0.9822201049090863f,0.3748817908382333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.897197178285809e-17f,3.6086181226052705e-16f,-0.3312500000000001f,0f,0.9822201049090863f,0.18773296330794872f,1.2469497319561835f,-3.6739403974420594e-16f,0.18773296330794872f,-0.9822201049090863f,0.2593320355895129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876901035522085f,0.1564092535795349f,-0.0020987471787051607f,0.1953010953902691f,0.15394863158805988f,0.9743539778576099f,0.1641162535071276f,1.4623097111638093f,0.027714223373408363f,0.1617729001648444f,-0.9864387718429686f,0.37097942347669477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999977973107771f,-0.000025176853025069f,-0.0020987471787051607f,0.080116083423411f,-0.0003692748158730802f,0.9864409353686081f,0.1641162535071276f,1.4722079191108288f,0.0020661581992705725f,0.16411666702450267f,-0.9864387718429686f,0.3728712804037165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703157373049924f,0.2417955509350342f,-0.004720326926407186f,0.057874193381337716f,0.2389864456147495f,0.9616678976096423f,0.13446313070681754f,1.4683174529534342f,0.03705197364105264f,0.12934359765784156f,-0.9909073543950662f,0.3759757156763275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975440392308283f,-0.06988281840875882f,-0.004720326926407186f,0.08698001705492914f,-0.06988210689808153f,0.9884513936537326f,0.13446313070681754f,1.478249954334671f,-0.004730848816949306f,0.13446276092376666f,-0.9909073543950662f,0.37718487637430276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08702782318088734f,-0.004720326926407186f,0.14460435568770738f,0.08560612278503414f,0.987213886765292f,0.13446313070681754f,1.5862818994618129f,0.016362005855322763f,0.13354736901250147f,-0.9909073543950662f,0.3600332303765821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871304697231447f,-0.0020987471787051607f,0.12499999999999986f,0.08560612278503414f,0.9827194142157251f,0.1641162535071276f,1.365170031263275f,0.016362005855322763f,0.16331207600580638f,-0.9864387718429686f,0.3232880132752757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6086181226052705e-16f,-0.19523827377799102f,-0.15365307666321237f,0.9701273455168374f,0.18773296330794872f,1.4611082722102957f,-0.02936790568549661f,0.1854216590046357f,-0.9822201049090863f,0.3734404893051728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6086181226052705e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9822201049090863f,0.18773296330794872f,1.4710064801573153f,-3.642919299551295e-16f,0.18773296330794872f,-0.9822201049090863f,0.37533234623219464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6086181226052705e-16f,-0.05771677939820312f,-0.23762054967571067f,0.9530439700556473f,0.18773296330794872f,1.466763598712803f,-0.04541671435000218f,0.18215649197883102f,-0.9822201049090863f,0.3745213989683771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6086181226052705e-16f,-0.08682420206637917f,0.06851621095904266f,0.9798274660997376f,0.18773296330794872f,1.4765869572703432f,0.013095589525897396f,0.18727565524475634f,-0.9822201049090863f,0.3763989498375015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6086181226052705e-16f,-0.1446100421182232f,-0.08560612278503416f,0.9784824608695498f,0.18773296330794872f,1.5853285849589234f,-0.016362005855323495f,0.1870185827044307f,-0.9822201049090863f,0.3653671943837724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6086181226052705e-16f,-0.12500000000000014f,-0.08560612278503416f,0.9784824608695498f,0.18773296330794872f,1.365170031263275f,-0.016362005855323495f,0.1870185827044307f,-0.9822201049090863f,0.32328801327527557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.897197178285809e-17f,3.6086181226052705e-16f,-1.1460339577865318e-16f,0f,0.9822201049090863f,0.18773296330794872f,0.8559155723939949f,-3.6739403974420594e-16f,0.18773296330794872f,-0.9822201049090863f,0.2577692478583608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.657737696383334e-16f,3.446635873037144e-17f,2.2561767835721833e-17f,0f,0.0938130590097985f,0.9955898301806946f,0.8207356752653204f,-3.6739403974420594e-16f,0.9955898301806946f,-0.0938130590097985f,-0.11557693845939965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848793994593379f,-0.17138796279966043f,-0.025273201775714266f,0.18805012088346518f,0.05220439261822212f,-0.4327107799830454f,0.9000200454866697f,0.9534263956684498f,-0.1651885889278563f,0.8850918297520585f,0.4351151376293142f,-0.7809040891362062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9848793994593379f,-0.17063056805309057f,0.029962939884019744f,0.1250000000000001f,0.05220439261822212f,-0.12739463329742667f,0.9904773136212545f,0.9069167039395265f,-0.1651885889278563f,0.9770648988951011f,0.13437601510362596f,-0.41968812760247076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9853098414798442f,0.16542433475700785f,0.0424182243047224f,-0.194534111302178f,-0.04842736433325076f,-0.5088390290787687f,0.8594984775262321f,1.0025670283392651f,0.1637660119398984f,0.8448181058407649f,0.5093751676092226f,-0.7743957817207916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9853098414798442f,0.17070845999471423f,-0.004810194299338452f,-0.12499999999999988f,-0.04842736433325076f,-0.25228505126043843f,0.9664403982110086f,0.8944912931718628f,0.1637660119398984f,0.9524761805928541f,0.2568459046520891f,-0.3879980155879849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9686153557640771f,0.24856446362670295f,1.9895931109693343e-16f,6.928477216658584e-17f,0.1346081021912593f,0.5245459181507343f,0.8406736813864646f,0.8699680520564148f,0.20896160269891223f,0.8142894369776468f,-0.5415420218451467f,-0.24275103296402029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9686153557640769f,-0.24856446362670356f,1.9895931109693343e-16f,8.315883153075547e-17f,-0.1346081021912593f,0.5245459181507343f,0.8406736813864646f,0.8731685501326163f,-0.20896160269891295f,0.8142894369776466f,-0.5415420218451467f,-0.28051446367680294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.088584999112067e-16f,1.9895931109693343e-16f,6.928477216658584e-17f,0f,0.5415420218451467f,0.8406736813864646f,0.8699680520564148f,-3.6739403974420594e-16f,0.8406736813864646f,-0.5415420218451467f,-0.24275103296402029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9543849635093515f,0.2985788696931745f,-7.507418933145053e-17f,6.103738772204047e-17f,-0.06101233054657744f,-0.19502133865719717f,0.9788994703183929f,0.8590775005683897f,0.29227869739091294f,0.9342469352591429f,0.20434242586983747f,-0.22030269806373853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9531588110420598f,-0.3024702976043878f,-7.507418933145053e-17f,6.103738772204047e-17f,0.06180751436605223f,-0.19477078368754455f,0.9788994703183929f,0.8590775005683897f,-0.2960880141119819f,0.9330466552583815f,0.20434242586983747f,-0.22030269806373853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.596418309037378e-16f,-7.507418933145053e-17f,6.103738772204047e-17f,0f,-0.20434242586983747f,0.9788994703183929f,0.8590775005683897f,-3.6739403974420594e-16f,0.9788994703183929f,0.20434242586983747f,-0.22030269806373853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9485484157978156f,0.31379789039139855f,-0.042270401859482144f,-0.19374999999999998f,-0.021179421343235638f,0.07032088846692656f,0.9972995561799816f,0.8502405177819762f,0.31592298903216903f,0.9468821767417158f,-0.06005670961558017f,-0.16341097967292986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9507347819148543f,-0.3071086088349176f,0.04228092757728936f,0.19375000000000006f,0.02073616465182153f,0.07308214763893049f,0.9971103304910717f,0.8508268596861992f,-0.30931114744355237f,0.9488642168803518f,-0.06311348501857501f,-0.19136661315828932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6230248242229226e-16f,-6.095319245299476e-17f,-0.007812499999999911f,0f,-0.16590686254853984f,0.9861414264492189f,0.8791194773821998f,-3.6739403974420594e-16f,0.9861414264492189f,0.16590686254853984f,-0.2975216638146777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.556113913334837e-16f,-9.229798910827444e-17f,9.950255243072246e-18f,0f,-0.2512234253243082f,0.9679291247649913f,0.8229867432862996f,-3.6739403974420594e-16f,0.9679291247649913f,0.2512234253243082f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30189962050841274f,-0.08620742009576884f,-0.949433989204783f,-0.09227654471133191f,-0.9374265334259206f,0.1543595100461599f,-0.3120971580892249f,0.6263036120406396f,0.17345925621291475f,0.9842466268058738f,-0.03421204547116842f,0.12624409736501954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30189962050841274f,-0.08620742009576884f,-0.949433989204783f,-0.06397345528866823f,-0.9374265334259206f,0.1543595100461599f,-0.3120971580892249f,0.5384198745319595f,0.17345925621291475f,0.9842466268058738f,-0.03421204547116842f,0.14250590263498028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30189962050841274f,-0.08620742009576884f,-0.949433989204783f,0.0642900983807174f,-0.9374265334259206f,0.1543595100461599f,-0.3120971580892249f,0.6291763169996832f,0.17345925621291475f,0.9842466268058738f,-0.03421204547116842f,0.13950680682067518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30282276105572536f,-0.15880536435279366f,0.9397229547262126f,0.5067014508651979f,0.9502418521795858f,0.025284415989056175f,0.310485298644562f,2.0906445406524776f,-0.07306707707919811f,0.986986096437467f,0.14324680689716518f,-0.5206378745279063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6741829614063601f,-0.15880536435279366f,-0.7212892559868936f,0.5970316768948023f,-0.733097608587891f,0.025284415989056175f,0.6796532899874819f,2.070568211360121f,-0.08969521075322763f,0.986986096437467f,-0.13346615528689393f,-0.5055894936320932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.963522410982446f,-0.15880536435279366f,0.21541917228359875f,0.5195536880374603f,0.21414751245180008f,0.025284415989056175f,0.976474035097093f,1.9341352707417354f,-0.16051606288867318f,0.986986096437467f,0.009645672286094111f,-0.5145605349229139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.9891092432862996f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27.mcfunction new file mode 100644 index 000000000..78761fa4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..30d0b1866 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7604424528249345f,-0.13408652170916027f,-0.26588065947334455f,0.030448142440068313f,-0.2737457919584433f,0.027799188784296783f,0.7689180001355309f,1.1933573255042738f,-0.11719625322972754f,0.8051040021284943f,-0.07083098495742998f,-0.02316541498694371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.738484808012272f,0.1637181403792166f,-0.2604545235657253f,0.030448142440068313f,-0.23732556276299632f,0.1277790179269087f,0.7532257960511324f,1.1933573255042738f,0.19574668731374467f,0.7725729047076438f,-0.06938545465217631f,-0.02316541498694371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7604424528249345f,0.13408652170915972f,0.26588065947334455f,-0.03044814244006834f,0.2737457919584433f,0.027799188784296783f,0.7689180001355309f,1.1933573255042738f,0.11719625322972697f,0.8051040021284944f,-0.07083098495742979f,-0.023165414986943723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7384848080122718f,-0.16371814037921714f,0.2604545235657253f,-0.03044814244006834f,0.23732556276299632f,0.1277790179269087f,0.7532257960511324f,1.1933573255042738f,-0.19574668731374523f,0.7725729047076437f,-0.06938545465217612f,-0.023165414986943723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.770332005584403f,-0.4761148457637408f,1.2733065242963617f,-0.704903990075844f,-1.2845670613115192f,0.7338565329208626f,-0.5027407921412975f,0.9370757690433528f,-0.4448396521959344f,-1.2946719633686137f,-0.7532253587748224f,-0.383820199702571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6355970708944902f,-0.7518628225316915f,0.17526739447205408f,-0.4987980929095792f,0.1982235532384834f,0.0604789653839876f,0.9782891789688737f,0.9135460223138113f,-0.7461392540349655f,0.6565398623394934f,0.11059666698135537f,-0.12941982959576354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6468785352267126f,-0.7518628225316915f,0.12747727937801734f,-0.2984375000000001f,0.12486506093874737f,0.0604789653839876f,0.9903287390068238f,0.8553807896402307f,-0.7523010549106693f,0.6565398623394934f,0.05475885261337733f,0.10919750340865267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8909002698318944f,0.40399534863550846f,0.207567982825704f,0.34146714527990296f,0.39794577486889887f,-0.9145756531153351f,0.07204536760021682f,0.5752627678651613f,0.21894261685987393f,0.018415564328377695f,-0.9755639381983214f,0.14725805667108405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08299349586663762f,0.873832216862392f,0.4790922003301577f,0.2984374999999999f,0.9477548502544231f,-0.07938057974800722f,0.30896515560510496f,0.866343366023547f,0.3080143234705993f,0.47970405494661805f,-0.8215906500226993f,0.2282036461872505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.344977320096128e-16f,1.519527812183525e-16f,-0.15625f,0f,0.4135962067434408f,0.9104604207583311f,0.4743116220857463f,-3.6739403974420594e-16f,0.9104604207583311f,-0.4135962067434408f,0.03135805105303567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2524691635488027e-16f,3.453861467736667e-16f,-0.15625000000000003f,0f,0.940097305373103f,0.34090622820686495f,0.652710530769496f,-3.6739403974420594e-16f,0.34090622820686495f,-0.940097305373103f,0.08940236068324098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.9998073696265537e-16f,2.1210831641147262e-16f,0.15625000000000003f,0f,0.5773319473531762f,0.8165095361141779f,0.6292876250357663f,-3.6739403974420594e-16f,0.8165095361141779f,-0.5773319473531762f,-0.09673382598391081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6584509706137343e-16f,3.3700821884955385e-17f,0.15624999999999997f,0f,0.0917293647671018f,0.9957839743837136f,0.652710530769496f,-3.6739403974420594e-16f,0.9957839743837136f,-0.0917293647671018f,0.08940236068324109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.908624334913237e-17f,3.608399526375533e-16f,0.29374999999999984f,0f,0.9821606057865939f,0.18804399602463046f,1.3652411776995779f,-3.6739403974420594e-16f,0.18804399602463046f,-0.9821606057865939f,0.375035656653395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.908624334913237e-17f,3.608399526375533e-16f,0.3312499999999999f,0f,0.9821606057865939f,0.18804399602463046f,1.2601002266035626f,-3.6739403974420594e-16f,0.18804399602463046f,-0.9821606057865939f,0.259452600357823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.908624334913237e-17f,3.608399526375533e-16f,-0.2937500000000002f,0f,0.9821606057865939f,0.18804399602463046f,1.3652411776995779f,-3.6739403974420594e-16f,0.18804399602463046f,-0.9821606057865939f,0.3750356566533948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.908624334913237e-17f,3.608399526375533e-16f,-0.3312500000000001f,0f,0.9821606057865939f,0.18804399602463046f,1.2601002266035626f,-3.6739403974420594e-16f,0.18804399602463046f,-0.9821606057865939f,0.25945260035782275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876899004440834f,0.1564121581610458f,-0.001974168219861787f,0.1952975207621712f,0.15392337802830108f,0.9740671750410536f,0.16583344718089446f,1.475355115163163f,0.0278613398298261f,0.16348815029519959f,-0.986151798890993f,0.37131507327126506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999980510799049f,-0.000022276258621514722f,-0.001974168219861787f,0.0801125087953131f,-0.00034935161722537966f,0.9861537130435343f,0.16583344718089446f,1.4852527235147515f,0.0019431391714317455f,0.16583381366361707f,-0.986151798890993f,0.3732100645940222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703134322594089f,0.24181010442007905f,-0.004440335270681758f,0.05786430295333385f,0.23890607507158934f,0.9611936072531415f,0.1379519360849345f,1.481332121346929f,0.03762619394589005f,0.1327957935178829f,-0.9904289710792503f,0.3760816363762495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975463442764119f,-0.06986826492371395f,-0.004440335270681758f,0.08697031081312609f,-0.06981198004644527f,0.9879754808558829f,0.1379519360849345f,1.4912587557784769f,-0.005251520042908315f,0.13792343812469604f,-0.9904289710792503f,0.3773337786717232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08704255807695395f,-0.004440335270681758f,0.14460501081440305f,0.0856009370948205f,0.9867328629871952f,0.1379519360849345f,1.5993473652798251f,0.016389114142763984f,0.13704689045911758f,-0.9904289710792503f,0.36057852925317246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713338139734765f,-0.001974168219861787f,0.12499999999999986f,0.0856009370948205f,0.9824315484371369f,0.16583344718089446f,1.3783002668814697f,0.016389114142763984f,0.1650334101982816f,-0.986151798890993f,0.32344601195855915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.608399526375533e-16f,-0.19523827377799102f,-0.1536437689498149f,0.9700685789272762f,0.18804399602463046f,1.474222621106395f,-0.029416561922140726f,0.18572886239244588f,-0.9821606057865939f,0.37362886647966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.608399526375533e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9821606057865939f,0.18804399602463046f,1.4841202294579834f,-3.642919299551295e-16f,0.18804399602463046f,-0.9821606057865939f,0.37552385780241715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.608399526375533e-16f,-0.05771677939820312f,-0.2376061555352108f,0.9529862383113759f,0.18804399602463046f,1.4798776050309377f,-0.04549195997441534f,0.18245828569455932f,-0.9821606057865939f,0.3747115669752418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.608399526375533e-16f,-0.08682420206637917f,0.06851206051006671f,0.9797681119141173f,0.18804399602463046f,1.4897003685271355f,0.013117286071432172f,0.1875859303013727f,-0.9821606057865939f,0.37659222853807306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.608399526375533e-16f,-0.1446100421182232f,-0.0856009370948205f,0.9784231881591818f,0.18804399602463046f,1.5984454842172853f,-0.016389114142764713f,0.1873284318477221f,-0.9821606057865939f,0.36559490912429643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.608399526375533e-16f,-0.12500000000000014f,-0.0856009370948205f,0.9784231881591818f,0.18804399602463046f,1.3783002668814697f,-0.016389114142764713f,0.1873284318477221f,-0.9821606057865939f,0.32344601195855904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.908624334913237e-17f,3.608399526375533e-16f,-1.1460219626224542e-16f,0f,0.9821606057865939f,0.18804399602463046f,0.8690665815400703f,-3.6739403974420594e-16f,0.18804399602463046f,-0.9821606057865939f,0.257765982926767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6584509706137343e-16f,3.3700821884955385e-17f,2.258971513576961e-17f,0f,0.0917293647671018f,0.9957839743837136f,0.8346680697524071f,-3.6739403974420594e-16f,0.9957839743837136f,-0.0917293647671018f,-0.11565300746712562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848100188193123f,-0.17166846976396224f,-0.02606076211481911f,0.18822287754952016f,0.05219338564499671f,-0.43582060822210794f,0.8985189190795179f,0.968925914015518f,-0.16560518508796235f,0.8835102342009469f,0.4381604600305352f,-0.7805987922885982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9848100188193123f,-0.17112119022575828f,0.0294408744575539f,0.1250000000000001f,0.05219338564499671f,-0.13002539403607782f,0.990135974197825f,0.9215603475191501f,-0.16560518508796235f,0.9766324462977272f,0.13698170502114212f,-0.41955723480863644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9852811866837102f,0.16555019529200288f,0.0425924407133429f,-0.19461941478176167f,-0.04854016607178039f,-0.5098619775397709f,0.8588856828105579f,1.018142566271732f,0.1639049585731436f,0.844176460639607f,0.5103932482479783f,-0.7740636485475709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9852811866837102f,0.1708816308908826f,-0.004522321440595984f,-0.12499999999999988f,-0.04854016607178039f,-0.25431399030995433f,0.9659028142677465f,0.9091507844542479f,0.1639049585731436f,0.9519053852966171f,0.2588654129049215f,-0.3878384789516803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.968270844395905f,0.2499031250161571f,1.9995486672903143e-16f,6.927450426409776e-17f,0.1360102251320268f,0.5269831480760796f,0.8389219154983142f,0.8842160055386052f,0.2096492083275691f,0.8123036315017828f,-0.5442517980646824f,-0.2427230850351556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9682708443959048f,-0.24990312501615772f,1.9995486672903143e-16f,8.31530607021418e-17f,-0.1360102251320268f,0.5269831480760796f,0.8389219154983142f,0.8872952785325315f,-0.2096492083275698f,0.8123036315017825f,-0.5442517980646824f,-0.28049875621291026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0821491156487303e-16f,1.9995486672903143e-16f,6.927450426409776e-17f,0f,0.5442517980646824f,0.8389219154983142f,0.8842160055386052f,-3.6739403974420594e-16f,0.8389219154983142f,-0.5442517980646824f,-0.2427230850351556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537767009680372f,0.3005162303279597f,-7.583789718332319e-17f,6.103349126321247e-17f,-0.062032903400935285f,-0.19687967565892972f,0.9784632400903395f,0.8732903768514506f,0.2940440844264302f,0.9332354411518605f,0.2064211418239787f,-0.22029209239678021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9526338464756814f,-0.3041196385453393f,-7.583789718332319e-17f,6.103349126321247e-17f,0.06277672303962455f,-0.196643766329679f,0.9784632400903395f,0.8732903768514506f,-0.2975698869061756f,0.9321172000423182f,0.2064211418239787f,-0.22029209239678021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.5948156251799475e-16f,-7.583789718332319e-17f,6.103349126321247e-17f,0f,-0.2064211418239787f,0.9784632400903395f,0.8732903768514506f,-3.6739403974420594e-16f,0.9784632400903395f,0.2064211418239787f,-0.22029209239678021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9481370594438036f,0.3149186524253338f,-0.04315505606379207f,-0.19374999999999998f,-0.02177266509224352f,0.07110439031646384f,0.9972312253096097f,0.8643435548085346f,0.31711522758145544f,0.9464514821333084f,-0.06056008919763908f,-0.16316785412691726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9503719889786473f,-0.30812001398970357f,0.04307133087977192f,0.19375000000000006f,0.02131058787214073f,0.07364525489958948f,0.9970567863844662f,0.8649178695886754f,-0.31038515011081586f,0.9484927165823467f,-0.06342416874446948f,-0.19130360578645875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.621535003211018e-16f,-6.183221364904354e-17f,-0.007812499999999911f,0f,-0.16829944680674064f,0.9857359160569049f,0.8934993964551995f,-3.6739403974420594e-16f,0.9857359160569049f,0.16829944680674064f,-0.297384809516527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.553863644089346e-16f,-9.316068071760313e-17f,9.950255243072246e-18f,0f,-0.2535715625176316f,0.9673166300040371f,0.8368420004551662f,-3.6739403974420594e-16f,0.9673166300040371f,0.2535715625176316f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3018981150184183f,-0.08620663451063151f,-0.9494345392467436f,-0.09227647414148842f,-0.9374267930854925f,0.1543611029824583f,-0.31209559031086637f,0.6401588813810486f,0.17346047317407803f,0.984246445791088f,-0.03421108290942633f,0.126244040319965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3018981150184183f,-0.08620663451063151f,-0.9494345392467436f,-0.06397352585851172f,-0.9374267930854925f,0.1543611029824583f,-0.31209559031086637f,0.5522751195292837f,0.17346047317407803f,0.984246445791088f,-0.03421108290942633f,0.14250595968003482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3018981150184183f,-0.08620663451063151f,-0.9494345392467436f,0.06429018088701148f,-0.9374267930854925f,0.1543611029824583f,-0.31209559031086637f,0.6430313390017961f,0.17346047317407803f,0.984246445791088f,-0.03421108290942633f,0.13950666243641385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41480197853405254f,-0.16105670732079802f,0.8955445581495195f,0.5067307770469808f,0.9054593686402288f,0.02418286683578419f,0.4237434609445217f,2.1050056542192452f,-0.08990356136368491f,0.9866488362019114f,0.1357992035158551f,-0.5207278174385326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7583769480815324f,-0.16105670732079802f,-0.6316052102742055f,0.5970005778330195f,-0.6428000412913446f,0.02418286683578419f,0.765652202940375f,2.084795433411087f,-0.10803939806564361f,0.9866488362019114f,-0.12186698686284111f,-0.5054971726414671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.96287787505108f,-0.16105670732079802f,0.21662625594350157f,0.5193717390484749f,0.21557568862035167f,0.02418286683578419f,0.9761876415051896f,1.9484723975893878f,-0.16246021116869763f,0.9866488362019114f,0.011434763156124319f,-0.5148277095134185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,1.0029645004551662f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28.mcfunction new file mode 100644 index 000000000..96012ec4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..aba3f322d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,-0.13524915524778472f,-0.24557640292848962f,0.029628304925177304f,-0.25384467523712595f,0.031380238948251024f,0.7755788843836282f,1.2008235557452467f,-0.11900833804525353f,0.8047778519894517f,-0.0715127182212743f,-0.023461776031055585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504738f,0.16513770290093646f,-0.24056463960341842f,0.029628304925177304f,-0.2179721165773734f,0.12355955470721389f,0.7597507438860032f,1.2008235557452467f,0.19398444046289004f,0.7729570334249876f,-0.0700532749922687f,-0.023461776031055585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,0.13524915524778414f,0.24557640292848967f,-0.02962830492517733f,0.25384467523712595f,0.031380238948251024f,0.7755788843836282f,1.2008235557452467f,0.11900833804525297f,0.8047778519894518f,-0.07151271822127411f,-0.0234617760310556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504735f,-0.16513770290093702f,0.24056463960341848f,-0.02962830492517733f,0.2179721165773734f,0.12355955470721389f,0.7597507438860032f,1.2008235557452467f,-0.1939844404628906f,0.7729570334249874f,-0.07005327499226853f,-0.0234617760310556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7692795990915199f,-0.4778954608779415f,1.2732757269711268f,-0.7049950801669275f,-1.2870630764073574f,0.7284644926470643f,-0.5041967575275418f,0.9402411509999569f,-0.4394130013670754f,-1.2970588504091545f,-0.7523036639581544f,-0.38371113531324863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6362793561686442f,-0.7518628225316916f,0.17277406347103677f,-0.49872380820686896f,0.1943214069058073f,0.06053616739544847f,0.9790682117478938f,0.9180103417107497f,-0.7465840687637016f,0.6565345905066607f,0.1075851278592364f,-0.12933084366634207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6471271926651837f,-0.7518628225316916f,0.12620892443863213f,-0.2984375000000001f,0.12285787222829063f,0.06053616739544847f,0.990576254343202f,0.8603828199431722f,-0.752417663099967f,0.6565345905066607f,0.05319766652247433f,0.10915886519475902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8910622927838797f,0.40365775930741005f,0.20752928402916168f,0.34135382833199446f,0.3978251930035452f,-0.9147072134590912f,0.07103400212290797f,0.580181984904073f,0.21850195923704557f,0.019264656675535577f,-0.9756463328546603f,0.1474949122460693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08262176434604174f,0.8738348942211507f,0.47915156443223406f,0.2984374999999999f,0.9480801246871084f,-0.07924482140734308f,0.30800054456671955f,0.8713557649135822f,0.30711190343199746f,0.4797216233625796f,-0.821918148509173f,0.22816405238706766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.3418591071080623e-16f,1.526373398679244e-16f,-0.15625f,0f,0.4154594886030174f,0.9096116827139588f,0.4792437794604262f,-3.6739403974420594e-16f,0.9096116827139588f,-0.4154594886030174f,0.031546946024587706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2484058238009222e-16f,3.455332247853549e-16f,-0.15625000000000003f,0f,0.9404976330751817f,0.3398002386402651f,0.6577108371535244f,-3.6739403974420594e-16f,0.3398002386402651f,-0.9404976330751817f,0.08938138056291754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.999622554975358e-16f,2.121344519789236e-16f,0.15625000000000003f,0f,0.5774030850544551f,0.8164592319091003f,0.6342717140516602f,-3.6739403974420594e-16f,0.8164592319091003f,-0.5774030850544551f,-0.09675276463407638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6584215942680617e-16f,3.3732696682870045e-17f,0.15624999999999997f,0f,0.09181612392611505f,0.9957759785148388f,0.6577108371535244f,-3.6739403974420594e-16f,0.9957759785148388f,-0.09181612392611505f,0.08938138056291765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.913340102420768e-17f,3.6083092065729796e-16f,0.29374999999999984f,0f,0.9821360218813636f,0.18817235323779627f,1.3702408220113815f,-3.6739403974420594e-16f,0.18817235323779627f,-0.9821360218813636f,0.37506066965838425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.913340102420768e-17f,3.6083092065729796e-16f,0.3312499999999999f,0f,0.9821360218813636f,0.18817235323779627f,1.2651149773922543f,-3.6739403974420594e-16f,0.18817235323779627f,-0.9821360218813636f,0.2594638734522819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.913340102420768e-17f,3.6083092065729796e-16f,-0.2937500000000002f,0f,0.9821360218813636f,0.18817235323779627f,1.3702408220113815f,-3.6739403974420594e-16f,0.18817235323779627f,-0.9821360218813636f,0.375060669658384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.913340102420768e-17f,3.6083092065729796e-16f,-0.3312500000000001f,0f,0.9821360218813636f,0.18817235323779627f,1.2651149773922543f,-3.6739403974420594e-16f,0.18817235323779627f,-0.9821360218813636f,0.25946387345228167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876896697056059f,0.15641545787500666f,-0.0018223321824101261f,0.19529313767351147f,0.1538994582211607f,0.9737558216998273f,0.1676739588156957f,1.4802699623889446f,0.02800130561356487f,0.16532938106533393f,-0.9858408201329918f,0.3715333555519808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999983393711891f,-0.000018981074164772793f,-0.0018223321824101261f,0.0801081257066534f,-0.00032427053847397524f,0.9858424510963659f,0.1676739588156957f,1.4901673229991106f,0.0017933497935712119f,0.1676742713001269f,-0.9858408201329918f,0.3734296403795043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703108135142723f,0.2418266385261519f,-0.00409903359501611f,0.057852341311982636f,0.23881527952088402f,0.9606340433599352f,0.14194892393147795f,1.4862122669081044f,0.038264702333002304f,0.1367556640036687f,-0.9898654963773023f,0.3760182280552102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975489630215485f,-0.0698517308176411f,-0.00409903359501611f,0.0869585584243472f,-0.06972541699415477f,0.987415246600784f,0.14194892393147795f,1.4961318756224975f,-0.005867929756267681f,0.1418868086965561f,-0.9898654963773023f,0.3773201932472273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0870592982827388f,-0.00409903359501611f,0.14460575506299642f,0.08559879446630052f,0.9861659847006546f,0.14194892393147795f,1.6042834924650289f,0.016400301211014472f,0.14105789308615663f,-0.9898654963773023f,0.3610207139518265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871366891688737f,-0.0018223321824101261f,0.12499999999999986f,0.08559879446630052f,0.9821192849756025f,0.1676739588156957f,1.3833066533455187f,0.016400301211014472f,0.1668799193423183f,-0.9858408201329918f,0.3234727320998049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6083092065729796e-16f,-0.19523827377799102f,-0.15363992317975161f,0.970044297690714f,0.18817235323779627f,1.479222448341265f,-0.02943664141411638f,0.185855639315321f,-0.9821360218813636f,0.3736681223091852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6083092065729796e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9821360218813636f,0.18817235323779627f,1.489119808951431f,-3.677613769070831e-16f,0.18817235323779627f,-0.9821360218813636f,0.37556440713670886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6083092065729796e-16f,-0.05771677939820312f,-0.23760020815025626f,0.9529623846531957f,0.18817235323779627f,1.4848772907191117f,-0.045523012394738306f,0.18258283014993082f,-0.9821360218813636f,0.3747515618468064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6083092065729796e-16f,-0.08682420206637917f,0.06851034562352701f,0.9797435878940445f,0.18817235323779627f,1.4946998083472858f,0.01312623981800224f,0.18771397484281843f,-0.9821360218813636f,0.3766335071330333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6083092065729796e-16f,-0.1446100421182232f,-0.08559879446630052f,0.978398697803133f,0.18817235323779627f,1.6034463603512232f,-0.0164003012110152f,0.18745630062293972f,-0.9821360218813636f,0.36565039973996616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6083092065729796e-16f,-0.12500000000000014f,-0.08559879446630052f,0.978398697803133f,0.18817235323779627f,1.3833066533455187f,-0.0164003012110152f,0.18745630062293972f,-0.9821360218813636f,0.3234727320998048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.913340102420768e-17f,3.6083092065729796e-16f,-1.1458756252502116e-16f,0f,0.9821360218813636f,0.18817235323779627f,0.8740815560926387f,-3.6739403974420594e-16f,0.18817235323779627f,-0.9821360218813636f,0.25772615174922686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6584215942680617e-16f,3.3732696682870045e-17f,2.2603247260031145e-17f,0f,0.09181612392611505f,0.9957759785148388f,0.8396505096203456f,-3.6739403974420594e-16f,0.9957759785148388f,-0.09181612392611505f,-0.11568984019383767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9847396306007996f,-0.17195594804459927f,-0.026814396437058054f,0.1883662949963047f,0.051525517226392675f,-0.43523423061293914f,0.8988416354271289f,0.9725801484216694f,-0.16623170876446333f,0.8837433543935965f,0.4374525146417616f,-0.7806599379192547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9847396306007996f,-0.17158131661811363f,0.02911548920755556f,0.1250000000000001f,0.051525517226392675f,-0.12764138678249637f,0.9904810939411182f,0.9262972570949429f,-0.16623170876446333f,0.9768661772053713f,0.13453434815470303f,-0.41963043001775396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9852460666542726f,0.16572993133438838f,0.04270571392897813f,-0.19470228667668338f,-0.04805036611878998f,-0.5073621757514826f,0.8603922273780558f,1.021915872876135f,0.16426000870003343f,0.8456460326144862f,0.5078399719057612f,-0.7743927175148232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9852460666542726f,0.17108556849487075f,-0.004462778850861177f,-0.12499999999999988f,-0.04805036611878998f,-0.25149650996470824f,0.9666647132234742f,0.9140675396543902f,0.16426000870003343f,0.9526170446345995f,0.2560066714238257f,-0.3878607040875529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9681476403781079f,0.2503800040544411f,2.0095507673245322e-16f,6.929233765049437e-17f,0.13695141315320078f,0.5295518226043687f,0.8371494356515642f,0.8890926883412121f,0.2096054790926116f,0.8104842507699265f,-0.5469742428929059f,-0.24277162525210919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9681476403781076f,-0.25038000405444166f,2.0095507673245322e-16f,8.317517607960714e-17f,-0.13695141315320078f,0.5295518226043687f,0.8371494356515642f,0.8920497843952722f,-0.20960547909261232f,0.8104842507699263f,-0.5469742428929059f,-0.28055895146670573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0756371303361035e-16f,2.0095507673245322e-16f,6.929233765049437e-17f,0f,0.5469742428929059f,0.8371494356515642f,0.8890926883412121f,-3.6739403974420594e-16f,0.8371494356515642f,-0.5469742428929059f,-0.24277162525210919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.95355937083353f,0.3012051232890344f,-7.547767352674924e-17f,6.104513895454834e-17f,-0.06187977893169553f,-0.19589986525163997f,0.9786695743476211f,0.8782022196013003f,0.29478028980060206f,0.9332195435688363f,0.20544065869794664f,-0.22032379593596663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9524489939950889f,-0.30469806996064686f,-7.547767352674924e-17f,6.104513895454834e-17f,0.06259737219670825f,-0.1956717487025477f,0.9786695743476211f,0.8782022196013003f,-0.29819873043292794f,0.9321328515409936f,0.20544065869794664f,-0.22032379593596663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.59557368494315e-16f,-7.547767352674924e-17f,6.104513895454834e-17f,0f,-0.20544065869794664f,0.9786695743476211f,0.8782022196013003f,-3.6739403974420594e-16f,0.9786695743476211f,0.20544065869794664f,-0.22032379593596663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9479908546311784f,0.31531480722408184f,-0.04347311676068449f,-0.19374999999999998f,-0.02131831471925499f,0.07337573384199705f,0.9970764921211809f,0.8693269015912707f,0.317582853745568f,0.9461461694835468f,-0.06283754433802047f,-0.16296963338879591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9502442534023858f,-0.30847423972308424f,0.04335322713486783f,0.19375000000000006f,0.020863428649721332f,0.07583636458076923f,0.9969019827205435f,0.8698080574379028f,-0.3108063323369077f,0.9482048772467045f,-0.06562723935106458f,-0.191264867744266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6220723530892525e-16f,-6.151665733305142e-17f,-0.007812499999999911f,0f,-0.167440542519094f,0.9858821758815359f,0.898344063097715f,-3.6739403974420594e-16f,0.9858821758815359f,0.167440542519094f,-0.2974340912720366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.554673974640053e-16f,-9.285100850143769e-17f,9.950255243072246e-18f,0f,-0.25272867400375953f,0.9675371917070174f,0.8418749999999999f,-3.6739403974420594e-16f,0.9675371917070174f,0.25272867400375953f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3018966095278776f,-0.08620584892066743f,-0.94943508928596f,-0.09227640357161933f,-0.9374270527412195f,0.15436269591638851f,-0.31209402252900514f,0.6451918930972445f,0.17346169013497648f,0.9842462647738579f,-0.03421012034801586f,0.1262439832749229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3018966095278776f,-0.08620584892066743f,-0.94943508928596f,-0.06397359642838081f,-0.9374270527412195f,0.15436269591638851f,-0.31209402252900514f,0.5573081069027552f,0.17346169013497648f,0.9842462647738579f,-0.03421012034801586f,0.14250601672507693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3018966095278776f,-0.08620584892066743f,-0.94943508928596f,0.06429026339289394f,-0.9374270527412195f,0.15436269591638851f,-0.31209402252900514f,0.6480641033793506f,0.17346169013497648f,0.9842462647738579f,-0.03421012034801586f,0.1395065180522023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5416944530568171f,-0.16105670732079802f,0.8250017312433099f,0.5067300001669808f,0.8334975105626589f,0.02418286683578419f,0.5519937398535002f,2.110037699044079f,-0.10885320120844633f,0.9866488362019114f,0.12114063978734793f,-0.5207267753585325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8428309514343466f,-0.16105670732079802f,-0.5135140936052843f,0.5969998009530195f,-0.5235204872878018f,0.02418286683578419f,0.8516698235475681f,2.0898274782359207f,-0.12474889456110136f,0.9866488362019114f,-0.1046985545611672f,-0.505496130561467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.96287787505108f,-0.16105670732079802f,0.21662625594350157f,0.5193709621684749f,0.21557568862035167f,0.02418286683578419f,0.9761876415051896f,1.9535044424142214f,-0.16246021116869763f,0.9866488362019114f,0.011434763156124319f,-0.5148266674334184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,1.0079974999999999f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29.mcfunction new file mode 100644 index 000000000..a807fb881 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..d1cde3b8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7604424528249345f,-0.13408652170916027f,-0.2658806594733446f,0.030448142440068313f,-0.2740205343249954f,0.02969170771035257f,0.7687493698897785f,1.193149750734693f,-0.11655242234413561f,0.8050364287618458f,-0.0726383208543009f,-0.024299951176332765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.738484808012272f,0.1637181403792166f,-0.26045452356572535f,0.030448142440068313f,-0.2368647561122851f,0.12959478823141954f,0.7530606072389667f,1.193149750734693f,0.19630403879427832f,0.7722703939515128f,-0.07115590614298864f,-0.024299951176332765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7604424528249345f,0.13408652170915972f,0.2658806594733446f,-0.03044814244006834f,0.2740205343249954f,0.02969170771035257f,0.7687493698897785f,1.193149750734693f,0.11655242234413506f,0.8050364287618459f,-0.0726383208543007f,-0.02429995117633278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7384848080122718f,-0.16371814037921714f,0.26045452356572535f,-0.03044814244006834f,0.2368647561122851f,0.12959478823141954f,0.7530606072389667f,1.193149750734693f,-0.19630403879427888f,0.7722703939515126f,-0.07115590614298845f,-0.02429995117633278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7654581077271309f,-0.48146274880407824f,1.2742345768455745f,-0.7049368774987211f,-1.2933692299108825f,0.7155129757676403f,-0.5065999078443145f,0.9320138047802876f,-0.4274063294273156f,-1.3029355521368502f,-0.749058760407561f,-0.3839375589263846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6369377968715441f,-0.7520469099706525f,0.1695160408929397f,-0.49862658625269984f,0.18768375889599237f,0.062002404007991486f,0.9802706302567169f,0.9119867009406829f,-0.7477199004728272f,0.656186823321547f,0.10165531631981856f,-0.12955540855827702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6471929789647257f,-0.7520469099706525f,0.12476655474267631f,-0.2984375000000001f,0.11899024780315968f,0.062002404007991486f,0.99095762917744f,0.8555012923138354f,-0.752982449268578f,0.656186823321547f,0.049358727624102025f,0.10902634494291202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8910317960086418f,0.4037310185484546f,0.2075177177096972f,0.341273913094598f,0.3985601813939501f,-0.9146120119818675f,0.06807825897966258f,0.5752701167483857f,0.21728350215521608f,0.02204840584504511f,-0.9758594916743172f,0.14800497171995947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08231736803195444f,0.8738370205198456f,0.4792000756357317f,0.2984374999999999f,0.9490155783819592f,-0.0780810175515891f,0.30540593754291046f,0.8667275998373574f,0.30429144402800345f,0.47990854989998627f,-0.8228575215821055f,0.22783714251361842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.334309989657344e-16f,1.542794521907555e-16f,-0.15625f,0f,0.4199291101678484f,0.9075569086474077f,0.47417235439556926f,-3.6739403974420594e-16f,0.9075569086474077f,-0.4199291101678484f,0.032105638843995504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.240629349950689e-16f,3.4581319899618713e-16f,-0.15625000000000003f,0f,0.9412596873834854f,0.3376835810440647f,0.6527690681614982f,-3.6739403974420594e-16f,0.3376835810440647f,-0.9412596873834854f,0.08953843724361088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.99481295146269e-16f,2.1281290914105873e-16f,0.15625000000000003f,0f,0.5792497594387415f,0.8151501188064443f,0.6289086680820841f,-3.6739403974420594e-16f,0.8151501188064443f,-0.5792497594387415f,-0.09654217380453206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6576486412546364e-16f,3.456073799629196e-17f,0.15624999999999997f,0f,0.09406994740675292f,0.9955655905036548f,0.6527690681614982f,-3.6739403974420594e-16f,0.9955655905036548f,-0.09406994740675292f,0.08953843724361099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.911163609008096e-17f,3.60835090029392e-16f,0.29374999999999984f,0f,0.9821473703836333f,0.18811311184634127f,1.3656866438685198f,-3.6739403974420594e-16f,0.18811311184634127f,-0.9821473703836333f,0.3746975860555678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.911163609008096e-17f,3.60835090029392e-16f,0.3312499999999999f,0f,0.9821473703836333f,0.18811311184634127f,1.2605538268061602f,-3.6739403974420594e-16f,0.18811311184634127f,-0.9821473703836333f,0.2591071311013095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.911163609008096e-17f,3.60835090029392e-16f,-0.2937500000000002f,0f,0.9821473703836333f,0.18811311184634127f,1.3656866438685198f,-3.6739403974420594e-16f,0.18811311184634127f,-0.9821473703836333f,0.3746975860555676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.911163609008096e-17f,3.60835090029392e-16f,-0.3312500000000001f,0f,0.9821473703836333f,0.18811311184634127f,1.2605538268061602f,-3.6739403974420594e-16f,0.18811311184634127f,-0.9821473703836333f,0.2591071311013093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876894289714172f,0.15641890053429505f,-0.0016490766379797888f,0.19528810089808213f,0.15387776418819743f,0.9734314034298228f,0.1695669086381151f,1.4756178952268062f,0.02812873240224522f,0.16722568693920106f,-0.9855172976874405f,0.371367563924017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999986401514018f,-0.000015543140600982053f,-0.0016490766379797888f,0.08010308893122403f,-0.000294947283374869f,0.9855186332591651f,0.1695669086381151f,1.4855153702001733f,0.0016225601520992276f,0.1695671644434665f,-0.9855172976874405f,0.3732632517533639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703080811802334f,0.24184388980432864f,-0.0037095229673729316f,0.05783881688725f,0.2387167454737656f,0.9600056011773919f,0.1462995595975862f,1.4815234656195837f,0.038942817396114646f,0.1410701197006156f,-0.9892333790875167f,0.3755295578388984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975516953555874f,-0.06983447953946435f,-0.0037095229673729316f,0.08694525232858366f,-0.06962492912735573f,0.9867871138728772f,0.1462995595975862f,1.4914350950266837f,-0.006556244138531186f,0.14619964898004753f,-0.9892333790875167f,0.376886260973626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08707676460026802f,-0.0037095229673729316f,0.1446065315528265f,0.08559978355344489f,0.9855298655632692f,0.1462995595975862f,1.5996530457942209f,0.016395137983540805f,0.14542531124117905f,-0.9892333790875167f,0.3610844717980673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714014023478518f,-0.0016490766379797888f,0.12499999999999986f,0.08559978355344489f,0.9817941436729577f,0.1695669086381151f,1.3787493634678056f,0.016395137983540805f,0.16878049475382353f,-0.9855172976874405f,0.32310886047845705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.60835090029392e-16f,-0.19523827377799102f,-0.15364169847663317f,0.970055506474089f,0.18811311184634127f,1.4746681860036706f,-0.029427374018735873f,0.1857971272837003f,-0.9821473703836333f,0.3732984650920743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.60835090029392e-16f,-0.08005326181113294f,1.3877787807814457e-17f,0.9821473703836333f,0.18811311184634127f,1.4845656609770377f,-3.642919299551295e-16f,0.1881131118463413f,-0.9821473703836333f,0.3751941529214213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.60835090029392e-16f,-0.05771677939820312f,-0.23760295360143754f,0.9529733960564477f,0.18811311184634127f,1.4803230937227636f,-0.045508680605019544f,0.1825253484809834f,-0.9821473703836333f,0.3743815635356683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.60835090029392e-16f,-0.08682420206637917f,0.06851113725502764f,0.979754908751933f,0.18811311184634127f,1.4901457248493342f,0.013122107347434648f,0.18765487776041556f,-0.9821473703836333f,0.376262916338167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.60835090029392e-16f,-0.1446100421182232f,-0.0855997835534449f,0.9784100031209254f,0.18811311184634127f,1.5988916141700136f,-0.016395137983541534f,0.18739728466286468f,-0.9821473703836333f,0.3652732495276015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.60835090029392e-16f,-0.12500000000000014f,-0.0855997835534449f,0.9784100031209254f,0.18811311184634127f,1.3787493634678056f,-0.016395137983541534f,0.18739728466286468f,-0.9821473703836333f,0.323108860478457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.911163609008096e-17f,3.60835090029392e-16f,-1.1452850382690542e-16f,0f,0.9821473703836333f,0.18811311184634127f,0.8695203014009953f,-3.6739403974420594e-16f,0.18811311184634127f,-0.9821473703836333f,0.2573929959816956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6576486412546364e-16f,3.456073799629196e-17f,2.2633320220143438e-17f,0f,0.09406994740675292f,0.9955655905036548f,0.834244071123463f,-3.6739403974420594e-16f,0.9955655905036548f,-0.09406994740675292f,-0.1159441004571749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9846707423838014f,-0.17224122731744548f,-0.027504339757819216f,0.18847550199729407f,0.050220320627347916f,-0.43097107938531326f,0.9009671737247394f,0.9630016123582833f,-0.16703726676828695f,0.8857747390536932f,0.4330146223454146f,-0.7813240293484294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9846707423838014f,-0.17199541891214412f,0.0290018097119738f,0.1250000000000001f,0.050220320627347916f,-0.12033032243142461f,0.9914628247693588f,0.9196977099103552f,-0.16703726676828695f,0.9777209158940938f,0.12712341300403596f,-0.4201607094696634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9852057294728214f,0.16595734194689993f,0.042753143368010706f,-0.19477978548886266f,-0.0469732278592613f,-0.5014178940376115f,0.863929170362576f,1.0124907436477957f,0.1648125798548396f,0.8491397153547857f,0.50179533410424f,-0.7756101466541991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9852057294728214f,0.17131312337428944f,-0.004635123911119192f,-0.12499999999999988f,-0.0469732278592613f,-0.2439302884998801f,0.9686544947590175f,0.9078053604525967f,0.1648125798548396f,0.954541684847818f,0.24836864820158241f,-0.38832154184703654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9682222002287602f,0.2500915252146275f,2.0196325465746238e-16f,6.936868640226026e-17f,0.13747990694068304f,0.5322495349297333f,0.8353500510293057f,0.8831632564858114f,0.20891396835003587f,0.8088044643688015f,-0.5497183753935612f,-0.2431518423537386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9682222002287599f,-0.2500915005177769f,-0.00011114380654873693f,8.325557368730421e-17f,-0.137479906940683f,0.531878242342829f,0.8355865068979297f,0.8859967909348258f,-0.20891396835003653f,0.8090486862303587f,-0.5493588782728193f,-0.2809501890408883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0690262984818523e-16f,2.0196325465746238e-16f,6.936868640226026e-17f,0f,0.5497183753935612f,0.8353500510293057f,0.8831632564858114f,-3.6739403974420594e-16f,0.8353500510293057f,-0.5497183753935612f,-0.2431518423537386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9536630704522279f,0.30087663261813663f,-7.400668115583562e-17f,6.110310148329017e-17f,-0.06060762725741283f,-0.1921028409556997f,0.9795015130233213f,0.8723769867092425f,0.2947091168828268f,0.9341144204224235f,0.20143680394859412f,-0.22065396806942822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9525722943821526f,-0.3043123789390133f,-7.400668115583562e-17f,6.110310148329017e-17f,0.06129971301546824f,-0.1918831185103202f,0.9795015130233213f,0.8723769867092425f,-0.29807443560248986f,0.9330460036114152f,0.20143680394859412f,-0.22065396806942822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.598630178052e-16f,-7.400668115583562e-17f,6.110310148329017e-17f,0f,-0.20143680394859412f,0.9795015130233213f,0.8723769867092425f,-3.6739403974420594e-16f,0.9795015130233213f,0.20143680394859412f,-0.22065396806942822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9480204597227601f,0.31525098390802175f,-0.043290011458428784f,-0.19374999999999998f,-0.019851049683485875f,0.07718645588979417f,0.9968190341549646f,0.8637537235968749f,0.31758958385550123f,0.9458641911882472f,-0.06691627645268727f,-0.16308199365290277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9502899431444183f,-0.3083734929665242f,0.04306753759159379f,0.19375000000000006f,0.019424158931594684f,0.07933578300150103f,0.9966586856017153f,0.8640628208854183f,-0.3107599169912016f,0.9479512763698162f,-0.06940210098014152f,-0.1915091174599242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6245855336123726e-16f,-6.001814338053416e-17f,-0.00781249999999991f,0f,-0.16336177751365027f,0.9865662317592169f,0.8922196493320609f,-3.6739403974420594e-16f,0.9865662317592169f,0.16336177751365027f,-0.2979243909121112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.558483632718027e-16f,-9.138010065843864e-17f,9.981925615663042e-18f,0f,-0.24872504932867456f,0.9685741323391043f,0.8366451461226851f,-3.6739403974420594e-16f,0.9685741323391043f,0.24872504932867456f,-0.08150860821759259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30189510403679115f,-0.08620506332587621f,-0.949435639322433f,-0.09227633300172465f,-0.9374273123931024f,0.15436428884795006f,-0.312092454743641f,0.6399620513911117f,0.17346290709561007f,0.9842460837541842f,-0.03420915778693602f,0.12598531801230062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30189510403679115f,-0.08620506332587621f,-0.949435639322433f,-0.06397366699827549f,-0.9374273123931024f,0.15436428884795006f,-0.312092454743641f,0.5520782408542584f,0.17346290709561007f,0.9842460837541842f,-0.03420915778693602f,0.14224746555251405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30189510403679115f,-0.08620506332587621f,-0.949435639322433f,0.0642903458983649f,-0.9374273123931024f,0.15436428884795006f,-0.312092454743641f,0.6428340143342313f,0.17346290709561007f,0.9842460837541842f,-0.03420915778693602f,0.13924776545044773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6403330266517184f,-0.15880536435279372f,0.7515014778640332f,0.506699150105198f,0.7582733858472765f,0.025284415989056175f,0.6514462146822253f,2.1043001160488632f,-0.12245442946156375f,0.986986096437467f,0.10422743470110991f,-0.5208933965854989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8994017701956298f,-0.15880536435279372f,-0.4072558311697252f,0.5970293761348022f,-0.4160598858580742f,0.025284415989056175f,0.9089856267773759f,2.0842237867565068f,-0.13405456780256964f,0.986986096437467f,-0.08881339026519301f,-0.5058450156896858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.963522410982446f,-0.15880536435279372f,0.2154191722835988f,0.5195513872774603f,0.21414751245180014f,0.025284415989056175f,0.976474035097093f,1.947790846138121f,-0.16051606288867323f,0.986986096437467f,0.009645672286094111f,-0.5148160569805065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,1.002767646122685f,-5.740531871003218e-21f,0f,-0.000015625f,0.6059913917824074f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..5f387b491 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7634088203867552f,-0.13460957234500734f,-0.2569663021355944f,0.03007931037114102f,-0.12132289311427917f,0.805267192981834f,-0.06139990193789484f,1.280630468998482f,0.26349985390229064f,-0.019221222247717305f,-0.7727501640590054f,-0.36103043198390733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7413655222218051f,0.16435677934407006f,-0.2517220918879292f,0.03007931037114102f,0.1920731516159533f,0.7742675646956751f,-0.0601468427146725f,1.280630468998482f,0.23126838713733747f,-0.11617481372428888f,-0.7569797525475972f,-0.36103043198390733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.763408820386755f,0.13460957234500737f,0.25696630213559496f,-0.03007931037114077f,0.12132289311427917f,0.805267192981834f,-0.06139990193789484f,1.280630468998482f,-0.2634998539022912f,-0.019221222247717204f,-0.7727501640590052f,-0.3610304319839074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7413655222218049f,-0.16435677934406995f,0.25172209188792977f,-0.03007931037114077f,-0.1920731516159533f,0.7742675646956751f,-0.0601468427146725f,1.280630468998482f,-0.23126838713733802f,-0.116174813724289f,-0.756979752547597f,-0.3610304319839074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.007246769097739254f,0.3819799852940058f,1.5150726138282733f,-0.5671523164894159f,1.4930667013904908f,0.4482724157375908f,-0.10587689307730787f,1.0187816556124758f,-0.4605491933947592f,1.447255810879188f,-0.36708487893110114f,0.06533868803218557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4645142059358815f,-0.8680634601478217f,-0.1751924131917497f,-0.4732239972534187f,-0.7817141675325134f,0.4948934995005605f,-0.3794777785734475f,1.2172616737686837f,0.4161123799680889f,-0.039322427548156486f,-0.9084625660581799f,-0.04952009099672176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49225008770200746f,-0.8680634601478217f,0.06446456634118664f,-0.2984375f,-0.8682949335067977f,0.4948934995005605f,0.033827985433878036f,1.5304385023250704f,-0.061267932915938184f,-0.039322427548156486f,-0.9973464729410377f,-0.02999211361609024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6918955876736228f,0.6908268679029298f,0.20985407868612013f,0.3751832013635322f,0.3178724920835861f,-0.030496570248025844f,-0.9476428852577736f,1.3794586780367208f,-0.6482573366606375f,0.7223767699660166f,-0.2406953004923903f,0.2594225854538956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.157036832825742f,0.8737581526413514f,0.4603108990984607f,0.2984375f,0.450870988516387f,0.47811535976725883f,-0.7537380542793902f,1.5279560917353143f,-0.8786664810098974f,0.08917619327711701f,-0.4690339238288487f,-0.029794870349288228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.7083745257384354e-16f,2.482447476239492e-16f,-0.1562500000000001f,0f,0.6756907319367152f,-0.7371852106321898f,1.214085182999471f,-3.6739403974420594e-16f,-0.7371852106321898f,-0.6756907319367152f,0.25607037911519337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.3357768003520044e-16f,3.4225046944596115e-16f,-0.15625000000000008f,0f,0.9315623892109117f,-0.36358151081656753f,1.3864807465339133f,-3.6739403974420594e-16f,-0.36358151081656753f,-0.9315623892109117f,0.18207658090451878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.083212849672801e-16f,3.0262290506362606e-16f,0.15624999999999992f,0f,0.8237011827255661f,-0.5670241278609788f,1.2000648734650383f,-3.6739403974420594e-16f,-0.5670241278609788f,-0.8237011827255661f,0.2031582024732959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.9100072398868876e-17f,3.6623976603578665e-16f,0.15624999999999992f,0f,0.9968582132981174f,-0.07920670792354029f,1.3864807465339133f,-3.6739403974420594e-16f,-0.07920670792354029f,-0.9968582132981174f,0.1820765809045189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.7076441933362325e-17f,3.669969694295359e-16f,0.29375f,0f,0.9989192249418457f,0.04647991008578041f,2.0653580521142283f,-3.6739403974420594e-16f,0.04647991008578041f,-0.9989192249418457f,0.013380742754778928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.7076441933362325e-17f,3.669969694295359e-16f,0.33125f,0f,0.9989192249418457f,0.04647991008578041f,1.9448506405670396f,-3.6739403974420594e-16f,0.04647991008578041f,-0.9989192249418457f,-0.08607792334424164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.7076441933362325e-17f,3.669969694295359e-16f,-0.29375f,0f,0.9989192249418457f,0.04647991008578041f,2.0653580521142283f,-3.6739403974420594e-16f,0.04647991008578041f,-0.9989192249418457f,0.013380742754778713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.7076441933362325e-17f,3.669969694295359e-16f,-0.33125f,0f,0.9989192249418457f,0.04647991008578041f,1.9448506405670396f,-3.6739403974420594e-16f,0.04647991008578041f,-0.9989192249418457f,-0.08607792334424189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877073432790927f,0.15616271399900777f,0.006885549289668838f,0.19499330501257955f,0.15579227881423788f,0.9798550011162754f,0.12495176128926994f,2.1698380753725854f,0.012765966254973928f,0.12448848759579347f,-0.9921389250310103f,0.00489605279925856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999762575006246f,-0.00027137800965947034f,0.006885549289668838f,0.07980829304572148f,0.0005911244229502566f,0.9921626418700847f,0.12495176128926994f,2.17990456674385f,-0.006865493934246647f,0.12495286483850612f,-0.9921389250310103f,0.005364448643620109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705110084342304f,0.24056265754703543f,0.015426934299491381f,0.05734111648441402f,0.2379153972850755f,0.9456018334180079f,0.22188608872839932f,2.174693821420297f,0.03878976981960285f,0.2190131969320802f,-0.9749505491700242f,-0.007725341353703365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973487681015903f,-0.07111571179675756f,0.015426934299491381f,0.0864313368885159f,-0.06593604752335114f,0.9728406864773962f,0.22188608872839932f,2.184384941331214f,-0.030787536491877508f,0.22028062617903832f,-0.9749505491700242f,-0.005059465003794512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.085779561621724f,0.015426934299491381f,0.14454874882656998f,0.0870615469947216f,0.9711780736114768f,0.22188608872839932f,2.293324439722675f,0.004050991086370194f,0.22238483793704567f,-0.9749505491700242f,-0.011399547896739456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08688332811808896f,0.006885549289668838f,0.125f,0.0870615469947216f,0.9883356435875392f,0.12495176128926994f,2.070948919915479f,0.004050991086370194f,0.1250757486866631f,-0.9921389250310103f,-0.03954159135123861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.669969694295359e-16f,-0.19523827377799086f,-0.1562653945721797f,0.9866208716713927f,0.04647991008578041f,2.1730321448609775f,-0.0072710598693874525f,0.0459076652636356f,-0.9989192249418457f,-0.0035078278416528774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.669969694295359e-16f,-0.08005326181113276f,0f,0.9989192249418458f,0.04647991008578041f,2.183098636232242f,-3.677613769070831e-16f,0.04647991008578041f,-0.9989192249418457f,-0.003039431997291238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.669969694295359e-16f,-0.057716779398202966f,-0.24166043244888222f,0.9692470548560038f,0.04647991008578041f,2.1787836198495705f,-0.011244507955254468f,0.04509925811392523f,-0.9989192249418457f,-0.0032402105672471003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.669969694295359e-16f,-0.08682420206637902f,0.06968108268715786f,0.9964859079153922f,0.04647991008578041f,2.188773989286706f,0.003242274627527679f,0.046366687360883584f,-0.9989192249418457f,-0.0027753566916108516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.669969694295359e-16f,-0.14461004211822304f,-0.0870615469947216f,0.9951180357089825f,0.04647991008578041f,2.29485047795f,-0.004050991086370926f,0.04630303999523546f,-0.9989192249418457f,-0.029123407352310744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.669969694295359e-16f,-0.12499999999999997f,-0.0870615469947216f,0.9951180357089825f,0.04647991008578041f,2.070948919915479f,-0.004050991086370926f,0.04630303999523546f,-0.9989192249418457f,-0.039541591351238706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.7076441933362325e-17f,3.669969694295359e-16f,7.768074988123227e-18f,0f,0.9989192249418457f,0.04647991008578041f,1.5575503199426022f,-3.6739403974420594e-16f,0.04647991008578041f,-0.9989192249418457f,-0.032146319490768446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.9100072398868876e-17f,3.6623976603578665e-16f,-3.144452161452601e-18f,0f,0.9968582132981174f,-0.07920670792354029f,1.1837284899558083f,-3.6739403974420594e-16f,-0.07920670792354029f,-0.9968582132981174f,-0.002443804019440842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9883887462327968f,-0.14738842913586991f,0.03693693648938131f,0.14017691227300877f,-0.1186565537773291f,0.5968452490525032f,-0.793534101932074f,1.008642089578017f,0.09491210969127038f,-0.7887029856925333f,-0.6074037304739215f,0.3896099504564708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9883887462327968f,-0.06630434208382058f,0.1367165701046937f,0.12499999999999996f,-0.1186565537773291f,-0.22522673737776733f,-0.9670540517550474f,0.8993544565052153f,0.09491210969127038f,-0.9720476588063973f,0.21474412784277566f,0.09493329333569185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9828688598739116f,0.18361272194033218f,-0.015974123820088698f,-0.1508216468639062f,0.15410755827575778f,0.7711929330594828f,-0.6176668361514942f,0.9546520552238467f,-0.10109235763617938f,-0.6095472322476536f,-0.7862776271055818f,0.40774965773936755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9828688598739116f,0.09702863337577783f,-0.1566979533860802f,-0.12500000000000003f,0.15410755827575778f,-0.033686174485985265f,-0.9874796717557199f,0.8977873638085292f,-0.10109235763617938f,-0.9947113581103461f,0.018156246138179177f,0.07001323376369253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9889755178222146f,0.14807911786704592f,2.414855455804969e-16f,-1.360810336192617e-17f,0.09733137367198175f,0.6500467254540384f,-0.7536350963335021f,1.081338912015996f,-0.11159762025871131f,-0.7453266596454199f,-0.6572930408686776f,0.02603692802443981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9889755178222146f,-0.14716346502305644f,0.016442010542812878f,-1.6332167912484354e-17f,-0.09733137367198177f,0.5623470314033431f,-0.8211531038551658f,1.0445008407390535f,0.11159762025871062f,-0.8137006395685425f,-0.5704710687829291f,0.033451486389226515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.7688104253497916e-16f,2.414855455804969e-16f,-1.360810336192617e-17f,0f,0.6572930408686776f,-0.7536350963335021f,1.081338912015996f,-3.6739403974420594e-16f,-0.7536350963335021f,-0.6572930408686776f,0.02603692802443981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9929315632421909f,0.11868829225083272f,3.392358106803048e-16f,-1.2575904453010862e-17f,0.10959165006597554f,0.9168301805904273f,-0.3839428215168781f,1.1061706876463944f,-0.04556951780780485f,-0.3812289459643712f,-0.9233568702325546f,0.02322741345083931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9944790535876058f,-0.10493527517236398f,3.392358106803048e-16f,-1.2575904453010862e-17f,-0.09689270726014602f,0.9182590664324847f,-0.3839428215168781f,1.1061706876463944f,0.040289145626327114f,-0.38182309377386003f,-0.9233568702325546f,0.02322741345083931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.410583042278745e-16f,3.392358106803048e-16f,-1.2575904453010862e-17f,0f,0.9233568702325546f,-0.3839428215168781f,1.1061706876463944f,-3.6739403974420594e-16f,-0.3839428215168781f,-0.9233568702325546f,0.02322741345083931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9874094932915382f,0.15812469816846494f,-0.004367194394552002f,-0.19375f,0.1385291096017652f,0.8510568312389539f,-0.5064700936821965f,1.1263444353223455f,-0.07636870007201955f,-0.5006983621209906f,-0.862246468139283f,0.017618649922282265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9885988352623326f,-0.15000040333698628f,0.013123334816302804f,0.19375f,-0.13186330579116456f,0.8203850866454223f,-0.5563994771705029f,1.120631190669359f,0.07269395782171424f,-0.5517863613832119f,-0.8308112901782753f,0.010404518894591451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.9687225977773982e-16f,3.101929943915131e-16f,-0.007812500000000036f,0f,0.8443060061820317f,-0.5358613327391211f,0.9844454562612557f,-3.6739403974420594e-16f,-0.5358613327391211f,-0.8443060061820317f,0.08633009768158419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.6908800057061272e-16f,3.2617116442536677e-16f,2.02114559624905e-18f,0f,0.8877965593901846f,-0.4602361015119853f,1.1828125f,-3.6739403974420594e-16f,-0.4602361015119853f,-0.8877965593901846f,-0.016503906250000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.2781250000000002f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.34822334167395347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.2781250000000002f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.42501884582604643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.3169478567653783f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.30351624976665154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.48165692425325146f,-0.5870214103237525f,-0.650701522312965f,0.5427747887147267f,-0.43325425662606315f,0.8049229035576884f,-0.40545020464128234f,2.1137538946542307f,0.7617725096341392f,0.08663130582977996f,-0.6420262147419933f,-0.4040529167767844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.11789465824715653f,-0.5870214103237525f,-0.8009411422684557f,0.5612232386290235f,-0.02087336886389768f,0.8049229035576884f,-0.5930121599095014f,2.1367852850332696f,0.9928067042627471f,0.08663130582977996f,0.08264299620154941f,-0.49303759103571515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.19678346575249864f,-0.5870214103237525f,-0.7852911125359484f,0.6697926805522674f,-0.2456681640430784f,0.8049229035576884f,-0.5401354205233753f,2.2062899029222565f,0.9491698587619278f,0.08663130582977996f,-0.3026079907538611f,-0.4031540552931706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000251f,0f,0.000015625f,0f,1.348935f,-5.740531871003218e-21f,0f,-0.000015625f,0.67099609375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3.mcfunction new file mode 100644 index 000000000..7d116609c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30.mcfunction new file mode 100644 index 000000000..44a05cdf2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..8382753e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7416890445014362f,-0.13077978984148483f,-0.31581395200340356f,0.032779902832954816f,-0.3234705787314403f,0.024634491080112026f,0.7494693929633252f,1.1728247299480197f,-0.11049249027032589f,0.8057507262563809f,-0.07417291402945553f,-0.025924028032603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7202729011231881f,0.15968065782535648f,-0.30936876930945656f,0.032779902832954816f,-0.28351409187766924f,0.1435553960236574f,0.7341740992293798f,1.1728247299480197f,0.20205619914857056f,0.7706451425844143f,-0.07265918109007889f,-0.025924028032603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7416890445014362f,0.13077978984148428f,0.31581395200340356f,-0.032779902832954844f,0.3234705787314403f,0.024634491080112026f,0.7494693929633252f,1.1728247299480197f,0.11049249027032534f,0.805750726256381f,-0.0741729140294553f,-0.025924028032603016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7202729011231879f,-0.15968065782535704f,0.30936876930945656f,-0.032779902832954844f,0.28351409187766924f,0.1435553960236574f,0.7341740992293798f,1.1728247299480197f,-0.2020561991485711f,0.7706451425844142f,-0.07265918109007867f,-0.025924028032603016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7588805515939784f,-0.48669084617468245f,1.27618124835863f,-0.7047224902258482f,-1.3031843851367515f,0.6951044966069807f,-0.5098494357479479f,0.9136177541114594f,-0.40892177338479374f,-1.3120091497571678f,-0.7435194847516153f,-0.38464189911695756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6375355903086937f,-0.7524149088957246f,0.1655903860771635f,-0.498508989037241f,0.17844893551117522f,0.06487175550004749f,0.981808348280493f,0.8966471683433083f,-0.7494693779632854f,0.6554871930173621f,0.09290958661809595f,-0.13025494059016135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.647065303279708f,-0.7524149088957246f,0.1232002360508211f,-0.2984375000000001f,0.11333442481596082f,0.06487175550004749f,0.991436817699432f,0.8418891714919018f,-0.7539640584558224f,0.6554871930173621f,0.04329824877572523f,0.1086351937222824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8908026309834527f,0.40422764740494577f,0.20753477228267483f,0.34123161546313535f,0.40014789497087483f,-0.9142676966925806f,0.06321582819849186f,0.5616855941937062f,0.215295923749932f,0.026731776183157682f,-0.9761829118350498f,0.14861324541732013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08209422216566031f,0.8738384632421884f,0.4792357236742119f,0.2984374999999999f,0.950531944228239f,-0.07589363369806679f,0.3012128472787763f,0.8536090172946792f,0.29958231204244834f,0.48025669857133074f,-0.8243809445812456f,0.22705666649795414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.322312294575812e-16f,1.5684639177447184e-16f,-0.15625f,0f,0.4269159942923255f,0.9042912881463554f,0.4602549833295173f,-3.6739403974420594e-16f,0.9042912881463554f,-0.4269159942923255f,0.032861528912008046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2292874052779583e-16f,3.4621800240862254e-16f,-0.15625000000000003f,0f,0.9423615109533977f,0.33459644749104706f,0.6390389944300984f,-3.6739403974420594e-16f,0.33459644749104706f,-0.9423615109533977f,0.08970860337312066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.9853414941540406e-16f,2.1413953878811906e-16f,0.15625000000000003f,0f,0.5828606771552727f,0.8125721082009256f,0.6143532356664957f,-3.6739403974420594e-16f,0.8125721082009256f,-0.5828606771552727f,-0.09626431351066962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6560792668497876e-16f,3.6183205837492275e-17f,0.15624999999999997f,0f,0.09848609918300366f,0.9951384266863155f,0.6390389944300984f,-3.6739403974420594e-16f,0.9951384266863155f,-0.09848609918300366f,0.08970860337312077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.901913231574885e-17f,3.6085279521426505e-16f,0.29374999999999984f,0f,0.9821955616522926f,0.18786132829972602f,1.3527292210242545f,-3.6739403974420594e-16f,0.18786132829972602f,-0.9821955616522926f,0.37377723055402107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.901913231574885e-17f,3.6085279521426505e-16f,0.3312499999999999f,0f,0.9821955616522926f,0.18786132829972602f,1.2475667753458173f,-3.6739403974420594e-16f,0.18786132829972602f,-0.9821955616522926f,0.25821373061165287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.901913231574885e-17f,3.6085279521426505e-16f,-0.2937500000000002f,0f,0.9821955616522926f,0.18786132829972602f,1.3527292210242545f,-3.6739403974420594e-16f,0.18786132829972602f,-0.9821955616522926f,0.37377723055402085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.901913231574885e-17f,3.6085279521426505e-16f,-0.3312500000000001f,0f,0.9821955616522926f,0.18786132829972602f,1.2475667753458173f,-3.6739403974420594e-16f,0.18786132829972602f,-0.9821955616522926f,0.25821373061165265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876891939655326f,0.15642226127502062f,-0.001460240160289892f,0.19528256823676654f,0.15385921531519925f,0.9731059306317991f,0.17144150498584443f,1.4625527565054286f,0.028238236246403335f,0.1691062504664726f,-0.9851932186464047f,0.37064109226907166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999989337745071f,-0.000012187013150741222f,-0.001460240160289892f,0.08009755626990844f,-0.0002623526259223352f,0.9851942658883518f,0.17144150498584443f,1.4724507171206553f,0.0014365308728616476f,0.17144170528838182f,-0.9851932186464047f,0.37253424277924785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703054137211145f,0.24186073147838122f,-0.003284915864892696f,0.057824227763761754f,0.23861349414555588f,0.9593268487118762f,0.15084958651646943f,1.4684212795175249f,0.039635899323035816f,0.1455863452020257f,-0.9885512690678064f,0.3744498216809447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975543628147063f,-0.06981763786541177f,-0.003284915864892696f,0.0869308763501909f,-0.06951338092904748f,0.9861096755024887f,0.15084958651646943f,1.478324208945991f,-0.007292674485971651f,0.15070900876613477f,-0.9885512690678064f,0.37586425506606286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08709381620790614f,-0.003284915864892696f,0.14460728956597166f,0.08560398369925885f,0.984843317600636f,0.15084958651646943f,1.5866090534267674f,0.016373193601523915f,0.14999435641288722f,-0.9885512690678064f,0.36058458407527966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714350918209707f,-0.001460240160289892f,0.12499999999999986f,0.08560398369925885f,0.9814681698063396f,0.17144150498584443f,1.3657787152203413f,0.016373193601523915f,0.17066411592488934f,-0.9851932186464047f,0.3221851579921796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6085279521426505e-16f,-0.19523827377799102f,-0.1536492372519655f,0.9701031044282621f,0.18786132829972602f,1.4617104009082202f,-0.029387986394315186f,0.18554844361035472f,-0.9821955616522926f,0.3723501717868555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6085279521426505e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9821955616522926f,0.18786132829972602f,1.471608361523447f,-3.642919299551295e-16f,0.18786132829972604f,-0.9821955616522926f,0.3742433222970317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6085279521426505e-16f,-0.05771677939820312f,-0.2376146121245029f,0.9530201558384714f,0.18786132829972602f,1.4673655860980728f,-0.04544776865214158f,0.18228104398175599f,-0.9821955616522926f,0.37343182053688595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6085279521426505e-16f,-0.08682420206637917f,0.06851449890799453f,0.9798029826290839f,0.18786132829972602f,1.4771886991941214f,0.013104543815075975f,0.18740370754586527f,-0.9821955616522926f,0.3753106552072013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6085279521426505e-16f,-0.1446100421182232f,-0.08560398369925885f,0.978458011007258f,0.18786132829972602f,1.585931767696974f,-0.016373193601524644f,0.18714645922865983f,-0.9821955616522926f,0.36429311131862796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6085279521426505e-16f,-0.12500000000000014f,-0.08560398369925885f,0.978458011007258f,0.18786132829972602f,1.3657787152203413f,-0.016373193601524644f,0.18714645922865983f,-0.9821955616522926f,0.32218515799217956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.901913231574885e-17f,3.6085279521426505e-16f,-1.1440409174761962e-16f,0f,0.9821955616522926f,0.18786132829972602f,0.8565328233641747f,-3.6739403974420594e-16f,0.18786132829972602f,-0.9821955616522926f,0.25659983854020413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6560792668497876e-16f,3.6183205837492275e-17f,2.2698880759247433e-17f,0f,0.09848609918300366f,0.9951384266863155f,0.8196005361705483f,-3.6739403974420594e-16f,0.9951384266863155f,-0.09848609918300366f,-0.11657707146716416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9846059334559844f,-0.1725152001069322f,-0.02810091698387881f,0.18854523362306408f,0.048295803443895675f,-0.4230284762588148f,0.9048283945831131f,0.9413907710820277f,-0.16798413964710565f,0.8895422497027391f,0.42484810794072175f,-0.7826945939581501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9846059334559844f,-0.17234706444159337f,0.02911434666337149f,0.1250000000000001f,0.048295803443895675f,-0.10817125305490843f,0.9929584560203107f,0.9029207770286487f,-0.16798413964710565f,0.9790788882367426f,0.11482969753563523f,-0.42129693508177724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9851614456479618f,0.16622602587971128f,0.04272978269375589f,-0.19484843023514986f,-0.045321872350520376f,-0.49208433369338567f,0.8693669745396242f,0.9910546058400062f,0.16553807385450992f,0.8545302316792392f,0.4923161882883444f,-0.777810432520269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9851614456479618f,0.1715560954170922f,-0.0050430282628196165f,-0.12499999999999988f,-0.045321872350520376f,-0.2316961687631414f,0.9717318628444397f,0.8915167846185762f,0.16553807385450992f,0.9575413262652028f,0.23603337602723762f,-0.3893756840540763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9684403293022859f,0.24924551867762884f,2.031374138033329e-16f,6.952046066783799e-17f,0.1378114084308369f,0.5354644948902356f,0.8332381354800401f,0.8675829154872163f,0.20768087125970286f,0.8069414143115128f,-0.5529142877352204f,-0.24401947619749015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9684403293022856f,-0.24924519321247915f,-0.0004027919493781306f,8.341164452830607e-17f,-0.13781140843083692f,0.5341172454403749f,0.834102382102758f,0.8702719641315292f,-0.2076808712597036f,0.8078338949212642f,-0.5516095121815342f,-0.28182951761824826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.061267246629419e-16f,2.031374138033329e-16f,6.952046066783799e-17f,0f,0.5529142877352204f,0.8332381354800401f,0.8675829154872163f,-3.6739403974420594e-16f,0.8332381354800401f,-0.5529142877352204f,-0.24401947619749015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9539759740249341f,0.2998830455080419f,-7.143602277350472e-17f,6.122487359487252e-17f,-0.05830919870996168f,-0.185490895424621f,0.9809144534873437f,0.8569689808517574f,0.29415961369464116f,0.9357688212007246f,0.19443979772573688f,-0.2214399398535114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9529399110886655f,-0.30315924174322356f,-7.143602277350472e-17f,6.122487359487252e-17f,0.05894622164324009f,-0.18528944355686183f,0.9809144534873437f,0.8569689808517574f,-0.29737328193419166f,0.9347525320918162f,0.19443979772573688f,-0.2214399398535114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6038212371019523e-16f,-7.143602277350472e-17f,6.122487359487252e-17f,0f,-0.19443979772573688f,0.9809144534873437f,0.8569689808517574f,-3.6739403974420594e-16f,0.9809144534873437f,0.19443979772573688f,-0.2214399398535114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9481273361552605f,0.31500227754790433f,-0.04275651499786605f,-0.19374999999999998f,-0.017412757262161647f,0.0828360767490313f,0.9964110498551074f,0.8487768999349735f,0.31741353203614164f,0.9454690632318233f,-0.07305409058964207f,-0.16367345214343978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.950439765558653f,-0.308022961700961f,0.042262360437879176f,0.19375000000000006f,0.017030309769959343f,0.08414965719453212f,0.9963075849069813f,0.8488379022976805f,-0.31044197621125935f,0.9476500885131659f,-0.07473345400178444f,-0.19219731933952772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6289084924479674e-16f,-5.734642075977665e-17f,-0.00781249999999991f,0f,-0.15608968724616074f,0.9877428863501856f,0.8762805366039714f,-3.6739403974420594e-16f,0.9877428863501856f,0.15608968724616074f,-0.2990097002030132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.565118701084394e-16f,-8.875622181768662e-17f,1.0065420234311507e-17f,0f,-0.24158318376499022f,0.9703801138327036f,0.8223017939814814f,-3.6739403974420594e-16f,0.9703801138327036f,0.24158318376499022f,-0.08219039351851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3018935985451571f,-0.08620427772625819f,-0.9494361893561616f,-0.0922762624318043f,-0.9374275720411401f,0.15436588177714394f,-0.3120908869547739f,0.6256187114209097f,0.17346412405597877f,0.9842459027320656f,-0.034208195226188245f,0.1253034756663574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3018935985451571f,-0.08620427772625819f,-0.9494361893561616f,-0.06397373756819584f,-0.9374275720411401f,0.15436588177714394f,-0.3120908869547739f,0.5377348765420529f,0.17346412405597877f,0.9842459027320656f,-0.034208195226188245f,0.14156573729660543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3018935985451571f,-0.08620427772625819f,-0.9494361893561616f,0.06429042840342418f,-0.9374275720411401f,0.15436588177714394f,-0.3120908869547739f,0.6284904270246974f,0.17346412405597877f,0.9842459027320656f,-0.034208195226188245f,0.13856583576540965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6807528737975218f,-0.1543105813850449f,0.7160752539286809f,0.5066390804523018f,0.7215150218017423f,0.027507981325561537f,0.6918521404735434f,2.088941973436137f,-0.1264578907417271f,0.9876393853203718f,0.0926112651525256f,-0.5213922028165977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9189479291088672f,-0.1543105813850449f,-0.36293656203134683f,0.5970885095476984f,-0.3711898499789845f,0.027507981325561537f,0.9281494525322802f,2.069134074526825f,-0.13323962946174547f,0.9876393853203718f,-0.08255692402757486f,-0.506708524220439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9647939103508975f,-0.1543105813850449f,0.21298111423887747f,0.5199166278641685f,0.2112842550326626f,0.027507981325561537f,0.9770374990442717f,1.9324823991248405f,-0.15662590502569212f,0.9876393853203718f,0.00606386336264827f,-0.5149599430229156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.9884242939814814f,-5.740531871003218e-21f,0f,-0.000015625f,0.6053096064814815f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31.mcfunction new file mode 100644 index 000000000..bcb0cf3f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..3f0e6d2f9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7125751439562268f,-0.12564622366170156f,-0.3786741807144511f,0.03639986561533039f,-0.38575615020402054f,0.01910199711274948f,0.7195635835216524f,1.143903277512268f,-0.10184940471097564f,0.8067171652012262f,-0.0760168308610778f,-0.028317012845376244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6919996594403398f,0.15341263104865513f,-0.37094613621007455f,0.03639986561533039f,-0.34195806748771523f,0.16189756582391185f,0.7048786124293738f,1.143903277512268f,0.21024069875863974f,0.7682797295354221f,-0.07446546696595377f,-0.028317012845376244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7125751439562268f,0.12564622366170095f,0.3786741807144511f,-0.03639986561533039f,0.38575615020402054f,0.01910199711274948f,0.7195635835216524f,1.143903277512268f,0.10184940471097512f,0.8067171652012263f,-0.07601683086107752f,-0.02831701284537626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6919996594403396f,-0.15341263104865568f,0.37094613621007455f,-0.03639986561533039f,0.34195806748771523f,0.16189756582391185f,0.7048786124293738f,1.143903277512268f,-0.21024069875864027f,0.768279729535422f,-0.07446546696595349f,-0.02831701284537626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7495495235443413f,-0.4934214524669172f,1.2791079047523273f,-0.7043451958292457f,-1.3161012645138248f,0.6672894303175753f,-0.513817601617106f,0.8871483733130889f,-0.384004196981701f,-1.3238830523999776f,-0.7357178061380297f,-0.3856525228016948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6380358889358977f,-0.7529664671860112f,0.16109532495760517f,-0.4983735292612f,0.16675064292493946f,0.06913457677304093f,0.9835723833956157f,0.8740342215357053f,-0.7517342798581812f,0.6544172289815039f,0.08144730135659345f,-0.13128352002145627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6467338150781229f,-0.7529664671860112f,0.12156015682744879f,-0.2984375000000001f,0.10595906840351334f,0.06913457677304093f,0.9919642564717098f,0.821572063170643f,-0.7553198317650318f,0.6544172289815039f,0.035071956811874194f,0.10812412774938442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8903680561924633f,0.40515990045759465f,0.20758174190724718f,0.34123118016629184f,0.4025810194759393f,-0.9136400245052625f,0.05648387716629344f,0.541460087551406f,0.21253998981313693f,0.03327702936284439f,-0.9765855784553732f,0.14944794802471867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08196626720743892f,0.8738390916588321f,0.47925647927695875f,0.2984374999999999f,0.9525892257201763f,-0.07268612243669217f,0.2954496482430687f,0.8340204263165834f,0.2930107473829475f,0.4807514633300511f,-0.8264518935933904f,0.225958411194343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.3057780367935676e-16f,1.6030189067537495e-16f,-0.15625f,0f,0.43632142423155074f,0.8997908727902005f,0.4395230908350127f,-3.6739403974420594e-16f,0.8997908727902005f,-0.43632142423155074f,0.03394611370338301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.214524505117479e-16f,3.467386374551567e-16f,-0.15625000000000003f,0f,0.9437786135468328f,0.3305781732232451f,0.6185476944576891f,-3.6739403974420594e-16f,0.3305781732232451f,-0.9437786135468328f,0.09003090484807379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.971129190327418e-16f,2.161071349664573e-16f,0.15625000000000003f,0f,0.5882162245117518f,0.8087036992750437f,0.592633842137706f,-3.6739403974420594e-16f,0.8087036992750437f,-0.5882162245117518f,-0.09577486674672371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.653609031581321e-16f,3.859780930365351e-17f,0.15624999999999997f,0f,0.10505834370782613f,0.9944660599625148f,0.6185476944576891f,-3.6739403974420594e-16f,0.9944660599625148f,-0.10505834370782613f,0.0900309048480739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.88540652984799e-17f,3.608843279105368e-16f,0.29374999999999984f,0f,0.9822813896540032f,0.18741203680500307f,1.3333892904453077f,-3.6739403974420594e-16f,0.18741203680500307f,-0.9822813896540032f,0.37243203399571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.88540652984799e-17f,3.608843279105368e-16f,0.3312499999999999f,0f,0.9822813896540032f,0.18741203680500307f,1.2281739951890263f,-3.6739403974420594e-16f,0.18741203680500307f,-0.9822813896540032f,0.2569166491150218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.88540652984799e-17f,3.608843279105368e-16f,-0.2937500000000002f,0f,0.9822813896540032f,0.18741203680500307f,1.3333892904453077f,-3.6739403974420594e-16f,0.18741203680500307f,-0.9822813896540032f,0.3724320339957098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.88540652984799e-17f,3.608843279105368e-16f,-0.3312500000000001f,0f,0.9822813896540032f,0.18741203680500307f,1.2281739951890263f,-3.6739403974420594e-16f,0.18741203680500307f,-0.9822813896540032f,0.25691664911502154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987688977636502f,0.15642535492428766f,-0.001261662463550742f,0.19527670187789192f,0.1538447583837885f,0.9727919509089932f,0.17322704917104614f,1.4430986032567235f,0.028324437738374106f,0.1709003469378718f,-0.9848811083797473f,0.3694789738083701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999992040622141f,-0.000009097610523603472f,-0.001261662463550742f,0.08009168991103383f,-0.00022751431854692306f,0.9848818902146218f,0.17322704917104614f,1.4529974287935747f,0.0012410125596891836f,0.1732271983393678f,-0.9848811083797473f,0.3713675966361853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703029581321564f,0.24187623545688458f,-0.002838337751681263f,0.057809056867717784f,0.238508948223645f,0.9586189536112836f,0.15544511376835893f,1.4489312165243218f,0.0403193633039699f,0.1501518847647713f,-0.987840452929697f,0.3729148865760466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975568184036644f,-0.06980213388690841f,-0.002838337751681263f,0.08691590166961626f,-0.06939405839301505f,0.9854041207876535f,0.15544511376835893f,1.4588249913874143f,-0.00805349092663082f,0.15526229690283908f,-0.987840452929697f,0.3743881243832677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710951344545176f,-0.002838337751681263f,0.14460798733679142f,0.0856114641024965f,0.98412778327805f,0.15544511376835893f,1.5671748221962476f,0.01633403526759113f,0.15461060392976855f,-0.987840452929697f,0.3596374652007591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714661038574034f,-0.001261662463550742f,0.12499999999999986f,0.0856114641024965f,0.9811539464578015f,0.17322704917104614f,1.3464151842432426f,0.01633403526759113f,0.17245985517956655f,-0.9848811083797473f,0.3208339977853567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.608843279105368e-16f,-0.19523827377799102f,-0.15366266370949858f,0.9701878757448482f,0.18741203680500307f,1.4423698061689119f,-0.02931770171969108f,0.1851046836394883f,-0.9822813896540032f,0.3709551256561446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.608843279105368e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.9822813896540032f,0.18741203680500307f,1.452268631705763f,-3.677613769070831e-16f,0.1874120368050031f,-0.9822813896540032f,0.3728437484839599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.608843279105368e-16f,-0.05771677939820312f,-0.23763537579737232f,0.9531034343817262f,0.18741203680500307f,1.448025485530458f,-0.045339075202061395f,0.18184509836457413f,-0.9822813896540032f,0.3720341875215402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.608843279105368e-16f,-0.08682420206637917f,0.06852048596674237f,0.9798886015580961f,0.18741203680500307f,1.457849457007669f,0.013073202824720874f,0.18695551050264214f,-0.9822813896540032f,0.37390852874743563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.608843279105368e-16f,-0.1446100421182232f,-0.0856114641024965f,0.97854351240751f,0.18741203680500307f,1.566587474534932f,-0.01633403526759186f,0.1866988774237191f,-0.9822813896540032f,0.36284124520569333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.608843279105368e-16f,-0.12500000000000014f,-0.0856114641024965f,0.97854351240751f,0.18741203680500307f,1.3464151842432426f,-0.01633403526759186f,0.1866988774237191f,-0.9822813896540032f,0.3208339977853566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.88540652984799e-17f,3.608843279105368e-16f,-1.1422935401604265e-16f,0f,0.9822813896540032f,0.18741203680500307f,0.8371393458954094f,-3.6739403974420594e-16f,0.18741203680500307f,-0.9822813896540032f,0.25548162234948013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.653609031581321e-16f,3.859780930365351e-17f,2.2780984668256896e-17f,0f,0.10505834370782613f,0.9944660599625148f,0.7977424670049746f,-3.6739403974420594e-16f,0.9944660599625148f,-0.10505834370782613f,-0.1174431501364629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9845478717137147f,-0.17276856919527228f,-0.02857463564444993f,0.18856975043211874f,0.04576945910809621f,-0.41138313216639827f,0.9103126249711777f,0.90981737893772f,-0.16902853284859026f,0.8949385118918406f,0.4129339111962965f,-0.7845331373105009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9845478717137147f,-0.1726186422781428f,0.029466805765899086f,0.1250000000000001f,0.04576945910809621f,-0.09123770911157147f,0.9947767774978589f,0.8779945969698493f,-0.16902853284859026f,0.9807540388772931f,0.0977285542148772f,-0.4228725942938434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9851145182474643f,0.1665293046532785f,0.04263070055443622f,-0.1949041696841557f,-0.04310791358846773f,-0.47939723444537763f,0.8765386468331975f,0.959660364421392f,0.16640641130712377f,0.861653226244653f,0.479439906534766f,-0.7807460391385961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9851145182474643f,0.17180514666053212f,-0.005690124692790304f,-0.12499999999999988f,-0.04310791358846773f,-0.21486212671111068f,0.9756925613589702f,0.867223233403944f,0.16640641130712377f,0.9614141969443408f,0.21906996186093766f,-0.3908641825682494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9687930558876517f,0.24787096414034723f,2.045369693776813e-16f,6.97252329126867e-17f,0.13799564042271636f,0.539350055170643f,0.8306977315556776f,0.8443770753945271f,0.20590584762990505f,0.8047741938727652f,-0.5567237005806842f,-0.24521944252573036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9687930558876515f,-0.24786963689090372f,-0.0008111543855088298f,8.362103093309781e-17f,-0.13799564042271634f,0.5366287200502343f,0.8324582992808538f,0.8468931575753075f,-0.20590584762990571f,0.8065917554282456f,-0.5540871068586521f,-0.2830420431048958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0519339540258832e-16f,2.045369693776813e-16f,6.97252329126867e-17f,0f,0.5567237005806842f,0.8306977315556776f,0.8443770753945271f,-3.6739403974420594e-16f,0.8306977315556776f,-0.5567237005806842f,-0.24521944252573036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.954499707594511f,0.2982118512098289f,-6.777503249366623e-17f,6.138882763044142e-17f,-0.05501264506036745f,-0.17608137775575633f,0.9828371977550996f,0.8340029709812148f,0.29309370018042896f,0.9381178178702512f,0.18447504630410946f,-0.22252880419079868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.953547048892469f,-0.301244129483818f,-6.777503249366623e-17f,6.138882763044142e-17f,0.05557202473536842f,-0.17590563599758516f,0.9828371977550996f,0.8340029709812148f,-0.29607393606205007f,0.9371815094611191f,0.18447504630410946f,-0.22252880419079868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.61088528494121e-16f,-6.777503249366623e-17f,6.138882763044142e-17f,0f,-0.18447504630410946f,0.9828371977550996f,0.8340029709812148f,-3.6739403974420594e-16f,0.9828371977550996f,0.18447504630410946f,-0.22252880419079868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9483383645287705f,0.31448201755862204f,-0.041897577437785674f,-0.19374999999999998f,-0.014025474007489557f,0.09037430557490361f,0.9958091036793745f,0.8264188651161529f,0.31695052049454336f,0.9449516101494894f,-0.0812946617812361f,-0.16460387840177226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9507125235131971f,-0.3073487487243252f,0.04101760954468589f,0.19375000000000006f,0.013707751057151227f,0.09049430969873293f,0.9958026297781629f,0.8261594169569354f,-0.30977055249994934f,0.9472842902580731f,-0.08182101340202719f,-0.19318129714741744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6347640368754287e-16f,-5.3509666434556564e-17f,-0.00781249999999991f,0f,-0.14564652837539793f,0.989336691309988f,0.8525495239274987f,-3.6739403974420594e-16f,0.989336691309988f,0.14564652837539793f,-0.30053173285415524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.57429591512702e-16f,-8.498510193339853e-17f,1.0183464350331751e-17f,0f,-0.231318673521673f,0.9728780351514642f,0.8008642578124999f,-3.6739403974420594e-16f,0.9728780351514642f,0.231318673521673f,-0.083154296875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30189209305297776f,-0.08620349212181286f,-0.9494367393871471f,-0.09227619186185841f,-0.9374278316853342f,0.15436747470396894f,-0.31208931916240396f,0.6041811874227498f,0.17346534101608269f,0.9842457217075036f,-0.03420723266577065f,0.12433951526487105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30189209305297776f,-0.08620349212181286f,-0.9494367393871471f,-0.06397380813814173f,-0.9374278316853342f,0.15436747470396894f,-0.31208931916240396f,0.5162973282022498f,0.17346534101608269f,0.9842457217075036f,-0.03420723266577065f,0.14060189098512882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30189209305297776f,-0.08620349212181286f,-0.9494367393871471f,0.06429051090807202f,-0.9374278316853342f,0.15436747470396894f,-0.31208931916240396f,0.6070526556868604f,0.17346534101608269f,0.9842457217075036f,-0.03420723266577065f,0.13760178802486553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6465386508702147f,-0.14758880707654395f,0.7484686479450193f,0.5065514741411973f,0.7533730980529396f,0.030894437586394985f,0.6568671927081886f,2.065981989111712f,-0.12006976330883078f,0.9885661726722917f,0.09121498882869158f,-0.5220820059154102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8982054763915381f,-0.14758880707654395f,-0.41405852992780234f,0.5971755780188028f,-0.4226256032173526f,0.030894437586394985f,0.905777640059297f,2.046578325553288f,-0.12089053596298986f,0.9885661726722917f,-0.09012436164899051f,-0.5079458063945894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9666571080277926f,-0.14758880707654395f,0.2092643771048176f,0.5204738695142774f,0.20697241128985377f,0.030894437586394985f,0.9778588623574899f,1.9096013279788766f,-0.15078612822208895f,0.9885661726722917f,0.0006824835886155225f,-0.5151162786932921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.9669867578124999f,-5.740531871003218e-21f,0f,-0.000015625f,0.604345703125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32.mcfunction new file mode 100644 index 000000000..9e23d4dfb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..6faebf063 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6783057216395761f,-0.11960359989398324f,-0.43879468014990614f,0.04066085541871142f,-0.4454574691585605f,0.01580648238969077f,0.6842968966243811f,1.1103088281490834f,-0.09172478185478865f,0.8077063689555187f,-0.07836727880197872f,-0.03147209618219713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6587197607889825f,0.14603465514435124f,-0.4298396866774591f,0.04066085541871142f,-0.3972246459677061f,0.18129548946719948f,0.6703316538361285f,1.1103088281490834f,0.21977456036114906f,0.7653795300344262f,-0.07676794658153017f,-0.03147209618219713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6783057216395761f,0.11960359989398264f,0.43879468014990625f,-0.04066085541871142f,0.4454574691585605f,0.01580648238969077f,0.6842968966243811f,1.1103088281490834f,0.09172478185478815f,0.8077063689555188f,-0.0783672788019784f,-0.03147209618219715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6587197607889823f,-0.1460346551443518f,0.4298396866774592f,-0.04066085541871142f,0.3972246459677061f,0.18129548946719948f,0.6703316538361285f,1.1103088281490834f,-0.21977456036114953f,0.765379530034426f,-0.07676794658152987f,-0.03147209618219715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7374604485902579f,-0.5014659524137076f,1.2830004814242546f,-0.703798757366403f,-1.3316131605747108f,0.6320789085666912f,-0.5183520945548202f,0.8547026787848264f,-0.3526538350128698f,-1.338063676330448f,-0.725690788652965f,-0.38679139455110767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6384027579578277f,-0.7537010561226596f,0.15613019128735767f,-0.4982226818907161f,0.15271966225003797f,0.07477730377002073f,0.9854364817699416f,0.8461908614768284f,-0.7543995117933691f,0.6529495178346284f,0.06736693376911798f,-0.13249409010666433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6461884801226043f,-0.7537010561226596f,0.11989648100101288f,-0.2984375000000001f,0.09692978503551038f,0.07477730377002073f,0.9924781970470967f,0.7965782583694926f,-0.756997400873879f,0.6529495178346284f,0.024735849080190553f,0.10762955063362745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8897206499402375f,0.4065398079466067f,0.20765969667862255f,0.3412769069009409f,0.40584790741897653f,-0.9126835218214318f,0.047919359754342084f,0.5166283688852654f,0.20900871061646997f,0.041643409446925f,-0.9770267065623521f,0.15063466340366952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08194753675672382f,0.8738387822267242f,0.47926024652167964f,0.2984374999999999f,0.9551372921510695f,-0.06846100781579954f,0.2881420544647516f,0.8099825201622672f,0.2846003414647077f,0.48137186569777907f,-0.8290257972782337f,0.22467450723488736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.28455746189906e-16f,1.646062065488395e-16f,-0.15625f,0f,0.44803722636176885f,0.8940149013266239f,0.41401185939463203f,-3.6739403974420594e-16f,0.8940149013266239f,-0.44803722636176885f,0.03548918429475045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1964827315235742e-16f,3.473653281074927e-16f,-0.15625000000000003f,0f,0.9454843860541177f,0.3256674311746081f,0.5933256032246204f,-3.6739403974420594e-16f,0.3256674311746081f,-0.9454843860541177f,0.09064255022715126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.952056013221291e-16f,2.187053574734907e-16f,0.15625000000000003f,0f,0.5952882567876221f,0.803512222265943f,0.5657826946013872f,-3.6739403974420594e-16f,0.803512222265943f,-0.5952882567876221f,-0.09492873172286434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.650082288211702e-16f,4.180159485473526e-17f,0.15624999999999997f,0f,0.11377864181966357f,0.9935061251274059f,0.5933256032246204f,-3.6739403974420594e-16f,0.9935061251274059f,-0.11377864181966357f,0.09064255022715137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.861460183189026e-17f,3.609299334427921e-16f,0.29374999999999984f,0f,0.9824055221311854f,0.1867602476067996f,1.3096877560104623f,-3.6739403974420594e-16f,0.1867602476067996f,-0.9824055221311854f,0.37079034224594054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.861460183189026e-17f,3.609299334427921e-16f,0.3312499999999999f,0f,0.9824055221311854f,0.1867602476067996f,1.2043958389572016f,-3.6739403974420594e-16f,0.1867602476067996f,-0.9824055221311854f,0.25534479359529194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.861460183189026e-17f,3.609299334427921e-16f,-0.2937500000000002f,0f,0.9824055221311854f,0.1867602476067996f,1.3096877560104623f,-3.6739403974420594e-16f,0.1867602476067996f,-0.9824055221311854f,0.3707903422459403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.861460183189026e-17f,3.609299334427921e-16f,-0.3312500000000001f,0f,0.9824055221311854f,0.1867602476067996f,1.2043958389572016f,-3.6739403974420594e-16f,0.1867602476067996f,-0.9824055221311854f,0.2553447935952917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876887895654861f,0.15642804446511804f,-0.0010591843483248316f,0.195270669323649f,0.15383536402365522f,0.9725025106160945f,0.17485293140551683f,1.4192797102494896f,0.028381961566709593f,0.17253734016209918f,-0.9845939927236067f,0.36800218887341674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999994390435455f,-0.000006411761615129907f,-0.0010591843483248316f,0.0800856573567909f,-0.0001915145811372393f,0.9845945438103255f,0.17485293140551683f,1.4291797867168257f,0.0010417460149360486f,0.17485303616988315f,-0.9845939927236067f,0.3698842433720059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.970300823208743f,0.24188971483281935f,-0.002382926464045818f,0.057793768612735025f,0.2384069609443613f,0.9579058722269688f,0.1599326762308565f,1.4250787040811068f,0.040968688698926045f,0.15461470114833037f,-0.9871250481753072f,0.37105659781029987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975589533270778f,-0.06978865451097367f,-0.002382926464045818f,0.08690078400710914f,-0.06927069979343133f,0.9846944242879435f,0.1599326762308565f,1.434963171457628f,-0.008815031883856551f,0.15970734008737236f,-0.9871250481753072f,0.37258780142646275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712316084350306f,-0.002382926464045818f,0.14460859396118478f,0.08562228296074441f,0.9834075267833912f,0.1599326762308565f,1.5433739365008647f,0.016277228095906805f,0.1591200525088238f,-0.9871250481753072f,0.3583554711782415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714930649415531f,-0.0010591843483248316f,0.12499999999999986f,0.08562228296074441f,0.9808645559094731f,0.17485293140551683f,1.3226794114212337f,0.016277228095906805f,0.17409687342999566f,-0.9845939927236067f,0.31918367465649256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.609299334427921e-16f,-0.19523827377799102f,-0.15368208230716068f,0.9703104799452502f,0.1867602476067996f,1.4186672678103194f,-0.029215739425151113f,0.1844609190478969f,-0.9824055221311854f,0.369241125188519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.609299334427921e-16f,-0.08005326181113294f,0f,0.9824055221311854f,0.1867602476067996f,1.4285673442776554f,-3.642919299551295e-16f,0.18676024760679963f,-0.9824055221311854f,0.3711231796871083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.609299334427921e-16f,-0.05771677939820312f,-0.23766540616155768f,0.953223879593828f,0.1867602476067996f,1.424323661889152f,-0.04518139312370062f,0.1812126700911245f,-0.9824055221311854f,0.37031643424870503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.609299334427921e-16f,-0.08682420206637917f,0.06852914501062772f,0.9800124316548028f,0.1867602476067996f,1.4341488748374198f,0.013027736308629693f,0.1863053090301667f,-0.9824055221311854f,0.37218425681451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.609299334427921e-16f,-0.1446100421182232f,-0.08562228296074441f,0.9786671725231398f,0.1867602476067996f,1.5428795252389398f,-0.016277228095907533f,0.18604956848019535f,-0.9824055221311854f,0.3610448275645363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.609299334427921e-16f,-0.12500000000000014f,-0.08562228296074441f,0.9786671725231398f,0.1867602476067996f,1.3226794114212337f,-0.016277228095907533f,0.18604956848019535f,-0.9824055221311854f,0.31918367465649244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.861460183189026e-17f,3.609299334427921e-16f,-1.1401782306376834e-16f,0f,0.9824055221311854f,0.1867602476067996f,0.8133603235912885f,-3.6739403974420594e-16f,0.1867602476067996f,-0.9824055221311854f,0.2541692203246072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.650082288211702e-16f,4.180159485473526e-17f,2.2860262744170488e-17f,0f,0.11377864181966357f,0.9935061251274059f,0.7706933329089146f,-3.6739403974420594e-16f,0.9935061251274059f,-0.11377864181966357f,-0.11839557659817002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9844993215584537f,-0.17299159184173593f,-0.028896280089427146f,0.18854277360848462f,0.04265934950293034f,-0.3959935564438428f,0.9172618400189466f,0.8703525845284392f,-0.170121326561167f,0.9018109626784425f,0.3972350964379273f,-0.7865673037398606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9844993215584537f,-0.17279112329601984f,0.030071806747251725f,0.1250000000000001f,0.04265934950293034f,-0.06960233266717783f,0.9966622773975516f,0.846946825532581f,-0.170121326561167f,0.9824961796350086f,0.07589460620941124f,-0.4247117721703009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9850662898239775f,0.16686016375988302f,0.04245103535190426f,-0.19494236052484956f,-0.04034216390246702f,-0.46337702033133044f,0.8852424791211297f,0.9203590059528847f,0.1673825393047019f,0.8703099578764354f,0.4631885822826671f,-0.7841351621345914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9850662898239775f,0.17204973162109605f,-0.006579855737964665f,-0.12499999999999988f,-0.04034216390246702f,-0.19348854561953652f,0.9802727643496492f,0.8369453075436094f,0.1673825393047019f,0.9658991006120388f,0.19753990222930795f,-0.3926201763838293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9692706765450513f,0.24599665768034062f,2.0622028179834434e-16f,6.995875047871942e-17f,0.13807926798053285f,0.5440569264410463f,0.8276087098052328f,0.8155716188860842f,0.2035889764792261f,0.8021768540674951f,-0.5613054635886933f,-0.24659168932591252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9692706765450511f,-0.24599336836565738f,-0.0012721281448736226f,8.385947940511898e-17f,-0.13807926798053285f,0.5397698197906243f,0.8304111375681067f,0.8178786897706549f,-0.20358897647922683f,0.8050688196442058f,-0.5571496426390543f,-0.28442771120606547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0405850722283473e-16f,2.0622028179834434e-16f,6.995875047871942e-17f,0f,0.5613054635886933f,0.8276087098052328f,0.8155716188860842f,-3.6739403974420594e-16f,0.8276087098052328f,-0.5613054635886933f,-0.24659168932591252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9552343868166062f,0.2958500739278297f,-6.303170613931346e-17f,6.157171491133458e-17f,-0.05075731477325153f,-0.16388413161496082f,0.9851729220811031f,0.8055044193652685f,0.29146348182939036f,0.9410710521324667f,0.1715643133002337f,-0.2237632417734584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9543871254770645f,-0.29857195903772654f,-6.303170613931346e-17f,6.157171491133458e-17f,0.051224293123013f,-0.16373877180505655f,0.9851729220811031f,0.8055044193652685f,-0.2941450093366765f,0.9402363532028241f,0.1715643133002337f,-0.2237632417734584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6194665968998033e-16f,-6.303170613931346e-17f,6.157171491133458e-17f,0f,-0.1715643133002337f,0.9851729220811031f,0.8055044193652685f,-3.6739403974420594e-16f,0.9851729220811031f,0.1715643133002337f,-0.2237632417734584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.948679949309044f,0.31360260208316804f,-0.040740173608564516f,-0.19374999999999998f,-0.009719662106488338f,0.09985180098956112f,0.9949548462154836f,0.7987015442554838f,0.3160884084358765f,0.9442896937941276f,-0.09167929017322965f,-0.16573021569337207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9511264059312212f,-0.306275923092823f,0.03941597232083645f,0.19375000000000006f,0.009491114500933108f,0.09858731197902135f,0.9950831425877343f,0.7980539706296333f,-0.3086559228103163f,0.9468239545186794f,-0.09086209585807366f,-0.1943095758333504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6417671483489495e-16f,-4.851495451539419e-17f,-0.00781249999999991f,0f,-0.13205155573338154f,0.9912428494715074f,0.8230481706134234f,-3.6739403974420594e-16f,0.9912428494715074f,0.13205155573338154f,-0.3023257283582965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.5856255559183386e-16f,-8.007043253923526e-17f,1.0318783215037885e-17f,0f,-0.21794156648535568f,0.9759618197439432f,0.7743518518518517f,-3.6739403974420594e-16f,0.9759618197439432f,0.21794156648535568f,-0.08425925925925927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30189058756025106f,-0.08620270651254083f,-0.9494372894153879f,-0.09227612129188685f,-0.9374280913256826f,0.15436906762842628f,-0.3120877513665313f,0.577668793632743f,0.1734665579759216f,0.9842455406804966f,-0.03420627010568557f,0.12323449583561932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30189058756025106f,-0.08620270651254083f,-0.9494372894153879f,-0.06397387870811329f,-0.9374280913256826f,0.15436906762842628f,-0.3120877513665313f,0.48978491007096026f,0.1734665579759216f,0.9842455406804966f,-0.03420627010568557f,0.13949698564586197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30189058756025106f,-0.08620270651254083f,-0.9494372894153879f,0.06429059341230813f,-0.9374280913256826f,0.15436906762842628f,-0.3120877513665313f,0.5805400145568314f,0.1734665579759216f,0.9842455406804966f,-0.03420627010568557f,0.13649668125659348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5547768991225361f,-0.13866632243876498f,0.8203622634064123f,0.5064388543558909f,0.8250475361201369f,0.03550492777223113f,0.5639467734157007f,2.03743860034621f,-0.1073273280300714f,0.9897025063751211f,0.09470899393789552f,-0.522821546433938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8386360980386471f,-0.13866632243876498f,-0.5267458078502583f,0.5972881181241094f,-0.5357521646097724f,0.03550492777223113f,0.8436284835280468f,2.018576804477494f,-0.0982807874533775f,0.9897025063751211f,-0.1040664964930929f,-0.5094160837645803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9690588135276644f,-0.13866632243876498f,0.2041976173848848f,0.5212338436322674f,0.20119248926630326f,0.03550492777223113f,0.9789080561353639f,1.8811714939915474f,-0.14299160180648304f,0.9897025063751211f,-0.0065077405924847485f,-0.5151426540103864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.9404743518518517f,-5.740531871003218e-21f,0f,-0.000015625f,0.6032407407407407f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33.mcfunction new file mode 100644 index 000000000..aad1e1fdb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..b304a7552 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.648590867236941f,-0.11436406933497498f,-0.48290287949692556f,0.04435553957325172f,-0.4895333080544642f,0.017038928895280962f,0.6534609855621061f,1.075664493499667f,-0.0814338485307566f,0.8084398425310882f,-0.08208528349359094f,-0.035409103396041974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6298629176878067f,0.13963724704809582f,-0.47304771869086587f,0.04435553957325172f,-0.4366523637556813f,0.19893375109771538f,0.6401250470812468f,1.075664493499667f,0.22936307058543598f,0.7621855429690472f,-0.08041007362637481f,-0.035409103396041974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.648590867236941f,0.11436406933497438f,0.4829028794969257f,-0.04435553957325172f,0.4895333080544642f,0.017038928895280962f,0.6534609855621061f,1.075664493499667f,0.08143384853075611f,0.8084398425310884f,-0.08208528349359058f,-0.035409103396041995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6298629176878064f,-0.13963724704809638f,0.473047718690866f,-0.04435553957325172f,0.4366523637556813f,0.19893375109771538f,0.6401250470812468f,1.075664493499667f,-0.22936307058543642f,0.7621855429690471f,-0.08041007362637445f,-0.035409103396041995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7226051533327355f,-0.5106073137160866f,1.2878385821043787f,-0.7030776768987419f,-1.3491194523005534f,0.5894594806548317f,-0.5232785817233383f,0.8183796115248343f,-0.31484082613477415f,-1.3539660046861504f,-0.7134826994069264f,-0.38787607939306645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6386019856219239f,-0.7546179697451972f,0.15079530396326224f,-0.4980588868293741f,0.1364855796284566f,0.08178216369466848f,0.9872605351450561f,0.8151607014289874f,-0.75733690687383f,0.6510479225364711f,0.05076821887484989f,-0.13373903697044293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.645419617859943f,-0.7546179697451972f,0.11825919253555663f,-0.2984375000000001f,0.08630969576280115f,0.08178216369466848f,0.9929059946030898f,0.7689387131914716f,-0.7589361984375617f,0.6510479225364711f,0.01234703454627846f,0.10728535257661989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8888522169391997f,0.4083792265345681f,0.20776944861383623f,0.34137317991488697f,0.40993261480346477f,-0.9113421657050577f,0.03755939733820618f,0.4892281117840847f,0.20468753690116043f,0.05178671975557918f,-0.977456468541844f,0.15229610432758622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0820522364394075f,0.8738374248458849f,0.4792448074147531f,0.2984374999999999f,0.9581164395724661f,-0.06322002223122183f,0.2793136534615962f,0.7835162213079209f,0.2743725910441354f,0.4820906384984012f,-0.8320506580466909f,0.22333335065118776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.2584477597757247e-16f,1.697161230045418e-16f,-0.15625f,0f,0.46194577114725316f,0.8869081714130101f,0.3857601454969677f,-3.6739403974420594e-16f,0.8869081714130101f,-0.46194577114725316f,0.0376186027248173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1753024383784574e-16f,3.4808766456595914e-16f,-0.15625000000000003f,0f,0.9474504943202435f,0.3199024238925457f,0.5654065033313418f,-3.6739403974420594e-16f,0.3199024238925457f,-0.9474504943202435f,0.09167874161516812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.92796213921781e-16f,2.2192061092345128e-16f,0.15625000000000003f,0f,0.6040397690663709f,0.796954175211f,0.5358358573002175f,-3.6739403974420594e-16f,0.796954175211f,-0.6040397690663709f,-0.09358023763631623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.645292648498909e-16f,4.579077972218074e-17f,0.15624999999999997f,0f,0.12463669730206306f,0.9922024459179859f,0.5654065033313418f,-3.6739403974420594e-16f,0.9922024459179859f,-0.12463669730206306f,0.09167874161516823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.829889930851872e-17f,3.6098980704835974e-16f,0.29374999999999984f,0f,0.982568490495096f,0.1859009453612015f,1.283645614925239f,-3.6739403974420594e-16f,0.1859009453612015f,-0.982568490495096f,0.36897634053732026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.829889930851872e-17f,3.6098980704835974e-16f,0.3312499999999999f,0f,0.982568490495096f,0.1859009453612015f,1.1782527672409646f,-3.6739403974420594e-16f,0.1859009453612015f,-0.982568490495096f,0.25362292638325484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.829889930851872e-17f,3.6098980704835974e-16f,-0.2937500000000002f,0f,0.982568490495096f,0.1859009453612015f,1.283645614925239f,-3.6739403974420594e-16f,0.1859009453612015f,-0.982568490495096f,0.36897634053732004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.829889930851872e-17f,3.6098980704835974e-16f,-0.3312500000000001f,0f,0.982568490495096f,0.1859009453612015f,1.1782527672409646f,-3.6739403974420594e-16f,0.1859009453612015f,-0.982568490495096f,0.25362292638325457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876886356473475f,0.15643024559704918f,-0.000858647499214893f,0.19526464388380332f,0.15383201959289722f,0.9722510656712412f,0.1762486171551598f,1.3931204869807197f,0.028405435413869577f,0.1739466687337889f,-0.9843453091651151f,0.36632758550827094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999996313532907f,-0.000004213651168955002f,-0.000858647499214893f,0.08007963191694524f,-0.00015548318096761382f,0.9843456713857558f,0.1762486171551598f,1.403022205742636f,0.0008444632989066808f,0.17624868568693158f,-0.9843453091651151f,0.36820098048922884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702990759115686f,0.24190074683300106f,-0.001931829907755892f,0.05777880702470124f,0.23831180763552146f,0.9572143018464687f,0.16415926011671655f,1.3988890003600054f,0.04155942283822531f,0.15882320051621523f,-0.9864319567771209f,0.36900269620608595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975607006242522f,-0.06977762251079195f,-0.001931829907755892f,0.08688596203801852f,-0.06914748896746965f,0.9840072977815897f,0.16415926011671655f,1.4087643439937356f,-0.009553708156770618f,0.16389240772322422f,-0.9864319567771209f,0.37058911990310395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08713433035895475f,-0.001931829907755892f,0.14460909042523074f,0.08563648658954542f,0.9827095855249052f,0.16415926011671655f,1.5172301644699884f,0.016202334970446975f,0.16336914944494796f,-0.9864319567771209f,0.3568468213742291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715151300102629f,-0.000858647499214893f,0.12499999999999986f,0.08563648658954542f,0.9806134901761715f,0.1762486171551598f,1.2965921291803502f,0.016202334970446975f,0.1755044064009204f,-0.9843453091651151f,0.317358329934022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6098980704835974e-16f,-0.19523827377799102f,-0.15370757617598751f,0.9704714418981706f,0.1859009453612015f,1.3926237300675524f,-0.029081314938053104f,0.18361219623887243f,-0.982568490495096f,0.367331808489943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6098980704835974e-16f,-0.08005326181113294f,0f,0.982568490495096f,0.1859009453612015f,1.4025254488294685f,-3.642919299551295e-16f,0.18590094536120153f,-0.982568490495096f,0.369205203470901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6098980704835974e-16f,-0.05771677939820312f,-0.23770483177707774f,0.9533820071008486f,0.1859009453612015f,1.3982810624689694f,-0.04497350909555248f,0.18037889279464128f,-0.982568490495096f,0.36840216994751035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6098980704835974e-16f,-0.08682420206637917f,0.06854051310902598f,0.9801750030359696f,0.1859009453612015f,1.4081079052929286f,0.012967794414096363f,0.1854481000016505f,-0.982568490495096f,0.3702613984782049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6098980704835974e-16f,-0.1446100421182232f,-0.08563648658954541f,0.9788295207432243f,0.1859009453612015f,1.5168287713475752f,-0.0162023349704477f,0.1851935361390722f,-0.982568490495096f,0.3590268755653131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6098980704835974e-16f,-0.12500000000000014f,-0.08563648658954541f,0.9788295207432243f,0.1859009453612015f,1.2965921291803502f,-0.0162023349704477f,0.1851935361390722f,-0.982568490495096f,0.3173583299340219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.829889930851872e-17f,3.6098980704835974e-16f,-1.137815086150683e-16f,0f,0.982568490495096f,0.1859009453612015f,0.7872163732590758f,-3.6739403974420594e-16f,0.1859009453612015f,-0.982568490495096f,0.2527893607643779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.645292648498909e-16f,4.579077972218074e-17f,2.2916965703640763e-17f,0f,0.12463669730206306f,0.9922024459179859f,0.7404776117708022f,-3.6739403974420594e-16f,0.9922024459179859f,-0.12463669730206306f,-0.1192865564548668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.984463142800712f,-0.17317382177203977f,-0.029037009484632795f,0.18845743764489215f,0.03898523130694423f,-0.37680335827018413f,0.9254725176558487f,0.8250716059635201f,-0.17120885551538767f,0.9099615687759439f,0.37770023979861866f,-0.7884934553328913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.984463142800712f,-0.17284385802099977f,0.030940607805298847f,0.12500000000000014f,0.03898523130694423f,-0.0433427912896826f,0.9982993309539794f,0.8118051762304653f,-0.17120885551538767f,0.9839951235588698f,0.04940773831572956f,-0.4266294998750389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9850181461365085f,0.16721121216963186f,0.04218604397852943f,-0.19495775567241402f,-0.037035390952120856f,-0.4440333630003679f,0.8952445209883203f,0.8752027732040136f,0.16842693252214633f,0.8802697217713136f,0.4435736526596621f,-0.7876638645590144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9850181461365085f,0.1722780472614496f,-0.007715323297037118f,-0.12499999999999988f,-0.037035390952120856f,-0.16763456726752451f,0.985153303640633f,0.802703155008512f,0.16842693252214633f,0.9706796208269809f,0.17150347551104858f,-0.3944689870838548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9698629104575861f,0.24365125675592214f,2.0824428376958557e-16f,7.019502670623356e-17f,0.13810507510688777f,0.5497323998057889f,0.8238454204724871f,0.7831932006936047f,0.20073097207073248f,0.7990171172666002f,-0.56681454036264f,-0.24797144485291928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9698629104575859f,-0.2436451669957444f,-0.0017226486456686074f,8.410090809044637e-17f,-0.13810507510688777f,0.5438939569623789f,0.8277115148465235f,0.7852476444626402f,-0.2007309720707332f,0.8030046053288995f,-0.5611512101672033f,-0.28582149107003985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.0267589715215096e-16f,2.0824428376958557e-16f,7.019502670623356e-17f,0f,0.56681454036264f,0.8238454204724871f,0.7831932006936047f,-3.6739403974420594e-16f,0.8238454204724871f,-0.56681454036264f,-0.24797144485291928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9561785279670847f,0.2927842595746894f,-5.721325845170127e-17f,6.174874685218959e-17f,-0.045594483583074774f,-0.14890303959377402f,0.9878000950933987f,0.7734997334854983f,0.2892123194497285f,0.9445132408521523f,0.15572723632516025f,-0.22498174186284192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9554518163998479f,-0.29514712693541717f,-5.721325845170127e-17f,6.174874685218959e-17f,0.04596244638696373f,-0.14878987080980274f,0.9878000950933987f,0.7734997334854983f,-0.2915463600533485f,0.9437953950969302f,0.15572723632516025f,-0.22498174186284192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.629118673960745e-16f,-5.721325845170127e-17f,6.174874685218959e-17f,0f,-0.15572723632516025f,0.9878000950933987f,0.7734997334854983f,-3.6739403974420594e-16f,0.9878000950933987f,0.15572723632516025f,-0.22498174186284192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9491777174239766f,0.31227567547220914f,-0.03931365226209759f,-0.19374999999999998f,-0.004536836330502366f,0.11132032663075654f,0.9937742208343562f,0.7676463047414455f,0.3147079246887816f,0.9434467061722125f,-0.1042460299046585f,-0.16690656463255477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9516987340925175f,-0.30472950532478654f,0.037542617266388294f,0.19375000000000006f,0.004425740609868774f,0.10864729656283276f,0.9940705094557638f,0.7665487859047871f,-0.30700151847629964f,0.946221799333591f,-0.10205084085468114f,-0.1954276081081533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6494281486113194e-16f,-4.236888387485249e-17f,-0.007812499999999909f,0f,-0.11532273061465927f,0.9933280766210016f,0.7897971932947799f,-3.6739403974420594e-16f,0.9933280766210016f,0.11532273061465927f,-0.3042206105449152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.5986140572783506e-16f,-7.401451956983595e-17f,1.0454102079744016e-17f,0f,-0.2014581391177923f,0.9794971251531043f,0.7447838903356482f,-3.6739403974420594e-16f,0.9794971251531043f,0.2014581391177923f,-0.08536422164351852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30188908206697856f,-0.08620192089844184f,-0.9494378394408851f,-0.0922760507218897f,-0.937428350962187f,0.15437066055051485f,-0.3120861835671558f,0.5481008442870006f,0.1734677749354957f,0.9842453596510459f,-0.03420530754593111f,0.12212947640638006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30188908206697856f,-0.08620192089844184f,-0.9494378394408851f,-0.06397394927811044f,-0.937428350962187f,0.15437066055051485f,-0.3120861835671558f,0.4602169363842956f,0.1734677749354957f,0.9842453596510459f,-0.03420530754593111f,0.1383920803065828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30188908206697856f,-0.08620192089844184f,-0.9494378394408851f,0.06429067591613273f,-0.937428350962187f,0.15437066055051485f,-0.3120861835671558f,0.5509718178707215f,0.1734677749354957f,0.9842453596510459f,-0.03420530754593111f,0.13539157448837108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.43533483795918954f,-0.1275811728523789f,0.89118271033086f,0.5063046000048433f,0.8954028728209699f,0.04142060176498963f,0.44332609791594746f,2.0053300072156803f,-0.09347338767264388f,0.990962854037949f,0.09620471773235487f,-0.5234695095826967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7488703303853395f,-0.1275811728523789f,-0.6503201308603048f,0.5974228107151567f,-0.6591291051267057f,0.04142060176498963f,0.7508882450300405f,1.987150013135616f,-0.06886255182187637f,0.990962854037949f,-0.11511112402171148f,-0.5109786332243401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.971927580910009f,-0.1275811728523789f,0.19768616997663102f,0.5222107798635054f,0.19391993685402362f,0.04142060176498963f,0.9801425364914828f,1.8492186297019257f,-0.13323601448913705f,0.990962854037949f,-0.015517292289987699f,-0.5148964775600202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.9109063903356481f,-5.740531871003218e-21f,0f,-0.000015625f,0.6021357783564815f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34.mcfunction new file mode 100644 index 000000000..f2073b509 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..3da5c4558 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.635919731666565f,-0.1121298062577029f,-0.49997744536146677f,0.04593104262561565f,-0.5072129163710881f,0.02468760278724869f,0.6395858223721028f,1.0433065870093299f,-0.07270210992745742f,0.8085554237414238f,-0.0888649221845541f,-0.04019884180147143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6175576589739813f,0.13690923686880022f,-0.4897738240275593f,0.04593104262561565f,-0.4497855629281146f,0.21248360884770895f,0.626533050486958f,1.0433065870093299f,0.23730883932971175f,0.759016848845305f,-0.08705135234405299f,-0.04019884180147143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.635919731666565f,0.11212980625770232f,0.4999774453614669f,-0.04593104262561565f,0.5072129163710881f,0.02468760278724869f,0.6395858223721028f,1.0433065870093299f,0.07270210992745696f,0.8085554237414238f,-0.08886492218455372f,-0.04019884180147146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6175576589739811f,-0.13690923686880077f,0.4897738240275594f,-0.04593104262561565f,0.4497855629281146f,0.21248360884770895f,0.626533050486958f,1.0433065870093299f,-0.23730883932971222f,0.7590168488453048f,-0.08705135234405263f,-0.04019884180147146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7049756715808841f,-0.5206018211919989f,1.293595491740233f,-0.7021773833993836f,-1.3679304797527592f,0.5394091711465492f,-0.5284034430682478f,0.7802803031259662f,-0.2705212654163582f,-1.3709185752095443f,-0.6991471626939247f,-0.38872171589868687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6386017418142781f,-0.7557163239955621f,0.14519178006486705f,-0.4978845428042036f,0.11817845455595938f,0.09012679347676232f,0.9888938335212543f,0.7829880572975951f,-0.7604088822669914f,0.6486678647383665f,0.03175425995411009f,-0.13487078108284528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6444179003588772f,-0.7557163239955621f,0.11669793204547693f,-0.29843750000000013f,0.07416003751687145f,0.09012679347676232f,0.9931653688752409f,0.740686999341736f,-0.7610688921067215f,0.6486678647383665f,-0.002035368078750266f,0.10722265864282107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8877536879667506f,0.4106898978625577f,0.20791151313737943f,0.34152450101487125f,0.4148148435704955f,-0.9095500890898128f,0.025441717518655593f,0.4612996641573531f,0.19955459166608597f,0.0636588032431924f,-0.9778167117178076f,0.1545518421942103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08229483353255383f,0.8738349298769108f,0.47920775838968177f,0.2984374999999999f,0.9614579247804108f,-0.05696429387506552f,0.26898648311813234f,0.7566425875490355f,0.2623475161894912f,0.48287429477072974f,-0.8354676511983423f,0.22205951163418067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.2272019133089755e-16f,1.7558490409746524e-16f,-0.15625f,0f,0.4779198492705934f,0.8784034481223155f,0.35681037786884273f,-3.6739403974420594e-16f,0.8784034481223155f,-0.4779198492705934f,0.04046003366070133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1511229341021068e-16f,3.488947410687194e-16f,-0.15625000000000003f,0f,0.9496472542440633f,0.3133210693629008f,0.5368274947231227f,-3.6739403974420594e-16f,0.3133210693629008f,-0.9496472542440633f,0.09327243882721986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.8986495453450953e-16f,2.257358823321491e-16f,0.15625000000000003f,0f,0.6144244541618455f,0.7889756587676948f,0.5048333329147336f,-3.6739403974420594e-16f,0.7889756587676948f,-0.6144244541618455f,-0.09158341342035864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6389835545978113e-16f,5.056053137808121e-17f,0.15624999999999997f,0f,0.13761935662669825f,0.9904851905413092f,0.5368274947231227f,-3.6739403974420594e-16f,0.9904851905413092f,-0.13761935662669825f,0.09327243882721997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.790510516511657e-17f,3.610640900616975e-16f,0.29374999999999984f,0f,0.982770679440212f,0.18482908762590364f,1.2572838407469318f,-3.6739403974420594e-16f,0.18482908762590364f,-0.982770679440212f,0.36710996585057515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.790510516511657e-17f,3.610640900616975e-16f,0.3312499999999999f,0f,0.982770679440212f,0.18482908762590364f,1.1517652327818337f,-3.6739403974420594e-16f,0.18482908762590364f,-0.982770679440212f,0.25187157869981736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.790510516511657e-17f,3.610640900616975e-16f,-0.2937500000000002f,0f,0.982770679440212f,0.18482908762590364f,1.2572838407469318f,-3.6739403974420594e-16f,0.18482908762590364f,-0.982770679440212f,0.3671099658505749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.790510516511657e-17f,3.610640900616975e-16f,-0.3312500000000001f,0f,0.982770679440212f,0.18482908762590364f,1.1517652327818337f,-3.6739403974420594e-16f,0.18482908762590364f,-0.982770679440212f,0.2518715786998171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876885180448522f,0.15643192739108563f,-0.0006658941909984411f,0.19525880473832222f,0.15383571849265779f,0.9720513417243085f,0.17734362342023788f,1.3666453460460102f,0.02838948816395314f,0.17505782228932676f,-0.9841487671165915f,0.36456778543460044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999997782892277f,-0.0000025341657244465354f,-0.0006658941909984411f,0.08007379277146415f,-0.00012058611200695124f,0.984148985007438f,0.17734362342023788f,1.3765491023433152f,0.0006548896740615467f,0.17734366439883764f,-0.9841487671165915f,0.3664303788949006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702977408335606f,0.24190917618379595f,-0.0014982027118070121f,0.057764595369619226f,0.2382281399097742f,0.9565733972678913f,0.1679722863882425f,1.3723870810628431f,0.04206717827971758f,0.16262621595991794f,-0.9857905793798906f,0.366876718786673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975620357022602f,-0.06976919315999705f,-0.0014982027118070121f,0.08687185706323289f,-0.06902901129669205f,0.9833719065566736f,0.1679722863882425f,1.3822538527986619f,-0.01024600043742959f,0.16766619540293626f,-0.9857905793798906f,0.3685137151864041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714286478266763f,-0.0014982027118070121f,0.1446094697529121f,0.08565410851723235f,0.9820634830292918f,0.1679722863882425f,1.4907673093233198f,0.01610891641340726f,0.16720477390865748f,-0.9857905793798906f,0.3552155060882675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715319890183236f,-0.0006658941909984411f,0.12499999999999986f,0.08565410851723235f,0.9804145107689395f,0.17734362342023788f,1.2701740444003087f,0.01610891641340726f,0.1766117408183233f,-0.9841487671165915f,0.3154778644041448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.610640900616975e-16f,-0.19523827377799102f,-0.15373920549545378f,0.9706711415618591f,0.18482908762590364f,1.3662600972693637f,-0.028913639446632552f,0.182553534850942f,-0.982770679440212f,0.36534656573055957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.610640900616975e-16f,-0.08005326181113294f,0f,0.982770679440212f,0.18482908762590364f,1.3761638535666687f,-3.642919299551295e-16f,0.18482908762590364f,-0.982770679440212f,0.3672091591908599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.610640900616975e-16f,-0.05771677939820312f,-0.2377537457099495f,0.9535781901701951f,0.18482908762590364f,1.3719185938136182f,-0.044714203240416056f,0.1793388738149059f,-0.982770679440212f,0.3664107557552403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.610640900616975e-16f,-0.08682420206637917f,0.06855461709686733f,0.9803766994589774f,0.18482908762590364f,1.3817474587653003f,0.012893025398126617f,0.18437885325792444f,-0.982770679440212f,0.3682592644454389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.610640900616975e-16f,-0.1446100421182232f,-0.08565410851723236f,0.9790309402983617f,0.18482908762590364f,1.4904560059674397f,-0.016108916413407993f,0.18412575714605983f,-0.982770679440212f,0.3569061597620081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.610640900616975e-16f,-0.12500000000000014f,-0.08565410851723236f,0.9790309402983617f,0.18482908762590364f,1.2701740444003087f,-0.016108916413407993f,0.18412575714605983f,-0.982770679440212f,0.3154778644041447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.790510516511657e-17f,3.610640900616975e-16f,-1.135308658621479e-16f,0f,0.982770679440212f,0.18482908762590364f,0.7607281621988905f,-3.6739403974420594e-16f,0.18482908762590364f,-0.982770679440212f,0.25146454072837576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.6389835545978113e-16f,5.056053137808121e-17f,2.293101743527004e-17f,0f,0.13761935662669825f,0.9904851905413092f,0.7091209034638787f,-3.6739403974420594e-16f,0.9904851905413092f,-0.13761935662669825f,-0.1199674057246152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9844422805839288f,-0.17330384994706327f,-0.028968462027504246f,0.18830626163747521f,0.03476969811492955f,-0.3537454315491502f,0.9346952646457037f,0.7760568957099089f,-0.17223374899162433f,0.9191463132992653f,0.3542676819252059f,-0.7899793665247046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9844422805839288f,-0.17275441534369704f,0.03208283307269788f,0.12500000000000014f,0.03476969811492955f,-0.012548763914192324f,0.9993165647667522f,0.7745980802651461f,-0.17223374899162433f,0.9848849884648884f,0.018360152635718274f,-0.4284321182438392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9849715166701554f,0.16757466017148895f,0.04183114410225871f,-0.19494450368951174f,-0.0331991081707577f,-0.4213700533161126f,0.9062809152713318f,0.8262488408367181f,0.1694961078171421f,0.8912721309660626f,0.4206008297638668f,-0.790988304719282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9849715166701554f,0.17247700430070123f,-0.009099139297198832f,-0.12499999999999988f,-0.0331991081707577f,-0.13736530432175048f,0.9899639348911956f,0.7665169481754228f,0.1694961078171421f,0.9753883617083242f,0.14102699485839926f,-0.3962282174358718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9705590447912332f,0.24086332343038247f,2.1066400480163676e-16f,7.040644135433754e-17f,0.138111201692342f,0.5565192495080394f,0.8192750581423224f,0.7492696107332141f,0.19733331330777948f,0.7951548178518945f,-0.5734007142530381f,-0.24918949096073317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.970559044791233f,-0.24085415209307334f,-0.0021019023421713495f,8.431747800372186e-17f,-0.138111201692342f,0.5493486260824771f,0.8241003476448678f,0.7510202367091824f,-0.19733331330778023f,0.8001283424806431f,-0.5664399341661497f,-0.2870535691560946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-3.009967732725771e-16f,2.1066400480163676e-16f,7.040644135433754e-17f,0f,0.5734007142530381f,0.8192750581423224f,0.7492696107332141f,-3.6739403974420594e-16f,0.8192750581423224f,-0.5734007142530381f,-0.24918949096073317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9573289555628959f,0.28900046858241396f,-5.0326795905817805e-17f,6.189368614669857e-17f,-0.03958819693743345f,-0.13113794386780986f,0.9905733765559047f,0.7400165761153362f,0.28627616998992045f,0.9483045759866754f,0.13698315830288724f,-0.22601885048554782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9567310977822673f,-0.290973549547614f,-5.0326795905817805e-17f,6.189368614669857e-17f,0.039858475799633766f,-0.13105604742080343f,0.9905733765559047f,0.7400165761153362f,-0.28823065146383686f,0.9477123539862179f,0.13698315830288724f,-0.22601885048554782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.639307544759324e-16f,-5.0326795905817805e-17f,6.189368614669857e-17f,0f,-0.13698315830288724f,0.9905733765559047f,0.7400165761153362f,-3.6739403974420594e-16f,0.9905733765559047f,0.13698315830288724f,-0.22601885048554782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9498561466463636f,0.310412282469254f,-0.03764990797266142f,-0.19374999999999998f,0.0014678227241223328f,0.12483263425557266f,0.9921767276656236f,0.7352739623180742f,0.31268377983926887f,0.9423698999421843f,-0.11902867515176815f,-0.16798425515139456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9524456701980816f,-0.3026352474175822f,0.03548453665226579f,0.19375000000000006f,-0.0014303686412484554f,0.12089334457610412f,0.9926644716533142f,0.7336718711402515f,-0.30470510229807f,0.9454082220171888f,-0.11557722256491768f,-0.1963780153824162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6571558566558764e-16f,-3.507835288099177e-17f,-0.007812499999999909f,0f,-0.09547882950255449f,0.995431460783123f,0.7548169520360355f,-3.6739403974420594e-16f,0.995431460783123f,0.09547882950255449f,-0.30603913778105807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.612666475498687e-16f,-6.681908266091441e-17f,1.0572146195764262e-17f,0f,-0.18187307204938996f,0.9833220152438963f,0.7141796874999999f,-3.6739403974420594e-16f,0.9833220152438963f,0.18187307204938996f,-0.086328125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30188757657316007f,-0.08620113527951637f,-0.9494383894636385f,-0.09227598015186696f,-0.9374286105948468f,0.15437225347023498f,-0.31208461576427765f,0.5174966536216333f,0.17346899189480502f,0.9842451786191511f,-0.0342043449865085f,0.12116551600493095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30188757657316007f,-0.08620113527951637f,-0.9494383894636385f,-0.06397401984813318f,-0.9374286105948468f,0.15437225347023498f,-0.31208461576427765f,0.4296127213783665f,0.17346899189480502f,0.9842451786191511f,-0.0342043449865085f,0.1374282339950689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30188757657316007f,-0.08620113527951637f,-0.9494383894636385f,0.06429075841954572f,-0.9374286105948468f,0.15437225347023498f,-0.31208461576427765f,0.5203673798646415f,0.17346899189480502f,0.9842451786191511f,-0.0342043449865085f,0.1344275267479762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3309736713624858f,-0.11438574500434051f,0.9366815521855009f,0.5061529646793432f,0.9398648191684938f,0.048742169973916116f,0.33805076919836785f,1.9716742311095572f,-0.08432408051210291f,0.992239941851786f,0.09137476259751666f,-0.5238845465716196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6578459843787147f,-0.11438574500434051f,-0.7444155843187338f,0.5975754619606571f,-0.7521478129921194f,0.048742169973916116f,0.6571893701798633f,1.9543186320504427f,-0.03888866477486125f,0.992239941851786f,-0.11809982872973444f,-0.5124927656683799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9751733043340147f,-0.11438574500434051f,0.1896125730379741f,0.523422327364304f,0.18512638996388872f,0.048742169973916116f,0.9815051811402586f,1.8157706544089611f,-0.12151232963455721f,0.992239941851786f,-0.026356242917890446f,-0.5142352196823162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.8803021874999999f,-5.740531871003218e-21f,0f,-0.000015625f,0.601171875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35.mcfunction new file mode 100644 index 000000000..ea5e61b1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..6c669f348 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.646398498359949f,-0.11397749555029572f,-0.4859244347329427f,0.044628134230488614f,-0.4945855557038941f,0.03942817851143901f,0.6486717130203727f,1.0157140586014701f,-0.06707125950448367f,0.8077121973152297f,-0.10023421023348163f,-0.04588909132848599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6277338530844259f,0.13916524478910428f,-0.47600760953431126f,0.044628134230488614f,-0.4328316355649513f,0.22109053242698584f,0.6354335147954672f,1.0157140586014701f,0.24208879558118712f,0.7561428509970457f,-0.09818861410626772f,-0.04588909132848599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.646398498359949f,0.11397749555029514f,0.48592443473294283f,-0.044628134230488614f,0.4945855557038941f,0.03942817851143901f,0.6486717130203727f,1.0157140586014701f,0.06707125950448319f,0.8077121973152298f,-0.10023421023348127f,-0.045889091328486016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6277338530844256f,-0.13916524478910483f,0.47600760953431137f,-0.044628134230488614f,0.4328316355649513f,0.22109053242698584f,0.6354335147954672f,1.0157140586014701f,-0.2420887955811876f,0.7561428509970456f,-0.09818861410626736f,-0.045889091328486016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6845682291970904f,-0.531180705126841f,1.300238304340751f,-0.7010943532682292f,-1.3872723293223783f,0.4819146066653293f,-0.5335166784450716f,0.7425082817666284f,-0.2196544419546784f,-1.3881684409262274f,-0.6827492627209681f,-0.3891429565045172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6383730810563484f,-0.7569950556517566f,0.13942128639995652f,-0.4977019925467709f,0.09793034297279085f,0.09978377215707065f,0.9901781893878177f,0.7517180248673575f,-0.7634719754567657f,0.645756675949153f,0.010433511357349573f,-0.13574238312818263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6431743132692382f,-0.7569950556517566f,0.11526182572490239f,-0.29843750000000013f,0.06054076395098029f,0.09978377215707065f,0.9931656532091397f,0.7138592187090195f,-0.7633227486790076f,0.645756675949153f,-0.018349300156265846f,0.10756952670498132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8864150117402022f,0.41348351387772253f,0.20808606563859047f,0.34173552595229134f,0.42046979472167556f,-0.9072323145275545f,0.01160513695257226f,0.43488578819450285f,0.19358093575641305f,0.07720693769543864f,-0.9780416709339963f,0.15751801003229993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08269015699397095f,0.8738312357782567f,0.47914643827806586f,0.2984374999999999f,0.9650844797297531f,-0.04969458327986717f,0.2571816388807557f,0.7313826757060952f,0.248544331902909f,0.48368318119496834f,-0.8392117106595042f,0.22097363136998757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1905376519795147e-16f,1.8216222262746348e-16f,-0.15625f,0f,0.49582247647319466f,0.8684239009976568f,0.32920843185752197f,-3.6739403974420594e-16f,0.8684239009976568f,-0.49582247647319466f,0.044136631074670085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.124083130893594e-16f,3.4977528727451816e-16f,-0.15625000000000003f,0f,0.9520439893854711f,0.30596117772520875f,0.5096289372280803f,-3.6739403974420594e-16f,0.30596117772520875f,-0.9520439893854711f,0.09555407696448756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.863883989980145e-16f,2.3013053982233916e-16f,0.15625000000000003f,0f,0.6263861547197799f,0.7795129153358319f,0.47481914340578857f,-3.6739403974420594e-16f,0.7795129153358319f,-0.6263861547197799f,-0.08879231099592105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.63084898792604e-16f,5.610469417376489e-17f,0.15624999999999997f,0f,0.15270986489826338f,0.9882710646187887f,0.5096289372280803f,-3.6739403974420594e-16f,0.9882710646187887f,-0.15270986489826338f,0.09555407696448767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.743135637942342e-17f,3.6115286599499434e-16f,0.29374999999999984f,0f,0.9830123162761242f,0.1835396034904969f,1.2326232195970583f,-3.6739403974420594e-16f,0.1835396034904969f,-0.9830123162761242f,0.36530680854737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.743135637942342e-17f,3.6115286599499434e-16f,0.3312499999999999f,0f,0.9830123162761242f,0.1835396034904969f,1.126953517889777f,-3.6739403974420594e-16f,0.1835396034904969f,-0.9830123162761242f,0.2502069534601713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.743135637942342e-17f,3.6115286599499434e-16f,-0.2937500000000002f,0f,0.9830123162761242f,0.1835396034904969f,1.2326232195970583f,-3.6739403974420594e-16f,0.1835396034904969f,-0.9830123162761242f,0.3653068085473698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.743135637942342e-17f,3.6115286599499434e-16f,-0.3312500000000001f,0f,0.9830123162761242f,0.1835396034904969f,1.126953517889777f,-3.6739403974420594e-16f,0.1835396034904969f,-0.9830123162761242f,0.250206953460171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876884354160422f,0.1564331090381204f,-0.00048676696473410247f,0.19525333657074329f,0.1538474459195287f,0.971917143735818f,0.17806748466928612f,1.3418785194818548f,0.028328747403443592f,0.1758003074771949f,-0.9840181573332248f,0.36283107656654634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999998815280372f,-0.000001354140731796294f,-0.00048676696473410247f,0.08006832460388519f,-0.00008800987868236299f,0.9840182737926234f,0.17806748466928612f,1.351784710846043f,0.00047874645994293134f,0.17806750641358315f,-0.9840181573332248f,0.36468067540165733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702968027721119f,0.24191509887068868f,-0.0010952025394299328f,0.05775153730890896f,0.23816090269570905f,0.9560142528985678f,0.1712195452685169f,1.347597498462798f,0.04246762245973334f,0.1658729429207115f,-0.9852322913148145f,0.36479788488143344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975629737637088f,-0.06976327047310434f,-0.0010952025394299328f,0.08685887395894676f,-0.0689201725748362f,0.9828193512188781f,0.1712195452685169f,1.3574566431526518f,-0.010868449197593673f,0.17087776029255355f,-0.9852322913148145f,0.3664789096063822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08714886129659745f,-0.0010952025394299328f,0.14460973627272383f,0.08567516855514148f,0.9815007044373885f,0.1712195452685169f,1.4660090025132426f,0.01599653046582457f,0.17047417154400843f,-0.9852322913148145f,0.3535611810709818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715438343432877f,-0.00048676696473410247f,0.12499999999999988f,0.08567516855514148f,0.9802814577439487f,0.17806748466928612f,1.2454456745208544f,0.01599653046582457f,0.1773481802883253f,-0.9840181573332248f,0.3136578405061087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6115286599499434e-16f,-0.19523827377799102f,-0.15377700582461373f,0.9709098034473478f,0.1835396034904969f,1.3415970688815744f,-0.028711919685732334f,0.18127992640501833f,-0.9830123162761242f,0.3634004408646272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6115286599499434e-16f,-0.08005326181113294f,0f,0.9830123162761243f,0.1835396034904969f,1.3515032602457626f,-3.642919299551295e-16f,0.1835396034904969f,-0.9830123162761242f,0.36525003969973824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6115286599499434e-16f,-0.05771677939820312f,-0.2378122029513401f,0.9538126493593916f,0.1835396034904969f,1.347256956697699f,-0.044402248794032755f,0.17808769286922002f,-0.9830123162761242f,0.36445720642938384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6115286599499434e-16f,-0.08682420206637917f,0.06857147283046723f,0.9806177476797019f,0.1835396034904969f,1.3570882383025f,0.012803075531891646f,0.1830925102410623f,-0.9830123162761242f,0.36629281875862113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6115286599499434e-16f,-0.1446100421182232f,-0.08567516855514148f,0.979271657633161f,0.1835396034904969f,1.4657817974883154f,-0.015996530465825297f,0.1828411798870942f,-0.9830123162761242f,0.35479710598070474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6115286599499434e-16f,-0.12500000000000014f,-0.08567516855514148f,0.979271657633161f,0.1835396034904969f,1.2454456745208544f,-0.015996530465825297f,0.1828411798870942f,-0.9830123162761242f,0.3136578405061086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.743135637942342e-17f,3.6115286599499434e-16f,-1.132747596676976e-16f,0f,0.9830123162761242f,0.1835396034904969f,0.7359162498202624f,-3.6739403974420594e-16f,0.1835396034904969f,-0.9830123162761242f,0.25031292860085785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.63084898792604e-16f,5.610469417376489e-17f,2.2882077379528895e-17f,0f,0.15270986489826338f,0.9882710646187887f,0.6786500504834136f,-3.6739403974420594e-16f,0.9882710646187887f,-0.15270986489826338f,-0.12028872063118792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.984439746339028f,-0.17336904519456733f,-0.0286628679003711f,0.18808113976403595f,0.03003930887116546f,-0.3267470192111417f,0.9446343342051337f,0.725401674185125f,-0.17313585922763883f,0.9290745716060458f,0.3268706390065485f,-0.7906671106253962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.984439746339028f,-0.17249846452224868f,0.03350620189482192f,0.12500000000000014f,0.03003930887116546f,0.02267021043374151f,0.9992915998253125f,0.7373554536274103f,-0.17313585922763883f,0.9847488721985702f,-0.017135721553259292f,-0.42991766923550945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9849278719568499f,0.16794231543888258f,0.04138194929649912f,-0.1948961600730887f,-0.02884638024058221f,-0.3953900795688677f,0.9180602220581937f,0.7755633812131212f,0.17054317162984542f,0.9030293813955066f,0.3942752375522482f,-0.793737154200512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9849278719568499f,0.17263222115890983f,-0.010733278170829834f,-0.12499999999999988f,-0.02884638024058221f,-0.10275970327679203f,0.9942878505390083f,0.7304074668837551f,0.17054317162984542f,0.9796114329672796f,0.10619071056465429f,-0.3977078621542805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9713480712417439f,0.23766136517100114f,2.1353198182745435e-16f,7.05638528152694e-17f,0.13813044529550675f,0.5645542830279296f,0.8137557628657909f,0.7158301917377472f,0.1933983055184532f,0.79044009072154f,-0.5812069841310535f,-0.25007246853558623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9713480712417437f,-0.23764972271899826f,-0.0023524001631259734f,8.447967051944912e-17f,-0.13813044529550675f,0.5564719765744943f,0.8193039236875046f,0.7172182369758842f,-0.19339830551845394f,0.7961542241166965f,-0.5733546431692448f,-0.28794956015598505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.9896901708439103e-16f,2.1353198182745435e-16f,7.05638528152694e-17f,0f,0.5812069841310535f,0.8137557628657909f,0.7158301917377472f,-3.6739403974420594e-16f,0.8137557628657909f,-0.5812069841310535f,-0.25007246853558623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9586807064918917f,0.28448427548848343f,-4.238009409337501e-17f,6.197895011543802e-17f,-0.032816183876259244f,-0.11058692888680795f,0.9933245336923797f,0.7070842252507696f,0.2825852102924123f,0.9522810657359395f,0.11535324340830809f,-0.22670545173311302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9582132869787636f,-0.2860547092032458f,-4.238009409337501e-17f,6.197895011543802e-17f,0.03299733849881477f,-0.1105330105299363f,0.9933245336923797f,0.7070842252507696f,-0.2841451606298234f,0.9518167664660228f,0.11535324340830809f,-0.22670545173311302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.64941513210273e-16f,-4.238009409337501e-17f,6.197895011543802e-17f,0f,-0.11535324340830809f,0.9933245336923797f,0.7070842252507696f,-3.6739403974420594e-16f,0.9933245336923797f,0.11535324340830809f,-0.22670545173311302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9507381230047723f,0.30792299610845697f,-0.03578337509170362f,-0.19374999999999998f,0.008222899377761593f,0.14044201071187032f,0.9900547588659074f,0.7036048389245987f,0.30988611680936207f,0.9409885600233395f,-0.13605559346831847f,-0.1688119067050769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9533818876261239f,-0.2999201883112203f,0.03332952129585776f,0.19375000000000006f,-0.008004623930380874f,0.13554379570747374f,0.9907390198437447f,0.7014522247009171f,-0.3016602432243633f,0.944285846599732f,-0.13162574812416136f,-0.19700084562857656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6642609021322214e-16f,-2.6651469952307244e-17f,-0.007812499999999909f,0f,-0.07254192248427069f,0.9973653640879484f,0.7201280195595346f,-3.6739403974420594e-16f,0.9973653640879484f,0.07254192248427069f,-0.3075980554511331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6270889965388933e-16f,-5.848619111749372e-17f,1.0655640814412726e-17f,0f,-0.1591919976660865f,0.987247642630298f,0.6845585575810185f,-3.6739403974420594e-16f,0.987247642630298f,0.1591919976660865f,-0.08700991030092593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3018860710787942f,-0.0862003496557632f,-0.9494389394836477f,-0.09227590958181854f,-0.937428870223662f,0.15437384638758722f,-0.3120830479578961f,0.48787553587275256f,0.17347020885384934f,0.9842449975848117f,-0.03420338242741651f,0.12048367365904979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3018860710787942f,-0.0862003496557632f,-0.9494389394836477f,-0.0639740904181816f,-0.937428870223662f,0.15437384638758722f,-0.3120830479578961f,0.3999915792892842f,0.17347020885384934f,0.9842449975848117f,-0.03420338242741651f,0.13674650573909816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3018860710787942f,-0.0862003496557632f,-0.9494389394836477f,0.0642908409225471f,-0.937428870223662f,0.15437384638758722f,-0.3120830479578961f,0.4907460147747028f,0.17347020885384934f,0.9842449975848117f,-0.03420338242741651f,0.13374559706318645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2923895471096446f,-0.0991499833573586f,0.9511454323820583f,0.5059890976396955f,0.9525671655323936f,0.057589187436334455f,0.2988298523240349f,1.9384891887408313f,-0.08440466746927382f,0.9934046337171266f,0.07760854217638077f,-0.523925301354619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6114249708944537f,-0.0991499833573586f,-0.7850661028008736f,0.5977409823603048f,-0.7911571646168981f,0.057589187436334455f,0.6088955791971012f,1.9221034464212055f,-0.01516066759964961f,0.9934046337171266f,-0.11365468695691655f,-0.5138177992472327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9786867703531674f,-0.0991499833573586f,0.17983738859292336f,0.5248894317110616f,0.17478125140934253f,0.057589187436334455f,0.9829216650609586f,1.7828580678218746f,-0.10781335581212004f,0.9934046337171266f,-0.03903221769091485f,-0.5130167176472886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.8506810575810184f,-5.740531871003218e-21f,0f,-0.000015625f,0.600490089699074f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36.mcfunction new file mode 100644 index 000000000..1256757f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..062a6f54e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6718777177139427f,-0.11847016936979411f,-0.44887592478706234f,0.04146010026533113f,-0.45972268783478004f,0.05981982562799316f,0.6723251320575832f,0.9938717009469153f,-0.0646515829188549f,0.8058106799216386f,-0.11590412156070054f,-0.052349306155720546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6524773643692545f,0.14465074917599616f,-0.4397151916281427f,0.04146010026533113f,-0.3936355843854634f,0.22647631214969668f,0.6586042109951835f,0.9938717009469153f,0.24356583440882257f,0.7535148577154245f,-0.11353873132476788f,-0.052349306155720546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6718777177139427f,0.11847016936979353f,0.44887592478706245f,-0.04146010026533113f,0.45972268783478004f,0.05981982562799316f,0.6723251320575832f,0.9938717009469153f,0.06465158291885438f,0.8058106799216387f,-0.1159041215607002f,-0.05234930615572057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6524773643692543f,-0.1446507491759967f,0.4397151916281428f,-0.04146010026533113f,0.3936355843854634f,0.22647631214969668f,0.6586042109951835f,0.9938717009469153f,-0.24356583440882304f,0.7535148577154244f,-0.11353873132476755f,-0.05234930615572057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6613873667011123f,-0.5420517182177035f,1.3077281582750309f,-0.6998261624545753f,-1.4062920636869825f,0.41698890335735844f,-0.5383949629109079f,0.7071695796122075f,-0.1622209381651383f,-1.404886628612453f,-0.6643675021904363f,-0.3889558692623823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6378902867904945f,-0.7584529210535548f,0.13358573488090308f,-0.497513499309729f,0.07587660386504788f,0.11072007419424562f,0.9909509605204122f,0.7233965292983321f,-0.7663802731048388f,0.6422540242892613f,-0.013078428040163206f,-0.13620816654300402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6416800796266096f,-0.7584529210535548f,0.11399930682121852f,-0.29843750000000013f,0.04551112050626316f,0.11072007419424562f,0.9928090466351953f,0.6904938741835965f,-0.7656209331781966f,0.6422540242892613f,-0.036528823736832056f,0.10845059647136396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8848250380128018f,0.4167717877081305f,0.20829289252447403f,0.34201110410800883f,0.42686793694188674f,-0.9043055218780494f,-0.003909924787794117f,0.4120313612675052f,0.18673086653421977f,0.09237315666056788f,-0.9780586809654837f,0.16130698266632065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08325350744539792f,0.8738263171690562f,0.4790578471550199f,0.2984374999999999f,0.9689108137097164f,-0.04141156808453057f,0.24391989895282298f,0.7097573590360519f,0.23298216364008228f,0.4844715156245452f,-0.8432121097173843f,0.22019230869799525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1481464812650474e-16f,1.8939408059533472e-16f,-0.15625f,0f,0.5155066770467979f,0.8568855617409881f,0.30500347310928966f,-3.6739403974420594e-16f,0.8568855617409881f,-0.5155066770467979f,0.04876868115868552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0943221510929307e-16f,3.5071779358316076e-16f,-0.15625000000000003f,0f,0.9546093720718611f,0.29786061631670463f,0.485854359224743f,-3.6739403974420594e-16f,0.29786061631670463f,-0.9546093720718611f,0.09865123814261853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.8233974050920973e-16f,2.350800956456316e-16f,0.15625000000000003f,0f,0.6398582181934785f,0.7684929801958293f,0.4478414029565376f,-3.6739403974420594e-16f,0.7684929801958293f,-0.6398582181934785f,-0.08506138432995813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.620534356016978e-16f,6.241546449858772e-17f,0.15624999999999997f,0f,0.1698869816778841f,0.9854635525763389f,0.485854359224743f,-3.6739403974420594e-16f,0.9854635525763389f,-0.1698869816778841f,0.09865123814261864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.687577902775577e-17f,3.6125615651362674e-16f,0.29374999999999984f,0f,0.9832934599732412f,0.1820273923722804f,1.21168413577034f,-3.6739403974420594e-16f,0.1820273923722804f,-0.9832934599732412f,0.3636780053416504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.687577902775577e-17f,3.6125615651362674e-16f,0.3312499999999999f,0f,0.9832934599732412f,0.1820273923722804f,1.1058375213085863f,-3.6739403974420594e-16f,0.1820273923722804f,-0.9832934599732412f,0.248740819422624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.687577902775577e-17f,3.6125615651362674e-16f,-0.2937500000000002f,0f,0.9832934599732412f,0.1820273923722804f,1.21168413577034f,-3.6739403974420594e-16f,0.1820273923722804f,-0.9832934599732412f,0.3636780053416502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.687577902775577e-17f,3.6125615651362674e-16f,-0.3312500000000001f,0f,0.9832934599732412f,0.1820273923722804f,1.1058375213085863f,-3.6739403974420594e-16f,0.1820273923722804f,-0.9832934599732412f,0.24874081942262372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987688383414802f,0.15643385269050086f,-0.00032710833292222034f,0.19524842877409487f,0.15386816105498663f,0.9718621149606241f,0.1783497084881826f,1.3208438192877312f,0.028217836221289164f,0.1761036037015418f,-0.9839671104677834f,0.36122129416830967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999999464998809f,-6.115091599895317e-7f,-0.00032710833292222034f,0.08006341680723679f,-0.00005894138390746817f,0.9839671630741008f,0.1783497084881826f,1.3307528438445646f,0.00032175479588295725f,0.17834971822666978f,-0.9839671104677834f,0.3630556538731757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702962124079266f,0.24191882628345762f,-0.0007359867295354558f,0.057740019604149095f,0.23811521426228677f,0.955569151362187f,0.17374907683718932f,1.3265442089332882f,0.04273645895084316f,0.16841282152670106f,-0.9847896814151531f,0.36288097041760886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975635641278942f,-0.06975954306033538f,-0.0007359867295354558f,0.08684740342762987f,-0.06882608091819771f,0.9823819159999164f,0.17374907683718932f,1.3363970798576303f,-0.011397636153805873f,0.17337640343583965f,-0.9847896814151531f,0.3645975852552517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715263517203543f,-0.0007359867295354558f,0.14460990400309218f,0.08569967184288255f,0.9810539355938832f,0.17374907683718932f,1.4449784348594839f,0.015864732582625145f,0.1730248353223414f,-0.9847896814151531f,0.3519790510899384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715512890263254f,-0.00032710833292222034f,0.12499999999999988f,0.08569967184288255f,0.9802280080308882f,0.1783497084881826f,1.2244271330525343f,0.015864732582625145f,0.17764300092534738f,-0.9839671104677834f,0.3120093758817353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6125615651362674e-16f,-0.19523827377799102f,-0.15382098638847164f,0.9711874857990221f,0.1820273923722804f,1.3206549239200907f,-0.02847535774842625f,0.1797863331150376f,-0.9832934599732412f,0.36160402471291275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6125615651362674e-16f,-0.08005326181113294f,1.3877787807814457e-17f,0.9832934599732412f,0.1820273923722804f,1.330563948476924f,-3.677613769070831e-16f,0.1820273923722804f,-0.9832934599732412f,0.36343838441777887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6125615651362674e-16f,-0.05771677939820312f,-0.23788021776748253f,0.9540854418871736f,0.1820273923722804f,1.326316430476652f,-0.04403641181376693f,0.1766204008839875f,-0.9832934599732412f,0.36265208342309424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6125615651362674e-16f,-0.08682420206637917f,0.06859108442339351f,0.980898206524903f,0.1820273923722804f,1.3361505238497409f,0.012697589016728204f,0.18158398279312632f,-0.9832934599732412f,0.36447257185906695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6125615651362674e-16f,-0.1446100421182232f,-0.08569967184288253f,0.979551731493631f,0.1820273923722804f,1.444826272638601f,-0.015864732582625874f,0.18133472318873156f,-0.9832934599732412f,0.35280968859919976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6125615651362674e-16f,-0.12500000000000014f,-0.08569967184288253f,0.979551731493631f,0.1820273923722804f,1.2244271330525343f,-0.015864732582625874f,0.18133472318873156f,-0.9832934599732412f,0.3120093758817352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.687577902775577e-17f,3.6125615651362674e-16f,-1.1302042555659216e-16f,0f,0.9832934599732412f,0.1820273923722804f,0.7148008788046141f,-3.6739403974420594e-16f,0.1820273923722804f,-0.9832934599732412f,0.2494482579151053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.620534356016978e-16f,6.241546449858772e-17f,2.2749612794044524e-17f,0f,0.1698869816778841f,0.9854635525763389f,0.6510932606754075f,-3.6739403974420594e-16f,0.9854635525763389f,-0.1698869816778841f,-0.1201005743010218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9844585897769237f,-0.17335529589006138f,-0.02809317357116757f,0.1877733510513789f,0.024825670865099948f,-0.29573565341440655f,0.9549471762174345f,0.6752137097057639f,-0.17385330333510554f,0.9394085185298373f,0.2954431658255924f,-0.790176215925184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9844585897769237f,-0.17204970228482377f,0.03521625985441935f,0.12500000000000014f,0.024825670865099948f,0.06217623752662127f,0.997756383869896f,0.7021095582204486f,-0.17385330333510554f,0.9831241098817264f,-0.0569386818317312f,-0.4308763295487262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848887176998079f,0.16830559708285353f,0.04083429610281534f,-0.19480571092119836f,-0.023992624380664136f,-0.3661008143226914f,0.9302658478776863f,0.7252259060726979f,0.17151841802837556f,0.9152286161079355f,0.36460665453910335f,-0.7955143046006189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848887176998079f,0.17272804140986087f,-0.012618932535742478f,-0.12499999999999988f,-0.023992624380664136f,-0.06391884537084759f,0.9976666453188591f,0.6963967833691053f,0.17151841802837556f,0.9828933843083753f,0.06709714867170098f,-0.39871044185864934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9722188139110411f,0.23407387269280686f,2.168975411586427e-16f,7.063672487760723e-17f,0.1381896327765663f,0.5739664975302649f,0.8071344900980991f,0.6849063013877035f,0.18892909588119589f,0.7847113366298669f,-0.5903676099635563f,-0.250443222529348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9722188139110409f,-0.23406135321410856f,-0.0024209107767400387f,8.45563739216567e-17f,-0.13818963277656632f,0.5655880043471715f,0.8130275731681317f,0.6858654452168531f,-0.18892909588119666f,0.7907752476337156f,-0.5822201511965637f,-0.28833074257115615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.965364009340203e-16f,2.168975411586427e-16f,7.063672487760723e-17f,0f,0.5903676099635563f,0.8071344900980991f,0.6849063013877035f,-3.6739403974420594e-16f,0.8071344900980991f,-0.5903676099635563f,-0.250443222529348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9602269305831332f,0.279220776058829f,-3.3382468560830044e-17f,6.197572856116525e-17f,-0.025370794759773843f,-0.08724895304173023f,0.995863415818846f,0.6767339747351734f,0.2780657558135345f,0.956254871051765f,0.09086284737790587f,-0.22686908854918839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9598850815067994f,-0.2803937058863572f,-3.3382468560830044e-17f,6.197572856116525e-17f,0.02547737050367747f,-0.08721789166128106f,0.995863415818846f,0.6767339747351734f,-0.2792338337180925f,0.9559144360629126f,0.09086284737790587f,-0.22686908854918839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.658742833711497e-16f,-3.3382468560830044e-17f,6.197572856116525e-17f,0f,-0.09086284737790587f,0.995863415818846f,0.6767339747351734f,-3.6739403974420594e-16f,0.995863415818846f,0.09086284737790587f,-0.22686908854918839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9518444261778499f,0.30471801543957294f,-0.03375084325950785f,-0.19374999999999998f,0.015638256857005168f,0.15820141755416864f,0.9872830173796804f,0.6746588699262482f,0.3061823529804322f,0.9392120327968654f,-0.15534839610677098f,-0.1692354781286147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9545202021679415f,-0.29651296908407565f,0.031164768861936958f,0.19375000000000006f,-0.015207989575102667f,0.1528143022823802f,0.9881378983072318f,0.6719200668955885f,-0.2977581245010043f,0.942723632982061f,-0.15037370485144383f,-0.19713385131629718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.669959382875575e-16f,-1.709858824588966e-17f,-0.007812499999999908f,0f,-0.04654018954089284f,0.9989164183041032f,0.6877518275026263f,-3.6739403974420594e-16f,0.9989164183041032f,0.04654018954089284f,-0.30870826270585217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.641091677847633e-16f,-4.901932654223492e-17f,1.0687311187003523e-17f,0f,-0.13342439244894688f,0.9910589949642905f,0.6579398148148148f,-3.6739403974420594e-16f,0.9910589949642905f,0.13342439244894688f,-0.08726851851851852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30188456558388305f,-0.08619956402718368f,-0.9494394895009128f,-0.09227583901174459f,-0.9374291298486326f,0.15437543930257058f,-0.31208148014801246f,0.46125680527646934f,0.1734714258126287f,0.9842448165480284f,-0.03420241986865648f,0.12022500839651444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30188456558388305f,-0.08619956402718368f,-0.9494394895009128f,-0.06397416098825555f,-0.9374291298486326f,0.15437543930257058f,-0.31208148014801246f,0.37337282435316005f,0.1734714258126287f,0.9842448165480284f,-0.03420241986865648f,0.13648795456644838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30188456558388305f,-0.08619956402718368f,-0.9494394895009128f,0.06429092342513688f,-0.9374291298486326f,0.15437543930257058f,-0.31208148014801246f,0.46412703683701656f,0.1734714258126287f,0.9842448165480284f,-0.03420241986865648f,0.13348684446177989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3445899043949794f,-0.08196523162946667f,0.935168165942889f,0.5058190649816173f,0.9341960239574505f,0.06809896220246503f,0.35020040001267466f,1.9077927821154979f,-0.09238823848926409f,0.9943059047148793f,0.05310537861625449f,-0.523450442809068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.636085851217944f,-0.08196523162946667f,-0.7672525599072781f,0.5979133655783828f,-0.7716181829674889f,0.06809896220246503f,0.6324301629910591f,1.8925252561541317f,0.00041181827784673997f,0.9943059047148793f,-0.10656264943605197f,-0.5148130271879684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9823392063654983f,-0.08196523162946667f,0.16820042937261123f,0.5266361508741084f,0.1628536102545721f,0.06809896220246503f,0.9842973295574863f,1.7525144197011917f,-0.09213243329172868f,0.9943059047148793f,-0.05354794659807265f,-0.5110995430088073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.8240623148148147f,-5.740531871003218e-21f,0f,-0.000015625f,0.6002314814814815f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37.mcfunction new file mode 100644 index 000000000..9fc8a370a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..ed6427cf5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.703102120575874f,-0.1239758740508632f,-0.3965120870030045f,0.037577721946198905f,-0.4102612989124122f,0.08449375812243377f,0.7010641310875152f,0.9788141025456152f,-0.06540274536175146f,0.8027672339701695f,-0.13502478812230642f,-0.05942965861056988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6828001679780368f,0.15137315289243325f,-0.38842000359477996f,0.037577721946198905f,-0.3396221933142407f,0.23026506689499215f,0.6867566998408312f,0.9788141025456152f,0.24174510629501766f,0.7510420544491826f,-0.13226918020144304f,-0.05942965861056988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.703102120575874f,0.12397587405086263f,0.3965120870030046f,-0.037577721946198905f,0.4102612989124122f,0.08449375812243377f,0.7010641310875152f,0.9788141025456152f,0.06540274536175093f,0.8027672339701695f,-0.13502478812230614f,-0.059429658610569897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6828001679780366f,-0.1513731528924338f,0.38842000359478007f,-0.037577721946198905f,0.3396221933142407f,0.23026506689499215f,0.6867566998408312f,0.9788141025456152f,-0.24174510629501816f,0.7510420544491825f,-0.13226918020144277f,-0.059429658610569897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6354501724877065f,-0.5529007131467879f,1.3160205658298496f,-0.6983714700989975f,-1.4240638971395108f,0.34469000654529913f,-0.5428048141382232f,0.6763727079162205f,-0.09824125991238786f,-1.420174584616122f,-0.6440955317817778f,-0.387979791901382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6371310549174721f,-0.7600884946231753f,0.1277869289138148f,-0.4973212146954966f,0.052156929677140584f,0.12289645214996743f,0.9910479891183902f,0.7000703320048395f,-0.76898873434297f,0.6380924246458548f,-0.038657264041458785f,-0.13612435805793455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6399265476954317f,-0.7600884946231753f,0.11295792976184431f,-0.29843750000000013f,0.0291301715137183f,0.12289645214996743f,0.9919918826061694f,0.672631687808147f,-0.7678837455384688f,0.6380924246458548f,-0.05650319413436841f,0.10998669204378513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8829713907542138f,0.420566528628425f,0.20853133603131582f,0.34235632135950156f,0.43397469527256477f,-0.9006788560899192f,-0.021060912982090646f,0.3947830312761352f,0.17896225013296496f,0.10909350663532107f,-0.9777888932879917f,0.16602703862192936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08400077652175249f,0.873820193058526f,0.4789385552937902f,0.2984374999999999f,0.9728441103669867f,-0.03211617585569623f,0.2292223553074007f,0.6937870941112004f,0.21568079763393147f,0.485187408587204f,-0.8473930446259427f,0.21982797929112563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.0997027560172755e-16f,1.9722273875736602e-16f,-0.15625000000000003f,0f,0.5368152920898777f,0.8436997938712913f,0.28624776285466347f,-3.6739403974420594e-16f,0.8436997938712913f,-0.5368152920898777f,0.05447320343303896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0619798828120244e-16f,3.5171063066758837e-16f,-0.15625000000000006f,0f,0.9573117487492804f,0.28905746090802575f,0.4675503248758287f,-3.6739403974420594e-16f,0.28905746090802575f,-0.9573117487492804f,0.1026882789236108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.7768907331669305e-16f,2.405559373619438e-16f,0.15625f,0f,0.654762765148363f,0.7558344536836554f,0.42595237451718043f,-3.6739403974420594e-16f,0.7558344536836554f,-0.654762765148363f,-0.08024592516616406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.607637605265876e-16f,6.948301612827504e-17f,0.15624999999999994f,0f,0.189123961228799f,0.9819532205197598f,0.4675503248758287f,-3.6739403974420594e-16f,0.9819532205197598f,-0.189123961228799f,0.10268827892361092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.623648791331834e-17f,3.613739173051591e-16f,0.29374999999999984f,0f,0.9836139899187307f,0.18028732300457234f,1.1964863026343089f,-3.6739403974420594e-16f,0.18028732300457234f,-0.9836139899187307f,0.36233012671023235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.623648791331834e-17f,3.613739173051591e-16f,0.3312499999999999f,0f,0.9836139899187307f,0.18028732300457234f,1.090436490426146f,-3.6739403974420594e-16f,0.18028732300457234f,-0.9836139899187307f,0.24758039977977986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.623648791331834e-17f,3.613739173051591e-16f,-0.2937500000000002f,0f,0.9836139899187307f,0.18028732300457234f,1.1964863026343089f,-3.6739403974420594e-16f,0.18028732300457234f,-0.9836139899187307f,0.3623301267102321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.623648791331834e-17f,3.613739173051591e-16f,-0.3312500000000001f,0f,0.9836139899187307f,0.18028732300457234f,1.090436490426146f,-3.6739403974420594e-16f,0.18028732300457234f,-0.9836139899187307f,0.2475803997797796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883554646052f,0.1564342523969378f,-0.00019276056300889332f,0.19524427423093127f,0.1538987756854657f,0.971899445249358f,0.17811972144180033f,1.3055643379984372f,0.028051369345153142f,0.1758971091320178f,-0.9840088046744606f,0.3598376938066447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.99999998142166f,-2.123513984791936e-7f,-0.00019276056300889332f,0.08005926226407317f,-0.00003454341407953254f,0.9840088229483758f,0.17811972144180033f,1.3154765926582157f,0.00018964027074530598f,0.1781197247912395f,-0.9840088046744606f,0.36165451816647176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702958950896845f,0.24192082975198964f,-0.00043370983033009f,0.05773041638823567f,0.23809620932241193f,0.9552705791582419f,0.17540899549616948f,1.3112503648420724f,0.042849399977202385f,0.1700953636251907f,-0.984495554177269f,0.3612361739019246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975638814461363f,-0.06975753959180335f,-0.00043370983033009f,0.08683782556724168f,-0.06875189180504042f,0.9820920841103713f,0.17540899549616948f,1.3210987266992948f,-0.011810156956914463f,0.17501149675905628f,-0.984495554177269f,0.36297804778229464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715466361405473f,-0.00043370983033009f,0.14460999415665002f,0.08572760786835454f,0.9807560662816184f,0.17540899549616948f,1.4296980215519788f,0.0157130755444501f,0.1747043304046197f,-0.984495554177269f,0.35055974575557597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715552958511186f,-0.00019276056300889332f,0.12499999999999988f,0.08572760786835454f,0.9802673829535822f,0.17811972144180033f,1.2091378603874232f,0.0157130755444501f,0.17742539722394196f,-0.9840088046744606f,0.3106390313801891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.613739173051591e-16f,-0.19523827377799102f,-0.15387112831902366f,0.9715040694889937f,0.18028732300457234f,1.3054532506278236f,-0.028203150927755945f,0.17806768688872557f,-0.9836139899187307f,0.3600633425112244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.613739173051591e-16f,-0.08005326181113294f,0f,0.9836139899187308f,0.18028732300457234f,1.315365505287602f,-3.642919299551295e-16f,0.18028732300457234f,-0.9836139899187307f,0.3618801668710515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.613739173051591e-16f,-0.05771677939820312f,-0.23795776097949178f,0.9543964507234256f,0.18028732300457234f,1.3111166026989354f,-0.04361545093385608f,0.17493201901307662f,-0.9836139899187307f,0.36110138242789697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.613739173051591e-16f,-0.08682420206637917f,0.06861344346212027f,0.981217955675555f,0.18028732300457234f,1.3209539017492113f,0.012576207913566723f,0.1798481521469424f,-0.9836139899187307f,0.3629044681195881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.613739173051591e-16f,-0.1446100421182232f,-0.08572760786835454f,0.9798710417259072f,0.18028732300457234f,1.429608844775752f,-0.015713075544450828f,0.17960127531030892f,-0.9836139899187307f,0.35104931832500846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.613739173051591e-16f,-0.12500000000000014f,-0.08572760786835454f,0.9798710417259072f,0.18028732300457234f,1.2091378603874232f,-0.015713075544450828f,0.17960127531030892f,-0.9836139899187307f,0.310639031380189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.623648791331834e-17f,3.613739173051591e-16f,-1.1277342863090688e-16f,0f,0.9836139899187307f,0.18028732300457234f,0.6994017117101805f,-3.6739403974420594e-16f,0.18028732300457234f,-0.9836139899187307f,0.248979715525306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.607637605265876e-16f,6.948301612827504e-17f,2.2512981566563472e-17f,0f,0.189123961228799f,0.9819532205197598f,0.6284802262493808f,-3.6739403974420594e-16f,0.9819532205197598f,-0.189123961228799f,-0.1192527421696039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9845018619208118f,-0.17324675400660888f,-0.027233180141662677f,0.1873735880899342f,0.01916644266979103f,-0.2606459637139956f,0.9652441810624854f,0.627619219166146f,-0.17432363967586356f,0.9497627302783449f,0.259926960556968f,-0.7881071651096261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9845018619208118f,-0.17137982624339937f,0.037216112521822345f,0.12500000000000014f,0.01916644266979103f,0.10579415660702757f,0.9942033212090943f,0.6708959428968039f,-0.17432363967586356f,0.9795083213452502f,-0.10086980254550779f,-0.43109090174302883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984855585703985f,0.16865556734584228f,0.04018426198044171f,-0.19466560924677778f,-0.018656386991837075f,-0.3335192127803678f,0.9425586846084305f,0.6773337640600957f,0.17236999313126264f,0.9275344922479251f,0.331614763179073f,-0.7959019566841969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984855585703985f,0.17274757518732145f,-0.01475637403163232f,-0.12499999999999988f,-0.018656386991837075f,-0.020974465071954107f,0.9996059278732576f,0.6665090443269566f,0.17236999313126264f,0.984742782193323f,0.023879664697863276f,-0.3990311731154669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9731600486201305f,0.2301293544284722f,2.208059332532407e-16f,7.05932709250767e-17f,0.13830906704127074f,0.5848747924434062f,0.7992446929060312f,0.6585318080013164f,0.18392966520884735f,0.7777930042078146f,-0.6010057577607258f,-0.2501211944503992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9731600486201303f,-0.2301182642553937f,-0.0022592533612761823f,8.45149819792298e-17f,-0.13830906704127077f,0.577000166339715f,0.8049480790821945f,0.6589882065334997f,-0.18392966520884807f,0.7836557870009168f,-0.5933409523673004f,-0.2880143270222992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.9363773647086413e-16f,2.208059332532407e-16f,7.05932709250767e-17f,0f,0.6010057577607258f,0.7992446929060312f,0.6585318080013164f,-3.6739403974420594e-16f,0.7992446929060312f,-0.6010057577607258f,-0.2501211944503992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9619587875924054f,0.27319460275369545f,-2.3345727564582506e-17f,6.185411861449774e-17f,-0.017359908104232404f,-0.0611268157728532f,0.997979030833857f,0.6509995654730938f,0.2726424848851735f,0.9600146985435808f,0.06354411078861462f,-0.2263343297623833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9617315965424945f,-0.2739933141735843f,-2.3345727564582506e-17f,6.185411861449774e-17f,0.01741066151118591f,-0.06111237911960749f,0.997979030833857f,0.6509995654730938f,-0.2734395821339102f,0.9597879666397766f,0.06354411078861462f,-0.2263343297623833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.666515477180582e-16f,-2.3345727564582506e-17f,6.185411861449774e-17f,0f,-0.06354411078861462f,0.997979030833857f,0.6509995654730938f,-3.6739403974420594e-16f,0.997979030833857f,0.06354411078861462f,-0.2263343297623833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9531931415189313f,0.3007072292791738f,-0.031591094006269325f,-0.19374999999999998f,0.0236026840209933f,0.1781621460439233f,0.9837180302424211f,0.6504557585744399f,0.30143946037019725f,0.936927645005881f,-0.17692043340286662f,-0.1690983099526509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9558711633943504f,-0.2923438999114382f,0.02907512984841141f,0.19375000000000006f,-0.022933239735437868f,0.17291492346342957f,0.9846697394349404f,0.6471070916837599f,-0.29288971560361743f,0.9405506224697358f,-0.17198878180109536f,-0.19661279091115494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6733770720675337e-16f,-6.4334519235584516e-18f,-0.007812499999999908f,0f,-0.017511040538484707f,0.9998466699745815f,0.6597113831881278f,-3.6739403974420594e-16f,0.9998466699745815f,0.017511040538484707f,-0.30917500659659336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.653791640477166e-16f,-3.8424561407503447e-17f,1.0649882564850763e-17f,0f,-0.1045867848979154f,0.9945157637889493f,0.6363427734374999f,-3.6739403974420594e-16f,0.9945157637889493f,0.1045867848979154f,-0.08696289062500001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30188306008842475f,-0.08619877839377713f,-0.9494400395154341f,-0.09227576844164499f,-0.9374293894697583f,0.15437703221518595f,-0.3120799123346257f,0.4396597760688947f,0.17347264277114338f,0.9842446355088008f,-0.03420145731022785f,0.12053057924510258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30188306008842475f,-0.08619877839377713f,-0.9494400395154341f,-0.06397423155835515f,-0.9374293894697583f,0.15437703221518595f,-0.3120799123346257f,0.3517757708061049f,0.17347264277114338f,0.9842446355088008f,-0.03420145731022785f,0.13679363950489726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30188306008842475f,-0.08619877839377713f,-0.9494400395154341f,0.06429100592731506f,-0.9374293894697583f,0.15437703221518595f,-0.3120799123346257f,0.44252976028769364f,0.17347264277114338f,0.9842446355088008f,-0.03420145731022785f,0.1337923279715341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4540999974987912f,-0.06294867035582037f,0.8887241738424989f,0.5056498687323282f,0.8852860422245135f,0.08042496057911741f,0.45803978992911115f,1.8816030048813754f,-0.1003086023930885f,0.9947709739514324f,0.019206604844782163f,-0.5223187023733283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.704211436197014f,-0.06294867035582037f,-0.7071942576334831f,0.598085669347672f,-0.709874394680027f,0.08042496057911741f,0.6997214942343222f,1.8676047695136244f,0.012829532610512687f,0.9947709739514324f,-0.10132182626025905f,-0.5153376801566716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9859818732303336f,-0.06294867035582037f,0.15452252444752762f,0.528689390372871f,0.14931451058934508f,0.08042496057911741f,0.9855135730386019f,1.7267768512417097f,-0.07446423697767177f,0.9947709739514324f,-0.0698984033798446f,-0.5083434307580232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.8024652734374998f,-5.740531871003218e-21f,0f,-0.000015625f,0.600537109375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38.mcfunction new file mode 100644 index 000000000..af61a932d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..66117323b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7322219681522326f,-0.12911048885269324f,-0.3378252735778272f,0.03395701972214692f,-0.35508224789731696f,0.11185634290561135f,0.7268763307636416f,0.9714170547873843f,-0.06864423521245998f,0.798600704147226f,-0.15642675203460435f,-0.06689993178948694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7110791849725345f,0.1576424600249024f,-0.33093088023950423f,0.03395701972214692f,-0.27942627130335107f,0.23434371838953338f,0.7120421199317305f,0.9714170547873843f,0.23724955554078925f,0.7484863902895389f,-0.1532343693400206f,-0.06689993178948694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7322219681522326f,0.1291104888526927f,0.3378252735778273f,-0.03395701972214692f,0.35508224789731696f,0.11185634290561135f,0.7268763307636416f,0.9714170547873843f,0.06864423521245944f,0.7986007041472261f,-0.15642675203460413f,-0.06689993178948696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7110791849725343f,-0.15764246002490295f,0.33093088023950434f,-0.03395701972214692f,0.27942627130335107f,0.23434371838953338f,0.7120421199317305f,0.9714170547873843f,-0.23724955554078975f,0.7484863902895388f,-0.15323436934002038f,-0.06689993178948696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6067906126928535f,-0.5633932723556111f,1.3250658183698907f,-0.6967299345392045f,-1.4395967699520034f,0.26513915963310863f,-0.5465058242807739f,0.6522284710264381f,-0.027794645016450875f,-1.4330720486749735f,-0.6220435764598202f,-0.38603912547287944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6360765158805148f,-0.7619001671843505f,0.12212616914389862f,-0.4971271376895721f,0.026916052124299584f,0.13626675880266853f,0.9903064659909361f,0.6837869797567568f,-0.771156399236463f,0.6331978408758783f,-0.06616874055608536f,-0.13534974621401447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6379050444300549f,-0.7619001671843505f,0.11218417684838033f,-0.29843750000000013f,0.011457260287848853f,0.13626675880266853f,0.9906059265076661f,0.6623153563662231f,-0.7700297951880734f,0.6331978408758783f,-0.07819596429956921f,0.11229438176064244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8808403301464509f,0.42487971939228364f,0.20880023188834426f,0.3427765459671941f,0.4417500640053875f,-0.8962547818718893f,-0.03980259945039119f,0.3851888197573892f,0.17022688900032212f,0.12729725064158492f,-0.9771480011955023f,0.17178200924817388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08494857484259484f,0.8738129349039427f,0.47878460128409595f,0.2984374999999999f,0.9767845262641242f,-0.021809965625070954f,0.2131110383119653f,0.6854916326631159f,0.19666145754362457f,0.48577286893566995f,-0.8516742281663955f,0.2199887911652635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.044872760192328e-16f,2.0558667073026566e-16f,-0.15625000000000003f,0f,0.5595808545870888f,0.8287757641120926f,0.2749964163327974f,-3.6739403974420594e-16f,0.8287757641120926f,-0.5595808545870888f,0.061363512957577526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0271974784562001e-16f,3.527421634028166e-16f,-0.15625000000000006f,0f,0.9601194500825584f,0.27959013139444916f,0.4567662515444924f,-3.6739403974420594e-16f,0.27959013139444916f,-0.9601194500825584f,0.10778591603102078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.724037245971443e-16f,2.465250317212641e-16f,0.15625f,0f,0.6710098832656743f,0.7414484045163128f,0.41120850041480583f,-3.6739403974420594e-16f,0.7414484045163128f,-0.6710098832656743f,-0.07420255561486533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.59171061447259e-16f,7.72950778408072e-17f,0.15624999999999994f,0f,0.2103874028403483f,0.9776180955394047f,0.4567662515444924f,-3.6739403974420594e-16f,0.9776180955394047f,-0.2103874028403483f,0.10778591603102089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.551158627574312e-17f,3.61506033840658e-16f,0.29374999999999984f,0f,0.9839735943793553f,0.17831423264611165f,1.189048434482789f,-3.6739403974420594e-16f,0.17831423264611165f,-0.9839735943793553f,0.3613650630077512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.551158627574312e-17f,3.61506033840658e-16f,0.3312499999999999f,0f,0.9839735943793553f,0.17831423264611165f,1.0827686944959425f,-3.6739403974420594e-16f,0.17831423264611165f,-0.9839735943793553f,0.24682825945392273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.551158627574312e-17f,3.61506033840658e-16f,-0.2937500000000002f,0f,0.9839735943793553f,0.17831423264611165f,1.189048434482789f,-3.6739403974420594e-16f,0.17831423264611165f,-0.9839735943793553f,0.36136506300775095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.551158627574312e-17f,3.61506033840658e-16f,-0.3312500000000001f,0f,0.9839735943793553f,0.17831423264611165f,1.0827686944959425f,-3.6739403974420594e-16f,0.17831423264611165f,-0.9839735943793553f,0.24682825945392245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883438054023f,0.15643441913130807f,-0.00008956557137948169f,0.19524106766854643f,0.1539401292396792f,0.9720415284803584f,0.17730680618419356f,1.2980620849185278f,0.02782394868835467f,0.17511007800985803f,-0.9841556220734446f,0.358774820470547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999999959890031f,-4.5845903823282796e-8f,-0.00008956557137948169f,0.08005605570168836f,-0.000015925704973412946f,0.9841556260201598f,0.17730680618419356f,1.3079779634500963f,0.00008813833218004538f,0.1773068068994114f,-0.9841556220734446f,0.3605717612436212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957627223123f,0.2419216654866857f,-0.00020152239150692848f,0.057723095012810574f,0.23810884519141756f,0.9551500092226711f,0.1760472599148894f,1.303738066401399f,0.04278213043708391f,0.1707699260703689f,-0.9843816951087543f,0.35996897839248404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640138135085f,-0.06975670385710729f,-0.00020152239150692848f,0.0868305147687195f,-0.06870261622038147f,0.9819813199857389f,0.1760472599148894f,1.313584082915867f,-0.012082585350719483f,0.17563225633709056f,-0.9843816951087543f,0.3617238854983279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871555097662889f,-0.00020152239150692848f,0.1446100317634917f,0.08575894946221564f,0.980638957447437f,0.1760472599148894f,1.4221889966444445f,0.015541109388750213f,0.17536006459220357f,-0.9843816951087543f,0.349389192104934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715569672663045f,-0.00008956557137948169f,0.12499999999999988f,0.08575894946221564f,0.9804120047550916f,0.17730680618419356f,1.2015962955745494f,0.015541109388750213f,0.17662441920696487f,-0.9841556220734446f,0.309648697783367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.61506033840658e-16f,-0.19523827377799102f,-0.15392738285044755f,0.9718592466219785f,0.17831423264611165f,1.2980106170790193f,-0.027894491593054113f,0.1761188885467333f,-0.9839735943793553f,0.3588797401933211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.61506033840658e-16f,-0.08005326181113294f,0f,0.9839735943793553f,0.17831423264611165f,1.307926495610588f,-3.677613769070831e-16f,0.17831423264611165f,-0.9839735943793553f,0.3606766809663954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.61506033840658e-16f,-0.05771677939820312f,-0.2380447571722722f,0.9547453733947193f,0.17831423264611165f,1.3036760396439302f,-0.04313811717414784f,0.1730175378707058f,-0.9839735943793553f,0.3599064196520471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.61506033840658e-16f,-0.08682420206637917f,0.06863852820123607f,0.9815766841577871f,0.17831423264611165f,1.3135169351625926f,0.012438572087781968f,0.17787986813742776f,-0.9839735943793553f,0.36168977211494285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.61506033840658e-16f,-0.1446100421182232f,-0.08575894946221564f,0.9802292777829915f,0.17831423264611165f,1.4221478830757222f,-0.015541109388750945f,0.17763569315635444f,-0.9839735943793553f,0.34961672874354666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.61506033840658e-16f,-0.12500000000000014f,-0.08575894946221564f,0.9802292777829915f,0.17831423264611165f,1.2015962955745494f,-0.015541109388750945f,0.17763569315635444f,-0.9839735943793553f,0.30964869778336696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.551158627574312e-17f,3.61506033840658e-16f,-1.1253762196990326e-16f,0f,0.9839735943793553f,0.17831423264611165f,0.6917375086849387f,-3.6739403974420594e-16f,0.17831423264611165f,-0.9839735943793553f,0.24901182837658958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.59171061447259e-16f,7.72950778408072e-17f,2.2151526072818867e-17f,0f,0.2103874028403483f,0.9776180955394047f,0.6128422326198081f,-3.6739403974420594e-16f,0.9776180955394047f,-0.2103874028403483f,-0.11759495745068721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.984572569172707f,-0.1730255830217525f,-0.02605769852917958f,0.18687200392132267f,0.013106219179086376f,-0.22142733538762968f,0.9750887970651512f,0.5847667594267882f,-0.17448519436182747f,0.9597041641897343f,0.2202789917023375f,-0.7840453029008465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.984572569172707f,-0.17045855522910777f,0.03950616384642011f,0.12500000000000014f,0.013106219179086376f,0.15330246199726824f,0.9880923955604586f,0.645754448993684f,-0.17448519436182747f,0.9733664449192714f,-0.14870333168336858f,-0.43033737878099915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848300216140792f,0.16898298049984792f,0.039428173036553174f,-0.19446782394410128f,-0.012860073664623288f,-0.2976769244335724f,0.954580047541907f,0.6340066665860217f,0.1730446388448738f,0.9395920396433534f,0.29533430550122336f,-0.7944641758876945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848300216140792f,0.17267276454405814f,-0.01714482173499103f,-0.12499999999999988f,-0.012860073664623288f,0.025902546439555182f,0.9995817508304595f,0.6427713443242269f,0.1730446388448738f,0.9846386009458794f,-0.023289020898016072f,-0.39845818913682324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9741606137314994f,0.2258563673095546f,2.252972977992542e-16f,7.040061845475551e-17f,0.1385020543093909f,0.5973851781835584f,0.7899038737964742f,0.6387436077761591f,0.1784048194594164f,0.7694932424864622f,-0.6132306826646261f,-0.24892287016132766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9741606137314992f,-0.22584899425898025f,-0.0018249510886028282f,8.432150758093884e-17f,-0.1385020543093909f,0.5909831426654439f,0.7947050434201066f,0.6386159595786965f,-0.17840481945941714f,0.7744231123084344f,-0.6069930506325177f,-0.28681376554949345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.902059752036841e-16f,2.252972977992542e-16f,7.040061845475551e-17f,0f,0.6132306826646261f,0.7899038737964742f,0.6387436077761591f,-3.6739403974420594e-16f,0.7899038737964742f,-0.6132306826646261f,-0.24892287016132766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9638653406286348f,0.2663899493878208f,-1.2285194429582298e-17f,6.15832790646537e-17f,-0.008907744732588796f,-0.03223044424401305f,0.9994407689040967f,0.6319176360725128f,0.266240975844487f,0.9633263171578919f,0.033438741788341816f,-0.22492319015497592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9637364013055549f,-0.2668560450853951f,-1.2285194429582298e-17f,6.15832790646537e-17f,0.008923330386268618f,-0.032226132675282224f,0.9994407689040967f,0.6319176360725128f,-0.2667068108868536f,0.963197449941691f,0.033438741788341816f,-0.22492319015497592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.671885815727315e-16f,-1.2285194429582298e-17f,6.15832790646537e-17f,0f,-0.033438741788341816f,0.9994407689040967f,0.6319176360725128f,-3.6739403974420594e-16f,0.9994407689040967f,0.033438741788341816f,-0.22492319015497592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9547989970460115f,0.2958002432461045f,-0.02934435781331925f,-0.19374999999999998f,0.03198173551335549f,0.20037190638772678f,0.9791977674219347f,0.6330151756071866f,0.29552672270622904f,0.933998562753762f,-0.20077510039948193f,-0.16824116325068036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9574426051773918f,-0.2873447826477602f,0.027140996227857456f,0.19375000000000006f,-0.031053386848784875f,0.19604603033667423f,0.9801028727406378f,0.6290467298261115f,-0.286948331509958f,0.937549427963317f,-0.19662585071477226f,-0.19527175751603687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.673554393922996e-16f,5.325559919632999e-18f,-0.007812499999999908f,0f,0.014495498956218392f,0.9998949347356502f,0.6380320496375573f,-3.6739403974420594e-16f,0.9998949347356502f,-0.014495498956218392f,-0.3087981175946203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6642169416811525e-16f,-2.6711841616319907e-17f,1.0526080199268556e-17f,0f,-0.07270624650012758f,0.9973533986104737f,0.621786747685185f,-3.6739403974420594e-16f,0.9973533986104737f,0.07270624650012758f,-0.0859519675925926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30188155459241933f,-0.08619799275554321f,-0.9494405895272111f,-0.09227569787151972f,-0.9374296490870394f,0.1543786251254332f,-0.3120783445177356f,0.4251037624861399f,0.1734738597293929f,0.9842444544671287f,-0.03420049475213051f,0.12154144523259203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30188155459241933f,-0.08619799275554321f,-0.9494405895272111f,-0.06397430212848042f,-0.9374296490870394f,0.1543786251254332f,-0.3120783445177356f,0.33721973288422996f,0.1734738597293929f,0.9842444544671287f,-0.03420049475213051f,0.13780461958222262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30188155459241933f,-0.08619799275554321f,-0.9494405895272111f,0.06429108842908161f,-0.9374296490870394f,0.1543786251254332f,-0.3120783445177356f,0.4279734993628453f,0.1734738597293929f,0.9842444544671287f,-0.03420049475213051f,0.1348031066202269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5823619409789432f,-0.042248300852938035f,0.8118310481709095f,0.5054894612129672f,0.8065605804801642f,0.09473456162938321f,0.5835112619721996f,1.8619380653673276f,-0.1015608178124728f,0.9946056725697517f,-0.0210939891280306f,-0.5203889171493794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7830204856379824f,-0.042248300852938035f,-0.6205594251530611f,0.598250001107033f,-0.6214551124525552f,0.09473456162938321f,0.7777010389857211f,1.8493624800830428f,0.025931877638146042f,0.9946056725697517f,-0.10043452501123298f,-0.5152508831558053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9894457588700344f,-0.042248300852938035f,0.1386079771482918f,0.5310785345877563f,0.13413957636570328f,0.09473456162938321f,0.9864238120023857f,1.7076867009248273f,-0.05480569593145776f,0.9946056725697517f,-0.0880675410440212f,-0.5046097689959892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.787909247685185f,-5.740531871003218e-21f,0f,-0.000015625f,0.6015480324074074f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39.mcfunction new file mode 100644 index 000000000..cf6279cb4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..c9617569e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7542256070240306f,-0.1329903240595568f,-0.2835520267256276f,0.031221132317810513f,-0.30464845331106616f,0.14002841308359606f,0.7446648963586973f,0.9723555927021913f,-0.07264639047366415f,0.7935049222785376f,-0.17893262619020625f,-0.07439840230885912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7324474725628014f,0.16237969533348393f,-0.2777652506700026f,0.031221132317810513f,-0.22322146959462583f,0.24093384548156543f,0.7294676535758667f,0.9723555927021913f,0.23171723166044417f,0.7453748832935478f,-0.17528093994142654f,-0.07439840230885912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7542256070240306f,0.13299032405955624f,0.28355202672562774f,-0.031221132317810513f,0.30464845331106616f,0.14002841308359606f,0.7446648963586973f,0.9723555927021913f,0.07264639047366359f,0.7935049222785377f,-0.17893262619020603f,-0.07439840230885914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7324474725628012f,-0.16237969533348448f,0.2777652506700027f,-0.031221132317810513f,0.22322146959462583f,0.24093384548156543f,0.7294676535758667f,0.9723555927021913f,-0.2317172316604447f,0.7453748832935477f,-0.17528093994142632f,-0.07439840230885914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5754639556282334f,-0.5731764437595314f,1.3348094433633155f,-0.6949020634593589f,-1.451843716000096f,0.17853915503502474f,-0.5492538979656063f,0.6368495955220316f,0.048962333315922375f,-1.4425667348301632f,-0.5983394985104226f,-0.3829650511313516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6347110961359109f,-0.7638861440837158f,0.11670382735310422f,-0.4969330646894051f,0.0003040863279711063f,0.1507772204853292f,0.9885677201457792f,0.6765946805733151f,-0.77274946261609f,0.6274903892966257f,-0.09546768755402679f,-0.13374635603490076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6356066965385222f,-0.7638861440837158f,0.11172325716832462f,-0.29843750000000013f,-0.00744761359076801f,0.1507772204853292f,0.988539712320411f,0.6615892336503119f,-0.7719771112974722f,0.6274903892966257f,-0.10152413985441774f,0.11548550066780217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8784166020044167f,0.4297235938986639f,0.2090978387497834f,0.34327747726066776f,0.45014814749902865f,-0.8909299926453239f,-0.060086550143904516f,0.38529766603305005f,0.1604709276666867f,0.14690602796284208f,-0.9760469764934336f,0.17867092159574577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08611436768305164f,0.8738046740619425f,0.47859137817772135f,0.2984374999999999f,0.9806256971399672f,-0.010495559749396602f,0.19560952260639178f,0.6868896737379752f,0.17594759954970068f,0.48616379422273853f,-0.855971499174855f,0.22077848158946956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.983323747287436e-16f,2.1442055551713233e-16f,-0.15625000000000003f,0f,0.5836255690659008f,0.8120229030837144f,0.2733071052026459f,-3.6739403974420594e-16f,0.8120229030837144f,-0.5836255690659008f,0.0695487477441839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-9.901177911528282e-17f,3.538008592923335e-16f,-0.15625000000000006f,0f,0.9630010860782159f,0.26949751058623245f,0.4555541682834753f,-3.6739403974420594e-16f,0.26949751058623245f,-0.9630010860782159f,0.11406077419111366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.6644863854058392e-16f,2.529496065611417e-16f,0.15625f,0f,0.6884967615077673f,0.7252394152232189f,0.40567039649293807f,-3.6739403974420594e-16f,0.7252394152232189f,-0.6884967615077673f,-0.06678977685020765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.5722609306049396e-16f,8.58364658889357e-17f,0.15624999999999994f,0f,0.23363597827743318f,0.9723241381629619f,0.4555541682834753f,-3.6739403974420594e-16f,0.9723241381629619f,-0.23363597827743318f,0.11406077419111377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.46991655929781e-17f,3.6165231702719607e-16f,0.29374999999999984f,0f,0.9843717586681389f,0.17610292654182466f,1.191387854896567f,-3.6739403974420594e-16f,0.17610292654182466f,-0.9843717586681389f,0.36087991486929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.46991655929781e-17f,3.6165231702719607e-16f,0.3312499999999999f,0f,0.9843717586681389f,0.17610292654182466f,1.0848510344263458f,-3.6739403974420594e-16f,0.17610292654182466f,-0.9843717586681389f,0.24658219667642392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.46991655929781e-17f,3.6165231702719607e-16f,-0.2937500000000002f,0f,0.9843717586681389f,0.17610292654182466f,1.191387854896567f,-3.6739403974420594e-16f,0.17610292654182466f,-0.9843717586681389f,0.3608799148692898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.46991655929781e-17f,3.6165231702719607e-16f,-0.3312500000000001f,0f,0.9843717586681389f,0.17610292654182466f,1.0848510344263458f,-3.6739403974420594e-16f,0.17610292654182466f,-0.9843717586681389f,0.24658219667642367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883408136056f,0.15643446191599383f,-0.000023364935496559323f,0.19523900358967716f,0.15399296022173992f,0.9722995688191685f,0.17584003149511968f,1.300357553488152f,0.027530158426939254f,0.1736715509204444f,-0.9844187537719277f,0.3581223796151925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999999997270399f,-3.1199483968569197e-9f,-0.000023364935496559323f,0.08005399162281907f,-0.000004111562330419427f,0.9844187540406218f,0.17584003149511968f,1.310277444473658f,0.000023000332077941985f,0.17584003154318872f,-0.9844187537719277f,0.3598970362102649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957287562761f,0.24192187993979847f,-0.00005257110230955558f,0.05771842347281697f,0.23815767082829675f,0.9552364493043989f,0.17551139491772413f,1.3060280688927395f,0.04251026444245842f,0.1702854366254448f,-0.9844773981612346f,0.35918001460230226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640477795447f,-0.06975648940399452f,-0.00005257110230955558f,0.08682584594280462f,-0.06868289173451436f,0.9820786173402921f,0.17551139491772413f,1.315874272078314f,-0.01219142980439029f,0.17508746828088737f,-0.9844773981612346f,0.36093382901153476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557268925867f,-0.00005257110230955558f,0.14461004141355305f,0.08579365176654019f,0.9807319713207051f,0.17551139491772413f,1.4244709325252534f,0.015348381362788653f,0.17483901080487876f,-0.9844773981612346f,0.3485484899035197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715573961579208f,-0.000023364935496559323f,0.12499999999999988f,0.08579365176654019f,0.9806731018236183f,0.17584003149511968f,1.2038194846149397f,0.015348381362788653f,0.17516890252458422f,-0.9844187537719277f,0.3091354868354883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6165231702719607e-16f,-0.19523827377799102f,-0.15398966946796155f,0.9722525088476515f,0.17610292654182466f,1.300344178264658f,-0.02754856710558978f,0.17393480729004218f,-0.9843717586681389f,0.3581497749948201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6165231702719607e-16f,-0.08005326181113294f,0f,0.984371758668139f,0.17610292654182466f,1.3102640692501644f,-3.660266534311063e-16f,0.1761029265418247f,-0.9843717586681389f,0.3599244315898926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6165231702719607e-16f,-0.05771677939820312f,-0.23814108183177485f,0.9551317105024818f,0.17610292654182466f,1.3060118933392044f,-0.04260315380964762f,0.17087191700822815f,-0.9843717586681389f,0.3591637224213323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6165231702719607e-16f,-0.08682420206637917f,0.06866630273799247f,0.981973878538375f,0.17610292654182466f,1.3158567709699758f,0.012284319171578052f,0.17567394866367095f,-0.9843717586681389f,0.3609249592172464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6165231702719607e-16f,-0.1446100421182232f,-0.08579365176654018f,0.9806259269364472f,0.17610292654182466f,1.42446031817564f,-0.015348381362789381f,0.17543280173940584f,-0.9843717586681389f,0.34860786722685444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6165231702719607e-16f,-0.12500000000000014f,-0.08579365176654018f,0.9806259269364472f,0.17610292654182466f,1.2038194846149397f,-0.015348381362789381f,0.17543280173940584f,-0.9843717586681389f,0.3091354868354882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.46991655929781e-17f,3.6165231702719607e-16f,-1.1231510656062242e-16f,0f,0.9843717586681389f,0.17610292654182466f,0.6938257418430864f,-3.6739403974420594e-16f,0.17610292654182466f,-0.9843717586681389f,0.24964435444118244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.5722609306049396e-16f,8.58364658889357e-17f,2.164467833706282e-17f,0f,0.23363597827743318f,0.9723241381629619f,0.606212249989049f,-3.6739403974420594e-16f,0.9723241381629619f,-0.23363597827743318f,-0.11497719736992829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9846736183994202f,-0.17267171137689663f,-0.02454272434687227f,0.18625827590549154f,0.006697257582274733f,-0.1780523842671571f,0.9839982191028891f,0.5488309745663978f,-0.17427854707068652f,0.9687527179559056f,0.17647991240924887f,-0.7775652034741221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9846736183994202f,-0.16925369654476383f,0.04208386192028778f,0.12500000000000014f,0.006697257582274733f,0.20442432960473986f,0.9788594588634925f,0.6287302633573395f,-0.17427854707068652f,0.9641389317269506f,-0.2001577087182625f,-0.42838559799025594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848135694604963f,0.16927834844860093f,0.03856260044383064f,-0.19420390113950864f,-0.006630608870851565f,-0.2586252175814042f,0.9659549843843516f,0.5973911061556504f,0.17348852536256756f,0.9510298825891251f,0.25582004219770654f,-0.7907509835824499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848135694604963f,0.17248447229948097f,-0.019782320946897552f,-0.12499999999999988f,-0.006630608870851565f,0.0764939000549659f,0.9970480019940777f,0.6272146834048083f,0.17348852536256756f,0.9820375706000001f,-0.07418855368297232f,-0.39677282718959345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.975209512522202f,0.2212835436407534f,2.304054326650363e-16f,7.002499665381564e-17f,0.13877451754442724f,0.6115874112388364f,0.7789110807367485f,0.6275821503973998f,0.17236020412647654f,0.7596014953434261f,-0.6271343781882079f,-0.2466622904390404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9752095125222018f,-0.22128089955071992f,-0.0010817486924793317f,8.394071442727204e-17f,-0.13877451754442727f,0.6077723822428512f,0.7818915299855607f,0.6267818084115424f,-0.1723602041264773f,0.7626581769553603f,-0.6234135586884563f,-0.28453911006067895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.8616728855339936e-16f,2.304054326650363e-16f,7.002499665381564e-17f,0f,0.6271343781882079f,0.7789110807367485f,0.6275821503973998f,-3.6739403974420594e-16f,0.7789110807367485f,-0.6271343781882079f,-0.2466622904390404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659334461063647f,0.25879060588259895f,-2.2078608446472563e-19f,6.113160654837387e-17f,-0.0001555206627980551f,-0.0005804793773133323f,0.9999998194284916f,0.6215281806091292f,0.25879055915238885f,0.9659332716863053f,0.000600951731874716f,-0.2224556100268222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9658815546734292f,-0.25898421253358156f,-2.2078608446472563e-19f,6.113160654837387e-17f,0.00015563701105026517f,-0.0005804481930668405f,0.9999998194284916f,0.6215281806091292f,-0.25898416576841166f,0.96588138026274f,0.000600951731874716f,-0.2224556100268222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6739397340331e-16f,-2.2078608446472563e-19f,6.113160654837387e-17f,0f,-0.000600951731874716f,0.9999998194284916f,0.6215281806091292f,-3.6739403974420594e-16f,0.9999998194284916f,0.000600951731874716f,-0.2224556100268222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9566726234415082f,0.28990636937047914f,-0.027051590636589067f,-0.19374999999999998f,0.04061583794272627f,0.22487226902910223f,0.9735413788483328f,0.6243570018031795f,0.28831899914114656f,0.9302616619103091f,-0.22690393366823136f,-0.1665022602214542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9592391542895718f,-0.28144850878300837f,0.025435836562769307f,0.19375000000000006f,-0.03942034811961859f,0.22239276884736547f,0.9741598906332216f,0.6197744146989335f,-0.279832594656082f,0.9334496201018151f,-0.22442264970323678f,-0.19294353807047174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.6694523954235353e-16f,1.815410743528641e-17f,-0.007812499999999907f,0f,0.04941317896154769f,0.9987784227469644f,0.6247423804783276f,-3.6739403974420594e-16f,0.9987784227469644f,-0.04941317896154769f,-0.3073723011155054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.671311368395413e-16f,-1.3896359324410915e-17f,1.0298629341571014e-17f,0f,-0.037824128377493826f,0.9992844116228786f,0.6162910517939814f,-3.6739403974420594e-16f,0.9992844116228786f,0.037824128377493826f,-0.08409469039351852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30188004909586946f,-0.08619720711248272f,-0.9494411395362445f,-0.09227562730136894f,-0.9374299087004763f,0.15438021803331137f,-0.31207677669734346f,0.4196080787643161f,0.17347507668737772f,0.9842442734230129f,-0.034199532194363905f,0.12339866538676057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30188004909586946f,-0.08619720711248272f,-0.9494411395362445f,-0.0639743726986312f,-0.9374299087004763f,0.15438021803331137f,-0.31207677669734346f,0.33172402482364644f,0.17347507668737772f,0.9842442734230129f,-0.034199532194363905f,0.13966195382620222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30188004909586946f,-0.08619720711248272f,-0.9494411395362445f,0.06429117093043664f,-0.9374299087004763f,0.15438021803331137f,-0.31207677669734346f,0.4224775682985828f,0.17347507668737772f,0.9842442734230129f,-0.034199532194363905f,0.136660239435636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6951234745799876f,-0.020048397797241307f,0.718610754743908f,0.5053467515864911f,0.7127448486668967f,0.11120599532123299f,0.6925518083893915f,1.850816526429464f,-0.09379837837962814f,0.9935951330146386f,-0.06301250560781287f,-0.5175200784523438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8466158542282544f,-0.020048397797241307f,-0.5318267171881523f,0.5983975114535092f,-0.5305212063398314f,0.11120599532123299f,0.8403454505311158f,1.8398185269184988f,0.04229473954398262f,0.9935951330146386f,-0.10478485890876225f,-0.5144116069746928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9925414385815247f,-0.020048397797241307f,0.12024788748365246f,0.5338349483974523f,0.11731199478363066f,0.11120599532123299f,0.9868490879990208f,1.6972901634741282f,-0.03315702909494437f,0.9935951330146386f,-0.10802464103721683f,-0.49976214655793577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,0.7824135517939813f,-5.740531871003218e-21f,0f,-0.000015625f,0.6034053096064815f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..55f7cba31 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.752166781753056f,-0.13262729761571923f,-0.28913591405919553f,0.03147712243650909f,-0.10973407529292085f,0.804915306600005f,-0.08375097829322324f,1.3145083676116813f,0.2985766393931425f,-0.038285683650887165f,-0.7591644362590532f,-0.3704775695685583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7304480955168217f,0.16193644411377975f,-0.283235181119212f,0.03147712243650909f,0.20242940680232469f,0.769604757309351f,-0.08204177465458604f,1.3145083676116813f,0.2558669869629669f,-0.1465779846859671f,-0.7436712844986644f,-0.3704775695685583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7521667817530557f,0.13262729761571926f,0.2891359140591961f,-0.03147712243650884f,0.10973407529292085f,0.804915306600005f,-0.08375097829322324f,1.3145083676116813f,-0.29857663939314305f,-0.03828568365088706f,-0.7591644362590529f,-0.3704775695685583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7304480955168215f,-0.16193644411377967f,0.28323518111921253f,-0.03147712243650884f,-0.20242940680232469f,0.769604757309351f,-0.08204177465458604f,1.3145083676116813f,-0.25586698696296745f,-0.14657798468596722f,-0.7436712844986642f,-0.3704775695685583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05809437337263164f,0.4014142255370674f,1.508939333876256f,-0.5561502468974009f,1.3875093052786165f,0.705815619836034f,-0.13434466331316045f,1.0914374645022789f,-0.7161349185367885f,1.3349521266067752f,-0.3827007291871232f,0.10518942809403597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4339148866319859f,-0.8698348452562119f,-0.23474499597915402f,-0.46951614991323587f,-0.7082645432912565f,0.49036804137008855f,-0.5078390697054442f,1.2684946588460422f,0.5568475625120206f,-0.05409737499144762f,-0.8288511724932625f,-0.04237124851589913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49223385061748787f,-0.8698348452562119f,0.03306324673081649f,-0.2984375f,-0.8699945963097016f,0.49036804137008855f,-0.05146441872578292f,1.5760569507719135f,0.02855238515781583f,-0.05409737499144762f,-0.9981273642781437f,-0.051387801779184346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6984727995966787f,0.6840050506047051f,0.21041111893346465f,0.37088678392943786f,0.28065230113927264f,0.00865254876699172f,-0.9597705034356214f,1.4382323473480774f,-0.6583084642390744f,0.7294259552189584f,-0.18592402148216755f,0.24735870330589108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14341360933072345f,0.8737430184155425f,0.4647641062182315f,0.2984375f,0.4030005463465537f,0.4804780197067439f,-0.778929670909425f,1.5714159177318752f,-0.9038932991803368f,0.07559107320830175f,-0.42102600079817315f,-0.05087580327289245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.942671854854782e-16f,2.1996637012512233e-16f,-0.1562500000000001f,0f,0.5987205733611561f,-0.8009579733257473f,1.268008900709008f,-3.6739403974420594e-16f,-0.8009579733257473f,-0.5987205733611561f,0.24775046233167675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.5053587887726398e-16f,3.3513777705626807e-16f,-0.15625000000000008f,0f,0.912202542233957f,-0.40973957819803764f,1.4364860050141373f,-3.6739403974420594e-16f,-0.40973957819803764f,-0.912202542233957f,0.1652230255305825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.1747839323901092e-16f,2.961106700437275e-16f,0.15624999999999992f,0f,0.8059757045865289f,-0.5919486156891056f,1.250802020021275f,-3.6739403974420594e-16f,-0.5919486156891056f,-0.8059757045865289f,0.19199559016624218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.028647829734163e-17f,3.6517855920900524e-16f,0.15624999999999992f,0f,0.9939697428495489f,-0.10965468662853284f,1.4364860050141373f,-3.6739403974420594e-16f,-0.10965468662853284f,-0.9939697428495489f,0.16522302553058263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.7658152080415694e-17f,3.6696944028716073e-16f,0.29375f,0f,0.9988442941062933f,0.04806325136006559f,2.1086593231596127f,-3.6739403974420594e-16f,0.04806325136006559f,-0.9988442941062933f,-0.007799239187068464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.7658152080415694e-17f,3.6696944028716073e-16f,0.33125f,0f,0.9988442941062933f,0.04806325136006559f,1.9883097162113321f,-3.6739403974420594e-16f,0.04806325136006559f,-0.9988442941062933f,-0.10744879817954163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.7658152080415694e-17f,3.6696944028716073e-16f,-0.29375f,0f,0.9988442941062933f,0.04806325136006559f,2.1086593231596127f,-3.6739403974420594e-16f,0.04806325136006559f,-0.9988442941062933f,-0.0077992391870686725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.7658152080415694e-17f,3.6696944028716073e-16f,-0.33125f,0f,0.9988442941062933f,0.04806325136006559f,1.9883097162113321f,-3.6739403974420594e-16f,0.04806325136006559f,-0.9988442941062933f,-0.10744879817954187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877444895287278f,0.15563149788028735f,0.01181779476767267f,0.19478092869982336f,0.155158020200161f,0.9708783010949942f,0.18254126445947585f,2.210439679218617f,0.016935529906062535f,0.1821377537207374f,-0.9831271670014846f,-0.010243186112929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999298459089333f,-0.0008018649301457792f,0.01181779476767267f,0.07959591673296527f,0.0013689398505602884f,0.9831972400150548f,0.18254126445947585f,2.2205054154831716f,-0.011765596636914644f,0.18254463629318873f,-0.9831271670014846f,-0.009758834332514371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9709292049510773f,0.23792226865536192f,0.026257818853719576f,0.05720864449206184f,0.23214477003009598f,0.9092092737376815f,0.34561149040081346f,2.2166780185936052f,0.058354817459596406f,0.34165990491610737f,-0.9380102476263114f,-0.032171838150379065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969305715847435f,-0.07375610068843108f,0.026257818853719576f,0.086265448625272f,-0.06017832076728451f,0.9364460835587697f,0.34561149040081346f,2.225908731780774f,-0.05007998751344246f,0.3429705092259097f,-0.9380102476263114f,-0.027957375833489163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08310625995038652f,0.026257818853719576f,0.14442893333534318f,0.08705501634209432f,0.9343308417432264f,0.34561149040081346f,2.3346847993173947f,0.004188988371153543f,0.3465822091862949f,-0.9380102476263114f,-0.019565671066288134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08635081482374754f,0.01181779476767267f,0.125f,0.08705501634209432f,0.9793365667119825f,0.18254126445947585f,2.114334071807199f,0.004188988371153543f,0.1828754381541203f,-0.9831271670014846f,-0.06071264465096514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6696944028716073e-16f,-0.19523827377799086f,-0.15625367280700503f,0.9865468633587665f,0.04806325136006559f,2.2163600509259624f,-0.007518749014606372f,0.04747151297943012f,-0.9988442941062933f,-0.024517112982047687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6696944028716073e-16f,-0.08005326181113276f,0f,0.9988442941062933f,0.04806325136006559f,2.226425787190517f,-3.686287386450715e-16f,0.04806325136006559f,-0.9988442941062933f,-0.024032761201632974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.6696944028716073e-16f,-0.057716779398202966f,-0.2416423050391065f,0.969174349786501f,0.04806325136006559f,2.222111094485451f,-0.011627552877710732f,0.046635567385600527f,-0.9988442941062933f,-0.024240379307126154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.6696944028716073e-16f,-0.08682420206637902f,0.06967585577629502f,0.9964111596075892f,0.04806325136006559f,2.2321007145259277f,0.0033527229315553422f,0.047946171695403064f,-0.9988442941062933f,-0.02375969015284053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6696944028716073e-16f,-0.14461004211822304f,-0.08705501634209432f,0.9950433900078816f,0.04806325136006559f,2.3382188345589716f,-0.004188988371154275f,0.04788035617794818f,-0.9988442941062933f,-0.0499395645109269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6696944028716073e-16f,-0.12499999999999997f,-0.08705501634209432f,0.9950433900078816f,0.04806325136006559f,2.114334071807199f,-0.004188988371154275f,0.04788035617794818f,-0.9988442941062933f,-0.06071264465096522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.7658152080415694e-17f,3.6696944028716073e-16f,1.3007803049956404e-17f,0f,0.9988442941062933f,0.04806325136006559f,1.6009243944727212f,-3.6739403974420594e-16f,0.04806325136006559f,-0.9988442941062933f,-0.05413117678217714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.028647829734163e-17f,3.6517855920900524e-16f,-2.0996263115467078e-18f,0f,0.9939697428495489f,-0.10965468662853284f,1.2281857409041403f,-3.6739403974420594e-16f,-0.10965468662853284f,-0.9939697428495489f,-0.013010669296477324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9854640153852184f,-0.16813512949806986f,0.02431568649059894f,0.1424385166244267f,-0.1118918303258204f,0.534678149186989f,-0.8376153622566347f,1.1055334318346774f,0.12783150115358746f,-0.8281605249048296f,-0.545719023218155f,0.37083892635244814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9854640153852184f,-0.07972758401172005f,0.15001395511250257f,0.12499999999999996f,-0.1118918303258204f,-0.35984319691341415f,-0.9262791652312337f,0.951532072803954f,0.12783150115358746f,-0.9296001215483933f,0.34569165643682004f,0.10160541005093797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9811988171522428f,0.19212761194100536f,-0.01832653674009828f,-0.1505564240277871f,0.14566862996407795f,0.6749329075351821f,-0.7233576021377628f,1.0541643947363069f,-0.12660778595105537f,-0.7124272250945719f,-0.6902303365403608f,0.3959865074095994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9811988171522428f,0.09831143559532407f,-0.1660835417801119f,-0.12500000000000003f,0.14566862996407795f,-0.18727615053002894f,-0.971446495534902f,0.9450672670611054f,-0.12660778595105537f,-0.9773753143362278f,0.16943424524791728f,0.07240481106743214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.987056571305751f,0.16037245724292856f,2.0732984011709446e-16f,-1.468625791964201e-17f,0.090502273641978f,0.5570212332726776f,-0.8255523509439104f,1.1289165423917928f,-0.13239585910355153f,-0.8148668729560982f,-0.564325540668666f,0.021248546277239124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.987056571305751f,-0.15970367903661292f,0.014630787549044543f,-1.8981545114587416e-17f,-0.090502273641978f,0.4793831841176318f,-0.8729267444928428f,1.0931479777036157f,0.1323958591035508f,-0.8629521989585581f,-0.4876318681185854f,0.03293977348913389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.0330301323360965e-16f,2.0732984011709446e-16f,-1.468625791964201e-17f,0f,0.564325540668666f,-0.8255523509439104f,1.1289165423917928f,-3.6739403974420594e-16f,-0.8255523509439104f,-0.564325540668666f,0.021248546277239124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9900498175603242f,0.14071730081539f,3.284575747833926e-16f,-1.2860593250818314e-17f,0.12580406418152018f,0.8851242176302422f,-0.4480272947040878f,1.1534008631528871f,-0.0630451916023808f,-0.4435693413838277f,-0.8940198785262754f,0.016279318496367132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9931184501633795f,-0.11711423459634182f,3.284575747833926e-16f,-1.2860593250818314e-17f,-0.10470245378751938f,0.8878676361772675f,-0.4480272947040878f,1.1534008631528871f,0.05247037369753862f,-0.4449441725474154f,-0.8940198785262754f,0.016279318496367132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.646025577170027e-16f,3.284575747833926e-16f,-1.2860593250818314e-17f,0f,0.8940198785262754f,-0.4480272947040878f,1.1534008631528871f,-3.6739403974420594e-16f,-0.4480272947040878f,-0.8940198785262754f,0.016279318496367132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9841285318503757f,0.17725974498124775f,-0.008367532922381649f,-0.19375f,0.14742406094004645f,0.7904174189051019f,-0.5945640841384064f,1.1781785130295135f,-0.09877843415427069f,-0.5863610548975602f,-0.8040046854623738f,0.005525846436326648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9863880891686978f,-0.1638082704744494f,0.01433136665830296f,0.19375f,-0.13660497524146026f,0.7678185345931894f,-0.6259343245696364f,1.1691537289204916f,0.09152933019204892f,-0.6193718983448769f,-0.7797440818981943f,0.0027371222448830113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.17710487390248e-16f,2.959400684595917e-16f,-0.00781250000000004f,0f,0.805511348702436f,-0.5925803465451605f,1.0354209385075945f,-3.6739403974420594e-16f,-0.5925803465451605f,-0.805511348702436f,0.08812603627083997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.9108915678174636e-16f,3.137886463848052e-16f,3.4398343320777095e-18f,0f,0.8540929150709061f,-0.5201204595338293f,1.22625732421875f,-3.6739403974420594e-16f,-0.5201204595338293f,-0.8540929150709061f,-0.02808837890625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.33016357421875f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.33663886901770346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.33016357421875f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.4134343731697965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.3689864309841282f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.2919317771104015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.39160124994432866f,-0.619629261285047f,-0.6802264619973161f,0.5436714201312478f,-0.38892281994838435f,0.7814475149360033f,-0.4879332142043021f,2.1522445783316f,0.8338989753953626f,0.07348033723175013f,-0.5470037832363431f,-0.41524929100989655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.052509255565629714f,-0.619629261285047f,-0.7831362312135034f,0.5602822297710961f,-0.052137369797630506f,0.7814475149360033f,-0.6217889320910511f,2.1738504167855868f,0.997258478404936f,0.07348033723175013f,0.00872738733984968f,-0.5049506357479157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1771819694917153f,-0.619629261285047f,-0.7646346370956416f,0.6666720205155182f,-0.23046227684252774f,0.7814475149360033f,-0.5798507742108334f,2.2500251136902185f,0.9568143438722032f,0.07348033723175013f,-0.2812595801047732f,-0.4179110263631901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000249f,0f,0.000015625f,0f,1.39237982421875f,-5.740531871003218e-21f,0f,-0.000015625f,0.65941162109375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4.mcfunction new file mode 100644 index 000000000..6e3338cc7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40.mcfunction new file mode 100644 index 000000000..1a64da0a1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..19a396e14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,-0.13524915524778472f,-0.24557640292848956f,0.02962830492517733f,-0.27030868044433587f,0.16696687913359223f,0.7523295308528535f,0.9821906521249144f,-0.07438629542447409f,0.7878922335710598f,-0.20158609023410776f,-0.08140119387075398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504738f,0.16513770290093646f,-0.24056463960341837f,0.02962830492517733f,-0.1820446030281068f,0.2524407535046483f,0.7369758669578973f,0.9821906521249144f,0.228038525813643f,0.7409475049223174f,-0.19747208839259536f,-0.08140119387075398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,0.13524915524778414f,0.24557640292848973f,-0.029628304925177304f,0.27030868044433587f,0.16696687913359223f,0.7523295308528535f,0.9821906521249144f,0.07438629542447353f,0.7878922335710599f,-0.2015860902341076f,-0.081401193870754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504735f,-0.16513770290093702f,0.24056463960341853f,-0.029628304925177304f,0.1820446030281068f,0.2524407535046483f,0.7369758669578973f,0.9821906521249144f,-0.22803852581364353f,0.7409475049223172f,-0.1974720883925952f,-0.081401193870754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5415512989321513f,-0.5818806415442466f,1.34519268494181f,-0.6928890008787811f,-1.45971334702756f,0.08519199056721292f,-0.5508044292240135f,0.6323501558850213f,0.1317777869540063f,-1.447606125207838f,-0.5731294540732071f,-0.3785971499522141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6330222215594887f,-0.7660444431189783f,0.1116188970489497f,-0.4967405302044078f,-0.027523512195887223f,0.16636567534280206f,0.9856799269256404f,0.6805420907951015f,-0.7736441839038748f,0.6208851530148451f,-0.12639740296952204f,-0.13118013582157362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6330222215594887f,-0.7660444431189783f,0.1116188970489497f,-0.29843750000000013f,-0.027523512195887223f,0.16636567534280206f,0.9856799269256404f,0.6724989279698214f,-0.7736441839038748f,0.6208851530148451f,-0.12639740296952204f,0.11966664284723015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8756832731226093f,0.4351107128012018f,0.2094217581315361f,0.34386519683784633f,0.45911663209884346f,-0.8845963817511552f,-0.08186061032620762f,0.3971589057845301f,0.14963530099374478f,0.16783297947183756f,-0.974392820015684f,0.18678764281549115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08751661721640663f,0.8737956080781195f,0.47835350632600804f,0.2984374999999999f,0.9842552574268488f,0.0018228712392288765f,0.17674350162892152f,0.6999984515119642f,0.15356571863083351f,0.48628994688748656f,-0.8601974526918579f,0.22229626189044388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.914732886341566e-16f,2.2365532064396956e-16f,-0.15625000000000003f,0f,0.6087614290087207f,0.7933533402912352f,0.2832396942378179f,-3.6739403974420594e-16f,0.7933533402912352f,-0.6087614290087207f,0.07913336690728846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-9.508857454295295e-17f,3.5487539141360093e-16f,-0.15625000000000006f,0f,0.9659258262890683f,0.2588190451025207f,0.465968405698909f,-3.6739403974420594e-16f,0.2588190451025207f,-0.9659258262890683f,0.12162490144970443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.5978681687064796e-16f,2.59786816870648e-16f,0.15625f,0f,0.7071067811865476f,0.7071067811865475f,0.4114027983278797f,-3.6739403974420594e-16f,0.7071067811865475f,-0.7071067811865476f,-0.05786857194760499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.5487539141360093e-16f,9.5088574542953e-17f,0.15624999999999994f,0f,0.25881904510252096f,0.9659258262890682f,0.465968405698909f,-3.6739403974420594e-16f,0.9659258262890682f,-0.25881904510252096f,0.12162490144970454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,0.29374999999999984f,0f,0.9848077530122081f,0.17364817766692997f,1.2055200372175747f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.3609668949546352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,0.3312499999999999f,0f,0.9848077530122081f,0.17364817766692997f,1.0986985847473234f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.24693514590137444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,-0.2937500000000002f,0f,0.9848077530122081f,0.17364817766692997f,1.2055200372175747f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.36096689495463496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,-0.3312500000000001f,0f,0.9848077530122081f,0.17364817766692997f,1.0986985847473234f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.24693514590137416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023079f,3.6181249875056936e-16f,0.19523827377799072f,0.1540578740099366f,0.9726831353778541f,0.17364817766692997f,1.3144692152656532f,0.027164559778536795f,0.17151028044721978f,-0.9848077530122081f,0.35796511743552106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6181249875056936e-16f,0.08005326181113263f,0f,0.9848077530122081f,0.17364817766692997f,1.3243934999330438f,-3.677613769070831e-16f,0.17364817766693f,-0.9848077530122081f,0.3597150365866133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,3.6181249875056936e-16f,0.05771677939820284f,0.23824655840996278f,0.9555547539512127f,0.17364817766692997f,1.3201394406638598f,0.042009296308611235f,0.1684900846658372f,-0.9848077530122081f,0.35896493115992323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412534f,3.6181249875056936e-16f,0.08682420206637889f,-0.06869671616600714f,0.982408810822135f,0.17364817766692997f,1.3299886787518744f,-0.012113084546138773f,0.17322517943366023f,-0.9848077530122081f,0.36070161757426167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765811f,3.6181249875056936e-16f,0.14461004211822293f,0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.438561179877135f,0.015134435901338224f,0.17298739392508913f,-0.9848077530122081f,0.3481137972642157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765811f,3.6181249875056936e-16f,0.12499999999999988f,0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.2178226208842937f,0.015134435901338224f,0.17298739392508913f,-0.9848077530122081f,0.3091916336310707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023095f,3.6181249875056936e-16f,-0.19523827377799102f,-0.1540578740099366f,0.9726831353778541f,0.17364817766692997f,1.3144692152656532f,-0.027164559778537517f,0.17151028044721967f,-0.9848077530122081f,0.35796511743552095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-6.938893903907228e-17f,3.6181249875056936e-16f,-0.08005326181113294f,0f,0.9848077530122081f,0.17364817766692997f,1.3243934999330438f,-3.660266534311063e-16f,0.17364817766693f,-0.9848077530122081f,0.35971503658661325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966779f,3.6181249875056936e-16f,-0.05771677939820312f,-0.23824655840996278f,0.9555547539512127f,0.17364817766692997f,1.3201394406638598f,-0.04200929630861194f,0.16849008466583704f,-0.9848077530122081f,0.35896493115992323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412522f,3.6181249875056936e-16f,-0.08682420206637917f,0.06869671616600714f,0.982408810822135f,0.17364817766692997f,1.3299886787518744f,0.012113084546138039f,0.17322517943366028f,-0.9848077530122081f,0.36070161757426167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6181249875056936e-16f,-0.1446100421182232f,-0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.438561179877135f,-0.015134435901338956f,0.17298739392508908f,-0.9848077530122081f,0.34811379726421565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765825f,3.6181249875056936e-16f,-0.12500000000000014f,-0.0858316511774313f,0.981060262190407f,0.17364817766692997f,1.2178226208842937f,-0.015134435901338956f,0.17298739392508908f,-0.9848077530122081f,0.30919163363107066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.379730548727302e-17f,3.6181249875056936e-16f,-1.1210619534470192e-16f,0f,0.9848077530122081f,0.17364817766692997f,0.7076821419134454f,-3.6739403974420594e-16f,0.17364817766692997f,-0.9848077530122081f,0.25097218485840056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.5487539141360093e-16f,9.5088574542953e-17f,2.0972076435398423e-17f,0f,0.25881904510252096f,0.9659258262890682f,0.610625f,-3.6739403974420594e-16f,0.9659258262890682f,-0.25881904510252096f,-0.11125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122079f,-0.1721625934348049f,-0.022665635416815474f,0.1855216849704418f,-3.855764100600519e-17f,-0.1305261922200514f,0.9914448613738104f,0.5220160597360294f,-0.1736481776669307f,0.9763825861650421f,0.12854320606946826f,-0.7682355316654954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122079f,-0.16773125949652096f,0.04494345552754786f,0.12500000000000014f,-3.855764100600519e-17f,0.2588190451025209f,0.9659258262890682f,0.6218749999999998f,-0.1736481776669307f,0.9512512425641976f,-0.254887002244179f,-0.42499999999999993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.1695320224998765f,0.0375843445352854f,-0.19386503737392155f,4.0292364481982e-17f,-0.2164396139381026f,0.9762960071199335f,0.5696645231119791f,0.17364817766692997f,0.9614638770465724f,0.21315140986521264f,-0.7843030344660171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17216259343480417f,-0.02266563541681537f,-0.12499999999999988f,4.0292364481982e-17f,0.1305261922200518f,0.9914448613738104f,0.6218749999999998f,0.17364817766692997f,0.9763825861650425f,-0.12854320606946879f,-0.39375000000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199335f,0.2164396139381026f,2.361563366202596e-16f,6.943194948045063e-17f,0.13912470208475056f,0.6275509767631346f,0.766044443118978f,0.6270919585759417f,0.16580236352810024f,0.7478861310934712f,-0.6427876096865395f,-0.24315163095403466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199333f,-0.21643961393810315f,2.361563366202596e-16f,8.333626964222659e-17f,-0.13912470208475056f,0.6275509767631346f,0.766044443118978f,0.6255231080324719f,-0.16580236352810096f,0.747886131093471f,-0.6427876096865395f,-0.28099742772160524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.814401625810819e-16f,2.361563366202596e-16f,6.943194948045063e-17f,0f,0.6427876096865395f,0.766044443118978f,0.6270919585759417f,-3.6739403974420594e-16f,0.766044443118978f,-0.6427876096865395f,-0.24315163095403466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9681476403781079f,0.25038000405444105f,1.2821867078571505e-17f,6.046693570790053e-17f,0.008738136125870214f,0.033787865382910086f,0.9993908270190958f,0.621875f,0.2502274793210124f,0.9675578709940633f,-0.0348994967025012f,-0.2187499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9681476403781076f,-0.2503800040544417f,1.2821867078571505e-17f,6.046693570790053e-17f,-0.008738136125870214f,0.033787865382910086f,0.9993908270190958f,0.621875f,-0.2502274793210131f,0.9675578709940631f,-0.0348994967025012f,-0.2187499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.671702332218485e-16f,1.2821867078571505e-17f,6.046693570790053e-17f,0f,0.0348994967025012f,0.9993908270190958f,0.621875f,-3.6739403974420594e-16f,0.9993908270190958f,-0.0348994967025012f,-0.2187499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588197348681932f,0.28293458057074694f,-0.02475356831940245f,-0.19374999999999998f,0.049318747037281285f,0.25169537835622546f,0.9665490663721057f,0.62650161100662f,0.27970051343885743f,0.9255255045817873f,-0.2552844749503336f,-0.16371733269599387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9612616959383188f,-0.2745884724609229f,0.024023378475231196f,0.19375000000000006f,-0.04786392453455324f,0.25211780683781304f,0.9665121086688163f,0.6213278414972305f,-0.2714498050283658f,0.9279212155495036f,-0.25549407250109346f,-0.18946000610152236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.65995994503686e-16f,3.2020500414969e-17f,-0.007812499999999908f,0f,0.0871557427476584f,0.9961946980917455f,0.621875f,-3.6739403974420594e-16f,0.9961946980917455f,-0.0871557427476584f,-0.30468749999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.6739403974420594e-16f,8.157786440681346e-32f,9.950255243072246e-18f,0f,2.220446049250313e-16f,1f,0.621875f,-3.6739403974420594e-16f,1f,-2.220446049250313e-16f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3018785435987729f,-0.08619642146459569f,-0.9494416895425339f,-0.09227555673119255f,-0.9374301683100685f,0.15438181093882108f,-0.3120752088734485f,0.42519203913953435f,0.1734762936450978f,0.984244092376453f,-0.03419856963692926f,0.12624329873538595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3018785435987729f,-0.08619642146459569f,-0.9494416895425339f,-0.0639744432688076f,-0.9374301683100685f,0.15438181093882108f,-0.3120752088734485f,0.33730796086046544f,0.1734762936450978f,0.984244092376453f,-0.03419856963692926f,0.14250670126461387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3018785435987729f,-0.08619642146459569f,-0.9494416895425339f,0.06429125343138005f,-0.9374301683100685f,0.15438181093882108f,-0.3120752088734485f,0.4280612813310172f,0.1734762936450978f,0.984244092376453f,-0.03419856963692926f,0.1395047854455393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7694557934137773f,0.003424683705505586f,0.6386908904340909f,0.505231601096766f,0.6336152081965462f,0.13002428440788572f,0.7626437263927793f,1.8502574619279013f,-0.08043351244364459f,0.9915048950992296f,-0.10221787060119962f,-0.5135713857528251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8804270952242468f,0.003424683705505586f,-0.4741691697448416f,0.5985183989032342f,-0.46975451521901357f,0.13002428440788572f,0.873169159381827f,1.8409925380720986f,0.06464383517663931f,0.9915048950992296f,-0.11286814239598793f,-0.5126786142471745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9950591766023275f,0.003424683705505586f,0.09922452620705939f,0.5369913210689412f,0.09882585446189379f,0.13002428440788572f,0.9865734316076495f,1.6976389852588525f,-0.009522896060272934f,0.9915048950992296f,-0.12972030467467596f,-0.4936669542987984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.7879974999999999f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41.mcfunction new file mode 100644 index 000000000..ce15d6501 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..c63835020 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7698817484257975f,-0.13575092420247517f,-0.2362164779676796f,0.02927447975224315f,-0.2651491787797194f,0.21056422915281672f,0.7431709512879018f,0.9956984549715806f,-0.06262947291588676f,0.777289416127544f,-0.24257608526568378f,-0.09655274861784958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7476515455789071f,0.16575035717158812f,-0.23139573351935963f,0.02927447975224315f,-0.16103163173020368f,0.28996327779674613f,0.7280041971799854f,0.9956984549715806f,0.2347040263305672f,0.7269443696919716f,-0.2376255529133229f,-0.09655274861784958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7698817484257975f,0.1357509242024746f,0.23621647796767978f,-0.029274479752243107f,0.2651491787797194f,0.21056422915281672f,0.7431709512879018f,0.9956984549715806f,0.0626294729158862f,0.777289416127544f,-0.2425760852656836f,-0.0965527486178496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7476515455789069f,-0.16575035717158867f,0.2313957335193598f,-0.029274479752243107f,0.16103163173020368f,0.28996327779674613f,0.7280041971799854f,0.9956984549715806f,-0.23470402633056775f,0.7269443696919715f,-0.23762555291332274f,-0.0965527486178496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.47166615540391993f,-0.5944258897852357f,1.3658679106705436f,-0.6886870149161466f,-1.4584805169312858f,-0.10708157181589127f,-0.5502493695673676f,0.626071174917693f,0.3029387224808554f,-1.4410404742860166f,-0.5225291684597118f,-0.37135986321734377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.629253124525675f,-0.770480278345957f,0.10198355727573018f,-0.4963457103932616f,-0.08391062351990101f,0.19780213235576832f,0.9766439083391717f,0.6910457445257335f,-0.7726574354364143f,0.6059987269916065f,-0.18911909038850447f,-0.1284394860539832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6275866176896092f,-0.770480278345957f,0.11178183205178292f,-0.29843750000000013f,-0.06867359245833901f,0.19780213235576832f,0.9778334490772839f,0.6974657135776353f,-0.7755120727595298f,0.6059987269916065f,-0.17704961984926693f,0.12521495129506055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8698594425179655f,0.4463398739980816f,0.21006015124652122f,0.345132211607474f,0.47686066062375154f,-0.8698385532932704f,-0.12643101500086687f,0.4241822174974765f,0.12628721475990318f,0.21014663471977596f,-0.9694792062257648f,0.2003650985847954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09057082482675498f,0.8737786099640082f,0.4778157243745407f,0.2984374999999999f,0.9900871572000612f,0.02728393073663367f,0.1377788382555882f,0.7291256188187493f,0.10735151064471427f,0.48555795523595774f,-0.8675881080728189f,0.2222101759890094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.765484812123627e-16f,2.418663225393371e-16f,-0.15625000000000003f,0f,0.6583294674778444f,0.7527299065736246f,0.3063898304053726f,-3.6739403974420594e-16f,0.7527299065736246f,-0.6583294674778444f,0.09588053106380703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-8.707291270431389e-17f,3.569267268120365e-16f,-0.15625000000000006f,0f,0.9715093011866571f,0.23700142975900595f,0.49002908331386463f,-3.6739403974420594e-16f,0.23700142975900595f,-0.9715093011866571f,0.13424636601120407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.4546727607604204e-16f,2.7335726954916596e-16f,0.15625f,0f,0.7440438329905622f,0.6681308064957882f,0.4259071839544647f,-3.6739403974420594e-16f,0.6681308064957882f,-0.7440438329905622f,-0.04205931887315506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.492595316542035e-16f,1.140007017007071e-16f,0.15624999999999994f,0f,0.310295457651079f,0.9506401679716187f,0.49002908331386463f,-3.6739403974420594e-16f,0.9506401679716187f,-0.310295457651079f,0.13424636601120418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.191603946119776e-17f,3.6213917835137163e-16f,0.29374999999999984f,0f,0.9856969334709595f,0.1685276100404517f,1.2367403492349007f,-3.6739403974420594e-16f,0.1685276100404517f,-0.9856969334709595f,0.3578381777596992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.191603946119776e-17f,3.6213917835137163e-16f,0.3312499999999999f,0f,0.9856969334709595f,0.1685276100404517f,1.129327695992323f,-3.6739403974420594e-16f,0.1685276100404517f,-0.9856969334709595f,0.2443631389917403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.191603946119776e-17f,3.6213917835137163e-16f,-0.2937500000000002f,0f,0.9856969334709595f,0.1685276100404517f,1.2367403492349007f,-3.6739403974420594e-16f,0.1685276100404517f,-0.9856969334709595f,0.357838177759699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.191603946119776e-17f,3.6213917835137163e-16f,-0.3312500000000001f,0f,0.9856969334709595f,0.1685276100404517f,1.129327695992323f,-3.6739403974420594e-16f,0.1685276100404517f,-0.9856969334709595f,0.24436313899174006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402308f,3.6213917835137163e-16f,0.19523827377799072f,0.15419697247932562f,0.9735613685496479f,0.1685276100404517f,1.3456724551018908f,0.02636352652118634f,0.16645275550531824f,-0.9856969334709595f,0.35427021237182027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6213917835137163e-16f,0.08005326181113263f,0f,0.9856969334709595f,0.1685276100404517f,1.3556057003811024f,-3.677613769070831e-16f,0.1685276100404517f,-0.9856969334709595f,0.3559685296030166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966767f,3.6213917835137163e-16f,0.05771677939820283f,0.2384616706320741f,0.9564175219502273f,0.1685276100404517f,1.3513478001324373f,0.040770518881867314f,0.1635216197817581f,-0.9856969334709595f,0.3552405434154453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412533f,3.6213917835137163e-16f,0.08682420206637889f,-0.06875874225933179f,0.983295825281979f,0.1685276100404517f,1.361205931072904f,-0.011755891804947322f,0.1681170852525612f,-0.9856969334709595f,0.35692601811912783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6213917835137163e-16f,0.14461004211822293f,0.08590914836075049f,0.981946059049062f,0.1685276100404517f,1.4697115447214355f,0.014688149026562897f,0.16788631160437123f,-0.9856969334709595f,0.3437740970614143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6213917835137163e-16f,0.12499999999999988f,0.08590914836075049f,0.981946059049062f,0.1685276100404517f,1.248773681435397f,0.014688149026562897f,0.16788631160437123f,-0.9856969334709595f,0.30599967695043084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.6213917835137163e-16f,-0.19523827377799102f,-0.15419697247932562f,0.9735613685496479f,0.1685276100404517f,1.3456724551018908f,-0.026363526521187064f,0.16645275550531813f,-0.9856969334709595f,0.35427021237182016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6213917835137163e-16f,-0.08005326181113294f,0f,0.9856969334709595f,0.1685276100404517f,1.3556057003811024f,-3.660266534311063e-16f,0.16852761004045172f,-0.9856969334709595f,0.35596852960301656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6213917835137163e-16f,-0.05771677939820312f,-0.2384616706320741f,0.9564175219502273f,0.1685276100404517f,1.3513478001324373f,-0.04077051888186803f,0.16352161978175792f,-0.9856969334709595f,0.3552405434154453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.6213917835137163e-16f,-0.08682420206637918f,0.06875874225933179f,0.983295825281979f,0.1685276100404517f,1.361205931072904f,0.011755891804946588f,0.16811708525256128f,-0.9856969334709595f,0.35692601811912783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6213917835137163e-16f,-0.1446100421182232f,-0.08590914836075049f,0.981946059049062f,0.1685276100404517f,1.4697115447214355f,-0.014688149026563629f,0.16788631160437117f,-0.9856969334709595f,0.34377409706141426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6213917835137163e-16f,-0.12500000000000014f,-0.08590914836075049f,0.981946059049062f,0.1685276100404517f,1.248773681435397f,-0.014688149026563629f,0.16788631160437117f,-0.9856969334709595f,0.3059996769504308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.191603946119776e-17f,3.6213917835137163e-16f,-1.1111772308910745e-16f,0f,0.9856969334709595f,0.1685276100404517f,0.7383375152177657f,-3.6739403974420594e-16f,0.1685276100404517f,-0.9856969334709595f,0.2504323059756668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.492595316542035e-16f,1.140007017007071e-16f,1.9854601281218858e-17f,0f,0.310295457651079f,0.9506401679716187f,0.621976718598611f,-3.6739403974420594e-16f,0.9506401679716187f,-0.310295457651079f,-0.10605775701369016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9851071033103138f,-0.17093301873888692f,-0.018598336279732806f,0.1838934585471071f,-0.013390675361165548f,-0.03156879113456762f,0.9994118776759029f,0.47060134812944826f,-0.17141961620810667f,0.9847767841146102f,0.028809731827145746f,-0.746802797333532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9851071033103138f,-0.16426677036457124f,0.050797865718511415f,0.12500000000000014f,-0.013390675361165548f,0.3678337309143433f,0.929795158201529f,0.6100362622972468f,-0.17141961620810667f,0.9152675972389867f,-0.3645552641554333f,-0.41924847230536616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.1699753239031608f,0.03552574940886183f,-0.1930621584845017f,0.01352356370443026f,-0.12888953902993697f,0.9915667400399141f,0.5158624286308353f,0.17312077527488692f,0.9769830479556265f,0.12463274519786602f,-0.7685469316995471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17127410223536393f,-0.02861593106148694f,-0.12499999999999988f,0.01352356370443026f,0.2399394457008554f,0.970693656938943f,0.6130132169388298f,0.17312077527488692f,0.9555596497865723f,-0.23861046261215318f,-0.3889603893950727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9772555136758182f,0.21206522814976733f,2.5229239789502783e-16f,6.827003057269798e-17f,0.1456268723284447f,0.6710891038762358f,0.7269334417361922f,0.6283887186277844f,0.15415730617148102f,0.7103997140120331f,-0.6867079228358839f,-0.23783841770483216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.977255513675818f,-0.2120619695193455f,0.001175616344416606f,8.211081086852801e-17f,-0.1456268723284447f,0.6751086596113981f,0.7232019854601731f,0.6245960656016198f,-0.15415730617148174f,0.7065819264609573f,-0.6906355812964422f,-0.2755112670125306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.6707101378461905e-16f,2.5229239789502783e-16f,6.827003057269798e-17f,0f,0.6867079228358839f,0.7269334417361922f,0.6283887186277844f,-3.6739403974420594e-16f,0.7269334417361922f,-0.6867079228358839f,-0.23783841770483216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.970148472150277f,0.2425117357665053f,3.960654407637264e-17f,5.919131495380475e-17f,0.0261437331927354f,0.10458587801151585f,0.9941721678538923f,0.6249090060327188f,0.2410984180769969f,0.9644946096977823f,-0.10780399187735401f,-0.2131273047395424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9701742762825759f,-0.24240848508164906f,3.960654407637264e-17f,5.919131495380475e-17f,-0.026132602356743747f,0.10458865979998463f,0.9941721678538923f,0.6249090060327188f,-0.24099576911980095f,0.9645202634479295f,-0.10780399187735401f,-0.2131273047395424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.652529289490963e-16f,3.960654407637264e-17f,5.919131495380475e-17f,0f,0.10780399187735401f,0.9941721678538923f,0.6249090060327188f,-3.6739403974420594e-16f,0.9941721678538923f,-0.10780399187735401f,-0.2131273047395424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.960862116247231f,0.2760880945150513f,-0.022789419210259468f,-0.19374999999999998f,0.067345523973846f,0.3125910919391874f,0.9474974351632593f,0.6330184862743379f,0.2687165308677175f,0.9088796253120184f,-0.3189502355087772f,-0.16023725402812763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9631621495932728f,-0.26793331305582463f,0.023030704413788614f,0.19375000000000006f,-0.06537500946707771f,0.31635724000228316f,0.946384808011687f,0.6267992124835663f,-0.2608539471199263f,0.9100163935078684f,-0.322219462197564f,-0.1844701762532423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.623906676376027e-16f,6.042668656098695e-17f,-0.007812499999999909f,0f,0.16447378025799864f,0.9863814554256602f,0.618061666485931f,-3.6739403974420594e-16f,0.9863814554256602f,-0.16447378025799864f,-0.3007829520835908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.662781944875105e-16f,2.8612316972531933e-17f,9.555193257125083e-18f,0f,0.07787909948798555f,0.9969628106719631f,0.6354627777777777f,-3.6739403974420594e-16f,0.9969628106719631f,-0.07787909948798555f,-0.07802407407407409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15730941135805965f,-0.1529853015809658f,-0.9756276167669515f,-0.08133221199074246f,-0.9352301950750204f,0.29421545250032666f,-0.19693082473286744f,0.4599266931719192f,0.31717224235124986f,0.943415478466518f,-0.09679361379590593f,0.13523347706571096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.15730941135805965f,-0.1529853015809658f,-0.9756276167669515f,-0.06658445467592437f,-0.9352301950750204f,0.29421545250032666f,-0.19693082473286744f,0.372248862383636f,0.31717224235124986f,0.943415478466518f,-0.09679361379590593f,0.16496837478614063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15730941135805965f,-0.1529853015809658f,-0.9756276167669515f,0.07238580918170932f,-0.9352301950750204f,0.29421545250032666f,-0.19693082473286744f,0.44562740148770774f,0.31717224235124986f,0.943415478466518f,-0.09679361379590593f,0.16461996799531167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8077003093683107f,0.04920128063347628f,0.5875367598970817f,0.5051279379339636f,0.5863371402528331f,0.1716153352589458f,0.7916798182750961f,1.8511298241084286f,-0.06187865711587991f,0.9839346577329136f,-0.16746229756440645f,-0.5080627315501643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8650253950025985f,0.04920128063347628f,-0.499309823641218f,0.5986344198438145f,-0.48515868611467916f,0.1716153352589458f,0.8574200988963567f,1.8454738810767561f,0.12787538968885534f,0.9839346577329136f,-0.124581194503576f,-0.51175199289428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9974024737050772f,0.04920128063347628f,0.05260740851836993f,0.5439900676111336f,0.06033005900450578f,0.1716153352589458f,0.9833150363360019f,1.7008045971421921f,0.039352121003900155f,0.9839346577329136f,-0.17413787607671358f,-0.4837866808107151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,0.8015852777777777f,-5.740531871003218e-21f,0f,-0.000015625f,0.6094759259259259f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42.mcfunction new file mode 100644 index 000000000..12ef6a15f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..d6a4abf07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7720956142416955f,-0.1361412884774861f,-0.22864460738200934f,0.02899921220963822f,-0.2619395943012581f,0.2651270323581522f,0.7266634366023215f,1.0149460942890716f,-0.04690901672893603f,0.7603404834211405f,-0.2943235258433739f,-0.11587837282034945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7498014864007864f,0.1662269875767969f,-0.2239783909048255f,0.02899921220963822f,-0.1376727253946004f,0.33814078210352233f,0.7118335705492129f,1.0149460942890716f,0.24257772295409646f,0.7057119809664292f,-0.2883169232751418f,-0.11587837282034945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7720956142416955f,0.13614128847748555f,0.22864460738200956f,-0.028999212209638178f,0.2619395943012581f,0.2651270323581522f,0.7266634366023215f,1.0149460942890716f,0.04690901672893548f,0.7603404834211406f,-0.2943235258433738f,-0.11587837282034949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7498014864007861f,-0.16622698757679746f,0.2239783909048257f,-0.028999212209638178f,0.1376727253946004f,0.33814078210352233f,0.7118335705492129f,1.0149460942890716f,-0.24257772295409702f,0.7057119809664291f,-0.2883169232751417f,-0.11587837282034949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3819712540938569f,-0.6005860832018278f,1.3909710880209745f,-0.6831967942097794f,-1.421840798334282f,-0.35339466655757645f,-0.5430351773511467f,0.6225308307296975f,0.5233287257910633f,-1.3985044927753887f,-0.46012876290116367f,-0.360091454517846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.624129014056523f,-0.7761523929955758f,0.08972422560308808f,-0.4957914927520595f,-0.15652150589683486f,0.23671277219383f,0.9588889829756619f,0.7084921572414151f,-0.7654828489291055f,0.5844266646274391f,-0.269223850481021f,-0.1246374113349683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6205264996843745f,-0.7761523929955758f,0.11195680433407898f,-0.29843750000000013f,-0.12217639764305507f,0.23671277219383f,0.9638672062785818f,0.7339790603320946f,-0.7746094442029635f,0.5844266646274391f,-0.24171405135825832f,0.13141385334379208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8621086121855451f,0.4607954989696895f,0.21079907240020848f,0.34679721154487153f,0.49791451648142515f,-0.8475723230806741f,-0.183581838493621f,0.4635025487664923f,0.09407377462705496f,0.26322740221508933f,-0.9601361672442683f,0.21690866397454886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09458150115768783f,0.8737612682416943f,0.4770697912878412f,0.2984374999999999f,0.994389363726102f,0.060115872420581154f,0.08703950362628665f,0.7702380641219418f,0.04737228036685859f,0.482625453124655f,-0.8745447610323129f,0.22093470366048867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.5560939771033816e-16f,2.6389811716214513e-16f,-0.15625000000000006f,0f,0.718297219372098f,0.6957363758222738f,0.3409449382322236f,-3.6739403974420594e-16f,0.6957363758222738f,-0.718297219372098f,0.11673578432393278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.66596083158746e-17f,3.593072291123904e-16f,-0.15625000000000006f,0f,0.9779887266613094f,0.20865773535479248f,0.5256219353271866f,-3.6739403974420594e-16f,0.20865773535479248f,-0.9779887266613094f,0.1497466801613232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.259394976266723e-16f,2.8970627168180896e-16f,0.15625f,0f,0.7885437441595781f,0.6149786691803172f,0.4494397702159648f,-3.6739403974420594e-16f,0.6149786691803172f,-0.7885437441595781f,-0.021693076660035226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4052248050389655e-16f,1.3792324209878676e-16f,0.15624999999999994f,0f,0.37540957984733314f,0.9268590223754899f,0.5256219353271866f,-3.6739403974420594e-16f,0.9268590223754899f,-0.37540957984733314f,0.1497466801613233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.948477472726323e-17f,3.6254646876671393e-16f,0.29374999999999984f,0f,0.986805526347496f,0.16191001565697388f,1.280495319414419f,-3.6739403974420594e-16f,0.16191001565697388f,-0.986805526347496f,0.35251011600138366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.948477472726323e-17f,3.6254646876671393e-16f,0.3312499999999999f,0f,0.986805526347496f,0.16191001565697388f,1.1723236925888232f,-3.6739403974420594e-16f,0.16191001565697388f,-0.986805526347496f,0.2397583459491842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.948477472726323e-17f,3.6254646876671393e-16f,-0.2937500000000002f,0f,0.986805526347496f,0.16191001565697388f,1.280495319414419f,-3.6739403974420594e-16f,0.16191001565697388f,-0.986805526347496f,0.35251011600138343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.948477472726323e-17f,3.6254646876671393e-16f,-0.3312500000000001f,0f,0.986805526347496f,0.16191001565697388f,1.1723236925888232f,-3.6739403974420594e-16f,0.16191001565697388f,-0.986805526347496f,0.23975834594918394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402308f,3.6254646876671393e-16f,0.19523827377799072f,0.154370394612914f,0.9746563128082696f,0.16191001565697388f,1.389401032905493f,0.02532830668395375f,0.15991663468996933f,-0.986805526347496f,0.3482113214463636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6254646876671393e-16f,0.08005326181113263f,1.3877787807814457e-17f,0.986805526347496f,0.16191001565697388f,1.3993454498994415f,-3.660266534311063e-16f,0.16191001565697385f,-0.986805526347496f,0.349842950646039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966767f,3.6254646876671393e-16f,0.05771677939820283f,0.2387298635222141f,0.9574931848805105f,0.16191001565697388f,1.3950827608787668f,0.03916957790430665f,0.15710059623324152f,-0.986805526347496f,0.349143550381599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412533f,3.6254646876671393e-16f,0.08682420206637889f,-0.06883607378921681f,0.9844017176819858f,0.16191001565697388f,1.4049519790544331f,-0.01129427175608698f,0.16151561099640238f,-0.986805526347496f,0.3507628413428674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6254646876671393e-16f,0.14461004211822293f,0.08600576859630979f,0.9830504333950097f,0.16191001565697388f,1.513366903779909f,0.014111387672868158f,0.1612938991654289f,-0.986805526347496f,0.3368831685253224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6254646876671393e-16f,0.12499999999999988f,0.08600576859630979f,0.9830504333950097f,0.16191001565697388f,1.292180556266032f,0.014111387672868158f,0.1612938991654289f,-0.986805526347496f,0.30059204121310096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.6254646876671393e-16f,-0.19523827377799102f,-0.154370394612914f,0.9746563128082696f,0.16191001565697388f,1.389401032905493f,-0.025328306683954478f,0.15991663468996925f,-0.986805526347496f,0.3482113214463634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6254646876671393e-16f,-0.08005326181113294f,-1.3877787807814457e-17f,0.986805526347496f,0.16191001565697388f,1.3993454498994415f,-3.677613769070831e-16f,0.16191001565697388f,-0.986805526347496f,0.3498429506460389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6254646876671393e-16f,-0.05771677939820312f,-0.2387298635222141f,0.9574931848805105f,0.16191001565697388f,1.3950827608787668f,-0.03916957790430736f,0.15710059623324135f,-0.986805526347496f,0.34914355038159894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.6254646876671393e-16f,-0.08682420206637918f,0.06883607378921681f,0.9844017176819858f,0.16191001565697388f,1.4049519790544331f,0.011294271756086246f,0.16151561099640244f,-0.986805526347496f,0.35076284134286734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6254646876671393e-16f,-0.1446100421182232f,-0.08600576859630979f,0.9830504333950097f,0.16191001565697388f,1.513366903779909f,-0.01411138767286889f,0.16129389916542886f,-0.986805526347496f,0.3368831685253223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6254646876671393e-16f,-0.12500000000000014f,-0.08600576859630979f,0.9830504333950097f,0.16191001565697388f,1.292180556266032f,-0.01411138767286889f,0.16129389916542886f,-0.986805526347496f,0.30059204121310085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.948477472726323e-17f,3.6254646876671393e-16f,-1.0936965552532459e-16f,0f,0.986805526347496f,0.16191001565697388f,0.7813830360236595f,-3.6739403974420594e-16f,0.16191001565697388f,-0.986805526347496f,0.248450830887261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.4052248050389655e-16f,1.3792324209878676e-16f,1.832627466363661e-17f,0f,0.37540957984733314f,0.9268590223754899f,0.6406044435809096f,-3.6739403974420594e-16f,0.9268590223754899f,-0.37540957984733314f,-0.09912130250354774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9854892053693344f,-0.1692046569283172f,-0.013446567379385412f,0.18168858847784147f,-0.030155213050825334f,0.09656979944088273f,0.9948693064728689f,0.41191775074934894f,-0.16703798737525907f,0.9808384463864159f,-0.10027089739253675f,-0.7097575444310914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9854892053693344f,-0.15949864737027863f,0.05806210112947501f,0.1250000000000001f,-0.030155213050825334f,0.5011449214336132f,0.8648378060926551f,0.5989603551121516f,-0.16703798737525907f,0.8505374472698712f,-0.4986826260912582f,-0.4090733514662835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17051066959473546f,0.03286032807810409f,-0.19188058889232876f,0.03084986502477776f,-0.014427715245749595f,0.9994198951695632f,0.4531591039436694f,0.1708858549880553f,0.9852501979635135f,0.008948294689984593f,-0.7383405978384489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.1698231490491967f,-0.03624620882326862f,-0.12499999999999988f,0.03084986502477776f,0.37651754245006175f,0.9258956885391134f,0.6055508346065253f,0.1708858549880553f,0.9107110619040378f,-0.3760364161761744f,-0.38042180959455657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9783465971420854f,0.20697327329996515f,2.72322837527506e-16f,6.627218629545572e-17f,0.1534144351297726f,0.7251781264731697f,0.6712530789342246f,0.6342165725365695f,0.13893144695969614f,0.6567181655964464f,-0.7412282401671726f,-0.22962399564794642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9783465971420854f,-0.2069565799945106f,0.002628660776521048f,7.995515065557873e-17f,-0.1534144351297726f,0.7336448767535254f,0.6619888261195329f,0.6275011779421458f,-0.13893144695969686f,0.6472512408719507f,-0.7495090954987836f,-0.2668672899856815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.466143803603811e-16f,2.72322837527506e-16f,6.627218629545572e-17f,0f,0.7412282401671726f,0.6712530789342246f,0.6342165725365695f,-3.6739403974420594e-16f,0.6712530789342246f,-0.7412282401671726f,-0.22962399564794642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9724345542206219f,0.23317598023325758f,7.385342678571865e-17f,5.711385120867179e-17f,0.04687295742831028f,0.19547846830623028f,0.9795872060672158f,0.6330045784629486f,0.22841620699868115f,0.9525844480521974f,-0.20101966498187698f,-0.2046961685847738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9724773328792867f,-0.23299750435570957f,7.385342678571865e-17f,5.711385120867179e-17f,-0.046837080267198086f,0.1954870676578635f,0.9795872060672158f,0.6330045784629486f,-0.22824137431244348f,0.9526263534789183f,-0.20101966498187698f,-0.2046961685847738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.598945009187743e-16f,7.385342678571865e-17f,5.711385120867179e-17f,0f,0.20101966498187698f,0.9795872060672158f,0.6330045784629486f,-3.6739403974420594e-16f,0.9795872060672158f,-0.20101966498187698f,-0.2046961685847738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9632649064403992f,0.26776062939139533f,-0.020614688168701364f,-0.19374999999999998f,0.08886548652008526f,0.39024613721134194f,0.9164119585083856f,0.6451966993445372f,0.25342384521965866f,0.8809155451798716f,-0.3997050874514011f,-0.15487641572322422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9653854830981621f,-0.2598934604192651f,0.022051264241037597f,0.19375000000000006f,-0.08630900407643502f,0.3980877260361097f,0.9132781165640252f,0.6378997335861206f,-0.24613334767694953f,0.8797622131068707f,-0.4067392574495837f,-0.17714337816886597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.5448520770086483e-16f,9.653298897704289e-17f,-0.007812499999999911f,0f,0.26275055807724296f,0.9648637956883331f,0.6169291432377996f,-3.6739403974420594e-16f,0.9648637956883331f,-0.26275055807724296f,-0.2937424088373106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.615496888174984e-16f,6.527023023965229e-17f,9.045150543924635e-18f,0f,0.17765729211365533f,0.9840924176919784f,0.6566244444444445f,-3.6739403974420594e-16f,0.9840924176919784f,-0.17765729211365533f,-0.07385925925925925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.019376049349586755f,-0.1786248864307851f,-0.9837264450339795f,-0.0706999189799286f,-0.8908433692142358f,0.4435939607812307f,-0.09809428875040926f,0.5002577273763616f,0.453897191265413f,0.8782468604589537f,-0.15053169717823503f,0.14548930990017445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.019376049349586755f,-0.1786248864307851f,-0.9837264450339795f,-0.06888341435340482f,-0.8908433692142358f,0.4435939607812307f,-0.09809428875040926f,0.41674116151252705f,0.453897191265413f,0.8782468604589537f,-0.15053169717823503f,0.18804217158130693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.019376049349586755f,-0.1786248864307851f,-0.9837264450339795f,0.07776730008843023f,-0.8908433692142358f,0.4435939607812307f,-0.09809428875040926f,0.4732135877570057f,0.453897191265413f,0.8782468604589537f,-0.15053169717823503f,0.18934549531747594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8487307437253538f,0.10197065572087279f,0.5189008672446627f,0.5052626861373999f,0.5275945445050835f,0.23017951772019085f,0.8177171798553421f,1.855871619922865f,-0.036057194342893145f,0.9677909769128639f,-0.2491595949229395f,-0.5009581148353925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8345153737427459f,0.10197065572087279f,-0.5414665976390975f,0.5985156260848227f,-0.5097393905096016f,0.23017951772019085f,0.8289651038403246f,1.8548824326697275f,0.20916463551447945f,0.9677909769128639f,-0.140109886361168f,-0.5105483807201626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9946980261058433f,0.10197065572087279f,-0.01333500029974463f,0.553889406156073f,0.010551330700133532f,0.23017951772019085f,0.9730909818935518f,1.7094133790122634f,0.10229616943754725f,0.9677909769128639f,-0.23003503803648928f,-0.4712479920723042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000244f,0f,0.000015625f,0f,0.8227469444444444f,-5.740531871003218e-21f,0f,-0.000015625f,0.6136407407407407f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43.mcfunction new file mode 100644 index 000000000..9ad83f4f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..d352915fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7737813253933467f,-0.13643852483520336f,-0.22269134212571834f,0.0287896143365763f,-0.2596818208540051f,0.32784968438127554f,0.7014444958893689f,1.0381151906188457f,-0.0277895094398681f,0.7354206672621705f,-0.35401783821327404f,-0.13848824596059406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7514385229333561f,0.16658990983861915f,-0.21814662085784656f,0.0287896143365763f,-0.11211632006541072f,0.3940599611435489f,0.6871293020957083f,1.0381151906188457f,0.2505395717780461f,0.6759915302453912f,-0.34679298437218686f,-0.13848824596059406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7737813253933467f,0.13643852483520283f,0.22269134212571862f,-0.02878961433657619f,0.2596818208540051f,0.32784968438127554f,0.7014444958893689f,1.0381151906188457f,0.027789509439867535f,0.7354206672621705f,-0.3540178382132739f,-0.13848824596059406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7514385229333559f,-0.16658990983861965f,0.21814662085784683f,-0.02878961433657619f,0.11211632006541072f,0.3940599611435489f,0.6871293020957083f,1.0381151906188457f,-0.25053957177804664f,0.675991530245391f,-0.34679298437218675f,-0.13848824596059406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.277690768994421f,-0.5934551999071048f,1.4184868742848862f,-0.6765688695348722f,-1.327220071907882f,-0.6353089252667787f,-0.5256193491503208f,0.6223836932011159f,0.7763897008204859f,-1.2983064912337108f,-0.39118478661661643f,-0.34403791689880114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6176561140906943f,-0.7828254077698101f,0.07540096601777768f,-0.4950657925335269f,-0.24193592265702102f,0.28036079017235643f,0.9289051817392493f,0.7321314084462887f,-0.7483100520870204f,0.5555017626290331f,-0.36256014350940186f,-0.11979398093834762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6120580777105485f,-0.7828254077698101f,0.11211284698596749f,-0.29843750000000013f,-0.1860913778668543f,0.28036079017235643f,0.9416835065018117f,0.7807697950795293f,-0.7686058213368435f,0.5555017626290331f,-0.3172741450593689f,0.13725015713361474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8525370163058505f,0.4779390366709579f,0.2115535701763349f,0.34882261252894153f,0.5199861895846015f,-0.816523129086314f,-0.2508073808889608f,0.5138739534015182f,0.05286774507772629f,0.32382751101957147f,-0.9446378907482302f,0.23506064511965244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09945529739646085f,0.8737468046891447f,0.4761041536421319f,0.2984374999999999f,0.9947471462745169f,0.09895378981021251f,0.02619661163013781f,0.8213657864536352f,-0.02422310464175753f,0.47620863996541035f,-0.8789986191250861f,0.21768631495056642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.284069457307484e-16f,2.877649172180621e-16f,-0.15625000000000006f,0f,0.7832596234234372f,0.6216947501101928f,0.38600321595217807f,-3.6739403974420594e-16f,0.6216947501101928f,-0.7832596234234372f,0.14031500156970012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.417615959992351e-17f,3.6174549199481716e-16f,-0.15625000000000006f,0f,0.9846253691177964f,0.17467937053253624f,0.5717122187275933f,-3.6739403974420594e-16f,0.17467937053253624f,-0.9846253691177964f,0.16691347498756445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.012787630351989e-16f,3.073519806192689e-16f,0.15625f,0f,0.8365731268619909f,0.5478552759738208f,0.48165145991515373f,-3.6739403974420594e-16f,0.5478552759738208f,-0.8365731268619909f,0.0023401714959970232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.279885123404249e-16f,1.6553524160214992e-16f,0.15624999999999994f,0f,0.4505659419989557f,0.8927431500216586f,0.5717122187275933f,-3.6739403974420594e-16f,0.8927431500216586f,-0.4505659419989557f,0.16691347498756456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.65862587233353e-17f,3.6301015931136553e-16f,0.29374999999999984f,0f,0.9880676332259154f,0.1540206225521047f,1.3346697124128526f,-3.6739403974420594e-16f,0.1540206225521047f,-0.9880676332259154f,0.3442578613061297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.65862587233353e-17f,3.6301015931136553e-16f,0.3312499999999999f,0f,0.9880676332259154f,0.1540206225521047f,1.2256006916238729f,-3.6739403974420594e-16f,0.1540206225521047f,-0.9880676332259154f,0.23237394287218707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.65862587233353e-17f,3.6301015931136553e-16f,-0.2937500000000002f,0f,0.9880676332259154f,0.1540206225521047f,1.3346697124128526f,-3.6739403974420594e-16f,0.1540206225521047f,-0.9880676332259154f,0.34425786130612945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.65862587233353e-17f,3.6301015931136553e-16f,-0.3312500000000001f,0f,0.9880676332259154f,0.1540206225521047f,1.2256006916238729f,-3.6739403974420594e-16f,0.1540206225521047f,-0.9880676332259154f,0.23237394287218682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402308f,3.6301015931136553e-16f,0.19523827377799072f,0.15456783162726312f,0.9759028810566694f,0.1540206225521047f,1.4435376040419015f,0.024094133694101454f,0.15212437310591836f,-0.9880676332259154f,0.33908908602838395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6301015931136553e-16f,0.08005326181113263f,0f,0.9880676332259154f,0.1540206225521047f,1.4534947397699416f,-3.642919299551295e-16f,0.1540206225521047f,-0.9880676332259154f,0.3406412107940353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966767f,3.6301015931136553e-16f,0.05771677939820283f,0.2390351948106907f,0.9587178017907445f,0.1540206225521047f,1.4492265988451278f,0.03726096096924574f,0.14944555182067562f,-0.9880676332259154f,0.33997589022257435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412533f,3.6301015931136553e-16f,0.08682420206637889f,-0.06892411391454357f,0.9856607501314827f,0.1540206225521047f,1.4591084395769225f,-0.010743935513110085f,0.15364543605661715f,-0.9880676332259154f,0.3415162779554491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6301015931136553e-16f,0.14461004211822293f,0.08611576845872536f,0.9843077375757163f,0.1540206225521047f,1.5674090102943001f,0.013423781756985031f,0.15343452758319664f,-0.9880676332259154f,0.3267708514426974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6301015931136553e-16f,0.12499999999999988f,0.08611576845872536f,0.9843077375757163f,0.1540206225521047f,1.3459397693397643f,0.013423781756985031f,0.15343452758319664f,-0.9880676332259154f,0.29224808273647823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.6301015931136553e-16f,-0.19523827377799102f,-0.15456783162726312f,0.9759028810566694f,0.1540206225521047f,1.4435376040419015f,-0.02409413369410218f,0.15212437310591825f,-0.9880676332259154f,0.33908908602838383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6301015931136553e-16f,-0.08005326181113294f,0f,0.9880676332259154f,0.1540206225521047f,1.4534947397699416f,-3.677613769070831e-16f,0.1540206225521047f,-0.9880676332259154f,0.3406412107940353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6301015931136553e-16f,-0.05771677939820312f,-0.2390351948106907f,0.9587178017907445f,0.1540206225521047f,1.4492265988451278f,-0.03726096096924646f,0.14944555182067545f,-0.9880676332259154f,0.3399758902225744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.6301015931136553e-16f,-0.08682420206637918f,0.06892411391454357f,0.9856607501314827f,0.1540206225521047f,1.4591084395769225f,0.010743935513109355f,0.1536454360566172f,-0.9880676332259154f,0.3415162779554491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6301015931136553e-16f,-0.1446100421182232f,-0.08611576845872536f,0.9843077375757163f,0.1540206225521047f,1.5674090102943001f,-0.013423781756985763f,0.1534345275831966f,-0.9880676332259154f,0.32677085144269735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6301015931136553e-16f,-0.12500000000000014f,-0.08611576845872536f,0.9843077375757163f,0.1540206225521047f,1.3459397693397643f,-0.013423781756985763f,0.1534345275831966f,-0.9880676332259154f,0.2922480827364782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.65862587233353e-17f,3.6301015931136553e-16f,-1.0658944649907503e-16f,0f,0.9880676332259154f,0.1540206225521047f,0.8347419628567292f,-3.6739403974420594e-16f,0.1540206225521047f,-0.9880676332259154f,0.24418962721683438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.279885123404249e-16f,1.6553524160214992e-16f,1.6406245628584315e-17f,0f,0.4505659419989557f,0.8927431500216586f,0.6657797346071208f,-3.6739403974420594e-16f,0.8927431500216586f,-0.4505659419989557f,-0.09058905404128761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9859377637269815f,-0.16694613468481498f,-0.00746419257779464f,0.17892678111185653f,-0.04913793561076186f,0.24692509962767945f,0.9677879201859121f,0.3522270405311364f,-0.15972535597378215f,0.9545454328043588f,-0.2516561689515845f,-0.6529377791445451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9859377637269815f,-0.1534149465253022f,0.06626145364899157f,0.1250000000000001f,-0.04913793561076186f,0.6451210900362611f,0.7624986835885942f,0.5894564921906053f,-0.15972535597378215f,0.7485202958992262f,-0.6435877386075528f,-0.39304488862181136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17109360975438997f,0.029676022446719644f,-0.19026656825164168f,0.05105956663718109f,0.1219706882510988f,0.9912194872289269f,0.38742445040275875f,0.1659717152465111f,0.9776758808054775f,-0.12885364499836716f,-0.6887539912242888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.16765256293947406f,-0.04523613319981479f,-0.12499999999999988f,0.05105956663718109f,0.5285633811839022f,0.8473568744786723f,0.5999486454615744f,0.1659717152465111f,0.8321738821972647f,-0.5290935829575563f,-0.3668700542670158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.979533114453838f,0.20128307849485094f,2.9430680180931794e-16f,6.320615172900335e-17f,0.1612409910933722f,0.7846704818127797f,0.5985762923495443f,0.6445737047261285f,0.12048327883814995f,0.5863252998833803f,-0.8010658039369005f,-0.21797246541345622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.979533114453838f,-0.2012377487938945f,0.004271551091808035f,7.658780893380862e-17f,-0.1612409910933722f,0.7971965240199995f,0.5817895193982593f,0.6343872178774584f,-0.12048327883815067f,0.5691933507612291f,-0.8133281680660105f,-0.2543956398724706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-2.1991336214140799e-16f,2.9430680180931794e-16f,6.320615172900335e-17f,0f,0.8010658039369005f,0.5985762923495443f,0.6445737047261285f,-3.6739403974420594e-16f,0.5985762923495443f,-0.8010658039369005f,-0.21797246541345622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9749087340673147f,0.22260494208185483f,1.1375052183427474e-16f,5.405254657302541e-17f,0.06892171778924149f,0.3018458800206983f,0.9508621674730311f,0.6460741617523237f,0.21166661771816098f,0.9270038319636358f,-0.30961449977106953f,-0.19305751262230303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9749609241875299f,-0.22237624942290382f,1.1375052183427474e-16f,5.405254657302541e-17f,-0.06885091122603886f,0.30186203883866175f,0.9508621674730311f,0.6460741617523237f,-0.21144916252078574f,0.9270534575744642f,-0.30961449977106953f,-0.19305751262230303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.4934109294784864e-16f,1.1375052183427474e-16f,5.405254657302541e-17f,0f,0.30961449977106953f,0.9508621674730311f,0.6460741617523237f,-3.6739403974420594e-16f,0.9508621674730311f,-0.30961449977106953f,-0.19305751262230303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659251035261815f,0.2581729848967256f,-0.018314045087054257f,-0.19374999999999998f,0.11175170278245178f,0.47983668951140634f,0.8702116457069263f,0.6624896243252401f,0.23345288883018378f,0.8385126482458387f,-0.49233757466660266f,-0.1472609988027755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9678392647697339f,-0.25068415823129564f,0.021085786251583645f,0.19375000000000006f,-0.10862034750019241f,0.49201590100896536f,0.8637835222225959f,0.654297615493501f,-0.22691138728349042f,0.8337132636381666f,-0.503421708267412f,-0.16721246999314207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.404010966346726e-16f,1.3822255188455864e-16f,-0.007812499999999913f,0f,0.3762242631393655f,0.9265286308718375f,0.6185703648309071f,-3.6739403974420594e-16f,0.9265286308718375f,-0.3762242631393655f,-0.2824600017440019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.5115265686605216e-16f,1.0802866293479628e-16f,8.437816446125264e-18f,0f,0.29404032523230383f,0.9557930147983302f,0.6842699999999999f,-3.6739403974420594e-16f,0.9557930147983302f,-0.29404032523230383f,-0.0689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.10001042865219499f,-0.1639322135691204f,-0.9813888849559752f,-0.06093701115692843f,-0.8079900986098287f,0.5889775929188346f,-0.016043552848884035f,0.5452695358723355f,0.5806461183107001f,0.7913479793326472f,-0.19135950694139184f,0.15700721320418584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10001042865219499f,-0.1639322135691204f,-0.9813888849559752f,-0.07031298884307172f,-0.8079900986098287f,0.5889775929188346f,-0.016043552848884035f,0.4695204641276641f,0.5806461183107001f,0.7913479793326472f,-0.19135950694139184f,0.211442786795814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.10001042865219499f,-0.1639322135691204f,-0.9813888849559752f,0.08158333274339624f,-0.8079900986098287f,0.5889775929188346f,-0.016043552848884035f,0.5098015329273324f,0.5806461183107001f,0.7913479793326472f,-0.19135950694139184f,0.2129289260412087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8894835474955267f,0.1539544532038508f,0.43025230397230463f,0.5058159023687661f,0.45695713753150097f,0.3059119156974641f,0.8352293543053454f,1.8640030703624806f,-0.00303202799953059f,0.9395296302794345f,-0.342454202241992f,-0.4925241566947546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7857549191405144f,0.1539544532038508f,-0.599071976798437f,0.5979814076312341f,-0.5386055802565309f,0.3059119156974641f,0.7850617356302833f,1.8684950696375193f,0.304127006303303f,0.9395296302794345f,-0.1574510649820438f,-0.5090893033052449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9830987227996585f,0.1539544532038508f,-0.09907031628284865f,0.5667592024424274f,-0.0479146589337463f,0.3059119156974641f,0.9508533458391836f,1.7236210681241224f,0.17669489717856346f,0.9395296302794345f,-0.2933649384947799f,-0.45680198922578275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000244f,0f,0.000015625f,0f,0.8503924999999999f,-5.740531871003218e-21f,0f,-0.000015625f,0.6186f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44.mcfunction new file mode 100644 index 000000000..3818b9107 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..cad4de119 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7750263307760741f,-0.13665805287530544f,-0.21818159324871986f,0.02863481291646662f,-0.2573806570013509f,0.39565942544264027f,0.6664482432300328f,1.0634855509590169f,-0.005816222981676657f,0.7012293776555388f,-0.4185546271485926f,-0.16339689974537136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7526475790001526f,0.16685795111546403f,-0.2137289076722154f,0.02863481291646662f,-0.08461363013080848f,0.4545668162520389f,0.6528472586743179f,1.0634855509590169f,0.25760853134416123f,0.6368103593001879f,-0.41001269598229484f,-0.16339689974537136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7750263307760741f,0.13665805287530494f,0.21818159324872013f,-0.02863481291646651f,0.2573806570013509f,0.39565942544264027f,0.6664482432300328f,1.0634855509590169f,0.005816222981676104f,0.7012293776555389f,-0.4185546271485925f,-0.1633968997453714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7526475790001526f,-0.16685795111546453f,0.21372890767221567f,-0.02863481291646651f,0.08461363013080848f,0.4545668162520389f,0.6528472586743179f,1.0634855509590169f,-0.25760853134416173f,0.6368103593001878f,-0.41001269598229473f,-0.1633968997453714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1656945305799401f,-0.5672342345668101f,1.446442842172237f,-0.6689622252265853f,-1.15671292720931f,-0.9261263044445425f,-0.4956929717504231f,0.6264304295948058f,1.037288183950229f,-1.1233617588966172f,-0.3217107895081176f,-0.3227604739634602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6098611558243635f,-0.7902659338363118f,0.05957452840261015f,-0.49415825818211834f,-0.33597785645346157f,0.3258970363941005f,0.8836911234376407f,0.7612109536662699f,-0.7177661531372935f,0.5189131675794749f,-0.464263797773558f,-0.11401587373221839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6024004827092397f,-0.7902659338363118f,0.11222037359364344f,-0.2984375000000001f,-0.25810392722347164f,0.3258970363941005f,0.9094907830326612f,0.8364064262192202f,-0.7553118701460317f,0.5189131675794749f,-0.4002912731113932f,0.14164197238907994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8412608133854953f,0.4972255193597115f,0.2122428485472251f,0.3511692644919807f,0.540621846804381f,-0.7757973194547667f,-0.32537138455097603f,0.5739041352447536f,0.0028744773082337582f,0.3884653163723424f,-0.9214588625413183f,0.2534207311681217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10509442021848343f,0.8737375895585874f,0.47490818842307875f,0.2984374999999999f,0.9889055826079316f,0.14223325726722078f,-0.04284214296722144f,0.8804246887807841f,-0.10498052926999407f,0.46513688858174457f,-0.8789919017571695f,0.21173053873475323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.9498314103088949e-16f,3.113839352845542e-16f,-0.15625000000000006f,0f,0.8475475963119918f,0.5307193910022175f,0.440516516047551f,-3.6739403974420594e-16f,0.5307193910022175f,-0.8475475963119918f,0.16515051524790014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.996461927582565e-17f,3.6398065506313513e-16f,-0.15625000000000006f,0f,0.9907091996281503f,0.135997359430798f,0.6271244744742717f,-3.6739403974420594e-16f,0.135997359430798f,-0.9907091996281503f,0.18445808764349886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.7174249437374714e-16f,3.247813049820611e-16f,0.15625f,0f,0.8840135381841974f,0.46746129712207896f,0.5221103112770151f,-3.6739403974420594e-16f,0.46746129712207896f,-0.8840135381841974f,0.028999610782377117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.111240155280016e-16f,1.9539761360185285e-16f,0.15624999999999994f,0f,0.5318475327958404f,0.8468401276858445f,0.6271244744742717f,-3.6739403974420594e-16f,0.8468401276858445f,-0.5318475327958404f,0.18445808764349897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.330349648590578e-17f,3.6350669553935896e-16f,0.2937499999999999f,0f,0.9894191418903977f,0.14508535991225585f,1.3970255455630012f,-3.6739403974420594e-16f,0.14508535991225585f,-0.9894191418903977f,0.3324175039595846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.330349648590578e-17f,3.6350669553935896e-16f,0.3312499999999999f,0f,0.9894191418903977f,0.14508535991225585f,1.2869499053184756f,-3.6739403974420594e-16f,0.14508535991225585f,-0.9894191418903977f,0.22152378941832782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.330349648590578e-17f,3.6350669553935896e-16f,-0.2937500000000001f,0f,0.9894191418903977f,0.14508535991225585f,1.3970255455630012f,-3.6739403974420594e-16f,0.14508535991225585f,-0.9894191418903977f,0.33241750395958436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.330349648590578e-17f,3.6350669553935896e-16f,-0.3312500000000001f,0f,0.9894191418903977f,0.14508535991225585f,1.2869499053184756f,-3.6739403974420594e-16f,0.14508535991225585f,-0.9894191418903977f,0.22152378941832757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402308f,3.6350669553935896e-16f,0.19523827377799075f,0.15477925416218866f,0.977237750406792f,0.14508535991225585f,1.5058422826077877f,0.022696350663042736f,0.14329911837638434f,-0.9894191418903977f,0.3262651219369875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6350669553935896e-16f,0.08005326181113265f,0f,0.9894191418903977f,0.14508535991225585f,1.515813038005937f,-3.660266534311063e-16f,0.14508535991225585f,-0.9894191418903977f,0.3277272026409989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966767f,3.6350669553935896e-16f,0.05771677939820283f,0.2393621543487216f,0.9600291648719167f,0.14508535991225585f,1.5115390589894306f,0.03509932529373262f,0.14077570466807673f,-0.9894191418903977f,0.3271004795894492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412533f,3.6350669553935896e-16f,0.08682420206637889f,-0.06901839039321249f,0.987008966588785f,0.14508535991225585f,1.5214344164005706f,-0.01012064309937661f,0.14473193926747427f,-0.9894191418903977f,0.32855150416606355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6350669553935896e-16f,0.14461004211822293f,0.08623356020020821f,0.9856541033416987f,0.14508535991225585f,1.6295973133786295f,0.012645022304963604f,0.14453326631532198f,-0.9894191418903977f,0.3128279887173303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.6350669553935896e-16f,0.12499999999999989f,0.08623356020020821f,0.9856541033416987f,0.14508535991225585f,1.4078251401267476f,0.012645022304963604f,0.14453326631532198f,-0.9894191418903977f,0.28030800379638293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.6350669553935896e-16f,-0.19523827377799102f,-0.15477925416218866f,0.977237750406792f,0.14508535991225585f,1.5058422826077877f,-0.022696350663043464f,0.14329911837638423f,-0.9894191418903977f,0.32626512193698737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.6350669553935896e-16f,-0.08005326181113294f,0f,0.9894191418903977f,0.14508535991225585f,1.515813038005937f,-3.660266534311063e-16f,0.14508535991225588f,-0.9894191418903977f,0.32772720264099886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6350669553935896e-16f,-0.05771677939820312f,-0.2393621543487216f,0.9600291648719167f,0.14508535991225585f,1.5115390589894306f,-0.03509932529373333f,0.14077570466807657f,-0.9894191418903977f,0.3271004795894492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.6350669553935896e-16f,-0.08682420206637918f,0.06901839039321249f,0.987008966588785f,0.14508535991225585f,1.5214344164005706f,0.010120643099375878f,0.14473193926747432f,-0.9894191418903977f,0.32855150416606355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6350669553935896e-16f,-0.1446100421182232f,-0.08623356020020821f,0.9856541033416987f,0.14508535991225585f,1.6295973133786295f,-0.012645022304964336f,0.14453326631532193f,-0.9894191418903977f,0.31282798871733025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.6350669553935896e-16f,-0.12500000000000014f,-0.08623356020020821f,0.9856541033416987f,0.14508535991225585f,1.4078251401267476f,-0.012645022304964336f,0.14453326631532193f,-0.9894191418903977f,0.2803080037963829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.330349648590578e-17f,3.6350669553935896e-16f,-1.0252679278672821e-16f,0f,0.9894191418903977f,0.14508535991225585f,0.8962139124106607f,-3.6739403974420594e-16f,0.14508535991225585f,-0.9894191418903977f,0.2368711050254267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.111240155280016e-16f,1.9539761360185285e-16f,1.414471303627239e-17f,0f,0.5318475327958404f,0.8468401276858445f,0.6967710876122205f,-3.6739403974420594e-16f,0.8468401276858445f,-0.5318475327958404f,-0.08069394285676502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9864366855027218f,-0.16413971008400918f,-0.0009061279942327305f,0.1756474578068453f,-0.06902312038333198f,0.4097896595085466f,0.9095648650934234f,0.29904041287848415f,-0.14892439137680763f,0.8972906945541155f,-0.41556098844771344f,-0.5740783187845706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9864366855027218f,-0.14604698931343632f,0.07491957292247158f,0.1250000000000001f,-0.06902312038333198f,0.783190665536386f,0.6179386622224091f,0.5826500852421672f,-0.14892439137680763f,0.6043861831057636f,-0.782648623153388f,-0.37004937785838077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17168128188436071f,0.026061984912672295f,-0.1881800677827334f,0.07302045576541619f,0.27325846016832384f,0.9591651719001517f,0.3259874287262203f,0.15754904838448433f,0.9464963557230315f,-0.2816432955995297f,-0.6166189677086352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.16462474299977875f,-0.055248380965440796f,-0.12499999999999989f,0.07302045576541619f,0.6812658177239751f,0.7283851307108723f,0.596943078614509f,0.15754904838448433f,0.7132850619444799f,-0.6829368329208807f,-0.3472748112294617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9807804879295057f,0.195114413862125f,3.1620343989683885e-16f,5.891815515556054e-17f,0.1679282790750076f,0.8441241025111123f,0.509170494674147f,0.6595908568108698f,0.09934650262423417f,0.4993844862058177f,-0.8606656768765003f,-0.2025615761761873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9807804879295057f,-0.19502149803541738f,0.006020780745255376f,7.181132885089433e-17f,-0.1679282790750076f,0.8594339474499284f,0.4828802988914955f,0.6455595534268378f,-0.09934650262423489f,0.47258851580910777f,-0.8756656708708396f,-0.2376551604496571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.8706620495689062e-16f,3.1620343989683885e-16f,5.891815515556054e-17f,0f,0.8606656768765003f,0.509170494674147f,0.6595908568108698f,-3.6739403974420594e-16f,0.509170494674147f,-0.8606656768765003f,-0.2025615761761873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9774789727529654f,0.2110328358948147f,1.5712123127202305e-16f,4.990015776669906e-17f,0.09025116204309096f,0.4180326383312818f,0.9039377417940128f,0.6641369808313753f,0.19076054512314522f,0.8835801352814469f,-0.4276640725620291f,-0.1780157305355227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9775344000714806f,-0.21077593951134532f,1.5712123127202305e-16f,4.990015776669906e-17f,-0.0901412966895097f,0.41805634260404934f,0.9039377417940128f,0.6641369808313753f,-0.19052832678639697f,0.8836302381265793f,-0.4276640725620291f,-0.1780157305355227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.3210133863495738e-16f,1.5712123127202305e-16f,4.990015776669906e-17f,0f,0.4276640725620291f,0.9039377417940128f,0.6641369808313753f,-3.6739403974420594e-16f,0.9039377417940128f,-0.4276640725620291f,-0.1780157305355227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9687437420890335f,0.24754922814168465f,-0.015966897312642548f,-0.19374999999999998f,0.13385470581152803f,0.5758398007905813f,0.8065304963592963f,0.6844630335279246f,0.20885037681422935f,0.7791841268095236f,-0.5909768325684474f,-0.13712389486743012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9704348087272037f,-0.24052220462023285f,0.02013333293864935f,0.19375000000000006f,-0.13023926590088164f,0.5920489942042674f,0.7953085703544975f,0.6757392223965492f,-0.2032092902113363f,0.7691729698490049f,-0.6058703878103522f,-0.15456394956107217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.185991920892301e-16f,1.829561019470437e-16f,-0.007812499999999918f,0f,0.497983315337464f,0.867186610623981f,0.6233521780665647f,-3.6739403974420594e-16f,0.867186610623981f,-0.497983315337464f,-0.2660130841098083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.333325009310155e-16f,1.5449214951783713e-16f,7.750880306381311e-18f,0f,0.42050804532757413f,0.9072888094839388f,0.7173094444444446f,-3.6739403974420594e-16f,0.9072888094839388f,-0.42050804532757413f,-0.06329074074074073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.19052308425347744f,-0.11386256710535811f,-0.9750570599604519f,-0.05252756375895165f,-0.6936754197721955f,0.7184337347783154f,0.05164669143662015f,0.5942004797462663f,0.6946332603398794f,0.6862130023139018f,-0.21586187501485846f,0.16977332518082744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.19052308425347744f,-0.11386256710535811f,-0.9750570599604519f,-0.07038910290771519f,-0.6936754197721955f,0.7184337347783154f,0.05164669143662015f,0.5291684091426231f,0.6946332603398794f,0.6862130023139018f,-0.21586187501485846f,0.2348951933376911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.19052308425347744f,-0.11386256710535811f,-0.9750570599604519f,0.08480022566073439f,-0.6936754197721955f,0.7184337347783154f,0.05164669143662015f,0.5539374407289517f,0.6946332603398794f,0.6862130023139018f,-0.21586187501485846f,0.23471354051148804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9264525600587816f,0.1964281206629519f,0.3210944524175876f,0.5069447823785848f,0.3745868458209648f,0.3972277113154733f,0.837791644921917f,1.8750871347187315f,0.037018223869201866f,0.8964519723754819f,-0.44159202022418587f,-0.48304215400183304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7167664995479319f,0.1964281206629519f,-0.6690753160434371f,0.5968740153991933f,-0.5656936965738507f,0.3972277113154733f,0.722634615154632f,1.8855459304664537f,0.4077210158704313f,0.8964519723754819f,-0.17360136647414856f,-0.507381610442611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9592451522198238f,0.1964281206629519f,-0.2031372229690756f,0.5823799823342504f,-0.11156048797570445f,0.3972277113154733f,0.9109140480230249f,1.7436794253891388f,0.2596208687016316f,0.8964519723754819f,-0.3591251394134339f,-0.4413431113102069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.0072175000000002446f,0f,0.000015625f,0f,0.8834319444444445f,-5.740531871003218e-21f,0f,-0.000015625f,0.6242092592592593f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45.mcfunction new file mode 100644 index 000000000..8a1c1f5e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..a730fa8fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7759053329873186f,-0.13681304468125025f,-0.21493615212739053f,0.028525519581298772f,-0.25411941015787454f,0.4653159244362682f,0.6211673367873423f,1.0895248224467071f,0.018403371085115805f,0.6570446908053603f,-0.4846628051146861f,-0.18955321831546482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.753501200173986f,0.16704719437362195f,-0.2105497000431581f,0.028525519581298772f,-0.055549740500860575f,0.5163851234429822f,0.6084904523631108f,1.0895248224467071f,0.2629641946475785f,0.587742834187434f,-0.4747717274592844f,-0.18955321831546482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7759053329873186f,0.1368130446812498f,0.21493615212739087f,-0.028525519581298647f,0.25411941015787454f,0.4653159244362682f,0.6211673367873423f,1.0895248224467071f,-0.01840337108511637f,0.6570446908053604f,-0.484662805114686f,-0.18955321831546484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.753501200173986f,-0.1670471943736224f,0.21054970004315843f,-0.028525519581298647f,0.055549740500860575f,0.5163851234429822f,0.6084904523631108f,1.0895248224467071f,-0.26296419464757903f,0.5877428341874339f,-0.4747717274592843f,-0.18955321831546484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0542195638986236f,-0.518316908147701f,1.4730288767090922f,-0.6605483307393468f,-0.9024615751500464f,-1.1924492599686922f,-0.4528069321220866f,0.6354909176028736f,1.2743741971133677f,-0.8664978910120481f,-0.2579884892845678f,-0.296288920576832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6008090789388231f,-0.798246319007893f,0.04279328048925719f,-0.4930633211574408f,-0.4337885850210608f,0.37052518878482826f,0.8213029574897398f,0.7949362749257896f,-0.6714580509384851f,0.47488303682729766f,-0.5688850386181504f,-0.10751096951026759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5917786262446698f,-0.798246319007893f,0.11225360444244357f,-0.2984375000000001f,-0.3355080080788657f,0.37052518878482826f,0.8661093816550651f,0.8992256216389904f,-0.7329614137421719f,0.47488303682729766f,-0.48708691965475753f,0.14353158103749888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.828422228927219f,0.5181065096497901f,0.21279627646594426f,0.3537944379418007f,0.5573785409187149f,-0.7251419068632113f,-0.4043493255022323f,0.641983380195174f,-0.055188520025302334f,0.45358004758730036f,-0.8895051251612434f,0.2706324542799001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11139204966380782f,0.8737347863200801f,0.47347580133086f,0.2984374999999999f,0.9750269201070529f,0.1882011598019438f,-0.11791025619409917f,0.9452196225169254f,-0.1921309874493196f,0.4485173872030019f,-0.8728790506355057f,0.2024797213363632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.558053255325774e-16f,3.327207251964548e-16f,-0.1562500000000001f,0f,0.9056236334920074f,0.4240823439625071f,0.503197313196548f,-3.6739403974420594e-16f,0.4240823439625071f,-0.9056236334920074f,0.18976317894440267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.438567981357298e-17f,3.657813629250753e-16f,-0.1562500000000001f,0f,0.9956104981445711f,0.09359346122629969f,0.6904592407313195f,-3.6739403974420594e-16f,0.09359346122629969f,-0.9956104981445711f,0.20108938731093032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.3784839798762153e-16f,3.4055278535318646e-16f,0.15624999999999994f,0f,0.9269415083333759f,0.3752058636650637f,0.5701906942941781f,-3.6739403974420594e-16f,0.3752058636650637f,-0.9269415083333759f,0.057107481371686836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8965660720486113e-16f,2.2600316445159785e-16f,0.1562499999999999f,0f,0.6151519622064366f,0.7884085637495136f,0.6904592407313195f,-3.6739403974420594e-16f,0.7884085637495136f,-0.6151519622064366f,0.20108938731093043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.971991291903469e-17f,3.640141627723993e-16f,0.2937499999999999f,0f,0.9908004033648454f,0.13533129975013103f,1.465210529676863f,-3.6739403974420594e-16f,0.13533129975013103f,-0.9908004033648454f,0.3164937402065059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.971991291903469e-17f,3.640141627723993e-16f,0.3312499999999999f,0f,0.9908004033648454f,0.13533129975013103f,1.354047788607832f,-3.6739403974420594e-16f,0.13533129975013103f,-0.9908004033648454f,0.20668978992228532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.971991291903469e-17f,3.640141627723993e-16f,-0.2937500000000001f,0f,0.9908004033648454f,0.13533129975013103f,1.465210529676863f,-3.6739403974420594e-16f,0.13533129975013103f,-0.9908004033648454f,0.31649374020650567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.971991291903469e-17f,3.640141627723993e-16f,-0.3312500000000001f,0f,0.9908004033648454f,0.13533129975013103f,1.354047788607832f,-3.6739403974420594e-16f,0.13533129975013103f,-0.9908004033648454f,0.20668978992228507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402308f,3.640141627723993e-16f,0.19523827377799075f,0.15499533106202457f,0.9786020062604174f,0.13533129975013103f,1.5739613777306902f,0.021170479479610513f,0.13366514688079012f,-0.9908004033648454f,0.3092696753397187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.640141627723993e-16f,0.08005326181113265f,0f,0.9908004033648455f,0.13533129975013103f,1.5839460526294022f,-3.660266534311063e-16f,0.135331299750131f,-0.9908004033648454f,0.3106334606460592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966767f,3.640141627723993e-16f,0.05771677939820283f,0.23969631174293882f,0.9613693969774431f,0.13533129975013103f,1.5796661069984372f,0.03273960456951818f,0.13131138177892804f,-0.9908004033648454f,0.31004887206178794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412533f,3.640141627723993e-16f,0.08682420206637889f,-0.06911474232298859f,0.9883868633797028f,0.13533129975013103f,1.5895752786520851f,-0.00944023425777873f,0.13500163950566701f,-0.9908004033648454f,0.311402344541998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.640141627723993e-16f,0.14461004211822293f,0.08635394506994243f,0.9870301086992219f,0.13533129975013103f,1.6975780306939288f,0.011794899946728271f,0.13481632329694532f,-0.9908004033648454f,0.2946140518312803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765812f,3.640141627723993e-16f,0.12499999999999989f,0.08635394506994243f,0.9870301086992219f,0.13533129975013103f,1.475496256236604f,0.011794899946728271f,0.13481632329694532f,-0.9908004033648454f,0.26428037908946767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023092f,3.640141627723993e-16f,-0.195238273777991f,-0.15499533106202457f,0.9786020062604174f,0.13533129975013103f,1.5739613777306902f,-0.02117047947961124f,0.13366514688079f,-0.9908004033648454f,0.30926967533971855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-5.551115123125783e-17f,3.640141627723993e-16f,-0.08005326181113291f,0f,0.9908004033648455f,0.13533129975013103f,1.5839460526294022f,-3.677613769070831e-16f,0.135331299750131f,-0.9908004033648454f,0.3106334606460591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.640141627723993e-16f,-0.05771677939820309f,-0.23969631174293882f,0.9613693969774431f,0.13533129975013103f,1.5796661069984372f,-0.032739604569518896f,0.13131138177892787f,-0.9908004033648454f,0.3100488720617879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412523f,3.640141627723993e-16f,-0.08682420206637916f,0.06911474232298859f,0.9883868633797028f,0.13533129975013103f,1.5895752786520851f,0.009440234257777999f,0.13500163950566707f,-0.9908004033648454f,0.3114023445419979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.640141627723993e-16f,-0.14461004211822318f,-0.08635394506994243f,0.9870301086992219f,0.13533129975013103f,1.6975780306939288f,-0.011794899946729004f,0.13481632329694526f,-0.9908004033648454f,0.2946140518312802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765824f,3.640141627723993e-16f,-0.1250000000000001f,-0.08635394506994243f,0.9870301086992219f,0.13533129975013103f,1.475496256236604f,-0.011794899946729004f,0.13481632329694526f,-0.9908004033648454f,0.26428037908946755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.971991291903469e-17f,3.640141627723993e-16f,-9.699308624913613e-17f,0f,0.9908004033648454f,0.13533129975013103f,0.963481946394929f,-3.6739403974420594e-16f,0.13533129975013103f,-0.9908004033648454f,0.22588560057267684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.8965660720486113e-16f,2.2600316445159785e-16f,1.1628141452686785e-17f,0f,0.6151519622064366f,0.7884085637495136f,0.7327999605675153f,-3.6739403974420594e-16f,0.7884085637495136f,-0.6151519622064366f,-0.06976761083339075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9869703769404826f,-0.16079093323818025f,0.0059791998090800574f,0.17191618109736617f,-0.0884171301967694f,0.5730216257132356f,0.8147567904305726f,0.26029251346651405f,-0.13443171549053953f,0.803612152878088f,-0.5797720428038202f,-0.4737868467524584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9869703769404826f,-0.13748959484106008f,0.08358281134541351f,0.1250000000000001f,-0.0884171301967694f,0.8974389134457319f,0.43218723687900784f,0.5798832093644114f,-0.13443171549053953f,0.41916584777840055f,-0.897902058092354f,-0.3395358725121954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17223495146815532f,0.022109072793943592f,-0.18560533484742778f,0.09542123265361266f,0.43038128819224725f,0.8975894023064481f,0.27691550374964785f,0.14508093591478802f,0.8860626773918108f,-0.440277700738233f,-0.5215987011114636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.16064393870410507f,-0.0659334100792417f,-0.12499999999999989f,0.09542123265361266f,0.8178648865078424f,0.5674432269191155f,0.5974819853723486f,0.14508093591478802f,0.5525310420013935f,-0.82076852379885f,-0.321050264996692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9820563691853521f,0.1885876129083862f,3.360164176596246e-16f,5.33756847578221e-17f,0.17248111632016566f,0.8981829518607042f,0.40437315625513687f,0.6794487778514934f,0.07625976826238581f,0.3971172336279408f,-0.9145940905670988f,-0.18339913118739973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9820563691853521f,-0.18842624826633522f,0.007799788891810749f,6.556252101485504e-17f,-0.1724811163201657f,0.9141388793756433f,0.36687923588940324f,0.6613941677369677f,-0.07625976826238655f,0.3589507740319225f,-0.930235878455809f,-0.21657015449936715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.4856428744068972e-16f,3.360164176596246e-16f,5.33756847578221e-17f,0f,0.9145940905670988f,0.40437315625513687f,0.6794487778514934f,-3.6739403974420594e-16f,0.40437315625513687f,-0.9145940905670988f,-0.18339913118739973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9800610821448029f,0.1986964399911535f,2.0148931437060483e-16f,4.466064682887103e-17f,0.10897076471238258f,0.5374933017970485f,0.8361975382415961f,0.6872361670422391f,0.16614947397797147f,0.819524664215879f,-0.5484283700162624f,-0.15967790278908706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9801149912454383f,-0.19843035033974596f,2.0148931437060483e-16f,4.466064682887103e-17f,-0.10882483359858261f,0.5375228670772392f,0.8361975382415961f,0.6872361670422391f,-0.16592697046651314f,0.8195697428731191f,-0.5484283700162624f,-0.15967790278908706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.0721399159874006e-16f,2.0148931437060483e-16f,4.466064682887103e-17f,0f,0.5484283700162624f,0.8361975382415961f,0.6872361670422391f,-3.6739403974420594e-16f,0.8361975382415961f,-0.5484283700162624f,-0.15967790278908706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9716286752881582f,0.23611761696342984f,-0.013645083997172236f,-0.19374999999999995f,0.15319468501389918f,0.6722557201485717f,0.7242952679750279f,0.7107614339736535f,0.18019185842115917f,0.7016556973951228f,-0.6893548987797886f,-0.12438643623673029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9730895745745378f,-0.22962648884409112f,0.019192589077023703f,0.19375000000000006f,-0.14925366718312721f,0.6915627472670632f,0.7067278892366003f,0.7019864017109838f,-0.17555632340287058f,0.6848449767747198f,-0.7072250950720712f,-0.13931172948943932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.881896399734403e-16f,2.2787082272977826e-16f,-0.0078124999999999245f,0f,0.62023549126826f,0.7844156649195756f,0.631871865490082f,-3.6739403974420594e-16f,0.7844156649195756f,-0.62023549126826f,-0.24385523378850388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.06953242192044e-16f,2.018863233291437e-16f,7.002031467347136e-18f,0f,0.549508978070806f,0.8354878114129364f,0.7546527777777777f,-3.6739403974420594e-16f,0.8354878114129364f,-0.549508978070806f,-0.057175925925925936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24430109068533387f,-0.036593516880195506f,-0.9690087159630169f,-0.045840053040791764f,-0.5575907590147957f,0.8228619608291219f,0.10950223231403433f,0.6464148446065962f,0.7933533402912348f,0.5670618202125687f,-0.22143028136627588f,0.18376063624792238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24430109068533387f,-0.036593516880195506f,-0.9690087159630169f,-0.0687432802925418f,-0.5575907590147957f,0.8228619608291219f,0.10950223231403433f,0.594140710948959f,0.7933533402912348f,0.5670618202125687f,-0.22143028136627588f,0.25813751190022566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24430109068533387f,-0.036593516880195506f,-0.9690087159630169f,0.08805964072778576f,-0.5575907590147957f,0.8228619608291219f,0.10950223231403433f,0.6038524429306724f,0.7933533402912348f,0.5670618202125687f,-0.22143028136627588f,0.2541636162790154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.955877618742313f,0.22071881590199594f,0.19385866577057104f,0.5087555202833502f,0.28155659710772585f,0.5000796329996613f,0.8189299379580904f,1.888725309356359f,0.08380847578045353f,0.8373789852663757f,-0.5401597674962587f,-0.47280661017347153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6276789329944459f,0.22071881590199594f,-0.7465268658137996f,0.5950867019388723f,-0.5843103284326968f,0.5000796329996613f,0.639141455974965f,1.9052306165695667f,0.5143934264372243f,0.8373789852663757f,-0.18492116664251027f,-0.5054189453820837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9208659376589018f,0.22071881590199594f,-0.3213862616329646f,0.6001290503560559f,-0.1760566102742164f,0.5000796329996613f,0.8478941152276485f,1.7697938456788156f,0.3478649088918631f,0.8373789852663757f,-0.4216472935949084f,-0.42586568373854133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000245f,0f,0.000015625f,0f,0.9207752777777777f,-5.740531871003218e-21f,0f,-0.000015625f,0.6303240740740741f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46.mcfunction new file mode 100644 index 000000000..0c655cf2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..6050a14c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7764833807731467f,-0.1369149701020305f,-0.21277287136641485f,0.02845364630317576f,-0.2491349439496793f,0.5335825676643238f,0.565832013615686f,1.114951565792167f,0.044156353231884646f,0.6028999742006561f,-0.5490958768945126f,-0.21588781784792496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7540625569295872f,0.1671716441701773f,-0.20843056786914108f,0.02845364630317576f,-0.02544731471460651f,0.576299587241765f,0.5542844215010803f,1.114951565792167f,0.2659738603897548f,0.5290864080000647f,-0.537889838590543f,-0.21588781784792496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7764833807731467f,0.1369149701020301f,0.21277287136641523f,-0.028453646303175595f,0.2491349439496793f,0.5335825676643238f,0.565832013615686f,1.114951565792167f,-0.044156353231885215f,0.6028999742006562f,-0.5490958768945123f,-0.215887817847925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7540625569295872f,-0.16717164417017769f,0.20843056786914146f,-0.028453646303175595f,0.02544731471460651f,0.576299587241765f,0.5542844215010803f,1.114951565792167f,-0.26597386038975535f,0.5290864080000646f,-0.5378898385905427f,-0.215887817847925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.04792076166935469f,-0.44607917089546106f,1.4967041203572091f,-0.6515129238345907f,-0.5706951734327407f,-1.398855335520821f,-0.3986439756292642f,0.650234351677673f,1.453759563896865f,-0.5344374365425291f,-0.20583004348308284f,-0.26518538778011047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5906151916113616f,-0.8065477949867326f,0.025580262702212822f,-0.49178273176971243f,-0.5301123051631365f,0.41169827457207947f,0.741272874607589f,0.8324314205374821f,-0.6084033525158292f,0.42424660884491744f,-0.6707161661471173f,-0.10057658528749519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5804252567184187f,-0.8065477949867326f,0.11219258337963939f,-0.2984375000000001f,-0.4152887952310025f,0.41169827457207947f,0.81119649115979f,0.9673049361254827f,-0.700458234243085f,0.42424660884491744f,-0.573910338785291f,0.14200133886423227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.8142028385122165f,0.5400345422112602f,0.21315822990756084f,0.35665025104932613f,0.5680440569872698f,-0.665103525563141f,-0.48473007912128185f,0.7162516327182662f,-0.11999869615997216f,0.5157518720297147f,-0.8482925906889389f,0.28548371085485325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11822898320277044f,0.8737382098849439f,0.47180869864585306f,0.2984374999999999f,0.9519057606475685f,0.23497954752705946f,-0.19662155296394423f,1.0134771825814952f,-0.28266115823864746f,0.425871051881943f,-0.8594978282649433f,0.18958088969444992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.1182210145975047e-16f,3.499631381512808e-16f,-0.1562500000000001f,0f,0.9525552956573242f,0.3043655839860804f,0.5724638270170024f,-3.6739403974420594e-16f,0.3043655839860804f,-0.9525552956573242f,0.21275976209294523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7819021568644527e-17f,3.669616640875493e-16f,-0.1562500000000001f,0f,0.9988231282767741f,0.04850111771288074f,0.760046295554603f,-3.6739403974420594e-16f,0.04850111771288074f,-0.9988231282767741f,0.21561107711238056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.0040428309630085e-16f,3.5340820643483236e-16f,0.15624999999999994f,0f,0.9619323347784545f,0.27328772988861283f,0.6249834237115985f,-3.6739403974420594e-16f,0.27328772988861283f,-0.9619323347784545f,0.08540611119510028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.636567630275772e-16f,2.558583431303095e-16f,0.1562499999999999f,0f,0.6964139736955125f,0.7176402840153457f,0.760046295554603f,-3.6739403974420594e-16f,0.7176402840153457f,-0.6964139736955125f,0.21561107711238067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.591944672560475e-17f,3.645130791233444e-16f,0.2937499999999999f,0f,0.9921583904222633f,0.12498691257369243f,1.5367985638343715f,-3.6739403974420594e-16f,0.12498691257369243f,-0.9921583904222633f,0.2962545090088672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.591944672560475e-17f,3.645130791233444e-16f,0.3312499999999999f,0f,0.9921583904222633f,0.12498691257369243f,1.4244962880853724f,-3.6739403974420594e-16f,0.12498691257369243f,-0.9921583904222633f,0.18761629583506842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.591944672560475e-17f,3.645130791233444e-16f,-0.2937500000000001f,0f,0.9921583904222633f,0.12498691257369243f,1.5367985638343715f,-3.6739403974420594e-16f,0.12498691257369243f,-0.9921583904222633f,0.29625450900886696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.591944672560475e-17f,3.645130791233444e-16f,-0.3312500000000001f,0f,0.9921583904222633f,0.12498691257369243f,1.4244962880853724f,-3.6739403974420594e-16f,0.12498691257369243f,-0.9921583904222633f,0.18761629583506817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.645130791233444e-16f,0.19523827377799075f,0.1552077670408833f,0.979943274243708f,0.12498691257369243f,1.645468124420476f,0.019552260805495318f,0.12344811627601987f,-0.9921583904222633f,0.28789623959174954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.645130791233444e-16f,0.08005326181113266f,0f,0.9921583904222634f,0.12498691257369243f,1.6554664842745423f,-3.642919299551295e-16f,0.12498691257369243f,-0.9921583904222633f,0.2891557805491451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.645130791233444e-16f,0.057716779398202855f,0.24002483854606915f,0.9626870460155937f,0.12498691257369243f,1.6511806725672682f,0.030237070814977264f,0.12127426711068545f,-0.9921583904222633f,0.28861587645889547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412532f,3.645130791233444e-16f,0.08682420206637892f,-0.06920947071150423f,0.989741542448901f,0.12498691257369243f,1.6611034256918253f,-0.008718646285306423f,0.12468245073648315f,-0.9921583904222633f,0.28986589287688047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,3.645130791233444e-16f,0.14461004211822295f,0.08647230144057338f,0.9883829282058988f,0.12498691257369243f,1.7689251473812457f,0.010893327199096416f,0.12451129963676895f,-0.9921583904222633f,0.2719517210377501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,3.645130791233444e-16f,0.1249999999999999f,0.08647230144057338f,0.9883829282058988f,0.12498691257369243f,1.5465389885349188f,0.010893327199096416f,0.12451129963676895f,-0.9921583904222633f,0.24393667861947715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.645130791233444e-16f,-0.195238273777991f,-0.1552077670408833f,0.979943274243708f,0.12498691257369243f,1.645468124420476f,-0.019552260805496047f,0.12344811627601976f,-0.9921583904222633f,0.2878962395917494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.645130791233444e-16f,-0.0800532618111329f,0f,0.9921583904222634f,0.12498691257369243f,1.6554664842745423f,-3.677613769070831e-16f,0.12498691257369243f,-0.9921583904222633f,0.28915578054914504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.645130791233444e-16f,-0.05771677939820309f,-0.24002483854606915f,0.9626870460155937f,0.12498691257369243f,1.6511806725672682f,-0.03023707081497798f,0.12127426711068529f,-0.9921583904222633f,0.28861587645889547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412525f,3.645130791233444e-16f,-0.08682420206637916f,0.06920947071150423f,0.989741542448901f,0.12498691257369243f,1.6611034256918253f,0.008718646285305694f,0.12468245073648321f,-0.9921583904222633f,0.28986589287688047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.645130791233444e-16f,-0.14461004211822318f,-0.08647230144057338f,0.9883829282058988f,0.12498691257369243f,1.7689251473812457f,-0.010893327199097148f,0.1245112996367689f,-0.9921583904222633f,0.27195172103775006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.645130791233444e-16f,-0.1250000000000001f,-0.08647230144057338f,0.9883829282058988f,0.12498691257369243f,1.5465389885349188f,-0.010893327199097148f,0.1245112996367689f,-0.9921583904222633f,0.2439366786194771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.591944672560475e-17f,3.645130791233444e-16f,-8.989611761888001e-17f,0f,0.9921583904222633f,0.12498691257369243f,1.0341519724255808f,-3.6739403974420594e-16f,0.12498691257369243f,-0.9921583904222633f,0.21088583562615545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.636567630275772e-16f,2.558583431303095e-16f,8.975168516461432e-18f,0f,0.6964139736955125f,0.7176402840153457f,0.7729967322897636f,-3.6739403974420594e-16f,0.7176402840153457f,-0.6964139736955125f,-0.05822927087959919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9875239812756824f,-0.15693466414555163f,0.012957530434022466f,0.16782581199354862f,-0.10597839474255316f,0.7232236775792513f,0.6824339470135807f,0.24308507706302646f,-0.11646873508893825f,0.6725466700373038f,-0.73083240922151f,-0.3559256445119404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9875239812756824f,-0.12790979187017054f,0.09184482320280962f,0.12500000000000008f,-0.10597839474255316f,0.9712545834529512f,0.2131504491419755f,0.5825235301959921f,-0.11646873508893825f,0.2007576132189361f,-0.9726928674979676f,-0.3016761158338708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17272209025595636f,0.017910029164101365f,-0.18255777726043368f,0.11686739651801237f,0.5829678461080413f,0.8040463307765622f,0.24779932101203456f,0.12843559178883154f,0.793924158809747f,-0.5942968356133896f,-0.40671209245338347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.15567323493921573f,-0.07693850486333514f,-0.12499999999999992f,0.11686739651801237f,0.9218896255112092f,0.36940699777603575f,0.6025821364259738f,0.12843559178883154f,0.3548032726714372f,-0.926077176299843f,-0.28820287617248896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9833311559393652f,0.1818236446641414f,3.5196454071406444e-16f,4.668772351539852e-17f,0.1741875715505019f,0.9420340594283876f,0.2867586455439695f,0.7042559719116925f,0.052139502071756855f,0.28197871039835826f,-0.9580028597064771f,-0.1608780645976302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9833311559393652f,-0.18157313123610463f,0.00954126679578481f,5.793842224259496e-17f,-0.1741875715505019f,0.9557839133937278f,0.236929949172978f,0.6822050648913157f,-0.052139502071757576f,0.2313186307042463f,-0.9714798831745419f,-0.19150104023171943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.053534172179758e-16f,3.5196454071406444e-16f,4.668772351539852e-17f,0f,0.9580028597064771f,0.2867586455439695f,0.7042559719116925f,-3.6739403974420594e-16f,0.2867586455439695f,-0.9580028597064771f,-0.1608780645976302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9825808955943103f,0.18583536695979852f,2.4424842540806997e-16f,3.84640291075557e-17f,0.12354581417995784f,0.6532327980934434f,0.7470096005364469f,0.7153234146463897f,0.13882080323818297f,0.7339973623126501f,-0.6648132494967125f,-0.138494210973961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9826299021782935f,-0.18557606350248268f,2.4424842540806997e-16f,3.84640291075557e-17f,-0.1233734258058936f,0.653265378319788f,0.7470096005364469f,0.7153234146463897f,-0.13862710106611606f,0.7340339707013749f,-0.6648132494967125f,-0.138494210973961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.744468748687908e-16f,2.4424842540806997e-16f,3.84640291075557e-17f,0f,0.6648132494967125f,0.7470096005364469f,0.7153234146463897f,-3.6739403974420594e-16f,0.7470096005364469f,-0.6648132494967125f,-0.138494210973961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9744968024906386f,0.22411106765920297f,-0.011411016088550703f,-0.19374999999999998f,0.16817046785739062f,0.7630289866147658f,0.6241037248136484f,0.741041015885757f,0.14857548814036378f,0.606268088339058f,-0.7812581707640291f,-0.10920984212575305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9757290821204281f,-0.21821829318838923f,0.01826293575450434f,0.19375000000000003f,-0.16410846926146636f,0.7839002078306266f,0.5988062077832517f,0.7327301675400929f,-0.1449867877466265f,0.5812755290574743f,-0.8006857003205866f,-0.12182618734896623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.491518207044277e-16f,2.7000324197912127e-16f,-0.007812499999999933f,0f,0.7349145951499594f,0.6781596698680711f,0.6448337665126599f,-3.6739403974420594e-16f,0.6781596698680711f,-0.7349145951499594f,-0.21596132278428318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.7173605590462203e-16f,2.4726078613675744e-16f,6.208959271677084e-18f,0f,0.6730125135097729f,0.7396310949786101f,0.7952099999999998f,-3.6739403974420594e-16f,0.7396310949786101f,-0.6730125135097729f,-0.05070000000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2566228634932626f,-0.05609660064802184f,-0.9648823126828757f,-0.04109580327375344f,-0.41132113222628913f,0.9097373498438779f,0.056505579221181934f,0.7013656780731069f,0.8746197071393956f,0.4113771088609259f,-0.2565331210362982f,0.19892720122784072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2566228634932626f,-0.05609660064802184f,-0.9648823126828757f,-0.06515419672624682f,-0.41132113222628913f,0.9097373498438779f,0.056505579221181934f,0.6628043219268923f,0.8746197071393956f,0.4113771088609259f,-0.2565331210362982f,0.2809227987721591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2566228634932626f,-0.05609660064802184f,-0.9648823126828757f,0.09160734690243126f,-0.41132113222628913f,0.9097373498438779f,0.056505579221181934f,0.6736091631168223f,0.8746197071393956f,0.4113771088609259f,-0.2565331210362982f,0.27840496815544463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9740824709085123f,0.21959957708291486f,0.05421591660916858f,0.5112810938619028f,0.18007735860157426f,0.6078387270086831f,0.7733719847961547f,1.9045405670782733f,0.136877627053684f,0.763091152938801f,-0.6316299609096169f,-0.46211989818552573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5212758567416818f,0.21959957708291486f,-0.8246499299237408f,0.5925859361380975f,-0.5880612261918042f,0.6078387270086831f,0.5335879273355566f,1.9267232529217264f,0.6184298468120837f,0.763091152938801f,-0.1877136566116441f,-0.5031870818144739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.867251650946078f,0.21959957708291486f,-0.44682278330038944f,0.6189569324950586f,-0.23661531566349928f,0.6078387270086831f,0.7579876478821579f,1.8019337628176761f,0.4380499587087806f,0.763091152938801f,-0.4751885162561981f,-0.4113752125615701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000246f,0f,0.000015625f,0f,0.9613324999999997f,-5.740531871003218e-21f,0f,-0.000015625f,0.6367999999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47.mcfunction new file mode 100644 index 000000000..b993ac761 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..acb2be2d8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768185699300898f,-0.13697407299404046f,-0.21150758185851876f,0.028411969569709372f,-0.24188842484044415f,0.5974480224407356f,0.5014880804708198f,1.1387706450739485f,0.07062112845617477f,0.5396650889704855f,-0.6088667279516092f,-0.24137230534657755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7543880675573715f,0.16724380813899065f,-0.20719110059610002f,0.028411969569709372f,0.005052435943714101f,0.6313828822919175f,0.4912536298489664f,1.1387706450739485f,0.26622005262205445f,0.4619363209230458f,-0.5964408763607602f,-0.24137230534657755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768185699300895f,0.13697407299404005f,0.2115075818585192f,-0.028411969569709233f,0.24188842484044415f,0.5974480224407356f,0.5014880804708198f,1.1387706450739485f,-0.07062112845617532f,0.5396650889704856f,-0.608866727951609f,-0.24137230534657755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7543880675573713f,-0.16724380813899098f,0.20719110059610046f,-0.028411969569709233f,-0.005052435943714101f,0.6313828822919175f,0.4912536298489664f,1.1387706450739485f,-0.26622005262205495f,0.46193632092304565f,-0.5964408763607599f,-0.24137230534657755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.132495863618344f,-0.3531703768298194f,1.516285520953726f,-0.6420558031638326f,-0.18272940228979936f,-1.5147762892944152f,-0.33685161262825286f,0.6710003063605718f,1.5461115941816237f,-0.1487606410356095f,-0.16975117088206726f,-0.23051026714324932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5794518057825191f,-0.8149630012766994f,0.008420886262869187f,-0.4903275601667723f,-0.6197552796829923f,0.4473189309509688f,0.6448326661374548f,0.8727104607905826f,-0.5292815867574026f,0.36843056409988145f,-0.7642773850877764f,-0.09356401299320763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5685822348443441f,-0.8149630012766994f,0.11202476855359082f,-0.2984375000000001f,-0.49429699571462227f,0.4473189309509688f,0.7453698773363336f,1.038488794872277f,-0.6575596720046858f,0.36843056409988145f,-0.657171360597929f,0.13639772768398756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7988337840453448f,0.562468890489816f,0.21329166110973766f,0.35968254970178437f,0.5708780603278482f,-0.5970689244271423f,-0.5635662691465214f,0.7946106010988148f,-0.18963867143625923f,0.5719593051210646f,-0.7980599774336009f,0.2970106683009823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12547148969327857f,0.8737464097325228f,0.4699192662082245f,0.29843749999999997f,0.919123679770802f,0.2806761375831787f,-0.276464404717803f,1.082909500731882f,-0.37345490565626543f,0.39722552444539005f,-0.8382978684038f,0.1729844772829292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-6.443336612758769e-17f,3.616997674439886e-16f,-0.1562500000000001f,0f,0.9845009126871467f,0.1753794540936176f,0.6464332616325712f,-3.6739403974420594e-16f,0.1753794540936176f,-0.9845009126871467f,0.23294434788592758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.602224259523181e-19f,3.673934465200971e-16f,-0.1562500000000001f,0f,0.9999983853191814f,0.0017970417440957842f,0.8339441903908182f,-3.6739403974420594e-16f,0.0017970417440957842f,-0.9999983853191814f,0.22703130330470067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-6.048759225116762e-17f,3.623805066821664e-16f,0.15624999999999994f,0f,0.9863537985931123f,0.16463955782538398f,0.6852417593127691f,-3.6739403974420594e-16f,0.16463955782538398f,-0.9863537985931123f,0.11265080019565671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.335740448443491e-16f,2.8358692849744884e-16f,0.1562499999999999f,0f,0.771887667788223f,0.6357589388411757f,0.8339441903908182f,-3.6739403974420594e-16f,0.6357589388411757f,-0.771887667788223f,0.22703130330470078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.198658024287498e-17f,3.6498699636983753e-16f,0.29374999999999996f,0f,0.9934483330866111f,0.11428214859475583f,1.6093627385348273f,-3.6739403974420594e-16f,0.11428214859475583f,-0.9934483330866111f,0.27180272250650006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.198658024287498e-17f,3.6498699636983753e-16f,0.33124999999999993f,0f,0.9934483330866111f,0.11428214859475583f,1.4958956483297592f,-3.6739403974420594e-16f,0.11428214859475583f,-0.9934483330866111f,0.1643816727052858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.198658024287498e-17f,3.6498699636983753e-16f,-0.29375000000000007f,0f,0.9934483330866111f,0.11428214859475583f,1.6093627385348273f,-3.6739403974420594e-16f,0.11428214859475583f,-0.9934483330866111f,0.27180272250649984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.198658024287498e-17f,3.6498699636983753e-16f,-0.33125000000000004f,0f,0.9934483330866111f,0.11428214859475583f,1.4958956483297592f,-3.6739403974420594e-16f,0.11428214859475583f,-0.9934483330866111f,0.16438167270528556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.6498699636983753e-16f,0.19523827377799075f,0.15540955853151311f,0.9812173355733205f,0.11428214859475583f,1.7179358631242267f,0.017877666779068435f,0.11287514570520138f,-0.9934483330866111f,0.26227325859078376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.6498699636983753e-16f,0.08005326181113266f,0f,0.9934483330866111f,0.11428214859475583f,1.727947222224254f,-3.677613769070831e-16f,0.11428214859475583f,-0.9934483330866111f,0.2634249235442595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.6498699636983753e-16f,0.057716779398202855f,0.24033690392064305f,0.9639386718699513f,0.11428214859475583f,1.7236558383710137f,0.027647354021245876f,0.11088748037113005f,-0.9934483330866111f,0.2629312606622962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412532f,3.6498699636983753e-16f,0.08682420206637892f,-0.06929945256310122f,0.9910283428777508f,0.11428214859475583f,1.733591492442362f,-0.007971919697872674f,0.11400376302457968f,-0.9934483330866111f,0.26407421682534105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,3.6498699636983753e-16f,0.14461004211822295f,0.08658472735158651f,0.9896679622489644f,0.11428214859475583f,1.8412137952258363f,0.009960345543573819f,0.11384727051662881f,-0.9934483330866111f,0.24499854739187385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,3.6498699636983753e-16f,0.1249999999999999f,0.08658472735158651f,0.9896679622489644f,0.11428214859475583f,1.6185385037198197f,0.009960345543573819f,0.11384727051662881f,-0.9934483330866111f,0.2193829115256324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6498699636983753e-16f,-0.195238273777991f,-0.15540955853151311f,0.9812173355733205f,0.11428214859475583f,1.7179358631242267f,-0.017877666779069164f,0.11287514570520128f,-0.9934483330866111f,0.2622732585907836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.6498699636983753e-16f,-0.0800532618111329f,0f,0.9934483330866111f,0.11428214859475583f,1.727947222224254f,-3.660266534311063e-16f,0.11428214859475583f,-0.9934483330866111f,0.26342492354425945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6498699636983753e-16f,-0.05771677939820309f,-0.24033690392064305f,0.9639386718699513f,0.11428214859475583f,1.7236558383710137f,-0.02764735402124659f,0.11088748037112987f,-0.9934483330866111f,0.2629312606622962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412525f,3.6498699636983753e-16f,-0.08682420206637916f,0.06929945256310122f,0.9910283428777508f,0.11428214859475583f,1.733591492442362f,0.007971919697871945f,0.11400376302457975f,-0.9934483330866111f,0.264074216825341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.6498699636983753e-16f,-0.14461004211822318f,-0.08658472735158651f,0.9896679622489644f,0.11428214859475583f,1.8412137952258363f,-0.00996034554357455f,0.11384727051662875f,-0.9934483330866111f,0.24499854739187377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.6498699636983753e-16f,-0.1250000000000001f,-0.08658472735158651f,0.9896679622489644f,0.11428214859475583f,1.6185385037198197f,-0.00996034554357455f,0.11384727051662875f,-0.9934483330866111f,0.21938291152563233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.198658024287498e-17f,3.6498699636983753e-16f,-8.126640150238277e-17f,0f,0.9934483330866111f,0.11428214859475583f,1.1058249158693452f,-3.6739403974420594e-16f,0.11428214859475583f,-0.9934483330866111f,0.19185857077977658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.335740448443491e-16f,2.8358692849744884e-16f,6.32386531424814e-18f,0f,0.771887667788223f,0.6357589388411757f,0.8163670404487615f,-3.6739403974420594e-16f,0.6357589388411757f,-0.771887667788223f,-0.04655103128566433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9880835578195414f,-0.15263749230125767f,0.019816122493075877f,0.16349285725091955f,-0.12056922394118628f,0.8475840109901448f,0.5167827459891421f,0.252317962978393f,-0.09567625099729377f,0.5082353197661903f,-0.855887209121191f,-0.2272376818358273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9880835578195414f,-0.11754430116033264f,0.09936911004636254f,0.12500000000000008f,-0.12056922394118628f,0.9923904825974285f,-0.024983840542700586f,0.5917159629141138f,-0.09567625099729377f,-0.03666697853344408f,-0.9947369439607292f,-0.25741020726634484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17311797417007113f,0.013559374111525954f,-0.17908694087034727f,0.13602416659648542f,0.7205378371086681f,0.6799431236482165f,0.2443394025856771f,0.10794033402198326f,0.6714576623391924f,-0.7331394764826197f,-0.27811742715726084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14974551806769026f,-0.0879202446862199f,-0.12499999999999993f,0.13602416659648542f,0.9799695904677828f,0.1454545559964956f,0.6131319294589739f,0.10794033402198326f,0.13128549644589493f,-0.9854506597055874f,-0.24939283019383734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9845783604904482f,0.17494413981022927f,3.6265643025486327e-16f,3.9098691825676815e-17f,0.17268820496314558f,0.9718820527688842f,0.1600751678816748f,0.7339123254865025f,0.028004212550037287f,0.1576065463481727f,-0.9871048275779293f,-0.13575995403859684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9845783604904482f,-0.17458597003123857f,0.011188883867148754f,4.9193473312343835e-17f,-0.17268820496314558f,0.9801301923462502f,0.09758888214294142f,0.7080920140677586f,-0.02800421255003801f,0.0941517133118338f,-0.9951639156239029f,-0.1632366694847576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-5.881066259078048e-17f,3.6265643025486327e-16f,3.9098691825676815e-17f,0f,0.9871048275779293f,0.1600751678816748f,0.7339123254865025f,-3.6739403974420594e-16f,0.1600751678816748f,-0.9871048275779293f,-0.13575995403859684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9849758605351607f,0.1726920790396001f,2.829105327918974e-16f,3.15567225792267e-17f,0.1329809490759554f,0.758477316848074f,0.6379876386026647f,0.7481357751478169f,0.11017541171185898f,0.628402423343455f,-0.7700466044274173f,-0.11523166987889427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9850178404861338f,-0.1724524685936201f,2.829105327918974e-16f,3.15567225792267e-17f,-0.13279643786564282f,0.7585096433667747f,0.6379876386026647f,0.7481357751478169f,-0.11002254320924411f,0.6284292060332447f,-0.7700466044274173f,-0.11523166987889427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.343928558530995e-16f,2.829105327918974e-16f,3.15567225792267e-17f,0f,0.7700466044274173f,0.6379876386026647f,0.7481357751478169f,-3.6739403974420594e-16f,0.6379876386026647f,-0.7700466044274173f,-0.11523166987889427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9772757316918279f,0.21176720950367267f,-0.009316288168040547f,-0.19374999999999998f,0.17774037154615924f,0.8426104009082107f,0.5083464100433264f,0.7748829370759257f,0.11550110202433403f,0.4951387293075872f,-0.8611022785771921f,-0.0920057949279303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9782883324554009f,-0.20652137605082432f,0.017345311058178246f,0.19375000000000003f,-0.17377964128971277f,0.8630286871927519f,0.4743228029049138f,0.7674995594895908f,-0.11292729897969621f,0.4610102019656711f,-0.8801801059037413f,-0.10271314275470671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.024217500393694e-16f,3.0660041674884627e-16f,-0.007812499999999944f,0f,0.8345274652858099f,0.5509663416976043f,0.6628653772839589f,-3.6739403974420594e-16f,0.5509663416976043f,-0.8345274652858099f,-0.1828969639065079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.283734612161596e-16f,2.8779149162495823e-16f,5.389353062025499e-18f,0f,0.7833319555900523f,0.6216036095064638f,0.8378911111111111f,-3.6739403974420594e-16f,0.6216036095064638f,-0.7833319555900523f,-0.0440074074074074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.22632403427660586f,-0.07036145292848953f,-0.9715074356125915f,-0.03834939422661754f,-0.2672501476096429f,0.9635977711550335f,-0.007529543656531024f,0.7585434617803133f,0.9366721892483973f,0.25793138887472283f,-0.23688944366892065f,0.21521108372157396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.22632403427660586f,-0.07036145292848953f,-0.9715074356125915f,-0.059567272440049335f,-0.2672501476096429f,0.9635977711550335f,-0.007529543656531024f,0.7334887604419092f,0.9366721892483973f,0.25793138887472283f,-0.23688944366892065f,0.3030241014636112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.22632403427660586f,-0.07036145292848953f,-0.9715074356125915f,0.09676778200855529f,-0.2672501476096429f,0.9635977711550335f,-0.007529543656531024f,0.7471455426595909f,0.9366721892483973f,0.25793138887472283f,-0.23688944366892065f,0.2946510091429307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9779468674846332f,0.18875023114834885f,-0.08940511516931393f,0.5144699174244911f,0.07355794994991202f,0.7119236293408286f,0.6983938530552432f,1.9221502204424192f,0.19547161526973578f,0.6764156238790077f,-0.710107563257999f,-0.4512837170949282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4029696331284785f,0.18875023114834885f,-0.8955382878569427f,0.589422750353287f,-0.5719846395934706f,0.7119236293408286f,0.4074289116585983f,1.9492036247427658f,0.714457169356867f,0.6764156238790077f,-0.17892137079439613f,-0.5006724673495158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7994968845738213f,0.18875023114834885f,-0.5702438792290531f,0.637482915773247f,-0.28856964587036404f,0.7119236293408286f,0.6402283229195933f,1.8396426741546534f,0.5268133360489335f,0.6764156238790077f,-0.5147131363520521f,-0.39877112176941415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000247f,0f,0.000015625f,0f,1.004013611111111f,-5.740531871003218e-21f,0f,-0.000015625f,0.6434925925925926f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48.mcfunction new file mode 100644 index 000000000..5fee9c58b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..6ca3017f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7769643346466906f,-0.13699977524641252f,-0.21095480253813226f,0.02839384548330401f,-0.23212294682871115f,0.6543637551902555f,0.42996681022296057f,1.1602819230572672f,0.09690100457180643f,0.4690240739239133f,-0.6614915402612755f,-0.2650834229734509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7545296233428935f,0.16727519030110713f,-0.20664960248633366f,0.02839384548330401f,0.035226639918626235f,0.6792322151124379f,0.4211919773612675f,1.1602819230572672f,0.26352254426912847f,0.3881528161216654f,-0.6479917129090047f,-0.2650834229734509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7769643346466903f,0.1369997752464121f,0.21095480253813276f,-0.02839384548330387f,0.23212294682871115f,0.6543637551902555f,0.42996681022296057f,1.1602819230572672f,-0.09690100457180698f,0.46902407392391343f,-0.6614915402612753f,-0.26508342297345094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7545296233428933f,-0.1672751903011074f,0.20664960248633416f,-0.02839384548330387f,-0.035226639918626235f,0.6792322151124379f,0.4211919773612675f,1.1602819230572672f,-0.263522544269129f,0.3881528161216653f,-0.6479917129090045f,-0.26508342297345094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.19311796510159918f,-0.24518611883450905f,1.5310112568775867f,-0.6323890649681589f,0.22808313732066826f,-1.5215646803825884f,-0.27244312412353733f,0.69765094981861f,1.533652432601657f,0.25715936798627814f,-0.15226793960620663f,-0.19370025280430903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.567549674033467f,-0.8232978436418718f,-0.008247918473754362f,-0.48871963113193373f,-0.6981363984210986f,0.4759095322601556f,0.5348978279106552f,0.9146694639068068f,-0.43645496526459904f,0.3093392599696396f,-0.8448764912916642f,-0.08682819365107494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5565010814731096f,-0.8232978436418718f,0.1117461720771845f,-0.2984375000000001f,-0.5694884199725758f,0.4759095322601556f,0.6702186632891233f,1.1104697897385902f,-0.6049706487395885f,0.3093392599696396f,-0.7337027575285766f,0.12644114727034272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7826026908074744f,0.5848821995721f,0.21318030153980586f,0.36283024494069405f,0.5648362747266271f,-0.523183655766877f,-0.6381526816455069f,0.8747812431857978f,-0.2617116946065773f,0.6198319731686226f,-0.7398076195498703f,0.30458887559040376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1329703134841578f,0.8737569653434841f,0.4678329415995307f,0.29843749999999997f,0.8771270340555077f,0.32352538739800035f,-0.3549358953923392f,1.1513036224291722f,-0.46148354451801715f,0.3631529832215606f,-0.8094151276794673f,0.15298297240723396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.5380119951417905e-17f,3.67071971621162e-16f,-0.15625000000000008f,0f,0.9991233713990892f,0.041862736701243596f,0.7229666025250385f,-3.6739403974420594e-16f,0.041862736701243596f,-0.9991233713990892f,0.24942520963599016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6685071099742045e-17f,3.670149708689875e-16f,-0.15625000000000008f,0f,0.9989682225779102f,-0.045414648292494975f,0.9099893027065686f,-3.6739403974420594e-16f,-0.045414648292494975f,-0.9989682225779102f,0.23466641169003544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.9379702169868723e-17f,3.668825528467855e-16f,0.15624999999999994f,0f,0.9986077975087007f,0.05274909245496101f,0.7493746702202227f,-3.6739403974420594e-16f,0.05274909245496101f,-0.9986077975087007f,0.1377218278739397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0022459082027543e-16f,3.0803975988566873e-16f,0.15624999999999992f,0f,0.838445174832281f,0.5449859528469205f,0.9099893027065686f,-3.6739403974420594e-16f,0.5449859528469205f,-0.838445174832281f,0.23466641169003555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.800631394297584e-17f,3.65422906424919e-16f,0.29374999999999996f,0f,0.9946348249942779f,0.10344836832257087f,1.6805741444814095f,-3.6739403974420594e-16f,0.10344836832257087f,-0.9946348249942779f,0.24361389229343633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.800631394297584e-17f,3.65422906424919e-16f,0.33124999999999993f,0f,0.9946348249942779f,0.10344836832257087f,1.5659430758873658f,-3.6739403974420594e-16f,0.10344836832257087f,-0.9946348249942779f,0.13743583140990143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.800631394297584e-17f,3.65422906424919e-16f,-0.29375000000000007f,0f,0.9946348249942779f,0.10344836832257087f,1.6805741444814095f,-3.6739403974420594e-16f,0.10344836832257087f,-0.9946348249942779f,0.2436138922934361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.800631394297584e-17f,3.65422906424919e-16f,-0.33125000000000004f,0f,0.9946348249942779f,0.10344836832257087f,1.5659430758873658f,-3.6739403974420594e-16f,0.10344836832257087f,-0.9946348249942779f,0.13743583140990118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.65422906424919e-16f,0.19523827377799077f,0.15559516675836352f,0.9823892197967334f,0.10344836832257087f,1.789036965121733f,0.01618289015782578f,0.10217474724579469f,-0.9946348249942779f,0.23290172144102705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.65422906424919e-16f,0.08005326181113269f,0f,0.9946348249942779f,0.10344836832257087f,1.7990602809548497f,-3.677613769070831e-16f,0.10344836832257087f,-0.9946348249942779f,0.23394421024401424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.65422906424919e-16f,0.05771677939820288f,0.24062394229205947f,0.9650899198972216f,0.10344836832257087f,1.7947637718303247f,0.025026425361288608f,0.10037550967361579f,-0.9946348249942779f,0.23349734588008278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412532f,3.65422906424919e-16f,0.08682420206637895f,-0.069382218054706f,0.9922119445507633f,0.10344836832257087f,1.8047112922189845f,-0.007216193388766383f,0.10319637329663388f,-0.9946348249942779f,0.2345319514732142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,3.65422906424919e-16f,0.14461004211822298f,0.0866881369350633f,0.9908499391967108f,0.10344836832257087f,1.912119309195913f,0.009016119377186613f,0.10305471604918721f,-0.9946348249942779f,0.2142845044776904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,3.65422906424919e-16f,0.12499999999999993f,0.0866881369350633f,0.9908499391967108f,0.10344836832257087f,1.6891780728766534f,0.009016119377186613f,0.10305471604918721f,-0.9946348249942779f,0.1910971933666233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.65422906424919e-16f,-0.195238273777991f,-0.15559516675836352f,0.9823892197967334f,0.10344836832257087f,1.789036965121733f,-0.016182890157826504f,0.10217474724579458f,-0.9946348249942779f,0.2329017214410269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-4.163336342344337e-17f,3.65422906424919e-16f,-0.0800532618111329f,0f,0.9946348249942779f,0.10344836832257087f,1.7990602809548497f,-3.677613769070831e-16f,0.10344836832257089f,-0.9946348249942779f,0.23394421024401418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.65422906424919e-16f,-0.05771677939820309f,-0.24062394229205947f,0.9650899198972216f,0.10344836832257087f,1.7947637718303247f,-0.025026425361289323f,0.10037550967361562f,-0.9946348249942779f,0.2334973458800827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412525f,3.65422906424919e-16f,-0.08682420206637916f,0.069382218054706f,0.9922119445507633f,0.10344836832257087f,1.8047112922189845f,0.007216193388765653f,0.10319637329663393f,-0.9946348249942779f,0.23453195147321412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.65422906424919e-16f,-0.14461004211822318f,-0.0866881369350633f,0.9908499391967108f,0.10344836832257087f,1.912119309195913f,-0.009016119377187345f,0.10305471604918716f,-0.9946348249942779f,0.21428450447769026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,3.65422906424919e-16f,-0.1250000000000001f,-0.0866881369350633f,0.9908499391967108f,0.10344836832257087f,1.6891780728766534f,-0.009016119377187345f,0.10305471604918716f,-0.9946348249942779f,0.1910971933666232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.800631394297584e-17f,3.65422906424919e-16f,-7.127100414684046e-17f,0f,0.9946348249942779f,0.10344836832257087f,1.1761949635570055f,-3.6739403974420594e-16f,0.10344836832257087f,-0.9946348249942779f,0.16916224288237686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0022459082027543e-16f,3.0803975988566873e-16f,3.8132174107628255e-18f,0f,0.838445174832281f,0.5449859528469205f,0.8617780229949001f,-3.6739403974420594e-16f,0.5449859528469205f,-0.838445174832281f,-0.03520748943521833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9886362020802917f,-0.14799687452173194f,0.026370154873558246f,0.15905011425942184f,-0.1313948035654819f,0.9359460590124532f,0.3267114632440161f,0.28961474176006446f,-0.07303331795999095f,0.31953387887805623f,-0.9447561773901764f,-0.096256471222633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9886362020802917f,-0.10668740780735543f,0.1059068314680585f,0.12500000000000006f,-0.1313948035654819f,0.9555340800680423f,-0.2639886880616456f,0.6081286954183123f,-0.07303331795999095f,-0.2749043812744123f,-0.9586937548685124f,-0.20836835331514897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17340677937402565f,0.009153058186951737f,-0.17527566664855515f,0.15177806029308613f,0.8339714251500292f,0.5305234042404703f,0.2691430813966376f,0.08436296593123098f,0.5238527950678104f,-0.8476208698934499f,-0.1441476277207887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.14296799294651685f,-0.09855882811747735f,-0.12499999999999993f,0.15177806029308613f,0.9844386336787084f,-0.0885663419955115f,0.6296777458587566f,0.08436296593123098f,-0.1021798880095407f,-0.9911822034649551f,-0.20589730282551466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9857748284458897f,0.1680713765115189f,3.67239882078048e-16f,3.095747576040647e-17f,0.16800085416126792f,0.9853611996700494f,0.0289658278991915f,0.7679906912718917f,0.00486832656681251f,0.02855378402811873f,-0.9995804023759742f,-0.10909071946405205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9857748284458897f,-0.16759098391880345f,0.012698413743618537f,3.970879032796646e-17f,-0.16800085416126792f,0.9847332512556857f,-0.04556464498370524f,0.7388034783927091f,-0.004868326566813235f,-0.047049824447430985f,-0.9988806802696231f,-0.13291068827370664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.064187252641939e-17f,3.67239882078048e-16f,3.095747576040647e-17f,0f,0.9995804023759742f,0.0289658278991915f,0.7679906912718917f,-3.6739403974420594e-16f,0.0289658278991915f,-0.9995804023759742f,-0.10909071946405205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.987196039772989f,0.15951168940402832f,3.153859075381358e-16f,2.4269495683423738e-17f,0.13693128761875667f,0.8474490199640424f,0.512913229536004f,0.7850942514052054f,0.0818156557609639f,0.5063459089451173f,-0.8584404574383401f,-0.09088688555961755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9872299698872573f,-0.15930155854983064f,3.153859075381358e-16f,2.4269495683423738e-17f,-0.13675090279215696f,0.8474781469468559f,0.512913229536004f,0.7850942514052054f,-0.08170787686591273f,0.5063633121496051f,-0.8584404574383401f,-0.09088688555961755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.884412634374797e-16f,3.153859075381358e-16f,2.4269495683423738e-17f,0f,0.8584404574383401f,0.512913229536004f,0.7850942514052054f,-3.6739403974420594e-16f,0.512913229536004f,-0.8584404574383401f,-0.09088688555961755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.979904863319726f,0.19932808915378894f,-0.0074007916230772785f,-0.19374999999999998f,0.1815304066993277f,0.9065585906068572f,0.3810488593874615f,0.8117069577007952f,0.08266299223912549f,0.3720481617629738f,-0.9245252809106231f,-0.07340303651093628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9807127247072331f,-0.19476186500602735f,0.016442856707052627f,0.19375000000000003f,-0.17788032844905946f,0.9242313521010189f,0.33786831243012005f,0.8055879075068493f,-0.08100086634209187f,0.3284268925238864f,-0.9410497520954639f,-0.08274781305740746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.4982304175161094e-16f,3.3545705626780643e-16f,-0.007812499999999956f,0f,0.9130715797713123f,0.4077993259115569f,0.6863094440088289f,-3.6739403974420594e-16f,0.4077993259115569f,-0.9130715797713123f,-0.14579455353752613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.7848992874389666e-16f,3.2112260240687803e-16f,4.560902181046745e-18f,0f,0.8740550136046195f,0.48582695807522713f,0.881606111111111f,-3.6739403974420594e-16f,0.48582695807522713f,-0.8740550136046195f,-0.03724259259259259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.15586083354319638f,-0.09040734345401427f,-0.9836330173478357f,-0.03748569009432945f,-0.13760331299034928f,0.988080277630373f,-0.06901226856121362f,0.8174312664075334f,0.9781476007338054f,0.12459485225109826f,-0.1664433656569915f,0.2325317386230102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15586083354319638f,-0.09040734345401427f,-0.9836330173478357f,-0.05209764323900412f,-0.13760331299034928f,0.988080277630373f,-0.06901226856121362f,0.8045309558146881f,0.9781476007338054f,0.12459485225109826f,-0.1664433656569915f,0.32423307619180447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15586083354319638f,-0.09040734345401427f,-0.9836330173478357f,0.10275328593550859f,-0.13760331299034928f,0.988080277630373f,-0.06901226856121362f,0.8213329513952928f,0.9781476007338054f,0.12459485225109826f,-0.1664433656569915f,0.30334891225595606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9654471922910306f,0.12783226245138263f,-0.2270916809879362f,0.5181887874918352f,-0.03357446677597298f,0.8031456454289009f,0.5948359668087524f,1.9411344779203614f,0.2584269221232086f,0.58190719612766f,-0.7711028083315284f,-0.4405886540778182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2801381333475974f,0.12783226245138263f,-0.9514102894761463f,0.5857297947303873f,-0.5335907460467543f,0.8031456454289009f,0.26502450445546044f,1.971888621338898f,0.797999713018615f,0.58190719612766f,-0.15678160962642573f,-0.4978726614777369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7204374105445566f,0.12783226245138263f,-0.6816368902608007f,0.6542048246502313f,-0.3280441964643889f,0.8031456454289009f,0.4973369857497304f,1.88191100176717f,0.6110294122657988f,0.58190719612766f,-0.5366815372648451f,-0.3887284271880508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000248f,0f,0.000015625f,0f,1.0477286111111108f,-5.740531871003218e-21f,0f,-0.000015625f,0.6502574074074075f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49.mcfunction new file mode 100644 index 000000000..578fbb446 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..a21801d8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7769713174614936f,-0.13700100650506353f,-0.210928282843233f,0.02839297725440891f,-0.21989791566095424f,0.7024575323934743f,0.35375523503700024f,1.1790647887736971f,0.12208571978148479f,0.39335554380828924f,-0.7052027634837844f,-0.2862648557657907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7545364045301222f,0.16727669365412212f,-0.20662362400969767f,0.02839297725440891f,0.06431968267689527f,0.7181754374907215f,0.34653574044440844f,1.1790647887736971f,0.2579492055795083f,0.31022983213281713f,-0.6908108703514624f,-0.2862648557657907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7769713174614934f,0.13700100650506322f,0.21092828284323353f,-0.02839297725440873f,0.21989791566095424f,0.7024575323934743f,0.35375523503700024f,1.1790647887736971f,-0.12208571978148536f,0.39335554380828935f,-0.7052027634837842f,-0.2862648557657907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7545364045301219f,-0.16727669365412234f,0.20662362400969816f,-0.02839297725440873f,-0.06431968267689527f,0.7181754374907215f,0.34653574044440844f,1.1790647887736971f,-0.25794920557950884f,0.310229832132817f,-0.6908108703514622f,-0.2862648557657907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.22628393394147922f,-0.12975190601950057f,1.5405733588908626f,-0.6227343170244238f,0.623062537952365f,-1.4172954138383518f,-0.2108863051815644f,0.7294883492181622f,1.4149186920245016f,0.6448599869716534f,-0.15351528315641116f,-0.15638693259238917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5551948530294115f,-0.8313726343411086f,-0.02404616473318502f,-0.48699235691468973f,-0.7618211215490825f,0.49672139395011045f,0.4158081715815084f,0.9571033115520835f,-0.33374729052285673f,0.24917343289561292f,-0.9091343940296548f,-0.08067558293295708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5444428742260978f,-0.8313726343411086f,0.11136202033525934f,-0.2984375000000001f,-0.638188189198568f,0.49672139395011045f,0.5882037843806448f,1.1809149821345604f,-0.5443324277239767f,0.24917343289561292f,-0.8010086194711873f,0.1122976107104015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.765857089530686f,0.6067672902537689f,0.2128294479006263f,0.3660251007891167f,0.5497365438198418f,-0.44616484538817497f,-0.7062058220722633f,0.9543982089660383f,-0.33354557530358886f,0.6578528606138645f,-0.6752606629869338f,0.3079941803723739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1405607306740341f,0.8737669544864807f,0.4655899378635688f,0.29843749999999997f,0.8272194985858006f,0.3620369285386523f,-0.4296942675132583f,1.2166239470294036f,-0.5440134025479872f,0.32474693473798805f,-0.7736852371775247f,0.13021052019319845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.3425584648884256e-17f,3.658703468859529e-16f,-0.15625000000000008f,0f,0.9958527012051859f,-0.0909802039035702f,0.7997586826886538f,-3.6739403974420594e-16f,-0.0909802039035702f,-0.9958527012051859f,0.26169612330339914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.380870478254629e-17f,3.6583514309111126e-16f,-0.15625000000000008f,0f,0.9957568809385693f,-0.09202300833754734f,0.9858879540625258f,-3.6739403974420594e-16f,-0.09202300833754734f,-0.9957568809385693f,0.23821832873424298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.1532764921345363e-17f,3.6676248509683935e-16f,0.15624999999999994f,0f,0.9982809883148722f,-0.05860945631109671f,0.8154902919336011f,-3.6739403974420594e-16f,-0.05860945631109671f,-0.9982809883148722f,0.15973298461830746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.6473332111281611e-16f,3.2839201170964714e-16f,0.15624999999999992f,0f,0.893841424151264f,0.44838321609003207f,0.9858879540625258f,-3.6739403974420594e-16f,0.44838321609003207f,-0.893841424151264f,0.2382183287342431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.406409763348131e-17f,3.658114510126547e-16f,0.29374999999999996f,0f,0.9956923941045611f,0.09271815530049998f,1.7483124679087063f,-3.6739403974420594e-16f,0.09271815530049998f,-0.9956923941045611f,0.2125309783981008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.406409763348131e-17f,3.658114510126547e-16f,0.33124999999999993f,0f,0.9956923941045611f,0.09271815530049998f,1.6325432457050582f,-3.6739403974420594e-16f,0.09271815530049998f,-0.9956923941045611f,0.10759504703823572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.406409763348131e-17f,3.658114510126547e-16f,-0.29375000000000007f,0f,0.9956923941045611f,0.09271815530049998f,1.7483124679087063f,-3.6739403974420594e-16f,0.09271815530049998f,-0.9956923941045611f,0.2125309783981006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.406409763348131e-17f,3.658114510126547e-16f,-0.33125000000000004f,0f,0.9956923941045611f,0.09271815530049998f,1.6325432457050582f,-3.6739403974420594e-16f,0.09271815530049998f,-0.9956923941045611f,0.10759504703823547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.658114510126547e-16f,0.1952382737779908f,0.15576060701637373f,0.9834337684763339f,0.09271815530049998f,1.8566534846929634f,0.014504315023950397f,0.09157664095179315f,-0.9956923941045611f,0.20064997895447048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.658114510126547e-16f,0.0800532618111327f,-1.3877787807814457e-17f,0.9956923941045611f,0.09271815530049998f,1.8666874580547945f,-3.660266534311063e-16f,0.09271815530049998f,-0.9956923941045611f,0.20158433529378947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.658114510126547e-16f,0.05771677939820291f,0.24087979141594684f,0.9661160746851709f,0.09271815530049998f,1.8623863805648573f,0.02243055188680098f,0.08996402983626935f,-0.9956923941045611f,0.20118382206999397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.0697564737441253f,3.658114510126547e-16f,0.08682420206637897f,-0.06945599034658007f,0.9932669374758472f,0.09271815530049998f,1.8723444778909246f,-0.006467691565823422f,0.09249229853418613f,-0.9956923941045611f,0.20211111288776318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.658114510126547e-16f,0.144610042118223f,0.08678031015637701f,0.9919034839372406f,0.09271815530049998f,1.9795279425265013f,0.00808091969140743f,0.09236533472720518f,-0.9956923941045611f,0.18070676451023115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.658114510126547e-16f,0.12499999999999994f,0.08678031015637701f,0.9919034839372406f,0.09271815530049998f,1.7563496586406226f,0.00808091969140743f,0.09236533472720518f,-0.9956923941045611f,0.15992456419661003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.658114510126547e-16f,-0.19523827377799097f,-0.15576060701637373f,0.9834337684763339f,0.09271815530049998f,1.8566534846929634f,-0.014504315023951123f,0.09157664095179303f,-0.9956923941045611f,0.20064997895447034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.658114510126547e-16f,-0.08005326181113287f,1.3877787807814457e-17f,0.9956923941045611f,0.09271815530049998f,1.8666874580547945f,-3.677613769070831e-16f,0.09271815530049998f,-0.9956923941045611f,0.20158433529378939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.658114510126547e-16f,-0.05771677939820308f,-0.24087979141594684f,0.9661160746851709f,0.09271815530049998f,1.8623863805648573f,-0.022430551886801695f,0.08996402983626918f,-0.9956923941045611f,0.2011838220699939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.658114510126547e-16f,-0.08682420206637913f,0.06945599034658007f,0.9932669374758472f,0.09271815530049998f,1.8723444778909246f,0.00646769156582269f,0.09249229853418618f,-0.9956923941045611f,0.2021111128877631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.658114510126547e-16f,-0.14461004211822315f,-0.08678031015637701f,0.9919034839372406f,0.09271815530049998f,1.9795279425265013f,-0.008080919691408162f,0.09236533472720512f,-0.9956923941045611f,0.18070676451023104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.658114510126547e-16f,-0.12500000000000008f,-0.08678031015637701f,0.9919034839372406f,0.09271815530049998f,1.7563496586406226f,-0.008080919691408162f,0.09236533472720512f,-0.9956923941045611f,0.15992456419660991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.406409763348131e-17f,3.658114510126547e-16f,-6.021168144430072e-17f,0f,0.9956923941045611f,0.09271815530049998f,1.2431598643088941f,-3.6739403974420594e-16f,0.09271815530049998f,-0.9956923941045611f,0.14352189692087125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.6473332111281611e-16f,3.2839201170964714e-16f,1.5633139730053274e-18f,0f,0.893841424151264f,0.44838321609003207f,0.9079693302521702f,-3.6739403974420594e-16f,0.44838321609003207f,-0.893841424151264f,-0.02462180911289079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9891701066984261f,-0.14313755769668918f,0.03246751593287213f,0.1546371865876444f,-0.13809649082739528f,0.9825663440911673f,0.12446983040270054f,0.3528867191112357f,-0.04971779596264757f,0.1186381854039621f,-0.9916920498464591f,0.028232466669227352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9891701066984261f,-0.09567200546255279f,0.11130753516720059f,0.12500000000000003f,-0.13809649082739528f,0.8635418047526695f,-0.48499990790273506f,0.6317486840766557f,-0.04971779596264757f,-0.4951185906581126f,-0.8674017073705476f,-0.15668401222541845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17358215673935184f,0.0047879503715952815f,-0.17123590357787447f,0.1633822309307614f,0.9168944667389276f,0.36415763548170305f,0.3211042179847142f,0.05882122255728042f,0.3594075287542717f,-0.9313250195563383f,-0.013822401933540923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.13552031803016124f,-0.10857224787232565f,-0.12499999999999994f,0.1633822309307614f,0.9349298139831586f,-0.31498014150340314f,0.6522378216282811f,0.05882122255728042f,-0.32793366147198194f,-0.94286774122909f,-0.15948191419664137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9869008062278933f,0.16132823270194868f,3.6549765869124845e-16f,2.2668596984032395e-17f,0.1604955033413523f,0.9818067116383835f,-0.10147302296191685f,0.8056649931162498f,-0.016370463461370666f,-0.10014380817149722f,-0.9948382911865475f,-0.0820677138578926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9869008062278933f,-0.16071629174514232f,0.014038241856599637f,2.9940548160800744e-17f,-0.1604955033413523f,0.9692527367831566f,-0.18652164926776355f,0.7736468458141754f,0.016370463461369937f,-0.18633144073411484f,-0.9823505495086815f,-0.10186104306331838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.728058383103521e-17f,3.6549765869124845e-16f,2.2668596984032395e-17f,0f,0.9948382911865475f,-0.10147302296191685f,0.8056649931162498f,-3.6739403974420594e-16f,-0.10147302296191685f,-0.9948382911865475f,-0.0820677138578926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9892045085060772f,0.14654159938819467f,3.4023681111016717e-16f,1.6970362110222814e-17f,0.13570945926487182f,0.9160839619070487f,0.3773236242308725f,0.8252493742601659f,0.05529360738174191f,0.37325023025503207f,-0.9260814665013435f,-0.0665578409220744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9892302741421473f,-0.14636756717474042f,3.4023681111016717e-16f,1.6970362110222814e-17f,-0.13554829125741738f,0.9161078229850858f,0.3773236242308725f,0.8252493742601659f,-0.055227940916229054f,0.3732599522382145f,-0.9260814665013435f,-0.0665578409220744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.3862645059710499e-16f,3.4023681111016717e-16f,1.6970362110222814e-17f,0f,0.9260814665013435f,0.3773236242308725f,0.8252493742601659f,-3.6739403974420594e-16f,0.3773236242308725f,-0.9260814665013435f,-0.0665578409220744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9823358814650693f,0.18703960289014243f,-0.00569235776661006f,-0.19374999999999998f,0.17984119885483763f,0.952060944203669f,0.24746131357542084f,0.8507058920673267f,0.051704537331843596f,0.24206640715455713f,-0.9688810532498734f,-0.054176931005848514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.982958457397015f,-0.1831679978596178f,0.015561349291740648f,0.19375000000000003f,-0.17667123422861677f,0.9646900463177814f,0.1953468441811479f,0.8460148763769832f,-0.05079316910587203f,0.1892685898280418f,-0.9806107560478249f,-0.0627794212161451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-9.384924894355052e-17f,3.5520515045857465e-16f,-0.007812499999999969f,0f,0.9668233886044595f,0.2554457579357903f,0.7150369531867903f,-3.6739403974420594e-16f,0.2554457579357903f,-0.9668233886044595f,-0.10623675405480719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2445029293346812e-16f,3.456739866237278e-16f,3.741295971395162e-18f,0f,0.9408807689542256f,0.3387379202452911f,0.925265f,-3.6739403974420594e-16f,0.3387379202452911f,-0.9408807689542256f,-0.03054999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.051118216907416726f,-0.12151942994223312f,-0.9912718880542922f,-0.03822883358246493f,-0.0333744225350087f,0.9922230336164195f,-0.11991496771247659f,0.8774544260563285f,0.998134798421867f,0.026953287509027524f,-0.05477631305404465f,0.250787431323975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.051118216907416726f,-0.12151942994223312f,-0.9912718880542922f,-0.04302116641753523f,-0.0333744225350087f,0.9922230336164195f,-0.11991496771247659f,0.8743255739436715f,0.998134798421867f,0.026953287509027524f,-0.05477631305404465f,0.34436256867602505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.051118216907416726f,-0.12151942994223312f,-0.9912718880542922f,0.10806578320814378f,-0.0333744225350087f,0.9922230336164195f,-0.11991496771247659f,0.8938772451568715f,0.998134798421867f,0.026953287509027524f,-0.05477631305404465f,0.3057914469581067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9361463342922172f,0.04077751783325313f,-0.34923807757832326f,0.5222403882924622f,-0.13632338601402094f,0.8734679035095753f,0.46740748385563924f,1.9610080292980496f,0.32410796845637163f,0.48517111989270967f,-0.8121348466881209f,-0.430303571611822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1609445447073305f,0.04077751783325313f,-0.9861207063885784f,0.581703831707538f,-0.4734921138406566f,0.8734679035095753f,0.11339770574969357f,1.9940606507019505f,0.865968862985071f,0.48517111989270967f,-0.12127206093077303f,-0.4948069483881775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6342767297608083f,0.04077751783325313f,-0.7720299373232189f,0.667776600598483f,-0.3525612949749416f,0.8734679035095753f,0.33578915233250106f,1.927165967150125f,0.6880360189477923f,0.48517111989270967f,-0.5396437908959272f,-0.38160869136561065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000249f,0f,0.000015625f,0f,1.0913875f,-5.740531871003218e-21f,0f,-0.000015625f,0.65695f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..1716fd83c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.738773444337829f,-0.13026569086768253f,-0.3227833517522713f,0.03314242258753601f,-0.09673951696236677f,0.8043246708808794f,-0.1031878583685946f,1.3505015144614387f,0.33436463366144614f,-0.05511005388832929f,-0.7430394458986123f,-0.3801606135634041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7174414884119913f,0.15905294873954512f,-0.31619593641038823f,0.03314242258753601f,0.2139683912640559f,0.7641989008821756f,-0.10108198370801105f,1.3505015144614387f,0.2819489993687839f,-0.1752204308513432f,-0.7278753755741508f,-0.3801606135634041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7387734443378288f,0.13026569086768255f,0.32278335175227185f,-0.03314242258753576f,0.09673951696236677f,0.8043246708808794f,-0.1031878583685946f,1.3505015144614387f,-0.3343646336614467f,-0.055110053888329194f,-0.743039445898612f,-0.3801606135634041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7174414884119911f,-0.159052948739545f,0.3161959364103888f,-0.03314242258753576f,-0.2139683912640559f,0.7641989008821756f,-0.10108198370801105f,1.3505015144614387f,-0.2819489993687845f,-0.17522043085134334f,-0.7278753755741506f,-0.3801606135634041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12031381560288551f,0.4108359206625093f,1.5027124415763862f,-0.5425826759249814f,1.2373338173024624f,0.9409508321428706f,-0.15818598562880418f,1.172796913795549f,-0.9465388847452553f,1.1778079757681332f,-0.3977923602612052f,0.14051852343995436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3939922243143159f,-0.8714279253502614f,-0.29220454838964627f,-0.46516887969210075f,-0.6113442082629623f,0.48586087895439395f,-0.6246578786223667f,1.3231821030561202f,0.6863150779366496f,-0.06747278874778345f,-0.7241678234880417f,-0.0364327447664298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49052356815930803f,-0.8714279253502614f,3.6390176264630164e-16f,-0.2984375f,-0.8631445362449459f,0.48586087895439395f,-0.13755259304048345f,1.6223025581947703f,0.11986717077981711f,-0.06747278874778345f,-0.9904944644710737f,-0.07290138041404048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7056923298433591f,0.6764940102564173f,0.2106043439424798f,0.3663685905787977f,0.2431874360689668f,0.04791899771250259f,-0.9687949424911504f,1.4983415933553665f,-0.6654759248375961f,0.7348874905354013f,-0.13069877473077682f,0.23435581783406928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12922508751334838f,0.8737124492031094f,0.4689642127760619f,0.2984375f,0.3539727137207921f,0.48241600463394857f,-0.8012353689236117f,1.6157250558916423f,-0.9262851584141384f,0.062460824366333975f,-0.3716106170727262f,-0.07198794522588081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.149181573415855e-16f,1.8922191896328378e-16f,-0.1562500000000001f,0f,0.5150380749100543f,-0.8571673007021121f,1.32289513410725f,-3.6739403974420594e-16f,-0.8571673007021121f,-0.5150380749100543f,0.23886854578860522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6750717417392554e-16f,3.269858208544116e-16f,-0.15625000000000008f,0f,0.8900139509124096f,-0.45593329246862724f,1.4869231668253977f,-3.6739403974420594e-16f,-0.45593329246862724f,-0.8900139509124096f,0.14781846625753509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.25716343583493e-16f,2.8988016951641536e-16f,0.15624999999999992f,0f,0.7890170720195713f,-0.6143712721650181f,1.3020651584435745f,-3.6739403974420594e-16f,-0.6143712721650181f,-0.7890170720195713f,0.17980016785557004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.053600283443399e-17f,3.6390176264630164e-16f,0.15624999999999992f,0f,0.9904944644710737f,-0.13755259304048345f,1.4869231668253977f,-3.6739403974420594e-16f,-0.13755259304048345f,-0.9904944644710737f,0.1478184662575352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.842744227644161e-17f,3.669316146241907e-16f,0.29375f,0f,0.9987413374470168f,0.050157161747293316f,2.1527670411544793f,-3.6739403974420594e-16f,0.050157161747293316f,-0.9987413374470168f,-0.02867526681008916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.842744227644161e-17f,3.669316146241907e-16f,0.33125f,0f,0.9987413374470168f,0.050157161747293316f,2.032626607887411f,-3.6739403974420594e-16f,0.050157161747293316f,-0.9987413374470168f,-0.1285769124141586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.842744227644161e-17f,3.669316146241907e-16f,-0.29375f,0f,0.9987413374470168f,0.050157161747293316f,2.1527670411544793f,-3.6739403974420594e-16f,0.050157161747293316f,-0.9987413374470168f,-0.028675266810089375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.842744227644161e-17f,3.669316146241907e-16f,-0.33125f,0f,0.9987413374470168f,0.050157161747293316f,2.032626607887411f,-3.6739403974420594e-16f,0.050157161747293316f,-0.9987413374470168f,-0.12857691241415886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878051598893237f,0.1547638713017308f,0.017003241918195827f,0.1945237550913752f,0.15422141739346212f,0.9576128939498526f,0.24329673191010984f,2.2513057374180057f,0.021371020405654993f,0.24295203123392403f,-0.9698028614136646f,-0.024865506297223713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998540426170424f,-0.0016683005211801244f,0.017003241918195827f,0.07933874312451714f,0.0025190350489061875f,0.9699486350855301f,0.24329673191010984f,2.2613704361488978f,-0.01689816335523017f,0.24330405271817504f,-0.9698028614136646f,-0.024360053380381913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9716047518065096f,0.23365703367364196f,0.03726388173346095f,0.05719531755317675f,0.2233192704110003f,0.8535446233209201f,0.4707335546389777f,2.260862623658795f,0.07818382012993054f,0.46568870140339824f,-0.8814881301838995f,-0.05637665504236508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9962550247293112f,-0.07802133567015104f,0.03726388173346095f,0.08619814166548337f,-0.051370546724866004f,0.8807786256864667f,0.4707335546389777f,2.2693890899876226f,-0.06954849121863184f,0.4670564031400326f,-0.8814881301838995f,-0.05059727873916639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07878785827810403f,0.03726388173346095f,0.14423324065764057f,0.08704604307798426f,0.8779709032316608f,0.4707335546389777f,2.3759112883994637f,0.004371484686199412f,0.4721859447998543f,-0.8814881301838995f,-0.026710188884416966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08548106958951367f,0.017003241918195827f,0.12500000000000003f,0.08704604307798426f,0.9660381393228354f,0.24329673191010984f,2.1585527070518262f,0.004371484686199412f,0.24385097932037686f,-0.9698028614136646f,-0.08157665923150167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.669316146241907e-16f,-0.19523827377799086f,-0.15623756683708878f,0.9864451742668123f,0.050157161747293316f,2.260502580245728f,-0.007846308765874523f,0.049539643855146f,-0.9987413374470168f,-0.0451673158745371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.669316146241907e-16f,-0.08005326181113276f,0f,0.9987413374470168f,0.050157161747293316f,2.27056727897662f,-3.677613769070831e-16f,0.050157161747293316f,-0.9987413374470168f,-0.04466186295769521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.669316146241907e-16f,-0.057716779398202966f,-0.2416173975689297f,0.9690744513800132f,0.050157161747293316f,2.26625303101189f,-0.0121341156478047f,0.048667279685532513f,-0.9987413374470168f,-0.04487852609645948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.669316146241907e-16f,-0.08682420206637902f,0.06966867388279539f,0.9963084537455599f,0.050157161747293316f,2.276241621364443f,0.003498786736504546f,0.05003498142216707f,-0.9987413374470168f,-0.044376895370709074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.669316146241907e-16f,-0.14461004211822304f,-0.08704604307798426f,0.994940825129777f,0.050157161747293316f,2.3824143927060257f,-0.004371484686200144f,0.04996629860398368f,-0.9987413374470168f,-0.07033424204560546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.669316146241907e-16f,-0.12499999999999997f,-0.08704604307798426f,0.994940825129777f,0.050157161747293316f,2.1585527070518262f,-0.004371484686200144f,0.04996629860398368f,-0.9987413374470168f,-0.08157665923150177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.842744227644161e-17f,3.669316146241907e-16f,1.799797435049604e-17f,0f,0.9987413374470168f,0.050157161747293316f,1.6451303603056273f,-3.6739403974420594e-16f,0.050157161747293316f,-0.9987413374470168f,-0.07607153783177029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.053600283443399e-17f,3.6390176264630164e-16f,-9.530267124167065e-19f,0f,0.9904944644710737f,-0.13755259304048345f,1.2736949361289747f,-3.6739403974420594e-16f,-0.13755259304048345f,-0.9904944644710737f,-0.024489315441588985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9816634534355122f,-0.19030635103212534f,0.010970731329379702f,0.14396069303668876f,-0.10141762013279451f,0.4726822742581512f,-0.8753775950575513f,1.1992663851307392f,0.16140424565563366f,-0.8604388184868113f,-0.4833153309438429f,0.3432344552914233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9816634534355122f,-0.09254478337456241f,0.16665031430879232f,0.12499999999999994f,-0.10141762013279451f,-0.4866819904331556f,-0.86767223449562f,1.0055382808474482f,0.16140424565563366f,-0.8686634004366578f,0.4683722517679273f,0.106187018653313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9791791916419001f,0.20178197927626237f,-0.022184307401156775f,-0.15001937791828307f,0.13461064783334742f,0.5636175659038477f,-0.8149939956186846f,1.1519112665463964f,-0.15194763619550503f,-0.8010114058139097f,-0.5790445955283778f,0.37453714672935845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9791791916419001f,0.09901816432725201f,-0.1772103659179573f,-0.12500000000000003f,0.13461064783334742f,-0.3367132149314055f,-0.9319357190173815f,0.9935392469160098f,-0.15194763619550503f,-0.9363864661686534f,0.3163736743643188f,0.07300554312100342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9848077530122079f,0.17364817766693066f,1.6964368836270396e-16f,-1.547522130638864e-17f,0.08018180522849586f,0.4547336142564968f,-0.8870108331782216f,1.1777674627595176f,-0.15402781475222407f,-0.8735351455197308f,-0.46174861323503386f,0.01503825719971693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,-0.17322517943366028f,0.012113084546138578f,-2.1313180809903337e-17f,-0.08018180522849587f,0.39175115813164824f,-0.9165707327930626f,1.1435918416050974f,0.15402781475222338f,-0.9036172128244838f,-0.39968908537757963f,0.030928442864076953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.2588249329822077e-16f,1.6964368836270396e-16f,-1.547522130638864e-17f,0f,0.46174861323503386f,-0.8870108331782216f,1.1777674627595176f,-3.6739403974420594e-16f,-0.8870108331782216f,-0.46174861323503386f,0.01503825719971693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9863754743381881f,0.16450964599109255f,3.1635382624476537e-16f,-1.2874276860325716e-17f,0.14165514497646295f,0.8493432708874049f,-0.5084779524226998f,1.2017194063903351f,-0.0836495279473342f,-0.501550181511451f,-0.8610750094504069f,0.007958816150880642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13052619222005138f,3.1635382624476537e-16f,-1.2874276860325716e-17f,-0.11239284219940654f,0.8537083933770112f,-0.5084779524226998f,1.2017194063903351f,0.06636969095758319f,-0.5041278530513625f,-0.8610750094504069f,0.007958816150880642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.8681176906143782e-16f,3.1635382624476537e-16f,-1.2874276860325716e-17f,0f,0.8610750094504069f,-0.5084779524226998f,1.2017194063903351f,-3.6739403974420594e-16f,-0.5084779524226998f,-0.8610750094504069f,0.007958816150880642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9801415982456801f,0.19783820663983712f,-0.013508937113517212f,-0.19375f,0.15465022263199496f,0.7199809308454613f,-0.6765432490674763f,1.2307315145229392f,-0.12411992599207523f,-0.6651973415554484f,-0.7362789829672485f,-0.009053298778143887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9837482210442428f,-0.17887018433199794f,0.01564911337184246f,0.19375f,-0.14003094125646678f,0.7097376821674704f,-0.6904083994291892f,1.2189419574018068f,0.11238671221775128f,-0.6813793948077561f,-0.7232505425150405f,-0.006594619870766094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.369229665101357e-16f,2.8079510034828657e-16f,-0.007812500000000042f,0f,0.7642886654987301f,-0.644874279057686f,1.0880240183114431f,-3.6739403974420594e-16f,-0.644874279057686f,-0.7642886654987301f,0.08803214276992478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.1154849756280721e-16f,3.0037578733727213e-16f,4.975127621536124e-18f,0f,0.8175848131515837f,-0.5758081914178453f,1.270703125f,-3.6739403974420594e-16f,-0.5758081914178453f,-0.8175848131515837f,-0.04062500000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.383203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3241022479239534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.383203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.4008977520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.4220259817653782f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.2793951560166515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3001606112732293f,-0.6484748663077204f,-0.699559829612354f,0.5444553457641778f,-0.33022004111567044f,0.7586706045400669f,-0.5615813727790253f,2.1922365874878356f,0.8949068844777351f,0.06244406756445141f,-0.44186242942839116f,-0.4274541277519502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.013753693412874801f,-0.6484748663077204f,-0.761111807610872f,0.5594502792358222f,-0.09369332918338996f,0.7586706045400669f,-0.6447018488210985f,2.212485912512164f,0.9955061004253253f,0.06244406756445141f,-0.07119229201232849f,-0.5177546222480495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15994595703087514f,-0.6484748663077204f,-0.7442429970088142f,0.6635892620513222f,-0.21599280025950468f,0.7586706045400669f,-0.6146267355418794f,2.2945552603312818f,0.963205274625059f,0.06244406756445141f,-0.26141219818606604f,-0.4333925452720899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000247f,0f,0.000015625f,0f,1.436825625f,-5.740531871003218e-21f,0f,-0.000015625f,0.646875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5.mcfunction new file mode 100644 index 000000000..a94d8a9b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50.mcfunction new file mode 100644 index 000000000..4cc88fcde --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..faf0cef83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768888105196793f,-0.1369864583051259f,-0.21124140402577374f,0.028403235998619145f,-0.20559249521055453f,0.7406855883425773f,0.27579164160494934f,1.1949420653118719f,0.14532703274635553f,0.31553765846103493f,-0.7390943675137238f,-0.3043796782166461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.754456279962038f,0.16725893046503132f,-0.20693035496402326f,0.028403235998619145f,0.09159713131820794f,0.7474100540389872f,0.2701632407558688f,1.1949420653118719f,0.249811303107201f,0.23109015838224775f,-0.7240108089930356f,-0.3043796782166461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768888105196791f,0.13698645830512562f,0.2112414040257743f,-0.028403235998618964f,0.20559249521055453f,0.7406855883425773f,0.27579164160494934f,1.1949420653118719f,-0.14532703274635608f,0.31553765846103504f,-0.7390943675137236f,-0.30437967821664613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544562799620378f,-0.1672589304650315f,0.20693035496402382f,-0.028403235998618964f,-0.09159713131820794f,0.7474100540389872f,0.2701632407558688f,1.1949420653118719f,-0.24981130310720154f,0.2310901583822476f,-0.7240108089930354f,-0.30437967821664613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2319273208595977f,-0.015211042449438293f,1.5451163684417075f,-0.6133194239909369f,0.9666964332113057f,-1.2174674540259331f,-0.15708995640763124f,0.7652543448229627f,1.2054517716837239f,0.97925883839525f,-0.17130208279340334f,-0.1201966823250491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5427218746192765f,-0.839022457306175f,-0.03865595614709859f,-0.4851909332048663f,-0.8089302278684471f,0.5097633971881662f,0.29287056070537776f,0.9987443596072609f,-0.22601958598856156f,0.19021723114136635f,-0.955370374109681f,-0.07532370094115591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5326775852918135f,-0.839022457306175f,0.11088690753912667f,-0.2984375000000001f,-0.6983321466555743f,0.5097633971881662f,0.5024674037533157f,1.2476147470479995f,-0.4781075225041961f,0.19021723114136635f,-0.8574558891872001f,0.09459440663150358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7490042360573395f,0.6276432722139732f,0.21226534623602128f,0.36919195224176665f,0.5263334882052552f,-0.3690430587165655f,-0.7660158484044637f,1.0311242199981854f,-0.40244964102586833f,0.6854714754515013f,-0.6067644870792058f,0.30742001003016217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14806352890686522f,0.8737735283685626f,0.46324616839213983f,0.29843749999999997f,0.7714724084164868f,0.3951252310666955f,-0.4987046970167375f,1.2771096958583201f,-0.6187952120529954f,0.2835416598964663f,-0.7325958044129418f,0.10560039004714819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.009817189475046e-17f,3.585563600031189e-16f,-0.15625000000000008f,0f,0.9759449561369036f,-0.21801706949442595f,0.8744570563452924f,-3.6739403974420594e-16f,-0.21801706949442595f,-0.9759449561369036f,0.26967446063703226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,5.0308111226082815e-17f,3.639333378304759e-16f,-0.15625000000000008f,0f,0.9905804081194688f,-0.13693230097338888f,1.059335055986609f,-3.6739403974420594e-16f,-0.13693230097338888f,-0.9905804081194688f,0.23780852665377522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.0871727155805e-17f,3.623161785963145e-16f,0.15624999999999994f,0f,0.9861787056985822f,-0.16568512433730892f,0.8814815994529183f,-3.6739403974420594e-16f,-0.16568512433730892f,-0.9861787056985822f,0.1781137990891187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.28441627208995e-16f,3.4421087844441054e-16f,0.15624999999999992f,0f,0.9368983739748842f,0.3496018261439981f,1.059335055986609f,-3.6739403974420594e-16f,0.3496018261439981f,-0.9368983739748842f,0.23780852665377533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.02457324012554e-17f,3.6614693240703087e-16f,0.29374999999999996f,0f,0.9966055319295779f,0.08232504920959977f,1.810768948710868f,-3.6739403974420594e-16f,0.08232504920959977f,-0.9966055319295779f,0.17971426221289755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.02457324012554e-17f,3.6614693240703087e-16f,0.33124999999999993f,0f,0.9966055319295779f,0.08232504920959977f,1.6939112305830708f,-3.6739403974420594e-16f,0.08232504920959977f,-0.9966055319295779f,0.07599186244329967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.02457324012554e-17f,3.6614693240703087e-16f,-0.29375000000000007f,0f,0.9966055319295779f,0.08232504920959977f,1.810768948710868f,-3.6739403974420594e-16f,0.08232504920959977f,-0.9966055319295779f,0.17971426221289732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.02457324012554e-17f,3.6614693240703087e-16f,-0.33125000000000004f,0f,0.9966055319295779f,0.08232504920959977f,1.6939112305830708f,-3.6739403974420594e-16f,0.08232504920959977f,-0.9966055319295779f,0.07599186244329942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.6614693240703087e-16f,0.1952382737779908f,0.15590345324353824f,0.9843356640594593f,0.08232504920959977f,1.918980114528815f,0.012878475032514058f,0.0813114912432427f,-0.9966055319295779f,0.1667035874438098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.6614693240703087e-16f,0.08005326181113272f,0f,0.9966055319295779f,0.08232504920959977f,1.929023289930017f,-3.660266534311063e-16f,0.08232504920959977f,-0.9966055319295779f,0.16753320847503542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.6614693240703087e-16f,0.05771677939820291f,0.24110069944951867f,0.9670020884142856f,0.08232504920959977f,1.9247182679723227f,0.019916231960121947f,0.07987964341353584f,-0.9966055319295779f,0.16717759019562514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.0697564737441253f,3.6614693240703087e-16f,0.08682420206637897f,-0.06951968762129562f,0.9941778509430164f,0.08232504920959977f,1.9346854977527377f,-0.005742705133673634f,0.08212450952736766f,-0.9966055319295779f,0.1680009377046113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.6614693240703087e-16f,0.144610042118223f,0.08685989536174733f,0.9928131469971493f,0.08232504920959977f,2.0416398173117662f,0.0071751008105998115f,0.08201177754274536f,-0.9966055319295779f,0.14547950905503634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.6614693240703087e-16f,0.12499999999999996f,0.08685989536174733f,0.9928131469971493f,0.08232504920959977f,1.8182568592374082f,0.0071751008105998115f,0.08201177754274536f,-0.9966055319295779f,0.12702685910791867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6614693240703087e-16f,-0.19523827377799097f,-0.15590345324353824f,0.9843356640594593f,0.08232504920959977f,1.918980114528815f,-0.012878475032514783f,0.08131149124324259f,-0.9966055319295779f,0.1667035874438097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.6614693240703087e-16f,-0.08005326181113287f,0f,0.9966055319295779f,0.08232504920959977f,1.929023289930017f,-3.668940151690947e-16f,0.08232504920959977f,-0.9966055319295779f,0.1675332084750354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.6614693240703087e-16f,-0.05771677939820308f,-0.24110069944951867f,0.9670020884142856f,0.08232504920959977f,1.9247182679723227f,-0.01991623196012266f,0.07987964341353568f,-0.9966055319295779f,0.16717759019562511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.6614693240703087e-16f,-0.08682420206637913f,0.06951968762129562f,0.9941778509430164f,0.08232504920959977f,1.9346854977527377f,0.005742705133672902f,0.08212450952736772f,-0.9966055319295779f,0.16800093770461128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.6614693240703087e-16f,-0.14461004211822315f,-0.08685989536174733f,0.9928131469971493f,0.08232504920959977f,2.0416398173117662f,-0.0071751008106005435f,0.0820117775427453f,-0.9966055319295779f,0.14547950905503626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.6614693240703087e-16f,-0.12500000000000008f,-0.08685989536174733f,0.9928131469971493f,0.08232504920959977f,1.8182568592374082f,-0.0071751008106005435f,0.0820117775427453f,-0.9966055319295779f,0.12702685910791858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.02457324012554e-17f,3.6614693240703087e-16f,-4.850651225720284e-17f,0f,0.9966055319295779f,0.08232504920959977f,1.3049238663356995f,-3.6739403974420594e-16f,0.08232504920959977f,-0.9966055319295779f,0.11597919426079804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.28441627208995e-16f,3.4421087844441054e-16f,-3.409020538297127e-19f,0f,0.9368983739748842f,0.3496018261439981f,0.9535869760951179f,-3.6739403974420594e-16f,0.3496018261439981f,-0.9368983739748842f,-0.015121490543201232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9896745629587779f,-0.13820605086984902f,0.037991406071803235f,0.15039064492827312f,-0.1407782228771228f,0.9870877223437384f,-0.07641544583269505f,0.4366770894914513f,-0.026939773494056695f,-0.08097478558916416f,-0.9963520124448375f,0.13875849986297967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9896745629587779f,-0.0848473728800645f,0.1155213519125501f,0.12500000000000003f,-0.1407782228771228f,0.7268915004696884f,-0.6721683111457158f,0.6617701876685473f,-0.026939773494056695f,-0.6814907701944877f,-0.7313306904156375f,-0.10473764245218502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736472706673798f,0.0005612457710493651f,-0.1671020251077213f,0.17055343208164692f,0.9666440470740825f,0.19107802872494328f,0.395556901679405f,0.03263765328905921f,0.1882708465111072f,-0.9815746899455866f,0.1047629681903447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1276470251150064f,-0.11772818942944258f,-0.12499999999999997f,0.17055343208164692f,0.8384468194024415f,-0.5176084020174911f,0.6801818165056648f,0.03263765328905921f,-0.529823714091035f,-0.8474795664643275f,-0.11220591965369181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9879398559897649f,0.154838112061994f,3.5787060782451635e-16f,1.463673406886266e-17f,0.1508244644268218f,0.9623308995521016f,-0.22621056716609236f,0.8457010730338704f,-0.03502601714847097f,-0.22348243514943225f,-0.9740784256426147f,-0.05588871728732693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9879398559897649f,-0.15409129740866623f,0.015189239936104092f,2.0359217743195767e-17f,-0.15082446442682182f,0.9354986852957055f,-0.3195218157503008f,0.8114656967533367f,0.035026017148470256f,-0.3179592456163538f,-0.9474571738341498f,-0.0714645923840414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.31084141039787e-17f,3.5787060782451635e-16f,1.463673406886266e-17f,0f,0.9740784256426147f,-0.22621056716609236f,0.8457010730338704f,-3.6739403974420594e-16f,-0.22621056716609236f,-0.9740784256426147f,-0.05588871728732693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9909771359223155f,0.1340310265543192f,3.568511703242338e-16f,1.0013340210976869e-17f,0.1301848247700692f,0.9625397052294249f,0.2378428625299444f,0.867286410382403f,0.031878323023505926f,0.23569683870948938f,-0.9713036460054918f,-0.043304425334455894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9909953212127598f,-0.1338965023233206f,3.568511703242338e-16f,1.0013340210976869e-17f,-0.13005416089402402f,0.9625573686683371f,0.2378428625299444f,0.867286410382403f,-0.031846327395326265f,0.23570116395102447f,-0.9713036460054918f,-0.043304425334455894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-8.738205008920211e-17f,3.568511703242338e-16f,1.0013340210976869e-17f,0f,0.9713036460054918f,0.2378428625299444f,0.867286410382403f,-3.6739403974420594e-16f,0.2378428625299444f,-0.9713036460054918f,-0.043304425334455894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9845326397347974f,0.17515074314308446f,-0.0042069553428611735f,-0.19375f,0.1735509350436964f,0.9782655811927712f,0.11347477957250293f,0.8908157245975847f,0.02399071158365771f,0.11098950324239992f,-0.9935319702594954f,-0.03515794157227002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9849924042382973f,-0.1719697552137047f,0.01470941482851691f,0.19375f,-0.1709718930689305f,0.9838342534128954f,0.05328014256659583f,0.8875328846892013f,-0.023634199230883276f,0.04996563922566273f,-0.9984712612406456f,-0.043628975035646375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.7340121953297843e-17f,3.654915809318732e-16f,-0.007812499999999982f,0f,0.9948217482960331f,0.101635078182802f,0.7483223651569961f,-3.6739403974420594e-16f,0.101635078182802f,-0.9948217482960331f,-0.0660697676353491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.905272172010773e-17f,3.608463690583744e-16f,2.9482237757251106e-18f,0f,0.9821780704706307f,0.187952754400112f,0.9677777777777776f,-3.6739403974420594e-16f,0.187952754400112f,-0.9821780704706307f,-0.02407407407407408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.04508623938285002f,-0.1444483531453044f,-0.9884846505090114f,-0.038571750804404545f,0.02358721836706819f,0.9893689389441075f,-0.1435017274541151f,0.9385471269168213f,0.9987045980408907f,-0.016845650068202416f,0.04801405966759206f,0.26973664789275914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04508623938285002f,-0.1444483531453044f,-0.9884846505090114f,-0.034344915862262335f,0.02358721836706819f,0.9893689389441075f,-0.1435017274541151f,0.9407584286387339f,0.9987045980408907f,-0.016845650068202416f,0.04801405966759206f,0.36336520395909266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.04508623938285002f,-0.1444483531453044f,-0.9884846505090114f,0.11181436424301829f,0.02358721836706819f,0.9893689389441075f,-0.1435017274541151f,0.9611780368958949f,0.9987045980408907f,-0.016845650068202416f,0.04801405966759206f,0.3093488169757871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.891488614953019f,-0.0648737945145555f,-0.4483742189225772f,0.5263918760092405f,-0.2297929872487116f,0.9176849325667371f,0.32411347943474456f,1.9812014605848252f,0.39043979359238157f,0.391976728040411f,-0.833013212532834f,-0.4206666312282935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.05293236184983813f,-0.0648737945145555f,-0.9964886130078361f,0.5775771517685375f,-0.39541575599954454f,0.9176849325667371f,-0.038739443043128347f,2.01508622460036f,0.9169757602992059f,0.391976728040411f,-0.07422735141729897f,-0.49152531321615056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5459762747658348f,-0.0648737945145555f,-0.8352851597976017f,0.6772772878585293f,-0.3614374828323693f,0.9176849325667371f,0.16497669697197798f,1.9733973380467957f,0.7558259412038082f,0.391976728040411f,-0.5244820218826488f,-0.3774236689398247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.00721750000000025f,0f,0.000015625f,0f,1.1339002777777776f,-5.740531871003218e-21f,0f,-0.000015625f,0.6634259259259259f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51.mcfunction new file mode 100644 index 000000000..07783ad4a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..a93b9cb3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7767657640572895f,-0.13696476189392584f,-0.21170745436162575f,0.028418535343812085f,-0.18987562810630593f,0.7688963002585878f,0.19922391860501043f,1.2079277688063565f,0.16591153692307076f,0.2387123329290722f,-0.7631737865439487f,-0.3191465822986217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7543367864450508f,0.16723243939009483f,-0.20738689406853136f,0.028418535343812085f,0.11639673676960088f,0.7670496112836839f,0.19515812434776533f,1.2079277688063565f,0.2396410071025872f,0.15384474331347123f,-0.747598811308358f,-0.3191465822986217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7767657640572893f,0.1369647618939256f,0.21170745436162633f,-0.028418535343811863f,0.18987562810630593f,0.7688963002585878f,0.19922391860501043f,1.2079277688063565f,-0.16591153692307128f,0.23871233292907232f,-0.7631737865439485f,-0.31914658229862175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7543367864450505f,-0.16723243939009494f,0.20738689406853192f,-0.028418535343811863f,-0.11639673676960088f,0.7670496112836839f,0.19515812434776533f,1.2079277688063565f,-0.23964100710258776f,0.1538447433134711f,-0.7475988113083578f,-0.31914658229862175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.21334602308992018f,0.09077353728411103f,1.5452022163330743f,-0.6043752904592349f,1.2342470978544364f,-0.9512745965450046f,-0.11452944340229156f,0.8032094392768778f,0.934089838222007f,1.23622128152571f,-0.20159208127631406f,-0.08657445849233819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5305042838203985f,-0.8460967032027815f,-0.05182252094977868f,-0.4833718684456768f,-0.8393408036623844f,0.5157461716147946f,0.17179319477809715f,1.0383132921287652f,-0.11862638895114541f,0.13463378214277066f,-0.9837690402479357f,-0.0708820732761717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5214829603767023f,-0.8460967032027815f,0.11034441927952207f,-0.2984375000000001f,-0.7486405354537393f,0.5157461716147946f,0.4165852075388914f,1.3086238322481625f,-0.40938108250417377f,0.13463378214277066f,-0.9023751293080078f,0.07437382950804998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7325073420372419f,0.6470600218024662f,0.21153326463355016f,0.3722493204150693f,0.49628532520701235f,-0.2948818152439254f,-0.8165449105974625f,1.1027617852228049f,-0.46597625459427183f,0.7031059971465466f,-0.537129488048138f,0.3034459158546656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15528676209580158f,0.8737745055050135f,0.4608732309944585f,0.29843749999999997f,0.7125683290505447f,0.42219650195316194f,-0.5603538972583567f,1.3313475202123883f,-0.6842020154544394f,0.2413881257808331f,-0.6881855671111534f,0.08030577088393487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.229654433046441e-16f,3.462049684687664e-16f,-0.15625000000000014f,0f,0.94232603422148f,-0.33469634779665297f,0.9447859311088593f,-3.6739403974420594e-16f,-0.33469634779665297f,-0.94232603422148f,0.2736870633162052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,6.579367721621593e-17f,3.61454800048271e-16f,-0.1562500000000001f,0f,0.9838341424916146f,-0.17908204842414985f,1.1281355700233862f,-3.6739403974420594e-16f,-0.17908204842414985f,-0.9838341424916146f,0.2339602158461045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.737597124527633e-17f,3.5425457042020826e-16f,0.15624999999999992f,0f,0.9642360302493043f,-0.2650450489427463f,0.9451365392300182f,-3.6739403974420594e-16f,-0.2650450489427463f,-0.9642360302493043f,0.19264838668437467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.279722039351177e-17f,3.5548144301328186e-16f,0.1562499999999999f,0f,0.9675754219115311f,0.25258226959294394f,1.1281355700233862f,-3.6739403974420594e-16f,0.25258226959294394f,-0.9675754219115311f,0.2339602158461046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.6637258061733097e-17f,3.664271236173979e-16f,0.29374999999999996f,0f,0.9973681768831055f,0.07250323951983273f,1.8665208222857226f,-3.6739403974420594e-16f,0.07250323951983273f,-0.9973681768831055f,0.14655307351220814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.6637258061733097e-17f,3.664271236173979e-16f,0.33124999999999993f,0f,0.9973681768831055f,0.07250323951983273f,1.7486469788803187f,-3.6739403974420594e-16f,0.07250323951983273f,-0.9973681768831055f,0.043986901989437915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.6637258061733097e-17f,3.664271236173979e-16f,-0.29375000000000007f,0f,0.9973681768831055f,0.07250323951983273f,1.8665208222857226f,-3.6739403974420594e-16f,0.07250323951983273f,-0.9973681768831055f,0.14655307351220792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.6637258061733097e-17f,3.664271236173979e-16f,-0.33125000000000004f,0f,0.9973681768831055f,0.07250323951983273f,1.7486469788803187f,-3.6739403974420594e-16f,0.07250323951983273f,-0.9973681768831055f,0.04398690198943768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.664271236173979e-16f,0.1952382737779908f,0.15602275719885897f,0.9850889195880722f,0.07250323951983273f,1.9745985657095895f,0.011342005487968395f,0.07161060432911545f,-0.9973681768831055f,0.13247701433248776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.664271236173979e-16f,0.08005326181113272f,0f,0.9973681768831055f,0.07250323951983273f,1.9846494265758945f,-3.660266534311063e-16f,0.07250323951983272f,-0.9973681768831055f,0.1332076572281209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.664271236173979e-16f,0.05771677939820291f,0.2412851999623456f,0.9677420795533593f,0.07250323951983273f,1.9803411102322417f,0.01754012114175432f,0.07034958344725871f,-0.9973681768831055f,0.13289446607260672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.0697564737441253f,3.664271236173979e-16f,0.08682420206637897f,-0.06957288704397246f,0.9949386381317675f,0.07250323951983273f,1.9903159673609396f,-0.005057570323929603f,0.07232662527236246f,-0.9973681768831055f,0.13361958391007192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.664271236173979e-16f,0.144610042118223f,0.08692636424912478f,0.9935728898563799f,0.07250323951983273f,2.097043232655659f,0.0063190736919620195f,0.0722273428041333f,-0.9973681768831055f,0.11004561386972254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.664271236173979e-16f,0.12499999999999996f,0.08692636424912478f,0.9935728898563799f,0.07250323951983273f,1.8734893324379738f,0.0063190736919620195f,0.0722273428041333f,-0.9973681768831055f,0.09379446173879258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.664271236173979e-16f,-0.1952382737779909f,-0.15602275719885897f,0.9850889195880722f,0.07250323951983273f,1.9745985657095895f,-0.011342005487969122f,0.07161060432911534f,-0.9973681768831055f,0.13247701433248765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.664271236173979e-16f,-0.08005326181113281f,0f,0.9973681768831055f,0.07250323951983273f,1.9846494265758945f,-3.677613769070831e-16f,0.07250323951983273f,-0.9973681768831055f,0.13320765722812083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.664271236173979e-16f,-0.05771677939820302f,-0.2412851999623456f,0.9677420795533593f,0.07250323951983273f,1.9803411102322417f,-0.017540121141755034f,0.07034958344725854f,-0.9973681768831055f,0.1328944660726067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.664271236173979e-16f,-0.08682420206637907f,0.06957288704397246f,0.9949386381317675f,0.07250323951983273f,1.9903159673609396f,0.0050575703239288715f,0.07232662527236251f,-0.9973681768831055f,0.13361958391007187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.664271236173979e-16f,-0.1446100421182231f,-0.08692636424912478f,0.9935728898563799f,0.07250323951983273f,2.097043232655659f,-0.0063190736919627516f,0.07222734280413325f,-0.9973681768831055f,0.11004561386972245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.664271236173979e-16f,-0.12500000000000003f,-0.08692636424912478f,0.9935728898563799f,0.07250323951983273f,1.8734893324379738f,-0.0063190736919627516f,0.07222734280413325f,-0.9973681768831055f,0.0937944617387925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.6637258061733097e-17f,3.664271236173979e-16f,-3.6657528933635666e-17f,0f,0.9973681768831055f,0.07250323951983273f,1.3600724155503872f,-3.6739403974420594e-16f,0.07250323951983273f,-0.9973681768831055f,0.0878043070124753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.279722039351177e-17f,3.5548144301328186e-16f,-1.8585712860687544e-18f,0f,0.9675754219115311f,0.25258226959294394f,0.9972316323335629f,-3.6739403974420594e-16f,0.25258226959294394f,-0.9675754219115311f,-0.006914044084878685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9901399026521883f,-0.13336402640186118f,0.04286035041619083f,0.14643551635410584f,-0.1399625363247858f,0.9544857940298676f,-0.2633768353912434f,0.533167073986463f,-0.005784600370639834f,-0.26677875750714625f,-0.96374043857332f,0.23033904481006523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9901399026521883f,-0.07455748181511497f,0.11859239048650548f,0.125f,-0.1399625363247858f,0.5615036580439386f,-0.8155514272127837f,0.6965970080007327f,-0.005784600370639834f,-0.8241085025096296f,-0.5664024315713058f,-0.05488515291499459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.173614296370666f,-0.003430117019047302f,-0.16302276989724773f,0.17350005981422853f,0.9845914469446974f,0.021849756241345997f,0.48513807593448866f,0.007170693934685274f,0.020922683839929956f,-0.999755381305562f,0.2057384615487672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.11964546061622292f,-0.12585171179200408f,-0.12499999999999999f,0.17350005981422853f,0.7078924928042815f,-0.6846794489947827f,0.7121991603176728f,0.007170693934685274f,-0.6961129092218246f,-0.7178965097862108f,-0.06620078922931702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9888786167802786f,0.14872485089830495f,3.454035172248237e-16f,7.21690776233651e-18f,0.13982286330713972f,0.9296888773212969f,-0.34077581821728437f,0.8865096309289471f,-0.05068183275411381f,-0.3369859197508758f,-0.9401445855390226f,-0.03161634751561471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9888786167802786f,-0.14784604349762398f,0.01614399878659675f,1.1393006354503929e-17f,-0.1398228633071397f,0.8872043710443858f,-0.43967939557856117f,0.8506861193866508f,0.05068183275411308f,-0.4370468526620854f,-0.898009688370259f,-0.04298315846081943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.2519900450198528e-16f,3.454035172248237e-16f,7.21690776233651e-18f,0f,0.9401445855390226f,-0.34077581821728437f,0.8865096309289471f,-3.6739403974420594e-16f,-0.34077581821728437f,-0.9401445855390226f,-0.03161634751561471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9925017430605566f,0.12223047910303236f,3.6550064577442165e-16f,3.694535563034206e-18f,0.12160055475200413f,0.9873868075634549f,0.10139328051529807f,0.9095866550277544f,0.012393349255212679f,0.10063300764606135f,-0.9948464216482593f,-0.02202889693597352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9925134196640631f,-0.12213562865416205f,3.6550064577442165e-16f,3.694535563034206e-18f,-0.12150619312235368f,0.9873984239906703f,0.10139328051529807f,0.9095866550277544f,-0.01238373205704409f,0.10063419157519607f,-0.9948464216482593f,-0.02202889693597352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.7251286931432845e-17f,3.6550064577442165e-16f,3.694535563034206e-18f,0f,0.9948464216482593f,0.10139328051529807f,0.9095866550277544f,-3.6739403974420594e-16f,0.10139328051529807f,-0.9948464216482593f,-0.02202889693597352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.986470431332201f,0.16391274749126697f,-0.002949460480395044f,-0.19375f,0.16393867180505495f,0.9863561749001734f,-0.01502025709144961f,0.9307264819852301f,0.00044720694957699187f,-0.015300570125420309f,-0.9998828394165895f,-0.01713966254056087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.986791456105989f,-0.1613984297786622f,0.01389852586443117f,0.19375f,-0.16199514460625208f,0.9833832992774114f,-0.08194424828060028f,0.9286743080140352f,-0.00044190521777504136f,-0.08311337778754649f,-0.9965399997754847f,-0.026003193976866606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.687960978775089e-17f,3.670060751717612e-16f,-0.007812499999999994f,0f,0.9989440096178075f,-0.04594415793871651f,0.7848075314299097f,-3.6739403974420594e-16f,-0.04594415793871651f,-0.9989440096178075f,-0.02718597241892431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.517130929808275e-17f,3.6708066118191117e-16f,2.1993749366909332e-18f,0f,0.999147023281834f,0.04129438057472464f,1.0080544444444444f,-3.6739403974420594e-16f,0.04129438057472464f,-0.999147023281834f,-0.017959259259259272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15026958748444627f,-0.16987559909564515f,-0.9739411336981052f,-0.03933555358000021f,0.060997785370366736f,0.984843443546053f,-0.1623658273290997f,0.9983201732552084f,0.9867615321125794f,-0.035009606342374065f,0.15835405333172545f,0.28891129392296344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.15026958748444627f,-0.16987559909564515f,-0.9739411336981052f,-0.025247779753333394f,0.060997785370366736f,0.984843443546053f,-0.1623658273290997f,1.0040387156336803f,0.9867615321125794f,-0.035009606342374065f,0.15835405333172545f,0.3814201875585178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15026958748444627f,-0.16987559909564515f,-0.9739411336981052f,0.113799503388049f,0.060997785370366736f,0.984843443546053f,-0.1623658273290997f,1.0255343185438093f,0.9867615321125794f,-0.035009606342374065f,0.15835405333172545f,0.3114126327409818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8347857356216347f,-0.17942159036025257f,-0.5205196139582481f,0.5304080677160864f,-0.3099421918318538f,0.9345214221177662f,0.17494441781735745f,2.001056711901787f,0.45504792420701373f,0.3073720945622512f,-0.8357354737949694f,-0.41187952997039967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03823035662268626f,-0.17942159036025257f,-0.9830291616961827f,0.573584384506136f,-0.30558287837983056f,0.9345214221177662f,-0.18245222948510506f,2.0344205006908056f,0.9513976793505434f,0.3073720945622512f,-0.019101078786670833f,-0.4881142055851555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4605473790938635f,-0.17942159036025257f,-0.8693123745365475f,0.6823930822915933f,-0.35588041374952756f,0.9345214221177662f,-0.004340819329670315f,2.018389729195747f,0.8131698732240625f,0.3073720945622512f,-0.49424402147641233f,-0.3758602645563157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.00721750000000025f,0f,0.000015625f,0f,1.1741769444444443f,-5.740531871003218e-21f,0f,-0.000015625f,0.6695407407407408f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52.mcfunction new file mode 100644 index 000000000..3344d2587 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..80febd5ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.776651360299782f,-0.1369445894247828f,-0.21213978508573172f,0.028432760072776106f,-0.17364644444315616f,0.7877931472025711f,0.12717434488670432f,1.2181643892072136f,0.183313996522886f,0.16604993553865113f,-0.7783108903457935f,-0.33055330123555826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7542256860763312f,0.1672078090313321f,-0.20781040171663517f,0.028432760072776106f,0.13816847965791296f,0.7780678353605953f,0.1245789500930981f,1.2181643892072136f,0.22815145340696083f,0.08155974605293534f,-0.7624269946244508f,-0.33055330123555826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7766513602997818f,0.13694458942478263f,0.21213978508573228f,-0.028432760072775884f,0.17364644444315616f,0.7877931472025711f,0.12717434488670432f,1.2181643892072136f,-0.18331399652288655f,0.16604993553865124f,-0.7783108903457933f,-0.3305533012355583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.754225686076331f,-0.16720780903133214f,0.20781040171663573f,-0.028432760072775884f,-0.13816847965791296f,0.7780678353605953f,0.1245789500930981f,1.2181643892072136f,-0.22815145340696136f,0.08155974605293523f,-0.7624269946244506f,-0.3305533012355583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.17655056280612375f,0.18237045981336727f,1.5417448440517971f,-0.5961330866186494f,1.4161404857213356f,-0.6548102507618488f,-0.0847107442898679f,0.8412685676642719f,0.6362250179565243f,1.4069011340121471f,-0.2392763583005114f,-0.05666504434860348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5189436706256172f,-0.8524577260061623f,-0.06335054924792206f,-0.4816018245653631f,-0.8546420857280524f,0.5159538391423268f,0.05812521979913832f,1.0745689422424896f,-0.016863333597341323f,0.08430576045974739f,-0.9962972281067978f,-0.06735752996793702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5111430374277531f,-0.8524577260061623f,0.10976620910614059f,-0.2984375f,-0.7886902391428349f,0.5159538391423268f,0.33430426643270933f,1.362363623930876f,-0.34161455175379835f,0.08430576045974739f,-0.9360513002946769f,0.05299370875224105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.716878357170221f,0.6646000940936664f,0.21069441366969058f,0.3751103820988421f,0.46201767265071003f,-0.2265271706584316f,-0.8574526873897516f,1.167339141665067f,-0.5221351273179637f,0.7120338165313328f,-0.46944941467263335f,0.29696255225398305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1620281252236439f,0.8737688826440421f,0.4585573315949635f,0.2984375f,0.6536032256400048f,0.4431755537891323f,-0.6135130413908711f,1.3783022538074063f,-0.7392900040373142f,0.2003081831745228f,-0.642905064285412f,0.05559804699044685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.6070906152778152e-16f,3.303800508239366e-16f,-0.1562500000000001f,0f,0.8992526145877601f,-0.4374296916729336f,1.0086495600950098f,-3.6739403974420594e-16f,-0.4374296916729336f,-0.8992526145877601f,0.27440625243718286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,7.989419485924299e-17f,3.586018656774676e-16f,-0.15625000000000008f,0f,0.9760688168135232f,-0.21746186986285476f,1.1903033265609027f,-3.6739403974420594e-16f,-0.21746186986285476f,-0.9760688168135232f,0.2275317217328131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.2998450864095805e-16f,3.436312092242727e-16f,0.15624999999999992f,0f,0.9353205878449259f,-0.3538013538038296f,1.0042494432272684f,-3.6739403974420594e-16f,-0.3538013538038296f,-0.9353205878449259f,0.20346379709286075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.924571803062879e-17f,3.625856110418647e-16f,0.15624999999999992f,0f,0.9869120666582152f,0.16125933363502026f,1.1903033265609027f,-3.6739403974420594e-16f,0.16125933363502026f,-0.9869120666582152f,0.22753172173281322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.3324840287513453e-17f,3.666528770719373e-16f,0.29375f,0f,0.9979826491665879f,0.06348725826840612f,1.9145598339309313f,-3.6739403974420594e-16f,0.06348725826840612f,-0.9979826491665879f,0.114555126088725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.3324840287513453e-17f,3.666528770719373e-16f,0.33125f,0f,0.9979826491665879f,0.06348725826840612f,1.7957639332477708f,-3.6739403974420594e-16f,0.06348725826840612f,-0.9979826491665879f,0.013058345445806634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.3324840287513453e-17f,3.666528770719373e-16f,-0.29375f,0f,0.9979826491665879f,0.06348725826840612f,1.9145598339309313f,-3.6739403974420594e-16f,0.06348725826840612f,-0.9979826491665879f,0.11455512608872478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.3324840287513453e-17f,3.666528770719373e-16f,-0.33125f,0f,0.9979826491665879f,0.06348725826840612f,1.7957639332477708f,-3.6739403974420594e-16f,0.06348725826840612f,-0.9979826491665879f,0.01305834544580639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.666528770719373e-16f,0.1952382737779908f,0.15611888184180758f,0.9856958266980868f,0.06348725826840612f,2.0225059616555323f,0.009931595284088723f,0.06270562476805702f,-0.9979826491665879f,0.09950296428749669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.666528770719373e-16f,0.08005326181113273f,0f,0.997982649166588f,0.06348725826840612f,2.0325630147942304f,-3.668940151690947e-16f,0.06348725826840611f,-0.9979826491665879f,0.10014274968914548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.666528770719373e-16f,0.05771677939820294f,0.24143385426195912f,0.9683382993839375f,0.06348725826840612f,2.0282520441238776f,0.01535895786671813f,0.06160141537081497f,-0.9979826491665879f,0.09986850473251743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.0697564737441253f,3.666528770719373e-16f,0.086824202066379f,-0.0696157504636817f,0.9955516135916508f,0.06348725826840612f,2.038233046699542f,-0.00442864726448694f,0.0633326064981227f,-0.9979826491665879f,0.10050345213248278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.666528770719373e-16f,0.14461004211822304f,0.08697991903738954f,0.9941850238873094f,0.06348725826840612f,2.1447429206797306f,0.005533279149394972f,0.06324567008336754f,-0.9979826491665879f,0.07596597130259641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765815f,3.666528770719373e-16f,0.12499999999999997f,0.08697991903738954f,0.9941850238873094f,0.06348725826840612f,1.9210512903050863f,0.005533279149394972f,0.06324567008336754f,-0.9979826491665879f,0.061735695533838744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.666528770719373e-16f,-0.19523827377799086f,-0.15611888184180758f,0.9856958266980868f,0.06348725826840612f,2.0225059616555323f,-0.009931595284089448f,0.06270562476805693f,-0.9979826491665879f,0.09950296428749653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.666528770719373e-16f,-0.08005326181113279f,0f,0.997982649166588f,0.06348725826840612f,2.0325630147942304f,-3.668940151690947e-16f,0.06348725826840612f,-0.9979826491665879f,0.10014274968914541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.666528770719373e-16f,-0.057716779398202994f,-0.24143385426195912f,0.9683382993839375f,0.06348725826840612f,2.0282520441238776f,-0.015358957866718845f,0.061601415370814795f,-0.9979826491665879f,0.09986850473251738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.666528770719373e-16f,-0.08682420206637904f,0.0696157504636817f,0.9955516135916508f,0.06348725826840612f,2.038233046699542f,0.004428647264486208f,0.06333260649812275f,-0.9979826491665879f,0.10050345213248271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.666528770719373e-16f,-0.14461004211822306f,-0.08697991903738954f,0.9941850238873094f,0.06348725826840612f,2.1447429206797306f,-0.0055332791493957045f,0.06324567008336748f,-0.9979826491665879f,0.0759659713025963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.666528770719373e-16f,-0.125f,-0.08697991903738954f,0.9941850238873094f,0.06348725826840612f,1.9210512903050863f,-0.0055332791493957045f,0.06324567008336748f,-0.9979826491665879f,0.06173569553383865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.3324840287513453e-17f,3.666528770719373e-16f,-2.5210125933636664e-17f,0f,0.9979826491665879f,0.06348725826840612f,1.407601205786322f,-3.6739403974420594e-16f,0.06348725826840612f,-0.9979826491665879f,0.060385433457736414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.924571803062879e-17f,3.625856110418647e-16f,-2.992981672150867e-18f,0f,0.9869120666582152f,0.16125933363502026f,1.0375091807894914f,-3.6739403974420594e-16f,0.16125933363502026f,-0.9869120666582152f,-0.00008681665539618522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9905573800893929f,-0.1287815419519496f,0.04702543144848627f,0.14287943448852353f,-0.1364903353833363f,0.8940552087909843f,-0.4266563863118116f,0.6335188306090402f,0.012902135380719286f,-0.429046149133386f,-0.9031904211274773f,0.3009865966632513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9905573800893929f,-0.06512329131560235f,0.12064424428318671f,0.125f,-0.1364903353833363f,0.38562296707575144f,-0.9125049674443632f,0.733952282739142f,0.012902135380719286f,-0.9203553032345264f,-0.39087037584178785f,-0.009226410826120614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17350337841509345f,-0.00708994256638959f,-0.15915303932751856f,0.17287752090783384f,0.9757772070351272f,-0.1340604527647435f,0.5810706578850624f,-0.016341737111068944f,-0.1332494649493025f,-0.9909477926303267f,0.2861377206861265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.11185089450027358f,-0.13282720732792092f,-0.12499999999999999f,0.17287752090783384f,0.5595372673744649f,-0.8105747400356602f,0.7463593856392822f,-0.016341737111068944f,-0.8212231266949349f,-0.5703731443621688f,-0.02346660082047595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9897064110753081f,0.14311261256937932f,3.296247255991659e-16f,6.803743646265679e-19f,0.1284001658840338f,0.8879613409122505f,-0.44163112938998156f,0.9262450556208782f,-0.06320298471896615f,-0.4370851600876936f,-0.8971967150818874f,-0.010085226099749092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9897064110753081f,-0.14211061448043133f,0.016905417132605575f,3.386870046216241e-18f,-0.1284001658840338f,0.8295758927136585f,-0.5434309851575351f,0.889417111062942f,0.06320298471896543f,-0.5400077883515484f,-0.8392836059653993f,-0.017451964230487525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.6225264470338141e-16f,3.296247255991659e-16f,6.803743646265679e-19f,0f,0.8971967150818874f,-0.44163112938998156f,0.9262450556208782f,-3.6739403974420594e-16f,-0.44163112938998156f,-0.8971967150818874f,-0.010085226099749092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.993776631962207f,0.1113912284062442f,3.672741131858329e-16f,-1.7756278597356244e-18f,0.1113548675369579f,0.9934522385361577f,-0.025548839960428574f,0.9503270571662474f,-0.0028459166675470432f,-0.025389840126416114f,-0.9996735751117344f,-0.0034002994034092234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9937831625762102f,-0.11133295010923594f,3.672741131858329e-16f,-1.7756278597356244e-18f,-0.11129660826343626f,0.9934587670184061f,-0.025548839960428574f,0.9503270571662474f,0.002844427724662883f,-0.02539000697602821f,-0.9996735751117344f,-0.0034002994034092234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,9.386491523840053e-18f,3.672741131858329e-16f,-1.7756278597356244e-18f,0f,0.9996735751117344f,-0.025548839960428574f,0.9503270571662474f,-3.6739403974420594e-16f,-0.025548839960428574f,-0.9996735751117344f,-0.0034002994034092234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9881346361152784f,0.1535782329857575f,-0.0019150097385435675f,-0.19375f,0.15247132062249197f,0.9793579425505256f,-0.13270462219092033f,0.9689284789671423f,-0.01850506138761984f,-0.13142201762328123f,-0.9911537801909784f,-0.0008059423799460746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9883413233627736f,-0.15168617549912863f,0.013142781135241513f,0.19375f,-0.15114536480214022f,0.9670790920061555f,-0.20472691201543974f,0.9678255988455535f,0.018344133458663658f,-0.20432653759851455f,-0.9787308919210906f,-0.010441596072410414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,6.632165802477444e-17f,3.6135829603928015e-16f,-0.007812500000000005f,0f,0.9835714708133858f,-0.18051914525056034f,0.8225591235339995f,-3.6739403974420594e-16f,-0.18051914525056034f,-0.9835714708133858f,0.008677326257105655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.4574833403602566e-17f,3.657635319912037e-16f,1.512438796946976e-18f,0f,0.99556196460308f,-0.09410831331851467f,1.0450050000000002f,-3.6739403974420594e-16f,-0.09410831331851467f,-0.99556196460308f,-0.012349999999999958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2601680787817796f,-0.19380657020690023f,-0.9459130954414554f,-0.040320378692896064f,0.07741116589970422f,0.9806821105996717f,-0.17963883027848365f,1.0557513515984516f,0.9624552364536476f,-0.02648794620976203f,0.27014497316911645f,0.3081599107912353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2601680787817796f,-0.19380657020690023f,-0.9459130954414554f,-0.015929621307104236f,0.07741116589970422f,0.9806821105996717f,-0.17963883027848365f,1.0630086484015489f,0.9624552364536476f,-0.02648794620976203f,0.27014497316911645f,0.39839008920876473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2601680787817796f,-0.19380657020690023f,-0.9459130954414554f,0.11376196431621818f,0.07741116589970422f,0.9806821105996717f,-0.17963883027848365f,1.0863258245417728f,0.9624552364536476f,-0.02648794620976203f,0.27014497316911645f,0.31275325402463255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.770865482818033f,-0.2928014358305784f,-0.5657152345264107f,0.534081600205199f,-0.3742292800854926f,0.9268434777168907f,0.030226044073836084f,2.0198370109617754f,0.5154792462615874f,0.2350074190088713f,-0.8240465154858518f,-0.40410602796559203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10953240957565769f,-0.2928014358305784f,-0.9498789240888028f,0.5699323397948012f,-0.21164878624613204f,0.9268434777168907f,-0.3101063673873832f,2.051597349038224f,0.9711886750436751f,0.2350074190088713f,0.03954833090914672f,-0.48469801203440743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.38240788895575717f,-0.2928014358305784f,-0.8763740785988323f,0.683463081789825f,-0.3387769394821215f,0.9268434777168907f,-0.16183742796024192f,2.059992794194036f,0.8596478300673641f,0.2350074190088713f,-0.45362663201278275f,-0.3763580251980823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000251f,0f,0.000015625f,0f,1.2111275000000001f,-5.740531871003218e-21f,0f,-0.000015625f,0.67515f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53.mcfunction new file mode 100644 index 000000000..e90a36878 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..1efcfeb3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7765951523770948f,-0.13693467845148344f,-0.21235184855854242f,0.028439748850795976f,-0.15795422367456918f,0.7988004595073559f,0.06255184696430303f,1.2258567268185154f,0.1972178414145268f,0.1005542847056766f,-0.7860905821211501f,-0.3388415349464461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7541711011477279f,0.167195707844f,-0.20801813736347013f,0.028439748850795976f,0.15649667979667753f,0.7821471277438083f,0.0612752786589091f,1.2258567268185154f,0.21618219030771224f,0.017072370680563845f,-0.7700479171799022f,-0.3388415349464461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7765951523770945f,0.13693467845148333f,0.21235184855854297f,-0.028439748850795726f,0.15795422367456918f,0.7988004595073559f,0.06255184696430303f,1.2258567268185154f,-0.19721784141452736f,0.10055428470567669f,-0.7860905821211499f,-0.3388415349464461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7541711011477277f,-0.167195707844f,0.2080181373634707f,-0.028439748850795726f,-0.15649667979667753f,0.7821471277438083f,0.0612752786589091f,1.2258567268185154f,-0.2161821903077128f,0.017072370680563727f,-0.770047917179902f,-0.3388415349464461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1292344883418537f,0.2562277247151668f,1.5359205871757522f,-0.588822186302182f,1.5181162118132414f,-0.36363520834349594f,-0.0670734871823093f,0.8771612031351297f,0.34645037805266177f,1.4978394567977806f,-0.27902571065566095f,-0.031268965780207825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5084582560412376f,-0.8579785833725257f,-0.07309550148659628f,-0.47995575640169313f,-0.8578592190534969f,0.5120668350142384f,-0.04318699761994163f,1.1063444972558334f,0.07448330113809021f,0.04074686432812259f,-0.9963894474044764f,-0.0646796096379958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5019463927240945f,-0.8579785833725257f,0.10919051838572304f,-0.2984375f,-0.8188687540844474f,0.5120668350142384f,0.25930969912960317f,1.4076614882784535f,-0.278395011477314f,0.04074686432812259f,-0.9596019542664405f,0.031995933043128276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7026675467118267f,0.6798772545848595f,0.20982191853125545f,0.377684246719396f,0.42650858611336395f,-0.16643275915644704f,-0.8890391232398894f,1.2231521988503493f,-0.5695162374942104f,0.7141897894661657f,-0.4069203851525649f,0.2890671261441908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1680778046205605f,0.8737571600032963f,0.45639706061378915f,0.2984375f,0.5978774399791433f,0.45846494886445616f,-0.6575351377886183f,1.4172958492467387f,-0.7837680896527482f,0.1623524437933896f,-0.5994574760868329f,0.032762571248182264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.924324277693673e-16f,3.1296667743124726e-16f,-0.1562500000000001f,0f,0.8518556197839978f,-0.5237766728696694f,1.0641937670401198f,-3.6739403974420594e-16f,-0.5237766728696694f,-0.8518556197839978f,0.2727487026356862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,9.225940656495518e-17f,3.5562140309583373e-16f,-0.15625000000000008f,0f,0.9679563755128723f,-0.25111840853267453f,1.2441160973954541f,-3.6739403974420594e-16f,-0.25111840853267453f,-0.9679563755128723f,0.21961427368885428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5787991578534597e-16f,3.317413339202386e-16f,0.15624999999999992f,0f,0.9029578545999545f,-0.4297291156254688f,1.0567111439597527f,-3.6739403974420594e-16f,-0.4297291156254688f,-0.9029578545999545f,0.21097159309990415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.914264914266186e-17f,3.662363805529359e-16f,0.15624999999999992f,0f,0.9968489984429904f,0.07932259642250078f,1.2441160973954541f,-3.6739403974420594e-16f,0.07932259642250078f,-0.9968489984429904f,0.2196142736888544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.0394669683834207e-17f,3.6682753152953837e-16f,0.29375f,0f,0.998458036458452f,0.05551170535600897f,1.9542650476543764f,-3.6739403974420594e-16f,0.05551170535600897f,-0.998458036458452f,0.08523500529272096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.0394669683834207e-17f,3.6682753152953837e-16f,0.33125f,0f,0.998458036458452f,0.05551170535600897f,1.8346620154741957f,-3.6739403974420594e-16f,0.05551170535600897f,-0.998458036458452f,-0.015309398794760017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.0394669683834207e-17f,3.6682753152953837e-16f,-0.29375f,0f,0.998458036458452f,0.05551170535600897f,1.9542650476543764f,-3.6739403974420594e-16f,0.05551170535600897f,-0.998458036458452f,0.08523500529272074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.0394669683834207e-17f,3.6682753152953837e-16f,-0.33125f,0f,0.998458036458452f,0.05551170535600897f,1.8346620154741957f,-3.6739403974420594e-16f,0.05551170535600897f,-0.998458036458452f,-0.015309398794760253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.6682753152953837e-16f,0.19523827377799083f,0.15619324879849728f,0.9861653611835278f,0.05551170535600897f,2.062087468563697f,0.00868394393083782f,0.054828264146682765f,-0.998458036458452f,0.06932087274082033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6682753152953837e-16f,0.08005326181113274f,0f,0.998458036458452f,0.05551170535600897f,2.072149312362092f,-3.677613769070831e-16f,0.055511705356008974f,-0.998458036458452f,0.06988028544308655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.6682753152953837e-16f,0.05771677939820294f,0.24154886085675087f,0.968799565641559f,0.05551170535600897f,2.0678362881683903f,0.013429496987695562f,0.05386277046522794f,-0.998458036458452f,0.06964049236266488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,3.6682753152953837e-16f,0.08682420206637899f,-0.06964891180482491f,0.9960258428639647f,0.05551170535600897f,2.0778220451771987f,-0.0038723008171584247f,0.05537648163177026f,-0.998458036458452f,0.07019567483462526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.6682753152953837e-16f,0.14461004211822304f,0.08702135176990475f,0.9946586021870046f,0.05551170535600897f,2.184132473857423f,0.0048381639114917505f,0.05530046655768732f,-0.998458036458452f,0.0448080011605828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.6682753152953837e-16f,0.12499999999999999f,0.08702135176990475f,0.9946586021870046f,0.05551170535600897f,1.9603342883653472f,0.0048381639114917505f,0.05530046655768732f,-0.998458036458452f,0.032365396185103174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6682753152953837e-16f,-0.19523827377799086f,-0.15619324879849728f,0.9861653611835278f,0.05551170535600897f,2.062087468563697f,-0.008683943930838545f,0.054828264146682654f,-0.998458036458452f,0.06932087274082019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6682753152953837e-16f,-0.08005326181113279f,0f,0.998458036458452f,0.05551170535600897f,2.072149312362092f,-3.677613769070831e-16f,0.05551170535600897f,-0.998458036458452f,0.0698802854430865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.6682753152953837e-16f,-0.057716779398202994f,-0.24154886085675087f,0.968799565641559f,0.05551170535600897f,2.0678362881683903f,-0.013429496987696275f,0.05386277046522775f,-0.998458036458452f,0.06964049236266484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.6682753152953837e-16f,-0.08682420206637904f,0.06964891180482491f,0.9960258428639647f,0.05551170535600897f,2.0778220451771987f,0.0038723008171576917f,0.05537648163177031f,-0.998458036458452f,0.0701956748346252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6682753152953837e-16f,-0.14461004211822306f,-0.08702135176990475f,0.9946586021870046f,0.05551170535600897f,2.184132473857423f,-0.0048381639114924825f,0.05530046655768725f,-0.998458036458452f,0.0448080011605827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6682753152953837e-16f,-0.125f,-0.08702135176990475f,0.9946586021870046f,0.05551170535600897f,1.9603342883653472f,-0.0048381639114924825f,0.05530046655768725f,-0.998458036458452f,0.03236539618510309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.0394669683834207e-17f,3.6682753152953837e-16f,-1.4712155197995003e-17f,0f,0.998458036458452f,0.05551170535600897f,1.4468898038880151f,-3.6739403974420594e-16f,0.05551170535600897f,-0.998458036458452f,0.03511746082947515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.914264914266186e-17f,3.662363805529359e-16f,-3.783661769496805e-18f,0f,0.9968489984429904f,0.07932259642250078f,1.0730714294718937f,-3.6739403974420594e-16f,0.07932259642250078f,-0.9968489984429904f,0.005371487171037359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9909189941151385f,-0.12463087552215504f,0.05046475966873383f,0.13981026555031903f,-0.13139039182277726f,0.8177712889800769f,-0.560345147080369f,0.7291574683055542f,0.02856767471284689f,-0.5618872340482959f,-0.8267204026604499f,0.3515074166922121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9909189941151385f,-0.056831640543662125f,0.12185939329800533f,0.12499999999999999f,-0.13139039182277726f,0.21671355610754192f,-0.9673529860065972f,0.7710674055371107f,0.02856767471284689f,-0.974579601280644f,-0.22221271054816308f,0.030542883885674915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17334106067824512f,-0.010323094981001299f,-0.1556467037490373f,0.16968367605483814f,0.94799145751432f,-0.2692947206322319f,0.6744773537737727f,-0.03689362665234458f,-0.266955189428518f,-0.9630024855365751f,0.34585993198041526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1046205853615887f,-0.13859373263479255f,-0.125f,0.16968367605483814f,0.41021451500503436f,-0.8960644517888773f,0.7802491014410979f,-0.03689362665234458f,-0.9059683133519533f,-0.4217348402902641f,0.014274951065932018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904146961155754f,0.1381257749961695f,3.1238259238932684e-16f,-4.798387142822779e-18f,0.11744362455942293f,0.8421157581339073f,-0.5263535360885303f,0.9629247423154101f,-0.07270299009420277f,-0.5213082774944803f,-0.8502658143469606f,0.00813344099596186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9904146961155754f,-0.13701465880610864f,0.017484650140565203f,-3.4162022440270576e-18f,-0.11744362455942293f,0.7687131228777001f,-0.6287186411789928f,0.9255793382420914f,0.07270299009420204f,-0.624745642632151f,-0.7774362721429344f,0.00437130892719435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.9337915195721287e-16f,3.1238259238932684e-16f,-4.798387142822779e-18f,0f,0.8502658143469606f,-0.5263535360885303f,0.9629247423154101f,-3.6739403974420594e-16f,-0.5263535360885303f,-0.8502658143469606f,0.00813344099596186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9948084844517125f,0.10176482330789365f,3.639042694209408e-16f,-6.279920252658673e-18f,0.10079818851822887f,0.9853590847587043f,-0.1375034518655156f,0.9875928157975455f,-0.013993014483320012f,-0.13678960055721257f,-0.9905012875938465f,0.012165986300364171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9948113574407919f,-0.1017367343038342f,3.639042694209408e-16f,-6.279920252658673e-18f,-0.10077036632354089f,0.9853619304580866f,-0.1375034518655156f,0.9875928157975455f,0.013989152148301659f,-0.13678999560312818f,-0.9905012875938465f,0.012165986300364171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,5.051794865964475e-17f,3.639042694209408e-16f,-6.279920252658673e-18f,0f,0.9905012875938465f,-0.1375034518655156f,0.9875928157975455f,-3.6739403974420594e-16f,-0.1375034518655156f,-0.9905012875938465f,0.012165986300364171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9895187407802284f,0.14440038606442626f,-0.0010909395748084844f,-0.19375f,0.14060281143989592f,0.96171838281813f,-0.23522032557769681f,1.0037808550330323f,-0.03291672917998234f,-0.23290830954288705f,-0.9719414634050583f,0.013309479086253849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9896347953922999f,-0.14306557346574814f,0.012458468515721207f,0.19375f,-0.1398263045724653f,0.9401726621931913f,-0.31068306972568616f,1.0033094131856983f,0.03273494002512865f,-0.30920479775301685f,-0.9504319106322489f,0.002696139402162118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.090496661204297e-16f,3.5083692901202686e-16f,-0.007812500000000016f,0f,0.954933643605904f,-0.2968193664664629f,0.85920316889064f,-3.6739403974420594e-16f,-0.2968193664664629f,-0.954933643605904f,0.04008122133734471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.805724608649649e-17f,3.5900619322368146e-16f,9.051046991476068e-19f,0f,0.9771693451359079f,-0.21246192818164114f,1.0775394444444444f,-3.6739403974420594e-16f,-0.21246192818164114f,-0.9771693451359079f,-0.0073907407407407255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3703112115551136f,-0.21165419473023955f,-0.9044733873639828f,-0.041316671374979436f,0.07229426715554481f,0.9773090286354301f,-0.19909947635319084f,1.1097756506715284f,0.9260902469700381f,0.008340527607166503f,0.3772098753561569f,0.3273237789325387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3703112115551136f,-0.21165419473023955f,-0.9044733873639828f,-0.0065999952916875465f,0.07229426715554481f,0.9773090286354301f,-0.19909947635319084f,1.1165532382173606f,0.9260902469700381f,0.008340527607166503f,0.3772098753561569f,0.4141447395859798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3703112115551136f,-0.21165419473023955f,-0.9044733873639828f,0.11171267477126393f,0.07229426715554481f,0.9773090286354301f,-0.19909947635319084f,1.143029365897423f,0.9260902469700381f,0.008340527607166503f,0.3772098753561569f,0.31415277795583574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7054643344744429f,-0.3961884844922764f,-0.5876689183037033f,0.5372534450870794f,-0.4219622262589686f,0.9009841345697622f,-0.10087352905570227f,2.0367480708125276f,0.5694453023733766f,0.17681140802926118f,-0.802788747800817f,-0.39747521372410954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.16075934511278434f,-0.3961884844922764f,-0.9039862375692574f,0.5667794926906986f,-0.12152583952085816f,0.9009841345697622f,-0.41648416486383644f,2.0662081543726574f,0.9794834880117477f,0.17681140802926118f,0.09669448124402336f,-0.4814357907203344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.31494450777193717f,-0.3961884844922764f,-0.8624642843503756f,0.6813861115414453f,-0.3142408913080505f,0.9009841345697622f,-0.29913249820689597f,2.096347987323627f,0.8955794879597312f,0.17681140802926118f,-0.4082586272652372f,-0.37821670813243635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.0072175000000002515f,0f,0.000015625f,0f,1.2436619444444443f,-5.740531871003218e-21f,0f,-0.000015625f,0.6801092592592592f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54.mcfunction new file mode 100644 index 000000000..c317b488b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..0f974c61b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7766467684904593f,-0.13694377976490887f,-0.21215711777235197f,0.028433331008945475f,-0.14390966600887076f,0.803847854066439f,0.007942291007034636f,1.231210112167027f,0.20749517938252618f,0.04493854849597728f,-0.7885878022367151f,-0.3444596090374411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7542212268547116f,0.16720682044569954f,-0.20782738067495704f,0.028433331008945475f,0.17109948826513544f,0.7814502118176893f,0.0077802034354625006f,1.231210112167027f,0.2046345671610314f,-0.03711395487586859f,-0.7724941736196393f,-0.3444596090374411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7766467684904591f,0.13694377976490885f,0.21215711777235252f,-0.028433331008945226f,0.14390966600887076f,0.803847854066439f,0.007942291007034636f,1.231210112167027f,-0.20749517938252676f,0.04493854849597738f,-0.7885878022367149f,-0.3444596090374411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7542212268547114f,-0.16720682044569948f,0.2078273806749576f,-0.028433331008945226f,-0.17109948826513544f,0.7814502118176893f,0.0077802034354625006f,1.231210112167027f,-0.20463456716103193f,-0.037113954875868715f,-0.7724941736196391f,-0.3444596090374411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.07964647997324178f,0.31150303234329685f,1.5290613294007545f,-0.5826689389570037f,1.5576952940604838f,-0.10711274360133895f,-0.05931678531424212f,0.9085834487605763f,0.09299494120485298f,1.5273830465862595f,-0.31600509475510213f,-0.010872516331097204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49947187973273466f,-0.8625398368104179f,-0.08094980711098775f,-0.47851434621950956f,-0.8529981017717162f,0.5059634991104341f,-0.12804364858037295f,1.132561787308812f,0.15140039540931546f,0.0050958299601824904f,-0.9884593834786128f,-0.06273673018510315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49418418083482435f,-0.8625398368104179f,0.10866013679206862f,-0.2984375f,-0.8402108983612553f,0.5059634991104341f,0.19505533533563632f,1.44371518536779f,-0.2232210601345346f,0.0050958299601824904f,-0.9747545284990632f,0.012970239206724559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6904501584024777f,0.6925310308238836f,0.2089960528526862f,0.37987749711211494f,0.39303074733270454f,-0.11658973702778241f,-0.9121039770063983f,1.2687529896413257f,-0.6072935125728653f,0.7119042102458742f,-0.3526853909947347f,0.28094781664177715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17322168792295536f,0.8737413922964885f,0.454499973840391f,0.2984375f,0.5487039006014087f,0.4688385365999912f,-0.6921809417078587f,1.4479334899480745f,-0.817874242348982f,0.12948515739872474f,-0.5606383127431676f,0.013012724016200525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.1764372450766865e-16f,2.9598917146070934e-16f,-0.1562500000000001f,0f,0.8056450008464713f,-0.5923986264426083f,1.1098132194751027f,-3.6739403974420594e-16f,-0.5923986264426083f,-0.8056450008464713f,0.26975588308188003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.0255896374305266e-16f,3.527889445483211e-16f,-0.15625000000000008f,0f,0.9602467824299666f,-0.2791524974505798f,1.2881147880716552f,-3.6739403974420594e-16f,-0.2791524974505798f,-0.9602467824299666f,0.21141324741970904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.8048337962325062e-16f,3.200064532463943e-16f,0.15624999999999992f,0f,0.8710169970889982f,-0.49125287865015504f,1.1005613530471752f,-3.6739403974420594e-16f,-0.49125287865015504f,-0.8710169970889982f,0.21577461309092957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.700034908591368e-18f,3.6737540769796e-16f,0.15624999999999992f,0f,0.9999492859321863f,0.010071025951230661f,1.2881147880716552f,-3.6739403974420594e-16f,0.010071025951230661f,-0.9999492859321863f,0.21141324741970918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.7932881851585134e-17f,3.6695611752369547e-16f,0.29375f,0f,0.9988080312331269f,0.048811030968468366f,1.9853195839811248f,-3.6739403974420594e-16f,0.048811030968468366f,-0.9988080312331269f,0.0600237521819159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.7932881851585134e-17f,3.6695611752369547e-16f,0.33125f,0f,0.9988080312331269f,0.048811030968468366f,1.8650446142302781f,-3.6739403974420594e-16f,0.048811030968468366f,-0.9988080312331269f,-0.039715879617248276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.7932881851585134e-17f,3.6695611752369547e-16f,-0.29375f,0f,0.9988080312331269f,0.048811030968468366f,1.9853195839811248f,-3.6739403974420594e-16f,0.048811030968468366f,-0.9988080312331269f,0.06002375218191569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.7932881851585134e-17f,3.6695611752369547e-16f,-0.33125f,0f,0.9988080312331269f,0.048811030968468366f,1.8650446142302781f,-3.6739403974420594e-16f,0.048811030968468366f,-0.9988080312331269f,-0.03971587961724851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.6695611752369547e-16f,0.19523827377799086f,0.15624800004384043f,0.9865110469417435f,0.048811030968468366f,2.0930327975400065f,0.007635727517614128f,0.04821008617998446f,-0.9988080312331269f,0.04338651411651069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6695611752369547e-16f,0.08005326181113276f,0f,0.9988080312331269f,0.048811030968468366f,2.1030981683697085f,-3.677613769070831e-16f,0.04881103096846837f,-0.9988080312331269f,0.043878401558255724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.6695611752369547e-16f,0.057716779398202966f,0.2416335322560902f,0.969139164075645f,0.048811030968468366f,2.098783632308831f,0.011808457138065597f,0.04736113474383026f,-0.9988080312331269f,0.04366755328041193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,3.6695611752369547e-16f,0.08682420206637902f,-0.06967332620613509f,0.9963749850689592f,0.048811030968468366f,2.108772889677842f,-0.003404885400176017f,0.04869212975026299f,-0.9988080312331269f,0.04415572111201099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.6695611752369547e-16f,0.14461004211822306f,0.08705185582444934f,0.9950072651258955f,0.048811030968468366f,2.214910579752255f,0.004254161658335439f,0.04862529025918022f,-0.9988080312331269f,0.018055300302747986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.6695611752369547e-16f,0.125f,0.08705185582444934f,0.9950072651258955f,0.048811030968468366f,1.9910339450989287f,0.004254161658335439f,0.04862529025918022f,-0.9988080312331269f,0.007114609994432454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6695611752369547e-16f,-0.19523827377799086f,-0.15624800004384043f,0.9865110469417435f,0.048811030968468366f,2.0930327975400065f,-0.007635727517614854f,0.04821008617998434f,-0.9988080312331269f,0.043386514116510545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6695611752369547e-16f,-0.08005326181113279f,0f,0.9988080312331269f,0.048811030968468366f,2.1030981683697085f,-3.677613769070831e-16f,0.048811030968468366f,-0.9988080312331269f,0.04387840155825567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.6695611752369547e-16f,-0.057716779398202966f,-0.2416335322560902f,0.969139164075645f,0.048811030968468366f,2.098783632308831f,-0.011808457138066308f,0.04736113474383008f,-0.9988080312331269f,0.043667553280411886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.6695611752369547e-16f,-0.08682420206637902f,0.06967332620613509f,0.9963749850689592f,0.048811030968468366f,2.108772889677842f,0.0034048854001752834f,0.04869212975026305f,-0.9988080312331269f,0.04415572111201092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6695611752369547e-16f,-0.14461004211822304f,-0.08705185582444934f,0.9950072651258955f,0.048811030968468366f,2.214910579752255f,-0.004254161658336171f,0.04862529025918015f,-0.9988080312331269f,0.01805530030274788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6695611752369547e-16f,-0.12499999999999999f,-0.08705185582444934f,0.9950072651258955f,0.048811030968468366f,1.9910339450989287f,-0.004254161658336171f,0.04862529025918015f,-0.9988080312331269f,0.007114609994432364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.7932881851585134e-17f,3.6695611752369547e-16f,-5.680766002631447e-18f,0f,0.9988080312331269f,0.048811030968468366f,1.4776194843741863f,-3.6739403974420594e-16f,0.048811030968468366f,-0.9988080312331269f,0.013311707599127576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.700034908591368e-18f,3.6737540769796e-16f,-4.293252911909684e-18f,0f,0.9999492859321863f,0.010071025951230661f,1.1026385021496163f,-3.6739403974420594e-16f,0.010071025951230661f,-0.9999492859321863f,0.009535072867416079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9912172500275688f,-0.12108155984290953f,0.05317536190560511f,0.13729745945586752f,-0.12574731829540664f,0.7384927336492195f,-0.6624319544593366f,0.8126700407986134f,0.04093867595926679f,-0.663300639388589f,-0.7472324180583919f,0.38475689510791167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9912172500275688f,-0.04993218957713415f,0.12245464340651724f,0.12499999999999997f,-0.12574731829540664f,0.06922102887343284f,-0.9896444114444425f,0.8049104090973767f,0.04093867595926679f,-0.9963509550383021f,-0.0748919168199455f,0.06317329443992144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17315820224024073f,-0.01303558989741986f,-0.1526513009586115f,0.16511798470517366f,0.9105492201513572f,-0.3789936263430522f,0.757382649936472f,-0.05375630878276394f,-0.3753882718981548f,-0.9253074648933557f,0.38703588832149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09831840452223853f,-0.14313343753032445f,-0.125f,0.16511798470517366f,0.2750303077693567f,-0.947150664327062f,0.8111584512274477f,-0.05375630878276394f,-0.956395222248885f,-0.2870861162187362f,0.04564593716236293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9909963598206439f,0.1338888151498582f,2.956669517035921e-16f,-9.133477701126056e-18f,0.1077494285702781f,0.7975221183814721f,-0.5935895310187904f,0.9945429709623144f,-0.07947499899346608f,-0.5882450644672645f,-0.8047679595168363f,0.02270955112674311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9909963598206439f,-0.13268707998176246f,0.0178984252979462f,-8.870505983150402e-18f,-0.10774942857027811f,0.7110120671676255f,-0.6948754571754555f,0.9570347641515101f,0.07947499899346537f,-0.6905475936877437f,-0.7189073273983618f,0.021993775448512876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.1808125575086207e-16f,2.956669517035921e-16f,-9.133477701126056e-18f,0f,0.8047679595168363f,-0.5935895310187904f,0.9945429709623144f,-3.6739403974420594e-16f,-0.5935895310187904f,-0.8047679595168363f,0.02270955112674311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9956096317344606f,0.09360267729916563f,3.5752350165359943e-16f,-9.782469568143454e-18f,0.09108791469630072f,0.9688612315691999f,-0.23024097323997894f,1.019478411236381f,-0.021551171519227922f,-0.2292301305776392f,-0.9731336466495788f,0.024476024713166154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9956103432618751f,-0.09359510879298737f,3.5752350165359943e-16f,-9.782469568143454e-18f,-0.09108054952828394f,0.9688619239804674f,-0.23024097323997894f,1.019478411236381f,0.021549428938998777f,-0.22923029440040368f,-0.9731336466495788f,0.024476024713166154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,8.458916127327346e-17f,3.5752350165359943e-16f,-9.782469568143454e-18f,0f,0.9731336466495788f,-0.23024097323997894f,1.019478411236381f,-3.6739403974420594e-16f,-0.23024097323997894f,-0.9731336466495788f,0.024476024713166154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9906217315349346f,0.13663225843737617f,-0.00045930929677626375f,-0.19375f,0.1296249261826752f,0.9387432256923838f,-0.31930946545443073f,1.0335866044750166f,-0.04319679991462396f,-0.31637443349765215f,-0.9476503861161961f,0.024825977313773083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9906694567290767f,-0.13576924154118175f,0.0118634124706249f,0.19375f,-0.12929623041216107f,0.908768794723754f,-0.39676411447803683f,1.0334571137585764f,0.043087263841201116f,-0.3945959842518264f,-0.9178439392985123f,0.01320547687103455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4374901324587504e-16f,3.3810442415088925e-16f,-0.007812500000000026f,0f,0.9202773795304101f,-0.3912665903506729f,0.892106292703476f,-3.6739403974420594e-16f,-0.3912665903506729f,-0.9202773795304101f,0.06594367553506399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.1373426263832082e-16f,3.4934638675916574e-16f,3.95061985947161e-19f,0f,0.9508765765563163f,-0.30957024430093383f,1.1045677777777778f,-3.6739403974420594e-16f,-0.30957024430093383f,-0.9508765765563163f,-0.003225925925925896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4762151022310316f,-0.21894041445384646f,-0.8516362318066711f,-0.042114249583746405f,0.046050040207469334f,0.973387616201856f,-0.22449040607954468f,1.1592841821430526f,0.8781221840973946f,0.06768783896422129f,0.4736240980486267f,0.3462370966945087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4762151022310316f,-0.21894041445384646f,-0.8516362318066711f,0.0025309162504128235f,0.046050040207469334f,0.973387616201856f,-0.22449040607954468f,1.1636013734125028f,0.8781221840973946f,0.06768783896422129f,0.4736240980486267f,0.42856105145363943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4762151022310316f,-0.21894041445384646f,-0.8516362318066711f,0.10795376810433391f,0.046050040207469334f,0.973387616201856f,-0.22449040607954468f,1.1951163386897095f,0.8781221840973946f,0.06768783896422129f,0.4736240980486267f,0.31635545936678006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6445282604892646f,-0.4829783461149399f,-0.592718515498512f,0.5398198759275422f,-0.4542452259111319f,0.8654622161880393f,-0.2112733468467618f,2.050965085437539f,0.615015931637244f,0.1330679132434439f,-0.7772054646600267f,-0.39208934511016424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19401805743893372f,-0.4829783461149399f,-0.8538670333088751f,0.5642290162946803f,-0.042417500405496245f,0.8654622161880393f,-0.4991752277609909f,2.0778748204883866f,0.9800804809029574f,0.1330679132434439f,0.14742856377942148f,-0.47851343044539085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2603641639161388f,-0.4829783461149399f,-0.8360277622975969f,0.6774286104557508f,-0.2870371738757094f,0.8654622161880393f,-0.41059080988781665f,2.1260085744461352f,0.921856910242417f,0.1330679132434439f,-0.3639680858308041f,-0.38070617490315695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000252f,0f,0.000015625f,0f,1.2706902777777778f,-5.740531871003218e-21f,0f,-0.000015625f,0.6842740740740741f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55.mcfunction new file mode 100644 index 000000000..e7a7a1c1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..df180c790 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274283f,-0.1369805285888252f,-0.21136888683372498f,0.028407417371093285f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904137f,0.0015875742403032398f,-0.7880886244628322f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.754423621904032f,0.1672516903478792f,-0.20705523608201631f,0.028407417371093285f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841534f,-0.07884064842836752f,-0.7720051831472643f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.776855181427428f,0.13698052858882517f,0.21136888683372554f,-0.028407417371093036f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904193f,0.001587574240303339f,-0.788088624462832f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040318f,-0.16725169034787915f,0.20705523608201687f,-0.028407417371093036f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841587f,-0.07884064842836765f,-0.7720051831472641f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867443f,0.34931344929254154f,1.5225365496710523f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.3462945435343857f,0.004262293863448896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610423f,-0.8660254037844387f,-0.08682408883346483f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.2106845059460161f,-0.021809693682668344f,-0.9773107879358292f,-0.061412513824814545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48814800355996674f,-0.8660254037844387f,0.10821980696905181f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393666f,-0.021809693682668344f,-0.9835429037579558f,-0.0025620040789264883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292685f,0.7022169901405849f,0.20829890176360144f,0.3815959628982376f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692852f,-0.3097212812159222f,0.2737741662119785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549322f,0.8737249081167114f,0.4529779710640939f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117755f,0.10351180563196023f,-0.5291882221760242f,-0.0025620040789262697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-0.1562500000000001f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438614e-16f,3.50389923307917e-16f,-0.15625000000000008f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-3.6739403974420594e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.9740067366351926e-16f,3.098569903629026e-16f,0.15624999999999992f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-3.6739403974420594e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,0.15624999999999992f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.0588973435489797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.058897343548979936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,3.670443620262233e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878574f,0.043082360324645255f,-0.9990482215818578f,0.023019032392553276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.673276960380889e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,3.670443620262233e-16f,0.057716779398202966f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876317917f,0.042323705143362776f,-0.9990482215818578f,0.02327017964168549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,3.670443620262233e-16f,0.08682420206637902f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494852556f,0.04351313273001673f,-0.9990482215818578f,0.023706424919101795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.0029452599948776303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,3.670443620262233e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023307f,0.0434534024273578f,-0.9990482215818578f,-0.01272227554103312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.670443620262233e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879299f,0.04308236032464513f,-0.9990482215818578f,0.02301903239255313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.670443620262233e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-3.677613769070831e-16f,0.043619387365335965f,-0.9990482215818578f,0.023458601654580913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.670443620262233e-16f,-0.057716779398202966f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.01055248487631863f,0.042323705143362596f,-0.9990482215818578f,0.02327017964168545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.670443620262233e-16f,-0.08682420206637902f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649484522f,0.04351313273001677f,-0.9990482215818578f,0.023706424919101736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.14461004211822304f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.002945259994877736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.670443620262233e-16f,-0.12499999999999999f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104024039f,0.04345340242735773f,-0.9990482215818578f,-0.01272227554103321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.6025502935318162e-17f,3.670443620262233e-16f,1.4170221467901536e-18f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-3.6739403974420594e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.602550293531818e-17f,3.670443620262233e-16f,-4.592541453954164e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-3.6739403974420594e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127508f,0.05516275246767084f,0.1353968714829456f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231444f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085546f,0.12265449964846549f,0.12499999999999997f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231444f,-0.9979284784780964f,0.04054291847216168f,0.08779756783041522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250896f,-0.01513443590133827f,-0.15030508631179113f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352418f,-0.4559569153574002f,-0.8875175410850817f,0.4130445200080469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058172f,-0.14645338762528512f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352418f,-0.9816839891462924f,-0.1785515047535789f,0.06958870415798649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200518f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861307f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994118f,0.01816573492777439f,-1.2903043187827161e-17f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861235f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,2.3615633662025955e-16f,2.8144016258108195e-16f,-1.2302171687186926e-17f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-3.6739403974420594e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,3.50389923307917e-16f,-1.2302116063981519e-17f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323666f,-0.29956152315159623f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,3.50389923307917e-16f,-1.2302116063981519e-17f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304322937f,-0.29956152315159634f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1047751845438612e-16f,3.50389923307917e-16f,-1.2302116063981519e-17f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-3.6739403974420594e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200517f,3.394278336863101e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231517f,-0.37940952255126026f,-0.9238795325112867f,0.033484893756069785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13002950065171928f,0.011376107230962523f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314455f,-0.4584871616364665f,-0.8872961732197349f,0.020984817312548937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.6964368836270401e-16f,3.2588249329822087e-16f,-0.007812500000000031f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-3.6739403974420594e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.4059561215978893e-16f,3.394278336863101e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-3.6739403974420594e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.04251139545395541f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955103f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543346f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3200201560166515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792328f,-0.5489564193883943f,-0.5884577130009256f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558592f,0.10284744064531103f,-0.7523354903537365f,-0.38803565840066034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2128178925220774f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996699f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.10284744064531103f,0.1873571304321715f,-0.47613184159933924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.6729937396751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.3831551887719455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000252f,0f,0.000015625f,0f,1.2911225f,-5.740531871003218e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..4b8cffcbc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7245173050544039f,-0.12775194887127686f,-0.3545399253691167f,0.03491500175624697f,-0.08606314773873137f,0.8040968187098382f,-0.11386784087907852f,1.3846083579410828f,0.3668954261399963f,-0.0636568153833705f,-0.7268287285029689f,-0.389041352642196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7035969926942595f,0.15598369793194095f,-0.34730441668811435f,0.03491500175624697f,0.22354535494375963f,0.759990400398622f,-0.1115440073917504f,1.3846083579410828f,0.30818621992987105f,-0.19515039656997718f,-0.7119954891457655f,-0.389041352642196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7245173050544037f,0.12775194887127692f,0.35453992536911727f,-0.034915001756246705f,0.08606314773873137f,0.8040968187098382f,-0.11386784087907852f,1.3846083579410828f,-0.36689542613999687f,-0.0636568153833704f,-0.7268287285029686f,-0.3890413526421961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7035969926942592f,-0.15598369793194078f,0.3473044166881149f,-0.034915001756246705f,-0.22354535494375963f,0.759990400398622f,-0.1115440073917504f,1.3846083579410828f,-0.3081862199298716f,-0.1951503965699773f,-0.7119954891457653f,-0.3890413526421961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.18023600136250142f,0.4073381605245626f,1.4976637996537545f,-0.5284862938394902f,1.0826060559220276f,1.1133745932635448f,-0.17253229482095989f,1.2495182343870825f,-1.1121534792886305f,1.0177813557221909f,-0.41066044422429027f,0.16681793564814273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.35046523623885006f,-0.8723460588943914f,-0.3408613673027054f,-0.46077470890465155f,-0.5099024582050147f,0.48299758018319405f,-0.7118376364408263f,1.372999929553612f,0.7856039723069951f,-0.07566829632416697f,-0.6140852608774028f,-0.0323189417320898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4878772730234385f,-0.8723460588943914f,-0.03143437606564056f,-0.2984375f,-0.850098862010595f,0.48299758018319405f,-0.20986963178475843f,1.6622432770445692f,0.19826167374332404f,-0.07566829632416697f,-0.9772239342422461f,-0.0905790468453995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7136375871559734f,0.6681590244444461f,0.21043980671832666f,0.3619658120092852f,0.21275116790825377f,0.07949195199823185f,-0.9738675321218921f,1.550328310717794f,-0.6674266512148543f,0.7397597904867207f,-0.08542316797665864f,0.22290390432552626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11564253173090609f,0.8736853805112705f,0.4725469931506737f,0.2984375f,0.3135489547457967f,0.4835231760331926f,-0.8172468361618737f,1.65455507078242f,-0.9425040359768677f,0.05365812258783069f,-0.32985898206303943f,-0.0893745822817777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.2985115019373814e-16f,1.6179183896425423e-16f,-0.1562500000000001f,0f,0.44037687458647945f,-0.8978130141234556f,1.3698313842233023f,-3.6739403974420594e-16f,-0.8978130141234556f,-0.44037687458647945f,0.23097436854977843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.8204052811118596e-16f,3.191232153331495e-16f,-0.15625000000000008f,0f,0.8686129354611618f,-0.4954912394276447f,1.5295994893758473f,-3.6739403974420594e-16f,-0.4954912394276447f,-0.8686129354611618f,0.1326409303104628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.3072888999353933e-16f,2.85906557745562e-16f,0.15624999999999992f,0f,0.7782014045318245f,-0.6280147880302626f,1.345326293564022f,-3.6739403974420594e-16f,-0.6280147880302626f,-0.7782014045318245f,0.16783612608057702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.686380124860922e-17f,3.6296678711298893e-16f,0.15624999999999992f,0f,0.9879495796004218f,-0.15477605812059458f,1.5295994893758473f,-3.6739403974420594e-16f,-0.15477605812059458f,-0.9879495796004218f,0.13264093031046292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.9496807984654574e-17f,3.6687634826733745e-16f,0.29375f,0f,0.9985909094300252f,0.05306783963678066f,2.191381209425672f,-3.6739403974420594e-16f,0.05306783963678066f,-0.9985909094300252f,-0.04509388954846594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.9496807984654574e-17f,3.6687634826733745e-16f,0.33125f,0f,0.9985909094300252f,0.05306783963678066f,2.071532455712867f,-3.6739403974420594e-16f,0.05306783963678066f,-0.9985909094300252f,-0.14534526726212837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.9496807984654574e-17f,3.6687634826733745e-16f,-0.29375f,0f,0.9985909094300252f,0.05306783963678066f,2.191381209425672f,-3.6739403974420594e-16f,0.05306783963678066f,-0.9985909094300252f,-0.04509388954846616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.9496807984654574e-17f,3.6687634826733745e-16f,-0.33125f,0f,0.9985909094300252f,0.05306783963678066f,2.071532455712867f,-3.6739403974420594e-16f,0.05306783963678066f,-0.9985909094300252f,-0.1453452672621286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987883344126037f,0.15364578462595976f,0.021896832305863617f,0.1942482410400988f,0.15305823576875166f,0.9411665708259053f,0.30129497576820496f,2.286459109783093f,0.02568413638250584f,0.30099577875192735f,-0.9532795320952849f,-0.035432876900462956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997563569850695f,-0.00278485240385877f,0.021896832305863617f,0.07906322907324072f,0.003942945879958609f,0.9535228317951407f,0.30129497576820496f,2.2965222925932807f,-0.02171819158516905f,0.30130790537665f,-0.9532795320952849f,-0.0348980919684517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972461643474406f,0.2282468326075489f,0.04713528800886693f,0.0573022396611059f,0.21236967737775625f,0.7844954230384373f,0.5826371524046599f,2.300943818377312f,0.09600766688929073f,0.5766023886842342f,-0.811364414589468f,-0.07554540981702067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953981330614148f,-0.08343153673624408f,0.04713528800886693f,0.08623659327462603f,-0.04044685219462622f,0.8117253234840804f,0.5826371524046599f,2.3085967536464205f,-0.08687121989126283f,0.5780494597285717f,-0.811364414589468f,-0.06836896308241698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07331021837518376f,0.04713528800886693f,0.14398105684850776f,0.08703293241243329f,0.8080589194566704f,0.5826371524046599f,2.410969951310912f,0.004625166979556867f,0.5845223644723108f,-0.811364414589468f,-0.03001599894975114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08436025266003447f,0.021896832305863617f,0.12500000000000003f,0.08703293241243329f,0.9495507391669649f,0.30129497576820496f,2.197321034998345f,0.004625166979556867f,0.3020542029480894f,-0.9532795320952849f,-0.09797819461307114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.6687634826733745e-16f,-0.19523827377799083f,-0.15621403471072365f,0.986296598268331f,0.05306783963678066f,2.2991643579839014f,-0.008301639104420905f,0.0524144864698207f,-0.9985909094300252f,-0.06127186694061525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,3.6687634826733745e-16f,-0.08005326181113276f,0f,0.9985909094300253f,0.05306783963678066f,2.309227540794089f,-3.668940151690947e-16f,0.05306783963678066f,-0.9985909094300252f,-0.0607370820086039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,3.6687634826733745e-16f,-0.05771677939820294f,-0.2415810057379078f,0.9689284917180142f,0.05306783963678066f,2.3049139426310057f,-0.012838272360309516f,0.05149149800226811f,-0.9985909094300252f,-0.06096631835895947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,3.6687634826733745e-16f,-0.08682420206637899f,0.06965818055477774f,0.9961583921636573f,0.05306783963678066f,2.314901028526116f,0.0037018253622801743f,0.05293856904660578f,-0.9985909094300252f,-0.06043557742419275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6687634826733745e-16f,-0.144610042118223f,-0.0870329324124333f,0.9947909695368056f,0.05306783963678066f,2.421149003144126f,-0.004625166979557599f,0.05286590048534384f,-0.9985909094300252f,-0.08608336700386887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,3.6687634826733745e-16f,-0.12499999999999996f,-0.0870329324124333f,0.9947909695368056f,0.05306783963678066f,2.197321034998345f,-0.004625166979557599f,0.05286590048534384f,-0.9985909094300252f,-0.09797819461307122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.9496807984654574e-17f,3.6687634826733745e-16f,2.1502991112532293e-17f,0f,0.9985909094300252f,0.05306783963678066f,1.6838848239268076f,-3.6739403974420594e-16f,0.05306783963678066f,-0.9985909094300252f,-0.09396949650723299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.686380124860922e-17f,3.6296678711298893e-16f,1.7906564430383398e-19f,0f,0.9879495796004218f,-0.15477605812059458f,1.3134037315766494f,-3.6739403974420594e-16f,-0.15477605812059458f,-0.9879495796004218f,-0.035928474712010015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9773292806571222f,-0.21171330366434588f,-0.0022258081140068f,0.14477558611184382f,-0.09047358663959565f,0.4271104278414289f,-0.8996617211761758f,1.2742925180275644f,0.19142102102642616f,-0.8790643659486147f,-0.4365819891252507f,0.3120737973548428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9773292806571222f,-0.10394823941807146f,0.18445118783058895f,0.12499999999999994f,-0.09047358663959565f,-0.5825996615401365f,-0.807707969809563f,1.0522960291848489f,0.19142102102642616f,-0.806084609637972f,0.5599871380790802f,0.10618168736124993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9770122439136514f,0.21146698019655638f,-0.026996139156574325f,-0.14951403665848445f,0.12386411165922237f,0.46003009331364497f,-0.8792212435381161f,1.2311796177677223f,-0.17350722488035938f,-0.8623537728405837f,-0.4756482033834753f,0.34749352950054585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9770122439136514f,0.09957232466198246f,-0.1885004705676372f,-0.12500000000000003f,0.12386411165922237f,-0.45451272585198094f,-0.8820860864345805f,1.0351854666539653f,-0.17350722488035938f,-0.8851573499666662f,0.43173106063185407f,0.0695387906448529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9823803871659699f,0.18689241534005316f,1.3513963117475564e-16f,-1.5675223622050838e-17f,0.06874518730896831f,0.3613518697455041f,-0.9298918891211403f,1.2201953338496476f,-0.17378974116297485f,-0.9135075540573209f,-0.3678329438029129f,0.0072248907519290445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9823803871659701f,-0.1866747352659013f,0.009017656294423413f,-2.2783609639439827e-17f,-0.06874518730896831f,0.3160632231545402f,-0.9462442275602098f,1.1877835408336472f,0.17378974116297413f,-0.9301916910952113f,-0.3233273011731881f,0.02657301632941017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.4163673766958696e-16f,1.3513963117475564e-16f,-1.5675223622050838e-17f,0f,0.3678329438029129f,-0.9298918891211403f,1.2201953338496476f,-3.6739403974420594e-16f,-0.9298918891211403f,-0.3678329438029129f,0.0072248907519290445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9821166174510633f,0.18827360337148125f,3.0603247557393246e-16f,-1.2459313096838569e-17f,0.1568284476392562f,0.8180850727739267f,-0.5533006883382124f,1.243579826728713f,-0.10417191434135642f,-0.54340580046407f,-0.8329816014081344f,-0.0015284100023545896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9895115136793552f,-0.14445402139086028f,3.0603247557393246e-16f,-1.2459313096838569e-17f,-0.12032754206800385f,0.8242448852764164f,-0.5533006883382124f,1.243579826728713f,0.0799265094687856f,-0.5474974016373737f,-0.8329816014081344f,-0.0015284100023545896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.032793750818257e-16f,3.0603247557393246e-16f,-1.2459313096838569e-17f,0f,0.8329816014081344f,-0.5533006883382124f,1.243579826728713f,-3.6739403974420594e-16f,-0.5533006883382124f,-0.8329816014081344f,-0.0015284100023545896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9756834544347396f,0.21831993778302566f,-0.01944740364957228f,-0.19375f,0.16097992305667044f,0.6535490734664116f,-0.7395668143878977f,1.2762848023172488f,-0.14875234826705103f,-0.72471374579044f,-0.6728021444283804f,-0.025043179734864852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.980810211123503f,-0.1942230444640301f,0.01699231458609438f,0.19375f,-0.1431919575141045f,0.6584652723504422f,-0.7388636873008017f,1.2624528640724475f,0.13231550573968381f,-0.7271182119212676f,-0.6736406407226856f,-0.017141043488636352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.5063310919964556e-16f,2.686287866415022e-16f,-0.007812500000000043f,0f,0.731173501966804f,-0.682191549362494f,1.1335965429012067f,-3.6739403974420594e-16f,-0.682191549362494f,-0.731173501966804f,0.08444675045792481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.2626683312779405e-16f,2.8945068779653323e-16f,6.510420910994537e-18f,0f,0.7878480772253684f,-0.6158696349165868f,1.30963134765625f,-3.6739403974420594e-16f,-0.6158696349165868f,-0.7878480772253684f,-0.053161621093750014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.042511395453955395f,0f,0.9659258262890683f,-0.2588190451025207f,1.43072509765625f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.31156562683020345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955117f,0f,0.9659258262890683f,-0.2588190451025207f,1.43072509765625f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3883611309822964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543347f,0f,0.9659258262890683f,-0.2588190451025207f,1.469547954421628f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.2668585349229015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.22328901424143513f,-0.6648578202927398f,-0.7128156107400251f,0.5448884100507795f,-0.2702764685514796f,0.7448347789152823f,-0.6100588354130804f,2.228587971885219f,0.9365322453959763f,0.056437850010515524f,-0.3460088473142866f,-0.43979586187593167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07556663990042398f,-0.6648578202927398f,-0.743137781121204f,0.558969190046877f,-0.14223567254700994f,0.7448347789152823f,-0.6519126978156834f,2.248023751747593f,0.9869441201959002f,0.056437850010515524f,-0.15085116074107996f,-0.5304217113662555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15019498662503997f,-0.6648578202927398f,-0.7317141141103476f,0.6616859171653804f,-0.20731498519865618f,0.7448347789152823f,-0.6342252352518809f,2.3334396471041883f,0.966675727896788f,0.056437850010515524f,-0.2497054388302456f,-0.44765297079655675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000245f,0f,0.000015625f,0f,1.47575384765625f,-5.740531871003218e-21f,0f,-0.000015625f,0.63433837890625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6.mcfunction new file mode 100644 index 000000000..c9f304ef9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..33b2d6b9b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7112229899033052f,-0.12540780242009683f,-0.3812862260423385f,0.03656798968170266f,-0.08258563641818317f,0.804904837670058f,-0.11068992455135991f,1.4126263050627887f,0.39279245885690184f,-0.05784055525272943f,-0.7136616837673502f,-0.39609336336390283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6906865486027406f,0.15312152138450114f,-0.3735048744904541f,0.03656798968170266f,0.2269954940479984f,0.7594180505644919f,-0.10843094649929134f,1.4126263050627887f,0.3338040402109286f,-0.19959464964202528f,-0.6990971596088329f,-0.39609336336390283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.711222989903305f,0.1254078024200969f,0.3812862260423391f,-0.0365679896817024f,0.08258563641818317f,0.804904837670058f,-0.11068992455135991f,1.4126263050627887f,-0.39279245885690245f,-0.05784055525272933f,-0.71366168376735f,-0.39609336336390283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6906865486027404f,-0.153121521384501f,0.37350487449045466f,-0.0365679896817024f,-0.2269954940479984f,0.7594180505644919f,-0.10843094649929134f,1.4126263050627887f,-0.33380404021092913f,-0.1995946496420254f,-0.6990971596088327f,-0.39609336336390283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.22102277277791602f,0.3948427329188307f,1.4955448506062097f,-0.5165335169917304f,0.9802226830531877f,1.2044090190100802f,-0.1731145763798793f,1.3057933453560788f,-1.1965444728640764f,0.9137310223410194f,-0.41807079935109587f,0.18338571497490047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3117183934107966f,-0.8720959628071394f,-0.37720057643762983f,-0.4570804439482369f,-0.430836350698803f,0.48355316754408045f,-0.7619424998480031f,1.4086755035575191f,0.846883511544492f,-0.07499977209015228f,-0.5264630585905297f,-0.02971841244587478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4858562280820261f,-0.8720959628071394f,-0.0582439463755212f,-0.2984375f,-0.8374222166265779f,0.48355316754408045f,-0.25475550093828214f,1.688996043912887f,0.25033528863133714f,-0.07499977209015228f,-0.9652498523451275f,-0.10039653589528365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.722513322905067f,0.6586738621133504f,0.21005532983802572f,0.35796483429783327f,0.19672069528740882f,0.09540398419793218f,-0.9758068701565895f,1.5845274239181935f,-0.6627785952113399f,0.7463556948049929f,-0.06064413048135062f,0.21601409523543452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10365543629445205f,0.8736783717435939f,0.47533320236868526f,0.2984375f,0.29210252018267335f,0.48357354610202036f,-0.8251258953718809f,1.6816136106229367f,-0.9507532110014342f,0.05331724165577084f,-0.3053286811170585f,-0.0992515101744736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.378936809488819e-16f,1.4424368552689704e-16f,-0.1562500000000001f,0f,0.3926130255877998f,-0.9197037632514036f,1.3997010009057467f,-3.6739403974420594e-16f,-0.9197037632514036f,-0.3926130255877998f,0.22584925693539887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.9192014315422325e-16f,3.132810863924435e-16f,-0.15625000000000008f,0f,0.8527114011173453f,-0.5223822990918565f,1.5563194992459248f,-3.6739403974420594e-16f,-0.5223822990918565f,-0.8527114011173453f,0.12257312959869239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.302924830688832e-16f,2.8625819233959985e-16f,0.15624999999999992f,0f,0.779158509318507f,-0.6268269437066039f,1.3719928290423555f,-3.6739403974420594e-16f,-0.6268269437066039f,-0.779158509318507f,0.15748718338315906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.631004446845065e-17f,3.6305310814194703e-16f,0.15624999999999992f,0f,0.9881845344979433f,-0.15326880236722368f,1.5563194992459248f,-3.6739403974420594e-16f,-0.15326880236722368f,-0.9881845344979433f,0.1225731295986925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.097863556275189e-17f,3.667945982283442e-16f,0.29375f,0f,0.9983683961877032f,0.057101186446459645f,2.2182451523454394f,-3.6739403974420594e-16f,0.057101186446459645f,-0.9983683961877032f,-0.05287645223197919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.097863556275189e-17f,3.667945982283442e-16f,0.33125f,0f,0.9983683961877032f,0.057101186446459645f,2.098802339051332f,-3.6739403974420594e-16f,0.057101186446459645f,-0.9983683961877032f,-0.1536111376803838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.097863556275189e-17f,3.667945982283442e-16f,-0.29375f,0f,0.9983683961877032f,0.057101186446459645f,2.2182451523454394f,-3.6739403974420594e-16f,0.057101186446459645f,-0.9983683961877032f,-0.05287645223197941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.097863556275189e-17f,3.667945982283442e-16f,-0.33125f,0f,0.9983683961877032f,0.057101186446459645f,2.098802339051332f,-3.6739403974420594e-16f,0.057101186446459645f,-0.9983683961877032f,-0.15361113768038406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879647625387937f,0.15248144707797362f,0.025981460287518278f,0.19399293602205847f,0.15183746335483322f,0.9239867263979308f,0.3509899060691137f,2.3101010618593425f,0.029512924349078644f,0.35071061822739663f,-0.9360187228677228f,-0.03829830884767037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996546304806136f,-0.0039475916703658465f,0.025981460287518278f,0.07880792405520037f,0.005424722972775797f,0.9363635288808848f,0.3509899060691137f,2.320162002318419f,-0.02571365666988011f,0.35100962707843314f,-0.9360187228677228f,-0.037722878336073504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9733376650772722f,0.22271584988556484f,0.054876588374958186f,0.057480199475229615f,0.20119008291802254f,0.714034212392046f,0.6705801175617347f,2.3300913040063973f,0.11016505924004796f,0.6637415112401975f,-0.7398046133805976f,-0.0850534395486938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9945221114585486f,-0.08896251945822817f,0.054876588374958186f,0.08634455399978294f,-0.029305566821125284f,0.7412580452745068f,0.6705801175617347f,2.336853002336033f,-0.10033420938704199f,0.6652985648920805f,-0.7398046133805976f,-0.07678336708347988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06771029125783887f,0.054876588374958186f,0.14371844118164542f,0.08701353910552755f,0.7367163293583365f,0.6705801175617347f,2.4341722612329817f,0.0049766963165133364f,0.6728033639292819f,-0.7398046133805976f,-0.026555452049689454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08319307191842407f,0.025981460287518278f,0.12500000000000003f,0.08701353910552755f,0.9323275871977219f,0.3509899060691137f,2.2243985541134945f,0.0049766963165133364f,0.3519150223205176f,-0.9360187228677228f,-0.10573633207180579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.667945982283442e-16f,-0.19523827377799083f,-0.1561792259706966f,0.9860768245332616f,0.057101186446459645f,2.3260927720161098f,-0.008932593554914759f,0.05639817608731723f,-0.9983683961877032f,-0.06861891064852493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.667945982283442e-16f,-0.08005326181113276f,1.3877787807814457e-17f,0.9983683961877033f,0.057101186446459645f,2.3361537124751863f,-3.668940151690947e-16f,0.057101186446459645f,-0.9983683961877032f,-0.06804348013692799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.667945982283442e-16f,-0.057716779398202966f,-0.24152717491252926f,0.9687125880699494f,0.057101186446459645f,2.331841075499216f,-0.01381402726611793f,0.05540503717428856f,-0.9983683961877032f,-0.06829013927495871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.667945982283442e-16f,-0.08682420206637902f,0.069642658815632f,0.9959364209524102f,0.057101186446459645f,2.3418259359996796f,0.003983177413110499f,0.056962090826171694f,-0.9983683961877032f,-0.06771906011895179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.667945982283442e-16f,-0.14461004211822304f,-0.08701353910552755f,0.9945693030245493f,0.057101186446459645f,2.4481766472940176f,-0.0049766963165140685f,0.05688389919271131f,-0.9983683961877032f,-0.09293745475344586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.667945982283442e-16f,-0.12499999999999996f,-0.08701353910552755f,0.9945693030245493f,0.057101186446459645f,2.2243985541134945f,-0.0049766963165140685f,0.05688389919271131f,-0.9983683961877032f,-0.10573633207180588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.097863556275189e-17f,3.667945982283442e-16f,2.2277898425223806e-17f,0f,0.9983683961877032f,0.057101186446459645f,1.7109503389908445f,-3.6739403974420594e-16f,0.057101186446459645f,-0.9983683961877032f,-0.10380167774475069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.631004446845065e-17f,3.6305310814194703e-16f,1.1616317495548155e-18f,0f,0.9881845344979433f,-0.15326880236722368f,1.3403811385541158f,-3.6739403974420594e-16f,-0.15326880236722368f,-0.9881845344979433f,-0.0463258768570418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9730605417022388f,-0.23008346132625543f,-0.014655477006052298f,0.14548144112220412f,-0.08446446605906997f,0.41491843447851706f,-0.9059296036134665f,1.3183325833815105f,0.21452024649319612f,-0.8802864837960571f,-0.42317463332585536f,0.28539153709396936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9730605417022388f,-0.11429366615163972f,0.20022522333553017f,0.12499999999999996f,-0.08446446605906997f,-0.6313578282688708f,-0.7708781010360659f,1.0822034869168f,0.21452024649319612f,-0.767022979161141f,0.6046956368978248f,0.09951537435899138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9749974703243942f,0.2199735544767631f,-0.031489175789320104f,-0.1496270148723945f,0.11780557334653262f,0.39151588958565947f,-0.9125991206934423f,1.2780280325534203f,-0.18841915971983025f,-0.8934914345044433f,-0.40764111264403263f,0.3224457927796596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9749974703243942f,0.10111991359860012f,-0.19787545561499995f,-0.12500000000000003f,0.11780557334653262f,-0.5198241180248351f,-0.8461115370967333f,1.0617215059001954f,-0.18841915971983025f,-0.8482674397815312f,0.4949147106895886f,0.0597687292220032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9799790373518832f,0.19910069399898206f,1.1143264674798929e-16f,-1.506627390259534e-17f,0.060388343036580056f,0.2972330687936512f,-0.9528933575384f,1.2483067939134622f,-0.18972172879291563f,-0.933815515219485f,-0.30330553763358004f,-0.0021555749559857666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9799790373518834f,-0.19902062302112722f,0.005646057310938054f,-2.298098626721033e-17f,-0.060388343036580056f,0.27009157500071423f,-0.9609390142662175f,1.2172446737223643f,0.1897217287929149f,-0.9420410462001728f,-0.2767026073204076f,0.019387268717051286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.5008734007145277e-16f,1.1143264674798929e-16f,-1.506627390259534e-17f,0f,0.30330553763358004f,-0.9528933575384f,1.2483067939134622f,-3.6739403974420594e-16f,-0.9528933575384f,-0.30330553763358004f,-0.0021555749559857666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9776486991784988f,0.2102451449964761f,3.013533012300823e-16f,-1.1523108181962506e-17f,0.17245263030504712f,0.8019119285273669f,-0.5720116687502013f,1.271331057079262f,-0.12026267623606257f,-0.5592264638685566f,-0.8202454820440098f,-0.011799622864601067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9874094932915382f,-0.15818499473005596f,3.013533012300823e-16f,-1.1523108181962506e-17f,-0.12975052725448405f,0.8099181757997492f,-0.5720116687502013f,1.271331057079262f,0.09048366280678086f,-0.5648097519974835f,-0.8202454820440098f,-0.011799622864601067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.10153677762961e-16f,3.013533012300823e-16f,-1.1523108181962506e-17f,0f,0.8202454820440098f,-0.5720116687502013f,1.271331057079262f,-3.6739403974420594e-16f,-0.5720116687502013f,-0.8202454820440098f,-0.011799622864601067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9711147616867699f,0.2372386044157248f,-0.025572723924665846f,-0.19375f,0.16906954597777366f,0.6084946202621992f,-0.7753384975188782f,1.307544990172842f,-0.16837935816755398f,-0.7572662290679819f,-0.6310279312805744f,-0.04087106505358329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9777632246963684f,-0.20891387205171127f,0.01827759545783037f,0.19375f,-0.14859168452251828f,0.6286571150314604f,-0.7633549259755135f,1.2921080281495807f,0.1479850929050602f,-0.7490962727077759f,-0.6457206721897621f,-0.028104966391124003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.5559145866689026e-16f,2.639154915803513e-16f,-0.007812500000000043f,0f,0.7183445103358225f,-0.695687548020221f,1.163081383543432f,-3.6739403974420594e-16f,-0.695687548020221f,-0.7183445103358225f,0.0761161450706894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.3161710531019276e-16f,2.8518747687669286e-16f,7.929109646823197e-18f,0f,0.7762441575678569f,-0.6304323975191695f,1.3365234375f,-3.6739403974420594e-16f,-0.6304323975191695f,-0.7762441575678569f,-0.06474609375000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.042511395453955395f,0f,0.9659258262890683f,-0.2588190451025207f,1.4662109374999999f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.29998115417395343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955117f,0f,0.9659258262890683f,-0.2588190451025207f,1.4662109374999999f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.37677665832604645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543347f,0f,0.9659258262890683f,-0.2588190451025207f,1.505033794265378f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.2552740622666515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.174570243011022f,-0.66041401681033f,-0.7303277049760049f,0.5447423604416542f,-0.22826012195059467f,0.7486546526809782f,-0.6224255198384974f,2.2561465099799256f,0.9578217720339066f,0.05804771674725243f,-0.28143900866485855f,-0.45139415298505414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.13097004547073102f,-0.66041401681033f,-0.7393917592114754f,0.559070862214596f,-0.19096185770182614f,0.7486546526809782f,-0.634862016443094f,2.2758061853325744f,0.972820855087134f,0.05804771674725243f,-0.22416522140592762f,-0.5419328392024456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15283735224471176f,-0.66041401681033f,-0.7351830181385256f,0.662184064048904f,-0.20970320376158472f,0.7486546526809782f,-0.6289203267117793f,2.360314396663017f,0.9657459863188423f,0.05804771674725243f,-0.25291332999562816f,-0.4587264965944057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.0072175000000002446f,0f,0.000015625f,0f,1.5026459374999999f,-5.740531871003218e-21f,0f,-0.000015625f,0.62275390625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7.mcfunction new file mode 100644 index 000000000..983c3dce1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..02ebd101c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7011063415141452f,-0.12362396435474708f,-0.40013929795798786f,0.037825873028328474f,-0.09150273309673526f,0.8066417002442208f,-0.08888679152373857f,1.4301554392047322f,0.4086827524730188f,-0.03147582101825398f,-0.7063512759008428f,-0.39999143655685865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.680862016692873f,0.15094347509711822f,-0.3919731898363963f,0.037825873028328474f,0.21957640384785643f,0.7643327381857818f,-0.0870727753701929f,1.4301554392047322f,0.3580685927279255f,-0.18169076108330512f,-0.6919359437396011f,-0.39999143655685865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.701106341514145f,0.12362396435474714f,0.4001392979579884f,-0.037825873028328225f,0.09150273309673526f,0.8066417002442208f,-0.08888679152373857f,1.4301554392047322f,-0.40868275247301933f,-0.03147582101825388f,-0.7063512759008425f,-0.3999914365568587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6808620166928728f,-0.15094347509711814f,0.39197318983639684f,-0.037825873028328225f,-0.21957640384785643f,0.7643327381857818f,-0.0870727753701929f,1.4301554392047322f,-0.358068592727926f,-0.18169076108330523f,-0.6919359437396009f,-0.3999914365568587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2255730414741703f,0.3802636773527458f,1.498640246572292f,-0.5096836600517906f,0.9848778930841819f,1.2028237551856766f,-0.1569611406529951f,1.325287364544856f,-1.1918634941444235f,0.9219657258527528f,-0.41333625739662805f,0.19165741465639236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.287322936695064f,-0.8701709891764011f,-0.4003098545435623f,-0.45490467770468657f,-0.40199528766465437f,0.4888941375870234f,-0.7741978499895568f,1.4205555225627244f,0.8693936500483171f,-0.06152212470976878f,-0.49027513645590837f,-0.027846108809693626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48659232644122197f,-0.8701709891764011f,-0.07765537614539667f,-0.2984375f,-0.8328965038056617f,0.4888941375870234f,-0.2593567739260839f,1.695271830250618f,0.2636499986664603f,-0.06152212470976878f,-0.9626545103900833f,-0.0984797885981166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7326349371228569f,0.6475190162782428f,0.20967873632069645f,0.35459661441436924f,0.20199230754919512f,0.08733626773277589f,-0.9754852556699461f,1.5909032287677634f,-0.6499578113985083f,0.7570280707454417f,-0.06680825926107983f,0.21672797676279348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09407033810136665f,0.8736953442714283f,0.47729154286235287f,0.2984375f,0.2999937753259839f,0.48201039692504516f,-0.8232069679137947f,1.6902273856167045f,-0.9492915812621313f,0.06574513407538933f,-0.3074460458198338f,-0.09784499892076232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.3838098240997224e-16f,1.4309678956157333e-16f,-0.1562500000000001f,0f,0.38949132016731386f,-0.9210301360511082f,1.403046866975529f,-3.6739403974420594e-16f,-0.9210301360511082f,-0.38949132016731386f,0.22513683493764017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.9505546443690774e-16f,3.113386359462464e-16f,-0.15625000000000008f,0f,0.8474242972559177f,-0.530916246144638f,1.5586206961726095f,-3.6739403974420594e-16f,-0.530916246144638f,-0.8474242972559177f,0.12029363692767109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.2198492982193598e-16f,2.927474532280637e-16f,0.15624999999999992f,0f,0.7968214547843124f,-0.6042148369540522f,1.373368217752185f,-3.6739403974420594e-16f,-0.6042148369540522f,-0.7968214547843124f,0.14990498169771171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.587086186907059e-17f,3.6451919629966787e-16f,0.15624999999999992f,0f,0.992175040600714f,-0.12485467075352574f,1.5586206961726095f,-3.6739403974420594e-16f,-0.12485467075352574f,-0.992175040600714f,0.1202936369276712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.29851174891157e-17f,3.666743307262982e-16f,0.29375f,0f,0.9980410432939826f,0.06256257587934426f,2.22669118221505f,-3.6739403974420594e-16f,0.06256257587934426f,-0.9980410432939826f,-0.047851662048160784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.29851174891157e-17f,3.666743307262982e-16f,0.33125f,0f,0.9980410432939826f,0.06256257587934426f,2.1078012932919905f,-3.6739403974420594e-16f,0.06256257587934426f,-0.9980410432939826f,-0.14923833184188967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.29851174891157e-17f,3.666743307262982e-16f,-0.29375f,0f,0.9980410432939826f,0.06256257587934426f,2.22669118221505f,-3.6739403974420594e-16f,0.06256257587934426f,-0.9980410432939826f,-0.047851662048161006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.29851174891157e-17f,3.666743307262982e-16f,-0.33125f,0f,0.9980410432939826f,0.06256257587934426f,2.1078012932919905f,-3.6739403974420594e-16f,0.06256257587934426f,-0.9980410432939826f,-0.1492383318418899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880292185440476f,0.15155968325859703f,0.028773698298831675f,0.19380461447938072f,0.15079861269949507f,0.9095394739972709f,0.3872953958526692f,2.316119152046877f,0.03252755310726798f,0.386998201095718f,-0.9215065657050588f,-0.02973928518229134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995740972955066f,-0.004868090188247076f,0.028773698298831675f,0.07861960251252263f,0.006658710493477105f,0.9219316340845933f,0.3872953958526692f,2.3261767936455473f,-0.028412771607802603f,0.38732204142293625f,-0.9215065657050588f,-0.02910881815900411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9740194053538404f,0.2184115111817672f,0.05985490604326451f,0.05764785412255431f,0.19224824953743905f,0.6577600794080523f,0.7282803639306112f,2.3407065633731436f,0.119694647098113f,0.7208662079196178f,-0.6826603121140473f,-0.08060941929516453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9938403711819804f,-0.09326685816202582f,0.05985490604326451f,0.08645773373676795f,-0.020420092289584885f,0.6849749859257501f,0.7282803639306112f,2.3467568126789495f,-0.10892353482947703f,0.7225721845079585f,-0.6826603121140473f,-0.07162883217893941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06335229843066421f,0.05985490604326451f,0.14351053788029278f,0.0869850084209347f,0.6797362134115752f,0.7282803639306112f,2.439648386048283f,0.0054526877689706045f,0.7307155167782093f,-0.6826603121140473f,-0.013304071848696253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08226905724574564f,0.028773698298831675f,0.12500000000000003f,0.0869850084209347f,0.9178430610193304f,0.3872953958526692f,2.233133697318934f,0.0054526877689706045f,0.38832450033259813f,-0.9215065657050588f,-0.1006770844235307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.666743307262982e-16f,-0.19523827377799086f,-0.15612801669588805f,0.9857535018968736f,0.06256257587934426f,2.3346233174134903f,-0.009786943089224433f,0.06179232675362686f,-0.9980410432939826f,-0.06300383209511308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.666743307262982e-16f,-0.08005326181113276f,0f,0.9980410432939826f,0.06256257587934426f,2.344680959012161f,-3.677613769070831e-16f,0.06256257587934426f,-0.9980410432939826f,-0.06237336507182577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.666743307262982e-16f,-0.057716779398202966f,-0.2414479810799503f,0.9683949589561881f,0.06256257587934426f,2.3403697360975726f,-0.01513525695032937f,0.06070420000054539f,-0.9980410432939826f,-0.06264361569181681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.666743307262982e-16f,-0.08682420206637902f,0.06961982383209613f,0.995609865473886f,0.06256257587934426f,2.350351322683326f,0.004364144681691958f,0.06241017658888628f,-0.9980410432939826f,-0.06201791620544457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.666743307262982e-16f,-0.14461004211822304f,-0.08698500842093472f,0.9942431958074197f,0.06256257587934426f,2.456838416375603f,-0.005452687768971339f,0.06232450638996524f,-0.9980410432939826f,-0.08665407048578863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.666743307262982e-16f,-0.12499999999999997f,-0.08698500842093472f,0.9942431958074197f,0.06256257587934426f,2.233133697318934f,-0.005452687768971339f,0.06232450638996524f,-0.9980410432939826f,-0.1006770844235308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.29851174891157e-17f,3.666743307262982e-16f,1.9080282083219718e-17f,0f,0.9980410432939826f,0.06256257587934426f,1.7196825821345383f,-3.6739403974420594e-16f,0.06256257587934426f,-0.9980410432939826f,-0.10155162195875773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.587086186907059e-17f,3.6451919629966787e-16f,1.878708882318247e-18f,0f,0.992175040600714f,-0.12485467075352574f,1.3476169419092705f,-3.6739403974420594e-16f,-0.12485467075352574f,-0.992175040600714f,-0.05473112042618558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9696476131986018f,-0.24314256830511147f,-0.025791426797459605f,0.14710121608814042f,-0.08962763420511036f,0.4515971775004365f,-0.8877087790826642f,1.3204003079989706f,0.2274871279985957f,-0.8584530742863197f,-0.45968241846226515f,0.27054823235531056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9696476131986018f,-0.12483489277478417f,0.21023737955977917f,0.12499999999999996f,-0.08962763420511036f,-0.6185191589677641f,-0.7806413627118439f,1.0859012450048449f,0.2274871279985957f,-0.7757901130690683f,0.5885569701050466f,0.0839531135827328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9735057377474573f,0.22614591093072411f,-0.033832019479954886f,-0.15115731143560185f,0.1211696857314376f,0.38471381505455005f,-0.9150481887670823f,1.2798619548802854f,-0.19391876090910776f,-0.8949040772482189f,-0.40192313530324425f,0.30665311329369116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9735057377474573f,0.1053591671780572f,-0.20294340212070275f,-0.12500000000000003f,0.1211696857314376f,-0.5149778646483268f,-0.8485963152064673f,1.0652369569041014f,-0.19391876090910776f,-0.85070397014108f,0.4885675688721882f,0.04123095362129611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9778560625106012f,0.20927857274757733f,1.0604947448629668e-16f,-1.3389379219485488e-17f,0.06040893498592139f,0.2822613062114163f,-0.9574337134181623f,1.2542483255398267f,-0.20037036104456601f,-0.9362323611179876f,-0.2886532251860495f,-0.01317332021681372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9778560625106014f,-0.2092641840497923f,0.002454034481704446f,-2.148491983860445e-17f,-0.06040893498592139f,0.2710148766873362f,-0.9606777280586943f,1.2234779409062395f,0.2003703610445653f,-0.9395527861105638f,-0.27765496668842055f,0.008861715040577473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.517554397599951e-16f,1.0604947448629668e-16f,-1.3389379219485488e-17f,0f,0.2886532251860495f,-0.9574337134181623f,1.2542483255398267f,-3.6739403974420594e-16f,-0.9574337134181623f,-0.2886532251860495f,-0.01317332021681372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9734982765348901f,0.22869434969757932f,3.0589381483643574e-16f,-9.929650242301706e-18f,0.19041187252040498f,0.8105387386068754f,-0.553868460937115f,1.2773604563107586f,-0.12666658749201287f,-0.5391899921493134f,-0.8326041844593094f,-0.02259026388740941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9852688993591545f,-0.1710122684359233f,3.0589381483643574e-16f,-9.929650242301706e-18f,-0.14238553029362858f,0.8203390084240503f,-0.553868460937115f,1.2773604563107586f,0.09471830191996934f,-0.5457093688972602f,-0.8326041844593094f,-0.02259026388740941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.0348797135059263e-16f,3.0589381483643574e-16f,-9.929650242301706e-18f,0f,0.8326041844593094f,-0.553868460937115f,1.2773604563107586f,-3.6739403974420594e-16f,-0.553868460937115f,-0.8326041844593094f,-0.02259026388740941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.966911279605376f,0.25321685919361187f,-0.031045121871508232f,-0.19375f,0.1826680467523475f,0.6022409233742829f,-0.777134644002552f,1.3176067437885255f,-0.17808695086270765f,-0.757091204831633f,-0.6285681709242125f,-0.05486962324702464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9748528155032418f,-0.22200168808097273f,0.01942263099070362f,0.19375f,-0.15956670020676963f,0.63452514552598f,-0.7562514845475391f,1.3003997659161308f,0.1555649584274217f,-0.7403330940761952f,-0.6539927014310192f,-0.038649188422674424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.4831167517544846e-16f,2.70776092761399e-16f,-0.007812500000000042f,0f,0.7370181970015733f,-0.6758729002471916f,1.1676481289734293f,-3.6739403974420594e-16f,-0.6758729002471916f,-0.7370181970015733f,0.061661832491822166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.2376708280113293e-16f,2.9138749646173583e-16f,9.11458927539235e-18f,0f,0.7931198248741628f,-0.6090656314319315f,1.34486083984375f,-3.6739403974420594e-16f,-0.6090656314319315f,-0.7931198248741628f,-0.07442626953125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.042511395453955395f,0f,0.9659258262890683f,-0.2588190451025207f,1.4831420898437502f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.29030097839270347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955117f,0f,0.9659258262890683f,-0.2588190451025207f,1.4831420898437502f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.36709648254479643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543347f,0f,0.9659258262890683f,-0.2588190451025207f,1.5219649466091283f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.24559388648540154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.16725313357895608f,-0.6257567420857758f,-0.7618759013397233f,0.5437546503587641f,-0.22263431450251536f,0.7767721614869469f,-0.5891171115702645f,2.2698049938664204f,0.9604479951116639f,0.07108803607564511f,-0.2692325014051848f,-0.4614031098689201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17976103914342975f,-0.6257567420857758f,-0.7590220474665214f,0.560021489777955f,-0.23229337552683182f,0.7767721614869469f,-0.585375774033438f,2.291130450469517f,0.9558900336819213f,0.07108803607564511f,-0.2849925168043596f,-0.5512344926701421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17351295380470258f,-0.6257567420857758f,-0.7604746903061028f,0.665959273614275f,-0.2274715370997008f,0.7767721614869469f,-0.5872663015603703f,2.3685576674020243f,0.9582014165463681f,0.07108803607564511f,-0.27712188014561606f,-0.4647505192476887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,1.51098333984375f,-5.740531871003218e-21f,0f,-0.000015625f,0.61307373046875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8.mcfunction new file mode 100644 index 000000000..2b8c94807 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..cd6a976c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944954f,-0.1228133820973555f,-0.408333333333333f,0.038397459621556246f,-0.1169987302200902f,0.8070882870164354f,-0.04317682864925181f,1.4325841104624866f,0.4100372361873838f,0.021675206645595465f,-0.7059349083315875f,-0.3987092485234732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233406f,0.14995376324455492f,-0.3999999999999997f,0.038397459621556246f,0.19666930649824566f,0.7742946856820188f,-0.04229566888089974f,1.4325841104624866f,0.3792193494439634f,-0.13409552048215323f,-0.6915280734676775f,-0.3987092485234732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944952f,0.12281338209735548f,0.40833333333333355f,-0.038397459621555996f,0.1169987302200902f,0.8070882870164354f,-0.04317682864925181f,1.4325841104624866f,-0.41003723618738436f,0.021675206645595566f,-0.7059349083315872f,-0.3987092485234732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233403f,-0.1499537632445548f,0.40000000000000024f,-0.038397459621555996f,-0.19666930649824566f,0.7742946856820188f,-0.04229566888089974f,1.4325841104624866f,-0.37921934944396396f,-0.13409552048215337f,-0.6915280734676773f,-0.3987092485234732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.17796536260026583f,0.364478510674386f,1.508936710061472f,-0.5109934187182388f,1.1287742700927181f,1.0730258669238042f,-0.12605707472835606f,1.292737279714935f,-1.0656468584344476f,1.0757216899221655f,-0.38552025749601304f,0.19121043425917944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2867882181755234f,-0.8660254037844387f,-0.40957602214449584f,-0.4550533461042616f,-0.44579722405953315f,0.49906739921093357f,-0.7430992975811842f,1.3992902673677217f,0.8479489093904907f,-0.03052426976742873f,-0.5291983711413351f,-0.026507726095356683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.49240387650610423f,-0.8660254037844387f,-0.08682408883346485f,-0.2984375f,-0.8406767925812502f,0.49906739921093357f,-0.2102243122479809f,1.6727080119607254f,0.22539066710283992f,-0.03052426976742873f,-0.9737901807566668f,-0.08152685291250308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7443821880182331f,0.6340171269378841f,0.209564884726947f,0.3520454940299886f,0.23411148832715573f,0.04612365827902848f,-0.9711150391072128f,1.5587624085766172f,-0.6253694661513558f,0.7719422846925736f,-0.11409706354318669f,0.22718646162140618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08755613063598876f,0.8737248873660993f,0.47847543843456647f,0.2984375f,0.3467510831216856f,0.47701313640029375f,-0.8076027204359161f,1.6727080119607254f,-0.9338616655276045f,0.09520130723184236f,-0.34473047553031455f,-0.08152685291250286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.2879355041486995e-16f,1.6393041708344287e-16f,-0.1562500000000001f,0f,0.4461978131098087f,-0.894934361602025f,1.3698996910782877f,-3.6739403974420594e-16f,-0.894934361602025f,-0.4461978131098087f,0.2296612640922383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.8922191896328375e-16f,3.1491815734158557e-16f,-0.15625000000000008f,0f,0.8571673007021122f,-0.5150380749100542f,1.527399571991746f,-3.6739403974420594e-16f,-0.5150380749100542f,-0.8571673007021122f,0.12773432941721496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.0277835871803547e-16f,3.0636468085467504e-16f,0.15624999999999992f,0f,0.8338858220671682f,-0.551936985312058f,1.3406308506597386f,-3.6739403974420594e-16f,-0.551936985312058f,-0.8338858220671682f,0.14541927307013738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2428869560194917e-17f,3.6670877580147836e-16f,0.15624999999999992f,0f,0.9981347984218669f,-0.06104853953485684f,1.527399571991746f,-3.6739403974420594e-16f,-0.06104853953485684f,-0.9981347984218669f,0.12773432941721508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.5628112687164837e-17f,3.664990863285489e-16f,0.29375f,0f,0.9975640502598241f,0.06975647374412532f,2.2089484040268195f,-3.6739403974420594e-16f,0.06975647374412532f,-0.9975640502598241f,-0.025985314017096445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.5628112687164837e-17f,3.664990863285489e-16f,0.33125f,0f,0.9975640502598241f,0.06975647374412532f,2.0907925671578536f,-3.6739403974420594e-16f,0.06975647374412532f,-0.9975640502598241f,-0.1282265029469706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.5628112687164837e-17f,3.664990863285489e-16f,-0.29375f,0f,0.9975640502598241f,0.06975647374412532f,2.2089484040268195f,-3.6739403974420594e-16f,0.06975647374412532f,-0.9975640502598241f,-0.025985314017096667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.5628112687164837e-17f,3.664990863285489e-16f,-0.33125f,0f,0.9975640502598241f,0.06975647374412532f,2.0907925671578536f,-3.6739403974420594e-16f,0.06975647374412532f,-0.9975640502598241f,-0.12822650294697086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880549899983997f,0.15119113429095749f,0.029809019626209493f,0.1937318522115471f,0.1502085270591896f,0.9016968249956527f,0.4054383235357351f,2.297332423596986f,0.0344199816672058f,0.40507292763720015f,-0.9136362449889215f,-0.006122724631291709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995418976998965f,-0.005236133250197922f,0.029809019626209493f,0.078546840244689f,0.0073027503876611916f,0.914093231374846f,0.4054383235357351f,2.3073852583542798f,-0.02937115216100801f,0.4054702791368045f,-0.9136362449889215f,-0.00541976194571929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9742890798676322f,0.21670885331184458f,0.06162841671621959f,0.05771940398947471f,0.1880833595767329f,0.6317297505363008f,0.7520253799823995f,2.3240424904270975f,0.12403805343930539f,0.7442813951615399f,-0.6562467265559344f,-0.0582874626082345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935706966681885f,-0.09496951603194843f,0.06162841671621959f,0.08650773508225779f,-0.01633732403582673f,0.6589316502534052f,0.7520253799823995f,2.3297643916563215f,-0.11202840070999372f,0.746183537287564f,-0.6562467265559344f,-0.049026929998535515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.061628416716219075f,0.06162841671621959f,0.14342741187179503f,0.08694343573875718f,0.6533748287501349f,0.7520253799823995f,2.4205167340067213f,0.0060796772806263905f,0.7545218826573447f,-0.6562467265559344f,0.012696706343958267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08189960831908918f,0.029809019626209493f,0.125f,0.08694343573875718f,0.9099783540230355f,0.4054383235357351f,2.2157716043515387f,0.0060796772806263905f,0.40648720689181184f,-0.9136362449889215f,-0.07876291520669926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.664990863285489e-16f,-0.19523827377799086f,-0.15605339854576156f,0.9852823814384901f,0.06975647374412532f,2.316986975886866f,-0.010912316653255517f,0.06889765579810338f,-0.9975640502598241f,-0.040358937640519385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.664990863285489e-16f,-0.08005326181113276f,0f,0.9975640502598241f,0.06975647374412532f,2.32703981064416f,-3.668940151690947e-16f,0.06975647374412532f,-0.9975640502598241f,-0.039655974954946875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.664990863285489e-16f,-0.057716779398202966f,-0.24133258602093882f,0.9679321346536807f,0.06975647374412532f,2.3227306481892214f,-0.016875618358527605f,0.06768440835400846f,-0.9975640502598241f,-0.039957300947567366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.664990863285489e-16f,-0.08682420206637902f,0.06958655048003269f,0.9951340343707851f,0.06975647374412532f,2.3327074642825156f,0.004865965629214476f,0.06958655048003276f,-0.9975640502598241f,-0.0392596540048166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.664990863285489e-16f,-0.14461004211822304f,-0.08694343573875718f,0.9937680178757643f,0.06975647374412532f,2.4393694083735853f,-0.006079677280627124f,0.06949102930147366f,-0.9975640502598241f,-0.0631274336138678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.664990863285489e-16f,-0.12499999999999997f,-0.08694343573875718f,0.9937680178757643f,0.06975647374412532f,2.2157716043515387f,-0.006079677280627124f,0.06949102930147366f,-0.9975640502598241f,-0.07876291520669935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.5628112687164837e-17f,3.664990863285489e-16f,1.071782641807995e-17f,0f,0.9975640502598241f,0.06975647374412532f,1.7023401387888746f,-3.6739403974420594e-16f,0.06975647374412532f,-0.9975640502598241f,-0.08333923142994404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.2428869560194917e-17f,3.6670877580147836e-16f,2.307000333006857e-18f,0f,0.9981347984218669f,-0.06104853953485684f,1.3280395893806745f,-3.6739403974420594e-16f,-0.06104853953485684f,-0.9981347984218669f,-0.06044602910437273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.967943659438827f,-0.24873032114248972f,-0.03490414726828256f,0.1506869507917372f,-0.11084996357286879f,0.5477474656039678f,-0.8292677489811866f,1.266488435270602f,0.22538269172246944f,-0.7988153361502173f,-0.5577604333431606f,0.27021813026955604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.967943659438827f,-0.1367518764325634f,0.2106750968775022f,0.12499999999999997f,-0.11084996357286879f,-0.5200837366535811f,-0.8468914879985173f,1.0554900478287146f,0.22538269172246944f,-0.84309657285546f,0.4882528147500154f,0.05612589300732819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9729279333493165f,0.22887285893637488f,-0.03206947069906728f,-0.15488547656659604f,0.1373216002340771f,0.46089614905092513f,-0.8767653722058029f,1.2216190934165494f,-0.1858871018058553f,-0.8574333526474914f,-0.4798479250240665f,0.30201438327725266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9729279333493165f,0.113886546966942f,-0.20109970394949517f,-0.12500000000000003f,0.1373216002340771f,-0.41500893837030417f,-0.8993944402662858f,1.0392651627992189f,-0.1858871018058553f,-0.9026613071870865f,0.3881347058554798f,0.010883110646164054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199333f,0.2164396139381032f,1.256561621303098e-16f,-1.0144917462631535e-17f,0.07402670778046237f,0.3339129002834378f,-0.9396926207859083f,1.2305873369034348f,-0.20338670806338646f,-0.9174181535933479f,-0.3420201433256688f,-0.02655348744989216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199335f,-0.21643961393810254f,1.256561621303098e-16f,-1.7596242755418774e-17f,-0.07402670778046237f,0.3339129002834378f,-0.9396926207859083f,1.1985963407479907f,0.20338670806338574f,-0.9174181535933481f,-0.3420201433256688f,-0.006271924640721002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.452374680683551e-16f,1.256561621303098e-16f,-1.0144917462631535e-17f,0f,0.3420201433256688f,-0.9396926207859083f,1.2305873369034348f,-3.6739403974420594e-16f,-0.9396926207859083f,-0.3420201433256688f,-0.02655348744989216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966784f,3.21330067445837e-16f,-7.322303702485676e-18f,0.2115896574799888f,0.8486397639541193f,-0.4848096202463369f,1.2543282484913725f,-0.1172860623349492f,-0.4704087025825094f,-0.8746197071393957f,-0.03423628426965296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,-0.18223552549214728f,3.21330067445837e-16f,-7.322303702485676e-18f,-0.15938678193633588f,0.8599741192969597f,-0.4848096202463369f,1.2543282484913725f,0.08834953590923929f,-0.47669143834142796f,-0.8746197071393957f,-0.03423628426965296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.7811616488915614e-16f,3.21330067445837e-16f,-7.322303702485676e-18f,0f,0.8746197071393957f,-0.4848096202463369f,1.2543282484913725f,-3.6739403974420594e-16f,-0.4848096202463369f,-0.8746197071393957f,-0.03423628426965296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9636304532086228f,0.26495211472466984f,-0.03488160764456473f,-0.19375f,0.20471647298288823f,0.6479678704558539f,-0.7336407871338343f,1.299674630911349f,-0.17177751697585547f,-0.7140994438870758f,-0.6786416351077927f,-0.0657593805868178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9723699203976766f,-0.23255703376735115f,0.02034610407785901f,0.19375f,-0.17882952375370428f,0.6860214547657286f,-0.7052620541579822f,1.27996770653553f,0.15005578742534154f,-0.6894140915635859f,-0.7086546909558394f,-0.04840742805559664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.236553206439695e-16f,2.914732886341566e-16f,-0.007812500000000033f,0f,0.7933533402912352f,-0.6087614290087208f,1.1396797238261833f,-3.6739403974420594e-16f,-0.6087614290087208f,-0.7933533402912352f,0.03880288123999344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.974006736635193e-16f,3.0985699036290266e-16f,9.950255243072246e-18f,0f,0.8433914458128857f,-0.5372996083468239f,1.328125f,-3.6739403974420594e-16f,-0.5372996083468239f,-0.8433914458128857f,-0.08125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,-0.042511395453955395f,0f,0.9659258262890683f,-0.2588190451025207f,1.475f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.28347724792395346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.011261395453955117f,0f,0.9659258262890683f,-0.2588190451025207f,1.475f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.3602727520760465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510455f,-0.21201214989665465f,-0.791240115236224f,0.10306101728543347f,0f,0.9659258262890683f,-0.2588190451025207f,1.5138228567653782f,0.8191520442889918f,0.14845250554968442f,0.5540322932223228f,0.23877015601665152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.5415697042003305f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2645936267079976f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.46907690840066035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.5621802957996699f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.2891563732920024f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.5571730915993393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295477f,-0.5489564193883943f,-0.8064207645013103f,0.6728381146751967f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.350860949910965f,0.9396926207859081f,0.10284744064531103f,-0.32619040818702877f,-0.4641964387719455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000243f,0f,0.000015625f,0f,1.4942475f,-5.740531871003218e-21f,0f,-0.000015625f,0.60625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9.mcfunction new file mode 100644 index 000000000..c5c81d145 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..a7e902404 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7008819316627685f,-0.12358439484321264f,-0.4005444540426789f,0.03785377568976407f,-0.17051424714401217f,0.7969410939177961f,0.052480746855028f,1.4095733289710548f,0.3829280008487516f,0.1286710325628411f,-0.7097565469861021f,-0.38673864612770326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6806440866372924f,0.15089516116696644f,-0.39237007742956304f,0.03785377568976407f,0.14443251945338212f,0.7851727764754548f,0.05140971120492539f,1.4095733289710548f,0.39479472469884197f,-0.027099103642383743f,-0.69527171949659f,-0.38673864612770326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7008819316627682f,0.12358439484321254f,0.40054445404267947f,-0.03785377568976382f,0.17051424714401217f,0.7969410939177961f,0.052480746855028f,1.4095733289710548f,-0.38292800084875217f,0.1286710325628412f,-0.7097565469861019f,-0.38673864612770326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6806440866372921f,-0.15089516116696647f,0.3923700774295636f,-0.03785377568976382f,-0.14443251945338212f,0.7851727764754548f,0.05140971120492539f,1.4095733289710548f,-0.3947947246988425f,-0.027099103642383854f,-0.6952717194965897f,-0.38673864612770326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.043362256760010535f,0.3165207858061155f,1.5294902931504204f,-0.5261769215341006f,1.4270254099823474f,0.6300149873101619f,-0.08992132688795187f,1.1728558282511203f,-0.6349208170735878f,1.3943822854286612f,-0.3065613284961949f,0.1693447483881788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.32461141259782356f,-0.857245912669517f,-0.39969597949272945f,-0.4588442973745893f,-0.5962006446608527f,0.513505362777335f,-0.6171361549163208f,1.320751561428084f,0.7342834753126541f,0.037969561629340086f,-0.6777802669541557f,-0.028042237363825488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5082861031717383f,-0.857245912669517f,-0.08230845967393541f,-0.2984375f,-0.8557063450598568f,0.513505362777335f,-0.06386621503752091f,1.5942857232417957f,0.09701488724309508f,0.037969561629340086f,-0.9945584065518149f,-0.03997001244026605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.7618259496609585f,0.6128157350622916f,0.20994784419765183f,0.34993248847465513f,0.3093892671463824f,-0.059470941189729044f,-0.9490740163594363f,1.4550398922010093f,-0.5691216950686403f,0.7879848234668425f,-0.2349051174157907f,0.2513486190741055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0835875363535178f,0.87375569475767f,0.47912848970280447f,0.2984375f,0.46125719747320726f,0.4601267750067722f,-0.758633738177409f,1.604789119195618f,-0.8833203957486273f,0.15758913922097703f,-0.4414869665732837f,-0.03919337139833196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.94317141157802e-16f,2.1989952446575598e-16f,-0.1562500000000001f,0f,0.5985386279506838f,-0.8010939463327088f,1.2686677773234125f,-3.6739403974420594e-16f,-0.8010939463327088f,-0.5985386279506838f,0.23974281982751533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6764234704330073e-16f,3.26916539681584e-16f,-0.15625000000000008f,0f,0.8898253763430568f,-0.4563012158825981f,1.4326581527884694f,-3.6739403974420594e-16f,-0.4563012158825981f,-0.8898253763430568f,0.1486249332473841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.5973466397157085e-16f,3.3085225942323034e-16f,0.15624999999999992f,0f,0.9005379065310438f,-0.4347775050536595f,1.245207750985331f,-3.6739403974420594e-16f,-0.4347775050536595f,-0.9005379065310438f,0.14103155693364983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.7091852847263867e-17f,3.6639379354578233e-16f,0.15624999999999992f,0f,0.99727745665357f,0.0737405888950356f,1.4326581527884694f,-3.6739403974420594e-16f,0.0737405888950356f,-0.99727745665357f,0.1486249332473842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.9934167986986364e-17f,3.661725358714032e-16f,0.29375f,0f,0.9966752213137338f,0.08147701037237211f,2.140294924944808f,-3.6739403974420594e-16f,0.08147701037237211f,-0.9966752213137338f,0.026300424959154377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.9934167986986364e-17f,3.661725358714032e-16f,0.33125f,0f,0.9966752213137338f,0.08147701037237211f,2.0233489920030014f,-3.6739403974420594e-16f,0.08147701037237211f,-0.9966752213137338f,-0.07732250333555465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.9934167986986364e-17f,3.661725358714032e-16f,-0.29375f,0f,0.9966752213137338f,0.08147701037237211f,2.140294924944808f,-3.6739403974420594e-16f,0.08147701037237211f,-0.9966752213137338f,0.026300424959154155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.9934167986986364e-17f,3.661725358714032e-16f,-0.33125f,0f,0.9966752213137338f,0.08147701037237211f,2.0233489920030014f,-3.6739403974420594e-16f,0.08147701037237211f,-0.9966752213137338f,-0.0773225033355549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880218905160741f,0.15166447894096569f,0.028471559293583734f,0.19382554634015733f,0.15025786717255357f,0.9035129499156775f,0.40135635373994666f,2.229629633842081f,0.035147079733569946f,0.40082693916731105f,-0.9154793540129491f,0.045784482580733615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995832531442276f,-0.004763438358491023f,0.028471559293583734f,0.07864053437329924f,0.007067378512044115f,0.9158947152776579f,0.40135635373994666f,2.239673511529881f,-0.027988786943536778f,0.40139030902783707f,-0.9154793540129491f,0.046605557600005204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9739424213988501f,0.21889756874419228f,0.05932970754711524f,0.05762792650382592f,0.19089774288680084f,0.6499942687008688f,0.7355715481289005f,2.2546733055598427f,0.12245085365349434f,0.7277302419536404f,-0.6748440437505737f,-0.00417751276584423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939173551369707f,-0.09278080059960073f,0.05932970754711524f,0.08644395757217806f,-0.019304732956355736f,0.677171931542305f,0.7355715481289005f,2.2606283845130157f,-0.10842332979120722f,0.7299519834697079f,-0.6748440437505737f,0.004846843894285621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06384441476174514f,0.05932970754711524f,0.1435341744864102f,0.08686596919178506f,0.6718547469353955f,0.7355715481289005f,2.352891537955376f,0.007101189355862374f,0.7379262088610932f,-0.6748440437505737f,0.06412468276183766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08237410882848997f,0.028471559293583734f,0.12499999999999999f,0.08686596919178506f,0.9117934967463556f,0.40135635373994666f,2.147738001187446f,0.007101189355862374f,0.4023022812336085f,-0.9154793540129491f,-0.02639333051572411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,3.661725358714032e-16f,-0.1952382737779909f,-0.15591435506506765f,0.9844044954516533f,0.08147701037237211f,2.2484949808398276f,-0.012745812530679735f,0.08047389317134097f,-0.9966752213137338f,0.013197678302789291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-2.7755575615628914e-17f,3.661725358714032e-16f,-0.08005326181113281f,0f,0.9966752213137339f,0.08147701037237211f,2.2585388585276274f,-3.668940151690947e-16f,0.08147701037237211f,-0.9966752213137338f,0.014018753322060963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966776f,3.661725358714032e-16f,-0.05771677939820302f,-0.24111755883743685f,0.9670697077258988f,0.08147701037237211f,2.254233535533747f,-0.019711072797078406f,0.07905679495405761f,-0.9966752213137338f,0.013666798303287195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412526f,3.661725358714032e-16f,-0.08682420206637907f,0.06952454890699174f,0.994247370567335f,0.08147701037237211f,2.2642014622901296f,0.005683548934789832f,0.08127853647012527f,-0.9966752213137338f,0.014481664424520063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.661725358714032e-16f,-0.1446100421182231f,-0.08686596919178506f,0.9928825711921587f,0.08147701037237211f,2.3711365797056816f,-0.007101189355863106f,0.08116696574932322f,-0.9966752213137338f,-0.00813076322212651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765821f,3.661725358714032e-16f,-0.12500000000000003f,-0.08686596919178506f,0.9928825711921587f,0.08147701037237211f,2.147738001187446f,-0.007101189355863106f,0.08116696574932322f,-0.9966752213137338f,-0.026393330515724206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.9934167986986364e-17f,3.661725358714032e-16f,-7.349730476484417e-18f,0f,0.9966752213137338f,0.08147701037237211f,1.6343957936900209f,-3.6739403974420594e-16f,0.08147701037237211f,-0.9966752213137338f,-0.0370041976655107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.7091852847263867e-17f,3.6639379354578233e-16f,2.809714341239533e-18f,0f,0.99727745665357f,0.0737405888950356f,1.2604167474449322f,-3.6739403974420594e-16f,0.0737405888950356f,-0.99727745665357f,-0.06465691850114905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9686490548451961f,-0.2447431137650829f,-0.04265931096583507f,0.15820007265071315f,-0.15651438988100216f,0.7345417110573861f,-0.6602664011420429f,1.101863479127075f,0.1929306981993425f,-0.6328896293837174f,-0.7498189532886288f,0.27244484573874683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9686490548451961f,-0.15312394703249718f,0.19563247530176864f,0.12499999999999999f,-0.15651438988100216f,-0.2354018505642666f,-0.95921280981391f,0.9695278896342178f,0.1929306981993425f,-0.9597598791344153f,0.20405567891192483f,-0.00159989434866889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9736718036443192f,0.22676731062603245f,-0.023233717297390766f,-0.16272623503105624f,0.17153266636273745f,0.6617325157311922f,-0.7298538360483947f,1.0475859008803348f,-0.15013248535379803f,-0.7146234424195052f,-0.6832082935576731f,0.2910791151195435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9736718036443192f,0.1303307534695253f,-0.18702169256020648f,-0.12499999999999999f,0.17153266636273745f,-0.12144441182212279f,-0.9776644614629644f,0.9657271868593241f,-0.15013248535379803f,-0.9840046491441208f,0.09589101784967755f,-0.04711827546380175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9753619691766892f,0.22061058243831191f,1.8581380882883e-16f,-2.74886572402016e-18f,0.11157636803076565f,0.4933006605270239f,-0.8626732709552702f,1.1557038252650975f,-0.19031485275940593f,-0.8414187003150279f,-0.5057616311854182f,-0.04952716824953965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9753619691766894f,-0.22060466019996874f,-0.0016164720310850036f,-7.96141087600134e-18f,-0.11157636803076565f,0.499608452995533f,-0.8590355684094072f,1.1205616264933902f,0.1903148527594052f,-0.8376902635183644f,-0.5119133512868161f,-0.03533928116348252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.169410179956047e-16f,1.8581380882883e-16f,-2.74886572402016e-18f,0f,0.5057616311854182f,-0.8626732709552702f,1.1557038252650975f,-3.6739403974420594e-16f,-0.8626732709552702f,-0.5057616311854182f,-0.04952716824953965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9681678944373464f,0.25030167434668793f,3.494009398610403e-16f,-1.6351963667828107e-18f,0.23804316566053924f,0.920751932979686f,-0.3091137803406388f,1.180469673512377f,-0.07737169678289653f,-0.29927403785396456f,-0.9510250631836782f,-0.05255843505510005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9811013493847056f,-0.19349455350347672f,3.494009398610403e-16f,-1.6351963667828107e-18f,-0.18401816997134166f,0.9330519727881816f,-0.3091137803406388f,1.180469673512377f,0.059811832908783356f,-0.3032719470056083f,-0.9510250631836782f,-0.05255843505510005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1356656049995038e-16f,3.494009398610403e-16f,-1.6351963667828107e-18f,0f,0.9510250631836782f,-0.3091137803406388f,1.180469673512377f,-3.6739403974420594e-16f,-0.3091137803406388f,-0.9510250631836782f,-0.05255843505510005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9612572076201928f,0.2732182633032905f,-0.036556277104806655f,-0.19375f,0.24103713208170102f,0.7687792767310202f,-0.5923508458901348f,1.2329881260344122f,-0.1337373611077257f,-0.5782129402447366f,-0.8048503674457002f,-0.07596680347365203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9701101761151466f,-0.24175113170871407f,0.02103892857051415f,0.19375f,-0.21219158195839133f,0.8030281137463865f,-0.5568847107605989f,1.209223670885799f,0.11773265793242972f,-0.544703808367884f,-0.8303232999294246f,-0.061335940956673676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.603741011974366e-16f,3.3054277802529817e-16f,-0.007812500000000019f,0f,0.8996955374002119f,-0.43651797211815224f,1.058091685604115f,-3.6739403974420594e-16f,-0.43651797211815224f,-0.8996955374002119f,-0.005871058241672972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.3095512799544624e-16f,3.4326248686866947e-16f,1.0472426072154754e-17f,0f,0.934316972337554f,-0.3564432566369947f,1.2668531341107871f,-3.6739403974420594e-16f,-0.3564432566369947f,-0.934316972337554f,-0.08551384839650146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.30701368681543373f,-0.27021582941169175f,-0.9125382192781555f,-0.03894483799804503f,0.08460865002012359f,0.9627984759739707f,-0.2566329499576616f,1.354404960783951f,0.9479366922161878f,0.0015812012999300413f,0.3184549063096408f,0.2463909048701505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.30701368681543373f,-0.27021582941169175f,-0.9125382192781555f,-0.010162304859098123f,0.08460865002012359f,0.9627984759739707f,-0.2566329499576616f,1.3623370217233375f,0.9479366922161878f,0.0015812012999300413f,0.3184549063096408f,0.3352599697654181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.30701368681543373f,-0.27021582941169175f,-0.9125382192781555f,0.11232716146315176f,0.08460865002012359f,0.9627984759739707f,-0.2566329499576616f,1.3968659337472935f,0.9479366922161878f,0.0015812012999300413f,0.3184549063096408f,0.24305720137133818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.39613821763748236f,-0.38230793223539167f,-0.8348144449378546f,0.5366871898968542f,-0.34073250514634174f,0.9054830500819718f,-0.25298578211225137f,2.227945204958121f,0.852628801099105f,0.18423108034245608f,-0.4889611810483064f,-0.4756093116257421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24918816171523028f,-0.38230793223539167f,-0.8898010479938107f,0.567046476283904f,-0.29301873973617215f,0.9054830500819718f,-0.30698609769446356f,2.257759940814474f,0.923062987138153f,0.18423108034245608f,-0.33765904520898277f,-0.5591464755462691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.32383238812853266f,-0.38230793223539167f,-0.8654323944415709f,0.6816816922566148f,-0.31802384913442994f,0.9054830500819718f,-0.2810004935867029f,2.285002646924303f,0.8910630818189547f,0.18423108034245608f,-0.41480777868207674f,-0.45515672678369407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,5.740531871003218e-21f,-0.007217500000000242f,0f,0.000015625f,0f,1.432975634110787f,-5.740531871003218e-21f,0f,-0.000015625f,0.6019861516034986f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_play_as_root.mcfunction new file mode 100644 index 000000000..99ca470c5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/play_as_root +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..f3167b739 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/6_0_moving/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..21c9c0d73 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..175 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_175 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/end.mcfunction new file mode 100644 index 000000000..a71154709 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.7_0_holy_ray.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/end_loop +execute if score @s aj.ecual.animation.7_0_holy_ray.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/7_0_holy_ray/stop +execute if score @s aj.ecual.animation.7_0_holy_ray.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/7_0_holy_ray/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/end_loop.mcfunction new file mode 100644 index 000000000..497bc46f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.7_0_holy_ray.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/next_frame_as_root.mcfunction new file mode 100644 index 000000000..e86dcefb8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/pause_as_root.mcfunction new file mode 100644 index 000000000..470c14e20 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.7_0_holy_ray \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/play_as_root.mcfunction new file mode 100644 index 000000000..773371c3d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.7_0_holy_ray.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.7_0_holy_ray.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.7_0_holy_ray \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/resume_as_root.mcfunction new file mode 100644 index 000000000..2dde01adb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.7_0_holy_ray.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.7_0_holy_ray \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/stop_as_root.mcfunction new file mode 100644 index 000000000..82919ec93 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.7_0_holy_ray.local_anim_time 0 +tag @s remove aj.ecual.animation.7_0_holy_ray +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick.mcfunction new file mode 100644 index 000000000..b2539d6c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick_animation.mcfunction new file mode 100644 index 000000000..428ae09db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.7_0_holy_ray.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.7_0_holy_ray.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root +execute if score @s aj.ecual.animation.7_0_holy_ray.local_anim_time matches 175.. run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_175.mcfunction new file mode 100644 index 000000000..b421e8b24 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_175.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..127 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_127 +execute if score @s aj.anim_time matches 128..175 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_175 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..87cd131d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..a23a097fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..06eec9443 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..de0464a23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_120_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_120_127.mcfunction new file mode 100644 index 000000000..71ad4c140 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_120_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120 +execute if score @s aj.anim_time matches 121 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121 +execute if score @s aj.anim_time matches 122 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122 +execute if score @s aj.anim_time matches 123 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123 +execute if score @s aj.anim_time matches 124 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124 +execute if score @s aj.anim_time matches 125 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125 +execute if score @s aj.anim_time matches 126 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126 +execute if score @s aj.anim_time matches 127 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_135.mcfunction new file mode 100644 index 000000000..c7600008e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_135.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128 +execute if score @s aj.anim_time matches 129 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129 +execute if score @s aj.anim_time matches 130 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130 +execute if score @s aj.anim_time matches 131 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131 +execute if score @s aj.anim_time matches 132 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132 +execute if score @s aj.anim_time matches 133 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133 +execute if score @s aj.anim_time matches 134 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134 +execute if score @s aj.anim_time matches 135 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_175.mcfunction new file mode 100644 index 000000000..1954b1b31 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_175.mcfunction @@ -0,0 +1,6 @@ +execute if score @s aj.anim_time matches 128..135 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_128_135 +execute if score @s aj.anim_time matches 136..143 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_136_143 +execute if score @s aj.anim_time matches 144..151 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_144_151 +execute if score @s aj.anim_time matches 152..159 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_152_159 +execute if score @s aj.anim_time matches 160..167 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_160_167 +execute if score @s aj.anim_time matches 168..175 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_168_175 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_136_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_136_143.mcfunction new file mode 100644 index 000000000..0b23f88b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_136_143.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 136 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136 +execute if score @s aj.anim_time matches 137 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137 +execute if score @s aj.anim_time matches 138 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138 +execute if score @s aj.anim_time matches 139 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139 +execute if score @s aj.anim_time matches 140 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140 +execute if score @s aj.anim_time matches 141 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141 +execute if score @s aj.anim_time matches 142 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142 +execute if score @s aj.anim_time matches 143 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_144_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_144_151.mcfunction new file mode 100644 index 000000000..fc6812e49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_144_151.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 144 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144 +execute if score @s aj.anim_time matches 145 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145 +execute if score @s aj.anim_time matches 146 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146 +execute if score @s aj.anim_time matches 147 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147 +execute if score @s aj.anim_time matches 148 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148 +execute if score @s aj.anim_time matches 149 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149 +execute if score @s aj.anim_time matches 150 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150 +execute if score @s aj.anim_time matches 151 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_152_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_152_159.mcfunction new file mode 100644 index 000000000..7589577eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_152_159.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 152 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152 +execute if score @s aj.anim_time matches 153 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153 +execute if score @s aj.anim_time matches 154 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154 +execute if score @s aj.anim_time matches 155 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155 +execute if score @s aj.anim_time matches 156 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156 +execute if score @s aj.anim_time matches 157 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157 +execute if score @s aj.anim_time matches 158 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158 +execute if score @s aj.anim_time matches 159 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_160_167.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_160_167.mcfunction new file mode 100644 index 000000000..dee89be25 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_160_167.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 160 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160 +execute if score @s aj.anim_time matches 161 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161 +execute if score @s aj.anim_time matches 162 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162 +execute if score @s aj.anim_time matches 163 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163 +execute if score @s aj.anim_time matches 164 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164 +execute if score @s aj.anim_time matches 165 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165 +execute if score @s aj.anim_time matches 166 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166 +execute if score @s aj.anim_time matches 167 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_168_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_168_175.mcfunction new file mode 100644 index 000000000..aec99955d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_168_175.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 168 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168 +execute if score @s aj.anim_time matches 169 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169 +execute if score @s aj.anim_time matches 170 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170 +execute if score @s aj.anim_time matches 171 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171 +execute if score @s aj.anim_time matches 172 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172 +execute if score @s aj.anim_time matches 173 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173 +execute if score @s aj.anim_time matches 174 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174 +execute if score @s aj.anim_time matches 175 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..687eb08ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..37cf7cb75 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..4a8cff5fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..ef8a00431 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..d39471eeb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..1132e7b7c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_127.mcfunction new file mode 100644 index 000000000..7e1dfea17 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_112_119 +execute if score @s aj.anim_time matches 120..127 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_120_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..3df84b7f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..1b43648bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..67d24b097 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..0ef0f3e86 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..613d0643b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..87706ce45 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0.mcfunction new file mode 100644 index 000000000..8694f60c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1.mcfunction new file mode 100644 index 000000000..83d7a22c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10.mcfunction new file mode 100644 index 000000000..8a61aab2e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100.mcfunction new file mode 100644 index 000000000..3ab05788e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..49c4e75f6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.49879560583923815f,-0.0010796880687769191f,-0.6466422676515863f,0.16578471278601908f,-0.6282014191469254f,0.1944553838065705f,0.48424634756998686f,0.8200269829839238f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882642f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45182716396161565f,0.18600814313431296f,-0.6334454866791049f,0.16578471278601908f,-0.4956417107533901f,0.4114830606183997f,0.4743637690481504f,0.8200269829839238f,0.436109514305588f,0.6603655514272678f,-0.11715728752538099f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.09324560661647853f,0.10331315137851844f,0.8047211281204244f,-0.0010527715106642827f,0.7967053007665185f,0.164743603122931f,0.07116637833309862f,0.8675114538487656f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882633f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.12311896048412972f,0.058545656037447685f,0.7882982479547015f,-0.0010527715106642827f,0.659280071821871f,0.4477608118709201f,0.06971400326507621f,0.8675114538487656f,-0.436109514305588f,0.6603655514272678f,-0.1171572875253809f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5263462666844398f,0.03350415928397971f,-0.33249179762686865f,0.000735422239118223f,-0.3321653095983407f,-0.01815640575998269f,-1.5266770457530685f,0.5476285902800285f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.564277694206559f,0.7672518545965638f,0.30482007059749666f,-0.25309363534333834f,-0.28837611595802237f,-0.16278541676690322f,0.9435783612572888f,0.6829224365154423f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.022151642212753453f,0.952152314132679f,0.30482007059749666f,-0.2603621429443981f,-0.1428540056720532f,-0.2987517518450028f,0.9435783612572888f,0.7297964071265847f,0.9894958503251681f,-0.06444657835235817f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6315603244009229f,-0.7379816424152551f,0.23772810540759381f,0.2828520336717501f,-0.05197746700933879f,0.26562679787988897f,0.9626737490818835f,0.5303841948081439f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09405505027580083f,-0.9667672912427959f,0.23772810540759381f,0.31371384704349725f,0.10977982376962281f,0.2474017847990205f,0.9626737490818835f,0.5664056994825514f,-0.9894958503251681f,-0.06444657835235829f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.44875629031197173f,-0.8878478284213135f,-0.10170558230989568f,-0.09119737519274734f,-0.8835013655637298f,0.45788190389236777f,-0.09884077668110902f,0.3214853940521073f,0.13432471460033568f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7588359202194188f,-0.4858474613614637f,-0.43372836023641415f,-0.18500457644949936f,-0.570877304078522f,0.8167366433183898f,0.08390684804619791f,0.47514793247459414f,0.31347591593739105f,0.31127720724400976f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.25614769852050306f,-0.9664599421539084f,-0.018534744522477775f,0.22906902757643047f,-0.9591147408001676f,0.25649503855624295f,-0.11962110673229402f,0.25375033535989877f,0.12036307790380245f,-0.012863724495479123f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6356861587317157f,-0.5887453275506197f,-0.4992815306860744f,0.11555876909390132f,-0.6896468443268111f,0.7237261079467541f,0.02465260201914507f,0.38960305936253486f,0.3468289747223938f,0.3599992499486031f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.25290610361442134f,0.10475713812402869f,0.44456230938626995f,0.27374359395858977f,0.8885898341461289f,0.36806596069018593f,1.043267653529951f,-5.700357232814532e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.25290610361442134f,0.10475713812402869f,0.45883762959880303f,0.27374359395858977f,0.8885898341461289f,0.36806596069018593f,0.9564347233029427f,-5.700357232814532e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.25290610361442134f,0.10475713812402869f,-0.12049678023532329f,0.27374359395858977f,0.8885898341461289f,0.36806596069018593f,1.2040920149806225f,-5.700357232814532e-17f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.25290610361442134f,0.10475713812402869f,-0.17835666295320635f,0.27374359395858977f,0.8885898341461289f,0.36806596069018593f,1.1377898543005083f,-5.700357232814532e-17f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9171898054920107f,0.3031254076198f,0.25860751720871805f,0.3636515735542954f,0.3884921095968482f,0.5361242678270273f,0.749429549876387f,1.1284952342289731f,0.08852537197051377f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9533169379782866f,0.15591333428172888f,0.25860751720871805f,0.25541494899125405f,0.29984081402940893f,0.5902972437799935f,0.749429549876387f,1.1689810532460123f,-0.03580924469861074f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9011717233515717f,0.2942045585749159f,0.3183287651867127f,0.24240379302041004f,0.3944179241635428f,0.25195445950341655f,0.8837157073600438f,1.1995672229124963f,0.17978883761257305f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9479794482166743f,0.00132778519061863f,0.3183287651867127f,0.2706017218143567f,0.297255527124235f,0.3615047719729717f,0.8837157073600438f,1.1936012339766984f,-0.1139039830423105f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9361005367614386f,0.1496080958024976f,0.3183287651867127f,0.3422552509542218f,0.350147623931151f,0.3105530389812765f,0.8837157073600438f,1.2382238129361118f,0.033353058785002575f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9361005367614386f,0.23840708277668507f,0.25860751720871805f,0.28861365732946775f,0.350147623931151f,0.5619181356990045f,0.749429549876387f,1.111792232403836f,0.033353058785002575f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9842996508512526f,0.02461378718058113f,0.17478088801333846f,-0.006833542013083928f,0.15270054306250605f,0.6153928865191448f,0.7732878761302613f,1.2339409004123156f,-0.08852537197051388f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9683308441674389f,0.17828913993635181f,0.17478088801333846f,0.10650034576445397f,0.2470892029775689f,0.5839287511348101f,0.7732878761302613f,1.2113644011374132f,0.03580924469861063f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9738026002517022f,-0.11743896115694333f,0.19472181733283417f,0.13366740719444198f,0.13922812076927382f,0.3691144298890222f,0.9188961138424508f,1.230515242576468f,-0.17978883761257317f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9624319433537807f,0.189230463369045f,0.19472181733283417f,0.10655399471405343f,0.24647644321387435f,0.308024828391932f,0.9188961138424508f,1.2402916977581204f,0.11390398304231039f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9801849753733007f,0.03634319615884261f,0.19472181733283417f,0.06913637884093365f,0.19525620994510245f,0.3427899421557106f,0.9188961138424508f,1.3159575739081937f,-0.033353058785002686f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9801849753733007f,0.09321510198305097f,0.17478088801333846f,0.04816298089474722f,0.19525620994510245f,0.6032419689542691f,0.7732878761302613f,1.1802281308934834f,-0.033353058785002686f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.25290610361442134f,0.10475713812402869f,0.03550028044334061f,0.27374359395858977f,0.8885898341461289f,0.36806596069018593f,0.6791058303772002f,-5.700357232814532e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.10475713812402845f,0.25290610361442145f,-0.003783646353170061f,0.27374359395858977f,0.3680659606901856f,0.8885898341461291f,0.5410810951183805f,-5.700357232814532e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.960222146212742f,-0.11765894843094879f,0.2532386261546979f,0.12233189527847786f,0.2653959448085709f,-0.10255908058770613f,0.9586691960567891f,0.37172324762237335f,-0.08682408883346523f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.960222146212742f,-0.0020487391983211103f,0.27922971294311205f,0.12404657238932715f,0.2653959448085709f,0.3042288462359207f,0.9148823976867883f,0.48791985204478205f,-0.08682408883346523f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9517259756640329f,0.004412557882122331f,0.30691724711928703f,-0.2023632650136662f,0.28191904697997056f,-0.38291691656808424f,0.8797137522830341f,0.33319826707197125f,0.12140559376013008f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9517259756640329f,0.23401816097839284f,-0.19862821445765352f,-0.1141377942804825f,0.28191904697997056f,0.9223738684107203f,-0.26409865168710733f,0.6556448059270658f,0.12140559376013008f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8542296100553198f,0.4892138663124954f,0.1759589904276446f,-0.0006792050268866492f,0.4826290126618846f,0.6203667393427821f,0.618234862211942f,0.5519886017535081f,0.19328996208223137f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9803454774220418f,-0.08922543687667184f,0.1759589904276446f,-0.0006792050268866492f,0.039518798772209346f,0.7849993119037637f,0.618234862211942f,0.5519886017535081f,-0.19328996208223148f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.20969975899139548f,0.1759589904276446f,-0.0006792050268866492f,0.27374359395858977f,0.7367836181080681f,0.618234862211942f,0.5519886017535081f,-5.700357232814532e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9701994326351904f,0.12140457978719393f,0.20969975899139545f,-0.002684061703560748f,0.07516709719419082f,-0.6719373539155145f,0.736783618108068f,0.5449445042155197f,0.2303540067238978f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8643756548421713f,-0.4570347234019733f,0.20969975899139545f,-0.002684061703560748f,0.44698071423990315f,-0.5073047813545328f,0.736783618108068f,0.5449445042155197f,-0.2303540067238979f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,-0.17595899042764462f,0.20969975899139545f,-0.002684061703560748f,0.27374359395858977f,-0.6182348622119421f,0.736783618108068f,0.5449445042155197f,-5.700357232814532e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8210164134715441f,0.5015632694970732f,0.27270191693812673f,-0.17492319857151914f,0.27898222108908083f,-0.06427580658247803f,0.9581427560673696f,0.6018953606751097f,0.49809734904587266f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8448747397254182f,-0.4602394362418088f,0.27270191693812673f,0.1737302822588256f,0.19515559189370146f,0.20946778737611169f,0.9581427560673696f,0.5026633078651209f,-0.4980973490458728f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,-0.07545396041058808f,0.2631392313808845f,-0.012844928410934927f,0.27374359395858977f,-0.2651087546275011f,0.9245441000766217f,0.5377836093669588f,-5.700357232814532e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9618027057388822f,0.023858326253874126f,0.27270191693812673f,8.878689293818311e-17f,0.27374359395858977f,0.08382662919537937f,0.9581427560673696f,0.5543749999999998f,-5.700357232814532e-17f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.3602778172635155e-16f,-0.27374359395858955f,0.9618027057388823f,-0.6885906966036976f,-1.6126131675373807e-16f,-0.9618027057388823f,-0.27374359395858955f,1.0460270708802455f,1f,-2.470870234244642e-16f,2.7904817725317667e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.3602778172635155e-16f,-0.27374359395858955f,0.9618027057388823f,-0.6885906966036976f,-1.6126131675373807e-16f,-0.9618027057388823f,-0.27374359395858955f,1.0460270708802455f,1f,-2.470870234244642e-16f,2.7904817725317667e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.3602778172635155e-16f,-0.27374359395858955f,0.9618027057388823f,-0.83286110246453f,-1.6126131675373807e-16f,-0.9618027057388823f,-0.27374359395858955f,1.087088609974034f,1f,-2.470870234244642e-16f,2.7904817725317667e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.3602778172635155e-16f,0.27374359395859f,-0.961802705738882f,0.8442823656676457f,-1.6126131675373807e-16f,0.961802705738882f,0.27374359395859f,0.609748218008743f,1f,2.470870234244642e-16f,-2.7904817725317657e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.3602778172635155e-16f,0.27374359395859f,-0.961802705738882f,0.8442823656676458f,-1.6126131675373807e-16f,0.961802705738882f,0.27374359395859f,0.609748218008743f,1f,2.470870234244642e-16f,-2.7904817725317657e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.3602778172635155e-16f,0.27374359395859f,-0.961802705738882f,0.9885527715284781f,-1.6126131675373807e-16f,0.961802705738882f,0.27374359395859f,0.5686866789149545f,1f,2.470870234244642e-16f,-2.7904817725317657e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015028167277170035f,-1.9135106236677393e-21f,0.0000042772436556029654f,-0.19514053187520078f,0.0000042772436556029654f,-3.469446951953614e-21f,0.000015028167277170035f,-0.10488861580608555f,-8.906808176272707e-22f,0.000015625f,3.860734741007254e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101.mcfunction new file mode 100644 index 000000000..168a8198c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..31b79fc2e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8013710357808036f,0.14612883383343972f,-0.05826895724590374f,0.3092851752899859f,-0.03519293159635201f,0.12829819149218522f,0.8057577030782476f,0.6033467000182414f,0.15333090041377986f,0.7931773965682317f,-0.11959806434882628f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6704808628960321f,0.4326630438455735f,-0.057079794853130195f,0.3092851752899859f,0.016245123032349658f,0.12930595105579634f,0.7893136683215487f,0.6033467000182414f,0.4361095143055881f,0.6603655514272678f,-0.11715728752538085f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5404752889745994f,0.19213179314745782f,0.5813056687442588f,0.2357646345825139f,0.5927229887819158f,0.02999059985443695f,-0.5610030899507136f,0.7604589249844771f,-0.15333090041377972f,0.7931773965682317f,-0.1195980643488265f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.41711843583049174f,0.37649394605088204f,0.569442287749478f,0.2357646345825139f,0.5251863498059218f,0.249338418770947f,-0.5495540472986582f,0.7604589249844771f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538107f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7498326824740489f,0.008254753726993197f,-1.3707986932203715f,-0.004612197065523635f,-1.3703348740420576f,-0.03720272571135253f,-0.7498030009167642f,0.5493967946799785f,-0.03659960761963928f,1.5620352320740252f,-0.01061378733232767f,0.273573807640705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.15217665330213714f,0.3800801100879786f,0.912349371735012f,-0.06885709914187059f,-0.6151523117276461f,-0.6860857163717599f,0.38842505476189665f,0.8297647811897982f,0.7735825098629716f,-0.620343050018423f,0.12940093016646453f,-0.013608706791513214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09334917842667323f,0.39862834166902117f,0.912349371735012f,-0.038226899970618435f,-0.11038067347293189f,-0.9148453878972556f,0.38842505476189665f,0.865983439673104f,0.9894958503251682f,-0.06444657835235838f,0.12940093016646453f,-0.33828703267945903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3747951965624306f,-0.28323353946642077f,0.8827838482635783f,0.16731893493059008f,-0.510978141477534f,0.7314049920633332f,0.451606107705599f,0.32506035655198234f,-0.7735825098629717f,-0.6203430500184228f,0.12940093016646453f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14455816723156656f,-0.4469850260708942f,0.8827838482635783f,0.21475208355344785f,0.0009478796987401894f,0.8922169158938178f,0.451606107705599f,0.32537137957813145f,-0.9894958503251682f,-0.06444657835235808f,0.12940093016646453f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9613472487145932f,-0.2363090338129319f,-0.14131350935873171f,-0.23564705820064966f,-0.2403504492120205f,0.9706119950232122f,0.012000695006519568f,0.470559764141649f,0.13432471460033585f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9285642818941062f,0.29821566849422054f,-0.22098821112228523f,-0.18111279667749758f,0.19874914972823488f,0.9023158622760183f,0.38252432624264404f,0.642134765357419f,0.31347591593739127f,0.31127720724400987f,-0.8971283912448558f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8921720698863677f,-0.4399170560787026f,-0.10247917586379252f,-0.07683170916926109f,-0.4353639020316196f,0.8979462725370333f,-0.06442642660159154f,0.18431460377944422f,0.12036307790380242f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9375135561637018f,0.16052302771262553f,-0.30870809769628865f,-0.0486630670837456f,0.027892549225603636f,0.9190391164746007f,0.3931782141564848f,0.3590918019569099f,0.34682897472239393f,0.3599992499486033f,-0.8660890267919668f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.8367923222626292f,0.34661072877085874f,0.6606217694952312f,0.9057374828816294f,0.39157630162663004f,0.16219621483764823f,0.5391910851095619f,1.4920879758586902e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.8367923222626292f,0.34661072877085874f,0.6044114525859209f,0.9057374828816294f,0.39157630162663004f,0.16219621483764823f,0.4714847869392016f,1.4920879758586902e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.8367923222626292f,0.34661072877085874f,0.4116162778589776f,0.9057374828816294f,0.39157630162663004f,0.16219621483764823f,1.0713118563025192f,1.4920879758586902e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.8367923222626292f,0.34661072877085874f,0.3236180258471667f,0.9057374828816294f,0.39157630162663004f,0.16219621483764823f,1.071535869348281f,1.4920879758586902e-16f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3079427736716108f,0.6035626465572534f,0.7354477410559087f,0.6719343826975149f,0.9472774180043125f,0.12258211524745387f,0.296039048709022f,0.656162502418302f,0.08852537197051398f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.39856948685842725f,0.54795892576102f,0.7354477410559087f,0.6315471434131233f,0.9164387934496907f,0.2692597621255955f,0.296039048709022f,0.7644359494922107f,-0.03580924469861054f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2929668014836901f,0.383132632807595f,0.8760021911538445f,0.646113319085453f,0.93906678521729f,-0.05698032667369128f,0.3389790779293369f,0.794312871703968f,0.17978883761257325f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3970224802463755f,0.27384906659084973f,0.8760021911538445f,0.6600945612728909f,0.9107134746044518f,0.23599608450155057f,0.3389790779293369f,0.7691088823541299f,-0.11390398304231031f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.3492950424596023f,0.3325855294609311f,0.8760021911538445f,0.7407651506503748f,0.9364190017202922f,0.09062360588360911f,0.3389790779293369f,0.7442561400371148f,0.033353058785002776f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.3492950424596023f,0.5806113962788757f,0.7354477410559087f,0.610127586487628f,0.9364190017202922f,0.1883622437130873f,0.296039048709022f,0.7018746352016703f,0.033353058785002776f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.529989622451751f,0.4808304858900919f,0.6985077264656049f,0.5086721150158303f,0.8433707717314683f,0.38485878856592853f,0.3749792717639647f,1.0050513691441654f,-0.08852537197051369f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.4482461108967627f,0.5578193077814523f,0.6985077264656049f,0.5659247073363247f,0.8931926567432371f,0.24818828273575805f,0.3749792717639647f,0.9046700506089693f,0.03580924469861083f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5332811287404626f,0.2017330254172381f,0.8215321199961119f,0.5981962822504617f,0.8266118869210737f,0.3306677462437603f,0.4553807527716276f,0.8967108165298748f,-0.17978883761257297f,0.9219341777209913f,-0.34309378574937766f,-0.1631056045423663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.44484155932525193f,0.35665243993525725f,0.8215321199961119f,0.5878033873254432f,0.8883365745843044f,0.0590465939828064f,0.4553807527716276f,0.9235939701270269f,0.11390398304231059f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.4951575552042766f,0.28267290520815336f,0.8215321199961119f,0.6204094210022564f,0.8681627548989923f,0.1972860892494397f,0.4553807527716276f,1.0014544181032177f,-0.033353058785002485f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.4951575552042766f,0.5166294141761338f,0.6985077264656049f,0.5041678028126264f,0.8681627548989923f,0.3250907208050682f,0.3749792717639647f,0.9283090059220775f,-0.033353058785002485f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.8367923222626292f,0.34661072877085874f,0.11746004421644027f,0.9057374828816294f,0.39157630162663004f,0.16219621483764823f,0.6093403342645495f,1.4920879758586902e-16f,0.38268343236508995f,-0.9238795325112867f,-0.4074505141451085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.34661072877085847f,0.8367923222626293f,-0.012518979072631664f,0.9057374828816294f,0.16219621483764782f,0.3915763016266302f,0.5485167537004315f,1.4920879758586902e-16f,0.9238795325112868f,-0.38268343236508956f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4291063926049588f,-0.15458012444524144f,0.8899284740652209f,-0.05772403593107836f,0.899071343900915f,0.02160968031614316f,0.43726849908590093f,0.3422554796232328f,-0.08682408883346503f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4291063926049588f,0.22838539814977907f,0.8739037783060134f,0.031142179346114435f,0.899071343900915f,0.2009962639610724f,0.38893601073941886f,0.41713796608835907f,-0.08682408883346503f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4110595089095175f,-0.28625444356417995f,0.8654989738150054f,-0.2996816483586478f,0.9034881083549559f,-0.25436829440957043f,0.34497247551123467f,0.5621819105766314f,0.12140559376013028f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4110595089095175f,0.8499205021014081f,-0.3296440811583854f,0.0016430691156086084f,0.9034881083549559f,0.4279873746997168f,-0.02315264906717078f,0.7069538648522484f,0.12140559376013028f,-0.3073466238717029f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.19558230893205586f,0.7891732444011481f,0.5821968316249854f,-0.0022472907676736008f,0.9614502332367783f,0.037291937420591836f,0.27243854428542835f,0.5533233820727395f,0.19328996208223156f,0.6130374390889878f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6128628253756583f,0.5342714726788187f,0.5821968316249854f,-0.0022472907676736008f,0.7661841474677056f,0.5820129652824082f,0.27243854428542835f,0.5533233820727395f,-0.1932899620822313f,0.6130374390889878f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.6938351656860426f,0.5821968316249854f,-0.0022472907676736008f,0.9057374828816294f,0.32467961391329575f,0.27243854428542835f,0.5533233820727395f,1.4920879758586902e-16f,0.6427876096865394f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.579292530876503f,-0.42780010113149536f,0.6938351656860425f,-0.008880775093680949f,0.7818933400771119f,-0.5321897716530928f,0.3246796139132957f,0.5502192483585908f,0.230354006723898f,0.730589570429055f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.22915260343121116f,-0.6827018728538248f,0.6938351656860425f,-0.008880775093680949f,0.945741040627372f,0.01253125620872364f,0.3246796139132957f,0.5502192483585908f,-0.23035400672389772f,0.730589570429055f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,-0.5821968316249855f,0.6938351656860425f,-0.008880775093680949f,0.9057374828816294f,-0.2724385442854284f,0.3246796139132957f,0.5502192483585908f,1.4920879758586902e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.32758534624074875f,0.2802838058959935f,0.9022908783096423f,-0.07879434874074961f,0.802861676630416f,-0.4208777503894439f,0.42222629883193946f,0.7176164184075376f,0.49809734904587283f,0.8627299156628209f,-0.08715574274765797f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4065255692956914f,-0.14355532880401278f,0.9022908783096423f,0.07484733758800269f,0.7659216620401124f,0.48485973249218534f,0.42222629883193946f,0.3892865808629471f,-0.4980973490458726f,0.8627299156628211f,-0.08715574274765797f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,-0.24965508484583698f,0.8706507488696991f,-0.020949449328682448f,0.9057374828816294f,-0.11682589838047491f,0.4074203254267576f,0.5531972895749917f,1.4920879758586902e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.42383913470000634f,0.07894022305494262f,0.9022908783096423f,8.87868929381831e-17f,0.9057374828816294f,0.03694001459030358f,0.42222629883193946f,0.554375f,1.4920879758586902e-16f,0.9961946980917455f,-0.08715574274765797f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.1657587313096536e-16f,-0.9057374828816293f,0.42383913470000656f,-0.08017771376960421f,-2.093048337278761e-17f,-0.42383913470000656f,-0.9057374828816293f,1.3966638106016125f,1f,-2.0503204414410687e-16f,7.283580733916234e-17f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.1657587313096536e-16f,-0.9057374828816293f,0.42383913470000656f,-0.08017771376960424f,-2.093048337278761e-17f,-0.42383913470000656f,-0.9057374828816293f,1.3966638106016125f,1f,-2.0503204414410687e-16f,7.283580733916234e-17f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.1657587313096536e-16f,-0.9057374828816293f,0.42383913470000656f,-0.14375358397460522f,-2.093048337278761e-17f,-0.42383913470000656f,-0.9057374828816293f,1.532524433033857f,1f,-2.0503204414410687e-16f,7.283580733916234e-17f,0.22812500000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.1657587313096536e-16f,0.9057374828816295f,-0.4238391347000061f,0.5953159071585308f,-2.093048337278761e-17f,0.4238391347000061f,0.9057374828816295f,-0.04685530274098437f,1f,2.0503204414410682e-16f,-7.283580733916224e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.1657587313096536e-16f,0.9057374828816295f,-0.4238391347000061f,0.5953159071585309f,-2.093048337278761e-17f,0.4238391347000061f,0.9057374828816295f,-0.04685530274098437f,1f,2.0503204414410682e-16f,-7.283580733916224e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.1657587313096536e-16f,0.9057374828816295f,-0.4238391347000061f,0.6588917773635318f,-2.093048337278761e-17f,0.4238391347000061f,0.9057374828816295f,-0.18271592517322882f,1f,2.0503204414410682e-16f,-7.283580733916224e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000066224864796876f,-1.9135106236677393e-21f,0.00001415214817002546f,-0.6257535784358174f,0.00001415214817002546f,-3.469446951953614e-21f,0.0000066224864796876f,0.26952275517644375f,2.3313874622792036e-21f,0.000015625f,3.2036256897516696e-21f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102.mcfunction new file mode 100644 index 000000000..f2fa0411a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..97dad7fcc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5537623034966624f,0.192761811790036f,0.5684493289519631f,0.24037212248906514f,0.5803286919055561f,-0.025630956539100577f,0.5740262257619603f,0.3536842184804301f,0.15333090041378f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4289073367955711f,0.38204507909790214f,0.5568483222386578f,0.24037212248906514f,0.5156035181950123f,-0.24074653896834838f,0.5623114048280428f,0.3536842184804301f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8019625831407761f,0.14899740586939275f,-0.04000290902933726f,0.31031507474706277f,-0.017032165596820022f,-0.12495533226668644f,-0.8068708166228649f,0.5124214370814738f,-0.1533309004137799f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6699408761260903f,0.4354809282854154f,-0.03918652313077936f,0.31031507474706277f,0.031427917963974775f,-0.11947258927399883f,-0.7904040652632146f,0.5124214370814738f,-0.4361095143055881f,0.6603655514272677f,-0.1171572875253812f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5385997788951319f,-0.02258484670481834f,-1.4665628022261559f,-0.006783489646975363f,-1.4662799858472473f,-0.03069378534438687f,0.5389685933753738f,0.5545728842815644f,-0.03659960761963957f,1.562035232074025f,-0.010613787332327387f,0.27357380764070444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3631249475191495f,-0.2665939258155057f,0.8927866213197257f,0.16208183494073158f,-0.5193364737078657f,-0.7376328212682223f,-0.4314944357283905f,0.7874207261316839f,0.7735825098629714f,-0.620343050018423f,0.1294009301664643f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.14454254917055126f,-0.4266608726749937f,0.8927866213197257f,0.2095098588873187f,-0.002326729153039525f,-0.9021125973329972f,-0.4314944357283905f,0.788184184135025f,0.9894958503251681f,-0.06444657835235847f,0.1294009301664643f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13820388632388342f,0.3644421693549211f,0.92091345467468f,-0.06260161973269836f,-0.6184414169823045f,0.6945188301908884f,-0.3676599084360431f,0.2774962017997024f,-0.7735825098629717f,-0.6203430500184226f,0.1294009301664643f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09582544474374749f,0.3778040406597167f,0.92091345467468f,-0.031158895676156213f,-0.10823791539444845f,0.9236399435926669f,-0.3676599084360431f,0.24198063581089901f,-0.9894958503251681f,-0.06444657835235797f,0.1294009301664643f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8135149599440742f,0.5754542259868504f,-0.08393952430807425f,-0.21816155197517859f,0.5658182402456897f,0.8165672281805194f,0.1143139574455112f,0.6766863528679687f,0.134324714600336f,0.045501600581279f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.46127534469416276f,0.8757118495481253f,0.14266678989268045f,-0.05307391274807582f,0.8300348827034286f,0.3691006052709353f,0.4180990752012426f,0.7485058355762769f,0.31347591593739144f,0.3112772072440098f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9148589856527329f,0.3867689641598034f,-0.11594310989966254f,-0.32923041166667955f,0.3854163538927424f,0.9220869226677368f,0.034784209020289614f,0.36875403022941267f,0.12036307790380261f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.595829470801923f,0.7977110552296585f,0.0929748035130229f,-0.17907849628916217f,0.7243596510138546f,0.4837950107233722f,0.49116746999598704f,0.46253539142751987f,0.3468289747223941f,0.3599992499486032f,-0.8660890267919666f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.8454471688070357f,0.35019568358980974f,0.423219732419813f,0.9151054212760226f,-0.3725217783558984f,-0.15430357287435695f,0.04689423022353595f,2.525737769036645e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.8454471688070357f,0.35019568358980974f,0.3352491316305478f,0.9151054212760226f,-0.3725217783558984f,-0.15430357287435695f,0.04467703926320149f,2.525737769036645e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.8454471688070357f,0.35019568358980974f,0.6601083494770552f,0.9151054212760226f,-0.3725217783558984f,-0.15430357287435695f,0.5845186652231993f,2.525737769036645e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.8454471688070357f,0.35019568358980974f,0.6023788487376509f,0.9151054212760226f,-0.3725217783558984f,-0.15430357287435695f,0.6509343808585664f,2.525737769036645e-16f,0.38268343236508967f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.510750579894518f,0.48942450184100733f,0.7068221149165432f,0.5187498121028216f,0.8551591101396836f,-0.3738688276594053f,-0.3590612706066839f,0.11533611477121568f,0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.4278995325909413f,0.5632978678047331f,0.7068221149165432f,0.5737139931039773f,0.9031166524887961f,-0.2354895240721863f,-0.3590612706066839f,0.21698849912669166f,-0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5144208447235646f,0.20917117429606014f,0.8316361069346985f,0.6057970048774686f,0.8384790804688057f,-0.3260134840670358f,-0.4366555161940116f,0.22567666982636087f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.4246058489015568f,0.3578983916156748f,0.8316361069346985f,0.5960157027246723f,0.8981847002291262f,-0.050952963129300644f,-0.4366555161940116f,0.19856500553871062f,-0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.47536588973972554f,0.28706907969068646f,0.8316361069346985f,0.6303769763732825f,0.8791557565879001f,-0.19083269068924766f,-0.4366555161940116f,0.12146308815378488f,0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.47536588973972554f,0.5238604477691209f,0.7068221149165432f,0.5125083756252304f,0.8791557565879001f,-0.31330521797230015f,-0.3590612706066839f,0.1919567621975523f,0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.28640712614952246f,0.6061843837931779f,0.7419645887345678f,0.6740675625452087f,0.9540095474408279f,-0.10887945693757602f,-0.2793045779229635f,0.46783349883433134f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.3777091089556719f,0.5539173025604595f,0.7419645887345678f,0.6361431709827869f,0.9252316072238492f,-0.25677894334475293f,-0.2793045779229635f,0.3586730253885766f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.2716209740774767f,0.38174368202292175f,0.8834556059456439f,0.6513823472517787f,0.9454618026716481f,0.06564398819010345f,-0.3190499122447378f,0.3291337047936955f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.37629218259917013f,0.27912431932378745f,0.8834556059456439f,0.6647891105291536f,0.9194727162683238f,-0.22973262183411233f,-0.3190499122447378f,0.35464791476921664f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.32799473783716165f,0.334552902056381f,0.8834556059456439f,0.7448760669913591f,0.9440905811524737f,-0.0830670095513815f,-0.3190499122447378f,0.38132153836645916f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.32799473783716165f,0.5847289979255987f,0.7419645887345678f,0.6133120424580996f,0.9440905811524737f,-0.17516257400043944f,-0.2793045779229635f,0.42073311751655795f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.8454471688070357f,0.35019568358980974f,0.11867491991587747f,0.9151054212760226f,-0.3725217783558984f,-0.15430357287435695f,0.5020843379167768f,2.525737769036645e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.3501956835898096f,0.8454471688070359f,-0.01264846143030112f,0.9151054212760226f,-0.15430357287435736f,-0.3725217783558982f,0.5599481777446608f,2.525737769036645e-16f,0.9238795325112867f,-0.3826834323650897f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.3947290599984972f,-0.08543207342367604f,0.9148171019516602f,-0.1977189650861695f,0.914686037277787f,0.13062677362395425f,-0.3824736582062284f,0.45828147215188614f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954708f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3947290599984972f,0.3016285923394908f,0.8678762362664391f,-0.08285837986810675f,0.914686037277787f,-0.039743936614779f,-0.4022062564299803f,0.440628229949493f,-0.08682408883346493f,0.9525967729242303f,-0.29158354859727753f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.4099290621147238f,-0.3798959259609831f,0.8292389580042592f,-0.19129557469020345f,0.9040015740237917f,0.04820706482787945f,-0.42480258128121984f,0.7851910334977894f,0.12140559376013038f,0.9237722470062236f,0.3631879919061508f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.4099290621147238f,0.881504689974939f,-0.23432380499200056f,0.11598272237599552f,0.9040015740237917f,-0.35845157880368184f,0.2330099135566011f,0.6535264890759194f,0.12140559376013038f,-0.3073466238717031f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5953508633900286f,0.547317487715588f,0.5882184263532081f,-0.0022705342370714626f,0.7798694378028906f,-0.5697619379318988f,-0.25918139220455255f,0.555375445069803f,0.19328996208223165f,0.6130374390889876f,-0.766044443118978f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.17375446265864394f,0.7898154655391101f,0.5882184263532081f,-0.0022705342370714626f,0.965633666182189f,-0.019406923260896825f,-0.25918139220455255f,0.555375445069803f,-0.19328996208223115f,0.6130374390889878f,-0.766044443118978f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.7010114228365485f,0.5882184263532081f,-0.0022705342370714626f,0.9151054212760226f,-0.3088803552933449f,-0.25918139220455255f,0.555375445069803f,2.525737769036645e-16f,0.6427876096865393f,-0.766044443118978f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.20767197084464945f,-0.6822428728672633f,0.7010114228365484f,-0.008972627926918433f,0.9506888997520404f,-0.027991820271494827f,-0.30888035529334484f,0.5583285283045278f,0.23035400672389814f,0.730589570429055f,0.6427876096865394f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.5614333552040232f,-0.43974489504374115f,0.7010114228365484f,-0.008972627926918433f,0.7948142042330393f,0.5223631943995072f,-0.30888035529334484f,0.5583285283045278f,-0.23035400672389764f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,-0.5882184263532082f,0.7010114228365484f,-0.008972627926918433f,0.9151054212760226f,0.2591813922045526f,-0.30888035529334484f,0.5583285283045278f,2.525737769036645e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.38907249142941f,-0.13253601167980789f,0.9116231688701869f,0.07108874113673716f,0.7749333050568838f,-0.4879869857162503f,-0.4016803137884436f,0.7211164194517298f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765815f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.30931579874568976f,0.2706786556516683f,0.9116231688701869f,-0.07507657577092297f,0.8100757788749089f,0.42711843555977214f,-0.4016803137884436f,0.38939070423917155f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765815f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,-0.2522372386143241f,0.8796557892181391f,-0.014670521432991496f,0.9151054212760226f,0.1111410247298789f,-0.38759481494625997f,0.5693764075974339f,2.525737769036645e-16f,0.9612616959383189f,0.2756373558169993f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.40321466733147626f,0.07975669268372026f,0.9116231688701869f,8.878689293818312e-17f,0.9151054212760226f,-0.03514247381802494f,-0.4016803137884436f,0.5543750000000001f,2.525737769036645e-16f,0.9961946980917455f,-0.08715574274765815f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.2933038407139746e-17f,-0.9151054212760227f,-0.40321466733147604f,0.5815447922051391f,-1.8850383193042537e-17f,0.40321466733147604f,-0.9151054212760227f,1.1689354615569418f,1f,-2.2536450997211615e-17f,-3.052917197863317e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.2933038407139746e-17f,-0.9151054212760227f,-0.40321466733147604f,0.5815447922051391f,-1.8850383193042537e-17f,0.40321466733147604f,-0.9151054212760227f,1.1689354615569418f,1f,-2.2536450997211615e-17f,-3.052917197863317e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.2933038407139746e-17f,-0.9151054212760227f,-0.40321466733147604f,0.6420269923048605f,-1.8850383193042537e-17f,0.40321466733147604f,-0.9151054212760227f,1.3062012747483454f,1f,-2.2536450997211615e-17f,-3.052917197863317e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.2933038407139746e-17f,0.9151054212760225f,0.4032146673314765f,-0.06107858385440125f,-1.8850383193042537e-17f,-0.4032146673314765f,0.9151054212760225f,-0.2895138036017192f,1f,2.2536450997211504e-17f,3.052917197863318e-17f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.2933038407139746e-17f,0.9151054212760225f,0.4032146673314765f,-0.06107858385440125f,-1.8850383193042537e-17f,-0.4032146673314765f,0.9151054212760225f,-0.2895138036017192f,1f,2.2536450997211504e-17f,3.052917197863318e-17f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.2933038407139746e-17f,0.9151054212760225f,0.4032146673314765f,-0.12156078395412273f,-1.8850383193042537e-17f,-0.4032146673314765f,0.9151054212760225f,-0.4267796167931226f,1f,2.2536450997211504e-17f,3.052917197863318e-17f,0.2281249999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000063002291770543165f,-1.9135106236677393e-21f,0.000014298522207437854f,-0.6262247752658004f,0.000014298522207437854f,-3.469446951953614e-21f,-0.0000063002291770543165f,0.8381898571684496f,3.946465264119758e-21f,0.000015625f,3.5213204683143064e-22f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103.mcfunction new file mode 100644 index 000000000..faae92065 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..a143b4a64 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.0700325374629113f,0.10806130439959076f,0.8064506448831255f,0.00805581455315425f,0.7990804234363705f,-0.16166884829535205f,-0.047729496289496645f,0.24134041579448598f,0.1533309004137801f,0.7931773965682316f,-0.11959806434882636f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.10389051315457748f,0.0715448185251038f,0.7899924684569393f,0.00805581455315425f,0.6625822611635647f,-0.4458684530557986f,-0.046755424936649775f,0.24134041579448598f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538093f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.516856935538983f,0.004576855615584561f,-0.6322834846984142f,0.17344153631685005f,-0.6134272472005097f,-0.19440451231995798f,-0.5028502186795669f,0.29365756572126855f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4660526274265083f,0.1978981708018853f,-0.6193797401127323f,0.17344153631685005f,-0.4822897884062983f,-0.405898574130815f,-0.4925879693187595f,0.29365756572126855f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4567133953468019f,-0.037963261121242334f,-0.5638715497542252f,-0.004331482557086153f,-0.5639617030785687f,-0.0033127880233724456f,1.457169335697204f,0.559599284528734f,-0.036599607619639325f,1.5620352320740252f,-0.01061378733232715f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6297812456992944f,-0.729943158153542f,0.26562862878514787f,0.282034539928787f,-0.07032555011907544f,-0.28697994034195745f,-0.9553516791432228f,0.586582917864336f,0.7735825098629716f,-0.620343050018423f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09720839947690824f,-0.9591621128051607f,0.26562862878514787f,0.31393104600714755f,0.10699761333978713f,-0.27541728322277353f,-0.9553516791432228f,0.5514743259872184f,0.9894958503251682f,-0.0644465783523584f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5556510008584893f,0.7621923135339822f,0.3321367827186187f,-0.24924751380060559f,-0.30466713915200067f,0.18503344963426638f,-0.9343128795202271f,0.41852026673606335f,-0.7735825098629717f,-0.6203430500184228f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.017987102253475162f,0.9430597127000221f,0.3321367827186187f,-0.25514953172752713f,-0.1434378832170768f,0.32632042047782633f,-0.9343128795202271f,0.37145471130546004f,-0.9894958503251682f,-0.06444657835235804f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11241345069864228f,0.9931964020092783f,0.030399393708546107f,-0.052240757288425366f,0.98454054621918f,0.10719380290093752f,0.13852581517562987f,0.7989673814809921f,0.13432471460033618f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.31861404822364325f,0.8555035180467556f,0.40816518578164623f,0.1107171847564766f,0.8945490139739436f,-0.4137876639775451f,0.16900245778760353f,0.7224384598463749f,0.31347591593739155f,0.31127720724400965f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3148052052815805f,0.9478143491853843f,-0.05045435765033385f,-0.3568153534944867f,0.9414937133115361f,0.318563155544376f,0.11003228491885776f,0.6789968756695187f,0.12036307790380275f,-0.01286372449547879f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.15039993662813828f,0.8901107422582359f,0.43021241913587727f,-0.18723076170146827f,0.9257912947070006f,-0.2794698669855751f,0.25457233174836613f,0.6281873526831506f,0.3468289747223942f,0.35999924994860316f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.2786453402388185f,0.11541867901898424f,-0.10154760119853293f,0.30160354292231756f,-0.8808576303560449f,-0.3648631770133f,-0.09857197969531523f,1.8373135919369544e-16f,0.38268343236508956f,-0.9238795325112868f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.2786453402388185f,0.11541867901898424f,-0.16131152114530883f,0.30160354292231756f,-0.8808576303560449f,-0.3648631770133f,-0.033980831605393336f,1.8373135919369544e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.2786453402388185f,0.11541867901898424f,0.4585945381424034f,0.30160354292231756f,-0.8808576303560449f,-0.3648631770133f,0.07862010177154638f,1.8373135919369544e-16f,0.38268343236508956f,-0.9238795325112868f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.2786453402388185f,0.11541867901898424f,0.47033812534553426f,0.30160354292231756f,-0.8808576303560449f,-0.3648631770133f,0.16583151558064202f,1.8373135919369544e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9794416113349812f,0.042503188959784347f,0.19719941408073244f,0.01293575375023006f,0.18126607101997178f,-0.6144165705984704f,-0.7678768711655515f,-0.12510213469590703f,0.08852537197051397f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9607340961818477f,0.1951983286810205f,0.19719941408073244f,0.12556501038719836f,0.27515031242534127f,-0.5784958221986048f,-0.7678768711655515f,-0.09923866648908766f,-0.03580924469861053f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9693408719419263f,-0.10665291007299314f,0.22136718536365707f,0.15327761403234227f,0.16749402333452224f,-0.3723741783782574f,-0.91284348243515f,-0.11759120183905289f,0.17978883761257325f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.954855514483693f,0.1981098576655237f,0.22136718536365707f,0.12646003942606837f,0.2743662317180795f,-0.30239038918009425f,-0.91284348243515f,-0.12815216318201214f,-0.11390398304231031f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9740908682116176f,0.04629848497422912f,0.22136718536365707f,0.09125913433373875f,0.22368404935627573f,-0.34158779638512693f,-0.91284348243515f,-0.20487438337842845f,0.033353058785002776f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9740908682116176f,0.11072204637267352f,0.19719941408073244f,0.06634667389988724f,0.22368404935627573f,-0.6002754007891561f,-0.7678768711655515f,-0.06981241820086853f,0.033353058785002776f,0.792092211585536f,-0.609489542006439f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9055017363131822f,0.3185912968576831f,0.2802966127165138f,0.38019703498518914f,0.4150058602613871f,-0.5270804766487525f,-0.7415903903668317f,-0.00892485344230056f,-0.0885253719705136f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.944192166435588f,0.1730172296082651f,0.2802966127165138f,0.27318380984129875f,0.32744289706112956f,-0.5855124610798514f,-0.7415903903668317f,-0.05254180063698907f,0.03580924469861089f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8893180685518758f,0.3014086290181659f,0.3438985479767986f,0.26106781314505406f,0.420463252635805f,-0.24329038267738765f,-0.874082629320369f,-0.0834934819906919f,-0.1797888376125729f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9389321327731488f,0.01184224410808113f,0.3438985479767986f,0.2890802795031169f,0.32470345346664065f,-0.36131319437190174f,-0.874082629320369f,-0.07670982952399327f,0.11390398304231067f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9255197850282413f,0.15857779233148372f,0.3438985479767986f,0.3620014197509533f,0.3772276514135222f,-0.3060700183445426f,-0.874082629320369f,-0.11922935558134667f,-0.033353058785002415f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9255197850282413f,0.25465061637649006f,0.2802966127165138f,0.30470503106624314f,0.3772276514135222f,-0.5547458804935897f,-0.7415903903668317f,0.005588467529710817f,-0.033353058785002415f,0.792092211585536f,-0.609489542006439f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.2786453402388185f,0.11541867901898424f,0.039113281891327394f,0.30160354292231756f,-0.8808576303560449f,-0.3648631770133f,0.43072953450355994f,1.8373135919369544e-16f,0.38268343236508956f,-0.9238795325112868f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.11541867901898403f,0.2786453402388186f,-0.004168722740791615f,0.30160354292231756f,-0.36486317701330045f,-0.8808576303560447f,0.5675532258835476f,1.8373135919369544e-16f,0.9238795325112867f,-0.3826834323650899f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.947514308861695f,0.04166264428058772f,0.3169871583737949f,-0.2027358117756946f,0.3076982484522502f,0.15042013571467527f,-0.9395187974016249f,0.6393746816034762f,-0.086824088833465f,0.9877438973960446f,0.12970570825954691f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.947514308861695f,0.16936382532405675f,0.27116882043101215f,-0.14013307421605556f,0.3076982484522502f,-0.2527355987706219f,-0.9173039327362944f,0.5414691748792312f,-0.086824088833465f,0.9525967729242303f,-0.2915835485972777f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.949530196623429f,-0.21469969482592885f,0.2286841637322634f,0.04697665525466606f,0.28922843481238475f,0.3170944286844614f,-0.9032153872655471f,0.8504547731639095f,0.12140559376013031f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.949530196623429f,0.3130241223463328f,0.020206546701001207f,0.1510503071654802f,0.28922843481238475f,-0.8986400567657628f,0.3298377796311456f,0.532769112354882f,0.12140559376013031f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9787812068824938f,-0.06635455857743941f,0.19386702042802817f,-0.0007483303609678361f,0.0680172008531506f,-0.7872624535891503f,-0.612855194607089f,0.5567406326279161f,0.1932899620822315f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.839830037773936f,0.5070513643044335f,0.19386702042802817f,-0.0007483303609678361f,0.5072716217283189f,-0.6058745845735966f,-0.612855194607089f,0.5567406326279161f,-0.19328996208223118f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.2310417180806375f,0.19386702042802817f,-0.0007483303609678361f,0.30160354292231756f,-0.7303723799130225f,-0.612855194607089f,0.5567406326279161f,1.8373135919369544e-16f,0.642787609686539f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8510086849528934f,-0.47159722501419976f,0.23104171808063745f,-0.0029572290898558715f,0.4719335225654063f,0.49379645294310737f,-0.7303723799130224f,0.5637234348465254f,0.2303540067238981f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9676025597035364f,0.10180869786767324f,0.23104171808063745f,-0.0029572290898558715f,0.1033553000160631f,0.6751843219586611f,-0.7303723799130224f,0.5637234348465254f,-0.23035400672389778f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,-0.19386702042802817f,0.23104171808063745f,-0.0029572290898558715f,0.30160354292231756f,0.6128551946070891f,-0.7303723799130224f,0.5637234348465254f,1.8373135919369544e-16f,0.7660444431189781f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8388408104409152f,-0.4539519541849286f,0.30045585038489897f,0.1721526469256401f,0.21964773072422655f,-0.2227660564630672f,-0.9498053266199294f,0.6111180721205646f,0.4980973490458729f,0.8627299156628209f,-0.08715574274765836f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8125543296421954f,0.49948147448049485f,0.30045585038489897f,-0.17346697096557592f,0.30274492936000813f,0.07883748645925029f,-0.9498053266199294f,0.5017867878112245f,-0.49809734904587255f,0.8627299156628211f,-0.08715574274765836f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,-0.08313320307614656f,0.2899199331705125f,0.0015753131079847846f,0.30160354292231756f,0.2628018692248727f,-0.9164990346032114f,0.575298307999263f,1.8373135919369544e-16f,0.961261695938319f,0.2756373558169991f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9534334286654236f,0.02628648079871967f,0.30045585038489897f,8.878689293818311e-17f,0.30160354292231756f,-0.08309719863578159f,-0.9498053266199294f,0.554375f,1.8373135919369544e-16f,0.9961946980917455f,-0.08715574274765836f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[8.924006907559668e-17f,-0.3016035429223178f,-0.9534334286654235f,0.8455357709862935f,-1.5507516539285557e-16f,0.9534334286654235f,-0.3016035429223178f,0.5235826919894917f,1f,1.747689676452002e-16f,3.831324573133583e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[8.924006907559668e-17f,-0.3016035429223178f,-0.9534334286654235f,0.8455357709862935f,-1.5507516539285557e-16f,0.9534334286654235f,-0.3016035429223178f,0.5235826919894917f,1f,1.747689676452002e-16f,3.831324573133583e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[8.924006907559668e-17f,-0.3016035429223178f,-0.9534334286654235f,0.9885507852861071f,-1.5507516539285557e-16f,0.9534334286654235f,-0.3016035429223178f,0.5688232234278394f,1f,1.747689676452002e-16f,3.831324573133583e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[8.924006907559668e-17f,0.30160354292231734f,0.9534334286654237f,-0.6739987559492254f,-1.5507516539285557e-16f,-0.9534334286654237f,0.30160354292231734f,0.042902045457048f,1f,-1.747689676452003e-16f,-3.8313245731335906e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[8.924006907559668e-17f,0.30160354292231734f,0.9534334286654237f,-0.6739987559492254f,-1.5507516539285557e-16f,-0.9534334286654237f,0.30160354292231734f,0.04290204545704802f,1f,-1.747689676452003e-16f,-3.8313245731335906e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[8.924006907559668e-17f,0.30160354292231734f,0.9534334286654237f,-0.817013770249039f,-1.5507516539285557e-16f,-0.9534334286654237f,0.30160354292231734f,-0.0023384859812995984f,1f,-1.747689676452003e-16f,-3.8313245731335906e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014897397322897244f,-1.9135106236677393e-21f,0.000004712555358161212f,-0.20047102998770056f,0.000004712555358161212f,-3.469446951953614e-21f,-0.000014897397322897244f,1.2120373057785203f,2.8708024874014917e-21f,0.000015625f,-2.730765119456254e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104.mcfunction new file mode 100644 index 000000000..cfb6dea1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..47f1ee6a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6447043869976091f,-0.049409683038018355f,0.4988580770645733f,-0.2290321559314763f,0.47727385514899173f,-0.18807643456788828f,-0.6354379327644002f,0.3408338596869125f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882651f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5649511058647513f,-0.2863996237163476f,0.48867729998162285f,-0.2290321559314763f,0.3614398145118195f,-0.34913119886841315f,-0.6224698116875758f,0.3408338596869125f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538108f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.11665664237890004f,-0.14251874751654992f,-0.7956281033495733f,-0.08022806012317567f,-0.7936153395768162f,-0.13229689574589612f,0.14005951809433947f,0.2516886847729883f,-0.1533309004137801f,0.7931773965682315f,-0.11959806434882651f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.05215064889732012f,-0.17271449940580752f,-0.7793907951179495f,-0.08022806012317567f,-0.6686469930776121f,-0.41723739068204596f,0.1372011605822101f,0.2516886847729883f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538108f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3878949832427483f,-0.027646049110608615f,0.7172094962130557f,0.0010401510205621592f,0.7168083664492904f,0.026227461333900318f,1.3881297259479313f,0.5610811893675869f,-0.03659960761963908f,1.562035232074025f,-0.010613787332326976f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.47013354595772017f,-0.698742022495096f,-0.5391975843461124f,0.21107424326528665f,0.4249053416930951f,0.35627810246113f,-0.8321786853238737f,0.3645632629656822f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.015671103931360453f,-0.8420334800569925f,-0.5391975843461124f,0.205932162287809f,0.14370935491764358f,0.5355616276412866f,-0.8321786853238737f,0.3174086308833304f,0.9894958503251681f,-0.06444657835235819f,0.1294009301664641f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.596446880151076f,0.6437914641936792f,-0.4793575594370103f,-0.2669412999225124f,0.21405891617065043f,-0.4480034050375058f,-0.8680274935061947f,0.6509315848695866f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11931706740011265f,0.8694709699798092f,-0.4793575594370103f,-0.3060922126631744f,-0.0816173977550726f,-0.4897620553912311f,-0.8680274935061947f,0.6241508762312034f,-0.9894958503251681f,-0.06444657835235822f,0.1294009301664641f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6626174721082279f,0.7386439927394601f,0.12386741963409859f,0.14849868597350696f,0.7368140584329534f,-0.6725582921460783f,0.06906798796193561f,0.7556277516948606f,0.1343247146003362f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8809666598998808f,0.25730342330519457f,0.39710539218232144f,0.19922498654437046f,0.35444406367163367f,-0.9148231788743644f,-0.19356641527429574f,0.5828886155604529f,0.3134759159373915f,0.3112772072440095f,-0.8971283912448558f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.4962229757992863f,0.8668148569657845f,0.04893630587087122f,-0.1432260767883407f,0.8598113093966746f,-0.4984641695603515f,0.1107157798061551f,0.9041379187215319f,0.12036307790380289f,-0.012863724495479067f,-0.9926465907208001f,-0.56622804296587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7928494697710469f,0.3808096127989253f,0.4757875125344322f,-0.06885060243520202f,0.5010981745893541f,-0.8516951208245681f,-0.15334940686824128f,0.7434866497739989f,0.3468289747223942f,0.3599992499486029f,-0.8660890267919668f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.4747943576686163f,-0.19666626228456283f,-0.5561839587482692f,-0.5139137094833474f,-0.7925425594372331f,-0.32828187687678645f,0.19756822086945422f,-9.056434756307216e-18f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.4747943576686163f,-0.19666626228456283f,-0.5474411968064188f,-0.5139137094833474f,-0.7925425594372331f,-0.32828187687678645f,0.28513137894753515f,-9.056434756307216e-18f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.4747943576686163f,-0.19666626228456283f,-0.05220185146667307f,-0.5139137094833474f,-0.7925425594372331f,-0.32828187687678645f,-0.1043560834520123f,-9.056434756307216e-18f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.4747943576686163f,-0.19666626228456283f,0.0208790518302749f,-0.5139137094833474f,-0.7925425594372331f,-0.32828187687678645f,-0.055336453585182466f,-9.056434756307216e-18f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7849846810578266f,-0.43184500353617783f,-0.44419471341448946f,-0.5001567036800334f,-0.6131576542962047f,-0.439117451507652f,-0.6566685273099365f,0.09426655401843612f,0.08852537197051374f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.842875659135087f,-0.3037296162908915f,-0.44419471341448946f,-0.40613086039343776f,-0.5369155624785965f,-0.5296301766411083f,-0.6566685273099365f,0.027084642520431065f,-0.0358092446986107f,0.791984972192589f,-0.609489542006439f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7679776529477057f,-0.34950040459777454f,-0.5367120193911491f,-0.40150099929437594f,-0.6147245712047413f,-0.16699353022171884f,-0.7708611174661976f,-0.005829918706599772f,0.179788837612573f,0.921934177720991f,-0.343093785749378f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8383917157666058f,-0.09507649117947961f,-0.5367120193911491f,-0.42718539163099806f,-0.5330339703818359f,-0.3487806244586149f,-0.7708611174661976f,0.007247856430976675f,-0.11390398304231045f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.813196482478665f,-0.2250593013527787f,-0.5367120193911491f,-0.507962707942492f,-0.5810327480908544f,-0.2611016721983125f,-0.7708611174661976f,-0.01725577515088167f,0.033353058785002575f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.813196482478665f,-0.3760352875182668f,-0.44419471341448946f,-0.42335476825088214f,-0.5810327480908544f,-0.480819499278668f,-0.6566685273099365f,0.09092861218681847f,0.033353058785002575f,0.7920922115855358f,-0.609489542006439f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9109736369003478f,-0.183437578632406f,-0.36942886679039166f,-0.1697171572864799f,-0.4028526919235308f,-0.5879327325835979f,-0.7014590583681619f,-0.10369231936956322f,-0.08852537197051377f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8710620802743864f,-0.3236868311964906f,-0.36942886679039166f,-0.2733123695175456f,-0.4898658492915927f,-0.5176742596759842f,-0.7014590583681619f,-0.052483917314024645f,0.03580924469861069f,0.791984972192589f,-0.609489542006439f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.904331541018675f,0.01764875260312536f,-0.426465690824411f,-0.3045178804077209f,-0.38711811865205725f,-0.38694430281562997f,-0.8369072043720366f,-0.06393031607729165f,-0.17978883761257303f,0.921934177720991f,-0.343093785749378f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8655241694609337f,-0.262668853556372f,-0.426465690824411f,-0.28086950942099065f,-0.48774357476655494f,-0.24837982314214702f,-0.8369072043720366f,-0.08040668588148468f,0.11390398304231043f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8959585922686761f,-0.12403715366610901f,-0.426465690824411f,-0.2643651316284702f,-0.4428834772370902f,-0.3216217605519968f,-0.8369072043720366f,-0.16318958450715704f,-0.03335305878500259f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8959585922686761f,-0.24653704249442737f,-0.36942886679039166f,-0.20889429706722412f,-0.4428834772370902f,-0.5583989747695062f,-0.7014590583681619f,-0.03754981518401834f,-0.03335305878500259f,0.7920922115855358f,-0.609489542006439f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.4747943576686163f,-0.19666626228456283f,-0.06664660365749461f,-0.5139137094833474f,-0.7925425594372331f,-0.32828187687678645f,0.44312626886538176f,-9.056434756307216e-18f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.19666626228456308f,-0.4747943576686162f,0.007103244699216541f,-0.5139137094833474f,-0.3282818768767868f,-0.7925425594372328f,0.5662319726941768f,-9.056434756307216e-18f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8584812893761122f,0.14023919850595487f,-0.49329792518673243f,-0.070752780149624f,-0.5054418397692916f,0.06851978078832077f,-0.8601357952389577f,0.7625114921154896f,-0.0868240888334652f,0.9877438973960445f,0.1297057082595468f,-1.4036577987899905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8584812893761122f,-0.07695507689209435f,-0.5070382548996274f,-0.1025565140997468f,-0.5054418397692916f,-0.2943421552460237f,-0.8111049514432516f,0.650738894830994f,-0.0868240888334652f,0.9525967729242302f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8459890687992635f,0.09508821014036417f,-0.5246529593592858f,0.2528187636356464f,-0.5191947392606215f,0.3709488751207824f,-0.7699569824157195f,0.7154734511702427f,0.12140559376013012f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8459890687992635f,-0.46531866066422434f,0.2603479201180739f,0.08395422704446004f,-0.5191947392606215f,-0.8300702360838617f,0.20351959584221108f,0.42695954788728885f,0.12140559376013012f,-0.30734662387170336f,-0.9438213467592348f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6997562644433947f,-0.6334180260464211f,-0.3303373649039434f,0.001275108468547176f,-0.6877355312403709f,-0.4721935011779294f,-0.5514101345775696f,0.5565034535355152f,0.19328996208223134f,0.6130374390889874f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9365204286230554f,-0.11750196645166128f,-0.3303373649039434f,0.001275108468547176f,-0.29252090067196546f,-0.7812671669507227f,-0.5514101345775696f,0.5565034535355152f,-0.19328996208223134f,0.6130374390889874f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.39368074139237924f,-0.3303373649039434f,0.001275108468547176f,-0.5139137094833474f,-0.6571450088756758f,-0.5514101345775696f,0.5565034535355152f,-9.056434756307216e-18f,0.642787609686539f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9174727079528001f,0.05709031457701336f,-0.3936807413923792f,0.005038934744050452f,-0.32431599058326127f,0.6804260250473859f,-0.6571450088756757f,0.5627861577452111f,0.23035400672389794f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.71880398511365f,0.5730063741717732f,-0.3936807413923792f,0.005038934744050452f,-0.655940441329075f,0.3713523592745926f,-0.6571450088756757f,0.5627861577452111f,-0.23035400672389794f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,0.33033736490394344f,-0.3936807413923792f,0.005038934744050452f,-0.5139137094833474f,0.5514101345775697f,-0.6571450088756757f,0.5627861577452111f,-9.056434756307216e-18f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7205175990814007f,-0.46771068011273503f,-0.5119581126639723f,0.15660360488460773f,-0.4824452510777236f,0.1922077322297537f,-0.8545775373736706f,0.46309728632174585f,0.4980973490458727f,0.862729915662821f,-0.08715574274765843f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7653081301396262f,0.3901312046218967f,-0.5119581126639723f,-0.1543640783316963f,-0.4076794044536256f,-0.3217059772535935f,-0.8545775373736706f,0.6493910060094592f,-0.4980973490458727f,0.862729915662821f,-0.08715574274765843f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,0.1416538160000953f,-0.49400556394391504f,0.016709774007811658f,-0.5139137094833474f,0.23645326881732476f,-0.8246105449669362f,0.5670655429997333f,-9.056434756307216e-18f,0.961261695938319f,0.275637355816999f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8578418847346319f,-0.04479053105822549f,-0.5119581126639723f,8.87868929381831e-17f,-0.5139137094833474f,-0.07476584662409803f,-0.8545775373736706f,0.5543750000000001f,-9.056434756307216e-18f,0.9961946980917455f,-0.08715574274765843f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[6.801448246931026e-17f,0.5139137094833471f,-0.857841884734632f,0.5374485407635828f,-3.3615637151281846e-16f,0.857841884734632f,0.5139137094833471f,-0.0990987732159536f,1f,2.53415440319718e-16f,2.3110103968133846e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[6.801448246931026e-17f,0.5139137094833471f,-0.857841884734632f,0.5374485407635828f,-3.3615637151281846e-16f,0.857841884734632f,0.5139137094833471f,-0.09909877321595363f,1f,2.53415440319718e-16f,2.3110103968133846e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[6.801448246931026e-17f,0.5139137094833471f,-0.857841884734632f,0.6661248234737777f,-3.3615637151281846e-16f,0.857841884734632f,0.5139137094833471f,-0.1761858296384557f,1f,2.53415440319718e-16f,2.3110103968133846e-16f,0.228125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[6.801448246931026e-17f,-0.5139137094833476f,0.8578418847346317f,-0.8297369630322367f,-3.3615637151281846e-16f,-0.8578418847346317f,-0.5139137094833476f,0.7199512012731313f,1f,-2.53415440319718e-16f,-2.3110103968133856e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[6.801448246931026e-17f,-0.5139137094833476f,0.8578418847346317f,-0.8297369630322367f,-3.3615637151281846e-16f,-0.8578418847346317f,-0.5139137094833476f,0.7199512012731313f,1f,-2.53415440319718e-16f,-2.3110103968133856e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[6.801448246931026e-17f,-0.5139137094833476f,0.8578418847346317f,-0.9584132457424315f,-3.3615637151281846e-16f,-0.8578418847346317f,-0.5139137094833476f,0.7970382576956334f,1f,-2.53415440319718e-16f,-2.3110103968133856e-16f,0.22812500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013403779448978624f,-1.9135106236677393e-21f,-0.000008029901710677304f,0.35950714907287357f,-0.000008029901710677304f,-3.469446951953614e-21f,-0.000013403779448978624f,1.1404321235568633f,-1.4150679306730025e-22f,0.000015625f,-3.959616254995594e-21f,-0.5588774999999997f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105.mcfunction new file mode 100644 index 000000000..e0bb55475 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..b43757b6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7852687034942514f,-0.17327183379276712f,-0.14238812931910302f,-0.31180433019630754f,-0.1636677816040817f,-0.08826626553660408f,-0.7952146679214769f,0.5832472483999049f,0.15333090041378f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6457326588656365f,-0.45119179453116653f,-0.13948224912891727f,-0.31180433019630754f,-0.18121209895164195f,-0.01852843857173387f,-0.7789857971475692f,0.5832472483999049f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6700369576905936f,-0.19359029961209143f,-0.4248737643927652f,-0.2793319715555057f,-0.441004030312057f,0.018353689378085465f,0.6871120954976557f,0.41285045540172904f,-0.1533309004137801f,0.7931773965682316f,-0.11959806434882636f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5338282098693837f,-0.4263831754626982f,-0.4162028712418925f,-0.2793319715555057f,-0.40599991857116574f,-0.14871020869633284f,0.673089399671173f,0.41285045540172904f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538093f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.38845118000775236f,0.0011819222830673445f,1.5134432707605205f,0.005698116874701642f,1.5130011234208238f,0.03808919556992752f,0.38830794958146636f,0.5580609671813177f,-0.03659960761963898f,1.5620352320740252f,-0.010613787332327127f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.004345218460771461f,-0.1990030111104715f,-0.9799892451682792f,-0.0012368164436461007f,0.6336806920765645f,0.7586648152265971f,-0.15124972273217605f,0.2705100638576802f,0.7735825098629717f,-0.6203430500184228f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11770283252089508f,-0.16052140845091162f,-0.9799892451682792f,-0.039858058364564804f,0.08392857323838457f,0.9849261474687377f,-0.15124972273217605f,0.24297100076383527f,0.9894958503251682f,-0.06444657835235802f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.23709675616362064f,0.0939676133218448f,-0.9669308226875825f,-0.10555042468107503f,0.5876693191334686f,-0.7786813134655518f,-0.21977302702736057f,0.8178895907452622f,-0.7735825098629715f,-0.620343050018423f,0.1294009301664642f,-0.01360870679151327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14032068372416162f,0.21296687502026912f,-0.9669308226875825f,-0.15159314902806556f,0.034757271303377704f,-0.9749316635963646f,-0.21977302702736057f,0.829294320391683f,-0.9894958503251682f,-0.06444657835235841f,0.1294009301664642f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9909278790675126f,-0.010539871371499705f,0.13398078070467143f,0.2490430702865985f,-0.004336995999456472f,-0.9989086622189307f,-0.046504569772084225f,0.57744183642886f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8507925747190683f,-0.5116759243710953f,0.11974866688979702f,0.15385226363507934f,-0.4217639682691162f,-0.8008084968763475f,-0.42523041565783215f,0.42463255316668347f,0.3134759159373913f,0.3112772072440094f,-0.897128391244856f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9720202017002729f,0.204703567855697f,0.11520927390496538f,0.16578321101833227f,0.2017162783815039f,-0.9787394821397841f,0.03714255156371399f,0.8940273742434841f,0.12036307790380281f,-0.012863724495479234f,-0.9926465907208f,-0.56622804296587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9016311141920416f,-0.38236950393499347f,0.20212594188110808f,0.09535221616727792f,-0.2584008440656318f,-0.8509959474033649f,-0.45720334785434225f,0.7316081131812635f,0.3468289747223941f,0.35999924994860283f,-0.8660890267919669f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.907546998011714f,-0.37591827506744013f,-0.6364404207411591f,-0.9823217920466559f,-0.17295038882060962f,-0.07163839666719639f,0.7321255680700544f,-1.9519384754219688e-16f,0.38268343236508956f,-0.9238795325112868f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.907546998011714f,-0.37591827506744013f,-0.5652593899734035f,-0.9823217920466559f,-0.17295038882060962f,-0.07163839666719639f,0.7838653341868305f,-1.9519384754219688e-16f,0.38268343236508956f,-0.9238795325112868f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.907546998011714f,-0.37591827506744013f,-0.5264603315016924f,-0.9823217920466559f,-0.17295038882060962f,-0.07163839666719639f,0.15501151524264395f,-1.9519384754219688e-16f,0.38268343236508956f,-0.9238795325112868f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.907546998011714f,-0.37591827506744013f,-0.44123928934166445f,-0.9823217920466559f,-0.17295038882060962f,-0.07163839666719639f,0.133077146955921f,-1.9519384754219688e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.0646369157253067f,-0.6151458117244789f,-0.7857593139399315f,-0.6762707531350131f,-0.9939745105600051f,0.03016411138370203f,-0.1053793088866587f,0.6215641267531331f,0.08852537197051359f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.1600711340127734f,-0.5974609046728607f,-0.7857593139399315f,-0.6638537998658585f,-0.9864557415565991f,-0.12569912970498417f,-0.1053793088866587f,0.506672492115128f,-0.0358092446986109f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.052150494379241165f,-0.35721943270357426f,-0.932563457805922f,-0.685342812754472f,-0.9823218921544612f,0.14977198953361284f,-0.11230338973166722f,0.4813145292703416f,0.1797888376125729f,0.9219341777209912f,-0.34309378574937793f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.1599849429337734f,-0.3236204801917517f,-0.932563457805922f,-0.6926714444141799f,-0.9805257266801186f,-0.16111253201785078f,-0.11230338973166722f,0.5091893812026277f,-0.11390398304231067f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.10738986611160715f,-0.34466333402552957f,-0.932563457805922f,-0.7647133012694383f,-0.9936573806530173f,-0.005740951886404076f,-0.11230338973166722f,0.5531822630363181f,0.0333530587850024f,0.9387088087633163f,-0.34309378574937793f,-0.061975742842232506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.10738986611160715f,-0.6091385041295448f,-0.7857593139399315f,-0.6276571378402909f,-0.9936573806530173f,-0.039245523723794536f,-0.1053793088866587f,0.5620125058741718f,0.0333530587850024f,0.792092211585536f,-0.609489542006439f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.3054588564470936f,-0.5609377944874737f,-0.769443745658877f,-0.6041615050574692f,-0.9480812969020727f,-0.2542892723125873f,-0.1909942942896956f,0.24317508659008275f,-0.08852537197051398f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.2139481472428234f,-0.6018160122145312f,-0.769443745658877f,-0.6348698552612138f,-0.9761884491661835f,-0.10284595890604042f,-0.1909942942896956f,0.3545809466964767f,0.035809244698610514f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.3127845136916681f,-0.2770993322282842f,-0.9085052603443229f,-0.6641789422206388f,-0.9326531090735648f,-0.27065352764846656f,-0.23854736658964462f,0.37025836281551333f,-0.17978883761257325f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.21184734715418224f,-0.36019285588477423f,-0.9085052603443229f,-0.6607420692436906f,-0.9706423564582543f,0.030798859432018336f,-0.23854736658964462f,0.3416418620442647f,0.1139039830423103f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.26558573149184395f,-0.32261805770079965f,-0.9085052603443229f,-0.7115548998213395f,-0.9635101414607044f,-0.12142224341330297f,-0.23854736658964462f,0.2742366764880055f,-0.03335305878500279f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.26558573149184395f,-0.5808791109123995f,-0.769443745658877f,-0.5808570998660497f,-0.9635101414607044f,-0.1875350283311223f,-0.1909942942896956f,0.31643205786250794f,-0.03335305878500279f,0.792092211585536f,-0.609489542006439f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.907546998011714f,-0.37591827506744013f,-0.12739183627630923f,-0.9823217920466559f,-0.17295038882060962f,-0.07163839666719639f,0.5300980560347522f,-1.9519384754219688e-16f,0.38268343236508956f,-0.9238795325112868f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.3759182750674403f,-0.9075469980117139f,0.013577516873980884f,-0.9823217920466559f,-0.07163839666719678f,-0.17295038882060945f,0.556962454784951f,-1.9519384754219688e-16f,0.9238795325112867f,-0.3826834323650899f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.19394963644485716f,0.1444656155402431f,-0.9703160435906885f,0.10828798834312617f,-0.9771617655849754f,-0.05909043140349275f,-0.20411566523763644f,0.745687484772012f,-0.08682408883346537f,0.9877438973960446f,0.12970570825954691f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.19394963644485716f,-0.27092539140303346f,-0.9428589347383951f,0.0036901303464614344f,-0.9771617655849754f,-0.1384153911508963f,-0.16123294753678025f,0.6950527230030277f,-0.08682408883346537f,0.9525967729242303f,-0.2915835485972777f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.1753709482952937f,0.34017625776864585f,-0.9238642455169097f,0.28848533596629694f,-0.9769880819630093f,0.17585490983078f,-0.12070351440885428f,0.47285046904078065f,0.12140559376012994f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.1753709482952937f,-0.9292550721760261f,0.32516156188752976f,-0.03924752377479891f,-0.9769880819630093f,-0.20499527709143506f,-0.05891709490840532f,0.40692113754375253f,0.12140559376012994f,-0.30734662387170325f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.04774580264336889f,-0.7739662274179644f,-0.6314242766526675f,0.002437309635378908f,-0.9799792492130587f,0.15862338128920253f,-0.12032993817080678f,0.5548394758343518f,0.19328996208223118f,0.6130374390889877f,-0.7660444431189781f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.40481771873692485f,-0.6613818847309683f,-0.6314242766526675f,0.002437309635378908f,-0.8937346391154825f,-0.43215633840651735f,-0.12032993817080678f,0.5548394758343518f,-0.19328996208223156f,0.6130374390889874f,-0.7660444431189781f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.7525021501520173f,-0.6314242766526675f,0.002437309635378908f,-0.9823217920466559f,-0.14340363611169848f,-0.12032993817080678f,0.5548394758343518f,-1.9519384754219688e-16f,0.6427876096865391f,-0.7660444431189781f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.3684088999840257f,0.545907864414089f,-0.7525021501520172f,0.009631685857841746f,-0.9006730339023183f,0.41015056156384444f,-0.14340363611169848f,0.5562105014316185f,0.23035400672389772f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.01133698389046972f,0.6584922071010851f,-0.7525021501520172f,0.009631685857841746f,-0.9730408544262228f,-0.1806291581318754f,-0.14340363611169848f,0.5562105014316185f,-0.2303540067238981f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,0.6314242766526676f,-0.7525021501520172f,0.009631685857841746f,-0.9823217920466559f,0.12032993817080678f,-0.14340363611169848f,0.5562105014316185f,-1.9519384754219688e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.11931259443355852f,-0.16774482825214626f,-0.9785837610568608f,0.03607040216640084f,-0.8588734107439859f,0.477031199414755f,-0.18648779880172553f,0.3767370643985699f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765835f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.20492757983659554f,0.019455323644818306f,-0.9785837610568608f,-0.03178965289624883f,-0.8425578424629314f,-0.5052905926319008f,-0.18648779880172553f,0.7328287140154827f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765835f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,0.27076458132115633f,-0.9442683117799371f,0.02059209948768621f,-0.9823217920466559f,0.05159935487741971f,-0.17994833549238715f,0.5503461207874336f,-1.9519384754219688e-16f,0.961261695938319f,0.2756373558169991f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1872001518969646f,-0.08561498540303704f,-0.9785837610568608f,8.87868929381831e-17f,-0.9823217920466559f,-0.016315568281054602f,-0.18648779880172553f,0.554375f,-1.9519384754219688e-16f,0.9961946980917455f,-0.08715574274765835f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-8.089789614486797e-17f,0.9823217920466559f,-0.18720015189696482f,-0.13017263857037417f,-4.401638591492798e-16f,0.18720015189696482f,0.9823217920466559f,-0.2816477212328785f,1f,1.618665076061303e-16f,4.1723845246722814e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-8.089789614486797e-17f,0.9823217920466559f,-0.18720015189696482f,-0.13017263857037417f,-4.401638591492798e-16f,0.18720015189696482f,0.9823217920466559f,-0.2816477212328785f,1f,1.618665076061303e-16f,4.1723845246722814e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-8.089789614486797e-17f,0.9823217920466559f,-0.18720015189696482f,-0.10209261578582944f,-4.401638591492798e-16f,0.18720015189696482f,0.9823217920466559f,-0.42899599003987693f,1f,1.618665076061303e-16f,4.1723845246722814e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-8.089789614486797e-17f,-0.9823217920466559f,0.18720015189696437f,-0.42852288065616145f,-4.401638591492798e-16f,-0.18720015189696437f,-0.9823217920466559f,1.2839276348414794f,1f,-1.618665076061302e-16f,-4.1723845246722824e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-8.089789614486797e-17f,-0.9823217920466559f,0.18720015189696437f,-0.4285228806561614f,-4.401638591492798e-16f,-0.18720015189696437f,-0.9823217920466559f,1.2839276348414794f,1f,-1.618665076061302e-16f,-4.1723845246722824e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-8.089789614486797e-17f,-0.9823217920466559f,0.18720015189696437f,-0.4566029034407061f,-4.401638591492798e-16f,-0.18720015189696437f,-0.9823217920466559f,1.431275903648478f,1f,-1.618665076061302e-16f,-4.1723845246722824e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000002925002373390072f,-1.9135106236677393e-21f,-0.000015348778000728998f,0.6766973491283924f,-0.000015348778000728998f,-3.469446951953614e-21f,-0.000002925002373390072f,0.6759851968950663f,-3.0499038678468264e-21f,0.000015625f,-2.5291641813457855e-21f,-0.5588774999999998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106.mcfunction new file mode 100644 index 000000000..5337257bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..b22b6355d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4027654336917936f,-0.18143003895324064f,-0.6868825160338058f,-0.18680010531679492f,-0.6936959599462903f,0.06998001845607169f,-0.4252448196222111f,0.8056940556055552f,0.1533309004137799f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.29649939972256834f,-0.3151848080079811f,-0.6728645055025037f,-0.18680010531679492f,-0.6015784217342746f,0.3233819340797084f,-0.4165663539156354f,0.8056940556055552f,0.4361095143055881f,0.6603655514272677f,-0.1171572875253812f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7757631507387653f,-0.11566047769519777f,0.22750523576310622f,-0.2919110324808013f,0.20402356084189724f,0.15632247412641975f,0.7751658629924513f,0.6677041497048589f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6587268719516369f,-0.39548870526380936f,0.2228622717679408f,-0.2919110324808013f,0.1260452287909213f,0.2179587632946116f,0.7593461515028095f,0.6677041497048589f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8664292718013094f,0.029133987108713136f,1.2999452979879587f,0.006549299086307718f,1.2997565293884632f,0.024564090754528728f,-0.8668539783362949f,0.5525969191644917f,-0.0365996076196387f,1.562035232074025f,-0.0106137873323273f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.47446253120117504f,0.4316338638583054f,-0.7671880565134759f,-0.21206716882493745f,0.420065955440666f,0.6548791551611574f,0.6282339414701577f,0.3656732575793907f,0.7735825098629717f,-0.6203430500184226f,0.1294009301664643f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14108193893169274f,0.6257142897923542f,-0.7671880565134759f,-0.25835968003689913f,-0.03152536592249025f,0.7773855324665644f,0.6282339414701577f,0.3760175182727078f,0.9894958503251681f,-0.06444657835235797f,0.1294009301664643f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.27893916029328014f,-0.5166931211487283f,-0.8094573264925493f,0.1255892422459262f,0.5690017972634056f,-0.5900870434532742f,0.5727427309530765f,0.8089494958123111f,-0.7735825098629714f,-0.620343050018423f,0.1294009301664643f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06786941572909166f,-0.5832431559788134f,-0.8094573264925493f,0.10331959020981803f,0.12763896191157528f,-0.8097370311048813f,0.5727427309530765f,0.8508310301895468f,-0.9894958503251681f,-0.06444657835235847f,0.1294009301664643f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.6587136414337261f,-0.7503886686901583f,0.054892481183967945f,0.1835265025357793f,-0.7403061593939757f,-0.6594288818712398f,-0.13076826877108833f,0.3844557466247687f,0.13432471460033588f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2544705641393777f,-0.9377299290268282f,-0.23644727148759098f,0.00622434539645157f,-0.9148647889791148f,-0.1541722428250613f,-0.37316663493470276f,0.35321615962672787f,0.3134759159373911f,0.3112772072440095f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7994199252218603f,-0.5915966823111464f,0.10459994568220415f,0.36349915433503466f,-0.5885919746613937f,-0.8061314347366371f,-0.06092287988639722f,0.6578939508375125f,0.12036307790380261f,-0.01286372449547929f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.4099990992750139f,-0.8887005794419205f,-0.20521213096031196f,0.19558521987117258f,-0.8435700331843767f,-0.283922207895117f,-0.4558264790216464f,0.6018096213632927f,0.3468289747223939f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.7349453158865281f,-0.30442431744277837f,-0.2928681063934162f,-0.7954990775570077f,0.5598292357940278f,0.23188886207885182f,1.1467262014505795f,-2.5084433881332005e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.7349453158865281f,-0.30442431744277837f,-0.20681641673089413f,-0.7954990775570077f,0.5598292357940278f,0.23188886207885182f,1.1283183432046062f,-2.5084433881332005e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.7349453158865281f,-0.30442431744277837f,-0.6488665504058917f,-0.7954990775570077f,0.5598292357940278f,0.23188886207885182f,0.6793704933858375f,-2.5084433881332005e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.7349453158865281f,-0.30442431744277837f,-0.6082614706173026f,-0.7954990775570077f,0.5598292357940278f,0.23188886207885182f,0.6013002043230886f,-2.5084433881332005e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6964986819562549f,-0.3884712409426043f,-0.6033072857124409f,-0.4017502371110515f,-0.7120764316775847f,0.47791666455382076f,0.5143372601621127f,1.102511166733103f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.627153336647703f,-0.49264491404858746f,-0.6033072857124409f,-0.4789534730591414f,-0.7780722269338292f,0.36063942169868685f,0.5143372601621127f,1.016523209451721f,-0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6961682127343617f,-0.127168680839086f,-0.7065252622460794f,-0.5121785459849565f,-0.6950005708257833f,0.3658763432685511f,0.6189577594539621f,1.0155753256830877f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6227980316270442f,-0.3360724112592228f,-0.7065252622460794f,-0.4963307270502039f,-0.7740468296224569f,0.13320209293834168f,0.6189577594539621f,1.0396494372401492f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6677036622537502f,-0.23450772529074304f,-0.7065252622460794f,-0.5117170278086529f,-0.7436796305416831f,0.25264975584614574f,0.6189577594539621f,1.1226474163731206f,0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6677036622537502f,-0.4361102365448638f,-0.6033072857124409f,-0.4135922245860587f,-0.7436796305416831f,0.4270805426688474f,0.5143372601621127f,1.02655429427263f,0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5014774239013678f,-0.563939090830929f,-0.6561197262314502f,-0.6351632147875884f,-0.8606297995274913f,0.24756200259838249f,0.44500494720255473f,0.7960859862632272f,-0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.583522914648477f,-0.4785477122817673f,-0.6561197262314502f,-0.5727726293441554f,-0.8113067891212677f,0.3791462658275699f,0.44500494720255473f,0.8933571705179022f,0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.48510283311875446f,-0.3865122702157262f,-0.7844000932386759f,-0.5806846276896291f,-0.8557752129911672f,0.025409386505886505f,0.5167234733465442f,0.9256403586619779f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5807990705419331f,-0.21768999376357037f,-0.7844000932386759f,-0.5996840517982418f,-0.8060386605521622f,0.28861484679059646f,0.5167234733465442f,0.9039669164851659f,0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5395942524837449f,-0.3058668606005973f,-0.7844000932386759f,-0.6837873391948222f,-0.8412642962566477f,0.15896929243250238f,0.5167234733465442f,0.896753052037119f,-0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5395942524837449f,-0.5275840667954971f,-0.6561197262314502f,-0.5650809241658356f,-0.8412642962566477f,0.30699345401662687f,0.44500494720255473f,0.827679524883378f,-0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.7349453158865281f,-0.30442431744277837f,-0.10316384006401451f,-0.7954990775570077f,0.5598292357940278f,0.23188886207885182f,0.6329578992936006f,-2.5084433881332005e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.30442431744277854f,-0.7349453158865281f,0.01099527897702744f,-0.7954990775570077f,0.23188886207885145f,0.5598292357940279f,0.5459995760140313f,-2.5084433881332005e-16f,0.9238795325112867f,-0.3826834323650897f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5976062481363442f,0.05253046725240501f,-0.8000670735623647f,0.2147036391398614f,-0.7970748708789162f,-0.14697803634256468f,0.585721014687234f,0.6015883729905261f,-0.08682408883346543f,0.9877438973960445f,0.12970570825954714f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5976062481363442f,-0.28398171833732766f,-0.7498140808484335f,0.10715176734872543f,-0.7970748708789162f,0.10915022613133277f,0.5939342373940386f,0.6456018467356792f,-0.08682408883346543f,0.9525967729242303f,-0.2915835485972775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6098875865973649f,0.35810238146850537f,-0.7069652156231072f,0.13204125747415366f,-0.7831333306137545f,-0.1356743160943041f,0.606872858541351f,0.285237220154152f,0.12140559376012988f,0.9237722470062236f,0.3631879919061508f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6098875865973649f,-0.7732928654565058f,0.1733645752410456f,-0.13594668353768705f,-0.7831333306137545f,0.5545774941599526f,-0.28132897016318026f,0.48508207892704114f,0.12140559376012988f,-0.3073466238717031f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7611557624045774f,-0.3989692072570864f,-0.5113369505707158f,0.0019737702882729694f,-0.6190968388843188f,0.681915441925073f,0.38950023638962805f,0.5528715217299414f,0.19328996208223115f,0.6130374390889878f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.39466296268373424f,-0.7633974514410818f,-0.5113369505707158f,0.0019737702882729694f,-0.8982650702570745f,0.2034930696816896f,0.38950023638962805f,0.5528715217299414f,-0.19328996208223165f,0.6130374390889876f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.6093876478688188f,-0.5113369505707158f,0.0019737702882729694f,-0.7954990775570077f,0.46418830603363304f,0.38950023638962805f,0.5528715217299414f,-2.5084433881332005e-16f,0.6427876096865393f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.42414737600671176f,0.6698848393951976f,-0.6093876478688188f,0.007799885207950364f,-0.8758059345613431f,-0.13226179164353805f,0.4641883060336329f,0.5484336004416115f,0.23035400672389764f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7316713490815998f,0.3054565952112023f,-0.6093876478688188f,0.007799885207950364f,-0.6415559745800501f,-0.6106841638869215f,0.4641883060336329f,0.5484336004416115f,-0.23035400672389814f,0.730589570429055f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,0.5113369505707158f,-0.6093876478688188f,0.007799885207950364f,-0.7954990775570077f,-0.38950023638962816f,0.4641883060336329f,0.5484336004416115f,-2.5084433881332005e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.559438405369202f,0.24293385483344324f,-0.7924719633991654f,-0.10809599937134916f,-0.6625161895919516f,0.4434864539038202f,0.6036489573687476f,0.40887048117981717f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765814f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.490106092409644f,-0.36302094348566394f,-0.7924719633991654f,0.11156261501932722f,-0.7153286301109605f,-0.35201262365318736f,0.6036489573687476f,0.6972388967942325f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765814f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,0.21926926229267546f,-0.7646827924098175f,0.010757416815033316f,-0.7954990775570077f,-0.16702377835330195f,0.5824811370941869f,0.5363598837781197f,-2.5084433881332005e-16f,0.9612616959383189f,0.2756373558169993f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6059547983191073f,-0.06933231295955807f,-0.7924719633991654f,8.878689293818311e-17f,-0.7954990775570077f,0.052812440519008984f,0.6036489573687476f,0.554375f,-2.5084433881332005e-16f,0.9961946980917455f,-0.08715574274765814f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.570136737099285e-16f,0.7954990775570078f,0.605954798319107f,-0.7090902800908127f,-3.986808833194039e-16f,-0.605954798319107f,0.7954990775570078f,0.09278006834375542f,1f,-3.7128453889706995e-17f,4.728889437383514e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.570136737099285e-16f,0.7954990775570078f,0.605954798319107f,-0.7090902800908128f,-3.986808833194039e-16f,-0.605954798319107f,0.7954990775570078f,0.09278006834375539f,1f,-3.7128453889706995e-17f,4.728889437383514e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.570136737099285e-16f,0.7954990775570078f,0.605954798319107f,-0.7999834998386788f,-3.986808833194039e-16f,-0.605954798319107f,0.7954990775570078f,-0.02654479328979578f,1f,-3.7128453889706995e-17f,4.728889437383514e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.570136737099285e-16f,-0.7954990775570076f,-0.6059547983191075f,0.2566501797302645f,-3.986808833194039e-16f,0.6059547983191075f,-0.7954990775570076f,1.3606067232002363f,1f,3.7128453889707106e-17f,-4.728889437383514e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.570136737099285e-16f,-0.7954990775570076f,-0.6059547983191075f,0.2566501797302645f,-3.986808833194039e-16f,0.6059547983191075f,-0.7954990775570076f,1.3606067232002363f,1f,3.7128453889707106e-17f,-4.728889437383514e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.570136737099285e-16f,-0.7954990775570076f,-0.6059547983191075f,0.3475433994781306f,-3.986808833194039e-16f,0.6059547983191075f,-0.7954990775570076f,1.4799315848337875f,1f,3.7128453889707106e-17f,-4.728889437383514e-16f,0.22812500000000033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009468043723736052f,-1.9135106236677393e-21f,-0.000012429673086828245f,0.5425321370635746f,-0.000012429673086828245f,-3.469446951953614e-21f,0.000009468043723736052f,0.13203956156334595f,-3.919442793958126e-21f,0.000015625f,5.801320920266727e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107.mcfunction new file mode 100644 index 000000000..4c694280f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..bac6568ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24444571108362886f,-0.06976794561238159f,-0.7760948218757108f,0.06114233059553364f,-0.763989773331792f,0.18151169599426442f,0.22431579281487773f,0.8614859937240612f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882649f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.2473836011523323f,0.02849451111944638f,-0.7602561520415126f,0.06114233059553364f,-0.6233857917959374f,0.4506721661299091f,0.21973791949212515f,0.8614859937240612f,0.436109514305588f,0.6603655514272678f,-0.11715728752538106f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36893107799706615f,0.038386931642870305f,0.7275718161194897f,-0.11170752894672725f,0.7122667612002306f,0.19063185855656994f,0.35111251734600085f,0.8469104252623944f,-0.15333090041377986f,0.7931773965682317f,-0.11959806434882629f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.34828203881914016f,-0.10356138198202011f,0.712723411708888f,-0.11170752894672725f,0.5731562727285874f,0.4395365498455559f,0.34394695576751105f,0.8469104252623944f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538086f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5451947431099753f,0.03775974603113552f,0.22880921625879216f,0.00307339487279212f,0.22899765192548807f,-0.005136666147565563f,-1.5456195974668223f,0.5483244517657149f,-0.03659960761963893f,1.5620352320740252f,-0.010613787332327648f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6297927564943914f,0.775246725986616f,-0.04851389197157252f,-0.2821970924174118f,-0.07022239173726474f,0.11902526681706602f,0.9904048674950181f,0.5851261417211971f,0.7735825098629717f,-0.6203430500184228f,0.12940093016646453f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.07123276957656086f,0.9962792253300395f,-0.04851389197157252f,-0.30557034493472085f,-0.12579290412310795f,0.057221881430534874f,0.9904048674950181f,0.626401938386592f,0.9894958503251682f,-0.06444657835235809f,0.12940093016646453f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6091400554151201f,-0.7842313471430887f,-0.11802367155363917f,0.27306262036274964f,0.1746954301719723f,-0.012477758291339014f,0.9845434537007762f,0.6319484300300513f,-0.7735825098629716f,-0.620343050018423f,0.12940093016646453f,-0.013608706791513214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0491617002824924f,-0.9917930934314544f,-0.11802367155363917f,0.2891938032679425f,0.13594517061891997f,-0.11042236349734715f,0.9845434537007762f,0.6765554391393844f,-0.9894958503251682f,-0.06444657835235837f,0.12940093016646453f,-0.33828703267945903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.10736676144784857f,-0.9923961040808738f,-0.060185971299832663f,-0.002957911091439447f,-0.9851036745357002f,0.11436597811257189f,-0.128417963956043f,0.30428345563556825f,0.1343247146003358f,0.04550160058127867f,-0.9898921534147445f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5079566763151104f,-0.7432535873240794f,-0.4353781344036387f,-0.14503907205472708f,-0.8023171848552914f,0.5921829153059522f,-0.07487676345585054f,0.41484977248383526f,0.3134759159373911f,0.31127720724400965f,-0.897128391244856f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0995355542662934f,-0.9947209074821416f,0.02495976071212236f,0.32056973994851334f,-0.9877273930161222f,-0.10180786222099474f,-0.1184472721322277f,0.35416798160622043f,0.12036307790380248f,-0.012863724495479234f,-0.9926465907208002f,-0.56622804296587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3507664093811784f,-0.8066163511692923f,-0.4757446668919921f,0.16635576993619614f,-0.869869293826865f,0.46879697318005387f,-0.1534822777859751f,0.4411081498413182f,0.3468289747223938f,0.35999924994860305f,-0.866089026791967f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.07763064767211625f,-0.03215566712159776f,0.24297447735278022f,-0.08402680754394545f,0.9206122273440004f,0.38133007025238824f,1.1688789275363125f,-1.4068928216906457e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.07763064767211625f,-0.03215566712159776f,0.2870310955580557f,-0.08402680754394545f,0.9206122273440004f,0.38133007025238824f,1.0927030984873718f,-1.4068928216906457e-16f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.07763064767211625f,-0.03215566712159776f,-0.3424478255901554f,-0.08402680754394545f,0.9206122273440004f,0.38133007025238824f,1.1195131781042447f,-1.4068928216906457e-16f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.07763064767211625f,-0.03215566712159776f,-0.3731259694627015f,-0.08402680754394545f,0.9206122273440004f,0.38133007025238824f,1.037035338489508f,-1.4068928216906457e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9953068489697021f,0.09397371786093704f,-0.02309148642672125f,0.13715476559821005f,0.039083691118990245f,0.6086732979596929f,0.7924577474158394f,1.2199913163364808f,0.08852537197051369f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9977536983232779f,-0.06288354901582867f,-0.02309148642672125f,0.021594792324428617f,-0.05661497572494922f,0.6072935559383758f,0.7924577474158394f,1.2195900492880556f,-0.035809244698610826f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9824188680144847f,0.18610953261543933f,-0.01471086805057369f,-0.0013908828587357869f,0.050290572069310674f,0.33970665848579207f,0.93918594779807f,1.2435996867475971f,0.17978883761257297f,0.9219341777209913f,-0.34309378574937766f,-0.1631056045423663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9918468745498334f,-0.1265834420725152f,-0.01471086805057369f,0.02709497539666389f,-0.05714595429970723f,0.33862087260802f,0.93918594779807f,1.2479896858027024f,-0.11390398304231059f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9994376066921636f,0.03013404537460486f,-0.01471086805057369f,0.07834143105708254f,-0.0034704177161116443f,0.34339148454718094f,0.93918594779807f,1.3150657886518642f,0.03335305878500249f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9994376066921636f,0.02431570652982723f,-0.02309148642672125f,0.07287039708787142f,-0.0034704177161116443f,0.6099169408710414f,0.7924577474158394f,1.1778344769558802f,0.03335305878500249f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9747071849601837f,-0.19457471402622176f,-0.10993900239954867f,-0.24668163938163223f,-0.2052051707547256f,0.5843414446702803f,0.7851343285936323f,1.1876243024801816f,-0.08852537197051397f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9931451133785298f,-0.03970137936821673f,-0.10993900239954867f,-0.13268629360810247f,-0.11126761328644585f,0.6092483929378594f,0.7851343285936323f,1.2065802930967287f,0.03580924469861055f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9601244989416563f,-0.2403685149713058f,-0.14277227862061548f,-0.11404583624875941f,-0.21409558706791065f,0.3037438871161182f,0.9283871663469059f,1.2341000551596368f,-0.17978883761257325f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9874106172118841f,0.06809074441305345f,-0.14277227862061548f,-0.14286459158583983f,-0.10975498013458668f,0.3550367779512694f,0.9283871663469059f,1.2336578413289554f,0.11390398304231031f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9859056931764735f,-0.08721261731936884f,-0.14277227862061548f,-0.20461991232527546f,-0.16394370262959626f,0.33349622446207844f,0.9283871663469059f,1.291205066731715f,-0.03335305878500277f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9859056931764735f,-0.12610860364625948f,-0.10993900239954867f,-0.17624547650486713f,-0.16394370262959626f,0.5972324073858726f,0.7851343285936323f,1.1568277750698939f,-0.03335305878500277f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.07763064767211625f,-0.03215566712159776f,-0.010896968178988328f,-0.08402680754394545f,0.9206122273440004f,0.38133007025238824f,0.6836007948036995f,-1.4068928216906457e-16f,0.38268343236508995f,-0.9238795325112867f,-0.4074505141451085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.032155667121597974f,-0.07763064767211615f,0.001161406991610912f,-0.08402680754394545f,0.38133007025238785f,0.9206122273440005f,0.5406020184590541f,-1.4068928216906457e-16f,0.9238795325112868f,-0.38268343236508956f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9920333719274169f,-0.0737939765984166f,-0.10209915768561321f,0.1790135197500038f,-0.09127631993325482f,-0.13753705745967026f,0.9862820039140823f,0.4267783111881138f,-0.08682408883346532f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9920333719274169f,-0.10948949150164668f,-0.062304415838929185f,0.13953115569614005f,-0.09127631993325482f,0.2838510867780025f,0.9545141140676702f,0.5360748524216331f,-0.08682408883346532f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.989928506832298f,0.1395241342390738f,-0.023970134034119607f,-0.11108401365576105f,-0.07281643471447255f,-0.3566200381721548f,0.9314074914931506f,0.27593222288801506f,0.12140559376012999f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.989928506832298f,-0.10724420768041124f,-0.09241337175851545f,-0.14257269898527145f,-0.07281643471447255f,0.9455351567835364f,-0.3172712311600377f,0.6087444324025413f,0.12140559376012999f,-0.3073466238717029f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9697000371733553f,0.2382532425235834f,-0.05401139077076347f,0.00020848498864143596f,0.14940156781052583f,0.7532731846430045f,0.6405143876866021f,0.5519026023643195f,0.1932899620822313f,0.6130374390889878f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9309882135934238f,-0.3610314609796956f,-0.05401139077076347f,0.00020848498864143596f,-0.30967714915436534f,0.7027384879584169f,0.6405143876866021f,0.5519026023643195f,-0.19328996208223156f,0.6130374390889878f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.06436826899206732f,-0.05401139077076347f,0.00020848498864143596f,-0.08402680754394545f,0.7633353226337884f,0.6405143876866021f,0.5519026023643195f,-1.4068928216906457e-16f,0.6427876096865394f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9341025869393293f,0.351153930663203f,-0.06436826899206731f,0.0008238846174983998f,-0.27274418171520937f,-0.58560208039254f,0.7633353226337883f,0.544604654453057f,0.23035400672389772f,0.730589570429055f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9665856638274497f,-0.24813077284007604f,-0.06436826899206731f,0.0008238846174983998f,0.11246860037136984f,-0.6361367770771277f,0.7633353226337883f,0.544604654453057f,-0.230354006723898f,0.730589570429055f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,0.05401139077076348f,-0.06436826899206731f,0.0008238846174983998f,-0.08402680754394545f,-0.6405143876866022f,0.7633353226337883f,0.544604654453057f,-1.4068928216906457e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.866624409480162f,0.4918894804428925f,-0.08370706017285394f,-0.18042592288418016f,-0.029345591945549088f,0.1172255588600159f,0.9926716499343186f,0.5369739532333392f,0.4980973490458726f,0.8627299156628211f,-0.08715574274765797f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8593009906579548f,-0.5045740139280617f,-0.08370706017285394f,0.18079209382529074f,-0.11619310791837628f,0.03319875131607045f,0.9926716499343186f,0.5674336709680194f,-0.49809734904587283f,0.8627299156628209f,-0.08715574274765797f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,0.02316092704915689f,-0.08077175152397577f,-0.006148544656686067f,-0.08402680754394545f,-0.2746625627565773f,0.9578621885396469f,0.5343135487158843f,-1.4068928216906457e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9964634943709543f,-0.0073234188222072154f,-0.08370706017285394f,8.87868929381831e-17f,-0.08402680754394545f,0.08684751597282721f,0.9926716499343186f,0.554375f,-1.4068928216906457e-16f,0.9961946980917455f,-0.08715574274765797f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4372402284455005e-16f,0.08402680754394568f,0.9964634943709543f,-0.8179519704721637f,-2.407023042092383e-16f,-0.9964634943709543f,0.08402680754394568f,0.7707854439501584f,1f,-2.1096902683968833e-16f,3.6273388709409593e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4372402284455005e-16f,0.08402680754394568f,0.9964634943709543f,-0.8179519704721638f,-2.407023042092383e-16f,-0.9964634943709543f,0.08402680754394568f,0.7707854439501584f,1f,-2.1096902683968833e-16f,3.6273388709409593e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4372402284455005e-16f,0.08402680754394568f,0.9964634943709543f,-0.9674214946278069f,-2.407023042092383e-16f,-0.9964634943709543f,0.08402680754394568f,0.7581814228185665f,1f,-2.1096902683968833e-16f,3.6273388709409593e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4372402284455005e-16f,-0.08402680754394523f,-0.9964634943709543f,0.7701617236815447f,-2.407023042092383e-16f,0.9964634943709543f,-0.08402680754394523f,0.9047031684733214f,1f,2.1096902683968837e-16f,-3.6273388709409583e-16f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4372402284455005e-16f,-0.08402680754394523f,-0.9964634943709543f,0.7701617236815448f,-2.407023042092383e-16f,0.9964634943709543f,-0.08402680754394523f,0.9047031684733214f,1f,2.1096902683968837e-16f,-3.6273388709409583e-16f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4372402284455005e-16f,-0.08402680754394523f,-0.9964634943709543f,0.9196312478371879f,-2.407023042092383e-16f,0.9964634943709543f,-0.08402680754394523f,0.9173071896049132f,1f,2.1096902683968837e-16f,-3.6273388709409583e-16f,0.2281250000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001556974209954616f,-1.9135106236677393e-21f,-0.0000013129188678741478f,0.05057645491584021f,-0.0000013129188678741478f,-3.469446951953614e-21f,0.00001556974209954616f,-0.13130011586347967f,-2.198270033891634e-21f,0.000015625f,3.2963910443701307e-21f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108.mcfunction new file mode 100644 index 000000000..5b7d25929 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..94d3aac50 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.729418339735695f,0.08720984340286407f,-0.3567741208598439f,0.26821738678702034f,-0.3337408651633271f,0.1738059413004469f,0.7248123716750038f,0.7159763009909754f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882633f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6274490571533808f,0.35236672969814353f,-0.3494930163525002f,0.26821738678702034f,-0.23688852274746786f,0.28240932401391444f,0.7100202824571467f,0.7159763009909754f,0.436109514305588f,0.6603655514272678f,-0.1171572875253809f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2781421394096751f,0.16678201327193956f,0.7495099430814857f,0.14104754725327204f,0.7523769199725314f,0.09998910974023645f,-0.30145578891513514f,0.8339481325980196f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882642f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.18920337936375578f,0.2552100020058461f,0.7342138217941084f,0.14104754725327204f,0.6434365335986751f,0.37253884812773114f,-0.29530362995768344f,0.8339481325980196f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538099f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.209804879008656f,0.021629280221869388f,-0.988590197687563f,-0.0024035580268127552f,-0.9881492161859666f,-0.03137448002009403f,-1.209951659594105f,0.5480285207562571f,-0.03659960761963935f,1.562035232074025f,-0.010613787332327778f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3721769956322425f,0.6100328389294687f,0.6995314284217764f,-0.16729270301236465f,-0.5128882766804712f,-0.49298522870517514f,0.7027881472550905f,0.7837087812116111f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.04503091500078965f,0.713181601939072f,0.6995314284217764f,-0.15251693402773056f,-0.13736876968024625f,-0.6980104878827345f,0.7027881472550905f,0.8287829087629419f,0.9894958503251681f,-0.06444657835235829f,0.1294009301664646f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5393359630757553f,-0.5373130532887175f,0.6483913954539371f,0.2412253528356585f,-0.33269628697545356f,0.5713748183630399f,0.7502292966642597f,0.40473823701940553f,-0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13360805040183488f,-0.749491485721564f,0.6483913954539371f,0.28506549437376055f,0.055198288534098805f,0.6588696011879411f,0.7502292966642597f,0.4228501754446567f,-0.9894958503251681f,-0.06444657835235817f,0.1294009301664646f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8005797267687044f,-0.5837129845001979f,-0.13546679597900688f,-0.18688285979604213f,-0.5839768592457106f,0.8106841284189626f,-0.04197942109060038f,0.3881542837367609f,0.13432471460033574f,0.04550160058127889f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9351974409296091f,-0.06269761005578339f,-0.3485322885644929f,-0.2008169884850296f,-0.164737963462961f,0.9482486540689959f,0.27145145689499145f,0.5676474779802914f,0.31347591593739116f,0.31127720724400987f,-0.8971283912448559f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6631948513369916f,-0.7450943821900772f,-0.07075981054873626f,0.06785457756469407f,-0.7387051635379497f,0.6668349767527882f,-0.09821300902364885f,0.18256380505248146f,0.12036307790380239f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8792889678765341f,-0.19658346422297227f,-0.43382698459721825f,0.02828375936915417f,-0.3264361702747303f,0.9120062947318611f,0.2483625275798039f,0.3551172511120792f,0.3468289747223938f,0.3599992499486032f,-0.8660890267919669f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.6283274452592689f,0.26026174943762775f,0.6179137221563958f,0.6800967259782787f,0.6773167738416304f,0.28055379374799383f,0.7885422598234838f,6.123020961724905e-17f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.6283274452592689f,0.26026174943762775f,0.5912644202512669f,0.6800967259782787f,0.6773167738416304f,0.28055379374799383f,0.704675954032969f,6.123020961724905e-17f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.6283274452592689f,0.26026174943762775f,0.18720431619053035f,0.6800967259782787f,0.6773167738416304f,0.28055379374799383f,1.1880990863357226f,6.123020961724905e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.6283274452592689f,0.26026174943762775f,0.10557083480039732f,0.6800967259782787f,0.6773167738416304f,0.28055379374799383f,1.1552400349935787f,6.123020961724905e-17f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6413287366410818f,0.5132685458147178f,0.5703094348120141f,0.5844435472113232f,0.7621421849470322f,0.3403963031159137f,0.5506992343822379f,0.9011923156327293f,0.0885253719705139f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.713725806055509f,0.40662344046404336f,0.5703094348120141f,0.5063307317465556f,0.6995092363682766f,0.455430764756058f,0.5506992343822379f,0.9863548455296762f,-0.035809244698610625f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6243650107375922f,0.3764659821943977f,0.6844280076217323f,0.5086027296802343f,0.7601607114528917f,0.0911632393036106f,0.6433078241115263f,1.019515695638712f,0.17978883761257317f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7101407983108059f,0.16510102651842468f,0.6844280076217323f,0.5310301299377395f,0.6947848078517467f,0.32160397108136757f,0.6433078241115263f,1.0014124381986762f,-0.11390398304231039f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6755702959115035f,0.27415885479953006f,0.6844280076217323f,0.6151275661278306f,0.7365407991087309f,0.20895620279179497f,0.6433078241115263f,1.008694197425685f,0.03335305878500269f,0.9387088087633164f,-0.34309378574937766f,-0.0619757428422322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6755702959115035f,0.46728141825504343f,0.5703094348120141f,0.509989247020446f,0.7365407991087309f,0.39273146614332965f,0.5506992343822379f,0.9203296175434358f,0.03335305878500269f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8080584323015885f,0.30097645672665574f,0.5064136081135331f,0.3020457821349624f,0.582412936415205f,0.5373336168471163f,0.6099735696751252f,1.163164664657774f,-0.08852537197051377f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7510268011061257f,0.4236791256809015f,0.5064136081135331f,0.3928223899226767f,0.6592999636086864f,0.4396086922290893f,0.6099735696751252f,1.091653295513863f,0.03580924469861075f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8048113213540242f,0.06269572504812317f,0.5902101177386576f,0.42571974450899974f,0.5656453932370612f,0.3822389540727241f,0.7307110722433869f,1.0964038760874666f,-0.17978883761257305f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7460470070473284f,0.3083275534146173f,0.5902101177386576f,0.4059867488344653f,0.6560790698710185f,0.18873680875255636f,0.7307110722433869f,1.1174116149938638f,0.1139039830423105f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7850949862721237f,0.18782406514952787f,0.5902101177386576f,0.40694603374197197f,0.6184767061095011f,0.28904652376539924f,0.7307110722433869f,1.2018182649904892f,-0.03335305878500257f,0.9387088087633164f,-0.34309378574937766f,-0.0619757428422322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7850949862721237f,0.35661060002165823f,0.5064136081135331f,0.326708648737099f,0.6184767061095011f,0.4953976264554838f,0.6099735696751252f,1.0903537990380054f,-0.03335305878500257f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.6283274452592689f,0.26026174943762775f,0.08819795251347122f,0.6800967259782787f,0.6773167738416304f,0.28055379374799383f,0.6494495556422601f,6.123020961724905e-17f,0.38268343236508995f,-0.9238795325112867f,-0.4074505141451085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.2602617494376275f,0.628327445259269f,-0.009400203525639085f,0.6800967259782787f,0.28055379374799344f,0.6773167738416305f,0.5442418829867626f,6.123020961724905e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7354987398101389f,-0.15137188660643608f,0.6603999967314551f,0.026213320787558232f,0.6719398643747343f,-0.038059756989246685f,0.7396271179195524f,0.33610998433708894f,-0.08682408883346512f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7354987398101389f,0.13612086178336422f,0.6637113188164354f,0.08042877629891095f,0.6719398643747343f,0.2720854630473603f,0.68881515623741f,0.4388975097503838f,-0.08682408883346512f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7204340856636999f,-0.16969364594585135f,0.6724424099798527f,-0.28065305834411025f,0.6828143305596762f,-0.3432912789260402f,0.6449152562900529f,0.44899995998669695f,0.12140559376013019f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7204340856636999f,0.6268115267586206f,-0.29678618252276423f,-0.05581111327776344f,0.6828143305596762f,0.71599257169135f,-0.1453245583690112f,0.6963895390810956f,0.12140559376013019f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5425282475155164f,0.717325730244339f,0.4371577488472192f,-0.0016874371683872859f,0.817497456391145f,0.3311025445457062f,0.4712419906898861f,0.5525559970142542f,0.19328996208223148f,0.6130374390889878f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8558542590933191f,0.2764174195210161f,0.4371577488472192f,-0.0016874371683872859f,0.47974209503656784f,0.7401206039967799f,0.4712419906898861f,0.5525559970142542f,-0.19328996208223137f,0.6130374390889878f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.5209843177190707f,0.4371577488472192f,-0.0016874371683872859f,0.6800967259782787f,0.5616043353859188f,0.4712419906898861f,0.5525559970142542f,6.123020961724905e-17f,0.6427876096865394f,-0.7660444431189779f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.830647123681009f,-0.1964705998648677f,0.5209843177190706f,-0.006668362720449729f,0.506914576143469f,-0.6539405041508195f,0.5616043353859187f,0.5471867194964208f,0.2303540067238979f,0.730589570429055f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5677353829278265f,-0.6373789105881906f,0.5209843177190706f,-0.006668362720449729f,0.7903249752842438f,-0.2449224446997458f,0.5616043353859187f,0.5471867194964208f,-0.2303540067238978f,0.730589570429055f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,-0.43715774884721925f,0.5209843177190706f,-0.006668362720449729f,0.6800967259782787f,-0.4712419906898862f,0.5616043353859187f,0.5471867194964208f,6.123020961724905e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6052654488903129f,0.41789427672277096f,0.677508752609116f,-0.1343602921377487f,0.620928955077054f,-0.2847129538724469f,0.7303326410918136f,0.6760451359161009f,0.4980973490458728f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6645397841832001f,-0.31522811641061704f,0.677508752609116f,0.1313965753731045f,0.5570331283785732f,0.39538377210583175f,0.7303326410918136f,0.4295100727489749f,-0.49809734904587266f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,-0.1874600632484512f,0.6537509322159784f,-0.01897162798835901f,0.6800967259782787f,-0.20207591793351792f,0.7047224749537596f,0.5454115318937635f,6.123020961724905e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7331223931333881f,0.059274335292887316f,0.677508752609116f,8.87868929381831e-17f,0.6800967259782787f,0.06389582669848087f,0.7303326410918136f,0.554375f,6.123020961724905e-17f,0.9961946980917455f,-0.08715574274765793f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.8525055205973195e-16f,-0.6800967259782786f,0.7331223931333882f,-0.39080440057809557f,-7.103279609437713e-17f,-0.7331223931333882f,-0.6800967259782786f,1.304808759061248f,1f,-2.4607370000298603e-16f,1.608143953077823e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.8525055205973195e-16f,-0.6800967259782786f,0.7331223931333882f,-0.3908044005780956f,-7.103279609437713e-17f,-0.7331223931333882f,-0.6800967259782786f,1.304808759061248f,1f,-2.4607370000298603e-16f,1.608143953077823e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.8525055205973195e-16f,-0.6800967259782786f,0.7331223931333882f,-0.5007727595481039f,-7.103279609437713e-17f,-0.7331223931333882f,-0.6800967259782786f,1.40682326795799f,1f,-2.4607370000298603e-16f,1.608143953077823e-16f,0.22812500000000022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.8525055205973195e-16f,0.6800967259782789f,-0.733122393133388f,0.7776094134782418f,-7.103279609437713e-17f,0.733122393133388f,0.6800967259782789f,0.22090460203336615f,1f,2.4607370000298603e-16f,-1.608143953077822e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.8525055205973195e-16f,0.6800967259782789f,-0.733122393133388f,0.7776094134782418f,-7.103279609437713e-17f,0.733122393133388f,0.6800967259782789f,0.22090460203336615f,1f,2.4607370000298603e-16f,-1.608143953077822e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.8525055205973195e-16f,0.6800967259782789f,-0.733122393133388f,0.88757777244825f,-7.103279609437713e-17f,0.733122393133388f,0.6800967259782789f,0.11889009313662431f,1f,2.4607370000298603e-16f,-1.608143953077822e-16f,0.22812500000000027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001145503739270919f,-1.9135106236677393e-21f,0.000010626511343410605f,-0.47285780998250676f,0.000010626511343410605f,-3.469446951953614e-21f,0.00001145503739270919f,0.055261952840543804f,9.567220252695165e-22f,0.000015625f,3.844901562546657e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109.mcfunction new file mode 100644 index 000000000..f1dc91c30 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..68d9b3954 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7391512432260396f,0.18700947700799173f,0.29262149543572796f,0.3004361283379241f,0.3115919110954966f,0.05330588641870511f,0.7530029268584663f,0.46609317941301676f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5988453320822119f,0.4463364861923146f,0.2866496281819376f,0.3004361283379241f,0.3019813897833596f,-0.068564419210393f,0.7376355201878854f,0.46609317941301676f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7423249187872261f,0.1864498723785395f,0.2848413672239498f,0.30133047156177833f,0.30395360562145374f,-0.055231396032626695f,-0.7559802530267898f,0.6395541873945167f,-0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.601927368308345f,0.44701975717372044f,0.2790282780969304f,0.30133047156177833f,0.29579035618751015f,0.06395838635010014f,-0.7405520845976717f,0.6395541873945167f,-0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.09031095398713f,-0.008482989110472561f,-1.5598648084002942f,-0.006300482963465154f,-1.5594584477670523f,-0.037151347959381666f,-0.09008538745422623f,0.5518533330103679f,-0.036599607619639554f,1.562035232074025f,-0.01061378733232756f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.12609707506153248f,0.04942766405650324f,0.9907857657873591f,0.055790274339287536f,-0.6210230495682365f,-0.7827716182385245f,-0.03998706772457948f,0.832706236075194f,0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1316432202222026f,-0.03183753889177001f,0.9907857657873591f,0.09898570597469776f,-0.05973294533841047f,-0.9974131589546977f,-0.03998706772457948f,0.85230610876436f,0.9894958503251681f,-0.06444657835235844f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11968670731187865f,0.057496566462014106f,0.9911454166457714f,0.052917302600003276f,-0.6222902799553809f,0.7822203303027354f,0.029768478868324972f,0.27548328127831f,-0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13102028666244675f,-0.021551045101581297f,0.9911454166457714f,0.09590833416111862f,-0.061087205470238166f,0.9976884238045982f,0.029768478868324972f,0.2554390419833881f,-0.9894958503251681f,-0.064446578352358f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9716068595971554f,0.20239573637754443f,-0.1225401007015445f,-0.24883169878602374f,0.19477418060741897f,0.978246170572997f,0.0713964167726589f,0.5796201080384474f,0.13432471460033585f,0.045501600581279056f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7538305000040738f,0.6560951804292304f,-0.03575879585701042f,-0.12603734492964935f,0.5774707156132002f,0.6874922650240547f,0.4403202904037846f,0.7112769095454813f,0.3134759159373913f,0.31127720724400987f,-0.8971283912448557f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9926682135370263f,-0.01270980172018829f,-0.12020099322985028f,-0.22799264283116427f,-0.011070108885290524f,0.9998364793966752f,-0.014299201268948236f,0.25293319268116476f,0.12036307790380253f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.835129147728291f,0.5388503123269577f,-0.11045201455726578f,-0.1276485343608426f,0.42692970019387416f,0.7616041497665196f,0.48753476814560165f,0.3987810630632972f,0.34682897472239405f,0.3599992499486033f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.9238672529909732f,0.38267834602123657f,0.5903919759396712f,0.9999867087429893f,-0.004763343803129584f,-0.0019730416055018713f,0.2575771085848798f,2.226730578266333e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.9238672529909732f,0.38267834602123657f,0.5105913215235471f,0.9999867087429893f,-0.004763343803129584f,-0.0019730416055018713f,0.22048805233189311f,2.226730578266333e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.9238672529909732f,0.38267834602123657f,0.5934210120703145f,0.9999867087429893f,-0.004763343803129584f,-0.0019730416055018713f,0.845069299971386f,2.226730578266333e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.9238672529909732f,0.38267834602123657f,0.5140070431176769f,0.9999867087429893f,-0.004763343803129584f,-0.0019730416055018713f,0.8829792468741235f,2.226730578266333e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.1276728284254692f,0.5978699635796922f,0.7913603196591664f,0.6507360161597047f,0.9878577364172043f,-0.14787072038423846f,-0.047658605243161865f,0.3584179956030077f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.032573496130427926f,0.6104816228346132f,0.7913603196591664f,0.6606400516796093f,0.9988276454643994f,0.00848481009336266f,-0.047658605243161865f,0.47355347457756924f,-0.035809244698610465f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.13768593819985825f,0.3217594818096338f,0.9367568618844597f,0.6866035371437839f,0.9740218459007706f,-0.2156576171052531f,-0.06908860899265151f,0.4943068207443001f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.0315179607467334f,0.3485587466450191f,0.9367568618844597f,0.6884361588570405f,0.9929916922096904f,0.0958867212391582f,-0.06908860899265151f,0.46554299433148344f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.08565652341539072f,0.3393369147451657f,0.9367568618844597f,0.7506757979882493f,0.9957663046448563f,-0.06063192757440379f,-0.06908860899265151f,0.40851992784077745f,0.03335305878500284f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.08565652341539072f,0.6053195887011509f,0.7913603196591664f,0.6144788905304907f,0.9957663046448563f,-0.0786010424880211f,-0.047658605243161865f,0.42620516240058215f,0.03335305878500284f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.11747977008681251f,0.5993629432991749f,0.7918096777762315f,0.6527220258028213f,0.9891217124994435f,0.1416979375202265f,0.03949597909511949f,0.7436115380456619f,-0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.022272377770597485f,0.6103616758679595f,0.7918096777762315f,0.6614383181296836f,0.999110423918477f,-0.014779325179421487f,0.03949597909511949f,0.6283800549937029f,0.03580924469861091f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.1276350159608651f,0.3239661237646336f,0.9374194649961071f,0.687186425637097f,0.975389807497797f,0.2123283367872455f,0.05942559067079133f,0.6073600903326659f,-0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.021277075791967394f,0.3475514820744619f,0.9374194649961071f,0.6893155474053594f,0.9932638968032815f,-0.099475778361306f,0.05942559067079133f,0.6361034904924672f,0.11390398304231066f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.07538414985394308f,0.3399440786323692f,0.9374194649961071f,0.7521398695283528f,0.9965966101791047f,0.0571296398811084f,0.05942559067079133f,0.692481742868476f,-0.033353058785002394f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.07538414985394308f,0.606097899790701f,0.7918096777762315f,0.6157678420754453f,0.9965966101791047f,0.07235512569842897f,0.03949597909511949f,0.6762018395863295f,-0.033353058785002394f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.9238672529909732f,0.38267834602123657f,0.12968270083193045f,0.9999867087429893f,-0.004763343803129584f,-0.0019730416055018713f,0.5537063722427317f,2.226730578266333e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.3826783460212363f,0.9238672529909733f,-0.013821678926033129f,0.9999867087429893f,-0.0019730416055022816f,-0.004763343803129414f,0.554446262844795f,2.226730578266333e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.0024598357511424933f,-0.13040953891599116f,0.9914571606316614f,-0.14304990389350547f,0.996220621552433f,0.08576330985095419f,0.01375237714336083f,0.3874514239386747f,-0.08682408883346496f,0.9877438973960444f,0.1297057082595472f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.0024598357511424933f,0.29248295513067196f,0.9562675724744131f,-0.030668311716009127f,0.996220621552433f,0.08374430829836489f,-0.023051334480077817f,0.41703129440058007f,-0.08682408883346496f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.01573884755044226f,-0.36764005631178376f,0.9298349733543323f,-0.2674291330997193f,0.992478196476645f,-0.10717100660225555f,-0.059172669893500306f,0.6898434353834516f,0.12140559376013035f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.01573884755044226f,0.951331356655485f,-0.30776766971502734f,0.06686512737638542f,0.992478196476645f,0.0225100563904279f,0.12033422987564935f,0.691532079353051f,0.12140559376013035f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.23526812477805642f,0.729029479155914f,0.6427790662312156f,-0.0024811393376419806f,0.952516614039706f,-0.30446858096833646f,-0.0033140883303324374f,0.5543877924435576f,0.19328996208223162f,0.6130374390889876f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.22543376528112574f,0.7321302407946968f,0.6427790662312156f,-0.0024811393376419806f,0.9548919352625321f,0.2969350245240781f,-0.0033140883303324374f,0.5543877924435576f,-0.19328996208223118f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.7660342614254029f,0.6427790662312156f,-0.0024811393376419806f,0.9999867087429893f,-0.003949576673848575f,-0.0033140883303324374f,0.5543877924435576f,2.226730578266333e-16f,0.6427876096865393f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.18837021326720246f,-0.6145796718702191f,0.7660342614254028f,-0.009804890738056543f,0.9547008402321194f,-0.29754110052929233f,-0.003949576673848575f,0.5544255527881697f,0.2303540067238981f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.19820457276413314f,-0.6114789102314363f,0.7660342614254028f,-0.009804890738056543f,0.9527077090701187f,0.3038625049631222f,-0.003949576673848575f,0.5544255527881697f,-0.23035400672389766f,0.7305895704290553f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,-0.6427790662312157f,0.7660342614254028f,-0.009804890738056543f,0.9999867087429893f,0.003314088330332438f,-0.003949576673848575f,0.5544255527881697f,2.226730578266333e-16f,0.7660444431189779f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.04804235129785222f,0.07290018100331569f,0.9961814574119805f,-0.0012443747383648358f,0.8657892141596866f,-0.5003825099162699f,-0.005136186780723806f,0.7356338249125933f,0.4980973490458729f,0.8627299156628209f,-0.08715574274765805f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.03911223304042901f,0.07805598718313417f,0.9961814574119805f,-0.003113354478549034f,0.8662385722767518f,0.49960419882671936f,-0.005136186780723806f,0.3731386429932597f,-0.49809734904587255f,0.8627299156628211f,-0.08715574274765805f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,-0.2756336922500614f,0.9612489195620635f,-0.019433322702304787f,0.9999867087429893f,0.0014211327825098962f,-0.004956078992341638f,0.5622877996163363f,2.226730578266333e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.0051558061798184784f,0.08715458433828124f,0.9961814574119805f,8.878689293818311e-17f,0.9999867087429893f,-0.00044935811706526673f,-0.005136186780723806f,0.554375f,2.226730578266333e-16f,0.9961946980917455f,-0.08715574274765805f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.213198609684675e-16f,-0.9999867087429893f,-0.005155806179818256f,0.2884797533483305f,-2.9512519118893546e-21f,0.005155806179818256f,-0.9999867087429893f,1.3497732261471835f,1f,-1.2131823325893205e-16f,-6.28452901601965e-19f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.213198609684675e-16f,-0.9999867087429893f,-0.005155806179818256f,0.2884797533483304f,-2.9512519118893546e-21f,0.005155806179818256f,-0.9999867087429893f,1.3497732261471835f,1f,-1.2131823325893205e-16f,-6.28452901601965e-19f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.213198609684675e-16f,-0.9999867087429893f,-0.005155806179818256f,0.2892531242753032f,-2.9512519118893546e-21f,0.005155806179818256f,-0.9999867087429893f,1.4997712324586319f,1f,-1.2131823325893205e-16f,-6.28452901601965e-19f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.213198609684675e-16f,0.9999867087429893f,0.0051558061798187005f,0.28026268724924475f,-2.9512519118893546e-21f,-0.0051558061798187005f,0.9999867087429893f,-0.24395559091195576f,1f,1.2131823325893196e-16f,6.284529016020189e-19f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.213198609684675e-16f,0.9999867087429893f,0.0051558061798187005f,0.2802626872492448f,-2.9512519118893546e-21f,-0.0051558061798187005f,0.9999867087429893f,-0.24395559091195576f,1f,1.2131823325893196e-16f,6.284529016020189e-19f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.213198609684675e-16f,0.9999867087429893f,0.0051558061798187005f,0.279489316322272f,-2.9512519118893546e-21f,-0.0051558061798187005f,0.9999867087429893f,-0.3939535972234042f,1f,1.2131823325893196e-16f,6.284529016020189e-19f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[8.055947155966373e-8f,-1.9135106236677393e-21f,0.00001562479232410921f,-0.6874536502297022f,0.00001562479232410921f,-3.469446951953614e-21f,-8.055947155966373e-8f,0.5651370208189777f,3.479266528541146e-21f,0.000015625f,1.8955973946708127e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..3717b3b6f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.08149928386995804f,0.4484106543001044f,-0.6776652538556782f,0.034284222531563845f,-0.7632956558027635f,0.19135712389727105f,0.21841849145811323f,1.0082028657826878f,0.2787150031945849f,0.6551753816256842f,0.4000095133247781f,-0.020636898294837114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.09433842417782025f,0.43637471153095153f,-0.6638353507157665f,0.034284222531563845f,-0.6190668075138943f,0.45932231670943235f,0.2139609712242742f,1.0082028657826878f,0.497851935376574f,0.4884671130270273f,0.3918460538691704f,-0.020636898294837114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4305784719285051f,0.538703778868014f,0.4374298373333486f,-0.09036721573692291f,0.6753244026426317f,0.20686882935613707f,0.40998375953278693f,0.9867886506395344f,0.15963575774722313f,0.5778823154575571f,-0.554538455631642f,0.08606770310360141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.591630023000804f,0.3261278182947219f,0.42850269779593336f,-0.09036721573692291f,0.5336357091326539f,0.4403826981745874f,0.40161674403211783f,0.9867886506395344f,-0.07215847713579819f,0.5828410806410226f,-0.5432213442922207f,0.08606770310360141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.35898017982942276f,1.5129535295062617f,0.15333329072376994f,0.10352361610382876f,1.4228591093007028f,0.27857136666223076f,0.582474204369554f,0.2248507296949237f,0.5366669689571397f,0.2734517530214087f,-1.441741638852077f,0.5296669273724515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.1934134726626387f,-0.37333610931423766f,-0.9073099680234347f,0.03470431405328554f,-0.9668775768053494f,0.08445554283167779f,-0.2408630580973797f,0.46364430240681587f,0.16655023285361645f,0.9238438237965949f,-0.344635472883004f,0.5058718889228868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1934134726626387f,-0.37333610931423766f,-0.9073099680234347f,-0.028759481664142786f,-0.9668775768053494f,0.08445554283167779f,-0.2408630580973797f,0.7809010072960711f,0.16655023285361645f,0.9238438237965949f,-0.344635472883004f,0.4512225937677939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5164585958747283f,0.712783939821634f,-0.4745625078737822f,0.47719922265320475f,0.805409936652147f,-0.5925642778356033f,-0.013505945918521056f,0.5538947801144929f,-0.29083561110890205f,-0.3752420975390675f,-0.8801181827149076f,-0.05784183993450914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1141794816196037f,0.9638356485301584f,-0.24079843977801793f,0.420859622650592f,0.9372015182700174f,0.18490985989578362f,0.29573917201766714f,0.8581423160688547f,0.32956996241989667f,-0.19190931800142194f,-0.9244211451144853f,0.06633792678392555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7532885517314928f,0.2308743066175169f,-0.6158355400382078f,-0.021292942238944054f,-0.12940952255126037f,0.8660254037844385f,0.4829629131445341f,0.4349745038469781f,0.644832949920617f,0.44350541658911075f,-0.6224896883907347f,0.1700191828666562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7532885517314928f,0.448970104700889f,-0.48060607873303374f,0.05988516440039118f,-0.12940952255126037f,0.6152812398840724f,0.7776131244518532f,0.5551998183530658f,0.644832949920617f,0.6479620675098127f,-0.4053833072106986f,0.28897842485467923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7532885517314928f,0.30928181299414503f,-0.5804318374980174f,0.1928264183041583f,-0.12940952255126037f,0.7955771263650013f,0.5918700967930897f,0.5162527209384176f,0.644832949920617f,0.5209623749906139f,-0.559275129556834f,-0.04815850446850832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7532885517314928f,0.5580618257304464f,-0.34802780994149174f,0.2952878368164827f,-0.12940952255126037f,0.39305495370536886f,0.9103631027456709f,0.5956402941503347f,0.644832949920617f,0.7308042159361636f,-0.2238652824057445f,0.08746812800448646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293544f,-0.08192490090700077f,0.5144481861494172f,-0.03175378964398479f,0.844786045264309f,0.5341612439796939f,1.259146270922963f,0.07687084754581514f,0.5349119523399564f,-0.8414036344356043f,0.5487716791963255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293544f,-0.08192490090700077f,0.5423448405980013f,-0.03175378964398479f,0.844786045264309f,0.5341612439796939f,1.2048163989996703f,0.07687084754581514f,0.5349119523399564f,-0.8414036344356043f,0.400143437642525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293544f,-0.08192490090700077f,-0.07101629242942367f,-0.03175378964398479f,0.844786045264309f,0.5341612439796939f,1.240490919507122f,0.07687084754581514f,0.5349119523399564f,-0.8414036344356043f,0.5939333021294919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293544f,-0.08192490090700077f,-0.1178597841823937f,-0.03175378964398479f,0.844786045264309f,0.5341612439796939f,1.1837795133605302f,0.07687084754581514f,0.5349119523399564f,-0.8414036344356043f,0.45107037414162754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9820224348054951f,0.17005954295500475f,-0.08192490090700077f,0.41601718135776555f,0.10079080526330005f,0.8393527143009911f,0.5341612439796939f,1.3579030499847335f,0.15960310496059452f,0.5163010486581382f,-0.8414036344356043f,0.5950526704769448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293558f,-0.08192490090700077f,0.30137579958437327f,-0.03175378964398478f,0.844786045264309f,0.5341612439796939f,1.3627587216689765f,0.07687084754581514f,0.5349119523399564f,-0.8414036344356043f,0.609297552455472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9634638771828103f,0.25500130975201785f,-0.08192490090700077f,0.27905474661747515f,0.1735616750618629f,0.8273742263207055f,0.5341612439796939f,1.3584002441051644f,0.20399436833791945f,0.5004260401347725f,-0.8414036344356043f,0.608703925658001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9951083369109488f,-0.055206054212410094f,-0.08192490090700077f,0.30820477393324536f,-0.09060573459423513f,0.8405131565232663f,0.5341612439796939f,1.3677733710820106f,0.03937002246588785f,0.5389711729671552f,-0.8414036344356043f,0.611816163304095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9914930315536626f,0.10114286426587757f,-0.08192490090700077f,0.3647325652748625f,0.041994998350209416f,0.8443389044356724f,0.5341612439796939f,1.4747813448964393f,0.12319897927374873f,0.5261767150534715f,-0.8414036344356043f,0.6371054273783837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9914930315536626f,0.10114286426587757f,-0.08192490090700077f,0.34197542081504007f,0.041994998350209416f,0.8443389044356724f,0.5341612439796939f,1.2848050913984133f,0.12319897927374873f,0.5261767150534715f,-0.8414036344356043f,0.5187156664913528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9865101245985315f,-0.14172538472682905f,-0.08192490090700077f,0.026893524656269666f,-0.16351650086544883f,0.8294179401090775f,0.5341612439796939f,1.3455039398327315f,-0.007754225255258582f,0.5403515484841755f,-0.8414036344356043f,0.6250689336343369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293544f,-0.08192490090700077f,0.14182399980636373f,-0.03175378964398479f,0.844786045264309f,0.5341612439796939f,1.3576747327972454f,0.07687084754581514f,0.5349119523399563f,-0.8414036344356043f,0.6216050766239297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704039745668201f,-0.22716609948734978f,-0.08192490090700077f,0.1640211324706874f,-0.23518280783111378f,0.8120103523544138f,0.5341612439796939f,1.3547347911612866f,-0.054819458640083266f,0.5376195224440458f,-0.8414036344356043f,0.6175774011579105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931072087379519f,0.08382352035134451f,-0.08192490090700077f,0.13515801243259334f,0.027252856577531293f,0.8449432213104204f,0.5341612439796939f,1.3622593761851651f,0.11399716558352978f,0.5282466944501186f,-0.8414036344356043f,0.6251646633047585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9939932985954082f,-0.07256468120785617f,-0.08192490090700077f,0.07651454687142523f,-0.10526091212552585f,0.8388038541927236f,0.5341612439796939f,1.4655975111807795f,0.029957682252171075f,0.5395761866804665f,-0.8414036344356043f,0.6593380203809114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9939932985954082f,-0.07256468120785617f,-0.08192490090700077f,0.09284160014319284f,-0.10526091212552585f,0.8388038541927236f,0.5341612439796939f,1.276866643987417f,0.029957682252171075f,0.5395761866804665f,-0.8414036344356043f,0.5379333783778066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9965352826873887f,0.014343673537293544f,-0.08192490090700077f,0.21261753094459726f,-0.03175378964398479f,0.844786045264309f,0.5341612439796939f,0.8311904806205911f,0.07687084754581514f,0.5349119523399564f,-0.8414036344356043f,0.28047601043646464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7532885517314928f,0.5580618257304464f,-0.34802780994149174f,0.003344346295679881f,-0.12940952255126037f,0.39305495370536886f,0.9103631027456709f,0.6837948729810778f,0.644832949920617f,0.7308042159361636f,-0.2238652824057445f,0.006424429460403279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9159554804965458f,0.26994698175253373f,-0.29690770416248735f,0.13639439058324065f,-0.18744220405569353f,0.3663972687195474f,0.9113827196154201f,0.21201685590005465f,0.35481118624852526f,0.890439031330923f,-0.28500412908475814f,-0.06104486478672849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9159554804965458f,-0.2722504510121317f,-0.29479696347152695f,0.028501773867228866f,-0.18744220405569353f,0.939848259309283f,-0.2855707786382468f,0.44600728360047676f,0.35481118624852526f,-0.20631272718133936f,-0.9118903885423468f,-0.21595867308910455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8462470115402841f,-0.07542097455948768f,-0.5274255132771217f,-0.03753292638075098f,0.12052744095487311f,0.9371678781923853f,-0.3273980819449801f,0.4059878311325805f,0.5189789315916474f,-0.3406288958395624f,-0.7839852191738772f,0.16888771939182648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8462470115402841f,-0.45494813121992683f,-0.2772872037412373f,-0.20665662370666096f,0.12052744095487311f,0.34348366747936687f,-0.9313925628604693f,0.4894716210629919f,0.5189789315916474f,-0.8216088899679821f,-0.23583829309417115f,-0.1262736092856764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8663774546170157f,0.21486383162682648f,-0.4508033273945299f,-0.029289401693535673f,0.12743220028900526f,0.9679436594388268f,0.21643961393810296f,0.6026334397063465f,0.4828572671720327f,0.13007154189449335f,-0.865985134704023f,-0.05626441716296104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8924672104578847f,-0.07926970850829851f,-0.44409299878576247f,-0.04271244938708553f,-0.12743220028900526f,0.9886462705255005f,0.07962151785492128f,0.5783497255650671f,0.4327393125046818f,0.1276513419006164f,-0.8924358925569651f,-0.08204985187175184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.09994069158504511f,-0.4508033273945299f,-0.029289401693535673f,0f,0.9762960071199333f,0.21643961393810296f,0.6026334397063465f,0.46174861323503374f,0.19198428229200928f,-0.865985134704023f,-0.05626441716296104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8605524541934949f,0.34114838498833633f,-0.3782423204790849f,-0.020201501829032707f,0.07139380484326967f,0.8160349234517084f,0.573576436351046f,0.6179727771688617f,0.5043336179668713f,0.46658845155770223f,-0.7265967373044221f,-0.038806723951547155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9067185241306778f,0.1865322090066022f,-0.3782423204790849f,-0.020201501829032707f,-0.07139380484326967f,0.8160349234517084f,0.573576436351046f,0.6179727771688617f,0.415649422745042f,0.5470765382561033f,-0.7265967373044221f,-0.038806723951547155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.2648481240693881f,-0.3782423204790849f,-0.020201501829032707f,0f,0.8191520442889918f,0.573576436351046f,0.6179727771688617f,0.46174861323503374f,0.5087685126991366f,-0.7265967373044221f,-0.038806723951547155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.849287188413221f,0.3446772914318673f,-0.3998860292237747f,-0.18746308466174727f,0.11303899832181541f,0.8586164364012608f,0.5f,0.6252155629614367f,0.5156873630947015f,0.3794408780202667f,-0.7681739149643407f,0.059487375374189834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9095574766616793f,0.07783817496398021f,-0.40822348679015946f,0.15265933813086896f,-0.11303899832181544f,0.8989270130111936f,0.4232639957959735f,0.6354831899803588f,0.3999092165820129f,0.43112810601612367f,-0.8088270363283552f,-0.12634475041164173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.1951433962865685f,-0.4184863638282854f,-0.05851575001905627f,0f,0.9063077870366499f,0.42261826174069944f,0.5002474488419145f,0.46174861323503374f,0.37486697646294953f,-0.8039048252952891f,-0.09548833047823072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.23087430661751687f,-0.3998860292237747f,0f,0f,0.8660254037844386f,0.5f,0.69375f,0.46174861323503374f,0.4435054165891108f,-0.7681739149643407f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7010603600288249f,0.5975095638872153f,-0.38922576052923796f,0.1672837168763877f,-0.6884176423098142f,0.4247194837825179f,-0.5879579150348329f,0.45375849831967463f,-0.1859987133096636f,0.6801438679858998f,0.7090901194406307f,0.2510726397796922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7010603600288249f,0.5975095638872153f,-0.38922576052923796f,0.23300812562909f,-0.6884176423098142f,0.4247194837825179f,-0.5879579150348329f,0.38921934435312955f,-0.1859987133096636f,0.6801438679858998f,0.7090901194406307f,0.2336352604069112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7010603600288249f,0.5975095638872153f,-0.38922576052923796f,0.25852978533212456f,-0.6884176423098142f,0.4247194837825179f,-0.5879579150348329f,0.5096826085916271f,-0.1859987133096636f,0.6801438679858998f,0.7090901194406307f,0.13599043217720708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.552568082709089f,-0.04736874720533044f,-0.8321206137089734f,0.7086863661287284f,-0.05591155074377989f,0.998241411653484f,-0.01969727274230959f,1.6119567867982538f,0.8315902912279742f,0.03564106968451858f,-0.5542448030312201f,0.22592552424426518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2822574550628636f,-0.04736874720533044f,-0.9581685294610927f,0.7226670588383723f,-0.02085026572761674f,0.998241411653484f,-0.05549189561681035f,1.6159269724223473f,0.9591120870266014f,0.03564106968451858f,0.2807734294252575f,0.13330889313802838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.14912738890286859f,-0.04736874720533044f,-0.987682754566065f,0.8638291256684602f,-0.04234864665699517f,0.998241411653484f,-0.0414810340563031f,1.620164034718746f,0.9879107317998592f,0.03564106968451858f,-0.1508711375525806f,0.20224787932403387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013859544268409718f,0.000005723903198200932f,-0.00000439210540055866f,0.24770625991487777f,0f,0.00000951189732826126f,0.000012396145942050552f,0.24944854904027702f,0.000007214822081797402f,0.00001099551574025709f,-0.000008437155974246721f,0.49147009755077453f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11.mcfunction new file mode 100644 index 000000000..4a3f4a38d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110.mcfunction new file mode 100644 index 000000000..04a43307c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..50e4752fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.27336648534406127f,0.16614473109580236f,0.7514061068850738f,0.13927222094164632f,0.754125217794352f,-0.10104449686544076f,0.2966978429046551f,0.27391324586797006f,0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.18512019401026125f,0.25284297932968136f,0.7360712883772152f,0.13927222094164632f,0.6446231498338756f,-0.3741493903400769f,0.2906427848861928f,0.27391324586797006f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7272877653605068f,0.08610616231118083f,-0.3613622553801175f,0.26718744514124315f,-0.33835866440755463f,-0.17435535790369958f,-0.7225358592035782f,0.3910764506625085f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6259345752699579f,0.3505691748712061f,-0.3539875154744009f,0.26718744514124315f,-0.2408617840458745f,-0.2846376505634533f,-0.7077902294239135f,0.3910764506625085f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.083187319417625f,-0.0330282711881748f,-1.1256201021460048f,-0.006130185083385373f,-1.1255096400186677f,-0.01900834189948789f,1.083638769684475f,0.5572863091252822f,-0.03659960761963967f,1.5620352320740252f,-0.01061378733232717f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5414344154675557f,-0.5409247664192457f,0.6436219160513346f,0.24216920064427866f,-0.3292702145372587f,-0.5679567742074438f,-0.7543250151297269f,0.7024793886767354f,0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13325540842189065f,-0.7536536507605628f,0.6436219160513346f,0.2858936315327115f,0.05604425318967099f,-0.6541045889106342f,-0.7543250151297269f,0.6840898680988746f,0.9894958503251682f,-0.06444657835235845f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3754212234280889f,0.6131461011360115f,0.6950616977373053f,-0.16874331520831629f,-0.5105183693402839f,0.4891077171294165f,-0.7072090466125195f,0.32610646239898633f,-0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0441590930115382f,0.7175926496578219f,0.6950616977373053f,-0.15425361281390532f,-0.13765150450929f,0.6934748933420306f,-0.7072090466125195f,0.2809395624818755f,-0.9894958503251682f,-0.06444657835235798f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5169925837685181f,0.8554343928773752f,-0.03083290143447942f,-0.1504854045688384f,0.8453848469045857f,0.5159085227315579f,0.13842997073268354f,0.7541465515591856f,0.13432471460033607f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.088201348014108f,0.9502075804952139f,0.2988746830662071f,0.029546483543178f,0.9454910746991256f,-0.014562081575152375f,0.3253222609113783f,0.7534494253945406f,0.3134759159373915f,0.31127720724400976f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6823727808226872f,0.7251743869784786f,-0.09213846353559813f,-0.376095363097309f,0.7210271267225917f,0.6884450835487841f,0.07850636577801628f,0.5169572736996502f,0.12036307790380273f,-0.01286372449547879f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2539078265109935f,0.9249643056889496f,0.2827929434017451f,-0.20089709988437007f,0.9029066828468357f,0.12182599573901456f,0.4122110488969474f,0.5423759669563213f,0.3468289747223942f,0.3599992499486032f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.6240206339438163f,0.2584778097801854f,0.18318274785624666f,0.675435067002302f,-0.6812867524072602f,-0.2821982127122078f,-0.08052322372585491f,2.402845515901879e-16f,0.3826834323650896f,-0.9238795325112867f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.6240206339438163f,0.2584778097801854f,0.10175923326885625f,0.675435067002302f,-0.6812867524072602f,-0.2821982127122078f,-0.04714727712930317f,2.402845515901879e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.6240206339438163f,0.2584778097801854f,0.6164166847000371f,0.675435067002302f,-0.6812867524072602f,-0.2821982127122078f,0.3162948781379976f,2.402845515901879e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.6240206339438163f,0.2584778097801854f,0.5902996301352581f,0.675435067002302f,-0.6812867524072602f,-0.2821982127122078f,0.40032845475972195f,2.402845515901879e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8117346855888508f,0.29756371665208214f,0.5025362024214465f,0.2981799897668851f,0.577278146762418f,-0.5392310059982974f,-0.6131719688966648f,-0.05631739720358975f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7551916637829165f,0.42088349481610865f,0.5025362024214465f,0.3894081546695991f,0.6545252087940582f,-0.4422859794437104f,-0.6131719688966648f,0.014617011701852242f,-0.03580924469861047f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8083813338047412f,0.06027107291676753f,0.5855655530557867f,0.4222747294415255f,0.5605315272364148f,-0.38262876227406367f,-0.7344383141249037f,0.009657957626129296f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.750191549365874f,0.3071247667227443f,0.5855655530557867f,0.40240894145417616f,0.651335951646404f,-0.19068780988370165f,-0.7344383141249037f,-0.011224252024485612f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7890003451045536f,0.18598773749730366f,0.5855655530557867f,0.40283306955993525f,0.6134867797227415f,-0.29023151767302924f,-0.7344383141249037f,-0.09563528747919671f,0.03335305878500283f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7890003451045536f,0.3534626156762923f,0.5025362024214465f,0.3233039810327696f,0.6134867797227415f,-0.4976485784816512f,-0.6131719688966648f,0.016335642679174645f,0.03335305878500283f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6461478229293702f,0.5111001201818969f,0.5668065437816381f,0.5822329819358456f,0.7580608481125495f,-0.3436435805420886f,-0.5543039239542649f,0.20385928702019668f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7181463448909233f,0.40372784056356736f,0.5668065437816381f,0.5035818065839179f,0.6949701614558157f,-0.4579996010642175f,-0.5543039239542649f,0.11919370337464716f,0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6291718754351084f,0.3758804417512669f,0.680335685283626f,0.5056435193163982f,0.7561869643357976f,-0.093548198586571f,-0.6476341633282011f,0.08601911528114861f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7145314563565065f,0.1630587415832373f,0.680335685283626f,0.5281852433441868f,0.6902685568125982f,-0.32264424675799513f,-0.6476341633282011f,0.10397981933487546f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.680226381422078f,0.27282856402342615f,0.680335685283626f,0.6122348230494943f,0.7322428855831309f,-0.21069016826390133f,-0.6476341633282011f,0.09616502934743787f,-0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.680226381422078f,0.46478211233193967f,0.5668065437816381f,0.5076588477748081f,0.7322428855831309f,-0.3956861336991665f,-0.5543039239542649f,0.18519440942975018f,-0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.6240206339438163f,0.2584778097801854f,0.08759340795195199f,0.675435067002302f,-0.6812867524072602f,-0.2821982127122078f,0.4587431808104399f,2.402845515901879e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.25847780978018514f,0.6240206339438165f,-0.009335770715617435f,0.675435067002302f,-0.2821982127122082f,-0.6812867524072601f,0.564567510577518f,2.402845515901879e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7294826750822585f,-0.025633790477617574f,0.6835187894568677f,-0.21967327348923743f,0.6784663619908292f,0.15396396312975885f,-0.7183164300670754f,0.5459840427503834f,-0.08682408883346494f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7294826750822585f,0.2601248666559397f,0.6326057860169017f,-0.12163106715707099f,0.6784663619908292f,-0.1577797260790244f,-0.7174879467178228f,0.48359560812974933f,-0.08682408883346494f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.739097064069311f,-0.32836717264317805f,0.5881415899377036f,-0.0822214002941472f,0.6625678921347421f,0.19702749958165072f,-0.7226229671970904f,0.8426624946115031f,0.12140559376013037f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.739097064069311f,0.6626917160811859f,-0.12072787300991294f,0.14607999072483407f,0.6625678921347421f,-0.6829185472895275f,0.30761346862594663f,0.5984618005819405f,0.12140559376013037f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8588786194250552f,0.27171950506925846f,0.4341612922168773f,-0.0016758707891915995f,0.47430634367754454f,-0.741858213434436f,-0.4740040965087813f,0.5562046647663823f,0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5477002714934457f,0.7152121258386055f,0.4341612922168773f,-0.0016758707891915995f,0.8140414013821753f,-0.3356437297621371f,-0.4740040965087813f,0.5562046647663823f,-0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.517413279764808f,0.4341612922168773f,-0.0016758707891915995f,0.675435067002302f,-0.5648960849187131f,-0.4740040965087813f,0.5562046647663823f,2.402845515901879e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5727346269693661f,-0.6358132941306638f,0.517413279764808f,-0.006622655056019881f,0.7867096533388336f,0.2489584997283738f,-0.564896084918713f,0.5616054134030215f,0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8338442639491348f,-0.19232067336131667f,0.517413279764808f,-0.006622655056019881f,0.5016380917208862f,0.6551729834006728f,-0.564896084918713f,0.5616054134030215f,-0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,-0.4341612922168774f,0.517413279764808f,-0.006622655056019881f,0.675435067002302f,0.4740040965087814f,-0.564896084918713f,0.5616054134030215f,2.402845515901879e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6680580141108008f,-0.31772851109283456f,0.6728648326529362f,0.13218557726441796f,0.5528087559507422f,-0.3933772818289748f,-0.7346133632633158f,0.678404364428172f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765826f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6091899691684011f,0.41969095587531907f,0.6728648326529362f,-0.13512897951153777f,0.6170790973109339f,0.28205778517332714f,-0.7346133632633158f,0.43355915263983746f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765826f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,-0.18617513589459236f,0.6492698580028448f,-0.007392239206128658f,0.675435067002302f,0.20326035200308268f,-0.7088530874357387f,0.5740122408586233f,2.402845515901879e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7374194669681537f,0.05886804494239978f,0.6728648326529362f,8.878689293818311e-17f,0.675435067002302f,-0.06427034136019184f,-0.7346133632633158f,0.554375f,2.402845515901879e-16f,0.9961946980917455f,-0.08715574274765826f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[4.127533429223555e-17f,-0.6754350670023022f,-0.7374194669681536f,0.7797079849190273f,-7.20678923199931e-17f,0.7374194669681536f,-0.6754350670023022f,0.8829086580983904f,1f,8.10230749233461e-17f,-1.8239946665156595e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[4.127533429223555e-17f,-0.6754350670023022f,-0.7374194669681536f,0.7797079849190273f,-7.20678923199931e-17f,0.7374194669681536f,-0.6754350670023022f,0.8829086580983904f,1f,8.10230749233461e-17f,-1.8239946665156595e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[4.127533429223555e-17f,-0.6754350670023022f,-0.7374194669681536f,0.8903209049642503f,-7.20678923199931e-17f,0.7374194669681536f,-0.6754350670023022f,0.9842239181487357f,1f,8.10230749233461e-17f,-1.8239946665156595e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[4.127533429223555e-17f,0.6754350670023019f,0.7374194669681539f,-0.3955542905614678f,-7.20678923199931e-17f,-0.7374194669681539f,0.6754350670023019f,-0.19356597993652847f,1f,-8.10230749233462e-17f,1.8239946665156558e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[4.127533429223555e-17f,0.6754350670023019f,0.7374194669681539f,-0.3955542905614678f,-7.20678923199931e-17f,-0.7374194669681539f,0.6754350670023019f,-0.19356597993652847f,1f,-8.10230749233462e-17f,1.8239946665156558e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[4.127533429223555e-17f,0.6754350670023019f,0.7374194669681539f,-0.5061672106066909f,-7.20678923199931e-17f,-0.7374194669681539f,0.6754350670023019f,-0.29488123998687377f,1f,-8.10230749233462e-17f,1.8239946665156558e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011522179171377403f,-1.9135106236677393e-21f,0.00001055367292191097f,-0.4590392835612399f,0.00001055367292191097f,-3.469446951953614e-21f,-0.000011522179171377403f,1.0662258361366947f,3.7544461185966864e-21f,0.000015625f,-1.2659855456772836e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111.mcfunction new file mode 100644 index 000000000..0ec635812 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..0981b8da4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3648799993620914f,0.03946895531930151f,0.7295541323822154f,-0.11004435060228004f,0.7143505200447912f,-0.19041077591273445f,-0.3469748050975615f,0.26120987936427986f,0.15333090041378017f,0.7931773965682315f,-0.11959806434882643f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.34502133406709123f,-0.10106348137288336f,0.7146652725376805f,-0.11004435060228004f,0.5751250042996812f,-0.4401176106689594f,-0.33989368662618274f,0.26120987936427986f,0.4361095143055883f,0.6603655514272675f,-0.117157287525381f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.24878064484444418f,-0.06873597325324847f,-0.7748083641624911f,0.06288549944419512f,-0.7625891883403055f,-0.18190499717878922f,-0.22871979860148242f,0.2476162005883319f,-0.15333090041378006f,0.7931773965682315f,-0.1195980643488266f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.25091996476236705f,0.031053523826108834f,-0.7589959485673383f,0.06288549944419512f,-0.6219707893589508f,-0.45050307118391786f,-0.22405204760961545f,0.2476162005883319f,-0.4361095143055882f,0.6603655514272675f,-0.11715728752538117f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5618850098304937f,-0.0364304427907953f,0.024378041448511828f,-0.0020535425485160817f,0.02412332458197289f,0.011180634933402534f,1.5622737623776437f,0.5608432186868522f,-0.03659960761963943f,1.5620352320740247f,-0.010613787332326997f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6101223678809586f,-0.784289563961354f,-0.11243031651935162f,0.2734987742725848f,0.171233164560601f,0.008023724518566769f,-0.9851978599242955f,0.47835360723854f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.04993297175185838f,-0.9924042131406873f,-0.11243031651935162f,0.28988303062866333f,0.1356637774842676f,0.10478795865597743f,-0.9851978599242955f,0.43383893025151465f,0.9894958503251681f,-0.06444657835235831f,0.1294009301664641f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.629383790518823f,0.7759101958258412f,-0.042888369585044606f,-0.2820178985335367f,-0.07379799906680319f,-0.11462054051236015f,-0.9906644169578264f,0.5220216911626302f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07051721359562013f,0.9965881347583095f,-0.042888369585044606f,-0.30515635924459955f,-0.1261954229597192f,-0.05156285676363423f,-0.9906644169578264f,0.4806138180039723f,-0.9894958503251681f,-0.06444657835235809f,0.1294009301664641f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.2653975101361941f,0.9607995027287267f,0.08017778476448278f,0.04339811446975464f,0.9547361062938f,-0.27348477087540474f,0.11698310749069807f,0.800690110094938f,0.13432471460033624f,0.045501600581278834f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6311199250094941f,0.6376038648371545f,0.4417566658249015f,0.16570981828812673f,0.7095213107322595f,-0.7046756784472505f,0.003420207842043721f,0.6685847966850912f,0.31347591593739155f,0.31127720724400954f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.0616480496384404f,0.9980830209225712f,-0.005459058696387797f,-0.283937731200798f,0.9908139318021822f,-0.06053765719102969f,0.12092536792799878f,0.8038287495916383f,0.12036307790380289f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.48693616735718137f,0.7201020826286193f,0.4943138269494633f,-0.1458291292894978f,0.8016251188757197f,-0.5931724290881768f,0.07445561199211209f,0.6930742667125559f,0.34682897472239427f,0.359999249948603f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.07240102438535465f,-0.02998948623011893f,-0.339232751553877f,-0.07836630408788722f,-0.9210382631906369f,-0.38150654007812174f,-0.012698905126656501f,1.0468724095678554e-16f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.07240102438535465f,-0.02998948623011893f,-0.37037881154909624f,-0.07836630408788722f,-0.9210382631906369f,-0.38150654007812174f,0.06960337604314498f,1.0468724095678554e-16f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.07240102438535465f,-0.02998948623011893f,0.24646046989205705f,-0.07836630408788722f,-0.9210382631906369f,-0.38150654007812174f,-0.05873910877829025f,1.0468724095678554e-16f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.07240102438535465f,-0.02998948623011893f,0.29008375731546776f,-0.07836630408788722f,-0.9210382631906369f,-0.38150654007812174f,0.017685699584919667f,1.0468724095678554e-16f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9758568738599768f,-0.19125296491059357f,-0.1054782686297999f,-0.24308129081907986f,-0.19966627220869104f,-0.5854370561474936f,-0.7857460359630463f,-0.08026505259152718f,0.08852537197051386f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9937610116542659f,-0.03624067552832673f,-0.1054782686297999f,-0.12898012795809213f,-0.10562551637745837f,-0.6094640409887642f,-0.7857460359630463f,-0.09857333137604372f,-0.03580924469861059f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9613249137617305f,-0.23863960624810338f,-0.13749744910634285f,-0.11018368007212745f,-0.20863936361799268f,-0.30510409744818295f,-0.9291830313072922f,-0.12598678612794945f,0.1797888376125731f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9880180173715801f,0.0701059829000371f,-0.13749744910634285f,-0.13900448208527588f,-0.10414547515964738f,-0.3546443490799798f,-0.9291830313072922f,-0.12570824785509316f,-0.11390398304231034f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9868208679869208f,-0.08531720808130391f,-0.13749744910634285f,-0.2004319827968582f,-0.1583418705687918f,-0.3339861469512879f,-0.9291830313072922f,-0.18360526805056732f,0.033353058785002686f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9868208679869208f,-0.12271474790097409f,-0.1054782686297999f,-0.17282116451913906f,-0.1583418705687918f,-0.5979389759775948f,-0.7857460359630463f,-0.04906899845560869f,0.033353058785002686f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9950688322940032f,0.09742899982766515f,-0.018590561842754785f,0.14093274385425153f,0.04473564031653799f,-0.6081297832620247f,-0.7925761094022149f,-0.11045164808907776f,-0.08852537197051366f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9980591372138511f,-0.059433573292489064f,-0.018590561842754785f,0.02537235532406451f,-0.05094758696992404f,-0.6076408924576998f,-0.7925761094022149f,-0.11070667952527086f,0.0358092446986108f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9821174126948254f,0.18803580449620017f,-0.009376774983359707f,0.002523407155596527f,0.055869146687072706f,-0.33864422064666466f,-0.9392543480181879f,-0.13484647078698705f,-0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9921554242506413f,-0.1246582938313421f,-0.009376774983359707f,0.03103373784779992f,-0.05151210321008854f,-0.3393343085392365f,-0.9392543480181879f,-0.13907462121852943f,0.11390398304231054f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9994411980989146f,0.032083759653713004f,-0.009376774983359707f,0.08266030787461096f,0.0022056772859942882f,-0.3432148084168843f,-0.9392543480181879f,-0.20585860177115417f,-0.03335305878500248f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9994411980989146f,0.027779174807335306f,-0.018590561842754785f,0.07640999354296052f,0.0022056772859942882f,-0.6097690101936617f,-0.7925761094022149f,-0.0686605744775805f,-0.03335305878500248f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.07240102438535465f,-0.02998948623011893f,-0.0101628890459038f,-0.07836630408788722f,-0.9210382631906369f,-0.38150654007812174f,0.4250894027960483f,1.0468724095678554e-16f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.029989486230119163f,-0.07240102438535455f,0.0010831682903908876f,-0.07836630408788722f,-0.3815065400781221f,-0.9210382631906368f,0.5681543553253441f,1.0468724095678554e-16f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9937263131665295f,0.0950823508880165f,-0.05888430240789361f,-0.15600058303517336f,-0.07049533402073306f,0.12377939936225346f,-0.9898025399921061f,0.709263906451457f,-0.08682408883346507f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9937263131665295f,0.06210233454490893f,-0.09301244306289545f,-0.13472929918944046f,-0.07049533402073306f,-0.29782996534669687f,-0.9520124577036219f,0.5950180160201313f,-0.08682408883346507f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9886613306491476f,-0.0799627398741931f,-0.12710127265636856f,0.1546873417789766f,-0.08837112131690225f,0.3745007288282414f,-0.9230058228550394f,0.8111664806006265f,0.12140559376013023f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9886613306491476f,-0.047211909293808925f,0.1425475671482666f,0.131892650823764f,-0.08837112131690225f,-0.950425740610753f,0.2981299322471569f,0.4776460072110936f,0.12140559376013023f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9327319282549518f,-0.3570346230254404f,-0.05037288928462141f,0.0001944403041742401f,-0.3043848560162752f,-0.7047775366995584f,-0.6408108014005801f,0.5568485417982156f,0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9688359125325283f,0.24252741414607573f,-0.05037288928462141f,0.0001944403041742401f,0.15490631086405898f,-0.7519079409494446f,-0.6408108014005801f,0.5568485417982156f,-0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.060032071774298146f,-0.05037288928462141f,0.0001944403041742401f,-0.07836630408788722f,-0.7636885747423166f,-0.6408108014005801f,0.5568485417982156f,1.0468724095678554e-16f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9659313403394123f,-0.2517395402168509f,-0.06003207177429814f,0.0007683832619065753f,0.11795625179002729f,0.634717325643232f,-0.7636885747423164f,0.5641498670135425f,0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9356365004480678f,0.3478224969546652f,-0.06003207177429814f,0.0007683832619065753f,-0.26743479694224354f,0.5875869213933459f,-0.7636885747423164f,0.5641498670135425f,-0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,0.050372889284621414f,-0.06003207177429814f,0.0007683832619065753f,-0.07836630408788722f,0.6408108014005802f,-0.7636885747423164f,0.5641498670135425f,1.0468724095678554e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8599470204659879f,-0.5043773332322327f,-0.07806809664139873f,0.1808633414310015f,-0.11131106353432932f,-0.03606380931021128f,-0.9931310330429177f,0.5423433000537465f,0.49809734904587283f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8667770939051568f,0.4925472990161657f,-0.07806809664139873f,-0.18052183775904293f,-0.024423356747283964f,-0.1144301133980985f,-0.9931310330429177f,0.5707510852856056f,-0.4980973490458726f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,0.021600680843936015f,-0.07533052637194051f,0.009314568223504974f,-0.07836630408788722f,0.2747896695817827f,-0.9583054627177805f,0.5731767352345438f,1.0468724095678554e-16f,0.961261695938319f,0.275637355816999f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9969246322483984f,-0.006830073439168775f,-0.07806809664139873f,8.878689293818311e-17f,-0.07836630408788722f,-0.08688770678704537f,-0.9931310330429177f,0.554375f,1.0468724095678554e-16f,0.9961946980917455f,-0.08715574274765842f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.889705619289244e-17f,0.078366304087887f,-0.9969246322483984f,0.7721388985979496f,-2.394454199556611e-16f,0.9969246322483984f,0.078366304087887f,0.20842640913432625f,1f,2.3095884045385167e-16f,1.1735736396824572e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.889705619289244e-17f,0.078366304087887f,-0.9969246322483984f,0.7721388985979496f,-2.394454199556611e-16f,0.9969246322483984f,0.078366304087887f,0.20842640913432625f,1f,2.3095884045385167e-16f,1.1735736396824572e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.889705619289244e-17f,0.078366304087887f,-0.9969246322483984f,0.9216775934352094f,-2.394454199556611e-16f,0.9969246322483984f,0.078366304087887f,0.1966714635211432f,1f,2.3095884045385167e-16f,1.1735736396824572e-16f,0.228125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.889705619289244e-17f,-0.07836630408788745f,0.9969246322483984f,-0.8167097340479355f,-2.394454199556611e-16f,-0.9969246322483984f,-0.07836630408788745f,0.33332270627439653f,1f,-2.3095884045385167e-16f,-1.1735736396824582e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.889705619289244e-17f,-0.07836630408788745f,0.9969246322483984f,-0.8167097340479355f,-2.394454199556611e-16f,-0.9969246322483984f,-0.07836630408788745f,0.33332270627439653f,1f,-2.3095884045385167e-16f,-1.1735736396824582e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.889705619289244e-17f,-0.07836630408788745f,0.9969246322483984f,-0.9662484288851952f,-2.394454199556611e-16f,-0.9969246322483984f,-0.07836630408788745f,0.34507765188757966f,1f,-2.3095884045385167e-16f,-1.1735736396824582e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015576947378881227f,-1.9135106236677393e-21f,-0.0000012244735013732379f,0.06107213759367535f,-0.0000012244735013732379f,-3.469446951953614e-21f,-0.000015576947378881227f,1.2391950758710197f,1.6357381399497741e-21f,0.000015625f,-3.608731882091433e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112.mcfunction new file mode 100644 index 000000000..ecc1b5fac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..a6a506600 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7702824245040151f,-0.11161824122250961f,0.24728687626126544f,-0.28891225982260343f,0.22382820627204306f,-0.15923388535132926f,-0.7690838369627878f,0.43360557845203407f,0.15333090041378006f,0.7931773965682315f,-0.11959806434882658f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6552820061258894f,-0.3897758014237556f,0.242240205317158f,-0.28891225982260343f,0.14287751390535097f,-0.22801790086006402f,-0.7533882484533432f,0.43360557845203407f,0.4361095143055882f,0.6603655514272675f,-0.11715728752538115f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3848638769194811f,-0.17957793002713232f,-0.6975500037517892f,-0.18030113693545335f,-0.7037853903465533f,-0.07460448421413389f,0.4075104166942694f,0.2983534245876595f,-0.15333090041378017f,0.7931773965682315f,-0.11959806434882644f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2809923527011109f,-0.30679778297700644f,-0.6833142893895079f,-0.18030113693545335f,-0.6089760169790256f,-0.3313494512573616f,0.39919387757805985f,0.2983534245876595f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538102f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0528091385874607f,-0.016823879413346305f,1.1544332483033457f,0.0033031684637946377f,1.1539755787835455f,0.034192701574058015f,1.052890057285304f,0.5603032348198518f,-0.036599607619639f,1.5620352320740247f,-0.010613787332326976f,0.2735738076407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.29342291980697327f,-0.5316389759997423f,-0.7945206034646907f,0.13206909561327898f,0.5616699124628773f,0.5766580438108764f,-0.5932894824132294f,0.3031010744329227f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.06457760467812446f,-0.6037936267004976f,-0.7945206034646907f,0.1108795690782694f,0.12933559124737717f,0.7945312422394315f,-0.5932894824132294f,0.26066283355487707f,0.9894958503251681f,-0.0644465783523581f,0.1294009301664641f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4850670612642967f,0.44826731428621935f,-0.7508437660519259f,-0.21683127988459594f,0.40777450448811153f,-0.6436077339781279f,-0.6476797343232337f,0.7375826083289293f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14022810619095827f,0.6454221232767424f,-0.7508437660519259f,-0.26284362722850413f,-0.035128911502779414f,-0.7611024381274938f,-0.6476797343232337f,0.7260559342420798f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664641f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8771669139119734f,0.45928102698731144f,0.14013972808459804f,0.20912031634361414f,0.46101526675987936f,-0.8871248742956216f,0.021780294311484538f,0.6915727517780745f,0.13432471460033618f,0.04550160058127867f,-0.9898921534147441f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9492226973045883f,-0.0762235062441573f,0.30523146629672504f,0.19673610558718918f,0.026629326859975433f,-0.9472573448362471f,-0.3193656237054446f,0.5119659644731192f,0.31347591593739144f,0.3112772072440094f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7638088652314966f,0.6399106819509672f,0.0843228113787835f,-0.012920820285223778f,0.634120451390189f,-0.7683416191494201f,0.08684704607268229f,0.9321062017664699f,0.12036307790380284f,-0.012863724495479123f,-0.9926465907208001f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9174866314428258f,0.061515730461202234f,0.3929810377480336f,0.001069510662176842f,0.19475097796085544f,-0.9309223141284498f,-0.3089590614321296f,0.7556272737334346f,0.34682897472239416f,0.3599992499486029f,-0.8660890267919668f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.720363828769627f,-0.2983844677193893f,-0.6454518096043065f,-0.7797161896330098f,-0.5784715591916664f,-0.2396107652642986f,0.41279945450948574f,-9.645258314471946e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.720363828769627f,-0.2983844677193893f,-0.6068598662477974f,-0.7797161896330098f,-0.5784715591916664f,-0.2396107652642986f,0.49188424727615393f,-9.645258314471946e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.720363828769627f,-0.2983844677193893f,-0.2775986111452834f,-0.7797161896330098f,-0.5784715591916664f,-0.2396107652642986f,-0.04528380689990741f,-9.645258314471946e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.720363828769627f,-0.2983844677193893f,-0.19204668500677124f,-0.7797161896330098f,-0.5784715591916664f,-0.2396107652642986f,-0.024677728355715023f,-9.645258314471946e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5233583703052914f,-0.5574126101043592f,-0.6445053904569265f,-0.6287632401055573f,-0.84750178451073f,-0.26192637399540764f,-0.4616657880509948f,0.2964732780367532f,0.08852537197051366f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6041135037717631f,-0.4686786492177437f,-0.6445053904569265f,-0.5639014730816225f,-0.7960933189989219f,-0.39128011397020274f,-0.4616657880509948f,0.20083218008815143f,-0.03580924469861079f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5068647996905433f,-0.38573456809890627f,-0.7709065558212719f,-0.5709839239506657f,-0.8430682349042605f,-0.035301769409910005f,-0.536646751943906f,0.16835691497372696f,0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6012556074867714f,-0.21022553759593f,-0.7709065558212719f,-0.5905322906701611f,-0.7908966918079824f,-0.2940963898371506f,-0.536646751943906f,0.18953656489648701f,-0.11390398304231053f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5609666337205165f,-0.30169441168847694f,-0.7709065558212719f,-0.6747927681388405f,-0.827166252528448f,-0.16675207436820588f,-0.536646751943906f,0.19459371112106413f,0.033353058785002485f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5609666337205165f,-0.5195471465846355f,-0.6445053904569265f,-0.5578946601572977f,-0.827166252528448f,-0.32040707049205047f,-0.4616657880509948f,0.26668530198177537f,0.033353058785002485f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7145103609461544f,-0.3761016777288063f,-0.5899342947398238f,-0.38757760616736575f,-0.6940015868988184f,-0.4877107455319328f,-0.5296225316908336f,-0.0038723551188764027f,-0.08852537197051386f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.646878287984701f,-0.48324528805132594f,-0.5899342947398238f,-0.46695813724232327f,-0.7617520453061464f,-0.37314044996126416f,-0.5296225316908336f,0.08010978419978422f,0.0358092446986106f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7137425927644545f,-0.11775483263495709f,-0.6904384915870402f,-0.5001965885204134f,-0.6769397943272311f,-0.36901378204754565f,-0.6368526858820435f,0.08020627875197114f,-0.1797888376125731f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6424212993520533f,-0.332550091676175f,-0.6904384915870402f,-0.48373729839034224f,-0.7578395323456786f,-0.1417670614032418f,-0.6368526858820435f,0.05654601711637865f,0.11390398304231034f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6865343228104438f,-0.22795901591781373f,-0.6904384915870402f,-0.49699251235731723f,-0.7263320157289568f,-0.25857389545725185f,-0.6368526858820435f,-0.026818856144943462f,-0.03335305878500268f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6865343228104438f,-0.4250272361779091f,-0.5899342947398238f,-0.40136138421728784f,-0.7263320157289568f,-0.4381116031931846f,-0.5296225316908336f,0.07175625457352292f,-0.03335305878500268f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.720363828769627f,-0.2983844677193893f,-0.10111704532662791f,-0.7797161896330098f,-0.5784715591916664f,-0.2396107652642986f,0.4731752887778876f,-9.645258314471946e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.2983844677193895f,-0.7203638287696269f,0.010777130068143159f,-0.7797161896330098f,-0.239610765264299f,-0.5784715591916663f,0.5630293257519997f,-9.645258314471946e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6296732987321225f,0.15530339426814824f,-0.7611782922499823f,0.00588901548005949f,-0.7719929497489247f,0.015583609519757402f,-0.6354400338759669f,0.7741295784408552f,-0.08682408883346528f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6296732987321225f,-0.17433542023299853f,-0.7570460343440095f,-0.0627331711408107f,-0.7719929497489247f,-0.24933220703817288f,-0.5846882383556454f,0.680344790227293f,-0.08682408883346528f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6131841588249247f,0.21793101295591003f,-0.7592833864626435f,0.29301746937334916f,-0.7805548469966219f,0.3148823736779861f,-0.539984464199663f,0.6177058839172983f,0.12140559376013003f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6131841588249247f,-0.7245028976167803f,0.31480269806826383f,0.03450955282988937f,-0.7805548469966219f,-0.6169551070698375f,0.10050137656035094f,0.405740883999667f,0.12140559376013003f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4175430060910936f,-0.7579343716028152f,-0.5011919057680986f,0.0019346102236966608f,-0.8878608160194157f,-0.22298113511743894f,-0.4024706011115295f,0.5559285441228932f,0.19328996208223126f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7767645028700025f,-0.3813706604783059f,-0.5011919057680986f,0.0019346102236966608f,-0.599396277632225f,-0.6919114954974781f,-0.4024706011115295f,0.5559285441228932f,-0.19328996208223143f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.5972972542782706f,-0.5011919057680986f,0.0019346102236966608f,-0.7797161896330098f,-0.47964578478821696f,-0.4024706011115295f,0.5559285441228932f,-9.645258314471946e-17f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7478650672096145f,0.28971336054658914f,-0.5972972542782705f,0.007645133659481968f,-0.6226033029416125f,0.6183082146479135f,-0.4796457847882169f,0.5605142482681741f,0.23035400672389786f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4464424417514817f,0.6662770716710984f,-0.5972972542782705f,0.007645133659481968f,-0.8646537907100282f,0.1493778542678743f,-0.4796457847882169f,0.5605142482681741f,-0.23035400672389802f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,0.5011919057680987f,-0.5972972542782705f,0.007645133659481968f,-0.7797161896330098f,0.40247060111152955f,-0.4796457847882169f,0.5605142482681741f,-9.645258314471946e-17f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5082688021866726f,-0.3719188182305868f,-0.7767491341287024f,0.1151855436475032f,-0.7025395758227428f,0.3425981396131415f,-0.6237504782654801f,0.41441571802194455f,0.4980973490458726f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5762255458265115f,0.2542142855294526f,-0.7767491341287024f,-0.1117877064655111f,-0.6479684801056398f,-0.4371180500198682f,-0.6237504782654801f,0.6970628367639107f,-0.49809734904587283f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,0.21491890879814862f,-0.7495113067971908f,0.02007574978015192f,-0.7797161896330098f,0.1725856731099079f,-0.6018777692034991f,0.5604766964677823f,-9.645258314471946e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6261331037600395f,-0.06795674363983899f,-0.7767491341287024f,8.878689293818311e-17f,-0.7797161896330098f,-0.05457109571710299f,-0.6237504782654801f,0.554375f,-9.645258314471946e-17f,0.9961946980917455f,-0.08715574274765842f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[1.6564797740146285e-17f,0.7797161896330097f,-0.6261331037600397f,0.27721802563189435f,-3.9517637820574376e-16f,0.6261331037600397f,0.7797161896330097f,-0.2450179399955662f,1f,2.345171712426252e-16f,3.184971880697507e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[1.6564797740146285e-17f,0.7797161896330097f,-0.6261331037600397f,0.27721802563189435f,-3.9517637820574376e-16f,0.6261331037600397f,0.7797161896330097f,-0.24501793999556626f,1f,2.345171712426252e-16f,3.184971880697507e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[1.6564797740146285e-17f,0.7797161896330097f,-0.6261331037600397f,0.3711379911959003f,-3.9517637820574376e-16f,0.6261331037600397f,0.7797161896330097f,-0.3619753684405177f,1f,2.345171712426252e-16f,3.184971880697507e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[1.6564797740146285e-17f,-0.7797161896330099f,0.6261331037600393f,-0.7206816084856688f,-3.9517637820574376e-16f,-0.6261331037600393f,-0.7797161896330099f,0.9976547372320432f,1f,-2.345171712426252e-16f,-3.184971880697508e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[1.6564797740146285e-17f,-0.7797161896330099f,0.6261331037600393f,-0.7206816084856688f,-3.9517637820574376e-16f,-0.6261331037600393f,-0.7797161896330099f,0.9976547372320432f,1f,-2.345171712426252e-16f,-3.184971880697508e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[1.6564797740146285e-17f,-0.7797161896330099f,0.6261331037600393f,-0.8146015740496747f,-3.9517637820574376e-16f,-0.6261331037600393f,-0.7797161896330099f,1.1146121656769947f,1f,-2.345171712426252e-16f,-3.184971880697508e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009783329746250619f,-1.9135106236677393e-21f,-0.00001218306546301578f,0.5405739960490824f,-0.00001218306546301578f,-3.469446951953614e-21f,-0.000009783329746250619f,0.9792139072363508f,-1.5070716116362418e-21f,0.000015625f,-3.664330800666019e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113.mcfunction new file mode 100644 index 000000000..9a3dca24a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..5faf9f439 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6926720834870481f,-0.19233105559032554f,-0.38750302483679694f,-0.28650380290663685f,-0.4045237498348591f,-0.028684962492527014f,-0.7088597556574862f,0.6807518886184052f,0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.554785618454132f,-0.43372883866627976f,-0.3795947998401276f,-0.28650380290663685f,-0.3768572794687802f,0.12568465696878478f,-0.6943932300318232f,0.6807518886184052f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7753873443099286f,-0.1777461233909138f,-0.18473014466497442f,-0.3098130012163164f,-0.20544718471358964f,0.07886937071632165f,0.7864575774321942f,0.5088618004401739f,-0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6351124903713319f,-0.451536877437126f,-0.18096014171262803f,-0.3098130012163164f,-0.21550084943328768f,-0.005637978581962258f,0.7704074227907209f,0.5088618004401739f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.11202943065973568f,0.01321417018905818f,1.5584226135333992f,0.006573584956050547f,1.5580488199630154f,0.035743103749702576f,-0.1123056327447292f,0.5560610814942041f,-0.036599607619638805f,1.5620352320740252f,-0.010613787332327106f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2053154014632365f,0.05217164502846923f,-0.9773043054120929f,-0.09130056290570163f,0.5995128742204754f,0.782593521407419f,0.1677250544642642f,0.2855906275020801f,0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1382601045986241f,0.16050058597825773f,-0.9773043054120929f,-0.13666715972712515f,0.04221499337498813f,0.9849295408501614f,0.1677250544642642f,0.2717388328009121f,0.9894958503251682f,-0.06444657835235798f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.03824248233189623f,-0.1581275346320717f,-0.9866778579335189f,-0.01642252254834707f,0.6325406018424434f,-0.7682253465520541f,0.09860123698907779f,0.8377671883876605f,-0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12202463538409875f,-0.107595506519093f,-0.9866778579335189f,-0.05646185603375447f,0.07751097050515221f,-0.992103747354869f,0.09860123698907779f,0.8632004755846636f,-0.9894958503251682f,-0.06444657835235845f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9382778215695546f,-0.3271502126377385f,0.11228298144319565f,0.24348073915123894f,-0.3187343731043591f,-0.943876232731614f,-0.08663750161533329f,0.49717657814259414f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6728594803739958f,-0.7394590118614031f,-0.02145901786646559f,0.10469805556556044f,-0.6700693768544043f,-0.5969144578809656f,-0.44124841095988426f,0.3824973147214138f,0.31347591593739127f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9857708424653161f,-0.11664024057045282f,0.12104090393287753f,0.26504555577631383f,-0.11733957398399014f,-0.9930909217547865f,-0.0013584938293494941f,0.8238163883352175f,0.12036307790380267f,-0.012863724495479179f,-0.9926465907208f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.772935660182962f,-0.6327778505119495f,0.046504377417677295f,0.14669036116418382f,-0.5313004117357163f,-0.6855601592405443f,-0.49772195104449424f,0.6921630962835874f,0.346828974722394f,0.3599992499486029f,-0.8660890267919669f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.9155004080140903f,-0.3792126853575382f,-0.5470732273197594f,-0.9909305009989555f,0.12414666132968716f,0.0514232308460961f,0.9249995506605753f,-2.364870092473313e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.9155004080140903f,-0.3792126853575382f,-0.46314778889843256f,-0.9909305009989555f,0.12414666132968716f,0.0514232308460961f,0.9514620396736466f,-2.364870092473313e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.9155004080140903f,-0.3792126853575382f,-0.6260187618451714f,-0.9909305009989555f,0.12414666132968716f,0.0514232308460961f,0.3428278813236889f,-2.364870092473313e-16f,0.3826834323650896f,-0.9238795325112867f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.9155004080140903f,-0.3792126853575382f,-0.5521714767675141f,-0.9909305009989555f,0.12414666132968716f,0.0514232308460961f,0.2949705827618387f,-2.364870092473313e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.2542966538444382f,-0.5737394789126155f,-0.7785603523045611f,-0.6199461412218285f,-0.9630661817139069f,0.22391349587467196f,0.1495535890715402f,0.8328050491753917f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.16141321159835353f,-0.6064565548667957f,-0.7785603523045611f,-0.6446500187591852f,-0.9862370268427464f,0.07050000624255817f,0.1495535890715402f,0.7199157809835015f,-0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2624372649563895f,-0.2911830819605257f,-0.9199668987209156f,-0.6730783461874198f,-0.9480520322388059f,0.2554403741186772f,0.18959841623278542f,0.7026927105778611f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.1596121501551764f,-0.35802914236226896f,-0.9199668987209156f,-0.6711774494968122f,-0.9805864796997451f,-0.050025957183056705f,0.18959841623278542f,0.7314521056344714f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.21365515707984234f,-0.3286523681810437f,-0.9199668987209156f,-0.7255238461805876f,-0.9763396167947258f,0.10398746674069613f,0.18959841623278542f,0.7960421355050041f,0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.21365515707984234f,-0.5900807162351482f,-0.7785603523045611f,-0.5927556850276795f,-0.9763396167947258f,0.15618795303399308f,0.1495535890715402f,0.7608998460723557f,0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.011364237702287928f,-0.6126508939326573f,-0.790271938173792f,-0.6717073570298293f,-0.9960090926386805f,-0.06303273325227424f,0.06318830524566722f,0.45109994584049923f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.10706403992707594f,-0.6033303863469266f,-0.790271938173792f,-0.6654551755406682f,-0.9936070598323105f,0.09355345387302308f,0.06318830524566722f,0.5664913608803878f,0.03580924469861047f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.0004808555879299639f,-0.3486946206580386f,-0.937236272399895f,-0.6882701239307725f,-0.9837051095972935f,-0.16866959854717986f,0.06224808332880518f,0.5906632884932499f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.10729524279016181f,-0.33177688372240477f,-0.937236272399895f,-0.6940968852540269f,-0.9876809269808227f,0.1435672755198509f,0.06224808332880518f,0.5624362612900112f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.054072920987338055f,-0.34447683363884857f,-0.937236272399895f,-0.7636818295560969f,-0.9979798057503875f,-0.012707613320717836f,0.06224808332880518f,0.5146519718460485f,-0.03335305878500283f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.054072920987338055f,-0.610365777997862f,-0.790271938173792f,-0.6263495295065782f,-0.9979798057503875f,0.006598893437474409f,0.06318830524566722f,0.5131672208226168f,-0.03335305878500283f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.9155004080140903f,-0.3792126853575382f,-0.12850825174248434f,-0.9909305009989555f,0.12414666132968716f,0.0514232308460961f,0.571801393552081f,-2.364870092473313e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.3792126853575384f,-0.9155004080140902f,0.013696505266592543f,-0.9909305009989555f,0.05142323084609571f,0.12414666132968732f,0.5525176819847951f,-2.364870092473313e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.12633680857413393f,0.11822926628632419f,-0.9849166723092366f,0.16342703608065798f,-0.9881804432377425f,-0.10190109788549714f,0.11452326336683383f,0.7014068303189268f,-0.08682408883346542f,0.9877438973960445f,0.12970570825954697f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.12633680857413393f,-0.3008542351814049f,-0.9452649046551526f,0.04816468077853827f,-0.9881804432377425f,-0.045234029090435224f,0.14646943099058082f,0.6866020862448083f,-0.08682408883346542f,0.9525967729242303f,-0.29158354859727764f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1438990446583303f,0.37840902061048637f,-0.9143848632097054f,0.24767417526271646f,-0.9821169720304044f,0.058749032176576954f,0.17887091565748003f,0.3854740197670803f,0.1214055937601299f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1438990446583303f,-0.9462595754971964f,0.28963059356063403f,-0.08403368619961105f,-0.9821169720304044f,0.10065221594446497f,-0.15910809116854685f,0.42701193918790803f,0.1214055937601299f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3564208869713307f,-0.6835560336000779f,-0.6369578481026034f,0.002458669325703905f,-0.9141133091082415f,0.39615179818365703f,0.08637482797109075f,0.5540415915324254f,0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.10010873560872721f,-0.7643709444996734f,-0.6369578481026034f,0.002458669325703905f,-0.976021122524032f,-0.1998052989284645f,0.08637482797109075f,0.5540415915324254f,-0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.7590968038073549f,-0.6369578481026034f,0.002458669325703905f,-0.9909305009989555f,0.10293751154425393f,0.08637482797109075f,0.5540415915324254f,-2.364870092473313e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.06338084328291296f,0.6478849520973651f,-0.7590968038073548f,0.009716094430410807f,-0.9710406275182276f,0.21560141100206942f,0.10293751154425393f,0.5530574465897115f,0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3196929946455165f,0.5670700411977696f,-0.7590968038073548f,0.009716094430410807f,-0.9190938041140458f,-0.3803556861100521f,0.10293751154425393f,0.5530574465897115f,-0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,0.6369578481026035f,-0.7590968038073548f,0.009716094430410807f,-0.9909305009989555f,-0.08637482797109078f,0.10293751154425393f,0.5530574465897115f,-2.364870092473313e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.15955513283097614f,-0.007606840840462023f,-0.9871597112725566f,-0.02219640515155466f,-0.8523151943153212f,0.5056077813808344f,0.13386403903359023f,0.37447605704720843f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765828f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.073189849005103f,-0.14198221875605682f,-0.9871597112725566f,0.026514669342848476f,-0.8640267801845519f,-0.48532271961812107f,0.13386403903359023f,0.7336883636593299f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765828f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,0.2731374630937663f,-0.952543533947264f,0.01824743546487803f,-0.9909305009989555f,-0.03703887385556477f,0.12916990366749714f,0.5440165479932894f,-2.364870092473313e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.13437537791559484f,-0.08636528382587313f,-0.9871597112725566f,8.878689293818311e-17f,-0.9909305009989555f,0.01171158586923071f,0.13386403903359023f,0.554375f,-2.364870092473313e-16f,0.9961946980917455f,-0.08715574274765828f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.5230200761565535e-16f,0.9909305009989555f,0.13437537791559462f,-0.3888762404980677f,-4.4207537652750773e-16f,-0.13437537791559462f,0.9909305009989555f,-0.19705974488879563f,1f,9.151665892166542e-17f,4.585316141723626e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.5230200761565535e-16f,0.9909305009989555f,0.13437537791559462f,-0.3888762404980677f,-4.4207537652750773e-16f,-0.13437537791559462f,0.9909305009989555f,-0.19705974488879568f,1f,9.151665892166542e-17f,4.585316141723626e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.5230200761565535e-16f,0.9909305009989555f,0.13437537791559462f,-0.4090325471854069f,-4.4207537652750773e-16f,-0.13437537791559462f,0.9909305009989555f,-0.345699320038639f,1f,9.151665892166542e-17f,4.585316141723626e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.5230200761565535e-16f,-0.9909305009989555f,-0.13437537791559506f,-0.1747154819450884f,-4.4207537652750773e-16f,0.13437537791559506f,-0.9909305009989555f,1.3822357410782895f,1f,-9.151665892166532e-17f,-4.585316141723626e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.5230200761565535e-16f,-0.9909305009989555f,-0.13437537791559506f,-0.1747154819450884f,-4.4207537652750773e-16f,0.13437537791559506f,-0.9909305009989555f,1.3822357410782897f,1f,-9.151665892166532e-17f,-4.585316141723626e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.5230200761565535e-16f,-0.9909305009989555f,-0.13437537791559506f,-0.15455917525774915f,-4.4207537652750773e-16f,0.13437537791559506f,-0.9909305009989555f,1.530875316228133f,1f,-9.151665892166532e-17f,-4.585316141723626e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000209961527993117f,-1.9135106236677393e-21f,-0.00001548328907810868f,0.6802948651466761f,-0.00001548328907810868f,-3.469446951953614e-21f,0.00000209961527993117f,0.4548398867920685f,-3.695109519489552e-21f,0.000015625f,-1.4299477956510213e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114.mcfunction new file mode 100644 index 000000000..ffe2ab235 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..4668a56f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.18710830677310006f,-0.15377077317630683f,-0.7799291476138769f,-0.10695548600642435f,-0.7800157440457516f,0.1190319761007408f,-0.2105974172461516f,0.8486810839839425f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.11169306878102925f,-0.20930832891034346f,-0.7640122262340019f,-0.10695548600642435f,-0.6613116889322465f,0.400134179915838f,-0.20629951077174036f,0.8486810839839425f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6847748490280783f,-0.06601873438086484f,0.4400788307721307f,-0.24719814510114066f,0.4177529001231666f,0.18290868959247203f,0.6774742579277035f,0.7465952489733827f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5949895753687635f,-0.3164525848948226f,0.4310976301441281f,-0.24719814510114066f,0.3095091222155535f,0.32214142857066036f,0.663648252663873f,0.7465952489733827f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2025265974948895f,0.03495088193112128f,0.9970528913601331f,0.005765198934119094f,0.9969937316951665f,0.015186165140818348f,-1.202987584868964f,0.5507948643559852f,-0.03659960761963869f,1.562035232074025f,-0.010613787332327474f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5749321198952481f,0.6011817450990111f,-0.5550077178494583f,-0.25724493847824914f,0.2665017034595869f,0.5037410144643266f,0.8217188280668697f,0.43435053035601323f,0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12613313838640247f,0.8222267719603472f,-0.5550077178494583f,-0.29863237451128744f,-0.07062856072488988f,0.5654995791424968f,0.8217188280668697f,0.4575255268438677f,0.9894958503251681f,-0.06444657835235798f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.43028265113210484f,-0.6641091400355639f,-0.6114048497157603f,0.19326800272214098f,0.4652170897213832f,-0.41729312289452425f,0.7806660675449538f,0.7622891909774148f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.028450440592805798f,-0.7908063493511696f,-0.6114048497157603f,0.1839327019026266f,0.14173402773980603f,-0.6086640751387828f,0.7806660675449538f,0.8087956688295386f,-0.9894958503251681f,-0.06444657835235845f,0.12940093016646442f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.41896895745447904f,-0.9078746437433839f,0.015120976732017677f,0.12714313051331158f,-0.8980099574821233f,-0.41676520439255144f,-0.1410137605717599f,0.33899358445101063f,0.13432471460033585f,0.045501600581278556f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.018341333545574823f,-0.9425863046020656f,-0.3334586239106606f,-0.05167591799901733f,-0.9494190042394262f,0.12098577861464319f,-0.28976886610197583f,0.3598673625281189f,0.3134759159373911f,0.31127720724400954f,-0.8971283912448559f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.59724694153649f,-0.7977764740686241f,0.08275740600056497f,0.3779193497808429f,-0.7929746656122324f,-0.6028160764401844f,-0.08834001178644976f,0.549397706959647f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.15109432566051562f,-0.9327908342936091f,-0.32721822108652004f,0.20097595446900046f,-0.9256782200344822f,-0.0173723773351811f,-0.3779127325977744f,0.5437784316305644f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.5437173521472584f,-0.2252151013569823f,-0.11085796948678328f,-0.5885154211278254f,0.7469436602363313f,0.30939419439848975f,1.2058058744630376f,-2.296876523899103e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.5437173521472584f,-0.2252151013569823f,-0.03368899152443093f,-0.5885154211278254f,0.7469436602363313f,0.30939419439848975f,1.1635129509506479f,-2.296876523899103e-16f,0.3826834323650898f,-0.9238795325112866f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.5437173521472584f,-0.2252151013569823f,-0.5858434897266569f,-0.5885154211278254f,0.7469436602363313f,0.30939419439848975f,0.8600530645504402f,-2.296876523899103e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.5437173521472584f,-0.2252151013569823f,-0.5693109611566287f,-0.5885154211278254f,0.7469436602363313f,0.30939419439848975f,0.7736214844534637f,-2.296876523899103e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8713297188035815f,-0.2352420390481721f,-0.4306340722633658f,-0.2278438159575688f,-0.4826466405634185f,0.5691883926804853f,0.6656401385062741f,1.1946434638724133f,0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8238022415428635f,-0.3686518176203988f,-0.4306340722633658f,-0.3264485324775682f,-0.5657451412279814f,0.4866781700325992f,0.6656401385062741f,1.1343825452078942f,-0.035809244698610916f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8661202554702814f,-0.016999640069844724f,-0.4995465096480911f,-0.35855206245098703f,-0.46638147147374404f,0.3869733636665651f,0.795449520006499f,1.1429945901340641f,0.17978883761257283f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8184761351803949f,-0.283813496575786f,-0.4995465096480911f,-0.3364706489695355f,-0.5631364832678319f,0.22391373860075933f,0.795449520006499f,1.161518288223585f,-0.11390398304231067f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8527975482810762f,-0.1522814051163011f,-0.4995465096480911f,-0.32742987483576913f,-0.5211755127742186f,0.3092509434196776f,0.795449520006499f,1.2454448465603165f,0.03335305878500239f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8527975482810762f,-0.2954498899164724f,-0.4306340722633658f,-0.2609536496045629f,-0.5211755127742186f,0.5341341506530719f,0.6656401385062741f,1.1252646626633755f,0.03335305878500239f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7270517164135345f,-0.4693573543433625f,-0.5010982693882833f,-0.5392715384577903f,-0.6808517167325169f,0.39877050696050165f,0.6143476398594276f,0.9679481109598569f,-0.08852537197051404f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7915241699507326f,-0.34984284014378686f,-0.5010982693882833f,-0.45162531767425224f,-0.6100878513607026f,0.5003696543768739f,0.6143476398594276f,1.0432635039459162f,0.03580924469861046f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7099727070011483f,-0.3630248876313839f,-0.6034498208415366f,-0.4499552621148286f,-0.6808925973921155f,0.13509368197714217f,0.7198159264051314f,1.076460113245557f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7874050290443051f,-0.1258635529534035f,-0.6034498208415366f,-0.4743682537193108f,-0.6058210980832824f,0.33888911049292886f,0.7198159264051314f,1.0611394718369858f,0.11390398304231021f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7580213689387075f,-0.2474912482464887f,-0.6034498208415366f,-0.5570120759555371f,-0.6513763717713223f,0.23994552379977965f,0.7198159264051314f,1.0783267181950735f,-0.033353058785002845f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7580213689387075f,-0.4174974594513783f,-0.5010982693882833f,-0.46307514757897716f,-0.6513763717713223f,0.44529293694957595f,0.6143476398594276f,0.9781358073814191f,-0.033353058785002845f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.5437173521472584f,-0.2252151013569823f,-0.07632128369889432f,-0.5885154211278254f,0.7469436602363313f,0.30939419439848975f,0.6592230405763246f,-2.296876523899103e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.22521510135698258f,-0.5437173521472582f,0.008134379309974155f,-0.5885154211278254f,0.3093941943984893f,0.7469436602363315f,0.5432002176768912f,-2.296876523899103e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8009390227929427f,0.008213319500663507f,-0.5986895883095563f,0.2192293320769963f,-0.59241730171031f,-0.15586704122312806f,0.7904095179681373f,0.5380883426966602f,-0.0868240888334654f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8009390227929427f,-0.24079872406967984f,-0.5481903467354202f,0.12879862029578146f,-0.59241730171031f,0.18594451511339755f,0.7838790582312548f,0.6110738026433856f,-0.0868240888334654f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8087106430456371f,0.304211356590429f,-0.5034307761213279f,0.049386999213186705f,-0.5755412909848105f,-0.2325946821887442f,0.7839974082795518f,0.2586877285045491f,0.12140559376012991f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8087106430456371f,-0.5819617811775006f,0.08548439081740454f,-0.15010128764686043f,-0.5755412909848105f,0.7529000850334502f,-0.31920790141874766f,0.5269412047380647f,0.12140559376012991f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9066336801908859f,-0.18684680213106244f,-0.37829042081042175f,0.00146020817017143f,-0.37503914529256815f,0.7676414337492545f,0.5196847781969458f,0.5523690069394008f,0.19328996208223118f,0.6130374390889878f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6354999096396925f,-0.6730796552942429f,-0.37829042081042175f,0.00146020817017143f,-0.7475151205201085f,0.4137014332875811f,0.5196847781969458f,0.5523690069394008f,-0.19328996208223162f,0.6130374390889876f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.45082896804479594f,-0.37829042081042175f,0.00146020817017143f,-0.5885154211278254f,0.6193362014327352f,0.5196847781969458f,0.5523690069394008f,-2.296876523899103e-16f,0.6427876096865393f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6573126714806834f,0.6038984132141694f,-0.4508289680447959f,0.005770406097770325f,-0.7175493596242517f,-0.3186621817814232f,0.619336201432735f,0.5464477778234468f,0.23035400672389766f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.884820918349895f,0.11766556005098902f,-0.4508289680447959f,0.005770406097770325f,-0.4050049061884249f,-0.6726021822430965f,0.619336201432735f,0.5464477778234468f,-0.2303540067238981f,0.730589570429055f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,0.3782904208104219f,-0.4508289680447959f,0.005770406097770325f,-0.5885154211278254f,-0.5196847781969459f,0.619336201432735f,0.5464477778234468f,-2.296876523899103e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7258156569106542f,0.35982238909708036f,-0.5862759422727705f,-0.14525577356527908f,-0.4744372066531353f,0.3552814953313654f,0.8054094586098919f,0.44594497499245866f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765807f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6745231582638076f,-0.44866360280057654f,-0.5862759422727705f,0.14782039849762157f,-0.5449014037780525f,-0.2332339257964599f,0.8054094586098919f,0.6592818151512954f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765807f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,0.16221683453720143f,-0.5657173317991874f,0.0051443708547044276f,-0.5885154211278254f,-0.2228489410217543f,0.7771666157139157f,0.5340328792273401f,-2.296876523899103e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.808485991897657f,-0.051292498646846596f,-0.5862759422727705f,8.87868929381831e-17f,-0.5885154211278254f,0.07046419712491722f,0.8054094586098919f,0.554375f,-2.296876523899103e-16f,0.9961946980917455f,-0.08715574274765807f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.0198463257307266e-16f,0.5885154211278256f,0.8084859918976569f,-0.8116213476766708f,-3.527212791016477e-16f,-0.8084859918976569f,0.5885154211278256f,0.3153149777346601f,1f,-1.0744759998503246e-16f,4.517322573149416e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.0198463257307266e-16f,0.5885154211278256f,0.8084859918976569f,-0.8116213476766708f,-3.527212791016477e-16f,-0.8084859918976569f,0.5885154211278256f,0.3153149777346601f,1f,-1.0744759998503246e-16f,4.517322573149416e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.0198463257307266e-16f,0.5885154211278256f,0.8084859918976569f,-0.9328942464613194f,-3.527212791016477e-16f,-0.8084859918976569f,0.5885154211278256f,0.22703766456548624f,1f,-1.0744759998503246e-16f,4.517322573149416e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.0198463257307266e-16f,-0.5885154211278252f,-0.8084859918976571f,0.4769032019102201f,-3.527212791016477e-16f,0.8084859918976571f,-0.5885154211278252f,1.2532614301571319f,1f,1.0744759998503256e-16f,-4.517322573149416e-16f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.0198463257307266e-16f,-0.5885154211278252f,-0.8084859918976571f,0.4769032019102201f,-3.527212791016477e-16f,0.8084859918976571f,-0.5885154211278252f,1.2532614301571319f,1f,1.0744759998503256e-16f,-4.517322573149416e-16f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.0198463257307266e-16f,-0.5885154211278252f,-0.8084859918976571f,0.5981761006948687f,-3.527212791016477e-16f,0.8084859918976571f,-0.5885154211278252f,1.3415387433263057f,1f,1.0744759998503256e-16f,-4.517322573149416e-16f,0.2281250000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012632593623400892f,-1.9135106236677393e-21f,-0.000009195553455122273f,0.3987691043788587f,-0.000009195553455122273f,-3.469446951953614e-21f,0.000012632593623400892f,-0.0057067294816294245f,-3.5888695685923485e-21f,0.000015625f,1.678868749766133e-21f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115.mcfunction new file mode 100644 index 000000000..87072acc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..27dc58a33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43056115025945874f,-0.021353370286542203f,-0.6936177433638083f,0.13717609710315537f,-0.6767947807939977f,0.19328242443401905f,0.4141680498775303f,0.835867922540478f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882643f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3976733537172709f,0.14208066324879656f,-0.6794622792135265f,0.13717609710315537f,-0.5400596219635405f,0.4286378700242697f,0.40571564069635624f,0.835867922540478f,0.436109514305588f,0.6603655514272678f,-0.117157287525381f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17582479007204618f,0.08556883171617546f,0.7929111316404216f,-0.03370373806601225f,0.7826363923424879f,0.1746196926363556f,0.15470192231890417f,0.8656941370558698f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882632f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19120329705822758f,0.011529852816818106f,0.7767292718110252f,-0.03370373806601225f,0.6428450752134663f,0.4514248564071136f,0.15154474023076328f,0.8656941370558698f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538089f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5526643524219068f,0.0352149765895258f,-0.17146301100255038f,0.0014349887491270155f,-0.17117279994306955f,-0.014563282021803422f,-1.5530273768921148f,0.5477420747577411f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.591275178733621f,0.7800447904494048f,0.20475299242323458f,-0.26511961457279704f,-0.22795561727588626f,-0.0818817756682468f,0.9702224545771883f,0.6558265729536508f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0369289602968165f,0.9781167946544663f,0.20475299242323458f,-0.2772369296701899f,-0.13976485280881246f,-0.1978235945319628f,0.9702224545771883f,0.7016869152815424f,0.9894958503251681f,-0.06444657835235815f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6335371251086565f,-0.7616594191579001f,0.1360354377252821f,0.28381162810926613f,0.014170798959988587f,0.1872149286298796f,0.9822167576227481f,0.5600133894833641f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08209333581193068f,-0.98729683677107f,0.1360354377252821f,0.3107485039225559f,0.11899011053252473f,0.14522945514086621f,0.9822167576227481f,0.5990570195018488f,-0.9894958503251681f,-0.06444657835235831f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.35416970557134775f,-0.9307584939017709f,-0.0908429726792978f,-0.06641223975012644f,-0.9254840304959577f,0.3627922689008803f,-0.10890858057429714f,0.3132444457104553f,0.13432471460033568f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6951617503839651f,-0.5683748479321946f,-0.4401138182801764f,-0.17573323510166403f,-0.6469026131732003f,0.7616144250790056f,0.03821618219105799f,0.4562860015514629f,0.31347591593739105f,0.31127720724400976f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.154725754955246f,-0.987939490559886f,-0.005958501976359665f,0.2591717851573915f,-0.9805981186148851f,0.15430517679059738f,-0.12090178735060166f,0.2792790273593313f,0.12036307790380239f,-0.012863724495479179f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.560297157030238f,-0.6610116334022779f,-0.4991299593599702f,0.13211254164846462f,-0.7521813332680132f,0.6583799515046731f,-0.027551430813266442f,0.40255307182387456f,0.34682897472239377f,0.3599992499486031f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.15885681279099553f,0.06580064633339423f,0.39115196704110206f,0.17194537512828262f,0.9101197193903448f,0.37698393115467654f,1.0869647222837546f,-8.246120755193841e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.15885681279099553f,0.06580064633339423f,0.4144051692459988f,0.17194537512828262f,0.9101197193903448f,0.37698393115467654f,1.0020940493384018f,-8.246120755193841e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.15885681279099553f,0.06580064633339423f,-0.1875980932491398f,0.17194537512828262f,0.9101197193903448f,0.37698393115467654f,1.1879826301716208f,-8.246120755193841e-17f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.15885681279099553f,0.06580064633339423f,-0.23822787746427398f,0.17194537512828262f,0.9101197193903448f,0.37698393115467654f,1.1160078603608892f,-8.246120755193841e-17f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9527038733878612f,0.24556057591747935f,0.1790400323582457f,0.30179413065379457f,0.29072080790553667f,0.5648134619968009f,0.7723128673005131f,1.163289454585015f,0.08852537197051374f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9793886451136389f,0.0935015969683356f,0.1790400323582457f,0.1899254892270473f,0.19878526056170703f,0.6033384250861816f,0.7723128673005131f,1.1922666094421621f,-0.03580924469861077f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9373911350441911f,0.26632417498594985f,0.22443104455180918f,0.17379547975421825f,0.2982848199464445f,0.281262876626072f,0.9120950391387642f,1.2213290723276613f,0.17978883761257303f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.973810643384634f,-0.036380449037758084f,0.22443104455180918f,0.20246183343342752f,0.19677071295775223f,0.3596719701346683f,0.9120950391387642f,1.2183363513267942f,-0.11390398304231053f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9675125745015977f,0.116405001708149f,0.22443104455180918f,0.2690709909649215f,0.2506132311969472f,0.32446209012376365f,0.9120950391387642f,1.270188284021065f,0.03335305878500255f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9675125745015977f,0.17850513996646894f,0.1790400323582457f,0.22890733447246606f,0.2506132311969472f,0.5837172631943356f,0.7723128673005131f,1.1388518998023396f,0.03335305878500255f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9948572891746119f,-0.039699178471526396f,0.0931823449202066f,-0.07766756974084718f,0.04921618324925865f,0.6146041152859472f,0.7872988941818433f,1.2295225830588425f,-0.08852537197051391f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9888192648205795f,0.11641955211587257f,0.0931823449202066f,0.03740279349743145f,0.144755516350168f,0.5993382114518001f,0.7872988941818433f,1.2188886777323953f,0.035809244698610604f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9830124524014048f,-0.15529316776389196f,0.09782919027382216f,0.062424490403944224f,0.03691195326307979f,0.35485406013708726f,0.9341927551156283f,1.240768317548516f,-0.1797888376125732f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9828886264049979f,0.15607497433626222f,0.09782919027382216f,0.03443934924799747f,0.14476128878534372f,0.32607984537330365f,0.9341927551156283f,1.247663829620312f,0.11390398304231036f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9952031415202475f,0.0003957759448183565f,0.09782919027382216f,-0.010665352729368055f,0.09196891093143571f,0.344710916147947f,0.9341927551156283f,1.3190148537945985f,-0.033353058785002714f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9952031415202475f,0.029795263103417007f,0.0931823449202066f,-0.01736928692763687f,0.09196891093143571f,0.6096738231563924f,0.7872988941818433f,1.1818382435844104f,-0.033353058785002714f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.15885681279099553f,0.06580064633339423f,0.02229863701911079f,0.17194537512828262f,0.9101197193903448f,0.37698393115467654f,0.6821279676572395f,-8.246120755193841e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.06580064633339401f,0.15885681279099562f,-0.0023766053559119665f,0.17194537512828262f,0.37698393115467616f,0.910119719390345f,0.540758993474236f,-8.246120755193841e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9826639763146012f,-0.10632156711598781f,0.1518790111225945f,0.14071340297600543f,0.1638080805449329f,-0.11427037027538145f,0.9798516189838703f,0.3854771211739041f,-0.08682408883346526f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9826639763146012f,-0.03376530872059825f,0.18229485341221066f,0.1303006950295995f,0.1638080805449329f,0.30235623383906757f,0.9390141748700281f,0.5012189308630353f,-0.08682408883346526f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9759373139833164f,0.044322542673410625f,0.2134991133143021f,-0.1781934696630714f,0.18112714037045857f,-0.3803686999110677f,0.9069248100858106f,0.31330006230397184f,0.12140559376013005f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9759373139833164f,0.1365485603029078f,-0.1700024995528968f,-0.12407673725820426f,0.18112714037045857f,0.9417497244352497f,-0.2833732795225248f,0.6431892609442756f,0.12140559376013005f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8999044475106832f,0.4218487311015512f,0.1105243566753642f,-0.0004266261045535048f,0.39091044487035836f,0.6680035526426686f,0.6332142431657959f,0.5519307810600683f,0.19328996208223134f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9791210597075704f,-0.17060573559708173f,0.1105243566753642f,-0.0004266261045535048f,-0.06293600714514691f,0.7714134956406933f,0.6332142431657959f,0.5519307810600683f,-0.1932899620822315f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.13171779913702897f,0.1105243566753642f,-0.0004266261045535048f,0.17194537512828262f,0.7546353491746608f,0.6332142431657959f,0.5519307810600683f,-8.246120755193841e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9727480686478877f,0.19081828091747863f,0.13171779913702894f,-0.001685928024149542f,-0.026423976386058146f,-0.6556121286614416f,0.7546353491746607f,0.5447160101632206f,0.23035400672389778f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9062774385703659f,-0.40163618578115423f,0.13171779913702894f,-0.001685928024149542f,0.3543984141112696f,-0.552202185663417f,0.7546353491746607f,0.5447160101632206f,-0.23035400672389794f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,-0.11052435667536423f,0.13171779913702894f,-0.001685928024149542f,0.17194537512828262f,-0.633214243165796f,0.7546353491746607f,0.5447160101632206f,-8.246120755193841e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8456342285221009f,0.5055315227812341f,0.17129107106419145f,-0.17892520118710778f,0.19183790664335718f,-0.011617749132615526f,0.9813578580109226f,0.5833936570560502f,0.49809734904587266f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8606202554034309f,-0.4795749628191775f,0.17129107106419145f,0.17817589984304147f,0.10598021920531828f,0.16032762599566708f,0.9813578580109226f,0.5210634585720477f,-0.4980973490458728f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,-0.047394568545321966f,0.16528450290456337f,-0.011044584800050312f,0.17194537512828262f,-0.2715321468890745f,0.9469451310280887f,0.5365344962062528f,-8.246120755193841e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9851064856004117f,0.014986026881330062f,0.17129107106419145f,8.878689293818311e-17f,0.17194537512828262f,0.0858576874380389f,0.9813578580109226f,0.554375f,-8.246120755193841e-17f,0.9961946980917455f,-0.08715574274765794f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4120226031896475e-16f,-0.1719453751282824f,0.9851064856004117f,-0.7361097646607228f,-1.8386506203598548e-16f,-0.9851064856004117f,-0.1719453751282824f,0.971533627647967f,1f,-2.397948157321337e-16f,3.0450581247696975e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4120226031896475e-16f,-0.1719453751282824f,0.9851064856004117f,-0.7361097646607228f,-1.8386506203598548e-16f,-0.9851064856004117f,-0.1719453751282824f,0.971533627647967f,1f,-2.397948157321337e-16f,3.0450581247696975e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4120226031896475e-16f,-0.1719453751282824f,0.9851064856004117f,-0.8838757375007845f,-1.8386506203598548e-16f,-0.9851064856004117f,-0.1719453751282824f,0.9973254339172094f,1f,-2.397948157321337e-16f,3.0450581247696975e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4120226031896475e-16f,0.17194537512828284f,-0.9851064856004117f,0.8339036967649335f,-1.8386506203598548e-16f,0.9851064856004117f,0.17194537512828284f,0.6974956860372666f,1f,2.397948157321337e-16f,-3.0450581247696966e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4120226031896475e-16f,0.17194537512828284f,-0.9851064856004117f,0.8339036967649335f,-1.8386506203598548e-16f,0.9851064856004117f,0.17194537512828284f,0.6974956860372667f,1f,2.397948157321337e-16f,-3.0450581247696966e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4120226031896475e-16f,0.17194537512828284f,-0.9851064856004117f,0.9816696696049952f,-1.8386506203598548e-16f,0.9851064856004117f,0.17194537512828284f,0.6717038797680243f,1f,2.397948157321337e-16f,-3.0450581247696966e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015392288837506434f,-1.9135106236677393e-21f,0.0000026866464863794162f,-0.1253224514605152f,0.0000026866464863794162f,-3.469446951953614e-21f,0.000015392288837506434f,-0.12164469310529469f,-1.2884563679990378e-21f,0.000015625f,3.746793995814589e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116.mcfunction new file mode 100644 index 000000000..615a8746f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..7b06dfecd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7849679827898711f,0.12330821719515586f,-0.18858630388073602f,0.2971968163722742f,-0.16510404421922742f,0.15036337848638126f,0.785541821570985f,0.6530137317184211f,0.15333090041377978f,0.7931773965682317f,-0.11959806434882629f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6641905382999234f,0.4058607477627325f,-0.18473760380153734f,0.2971968163722742f,-0.09305600660356232f,0.19797573566888532f,0.7695103558246383f,0.6530137317184211f,0.4361095143055881f,0.6603655514272678f,-0.11715728752538086f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.43684033823589064f,0.18469251366050893f,0.6648335421232594f,0.19909428700509713f,0.6727589451747904f,0.06085012255903199f,-0.4589521856536894f,0.7960711148607191f,-0.15333090041377967f,0.7931773965682317f,-0.11959806434882646f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3261150195053459f,0.3309112096757318f,0.6512655106513562f,0.19909428700509713f,0.5860524597552441f,0.3072704180345134f,-0.44958581451789986f,0.7960711148607191f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538103f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9627903369910487f,0.014197510944303644f,-1.230544370463597f,-0.0037408100862926473f,-1.2300819020369143f,-0.03536402751997888f,-0.9628365125185138f,0.548712736329187f,-0.03659960761963935f,1.562035232074025f,-0.010613787332327778f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2502320224793566f,0.4866395369432339f,0.8369981457623223f,-0.11274453047835128f,-0.5821975913381957f,-0.6151068698832063f,0.5316855304242236f,0.8148927585755229f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.07414689862688945f,0.5421589632335226f,0.8369981457623223f,-0.08841507936640318f,-0.12409754072215401f,-0.8378008696129563f,0.5316855304242236f,0.8556122641249797f,0.9894958503251681f,-0.06444657835235834f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4529357028874991f,-0.3984566029773807f,0.7975472303215235f,0.2023982322851201f,-0.4431922263351568f,0.6755788894256296f,0.589214574394185f,0.35533784956356246f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14247788857545668f,-0.5861897872477366f,0.7975472303215235f,0.24914878947394184f,0.024454313655316806f,0.8076064461512967f,0.589214574394185f,0.3633619212317133f,-0.9894958503251681f,-0.06444657835235812f,0.1294009301664646f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9094343598893229f,-0.39107537788164043f,-0.14138314562715548f,-0.21887092728453136f,-0.3935556073799936f,0.919233187585867f,-0.01115036952259485f,0.4333376215162408f,0.13432471460033574f,0.04550160058127889f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9485280189117402f,0.14743895182394195f,-0.28027906240821227f,-0.19297786795759356f,0.04502718586124299f,0.9388121514634474f,0.34147371318739894f,0.6114991106230584f,0.31347591593739116f,0.31127720724400987f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8094529102882612f,-0.580148133890091f,-0.09063183088578367f,-0.015600602630988534f,-0.5747162043159977f,0.814409397868142f,-0.08024099426517023f,0.17674498320798876f,0.12036307790380239f,-0.012863724495478956f,-0.9926465907208002f,-0.5662280429658705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9295603367089118f,0.00886008869585414f,-0.3685635348836292f,-0.016242858093538558f,-0.1250089705206297f,0.9329105202883847f,0.337713959475512f,0.35377641800878284f,0.3468289747223939f,0.35999924994860333f,-0.8660890267919669f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.7619351064640864f,0.31560385474561276f,0.654290150836849f,0.8247126163656819f,0.5225019465330585f,0.21642739262033484f,0.6468740384831329f,1.1386283855687368e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.7619351064640864f,0.31560385474561276f,0.6098443250949259f,0.8247126163656819f,0.5225019465330585f,0.21642739262033484f,0.5709246401109439f,1.1386283855687368e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.7619351064640864f,0.31560385474561276f,0.32202833229242556f,0.8247126163656819f,0.5225019465330585f,0.21642739262033484f,1.131392700597971f,1.1386283855687368e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.7619351064640864f,0.31560385474561276f,0.2351661041831293f,0.8247126163656819f,0.5225019465330585f,0.21642739262033484f,1.1172967484532081f,1.1386283855687368e-16f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4579582382251981f,0.5755772630386201f,0.6774843661034871f,0.6464212330427238f,0.8845549788222068f,0.21914620136043242f,0.41174923420710574f,0.7641274726223051f,0.08852537197051394f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5423601336072855f,0.49685049980738033f,0.6774843661034871f,0.5889564272214923f,0.8393826204226548f,0.3548230328801381f,0.41174923420710574f,0.8643874573131546f,-0.035809244698610576f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.44184596401500165f,0.3872983373480641f,0.8091799194067281f,0.5984676648038938f,0.8788902764017666f,0.006113087382418753f,0.47698481339459986f,0.8962361670863257f,0.17978883761257322f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5399022514088945f,0.23180469570853807f,0.8091799194067281f,0.6163632169831894f,0.8339852765910823f,0.2774059231887718f,0.47698481339459986f,0.8736426851844883f,-0.11390398304231034f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.49699291521065114f,0.3134101151196934f,0.8091799194067281f,0.7000024151363821f,0.86711338111005f,0.14352655535062525f,0.47698481339459986f,0.8622458731970262f,0.03335305878500274f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.49699291521065114f,0.5422296339336082f,0.6774843661034871f,0.5780007475013204f,0.86711338111005f,0.2803158083836146f,0.41174923420710574f,0.799174816310713f,0.03335305878500274f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6601413664210276f,0.4118089435963825f,0.6281932587299945f,0.4285713470697467f,0.7459065858787284f,0.45796030097789864f,0.48362767483982116f,1.0818056691599087f,-0.08852537197051372f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.587592818968309f,0.5100077536499482f,0.6281932587299945f,0.5013927762959005f,0.8083640127386866f,0.3356365519993867f,0.48362767483982116f,0.9920765886801585f,0.0358092446986108f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6606624106431612f,0.1452467944736212f,0.7364974866612273f,0.5345293086920064f,0.7288354773425118f,0.35908319460127563f,0.582973503962106f,0.9894738640834357f,-0.179788837612573f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.583443562842609f,0.3422938227885773f,0.7364974866612273f,0.5199010997718231f,0.8041265395599252f,0.11628586351541081f,0.582973503962106f,1.0143079478402006f,0.11390398304231056f,0.9323693135379658f,-0.34309378574937766f,-0.1523097992111535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6298069554694381f,0.2468089361915662f,0.7364974866612273f,0.539405099220388f,0.7760352906356782f,0.2406472966109177f,0.582973503962106f,1.0964358772960012f,-0.03335305878500252f,0.9387088087633164f,-0.34309378574937766f,-0.061975742842232395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6298069554694381f,0.45685493160138624f,0.6281932587299945f,0.4366127396100763f,0.7760352906356782f,0.4048129195283011f,0.48362767483982116f,1.0053529704021336f,-0.03335305878500252f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.7619351064640864f,0.31560385474561276f,0.1069523810320536f,0.8247126163656819f,0.5225019465330585f,0.21642739262033484f,0.6277182897388451f,1.1386283855687368e-16f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.31560385474561253f,0.7619351064640865f,-0.011399064497551093f,0.8247126163656819f,0.2164273926203344f,0.5225019465330587f,0.5465580175062197f,1.1386283855687368e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5696645542209324f,-0.15603634447621717f,0.8069293369724302f,-0.022443894993536127f,0.8172783327988729f,-0.0038278400399620327f,0.5762304004286164f,0.3356902341232674f,-0.08682408883346507f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5696645542209324f,0.1926411130210374f,0.7989816626420674f,0.05305519037268839f,0.8172783327988729f,0.23547566708337003f,0.5259347268902644f,0.4240331970900807f,-0.08682408883346507f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5525767141178535f,-0.24105569749340455f,0.7978415417366307f,-0.29695890850899304f,0.8245724084751237f,-0.297551653275596f,0.481189522760516f,0.5133208300186776f,0.12140559376013024f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5525767141178535f,0.768964426301364f,-0.32148512577991856f,-0.02320282304982666f,0.8245724084751237f,0.5605637910868665f,-0.07647600475870632f,0.7051882576341941f,0.12140559376013024f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3494007034580302f,0.7725912119310379f,0.5301150513520286f,-0.0020462541120038254f,0.916819578205703f,0.16519054913083203f,0.3635298385230173f,0.552971767956283f,0.19328996208223154f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7293524146091976f,0.4324616603050138f,0.5301150513520286f,-0.0020462541120038254f,0.6562652252420379f,0.6611822824618385f,0.3635298385230173f,0.552971767956283f,-0.19328996208223131f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.6317665169370441f,0.5301150513520286f,-0.0020462541120038254f,0.8247126163656819f,0.4332379910749986f,0.3635298385230173f,0.552971767956283f,1.1386283855687368e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6987852293796745f,-0.33551493450818465f,0.631766516937044f,-0.008086324571180383f,0.6772268709871473f,-0.5947004357676706f,0.43323799107499855f,0.5488297504204821f,0.23035400672389797f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3799678886875534f,-0.6756444861342086f,0.631766516937044f,-0.008086324571180383f,0.8958579324605936f,-0.09870870243666419f,0.43323799107499855f,0.5488297504204821f,-0.23035400672389775f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,-0.5301150513520287f,0.631766516937044f,-0.008086324571180383f,0.8247126163656819f,-0.36352983852301735f,0.43323799107499855f,0.5488297504204821f,1.1386283855687368e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4538432061808103f,0.3450245713548311f,0.8215743358728641f,-0.10430326673696969f,0.7388676302809567f,-0.36966895701673014f,0.5633999353400446f,0.7026218840319425f,0.49809734904587283f,0.8627299156628209f,-0.08715574274765796f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5257216468135256f,-0.22052746021014483f,0.8215743358728641f,0.1007093447053341f,0.6895765229074644f,0.4550436593489517f,0.5633999353400446f,0.4036635605993828f,-0.4980973490458726f,0.8627299156628211f,-0.08715574274765796f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,-0.22732160488395597f,0.7927646482694036f,-0.020478714325473622f,0.8247126163656819f,-0.1558872665575023f,0.5436435050035104f,0.5498045855115922f,1.1386283855687368e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.565552031564976f,0.07187844063271537f,0.8215743358728641f,8.878689293818312e-17f,0.8247126163656819f,0.049291107373492286f,0.5633999353400446f,0.554375f,1.1386283855687368e-16f,0.9961946980917455f,-0.08715574274765796f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.4804245732812923e-16f,-0.8247126163656818f,0.5655520315649762f,-0.21614662487434944f,-3.892161784742455e-17f,-0.5655520315649762f,-0.8247126163656818f,1.3723967251426927f,1f,-2.2657594399826115e-16f,1.0818176636815767e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.4804245732812923e-16f,-0.8247126163656818f,0.5655520315649762f,-0.21614662487434946f,-3.892161784742455e-17f,-0.5655520315649762f,-0.8247126163656818f,1.3723967251426927f,1f,-2.2657594399826115e-16f,1.0818176636815767e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.4804245732812923e-16f,-0.8247126163656818f,0.5655520315649762f,-0.3009794296090959f,-3.892161784742455e-17f,-0.5655520315649762f,-0.8247126163656818f,1.496103617597545f,1f,-2.2657594399826115e-16f,1.0818176636815767e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.4804245732812923e-16f,0.824712616365682f,-0.5655520315649758f,0.685201925432331f,-3.892161784742455e-17f,0.5655520315649758f,0.824712616365682f,0.058010992809886974f,1f,2.2657594399826105e-16f,-1.0818176636815758e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.4804245732812923e-16f,0.824712616365682f,-0.5655520315649758f,0.685201925432331f,-3.892161784742455e-17f,0.5655520315649758f,0.824712616365682f,0.058010992809886974f,1f,2.2657594399826105e-16f,-1.0818176636815758e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.4804245732812923e-16f,0.824712616365682f,-0.5655520315649758f,0.7700347301670775f,-3.892161784742455e-17f,0.5655520315649758f,0.824712616365682f,-0.06569589964496535f,1f,2.2657594399826105e-16f,-1.0818176636815758e-16f,0.22812499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008836750493202751f,-1.9135106236677393e-21f,0.000012886134630713782f,-0.5710717955392265f,0.000012886134630713782f,-3.469446951953614e-21f,0.000008836750493202751f,0.17151034160769818f,1.7791068524511514e-21f,0.000015625f,3.54024912497283e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117.mcfunction new file mode 100644 index 000000000..a96111023 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..2ee70af4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.669034497547323f,0.1936314497311631f,0.4264318787462463f,0.27901010208697674f,0.44252335589700204f,0.017914343211364394f,0.6861461945077048f,0.4122169541839127f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882625f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5329055324385255f,0.42604462153388334f,0.4177291873432617f,0.27901010208697674f,0.4072102467136058f,-0.14967738289471433f,0.6721432109463231f,0.4122169541839127f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538082f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7856380798228618f,0.17307109212872626f,0.14058324596501903f,0.31186904487263173f,0.16188541303956522f,-0.08865923012894077f,-0.795535730437293f,0.5825396215502063f,-0.15333090041377984f,0.7931773965682316f,-0.11959806434882661f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.64614220636488f,0.4511485877587951f,0.13771420012899824f,0.31186904487263173f,0.1797463231503473f,-0.019552244152668048f,-0.7793003073671442f,0.5825396215502063f,-0.43610951430558803f,0.6603655514272677f,-0.11715728752538118f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1987448329647667f,-0.015186937952754045f,-1.5497342024635794f,-0.006657384643288858f,-1.5493763939378633f,-0.034950546134025554f,0.199041451042334f,0.5530581402159621f,-0.03659960761963956f,1.562035232074025f,-0.010613787332327474f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.23842969648111534f,-0.09573437032219878f,0.9664296198766548f,0.10614812540948251f,-0.5871297814538361f,-0.7784660754540643f,-0.22196663960405952f,0.8176493951812464f,0.7735825098629714f,-0.620343050018423f,0.12940093016646437f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.14039919432599135f,-0.21517866078604822f,0.9664296198766548f,0.15221661104769843f,-0.03443876336173207f,-0.9744458848396852f,-0.22196663960405952f,0.8289496144093147f,0.9894958503251681f,-0.06444657835235845f,0.12940093016646437f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.002907246595341084f,0.20072407584693924f,0.9796435031646084f,0.0005926613683811879f,-0.6336889208052635f,0.7582112803626925f,-0.15347314416349117f,0.27050798811150834f,-0.7735825098629717f,-0.6203430500184226f,0.12940093016646437f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11751207710597034f,0.16275600892628947f,0.9796435031646084f,0.0391513116687777f,-0.08419545072931961f,0.9845593532626967f,-0.15347314416349117f,0.24288135584095033f,-0.9894958503251681f,-0.06444657835235798f,0.12940093016646437f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9190423370194535f,0.37927946315443756f,-0.10727661252622966f,-0.2399119597209568f,0.3705645069530534f,0.9241626984323827f,0.09276450297833266f,0.6250629153990367f,0.1343247146003359f,0.04550160058127911f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6344436972128693f,0.7715971295589866f,0.04603330015540116f,-0.09494978980267553f,0.706550808643001f,0.5547471224861846f,0.43936497914515144f,0.7318240319848535f,0.3134759159373914f,0.31127720724400987f,-0.8971283912448557f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9776928938648123f,0.17184172003905065f,-0.12077677152610791f,-0.279659366008299f,0.17213173665472714f,0.9850405818270255f,0.008106626308319542f,0.30013407609391257f,0.12036307790380256f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7421030428130078f,0.6700256131260334f,-0.018674892309153146f,-0.15414628162409996f,0.5735788839738509f,0.6492042958819096f,0.4995408352355047f,0.4249820117919925f,0.34682897472239405f,0.3599992499486032f,-0.8660890267919666f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.9071521989459171f,0.3757547439399751f,0.5255527325667916f,0.9818944646171548f,-0.17500936700891478f,-0.07249125335742276f,0.15381788934786172f,2.4122270262754644e-16f,0.3826834323650897f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.9071521989459171f,0.3757547439399751f,0.4402821359243536f,0.9818944646171548f,-0.17500936700891478f,-0.07249125335742276f,0.1320769627985744f,2.4122270262754644e-16f,0.3826834323650897f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.9071521989459171f,0.3757547439399751f,0.6368421371910695f,0.9818944646171548f,-0.17500936700891478f,-0.07249125335742276f,0.7306808873104401f,2.4122270262754644e-16f,0.3826834323650897f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.9071521989459171f,0.3757547439399751f,0.5657786985857735f,0.9818944646171548f,-0.17500936700891478f,-0.07249125335742276f,0.7825820456074394f,2.4122270262754644e-16f,0.3826834323650897f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.3076094746957174f,0.5603593120375554f,0.7690083565802277f,0.6034537685751967f,0.9473857026548937f,-0.25556150866383237f,-0.1927398394067999f,0.24180491267231027f,0.08852537197051405f,0.7878361229991067f,-0.6094895420064388f,-0.1365473086388197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.21616278240464837f,0.601581082658737f,0.7690083565802277f,0.634414844081504f,0.9757004404514718f,-0.10421134683058896f,-0.1927398394067999f,0.3531408019523352f,-0.03580924469861045f,0.7919849721925892f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.31490010313207806f,0.2764844464824535f,0.9079616048604137f,0.6637594310800522f,0.9319409310237031f,-0.2712816300511545f,-0.24060835039429157f,0.36875166895097444f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493777f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.21404940242234993f,0.36026181787963185f,0.9079616048604137f,0.660257629826114f,0.9701591291998092f,0.029981423428613263f,-0.24060835039429157f,0.3401430408778133f,-0.1139039830423102f,0.9323693135379656f,-0.3430937857493777f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.26777146383833295f,0.32234169332119983f,0.9079616048604137f,0.7109173724053389f,0.9629049883677832f,-0.12215402202538116f,-0.24060835039429157f,0.2726227233949011f,0.03335305878500285f,0.9387088087633162f,-0.3430937857493777f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.26777146383833295f,0.5804520571620484f,0.7690083565802277f,0.5803156595438782f,0.9629049883677832f,-0.188852687780398f,-0.1927398394067999f,0.3151145781454906f,0.03335305878500285f,0.792092211585536f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.06689229579610462f,0.6152126769137498f,0.7855181620610339f,0.676421478839378f,0.9938252760322657f,0.028768132757520173f,-0.10716209804327763f,0.6200293468811882f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.16230920663242454f,0.5971741274658576f,0.7855181620610339f,0.6637438431850657f,0.9860899651839421f,-0.12705457609427154f,-0.10716209804327763f,0.5051661848469757f,0.03580924469861094f,0.7919849721925892f,-0.6094895420064388f,-0.13269086121680368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.054379464247953924f,0.35755837851862293f,0.9323062156926976f,0.6851752579587449f,0.9822010220611797f,0.14896099456251333f,-0.11441929190884498f,0.47975952400059346f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493777f,-0.16310560454236653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.16220955926906053f,0.32325404724844276f,0.9323062156926976f,0.6925671249112827f,0.9801601611618556f,-0.1618464831568619f,-0.11441929190884498f,0.5076176738890288f,0.11390398304231068f,0.9323693135379656f,-0.3430937857493777f,-0.15230979921115353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.10964441646972738f,0.3446494191461438f,0.9323062156926976f,0.7647086257935414f,0.9934111311067022f,-0.006523053915258509f,-0.11441929190884498f,0.5514469636578768f,-0.03335305878500237f,0.9387088087633162f,-0.3430937857493777f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.10964441646972738f,0.6090478790778837f,0.7855181620610339f,0.6276728530010177f,0.9934111311067022f,-0.040627691741788666f,-0.10716209804327763f,0.5605881942997792f,-0.03335305878500237f,0.792092211585536f,-0.6094895420064388f,-0.24019649044897773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.9071521989459171f,0.3757547439399751f,0.127336418564541f,0.9818944646171548f,-0.17500936700891478f,-0.07249125335742276f,0.5298090384821232f,2.4122270262754644e-16f,0.3826834323650897f,-0.9238795325112867f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.3757547439399748f,0.9071521989459173f,-0.013571610412949556f,0.9818944646171548f,-0.07249125335742317f,-0.17500936700891462f,0.5569932584911569f,2.4122270262754644e-16f,0.9238795325112867f,-0.38268343236508967f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.1812493485428254f,-0.11236241841674482f,0.9769971139058405f,-0.17137241729490343f,0.9795969840965417f,0.10833595933212825f,-0.16927217333202607f,0.41668603951462313f,-0.08682408883346494f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.1812493485428254f,0.3029086521701369f,0.9356254710584105f,-0.05546380499513742f,0.9795969840965417f,0.028385500784966093f,-0.19895731224095964f,0.4250397567491683f,-0.08682408883346494f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.19844610362373788f,-0.3810964508241387f,0.9029865110431059f,-0.23786940683923938f,0.9725635330199807f,-0.03755437165387149f,-0.2295862439463131f,0.736825496041135f,0.12140559376013037f,0.9237722470062235f,0.3631879919061508f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.19844610362373788f,0.9391737425827582f,-0.2803066627814112f,0.09100573032569267f,0.9725635330199807f,-0.1532668719513811f,0.17501268583143356f,0.6768534337081703f,0.12140559376013037f,-0.30734662387170303f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4068447566643263f,0.6603995242280836f,0.6311495958757052f,-0.0024362493623909486f,0.8928137177110321f,-0.4336560465098309f,-0.12176246873511087f,0.5548450054293902f,0.19328996208223162f,0.6130374390889876f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.04552189154483008f,0.7743241859945451f,0.6311495958757052f,-0.0024362493623909486f,0.9800850717914392f,0.15686667351321248f,-0.12176246873511087f,0.5548450054293902f,-0.19328996208223118f,0.6130374390889878f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.7521747983492554f,0.6311495958757052f,-0.0024362493623909486f,0.9818944646171548f,-0.14511085955820893f,-0.12176246873511087f,0.5548450054293902f,2.4122270262754644e-16f,0.6427876096865393f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.009128911274854684f,-0.6589003989277842f,0.7521747983492553f,-0.009627495903396148f,0.9730640752618412f,-0.17913442961389542f,-0.1451108595582089f,0.5562323531165906f,0.2303540067238981f,0.730589570429055f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3704517763943509f,-0.5449757371613226f,0.7521747983492553f,-0.009627495903396148f,0.8998347142406301f,0.411388290409148f,-0.1451108595582089f,0.5562323531165906f,-0.23035400672389766f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,-0.6311495958757053f,0.7521747983492553f,-0.009627495903396148f,0.9818944646171548f,0.1217624687351109f,-0.1451108595582089f,0.5562323531165906f,2.4122270262754644e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.20683900102502936f,-0.02060188889497458f,0.9781580597372427f,0.03219452172233823f,0.8420906474533736f,-0.5052451432664952f,-0.18870794015403014f,0.7327561168488793f,0.49809734904587294f,0.8627299156628209f,-0.0871557427476581f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.12126125966150722f,0.16882688493358367f,0.9781580597372427f,-0.036473408790514146f,0.85860045293418f,0.47664932135065946f,-0.18870794015403014f,0.3768193734251607f,-0.4980973490458725f,0.8627299156628211f,-0.0871557427476581f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,-0.2706467939184208f,0.9438575382903339f,-0.017641364290376278f,0.9818944646171548f,0.052213646333759973f,-0.1820906243899562f,0.565734960166939f,2.4122270262754644e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.18942877382855827f,0.08557774136352217f,0.9781580597372427f,8.87868929381831e-17f,0.9818944646171548f,-0.016509805480806373f,-0.18870794015403014f,0.5543749999999998f,2.4122270262754644e-16f,0.9961946980917455f,-0.0871557427476581f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-8.040304266853999e-17f,-0.9818944646171548f,-0.18942877382855805f,0.4301772925201358f,-4.020236451040039e-18f,0.18942877382855805f,-0.9818944646171548f,1.2829533439342986f,1f,-7.818575407319498e-17f,-1.9178097702515116e-17f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-8.040304266853999e-17f,-0.9818944646171548f,-0.18942877382855805f,0.43017729252013576f,-4.020236451040039e-18f,0.18942877382855805f,-0.9818944646171548f,1.2829533439342986f,1f,-7.818575407319498e-17f,-1.9178097702515116e-17f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-8.040304266853999e-17f,-0.9818944646171548f,-0.18942877382855805f,0.4585916085944195f,-4.020236451040039e-18f,0.18942877382855805f,-0.9818944646171548f,1.430237513626872f,1f,-7.818575407319498e-17f,-1.9178097702515116e-17f,0.22812500000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-8.040304266853999e-17f,0.9818944646171548f,0.1894287738285585f,0.12827518423087103f,-4.020236451040039e-18f,-0.1894287738285585f,0.9818944646171548f,-0.28194095904929184f,1f,7.818575407319488e-17f,1.9178097702515153e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-8.040304266853999e-17f,0.9818944646171548f,0.1894287738285585f,0.12827518423087103f,-4.020236451040039e-18f,-0.1894287738285585f,0.9818944646171548f,-0.28194095904929184f,1f,7.818575407319488e-17f,1.9178097702515153e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-8.040304266853999e-17f,0.9818944646171548f,0.1894287738285585f,0.09986086815658725f,-4.020236451040039e-18f,-0.1894287738285585f,0.9818944646171548f,-0.4292251287418651f,1f,7.818575407319488e-17f,1.9178097702515153e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000002959824591071223f,-1.9135106236677393e-21f,0.000015342101009643046f,-0.6736852422491862f,0.000015342101009643046f,-3.469446951953614e-21f,-0.000002959824591071223f,0.6916941053055079f,3.769104728555414e-21f,0.000015625f,1.221652407393671e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118.mcfunction new file mode 100644 index 000000000..0ff5aedd3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..fc54c13d1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.15950292223742413f,0.14948035246635832f,0.7868664985044791f,0.09651717191364598f,0.7861252427065712f,-0.1243771934247587f,0.18298049344058095f,0.2564824311389665f,0.1533309004137801f,0.7931773965682316f,-0.1195980643488263f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.08831787514572355f,0.19507686260602872f,0.770807998535f,0.09651717191364598f,0.6648371563487467f,-0.4072620239648541f,0.17924619765607933f,0.2564824311389665f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538088f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6696271146999175f,0.05953169382310297f,-0.4636808699241966f,0.24027040253132934f,-0.44162609375059236f,-0.1851216882168022f,-0.6615442527259973f,0.35356244878801313f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5837123194374946f,0.30490316680847956f,-0.4542179950277845f,0.24027040253132934f,-0.3302853609669131f,-0.3330936765510887f,-0.6480433496091402f,0.35356244878801313f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.236915455595496f,-0.03546435869919372f,-0.9540380940879886f,-0.005635447269183054f,-0.9539952171950734f,-0.013944999874591942f,1.2373782415039554f,0.5581560876815764f,-0.03659960761963967f,1.5620352320740252f,-0.01061378733232717f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5839669793147843f,-0.618561038024487f,0.5257041081331164f,0.2613150196380258f,-0.24607451616141018f,-0.48224137372472453f,-0.8407678573566058f,0.665259138620348f,0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.12356570904728376f,-0.8416452377573383f,0.5257041081331164f,0.3018600179191658f,0.07502984564101678f,-0.5361715511840094f,-0.8407678573566058f,0.6406399705193894f,0.9894958503251682f,-0.06444657835235844f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.44641045172211063f,0.678402764454184f,0.5835129799534728f,-0.20047521701807922f,-0.4497641704575482f,0.393629507881157f,-0.8017281344058416f,0.353401073712154f,-0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.02343780592618977f,0.8117655274025771f,0.5835129799534728f,-0.1927846869485482f,-0.14264862930515312f,0.5804165461627445f,-0.8017281344058416f,0.30659449222140067f,-0.9894958503251682f,-0.064446578352358f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.38706121656637477f,0.921998239885419f,-0.01014200563727713f,-0.11947372321524946f,0.912217345635181f,0.3845111831829218f,0.14145905531132819f,0.7741033760957998f,0.13432471460033607f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.051789170963388864f,0.9377370279871738f,0.34346345964702907f,0.05849861615513958f,0.9481828578381586f,-0.1541290582341675f,0.2778371852537204f,0.7469406600847291f,0.3134759159373915f,0.31127720724400976f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5689300893537339f,0.8185252284063236f,-0.07959273767328223f,-0.3775091831946451f,0.8135301364457712f,0.5743265404406104f,0.09120165590626378f,0.5726677578154971f,0.12036307790380273f,-0.01286372449547879f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.11837790522019553f,0.9328236323725162f,0.34033328142134855f,-0.20047766911591486f,0.9304280379742922f,-0.0155116383334436f,0.36614622110233663f,0.572047739509866f,0.3468289747223942f,0.3599992499486032f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.5170559670407622f,0.21417159405421984f,0.087831512249592f,0.5596573458395622f,-0.7656412459767405f,-0.31713898799580054f,-0.10055804929462864f,2.2575832747026315e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.5170559670407622f,0.21417159405421984f,0.012200949079553311f,0.5596573458395622f,-0.7656412459767405f,-0.31713898799580054f,-0.055571824141125936f,2.2575832747026315e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.5170559670407622f,0.21417159405421984f,0.5747069285591743f,0.5596573458395622f,-0.7656412459767405f,-0.31713898799580054f,0.22824064138611422f,2.2575832747026315e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.5170559670407622f,0.21417159405421984f,0.5612306738541886f,0.5596573458395622f,-0.7656412459767405f,-0.31713898799580054f,0.31520116747758403f,2.2575832747026315e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.8877977962334505f,0.21503668904766918f,0.4069082149163914f,0.20513807226031622f,0.45163960357846195f,-0.577125173303983f,-0.6804029709064598f,-0.09352536395187161f,0.08852537197051401f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8432283827306425f,0.35127140389024075f,0.4069082149163914f,0.30580524000389736f,0.536361438352516f,-0.4993678049595136f,-0.6804029709064598f,-0.03677688576287592f,-0.035809244698610486f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.8820183551712766f,0.003351443843441826f,0.47120312919707963f,0.3375853238156039f,0.4355681290118404f,-0.38733207945390286f,-0.8125603148167155f,-0.04651496706698663f,0.17978883761257325f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.8378136510742589f,0.27574607360486536f,0.47120312919707963f,0.3148648185899837f,0.5339421024050424f,-0.23377674406202825f,-0.8125603148167155f,-0.06424896984535315f,-0.11390398304231024f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.8706349642688097f,0.14128825155520983f,0.47120312919707963f,0.3028719378094731f,0.490797649202125f,-0.31442551156454784f,-0.8125603148167155f,-0.14780478114397586f,0.03335305878500282f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.8706349642688097f,0.27644251414390625f,0.4069082149163914f,0.2406723721270943f,0.490797649202125f,-0.5442145392391962f,-0.6804029709064598f,-0.025356509815156913f,0.03335305878500282f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7505945200203883f,0.4550124077626968f,0.47913628050624146f,0.52436149188386f,0.6548061736367827f,-0.4150637927833859f,-0.6316256192456298f,0.12205389696548605f,-0.08852537197051356f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.812533078533766f,0.3319915977718179f,0.47913628050624146f,0.4341154659117365f,0.5818141406691274f,-0.5123879222132571f,-0.6316256192456298f,0.049874098998741734f,0.03580924469861093f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7335275605407507f,0.35803843803869784f,0.5777073608791429f,0.43127653963600776f,0.6554489238659673f,-0.14780341280474385f,-0.7406354429584201f,0.016756966692855972f,-0.17978883761257283f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8082661283277881f,0.11384230753135206f,0.5777073608791429f,0.4562142931734092f,0.5776952037580927f,-0.3431142552979692f,-0.7406354429584201f,0.031207733480759198f,0.11390398304231067f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.780506170569717f,0.23888139921025858f,0.5777073608791429f,0.5382010688764751f,0.6242577121448155f,-0.2485185092935832f,-0.7406354429584201f,0.0111186468663374f,-0.033353058785002374f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.780506170569717f,0.401545193477944f,0.47913628050624146f,0.44785340034393784f,0.6242577121448155f,-0.4597296879039842f,-0.6316256192456298f,0.11455782664473368f,-0.033353058785002374f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.5170559670407622f,0.21417159405421984f,0.072578840812931f,0.5596573458395622f,-0.7656412459767405f,-0.31713898799580054f,0.4469023903527368f,2.2575832747026315e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.2141715940542196f,0.5170559670407623f,-0.007735506957401349f,0.5596573458395622f,-0.317138987995801f,-0.7656412459767403f,0.5658295108511622f,2.2575832747026315e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.821319341106f,-0.002715183053857595f,0.5704622403859781f,-0.2185191790461743f,0.5638227713771802f,0.15605967108082786f,-0.8110174236961246f,0.5783775756540459f,-0.08682408883346496f,0.9877438973960445f,0.12970570825954697f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.821319341106f,0.23409612485625347f,0.5202245133137142f,-0.13071678015267416f,0.5638227713771802f,-0.1943151886539694f,-0.80271133661792f,0.5022505124935712f,-0.08682408883346496f,0.9525967729242303f,-0.29158354859727764f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.828491392818828f,-0.2958253307321032f,0.4754885758063588f,-0.038935770273915316f,0.546683357921995f,0.24317115239747036f,-0.8012522054963827f,0.8516190815371851f,0.12140559376013035f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.828491392818828f,0.5550667240973591f,-0.07418182947962355f,0.1509748631883925f,0.546683357921995f,-0.7729417730945142f,0.32202223770516214f,0.5765019148542121f,0.12140559376013035f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9192875459420069f,0.15967767295613777f,0.3597408075757251f,-0.0013886063126861813f,0.3428547774702456f,-0.7737494032531f,-0.5326935915996169f,0.5564312073260678f,0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6614489219287962f,0.6580819668126441f,0.3597408075757251f,-0.0013886063126861813f,0.7246546172056606f,-0.43716498399485f,-0.5326935915996169f,0.5564312073260678f,-0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.42872239983111265f,0.3597408075757251f,-0.0013886063126861813f,0.5596573458395622f,-0.6348395015407569f,-0.5326935915996169f,0.5564312073260678f,2.2575832747026315e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6821920867790303f,-0.5922930529890784f,0.42872239983111254f,-0.005487452061843273f,0.6939387496907187f,0.33974669823438314f,-0.6348395015407569f,0.5625006573788581f,0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8985443810917728f,-0.09388875913257211f,0.42872239983111254f,-0.005487452061843273f,0.37357064498518755f,0.6763311174926332f,-0.6348395015407569f,0.5625006573788581f,-0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,-0.3597408075757252f,0.42872239983111254f,-0.005487452061843273f,0.5596573458395622f,0.5326935915996172f,-0.6348395015407569f,0.5625006573788581f,2.2575832747026315e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.7420848103022833f,-0.37211963076608123f,0.5575276806734702f,0.1489868116656909f,0.44856344611670895f,-0.34238001258680006f,-0.8255705674192634f,0.6576185955731668f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765829f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6933074586414535f,0.4566044821012928f,0.5575276806734702f,-0.15142567924873224f,0.5207915117065592f,0.217277333252762f,-0.8255705674192634f,0.4547428077063256f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765829f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,-0.1542624709707769f,0.5379771694060757f,-0.004424282379940235f,0.5596573458395622f,0.2284273231725512f,-0.7966207461998709f,0.5748857814196037f,2.2575832747026315e-16f,0.9612616959383189f,0.2756373558169991f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8287241128673741f,0.04877735166082992f,0.5575276806734702f,8.878689293818311e-17f,0.5596573458395622f,-0.07222806558985033f,-0.8255705674192634f,0.554375f,2.2575832747026315e-16f,0.9961946980917455f,-0.08715574274765829f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[6.154903831874782e-17f,-0.5596573458395624f,-0.828724112867374f,0.8195420851643143f,-9.777571067469411e-17f,0.828724112867374f,-0.5596573458395624f,0.7646835278692413f,1f,1.154754605133108e-16f,-3.7137225452318656e-18f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[6.154903831874782e-17f,-0.5596573458395624f,-0.828724112867374f,0.8195420851643143f,-9.777571067469411e-17f,0.828724112867374f,-0.5596573458395624f,0.7646835278692413f,1f,1.154754605133108e-16f,-3.7137225452318656e-18f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[6.154903831874782e-17f,-0.5596573458395624f,-0.828724112867374f,0.9438507020944203f,-9.777571067469411e-17f,0.828724112867374f,-0.5596573458395624f,0.8486321297451757f,1f,1.154754605133108e-16f,-3.7137225452318656e-18f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[6.154903831874782e-17f,0.559657345839562f,0.8287241128673742f,-0.5012369697180632f,-9.777571067469411e-17f,-0.8287241128673742f,0.559657345839562f,-0.1272703670625609f,1f,-1.154754605133109e-16f,3.713722545231815e-18f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[6.154903831874782e-17f,0.559657345839562f,0.8287241128673742f,-0.5012369697180632f,-9.777571067469411e-17f,-0.8287241128673742f,0.559657345839562f,-0.1272703670625609f,1f,-1.154754605133109e-16f,3.713722545231815e-18f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[6.154903831874782e-17f,0.559657345839562f,0.8287241128673742f,-0.6255455866481694f,-9.777571067469411e-17f,-0.8287241128673742f,0.559657345839562f,-0.2112189689384952f,1f,-1.154754605133109e-16f,3.713722545231815e-18f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012948814263552721f,-1.9135106236677393e-21f,0.000008744646028743159f,-0.37878310898007866f,0.000008744646028743159f,-3.469446951953614e-21f,-0.000012948814263552721f,1.1281621544899165f,3.5274738667228625e-21f,0.000015625f,-1.804304070520482e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119.mcfunction new file mode 100644 index 000000000..bb3d4531a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..55080fd4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4398353099678282f,0.01869114018349456f,0.6878517179077114f,-0.14103738062635596f,0.6708047253323788f,-0.19355801015800808f,-0.42367530211220544f,0.2747967384650762f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882646f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4050686990059796f,-0.14796668496883772f,0.6738139277463295f,-0.14103738062635596f,0.5345351631256328f,-0.42664176849846014f,-0.4150288673752217f,0.2747967384650762f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538103f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.1650364623313798f,-0.0879640731418029f,-0.7949652397318331f,0.029415761299172356f,-0.7849821943992659f,-0.1734254417725097f,-0.14377418080645546f,0.24262147549061458f,-0.1533309004137801f,0.7931773965682315f,-0.11959806434882657f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.18233750507828642f,-0.017741864720006446f,-0.7787414593291426f,0.029415761299172356f,-0.645415777444253f,-0.4512234088834686f,-0.1408400138512217f,0.24262147549061458f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538114f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5501613799481304f,-0.03501120197753673f,0.1928215803622531f,-0.0013435617669590918f,0.19252640036991606f,0.015046577535624665f,1.5505203757658481f,0.5610270471854817f,-0.03659960761963943f,1.5620352320740247f,-0.010613787332326997f,0.2735738076407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5880817480439956f,-0.7788439404811509f,-0.2180870789233339f,0.2636981924277015f,0.23607193406168459f,0.09261002467138348f,-0.9673124755107531f,0.4492841107832777f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.03500183426449799f,-0.9753014393533974f,-0.2180870789233339f,0.2751831692957399f,0.14025987946449042f,0.21126698969281793f,-0.9673124755107531f,0.40326133783399176f,0.9894958503251681f,-0.06444657835235829f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6336721543534397f,0.7590105769183025f,-0.14954111449102042f,-0.2838623487187294f,-0.005449883592899052f,-0.19768015686959184f,-0.9802514240483597f,0.5526433343611117f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08372325878607817f,0.9852044818285306f,-0.14954111449102042f,-0.3113340430079113f,-0.11784896320083654f,-0.15880417980535166f,-0.9802514240483597f,0.5139741433108372f,-0.9894958503251681f,-0.06444657835235812f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.36687389030503087f,0.9256771079502251f,0.0923333115909929f,0.069724705829093f,0.9205218192199411f,-0.3755682310332558f,0.1076479641171191f,0.7945686618598788f,0.13432471460033624f,0.045501600581278834f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7039994319825204f,0.5578386702889097f,0.4395461496800873f,0.1770666199437641f,0.637273606777734f,-0.76936500971949f,-0.04426998897477552f,0.6500360351063821f,0.31347591593739155f,0.31127720724400954f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.16820738354981363f,0.9857221626997547f,0.007621947378724181f,-0.2553610032361352f,0.9783756975706466f,-0.1678878868609125f,0.12080832690062566f,0.8330119796186772f,0.12036307790380289f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5705965973992329f,0.6518875302217676f,0.49946188140616066f,-0.13001045456076527f,0.7443985393117256f,-0.667415303973326f,0.020679136654180558f,0.7080008547277672f,0.34682897472239427f,0.359999249948603f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.1713680334525001f,-0.07098296361323166f,-0.39844511942156696f,-0.18548742278843208f,-0.9078471169221702f,-0.37604258839047566f,0.027219273092339458f,7.915302453110203e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.1713680334525001f,-0.07098296361323166f,-0.42052801701928844f,-0.18548742278843208f,-0.9078471169221702f,-0.37604258839047566f,0.11240194840056994f,7.915302453110203e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.1713680334525001f,-0.07098296361323166f,0.17885978064694832f,-0.18548742278843208f,-0.9078471169221702f,-0.37604258839047566f,-0.08175458779586436f,7.915302453110203e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.1713680334525001f,-0.07098296361323166f,0.2304753809303138f,-0.18548742278843208f,-0.9078471169221702f,-0.37604258839047566f,-0.010483469196766348f,7.915302453110203e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9486123512528403f,-0.2533110241491673f,-0.18965266171361217f,-0.3101462285015988f,-0.30380563781477127f,-0.5613802350833492f,-0.7697755296771414f,-0.050328090157376805f,0.08852537197051383f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9765599336285378f,-0.10179667939755224f,-0.18965266171361217f,-0.19868700496173886f,-0.21224606951729605f,-0.6019943852601415f,-0.7697755296771414f,-0.08084218405139171f,-0.03580924469861062f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9331969574101541f,-0.27017005954347556f,-0.2369632410453276f,-0.1829585192345099f,-0.311158179308131f,-0.2775707313032033f,-0.9089197305447021f,-0.11012389662584547f,0.17978883761257308f,0.921934177720991f,-0.343093785749378f,-0.1631056045423669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9710101871019633f,0.03142672330205952f,-0.2369632410453276f,-0.211580967894961f,-0.21015494091576176f,-0.3601386180837023f,-0.9089197305447021f,-0.10673691494145635f,-0.11390398304231036f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9639716630474373f,-0.12085965097935639f,-0.2369632410453276f,-0.27889747093235484f,-0.2639056769212099f,-0.32282923832159943f,-0.9089197305447021f,-0.15766717323653212f,0.03335305878500266f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9639716630474373f,-0.18652211865218574f,-0.18965266171361217f,-0.23692999423561314f,-0.2639056769212099f,-0.5812051510431016f,-0.7697755296771414f,-0.026896014251834466f,0.03335305878500266f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9940856793384614f,0.03123642612414515f,-0.10400936408410744f,0.068367942047769f,-0.06290405910330255f,-0.6150922930591207f,-0.785941823780616f,-0.1217775972735736f,-0.08852537197051369f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9867332886456945f,-0.1246574075667872f,-0.10400936408410744f,-0.046545164022303784f,-0.15835123956751185f,-0.597679123409737f,-0.785941823780616f,-0.10956094914041406f,0.03580924469861077f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9824113115298236f,0.15039448916911535f,-0.11067751626149148f,-0.07186562734755647f,-0.050437970301864164f,-0.3569577980342789f,-0.9327578150701001f,-0.13109413496042455f,-0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.16310560454236692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9808031325261026f,-0.16054813178972815f,-0.11067751626149148f,-0.04397804204249893f,-0.15827538619154172f,-0.32390084987781537f,-0.9327578150701001f,-0.13837416230265923f,0.11390398304231052f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9938430795249538f,-0.005140104526542587f,-0.11067751626149148f,0.0001403608062288137f,-0.10565749736786624f,-0.34467281830108404f,-0.9327578150701001f,-0.21033921855403695f,-0.033353058785002505f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9938430795249538f,-0.038183575830140336f,-0.10400936408410744f,0.008731665368010375f,-0.10565749736786624f,-0.6092059938004208f,-0.785941823780616f,-0.07326786994894247f,-0.033353058785002505f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.1713680334525001f,-0.07098296361323166f,-0.02405482967648156f,-0.18548742278843208f,-0.9078471169221702f,-0.37604258839047566f,0.4269410362094263f,7.915302453110203e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.07098296361323186f,-0.1713680334525f,0.0025637816784803867f,-0.18548742278843208f,-0.376042588390476f,-0.9078471169221701f,0.5679570068558548f,7.915302453110203e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9803163566562609f,0.10788423592989681f,-0.16535063504570183f,-0.13837547947923345f,-0.1773172819282798f,0.11279620913264105f,-0.977668449288854f,0.7251935643539206f,-0.0868240888334651f,0.9877438973960446f,0.12970570825954686f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9803163566562609f,0.02960068541194328f,-0.19520153763568995f,-0.1295567491839234f,-0.1773172819282798f,-0.30279231766589726f,-0.936416250335331f,0.6093194041935517f,-0.0868240888334651f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9733519637339028f,-0.039083208990721915f,-0.225961185760614f,0.18149458247226213f,-0.1945421201156845f,0.38094269705043504f,-0.9039004508599575f,0.792974569884204f,0.12140559376013021f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9733519637339028f,-0.14949722780676677f,0.17388655374538553f,0.12284260589452847f,-0.1945421201156845f,-0.9397811615864394f,0.28100664018513355f,0.46386144381773f,0.12140559376013021f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8944389846154619f,-0.43100271956961f,-0.1192290171210927f,0.00046022625830381475f,-0.4032590896164787f,-0.6621342416752181f,-0.6316330838729656f,0.5568131156351934f,0.19328996208223143f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9798945266878718f,0.15997236649962354f,-0.1192290171210927f,0.00046022625830381475f,0.04945409108861751f,-0.7736885292103832f,-0.6316330838729656f,0.5568131156351934f,-0.19328996208223126f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.14209160949553898f,-0.1192290171210927f,0.00046022625830381475f,-0.18548742278843208f,-0.7527509969069671f,-0.6316330838729656f,0.5568131156351934f,7.915302453110203e-17f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9730196125691737f,-0.1817768083851801f,-0.14209160949553898f,0.001818708086641004f,0.013033232215439089f,0.6581763225106065f,-0.752750996906967f,0.5640098709833192f,0.23035400672389802f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.90131389873416f,0.4091982776840535f,-0.14209160949553898f,0.001818708086641004f,-0.36683823074330035f,0.5466220349754414f,-0.752750996906967f,0.5640098709833192f,-0.23035400672389786f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,0.11922901712109271f,-0.14209160949553898f,0.001818708086641004f,-0.18548742278843208f,0.6316330838729657f,-0.752750996906967f,0.5640098709833192f,7.915302453110203e-17f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8429138047585961f,-0.5053237405859068f,-0.18478158714453807f,0.178508860565214f,-0.20345846903203926f,0.018574439983193136f,-0.9789073712861955f,0.5228964870603342f,0.4980973490458728f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8590800988620709f,0.4773228978285872f,-0.18478158714453807f,-0.1777005458600401f,-0.11781517140253431f,-0.16691298280523892f,-0.9789073712861955f,0.5901356778211408f,-0.49809734904587266f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,0.05112726275471311f,-0.17830195460483625f,0.011289083201358477f,-0.18548742278843208f,0.2708541211150339f,-0.9445805741504046f,0.5720618038235579f,7.915302453110203e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9826466384144941f,-0.016166294103474817f,-0.18478158714453807f,8.878689293818312e-17f,-0.18548742278843208f,-0.08564329762950496f,-0.9789073712861955f,0.554375f,7.915302453110203e-17f,0.9961946980917455f,-0.08715574274765842f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.572670469292111e-17f,0.18548742278843186f,-0.9826466384144941f,0.7302985541310896f,-2.6323108643665094e-16f,0.9826466384144941f,0.18548742278843186f,0.12712457216634612f,1f,2.4090704246765093e-16f,1.4289158039392923e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.572670469292111e-17f,0.18548742278843186f,-0.9826466384144941f,0.7302985541310896f,-2.6323108643665094e-16f,0.9826466384144941f,0.18548742278843186f,0.1271245721663461f,1f,2.4090704246765093e-16f,1.4289158039392923e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.572670469292111e-17f,0.18548742278843186f,-0.9826466384144941f,0.8776955498932637f,-2.6323108643665094e-16f,0.9826466384144941f,0.18548742278843186f,0.09930145874808131f,1f,2.4090704246765093e-16f,1.4289158039392923e-16f,0.22812499999999988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.572670469292111e-17f,-0.1854874227884323f,0.9826466384144941f,-0.8357945258420103f,-2.6323108643665094e-16f,-0.9826466384144941f,-0.1854874227884323f,0.4227451522354097f,1f,-2.4090704246765093e-16f,-1.4289158039392933e-16f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.572670469292111e-17f,-0.1854874227884323f,0.9826466384144941f,-0.8357945258420103f,-2.6323108643665094e-16f,-0.9826466384144941f,-0.1854874227884323f,0.42274515223540976f,1f,-2.4090704246765093e-16f,-1.4289158039392933e-16f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.572670469292111e-17f,-0.1854874227884323f,0.9826466384144941f,-0.9831915216041844f,-2.6323108643665094e-16f,-0.9826466384144941f,-0.1854874227884323f,0.4505682656536746f,1f,-2.4090704246765093e-16f,-1.4289158039392933e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001535385372522647f,-1.9135106236677393e-21f,-0.0000028982409810692517f,0.13461485527980374f,-0.0000028982409810692517f,-3.469446951953614e-21f,-0.00001535385372522647f,1.2286058084359892f,1.2367660082984693e-21f,0.000015625f,-3.7641725385570466e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..57210c43a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.07722472071577653f,0.4543155261641973f,-0.6742241390227464f,0.03787545305931843f,-0.7703368480380353f,0.17563769361776688f,0.20658408839961706f,1.0010305206909564f,0.25992677336057485f,0.6555099142737847f,0.4119335737999275f,-0.01587300401192146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.10042059042226331f,0.4401163465588376f,-0.6604644627161598f,0.03787545305931843f,-0.631332060338217f,0.44773539855227074f,0.20236808659554326f,1.0010305206909564f,0.480973527970455f,0.495813084110273f,0.4035267661713576f,-0.01587300401192146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4183593188562178f,0.5417003635492315f,0.4455116619138456f,-0.08840547865777415f,0.6814838054138946f,0.19130488235044213f,0.40734102345814005f,0.9783896684589808f,0.16583047889095387f,0.5804374234695402f,-0.5500337209219839f,0.09261520022093847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5816947262332014f,0.3334204393814592f,0.43641958718091f,-0.08840547865777415f,0.5450446340118219f,0.428605936682513f,0.39902794134674946f,0.9783896684589808f,-0.06750994302619642f,0.5874757540896309f,-0.5388085429439843f,0.09261520022093847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.37007909831017705f,1.5116559095585815f,0.13908314811846803f,0.11367037002430036f,1.4135234891170125f,0.29094963379462274f,0.5989206177025811f,0.21188855248384397f,0.5535332480604875f,0.2676769913373059f,-1.4364387288012719f,0.5252841224799154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2040560948529561f,-0.368770825103752f,-0.9068457358920863f,0.04232511760993495f,-0.966555933785211f,0.07109720074502544f,-0.24640376399483113f,0.4502106271936741f,0.15534071268653388f,0.9267973168921668f,-0.341929812071893f,0.5043768457088345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.20974990927350692f,-0.368770825103752f,-0.9055457217126333f,-0.026179322318448432f,-0.9649886644757474f,0.07109720074502544f,-0.252471910278223f,0.7662970131241227f,0.1574860406292226f,0.9267973168921668f,-0.34094703460861947f,0.4528711980349742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5217264153473535f,0.7063963365708239f,-0.4783364539820487f,0.47579338085717887f,0.806265769511845f,-0.5915245209149399f,0.0058523559207350195f,0.5442825945512657f,-0.27881365899516686f,-0.3887196378312657f,-0.8781571537726356f,-0.06230414932421349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10522360619308768f,0.9644861976414686f,-0.2422692041073822f,0.4224339247707781f,0.9321132136933095f,0.1805532062088104f,0.31395142392741143f,0.84672868319929f,0.3465442966751183f,-0.19278722542435528f,-0.9180087887134448f,0.06746664874944738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7516033459086517f,0.23971785424959746f,-0.6145142478192743f,-0.02268497467131806f,-0.1347546304924266f,0.8561748292928304f,0.49880442183910334f,0.4253466183468867f,0.6457039569181602f,0.4577117128055183f,-0.611200775507418f,0.1655788884655996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7516033459086517f,0.45663484071145816f,-0.47600108473336594f,0.059959051182496816f,-0.1347546304924266f,0.6001182128067187f,0.7884791184416486f,0.5427967777384067f,0.6457039569181602f,0.6567668938870861f,-0.3895171974562094f,0.28628819858532695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7516033459086517f,0.3178772396081385f,-0.5779675345190506f,0.1911687841933299f,-0.1347546304924266f,0.7837430930947935f,0.6062903212051594f,0.5087524597140226f,0.6457039569181602f,0.5335736355605624f,-0.5462285011374953f,-0.052055639652464084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7516033459086517f,0.5642735320450462f,-0.34159594765208806f,0.2948350967789505f,-0.1347546304924266f,0.37559626805810387f,0.9169343667796919f,0.5849075997672901f,0.6457039569181602f,0.7352025737538146f,-0.206260940475887f,0.08450571204840189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9972179446523811f,0.019599727103929654f,-0.07191815876906282f,0.5193687636670266f,-0.02249282074422687f,0.8407184259910012f,0.5410051766981361f,1.2406770884621925f,0.07106647506559419f,0.541117712606661f,-0.8379386476497468f,0.555081215526365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9972179446523811f,0.019599727103929654f,-0.07191815876906282f,0.5475721433189f,-0.02249282074422687f,0.8407184259910012f,0.5410051766981361f,1.187150001306676f,0.07106647506559419f,0.541117712606661f,-0.8379386476497468f,0.4062197604184089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9972179446523811f,0.019599727103929654f,-0.07191815876906282f,-0.06649677881624741f,-0.02249282074422687f,0.8407184259910012f,0.5410051766981361f,1.227462556274959f,0.07106647506559419f,0.541117712606661f,-0.8379386476497468f,0.5968327696274016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9972179446523811f,0.019599727103929654f,-0.07191815876906282f,-0.11308474501330248f,-0.02249282074422687f,0.8407184259910012f,0.5410051766981361f,1.1722485075636258f,0.07106647506559419f,0.541117712606661f,-0.8379386476497468f,0.45330130014936504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9818744641409665f,0.17535767763961163f,-0.07191815876906282f,0.4216506094026115f,0.10930144042319788f,0.8338864394551769f,0.5410051766981361f,1.3400615817216366f,0.15484098872489888f,0.5233384096219285f,-0.8379386476497468f,0.6015288106803205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9972179446523812f,0.01959972710392964f,-0.07191815876906282f,0.3069835624661851f,-0.02249282074422687f,0.8407184259910012f,0.5410051766981361f,1.3459429872631035f,0.07106647506559419f,0.541117712606661f,-0.8379386476497468f,0.6151676537667479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9628547067277199f,0.26026638694142734f,-0.07191815876906282f,0.284624556736611f,0.18156350744129657f,0.821187001572378f,0.5410051766981361f,1.3418089380021692f,0.19986371981400536f,0.507851667593031f,-0.8379386476497468f,0.6144175707759759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996155979708324f,-0.05001042421953111f,-0.07191815876906282f,0.31384702131245823f,-0.08108358217222278f,0.8371014582999715f,0.5410051766981361f,1.350871821056668f,0.03314689719219527f,0.5447569237572331f,-0.8379386476497468f,0.6177608236610911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917150005312555f,0.10643841487245116f,-0.07191815876906282f,0.37127747581583204f,0.050866210088360966f,0.839479617058726f,0.5410051766981361f,1.4571324838931279f,0.11795756182856154f,0.5328647449234888f,-0.8379386476497468f,0.6441437529969721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917150005312555f,0.10643841487245116f,-0.07191815876906282f,0.34732883246953056f,0.050866210088360966f,0.839479617058726f,0.5410051766981361f,1.2682495700549148f,0.11795756182856154f,0.5328647449234888f,-0.8379386476497468f,0.5242491853891873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988006609789842f,-0.13664083376081598f,-0.07191815876906282f,0.03226038921387765f,-0.15373323401553654f,0.8268491346944392f,0.5410051766981361f,1.3312786627326352f,-0.014457931065933946f,0.5455729016402907f,-0.8379386476497468f,0.629278602510907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9972179446523812f,0.019599727103929668f,-0.07191815876906282f,0.1473224640541515f,-0.022492820744226857f,0.8407184259910013f,0.5410051766981361f,1.3423417399272863f,0.0710664750655942f,0.541117712606661f,-0.8379386476497468f,0.6265458600355887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9723379129961576f,-0.22223132405118984f,-0.07191815876906282f,0.16951214048974933f,-0.22521288312132742f,0.8103039899087243f,0.5410051766981361f,1.3392125116562932f,-0.06195272573871394f,0.5422367403159412f,-0.8379386476497468f,0.6226210269039134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9934215640100894f,0.08911439052709776f,-0.07191815876906282f,0.1406817166510232f,0.036207523445464476f,0.8402394980193235f,0.5410051766981361f,1.3469659786299886f,0.10863982421605065f,0.5348422303532316f,-0.8379386476497468f,0.6301014036435719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9951314580780443f,-0.06738812642249155f,-0.07191815876906282f,0.0828620178613747f,-0.09568066762941464f,0.83555886006182f,0.5410051766981361f,1.450627108382767f,0.023634529516266795f,0.5452524477610884f,-0.8379386476497468f,0.6646976049018305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9951314580780443f,-0.06738812642249155f,-0.07191815876906282f,0.09802434630643528f,-0.09568066762941464f,0.83555886006182f,0.5410051766981361f,1.2626263648688578f,0.023634529516266795f,0.5452524477610884f,-0.8379386476497468f,0.5420158041555858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9972179446523811f,0.019599727103929654f,-0.07191815876906282f,0.21487917170875218f,-0.02249282074422687f,0.8407184259910012f,0.5410051766981361f,0.8176633623696813f,0.07106647506559419f,0.541117712606661f,-0.8379386476497468f,0.28199524980052726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7516033459086517f,0.5642735320450462f,-0.34159594765208806f,0.0032765971918598865f,-0.1347546304924266f,0.37559626805810387f,0.9169343667796919f,0.6768147618478924f,0.6457039569181602f,0.7352025737538146f,-0.206260940475887f,0.006294284642846754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9172726944181713f,0.27641183226928434f,-0.2867181596208467f,0.13313553017900245f,-0.1870057679326015f,0.3366901110295922f,0.9228589339085465f,0.20491091040671383f,0.3516242978446829f,0.900131250494292f,-0.2571460383688923f,-0.06782823072237862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9172726944181713f,-0.26487477826150085f,-0.29740907167695657f,0.02683357032409595f,-0.1870057679326015f,0.945784414590643f,-0.2655573080850399f,0.44177425113207125f,0.3516242978446829f,-0.18797125567052964f,-0.9170753296250413f,-0.21916326227961294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8456426219730381f,-0.07596297689607326f,-0.5283163654891379f,-0.038702206451901644f,0.11899965917904938f,0.9380743743487114f,-0.32535449790273957f,0.401598988152467f,0.5203149402216274f,-0.33800309810911544f,-0.7842361051691029f,0.16556938202729551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8456426219730381f,-0.4558188079025548f,-0.2777008647175222f,-0.20814503746078253f,0.11899965917904938f,0.3461786040301298f,-0.9305909172278768f,0.4860520166378757f,0.5203149402216274f,-0.8199936514839885f,-0.23850109959520055f,-0.129132825504882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8655162238907917f,0.22140552845754718f,-0.4492897262905743f,-0.029903053545196553f,0.1270043384980293f,0.9646937264803435f,0.230729088092824f,0.5966981526125014f,0.48451167600430733f,0.14263802458637187f,-0.8630775340359605f,-0.057443231402184367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8933284411841086f,-0.07258102246219379f,-0.44350455617717527f,-0.04348904355946145f,-0.12700433849802936f,0.9874166761203648f,0.09422423107719391f,0.572843221856106f,0.43108490367240726f,0.14050018824810517f,-0.891305504823121f,-0.08354167539679597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.10653883645984541f,-0.4492897262905743f,-0.029903053545196553f,-2.7755575615628914e-17f,0.973018030618063f,0.230729088092824f,0.5966981526125014f,0.4617486132350338f,0.2046592006676672f,-0.8630775340359605f,-0.057443231402184367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8600716455120716f,0.3466440533646258f,-0.37431893467082317f,-0.020712293052325935f,0.07065325989217819f,0.8075704559281873f,0.585523761753994f,0.6117473062504772f,0.505257242850378f,0.477145532284315f,-0.7190599832895389f,-0.039787944762107195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9071993328121011f,0.19202787738289165f,-0.37431893467082317f,-0.020712293052325935f,-0.07065325989217824f,0.8075704559281873f,0.585523761753994f,0.6117473062504772f,0.41472579786153546f,0.557633618982716f,-0.7190599832895389f,-0.039787944762107195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.2703647850060671f,-0.37431893467082317f,-0.020712293052325935f,-2.7755575615628914e-17f,0.8106552438746399f,0.585523761753994f,0.6117473062504772f,0.4617486132350338f,0.519365919759057f,-0.7190599832895389f,-0.039787944762107195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8485252268886966f,0.35046496381551207f,-0.3964583817644392f,-0.1879253409650566f,0.11207007766170704f,0.8512567533123385f,0.512642407173885f,0.6188433691252607f,0.5171510775647528f,0.390558893226013f,-0.761589465457399f,0.05859938927745282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9103194381862038f,0.08390256266705465f,-0.40531331144961846f,0.15226697321104168f,-0.11207007766170711f,0.892697194125732f,0.4364997334397171f,0.6292240087818519f,0.39844550211196184f,0.44277768640475346f,-0.8032366415128236f,-0.12709847640988042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.20125753554363843f,-0.4155805411847118f,-0.05982009189282291f,-2.7755575615628914e-17f,0.9000147033970147f,0.435859534333234f,0.4950310677467544f,0.4617486132350338f,0.3866121286975938f,-0.7983227919328361f,-0.09799394790519654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.23671192059801094f,-0.3964583817644392f,0f,-2.7755575615628914e-17f,0.8586022142802595f,0.512642407173885f,0.6868749999999999f,0.4617486132350338f,0.454719368709797f,-0.761589465457399f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6940236760959717f,0.6059079390923781f,-0.3888530652612372f,0.16686404217303621f,-0.6913666277554598f,0.41021268100841657f,-0.594758558043455f,0.4425446137851387f,-0.20085647374251148f,0.681616553264894f,0.7036018414352031f,0.24762218347975667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6940236760959717f,0.6059079390923781f,-0.3888530652612372f,0.23192876180703356f,-0.6913666277554598f,0.41021268100841657f,-0.594758558043455f,0.37772899243306435f,-0.20085647374251148f,0.681616553264894f,0.7036018414352031f,0.2287918890663962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6940236760959717f,0.6059079390923781f,-0.3888530652612372f,0.2577243617792205f,-0.6913666277554598f,0.41021268100841657f,-0.594758558043455f,0.4993505868156198f,-0.20085647374251148f,0.681616553264894f,0.7036018414352031f,0.13266676005779596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5593866098028686f,-0.037997269802782715f,-0.8280355235500393f,0.7148436859293676f,-0.047284005059756336f,0.9987849130842108f,-0.01388957381903411f,1.5980647032878237f,0.8275571543034125f,0.03138319427496189f,-0.560503569550041f,0.23784812558788151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2881328365126207f,-0.037997269802782715f,-0.9568362848527044f,0.7289193239825179f,-0.01912122806360874f,0.9987849130842108f,-0.04542109678007482f,1.6015105393215199f,0.9573995232715183f,0.03138319427496189f,0.2870561756112715f,0.1452248826764741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15014013923360342f,-0.037997269802782715f,-0.9879342822670183f,0.8700716472959955f,-0.036755584359424553f,0.9987849130842108f,-0.03282871325170522f,1.6047119282924276f,0.9879812577216792f,0.03138319427496189f,-0.15135431777054983f,0.21423965179776028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013859544268409718f,0.000005787677388522874f,-0.000004307719596070812f,0.2446713215050449f,-4.336808689942018e-22f,0.000009329144631081213f,0.000012534260466911027f,0.23455351251042916f,0.0000072148220817974035f,0.000011118024820027595f,-0.00000827505235205548f,0.48564003510902715f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12.mcfunction new file mode 100644 index 000000000..896cdeb15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120.mcfunction new file mode 100644 index 000000000..efc176f57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..729bb76c8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7835228492013714f,-0.12201387154141428f,0.1953177011314757f,-0.2963397643815946f,0.1718313830535873f,-0.15141557769649025f,-0.7838952373073674f,0.45319055898709115f,0.15333090041378006f,0.7931773965682316f,-0.1195980643488266f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6633678724647702f,-0.4041475904017269f,0.1913316255981803f,-0.2963397643815946f,0.0987499737402909f,-0.20144990360047066f,-0.7678973753215028f,0.45319055898709115f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538117f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.43105337621161843f,-0.1841637495056013f,-0.6687459492730011f,-0.1970137057765331f,-0.6764813864987776f,-0.06243216627448336f,0.4532323937886731f,0.3109799573367783f,-0.15333090041378017f,0.7931773965682316f,-0.11959806434882643f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3210758947824722f,-0.3282632858840651f,-0.6550980727572256f,-0.1970137057765331f,-0.5888282952795141f,-0.31009765176272697f,0.44398275309910834f,0.3109799573367783f,-0.43610951430558836f,0.6603655514272676f,-0.117157287525381f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9733064912488709f,-0.014500339329764054f,1.2222399372676926f,0.003692101863359998f,1.2217778819470015f,0.03524094094613679f,0.9733566321068197f,0.5600691438171232f,-0.0365996076196389f,1.5620352320740252f,-0.01061378733232702f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2552168758149603f,-0.491897986573714f,-0.8324065816077966f,0.11497508981387529f,0.5800296946996393f,0.6109098715019813f,-0.5388456942094613f,0.29483394273103947f,0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.07307966862633108f,-0.5493256274100893f,-0.8324065816077966f,0.0909958235458604f,0.12472900313374743f,0.8331194353807776f,-0.5388456942094613f,0.2539072385777786f,0.9894958503251683f,-0.0644465783523581f,0.12940093016646415f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4567207179403335f,0.40423702270651f,-0.7924636365647592f,-0.20409811579175388f,0.4392906625893294f,-0.6721360946766788f,-0.5960342137785472f,0.7516686664372534f,-0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14226287884480326f,0.5930958253312411f,-0.7924636365647592f,-0.25077812291270496f,-0.025675581630443728f,-0.8025484287650981f,-0.5960342137785472f,0.743243866214764f,-0.9894958503251683f,-0.06444657835235833f,0.12940093016646415f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9060250017804969f,0.3989461226657751f,0.14128229669209838f,0.2178246226122609f,0.40134220709537644f,-0.9158447442413402f,0.012362736320322587f,0.6772853884317249f,0.13432471460033615f,0.04550160058127867f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9488793621556476f,-0.13938044711882508f,0.28319789377049975f,0.19346077561354683f,-0.03688910682443358f,-0.9400423347973887f,-0.3390569311876238f,0.49890834483729185f,0.31347591593739144f,0.3112772072440095f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.804493244746819f,0.5871127496082749f,0.08994019348514726f,0.012360738652029241f,0.5816385033973059f,-0.8094029551709799f,0.08101547707831369f,0.932124944440447f,0.12036307790380284f,-0.012863724495479123f,-0.9926465907208001f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9284538167756795f,-0.0008573063569158879f,0.37144686718356257f,0.01452153663000477f,0.13297808995351712f,-0.9329521987016557f,-0.33454001633595437f,0.7551055320817869f,0.34682897472239416f,0.3599992499486029f,-0.8660890267919668f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.757425080262882f,-0.31373574072641564f,-0.6534726268920482f,-0.819830999182384f,-0.5290185614721288f,-0.2191266629088604f,0.4562668988807933f,-1.1191509311456756e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.757425080262882f,-0.31373574072641564f,-0.6096799262303144f,-0.819830999182384f,-0.5290185614721288f,-0.2191266629088604f,0.5325947568864431f,-1.1191509311456756e-16f,0.38268343236508956f,-0.923879532511287f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.757425080262882f,-0.31373574072641564f,-0.3170668576029892f,-0.819830999182384f,-0.5290185614721288f,-0.2191266629088604f,-0.02538381313885718f,-1.1191509311456756e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.757425080262882f,-0.31373574072641564f,-0.23032873958520536f,-0.819830999182384f,-0.5290185614721288f,-0.2191266629088604f,-0.010543280071886263f,-1.1191509311456756e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.4655290544914639f,-0.5736762624751686f,-0.6739274777725011f,-0.6445982049413375f,-0.88059409374681f,-0.22407540956173205f,-0.4175455099602632f,0.3390852777974484f,0.08852537197051367f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.5495403585560795f,-0.49378856712286323f,-0.6739274777725011f,-0.5862754885558218f,-0.8346994023672057f,-0.3590719354110722f,-0.4175455099602632f,0.23932191181726542f,-0.03580924469861082f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.44936878155882454f,-0.38723165041945984f,-0.805058598534143f,-0.5955131796850037f,-0.8750678099611807f,-0.009435086822141697f,-0.4839083664356314f,0.20739278691277738f,0.17978883761257297f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5470362686606054f,-0.229416594203914f,-0.805058598534143f,-0.6136018791393696f,-0.8293233406922652f,-0.27938412531248014f,-0.4839083664356314f,0.22983193048601058f,-0.11390398304231059f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5044126822531082f,-0.3121674212797777f,-0.805058598534143f,-0.6973357613426722f,-0.8628183003691501f,-0.1462096899719359f,-0.4839083664356314f,0.2405108706183473f,0.033353058785002485f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5044126822531082f,-0.5398051506658859f,-0.6739274777725011f,-0.5758796024428481f,-0.8628183003691501f,-0.2849567119057116f,-0.4175455099602632f,0.3046261307971323f,0.033353058785002485f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6665154256434603f,-0.4078654337483149f,-0.6240216144755049f,-0.4240313074226122f,-0.7402164858315431f,-0.46147592705474405f,-0.48899848962155856f,0.02328747366830712f,-0.0885253719705139f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.594505303798032f,-0.5071099174965857f,-0.6240216144755049f,-0.497619748692519f,-0.8032939323498746f,-0.33999902264228593f,-0.48899848962155856f,0.11238859459137238f,0.0358092446986106f,0.7919849721925892f,-0.6094895420064391f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6668900156430615f,-0.1421612542932985f,-0.7314696745685041f,-0.5307773879857796f,-0.7231415358735225f,-0.3603159026849584f,-0.5892696915392871f,0.11470698003443143f,-0.1797888376125732f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5903198515112229f,-0.3412837354730145f,-0.7314696745685041f,-0.5159366918184183f,-0.7990922071694011f,-0.11921776324998093f,-0.5892696915392871f,0.0899992899457442f,0.11390398304231036f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6364405731451405f,-0.24473559618766494f,-0.7314696745685041f,-0.5347354847199921f,-0.7706042890643481f,-0.24275555670020024f,-0.5892696915392871f,0.007707077819502722f,-0.03335305878500271f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6364405731451405f,-0.4533656598399016f,-0.6240216144755049f,-0.43272821125601446f,-0.7706042890643481f,-0.40871690303126096f,-0.48899848962155856f,0.0996683810015363f,-0.03335305878500271f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.757425080262882f,-0.31373574072641564f,-0.10631931131700356f,-0.819830999182384f,-0.5290185614721288f,-0.2191266629088604f,0.48011697686970223f,-1.1191509311456756e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.31373574072641586f,-0.7574250802628819f,0.011331591455402383f,-0.819830999182384f,-0.2191266629088608f,-0.5290185614721287f,0.562289475460525f,-1.1191509311456756e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5766541652130378f,0.15599776869636964f,-0.8019567755834528f,0.020567203071534312f,-0.8123617121336363f,0.005166170595917785f,-0.5831309967243046f,0.7732442427155002f,-0.08682408883346529f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5766541652130378f,-0.19061412787999027f,-0.7944408272458089f,-0.05417130339418806f,-0.8123617121336363f,-0.2371194687639402f,-0.53276899890329f,0.6842569028959202f,-0.08682408883346529f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5596295219827092f,0.23849444664150576f,-0.7936845702459926f,0.29659582255073f,-0.819802098026807f,0.2996084688092675f,-0.4880156611099805f,0.5979749571234168f,0.12140559376013002f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5596295219827092f,-0.764127649023185f,0.3208172908739559f,0.024495637417218212f,-0.819802098026807f,-0.5671393028110164f,0.0792308732621288f,0.4037663235459406f,0.12140559376013002f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.35725227769417545f,-0.7711457916650242f,-0.5269772083113716f,0.002034141978593769f,-0.9137887067810443f,-0.17181171750651608f,-0.3680637622571499f,0.5557957330749758f,0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7349549886904131f,-0.4267741633691382f,-0.5269772083113716f,0.002034141978593769f,-0.6499847345571464f,-0.6648675896415677f,-0.3680637622571499f,0.5557957330749758f,-0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.6280269812203447f,-0.5269772083113716f,0.002034141978593769f,-0.819830999182384f,-0.43864131097369996f,-0.3680637622571499f,0.5557957330749758f,-1.1191509311456756e-16f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7045687359380952f,0.3304012820765917f,-0.6280269812203446f,0.008038460211895831f,-0.6712078127710084f,0.5975565850883353f,-0.43864131097369985f,0.559989409620912f,0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3876385304464934f,0.6747729103724777f,-0.6280269812203446f,0.008038460211895831f,-0.8925656285671824f,0.10450071295328361f,-0.43864131097369985f,0.559989409620912f,-0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,0.5269772083113717f,-0.6280269812203446f,0.008038460211895831f,-0.819830999182384f,0.36806376225715f,-0.43864131097369985f,0.559989409620912f,-1.1191509311456756e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4601644755888792f,-0.3481828779364419f,-0.8167112947167491f,0.10557108310198685f,-0.7349474037504221f,0.3666957541781996f,-0.5704266276991243f,0.40702827798061775f,0.4980973490458726f,0.8627299156628211f,-0.0871557427476584f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5316174552501747f,0.22442268681089242f,-0.8167112947167491f,-0.1019984341189219f,-0.6850415404534257f,-0.4531352450041843f,-0.5704266276991243f,0.704217015184232f,-0.49809734904587283f,0.8627299156628209f,-0.0871557427476584f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,0.22597604883144068f,-0.7880721366568649f,0.02043875611765936f,-0.819830999182384f,0.15783148379305462f,-0.5504237962727417f,0.5591209116493102f,-1.1191509311456756e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5726055647473345f,-0.07145297966129555f,-0.8167112947167491f,8.878689293818311e-17f,-0.819830999182384f,-0.049905863296996436f,-0.5704266276991243f,0.554375f,-1.1191509311456756e-16f,0.9961946980917455f,-0.0871557427476584f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[4.679296487460999e-18f,0.8198309991823839f,-0.5726055647473347f,0.22315561901554165f,-4.0408365524377743e-16f,0.5726055647473347f,0.8198309991823839f,-0.2617625349484858f,1f,2.275443173012447e-16f,3.339596980395988e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[4.679296487460999e-18f,0.8198309991823839f,-0.5726055647473347f,0.22315561901554165f,-4.0408365524377743e-16f,0.5726055647473347f,0.8198309991823839f,-0.2617625349484858f,1f,2.275443173012447e-16f,3.339596980395988e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[4.679296487460999e-18f,0.8198309991823839f,-0.5726055647473347f,0.3090464537276419f,-4.0408365524377743e-16f,0.5726055647473347f,0.8198309991823839f,-0.3847371848258434f,1f,2.275443173012447e-16f,3.339596980395988e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[4.679296487460999e-18f,-0.8198309991823841f,0.5726055647473343f,-0.6894344998005226f,-4.0408365524377743e-16f,-0.5726055647473343f,-0.8198309991823841f,1.0448431199984387f,1f,-2.275443173012446e-16f,-3.339596980395989e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[4.679296487460999e-18f,-0.8198309991823841f,0.5726055647473343f,-0.6894344998005226f,-4.0408365524377743e-16f,-0.5726055647473343f,-0.8198309991823841f,1.0448431199984387f,1f,-2.275443173012446e-16f,-3.339596980395989e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[4.679296487460999e-18f,-0.8198309991823841f,0.5726055647473343f,-0.7753253345126228f,-4.0408365524377743e-16f,-0.5726055647473343f,-0.8198309991823841f,1.1678177698757963f,1f,-2.275443173012446e-16f,-3.339596980395989e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008946961949177102f,-1.9135106236677393e-21f,-0.000012809859362224751f,0.5677665926014529f,-0.000012809859362224751f,-3.469446951953614e-21f,-0.000008946961949177102f,0.9421241955271935f,-1.748673329915118e-21f,0.000015625f,-3.555379957831948e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121.mcfunction new file mode 100644 index 000000000..b9b93e286 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121_as_bone.mcfunction new file mode 100644 index 000000000..b235710d5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_121_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6828590429456008f,-0.19295865774327733f,-0.40424612343691696f,-0.28341830449937977f,-0.42087718741951546f,-0.02410432367023303f,-0.6994467950707066f,0.6875275881518292f,0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.545669301470624f,-0.4306181847044839f,-0.3959962025504493f,-0.28341830449937977f,-0.3899403864242655f,0.1359607203937075f,-0.6851723706815086f,0.6875275881518292f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7800525401571422f,-0.17582082183546965f,-0.1659804736947529f,-0.31080747644149875f,-0.18695484486135674f,0.08307286335974336f,0.7906271117287365f,0.5162402436103101f,-0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6400563531951418f,-0.45154329029441254f,-0.16259311708873755f,-0.31080747644149875f,-0.2003406006447018f,0.0050985761009112104f,0.774491864550599f,0.5162402436103101f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1490392441948796f,0.014060201546923489f,1.5553121437262294f,0.0066118123077553055f,1.554945022311692f,0.03541884374040564f,-0.14932425488240395f,0.5559043227215097f,-0.036599607619638805f,1.5620352320740252f,-0.010613787332327106f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.21951035238560615f,0.07076249106250045f,-0.9730405310438905f,-0.09766491011085071f,0.5944621986549292f,0.7811319799831977f,0.19091234694979078f,0.28783720339501934f,0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1392246564483145f,0.18387120487632708f,-0.9730405310438905f,-0.1433480005079539f,0.03891602788211486f,0.9808353677126462f,0.19091234694979078f,0.2750678817462004f,0.9894958503251682f,-0.06444657835235798f,0.1294009301664642f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.023193480043421283f,-0.17634683953241911f,-0.9840548026763564f,-0.009680437423737115f,0.6332710027449397f,-0.7642488419885031f,0.1220309165812141f,0.8380775216970823f,-0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12014737837251921f,-0.13115164047699923f,-0.9840548026763564f,-0.04910379595221998f,0.08039010921427783f,-0.989265326259273f,0.1220309165812141f,0.8644555262830171f,-0.9894958503251682f,-0.06444657835235845f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9304349411491883f,-0.3494977157892739f,0.11019150124572318f,0.24205206889982145f,-0.34095115681904453f,-0.9358316894627053f,-0.08928245998589918f,0.49140416753029614f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6567388855200598f,-0.7534412127111665f,-0.03194331282438234f,0.10058219581132535f,-0.6858767282632379f,-0.579165640588853f,-0.4406135204328391f,0.38005677541718097f,0.31347591593739127f,0.3112772072440094f,-0.897128391244856f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9827025532297372f,-0.14021728740650802f,0.12097439476234845f,0.2713764143842735f,-0.14074239358941887f,-0.9900371896572702f,-0.004235769381818133f,0.8174389657967615f,0.12036307790380267f,-0.012863724495479179f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.760085910298305f,-0.64889769170557f,0.034658255368386875f,0.1499247112855316f,-0.5495262243596845f,-0.6703225535036298f,-0.49868687871786177f,0.6886366940228442f,0.346828974722394f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.9122901470200674f,-0.37788295171505654f,-0.5381072688259841f,-0.9874557395381223f,0.14587692841356983f,0.06042420218622997f,0.9379010627898063f,-2.385959087306539e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.9122901470200674f,-0.37788295171505654f,-0.4535764253148576f,-0.9874557395381223f,0.14587692841356983f,0.06042420218622997f,0.9623608059257488f,-2.385959087306539e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.9122901470200674f,-0.37788295171505654f,-0.6308711979174918f,-0.9874557395381223f,0.14587692841356983f,0.06042420218622997f,0.35777081581115955f,-2.385959087306539e-16f,0.3826834323650896f,-0.9238795325112867f,-0.192311276010457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.9122901470200674f,-0.37788295171505654f,-0.5581825581201747f,-0.9874557395381223f,0.14587692841356983f,0.06042420218622997f,0.3081713784817428f,-2.385959087306539e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.2771209759985057f,-0.5682539319661872f,-0.7747847658973448f,-0.6131514426192544f,-0.9567482548607642f,0.23749044633985633f,0.16802102463137764f,0.8474651204639515f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.1848146570739308f,-0.6046090547320988f,-0.7747847658973448f,-0.6405321979677596f,-0.9821207871360633f,0.08489814342529318f,0.16802102463137764f,0.7351950769312863f,-0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2849023356905022f,-0.2850278703899074f,-0.9151993073746781f,-0.6693619561691971f,-0.9415448119914509f,0.26229084057761964f,0.21141637108102446f,0.71865273741684f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.18287976704518016f,-0.3591172769255332f,-0.9151993073746781f,-0.6667778630457922f,-0.9765146560357392f,-0.04149993477504463f,0.21141637108102446f,0.7473588112511371f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.23680653274382957f,-0.3260872488012296f,-0.9151993073746781f,-0.7195733178091062f,-0.9709841602825094f,0.11177154610812562f,0.21141637108102446f,0.8132226309666795f,0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.0619757428422327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.23680653274382957f,-0.5862006760344466f,-0.7747847658973448f,-0.5876781657013559f,-0.9709841602825094f,0.17017254702886794f,0.16802102463137764f,0.7749338078851842f,0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.03504041797995421f,-0.6139762868209446f,-0.7885463133699602f,-0.6739727896627407f,-0.9954573961879395f,-0.048449587400736745f,0.0819585862214945f,0.4670984905952954f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.13065606426460286f,-0.6009356908534629f,-0.7885463133699602f,-0.6649790283048694f,-0.9907808490604768f,0.10787075266064872f,0.0819585862214945f,0.5823086494135129f,0.03580924469861047f,0.7919849721925892f,-0.6094895420064389f,-0.132690861216804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.02290615442618376f,-0.3526060599575805f,-0.9354914615166701f,-0.6872128580831576f,-0.9834384993273976f,-0.1603319632235302f,0.08451260030057652f,0.6070161536977313f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.13074631227676914f,-0.3282699000143488f,-0.9354914615166701f,-0.6937090495426707f,-0.9848508945384183f,0.15141445082062785f,0.08451260030057652f,0.5789356318227394f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.07778388201402107f,-0.3446815822295033f,-0.9354914615166701f,-0.7644103625564727f,-0.9964121843737727f,-0.004514335158360288f,0.08451260030057652f,0.5328191799935822f,-0.03335305878500283f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.07778388201402107f,-0.6100363754477872f,-0.7885463133699602f,-0.6271521780807208f,-0.9964121843737727f,0.021108031079683044f,0.0819585862214945f,0.5280698730006536f,-0.03335305878500283f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.9122901470200674f,-0.37788295171505654f,-0.12805762930215814f,-0.9874557395381223f,0.14587692841356983f,0.06042420218622997f,0.5748516583126446f,-2.385959087306539e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.3778829517150568f,-0.9122901470200673f,0.013648477590988174f,-0.9874557395381223f,0.06042420218622954f,0.14587692841357f,0.5521925824928086f,-2.385959087306539e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.14979437163663736f,0.11577322447450972f,-0.9819155802413769f,0.16687641867372235f,-0.984897570219474f,-0.1046831106322649f,0.13790657172205217f,0.69747991305219f,-0.08682408883346542f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.14979437163663736f,-0.30184460550867886f,-0.9415155231600248f,0.0512946700120482f,-0.984897570219474f,-0.03806865297922253f,0.16890101786586148f,0.6854196322427804f,-0.08682408883346542f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1672074891687809f,0.3796987796110597f,-0.9098738881448042f,0.24358867259630002f,-0.9784182834399725f,0.04973602741417894f,0.20055919377439096f,0.3796334857611664f,0.1214055937601299f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1672074891687809f,-0.9435991838517415f,0.2857660508181463f,-0.08703789846132537f,-0.9784182834399725f,0.1231204005394445f,-0.16594887646918383f,0.4290457779200902f,0.1214055937601299f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3780525249460992f,-0.6739446067581479f,-0.6347243144889635f,0.002450047843764177f,-0.9053812892589115f,0.4122908746223001f,0.10149362424827571f,0.5539832326932039f,0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.07687624718413333f,-0.7689051223755762f,-0.6347243144889635f,0.002450047843764177f,-0.9781252645633551f,-0.1815764606434885f,0.10149362424827571f,0.5539832326932039f,-0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.7564349820991196f,-0.6347243144889635f,0.002450047843764177f,-0.9874557395381223f,0.12095539132328907f,0.10149362424827571f,0.5539832326932039f,-2.385959087306539e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.04027714357222251f,0.6528275955888871f,-0.7564349820991195f,0.009682024321111949f,-0.9722729983352973f,0.20013747779444246f,0.12095539132328906f,0.5528268259093307f,0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3414534213341884f,0.5578670799714589f,-0.7564349820991195f,0.009682024321111949f,-0.9112335554869693f,-0.39372985747134615f,0.12095539132328906f,0.5528268259093307f,-0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,0.6347243144889636f,-0.7564349820991195f,0.009682024321111949f,-0.9874557395381223f,-0.10149362424827572f,0.12095539132328906f,0.5528268259093307f,-2.385959087306539e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.1797732092442676f,0.004415766784137409f,-0.983698172328141f,-0.026467098014792453f,-0.8482809818164564f,0.5056457194757312f,0.15729520737892536f,0.37505460852189987f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765826f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.09371077083438434f,-0.1534802827333225f,-0.983698172328141f,0.030770219935286773f,-0.8620425292890713f,-0.48181002006239093f,0.15729520737892536f,0.7330073141044692f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765826f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,0.2721796890326074f,-0.9492033788524423f,0.017996013195353225f,-0.9874557395381223f,-0.04352204958294286f,0.15177942434111427f,0.543585656271446f,-2.385959087306539e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.15789604951745995f,-0.08606243840988327f,-0.983698172328141f,8.878689293818312e-17f,-0.9874557395381223f,0.013761547472615014f,0.15729520737892536f,0.554375f,-2.385959087306539e-16f,0.9961946980917455f,-0.08715574274765826f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.575246458490629e-16f,0.9874557395381223f,0.15789604951745972f,-0.40663114039037945f,-4.413038244917283e-16f,-0.15789604951745972f,0.9874557395381223f,-0.18760210336291372f,1f,8.586848513817688e-17f,4.606405136556852e-16f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.575246458490629e-16f,0.9874557395381223f,0.15789604951745972f,-0.40663114039037945f,-4.413038244917283e-16f,-0.15789604951745972f,0.9874557395381223f,-0.18760210336291377f,1f,8.586848513817688e-17f,4.606405136556852e-16f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.575246458490629e-16f,0.9874557395381223f,0.15789604951745972f,-0.4303155478179984f,-4.413038244917283e-16f,-0.15789604951745972f,0.9874557395381223f,-0.3357204642936321f,1f,8.586848513817688e-17f,4.606405136556852e-16f,0.22812499999999963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.575246458490629e-16f,-0.9874557395381223f,-0.15789604951746017f,-0.15498431147192768f,-4.413038244917283e-16f,0.15789604951746017f,-0.9874557395381223f,1.3861554815259685f,1f,-8.586848513817678e-17f,-4.606405136556852e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.575246458490629e-16f,-0.9874557395381223f,-0.15789604951746017f,-0.15498431147192765f,-4.413038244917283e-16f,0.15789604951746017f,-0.9874557395381223f,1.3861554815259685f,1f,-8.586848513817678e-17f,-4.606405136556852e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.575246458490629e-16f,-0.9874557395381223f,-0.15789604951746017f,-0.13129990404430864f,-4.413038244917283e-16f,0.15789604951746017f,-0.9874557395381223f,1.5342738424566869f,1f,-8.586848513817678e-17f,-4.606405136556852e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000002467125773710312f,-1.9135106236677393e-21f,-0.00001542899593028316f,0.6777362061950668f,-0.00001542899593028316f,-3.469446951953614e-21f,0.000002467125773710312f,0.4386945041566298f,-3.728061073916467e-21f,0.000015625f,-1.341695080284013e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122.mcfunction new file mode 100644 index 000000000..ec95c94bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122_as_bone.mcfunction new file mode 100644 index 000000000..f69762362 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_122_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.20377891453463187f,-0.15628599293338793f,-0.7752375680063219f,-0.1132370902068004f,-0.7758274507993583f,0.11570976808598114f,-0.22726077664238875f,0.8463217562045017f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1258374936387704f,-0.21783403547471603f,-0.7594163931490501f,-0.1132370902068004f,-0.6587665874396306f,0.39555741868527866f,-0.22262280160887063f,0.8463217562045017f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6935689137622435f,-0.06992280118838182f,0.42546140621809136f,-0.25126013587597557f,0.4029841700183832f,0.18145209806352894f,0.6867483813358299f,0.7412543492508471f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6014848910220449f,-0.32328252477459346f,0.4167785203769059f,-0.25126013587597557f,0.29668909215598505f,0.3152867705177702f,0.6727331082473437f,0.7412543492508471f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.180887710440979f,0.034617460347893154f,1.0226006536124088f,0.005840587646613542f,1.0225316298538412f,0.01593157865716519f,-1.1813473243504375f,0.5509192184788764f,-0.03659960761963869f,1.562035232074025f,-0.010613787332327474f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.569089732166852f,0.5902499527909625f,-0.5724874408862849f,-0.2546140876008571f,0.2787597122547773f,0.5165070120764167f,0.8096379001130851f,0.4288660438208428f,0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1276175530101382f,0.809920916010432f,-0.5724874408862849f,-0.2964885971823087f,-0.06790966317820585f,0.5829877771853339f,0.8096379001130851f,0.4511489020511916f,0.9894958503251681f,-0.06444657835235798f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.42021555585634784f,-0.655015237922325f,-0.6279919782177961f,0.1887686082154016f,0.4743300402150875f,-0.431427326885306f,0.767386131335557f,0.76638265136763f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03148087430135735f,-0.7775828122118708f,-0.6279919782177961f,0.17843894633526872f,0.141091873410537f,-0.6254691109010518f,0.767386131335557f,0.8126784223304624f,-0.9894958503251681f,-0.06444657835235845f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.43811462001996954f,-0.8987360875397236f,0.018139037420655757f,0.13172896393464195f,-0.8888264458105956f,-0.4361227456787046f,-0.14065738490876295f,0.341767357001642f,0.13432471460033585f,0.045501600581278556f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0020062834638469584f,-0.944962285422204f,-0.32717312535767296f,-0.047496296615506736f,-0.9495940316545151f,0.10076100128529314f,-0.2968474282625818f,0.35880474831599335f,0.3134759159373911f,0.31127720724400954f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.6141010595295199f,-0.7846766429953698f,0.08463128630854094f,0.3779392331323868f,-0.7799952680383674f,-0.6197718052070629f,-0.08654646906797622f,0.557496609214503f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.17089434317122731f,-0.9322044339603626f,-0.3190454775995342f,0.20115686752982173f,-0.922228163615213f,-0.037355499475757725f,-0.3848373434242429f,0.5480872196663968f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.5595974436601341f,-0.23179285063334135f,-0.1247908677287885f,-0.6057039083212914f,0.7351218209537225f,0.30449742823543813f,1.2032809353511156f,-2.3193722152664867e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.5595974436601341f,-0.23179285063334135f,-0.0467333873207081f,-0.6057039083212914f,0.7351218209537225f,0.30449742823543813f,1.1626512381910212f,-2.3193722152664867e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.5595974436601341f,-0.23179285063334135f,-0.592258816322006f,-0.6057039083212914f,0.7351218209537225f,0.30449742823543813f,0.847429889212357f,-2.3193722152664867e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.5595974436601341f,-0.23179285063334135f,-0.5738780953088044f,-0.6057039083212914f,0.7351218209537225f,0.30449742823543813f,0.7613723989281657f,-2.3193722152664867e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.860787897157637f,-0.2473841526396304f,-0.44479801835181915f,-0.24151067613648525f,-0.501206000187962f,0.5640171312296358f,0.6562600254891932f,1.1896144065324852f,0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8114907621703933f,-0.3789953374151311f,-0.44479801835181915f,-0.3388015303656445f,-0.5832670408194083f,0.47866725189707143f,0.6562600254891932f,1.1272544985655732f,-0.035809244698610916f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.855928147151257f,-0.02528749897017915f,-0.5164760878395528f,-0.37108222186345824f,-0.4848329411087248f,0.3865202638229374f,0.784563002486168f,1.1351766769899423f,0.17978883761257283f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8062217749016156f,-0.288546184109995f,-0.5164760878395528f,-0.34940278931420365f,-0.5805448581475731f,0.21778099735354256f,0.784563002486168f,1.1541692654547322f,-0.11390398304231067f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8414344149548905f,-0.1588728297081404f,-0.5164760878395528f,-0.34216240333414005f,-0.5393289337678866f,0.3059169762054468f,0.784563002486168f,1.2382702737842777f,0.03335305878500239f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8414344149548905f,-0.30682706562462186f,-0.44479801835181915f,-0.27312631356860023f,-0.5393289337678866f,0.5276808506528528f,0.6562600254891932f,1.119542082387386f,0.03335305878500239f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.712296036460143f,-0.47779413675878357f,-0.5141469822162719f,-0.5480094479279188f,-0.696274094707431f,0.38862193218688157f,0.6034694514742915f,0.9562980713474706f,-0.08852537197051404f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7782699604470317f,-0.36048404866745004f,-0.5141469822162719f,-0.4619971489559466f,-0.6269079411364086f,0.4927586168474652f,0.6034694514742915f,1.0334741872372801f,0.03580924469861046f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6952200722442452f,-0.36583622255519355f,-0.6187349266166032f,-0.46103878773968554f,-0.6959490103582491f,0.1272840532685341f,0.7067204148493992f,1.0666989595968273f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7742431898945672f,-0.1330961062038704f,-0.6187349266166032f,-0.48511789569416514f,-0.6225539057374729f,0.33611439970062407f,0.7067204148493992f,1.0508587331979697f,0.11390398304231021f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7438901532711109f,-0.25257579149837345f,-0.6187349266166032f,-0.568111018645138f,-0.6674691103983519f,0.23458738648769234f,0.7067204148493992f,1.0662712065241846f,-0.033353058785002845f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7438901532711109f,-0.4269429944901121f,-0.5141469822162719f,-0.472048844884863f,-0.6674691103983519f,0.43624489429831786f,0.6034694514742915f,0.9681161053070633f,-0.033353058785002845f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.5595974436601341f,-0.23179285063334135f,-0.07855036276862086f,-0.6057039083212914f,0.7351218209537225f,0.30449742823543813f,0.6575636159760843f,-2.3193722152664867e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.23179285063334157f,-0.559597443660134f,0.008371956218882232f,-0.6057039083212914f,0.3044974282354377f,0.7351218209537226f,0.5433770803877951f,-2.3193722152664867e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7880612824246567f,0.011551230564635057f,-0.6154884111140096f,0.2195279771248205f,-0.6094431825375061f,-0.15565526727134846f,0.7773997974203757f,0.542789556179126f,-0.08682408883346542f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7880612824246567f,-0.2447277125774217f,-0.5648608340466069f,0.1275541520415671f,-0.6094431825375061f,0.18074217800769468f,0.7719528951610913f,0.613820581065772f,-0.08682408883346542f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7961927243240047f,0.3091253694503252f,-0.5201140756562153f,0.05571141551645234f,-0.5927375705464178f,-0.226022878539479f,0.7730302910232288f,0.25981384099076976f,0.1214055937601299f,0.9237722470062235f,0.3631879919061508f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7961927243240047f,-0.5979607217849854f,0.09230450116813724f,-0.14947899616458007f,-0.5927375705464178f,0.7402574065803361f,-0.3173029222457383f,0.5237312505337748f,0.1214055937601299f,-0.30734662387170303f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8983894821783932f,-0.20325232291217002f,-0.38933896740763757f,0.0015028557687418878f,-0.394379676035021f,0.7634615848266514f,0.5114597536703054f,0.5524007556894429f,0.19328996208223118f,0.6130374390889878f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6193368378381251f,-0.6817895934631347f,-0.38933896740763757f,0.0015028557687418878f,-0.7609604929659103f,0.3991842287974178f,0.5114597536703054f,0.5524007556894429f,-0.19328996208223162f,0.6130374390889876f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.46399611314497236f,-0.38933896740763757f,0.0015028557687418878f,-0.6057039083212914f,0.6095339989039357f,0.5114597536703054f,0.5524007556894429f,-2.3193722152664867e-16f,0.6427876096865393f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6417866745357774f,0.6105878080789578f,-0.4639961131449723f,0.005938939576676528f,-0.7314689986421534f,-0.3056491586862661f,0.6095339989039357f,0.546573241565249f,0.23035400672389766f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8759396454807409f,0.13205053752799314f,-0.4639961131449723f,0.005938939576676528f,-0.42387117035877786f,-0.6699265147154998f,0.6095339989039357f,0.546573241565249f,-0.2303540067238981f,0.730589570429055f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,0.3893389674076376f,-0.4639961131449723f,0.005938939576676528f,-0.6057039083212914f,-0.5114597536703054f,0.6095339989039357f,0.546573241565249f,-2.3193722152664867e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7154831490274073f,0.35212708445525787f,-0.6033990220831192f,-0.14289907085391787f,-0.4898804898455328f,0.36290991859339056f,0.7926622841130007f,0.4428574425201545f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765808f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6626925750125056f,-0.44356304080979303f,-0.6033990220831192f,0.1455385995546631f,-0.5592294537099852f,-0.24279398972790073f,0.7926622841130007f,0.6624251092866227f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765808f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,0.16695462369770278f,-0.5822399661493927f,0.005579064777821481f,-0.6057039083212914f,-0.21932192217775576f,0.7648664392536562f,0.5341477791027762f,-2.3193722152664867e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.795690125265051f,-0.05279057401490173f,-0.6033990220831192f,8.878689293818311e-17f,-0.6057039083212914f,0.06934896386445248f,0.7926622841130007f,0.554375f,-2.3193722152664867e-16f,0.9961946980917455f,-0.08715574274765808f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.991433794219622e-16f,0.6057039083212916f,0.7956901252650509f,-0.8063126174994547f,-3.5653788994977984e-16f,-0.7956901252650509f,0.6057039083212916f,0.2979790774287196f,1f,-1.0250136425155573e-16f,4.5398182645168e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.991433794219622e-16f,0.6057039083212916f,0.7956901252650509f,-0.8063126174994547f,-3.5653788994977984e-16f,-0.7956901252650509f,0.6057039083212916f,0.2979790774287196f,1f,-1.0250136425155573e-16f,4.5398182645168e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.991433794219622e-16f,0.6057039083212916f,0.7956901252650509f,-0.9256661362892123f,-3.5653788994977984e-16f,-0.7956901252650509f,0.6057039083212916f,0.20712349118052584f,1f,-1.0250136425155573e-16f,4.5398182645168e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.991433794219622e-16f,-0.6057039083212912f,-0.7956901252650511f,0.4618185196417202f,-3.5653788994977984e-16f,0.7956901252650511f,-0.6057039083212912f,1.2633196813157777f,1f,1.0250136425155583e-16f,-4.5398182645168e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.991433794219622e-16f,-0.6057039083212912f,-0.7956901252650511f,0.46181851964172027f,-3.5653788994977984e-16f,0.7956901252650511f,-0.6057039083212912f,1.2633196813157777f,1f,1.0250136425155583e-16f,-4.5398182645168e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.991433794219622e-16f,-0.6057039083212912f,-0.7956901252650511f,0.5811720384314779f,-3.5653788994977984e-16f,0.7956901252650511f,-0.6057039083212912f,1.3541752675639713f,1f,1.0250136425155583e-16f,-4.5398182645168e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012432658207266422f,-1.9135106236677393e-21f,-0.000009464123567520178f,0.41067854349178745f,-0.000009464123567520178f,-3.469446951953614e-21f,0.000012432658207266422f,0.0029663709219683865f,-3.624019086353886e-21f,0.000015625f,1.6015838164305591e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123.mcfunction new file mode 100644 index 000000000..8d0a721b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123_as_bone.mcfunction new file mode 100644 index 000000000..59f3d896d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_123_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3829444980232496f,-0.03460954800880064f,-0.7204860408535283f,0.11747077385548224f,-0.7048316046095442f,0.19135370705662588f,0.365432089975232f,0.8446441239981062f,0.15333090041377967f,0.7931773965682317f,-0.11959806434882644f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.359548490876181f,0.11223326877459511f,-0.7057822441014155f,0.11747077385548224f,-0.5661566693423339f,0.4374025970068423f,0.3579742922206355f,0.8446441239981062f,0.436109514305588f,0.6603655514272678f,-0.11715728752538102f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.22928948194353402f,0.07334382116586914f,0.7803790500848283f,-0.05505704155609149f,0.7686744518278265f,0.18009649056679436f,0.20892411454200116f,0.8626350675272823f,-0.15333090041377978f,0.7931773965682317f,-0.1195980643488263f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.23500733839765564f,-0.01957658521866148f,0.7644529470218727f,-0.05505704155609149f,0.6281560653463387f,0.4511475321880162f,0.2046603571023685f,0.8626350675272823f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538088f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5607649476089314f,0.03613405336303364f,-0.06413546992770618f,0.0018882384462971073f,-0.06387094047670475f,-0.012104294568658115f,-1.5611470907687128f,0.5478566071344662f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6055662102693948f,0.7838312280552601f,0.13747061833477853f,-0.27147515256115873f,-0.18670743266958786f,-0.027984035077592118f,0.9820169185745768f,0.6373332619628329f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.04646367660591218f,0.989415461699945f,0.13747061833477853f,-0.28672104644747365f,-0.13689079204071425f,-0.13001416341213953f,0.9820169185745768f,0.6822505531011923f,0.9894958503251681f,-0.06444657835235813f,0.1294009301664646f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.631058291749395f,-0.7727413132926038f,0.06809034546217084f,0.2827500315709527f,0.057754072137307155f,0.13433303028169474f,0.9892517900549362f,0.5795394855425984f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07370648105243707f,-0.9949527926015934f,0.06809034546217084f,0.3069349706662836f,0.12435962705050069f,0.07691280148950741f,0.9892517900549362f,0.6203449881685439f,-0.9894958503251681f,-0.06444657835235833f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.28961289361891646f,-0.9535270675826608f,-0.08312943664484712f,-0.04965363412491691f,-0.9476714846914072f,0.29785186877331027f,-0.1149044010080996f,0.30924432787021466f,0.13432471460033568f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6489752436305579f,-0.6194608272711148f,-0.44170059614091955f,-0.16856316796413168f,-0.6932272234137026f,0.7206766152213873f,0.007825151191674151f,0.44442010041917274f,0.31347591593739105f,0.31127720724400976f,-0.8971283912448559f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.08684775319184423f,-0.9962187543993987f,0.0023793168008645615f,0.2774962677843977f,-0.988923757042499f,0.0859227442241853f,-0.121025141115115f,0.29777486408710824f,0.12036307790380239f,-0.012863724495479179f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5071825642441392f,-0.7047704636002269f,-0.49604882840649944f,0.14225150068181452f,-0.788971171095467f,0.6113093600405315f,-0.061849474590193465f,0.4120088098785192f,0.34682897472239377f,0.3599992499486031f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.09582120944891685f,0.03969044451673445f,0.3535568552119404f,0.10371612973009149f,0.9188969944520551f,0.3806195975259161f,1.112630518320288f,-9.877461345702557e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.09582120944891685f,0.03969044451673445f,0.3825979434417832f,0.10371612973009149f,0.9188969944520551f,0.3806195975259161f,1.0295621264169572f,-9.877461345702557e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.09582120944891685f,0.03969044451673445f,-0.23077472184243852f,0.10371612973009149f,0.9188969944520551f,0.3806195975259161f,1.1735637445367166f,-9.877461345702557e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.09582120944891685f,0.03969044451673445f,-0.2763291540876227f,0.10371612973009149f,0.9188969944520551f,0.3806195975259161f,1.0982740623631428f,-9.877461345702557e-17f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.970458498993641f,0.20609241930172856f,0.12544407693219117f,0.25915634141669275f,0.2244405494746686f,0.58037932251597f,0.7828066694576714f,1.1826221655353175f,0.08852537197051374f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9907505018497904f,0.05174192349554595f,0.12544407693219117f,0.14555815617250878f,0.13088598503469895f,0.608344127261934f,0.7828066694576714f,1.2038287859051287f,-0.035809244698610784f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9557028506102858f,0.24632825426177343f,0.16110385621617118f,0.12746556642076107f,0.23304084450004361f,0.2989310340233462f,0.9253821922278594f,1.2317117941832811f,0.17978883761257303f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9850470404763672f,-0.06105633104789085f,0.16110385621617118f,0.15626994093261393f,0.1292602440654025f,0.3563138891647546f,0.9253821922278594f,1.2306997560261599f,-0.11390398304231054f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9824707913010505f,0.09379068052086442f,0.16110385621617118f,0.21915122107498344f,0.1834086086037724f,0.33170631678879536f,0.9253821922278594f,1.2870144734528097f,0.03335305878500253f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9824707913010505f,0.13789462572166516f,0.12544407693219117f,0.18812493028760882f,0.1834086086037724f,0.5946217289526307f,0.7828066694576714f,1.153224584438468f,0.03335305878500253f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9958851156563068f,-0.08191840538601261f,0.03875837036353612f,-0.12396492117486424f,-0.019393167139646804f,0.6104126621857945f,0.79184612577921f,1.2225734799576813f,-0.08852537197051394f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9964389792294842f,0.07488090142931225f,0.03875837036353612f,-0.008435481923314836f,0.07633517319177603f,0.6059312291194742f,0.79184612577921f,1.219887013039259f,0.03580924469861059f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9832212788666335f,-0.1793552034279596f,0.03328104245928743f,0.015020505399919379f,-0.03085272522454784f,0.3433206707339877f,0.9387113647937704f,1.243437397606328f,-0.1797888376125732f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9905228101149814f,0.13325514944925523f,0.03328104245928743f,-0.013372966949640644f,0.07674923640673778f,0.3360513774975477f,0.9387113647937704f,1.2483898656966155f,0.11390398304231035f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.999173528662049f,-0.02333734847519133f,0.03328104245928743f,-0.06328292465682996f,0.02323430848365321f,0.34392025313479735f,0.9387113647937704f,1.3164662853502163f,-0.03335305878500273f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.999173528662049f,-0.012249422345252572f,0.03875837036353612f,-0.06052680462914813f,0.02323430848365321f,0.6102785265743352f,0.79184612577921f,1.179153616870991f,-0.03335305878500273f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.09582120944891685f,0.03969044451673445f,0.013450366595512499f,0.10371612973009149f,0.9188969944520551f,0.3806195975259161f,0.6833600285753663f,-9.877461345702557e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.03969044451673422f,0.09582120944891695f,-0.0014335500982628347f,0.10371612973009149f,0.3806195975259157f,0.9188969944520553f,0.5406276795031478f,-9.877461345702557e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9916100005112884f,-0.09820216317657013f,0.08405915793918423f,0.1520075760431449f,0.09576630140211614f,-0.12131911763738878f,0.9879830399411947f,0.3955655164213113f,-0.08682408883346528f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9916100005112884f,-0.05450140042622417f,0.11721435167070113f,0.13365114109368756f,0.09576630140211614f,0.2993141920556434f,0.9493365209186027f,0.5103158205291373f,-0.08682408883346528f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9860916577556156f,0.0704044802500957f,0.15055381650923225f,-0.16117346477935685f,0.11350737556886766f,-0.37641472450182667f,0.9194716041671331f,0.30160405137906926f,0.12140559376013003f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9860916577556156f,0.07138826944430578f,-0.15008983140282653f,-0.12989689756622394f,0.11350737556886766f,0.9489161015497697f,-0.2944050065998449f,0.6344362620334532f,0.12140559376013003f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9246820716470414f,0.3748579976511435f,0.06666744311514462f,-0.00025733758976125834f,0.3280275246572844f,0.695461415085115f,0.639321017326213f,0.5519072087964532f,0.19328996208223134f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9724649237374856f,-0.22331015231900025f,0.06666744311514462f,-0.00025733758976125834f,-0.13019586267810368f,0.7578374985090672f,0.639321017326213f,0.5519072087964532f,-0.1932899620822315f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.07945116484154353f,0.06666744311514462f,-0.00025733758976125834f,0.10371612973009149f,0.7619131192194992f,0.639321017326213f,0.5519072087964532f,-9.877461345702557e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9686207844751087f,0.23550220442311529f,0.07945116484154353f,-0.0010169388361729887f,-0.09333170666537376f,-0.6409193329055864f,0.7619131192194991f,0.5446228580110263f,0.23035400672389778f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9285262109094183f,-0.36266594554702847f,0.07945116484154353f,-0.0010169388361729887f,0.2911633686445545f,-0.5785432494816343f,0.7619131192194991f,0.5446228580110263f,-0.23035400672389794f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,-0.06666744311514462f,0.07945116484154353f,-0.0010169388361729887f,0.10371612973009149f,-0.6393210173262132f,0.7619131192194991f,0.5446228580110263f,-9.877461345702557e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8568351483711734f,0.505131868644366f,0.10332145854371282f,-0.18049849422268716f,0.13316365641278913f,0.02321395916841293f,0.9908221599815498f,0.5710064058493627f,0.4980973490458726f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8658746046927119f,-0.4894750710226617f,0.10332145854371282f,0.18004652140661043f,0.04647794984413431f,0.1269300888985044f,0.9908221599815498f,0.5334093088222045f,-0.49809734904587283f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,-0.028588039754375398f,0.0996983427605064f,-0.009790120237992318f,0.10371612973009149f,-0.2741508269270574f,0.9560775536163483f,0.5358164447020825f,-9.877461345702557e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9946069396670278f,0.009039456321538474f,0.10332145854371282f,8.878689293818312e-17f,0.10371612973009149f,0.08668570656865483f,0.9908221599815498f,0.554375f,-9.877461345702557e-17f,0.9961946980917455f,-0.08715574274765794f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.43311784888795e-16f,-0.10371612973009127f,0.9946069396670278f,-0.763083130655168f,-1.9901499787475985e-16f,-0.9946069396670278f,-0.10371612973009127f,0.9198651393464774f,1f,-2.335486676034505e-16f,3.2081921838205693e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.43311784888795e-16f,-0.10371612973009127f,0.9946069396670278f,-0.763083130655168f,-1.9901499787475985e-16f,-0.9946069396670278f,-0.10371612973009127f,0.9198651393464774f,1f,-2.335486676034505e-16f,3.2081921838205693e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.43311784888795e-16f,-0.10371612973009127f,0.9946069396670278f,-0.9122741716052222f,-1.9901499787475985e-16f,-0.9946069396670278f,-0.10371612973009127f,0.9354225588059911f,1f,-2.335486676034505e-16f,3.2081921838205693e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.43311784888795e-16f,0.10371612973009171f,-0.9946069396670278f,0.8220716794391576f,-1.9901499787475985e-16f,0.9946069396670278f,0.10371612973009171f,0.7545675575891442f,1f,2.335486676034505e-16f,-3.2081921838205683e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.43311784888795e-16f,0.10371612973009171f,-0.9946069396670278f,0.8220716794391576f,-1.9901499787475985e-16f,0.9946069396670278f,0.10371612973009171f,0.7545675575891442f,1f,2.335486676034505e-16f,-3.2081921838205683e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.43311784888795e-16f,0.10371612973009171f,-0.9946069396670278f,0.9712627203892118f,-1.9901499787475985e-16f,0.9946069396670278f,0.10371612973009171f,0.7390101381296305f,1f,2.335486676034505e-16f,-3.2081921838205683e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001554073343229731f,-1.9135106236677393e-21f,0.0000016205645270326795f,-0.07848341477648461f,0.0000016205645270326795f,-3.469446951953614e-21f,0.00001554073343229731f,-0.12866869985475482f,-1.5433533352660248e-21f,0.000015625f,3.649197931303914e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124.mcfunction new file mode 100644 index 000000000..10b96f4e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124_as_bone.mcfunction new file mode 100644 index 000000000..e8ba4a108 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_124_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7598955341437262f,0.10463614983757205f,-0.28027575310760355f,0.2834261290052087f,-0.2568907483954311f,0.1639064921376076f,0.7576847957220891f,0.6875109322420385f,0.15333090041377972f,0.7931773965682317f,-0.1195980643488263f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6484990137529574f,0.3795630645950121f,-0.274555839778877f,0.2834261290052087f,-0.17104829930047757f,0.2446409991873875f,0.7422218407073526f,0.6875109322420385f,0.436109514305588f,0.6603655514272678f,-0.11715728752538088f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3541055102602611f,0.17618787955055937f,0.7145009189268002f,0.16907431478505888f,0.7197522956031913f,0.0822915130324146f,-0.3770002444312421f,0.8179455278228138f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882644f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.25442610689768386f,0.29219920445300956f,0.6999192675201309f,0.16907431478505888f,0.6205447990766118f,0.34429197406443984f,-0.369306361891829f,0.8179455278228138f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538102f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1016711744348358f,0.018285091189802295f,-1.107877488199643f,-0.003044022562433491f,-1.1074237410049774f,-0.03343410234518127f,-1.1017717861058676f,0.5483096214776887f,-0.03659960761963935f,1.562035232074025f,-0.010613787332327778f,0.27357380764070455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.31740973923279514f,0.5560508657417196f,0.7681526489885022f,-0.1427993171144762f,-0.5484716564001051f,-0.5531563386617974f,0.6270541500731818f,0.7997098461137095f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.058930837232269495f,0.6375489504932548f,0.7681526489885022f,-0.12346263614763775f,-0.1320042371000895f,-0.7677095637437528f,0.6270541500731818f,0.8430237364121764f,0.9894958503251681f,-0.06444657835235831f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5022276912742608f,-0.4756488265297957f,0.722167252053258f,0.2245423497397372f,-0.38644203517659853f,0.6236446857904502f,0.679507070849082f,0.3807041479281682f,-0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13857988113033434f,-0.6776946780134461f,0.722167252053258f,0.27001387323562814f,0.041153113310845146f,0.7325138646680522f,0.679507070849082f,0.3942075132332893f,-0.9894958503251681f,-0.06444657835235815f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.856435254908854f,-0.4971706951563766f,-0.13906816323994234f,-0.20299905212868788f,-0.4984731940603669f,0.8664588300792292f,-0.027813136841942365f,0.408272588536446f,0.13432471460033574f,0.04550160058127889f,-0.9898921534147443f,-0.5568986639309287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9471865764470939f,0.03523670692868547f,-0.3187412177351011f,-0.19838430219040373f,-0.06760502589043899f,0.9496656647132143f,0.30588345123455335f,0.5882466722403896f,0.31347591593739116f,0.31127720724400987f,-0.8971283912448559f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7357059282468628f,-0.6725010683154711f,-0.08049285842217191f,0.02922441399398977f,-0.666520454764852f,0.7399843496362974f,-0.09040821684670336f,0.177554429951744f,0.12036307790380245f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9082183135877377f,-0.10166840700475949f,-0.40595939437456063f,0.0076243414657563725f,-0.2341989691626729f,0.9273963958596978f,0.2916963623180513f,0.35326435643992515f,0.3468289747223939f,0.3599992499486032f,-0.8660890267919669f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.6947051266244886f,0.2877562852979815f,0.6387342286261916f,0.7519434105614864f,0.6090469420618798f,0.2522755035238915f,0.7236979422840112f,8.623287318804052e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.6947051266244886f,0.2877562852979815f,0.6035942767835555f,0.7519434105614864f,0.6090469420618798f,0.2522755035238915f,0.6430200250855853f,8.623287318804052e-17f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.6947051266244886f,0.2877562852979815f,0.2514379785526105f,0.7519434105614864f,0.6090469420618798f,0.2522755035238915f,1.1654646959888846f,8.623287318804052e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.6947051266244886f,0.2877562852979815f,0.166855952232496f,0.7519434105614864f,0.6090469420618798f,0.2522755035238915f,1.1411825345825701f,8.623287318804052e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5594767633246593f,0.5455787833816721f,0.6239627732673941f,0.6170366627493755f,0.8241049749984798f,0.2857586996427417f,0.48907356886387154f,0.839194709856533f,0.08852537197051391f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6379360010852833f,0.451340355049025f,0.6239627732673941f,0.5481043263409735f,0.7692563659232418f,0.411158956761644f,0.48907356886387154f,0.9319449197514984f,-0.035809244698610604f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5428070840365824f,0.38384974830130675f,0.7470072558206687f,0.5537774365686023f,0.8203879834502833f,0.051930171181535395f,0.5694443027473662f,0.964695794165928f,0.1797888376125732f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6348563098758127f,0.1973261907657981f,0.7470072558206687f,0.5742223889549947f,0.764188032134738f,0.30290235656165265f,0.5694443027473662f,0.944380279548555f,-0.11390398304231036f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5961715581267197f,0.2942101851262685f,0.7470072558206687f,0.6586226645443392f,0.8021639774699705f,0.17962777991759096f,0.5694443027473662f,0.942967384779195f,0.033353058785002714f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5961715581267197f,0.5052226547347434f,0.6239627732673941f,0.544947567229022f,0.8021639774699705f,0.34254926286347853f,0.48907356886387154f,0.8658938006349124f,0.033353058785002714f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7438200945125882f,0.35468457748497256f,0.5665072969464653f,0.3631030501365538f,0.66249145316507f,0.5035008379258593f,0.5546097553155651f,1.1288423056677614f,-0.08852537197051374f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6791775427135749f,0.46667692034207087f,0.5665072969464653f,0.44603700547094227f,0.7330999682633093f,0.3936654110296505f,0.5546097553155651f,1.048367294074877f,0.03580924469861077f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7423160789269517f,0.10170581948493385f,0.6622860146865656f,0.4792486036545902f,0.6454787470059998f,0.3737556664892425f,0.666080992770959f,1.049706585175603f,-0.17978883761257303f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6745557173664697f,0.32611626595248777f,0.6622860146865656f,0.4617826977687337f,0.7293836211591979f,0.15599885978413108f,0.666080992770959f,1.0726338253897445f,0.11390398304231053f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7172666407298462f,0.2165774707736424f,0.6622860146865656f,0.4714246936832041f,0.6960001002627842f,0.2681789915400675f,0.666080992770959f,1.1564934384700105f,-0.03335305878500255f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7172666407298462f,0.4057068505738239f,0.5665072969464653f,0.3801406523040939f,0.6960001002627842f,0.45606126753211895f,0.5546097553155651f,1.0538796532752839f,-0.03335305878500255f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.6947051266244886f,0.2877562852979815f,0.09751534845594555f,0.7519434105614864f,0.6090469420618798f,0.2522755035238915f,0.639866559663263f,8.623287318804052e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.28775628529798136f,0.6947051266244886f,-0.010393258530797462f,0.7519434105614864f,0.25227550352389105f,0.60904694206188f,0.5452632458418039f,8.623287318804052e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6624309544353294f,-0.15448533582053056f,0.7330208125437615f,0.0036085198073200764f,0.7440744641527064f,-0.022277211973004057f,0.6677251812104833f,0.3345711469085621f,-0.0868240888334651f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6624309544353294f,0.16340310517324408f,0.7310845750155315f,0.0681157391159409f,0.7440744641527064f,0.2566297204808592f,0.6168422637609869f,0.4312324610624763f,-0.0868240888334651f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6463270246783194f,-0.20412664870384933f,0.7352507656979392f,-0.29000849691831765f,0.7533405995791155f,-0.32400176997974495f,0.5722768508997816f,0.4784466789933697f,0.12140559376013021f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6463270246783194f,0.6971780811859836f,-0.31016785823856896f,-0.04089742033114171f,0.7533405995791155f,0.6476733558735421f,-0.11400511004899157f,0.7013797981733156f,0.12140559376013021f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.45550341600522826f,0.7475955937744079f,0.4833399074943619f,-0.0018657011731385486f,0.86899690941097f,0.25551110826010265f,0.42374337161762965f,0.5527393425811141f,0.1932899620822315f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8019297709101709f,0.35112843284374207f,0.4833399074943619f,-0.0018657011731385486f,0.5652854439008759f,0.7077385971698258f,0.42374337161762965f,0.5527393425811141f,-0.19328996208223134f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.5760220712005588f,0.4833399074943619f,-0.0018657011731385486f,0.7519434105614864f,0.5049976854632933f,0.42374337161762965f,0.5527393425811141f,8.623287318804052e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7740597067731131f,-0.2627358822851201f,0.5760220712005587f,-0.007372820975815424f,0.5897190873090072f,-0.6302449807338002f,0.5049976854632932f,0.5479112589138955f,0.23035400672389794f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4833734801422861f,-0.6592030432157859f,0.5760220712005587f,-0.007372820975815424f,0.8445632660028386f,-0.178017491824077f,0.5049976854632932f,0.5479112589138955f,-0.23035400672389778f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,-0.483339907494362f,0.5760220712005587f,-0.007372820975815424f,0.7519434105614864f,-0.4237433716176297f,0.5049976854632932f,0.5479112589138955f,8.623287318804052e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5381398069514672f,0.38636983218417625f,0.7490820388663774f,-0.12112341798186513f,0.6799298339150236f,-0.32621380320028365f,0.656719099428283f,0.6892283562562461f,0.4980973490458728f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6036759934031607f,-0.27285782751553606f,0.7490820388663774f,0.11784660865928062f,0.6224743575940949f,0.42572960736120263f,0.656719099428283f,0.41664886992770733f,-0.49809734904587266f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,-0.20726369341118445f,0.7228143980859779f,-0.01979345775170418f,0.7519434105614864f,-0.18170776900105753f,0.6336902981723944f,0.547411849904554f,8.623287318804052e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6592276596997124f,0.0655361864516935f,0.7490820388663774f,8.878689293818312e-17f,0.7519434105614864f,0.057455476320928664f,0.656719099428283f,0.554375f,8.623287318804052e-17f,0.9961946980917455f,-0.08715574274765794f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.688426251684109e-16f,-0.7519434105614863f,0.6592276596997126f,-0.3114881339447856f,-5.507962740092545e-17f,-0.6592276596997126f,-0.7519434105614863f,1.3410477710182898f,1f,-2.384644543420825e-16f,1.3581173173699082e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.688426251684109e-16f,-0.7519434105614863f,0.6592276596997126f,-0.31148813394478564f,-5.507962740092545e-17f,-0.6592276596997126f,-0.7519434105614863f,1.3410477710182898f,1f,-2.384644543420825e-16f,1.3581173173699082e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.688426251684109e-16f,-0.7519434105614863f,0.6592276596997126f,-0.41037228289974254f,-5.507962740092545e-17f,-0.6592276596997126f,-0.7519434105614863f,1.4538392826025128f,1f,-2.384644543420825e-16f,1.3581173173699082e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.688426251684109e-16f,0.7519434105614865f,-0.6592276596997122f,0.7391559487016311f,-5.507962740092545e-17f,0.6592276596997122f,0.7519434105614865f,0.14263796043592103f,1f,2.384644543420825e-16f,-1.3581173173699072e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.688426251684109e-16f,0.7519434105614865f,-0.6592276596997122f,0.7391559487016313f,-5.507962740092545e-17f,0.6592276596997122f,0.7519434105614865f,0.14263796043592103f,1f,2.384644543420825e-16f,-1.3581173173699072e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.688426251684109e-16f,0.7519434105614865f,-0.6592276596997122f,0.838040097656588f,-5.507962740092545e-17f,0.6592276596997122f,0.7519434105614865f,0.029846448851698043f,1f,2.384644543420825e-16f,-1.3581173173699072e-16f,0.22812499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010300432182808007f,-1.9135106236677393e-21f,0.000011749115790023225f,-0.5217190703949045f,0.000011749115790023225f,-3.469446951953614e-21f,0.000010300432182808007f,0.10658313552217513f,1.3473886435631333e-21f,0.000015625f,3.726007099095039e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125.mcfunction new file mode 100644 index 000000000..c23ccd1b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125_as_bone.mcfunction new file mode 100644 index 000000000..d4b4aef8a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_125_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7346382695611645f,0.1877497420347973f,0.30331681738157723f,0.2991482571285319f,0.32208801952094007f,0.05063690732611498f,0.7487587433492642f,0.4618230291198742f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5944834729856651f,0.4453146499029941f,0.297126678251341f,0.2991482571285319f,0.3104800990064356f,-0.0749146252071957f,0.733477952668667f,0.4618230291198742f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7465788246813118f,0.18564430000247872f,0.27404506355434505f,0.3025131110195104f,0.2933498559062453f,-0.057881395061593004f,-0.7599605585752153f,0.6352537037367147f,-0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6060792466338938f,0.447885371030022f,0.2684523071552768f,0.3025131110195104f,0.28718711379836614f,0.05758500590831099f,-0.7444511594206191f,0.6352537037367147f,-0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.06809046022018479f,-0.009011274472611264f,-1.5609896656158175f,-0.006335759913808464f,-1.560586558941571f,-0.03702675643135257f,-0.06785912878221649f,0.5519433264417092f,-0.036599607619639554f,1.562035232074025f,-0.01061378733232756f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.13492950210010535f,0.03827365106090604f,0.9901157291435609f,0.05974888095411292f,-0.6191640573362795f,-0.7833962138843338f,-0.05409475182093125f,0.8318833834963003f,0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13248064186185504f,-0.0460404434642547f,0.9901157291435609f,0.1032190915650341f,-0.05785189470660194f,-0.9968585236152063f,-0.05409475182093125f,0.8508660364469041f,0.9894958503251681f,-0.06444657835235844f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11081129972577591f,0.06863188147059393f,0.991468870262143f,0.04893968614192319f,-0.6239318522781072f,0.7813220623658643f,0.015648596523753368f,0.2747578710426906f,-0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1301369326946602f,-0.0073388043941014f,0.991468870262143f,0.09164086718235857f,-0.06294712811636662f,0.997894172990673f,0.015648596523753368f,0.25410334462950784f,-0.9894958503251681f,-0.064446578352358f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9687341388898832f,0.21630834514601785f,-0.12151077305929327f,-0.24844689267601433f,0.208592998916105f,0.9752642227441406f,0.07313451058462639f,0.5831616517720343f,0.13432471460033585f,0.045501600581279056f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7455291312649838f,0.6658205659870684f,-0.029483696239414325f,-0.12378980965493533f,0.5881489305970825f,0.6780777788418003f,0.4407849376719655f,0.7130561411653216f,0.3134759159373913f,0.31127720724400987f,-0.8971283912448557f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9927251922070568f,0.0015321368730864399f,-0.12039246369297568f,-0.23226294523085805f,0.0030695659278652324f,0.9999160850534943f,-0.01258573066245805f,0.25621106412332156f,0.12036307790380253f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.828963684777773f,0.5496431647494995f,-0.1034968635457694f,-0.12985170723748796f,0.43878112039224065f,0.7538520620656268f,0.4890584800478696f,0.4006149412609258f,0.34682897472239405f,0.3599992499486033f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.9237056950558038f,0.3826114265333804f,0.5861048027759908f,0.9998118396940667f,-0.017921481935040194f,-0.0074233208753178275f,0.24919827453534787f,2.243784036550321e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.9237056950558038f,0.3826114265333804f,0.5057839844216134f,0.9998118396940667f,-0.017921481935040194f,-0.0074233208753178275f,0.21324957945663936f,2.243784036550321e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.9237056950558038f,0.3826114265333804f,0.5975011702311896f,0.9998118396940667f,-0.017921481935040194f,-0.0074233208753178275f,0.8365877303556122f,2.243784036550321e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.9237056950558038f,0.3826114265333804f,0.5186352072966249f,0.9998118396940667f,-0.017921481935040194f,-0.0074233208753178275f,0.8756249232539586f,2.243784036550321e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.1417299141383181f,0.5957031983529946f,0.7906012464639539f,0.6478789964895469f,0.9859390903883601f,-0.15637116988034896f,-0.05892509884950506f,0.34916945376076225f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.04679647255086149f,0.610540546766911f,0.7906012464639539f,0.6594218995176627f,0.9982623844215065f,-0.00021112712888729512f,-0.05892509884950506f,0.46415219084752996f,-0.035809244698610465f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.15154494392982618f,0.31865523692121067f,0.9356778131130356f,0.6856783408010645f,0.9719619868283048f,-0.22021855492352851f,-0.08242380862449437f,0.4845336345082681f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.04565792288081557f,0.34988910261140826f,0.9356778131130356f,0.6871010940621867f,0.9924420571123066f,0.09091248014726097f,-0.08242380862449437f,0.4557466238019007f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.09983051267559559f,0.33843891440987517f,0.9356778131130356f,0.748522241527825f,0.9944452937233963f,-0.0654589456317533f,-0.08242380862449437f,0.3978428636891852f,0.03335305878500284f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.09983051267559559f,0.6041386743360915f,0.7906012464639539f,0.6125910398022046f,0.9944452937233963f,-0.08721462329772552f,-0.05892509884950506f,0.4174661539311734f,0.03335305878500284f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.1033798142024224f,0.6013203467634269f,0.7922918998600103f,0.6553511079752947f,0.9906946414173011f,0.1331468507552775f,0.028214244646933867f,0.7342956368797082f,-0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.008039810376881423f,0.6100892613915763f,0.7922918998600103f,0.6624252766316461f,0.9993263027876426f,-0.02347119417039037f,0.028214244646933867f,0.618951696526941f,0.03580924469861091f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.11372961319130888f,0.3269574497297107f,0.9381707739796624f,0.68787138544256f,0.9771087702775343f,0.2076925564775099f,0.04606791758437982f,0.5975671343161383f,-0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.007127881317348414f,0.34609939635649006f,0.9381707739796624f,0.690409682867434f,0.9934661926583224f,-0.10441585614462962f,0.04606791758437982f,0.62627729381471f,0.11390398304231066f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.061181999190065284f,0.34072329216757086f,0.9381707739796624f,0.7540306265493577f,0.9975692138617707f,0.05228202869674975f,0.04606791758437982f,0.6817550219243583f,-0.033353058785002394f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.061181999190065284f,0.60706697191605f,0.7922918998600103f,0.6174405578682467f,0.9975692138617707f,0.06371514697630336f,0.028214244646933867f,0.6674191138546901f,-0.033353058785002394f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.9237056950558038f,0.3826114265333804f,0.12966002303995794f,0.9998118396940667f,-0.017921481935040194f,-0.0074233208753178275f,0.5518593721619935f,2.243784036550321e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.3826114265333802f,0.9237056950558039f,-0.01381926191005964f,0.9998118396940667f,-0.007423320875318236f,-0.017921481935040024f,0.5546431174902379f,2.243784036550321e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.011729562537789714f,-0.12917478567909446f,0.9915524656352948f,-0.14541288231634653f,0.9961546039450456f,0.0876120305758987f,-0.00037032074898155076f,0.3895058127469099f,-0.08682408883346496f,0.9877438973960444f,0.1297057082595472f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.011729562537789714f,0.29364605509633546f,0.9558422525129511f,-0.03262138426322391f,0.9961546039450456f,0.0795699851747013f,-0.0366690945945922f,0.41748203414696033f,-0.08682408883346496f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.02987309655172727f,-0.36912919857198717f,0.9288978592202767f,-0.26547253206555743f,0.9921533550344731f,-0.10192384619251132f,-0.07241028705345613f,0.693638681318603f,0.12140559376013035f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.02987309655172727f,0.9515554673108182f,-0.3060225330483057f,0.06881187013674081f,0.9921533550344731f,0.008957981109388793f,0.124705551874335f,0.6905658080745677f,0.12140559376013035f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.24881093357369627f,0.7246189896429333f,0.6426666625732507f,-0.0024807054573989483f,0.9490690754062294f,-0.31482124789167315f,-0.012468840503211426f,0.5544231299598769f,0.19328996208223162f,0.6130374390889876f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.2118103929133433f,0.7362852153010101f,0.6426666625732507f,-0.0024807054573989483f,0.9580059227437714f,0.2864771893264117f,-0.012468840503211426f,0.5544231299598769f,-0.19328996208223118f,0.6130374390889878f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.7659003039622022f,0.6426666625732507f,-0.0024807054573989483f,0.9998118396940667f,-0.01485978546518676f,-0.012468840503211426f,0.5544231299598769f,2.243784036550321e-16f,0.6427876096865393f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.17475332225365578f,-0.6187552026059389f,0.7659003039622021f,-0.00980317614334927f,0.9572869517274099f,-0.2887574740649536f,-0.014859785465186758f,0.5545651985070564f,0.2303540067238981f,0.730589570429055f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.21175386291400874f,-0.607088976947862f,0.7659003039622021f,-0.00980317614334927f,0.949788046422591f,0.31254096315313123f,-0.014859785465186758f,0.5545651985070564f,-0.23035400672389766f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,-0.6426666625732508f,0.7659003039622021f,-0.00980317614334927f,0.9998118396940667f,0.012468840503211428f,-0.014859785465186758f,0.5545651985070564f,2.243784036550321e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.06036889511343561f,0.0657658490049301f,0.9960072537925835f,0.0013374170104696569f,0.8650171254814883f,-0.5013700686370127f,-0.019324256742765136f,0.7356331622794511f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765807f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.026770448383003194f,0.08516392126909855f,0.9960072537925835f,-0.005694384185291407f,0.8667077788775449f,0.4984417710570539f,-0.019324256742765136f,0.3732013703903519f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765807f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,-0.2755854918078022f,0.9610808246435291f,-0.019318649622921638f,0.9998118396940667f,0.005346833346842251f,-0.018646623842588694f,0.5625637853657913f,2.243784036550321e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.019398072264168453f,0.08713934349643881f,0.9960072537925835f,8.878689293818311e-17f,0.9998118396940667f,-0.0016906533960565702f,-0.019324256742765136f,0.5543750000000001f,2.243784036550321e-16f,0.9961946980917455f,-0.08715574274765807f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.1815744262253083e-16f,-0.9998118396940667f,-0.01939807226416823f,0.2997793307485095f,-4.177998079352629e-20f,0.01939807226416823f,-0.9998118396940667f,1.3455837329560865f,1f,-1.181343996308921e-16f,-2.333798730000759e-18f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.1815744262253083e-16f,-0.9998118396940667f,-0.01939807226416823f,0.29977933074850943f,-4.177998079352629e-20f,0.01939807226416823f,-0.9998118396940667f,1.3455837329560865f,1f,-1.181343996308921e-16f,-2.333798730000759e-18f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.1815744262253083e-16f,-0.9998118396940667f,-0.01939807226416823f,0.3026890415881347f,-4.177998079352629e-20f,0.01939807226416823f,-0.9998118396940667f,1.4955555089101966f,1f,-1.181343996308921e-16f,-2.333798730000759e-18f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.1815744262253083e-16f,0.9998118396940667f,0.019398072264168675f,0.26886365307749105f,-4.177998079352629e-20f,-0.019398072264168675f,0.9998118396940667f,-0.24786638655633253f,1f,1.18134399630892e-16f,2.3337987300008115e-18f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.1815744262253083e-16f,0.9998118396940667f,0.019398072264168675f,0.26886365307749105f,-4.177998079352629e-20f,-0.019398072264168675f,0.9998118396940667f,-0.24786638655633253f,1f,1.18134399630892e-16f,2.3337987300008115e-18f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.1815744262253083e-16f,0.9998118396940667f,0.019398072264168675f,0.2659539422378657f,-4.177998079352629e-20f,-0.019398072264168675f,0.9998118396940667f,-0.3978381625104426f,1f,1.18134399630892e-16f,2.3337987300008115e-18f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.030948791276321e-7f,-1.9135106236677393e-21f,0.000015622059995219795f,-0.6872306342031042f,0.000015622059995219795f,-3.469446951953614e-21f,-3.030948791276321e-7f,0.5749273166346077f,3.505912557109877e-21f,0.000015625f,1.8458499942326885e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126.mcfunction new file mode 100644 index 000000000..c4d1fc96a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126_as_bone.mcfunction new file mode 100644 index 000000000..5d5ac6212 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_126_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3320811494309846f,0.17360715807431068f,0.7256218776349028f,0.16099089961828583f,0.7301754512549294f,-0.0876048896069612f,0.3551248205153459f,0.28579079105068567f,0.15333090041378006f,0.7931773965682316f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.23546095734571387f,0.28160723669907006f,0.7108132678872517f,0.16099089961828583f,0.627986169511705f,-0.3530080774244052f,0.3478773751987062f,0.28579079105068567f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.751742419837467f,0.09960955334325694f,-0.3031595545980874f,0.27925163744927706f,-0.2798524854984379f,-0.16700897850248483f,-0.7488224301557397f,0.4126920086470099f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.643004580870457f,0.37195748282866925f,-0.29697262491241216f,0.27925163744927706f,-0.19066620180764096f,-0.2560565747172313f,-0.7335403397443981f,0.4126920086470099f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9908980147886739f,-0.031423588475119266f,-1.207700265949798f,-0.006340996628676017f,-1.2075544886297906f,-0.02155787203769884f,0.9913393289601964f,0.5567929850567432f,-0.036599607619639665f,1.5620352320740252f,-0.010613787332327257f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5137333600995599f,-0.49437129844475436f,0.7011954463591903f,0.22971364738836883f,-0.37100961598713583f,-0.6089101079534552f,-0.7011279093554827f,0.7211457165228072f,0.7735825098629715f,-0.6203430500184232f,0.12940093016646426f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13726600454882565f,-0.6996306096793781f,0.7011954463591903f,0.27475405513095225f,0.04534320439133749f,-0.711592333108175f,-0.7011279093554827f,0.7062674775818997f,0.9894958503251682f,-0.06444657835235847f,0.12940093016646426f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3339219914723099f,0.5725953051033403f,0.7487527764120674f,-0.15018497384916413f,-0.5385779461185468f,0.5360122357441608f,-0.6500958999157543f,0.31349057685079673f,-0.7735825098629718f,-0.6203430500184227f,0.12940093016646426f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.054894292624920016f,0.6605724006136122f,0.7487527764120674f,-0.13217278408161226f,-0.13373323755328154f,0.747991137705684f,-0.6500958999157543f,0.2696093582786262f,-0.9894958503251682f,-0.06444657835235797f,0.12940093016646426f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5821546602452381f,0.8120095196259411f,-0.041671232182399764f,-0.1657952749831665f,0.8019057442133019f,0.581867806620533f,0.1355619158035194f,0.741635397825775f,0.13432471460033607f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.16261069926962823f,0.9483887895933723f,0.27224339157573807f,0.013729144262939119f,0.9355696717028914f,0.06054092850285625f,0.34791404881918175f,0.7551612847251805f,0.3134759159373915f,0.31127720724400976f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7371950068756639f,0.6685277556297843f,-0.09805183216132979f,-0.3719645491965371f,0.664873109183334f,0.7435759305845692f,0.07098298486383103f,0.4873661757616838f,0.12036307790380267f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.32443563570184214f,0.91245100892983f,0.2493485002755725f,-0.19932155689547162f,0.8800290793943998f,0.194508859282498f,0.4332610334208085f,0.5265444683360322f,0.34682897472239416f,0.3599992499486032f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.6758860718394402f,0.27996117757497224f,0.2327613868417852f,0.7315738124452748f,-0.6298661829997902f,-0.2608991154786866f,-0.06406967044182676f,2.45933813111429e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.6758860718394402f,0.27996117757497224f,0.14895590412049955f,0.7315738124452748f,-0.6298661829997902f,-0.2608991154786866f,-0.03722970760967759f,2.45933813111429e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.6758860718394402f,0.27996117757497224f,0.6332967050195975f,0.7315738124452748f,-0.6298661829997902f,-0.2608991154786866f,0.3657299443697722f,2.45933813111429e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.6758860718394402f,0.27996117757497224f,0.6006233905763303f,0.7315738124452748f,-0.6298661829997902f,-0.2608991154786866f,0.4474379431353169f,2.45933813111429e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7635987321771869f,0.33922814084348707f,0.5494008051297927f,0.3454872696420246f,0.6395938044844364f,-0.5140413521863859f,-0.5715603673344725f,-0.030855772272738294f,0.08852537197051404f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7011305919251937f,0.45450483868641417f,0.5494008051297927f,0.43082722448679084f,0.7121331273439981f,-0.40765813549068347f,-0.5715603673344725f,0.04706316345776622f,-0.03580924469861046f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7615786846812278f,0.09030683972277002f,0.6417496254291835f,0.46398282183378065f,0.6226346287423558f,-0.37667233326753147f,-0.6858892566891999f,0.04471575656315929f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6963980225549433f,0.3212276645045813f,0.6417496254291835f,0.4458286065240368f,0.7085588732269622f,-0.1658319954944616f,-0.6858892566891999f,0.0223295849668812f,-0.11390398304231021f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7380752851439242f,0.20833216679432434f,0.6417496254291835f,0.4529190914376692f,0.6738934982097687f,-0.27463335673027367f,-0.6858892566891999f,-0.06178419401656565f,0.033353058785002845f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7380752851439242f,0.3916677530541044f,0.5494008051297927f,0.36479384700049583f,0.6738934982097687f,-0.4681733648586641f,-0.5715603673344725f,0.043554813076633614f,0.033353058785002845f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5842491272709974f,0.5366477427183025f,0.6088202998573788f,0.6081011738680386f,0.8067318115709583f,-0.3021976894899879f,-0.5077995083360687f,0.250945481594226f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.661006253555634f,0.4386440188147064f,0.6088202998573788f,0.536383544312939f,0.7495254703840691f,-0.42467779383809007f,-0.5077995083360687f,0.1603317406424326f,0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5674742428322259f,0.38209538216007416f,0.7293669190838992f,0.5410592970099888f,0.8035228419851623f,-0.06356485571341253f,-0.5918703840590619f,0.12742366729742197f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6577740430348997f,0.18803511814441204f,0.7293669190838992f,0.5621118586251034f,0.7445530142015537f,-0.30875598377547286f,-0.5918703840590619f,0.147108835869023f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6202605799359971f,0.2886186243531793f,0.7293669190838992f,0.646516108725754f,0.7836864082317269f,-0.18848093279330458f,-0.5918703840590619f,0.14595759474163392f,-0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6202605799359971f,0.4945853368823545f,0.6088202998573788f,0.5352344079272244f,0.7836864082317269f,-0.35773631753919327f,-0.5077995083360687f,0.22644826618795227f,-0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.6758860718394402f,0.27996117757497224f,0.09487372884692907f,0.7315738124452748f,-0.6298661829997902f,-0.2608991154786866f,0.46596105577839453f,2.45933813111429e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.279961177574972f,0.6758860718394403f,-0.010111712743685436f,0.7315738124452748f,-0.260899115478687f,-0.62986618299979f,0.5637982240829021f,2.45933813111429e-16f,0.9238795325112867f,-0.3826834323650898f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6736108075157261f,-0.037715406653544115f,0.7381233149677427f,-0.2183240658988454f,0.7339687034174212f,0.15145805114892358f,-0.6620803585260024f,0.5286581281365945f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6736108075157261f,0.27177519159406105f,0.6873039540349111f,-0.11566010379040195f,0.7339687034174212f,-0.1367392900681943f,-0.6652761148240602f,0.4742090521013824f,-0.08682408883346493f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6844509853467347f,-0.34290447167051663f,0.6433843112528062f,-0.10473650267726511f,0.7188793573762112f,0.17047392460266741f,-0.6739073456855398f,0.8352669778538416f,0.12140559376013038f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6844509853467347f,0.714565217194111f,-0.1446492275617709f,0.14214109818714474f,0.7188793573762112f,-0.6284382254215595f,0.297115914025767f,0.6098629976379746f,0.12140559376013038f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8187291671144744f,0.3294703368058249f,0.4702465822109669f,-0.0018151606902139074f,0.5406676811816004f,-0.7180768729323292f,-0.4382283230068992f,0.5560665696048668f,0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4816872492923815f,0.7394900579372543f,0.4702465822109669f,-0.0018151606902139074f,0.8547610101235251f,-0.27809989659683826f,-0.4382283230068992f,0.5560665696048668f,-0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.5604180537550683f,0.4702465822109669f,-0.0018151606902139074f,0.7315738124452748f,-0.5222601783200085f,-0.4382283230068992f,0.5560665696048668f,2.45933813111429e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5088023337355272f,-0.6534919970517337f,0.5604180537550681f,-0.0071730966373203305f,0.8294921438877692f,0.19795729178190358f,-0.5222601783200084f,0.5610596931568534f,0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7916140826713287f,-0.24347227592030413f,0.5604180537550681f,-0.0071730966373203305f,0.5659365474173563f,0.6379342681173945f,-0.5222601783200084f,0.5610596931568534f,-0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,-0.470246582210967f,0.5604180537550681f,-0.0071730966373203305f,0.7315738124452748f,0.4382283230068993f,-0.5222601783200084f,0.5610596931568534f,2.45933813111429e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6223038518904673f,-0.28566259819372186f,0.7287899532207478f,0.12197538519691822f,0.6038517589572471f,-0.41724569813676254f,-0.6791679325399607f,0.6884582408738957f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765824f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5585429928920636f,0.39609964551319243f,0.7287899532207478f,-0.12516342814683823f,0.6632712536848334f,0.3143281143085121f,-0.6791679325399607f,0.4232627338624836f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765824f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,-0.20164907124737697f,0.7032338836552064f,-0.008920299403495485f,0.7315738124452748f,0.1879191421512383f,-0.655351930612422f,0.5733669637629237f,2.45933813111429e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6817622437069144f,0.06376085899840378f,0.7287899532207478f,8.878689293818311e-17f,0.7315738124452748f,-0.05941949472758629f,-0.6791679325399607f,0.554375f,2.45933813111429e-16f,0.9961946980917455f,-0.08715574274765824f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[2.89169481419694e-17f,-0.7315738124452749f,-0.6817622437069143f,0.7513205908680725f,-5.960258676712132e-17f,0.6817622437069143f,-0.7315738124452749f,0.9434717437381741f,1f,6.178967528159149e-17f,-2.388920818639772e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[2.89169481419694e-17f,-0.7315738124452749f,-0.6817622437069143f,0.7513205908680725f,-5.960258676712132e-17f,0.6817622437069143f,-0.7315738124452749f,0.9434717437381741f,1f,6.178967528159149e-17f,-2.388920818639772e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[2.89169481419694e-17f,-0.7315738124452749f,-0.6817622437069143f,0.8535849274241096f,-5.960258676712132e-17f,0.6817622437069143f,-0.7315738124452749f,1.0532078156049653f,1f,6.178967528159149e-17f,-2.388920818639772e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[2.89169481419694e-17f,0.7315738124452746f,0.6817622437069145f,-0.3352379850398224f,-5.960258676712132e-17f,-0.6817622437069145f,0.7315738124452746f,-0.22247401984648243f,1f,-6.178967528159159e-17f,2.3889208186397697e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[2.89169481419694e-17f,0.7315738124452746f,0.6817622437069145f,-0.3352379850398224f,-5.960258676712132e-17f,-0.6817622437069145f,0.7315738124452746f,-0.22247401984648243f,1f,-6.178967528159159e-17f,2.3889208186397697e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.89169481419694e-17f,0.7315738124452746f,0.6817622437069145f,-0.43750232159585956f,-5.960258676712132e-17f,-0.6817622437069145f,0.7315738124452746f,-0.33221009171327365f,1f,-6.178967528159159e-17f,2.3889208186397697e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010652535057920539f,-1.9135106236677393e-21f,0.000011430840819457419f,-0.4980363770621717f,0.000011430840819457419f,-3.469446951953614e-21f,-0.000010652535057920539f,1.0283666765398274f,3.842715829866079e-21f,0.000015625f,-9.65463676274868e-22f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127.mcfunction new file mode 100644 index 000000000..f9a794b57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127_as_bone.mcfunction new file mode 100644 index 000000000..5e077858d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_127_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.23317568507154907f,0.07243167728304033f,0.7793120020003693f,-0.05661599050910365f,0.7675045141979019f,-0.1804652712952054f,-0.212869798202175f,0.24639744127938973f,0.15333090041378017f,0.7931773965682316f,-0.1195980643488264f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.23818251016313746f,-0.021858932924079623f,0.7634076754289333f,-0.05661599050910365f,0.6269589965735645f,-0.4510427092189624f,-0.20852551660621227f,0.24639744127938973f,0.43610951430558836f,0.6603655514272676f,-0.11715728752538097f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.379373473916952f,-0.03557726645691155f,-0.7223257366618484f,0.11600064249486082f,-0.7067601054890743f,-0.19117614947775394f,-0.36178208579803434f,0.263515243420281f,-0.15333090041378006f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.35667939739246507f,0.1100187769905954f,-0.707584395097321f,0.11600064249486082f,-0.5679685722008674f,-0.4379648469884935f,-0.3543987779246051f,0.263515243420281f,-0.43610951430558825f,0.6603655514272676f,-0.1171572875253812f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5416572666054664f,-0.03783125242369357f,-0.25153114849381686f,-0.003162107273322782f,-0.2517133112186405f,0.004580403857981723f,1.542084848137691f,0.5603796621529867f,-0.03659960761963925f,1.5620352320740252f,-0.01061378733232704f,0.27357380764070494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6307580055419758f,-0.773411085683415f,0.06308431648762478f,0.2826190918171011f,0.06094619659022811f,-0.13042159650856217f,-0.9895836338002679f,0.5277802519005079f,0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.07307633533067001f,-0.9953292009319978f,0.06308431648762478f,0.3065972643474772f,0.12473095607711926f,-0.07187781515004942f,-0.9895836338002679f,0.4868529069377031f,0.9894958503251683f,-0.06444657835235836f,0.12940093016646415f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6065031127273515f,0.783962781671935f,0.13250030643449817f,-0.27189140831683595f,-0.1836411573861893f,0.024017852673436896f,-0.9826998870798845f,0.47279133883254526f,-0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.04715568611500517f,0.9900606092870212f,0.13250030643449817f,-0.28736436782332203f,-0.13665395514325906f,0.1250065137378297f,-0.9826998870798845f,0.4279517598011634f,-0.9894958503251683f,-0.06444657835235808f,0.12940093016646415f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.09285747223845725f,0.9939717397108339f,0.05828954027698535f,-0.0007229787553874878f,0.9865770932355069f,-0.0997486090166671f,0.12928980664467582f,0.8044829908806006f,0.13432471460033618f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.4960940519939074f,0.7518881837522692f,0.43422903024784054f,0.14296998713721198f,0.8097058365255123f,-0.5811804017549831f,0.08127606604921628f,0.6960196409643489f,0.31347591593739155f,0.31127720724400965f,-0.8971283912448558f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.11406104907846637f,0.9931148849169498f,-0.02670023294867324f,-0.3234814469517149f,0.9861555691475068f,0.11643603372022843f,0.11806711434967426f,0.7498425468276242f,0.12036307790380284f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.33792665176018166f,0.8134282282372022f,0.4734343624379615f,-0.16800468939200225f,0.8749372779366336f,-0.4568753194727521f,0.1604671372384543f,0.6651813440342235f,0.34682897472239427f,0.3599992499486031f,-0.8660890267919668f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.09117078832399547f,0.037764177016045675f,-0.2339045772792397f,0.09868255017640161f,-0.919370044078909f,-0.380815541097034f,-0.06363820562770411f,1.4377885337967711e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.09117078832399547f,0.037764177016045675f,-0.27907749540799054f,0.09868255017640161f,-0.919370044078909f,-0.380815541097034f,0.011880997272697535f,1.4377885337967711e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.09117078832399547f,0.037764177016045675f,0.3507278145956831f,0.09868255017640161f,-0.919370044078909f,-0.380815541097034f,-0.005662207399068142f,1.4377885337967711e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.09117078832399547f,0.037764177016045675f,0.3801888188339436f,0.09868255017640161f,-0.919370044078909f,-0.380815541097034f,0.07725818676456364f,1.4377885337967711e-16f,0.38268343236508956f,-0.923879532511287f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9957742483040546f,-0.08500576319023302f,0.034751498369726276f,-0.12734411036849355f,-0.024431637930707996f,-0.6099903798603569f,-0.7920320899722688f,-0.11318772203749014f,0.08852537197051394f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.996812446004803f,0.07181421064789832f,0.034751498369726276f,-0.01180255755875595f,0.07129267482733995f,-0.6063023362730205f,-0.7920320899722688f,-0.11108581514234767f,-0.03580924469861056f,0.7919849721925892f,-0.6094895420064391f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9830525935312243f,-0.18108995189018484f,0.02853117025192449f,0.011533975462713425f,-0.03582697616955061f,-0.34240882184069205f,-0.9388677364273498f,-0.1347545747444569f,0.17978883761257322f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9908984475833306f,0.13155317898477964f,0.02853117025192449f,-0.016884190665905137f,0.0717366658274752f,-0.33672128574199384f,-0.9388677364273498f,-0.13956332158087736f,-0.11390398304231034f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9992782945707035f,-0.025077127505401416f,0.02853117025192449f,-0.06713794480970423f,0.018178654228259386f,-0.343797774900062f,-0.9388677364273498f,-0.20738634853810764f,0.03335305878500274f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9992782945707035f,-0.015336993216578443f,0.034751498369726276f,-0.06368712133597408f,0.018178654228259386f,-0.6102087388628658f,-0.7920320899722688f,-0.07008938229396305f,0.03335305878500274f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9715816431503581f,0.2031533299258205f,0.12148183087729877f,0.25597438365531633f,0.2195276046667755f,-0.5814146264395034f,-0.7834313390154115f,-0.07517533572537102f,-0.08852537197051363f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9914000433639618f,0.048663320731675425f,0.12148183087729877f,0.14227035670564686f,0.12587156951452355f,-0.6085981309833852f,-0.7834313390154115f,-0.09580693027620632f,0.035809244698610854f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9568696971558028f,0.24481264831719024f,0.15641978739560364f,0.1240369233789075f,0.22820244638233395f,-0.3001735151105837f,-0.926185458907272f,-0.12359804151134618f,-0.17978883761257292f,0.9219341777209912f,-0.34309378574937804f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9856884294933457f,-0.06285833337001483f,0.15641978739560364f,0.15284604965377885f,0.12427470623597864f,-0.3560004116552213f,-0.926185458907272f,-0.12273175314765722f,0.11390398304231063f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9833861790241687f,0.09211119918533094f,0.15641978739560364f,0.2154415984672702f,0.17843541233154847f,-0.3321766086508743f,-0.926185458907272f,-0.17936390002488947f,-0.03335305878500245f,0.9387088087633163f,-0.34309378574937804f,-0.061975742842232506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9833861790241687f,0.1348843492438798f,0.12148183087729877f,0.1850926198873973f,0.17843541233154847f,-0.5953118012223423f,-0.7834313390154115f,-0.04541874474986268f,-0.03335305878500245f,0.792092211585536f,-0.6094895420064391f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.09117078832399547f,0.037764177016045675f,0.012797589727912494f,0.09868255017640161f,-0.919370044078909f,-0.380815541097034f,0.42532356972781044f,1.4377885337967711e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.037764177016045446f,0.09117078832399557f,-0.001363976653104547f,0.09868255017640161f,-0.3808155410970344f,-0.9193700440789089f,0.5681293976391983f,1.4377885337967711e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9905826319596036f,0.07176186715124991f,0.11660310323036414f,-0.18087195902603126f,0.1058660798283528f,0.1386081800610573f,-0.984672608313006f,0.6793233480768269f,-0.08682408883346504f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9905826319596036f,0.1136550388158049f,0.07634514661563285f,-0.13978536581427387f,0.1058660798283528f,-0.28220900121385273f,-0.9534938137060233f,0.5706197011502229f,-0.08682408883346504f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9887496669022282f,-0.14475736140609252f,0.03767495878536055f,0.1069741718839568f,0.08737721673573107f,0.35452805527887055f,-0.930953854933583f,0.8344224330634894f,0.12140559376013027f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9887496669022282f,0.12114792919219573f,0.08773411795405157f,0.1433574073688275f,0.08737721673573107f,-0.9438544549066389f,0.31859690825305975f,0.502109682358112f,0.12140559376013027f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.971793745656813f,-0.2271416019979393f,0.06343192054566127f,-0.0002448484115245696f,-0.1351144198838557f,-0.7566979522352533f,-0.6396501407976265f,0.5568440616263635f,0.19328996208223148f,0.6130374390889874f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9263299040030807f,0.37133448588238105f,0.06343192054566127f,-0.0002448484115245696f,0.323344861576449f,-0.6973491219394226f,-0.6396501407976265f,0.5568440616263635f,-0.1932899620822312f,0.6130374390889874f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.07559521919544211f,0.06343192054566127f,-0.0002448484115245696f,0.09868255017640161f,-0.7623053532989641f,-0.6396501407976265f,0.5568440616263635f,1.4377885337967711e-16f,0.642787609686539f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9299874784481722f,-0.35973414178307206f,0.0755952191954421f,-0.0009675844826463462f,0.28646172783786783f,0.5803707666792712f,-0.7623053532989641f,0.5641321624071018f,0.23035400672389808f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9681361712117215f,0.2387419460972483f,0.0755952191954421f,-0.0009675844826463462f,-0.09823128614527454f,0.639719596975102f,-0.7623053532989641f,0.5641321624071018f,-0.2303540067238978f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,-0.06343192054566128f,0.0755952191954421f,-0.0009675844826463462f,0.09868255017640161f,0.6396501407976267f,-0.7623053532989641f,0.5641321624071018f,1.4377885337967711e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8660986788638622f,-0.490111013626481f,0.09830703327990395f,0.18015029361302293f,0.04209642910920998f,-0.12445194631843011f,-0.9913322367974361f,0.574429470532162f,0.49809734904587283f,0.8627299156628209f,-0.08715574274765839f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8574979279070049f,0.5050079512670044f,0.09830703327990395f,-0.18058033116086558f,0.1288267616167827f,-0.025769396142028514f,-0.9913322367974361f,0.5386570460932164f,-0.4980973490458726f,0.8627299156628211f,-0.08715574274765839f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,-0.027200597195901816f,0.09485975554208603f,0.005852636621307662f,0.09868255017640161f,0.2742919602065894f,-0.9565697438538963f,0.5745247660929139f,1.4377885337967711e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9951189648934855f,0.008600750956857207f,0.09830703327990395f,8.87868929381831e-17f,0.09868255017640161f,-0.08673033250757274f,-0.9913322367974361f,0.554375f,1.4377885337967711e-16f,0.9961946980917455f,-0.08715574274765839f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.849611749844477e-17f,-0.09868255017640183f,-0.9951189648934855f,0.8210482753559104f,-2.0013267705811764e-16f,0.9951189648934855f,-0.09868255017640183f,0.35002570153023477f,1f,2.0887567049265724e-16f,7.826575154535415e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.849611749844477e-17f,-0.09868255017640183f,-0.9951189648934855f,0.8210482753559104f,-2.0013267705811764e-16f,0.9951189648934855f,-0.09868255017640183f,0.35002570153023477f,1f,2.0887567049265724e-16f,7.826575154535415e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.849611749844477e-17f,-0.09868255017640183f,-0.9951189648934855f,0.9703161200899333f,-2.0013267705811764e-16f,0.9951189648934855f,-0.09868255017640183f,0.36482808405669503f,1f,2.0887567049265724e-16f,7.826575154535415e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.849611749844477e-17f,0.09868255017640139f,0.9951189648934855f,-0.764922574943082f,-2.0013267705811764e-16f,-0.9951189648934855f,0.09868255017640139f,0.1927503871865947f,1f,-2.0887567049265729e-16f,-7.826575154535424e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.849611749844477e-17f,0.09868255017640139f,0.9951189648934855f,-0.764922574943082f,-2.0013267705811764e-16f,-0.9951189648934855f,0.09868255017640139f,0.1927503871865947f,1f,-2.0887567049265729e-16f,-7.826575154535424e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.849611749844477e-17f,0.09868255017640139f,0.9951189648934855f,-0.9141904196771049f,-2.0013267705811764e-16f,-0.9951189648934855f,0.09868255017640139f,0.1779480046601345f,1f,-2.0887567049265729e-16f,-7.826575154535424e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015548733826460712f,-1.9135106236677393e-21f,0.0000015419148465062753f,-0.0606619821171573f,0.0000015419148465062753f,-3.469446951953614e-21f,-0.000015548733826460712f,1.2392315296701693f,2.246544584057455e-21f,0.000015625f,-3.2636823514477702e-21f,-0.5588774999999998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128.mcfunction new file mode 100644 index 000000000..7f35b91e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128_as_bone.mcfunction new file mode 100644 index 000000000..1c2257a41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_128_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6780492192574001f,-0.06310351640678839f,0.4507900253177442f,-0.24411206108528527f,0.4285829390995093f,-0.18393479343176158f,-0.6703947348558802f,0.35825042558483955f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882653f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5899955514654499f,-0.3112929793720293f,0.44159022888268823f,-0.24411206108528527f,0.3189259173901104f,-0.32712997337732036f,-0.6567132096547398f,0.35825042558483955f,0.4361095143055883f,0.6603655514272675f,-0.1171572875253811f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17468825947428157f,-0.15185963465186075f,-0.7831775710588843f,-0.1022647125281762f,-0.7828908553716731f,-0.12146074831438337f,0.19817577964717203f,0.25840629282242794f,-0.1533309004137801f,0.7931773965682315f,-0.1195980643488265f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.10116905267463872f,-0.20292275363167095f,-0.7671943553229887f,-0.1022647125281762f,-0.6630032536217753f,-0.40341008235628073f,0.19413137598090324f,0.25840629282242794f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538107f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.331438479979572f,-0.025642962904576905f,0.8173250653706652f,0.001530381228890365f,0.8169077626952604f,0.02818904420021899f,1.3316430959665215f,0.5609865673840451f,-0.03659960761963908f,1.562035232074025f,-0.010613787332326976f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4376217813650946f,-0.6706571067142224f,-0.598920880992264f,0.19654787477126123f,0.4583200594660319f,0.4066860527575897f,-0.790284238475945f,0.3495585831557949f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.026194336452039446f,-0.8003796818068835f,-0.598920880992264f,0.1879528581229358f,0.14216827679588054f,0.5960192979169264f,-0.790284238475945f,0.3029096173321466f,0.9894958503251681f,-0.06444657835235817f,0.1294009301664641f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5790948932978682f,0.6091115340714756f,-0.5418784398898194f,-0.2591199413729046f,0.25733092505650457f,-0.49412310141799143f,-0.8304355216719894f,0.6702960406651909f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12499474262922866f,0.8311101435415337f,-0.5418784398898194f,-0.30013384129812026f,-0.072624214311245f,-0.5523609036137925f,-0.8304355216719894f,0.6464662203443137f,-0.9894958503251681f,-0.06444657835235823f,0.1294009301664641f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7149954595983306f,0.6871978795579683f,0.12861013601113963f,0.16289308724504112f,0.6861037558571663f,-0.7250439149979631f,0.059774221225509405f,0.7441653367624146f,0.1343247146003362f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.904641530766422f,0.18934843728466594f,0.3817995155974395f,0.20078216620839998f,0.2887153458682066f,-0.9312645540061238f,-0.22223811444479305f,0.5681642446709865f,0.3134759159373915f,0.3112772072440095f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5580941515649096f,0.8278214314145802f,0.05694379404078609f,-0.11712356984435447f,0.8210016123410276f,-0.560844187170394f,0.10681830484805979f,0.9137214592446948f,0.12036307790380289f,-0.012863724495479067f,-0.9926465907208001f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8275449591496499f,0.31716161166488555f,0.4632254879344797f,-0.05476060835759795f,0.4414510197961008f,-0.8773876293421145f,-0.1879147279975868f,0.7480368116930635f,0.3468289747223942f,0.3599992499486029f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.5317778660222771f,-0.22026960427624973f,-0.5809115060844436f,-0.5755922144706462f,-0.7554903651285484f,-0.31293435547844606f,0.23942501079359574f,-2.7663260766463968e-17f,0.38268343236508945f,-0.9238795325112867f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.5317778660222771f,-0.22026960427624973f,-0.5657546811804772f,-0.5755922144706462f,-0.7554903651285484f,-0.31293435547844606f,0.3261084186512092f,-2.7663260766463968e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.5317778660222771f,-0.22026960427624973f,-0.10049108990036754f,-0.5755922144706462f,-0.7554903651285484f,-0.31293435547844606f,-0.09873541520790896f,-2.7663260766463968e-17f,0.38268343236508945f,-0.9238795325112867f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.5317778660222771f,-0.22026960427624973f,-0.02400399910056155f,-0.5755922144706462f,-0.7554903651285484f,-0.31293435547844606f,-0.055221423435593886f,-2.7663260766463968e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7377803443155034f,-0.462960608611418f,-0.4912714508455003f,-0.5326307122822023f,-0.6692110444838605f,-0.4061794162336172f,-0.6222337661754935f,0.132283736606169f,0.08852537197051373f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.8011200391435158f,-0.3418465218001334f,-0.4912714508455003f,-0.4437986092302797f,-0.5974314863453438f,-0.50586634534653f,-0.6222337661754935f,0.0583707749170726f,-0.03580924469861072f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7207041415777719f,-0.3608320605508435f,-0.5919339189396733f,-0.44160118677715665f,-0.6695233484969491f,-0.14084600110955453f,-0.7293153568854015f,0.025204899546036812f,0.17978883761257297f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7969336089939855f,-0.12046185481114752f,-0.5919339189396733f,-0.46625457878111165f,-0.5932307354671694f,-0.3408465999657339f,-0.7293153568854015f,0.04013562206538851f,-0.11390398304231047f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.768277648016628f,-0.24364665227898932f,-0.5919339189396733f,-0.5486148149167963f,-0.6392472362300228f,-0.2438484799694211f,-0.7293153568854015f,0.021637127670956005f,0.033353058785002554f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.768277648016628f,-0.4103679046199833f,-0.4912714508455003f,-0.45628203637730025f,-0.6392472362300228f,-0.45187178624399527f,-0.6222337661754935f,0.12330827957585477f,0.033353058785002554f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8788901469030739f,-0.22616649086151075f,-0.42000098581799017f,-0.21763956059560496f,-0.46873805925503353f,-0.5728550966074465f,-0.672399933147452f,-0.08943361439048694f,-0.08852537197051379f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8326893167521672f,-0.36087071601714316f,-0.42000098581799017f,-0.31718952184082533f,-0.5525813965027452f,-0.4924755122261189f,-0.672399933147452f,-0.030747383855919887f,0.035809244698610666f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8734228469521709f,-0.010847510790756937f,-0.4868417216422698f,-0.3491521302230056f,-0.4525577358656955f,-0.3871946583561875f,-0.8032881128515166f,-0.03986854715738236f,-0.17978883761257303f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8273224248939172f,-0.28021909880670093f,-0.4868417216422698f,-0.3267791172318464f,-0.5500577132581143f,-0.22839597158597927f,-0.8032881128515166f,-0.058038976484945465f,0.11390398304231042f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8609726377965004f,-0.14734739574938885f,-0.4868417216422698f,-0.3164056802999887f,-0.5075565884070665f,-0.3116320222891559f,-0.8032881128515166f,-0.14181125470039907f,-0.03335305878500261f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8609726377965004f,-0.2869238381132749f,-0.42000098581799017f,-0.25184781672450196f,-0.5075565884070665f,-0.5387621362604113f,-0.672399933147452f,-0.02058977404180673f,-0.03335305878500261f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.5317778660222771f,-0.22026960427624973f,-0.07464534508085122f,-0.5755922144706462f,-0.7554903651285484f,-0.31293435547844606f,0.4483272635041067f,-2.7663260766463968e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.22026960427624986f,-0.531777866022277f,0.007955756522742476f,-0.5755922144706462f,-0.31293435547844645f,-0.7554903651285482f,0.5656776468085241f,-2.7663260766463968e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.8189974124498083f,0.14489730283833885f,-0.5552008735860323f,-0.05525891429845932f,-0.567190282003101f,0.05802382947588747f,-0.8215402724238149f,0.7671500164836036f,-0.08682408883346521f,0.9877438973960445f,0.1297057082595468f,-1.4036577987899905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.8189974124498083f,-0.09838711675561024f,-0.5652992248862868f,-0.09519420091242822f,-0.567190282003101f,-0.2878877619331194f,-0.7716319203677245f,0.6580181518429205f,-0.08682408883346521f,0.9525967729242302f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8055278740907013f,0.1221033721832559f,-0.5798410218020041f,0.2639786598860171f,-0.5799875221646286f,0.3629539945537852f,-0.7293002618748912f,0.6964499989987345f,0.1214055937601301f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8055278740907013f,-0.5250868825473204f,0.2746062815007182f,0.0743593187079127f,-0.5799875221646286f,-0.7936131416322452f,0.18382778778501435f,0.4211319836838927f,0.1214055937601301f,-0.30734662387170336f,-0.9438213467592348f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6472995495410457f,-0.6664198905793258f,-0.36998354369376846f,0.001428143467585621f,-0.7373210180933465f,-0.4243461178277178f,-0.5256311335550206f,0.556403946104607f,0.19328996208223131f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9124794952258349f,-0.1746234468455106f,-0.36998354369376846f,0.001428143467585621f,-0.360583085225382f,-0.7705139519093792f,-0.5256311335550206f,0.556403946104607f,-0.19328996208223137f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.4409292173977857f,-0.36998354369376846f,0.001428143467585621f,-0.5755922144706462f,-0.6264227917935632f,-0.5256311335550206f,0.556403946104607f,-2.7663260766463968e-17f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8911457196932991f,0.1069613552517367f,-0.4409292173977856f,0.005643693784345433f,-0.39089172139936446f,0.6743872389532589f,-0.6264227917935632f,0.5623929273155949f,0.2303540067238979f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6686333250735815f,0.5987577989855519f,-0.4409292173977856f,0.005643693784345433f,-0.707012381919364f,0.3282194048715975f,-0.6264227917935632f,0.5623929273155949f,-0.23035400672389797f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,0.3699835436937685f,-0.4409292173977856f,0.005643693784345433f,-0.5755922144706462f,0.5256311335550206f,-0.6264227917935632f,0.5623929273155949f,-2.7663260766463968e-17f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6830978270027059f,-0.4523136143138047f,-0.5734019123185446f,0.14946896342257784f,-0.5341127124658759f,0.22607407398196866f,-0.8146251429065642f,0.4518306727528831f,0.4980973490458727f,0.862729915662821f,-0.08715574274765843f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7332639939746646f,0.3654232642973886f,-0.5734019123185446f,-0.14696065507397973f,-0.4628422474383655f,-0.34951814048867746f,-0.8146251429065642f,0.6604828504984923f,-0.4980973490458727f,0.862729915662821f,-0.08715574274765843f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,0.15865471602553993f,-0.5532947482509459f,0.01759757229694705f,-0.5755922144706462f,0.22539883097443564f,-0.786059138765103f,0.5658026803540324f,-2.7663260766463968e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8177368786111934f,-0.050166166971958664f,-0.5734019123185446f,8.878689293818311e-17f,-0.5755922144706462f,-0.07127046502751037f,-0.8146251429065642f,0.554375f,-2.7663260766463968e-17f,0.9961946980917455f,-0.08715574274765843f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[5.91093822291154e-17f,0.575592214470646f,-0.8177368786111935f,0.4879500391532047f,-3.4985175078508984e-16f,0.8177368786111935f,0.575592214470646f,-0.13684397076135454f,1f,2.520637784504121e-16f,2.497078656914952e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[5.91093822291154e-17f,0.575592214470646f,-0.8177368786111935f,0.4879500391532047f,-3.4985175078508984e-16f,0.8177368786111935f,0.575592214470646f,-0.13684397076135457f,1f,2.520637784504121e-16f,2.497078656914952e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[5.91093822291154e-17f,0.575592214470646f,-0.8177368786111935f,0.6106105709448837f,-3.4985175078508984e-16f,0.8177368786111935f,0.575592214470646f,-0.22318280293195147f,1f,2.520637784504121e-16f,2.497078656914952e-16f,0.22812499999999988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[5.91093822291154e-17f,-0.5755922144706465f,0.8177368786111933f,-0.8153181111333848f,-3.4985175078508984e-16f,-0.8177368786111933f,-0.5755922144706465f,0.7805061210512378f,1f,-2.520637784504121e-16f,-2.497078656914953e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[5.91093822291154e-17f,-0.5755922144706465f,0.8177368786111933f,-0.8153181111333848f,-3.4985175078508984e-16f,-0.8177368786111933f,-0.5755922144706465f,0.7805061210512378f,1f,-2.520637784504121e-16f,-2.497078656914953e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[5.91093822291154e-17f,-0.5755922144706465f,0.8177368786111933f,-0.9379786429250638f,-3.4985175078508984e-16f,-0.8177368786111933f,-0.5755922144706465f,0.8668449532218349f,1f,-2.520637784504121e-16f,-2.497078656914953e-16f,0.22812499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012777138728299896f,-1.9135106236677393e-21f,-0.000008993628351103849f,0.4016216633699457f,-0.000008993628351103849f,-3.469446951953614e-21f,-0.000012777138728299896f,1.1124147672372535f,-4.3223844947599955e-22f,0.000015625f,-3.938496538287689e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129.mcfunction new file mode 100644 index 000000000..ad45e79ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129_as_bone.mcfunction new file mode 100644 index 000000000..4970bcf07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_129_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7944971997155394f,-0.16694406098158227f,-0.08859077035215335f,-0.31304008165499786f,-0.11049108139080588f,-0.09971831587358644f,-0.8029896779267279f,0.5622142814891455f,0.15333090041378f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6564567920182731f,-0.44892452219441137f,-0.08678279544700737f,-0.31304008165499786f,-0.13737893486710978f,-0.04882736794749825f,-0.7866021334792438f,0.5622142814891455f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6388644937518375f,-0.19438630612365018f,-0.47011760981615563f,-0.26918271397350113f,-0.48506312789775324f,0.005293959698482426f,0.6569856774612388f,0.39438683307914896f,-0.1533309004137801f,0.7931773965682316f,-0.11959806434882636f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5053179536261271f,-0.4154178484048187f,-0.4605233728811321f,-0.26918271397350113f,-0.4409787492331656f,-0.17704617961106078f,0.6435778064926422f,0.39438683307914896f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538093f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4893152529269452f,-0.0013821013751486684f,1.4839052945012456f,0.00543735197630798f,1.4834545163149186f,0.03808245731614766f,0.48920207937991833f,0.5584357996090978f,-0.03659960761963898f,1.5620352320740252f,-0.010613787332327127f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.03827714635831016f,-0.2495697710234541f,-0.9676000152221811f,0.017854781373122793f,0.6325385051526666f,0.7435653499761414f,-0.21680777157216646f,0.2710694432805517f,0.7735825098629717f,-0.6203430500184228f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11179253719562066f,-0.22639045732848498f,-0.9676000152221811f,-0.018827144894190236f,0.09165364595387629f,0.9719022581357002f,-0.21680777157216646f,0.24099559070193605f,0.9894958503251682f,-0.06444657835235804f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.27607851472512335f,0.14611815967896769f,-0.9499632293511162f,-0.12303182071386247f,0.5703952613243519f,-0.770599755843377f,-0.28429784057015334f,0.8101952548232456f,-0.7735825098629716f,-0.620343050018423f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14234034640651794f,0.27804511983789776f,-0.9499632293511162f,-0.16973724687850117f,0.02524258255696614f,-0.9584036466296457f,-0.28429784057015334f,0.8184779772247501f,-0.9894958503251682f,-0.0644465783523584f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9889764823050368f,0.056656657082669544f,0.13680475377621815f,0.24692818800680583f,0.0623088155487902f,-0.9973563192524317f,-0.03738962358928277f,0.5941367877903765f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.8772287038837933f,-0.456666490686112f,0.14807267596282198f,0.16222867522792747f,-0.36359682508181135f,-0.833403993591824f,-0.41621524750497235f,0.4352721936950035f,0.3134759159373913f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.956255333338023f,0.2700565781041542f,0.11245079850877562f,0.14256766424291825f,0.2666242054655007f,-0.9627585207178274f,0.04480584610417754f,0.90440681212156f,0.12036307790380281f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9169666400965375f,-0.3242778571831183f,0.23241353723652203f,0.08321815062881183f,-0.19718479465486166f,-0.8747824937532578f,-0.44257625939463985f,0.7376189929216077f,0.3468289747223941f,0.35999924994860283f,-0.8660890267919669f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.893862462482429f,-0.3702499548564337f,-0.6469528132913689f,-0.9675097575251336f,-0.23358786089632813f,-0.09675525998897881f,0.6889251058223061f,-1.8386712633501785e-16f,0.38268343236508956f,-0.9238795325112868f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.893862462482429f,-0.3702499548564337f,-0.5794122017007498f,-0.9675097575251336f,-0.23358786089632813f,-0.09675525998897881f,0.7453343987175729f,-1.8386712633501785e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.893862462482429f,-0.3702499548564337f,-0.4984130270450314f,-0.9675097575251336f,-0.23358786089632813f,-0.09675525998897881f,0.12051312327629016f,-1.8386712633501785e-16f,0.38268343236508956f,-0.9238795325112868f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.893862462482429f,-0.3702499548564337f,-0.4119098895506246f,-0.9675097575251336f,-0.23358786089632813f,-0.09675525998897881f,0.10435918435717195f,-1.8386712633501785e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.13133147339764933f,-0.6157817987414815f,-0.7768943431599358f,-0.6792581654334653f,-0.9873779937859081f,-0.011270298862142952f,-0.157979991615626f,0.5759354960891319f,0.0885253719705136f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.22604406129567356f,-0.5876557341837564f,-0.7768943431599358f,-0.6591433092897425f,-0.9734586690492169f,-0.16559149103155618f,-0.157979991615626f,0.46213891880932717f,-0.03580924469861089f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.11808972337911486f,-0.36648241463138675f,-0.9229005672325663f,-0.6788784570588635f,-0.9765914146162479f,0.12541136996248992f,-0.17476039935284957f,0.4353933042698268f,0.1797888376125729f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.2255592951878637f,-0.31205375715757966f,-0.9229005672325663f,-0.6880649737203964f,-0.9675478732349377f,-0.18251004305676266f,-0.17476039935284957f,0.4627122377021174f,-0.11390398304231067f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.17396632340516985f,-0.3434971052610129f,-0.9229005672325663f,-0.7629021061242753f,-0.9841866143118245f,-0.02890520761836047f,-0.17476039935284957f,0.5017610072698117f,0.033353058785002415f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.17396632340516985f,-0.6051205647529919f,-0.7768943431599358f,-0.6267499790548523f,-0.9841866143118245f,-0.08011885207961184f,-0.157979991615626f,0.5197877489877243f,0.033353058785002415f,0.792092211585536f,-0.609489542006439f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.3685221571032612f,-0.5425681166204361f,-0.7548584360997181f,-0.5818669706281899f,-0.9253943366162564f,-0.2914345245928996f,-0.2423040231483357f,0.20325203180848495f,-0.08852537197051397f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.2791086847504572f,-0.5935377692665883f,-0.7548584360997181f,-0.6199974151017911f,-0.9595916006775929f,-0.14308291398747044f,-0.2423040231483357f,0.31234070052584917f,0.03580924469861053f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.3747937473246515f,-0.25827171321322523f,-0.8904074174894608f,-0.6502944030998252f,-0.9095084501181201f,-0.28867472023685375f,-0.2991007941479078f,0.32601170900406845f,-0.17978883761257325f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.2766396871105698f,-0.3614486331349383f,-0.8904074174894608f,-0.6449409628598773f,-0.9541993325099651f,0.006507593843178061f,-0.2991007941479078f,0.29769110007968524f,0.11390398304231031f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.32977681706898354f,-0.31372261920938904f,-0.8904074174894608f,-0.691106041555671f,-0.9434695672853122f,-0.1428421875587061f,-0.2991007941479078f,0.22702152883294735f,-0.033353058785002776f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.32977681706898354f,-0.566953254133829f,-0.7548584360997181f,-0.5635415593755597f,-0.9434695672853122f,-0.22617235899330512f,-0.2423040231483357f,0.2779103096064409f,-0.033353058785002776f,0.792092211585536f,-0.609489542006439f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.893862462482429f,-0.3702499548564337f,-0.12547094610369747f,-0.9675097575251336f,-0.23358786089632813f,-0.09675525998897881f,0.5215864098811064f,-1.8386712633501785e-16f,0.38268343236508956f,-0.9238795325112868f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.37024995485643397f,-0.8938624624824287f,0.013372786967465276f,-0.9675097575251336f,-0.09675525998897921f,-0.23358786089632796f,0.5578696323769736f,-1.8386712633501785e-16f,0.9238795325112867f,-0.3826834323650899f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.259220893836787f,0.14811220496049657f,-0.954393683413819f,0.09517785942418266f,-0.9619075349516167f,-0.04924193232004634f,-0.2689035632056449f,0.7525363744514124f,-0.08682408883346536f,0.9877438973960446f,0.12970570825954691f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.259220893836787f,-0.2610042410873281f,-0.9298824196278178f,-0.005778244984241806f,-0.9619075349516167f,-0.1563207419019319f,-0.2242715315293804f,0.6949824347116558f,-0.08682408883346536f,0.9525967729242303f,-0.2915835485972777f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2406725804598793f,0.32758069263363176f,-0.9136561710120785f,0.29331453027851545f,-0.9629835880317655f,0.1983323611384233f,-0.1825565219506682f,0.49243450804843597f,0.12140559376012995f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2406725804598793f,-0.9133665062845725f,0.32838747572387195f,-0.029242992834782988f,-0.9629835880317655f,-0.2670199954913106f,-0.03691789795325925f,0.4046156695868862f,0.12140559376012995f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.01826201592221488f,-0.78288109163646f,-0.6219032843879837f,0.002400558425387271f,-0.9809717066932696f,0.1062181464408054f,-0.16251835599086406f,0.5550023239240695f,0.19328996208223118f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4640015143029778f,-0.6308239846359537f,-0.6219032843879837f,0.002400558425387271f,-0.8644892048387839f,-0.47565344388875597f,-0.16251835599086406f,0.5550023239240695f,-0.1932899620822315f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.7411554734155185f,-0.6219032843879837f,0.002400558425387271f,-0.9675097575251336f,-0.19368183461461738f,-0.16251835599086406f,0.5550023239240695f,-1.8386712633501785e-16f,0.642787609686539f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4281416894588183f,0.5170911505465622f,-0.7411554734155184f,0.009486453547429935f,-0.8738602435936739f,0.4459323060810024f,-0.19368183461461735f,0.5568540395442745f,0.23035400672389778f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.054121840766374385f,0.6691482575470685f,-0.7411554734155184f,0.009486453547429935f,-0.9716006679383796f,-0.13593928424855894f,-0.19368183461461735f,0.5568540395442745f,-0.2303540067238981f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,0.6219032843879838f,-0.7411554734155184f,0.009486453547429935f,-0.9675097575251336f,0.1625183559908641f,-0.19368183461461735f,0.5568540395442745f,-1.8386712633501785e-16f,0.7660444431189781f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.1767983729349874f,-0.19944359281543178f,-0.9638280907985683f,0.0479342050558049f,-0.8489059819561972f,0.4646712234529851f,-0.2518715702370767f,0.37956475412507495f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765836f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.2611224044676972f,0.05339008590173827f,-0.9638280907985683f,-0.04371800347916926f,-0.8268700748959793f,-0.5028385340721484f,-0.2518715702370767f,0.7302870412279359f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765836f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,0.2666818312913738f,-0.9300300703554817f,0.02081641391056783f,-0.9675097575251336f,0.06969040666308529f,-0.24303933079399107f,0.5517399780031023f,-1.8386712633501785e-16f,0.961261695938319f,0.2756373558169991f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.2528336787171701f,-0.08432403153270981f,-0.9638280907985683f,8.878689293818311e-17f,-0.9675097575251336f,-0.02203590706021796f,-0.2518715702370767f,0.554375f,-1.8386712633501785e-16f,0.9961946980917455f,-0.08715574274765836f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-6.632432561223899e-17f,0.9675097575251335f,-0.25283367871717033f,-0.07365874956846499f,-4.368749267958124e-16f,0.25283367871717033f,0.9675097575251335f,-0.2885089154130363f,1f,1.7462612707219506e-16f,4.059117312600491e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-6.632432561223899e-17f,0.9675097575251335f,-0.25283367871717033f,-0.07365874956846499f,-4.368749267958124e-16f,0.25283367871717033f,0.9675097575251335f,-0.28850891541303636f,1f,1.7462612707219506e-16f,4.059117312600491e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-6.632432561223899e-17f,0.9675097575251335f,-0.25283367871717033f,-0.03573369776088944f,-4.368749267958124e-16f,0.25283367871717033f,0.9675097575251335f,-0.4336353790418064f,1f,1.7462612707219506e-16f,4.059117312600491e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-6.632432561223899e-17f,-0.9675097575251337f,0.2528336787171699f,-0.4766124250239548f,-4.368749267958124e-16f,-0.2528336787171699f,-0.9675097575251337f,1.2534597606426452f,1f,-1.7462612707219496e-16f,-4.059117312600492e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-6.632432561223899e-17f,-0.9675097575251337f,0.2528336787171699f,-0.4766124250239548f,-4.368749267958124e-16f,-0.2528336787171699f,-0.9675097575251337f,1.2534597606426452f,1f,-1.7462612707219496e-16f,-4.059117312600492e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-6.632432561223899e-17f,-0.9675097575251337f,0.2528336787171699f,-0.5145374768315303f,-4.368749267958124e-16f,-0.2528336787171699f,-0.9675097575251337f,1.3985862242714153f,1f,-1.7462612707219496e-16f,-4.059117312600492e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000003950526229955783f,-1.9135106236677393e-21f,-0.000015117339961330213f,0.6669877853746706f,-0.000015117339961330213f,-3.469446951953614e-21f,-0.000003950526229955783f,0.7212151524431167f,-2.872923848984654e-21f,0.000015625f,-2.7285332355030474e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..036e34423 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.07310123203111588f,0.4600757250787937f,-0.6707689479345326f,0.04146516521845256f,-0.7769189832214723f,0.1599064499567679f,0.19434830901446384f,0.9937672424039801f,0.24082680048136432f,0.6555186487811693f,0.42337004820188123f,-0.011144790832560661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.10631179645332613f,0.4437836827977517f,-0.657079785731787f,0.04146516521845256f,-0.6431862836483517f,0.43596570063711365f,0.1903820169937605f,0.9937672424039801f,0.46369085225124784f,0.5029810640078362f,0.41472984313653677f,-0.011144790832560661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40598532165537315f,0.5445516105883561f,0.45341361520189805f,-0.08645504397751494f,0.6873754775178855f,0.17569538595953257f,0.40446326001756205f,0.9698583601913543f,0.17214910964592975f,0.5826998534430933f,-0.5456830667062664f,0.09912331084943475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5715648084414372f,0.34063957326143574f,0.44416027611614506f,-0.08645504397751494f,0.5562283312449733f,0.41668758671492584f,0.3962089077723057f,0.9698583601913543f,-0.06263955037941733f,0.5918919970788235f,-0.534546677589812f,0.09912331084943475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3812731743818032f,1.510101363128186f,0.12502355608131388f,0.12372248350254167f,1.40380477147683f,0.30349108362837635f,0.6153304605957342f,0.1990325859532432f,0.5704114129956617f,0.2624753040506249f,-1.430784325007729f,0.520707973213387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.21468393500491884f,-0.3643089782070831f,-0.9061952198331853f,0.049854924085548806f,-0.966005357325129f,0.05762194989265615f,-0.25201857175557074f,0.4368225870296185f,0.14402936391567278f,0.9294937758200852f,-0.3395539177240739f,0.5027032623874852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.22605426973842993f,-0.3643089782070831f,-0.9034259435785185f,-0.023660137858709428f,-0.9627622101789975f,0.05762194989265615f,-0.2641375352762645f,0.7516355417882434f,0.1482848400352403f,0.9294937758200852f,-0.3377172292428144f,0.4543733708131505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5270183119254516f,0.6999884370239949f,-0.48194178790384223f,0.4743536675670736f,0.8068936138938781f,-0.5901591700034887f,0.0251962282508722f,0.5347816568247616f,-0.2667852971071014f,-0.40215462460787127f,-0.8758408891767827f,-0.06680728644105463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09627975648952272f,0.9650914148319777f,-0.24357497717936824f,0.42396949232812564f,0.9266441159453725f,0.17625204055019944f,0.3320630972958442f,0.8352996021449842f,0.3634018311375667f,-0.1937363652479896f,-0.9112657844484016f,0.06851354547703059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7499554013601425f,0.24850215267278258f,-0.6130363578840496f,-0.024107117764907808f,-0.14017015347726194f,0.8460071446055168f,0.5144164065721277f,0.4158044944621029f,0.6464667230762218f,0.47171876302879107f,-0.5996350428066046f,0.16109268416173056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7499554013601425f,0.46418491023904046f,-0.47127408699940376f,0.05998208986116601f,-0.14017015347726194f,0.5847500491274161f,0.7990117071230214f,0.5304389518430123f,0.6464667230762218f,0.6652817066114609f,-0.3734715876786791f,0.28349880672838773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7499554013601425f,0.32639348379481425f,-0.575355707112593f,0.18949808311186775f,-0.14017015347726194f,0.7716246214392881f,0.6204415940786336f,0.5013427353538068f,0.6464667230762218f,0.5459512224777588f,-0.532933427953372f,-0.05595749410913896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7499554013601425f,0.5703429021523101f,-0.3350759166744576f,0.29434315278621054f,-0.14017015347726194f,0.3580257273126573f,0.9231304927562535f,0.5742421248046566f,0.6464667230762218f,0.739274341869595f,-0.18855827589466467f,0.08147795576706844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9977690961114268f,0.025052027752127948f,-0.061880746201812f,0.5242959220844913f,-0.012963697210463754f,0.8365695406661044f,0.5477073545099957f,1.222051058198673f,0.06548872727135473f,0.5472876752999369f,-0.8343784675224839f,0.5611800401163434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9977690961114268f,0.025052027752127948f,-0.061880746201812f,0.552779439763234f,-0.012963697210463754f,0.8365695406661044f,0.5477073545099957f,1.1693135687461145f,0.06548872727135473f,0.5472876752999369f,-0.8343784675224839f,0.4120902721009426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9977690961114268f,0.025052027752127948f,-0.061880746201812f,-0.061893421880971994f,-0.012963697210463754f,0.8365695406661044f,0.5477073545099957f,1.2144348860875254f,0.06548872727135473f,0.5472876752999369f,-0.8343784675224839f,0.5996546673882643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9977690961114268f,0.025052027752127948f,-0.061880746201812f,-0.10824258641058629f,-0.012963697210463754f,0.8365695406661044f,0.5477073545099957f,1.160725119344182f,0.06548872727135473f,0.5472876752999369f,-0.8343784675224839f,0.4554765539182151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9815659022758285f,0.18082907050290836f,-0.061880746201812f,0.4273251984289252f,0.11806421597727296f,0.8282979504510035f,0.5477073545099957f,1.3220779041439377f,0.15029710707498908f,0.5303049618283052f,-0.8343784675224839f,0.6078148244819256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.997769096111427f,0.025052027752127948f,-0.061880746201812f,0.31264961202562136f,-0.012963697210463747f,0.8365695406661043f,0.5477073545099957f,1.329015111988248f,0.06548872727135474f,0.5472876752999369f,-0.8343784675224839f,0.6208733716975708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9620704557247712f,0.2656900665644809f,-0.061880746201812f,0.29025474328990186f,0.18980586907883826f,0.81485605224413f,0.5477073545099957f,1.3251118317052017f,0.19594430403754598f,0.5151877353451583f,-0.8343784675224839f,0.6199720491460511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970861218571274f,-0.0446098514839621f,-0.061880746201812f,0.31954777989602934f,-0.07128825949422227f,0.8336273975067913f,0.5477073545099957f,1.3338558527907958f,0.027152341670630215f,0.5505227727139291f,-0.8343784675224839f,0.6235393627917452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917888553799251f,0.11191800388536809f,-0.061880746201812f,0.37789481093465f,0.05999747324809082f,0.8345160016557538f,0.5477073545099957f,1.4393407676898768f,0.11293878672990507f,0.5394973617978202f,-0.8343784675224839f,0.6510020871460743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917888553799251f,0.11191800388536809f,-0.061880746201812f,0.35271326006044224f,0.05999747324809082f,0.8345160016557538f,0.5477073545099957f,1.2515746673173325f,0.11293878672990507f,0.5394973617978202f,-0.8343784675224839f,0.529615180741565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9894039033949829f,-0.13134187906482317f,-0.061880746201812f,0.03771976652128267f,-0.14367240114883448f,0.8242420123748788f,0.5477073545099957f,1.3170158844136346f,-0.02093220234232532f,0.5507943498620251f,-0.8343784675224839f,0.6333866366106795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.997769096111427f,0.025052027752127948f,-0.061880746201812f,0.15290027066949058f,-0.012963697210463754f,0.8365695406661044f,0.5477073545099957f,1.326939539494589f,0.06548872727135473f,0.5472876752999369f,-0.8343784675224839f,0.6313585441574342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9741917238095917f,-0.21707431563960605f,-0.061880746201812f,0.17507870566868666f,-0.21496310907893634f,0.8085836478378591f,0.5477073545099957f,1.3236153860010387f,-0.06885743965624641f,0.5468740494289498f,-0.8343784675224839f,0.627531645996031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9935910396248705f,0.09459185602723065f,-0.061880746201812f,0.1462867686632956f,0.045424022902997865f,0.8354360011149685f,0.5477073545099957f,1.3316047274585385f,0.10350605837571705f,0.5413862473450483f,-0.8343784675224839f,0.6349113757711015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961557115520684f,-0.062004609439133815f,-0.061880746201812f,0.0893199489087804f,-0.0858262061055523f,0.8322562803374864f,0.5477073545099957f,1.4355914060906507f,0.017540259055094702f,0.5509127991316877f,-0.8343784675224839f,0.6699427423640333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961557115520684f,-0.062004609439133815f,-0.061880746201812f,0.10327098603258549f,-0.0858262061055523f,0.8322562803374864f,0.5477073545099957f,1.2483337430147166f,0.017540259055094702f,0.5509127991316877f,-0.8343784675224839f,0.5459873625594037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9977690961114268f,0.025052027752127948f,-0.061880746201812f,0.21708673214235488f,-0.012963697210463754f,0.8365695406661044f,0.5477073545099957f,0.8040964607462084f,0.06548872727135473f,0.5472876752999369f,-0.8343784675224839f,0.2833906651693442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7499554013601425f,0.5703429021523101f,-0.3350759166744576f,0.003208143835238606f,-0.14017015347726194f,0.3580257273126573f,0.9231304927562535f,0.6698368130039619f,0.6464667230762218f,0.739274341869595f,-0.18855827589466467f,0.006162786968246094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9185928798312285f,0.2825075414729083f,-0.27636318520074865f,0.1298778041050747f,-0.18650829005745878f,0.3066315466250953f,0.9333765329994882f,0.1979189013719662f,0.3484275805145356f,0.9089370625215119f,-0.22897955697300124f,-0.07461197479695678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9185928798312285f,-0.2574516258374826f,-0.29984292800899476f,0.02518343044960139f,-0.18650829005745878f,0.9513043897799653f,-0.24542741437176607f,0.43759389919742697f,0.3484275805145356f,-0.16952468356851358f,-0.9218783015115293f,-0.22233315148551938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.845051695154642f,-0.07650487501553882f,-0.5291829897257874f,-0.039852457648178796f,0.11745492027357309f,0.9389745494409174f,-0.3233127544742924f,0.39726259434252276f,0.5216243612215544f,-0.33537113710199085f,-0.7844961607166235f,0.1623018659294968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.845051695154642f,-0.45667041356182786f,-0.2781002802830934f,-0.20960723123036f,0.11745492027357309f,0.34886727808858287f,-0.9297827509599171f,0.48268293392741385f,0.5216243612215544f,-0.8183787360729333f,-0.2411726977165386f,-0.131941673602409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8646579820629267f,0.2279245223512662f,-0.4476795574580268f,-0.030510278207919343f,0.12654917913096297f,0.9612364478460039f,0.24496897067521806f,0.5907822476073493f,0.4861603432162552f,0.15516089534204008f,-0.859984428487231f,-0.05860969912633092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8941866830119737f,-0.06590137877942769f,-0.4428173259923492f,-0.04425629044898308f,-0.12654917913096297f,0.9859748521003349f,0.10880669228959203f,0.5673612274763336f,0.4294362364604593f,0.15333166437723444f,-0.8899853479209552f,-0.08501554295854122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.11311408249489559f,-0.4476795574580268f,-0.030510278207919343f,0f,0.9695309192626731f,0.24496897067521806f,0.5907822476073493f,0.46174861323503374f,0.2172901307814364f,-0.859984428487231f,-0.05860969912633092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8595959015065692f,0.3520818322302447f,-0.370315094921207f,-0.02121863249544938f,0.06989752913908387f,0.7989324138935135f,0.597345238074712f,0.6055379828429645f,0.5061711385819619f,0.48759140829559056f,-0.7113686786912697f,-0.040760613782527856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9076750768176035f,0.19746565624851062f,-0.370315094921207f,-0.02121863249544938f,-0.06989752913908387f,0.7989324138935135f,0.597345238074712f,0.6055379828429645f,0.4138119021299514f,0.5680794949939916f,-0.7113686786912697f,-0.040760613782527856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.27582333530354936f,-0.370315094921207f,-0.02121863249544938f,0f,0.8019842059227011f,0.597345238074712f,0.6055379828429645f,0.46174861323503374f,0.5298516973196935f,-0.7113686786912697f,-0.040760613782527856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8477699062089055f,0.35620219397546193f,-0.3929455218393651f,-0.18838414392226097f,0.11107706930893711f,0.8437141060328157f,0.5251746299612957f,0.6124857976133482f,0.5186020350907632f,0.4015800098215966f,-0.7548413243267786f,0.05771803699686171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9110747588659949f,0.0899241268500671f,-0.4023138515730254f,0.15187881914791176f,-0.11107706930893714f,0.8862755040816112f,0.44964165236177067f,0.6229772187531121f,0.3969945445859513f,0.45434500357672997f,-0.7974747326993215f,-0.1278441134276642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.20732841767299737f,-0.4125853960693325f,-0.06111306582794171f,0f,0.8935281758157076f,0.4490071258047623f,0.4898559204739985f,0.46174861323503374f,0.3982741847630408f,-0.7925691716985076f,-0.1004777277251993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.2424986570908503f,-0.3929455218393651f,0f,0f,0.8509944817946917f,0.5251746299612957f,0.6799999999999999f,0.46174861323503374f,0.46583558608603315f,-0.7548413243267786f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6869077462560499f,0.6141691419191679f,-0.3885280083181999f,0.16641797466467012f,-0.6939808353658273f,0.3956199715282732f,-0.6015608350557043f,0.4313745170429656f,-0.21575066228955725f,0.6828477892197069f,0.6979760371813462f,0.2441155988610646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6869077462560499f,0.6141691419191679f,-0.3885280083181999f,0.2308155758761748f,-0.6939808353658273f,0.3956199715282732f,-0.6015608350557043f,0.3663138137274192f,-0.21575066228955725f,0.6828477892197069f,0.6979760371813462f,0.22388897427141863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6869077462560499f,0.6141691419191679f,-0.3885280083181999f,0.25689597651815244f,-0.6939808353658273f,0.3956199715282732f,-0.6015608350557043f,0.4890782906435481f,-0.21575066228955725f,0.6828477892197069f,0.6979760371813462f,0.12930588098903967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5659679288482428f,-0.028606554637819123f,-0.8239308032516952f,0.720960515377005f,-0.0385630005094423f,0.999222498774506f,-0.008203227080907647f,1.5839770518365237f,0.8235248621061413f,0.027130480544687197f,-0.5666310426710445f,0.24967472054039186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.29415945708477864f,-0.028606554637819123f,-0.95532815243734f,0.7351121942252301f,-0.017524506775045967f,0.999222498774506f,-0.035316987486527666f,1.5868972418708442f,0.9555956809602475f,0.027130480544687197f,0.2934294319858435f,0.15704500081750727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15095124104773383f,-0.028606554637819123f,-0.9881272123860886f,0.8762554366590308f,-0.031148693699418972f,0.999222498774506f,-0.024169336433836175f,1.5890625473187594f,0.9880503437107688f,0.027130480544687197f,-0.15172493308103838f,0.22611860064110534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013859544268409718f,0.000005850207609026395f,-0.000004222407915311012f,0.24158241885117188f,0f,0.000009144386781648595f,0.000012669680950505835f,0.219755695338346f,0.000007214822081797402f,0.000011238144256010427f,-0.000008111170138094039f,0.4797063083189833f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13.mcfunction new file mode 100644 index 000000000..5896b37a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130.mcfunction new file mode 100644 index 000000000..264837de6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130_as_bone.mcfunction new file mode 100644 index 000000000..42fc2ee53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_130_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5420268922262524f,-0.19220973521606943f,-0.5798333469507969f,-0.2363039473668386f,-0.5913044288065954f,0.029486941276691568f,-0.5625246992019951f,0.7598403048952163f,0.1533309004137799f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41849345690651296f,-0.3771461406042763f,-0.5680000133395562f,-0.2363039473668386f,-0.5240913260669179f,0.24835081460599284f,-0.5510446032999136f,0.7598403048952163f,0.4361095143055881f,0.6603655514272677f,-0.1171572875253812f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8014605201197335f,-0.1464645869153685f,0.05615695783748412f,-0.3094124622963592f,0.033092508399182576f,0.1279147637976046f,0.8059076519892943f,0.6025359305613786f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6704359834910341f,-0.43300045404084164f,0.055010897473453835f,-0.3094124622963592f,-0.01800232131014639f,0.12817154632985375f,0.7894605570507373f,0.6025359305613786f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5678621285369027f,0.02319512918895058f,1.4554727201000528f,0.006778164930157611f,1.4551973480238436f,0.030235240057841107f,-0.568236533991803f,0.5540412783209118f,-0.0365996076196387f,1.562035232074025f,-0.0106137873323273f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3734546937344575f,0.2813156374084787f,-0.883964424554045f,-0.16671735267383767f,0.5119586820846074f,0.7321448029203667f,0.4492908806050817f,0.32462262024426f,0.7735825098629717f,-0.6203430500184226f,0.1294009301664643f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.144560155027322f,0.4446450918443976f,-0.883964424554045f,-0.2141511535421777f,-0.0005690059308987028f,0.8933853484568466f,0.4492908806050817f,0.32480932531533613f,0.9894958503251681f,-0.06444657835235797f,0.1294009301664643f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.15056388641378884f,-0.37828065207411593f,-0.913364256129151f,0.06813509736026058f,0.615549036667333f,-0.6870795067240926f,0.38603255678465304f,0.8299443019799305f,-0.7735825098629714f,-0.620343050018423f,0.1294009301664643f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09363815300527067f,-0.3962292668738696f,-0.913364256129151f,0.03741007840540613f,0.11013563678952583f,-0.9158870053730808f,0.38603255678465304f,0.8660825578014937f,-0.9894958503251681f,-0.06444657835235847f,0.1294009301664643f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8020180865090749f,-0.5916950707899671f,0.08163291073566664f,0.21566781688301925f,-0.5819998796905888f,-0.8048767281686042f,-0.11597237814558498f,0.42771828852554283f,0.13432471460033588f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.44455673430066456f,-0.8829294458856011f,-0.15101292519540602f,0.04917471499699778f,-0.8391079549826361f,-0.3514855528162076f,-0.41515749547171f,0.35922001302580575f,0.3134759159373911f,0.3112772072440095f,-0.897128391244856f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.906955330272223f,-0.4051612838456862f,0.11522310082322182f,0.33288244963066954f,-0.4036641653259876f,-0.9141547235914824f,-0.037099635672794895f,0.733364058639542f,0.12036307790380261f,-0.01286372449547929f,-0.9926465907208f,-0.56622804296587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5812005986875044f,-0.807241694228239f,-0.10279450950711735f,0.18088216627845524f,-0.7361491196614307f,-0.46771934654872416f,-0.4892065887595288f,0.6426091399819092f,0.3468289747223939f,0.3599992499486029f,-0.8660890267919669f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.8378157252191569f,-0.3470346361552249f,-0.412969696848252f,-0.9068452062595309f,0.38938181925813115f,0.16128723047822735f,1.0702312814267878f,-2.5297452031547777e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.8378157252191569f,-0.3470346361552249f,-0.32497233418163485f,-0.9068452062595309f,0.38938181925813115f,0.16128723047822735f,1.0706859271115876f,-2.5297452031547777e-16f,0.38268343236508967f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.8378157252191569f,-0.3470346361552249f,-0.6605797052573921f,-0.9068452062595309f,0.38938181925813115f,0.16128723047822735f,0.5374597227493134f,-2.5297452031547777e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.8378157252191569f,-0.3470346361552249f,-0.6041921308983247f,-0.9068452062595309f,0.38938181925813115f,0.16128723047822735f,0.46990097796464836f,-2.5297452031547777e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5277774233310543f,-0.48183750557001326f,-0.6994881054371835f,-0.5098515394646074f,-0.8447569176630133f,0.3835972647501591f,0.3731472745936663f,1.0037166495331988f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.44590361503326226f,-0.5584678651920518f,-0.6994881054371835f,-0.5668408471322975f,-0.894364391114932f,0.24672544937427054f,0.3731472745936663f,0.9031856232286865f,-0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5311128414457015f,-0.20259897510776612f,-0.822722799572709f,-0.5990914509616676f,-0.8280067170750446f,0.33013789124425374f,0.453226046519178f,0.8951418363589598f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.44251180239372245f,-0.3568059694084492f,-0.822722799572709f,-0.5887690494188669f,-0.8894994026919613f,0.05811164571099056f,0.453226046519178f,0.922052136220532f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.49288049874759093f,-0.2831889987580204f,-0.822722799572709f,-0.621579034486586f,-0.8694575247957832f,0.19654455813526267f,0.453226046519178f,0.9998268600775964f,0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.49288049874759093f,-0.5174796655968479f,-0.6994881054371835f,-0.5051461097272955f,-0.8694575247957832f,0.32373557734563063f,0.3731472745936663f,0.9269863551748295f,0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.3054590096769501f,-0.6038818473842129f,-0.7362210998110601f,-0.6721988483850485f,-0.94808124753349f,0.12099982519642954f,0.2941105070849636f,0.6544010892440612f,-0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.39616623613071666f,-0.5486627429879072f,-0.7362210998110601f,-0.6320955202000728f,-0.917480251201156f,0.2678226993331395f,0.2941105070849636f,0.7627800148097326f,0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2905046080589759f,-0.3829819779732396f,-0.876887608102775f,-0.6467399498589741f,-0.939831392626582f,-0.05798427802107446f,0.3366820116013835f,0.7926186581188721f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3946342402413214f,-0.27446664494059964f,-0.876887608102775f,-0.6606550872383958f,-0.9117508974913335f,0.23527754671407475f,0.3366820116013835f,0.7673781120874891f,0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.3468395951133039f,-0.33282190134880474f,-0.876887608102775f,-0.7412602633399337f,-0.9373312481355369f,0.08975162579431237f,0.3366820116013835f,0.7423140266897201f,-0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.3468395951133039f,-0.5811030781665438f,-0.7362210998110601f,-0.6105120707524615f,-0.9373312481355369f,0.18683988035454846f,0.2941105070849636f,0.7002750536099468f,-0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.8378157252191569f,-0.3470346361552249f,-0.11760369868520959f,-0.9068452062595309f,0.38938181925813115f,0.16128723047822735f,0.6090322960701513f,-2.5297452031547777e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.3470346361552252f,-0.8378157252191568f,0.012534289872999848f,-0.9068452062595309f,0.16128723047822693f,0.3893818192581313f,0.5485495846408162f,-2.5297452031547777e-16f,0.9238795325112867f,-0.3826834323650897f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.41297153875385245f,0.08279840554795387f,-0.9069723988181735f,0.19960410359178968f,-0.9065958778736608f,-0.1323118180495938f,0.4007212210838071f,0.646488826749085f,-0.08682408883346543f,0.9877438973960445f,0.12970570825954708f,-1.4036577987899905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.41297153875385245f,-0.3007719827266485f,-0.8596456959619795f,0.08512016739495798f,-0.9065958778736608f,0.04577775246801731f,0.41950960847334967f,0.6664392490446654f,-0.08682408883346543f,0.9525967729242303f,-0.29158354859727753f,-1.0674419274690372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.427954475479223f,0.37885409223069544f,-0.820563552515805f,0.18663382020354083f,-0.895609093701629f,-0.05580692126544626f,0.44132747344553425f,0.3197735179672978f,0.12140559376012988f,0.9237722470062236f,0.36318799190615075f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.427954475479223f,-0.8741478460842044f,0.2296094730268092f,-0.11794551244852722f,-0.895609093701629f,0.3760366949926719f,-0.23765680149731616f,0.4575666027972075f,0.12140559376012988f,-0.30734662387170314f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.610852638986554f,-0.5357950274843644f,-0.5829088624872605f,0.0022500392202523395f,-0.7677877597366426f,0.580610701587772f,0.2709117369187662f,0.5533292755780159f,0.19328996208223115f,0.6130374390889878f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.1930617855060687f,-0.7892682718892332f,-0.5829088624872605f,0.0022500392202523395f,-0.9619595300923308f,0.035223476037992585f,0.2709117369187662f,0.5533292755780159f,-0.19328996208223165f,0.6130374390889876f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.6946837310241972f,-0.5829088624872605f,0.0022500392202523395f,-0.9068452062595309f,0.32286003574887673f,0.2709117369187662f,0.5533292755780159f,-2.5297452031547777e-16f,0.6427876096865393f,-0.766044443118978f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.22667313671395325f,0.6826666850979021f,-0.6946837310241971f,0.00889163634472915f,-0.9463383753597356f,0.01432049711881811f,0.32286003574887673f,0.5502425381329389f,0.23035400672389764f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5772412877786693f,0.4291934406930332f,-0.6946837310241971f,0.00889163634472915f,-0.7834089144692378f,-0.5310667284309613f,0.32286003574887673f,0.5502425381329389f,-0.23035400672389814f,0.730589570429055f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,0.5829088624872606f,-0.6946837310241971f,0.00889163634472915f,-0.9068452062595309f,-0.2709117369187662f,0.32286003574887673f,0.5502425381329389f,-2.5297452031547777e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.40451677952217063f,0.14228407355479078f,-0.9033943864656601f,-0.0744144025555277f,-0.7669844887339546f,0.4852343094146132f,0.41986004693044743f,0.3890909815061131f,0.4980973490458725f,0.8627299156628211f,-0.0871557427476582f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3254800120134678f,-0.2791797705458731f,-0.9033943864656601f,0.07836624093096298f,-0.803717483107831f,-0.4216108968449176f,0.41986004693044743f,0.717822368775193f,-0.49809734904587294f,0.8627299156628209f,-0.0871557427476582f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,0.24996041478869824f,-0.8717155609225712f,0.014367091458189436f,-0.9068452062595309f,-0.1161711795603752f,0.40513704955688734f,0.5390827433956844f,-2.5297452031547777e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.42146384410066395f,-0.07903676750870282f,-0.9033943864656601f,8.87868929381831e-17f,-0.9068452062595309f,0.03673299437387636f,0.41986004693044743f,0.554375f,-2.5297452031547777e-16f,0.9961946980917455f,-0.0871557427476582f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.1604845266825224e-16f,0.906845206259531f,0.42146384410066373f,-0.5937381062977708f,-4.234046904770874e-16f,-0.42146384410066373f,0.906845206259531f,-0.048413493071937624f,1f,1.7472735163268715e-17f,4.75019125240509e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.1604845266825224e-16f,0.906845206259531f,0.42146384410066373f,-0.5937381062977708f,-4.234046904770874e-16f,-0.42146384410066373f,0.906845206259531f,-0.04841349307193768f,1f,1.7472735163268715e-17f,4.75019125240509e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.1604845266825224e-16f,0.906845206259531f,0.42146384410066373f,-0.6569576829128704f,-4.234046904770874e-16f,-0.42146384410066373f,0.906845206259531f,-0.18444027401086732f,1f,1.7472735163268715e-17f,4.75019125240509e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.1604845266825224e-16f,-0.9068452062595308f,-0.4214638441006642f,0.07796989523766241f,-4.234046904770874e-16f,0.4214638441006642f,-0.9068452062595308f,1.3968710544041896f,1f,-1.7472735163268604e-17f,-4.75019125240509e-16f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.1604845266825224e-16f,-0.9068452062595308f,-0.4214638441006642f,0.07796989523766244f,-4.234046904770874e-16f,0.4214638441006642f,-0.9068452062595308f,1.3968710544041896f,1f,-1.7472735163268604e-17f,-4.75019125240509e-16f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.1604845266825224e-16f,-0.9068452062595308f,-0.4214638441006642f,0.14118947185276207f,-4.234046904770874e-16f,0.4214638441006642f,-0.9068452062595308f,1.5328978353431193f,1f,-1.7472735163268604e-17f,-4.75019125240509e-16f,0.22812500000000044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006585372564072875f,-1.9135106236677393e-21f,-0.00001416945634780517f,0.620414164008631f,-0.00001416945634780517f,-3.469446951953614e-21f,0.000006585372564072875f,0.2580734519046153f,-3.9527268799293404e-21f,0.000015625f,-2.7301148692607284e-22f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131.mcfunction new file mode 100644 index 000000000..c2c7729b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131_as_bone.mcfunction new file mode 100644 index 000000000..f91a2397e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_131_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.051092073707617314f,-0.13117336593824303f,-0.8044424109388636f,-0.055100923282391995f,-0.8005146341117064f,0.1435535094872929f,-0.0742506224305679f,0.8626272267725926f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882655f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.0029338312556111933f,-0.13786822347824038f,-0.7880252188788869f,-0.055100923282391995f,-0.670671219127754f,0.4300112689722383f,-0.07273530360545427f,0.8626272267725926f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538113f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6033338866412209f,-0.033798234442691776f,0.5493544802979217f,-0.21072291860112746f,0.528604105785362f,0.19149867196992074f,0.5923262634942493f,0.7860027155978025f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882625f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5333620944723915f,-0.25676216780929306f,0.5381431643734743f,-0.21072291860112746f,0.4066120604607883f,0.3714707628737868f,0.58023797240253f,0.7860027155978025f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538082f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3551818025552047f,0.03703155156423065f,0.7768636921699794f,0.005068770152959189f,0.7768841617289641f,0.008991548709378318f,-1.3556461194967113f,0.5498625218431572f,-0.03659960761963878f,1.562035232074025f,-0.010613787332327497f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6120106351179042f,0.6784065062582414f,-0.4064573714045133f,-0.2739688132591692f,0.16435657253874886f,0.393623058979435f,0.9044599518513726f,0.4800653704264318f,0.7735825098629716f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11221177662646978f,0.906752955560259f,-0.4064573714045133f,-0.3107883024647296f,-0.09113988904757386f,0.41670819060993836f,0.9044599518513726f,0.509970646520167f,0.9894958503251681f,-0.06444657835235801f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5034383259966396f,-0.7256391206167129f,-0.4690391439403594f,0.22594842504110105f,0.3848635503029707f,-0.2976950905279499f,0.8736461988263604f,0.7262125421944935f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.003816966966665808f,-0.8831691300169354f,-0.4690391439403594f,0.22469598275516384f,0.14451087485877412f,-0.46460620564495614f,0.8736461988263604f,0.7736301730075288f,-0.9894958503251681f,-0.06444657835235842f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.25938447507483786f,-0.9657303839103435f,-0.009193458681649724f,0.08847598297891512f,-0.9563872464319507f,-0.25552774788058197f,-0.1415238669814693f,0.3204379780549344f,0.13432471460033585f,0.045501600581278556f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.18027931544252612f,-0.9080572607088442f,-0.3780626663630304f,-0.0841476450687621f,-0.9323262404066442f,0.2802472328575605f,-0.2285372396894918f,0.3715559764676677f,0.3134759159373911f,0.31127720724400954f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.45298648086580034f,-0.8890376471140047f,0.06644780031582803f,0.37151249356924954f,-0.8833549556267521f,-0.45765334764f,-0.10118021428896184f,0.4849035993610106f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.009278743738996953f,-0.922044217317955f,-0.3869733404578996f,0.1962106194442711f,-0.937882491151018f,0.14224978505067312f,-0.3164513097545942f,0.5095976133720456f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.4081082975049902f,-0.16904399174356072f,0.0020685211548760254f,-0.4417332380940092f,0.8288552395327257f,0.3433230814584555f,1.2151680045200557f,-2.0795323473496486e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.4081082975049902f,-0.16904399174356072f,0.07087717585860498f,-0.4417332380940092f,0.8288552395327257f,0.3433230814584555f,1.1603126348937205f,-2.0795323473496486e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.4081082975049902f,-0.16904399174356072f,-0.5250050161296265f,-0.4417332380940092f,0.8288552395327257f,0.3433230814584555f,0.9556497271398252f,-2.0795323473496486e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.4081082975049902f,-0.16904399174356072f,-0.5234823449090255f,-0.4417332380940092f,0.8288552395327257f,0.3433230814584555f,0.8676643646564395f,-2.0795323473496486e-16f,0.3826834323650898f,-0.9238795325112866f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9409785760140175f,-0.13453782631103767f,-0.310578319871386f,-0.11510439178258622f,-0.3266842175559053f,0.6010106626252459f,0.729426902033815f,1.224156672854675f,0.0885253719705136f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9083472153922179f,-0.28008292256949674f,-0.310578319871386f,-0.22255487947152836f,-0.41668097422766814f,0.5425065532378689f,0.729426902033815f,1.1816283160360803f,-0.035809244698610895f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9330668124879054f,0.049364463611314274f,-0.35629969571419423f,-0.2527150337256779f,-0.3115482262886118f,0.3841881331877484f,0.8691013640618297f,1.195598607727039f,0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9026537303294704f,-0.24138510715506975f,-0.35629969571419423f,-0.22779351739352277f,-0.41502063294418134f,0.2691109310609257f,0.8691013640618297f,1.2100773589147855f,-0.11390398304231064f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9293015151476076f,-0.09720710250971083f,-0.35629969571419423f,-0.2045468675816287f,-0.3678128157283878f,0.3307212596308592f,0.8691013640618297f,1.2912253475756867f,0.03335305878500241f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9293015151476076f,-0.19984944625949772f,-0.310578319871386f,-0.1595807421732418f,-0.3678128157283878f,0.5767582918132225f,0.729426902033815f,1.161454731917712f,0.03335305878500241f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8326850854894114f,-0.3943267716725638f,-0.388769784764435f,-0.4606840027647331f,-0.5466249234355982f,0.47309686158336517f,0.6909273135714035f,1.0540016204840468f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.884119647902996f,-0.2592113088699973f,-0.388769784764435f,-0.36145884211485096f,-0.4658864091020443f,0.5527832316333465f,0.6909273135714035f,1.1132353602974867f,0.03580924469861048f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8158641705018598f,-0.33460671750995774f,-0.47159728570945325f,-0.35414172088366325f,-0.54958314126366f,0.19512999909581136f,0.8123316159621244f,1.1456585571086073f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8793320979101281f,-0.06611400529728265f,-0.47159728570945325f,-0.3808132942528655f,-0.4623861419117899f,0.3554101876371772f,0.8123316159621244f,1.1347341172482845f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8581635515665482f,-0.20285787851144604f,-0.47159728570945325f,-0.45930558692247997f,-0.5122918037919135f,0.2787013697059829f,0.8123316159621244f,1.165788308312522f,-0.033353058785002825f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8581635515665482f,-0.3352810361724968f,-0.388769784764435f,-0.3838673537836683f,-0.5122918037919135f,0.5100750485258331f,0.6909273135714035f,1.0510214223942098f,-0.033353058785002825f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.4081082975049902f,-0.16904399174356072f,-0.05728592076516123f,-0.4417332380940092f,0.8288552395327257f,0.3433230814584555f,0.6707209205998621f,-2.0795323473496486e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.16904399174356097f,-0.4081082975049901f,0.006105576138674132f,-0.4417332380940092f,0.3433230814584551f,0.8288552395327259f,0.5419747650529415f,-2.0795323473496486e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8903770731291573f,-0.018537227558633407f,-0.45484617052405174f,0.21322347232513128f,-0.44686714495943175f,-0.1549785932034219f,0.8810739982569538f,0.5008726066081499f,-0.08682408883346539f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8903770731291573f,-0.2054897925121734f,-0.40620513637724875f,0.1365918699196887f,-0.44686714495943175f,0.22435091572722907f,0.866011790548004f,0.5882350041809408f,-0.08682408883346539f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8951511724416855f,0.25999992678097317f,-0.3620834386576722f,-0.0018571181383904567f,-0.4289114830358661f,-0.2811492019105882f,0.8584812554651456f,0.2545974335812837f,0.12140559376012992f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8951511724416855f,-0.4447727732050098f,0.029691054070218714f,-0.15258141903124503f,-0.4289114830358661f,0.8412581250782608f,-0.3291195933240424f,0.5529892719852221f,0.12140559376012992f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9573787945730683f,-0.05294855721366709f,-0.28394065223354303f,0.0010960162812132506f,-0.2146271983232051f,0.78827758344647f,0.5766746198470373f,0.5521490250741029f,0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7538687519769149f,-0.5925028361130087f,-0.28394065223354303f,0.0010960162812132506f,-0.6279497554351129f,0.5226140903891291f,0.5766746198470373f,0.5521490250741029f,-0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.3383872923828683f,-0.28394065223354303f,0.0010960162812132506f,-0.4417332380940092f,0.6872540499606068f,0.5766746198470373f,0.5521490250741029f,-2.0795323473496486e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7702411724333393f,0.5405761524913082f,-0.33838729238286824f,0.004331203702021394f,-0.5946978794940851f,-0.41715261348573895f,0.6872540499606067f,0.545578460199532f,0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9410063741166439f,0.0010218735919666488f,-0.33838729238286824f,0.004331203702021394f,-0.2478790742642329f,-0.6828161065430799f,0.6872540499606067f,0.545578460199532f,-0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,0.2839406522335431f,-0.33838729238286824f,0.004331203702021394f,-0.4417332380940092f,-0.5766746198470374f,0.6872540499606067f,0.545578460199532f,-2.0795323473496486e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7962014077646588f,0.4152316015771583f,-0.44005230976015064f,-0.1616453037059989f,-0.3434564734388475f,0.28858241400350393f,0.8937325333570779f,0.4723560639731347f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765804f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7577018193022472f,-0.48191484486454783f,-0.44005230976015064f,0.16357028312911964f,-0.42164793833189634f,-0.1531508240905052f,0.8937325333570779f,0.632484362782213f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765804f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,0.12175818172471353f,-0.42462124160257253f,0.0015932951842443559f,-0.4417332380940092f,-0.24728707427780922f,0.8623925146115907f,0.53345305364035f,-2.0795323473496486e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8971464464417063f,-0.03849958846241163f,-0.44005230976015064f,8.878689293818311e-17f,-0.4417332380940092f,0.07819146489304883f,0.8937325333570779f,0.5543750000000001f,-2.0795323473496486e-16f,0.9961946980917455f,-0.08715574274765804f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.216712081747797e-16f,0.44173323809400944f,0.8971464464417062f,-0.8405314640912186f,-3.2012908725987035e-16f,-0.8971464464417062f,0.44173323809400944f,0.4574948466006965f,1f,-1.4510980864916197e-16f,4.2999783965999625e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.216712081747797e-16f,0.44173323809400944f,0.8971464464417062f,-0.8405314640912186f,-3.2012908725987035e-16f,-0.8971464464417062f,0.44173323809400944f,0.4574948466006965f,1f,-1.4510980864916197e-16f,4.2999783965999625e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.216712081747797e-16f,0.44173323809400944f,0.8971464464417062f,-0.9751034310574745f,-3.2012908725987035e-16f,-0.8971464464417062f,0.44173323809400944f,0.3912348608865951f,1f,-1.4510980864916197e-16f,4.2999783965999625e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.216712081747797e-16f,-0.441733238094009f,-0.8971464464417064f,0.5892956849252506f,-3.2012908725987035e-16f,0.8971464464417064f,-0.441733238094009f,1.1615071948130238f,1f,1.4510980864916207e-16f,-4.2999783965999615e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.216712081747797e-16f,-0.441733238094009f,-0.8971464464417064f,0.5892956849252508f,-3.2012908725987035e-16f,0.8971464464417064f,-0.441733238094009f,1.1615071948130238f,1f,1.4510980864916207e-16f,-4.2999783965999615e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.216712081747797e-16f,-0.441733238094009f,-0.8971464464417064f,0.7238676518915067f,-3.2012908725987035e-16f,0.8971464464417064f,-0.441733238094009f,1.227767180527125f,1f,1.4510980864916207e-16f,-4.2999783965999615e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014017913225651663f,-1.9135106236677393e-21f,-0.000006902081845218894f,0.2972164467124384f,-0.000006902081845218894f,-3.469446951953614e-21f,0.000014017913225651663f,-0.06560139157461653f,-3.249269292733826e-21f,0.000015625f,2.267340760143157e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132.mcfunction new file mode 100644 index 000000000..03bf9fca3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132_as_bone.mcfunction new file mode 100644 index 000000000..f51215176 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_132_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.45381133941607515f,-0.014626367923261718f,-0.6788120373293374f,0.14687162033520906f,-0.6614297752899635f,0.19390753306424136f,0.43801251742987063f,0.8309329038771882f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882643f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.41619357726166806f,0.15688464886987227f,-0.6649587304450653f,0.14687162033520906f,-0.5259195734884565f,0.42344367445639985f,0.4290734864619141f,0.8309329038771882f,0.436109514305588f,0.6603655514272678f,-0.117157287525381f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.14853197812797217f,0.09158301060920028f,0.7978065229650552f,-0.022869001884538512f,0.7882717367102129f,0.17154187297986917f,0.127064941517585f,0.8666770265858659f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882632f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.16875718076287818f,0.027204187906888513f,0.7815247571902582f,-0.022869001884538512f,0.6490989951256351f,0.45075189478080663f,0.12447177944579754f,0.8666770265858659f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538089f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5457811977660896f,0.034687834022259834f,-0.22530755159043983f,0.0012037125958164353f,-0.22500490517969413f,-0.015777766961505263f,-1.5461339219856687f,0.54769623020563f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5829997612836935f,0.7767296612251107f,0.23833235557993734f,-0.26143545211769276f,-0.24835736102894582f,-0.10892903041414552f,0.9625243308902752f,0.6649748917812126f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.03205161518187752f,0.970654615323057f,0.23833235557993734f,-0.27195238834924634f,-0.14096331492095987f,-0.23168136802669798f,0.9625243308902752f,0.7112284794896526f,0.9894958503251681f,-0.06444657835235816f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6336470265059452f,-0.7546963935722878f,0.17007292356267967f,0.283836203818014f,-0.007845140806892636f,0.2135599536964347f,0.9768984593819854f,0.5501511287688593f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08617718916780659f,-0.981656096979986f,0.17007292356267967f,0.3121130940137005f,0.11606659405879433f,0.17943786055538657f,0.9768984593819854f,0.5882354799444012f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3861047989436454f,-0.9175943253322618f,-0.09457134000699424f,-0.07474838975309138f,-0.9126225700037367f,0.39490537912590296f,-0.10568720952509494f,0.3156969573778699f,0.13432471460033568f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7172138729077155f,-0.5415753699381832f,-0.4385206713315066f,-0.17903452581232265f,-0.6223641302613196f,0.780898597083315f,0.053481496214870416f,0.4624497036823344f,0.31347591593739105f,0.31127720724400976f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.18869573355874963f,-0.9819830965861938f,-0.010154711010920081f,0.24945926976507257f,-0.974631545566964f,0.1885304288731513f,-0.12062183788459326f,0.2704421186476257f,0.12036307790380239f,-0.012863724495479179f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.586087774960163f,-0.6377423368084975f,-0.49978578599664314f,0.1267589204510003f,-0.732264147924271f,0.6809443823679584f,-0.010196361422650319f,0.3980554630827263f,0.34682897472239377f,0.3599992499486031f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.1903760668850728f,0.07885634885504475f,0.40941664203257766f,0.206061569918746f,0.9040521797720771f,0.3744706739545539f,1.0730557176184388f,-7.408160897047764e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.1903760668850728f,0.07885634885504475f,0.42970762992870276f,0.206061569918746f,0.9040521797720771f,0.3744706739545539f,0.9874285119582156f,-7.408160897047764e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.1903760668850728f,0.07885634885504475f,-0.16547503694246954f,0.206061569918746f,0.9040521797720771f,0.3744706739545539f,1.194116889945702f,-7.408160897047764e-17f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.1903760668850728f,0.07885634885504475f,-0.2185744761495419f,0.206061569918746f,0.9040521797720771f,0.3744706739545539f,1.123944302029385f,-7.408160897047764e-17f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9420300303052731f,0.2650324853185226f,0.20576006349370485f,0.3227640524800486f,0.323639738784545f,0.5559424655696157f,0.7656273861715295f,1.1524384387139064f,0.08852537197051376f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9718922924820885f,0.11440353178541887f,0.20576006349370485f,0.2119695153183502f,0.2326866343562213f,0.5997263006873436f,0.7656273861715295f,1.185284122957141f,-0.035809244698610763f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9264637799806705f,0.2759337631861801f,0.25597934041215326f,0.19685879300545536f,0.33066726214405895f,0.27184173756771246f,0.9037484337260671f,1.2148893594153614f,0.17978883761257303f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9663876372084181f,-0.023864449142819072f,0.25597934041215326f,0.22540388674423967f,0.2304795376987473f,0.3607186594007199f,0.9037484337260671f,1.2109026520402757f,-0.11390398304231053f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9582230241011751f,0.12760569487510356f,0.25597934041215326f,0.2937740417389846f,0.28407078264419106f,0.32022267094257645f,0.9037484337260671f,1.2604094666942316f,0.033353058785002554f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9582230241011751f,0.19867418642960544f,0.20576006349370485f,0.2490723497923234f,0.28407078264419106f,0.5771641846061384f,0.7656273861715295f,1.1305475251578507f,0.033353058785002554f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9925472310614725f,-0.018325513922916384f,0.12047476769707761f,-0.05416787204916956f,0.08374516481377277f,0.6156122309028608f,0.7835868353495463f,1.2318130797809574f,-0.08852537197051391f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9831940695765234f,0.13716869868118553f,0.12047476769707761f,0.06046365009938891f,0.1790170928812937f,0.5949323927331689f,0.7835868353495463f,1.2171883552301914f,0.03580924469861061f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9811369590026428f,-0.14287276261685708f,0.13022150890415127f,0.0862302860734956f,0.07103690272644582f,0.3600343673208812f,0.9302306234471571f,1.2381856032675518f,-0.1797888376125732f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9772668099193808f,0.1673079222533201f,0.13022150890415127f,0.05850156626676419f,0.17881684729659575f,0.3204614209604952f,0.9302306234471571f,1.2460490827855724f,0.11390398304231036f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9914077591226678f,0.012369873487490732f,0.13022150890415127f,0.015902630000209f,0.1264841042228415f,0.34448912694025496f,0.9302306234471571f,1.3189238618256802f,-0.03335305878500271f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9914077591226678f,0.050955720971306614f,0.12047476769707761f,0.004437592781665032f,0.1264841042228415f,0.6082708630584146f,0.7835868353495463f,1.1820629176375372f,-0.03335305878500271f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.1903760668850728f,0.07885634885504475f,0.026722976106674227f,0.206061569918746f,0.9040521797720771f,0.3744706739545539f,0.6812762707034246f,-7.408160897047764e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.07885634885504453f,0.19037606688507291f,-0.0028481547139674697f,0.206061569918746f,0.3744706739545536f,0.9040521797720772f,0.540849767970467f,-7.408160897047764e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9763806607443702f,-0.11022684700532834f,0.185824776398765f,0.13476141804916625f,0.19784434013290753f,-0.11050807823926823f,0.9739843847419929f,0.38069104721673297f,-0.08682408883346525f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9763806607443702f,-0.02324188269500846f,0.2148036783045824f,0.12837555570091896f,0.19784434013290753f,0.30334667148846994f,0.9321150218584834f,0.49672471370608184f,-0.08682408883346525f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9690564402353125f,0.03108280043594666f,0.2448744069018305f,-0.1864602251371898f,0.21491928122486925f,-0.3816787853393627f,0.8989610711146805f,0.3196355217320778f,0.12140559376013006f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9690564402353125f,0.1691800198253942f,-0.17974352987060027f,-0.12091668390210009f,0.21491928122486925f,0.9364380244770847f,-0.27729682448820125f,0.6474457538909992f,0.12140559376013006f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8857821497503544f,0.44479879462256766f,0.13245382397632652f,-0.000511274262579207f,0.4219347979746283f,0.6529464990162106f,0.628992762820514f,0.5519470760539442f,0.19328996208223134f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9807163662755538f,-0.14370592692482106f,0.13245382397632652f,-0.000511274262579207f,-0.0288859737160303f,0.776874317275255f,0.628992762820514f,0.5519470760539442f,-0.1932899620822315f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.15785232057662807f,0.13245382397632652f,-0.000511274262579207f,0.206061569918746f,0.7496043848071051f,0.628992762820514f,0.5519470760539442f,-7.408160897047764e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9730788910491537f,0.16792890365604984f,0.15785232057662804f,-0.0020204380325267862f,0.007382640502954674f,-0.6618449689294057f,0.7496043848071051f,0.5447804042228794f,0.23035400672389778f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8934196249767545f,-0.4205758178913389f,0.15785232057662804f,-0.0020204380325267862f,0.3856661837556433f,-0.5379171506703613f,0.7496043848071051f,0.5447804042228794f,-0.23035400672389794f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,-0.13245382397632655f,0.15785232057662804f,-0.0020204380325267862f,0.206061569918746f,-0.6289927628205142f,0.7496043848071051f,0.5447804042228794f,-7.408160897047764e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8384599322904456f,0.5048228532474547f,0.20527744343351628f,-0.17780918506217763f,0.22109720219165085f,-0.029171552230223788f,0.9748153916119214f,0.589591527152857f,0.49809734904587266f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8564193814684622f,-0.4737161747951787f,0.20527744343351628f,0.17691121260327697f,0.13581190639502383f,0.1768900176885222f,0.9748153916119214f,0.5148942080573116f,-0.4980973490458728f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,-0.056798266267902964f,0.19807909416780622f,-0.011657650582296087f,0.206061569918746f,-0.2697219102534082f,0.940632085638096f,0.5369289227354314f,-7.408160897047764e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9785390280426335f,0.017959449178016684f,0.20527744343351628f,8.878689293818311e-17f,0.206061569918746f,0.08528529579662701f,0.9748153916119214f,0.554375f,-7.408160897047764e-17f,0.9961946980917455f,-0.08715574274765794f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.39743991800186e-16f,-0.20606156991874577f,0.9785390280426335f,-0.7211745290258302f,-1.7628974504219163e-16f,-0.9785390280426335f,-0.20606156991874577f,0.9968523496286242f,1f,-2.425145760882778e-16f,2.9612621389550903e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.39743991800186e-16f,-0.20606156991874577f,0.9785390280426335f,-0.7211745290258302f,-1.7628974504219163e-16f,-0.9785390280426335f,-0.20606156991874577f,0.9968523496286242f,1f,-2.425145760882778e-16f,2.9612621389550903e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.39743991800186e-16f,-0.20606156991874577f,0.9785390280426335f,-0.8679553832322253f,-1.7628974504219163e-16f,-0.9785390280426335f,-0.20606156991874577f,1.0277615851164361f,1f,-2.425145760882778e-16f,2.9612621389550903e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.39743991800186e-16f,0.20606156991874622f,-0.9785390280426335f,0.838372046917117f,-1.7628974504219163e-16f,0.9785390280426335f,0.20606156991874622f,0.6684417225706228f,1f,2.425145760882778e-16f,-2.9612621389550893e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.39743991800186e-16f,0.20606156991874622f,-0.9785390280426335f,0.838372046917117f,-1.7628974504219163e-16f,0.9785390280426335f,0.20606156991874622f,0.668441722570623f,1f,2.425145760882778e-16f,-2.9612621389550893e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.39743991800186e-16f,0.20606156991874622f,-0.9785390280426335f,0.9851529011235121f,-1.7628974504219163e-16f,0.9785390280426335f,0.20606156991874622f,0.637532487082811f,1f,2.425145760882778e-16f,-2.9612621389550893e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001528967231316615f,-1.9135106236677393e-21f,0.000003219712029980406f,-0.1487299347540355f,0.000003219712029980406f,-3.469446951953614e-21f,0.00001528967231316615f,-0.11688333239842208f,-1.1575251401637133e-21f,0.000015625f,3.789290251379341e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133.mcfunction new file mode 100644 index 000000000..be85eb3c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133_as_bone.mcfunction new file mode 100644 index 000000000..b15582b66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_133_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7617616126573142f,0.10583703485331229f,-0.2747038623311127f,0.28439621792645325f,-0.2513032528728422f,0.1631336386866462f,0.7597226701032603f,0.6854258995999768f,0.15333090041377972f,0.7931773965682317f,-0.1195980643488263f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6497376811277136f,0.3813494388816254f,-0.2690976610590492f,0.28439621792645325f,-0.16628119934293717f,0.24184694323648187f,0.7442181258154388f,0.6854258995999768f,0.436109514305588f,0.6603655514272678f,-0.11715728752538088f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.35938172292909537f,0.1767874659068942f,0.711713013487303f,0.17100538107005073f,0.7171323843247205f,0.08099539441168985f,-0.3822372743222203f,0.8166967617772505f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882644f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.25897644139146797f,0.29471975766436154f,0.6971882581100112f,0.17100538107005073f,0.61865959487941f,0.34213681902189463f,-0.3744365136217669f,0.8166967617772505f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538102f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0935086988699372f,0.018039062664831833f,-1.1159388727497361f,-0.003088483779671509f,-1.115484398912807f,-0.03356748393343924f,-1.0936059755709608f,0.5483321399220051f,-0.03659960761963935f,1.562035232074025f,-0.010613787332327778f,0.27357380764070455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.31337327954317196f,0.5519735670706346f,0.7727369338420914f,-0.14099376101633676f,-0.5507878794077288f,-0.5572249828831801f,0.6213960334186057f,0.8007519287909612f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.05989866899701468f,0.6318938047874101f,0.7727369338420914f,-0.1213395102516913f,-0.13156789745853262f,-0.7723709329136903f,0.6213960334186057f,0.8439226451445423f,0.9894958503251681f,-0.06444657835235831f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4993761708949283f,-0.47105603931532297f,0.727137983994015f,0.22326087981196235f,-0.39011990512716094f,0.6271209676915626f,0.6741852501391389f,0.3790598231567299f,-0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13887836690566827f,-0.6722969220803665f,0.727137983994015f,0.26883034395288474f,0.04013429200680452f,0.7374710076334794f,0.6741852501391389f,0.39222888772146264f,-0.9894958503251681f,-0.06444657835235815f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8600728782680253f,-0.4907941339612347f,-0.13926866889934778f,-0.20406653392461555f,-0.4921702094959555f,0.8700866177650264f,-0.026791089394119227f,0.4097673254712768f,0.13432471460033574f,0.04550160058127889f,-0.9898921534147443f,-0.5568986639309287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9476575161146088f,0.04220997047517111f,-0.31648625648513556f,-0.19813020356355304f,-0.06064719514292116f,0.949381282016269f,0.30821599419634516f,0.5897026658130544f,0.31347591593739116f,0.31127720724400987f,-0.8971283912448559f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7405809231779499f,-0.6670485902239511f,-0.0811546332943156f,0.02645630758059652f,-0.6610995580866915f,0.7449031499949129f,-0.08981465039311548f,0.17734997142233963f,0.12036307790380245f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9099137470529264f,-0.09485499404514466f,-0.4038062691796632f,0.0061472070147590065f,-0.22752282350813974f,0.9281180259757584f,0.2946698061250004f,0.3532137875810756f,0.3468289747223939f,0.3599992499486032f,-0.8660890267919669f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.6991591496482535f,0.2896012020415471f,0.6399604885390772f,0.7567644103423323f,0.6039286994806626f,0.25015545803123584f,0.7190026000895233f,8.798179787487882e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.6991591496482535f,0.2896012020415471f,0.6042289967938381f,0.7567644103423323f,0.6039286994806626f,0.25015545803123584f,0.6385849214570314f,8.798179787487882e-17f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.6991591496482535f,0.2896012020415471f,0.2559189566518506f,0.7567644103423323f,0.6039286994806626f,0.25015545803123584f,1.1636016911656437f,8.798179787487882e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.6991591496482535f,0.2896012020415471f,0.1711608863678166f,0.7567644103423323f,0.6039286994806626f,0.25015545803123584f,1.1399413433088266f,8.798179787487882e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5534095628261827f,0.5476626435274394f,0.6275376360482852f,0.6191117001132717f,0.8281914719978799f,0.2817443383322421f,0.48447808364023204f,0.8346555970496361f,0.08852537197051392f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6322694854400067f,0.4543476786827012f,0.6275376360482852f,0.5508623673286066f,0.7739205358275124f,0.407833287872317f,0.48447808364023204f,0.9279095353725255f,-0.0358092446986106f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5367676301349872f,0.38422076522969517f,0.7511690321129972f,0.556775842480141f,0.8243521608567478f,0.049109831156576966f,0.5639430284830047f,0.960617864070225f,0.1797888376125732f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6292270984239091f,0.19954534272553473f,0.7511690321129972f,0.5770710491978807f,0.768829721886534f,0.3014450519900626f,0.5639430284830047f,0.9401527523789891f,-0.11390398304231036f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5902644997592656f,0.29552141296083234f,0.7511690321129972f,0.6614586727010923f,0.806520547657422f,0.17746229693033055f,0.5639430284830047f,0.9381200717186815f,0.03335305878500272f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5902644997592656f,0.5077246652142023f,0.6275376360482852f,0.547220623027897f,0.806520547657422f,0.3388297399560143f,0.48447808364023204f,0.8618833802285785f,0.03335305878500272f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7389347903467012f,0.35837265363717846f,0.5705649978226176f,0.3673120672302838f,0.6679361003365208f,0.5008825056066372f,0.5504344479086116f,1.1261602355269953f,-0.08852537197051374f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6737754425287694f,0.46955536021308225f,0.5705649978226176f,0.4496527887305573f,0.7380679853775505f,0.3902275842585526f,0.5504344479086116f,1.045078338527137f,0.03580924469861078f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.737555754288455f,0.10444788693630996f,0.6671597621488635f,0.4828733268822582f,0.6509128076677461f,0.3729986740786885f,0.6611992936699433f,1.0461736921120368f,-0.17978883761257303f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6691810341571494f,0.3272531058582026f,0.6671597621488635f,0.46557626648337114f,0.7343177964420208f,0.15359970012634372f,0.6611992936699433f,1.0692285812639672f,0.11390398304231053f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.712135969732095f,0.21854109998625096f,0.6671597621488635f,0.47583385582762094f,0.7012488389176932f,0.26658124458962784f,0.6611992936699433f,1.1530151234532193f,-0.03335305878500254f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.712135969732095f,0.40904516116610534f,0.5705649978226176f,0.3837986945652474f,0.7012488389176932f,0.45306951395136813f,0.5504344479086116f,1.0510744828141616f,-0.03335305878500254f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.6991591496482535f,0.2896012020415471f,0.09814055703804374f,0.7567644103423323f,0.6039286994806626f,0.25015545803123584f,0.6391481149740542f,8.798179787487882e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.2896012020415468f,0.6991591496482537f,-0.010459893727536316f,0.7567644103423323f,0.25015545803123546f,0.6039286994806629f,0.5453398182123409f,8.798179787487882e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6569487106624261f,-0.15464477066318075f,0.7379047272280537f,0.001994213294573166f,0.7489192006867059f,-0.021142092219184117f,0.662323971164702f,0.33455057378130604f,-0.0868240888334651f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6569487106624261f,0.16528335205848957f,0.7355948647803935f,0.06720956043720197f,0.7489192006867059f,0.2554227901864898f,0.6114566453119419f,0.430735549187856f,-0.0868240888334651f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6407771659508472f,-0.20650056846310602f,0.739433660865134f,-0.2905582835235044f,0.7580668211970173f,-0.3224939548045611f,0.566861838294626f,0.480578508948036f,0.12140559376013021f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6407771659508472f,0.7019157045822749f,-0.31099673190689436f,-0.03981673449261725f,0.7580668211970173f,0.6425359106349109f,-0.11172420572469942f,0.7016761789839571f,0.12140559376013021f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.44910933912676815f,0.7494518720875666f,0.4864387864197912f,-0.0018776629043280113f,0.8723186298981394f,0.2500139790084891f,0.4201823630674848f,0.5527530881413845f,0.1932899620822315f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7977567672635766f,0.3563164988484372f,0.4864387864197912f,-0.0018776629043280113f,0.571159461834799f,0.7051408731052308f,0.4201823630674848f,0.5527530881413845f,-0.19328996208223134f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.5797151712929537f,0.4864387864197912f,-0.0018776629043280113f,0.7567644103423323f,0.5007538407303995f,0.4201823630674848f,0.5527530881413845f,8.798179787487882e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.769708017375424f,-0.2673572294903867f,0.5797151712929536f,-0.00742009098019259f,0.5953877724426664f,-0.628298489111277f,0.5007538407303994f,0.5479655781996122f,0.23035400672389794f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.47715808901492074f,-0.6604926027295162f,0.5797151712929536f,-0.00742009098019259f,0.848090319290272f,-0.1731715950145353f,0.5007538407303994f,0.5479655781996122f,-0.23035400672389778f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,-0.4864387864197913f,0.5797151712929536f,-0.00742009098019259f,0.7567644103423323f,-0.4201823630674849f,0.5007538407303994f,0.5479655781996122f,8.798179787487882e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5331319842022015f,0.38396374392297605f,0.7538846932875576f,-0.12012980724213036f,0.6838635231492446f,-0.3290424531471178f,0.6512002347456803f,0.6901142334189059f,0.4980973490458728f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5990883484705809f,-0.2697239699276224f,0.7538846932875576f,0.1168319890287116f,0.6268908849235774f,0.42772195719521444f,0.6512002347456803f,0.41578713466981043f,-0.49809734904587266f,0.862729915662821f,-0.08715574274765794f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,-0.20859254104317118f,0.7274486405114322f,-0.019844060405673734f,0.7567644103423323f,-0.1801807529758384f,0.6283649604300687f,0.5475573981022518f,8.798179787487882e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6536877138505985f,0.06595636426837942f,0.7538846932875576f,8.878689293818312e-17f,0.7567644103423323f,0.05697263822566734f,0.6512002347456803f,0.5543749999999998f,8.798179787487882e-17f,0.9961946980917455f,-0.08715574274765794f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.6761251008103836e-16f,-0.7567644103423322f,0.6536877138505988f,-0.3057025177835949f,-5.400915040924385e-17f,-0.6536877138505988f,-0.7567644103423322f,1.3433140831178096f,1f,-2.378247414497402e-16f,1.3406280705015255e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.6761251008103836e-16f,-0.7567644103423322f,0.6536877138505988f,-0.3057025177835949f,-5.400915040924385e-17f,-0.6536877138505988f,-0.7567644103423322f,1.3433140831178096f,1f,-2.378247414497402e-16f,1.3406280705015255e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.6761251008103836e-16f,-0.7567644103423322f,0.6536877138505988f,-0.40375567486118474f,-5.400915040924385e-17f,-0.6536877138505988f,-0.7567644103423322f,1.4568287446691595f,1f,-2.378247414497402e-16f,1.3406280705015255e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.6761251008103836e-16f,0.7567644103423324f,-0.6536877138505983f,0.7361122761657964f,-5.400915040924385e-17f,0.6536877138505983f,0.7567644103423324f,0.1372208041347176f,1f,2.378247414497402e-16f,-1.3406280705015245e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.6761251008103836e-16f,0.7567644103423324f,-0.6536877138505983f,0.7361122761657964f,-5.400915040924385e-17f,0.6536877138505983f,0.7567644103423324f,0.1372208041347176f,1f,2.378247414497402e-16f,-1.3406280705015245e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.6761251008103836e-16f,0.7567644103423324f,-0.6536877138505983f,0.8341654332433862f,-5.400915040924385e-17f,0.6536877138505983f,0.7567644103423324f,0.023706142583367715f,1f,2.378247414497402e-16f,-1.3406280705015245e-16f,0.22812499999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010213870528915604f,-1.9135106236677393e-21f,0.000011824443911598944f,-0.5249935231850701f,0.000011824443911598944f,-3.469446951953614e-21f,0.000010213870528915604f,0.11042664385935913f,1.3747155917949817e-21f,0.000015625f,3.716011585152191e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134.mcfunction new file mode 100644 index 000000000..be414ad65 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134_as_bone.mcfunction new file mode 100644 index 000000000..3ea2b7e9a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_134_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7624699863488742f,0.18193788667306998f,0.22909074567631288f,0.30672865507538416f,0.2491457391566057f,0.06864887042496493f,0.7746987657754006f,0.4913426336119295f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882625f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6218505791927353f,0.45048815131783615f,0.22441542433597997f,0.30672865507538416f,0.2512177316389183f,-0.031269218256923484f,0.7588885868820252f,0.4913426336119295f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538082f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7145251403756032f,0.19039185660406927f,0.34662545947250356f,0.29321777556415285f,0.36453793107709404f,-0.03956011825743263f,-0.729720178077826f,0.664278972403385f,-0.15333090041377984f,0.7931773965682316f,-0.11959806434882655f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5752901323867756f,0.4401659487706844f,0.33955147050367696f,0.29321777556415285f,0.34474592834513684f,0.10085274429069335f,-0.7148279295456255f,0.664278972403385f,-0.43610951430558803f,0.6603655514272677f,-0.11715728752538113f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.2194779725534492f,-0.005369093956876402f,-1.5469993026481652f,-0.006069359532866407f,-1.546575616737157f,-0.037727398393338434f,-0.21928692419876414f,0.5513389227874906f,-0.036599607619639554f,1.562035232074025f,-0.01061378733232756f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.07409933554293036f,0.11424902653333263f,0.9906848380833744f,0.03248833349573436f,-0.6293483843676745f,-0.7759649864717006f,0.042414040880016726f,0.8363773756507527f,0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1262291716860124f,0.05108569082611229f,0.9906848380833744f,0.07390728045520717f,-0.07045678395112906f,-0.9966127084938726f,0.042414040880016726f,0.8594960078847169f,0.9894958503251681f,-0.06444657835235842f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1709410222446067f,-0.007648210769953062f,0.9852515779160097f,0.07589043458323591f,-0.6102042832921402f,0.7842933157727786f,0.11195859719586757f,0.2808398585194835f,-0.7735825098629716f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13563985434662823f,-0.10431278985262653f,0.9852515779160097f,0.1203972617907233f,-0.049997920977759666f,0.9924542711943133f,0.11195859719586757f,0.2644342906986561f,-0.9894958503251681f,-0.06444657835235801f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9844238297330815f,0.12047500294691665f,-0.12804490274350203f,-0.25006858756474504f,0.11343101207866757f,0.9916730197043186f,0.06097563029052672f,0.5588729232968989f,0.13432471460033585f,0.045501600581279056f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7991739658268857f,0.5967486562008921f,-0.0721942772451995f,-0.13862942875986026f,0.5128877289151507f,0.7395928214719224f,0.4358309717716948f,0.7002705208964574f,0.3134759159373913f,0.31127720724400987f,-0.8971283912448557f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.98832160669808f,-0.09568042238158349f,-0.11859872894178639f,-0.20217729661681957f,-0.09345122370118403f,0.9953289814754648f,-0.024229886994476202f,0.23504421677123075f,0.12036307790380253f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8676927744877816f,0.47375524262291824f,-0.15054972331092345f,-0.11428912439571567f,0.356116429548973f,0.8037141967912119f,0.47668079306968975f,0.3887198836262685f,0.34682897472239405f,0.3599992499486033f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.9210728227672818f,0.38152085512347833f,0.6129960348048744f,0.9969620392646044f,0.07196002885481054f,0.029806819900422023f,0.307621003242274f,2.1183139386821959e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.9210728227672818f,0.38152085512347833f,0.5365503486504877f,0.9969620392646044f,0.07196002885481054f,0.029806819900422023f,0.26403431252866466f,2.1183139386821959e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.9210728227672818f,0.38152085512347833f,0.5672362626002826f,0.9969620392646044f,0.07196002885481054f,0.029806819900422023f,0.8933362013102291f,2.1183139386821959e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.9210728227672818f,0.38152085512347833f,0.48494890339850116f,0.9969620392646044f,0.07196002885481054f,0.029806819900422023f,0.924521663541465f,2.1183139386821959e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.045212067783859465f,0.6080830651749644f,0.7925849195979744f,0.6647590941888268f,0.9950472990989874f,-0.09772015731237924f,0.018211079337975403f,0.4131239575511146f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.050469716796354355f,0.6076692792237962f,0.7925849195979744f,0.6650694551709884f,0.9980834161935618f,0.05914263190571705f,0.018211079337975403f,0.5286842107281563f,-0.03580924469861048f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.05633937182135307f,0.3385541514897016f,0.9392587298992027f,0.6892201835960613f,0.9820905503326539f,-0.18819792363096946f,0.008927064931808186f,0.5515215982999199f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.051037059631834816f,0.33939395523826443f,0.9392587298992027f,0.6934346829789095f,0.9921799741938121f,0.12449580844538358f,0.008927064931808186f,0.5230092464642239f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.002684203088963931f,0.34319940757803424f,0.9392587298992027f,0.7601939374049854f,0.9994400274771175f,-0.032248085032168035f,0.008927064931808186f,0.4713507066120266f,0.033353058785002825f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.002684203088963931f,0.6097556398096285f,0.7925849195979744f,0.6229989184478192f,0.9994400274771175f,-0.028071125126802897f,0.018211079337975403f,0.47766670976555725f,0.033353058785002825f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.1991990152904831f,0.5855285597405591f,0.7857964482201789f,0.6347563656159472f,0.9759523609402171f,0.1909726394693299f,0.10510204636130194f,0.797152401357046f,-0.0885253719705136f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.10514969785165151f,0.6094813229347211f,0.7857964482201789f,0.6530100113946588f,0.9938114705696556f,0.03594886388810278f,0.10510204636130194f,0.6830424856876944f,0.035809244698610895f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.20817906348085993f,0.3052183215943879f,0.9292487577023371f,0.6804144633853147f,0.9614246987664462f,0.2384934970036388f,0.1370525464514372f,0.6642329145693409f,-0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.10367240651243045f,0.35461074213365906f,0.9292487577023371f,0.680149724360125f,0.9880677683109688f,-0.07027577631131703f,0.1370525464514372f,0.6930538466413452f,0.11390398304231064f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.15786936889696518f,0.3340269580029986f,0.9292487577023371f,0.7380761490139542f,0.9868965679511496f,0.08515728787026136f,0.1370525464514372f,0.7544536195888962f,-0.03335305878500241f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.15786936889696518f,0.5979976624775597f,0.7857964482201789f,0.6035266749565035f,0.9868965679511496f,0.12242844447639058f,0.10510204636130194f,0.7269072195817083f,-0.03335305878500241f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.9210728227672818f,0.38152085512347833f,0.12929044831132055f,0.9969620392646044f,0.07196002885481054f,0.029806819900422023f,0.5644759867636542f,2.1183139386821959e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.38152085512347805f,0.9210728227672819f,-0.013779872359983705f,0.9969620392646044f,0.029806819900421607f,0.0719600288548107f,0.553298429300996f,2.1183139386821959e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.08516562967298091f,-0.13708002499733463f,0.9868920317183307f,-0.12869663799821088f,0.9925766434490806f,0.07463953311484675f,0.09602367924504057f,0.3761506172208762f,-0.08682408883346497f,0.9877438973960444f,0.1297057082595472f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.08516562967298091f,0.2845199430265155f,0.954879687469889f,-0.019159035994044758f,0.9925766434490806f,0.10773945532872625f,0.05642531918231514f,0.41495918256499975f,-0.08682408883346497f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06671905626554142f,-0.35747246854257814f,0.9315374398085727f,-0.2777534402400872f,0.9903581419541042f,-0.13732541605670695f,0.018234055228242646f,0.667171563114769f,0.12140559376013034f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06671905626554142f,0.9461776404912156f,-0.31669613222379456f,0.05524636679568699f,0.9903581419541042f,0.10141955151321502f,0.09436538155527485f,0.6966101877405722f,0.12140559376013034f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.15537016554917135f,0.7517917341891941f,0.6408348461671128f,-0.0024736346114685465f,0.9687616333316841f,-0.24288739506203236f,0.05006606739606842f,0.5541817440341115f,0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.303938235043288f,0.7049484018116104f,0.6408348461671128f,-0.0024736346114685465f,0.932877558866661f,0.3566971391229143f,0.05006606739606842f,0.5541817440341115f,-0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.7637172301792146f,0.6408348461671128f,-0.0024736346114685465f,0.9969620392646044f,0.05966641568632804f,0.05006606739606842f,0.5541817440341115f,2.1183139386821959e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.26698678951393784f,-0.5877533892309162f,0.7637172301792144f,-0.009775233790124125f,0.935764439274803f,-0.3475411242254069f,0.059666415686328036f,0.553611296969998f,0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.11841872001982123f,-0.6345967216084999f,0.7637172301792144f,-0.009775233790124125f,0.9658747529235421f,0.2520434099595397f,0.059666415686328036f,0.553611296969998f,-0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,-0.640834846167113f,0.7637172301792144f,-0.009775233790124125f,0.9969620392646044f,-0.05006606739606843f,0.059666415686328036f,0.553611296969998f,2.1183139386821959e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.024008346616958984f,0.11419427178422792f,0.9931682977141335f,-0.016289650706786913f,0.866788688300784f,-0.49260203096626787f,0.07759258290400065f,0.7349046578322647f,0.4980973490458729f,0.8627299156628209f,-0.08715574274765804f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.1108993136402854f,0.036305297818965306f,0.9931682977141335f,0.011945102355620784f,0.8600002169229888f,0.5043600082983364f,0.07759258290400065f,0.3735059185988455f,-0.49809734904587255f,0.8627299156628211f,-0.08715574274765804f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,-0.27479998035281905f,0.9583414206496185f,-0.020023208053378018f,0.9969620392646044f,-0.021469110831084298f,0.07487168720874385f,0.5606469668582785f,2.1183139386821959e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.07788897396526262f,0.08689096702332642f,0.9931682977141335f,8.878689293818311e-17f,0.9969620392646044f,0.006788471377795253f,0.07759258290400065f,0.554375f,2.1183139386821959e-16f,0.9961946980917455f,-0.08715574274765804f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.397595063668681e-16f,-0.9969620392646044f,0.07788897396526284f,0.22144330378730326f,-6.745627912686823e-19f,-0.07788897396526284f,-0.9969620392646044f,1.3709788020103528f,1f,-1.3938746347781439e-16f,1.0213211056811753e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.397595063668681e-16f,-0.9969620392646044f,0.07788897396526284f,0.22144330378730323f,-6.745627912686823e-19f,-0.07788897396526284f,-0.9969620392646044f,1.3709788020103528f,1f,-1.3938746347781439e-16f,1.0213211056811753e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.397595063668681e-16f,-0.9969620392646044f,0.07788897396526284f,0.20975995769251382f,-6.745627912686823e-19f,-0.07788897396526284f,-0.9969620392646044f,1.5205231079000434f,1f,-1.3938746347781439e-16f,1.0213211056811753e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.397595063668681e-16f,0.9969620392646044f,-0.0778889739652624f,0.34557885604444055f,-6.745627912686823e-19f,0.0778889739652624f,0.9969620392646044f,-0.2179294480676103f,1f,1.393874634778143e-16f,-1.0213211056811691e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.397595063668681e-16f,0.9969620392646044f,-0.0778889739652624f,0.3455788560444406f,-6.745627912686823e-19f,0.0778889739652624f,0.9969620392646044f,-0.2179294480676103f,1f,1.393874634778143e-16f,-1.0213211056811691e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.397595063668681e-16f,0.9969620392646044f,-0.0778889739652624f,0.35726220213922993f,-6.745627912686823e-19f,0.0778889739652624f,0.9969620392646044f,-0.367473753957301f,1f,1.393874634778143e-16f,-1.0213211056811691e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000012170152182072286f,-1.9135106236677393e-21f,0.000015577531863509445f,-0.6859735656640097f,0.000015577531863509445f,-3.469446951953614e-21f,0.0000012170152182072286f,0.5080219039172742f,3.3098655291909312e-21f,0.000015625f,2.1779291168408493e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135.mcfunction new file mode 100644 index 000000000..76658e6eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135_as_bone.mcfunction new file mode 100644 index 000000000..29851d70a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_135_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4779237579363711f,0.18812616561934878f,0.6349345413928765f,0.21377199684090895f,0.6442227572996168f,-0.049219994179681564f,0.4994986242170001f,0.325558303879537f,0.15333090041378f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3620093498266739f,0.34941983808142796f,0.6219766936093485f,0.21377199684090895f,0.5645863283592801f,-0.28604740034356113f,0.4893047747431838f,0.325558303879537f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7937325772270969f,0.13244055003270985f,-0.13925710394772678f,0.3027670664757134f,-0.11585626988287785f,-0.14238526161341228f,-0.7957689403643186f,0.4744522215540222f,-0.1533309004137799f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6686992438694317f,0.4174113506772361f,-0.13641512223450789f,0.3027670664757134f,-0.051476332237197865f,-0.1722936528545559f,-0.779528757907904f,0.4744522215540222f,-0.4361095143055881f,0.6603655514272677f,-0.1171572875253812f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7154083936322412f,-0.026199568625663697f,-1.388852282614809f,-0.006707234887190714f,-1.3886171355138268f,-0.02767248386532359f,0.7158092864681895f,0.5554083877043806f,-0.03659960761963957f,1.562035232074025f,-0.010613787332327387f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.42443102432844476f,-0.35557328213860634f,0.8327220104072464f,0.18959878488272955f,-0.4705617983024261f,-0.6991009521685833f,-0.5383581081913484f,0.7656405496217753f,0.7735825098629714f,-0.620343050018423f,0.1294009301664643f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.14372508520760946f,-0.5347122153695193f,0.8327220104072464f,0.2367585784664764f,0.015526173750742528f,-0.842573133486521f,-0.5383581081913484f,0.760546023859813f,0.9894958503251681f,-0.06444657835235847f,0.1294009301664643f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2134573266411047f,0.4473539523969606f,0.8685104553072751f,-0.09628734158062567f,-0.5966624423720152f,0.6442429212406288f,-0.47848196234968277f,0.2873364643214684f,-0.7735825098629717f,-0.6203430500184226f,0.1294009301664643f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08173768031688017f,0.48888499735455665f,0.8685104553072751f,-0.06946716522664936f,-0.1192347005099115f,0.8699644233532249f,-0.47848196234968277f,0.2482125782166537f,-0.9894958503251681f,-0.06444657835235797f,0.1294009301664643f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.737481893515888f,0.6718130722737654f,-0.06919286566044425f,-0.20140240132639056f,0.6618741026688977f,0.7393218516090444f,0.12379770575263371f,0.7026706592101565f,0.134324714600336f,0.045501600581279f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3553322851598391f,0.9145632387339393f,0.19316586002597316f,-0.028714507438614624f,0.8806087765008366f,0.25822583644332897f,0.3973003903129757f,0.7535711309827368f,0.31347591593739144f,0.3112772072440098f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8603112831301352f,0.4975897856285568f,-0.1107650728212983f,-0.3496183060202753f,0.4953556556621756f,0.8673170872467758f,0.0488246308052086f,0.41079628124162115f,0.12036307790380261f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5018974606387676f,0.8513106642441239f,0.1528695258990008f,-0.18904212193763334f,0.792343739356455f,0.3816683023001407f,0.47594191423109483f,0.48533372488684184f,0.3468289747223941f,0.3599992499486032f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.7930209579069297f,0.3284800360111537f,0.357367475662374f,0.8583596995068637f,-0.47399488490241043f,-0.19633510982205235f,-0.0014488578372767735f,2.5342444433213943e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.7930209579069297f,0.3284800360111537f,0.26979554556017116f,0.8583596995068637f,-0.47399488490241043f,-0.19633510982205235f,0.007205597498199767f,2.5342444433213943e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.7930209579069297f,0.3284800360111537f,0.6587833909205292f,0.8583596995068637f,-0.47399488490241043f,-0.19633510982205235f,0.5028374656230057f,2.5342444433213943e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.7930209579069297f,0.3284800360111537f,0.6096900882980908f,0.8583596995068637f,-0.47399488490241043f,-0.19633510982205235f,0.575868898421497f,2.5342444433213943e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6123657328399293f,0.43955271785347094f,0.6571161369735512f,0.46061258988128234f,0.7856026144055901f,-0.43140196050245677f,-0.44353227696948794f,0.05468254223972514f,0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.5360653002316081f,0.5299362003265609f,0.6571161369735512f,0.5276996478300036f,0.8434166774979678f,-0.3031953617794154f,-0.44353227696948794f,0.14877608662012437f,-0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6139497995132819f,0.167345895376939f,0.7714019671857801f,0.5606095233852617f,0.7685971750842705f,-0.3493318239874672f,-0.5359343795671897f,0.15343913771377332f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5321882318948437f,0.3488763260161808f,0.7714019671857801f,0.5475576560571508f,0.8389288220580678f,-0.09472471862293583f,-0.5359343795671897f,0.12774157028998911f,-0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5802123930700209f,0.26132849815867365f,0.7714019671857801f,0.5721427342284822f,0.8137820054521012f,-0.2247958816355137f,-0.5359343795671897f,0.04698900548554398f,0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5802123930700209f,0.4811984636892729f,0.6571161369735512f,0.463873079898396f,0.8137820054521012f,-0.3755502188637598f,-0.44353227696948794f,0.1314878047298898f,0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.40193382514303216f,0.5881174193627183f,0.7018312484123422f,0.6582381342700079f,0.9113794263221947f,-0.1828445906770902f,-0.36872129981431057f,0.3853215501908186f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.48898718666342567f,0.5180004150876342f,0.7018312484123422f,0.6071342277727305f,0.8715556375086465f,-0.3231646233580374f,-0.36872129981431057f,0.2816747500520842f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.38620595802507923f,0.38692630836199066f,0.8373368437392997f,0.6186120895904115f,0.9047214664502279f,0.018038953608279576f,-0.4256215035649253f,0.25048079803155965f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.48687049786638065f,0.24864458253509208f,0.8373368437392997f,0.6350646030617043f,0.8660155893252961f,-0.262418243932644f,-0.4256215035649253f,0.27414577241835064f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.4419797318683453f,0.321746680999654f,0.8373368437392997f,0.7178308159252675f,0.8964047579566219f,-0.12371275445912025f,-0.4256215035649253f,0.2907336233765043f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.4419797318683453f,0.5586473085673632f,0.7018312484123422f,0.592135171497611f,0.8964047579566219f,-0.24597380546711795f,-0.36872129981431057f,0.34607772960660577f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.7930209579069297f,0.3284800360111537f,0.11131588364535326f,0.8583596995068637f,-0.47399488490241043f,-0.19633510982205235f,0.48784061786267235f,2.5342444433213943e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.3284800360111535f,0.7930209579069298f,-0.011864129858829295f,0.8583596995068637f,-0.19633510982205274f,-0.4739948849024103f,0.5614662840459421f,2.5342444433213943e-16f,0.9238795325112867f,-0.3826834323650897f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5045758561895456f,-0.06866116871661188f,0.8606328190703955f,-0.20806503637402213f,0.8589905604538537f,0.14017002913369575f,-0.4924302793125472f,0.48341236273418936f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954708f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5045758561895456f,0.2944196101314457f,0.811615856499018f,-0.09626042377666034f,0.8589905604538537f,-0.07665821146093782f,-0.5062200466860084f,0.4517213608748908f,-0.08682408883346493f,0.9525967729242303f,-0.29158354859727753f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5183413463384692f,-0.3710445772242037f,0.7704856717606984f,-0.1613533217223401f,0.8465122151982056f,0.09471408223481878f,-0.5238762374327f,0.8070311770170578f,0.12140559376013038f,0.9237722470062236f,0.36318799190615075f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5183413463384692f,0.8305390598030435f,-0.20378203752416318f,0.12733072455335934f,0.8465122151982056f,-0.46448134831889887f,0.2601425505066106f,0.6384576751503301f,0.12140559376013038f,-0.30734662387170314f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.6870295195780994f,0.4728320249346035f,0.5517429794972731f,-0.002129738323192432f,0.7004494484161833f,-0.6329415253176698f,-0.32978113308982127f,0.5556479614032375f,0.19328996208223165f,0.6130374390889876f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.29157632759464525f,0.7813852633380615f,0.5517429794972731f,-0.002129738323192432f,0.9368149421015176f,-0.11671404591275164f,-0.32978113308982127f,0.5556479614032375f,-0.19328996208223115f,0.6130374390889878f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.6575416780045087f,0.5517429794972731f,-0.002129738323192432f,0.8583596995068637f,-0.3930178501295842f,-0.32978113308982127f,0.5556479614032375f,2.5342444433213943e-16f,0.6427876096865393f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.32339060981577505f,-0.68048325120461f,0.6575416780045086f,-0.008416234929957347f,0.9177992945460502f,0.05640411696226055f,-0.3930178501295841f,0.559405450036864f,0.23035400672389814f,0.730589570429055f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6552152373569696f,-0.371930012801152f,0.6575416780045086f,-0.008416234929957347f,0.7194650959716506f,0.5726315963671786f,-0.3930178501295841f,0.559405450036864f,-0.23035400672389764f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,-0.5517429794972732f,0.6575416780045086f,-0.008416234929957347f,0.8583596995068637f,0.3297811330898213f,-0.3930178501295841f,0.559405450036864f,2.5342444433213943e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4817184072473759f,-0.1917359765001091f,0.8550933817043616f,0.09111974198055153f,0.7210037496383256f,-0.46790427219247716f,-0.5110960624691832f,0.7110705733215889f,0.49809734904587294f,0.8627299156628209f,-0.0871557427476582f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.40690743009219865f,0.3213123898967507f,0.8550933817043616f,-0.09486029083831019f,0.7657188610771167f,0.3904554273143865f,-0.5110960624691832f,0.3999151822503508f,-0.4980973490458725f,0.8627299156628211f,-0.0871557427476582f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,-0.23659599791194605f,0.8251083004730736f,-0.012707387345634364f,0.8583596995068637f,0.14141529511986128f,-0.49317374278102966f,0.5710719678645023f,2.5342444433213943e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5130483663968599f,0.07481097715517727f,0.8550933817043616f,8.878689293818311e-17f,0.8583596995068637f,-0.04471511143879122f,-0.5110960624691832f,0.5543750000000001f,2.5342444433213943e-16f,0.9961946980917455f,-0.0871557427476582f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-8.545058090711853e-18f,-0.8583596995068639f,-0.5130483663968597f,0.6529314565197621f,-3.1450464564461156e-17f,0.5130483663968597f,-0.8583596995068639f,1.0924822563504248f,1f,8.800875972206944e-18f,-3.1379839407108126e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-8.545058090711853e-18f,-0.8583596995068639f,-0.5130483663968597f,0.6529314565197621f,-3.1450464564461156e-17f,0.5130483663968597f,-0.8583596995068639f,1.0924822563504248f,1f,8.800875972206944e-18f,-3.1379839407108126e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-8.545058090711853e-18f,-0.8583596995068639f,-0.5130483663968597f,0.7298887114792911f,-3.1450464564461156e-17f,0.5130483663968597f,-0.8583596995068639f,1.2212362112764543f,1f,8.800875972206944e-18f,-3.1379839407108126e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-8.545058090711853e-18f,0.8583596995068636f,0.5130483663968601f,-0.16473937742523337f,-3.1450464564461156e-17f,-0.5130483663968601f,0.8583596995068636f,-0.27552851473863926f,1f,-8.800875972207058e-18f,3.1379839407108126e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-8.545058090711853e-18f,0.8583596995068636f,0.5130483663968601f,-0.16473937742523337f,-3.1450464564461156e-17f,-0.5130483663968601f,0.8583596995068636f,-0.27552851473863926f,1f,-8.800875972207058e-18f,3.1379839407108126e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-8.545058090711853e-18f,0.8583596995068636f,0.5130483663968601f,-0.2416966323847624f,-3.1450464564461156e-17f,-0.5130483663968601f,0.8583596995068636f,-0.40428246966466885f,1f,-8.800875972207058e-18f,3.1379839407108126e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008016380724950938f,-1.9135106236677393e-21f,0.000013411870304794749f,-0.5864193668264993f,0.000013411870304794749f,-3.469446951953614e-21f,-0.000008016380724950938f,0.913290963029032f,3.959756942689679e-21f,0.000015625f,-1.375136870657344e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136.mcfunction new file mode 100644 index 000000000..3423f8edd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136_as_bone.mcfunction new file mode 100644 index 000000000..7b5e52184 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_136_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.03323712364195019f,0.12794118983011546f,0.8058975058909836f,0.04821676025672493f,0.8014545358501336f,-0.1464415035518993f,0.056302375146612745f,0.24497123291372275f,0.1533309004137801f,0.7931773965682316f,-0.11959806434882635f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.01788134734307003f,0.1282496749777266f,0.7894506180156575f,0.04821676025672493f,0.6704392209211363f,-0.4329773196788353f,0.055153347082396165f,0.24497123291372275f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538092f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5914022226788324f,0.029521623180100695f,-0.5624200647379082f,0.2055079403069447f,-0.5419201882503365f,-0.19220441145431275f,-0.5799348396403384f,0.318108130702523f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.524166830622471f,0.24841886292801746f,-0.5509421042330529f,0.2055079403069447f,-0.41839888289446636f,-0.37710132196760016f,-0.5680994347497194f,0.318108130702523f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.372160719888738f,-0.0372227602105641f,-0.746455407185672f,-0.004966934675186375f,-0.7464862205804668f,-0.008163937882804303f,1.3726244652495947f,0.5589993323747265f,-0.03659960761963967f,1.5620352320740252f,-0.01061378733232717f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6155218588528573f,-0.6870112384622715f,0.38619735822615264f,0.2755570031760244f,-0.15067495381923673f,-0.37840462275238707f,-0.9132945854275027f,0.622559820060237f,0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.11015253109356987f,-0.9158154947328752f,0.38619735822615264f,0.311700802441102f,0.09361827857289895f,-0.39639452335501885f,-0.9132945854275027f,0.5918413224035045f,0.9894958503251682f,-0.06444657835235842f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5118912874710394f,0.7320940303218286f,0.44945037610217126f,-0.22972229348538892f,-0.3735470656361083f,0.28144774126111294f,-0.8838833399797001f,0.38761619345050696f,-0.7735825098629718f,-0.6203430500184228f,0.1294009301664642f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0005950904002431923f,0.8933051020166807f,0.44945037610217126f,-0.22952702944780912f,-0.14456005000237193f,0.44480628733150923f,-0.8838833399797001f,0.3401824270434787f,-0.9894958503251682f,-0.06444657835235801f,0.1294009301664642f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.23800361692851651f,0.9711858042021875f,0.01234552733152644f,-0.08323990222289013f,0.9619309483411382f,0.23393960344646922f,0.14128380148773778f,0.7902259030691532f,0.13432471460033613f,0.045501600581279f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.20101466934244783f,0.9015853958853208f,0.38306249703599904f,0.08820150011208253f,0.928076480057737f,-0.300416834043431f,0.22005402288293147f,0.7352730843290282f,0.31347591593739155f,0.31127720724400976f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4331853073429934f,0.8990171925957251f,-0.06417613979865622f,-0.3698717905428247f,0.8932318954110849f,0.43772435619851524f,0.1026360999401078f,0.6321095929778326f,0.12036307790380281f,-0.012863724495478734f,-0.9926465907208001f,-0.5662280429658705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.030180417857894715f,0.9186446318095195f,0.39393042891540464f,-0.1951638568978185f,0.9374426940730486f,-0.16276541550340184f,0.30774764799274945f,0.6035145003708995f,0.34682897472239427f,0.35999924994860316f,-0.8660890267919666f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.3895329886450722f,0.1613498468885139f,-0.016796081771166912f,0.42162746866601186f,-0.8377454514054442f,-0.3470055277885054f,-0.10620774670138544f,2.046672974899408e-16f,0.38268343236508956f,-0.9238795325112868f,-0.192311276010457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.3895329886450722f,0.1613498468885139f,-0.08436500004719086f,0.42162746866601186f,-0.8377454514054442f,-0.3470055277885054f,-0.049832363580852745f,2.046672974899408e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.3895329886450722f,0.1613498468885139f,0.5159307894074472f,0.42162746866601186f,-0.8377454514054442f,-0.3470055277885054f,0.1414983911398966f,2.046672974899408e-16f,0.38268343236508956f,-0.9238795325112868f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.3895329886450722f,0.1613498468885139f,0.5163695568137995f,0.42162746866601186f,-0.8377454514054442f,-0.3470055277885054f,0.22949583441038013f,2.046672974899408e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9480261149821668f,0.12110878785195688f,0.2942433462575639f,0.1001473793815925f,0.30563007677468707f,-0.6038600043079241f,-0.7361680184359631f,-0.1178057887039361f,0.088525371970514f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9174087519083f,0.2679216958463916f,0.2942433462575639f,0.2085190669261162f,0.39633178009865677f,-0.5486144080462133f,-0.7361680184359631f,-0.0776829052453242f,-0.03580924469861051f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.939778958586365f,-0.057915171691832315f,0.3368402319887465f,0.2383603521948707f,0.29067418679381696f,-0.3829924344394099f,-0.8768268428224167f,-0.09232195057189456f,0.17978883761257328f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9116796747255547f,0.23532706772930695f,0.3368402319887465f,0.21312231742603405f,0.39479875042786483f,-0.27442418691993786f,-0.8768268428224167f,-0.10624164213663613f,-0.11390398304231028f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9372686490337183f,0.08981167881893491f,0.3368402319887465f,0.18807277685893264f,0.34700872180421094f,-0.33280570111985797f,-0.8768268428224167f,-0.18685133949721258f,0.0333530587850028f,0.9387088087633163f,-0.34309378574937793f,-0.061975742842232784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9372686490337183f,0.18694473173015455f,0.2942433462575639f,0.14601021221964794f,0.34700872180421094f,-0.5810693552613792f,-0.7361680184359631f,-0.05611073456340249f,0.0333530587850028f,0.792092211585536f,-0.609489542006439f,-0.2401964904489781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8446616715911555f,0.3836842014123884f,0.37327348436685437f,0.4494336399860003f,0.527929842935893f,-0.48176828131818095f,-0.6994207632415619f,0.044604548180182876f,-0.08852537197051358f,0.7878361229991067f,-0.609489542006439f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.8942839175705187f,0.246826215470223f,0.37327348436685437f,0.3489128984861818f,0.44606498715864273f,-0.5584233368849751f,-0.6994207632415619f,-0.012402898408906557f,0.03580924469861091f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.827910869432004f,0.33017444289088527f,0.4533744914946544f,0.3408749310562262f,0.5312622385849222f,-0.20253940162746983f,-0.8226410059327964f,-0.04465495313662181f,-0.17978883761257286f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.8894195412464575f,0.05817602694327109f,0.4533744914946544f,0.3677833679024231f,0.4426722967343198f,-0.35679547791674526f,-0.8226410059327964f,-0.034327696059121594f,0.11390398304231068f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8693685751335656f,0.19659565364523457f,0.4533744914946544f,0.44556401073711066f,0.49303737590563823f,-0.2831535295876756f,-0.8226410059327964f,-0.06712364689774415f,-0.033353058785002394f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8693685751335656f,0.323828946264631f,0.37327348436685437f,0.3727024978275688f,0.49303737590563823f,-0.5174212422259769f,-0.6994207632415619f,0.04929613260310045f,-0.033353058785002394f,0.792092211585536f,-0.609489542006439f,-0.24019649044897803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.3895329886450722f,0.1613498468885139f,0.05467851562774276f,0.42162746866601186f,-0.8377454514054442f,-0.3470055277885054f,0.4367811656085301f,2.046672974899408e-16f,0.38268343236508956f,-0.9238795325112868f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.16134984688851362f,0.3895329886450723f,-0.005827676955449846f,0.42162746866601186f,-0.3470055277885058f,-0.8377454514054441f,0.5669082385292198f,2.046672974899408e-16f,0.9238795325112867f,-0.3826834323650899f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9001158777632362f,0.021986860491198412f,0.43509537410119525f,-0.21197801628484225f,0.42691097924128985f,0.15452692685293626f,-0.8909929543383774f,0.6126165303798359f,-0.08682408883346497f,0.9877438973960445f,0.12970570825954697f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9001158777632362f,0.2004383030659102f,0.3868021370967032f,-0.1373126260574318f,0.42691097924128985f,-0.22887523867469958f,-0.8748503534461434f,0.5235678330334921f,-0.08682408883346497f,0.9525967729242303f,-0.29158354859727764f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9044885866101522f,-0.2536689482677982f,0.34285924426311964f,0.008538244363606035f,0.40885337041012476f,0.2868743633470601f,-0.8663382833273037f,0.8540367035907245f,0.12140559376013034f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9044885866101522f,0.4259119146690715f,-0.02234810137112324f,0.1525744006662554f,0.40885337041012476f,-0.850962451426378f,0.3296996023150315f,0.5523595752178886f,0.12140559376013034f,-0.30734662387170325f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9615681599450971f,0.03423515949712036f,0.2724236179812727f,-0.001266269294419448f,0.1940021014854544f,-0.786830105666765f,-0.5858852869253967f,0.55709829012581f,0.19429322787742026f,0.6162193916703967f,-0.7632324697825289f,-0.8610800833084497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7680340431599626f,0.5795766393785673f,0.2724236179812727f,-0.001266269294419448f,0.6102244260502305f,-0.5332584555504132f,-0.5858852869253967f,0.55709829012581f,-0.19429322787741987f,0.616219391670397f,-0.7632324697825289f,-0.8610800833084497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.32179977423811595f,0.2724236179812727f,-0.001266269294419448f,0.42162746866601186f,-0.6920756521007196f,-0.5858852869253967f,0.55709829012581f,2.046672974899408e-16f,0.6461239796429638f,-0.7632324697825289f,-0.8610800833084497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7898314199198931f,-0.510444192541619f,0.34001919711666223f,-0.004134066209370033f,0.5633461031212295f,0.3845794102052891f,-0.7312590822302836f,0.5632658905372953f,0.24250256948216065f,0.7691198889293439f,0.5913096483635824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9397707831851666f,0.03489728733982794f,0.34001919711666223f,-0.004134066209370033f,0.24088042441445548f,0.6381510603216409f,-0.7312590822302836f,0.5632658905372953f,-0.24250256948216026f,0.7691198889293441f,0.5913096483635824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,-0.24931239023732696f,0.34001919711666223f,-0.004134066209370033f,0.42162746866601186f,0.5361813427582258f,-0.7312590822302836f,0.5632658905372953f,2.046672974899408e-16f,0.8064446042674825f,0.5913096483635824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8153315365848676f,-0.3994642527594857f,0.41912145759608155f,0.16423420153209622f,0.3209046823749675f,-0.2907489939575347f,-0.9013796133386323f,0.6310481209924957f,0.48192807583702735f,0.8694212634160652f,-0.10886687485196467f,-0.7500919739408684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7708247870084125f,0.4797565544273167f,0.41912145759608155f,-0.16446961259938903f,0.41662270395821654f,0.11806911198125254f,-0.9013796133386323f,0.47820816360106644f,-0.481928075837027f,0.8694212634160654f,-0.10886687485196467f,-0.7500919739408685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,-0.11621628060291432f,0.4052943355840709f,-0.0011265809072513817f,0.42162746866601186f,0.249939448756317f,-0.8716424436784153f,0.5753272610827479f,2.046672974899408e-16f,0.961261695938319f,0.2756373558169991f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9067691424316835f,0.03674725519440111f,0.4200230488549246f,8.878689293818312e-17f,0.42162746866601186f,-0.07903013810929065f,-0.903318612083642f,0.5543750000000001f,2.046672974899408e-16f,0.9961946980917455f,-0.08715574274765833f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[7.887851607471728e-17f,-0.4216274686660121f,-0.9067691424316834f,0.8424819717771449f,-1.2842450021954569e-16f,0.9067691424316834f,-0.4216274686660121f,0.632496914214218f,1f,1.4970872299600931e-16f,1.7377307435090484e-17f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[7.887851607471728e-17f,-0.4216274686660121f,-0.9067691424316834f,0.8424819717771449f,-1.2842450021954569e-16f,0.9067691424316834f,-0.4216274686660121f,0.632496914214218f,1f,1.4970872299600931e-16f,1.7377307435090484e-17f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[7.887851607471728e-17f,-0.4216274686660121f,-0.9067691424316834f,0.9784973431418974f,-1.2842450021954569e-16f,0.9067691424316834f,-0.4216274686660121f,0.6957410345141198f,1f,1.4970872299600931e-16f,1.7377307435090484e-17f,0.22812500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[7.887851607471728e-17f,0.42162746866601164f,0.9067691424316836f,-0.6026813489733507f,-1.2842450021954569e-16f,-0.9067691424316836f,0.42162746866601164f,-0.03947186397223845f,1f,-1.4970872299600941e-16f,-1.7377307435090552e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[7.887851607471728e-17f,0.42162746866601164f,0.9067691424316836f,-0.6026813489733507f,-1.2842450021954569e-16f,-0.9067691424316836f,0.42162746866601164f,-0.03947186397223845f,1f,-1.4970872299600941e-16f,-1.7377307435090552e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[7.887851607471728e-17f,0.42162746866601164f,0.9067691424316836f,-0.7386967203381032f,-1.2842450021954569e-16f,-0.9067691424316836f,0.42162746866601164f,-0.10271598427214021f,1f,-1.4970872299600941e-16f,-1.7377307435090552e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014168267850495055f,-1.9135106236677393e-21f,0.000006587929197906435f,-0.2833242784223824f,0.000006587929197906435f,-3.469446951953614e-21f,-0.000014168267850495055f,1.1808218816768794f,3.197926523280325e-21f,0.000015625f,-2.3391987968126467e-21f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137.mcfunction new file mode 100644 index 000000000..9494dfa9a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137_as_bone.mcfunction new file mode 100644 index 000000000..ef77e7d12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_137_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.40738824539464047f,0.0278883825893625f,0.7072492489039988f,-0.12756205542545576f,0.6909912423012469f,-0.19244817519071458f,-0.39043469027891015f,0.2683969080550629f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882644f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.37915110237864674f,-0.12747940524113277f,0.6928155907631008f,-0.12756205542545576f,0.553220510372854f,-0.43320473188496933f,-0.38246663537525893f,0.2683969080550629f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538102f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.20223498363515655f,-0.07960464075520664f,-0.7872156991630483f,0.04423004917868053f,-0.7762313384660736f,-0.17741804639867148f,-0.18147228559670336f,0.24437620999190096f,-0.1533309004137801f,0.7931773965682315f,-0.11959806434882658f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.21286936094171613f,0.0037683716523920635f,-0.7711500726495168f,0.04423004917868053f,-0.6359993134464923f,-0.4515563507063659f,-0.1777687695641176f,0.24437620999190096f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538115f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5575716144853429f,-0.03568808497446805f,0.11875721595077825f,-0.001658849547612794f,0.11847946856571027f,0.013362048881162342f,1.5579442612552241f,0.5609555097186992f,-0.03659960761963943f,1.5620352320740247f,-0.010613787332326997f,0.2735738076407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5986576405637367f,-0.7823708000540963f,-0.17177008068163122f,0.268404044629403f,0.20779588501403445f,0.055411474592853255f,-0.9766014738134897f,0.4619623357565319f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.041642174696864084f,-0.9842565563252006f,-0.17177008068163122f,0.28206788320181153f,0.13843370787416132f,0.1645772459045649f,-0.9766014738134897f,0.41653877536032274f,0.9894958503251681f,-0.0644465783523583f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6326935204073684f,0.7675640449982561f,-0.10268566628525574f,-0.28345775562314485f,-0.035623161968538555f,-0.16130696550290785f,-0.9862611485867258f,0.5391259848485884f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07801554104880107f,0.9916497513207054f,-0.10268566628525574f,-0.3090566050297827f,-0.12170266038232525f,-0.1117023242562904f,-0.9862611485867258f,0.4991922994106379f,-0.9894958503251681f,-0.0644465783523581f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3226165183477994f,0.9425135983337943f,0.08710165925530416f,0.05820604748444329f,0.9369500803867208f,-0.3310554655951551f,0.11192330214433845f,0.7976168258376839f,0.13432471460033624f,0.045501600581278834f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6728495634805116f,0.5938476601749482f,0.4411557790948958f,0.17230970738658916f,0.6700793348934876f,-0.741924158357921f,-0.023285793814945888f,0.6583605099342302f,0.31347591593739155f,0.31127720724400954f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.12142008722440623f,0.9925994681352741f,0.0018596440490328825f,-0.26834167517331603f,0.9852765560470531f,-0.1207510681098761f,0.12103424166071104f,0.8205338881663793f,0.12036307790380289f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5344961466478348f,0.682934307995023f,0.49791023305609605f,-0.13717955346764862f,0.7707292206161837f,-0.6356109431089139f,0.04444319395102253f,0.7016346062956518f,0.34682897472239427f,0.359999249948603f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.12793616613196335f,-0.05299289512987651f,-0.3728864943492606f,-0.13847710835654903f,-0.9149785396328863f,-0.37899652039626974f,0.008841008451966392f,9.053671564000853e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.12793616613196335f,-0.05299289512987651f,-0.39900126880369957f,-0.13847710835654903f,-0.9149785396328863f,-0.37899652039626974f,0.09287529368229747f,9.053671564000853e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.12793616613196335f,-0.05299289512987651f,0.2089533160567065f,-0.13847710835654903f,-0.9149785396328863f,-0.37899652039626974f,-0.07251429270750614f,9.053671564000853e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.12793616613196335f,-0.05299289512987651f,0.25711596420728455f,-0.13847710835654903f,-0.9149785396328863f,-0.37899652039626974f,0.0011342093960837185f,9.053671564000853e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9620050281728084f,-0.22628710696929305f,-0.15277588484346077f,-0.2809945086060065f,-0.2582819859915066f,-0.5728074619950446f,-0.7779344620179f,-0.06441300605127753f,0.08852537197051386f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9855602524444228f,-0.07301039523234992f,-0.15277588484346077f,-0.16820849283200062f,-0.16549527726132054f,-0.6061594559265079f,-0.7779344620179f,-0.08958408239113522f,-0.035809244698610604f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9469573017311232f,-0.2566438088865738f,-0.19340585321624265f,-0.151103275667339f,-0.2663603622313778f,-0.2901229520567308f,-0.919173993388552f,-0.11808347712706484f,0.17978883761257308f,0.921934177720991f,-0.343093785749378f,-0.1631056045423669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9799172109117282f,0.048543132373977824f,-0.19340585321624265f,-0.17985455367182857f,-0.16367083553913145f,-0.35823320263770286f,-0.919173993388552f,-0.11606352035547278f,-0.11390398304231035f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9754466229103207f,-0.10534733881094699f,-0.19340585321624265f,-0.24466904756450214f,-0.2176957953717421f,-0.32821899785906283f,-0.919173993388552f,-0.17014202045138127f,0.03335305878500267f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9754466229103207f,-0.15862980446041303f,-0.15277588484346077f,-0.20897734156090927f,-0.2176957953717421f,-0.5894289723812242f,-0.7779344620179f,-0.037520501665606054f,0.03335305878500267f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9959535023387784f,0.06049555241723995f,-0.06645983235650132f,0.10049300899912444f,-0.01548805012270646f,-0.6129066253806282f,-0.790003537250263f,-0.11775420293790902f,-0.08852537197051366f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9931552514146079f,-0.09605070156294125f,-0.06645983235650132f,-0.014871530203570175f,-0.11117708658578204f,-0.6029378629264966f,-0.790003537250263f,-0.1110243045113967f,0.035809244698610784f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9836986685886506f,0.16722440573859845f,-0.06612811461314597f,-0.039137714409701575f,-0.0035921145355644266f,-0.34938999710251134f,-0.9369705046787072f,-0.13373897507116195f,-0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.16310560454236692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9872282120795812f,-0.14493974517662359f,-0.06612811461314597f,-0.01093505447840696f,-0.11138375070561674f,-0.33117960903545757f,-0.9369705046787072f,-0.13968255859041165f,0.11390398304231053f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9977473660773588f,0.011281220829511409f,-0.06612811461314597f,0.0365607135125321f,-0.05820452693199847f,-0.3445264959429851f,-0.9369705046787072f,-0.20946475412865392f,-0.03335305878500249f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9977473660773588f,-0.009126016044217256f,-0.06645983235650132f,0.03861406712248098f,-0.05820452693199847f,-0.6103332238840481f,-0.790003537250263f,-0.07213977875474331f,-0.03335305878500249f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.12793616613196335f,-0.05299289512987651f,-0.017958324103774258f,-0.13847710835654903f,-0.9149785396328863f,-0.37899652039626974f,0.4259400026140631f,9.053671564000853e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.052992895129876746f,-0.12793616613196326f,0.0019140115699295222f,-0.13847710835654903f,-0.3789965203962701f,-0.9149785396328861f,0.5680636977626644f,9.053671564000853e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9876488837099937f,0.10238974489097268f,-0.1186002641125451f,-0.14635391117257912f,-0.13042722148632346f,0.11780633810637564f,-0.9844340539606118f,0.7184094108214222f,-0.0868240888334651f,0.9877438973960446f,0.12970570825954686f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9876488837099937f,0.04398797428099685f,-0.15038198238172776f,-0.13202653016473972f,-0.13042722148632346f,-0.3010389448775638f,-0.944650355190936f,0.6030867454414178f,-0.0868240888334651f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9815127491985357f,-0.057181751057341135f,-0.18265533254397215f,0.1699250110317052f,-0.1479642016316211f,0.3786490235126565f,-0.9136364222317479f,0.8013477289430612f,0.12140559376013021f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9815127491985357f,-0.10456927843286834f,0.1603059236858141f,0.12701403317799034f,-0.1479642016316211f,-0.9458347206582635f,0.288969334415993f,0.46981469576935186f,0.12140559376013021f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9128645276414578f,-0.398233958847966f,-0.08993368776056805f,0.0004886363730638187f,-0.3585234700092931f,-0.6765842313909091f,-0.6431910286109948f,0.5578696474367238f,0.1952927946096177f,0.6193896123228497f,-0.7604059656000312f,-0.8612227490066537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9761924589263904f,0.19738342114025867f,-0.08993368776056805f,0.0004886363730638187f,0.0943875389488136f,-0.7598659705537009f,-0.6431910286109948f,0.5578696474367238f,-0.19529279460961754f,0.6193896123228497f,-0.7604059656000312f,-0.8612227490066537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.10529881929336186f,-0.08993368776056805f,0.0004886363730638187f,-0.13847710835654903f,-0.7530799367766613f,-0.6431910286109948f,0.5578696474367238f,9.053671564000853e-17f,0.6494480483301835f,-0.7604059656000312f,-0.8612227490066537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9669021162012292f,-0.2268486238395527f,-0.11679040862881757f,0.0013577709636409358f,0.027944526965877542f,0.5491356590952642f,-0.8352659045613343f,0.5640855559047829f,0.2536126990082287f,0.8043567179878037f,0.537299608346824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9221548703666189f,0.3687687561486719f,-0.11679040862881757f,0.0013577709636409358f,-0.29208045802635707f,0.4658539199324724f,-0.8352659045613343f,0.5640855559047829f,-0.25361269900822847f,0.8043567179878037f,0.537299608346824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.990365634733561f,0.07440369608497444f,-0.11679040862881757f,0.0013577709636409358f,-0.13847710835654903f,0.5321230676624962f,-0.8352659045613343f,0.5640855559047829f,9.053671564000853e-17f,0.8433914458128856f,0.537299608346824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8659553065407307f,-0.4809076825873166f,-0.13729241749800486f,0.17927998941354925f,-0.18295598706891247f,-0.0491263834772344f,-0.9818929194378012f,0.5276755726845139f,0.4654551684852038f,0.8753938538023583f,-0.13052619222005168f,-0.7503204781651129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8829265999356711f,0.44898932194829483f,-0.13729241749800486f,-0.17972755317736658f,-0.06158007191004701f,-0.17914851241767488f,-0.9818929194378012f,0.5778735244637629f,-0.4654551684852037f,0.8753938538023583f,-0.13052619222005168f,-0.7503204781651129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.990365634733561f,0.03816946398858315f,-0.13311274002745072f,0.010433915518587163f,-0.13847710835654903f,0.27298176484998266f,-0.9520005496430126f,0.5725793905685195f,9.053671564000853e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.990365634733561f,-0.012069075232363096f,-0.13795016115187028f,8.878689293818312e-17f,-0.13847710835654903f,-0.08631605248695967f,-0.9865969944938398f,0.554375f,9.053671564000853e-17f,0.9961946980917455f,-0.08715574274765842f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.744066618100609e-17f,0.1384771083565488f,-0.990365634733561f,0.7498181874894128f,-2.52792699741222e-16f,0.990365634733561f,0.1384771083565488f,0.16239082690101828f,1f,2.368639008461443e-16f,1.3150788928502272e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.744066618100609e-17f,0.1384771083565488f,-0.990365634733561f,0.7498181874894128f,-2.52792699741222e-16f,0.990365634733561f,0.1384771083565488f,0.16239082690101825f,1f,2.368639008461443e-16f,1.3150788928502272e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.744066618100609e-17f,0.1384771083565488f,-0.990365634733561f,0.8983730326994469f,-2.52792699741222e-16f,0.990365634733561f,0.1384771083565488f,0.14161926064753594f,1f,2.368639008461443e-16f,1.3150788928502272e-16f,0.22812499999999988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.744066618100609e-17f,-0.13847710835654925f,0.990365634733561f,-0.8285770428672001f,-2.52792699741222e-16f,-0.990365634733561f,-0.13847710835654925f,0.3830887183442682f,1f,-2.368639008461443e-16f,-1.3150788928502282e-16f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.744066618100609e-17f,-0.13847710835654925f,0.990365634733561f,-0.8285770428672001f,-2.52792699741222e-16f,-0.990365634733561f,-0.13847710835654925f,0.3830887183442683f,1f,-2.368639008461443e-16f,-1.3150788928502282e-16f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.744066618100609e-17f,-0.13847710835654925f,0.990365634733561f,-0.9771318880772343f,-2.52792699741222e-16f,-0.990365634733561f,-0.13847710835654925f,0.40386028459775064f,1f,-2.368639008461443e-16f,-1.3150788928502282e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001547446304271189f,-1.9135106236677393e-21f,-0.0000021637048180710784f,0.102350975963817f,-0.0000021637048180710784f,-3.469446951953614e-21f,-0.00001547446304271189f,1.2342519153497598f,1.4146361818751335e-21f,0.000015625f,-3.700998450721005e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138.mcfunction new file mode 100644 index 000000000..a62e3be3d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138_as_bone.mcfunction new file mode 100644 index 000000000..daf08d10d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_138_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7077246224452528f,-0.07645608317043885f,0.40028086461309076f,-0.2578709619550451f,0.3775711035122628f,-0.17879745346039347f,-0.7017235758281567f,0.37672896419505014f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882654f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6118470044067849f,-0.33450190830738197f,0.39211186737608894f,-0.2578709619550451f,0.2746847915895373f,-0.30335756431459027f,-0.6874026865255413f,0.37672896419505014f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538111f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.23177559841392098f,-0.16037873754902424f,-0.7664875582594244f,-0.12374830942299943f,-0.767928480655987f,-0.10996691575136502f,0.2552206309881f,0.26672607688054273f,-0.1533309004137801f,0.7931773965682315f,-0.11959806434882649f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.14964092644558682f,-0.2320332877822578f,-0.7508449550296402f,-0.12374830942299943f,-0.6537706667208696f,-0.3873988795145346f,0.25001204668222043f,0.26672607688054273f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538106f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.267773883616805f,-0.023501031570590178f,0.9130188013038301f,0.002012338554273725f,0.9125875841480934f,0.029998087848486735f,1.2679472646700178f,0.5608561560328766f,-0.03659960761963908f,1.562035232074025f,-0.010613787332326976f,0.27357380764070444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.40274052824281575f,-0.638941419717243f,-0.6554036382874389f,0.18095730603477095f,0.4892547060016933f,0.4548937925093668f,-0.7441111947764538f,0.33566220869908686f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.03657601553036327f,-0.7543926471059424f,-0.6554036382874389f,0.1689558009388705f,0.13985763217356198f,0.6532521508048503f,-0.7441111947764538f,0.28977142314213683f,0.9894958503251681f,-0.06444657835235816f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5586079824377046f,0.5711338229680457f,-0.6014676036319682f,-0.24989583853517772f,0.29921099978273347f,-0.5375692109447358f,-0.7883477158292977f,0.6890334626705608f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12999596791243406f,0.7882498145307281f,-0.6014676036319682f,-0.29255076550644515f,-0.0632377301599461f,-0.6119712970646145f,-0.7883477158292977f,0.6682835824618284f,-0.9894958503251681f,-0.06444657835235824f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7635044539845732f,0.6320309477310719f,0.13265681232368626f,0.17640609350820965f,0.6316785731630103f,-0.7736061565517073f,0.05015670196532293f,0.7316753665359554f,0.13432471460033624f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.923420254002733f,0.12036704236672119f,0.364426686192732f,0.20125258074067445f,0.22142241220062053f,-0.9426655161626829f,-0.24970750892394178f,0.5533649103246777f,0.3134759159373915f,0.3112772072440094f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.616945823426479f,0.7843462905787691f,0.06464323175668807f,-0.09038651758513898f,0.7777471185637057f,-0.6201898266236148f,0.10234255477768578f,0.9213601302486463f,0.12036307790380289f,-0.012863724495479067f,-0.9926465907208001f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.85776185440952f,0.251795465778829f,0.44815582617340133f,-0.040373893838024796f,0.379413051189537f,-0.8983315554124021f,-0.22146366098613102f,0.7515388157276576f,0.3468289747223942f,0.3599992499486029f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.5858842082548512f,-0.24268118503938202f,-0.6024952241555852f,-0.6341564972895355f,-0.7143480140035807f,-0.2958926356545686f,0.28298749389089073f,-4.612076052303632e-17f,0.38268343236508945f,-0.9238795325112867f,-0.192311276010457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.5858842082548512f,-0.24268118503938202f,-0.5810062361706148f,-0.6341564972895355f,-0.7143480140035807f,-0.2958926356545686f,0.3683219296970801f,-4.612076052303632e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.5858842082548512f,-0.24268118503938202f,-0.14823745194763055f,-0.6341564972895355f,-0.7143480140035807f,-0.2958926356545686f,-0.08957944826671138f,-4.612076052303632e-17f,0.38268343236508945f,-0.9238795325112867f,-0.192311276010457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.5858842082548512f,-0.24268118503938202f,-0.06875811006377239f,-0.6341564972895355f,-0.7143480140035807f,-0.2958926356545686f,-0.0518067497572372f,-4.612076052303632e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6865814882340615f,-0.4915709732618865f,-0.5356900580192459f,-0.5622223980752444f,-0.7216433457960957f,-0.3710420751668175f,-0.5844302010711957f,0.1725864650723941f,0.08852537197051372f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7550271730287691f,-0.3781139110473486f,-0.5356900580192459f,-0.4790649827213117f,-0.6547149501747307f,-0.4793638222619449f,-0.5844302010711957f,0.09234238298570854f,-0.03580924469861074f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6695285399031854f,-0.37021084422124373f,-0.6439529991203572f,-0.4793119468149673f,-0.7206993188043322f,-0.11393552023365804f,-0.6838210212504857f,0.0591047091305632f,0.17978883761257297f,0.921934177720991f,-0.343093785749378f,-0.16310560454236692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7511609230867649f,-0.14519573875061442f,-0.6439529991203572f,-0.5028008711682619f,-0.6502177714231874f,-0.3310674563006855f,-0.6838210212504857f,0.07580760244207521f,-0.11390398304231049f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7191992679259052f,-0.26091559543028353f,-0.6439529991203572f,-0.5862982601811213f,-0.6940028721010643f,-0.22527499730643993f,-0.6838210212504857f,0.06341450681500095f,0.03335305878500253f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7191992679259052f,-0.4424800275200895f,-0.5356900580192459f,-0.48674025398910126f,-0.6940028721010643f,-0.4204775304238687f,-0.5844302010711957f,0.15802195116037127f,0.03335305878500253f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.8420486677622778f,-0.2676721446995996f,-0.46830082646915083f,-0.26438497483062773f,-0.5320876804035735f,-0.5546763617188433f,-0.6397005816107184f,-0.07168976931980034f,-0.0885253719705138f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7898085026002175f,-0.3961020893011202f,-0.46830082646915083f,-0.359350749018181f,-0.6123072980248704f,-0.4646105236350023f,-0.6397005816107184f,-0.005843203948173982f,0.035809244698610646f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8377857832015319f,-0.03928568674353658f,-0.5445838927864876f,-0.3918974634618597f,-0.5155491783868109f,-0.3853492010722338f,-0.7653202191878085f,-0.012589709227665058f,-0.17978883761257305f,0.921934177720991f,-0.343093785749378f,-0.1631056045423669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7846416835338124f,-0.29625295302956933f,-0.5445838927864876f,-0.3709209378709026f,-0.609395857475518f,-0.20717541117131344f,-0.7653202191878085f,-0.03235588200801043f,0.11390398304231039f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.8213256145950556f,-0.16986058556230652f,-0.5445838927864876f,-0.3667347266094096f,-0.5694838086194711f,-0.29995525303382536f,-0.7653202191878085f,-0.11666411663820972f,-0.03335305878500263f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.8213256145950556f,-0.32575845459230135f,-0.46830082646915083f,-0.2934390743261419f,-0.5694838086194711f,-0.5162086376719882f,-0.6397005816107184f,-0.0005171731620125519f,-0.03335305878500263f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.5858842082548512f,-0.24268118503938202f,-0.08224022039452958f,-0.6341564972895355f,-0.7143480140035807f,-0.2958926356545686f,0.4541023910402199f,-4.612076052303632e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.2426811850393823f,-0.5858842082548511f,0.008765223995238785f,-0.6341564972895355f,-0.2958926356545689f,-0.7143480140035806f,0.5650621294106832f,-4.612076052303632e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7750795723283482f,0.14877120559731583f,-0.6140999795997604f,-0.03946559980854525f,-0.6258699818313253f,0.047213573704956435f,-0.7784970419343054f,0.770636928412733f,-0.08682408883346522f,0.9877438973960445f,0.1297057082595468f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7750795723283482f,-0.11928707654018587f,-0.6205016115448861f,-0.08731645550416661f,-0.6258699818313253f,-0.2798749391868417f,-0.7279813076292677f,0.6647365667226564f,-0.08682408883346522f,0.9525967729242302f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7607056029426882f,0.1484582052149242f,-0.6318917209110785f,0.2737099309298843f,-0.6376422723246565f,0.3529943299338324f,-0.6846950675879101f,0.6766570997777919f,0.12140559376013009f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7607056029426882f,-0.5820142168529007f,0.2873785604959176f,0.06436170457445357f,-0.6376422723246565f,-0.7528595514276021f,0.1631405172508601f,0.4160255126139235f,0.12140559376013009f,-0.30734662387170336f,-0.9438213467592348f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5929549429896019f,-0.6906868402109231f,-0.41395183819334436f,0.002572763526599116f,-0.7809450711259118f,-0.36794785743716263f,-0.5047169207501823f,0.5575118801033248f,0.19628864324851428f,0.6225480406899151f,-0.7575649843840496f,-0.8613539202104188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8818819501639406f,-0.2256725540055684f,-0.41395183819334436f,0.002572763526599116f,-0.42866653065839233f,-0.749336930493721f,-0.5047169207501823f,0.5575118801033248f,-0.1962886432485144f,0.6225480406899151f,-0.7575649843840496f,-0.8613539202104188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.4804147569661905f,-0.41395183819334436f,0.002572763526599116f,-0.6341564972895355f,-0.5857528206111527f,-0.5047169207501823f,0.5575118801033248f,-4.612076052303632e-17f,0.6527597524627224f,-0.7575649843840496f,-0.8613539202104188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8291403769411614f,0.058397654503742846f,-0.5559819684794916f,0.006217917810696407f,-0.4929724763662316f,0.5453845273256871f,-0.677889264481362f,0.5619562885493856f,0.26363682002181366f,0.8361491680927502f,0.4809887689193871f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6456965162123811f,0.5234119407090976f,-0.5559819684794916f,0.006217917810696407f,-0.7166391254180726f,0.1639954542691288f,-0.677889264481362f,0.5619562885493856f,-0.26363682002181377f,0.8361491680927502f,0.4809887689193871f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,0.30502215293352436f,-0.5559819684794916f,0.006217917810696407f,-0.6341564972895355f,0.3719027857470083f,-0.677889264481362f,0.5619562885493856f,-4.612076052303632e-17f,0.876726755707508f,0.4809887689193871f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6451339700235876f,-0.4369830260745361f,-0.6267758735340297f,0.13792014511391512f,-0.6184370830856241f,0.18309859238884812f,-0.76420578362753f,0.4367234529139651f,0.4487067360605918f,0.8806365540834447f,-0.1521233861899171f,-0.7505902713693923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7327269276804498f,0.2650721671689106f,-0.6267758735340297f,-0.142366565397376f,-0.5116380697972143f,-0.3927034578462653f,-0.76420578362753f,0.6666051831814217f,-0.4487067360605919f,0.8806365540834447f,-0.1521233861899171f,-0.7505902713693923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,0.1747972200870575f,-0.6095903500748429f,0.01839013751626721f,-0.6341564972895355f,0.21312410415441913f,-0.7432520791587761f,0.5644779337893998f,-4.612076052303632e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7732047186518376f,-0.05527038053952287f,-0.6317433403602677f,8.878689293818312e-17f,-0.6341564972895355f,-0.0673892315500952f,-0.7702624412604804f,0.554375f,-4.612076052303632e-17f,0.9961946980917455f,-0.08715574274765843f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[4.9221256364481945e-17f,0.6341564972895353f,-0.7732047186518377f,0.4358092562589714f,-3.628556338263279e-16f,0.7732047186518377f,0.6341564972895353f,-0.1708485506442152f,1f,2.4934770873562993e-16f,2.681653654480676e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[4.9221256364481945e-17f,0.6341564972895353f,-0.7732047186518377f,0.4358092562589714f,-3.628556338263279e-16f,0.7732047186518377f,0.6341564972895353f,-0.17084855064421522f,1f,2.4934770873562993e-16f,2.681653654480676e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[4.9221256364481945e-17f,0.6341564972895353f,-0.7732047186518377f,0.5517899640567471f,-3.628556338263279e-16f,0.7732047186518377f,0.6341564972895353f,-0.2659720252376455f,1f,2.4934770873562993e-16f,2.681653654480676e-16f,0.22812499999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[4.9221256364481945e-17f,-0.6341564972895357f,0.7732047186518375f,-0.7964857640923946f,-3.628556338263279e-16f,-0.7732047186518375f,-0.6341564972895357f,0.8398383669109819f,1f,-2.4934770873562993e-16f,-2.681653654480677e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[4.9221256364481945e-17f,-0.6341564972895357f,0.7732047186518375f,-0.7964857640923946f,-3.628556338263279e-16f,-0.7732047186518375f,-0.6341564972895357f,0.8398383669109819f,1f,-2.4934770873562993e-16f,-2.681653654480677e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[4.9221256364481945e-17f,-0.6341564972895357f,0.7732047186518375f,-0.9124664718901703f,-3.628556338263279e-16f,-0.7732047186518375f,-0.6341564972895357f,0.9349618415044123f,1f,-2.4934770873562993e-16f,-2.681653654480677e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012081323728934962f,-1.9135106236677393e-21f,-0.000009908695270148992f,0.4415631969434254f,-0.000009908695270148992f,-3.469446951953614e-21f,-0.000012081323728934962f,1.0813762195539511f,-7.206368831724426e-22f,0.000015625f,-3.896057948994218e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139.mcfunction new file mode 100644 index 000000000..7a98b2645 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139_as_bone.mcfunction new file mode 100644 index 000000000..17cfa39f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_139_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.8018285190211591f,-0.15496909095620595f,0.0002266649207140504f,-0.3120043627282102f,-0.022474552433331612f,-0.11746762475632931f,-0.8078618050579395f,0.5277512381433928f,0.15333090041378006f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6675809178806863f,-0.4408351945798066f,0.0002220391060056004f,-0.3120043627282102f,-0.06437553583252242f,-0.09788600363660303f,-0.7913748294445122f,0.5277512381433928f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5816641837444877f,-0.19379000345522762f,-0.5394966694560089f,-0.2499619524084069f,-0.5523593547425468f,-0.01610889749515665f,0.601318626931124f,0.36576278034016135f,-0.15333090041378017f,0.7931773965682316f,-0.11959806434882639f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4537737898541656f,-0.3934352954613112f,-0.5284865333446619f,-0.2499619524084069f,-0.4938601413087833f,-0.22164387375569794f,0.589046818218244f,0.36576278034016135f,-0.43610951430558836f,0.6603655514272676f,-0.11715728752538096f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6494396539526937f,-0.0055604962776856495f,1.421127533599625f,0.004957949199076327f,1.4206670456499986f,0.03769966366684507f,0.6493767248396823f,0.5590089647947399f,-0.0365996076196389f,1.5620352320740252f,-0.01061378733232702f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.10758619565571728f,-0.3298042746133466f,-0.9378989023082895f,0.048893070144642205f,0.6244960455746981f,0.7116204330544518f,-0.3218711672718757f,0.2747497161327687f,0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.10103850841740886f,-0.3318687524695436f,-0.9378989023082895f,0.015739809570179925f,0.10338850035694472f,0.9411215488304276f,-0.3218711672718757f,0.24082536445314623f,0.9894958503251683f,-0.06444657835235805f,0.12940093016646415f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3371140666338457f,0.22995191352630007f,-0.9129491900117905f,-0.15041082877429285f,0.5365856935399016f,-0.749864399581307f,-0.38701314671322173f,0.7951184615382705f,-0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.144252677749171f,0.38172626503688445f,-0.9129491900117905f,-0.19774373866073958f,0.00944071774107394f,-0.9220258657541363f,-0.38701314671322173f,0.7982161970470604f,-0.9894958503251683f,-0.06444657835235838f,0.12940093016646415f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9761313552870906f,0.165962245161612f,0.14008608212918472f,0.24105997614836733f,0.17065886520461215f,-0.9850817923022731f,-0.022122707827370747f,0.6210429660703701f,0.13432471460033613f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.911884888748271f,-0.3622741369679222f,0.19293366569031112f,0.17433941087744634f,-0.2649505610482213f,-0.8785578808106596f,-0.39741319840402334f,0.4538295309283463f,0.3134759159373914f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.921146186546661f,0.37426492117581955f,0.10684321123872106f,0.10322107405282599f,0.37013839639797913f,-0.9272325993888277f,0.0568970486279432f,0.9179588531290487f,0.12036307790380284f,-0.012863724495479234f,-0.9926465907208002f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9330866600807078f,-0.22613886996878552f,0.2796613957425492f,0.06256791965706963f,-0.0951785011042034f,-0.905130792496689f,-0.41434201018225647f,0.7456571919722804f,0.34682897472239416f,0.3599992499486029f,-0.866089026791967f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.8627635297892227f,-0.3573683551595797f,-0.6578235492474312f,-0.9338485153405891f,-0.3304428577816673f,-0.13687391328249016f,0.6169837187053286f,-1.635542329817607e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.8627635297892227f,-0.3573683551595797f,-0.5968939702664343f,-0.9338485153405891f,-0.3304428577816673f,-0.13687391328249016f,0.6804764658830758f,-1.635542329817607e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.8627635297892227f,-0.3573683551595797f,-0.4476931457531232f,-0.9338485153405891f,-0.3304428577816673f,-0.13687391328249016f,0.06834771594273253f,-1.635542329817607e-16f,0.38268343236508956f,-0.923879532511287f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.8627635297892227f,-0.3573683551595797f,-0.35993840887923567f,-0.9338485153405891f,-0.3304428577816673f,-0.13687391328249016f,0.061801824469935485f,-1.635542329817607e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.23908738848356104f,-0.6108100378635264f,-0.7548167448548478f,-0.6775110342566519f,-0.9669542280716255f,-0.07890082979851347f,-0.24243386700606218f,0.5011273825873087f,0.08852537197051363f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.3316955675029373f,-0.5658884450009879f,-0.7548167448548478f,-0.645007350801491f,-0.9427066078547554f,-0.2291943970420473f,-0.24243386700606218f,0.390232031015983f,-0.03580924469861087f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.22474003351605684f,-0.37804857904299705f,-0.8980930849409613f,-0.6616824652048384f,-0.9576888279629882f,0.08436020290095912f,-0.2751644325878391f,0.36147886572588245f,0.17978883761257292f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.33056390897142374f,-0.2900970749021089f,-0.8980930849409613f,-0.6738167301706124f,-0.9368849367625832f,-0.21571080247865015f,-0.2751644325878391f,0.38762223631941795f,-0.11390398304231064f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.28111293799058046f,-0.3382370867831196f,-0.8980930849409613f,-0.7524932283758399f,-0.9590949325087629f,-0.06649395066187828f,-0.2751644325878391f,0.4182067327407982f,0.033353058785002436f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.28111293799058046f,-0.592644242173191f,-0.7548167448548478f,-0.6191482738868721f,-0.9590949325087629f,-0.14615994856491543f,-0.24243386700606218f,0.45109272116790416f,0.033353058785002436f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.46802582151569594f,-0.5072389950192485f,-0.7236438573818069f,-0.539737501801943f,-0.8792696337938894f,-0.34931768525169093f,-0.3238241279743691f,0.14141018376471323f,-0.08852537197051394f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.38291398617513334f,-0.5742094102895294f,-0.7236438573818069f,-0.5896299818909272f,-0.9230896907590211f,-0.2074689300981104f,-0.3238241279743691f,0.24564553702286435f,0.03580924469861055f,0.7919849721925892f,-0.6094895420064391f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.47251290586072353f,-0.22496933390599905f,-0.8521269580273507f,-0.6212463036638839f,-0.8627905468101601f,-0.3153191569692705f,-0.3951788222858278f,0.25590283452822277f,-0.17978883761257325f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.37986713076223383f,-0.3599730689503339f,-0.8521269580273507f,-0.6128117561403821f,-0.9180015498971478f,-0.033269397397926004f,-0.3951788222858278f,0.2283424531751947f,0.11390398304231032f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.4315025304993225f,-0.2961168917433369f,-0.8521269580273507f,-0.6509276047921033f,-0.901494947097523f,-0.17646687727282084f,-0.3951788222858278f,0.15302588877701154f,-0.033353058785002755f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.4315025304993225f,-0.5386512172512568f,-0.7236438573818069f,-0.5297310809105708f,-0.901494947097523f,-0.28713201580331316f,-0.3238241279743691f,0.2176305923327569f,-0.033353058785002755f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.8627635297892227f,-0.3573683551595797f,-0.1211056072830078f,-0.9338485153405891f,-0.3304428577816673f,-0.13687391328249016f,0.5079909311535129f,-1.635542329817607e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.3573683551595799f,-0.8627635297892227f,0.012907525901834657f,-0.9338485153405891f,-0.1368739132824906f,-0.33044285778166715f,0.5593186486344469f,-1.635542329817607e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.36340136289207003f,0.152628029432793f,-0.9190452296158491f,0.07281511980945377f,-0.9275780436418408f,-0.032660033501738434f,-0.3721992680879972f,0.7617989946972801f,-0.08682408883346535f,0.9877438973960446f,0.12970570825954691f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.36340136289207003f,-0.24223625078309752f,-0.8995893775799794f,-0.021201553929110113f,-0.9275780436418408f,-0.18406788698980278f,-0.32514302381057586f,0.6934948509281889f,-0.08682408883346535f,0.9525967729242303f,-0.2915835485972777f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.3450837854530082f,0.3037903897146267f,-0.8880476226726003f,0.2983462517701772f,-0.9306867694456459f,0.23314423599588993f,-0.2818969712514135f,0.5250568781230109f,0.12140559376012997f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.3450837854530082f,-0.8784738273003687f,0.33045561845074467f,-0.012601237916982875f,-0.9306867694456459f,-0.36581660370041674f,-0.0005913001942858959f,0.40230850639053006f,0.12140559376012997f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.12918200772302485f,-0.7797179229485943f,-0.6126597501985737f,0.004284555338198131f,-0.9717984938517573f,0.02337107915496528f,-0.23465182719635616f,0.5560160066737797f,0.19728075483458732f,0.625694616639669f,-0.7547095802227721f,-0.861473534489356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5530475333155664f,-0.5646117749216618f,-0.6126597501985737f,0.004284555338198131f,-0.8094558231710135f,-0.5382562496877752f,-0.23465182719635616f,0.5560160066737797f,-0.19728075483458765f,0.625694616639669f,-0.7547095802227721f,-0.861473534489356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.704784421004355f,-0.6126597501985737f,0.004284555338198131f,-0.9338485153405891f,-0.2699360487033721f,-0.23465182719635616f,0.5560160066737797f,-1.635542329817607e-16f,0.656059028990507f,-0.7547095802227721f,-0.861473534489356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.45979175325009114f,0.2688422275756736f,-0.8463541813657905f,0.009156404358934623f,-0.8451732653269456f,0.4249749957923123f,-0.3241579931575232f,0.557881949840717f,0.2725320076978042f,0.8643610990919676f,0.42261826174069894f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2224377877885001f,0.4839483756026061f,-0.8463541813657905f,0.009156404358934623f,-0.9360810516958252f,-0.13665233305042818f,-0.3241579931575232f,0.557881949840717f,-0.27253200769780456f,0.8643610990919676f,0.42261826174069894f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,0.3946614362823724f,-0.8463541813657905f,0.009156404358934623f,-0.9338485153405891f,0.15115735466150837f,-0.3241579931575232f,0.557881949840717f,-1.635542329817607e-16f,0.9063077870366503f,0.42261826174069894f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.25038381847382063f,-0.30254109455588063f,-0.9196612580463521f,0.05979477363749018f,-0.8665640734520607f,0.35354946720454317f,-0.3522349795826013f,0.38318741002088585f,0.4317113040547359f,0.8851393451566333f,-0.17364817766693064f,-0.7509012251467531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3925573069972462f,0.01104224486557101f,-0.9196612580463521f,-0.06986015617814677f,-0.812110898014815f,-0.4651950219897195f,-0.3522349795826013f,0.7217074968318493f,-0.43171130405473623f,0.8851393451566331f,-0.17364817766693064f,-0.7509012251467531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,0.2574035355021103f,-0.8976728076057758f,0.020979923715615606f,-0.9338485153405891f,0.09858687454626403f,-0.34381329026577356f,0.5540445005186593f,-1.635542329817607e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.3576687719052054f,-0.08139026096830704f,-0.9302949398031429f,8.878689293818311e-17f,-0.9338485153405891f,-0.031172887473041137f,-0.3563077342449515f,0.554375f,-1.635542329817607e-16f,0.9961946980917455f,-0.08715574274765837f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-4.304625876302285e-17f,0.933848515340589f,-0.35766877190520563f,0.019454131061980497f,-4.2940062957365945e-16f,0.35766877190520563f,0.933848515340589f,-0.291497592672575f,1f,1.9378188067174854e-16f,3.8559883790679196e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-4.304625876302285e-17f,0.933848515340589f,-0.35766877190520563f,0.019454131061980497f,-4.2940062957365945e-16f,0.35766877190520563f,0.933848515340589f,-0.291497592672575f,1f,1.9378188067174854e-16f,3.8559883790679196e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-4.304625876302285e-17f,0.933848515340589f,-0.35766877190520563f,0.07310444684776135f,-4.2940062957365945e-16f,0.35766877190520563f,0.933848515340589f,-0.4315748699736634f,1f,1.9378188067174854e-16f,3.8559883790679196e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-4.304625876302285e-17f,-0.9338485153405892f,0.3576687719052052f,-0.5505804741619406f,-4.2940062957365945e-16f,-0.3576687719052052f,-0.9338485153405892f,1.1968234786514889f,1f,-1.9378188067174849e-16f,-3.8559883790679206e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-4.304625876302285e-17f,-0.9338485153405892f,0.3576687719052052f,-0.5505804741619406f,-4.2940062957365945e-16f,-0.3576687719052052f,-0.9338485153405892f,1.1968234786514889f,1f,-1.9378188067174849e-16f,-3.8559883790679206e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-4.304625876302285e-17f,-0.9338485153405892f,0.3576687719052052f,-0.6042307899477214f,-4.2940062957365945e-16f,-0.3576687719052052f,-0.9338485153405892f,1.3369007559525772f,1f,-1.9378188067174849e-16f,-3.8559883790679206e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005588574561018835f,-1.9135106236677393e-21f,-0.000014591383052196707f,0.6446023286578809f,-0.000014591383052196707f,-3.469446951953614e-21f,-0.000005588574561018835f,0.7935322290253579f,-2.555534890340011e-21f,0.000015625f,-3.0278418854960705e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..23222c192 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.06912577852533756f,0.4656908272974499f,-0.6673066195975632f,0.045052411265942394f,-0.7830291026243743f,0.1441718219210495f,0.18172604285483304f,0.9864145102610551f,0.2214305661623466f,0.6552030094401476f,0.43430630347030513f,-0.006452977474768445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.11201463405321675f,0.447375197396912f,-0.6536881171567966f,0.045052411265942394f,-0.654614589660993f,0.42401599353969444f,0.1780173481026936f,0.9864145102610551f,0.4460184533860608f,0.5099665380950203f,0.4254429095219316f,-0.006452977474768445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3934613655079358f,0.5472574217193888f,0.46113112307685533f,-0.08451683598772013f,0.6929937132097976f,0.16004749029343265f,0.4013588902054054f,0.9611958724689984f,0.17858418672651766f,0.5846696158244115f,-0.5414919879623405f,0.10558993398677857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5612446539992517f,0.3477832996758946f,0.4517202838303889f,-0.08451683598772013f,0.5671789566040353f,0.4046319803661603f,0.39316789244611144f,0.9611958724689984f,-0.05755405757041049f,0.5960870212741645f,-0.53044113106515f,0.10558993398677857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3925602504735012f,1.5082926485897672f,0.11115748269121299f,0.133676857324118f,1.393699342092719f,0.3161809394217453f,0.6316945522930396f,0.18628810862004275f,0.5872859981291086f,0.2578549005864501f,-1.4247849861102013f,0.5159463107620188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.22529493217816943f,-0.35995186106504995f,-0.9053600671835715f,0.05729109322367976f,-0.9652213476254827f,0.04403546624910077f,-0.2576987151700047f,0.42348459435012553f,0.13262708480126098f,0.931931078689852f,-0.3375122530354828f,0.5008561564175211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.24231953371689963f,-0.35995186106504995f,-0.9009527741757786f,-0.021202559167598875f,-0.9601926596534649f,0.04403546624910077f,-0.2758458519895301f,0.7369198532195619f,0.1389651032699567f,0.931931078689852f,-0.33495248117477644f,0.455728136776432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5323323187543567f,0.6935633054146344f,-0.48537845419006465f,0.47288112066037896f,0.807293323225142f,-0.5884689247170759f,0.04451757988070526f,0.5253930064117487f,-0.2547543771669418f,-0.41554093182820784f,-0.873170052904718f,-0.07134903567703162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08735145648719181f,0.9656518922651066f,-0.24471646044838377f,0.4254661864151328f,0.9207966800007542f,0.17200816007904313f,0.35006666074593695f,0.8238569740768786f,0.38013576147102357f,-0.1947552716386424f,-0.9041942197447425f,0.06947856155130737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7483455423375609f,0.25722424261986576f,-0.6114038258566414f,-0.025558641305905835f,-0.14565381504890781f,0.835526748679022f,0.5297924295453468f,0.40634918781239515f,0.6471197071834549f,0.4855211027859645f,-0.5877970256170922f,0.156562107584271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7483455423375609f,0.4716183276621786f,-0.4664280247547653f,0.05995461997603538f,-0.14565381504890781f,0.5691832765907969f,0.8092066261537056f,0.5181285935866302f,0.6471197071834549f,0.6735031927634008f,-0.3572527591388276f,0.28061112648279096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7483455423375609f,0.3348278668640752f,-0.5725986804339974f,0.18781515011596073f,-0.14565381504890781f,0.7592269130226195f,0.6343181068705533f,0.49402371537993794f,0.6471197071834549f,0.5580903099977612f,-0.5193951197897437f,-0.05986237054594663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7483455423375609f,0.5762687788162416f,-0.32847106999725184f,0.2938126019565232f,-0.14565381504890781f,0.34035074047915026f,0.9289490511416613f,0.563645410789414f,0.6471197071834549f,0.7430179459588656f,-0.1707642133406992f,0.07838621798796132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9981845189947145f,0.03070008803580404f,-0.051818632111280516f,0.5292278853702436f,-0.0031742101362982056f,0.8323348831556334f,0.5542639864471701f,1.2032710568876015f,0.06014640828263126f,0.5534222139351582f,-0.8307263464545993f,0.5670652660534161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9981845189947145f,0.03070008803580404f,-0.051818632111280516f,0.5579642970676373f,-0.0031742101362982056f,0.8323348831556334f,0.5542639864471701f,1.1513104781026806f,0.06014640828263126f,0.5534222139351582f,-0.8307263464545993f,0.41775140402080413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9981845189947145f,0.03070008803580404f,-0.051818632111280516f,-0.057205519539151234f,-0.0031742101362982056f,0.8323348831556334f,0.5542639864471701f,1.2014062084325263f,0.06014640828263126f,0.5534222139351582f,-0.8307263464545993f,0.6024012809194621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9981845189947145f,0.03070008803580404f,-0.051818632111280516f,-0.10333294676636104f,-0.0031742101362982056f,0.8323348831556334f,0.5542639864471701f,1.149207563887383f,0.06014640828263126f,0.5534222139351582f,-0.8307263464545993f,0.45759839950804726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9810926593250763f,0.18647258024858626f,-0.051818632111280516f,0.43303940531870233f,0.12707073183855394f,0.8225840154280324f,0.5542639864471701f,1.3039535624330445f,0.1459802141677564f,0.5371996969263189f,-0.8307263464545993f,0.6139086610129227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9981845189947145f,0.03070008803580404f,-0.051818632111280516f,0.31837288609091874f,-0.0031742101362981917f,0.8323348831556333f,0.5542639864471701f,1.311975698198572f,0.060146408282631264f,0.5534222139351581f,-0.8307263464545993f,0.6264136732457748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9611071493227343f,0.2712708552108814f,-0.051818632111280516f,0.2959443404280402f,0.19828011017718666f,0.808378890889547f,0.5542639864471701f,1.308309373007877f,0.19224475396964663f,0.5224324759022385f,-0.8307263464545993f,0.6253665228056532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9978945215600339f,-0.03900452802671729f,-0.051818632111280516f,0.32530595618247515f,-0.06122722434310694f,0.8300859355072402f,0.5542639864471701f,1.3167260957900138f,0.021395112519219134f,0.5562697065870861f,-0.8307263464545993f,0.6291506902038493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9917104365646149f,0.11758077808441607f,-0.051818632111280516f,0.3845829958030792f,0.06938063364780517f,0.8294442482785207f,0.5542639864471701f,1.4214066855796355f,0.10815145714899081f,0.5460741704409237f,-0.8307263464545993f,0.6576787680634648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9917104365646149f,0.11758077808441607f,-0.051818632111280516f,0.3581273207340856f,0.06938063364780517f,0.8294442482785207f,0.5542639864471701f,1.2347817297169685f,0.10815145714899081f,0.5460741704409237f,-0.8307263464545993f,0.5348120797142571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906977630222142f,-0.1258283422321704f,-0.051818632111280516f,0.043271760517817934f,-0.13334099252299525f,0.8215909036988384f,0.5542639864471701f,1.302714107817806f,-0.02716840178889697f,0.5560176393338885f,-0.8307263464545993f,0.6373944228670172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9981845189947146f,0.03070008803580404f,-0.051818632111280516f,0.15855703282111167f,-0.0031742101362982056f,0.8323348831556334f,0.5542639864471701f,1.311467486448403f,0.060146408282631264f,0.5534222139351582f,-0.8307263464545993f,0.6360435055842724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9759611963081312f,-0.21169452677600636f,-0.051818632111280516f,0.18072034906500162f,-0.2044399552362909f,0.8068430690231372f,0.5542639864471701f,1.3079429626354766f,-0.07552514815467001f,0.55153394211273f,-0.8307263464545993f,0.6323094367625389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.99361146179001f,0.10025513635537699f,-0.051818632111280516f,0.15197280742901823f,0.054894268503224125f,0.8305287789193023f,0.5542639864471701f,1.3161748992654636f,0.09860467679078624f,0.5478785038867445f,-0.8307263464545993f,0.6395950180164455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9970618145149729f,-0.05641424821998044f,-0.051818632111280516f,0.09588798513591136f,-0.07570489626462387f,0.8288909469943884f,0.5542639864471701f,1.4204886402566312f,0.011683608931846612f,0.556558380215877f,-0.8307263464545993f,0.6750743173334871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9970618145149729f,-0.05641424821998044f,-0.051818632111280516f,0.10858119098540694f,-0.07570489626462387f,0.8288909469943884f,0.5542639864471701f,1.2339881771828942f,0.011683608931846612f,0.556558380215877f,-0.8307263464545993f,0.549848681784915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9981845189947145f,0.03070008803580404f,-0.051818632111280516f,0.2192397929948742f,-0.0031742101362982056f,0.8323348831556334f,0.5542639864471701f,0.7904925762561951f,0.06014640828263126f,0.5534222139351582f,-0.8307263464545993f,0.2846616944345236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7483455423375609f,0.5762687788162416f,-0.32847106999725184f,0.003139000938783594f,-0.14565381504890781f,0.34035074047915026f,0.9289490511416613f,0.6628610485765137f,0.6471197071834549f,0.7430179459588656f,-0.1707642133406992f,0.006029964699948997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.919915546981467f,0.28822940064054536f,-0.26585559807568526f,0.12662197711718312f,-0.1859493841430172f,0.27625261887888247f,0.9429248735182413f,0.1910406393081774f,0.34522197635524454f,0.9168469355181107f,-0.20053299946000927f,-0.08139467338644873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.919915546981467f,-0.24998492699807365f,-0.30209753838049747f,0.02355170891524159f,-0.1859493841430172f,0.9564059294227344f,-0.22518997469218766f,0.43346564862451314f,0.34522197635524454f,-0.1509809075307313f,-0.9262972269215619f,-0.2254676593892186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8444743148314268f,-0.07704637404486128f,-0.5300254596116415f,-0.040983343809525785f,0.11589376921032223f,0.9398683050847061f,-0.3212727865154882f,0.39297772994444713f,0.5229070336572429f,-0.33273326455847657f,-0.7847654482761343f,0.15908593026611548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8444743148314268f,-0.45750284277843933f,-0.27848569162461306f,-0.21104284150222374f,0.11589376921032223f,0.3515496683117695f,-0.9289679569113832f,0.4793634498951658f,0.5229070336572429f,-0.8167643353866105f,-0.24385293640276617f,-0.13469945527595548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8638029135989425f,0.2344194121532358f,-0.44597316697724015f,-0.03111094516835597f,0.1260668200171214f,0.9575725666232313f,0.25915620104749165f,0.5848855185485733f,0.4878029144529056f,0.16763746256827128f,-0.8567064828720059f,-0.0597635696215918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8950417514759579f,-0.059232213143882106f,-0.4420314559405556f,-0.04501402514805281f,-0.12606682001712136f,0.9843211083627055f,0.12336576722245776f,0.5619034430211988f,0.427793665223809f,0.16614301236492818f,-0.8884757055973376f,-0.08647113777244009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.11966501644493883f,-0.44597316697724015f,-0.03111094516835597f,2.7755575615628914e-17f,0.9658354225532588f,0.25915620104749165f,0.5848855185485733f,0.4617486132350338f,0.2298743578144384f,-0.8567064828720059f,-0.0597635696215918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8591253244306453f,0.35746055282053446f,-0.36623166179233657f,-0.021720411328739104f,0.06912677501637265f,0.7901226539583552f,0.6090383244736256f,0.5993446638696562f,0.5070751087341739f,0.49792383441550914f,-0.7035244766340275f,-0.04172452195296988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9081456538935274f,0.20284437683880038f,-0.36623166179233657f,-0.021720411328739104f,-0.0691267750163726f,0.7901226539583552f,0.6090383244736256f,0.5993446638696562f,0.4129079319777394f,0.5784119211139102f,-0.7035244766340275f,-0.04172452195296988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.2812226017326851f,-0.36623166179233657f,-0.021720411328739104f,2.7755575615628914e-17f,0.7931407941357946f,0.6090383244736256f,0.5993446638696562f,0.4617486132350338f,0.5402235916288188f,-0.7035244766340275f,-0.04172452195296988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8470213887180948f,0.3618877487847333f,-0.389348204482296f,-0.18883939492091306f,0.11006018669496309f,0.8359901157355637f,0.5375939747589333f,0.60614273721262f,0.5200399238123358f,0.412501858992122f,-0.7479309419788056f,0.056843507965165234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9118232763568055f,0.09590157327292766f,-0.3992257518468943f,0.15149495936906285f,-0.11006018669496306f,0.8796633231196539f,0.46268692791428334f,0.6167426848703306f,0.3955566558643788f,0.4658275713199731f,-0.791542548319119f,-0.12858150120209613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.21335473783444187f,-0.4095015722412716f,-0.06239439392009226f,2.7755575615628914e-17f,0.8868495984693558f,0.4620582102882086f,0.48472164166715787f,0.4617486132350338f,0.40985063808458194f,-0.7866452012420747f,-0.10293913608900661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8870108331782218f,0.24823327232844716f,-0.389348204482296f,0f,2.7755575615628914e-17f,0.8432038414896432f,0.5375939747589333f,0.673125f,0.4617486132350338f,0.4768516794625134f,-0.7479309419788056f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.679715564393241f,0.6222920538316192f,-0.38825165969973985f,0.1659457798926215f,-0.6962583660077667f,0.38094702390509616f,-0.608361449092597f,0.4202490685727256f,-0.23067518133898235f,0.6838362119074093f,0.6922116699379981f,0.24055337978562114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.679715564393241f,0.6222920538316192f,-0.38825165969973985f,0.22966911405448784f,-0.6962583660077667f,0.38094702390509616f,-0.608361449092597f,0.3549748467594975f,-0.23067518133898235f,0.6838362119074093f,0.6922116699379981f,0.21892758153509156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.679715564393241f,0.6222920538316192f,-0.38825165969973985f,0.25604519592851566f,-0.6962583660077667f,0.38094702390509616f,-0.608361449092597f,0.4788661750300011f,-0.23067518133898235f,0.6838362119074093f,0.6922116699379981f,0.12590873016965662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5723119970334023f,-0.019200842985444104f,-0.8198111402513918f,0.7270355494689126f,-0.029753505846421575f,0.9995537811021397f,-0.002639616309769815f,1.5696952891128773f,0.8194960078862411f,0.022881571472785134f,-0.5726279129988774f,0.2614027789808044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3003344786957803f,-0.019200842985444104f,-0.9536406705542618f,0.7412443287937612f,-0.016062617036640147f,0.9995537811021397f,-0.02518394366158889f,1.5720888368720616f,0.9536986910132929f,0.022881571472785134f,0.2998920479880515f,0.16876669519472104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1515603127983859f,-0.019200842985444104f,-0.988261503455995f,0.8823791646497362f,-0.0255311760979679f,0.9995537811021397f,-0.015504764798938364f,1.5732177777123102f,0.9881182270515558f,0.022881571472785134f,-0.1519829038261403f,0.23788217266168377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013859544268409718f,0.000005911480419828478f,-0.0000041361886946772555f,0.2384402158640846f,4.336808689942018e-22f,0.000008957663490744262f,0.000012802378286341463f,0.20505680040841012f,0.0000072148220817974035f,0.000011355848230430516f,-0.000007945544556255204f,0.47367019254147313f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14.mcfunction new file mode 100644 index 000000000..f32e81242 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140.mcfunction new file mode 100644 index 000000000..f759b9d97 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140_as_bone.mcfunction new file mode 100644 index 000000000..7cd59873a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_140_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6998574740132314f,-0.19178223876587128f,-0.37465121567427734f,-0.28873717370003726f,-0.39196121681942336f,-0.032150193026433696f,-0.7157354357877249f,0.6755624233596389f,0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5614943123444469f,-0.4359257587755685f,-0.3670052724972513f,-0.28873717370003726f,-0.366786898262439f,0.11783917567645213f,-0.7011285901594041f,0.6755624233596389f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7715546133976984f,-0.17914009865277425f,-0.19888878310213173f,-0.30894146035190245f,-0.21940273008208427f,0.07564976584471943f,0.7829968067652713f,0.5032797836635589f,-0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.631121209181513f,-0.4513616701807367f,-0.1948298283449454f,-0.30894146035190245f,-0.22692402000098805f,-0.013783366055388387f,0.7670172800965923f,0.5032797836635589f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08390199563308347f,0.012567167997601164f,1.5601951068431497f,0.006542095982413948f,1.5598163910700757f,0.035975686900564616f,-0.08417140904819165f,0.5561794029861408f,-0.036599607619638805f,1.5620352320740252f,-0.010613787332327106f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.19446600280552218f,0.03804416164926837f,-0.9801712174499143f,-0.08643648785028239f,0.6031194526683319f,0.7834073921391382f,0.15006593135954233f,0.2839871947015609f,0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13747598908010183f,0.142705069668883f,-0.9801712174499143f,-0.1315457967671908f,0.04470251240948848f,0.9876648731373782f,0.15006593135954233f,0.2693191828171975f,0.9894958503251682f,-0.06444657835235798f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.049648102805429695f,-0.14424202649257037f,-0.9882961619277585f,-0.021532608651584892f,0.6317477078090015f,-0.7709531361160401f,0.08078425335989532f,0.8374247808701784f,-0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12340317243579946f,-0.0896791689950472f,-0.9882961619277585f,-0.06202427460708159f,0.07529687391952705f,-0.9938834364184926f,0.08078425335989532f,0.8621315676250232f,-0.9894958503251682f,-0.06444657835235845f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9438754874709352f,-0.310068227295578f,0.11382775836008524f,0.24447304388490937f,-0.3017547600271494f,-0.9496248200033104f,-0.08459767156747255f,0.5015785927902416f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6848388796472672f,-0.7285695562466895f,-0.013494837308307306f,0.10778190935547816f,-0.6578210691751136f,-0.6101580958742348f,-0.44156374283724725f,0.3844141764210899f,0.31347591593739127f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.987727357744467f,-0.09870462105689447f,0.1210457126260529f,0.2601413490609967f,-0.09953590427909526f,-0.9950336287654401f,0.0008254606129360909f,0.8285542969819373f,0.12036307790380267f,-0.012863724495479179f,-0.9926465907208f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7823952010099819f,-0.6203064757415806f,0.0554763516249053f,0.14418061205710597f,-0.5172691869129294f,-0.6968647043648455f,-0.49680194452209386f,0.6947871527602656f,0.346828974722394f,0.3599992499486029f,-0.8660890267919669f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.917591168909998f,-0.38007870687630246f,-0.5536707300260951f,-0.9931935242853623f,0.10760965259519109f,0.044573377547185516f,0.9150693253154691f,-2.3479744123617547e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.917591168909998f,-0.38007870687630246f,-0.4702363683578034f,-0.9931935242853623f,0.10760965259519109f,0.044573377547185516f,0.9430416300468198f,-2.3479744123617547e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.917591168909998f,-0.38007870687630246f,-0.6221002911051555f,-0.9931935242853623f,0.10760965259519109f,0.044573377547185516f,0.3315681297978187f,-2.3479744123617547e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.917591168909998f,-0.38007870687630246f,-0.5474016180852543f,-0.9931935242853623f,0.10760965259519109f,0.044573377547185516f,0.2850509202077674f,-2.3479744123617547e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.2368803146225584f,-0.5776857856717262f,-0.7811317747839723f,-0.6248684761406126f,-0.9674972739299063f,0.21352605539038283f,0.13548301962837708f,0.8215751082061067f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.1435939580263069f,-0.6076297603320473f,-0.7811317747839723f,-0.6475316655825565f,-0.9889886112652938f,0.059547276847246075f,0.13548301962837708f,0.7082585238832468f,-0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.24529047532780107f,-0.29574416217854343f,-0.9232377663694078f,-0.6756446397889452f,-0.9526324351938588f,0.2501454826440635f,0.17297017352534275f,0.6905253731244139f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.14189513284529032f,-0.3570683380307537f,-0.9232377663694078f,-0.674262908900228f,-0.9833064903283791f,-0.0564771205772603f,0.17297017352534275f,0.7193143819993597f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.19600596274113669f,-0.33047494507019337f,-0.9232377663694078f,-0.7297657473960506f,-0.9800353238733819f,0.09804123128056119f,0.17297017352534275f,0.782913420593455f,0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.19600596274113669f,-0.5928025075796847f,-0.7811317747839723f,-0.5963851831906217f,-0.9800353238733819f,0.14551671846482955f,0.13548301962837708f,0.7501721589388685f,0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.006606894932650209f,-0.6114139891324237f,-0.7912833138848093f,-0.6697348172193455f,-0.9960520104175441f,-0.07407548306229941f,0.048920500327122064f,0.43899829132872414f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.08912066721552854f,-0.6049200144172234f,-0.7912833138848093f,-0.6655654626211928f,-0.9953769158812025f,0.08265337245732926f,0.048920500327122064f,0.5544837229662952f,0.03580924469861047f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.018228080694698126f,-0.3455948519447314f,-0.9382067657949856f,-0.6888127903276388f,-0.9835363292446841f,-0.17493304507502141f,0.045329006129334236f,0.5782401054576105f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.0894587474951693f,-0.3343130226495953f,-0.9382067657949856f,-0.6941293514859208f,-0.9894559187471128f,0.13755822788780805f,0.045329006129334236f,0.5499125501500871f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.036059283011051185f,-0.3441915058876993f,-0.9382067657949856f,-0.762840880394329f,-0.9987929222708847f,-0.018920349492377787f,0.045329006129334236f,0.5008806361934041f,-0.03335305878500283f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.036059283011051185f,-0.6103854890773565f,-0.7912833138848093f,-0.625504145351924f,-0.9987929222708847f,-0.004413962996105761f,0.048920500327122064f,0.5018737778675278f,-0.03335305878500283f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.917591168909998f,-0.38007870687630246f,-0.12880173061501426f,-0.9931935242853623f,0.10760965259519109f,0.044573377547185516f,0.5694801033998131f,-2.3479744123617547e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.3800787068763027f,-0.9175911689099978f,0.013727784463599242f,-0.9931935242853623f,0.0445733775471851f,0.10760965259519127f,0.5527650868196188f,-2.3479744123617547e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.10848820221228454f,0.12004845027943095f,-0.9868225167507345f,0.16074779412701265f,-0.9902988880024987f,-0.09975150496297902f,0.09673546236327094f,0.704331333418572f,-0.08682408883346542f,0.9877438973960445f,0.12970570825954697f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.10848820221228454f,-0.2999891890145224f,-0.9477535525943208f,0.045771295198522806f,-0.9902988880024987f,-0.050654463660684795f,0.12939179932384973f,0.6874495180233247f,-0.08682408883346542f,0.9525967729242303f,-0.29158354859727764f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.12615697272269874f,0.37728752383249065f,-0.9174631014889872f,0.25068105507665606f,-0.9845532489597476f,0.06556645500116481f,0.16234512601672296f,0.38996986978393156f,0.1214055937601299f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.12615697272269874f,-0.9479214601524206f,0.29245396837100207f,-0.08172221594508643f,-0.9845532489597476f,0.08356409622061783f,-0.15385688735196995f,0.42551659283638493f,0.1214055937601299f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3356287559517172f,-0.6771368739816739f,-0.6548579938220424f,0.005086762551073612f,-0.9208923379027462f,0.3821771711846095f,0.07679786336444783f,0.5537784546435255f,0.19826911047946258f,0.6288292802658421f,-0.7518398074789776f,-0.8615815349135472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.11345877354027556f,-0.7471868003612665f,-0.6548579938220424f,0.005086762551073612f,-0.9735586610658956f,-0.21514093438078363f,0.07679786336444783f,0.5537784546435255f,-0.19826911047946302f,0.6288292802658418f,-0.7518398074789776f,-0.8615815349135472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.7467224280880741f,-0.6548579938220424f,0.005086762551073612f,-0.9931935242853623f,0.08757117962136439f,0.07679786336444783f,0.5537784546435255f,-2.3479744123617547e-16f,0.6593458151000688f,-0.7518398074789776f,-0.8615815349135472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0028395899994917845f,0.378335515035193f,-0.9256641803546741f,0.009738283421391287f,-0.9599198784337896f,0.25839762648733267f,0.108556407518727f,0.5532329518511558f,0.28026017147695775f,0.8888717031657429f,0.3624380382837017f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.21933039241194985f,0.3082855886556004f,-0.9256641803546741f,0.009738283421391287f,-0.9345311205348522f,-0.33892047907806044f,0.108556407518727f,0.5532329518511558f,-0.2802601714769582f,0.8888717031657427f,0.3624380382837017f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,0.35997111257806275f,-0.9256641803546741f,0.009738283421391287f,-0.9931935242853623f,-0.042215278090399155f,0.108556407518727f,0.5532329518511558f,-2.3479744123617547e-16f,0.9320078692827987f,0.3624380382837017f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.18745051610442343f,-0.1263835915756999f,-0.9741095892108919f,-0.028327178037304775f,-0.8905357389747537f,0.4403360343483806f,0.11423779787369569f,0.37520491527112226f,0.41449777034487756f,0.8888933370403722f,-0.19509032201612836f,-0.7512531915000387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.023675421153287066f,-0.22483323295412205f,-0.9741095892108919f,0.013895317096583516f,-0.9097423112136422f,-0.39914740726281733f,0.11423779787369569f,0.7352375678245662f,-0.414497770344878f,0.888893337040372f,-0.19509032201612836f,-0.7512531915000386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,0.2737612368485838f,-0.9547188915495034f,0.01843134533883359f,-0.9931935242853623f,-0.032105094937106664f,0.11196377180454857f,0.5443474410736774f,-2.3479744123617547e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.1164758486452091f,-0.08656251930125516f,-0.9894141230721333f,8.878689293818311e-17f,-0.9931935242853623f,0.010151539100836793f,0.11603262287609395f,0.554375f,-2.3479744123617547e-16f,0.9961946980917455f,-0.08715574274765828f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.4832751371046852e-16f,0.9931935242853623f,0.11647584864520888f,-0.375256100357801f,-4.425778686390741e-16f,-0.11647584864520888f,0.9931935242853623f,-0.20395327020641693f,1f,9.576829324926165e-17f,4.568420461612068e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.4832751371046852e-16f,0.9931935242853623f,0.11647584864520888f,-0.375256100357801f,-4.425778686390741e-16f,-0.11647584864520888f,0.9931935242853623f,-0.203953270206417f,1f,9.576829324926165e-17f,4.568420461612068e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.4832751371046852e-16f,0.9931935242853623f,0.11647584864520888f,-0.3927274776545823f,-4.425778686390741e-16f,-0.11647584864520888f,0.9931935242853623f,-0.35293229884922134f,1f,9.576829324926165e-17f,4.568420461612068e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.4832751371046852e-16f,-0.9931935242853623f,-0.11647584864520932f,-0.189622716579499f,-4.425778686390741e-16f,0.11647584864520932f,-0.9931935242853623f,1.378948909123379f,1f,-9.576829324926155e-17f,-4.568420461612068e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.4832751371046852e-16f,-0.9931935242853623f,-0.11647584864520932f,-0.18962271657949897f,-4.425778686390741e-16f,0.11647584864520932f,-0.9931935242853623f,1.378948909123379f,1f,-9.576829324926155e-17f,-4.568420461612068e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.4832751371046852e-16f,-0.9931935242853623f,-0.11647584864520932f,-0.17215133928271759f,-4.425778686390741e-16f,0.11647584864520932f,-0.9931935242853623f,1.5279279377661834f,1f,-9.576829324926155e-17f,-4.568420461612068e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000018199351350813925f,-1.9135106236677393e-21f,-0.000015518648816958787f,0.68197988350859f,-0.000015518648816958787f,-3.469446951953614e-21f,0.0000018199351350813925f,0.46712947979488906f,-3.668710019315242e-21f,0.000015625f,-1.4963795820197126e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141.mcfunction new file mode 100644 index 000000000..5f3073687 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141_as_bone.mcfunction new file mode 100644 index 000000000..ca33ca9e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_141_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4666073025548328f,-0.187238471323517f,-0.643555611041796f,-0.20974588387003132f,-0.6524658647203289f,0.052495874829543154f,-0.4883409904411862f,0.7868878195528433f,0.1533309004137799f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3521004496396757f,-0.3443742126982513f,-0.6304218230613513f,-0.20974588387003132f,-0.5708185043388855f,0.2921022768083472f,-0.4783748477791212f,0.7868878195528433f,0.4361095143055881f,0.6603655514272677f,-0.1171572875253812f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7915896321501521f,-0.1299353183623711f,0.15312449757925878f,-0.30132605290195347f,0.1296916870702614f,0.1446750671669302f,0.7932172689052841f,0.6395698173268946f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.667698970457438f,-0.4143407203015559f,0.1499995078327433f,-0.30132605290195347f,0.06313934100243176f,0.17955251596162217f,0.7770291613766049f,0.6395698173268946f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7395350464206837f,0.026678547584773584f,1.376147673839666f,0.006688177486255012f,1.375919559362991f,0.02721100619628682f,-0.7399399822310857f,0.5532247079101963f,-0.0365996076196387f,1.562035232074025f,-0.0106137873323273f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4325791208713845f,0.3677205748887284f,-0.8231991757707506f,-0.19325713666277142f,0.4630825030383308f,0.6927886251212158f,0.5528096564663196f,0.3464507089349456f,0.7735825098629717f,-0.6203430500184226f,0.1294009301664643f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14343221426089472f,0.5493362512365023f,-0.8231991757707506f,-0.2403208319671275f,-0.01803225170325573f,0.8331124303574521f,0.5528096564663196f,0.3523675415250764f,0.9894958503251681f,-0.06444657835235797f,0.1294009301664643f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22383840029025004f,-0.4585298248339075f,-0.8600271916011073f,0.10093331560422017f,0.5928460769791833f,-0.6363370962246556f,0.49356724868934104f,0.8196923524048834f,-0.7735825098629714f,-0.620343050018423f,0.1294009301664643f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07964421970076602f,-0.5039940753371692f,-0.8600271916011073f,0.07480005601490632f,0.12064311193569632f,-0.8612993733677655f,0.49356724868934104f,0.8592783735087838f,-0.9894958503251681f,-0.06444657835235847f,0.1294009301664643f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.7258178331749683f,-0.6846141744094631f,0.06702167740994697f,0.19878351110631678f,-0.6746446057686462f,-0.7274840455585202f,-0.12498647672879204f,0.40258684001096684f,0.13432471460033588f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.33990884257685533f,-0.9189307674222447f,-0.2000705461151814f,0.025233551301426006f,-0.8866762818894369f,-0.24222457541532486f,-0.39386853923560505f,0.3547080537503709f,0.3134759159373911f,0.3112772072440095f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8515347706737106f,-0.5126513336085801f,0.10989606218157075f,0.35207094175629416f,-0.5102952712020702f,-0.8585005152831586f,-0.050750383716350156f,0.6918299393642178f,0.12036307790380261f,-0.01286372449547929f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.48799218896929614f,-0.8578422763558475f,-0.16115288517917542f,0.19021830940720288f,-0.800982700061598f,-0.3667521900862502f,-0.47320137919174654f,0.6201063951030974f,0.3468289747223939f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.7846275057223289f,-0.32500335428116167f,-0.3476122144508497f,-0.8492746923287245f,0.48776333180880904f,0.202038187263497f,1.1163513535656875f,-2.5323224142610794e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.7846275057223289f,-0.32500335428116167f,-0.26020466972672435f,-0.8492746923287245f,0.48776333180880904f,0.202038187263497f,1.1061698181078663f,-2.5323224142610794e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.7846275057223289f,-0.32500335428116167f,-0.6577835596897103f,-0.8492746923287245f,0.48776333180880904f,0.202038187263497f,0.6174024718225618f,-2.5323224142610794e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.7846275057223289f,-0.32500335428116167f,-0.6099723569109712f,-0.8492746923287245f,0.48776333180880904f,0.202038187263497f,0.5435253344400863f,-2.5323224142610794e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6259836308022426f,-0.43195648159528954f,-0.6492750510958046f,-0.45182126757005947f,-0.7747952971495916f,0.43900779185061667f,0.4549334085438457f,1.0620304466082586f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5507038524277668f,-0.5245637949246559f,-0.6492750510958046f,-0.5205403275431215f,-0.8339322304092411f,0.3123981896159882f,0.4549334085438457f,0.9691221087978128f,-0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6272706592074252f,-0.16122349584335388f,-0.7619307740769695f,-0.5535265749087147f,-0.7577648012196148f,0.3521993133695294f,0.5493160744913894f,0.9650341460655381f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5467490478118432f,-0.3471699500695768f,-0.7619307740769695f,-0.5400281943517777f,-0.8295127252573886f,0.1007992506987549f,0.5493160744913894f,0.9905000042798346f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.594327005172429f,-0.2573653170830158f,-0.7619307740769695f,-0.5632001482845984f,-0.8035315702525047f,0.2293226240755901f,0.5493160744913894f,1.071669354050064f,0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.594327005172429f,-0.47457066802248915f,-0.6492750510958046f,-0.4564217479795385f,-0.8035315702525047f,0.3838914031314358f,0.4549334085438457f,0.9852937883454911f,0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.41777896582542406f,-0.5848366414988111f,-0.6952890323270101f,-0.6551873735174284f,-0.9042256323680065f,0.19308119032709398f,0.38091424193714685f,0.7348909712684171f,-0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5041240206404576f,-0.5122813029372331f,-0.6952890323270101f,-0.6022822969352066f,-0.8628885616389954f,0.332156093549455f,0.38091424193714685f,0.8376300646560388f,0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.4019372925305235f,-0.3871822081606701f,-0.829780905153318f,-0.6132139805048947f,-0.8978431860537519f,-0.011283157082471656f,0.44017076643400593f,0.8690195891649699f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5019109634444513f,-0.2440267079997655f,-0.829780905153318f,-0.6300770142586545f,-0.8573862999963084f,0.2667178827066906f,0.44017076643400593f,0.8456453660790552f,0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.45755741908948494f,-0.3195385073494422f,-0.829780905153318f,-0.7131201292731878f,-0.888554321190243f,0.12930937580487445f,0.44017076643400593f,0.8305045655761236f,-0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.45755741908948494f,-0.5542692213734578f,-0.6952890323270101f,-0.58840955446416f,-0.888554321190243f,0.2556864458347278f,0.38091424193714685f,0.77297511526331f,-0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.7846275057223289f,-0.32500335428116167f,-0.11013769971786923f,-0.8492746923287245f,0.48776333180880904f,0.202038187263497f,0.6228420509004016f,-2.5323224142610794e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.32500335428116195f,-0.7846275057223289f,0.011738558137566513f,-0.8492746923287245f,0.2020381872634966f,0.4877633318088092f,0.5470777306765904f,-2.5323224142610794e-16f,0.9238795325112867f,-0.3826834323650897f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5194910166877874f,0.06620431427504725f,-0.8519073144139917f,0.2092718599968828f,-0.8500533284323564f,-0.14134702659852105f,0.5073759522216534f,0.621695456493457f,-0.08682408883346543f,0.9877438973960445f,0.12970570825954708f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5194910166877874f,-0.29303684470167435f,-0.8026571442577309f,0.09803738208759469f,-0.8500533284323564f,0.08178505891438366f,0.5203081230957703f,0.6553329641469727f,-0.08682408883346543f,0.9525967729242303f,-0.29158354859727753f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5330366247933169f,0.369335010329385f,-0.7612250697224451f,0.1569191210283091f,-0.8373366338771396f,-0.10117551979636746f,0.5372437768473785f,0.29894119708540756f,0.12140559376012988f,0.9237722470062236f,0.3631879919061508f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5330366247933169f,-0.8223059333454548f,0.19921071410395838f,-0.1287788301633271f,-0.8373366338771396f,0.4789060500552549f,-0.2636595471204764f,0.47252744305732575f,0.12140559376012988f,-0.3073466238717031f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6947857124313467f,-0.44787192454217595f,-0.5627464375792651f,0.004804696890608697f,-0.6910649609683449f,0.632493039038808f,0.3498310667869175f,0.5513881623648125f,0.1992536913662731f,0.6319519718889565f,-0.7489557207890021f,-0.8616778700806395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.3122463542603354f,-0.765387915532363f,-0.5627464375792651f,0.004804696890608697f,-0.9288703788624347f,0.12172938832789881f,0.3498310667869175f,0.5513881623648125f,-0.1992536913662736f,0.6319519718889562f,-0.7489557207890021f,-0.8616778700806395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.636069139340918f,-0.5627464375792651f,0.004804696890608697f,-0.8492746923287245f,0.3954120909641959f,0.3498310667869175f,0.5513881623648125f,-2.5323224142610794e-16f,0.6626200482157376f,-0.7489557207890021f,-0.8616778700806395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.42672123737346834f,0.40231997124961416f,-0.8099676699153898f,0.008327156243253718f,-0.8577071198784378f,0.10397163398497292f,0.5035160333458409f,0.5491984271114893f,0.28678821817552275f,0.909576022144496f,0.30070579950427345f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5803108293182138f,0.08480398025942709f,-0.8099676699153898f,0.008327156243253718f,-0.7622282199523418f,-0.40679201672593635f,0.5035160333458409f,0.5491984271114893f,-0.2867882181755232f,0.9095760221444957f,0.30070579950427345f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,0.25538182535545484f,-0.8099676699153898f,0.008327156243253718f,-0.8492746923287245f,-0.1587579954950939f,0.5035160333458409f,0.5491984271114893f,-2.5323224142610794e-16f,0.9537169507482268f,0.30070579950427345f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5570724263355212f,0.046812210322982384f,-0.8291434910685437f,-0.10344796352991201f,-0.7293734204226971f,0.44982157445358545f,0.5154366738378177f,0.4052659755849319f,0.3970953605842691f,0.8918907826190235f,-0.2164396139381028f,-0.7516460029123271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4075424622903715f,-0.3826620083689639f,-0.8291434910685437f,0.08793435587278917f,-0.8223286545127502f,-0.2410407003604516f,0.5154366738378177f,0.7131280515540945f,-0.39709536058426953f,0.8918907826190233f,-0.2164396139381028f,-0.7516460029123271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,0.23409183055578509f,-0.8163752310654038f,0.01241403858603997f,-0.8492746923287245f,-0.1455230799180276f,0.5074992908183434f,0.5374587925348343f,-2.5323224142610794e-16f,0.9612616959383189f,0.2756373558169993f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.527951225938486f,-0.074019166606699f,-0.8460429457213738f,8.878689293818311e-17f,-0.8492746923287245f,0.046013981231205224f,0.5259422121309569f,0.5543749999999998f,-2.5323224142610794e-16f,0.9961946980917455f,-0.08715574274765817f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.396934012979324e-16f,0.8492746923287247f,0.5279512259384858f,-0.662223623800712f,-4.1062146845599044e-16f,-0.5279512259384858f,0.8492746923287247f,0.027745359426804256f,1f,-1.3222568027474429e-17f,4.752768463511392e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.396934012979324e-16f,0.8492746923287247f,0.5279512259384858f,-0.6622236238007121f,-4.1062146845599044e-16f,-0.5279512259384858f,0.8492746923287247f,0.0277453594268042f,1f,-1.3222568027474429e-17f,4.752768463511392e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.396934012979324e-16f,0.8492746923287247f,0.5279512259384858f,-0.7414163076914849f,-4.1062146845599044e-16f,-0.5279512259384858f,0.8492746923287247f,-0.09964584442250449f,1f,-1.3222568027474429e-17f,4.752768463511392e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.396934012979324e-16f,-0.8492746923287244f,-0.5279512259384862f,0.17919864253874995f,-4.1062146845599044e-16f,0.5279512259384862f,-0.8492746923287244f,1.3812769003257088f,1f,1.322256802747454e-17f,-4.752768463511392e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.396934012979324e-16f,-0.8492746923287244f,-0.5279512259384862f,0.17919864253874995f,-4.1062146845599044e-16f,0.5279512259384862f,-0.8492746923287244f,1.381276900325709f,1f,1.322256802747454e-17f,-4.752768463511392e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.396934012979324e-16f,-0.8492746923287244f,-0.5279512259384862f,0.2583913264295229f,-4.1062146845599044e-16f,0.5279512259384862f,-0.8492746923287244f,1.5086681041750176f,1f,1.322256802747454e-17f,-4.752768463511392e-16f,0.22812500000000033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008249237905288844f,-1.9135106236677393e-21f,-0.000013269917067636322f,0.5800658630027872f,-0.000013269917067636322f,-3.469446951953614e-21f,0.000008249237905288844f,0.1852788920754081f,-3.956753772282937e-21f,0.000015625f,2.0660262542928883e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142.mcfunction new file mode 100644 index 000000000..67d8d3df9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142_as_bone.mcfunction new file mode 100644 index 000000000..4d441e8b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_142_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1862981742414528f,-0.15364707779758033f,-0.7801474285050294f,-0.10664979701621699f,-0.7802096318919968f,0.11919159996388519f,-0.20978736197742778f,0.8487919965427159f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1110062488373443f,-0.20889268424759758f,-0.76422605241309f,-0.10664979701621699f,-0.6614273234839984f,0.4003513269067486f,-0.20550598724319458f,0.8487919965427159f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6843406512748352f,-0.06582875155771899f,0.4407821377115124f,-0.24699839470333046f,0.41846380062733995f,0.182977150174656f,0.6770168790531944f,0.7468518559354906f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5946678351515243f,-0.3161178764588689f,0.43178658388066526f,-0.24699839470333046f,0.310126840773809f,0.3224698849060112f,0.6632002080521089f,0.7468518559354906f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2035613082531484f,0.03496663363092969f,0.9958030738095216f,0.005761477922055218f,0.9957443929031485f,0.015149861120410734f,-1.2040223568148447f,0.5507888792361127f,-0.03659960761963869f,1.562035232074025f,-0.010613787332327474f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5752085668720992f,0.6017045464715478f,-0.5541540790722516f,-0.2573694429142174f,0.26590450359302187f,0.5031164269324846f,0.8222947500255846f,0.4346177390926799f,0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12605972394444853f,0.8228135892452401f,-0.5541540790722516f,-0.29873278983348955f,-0.07075950952573257f,0.5646454072176974f,0.8222947500255846f,0.4578357031558109f,0.9894958503251681f,-0.06444657835235798f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4307655382878694f,-0.6645421329713304f,-0.6105938130455281f,0.19348381347383065f,0.4647699984483381f,-0.4166032330644536f,0.7813005789979786f,0.7620883736898573f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.028303237137062454f,-0.7914380090936285f,-0.6105938130455281f,0.18419681378823202f,0.14176349655971413f,-0.6078425094550295f,0.7813005789979786f,0.8086045209985134f,-0.9894958503251681f,-0.06444657835235845f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.41803616513330427f,-0.9083069570020975f,0.014974528447679769f,0.12691939241710837f,-0.8984445646160808f,-0.4158221689690576f,-0.14102938738323112f,0.33886166484627106f,0.13432471460033585f,0.045501600581278556f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.01932727738502088f,-0.9424601548898388f,-0.33375936360483327f,-0.051877882647266615f,-0.9493994451631496f,0.12196457147627274f,-0.289422419360548f,0.35992113187706876f,0.3134759159373911f,0.31127720724400954f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.596423130253561f,-0.7984020570162876f,0.08266562193986393f,0.3779139771735861f,-0.7935944677075739f,-0.601987275566739f,-0.08842590615689455f,0.5490052475264697f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.15013294481432454f,-0.9328083721987774f,-0.32761049988858143f,0.20096484176201165f,-0.9258346294962143f,-0.01640368227900263f,-0.37757271886789895f,0.5435697276062323f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.5429413720595648f,-0.22489367988052816f,-0.11018141103287221f,-0.5876755063333235f,0.7475078976835972f,0.30962790920154604f,1.205920647107872f,-2.2957594623126664e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.5429413720595648f,-0.22489367988052816f,-0.033056395085112725f,-0.5876755063333235f,0.7475078976835972f,0.30962790920154604f,1.1635476078725668f,-2.2957594623126664e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.5429413720595648f,-0.22489367988052816f,-0.5855257329223154f,-0.5876755063333235f,0.7475078976835972f,0.30962790920154604f,0.8606612871370445f,-2.2957594623126664e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.5429413720595648f,-0.22489367988052816f,-0.5690829708327826f,-0.5876755063333235f,0.7475078976835972f,0.30962790920154604f,0.7742125849267402f,-2.2957594623126664e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8718304683970248f,-0.23465082078987962f,-0.4299425853265295f,-0.22717878637522362f,-0.4817415208305243f,0.5694323801825568f,0.6660869849407971f,1.1948797301314227f,0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8243893129898233f,-0.36814621273470577f,-0.4299425853265295f,-0.3258460295529105f,-0.5648893330753222f,0.4870607455648589f,0.6660869849407971f,1.1347212430992806f,-0.035809244698610916f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.866604116801448f,-0.016597766363570715f,-0.49872018095774184f,-0.35794059876918044f,-0.4654817704408007f,0.3869908088077289f,0.7959678607114973f,1.1433666222920416f,0.17978883761257283f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8190605004572153f,-0.2835808133429578f,-0.49872018095774184f,-0.33583996068340405f,-0.5622862075828227f,0.22420835282497703f,0.7959678607114973f,1.1618673792617464f,-0.11390398304231067f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8533383193745891f,-0.15196017173071721f,-0.49872018095774184f,-0.32671203527667403f,-0.5202896175752846f,0.3094089180319898f,0.7959678607114973f,1.2457845036700324f,0.03335305878500239f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8533383193745891f,-0.29489504236201003f,-0.4299425853265295f,-0.26036065074522186f,-0.5202896175752846f,0.534440681774734f,0.6660869849407971f,1.1255353502707173f,0.03335305878500239f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.727758376038182f,-0.46894298560518805f,-0.5004600107480722f,-0.5388417597953012f,-0.6800963201074905f,0.3992577106950207f,0.6148676896917102f,0.9685079112740851f,-0.08852537197051404f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7921573078708806f,-0.34932302705203755f,-0.5004600107480722f,-0.4511173726573675f,-0.6092655394660641f,0.5007326897580235f,0.6148676896917102f,1.0437322447012094f,0.03580924469861046f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.710679418288962f,-0.36288439963967883f,-0.6027019801847449f,-0.4494128439458173f,-0.6801549369742033f,0.13547060363071406f,0.7204422095224209f,1.076927101779318f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7880337382427773f,-0.12551155513538015f,-0.6027019801847449f,-0.47384173258343465f,-0.6050030661395125f,0.3390196346824786f,0.7204422095224209f,1.0616318210633116f,0.11390398304231021f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7586974022740212f,-0.24724193589284094f,-0.6027019801847449f,-0.5564676616251353f,-0.6505888296399934f,0.24020240940947302f,0.7204422095224209f,1.0789048822043612f,-0.033353058785002845f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7586974022740212f,-0.4170348060110711f,-0.5004600107480722f,-0.4626348302726444f,-0.6505888296399934f,0.4457262600754444f,0.6148676896917102f,0.9786164736873864f,-0.033353058785002845f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.5429413720595648f,-0.22489367988052816f,-0.07621235983213953f,-0.5876755063333235f,0.7475078976835972f,0.30962790920154604f,0.6593022422536599f,-2.2957594623126664e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.22489367988052844f,-0.5429413720595647f,0.008122770123058638f,-0.5876755063333235f,0.3096279092015456f,0.7475078976835973f,0.5431917763030802f,-2.2957594623126664e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8015538051038593f,0.008051450089266415f,-0.5978684401061695f,0.2192123004773498f,-0.5915852221969061f,-0.15587548655363462f,0.7910308196081269f,0.5378606859521674f,-0.0868240888334654f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8015538051038593f,-0.24060549435382694f,-0.5473760075215892f,0.1288574314819562f,-0.5915852221969061f,0.18619447978147174f,0.7844479208826705f,0.6109400171321767f,-0.0868240888334654f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8093078957470774f,0.3039696473624423f,-0.502616338138535f,0.04907990692797479f,-0.5747011498902608f,-0.23291047452492258f,0.7845197888972508f,0.2586366004783126f,0.12140559376012991f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8093078957470774f,-0.5811795948327704f,0.08515285333712921f,-0.15012969618795882f,-0.5747011498902608f,0.7535040353871256f,-0.3192965032225205f,0.5270970968872145f,0.12140559376012991f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9034905990334486f,-0.17484724643440758f,-0.3913223452251173f,0.0036407528486312167f,-0.378960276253183f,0.7524120505272032f,0.538762670610688f,0.5493625039038887f,0.20023447875001799f,0.6350626320574652f,-0.7460573750616997f,-0.8617624941403108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6398079106784947f,-0.6614473974253234f,-0.3913223452251173f,0.0036407528486312167f,-0.7419919076060923f,0.39897718456512204f,0.538762670610688f,0.5493625039038887f,-0.20023447875001843f,0.6350626320574649f,-0.7460573750616997f,-0.8617624941403108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.4384396456430948f,-0.3913223452251173f,0.0036407528486312167f,-0.5876755063333235f,0.6036325736839514f,0.538762670610688f,0.5493625039038887f,-2.2957594623126664e-16f,0.6658816660008343f,-0.7460573750616997f,-0.8617624941403108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7296460141082823f,0.3765173355332402f,-0.570833942700367f,0.005762170715522375f,-0.618305087476801f,-0.006692708722228158f,0.7859096808477835f,0.5464417896400764f,0.29208819369533195f,0.9263853969557752f,0.23768589232617363f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.813652495603661f,-0.11008281545767559f,-0.570833942700367f,0.005762170715522375f,-0.5026470963824743f,-0.3601275746843092f,0.7859096808477835f,0.5464417896400764f,-0.2920881936953324f,0.9263853969557749f,0.23768589232617363f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,0.13968217712107175f,-0.570833942700367f,0.005762170715522375f,-0.5876755063333235f,-0.19231087542208045f,0.7859096808477835f,0.5464417896400764f,-2.2957594623126664e-16f,0.9713420698132614f,0.23768589232617363f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7993556306287659f,0.1875611517432174f,-0.570833942700367f,-0.1531087999399528f,-0.46581631046051536f,0.4066462079728368f,0.7859096808477837f,0.4567528057165935f,0.3795335830872425f,0.8941250896256464f,-0.23768589232617288f,-0.7520794724266608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.690199281236056f,-0.44471739570471713f,-0.570833942700367f,0.14018876037480998f,-0.616100001209374f,-0.05260001957741306f,0.7859096808477837f,0.6697851767624232f,-0.37953358308724294f,0.8941250896256462f,-0.23768589232617288f,-0.7520794724266608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,0.1619853226441334f,-0.5649099538793809f,0.005123243171986015f,-0.5876755063333235f,-0.22301727997996726f,0.7777536834282488f,0.534027547864145f,-2.2957594623126664e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8090967181096904f,-0.05121929524908704f,-0.585439223607639f,8.878689293818311e-17f,-0.5876755063333235f,0.07051742542154246f,0.8060178608243052f,0.554375f,-2.2957594623126664e-16f,0.9961946980917455f,-0.08715574274765807f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.0212024103354093e-16f,0.5876755063333238f,0.8090967181096903f,-0.8118691693571984f,-3.525347805529319e-16f,-0.8090967181096903f,0.5876755063333238f,0.3161579601030758f,1f,-1.0768606834196511e-16f,4.516205511562979e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.0212024103354093e-16f,0.5876755063333238f,0.8090967181096903f,-0.8118691693571984f,-3.525347805529319e-16f,-0.8090967181096903f,0.5876755063333238f,0.3161579601030758f,1f,-1.0768606834196511e-16f,4.516205511562979e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.0212024103354093e-16f,0.5876755063333238f,0.8090967181096903f,-0.933233677073652f,-3.525347805529319e-16f,-0.8090967181096903f,0.5876755063333238f,0.2280066341530772f,1f,-1.0768606834196511e-16f,4.516205511562979e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.0212024103354093e-16f,-0.5876755063333233f,-0.8090967181096905f,0.4776287251301205f,-3.525347805529319e-16f,0.8090967181096905f,-0.5876755063333233f,1.2527657983218101f,1f,1.0768606834196521e-16f,-4.516205511562979e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.0212024103354093e-16f,-0.5876755063333233f,-0.8090967181096905f,0.47762872513012056f,-3.525347805529319e-16f,0.8090967181096905f,-0.5876755063333233f,1.2527657983218101f,1f,1.0768606834196521e-16f,-4.516205511562979e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.0212024103354093e-16f,-0.5876755063333233f,-0.8090967181096905f,0.5989932328465741f,-3.525347805529319e-16f,0.8090967181096905f,-0.5876755063333233f,1.3409171242718085f,1f,1.0768606834196521e-16f,-4.516205511562979e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012642136220463915f,-1.9135106236677393e-21f,-0.00000918242978645818f,0.39818725504120334f,-0.00000918242978645818f,-3.469446951953614e-21f,0.000012642136220463915f,-0.0061205416673729696f,-3.587124159863542e-21f,0.000015625f,1.682594817843206e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143.mcfunction new file mode 100644 index 000000000..184d58bd2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143_as_bone.mcfunction new file mode 100644 index 000000000..8809d1a4c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_143_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.06634234871382626f,-0.1088065954531739f,-0.806662421337121f,-0.009501043821401831f,-0.7993952540451295f,0.16116819414380695f,0.044005516142769166f,0.8673690530156086f,0.15333090041377978f,0.7931773965682317f,-0.11959806434882654f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.10083019055746377f,-0.07360267966477153f,-0.7901999229424859f,-0.009501043821401831f,-0.6630548726947791f,0.44553337028142537f,0.043107444384753474f,0.8673690530156086f,0.4361095143055881f,0.6603655514272678f,-0.11715728752538111f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.519683687534682f,-0.005474393864925006f,0.629955030432023f,-0.17464344871330975f,0.611034323367435f,0.1943813083336413f,0.505764181295836f,0.8142888566493818f,-0.15333090041377992f,0.7931773965682317f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.46827444485773295f,-0.19977013982167685f,0.6170988053211655f,-0.17464344871330975f,0.48013283143868235f,0.4049805300551971f,0.4954424633102067f,0.8142888566493818f,-0.4361095143055882f,0.6603655514272677f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4540939951058724f,0.03794756096729629f,0.5705934507279912f,0.004355557484969075f,0.5706814979646104f,0.0034880332682954277f,-1.4545503468442702f,0.549170770088222f,-0.036599607619638944f,1.5620352320740252f,-0.01061378733232756f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6294498321115474f,0.7286103597798319f,-0.2700367613423198f,-0.2818828262458738f,0.07323256986375903f,0.2903471093628192f,0.9541150595163062f,0.5208652409194431f,0.7735825098629717f,-0.6203430500184228f,0.12940093016646448f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0977013831005672f,0.9578802572680928f,-0.2700367613423198f,-0.3139410925757474f,-0.10654765098071867f,0.27984290463523676f,0.9541150595163062f,0.5558261888974914f,0.9894958503251682f,-0.06444657835235805f,0.12940093016646448f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5542383965051891f,-0.7613298695894135f,-0.336447067917561f,0.2486176008353903f,0.30722939357011847f,-0.1885506031939633f,0.9327694086759759f,0.6913790884092622f,-0.7735825098629715f,-0.620343050018423f,0.12940093016646448f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.017324642033976045f,-0.941543003408804f,-0.336447067917561f,0.2543022490027887f,0.14351940275679614f,-0.3306711527644991f,0.9327694086759759f,0.738471392438836f,-0.9894958503251682f,-0.06444657835235841f,0.12940093016646448f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.11695798457497025f,-0.9926908900306599f,-0.02975948074642737f,0.053369510409197574f,-0.9840110268140794f,-0.11177835745204762f,-0.13866469598864323f,0.3100264269341972f,0.1343247146003358f,0.04550160058127867f,-0.9898921534147445f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3144804208749249f,-0.8574049025068886f,-0.40738053223427667f,-0.10994003713730827f,-0.8960105551909215f,0.40983329953472847f,-0.17088519999968893f,0.38580213809696073f,0.3134759159373911f,0.31127720724400965f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3191488299163271f,-0.9463334053610515f,0.050961851033836825f,0.3573869431503764f,-0.9400301877283317f,-0.32293592319508224f,-0.10979815877134472f,0.4314019084294686f,0.12036307790380256f,-0.012863724495479234f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.14612385320909466f,-0.8913915977885427f,-0.4290324450613448f,0.18756956578339123f,-0.9264758398449148f,0.275357148860225f,-0.2565559563822828f,0.48142789911337147f,0.3468289747223939f,0.359999249948603f,-0.866089026791967f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.28270938682840835f,-0.11710206223450824f,0.09853179072950645f,-0.30600243525251436f,0.8795617051647819f,0.3643263872232585f,1.2077838764457116f,-1.8453632838012112e-16f,0.3826834323650899f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.28270938682840835f,-0.11710206223450824f,0.15859329809905626f,-0.30600243525251436f,0.8795617051647819f,0.3643263872232585f,1.1434693534242635f,-1.8453632838012112e-16f,0.3826834323650899f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.28270938682840835f,-0.11710206223450824f,-0.46078626276140866f,-0.30600243525251436f,0.8795617051647819f,0.3643263872232585f,1.0280074457348594f,-1.8453632838012112e-16f,0.3826834323650899f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.28270938682840835f,-0.11710206223450824f,-0.47212706009282673f,-0.30600243525251436f,0.8795617051647819f,0.3643263872232585f,0.9407427400694728f,-1.8453632838012112e-16f,0.3826834323650899f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9785942461515753f,-0.04533956486419999f,-0.2007426841928618f,-0.016072836597635004f,-0.1857863286587908f,0.614213779685592f,0.7669581950327062f,1.2337851664115365f,0.08852537197051365f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9594534565227113f,-0.197867226972197f,-0.2007426841928618f,-0.1285814782497553f,-0.2795831947037178f,0.5775884038928035f,0.7669581950327062f,1.207401952204848f,-0.035809244698610875f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9685572014815931f,0.10493248069636485f,-0.22557952467600395f,-0.15637852218474022f,-0.17196779154267441f,0.37286263750183773f,0.9118116758558801f,1.225626339795137f,0.17978883761257292f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9535785576707649f,-0.19950391574475906f,-0.22557952467600395f,-0.1296099945456505f,-0.27877198029508055f,0.30147247100730573f,0.9118116758558801f,1.236311008263828f,-0.11390398304231064f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9730477115859053f,-0.04787513994111219f,-0.22557952467600395f,-0.09476369959289248f,-0.22817914989568416f,0.3413703902299883f,0.9118116758558801f,1.3131949371388014f,0.03335305878500244f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9730477115859053f,-0.11349240380077383f,-0.2007426841928618f,-0.0692279087377184f,-0.22817914989568416f,0.5997577866314502f,0.7669581950327062f,1.1782494351467254f,0.03335305878500244f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9035759569109724f,-0.32102148960411403f,-0.2837176295276279f,-0.38279379993135115f,-0.41918223794657944f,0.5256038874571722f,0.7402883255056811f,1.1159134377171012f,-0.08852537197051401f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9426702624756995f,-0.17571876091988403f,-0.2837176295276279f,-0.2759830996783452f,-0.3317988460469848f,0.5847073805604679f,0.7402883255056811f,1.1600240118433098f,0.035809244698610514f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8873672642685687f,-0.3025287148093275f,-0.34793061811276793f,-0.2640101394454166f,-0.42456485037557684f,0.24189615264765296f,0.8724854950999629f,1.1910313041763285f,-0.17978883761257328f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9374229331921199f,-0.013510340674816268f,-0.34793061811276793f,-0.29199098635094384f,-0.32903514549752805f,0.3612546662225875f,0.8724854950999629f,1.1841183873751517f,0.11390398304231028f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9237682184043754f,-0.15998926103233763f,-0.34793061811276793f,-0.3651076666713417f,-0.3814968573077508f,0.30533458484829745f,0.8724854950999629f,1.2263007752889639f,-0.033353058785002804f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9237682184043754f,-0.25720922487583897f,-0.2837176295276279f,-0.307235591074278f,-0.3814968573077508f,0.5535642175794099f,0.7402883255056811f,1.1017488263335968f,-0.033353058785002804f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.28270938682840835f,-0.11710206223450824f,-0.0396837497116105f,-0.30600243525251436f,0.8795617051647819f,0.3643263872232585f,0.6778385572424834f,-1.8453632838012112e-16f,0.3826834323650899f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.11710206223450845f,-0.28270938682840824f,0.0042295236263301655f,-0.30600243525251436f,0.36432638722325805f,0.8795617051647823f,0.5412161620337617f,-1.8453632838012112e-16f,0.9238795325112868f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9460835327075293f,-0.04096769387723251f,-0.32132164134714414f,0.2031261037198292f,-0.31206974659181536f,-0.15061089341496392f,0.9380452185512522f,0.47031227796077796f,-0.08682408883346536f,0.9877438973960444f,0.12970570825954725f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9460835327075293f,-0.1705289281712799f,-0.2754012233022864f,0.1400719929350228f,-0.31206974659181536f,0.251950933459467f,0.9160421389821668f,0.5679276973883949f,-0.08682408883346536f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9481846761448495f,0.21616146624461738f,-0.23285197107833105f,-0.04560912162928188f,-0.29360943739573f,-0.31609975667825074f,0.9021499000166842f,0.2580814863350647f,0.12140559376012995f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9481846761448495f,-0.3171699059158348f,-0.01868343398380755f,-0.15114845389557333f,-0.29360943739573f,0.8971852114117833f,-0.3299275597705599f,0.5752832414539593f,0.12140559376012995f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9763495838327627f,0.06940199165882419f,-0.2047555950478021f,0.0020608213984182264f,-0.07909134558048139f,0.766768312067912f,0.6370328991997148f,0.5479633997218214f,0.2012114539579194f,0.6381612015488827f,-0.7431448254773941f,-0.8618353668160921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8395861045886475f,-0.5031603315825695f,-0.2047555950478021f,0.0020608213984182264f,-0.5045880733606382f,0.5827348981821882f,0.6370328991997148f,0.5479633997218214f,-0.20121145395791973f,0.6381612015488827f,-0.7431448254773941f,-0.8618353668160921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.2274041263413875f,-0.2047555950478021f,0.0020608213984182264f,-0.30600243525251436f,0.7074967102091265f,0.6370328991997148f,0.5479633997218214f,-1.8453632838012112e-16f,0.6691306063588585f,-0.7431448254773941f,-0.8618353668160921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8919893107351652f,0.33695859534110567f,-0.3013535706772924f,0.003000360321790421f,-0.34155191148636566f,-0.0656502545844981f,0.9375672433660428f,0.5450403186498388f,0.2961374027275426f,0.9392278472760162f,0.17364817766693003f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.923946377686245f,-0.235603727900288f,-0.3013535706772924f,0.003000360321790421f,-0.24212750745475387f,-0.2496836684702219f,0.9375672433660428f,0.5450403186498388f,-0.2961374027275429f,0.9392278472760162f,0.17364817766693003f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,0.05313676524324169f,-0.3013535706772924f,0.003000360321790421f,-0.30600243525251436f,-0.16531840123389263f,0.9375672433660428f,0.5450403186498388f,-1.8453632838012112e-16f,0.9848077530122081f,0.17364817766693003f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9123760855758506f,0.28320471495192273f,-0.295575655117752f,-0.1764851444551867f,-0.19141607265186983f,0.34309204761492657f,0.9195910688963498f,0.511137699634615f,0.3618421832785975f,0.8955908308443076f,-0.25881904510252074f,-0.7525533937350278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8530389570267f,-0.43006926174339805f,-0.295575655117752f,0.1686259949328247f,-0.37602496219663034f,0.11383098792109149f,0.9195910688963498f,0.6220635824136513f,-0.36184218327859785f,0.8955908308443074f,-0.25881904510252074f,-0.7525533937350277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,0.08434570212656546f,-0.2941484198720877f,-0.0014786911005727087f,-0.30600243525251436f,-0.26241523289352664f,0.9151506734767598f,0.533444641626353f,-1.8453632838012112e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9520307293462384f,-0.026669869527025193f,-0.3048380036017175f,8.878689293818311e-17f,-0.30600243525251436f,0.08297494533476593f,0.9484079649951404f,0.554375f,-1.8453632838012112e-16f,0.9961946980917455f,-0.08715574274765801f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.338579670889102e-16f,0.3060024352525146f,0.9520307293462383f,-0.8456689299727174f,-2.8999079476677333e-16f,-0.9520307293462383f,0.3060024352525146f,0.5812630480659889f,1f,-1.739187968878462e-16f,4.065809333051525e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.338579670889102e-16f,0.3060024352525146f,0.9520307293462383f,-0.8456689299727175f,-2.8999079476677333e-16f,-0.9520307293462383f,0.3060024352525146f,0.5812630480659889f,1f,-1.739187968878462e-16f,4.065809333051525e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.338579670889102e-16f,0.3060024352525146f,0.9520307293462383f,-0.9884735393746532f,-2.8999079476677333e-16f,-0.9520307293462383f,0.3060024352525146f,0.5353626827781117f,1f,-1.739187968878462e-16f,4.065809333051525e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.338579670889102e-16f,-0.30600243525251414f,-0.9520307293462386f,0.67163004492285f,-2.8999079476677333e-16f,0.9520307293462386f,-0.30600243525251414f,1.0689544292496838f,1f,1.739187968878463e-16f,-4.065809333051524e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.338579670889102e-16f,-0.30600243525251414f,-0.9520307293462386f,0.6716300449228501f,-2.8999079476677333e-16f,0.9520307293462386f,-0.30600243525251414f,1.0689544292496838f,1f,1.739187968878463e-16f,-4.065809333051524e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.338579670889102e-16f,-0.30600243525251414f,-0.9520307293462386f,0.8144346543247858f,-2.8999079476677333e-16f,0.9520307293462386f,-0.30600243525251414f,1.1148547945375609f,1f,1.739187968878463e-16f,-4.065809333051524e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014875480146034976f,-1.9135106236677393e-21f,-0.000004781288050820537f,0.2035053924470472f,-0.000004781288050820537f,-3.469446951953614e-21f,0.000014875480146034976f,-0.10235469900197403f,-2.8833801309393925e-21f,0.000015625f,2.7174812013725978e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144.mcfunction new file mode 100644 index 000000000..49fa209b1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144_as_bone.mcfunction new file mode 100644 index 000000000..451365610 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_144_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.24222366195370643f,-0.0702953285540285f,-0.7767436570823492f,0.06024926121185374f,-0.7646971799428061f,0.1813081046207468f,0.22205863782072569f,0.8616624445535639f,0.15333090041377972f,0.7931773965682317f,-0.1195980643488265f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.24557029340008127f,0.027184228970706062f,-0.7608917457133216f,0.06024926121185374f,-0.6241023333809465f,0.4507530989171665f,0.21752682888560884f,0.8616624445535639f,0.436109514305588f,0.6603655514272678f,-0.11715728752538107f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.37100016975260935f,0.037832578189222026f,0.7265480125329197f,-0.11255749487238917f,0.7111912214491112f,0.19074264873185248f,0.3532261781534922f,0.8465844409920491f,-0.15333090041377986f,0.7931773965682317f,-0.11959806434882628f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.34994680581484505f,-0.10483873343784919f,0.7117205020730643f,-0.11255749487238917f,0.572141350220495f,0.43923362628481466f,0.3460174806401557f,0.8465844409920491f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538085f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5445224880517845f,0.03777451941629209f,0.23330156361497942f,0.003090971604607095f,0.23348876337934238f,-0.00502687202100669f,-1.5449478884199523f,0.5483334120862947f,-0.03659960761963893f,1.5620352320740252f,-0.010613787332327648f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6299942406669694f,0.7748974283185136f,-0.051392920833546456f,-0.2822852974451325f,-0.06839120674877931f,0.12127850542942516f,0.9902596462343854f,0.5843056286654902f,0.7735825098629717f,-0.6203430500184228f,0.12940093016646453f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0715981646601159f,0.9961086640048366f,-0.051392920833546456f,-0.30577844522423303f,-0.12558528976984434f,0.06011795100611477f,0.9902596462343854f,0.6255133018712203f,0.9894958503251682f,-0.06444657835235809f,0.12940093016646453f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6086296193661174f,-0.7841917587696681f,-0.12088536680669962f,0.2728359505784922f,0.17646554016113467f,-0.014757566587195875f,0.9841961833720262f,0.6327419302571495f,-0.7735825098629716f,-0.620343050018423f,0.12940093016646453f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.048766282507620634f,-0.9914678904444648f,-0.12088536680669962f,0.28883738702630524f,0.13608751551725756f,-0.11330516650301845f,0.9841961833720262f,0.6773956462862497f,-0.9894958503251682f,-0.06444657835235837f,0.12940093016646453f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.10450248512733412f,-0.9927243870607945f,-0.059812389493992646f,-0.0022308504241789484f,-0.9854116407115094f,0.11148047218823362f,-0.12859238963071937f,0.3042759134223069f,0.1343247146003358f,0.04550160058127867f,-0.9898921534147445f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5056220909684824f,-0.7449719981743409f,-0.43515861827704755f,-0.1446328414460994f,-0.8037904896500537f,0.5900196794908618f,-0.0761421470778641f,0.41442871490760685f,0.3134759159373911f,0.31127720724400965f,-0.897128391244856f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.10240658376430384f,-0.9944207355822052f,0.025303996638287085f,0.32115041277349166f,-0.9874338565591357f,-0.10469921315965199f,-0.11837421038597029f,0.3551007649363554f,0.12036307790380248f,-0.012863724495479234f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.34823610563700447f,-0.8079757955218222f,-0.4752964638850699f,0.1666843482138683f,-0.8708853409168087f,0.4664500550834158f,-0.15486467992699995f,0.4415922460149521f,0.3468289747223938f,0.35999924994860305f,-0.866089026791967f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.0803066573465918f,-0.033264106621807135f,0.24118700894977876f,-0.0869232995435048f,0.9203826548664912f,0.3812349782186564f,1.169582688765566f,-1.413020016536389e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.0803066573465918f,-0.033264106621807135f,0.2854648938815043f,-0.0869232995435048f,0.9203826548664912f,0.3812349782186564f,1.0935352598481352f,-1.413020016536389e-16f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.0803066573465918f,-0.033264106621807135f,-0.34408930761096057f,-0.0869232995435048f,0.9203826548664912f,0.3812349782186564f,1.118515250283757f,-1.413020016536389e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.0803066573465918f,-0.033264106621807135f,-0.3745275481976271f,-0.0869232995435048f,0.9203826548664912f,0.3812349782186564f,1.0359485739005632f,-1.413020016536389e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9954162643941663f,0.09220382947869106f,-0.025395165071866906f,0.1352191540940437f,0.0361900414070652f,0.6089439195256001f,0.792387268812261f,1.2203872301172385f,0.08852537197051369f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9975848951200448f,-0.06464876347852101f,-0.025395165071866906f,0.019660835677461158f,-0.0595153343470751f,0.6071081791590371f,0.792387268812261f,1.2196500171134559f,-0.035809244698610826f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9825609177388197f,0.18512117538260353f,-0.017441139791067223f,-0.0033945414678612368f,0.04743434201259747f,0.3402462672460687f,0.9391392126958328f,1.2435927308120223f,0.17978883761257297f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9916765526843405f,-0.12756732143809696f,-0.017441139791067223f,0.025078434124858127f,-0.06002913878442147f,0.33825144740836205f,0.9391392126958328f,1.2480655233566136f,-0.11390398304231059f,0.9323693135379658f,-0.34309378574937766f,-0.1523097992111535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9994232944136868f,0.02913563498675458f,-0.017441139791067223f,0.0761296744062265f,-0.006375896248929562f,0.3434776370072354f,0.9391392126958328f,1.3152903227755823f,0.03335305878500249f,0.9387088087633164f,-0.34309378574937766f,-0.061975742842232395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9994232944136868f,0.02254249707254228f,-0.025395165071866906f,0.0710576125649045f,-0.006375896248929562f,0.6099850524162609f,0.792387268812261f,1.1780436859819239f,0.03335305878500249f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9741065084063711f,-0.19627264727206814f,-0.11222102393563665f,-0.24852153384899184f,-0.20803790231068603f,0.5837733217872759f,0.7848114040784696f,1.1869044914175864f,-0.08852537197051397f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9928174474288483f,-0.04147237475360595f,-0.11222102393563665f,-0.13458177728015355f,-0.11415434321558382f,0.6091304014358498f,0.7848114040784696f,1.2061918010100385f,0.03580924469861055f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9594980384304824f,-0.24125052164841393f,-0.14547061576973097f,-0.11602140216479953f,-0.21688588731859965f,0.3030438215081907f,0.9279681859459059f,1.2337656369807901f,-0.17978883761257325f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9870873729129092f,0.06705831927111637f,-0.14547061576973097f,-0.14483875015001949f,-0.1126250455404515f,0.35523322618988734f,0.9279681859459059f,1.2332396452039667f,0.11390398304231031f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9854249216764391f,-0.08818176504560993f,-0.14547061576973097f,-0.20676110708838968f,-0.1668091640428307f,0.3332412769504949f,0.9279681859459059f,1.290607096797912f,-0.03335305878500277f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9854249216764391f,-0.12784430189031154f,-0.11222102393563665f,-0.17799613916306964f,-0.1668091640428307f,0.596863269786065f,0.7848114040784696f,1.1563128610960476f,-0.03335305878500277f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.0803066573465918f,-0.033264106621807135f,-0.011272598077022777f,-0.0869232995435048f,0.9203826548664912f,0.3812349782186564f,0.6835685698505758f,-1.413020016536389e-16f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.033264106621807364f,-0.0803066573465917f,0.0012014419061549839f,-0.0869232995435048f,0.38123497821865593f,0.9203826548664913f,0.5406054530185798f,-1.413020016536389e-16f,0.9238795325112868f,-0.38268343236508956f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9917638279272336f,-0.07339382691574609f,-0.10496597441924724f,0.1793837032170406f,-0.0941599023648553f,-0.13775100481496966f,0.9859810208412265f,0.4272992656161964f,-0.08682408883346532f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9917638279272336f,-0.11031422031523483f,-0.06507904740669145f,0.13958376695262667f,-0.0941599023648553f,0.2835315873242064f,0.9543289536507089f,0.536480564702811f,-0.08682408883346532f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9897126369785693f,0.14056028480193317f,-0.026677753678411922f,-0.11027407541265628f,-0.07569397603955598f,-0.356212916662874f,0.9313338713876194f,0.2756104640425155f,0.12140559376012999f,0.9237722470062235f,0.3631879919061509f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9897126369785693f,-0.10999254636637407f,-0.09149063312037817f,-0.14273015542225215f,-0.07569397603955598f,0.9452193885752168f,-0.31753854797932174f,0.6083297255470645f,0.12140559376012999f,-0.3073466238717029f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9694552119828506f,0.23820338141372785f,-0.058444341405753567f,0.0006324191254504737f,0.13884516604207225f,0.7294248673915726f,0.6698219037158579f,0.5471269384705773f,0.2021845983897774f,0.6412476213709121f,-0.7402181274868319f,-0.8618964534245365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.930759065380425f,-0.36093187884946565f,-0.058444341405753567f,0.0006324191254504737f,-0.30464561442128457f,0.6771481868220146f,0.6698219037158579f,0.5471269384705773f,-0.20218459838977768f,0.6412476213709121f,-0.7402181274868319f,-0.8618964534245365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.0643422020230702f,-0.058444341405753567f,0.0006324191254504737f,-0.0869232995435048f,0.7374164069906054f,0.6698219037158579f,0.5471269384705773f,-1.413020016536389e-16f,0.6723668074346683f,-0.7402181274868319f,-0.8618964534245365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9472615392610167f,0.3085927184636463f,-0.0864066568504182f,0.0008522847825516274f,-0.11551321588884231f,-0.077296854678033f,0.9902938418529628f,0.5446070908778258f,0.2989185059374326f,0.9480483797613388f,0.10886687485196456f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9529527381022588f,-0.29054254179954725f,-0.0864066568504182f,0.0008522847825516274f,-0.05028723249036998f,-0.12957353524759105f,0.9902938418529628f,0.5446070908778258f,-0.2989185059374328f,0.9480483797613388f,0.10886687485196456f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,0.009463067973122422f,-0.0864066568504182f,0.0008522847825516274f,-0.0869232995435048f,-0.1084548144831265f,0.9902938418529628f,0.5446070908778258f,-1.413020016536389e-16f,0.9940563382223196f,0.10886687485196456f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.938763651628116f,0.3343034353291278f,-0.0834507010694862f,-0.18184000557589283f,0.0187522931906572f,0.2914046123564921f,0.9564160723228433f,0.5532446058609309f,0.3440510977775492f,0.8962837525161917f,-0.2798290140309919f,-0.7530675412765526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9213300104433263f,-0.3797196233374191f,-0.0834507010694862f,0.17928793442966964f,-0.18105207531139567f,0.22910356310625662f,0.9564160723228433f,0.5847543019454515f,-0.34405109777754944f,0.8962837525161917f,-0.2798290140309919f,-0.7530675412765526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,0.023959308445060522f,-0.08355603833574396f,-0.006090197465042574f,-0.0869232995435048f,-0.27459407033040895f,0.9576233270633336f,0.5342957588824427f,-1.413020016536389e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9962150069118966f,-0.007575864733791461f,-0.08659253014588011f,8.878689293818312e-17f,-0.0869232995435048f,0.08682585886376955f,0.992424108045063f,0.5543749999999998f,-1.413020016536389e-16f,0.9961946980917455f,-0.08715574274765797f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4366884754487473e-16f,0.08692329954350503f,0.9962150069118966f,-0.8185776469406016f,-2.4134545463094897e-16f,-0.9962150069118966f,0.08692329954350503f,0.7684066382668399f,1f,-2.1055913357441142e-16f,3.6334660657867027e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4366884754487473e-16f,0.08692329954350503f,0.9962150069118966f,-0.8185776469406018f,-2.4134545463094897e-16f,-0.9962150069118966f,0.08692329954350503f,0.7684066382668399f,1f,-2.1055913357441142e-16f,3.6334660657867027e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4366884754487473e-16f,0.08692329954350503f,0.9962150069118966f,-0.9680098979773862f,-2.4134545463094897e-16f,-0.9962150069118966f,0.08692329954350503f,0.7553681433353141f,1f,-2.1055913357441142e-16f,3.6334660657867027e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4366884754487473e-16f,-0.08692329954350458f,-0.9962150069118966f,0.7691400203252332f,-2.4134545463094897e-16f,0.9962150069118966f,-0.08692329954350458f,0.9069406469143007f,1f,2.1055913357441147e-16f,-3.6334660657867017e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4366884754487473e-16f,-0.08692329954350458f,-0.9962150069118966f,0.7691400203252333f,-2.4134545463094897e-16f,0.9962150069118966f,-0.08692329954350458f,0.9069406469143007f,1f,2.1055913357441147e-16f,-3.6334660657867017e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4366884754487473e-16f,-0.08692329954350458f,-0.9962150069118966f,0.9185722713620178f,-2.4134545463094897e-16f,0.9962150069118966f,-0.08692329954350458f,0.9199791418458263f,1f,2.1055913357441147e-16f,-3.6334660657867017e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015565859482998387f,-1.9135106236677393e-21f,-0.0000013581765553672626f,0.052569586623773014f,-0.0000013581765553672626f,-3.469446951953614e-21f,0.000015565859482998387f,-0.1311501861663843f,-2.207843775838108e-21f,0.000015625f,3.2899864621001794e-21f,-0.5588775000000002f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145.mcfunction new file mode 100644 index 000000000..fa115ba66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145_as_bone.mcfunction new file mode 100644 index 000000000..bd75d9cb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_145_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3077768490996766f,-0.05426936253371168f,-0.7545016182175515f,0.08673165676349037f,-0.7407479264777045f,0.18673215659835093f,0.28873526898450513f,0.8552622991202752f,0.15333090041377967f,0.7931773965682317f,-0.11959806434882647f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.29888984560718923f,0.06626228348928535f,-0.73910362600903f,0.08673165676349037f,-0.6003943301906296f,0.4466840586756441f,0.2828427124746173f,0.8552622991202752f,0.436109514305588f,0.6603655514272678f,-0.11715728752538104f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3077768490996803f,0.05426936253371059f,0.75450161821755f,-0.08673165676349164f,0.7407479264777029f,0.18673215659835118f,0.28873526898450885f,0.8552622991202748f,-0.15333090041377978f,0.7931773965682317f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2988898456071921f,-0.06626228348928771f,0.7391036260090287f,-0.08673165676349164f,0.600394330190628f,0.44668405867564376f,0.28284271247462095f,0.8552622991202748f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293533f,0.037194590818946126f,0.09812655072502408f,0.002554117542506607f,0.09835001914320102f,-0.008291331211486628f,-1.5593796130388755f,0.5480876020041217f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,0.7825063747639693f,0.03487823687206012f,-0.2786151805444138f,-0.12289352459612446f,0.053462825847419515f,0.9909787625699907f,0.6087295109094187f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834785f,0.9975640502598246f,0.03487823687206012f,-0.29843750000000024f,-0.13133349902961433f,-0.026694646802084655f,0.9909787625699907f,0.6518233152785109f,0.9894958503251681f,-0.0644465783523581f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701339f,-0.7825063747639693f,-0.03487823687206502f,0.27861518054441353f,0.12289352459612753f,0.0534628258474157f,0.9909787625699906f,0.6087295109094201f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.06041087834083438f,-0.9975640502598244f,-0.03487823687206502f,0.2984374999999998f,0.13133349902961466f,-0.02669464680208954f,0.9909787625699906f,0.6518233152785123f,-0.9894958503251681f,-0.06444657835235836f,0.1294009301664646f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.18976217516265825f,-0.9792766816401088f,-0.07076367481606066f,-0.02396184448889191f,-0.9725981636447165f,0.19734939863216788f,-0.12290657807638544f,0.3054164496160022f,0.1343247146003357f,0.04550160058127872f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5735764363510445f,-0.6908658269734752f,-0.440130072572975f,-0.1562499999999996f,-0.7567978077333799f,0.6525418832309737f,-0.038028526652028605f,0.42753037443023456f,0.31347591593739105f,0.3112772072440097f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.016187966659494173f,-0.9997576610388054f,0.014918744238304527f,0.302613286655163f,-0.9925979443928717f,-0.017864595890230803f,-0.12012567169728729f,0.3279395630106788f,0.12036307790380239f,-0.012863724495479234f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4226182617406974f,-0.7643722348603185f,-0.48695881901646826f,0.1562500000000004f,-0.8373192145987601f,0.5349164669470228f,-0.11296418128163552f,0.42753037443023534f,0.34682897472239377f,0.3599992499486031f,-0.866089026791967f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.309717428628664e-15f,-8.241614698364895e-16f,0.29374999999999857f,-2.4492935982947065e-15f,0.9238795325112867f,0.38268343236508995f,1.1462893612908975f,-1.2246467991473586e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.309717428628664e-15f,-8.241614698364895e-16f,0.33124999999999877f,-2.4492935982947065e-15f,0.9238795325112867f,0.38268343236508995f,1.066680991511214f,-1.2246467991473586e-16f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.309717428628664e-15f,-8.241614698364895e-16f,-0.29375000000000145f,-2.4492935982947065e-15f,0.9238795325112867f,0.38268343236508995f,1.1462893612908962f,-1.2246467991473586e-16f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.309717428628664e-15f,-8.241614698364895e-16f,-0.3312500000000012f,-2.4492935982947065e-15f,0.9238795325112867f,0.38268343236508995f,1.0666809915112123f,-1.2246467991473586e-16f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039309f,0.14478625334353573f,0.043577871373827216f,0.19259933110853533f,0.12257792847088958f,0.5986244099103191f,0.7915955200172042f,1.206112683394317f,0.08852537197051372f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221019f,-0.011632222243249113f,0.043577871373827216f,0.07741431914167723f,0.027423301440657785f,0.6104297627301499f,0.7915955200172042f,1.2154229710631264f,-0.03580924469861081f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371281f,0.21399582121970745f,0.06425795390069944f,0.056527386114198275f,0.1326622403282911f,0.3228670940966622f,0.9371006186854515f,1.2412791112095243f,0.17978883761257297f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,-0.09768254812408565f,0.06425795390069944f,0.08528138157725096f,0.026397869130211082f,0.34805974051120653f,0.9371006186854515f,1.2432600092789092f,-0.11390398304231057f,0.9323693135379658f,-0.34309378574937766f,-0.1523097992111534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.05888156633778653f,0.06425795390069944f,0.14198279464366215f,0.08052140686537797f,0.33964501099790123f,0.9371006186854515f,1.3057928210456833f,0.033353058785002505f,0.9387088087633164f,-0.34309378574937766f,-0.061975742842232284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.07547908730517176f,0.043577871373827216f,0.12499999999999853f,0.08052140686537797f,0.605716794983524f,0.7915955200172042f,1.1695065421743907f,0.033353058785002505f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039302f,-0.14478625334353884f,-0.04357787137383095f,-0.19259933110853852f,-0.12257792847089444f,0.5986244099103183f,0.791595520017204f,1.2061126833943159f,-0.08852537197051397f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221017f,0.011632222243245921f,-0.04357787137383095f,-0.07741431914168047f,-0.027423301440662684f,0.6104297627301499f,0.791595520017204f,1.215422971063126f,0.03580924469861056f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371274f,-0.21399582121970925f,-0.06425795390070396f,-0.05652738611420165f,-0.13266224032829588f,0.3228670940966611f,0.9371006186854511f,1.241279111209524f,-0.17978883761257325f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,0.0976825481240837f,-0.06425795390070396f,-0.08528138157725432f,-0.026397869130215967f,0.34805974051120697f,0.9371006186854511f,1.2432600092789088f,0.11390398304231032f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.05888156633778843f,-0.06425795390070396f,-0.14198279464366584f,-0.08052140686538285f,0.3396450109979009f,0.9371006186854511f,1.3057928210456826f,-0.033353058785002755f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.07547908730517493f,-0.04357787137383095f,-0.1250000000000015f,-0.08052140686538285f,0.6057167949835236f,0.791595520017204f,1.16950654217439f,-0.033353058785002755f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.309717428628664e-15f,-8.241614698364895e-16f,-2.677369339328271e-16f,-2.4492935982947065e-15f,0.9238795325112867f,0.38268343236508995f,0.6840594245009466f,-1.2246467991473586e-16f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0504466922940297e-15f,-2.215987020522138e-15f,1.2618057567743406e-16f,-2.4492935982947065e-15f,0.3826834323650895f,0.9238795325112868f,0.5405531373640381f,-1.2246467991473586e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211056f,-0.01886395531279419f,0.16765889501569187f,-0.007596123493898392f,-0.13084998461222436f,0.9913730783286613f,0.4121876230245473f,-0.0868240888334653f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879546f,0.018120697839140967f,0.1375000000000002f,-0.007596123493898392f,0.2920472982422944f,0.9563737106891018f,0.5244152134304929f,-0.0868240888334653f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.1090650630391444f,0.05437783451250272f,-0.13408782206056025f,0.010621613142642587f,-0.3670826169751703f,0.9301276974958372f,0.2862509723733001f,0.12140559376013f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291184756f,-0.11874584002900675f,-0.13750000000000004f,0.010621613142642587f,0.9512026547780754f,-0.30838399906186637f,0.6205320833374577f,0.12140559376013f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482275f,0.3007057995042713f,-1.5644283375227884e-15f,1.2470586316893954e-16f,0.22170357102186714f,0.7031538935183255f,0.6755902076156605f,0.5465572537406167f,0.20315389351832489f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482264f,-0.30070579950427484f,-1.5644283375227884e-15f,1.2470586316893954e-16f,-0.2217035710218718f,0.7031538935183239f,0.6755902076156605f,0.5465572537406167f,-0.2031538935183251f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.8885445997459884e-15f,-1.5644283375227884e-15f,1.2470586316893954e-16f,-2.4492935982947065e-15f,0.7372773368101238f,0.6755902076156605f,0.5465572537406167f,-1.2246467991473586e-16f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427306f,-2.452304247819929e-15f,1.26527118043298e-16f,-0.013116602751582334f,-0.041600549111573404f,0.9990482215818577f,0.5445699789408884f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427306f,-2.452304247819929e-15f,1.26527118043298e-16f,0.013116602751577661f,-0.041600549111574875f,0.9990482215818577f,0.5445699789408884f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.5511434439953493e-17f,-2.452304247819929e-15f,1.26527118043298e-16f,-2.4492935982947065e-15f,-0.04361938736533616f,0.9990482215818577f,0.5445699789408884f,-1.2246467991473586e-16f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859088f,0.3420201433256679f,-2.299106982567985e-15f,-0.18124999999999994f,0.1028474406453089f,0.28257102082169294f,0.9537169507482269f,0.5708817363975118f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859081f,-0.34202014332566943f,-2.299106982567985e-15f,0.18125000000000005f,-0.10284744064531351f,0.2825710208216913f,0.9537169507482269f,0.5708817363975127f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.573962051460746e-16f,-2.38816795870031e-15f,-0.007812499999999837f,-2.4492935982947065e-15f,-0.27563735581699944f,0.9612616959383188f,0.5349011387298201f,-1.2246467991473586e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.354686676010215e-16f,-2.4292997965529175e-15f,8.878689293818311e-17f,-2.4492935982947065e-15f,0.08715574274765796f,0.9961946980917455f,0.554375f,-1.2246467991473586e-16f,0.9961946980917455f,-0.08715574274765796f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.671338203219738e-15f,1f,-0.7968750000000007f,-2.2204460492503185e-16f,-1f,2.671338203219738e-15f,0.8387499999999979f,1f,-2.2204460492503099e-16f,3.445092848397672e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.671338203219738e-15f,1f,-0.7968750000000007f,-2.2204460492503185e-16f,-1f,2.671338203219738e-15f,0.8387499999999979f,1f,-2.2204460492503099e-16f,3.445092848397672e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.671338203219738e-15f,1f,-0.9468750000000007f,-2.2204460492503185e-16f,-1f,2.671338203219738e-15f,0.8387499999999974f,1f,-2.2204460492503099e-16f,3.445092848397672e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.2272489933696752e-15f,-1f,0.7968749999999993f,-2.2204460492503185e-16f,1f,-2.2272489933696752e-15f,0.8387500000000017f,1f,2.2204460492503104e-16f,-3.445092848397671e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.2272489933696752e-15f,-1f,0.7968749999999993f,-2.2204460492503185e-16f,1f,-2.2272489933696752e-15f,0.8387500000000017f,1f,2.2204460492503104e-16f,-3.445092848397671e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.2272489933696752e-15f,-1f,0.9468749999999994f,-2.2204460492503185e-16f,1f,-2.2272489933696752e-15f,0.838750000000002f,1f,2.2204460492503104e-16f,-3.445092848397671e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135106236677393e-21f,-3.8270212473354793e-20f,-0.007217499999998248f,-3.8270212473354793e-20f,-3.469446951953614e-21f,0.000015625f,-0.13312500000000005f,-1.913510623667748e-21f,0.000015625f,3.46944695195361e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146.mcfunction new file mode 100644 index 000000000..80239e9c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146_as_bone.mcfunction new file mode 100644 index 000000000..29e2bc272 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_146_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.44197886513479334f,-0.026326154682728756f,-0.6862259546229839f,0.1322892541694131f,-0.670114923876034f,0.19496242296437655f,0.42412272619481345f,0.8485978716645036f,0.15015031141233545f,0.7926165729127326f,-0.12711528929006963f,-0.7493585847269001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40987083481034736f,0.14186036930107157f,-0.6722213433041475f,0.1322892541694131f,-0.5333843984299151f,0.4276542086532711f,0.415467160354103f,0.8485978716645036f,0.43302076426359337f,0.6610503108258162f,-0.12452109971272127f,-0.7493585847269001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.20355615589235712f,0.08749908651656413f,0.7860364149971283f,-0.034118457544051115f,0.7765077075120048f,0.17620250465667686f,0.18147424602848944f,0.8760240826228445f,-0.15015031141233545f,0.7926165729127326f,-0.12711528929006952f,-0.7493585847269001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2170244737005005f,0.0028810253683174344f,0.769994855507391f,-0.034118457544051115f,0.636705108768254f,0.4505598586757581f,0.1777706899870917f,0.8760240826228445f,-0.43302076426359337f,0.6610503108258162f,-0.12452109971272116f,-0.7493585847269001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5542140254651104f,0.03535115630491965f,-0.15676513896732022f,0.0014976658822402067f,-0.1564783747666962f,-0.014229529414303973f,-1.554579778822245f,0.5578677414871065f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5934049753262925f,0.7807844185599281f,0.19556642603483218f,-0.26606739159142645f,-0.22235250322878694f,-0.07449961092432655f,0.972115822461509f,0.663426044436156f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.03824935427376429f,0.9799442636729923f,0.19556642603483218f,-0.27861796096250535f,-0.1394092862291208f,-0.18856266500309868f,0.972115822461509f,0.7091697164800863f,0.9894958503251681f,-0.06444657835235815f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6333747392596065f,-0.7633962238983151f,0.1267384906238806f,0.28374559698833407f,0.020162839629659188f,0.1800019600772012f,0.9834595844601007f,0.5728095287881961f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08096412683807298f,-0.9886264032280998f,0.1267384906238806f,0.31031195110707677f,0.11976131409859075f,0.1358840438717673f,0.9834595844601007f,0.6121062099767962f,-0.9894958503251681f,-0.06444657835235831f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6390582760486896f,-0.7674261896724021f,-0.05159034036110899f,-0.09391781927909976f,-0.7550256700613184f,0.6387021495863494f,-0.14830981647292693f,0.30069263547968483f,0.14676769863336334f,-0.05582658433644855f,-0.9875943677032547f,-0.5458817941152215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8408926142234638f,-0.41998036974743536f,-0.34134454788561674f,-0.17479754203102899f,-0.4787837359244401f,0.8713387997700219f,0.1074003269528227f,0.4647399124800191f,0.2523207196380522f,0.2537423595739283f,-0.9337821316555541f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5107463713718289f,-0.8589552428310028f,0.03652444309832381f,0.23140502490665216f,-0.8452209762357786f,0.49390031661103606f,-0.20411756069127304f,0.26106146303553135f,0.15728841489934053f,-0.13512352890837026f,-0.9782647834169447f,-0.5515980232335532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.763526195403119f,-0.508670709610483f,-0.39784652583327373f,0.13354272606822865f,-0.5781408868824073f,0.8129132792987307f,0.07017916538836372f,0.41392132268772064f,0.2877166381147634f,0.28359497443387693f,-0.9147639185209411f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.1495809003344996f,0.0638016607647027f,0.3857261764196846f,0.16261948733535503f,0.9075776226804646f,0.3871146615002621f,1.0985047169486162f,-8.47257553418276e-17f,0.3923371166035617f,-0.9198214973217377f,-0.1874827001212565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.1495809003344996f,0.0638016607647027f,0.410010801746474f,0.16261948733535503f,0.9075776226804646f,0.3871146615002621f,1.015251282854132f,-8.47257553418276e-17f,0.3923371166035617f,-0.9198214973217377f,-0.32275810507061464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.1495809003344996f,0.0638016607647027f,-0.19395352760691978f,0.16261948733535503f,0.9075776226804646f,0.3871146615002621f,1.1940436657581373f,-8.47257553418276e-17f,0.3923371166035617f,-0.9198214973217377f,-0.18748270012125656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.1495809003344996f,0.0638016607647027f,-0.24367056662395226f,0.16261948733535503f,0.9075776226804646f,0.3871146615002621f,1.1229866932138046f,-8.47257553418276e-17f,0.3923371166035617f,-0.9198214973217377f,-0.32275810507061464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9555630452170457f,0.23886002107863058f,0.17275750908670315f,0.29555488164686033f,0.2807747945747551f,0.5589383507849446f,0.7802265278451574f,1.1734013805323273f,0.08980412767256414f,0.7940615910319062f,-0.6011667059151293f,-0.1310953334091484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9811644180813943f,0.08643626406292977f,0.17275750908670315f,0.1834104977255911f,0.1898807690389689f,0.5959797469678474f,0.7802265278451574f,1.2012787152108981f,-0.03552011036256209f,0.7983338358475006f,-0.6011667059151293f,-0.12714160211606357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9404780444340198f,0.26207891829003005f,0.21636933360688992f,0.1670578690973909f,0.2875397970078201f,0.27422622025738397f,0.9176714255440507f,1.2305001611780069f,0.18116819001762832f,0.9252646219926906f,-0.3332618583253417f,-0.15728391786425958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9754346122105201f,-0.04137183554331085f,0.21636933360688992f,0.19573284665576246f,0.1887260352757339f,0.3496593175493141f,0.9176714255440507f,1.2276670775622687f,-0.11362130482798913f,0.9359629975991173f,-0.3332618583253417f,-0.1464679609369638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9698973744542204f,0.11172911214773011f,0.21636933360688992f,0.26169416404726203f,0.2411012728957482f,0.3158311747563872f,0.9176714255440507f,1.2792100014436123f,0.03419443280505791f,0.9422140279950625f,-0.3332618583253417f,-0.05548402753666576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9698973744542204f,0.17162146159780645f,0.17275750908670315f,0.22307933518775566f,0.2411012728957482f,0.5771626646403418f,0.7802265278451574f,1.1493484018995357f,0.03419443280505791f,0.7983917161796539f,-0.6011667059151293f,-0.2351221636770876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9951264764769172f,-0.046857944828782694f,0.08676190881405405f,-0.08451634644750108f,0.040724863015180725f,0.6060284833688102f,0.7943997500491137f,1.2360421895043323f,-0.08980412767256431f,0.7940615910319062f,-0.6011667059151293f,-0.1310953334091484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9902050157659481f,0.10939103222339755f,0.08676190881405405f,0.030642805444843907f,0.13502721396737044f,0.5921964949323119f,0.7943997500491137f,1.2264568689933688f,0.035520110362561925f,0.7983338358475006f,-0.6011667059151293f,-0.12714160211606357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9830102790467856f,-0.1602156665868063f,0.0895641193140765f,0.05550798500521387f,0.029476740221694754f,0.34382600173469857f,0.9385706165851527f,1.2488850702786045f,-0.1811681900176285f,0.9252646219926906f,-0.3332618583253417f,-0.15728391786425955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9844076952129963f,0.15139272815076216f,0.0895641193140765f,0.027440468675569405f,0.13428212351099425f,0.31788914575421456f,0.9385706165851527f,1.2554039066649558f,0.11362130482798896f,0.9359629975991173f,-0.3332618583253417f,-0.1464679609369638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9959710433932539f,-0.004466458736734624f,0.0895641193140765f,-0.01849151893455678f,0.0829000692840087f,0.33498175501909466f,0.9385706165851527f,1.3253883399943995f,-0.03419443280505808f,0.9422140279950625f,-0.3332618583253417f,-0.05548402753666576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9959710433932539f,0.022672712698194153f,0.08676190881405405f,-0.023592879291650458f,0.0829000692840087f,0.6017114056045574f,0.7943997500491137f,1.1900032737333743f,-0.03419443280505808f,0.7983917161796539f,-0.6011667059151293f,-0.2351221636770876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.1495809003344996f,0.0638016607647027f,0.02108921462772457f,0.16261948733535503f,0.9075776226804646f,0.3871146615002621f,0.6924449730208335f,-8.47257553418276e-17f,0.3923371166035617f,-0.9198214973217377f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.06223178358294479f,0.15024081593661298f,-0.002247704215879728f,0.16261948733535503f,0.37758947882430666f,0.9115816407870304f,0.5508489184617185f,-8.47257553418276e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9841694866320506f,-0.10523591859154828f,0.14260372723249207f,0.14230472529345653f,0.15450566067508503f,-0.11527096162982814f,0.9812444171684699f,0.3969274921674135f,-0.08682408883346526f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9841694866320506f,-0.03662380816251776f,0.17340449318884754f,0.13079767283106356f,0.15450566067508503f,0.3020233184540845f,0.9406965057495101f,0.5125656292179556f,-0.08682408883346526f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9776069475095779f,0.04791849550658352f,0.2049108927543644f,-0.17590515192454095f,0.1718875736775506f,-0.37993243274226773f,0.908903739988887f,0.32173709860243094f,0.12140559376013005f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9776069475095779f,0.1276343709129766f,-0.16731444511055765f,-0.12491128698773349f,0.1718875736775506f,0.9429992153529686f,-0.28496866820569916f,0.6521234328302988f,0.12140559376013005f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9049685678504534f,0.4110495875638861f,0.10986413321124486f,-0.0012713178888186846f,0.37384540488154205f,0.6448934891817739f,0.6665973303726268f,0.5567731131921294f,0.2031538935183249f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9770752099704413f,-0.1823565362002686f,0.10986413321124486f,-0.0012713178888186846f,-0.06365948169411265f,0.7426947350900799f,0.6665973303726268f,0.5567731131921294f,-0.20315389351832508f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.11989566253603817f,0.10986413321124486f,-0.0012713178888186846f,0.16261948733535503f,0.7274633334257289f,0.6665973303726268f,0.5567731131921294f,-8.47257553418276e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9431549041254909f,0.2899380019126838f,0.16246470961693987f,-0.0015944874979449757f,0.1421509558049991f,-0.08994742124579799f,0.985749748757237f,0.554812291289617f,0.3004195942140946f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9388888736954039f,-0.3034681218514709f,0.16246470961693987f,-0.0015944874979449757f,0.16803496738243034f,0.007853824662507891f,0.985749748757237f,0.554812291289617f,-0.3004195942140947f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,-0.00709336241123331f,0.16246470961693987f,-0.0015944874979449757f,0.16261948733535503f,-0.04303876350256991f,0.985749748757237f,0.554812291289617f,-8.47257553418276e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9104592407253735f,0.3834190191446777f,0.15509296159371475f,-0.17615303848702604f,0.25429075599509343f,0.22319053744918785f,0.9410218889104474f,0.6102485912838318f,0.3261904081870282f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9439092368683613f,-0.29151591006097477f,0.15509296159371475f,0.18152167250811282f,0.051333908494947816f,0.3344288181811576f,0.9410218889104474f,0.5512990271247656f,-0.3261904081870283f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,-0.04482400549343338f,0.15631988418860332f,-0.010875336038677802f,0.16261948733535503f,-0.27196830781050907f,0.9484662049253386f,0.5465426191291775f,-8.47257553418276e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9866888579176245f,0.01417322220395614f,0.16200067108987845f,8.878689293818312e-17f,0.16261948733535503f,0.08599560027264891f,0.9829342089237372f,0.56448679632029f,-8.47257553418276e-17f,0.9961946980917455f,-0.08715574274765794f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4155361755498463e-16f,-0.1626194873353548f,0.9866888579176245f,-0.7400227669421154f,-1.8593582510654127e-16f,-0.9866888579176245f,-0.1626194873353548f,0.9746638442609754f,1f,-2.390040811046719e-16f,3.0677036026685896e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4155361755498463e-16f,-0.1626194873353548f,0.9866888579176245f,-0.7400227669421156f,-1.8593582510654127e-16f,-0.9866888579176245f,-0.1626194873353548f,0.9746638442609753f,1f,-2.390040811046719e-16f,3.0677036026685896e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4155361755498463e-16f,-0.1626194873353548f,0.9866888579176245f,-0.8880260956297592f,-1.8593582510654127e-16f,-0.9866888579176245f,-0.1626194873353548f,0.9990567673612786f,1f,-2.390040811046719e-16f,3.0677036026685896e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4155361755498463e-16f,0.16261948733535525f,-0.9866888579176245f,0.8325126003640987f,-1.8593582510654127e-16f,0.9866888579176245f,0.16261948733535525f,0.7154890363202532f,1f,2.390040811046719e-16f,-3.0677036026685886e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4155361755498463e-16f,0.16261948733535525f,-0.9866888579176245f,0.8325126003640988f,-1.8593582510654127e-16f,0.9866888579176245f,0.16261948733535525f,0.7154890363202532f,1f,2.390040811046719e-16f,-3.0677036026685886e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4155361755498463e-16f,0.16261948733535525f,-0.9866888579176245f,0.9805159290517425f,-1.8593582510654127e-16f,0.9866888579176245f,0.16261948733535525f,0.6910961132199499f,1f,2.390040811046719e-16f,-3.0677036026685886e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015417013404962885f,-1.9135106236677393e-21f,0.0000025409294896149224f,-0.11892232437507698f,0.0000025409294896149224f,-3.469446951953614e-21f,0.000015417013404962885f,-0.11268808734823399f,-1.3238399272160565e-21f,0.000015625f,3.734438767260499e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147.mcfunction new file mode 100644 index 000000000..e64afc727 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147_as_bone.mcfunction new file mode 100644 index 000000000..e3d7f4ebf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_147_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5038417712743903f,-0.0157779086388641f,-0.6425254637463897f,0.14947403177285679f,-0.625735103094592f,0.19848681527586268f,0.4858014093858624f,0.86069774252692f,0.14677702381070956f,0.7920217712948765f,-0.13454539576158375f,-0.7497780124003982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4619040434332465f,0.1745975623277492f,-0.629412699180137f,0.14947403177285679f,-0.4918983563499928f,0.41420704957741716f,0.47588709490859993f,0.86069774252692f,0.4297448797602983f,0.6617765569356314f,-0.13179957135828613f,-0.7497780124003982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.1700406728596407f,0.1030457480877304f,0.7920935473912947f,-0.010020787412514415f,0.7851669372172745f,0.17037468133619724f,0.14638918370179604f,0.898432145280899f,-0.14677702381070956f,0.7920217712948765f,-0.13454539576158364f,-0.7497780124003982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19252016122610013f,0.029515209050421085f,0.7759283729547377f,-0.010020787412514415f,0.6467266237300605f,0.44853165008183216f,0.1434016493405349f,0.898432145280899f,-0.4297448797602983f,0.6617765569356314f,-0.13179957135828602f,-0.7497780124003982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.539735014288674f,0.03428646857910089f,-0.2635275580386828f,0.0010379475957921942f,-0.26321626943550724f,-0.016631952135024726f,-1.540080135471084f,0.5781396900372582f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5766705386714648f,0.7737938858191216f,0.26209561632600276f,-0.25861633191123035f,-0.26271884261024825f,-0.12813088059786804f,0.9563269771238007f,0.7018864897375288f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.02855091113560443f,0.964619475946873f,0.26209561632600276f,-0.2679845996276006f,-0.14171382311757624f,-0.2556480102849499f,0.9563269771238007f,0.7483863379479835f,0.9894958503251681f,-0.06444657835235816f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6332584160045815f,-0.7491762516445151f,0.19421308537594273f,0.28364455374758857f,-0.02353463391417522f,0.23218407410008812f,0.972387102311014f,0.5735946068933742f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08902508141626636f,-0.9769113636085848f,0.19421308537594273f,0.31285590858730095f,0.11389687031740608f,0.20369297040175302f,0.972387102311014f,0.610967017466273f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8928441451676997f,-0.44796119416659036f,-0.04647688630493563f,-0.1475708560655784f,-0.433611478707575f,0.8829255008332964f,-0.1800656699965409f,0.3158726476065117f,0.12169806067801514f,-0.14061766780570378f,-0.9825559798444539f,-0.5375280780177317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.961398815537076f,-0.17250906156362594f,-0.21436637134201939f,-0.1812560949296459f,-0.2109222011788847f,0.962336758847339f,0.17152197416381593f,0.49738280222891157f,0.17670354420260365f,0.21011564970186236f,-0.9615754110919241f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8404387105280213f,-0.5417291314175496f,0.013868021473307207f,0.16990574501680775f,-0.5233535724228762f,0.8047601499108153f,-0.2801109411424971f,0.24744952336787943f,0.1405838258058522f,-0.24267395675908324f,-0.959867458888299f,-0.5402238034996645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9350213728966594f,-0.24234144616474382f,-0.2588545068126627f,0.12284888319333914f,-0.2888896558821859f,0.943932054002199f,0.1597968840480375f,0.425435514018592f,0.2056156583305816f,0.22419389130386735f,-0.9526065820428239f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.21081420962051214f,0.09254096810420341f,0.42107525031484383f,0.23023132227302268f,0.8910641693298016f,0.39114982344493854f,1.0887457517814854f,-6.805315718470777e-17f,0.4019477766559603f,-0.915662593339561f,-0.18267824618167597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.21081420962051214f,0.09254096810420341f,0.43989178724680705f,0.23023132227302268f,0.8910641693298016f,0.39114982344493854f,1.005399351977985f,-6.805315718470777e-17f,0.4019477766559603f,-0.915662593339561f,-0.3187650863892548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.21081420962051214f,0.09254096810420341f,-0.15064210855636806f,0.23023132227302268f,0.8910641693298016f,0.39114982344493854f,1.224006653616886f,-6.805315718470777e-17f,0.4019477766559603f,-0.915662593339561f,-0.18267824618167602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.21081420962051214f,0.09254096810420341f,-0.2048107663739212f,0.23023132227302268f,0.8910641693298016f,0.39114982344493854f,1.1579276029838623f,-6.805315718470777e-17f,0.4019477766559603f,-0.915662593339561f,-0.3187650863892549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9341593976566193f,0.27488993661925776f,0.2275560206087342f,0.33614321033135847f,0.34503901519071534f,0.5330248706506797f,0.7725493934138112f,1.1691008007523884f,0.0910730353400147f,0.8001999812629882f,-0.5927779451199832f,-0.12567366363928462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9656606055027963f,0.12537085971105977f,0.2275560206087342f,0.22617699207025202f,0.2574075518609208f,0.5804384437482756f,0.7725493934138112f,1.2045995930573312f,-0.03522708084613687f,0.8045951532009064f,-0.5927779451199832f,-0.12162308204632166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9188644339644305f,0.2781196390163293f,0.27988858209768663f,0.21194940259822675f,0.3498168088425645f,0.24606726741002025f,0.903924277890892f,1.2351842869449108f,0.1825276752890682f,0.9284936005718039f,-0.3233933849830206f,-0.15148966477255604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.959835702439201f,-0.01943723062558983f,0.27988858209768663f,0.24033486040744306f,0.2566565881701962f,0.34212321696760667f,0.903924277890892f,1.2302714602781424f,-0.11332616675719756f,0.9394540427702378f,-0.3233933849830206f,-0.14065474234073932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9510591849609205f,0.1309534585752368f,0.27988858209768663f,0.3094713424012069f,0.3070165820968011f,0.2977611763763502f,0.903924277890892f,1.2762156069330823f,0.03503205702021998f,0.9456159228408518f,-0.3233933849830206f,-0.04903090932265747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9510591849609205f,0.2090566530541113f,0.2275560206087342f,0.2624335954640319f,0.3070165820968011f,0.5557951538593611f,0.7725493934138112f,1.1511616973147263f,0.03503205702021998f,0.8046036681250355f,-0.5927779451199832f,-0.23006673465079017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9897359079299913f,-0.006903473976232581f,0.1427416358357131f,-0.03870744805752585f,0.11012962720336544f,0.5996935317591587f,0.792615375310292f,1.2577855980924249f,-0.09107303534001483f,0.8001999812629882f,-0.5927779451199832f,-0.12567366363928462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9786305577891863f,0.14801032653220852f,0.1427416358357131f,0.07550768116474148f,0.20258648557168388f,0.5750822399322025f,0.792615375310292f,1.2402459951750402f,0.03522708084613673f,0.8045951532009064f,-0.5927779451199832f,-0.12162308204632165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9782033027207079f,-0.13837440597842027f,0.15482513464040235f,0.1019317416855336f,0.09900477917690544f,0.34460434917064986f,0.9335126652771271f,1.2612130366443308f,-0.18252767528906833f,0.9284936005718039f,-0.3233933849830206f,-0.15148966477255604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9730866683478402f,0.17067956400015233f,0.15482513464040235f,0.07435410726281363f,0.20064774060980778f,0.2971440525323943f,0.9335126652771271f,1.269540350769745f,0.11332616675719742f,0.9394540427702378f,-0.3233933849830206f,-0.14065474234073932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.987806523003393f,0.016353922940037117f,0.15482513464040235f,0.03313422458391591f,0.1516938630692733f,0.3248739381272612f,0.9335126652771271f,1.3415933800347422f,-0.035032057020220116f,0.9456159228408518f,-0.3233933849830206f,-0.04903090932265747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.987806523003393f,0.062153829414542595f,0.1427416358357131f,0.019149612965643853f,0.1516938630692733f,0.590550454007823f,0.792615375310292f,1.208719527882982f,-0.035032057020220116f,0.8046036681250355f,-0.5927779451199832f,-0.23006673465079017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.21081420962051214f,0.09254096810420341f,0.029857416531068996f,0.23023132227302268f,0.8910641693298016f,0.39114982344493854f,0.7110467938346763f,-6.805315718470777e-17f,0.4019477766559603f,-0.915662593339561f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.08810571264539332f,0.21270600639105564f,-0.0031822257109534982f,0.23023132227302268f,0.372402997847726f,0.8990603680723793f,0.571395669641779f,-6.805315718470777e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9711817195383056f,-0.11292971017691131f,0.2098879419928142f,0.13041890691119493f,0.2219631618824589f,-0.10774448346078375f,0.9690838359248959f,0.40787824637562103f,-0.08682408883346525f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9711817195383056f,-0.015722551332857194f,0.237821086142936f,0.12690850909719828f,0.2219631618824589f,0.3038292112255303f,0.9265096681488076f,0.5240344692140023f,-0.08682408883346525f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9634368943004954f,0.021621215260767268f,0.26706155423659067f,-0.19221622683537737f,0.23885148629298125f,-0.3823314775318921f,0.8926212011732151f,0.3547963123878566f,0.12140559376013006f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9634368943004954f,0.1923184764033751f,-0.18655549934134982f,-0.1185747575996038f,0.23885148629298125f,0.9319611882629825f,-0.2727605379579005f,0.6808828624240677f,0.12140559376013006f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8770531255079745f,0.45451566852119346f,0.15554202681405946f,-0.0017998900584926718f,0.43532322541421803f,0.6150324242625068f,0.6574411049826028f,0.5772384910156904f,0.20315389351832494f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9791393381260065f,-0.1307395671888973f,0.15554202681405946f,-0.0017998900584926718f,0.00382780387570103f,0.7534962119325773f,0.6574411049826028f,0.5772384910156904f,-0.20315389351832505f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.16974433613572748f,0.15554202681405946f,-0.0017998900584926718f,0.23023132227302268f,0.7174710668198891f,0.6574411049826028f,0.5772384910156904f,-6.805315718470777e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9311160846122167f,0.28304986842580376f,0.23001219306930287f,-0.00225742296335398f,0.20681127722794473f,-0.10971488288296938f,0.9722097202174655f,0.575304602505304f,0.3004195942140946f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9250763790217643f,-0.302205367284287f,0.23001219306930287f,-0.00225742296335398f,0.23233975206197433f,0.0287489047871011f,0.9722097202174655f,0.575304602505304f,-0.3004195942140947f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,-0.010042549229860587f,0.23001219306930287f,-0.00225742296335398f,0.23023132227302268f,-0.0424475930895154f,0.9722097202174655f,0.575304602505304f,-6.805315718470777e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8907699501844072f,0.3978887900115685f,0.21957551464495956f,-0.1725805195641197f,0.31643121441357336f,0.1962362632946673f,0.9280962318169906f,0.6426389462296058f,0.3261904081870282f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9381273546887395f,-0.26777539049193666f,0.21957551464495956f,0.1801812550585429f,0.1162621348139102f,0.3537237629784222f,0.9280962318169906f,0.5591800919056351f,-0.3261904081870283f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,-0.06346035289758747f,0.2213125513062874f,-0.012086117283069428f,0.23023132227302268f,-0.26823261459393943f,0.935438294444115f,0.567694188899805f,-6.805315718470777e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9731359299935521f,0.02006598189648063f,0.2293552225830372f,8.878689293818311e-17f,0.23023132227302268f,0.0848143847730209f,0.9694328539821567f,0.5848462207922689f,-6.805315718470777e-17f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.3854426302850653e-16f,-0.23023132227302245f,0.9731359299935521f,-0.709995661942221f,-1.7092298192955043e-16f,-0.9731359299935521f,-0.23023132227302245f,1.0450473358205001f,1f,-2.4427478830228322e-16f,2.9009776210973915e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.3854426302850653e-16f,-0.23023132227302245f,0.9731359299935521f,-0.709995661942221f,-1.7092298192955043e-16f,-0.9731359299935521f,-0.23023132227302245f,1.0450473358205001f,1f,-2.4427478830228322e-16f,2.9009776210973915e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.3854426302850653e-16f,-0.23023132227302245f,0.9731359299935521f,-0.8559660514412538f,-1.7092298192955043e-16f,-0.9731359299935521f,-0.23023132227302245f,1.0795820341614535f,1f,-2.4427478830228322e-16f,2.9009776210973915e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.3854426302850653e-16f,0.2302313222730229f,-0.9731359299935521f,0.8409397264850027f,-1.7092298192955043e-16f,0.9731359299935521f,0.2302313222730229f,0.6781161659478702f,1f,2.4427478830228322e-16f,-2.9009776210973905e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.3854426302850653e-16f,0.2302313222730229f,-0.9731359299935521f,0.8409397264850027f,-1.7092298192955043e-16f,0.9731359299935521f,0.2302313222730229f,0.6781161659478702f,1f,2.4427478830228322e-16f,-2.9009776210973905e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.3854426302850653e-16f,0.2302313222730229f,-0.9731359299935521f,0.9869101159840356f,-1.7092298192955043e-16f,0.9731359299935521f,0.2302313222730229f,0.6435814676069167f,1f,2.4427478830228322e-16f,-2.9009776210973905e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015205248906149255f,-1.9135106236677393e-21f,0.0000035973644105159798f,-0.16530764263743147f,0.0000035973644105159798f,-3.469446951953614e-21f,0.000015205248906149255f,-0.08252303650979265f,-1.063330581011059e-21f,0.000015625f,3.8167935672231754e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148.mcfunction new file mode 100644 index 000000000..b23a312cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148_as_bone.mcfunction new file mode 100644 index 000000000..248fa7996 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_148_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5332458905504169f,-0.014365881451587901f,-0.6183743899173512f,0.15334298391466666f,-0.6017334968097574f,0.20108344869941563f,0.5142243575723494f,0.8833400089544916f,0.1432133494917243f,0.7913933993619816f,-0.1418832915395356f,-0.7502211123685114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.48798617034918623f,0.1868983090783415f,-0.6057545044088338f,0.15334298391466666f,-0.4692028970340038f,0.407559499600045f,0.5037299829280157f,0.8833400089544916f,0.4262841059233069f,0.6625437920239067f,-0.13898771416117775f,-0.7502211123685114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.17362556759156492f,0.11027462851157784f,0.7903405044849877f,-0.0007616307042390205f,0.7850404723645226f,0.16876148315704353f,0.1489142807012368f,0.9233026506759093f,-0.1432133494917243f,0.7913933993619816f,-0.1418832915395355f,-0.7502211123685114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19847449622213645f,0.03471364318516447f,0.7742111064342737f,-0.0007616307042390205f,0.6472169152506261f,0.44702425731429324f,0.14587521374815035f,0.9233026506759093f,-0.4262841059233069f,0.6625437920239067f,-0.13898771416117764f,-0.7502211123685114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5337450141846676f,0.0339224254465324f,-0.29644856301810363f,0.0008940864780103246f,-0.29612995489440563f,-0.017362396472603285f,-1.534083389846512f,0.6024007121371495f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.570912056620044f,0.770872452115447f,0.28251563881560593f,-0.25605055697212054f,-0.2750082254042183f,-0.14467260578063434f,0.950494772787659f,0.7316797340419233f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.025509504323971227f,0.9589234479424078f,0.28251563881560593f,-0.2644208630784236f,-0.14229275237487732f,-0.2762470986723988f,0.950494772787659f,0.7783695434149299f,0.9894958503251681f,-0.06444657835235816f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.632609183246175f,-0.7440321222694357f,0.21499260988193805f,0.2833385459308617f,-0.037090722650188826f,0.24817473949836277f,0.9680049467684586f,0.59180453613786f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09144381247008496f,-0.9723251549029723f,0.21499260988193805f,0.31334354689760835f,0.11196424139076194f,0.2245672097203522f,0.9680049467684586f,0.6285428028442037f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9938994763227346f,-0.09845195120387712f,-0.0497095993701724f,-0.19148181820111482f,-0.08650882398131851f,0.9754890689777587f,-0.2023296806656765f,0.3402799414889493f,0.06841092265686007f,-0.19679504467606587f,-0.97805503733286f,-0.5323163160639028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9953638549663111f,0.04755593224182808f,-0.08360161203717825f,-0.1830875909810044f,0.03126269400154305f,0.9819811141383241f,0.18637525436447133f,0.525566245729663f,0.0909584531001385f,0.18289758003939305f,-0.9789152338304699f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9871293020209867f,-0.1564526170726124f,-0.03314090678738639f,0.11802350972339988f,-0.13740829602550253f,0.9357625987131841f,-0.32475732329374163f,0.26175908991883734f,0.08182115420187851f,-0.31602363433876035f,-0.9452165684457684f,-0.5330141872334352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9942066429340994f,0.01094213135290989f,-0.10692717571863494f,0.11940686450382902f,-0.009260413776504967f,0.9823860191708986f,0.186633207319176f,0.4471229260591257f,0.1070859275647183f,0.18654216439992932f,-0.9765933775213682f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.2287791954492459f,0.10329776761944547f,0.4311727578267635f,0.25101862294571936f,0.8822222012573824f,0.39833859785741743f,1.1015917113564182f,-6.280630637337564e-17f,0.4115143586051091f,-0.9114032766354451f,-0.17789844105423083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.2287791954492459f,0.10329776761944547f,0.4485588587681108f,0.25101862294571936f,0.8822222012573824f,0.39833859785741743f,1.0192449813879139f,-6.280630637337564e-17f,0.4115143586051091f,-0.9114032766354451f,-0.31478179306444243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.2287791954492459f,0.10329776761944547f,-0.13751681848472336f,0.25101862294571936f,0.8822222012573824f,0.39833859785741743f,1.2490651523370284f,-6.280630637337564e-17f,0.4115143586051091f,-0.9114032766354451f,-0.1778984410542309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.2287791954492459f,0.10329776761944547f,-0.19272938685973612f,0.25101862294571936f,0.8822222012573824f,0.39833859785741743f,1.1855448190894529f,-6.280630637337564e-17f,0.4115143586051091f,-0.9114032766354451f,-0.3147817930644425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.926797067550621f,0.28413041222576374f,0.2455954079945049f,0.34783038172195474f,0.36403572010655605f,0.5188736317382767f,0.7734650275049495f,1.1831662466619313f,0.09233195582284041f,0.8062506205486906f,-0.5843241795431543f,-0.12028289387641528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9598344467557103f,0.1356492919007409f,0.2455954079945049f,0.23863882932115102f,0.2783841173049413f,0.5694331694405554f,0.7734650275049495f,1.2209703205470421f,-0.03493018828332377f,0.8107682376288006f,-0.5843241795431543f,-0.1161359061754918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9116438044540253f,0.2808806593145884f,0.3000193810799449f,0.22514762950836265f,0.36755740644335966f,0.23062700610340808f,0.9009510181049852f,1.2521540266950546f,0.18386714434401275f,0.9316207593644427f,-0.31348944791172373f,-0.14572348067240282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9538216778855532f,-0.014580047050506861f,0.3000193810799449f,0.2533928623671823f,0.27830020226273566f,0.3329208019876663f,0.9009510181049852f,1.2465245192954735f,-0.11301860119515128f,0.9428420662188838f,-0.31348944791172373f,-0.13487078090740834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9443593721150594f,0.13481004144668773f,0.3000193810799449f,0.3232557233959852f,0.32695415251987775f,0.28528625120324147f,0.9009510181049852f,1.2900455805739273f,0.035865839575554385f,0.948914120244579f,-0.31348944791172373f,-0.042617095857339776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9443593721150594f,0.21878818951319914f,0.2455954079945049f,0.27402838075551544f,0.32695415251987775f,0.5430035298013965f,0.7734650275049495f,1.1678697863686132f,0.035865839575554385f,0.8107273862111481f,-0.5843241795431543f,-0.22503075775484782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9869093981090492f,0.0038293634779720254f,0.16123019537105182f,-0.02503508893673339f,0.13222953474153568f,0.5915617236098063f,0.795342742031278f,1.2798582844121944f,-0.09233195582284054f,0.8062506205486906f,-0.5843241795431543f,-0.12028289387641528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9741598613089519f,0.15816886139545916f,0.16123019537105182f,0.08876745450200695f,0.22314221151771146f,0.5635933606219584f,0.795342742031278f,1.2598351921214914f,0.03493018828332365f,0.8107682376288006f,-0.5843241795431543f,-0.11613590617549178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9753771695806088f,-0.13340765694707846f,0.1756182625150662f,0.1157126158597492f,0.12178772635901378f,0.33806087882082725f,0.9332109043079125f,1.2805328799372695f,-0.18386714434401286f,0.9316207593644427f,-0.31348944791172373f,-0.14572348067240282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9688640461515514f,0.1745298998625558f,0.1756182625150662f,0.08829113383466806f,0.22029356744747644f,0.28388052455579305f,0.9332109043079125f,1.2893389492283343f,0.11301860119515116f,0.9428420662188838f,-0.31348944791172373f,-0.1348707809074083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9842382135242407f,0.0208174184230518f,0.1756182625150662f,0.04838207121070477f,0.17317269008175545f,0.31484699060123844f,0.9332109043079125f,1.361326231760802f,-0.03586583957555451f,0.948914120244579f,-0.31348944791172373f,-0.042617095857339776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9842382135242407f,0.07266335485802722f,0.16123019537105182f,0.032032816367648674f,0.17317269008175545f,0.5808968429144853f,0.795342742031278f,1.230624442105043f,-0.03586583957555451f,0.8107273862111481f,-0.5843241795431543f,-0.22503075775484782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.2287791954492459f,0.10329776761944547f,0.032553205655735815f,0.25101862294571936f,0.8822222012573824f,0.39833859785741743f,0.7346601549093752f,-6.280630637337564e-17f,0.4115143586051091f,-0.9114032766354451f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.09606066821642603f,0.2319109680187182f,-0.00346954492542395f,0.25101862294571936f,0.3704307727883035f,0.8942989955858694f,0.5957486151137613f,-6.280630637337564e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9662055612788134f,-0.11521120317393055f,0.23059313089749317f,0.12659915612723135f,0.24271050853255546f,-0.1053013381685512f,0.9643667545222516f,0.42940756980022565f,-0.08682408883346525f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9662055612788134f,-0.009212319673229455f,0.257608125881408f,0.12557709604490144f,0.24271050853255546f,0.3040962370378503f,0.9212041509173132f,0.5456123304173377f,-0.08682408883346525f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9581008418852587f,0.013428472920204965f,0.28611615280125235f,-0.1970987569018553f,0.25942910126373364f,-0.38270682222310015f,0.8866972592950693f,0.38324717179323414f,0.12140559376013008f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9581008418852587f,0.21223269804963157f,-0.1923539930891277f,-0.11649090045585273f,0.25942910126373364f,0.9276288776624193f,-0.26870282236004045f,0.7076818764487356f,0.12140559376013008f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8675293619503119f,0.46758260073285596f,0.16958572359129576f,-0.0019623999005693206f,0.4540058388417816f,0.6051577375506177f,0.6539593343474713f,0.6015604932385638f,0.20315389351832494f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9788328121504282f,-0.11457315659307424f,0.16958572359129576f,-0.0019623999005693206f,0.02479559247183913f,0.7561232489573261f,0.6539593343474713f,0.6015604932385638f,-0.20315389351832505f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.18507034181516457f,0.16958572359129576f,-0.0019623999005693206f,0.25101862294571936f,0.713671380926997f,0.6539593343474713f,0.6015604932385638f,-6.280630637337564e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9264735986107977f,0.2806353661111919f,0.25077970883784784f,-0.002461242884211854f,0.22670407691393019f,-0.1157513491477564f,0.9670609529295849f,0.5996368464915476f,0.3004195942140946f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9198885754899424f,-0.3015203912147383f,0.25077970883784784f,-0.002461242884211854f,0.25209735439969055f,0.03521416225895203f,0.9670609529295849f,0.5996368464915476f,-0.3004195942140947f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,-0.010949278550182656f,0.25077970883784784f,-0.002461242884211854f,0.25101862294571936f,-0.04222279305491f,0.9670609529295849f,0.5996368464915476f,-6.280630637337564e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8837891615485207f,0.4020000189954844f,0.2394007156568104f,-0.17130328594137176f,0.33543484544117164f,0.1876703092562972f,0.92318108705037f,0.6706032862834687f,0.3261904081870282f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9354224073970758f,-0.2601388419334298f,0.2394007156568104f,0.17959028242103506f,0.13632584988269397f,0.359377160050911f,0.92318108705037f,0.5796090354656454f,-0.3261904081870283f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,-0.06919010948958253f,0.24129458720490354f,-0.012450663226597249f,0.25101862294571936f,-0.2668120699492561f,0.9304842665321258f,0.5922386637078967f,-6.280630637337564e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.967982257551467f,0.0218777145263284f,0.2500634213008166f,8.878689293818311e-17f,0.25101862294571936f,0.08436521262345284f,0.96429879281965f,0.609127932911686f,-6.280630637337564e-17f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.3739991786719073e-16f,-0.25101862294571914f,0.9679822575514672f,-0.6999774405861364f,-1.6630727396422364e-16f,-0.9679822575514672f,-0.25101862294571914f,1.0844283525627545f,1f,-2.4567615326414055e-16f,2.84850911298407e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.3739991786719073e-16f,-0.25101862294571914f,0.9679822575514672f,-0.6999774405861364f,-1.6630727396422364e-16f,-0.9679822575514672f,-0.25101862294571914f,1.0844283525627545f,1f,-2.4567615326414055e-16f,2.84850911298407e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.3739991786719073e-16f,-0.25101862294571914f,0.9679822575514672f,-0.8451747792188565f,-1.6630727396422364e-16f,-0.9679822575514672f,-0.25101862294571914f,1.1220811460046123f,1f,-2.4567615326414055e-16f,2.84850911298407e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.3739991786719073e-16f,0.2510186229457196f,-0.9679822575514669f,0.8427442823865141f,-1.6630727396422364e-16f,0.9679822575514669f,0.2510186229457196f,0.6843674222430142f,1f,2.4567615326414055e-16f,-2.848509112984069e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.3739991786719073e-16f,0.2510186229457196f,-0.9679822575514669f,0.8427442823865142f,-1.6630727396422364e-16f,0.9679822575514669f,0.2510186229457196f,0.6843674222430142f,1f,2.4567615326414055e-16f,-2.848509112984069e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.3739991786719073e-16f,0.2510186229457196f,-0.9679822575514669f,0.9879416210192342f,-1.6630727396422364e-16f,0.9679822575514669f,0.2510186229457196f,0.6467146288011563f,1f,2.4567615326414055e-16f,-2.848509112984069e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015124722774241673f,-1.9135106236677393e-21f,0.000003922165983526865f,-0.1795617152190597f,0.000003922165983526865f,-3.469446951953614e-21f,0.000015124722774241673f,-0.05454814224383697f,-9.813485370839945e-22f,0.000015625f,3.838689894752197e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149.mcfunction new file mode 100644 index 000000000..3fbc1b0e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149_as_bone.mcfunction new file mode 100644 index 000000000..122678484 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_149_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5443708093926171f,-0.018743062406151412f,-0.6084846456052202f,0.1492111425602876f,-0.5925835738209686f,0.20331311743638408f,0.5238825524488406f,0.9117498209573032f,0.13946173081974883f,0.7907318877687827f,-0.14912394759669462f,-0.7506875809526549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4996953877705087f,0.18710728955177508f,-0.596066591613277f,0.1492111425602876f,-0.4600861454989538f,0.4061473409471204f,0.5131910717866194f,0.9117498209573032f,0.42264081459413794f,0.6633514902660368f,-0.14608060172737433f,-0.7506875809526549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.20006458437105384f,0.1125209829087139f,0.7837458994662357f,-0.0007083527669248108f,0.7794029972752489f,0.17037181256099465f,0.17449601074948368f,0.9493727952492509f,-0.13946173081974883f,0.7907318877687827f,-0.1491239475966945f,-0.7506875809526549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.223244562253121f,0.02683536122018266f,0.7677510851914147f,-0.0007083527669248108f,0.6415111902871343f,0.44636830504641634f,0.17093486767296362f,0.9493727952492509f,-0.42264081459413794f,0.6633514902660368f,-0.14608060172737422f,-0.7506875809526549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5360239446306836f,0.03405776938890544f,-0.2843883961511919f,0.0009469046958853113f,-0.28407245597432296f,-0.01709538252568671f,-1.536364812683829f,0.6279654112085108f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5730547732039875f,0.7719851450826812f,0.2750402928296114f,-0.2570053644165413f,-0.2705149299802733f,-0.13861253935164916f,0.9526847519469678f,0.7552220108885278f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.026626500527141314f,0.9610639244035124f,0.2750402928296114f,-0.26574218490200957f,-0.14208797154914632f,-0.26870573449182966f,0.9526847519469678f,0.8018446265530914f,0.9894958503251681f,-0.06444657835235816f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6328810308980003f,-0.7459587062877234f,0.20738179583326755f,0.28346588776132836f,-0.03212010528610318f,0.2423223242035017f,0.9696639572702611f,0.6195883097354943f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0905614538342725f,-0.9740592455474115f,0.20738179583326755f,0.313181364800699f,0.11267912525705825f,0.2169221627733817f,0.9696639572702611f,0.6565611477104665f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.23763716070290783f,-0.052682890173457085f,-0.22763512461173205f,0.2434068755478534f,0.9469331937213867f,-0.2099300349274642f,0.369537457487077f,-6.473428196473258e-17f,-0.21643961393810257f,-0.9762960071199334f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.23970897817600362f,0.042267160370486195f,-0.18242552145141583f,0.2434068755478534f,0.9551889426572998f,0.16842558226487303f,0.5496880441244761f,-6.473428196473258e-17f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.22872764480087182f,-0.08325005446132985f,0.07546621031115205f,0.2434068755478534f,0.9114306808876557f,-0.33173363844008397f,0.2934728088783728f,-6.473428196473258e-17f,-0.3420201433256684f,-0.9396926207859084f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.23970897817600362f,0.042267160370486195f,0.12067581347146827f,0.2434068755478534f,0.9551889426572998f,0.16842558226487303f,0.473623395515772f,-6.473428196473258e-17f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.2207807495030679f,0.10248301182553024f,0.42669971379694976f,0.2434068755478534f,0.8797640050097746f,0.4083728546624925f,1.1281653360574366f,-6.473428196473258e-17f,0.4210358133674912f,-0.9070440142914649f,-0.17314380889841702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.2207807495030679f,0.10248301182553024f,0.4450820626584558f,0.2434068755478534f,0.8797640050097746f,0.4083728546624925f,1.047352032722779f,-6.473428196473258e-17f,0.4210358133674912f,-0.9070440142914649f,-0.3108086619091782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.2207807495030679f,0.10248301182553024f,-0.14313079585807234f,0.2434068755478534f,0.8797640050097746f,0.4083728546624925f,1.2711668754418006f,-6.473428196473258e-17f,0.4210358133674912f,-0.9070440142914649f,-0.17314380889841707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.2207807495030679f,0.10248301182553024f,-0.19749276737805846f,0.2434068755478534f,0.8797640050097746f,0.4083728546624925f,1.2086090877732318f,-6.473428196473258e-17f,0.4210358133674912f,-0.9070440142914649f,-0.31080866190917833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9298651037235949f,0.27798291337213515f,0.2409904329019063f,0.34257146782896125f,0.35579984809860404f,0.512870152857409f,0.7812622315209077f,1.208494378296185f,0.09358075106622354f,0.8122128453682308f,-0.5758063362353039f,-0.11492361527919351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9619030296177778f,0.12909753236174676f,0.2409904329019063f,0.23307562109784133f,0.27118879355516207f,0.5622152291152095f,0.7812622315209077f,1.2453969207817095f,-0.03462946523173797f,0.8168524121829108f,-0.5758063362353039f,-0.11068067623424319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9149733835456816f,0.2766817655537475f,0.29371909712006883f,0.21941493162133907f,0.35851037088243115f,0.22334841043436301f,0.9064137032978843f,1.276772775379679f,0.18518645029458553f,0.9346457554424051f,-0.3035511331897588f,-0.13998599789086563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9556907662475181f,-0.019602328846422934f,0.29371909712006883f,0.2476758312782779f,0.2719451698962794f,0.32320275841010193f,0.9064137032978843f,1.2712550062485388f,-0.1126986418698801f,0.9461266964101044f,-0.3035511331897588f,-0.12911671091352137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9469911068637397f,0.13014198211169514f,0.29371909712006883f,0.3169587140954591f,0.3191571241991303f,0.27668199895684564f,0.9064137032978843f,1.3143833549091073f,0.03669568903740802f,0.9521082585217309f,-0.3035511331897588f,-0.03624329048763647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9469911068637397f,0.21244165027305972f,0.2409904329019063f,0.26915934278402076f,0.3191571241991303f,0.5364401697038662f,0.7812622315209077f,1.1936843167257376f,0.03669568903740802f,0.8167621989032953f,-0.5758063362353039f,-0.22001478524087761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876807351325592f,-0.0028804892960827555f,0.15645596258827218f,-0.031042064102252208f,0.1254169385605036f,0.5833540919546698f,0.8024765385491677f,1.3022543811316563f,-0.09358075106622366f,0.8122128453682308f,-0.5758063362353039f,-0.11492361527919351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.97597135412295f,0.15166228173805385f,0.15645596258827218f,0.08290356686431151f,0.21512953323330458f,0.5565525033713954f,0.8024765385491677f,1.2830832758715907f,0.03462946523173784f,0.8168524121829108f,-0.5758063362353039f,-0.11068067623424319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9758334259234449f,-0.13843771655577222f,0.16906839883708752f,0.10976036399948116f,0.11599613561582026f,0.3275245188811356f,0.93769535887402f,1.304291084253568f,-0.18518645029458564f,0.9346457554424051f,-0.3035511331897588f,-0.13998599789086563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9708523456213118f,0.16988701985808222f,0.16906839883708752f,0.08224286743742594f,0.21152952305123143f,0.2756495507412295f,0.93769535887402f,1.3127711555127854f,0.11269864186987998f,0.9461266964101044f,-0.3035511331897588f,-0.12911671091352134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9854757272783888f,0.015920661411959164f,0.16906839883708752f,0.04153359670297101f,0.1658041536005675f,0.30534635513613473f,0.93769535887402f,1.3835025317606409f,-0.03669568903740814f,0.9521082585217309f,-0.3035511331897588f,-0.03624329048763647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9854757272783888f,0.06602365269892237f,0.15645596258827218f,0.026678274845713494f,0.1658041536005675f,0.5731844273241781f,0.8024765385491677f,1.254536035612701f,-0.03669568903740814f,0.8167621989032953f,-0.5758063362353039f,-0.22001478524087761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.2207807495030679f,0.10248301182553024f,0.031566080574996984f,0.2434068755478534f,0.8797640050097746f,0.4083728546624925f,0.7604694718935068f,-6.473428196473258e-17f,0.4210358133674912f,-0.9070440142914649f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.09314777859591464f,0.2248786303911838f,-0.0033643363984710065f,0.2434068755478534f,0.3711739494487356f,0.8960931827587237f,0.6212792408502309f,-6.473428196473258e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9680823657569891f,-0.11438045175114578f,0.2230104153790918f,0.12800704647910582f,0.23511297435188427f,-0.10620313278842619f,0.9661484274568449f,0.4559650850426961f,-0.08682408883346525f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9680823657569891f,-0.011600868939235377f,0.2503636414302323f,0.1260721693251048f,0.23511297435188427f,0.30401448658607855f,0.9231993724202879f,0.5721582313435478f,-0.08682408883346525f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9601092296438501f,0.016434418976105647f,0.2791418582470397f,-0.1953182649869874f,0.25189471800028457f,-0.38258952616869957f,0.8889174908334105f,0.4072632964830978f,0.12140559376013006f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9601092296438501f,0.20493914410232572f,-0.19023725809446157f,-0.1172614984155393f,0.25189471800028457f,0.9292674534326875f,-0.270205571804663f,0.7323212071669208f,0.12140559376013006f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8710690453929495f,0.462814345846758f,0.16444330158645354f,-0.001902893190822284f,0.44717693780712897f,0.6088121689847544f,0.6552713401252324f,0.6271027790543056f,0.20315389351832494f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9789973924334192f,-0.12050936134555118f,0.16444330158645354f,-0.001902893190822284f,0.01710558847017482f,0.7551998872176632f,0.6552713401252324f,0.6271027790543056f,-0.20315389351832505f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.17945837296519457f,0.16444330158645354f,-0.001902893190822284f,0.2434068755478534f,0.7151031839857196f,0.6552713401252324f,0.6271027790543056f,-6.473428196473258e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9282258902067488f,0.2815359939158313f,0.24317520613687948f,-0.0023866095406791413f,0.2194191517669493f,-0.11354324141803232f,0.9690011187641421f,0.6251752729914055f,0.3004195942140946f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9218405476196199f,-0.3017877132764779f,0.24317520613687948f,-0.0023866095406791413f,0.24486337451035453f,0.03284447681487638f,0.9690011187641421f,0.6251752729914055f,-0.3004195942140947f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,-0.01061725879190803f,0.24317520613687948f,-0.0023866095406791413f,0.2434068755478534f,-0.04230750252464566f,0.9690011187641421f,0.6251752729914055f,-6.473428196473258e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.886396906702087f,0.4005133677386597f,0.2321412631386519f,-0.17178092112326218f,0.32848187377045873f,0.1908224371277163f,0.9250332189131844f,0.6948131813741174f,0.3261904081870282f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9364644550732241f,-0.2629539091415088f,0.2321412631386519f,0.17981662738728335f,0.1289734158312849f,0.3573225460503763f,0.9250332189131844f,0.6065781889880206f,-0.3261904081870283f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,-0.06709202756368782f,0.23397770599217682f,-0.012317605099698823f,0.2434068755478534f,-0.26734736160878886f,0.9323510503972477f,0.6176988464062044f,-6.473428196473258e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9699242717532292f,0.02121430702825984f,0.2424806388998489f,8.878689293818311e-17f,0.2434068755478534f,0.08453447031363392f,0.9662334170710642f,0.6346854009016893f,-6.473428196473258e-17f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.378311316433798e-16f,-0.24340687554785317f,0.9699242717532292f,-0.7036895738194336f,-1.6799742140797195e-16f,-0.9699242717532292f,-0.24340687554785317f,1.1044724696337094f,1f,-2.4517519683165816e-16f,2.8677888688976393e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.378311316433798e-16f,-0.24340687554785317f,0.9699242717532292f,-0.7036895738194336f,-1.6799742140797195e-16f,-0.9699242717532292f,-0.24340687554785317f,1.1044724696337094f,1f,-2.4517519683165816e-16f,2.8677888688976393e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.378311316433798e-16f,-0.24340687554785317f,0.9699242717532292f,-0.849178214582418f,-1.6799742140797195e-16f,-0.9699242717532292f,-0.24340687554785317f,1.1409835009658873f,1f,-2.4517519683165816e-16f,2.8677888688976393e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.378311316433798e-16f,0.24340687554785362f,-0.9699242717532292f,0.8421272342872753f,-1.6799742140797195e-16f,0.9699242717532292f,0.24340687554785362f,0.7165427617293181f,1f,2.4517519683165816e-16f,-2.8677888688976383e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.378311316433798e-16f,0.24340687554785362f,-0.9699242717532292f,0.8421272342872753f,-1.6799742140797195e-16f,0.9699242717532292f,0.24340687554785362f,0.7165427617293181f,1f,2.4517519683165816e-16f,-2.8677888688976383e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.378311316433798e-16f,0.24340687554785362f,-0.9699242717532292f,0.9876158750502597f,-1.6799742140797195e-16f,0.9699242717532292f,0.24340687554785362f,0.68003173039714f,1f,2.4517519683165816e-16f,-2.8677888688976383e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015155066746144207f,-1.9135106236677393e-21f,0.0000038032324304352097f,-0.1743426553705281f,0.0000038032324304352097f,-3.469446951953614e-21f,0.000015155066746144207f,-0.03038074680438907f,-1.0114731556989466e-21f,0.000015625f,3.830862450494659e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..bf6fae1a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.08211201763805101f,0.3822066194287758f,-0.7170217298441377f,0.011839923684699364f,-0.7276891778372092f,0.2860270089046721f,0.23579960788792154f,1.1304827680368272f,0.36148377759238304f,0.6626093077268971f,0.31180575410929656f,-0.09882935636294651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.06896574223019798f,0.3766881126158977f,-0.7023886333167064f,0.011839923684699364f,-0.5513528227758402f,0.5316529876331008f,0.2309873709922497f,1.1304827680368272f,0.5755465152494202f,0.46416717522318485f,0.3054423713723722f,-0.09882935636294651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.498428036178768f,0.4845714942986253f,0.4286075175596184f,-0.11318082609833582f,0.6416316226061802f,0.30120127778571143f,0.4056243281368357f,1.1119500586936182f,0.08260023043055938f,0.584305315411298f,-0.56454312922873f,-0.0031947566748393233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6327428020112693f,0.25170174754190455f,0.41986042536452417f,-0.11318082609833582f,0.46778016462570055f,0.5131253753783318f,0.3973462806238391f,1.1119500586936182f,-0.14428535644922658f,0.5597754723343971f,-0.5530218408771232f,-0.0031947566748393233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.027472861622053372f,1.5332040545545707f,0.29989467979895845f,0.019386843389698594f,1.5280140734317218f,-0.08882720728963175f,0.3141480043541932f,0.39286580098979973f,0.3253067525719268f,0.2877521578416902f,-1.500926534640706f,0.5569417530892928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.1024126392089236f,-0.24894814994985537f,-0.963086948290136f,-0.024642344816889643f,-0.932805624236842f,0.3122603504747559f,-0.17990870160583705f,0.6368788387109217f,0.3455218064353949f,0.91679784694224f,-0.20024082780415842f,0.4839267646857399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13431612330157916f,-0.24179737684715732f,-0.9609855397304731f,-0.06787435659270737f,-0.9452956122894576f,0.25966570490968305f,-0.19745867182794685f,0.9454893452842041f,0.2972799764658469f,0.934937297493041f,-0.1936927085588777f,0.3870336874515651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.32247570467989944f,0.9292398704259625f,-0.18034046440536505f,0.523336563903845f,0.9464496924549464f,-0.3133926742390178f,0.07757584279435764f,0.7367838116201076f,0.01556918569290977f,-0.19569950164488753f,-0.9805403130482715f,-0.11046146587937203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.30537687006685343f,0.9501628918896032f,-0.06273313402148994f,0.4029499818862823f,0.8696218123071651f,0.3051184915301105f,0.3881502411257679f,1.0152829645984593f,0.3879469948172996f,0.06397800405120496f,-0.9194585059750386f,0.026876695816196984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7888156456192497f,0.080570268040592f,-0.609326110661732f,-0.008371261641275142f,-0.116931718222836f,0.9535922858542204f,0.27746842276694855f,0.5624429592742148f,0.6034043838917161f,0.29012098212157944f,-0.7427872947439722f,0.15494919560294568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7888156456192497f,0.30761622902935337f,-0.5321110155447326f,0.04598108745457405f,-0.116931718222836f,0.7748218268639828f,0.6212713657401374f,0.7116049978470874f,0.6034043838917161f,0.5522892288040031f,-0.5752214853839674f,0.2549082917200465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7888156456192497f,0.1371072278860803f,-0.5991422913529646f,0.21686744039059916f,-0.116931718222836f,0.9235216168459942f,0.365287279400222f,0.6275674403227184f,0.6034043838917161f,0.35820305872445435f,-0.7124561166982168f,-0.05587636975082237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7888156456192497f,0.41830948806829f,-0.4503188308502448f,0.2924859767105895f,-0.116931718222836f,0.6171495414325988f,0.7781088720628934f,0.7481461597917237f,0.6034043838917161f,0.666441006917775f,-0.43790356678003933f,0.06634442175388519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.05342085345396322f,-0.11418076418545342f,0.44843216611107617f,-0.10031239668888742f,0.8830815689030015f,0.458371427702845f,1.4644789351808458f,0.07634433550863623f,0.46616859083389917f,-0.8813957041849486f,0.4627036080360171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.05342085345396322f,-0.11418076418545342f,0.4816061760431891f,-0.10031239668888742f,0.8830815689030015f,0.458371427702845f,1.4008277752909457f,0.07634433550863623f,0.46616859083389917f,-0.8813957041849486f,0.3189387743328669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.05342085345396322f,-0.11418076418545342f,-0.13438114887540012f,-0.10031239668888742f,0.8830815689030015f,0.458371427702845f,1.4055454021261244f,0.07634433550863623f,0.46616859083389917f,-0.8813957041849486f,0.5075559051473408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.05342085345396322f,-0.11418076418545342f,-0.17560883872879476f,-0.10031239668888742f,0.8830815689030015f,0.458371427702845f,1.3343708124845577f,0.07634433550863623f,0.46616859083389917f,-0.8813957041849486f,0.36951689660733844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881660812801383f,0.10242338061927561f,-0.11418076418545342f,0.342504705826691f,0.0390670081914604f,0.8879016855128857f,0.458371427702845f,1.558912903350572f,0.14832924417802268f,0.4484863966341622f,-0.8813957041849486f,0.5007179879768423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.053420853453963225f,-0.11418076418545342f,0.22770022103734908f,-0.10031239668888743f,0.8830815689030015f,0.458371427702845f,1.5562575697114347f,0.07634433550863626f,0.46616859083389917f,-0.8813957041849486f,0.5142094704942909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9763758271970393f,0.1824957924927598f,-0.1156958503479572f,0.20651871267288496f,0.11970550996136446f,0.9025938379203069f,0.4135153620280389f,1.5489540725333142f,0.17989117529825355f,0.3898969728924937f,-0.9031165570285393f,0.5200036075222306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9849828940910017f,-0.12815291085409472f,-0.1156958503479572f,0.2347880045950014f,-0.16507012965029155f,0.8954087880203407f,0.4135153620280389f,1.5609775579673415f,0.050601883812269086f,0.42640348705840403f,-0.9031165570285393f,0.521887368982683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9929036522321465f,0.02751013624698679f,-0.1156958503479572f,0.2822752010786365f,-0.022965047689837245f,0.9102074774200787f,0.4135153620280389f,1.6745662253710154f,0.11668309204279845f,0.4132378739324951f,-0.9031165570285393f,0.5332110317660848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9929036522321465f,0.033242901108215005f,-0.11418076418545342f,0.27479554832928815f,-0.022965047689837245f,0.8884639783639282f,0.458371427702845f,1.4746618302391319f,0.11668309204279845f,0.45774083133979904f,-0.8813957041849486f,0.43021934471463014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9714523560160115f,-0.2079496888215175f,-0.11418076418545342f,-0.04485687903386415f,-0.23722177744499723f,0.8565170532870268f,0.458371427702845f,1.5197432650144291f,0.0024795759267040793f,0.472372167202453f,-0.8813957041849486f,0.5305286605317101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.053420853453963205f,-0.11418076418545342f,0.06887092098074793f,-0.10031239668888743f,0.8830815689030015f,0.458371427702845f,1.5401969006013592f,0.07634433550863623f,0.4661685908338992f,-0.8813957041849486f,0.5264326966508305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9487685011940022f,-0.29727590620748995f,-0.10707645273636116f,0.09171045244541763f,-0.31437428981752724f,0.8540797759779729f,0.41438694738992543f,1.5373447694767644f,-0.03173542254030824f,0.4268193667746709f,-0.9037798908485721f,0.5288390511645503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9941957725524694f,0.01045940286041408f,-0.10707645273636116f,0.062231985353323374f,-0.035062551557478866f,0.9094251345279271f,0.41438694738992543f,1.5435288559520033f,0.10171225745738686f,0.41573612494064693f,-0.9037798908485721f,0.5351669795275358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9835917839101586f,-0.14519585356968617f,-0.10707645273636116f,-0.004637677312020638f,-0.176896307778854f,0.8927436105215584f,0.41438694738992543f,1.6455538655506956f,0.03542455248328316f,0.42652902595146097f,-0.9037798908485721f,0.555291346912868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9835917839101586f,-0.13967804306496354f,-0.11418076418545342f,0.026789882377596108f,-0.176896307778854f,0.8709783754834929f,0.458371427702845f,1.44958373106691f,0.03542455248328316f,0.4710485258714623f,-0.8813957041849486f,0.4493054285917892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9920226638067681f,-0.05342085345396322f,-0.11418076418545342f,0.18173905162939372f,-0.10031239668888742f,0.8830815689030015f,0.458371427702845f,0.9952193694745186f,0.07634433550863623f,0.46616859083389917f,-0.8813957041849486f,0.2283945996066159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7888156456192497f,0.47835752362462935f,-0.3859325806640305f,0.0023549802701576966f,-0.116931718222836f,0.4996451211178668f,0.8583016522275647f,0.8078524490553185f,0.6034043838917161f,0.7221695317131734f,-0.33819272163284964f,-0.04241897478582412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.926419563630185f,0.24847451264070508f,-0.28285545547367735f,0.12957270799175488f,-0.174432189181453f,0.382520058008855f,0.9073322525945322f,0.3033896647854445f,0.3336468245025317f,0.8899094458364099f,-0.31103211202464387f,-0.13799945598056693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.926419563630185f,-0.22502868120088346f,-0.301842483358868f,0.035420806842024345f,-0.174432189181453f,0.9670260057261251f,-0.18556431668492213f,0.5664096666536562f,0.3336468245025317f,-0.1192593681283255f,-0.935124055734323f,-0.2619179392910231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8649991155211435f,-0.007603692331581091f,-0.501715770143381f,-0.057391689166918586f,0.11268665814891939f,0.971400777448309f,-0.20900298239032294f,0.45600859961679213f,0.4889562835498361f,-0.23732406838697956f,-0.8394039786309f,0.11288255079113524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8649991155211435f,-0.37034982134837097f,-0.3385521229808919f,-0.19991123898324567f,0.11268665814891939f,0.5140978043691853f,-0.8502971037337548f,0.6085799495867781f,0.4889562835498361f,-0.7736565500078266f,-0.4029606623569098f,-0.17440701847904683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.877462218685929f,0.2203963091506676f,-0.42601117554769646f,-0.028374121031014218f,0.15243582098843686f,0.9702690450051183f,0.18799282109813925f,0.7268409259783201f,0.4547783803770229f,0.1000172346029379f,-0.8849707212806718f,-0.10625381411332022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9027730029374895f,-0.10972983280609012f,-0.41588492273653643f,-0.03891503670282163f,-0.15243582098843686f,0.9857738961521066f,0.07080357437782892f,0.705311401907997f,0.4021992362583606f,0.12731531509383698f,-0.9066568175973466f,-0.1281508963507643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9010358275713835f,0.08154088386338314f,-0.42601117554769646f,-0.028374121031014218f,0f,0.9821704023312671f,0.18799282109813925f,0.7268409259783201f,0.4337446684776102f,0.16938826713564087f,-0.8849707212806718f,-0.10625381411332022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8636927946889779f,0.36725227569306923f,-0.3451963533999234f,-0.01982330406328216f,0.09403493916098915f,0.7902765788019035f,0.6054918324916925f,0.7421385325006971f,0.495168846575925f,0.49049841487554297f,-0.717090732324193f,-0.0884908466283848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.925755347119287f,0.15432600195509322f,-0.3451963533999234f,-0.01982330406328216f,-0.09403493916098915f,0.7902765788019035f,0.6054918324916925f,0.7421385325006971f,0.36624372690469026f,0.5929978196567969f,-0.717090732324193f,-0.0884908466283848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9010358275713835f,0.2626288541500098f,-0.3451963533999234f,-0.01982330406328216f,0f,0.7958515193086284f,0.6054918324916925f,0.7421385325006971f,0.4337446684776102f,0.5455698343768655f,-0.717090732324193f,-0.0884908466283848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8541062700729602f,0.3602044543263771f,-0.3751736004911489f,-0.186362332513722f,0.13956868273742004f,0.8536296688036996f,0.5018336092142768f,0.7591405952526077f,0.5010220177008159f,0.37625674694485267f,-0.779363713652028f,0.008125106113113081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9243509999991124f,0.04119531951956687f,-0.3793127659996714f,0.15668519564869027f,-0.13956868273742004f,0.8887448196989584f,0.4366385556237644f,0.7679555338221508f,0.3550997206413743f,0.45654746862505596f,-0.81576258635247f,-0.1643968023568639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9010358275713835f,0.19869621402647572f,-0.38555706706568993f,-0.05567445849933639f,0f,0.888903299766075f,0.45809488500198675f,0.6276466223752607f,0.4337446684776102f,0.41275990381398275f,-0.8009337203356589f,-0.1449541910485913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9010358275713835f,0.2176676524595691f,-0.3751736004911489f,5.793935433550839e-18f,0f,0.8649641776761466f,0.5018336092142768f,0.8209120558247747f,0.4337446684776102f,0.45217006138152005f,-0.779363713652028f,-0.047311073181139265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7195993498314401f,0.5800004624325109f,-0.3818065469583276f,0.265727022946041f,-0.6799777062966612f,0.4771410590707823f,-0.5567465569613731f,0.7856876358537781f,-0.14073768031944978f,0.6602544004600694f,0.7377377799810811f,0.7024020108082699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7195993498314401f,0.5800004624325109f,-0.3818065469583276f,0.3331894619927385f,-0.6799777062966612f,0.4771410590707823f,-0.5567465569613731f,0.7219397258884661f,-0.14073768031944978f,0.6602544004600694f,0.7377377799810811f,0.6892078532783215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7195993498314401f,0.5800004624325109f,-0.3818065469583276f,0.35672922451313893f,-0.6799777062966612f,0.4771410590707823f,-0.5567465569613731f,0.8373256644153281f,-0.14073768031944978f,0.6602544004600694f,0.7377377799810811f,0.5851442650461335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5974945442505599f,-0.06771808357203253f,-0.7990084672568538f,0.6741362050563232f,0.02141313126013253f,0.9947249545381148f,-0.10031820686586228f,1.7745712357331163f,0.8015870179839815f,-0.0770488544786801f,-0.5928926771541972f,0.14458716021147872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.268487726928839f,-0.06771808357203253f,-0.960899891583882f,0.6913243362381514f,0.09254619482213917f,0.9947249545381148f,-0.04424326664124455f,1.768617718228403f,0.958827170199368f,-0.0770488544786801f,0.2733384929185704f,0.052618761966226335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.1833400659395009f,-0.06771808357203253f,-0.9807143729846272f,0.8298374265949314f,0.06350418671694014f,0.9947249545381148f,-0.08055732796316922f,1.783678076175235f,0.9809962479493586f,-0.0770488544786801f,-0.1780725569334133f,0.12531384462886452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014078684805802867f,0.000005090951616026854f,-0.000004473641780711665f,0.24446319529515573f,0f,0.000010313998317059644f,0.000011737208514620966f,0.41413166104869964f,0.000006777260444962659f,0.00001057564538734939f,-0.000009293282009181694f,0.47716245702262905f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15.mcfunction new file mode 100644 index 000000000..23f78ac53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150.mcfunction new file mode 100644 index 000000000..e9ba81929 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150_as_bone.mcfunction new file mode 100644 index 000000000..591a92a76 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_150_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5437826006352618f,-0.027112852648804246f,-0.6086951789788054f,0.13958006714388688f,-0.5940353296048733f,0.2050604453110233f,0.5215521885626777f,0.9426521563968404f,0.1355247389668232f,0.7900376898822824f,-0.1562624015490783f,-0.7511770984585614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5023006573474588f,0.17931191749351072f,-0.5962728283874013f,0.13958006714388688f,-0.4607449935248348f,0.40827294095982836f,0.510908266347113f,0.9426521563968404f,0.4188175027026818f,0.6641990981059919f,-0.1530733729460359f,-0.7511770984585614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.24136542294514676f,0.11132992775834785f,0.7721999897929784f,-0.006855479319733224f,0.768322993394659f,0.1743288277802383f,0.21502018991314095f,0.9751580132829609f,-0.13552473896682332f,0.7900376898822824f,-0.1562624015490782f,-0.7511770984585614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2601763523211167f,0.010274834062038267f,0.7564408063278156f,-0.006855479319733224f,0.6300001310498017f,0.4457959015740103f,0.21063202277205645f,0.9751580132829609f,-0.4188175027026819f,0.6641990981059919f,-0.1530733729460358f,-0.7511770984585614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5432392151659133f,0.03451395604204746f,-0.2421317030304463f,0.001130908924194457f,-0.24182523337357742f,-0.016154584419756025f,-1.5435886226278164f,0.6532582848351424f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.580260560324022f,0.7754973571036797f,0.24880018339555215f,-0.26021550842229835f,-0.25469154396359084f,-0.11738121408065659f,0.9598717976971681f,0.7733901517253337f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.030514613722515335f,0.9680740297579032f,0.24880018339555215f,-0.2702281160499987f,-0.14130400043395286f,-0.24223812963067587f,0.9598717976971681f,0.8197555268677245f,0.9894958503251681f,-0.06444657835235816f,0.1294009301664646f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6335240179607232f,-0.7523259575606964f,0.1807013343815779f,0.28377337445878714f,-0.014745138215936746f,0.2217659889934026f,0.9749884240465477f,0.6526351492576364f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08743605270664984f,-0.9796437946722255f,0.1807013343815779f,0.3124633292531566f,0.11512123555779286f,0.19011752706911644f,0.9749884240465477f,0.6904093046750372f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664646f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9015174360971877f,0.42958345162290174f,-0.052195502723003245f,-0.24388212475664697f,0.43064760838017085f,0.8787482035801417f,-0.20577714183337392f,0.3956755565614915f,-0.0425317506010747f,-0.2079895497288927f,-0.9772059135076805f,-0.531264496159228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9344184336386776f,0.33669902140378466f,0.11617211309937467f,-0.18002498253656626f,0.3513875254733395f,0.9247493737894565f,0.14616908913217896f,0.5699796209540907f,-0.05821509957015742f,0.17740452266428114f,-0.9824146973250629f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.918703475470178f,0.3792335926970587f,-0.11029871408632656f,0.06782746840304096f,0.3940779257527391f,0.8616787898543503f,-0.31970650845667925f,0.3256117039780132f,-0.02620138533426222f,-0.33718176890992135f,-0.9410748865639451f,-0.5309125496230558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.94863832000924f,0.3020453787641516f,0.094095307945014f,0.12504907259597572f,0.31360748255853743f,0.9369871883539056f,0.15396543684846642f,0.5022590857746734f,-0.04166154933921051f,0.17556650599662404f,-0.983585643082896f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.19559538720396533f,0.09329421400491442f,0.4124635568714963f,0.21670571257413565f,0.8811371289586255f,0.42028085146516814f,1.1625307759392158f,-7.143621450518929e-17f,0.4305110968082954f,-0.9025852843498605f,-0.16841487111322986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.19559538720396533f,0.09329421400491442f,0.4333693526498663f,0.21670571257413565f,0.8811371289586255f,0.42028085146516814f,1.083663500422717f,-7.143621450518929e-17f,0.4305110968082954f,-0.9025852843498605f,-0.30684612862206617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.19559538720396533f,0.09329421400491442f,-0.16107566677768273f,0.21670571257413565f,0.8811371289586255f,0.42028085146516814f,1.2898453820765208f,-7.143621450518929e-17f,0.4305110968082954f,-0.9025852843498605f,-0.16841487111322992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.19559538720396533f,0.09329421400491442f,-0.21338764423112275f,0.21670571257413565f,0.8811371289586255f,0.42028085146516814f,1.227231035003082f,-7.143621450518929e-17f,0.4305110968082954f,-0.9025852843498605f,-0.3068461286220662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9394901234307718f,0.261957995517193f,0.22076303259524072f,0.32603037549241654f,0.32919236220472087f,0.5119700206903363f,0.793422388504643f,1.2399232961455946f,0.09481928412569307f,0.8180860018964697f,-0.5672253492739373f,-0.10959641555291064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9689026999086033f,0.11176422302853166f,0.22076303259524072f,0.21555359726251877f,0.24504970165924564f,0.5571638512469219f,0.793422388504643f,1.2737641023500652f,-0.034324944669050894f,0.8228470096649354f,-0.5672253492739373f,-0.10525799045001337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9248863254927637f,0.2683257725155675f,0.2694189390529503f,0.20110344407004369f,0.3313735994729605f,0.22128498168295574f,0.9171829122121213f,1.305051506292737f,0.1864854484640219f,0.9375682570807833f,-0.2935795306653289f,-0.1342778456075866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.96253639042827f,-0.030612618001401637f,0.2694189390529503f,0.22948040065279007f,0.2467742011669571f,0.3128545975121707f,0.9171829122121213f,1.300199944439084f,-0.1123663238685296f,0.949307573147185f,-0.2935795306653289f,-0.12339316335769536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9554748387450617f,0.12033813944332396f,0.2694189390529503f,0.29734253900152224f,0.2926772428494757f,0.27039884811907233f,0.9171829122121213f,1.3442602305082147f,0.037521514403435895f,0.9551979873990512f,-0.2935795306653289f,-0.029910192173132094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9554748387450617f,0.1957843608781123f,0.22076303259524072f,0.25329105780394706f,0.2926772428494757f,0.533686185822358f,0.793422388504643f,1.2241808386981843f,0.037521514403435895f,0.8227074444162594f,-0.5672253492739373f,-0.21501936716679018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9905359687050959f,-0.020733392866554103f,0.13567837381726724f,-0.050014801833001124f,0.09923607236961793f,0.5747220370938373f,0.8123095358417023f,1.3233980467239495f,-0.09481928412569321f,0.8180860018964697f,-0.5672253492739373f,-0.10959641555291065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9815842444516819f,0.13447583397221466f,0.13567837381726724f,0.06440415556090766f,0.18792064606553313f,0.5521223132268347f,0.8123095358417023f,1.3073163527361435f,0.034324944669050755f,0.8228470096649355f,-0.5672253492739373f,-0.10525799045001336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9782267075914698f,-0.14949549443428792f,0.14395695779850542f,0.09073519505947139f,0.0910806569251971f,0.3140332155335641f,0.9450330435893364f,1.329551121268399f,-0.18648544846402204f,0.9375682570807833f,-0.2935795306653289f,-0.1342778456075866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9765455330315015f,0.1601100128587212f,0.14395695779850542f,0.06297072446029012f,0.18366445267523404f,0.27051786511759646f,0.9450330435893364f,1.3371618695670944f,0.11236632386852946f,0.949307573147185f,-0.2935795306653289f,-0.12339316335769535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9895693612446165f,0.005373414865886446f,0.14395695779850542f,0.020124830707163636f,0.13908492097561959f,0.2959187917004952f,0.9450330435893364f,1.4057971958812594f,-0.03752151440343603f,0.9551979873990512f,-0.2935795306653289f,-0.029910192173132094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9895693612446165f,0.04841340893000089f,0.13567837381726724f,0.009231813697913455f,0.13908492097561959f,0.566399684620184f,0.8123095358417023f,1.2783572668417182f,-0.03752151440343603f,0.8227074444162594f,-0.5672253492739373f,-0.21501936716679018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.19559538720396533f,0.09329421400491442f,0.028103355621244414f,0.21670571257413565f,0.8811371289586255f,0.42028085146516814f,0.786552497570369f,-7.143621450518929e-17f,0.4305110968082954f,-0.9025852843498605f,-0.4074505141451085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.0829296859009927f,0.20020997242551777f,-0.002995276591627848f,0.21670571257413565f,0.3735897169397047f,0.9019253613989615f,0.6464563537179797f,-7.143621450518929e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9741682233493849f,-0.1114237517878043f,0.19642051866806715f,0.1328619958942172f,0.20846546528032234f,-0.10930114681192532f,0.9719029833738843f,0.4848085518082983f,-0.08682408883346525f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9741682233493849f,-0.019937036971981806f,0.22494174173123263f,0.12774012736120446f,0.20846546528032234f,0.3035817892613456f,0.9297205209170865f,0.6009048801723889f,-0.08682408883346525f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9666584897949709f,0.026924447289658232f,0.2546496382197553f,-0.1890054984487905f,0.2254596325532714f,-0.3819946462965398f,0.896241063715407f,0.42725477409645846f,0.12140559376013006f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9666584897949709f,0.1793678664871841f,-0.1827526540960255f,-0.11989596637184807f,0.2254596325532714f,0.9345401121763053f,-0.2753229609430388f,0.7543317935916041f,0.12140559376013006f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8830093220243695f,0.4459375860454199f,0.14640425734946f,-0.0016941502738633196f,0.42311113524274957f,0.6212801664124386f,0.6595361415844656f,0.6523177941355495f,0.20315389351832494f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9790981827014189f,-0.14118265495708712f,0.14640425734946f,-0.0016941502738633196f,-0.009759312430896838f,0.7516094955259358f,0.6595361415844656f,0.6523177941355495f,-0.20315389351832505f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.15977221063819882f,0.14640425734946f,-0.0016941502738633196f,0.21670571257413565f,0.7197573980735534f,0.6595361415844656f,0.6523177941355495f,-7.143621450518929e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9338961951087272f,0.28454504386255447f,0.21649945675381943f,-0.002124804075419069f,0.19387099879476744f,-0.10577665883901549f,0.9753078151389815f,0.6503777429937388f,0.3004195942140946f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9282113096170612f,-0.30257519713995257f,0.21649945675381943f,-0.002124804075419069f,0.2194808240170853f,0.024552670274481832f,0.9753078151389815f,0.6503777429937388f,-0.3004195942140947f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,-0.009452570421052499f,0.21649945675381943f,-0.002124804075419069f,0.21670571257413565f,-0.04258285883500884f,0.9753078151389815f,0.6503777429937388f,-7.143621450518929e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8950750549726377f,0.3951274650163655f,0.20667591140592637f,-0.17336584790357792f,0.3040402334766066f,0.20173856011795283f,0.9310537523628941f,0.7153421639416606f,0.3261904081870282f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396503107955742f,-0.27265795617643424f,0.20667591140592637f,0.18052005605017077f,0.1032332844995281f,0.34997399786614686f,0.9310537523628941f,0.6367863431335364f,-0.3261904081870283f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,-0.0597321896043735f,0.20831090078853545f,-0.011846948361437626f,0.21670571257413565f,-0.2690873788323308f,0.93841921159516f,0.6426316770400429f,-7.143621450518929e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9762369764241344f,0.0188871473370592f,0.21588108191254765f,8.87868929381831e-17f,0.21670571257413565f,0.08508465877797328f,0.9725220999948391f,0.6599497671062609f,-7.143621450518929e-17f,0.9961946980917455f,-0.08715574274765794f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.3923283365803935e-16f,-0.21670571257413543f,0.9762369764241344f,-0.7163131535747123f,-1.7392627059150997e-16f,-0.9762369764241344f,-0.21670571257413543f,1.1102545219843882f,1f,-2.433069494693902e-16f,2.9348081943022065e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.3923283365803935e-16f,-0.21670571257413543f,0.9762369764241344f,-0.7163131535747123f,-1.7392627059150997e-16f,-0.9762369764241344f,-0.21670571257413543f,1.1102545219843882f,1f,-2.433069494693902e-16f,2.9348081943022065e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.3923283365803935e-16f,-0.21670571257413543f,0.9762369764241344f,-0.8627487000383325f,-1.7392627059150997e-16f,-0.9762369764241344f,-0.21670571257413543f,1.1427603788705085f,1f,-2.433069494693902e-16f,2.9348081943022065e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.3923283365803935e-16f,0.21670571257413587f,-0.9762369764241344f,0.839564527601252f,-1.7392627059150997e-16f,0.9762369764241344f,0.21670571257413587f,0.7648797925693596f,1f,2.433069494693902e-16f,-2.9348081943022055e-16f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.3923283365803935e-16f,0.21670571257413587f,-0.9762369764241344f,0.839564527601252f,-1.7392627059150997e-16f,0.9762369764241344f,0.21670571257413587f,0.7648797925693596f,1f,2.433069494693902e-16f,-2.9348081943022055e-16f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.3923283365803935e-16f,0.21670571257413587f,-0.9762369764241344f,0.9860000740648722f,-1.7392627059150997e-16f,0.9762369764241344f,0.21670571257413587f,0.7323739356832392f,1f,2.433069494693902e-16f,-2.9348081943022055e-16f,0.2281250000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015253702756627101f,-1.9135106236677393e-21f,0.00000338602675897087f,-0.1560311677720594f,0.00000338602675897087f,-3.469446951953614e-21f,0.000015253702756627101f,-0.009649080704827728f,-1.1161908516435827e-21f,0.000015625f,3.801671085459222e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151.mcfunction new file mode 100644 index 000000000..9a4b56bb3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151_as_bone.mcfunction new file mode 100644 index 000000000..ac3162a41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_151_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.535192230185753f,-0.03827137308302425f,-0.6156695730630062f,0.1259559650919977f,-0.6026992850554617f,0.2060763144792111f,0.5111071989795734f,0.97350233797486f,0.13140507215050645f,0.7893112814710365f,-0.16329376105692137f,-0.7516893293953849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.49870919298653693f,0.1659928764245894f,-0.6031048878984551f,0.1259559650919977f,-0.4682052659930199f,0.41244021567841194f,0.5006764398167249f,0.97350233797486f,0.41481679055593035f,0.6650860346356975f,-0.15996123532106585f,-0.7516893293953849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2920214793318754f,0.10758872271686835f,0.7550447448975592f,-0.01725299379996042f,0.7512660028687493f,0.17987999369342755f,0.2649283398334524f,0.9992225173423452f,-0.1314050721505065f,0.7893112814710365f,-0.16329376105692125f,-0.7516893293953849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3046188631850983f,-0.012100665979989947f,0.7396356684710785f,-0.01725299379996042f,0.6124821454252326f,0.44442562979131245f,0.2595216390205248f,0.9992225173423452f,-0.41481679055593046f,0.6650860346356975f,-0.15996123532106574f,-0.7516893293953849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5518069094058f,0.035143189096544736f,-0.1790712768160898f,0.0014024680917751088f,-0.17877929030653614f,-0.014735671670199455f,-1.5521685073914877f,0.6770955908976394f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5901510250175737f,0.7796341781942018f,0.20950493040059726f,-0.2646192866424047f,-0.23085031536650077f,-0.08570325831199484f,0.9692074511733257f,0.7864849930832156f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0362436249962827f,0.9771356527038455f,0.20950493040059726f,-0.27651172609430996f,-0.13994413827096042f,-0.20261430046693074f,0.9692074511733257f,0.8324041634533745f,0.9894958503251681f,-0.06444657835235815f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6335989598588387f,-0.7607328619411098f,0.14084697664020432f,0.28383585037985437f,0.011066096868518269f,0.19094505245417875f,0.9815383479229772f,0.6879830235948854f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.08267543926043255f,-0.9865733124884377f,0.14084697664020432f,0.3109637288871838f,0.11858639859767817f,0.15006577765854912f,0.9815383479229772f,0.7268941856347485f,-0.9894958503251681f,-0.06444657835235831f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8036049231158433f,0.5934695342281269f,-0.04486690859675396f,-0.2556213461704415f,0.5896830618173321f,0.7837334509279975f,-0.1950275993346287f,0.4190781107280874f,-0.0805792414317468f,-0.18318239500438405f,-0.9797709916152559f,-0.533405567551728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.889588182762481f,0.41732897649918654f,0.18565933982293498f,-0.1762117922029507f,0.44203006699017566f,0.8889723281576334f,0.1197397997603874f,0.5865087960061461f,-0.11507512748638372f,0.18858612129247015f,-0.975291233370758f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8506502967350131f,0.5096507953284438f,-0.1290354195006879f,0.06475609739954755f,0.5233405510651274f,0.7974961087402913f,-0.3001909794696408f,0.35811593770824257f,-0.050087326495657225f,-0.3228870133114342f,-0.9451112296229154f,-0.5320101573615431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9255735792720369f,0.3504887925290265f,0.14307744638864425f,0.13136698003866903f,0.3693955818569066f,0.9188516704738001f,0.13877504016250392f,0.5312679699230958f,-0.08282785436160817f,0.18129868719616293f,-0.9799338409111098f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.1587449124172014f,0.07776833014122293f,0.39120795261431457f,0.176770643465761f,0.8838855014130185f,0.4330110391208955f,1.2002083160962274f,-8.12851471609407e-17f,0.4399391698559153f,-0.8980275757606155f,-0.1637121462799883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.1587449124172014f,0.07776833014122293f,0.41556507218189837f,0.176770643465761f,0.8838855014130185f,0.4330110391208955f,1.1236885142072182f,-8.12851471609407e-17f,0.4399391698559153f,-0.8980275757606155f,-0.30289462773953546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.1587449124172014f,0.07776833014122293f,-0.18704013919993054f,0.176770643465761f,0.8838855014130185f,0.4330110391208955f,1.304061069132362f,-8.12851471609407e-17f,0.4399391698559153f,-0.8980275757606155f,-0.16371214627998837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.1587449124172014f,0.07776833014122293f,-0.23650192497033543f,0.176770643465761f,0.8838855014130185f,0.4330110391208955f,1.2407990655032846f,-8.12851471609407e-17f,0.4399391698559153f,-0.8980275757606155f,-0.30289462773953546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9522931572700841f,0.23937197857219006f,0.18931137971873124f,0.30158538373758004f,0.2896767782978548f,0.5137510989744969f,0.8075562967480795f,1.2734075170324517f,0.09604741918214198f,0.8238694460756095f,-0.5585821596609744f,-0.10430187888504941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9780148756777562f,0.0874534416819232f,0.18931137971873124f,0.1898140303839606f,0.20574199813404775f,0.5527414022726516f,0.8075562967480795f,1.3026760982249534f,-0.03401665998937392f,0.8287513726997073f,-0.5585821596609744f,-0.0998684434814073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9379600350190815f,0.25735360552742553f,0.2323792039512952f,0.1741551998427786f,0.2915058393273666f,0.22235025722559928f,0.9303680501552906f,1.3336467194086177f,0.18776399640253422f,0.9403879437943387f,-0.28357573383702106f,-0.12859964978578928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9715796410009689f,-0.04508776733650649f,0.2323792039512952f,0.20268602482522746f,0.20852851984402898f,0.30154791934599895f,0.9303680501552906f,1.3298425137519918f,-0.11202168363351356f,0.9523843476111459f,-0.28357573383702106f,-0.11770076589141898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9666711641394113f,0.10745587928223235f,0.2323792039512952f,0.26852399625820234f,0.25313367517839525f,0.26521431662133427f,0.9303680501552906f,1.3756631688083496f,0.03834322511258037f,0.9581829680529502f,-0.28357573383702106f,-0.023618495409425067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9666711641394113f,0.17236026784136096f,0.18931137971873124f,0.22974293599389617f,0.25313367517839525f,0.532706457698052f,0.8075562967480795f,1.255804215826288f,0.03834322511258037f,0.8285624707868731f,-0.5585821596609744f,-0.21004505133647122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9935788230775454f,-0.04564036088937351f,0.10352815940471155f,-0.07754719736271426f,0.05979979598869459f,0.5649390173115643f,0.8229628734753194f,1.341499332414714f,-0.09604741918214214f,0.8238694460756095f,-0.5585821596609744f,-0.10430187888504941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9884859444559031f,0.1103515193524495f,0.10352815940471155f,0.037423622476642215f,0.14743949422148983f,0.5486289314509004f,0.8229628734753194f,1.3300452562412302f,0.034016659989373754f,0.8287513726997073f,-0.5585821596609744f,-0.09986844348140728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.980777924846959f,-0.16389805498838278f,0.10588715551906204f,0.06288080612096357f,0.05309749323501102f,0.2980066152575828f,0.9530858898729311f,1.353631484242307f,-0.18776399640253438f,0.9403879437943385f,-0.28357573383702106f,-0.12859964978578925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9834225208005487f,0.1472007332807025f,0.10588715551906204f,0.03480927192538457f,0.14258782549084464f,0.2670131055714597f,0.9530858898729311f,1.359993003146112f,0.1120216836335134f,0.952384347611146f,-0.28357573383702106f,-0.11770076589141895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9943422256376776f,-0.008452727961544653f,0.10588715551906204f,-0.010969723139763687f,0.09906228041931946f,0.2860313813609394f,0.9530858898729311f,1.4258599487488046f,-0.03834322511258054f,0.9581829680529502f,-0.28357573383702106f,-0.023618495409425067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9943422256376776f,0.02377937182060421f,0.10352815940471155f,-0.016320081799399627f,0.09906228041931946f,0.5593914313603396f,0.8229628734753194f,1.2999968766927283f,-0.03834322511258054f,0.8285624707868731f,-0.5585821596609744f,-0.21004505133647122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.1587449124172014f,0.07776833014122293f,0.022924399166519307f,0.176770643465761f,0.8838855014130185f,0.4330110391208955f,0.8113776318128081f,-8.12851471609407e-17f,0.4399391698559153f,-0.8980275757606155f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.06764719658286282f,0.16331477944686665f,-0.0024432995520542486f,0.176770643465761f,0.37665696090900214f,0.9093303433887463f,0.6701312714719323f,-8.12851471609407e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9818494665264058f,-0.10688025144785486f,0.15667876988365606f,0.13988406054914204f,0.168621477517103f,-0.11374798902536964f,0.9790955991692709f,0.5141500773613948f,-0.08682408883346526f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9818494665264058f,-0.03228326230065048f,0.18689413061153026f,0.13003864903632412f,0.168621477517103f,0.3025180642367818f,0.9381095981442572f,0.6299415229393627f,-0.08682408883346526f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9750380160980737f,0.04245808378111442f,0.21794076783651145f,-0.1793726734744115f,0.18590736662994992f,-0.38058132742254724f,0.9058677079187715f,0.4435366294625421f,0.12140559376013005f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9750380160980737f,0.1411617918171526f,-0.17138907694046082f,-0.12364002959493217f,0.18590736662994992f,0.9410692861450939f,-0.28253681124250063f,0.7731566781730611f,0.12140559376013005f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8995072011787221f,0.4202672721885581f,0.11942451571938742f,-0.0013819480367231137f,0.3868013580327335f,0.6389247183766426f,0.6649510611100347f,0.6760408354511447f,0.2031538935183249f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.977888566995108f,-0.1716733397631793f,0.11942451571938742f,-0.0013819480367231137f,-0.04962303989679839f,0.7452366337211555f,0.6649510611100347f,0.6760408354511447f,-0.20315389351832508f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.13032898924064812f,0.11942451571938742f,-0.0013819480367231137f,0.176770643465761f,0.7256667457844129f,0.6649510611100347f,0.6760408354511447f,-8.12851471609407e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9410165143953966f,0.2886165501408867f,0.17660239698234914f,-0.0017332398818143814f,0.15567911564296907f,-0.09410138429726501f,0.9833152812938286f,0.6740848561135219f,0.3004195942140946f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9363792537784335f,-0.3033240618108507f,0.17660239698234914f,-0.0017332398818143814f,0.18149920249296606f,0.01221053104724791f,0.9833152812938286f,0.6740848561135219f,-0.3004195942140947f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,-0.007710627172152824f,0.17660239698234914f,-0.0017332398818143814f,0.176770643465761f,-0.042932472357637474f,0.9833152812938286f,0.6740848561135219f,-8.12851471609407e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9067140000130086f,0.38658429562666574f,0.16858915906796756f,-0.17547778148563137f,0.2673378757063609f,0.21766199168334088f,0.9386978840869151f,0.7320219370145795f,0.3261904081870282f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9430748165363653f,-0.28668377327581096f,0.16858915906796756f,0.1813135943146475f,0.06488226276634379f,0.33858023331120135f,0.9386978840869151f,0.6679425787582411f,-0.3261904081870283f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,-0.04872459275097198f,0.16992284853000528f,-0.011131876293533035f,0.176770643465761f,-0.2712966383555814f,0.9461238151667369f,0.6659493007620115f,-8.12851471609407e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9842520711731831f,0.015406576727239748f,0.17609797779885736f,8.878689293818311e-17f,0.176770643465761f,0.08578322031401947f,0.9805066948885445f,0.683735468398849f,-8.12851471609407e-17f,0.9961946980917455f,-0.08715574274765794f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4101254220502857e-16f,-0.17677064346576077f,0.9842520711731831f,-0.7340567174805546f,-1.8279363723433284e-16f,-0.9842520711731831f,-0.17677064346576077f,1.104496257650501f,1f,-2.4019602256064946e-16f,3.0332975208597206e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4101254220502857e-16f,-0.17677064346576077f,0.9842520711731831f,-0.7340567174805546f,-1.8279363723433284e-16f,-0.9842520711731831f,-0.17677064346576077f,1.104496257650501f,1f,-2.4019602256064946e-16f,3.0332975208597206e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4101254220502857e-16f,-0.17677064346576077f,0.9842520711731831f,-0.881694528156532f,-1.8279363723433284e-16f,-0.9842520711731831f,-0.17677064346576077f,1.131011854170365f,1f,-2.4019602256064946e-16f,3.0332975208597206e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4101254220502857e-16f,0.1767706434657612f,-0.9842520711731831f,0.8345950209517061f,-1.8279363723433284e-16f,0.9842520711731831f,0.1767706434657612f,0.8227680446269444f,1f,2.4019602256064946e-16f,-3.0332975208597196e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4101254220502857e-16f,0.1767706434657612f,-0.9842520711731831f,0.8345950209517061f,-1.8279363723433284e-16f,0.9842520711731831f,0.1767706434657612f,0.8227680446269445f,1f,2.4019602256064946e-16f,-3.0332975208597196e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4101254220502857e-16f,0.1767706434657612f,-0.9842520711731831f,0.9822328316276836f,-1.8279363723433284e-16f,0.9842520711731831f,0.1767706434657612f,0.7962524481070803f,1f,2.4019602256064946e-16f,-3.0332975208597196e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015378938612080987f,-1.9135106236677393e-21f,0.000002762041304152516f,-0.12863365670640306f,0.000002762041304152516f,-3.469446951953614e-21f,0.000015378938612080987f,0.008338011586499716f,-1.2700804243896986e-21f,0.000015625f,3.7530628525101485e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152.mcfunction new file mode 100644 index 000000000..c3a20c174 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152_as_bone.mcfunction new file mode 100644 index 000000000..57e2d8c78 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_152_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5212909698132481f,-0.05122001814947232f,-0.6265593978038917f,0.10955014689884249f,-0.6156657757523188f,0.20616708622224234f,0.4953738281039588f,1.002121547482905f,0.1271055537846524f,0.7885531603790848f,-0.17021320717764124f,-0.7522239227056274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4909823116845662f,0.14906281583598963f,-0.613772471318098f,0.10955014689884249f,-0.4799062343402585f,0.41738316097257055f,0.48526415814265356f,1.002121547482905f,0.41064142004214876f,0.6660116919931596f,-0.1667394682556486f,-0.7522239227056274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3475375157426374f,0.10197788546210512f,0.7319580797235306f,-0.030357167472817713f,0.7280153142571778f,0.18635683131369113f,0.3197018581024946f,1.0202131759969648f,-0.12710555378465252f,0.7885531603790848f,-0.17021320717764113f,-0.7522239227056274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3527589010368139f,-0.03799010767622171f,0.7170201597291729f,-0.030357167472817713f,0.5890116992769048f,0.44157126021420146f,0.31317733038611717f,1.0202131759969648f,-0.4106414200421489f,0.6660116919931596f,-0.16673946825564848f,-0.7522239227056274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5587119354082055f,0.03582415158580548f,-0.10266441729812861f,0.0017267078077205164f,-0.10239053246318998f,-0.01299284120601233f,-1.5590874301780835f,0.698394277730066f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6007713118164141f,0.7829012409187336f,0.1616770789762496f,-0.2693439382098285f,-0.20160340109355962f,-0.04733019397539001f,0.9783230148605119f,0.7945936549109943f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.04306934444361598f,0.985903420068571f,0.1616770789762496f,-0.28347606685539f,-0.13799635414919498f,-0.15440558550702976f,0.9783230148605119f,0.8398737086161989f,0.9894958503251681f,-0.06444657835235813f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6322919672559161f,-0.769188693265009f,0.09249660694810379f,0.2832851919543929f,0.04215410511147759f,0.15337292605642217f,0.9872688473638485f,0.7231323380107229f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07675474800073018f,-0.9927502638440511f,0.09249660694810379f,0.3084703436421325f,0.12250171773741503f,0.10145714453029386f,0.9872688473638485f,0.7633282141433122f,-0.9894958503251681f,-0.06444657835235833f,0.1294009301664646f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8899629333589317f,0.4546830224428623f,-0.03506175051803723f,-0.23091521467344034f,0.45174508264201585f,0.868467328559991f,-0.20418344578498854f,0.42356338422928375f,-0.06238876145528029f,-0.19755467173948743f,-0.9783045508010169f,-0.532159655907733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9389309617013485f,0.31361785024440164f,0.14160682598893612f,-0.17122682509018416f,0.3329524447854473f,0.9319286045866124f,0.14370715175189858f,0.5991981672877229f,-0.08689832374663206f,0.18207943310909525f,-0.9794364509087335f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9168952220512075f,0.38681660104617055f,-0.0983670114151822f,0.08903932733493554f,0.39725943842756434f,0.8606329277746174f,-0.3185842152560397f,0.3802689617542001f,-0.03857577426161539f,-0.33118556850378933f,-0.9427767651225494f,-0.5313706814481329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9591961531574221f,0.26121098353014893f,0.1082199697431836f,0.13869276155773336f,0.27578395252344795f,0.9487356808820562f,0.15441444023084838f,0.5591219921710284f,-0.06233739887537751f,0.17795906805912937f,-0.9820614129457373f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.114569306249187f,0.05762235798972335f,0.36505388099856156f,0.12824376037342258f,0.8859945324596465f,0.4456088266371039f,1.2374550539241418f,-9.297761442384473e-17f,0.4493189986158968f,-0.8933713883278375f,-0.1590361501054649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.114569306249187f,0.05762235798972335f,0.3933251641766998f,0.12824376037342258f,0.8859945324596465f,0.4456088266371039f,1.163672423849911f,-9.297761442384473e-17f,0.4493189986158968f,-0.8933713883278375f,-0.29895459258818674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.114569306249187f,0.05762235798972335f,-0.21759494189952336f,0.12824376037342258f,0.8859945324596465f,0.4456088266371039f,1.3127982631435275f,-9.297761442384473e-17f,0.4493189986158968f,-0.8933713883278375f,-0.15903615010546496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.114569306249187f,0.05762235798972335f,-0.2637043595168852f,0.12824376037342258f,0.8859945324596465f,0.4456088266371039f,1.2486339150973036f,-9.297761442384473e-17f,0.4493189986158968f,-0.8933713883278375f,-0.2989545925881868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9654942978418108f,0.21275475858162082f,0.15018712839596077f,0.2718660561226831f,0.24157871681197218f,0.5162958442737887f,0.8216315018115461f,1.3055466782991108f,0.09726502155672154f,0.8295625436858223f,-0.5498777152195558f,-0.09904058588121892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9868896377329253f,0.0590988104749232f,0.15018712839596077f,0.1587867227239806f,0.15783801772965503f,0.5477306230165304f,0.8216315018115461f,1.329246943395007f,-0.03370464499959617f,0.8345648538072835f,-0.5498777152195558f,-0.09451262635298427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9513914371225981f,0.24486416206866704f,0.1868043776366258f,0.1416649092550818f,0.2431563988722382f,0.22493428416765138f,0.9435462540296958f,1.3597084636021772f,0.18902195390293303f,0.9431045063726479f,-0.27354083973389015f,-0.12295203310363241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9804942132154574f,-0.06111646543112867f,0.1868043776366258f,0.1703334313971998f,0.1617469612009377f,0.2890646762383655f,0.9435462540296958f,1.3571960718926668f,-0.11166475895851745f,0.9553566823989951f,-0.27354083973389015f,-0.11204014275022135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9779834239887786f,0.09301906739469054f,0.1868043776366258f,0.2337161007940951f,0.20497526569423652f,0.2602030110511903f,0.9435462540296958f,1.405213107232754f,0.039160731055002396f,0.9610628731466615f,-0.27354083973389015f,-0.017368890151965993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9779834239887786f,0.1448870210452278f,0.15018712839596077f,0.20111652105891892f,0.20497526569423652f,0.53188985296251f,0.8216315018115461f,1.2855378903161896f,0.039160731055002396f,0.8343266359455145f,-0.5498777152195558f,-0.20509238323970647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9951866536555921f,-0.07442665446496949f,0.06375105874365211f,-0.11015189642658513f,0.011959931745415577f,0.5534317114320972f,0.8328086819996444f,1.3549460032326401f,-0.09726502155672172f,0.8295625436858222f,-0.5498777152195558f,-0.09904058588121892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9945771484074815f,0.08217115293523668f,0.06375105874365211f,0.005236554474258505f,0.09838847885344018f,0.5447471031725835f,0.8328086819996444f,1.349102750181961f,0.03370464499959599f,0.8345648538072836f,-0.5498777152195558f,-0.09451262635298424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9819489916512659f,-0.17959341525481237f,0.059349667161448794f,0.029543666766761303f,0.006846804932200537f,0.2798215418024796f,0.9600276173139519f,1.374207032720908f,-0.18902195390293322f,0.9431045063726478f,-0.27354083973389015f,-0.1229520331036324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9893864045709658f,0.13263543816779377f,0.059349667161448794f,0.0011790600232128648f,0.09298131025573705f,0.2640103216497847f,0.9600276173139519f,1.3790696820192818f,0.11166475895851727f,0.9553566823989952f,-0.27354083973389015f,-0.11204014275022134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979541699532422f,-0.023771657089079235f,0.059349667161448794f,-0.047904692979220065f,0.05053624260046724f,0.2753053980188604f,0.9600276173139519f,1.4416299222196158f,-0.039160731055002576f,0.9610628731466615f,-0.27354083973389015f,-0.017368890151965993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979541699532422f,-0.004824643199133161f,0.06375105874365211f,-0.046819148259415105f,0.05053624260046724f,0.5512492969336487f,0.8328086819996444f,1.3175988304095452f,-0.039160731055002576f,0.8343266359455145f,-0.5498777152195558f,-0.20509238323970647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.114569306249187f,0.05762235798972335f,0.016631218259864678f,0.12824376037342258f,0.8859945324596465f,0.4456088266371039f,0.8335708866448889f,-9.297761442384473e-17f,0.4493189986158968f,-0.8933713883278375f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.04907676239910732f,0.11848178538128719f,-0.0017725676398005665f,0.12824376037342258f,0.3795234917619034f,0.9162507610507817f,0.6912495772341751f,-9.297761442384473e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9889429524121285f,-0.10116788374416559f,0.1084292219519705f,0.14803983751058555f,0.12022235429661662f,-0.1188572776720016f,0.985606175443204f,0.5424428112166942f,-0.08682408883346528f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9889429524121285f,-0.0470939904137756f,0.14062003037010729f,0.13252246243542504f,0.12022235429661662f,0.3005687014332155f,0.9461527578811624f,0.6576113922953417f,-0.08682408883346528f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9829882221354667f,0.061088422446812715f,0.17321189273809756f,-0.16736584918940675f,0.13782175788570086f,-0.37803841114896247f,0.9154737149417578f,0.4562431938111841f,0.12140559376013003f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9829882221354667f,0.09479753954228821f,-0.15731364098412692f,-0.12788038498255008f,0.13782175788570086f,0.9468640236546081f,-0.29060915980385216f,0.7882016282906997f,0.12140559376013003f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9174097024599482f,0.38839787409798987f,0.08664022869609364f,-0.0010025771779484578f,0.34218114118211496f,0.6587840823985092f,0.670011641240404f,0.697204115684144f,0.2031538935183249f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9742739017320695f,-0.20804767524598367f,0.08664022869609364f,-0.0010025771779484578f,-0.09756464499046116f,0.7359113673875581f,0.670011641240404f,0.697204115684144f,-0.20315389351832508f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.09455121811063263f,0.08664022869609364f,-0.0010025771779484578f,0.12824376037342258f,0.7311893999010273f,0.670011641240404f,0.697204115684144f,-9.297761442384473e-17f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9475239245561959f,0.29288776382031917f,0.12812170073003776f,-0.0012574327711609597f,0.10929995336624414f,-0.07982068244647786f,0.9907987579967565f,0.6952332504537836f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9441596796358218f,-0.30355778552365437f,0.12812170073003776f,-0.0012574327711609597f,0.1353165428254096f,-0.002693397457428949f,0.9907987579967565f,0.6952332504537836f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,-0.00559391426091576f,0.12812170073003776f,-0.0012574327711609597f,0.12824376037342258f,-0.04325920800672117f,0.9907987579967565f,0.6952332504537836f,-9.297761442384473e-17f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9187437330190774f,0.3754339429059391f,0.12230824809582691f,-0.17763647430868224f,0.22250791142103293f,0.23637579140602383f,0.9458418020960089f,0.7445719248052652f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9451228180853516f,-0.3029580023404783f,0.12230824809582691f,0.18187024620290204f,0.018511519148450048f,0.32409969001310523f,0.9458418020960089f,0.6980835616698996f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,-0.03534877100935919f,0.12327581459006354f,-0.010245390864476045f,0.12824376037342258f,-0.2733613292144942f,0.9533242478901758f,0.686646153354648f,-9.297761442384473e-17f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.991742677273336f,0.011177180188098218f,0.12775575414735188f,8.878689293818312e-17f,0.12824376037342258f,0.08643606965230843f,0.9879687969710104f,0.7049573082896683f,-9.297761442384473e-17f,0.9961946980917455f,-0.08715574274765794f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4267579087718606e-16f,-0.12824376037342236f,0.991742677273336f,-0.7538256265959976f,-1.935687698188143e-16f,-0.991742677273336f,-0.12824376037342236f,1.089178378686844f,1f,-2.3591644202764394e-16f,3.1502221934887607e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4267579087718606e-16f,-0.12824376037342236f,0.991742677273336f,-0.7538256265959977f,-1.935687698188143e-16f,-0.991742677273336f,-0.12824376037342236f,1.089178378686844f,1f,-2.3591644202764394e-16f,3.1502221934887607e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4267579087718606e-16f,-0.12824376037342236f,0.991742677273336f,-0.9025870281869981f,-1.935687698188143e-16f,-0.991742677273336f,-0.12824376037342236f,1.1084149427428573f,1f,-2.3591644202764394e-16f,3.1502221934887607e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4267579087718606e-16f,0.1282437603734228f,-0.991742677273336f,0.8267642653083817f,-1.935687698188143e-16f,0.991742677273336f,0.1282437603734228f,0.884789885591702f,1f,2.3591644202764394e-16f,-3.1502221934887597e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4267579087718606e-16f,0.1282437603734228f,-0.991742677273336f,0.8267642653083818f,-1.935687698188143e-16f,0.991742677273336f,0.1282437603734228f,0.8847898855917021f,1f,2.3591644202764394e-16f,-3.1502221934887597e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4267579087718606e-16f,0.1282437603734228f,-0.991742677273336f,0.9755256668993821f,-1.935687698188143e-16f,0.991742677273336f,0.1282437603734228f,0.8655533215356886f,1f,2.3591644202764394e-16f,-3.1502221934887597e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015495979332395876f,-1.9135106236677393e-21f,0.000002003808755834728f,-0.09532548802994827f,0.000002003808755834728f,-3.469446951953614e-21f,0.000015495979332395876f,0.02405981700474502f,-1.452775225372574e-21f,0.000015625f,3.686194406681937e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153.mcfunction new file mode 100644 index 000000000..bd72e14b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153_as_bone.mcfunction new file mode 100644 index 000000000..f2087e8af --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_153_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5048842644530364f,-0.06490622213817678f,-0.6386106061442374f,0.09172971164821905f,-0.630078106502749f,0.20532839408225026f,0.4772696038236241f,1.0264609896168384f,0.12262913054438318f,0.7877638461847549f,-0.17701599766850123f,-0.7527805120057376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.48126443175660205f,0.13052602099779836f,-0.6255777366310897f,0.09172971164821905f,-0.4932641553031339f,0.4220269255744371f,0.46752940782722363f,1.0264609896168384f,0.4062942527517227f,0.6669754357790629f,-0.17340342628751143f,-0.7527805120057376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4035560763905679f,0.09527632031654477f,0.7035690161168509f,-0.0445936188455799f,0.6993204086787566f,0.19311910800225165f,0.3749672260001345f,1.0368517008383653f,-0.12262913054438329f,0.7877638461847549f,-0.17701599766850112f,-0.7527805120057376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4009448507555835f,-0.06505506826921068f,0.6892104647675275f,-0.0445936188455799f,0.5605070979332037f,0.436934327055929f,0.36731483363278483f,1.0368517008383653f,-0.4062942527517228f,0.6669754357790629f,-0.17340342628751132f,-0.7527805120057376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5619378518093603f,0.03645686910680738f,-0.020671085605041828f,0.0020688842426291026f,-0.020417291868666632f,-0.011094163076885863f,-1.5623272076419759f,0.7159866010865853f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6105269441264811f,0.7843063945064812f,0.11009237045238365f,-0.27367838424371455f,-0.16978501385483455f,-0.0061627777896632735f,0.9854618558017498f,0.7978221631894399f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.050254727606352884f,0.9926500553172739f,0.11009237045238365f,-0.29016821673954907f,-0.13554491706620408f,-0.10243293521757045f,0.9854618558017498f,0.8422978391017881f,0.9894958503251681f,-0.06444657835235812f,0.1294009301664646f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6292069145131266f,-0.7761799777005657f,0.0405376484964379f,0.2819403383011422f,0.07529116258218385f,0.11277917587298698f,0.9907633916967424f,0.7554723051400144f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.07021758472767173f,-0.9967076752234789f,0.0405376484964379f,0.30498048328990945f,0.1263623875379265f,0.0491980557469688f,0.9907633916967424f,0.7969349635508965f,-0.9894958503251681f,-0.06444657835235834f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9534991501955957f,0.3005568650182205f,-0.022470902667576897f,-0.20391846093582836f,0.2983796587689659f,0.9308092812676458f,-0.21110106854045962f,0.42624626526031906f,-0.04253175060107455f,-0.2079895497288927f,-0.9772059135076806f,-0.5312644961592282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9748215330117765f,0.20208527884844193f,0.094257725674436f,-0.16543836036628026f,0.21525329488443717f,0.9631662241851122f,0.16117333411699197f,0.6078472656332587f,-0.05821509957015721f,0.17740452266428125f,-0.982414697325063f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9653226578688537f,0.2531382655415881f,-0.06382150674818271f,0.1145786050118562f,0.2597415130693925f,0.9067686988606152f,-0.33212177458734876f,0.40111793683732533f,-0.02620138533426215f,-0.33718176890992124f,-0.9410748865639449f,-0.5309125496230559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.983537164373834f,0.16604586456740705f,0.07129808661906781f,0.1461578176596142f,0.1758378844337429f,0.970363423070037f,0.16575845548769452f,0.5840970690097553f,-0.04166154933921037f,0.17556650599662404f,-0.9835856430828958f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.06753546879548314f,0.034857654720911214f,0.3363948734239109f,0.07600062919521088f,0.8860471469543331f,0.457323034337894f,1.2707604155740064f,-1.0523495417100297e-16f,0.45864955448431527f,-0.8886172326549486f,-0.1543873953653337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.06753546879548314f,0.034857654720911214f,0.3686123863176682f,0.07600062919521088f,0.8860471469543331f,0.457323034337894f,1.2000285330790719f,-1.0523495417100297e-16f,0.45864955448431527f,-0.8886172326549486f,-0.2950264552372745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.06753546879548314f,0.034857654720911214f,-0.2494059412647707f,0.07600062919521088f,0.8860471469543331f,0.457323034337894f,1.315410785226193f,-1.0523495417100297e-16f,0.45864955448431527f,-0.8886172326549486f,-0.15438739536533375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.06753546879548314f,0.034857654720911214f,-0.291971511097228f,0.07600062919521088f,0.8860471469543331f,0.457323034337894f,1.250378949920899f,-1.0523495417100297e-16f,0.45864955448431527f,-0.8886172326549486f,-0.29502645523727455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.976923540976713f,0.18469347168881256f,0.10727868661134146f,0.23971278529851245f,0.18953540204195696f,0.5180620569067693f,0.8340791548566125f,1.3332363145599093f,0.09847195772561025f,0.8351646704147997f,-0.5411129704901043f,-0.09381311350148641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9937884155156781f,0.029595077053178195f,0.10727868661134146f,0.12554149568394857f,0.10615914599700063f,0.5413337225361694f,0.8340791548566125f,1.3509194841822585f,-0.033388933915677384f,0.8402868154739488f,-0.5411129704901043f,-0.08919112639044695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9629959969060169f,0.23196583595740747f,0.13722449085920446f,0.10686658822568208f,0.1908930413112798f,0.22761806445009158f,0.9548559386184515f,1.3807355229009974f,0.19025918301600267f,0.9457176469140116f,-0.2634759487951568f,-0.11733561488592813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9875450034488451f,-0.07696950871385852f,0.13722449085920446f,0.13561878534653793f,0.11121222071268225f,0.2754668372948542f,0.9548559386184515f,1.379617685860782f,-0.11129558898435413f,0.9582242515607282f,-0.2634759487951568f,-0.10641191468521936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9874273696394712f,0.07846418797965912f,0.13722449085920446f,0.19631758446307518f,0.15293552105815414f,0.2546779591636208f,0.9548559386184515f,1.4299045214248753f,0.039973942581962914f,0.9638373868661383f,-0.2634759487951568f,-0.011162061740397966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9874273696394712f,0.11609682633828007f,0.10727868661134146f,0.1701957985369622f,0.15293552105815414f,0.5300214050699744f,0.8340791548566125f,1.3106497052841313f,0.039973942581962914f,0.839999307786518f,-0.5411129704901043f,-0.20016190599236422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9943642289338119f,-0.10404152461541208f,0.020375018345170727f,-0.14437179366957628f,-0.03928172295802495f,0.5400697496126214f,0.8407030461434105f,1.3625116552535605f,-0.09847195772561046f,0.8351646704147997f,-0.5411129704901043f,-0.09381311350148643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9983976354679823f,0.05279223540801802f,0.020375018345170727f,-0.02883934251780481f,0.045687422600932295f,0.5395656101173189f,0.8407030461434105f,1.3626865581092313f,0.033388933915677176f,0.8402868154739488f,-0.5411129704901043f,-0.08919112639044695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9808033445446344f,-0.19478795607826443f,0.009080280662578766f,-0.005861203562981712f,-0.04273455988005727f,0.26014569856577896f,0.9646232284729519f,1.389327756723877f,-0.19025918301600286f,0.9457176469140116f,-0.2634759487951568f,-0.11733561488592811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9929922007609998f,0.11783054668003135f,0.009080280662578766f,-0.03445067101339704f,0.03974646022543417f,0.2606189670572103f,0.9646232284729519f,1.3925805631777983f,0.11129558898435393f,0.9582242515607282f,-0.2634759487951568f,-0.10641191468521936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9991995775288344f,-0.03895834659335044f,0.009080280662578766f,-0.08682671093789207f,-0.0015126733463425317f,0.26362803134296353f,0.9646232284729519f,1.4514860848805011f,-0.03997394258196312f,0.9638373868661383f,-0.2634759487951568f,-0.011162061740397966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9991995775288344f,-0.03442474246283882f,0.020375018345170727f,-0.07908114388375335f,-0.0015126733463425317f,0.5414943213225213f,0.8407030461434105f,1.329649862582934f,-0.03997394258196312f,0.839999307786518f,-0.5411129704901043f,-0.20016190599236422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.06753546879548314f,0.034857654720911214f,0.009856097858890826f,0.07600062919521088f,0.8860471469543331f,0.457323034337894f,0.8517592762963777f,-1.0523495417100297e-16f,0.45864955448431527f,-0.8886172326549486f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.029084181642329635f,0.07021542577143514f,-0.0010504702569827868f,0.07600062919521088f,0.3815766237401369f,0.9212074601179747f,0.7086680423938263f,-1.0523495417100297e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9938907837491334f,-0.09478838549305058f,0.05653558131083637f,0.15636765676283823f,0.06813727010067162f,-0.12400465770483432f,0.9899394715288076f,0.5679316091752163f,-0.08682408883346529f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9938907837491334f,-0.06280883618834579f,0.09075329236561555f,0.1348253557015569f,0.06813727010067162f,0.2976817735619831f,0.952230473211302f,0.6821267065387955f,-0.08682408883346529f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9888682302884775f,0.0808511119005436f,0.12491085153252404f,-0.15407760399842169f,0.0860250250211226f,-0.3743099429156511f,0.9233048043331068f,0.4652921366784067f,0.12140559376013002f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9888682302884775f,0.04495665240921316f,-0.14183977767287878f,-0.13207433837202667f,0.0860250250211226f,0.950535087305473f,-0.29846732295394074f,0.7988657573493106f,0.12140559376013002f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9341089707768176f,0.3532762274028626f,0.05134528085691342f,-0.0005941536346015259f,0.29354544156334555f,0.6782663805449041f,0.6736362451352332f,0.714654793482993f,0.20315389351832489f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.967808192561792f,-0.24639595074595275f,0.05134528085691342f,-0.0005941536346015259f,-0.14857926490133921f,0.7239740404748514f,0.6736362451352332f,0.714654793482993f,-0.2031538935183251f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.05603354148893875f,0.05134528085691342f,-0.0005941536346015259f,0.07600062919521088f,0.7351449609444631f,0.6736362451352332f,0.714654793482993f,-1.0523495417100297e-16f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9519554517313286f,0.29667442116706166f,0.07592829343657764f,-0.0007451877697646672f,0.05940442181555915f,-0.0643340607071978f,0.9961587440271162f,0.712673266339689f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.949961711607281f,-0.3029977569817537f,0.07592829343657764f,-0.0007451877697646672f,0.08556175484644722f,-0.018626400777250425f,0.9961587440271162f,0.712673266339689f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,-0.003315100884875282f,0.07592829343657764f,-0.0007451877697646672f,0.07600062919521088f,-0.043493230050783205f,0.9961587440271162f,0.712673266339689f,-1.0523495417100297e-16f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9291583430991202f,0.3625065176728519f,0.07248308833100323f,-0.17947126090284826f,0.17396721258926254f,0.25576001425834005f,0.9509585816693049f,0.7526840381753316f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9447912834994416f,-0.3195553669232888f,0.07248308833100323f,0.1819803056071893f,-0.03113275172961108f,0.30774750643871407f,0.9509585816693049f,0.7251338100920677f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,-0.02094861247179628f,0.07305649371256769f,-0.009269930160041165f,0.07600062919521088f,-0.2748401490999699f,0.9584815057186228f,0.7036261455569982f,-1.0523495417100297e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9971077696828623f,0.006623891286797836f,0.07571142385590582f,8.878689293818312e-17f,0.07600062919521088f,0.08690366826617052f,0.9933134735841528f,0.7224499290196331f,-1.0523495417100297e-16f,0.9961946980917455f,-0.08715574274765794f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4386708070164557e-16f,-0.07600062919521065f,0.9971077696828623f,-0.7729575750386428f,-2.051690752413269e-16f,-0.9971077696828623f,-0.07600062919521065f,1.0665654524131307f,1f,-2.3070979351462027e-16f,3.2727955909603432e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4386708070164557e-16f,-0.07600062919521065f,0.9971077696828623f,-0.7729575750386428f,-2.051690752413269e-16f,-0.9971077696828623f,-0.07600062919521065f,1.0665654524131307f,1f,-2.3070979351462027e-16f,3.2727955909603432e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4386708070164557e-16f,-0.07600062919521065f,0.9971077696828623f,-0.9225237404910722f,-2.051690752413269e-16f,-0.9971077696828623f,-0.07600062919521065f,1.0779655467924123f,1f,-2.3070979351462027e-16f,3.2727955909603432e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4386708070164557e-16f,0.0760006291952111f,-0.9971077696828623f,0.8161829328934189f,-2.051690752413269e-16f,0.9971077696828623f,0.0760006291952111f,0.9454394496332632f,1f,2.3070979351462027e-16f,-3.2727955909603423e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4386708070164557e-16f,0.0760006291952111f,-0.9971077696828623f,0.8161829328934189f,-2.051690752413269e-16f,0.9971077696828623f,0.0760006291952111f,0.9454394496332632f,1f,2.3070979351462027e-16f,-3.2727955909603423e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4386708070164557e-16f,0.0760006291952111f,-0.9971077696828623f,0.9657490983458483f,-2.051690752413269e-16f,0.9971077696828623f,0.0760006291952111f,0.9340393552539815f,1f,2.3070979351462027e-16f,-3.2727955909603423e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015579808901294726f,-1.9135106236677393e-21f,0.00000118750983117517f,-0.05944705789939347f,0.00000118750983117517f,-3.469446951953614e-21f,0.000015579808901294726f,0.03748687190388167f,-1.6442961589219213e-21f,0.000015625f,3.604840523665942e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154.mcfunction new file mode 100644 index 000000000..68e4c8da7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154_as_bone.mcfunction new file mode 100644 index 000000000..846073862 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_154_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4904243540669321f,-0.0778232836668175f,-0.6483609595755986f,0.07468922192479054f,-0.6422689339631961f,0.2039787021699467f,0.4613325806522754f,1.0443602920392043f,0.11797887034658555f,0.7869438798445685f,-0.18369747023670552f,-0.7533587158372115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4730201184774336f,0.11341512117274093f,-0.6351291032577293f,0.07468922192479054f,-0.5048031208953488f,0.42537543982386855f,0.4519176300267188f,1.0443602920392043f,0.4017782680159675f,0.6679766054915569f,-0.17994854227269114f,-0.7533587158372115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.45468815614938485f,0.08882555168942391f,0.6725423008770426f,-0.05770449843348684f,0.6680449919381631f,0.19943368769265443f,0.4253075797632728f,1.0479710666026427f,-0.11797887034658563f,0.7869438798445685f,-0.18369747023670535f,-0.7533587158372115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.444802430834884f,-0.09006123926313639f,0.6588169477979193f,-0.05770449843348684f,0.5298348996371111f,0.43092485156737625f,0.41662783323749175f,1.0479710666026427f,-0.4017782680159676f,0.6679766054915569f,-0.17994854227269097f,-0.7533587158372115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5610739267916889f,0.03695472008764657f,0.05557691746059045f,0.002381755676863719f,0.05581141293020679f,-0.009302280510235014f,-1.5614752011364263f,0.7284275564502829f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6180834241067168f,0.7836730662525992f,0.06188219513532202f,-0.27702975916939987f,-0.13979621339157258f,0.032109586171269903f,0.9896595339798873f,0.7967124059682109f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.05680789579269393f,0.9964654820418221f,0.06188219513532202f,-0.2956698499763776f,-0.13293165599239065f,-0.0538811807390393f,0.9896595339798873f,0.840330605590714f,0.9894958503251681f,-0.06444657835235812f,0.1294009301664646f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6247842838226799f,-0.780757966395224f,-0.007848350054363854f,0.27999347880988346f,0.10589947649675557f,0.07477632114670514f,0.9915612954696638f,0.7815207085561517f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0639689513153196f,-0.997921027270717f,-0.007848350054363854f,0.3009832909602227f,0.12963770846821987f,0.0005117319912832674f,0.9915612954696638f,0.8240580816472864f,-0.9894958503251681f,-0.06444657835235834f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.989873548684817f,0.14165063519276944f,-0.009244196212332752f,-0.1770167602948557f,0.14030674209460206f,0.9664381283628208f,-0.21520074853347218f,0.427347332210799f,-0.021549379038060264f,-0.21431855168429276f,-0.9765260788463465f,-0.5307253050603609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9947941037157516f,0.09110012112826513f,0.0456668275971716f,-0.15965006991082364f,0.09763443320401015f,0.9804180622437727f,0.1710202931791942f,0.6122445957138763f,-0.02919261319762343f,0.17458863409907655f,-0.9842086161877025f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9926455467397571f,0.11761711610598134f,-0.028653665326457516f,0.13887561210808957f,0.12033015699270183f,0.9327468797973617f,-0.3398586640743442f,0.418519031908698f,-0.01324657902404475f,-0.34080708946146987f,-0.9400399225123164f,-0.5306371243896566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9967687408771538f,0.07277706895245846f,0.033993755968741136f,0.15273377351148015f,0.07756843850930861f,0.9820299879575258f,0.17204720311405702f,0.603724949670197f,-0.020861796600504568f,0.1741281165889963f,-0.984501998197956f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.02409398513255981f,0.012757108450511227f,0.3091701940077126f,0.027262867339774045f,0.8834371334772481f,0.4677558842579288f,1.2961786332616059f,-1.1636558705720748e-16f,0.4679298142605737f,-0.8837656300886932f,-0.14976639184793888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.02409398513255981f,0.012757108450511227f,0.3448404859940545f,0.027262867339774045f,0.8834371334772481f,0.4677558842579288f,1.2285787482008892f,-1.1636558705720748e-16f,0.4679298142605737f,-0.8837656300886932f,-0.29111064645132556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.02409398513255981f,0.012757108450511227f,-0.27811143162621854f,0.027262867339774045f,0.8834371334772481f,0.4677558842579288f,1.3121955678237232f,-1.1636558705720748e-16f,0.4679298142605737f,-0.8837656300886932f,-0.14976639184793894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.02409398513255981f,0.012757108450511227f,-0.31741326206122955f,0.027262867339774045f,0.8834371334772481f,0.4677558842579288f,1.2466403978134895f,-1.1636558705720748e-16f,0.4679298142605737f,-0.8837656300886932f,-0.29111064645132567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9850355669154955f,0.1589589027438193f,0.06661080355279703f,0.2095377684651552f,0.1406101087540657f,0.5176845132812968f,0.8439381150445077f,1.3532260746247586f,0.09966809533465623f,0.8406752119262156f,-0.5322888866256501f,-0.08862003499710687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9977747954280681f,0.002908342917840659f,0.06661080355279703f,0.09463837519831024f,0.05789526509143306f,0.5333072250167966f,0.8439381150445077f,1.3652690824597464f,-0.03306956135889568f,0.8459166302221254f,-0.5322888866256501f,-0.08390452715623438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9712170536344675f,0.22031412474903583f,0.09054899870042969f,0.07453902392298904f,0.14168468238504597f,0.22875116033860715f,0.9631190774879238f,1.3944315580055069f,0.1914755480656284f,0.948227078858122f,-0.2533821647495344f,-0.11175101103622545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9917631162443343f,-0.09059139082538137f,0.09054899870042969f,0.10330839838864461f,0.06406214441388908f,0.2613382563497058f,0.9631190774879238f,1.3946034179895375f,-0.11091421419467135f,0.9609867406350716f,-0.2533821647495344f,-0.10081669889504491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9937244823078482f,0.06566987205978822f,0.09054899870042969f,0.16145422646635876f,0.10415574343773311f,0.24809922145735086f,0.9631190774879238f,1.4467916976851676f,0.04078277051565392f,0.9665062049546849f,-0.2533821647495344f,-0.004998690823401181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9937244823078482f,0.08985907918541151f,0.06661080355279703f,0.1412359336496412f,0.10415574343773311f,0.5262319251851378f,0.8439381150445077f,1.3283895145185118f,0.04078277051565392f,0.8455798642374908f,-0.5322888866256501f,-0.1952541602768363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9912353037909396f,-0.1305059695388659f,-0.02051254331388789f,-0.17551771500524255f,-0.0867112639213923f,0.5255790901163524f,0.8463142304969365f,1.3637276946522412f,-0.09966809533465645f,0.8406752119262156f,-0.5322888866256501f,-0.08862003499710694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994471838699597f,0.02616413998592433f,-0.02051254331388789f,-0.060132713117839874f,-0.003425020574744121f,0.5326729695530278f,0.8463142304969365f,1.3694901550856637f,0.033069561358895445f,0.8459166302221255f,-0.5322888866256501f,-0.08390452715623442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9774959022530616f,-0.20751843274808224f,-0.03791913960327856f,-0.038473725728021144f,-0.08853742469396986f,0.240419439708965f,0.9666227896333641f,1.3975137552628984f,-0.19147554806562864f,0.948227078858122f,-0.2533821647495344f,-0.11175101103622548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9937805698547968f,0.1047010880116473f,-0.03791913960327856f,-0.06719096640793923f,-0.009910402043018234f,0.2560120436478698f,0.9666227896333641f,1.3992534479745242f,0.1109142141946711f,0.9609867406350716f,-0.2533821647495344f,-0.10081669889504495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9979243406478067f,-0.05204948793588152f,-0.03791913960327856f,-0.12240581251365686f,-0.04983749564041008f,0.2513097821210013f,0.9666227896333641f,1.454533413874969f,-0.040782770515654154f,0.9665062049546849f,-0.2533821647495344f,-0.004998690823401236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9979243406478067f,-0.06104298411313357f,-0.02051254331388789f,-0.10867114108820182f,-0.04983749564041008f,0.5303474778733942f,0.8463142304969365f,1.3352052313534555f,-0.040782770515654154f,0.8455798642374908f,-0.5322888866256501f,-0.19525416027683637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.02409398513255981f,0.012757108450511227f,0.0035355692612043044f,0.027262867339774045f,0.8834371334772481f,0.4677558842579288f,0.8644184706458335f,-1.1636558705720748e-16f,0.4679298142605737f,-0.8837656300886932f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.010433047649698723f,0.025187605132787717f,-0.00037682360743271603f,0.027262867339774045f,0.38254118853198693f,0.9235361255202467f,0.7209655249463385f,-1.1636558705720748e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.996031503584938f,-0.0886255214447641f,0.008170729157876984f,0.16372014043273017f,0.01956582389183375f,-0.12848155550706863f,0.9915188694270614f,0.588076861989989f,-0.08682408883346529f,0.9877438973960444f,0.1297057082595473f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.996031503584938f,-0.077257445956628f,0.04418745195851905f,0.1366321014190414f,0.01956582389183375f,0.2942629355841489f,0.955524203396666f,0.7010849552368228f,-0.08682408883346529f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9918876455659031f,0.09901679875151202f,0.07971557024027309f,-0.1413478112722854f,0.03767731913870239f,-0.36991959832654825f,0.9282994723667816f,0.47041350284171246f,0.12140559376013002f,0.9237722470062235f,0.363187991906151f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9918876455659031f,-0.0014719354512979857f,-0.12710913413188119f,-0.13564525931919807f,0.03767731913870239f,0.9515964933734745f,-0.3050320203221739f,0.8046633869208908f,0.12140559376013002f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9473181781120162f,0.31976401816170447f,0.018418526206276244f,-0.00021313417916547415f,0.24762222227997888f,0.6946944281585716f,0.6753390900270471f,0.7269674095865639f,0.20315389351832489f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.959406728203063f,-0.28142403552483325f,0.018418526206276244f,-0.00021313417916547415f,-0.19562010486409342f,0.711090632798943f,0.6753390900270471f,0.7269674095865639f,-0.2031538935183251f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.020100294226076235f,0.018418526206276244f,-0.00021313417916547415f,0.027262867339774045f,0.737003290050902f,0.6753390900270471f,0.7269674095865639f,-1.1636558705720748e-16f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537200493583046f,0.29945987659157813f,0.027236919131023368f,-0.00026731298839814617f,0.01288933141135994f,-0.04978318846403153f,0.9986768743102661f,0.7249808734589626f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9530048569567747f,-0.3017281770949596f,0.027236919131023368f,-0.00026731298839814617f,0.039112786004525515f,-0.03338698382366015f,0.9986768743102661f,0.7249808734589626f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,-0.0011891895711834922f,0.027236919131023368f,-0.00026731298839814617f,0.027262867339774045f,-0.04360317399331193f,0.9986768743102661f,0.7249808734589626f,-1.1636558705720748e-16f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9365394199228262f,0.3495967103344689f,0.026001058707942764f,-0.1807326082203181f,0.1284279274044255f,0.2731415390819227f,0.9533624531575398f,0.7562242455130826f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9421472521839228f,-0.33418931782501643f,0.026001058707942764f,0.1816326501495543f,-0.07719049688312385f,0.29179043867195914f,0.9533624531575398f,0.7463414561024145f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,-0.007514664665525063f,0.02620675009517257f,-0.008340509381959557f,0.027262867339774045f,-0.2755349011228013f,0.9609043939579328f,0.7155286183170317f,-1.1636558705720748e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9996282989513722f,0.002376115452428757f,0.027159123898661524f,8.878689293818312e-17f,0.027262867339774045f,0.08712334686668471f,0.9958244114778274f,0.7347822499814646f,-1.1636558705720748e-16f,0.9961946980917455f,-0.08715574274765796f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4442675062727384e-16f,-0.027262867339773823f,0.9996282989513722f,-0.7888259228271265f,-2.1599103231744765e-16f,-0.9996282989513722f,-0.027262867339773823f,1.0407766449071434f,1f,-2.253008090348618e-16f,3.3841019198223886e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4442675062727384e-16f,-0.027262867339773823f,0.9996282989513722f,-0.7888259228271265f,-2.1599103231744765e-16f,-0.9996282989513722f,-0.027262867339773823f,1.0407766449071432f,1f,-2.253008090348618e-16f,3.3841019198223886e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4442675062727384e-16f,-0.027262867339773823f,0.9996282989513722f,-0.9387701676698323f,-2.1599103231744765e-16f,-0.9996282989513722f,-0.027262867339773823f,1.0448660750081094f,1f,-2.253008090348618e-16f,3.3841019198223886e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4442675062727384e-16f,0.027262867339774267f,-0.9996282989513722f,0.8043316786266229f,-2.1599103231744765e-16f,0.9996282989513722f,0.027262867339774267f,0.9973264500843784f,1f,2.253008090348619e-16f,-3.3841019198223876e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4442675062727384e-16f,0.027262867339774267f,-0.9996282989513722f,0.8043316786266229f,-2.1599103231744765e-16f,0.9996282989513722f,0.027262867339774267f,0.9973264500843784f,1f,2.253008090348619e-16f,-3.3841019198223876e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4442675062727384e-16f,0.027262867339774267f,-0.9996282989513722f,0.9542759234693288f,-2.1599103231744765e-16f,0.9996282989513722f,0.027262867339774267f,0.9932370199834122f,1f,2.253008090348619e-16f,-3.3841019198223876e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015619192171115193f,-1.9135106236677393e-21f,4.259823021839695e-7f,-0.025958038543776117f,4.259823021839695e-7f,-3.469446951953614e-21f,0.000015619192171115193f,0.04773456419742106f,-1.818212297768867e-21f,0.000015625f,3.520325141169716e-21f,-0.5588775000000004f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155.mcfunction new file mode 100644 index 000000000..58325ac91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155_as_bone.mcfunction new file mode 100644 index 000000000..aa73dbcc4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_155_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48960226293510456f,-0.08633008877137985f,-0.6479052279045098f,0.06412385709912727f,-0.6437618694874189f,0.20383341519826711f,0.45931148329550686f,1.0529463468651492f,0.1131579602473133f,0.7860938233224969f,-0.1902530457347028f,-0.7539581379280248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4754650819438698f,0.10540807094004313f,-0.6346826722329892f,0.06412385709912727f,-0.5062087288867174f,0.42580361356875085f,0.44993777955478226f,1.0529463468651492f,0.3970965608652423f,0.6690145149789299f,-0.18637033051562726f,-0.7539581379280248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4896022629351077f,0.08633008877137864f,0.6479052279045076f,-0.0641238570991286f,0.6437618694874164f,0.20383341519826756f,0.45931148329551f,1.0529463468651488f,-0.11315796024731341f,0.7860938233224969f,-0.19025304573470264f,-0.7539581379280248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4754650819438722f,-0.10540807094004538f,0.634682672232987f,-0.0641238570991286f,0.506208728886715f,0.4258036135687503f,0.44993777955478537f,1.0529463468651488f,-0.3970965608652424f,0.6690145149789299f,-0.1863703305156271f,-0.7539581379280248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293533f,0.037194590818946126f,0.09812655072502408f,0.002554117542506607f,0.09835001914320102f,-0.008291331211486628f,-1.5593796130388755f,0.7337126020041216f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,0.7825063747639693f,0.03487823687206012f,-0.2786151805444138f,-0.12289352459612446f,0.053462825847419515f,0.9909787625699907f,0.7943545109094188f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834785f,0.9975640502598246f,0.03487823687206012f,-0.29843750000000024f,-0.13133349902961433f,-0.026694646802084655f,0.9909787625699907f,0.8374483152785109f,0.9894958503251681f,-0.0644465783523581f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701339f,-0.7825063747639693f,-0.03487823687206502f,0.27861518054441353f,0.12289352459612753f,0.0534628258474157f,0.9909787625699906f,0.7943545109094201f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.06041087834083438f,-0.9975640502598244f,-0.03487823687206502f,0.2984374999999998f,0.13133349902961466f,-0.02669464680208954f,0.9909787625699906f,0.8374483152785124f,-0.9894958503251681f,-0.06444657835235836f,0.1294009301664646f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3647293522377375e-15f,6.496859388499499e-16f,-0.15624999999999914f,-2.4492935982947065e-15f,0.9762960071199334f,-0.21643961393810257f,0.4274186196300273f,-1.2246467991473586e-16f,-0.21643961393810257f,-0.9762960071199334f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.4333490934995536e-15f,-3.047112036649646e-16f,-0.1562499999999996f,-2.4492935982947065e-15f,0.9848077530122079f,0.17364817766693058f,0.6131553744302346f,-1.2246467991473586e-16f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.2596977330789312e-15f,9.527869035581834e-16f,0.15625000000000086f,-2.4492935982947065e-15f,0.9396926207859084f,-0.3420201433256684f,0.4274186196300281f,-1.2246467991473586e-16f,-0.3420201433256684f,-0.9396926207859084f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.4333490934995536e-15f,-3.047112036649646e-16f,0.1562500000000004f,-2.4492935982947065e-15f,0.9848077530122079f,0.17364817766693058f,0.6131553744302354f,-1.2246467991473586e-16f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.210916222958495e-15f,-1.061077840468358e-15f,0.2937499999999986f,-2.4492935982947065e-15f,0.8788171126619653f,0.4771587602596087f,1.306894043382457f,-1.2246467991473586e-16f,0.4771587602596087f,-0.8788171126619653f,-0.14517364629838997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.210916222958495e-15f,-1.061077840468358e-15f,0.3312499999999988f,-2.4492935982947065e-15f,0.8788171126619653f,0.4771587602596087f,1.2417755380740498f,-1.2246467991473586e-16f,0.4771587602596087f,-0.8788171126619653f,-0.2872075956429003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.210916222958495e-15f,-1.061077840468358e-15f,-0.2937500000000014f,-2.4492935982947065e-15f,0.8788171126619653f,0.4771587602596087f,1.3068940433824556f,-1.2246467991473586e-16f,0.4771587602596087f,-0.8788171126619653f,-0.14517364629839002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.210916222958495e-15f,-1.061077840468358e-15f,-0.33125000000000115f,-2.4492935982947065e-15f,0.8788171126619653f,0.4771587602596087f,1.241775538074048f,-1.2246467991473586e-16f,0.4771587602596087f,-0.8788171126619653f,-0.2872075956429003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039309f,0.14478625334353595f,0.043577871373827064f,0.19259933110853544f,0.11265301266091049f,0.5129937835138818f,0.8509680821361829f,1.3605607252529115f,0.10085330321389141f,0.8460935639270953f,-0.5234064312864268f,-0.08346191984765866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221019f,-0.011632222243248905f,0.043577871373827064f,0.07741431914167732f,0.031016159045139616f,0.5243007925452272f,0.8509680821361829f,1.3694169016690239f,-0.03274656235205088f,0.8514536806791844f,-0.5234064312864268f,-0.07865340838552684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.974718781937128f,0.2139958212197077f,0.06425795390069935f,0.05652738611419833f,0.11314245178677344f,0.22473003154195603f,0.9678301496269007f,1.3983106055548287f,0.19267091566367545f,0.9506325270174878f,-0.24326059449418969f,-0.10619883396926905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9931409945986932f,-0.09768254812408542f,0.06425795390069935f,0.08528138157725101f,0.03815946714853875f,0.2486939012925538f,0.9678301496269007f,1.3991521831163163f,-0.11052067641151253f,0.9636438466839683f,-0.24326059449418969f,-0.09525510895816151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.05888156633778677f,0.06425795390069935f,0.14198279464366223f,0.07659395819340353f,0.2396626108541715f,0.9678301496269007f,1.4518999535043389f,0.04158712615897783f,0.9690690347463233f,-0.24326059449418969f,0.0011205467159486893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.07547908730517197f,0.043577871373827064f,0.12499999999999857f,0.07659395819340353f,0.5196024333600968f,0.8509680821361829f,1.3349894059983172f,0.04158712615897783f,0.851067693327531f,-0.5234064312864268f,-0.19036968428274548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039302f,-0.14478625334353862f,-0.0435778713738311f,-0.19259933110853844f,-0.11265301266091533f,0.512993783513881f,0.8509680821361827f,1.3605607252529106f,-0.10085330321389166f,0.8460935639270953f,-0.5234064312864268f,-0.08346191984765872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221017f,0.01163222224324613f,-0.0435778713738311f,-0.07741431914168038f,-0.031016159045144508f,0.5243007925452271f,0.8509680821361827f,1.3694169016690234f,0.03274656235205063f,0.8514536806791844f,-0.5234064312864268f,-0.07865340838552687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371274f,-0.213995821219709f,-0.06425795390070405f,-0.05652738611420155f,-0.1131424517867782f,0.22473003154195492f,0.9678301496269004f,1.3983106055548282f,-0.1926709156636757f,0.9506325270174877f,-0.24326059449418969f,-0.10619883396926907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,0.09768254812408395f,-0.06425795390070405f,-0.08528138157725423f,-0.03815946714854362f,0.24869390129255425f,0.9678301496269004f,1.3991521831163156f,0.11052067641151228f,0.9636438466839684f,-0.24326059449418969f,-0.09525510895816156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.05888156633778818f,-0.06425795390070405f,-0.14198279464366573f,-0.07659395819340842f,0.23966261085417118f,0.9678301496269004f,1.451899953504338f,-0.04158712615897808f,0.9690690347463233f,-0.24326059449418969f,0.0011205467159486338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.07547908730517472f,-0.0435778713738311f,-0.12500000000000144f,-0.07659395819340842f,0.5196024333600964f,0.8509680821361827f,1.3349894059983165f,-0.04158712615897808f,0.851067693327531f,-0.5234064312864268f,-0.19036968428274553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.210916222958495e-15f,-1.061077840468358e-15f,-2.677369339328271e-16f,-2.4492935982947065e-15f,0.8788171126619653f,0.4771587602596087f,0.8696844245009467f,-1.2246467991473586e-16f,0.4771587602596087f,-0.8788171126619653f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0504466922940297e-15f,-2.215987020522138e-15f,1.2618057567743406e-16f,-2.4492935982947065e-15f,0.3826834323650895f,0.9238795325112868f,0.7261781373640381f,-1.2246467991473586e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211056f,-0.01886395531279419f,0.16765889501569187f,-0.007596123493898392f,-0.13084998461222436f,0.9913730783286613f,0.5978126230245473f,-0.0868240888334653f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879546f,0.018120697839140967f,0.1375000000000002f,-0.007596123493898392f,0.2920472982422944f,0.9563737106891018f,0.710040213430493f,-0.0868240888334653f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.1090650630391444f,0.05437783451250272f,-0.13408782206056025f,0.010621613142642587f,-0.3670826169751703f,0.9301276974958372f,0.47187597237330015f,0.12140559376013f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291184756f,-0.11874584002900675f,-0.13750000000000004f,0.010621613142642587f,0.9512026547780754f,-0.30838399906186637f,0.8061570833374577f,0.12140559376013f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482275f,0.3007057995042713f,-1.5644283375227884e-15f,1.2470586316893954e-16f,0.22170357102186714f,0.7031538935183255f,0.6755902076156605f,0.7321822537406167f,0.20315389351832489f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482264f,-0.30070579950427484f,-1.5644283375227884e-15f,1.2470586316893954e-16f,-0.2217035710218718f,0.7031538935183239f,0.6755902076156605f,0.7321822537406167f,-0.2031538935183251f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.8885445997459884e-15f,-1.5644283375227884e-15f,1.2470586316893954e-16f,-2.4492935982947065e-15f,0.7372773368101238f,0.6755902076156605f,0.7321822537406167f,-1.2246467991473586e-16f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427306f,-2.452304247819929e-15f,1.26527118043298e-16f,-0.013116602751582334f,-0.041600549111573404f,0.9990482215818577f,0.7301949789408885f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427306f,-2.452304247819929e-15f,1.26527118043298e-16f,0.013116602751577661f,-0.041600549111574875f,0.9990482215818577f,0.7301949789408885f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.5511434439953493e-17f,-2.452304247819929e-15f,1.26527118043298e-16f,-2.4492935982947065e-15f,-0.04361938736533616f,0.9990482215818577f,0.7301949789408885f,-1.2246467991473586e-16f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859088f,0.3420201433256679f,-2.299106982567985e-15f,-0.18124999999999994f,0.1028474406453089f,0.28257102082169294f,0.9537169507482269f,0.7565067363975119f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859081f,-0.34202014332566943f,-2.299106982567985e-15f,0.18125000000000005f,-0.10284744064531351f,0.2825710208216913f,0.9537169507482269f,0.7565067363975128f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.573962051460746e-16f,-2.38816795870031e-15f,-0.007812499999999837f,-2.4492935982947065e-15f,-0.27563735581699944f,0.9612616959383188f,0.7205261387298202f,-1.2246467991473586e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.354686676010215e-16f,-2.4292997965529175e-15f,8.878689293818311e-17f,-2.4492935982947065e-15f,0.08715574274765796f,0.9961946980917455f,0.74f,-1.2246467991473586e-16f,0.9961946980917455f,-0.08715574274765796f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.671338203219738e-15f,1f,-0.7968750000000007f,-2.2204460492503185e-16f,-1f,2.671338203219738e-15f,1.0243749999999978f,1f,-2.2204460492503099e-16f,3.445092848397672e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.671338203219738e-15f,1f,-0.7968750000000007f,-2.2204460492503185e-16f,-1f,2.671338203219738e-15f,1.0243749999999978f,1f,-2.2204460492503099e-16f,3.445092848397672e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.671338203219738e-15f,1f,-0.9468750000000007f,-2.2204460492503185e-16f,-1f,2.671338203219738e-15f,1.0243749999999974f,1f,-2.2204460492503099e-16f,3.445092848397672e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.2272489933696752e-15f,-1f,0.7968749999999993f,-2.2204460492503185e-16f,1f,-2.2272489933696752e-15f,1.0243750000000018f,1f,2.2204460492503104e-16f,-3.445092848397671e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.2272489933696752e-15f,-1f,0.7968749999999993f,-2.2204460492503185e-16f,1f,-2.2272489933696752e-15f,1.024375000000002f,1f,2.2204460492503104e-16f,-3.445092848397671e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-2.2272489933696752e-15f,-1f,0.9468749999999994f,-2.2204460492503185e-16f,1f,-2.2272489933696752e-15f,1.0243750000000023f,1f,2.2204460492503104e-16f,-3.445092848397671e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135106236677393e-21f,-3.8270212473354793e-20f,-0.007217499999998248f,-3.8270212473354793e-20f,-3.469446951953614e-21f,0.000015625f,0.05249999999999999f,-1.913510623667748e-21f,0.000015625f,3.46944695195361e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156.mcfunction new file mode 100644 index 000000000..83f0c9f6b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156_as_bone.mcfunction new file mode 100644 index 000000000..0c36de576 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_156_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.510216930174307f,-0.08996501080397809f,-0.6312918702462365f,0.06156067158363476f,-0.6209478591041703f,0.25403601696498607f,0.4656542739017409f,1.0750721611379368f,0.14507544548233728f,0.770919219737094f,-0.22711476438685363f,-0.7525428331170186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4954845042181336f,0.10984627000744264f,-0.6184083626901908f,0.06156067158363476f,-0.466741854236599f,0.4626858461744118f,0.45615112545476666f,1.0750721611379368f,0.42029412032943325f,0.6433161001524218f,-0.2224797691952852f,-0.7525428331170186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.51021693017431f,0.08996501080397694f,0.6312918702462341f,-0.061560671583636165f,0.6209478591041677f,0.2540360169649865f,0.46565427390174396f,1.0750721611379366f,-0.14507544548233717f,0.770919219737094f,-0.22711476438685374f,-0.7525428331170186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4954845042181359f,-0.10984627000744479f,0.6184083626901886f,-0.061560671583636165f,0.46674185423659653f,0.4626858461744113f,0.45615112545476966f,1.0750721611379366f,-0.4202941203294332f,0.6433161001524218f,-0.2224797691952853f,-0.7525428331170186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5514735448925006f,-0.1462955477676939f,0.11372643581000627f,-0.1189751909345686f,0.10442919164459755f,-0.10186392451153853f,-1.5556749451011815f,0.8080637650455749f,0.15307068116119785f,1.5522975241835748f,-0.09136746128895637f,0.33156431724361907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4585420833171302f,0.8877375233106962f,-0.040758404450821885f,-0.33288569773161086f,-0.08230070099164949f,0.08808852001586509f,0.9927069090409806f,0.8506086897801312f,0.8848535203317376f,-0.4518434489373562f,0.11345371394945855f,-0.001831130311808593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.10401122336707937f,0.9933308927042294f,-0.04975342212453244f,-0.29843750000000024f,-0.10081237180854918f,0.0392375012690834f,0.9941314219883072f,0.8842707596279622f,0.9894536528327228f,0.1084165858786241f,0.09605890277535212f,-0.32848369436519614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.41915402345681985f,-0.9069472685287024f,0.04191129595092289f,0.3317597291147275f,0.0865750878133976f,0.0858779905322894f,0.9925370143789292f,0.8515273708747919f,-0.9037779919814726f,-0.4123974088794232f,0.11451514467298937f,-0.0034752666986232472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10470222428559027f,-0.9932392213212702f,0.05013275833990551f,0.2984374999999998f,0.10156750087269212f,0.03946672446433776f,0.9940454820713849f,0.8842707596279638f,-0.9893035363305471f,0.10917063199035457f,0.09674857164165757f,-0.32848369436519614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.387211620069551e-15f,5.178701487209927e-16f,-0.1562499999999992f,-2.441743243541578e-15f,0.9708212084269279f,-0.2398044646550169f,0.4632071755325635f,6.970468097946737e-17f,-0.2398044646550169f,-0.9708212084269279f,-0.49739097171170843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.403676281587337e-15f,-4.3509670564814095e-16f,-0.15624999999999964f,-2.441743243541578e-15f,0.9886910398241674f,0.14996675555404454f,0.6495240377218077f,6.970468097946737e-17f,0.14996675555404454f,-0.9886910398241674f,-0.4754515240442261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.30979545046557e-15f,7.948671504974576e-16f,0.1562500000000008f,-2.441743243541578e-15f,0.9359059267573255f,-0.3522500479212338f,0.4635103162471774f,6.970468097946737e-17f,-0.3522500479212338f,-0.9359059267573255f,-0.49982790448018094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.3977751128976334e-15f,-4.665225802682379e-16f,0.15625000000000036f,-2.441743243541578e-15f,0.9866433320848791f,0.16289547339458832f,0.6495240377218084f,6.970468097946737e-17f,0.16289547339458832f,-0.9866433320848791f,-0.4754515240442261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.1398645549972776e-15f,-1.178112259590611e-15f,0.2937499999999986f,-2.441743243541578e-15f,0.8894163732912977f,0.45709792705869373f,1.35452488499544f,6.970468097946737e-17f,0.45709792705869373f,-0.8894163732912977f,-0.14231162995967866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.1398645549972776e-15f,-1.178112259590611e-15f,0.33124999999999877f,-2.441743243541578e-15f,0.8894163732912977f,0.45709792705869373f,1.2862007689957804f,6.970468097946737e-17f,0.45709792705869373f,-0.8894163732912977f,-0.28283165583807457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.1398645549972776e-15f,-1.178112259590611e-15f,-0.2937500000000014f,-2.441743243541578e-15f,0.8894163732912977f,0.45709792705869373f,1.3545248849954385f,6.970468097946737e-17f,0.45709792705869373f,-0.8894163732912977f,-0.1423116299596786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.1398645549972776e-15f,-1.178112259590611e-15f,-0.3312500000000012f,-2.441743243541578e-15f,0.8894163732912977f,0.45709792705869373f,1.2862007689957788f,6.970468097946737e-17f,0.45709792705869373f,-0.8894163732912977f,-0.28283165583807446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9884250934420877f,0.1458984084623181f,0.04158712615897589f,0.1927834808999f,0.11643102484423909f,0.5537788540614931f,0.8244833517106698f,1.412409137800568f,0.09726073775023594f,0.8197820656750805f,-0.5643560167923946f,-0.08273768042176874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990794798224335f,-0.010521593775334667f,0.04158712615897589f,0.0775984689330419f,0.028367466936495993f,0.5651747425102674f,0.8244833517106698f,1.4213721270229642f,-0.032178872219867226f,0.8249041195756509f,-0.5643560167923946f,-0.0781313296541907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9743101357755041f,0.21657591154162706f,0.061762722292918695f,0.05653783990360407f,0.12368602954855155f,0.28539430004762295f,0.9503956331943253f,1.4472345277997984f,0.18820607168641953f,0.9336192843125299f,-0.3048499738233966f,-0.10600075551663013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9935496407603172f,-0.09510245780216606f,0.061762722292918695f,0.08532448851006084f,0.029440715564366518f,0.3096471938710504f,0.9503956331943253f,1.4488197084883727f,-0.10950961424506542f,0.9460835786799024f,-0.3048499738233966f,-0.09522663424420393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.06149381781011326f,0.061762722292918695f,0.14223364059351462f,0.07751774462612902f,0.30122938049472536f,0.9503956331943253f,1.5077117697619777f,0.039838709341215396f,0.9515667978118512f,-0.3048499738233966f,-0.002605264899228965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.07659395819340467f,0.04158712615897589f,0.12499999999999861f,0.07751774462612902f,0.5605516943333759f,0.8244833517106698f,1.3815876385369683f,0.039838709341215396f,0.8245696838644072f,-0.5643560167923946f,-0.1881334437687203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9884250934420872f,-0.14589840846232066f,-0.04158712615898f,-0.19278348089990294f,-0.11643102484424389f,0.5537788540614923f,0.8244833517106696f,1.4124091378005672f,-0.0972607377502358f,0.8197820656750805f,-0.5643560167923946f,-0.08273768042176873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9990794798224333f,0.010521593775332017f,-0.04158712615898f,-0.07759846893304487f,-0.028367466936500878f,0.5651747425102674f,0.8244833517106696f,1.4213721270229638f,0.032178872219867365f,0.8249041195756509f,-0.5643560167923946f,-0.07813132965419071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9743101357755035f,-0.21657591154162828f,-0.06176272229292337f,-0.056537839903607195f,-0.12368602954855629f,0.28539430004762184f,0.950395633194325f,1.447234527799798f,-0.1882060716864194f,0.9336192843125299f,-0.3048499738233966f,-0.10600075551663013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9935496407603168f,0.09510245780216467f,-0.06176272229292337f,-0.08532448851006397f,-0.02944071556437136f,0.30964719387105083f,0.950395633194325f,1.448819708488372f,0.10950961424506556f,0.9460835786799024f,-0.3048499738233966f,-0.09522663424420394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.06149381781011458f,-0.06176272229292337f,-0.142233640593518f,-0.07751774462613388f,0.30122938049472503f,0.950395633194325f,1.5077117697619768f,-0.03983870934121526f,0.9515667978118512f,-0.3048499738233966f,-0.002605264899228965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.07659395819340728f,-0.04158712615898f,-0.1250000000000014f,-0.07751774462613388f,0.5605516943333755f,0.8244833517106696f,1.3815876385369676f,-0.03983870934121526f,0.8245696838644072f,-0.5643560167923946f,-0.1881334437687203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.1398645549972776e-15f,-1.178112259590611e-15f,-2.5364981737840974e-16f,-2.441743243541578e-15f,0.8894163732912977f,0.45709792705869373f,0.9114774370045935f,6.970468097946737e-17f,0.45709792705869373f,-0.8894163732912977f,-0.39460186972094785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0077396335722757e-15f,-2.2251808108239225e-15f,1.242525452111937e-16f,-2.441743243541578e-15f,0.43837114678907774f,0.8987940462991669f,0.7470882569586894f,6.970468097946737e-17f,0.8987940462991669f,-0.43837114678907774f,-0.7316496370831355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9960021831417567f,-0.08779734867242503f,-0.016470480956768212f,0.16718845184165487f,-0.016087237183021817f,-0.0050709321441117505f,0.9998577331035685f,0.5435779028832406f,-0.08786837870742717f,0.9961254495359921f,0.003638242713965234f,-1.3562198474001073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9960021831417567f,-0.08632530567007575f,0.022969387841704162f,0.13687500000000022f,-0.016087237183021817f,0.42626758369690354f,0.9044540606846876f,0.703314865327272f,-0.08786837870742717f,0.9004687050032174f,-0.42595217963188875f,-1.0418571811320527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9922236974107375f,0.11287453561051329f,0.052454489867656884f,-0.13448310907281202f,0.02241533005180423f,-0.2524947747372447f,0.967338586901741f,0.4678202197289436f,0.12243237837775527f,0.960992054046806f,0.24800117899652646f,-0.9486405609177299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9922236974107375f,-0.023162804020427544f,-0.12229316745622552f,-0.13687500000000002f,0.02241533005180423f,0.9332141490816681f,-0.35862083728144845f,0.7971171006142947f,0.12243237837775527f,-0.358573334847545f,-0.9254379915807849f,-1.0283138406408068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.956304755963036f,0.292371704722735f,-1.5704942844481417e-15f,1.261113455217601e-16f,0.2292090108658381f,0.7497088933706946f,0.6208057703813592f,0.7432397499168911f,0.18150604138810994f,0.5936795107449899f,-0.7839644095628369f,-0.8397953978920438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9563047559630349f,-0.2923645798305319f,0.002041122974426615f,1.2710184593359376e-16f,-0.22920901086584275f,0.7540246301713114f,0.6155567288503306f,0.7427821893453083f,-0.18150604138810983f,0.5881919835865956f,-0.7880899361012573f,-0.8416137122514068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.870966732052474e-15f,-1.5704942844481417e-15f,1.261113455217601e-16f,-2.441743243541578e-15f,0.7839644095628369f,0.6208057703813592f,0.7432397499168911f,6.970468097946737e-17f,0.6208057703813592f,-0.7839644095628369f,-0.8397953978920438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9569403357322088f,0.2902846772544624f,-2.4420449804217195e-15f,1.2768017971078272e-16f,0.015192326166784302f,0.05008238753798964f,0.9986295347545739f,0.7433096450891729f,0.28988685219300553f,0.9556288822601415f,-0.052335956242943904f,-0.8148401118301196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9569403357322088f,-0.2902846772544625f,-2.4420449804217195e-15f,1.2768017971078272e-16f,-0.015192326166788976f,0.05008238753798822f,0.9986295347545739f,0.7433096450891729f,-0.2898868521930054f,0.9556288822601415f,-0.052335956242943904f,-0.8148401118301196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.818181441375443e-17f,-2.4420449804217195e-15f,1.2768017971078272e-16f,-2.441743243541578e-15f,0.052335956242943904f,0.9986295347545739f,0.7433096450891729f,6.970468097946737e-17f,0.9986295347545739f,-0.052335956242943904f,-0.8148401118301196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9433675007898256f,0.3317495417533513f,-2.2863258533848268e-15f,-0.18187499999999995f,0.12561650529220778f,0.35720479982928854f,0.9255405040175664f,0.7747820795982712f,0.30704763808199426f,0.8731248321548067f,-0.37864861735243316f,-0.7372795476227078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9433675007898249f,-0.3317463837368188f,0.0014475258557405334f,0.18187500000000006f,-0.12561650529221238f,0.36123981897163115f,0.9239730985193859f,0.7754070775764543f,-0.30704763808199415f,0.8714643596079455f,-0.3824547265773849f,-0.7372768447375263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.644299493730796e-16f,-2.398181317593962e-15f,-0.00781249999999983f,-2.441743243541578e-15f,-0.1620344027434902f,0.9867851094982942f,0.7231058022456116f,6.970468097946737e-17f,0.9867851094982942f,0.1620344027434902f,-0.9251933623060467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-3.7116843353644392e-16f,-2.4143742054365756e-15f,8.638769147985337e-17f,-2.441743243541578e-15f,0.18008996406516997f,0.9836501435180122f,0.763344653591423f,6.970468097946737e-17f,0.9836501435180122f,-0.18008996406516997f,-0.7054090333637408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.07799276139945563f,0.09972531364960972f,0.9919536234052349f,-0.7411097143094011f,-0.030778938864448546f,-0.9947509862180355f,0.09758653770179693f,0.9736087353937868f,0.9964786932452024f,-0.02292023638038261f,0.08065281565203557f,0.056097934022422864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.07799276139945563f,0.09972531364960972f,0.9919536234052349f,-0.7484215356906f,-0.030778938864448546f,-0.9947509862180355f,0.09758653770179693f,0.9707232098752447f,0.9964786932452024f,-0.02292023638038261f,0.08065281565203557f,0.1495178115141606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.07799276139945563f,0.09972531364960972f,0.9919536234052349f,-0.8935586685107858f,-0.030778938864448546f,-0.9947509862180355f,0.09758653770179693f,0.9575279919792462f,0.9964786932452024f,-0.02292023638038261f,0.08065281565203557f,0.0907099504204864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1474861777383908f,0.08556844592439466f,-0.9853557065538332f,0.778930810975929f,0.019065333540035163f,0.9963114389147838f,0.08366618041096627f,1.129761323129063f,0.9888803468737395f,-0.006446530046241794f,-0.1485735569246287f,0.2681981859509346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.09571451991568333f,0.08556844592439466f,-0.9917241409481743f,0.7903347515240697f,0.01466045560602353f,0.9963114389147838f,0.0845493212804039f,1.1281798848434383f,0.99530085990053f,-0.006446530046241794f,-0.09661594346498319f,0.17515780927003743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12164203251350189f,0.08556844592439466f,-0.9888787878137888f,0.9329645994220677f,0.016868675046663277f,0.9963114389147838f,0.08413658235109878f,1.1163501166335859f,0.9924306845962365f,-0.006446530046241794f,-0.12263677475459255f,0.2400735138236749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9076119090168577e-21f,-3.81200801601562e-20f,-0.007217499999998256f,-3.8152238180337156e-20f,0.0000012259233707475805f,0.000015576833339580127f,0.09099780777994637f,1.0891356403041778e-21f,0.000015576833339580127f,-0.0000012259233707475805f,-0.4858580052777658f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157.mcfunction new file mode 100644 index 000000000..509e9d3aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157_as_bone.mcfunction new file mode 100644 index 000000000..27d986735 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_157_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5302852443451381f,-0.09350359604962959f,-0.6140025094411662f,0.059065418489992444f,-0.5961137397695783f,0.303238720360605f,0.46865673170929134f,1.1394856732221617f,0.17432846391851553f,0.7524943856563282f,-0.2651532211155662f,-0.7293271733098752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5149733492747469f,0.11416684293756908f,-0.6014718459831833f,0.059065418489992444f,-0.42582156625790585f,0.49790586046147467f,0.4590923086131834f,1.1394856732221617f,0.43986184563611963f,0.6156749841367496f,-0.25974193088871794f,-0.7293271733098752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5302852443451409f,0.09350359604962849f,0.6140025094411637f,-0.05906541848999382f,0.5961137397695758f,0.30323872036060545f,0.4686567317092943f,1.1394856732221612f,-0.1743284639185153f,0.7524943856563282f,-0.26515322111556655f,-0.7293271733098752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.514973349274749f,-0.11416684293757115f,0.6014718459831808f,-0.05906541848999382f,0.4258215662579034f,0.49790586046147417f,0.4590923086131863f,1.1394856732221612f,-0.4398618456361194f,0.6156749841367497f,-0.2597419308887183f,-0.7293271733098752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.521613638451182f,-0.30170271502400703f,0.18727962256075245f,-0.24174602109177912f,0.1473507983201244f,-0.2133131827487538f,-1.5408411593347378f,0.9179436149638066f,0.3230881110684469f,1.518182863759415f,-0.1792794318193901f,0.3835829982908912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2838230721209896f,0.9498534464744065f,-0.13123602383680685f,-0.3845801299033975f,-0.047017322902345775f,0.15048566040722836f,0.9874935125654734f,0.9443150893154237f,0.9577232559977332f,-0.27410307592672467f,0.08737086864972876f,0.02126048835535177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.25887774375720585f,0.9553739443431529f,-0.14227768713815991f,-0.2984375000000002f,-0.08563064504273415f,0.12401922369772933f,0.988578082289395f,0.9735331513433458f,0.9621069100763925f,0.26810419359573284f,0.049703470297737085f,-0.29828911222545645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1997025608160878f,-0.9704355711499806f,0.13554958299569847f,0.3819479800525868f,0.06118632602238076f,0.15041654205465627f,0.9867274686478544f,0.9462499375732654f,-0.9779443341578187f,-0.18875822133917997f,0.08941595587751347f,0.01832531001327714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26001927983290674f,-0.9549132307774397f,0.14328536492387747f,0.29843749999999986f,0.08727114962536603f,0.12454180485716149f,0.9883689014158568f,0.9735331513433472f,-0.9616515588082012f,0.2694996484767891f,0.05095310503436995f,-0.29828911222545657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.402523792066025e-15f,3.847993104397589e-16f,-0.1562499999999992f,-2.4191387297299934e-15f,0.9647873238288132f,-0.26303121445797417f,0.5430150317288838f,2.606892538609564e-16f,-0.26303121445797417f,-0.9647873238288132f,-0.44319338724359186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.36689887875201e-15f,-5.638978440468678e-16f,-0.15624999999999964f,-2.4191387297299934e-15f,0.992004949679715f,0.1261989691358304f,0.7298047033509293f,2.606892538609564e-16f,0.1261989691358304f,-0.992004949679715f,-0.42573111146612186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.349140034766154e-15f,6.338234595035903e-16f,0.1562500000000008f,-2.4191387297299934e-15f,0.9320078692827988f,-0.36243803828370086f,0.5435361489745381f,2.606892538609564e-16f,-0.36243803828370086f,-0.9320078692827988f,-0.448076986936308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.351326676906344e-15f,-6.256627999384302e-16f,0.15625000000000036f,-2.4191387297299934e-15f,0.9883615104677606f,0.15212338618991744f,0.7298047033509301f,2.606892538609564e-16f,0.15212338618991744f,-0.9883615104677606f,-0.42573111146612197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.06228553040566e-15f,-1.2911891696562788e-15f,0.2937499999999988f,-2.4191387297299934e-15f,0.8995577789551801f,0.43680178836770284f,1.4448624645930617f,2.606892538609564e-16f,0.43680178836770284f,-0.8995577789551801f,-0.11885039313364082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.06228553040566e-15f,-1.2911891696562788e-15f,0.3312499999999989f,-2.4191387297299934e-15f,0.8995577789551801f,0.43680178836770284f,1.3733679098831364f,2.606892538609564e-16f,0.43680178836770284f,-0.8995577789551801f,-0.2577841584566518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.06228553040566e-15f,-1.2911891696562788e-15f,-0.29375000000000123f,-2.4191387297299934e-15f,0.8995577789551801f,0.43680178836770284f,1.4448624645930601f,2.606892538609564e-16f,0.43680178836770284f,-0.8995577789551801f,-0.11885039313364065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.06228553040566e-15f,-1.2911891696562788e-15f,-0.3312500000000011f,-2.4191387297299934e-15f,0.8995577789551801f,0.43680178836770284f,1.3733679098831348f,2.606892538609564e-16f,0.43680178836770284f,-0.8995577789551801f,-0.25778415845665165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883509857537665f,0.1469581977800572f,0.03956787920517865f,0.19296277987512317f,0.1200755492410026f,0.5932270174743822f,0.7960298789699547f,1.5068674253379655f,0.09351038142382685f,0.7915080503972697f,-0.6039625938104807f,-0.06164668289424924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999172072097706f,-0.009463259226138568f,0.03956787920517865f,0.07777776790826506f,0.025796068849878936f,0.6047073627954036f,0.7960298789699547f,1.5159326133869122f,-0.03146002498201505f,0.7963915193583163f,-0.6039625938104807f,-0.05724486408471288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9739180162199559f,0.2190516569794036f,0.05916138315458533f,0.056552674029084246f,0.13399533048385315f,0.3448344917467579f,0.9290502810452609f,1.5388200628087843f,0.18310911798899832f,0.9127461557718733f,-0.36519242329620993f,-0.0851866889900665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9939417603158653f,-0.09262671236438953f,0.05916138315458533f,0.08537065520949197f,0.02087741401339545f,0.3693639247054796f,0.9290502810452609f,1.5411343982518415f,-0.10790695382741688f,0.9246570084537994f,-0.36519242329620993f,-0.07463048526227359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.06400042372619075f,0.05916138315458533f,0.1424726754669438f,0.07840162636927002f,0.36155049477545353f,0.9290502810452609f,1.6059142261233097f,0.038069784298692795f,0.9301533128955102f,-0.36519242329620993f,0.013848764930698337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.07765633540864521f,0.03956787920517865f,0.12499999999999867f,0.07840162636927002f,0.6001579931732417f,0.7960298789699547f,1.4708786776593306f,0.038069784298692795f,0.7961029310341518f,-0.6039625938104807f,-0.16527439455198553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883509857537659f,-0.14695819778005967f,-0.039567879205182815f,-0.19296277987512594f,-0.12007554924100738f,0.5932270174743814f,0.7960298789699545f,1.5068674253379646f,-0.09351038142382634f,0.7915080503972697f,-0.6039625938104807f,-0.061646682894249155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991720720977058f,0.009463259226136028f,-0.039567879205182815f,-0.07777776790826789f,-0.025796068849883794f,0.6047073627954035f,0.7960298789699545f,1.515932613386912f,0.031460024982015555f,0.7963915193583162f,-0.6039625938104807f,-0.057244864084712854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9739180162199552f,-0.21905165697940476f,-0.05916138315459002f,-0.0565526740290872f,-0.1339953304838579f,0.34483449174675695f,0.9290502810452606f,1.5388200628087843f,-0.18310911798899782f,0.9127461557718735f,-0.36519242329620993f,-0.08518668899006647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9939417603158651f,0.09262671236438819f,-0.05916138315459002f,-0.08537065520949493f,-0.020877414013400243f,0.3693639247054801f,0.9290502810452606f,1.5411343982518413f,0.10790695382741738f,0.9246570084537993f,-0.36519242329620993f,-0.07463048526227356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.06400042372619202f,-0.05916138315459002f,-0.14247267546694703f,-0.07840162636927485f,0.3615504947754533f,0.9290502810452606f,1.6059142261233093f,-0.03806978429869228f,0.9301533128955102f,-0.36519242329620993f,0.013848764930698393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.0776563354086477f,-0.039567879205182815f,-0.12500000000000133f,-0.07840162636927485f,0.6001579931732413f,0.7960298789699545f,1.4708786776593301f,-0.03806978429869228f,0.7961029310341518f,-0.6039625938104807f,-0.16527439455198548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.06228553040566e-15f,-1.2911891696562788e-15f,-2.421007605483198e-16f,-2.4191387297299934e-15f,0.8995577789551801f,0.43680178836770284f,0.9962052600583097f,2.606892538609564e-16f,0.43680178836770284f,-0.8995577789551801f,-0.3610241304980839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.643485287096143e-16f,-2.2338807031562425e-15f,1.1952993771778557e-16f,-2.4191387297299934e-15f,0.4924235601034663f,0.8703556959399001f,0.8115464250195098f,2.606892538609564e-16f,0.8703556959399001f,-0.4924235601034663f,-0.6874075164755464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9958049275746618f,-0.09043667803240543f,-0.013919536072937694f,0.16660359312201478f,-0.024837240533378706f,0.12074388395051872f,0.9923729268632991f,0.5373116495277336f,-0.08806621202657615f,0.9885555734277192f,-0.12248355213776019f,-1.2777570979722928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9958049275746618f,-0.08712138061290917f,0.0279716152219244f,0.13625000000000023f,-0.024837240533378706f,0.5515802762218818f,0.83375194774326f,0.740604704415748f,-0.08806621202657615f,0.8295595602023361f,-0.5514302117006257f,-0.9918697125822898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9918944425900297f,0.11665812555576922f,0.05036165705006794f,-0.13492210368654384f,0.03449047452067759f,-0.13427637385719843f,0.9903435073705993f,0.5083568519262629f,0.1222939979163032f,0.9840532186653199f,0.12916439489298498f,-0.8852810526218259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9918944425900297f,-0.018671671019828594f,-0.1256852555407418f,-0.13625f,0.03449047452067759f,0.9124434238635838f,-0.40774674175943904f,0.8312088882379862f,0.1222939979163032f,-0.40877667123923234f,-0.9044035665145398f,-0.9871049615477052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9588197348681936f,0.2840153447039209f,-1.5769862628191129e-15f,1.2461476536657562e-16f,0.23476417252708498f,0.7925505641028974f,0.5628049276950695f,0.7978761216599578f,0.1598452355403817f,0.539628471555099f,-0.8265897491271881f,-0.7947595927156611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9588197348681925f,-0.2839876600268266f,0.003965473461839111f,1.2652724994437018e-16f,-0.2347641725270896f,0.8003312933477217f,0.5516843338232781f,0.796701778793757f,-0.1598452355403812f,0.5280348755914241f,-0.8340435665084824f,-0.7983209736244006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.852918079041282e-15f,-1.5769862628191129e-15f,1.2461476536657562e-16f,-2.4191387297299934e-15f,0.8265897491271881f,0.5628049276950695f,0.7978761216599578f,2.606892538609564e-16f,0.5628049276950695f,-0.8265897491271881f,-0.7947595927156611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9600498543859287f,0.279829014030992f,-2.4310989044771657e-15f,1.2595185865399658e-16f,0.041361361780897804f,0.14190440363185197f,0.9890158633619173f,0.8000030927662055f,0.276755333905576f,0.9495045356059821f,-0.14780941112960932f,-0.7698927009218823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9600498543859287f,-0.2798290140309922f,-2.4310989044771657e-15f,1.2595185865399658e-16f,-0.04136136178090245f,0.14190440363185064f,0.9890158633619173f,0.8000030927662055f,-0.27675533390557544f,0.9495045356059824f,-0.14780941112960932f,-0.7698927009218823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-9.974566360575361e-17f,-2.4310989044771657e-15f,1.2595185865399658e-16f,-2.4191387297299934e-15f,0.14780941112960932f,0.9890158633619173f,0.8000030927662055f,2.606892538609564e-16f,0.9890158633619173f,-0.14780941112960932f,-0.7698927009218823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.946930129495106f,0.3214394653031608f,-2.2738188357432507e-15f,-0.1824999999999999f,0.14593046348899244f,0.4298972827079166f,0.8910065241883686f,0.8358529116530724f,0.286404660716738f,0.8437209233306757f,-0.45399049973954575f,-0.6984797582771133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9469301294951054f,-0.32142722587326933f,0.0028050529045441004f,0.18250000000000005f,-0.14593046348899705f,0.437656313599281f,0.8872210834919191f,0.837099062143602f,-0.28640466071673754f,0.8397270328113192f,-0.46133597376058627f,-0.6985778809973993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.7225871648184104e-16f,-2.4044988103056983e-15f,-0.007812499999999827f,-2.4191387297299934e-15f,-0.046234737024331396f,0.9989306027408966f,0.7692115667346363f,2.606892538609564e-16f,0.9989306027408966f,0.046234737024331396f,-0.879071216807093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-4.057503676182589e-16f,-2.3990743464794654e-15f,8.131931821598812e-17f,-2.4191387297299934e-15f,0.27144044986507304f,0.9624552364536477f,0.8298615422513635f,2.606892538609564e-16f,0.9624552364536477f,-0.27144044986507304f,-0.6640226249119812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.15272634359471962f,0.2132835533491302f,0.9649791654968289f,-0.685497202643998f,-0.06292885425934583f,-0.9765514427718404f,0.20588161385088058f,0.9460149813748601f,0.986262958482064f,-0.02928148717203019f,0.1625668208313141f,-0.02847507716801928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15272634359471962f,0.2132835533491302f,0.9649791654968289f,-0.699815297356003f,-0.06292885425934583f,-0.9765514427718404f,0.20588161385088058f,0.9401154012880464f,0.986262958482064f,-0.02928148717203019f,0.1625668208313141f,0.06398707518967423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15272634359471962f,0.2132835533491302f,0.9649791654968289f,-0.8374031248245248f,-0.06292885425934583f,-0.9765514427718404f,0.20588161385088058f,0.9121829492538212f,0.986262958482064f,-0.02928148717203019f,0.1625668208313141f,-0.006629024113869647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2899675434736897f,0.15201802492701538f,-0.944885889316336f,0.7611350009464732f,0.03805040144738856f,0.9883545423918987f,0.14733453594793447f,1.27578030638885f,0.9562797659061528f,0.0067689460471993534f,-0.2923750856141535f,0.2756393263434577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1896116009572097f,0.15201802492701538f,-0.9700195672664201f,0.7836461240535253f,0.02244130473809018f,0.9883545423918987f,0.1505047719341576f,1.2729408663074575f,0.9816026836883118f,0.0067689460471993534f,-0.1908149699193279f,0.18467642502383552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24011864647522277f,0.15201802492701538f,-0.9587666847112473f,0.9162055652066864f,0.030287360868184898f,0.9883545423918987f,0.1491240232321438f,1.2519919828633321f,0.9702709474093035f,0.0067689460471993534f,-0.24192657973621398f,0.26644686264407874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.8899521326015572e-21f,-3.797087346259254e-20f,-0.007217499999998268f,-3.779904265203115e-20f,0.0000024442885162535897f,0.000015432630321799032f,0.17681309251085164f,4.0732695915774434e-21f,0.000015432630321799032f,-0.0000024442885162535897f,-0.3923966738363075f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158.mcfunction new file mode 100644 index 000000000..83668cd46 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158_as_bone.mcfunction new file mode 100644 index 000000000..eeced4a72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_158_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5497857157941278f,-0.09694205530262154f,-0.5960556593699001f,0.05664076979771214f,-0.5695365404464283f,0.35122546694119566f,0.46820214108085556f,1.2417197299340705f,0.20076912175306452f,0.7308812172508518f,-0.30405402556924094f,-0.696362458403121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5339107479702814f,0.11836516315271048f,-0.5838912581582696f,0.05664076979771214f,-0.38377957764504844f,0.5313719690048015f,0.4586469953445116f,1.2417197299340705f,0.4556890924571302f,0.5862026259816588f,-0.29784884137395035f,-0.696362458403121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5497857157941307f,0.09694205530262053f,0.5960556593698977f,-0.05664076979771353f,0.5695365404464257f,0.3512254669411961f,0.4682021410808584f,1.2417197299340703f,-0.20076912175306405f,0.7308812172508516f,-0.30405402556924155f,-0.696362458403121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5339107479702837f,-0.1183651631527125f,0.5838912581582671f,-0.05664076979771353f,0.38377957764504594f,0.531371969004801f,0.45864699534451436f,1.2417197299340703f,-0.45568909245712974f,0.5862026259816588f,-0.2978488413739509f,-0.696362458403121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4735397938478236f,-0.41482530821780944f,0.31306020125354966f,-0.3593818719953691f,0.2248466258067591f,-0.33970505104518356f,-1.5084597187720012f,1.0548951093573329f,0.4685410556293107f,1.467626209890103f,-0.2606699776218632f,0.4204386877729668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.10743909523791845f,0.966353662002518f,-0.2337037456883832f,-0.43166981260128423f,-0.02389079375481659f,0.23750590745000985f,0.9710922581815346f,1.0697969804212764f,0.9939245800302065f,-0.09874990562360192f,0.048604375843203894f,0.04530829163853489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3983488851020804f,0.8853805812284483f,-0.2396234381722804f,-0.2984375000000002f,-0.08892629306852606f,0.22273609453444765f,0.9708144758874541f,1.1006941117697053f,0.912913073703636f,0.40803168819972385f,-0.009993061886285737f,-0.2597392232674075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.019480618555487925f,-0.9698278811393135f,0.24301108300965574f,0.42734171484916605f,0.05691033831700433f,0.24158752621880034f,0.9687087697384207f,1.0729681225609415f,-0.9981892199845378f,0.03270088898349138f,0.050486958378869455f,0.0414770648104259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3996217414114939f,-0.8843120794522678f,0.24144276739229878f,0.29843749999999986f,0.09156863230490919f,0.22356154746383308f,0.9703790084669931f,1.1006941117697069f,-0.9120951975364489f,0.4098931331827637f,-0.008364807263990914f,-0.2597392232674077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.4106135077424068e-15f,2.508674101989331e-16f,-0.15624999999999917f,-2.381619421204362e-15f,0.9581978281773964f,-0.2861064873017048f,0.6623390428289341f,4.49311555329115e-16f,-0.2861064873017048f,-0.9581978281773964f,-0.38010040277190243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.3231192822019166e-15f,-6.907305855916054e-16f,-0.1562499999999996f,-2.381619421204362e-15f,0.9947475741323987f,0.10235850603495517f,0.8494939536414773f,4.49311555329115e-16f,0.10235850603495517f,-0.9947475741323987f,-0.3671253552286758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3775460353848305e-15f,4.703900411742838e-16f,0.15625000000000083f,-2.381619421204362e-15f,0.9279989121921844f,-0.3725829021441034f,0.6629927304585541f,4.49311555329115e-16f,-0.3725829021441034f,-0.9279989121921844f,-0.38743806679737725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.294210285897381e-15f,-7.814032923482772e-16f,0.1562500000000004f,-2.381619421204362e-15f,0.989962083714808f,0.14133319782356696f,0.849493953641478f,4.49311555329115e-16f,0.14133319782356696f,-0.989962083714808f,-0.36712535522867595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.97841460554263e-15f,-1.3999527098390401e-15f,0.29374999999999885f,-2.381619421204362e-15f,0.9092361090470689f,0.4162807922604005f,1.573383887011035f,4.49311555329115e-16f,0.4162807922604005f,-0.9092361090470689f,-0.08686986229886862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.97841460554263e-15f,-1.3999527098390401e-15f,0.3312499999999989f,-2.381619421204362e-15f,0.9092361090470689f,0.4162807922604005f,1.4987556976545642f,4.49311555329115e-16f,0.4162807922604005f,-0.9092361090470689f,-0.22414584655458136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.97841460554263e-15f,-1.3999527098390401e-15f,-0.2937500000000012f,-2.381619421204362e-15f,0.9092361090470689f,0.4162807922604005f,1.5733838870110337f,4.49311555329115e-16f,0.4162807922604005f,-0.9092361090470689f,-0.08686986229886834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.97841460554263e-15f,-1.3999527098390401e-15f,-0.3312500000000011f,-2.381619421204362e-15f,0.9092361090470689f,0.4162807922604005f,1.4987556976545626f,4.49311555329115e-16f,0.4162807922604005f,-0.9092361090470689f,-0.22414584655458109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882805906286748f,0.14796489497009252f,0.03752151440343381f,0.1931371051516434f,0.12357953513333675f,0.6312439665653309f,0.7656756187649545f,1.6394007920617601f,0.08960788292815533f,0.7613392440504803f,-0.6421315930444297f,-0.03226412195000414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9992600257897989f,-0.008457943925295641f,0.03752151440343381f,0.0779520931847853f,0.02330975376784298f,0.6428044043161082f,0.7656756187649545f,1.6485635123474742f,-0.030595036163617556f,0.7659836558154292f,-0.6421315930444297f,-0.02806910107275898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9735430969266334f,0.22141880423549914f,0.05645840555153457f,0.056572109841961885f,0.14403109081836624f,0.40280561352837985f,0.9038820070051716f,1.668551033431523f,0.17739471047404817f,0.8880998540935289f,-0.42403981635558863f,-0.05583936265219425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9943166796091878f,-0.09025956510829397f,0.05645840555153457f,0.08542004919792465f,0.012507927462009669f,0.4275989583276696f,0.9038820070051716f,1.6715769865654149f,-0.10572555226417599f,0.8994511336051302f,-0.42403981635558863f,-0.045548316663268765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.06639707777059227f,0.05645840555153457f,0.14269973544138756f,0.07924514841698564f,0.4203778346495839f,0.9038820070051716f,1.741963688072677f,0.03628126164103925f,0.9049165178063958f,-0.42403981635558863f,0.03841830959995579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917458f,0.07866549085061719f,0.03752151440343381f,0.12499999999999871f,0.07924514841698564f,0.6383267605868284f,0.7656756187649545f,1.5983401669406407f,0.03628126164103925f,0.7657353898494945f,-0.6421315930444297f,-0.1338721531161802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882805906286742f,-0.14796489497009485f,-0.03752151440343803f,-0.19313710515164612f,-0.12357953513334144f,0.6312439665653301f,0.7656756187649543f,1.6394007920617595f,-0.08960788292815444f,0.7613392440504805f,-0.6421315930444296f,-0.03226412195000396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9992600257897987f,0.008457943925293254f,-0.03752151440343803f,-0.07795209318478806f,-0.023309753767847746f,0.6428044043161082f,0.7656756187649543f,1.648563512347474f,0.030595036163618472f,0.7659836558154292f,-0.6421315930444296f,-0.028069101072758895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9735430969266328f,-0.22141880423550026f,-0.05645840555153926f,-0.05657210984196476f,-0.14403109081837087f,0.4028056135283787f,0.9038820070051713f,1.6685510334315228f,-0.17739471047404726f,0.8880998540935291f,-0.4240398163555885f,-0.05583936265219418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9943166796091876f,0.09025956510829271f,-0.05645840555153926f,-0.08542004919792749f,-0.012507927462014429f,0.42759895832766986f,0.9038820070051713f,1.6715769865654144f,0.10572555226417689f,0.89945113360513f,-0.4240398163555885f,-0.04554831666326867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.06639707777059346f,-0.05645840555153926f,-0.14269973544139067f,-0.07924514841699039f,0.42037783464958345f,0.9038820070051713f,1.7419636880726763f,-0.03628126164103835f,0.9049165178063958f,-0.4240398163555885f,0.03841830959995593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917453f,-0.07866549085061955f,-0.03752151440343803f,-0.1250000000000013f,-0.07924514841699039f,0.6383267605868279f,0.7656756187649543f,1.5983401669406403f,-0.03628126164103835f,0.7657353898494946f,-0.6421315930444296f,-0.1338721531161801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.97841460554263e-15f,-1.3999527098390401e-15f,-2.3161434081908225e-16f,-2.381619421204362e-15f,0.9092361090470689f,0.4162807922604005f,1.1193478862958801f,4.49311555329115e-16f,0.4162807922604005f,-0.9092361090470689f,-0.31880243074191456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.202985260454825e-16f,-2.242106724526864e-15f,1.1349760644797367e-16f,-2.381619421204362e-15f,0.5446390350150279f,0.8386705679454235f,0.9151082481652446f,4.49311555329115e-16f,0.8386705679454235f,-0.5446390350150279f,-0.6333038937214484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9956029323293272f,-0.0930003619242867f,-0.011213109256441596f,0.16590108413860324f,-0.0337604374258136f,0.24457996757007772f,0.9690412129152389f,0.5756888164149336f,-0.08737868162236678f,0.9651588325997806f,-0.24664426580110377f,-1.1811346320570473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9956029323293272f,-0.08762669856869847f,0.03311137017998004f,0.13562500000000022f,-0.0337604374258136f,0.665375265076352f,0.7457452577719766f,0.8176746993732429f,-0.08737868162236678f,0.7413483110674258f,-0.6654078806832785f,-0.9296612923325704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9915583894358743f,0.12040934736135672f,0.04809937013462183f,-0.1354047809273128f,0.046730303538331706f,-0.014169704544767237f,0.9988070375224283f,0.5893236710164472f,0.12094725739160272f,0.992623195649349f,0.008423324066143045f,-0.8094561445046472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9915583894358743f,-0.013947052707400374f,-0.12890865005930444f,-0.13562499999999997f,0.046730303538331706f,0.8889444889432596f,-0.45562481748541994f,0.9042967453730093f,0.12094725739160272f,-0.4578025505588449f,-0.8807886157479928f,-0.9329574769222724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9612616959383194f,0.27563735581699733f,-1.583930816350417e-15f,1.2170106880376135e-16f,0.238407710810504f,0.8314264942036068f,0.5018881829276269f,0.8917290491719437f,0.13833913165796988f,0.4824458858924118f,-0.8649325128804011f,-0.7389697539820038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9612616959383183f,-0.27557690398992035f,0.005772513241056325f,1.244635369397707e-16f,-0.23840771081050854f,0.8417549016953407f,0.4843660278115718f,0.8895878287241932f,-0.138339131657969f,0.46422629768163454f,-0.87484640320054f,-0.7441712762658483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.83443591063454e-15f,-1.583930816350417e-15f,1.2170106880376135e-16f,-2.381619421204362e-15f,0.8649325128804011f,0.5018881829276269f,0.8917290491719437f,4.49311555329115e-16f,0.5018881829276269f,-0.8649325128804011f,-0.7389697539820038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9630451367077627f,0.26934005395322586f,-2.419573449190559e-15f,1.2282703491235448e-16f,0.06515925641327927f,0.232981705020385f,0.9702957262759961f,0.8958989998820938f,0.26133950326576183f,0.9344385803584245f,-0.24192189559966903f,-0.7143605455737042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9630451367077627f,-0.2693400539532261f,-2.419573449190559e-15f,1.2282703491235448e-16f,-0.06515925641328385f,0.23298170502038373f,0.9702957262759961f,0.8958989998820938f,-0.26133950326576094f,0.9344385803584248f,-0.24192189559966903f,-0.7143605455737042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.4020080307248459e-16f,-2.419573449190559e-15f,1.2282703491235448e-16f,-2.381619421204362e-15f,0.24192189559966903f,0.9702957262759961f,0.8958989998820938f,4.49311555329115e-16f,0.9702957262759961f,-0.24192189559966903f,-0.7143605455737042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9503800829845613f,0.31109114077108996f,-2.2616493703856308e-15f,-0.18312499999999995f,0.1637004897984898f,0.500103232427897f,0.8503522249955623f,0.9353375465428689f,0.2645370437311052f,0.8081578181573885f,-0.5262139236518706f,-0.6492649316723061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9503800829845609f,-0.31106448883835697f,0.004072057218519519f,0.18312500000000007f,-0.1637004897984944f,0.5111911540891113f,0.8437332242010951f,0.9371881643776676f,-0.2645370437311043f,0.8012006538719088f,-0.5367473006259403f,-0.6495663974819952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.8103333369591357e-16f,-2.4072831587833266e-15f,-0.0078124999999998265f,-2.381619421204362e-15f,0.07019173651940541f,0.9975335182961976f,0.8545651831503711f,4.49311555329115e-16f,0.9975335182961976f,-0.07019173651940541f,-0.821340629003464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-4.392286256628545e-16f,-2.3834995606478282e-15f,7.50609218715191e-17f,-2.381619421204362e-15f,0.3604038516117507f,0.9327963677799218f,0.9350929187448717f,4.49311555329115e-16f,0.9327963677799218f,-0.3604038516117507f,-0.6129189405776378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2210564486261044f,0.33616177683654136f,0.9154940230907648f,-0.6301848539706508f,-0.09760942593554883f,-0.9416295691402623f,0.3221896250490637f,0.9396778278104884f,0.9703640793482347f,-0.01813875174379337f,0.2409658465339641f,-0.08241417628716788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2210564486261044f,0.33616177683654136f,0.9154940230907648f,-0.6509088960293481f,-0.09760942593554883f,-0.9416295691402623f,0.3221896250490637f,0.9305269441290306f,0.9703640793482347f,-0.01813875174379337f,0.2409658465339641f,0.00855745615172912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2210564486261044f,0.33616177683654136f,0.9154940230907648f,-0.7778709784636142f,-0.09760942593554883f,-0.9416295691402623f,0.3221896250490637f,0.8867739422123999f,0.9703640793482347f,-0.01813875174379337f,0.2409658465339641f,-0.073073237047814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.42307007408017905f,0.19654882929218728f,-0.884522622730285f,0.7436311385107468f,0.05236962487430069f,0.9798620835791019f,0.19268554578521482f,1.4572494631637198f,0.904582298526959f,0.0351973701843131f,-0.42484351274768384f,0.2855366630152663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2794915561209196f,0.19654882929218728f,-0.9398154221765981f,0.7766655489892513f,0.02158220761379283f,0.9798620835791019f,0.19850568122483606f,1.4537722519340799f,0.9599055570063243f,0.0351973701843131f,-0.27810513616344146f,0.19786854323160646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3523670451040489f,0.19654882929218728f,-0.9149896301207525f,0.897396788268112f,0.037090253116157684f,0.9798620835791019f,0.196200433964353f,1.426080792454247f,0.9351266110257049f,0.0351973701843131f,-0.3525611528283963f,0.29458677604769584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.8606401728159077e-21f,-3.782351228957054e-20f,-0.00721749999999828f,-3.7212803456318165e-20f,0.0000036475838102485397f,0.000015193280006213694f,0.305369125928622f,7.020493052017423e-21f,0.000015193280006213694f,-0.0000036475838102485397f,-0.2908927308254392f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159.mcfunction new file mode 100644 index 000000000..7f33f6a07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159_as_bone.mcfunction new file mode 100644 index 000000000..bdb5468b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_159_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280142f,-0.10027670657466166f,-0.577470537969015f,0.05428932188134453f,-0.541504769769503f,0.3977838566430478f,0.4642036537507059f,1.3743604924456514f,0.22427711524041427f,0.706156519446763f,-0.3434926346615245f,-0.659334524672274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5522764216638828f,0.12243673498642382f,-0.5656854249492392f,0.05428932188134453f,-0.3409566190508043f,0.5630000987298386f,0.4547301097966099f,1.3743604924456514f,0.4676957750499591f,0.5550136347478829f,-0.336482580892922f,-0.659334524672274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5686974629280168f,0.10027670657466066f,0.5774705379690125f,-0.05428932188134594f,0.5415047697695002f,0.3977838566430483f,0.4642036537507086f,1.3743604924456512f,-0.22427711524041363f,0.7061565194467629f,-0.3434926346615252f,-0.6593345246722739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.552276421663885f,-0.12243673498642571f,0.5656854249492368f,-0.05428932188134594f,0.34095661905080166f,0.563000098729838f,0.45473010979661255f,1.3743604924456512f,-0.4676957750499584f,0.555013634747883f,-0.33648258089292266f,-0.6593345246722739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4093255543068621f,-0.4744987702172081f,0.47964429428485045f,-0.46609745560972415f,0.334247798853592f,-0.4738774355549512f,-1.450904833210432f,1.2088451694847775f,0.5860769070174864f,1.4112750770612437f,-0.32591834242122086f,0.4408330760616925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.060995943063589436f,0.9369797338899211f,-0.3440181291870473f,-0.4723614450316663f,-0.01814189195408017f,0.34356222918725177f,0.9389546668674759f,1.2189612111071262f,0.997973129240517f,0.06351356512949624f,-0.003957317074911773f,0.06671265464369713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5174074889989465f,0.7860847427932878f,-0.33817194956917357f,-0.29843750000000013f,-0.11221531949220936f,0.32944234757453117f,0.9374835794273109f,1.2582681456771299f,0.848349699356973f,0.5230090981734374f,-0.08224518726795638f,-0.21850122388628018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.22163357756519253f,-0.9064839739616991f,0.3593958294781104f,0.46635703729592326f,0.08097427910077504f,0.3501803121695687f,0.9331757150145589f,1.2236912668302287f,-0.9717621743100332f,0.23592489041944825f,-0.0042098290710832625f,0.062354763433285665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.518442513819744f,-0.784222796105494f,0.34089876199943153f,0.2984374999999999f,0.11592975418673662f,0.33051916932805653f,0.9366522144322802f,1.2582681456771314f,-0.8472175942215006f,0.5251206383062582f,-0.08044043303190623f,-0.21850122388628052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.4114499309903646e-15f,1.1647083184890867e-16f,-0.15624999999999917f,-2.329416636978185e-15f,0.9510565162951538f,-0.3090169943749468f,0.8137240106851678f,6.34408666172094e-16f,-0.3090169943749468f,-0.9510565162951538f,-0.3138933958092351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2724606926201105e-15f,-8.152169188881811e-16f,-0.1562499999999996f,-2.329416636978185e-15f,0.996917333733128f,0.07845909572784554f,1.0011363801084283f,6.34408666172094e-16f,0.07845909572784554f,-0.996917333733128f,-0.3054130486960961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3948780394883144e-15f,3.053119721229709e-16f,0.1562500000000008f,-2.329416636978185e-15f,0.9238795325112871f,-0.38268343236508895f,0.8144246798994644f,6.34408666172094e-16f,-0.38268343236508895f,-0.9238795325112871f,-0.3236901793537698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.226681207223838e-15f,-9.330310958061378e-16f,0.1562500000000004f,-2.329416636978185e-15f,0.9914448613738103f,0.13052619222005235f,1.0011363801084292f,6.34408666172094e-16f,0.13052619222005235f,-0.9914448613738103f,-0.3054130486960963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.8885067861816554e-15f,-1.5040606180905229e-15f,0.2937499999999989f,-2.329416636978185e-15f,0.918446381343087f,0.3955455025629655f,1.7326180923758194f,6.34408666172094e-16f,0.3955455025629655f,-0.918446381343087f,-0.05208243972074575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.8885067861816554e-15f,-1.5040606180905229e-15f,0.33124999999999893f,-2.329416636978185e-15f,0.918446381343087f,0.3955455025629655f,1.6548946855732116f,6.34408666172094e-16f,0.3955455025629655f,-0.918446381343087f,-0.1876299757920309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.8885067861816554e-15f,-1.5040606180905229e-15f,-0.2937500000000011f,-2.329416636978185e-15f,0.918446381343087f,0.3955455025629655f,1.732618092375818f,6.34408666172094e-16f,0.3955455025629655f,-0.918446381343087f,-0.05208243972074536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.8885067861816554e-15f,-1.5040606180905229e-15f,-0.33125000000000104f,-2.329416636978185e-15f,0.918446381343087f,0.3955455025629655f,1.65489468557321f,6.34408666172094e-16f,0.3955455025629655f,-0.918446381343087f,-0.18762997579203045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9882139563121151f,0.14891781009245558f,0.03544943422995836f,0.19330633725562402f,0.12693619196725137f,0.6677388168217041f,0.7334930645060005f,1.8025265166856757f,0.08555921761452664f,0.7293478993915167f,-0.6787718776837859f,-0.00029707730773050056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999343280619645f,-0.007506336865696503f,0.03544943422995836f,0.0781213252887659f,0.020916032209500342f,0.6793750392222306f,0.7334930645060005f,1.811782052410596f,-0.02958930680121795f,0.7337528269033458f,-0.6787718776837859f,0.003688986118693713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9731860220018664f,0.2236732865825986f,0.05365843316312442f,0.05659634842220414f,0.15375502870779054f,0.4590687391313246f,0.874994447924924f,1.8289626382430666f,0.1710799746529362f,0.8597826199811873f,-0.4811501726602997f,-0.023674695097638046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946737545339546f,-0.08800508276119447f,0.05365843316312442f,0.08547282008758117f,0.004369679987833858f,0.4841132326195614f,0.874994447924924f,1.832679659550819f,-0.10298071634111947f,0.8705684828954205f,-0.4811501726602997f,-0.013694777174308906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.06867966252373517f,0.05365843316312442f,0.14291466490128127f,0.08004787653985333f,0.4774694268348687f,0.874994447924924f,1.9083691355886374f,0.03447406206637162f,0.8759600735156872f,-0.4811501726602997f,0.06540757558949514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07962073289458908f,0.03544943422995836f,0.12499999999999876f,0.08004787653985333f,0.674966859766505f,0.7334930645060005f,1.756501592141174f,0.03447406206637162f,0.7335395538825918f,-0.6787718776837859f,-0.09963882403408778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9882139563121147f,-0.1489178100924578f,-0.035449434229962634f,-0.19330633725562657f,-0.12693619196725595f,0.6677388168217033f,0.7334930645060003f,1.8025265166856745f,-0.0855592176145254f,0.7293478993915169f,-0.6787718776837858f,-0.00029707730773025076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999343280619645f,0.007506336865694269f,-0.035449434229962634f,-0.0781213252887685f,-0.020916032209504984f,0.6793750392222306f,0.7334930645060003f,1.8117820524105956f,0.029589306801219205f,0.7337528269033458f,-0.6787718776837858f,0.003688986118693824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.973186022001866f,-0.22367328658259966f,-0.05365843316312911f,-0.05659634842220687f,-0.15375502870779506f,0.45906873913132346f,0.8749944479249236f,1.8289626382430662f,-0.17107997465293495f,0.8597826199811875f,-0.4811501726602996f,-0.023674695097637977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946737545339546f,0.08800508276119333f,-0.05365843316312911f,-0.08547282008758392f,-0.004369679987838507f,0.4841132326195617f,0.8749944479249236f,1.8326796595508184f,0.10298071634112071f,0.8705684828954203f,-0.4811501726602996f,-0.013694777174308809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.06867966252373629f,-0.05365843316312911f,-0.14291466490128427f,-0.08004787653985797f,0.47746942683486826f,0.8749944479249236f,1.9083691355886365f,-0.03447406206637036f,0.8759600735156872f,-0.4811501726602996f,0.06540757558949531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.0796207328945913f,-0.035449434229962634f,-0.12500000000000125f,-0.08004787653985797f,0.6749668597665045f,0.7334930645060003f,1.7565015921411733f,-0.03447406206637036f,0.733539553882592f,-0.6787718776837858f,-0.09963882403408761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.8885067861816554e-15f,-1.5040606180905229e-15f,-2.214949086967301e-16f,-2.329416636978185e-15f,0.918446381343087f,0.3955455025629655f,1.2734370247477487f,6.34408666172094e-16f,0.3955455025629655f,-0.918446381343087f,-0.2736544446806361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.756163367748448e-16f,-2.2498782756224863e-15f,1.0686121759383671e-16f,-2.329416636978185e-15f,0.5948227867513409f,0.8038568606172176f,1.0503784797159958f,6.34408666172094e-16f,0.8038568606172176f,-0.5948227867513409f,-0.5751007674120927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.09548103049526094f,-0.008353507750110734f,0.1650781890623657f,-0.042766165170390176f,0.36445483737859175f,0.930238532113115f,0.6523127300856058f,-0.0857756573439517f,0.9263131459322529f,-0.3668603171239779f,-1.07299565671715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.08782947539638071f,0.03837175429615727f,0.1350000000000002f,-0.042766165170390176f,0.7652827537959466f,0.64227203104223f,0.9273325535063537f,-0.0857756573439517f,0.6376741252348954f,-0.7655156736560812f,-0.8610687252800406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9912155402515418f,0.12412169947167472f,0.045667893361829304f,-0.13593113395681156f,0.059012512102523125f,0.1060557875238114f,0.9926075223108344f,0.7036022150476592f,0.1183607881825468f,0.9865829785947895f,-0.11244887801947545f,-0.7270270921932532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9912155402515418f,-0.008995456825676984f,-0.13195012133507697f,-0.135f,0.059012512102523125f,0.8627802623982318f,-0.5021232341083093f,1.0092944894970841f,0.1183607881825468f,-0.5054990609017348f,-0.8546703594066372f,-0.8716418320946809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9636304532086235f,0.267238376078255f,-1.5913517745777573e-15f,1.1807693196614311e-16f,0.24019226136179264f,0.866105314176479f,0.43837114678907774f,1.0174844209850114f,0.11714959338747688f,0.42242778685394267f,-0.8987940462991668f,-0.6782019020293852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9636304532086226f,-0.26713418385478555f,0.007461733389928783f,1.216140226796369e-16f,-0.24019226136179708f,0.8780076735284922f,0.41401715279320334f,1.0141379771237278f,-0.11714959338747563f,0.39716728596565226f,-0.9102384960700283f,-0.684913934066064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.81555935014343e-15f,-1.5913517745777573e-15f,1.1807693196614311e-16f,-2.329416636978185e-15f,0.8987940462991668f,0.43837114678907774f,1.0174844209850114f,6.34408666172094e-16f,0.43837114678907774f,-0.8987940462991668f,-0.6782019020293852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.2588190451025206f,-2.4075747363816364e-15f,1.19012177432907e-16f,0.08639557255555382f,0.32243266632633916f,0.9426414910921784f,1.023669345975148f,0.24397357059849453f,0.9105217611775718f,-0.33380685923377057f,-0.6540179438722177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2588190451025209f,-2.4075747363816364e-15f,1.19012177432907e-16f,-0.08639557255555831f,0.32243266632633794f,0.9426414910921784f,1.023669345975148f,-0.2439735705984933f,0.910521761177572f,-0.33380685923377057f,-0.6540179438722177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.795553203943177e-16f,-2.4075747363816364e-15f,1.19012177432907e-16f,-2.329416636978185e-15f,0.33380685923377057f,0.9426414910921784f,1.023669345975148f,6.34408666172094e-16f,0.9426414910921784f,-0.33380685923377057f,-0.6540179438722177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482272f,0.3007057995042722f,-2.2498782756224863e-15f,-0.18374999999999994f,0.17886666165341944f,0.5672925744160524f,0.8038568606172174f,1.065911742928045f,0.24172441995889593f,0.7666519139458948f,-0.5948227867513409f,-0.5953221585439774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482267f,-0.3006600005545082f,0.005248039830994629f,0.18375000000000005f,-0.1788666616534239f,0.5812354096581146f,0.7938338087462155f,1.0683374736602322f,-0.24172441995889474f,0.7561540601134974f,-0.608112113157935f,-0.5959270609063886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.9088317080827298e-16f,-2.4067031057958085e-15f,-0.0078124999999998265f,-2.329416636978185e-15f,0.18566661538557713f,0.9826127965436152f,0.9719382870177297f,6.34408666172094e-16f,0.9826127965436152f,-0.18566661538557713f,-0.7577743964204525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-4.716264945857557e-16f,-2.3677467503831072e-15f,6.83123292649383e-17f,-2.329416636978185e-15f,0.44619781310980855f,0.8949343616020251f,1.0716356108844525f,6.34408666172094e-16f,0.8949343616020251f,-0.44619781310980855f,-0.5578125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2800645083286748f,0.4627502530911579f,0.8410862467301954f,-0.5753094761720925f,-0.13557667610483898f,-0.8864332741969703f,0.44255509859542064f,0.9499294452287257f,0.9503593194529011f,0.009912298447300294f,0.310996640284924f,-0.10960793655558113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2800645083286748f,0.4627502530911579f,0.8410862467301954f,-0.6015655238279057f,-0.13557667610483898f,-0.8864332741969703f,0.44255509859542064f,0.9372191318438969f,0.9503593194529011f,0.009912298447300294f,0.310996640284924f,-0.020511750356871652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2800645083286748f,0.4627502530911579f,0.8410862467301954f,-0.7146004370095285f,-0.13557667610483898f,-0.8864332741969703f,0.44255509859542064f,0.8771910237469982f,0.9503593194529011f,0.009912298447300294f,0.310996640284924f,-0.111709339498965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.543253057283086f,0.217928781573079f,-0.8107916883606131f,0.7265533319853463f,0.05824185887503834f,0.9731794568124825f,0.22255253472594194f,1.6660861091566175f,0.8375464175956817f,0.07368032980541522f,-0.5413752925396624f,0.2925593683317191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36280860374471424f,0.217928781573079f,-0.9060226063464888f,0.7692589180146522f,0.010697860730246922f,0.9731794568124825f,0.22979839123448564f,1.6628367595228408f,0.9318022713132905f,0.07368032980541522f,-0.3554092516735574f,0.209164301637993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.45552625097926275f,0.217928781573079f,-0.8631354939004949f,0.8773764490850735f,0.03465972942695081f,0.9731794568124825f,0.22742130066071659f,1.6303482392406217f,0.889547378066412f,0.07368032980541522f,-0.45086214209549347f,0.31849115629918007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.8198567476392073e-21f,-3.7678905171724456e-20f,-0.007217499999998293f,-3.639713495278415e-20f,0.000004828390537108549f,0.000014860258067111776f,0.4691189315795865f,9.912635408938969e-21f,0.000014860258067111776f,-0.000004828390537108549f,-0.18737143023898228f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..1ff6a609e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.09708614337648289f,0.23345276452112665f,-0.7765426787667041f,-0.030448933113349917f,-0.5672540249366342f,0.5393084817048525f,0.23305294934593626f,1.5049760262495415f,0.5794321326971033f,0.5670895985142864f,0.09804200783050147f,-0.3039255548410342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.0003501017475183374f,0.24767558158202227f,-0.7606948689959552f,-0.030448933113349917f,-0.3112064938689162f,0.7007361161559326f,0.2282967667062233f,1.5049760262495415f,0.7369873781840381f,0.2960163877266031f,0.09604115052783818f,-0.3039255548410342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6187996970881043f,0.35968275330218913f,0.3932679700980886f,-0.15224438894222f,0.5179017422627903f,0.5480106206998021f,0.3136982457806044f,1.4965795984607821f,-0.1257345007914735f,0.48709046492578617f,-0.6433336294128766f,-0.22673683736261022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6948646584098854f,0.09355017986453429f,0.38524209315731134f,-0.15224438894222f,0.2632792498546325f,0.69011090196278f,0.3072962407646737f,1.4965795984607821f,-0.2963901872344886f,0.3936944333355904f,-0.6302043716697567f,-0.22673683736261022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3516455885021055f,1.4065438613747845f,0.582568447580127f,-0.12380818296303808f,1.5055176091698197f,-0.23243692277202951f,-0.347557269254807f,1.015908313082066f,-0.22620424082363408f,0.6395417835928943f,-1.407559660715034f,0.5922292661784889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.013953429179416586f,-0.20546254398486846f,-0.978565503598712f,-0.13633362342798255f,-0.7021379369598743f,0.6987939302537155f,-0.13670903599359002f,1.2128384692847296f,0.711904220591412f,0.6851804040249774f,-0.15401361837286437f,0.41179334994790057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.02746973453742335f,-0.2036675282176838f,-0.9786546641354867f,-0.14468887046547108f,-0.7732786385066257f,0.6160880247986626f,-0.14991895453551313f,1.4653524099152628f,0.6334710418904577f,0.760890980134067f,-0.14056797443527558f,0.2050981576862518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13788484379063576f,0.9858852953161625f,0.09496291029762516f,0.5788900994284928f,0.9904426980675896f,0.137570362510059f,0.009882165928814746f,1.260963812141998f,-0.003321399919561596f,0.09541792199693805f,-0.9954317598230228f,-0.18452664783075545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6161119057599405f,0.7859254136841285f,0.05222416783717687f,0.3586134041443251f,0.7626905110607931f,0.5787072821034688f,0.2887924271483627f,1.5000494450051194f,0.19674680154625251f,0.21775932991687752f,-0.9559663018723368f,-0.11387316038729953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8432289417546321f,-0.1431261443574848f,-0.5181504208130332f,0.007390394664646062f,-0.05813115826572848f,0.982529081177942f,-0.17679754828139965f,1.040889980308318f,0.5344022082907666f,-0.11896012542440171f,-0.8368170459144353f,0.1328223431861913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8432289417546321f,0.06605626617901117f,-0.5334805727351752f,0.016441690993615823f,-0.05813115826572848f,0.9753960008074799f,0.2126579649283316f,1.2251058427405226f,0.5344022082907666f,0.21033119432757075f,-0.8186422102888962f,0.1671429283083052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8432289417546321f,-0.11384805462549791f,-0.5253604212779572f,0.25238418781335453f,-0.05813115826572848f,0.9908964987854515f,-0.1214285680283621f,1.0685470624533244f,0.5344022082907666f,-0.07185227312147724f,-0.8421707253409063f,-0.06236099106879903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8432289417546321f,0.16408490316185892f,-0.5118994982823547f,0.27995073529193837f,-0.05813115826572848f,0.9188558244834383f,0.39028802473499724f,1.2432718296985628f,0.5344022082907666f,0.358859468827596f,-0.7652673790295307f,0.00014223821744066556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9703621762547363f,-0.19275337242764148f,-0.1457511039818998f,0.30598112103505093f,-0.21718890073079297f,0.9600801207107459f,0.17628143185085943f,2.0545727142431587f,0.10595389701904032f,0.20271235589822945f,-0.9734893283815018f,0.1556842594371628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9703621762547363f,-0.19275337242764148f,-0.1457511039818998f,0.3527997081997556f,-0.21718890073079297f,0.9600801207107459f,0.17628143185085943f,1.9592336671677382f,0.10595389701904032f,0.20271235589822945f,-0.9734893283815018f,0.035107319275904325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9703621762547363f,-0.19275337242764148f,-0.1457511039818998f,-0.2641066575146067f,-0.21718890073079297f,0.9600801207107459f,0.17628143185085943f,1.9269742350638177f,0.10595389701904032f,0.20271235589822945f,-0.9734893283815018f,0.21793217393584902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9703621762547363f,-0.19275337242764148f,-0.1457511039818998f,-0.29006523356900715f,-0.21718890073079297f,0.9600801207107459f,0.17628143185085943f,1.8153460204335878f,0.10595389701904032f,0.20271235589822945f,-0.9734893283815018f,0.10530177605101854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885686783417456f,-0.038582170619489875f,-0.1457511039818998f,0.18661995648239904f,-0.06432532487933318f,0.9822357707616736f,0.17628143185085943f,2.1395436040945204f,0.13636062767830845f,0.18364178921615193f,-0.9734893283815018f,0.1664710357567475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9703621762547364f,-0.19275337242764148f,-0.1457511039818998f,0.0729063280870022f,-0.21718890073079297f,0.960080120710746f,0.17628143185085943f,2.124201792816834f,0.10595389701904032f,0.20271235589822945f,-0.9734893283815018f,0.18071814665241526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.99035620510665f,0.03391798433634052f,-0.1343285425563551f,0.05341112160595488f,0.023514471654398045f,0.9966531660576946f,0.07829135463119817f,2.1167170567836573f,0.13653445217075905f,0.07437766415889452f,-0.9878392108256772f,0.19458740081105602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9523659558948917f,-0.2737789778399623f,-0.1343285425563551f,0.0795533753093127f,-0.2856191743152712f,0.9551398594203232f,0.07829135463119817f,2.132799613535147f,0.10686801820877853f,0.11292882820356709f,-0.9878392108256772f,0.19230714542088928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9834692185547833f,-0.12142544547963988f,-0.1343285425563551f,0.1097114905288383f,-0.132685935374584f,0.988061185526374f,0.07829135463119817f,2.2497423855290255f,0.12321825639496459f,0.09482064567533464f,-0.9878392108256772f,0.1658397939091955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9834692185547833f,-0.10744725144600455f,-0.1457511039818998f,0.1338871221041893f,-0.132685935374584f,0.9753559859550678f,0.17628143185085943f,2.0302872886891357f,0.12321825639496459f,0.19270648359179982f,-0.9734893283815018f,0.1224808351010406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9282621369409085f,-0.34217834649485773f,-0.1457511039818998f,-0.19228371598045946f,-0.36470456503762483f,0.9142841117646785f,0.17628143185085943f,2.0547364319696815f,0.07293822977433963f,0.2167914716143545f,-0.9734893283815018f,0.20784354766484436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9703621762547364f,-0.1927533724276415f,-0.1457511039818998f,-0.08245498660767976f,-0.217188900730793f,0.9600801207107458f,0.17628143185085943f,2.0894284329514856f,0.10595389701904033f,0.20271235589822945f,-0.9734893283815018f,0.19768205676836534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8928518264432698f,-0.4347555572111793f,-0.1174871120204861f,-0.059229970903941886f,-0.4450188256249665f,0.8917534762499256f,0.08206084593488557f,2.0915054444001617f,0.06909313175919105f,0.12555215278986814f,-0.9896781275109277f,0.2068866876216465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9834994032021053f,-0.13757071785154115f,-0.1174871120204861f,-0.08956669470081842f,-0.147671075030478f,0.9856263344512431f,0.08206084593488557f,2.0949467344804584f,0.10450922208324748f,0.0980562411375114f,-0.9896781275109277f,0.21077337475277358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9498700918726892f,-0.2897301970365782f,-0.1174871120204861f,-0.17093673982741772f,-0.3000389274101968f,0.9503907930967079f,0.08206084593488557f,2.1869269933644446f,0.08788316451008896f,0.1131978503424688f,-0.9896781275109277f,0.19648378893022206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9498700918726892f,-0.27659252385743566f,-0.1457511039818998f,-0.1087034219594948f,-0.3000389274101968f,0.9374974660355884f,0.17628143185085943f,1.9759900635064374f,0.08788316451008896f,0.2111754647752065f,-0.9734893283815018f,0.1489693093558007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9703621762547363f,-0.19275337242764148f,-0.1457511039818998f,0.11593267544094792f,-0.21718890073079297f,0.9600801207107459f,0.17628143185085943f,1.5055888194881897f,0.10595389701904032f,0.20271235589822945f,-0.9734893283815018f,0.06225653134249995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8432289417546321f,0.30216113184070464f,-0.4445937496098065f,0.0026222510006836826f,-0.05813115826572848f,0.7709605735746848f,0.6342243786169669f,1.2164786043976827f,0.5344022082907666f,0.5606411012386955f,-0.6325312920131418f,-0.14798388162201084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9340076346249931f,0.13709269293649973f,-0.32990200363993494f,0.17180322509061874f,-0.1743934630171539f,0.6309795867374193f,0.7559442315260828f,0.6824503477800203f,0.3117958603302963f,0.7635904364671509f,-0.5654316818297291f,-0.15644376180460878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9340076346249931f,-0.2592284705165289f,-0.24582582967598454f,0.07380314589071815f,-0.1743934630171539f,0.9313805839645992f,-0.31955770663629246f,0.9371502808494347f,0.3117958603302963f,-0.2555989199652909f,-0.9151243268504378f,-0.3075516654132015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9089234492796637f,-0.006360238611970187f,-0.4169145124775069f,-0.05516607914248947f,0.11749291889740143f,0.9554598868702556f,-0.2707246176298846f,0.8129656941818115f,0.40006696609258696f,-0.2950524562627421f,-0.8676926130230657f,0.06402013128911935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9089234492796637f,-0.2889865978479613f,-0.30057429965620663f,-0.16782937850285817f,0.11749291889740143f,0.514145379759067f,-0.8496175271740654f,0.9721244466082002f,0.40006696609258696f,-0.8075526451796597f,-0.43336491309842734f,-0.23868504388515985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.918678825526907f,0.14369813034371995f,-0.3679402979618051f,-0.016261920528502796f,0.1794082454602972f,0.9816536025060414f,-0.06456691217464744f,1.1218273564585663f,0.3519117744397883f,-0.12532777833597042f,-0.9276050080653993f,-0.19559229032492986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9101188193821156f,-0.22622343522641172f,-0.3471407379736143f,-0.021829367723602756f,-0.1794082454602972f,0.970346756835255f,-0.16198719998864153f,1.0993769912856572f,0.37349219010223195f,-0.0851476884810381f,-0.9237171943181388f,-0.2096282410727071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9295446145098438f,-0.023806443907560024f,-0.3679402979618051f,-0.016261920528502796f,0f,0.9979133799344667f,-0.06456691217464744f,1.1218273564585663f,0.36870965492612984f,-0.06001782548747353f,-0.9276050080653993f,-0.19559229032492986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8945092292943774f,0.30210433185079594f,-0.3295242197231685f,-0.01041748711399282f,0.13320246923644122f,0.8837406400853093f,0.44861964206989735f,1.1410991133926958f,0.42674388208443453f,0.3574009705339257f,-0.830755201828381f,-0.1808580366032378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9438155090633976f,0.025021460133984708f,-0.3295242197231685f,-0.01041748711399282f,-0.13320246923644122f,0.8837406400853093f,0.44861964206989735f,1.1410991133926958f,0.3024390633511394f,0.467307615596377f,-0.830755201828381f,-0.1808580366032378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9295446145098438f,0.1654103934206757f,-0.3295242197231685f,-0.01041748711399282f,0f,0.8937227851795417f,0.44861964206989735f,1.1410991133926958f,0.36870965492612984f,0.4170119722494069f,-0.830755201828381f,-0.1808580366032378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8911071088474897f,0.2865258446944252f,-0.35189637804844537f,-0.1823038885299872f,0.18327585825191745f,0.9366369179567257f,0.29853181355183755f,1.1715622036102646f,0.4151362190215296f,0.20152971057060579f,-0.8871570860979674f,-0.09840157722208125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9333817665850642f,-0.0922636478238915f,-0.3468225729343082f,0.16866332257498598f,-0.18327585825191745f,0.9534142817857424f,0.2396062751035543f,1.1775029633992369f,0.30855864529869786f,0.287208333056696f,-0.9068092058609827f,-0.24517685468482603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9295446145098438f,0.10567615761743561f,-0.353241219773345f,-0.03185618192611011f,0f,0.958047111199505f,0.2866107686781558f,1.0181775469841572f,0.36870965492612984f,0.26641749648530644f,-0.8905475326622133f,-0.2137178305979221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9295446145098438f,0.11007156195916971f,-0.35189637804844537f,1.8932399331102688e-17f,0f,0.9543996837266088f,0.29853181355183755f,1.2314262263168212f,0.36870965492612984f,0.27749863954696746f,-0.8871570860979674f,-0.15459477250325696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7968610588150389f,0.46805318413392205f,-0.38201920078220086f,0.23818815711652952f,-0.5981731737379916f,0.7000336575546219f,-0.39005349954963453f,1.7373151274546135f,0.08486051593287164f,0.5393320824063734f,0.8378064201967008f,1.0090200067563149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7968610588150389f,0.46805318413392205f,-0.38201920078220086f,0.3128938813804394f,-0.5981731737379916f,0.7000336575546219f,-0.39005349954963453f,1.6812363924166769f,0.08486051593287164f,0.5393320824063734f,0.8378064201967008f,1.0169756801250216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7968610588150389f,0.46805318413392205f,-0.38201920078220086f,0.3328438993658146f,-0.5981731737379916f,0.7000336575546219f,-0.39005349954963453f,1.7677837848680904f,0.08486051593287164f,0.5393320824063734f,0.8378064201967008f,0.8873268804111631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6623236113253432f,-0.1658210006287854f,-0.7306372763768791f,0.5506711366370476f,0.15343745240164336f,0.9245091684056357f,-0.3489122321364123f,2.2785157802661464f,0.73333783625383f,-0.34319993194111875f,-0.5868810992306384f,-0.1879886590016209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17476279873486428f,-0.1658210006287854f,-0.9705469385500247f,0.5761425213157705f,0.37005866750581523f,0.9245091684056357f,-0.0913202066234014f,2.251167046111046f,0.9124223510974389f,-0.34319993194111875f,0.22293330826378013f,-0.27396724821232005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.27169476990637903f,-0.1658210006287854f,-0.9479901622675142f,0.7056053533165362f,0.29171983098773896f,0.9245091684056357f,-0.24532088729336776f,2.301639546282601f,0.917104951580791f,-0.34319993194111875f,-0.20281103150865995f,-0.20055629888067147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014524134601716312f,0.0000030539603766546287f,-0.000004885024574047761f,0.24070131109380843f,0f,0.00001324897384373204f,0.000008282832672950979f,1.0078425587777222f,0.000005761088358220779f,0.000007699262504027757f,-0.000012315512284222904f,0.47180625699780265f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16.mcfunction new file mode 100644 index 000000000..d14c32551 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160.mcfunction new file mode 100644 index 000000000..d0764aa49 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160_as_bone.mcfunction new file mode 100644 index 000000000..56f76c1e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_160_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.587000234574279f,-0.10350397903764398f,-0.5582670466520129f,0.05201359273021573f,-0.5123157250802592f,0.4427062248378099f,0.45660512564992856f,1.5255459675222962f,0.24476063182152863f,0.6784117991733883f,-0.38313719252651074f,-0.6222152524746482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5700507039321506f,0.1263771984976079f,-0.5468738416182983f,0.05201359273021573f,-0.2976995999363331f,0.5927137569025134f,0.4472866536978892f,1.5255459675222962f,0.47583310429625075f,0.5222252445816886f,-0.3753180661484187f,-0.6222152524746482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5870002345742816f,0.10350397903764308f,0.5582670466520101f,-0.05201359273021715f,0.5123157250802565f,0.44270622483781036f,0.45660512564993105f,1.5255459675222962f,-0.2447606318215276f,0.6784117991733882f,-0.3831371925265117f,-0.6222152524746482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5700507039321528f,-0.1263771984976097f,0.5468738416182957f,-0.05201359273021715f,0.29769959993633044f,0.5927137569025128f,0.44728665369789167f,1.5255459675222962f,-0.4758331042962498f,0.5222252445816888f,-0.3753180661484196f,-0.6222152524746482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3287572773541751f,-0.4743342765847632f,0.6714293275804453f,-0.5570035038173944f,0.47213895297393155f,-0.6043797476062518f,-1.3613288286700178f,1.3668361779278393f,0.6729748561149957f,1.360565457719772f,-0.370638271494982f,0.44621632649188164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.21275406687318715f,0.8636661262919914f,-0.4569644727161022f,-0.5051733595945934f,-0.03281980722798815f,0.4610910539494705f,0.8867456795616679f,1.3798522397422406f,0.9765544364153169f,0.20365623551355455f,-0.0697536411523476f,0.08382074008712803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6120555094661659f,0.6611427343142926f,-0.4339105186504848f,-0.29843750000000013f,-0.1552759718404655f,0.43753615152921466f,0.8856926603929848f,1.434324247295795f,0.7754208056926968f,0.6094689499625267f,-0.1651368315381646f,-0.1785253405525316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.39172774315118963f,-0.7860272361611897f,0.4782369279535796f,0.4977252071098203f,0.13660053291410618f,0.4643318574226749f,0.8750635523149111f,1.3865277054874254f,-0.9098844265362817f,0.40811408967984686f,-0.07451993123676387f,0.07921868059328019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.612466852740022f,-0.6583652529146761f,0.43753805325860196f,0.2984374999999999f,0.16005644467715674f,0.43875185636135033f,0.8842390757350511f,1.4343242472957964f,-0.7741229158292892f,0.6115979090007289f,-0.16334536691897822f,-0.17852534055253205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.405023845688655e-15f,-1.799282085000562e-17f,-0.1562499999999992f,-2.2628522245754012e-15f,0.9433675007898253f,-0.3317495417533514f,0.9852611698107083f,8.148394011505228e-16f,-0.3317495417533514f,-0.9433675007898253f,-0.24863840576990404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2150667517925213e-15f,-9.369859791034848e-16f,-0.1562499999999996f,-2.2628522245754012e-15f,0.998512978939763f,0.054514501638006974f,1.1728230689971515f,8.148394011505228e-16f,0.054514501638006974f,-0.998512978939763f,-0.2446576428311512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.401051291809314e-15f,1.3934178854173903e-16f,0.1562500000000008f,-2.2628522245754012e-15f,0.9196502204050924f,-0.39273842708457335f,0.9859231085872984f,8.148394011505228e-16f,-0.39273842708457335f,-0.9196502204050924f,-0.2608970177820255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1490423087671787e-15f,-1.0798521172187514e-15f,0.1562500000000004f,-2.2628522245754012e-15f,0.9928096670090548f,0.11970365530496319f,1.1728230689971522f,8.148394011505228e-16f,0.11970365530496319f,-0.9928096670090548f,-0.2446576428311515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.7928358356507902e-15f,-1.6031853000634457e-15f,0.29374999999999896f,-2.2628522245754012e-15f,0.9271838545667872f,0.37460659341591274f,1.9106443911261581f,8.148394011505228e-16f,0.37460659341591274f,-0.9271838545667872f,-0.018484451343771913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.7928358356507902e-15f,-1.6031853000634457e-15f,0.331249999999999f,-2.2628522245754012e-15f,0.9271838545667872f,0.37460659341591274f,1.8298657774380516f,8.148394011505228e-16f,0.37460659341591274f,-0.9271838545667872f,-0.1522337618863973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.7928358356507902e-15f,-1.6031853000634457e-15f,-0.29375000000000107f,-2.2628522245754012e-15f,0.9271838545667872f,0.37460659341591274f,1.9106443911261568f,8.148394011505228e-16f,0.37460659341591274f,-0.9271838545667872f,-0.018484451343771413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.7928358356507902e-15f,-1.6031853000634457e-15f,-0.331250000000001f,-2.2628522245754012e-15f,0.9271838545667872f,0.37460659341591274f,1.82986577743805f,8.148394011505228e-16f,0.37460659341591274f,-0.9271838545667872f,-0.15223376188639676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881511284719197f,0.14981629006672073f,0.03335305878500045f,0.19347036020383418f,0.13013900475530393f,0.7026243234694541f,0.6995590750682825f,1.984312516377799f,0.0813706749447888f,0.6956106233373208f,-0.7137959610135752f,0.03026402613147705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994217795285427f,-0.006609090231286002f,0.03335305878500045f,0.07828534823697608f,0.01862211748727071f,0.7143320776990905f,0.6995590750682825f,1.993656102964708f,-0.028448608828750513f,0.6997756802693385f,-0.7137959610135752f,0.03403908015595013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9728474048955984f,0.22581123085019322f,0.05076627630445624f,0.056625570072275117f,0.1631300001362391f,0.5133919920190837f,0.8425065374145341f,2.0081399272991955f,0.16418443849357434f,0.8279118011917682f,-0.5362886532493036f,0.007306800769955463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9950123716402226f,-0.08586713849359982f,0.05076627630445624f,0.08552909916279985f,-0.0035010006771047375f,0.5386747417579845f,0.8425065374145341f,2.012524543481465f,-0.09969013630825446f,0.8381266951475116f,-0.5362886532493036f,0.016931081109147733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07084425653555312f,0.05076627630445624f,0.14311731654470916f,0.08080939750840276f,0.5325904389754863f,0.8425065374145341f,2.0931907468468f,0.03264911588733468f,0.843402937881902f,-0.5362886532493036f,0.09083781547514724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08052140686537936f,0.03335305878500045f,0.12499999999999882f,0.08080939750840276f,0.7099908039995575f,0.6995590750682825f,1.9334428159468995f,0.03264911588733468f,0.6995922821704668f,-0.7137959610135752f,-0.06657044801320752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881511284719193f,-0.1498162900667228f,-0.03335305878500477f,-0.19347036020383662f,-0.1301390047553084f,0.7026243234694534f,0.6995590750682824f,1.984312516377798f,-0.08137067494478722f,0.6956106233373212f,-0.7137959610135752f,0.030264026131477384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994217795285426f,0.006609090231283893f,-0.03335305878500477f,-0.07828534823697855f,-0.018622117487275228f,0.7143320776990904f,0.6995590750682824f,1.9936561029647075f,0.02844860882875215f,0.6997756802693386f,-0.7137959610135752f,0.034039080155950266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.972847404895598f,-0.22581123085019425f,-0.05076627630446092f,-0.05662557007227767f,-0.16313000013624346f,0.5133919920190826f,0.842506537414534f,2.008139927299195f,-0.16418443849357278f,0.8279118011917687f,-0.5362886532493036f,0.007306800769955574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9950123716402226f,0.08586713849359875f,-0.05076627630446092f,-0.08552909916280244f,0.0035010006771002272f,0.5386747417579847f,0.842506537414534f,2.0125245434814643f,0.09969013630825613f,0.8381266951475116f,-0.5362886532493036f,0.0169310811091479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.07084425653555418f,-0.05076627630446092f,-0.143117316544712f,-0.08080939750840725f,0.5325904389754859f,0.842506537414534f,2.093190746846799f,-0.032649115887333054f,0.8434029378819022f,-0.5362886532493036f,0.09083781547514752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08052140686538144f,-0.03335305878500477f,-0.1250000000000012f,-0.08080939750840725f,0.709990803999557f,0.6995590750682824f,1.9334428159468988f,-0.032649115887333054f,0.699592282170467f,-0.7137959610135752f,-0.0665704480132073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.7928358356507902e-15f,-1.6031853000634457e-15f,-2.112569487180597e-16f,-2.2628522245754012e-15f,0.9271838545667872f,0.37460659341591274f,1.4465546344371734f,8.148394011505228e-16f,0.37460659341591274f,-0.9271838545667872f,-0.22958183168365065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-8.303301772229351e-16f,-2.2572140431793606e-15f,1.0011686774054093e-16f,-2.2628522245754012e-15f,0.6427876096865388f,0.7660444431189785f,1.2055092808047214f,8.148394011505228e-16f,0.7660444431189785f,-0.6427876096865388f,-0.5168484978532676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9951847266721969f,-0.09787138677762673f,-0.0053433555570508995f,0.16413268648682014f,-0.051759700620728766f,0.4784497590667029f,0.8765881367213832f,0.7561954836458404f,-0.0832363693948589f,0.8726436957311032f,-0.48121168638212086f,-0.9583934173263009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9951847266721969f,-0.08771890690689292f,0.0437350336623253f,0.1343750000000002f,-0.051759700620728766f,0.8492225900166346f,0.52549207986143f,1.0579254451167983f,-0.0832363693948589f,0.5206979796163019f,-0.8496736554898381f,-0.7902344416225078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9908658973868824f,0.12778867210025893f,0.043067722003152925f,-0.13650117164682066f,0.07121044090784522f,0.2246295719158537f,0.9718387873133125f,0.839613026952776f,0.11451570416933496f,0.9660287835793258f,-0.23167767003932094f,-0.6421722859338472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9908658973868824f,-0.003824075473906152f,-0.13479669818826512f,-0.13437499999999997f,0.07121044090784522f,0.8340226038066714f,-0.5471154991820739f,1.1346606383681166f,0.11451570416933496f,-0.5517170223822256f,-0.8261322416612799f,-0.8072476322192303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890688f,0.258819045102519f,-1.5992701268345604e-15f,1.1424036425999297e-16f,0.24018379230975695f,0.8963781160545927f,0.37258290214410356f,1.163373910849951f,0.0964315509544636f,0.3598874476147221f,-0.9279989121921843f,-0.6165277953949975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890679f,-0.2586613795333026f,0.009032654411098335f,1.1847350869102514e-16f,-0.24018379230976133f,0.9088350224904037f,0.3410727896015292f,1.1585981744225222f,-0.09643155095446201f,0.3272815189294934f,-0.9399934911198699f,-0.6245952027374495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.7963291739956115e-15f,-1.5992701268345604e-15f,1.1424036425999297e-16f,-2.2628522245754012e-15f,0.9279989121921843f,0.37258290214410356f,1.163373910849951f,8.148394011505228e-16f,0.37258290214410356f,-0.9279989121921843f,-0.6165277953949975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9686915803565931f,0.24826723937371606f,-2.3952066033579595e-15f,1.1500494871986802e-16f,0.10492226915127979f,0.40938675185315454f,0.9063077870366503f,1.1715320837879972f,0.22500653231049192f,0.8779327225140191f,-0.42261826174069894f,-0.5929337912095612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9686915803565931f,-0.2482672393737165f,-2.3952066033579595e-15f,1.1500494871986802e-16f,-0.10492226915128418f,0.40938675185315343f,0.9063077870366503f,1.1715320837879972f,-0.22500653231049036f,0.8779327225140195f,-0.42261826174069894f,-0.5929337912095612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1782737927912994e-16f,-2.3952066033579595e-15f,1.1500494871986802e-16f,-2.2628522245754012e-15f,0.42261826174069894f,0.9063077870366503f,1.1715320837879972f,8.148394011505228e-16f,0.9063077870366503f,-0.42261826174069894f,-0.5929337912095612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.956940335732209f,0.29028467725446155f,-2.23856333000539e-15f,-0.18437499999999996f,0.19139798713540163f,0.630954605665487f,0.7518398074789778f,1.215806154479716f,0.218247575861093f,0.7194658377857721f,-0.6593458151000684f,-0.5406350649638513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9569403357322086f,-0.29021559736215935f,0.006332526861598557f,0.18437500000000007f,-0.19139798713540593f,0.6472057545200911f,0.7378966877799321f,1.2187652903368353f,-0.2182475758610914f,0.7049110712450221f,-0.6748839731886902f,-0.5416396840145988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0191598188174084e-16f,-2.4029308297515073e-15f,-0.007812499999999826f,-2.2628522245754012e-15f,0.29862439791302686f,0.9543707188357584f,1.1096491325399072f,8.148394011505228e-16f,0.9543707188357584f,-0.29862439791302686f,-0.6924496718572073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.029761135200994e-16f,-2.3519095367724932e-15f,6.156373665835751e-17f,-2.2628522245754012e-15f,0.5280678506503674f,0.8492021815265792f,1.2276392929195987f,8.148394011505228e-16f,0.8492021815265792f,-0.5280678506503674f,-0.5027060594223622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3271606090387821f,0.5866739644025787f,0.7407965951497987f,-0.5209924714513063f,-0.17702700469384225f,-0.808109379220386f,0.5618012734278631f,0.9678120564072435f,0.928238856923421f,0.0526582444466574f,0.3682386913257439f,-0.11255247530129472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3271606090387821f,0.5866739644025787f,0.7407965951497987f,-0.5516637785486921f,-0.17702700469384225f,-0.808109379220386f,0.5618012734278631f,0.9512157747171959f,0.928238856923421f,0.0526582444466574f,0.3682386913257439f,-0.025530082464724005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3271606090387821f,0.5866739644025787f,0.7407965951497987f,-0.647447614272469f,-0.17702700469384225f,-0.808109379220386f,0.5618012734278631f,0.8752437245480402f,0.928238856923421f,0.0526582444466574f,0.3682386913257439f,-0.12427708258187097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6478992977725608f,0.21644475769053007f,-0.7303274380811049f,0.710021895161042f,0.05296584301196494f,0.9692603347352122f,0.2402686475240087f,1.8898201612791738f,0.7598823062947672f,0.11698747957483385f,-0.6394472692903407f,0.29317043323739156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4368000144167461f,0.21644475769053007f,-0.8731308116621574f,0.7613059173389565f,-0.011025026243808755f,0.9692603347352122f,0.24579026080239177f,1.8878372211656076f,0.8994910762213563f,0.11698747957483385f,-0.4209866190520478f,0.2147161183926286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5470295698977536f,0.21644475769053007f,-0.8086472138861088f,0.8569609883329156f,0.02115136121137401f,0.9692603347352122f,0.24512654574299053f,1.852059709360942f,0.8368460250108049f,0.11698747957483385f,-0.5347921652813765f,0.3341621006072166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.7678533004495323e-21f,-3.753794366002256e-20f,-0.007217499999998306f,-3.535706600899065e-20f,0.0000059794286307045186f,0.000014435617695488859f,0.6560444428111584f,1.273186564297692e-20f,0.000014435617695488859f,-0.0000059794286307045186f,-0.08613402203175724f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161.mcfunction new file mode 100644 index 000000000..8aaaed6c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161_as_bone.mcfunction new file mode 100644 index 000000000..9d494c936 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_161_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6046744316666096f,-0.10662041684738094f,-0.5384657489983906f,0.04981601925210151f,-0.4822727316612499f,0.4857907082492341f,0.44538168408585005f,1.6766937509390352f,0.2621569919515845f,0.6477529767854738f,-0.4226514368612731f,-0.5889739874038135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5872145616284353f,0.13018233413923716f,-0.5274766520800561f,0.04981601925210151f,-0.25435871042571623f,0.6204439608723373f,0.43629226196164905f,1.6766937509390352f,0.48008406039160606f,0.4879568129405568f,-0.41402589733349204f,-0.5889739874038135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6046744316666123f,0.1066204168473801f,0.5384657489983878f,-0.04981601925210295f,0.48227273166124723f,0.4857907082492346f,0.44538168408585244f,1.676693750939035f,-0.2621569919515832f,0.6477529767854736f,-0.4226514368612741f,-0.5889739874038133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5872145616284374f,-0.1301823341392389f,0.5274766520800535f,-0.04981601925210295f,0.2543587104257136f,0.6204439608723368f,0.4362922619616514f,1.676693750939035f,-0.48008406039160484f,0.4879568129405571f,-0.41402589733349304f,-0.5889739874038133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2296607931159804f,-0.41391842376593496f,0.8706389161647349f,-0.6283442910991005f,0.6337266671442994f,-0.7163045167497033f,-1.2355988833898128f,1.5108283896451886f,0.7264510274089766f,1.325513344991705f,-0.3958402796903622f,0.4385273475933899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3404902775196468f,0.7503826798486238f,-0.5665617395287049f,-0.528996608789487f,-0.06848537459604942f,0.5811732379084594f,0.8108929775287463f,1.5343901378575953f,0.9377505661853971f,0.3149023679209082f,-0.14649359814262272f,0.09504321439505145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.679460287847628f,0.5149835546006746f,-0.5226142513641135f,-0.29843750000000013f,-0.21616704958372626f,0.5401660915608782f,0.8133218306440027f,1.6102136956728832f,0.701145864932744f,0.665591865949922f,-0.255698932475315f,-0.14375650641652554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5175858422057016f,-0.617804534679146f,0.591964908485375f,0.5205380743527533f,0.22245426979382965f,0.570891410700266f,0.7903145544902703f,1.5434079651493673f,-0.8262075972772878f,0.5407407457539557f,-0.15805205497793223f,0.09034389334848594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.678880695078963f,-0.5112383128989877f,0.5270259853871542f,0.2984374999999999f,0.22190735339921158f,0.541353355214058f,0.8109831510616232f,1.6102136956728845f,-0.6999129434125801f,0.6675117468799173f,-0.2540668010993562f,-0.1437565064165261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3913476869871545e-15f,-1.5212590551007324e-16f,-0.1562499999999992f,-2.1823365757333863e-15f,0.9351352096860117f,-0.35429103799771555f,1.1583159003703367f,9.894913447839527e-16f,-0.35429103799771555f,-0.9351352096860117f,-0.18839724925652906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.151101119453397e-15f,-1.0556751513000652e-15f,-0.1562499999999996f,-2.1823365757333863e-15f,0.9995335908367129f,0.03053851320982287f,1.3459193143597818f,9.894913447839527e-16f,0.03053851320982287f,-0.9995335908367129f,-0.1889183629724167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.396032082826602e-15f,-2.67639543358189e-17f,0.15625000000000078f,-2.1823365757333863e-15f,0.9153114791194474f,-0.40274668985873685f,1.1588533329752728f,9.894913447839527e-16f,-0.40274668985873685f,-0.9153114791194474f,-0.203118049893271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.061642674842468e-15f,-1.2211943057738466e-15f,0.1562500000000004f,-2.1823365757333863e-15f,0.9940563382223196f,0.108866874851965f,1.3459193143597825f,9.894913447839527e-16f,0.108866874851965f,-0.9940563382223196f,-0.18891836297241704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.6916934245130534e-15f,-1.697014852217084e-15f,0.29374999999999896f,-2.1823365757333863e-15f,0.9354440308298673f,0.3534748437792573f,2.0888202125011115f,9.894913447839527e-16f,0.3534748437792573f,-0.9354440308298673f,0.009932503178098379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.6916934245130534e-15f,-1.697014852217084e-15f,0.331249999999999f,-2.1823365757333863e-15f,0.9354440308298673f,0.3534748437792573f,2.0050279752516835f,9.894913447839527e-16f,0.3534748437792573f,-0.9354440308298673f,-0.12194973018460889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.6916934245130534e-15f,-1.697014852217084e-15f,-0.29375000000000107f,-2.1823365757333863e-15f,0.9354440308298673f,0.3534748437792573f,2.08882021250111f,9.894913447839527e-16f,0.3534748437792573f,-0.9354440308298673f,0.009932503178098934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.6916934245130534e-15f,-1.697014852217084e-15f,-0.331250000000001f,-2.1823365757333863e-15f,0.9354440308298673f,0.3534748437792573f,2.005027975251682f,9.894913447839527e-16f,0.3534748437792573f,-0.9354440308298673f,-0.12194973018460822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880921501671517f,0.15065971911959375f,0.031233824819573718f,0.1936290615831384f,0.13318174886052875f,0.7358170898436551f,0.6639546912737836f,2.166105123534112f,0.07704884521201956f,0.6602081939273546f,-0.7471202153085371f,0.05543405459179268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994954687172609f,-0.005766818950088778f,0.031233824819573718f,0.07844404961628029f,0.01643490771246231f,0.7475921760853423f,0.6639546912737836f,2.17553195107885f,-0.027179069559971507f,0.6641330303901316f,-0.7471202153085371f,0.05899615588689018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9725278273474873f,0.2278289640786358f,0.04778690366231793f,0.0566599338552692f,0.1721201502096479f,0.5655514992489806f,0.806552016666649f,2.1874454949384012f,0.15672995542200677f,0.7926193694479627f,-0.5892285263370485f,0.033108716033044744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9953319491883337f,-0.08384940526515726f,0.04778690366231793f,0.0855889990023807f,-0.011069034019579066f,0.5910594901503866f,0.806552016666649f,2.192471409650862f,-0.09587380982742702f,0.8022580360082688f,-0.5892285263370485f,0.0423344949170871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07288714106249486f,0.04778690366231793f,0.14330755148435745f,0.08152931930583816f,0.5855141454350085f,0.806552016666649f,2.277767693424772f,0.030807362552194597f,0.8073788764658436f,-0.5892285263370485f,0.11073593645888405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08136689548603818f,0.031233824819573718f,0.12499999999999889f,0.08152931930583816f,0.7433149655624198f,0.6639546912737836f,2.110521826173228f,0.030807362552194597f,0.6639746156969428f,-0.7471202153085371f,-0.038658352072927865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880921501671514f,-0.15065971911959564f,-0.031233824819578097f,-0.19362906158314067f,-0.13318174886053305f,0.7358170898436545f,0.6639546912737835f,2.1661051235341118f,-0.0770488452120176f,0.6602081939273549f,-0.747120215308537f,0.05543405459179304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994954687172608f,0.005766818950086849f,-0.031233824819578097f,-0.0784440496162826f,-0.01643490771246668f,0.7475921760853423f,0.6639546912737835f,2.17553195107885f,0.027179069559973484f,0.6641330303901316f,-0.747120215308537f,0.058996155886890306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725278273474869f,-0.2278289640786367f,-0.04778690366232261f,-0.05665993385527161f,-0.17212015020965216f,0.5655514992489795f,0.8065520166666489f,2.1874454949384012f,-0.15672995542200482f,0.7926193694479632f,-0.5892285263370484f,0.0331087160330448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9953319491883337f,0.0838494052651563f,-0.04778690366232261f,-0.08558899900238315f,0.011069034019574694f,0.5910594901503868f,0.8065520166666489f,2.1924714096508615f,0.09587380982742896f,0.8022580360082686f,-0.5892285263370484f,0.04233449491708721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.0728871410624958f,-0.04778690366232261f,-0.1433075514843601f,-0.08152931930584252f,0.585514145435008f,0.8065520166666489f,2.2777676934247717f,-0.030807362552192626f,0.8073788764658437f,-0.5892285263370484f,0.11073593645888427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08136689548604009f,-0.031233824819578097f,-0.1250000000000011f,-0.08152931930584252f,0.7433149655624194f,0.6639546912737835f,2.1105218261732275f,-0.030807362552192626f,0.6639746156969429f,-0.747120215308537f,-0.03865835207292764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.6916934245130534e-15f,-1.697014852217084e-15f,-2.004154985064168e-16f,-2.1823365757333863e-15f,0.9354440308298673f,0.3534748437792573f,1.6200606715048187f,9.894913447839527e-16f,0.3534748437792573f,-0.9354440308298673f,-0.19058158354636384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.844697057651536e-16f,-2.2641319157511135e-15f,9.37606411555158e-17f,-2.1823365757333863e-15f,0.6883545756937542f,0.7253743710122874f,1.3619277056196608f,9.894913447839527e-16f,0.7253743710122874f,-0.6883545756937542f,-0.4625969726759716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9949685182509117f,-0.10016421956649674f,-0.0021855910459052524f,0.16306288286459764f,-0.06064323136746313f,0.5847404513914364f,0.8089505565829418f,0.8694706178097922f,-0.07974989767327381f,0.8050128779250515f,-0.5878726224242191f,-0.8424807463858612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9949685182509117f,-0.08728522298580293f,0.049182695512791565f,0.13375000000000017f,-0.06064323136746313f,0.9154475490888048f,0.3978419074916725f,1.1910660635088244f,-0.07974989767327381f,0.392857575611848f,-0.9161347494258055f,-0.7213168466052039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9905094632383089f,0.1314037550753061f,0.04029958296888638f,-0.13711491575057455f,0.08319435740556762f,0.33980611209010025f,0.9368086811521789f,0.9790402020987596f,0.10940613388303173f,0.9312705618338416f,-0.34751322065563045f,-0.5590976086568649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9905094632383089f,0.0015592254676029293f,-0.1374357015163759f,-0.13374999999999995f,0.08319435740556762f,0.8027523065680943f,-0.5904806797817174f,1.2621228481611855f,0.10940613388303173f,-0.5963105760554188f,-0.7952634750529051f,-0.7438943583482744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9681476403781083f,0.25038000405443955f,-1.6077039109597623e-15f,1.1069024379463374e-16f,0.2384608641761148f,0.9220597461306619f,0.30486429902801027f,1.3109017924088762f,0.07633192442668857f,0.2951536517394938f,-0.9523957996432786f,-0.5580259166164486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9681476403781073f,-0.25016037825103876f,0.010484826350497873f,1.1553784510112466e-16f,-0.23846086417611903f,0.9340173348947928f,0.26598502659436896f,1.3044893825827781f,-0.07633192442668665f,0.2550125551209701f,-0.9639201388310097f,-0.5672694893306617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.7767876029145293e-15f,-1.6077039109597623e-15f,1.1069024379463374e-16f,-2.1823365757333863e-15f,0.9523957996432786f,0.30486429902801027f,1.3109017924088762f,9.894913447839527e-16f,0.30486429902801027f,-0.9523957996432786f,-0.5580259166164486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9713420698132615f,0.2376858923261727f,-2.382569648845424e-15f,1.1130374262396596e-16f,0.12063470869007809f,0.492993363987886f,0.8616291604415253f,1.3209780473666395f,0.20479709585379616f,0.8369366521147337f,-0.507538362960705f,-0.5351825853541532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9713420698132613f,-0.2376858923261732f,-2.382569648845424e-15f,1.1130374262396596e-16f,-0.12063470869008233f,0.492993363987885f,0.8616291604415253f,1.3209780473666395f,-0.20479709585379421f,0.8369366521147341f,-0.507538362960705f,-0.5351825853541532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.5504493640664056e-16f,-2.382569648845424e-15f,1.1130374262396596e-16f,-2.1823365757333863e-15f,0.507538362960705f,0.8616291604415253f,1.3209780473666395f,9.894913447839527e-16f,0.8616291604415253f,-0.507538362960705f,-0.5351825853541532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9600498543859289f,0.27982901403099103f,-2.227758875885733e-15f,-0.18499999999999997f,0.20129214708201335f,0.6906020705691263f,0.6946583704589968f,1.3665329311992247f,0.1943855668939175f,0.6669066674071262f,-0.7193398003386516f,-0.489195686875827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9600498543859285f,-0.2797331236167699f,0.007325069635330198f,0.18500000000000008f,-0.2012921470820175f,0.7085494547428491f,0.6763424736823223f,1.3699718696107255f,-0.19438556689391562f,0.6478480143793112f,-0.7365508819138803f,-0.49069113818611515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4218050137549848e-17f,-2.3961393737085416e-15f,-0.007812499999999826f,-2.1823365757333863e-15f,0.40753370690591667f,0.9131901651548392f,1.2492885406578091f,9.894913447839527e-16f,0.9131901651548392f,-0.40753370690591667f,-0.6294590725293474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.333181172388349e-16f,-2.3360774467065297e-15f,5.5305340313888364e-17f,-2.1823365757333863e-15f,0.605293988042895f,0.7960020025346215f,1.3845339161111434f,9.894913447839527e-16f,0.7960020025346215f,-0.605293988042895f,-0.451602375088018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.36017487942885557f,0.7011954168651781f,0.6153040253368074f,-0.46733555252677056f,-0.22149223750113578f,-0.7049879656049929f,0.6737456174839833f,0.9777697619425325f,0.9062092721635272f,0.10638118122770837f,0.40922829731758237f,-0.09407057004332353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.36017487942885557f,0.7011954168651781f,0.6153040253368074f,-0.5011019474732258f,-0.22149223750113578f,-0.7049879656049929f,0.6737456174839833f,0.957004864676801f,0.9062092721635272f,0.10638118122770837f,0.40922829731758237f,-0.00911345077799286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.36017487942885557f,0.7011954168651781f,0.6153040253368074f,-0.5765143538005193f,-0.22149223750113578f,-0.7049879656049929f,0.6737456174839833f,0.8663254706870692f,0.9062092721635272f,0.10638118122770837f,0.40922829731758237f,-0.11297625500829556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.73533214133202f,0.19375159426834926f,-0.649420481385165f,0.6941394732718661f,0.035056990840468025f,0.9678533829034079f,0.24905990563645727f,2.109333356582283f,0.6767995636207795f,0.16037502586407482f,-0.718486048411394f,0.28390178857699666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4986604594119106f,0.19375159426834926f,-0.8448657088186118f,0.7527039017281318f,-0.04362256387855962f,0.9678533829034079f,0.24770325214476022f,2.1097398727065078f,0.8656990343876811f,0.16037502586407482f,-0.4741782712644415f,0.21069588058978786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6246872368668344f,0.19375159426834926f,-0.7564563277639713f,0.8368901366645947f,-0.0043361719917288655f,0.9678533829034079f,0.251477686514903f,2.07181496166716f,0.7808630185302272f,0.16037502586407482f,-0.6037655152217289f,0.3378636618666516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.7049504497917077e-21f,-3.740149682905894e-20f,-0.007217499999998317f,-3.4099008995834165e-20f,0.000007093601558430428f,0.000013921976940443244f,0.8473849675246237f,1.5460802262249262e-20f,0.000013921976940443244f,-0.000007093601558430428f,0.008532324797402902f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162.mcfunction new file mode 100644 index 000000000..f48e8864b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162_as_bone.mcfunction new file mode 100644 index 000000000..bd476df1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_162_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6217011282320679f,-0.10962268284420736f,-0.5180878487336454f,0.047698954663725576f,-0.45168233695984406f,0.5268422932001496f,0.4305400202287191f,1.7989650384589568f,0.2764330263877892f,0.614300016234812f,-0.46169764610667224f,-0.5652890006301599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6037496152640066f,0.1338480672767581f,-0.507514627330918f,0.047698954663725576f,-0.21128448904862498f,0.6461291349506025f,0.42175348920364325f,1.7989650384589568f,0.48046359566155017f,0.45232934445408524f,-0.45227524516571976f,-0.5652890006301599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6217011282320704f,0.10962268284420656f,0.5180878487336424f,-0.04769895466372703f,0.45168233695984145f,0.5268422932001501f,0.4305400202287213f,1.7989650384589566f,-0.2764330263877878f,0.6143000162348117f,-0.46169764610667346f,-0.5652890006301599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6037496152640086f,-0.13384806727675974f,0.5075146273309151f,-0.04769895466372703f,0.21128448904862254f,0.646129134950602f,0.42175348920364536f,1.7989650384589566f,-0.4804635956615488f,0.45232934445408557f,-0.452275245165721f,-0.5652890006301599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1086973036695318f,-0.29927790448795405f,1.0595420117773575f,-0.6776565930089319f,0.8121371568786852f,-0.7929694505235593f,-1.07379650723653f,1.6140790448737898f,0.7433907298674882f,1.3126455867528235f,-0.40710936654100627f,0.4179309675652986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4386391317807684f,0.6028810857861011f,-0.6664308729883284f,-0.5431380869842022f,-0.12314958477334426f,0.6942587729308458f,0.7091113706454786f,1.6547989653687907f,0.8901853132021257f,0.39311468124445337f,-0.23028451000730651f,0.09697194543122109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7180448127016382f,0.35264036338939325f,-0.6000470157086575f,-0.29843750000000013f,-0.2913768285330886f,0.6306436202476217f,0.7192969957082906f,1.757034096343506f,0.6320689762567597f,0.6913272729681437f,-0.3500791494850293f,-0.11984606774587248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5907484189508875f,-0.41409640149397625f,0.6924886105754854f,0.5342762855252332f,0.3326504808022572f,0.6569228434203407f,0.6766062632096762f,1.6665036591279687f,-0.735091805918862f,0.6300607495014067f,-0.25032676406783194f,0.09215555485279098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7161604445511301f,-0.347947181752947f,0.6050181620170665f,0.2984374999999999f,0.29785650085772775f,0.6315917064952677f,0.7158026412239522f,1.7570340963435072f,-0.6311859651141795f,0.692838130443596f,-0.3486826672582172f,-0.11984606774587314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3704555081690273e-15f,-2.8553192242087417e-16f,-0.15624999999999922f,-2.0883660962014257e-15f,0.9263643838751181f,-0.3766285016932104f,1.3039917260429337f,1.1572877097622095e-15f,-0.3766285016932104f,-0.9263643838751181f,-0.13893866145913109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.080746990604183e-15f,-1.1709311491381025e-15f,-0.1562499999999996f,-2.0883660962014257e-15f,0.9999785816641291f,0.006544937967352227f,1.4915286159672538f,1.1572877097622095e-15f,0.006544937967352227f,-0.9999785816641291f,-0.14396135172565333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3798379035468267e-15f,-1.9224814114078522e-16f,0.15625000000000078f,-2.0883660962014257e-15f,0.910863824921176f,-0.4127070298043944f,1.3043188725891581f,1.1572877097622095e-15f,-0.4127070298043944f,-0.910863824921176f,-0.15611966099574517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.96487601079026e-15f,-1.3564107258316694e-15f,0.1562500000000004f,-2.0883660962014257e-15f,0.9951847266721969f,0.09801714032956094f,1.4915286159672547f,1.1572877097622095e-15f,0.09801714032956094f,-0.9951847266721969f,-0.14396135172565372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.5853882244370492e-15f,-1.78525403591382e-15f,0.29374999999999907f,-2.0883660962014257e-15f,0.9432226579476011f,0.33216113188370355f,2.238245123665452f,1.1572877097622095e-15f,0.33216113188370355f,-0.9432226579476011f,0.027470172658095898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.5853882244370492e-15f,-1.78525403591382e-15f,0.3312499999999991f,-2.0883660962014257e-15f,0.9432226579476011f,0.33216113188370355f,2.1514823975360993f,1.1572877097622095e-15f,0.33216113188370355f,-0.9432226579476011f,-0.1024770930099547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.5853882244370492e-15f,-1.78525403591382e-15f,-0.29375000000000095f,-2.0883660962014257e-15f,0.9432226579476011f,0.33216113188370355f,2.2382451236654513f,1.1572877097622095e-15f,0.33216113188370355f,-0.9432226579476011f,0.027470172658096564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.5853882244370492e-15f,-1.78525403591382e-15f,-0.3312500000000009f,-2.0883660962014257e-15f,0.9432226579476011f,0.33216113188370355f,2.151482397536098f,1.1572877097622095e-15f,0.33216113188370355f,-0.9432226579476011f,-0.10247709300995392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880370618185953f,0.1514475192069319f,0.029093184750780085f,0.19378233262753852f,0.1360585041267234f,0.767237766568054f,0.6267649423878645f,2.31899313249103f,0.07260060555997738f,0.6232253673252803f,-0.7786650715131598f,0.0695217725639869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995642976829106f,-0.004980100272768698f,0.029093184750780085f,0.07859732066068043f,0.014360968593045101f,0.7790760358107589f,0.6267649423878645f,2.3284983482385426f,-0.025787155305295434f,0.6269096657626732f,-0.7786650715131598f,0.0728690874263789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.972227838387485f,0.22972301982923565f,0.04472543375904668f,0.056699577178222896f,0.18069105922274242f,0.6153323124126864f,0.7672788843815656f,2.3379834471104366f,0.14874061779272557f,0.7540513772027692f,-0.6397520997677504f,0.04802742040182045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.995631938148336f,-0.08195534951455741f,0.04472543375904668f,0.08565261314275668f,-0.018300732413491796f,0.6410524134384881f,0.7672788843815656f,2.343621653351141f,-0.09155395639795098f,0.7631088545618093f,-0.6397520997677504f,0.05681365758412371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07480480645627542f,0.04472543375904668f,0.14348523934270094f,0.08220727132984143f,0.6360228597485175f,0.7672788843815656f,2.4331822040680198f,0.028949750161228183f,0.7680359124470398f,-0.6397520997677504f,0.119423078866842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08215661930089793f,0.029093184750780085f,0.12499999999999893f,0.08220727132984143f,0.7748597754007103f,0.6267649423878645f,2.25883875460286f,0.028949750161228183f,0.6267715838892256f,-0.7786650715131598f,-0.021600527508233547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988037061818595f,-0.15144751920693364f,-0.029093184750784505f,-0.1937823326275407f,-0.13605850412672754f,0.7672377665680532f,0.6267649423878645f,2.318993132491029f,-0.0726006055599751f,0.6232253673252808f,-0.7786650715131597f,0.06952177256398734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995642976829104f,0.0049801002727669075f,-0.029093184750784505f,-0.07859732066068262f,-0.014360968593049278f,0.7790760358107589f,0.6267649423878645f,2.3284983482385426f,0.025787155305297745f,0.6269096657626733f,-0.7786650715131597f,0.07286908742637908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9722278383874847f,-0.22972301982923649f,-0.04472543375905136f,-0.056699577178225186f,-0.18069105922274648f,0.6153323124126853f,0.7672788843815654f,2.3379834471104357f,-0.1487406177927233f,0.7540513772027697f,-0.6397520997677502f,0.04802742040182055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9956319381483358f,0.08195534951455653f,-0.04472543375905136f,-0.08565261314275897f,0.018300732413487605f,0.6410524134384883f,0.7672788843815654f,2.3436216533511405f,0.09155395639795329f,0.7631088545618092f,-0.6397520997677502f,0.05681365758412388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.07480480645627628f,-0.04472543375905136f,-0.14348523934270346f,-0.0822072713298456f,0.636022859748517f,0.7672788843815654f,2.433182204068019f,-0.02894975016122588f,0.7680359124470401f,-0.6397520997677502f,0.11942307886684231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08215661930089971f,-0.029093184750784505f,-0.12500000000000105f,-0.0822072713298456f,0.7748597754007098f,0.6267649423878645f,2.2588387546028597f,-0.02894975016122588f,0.6267715838892258f,-0.7786650715131597f,-0.02160052750823327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.5853882244370492e-15f,-1.78525403591382e-15f,-1.8827656443499467e-16f,-2.0883660962014257e-15f,0.9432226579476011f,0.33216113188370355f,1.7650571070333485f,1.1572877097622095e-15f,0.33216113188370355f,-0.9432226579476011f,-0.162357399537769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.380659546145763e-16f,-2.2706489031924587e-15f,8.849816854547141e-17f,-2.0883660962014257e-15f,0.7313537016191701f,0.6819983600624989f,1.4907994689261597f,1.1572877097622095e-15f,0.6819983600624989f,-0.7313537016191701f,-0.4181067845612061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9947475741323986f,-0.10235241621565513f,0.0011165359490347762f,0.16186762379080674f,-0.0693168822376636f,0.6816262744423214f,0.7284097691730467f,0.9638454259340894f,-0.07531556010917044f,0.7245064560683354f,-0.6851408333479646f,-0.7321978535454121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9947475741323986f,-0.08651973845695886f,0.05469550817980963f,0.13312500000000022f,-0.0693168822376636f,0.9625796704420468f,0.26198386951972924f,1.2980950091941652f,-0.07531556010917044f,0.2568164965671406f,-0.9635210706032442f,-0.6602005626613213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9901462402487813f,0.13496044571122492f,0.037364435157383226f,-0.1377723976805823f,0.09483279746622754f,0.4498905677147199f,0.8880344687038093f,1.093292302825497f,0.10303962075790193f,0.882827364310121f,-0.458256130760204f,-0.4837465103758041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9901462402487813f,0.007145918505207917f,-0.1398547774297314f,-0.13312499999999994f,0.09483279746622754f,0.7690590436670733f,-0.6321035736954953f,1.3631386958247005f,0.10303962075790193f,-0.6391377967250911f,-0.7621585880585906f,-0.6874417961264203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759969f,0.24192189559966606f,-1.6166681173134025e-15f,1.0813584681717699e-16f,0.23511380411497035f,0.942989962755413f,0.23556618869679097f,1.4313080554994257f,0.05698861890871782f,0.22856886614762095f,-0.9718583079558809f,-0.5084924092087543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.970295726275996f,-0.24163307408222356f,0.011817828908560611f,1.135134861736894e-16f,-0.23511380411497435f,0.953371516340944f,0.18922011242030945f,1.4230705568444044f,-0.05698861890871556f,0.18082093169581814f,-0.9818635791063509f,-0.5187105023003751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.7569780856324238e-15f,-1.6166681173134025e-15f,1.0813584681717699e-16f,-2.0883660962014257e-15f,0.9718583079558809f,0.23556618869679097f,1.4313080554994257f,1.1572877097622095e-15f,0.23556618869679097f,-0.9718583079558809f,-0.5084924092087543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9738769792773337f,0.22707626303437298f,-2.369760310760978e-15f,1.0861721707226853e-16f,0.13347207855728888f,0.5724305259663589f,0.8090169943749479f,1.4432341598937413f,0.18370855581396486f,0.7878830266659016f,-0.5877852522924724f,-0.48655539033454953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9738769792773335f,-0.22707626303437353f,-2.369760310760978e-15f,1.0861721707226853e-16f,-0.13347207855729293f,0.572430525966358f,0.8090169943749479f,1.4432341598937413f,-0.1837085558139626f,0.787883026665902f,-0.5877852522924724f,-0.48655539033454953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.912453681559109e-16f,-2.369760310760978e-15f,1.0861721707226853e-16f,-2.0883660962014257e-15f,0.5877852522924724f,0.8090169943749479f,1.4432341598937413f,1.1572877097622095e-15f,0.8090169943749479f,-0.5877852522924724f,-0.48655539033454953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9630451367077629f,0.26934005395322524f,-2.2175154465825163e-15f,-0.18562499999999996f,0.20857495653807515f,0.7457750697856144f,0.6327053285625167f,1.4893485385524068f,0.170412887331523f,0.6093237896412185f,-0.7743926440821851f,-0.4467162650065286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9630451367077625f,-0.2692144312840229f,0.008225244795582742f,0.18562500000000007f,-0.2085749565380791f,0.7647491134935458f,0.6096353671794101f,1.4932023789200441f,-0.17041288733152074f,0.5853907954514284f,-0.7926393028560207f,-0.44878720043731124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-7.214536824582947e-17f,-2.3865001237734964e-15f,-0.007812499999999824f,-2.0883660962014257e-15f,0.5109180506301206f,0.8596294233798176f,1.3621821334018063f,1.1572877097622095e-15f,0.8596294233798176f,-0.5109180506301206f,-0.5746216532154093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.627012050336906e-16f,-2.3203351371696012e-15f,5.0236967050023165e-17f,-2.0883660962014257e-15f,0.6771970881832682f,0.7358016742003942f,1.5134933577927552f,1.1572877097622095e-15f,0.7358016742003942f,-0.6771970881832682f,-0.4102159666362587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3774341333787467f,0.7996602698753014f,0.46699778130478803f,-0.4144171499978702f,-0.26779630401829496f,-0.5770033291891423f,0.7715907578883948f,0.9540780455340524f,0.8864697482231279f,0.16616440920849043f,0.4319268162520338f,-0.05902651059726505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3774341333787467f,0.7996602698753014f,0.46699778130478803f,-0.4498016000021277f,-0.26779630401829496f,-0.5770033291891423f,0.7715907578883948f,0.9289721420323372f,0.8864697482231279f,0.16616440920849043f,0.4319268162520338f,0.02408002829865319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3774341333787467f,0.7996602698753014f,0.46699778130478803f,-0.5021590421957172f,-0.26779630401829496f,-0.5770033291891423f,0.7715907578883948f,0.8257864800999356f,0.8864697482231279f,0.16616440920849043f,0.4319268162520338f,-0.082262263587111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8047680464527092f,0.15263611415263653f,-0.5736293298507962f,0.6789877583392705f,0.00425560984168466f,0.9678326899953504f,0.2515586889003036f,2.2953313463873477f,0.5935741581248004f,0.20000525201290997f,-0.779530382970213f,0.25962731711198667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.545745329300966f,0.15263611415263653f,-0.8239321890802445f,0.7433711791607281f,-0.08617761748050012f,0.9678326899953504f,0.23637534224565165f,2.299236838318818f,0.8335079206531664f,0.20000525201290997f,-0.5150363534505963f,0.19159361402226566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6867564887622148f,0.15263611415263653f,-0.7106811815430161f,0.8177816459814518f,-0.041658580602348505f,0.9678326899953504f,0.24812183869736656f,2.2600658165484777f,0.7256928329570244f,0.20000525201290997f,-0.6583067760262391f,0.32435648197106204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.631536012657364e-21f,-3.727040591891968e-20f,-0.007217499999998327f,-3.2630720253147276e-20f,0.000008164040073686694f,0.000013322502568032697f,1.0141020126163416f,1.8082620465034524e-20f,0.000013322502568032697f,-0.000008164040073686694f,0.0906445123088685f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163.mcfunction new file mode 100644 index 000000000..f84637fa1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163_as_bone.mcfunction new file mode 100644 index 000000000..ff4c79150 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_163_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6380620916575006f,-0.11250756212649549f,-0.4971551670237898f,0.045664665970875734f,-0.4208514849628262f,0.5656738396881634f,0.41211840427415813f,1.8478296108594598f,0.2875851860556861f,0.578186475110969f,-0.4999396015565415f,-0.5631991137141729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6196381586892749f,0.13737047255131069f,-0.4870091432069778f,0.045664665970875734f,-0.16882488158020978f,0.6697149779720662f,0.4037078245950937f,1.8478296108594598f,0.4770185653154321f,0.41546504251369265f,-0.48973675254518356f,-0.5631991137141729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.638062091657503f,0.11250756212649476f,0.49715516702378687f,-0.04566466597087719f,0.42085148496282365f,0.5656738396881639f,0.41211840427416f,1.8478296108594598f,-0.2875851860556844f,0.5781864751109688f,-0.4999396015565429f,-0.5631991137141727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6196381586892767f,-0.13737047255131224f,0.4870091432069749f,-0.04566466597087719f,0.16882488158020728f,0.6697149779720657f,0.4037078245950956f,1.8478296108594598f,-0.4770185653154304f,0.41546504251369304f,-0.4897367525451849f,-0.5631991137141727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9624801778783988f,-0.1425154581538547f,1.2225904880123852f,-0.7038442155462237f,0.9978958890115732f,-0.8182309359387306f,-0.88097002228602f,1.6354768612799913f,0.720584451598123f,1.3234778916400627f,-0.4130018988515748f,0.37766158448619236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5036890835333044f,0.42836233161086446f,-0.7502019861252592f,-0.5473437770325449f,-0.1924689464951561f,0.7909333581878213f,0.5808443229823118f,1.6980931266565955f,0.8421716047008617f,0.43695553064658565f,-0.3159380516381907f,0.07957123536092403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7275188505393998f,0.17956984543528084f,-0.6621714224580971f,-0.29843750000000013f,-0.3760892653689611f,0.7028371639853732f,0.6038019421923324f,1.830194377545707f,0.5738233060656089f,0.6883128587578085f,-0.4437929944068377f,-0.11880364386891967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6070287458609293f,-0.1891452052044018f,0.7718420777896813f,0.5388192573507966f,0.45731603406689797f,0.7111735319426519f,0.53394218081131f,1.7127108472695862f,-0.6499062599204837f,0.6770940103208701f,-0.34520364207778875f,0.07444088910854132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7241011022975297f,-0.17401894111156138f,0.6673792038907967f,0.2984374999999999f,0.38297170681438597f,0.7033074245955769f,0.598908455682847f,1.8301943775457081f,-0.5735941643977722f,0.6892576257417451f,-0.44262135050816726f,-0.11880364386892045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3424028831873067e-15f,-4.178166923638172e-16f,-0.15624999999999922f,-1.9815201452341835e-15f,0.917060074385124f,-0.3987490689252456f,1.377695305116913f,1.3171939756972579e-15f,-0.3987490689252456f,-0.917060074385124f,-0.11238958995511897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.004206554738965e-15f,-1.2824110657364964e-15f,-0.1562499999999996f,-1.9815201452341835e-15f,0.999847695156391f,-0.017452406437282963f,1.5650576704185033f,1.3171939756972579e-15f,-0.017452406437282963f,-0.999847695156391f,-0.12191096425683695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3525373661802304e-15f,-3.563565578291421e-16f,0.15625000000000075f,-1.9815201452341835e-15f,0.9063077870366504f,-0.4226182617406989f,1.3777264411341286f,1.3171939756972579e-15f,-0.4226182617406989f,-0.9063077870366504f,-0.13202644915894995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.8591788435496427e-15f,-1.4848825149753303e-15f,0.1562500000000004f,-1.9815201452341835e-15f,0.9961946980917455f,0.08715574274765875f,1.5650576704185037f,1.3171939756972579e-15f,0.08715574274765875f,-0.9961946980917455f,-0.12191096425683734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.474244949081728e-15f,-1.8676251994683145e-15f,0.2937499999999991f,-1.9815201452341835e-15f,0.9505157316277835f,0.31067642963073216f,2.314325827758984f,1.3171939756972579e-15f,0.31067642963073216f,-0.9505157316277835f,0.02207212334021119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.474244949081728e-15f,-1.8676251994683145e-15f,0.33124999999999916f,-1.9815201452341835e-15f,0.9505157316277835f,0.31067642963073216f,2.224637276583392f,1.3171939756972579e-15f,0.31067642963073216f,-0.9505157316277835f,-0.10587328020373507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.474244949081728e-15f,-1.8676251994683145e-15f,-0.2937500000000009f,-1.9815201452341835e-15f,0.9505157316277835f,0.31067642963073216f,2.314325827758983f,1.3171939756972579e-15f,0.31067642963073216f,-0.9505157316277835f,0.02207212334021197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.474244949081728e-15f,-1.8676251994683145e-15f,-0.3312500000000008f,-1.9815201452341835e-15f,0.9505157316277835f,0.31067642963073216f,2.2246372765833913f,1.3171939756972579e-15f,0.31067642963073216f,-0.9505157316277835f,-0.10587328020373421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879859011810529f,0.15217915040990687f,0.026932605666395205f,0.1939300682927169f,0.13876366832172973f,0.7968112410680072f,0.5880786430925362f,2.3983728243970757f,0.0680331053337974f,0.5847506753208419f,-0.8083552092307315f,0.06047829539606467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996282192535566f,-0.004249473377009649f,0.026932605666395205f,0.07874505632585879f,0.012406517065067166f,0.8087085926789421f,0.5880786430925362f,2.4079515352395258f,-0.024279654163057073f,0.5881941466074468f,-0.8083552092307315f,0.06360910069047203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9719479533926113f,0.23149014413955468f,0.04158712615897557f,0.056744615421418745f,0.18880988289955597f,0.6625292918604565f,0.724848788056059f,2.415164351807534f,0.14024266118186113f,0.7123673564904068f,-0.6876516162938173f,0.04000058749078636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959118231432097f,-0.08018822520423838f,0.04158712615897557f,0.08572001578266666f,-0.02516394098353296f,0.6884482627822074f,0.724848788056059f,2.421383255489865f,-0.08675492261390977f,0.7208389820277169f,-0.6876516162938173f,0.04830823673081088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07659395819340561f,0.04158712615897557f,0.1436502583413573f,0.08284290458335124f,0.6839088298990266f,0.724848788056059f,2.5148246051960665f,0.027077234978658337f,0.7255357179039575f,-0.6876516162938173f,0.10486303929809568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08289003707270358f,0.026932605666395205f,0.12499999999999903f,0.08284290458335124f,0.8045499131182817f,0.5880786430925362f,2.3338008747444534f,0.027077234978658337f,0.5880720015911749f,-0.8083552092307315f,-0.027453161059918463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879859011810526f,-0.15217915040990848f,-0.026932605666399666f,-0.19393006829271886f,-0.13876366832173365f,0.7968112410680066f,0.5880786430925362f,2.398372824397075f,-0.0680331053337948f,0.5847506753208422f,-0.8083552092307313f,0.06047829539606517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996282192535565f,0.004249473377007998f,-0.026932605666399666f,-0.07874505632586079f,-0.012406517065071121f,0.8087085926789422f,0.5880786430925362f,2.4079515352395253f,0.02427965416305971f,0.5881941466074468f,-0.8083552092307313f,0.06360910069047224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.971947953392611f,-0.23149014413955543f,-0.041587126158980255f,-0.05674461542142081f,-0.18880988289955986f,0.6625292918604556f,0.724848788056059f,2.4151643518075336f,-0.14024266118185857f,0.7123673564904074f,-0.6876516162938172f,0.04000058749078653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9959118231432096f,0.08018822520423757f,-0.041587126158980255f,-0.08572001578266875f,0.025163940983529032f,0.6884482627822078f,0.724848788056059f,2.4213832554898644f,0.08675492261391239f,0.7208389820277166f,-0.6876516162938172f,0.04830823673081111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.0765939581934064f,-0.041587126158980255f,-0.1436502583413596f,-0.08284290458335518f,0.6839088298990263f,0.724848788056059f,2.514824605196066f,-0.027077234978655714f,0.7255357179039577f,-0.6876516162938172f,0.10486303929809607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08289003707270522f,-0.026932605666399666f,-0.12500000000000097f,-0.08284290458335518f,0.8045499131182815f,0.5880786430925362f,2.333800874744453f,-0.027077234978655714f,0.5880720015911751f,-0.8083552092307313f,-0.02745316105991813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.474244949081728e-15f,-1.8676251994683145e-15f,-1.733674723793909e-16f,-1.9815201452341835e-15f,0.9505157316277835f,0.31067642963073216f,1.8369529238592537f,1.3171939756972579e-15f,0.31067642963073216f,-0.9505157316277835f,-0.15697121463230035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.911512567185965e-16f,-2.2767810601633073e-15f,8.581424889008277e-17f,-1.9815201452341835e-15f,0.7716245833877198f,0.6360782202777641f,1.5475937050888589f,1.3171939756972579e-15f,0.6360782202777641f,-0.7716245833877198f,-0.3955005472364619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9945218953682732f,-0.10442897533223444f,0.004559467529972813f,0.1605463030852007f,-0.07767978659246251f,0.7675574329910684f,0.6362557958990324f,0.9951577965006052f,-0.06994319400804329f,0.6324161416118512f,-0.771464693580161f,-0.6408989951784048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9945218953682732f,-0.08541490048997571f,0.06025358418704112f,0.13250000000000023f,-0.07767978659246251f,0.9896388907065046f,0.12075063874012681f,1.3346442772078222f,-0.06994319400804329f,0.11540866854568027f,-0.990852556557466f,-0.619146698166791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9897762309077891f,0.13845225669786335f,0.03426346954469209f,-0.13847365490355926f,0.10599395404660734f,0.5532637420568901f,0.8262351441513321f,1.1380643786491904f,0.0954373848946877f,0.8214196274380567f,-0.5622824034450905f,-0.4284499343299327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9897762309077891f,0.01292682827258634f,-0.14204192986855024f,-0.13249999999999995f,0.10599395404660734f,0.7330412616235124f,-0.6718748324375418f,1.3934575441329933f,0.0954373848946877f,-0.6800613250790111f,-0.7269169826715035f,-0.6501403110545858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9723699203976771f,0.23344536385590364f,-1.626174608597392e-15f,1.0806643301094527e-16f,0.23024380111669754f,0.9590344518561328f,0.16504760586067774f,1.4801325388461595f,0.03852959840369325f,0.160487327372574f,-0.9862856015372314f,-0.48009209401381236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9723699203976762f,-0.2330813674830325f,0.013031271544111841f,1.1388710021627149e-16f,-0.23024380111670134f,0.9667522967427452f,0.1112555112790383f,1.4699026258293828f,-0.03852959840369068f,0.105181143152501f,-0.9937063938467858f,-0.49106246875589316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.7369450762574984e-15f,-1.626174608597392e-15f,1.0806643301094527e-16f,-1.9815201452341835e-15f,0.9862856015372314f,0.16504760586067774f,1.4801325388461595f,1.3171939756972579e-15f,0.16504760586067774f,-0.9862856015372314f,-0.48009209401381236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199335f,0.21643961393810252f,-2.356869984317792e-15f,1.0843388357478774e-16f,0.14341722742345933f,0.6469133073106426f,0.7489557207890021f,1.4938276553885672f,0.16210368706430642f,0.7312024797159341f,-0.6626200482157374f,-0.4592108871517829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199333f,-0.21643961393810313f,-2.356869984317792e-15f,1.0843388357478774e-16f,-0.14341722742346322f,0.6469133073106417f,0.7489557207890021f,1.4938276553885672f,-0.16210368706430386f,0.7312024797159348f,-0.6626200482157374f,-0.4592108871517829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.264750106882585e-16f,-2.356869984317792e-15f,1.0843388357478774e-16f,-1.9815201452341835e-15f,0.6626200482157374f,0.7489557207890021f,1.4938276553885672f,1.3171939756972579e-15f,0.7489557207890021f,-0.6626200482157374f,-0.4592108871517829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9659258262890685f,0.25881904510251985f,-2.207879419720103e-15f,-0.18624999999999994f,0.21329955318312802f,0.7960447697111815f,0.5664062369248328f,1.5398175128852063f,0.1465967213809986f,0.5471064124169006f,-0.8241261886220156f,-0.42528108063982645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9659258262890681f,-0.25866137953330165f,0.009032654411097702f,0.18625000000000005f,-0.21329955318313185f,0.8153271333437163f,0.538279635733504f,1.5440107859270624f,-0.14659672138099605f,0.5180115407705186f,-0.8427178916511122f,-0.42800445483536986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.5712930976514568e-16f,-2.374180371327077e-15f,-0.0078124999999998205f,-1.9815201452341835e-15f,0.6073758397232869f,0.7944146205354179f,1.4039535780573948f,1.3171939756972579e-15f,0.7944146205354179f,-0.6073758397232869f,-0.5401338698583074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-5.911816388594568e-16f,-2.3047616634822558e-15f,4.7837765591693485e-17f,-1.9815201452341835e-15f,0.7431448254773942f,0.6691306063588581f,1.57f,1.3171939756972579e-15f,0.6691306063588581f,-0.7431448254773942f,-0.390625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3778210773300764f,0.8759535748299012f,0.2999276050447121f,-0.36228963700015065f,-0.31407930053666294f,-0.42598542729768174f,0.8484636755362078f,0.8553762204277268f,0.8709795786926009f,0.2263664075624467f,0.43606515915368776f,-0.018977559683351325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3778210773300764f,0.8759535748299012f,0.2999276050447121f,-0.3977103629998453f,-0.31407930053666294f,-0.42598542729768174f,0.8484636755362078f,0.8259312860024146f,0.8709795786926009f,0.2263664075624467f,0.43606515915368776f,0.06267677581908002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3778210773300764f,0.8759535748299012f,0.2999276050447121f,-0.4249891407567048f,-0.31407930053666294f,-0.42598542729768174f,0.8484636755362078f,0.7133842018846395f,0.8709795786926009f,0.2263664075624467f,0.43606515915368776f,-0.04356016580518883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8562181695003002f,0.09671878720675897f,-0.5074799724312369f,0.6646249033245109f,-0.038569880771049336f,0.9676094371704487f,0.24948815882922082f,2.4029129917116756f,0.5151726026438732f,0.23318973669512383f,-0.8247543489944122f,0.20889454095756926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5757835190831806f,0.09671878720675897f,-0.8118613276622075f,0.7332495966754872f,-0.13671131558956823f,0.9676094371704487f,0.21223099040539994f,2.4113128549564866f,0.8060914063193814f,0.23318973669512383f,-0.5439110141908334f,0.14557664254051084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7319967290770811f,0.09671878720675897f,-0.6744080847837666f,0.800098462717564f,-0.08959854127798389f,0.9676094371704487f,0.23601711484454874f,2.371710356107399f,0.6753909164486236f,0.23318973669512383f,-0.6996210807849828f,0.2821787538667875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.5480626134642058e-21f,-3.714547914865792e-20f,-0.007217499999998335f,-3.0961252269284116e-20f,0.000009184144567069892f,0.000012640890537108556f,1.11144517194118f,2.0581155870269657e-20f,0.000012640890537108556f,-0.000009184144567069892f,0.14787328659912735f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164.mcfunction new file mode 100644 index 000000000..25baba771 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164_as_bone.mcfunction new file mode 100644 index 000000000..11a2bbfab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_164_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6537398022134733f,-0.11527196549325133f,-0.47569011910870684f,0.043715331540837774f,-0.39008469603239815f,0.602107074865543f,0.3901864230885223f,1.8021382167849667f,0.29563938399280393f,0.5395589762135614f,-0.5370455383523574f,-0.5479051200210472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6348631780539746f,0.14074577808310007f,-0.4659821574942435f,0.043715331540837774f,-0.1273223162932598f,0.6911543052139956f,0.382223434862226f,1.8021382167849667f,0.46982738630791443f,0.3774868902835461f,-0.5260854253247582f,-0.5479051200210472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6537398022134757f,0.11527196549325068f,0.4756901191087038f,-0.04371533154083923f,0.39008469603239576f,0.6021070748655435f,0.39018642308852414f,1.8021382167849667f,-0.295639383992802f,0.5395589762135611f,-0.5370455383523587f,-0.5479051200210471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6348631780539765f,-0.14074577808310154f,0.4659821574942405f,-0.04371533154083923f,0.1273223162932574f,0.691154305213995f,0.38222343486222776f,1.8021382167849667f,-0.4698273863079126f,0.37748689028354654f,-0.5260854253247595f,-0.5479051200210471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9076058264958948f,-0.11672038122142855f,1.2665047438988246f,-0.7545264695613595f,1.0776688627478088f,-0.755767831900607f,-0.841932928758639f,1.6205203043847154f,0.6754907371493315f,1.3625702135566373f,-0.35849815502129534f,0.3417790945029264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5968070755461106f,0.32647117288420713f,-0.7329651341323878f,-0.5682107273545243f,-0.18611831135266882f,0.8322440001280687f,0.5222354817800703f,1.6807707928389553f,0.7805006654432336f,0.44809206367268023f,-0.43592684445469565f,0.07053786233672385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7839470918953841f,0.07203891670833776f,-0.6166338878039864f,-0.2984375000000002f,-0.3606848402634556f,0.755574492443866f,0.5468213898269889f,1.8084871666158406f,0.5053052573572688f,0.6510895336646746f,-0.5663470808960005f,-0.10579877135566074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5848768111388093f,-0.03206178297815318f,0.8104882219158765f,0.5375109460294573f,0.5417999062459753f,0.7281699792030294f,0.4197872591912627f,1.6796499067204753f,-0.6036323196979682f,0.6846462761599758f,-0.4085186643916387f,0.0822066259521319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7155563264273745f,-0.06992032316339099f,0.6950469711598543f,0.29843749999999986f,0.4204980702051612f,0.7514073793206456f,0.508496138880341f,1.808487166615842f,-0.5578176374618284f,0.6561235392143819f,-0.5082729430387748f,-0.10579877135566162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.307266745163625e-15f,-5.485895274342771e-16f,-0.15624999999999922f,-1.8624574636492634e-15f,0.9072276394717496f,-0.4206400006876632f,1.358208840411035f,1.4682242672853717e-15f,-0.4206400006876632f,-0.9072276394717496f,-0.07403627425756107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9217003985825163e-15f,-1.3897833935676127e-15f,-0.15624999999999958f,-1.8624574636492634e-15f,0.9991410066896869f,-0.04143970018133836f,1.545288781039218f,1.4682242672853717e-15f,-0.04143970018133836f,-0.9991410066896869f,-0.08805084933337254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.3142498910729436e-15f,-5.183413398691824e-16f,0.15625000000000075f,-1.8624574636492634e-15f,0.9016439075888164f,-0.4324792063301657f,1.3578583563914812f,1.4682242672853717e-15f,-0.4324792063301657f,-0.9016439075888164f,-0.09612230622596124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.745028526439948e-15f,-1.6060217136948473e-15f,0.15625000000000042f,-1.8624574636492634e-15f,0.9970861323044666f,0.0762839745039528f,1.5452887810392184f,1.4682242672853717e-15f,0.0762839745039528f,-0.9970861323044666f,-0.08805084933337298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.3586033449845882e-15f,-1.9438691452732097e-15f,0.29374999999999923f,-1.8624574636492634e-15f,0.9573194975320671f,0.2890317969444724f,2.2958485664402524f,1.4682242672853717e-15f,0.2890317969444724f,-0.9573194975320671f,0.02852242217358092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.3586033449845882e-15f,-1.9438691452732097e-15f,0.33124999999999916f,-1.8624574636492634e-15f,0.9573194975320671f,0.2890317969444724f,2.2032803602122883f,1.4682242672853717e-15f,0.2890317969444724f,-0.9573194975320671f,-0.09735525533810944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.3586033449845882e-15f,-1.9438691452732097e-15f,-0.2937500000000008f,-1.8624574636492634e-15f,0.9573194975320671f,0.2890317969444724f,2.2958485664402515f,1.4682242672853717e-15f,0.2890317969444724f,-0.9573194975320671f,0.028522422173581807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.3586033449845882e-15f,-1.9438691452732097e-15f,-0.3312500000000008f,-1.8624574636492634e-15f,0.9573194975320671f,0.2890317969444724f,2.203280360212287f,1.4682242672853717e-15f,0.2890317969444724f,-0.9573194975320671f,-0.09735525533810847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879387033174698f,0.1528541113050379f,0.024753568319400322f,0.194072167328028f,0.1412919698619654f,0.8244668169642727f,0.5479881814212106f,2.3830203957495524f,0.06335375079599939f,0.5448762138155302f,-0.8361197365677546f,0.06309575489599102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996871896205475f,-0.0035754389979904128f,0.024753568319400322f,0.07888715536116994f,0.010577405797154882f,0.8364191960430348f,0.5479881814212106f,2.3926676707451966f,-0.022663658027200398f,0.5480785935672867f,-0.8361197365677546f,0.0660084389422233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9716886532015425f,0.23312730111367064f,0.03837737243257314f,0.056795141614410447f,0.19644548623141445f,0.7069479505724598f,0.6794363591394721f,2.397777598437336f,0.1312643598951202f,0.6677396623361942f,-0.7327301079964368f,0.043805937943165396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9961711233342785f,-0.07855106823012241f,0.03837737243257314f,0.08579126152993002f,-0.03162817108827386f,0.733052448787199f,0.6794363591394721f,2.404543152638139f,-0.0815030786445067f,0.6756210750169045f,-0.7327301079964368f,0.05159810909123476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07825152253513865f,0.03837737243257314f,0.14380249538454765f,0.08343589185422039f,0.7289750927362257f,0.6794363591394721f,2.5014657636175834f,0.02519078094038728f,0.6800529489614346f,-0.7327301079964368f,0.10186090605720302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.0835666461535493f,0.024753568319400322f,0.12499999999999908f,0.08343589185422039f,0.8323144868216371f,0.5479881814212106f,2.3141950040827153f,0.02519078094038728f,0.5479682569980513f,-0.8361197365677546f,-0.02143195176735832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879387033174695f,-0.15285411130503937f,-0.02475356831940482f,-0.19407216732802987f,-0.1412919698619691f,0.8244668169642723f,0.5479881814212106f,2.3830203957495515f,-0.06335375079599649f,0.5448762138155306f,-0.8361197365677545f,0.06309575489599162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996871896205474f,0.003575438997988886f,-0.02475356831940482f,-0.0788871553611718f,-0.010577405797158587f,0.8364191960430349f,0.5479881814212106f,2.392667670745196f,0.022663658027203337f,0.5480785935672867f,-0.8361197365677545f,0.06600843894222355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9716886532015422f,-0.23312730111367133f,-0.03837737243257783f,-0.0567951416144124f,-0.1964454862314181f,0.7069479505724591f,0.6794363591394721f,2.3977775984373357f,-0.13126435989511734f,0.6677396623361949f,-0.7327301079964366f,0.043805937943165583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9961711233342784f,0.07855106823012167f,-0.03837737243257783f,-0.08579126152993197f,0.03162817108827015f,0.7330524487871993f,0.6794363591394721f,2.4045431526381384f,0.08150307864450965f,0.6756210750169043f,-0.7327301079964366f,0.05159810909123503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.07825152253513937f,-0.03837737243257783f,-0.1438024953845498f,-0.0834358918542241f,0.7289750927362255f,0.6794363591394721f,2.5014657636175825f,-0.025190780940384353f,0.6800529489614349f,-0.7327301079964366f,0.10186090605720347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.0835666461535508f,-0.02475356831940482f,-0.12500000000000092f,-0.0834358918542241f,0.8323144868216369f,0.5479881814212106f,2.3141950040827144f,-0.025190780940384353f,0.5479682569980515f,-0.8361197365677545f,-0.021431951767357932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.3586033449845882e-15f,-1.9438691452732097e-15f,-1.599518264603676e-16f,-1.8624574636492634e-15f,0.9573194975320671f,0.2890317969444724f,1.8145365179430155f,1.4682242672853717e-15f,0.2890317969444724f,-0.9573194975320671f,-0.13964451340352318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.437591680244479e-16f,-2.282543413942653e-15f,8.145786154880037e-17f,-1.8624574636492634e-15f,0.8090169943749467f,0.5877852522924742f,1.5111551450524106f,1.4682242672853717e-15f,0.5877852522924742f,-0.8090169943749467f,-0.360063983013201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9942914830326866f,-0.10638701935098582f,0.008139341636376876f,0.15909886963354147f,-0.0856311912861205f,0.841159759671961f,0.5339640042058348f,0.9424441459068837f,-0.06365332550291879f,0.5302188801072836f,-0.8454680321160568f,-0.5351281909828562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9942914830326866f,-0.08396433236502604f,0.06583644628286167f,0.13187500000000024f,-0.0856311912861205f,0.9960633783784358f,-0.022913867684371925f,1.2797082589052053f,-0.06365332550291879f,-0.028420716807154967f,-0.997567299488404f,-0.5635927849057256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9893994377513349f,0.1418727239990232f,0.03099810901392762f,-0.1392187269647092f,0.11654709856906538f,0.6484059070951925f,0.7523207782981892f,1.0924075470246886f,0.08663444114481791f,0.7479584947235759f,-0.6580672942628036f,-0.35872574029779575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9893994377513349f,0.018892146821807575f,-0.14398555262874685f,-0.13187499999999994f,0.11654709856906538f,0.6948060179052199f,-0.709691039324736f,1.3321899442217493f,0.08663444114481791f,-0.7189490136797981f,-0.689642508359491f,-0.5974306142266439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9743700647852356f,0.22495105434386342f,-1.6362320558969966e-15f,1.0623621416527282e-16f,0.2239619293353241f,0.9700856936740971f,0.09367390851910384f,1.4362865109204936f,0.021072044485884605f,0.09127305231244508f,-0.9956029323293272f,-0.4381592007334079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9743700647852349f,-0.22450716482329983f,0.01412479357091655f,1.1241056118476055e-16f,-0.22396192933532774f,0.9740532845348845f,0.03257687976465964f,1.4239199028582075f,-0.02107204448588175f,0.028578520427186505f,-0.9993694197399569f,-0.4496410532281301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.7167338064486292e-15f,-1.6362320558969966e-15f,1.0623621416527282e-16f,-1.8624574636492634e-15f,0.9956029323293272f,0.09367390851910384f,1.4362865109204936f,1.4682242672853717e-15f,0.09367390851910384f,-0.9956029323293272f,-0.4381592007334079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9785988655009384f,0.20577721069223467f,-2.3439841885812087e-15f,1.0650708098709789e-16f,0.15049592474863194f,0.715701902684431f,0.6819983600624999f,1.4516577454486148f,0.14033972023034127f,0.6674028214306625f,-0.7313537016191691f,-0.41847614689881907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9785988655009382f,-0.2057772106922354f,-2.3439841885812087e-15f,1.0650708098709789e-16f,-0.1504959247486356f,0.7157019026844303f,0.6819983600624999f,1.4516577454486148f,-0.1403397202303384f,0.6674028214306632f,-0.7313537016191691f,-0.41847614689881907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.607886176555491e-16f,-2.3439841885812087e-15f,1.0650708098709789e-16f,-1.8624574636492634e-15f,0.7313537016191691f,0.6819983600624999f,1.4516577454486148f,1.4682242672853717e-15f,0.6819983600624999f,-0.7313537016191691f,-0.41847614689881907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9686915803565933f,0.2482672393737156f,-2.198892699117184e-15f,-0.18687499999999993f,0.21554532290075074f,0.8410168816712075f,0.49621650367520975f,1.4968835893076233f,0.12319430149912336f,0.4806807491441617f,-0.8681988144891415f,-0.39014796076791514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9686915803565929f,-0.24807583432954447f,0.00974692607682251f,0.18687500000000004f,-0.21554532290075434f,0.8598498566453958f,0.46281577090944304f,1.5013311120182415f,-0.12319430149912053f,0.44622483620770476f,-0.8864009023176539f,-0.39359187624052616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-2.4070809094472633e-16f,-2.3593409922904864e-15f,-0.007812499999999818f,-1.8624574636492634e-15f,0.6955993886477407f,0.7184298786331825f,1.3535952818799157f,1.4682242672853717e-15f,0.7184298786331825f,-0.6955993886477407f,-0.4913701685678664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.188226751741118e-16f,-2.289429797927612e-15f,4.3851285125719114e-17f,-1.8624574636492634e-15f,0.8025572465980498f,0.5965751134039678f,1.5329166666666674f,1.4682242672853717e-15f,0.5965751134039678f,-0.8025572465980498f,-0.35807291666666735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.36081400354492454f,0.9249331193838812f,0.11963268580403036f,-0.33272226025049706f,-0.35788933264240824f,-0.25576758183708287f,0.8980524314659935f,0.8915351152514412f,0.861236599562893f,0.2812146311058756f,0.4233082220148002f,0.05771592848525788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.36081400354492454f,0.9249331193838812f,0.11963268580403036f,-0.36654857308283373f,-0.35788933264240824f,-0.25576758183708287f,0.8980524314659935f,0.8579829903162155f,0.861236599562893f,0.2812146311058756f,0.4233082220148002f,0.1384568596942791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.36081400354492454f,0.9249331193838812f,0.11963268580403036f,-0.36758031953726994f,-0.35788933264240824f,-0.25576758183708287f,0.8980524314659935f,0.7400511880639293f,0.861236599562893f,0.2812146311058756f,0.4233082220148002f,0.03459016078754845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.89035545101803f,0.030119202148413706f,-0.4542686479435085f,0.6510837211300992f,-0.09159335970215282f,0.9655563619139171f,0.24353966499532045f,2.4106431483789232f,0.445957203441039f,0.25844485994018906f,-0.8569296511788722f,0.16710632816613913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5870788652078605f,0.030119202148413706f,-0.8089692452053994f,0.7223063413698995f,-0.19217497528457733f,0.9655563619139171f,0.17541291526547573f,2.424322757778053f,0.7863886983550963f,0.25844485994018906f,-0.5610695763181901f,0.10769867585716109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.759707949224537f,0.030119202148413706f,-0.6495665212639821f,0.7841300094395967f,-0.14591583359071592f,0.9655563619139171f,0.21542859948272275f,2.3851686631560796f,0.6336816246290993f,0.25844485994018906f,-0.7291459750817537f,0.24677439827391318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.4550448934759873e-21f,-3.702748673335471e-20f,-0.007217499999998342f,-2.910089786951974e-20f,0.000010147625755159101f,0.000011881343212500502f,1.118025498725376f,2.2941004176333937e-20f,0.000011881343212500502f,-0.000010147625755159101f,0.21474315658072435f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165.mcfunction new file mode 100644 index 000000000..1a940280e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165_as_bone.mcfunction new file mode 100644 index 000000000..afcede267 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_165_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6687174718148401f,-0.11791293275210926f,-0.4537156902993433f,0.04185303876974472f,-0.35968127743871575f,0.635973549622613f,0.36484444258466114f,1.7554697615806087f,0.3006505712518549f,0.49857660285522326f,-0.5726910594166134f,-0.532322031451961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6494083700260265f,0.14397036951042091f,-0.44445618641568324f,0.04185303876974472f,-0.08711082082300592f,0.7104068684302933f,0.3573986376339538f,1.7554697615806087f,0.45899942683589695f,0.3385182624174018f,-0.561003486775458f,-0.532322031451961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6687174718148423f,0.11791293275210867f,0.4537156902993402f,-0.04185303876974619f,0.35968127743871336f,0.6359735496226134f,0.36484444258466275f,1.7554697615806087f,-0.3006505712518528f,0.4985766028552229f,-0.5726910594166147f,-0.5323220314519608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6494083700260281f,-0.1439703695104223f,0.44445618641568024f,-0.04185303876974619f,0.08711082082300364f,0.7104068684302929f,0.35739863763395535f,1.7554697615806087f,-0.4589994268358949f,0.33851826241740224f,-0.5610034867754593f,-0.5323220314519608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8487933245416783f,-0.08876641957014277f,1.308845546644134f,-0.7948269365912934f,1.1538022450619905f,-0.6913116661477194f,-0.7951319447349448f,1.5930560277442145f,0.6242567752963488f,1.3984330348660825f,-0.30999157325940774f,0.2997626896420477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6760337277977906f,0.21509025103547819f,-0.704779811564802f,-0.5851036403486258f,-0.19682548760963905f,0.8689888315195871f,0.45400235475320044f,1.656770745397325f,0.7100972653848562f,0.44563953438145276f,-0.5451305156466949f,0.05756868721982916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8281671195384188f,-0.0355916970353125f,-0.5593500274582857f,-0.29843750000000013f,-0.36094677059876973f,0.7973540196507956f,0.48367757456909055f,1.7854359566664857f,0.42878508708880914f,0.6024614497616139f,-0.673189089811605f,-0.09371335997701141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5350235041414872f,0.1224645110251625f,0.8359140467509395f,0.5333717443969712f,0.6236503218721903f,0.7247182446155261f,0.2929910270812134f,1.6448687286320478f,-0.5699211577445406f,0.6780751503047125f,-0.46411632646822926f,0.09155138203413085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6977776422907463f,0.03468298408505821f,0.7154742850264592f,0.2984374999999999f,0.4586153325032869f,0.7889023407191671f,0.40902942877098597f,1.7854359566664866f,-0.5502529770133614f,0.6135390675603103f,-0.5663845635830466f,-0.09371335997701236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.265145161327162e-15f,-6.774643913902554e-16f,-0.15624999999999922f,-1.731912112470987e-15f,0.8968727415326885f,-0.44228869021900113f,1.339037317903831f,1.609447432556251e-15f,-0.44228869021900113f,-0.8968727415326885f,-0.036876141258351695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.8334668541147923e-15f,-1.492729010352526e-15f,-0.15624999999999958f,-1.731912112470987e-15f,0.9978589232386037f,-0.06540312923014291f,1.525727096453381f,1.609447432556251e-15f,-0.06540312923014291f,-0.9978589232386037f,-0.05537584625924474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.2651451613271624e-15f,-6.774643913902556e-16f,0.15625000000000072f,-1.731912112470987e-15f,0.8968727415326885f,-0.4422886902190012f,1.338219778788455f,1.609447432556251e-15f,-0.4422886902190012f,-0.8968727415326885f,-0.06140231471965584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.6229410572735954e-15f,-1.719273953766906e-15f,0.15625000000000042f,-1.731912112470987e-15f,0.9978589232386036f,0.06540312923014319f,1.5257270964533816f,1.609447432556251e-15f,0.06540312923014319f,-0.9978589232386036f,-0.05537584625924524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2388171355982682e-15f,-2.013745939296645e-15f,0.2937499999999993f,-1.731912112470987e-15f,0.963630453208623f,0.26723837607825696f,2.276326336839093f,1.609447432556251e-15f,0.26723837607825696f,-0.963630453208623f,0.03389350512200762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2388171355982682e-15f,-2.013745939296645e-15f,0.33124999999999916f,-1.731912112470987e-15f,0.963630453208623f,0.26723837607825696f,2.1809261279453516f,1.609447432556251e-15f,0.26723837607825696f,-0.963630453208623f,-0.08985164687608296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2388171355982682e-15f,-2.013745939296645e-15f,-0.29375000000000073f,-1.731912112470987e-15f,0.963630453208623f,0.26723837607825696f,2.276326336839092f,1.609447432556251e-15f,0.26723837607825696f,-0.963630453208623f,0.03389350512200856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2388171355982682e-15f,-2.013745939296645e-15f,-0.3312500000000008f,-1.731912112470987e-15f,0.963630453208623f,0.26723837607825696f,2.1809261279453507f,1.609447432556251e-15f,0.26723837607825696f,-0.963630453208623f,-0.08985164687608191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878955005749043f,0.1534719393078426f,0.022557566113147572f,0.19420853234589122f,0.1436384797881605f,0.8501383829192958f,0.5065892981612531f,2.3664392004480166f,0.05857018924338002f,0.503697422797114f,-0.8618923594043169f,0.06445514871283772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997411683685394f,-0.0029584590852055476f,0.022557566113147572f,0.07902352037903312f,0.008879108605429481f,0.862141777446646f,0.5065892981612531f,2.3761500733595646f,-0.020946543855272334f,0.5066584679061223f,-0.8618923594043169f,0.06714821211545605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9714503832885377f,0.23463167813780628f,0.03510168689379663f,0.056851226159412876f,0.20356857036260334f,0.7484052542065903f,0.6312284947913036f,2.3793385762983243f,0.12183591411845307f,0.6203527634259445f,-0.7748022063344393f,0.04650917079841645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9964093932472833f,-0.07704669120598677f,0.03510168689379663f,0.08586638519084462f,-0.037664726873096604f,0.7746818416053652f,0.6312284947913036f,2.386614425626892f,-0.07582670636494668f,0.6276399060457589f,-0.7748022063344393f,0.05375128291634856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.07977465180811272f,0.03510168689379663f,0.14394184613660702f,0.08398592788365829f,0.7710362840236678f,0.6312284947913036f,2.4866043412723444f,0.023291359157780096f,0.6317745275395868f,-0.7748022063344393f,0.09751087770883467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08418598282936852f,0.022557566113147572f,0.12499999999999914f,0.08398592788365829f,0.858087202390299f,0.5065892981612531f,2.2935347207345274f,0.023291359157780096f,0.5065560910590685f,-0.8618923594043169f,-0.016464242779455573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878955005749039f,-0.1534719393078439f,-0.022557566113152103f,-0.1942085323458929f,-0.1436384797881639f,0.8501383829192953f,0.506589298161253f,2.366439200448016f,-0.05857018924337684f,0.5036974227971145f,-0.8618923594043167f,0.06445514871283833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997411683685393f,0.0029584590852041875f,-0.022557566113152103f,-0.07902352037903483f,-0.008879108605432923f,0.8621417774466461f,0.506589298161253f,2.3761500733595646f,0.020946543855275543f,0.5066584679061222f,-0.8618923594043167f,0.06714821211545628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9714503832885374f,-0.2346316781378069f,-0.03510168689380131f,-0.05685122615941465f,-0.2035685703626067f,0.7484052542065895f,0.6312284947913034f,2.3793385762983243f,-0.12183591411844992f,0.6203527634259453f,-0.7748022063344392f,0.04650917079841661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9964093932472832f,0.07704669120598613f,-0.03510168689380131f,-0.08586638519084641f,0.03766472687309316f,0.7746818416053656f,0.6312284947913034f,2.3866144256268917f,0.07582670636494988f,0.6276399060457586f,-0.7748022063344392f,0.0537512829163488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.07977465180811334f,-0.03510168689380131f,-0.14394184613660901f,-0.08398592788366173f,0.7710362840236675f,0.6312284947913034f,2.486604341272344f,-0.02329135915777689f,0.6317745275395871f,-0.7748022063344392f,0.0975108777088351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08418598282936986f,-0.022557566113152103f,-0.12500000000000083f,-0.08398592788366173f,0.8580872023902988f,0.506589298161253f,2.293534720734527f,-0.02329135915777689f,0.5065560910590687f,-0.8618923594043167f,-0.016464242779455185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2388171355982682e-15f,-2.013745939296645e-15f,-1.4645021153663286e-16f,-1.731912112470987e-15f,0.963630453208623f,0.26723837607825696f,1.791322914212662f,1.609447432556251e-15f,0.26723837607825696f,-0.963630453208623f,-0.12331045885679265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.959243853904795e-16f,-2.2879498968252353e-15f,7.702143298479694e-17f,-1.731912112470987e-15f,0.8433914458128857f,0.537299608346824f,1.47505112203283f,1.609447432556251e-15f,0.537299608346824f,-0.8433914458128857f,-0.32479781198685165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9940563382223195f,-0.10821980696905231f,0.011851996440031091f,0.15752583195711084f,-0.09307158363401231f,0.9012566815978958f,0.42317144775493354f,0.8992858988132436f,-0.05647722337270583f,0.4195531757176084f,-0.9059721055227801f,-0.42914556220902667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9940563382223195f,-0.08216287341969324f,0.07142309620460963f,0.13125000000000023f,-0.09307158363401231f,0.9817211479783293f,-0.16601586650669425f,1.2269896810670526f,-0.05647722337270583f,-0.17167658501825733f,-0.9835331582598417f,-0.5067034238850672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9890158633619169f,0.14521541475185915f,0.027570007923966966f,-0.1400076511551532f,0.12636402017188034f,0.7339191556690322f,0.6673790582180833f,1.0500735725535744f,0.07667956979849777f,0.6635323324906637f,-0.7442076909808287f,-0.28782867015501873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9890158633619169f,0.025031450439013687f,-0.14567446072459397f,-0.13124999999999995f,0.12636402017188034f,0.6544687577581498f,-0.7454547467985599f,1.2731520134840921f,0.07667956979849777f,-0.7556745804957472f,-0.6504430582057847f,-0.5424940620284323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199337f,0.2164396139381012f,-1.646845891274512e-15f,1.0424357093079271e-16f,0.21638810717114898f,0.9760636751082463f,0.02181488503456136f,1.3933991147873765f,0.00472160529498613f,0.021297785155022297f,-0.9997620270799091f,-0.39574884778962105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.976296007119933f,-0.21591237791676843f,0.015098064246860363f,1.1068018652943858e-16f,-0.2163881071711524f,0.9752077625076152f,-0.046325015054253335f,1.3787763454872959f,-0.004721605294982988f,-0.048493968771564894f,-0.9988123154207805f,-0.40748500970951196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.6963900535778569e-15f,-1.646845891274512e-15f,1.0424357093079271e-16f,-1.731912112470987e-15f,0.9997620270799091f,0.02181488503456136f,1.3933991147873765f,1.609447432556251e-15f,0.02181488503456136f,-0.9997620270799091f,-0.39574884778962105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9807852804032305f,0.1950903220161279f,-2.3311817891470045e-15f,1.0443419820858586e-16f,0.15477555862998638f,0.7781092783163789f,0.6087614290087209f,1.410342146266039f,0.11876346321631136f,0.5970642488489892f,-0.7933533402912352f,-0.3773981591493857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9807852804032303f,-0.19509032201612866f,-2.3311817891470045e-15f,1.0443419820858586e-16f,-0.15477555862998976f,0.7781092783163782f,0.6087614290087209f,1.410342146266039f,-0.1187634632163082f,0.5970642488489899f,-0.7933533402912352f,-0.3773981591493857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.9424874056234647e-16f,-2.3311817891470045e-15f,1.0443419820858586e-16f,-1.731912112470987e-15f,0.7933533402912352f,0.6087614290087209f,1.410342146266039f,1.609447432556251e-15f,0.6087614290087209f,-0.7933533402912352f,-0.3773981591493857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9713420698132617f,0.2376858923261722f,-2.1905924274120254e-15f,-0.18749999999999994f,0.21541657508396367f,0.8803348817480565f,0.4226182617406997f,1.4542156229218608f,0.10045039865517595f,0.4105068971000935f,-0.9063077870366499f,-0.3543004789349725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9713420698132612f,-0.23745966802356108f,0.010367713008648735f,0.18750000000000006f,-0.21541657508396705f,0.8979313476734025f,0.38381635458187646f,1.4588234709639354f,-0.10045039865517282f,0.3705835950599638f,-0.9233512422055055f,-0.35852312197614866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.2287403347477e-16f,-2.3421342749708777e-15f,-0.007812499999999816f,-1.731912112470987e-15f,0.7743926440821856f,0.6327053285625163f,1.3048139622298471f,1.609447432556251e-15f,0.6327053285625163f,-0.7743926440821856f,-0.44143423320357505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.456939354884132e-16f,-2.274405404750681e-15f,3.9864804659744594e-17f,-1.731912112470987e-15f,0.8549118706729465f,0.5187732581605217f,1.4958333333333336f,1.609447432556251e-15f,0.5187732581605217f,-0.8549118706729465f,-0.32552083333333354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.32650557562197474f,0.9428076198093125f,-0.0671409049481908f,-0.3039658844760516f,-0.39633706850873385f,-0.07207632182522569f,0.9152715072359949f,0.9295753998133058f,0.8580856817437675f,0.3254516797646703f,0.3972029291491798f,0.12554829934683132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.32650557562197474f,0.9428076198093125f,-0.0671409049481908f,-0.33457578219061174f,-0.39633706850873385f,-0.07207632182522569f,0.9152715072359949f,0.8924187996406121f,0.8580856817437675f,0.3254516797646703f,0.3972029291491798f,0.20599383201030952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.32650557562197474f,0.9428076198093125f,-0.0671409049481908f,-0.30919969759110305f,-0.39633706850873385f,-0.07207632182522569f,0.9152715072359949f,0.7737063736415597f,0.8580856817437675f,0.3254516797646703f,0.3972029291491798f,0.10619062630619344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9083648119583928f,-0.042887053771326136f,-0.4159736398073912f,0.6383707282193714f,-0.1522419224131527f,0.9603800847366251f,0.23343626518007052f,2.411896468126479f,0.38948140578946944f,0.27537391572203784f,-0.8789046825931529f,0.12195256598868268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5786801831561473f,-0.042887053771326136f,-0.8144261453570749f,0.7105348967806266f,-0.24856350492080498f,0.9603800847366251f,0.12604077460392552f,2.4313469827466947f,0.7767531330119325f,0.27537391572203784f,-0.5664130797360344f,0.06535687042027813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7697511313200558f,-0.042887053771326136f,-0.6369017949812276f,0.7699880817471831f,-0.2074721559489654f,0.9603800847366251f,0.18607900834634944f,2.3937098741846343f,0.6036874193963151f,0.27537391572203784f,-0.7481515262315046f,0.2058774471392061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.3530563378679587e-21f,-3.6917156135486835e-20f,-0.00721749999999835f,-2.7061126757359172e-20f,0.000011048543456039803f,0.000011048543456039808f,1.1271637675252442f,2.5147616133691422e-20f,0.000011048543456039808f,-0.000011048543456039803f,0.27808142499008f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166.mcfunction new file mode 100644 index 000000000..74fb2d571 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166_as_bone.mcfunction new file mode 100644 index 000000000..d6ca9bde9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_166_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.682979061997841f,-0.12042763588917925f,-0.4312554113644684f,0.04007978184734133f,-0.32993258952526383f,0.6671155521440832f,0.3362227994962464f,1.7078146864422823f,0.302702051010804f,0.4554102206210161f,-0.606561986702278f,-0.5164001925789152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.663258159249548f,0.1470407938600054f,-0.4224542805202956f,0.04007978184734133f,-0.048513205510735485f,0.7274391578003412f,0.3293611097106087f,1.7078146864422823f,0.44467413133661643f,0.29868256835602225f,-0.5941831706471296f,-0.5164001925789152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6829790619978432f,0.12042763588917872f,0.4312554113644652f,-0.04007978184734279f,0.3299325895252616f,0.6671155521440837f,0.3362227994962477f,1.707814686442282f,-0.3027020510108017f,0.45541022062101566f,-0.6065619867022797f,-0.5164001925789151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6632581592495498f,-0.14704079386000668f,0.4224542805202925f,-0.04007978184734279f,0.048513205510733376f,0.7274391578003407f,0.32936110971061006f,1.707814686442282f,-0.44467413133661415f,0.29868256835602275f,-0.5941831706471311f,-0.5164001925789151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7859429217562269f,-0.05839967521979309f,1.3491810299865277f,-0.823703579635094f,1.225606757582743f,-0.6246752808584374f,-0.7409960318732806f,1.5535342617791459f,0.5670873385192098f,1.431005423266682f,-0.26840581042992373f,0.25443667799113884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7393070546333983f,0.09646234358589229f,-0.6664233603642706f,-0.5974203344280601f,-0.2243413446850243f,0.897859885088177f,0.3788384719301363f,1.6260712027571413f,0.6348984485996201f,0.42958426765811947f,-0.6421536552464939f,0.04192089790240368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8586599514355852f,-0.14194187400993458f,-0.49249933218552316f,-0.29843750000000013f,-0.3764769698923303f,0.826707338565229f,0.4181148974900144f,1.7609784498961232f,0.34780480005504216f,0.5444331738284724f,-0.7632983298119607f,-0.08246300158283176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4596177465530412f,0.269419304872374f,0.8462651861063358f,0.526544736579216f,0.6972231351198098f,0.6996931227873496f,0.1559148286013574f,1.6088603757469624f,-0.5501194660318866f,0.6616968883757682f,-0.5094367487790984f,0.10269007677328873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6713009639996517f,0.13864168628382173f,0.7281026703408776f,0.2984374999999999f,0.49546792326541067f,0.8145430927275887f,0.30171358455468367f,1.760978449896124f,-0.5512409207852766f,0.5632921381611441f,-0.6154960717483476f,-0.08246300158283282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.2161570450610506e-15f,-8.040610460774056e-16f,-0.15624999999999922f,-1.5906889472001094e-15f,0.8860013438466965f,-0.4636826702625926f,1.3200919600281198f,1.7399927837345257e-15f,-0.4636826702625926f,-0.8860013438466965f,-0.0009385602903294876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.7397612938186317e-15f,-1.5909421280245674e-15f,-0.15624999999999956f,-1.5906889472001094e-15f,0.9960021831417569f,-0.08932889329245325f,1.5062840637841215f,1.7399927837345257e-15f,-0.08932889329245325f,-0.9960021831417569f,-0.023912741427300432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.205442347602793e-15f,-8.33000759659377e-16f,0.15625000000000072f,-1.5906889472001094e-15f,0.8919948565893145f,-0.4520455461767191f,1.3187221645976788f,1.7399927837345257e-15f,-0.4520455461767191f,-0.8919948565893145f,-0.027893504366053787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.4934687197763209e-15f,-1.8241209930381526e-15f,0.15625000000000044f,-1.5906889472001094e-15f,0.9985129789397631f,0.05451450163800692f,1.506284063784122f,1.7399927837345257e-15f,0.05451450163800692f,-0.9985129789397631f,-0.023912741427300988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.1152529217668421e-15f,-2.0770356604264984e-15f,0.2937499999999994f,-1.5906889472001094e-15f,0.9694453498951389f,0.245307385878803f,2.2556823089587636f,1.7399927837345257e-15f,0.245307385878803f,-0.9694453498951389f,0.03822518765197916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.1152529217668421e-15f,-2.0770356604264984e-15f,0.33124999999999927f,-1.5906889472001094e-15f,0.9694453498951389f,0.245307385878803f,2.157499207648009f,1.7399927837345257e-15f,0.245307385878803f,-0.9694453498951389f,-0.08332373713554055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.1152529217668421e-15f,-2.0770356604264984e-15f,-0.2937500000000006f,-1.5906889472001094e-15f,0.9694453498951389f,0.245307385878803f,2.2556823089587628f,1.7399927837345257e-15f,0.245307385878803f,-0.9694453498951389f,0.038225187651980186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.1152529217668421e-15f,-2.0770356604264984e-15f,-0.3312500000000007f,-1.5906889472001094e-15f,0.9694453498951389f,0.245307385878803f,2.157499207648008f,1.7399927837345257e-15f,0.245307385878803f,-0.9694453498951389f,-0.08332373713553938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987856322562358f,0.15403221098986894f,0.02034610407785644f,0.19433906988853478f,0.14579862296401802f,0.8737645705328008f,0.4639808582510991f,2.3485431913447994f,0.05369029256178987f,0.46131285832849156f,-0.8856115396862366f,0.06460533068474622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997901185031947f,-0.0023989564858684365f,0.02034610407785644f,0.0791540579216767f,0.007316706813981333f,0.8858150083273437f,0.4639808582510991f,2.3583126631959392f,-0.01913595424237569f,0.4640323437324248f,-0.8856115396862366f,0.06707738710492415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9712335529981195f,0.23600069071236168f,0.03176569712657516f,0.05691291660261101f,0.21015179200247525f,0.7867303740323199f,0.5804235891942319f,2.3597720584214064f,0.11198932917379895f,0.5704024829523924f,-0.8136949044899743f,0.04814303990071184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9966262235377015f,-0.07567767863143136f,0.03176569712657516f,0.08594540160264905f,-0.04324682437188787f,0.8131655239178754f,0.5804235891942319f,2.3675196929133477f,-0.06975587959969107f,0.577091604226162f,-0.8136949044899743f,0.05480296478781371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08116072929661532f,0.03176569712657516f,0.14406821509349074f,0.0844927295233726f,0.8099194007829272f,0.5804235891942319f,2.470150247950012f,0.021379947417755202f,0.5808988726581124f,-0.8136949044899743f,0.09187522201643554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08474762263774017f,0.02034610407785644f,0.12499999999999922f,0.0844927295233726f,0.8818065217689558f,0.4639808582510991f,2.271743780551997f,0.021379947417755202f,0.46393436887450745f,-0.8856115396862366f,-0.012510010980328473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878563225623577f,-0.15403221098987013f,-0.020346104077861f,-0.19433906988853633f,-0.14579862296402116f,0.8737645705328003f,0.463980858251099f,2.348543191344799f,-0.053690292561786424f,0.461312858328492f,-0.8856115396862365f,0.06460533068474689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997901185031945f,0.002398956485867229f,-0.020346104077861f,-0.07915405792167826f,-0.007316706813984497f,0.8858150083273437f,0.463980858251099f,2.3583126631959392f,0.019135954242379166f,0.46403234373242475f,-0.8856115396862365f,0.06707738710492443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9712335529981192f,-0.2360006907123622f,-0.03176569712657984f,-0.056912916602612634f,-0.21015179200247835f,0.7867303740323193f,0.5804235891942318f,2.359772058421407f,-0.11198932917379555f,0.5704024829523932f,-0.8136949044899742f,0.04814303990071204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9966262235377014f,0.0756776786314308f,-0.03176569712657984f,-0.08594540160265066f,0.04324682437188472f,0.8131655239178757f,0.5804235891942318f,2.367519692913348f,0.06975587959969452f,0.5770916042261617f,-0.8136949044899742f,0.05480296478781401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08116072929661587f,-0.03176569712657984f,-0.14406821509349255f,-0.08449272952337576f,0.809919400782927f,0.5804235891942318f,2.470150247950012f,-0.021379947417751732f,0.5808988726581126f,-0.8136949044899742f,0.09187522201643604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08474762263774137f,-0.020346104077861f,-0.12500000000000078f,-0.08449272952337576f,0.8818065217689556f,0.463980858251099f,2.271743780551997f,-0.021379947417751732f,0.4639343688745077f,-0.8856115396862365f,-0.012510010980328029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.1152529217668421e-15f,-2.0770356604264984e-15f,-1.3287122784937568e-16f,-1.5906889472001094e-15f,0.9694453498951389f,0.245307385878803f,1.7672371829220257f,1.7399927837345257e-15f,0.245307385878803f,-0.9694453498951389f,-0.10793487905899174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.476826604363314e-16f,-2.293013283356684e-15f,7.250976981424859e-17f,-1.5906889472001094e-15f,0.874619707139396f,0.48480962024633695f,1.4392547927447523f,1.7399927837345257e-15f,0.48480962024633695f,-0.874619707139396f,-0.2897384866513681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.993816462056378f,-0.1099207454223104f,0.015692975229300493f,0.15582826048799436f,-0.09990382834092194f,0.9468880192177672f,0.30565062431586976f,0.8654958691468277f,-0.0484568346941008f,0.3021928337794543f,-0.9520144045043497f,-0.3242228781659278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.993816462056378f,-0.08000661501455532f,0.07699208595470408f,0.1306250000000002f,-0.09990382834092194f,0.9469127135744819f,-0.3055741120478611f,1.1765818763225593f,-0.0484568346941008f,-0.31137638707025295f,-0.9490504100133483f,-0.44868969337904996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.988625510368511f,0.14847393515873528f,0.023981051417332908f,-0.14084045783781549f,0.13532046759141192f,0.8085479518071608f,0.5726592186276988f,1.011195857024631f,0.06563513768891419f,0.5693906393741686f,-0.8194426938435857f,-0.21606891703699216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.988625510368511f,0.03133371795561724f,-0.14709792101752805f,-0.13062499999999994f,0.13532046759141192f,0.6121530272272666f,-0.7790744780233367f,1.2165462013132955f,0.06563513768891419f,-0.7901182629047192f,-0.609430192331317f,-0.48557154952143244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.978147600733806f,0.20791169081775754f,-1.65801827716083e-15f,1.0209992979420123e-16f,0.20765000015819784f,0.9769164429774718f,-0.05015716174729362f,1.3515000685296443f,-0.010428260305497948f,-0.049061107422733036f,-0.9987413374470167f,-0.3529573177418749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9781476007338054f,-0.20729892355000107f,0.01595078285574058f,1.087056332590767e-16f,-0.20765000015820095f,0.9701892194635687f,-0.12495741623037021f,1.3345280561599016f,0.01042826030550135f,-0.12553897694215005f,-0.9920338787840457f,-0.36467661291024445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.675959906081721e-15f,-1.65801827716083e-15f,1.0209992979420123e-16f,-1.5906889472001094e-15f,0.9987413374470167f,-0.05015716174729362f,1.3515000685296443f,1.7399927837345257e-15f,-0.05015716174729362f,-0.9987413374470167f,-0.3529573177418749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9828549916653013f,0.18438021954266282f,-2.3185342840961577e-15f,1.0222555791004371e-16f,0.1563632941520579f,0.8335083044795992f,0.5299192642332045f,1.369899856949843f,0.09770663027920651f,0.5208337940312083f,-0.8480480961564263f,-0.3360641625164922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9828549916653011f,-0.18438021954266365f,-2.3185342840961577e-15f,1.0222555791004371e-16f,-0.15636329415206102f,0.8335083044795986f,0.5299192642332045f,1.369899856949843f,-0.0977066302792031f,0.520833794031209f,-0.8480480961564263f,-0.3360641625164922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.269250375224377e-16f,-2.3185342840961577e-15f,1.0222555791004371e-16f,-1.5906889472001094e-15f,0.8480480961564263f,0.5299192642332045f,1.369899856949843f,1.7399927837345257e-15f,0.5299192642332045f,-0.8480480961564263f,-0.3360641625164922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.973876979277334f,0.22707626303437214f,-2.183010731397974e-15f,-0.18812499999999993f,0.21304098257250229f,0.9136829442123556f,0.34611705707749263f,1.4118897006472078f,0.0785949678936135f,0.3370754340229886f,-0.9381913359224843f,-0.31776889270268704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9738769792773335f,-0.22681475894091674f,0.010894694132007528f,0.18812500000000007f,-0.21304098257250542f,0.9292367832332231f,0.30188166627159274f,1.4165562888353151f,-0.07859496789361013f,0.291674588905077f,-0.9532831505952766f,-0.3228175715258432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-4.036359467574612e-16f,-2.3227019259211944e-15f,-0.007812499999999814f,-1.5906889472001094e-15f,0.8426873999069645f,0.5384031445283728f,1.2577124927820815f,1.7399927837345257e-15f,0.5384031445283728f,-0.8426873999069645f,-0.39047893971294945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.718707211774552e-16f,-2.259746877023465e-15f,3.587832419377008e-17f,-1.5906889472001094e-15f,0.8997482840522217f,0.4364092406733416f,1.4587499999999998f,1.7399927837345257e-15f,0.4364092406733416f,-0.8997482840522217f,-0.2929687499999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.275600046471296f,0.9274312085623421f,-0.2528160749826111f,-0.275987497821656f,-0.4263027794335951f,0.11780475308268007f,0.8968767922063323f,0.9684543854556382f,0.8615744626160942f,0.3549554810616713f,0.36289950651945835f,0.18446944430744214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.275600046471296f,0.9274312085623421f,-0.2528160749826111f,-0.30182500217834f,-0.4263027794335951f,0.11780475308268007f,0.8968767922063323f,0.9284884998837387f,0.8615744626160942f,0.3549554810616713f,0.36289950651945835f,0.26524205017770097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.275600046471296f,0.9274312085623421f,-0.2528160749826111f,-0.2509838387526063f,-0.4263027794335951f,0.11780475308268007f,0.8968767922063323f,0.8139399238387386f,0.8615744626160942f,0.3549554810616713f,0.36289950651945835f,0.1704208212646528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.911793300046976f,-0.11819327107580012f,-0.3932725882410923f,0.6264660643518548f,-0.21741790081938728f,0.9513884430404784f,0.21815014749549286f,2.406533963071665f,0.3483711158990315f,0.2844123434758355f,-0.8931669409947095f,0.07407466992857664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5505026018417385f,-0.11819327107580012f,-0.8264243680082761f,0.6979551231481428f,-0.3011550801820285f,0.9513884430404784f,0.06454183240015884f,2.4318860783864205f,0.7786221824775046f,0.2844123434758355f,-0.5593363172837528f,0.0189779620279385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7625499604937384f,-0.11819327107580012f,-0.6360408071998215f,0.7576167148299721f,-0.270422563357388f,0.9513884430404784f,0.14741664653706404f,2.3970975237484833f,0.5876982176068067f,0.2844123434758355f,-0.7574433469906285f,0.16014281802685187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.2427257400000856e-21f,-3.681516757987881e-20f,-0.007217499999998357f,-2.4854514800001714e-20f,0.000011881343212500489f,0.000010147625755159116f,1.1385750067933897f,2.7187387245851966e-20f,0.000010147625755159116f,-0.000011881343212500489f,0.33769828475875246f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167.mcfunction new file mode 100644 index 000000000..703ebf120 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167_as_bone.mcfunction new file mode 100644 index 000000000..4c3650c3d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_167_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944942f,-0.1228133820973557f,-0.40833333333333516f,0.038397459621555385f,-0.3011193919236409f,0.6953869725233391f,0.3044807295984525f,1.6591654706937167f,0.3019045374631531f,0.4102417288222617f,-0.6383571246853332f,-0.5000863656987279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233397f,0.14995376324455426f,-0.4000000000000018f,0.038397459621555385f,-0.011838337541188404f,0.7422241895924858f,0.2982668371576678f,1.6591654706937167f,0.4270198881497982f,0.2581029276714504f,-0.6253294282631836f,-0.5000863656987279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944963f,0.12281338209735523f,0.4083333333333318f,-0.03839745962155691f,0.3011193919236389f,0.6953869725233395f,0.3044807295984536f,1.6591654706937164f,-0.30190453746315055f,0.4102417288222612f,-0.6383571246853348f,-0.5000863656987278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233411f,-0.14995376324455542f,0.3999999999999986f,-0.03839745962155691f,0.011838337541186461f,0.7422241895924854f,0.2982668371576689f,1.6591654706937164f,-0.4270198881497957f,0.25810292767145093f,-0.6253294282631852f,-0.5000863656987278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7189843846707005f,-0.02541659401276729f,1.3870189981930616f,-0.8404754554669185f,1.2923323904114847f,-0.5556693309486177f,-0.6800844339759976f,1.5029887709024576f,0.5043259831627079f,1.4601341860910955f,-0.23466936594933352f,0.20845627059212457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7850120215443159f,-0.026887103099773935f,-0.6188967682237553f,-0.6046917743360276f,-0.2675245179291558f,0.9158079987417801f,0.2995435556765467f,1.588924360429402f,0.5587367522704044f,0.4007153517491908f,-0.7261132477340178f,0.02483017437404804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.874330519961979f,-0.2457052972753231f,-0.41853918425143966f,-0.2984375000000001f,-0.40610982355794006f,0.8425896541282352f,0.3537195018171882f,1.735057012397481f,0.2657460311514628f,0.4792406302129506f,-0.8364851853322567f,-0.07195823469811699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36172666164627176f,0.40415420125260126f,0.8401268974768725f,0.517207277858184f,0.7569787647306928f,0.6533359671196759f,0.011630297270148804f,1.5721291894360672f,-0.5441846855627579f,0.6401652096745571f,-0.5422651863445529f,0.11573867245115663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6367806164194647f,0.24082587528282592f,0.7324707122791376f,0.29843749999999997f,0.5291953922417907f,0.8274055316516707f,0.18802213439452622f,1.7350570123974818f,-0.560769724024491f,0.507348976530432f,-0.6543197480062936f,-0.0719582346981181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.1604418059104572e-15f,-9.280061805219859e-16f,-0.15624999999999925f,-1.4396586556119936e-15f,0.8746197071393957f,-0.4848096202463371f,1.3012808279328651f,1.859055465319448e-15f,-0.4848096202463371f,-0.8746197071393957f,0.033754436842115536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.640855375244223e-15f,-1.6841312019390838e-15f,-0.15624999999999956f,-1.4396586556119936e-15f,0.9935718556765875f,-0.11320321376790687f,1.486868030786176f,1.859055465319448e-15f,-0.11320321376790687f,-0.9935718556765875f,0.006319010162654348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.135409106644899e-15f,-9.842419494568784e-16f,0.15625000000000072f,-1.4396586556119936e-15f,0.8870108331782215f,-0.46174861323503413f,1.2992738680685447f,1.859055465319448e-15f,-0.46174861323503413f,-0.8870108331782215f,0.004384426416539945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.3571975590986772e-15f,-1.9200830850224254e-15f,0.15625000000000044f,-1.4396586556119936e-15f,0.9990482215818577f,0.04361938736533566f,1.4868680307861764f,1.859055465319448e-15f,0.04361938736533566f,-0.9990482215818577f,0.006319010162653793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.882890420687166e-16f,-2.1335390873240502e-15f,0.29374999999999946f,-1.4396586556119936e-15f,0.9747611941912218f,0.22325011601095113f,2.2338403779668483f,1.859055465319448e-15f,0.22325011601095113f,-0.9747611941912218f,0.04156371291024791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.882890420687166e-16f,-2.1335390873240502e-15f,0.3312499999999993f,-1.4396586556119936e-15f,0.9747611941912218f,0.22325011601095113f,2.1329249270689723f,1.859055465319448e-15f,0.22325011601095113f,-0.9747611941912218f,-0.07772641354654809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.882890420687166e-16f,-2.1335390873240502e-15f,-0.29375000000000057f,-1.4396586556119936e-15f,0.9747611941912218f,0.22325011601095113f,2.2338403779668474f,1.859055465319448e-15f,0.22325011601095113f,-0.9747611941912218f,0.04156371291024899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.882890420687166e-16f,-2.1335390873240502e-15f,-0.33125000000000066f,-1.4396586556119936e-15f,0.9747611941912218f,0.22325011601095113f,2.1329249270689714f,1.859055465319448e-15f,0.22325011601095113f,-0.9747611941912218f,-0.07772641354654687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878211961304837f,0.15453454236889233f,0.018120697839140998f,0.1944636904920475f,0.1477681884713541f,0.8952889009096713f,0.4202646147177357f,2.3292474956735183f,0.048722140257123334f,0.41782395709531717f,-0.9072206423610386f,0.06360203771269633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998340064765362f,-0.0018973146551129333f,0.018120697839140998f,0.07927867852518941f,0.00589487659376059f,0.9073824464061983f,0.4202646147177357f,2.339070537322297f,-0.017239777348396622f,0.4203016727911061f,-0.9072206423610386f,0.06585181458188126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9710385348418258f,0.23723198689205027f,0.02837513431669547f,0.056980237453855165f,0.21616987487346245f,0.8217653896539971f,0.527230717583873f,2.339002725415278f,0.10175828737469986f,0.5180951927610062f,-0.8492482688757768f,0.04874647049905837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9968212416939952f,-0.07444638245174277f,0.02837513431669547f,0.08602830550941132f,-0.048349702667121255f,0.8483454937040658f,0.527230717583873f,2.3471816433161092f,-0.063322336972372f,0.5241828492538205f,-0.8492482688757768f,0.05479466603254039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08240737373806602f,0.02837513431669547f,0.14418151564822795f,0.08495603588132877f,0.8454645127995168f,0.527230717583873f,2.4520152263400505f,0.019457529679437154f,0.5276350844573074f,-0.8492482688757768f,0.08502327089884264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08525118065879411f,0.018120697839140998f,0.1249999999999993f,0.08495603588132877f,0.9034158099034372f,0.4202646147177357f,2.2487466691117777f,0.019457529679437154f,0.42020484363319527f,-0.9072206423610386f,-0.00952281891862615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878211961304834f,-0.15453454236889336f,-0.018120697839145584f,-0.1944636904920488f,-0.14776818847135692f,0.8952889009096708f,0.42026461471773563f,2.329247495673518f,-0.048722140257119656f,0.4178239570953178f,-0.9072206423610386f,0.06360203771269707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998340064765361f,0.0018973146551118786f,-0.018120697839145584f,-0.07927867852519076f,-0.005894876593763448f,0.9073824464061983f,0.42026461471773563f,2.339070537322297f,0.017239777348400348f,0.4203016727911061f,-0.9072206423610386f,0.06585181458188157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9710385348418255f,-0.23723198689205072f,-0.02837513431670015f,-0.056980237453856566f,-0.21616987487346523f,0.8217653896539965f,0.5272307175838729f,2.339002725415278f,-0.10175828737469625f,0.5180951927610071f,-0.8492482688757768f,0.04874647049905858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9968212416939951f,0.0744463824517423f,-0.02837513431670015f,-0.08602830550941273f,0.0483497026671184f,0.848345493704066f,0.5272307175838729f,2.347181643316109f,0.06332233697237571f,0.5241828492538203f,-0.8492482688757768f,0.054794666032540726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08240737373806646f,-0.02837513431670015f,-0.14418151564822954f,-0.08495603588133163f,0.8454645127995166f,0.5272307175838729f,2.45201522634005f,-0.019457529679433448f,0.5276350844573078f,-0.8492482688757768f,0.08502327089884318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08525118065879514f,-0.018120697839145584f,-0.12500000000000067f,-0.08495603588133163f,0.903415809903437f,0.42026461471773563f,2.2487466691117772f,-0.019457529679433448f,0.4202048436331956f,-0.9072206423610386f,-0.009522818918625678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.882890420687166e-16f,-2.1335390873240502e-15f,-1.1922423126578135e-16f,-1.4396586556119936e-15f,0.9747611941912218f,0.22325011601095113f,1.742204990963434f,1.859055465319448e-15f,0.22325011601095113f,-0.9747611941912218f,-0.09347721605576273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.9907070964015835e-16f,-2.2977451326445915e-15f,6.792728484927804e-17f,-1.4396586556119936e-15f,0.9025852843498606f,0.4305110968082952f,1.4037355093322363f,1.859055465319448e-15f,0.4305110968082952f,-0.9025852843498606f,-0.2549188773588734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9935718556765873f,-0.11148340258453392f,0.019657531776834825f,0.15400778753651595f,-0.10603430206994094f,0.9773253170394025f,0.18328107228617985f,0.8407153644120273f,-0.039644601043812476f,0.1800185424394002f,-0.9828639936359815f,-0.22157994602134884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9935718556765873f,-0.07749293236664935f,0.08252159136008251f,0.13000000000000023f,-0.10603430206994094f,0.892364728436529f,-0.438682024052662f,1.128558326310438f,-0.039644601043812476f,-0.4446122320355318f,-0.894845388171867f,-0.3897684352920227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9882283814465529f,0.15164193836311626f,0.020233354467391728f,-0.14171716544855747f,0.14329757819616543f,0.8711975770470529f,0.46955360272332936f,0.9758777991847198f,0.05357676909482446f,0.4669255875156353f,-0.8826720940057744f,-0.14377042363789283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9882283814465529f,0.0377873505227182f,-0.1482456820416686f,-0.1299999999999999f,0.14329757819616543f,0.5679901200830975f,-0.8104646985347989f,1.1625494018072953f,0.05357676909482446f,-0.8221674644672226f,-0.5667187928637079f,-0.42692212135584934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9799247046208299f,0.19936793441719564f,-1.6697480927036146e-15f,9.981692741868595e-17f,0.19788187606646723f,0.9726204944696641f,-0.12186934340514735f,1.3106095608421766f,-0.024296839263462485f,-0.11942278033862384f,-0.9925461516413222f,-0.309882237593435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9799247046208293f,-0.1986687230100623f,0.01668267878164804f,1.0649707922529815e-16f,-0.19788187606647006f,0.9590116136742737f,-0.2028287158226867f,1.291222964966616f,0.024296839263466128f,-0.20205806921629518f,-0.9790721118826685f,-0.32130197688821843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.6554895272170357e-15f,-1.6697480927036146e-15f,9.981692741868595e-17f,-1.4396586556119936e-15f,0.9925461516413222f,-0.12186934340514735f,1.3106095608421766f,1.859055465319448e-15f,-0.12186934340514735f,-0.9925461516413222f,-0.309882237593435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17364817766692997f,-2.306105159797095e-15f,9.989158839099008e-17f,0.155403721023708f,0.8813382977427054f,0.4461978131098091f,1.3303411282149484f,0.07748143712548977f,0.4394190657276319f,-0.8949343616020251f,-0.2945618863394651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9848077530122079f,-0.17364817766693086f,-2.306105159797095e-15f,9.989158839099008e-17f,-0.15540372102371083f,0.881338297742705f,0.4461978131098091f,1.3303411282149484f,-0.07748143712548611f,0.43941906572763256f,-0.8949343616020251f,-0.2945618863394651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.588935168095731e-16f,-2.306105159797095e-15f,9.989158839099008e-17f,-1.4396586556119936e-15f,0.8949343616020251f,0.4461978131098091f,1.3303411282149484f,1.859055465319448e-15f,0.4461978131098091f,-0.8949343616020251f,-0.2945618863394651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199336f,0.2164396139381021f,-2.176174501818503e-15f,-0.18874999999999992f,0.20856780327147215f,0.9407885638067508f,0.26723837607825707f,1.3699783894462072f,0.057840970947825344f,0.2609037595144171f,-0.9636304532086231f,-0.2805909213509635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199331f,-0.2161429909694683f,0.011327574164302077f,0.18875000000000008f,-0.20856780327147498f,0.9534854217336256f,0.21763506606234567f,1.37459564991055f,-0.05784097094782171f,0.2101136787461077f,-0.9759644789046324f,-0.2865012169343124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-4.830173907696393e-16f,-2.301173280747613e-15f,-0.007812499999999812f,-1.4396586556119936e-15f,0.8995577789551802f,0.4368017883677026f,1.2123789743814783f,1.859055465319448e-15f,0.4368017883677026f,-0.8995577789551802f,-0.33866612841682936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.974332785968659e-16f,-2.245504640324368e-15f,3.1891843727795704e-17f,-1.4396586556119936e-15f,0.9366721892483976f,0.3502073812594677f,1.421666666666667f,1.859055465319448e-15f,0.3502073812594677f,-0.9366721892483976f,-0.2604166666666671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.20938900595583315f,0.8784915562150635f,-0.42942849211907735f,-0.24872655701248567f,-0.444681185808115f,0.3055765604099296f,0.8419510726380277f,1.0071370468703988f,0.8708701896224933f,0.3672540692584262f,0.326664294712493f,0.23455789199193502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20938900595583315f,0.8784915562150635f,-0.42942849211907735f,-0.268356776320845f,-0.444681185808115f,0.3055765604099296f,0.8419510726380277f,0.9654481857008881f,0.8708701896224933f,0.3672540692584262f,0.326664294712493f,0.3162019722690438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20938900595583315f,0.8784915562150635f,-0.42942849211907735f,-0.19412739284880373f,-0.444681185808115f,0.3055765604099296f,0.8419510726380277f,0.8599999553899393f,0.8708701896224933f,0.3672540692584262f,0.326664294712493f,0.22638028792361545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9024145670508695f,-0.19214423103683875f,-0.3856533983431931f,0.6153242906078006f,-0.2837102960938743f,0.9386186215513711f,0.19622321770710632f,2.394483848940197f,0.3242783018715836f,0.28648852988604295f,-0.9015364136733558f,0.024092610258971234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5033873406730608f,-0.19214423103683875f,-0.8424261271644926f,0.6846124593921976f,-0.344863564544705f,0.9386186215513711f,-0.008012810151525954f,2.4254645522029348f,0.7922564654830051f,0.28648852988604295f,-0.5387522762310243f,-0.03093836458112309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7390738003669015f,-0.19214423103683875f,-0.6456396147158935f,0.7468143172073831f,-0.3304608348025376f,0.9386186215513711f,0.09894806687659063f,2.395131990540077f,0.586997064961006f,0.28648852988604295f,-0.7572045747160396f,0.11015780904633005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.12473332469687e-21f,-3.672214985989059e-20f,-0.007217499999998364f,-2.24946664939374e-20f,0.000012640890537108554f,0.000009184144567069894f,1.151960231363644f,2.9047741645616375e-20f,0.000009184144567069894f,-0.000012640890537108554f,0.3934268725400656f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168.mcfunction new file mode 100644 index 000000000..91cc27dc8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168_as_bone.mcfunction new file mode 100644 index 000000000..646ad2c66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_168_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7092937005858801f,-0.12506761665984262f,-0.3849740017412328f,0.036807873565163726f,-0.27350929349856995f,0.7206541127793252f,0.26980504174051567f,1.6095171718664385f,0.29839496832812923f,0.36326324537684096f,-0.6677909117973861f,-0.48332376411766476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6888129671819692f,0.15270615838348872f,-0.37711738946079953f,0.036807873565163726f,0.02262147057449096f,0.7547412833012401f,0.26429881639887254f,1.6095171718664385f,0.40623264924304026f,0.216901877521967f,-0.6541625258423375f,-0.48332376411766476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7092937005858823f,0.12506761665984217f,0.38497400174122953f,-0.03680787356516525f,0.27350929349856806f,0.7206541127793256f,0.2698050417405167f,1.6095171718664385f,-0.29839496832812645f,0.3632632453768405f,-0.6677909117973877f,-0.48332376411766464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6888129671819707f,-0.1527061583834898f,0.3771173894607963f,-0.03680787356516525f,-0.022621470574492736f,0.7547412833012397f,0.26429881639887354f,1.6095171718664385f,-0.40623264924303754f,0.21690187752196757f,-0.654162525842339f,-0.48332376411766464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6478754653570203f,0.010349548777923281f,1.4218145161126037f,-0.8448401856735525f,1.3532015679719744f,-0.4841243802732013f,-0.6130867400811073f,1.4429511989134363f,0.43647353622712876f,1.4855715133460197f,-0.20970069362833132f,0.1641788249621065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8120277397625301f,-0.15224596009363875f,-0.5634111442732765f,-0.6065983036798968f,-0.3244249077298373f,0.9202301311824398f,0.21891775832133054f,1.5458338674600722f,0.4851385669070677f,0.3605519009783697f,-0.7966447750410725f,0.007451208991410538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8745417405795497f,-0.3456748240814979f,-0.34012594723178213f,-0.2984375000000001f,-0.44800173410827115f,0.8444002249418875f,0.2937391808289659f,1.7076191572152106f,0.18566418669219334f,0.4092641886536317f,-0.8933261630925243f,-0.062104741663138174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.24520732369671414f,0.5225376992124967f,0.8165952003944213f,0.5055674717323543f,0.7978614893139635f,0.5872533629884772f,-0.1362003360070304f,1.5351721642770586f,-0.5507180878409561f,0.6181325428744505f,-0.560911532386674f,0.1307151028862567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5949764310869106f,0.3401365395987537f,0.7282239908715369f,0.29843749999999997f,0.5579980753550702f,0.826912811938895f,0.0696659841769803f,1.7076191572152115f,-0.5784818012272471f,0.4477972039674827f,-0.6817891681214836f,-0.06210474166313934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.0981589385911386e-15f,-1.0489345193347256e-15f,-0.15624999999999925f,-1.2797523896769456e-15f,0.862734385977792f,-0.5056573733779846f,1.2825094887291817f,1.9659014162866897e-15f,-0.5056573733779846f,-0.862734385977792f,0.06718849153286327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.5370362371347204e-15f,-1.7720197976254681e-15f,-0.15624999999999956f,-1.2797523896769456e-15f,0.9905693404435774f,-0.13701234168196796f,1.4673849129268401f,1.9659014162866897e-15f,-0.13701234168196796f,-0.9905693404435774f,0.03530761908972194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.055360358115873e-15f,-1.1304991621967957e-15f,0.1562500000000007f,-1.2797523896769456e-15f,0.8819212643483553f,-0.47139673682599736f,1.2797808085073858f,1.9659014162866897e-15f,-0.47139673682599736f,-0.8819212643483553f,0.035419444732365454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2147447029614296e-15f,-2.006721172477386e-15f,0.15625000000000044f,-1.2797523896769456e-15f,0.9994645874763657f,0.032719082821776435f,1.4673849129268406f,1.9659014162866897e-15f,0.032719082821776435f,-0.9994645874763657f,0.03530761908972127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.583143965783152e-16f,-2.183078320644559e-15f,0.2937499999999995f,-1.2797523896769456e-15f,0.9795752495993441f,0.20107792114596484f,2.2107257675808936f,1.9659014162866897e-15f,0.20107792114596484f,-0.9795752495993441f,0.04396185911055846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.583143965783152e-16f,-2.183078320644559e-15f,0.3312499999999994f,-1.2797523896769456e-15f,0.9795752495993441f,0.20107792114596484f,2.10712991648841f,1.9659014162866897e-15f,0.20107792114596484f,-0.9795752495993441f,-0.07300806068262572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.583143965783152e-16f,-2.183078320644559e-15f,-0.2937500000000005f,-1.2797523896769456e-15f,0.9795752495993441f,0.20107792114596484f,2.210725767580893f,1.9659014162866897e-15f,0.20107792114596484f,-0.9795752495993441f,0.04396185911055962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.583143965783152e-16f,-2.183078320644559e-15f,-0.3312500000000006f,-1.2797523896769456e-15f,0.9795752495993441f,0.20107792114596484f,2.107129916488409f,1.9659014162866897e-15f,0.20107792114596484f,-0.9795752495993441f,-0.07300806068262441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877901453531832f,0.15497858917207757f,0.015882872579275585f,0.19458230874769264f,0.1495433391771675f,0.9146599195501197f,0.37554496571823626f,2.3084690405057176f,0.04367400200210348f,0.37333479407470316f,-0.9266680706069026f,0.06150797473039839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998728022099392f,-0.0014538773931922488f,0.015882872579275585f,0.07939729678083454f,0.00461787731038886f,0.9267926704138498f,0.37554496571823626f,2.3183405952334484f,-0.015266126227374631f,0.375570542385436f,-0.9266680706069026f,0.06353431390540601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708656638582398f,0.23832345132650937f,0.0249358234057011f,0.05705319005512005f,0.2215997127371619f,0.8533659386334257f,0.47186877635111596f,2.316955745694482f,0.09117801300701125f,0.46364696410966943f,-0.8813160968778343f,0.048364737185119744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9969941126775812f,-0.0733549180172837f,0.0249358234057011f,0.08611507148162531f,-0.05295072665064508f,0.8800773139060393f,0.47186877635111596f,2.32552362446121f,-0.056559347887076845f,0.46913002200947285f,-0.8813160968778343f,0.05377436992592538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08351244341399376f,0.0249358234057011f,0.14428167015027796f,0.0853756084560522f,0.8775254203643671f,0.47186877635111596f,2.432113485539945f,0.017525095567633566f,0.4722020842916358f,-0.8813160968778343f,0.07703147305133347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.085696311779016f,0.015882872579275585f,0.12499999999999938f,0.0853756084560522f,0.9228634699696633f,0.37554496571823626f,2.224469204796771f,0.017525095567633566f,0.3754719136540389f,-0.9266680706069026f,-0.007449707520825161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877901453531829f,-0.15497858917207846f,-0.015882872579280193f,-0.1945823087476938f,-0.14954333917717005f,0.9146599195501193f,0.37554496571823626f,2.3084690405057167f,-0.0436740020020996f,0.37333479407470377f,-0.9266680706069025f,0.06150797473039915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999872802209939f,0.001453877393191333f,-0.015882872579280193f,-0.07939729678083575f,-0.004617877310391427f,0.9267926704138498f,0.37554496571823626f,2.3183405952334484f,0.015266126227378565f,0.375570542385436f,-0.9266680706069025f,0.06353431390540633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708656638582396f,-0.23832345132650973f,-0.024935823405705774f,-0.05705319005512127f,-0.2215997127371644f,0.8533659386334251f,0.4718687763511159f,2.316955745694482f,-0.09117801300700744f,0.46364696410967043f,-0.8813160968778342f,0.04836473718511998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.996994112677581f,0.07335491801728328f,-0.024935823405705774f,-0.08611507148162655f,0.0529507266506425f,0.8800773139060394f,0.4718687763511159f,2.3255236244612094f,0.056559347887080766f,0.4691300220094725f,-0.8813160968778342f,0.053774369925925714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08351244341399415f,-0.024935823405705774f,-0.14428167015027937f,-0.08537560845605476f,0.8775254203643669f,0.4718687763511159f,2.4321134855399444f,-0.017525095567629653f,0.4722020842916361f,-0.8813160968778342f,0.07703147305133404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08569631177901689f,-0.015882872579280193f,-0.1250000000000006f,-0.08537560845605476f,0.9228634699696631f,0.37554496571823626f,2.2244692047967707f,-0.017525095567629653f,0.37547191365403926f,-0.9266680706069025f,-0.007449707520824661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.583143965783152e-16f,-2.183078320644559e-15f,-1.0551934550242266e-16f,-1.2797523896769456e-15f,0.9795752495993441f,0.20107792114596484f,1.7161532043412955f,1.9659014162866897e-15f,0.20107792114596484f,-0.9795752495993441f,-0.07989041555815243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.501261210050543e-16f,-2.302155735963753e-15f,6.327794987447272e-17f,-1.2797523896769456e-15f,0.9271838545667875f,0.37460659341591196f,1.36845925887875f,1.9659014162866897e-15f,0.37460659341591196f,-0.9271838545667875f,-0.22036788808911942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9933225202471874f,-0.11290151887084604f,0.023740636184229197f,0.15206660494600982f,-0.11137401319011411f,0.9920834614621413f,0.05801926127782453f,0.8244247420033232f,-0.030103155244994302f,0.05498774890784458f,-0.9980331394870331f,-0.12236132827507579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9933225202471874f,-0.07462051211299082f,0.08798948767762503f,0.12937500000000018f,-0.11137401319011411f,0.819214745542099f,-0.5625682446355486f,1.082972399736164f,-0.030103155244994302f,-0.5686114489336186f,-0.8220552415658614f,-0.3301604104070682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9878244793179197f,0.15471313230106437f,0.01632926066526091f,-0.14263777519077972f,0.1501832786132379f,0.9209502016725636f,0.3595771250569797f,0.9441914627743093f,0.040592867418540964f,0.35765146823808447f,-0.9329724788984308f,-0.07126791151555906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9878244793179197f,0.04438019281327224f,-0.1491080029580487f,-0.12937499999999988f,0.1501832786132379f,0.5221186574193915f,-0.8395457643270856f,1.1113113523137708f,0.040592867418540964f,-0.8517173862616805f,-0.5224267537696665f,-0.3668203003545878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9816271834476643f,0.1908089953765431f,-1.6820309371428944e-15f,9.740629661576649e-17f,0.1872234209294357f,0.9631810020262352f,-0.1929501178833973f,1.2707382627169344f,-0.036816618151114984f,-0.18940508076377444f,-0.9812085670278177f,-0.266621647746181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9816271834476636f,-0.19002370161108947f,0.01729351157592103f,1.0406512376347416e-16f,-0.1872234209294382f,0.9417293659279865f,-0.2794515915223087f,1.2489006169336936f,0.03681661815111884f,-0.27755502909313773f,-0.9600040325191465f,-0.277450243754074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.6350249184449952e-15f,-1.6820309371428944e-15f,9.740629661576649e-17f,-1.2797523896769456e-15f,0.9812085670278177f,-0.1929501178833973f,1.2707382627169344f,1.9659014162866897e-15f,-0.1929501178833973f,-0.9812085670278177f,-0.266621647746181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9866433320848791f,0.1628954733945882f,-2.293949322482606e-15f,9.744271778145926e-17f,0.1520760255261825f,0.9211109027684221f,0.35836794954529994f,1.2916675418608055f,0.05837651679063165f,0.3535813478518002f,-0.9335804264972021f,-0.25297868684179436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9866433320848789f,-0.16289547339458915f,-2.293949322482606e-15f,9.744271778145926e-17f,-0.152076025526185f,0.9211109027684217f,0.35836794954529994f,1.2916675418608055f,-0.05837651679062776f,0.35358134785180084f,-0.9335804264972021f,-0.25297868684179436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.902357222025539e-16f,-2.293949322482606e-15f,9.744271778145926e-17f,-1.2797523896769456e-15f,0.9335804264972021f,0.35836794954529994f,1.2916675418608055f,1.9659014162866897e-15f,0.35836794954529994f,-0.9335804264972021f,-0.25297868684179436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9785988655009386f,0.20577721069223395f,-2.170105209134368e-15f,-0.18937499999999993f,0.20216590248743088f,0.9614248446251299f,0.18652403600873435f,1.3285500485789081f,0.03838239585693724f,0.1825322100268032f,-0.9824503977255099f,-0.2428113424808926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9785988655009381f,-0.20544625314565282f,0.01166608369115713f,0.1893750000000001f,-0.20216590248743338f,0.9704531242895295f,0.13171818943537364f,1.3330046952165684f,-0.0383823958569334f,0.12654078640937763f,-0.991218553631427f,-0.24960638154404216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-5.610547451233865e-16f,-2.2776637439306964e-15f,-0.007812499999999811f,-1.2797523896769456e-15f,0.9442327851994298f,0.3292786773456909f,1.1688859602721076f,1.9659014162866897e-15f,0.3292786773456909f,-0.9442327851994298f,-0.2861651807636894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-7.224660209832535e-16f,-2.2317207275926105e-15f,2.7905363261821185e-17f,-1.2797523896769456e-15f,0.965358872441849f,0.26092575073725854f,1.3845833333333333f,1.9659014162866897e-15f,0.26092575073725854f,-0.965358872441849f,-0.22786458333333323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.12970650900306882f,0.7975766068491424f,-0.5891076113319579f,-0.22209709072381287f,-0.4486460058514714f,0.4826234401900494f,0.7521910504736435f,1.044616556484085f,0.8842471277622327f,0.3618648521010714f,0.2952301574333344f,0.2760199029991252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.12970650900306882f,0.7975766068491424f,-0.5891076113319579f,-0.23425707594285056f,-0.4486460058514714f,0.4826234401900494f,0.7521910504736435f,1.0025559934355095f,0.8842471277622327f,0.3618648521010714f,0.2952301574333344f,0.3589180712268345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12970650900306882f,0.7975766068491424f,-0.5891076113319579f,-0.13981094163353802f,-0.4486460058514714f,0.4826234401900494f,0.7521910504736435f,0.9107576173887507f,0.8842471277622327f,0.3618648521010714f,0.2952301574333344f,0.2731844634979797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8821182693842335f,-0.2617571269089393f,-0.39160000680661666f,0.6048760384801255f,-0.347583687929132f,0.922814304648164f,0.16613048793737215f,2.3757303436847024f,0.3178882487669974f,0.28266051307018997f,-0.9050138648919963f,-0.027403914482864986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.43909278116071015f,-0.2617571269089393f,-0.8594653780373763f,0.6705762740198723f,-0.3746725629764924f,0.922814304648164f,-0.08963386463470138f,2.411646184522532f,0.8165892480832571f,0.28266051307018997f,-0.5032743131391846f,-0.08381839779108537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7008025124239657f,-0.2617571269089393f,-0.6635955433037769f,0.7372654877455654f,-0.3831023022701835f,0.922814304648164f,0.040575671676640834f,2.387601913352121f,0.6017544886210175f,0.28266051307018997f,-0.7469903411526516f,0.056437395035922586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-9.998065544351136e-22f,-3.663867646069743e-20f,-0.00721749999999837f,-1.9996131088702277e-20f,0.000013322502568032695f,0.000008164040073686699f,1.1670082857940312f,3.071720962947953e-20f,0.000008164040073686699f,-0.000013322502568032695f,0.44512429747713034f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169.mcfunction new file mode 100644 index 000000000..dbf8a839c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169_as_bone.mcfunction new file mode 100644 index 000000000..d11dea0b7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_169_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7213185706168086f,-0.1271879256858079f,-0.36120243034551974f,0.0353127258467304f,-0.24735432875860716f,0.74279643692282f,0.23240854929108434f,1.5588679717439575f,0.2923350820071849f,0.31467622931983424f,-0.6945959364791505f,-0.46605215220195634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7004906211624566f,0.15529503194315392f,-0.35383095217520305f,0.0353127258467304f,0.05459293558730305f,0.7649758319363374f,0.22766551767289897f,1.5588679717439575f,0.38253431355552486f,0.17520111188883275f,-0.6804205092040658f,-0.46605215220195634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7213185706168103f,0.1271879256858075f,0.36120243034551636f,-0.035312725846731965f,0.24735432875860555f,0.7427964369228204f,0.23240854929108515f,1.5588679717439573f,-0.2923350820071819f,0.3146762293198337f,-0.6945959364791521f,-0.46605215220195617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7004906211624579f,-0.15529503194315486f,0.3538309521751997f,-0.035312725846731965f,-0.05459293558730459f,0.7649758319363371f,0.22766551767289975f,1.5588679717439573f,-0.3825343135555219f,0.17520111188883342f,-0.6804205092040674f,-0.46605215220195617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.572599443782679f,0.04904222781674696f,1.4529731542153619f,-0.8368776468551261f,1.407443158526124f,-0.409905577430099f,-0.5408210638554176f,1.3753398296177657f,0.36419758716632783f,1.5069766180941455f,-0.1943909463420496f,0.12356039734448965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8197565494374631f,-0.2768180783360742f,-0.501369076789452f,-0.6029814132228078f,-0.39241101219812613f,0.9091259008026293f,0.13965562643678203f,1.497519082571219f,0.4171484114317423f,0.3112263613451326f,-0.8538883737607877f,-0.009194878511029313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8591343468228533f,-0.44076350309952683f,-0.26003020679279315f,-0.2984375000000001f,-0.49975540623446446f,0.8319843668583375f,0.2409285106473637f,1.6786180258841257f,0.11014857261306082f,0.3369414602549897f,-0.9350602891324925f,-0.052803596595351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11455159285028624f,0.6210847528282227f,0.7753268100483617f,0.4918602199434462f,0.815649682141148f,0.5043300297086305f,-0.2834904181046271f,1.4984610688196531f,-0.5670921694032699f,0.5999207872197775f,-0.564359389452409f,0.14754358483448077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5467393412287022f,0.43551647247053743f,0.7151234123979056f,0.29843749999999997f,0.5801996976889703f,0.8128478125121166f,-0.05144652073653436f,1.6786180258841263f,-0.6036923086758955f,0.3867865508275678f,-0.6971024031980387f,-0.05280359659535222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-2.0294875522186983e-15f,-1.1664899071301865e-15f,-0.15624999999999928f,-1.111956024698691e-15f,0.8503522249955636f,-0.5262139236518684f,1.263681717052044f,2.0598718958186496e-15f,-0.5262139236518684f,-0.8503522249955636f,0.0993571890171994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.4286056495014722e-15f,-1.8543474125038468e-15f,-0.15624999999999956f,-1.111956024698691e-15f,0.9869963665602322f,-0.16074256560382472f,1.4477388947470637f,2.0598718958186496e-15f,-0.16074256560382472f,-0.9869963665602322f,0.06304923067548082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.9656568453249565e-15f,-1.2711064449818405e-15f,0.15625000000000067f,-1.111956024698691e-15f,0.8767267557075082f,-0.4809887689193867f,1.2601471716381152f,2.0598718958186496e-15f,-0.4809887689193867f,-0.8767267557075082f,0.06520745240074916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0667555406832715e-15f,-2.083638894930879e-15f,0.15625000000000044f,-1.111956024698691e-15f,0.9997620270799091f,0.021814885034562193f,1.4477388947470642f,2.0598718958186496e-15f,0.021814885034562193f,-0.9997620270799091f,0.06304923067548016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.2572723771281e-16f,-2.225497338683866e-15f,0.29374999999999957f,-1.111956024698691e-15f,0.9838850379335414f,0.1788022151163509f,2.186265654120973f,2.0598718958186496e-15f,0.1788022151163509f,-0.9838850379335414f,0.04547898623988264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.2572723771281e-16f,-2.225497338683866e-15f,0.33124999999999943f,-1.111956024698691e-15f,0.9838850379335414f,0.1788022151163509f,2.0800427320464383f,2.0598718958186496e-15f,0.1788022151163509f,-0.9838850379335414f,-0.06911051295593079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.2572723771281e-16f,-2.225497338683866e-15f,-0.29375000000000046f,-1.111956024698691e-15f,0.9838850379335414f,0.1788022151163509f,2.186265654120972f,2.0598718958186496e-15f,0.1788022151163509f,-0.9838850379335414f,0.04547898623988386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.2572723771281e-16f,-2.225497338683866e-15f,-0.33125000000000054f,-1.111956024698691e-15f,0.9838850379335414f,0.1788022151163509f,2.0800427320464374f,2.0598718958186496e-15f,0.1788022151163509f,-0.9838850379335414f,-0.06911051295592943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877631915111084f,0.15536404707192641f,0.013634161991911609f,0.1946948433604429f,0.15112062045004754f,0.9318313192400542f,0.32992870526544493f,2.2861271977545434f,0.038554319739584716f,0.3279518339036578f,-0.9439073890317025f,0.05839283793406033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999906479114746f,-0.0010689486098554996f,0.013634161991911609f,0.0795098313935848f,0.0034895409089645835f,0.9439994028314382f,0.32992870526544493f,2.296042183868912f,-0.013223317609316573f,0.32994542700688795f,-0.9439073890317025f,0.060194696293265265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707152370373986f,0.23927320889444365f,0.021453673083721553f,0.05713175249801439f,0.2264204635752627f,0.8814018103399974f,0.4145655827534873f,2.2935573818090296f,0.08028513098818729f,0.4072826785351071f,-0.9097665181284033f,0.0470495828941529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9971445394984224f,-0.07240516044934943f,0.021453673083721553f,0.08620565387971321f,-0.05702948096208037f,0.9082307063172095f,0.4145655827534873f,2.3024702566241815f,-0.04950157219397123f,0.41215831526592644f,-0.9097665181284033f,0.05179663945339863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08447403982948043f,0.021453673083721553f,0.14436860995874787f,0.08575123125940454f,0.9059702555458196f,0.4145655827534873f,2.4103623525214246f,0.01558363986339417f,0.41482771443230476f,-0.9097665181284033f,0.06798338447203621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08608271092777085f,0.013634161991911609f,0.12499999999999946f,0.08575123125940454f,0.9401030665726835f,0.32992870526544493f,2.1988391625425714f,0.01558363986339417f,0.329842373111707f,-0.9439073890317025f,-0.006231149478097747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987763191511108f,-0.15536404707192714f,-0.01363416199191623f,-0.1946948433604439f,-0.1511206204500497f,0.9318313192400539f,0.3299287052654448f,2.286127197754543f,-0.03855431973958064f,0.3279518339036584f,-0.9439073890317023f,0.05839283793406114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999064791147458f,0.0010689486098547502f,-0.01363416199191623f,-0.07950983139358583f,-0.003489540908966818f,0.9439994028314382f,0.3299287052654448f,2.296042183868912f,0.013223317609320693f,0.32994542700688795f,-0.9439073890317023f,0.06019469629326561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707152370373983f,-0.23927320889444392f,-0.02145367308372622f,-0.05713175249801543f,-0.22642046357526485f,0.8814018103399968f,0.4145655827534872f,2.2935573818090296f,-0.08028513098818327f,0.407282678535108f,-0.9097665181284031f,0.04704958289415314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9971445394984223f,0.0724051604493491f,-0.02145367308372622f,-0.08620565387971428f,0.05702948096207815f,0.9082307063172097f,0.4145655827534872f,2.302470256624181f,0.04950157219397532f,0.41215831526592606f,-0.9097665181284031f,0.051796639453399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08447403982948073f,-0.02145367308372622f,-0.1443686099587491f,-0.08575123125940676f,0.9059702555458193f,0.4145655827534872f,2.410362352521424f,-0.015583639863390066f,0.41482771443230504f,-0.9097665181284031f,0.0679833844720368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08608271092777157f,-0.01363416199191623f,-0.12500000000000053f,-0.08575123125940676f,0.9401030665726833f,0.3299287052654448f,2.198839162542571f,-0.015583639863390066f,0.32984237311170733f,-0.9439073890317023f,-0.00623114947809722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.2572723771281e-16f,-2.225497338683866e-15f,-9.176746693011372e-17f,-1.111956024698691e-15f,0.9838850379335414f,0.1788022151163509f,1.689010511379245f,2.0598718958186496e-15f,0.1788022151163509f,-0.9838850379335414f,-0.06712087728980418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.0088725762957114e-16f,-2.3062540698538564e-15f,5.856525468097545e-17f,-1.111956024698691e-15f,0.9483236552061988f,0.31730465640509387f,1.3333891406769205f,2.0598718958186496e-15f,0.31730465640509387f,-0.9483236552061988f,-0.18611012344171438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9930684569549262f,-0.1141690189271612f,0.027936981196460167f,0.15000745943894236f,-0.1158396942304904f,0.9909284004922678f,-0.0681327405761884f,0.8159571286145021f,-0.01990489994318862f,-0.07089668691162665f,-0.9972850418727868f,-0.02761497833604326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9930684569549262f,-0.0713893754798461f,0.09337342700018786f,0.12875000000000023f,-0.1158396942304904f,0.7289874187645173f,-0.6746543622653253f,1.039857259790274f,-0.01990489994318862f,-0.680794315745691f,-0.7322041345189247f,-0.27008845489363265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9874138067509115f,0.1576812875199281f,0.012271340747092928f,-0.14360226544309432f,0.15587364147156998f,0.9570783448989122f,0.2443449398288227f,0.9161765423732586f,0.02678399021926985f,0.24318234576468808f,-0.9696107283731537f,0.0010962131880278836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9874138067509115f,0.05109955561344567f,-0.14967568157112857f,-0.1287499999999999f,0.15587364147156998f,0.474684099826022f,-0.866243853234614f,1.0629533078427809f,0.02678399021926985f,-0.878671634223199f,-0.47667470782438887f,-0.3055532774171117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.983254907563955f,0.18223552549214597f,-1.694859150196703e-15f,9.487975404186477e-17f,0.17581852494610545f,0.9486318709101753f,-0.26303121445797295f,1.231887429031264f,-0.04793363158758444f,-0.2586267324583093f,-0.9647873238288134f,-0.22327308516575128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9832549075639543f,-0.18136578821987448f,0.017783071016654616f,1.014206876693546e-16f,-0.17581852494610764f,0.9184370817918537f,-0.35434612044643377f,1.2075920392321347f,0.047933631587588496f,-0.35153915522036416f,-0.9349452333210634f,-0.23321276708170757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.6146116836694028e-15f,-1.694859150196703e-15f,9.487975404186477e-17f,-1.111956024698691e-15f,0.9647873238288134f,-0.26303121445797295f,1.231887429031264f,2.0598718958186496e-15f,-0.26303121445797295f,-0.9647873238288134f,-0.22327308516575128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9883615104677608f,0.15212338618991633f,-2.282112610830344e-15f,9.488927062570288e-17f,0.14659072757781874f,0.9524152502660069f,0.26723837607825907f,1.2538721743894834f,0.04065320668892128f,0.2641281250356593f,-0.9636304532086223f,-0.21140070286565812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9883615104677606f,-0.1521233861899174f,-2.282112610830344e-15f,9.488927062570288e-17f,-0.14659072757782096f,0.9524152502660065f,0.26723837607825907f,1.2538721743894834f,-0.04065320668891721f,0.26412812503565997f,-0.9636304532086223f,-0.21140070286565812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.210378676606369e-16f,-2.282112610830344e-15f,9.488927062570288e-17f,-1.111956024698691e-15f,0.9636304532086223f,0.26723837607825907f,1.2538721743894834f,2.0598718958186496e-15f,0.26723837607825907f,-0.9636304532086223f,-0.21140070286565812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9807852804032307f,0.19509032201612755f,-2.164818756528367e-15f,-0.18999999999999995f,0.1940215968194857f,0.9754124360159241f,0.10452846326765557f,1.2876681868349849f,0.020392491558739994f,0.10251997815608593f,-0.9945218953682731f,-0.20448152865989055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9807852804032302f,-0.19472643923962643f,0.011909979236467453f,0.19000000000000006f,-0.19402159681948783f,0.9799744052232495f,0.044785991950099815f,1.2918430537766472f,-0.020392491558735952f,0.041614648483369106f,-0.9989256064991189f,-0.2121713870831784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-6.377951128243841e-16f,-2.2522734785333163e-15f,-0.007812499999999809f,-1.111956024698691e-15f,0.9761067562032181f,0.21729151040579406f,1.1272898180542115f,2.0598718958186496e-15f,0.21729151040579406f,-0.9761067562032181f,-0.23315152976626752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-7.470567139984855e-16f,-2.2184284288921785e-15f,2.3918882795846813e-17f,-1.111956024698691e-15f,0.9855560590580773f,0.16934950384902686f,1.3475000000000006f,2.0598718958186496e-15f,0.16934950384902686f,-0.9855560590580773f,-0.19531250000000058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03886515872361317f,0.6881137190992594f,-0.7245612527763087f,-0.1959906956848297f,-0.4359139885484638f,0.6407983481477674f,0.6319465733737801f,1.0799345950450299f,0.8991487607872004f,0.3404070895244078f,0.27505366635688333f,0.3091843252216732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03886515872361317f,0.6881137190992594f,-0.7245612527763087f,-0.19963430431516846f,-0.4359139885484638f,0.6407983481477674f,0.6319465733737801f,1.0390676586186114f,0.8991487607872004f,0.3404070895244078f,0.27505366635688333f,0.3934795215454733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.03886515872361317f,0.6881137190992594f,-0.7245612527763087f,-0.08912831208355276f,-0.4359139885484638f,0.6407983481477674f,0.6319465733737801f,0.9647091408257535f,0.8991487607872004f,0.3404070895244078f,0.27505366635688333f,0.3100738734300407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8528303512945481f,-0.3248673157996666f,-0.4088295721152489f,0.5950304543303635f,-0.4055423153580096f,0.9052631237799333f,0.12662585509390192f,2.3503012785935784f,0.3289617338914703f,0.27378806374514725f,-0.9037833113007789f,-0.07986088725810489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36021608308770325f,-0.3248673157996666f,-0.8744744711025432f,0.6559374206696351f,-0.3861059083701181f,0.9052631237799333f,-0.17725942639499645f,2.3900498738233296f,0.8492152854292243f,0.27378806374514725f,-0.4515235266783386f,-0.1390170630017092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6496743076188985f,-0.3248673157996666f,-0.6873023506034477f,0.7285792900905165f,-0.42398501578401526f,0.9052631237799333f,-0.02711794820456548f,2.374243268439139f,0.6309992079317795f,0.27378806374514725f,-0.7258650671716818f,-0.0005592150541547658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-8.687156442958524e-22f,-3.656526202356309e-20f,-0.007217499999998376f,-1.7374312885917048e-20f,0.000013921976940443235f,0.000007093601558430447f,1.1833977627435428f,3.21854983721664e-20f,0.000007093601558430447f,-0.000013921976940443235f,0.4926725221724849f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..c5ad12e14 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.17498730540485946f,0.05055410711846911f,-0.7960955782097052f,-0.051169607714934506f,-0.27701971925009977f,0.7604498343620831f,0.10918135834344828f,1.8255766605558128f,0.7480534489848881f,0.2934361533904419f,-0.1457933667547284f,-0.5481358129411589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.13941646107487657f,0.11135083837105628f,-0.7798487296748133f,-0.051169607714934506f,0.034362812118813896f,0.7920733660057163f,0.1069531673568473f,1.8255766605558128f,0.7870084164255453f,-0.014858454106588287f,-0.14281799192299927f,-0.5481358129411589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6885400003759824f,0.20281726970612032f,0.3895154264411632f,-0.16950923513081895f,0.281801720734196f,0.7596066384786491f,0.1026157366823307f,1.8262319962587392f,-0.3368158287817433f,0.22092386546628692f,-0.7104169111120214f,-0.4917789306185676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6991766425241516f,-0.07456077682602624f,0.38156613202399664f,-0.16950923513081895f,-0.02971889010370496f,0.793102898730196f,0.10052153797452805f,1.8262319962587392f,-0.3876452116557852f,0.07367823684684702f,-0.6959186068036128f,-0.4917789306185676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6902345520296458f,1.0607676932191805f,0.9163811511630365f,-0.3340893651206661f,1.1927186199951505f,0.09223727043272f,-1.0051471680604707f,1.7914946015514868f,-0.7364813688758856f,1.1435341870558917f,-0.7689804980187233f,0.47981719493456754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.22000425658591807f,-0.17417216326712462f,-0.9598240383668911f,-0.28826706958142745f,-0.2043445157361837f,0.9703299955392017f,-0.12924015879531087f,1.8586584509106912f,0.9538560929053306f,0.1677013932552222f,-0.2490678556691633f,0.21568820691649962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1698467927195884f,-0.205526437282381f,-0.9638002648790259f,-0.232206683614491f,-0.36155630286206897f,0.9228053646430676f,-0.13306877487482477f,1.9767962081420045f,0.9167492060883289f,0.3258667558435295f,-0.23104491029328578f,-0.08350237632394372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6328532702218703f,0.7308625669511918f,0.25561034133813704f,0.6058348029833255f,0.7337616917362337f,0.6715029188226189f,-0.10333252030742004f,1.8295689427974753f,-0.2471649613312221f,0.12216275308872897f,-0.9612417716932187f,-0.3285062171137634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.872949205270446f,0.4768278768808162f,0.10293134045095215f,0.30667318268565924f,0.4844568183543314f,0.8721293400936646f,0.06849821382917524f,1.9738120241988382f,-0.05710758415215139f,0.10966125102843834f,-0.9923271304641342f,-0.3401331421481635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9028353780944925f,-0.29058693747505027f,-0.316934554490112f,-0.00547965187174013f,0.004999679904781265f,0.7299362062751582f,-0.6834969919242362f,1.605171047922765f,0.4299573039986928f,-0.618669836453581f,-0.6575593891054061f,0.0662047961667543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9028353780944925f,-0.14718172080095937f,-0.4040121546724096f,-0.03560130048862256f,0.004999679904781265f,0.9359360958973361f,-0.3521343885469044f,1.7784582259750974f,0.4299573039986928f,-0.31993931527482034f,-0.844260357519915f,0.0009395473182260417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9028353780944925f,-0.28460981461838625f,-0.3223127882722967f,0.2651667803822202f,0.004999679904781265f,0.7425892038530145f,-0.6697285103098088f,1.594831739714917f,0.4299573039986928f,-0.6062660535967966f,-0.6690128466586737f,-0.09218100665891693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9028353780944925f,-0.08532293548975385f,-0.42143596991759713f,0.24653475516590637f,0.004999679904781265f,0.9779653702676762f,-0.2087073016404956f,1.776895826004853f,0.4299573039986928f,-0.1905353805376272f,-0.8825151474629528f,-0.13342211018136546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9453549546144505f,-0.30761510018559274f,-0.10805998298962366f,0.16351806476762368f,-0.27544645430612713f,0.9308448355434211f,-0.24011901830618043f,2.564590811622284f,0.174451312967523f,-0.1972329644860334f,-0.9647102658953923f,-0.3366424510536837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9453549546144505f,-0.30761510018559274f,-0.10805998298962366f,0.2272901396835874f,-0.27544645430612713f,0.9308448355434211f,-0.24011901830618043f,2.4360532912496318f,0.174451312967523f,-0.1972329644860334f,-0.9647102658953923f,-0.40897184215690463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9453549546144505f,-0.30761510018559274f,-0.10805998298962366f,-0.3918779710683661f,-0.27544645430612713f,0.9308448355434211f,-0.24011901830618043f,2.4027660197174345f,0.174451312967523f,-0.1972329644860334f,-0.9647102658953923f,-0.2341523046852639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9453549546144505f,-0.30761510018559274f,-0.10805998298962366f,-0.3990075177484861f,-0.27544645430612713f,0.9308448355434211f,-0.24011901830618043f,2.2535700152718228f,0.174451312967523f,-0.1972329644860334f,-0.9647102658953923f,-0.29339784731592067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9818376700323685f,-0.1559417512460718f,-0.10805998298962366f,0.03518079643144751f,-0.12643903749273633f,0.9624739096960429f,-0.24011901830618043f,2.631592357896936f,0.14144949453186437f,-0.2220948972235104f,-0.9647102658953923f,-0.36161909257491776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9453549546144506f,-0.3076151001855927f,-0.10805998298962366f,-0.07680988043459533f,-0.27544645430612713f,0.9308448355434211f,-0.24011901830618043f,2.6092455344549266f,0.17445131296752303f,-0.19723296448603336f,-0.9647102658953923f,-0.3435125080781876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9938206840124906f,-0.08321111399156755f,-0.07345991108916214f,-0.096020366714268f,-0.04933339801499112f,0.9239894949287969f,-0.3792224005798196f,2.6090756653548284f,0.09943170454759256f,-0.3732550385051876f,-0.9223849588763096f,-0.322851213349022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9194659892147206f,-0.38624595291105335f,-0.07345991108916214f,-0.07175007193720079f,-0.33244730621006224f,0.8635213717634046f,-0.3792224005798196f,2.6258225817556275f,0.2099073206705007f,-0.32426055012548227f,-0.9223849588763096f,-0.3316693314872021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.968568016138749f,-0.23765445414681446f,-0.07345991108916214f,-0.05312413679932428f,-0.1932698243633255f,0.9048962072464709f,-0.3792224005798196f,2.7223064115226894f,0.15659748753928748f,-0.353105104091022f,-0.9223849588763096f,-0.40669992301472657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.968568016138749f,-0.22405141862824746f,-0.10805998298962366f,-0.0027125676079686814f,-0.1932698243633255f,0.9513094302266983f,-0.24011901830618043f,2.508261789721683f,0.15659748753928748f,-0.21168686726489264f,-0.9647102658953923f,-0.3590703778801258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8855944627607081f,-0.4517139444425584f,-0.10805998298962366f,-0.3339581424613449f,-0.4176714652601299f,0.8762952722428281f,-0.24011901830618043f,2.524036977382943f,0.20315756110720734f,-0.16751450158422967f,-0.9647102658953923f,-0.29349994617075126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9453549546144504f,-0.30761510018559274f,-0.10805998298962366f,-0.22816737580699964f,-0.2754464543061271f,0.9308448355434212f,-0.24011901830618043f,2.5651447602118935f,0.17445131296752303f,-0.1972329644860334f,-0.9647102658953923f,-0.31558171481761765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.84101498224004f,-0.5387973731914967f,-0.048899798463062354f,-0.206137871076926f,-0.4852795280999407f,0.7912461067287617f,-0.3720663626205355f,2.576990916673203f,0.23916015398657858f,-0.28918331422908883f,-0.9269171654018475f,-0.3025306521428799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.966350324001996f,-0.25253883070036764f,-0.048899798463062354f,-0.23687826219570535f,-0.2170197637118849f,0.9024793870026959f,-0.3720663626205355f,2.5777094637244824f,0.13809226430062893f,-0.3489342273605861f,-0.9269171654018475f,-0.30119735960200106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9149471710646077f,-0.40060015460698856f,-0.048899798463062354f,-0.32653977640625736f,-0.35552677041254266f,0.8574189975305838f,-0.3720663626205355f,2.642641764805641f,0.19097745856749293f,-0.3230358785065607f,-0.9269171654018475f,-0.3562450995831009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9149471710646077f,-0.3888376450874497f,-0.10805998298962366f,-0.2390513062615813f,-0.35552677041254266f,0.9032959496021796f,-0.24011901830618043f,2.439400176145151f,0.19097745856749293f,-0.18127799975491535f,-0.9647102658953923f,-0.315457549638245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9453549546144505f,-0.30761510018559274f,-0.10805998298962366f,0.040147676378767067f,-0.27544645430612713f,0.9308448355434211f,-0.24011901830618043f,2.0042767240394816f,0.174451312967523f,-0.1972329644860334f,-0.9647102658953923f,-0.20603487365086226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9028353780944925f,0.09817016734932059f,-0.41862978668936224f,0.003333863622771844f,0.004999679904781265f,0.9759194229578124f,0.21807403122458227f,1.638306940430302f,0.4299573039986928f,0.19479193550118226f,-0.8815854006288211f,-0.2790818494638056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9444587391900255f,-0.010496147020698787f,-0.32846235836897236f,0.21865315062587723f,-0.1636355703739641f,0.881793560069418f,0.4423386909693625f,1.1118512760430186f,0.28499314040161533f,0.47151876772597456f,-0.8345351769735074f,-0.12517065649836615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9444587391900255f,-0.29016001070245667f,-0.15428823077842846f,0.11781278765840583f,-0.1636355703739641f,0.8223736963647006f,-0.5449081607352259f,1.3323642674422864f,0.28499314040161533f,-0.4893962318169292f,-0.824178523262658f,-0.33273983820523595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9534731454887801f,-0.02286013247126098f,-0.30061000511481306f,-0.04863639686443384f,0.11586836748288538f,0.8927490950570576f,-0.4354004762189123f,1.2301486423402734f,0.2783226225957613f,-0.4499738521494344f,-0.8485635215664271f,0.043007738906795434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9534731454887801f,-0.20809071706612892f,-0.21814493875090435f,-0.12995382521425497f,0.11586836748288538f,0.4150708133821165f,-0.9023805966969586f,1.3584341564763196f,0.2783226225957613f,-0.8856717638884127f,-0.3716477423612376f,-0.28897467928351056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9628846841262574f,0.07980012566257327f,-0.25784690228760765f,-0.0015565681401364332f,0.18557635007145076f,0.8894116573944839f,-0.41774193227991335f,1.532075677184216f,0.1959961820271915f,-0.4500875955134009f,-0.871209878844202f,-0.29560557895545103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.914455192017588f,-0.331466740117149f,-0.23216697006289802f,-0.0029314885269080306f,-0.18557635007145076f,0.853287406881645f,-0.4873007485643301f,1.5109801034947328f,0.35962914243180377f,-0.4025300006872883f,-0.841805487307167f,-0.30025114271034775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9588848160887017f,-0.1185532979516877f,-0.25784690228760765f,-0.0015565681401364332f,0f,0.9085657257540835f,-0.41774193227991335f,1.532075677184216f,0.28379554167487686f,-0.40056639590676346f,-0.871209878844202f,-0.29560557895545103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9347577465188609f,0.21891791176865694f,-0.27982655919306765f,0.0008925061102883074f,0.1772690499288671f,0.9699487391397813f,0.1666587152790563f,1.5554890129757946f,0.30790199619407754f,0.1061809368389601f,-0.9454744678687537f,-0.28733067760095243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9517641761827506f,-0.1258652045060064f,-0.27982655919306765f,0.0008925061102883074f,-0.1772690499288671f,0.9699487391397813f,0.1666587152790563f,1.5554890129757946f,0.2504408849858326f,0.20822438314426558f,-0.9454744678687537f,-0.28733067760095243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9588848160887017f,0.04729700037745883f,-0.27982655919306765f,0.0008925061102883074f,0f,0.9860146411801067f,0.1666587152790563f,1.5554890129757946f,0.28379554167487686f,0.15980651154993716f,-0.9454744678687537f,-0.28733067760095243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.936865694030481f,0.20451244835114657f,-0.28365001290006087f,-0.17934330909733565f,0.22240682645942264f,0.974427974572669f,-0.03202071071126136f,1.5994865458222325f,0.2698478736122139f,-0.09308480455813195f,-0.9583931052899645f,-0.23247614911532907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9328214495139387f,-0.23609397623551268f,-0.27222009057382146f,0.18000005949157513f,-0.22240682645942264f,0.9716205831489014f,-0.08055213185035515f,1.6021249401583022f,0.2835125162509809f,-0.014597149951065938f,-0.9588574327512632f,-0.3459973629917275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9588848160887017f,-0.0020129194007408296f,-0.2837884029167204f,-0.005460836224787127f,0f,0.9999748454182393f,-0.007092850679968999f,1.4303300124576608f,0.28379554167487686f,-0.006801226819806674f,-0.9588606957421962f,-0.28126864965883086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9588848160887017f,-0.009087334941116958f,-0.28365001290006087f,3.5557162536275933e-17f,0f,0.999487205563706f,-0.03202071071126136f,1.6536529349508013f,0.28379554167487686f,-0.030704173301397353f,-0.9583931052899645f,-0.2903462660501968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8442173654613954f,0.3243325979656817f,-0.42673809971720583f,-0.14714405391654697f,-0.4036591758006862f,0.9085040615204869f,-0.1080723831174739f,2.758340885981155f,0.35264190001378315f,0.2634933321691668f,0.897894734507925f,0.3735481871529489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8442173654613954f,0.3243325979656817f,-0.42673809971720583f,-0.06799867590454117f,-0.4036591758006862f,0.9085040615204869f,-0.1080723831174739f,2.7204978382498406f,0.35264190001378315f,0.2634933321691668f,0.897894734507925f,0.4066083652792411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8442173654613954f,0.3243325979656817f,-0.42673809971720583f,-0.04356064995296319f,-0.4036591758006862f,0.9085040615204869f,-0.1080723831174739f,2.755630219583119f,0.35264190001378315f,0.2634933321691668f,0.897894734507925f,0.2553940660399062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7525569903850422f,-0.22875215384908557f,-0.6175195772864304f,0.43077727484117323f,0.31296578049190993f,0.7008225842363903f,-0.6410149184420884f,2.684123522722508f,0.5794052092134633f,-0.6756627542891731f,-0.45581733841822103f,-0.6818966377627574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.030085357409587565f,-0.22875215384908557f,-0.9730196932122914f,0.46852098271877873f,0.6988240385515634f,0.7008225842363903f,-0.1431526058676916f,2.631265116079974f,0.7146606428312815f,-0.6756627542891731f,0.18094200190764934f,-0.7495018436485654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4025995506944589f,-0.22875215384908557f,-0.8863329249723402f,0.582599067525827f,0.56382300418703f,0.7008225842363903f,-0.436979776847556f,2.7232412859283746f,0.7211221961152854f,-0.6756627542891731f,-0.153175130932655f,-0.6927229710657632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014982575251385965f,6.844518613413882e-7f,-0.000004381163028930005f,0.19312740479028384f,0f,0.000015437744381302415f,0.000002411778061423929f,1.7116663284710547f,0.000004434305338669951f,0.00000231261736287525f,-0.000014803018681889552f,0.38762222805829344f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17.mcfunction new file mode 100644 index 000000000..ab5d163bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170.mcfunction new file mode 100644 index 000000000..89c7e3087 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170_as_bone.mcfunction new file mode 100644 index 000000000..4b1e5ea2a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_170_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7325710346552607f,-0.12917203869523866f,-0.33704407434025735f,0.033913617507881647f,-0.22288868232157769f,0.7617072560614931f,0.19252827273069778f,1.5072197207894804f,0.2839097725009056f,0.26469054559434285f,-0.7185252957244426f,-0.4482080132297573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7114181722404266f,0.157717611692898f,-0.33016562384351744f,0.033913617507881647f,0.08382411975349287f,0.7729190690220744f,0.18859912430762232f,1.5072197207894804f,0.3561708875717426f,0.13312125188690999f,-0.7038615141790459f,-0.4482080132297573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7325710346552623f,0.12917203869523838f,0.33704407434025396f,-0.0339136175078832f,0.22288868232157633f,0.7617072560614936f,0.1925282727306984f,1.5072197207894804f,-0.2839097725009025f,0.2646905455943423f,-0.7185252957244439f,-0.4482080132297571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7114181722404279f,-0.15771761169289888f,0.3301656238435141f,-0.0339136175078832f,-0.0838241197534942f,0.7729190690220741f,0.18859912430762293f,1.5072197207894804f,-0.35617088757173954f,0.13312125188691065f,-0.7038615141790472f,-0.4482080132297571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4931628505999076f,0.09079285360301971f,1.4798490836983325f,-0.8170401576826818f,1.4543246322105066f,-0.3329196310023245f,-0.46423122841860914f,1.3023305086027783f,0.2883340370714983f,1.5239184450054724f,-0.189584561708371f,0.08808271773958531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8081343400622003f,-0.39782818972439016f,-0.43434044236387526f,-0.5938506233755385f,-0.46833226127040106f,0.8812137163898116f,0.06424390321119543f,1.4448682267124966f,0.35718871967852645f,0.2553333458580592f,-0.898454840839173f,-0.024263335938654672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.828431875104256f,-0.530020692069432f,-0.18104887265455913f,-0.2984375f,-0.5585712958872335f,0.8056181376934836f,0.19742726161839982f,1.648012862909304f,0.04121572178311353f,0.26468373995680927f,-0.9634540892436823f,-0.043951565174976934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.025289389321671935f,0.6970609687645821f,0.7165657350255588f,0.4763429146053453f,0.8072541078704014f,0.40856239421631574f,-0.42593142095717057f,1.4624259170356304f,-0.5896619812350967f,0.5892221786874745f,-0.5523730370217994f,0.16606208369030007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4929957327823791f,0.5259604942253282f,0.6930517772667592f,0.2984375f,0.5943047769920101f,0.7853557697077194f,-0.17325745880415325f,1.6480128629093045f,-0.6354187906434954f,0.3264687940692711f,-0.6997578774091175f,-0.04395156517497821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.9546258411565505e-15f,-1.2803263657377166e-15f,-0.15624999999999928f,-9.373040810652591e-16f,0.8374803549513078f,-0.5464674327630434f,1.2447002243377119f,2.140387544660666e-15f,-0.5464674327630434f,-0.8374803549513078f,0.13026226060391743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.315879120174164e-15f,-1.930870250122926e-15f,-0.15624999999999953f,-9.373040810652591e-16f,0.9828549916653011f,-0.18438021954266348f,1.4278331589028141f,2.140387544660666e-15f,-0.18438021954266348f,-0.9828549916653011f,0.08954812574175994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.866703486435722e-15f,-1.4054237351947713e-15f,0.15625000000000067f,-9.373040810652591e-16f,0.8714279253502614f,-0.49052356815930803f,1.2402761386434475f,2.140387544660666e-15f,-0.49052356815930803f,-0.8714279253502614f,0.09375248674285101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.1390077298893e-16f,-2.1504844009781467e-15f,0.15625000000000047f,-9.373040810652591e-16f,0.9999405050001497f,0.01090809149418226f,1.4278331589028144f,2.140387544660666e-15f,0.01090809149418226f,-0.9999405050001497f,0.08954812574175927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.909339319326321e-16f,-2.260662484717863e-15f,0.29374999999999973f,-9.373040810652591e-16f,0.9876883405951377f,0.15643446504023076f,2.160389804920412f,2.140387544660666e-15f,0.15643446504023076f,-0.9876883405951377f,0.04618101952105409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.909339319326321e-16f,-2.260662484717863e-15f,0.33124999999999954f,-9.373040810652591e-16f,0.9876883405951377f,0.15643446504023076f,2.0515944934435413f,2.140387544660666e-15f,0.15643446504023076f,-0.9876883405951377f,-0.065969070539769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.909339319326321e-16f,-2.260662484717863e-15f,-0.2937500000000003f,-9.373040810652591e-16f,0.9876883405951377f,0.15643446504023076f,2.1603898049204115f,2.140387544660666e-15f,0.15643446504023076f,-0.9876883405951377f,0.04618101952105534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.909339319326321e-16f,-2.260662484717863e-15f,-0.33125000000000043f,-9.373040810652591e-16f,0.9876883405951377f,0.15643446504023076f,2.051594493443541f,2.140387544660666e-15f,0.15643446504023076f,-0.9876883405951377f,-0.06596907053976758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987740353077076f,0.15569065189484826f,0.01137610723095988f,0.19480121720469595f,0.15249696800533635f,0.9467620506482068f,0.2835247682330089f,2.262144442366084f,0.03337168938415547f,0.28178367654099334f,-0.958897434547975f,0.054333273764861974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999350141104881f,-0.0007427921160632067f,0.01137610723095988f,0.07961620523783786f,0.0025132623614362304f,0.9589616203533493f,0.2835247682330089f,2.2720977558171076f,-0.011119850186066862f,0.28353493426586984f,-0.958897434547975f,0.05590972374517726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705875128105674f,0.24007962792505852f,0.017934665638420742f,0.0572158795905382f,0.230613634538421f,0.9057574815860232f,0.3555569379381089f,2.2687356166864525f,0.06911751978461096f,0.34923510248299805f,-0.9344825368365711f,0.04485927601141318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972722637252533f,-0.07159874141873449f,0.017934665638420742f,0.08629998686155291f,-0.060567854718060296f,0.9326900872524204f,0.3555569379381089f,2.2779480657481f,-0.04218491411820932f,0.3535008081579525f,-0.9344825368365711f,0.048922662718908175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0852905109747498f,0.017934665638420742f,0.14444227548943572f,0.08608271092777027f,0.9306820245193315f,0.3555569379381089f,2.386682935179904f,0.013634161991916008f,0.35574780108141835f,-0.9344825368365711f,0.05796959446456203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08641011328638314f,0.01137610723095988f,0.12499999999999954f,0.08608271092777027f,0.9550934366216451f,0.2835247682330089f,2.171786911940034f,0.013634161991916008f,0.2834251570416605f,-0.958897434547975f,-0.005801065869811481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877403530770759f,-0.15569065189484887f,-0.011376107230964515f,-0.19480121720469679f,-0.15249696800533818f,0.9467620506482065f,0.2835247682330089f,2.2621444423660835f,-0.03337168938415124f,0.281783676540994f,-0.958897434547975f,0.0543332737648628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999350141104881f,0.0007427921160626239f,-0.011376107230964515f,-0.07961620523783872f,-0.002513262361438104f,0.9589616203533492f,0.2835247682330089f,2.272097755817107f,0.011119850186071145f,0.28353493426586984f,-0.958897434547975f,0.0559097237451776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9705875128105674f,-0.24007962792505871f,-0.01793466563842541f,-0.05721587959053907f,-0.23061363453842282f,0.9057574815860228f,0.3555569379381089f,2.2687356166864516f,-0.06911751978460681f,0.3492351024829991f,-0.9344825368365711f,0.044859276011413415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972722637252533f,0.07159874141873428f,-0.01793466563842541f,-0.08629998686155378f,0.060567854718058436f,0.9326900872524204f,0.3555569379381089f,2.2779480657480993f,0.042184914118213596f,0.3535008081579522f,-0.9344825368365711f,0.048922662718908536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08529051097475002f,-0.01793466563842541f,-0.14444227548943678f,-0.08608271092777213f,0.9306820245193312f,0.3555569379381089f,2.3866829351799033f,-0.013634161991911744f,0.35574780108141874f,-0.9344825368365711f,0.05796959446456264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08641011328638372f,-0.011376107230964515f,-0.12500000000000047f,-0.08608271092777213f,0.9550934366216449f,0.2835247682330089f,2.1717869119400337f,-0.013634161991911744f,0.2834251570416609f,-0.958897434547975f,-0.0058010658698109535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.909339319326321e-16f,-2.260662484717863e-15f,-7.7980261646517e-17f,-9.373040810652591e-16f,0.9876883405951377f,0.15643446504023076f,1.6607080603525186f,2.140387544660666e-15f,0.15643446504023076f,-0.9876883405951377f,-0.05510846855933145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.513931585286742e-16f,-2.3100477548871895e-15f,5.3792172801735806e-17f,-9.373040810652591e-16f,0.9659258262890683f,0.25881904510252063f,1.298485875494118f,2.140387544660666e-15f,0.25881904510252063f,-0.9659258262890683f,-0.15216561047277669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9928096670090549f,-0.11528002308758784f,0.032240988978235026f,0.14783364566720708f,-0.11935485469073304f,0.9738808425975798f,-0.19315932046676354f,0.814514973248451f,-0.009131470589311522f,-0.1956185591868857f,-0.9806375454501643f,0.061726777926362025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9928096670090549f,-0.06780089694743338f,0.09865091721060164f,0.1281250000000002f,-0.11935485469073304f,0.623562642959425f,-0.7726086001121206f,0.9992259384286768f,-0.009131470589311522f,-0.7788277528944254f,-0.6271713861188951f,-0.20977565342502827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.986996366560232f,0.16054024495582944f,0.008062390862663783f,-0.14461058590099932f,0.16027418303461502f,0.9790555266019991f,0.12554864428845403f,0.8918396381638013f,0.012262081776224244f,0.12520824884808635f,-0.9920547040213603f,0.07297504763304141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.986996366560232f,0.05793223976157091f,-0.14994008134287493f,-0.12812499999999988f,0.16027418303461502f,0.425838193246209f,-0.8904908867727905f,1.0175670030814987f,0.012262081776224244f,-0.9029427937411163f,-0.4295857918757334f,-0.24341799093715533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9848077530122082f,0.17364817766692875f,-1.7082218493512558e-15f,9.224889067113034e-17f,0.16381404738235872f,0.9290356287175704f,-0.3317495417533522f,1.1940490874626575f,-0.057607703367306716f,-0.32670952077694887f,-0.9433675007898253f,-0.17993268934318893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9848077530122078f,-0.17269691478056393f,0.01815117716075115f,9.857491346500085e-17f,-0.16381404738236052f,0.8892690045476273f,-0.4270428496428458f,1.1673196873842921f,0.05760770336731092f,-0.423528526992158f,-0.9040491907726023f,-0.18868229781046136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.5942947955503958e-15f,-1.7082218493512558e-15f,9.224889067113034e-17f,-9.373040810652591e-16f,0.9433675007898253f,-0.3317495417533522f,1.1940490874626575f,2.140387544660666e-15f,-0.3317495417533522f,-0.9433675007898253f,-0.17993268934318893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.989962083714808f,0.14133319782356693f,-2.2706313940293462e-15f,9.224136783897353e-17f,0.13918602897465646f,0.9749223352304635f,0.17364817766693025f,1.2169398417631232f,0.024542252245904367f,0.17190511179643314f,-0.984807753012208f,-0.1699120392764123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9899620837148078f,-0.14133319782356804f,-2.2706313940293462e-15f,9.224136783897353e-17f,-0.1391860289746583f,0.9749223352304632f,0.17364817766693025f,1.2169398417631232f,-0.024542252245900127f,0.17190511179643375f,-0.984807753012208f,-0.1699120392764123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.513899293317306e-16f,-2.2706313940293462e-15f,9.224136783897353e-17f,-9.373040810652591e-16f,0.984807753012208f,0.17364817766693025f,1.2169398417631232f,2.140387544660666e-15f,0.17364817766693025f,-0.984807753012208f,-0.1699120392764123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9828549916653013f,0.18438021954266248f,-2.1603253711574e-15f,-0.19062499999999996f,0.1843363420434109f,0.9826210987929089f,0.021814885034561013f,1.2473908696709624f,0.004022233291972425f,0.021440868648822574f,-0.9997620270799091f,-0.16565892897834106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9828549916653011f,-0.18398544733934039f,0.012059043326228862f,0.19062500000000007f,-0.1843363420434127f,0.9819439933380811f,-0.042498317017456794f,1.2511663107204523f,-0.004022233291968217f,-0.04399260295328186f,-0.9990237597398471f,-0.17424017276953552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-7.132940894567711e-16f,-2.225086363192705e-15f,-0.0078124999999998074f,-9.373040810652591e-16f,0.9947475741323987f,0.10235850603495565f,1.0876302339798876f,2.140387544660666e-15f,0.10235850603495565f,-0.9947475741323987f,-0.1798051172198936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-7.712956320970805e-16f,-2.2056520191607895e-15f,1.99324023298723e-17f,-9.373040810652591e-16f,0.9970861323044666f,0.07628397450395219f,1.3104166666666668f,2.140387544660666e-15f,0.07628397450395219f,-0.9970861323044666f,-0.1627604166666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.06042461245792252f,0.5551843254394023f,-0.8295295238842955f,-0.1702803203756305f,-0.40498757585580847f,0.7732082931172208f,0.48798975281986195f,1.1122003962411013f,0.9123233689935526f,0.30646255928114624f,0.2715635655737054f,0.3344932988771577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.06042461245792252f,0.5551843254394023f,-0.8295295238842955f,-0.1646155129577003f,-0.40498757585580847f,0.7732082931172208f,0.48798975281986195f,1.0742328110046193f,0.9123233689935526f,0.30646255928114624f,0.2715635655737054f,0.4200236147203032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.06042461245792252f,0.5551843254394023f,-0.8295295238842955f,-0.043018488084021075f,-0.40498757585580847f,0.7732082931172208f,0.48798975281986195f,1.020018140699881f,0.9123233689935526f,0.30646255928114624f,0.2715635655737054f,0.3365239219626746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8164652459387916f,-0.38019222255234747f,-0.43455537746622674f,0.5856783568908666f,-0.4542745955677181f,0.8875261795218101f,0.07701865024268992f,2.318255469266726f,0.3563973821395081f,0.26029051956251903f,-0.8973459485783503f,-0.13276182204413206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.270051057799013f,-0.38019222255234747f,-0.8846051662139105f,0.6408050806091315f,-0.37568105691115083f,0.8875261795218101f,-0.2667602371822688f,2.3603650407432126f,0.8865304110180059f,0.26029051956251903f,-0.38250839960204697f,-0.19582441652102262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5880183863281606f,-0.38019222255234747f,-0.7139245417064273f,0.7203304000059632f,-0.44916876241585624f,0.8875261795218101f,-0.1026874068872507f,2.354713366038057f,0.6726676744201656f,0.26029051956251903f,-0.6926521819903839f,-0.06039529198401973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-7.3226881333223375e-22f,-3.650235917290526e-20f,-0.0072174999999983815f,-1.4645376266644676e-20f,0.000014435617695488859f,0.000005979428630704525f,1.200798984555274f,3.344355538532291e-20f,0.000005979428630704525f,-0.000014435617695488859f,0.5359790904279125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171.mcfunction new file mode 100644 index 000000000..9c2295199 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171_as_bone.mcfunction new file mode 100644 index 000000000..64a8de763 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_171_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7430390432809005f,-0.13101783105022788f,-0.312524803098158f,0.03261204674887051f,-0.20032658168647624f,0.777294343913862f,0.15042342913846465f,1.454578473260118f,0.27332523717077434f,0.21352347718894307f,-0.7393547753677712f,-0.42972478525779945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7215839189204795f,0.15997130347364596f,-0.3061467458920732f,0.03261204674887051f,0.1100865686682529f,0.778567835708623f,0.14735356323767967f,1.454578473260118f,0.32741043867630887f,0.09078164607966463f,-0.724265902401082f,-0.42972478525779945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7430390432809019f,0.1310178310502276f,0.3125248030981545f,-0.03261204674887208f,0.2003265816864751f,0.7772943439138622f,0.1504234291384651f,1.4545784732601177f,-0.2733252371707711f,0.21352347718894252f,-0.7393547753677725f,-0.4297247852577993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7215839189204808f,-0.1599713034736467f,0.30614674589206975f,-0.03261204674887208f,-0.11008656866825398f,0.7785678357086226f,0.14735356323768012f,1.4545784732601177f,-0.3274104386763057f,0.09078164607966534f,-0.7242659024010834f,-0.4297247852577993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4095946711036591f,0.13572711277316116f,1.5017378620324346f,-0.7861299669564589f,1.4931804365356431f,-0.2531151866766748f,-0.38438409985437477f,1.2262182854897714f,0.20988244173992024f,1.5358766562233743f,-0.19605740872865612f,0.05871354723662753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7776222789474022f,-0.5126245767230349f,-0.3640324636954483f,-0.5793852073250089f,-0.5487056142355133f,0.8359998845162002f,-0.005132445355565923f,1.3888831788693328f,0.3069621152374937f,0.19575555273971001f,-0.9313721186402856f,-0.037116462254696364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7832306444008427f,-0.6126429285785969f,-0.10591694734121161f,-0.2984375000000001f,-0.6214172067593032f,0.765977658863084f,0.16467811410777808f,1.6157694774828641f,-0.019758866741443684f,0.19479955899659845f,-0.9806440327661331f,-0.035441456650919675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.16909385146252973f,0.7485584489468392f,0.641145473280339f,0.4592908471118305f,0.7709451555119702f,0.3048240617051738f,-0.5592189719583776f,1.4274403369657738f,-0.6140446535800081f,0.5888484863832651f,-0.5255536352209408f,0.18603259859148186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4347308265919835f,0.6105249175673366f,0.6620184540026414f,0.29843749999999997f,0.5990489101493662f,0.7449371804428851f,-0.293613692532656f,1.6157694774828646f,-0.6724206359560267f,0.2689385101156046f,-0.6895814427007818f,-0.03544145665092098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.8737904990543336e-15f,-1.3901091210608524e-15f,-0.15624999999999928f,-7.568733460868266e-16f,0.8241261886220154f,-0.5664062369248335f,1.2254674088935777f,2.206951957063451e-15f,-0.5664062369248335f,-0.8241261886220154f,0.15991371479468486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1991849604808235e-15f,-2.001361944616583e-15f,-0.15624999999999953f,-7.568733460868266e-16f,0.9781476007338056f,-0.20791169081776012f,1.4075706359635554f,2.206951957063451e-15f,-0.20791169081776012f,-0.9781476007338056f,0.11481685026176858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.7589475236902495e-15f,-1.5328397867053182e-15f,0.15625000000000064f,-7.568733460868266e-16f,0.8660254037844387f,-0.5000000000000004f,1.2200706359635558f,2.206951957063451e-15f,-0.5000000000000004f,-0.8660254037844387f,0.12106685026176797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.568733460868279e-16f,-2.2069519570634504e-15f,0.15625000000000047f,-7.568733460868266e-16f,1.0000000000000002f,-5.551115123125783e-16f,1.4075706359635558f,2.206951957063451e-15f,-5.551115123125783e-16f,-1.0000000000000002f,0.11481685026176788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.543476961556337e-16f,-2.288462884514611e-15f,0.2937499999999998f,-7.568733460868266e-16f,0.9909831997148365f,0.13398618541829133f,2.13303122451212f,2.206951957063451e-15f,0.13398618541829133f,-0.9909831997148365f,0.04614036773203001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.543476961556337e-16f,-2.288462884514611e-15f,0.3312499999999996f,-7.568733460868266e-16f,0.9909831997148365f,0.13398618541829133f,2.0217195294307304f,2.206951957063451e-15f,0.13398618541829133f,-0.9909831997148365f,-0.0635125804185224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.543476961556337e-16f,-2.288462884514611e-15f,-0.29375000000000023f,-7.568733460868266e-16f,0.9909831997148365f,0.13398618541829133f,2.13303122451212f,2.206951957063451e-15f,0.13398618541829133f,-0.9909831997148365f,0.04614036773203131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.543476961556337e-16f,-2.288462884514611e-15f,-0.3312500000000004f,-7.568733460868266e-16f,0.9909831997148365f,0.13398618541829133f,2.02171952943073f,2.206951957063451e-15f,0.13398618541829133f,-0.9909831997148365f,-0.06351258041852095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987721645703408f,0.15595817980221194f,0.009110255854361288f,0.1949013573771324f,0.1536697148605216f,0.9594164203659138f,0.23644397024864608f,2.236447017067983f,0.02813484216477828f,0.23494079783008645f,-0.971602414659065f,0.04941277180271543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999958387640705f,-0.0004756314431842712f,0.009110255854361288f,0.07971634541027434f,0.0016919911995615655f,0.971643651808027f,0.23644397024864608f,2.24643353407548f,-0.008964382454038642f,0.23644954572993426f,-0.971602414659065f,0.05076300187708473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704827106062596f,0.24074132300124887f,0.014384846677507718f,0.05730550287319311f,0.23416315731410958f,0.9263325918443052f,0.2950856571297562f,2.2424207932957168f,0.05771415919005175f,0.28974392950779965f,-0.9553625129459314f,0.041858603281972634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973770659295612f,-0.07093704634254414f,0.014384846677507718f,0.08639798443406466f,-0.06355011668345105f,0.9533550427966594f,0.2950856571297562f,2.251886129119165f,-0.03464637105469236f,0.2933975082211436f,-0.9553625129459314f,0.045220233746448596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08596045416329817f,0.014384846677507718f,0.14450261625566643f,0.08636987682159668f,0.9515590887244589f,0.2950856571297562f,2.3610007903251615f,0.011677665508058823f,0.2952051845512157f,-0.9553625129459314f,0.04708758535413086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08667829446963043f,0.009110255854361288f,0.12499999999999963f,0.08636987682159668f,0.9677987876159383f,0.23644397024864608f,2.143246063111576f,0.011677665508058823f,0.23633108123341806f,-0.971602414659065f,-0.0060869079233881185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987721645703408f,-0.15595817980221233f,-0.009110255854365933f,-0.19490135737713304f,-0.15366971486052305f,0.9594164203659135f,0.23644397024864608f,2.236447017067982f,-0.028134842164773917f,0.23494079783008714f,-0.9716024146590649f,0.04941277180271629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999958387640705f,0.00047563144318385486f,-0.009110255854365933f,-0.07971634541027497f,-0.0016919911995630643f,0.971643651808027f,0.23644397024864608f,2.2464335340754795f,0.008964382454043057f,0.23644954572993426f,-0.9716024146590649f,0.05076300187708509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704827106062596f,-0.240741323001249f,-0.01438484667751238f,-0.057305502873193775f,-0.23416315731411103f,0.9263325918443047f,0.2950856571297562f,2.2424207932957168f,-0.057714159190047465f,0.28974392950780076f,-0.9553625129459313f,0.04185860328197289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9973770659295612f,0.070937046342544f,-0.01438484667751238f,-0.08639798443406534f,0.06355011668344951f,0.9533550427966594f,0.2950856571297562f,2.2518861291191645f,0.034646371054696756f,0.29339750822114324f,-0.9553625129459313f,0.045220233746448985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08596045416329831f,-0.01438484667751238f,-0.14450261625566727f,-0.08636987682159818f,0.9515590887244587f,0.2950856571297562f,2.361000790325161f,-0.011677665508054427f,0.2952051845512161f,-0.9553625129459313f,0.0470875853541315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08667829446963085f,-0.009110255854365933f,-0.12500000000000036f,-0.08636987682159818f,0.9677987876159381f,0.23644397024864608f,2.1432460631115755f,-0.011677665508054427f,0.23633108123341845f,-0.9716024146590649f,-0.006086907923387563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.543476961556337e-16f,-2.288462884514611e-15f,-6.41701545840587e-17f,-7.568733460868266e-16f,0.9909831997148365f,0.13398618541829133f,1.6311801049634003f,2.206951957063451e-15f,0.13398618541829133f,-0.9909831997148365f,-0.043786602959173526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-3.016834370617845e-16f,-2.3135430202625266e-15f,4.896113431411047e-17f,-7.568733460868266e-16f,0.9799247046208299f,0.1993679344171959f,1.2637083407305891f,2.206951957063451e-15f,0.1993679344171959f,-0.9799247046208299f,-0.118549578365622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9925461516413219f,-0.1162288585820472f,0.0366468183437039f,0.14554899698818977f,-0.12185078211386023f,0.9412158763922638f,-0.31506358235344095f,0.8191890469685037f,0.002126913313353919f,-0.3171805896644013f,-0.9483627732992794f,0.1448635414944545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9925461516413219f,-0.06385781831412712f,0.10379940222449209f,0.12750000000000022f,-0.12185078211386023f,0.5051362991239607f,-0.8543943505229825f,0.9610715736438156f,0.002126913313353919f,-0.8606738629396785f,-0.5091522148554881f,-0.14944354380413247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9865721616069695f,0.16328392366157918f,0.003705430586468904f,-0.14566265147475427f,0.16330108690648507f,0.9865639546532453f,0.004931368381062395f,0.8711538477068367f,-0.002850431074799326f,0.0054702516056119865f,-0.9999809755140641f,0.14402044282215054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9865721616069695f,0.06486456139015388f,-0.1498931573415362f,-0.12749999999999984f,0.16330108690648507f,0.37573835087370716f,-0.9122244497369426f,0.9752139108899781f,-0.002850431074799326f,-0.9244529627614214f,-0.38128545039683587f,-0.18071812489190653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9862856015372317f,0.165047605860676f,-1.7221049838625432e-15f,8.952506605206013e-17f,0.15135856970767875f,0.9044831471107099f,-0.3987490689252476f,1.1572063113418678f,-0.06581257916528423f,-0.39328046530734917f,-0.9170600743851235f,-0.13669433928004276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9862856015372312f,-0.16401901583860554f,0.01839768038849867f,9.553906688044355e-17f,-0.15135856970768027f,0.8543982020886736f,-0.4970858031001162f,1.1280974687956828f,0.0658125791652886f,-0.4930532169157579f,-0.867506328341549f,-0.1439521802035829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.5741183651043067e-15f,-1.7221049838625432e-15f,8.952506605206013e-17f,-7.568733460868266e-16f,0.9170600743851235f,-0.3987490689252476f,1.1572063113418678f,2.206951957063451e-15f,-0.3987490689252476f,-0.9170600743851235f,-0.13669433928004276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738105f,0.13052619222005085f,-2.259532259027284e-15f,8.950883098049958e-17f,0.1301238235303507f,0.98838856774419f,0.07845909572784318f,1.180847421531367f,0.010240967010386064f,0.07778786728740571f,-0.9969173337331282f,-0.12859398573788408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738103f,-0.13052619222005202f,-2.259532259027284e-15f,8.950883098049958e-17f,-0.1301238235303522f,0.9883885677441898f,0.07845909572784318f,1.180847421531367f,-0.010240967010381689f,0.07778786728740629f,-0.9969173337331282f,-0.12859398573788408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.813847032885583e-16f,-2.259532259027284e-15f,8.950883098049958e-17f,-7.568733460868266e-16f,0.9969173337331282f,0.07845909572784318f,1.180847421531367f,2.206951957063451e-15f,0.07845909572784318f,-0.9969173337331282f,-0.12859398573788408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9848077530122082f,0.17364817766692928f,-2.15662953439881e-15f,-0.19124999999999995f,0.17332428881190512f,0.9829708880371322f,-0.061048539534858504f,1.2077701806671688f,-0.010600967639453547f,-0.06012107504400134f,-0.9981347984218669f,-0.12640650076294574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17322517943366147f,0.01211308454613634f,0.19125000000000006f,-0.17332428881190665f,0.976317889512637f,-0.12946841130344222f,1.211025516016568f,0.010600967639457896f,-0.12960098698608088f,-0.9915095580262153f,-0.13586187040209638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-7.876134303319397e-16f,-2.19616923008306e-15f,-0.007812499999999807f,-7.568733460868266e-16f,0.9999025240093042f,-0.013962180339147374f,1.0499298639468269f,2.206951957063451e-15f,-0.013962180339147374f,-0.9999025240093042f,-0.12630881127000204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-7.952746931524528e-16f,-2.193406566333323e-15f,1.5945921863897784e-17f,-7.568733460868266e-16f,0.9998476951563913f,-0.017452406437285295f,1.273333333333333f,2.206951957063451e-15f,-0.017452406437285295f,-0.9998476951563913f,-0.13020833333333298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.16514923091291575f,0.4052263441847779f,-0.8991759235586281f,-0.14482470353237462f,-0.3553562508330191f,0.8749090906573292f,0.32902282303673985f,1.140607528288176f,0.9200259053541767f,0.2651899188577975f,0.2884902778490497f,0.35248917134790625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.16514923091291575f,0.4052263441847779f,-0.8991759235586281f,-0.12934196313428878f,-0.3553562508330191f,0.8749090906573292f,0.32902282303673985f,1.1072928797725805f,0.9200259053541767f,0.2651899188577975f,0.2884902778490497f,0.4387415999748603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16514923091291575f,0.4052263441847779f,-0.8991759235586281f,-0.0022069447995374525f,-0.3553562508330191f,0.8749090906573292f,0.32902282303673985f,1.0745967805748673f,0.9200259053541767f,0.2651899188577975f,0.2884902778490497f,0.3523418439840258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7749063810353605f,-0.4273137968406759f,-0.465749954009967f,0.576696001639699f,-0.4907874542900325f,0.8711066672403174f,0.017344999307474768f,2.2796707943264587f,0.3983061326946774f,0.24202498490666757f,-0.8847463655414118f,-0.18562616114948458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1723939083246972f,-0.4273137968406759f,-0.8875152164341418f,0.6253029983602988f,-0.34129075336566844f,0.8711066672403174f,-0.35312008716095644f,2.3223656221071254f,0.9240135074984729f,0.24202498490666757f,-0.29601173058055835f,-0.2534758041152573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5184746316863975f,-0.4273137968406759f,-0.7406665750033953f,0.7120994862505082f,-0.4554114963271091f,0.8711066672403174f,-0.18377579629148807f,2.328584577660515f,0.7237295249682425f,0.24202498490666757f,-0.6462503240774193f,-0.12261343402075803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-5.913073016303333e-22f,-3.6450355725715585e-20f,-0.007217499999998387f,-1.1826146032606667e-20f,0.000014860258067111785f,0.000004828390537108531f,1.2188760358287993f,3.448362432911642e-20f,0.000004828390537108531f,-0.000014860258067111785f,0.5749776972676375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172.mcfunction new file mode 100644 index 000000000..fbae7ea7d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172_as_bone.mcfunction new file mode 100644 index 000000000..581edc4eb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_172_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7527113870878961f,-0.13272332623008956f,-0.28767087246900924f,0.03140940732426664f,-0.17986037704718533f,0.7894804785185795f,0.10637322619420495f,1.4009550052808086f,0.26080693426575935f,0.1613986900719469f,-0.7568848329345753f,-0.41053316438264337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7309769754664457f,0.16205369397579003f,-0.2818000383369887f,0.03140940732426664f,0.13317725215451381f,0.7819243512053176f,0.10420234402697628f,1.4009550052808086f,0.2965408586459889f,0.04830019938824546f,-0.7414382036910127f,-0.41053316438264337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7527113870878974f,0.1327233262300894f,0.28767087246900575f,-0.03140940732426821f,0.17986037704718447f,0.7894804785185796f,0.10637322619420529f,1.4009550052808084f,-0.260806934265756f,0.16139869007194632f,-0.7568848329345768f,-0.41053316438264326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7309769754664469f,-0.1620536939757907f,0.28180003833698525f,-0.03140940732426821f,-0.13317725215451465f,0.7819243512053174f,0.10420234402697662f,1.4009550052808084f,-0.2965408586459856f,0.04830019938824618f,-0.741438203691014f,-0.41053316438264326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.32194844802681993f,0.18396422361055442f,1.5178644904089715f,-0.7452653125411148f,1.5234356433820218f,-0.1704790127041636f,-0.3024681746905256f,1.1492785612555612f,0.1299972587646631f,1.5422387365965038f,-0.21449158970666815f,0.03590113292574648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7291809018622161f,-0.6187752036949782f,-0.2922541011716399f,-0.5599306395402268f,-0.6299145624330347f,0.7737974869208021f,-0.06667153267962087f,1.3306191387835788f,0.26740018024340156f,0.13547950593093128f,-0.954013861051561f,-0.04734056755231289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7247750422505345f,-0.6879794167079701f,-0.03722177208163266f,-0.2984375000000001f,-0.6852060954933965f,0.7140957032589204f,0.14338735399554084f,1.5818606866311011f,-0.07206764065397472f,0.1294281606657111f,-0.9889664334027018f,-0.027162527838605337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3115636883508342f,0.7745413685504037f,0.5504668350639228f,0.44099241279397877f,0.7064948210001767f,0.1985783945897059f,-0.679287633555995f,1.3938093065516362f,-0.6354471937156956f,0.6005433286668358f,-0.4853396484860931f,0.20715383892428263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.37297138048888717f,0.6883361960599125f,0.6221620613071673f,0.29843749999999997f,0.5934403091393328f,0.6924313263358436f,-0.4103260384101867f,1.5818606866311014f,-0.7132467657303658f,0.21617617700050645f,-0.6667435126588175f,-0.027162527838606683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.787216077817381e-15f,-1.495515596532542e-15f,-0.1562499999999993f,-5.717762352438471e-16f,0.8102974165341231f,-0.5860188535858943f,1.2058861195848172f,2.259154741289628e-15f,-0.5860188535858943f,-0.8102974165341231f,0.18832989530174254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0788633128339798e-15f,-2.065614233225052e-15f,-0.15624999999999953f,-5.717762352438471e-16f,0.9728769047035541f,-0.23132342789789315f,1.3868547677923717f,2.259154741289628e-15f,-0.23132342789789315f,-0.9728769047035541f,0.13887627191649038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.642876479112117e-15f,-1.652774964313413e-15f,0.1562500000000006f,-5.717762352438471e-16f,0.8605198338560788f,-0.5094169368408424f,1.1994340986766825f,2.259154741289628e-15f,-0.5094169368408424f,-0.8605198338560788f,0.1471711672278999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.963852840343217e-16f,-2.252783345390393e-15f,0.15625000000000047f,-5.717762352438471e-16f,0.9999405050001499f,-0.010908091494183147f,1.386854767792372f,2.259154741289628e-15f,-0.010908091494183147f,-0.9999405050001499f,0.13887627191648966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.163873128233469e-16f,-2.3088107927167727e-15f,0.29374999999999984f,-5.717762352438471e-16f,0.9937679191605966f,0.11146893220632484f,2.104126801803845f,2.259154741289628e-15f,0.11146893220632484f,-0.9937679191605966f,0.0454357751724222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.163873128233469e-16f,-2.3088107927167727e-15f,0.33124999999999966f,-5.717762352438471e-16f,0.9937679191605966f,0.11146893220632484f,1.9903560243031133f,2.259154741289628e-15f,0.11146893220632484f,-0.9937679191605966f,-0.0616635837746744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.163873128233469e-16f,-2.3088107927167727e-15f,-0.2937500000000002f,-5.717762352438471e-16f,0.9937679191605966f,0.11146893220632484f,2.1041268018038446f,2.259154741289628e-15f,0.11146893220632484f,-0.9937679191605966f,0.04543577517242353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.163873128233469e-16f,-2.3088107927167727e-15f,-0.3312500000000003f,-5.717762352438471e-16f,0.9937679191605966f,0.11146893220632484f,1.9903560243031129f,2.259154741289628e-15f,0.11146893220632484f,-0.9937679191605966f,-0.0616635837746729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877070822112041f,0.1561664474437529f,0.006838160763467629f,0.19499519524668021f,0.1546365973844381f,0.9697641761554633f,0.18879874309666023f,2.208965596843746f,0.022852625652048396f,0.1875352855819754f,-0.9819919929217827f,0.043721490422568426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999765836863463f,-0.00026764968979897663f,0.006838160763467629f,0.07981018327982213f,0.0010282241538539655f,0.9820152633030766f,0.18879874309666023f,2.2189801765349637f,-0.00676571016766969f,0.1888013532881394f,-0.9819919929217827f,0.04484480551772504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9704010104732596f,0.24125715733972677f,0.010810314742463092f,0.05740053068446063f,0.23705545360383948f,0.9430423560935152f,0.23340057097245903f,2.2145462610102227f,0.046114973589439764f,0.22905479398158488f,-0.9723205801405724f,0.03811879690645254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974587660625612f,-0.07042121200406623f,0.010810314742463092f,0.08649954054881209f,-0.06596298057505193f,0.9701407416779205f,0.23340057097245903f,2.2242167269522914f,-0.02692387785234655f,0.23209436493911897f,-0.9723205801405724f,0.04076366710698301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08648271844169098f,0.010810314742463092f,0.14454959090289293f,0.08661258111323594f,0.9685155828703188f,0.23340057097245903f,2.3332465897739496f,0.009715157579732845f,0.23344872059684108f,-0.9723205801405724f,0.035441524847601304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08688707067952564f,0.006838160763467629f,0.12499999999999971f,0.08661258111323594f,0.9781887831078542f,0.18879874309666023f,2.1131541135746827f,0.009715157579732845f,0.18867257763306966f,-0.9819919929217827f,-0.007009805119839306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877070822112041f,-0.15616644744375316f,-0.006838160763472283f,-0.19499519524668069f,-0.15463659738443924f,0.9697641761554633f,0.18879874309666023f,2.2089655968437456f,-0.022852625652043934f,0.1875352855819761f,-0.9819919929217827f,0.043721490422569315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999765836863465f,0.0002676496897986991f,-0.006838160763472283f,-0.07981018327982262f,-0.0010282241538550896f,0.9820152633030768f,0.18879874309666023f,2.2189801765349637f,0.006765710167674207f,0.1888013532881394f,-0.9819919929217827f,0.044844805517725406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704010104732596f,-0.24125715733972686f,-0.010810314742467755f,-0.05740053068446113f,-0.23705545360384062f,0.943042356093515f,0.23340057097245903f,2.2145462610102227f,-0.046114973589435386f,0.22905479398158596f,-0.9723205801405724f,0.038118796906452805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974587660625612f,0.07042121200406616f,-0.010810314742467755f,-0.0864995405488126f,0.0659629805750508f,0.9701407416779206f,0.23340057097245903f,2.2242167269522914f,0.026923877852351057f,0.23209436493911867f,-0.9723205801405724f,0.0407636671069834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08648271844169104f,-0.010810314742467755f,-0.1445495909028936f,-0.08661258111323708f,0.9685155828703188f,0.23340057097245903f,2.3332465897739496f,-0.009715157579728345f,0.23344872059684146f,-0.9723205801405724f,0.035441524847601956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08688707067952592f,-0.006838160763472283f,-0.1250000000000003f,-0.08661258111323708f,0.9781887831078542f,0.18879874309666023f,2.1131541135746827f,-0.009715157579728345f,0.18867257763307005f,-0.9819919929217827f,-0.007009805119838737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.163873128233469e-16f,-2.3088107927167727e-15f,-5.035031050522184e-17f,-5.717762352438471e-16f,0.9937679191605966f,0.11146893220632484f,1.6003646508734293f,2.259154741289628e-15f,0.11146893220632484f,-0.9937679191605966f,-0.03308238540181188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.5179817733333933e-16f,-2.316744674359399e-15f,4.407400599478041e-17f,-5.717762352438471e-16f,0.9902680687415705f,0.13917310096006508f,1.2290141250953404f,2.259154741289628e-15f,0.13917310096006508f,-0.9902680687415705f,-0.08527229826183629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9922779121059669f,-0.11701007047668274f,0.04114837243032506f,0.1431578739968893f,-0.12326747971362546f,0.8934585181967699f,-0.4318992992662559f,0.828979454041879f,0.013772203588167456f,-0.43363639107975455f,-0.9009826894783564f,0.22114010951123667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9922779121059669f,-0.059564258079001814f,0.10879634325711993f,0.1268750000000002f,-0.12326747971362546f,0.3761744248222852f,-0.9183125451362808f,0.9253678045456069f,0.013772203588167456f,-0.924632305983909f,-0.3806119088247306f,-0.08931036742209722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9861411947985773f,0.16590632847669126f,-0.0007962993272111613f,-0.14675833596686613f,0.16488233956769005f,0.9794991356689157f,-0.11573788196840179f,0.8540586797323504f,-0.018421672560309167f,-0.1142651889038433f,-0.993279471541041f,0.21388628516726577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9861411947985773f,0.07188237842352486f,-0.14952748106422264f,-0.12687499999999988f,0.16488233956769005f,0.3245469747072924f,-0.9313877148143134f,0.9359248032252239f,-0.018421672560309167f,-0.9431342348152363f,-0.33190127613427384f,-0.11776105543675584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.987688340595138f,0.1564344650402294f,-1.7364914051896852e-15f,8.671930730216355e-17f,0.13860114624958303f,0.8750931970690055f,-0.46368267026259313f,1.1213335722896318f,-0.07253595047095232f,-0.4579739671543834f,-0.886001343846696f,-0.09364882928867442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951375f,-0.15533402806404892f,0.01852246144066638f,9.232444044161856e-17f,-0.13860114624958414f,0.8140354928741528f,-0.5640354054484846f,1.089930841223951f,0.07253595047095679f,-0.5596584280313595f,-0.825542839483659f,-0.09911556513457974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.5541254157832252e-15f,-1.7364914051896852e-15f,8.671930730216355e-17f,-5.717762352438471e-16f,0.886001343846696f,-0.46368267026259313f,1.1213335722896318f,2.259154741289628e-15f,-0.46368267026259313f,-0.886001343846696f,-0.09364882928867442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9928096670090552f,0.11970365530496196f,-2.2488317898314117e-15f,8.670109172883626e-17f,0.11968542385846138f,0.9926584572879881f,-0.01745240643728356f,1.1455642478373558f,-0.0020891168444084583f,-0.01732691782350645f,-0.9998476951563913f,-0.08752427809442244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9928096670090549f,-0.11970365530496319f,-2.2488317898314117e-15f,8.670109172883626e-17f,-0.11968542385846252f,0.9926584572879878f,-0.01745240643728356f,1.1455642478373558f,0.0020891168444129443f,-0.01732691782350591f,-0.9998476951563913f,-0.08752427809442244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.111168377034619e-16f,-2.2488317898314117e-15f,8.670109172883626e-17f,-5.717762352438471e-16f,0.9998476951563913f,-0.01745240643728356f,1.1455642478373558f,2.259154741289628e-15f,-0.01745240643728356f,-0.9998476951563913f,-0.08752427809442244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9866433320848791f,0.1628954733945879f,-2.153729951570128e-15f,-0.19187499999999993f,0.16120973115160095f,0.9764329418941811f,-0.14349262199117943f,1.1688517411807502f,-0.023374298587881728f,-0.14157603869097363f,-0.9896513868196702f,-0.08679209701509998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9866433320848789f,-0.16244754099462308f,0.012071937592935714f,0.19187500000000005f,-0.16120973115160206f,0.9631139104712618f,-0.21546001494194394f,1.1714667371714076f,0.023374298587886182f,-0.21452830088721342f,-0.9764380422146455f,-0.09709033967603178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-8.608186495032784e-16f,-2.1655713936391896e-15f,-0.007812499999999805f,-5.717762352438471e-16f,0.9915017197888082f,-0.13009358037903224f,1.0141941342592784f,2.259154741289628e-15f,-0.13009358037903224f,-0.9915017197888082f,-0.07284679824490382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.190865789689088e-16f,-2.1816978215220455e-15f,1.1959441397923405e-17f,-5.717762352438471e-16f,0.9938164620563781f,-0.11103530855427776f,1.2362500000000003f,2.259154741289628e-15f,-0.11103530855427776f,-0.9938164620563781f,-0.09765625000000028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2720973160982776f,0.245644810411929f,-0.9303879178545914f,-0.11947331169210586f,-0.2876390445377092f,0.9434247604575767f,0.1649651521170386f,1.1644475315457425f,0.9182738320509565f,0.22272931660033302f,0.32736038382370086f,0.36379823382246734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2720973160982776f,0.245644810411929f,-0.9303879178545914f,-0.09396418830789234f,-0.2876390445377092f,0.9434247604575767f,0.1649651521170386f,1.1374813711203324f,0.9182738320509565f,0.22272931660033302f,0.32736038382370086f,0.44988640557724446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2720973160982776f,0.245644810411929f,-0.9303879178545914f,0.03283943767818963f,-0.2876390445377092f,0.9434247604575767f,0.1649651521170386f,1.1262196785154817f,0.9182738320509565f,0.22272931660033302f,0.32736038382370086f,0.3577382621263008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7300075221052615f,-0.46658670771773963f,-0.49938548422121437f,0.5679493255761852f,-0.5125398444685987f,0.8571126965960275f,-0.05158229508262166f,2.234633864916866f,0.4520972522608833f,0.21829949499485007f,-0.8648429944117906f,-0.23800457127993951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.07131320700785576f,-0.46658670771773963f,-0.8815958658520213f,0.6095652369238131f,-0.2824648030434604f,0.8571126965960275f,-0.43078006032719895f,2.27592175593203f,0.9566232599868527f,0.21829949499485007f,-0.19291777765960189f,-0.3111652743808961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4439030543746981f,-0.46658670771773963f,-0.7650143282958394f,0.7035094304943751f,-0.440404170828415f,0.8571126965960275f,-0.2672115110746958f,2.2953595370856528f,0.7803808330768701f,0.21829949499485007f,-0.5859616760943016f,-0.18669067141627255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-4.467001837842557e-22f,-3.640957230053888e-20f,-0.00721749999999839f,-8.934003675685113e-21f,0.0000151932800062137f,0.0000036475838102485194f,1.2372888344503283f,3.5299292832650435e-20f,0.0000036475838102485194f,-0.0000151932800062137f,0.6096285977305551f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173.mcfunction new file mode 100644 index 000000000..40faadd9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173_as_bone.mcfunction new file mode 100644 index 000000000..01030d5c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_173_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.761577708688234f,-0.13428669794786735f,-0.26250889666425026f,0.03030698705048862f,-0.16165882520152997f,0.7982039063742908f,0.06067448003673648f,1.3463653082092684f,0.2465973688182519f,0.1085451567207187f,-0.7709423656077244f,-0.3905614739411766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.739587283558106f,0.16396255332342247f,-0.2571515722425309f,0.03030698705048862f,0.1529202913616552f,0.7829959895216251f,0.059436225342109204f,1.3463653082092684f,0.2638674562901008f,0.0057932288678530855f,-0.7552088479422607f,-0.3905614739411766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7615777086882352f,0.1342866979478672f,0.26250889666424665f,-0.030306987050490244f,0.1616588252015294f,0.7982039063742908f,0.06067448003673667f,1.3463653082092681f,-0.24659736881824842f,0.1085451567207181f,-0.7709423656077256f,-0.39056147394117646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7395872835581071f,-0.16396255332342305f,0.2571515722425273f,-0.030306987050490244f,-0.15292029136165575f,0.782995989521625f,0.0594362253421094f,1.3463653082092681f,-0.2638674562900974f,0.005793228867853835f,-0.7552088479422618f,-0.39056147394117646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.23030870544503163f,0.23560727825135608f,1.5273681156260992f,-0.6958367087375493f,1.5446250158667276f,-0.08503144516756894f,-0.219794139347314f,1.0736361765890157f,0.04997710030549366f,1.5422921622597008f,-0.2454453618982275f,0.019601295727557255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6642282272848422f,-0.7141533523582615f,-0.220875194156095f,-0.5359898181623558f,-0.7084083888145462f,0.6956953689532663f,-0.1190189408210201f,1.2711226754415044f,0.23865962527250995f,0.07741410034635361f,-0.9680127273607253f,-0.054748401150994476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.654718885170879f,-0.7555322039629953f,0.022677525778184927f,-0.2984375f,-0.7469717932843635f,0.6513086538284957f,0.13352968765654727f,1.5462667339521126f,-0.11565604799639215f,0.07048493614192712f,-0.9907853210150648f,-0.019000938243505412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.44751689679286477f,0.7748605013657827f,0.44645249524227343f,0.4217441932692059f,0.6152250199318967f,0.09555637378758762f,-0.78253891550412f,1.3617596344998324f,-0.6490198779195301f,0.6248681323701304f,-0.43395047553100285f,0.22907578767591533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3087680085703272f,0.7585987073104669f,0.5737510942476736f,0.2984375f,0.5767912911587455f,0.628991000496529f,-0.5212313572088721f,1.5462667339521126f,-0.7562897085951531f,0.1699950662850665f,-0.6317654264929304f,-0.019000938243506786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.6951542934117723e-15f,-1.5962363702128326e-15f,-0.15624999999999933f,-3.8315393377569296e-16f,0.7960020025346219f,-0.6052939880428946f,1.185860425783592f,2.296674049815258e-15f,-0.6052939880428946f,-0.7960020025346219f,0.2155374647102805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-9.552651431127299e-16f,-2.1234375748809807e-15f,-0.15624999999999953f,-3.8315393377569296e-16f,0.9670459389139432f,-0.2546019482055279f,1.3655902771536719f,2.296674049815258e-15f,-0.2546019482055279f,-0.9670459389139432f,0.1617555623035319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.519015926035257e-15f,-1.7646838936517371e-15f,0.15625000000000056f,-3.8315393377569296e-16f,0.8549118706729467f,-0.5187732581605217f,1.1782712401076552f,2.296674049815258e-15f,-0.5187732581605217f,-0.8549118706729467f,0.17209436591676083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.331644338738081e-16f,-2.2877690445692696e-15f,0.15625000000000047f,-3.8315393377569296e-16f,0.9997620270799092f,-0.02181488503456129f,1.365590277153672f,2.296674049815258e-15f,-0.02181488503456129f,-0.9997620270799092f,0.1617555623035312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.774758276245392e-16f,-2.3216418670138574e-15f,0.2937499999999999f,-3.8315393377569296e-16f,0.9960410654107699f,0.08889429686644128f,2.0736179513238597f,2.296674049815258e-15f,0.08889429686644128f,-0.9960410654107699f,0.04415210677808017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.774758276245392e-16f,-2.3216418670138574e-15f,0.3312499999999997f,-3.8315393377569296e-16f,0.9960410654107699f,0.08889429686644128f,1.9574466584787424f,2.296674049815258e-15f,0.08889429686644128f,-0.9960410654107699f,-0.06033853021248475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.774758276245392e-16f,-2.3216418670138574e-15f,-0.2937500000000001f,-3.8315393377569296e-16f,0.9960410654107699f,0.08889429686644128f,2.0736179513238597f,2.296674049815258e-15f,0.08889429686644128f,-0.9960410654107699f,0.04415210677808152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.774758276245392e-16f,-2.3216418670138574e-15f,-0.33125000000000027f,-3.8315393377569296e-16f,0.9960410654107699f,0.08889429686644128f,1.9574466584787422f,2.296674049815258e-15f,0.08889429686644128f,-0.9960410654107699f,-0.06033853021248323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876966725815541f,0.1563153120832329f,0.004561379138760363f,0.19508266650155087f,0.15539576042599856f,0.9777805792034404f,0.1407028662615318f,2.179635946172343f,0.017533984514413126f,0.13968057180906135f,-0.9900413613815043f,0.03735601477678318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999895897767517f,-0.00011898939621213245f,0.004561379138760363f,0.07989765453469277f,0.0005239989162568043f,0.9900517303913597f,0.1407028662615318f,2.1896734332283825f,-0.004532743458402522f,0.1407037916710077f,-0.9900413613815043f,0.038251836631060764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703425527713029f,0.24162624474400035f,0.00721721083132602f,0.0575008482755711f,0.23927949044077873f,0.9558179135934363f,0.17075550213182594f,2.185049021786779f,0.03436067135072727f,0.167418260368465f,-0.9852869989802587f,0.03371739491138653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975172237645179f,-0.07005212459979264f,0.00721721083132602f,0.08660452924148748f,-0.06779566022889039f,0.9829782840662541f,0.17075550213182594f,2.1948759929821353f,-0.019056147230160067f,0.16984225885573442f,-0.9852869989802587f,0.03563364551080668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08685640656688559f,0.00721721083132602f,0.14458316723703846f,0.08681069886304403f,0.9814817680704101f,0.17075550213182594f,2.3033567775802775f,0.0077476484694278f,0.1707322570098281f,-0.9852869989802587f,0.023141990680385638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08703629883128314f,0.004561379138760363f,0.12499999999999979f,0.08681069886304403f,0.9862386151376855f,0.1407028662615318f,2.0814530891742984f,0.0077476484694278f,0.14056342588686502f,-0.9900413613815043f,-0.008484780144158939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876966725815541f,-0.15631531208323302f,-0.004561379138765019f,-0.19508266650155115f,-0.15539576042599934f,0.9777805792034403f,0.1407028662615318f,2.179635946172343f,-0.017533984514408588f,0.13968057180906204f,-0.9900413613815043f,0.03735601477678407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999895897767517f,0.00011898939621202143f,-0.004561379138765019f,-0.07989765453469305f,-0.0005239989162575814f,0.9900517303913599f,0.1407028662615318f,2.1896734332283825f,0.004532743458407114f,0.14070379167100766f,-0.9900413613815043f,0.038251836631061124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703425527713029f,-0.24162624474400035f,-0.007217210831330678f,-0.05750084827557139f,-0.2392794904407795f,0.9558179135934362f,0.17075550213182594f,2.185049021786779f,-0.03436067135072281f,0.1674182603684661f,-0.9852869989802587f,0.0337173949113868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975172237645179f,0.07005212459979267f,-0.007217210831330678f,-0.08660452924148779f,0.06779566022888962f,0.9829782840662542f,0.17075550213182594f,2.1948759929821353f,0.019056147230164643f,0.1698422588557341f,-0.9852869989802587f,0.035633645510807076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08685640656688556f,-0.007217210831330678f,-0.1445831672370389f,-0.08681069886304481f,0.9814817680704101f,0.17075550213182594f,2.3033567775802775f,-0.007747648469423224f,0.1707322570098285f,-0.9852869989802587f,0.023141990680386297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08703629883128325f,-0.004561379138765019f,-0.1250000000000002f,-0.08681069886304481f,0.9862386151376855f,0.1407028662615318f,2.0814530891742984f,-0.007747648469423224f,0.1405634258868654f,-0.9900413613815043f,-0.00848478014415837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.774758276245392e-16f,-2.3216418670138574e-15f,-3.6534606824270384e-17f,-3.8315393377569296e-16f,0.9960410654107699f,0.08889429686644128f,1.5682040963742023f,2.296674049815258e-15f,0.08889429686644128f,-0.9960410654107699f,-0.022916823994123266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.0177782893891187e-16f,-2.3196560813644992e-15f,3.9132079027821566e-17f,-3.8315393377569296e-16f,0.9969173337331282f,0.07845909572784443f,1.1943600962242793f,2.296674049815258e-15f,0.07845909572784443f,-0.9969173337331282f,-0.05233898489206493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9920049496797149f,-0.1176184323299719f,0.04573930680701387f,0.14066515085296985f,-0.12355452936465623f,0.8313752597417594f,-0.5418020448123106f,0.8428181804932968f,0.025699379066907956f,-0.5431216087264089f,-0.8392606627562222f,0.2900564721889142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9920049496797149f,-0.054925716076643906f,0.11361930084459342f,0.1262500000000002f,-0.12355452936465623f,0.23936176694680647f,-0.9630369789356905f,0.8920693178340727f,0.025699379066907956f,-0.9693756290713992f,-0.2442343785751808f,-0.029589379188475276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9857034690888536f,0.16840155763120832f,-0.0054393394435436615f,-0.14789746555373526f,0.164958764224852f,0.9579713423678312f,-0.23469024970668417f,0.840460291794645f,-0.034311472303137025f,-0.2322322600100143f,-0.9720549883000613f,0.2822317770871727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9857034690888536f,0.07897111828093764f,-0.14883626407451048f,-0.12624999999999986f,0.164958764224852f,0.27243072162943804f,-0.9479293792355388f,0.8996996174620513f,-0.034311472303137025f,-0.958929123757289f,-0.281562885477595f,-0.05485477622380526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.989015863361917f,0.14780941112960902f,-1.7513609534952178e-15f,8.38422137329988e-17f,0.12569006162934784f,0.8410118399657135f,-0.5262139236518701f,1.0863971677674897f,-0.0777793701831825f,-0.5204339180136165f,-0.8503522249955627f,-0.05088309089383581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9890158633619166f,-0.14664388977432413f,0.01852543144810821f,8.89422600110961e-17f,-0.12569006162934862f,0.7684281178116742f,-0.6274713030601626f,1.0528169831214962f,0.07777937018318705f,-0.6229075351512966f,-0.7784192779123879f,-0.05426464761345564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.5343576632046804e-15f,-1.7513609534952178e-15f,8.38422137329988e-17f,-3.8315393377569296e-16f,0.8503522249955627f,-0.5262139236518701f,1.0863971677674897f,2.296674049815258e-15f,-0.5262139236518701f,-0.8503522249955627f,-0.05088309089383581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9940563382223198f,0.10886687485196388f,-2.238536440887984e-15f,8.382710738067887e-17f,0.10816706286837684f,0.9876664006146237f,-0.11320321376790748f,1.1110525741430541f,-0.012324080106108687f,-0.11253037215312485f,-0.9935718556765876f,-0.04677640906405044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9940563382223195f,-0.10886687485196515f,-2.238536440887984e-15f,8.382710738067887e-17f,-0.10816706286837759f,0.9876664006146237f,-0.11320321376790748f,1.1110525741430541f,0.012324080106113253f,-0.11253037215312435f,-0.9935718556765876f,-0.04677640906405044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.406818484077419e-16f,-2.238536440887984e-15f,8.382710738067887e-17f,-3.8315393377569296e-16f,0.9935718556765876f,-0.11320321376790748f,1.1110525741430541f,2.296674049815258e-15f,-0.11320321376790748f,-0.9935718556765876f,-0.04677640906405044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9883615104677609f,0.15212338618991575f,-2.151619561330219e-15f,-0.19249999999999995f,0.14822447365721805f,0.9630298689857051f,-0.2249510543438657f,1.1306742915126402f,-0.034220316113778536f,-0.2223329638526188f,-0.9743700647852352f,-0.04688781541185243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,-0.15165444055890767f,0.011935463319516523f,0.19250000000000006f,-0.14822447365721883f,0.9424117129877474f,-0.299816057996466f,1.1325306588071853f,0.034220316113783074f,-0.2980957797122672f,-0.9539223637607038f,-0.057983668179600614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-9.32976585450352e-16f,-2.1333244758039054e-15f,-0.007812499999999804f,-3.8315393377569296e-16f,0.9696590518087174f,-0.24446129191636753f,0.9804111939083924f,2.296674049815258e-15f,-0.24446129191636753f,-0.9696590518087174f,-0.019602962896282876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.428238494303341e-16f,-2.1705221922141314e-15f,7.972960931948889e-18f,-3.8315393377569296e-16f,0.9790454724845838f,-0.20364175114017824f,1.1991666666666665f,2.296674049815258e-15f,-0.20364175114017824f,-0.9790454724845838f,-0.06510416666666646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3779719642859298f,0.08435790931996334f,-0.9219658005311261f,-0.09407160249256834f,-0.20365444246329506f,0.9790239051212998f,0.006087796481884768f,1.1831197111480887f,0.9031401122078457f,0.18546141468296112f,0.3872234514915057f,0.3691121062044315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3779719642859298f,0.08435790931996334f,-0.9219658005311261f,-0.058636730840762416f,-0.20365444246329506f,0.9790239051212998f,0.006087796481884768f,1.1640271071671546f,0.9031401122078457f,0.18546141468296112f,0.3872234514915057f,0.453781491723917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3779719642859298f,0.08435790931996334f,-0.9219658005311261f,0.06194070341300355f,-0.20365444246329506f,0.9790239051212998f,0.006087796481884768f,1.172660239685339f,0.9031401122078457f,0.18546141468296112f,0.3872234514915057f,0.3533632812404484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.683604847898178f,-0.4989854040834623f,-0.5326330617242724f,0.5592985298637145f,-0.5175809431518498f,0.8459693574995031f,-0.12824123150500236f,2.183232042398823f,0.5145817517325604f,0.18801439488385424f,-0.8365740900244925f,-0.28947170696573393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.02909635071070865f,-0.4989854040834623f,-0.8661217979516408f,0.5937315951362833f,-0.20047710958516726f,0.8459693574995031f,-0.4941100835889254f,2.221008388933107f,0.9792662206507974f,0.18801439488385424f,-0.07542053041952085f,-0.368061618267737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.36728602957406603f,-0.4989854040834623f,-0.784929639516423f,0.6942545084274624f,-0.40294769636569594f,0.8459693574995031f,-0.3492406049780823f,2.254506306412677f,0.8382923872213662f,0.18801439488385424f,-0.5117777455528533f,-0.25200000078380747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-2.9933901076226016e-22f,-3.638026034075324e-20f,-0.0072174999999983945f,-5.9867802152452034e-21f,0.00001543263032179903f,0.0000024442885162535977f,1.255695228312024f,3.5885532028363405e-20f,0.0000024442885162535977f,-0.00001543263032179903f,0.6399188519111365f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174.mcfunction new file mode 100644 index 000000000..d15276e6a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174_as_bone.mcfunction new file mode 100644 index 000000000..496eab8d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_174_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7696285138026666f,-0.13570627210596747f,-0.23706581975781313f,0.029305966426778324f,-0.14586559277666764f,0.8034187257235539f,0.013639077868267315f,1.2908310497689277f,0.23095372703261186f,0.055196044353616504f,-0.781382247751959f,-0.36973609736684065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7474056230618905f,0.165695837462142f,-0.23222774180357206f,0.029305966426778324f,0.16916845706672995f,0.7817950652473806f,0.013360729340343493f,1.2908310497689277f,0.22971039974091087f,-0.03662465566477564f,-0.7654356712672251f,-0.36973609736684065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7696285138026677f,0.13570627210596745f,0.2370658197578095f,-0.029305966426779947f,0.14586559277666736f,0.8034187257235539f,0.013639077868267407f,1.2908310497689277f,-0.2309537270326083f,0.05519604435361588f,-0.7813822477519601f,-0.36973609736684054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7474056230618916f,-0.16569583746214248f,0.2322277418035685f,-0.029305966426779947f,-0.16916845706673025f,0.7817950652473805f,0.013360729340343583f,1.2908310497689277f,-0.2297103997409074f,-0.03662465566477487f,-0.7654356712672262f,-0.36973609736684054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.13480298295075652f,0.2907234321810314f,1.529285549453881f,-0.639455416822819f,1.5564087040474743f,0.0031748303336955356f,-0.1377973744946317f,1.0011500075409367f,-0.028746334598337885f,1.5352120558519704f,-0.28931616237937163f,0.00933371149579193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5845841550659446f,-0.7970093206758819f,-0.1517811200433194f,-0.508209273936454f,-0.7808900576131437f,0.6034810095780712f,-0.16131146580318795f,1.2113717755430073f,0.22016376533566248f,0.024224240636209517f,-0.975162090423342f,-0.05936709361308412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5750740544266852f,-0.8149513280506537f,0.07172283341955717f,-0.2984375f,-0.804032583918799f,0.5791971927709972f,0.13439574354515757f,1.5089756781393195f,-0.1510676534606706f,0.01962001005789863f,-0.9883287000199957f,-0.010840254800681935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.572070945415125f,0.7502370223367374f,0.3314803821150675f,0.40184600001688325f,0.4999600014684418f,0.001419697806961051f,-0.8660473320724524f,1.3314334597339572f,-0.6502113735882518f,0.6611674483619434f,-0.3742763349225224f,0.25141558965973365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24317741853624206f,0.8206016330318724f,0.5171824658468941f,0.2984375f,0.5487388070299973f,0.5560492286767565f,-0.6242555381791014f,1.5089756781393198f,-0.7998440252782696f,0.1319932390443105f,-0.5855145771654593f,-0.010840254800683319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.5978732805675916e-15f,-1.6919760926838293e-15f,-0.15624999999999936f,-1.9216936089420385e-16f,0.7812481792047585f,-0.6242205399450178f,1.165296386123672f,2.3192785636268428e-15f,-0.6242205399450178f,-0.7812481792047585f,0.24157131328216266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-8.287512008351418e-16f,-2.174661713021082e-15f,-0.15624999999999953f,-1.9216936089420385e-16f,0.9606580613579353f,-0.27773384588129235f,1.343683936091527f,2.3192785636268428e-15f,-0.27773384588129235f,-0.9606580613579353f,0.18349210429593327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.3879270866478263e-15f,-1.8680579544314875e-15f,0.15625000000000053f,-1.9216936089420385e-16f,0.8492021815265788f,-0.5280678506503682f,1.1564888202073444f,2.3192785636268428e-15f,-0.5280678506503682f,-0.8492021815265788f,0.1958735859967429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.679511384217998e-16f,-2.3117491876031746e-15f,0.15625000000000047f,-1.9216936089420385e-16f,0.9994645874763657f,-0.03271908282177649f,1.343683936091527f,2.3192785636268428e-15f,-0.03271908282177649f,-0.9994645874763657f,0.18349210429593255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.803923393532104e-17f,-2.326915369248974e-15f,0.29375000000000007f,-1.9216936089420385e-16f,0.9978014682920501f,0.0662739004f,2.04145124156082f,2.3192785636268428e-15f,0.0662739004f,-0.9978014682920501f,0.0423800666067833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.803923393532104e-17f,-2.326915369248974e-15f,0.3312499999999998f,-1.9216936089420385e-16f,0.9978014682920501f,0.0662739004f,1.9229392361868138f,2.3192785636268428e-15f,0.0662739004f,-0.9978014682920501f,-0.05944805859559649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.803923393532104e-17f,-2.326915369248974e-15f,-0.29374999999999996f,-1.9216936089420385e-16f,0.9978014682920501f,0.0662739004f,2.0414512415608197f,2.3192785636268428e-15f,0.0662739004f,-0.9978014682920501f,0.04238006660678466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.803923393532104e-17f,-2.326915369248974e-15f,-0.33125000000000016f,-1.9216936089420385e-16f,0.9978014682920501f,0.0662739004f,1.9229392361868136f,2.3192785636268428e-15f,0.0662739004f,-0.9978014682920501f,-0.059448058595594946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876904239486984f,0.15640467169626399f,0.0022814713726374437f,0.1951637111933156f,0.1559457615103492f,0.9834464632065304f,0.09227119525357623f,2.1483995620180547f,0.012187941048330219f,0.09149116174882783f,-0.9957312998067562f,0.03041904739136892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999973969981961f,-0.000029752446763203766f,0.0022814713726374437f,0.07997869922645752f,0.00018088904158120034f,0.9957338970857783f,0.09227119525357623f,2.158454789327732f,-0.0022744836747904803f,0.09227136776465852f,-0.9957312998067562f,0.031086914852379854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703074379299392f,0.2418479511268472f,0.0036117078485426216f,0.05760631797439575f,0.24082682512053644f,0.9646066111556286f,0.1074082213669724f,2.1538703691910293f,0.02249258100351424f,0.10508879222162618f,-0.9942084437124844f,0.02873803460320593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975523386058816f,-0.06983041821694581f,0.0036117078485426216f,0.08671280481507211f,-0.0690399144039564f,0.9918149848645552f,0.1074082213669724f,2.1638045570718556f,-0.011082506983131474f,0.10689597040940604f,-0.9942084437124844f,0.02991700022694777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08708087654768261f,0.0036117078485426216f,0.14460332224656078f,0.08696412808369731f,0.9904043186544704f,0.1074082213669724f,2.271274211388352f,0.00577615101414863f,0.10731358968118399f,-0.9942084437124844f,0.010305627917564304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08712587665138181f,0.0022814713726374437f,0.12499999999999989f,0.08696412808369731f,0.9919290634683101f,0.09227119525357623f,2.0480901721079827f,0.00577615101414863f,0.0921184816668702f,-0.9957312998067562f,-0.01042103045748146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876904239486984f,-0.15640467169626393f,-0.002281471372642098f,-0.19516371119331571f,-0.15594576151034958f,0.9834464632065304f,0.09227119525357623f,2.1483995620180547f,-0.012187941048325638f,0.09149116174882857f,-0.9957312998067562f,0.03041904739136983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999973969981961f,0.00002975244676323152f,-0.002281471372642098f,-0.07997869922645762f,-0.00018088904158158892f,0.9957338970857783f,0.09227119525357623f,2.158454789327732f,0.0022744836747951207f,0.09227136776465854f,-0.9957312998067562f,0.03108691485238023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703074379299393f,-0.2418479511268471f,-0.003611707848547275f,-0.057606317974395846f,-0.24082682512053682f,0.9646066111556285f,0.1074082213669724f,2.1538703691910293f,-0.022492581003509742f,0.10508879222162733f,-0.9942084437124844f,0.028738034603206196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975523386058814f,0.06983041821694591f,-0.003611707848547275f,-0.08671280481507221f,0.06903991440395602f,0.9918149848645553f,0.1074082213669724f,2.1638045570718556f,0.011082506983136103f,0.10689597040940572f,-0.9942084437124844f,0.029917000226948175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08708087654768251f,-0.003611707848547275f,-0.144603322246561f,-0.0869641280836977f,0.9904043186544704f,0.1074082213669724f,2.271274211388352f,-0.005776151014144009f,0.1073135896811844f,-0.9942084437124844f,0.01030562791756498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08712587665138179f,-0.002281471372642098f,-0.12500000000000014f,-0.0869641280836977f,0.9919290634683101f,0.09227119525357623f,2.0480901721079827f,-0.005776151014144009f,0.09211848166687062f,-0.9957312998067562f,-0.010421030457480877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.803923393532104e-17f,-2.326915369248974e-15f,-2.2737598282903972e-17f,-1.9216936089420385e-16f,0.9978014682920501f,0.0662739004f,1.534645860220807f,2.3192785636268428e-15f,0.0662739004f,-0.9978014682920501f,-0.013205108528354614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.5166310043605077e-16f,-2.322279144059043e-15f,3.413606438061507e-17f,-1.9216936089420385e-16f,0.9998476951563913f,0.017452406437283907f,1.1597029745371603f,2.3192785636268428e-15f,0.017452406437283907f,-0.9998476951563913f,-0.01974976094233608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9917272656617702f,-0.11804895654781657f,0.05041303800605902f,0.13807619945006672f,-0.12267186940360739f,0.7559617523351517f,-0.6430190055226913f,0.8595926780754103f,0.03779739409076943f,-0.6438837417300878f,-0.7641891677690864f,0.3512743680246377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9917272656617702f,-0.049949073313529505f,0.11824601734582138f,0.12562500000000024f,-0.12267186940360739f,0.09754579076429898f,-0.9876418536904923f,0.8611125380908262f,0.03779739409076943f,-0.9939768150109374f,-0.10286616654984199f,0.029512770219911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9852589874779215f,0.17076381027510334f,-0.010220014398679853f,-0.14907981209708387f,0.1634849403372757f,0.9223039170836136f,-0.35018303616129104f,0.8302320504680596f,-0.05037263023605301f,-0.3466918020844323f,-0.9366255348273133f,0.348724684584523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9852589874779215f,0.08611580673222953f,-0.14781338039852146f,-0.12562499999999988f,0.1634849403372757f,0.21955972008502028f,-0.9618036200800582f,0.8665076280821298f,-0.05037263023605301f,-0.971790922548181f,-0.23040182502761797f,0.007695167249009968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9902680687415705f,0.13917310096006408f,-1.7666905597642487e-15f,8.090386792804183e-17f,0.11277160415898374f,0.8024116577775305f,-0.5860188535858932f,1.0523557180165946f,-0.08155806107460911f,-0.5803157583866518f,-0.8102974165341239f,-0.00847946755108087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.99026806874157f,-0.13795054045661545f,0.018406531953866764f,8.540359507648979e-17f,-0.1127716041589841f,0.717858166670203f,-0.6869950639126198f,1.0167450321590987f,0.08155806107461368f,-0.6823850093111827f,-0.7264289240807573f,-0.009489935043233456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.5148553016725263e-15f,-1.7666905597642487e-15f,8.090386792804183e-17f,-1.9216936089420385e-16f,0.8102974165341239f,-0.5860188535858932f,1.0523557180165946f,2.3192785636268428e-15f,-0.5860188535858932f,-0.8102974165341239f,-0.00847946755108087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9951847266721969f,0.09801714032956009f,-2.2286425056980616e-15f,8.089528312167042e-17f,0.09587523064414843f,0.9734375526813378f,-0.2079116908177585f,1.0772680979069684f,-0.020378909375038178f,-0.20691053919842553f,-0.978147600733806f,-0.0064189943546044854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9951847266721967f,-0.09801714032956142f,-2.2286425056980616e-15f,8.089528312167042e-17f,-0.09587523064414882f,0.9734375526813378f,-0.2079116908177585f,1.0772680979069684f,0.020378909375042793f,-0.2069105391984251f,-0.978147600733806f,-0.0064189943546044854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.701751269342533e-16f,-2.2286425056980616e-15f,8.089528312167042e-17f,-1.9216936089420385e-16f,0.978147600733806f,-0.2079116908177585f,1.0772680979069684f,2.3192785636268428e-15f,-0.2079116908177585f,-0.978147600733806f,-0.0064189943546044854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.989962083714808f,0.14133319782356676f,-2.150285584697229e-15f,-0.1931249999999999f,0.1346051439573182f,0.9428357303360908f,-0.30486429902801016f,1.093269336332933f,-0.043087446283866744f,-0.30180409671602354f,-0.9523957996432787f,-0.006769314921364991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9899620837148078f,-0.1408477893086603f,0.01170354877373534f,0.19312500000000005f,-0.1346051439573186f,0.9143522972382561f,-0.38189178016206843f,1.0942522315894136f,0.04308744628387134f,-0.3796337403102987f,-0.9241329423793676f,-0.018603640710713607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.0041529686624402e-15f,-2.09944252945678e-15f,-0.007812499999999802f,-1.9216936089420385e-16f,0.9346706427698555f,-0.35551482324114886f,0.9485520187916037f,2.3192785636268428e-15f,-0.35551482324114886f,-0.9346706427698555f,0.03324072870818551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.66578058092349e-16f,-2.1598667987166175e-15f,3.986480465974516e-18f,-1.9216936089420385e-16f,0.9556646245224288f,-0.29445734060540113f,1.1620833333333338f,2.3192785636268428e-15f,-0.29445734060540113f,-0.9556646245224288f,-0.032552083333333814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4795060410666963f,-0.07068971045559196f,-0.8746867561683145f,-0.06846642900833416f,-0.10640879883135103f,0.9847114077479238f,-0.13791523114714863f,1.1961366155419415f,0.8710632147621739f,0.1592055535677287f,0.4646530615431047f,0.3691677579249099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4795060410666963f,-0.07068971045559196f,-0.8746867561683145f,-0.023512737658331395f,-0.10640879883135103f,0.9847114077479238f,-0.13791523114714863f,1.1861607906515024f,0.8710632147621739f,0.1592055535677287f,0.4646530615431047f,0.4508299343088637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4795060410666963f,-0.07068971045559196f,-0.8746867561683145f,0.0852134300919144f,-0.10640879883135103f,0.9847114077479238f,-0.13791523114714863f,1.2118359877687943f,0.8710632147621739f,0.1592055535677287f,0.4646530615431047f,0.3403008868854211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6375285080782436f,-0.5259078109075506f,-0.5630083265938052f,0.5506028465198894f,-0.5046917493480955f,0.8372271561943058f,-0.21056335642925753f,2.1255483837985207f,0.5821027740249037f,0.14990551476587954f,-0.7991775128939056f,-0.3396171874598751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.12495560158812435f,-0.5259078109075506f,-0.8413127076528547f,0.5779428409801091f,-0.09828153761997285f,0.8372271561943058f,-0.5379511393182927f,2.1577102209081946f,0.9872825517524372f,0.14990551476587954f,0.05292919466582602f,-0.4233262278118345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.29162660757567593f,-0.5259078109075506f,-0.7989836645265851f,0.684120393428987f,-0.3430595958365232f,0.8372271561943058f,-0.4258647703617625f,2.205509017907622f,0.8928964304208995f,0.14990551476587954f,-0.424575436388391f,-0.31778539217759616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.5013231319859677e-22f,-3.636260056433793e-20f,-0.007217499999998397f,-3.0026462639719353e-21f,0.000015576833339580127f,0.000001225923370747588f,1.2737531047935216f,3.623872755666942e-20f,0.000001225923370747588f,-0.000015576833339580127f,0.6658624047382407f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175.mcfunction new file mode 100644 index 000000000..11021d27c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175_as_bone.mcfunction new file mode 100644 index 000000000..0d8bfae20 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_175_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274277f,-0.1369805285888252f,-0.2113688868337271f,0.02840741737109234f,-0.132597992024936f,0.8050951861985028f,-0.034408692439519384f,1.2343799956591588f,0.21414538062904345f,0.0015875742403037854f,-0.7880886244628317f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040314f,0.167251690347879f,-0.2070552360820184f,0.02840741737109234f,0.18180442613987358f,0.778338630822839f,-0.03370647422646797f,1.2343799956591588f,0.1944020302084174f,-0.0788406484283678f,-0.7720051831472637f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274286f,0.13698052858882517f,0.2113688868337234f,-0.028407417371093965f,0.132597992024936f,0.8050951861985028f,-0.034408692439519384f,1.2343799956591588f,-0.21414538062903982f,0.0015875742403031478f,-0.7880886244628326f,-0.34798197160596517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040323f,-0.16725169034787937f,0.2070552360820148f,-0.028407417371093965f,-0.18180442613987358f,0.778338630822839f,-0.03370647422646797f,1.2343799956591588f,-0.19440203020841387f,-0.07884064842836702f,-0.7720051831472646f,-0.34798197160596517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674096f,0.34931344929254565f,1.522536549671051f,-0.577896252867719f,1.5585866467879124f,0.09404850036195278f,-0.058041313166390794f,0.9333193291447495f,-0.10461880994972468f,1.5200464610409157f,-0.34629454353438976f,0.004262293863450395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610357f,-0.8660254037844387f,-0.08682408883346746f,-0.4773607377317327f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204777998f,1.1522213946558035f,0.21068450594601726f,-0.021809693682665898f,-0.9773107879358289f,-0.061412513824813234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599672f,-0.8660254037844387f,0.10821980696904916f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342928f,1.4699837455908606f,-0.17935354395393552f,-0.021809693682665898f,-0.983542903757956f,-0.0025620040789256088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292667f,0.7022169901405868f,0.20829890176360058f,0.3815959628982384f,0.364886826371428f,-0.07857040444430924f,-0.9277307235863459f,1.3028849304235253f,-0.6351021474208809f,0.7076142948692832f,-0.3097212812159229f,0.2737741662119775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1772448664054955f,0.8737249081167118f,0.45297797106409243f,0.2984375f,0.509253498493539f,0.47527896127564445f,-0.7174752840626885f,1.4699837455908606f,-0.8421669262117748f,0.10351180563195798f,-0.5291882221760256f,-0.0025620040789269966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.4956567985949773e-15f,-1.7824543630135193e-15f,-0.1562499999999994f,-5.999039130647431e-31f,0.7660444431189781f,-0.6427876096865391f,1.14410280857715f,2.3268289183799714e-15f,-0.6427876096865391f,-0.7660444431189781f,0.2664743931552653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-6.996909502111124e-16f,-2.2191361809501414e-15f,-0.15624999999999953f,-5.999039130647431e-31f,0.953716950748227f,-0.30070579950427295f,1.321045325595541f,2.3268289183799714e-15f,-0.30070579950427295f,-0.953716950748227f,0.20413132480603768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2502042665356222e-15f,-1.9624276056317173e-15f,0.1562500000000005f,-5.999039130647431e-31f,0.8433914458128858f,-0.5372996083468237f,1.133996405219976f,2.3268289183799714e-15f,-0.5372996083468237f,-0.8433914458128858f,0.218554011321924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.014948519236818e-16f,-2.324614292832748e-15f,0.15625000000000047f,-5.999039130647431e-31f,0.9990482215818578f,-0.04361938736533583f,1.321045325595541f,2.3268289183799714e-15f,-0.04361938736533583f,-0.9990482215818578f,0.20413132480603696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.014948519236817e-16f,-2.324614292832748e-15f,0.2937500000000001f,-5.999039130647431e-31f,0.9990482215818578f,0.04361938736533619f,2.007579003438714f,2.3268289183799714e-15f,0.04361938736533619f,-0.9990482215818578f,0.040215850644985854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.014948519236817e-16f,-2.324614292832748e-15f,0.3312499999999999f,-5.999039130647431e-31f,0.9990482215818578f,0.04361938736533619f,1.8867872933064822f,2.3268289183799714e-15f,0.04361938736533619f,-0.9990482215818578f,-0.05889734354898042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.014948519236817e-16f,-2.324614292832748e-15f,-0.2937499999999999f,-5.999039130647431e-31f,0.9990482215818578f,0.04361938736533619f,2.007579003438714f,2.3268289183799714e-15f,0.04361938736533619f,-0.9990482215818578f,0.04021585064498723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.014948519236817e-16f,-2.324614292832748e-15f,-0.3312500000000001f,-5.999039130647431e-31f,0.9990482215818578f,0.04361938736533619f,1.8867872933064822f,2.3268289183799714e-15f,0.04361938736533619f,-0.9990482215818578f,-0.05889734354897888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023095f,-2.324614292832748e-15f,0.1952382737779909f,0.15628557409255195f,0.9867482801487085f,0.04361938736533619f,2.1152042955759205f,0.00682357552788127f,0.04308236032464505f,-0.9990482215818578f,0.02301903239255297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,9.71445146547012e-17f,-2.324614292832748e-15f,0.08005326181113283f,1.3877787807814457e-17f,0.9990482215818578f,0.04361938736533619f,2.1252720868957007f,2.3266978621538925e-15f,0.04361938736533619f,-0.9990482215818578f,0.023458601654580975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996678f,-2.324614292832748e-15f,0.057716779398203036f,0.2416916395605599f,0.9693722197445114f,0.04361938736533619f,2.1209565132881796f,0.010552484876320586f,0.04232370514336234f,-0.9990482215818578f,0.023270179641685557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412519f,-2.324614292832748e-15f,0.08682420206637909f,-0.06969008103788991f,0.9966145903260724f,0.04361938736533619f,2.1309481728437323f,-0.0030427346494825832f,0.04351313273001714f,-0.9990482215818578f,0.023706424919101788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765828f,-2.324614292832748e-15f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.04361938736533619f,2.2369487809174537f,0.0038016801040260105f,0.04345340242735778f,-0.9990482215818578f,-0.0029452599948777726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765828f,-2.324614292832748e-15f,0.12499999999999997f,0.08707278979269381f,0.9952465414778341f,0.04361938736533619f,2.0130183090849414f,0.0038016801040260105f,0.04345340242735778f,-0.9990482215818578f,-0.012722275541033258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023079f,-2.324614292832748e-15f,-0.1952382737779908f,-0.15628557409255195f,0.9867482801487085f,0.04361938736533619f,2.1152042955759205f,-0.006823575527876674f,0.043082360324645776f,-0.9990482215818578f,0.02301903239255388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,9.71445146547012e-17f,-2.324614292832748e-15f,-0.08005326181113273f,-1.3877787807814457e-17f,0.9990482215818578f,0.04361938736533619f,2.1252720868957007f,2.3266978621538925e-15f,0.04361938736533619f,-0.9990482215818578f,0.02345860165458135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966765f,-2.324614292832748e-15f,-0.057716779398202925f,-0.2416916395605599f,0.9693722197445114f,0.04361938736533619f,2.1209565132881796f,-0.01055248487631607f,0.04232370514336346f,-0.9990482215818578f,0.023270179641685828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412537f,-2.324614292832748e-15f,-0.08682420206637897f,0.06969008103788991f,0.9966145903260724f,0.04361938736533619f,2.1309481728437323f,0.003042734649487226f,0.04351313273001681f,-0.9990482215818578f,0.02370642491910219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765808f,-2.324614292832748e-15f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.04361938736533619f,2.2369487809174537f,-0.0038016801040213744f,0.043453402427358186f,-0.9990482215818578f,-0.0029452599948770995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765808f,-2.324614292832748e-15f,-0.12500000000000003f,-0.08707278979269381f,0.9952465414778341f,0.04361938736533619f,2.0130183090849414f,-0.0038016801040213744f,0.043453402427358186f,-0.9990482215818578f,-0.012722275541032675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.014948519236817e-16f,-2.324614292832748e-15f,-8.974473596337633e-18f,-5.999039130647431e-31f,0.9990482215818578f,0.04361938736533619f,1.4996429896690722f,2.3268289183799714e-15f,0.04361938736533619f,-0.9990482215818578f,-0.0038569546413347137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.014948519236818e-16f,-2.324614292832748e-15f,2.908609587504304e-17f,-5.999039130647431e-31f,0.9990482215818578f,-0.04361938736533583f,1.1249999065758756f,2.3268289183799714e-15f,-0.04361938736533583f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738103f,-0.11829690442127705f,0.055162752467669f,0.1353968714829467f,-0.12059047744873962f,0.668426825660396f,-0.7339369969460944f,0.8781699647981929f,0.04995021125231708f,-0.734310166851794f,-0.6769738216902772f,0.40462030414305294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738103f,-0.044642586970858156f,0.1226544996484656f,0.12500000000000022f,-0.12059047744873962f,-0.04632268635280956f,-0.991620968655738f,0.832416453252743f,0.04995021125231708f,-0.9979284784780963f,0.04054291847216107f,0.08779756783041481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.17298739392508838f,-0.01513443590134067f,-0.15030508631179001f,0.16042999720436046f,0.8730284376128712f,-0.4605253121341304f,0.8232154095894092f,-0.06645228065352149f,-0.45595691535740046f,-0.8875175410850819f,0.41304452000804726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848077530122081f,0.09330109785057907f,-0.14645338762528562f,-0.12499999999999983f,0.16042999720436046f,0.16610674457618607f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352149f,-0.9816839891462926f,-0.17855150475357873f,0.06958870415798675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738106f,0.1305261922200501f,-1.7824543630135193e-15f,7.791375401885052e-17f,0.09998886423165011f,0.7594908267142731f,-0.642787609686539f,1.0191607262657831f,-0.08390061909861038f,-0.637288472578474f,-0.7660444431189782f,0.03348495173125881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738102f,-0.12925592028994315f,0.018165734927772584f,8.171927352290534e-17f,-0.09998886423165011f,0.6626407692984981f,-0.7422327383598484f,0.981696387660585f,0.08390061909861499f,-0.7376992055936447f,-0.6698959383227926f,0.035120447780837026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.4956567985949773e-15f,-1.7824543630135193e-15f,7.791375401885052e-17f,-5.999039130647431e-31f,0.7660444431189782f,-0.642787609686539f,1.0191607262657831f,2.3268289183799714e-15f,-0.642787609686539f,-0.7660444431189782f,0.03348495173125881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917457f,0.08715574274765749f,-2.2191361809501414e-15f,7.791340173854962e-17f,0.08312190921349347f,0.9500877698156102f,-0.3007057995042728f,1.0441605409052626f,-0.02620823730432096f,-0.29956152315159623f,-0.953716950748227f,0.0334848003319453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917454f,-0.08715574274765887f,-2.2191361809501414e-15f,7.791340173854962e-17f,-0.08312190921349347f,0.9500877698156102f,-0.3007057995042728f,1.0441605409052626f,0.026208237304325595f,-0.2995615231515958f,-0.953716950748227f,0.0334848003319453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.996909502111122e-16f,-2.2191361809501414e-15f,7.791340173854962e-17f,-5.999039130647431e-31f,0.953716950748227f,-0.3007057995042728f,1.0441605409052626f,2.3268289183799714e-15f,-0.3007057995042728f,-0.953716950748227f,0.0334848003319453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738105f,0.13052619222005069f,-2.149709613346631e-15f,-0.19374999999999992f,0.12059047744873962f,0.9159756150367535f,-0.3826834323650895f,1.0566608565259288f,-0.04995021125231248f,-0.37940952255126037f,-0.9238795325112868f,0.03348489375607029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738103f,-0.13002950065172053f,0.011376107230960131f,0.19375000000000003f,-0.12059047744873964f,0.879136992495937f,-0.4610597414369245f,1.0566603725253454f,0.04995021125231709f,-0.45848716163646597f,-0.8872961732197351f,0.020984817312548396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.0744100262971256e-15f,-2.0639224575553987e-15f,-0.007812499999999801f,-5.999039130647431e-31f,0.8870108331782218f,-0.4617486132350337f,0.9185706669545094f,2.3268289183799714e-15f,-0.4617486132350337f,-0.8870108331782218f,0.08550582941907468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.904388770119966e-16f,-2.149709613346631e-15f,0f,-5.999039130647431e-31f,0.9238795325112868f,-0.3826834323650895f,1.125f,2.3268289183799714e-15f,-0.3826834323650895f,-0.9238795325112868f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510477f,-0.21201214989665426f,-0.7912401152362224f,-0.04251139545395441f,-2.0063438581070455e-16f,0.9659258262890683f,-0.2588190451025208f,1.203125f,0.8191520442889902f,0.14845250554968523f,0.554032293222325f,0.36472724792395356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510477f,-0.21201214989665426f,-0.7912401152362224f,0.011261395453956297f,-2.0063438581070455e-16f,0.9659258262890683f,-0.2588190451025208f,1.203125f,0.8191520442889902f,0.14845250554968523f,0.554032293222325f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510477f,-0.21201214989665426f,-0.7912401152362224f,0.10306101728543432f,-2.0063438581070455e-16f,0.9659258262890683f,-0.2588190451025208f,1.241947856765378f,0.8191520442889902f,0.14845250554968523f,0.554032293222325f,0.32002015601665124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.593602871979231f,-0.5489564193883941f,-0.5884577130009276f,0.5417253292003295f,-0.4735207666735375f,0.8294993993759021f,-0.29615676585876416f,2.0616598767079974f,0.6507024772558607f,0.10284744064531272f,-0.7523354903537349f,-0.3880356584006617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252208003f,-0.5489564193883941f,-0.8083040233938799f,0.5623359207996687f,0.01971889939956087f,0.8294993993759021f,-0.5581593960881494f,2.0862226232920023f,0.9768928854428873f,0.10284744064531272f,0.18735713043217356f,-0.4761318415993406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295224f,-0.5489564193883941f,-0.8064207645013112f,0.6729937396751957f,-0.2620026302293852f,0.8294993993759021f,-0.4932396660730984f,2.147927199910965f,0.9396926207859086f,0.10284744064531272f,-0.3261904081870267f,-0.3831551887719471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-4.686749320818305e-37f,-3.635670184968706e-20f,-0.0072174999999984005f,-9.373498641636612e-36f,0.000015625f,3.8270212473354786e-21f,1.2911224999999997f,3.635670184968706e-20f,3.8270212473354786e-21f,-0.000015625f,0.6875000000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..82fd968c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3193407797588064f,-0.09323388422900364f,-0.7458373506730904f,-0.03595986264377297f,0.06991527201985956f,0.8031619322447665f,-0.130334990603776f,1.9597714287649846f,0.7483834348553358f,-0.11481636585813929f,-0.30607822694485054f,-0.749325277861156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3239622594071907f,0.03533343508559112f,-0.7306161802511907f,-0.03595986264377297f,0.36435923638090995f,0.700672118421412f,-0.12767509283635203f,1.9597714287649846f,0.6342639839559773f,-0.3844608313364357f,-0.29983173251740464f,-0.749325277861156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6900392696361416f,0.0847470522681688f,0.4284952601095147f,-0.1490339460121196f,-0.01967692609132673f,0.7943035563914009f,-0.1887832707842867f,1.965399294026653f,-0.43635200169594823f,-0.1698359263532693f,-0.6691017360462536f,-0.7143704872371897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6562721149622938f,-0.181979293851265f,0.41975045888278995f,-0.1490339460121196f,-0.3155715140357614f,0.711488096067837f,-0.1849305509723625f,1.965399294026653f,-0.3312424046708015f,-0.3172825645432778f,-0.6554465985759219f,-0.7143704872371897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.049439889977157f,0.4606217195075954f,1.0620309782876383f,-0.5789830284770054f,0.736680235453381f,0.8400213823531939f,-1.0922786081773186f,2.437800252034654f,-0.8929638279443816f,1.2343411030615865f,0.34702145938777496f,0.0839066277713939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4988596050936451f,-0.03279324609571274f,-0.8660621787240903f,-0.4485059812482439f,0.37848530107787204f,0.890717120246229f,-0.25173773767208063f,2.3348751292959884f,0.7796717073703552f,-0.4533735928688071f,-0.4319310292343259f,-0.14811097091972542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.463053924224496f,-0.13932562201681156f,-0.8753110500330286f,-0.2967221926622227f,0.17535302757936705f,0.9536467549016707f,-0.24455915968178832f,2.2777564274417426f,0.8688108994361456f,-0.26673252129266367f,-0.41715870254114823f,-0.4316100922786212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9196042426980533f,0.26722275651535626f,0.2879583914597288f,0.6024616206540423f,0.17425839778338464f,0.934420039310138f,-0.31063354766928775f,2.2338022670223063f,-0.3520824443418151f,-0.2354807604369721f,-0.9058624420133102f,-0.5710729503029485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.984874718319518f,0.12540978233770972f,0.11955825236702916f,0.27288357494012744f,0.08858077979035749f,0.9574616094562802f,-0.2746283158545776f,2.2494063014284063f,-0.14891351405021008f,-0.259883921994797f,-0.9540886292278197f,-0.6076933268416125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9543133279201678f,-0.2814166290284338f,-0.10045274043154367f,-0.05211502402074349f,0.04749759332077276f,0.18903823850249107f,-0.9808203316676352f,2.0820167963579777f,0.2950085605243833f,-0.9407811782184782f,-0.1670350978901834f,-0.09080119387024949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9543133279201678f,-0.22155346416886906f,-0.2004997123905864f,-0.09490942175484761f,0.04749759332077276f,0.549992250470475f,-0.8338180275402762f,2.179928980649065f,0.2950085605243833f,-0.805246910541851f,-0.5143416785368801f,-0.24499962508770204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9543133279201678f,-0.283245778777824f,-0.09517300540845702f,0.24178468851263846f,0.04749759332077276f,0.17066495885484895f,-0.9841836467081777f,2.0498999525042274f,0.2950085605243833f,-0.9437400598806944f,-0.1494143520339148f,-0.194195191709354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9543133279201678f,-0.19771153723207432f,-0.22404512982714953f,0.20331349322020484f,0.04749759332077276f,0.639892013258214f,-0.7669955606110666f,2.1650859827363234f,0.2950085605243833f,-0.7425956904087714f,-0.6012666544917085f,-0.3371898002515718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9441235814985334f,-0.32866461525195995f,-0.024702905490309096f,0.09722190680424564f,-0.23318371338950689f,0.7190505493698182f,-0.6546691250248807f,2.7409780169451916f,0.2329292138574773f,-0.6123282437812613f,-0.7555118153937063f,-0.8922870887423677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9441235814985334f,-0.32866461525195995f,-0.024702905490309096f,0.17139372062721916f,-0.23318371338950689f,0.7190505493698182f,-0.6546691250248807f,2.5984658570549883f,0.2329292138574773f,-0.6123282437812613f,-0.7555118153937063f,-0.8953101364825253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9441235814985334f,-0.32866461525195995f,-0.024702905490309096f,-0.4574506973261427f,-0.23318371338950689f,0.7190505493698182f,-0.6546691250248807f,2.6039825853288563f,0.2329292138574773f,-0.6123282437812613f,-0.7555118153937063f,-0.7554411756010997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9441235814985334f,-0.32866461525195995f,-0.024702905490309096f,-0.45408815211555914f,-0.23318371338950689f,0.7190505493698182f,-0.6546691250248807f,2.44398164693444f,0.2329292138574773f,-0.6123282437812613f,-0.7555118153937063f,-0.7409945323019467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9839143267916184f,-0.1769247410469578f,-0.024702905490309096f,-0.03141813521240053f,-0.11782854690394262f,0.7466758133712799f,-0.6546691250248807f,2.7804607985168786f,0.134272227466076f,-0.6412276239618847f,-0.7555118153937063f,-0.95124761637047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9441235814985335f,-0.32866461525195995f,-0.024702905490309096f,-0.1434791003714859f,-0.23318371338950689f,0.7190505493698182f,-0.6546691250248807f,2.760847677305967f,0.23292921385747728f,-0.6123282437812612f,-0.7555118153937063f,-0.9305883281692675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9955956405533187f,-0.09053178421284239f,0.02435809020564556f,-0.16467672348360332f,-0.07488062637271564f,0.6115549577079347f,-0.7876505732219561f,2.7742784852454356f,0.05641110090449228f,-0.7860054260309438f,-0.6156405265612859f,-0.910389624806846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9188918616904275f,-0.39375681576403754f,0.02435809020564556f,-0.1404831841166723f,-0.260196582582038f,0.5584839415021283f,-0.7876505732219561f,2.7864531418418106f,0.2965391794210831f,-0.7301035934191894f,-0.6156405265612859f,-0.9250086540037901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9691759148893869f,-0.24516265914664376f,0.02435809020564556f,-0.11959220126445536f,-0.16962699425653377f,0.5923117906327864f,-0.7876505732219561f,2.834839471063386f,0.17867492498337229f,-0.7675037545429524f,-0.6156405265612859f,-1.0368477102908478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9691759148893869f,-0.24512815517328207f,-0.024702905490309096f,-0.06443836635046699f,-0.16962699425653377f,0.7366376446792893f,-0.6546691250248807f,2.6690960010105464f,0.17867492498337229f,-0.6302992685880988f,-0.7555118153937063f,-0.8950303748585257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.881085380262431f,-0.4723116758541376f,-0.024702905490309096f,-0.40007625178213646f,-0.34279712295904585f,0.6737198744509157f,-0.6546691250248807f,2.6894080271662606f,0.32585070995596743f,-0.5683513100378128f,-0.7555118153937063f,-0.8602942211184732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9441235814985335f,-0.32866461525196f,-0.024702905490309096f,-0.2946394448750188f,-0.2331837133895069f,0.719050549369818f,-0.6546691250248807f,2.7235134435898427f,0.23292921385747734f,-0.6123282437812613f,-0.7555118153937063f,-0.8932948414884795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8370729645671885f,-0.5441172456642591f,0.05696731485192784f,-0.2750769903290541f,-0.3777597685171895f,0.49952646449642507f,-0.7795966063019649f,2.7470113512741037f,0.3957352767703909f,-0.6740992020752153f,-0.6236857032841302f,-0.8831522505161302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.964245173408871f,-0.258816480534485f,0.05696731485192784f,-0.30580467117394816f,-0.20490872277299269f,0.5918120873841626f,-0.7795966063019649f,2.7456213280723643f,0.16805850436451306f,-0.7633953645587211f,-0.6236857032841302f,-0.8842214045709569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9118858975750711f,-0.40647119804762066f,0.05696731485192784f,-0.3926517030350764f,-0.2949657636634101f,0.552471112103538f,-0.7795966063019649f,2.767398057834306f,0.28541077076762217f,-0.7277065586132996f,-0.6236857032841302f,-0.969479903437859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9118858975750711f,-0.4096997391554498f,-0.024702905490309096f,-0.30046926172510036f,-0.2949657636634101f,0.6959910452050502f,-0.6546691250248807f,2.61080007266317f,0.28541077076762217f,-0.5896970313053458f,-0.7555118153937063f,-0.8367980713941563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9441235814985334f,-0.32866461525195995f,-0.024702905490309096f,-0.013241232924581953f,-0.23318371338950689f,0.7190505493698182f,-0.6546691250248807f,2.291893040441854f,0.2329292138574773f,-0.6123282437812613f,-0.7555118153937063f,-0.5284862539573911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9543133279201678f,-0.044527968455892394f,-0.2954713728589036f,0.0034567552463776936f,0.04749759332077276f,0.9536564549651946f,-0.29712513278407177f,1.9342718698299057f,0.2950085605243833f,-0.2975846533818719f,-0.9079720938932663f,-0.4168920089391892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9600715841708607f,-0.12640718774784676f,-0.2495671776362716f,0.23711829603443357f,-0.1322660564385938f,0.9911910858525883f,0.00677655078560796f,1.4811749339005384f,0.24651215706702265f,0.03951524025041264f,-0.9683337762394306f,-0.07138417789980772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9600715841708607f,-0.27375623193547083f,-0.057620124471806006f,0.14566662497933894f,-0.1322660564385938f,0.6256755246395578f,-0.7687885458181573f,1.6433967901509305f,0.24651215706702265f,-0.7304708504406638f,-0.6369019493412285f,-0.34051372631600035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9841732202646777f,-0.01633734518718953f,-0.17645442376457665f,-0.0598324479802369f,0.09943156768995681f,0.7733143620332019f,-0.626177499451952f,1.5830620774292554f,0.1466848180984376f,-0.6338122660736509f,-0.7594508381152869f,0.03661223167275379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9841732202646777f,-0.11600208106442017f,-0.13396488234824033f,-0.10550034047980149f,0.09943156768995681f,0.26427019047115824f,-0.9593094546469639f,1.6606813547482495f,0.1466848180984376f,-0.9574470134775404f,-0.24855337560042678f,-0.32240872178028546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9883124206179599f,0.08503997671877236f,-0.12651783120153198f,0.008023588815384206f,0.15139276450460776f,0.6447432130877987f,-0.7492572455658162f,1.829340745682658f,0.017854694282486983f,-0.7596541262554243f,-0.6500821627726658f,-0.39342640717090177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9228735596634892f,-0.3706426803887938f,-0.10453897047632765f,0.008609996129229585f,-0.15139276450460776f,0.5987805107449877f,-0.7864744946961879f,1.8134000544509294f,0.35409691290618794f,-0.709990072765938f,-0.6087113214358062f,-0.3904132909071312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9815834174514448f,-0.14313361929471033f,-0.12651783120153198f,0.008023588815384206f,-3.469446951953614e-18f,0.6622790801219122f,-0.7492572455658162f,1.829340745682658f,0.19103401420779081f,-0.7354584876527502f,-0.6500821627726658f,-0.39342640717090177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9668147587862066f,0.17304506193527452f,-0.1879484736117481f,0.007872583111840895f,0.20695235794051248f,0.9618357598423477f,-0.17900472795810646f,1.8542813033161862f,0.1497996786913477f,-0.2119607926676787f,-0.9657290917413942f,-0.394202314514698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9524285129693422f,-0.23990685473746115f,-0.1879484736117481f,0.007872583111840895f,-0.20695235794051248f,0.9618357598423477f,-0.17900472795810646f,1.8542813033161862f,0.22372002419512937f,-0.13159282707834957f,-0.9657290917413942f,-0.394202314514698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9815834174514448f,-0.03419599174401065f,-0.1879484736117481f,0.007872583111840895f,-3.469446951953614e-18f,0.9838482135820771f,-0.17900472795810646f,1.8542813033161862f,0.19103401420779081f,-0.17570807260908436f,-0.9657290917413942f,-0.394202314514698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9692541368765143f,0.17330499847902886f,-0.17467625954876312f,-0.17916373326520058f,0.23114710223144178f,0.8846740560075534f,-0.4048738467191372f,1.9052760998093847f,0.08436489363337381f,-0.43280156206895526f,-0.8975329367732984f,-0.37841771064327995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9301497309372068f,-0.3292755977058998f,-0.16247787170216108f,0.18612250476375333f,-0.23114710223144178f,0.8689166910162809f,-0.4376697398762272f,1.905174950884621f,0.2852936998383401f,-0.36954210156454353f,-0.8843337266008865f,-0.45513374418640734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9815834174514448f,-0.06631338772940433f,-0.17915504232979906f,0.009613080636583199f,-3.469446951953614e-18f,0.9378175037191504f,-0.3471286933083769f,1.7430462492651024f,0.19103401420779081f,-0.3407357690730911f,-0.9205461102464267f,-0.34436331831349665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9815834174514448f,-0.07734467618650658f,-0.17467625954876312f,5.322973040190722e-17f,-3.469446951953614e-18f,0.9143725544015681f,-0.4048738467191372f,1.9473513668892029f,0.19103401420779081f,-0.39741745409928314f,-0.8975329367732984f,-0.43465373394980356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8293552832977131f,0.21504793762403243f,-0.5156783867778633f,-0.4968120781987685f,-0.10982869570925272f,0.9677019756685596f,0.22691527909325748f,3.2393775998950125f,0.5478206564789008f,-0.13155710095170417f,0.8261871806825669f,-0.624583326645213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8293552832977131f,0.21504793762403243f,-0.5156783867778633f,-0.4190600203896079f,-0.10982869570925272f,0.9677019756685596f,0.22691527909325748f,3.2290811596722704f,0.5478206564789008f,-0.13155710095170417f,0.8261871806825669f,-0.5732251401003161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8293552832977131f,0.21504793762403243f,-0.5156783867778633f,-0.3805842912775087f,-0.10982869570925272f,0.9677019756685596f,0.22691527909325748f,3.200192087919653f,0.5478206564789008f,-0.13155710095170417f,0.8261871806825669f,-0.7228323104751496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8371824498556957f,-0.2081418583594057f,-0.5057692284553384f,0.3848254567530263f,0.4311504631313628f,0.31780683389943326f,-0.8444572780599557f,2.7628117044303186f,0.3365038243396749f,-0.9250274499308175f,-0.17632184515612934f,-1.2012593640508051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1100871014495583f,-0.2081418583594057f,-0.9718836334114941f,0.43431316477357174f,0.9321191256562102f,0.31780683389943326f,-0.1736454776627374f,2.691591123899415f,0.3450141528696132f,-0.9250274499308175f,0.15902657386157823f,-1.2368635514971487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5278688855524846f,-0.2081418583594057f,-0.8234266248211013f,0.5330833044864642f,0.7596861923296349f,0.31780683389943326f,-0.5673409076653287f,2.812302550314666f,0.3797779994276642f,-0.9250274499308175f,-0.009637843389986245f,-1.2176157812654789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015337240897678825f,-8.775587680543883e-7f,-0.00000285299093149257f,0.10911695825766596f,-5.421010862427522e-23f,0.000014934465693577086f,-0.00000459373045001218f,2.3082563564293395f,0.0000029849064719967315f,-0.000004509129633973721f,-0.00001465942387331276f,0.16379935966583536f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18.mcfunction new file mode 100644 index 000000000..26853a091 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..b028b52c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.47482863649904866f,-0.14806944895847987f,-0.647732698487602f,-0.0002053000154580223f,0.35046329683979f,0.6205657363161315f,-0.39877072224907256f,1.9681023383596006f,0.5644977307067618f,-0.5098215860867347f,-0.2972687451303393f,-0.8520343896439263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4852390370620911f,0.04399417382961038f,-0.6345136638245897f,-0.0002053000154580223f,0.5498116827706149f,0.43024798531360064f,-0.39063254424398947f,1.9681023383596006f,0.31976583682438503f,-0.6730164810780176f,-0.29120203604604666f,-0.8520343896439263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6612777797408315f,0.05225676518061276f,0.47636684703948373f,-0.10548526999936532f,-0.2854610129239522f,0.6091040798540974f,-0.4630860335293742f,1.9741259277009884f,-0.38492616508352845f,-0.5414848980741714f,-0.4749425197180567f,-0.8353939686687969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6180625021427016f,-0.20060188869783246f,0.46664507465092286f,-0.10548526999936532f,-0.486686328603943f,0.4442425394097971f,-0.4536352981512238f,1.9741259277009884f,-0.14537936922107558f,-0.6343559319732079f,-0.46524981523401476f,-0.8353939686687969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.315322760151118f,-0.1675723887508018f,0.8265904555200203f,-0.7535873102760065f,0.42183391983387314f,1.4567578318071828f,-0.3759242125030341f,2.751138232475557f,-0.7303344649583733f,0.5396131614376984f,1.2715484478765167f,-0.5494641445484327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6951450575001665f,0.25689201953606916f,-0.671401399560479f,-0.5564979048480856f,0.6938915883868358f,0.4838413635853997f,-0.5333029143458857f,2.542735138370334f,0.1878505059857023f,-0.8366026686441423f,-0.5145951439903167f,-0.6161355095262607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7268148134737585f,0.057948657668267206f,-0.6843845264100814f,-0.3186223607243934f,0.5423685965303728f,0.6597739856570981f,-0.5201294005801065f,2.3658703357899253f,0.42139830613420753f,-0.7492264283409875f,-0.5109630384505591f,-0.7534854792473242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.952455255666345f,-0.19381529228446212f,0.23508427941962845f,0.5930684970656384f,-0.30140947697167025f,0.71210910794416f,-0.6340764508910868f,2.402743142540373f,-0.04451194384905684f,-0.6747860778496108f,-0.7366698283458588f,-0.8714900823516896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9803793643341017f,-0.16091317897517984f,0.11385627264215478f,0.2699945527080524f,-0.19547254171148482f,0.7190947811934669f,-0.6668531930621399f,2.3321926422414356f,0.02543201574226428f,-0.6760248845215843f,-0.7364397925715744f,-0.846521535717462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.986164462295197f,-0.16493108840514123f,0.0166550107631432f,-0.10679529696471156f,0.056423360918936245f,-0.4284356054912727f,-0.9018089244900707f,2.4146015691330893f,0.15587192707038813f,-0.8883921814293628f,0.43181393484525427f,-0.34315346072863134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.986164462295197f,-0.15875005353723676f,-0.04772917145676632f,-0.13685923932454824f,0.056423360918936245f,-0.05071555235113684f,-0.9971180156292085f,2.3988604154695685f,0.15587192707038813f,-0.9860153919952992f,0.05897108698099468f,-0.5276627774341187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.986164462295197f,-0.16373776739153745f,0.0258765692405256f,0.2007024028900704f,0.056423360918936245f,-0.4783264267495304f,-0.8763676362210312f,2.382977430257883f,0.15587192707038813f,-0.8627825757412241f,0.480947158582627f,-0.3910925354846545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.986164462295197f,-0.1547393507402815f,-0.05945911737068653f,0.17131715514270085f,0.056423360918936245f,0.02394098124398575f,-0.9981198493966978f,2.381228115182401f,0.15587192707038813f,-0.987665207825785f,-0.014878830660113973f,-0.5763727546436149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682304287095872f,-0.24747876504620875f,0.03583430998432588f,0.13095689994415116f,-0.1253248571473986f,0.3562428282633873f,-0.9259507154767401f,2.60756585247412f,0.21638742362215382f,-0.901024587989754f,-0.3759403872106061f,-1.336117885594506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682304287095872f,-0.24747876504620875f,0.03583430998432588f,0.20155985321256734f,-0.1253248571473986f,0.3562428282633873f,-0.9259507154767401f,2.4809273015082796f,0.21638742362215382f,-0.901024587989754f,-0.3759403872106061f,-1.2668487517826117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682304287095872f,-0.24747876504620875f,0.03583430998432588f,-0.4378784769227313f,-0.1253248571473986f,0.3562428282633873f,-0.9259507154767401f,2.5339374989000234f,0.21638742362215382f,-0.901024587989754f,-0.3759403872106061f,-1.2089902742164904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682304287095872f,-0.24747876504620875f,0.03583430998432588f,-0.43989280580753415f,-0.1253248571473986f,0.3562428282633873f,-0.9259507154767401f,2.3978995836481283f,0.21638742362215382f,-0.901024587989754f,-0.3759403872106061f,-1.1234920836329347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9950241136647116f,-0.09296728163016618f,0.03583430998432588f,0.009934738223994474f,-0.06805324392743498f,0.3714620148804803f,-0.9259507154767401f,2.6130017361591893f,0.07277203595275057f,-0.9237819310027833f,-0.3759403872106061f,-1.4192297488271928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9682304287095872f,-0.24747876504620875f,0.03583430998432588f,-0.10408483353274982f,-0.1253248571473986f,0.3562428282633874f,-0.9259507154767401f,2.6021561863231257f,0.2163874236221538f,-0.901024587989754f,-0.3759403872106061f,-1.4033851304928149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9971727440349368f,0.0077944610900401445f,0.07473797515420533f,-0.12754716625655788f,-0.07293175258403416f,0.13913499331176515f,-0.9875841296320818f,2.6289693198904236f,-0.018096353744773558f,-0.9902427480231556f,-0.13817315936423077f,-1.394237865552526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9507762570251627f,-0.30073035122360325f,0.07473797515420533f,-0.101666346909566f,-0.11235729598545167f,0.10978809105582132f,-0.9875841296320818f,2.6331825887443396f,0.2887911825455548f,-0.9473688990647976f,-0.13817315936423077f,-1.4103529882791137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9861152151934641f,-0.1482936864259493f,0.07473797515420533f,-0.06778545140290188f,-0.09379934993352193f,0.12601297096288305f,-0.9875841296320818f,2.6206466594048075f,0.13703453694597245f,-0.980882109998602f,-0.13817315936423077f,-1.5285924906736637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9861152151934641f,-0.16215019146425835f,0.03583430998432588f,-0.03130165832344381f,-0.09379934993352193f,0.3658099977586204f,-0.9259507154767401f,2.538339409909118f,0.13703453694597245f,-0.9164553240327334f,-0.3759403872106061f,-1.322390042766299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9175956972270704f,-0.39589649993188153f,0.03583430998432588f,-0.36813653681717323f,-0.17951055645503863f,0.33225176091228703f,-0.9259507154767401f,2.564065318617326f,0.35467463477329386f,-0.8560810292912523f,-0.3759403872106061f,-1.3347355347166807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9682304287095873f,-0.24747876504620875f,0.03583430998432588f,-0.25910484153873764f,-0.1253248571473986f,0.3562428282633874f,-0.9259507154767401f,2.5820908591217986f,0.21638742362215382f,-0.901024587989754f,-0.3759403872106061f,-1.3687400923410933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8825833721586479f,-0.45552313377458914f,0.11638413029811256f,-0.24125095107875863f,-0.17037826923368557f,0.07916454653736192f,-0.9821935755972281f,2.6142518413156663f,0.43819839863012267f,-0.8866970447496211f,-0.1474805555667742f,-1.368826487925658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9801510569325133f,-0.16049498374974097f,0.11638413029811256f,-0.27167027963488777f,-0.1375761729577555f,0.1279397385093081f,-0.9821935755972281f,2.611177787044715f,0.1427469867576033f,-0.9787097544733782f,-0.1474805555667742f,-1.3723592298541756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9429768240297131f,-0.3118484304234798f,0.11638413029811256f,-0.34781713755457905f,-0.15589656652516584f,0.10484293300550557f,-0.9821935755972281f,2.5844001936637158f,0.2940934713462719f,-0.9443296648105549f,-0.1474805555667742f,-1.4660089017859568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9429768240297131f,-0.33092387579439353f,0.03583430998432588f,-0.2733592655008406f,-0.15589656652516584f,0.34396443573976904f,-0.9259507154767401f,2.507008195622268f,0.2940934713462719f,-0.8787365107786514f,-0.3759403872106061f,-1.2682931868607605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682304287095872f,-0.24747876504620875f,0.03583430998432588f,-0.02661741701297037f,-0.1253248571473986f,0.3562428282633873f,-0.9259507154767401f,2.369035313139355f,0.21638742362215382f,-0.901024587989754f,-0.3759403872106061f,-0.8218183763684492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.986164462295197f,-0.07759201700378364f,-0.14648935866918622f,0.002479589363448493f,0.056423360918936245f,0.6738130231132433f,-0.7367444701018144f,2.1163554294718887f,0.15587192707038813f,-0.7348166361618905f,-0.66011245524614f,-0.5462621378077404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9776577539492671f,-0.16056047300961926f,-0.13566742663514167f,0.21806734301253006f,-0.0870484502340056f,0.8967181537506879f,-0.4339575094935165f,1.798171499630101f,0.19133186732672652f,-0.41245228480502444f,-0.8906599964657573f,-0.03453446838452079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9776577539492671f,-0.21005673979355458f,0.007841059250963608f,0.14818895304986887f,-0.0870484502340056f,0.37062852714495564f,-0.9246929556226859f,1.887349887079131f,0.19133186732672652f,-0.9047157901427738f,-0.380632967058299f,-0.35102283075060514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9971000643126859f,0.02045462994990427f,-0.07330122687411235f,-0.09440796227207449f,0.07042061354936077f,0.6131591804113122f,-0.7868143088840337f,1.8746439389934408f,0.028851324665761822f,-0.7896945153608073f,-0.6128214858130305f,0.01862428286801504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9971000643126859f,-0.021369776554061082f,-0.073039676872691f,-0.10361965801270641f,0.07042061354936077f,0.10477194105669979f,-0.9919998878803077f,1.8976269212369323f,0.028851324665761822f,-0.9942666508624539f,-0.10296323638945054f,-0.3558284762808334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9870927017810998f,0.1571840019436227f,-0.03067878132319047f,0.008793680787942555f,0.07590929378796064f,0.2905292005643382f,-0.9538503880253232f,2.0282501198005316f,-0.14101693943318294f,-0.9438675612353851f,-0.2987109801136614f,-0.48478354066046153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9378225441282333f,-0.34670514623355375f,-0.016864676101779795f,0.00942628056964101f,-0.07590929378796063f,0.2522559567369792f,-0.9646785534090225f,2.0193740460569107f,0.33871323393316194f,-0.9034171095711444f,-0.262889465921816f,-0.4786240880140165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.994767314841214f,-0.09745153513477903f,-0.03067878132319047f,0.008793680787942555f,6.938893903907228e-18f,0.30028226265289193f,-0.9538503880253232f,2.0282501198005316f,0.10216647847313332f,-0.9488591892562006f,-0.2987109801136614f,-0.48478354066046153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9779560327346902f,0.18929896338257793f,-0.08813569367802634f,0.00775558172513407f,0.2076544680790403f,0.8373020488957288f,-0.5057715895558245f,2.051040758627654f,-0.021945840713818457f,-0.51292414778142f,-0.8581533654878174f,-0.4948912299209927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9530794496647276f,-0.28960604642630183f,-0.08813569367802634f,0.00775558172513407f,-0.2076544680790403f,0.8373020488957288f,-0.5057715895558245f,2.051040758627654f,0.22027070734346638f,-0.46373873764043183f,-0.8581533654878174f,-0.4948912299209927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.994767314841214f,-0.051672902216677544f,-0.08813569367802634f,0.00775558172513407f,6.938893903907228e-18f,0.8626674325591378f,-0.5057715895558245f,2.051040758627654f,0.10216647847313332f,-0.5031250460654201f,-0.8581533654878174f,-0.4948912299209927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9749730268542652f,0.21073295532308223f,-0.07084644272955437f,-0.18083490508396396f,0.1961188929753793f,0.6651300932810719f,-0.7205132468109273f,2.0976390546704597f,-0.10471378478855543f,-0.7163753070512079f,-0.6898126142094994f,-0.5221234849407925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9333349945142843f,-0.35360368717171725f,-0.062050144508995674f,0.18652819507683818f,-0.1961188929753793f,0.6469604652268401f,-0.7368714516464743f,2.0961850864024183f,0.3007044526327016f,-0.6755787066301282f,-0.673179205943581f,-0.5632529482143761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.994767314841214f,-0.06619247731822582f,-0.07782380914654186f,0.00867612888428431f,6.938893903907228e-18f,0.7617352610132995f,-0.647888410244388f,1.969158977197685f,0.10216647847313332f,-0.6444982141755528f,-0.757749340218071f,-0.40945978160120106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.994767314841214f,-0.07361230111991598f,-0.07084644272955437f,6.985449360708041e-17f,6.938893903907228e-18f,0.693441173546809f,-0.7205132468109273f,2.12409973941205f,0.10216647847313332f,-0.716743027837631f,-0.6898126142094994f,-0.570405227496743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7745097441488193f,0.18334678338984564f,-0.6054078073820381f,-0.6471301950122272f,0.2081380570511781f,0.8299129733604917f,0.5176127952967432f,3.1412835808614696f,0.5973384345791675f,-0.5269045584055473f,0.6046142414018746f,-1.3928975882733932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7745097441488193f,0.18334678338984564f,-0.6054078073820381f,-0.5745199064982754f,0.2081380570511781f,0.8299129733604917f,0.5176127952967432f,3.160796523710018f,0.5973384345791675f,-0.5269045584055473f,0.6046142414018746f,-1.336897110031596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7745097441488193f,0.18334678338984564f,-0.6054078073820381f,-0.5200138796479457f,0.2081380570511781f,0.8299129733604917f,0.5176127952967432f,3.0733981329912323f,0.5973384345791675f,-0.5269045584055473f,0.6046142414018746f,-1.4555894853627758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8851936687650888f,-0.12868183961240415f,-0.44707175367290897f,0.4224634014210574f,0.46211303838040285f,-0.13228487893986685f,-0.8768992248614986f,2.556985168531454f,0.053700172597814226f,-0.9828233284562552f,0.17656329319859398f,-1.5876983347604552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1858863158413509f,-0.12868183961240415f,-0.9741084445465491f,0.4784192731914707f,0.9767142096674835f,-0.13228487893986685f,-0.16890844690982082f,2.48181726870264f,-0.10712436798671224f,-0.9828233284562552f,0.15027533006323812f,-1.5849073224461723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5968626322177423f,-0.12868183961240415f,-0.7919570584419813f,0.5692348960725613f,0.8017909315073468f,-0.13228487893986685f,-0.5827795577715863f,2.606818152282785f,-0.02977079801901933f,-0.9828233284562552f,0.18213183309756276f,-1.6136226035679482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001554323929439397f,-0.0000010935842429156725f,-0.0000011629319588238528f,0.03236246039618257f,1.0842021724855045e-22f,0.00001138271550711879f,-0.000010703943791145273f,2.716092476259648f,0.000001596351226142708f,-0.000010647933423328865f,-0.000011323153340618006f,-0.18465621843865576f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19.mcfunction new file mode 100644 index 000000000..edf4bf948 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..5b93c886c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5895122329939627f,-0.13454967328110742f,-0.5489227240831478f,0.02956991755888437f,0.4867344682217175f,0.2822641542893184f,-0.5919129573617239f,1.9342879989277866f,0.2872443716417051f,-0.7544320891026092f,-0.12356107128411774f,-0.8472271241766164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5839623350429023f,0.09922175558482509f,-0.5377202195100224f,0.02956991755888437f,0.5463201583884498f,0.07299218738941285f,-0.5798331010890357f,1.9342879989277866f,-0.022853354013369687f,-0.7904601089231347f,-0.12103941676811535f,-0.8472271241766164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6472037859717737f,0.08351672833691358f,0.49101594674322446f,-0.06622387163215795f,-0.4421209423013357f,0.2743975859650186f,-0.6294279002710268f,1.9377436820689011f,-0.22934859111585082f,-0.764640677278493f,-0.1722448920830625f,-0.8427426215828984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6170437219425405f,-0.1670348770506901f,0.4809952131362199f,-0.06622387163215795f,-0.5029948403427876f,0.082597179157444f,-0.6165824329185569f,1.9377436820689011f,0.0790774038511015f,-0.7779955371619388f,-0.16872969020381634f,-0.8427426215828984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4355887135407785f,-0.5129876938448591f,0.3425418536734834f,-0.787230545137584f,0.31531531110256084f,1.3560432712105008f,0.7093159741532817f,2.651198154833221f,-0.5301580426048709f,-0.5825774820300361f,1.3494229052794806f,-1.1710152381954022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6877232447180291f,0.5877844402938619f,-0.426082375161115f,-0.5830873576473037f,0.5416422223853268f,0.02464366247362254f,-0.8402478163193107f,2.475917979488261f,-0.4833843621839558f,-0.8086421592078399f,-0.3353168900423783f,-1.030335975109596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8355677679747359f,0.3303521650131523f,-0.43896919276054114f,-0.30976139201008435f,0.5179655775463852f,0.20735279590833336f,-0.8298894375192617f,2.307172909152803f,-0.18313428296951295f,-0.9207997964270626f,-0.3443683628051831f,-0.9702750774124482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8176842614791265f,-0.5610458731987694f,0.1289184885730737f,0.5872596185849974f,-0.2981010926291712f,0.22109040867972551f,-0.9285767441429524f,2.3413749000664446f,0.49247150892475955f,-0.7977133315649565f,-0.34803053535704015f,-1.1244146637847054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.924885196791532f,-0.37383166970687004f,0.0695503808764747f,0.2860739156849763f,-0.1782970740866428f,0.2648068381087096f,-0.9476747816962365f,2.285678634366613f,0.3358534295314419f,-0.888891006375383f,-0.3115690174855763f,-0.9981685870580315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9982581071330858f,-0.05444851371939936f,0.022718074232139365f,-0.14173035097452852f,0.03601135042712429f,-0.8673481248764086f,-0.49639743443514345f,2.5784145380597585f,0.04673258160516568f,-0.49471465475274323f,0.8677980618723404f,-0.632543433393477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9982581071330858f,-0.05899769802489306f,0.0001522196838281975f,-0.15279146798117205f,0.03601135042712429f,-0.6113621061084923f,-0.7905311871488709f,2.4588433232447358f,0.04673258160516568f,-0.7891486848765268f,0.6124217655947284f,-0.7766811757728587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9982581071330858f,-0.05208964552228593f,0.027702353193027027f,0.17023242717253953f,0.03601135042712429f,-0.9099050724420448f,-0.41325045890434525f,2.5616779529938003f,0.04673258160516568f,-0.41153302172924056f,0.9101959337653165f,-0.6427701434263905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9982581071330858f,-0.05896213289293946f,-0.0020538811513725955f,0.1591641904979173f,0.03601135042712429f,-0.5813756783149582f,-0.8128379317577625f,2.4475897762362595f,0.04673258160516568f,-0.811496018196354f,0.5824862901974422f,-0.7912851075244729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9925981360039249f,-0.11626146586317675f,0.03510287676073379f,0.21864783282499306f,-0.028607730522385685f,-0.05707213902233366f,-0.9979601037625571f,2.3046210467123722f,0.11802770079897526f,-0.9915775524399291f,0.05332372212577405f,-1.5539654582704756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9925981360039249f,-0.11626146586317675f,0.03510287676073379f,0.2736938408543561f,-0.028607730522385685f,-0.05707213902233366f,-0.9979601037625571f,2.2192690942570135f,0.11802770079897526f,-0.9915775524399291f,0.05332372212577405f,-1.4294452040461547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9925981360039249f,-0.11626146586317675f,0.03510287676073379f,-0.36450357207731277f,-0.028607730522385685f,-0.05707213902233366f,-0.9979601037625571f,2.2878140050304703f,0.11802770079897526f,-0.9915775524399291f,0.05332372212577405f,-1.4846241840510777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9925981360039249f,-0.11626146586317675f,0.03510287676073379f,-0.38390242424824406f,-0.028607730522385685f,-0.05707213902233366f,-0.9979601037625571f,2.200316472785933f,0.11802770079897526f,-0.9915775524399291f,0.05332372212577405f,-1.3512518522668335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9985649060446425f,0.040446464112145045f,0.03510287676073379f,0.10921959692898872f,-0.037183571424508434f,-0.051894251264899244f,-0.9979601037625571f,2.2738787237485742f,-0.0385423200154425f,-0.9978331875751978f,0.05332372212577405f,-1.6470453435107584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.992598136003925f,-0.11626146586317676f,0.03510287676073379f,-0.006284442536088022f,-0.028607730522385685f,-0.05707213902233366f,-0.9979601037625571f,2.270008404176423f,0.11802770079897526f,-0.9915775524399291f,0.05332372212577405f,-1.6434428279092073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9894176425216255f,0.13882864834020753f,0.0421821652713593f,-0.02959431128146397f,-0.08720295706933602f,-0.3366029973748597f,-0.9376001634154206f,2.3032853561726863f,-0.11596712010441929f,-0.931356552861626f,0.3451472127895516f,-1.652962477418624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9838925079008081f,-0.17371297542117614f,0.0421821652713593f,-0.0017194788930710164f,0.02108110598537892f,-0.3470756697520146f,-0.9376001634154206f,2.2999005302096096f,0.17751371740542082f,-0.9216085294942272f,0.3451472127895516f,-1.6655641557798055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9989538548330961f,-0.017659582303031347f,0.0421821652713593f,0.04605402430074299f,-0.03347303413752711f,-0.3461004038555925f,-0.9376001634154206f,2.2343671435222086f,0.03115689168909104f,-0.9380312625940981f,0.3451472127895516f,-1.758884636667552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9989538548330961f,-0.029308428091908034f,0.03510287676073379f,0.05264842062142229f,-0.03347303413752711f,-0.05436163430080043f,-0.9979601037625571f,2.2465985112398887f,0.03115689168909104f,-0.9980910924153802f,0.05332372212577405f,-1.5343141408740917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9621903056104442f,-0.2701066526992636f,0.03510287676073379f,-0.27836669632832667f,-0.01932747235118754f,-0.06084472130546822f,-0.9979601037625571f,2.262708075900781f,0.27169148790824105f,-0.9609059871063657f,0.05332372212577405f,-1.6009582943868044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.992598136003925f,-0.11626146586317676f,0.03510287676073379f,-0.16520587944561718f,-0.028607730522385685f,-0.05707213902233365f,-0.9979601037625571f,2.265428119893761f,0.11802770079897523f,-0.9915775524399292f,0.05332372212577405f,-1.6245458230431546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9380123041260715f,-0.33384158586211005f,0.09318107563861841f,-0.1467039972367966f,0.03165238275891288f,-0.3502258545972708f,-0.9361303207552324f,2.2999101308767185f,0.34515365270236054f,-0.8751523560618931f,0.3390830424918585f,-1.6390372175644758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9952654376646068f,-0.027640472736710053f,0.09318107563861841f,-0.1765170262054601f,-0.07812253606091352f,-0.342865705374738f,-0.9361303207552324f,2.2948626795950413f,0.0578236798352543f,-0.9389776953393377f,0.3390830424918585f,-1.6447793569108105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9786881460126227f,-0.1829939889646803f,0.09318107563861841f,-0.24102529220725158f,-0.023524704804148925f,-0.3508655167248315f,-0.9361303207552324f,2.226093213290711f,0.20400024783870502f,-0.9183717053438717f,0.3390830424918585f,-1.7247486551002384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9786881460126227f,-0.20232968367863424f,0.03510287676073379f,-0.19550111337955894f,-0.023524704804148925f,-0.05934829030480718f,-0.9979601037625571f,2.2394465786092925f,0.20400024783870502f,-0.9775175085595141f,0.05332372212577405f,-1.5048072156743482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9925981360039249f,-0.11626146586317675f,0.03510287676073379f,-0.012939310022963155f,-0.028607730522385685f,-0.05707213902233366f,-0.9979601037625571f,2.3034582694161165f,0.11802770079897526f,-0.9915775524399291f,0.05332372212577405f,-1.0130435489651866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9982581071330858f,-0.03690347319273019f,-0.046031350288494255f,0.0008994924243106684f,0.03601135042712429f,0.23688413158429125f,-0.9708702749821785f,2.2146267200720073f,0.04673258160516568f,-0.9708367740613606f,-0.23514256090007793f,-0.6489797586921763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9907785864562417f,-0.1258644781882779f,-0.050159004676767566f,0.17975823314663641f,-0.041932812980006826f,0.6368743615610344f,-0.7698264004188273f,2.0630822117189593f,0.1288387822643292f,-0.7606242046612883f,-0.636279331322358f,-0.03032015314570241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9907785864562417f,-0.13268104945145487f,0.02745053253093748f,0.13461316276985333f,-0.041932812980006826f,0.10762140126727643f,-0.993307240074717f,2.077418741522312f,0.1288387822643292f,-0.9852986212848002f,-0.11219266945267092f,-0.37282259856479205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9977657267168936f,0.06626653902544527f,-0.008502963877297268f,-0.13643336263904376f,0.0371992713993908f,0.4453136317637357f,-0.8946015781188554f,2.1064663656965283f,-0.05549566466368294f,-0.89291909777481f,-0.44678374638358853f,-0.016230400757417218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9977657267168936f,0.05438284751565368f,-0.0388079951195452f,-0.11621762369054822f,0.0371992713993908f,-0.030288219068148936f,-0.9988487563155066f,2.082998217628892f,-0.05549566466368294f,-0.9980606843683246f,0.028197544605285618f,-0.39542343502059457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9690824304754989f,0.24672212432950255f,0.002726959852591417f,0.0036846862505328327f,-0.02410664089250103f,-0.0836760019994856f,-0.9962013835336015f,2.1540304356939592f,-0.24555674050732168f,-0.9654669958396918f,0.08703658504158046f,-0.5600845154846512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9518096290598664f,-0.3065619481459383f,0.00884318821956637f,0.003827395816952469f,0.02410664089250103f,-0.10352888939254078f,-0.994334269210323f,2.151112610240554f,0.3057405761324453f,-0.9462037523758366f,0.10592997260495378f,-0.555529643398021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9995095393051475f,-0.031196867278209237f,0.002726959852591417f,0.0036846862505328327f,0f,-0.0870792940126292f,-0.9962013835336015f,2.1540304356939592f,0.03131582408323062f,-0.9957127859108205f,0.08703658504158046f,-0.5600845154846512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.968545887086863f,0.24798282388199777f,-0.02057628894217624f,0.003134905074579404f,0.17795769049325413f,0.632499230911023f,-0.7538406882699231f,2.171762961649247f,-0.17392505570339484f,-0.7337910070016354f,-0.656734979304511f,-0.5776319230967061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9557583480990793f,-0.293432439195613f,-0.02057628894217624f,0.003134905074579404f,-0.17795769049325413f,0.632499230911023f,-0.7538406882699231f,2.171762961649247f,0.2342157988548727f,-0.7168278220916631f,-0.656734979304511f,-0.5776319230967061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9995095393051475f,-0.023607142380642415f,-0.02057628894217624f,0.003134905074579404f,0f,0.6570572400550263f,-0.7538406882699231f,2.171762961649247f,0.03131582408323062f,-0.753470959042146f,-0.656734979304511f,-0.5776319230967061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9584239065040866f,0.28508102657911333f,-0.012346000406807616f,-0.1820069307453036f,0.12322879206234816f,0.3744877826008435f,-0.9190068364759633f,2.2026211172225354f,-0.2573679860594564f,-0.8823195050361871f,-0.39404823408359174f,-0.6419865041982578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9404326153551784f,-0.3398834085161069f,-0.00810953708249098f,0.18384345331648186f,-0.12322879206234816f,0.3630020537455058f,-0.9236039052447751f,2.201343688906435f,0.316861422049251f,-0.8675879077027399f,-0.38326239265666046f,-0.6547749188399353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9995095393051475f,-0.02682153192087684f,-0.016164351624152213f,-0.0013782584814486297f,0f,0.5161720024097368f,-0.8564849467026974f,2.1266187791117357f,0.03131582408323062f,-0.8560648745006068f,-0.5159188403307714f,-0.47220439340657766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9995095393051475f,-0.028779456422367566f,-0.012346000406807616f,8.299295750463227e-17f,0f,0.39424159408976883f,-0.9190068364759633f,2.2147071352911682f,0.03131582408323062f,-0.9185560997443709f,-0.39404823408359174f,-0.6776889268188607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7255367812350185f,0.21088981324069872f,-0.6550739391446064f,-0.7076964994010189f,0.4696652459691743f,0.5440091495513882f,0.6953190648422418f,2.7281360514042543f,0.503001924254613f,-0.8121450189933312f,0.2956510313198279f,-1.9327493165121068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7255367812350185f,0.21088981324069872f,-0.6550739391446064f,-0.6396774261602358f,0.4696652459691743f,0.5440091495513882f,0.6953190648422418f,2.772167168213864f,0.503001924254613f,-0.8121450189933312f,0.2956510313198279f,-1.8855928861132367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7255367812350185f,0.21088981324069872f,-0.6550739391446064f,-0.5754258719089363f,0.4696652459691743f,0.5440091495513882f,0.6953190648422418f,2.645853750082723f,0.503001924254613f,-0.8121450189933312f,0.2956510313198279f,-1.953518756010646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8926946109283096f,-0.05406737927857519f,-0.44740702957989037f,0.4907005015149498f,0.4047086388363462f,-0.5329327996009564f,-0.743097267361897f,2.204764822885849f,-0.1982605590398304f,-0.8444284159166088f,0.49762777366399114f,-1.754659007465213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19019734379817527f,-0.05406737927857519f,-0.9802559303110925f,0.5472734598660969f,0.8356792877114355f,-0.5329327996009564f,-0.13275074086269545f,2.1399638848037323f,-0.5152330526103953f,-0.8444284159166088f,0.1465453919109709f,-1.7173843336627903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6034448890789029f,-0.05406737927857519f,-0.7955695974221849f,0.6383224203038511f,0.6912100062092463f,-0.5329327996009564f,-0.4880690099009568f,2.2455747053299344f,-0.3975965205591771f,-0.8444284159166088f,0.35896748770856995f,-1.7898667937202872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001561733655164293f,-4.532075134537154e-7f,-1.8446404112139747e-7f,-0.003915972060431079f,0f,0.000005890441861952357f,-0.000014472156704201322f,2.9141082656816057f,4.893097513004785e-7f,-0.000014465058680168163f,-0.000005887552831743755f,-0.5722007697399738f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..62fea0279 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7339091170827013f,-0.1176208518229253f,-0.33835955361683484f,0.0075131045099531835f,-0.15839138423429486f,0.79843625840846f,0.06600117501595716f,1.232144729948357f,0.32130051619578553f,0.12493726793712312f,-0.7403385048862269f,-0.3242238111572084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7082989354672066f,0.16867333456995637f,-0.3314542566042464f,0.0075131045099531835f,0.1559645092626547f,0.7819813966376884f,0.06465421226052948f,1.232144729948357f,0.3376206300960908f,-0.007375738445869362f,-0.7252295558069162f,-0.3242238111572084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7714005812025587f,0.14780586230688494f,0.22369402055601997f,-0.05459409993668038f,0.17041702911034726f,0.7963158127563935f,0.061511031431538514f,1.2326408930872583f,-0.20698701397431193f,0.10478071323620028f,-0.7830209592495949f,-0.3195073783450321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7535452046220102f,-0.15540970890368114f,0.21912883646304f,-0.05459409993668038f,-0.14428610281056278f,0.784570437016292f,0.0602557042594663f,1.2326408930872583f,-0.2266079105567861f,0.01723518896147208f,-0.7670409396730726f,-0.3195073783450321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.034064571988366786f,0.5573449475714077f,1.4593191783677324f,-0.5697406139172231f,1.5599314994209401f,0.06525341729393934f,-0.06133480778317907f,0.8924906123405265f,-0.08282253346514999f,1.4582574707328222f,-0.5550061504184672f,0.11464209592513974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.46564262100544346f,-0.85640463795169f,-0.22304269904665286f,-0.47742916427720256f,-0.8449972849633538f,0.5051498202430714f,-0.1755085397151743f,1.1118928215415713f,0.26297630674214995f,0.10674621868350834f,-0.9588788801976147f,0.03928699512005648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5139883731230549f,-0.85640463795169f,-0.048857429211432116f,-0.2920445207787199f,-0.8537055245894698f,0.5051498202430714f,0.12653274830576633f,1.4254706372439996f,-0.08368291091813862f,0.10674621868350834f,-0.9907585049935426f,0.06343504941966002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6381402769915474f,0.7512463686505167f,0.1685404416469914f,0.4035740360530421f,0.436900592451528f,-0.17309018487512912f,-0.882699076818027f,1.219339843461442f,-0.6339517798670927f,0.636921252188452f,-0.4386758020612028f,0.26430275865372177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2302484130700267f,0.8871596477401418f,0.3999167759676026f,0.3030979425102617f,0.6131441592395244f,0.4513806644536748f,-0.6483129921170911f,1.4207161525540217f,-0.7556718257743841f,0.09593359775879604f,-0.6478864380058147f,0.01823981857993557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9970973206935816f,-0.03425809280522987f,-0.0679949714539902f,-0.13602292970653992f,0.007965628799962788f,0.8412151070658886f,-0.5406419262339415f,1.0670371168194202f,0.07571975847493101f,-0.5396142388053466f,-0.838500442131681f,0.27786202500175766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9970973206935816f,-0.005629801706044789f,-0.07592916698101791f,-0.1375530748200547f,0.007965628799962788f,0.9840761278691437f,-0.17756892553567472f,1.2504415850102866f,0.07571975847493101f,-0.17765832344932053f,-0.9811748255462299f,0.23841874669534616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9970973206935816f,-0.02508988535821182f,-0.07188484345390532f,0.1718422174866658f,0.007965628799962788f,0.9045863271963254f,-0.4262160548445864f,1.060588187052091f,0.07571975847493101f,-0.4255514943014231f,-0.9017607464701066f,0.2055279747043157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9970973206935816f,0.014213943628701983f,-0.07479904325725542f,0.1740398378966896f,0.007965628799962788f,0.9965027666903733f,0.08317923260196924f,1.2479523260102983f,0.07571975847493101f,0.08234196855159209f,-0.9937234617294425f,0.21475632217193022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.044428863263454715f,-0.04323453181831997f,0.2774484846476506f,-0.04802177348346216f,0.9951405828769226f,0.08596004643368767f,1.9718028251330937f,0.03920533004497124f,0.08787090770269723f,-0.9953600583083334f,0.09829814037701907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.044428863263454715f,-0.04323453181831997f,0.3163767267940021f,-0.04802177348346216f,0.9951405828769226f,0.08596004643368767f,1.8572698231322664f,0.03920533004497124f,0.08787090770269723f,-0.9953600583083334f,-0.007470928428910742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.044428863263454715f,-0.04323453181831997f,-0.30892150369574767f,-0.04802177348346216f,0.9951405828769226f,0.08596004643368767f,1.9435900332115594f,0.03920533004497124f,0.08787090770269723f,-0.9953600583083334f,0.12133127177843968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.044428863263454715f,-0.04323453181831997f,-0.3448490047421704f,-0.04802177348346216f,0.9951405828769226f,0.08596004643368767f,1.8254553981994726f,0.03920533004497124f,0.08787090770269723f,-0.9953600583083334f,0.018502602725882694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9927388024981237f,0.11225170498946406f,-0.04323453181831997f,0.17343669131418413f,0.10824373895785859f,0.9904010114057544f,0.08596004643368767f,2.0752063820859328f,0.052468685813673276f,0.08065600618315476f,-0.9953600583083334f,0.08976904160144879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.04442886326345471f,-0.04323453181831997f,0.0580255023143965f,-0.04802177348346218f,0.9951405828769228f,0.08596004643368767f,2.0797034060814523f,0.03920533004497124f,0.08787090770269723f,-0.9953600583083334f,0.09517041678181018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9791777509155317f,0.19834744104840754f,-0.04323453181831997f,0.03592390112374999f,0.19415097461854608f,0.9771981730804592f,0.08596004643368767f,2.0743320747433414f,0.059298660749375474f,0.07577613844582962f,-0.9953600583083334f,0.09566655130575061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9925461106941902f,-0.11394293924718171f,-0.04323453181831997f,0.06453099688345007f,-0.11732229279798996f,0.98936664085148f,0.08596004643368767f,2.0856824433649024f,0.03298026316539903f,0.09039168416382165f,-0.9953600583083334f,0.09540419782278342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.998150823781947f,0.04272830726662592f,-0.04323453181831997f,0.11620125689835284f,0.038893180501787895f,0.9955391458539307f,0.08596004643368767f,2.1953719004631735f,0.04671459615447686f,0.08411956271019956f,-0.9953600583083334f,0.0712370349208436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.998150823781947f,0.04272830726662592f,-0.04323453181831997f,0.10658738776336202f,0.038893180501787895f,0.9955391458539307f,0.08596004643368767f,1.9713755926460397f,0.04671459615447686f,0.08411956271019956f,-0.9953600583083334f,0.05231013331104872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9788383915841955f,-0.20001544545188377f,-0.04323453181831997f,-0.21628880424117147f,-0.20310483048649125f,0.9753764905154173f,0.08596004643368767f,2.056455005768595f,0.024976608935531386f,0.09292213584777631f,-0.9953600583083334f,0.10507780352320195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.044428863263454715f,-0.04323453181831997f,-0.10177306856235221f,-0.04802177348346216f,0.9951405828769226f,0.08596004643368767f,2.072014806870839f,0.03920533004497123f,0.08787090770269723f,-0.9953600583083334f,0.10144744588277407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9576811212754648f,-0.284565713344069f,-0.04323453181831997f,-0.07928762998414027f,-0.28734161777694067f,0.9539631361381051f,0.08596004643368767f,2.0687887505304308f,0.016782867630375554f,0.09474539397000972f,-0.9953600583083334f,0.10019216207662929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9987445123616272f,0.02530166567611808f,-0.04323453181831997f,-0.10878340772450747f,0.021512703084345247f,0.9960663000137708f,0.08596004643368767f,2.0773435390358745f,0.045239392497470346f,0.08492203301199805f,-0.9953600583083334f,0.10221214081859073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9904063626276258f,-0.13124790331721936f,-0.04323453181831997f,-0.17246253445892645f,-0.13457125277616347f,0.9871683991819087f,0.08596004643368767f,2.1814830390911033f,0.031397687700997864f,0.09095350202967266f,-0.9953600583083334f,0.08257600377896784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9904063626276258f,-0.13124790331721936f,-0.04323453181831997f,-0.14293175621255214f,-0.13457125277616347f,0.9871683991819087f,0.08596004643368767f,1.959370149275174f,0.031397687700997864f,0.09095350202967266f,-0.9953600583083334f,0.06211146582229153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9980765759036566f,-0.044428863263454715f,-0.04323453181831997f,0.005948687317247986f,-0.04802177348346216f,0.9951405828769226f,0.08596004643368767f,1.452677070785131f,0.03920533004497124f,0.08787090770269723f,-0.9953600583083334f,0.043281961191173196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9970973206935816f,0.014213943628701983f,-0.07479904325725542f,0.0006184584564847426f,0.007965628799962788f,0.9965027666903733f,0.08317923260196924f,1.0789885332762412f,0.07571975847493101f,0.08234196855159209f,-0.9937234617294425f,0.012403722984326158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9869565251413797f,-0.160944832436065f,0.003684887105454393f,0.15523660565836805f,-0.1333676548200812f,0.8045975454394417f,-0.5786500311247005f,0.7912785070176191f,0.09016588117821875f,-0.571593868743317f,-0.8155676324416037f,0.3692419875396525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9869565251413797f,-0.10248120343915507f,0.12415482440290228f,0.12781474697234735f,-0.1333676548200812f,0.08854770117458644f,-0.9871030205933359f,0.7806342972642941f,0.09016588117821875f,-0.9907860049265726f,-0.10106040922634679f,0.05333784196171586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9866918273120227f,0.14533406312536465f,-0.07291946249893741f,-0.1265503459076266f,0.16259980751371034f,0.8798737474324876f,-0.4465237856773313f,0.766144728096879f,-0.0007351953249033136f,-0.4524380605945786f,-0.8917955263474081f,0.38908882827359903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9866918273120227f,0.031201777608949807f,-0.15957971985720193f,-0.12293573657297126f,0.16259980751371034f,0.18489803152509965f,-0.9692130934601777f,0.7865209907980935f,-0.0007351953249033136f,-0.9822622699728341f,-0.18751077962519735f,0.044514960917697494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9939011919643117f,0.10236288938497597f,-0.04101535674206978f,0.0011605462759917405f,0.10750405997361846f,0.8165744056792638f,-0.5671411791421478f,0.9716709228936093f,-0.02456211923081389f,-0.5680916113324649f,-0.8225987013316852f,0.02327576632990547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9865282953823722f,-0.16253263018232916f,-0.018575966622629825f,0.0010638956559121857f,-0.10750405997361846f,0.7296967631124395f,-0.6752669923759173f,0.9341790817137005f,0.12330774306238637f,-0.6641730030867279f,-0.7373394214821407f,0.02133735396742576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9987592676623853f,-0.028242977353961966f,-0.04101535674206978f,0.0011605462759917405f,0f,0.8236205940366318f,-0.5671411791421478f,0.9716709228936093f,0.04979884796353885f,-0.5664375087411933f,-0.8225987013316852f,0.02327576632990547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9958648637813649f,0.07668995911013468f,-0.048701368126670745f,0.0012776969275870406f,0.0852349820424537f,0.9742403027701695f,-0.20878417156123502f,0.9965545215512512f,0.03143518604917473f,-0.21207188080925418f,-0.9767483536961193f,0.025625324678708258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9940525104491608f,-0.09740525248830997f,-0.048701368126670745f,0.0012776969275870406f,-0.0852349820424537f,0.9742403027701695f,-0.20878417156123502f,0.9965545215512512f,0.06778351057553392f,-0.2033913696447743f,-0.9767483536961193f,0.025625324678708258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9987592676623853f,-0.010397211216771354f,-0.048701368126670745f,0.0012776969275870406f,0f,0.9779617424549331f,-0.20878417156123502f,0.9965545215512512f,0.04979884796353885f,-0.20852512628799696f,-0.9767483536961193f,0.025625324678708258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9921207198421328f,0.11588691782960955f,-0.04760986805150173f,-0.19217116654441108f,0.12478872590409215f,0.9478644780077397f,-0.2932246667972334f,1.0089736533540101f,0.011146799861908425f,-0.29685544227294963f,-0.9548573690587354f,0.036492138083359695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9883087675045511f,-0.14843987798292974f,-0.03480492347424092f,0.19422629308980305f,-0.12478872590409218f,0.9187013538741626f,-0.3747206910180085f,1.0101725594517061f,0.08759882396966406f,-0.36599648224292175f,-0.9264842259989852f,0.004725214674118409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9987592676623853f,-0.018696158041064625f,-0.04615602813283647f,-0.004540116409952618f,0f,0.926849315201638f,-0.3754335452650102f,0.8665923496755165f,0.04979884796353885f,-0.3749677327247746f,-0.9256993432841715f,0.06582515044713093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9987592676623853f,-0.014602250600994765f,-0.04760986805150173f,0f,0f,0.9560435632237955f,-0.2932246667972334f,1.0802083333333332f,0.04979884796353885f,-0.2928608534709518f,-0.9548573690587354f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6340906517584793f,-0.155910154655531f,-0.7573777584718178f,-0.0165823771726889f,-0.10043938378476655f,0.9545579796922352f,-0.2805904374543341f,1.1244085574957587f,0.7667078814890604f,0.2539903287158127f,0.5896167716249177f,0.3726350871042743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6340906517584793f,-0.155910154655531f,-0.7573777584718178f,0.04286362142966853f,-0.10043938378476655f,0.9545579796922352f,-0.2805904374543341f,1.1149923652659368f,0.7667078814890604f,0.2539903287158127f,0.5896167716249177f,0.4445139509938737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6340906517584793f,-0.155910154655531f,-0.7573777584718178f,0.12674728589926249f,-0.10043938378476655f,0.9545579796922352f,-0.2805904374543341f,1.1617890269989979f,0.7667078814890604f,0.2539903287158127f,0.5896167716249177f,0.3201320033053363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6068969400699054f,-0.5161191084393154f,-0.6043981883142864f,0.5234264558047903f,-0.4478693967330363f,0.8503070120347043f,-0.27638919797018013f,2.053885513431035f,0.6565737640233362f,0.10295169347038197f,-0.747202677462955f,-0.32309891328474194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19855455699706714f,-0.5161191084393154f,-0.8331849457350415f,0.5453671047266633f,0.0018535339805936801f,0.8503070120347043f,-0.5262837159711443f,2.0778503964897013f,0.9800880839534174f,0.10295169347038197f,0.16978897639157658f,-0.41103840842129347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.23403358849997796f,-0.5161191084393154f,-0.823923142870516f,0.6579852516963042f,-0.2556254192924385f,0.8503070120347043f,-0.4600365532174354f,2.1348734379429835f,0.9380212814565498f,0.10295169347038197f,-0.3309335648528153f,-0.3174286261250954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015605613557224772f,7.388730096153144e-8f,-7.745909690404586e-7f,0.02765901558528176f,0f,0.000015554395346807816f,0.0000014837150653691706f,1.1802967130810949f,7.781069994302947e-7f,0.000001481874172107761f,-0.000015535096505508987f,0.6996587185255544f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2.mcfunction new file mode 100644 index 000000000..2d4de33ab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20.mcfunction new file mode 100644 index 000000000..a90a2fcf9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..52f17e8be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.658810948691139f,-0.11616614544038785f,-0.4684207563533543f,0.043084795571100926f,0.4810635178630669f,-0.09466133318441744f,-0.6531168105518367f,1.9071977520731258f,0.038606607081385975f,-0.8028007866822975f,0.14479251098172208f,-0.7460675212722079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,0.1418375617780138f,-0.45886114908083686f,0.043084795571100926f,0.3998884056453522f,-0.2660088552987212f,-0.6397878960507788f,1.9071977520731258f,-0.2660088552987213f,-0.7410272565645153f,0.1418375617780135f,-0.7460675212722079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.658810948691139f,0.11616614544038806f,0.4684207563533543f,-0.04308479557110073f,-0.4810635178630669f,-0.09466133318441744f,-0.6531168105518367f,1.9071977520731258f,-0.038606607081386135f,-0.8028007866822974f,0.14479251098172222f,-0.7460675212722078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6397878960507788f,-0.14183756177801363f,0.45886114908083686f,-0.04308479557110073f,-0.3998884056453522f,-0.2660088552987212f,-0.6397878960507788f,1.9071977520731258f,0.2660088552987212f,-0.7410272565645154f,0.1418375617780136f,-0.7460675212722078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.467349107095965f,-0.5284363650391286f,-0.09512021871771587f,-0.7141802771530301f,0.28057741100678474f,0.5186431634691963f,1.4469595140913218f,2.2423369284747943f,-0.45778724789732095f,-1.3759253348532026f,0.5819506496015787f,-1.4958624128581706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5154175776574486f,0.8327100129990415f,-0.20233327678081972f,-0.5572066202615259f,0.03642439258999667f,-0.21460969977898472f,-0.9760204610484473f,2.21851775730775f,-0.856164694592213f,-0.510427968485182f,0.08028265517477828f,-1.2263384298774964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7912401152362237f,0.5735764363510462f,-0.21201214989665462f,-0.29843749999999986f,0.1327694646459036f,-0.17729695222251693f,-0.9751605303693575f,2.1757282138831013f,-0.5969182098902724f,-0.7997348700634734f,0.06413102451974198f,-1.0312608719099385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5372041583506089f,-0.8433914458128856f,0.010127259277037509f,0.5617414539159407f,0.1641092341098382f,-0.11629291979968032f,-0.9795632272009537f,2.125643827314423f,0.8273329750050437f,-0.5245634622561084f,0.20088136433026388f,-1.2254128843879744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.8191520442889919f,-0.5735764363510459f,-2.6506208041798622e-17f,0.2984375000000002f,0.1241446624478131f,-0.17729695222251693f,-0.9762960071199334f,2.1757282138831013f,0.5599803845876068f,-0.7997348700634737f,0.21643961393810263f,-1.0312608719099383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772682e-18f,-1.223481206754078e-16f,-0.1562499999999999f,0f,-0.9990482215818575f,0.043619387365335716f,2.583474284174838f,-1.2246467991473532e-16f,0.043619387365335716f,0.9990482215818575f,-0.8622213830802934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676996e-17f,-1.1507915602278503e-16f,-0.1562499999999999f,0f,-0.9396926207859081f,-0.3420201433256689f,2.4051442918816948f,-1.2246467991473532e-16f,-0.3420201433256689f,0.9396926207859081f,-0.9204770810739444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757664e-17f,-1.2060416625018979e-16f,0.1562500000000001f,0f,-0.9848077530122079f,0.17364817766693003f,2.583474284174838f,-1.2246467991473532e-16f,0.17364817766693003f,0.9848077530122079f,-0.8622213830802934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676996e-17f,-1.1507915602278503e-16f,0.1562500000000001f,0f,-0.9396926207859081f,-0.3420201433256689f,2.4051442918816948f,-1.2246467991473532e-16f,-0.3420201433256689f,0.9396926207859081f,-0.9204770810739444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367547e-16f,-5.175581015019656e-17f,0.2937500000000002f,0f,-0.42261826174069916f,-0.90630778703665f,1.9738569686115723f,-1.2246467991473532e-16f,-0.90630778703665f,0.42261826174069916f,-1.5311399631186826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367547e-16f,-5.175581015019656e-17f,0.33125000000000016f,0f,-0.42261826174069916f,-0.90630778703665f,1.9417178962944737f,-1.2246467991473532e-16f,-0.90630778703665f,0.42261826174069916f,-1.3782310277009109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367547e-16f,-5.175581015019656e-17f,-0.29374999999999984f,0f,-0.42261826174069916f,-0.90630778703665f,1.9738569686115723f,-1.2246467991473532e-16f,-0.90630778703665f,0.42261826174069916f,-1.5311399631186826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367547e-16f,-5.175581015019656e-17f,-0.3312499999999998f,0f,-0.42261826174069916f,-0.90630778703665f,1.9417178962944737f,-1.2246467991473532e-16f,-0.90630778703665f,0.42261826174069916f,-1.3782310277009109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023098f,-5.175581015019656e-17f,0.19523827377799108f,-0.06611206169163855f,-0.41741512964387273f,-0.90630778703665f,1.9089073751320969f,-0.14177777382687395f,-0.8951496342466803f,0.42261826174069916f,-1.6186641561882396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.1102230246251565e-16f,-5.175581015019656e-17f,0.08005326181113298f,6.938893903907228e-18f,-0.42261826174069916f,-0.90630778703665f,1.9046484891491993f,-1.1102230246251565e-16f,-0.9063077870366502f,0.42261826174069916f,-1.6277973666522243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9711179668535092f,0.23673047290796967f,-0.029809019626209243f,0.059288902645004055f,-0.146759592255558f,-0.6911464785766412f,-0.7076568145874741f,1.9349500824652708f,-0.1881263313183167f,-0.6828434874463383f,0.7059272307517493f,-1.65698808201457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967418096823116f,-0.07494789643582332f,-0.029809019626209243f,0.088330623632823f,0.07399934093911448f,-0.7026705702592688f,-0.7076568145874741f,1.9271660829938848f,0.03209146883218848f,-0.7075569818123197f,0.7059272307517493f,-1.6635648151926097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08189960831908943f,-0.029809019626209243f,0.1446100421182233f,-0.036833608500734846f,-0.7055955768375564f,-0.7076568145874741f,1.8296614192331728f,-0.07898992833716577f,-0.7038659930018327f,0.7059272307517493f,-1.7146638575623616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765829f,-5.175581015019656e-17f,0.1250000000000002f,-0.036833608500734846f,-0.4210100716628341f,-0.90630778703665f,1.9243886853573104f,-0.07898992833716577f,-0.9028590122851736f,0.42261826174069916f,-1.5115205797981979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023076f,-5.175581015019656e-17f,-0.1952382737779907f,0.06611206169163855f,-0.41741512964387273f,-0.90630778703665f,1.9089073751320969f,0.14177777382687373f,-0.8951496342466803f,0.42261826174069916f,-1.6186641561882396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.1102230246251565e-16f,-5.175581015019656e-17f,-0.08005326181113259f,-6.938893903907228e-18f,-0.42261826174069916f,-0.90630778703665f,1.9046484891491993f,-1.3877787807814457e-16f,-0.9063077870366502f,0.42261826174069916f,-1.6277973666522243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711179668535093f,-0.2367304729079695f,0.02980901962620907f,-0.059288902645003624f,0.146759592255558f,-0.6911464785766412f,-0.7076568145874741f,1.9349500824652708f,0.18812633131831646f,-0.6828434874463384f,0.7059272307517493f,-1.65698808201457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967418096823115f,0.0749478964358235f,0.02980901962620907f,-0.08833062363282257f,-0.07399934093911448f,-0.7026705702592688f,-0.7076568145874741f,1.9271660829938848f,-0.03209146883218873f,-0.7075569818123196f,0.7059272307517493f,-1.6635648151926097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08189960831908925f,0.02980901962620907f,-0.14461004211822284f,0.036833608500734846f,-0.7055955768375564f,-0.7076568145874741f,1.8296614192331728f,0.07898992833716552f,-0.7038659930018327f,0.7059272307517493f,-1.7146638575623616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765807f,-5.175581015019656e-17f,-0.12499999999999982f,0.036833608500734846f,-0.4210100716628341f,-0.90630778703665f,1.9243886853573104f,0.07898992833716552f,-0.9028590122851736f,0.42261826174069916f,-1.5115205797981979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367547e-16f,-5.175581015019656e-17f,1.298425228718314e-16f,0f,-0.42261826174069916f,-0.90630778703665f,2.169302662844314f,-1.2246467991473532e-16f,-0.90630778703665f,0.42261826174069916f,-1.0602446596213113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.1956177801397682e-16f,-2.6506208041798622e-17f,8.500685611659011e-17f,0f,-0.21643961393810263f,-0.9762960071199334f,2.2504675180711025f,-1.2246467991473532e-16f,-0.9762960071199334f,0.21643961393810263f,-0.6941336569513364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211065f,-0.018863955312791707f,0.15519119872772197f,-0.007596123493895991f,0.30038200711210106f,-0.9537887337933759f,2.263782577629367f,0.08682408883346505f,-0.950015986770461f,-0.29988531554376885f,-0.031615109411676445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0852511806587945f,0.01812069783914326f,0.12500000000000006f,-0.007596123493895991f,-0.12219374988558909f,-0.9924771969152559f,2.2119152134304927f,0.08682408883346505f,-0.9888381686025168f,0.12108118727968804f,-0.38255807253096247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0850898036421109f,0.018863955312791787f,-0.1577390813077541f,0.007596123493895991f,0.30038200711210106f,-0.9537887337933759f,2.2692033741678515f,-0.0868240888334653f,-0.950015986770461f,-0.29988531554376885f,-0.03327654698358162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08525118065879475f,-0.018120697839143288f,-0.12499999999999994f,0.007596123493895991f,-0.12219374988558909f,-0.9924771969152559f,2.214638830391357f,-0.0868240888334653f,-0.9888381686025168f,0.12108118727968804f,-0.4136891568463295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042732f,-5.175581015019656e-17f,7.234088808379243e-17f,-0.12708376228184307f,-0.4030581999178557f,-0.9063077870366502f,2.220715177095239f,-0.27253200769780445f,-0.8643610990919675f,0.42261826174069916f,-0.5907081791595664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427295f,-5.175581015019656e-17f,7.234088808379243e-17f,0.12708376228184307f,-0.4030581999178557f,-0.9063077870366502f,2.220715177095239f,0.2725320076978042f,-0.8643610990919675f,0.42261826174069916f,-0.5907081791595664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367548e-16f,-5.175581015019656e-17f,7.234088808379243e-17f,0f,-0.42261826174069916f,-0.9063077870366502f,2.220715177095239f,-1.2246467991473532e-16f,-0.9063077870366502f,0.42261826174069916f,-0.5907081791595664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042732f,5.1755810150196606e-17f,7.506204314429489e-17f,0.1270837622818432f,0.403058199917856f,-0.90630778703665f,2.232069978940889f,-0.2725320076978044f,-0.8643610990919673f,-0.42261826174069955f,-0.6129280964646787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427295f,5.1755810150196606e-17f,7.506204314429489e-17f,-0.1270837622818432f,0.403058199917856f,-0.90630778703665f,2.232069978940889f,0.27253200769780417f,-0.8643610990919673f,-0.42261826174069955f,-0.6129280964646787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1099069304367546e-16f,5.1755810150196606e-17f,7.506204314429489e-17f,0f,0.42261826174069955f,-0.90630778703665f,2.232069978940889f,-1.2246467991473532e-16f,-0.90630778703665f,-0.42261826174069955f,-0.6129280964646787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566877f,1.0673500138323001e-17f,-0.1812499999999999f,0.029809019626209233f,0.08189960831908956f,-0.9961946980917455f,2.239696106431309f,-0.3407186534216101f,-0.9361168066628592f,-0.0871557427476584f,-0.7000951325477065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566855f,1.0673500138323001e-17f,0.18125000000000008f,-0.029809019626209233f,0.08189960831908956f,-0.9961946980917455f,2.239696106431309f,0.3407186534216099f,-0.9361168066628592f,-0.0871557427476584f,-0.7000951325477064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.1829179713786696e-16f,3.169619151431768e-17f,-0.007812499999999939f,0f,0.25881904510252096f,-0.9659258262890682f,2.22240113872982f,-1.2246467991473532e-16f,-0.9659258262890682f,-0.25881904510252096f,-0.5024127471451256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.2199866483456202e-16f,1.0673500138323001e-17f,8.878689293818311e-17f,0f,0.0871557427476584f,-0.9961946980917455f,2.2418750000000003f,-1.2246467991473532e-16f,-0.9961946980917455f,-0.0871557427476584f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7094290141876689f,0.23621937062122667f,-0.6640112068120713f,-0.7763794850400467f,0.6331107128543856f,0.20034179466546737f,0.7476857565710548f,2.177822935334951f,0.3096470556903836f,-0.9508225776944569f,-0.007424732233908201f,-2.1301397057354867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7094290141876689f,0.23621937062122667f,-0.6640112068120713f,-0.7098705149599528f,0.6331107128543856f,0.20034179466546737f,0.7476857565710548f,2.2371770646650497f,0.3096470556903836f,-0.9508225776944569f,-0.007424732233908201f,-2.101110294264513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7094290141876689f,0.23621937062122667f,-0.6640112068120713f,-0.643523318978189f,0.6331107128543856f,0.20034179466546737f,0.7476857565710548f,2.0953471365143423f,0.3096470556903836f,-0.9508225776944569f,-0.007424732233908201f,-2.1145112901649137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8860480865196083f,-0.027596889630439658f,-0.46277121783627195f,0.5241860377944363f,0.289604305252252f,-0.8124337527835553f,-0.5060442112280203f,1.8326533453660876f,-0.3620057109415561f,-0.582400042085124f,0.7278475501263602f,-1.7040388253437408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.17396911183936387f,-0.027596889630439658f,-0.9843643430196709f,0.5795639622055642f,0.577634253930455f,-0.8124337527835553f,-0.0793099364785737f,1.7873466546339136f,-0.7975421097421939f,-0.582400042085124f,0.1572792871525565f,-1.6434611746562593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5906978603853643f,-0.027596889630439658f,-0.8064207645013105f,0.6728381146751968f,0.4832713678098553f,-0.8124337527835553f,-0.3261904081870286f,1.8589285612280548f,-0.646161607333138f,-0.582400042085124f,0.49323966607309827f,-1.7477359499109648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,1.9135106236677393e-21f,4.248847104521534e-37f,-0.0072174999999998915f,0f,3.469446951953614e-21f,-0.000015625f,2.9293750000000003f,-1.9135106236677393e-21f,-0.000015625f,-3.469446951953614e-21f,-0.8911224999999998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21.mcfunction new file mode 100644 index 000000000..7409af08a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..037d3cf5c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6408996680785102f,-0.11300790340934097f,-0.4933774150367293f,0.04531184752869473f,0.4791401504784737f,-0.3920431152204138f,-0.5326080702094019f,1.919561416895955f,-0.16314648663322634f,-0.7074431807712493f,0.3739676648106573f,-0.6177326419344487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6223938005799987f,0.1379813836506401f,-0.4833084881992451f,0.04531184752869473f,0.2866671411563653f,-0.5344257378447012f,-0.5217385177561489f,1.919561416895955f,-0.412853372495395f,-0.5790943519798838f,0.36633567165125613f,-0.6177326419344487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6408996680785102f,0.11300790340934114f,0.4933774150367292f,-0.04531184752869459f,-0.4791401504784737f,-0.3920431152204138f,-0.5326080702094019f,1.919561416895955f,0.1631464866332262f,-0.7074431807712493f,0.3739676648106574f,-0.6177326419344487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6223938005799987f,-0.13798138365063994f,0.483308488199245f,-0.04531184752869459f,-0.2866671411563653f,-0.5344257378447012f,-0.5217385177561489f,1.919561416895955f,0.4128533724953949f,-0.5790943519798838f,0.36633567165125624f,-0.6177326419344487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4858053132740083f,-0.4794027692301613f,-0.06294287808146881f,-0.6773111505868432f,0.04584915235037613f,-0.06279374791662738f,1.5605643371714397f,1.9283434462341653f,-0.4813384217735767f,-1.4858116233483423f,-0.045644207162424295f,-1.4781391880502808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4413920622944352f,0.8731877079199613f,-0.20667915734526748f,-0.5430437124711815f,-0.3041935337304743f,-0.3623022999296279f,-0.8810240277667054f,2.01523669035524f,-0.8441796854817298f,-0.3260065493256021f,0.4255354138221417f,-1.2021796922397747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7477440205481926f,0.6284157148631814f,-0.2144121476209335f,-0.29843749999999986f,-0.12154015025644527f,-0.44699923158838917f,-0.8862390641553949f,2.0554922281035943f,-0.652768620270663f,-0.6366202763597671f,0.4106187430178373f,-0.988991079703873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.46437243322705907f,-0.8849353546162997f,0.03532225090371182f,0.5478131751138607f,0.46751361434353994f,-0.2788124985210674f,-0.8388650732220764f,1.9348659861986506f,0.7521896460748582f,-0.3730321820145869f,0.5431921644493922f,-1.1696981039335685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7774038206783943f,-0.6284157148631812f,0.027147539623914148f,0.2984375000000002f,0.33233052271971986f,-0.44699923158838917f,-0.8305107528673107f,2.0554922281035943f,0.5340409378160748f,-0.6366202763597674f,0.5563406334828876f,-0.9889910797038729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-5.189986950255089e-17f,-1.109234031764116e-16f,-0.15624999999999986f,0f,-0.9057583235724845f,0.4237945956228816f,2.496932496817343f,-1.2246467991473532e-16f,0.4237945956228816f,0.9057583235724845f,-0.9828417679525757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.500678516247619e-18f,-1.2234108207172055e-16f,-0.15624999999999986f,0f,-0.9989907470210935f,0.0449164487269097f,2.309902459555431f,-1.2246467991473532e-16f,0.0449164487269097f,0.9989907470210935f,-0.9681762416473984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-6.5934268368982e-17f,-1.0320014574246313e-16f,0.15625000000000014f,0f,-0.8426931407024058f,0.5383941591558317f,2.496932496817343f,-1.2246467991473532e-16f,0.5383941591558317f,0.8426931407024058f,-0.9828417679525757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.500678516247619e-18f,-1.2234108207172055e-16f,0.15625000000000014f,0f,-0.9989907470210935f,0.0449164487269097f,2.309902459555431f,-1.2246467991473532e-16f,0.0449164487269097f,0.9989907470210935f,-0.9681762416473984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,7.914195654015126e-17f,-9.345666665153099e-17f,0.2937500000000002f,0f,-0.763131596118972f,-0.6462431175686979f,1.6638926353662848f,-1.2246467991473532e-16f,-0.6462431175686979f,0.763131596118972f,-1.3525731849569573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,7.914195654015126e-17f,-9.345666665153099e-17f,0.33125000000000016f,0f,-0.763131596118972f,-0.6462431175686979f,1.698698792609091f,-1.2246467991473532e-16f,-0.6462431175686979f,0.763131596118972f,-1.2002492081247165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,7.914195654015126e-17f,-9.345666665153099e-17f,-0.29374999999999984f,0f,-0.763131596118972f,-0.6462431175686979f,1.6638926353662848f,-1.2246467991473532e-16f,-0.6462431175686979f,0.763131596118972f,-1.3525731849569573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,7.914195654015126e-17f,-9.345666665153099e-17f,-0.3312499999999998f,0f,-0.763131596118972f,-0.6462431175686979f,1.698698792609091f,-1.2246467991473532e-16f,-0.6462431175686979f,0.763131596118972f,-1.2002492081247165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876920441702696f,0.15638150144831192f,0.003041691556625832f,0.19513741387832634f,-0.11777452127895993f,-0.7307755775827086f,-0.6723810060867053f,1.5716086713860444f,-0.10292515737304382f,-0.6644636041300002f,0.740198980522335f,-1.4070342668879583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999953726468079f,-0.00005289088900890804f,0.003041691556625832f,0.07995240191146824f,-0.0020060349427858948f,-0.7402025118017622f,-0.6723810060867053f,1.5639183021993683f,0.002287030559505271f,-0.6723839964818581f,0.740198980522335f,-1.4135467061366105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707915945685226f,0.23879110641665163f,-0.02329135915777858f,0.05881900965062066f,-0.20730934716012556f,-0.8837293238222004f,-0.4195775456298856f,1.5796541759133786f,-0.12077464342794719f,-0.40249383810571254f,0.9074206278191963f,-1.4467234475418116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970681819672982f,-0.07288726292714139f,-0.02329135915777858f,0.08788680963299673f,0.07592447398300932f,-0.904538643427468f,-0.4195775456298856f,1.5702088128035583f,0.00951392447049116f,-0.42011580480789473f,0.9074206278191963f,-1.450344738044963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08398592788366006f,-0.02329135915777858f,0.1445980962104104f,-0.0665113010739549f,-0.9052794762020459f,-0.4195775456298856f,1.4613037129387954f,-0.056323798907262176f,-0.4164317877934748f,0.9074206278191963f,-1.464806886205954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710264982404574f,0.003041691556625832f,0.12500000000000014f,-0.0665113010739549f,-0.737210980305692f,-0.6723810060867053f,1.6271761835075758f,-0.056323798907262176f,-0.6700247002240662f,0.740198980522335f,-1.3140513286555393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876920441702697f,-0.15638150144831175f,-0.003041691556626013f,-0.195137413878326f,0.11777452127895993f,-0.7307755775827086f,-0.6723810060867053f,1.5716086713860444f,0.10292515737304357f,-0.6644636041300002f,0.740198980522335f,-1.4070342668879583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999953726468079f,0.00005289088900906069f,-0.003041691556626013f,-0.07995240191146791f,0.0020060349427858948f,-0.7402025118017622f,-0.6723810060867053f,1.5639183021993683f,-0.0022870305595055207f,-0.6723839964818581f,0.740198980522335f,-1.4135467061366105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707915945685226f,-0.23879110641665152f,0.02329135915777836f,-0.05881900965062034f,0.20730934716012556f,-0.8837293238222004f,-0.4195775456298856f,1.5796541759133786f,0.12077464342794694f,-0.4024938381057126f,0.9074206278191963f,-1.4467234475418116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970681819672982f,0.0728872629271415f,0.02329135915777836f,-0.08788680963299642f,-0.07592447398300932f,-0.904538643427468f,-0.4195775456298856f,1.5702088128035583f,-0.00951392447049141f,-0.4201158048078947f,0.9074206278191963f,-1.450344738044963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08398592788365995f,0.02329135915777836f,-0.14459809621041006f,0.0665113010739549f,-0.9052794762020459f,-0.4195775456298856f,1.4613037129387954f,0.05632379890726193f,-0.4164317877934748f,0.9074206278191963f,-1.464806886205954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08710264982404557f,-0.003041691556626013f,-0.12499999999999983f,0.0665113010739549f,-0.737210980305692f,-0.6723810060867053f,1.6271761835075758f,0.05632379890726193f,-0.6700247002240662f,0.740198980522335f,-1.3140513286555393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,7.914195654015126e-17f,-9.345666665153099e-17f,1.2328514346136611e-16f,0f,-0.763131596118972f,-0.6462431175686979f,2.038476223942571f,-1.2246467991473532e-16f,-0.6462431175686979f,0.763131596118972f,-1.0066995932802993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.0022590967835968e-16f,-7.037304068863205e-17f,8.570042733198123e-17f,0f,-0.5746394857491033f,-0.8184066601745161f,2.253966031098485f,-1.2246467991473532e-16f,-0.8184066601745161f,0.5746394857491033f,-0.6997970957148559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211065f,-0.018863955312791763f,0.15602237848025324f,0.026316135203633136f,-0.08732731089861895f,-0.9958320148494726f,2.520598133026135f,0.0830878121136912f,-0.9925389997815516f,0.08923423889291021f,-0.0931791901913892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879453f,0.018120697839143215f,0.12583333333333338f,0.026316135203633136f,-0.49242927818636206f,-0.8699545200829769f,2.3379759804492704f,0.0830878121136912f,-0.8661672137532913f,0.49279891771088535f,-0.3972942801741102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9959891802462176f,0.08702583252003873f,0.020785988229128832f,-0.15824791356907042f,-0.027016044603945744f,-0.07103424081130633f,-0.9971079530152785f,2.547954216679932f,-0.08529763283013739f,-0.9936702879258066f,0.0731004290481223f,-0.1180868254366344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9959891802462176f,0.08506236915885995f,-0.02774790416498417f,-0.12583333333333327f,-0.027016044603945744f,-0.5815541210774613f,-0.8130590000681248f,2.3225819512261054f,-0.08529763283013739f,-0.8090483283530738f,0.5815196610800634f,-0.42519856056756133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042731f,-9.158981170060671e-17f,7.260302296578135e-17f,-0.22489412925467406f,-0.7132730514261248f,-0.6638254173621604f,2.2665585069352803f,-0.1996161528591463f,-0.6331015528758087f,0.7478875685983511f,-0.5928486729098578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.300705799504273f,-9.158981170060671e-17f,7.260302296578135e-17f,0.22489412925467406f,-0.7132730514261248f,-0.6638254173621604f,2.2665585069352803f,0.19961615285914608f,-0.6331015528758087f,0.7478875685983511f,-0.5928486729098578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,8.129516725652256e-17f,-9.158981170060671e-17f,7.260302296578135e-17f,0f,-0.7478875685983511f,-0.6638254173621604f,2.2665585069352803f,-1.2246467991473532e-16f,-0.6638254173621604f,0.7478875685983511f,-0.5928486729098578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042732f,3.4029149946137527e-18f,7.565266076500677e-17f,0.008355684878389846f,0.026500846730486128f,-0.9996138692779228f,2.2681514792289685f,-0.3005896877567778f,-0.9533486913333773f,-0.027786909637807333f,-0.6177508553297089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427295f,3.4029149946137527e-18f,7.565266076500677e-17f,-0.008355684878389846f,0.026500846730486128f,-0.9996138692779228f,2.2681514792289685f,0.3005896877567776f,-0.9533486913333773f,-0.027786909637807333f,-0.6177508553297089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.2241739253945089e-16f,3.4029149946137527e-18f,7.565266076500677e-17f,0f,0.027786909637807333f,-0.9996138692779228f,2.2681514792289685f,-1.2246467991473532e-16f,-0.9996138692779228f,-0.027786909637807333f,-0.6177508553297089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566877f,-3.867152003229737e-17f,-0.1812499999999999f,-0.10800206911312368f,-0.2967332461426849f,-0.948833459412614f,2.2405209983002474f,-0.32452015578049237f,-0.8916118001647991f,0.31577692489966896f,-0.7007737830283126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566855f,-3.867152003229737e-17f,0.18125000000000008f,0.10800206911312368f,-0.2967332461426849f,-0.948833459412614f,2.2405209983002474f,0.32452015578049215f,-0.8916118001647991f,0.31577692489966896f,-0.7007737830283125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.2159278159266122e-16f,-1.4587436072797586e-17f,-0.0078124999999999375f,0f,-0.11911545502714685f,-0.9928804099052795f,2.301648368327897f,-1.2246467991473532e-16f,-0.9928804099052795f,0.11911545502714685f,-0.5119912821131717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.1674873042823423e-16f,-3.697744947956885e-17f,8.878689293818311e-17f,0f,-0.30194378906076424f,-0.9533257304025884f,2.2341828029596327f,-1.2246467991473532e-16f,-0.9533257304025884f,0.30194378906076424f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.583151102051948f,0.37276912498114145f,-0.7217880378867418f,-0.7740435412420181f,0.8123278495552547f,-0.25923057861341514f,0.522420302006621f,1.6407716151564204f,0.007632628153770082f,-0.8909784995007164f,-0.45398133928050177f,-1.9694554239233755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.583151102051948f,0.37276912498114145f,-0.7217880378867418f,-0.719373125424648f,0.8123278495552547f,-0.25923057861341514f,0.522420302006621f,1.7169273510522256f,0.007632628153770082f,-0.8909784995007164f,-0.45398133928050177f,-1.9687398650339594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.583151102051948f,0.37276912498114145f,-0.7217880378867418f,-0.6384401276503218f,0.8123278495552547f,-0.25923057861341514f,0.522420302006621f,1.6004864378033299f,0.007632628153770082f,-0.8909784995007164f,-0.45398133928050177f,-1.9010004435865921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8807148403453593f,0.02741482569854567f,-0.4728528284015718f,0.5398032435038072f,0.12822285698209462f,-0.9472460114856174f,-0.29374120016085403f,1.4996898936232812f,-0.4559608195259734f,-0.31933277479223443f,0.8307384124986004f,-1.483613994225767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.22252216160048816f,0.02741482569854567f,-0.9745421052620376f,0.5966134231628598f,0.3056543705841918f,-0.9472460114856174f,-0.09643857872952677f,1.4773477829031565f,-0.9257749690607473f,-0.31933277479223443f,0.20240376874965604f,-1.4124627744493228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6059752496965612f,0.02741482569854567f,-0.7950109584698241f,0.6874599771038071f,0.23831584768132855f,-0.9472460114856174f,-0.21431413968406146f,1.520665959215828f,-0.7589463442820711f,-0.31933277479223443f,0.567474250908684f,-1.5331595219738474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,1.775328317093684e-21f,-7.139553721449325e-22f,-0.007217499999999861f,0f,-0.000005829888034999283f,-0.00001449665583848124f,2.8100532230467805f,-1.9135106236677393e-21f,-0.00001449665583848124f,0.000005829888034999283f,-1.1356411989497668f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22.mcfunction new file mode 100644 index 000000000..f0ca98f34 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..0fa576536 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6220720040282721f,-0.10968807825356922f,-0.5176286233756136f,0.047652840726603654f,0.38663443199037734f,-0.6396484100073897f,-0.3291020693021256f,1.962061069867968f,-0.36122663557408413f,-0.49574477456499905f,0.5391631299409954f,-0.5035977371269132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6041097820854915f,0.13392791433874301f,-0.5070647739189684f,0.047652840726603654f,0.11012648741048486f,-0.7238367335645579f,-0.32238570054085774f,1.962061069867968f,-0.5127606926815359f,-0.3132470221781296f,0.5281598007585261f,-0.5035977371269132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6220720040282721f,0.10968807825356933f,0.5176286233756133f,-0.04765284072660354f,-0.38663443199037734f,-0.6396484100073897f,-0.3291020693021256f,1.962061069867968f,0.361226635574084f,-0.495744774564999f,0.5391631299409956f,-0.5035977371269132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6041097820854915f,-0.1339279143387429f,0.5070647739189682f,-0.04765284072660354f,-0.11012648741048486f,-0.7238367335645579f,-0.32238570054085774f,1.962061069867968f,0.5127606926815358f,-0.3132470221781296f,0.5281598007585263f,-0.5035977371269132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5011856631408305f,-0.43219754031453256f,-0.03245213284966808f,-0.6373577502523671f,-0.16216258343709603f,-0.6685898330810778f,1.4028888700227202f,1.6019570358899582f,-0.4019342624278641f,-1.344469847652481f,-0.6872087946467825f,-1.3253871141834532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.36442878653979177f,0.9076208421875567f,-0.20836522350883116f,-0.5277812847383603f,-0.6345980129894582f,-0.4058017128318453f,-0.657731200242601f,1.8021338127739894f,-0.681525510491696f,-0.10746802635896316f,0.7238602087831203f,-1.093823381557518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7009128623199292f,0.6802945776000778f,-0.21429056704021218f,-0.2984374999999999f,-0.4029687502988739f,-0.6256028265048192f,-0.6680099473449068f,1.9342832232077956f,-0.5885043293953308f,-0.38186436225067233f,0.7126305235715344f,-0.901743953031788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3876795680530136f,-0.9200010859251155f,0.05746785545709047f,0.5324976573310749f,0.7421936113552838f,-0.3485107468443194f,-0.5724411782859588f,1.7445101660274653f,0.5466746708762268f,-0.1792714735551173f,0.817929424211983f,-1.0376097211602582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7311534000591144f,-0.6802945776000779f,0.051127226307791866f,0.29843750000000013f,0.5429102293025655f,-0.6256028265048192f,-0.5602406504242771f,1.9342832232077956f,0.4131140139242826f,-0.38186436225067255f,0.826750518803741f,-0.901743953031788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-9.186260568145853e-17f,-8.098678598408162e-17f,-0.1562499999999999f,0f,-0.6613072931760225f,0.7501151004960518f,2.344154910532328f,-1.2246467991473532e-16f,0.7501151004960518f,0.6613072931760225f,-1.0662901429521794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.3877679955649283e-17f,-1.0997633122274631e-16f,-0.1562499999999999f,0f,-0.8980248941924815f,0.43994464357528223f,2.178524896893583f,-1.2246467991473532e-16f,0.43994464357528223f,0.8980248941924815f,-0.978187866693111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.0164760514993307e-16f,-6.830345667608541e-17f,0.1562500000000001f,0f,-0.5577400498138807f,0.8300156846913255f,2.344154910532328f,-1.2246467991473532e-16f,0.8300156846913255f,0.5577400498138807f,-1.0662901429521794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.3877679955649283e-17f,-1.0997633122274631e-16f,0.1562500000000001f,0f,-0.8980248941924815f,0.43994464357528223f,2.178524896893583f,-1.2246467991473532e-16f,0.43994464357528223f,0.8980248941924815f,-0.978187866693111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,3.0799919154882285e-17f,-1.1852832069455508e-16f,0.2937500000000001f,0f,-0.9678571876975395f,-0.2515004258887248f,1.4267819579565209f,-1.2246467991473532e-16f,-0.2515004258887248f,0.9678571876975395f,-1.0544453079947964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,3.0799919154882285e-17f,-1.1852832069455508e-16f,0.3312500000000001f,0f,-0.9678571876975395f,-0.2515004258887248f,1.5241859414916452f,-1.2246467991473532e-16f,-0.2515004258887248f,0.9678571876975395f,-0.9322711434120615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,3.0799919154882285e-17f,-1.1852832069455508e-16f,-0.2937499999999999f,0f,-0.9678571876975395f,-0.2515004258887248f,1.4267819579565209f,-1.2246467991473532e-16f,-0.2515004258887248f,0.9678571876975395f,-1.0544453079947966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,3.0799919154882285e-17f,-1.1852832069455508e-16f,-0.3312499999999999f,0f,-0.9678571876975395f,-0.2515004258887248f,1.5241859414916452f,-1.2246467991473532e-16f,-0.2515004258887248f,0.9678571876975395f,-0.9322711434120616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877031503834297f,0.1562226752005331f,0.006079677280626646f,0.19502506278387288f,-0.15001859333766954f,-0.9360972539450894f,-0.31814517568155876f,1.3221980068598955f,-0.04401032123984974f,-0.31514505693355194f,0.9480225127678739f,-1.0668246127936925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999814962249487f,-0.00021149911663483068f,0.006079677280626646f,0.07984005081701478f,-0.001733742365570376f,-0.9480404217795569f,-0.31814517568155876f,1.3124445395270978f,0.005831067237027164f,-0.31814982938886477f,0.9480225127678739f,-1.0693590788484684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705462242331188f,0.24034031374346404f,-0.01663009971497735f,0.05838385894493853f,-0.23888173436504512f,-0.9690089182526188f,-0.06290654444203522f,1.3146388738750288f,-0.031233693562959314f,-0.05708108212519285f,0.9978808578431757f,-1.1006349074128718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.997313552302702f,-0.07133805560032898f,-0.01663009971497735f,0.08747126540720226f,0.07225019334917931f,-0.9954007616168318f,-0.06290654444203522f,1.3045807370667497f,-0.01206598335702182f,-0.0639390772203973f,0.9978808578431757f,-1.10078421998766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08555444627467287f,-0.01663009971497735f,0.1445622730412205f,-0.08435431206743867f,-0.9944481468140969f,-0.06290654444203522f,1.1979330534859107f,-0.02191970641968429f,-0.061264345427358535f,0.9978808578431757f,-1.0752394951814748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08694343573875724f,0.006079677280626646f,0.12500000000000014f,-0.08435431206743867f,-0.9442817361498524f,-0.31814517568155876f,1.4103964441196273f,-0.02191970641968429f,-0.3174473842320351f,0.9480225127678739f,-1.003813833729267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877031503834297f,-0.156222675200533f,-0.006079677280626879f,-0.1950250627838726f,0.15001859333766954f,-0.9360972539450894f,-0.31814517568155876f,1.3221980068598955f,0.044010321239849506f,-0.315145056933552f,0.9480225127678739f,-1.0668246127936925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999814962249487f,0.00021149911663491394f,-0.006079677280626879f,-0.07984005081701451f,0.001733742365570376f,-0.9480404217795569f,-0.31814517568155876f,1.3124445395270978f,-0.005831067237027407f,-0.3181498293888647f,0.9480225127678739f,-1.0693590788484684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9705462242331188f,-0.24034031374346398f,0.016630099714977104f,-0.05838385894493825f,0.23888173436504512f,-0.9690089182526188f,-0.06290654444203522f,1.3146388738750288f,0.03123369356295907f,-0.05708108212519288f,0.9978808578431757f,-1.1006349074128718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.997313552302702f,0.071338055600329f,0.016630099714977104f,-0.08747126540720199f,-0.07225019334917931f,-0.9954007616168318f,-0.06290654444203522f,1.3045807370667497f,0.012065983357021578f,-0.06393907722039725f,0.9978808578431757f,-1.10078421998766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08555444627467285f,0.016630099714977104f,-0.1445622730412202f,0.08435431206743867f,-0.9944481468140969f,-0.06290654444203522f,1.1979330534859107f,0.02191970641968405f,-0.061264345427358535f,0.9978808578431757f,-1.0752394951814748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08694343573875715f,-0.006079677280626879f,-0.12499999999999988f,0.08435431206743867f,-0.9442817361498524f,-0.31814517568155876f,1.4103964441196273f,0.02191970641968405f,-0.3174473842320351f,0.9480225127678739f,-1.003813833729267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,3.0799919154882285e-17f,-1.1852832069455508e-16f,1.1085079129646569e-16f,0f,-0.9678571876975395f,-0.2515004258887248f,1.914282641123639f,-1.2246467991473532e-16f,-0.2515004258887248f,0.9678571876975395f,-0.9051654025768436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,6.380464065634295e-17f,-1.0453021408824115e-16f,8.692405105033709e-17f,0f,-0.8535539729579104f,-0.5210044292016787f,2.2343653809828554f,-1.2246467991473532e-16f,-0.5210044292016787f,0.8535539729579104f,-0.7097887416262142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211066f,-0.018863955312791808f,0.15685355823278457f,0.057294428131902976f,-0.47625497694601704f,-0.8774386277336936f,2.7209711057768007f,0.06567702793925866f,-0.8751805083811545f,0.4793178546129595f,-0.2600525124434155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879456f,0.018120697839143173f,0.12666666666666673f,0.057294428131902976f,-0.7972414538498024f,-0.6009354480878057f,2.4321407623708025f,0.06567702793925866f,-0.5976104922604146f,0.7990921270675435f,-0.4659639612677524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9957782687026044f,0.08892075625277651f,0.0227758355956056f,-0.15841139998367584f,-0.060341738639024506f,-0.4471556171361226f,-0.8924184717057536f,2.7453215838103886f,-0.06917018257647878f,-0.8900252542321749f,0.45063347930584213f,-0.32364306001052623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9957782687026044f,0.08376840017682476f,-0.03752991755198903f,-0.12666666666666662f,-0.060341738639024506f,-0.9054911939957118f,-0.42005305876072385f,2.4021781500857635f,-0.06917018257647878f,-0.41601508713992075f,0.906723184392183f,-0.481295444074592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042731f,-1.1696699186566497e-16f,7.554628391928719e-17f,-0.287206505819173f,-0.910902661060989f,-0.29625793674963485f,2.288941601006122f,-0.08908647972978542f,-0.2825462160718228f,0.9551079702907153f,-0.6168822224651667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.300705799504273f,-1.1696699186566497e-16f,7.554628391928719e-17f,0.287206505819173f,-0.910902661060989f,-0.29625793674963485f,2.288941601006122f,0.0890864797297852f,-0.2825462160718229f,0.9551079702907153f,-0.6168822224651667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.628113339624391e-17f,-1.1696699186566497e-16f,7.554628391928719e-17f,0f,-0.9551079702907153f,-0.29625793674963485f,2.288941601006122f,-1.2246467991473532e-16f,-0.29625793674963485f,0.9551079702907153f,-0.6168822224651667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042732f,-4.739197248530467e-17f,7.840489693354564e-17f,-0.11636858060789589f,-0.3690739854143872f,-0.922086084233812f,2.280121674611281f,-0.27727663317129303f,-0.8794091285828439f,0.38698482303877973f,-0.6402245691421737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427295f,-4.739197248530467e-17f,7.840489693354564e-17f,0.11636858060789589f,-0.3690739854143872f,-0.922086084233812f,2.280121674611281f,0.2772766331712928f,-0.8794091285828439f,0.38698482303877973f,-0.6402245691421737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.1292297715952544e-16f,-4.739197248530467e-17f,7.840489693354564e-17f,0f,-0.38698482303877973f,-0.922086084233812f,2.280121674611281f,-1.2246467991473532e-16f,-0.922086084233812f,0.38698482303877973f,-0.6402245691421737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566877f,-8.31558196617917e-17f,-0.1812499999999999f,-0.23223810635761397f,-0.6380689531544455f,-0.7341208844433047f,2.2207075298515617f,-0.2510841301156658f,-0.689847977876198f,0.6790187972539349f,-0.7044601465309629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566855f,-8.31558196617917e-17f,0.18125000000000008f,0.23223810635761397f,-0.6380689531544455f,-0.7341208844433047f,2.2207075298515617f,0.2510841301156656f,-0.689847977876198f,0.6790187972539349f,-0.7044601465309629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.0644683921845055e-16f,-6.055302013128591e-17f,-0.007812499999999932f,0f,-0.49445293266144386f,-0.86920440483381f,2.3530497504959165f,-1.2246467991473532e-16f,-0.86920440483381f,0.49445293266144386f,-0.5566265748240392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.228440893011113e-17f,-8.050581156064825e-17f,8.878689293818313e-17f,0f,-0.6573798389600947f,-0.7535593854029026f,2.20616644272827f,-1.2246467991473532e-16f,-0.7535593854029026f,0.6573798389600947f,-0.7250000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4467140163341286f,0.5237782238659711f,-0.7253295525583118f,-0.7712313861823286f,0.8022946645149505f,-0.5933043039063267f,0.06567552251084385f,1.1822536635109495f,-0.395941736751097f,-0.6112662064682114f,-0.6852618229031056f,-1.6046537484393486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4467140163341286f,0.5237782238659711f,-0.7253295525583118f,-0.729351947151004f,0.8022946645149505f,-0.5933043039063267f,0.06567552251084385f,1.2574687883092261f,-0.395941736751097f,-0.6112662064682114f,-0.6852618229031056f,-1.641773286259764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4467140163341286f,0.5237782238659711f,-0.7253295525583118f,-0.6414922337829195f,0.8022946645149505f,-0.5933043039063267f,0.06567552251084385f,1.2100098975334612f,-0.395941736751097f,-0.6112662064682114f,-0.6852618229031056f,-1.5204242439140905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8785435878050033f,0.08798842012514063f,-0.46948823441125137f,0.5550468981741002f,-0.08242497687975908f,-0.9960692680808202f,-0.03243665166613943f,1.2419861788137856f,-0.47049685175682476f,0.01020054453551511f,0.8823427119765287f,-1.145027073839601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.28236191874214256f,0.08798842012514063f,-0.9552642486600957f,0.6140364351592336f,-0.03476024980076186f,-0.9960692680808202f,-0.08147231565831378f,1.2479407567052645f,-0.958677981325348f,0.01020054453551511f,0.2843105291985063f,-1.07240586462071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6292217278414222f,0.08798842012514063f,-0.7722292762749525f,0.7003760581079098f,-0.06351549750910895f,-0.9960692680808202f,-0.06173973405441313f,1.254224427867687f,-0.7746262316681676f,0.01020054453551511f,0.6323370541908433f,-1.203567027358782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,1.3585471228741485e-21f,-1.347543179946259e-21f,-0.007217499999999838f,0f,-0.000011003525105234188f,-0.000011093379118126319f,2.577287405570995f,-1.9135106236677393e-21f,-0.000011093379118126319f,0.000011003525105234188f,-1.3270981364735643f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23.mcfunction new file mode 100644 index 000000000..0a99c0f55 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..5838bfdb8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6023548770716156f,-0.10621141678905653f,-0.5411397060428523f,0.05010442792109984f,0.21952947220993063f,-0.7813248147233652f,-0.09100983009088921f,2.007373863487327f,-0.5058852215114733f,-0.21259142335852724f,0.6048383865257951f,-0.4290462704963335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5849619837727476f,0.12968294965144417f,-0.53009603857259f,0.05010442792109984f,-0.09421839255437875f,-0.7894141679967509f,-0.08915248661964659f,2.007373863487327f,-0.5375336008521893f,-0.0027575234719355163f,0.5924947459844524f,-0.4290462704963335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6023548770716158f,0.10621141678905659f,0.541139706042852f,-0.05010442792109973f,-0.21952947220993063f,-0.7813248147233652f,-0.09100983009088921f,2.007373863487327f,0.5058852215114731f,-0.21259142335852718f,0.6048383865257954f,-0.4290462704963335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5849619837727478f,-0.12968294965144417f,0.5300960385725898f,-0.05010442792109973f,0.09421839255437875f,-0.7894141679967509f,-0.08915248661964659f,2.007373863487327f,0.537533600852189f,-0.002757523471935558f,0.5924947459844526f,-0.4290462704963335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.513829926786569f,-0.3869222159984806f,-0.004049880516456006f,-0.5946090448062772f,-0.2927419947895211f,-1.1559193763415487f,1.0097320287506069f,1.3257901041466362f,-0.2530362172733863f,-0.9775212755561847f,-1.1924055847667712f,-1.0636408599385918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2851275920153067f,0.9358125985166029f,-0.20726079399914574f,-0.5115157050758776f,-0.8711438321028999f,-0.3432004989042128f,-0.35117209647261793f,1.6125783374519198f,-0.3997632800303539f,0.08042510807890095f,0.913083305032936f,-0.9201058037221901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6510429858044682f,0.7289686274214116f,-0.21153668918215224f,-0.2984374999999999f,-0.6395926581403502f,-0.6769268068583766f,-0.36426821136284027f,1.8219872198517633f,-0.40873495359188955f,-0.10185695063109486f,0.9069514316215451f,-0.786851857744254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.30782214294340726f,-0.9483872243069194f,0.07620499383337971f,0.515925017796158f,0.9182496921290069f,-0.3171000237621427f,-0.23720260925005116f,1.5821174659163535f,0.24912452954037345f,-0.0030410033649246465f,0.9684666855807801f,-0.852309449930584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6807970852570658f,-0.7289686274214112f,0.07155465701704526f,0.29843750000000013f,0.7013516437425494f,-0.6769268068583768f,-0.2233292859795717f,1.8219872198517633f,0.21123730855392697f,-0.10185695063109504f,0.9721131421203126f,-0.786851857744254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.160973819528968e-16f,-3.897429576402589e-17f,-0.15624999999999986f,0f,-0.3182492763722676f,0.9480070664760507f,2.1406362057198733f,-1.2246467991473532e-16f,0.9480070664760507f,0.3182492763722676f,-1.0930916361187366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-9.234517768743699e-17f,-8.043609876476023e-17f,-0.1562499999999999f,0f,-0.6568105907822808f,0.7540555999634447f,2.022197067447967f,-1.2246467991473532e-16f,0.7540555999634447f,0.6568105907822808f,-0.9476011449332016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2019131917668847e-16f,-2.3487116067877984e-17f,0.15625000000000014f,0f,-0.1917868571103981f,0.9814366008253996f,2.1406362057198733f,-1.2246467991473532e-16f,0.9814366008253996f,0.1917868571103981f,-1.0930916361187366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.234517768743699e-17f,-8.043609876476023e-17f,0.1562500000000001f,0f,-0.6568105907822808f,0.7540555999634447f,2.022197067447967f,-1.2246467991473532e-16f,0.7540555999634447f,0.6568105907822808f,-0.9476011449332015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.2197440509081322e-17f,-1.20436171732019e-16f,0.2937500000000001f,0f,-0.983435973669072f,0.18125585699106084f,1.3021226937139105f,-1.2246467991473532e-16f,0.18125585699106084f,0.983435973669072f,-0.7069119793899598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.2197440509081322e-17f,-1.20436171732019e-16f,0.3312500000000001f,0f,-0.983435973669072f,0.18125585699106084f,1.4420449270154565f,-1.2246467991473532e-16f,0.18125585699106084f,0.983435973669072f,-0.6373718389823668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.2197440509081322e-17f,-1.20436171732019e-16f,-0.2937499999999999f,0f,-0.983435973669072f,0.18125585699106084f,1.3021226937139105f,-1.2246467991473532e-16f,0.18125585699106084f,0.983435973669072f,-0.7069119793899599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.2197440509081322e-17f,-1.20436171732019e-16f,-0.3312499999999999f,0f,-0.983435973669072f,0.18125585699106084f,1.4420449270154565f,-1.2246467991473532e-16f,0.18125585699106084f,0.983435973669072f,-0.6373718389823669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987721645703408f,0.1559581798022121f,0.009110255854363515f,0.19490135737713282f,-0.15479054068022557f,-0.9848746974364566f,0.07785704120611651f,1.2028294617928268f,0.021114902909426733f,0.07549090344027136f,0.9969229079386713f,-0.6778192161484783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999958387640705f,-0.0004756314431840908f,0.009110255854363515f,0.07971634541027474f,0.0011835341608551764f,-0.9969638310297514f,0.07785704120611651f,1.1929190010709327f,0.00904556432135656f,0.07786458368996199f,0.9969229079386713f,-0.6759926315009579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703833686370094f,0.24136854351007336f,-0.009866310177363958f,0.05798595616002339f,-0.23371969232653284f,-0.9277375181433406f,0.2909951938572617f,1.1856681904402242f,0.061083739992578684f,0.28468284745144085f,0.956673639793351f,-0.7009447435501244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974764078988114f,-0.07030982583371964f,-0.009866310177363958f,0.08708637570703698f,0.06440602305188094f,-0.9545541688906999f,0.2909951938572617f,1.176167876237736f,-0.029877748909925075f,0.2896253908838394f,0.956673639793351f,-0.6977548787815506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08659549305466197f,-0.009866310177363958f,0.14450261625566693f,-0.08571209272989437f,-0.952877344841316f,0.2909951938572617f,1.085192195945361f,0.015797488843419093f,0.2907335313836079f,0.956673639793351f,-0.6368250384087794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08667829446963062f,0.009110255854363515f,0.12500000000000008f,-0.08571209272989437f,-0.9932732344599298f,0.07785704120611651f,1.3086786736988447f,0.015797488843419093f,0.0767799125640616f,0.9969229079386713f,-0.6541005187356932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987721645703408f,-0.15595817980221216f,-0.009110255854363758f,-0.19490135737713266f,0.15479054068022557f,-0.9848746974364566f,0.07785704120611651f,1.2028294617928268f,-0.021114902909426976f,0.07549090344027135f,0.9969229079386713f,-0.6778192161484783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999958387640705f,0.00047563144318406303f,-0.009110255854363758f,-0.07971634541027456f,-0.0011835341608551764f,-0.9969638310297514f,0.07785704120611651f,1.1929190010709327f,-0.009045564321356803f,0.077864583689962f,0.9969229079386713f,-0.6759926315009579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703833686370094f,-0.24136854351007342f,0.00986631017736373f,-0.05798595616002321f,0.23371969232653284f,-0.9277375181433406f,0.2909951938572617f,1.1856681904402242f,-0.06108373999257893f,0.2846828474514408f,0.956673639793351f,-0.7009447435501244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974764078988114f,0.07030982583371959f,0.00986631017736373f,-0.08708637570703681f,-0.06440602305188094f,-0.9545541688906999f,0.2909951938572617f,1.176167876237736f,0.029877748909924833f,0.28962539088383943f,0.956673639793351f,-0.6977548787815506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08659549305466203f,0.00986631017736373f,-0.14450261625566677f,0.08571209272989437f,-0.952877344841316f,0.2909951938572617f,1.085192195945361f,-0.015797488843419336f,0.2907335313836079f,0.956673639793351f,-0.6368250384087794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08667829446963064f,-0.009110255854363758f,-0.1249999999999999f,0.08571209272989437f,-0.9932732344599298f,0.07785704120611651f,1.3086786736988447f,-0.015797488843419336f,0.0767799125640616f,0.9969229079386713f,-0.6541005187356932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.2197440509081322e-17f,-1.20436171732019e-16f,9.524402928655878e-17f,0f,-0.983435973669072f,0.18125585699106084f,1.8070253646732735f,-1.2246467991473532e-16f,0.18125585699106084f,0.983435973669072f,-0.7777265196207704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.822208982858146e-17f,-1.2110141728690745e-16f,8.841074560084073e-17f,0f,-0.9888681158618382f,-0.14879465525299534f,2.1778509081214628f,-1.2246467991473532e-16f,-0.14879465525299534f,0.9888681158618382f,-0.7219285239008972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211069f,-0.018863955312791843f,0.15768473798531588f,0.07829696011630058f,-0.7786500951492984f,-0.622554106371916f,2.800867289744729f,0.038284586068578534f,-0.6216620903997085f,0.7823493694184345f,-0.4963886308454548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0852511806587946f,0.018120697839143156f,0.12750000000000006f,0.07829696011630058f,-0.9667104112505238f,-0.24359919297154775f,2.4547686290006907f,0.038284586068578534f,-0.24125342894169283f,0.969706694569772f,-0.5740021879662367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.99556196460308f,0.09077287174992388f,0.024832647662453196f,-0.15822914494352924f,-0.08454284964154032f,-0.7467605949086806f,-0.6596977493262509f,2.792071267975899f,-0.04133861645173402f,-0.6588694101610008f,0.7511206422033356f,-0.5949183009241075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.99556196460308f,0.08133544385555615f,-0.04733835874294062f,-0.12749999999999995f,-0.08454284964154032f,-0.9939411351985135f,0.07023906558873005f,2.418458732571f,-0.04133861645173402f,0.07392946187488247f,0.996406319458456f,-0.5708850705053239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427306f,-1.2169121044683916e-16f,8.055073041633992e-17f,-0.29880658452328585f,-0.9476934103859576f,0.1122133011570432f,2.2644745843383656f,0.03374319043944233f,0.10701972741288776f,0.9936841424936993f,-0.6577466292519808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427306f,-1.2169121044683916e-16f,8.055073041633992e-17f,0.29880658452328585f,-0.9476934103859576f,0.1122133011570432f,2.2644745843383656f,-0.033743190439442565f,0.10701972741288768f,0.9936841424936993f,-0.6577466292519808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.3742166008373095e-17f,-1.2169121044683916e-16f,8.055073041633992e-17f,0f,-0.9936841424936993f,0.1122133011570432f,2.2644745843383656f,-1.2246467991473532e-16f,0.1122133011570432f,0.9936841424936993f,-0.6577466292519808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042731f,-8.874871219011809e-17f,8.273499881211542e-17f,-0.2179179537535621f,-0.6911474494664247f,-0.6890768959469734f,2.2470236031873343f,-0.20720941891565753f,-0.6571843160336007f,0.7246882305323329f,-0.6755825342434957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.300705799504273f,-8.874871219011809e-17f,8.273499881211542e-17f,0.2179179537535621f,-0.6911474494664247f,-0.6890768959469734f,2.2470236031873343f,0.2072094189156573f,-0.6571843160336007f,0.7246882305323329f,-0.6755825342434957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,8.438758149878549e-17f,-8.874871219011809e-17f,8.273499881211542e-17f,0f,-0.7246882305323329f,-0.6890768959469734f,2.2470236031873343f,-1.2246467991473532e-16f,-0.6890768959469734f,0.7246882305323329f,-0.6755825342434957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256687f,-1.1225876266842752e-16f,-0.1812499999999999f,-0.31351699219848306f,-0.8613808566806633f,-0.3996625018023364f,2.1668156465722f,-0.13669262614833053f,-0.3755599037484903f,0.9166623613158212f,-0.7105530031512002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256686f,-1.1225876266842752e-16f,0.18125000000000008f,0.31351699219848306f,-0.8613808566806633f,-0.3996625018023364f,2.1668156465722f,0.1366926261483303f,-0.3755599037484904f,0.9166623613158212f,-0.7105530031512001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,7.582902843827796e-17f,-9.616421513601308e-17f,-0.007812499999999924f,0f,-0.7852404072992012f,-0.619191006672888f,2.3466850682734717f,-1.2246467991473532e-16f,-0.619191006672888f,0.7852404072992012f,-0.6268514221780539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,5.379461445393509e-17f,-1.1001698633561571e-16f,8.878689293818311e-17f,0f,-0.8983568683820822f,-0.43926636228003857f,2.14595845549435f,-1.2246467991473532e-16f,-0.43926636228003857f,0.8983568683820822f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3071505690200472f,0.6738520495408212f,-0.6719984697008583f,-0.7682726829228145f,0.5735514089990743f,-0.6945552110300927f,-0.4343176718326345f,0.8870029090387916f,-0.7594058922511976f,-0.2520247491032932f,-0.599821820754784f,-1.1221344313983097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3071505690200472f,0.6738520495408212f,-0.6719984697008583f,-0.739477317077185f,0.5735514089990743f,-0.6945552110300927f,-0.4343176718326345f,0.9407733536324548f,-0.7594058922511976f,-0.2520247491032932f,-0.599821820754784f,-1.1933287337968594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3071505690200472f,0.6738520495408212f,-0.6719984697008583f,-0.653075229544871f,0.5735514089990743f,-0.6945552110300927f,-0.4343176718326345f,0.9790357821105184f,-0.7594058922511976f,-0.2520247491032932f,-0.599821820754784f,-1.067758309484367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8765148922293324f,0.15005863441690503f,-0.45738829230440037f,0.5701765116486595f,-0.2862818419156735f,-0.9263734540658066f,0.24469354423759543f,1.0979702574948966f,-0.3869939930923618f,0.34541949834819774f,0.8549391905108272f,-0.7579629801527448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3466181747487052f,0.15005863441690503f,-0.9259256164351486f,0.6315734883513406f,-0.37649400985932213f,-0.9263734540658066f,-0.009191525566268968f,1.131239273458194f,-0.859132179279722f,0.34541949834819774f,0.37759405276957825f,-0.6954118304542436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6549010848285989f,0.15005863441690503f,-0.740666575003394f,0.7119749862505091f,-0.354869503608504f,-0.9263734540658066f,0.1260946430695639f,1.0956905690161107f,-0.6672122634506789f,0.34541949834819774f,0.6599342131318101f,-0.8256775372732658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,7.494226034623991e-22f,-1.7606500698063035e-21f,-0.0072174999999998265f,0f,-0.000014376798853613438f,-0.00000611949995691963f,2.2623646284750123f,-1.9135106236677393e-21f,-0.00000611949995691963f,0.000014376798853613438f,-1.4226406939809677f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24.mcfunction new file mode 100644 index 000000000..4e3301d02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..8c36505cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5817764795286184f,-0.10258289008248139f,-0.5638770459719539f,0.05266310373682925f,0.017171213654517088f,-0.806237839604718f,0.1289578995470692f,2.005257785246919f,-0.5728749616917833f,0.0800108811118001f,0.5765041037276277f,-0.40168994827415716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5649777839134599f,0.12525255920545025f,-0.5523693511561998f,0.05266310373682925f,-0.28669687926735826f,-0.7361023124827119f,0.12632610567876168f,2.005257785246919f,-0.4884721108749133f,0.28716751552027786f,0.5647387138556353f,-0.40168994827415716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5817764795286187f,0.10258289008248136f,0.5638770459719536f,-0.05266310373682914f,-0.017171213654517088f,-0.806237839604718f,0.1289578995470692f,2.005257785246919f,0.5728749616917831f,0.08001088111180014f,0.576504103727628f,-0.4016899482741571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5649777839134601f,-0.12525255920545036f,0.5523693511561996f,-0.05266310373682914f,0.28669687926735826f,-0.7361023124827119f,0.12632610567876168f,2.005257785246919f,0.4884721108749131f,0.28716751552027786f,0.5647387138556356f,-0.4016899482741571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.524088652371129f,-0.34362743020983694f,0.0219138978947117f,-0.5493813356130357f,-0.3328899201389545f,-1.4450691379081104f,0.4923065485400215f,1.1094039569162435f,-0.08800187943127331f,-0.4848727934962861f,-1.4827542929776565f,-0.7530694340472832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.20410596108337406f,0.9576147730374986f,-0.20326018574864163f,-0.49434898846489794f,-0.9765557358326808f,-0.21367890761310665f,-0.026081013277094993f,1.4406656315034139f,-0.06840797806194018f,0.1931716099783024f,0.9787773381294989f,-0.7194038808766332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5984476048347873f,0.7742085648021579f,-0.20606203545167914f,-0.2984374999999999f,-0.7854439763918792f,-0.6176661061720621f,-0.03957702914514141f,1.6976875854169982f,-0.15791841000092113f,0.1381654062101848f,0.9777382555211569f,-0.6681797911713623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.22553047435819215f,-0.9699567967925962f,0.091213033562178f,0.49823813776821047f,0.9713521527007364f,-0.2166765368148667f,0.09760263232905396f,1.4354083268303284f,-0.07490661238778377f,0.11061234447276592f,0.9910367847213463f,-0.6514508812686762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6267709267447538f,-0.7742085648021578f,0.08808690921189896f,0.29843750000000013f,0.7785648114726664f,-0.6176661061720623f,0.11101988841092188f,1.6976875854169982f,-0.03154425025346996f,0.13816540621018472f,0.9899067030800027f,-0.6681797911713622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2233774724473382e-16f,5.574354285671945e-18f,-0.15624999999999986f,0f,0.04551805703940953f,0.9989635160922326f,1.8903703743383033f,-1.2246467991473532e-16f,0.9989635160922326f,-0.04551805703940953f,-1.0663378701158206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1515855376420864e-16f,-4.1666597191928656e-17f,-0.1562499999999999f,0f,-0.34023358588728236f,0.9403409525455544f,1.8324537079378476f,-1.2246467991473532e-16f,0.9403409525455544f,0.34023358588728236f,-0.8878974816017335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.205635316188451e-16f,2.149494522464073e-17f,0.15625000000000014f,0f,0.17551954767371591f,0.9844759460669485f,1.8903703743383033f,-1.2246467991473532e-16f,0.9844759460669485f,-0.17551954767371591f,-1.0663378701158206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1515855376420864e-16f,-4.1666597191928656e-17f,0.1562500000000001f,0f,-0.34023358588728236f,0.9403409525455544f,1.8324537079378476f,-1.2246467991473532e-16f,0.9403409525455544f,0.34023358588728236f,-0.8878974816017335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.808315019007602e-17f,-1.0179529697787674e-16f,0.29375f,0f,-0.8312216799876551f,0.5559411108368402f,1.2575698573204805f,-1.2246467991473532e-16f,0.5559411108368402f,0.8312216799876551f,-0.386791113125391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.808315019007602e-17f,-1.0179529697787674e-16f,0.33125000000000004f,0f,-0.8312216799876551f,0.5559411108368402f,1.413592046459891f,-1.2246467991473532e-16f,0.5559411108368402f,0.8312216799876551f,-0.3783567194811534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.808315019007602e-17f,-1.0179529697787674e-16f,-0.29375f,0f,-0.8312216799876551f,0.5559411108368402f,1.2575698573204805f,-1.2246467991473532e-16f,0.5559411108368402f,0.8312216799876551f,-0.3867911131253911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.808315019007602e-17f,-1.0179529697787674e-16f,-0.33124999999999993f,0f,-0.8312216799876551f,0.5559411108368402f,1.413592046459891f,-1.2246467991473532e-16f,0.5559411108368402f,0.8312216799876551f,-0.37835671948115346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9877475075965062f,0.1555883375002495f,0.01212973498466921f,0.19476644837408896f,-0.13486677990382517f,-0.8901325563967325f,0.43528724277308006f,1.1771685271346983f,0.0785226904484495f,0.42831799083919603f,0.9002099120806274f,-0.3246470774316526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999260750483269f,-0.0008449660641031559f,0.01212973498466921f,0.0795814364072309f,0.006041064230197235f,-0.90027136010315f,0.43528724277308006f,1.168791988111044f,0.010552250064058626f,0.4353283406928318f,0.9002099120806274f,-0.3190446460683999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703040318390993f,0.24186945633804743f,-0.0030416915566260187f,0.057627459377543364f,-0.1979766624478405f,-0.7868694297687825f,0.584501275979244f,1.1572791948523578f,0.13897959174929994f,0.567746128640335f,0.8113870879494629f,-0.33616392655016003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975557446967215f,-0.06980891300574557f,-0.0030416915566260187f,0.08673421838417426f,0.0548690312572932f,-0.8095354518410675f,0.584501275979244f,1.1492148296887021f,-0.04326575587523674f,0.5829057109665631f,0.8113870879494629f,-0.33024546225296925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08710264982404556f,-0.0030416915566260187f,0.1444191985363536f,-0.0724457429072803f,-0.8081521346338493f,0.584501275979244f,1.0825979455095476f,0.04845346043894283f,0.5824974297628975f,0.8113870879494629f,-0.24352592386424288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08630754905046051f,0.01212973498466921f,0.12500000000000003f,-0.0724457429072803f,-0.8973720692185718f,0.43528724277308006f,1.284506661083726f,0.04845346043894283f,0.43275209573528406f,0.9002099120806274f,-0.34089514540468163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877475075965061f,-0.1555883375002496f,-0.012129734984669429f,-0.1947664483740889f,0.13486677990382517f,-0.8901325563967325f,0.43528724277308006f,1.1771685271346983f,-0.07852269044844976f,0.428317990839196f,0.9002099120806274f,-0.32464707743165266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999260750483269f,0.0008449660641030449f,-0.012129734984669429f,-0.07958143640723082f,-0.006041064230197235f,-0.90027136010315f,0.43528724277308006f,1.168791988111044f,-0.010552250064058875f,0.43532834069283183f,0.9002099120806274f,-0.31904464606839983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703040318390992f,-0.24186945633804757f,0.0030416915566258227f,-0.05762745937754328f,0.1979766624478405f,-0.7868694297687825f,0.584501275979244f,1.1572791948523578f,-0.1389795917493002f,0.567746128640335f,0.8113870879494629f,-0.33616392655016003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975557446967216f,0.06980891300574543f,0.0030416915566258227f,-0.08673421838417418f,-0.0548690312572932f,-0.8095354518410675f,0.584501275979244f,1.1492148296887021f,0.04326575587523649f,0.5829057109665631f,0.8113870879494629f,-0.33024546225296925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08710264982404571f,0.0030416915566258227f,-0.14441919853635354f,0.0724457429072803f,-0.8081521346338493f,0.584501275979244f,1.0825979455095476f,-0.04845346043894308f,0.5824974297628975f,0.8113870879494629f,-0.24352592386424288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08630754905046062f,-0.012129734984669429f,-0.12499999999999994f,0.0724457429072803f,-0.8973720692185718f,0.43528724277308006f,1.284506661083726f,-0.04845346043894308f,0.43275209573528406f,0.9002099120806274f,-0.34089514540468163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.808315019007602e-17f,-1.0179529697787674e-16f,7.982133236944413e-17f,0f,-0.8312216799876551f,0.5559411108368402f,1.693134612363748f,-1.2246467991473532e-16f,0.5559411108368402f,0.8312216799876551f,-0.6517906422081765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.6733394187492136e-17f,-1.19511185509285e-16f,8.984635518975367e-17f,0f,-0.9758828879681336f,0.21829472959962795f,2.0590906953517982f,-1.2246467991473532e-16f,0.21829472959962795f,0.9758828879681336f,-0.733651165808037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211073f,-0.01886395531279186f,0.1585159177378472f,0.08683836889231915f,-0.950585164219126f,-0.29807204373207846f,2.7214901093603068f,0.007431095613532697f,-0.29857590472548806f,0.9543569604374134f,-0.7482977035228453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879464f,0.018120697839143152f,0.1283333333333334f,0.08683836889231915f,-0.9886041464696513f,0.12296722844373212f,2.370738987914169f,0.007431095613532697f,0.12407287285822419f,0.9922452826991365f,-0.695691098066277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9953402691190216f,0.09258049309497038f,0.026955536877713335f,-0.1577048333531451f,-0.09607370745148336f,-0.9283422329854552f,-0.35909684096647976f,2.6578144151445113f,-0.008221399309144685f,-0.36001326469155365f,0.9329109592236167f,-0.8609962850432864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9953402691190216f,0.0777446984961036f,-0.05703955229333034f,-0.12833333333333324f,-0.09607370745148336f,-0.8500296226301596f,0.5178991054131634f,2.337471226928893f,-0.008221399309144685f,0.5209658362186316f,0.8535379347670619f,-0.6734465801118114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,-1.0768292316819668e-16f,8.638754158930009e-17f,-0.2644099468254408f,-0.8386012130447015f,0.47627238582529885f,2.163192669704327f,0.14321786856140398f,0.45422904753488713f,0.8792977962557834f,-0.7054078094144896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,-1.0768292316819668e-16f,8.638754158930009e-17f,0.2644099468254408f,-0.8386012130447015f,0.47627238582529885f,2.163192669704327f,-0.1432178685614042f,0.454229047534887f,0.8792977962557834f,-0.7054078094144896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-5.832654528232255e-17f,-1.0768292316819668e-16f,8.638754158930009e-17f,0f,-0.8792977962557834f,0.47627238582529885f,2.163192669704327f,-1.2246467991473532e-16f,0.47627238582529885f,0.8792977962557834f,-0.7054078094144896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.3007057995042731f,-1.1389797468719504e-16f,8.761221120561251e-17f,-0.27967069006407785f,-0.8870021069805624f,-0.367439202224157f,2.14033107475473f,-0.1104910990740275f,-0.35043299553058405f,0.9300475432303849f,-0.7154079957307816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.300705799504273f,-1.1389797468719504e-16f,8.761221120561251e-17f,0.27967069006407785f,-0.8870021069805624f,-0.367439202224157f,2.14033107475473f,0.11049109907402728f,-0.35043299553058416f,0.9300475432303849f,-0.7154079957307816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,4.499832428850709e-17f,-1.1389797468719504e-16f,8.761221120561251e-17f,0f,-0.9300475432303849f,-0.367439202224157f,2.14033107475473f,-1.2246467991473532e-16f,-0.367439202224157f,0.9300475432303849f,-0.7154079957307816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566866f,-1.224194196585875e-16f,-0.1812499999999999f,-0.3418937401920842f,-0.9393453310306368f,-0.027184912882159212f,2.05286341283307f,-0.009297787800252024f,-0.025545462032072752f,0.9996304219618313f,-0.7177866756079706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566866f,-1.224194196585875e-16f,0.18125000000000008f,0.3418937401920842f,-0.9393453310306368f,-0.027184912882159212f,2.05286341283307f,0.009297787800251795f,-0.025545462032072835f,0.9996304219618313f,-0.7177866756079705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.748661061318228e-17f,-1.1658624211867462e-16f,-0.007812499999999913f,0f,-0.9519989126648313f,-0.30610140523195684f,2.2508646006622985f,-1.2246467991473532e-16f,-0.30610140523195684f,0.9519989126648313f,-0.7059492137430801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.0441615400627663e-17f,-1.2201873009683368e-16f,8.878689293818312e-17f,0f,-0.9963585433921672f,-0.08526226017083066f,2.0282407386231114f,-1.2246467991473532e-16f,-0.08526226017083066f,0.9963585433921672f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17150476796947312f,0.8075399819435615f,-0.5643272916724207f,-0.7654976193319023f,0.19392672082866852f,-0.5892795896777734f,-0.7843098827235536f,0.7419521360509552f,-0.9659081434134283f,0.025074743304511656f,-0.25766783993318987f,-0.6356346469357567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.17150476796947312f,0.8075399819435615f,-0.5643272916724207f,-0.7494190473347642f,0.19392672082866852f,-0.5892795896777734f,-0.7843098827235536f,0.7601327661286429f,-0.9659081434134283f,0.025074743304511656f,-0.25766783993318987f,-0.7261885353807656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.17150476796947312f,0.8075399819435615f,-0.5643272916724207f,-0.6728092395824701f,0.19392672082866852f,-0.5892795896777734f,-0.7843098827235536f,0.8686889334983321f,-0.9659081434134283f,0.025074743304511656f,-0.25766783993318987f,-0.6422614151682826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8715251950543212f,0.2107363032998006f,-0.44275732050081573f,0.5854610365371202f,-0.43516093026975566f,-0.7485674257534288f,0.5002816945158449f,1.0347732988825529f,-0.22600619272995223f,0.6286787888679075f,0.7440995775266187f,-0.39672345857682856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.40757737378769154f,0.2107363032998006f,-0.8885217469752009f,0.6489556301295467f,-0.6518382409177561f,-0.7485674257534288f,0.12146487878448545f,1.0887318885149222f,-0.6395213773233648f,0.6286787888679075f,0.44246512673204796f,-0.35375870919529273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6772756649858818f,0.2107363032998006f,-0.7049027479656086f,0.7229437455281748f,-0.5755582894119379f,-0.7485674257534288f,0.3292103652531133f,1.0123710389107705f,-0.45829066006971547f,0.6286787888679075f,0.6282775273081517f,-0.4694827129822834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,8.539371984855207e-23f,-1.9116042528462128e-21f,-0.0072174999999998265f,0f,-0.000015609433300908848f,-6.97292639053207e-7f,1.892964617395518f,-1.9135106236677393e-21f,-6.97292639053207e-7f,0.000015609433300908848f,-1.419228569011581f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25.mcfunction new file mode 100644 index 000000000..76b683871 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..dceb921ba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.560366235197763f,-0.09880768634339114f,-0.5858081324240864f,0.05532520967893452f,-0.1816636532186506f,-0.7382186065658062f,0.29828853558884466f,1.8773796440033996f,-0.5656257101599816f,0.3349847376880768f,0.4845587951595875f,-0.4141189806594421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5441857566989987f,0.12064307774647742f,-0.5738528644154316f,0.05532520967893452f,-0.4411487619980238f,-0.6000052807596303f,0.29220101445437846f,1.8773796440033996f,-0.38632839915484984f,0.515207638581198f,0.4746698401563306f,-0.4141189806594421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5603662351977632f,0.09880768634339107f,0.5858081324240861f,-0.055325209678934395f,0.1816636532186506f,-0.7382186065658062f,0.29828853558884466f,1.8773796440033996f,0.5656257101599814f,0.3349847376880768f,0.4845587951595876f,-0.41411898065944214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5441857566989989f,-0.12064307774647759f,0.5738528644154314f,-0.055325209678934395f,0.4411487619980238f,-0.6000052807596303f,0.29220101445437846f,1.8773796440033996f,0.38632839915484973f,0.515207638581198f,0.47466984015633074f,-0.41411898065944214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5323105540296262f,-0.3023124262364754f,0.04514214164653485f,-0.5020157417114f,-0.30134992208670514f,-1.5327509977064229f,-0.035620969783269785f,0.8880388464400464f,0.05117460764634085f,0.026226436528425198f,-1.561441508209405f,-0.45196915134879934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.12199399690405346f,0.9729286329597766f,-0.19628382482108456f,-0.4763880883833738f,-0.9613603004444204f,-0.06665697345118088f,0.2671015174418554f,1.2223768707949623f,0.246787028526191f,0.22128425849424754f,0.943466713506027f,-0.5273785307555013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5434546286589323f,0.815801268044172f,-0.19780130850604372f,-0.2984374999999999f,-0.8321189134217762f,-0.492496849113405f,0.2549999363512274f,1.4946162068601514f,0.11061275023677941f,0.30317510562526234f,0.9464933569836433f,-0.5639755343671571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.14156086683779232f,-0.9846384946397976f,0.10221328609141887f,0.4795911065160916f,0.9186726717638607f,-0.09220353398897724f,0.3841080973817047f,1.2364666541535885f,-0.36878319258662323f,0.14827522784813688f,0.917612888789276f,-0.4670101171771261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5695461684758958f,-0.8158012680441721f,0.10042635626142929f,0.29843750000000013f,0.7751968831132857f,-0.492496849113405f,0.39562184725418603f,1.4946162068601514f,-0.2732891406292485f,0.3031751056252621f,0.9129062936266995f,-0.5639755343671571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.1385222537331162e-16f,4.5113951325096987e-17f,-0.15624999999999986f,0f,0.3683833686292822f,0.9296739717327477f,1.5536982514406141f,-1.2246467991473532e-16f,0.9296739717327477f,-0.3683833686292822f,-1.0028253554456075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2245010249390453e-16f,-1.8895041282951055e-18f,-0.1562499999999999f,0f,-0.015428972089019055f,0.9998809663256301f,1.5570545752134581f,-1.2246467991473532e-16f,0.9998809663256301f,0.015428972089019055f,-0.8152512431839954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.0698965151987712e-16f,5.958869267129312e-17f,0.15625000000000014f,0f,0.4865786013794434f,0.8736368036430381f,1.5536982514406141f,-1.2246467991473532e-16f,0.8736368036430381f,-0.4865786013794434f,-1.0028253554456075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2245010249390453e-16f,-1.8895041282951055e-18f,0.1562500000000001f,0f,-0.015428972089019055f,0.9998809663256301f,1.5570545752134581f,-1.2246467991473532e-16f,0.9998809663256301f,0.015428972089019055f,-0.8152512431839954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0025497647277062e-16f,-7.033162531225039e-17f,0.29375f,0f,-0.5743013035368076f,0.8186440085628937f,1.1917851647745898f,-1.2246467991473532e-16f,0.8186440085628937f,0.5743013035368076f,-0.14220927509098757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0025497647277062e-16f,-7.033162531225039e-17f,0.33125f,0f,-0.5743013035368076f,0.8186440085628937f,1.340320703519462f,-1.2246467991473532e-16f,0.8186440085628937f,0.5743013035368076f,-0.1906990289547736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0025497647277062e-16f,-7.033162531225039e-17f,-0.29375f,0f,-0.5743013035368076f,0.8186440085628937f,1.1917851647745898f,-1.2246467991473532e-16f,0.8186440085628937f,0.5743013035368076f,-0.14220927509098769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0025497647277062e-16f,-7.033162531225039e-17f,-0.33125f,0f,-0.5743013035368076f,0.8186440085628937f,1.340320703519462f,-1.2246467991473532e-16f,0.8186440085628937f,0.5743013035368076f,-0.1906990289547737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987780704553991f,0.15511359889052037f,0.015134435901338537f,0.19462050014058047f,-0.09915051710450419f,-0.7003699031093997f,0.706860080763116f,1.1372688659341663f,0.12024331444504668f,0.696722161451579f,0.7071914698817492f,-0.05865308358443378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999884597815731f,-0.0013190530020480706f,0.015134435901338537f,0.07943548817372237f,0.011632181415099724f,-0.7072577455066058f,0.706860080763116f,1.1314814118816168f,0.009771561103536379f,0.7069545540698429f,0.7071914698817492f,-0.050403294569895944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703087029771299f,0.2418399639332314f,0.0038016801040236005f,0.057310166183037456f,-0.14443695633928755f,-0.5919733930297836f,0.792909495206261f,1.1201269967200127f,0.1940076971933915f,0.768817880768637f,0.6093275634994191f,-0.06069710440664876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975510735586909f,-0.0698384054105616f,0.0038016801040236005f,0.08641655193927644f,0.045562130143685146f,-0.6076336270389598f,0.792909495206261f,1.1139437541109383f,-0.0530655061096489f,0.7911409308215493f,0.6093275634994191f,-0.05283253550261287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0870727897926937f,0.0038016801040236005f,0.14431212151492198f,-0.050053656670698755f,-0.6072801362350359f,0.792909495206261f,1.074725384930414f,0.0713495266122191f,0.7897019472003808f,0.6093275634994191f,0.04912660863650625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08583165117743122f,0.015134435901338537f,0.125f,-0.050053656670698755f,-0.7055802276690103f,0.706860080763116f,1.233480936155941f,0.0713495266122191f,0.7034127308904089f,0.7071914698817492f,-0.10914125581383549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987780704553991f,-0.15511359889052054f,-0.01513443590133871f,-0.19462050014058047f,0.09915051710450419f,-0.7003699031093997f,0.706860080763116f,1.1372688659341663f,-0.12024331444504693f,0.696722161451579f,0.7071914698817492f,-0.058653083584433795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999884597815731f,0.001319053002047904f,-0.01513443590133871f,-0.07943548817372237f,-0.011632181415099724f,-0.7072577455066058f,0.706860080763116f,1.1314814118816168f,-0.009771561103536629f,0.706954554069843f,0.7071914698817492f,-0.05040329456989593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703087029771299f,-0.2418399639332316f,-0.0038016801040237514f,-0.05731016618303744f,0.14443695633928755f,-0.5919733930297836f,0.792909495206261f,1.1201269967200127f,-0.19400769719339178f,0.7688178807686369f,0.6093275634994191f,-0.060697104406648744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975510735586909f,0.06983840541056142f,-0.0038016801040237514f,-0.08641655193927646f,-0.045562130143685146f,-0.6076336270389598f,0.792909495206261f,1.1139437541109383f,0.05306550610964865f,0.7911409308215495f,0.6093275634994191f,-0.052832535502612854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0870727897926939f,-0.0038016801040237514f,-0.144312121514922f,0.050053656670698755f,-0.6072801362350359f,0.792909495206261f,1.074725384930414f,-0.07134952661221935f,0.7897019472003808f,0.6093275634994191f,0.04912660863650625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08583165117743138f,-0.01513443590133871f,-0.12499999999999999f,0.050053656670698755f,-0.7055802276690103f,0.706860080763116f,1.233480936155941f,-0.07134952661221935f,0.7034127308904089f,0.7071914698817492f,-0.10914125581383549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0025497647277062e-16f,-7.033162531225039e-17f,6.694448769203639e-17f,0f,-0.5743013035368076f,0.8186440085628937f,1.5022277289509645f,-1.2246467991473532e-16f,0.8186440085628937f,0.5743013035368076f,-0.5466432259378439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-6.419880049337112e-17f,-1.0428859881037285e-16f,9.101903787705056e-17f,0f,-0.8515810344907825f,0.5242229885226404f,1.8215706168850079f,-1.2246467991473532e-16f,0.5242229885226404f,0.8515810344907825f,-0.743226846633834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211077f,-0.01886395531279187f,0.1593470974903785f,0.08452400192045857f,-0.9959993830480843f,0.02899865629965115f,2.443057067115684f,-0.021255977823809703f,0.0272938506624113f,0.9994014354216085f,-0.9728176745599407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879468f,0.018120697839143166f,0.12916666666666676f,0.08452400192045857f,-0.8942953175771117f,0.4394218679799662f,2.1285903784001574f,-0.021255977823809703f,0.43928136900616904f,0.898098024856318f,-0.8088354667929312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9951131834510031f,0.09434195233312784f,0.029143578228902768f,-0.15684616871669f,-0.09575927074648272f,-0.9940546947803444f,-0.051821094655149f,2.3178666004325104f,0.024081407519332472f,-0.054358622270343826f,0.9982310484035034f,-1.0718447352625997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9951131834510031f,0.07299311688730392f,-0.06649629319809285f,-0.1291666666666666f,-0.09575927074648272f,-0.5491714587630954f,0.8302053185484393f,2.1059054044593735f,0.024081407519332472f,0.8325158940026851f,0.553477526232816f,-0.7709076807079781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-8.14949603967416e-17f,9.19452226560812e-17f,-0.20010673476412374f,-0.6346574798957689f,0.7464363187267833f,1.9292218110965165f,0.22445773000176364f,0.7118889698238394f,0.6654568521591823f,-0.7507897192896518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-8.14949603967416e-17f,9.19452226560812e-17f,0.20010673476412374f,-0.6346574798957689f,0.7464363187267833f,1.9292218110965165f,-0.22445773000176386f,0.7118889698238394f,0.6654568521591823f,-0.7507897192896518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-9.141208484960885e-17f,-8.14949603967416e-17f,9.19452226560812e-17f,0f,-0.6654568521591823f,0.7464363187267833f,1.9292218110965165f,-1.2246467991473532e-16f,0.7464363187267833f,0.6654568521591823f,-0.7507897192896518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427306f,-1.224096704278841e-16f,9.214696393660816e-17f,-0.30057072650416045f,-0.9532885539231302f,-0.02996950663437986f,1.904323166304931f,-0.009012004453239929f,-0.02858242648276948f,0.9995508134517682f,-0.7524370618595048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.30070579950427306f,-1.224096704278841e-16f,9.214696393660816e-17f,0.30057072650416045f,-0.9532885539231302f,-0.02996950663437986f,1.904323166304931f,0.009012004453239696f,-0.028582426482769558f,0.9995508134517682f,-0.7524370618595048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.670206037181875e-18f,-1.224096704278841e-16f,9.214696393660816e-17f,0f,-0.9995508134517682f,-0.02996950663437986f,1.904323166304931f,-1.2246467991473532e-16f,-0.02996950663437986f,0.9995508134517682f,-0.7524370618595048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256686f,-1.162827484087894e-16f,-0.1812499999999999f,-0.3247552053764969f,-0.8922575936222737f,0.31370438824514135f,1.82124010519006f,0.10729321982949434f,0.2947856987421171f,0.9495206984556689f,-0.7249879278880549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256687f,-1.162827484087894e-16f,0.18125000000000008f,0.3247552053764969f,-0.8922575936222737f,0.31370438824514135f,1.82124010519006f,-0.10729321982949457f,0.29478569874211696f,0.9495206984556689f,-0.7249879278880549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-9.602935645434702e-19f,-1.2246091483770842e-16f,-0.007812499999999905f,0f,-0.9999692558129452f,0.007841392025946331f,2.011910815350614f,-1.2246467991473532e-16f,0.007841392025946331f,0.9999692558129452f,-0.7794930534154053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-2.986729776377812e-17f,-1.1876675608480846e-16f,8.878689293818312e-17f,0f,-0.9698041604117897f,0.24388499430670868f,1.7952201982586047f,-1.2246467991473532e-16f,0.24388499430670868f,0.9698041604117897f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.04643225746075886f,0.9110181975530469f,-0.4097436871927318f,-0.7632181787351395f,-0.22556700796670084f,-0.39002925344191675f,-0.8927467201712314f,0.6399452253431427f,-0.973120532300109f,0.13387690311154718f,0.18738571031221496f,-0.2275454108587534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04643225746075886f,0.9110181975530469f,-0.4097436871927318f,-0.7588651545981935f,-0.22556700796670084f,-0.39002925344191675f,-0.8927467201712314f,0.6187983183462644f,-0.973120532300109f,0.13387690311154718f,0.18738571031221496f,-0.3187754607618886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.04643225746075886f,0.9110181975530469f,-0.4097436871927318f,-0.6995801135877567f,-0.22556700796670084f,-0.39002925344191675f,-0.8927467201712314f,0.7632837798703883f,-0.973120532300109f,0.13387690311154718f,0.18738571031221496f,-0.30126829235715324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8609016127143523f,0.2678759082178621f,-0.43254006868992295f,0.6011332460000346f,-0.5080520592918242f,-0.4978321442897417f,0.7028842444963568f,0.9523202214035136f,-0.027046594520649087f,0.824867052262565f,0.5646794026848352f,-0.10742815881331064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.45810103473755603f,0.2678759082178621f,-0.8475765096844274f,0.665950087333299f,-0.8189982978986504f,-0.4978321442897417f,0.28531551684230394f,1.017532533607309f,-0.3455216780630326f,0.824867052262565f,0.447447333303231f,-0.08911985696379116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6913796408881534f,0.2678759082178621f,-0.6709967883394256f,0.7341911849175806f,-0.6955979968404866f,-0.4978321442897417f,0.5179831878578491f,0.907228899326734f,-0.1952885530615413f,0.824867052262565f,0.5305249542997917f,-0.17785275103351966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-5.204525016042599e-22f,-1.8413723416145818e-21f,-0.007217499999999836f,0f,-0.000015035946224630781f,0.000004249817187834234f,1.44836846748502f,-1.9135106236677393e-21f,0.000004249817187834234f,0.000015035946224630781f,-1.3413982575134509f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26.mcfunction new file mode 100644 index 000000000..5983c26ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..737764566 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5381547572846368f,-0.09489120350589686f,-0.6069016074732051f,0.05808693936411423f,-0.3520279244780487f,-0.6135837737041686f,0.40808790410777057f,1.595237378080874f,-0.5033986909439029f,0.530523379869915f,0.36342694700835115f,-0.4525496774519602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5226156313839145f,0.1158610960915839f,-0.5945158603819153f,0.05808693936411423f,-0.5486103564365721f,-0.42334259811791053f,0.39975957953414265f,1.595237378080874f,-0.2567091323730606f,0.6688477039141526f,0.35601007053879297f,-0.4525496774519602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5381547572846368f,0.09489120350589672f,0.6069016074732051f,-0.058086939364114104f,0.3520279244780487f,-0.6135837737041686f,0.40808790410777057f,1.595237378080874f,0.5033986909439028f,0.530523379869915f,0.36342694700835126f,-0.45254967745196023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5226156313839145f,-0.11586109609158404f,0.5945158603819153f,-0.058086939364114104f,0.5486103564365721f,-0.42334259811791053f,0.39975957953414265f,1.595237378080874f,0.2567091323730605f,0.6688477039141526f,0.3560100705387931f,-0.45254967745196023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.538830951180753f,-0.2629251258767827f,0.06539060995905197f,-0.4528754338779852f,-0.2287699072530505f,-1.4629759088864338f,-0.49877055802577447f,0.6135362282023311f,0.14515468722562727f,0.48164106780941107f,-1.4793100582960421f,-0.19721352921080482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.03942931430286084f,0.9817053583919029f,-0.18627914128595216f,-0.4577441560174498f,-0.8618239041915828f,0.06093155319691135f,0.5035344119213595f,0.920158710251561f,0.5056727077246543f,0.18039383340246826f,0.8436546553731443f,-0.36573763985957874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4864043943028753f,0.8535507972753276f,-0.18671315345605927f,-0.29843749999999997f,-0.7975845868937359f,-0.34650312289608104f,0.49375541776552906f,1.1810828061042358f,0.35674863973448f,0.38908433827888306f,0.8493196016539839f,-0.4828467206432744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.056687603523472484f,-0.99242712750259f,0.10897207075082797f,0.460147540867633f,0.7971162989421842f,0.0207317399755082f,0.6034698011651471f,0.9466737525550902f,-0.6011589819402849f,0.12107267055180446f,0.7899046061886044f,-0.31661215693349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5096243213440631f,-0.8535507972753273f,0.10832399348831244f,0.2984375000000001f,0.710524632474466f,-0.34650312289608104f,0.6124461874077496f,1.1810828061042358f,-0.4852193295218442f,0.38908433827888284f,0.7830552853818533f,-0.4828467206432743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-9.609015773138673e-17f,7.592285172315245e-17f,-0.1562499999999999f,0f,0.619957131933982f,0.7846356826987864f,1.1179901618262609f,-1.2246467991473532e-16f,0.7846356826987864f,-0.619957131933982f,-0.9217195014387186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1783014749617112e-16f,3.337145737975989e-17f,-0.15624999999999992f,0f,0.27249862901690847f,0.9621561708911421f,1.175097130835001f,-1.2246467991473532e-16f,0.9621561708911421f,-0.27249862901690847f,-0.7430183358279852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-8.535817237347162e-17f,8.781560360026729e-17f,0.1562500000000001f,0f,0.7170688206706451f,0.6970023718912366f,1.1179901618262609f,-1.2246467991473532e-16f,0.6970023718912366f,-0.7170688206706451f,-0.9217195014387186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1783014749617112e-16f,3.337145737975989e-17f,0.15625000000000008f,0f,0.27249862901690847f,0.9621561708911421f,1.175097130835001f,-1.2246467991473532e-16f,0.9621561708911421f,-0.27249862901690847f,-0.7430183358279852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.176098103950309e-16f,-3.4139864168790334e-17f,0.29375f,0f,-0.2787731466130466f,0.9603569819225872f,1.0367481650825818f,-1.2246467991473532e-16f,0.9603569819225872f,0.2787731466130466f,0.013100479708807011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.176098103950309e-16f,-3.4139864168790334e-17f,0.33125f,0f,-0.2787731466130466f,0.9603569819225872f,1.1616282754644554f,-1.2246467991473532e-16f,0.9603569819225872f,0.2787731466130466f,-0.0808091605365433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.176098103950309e-16f,-3.4139864168790334e-17f,-0.29375f,0f,-0.2787731466130466f,0.9603569819225872f,1.0367481650825818f,-1.2246467991473532e-16f,0.9603569819225872f,0.2787731466130466f,0.0131004797088069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.176098103950309e-16f,-3.4139864168790334e-17f,-0.33125f,0f,-0.2787731466130466f,0.9603569819225872f,1.1616282754644554f,-1.2246467991473532e-16f,0.9603569819225872f,0.2787731466130466f,-0.08080916053654341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878211961304835f,0.15453454236889275f,0.01812069783914322f,0.19446369049204817f,-0.057114634610916704f,-0.46847014802215753f,0.8816312374940891f,1.0092756968355572f,0.14473148582323786f,0.8698590665314319f,0.471590925892837f,0.10708701788108388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9998340064765361f,-0.001897314655112503f,0.01812069783914322f,0.07927867852519008f,0.01687341831061005f,-0.4716372004296904f,0.8816312374940891f,1.0064663931352666f,0.006873663331383353f,0.8817906505333015f,0.471590925892837f,0.11676490276954453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9703973532519818f,0.2412802481261081f,0.010621613142645002f,0.057035503085973285f,-0.08542629334761719f,-0.38404499451632423f,0.9193540072202019f,0.9981184115158305f,0.2259011403389437f,0.8912313302679388f,0.3932879234637198f,0.11095417341610882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974624232838389f,-0.0703981212176849f,0.010621613142645002f,0.08613480518302397f,0.03743119695898503f,-0.3916466709961599f,0.9193540072202019f,0.9938932509110457f,-0.06056087541432616f,0.9174186555911349f,0.3932879234637198f,0.12004506227960011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08650609705762909f,0.010621613142645002f,0.14418151564822873f,-0.024296680651161886f,-0.3926803798479014f,0.9193540072202019f,0.9808505175598535f,0.08370062606236231f,0.9155975177196384f,0.3932879234637198f,0.22842453931353113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08525118065879453f,0.01812069783914322f,0.125f,-0.024296680651161886f,-0.47131309379644465f,0.8816312374940891f,1.0868959636640534f,0.08370062606236231f,0.8778360916551021f,0.471590925892837f,0.030911418691133452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9878211961304835f,-0.1545345423688929f,-0.018120697839143336f,-0.1944636904920482f,0.057114634610916704f,-0.46847014802215753f,0.8816312374940891f,1.0092756968355572f,-0.1447314858232381f,0.8698590665314319f,0.471590925892837f,0.10708701788108387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998340064765361f,0.0018973146551123088f,-0.018120697839143336f,-0.0792786785251901f,-0.01687341831061005f,-0.4716372004296904f,0.8816312374940891f,1.0064663931352666f,-0.006873663331383603f,0.8817906505333016f,0.471590925892837f,0.11676490276954454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9703973532519818f,-0.24128024812610832f,-0.010621613142645104f,-0.05703550308597331f,0.08542629334761719f,-0.38404499451632423f,0.9193540072202019f,0.9981184115158305f,-0.22590114033894393f,0.8912313302679388f,0.3932879234637198f,0.11095417341610883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974624232838389f,0.0703981212176847f,-0.010621613142645104f,-0.08613480518302401f,-0.03743119695898503f,-0.3916466709961599f,0.9193540072202019f,0.9938932509110457f,0.06056087541432591f,0.9174186555911349f,0.3932879234637198f,0.12004506227960013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0865060970576293f,-0.010621613142645104f,-0.1441815156482288f,0.024296680651161886f,-0.3926803798479014f,0.9193540072202019f,0.9808505175598535f,-0.08370062606236256f,0.9155975177196384f,0.3932879234637198f,0.22842453931353113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879472f,-0.018120697839143336f,-0.125f,0.024296680651161886f,-0.47131309379644465f,0.8816312374940891f,1.0868959636640534f,-0.08370062606236256f,0.8778360916551021f,0.471590925892837f,0.030911418691133452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.176098103950309e-16f,-3.4139864168790334e-17f,5.755634158700805e-17f,0f,-0.2787731466130466f,0.9603569819225872f,1.199756045618159f,-1.2246467991473532e-16f,0.9603569819225872f,0.2787731466130466f,-0.4699831953758504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.145529378954002e-17f,-8.144646747703363e-17f,9.185207675808555e-17f,0f,-0.6650608774198391f,0.7467891464968901f,1.4491538746505988f,-1.2246467991473532e-16f,0.7467891464968901f,0.6650608774198391f,-0.7500291253121842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421108f,-0.01886395531279186f,0.16017827724290984f,0.07485315704202171f,-0.9461634971685916f,0.31491529258920214f,1.9784433646854775f,-0.04464446633949627f,0.3123049182159117f,0.9489322998419929f,-1.148501012521119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879471f,0.018120697839143184f,0.13000000000000012f,0.07485315704202171f,-0.7303788944946716f,0.6789283285867393f,1.7243787481016162f,-0.04464446633949627f,0.6777011927634645f,0.7339809023075728f,-0.9010817453949602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9948807088287882f,0.09605560025244297f,0.0313958096004998f,-0.1556647617923686f,-0.0867915600813757f,-0.971305516885474f,0.22143355203420126f,1.798796924762869f,0.051764855828727134f,0.21757507791101727f,0.9746699365287952f,-1.2085586466881388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9948807088287882f,0.06709392465333282f,-0.07556970606625948f,-0.1299999999999999f,-0.0867915600813757f,-0.18423930080019096f,0.9790419322681219f,1.7167488014237773f,0.051764855828727134f,0.9805887442323971f,0.18911931256685932f,-0.8528676767666715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.017573937352934e-17f,9.657021862639545e-17f,-0.12320397876792f,-0.3907530986908027f,0.912213130512431f,1.550009635845828f,0.2743077787290362f,0.8699931252648101f,0.40971600471632824f,-0.788555677389035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.017573937352934e-17f,9.657021862639545e-17f,0.12320397876792f,-0.3907530986908027f,0.912213130512431f,1.550009635845828f,-0.27430777872903644f,0.8699931252648101f,0.40971600471632824f,-0.788555677389035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.1171388904222355e-16f,-5.017573937352934e-17f,9.657021862639545e-17f,0f,-0.40971600471632824f,0.912213130512431f,1.550009635845828f,-1.2246467991473532e-16f,0.912213130512431f,0.40971600471632824f,-0.788555677389035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,-1.1783014749617115e-16f,9.584413480355022e-17f,-0.28932594061579087f,-0.9176246494458901f,0.27249862901690847f,1.5257711518576769f,0.08194191810234765f,0.2598865615490783f,0.9621561708911421f,-0.7826267530383506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,-1.1783014749617115e-16f,9.584413480355022e-17f,0.28932594061579087f,-0.9176246494458901f,0.27249862901690847f,1.5257711518576769f,-0.08194191810234787f,0.2598865615490782f,0.9621561708911421f,-0.7826267530383506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.3371457379759913e-17f,-1.1783014749617115e-16f,9.584413480355022e-17f,0f,-0.9621561708911421f,0.27249862901690847f,1.5257711518576769f,-1.2246467991473532e-16f,0.27249862901690847f,0.9621561708911421f,-0.7826267530383506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.3420201433256686f,-9.931040947225526e-17f,-0.1812499999999999f,-0.27735474836565244f,-0.762025908313149f,0.5851417423313308f,1.454814686410885f,0.2001302625779931f,0.5498533773825609f,0.8109310336776205f,-0.7314268505843592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.3420201433256687f,-9.931040947225526e-17f,0.18125000000000008f,0.27735474836565244f,-0.762025908313149f,0.5851417423313308f,1.454814686410885f,-0.20013026257799332f,0.5498533773825609f,0.8109310336776205f,-0.7314268505843592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-3.460351946854329e-17f,-1.1747422809709677e-16f,-0.007812499999999898f,0f,-0.9592498684427778f,0.28255917945186815f,1.621049120326053f,-1.2246467991473532e-16f,0.28255917945186815f,0.9592498684427778f,-0.8394531345067241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-6.273103880326321e-17f,-1.0517801384929296e-16f,8.878689293818311e-17f,0f,-0.8588436594332503f,0.5122378047853389f,1.4291512401714364f,-1.2246467991473532e-16f,0.5122378047853389f,0.8588436594332503f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.06217558109877065f,0.9735752462955412f,-0.21973947509632158f,-0.7617105196359951f,-0.5879592513998178f,-0.21363590386553247f,-0.7801689684119222f,0.4945420441041694f,-0.8064974369509157f,0.0806903983143824f,0.5857055094597199f,0.06780793437187028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.06217558109877065f,0.9735752462955412f,-0.21973947509632158f,-0.7675394803640049f,-0.5879592513998178f,-0.21363590386553247f,-0.7801689684119222f,0.4394208642854365f,-0.8064974369509157f,0.0806903983143824f,0.5857055094597199f,-0.007801200342278061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06217558109877065f,0.9735752462955412f,-0.21973947509632158f,-0.7316640787355517f,-0.5879592513998178f,-0.21363590386553247f,-0.7801689684119222f,0.5840067994565913f,-0.8064974369509157f,0.0806903983143824f,0.5857055094597199f,-0.05785245940416188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8426093100244192f,0.3194262765692635f,-0.43356245743522215f,0.6173613044341991f,-0.5099206473782882f,-0.2143468217523773f,0.8330884547165216f,0.7844136436721101f,0.17317760836054963f,0.9230505369922879f,0.3434926813205327f,0.09636561975884364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.492754670852744f,0.3194262765692635f,-0.8094193524928228f,0.682388695565801f,-0.8696010269968601f,-0.2143468217523773f,0.44480275836674016f,0.8515913546024207f,-0.0314147767588782f,0.9230505369922879f,0.38339381575533893f,0.08946228311767565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6936255054037526f,0.3194262765692635f,-0.6456396147158919f,0.7467209422073838f,-0.716562249923314f,-0.2143468217523773f,0.6637725378392003f,0.7184366184613854f,0.07363559083912535f,0.9230505369922879f,0.37756523399277886f,0.036279166339342805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.0087045938777025e-21f,-1.6260497991080473e-21f,-0.007217499999999851f,0f,-0.000013277704234724382f,0.000008236698079642244f,0.9255700976762656f,-1.9135106236677393e-21f,0.000008236698079642244f,0.000013277704234724382f,-1.2216477302168092f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27.mcfunction new file mode 100644 index 000000000..92258bcf2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..9968944ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5151738046299731f,-0.09083904151049585f,-0.627127310842844f,0.06094434396313854f,-0.4839273212707232f,-0.46538371274585816f,0.46494816064058936f,1.3652599981824116f,-0.40909014067227906f,0.6649140642916042f,0.23974775985689634f,-0.5035855777955988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5002982497778861f,0.11091345170536164f,-0.614328794295031f,0.06094434396313854f,-0.6124263026012366f,-0.23977226316821543f,0.45545942266833245f,1.3652599981824116f,-0.12097803582205582f,0.7551208300967432f,0.2348549484312454f,-0.5035855777955988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5151738046299731f,0.09083904151049568f,0.627127310842844f,-0.060944343963138414f,0.4839273212707232f,-0.46538371274585816f,0.46494816064058936f,1.3652599981824116f,0.40909014067227895f,0.6649140642916042f,0.2397477598568965f,-0.5035855777955988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5002982497778861f,-0.1109134517053618f,0.614328794295031f,-0.060944343963138414f,0.6124263026012366f,-0.23977226316821543f,0.45545942266833245f,1.3652599981824116f,0.12097803582205571f,0.7551208300967432f,0.23485494843124557f,-0.5035855777955988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5439614942535809f,-0.22536269499298928f,0.08246702351696035f,-0.40234264203743875f,-0.14264501252422812f,-1.293646313702866f,-0.8646027211644363f,0.4593180638039868f,0.19298071060137767f,0.8468158718094997f,-1.2988716543936527f,-0.0030033887637395673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.04294811516099497f,0.9839460662258805f,-0.1732212405068531f,-0.43853177251378894f,-0.718459667088966f,0.15089681789922837f,0.6790035766579579f,0.7207147530814444f,0.694241432190942f,0.0952905509822578f,0.7134062970867076f,-0.24218287728666668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42764732083811186f,0.8872793175064592f,-0.17278073302673871f,-0.29843749999999997f,-0.7099811595552541f,-0.21138401370860946f,0.6717466425855922f,0.9529800847399468f,0.5595038177318921f,0.4099417171668559f,0.7203494058231238f,-0.4256371814033969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.028305230712401284f,-0.9933833028740461f,0.11130331300266144f,0.4400787991127333f,0.6445268409997813f,0.10324762840239224f,0.7575784305668452f,0.753469731392518f,-0.7640575666434829f,0.050294540462481885f,0.643184650045776f,-0.20486897911859406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4475319169103479f,-0.887279317506459f,0.11158223905183726f,0.2984375000000001f,0.6095826084075324f,-0.21138401370860951f,0.764019530035396f,0.9529800847399468f,-0.6543120256220409f,0.4099417171668558f,0.6354711336108598f,-0.4256371814033968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-7.417412887217274e-17f,9.744637721676925e-17f,-0.15624999999999992f,0f,0.7957100552144112f,0.6056777262131062f,0.7884749015101278f,-1.2246467991473532e-16f,0.6056777262131062f,-0.7957100552144112f,-0.8380992957410776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0581907361171143e-16f,6.164350319845371e-17f,-0.15624999999999994f,0f,0.5033574026517058f,0.8640783096431297f,0.8882549039425922f,-1.2246467991473532e-16f,0.8640783096431297f,-0.5033574026517058f,-0.6792305964495639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-6.082025435345078e-17f,1.0629437655398392e-16f,0.15625000000000008f,0f,0.8679594527008947f,0.49663506568421384f,0.7884749015101278f,-1.2246467991473532e-16f,0.49663506568421384f,-0.8679594527008947f,-0.8380992957410773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-1.0581907361171143e-16f,6.164350319845371e-17f,0.15625000000000006f,0f,0.5033574026517058f,0.8640783096431297f,0.8882549039425922f,-1.2246467991473532e-16f,0.8640783096431297f,-0.5033574026517058f,-0.6792305964495637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2246185683464622e-16f,8.315330595883879e-19f,0.29375f,0f,0.0067899827131162604f,0.999976947801676f,0.9616665862230607f,-1.2246467991473532e-16f,0.999976947801676f,-0.0067899827131162604f,0.08859099579657681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2246185683464622e-16f,8.315330595883879e-19f,0.33125f,0f,0.0067899827131162604f,0.999976947801676f,1.0545656772403282f,-1.2246467991473532e-16f,0.999976947801676f,-0.0067899827131162604f,-0.03704268355798729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2246185683464622e-16f,8.315330595883879e-19f,-0.29375f,0f,0.0067899827131162604f,0.999976947801676f,0.9616665862230607f,-1.2246467991473532e-16f,0.999976947801676f,-0.0067899827131162604f,0.08859099579657681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2246185683464622e-16f,8.315330595883879e-19f,-0.33125f,0f,0.0067899827131162604f,0.999976947801676f,1.0545656772403282f,-1.2246467991473532e-16f,0.999976947801676f,-0.0067899827131162604f,-0.0370426835579874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.987868932993235f,0.15385187342654139f,0.02108488249791043f,0.19429621047689416f,-0.01582705777535743f,-0.23482107058295376f,0.9719097535535135f,0.9586615934204498f,0.15448131106701127f,0.9597857395551462f,0.23440746293068057f,0.18461852251740252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999774362668496f,-0.002579046500546592f,0.02108488249791043f,0.07911119851003606f,0.021101908126172516f,-0.2344059308571002f,0.9719097535535135f,0.958730018675151f,0.0024358210601859998f,0.9721353856835808f,0.23440746293068057f,0.19469567296677462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705694361052316f,0.24019375975075283f,0.01737606040419721f,0.05680451737021021f,-0.029565894306205837f,-0.19045467419504344f,0.9812506687748725f,0.9547279348525329f,0.238999639314052f,0.9518581695053406f,0.1919510290508899f,0.1907437010649052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972903404305892f,-0.07148460959304018f,0.01737606040419721f,0.08589006907239063f,0.03073489454440134f,-0.19026952274657757f,0.9812506687748725f,0.9523021035469907f,-0.066838186249959f,0.9791258648943558f,0.1919510290508899f,0.20051158976496902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0854060654680078f,0.01737606040419721f,0.14402754005940407f,0.0005917859866054084f,-0.19273498597351735f,0.9812506687748725f,0.9618571332216258f,0.08715373361619114f,0.977526996641557f,0.1919510290508899f,0.3092055657084454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08456684470846276f,0.02108488249791043f,0.12499999999999999f,0.0005917859866054084f,-0.23535309799723292f,0.9719097535535135f,1.0148115802710032f,0.08715373361619114f,0.9682238212516565f,0.23440746293068057f,0.091355205926823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.987868932993235f,-0.1538518734265416f,-0.021084882497910493f,-0.1942962104768942f,0.01582705777535743f,-0.23482107058295376f,0.9719097535535135f,0.9586615934204498f,-0.15448131106701152f,0.9597857395551462f,0.23440746293068057f,0.18461852251740252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997743626684961f,0.002579046500546342f,-0.021084882497910493f,-0.0791111985100361f,-0.021101908126172516f,-0.2344059308571002f,0.9719097535535135f,0.958730018675151f,-0.0024358210601862496f,0.9721353856835809f,0.23440746293068057f,0.19469567296677465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9705694361052316f,-0.24019375975075308f,-0.01737606040419726f,-0.056804517370210264f,0.029565894306205837f,-0.19045467419504344f,0.9812506687748725f,0.9547279348525329f,-0.23899963931405227f,0.9518581695053405f,0.1919510290508899f,0.19074370106490524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9972903404305892f,0.07148460959303991f,-0.01737606040419726f,-0.08589006907239069f,-0.03073489454440134f,-0.19026952274657757f,0.9812506687748725f,0.9523021035469907f,0.06683818624995876f,0.9791258648943559f,0.1919510290508899f,0.20051158976496905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08540606546800807f,-0.01737606040419726f,-0.14402754005940416f,-0.0005917859866054084f,-0.19273498597351735f,0.9812506687748725f,0.9618571332216258f,-0.08715373361619139f,0.977526996641557f,0.1919510290508899f,0.3092055657084454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08456684470846301f,-0.021084882497910493f,-0.125f,-0.0005917859866054084f,-0.23535309799723292f,0.9719097535535135f,1.0148115802710032f,-0.08715373361619139f,0.9682238212516565f,0.23440746293068057f,0.091355205926823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2246185683464622e-16f,8.315330595883879e-19f,5.154793016727097e-17f,0f,0.0067899827131162604f,0.999976947801676f,0.9800824345117287f,-1.2246467991473532e-16f,0.999976947801676f,-0.0067899827131162604f,-0.4209207928617512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.088461500947114e-16f,-5.612587136230612e-17f,9.236523645278774e-17f,0f,-0.45830251956223755f,0.8887962649352803f,1.1519458793475679f,-1.2246467991473532e-16f,0.8887962649352803f,0.45830251956223755f,-0.7542193922124814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211083f,-0.018863955312791846f,0.16100945699544114f,0.06138876384998765f,-0.83868299931949f,0.5411490056587327f,1.5653974635536456f,-0.06186714125338618f,0.5379317354168756f,0.8407151151635863f,-1.271862948601105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879472f,0.018120697839143208f,0.13083333333333344f,0.06138876384998765f,-0.5387582120064949f,0.8402208094712577f,1.3809236766547963f,-0.06186714125338618f,0.8381359228620655f,0.5419415389516542f,-0.9690095068368043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9946428465113244f,0.09771980715787836f,0.03371123214712053f,-0.15417597256703477f,-0.07281024571737539f,-0.8937757492152273f,0.44256477292407115f,1.3466247556956397f,0.07337762603427156f,0.43773936241076883f,0.896102658512845f,-1.2754319515663308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9946428465113244f,0.060076919383727875f,-0.08412117237182949f,-0.13083333333333322f,-0.07281024571737539f,0.17049381073569053f,0.9826650134300081f,1.3899682735416115f,0.07337762603427156f,0.9835256093555388f,-0.16520623396043815f,-0.9160112024568055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-1.9040084765212587e-17f,1.000475822198268e-16f,-0.04675196077708829f,-0.14827827580090203f,0.9878399703843783f,1.2398681337689095f,0.2970492080767118f,0.942119724382208f,0.15547409080290764f,-0.8169505059702424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-1.9040084765212587e-17f,1.000475822198268e-16f,0.04675196077708829f,-0.14827827580090203f,0.9878399703843783f,1.2398681337689095f,-0.29704920807671203f,0.942119724382208f,0.15547409080290764f,-0.8169505059702424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.209755057801045e-16f,-1.9040084765212587e-17f,1.000475822198268e-16f,0f,-0.15547409080290764f,0.9878399703843783f,1.2398681337689095f,-1.2246467991473532e-16f,0.9878399703843783f,0.15547409080290764f,-0.8169505059702424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,-1.0491134453081694e-16f,9.856663531484838e-17f,-0.2576044762961216f,-0.8170170180862768f,0.5158712300076537f,1.2180411035418377f,0.15512547066070412f,0.49199513646163673f,0.8566661391991577f,-0.8048576567829542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,-1.0491134453081694e-16f,9.856663531484838e-17f,0.2576044762961216f,-0.8170170180862768f,0.5158712300076537f,1.2180411035418377f,-0.15512547066070434f,0.4919951364616366f,0.8566661391991577f,-0.8048576567829542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.31760050601081e-17f,-1.0491134453081694e-16f,9.856663531484838e-17f,0f,-0.8566661391991577f,0.5158712300076537f,1.2180411035418377f,-1.2246467991473532e-16f,0.5158712300076537f,0.8566661391991577f,-0.8048576567829542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,-7.69769499869354e-17f,-0.18124999999999988f,-0.21498171950994216f,-0.5906574199490935f,0.7777574638250854f,1.1630417100142805f,0.26600871925006414f,0.7308529495175958f,0.6285644974577956f,-0.7368038786982593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,-7.69769499869354e-17f,0.1812500000000001f,0.21498171950994216f,-0.5906574199490935f,0.7777574638250854f,1.1630417100142805f,-0.26600871925006436f,0.7308529495175958f,0.6285644974577956f,-0.7368038786982591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-6.139708434190963e-17f,-1.0596223790073053e-16f,-0.0078124999999998924f,0f,-0.8652473347785303f,0.5013452399880248f,1.2961807163190002f,-1.2246467991473532e-16f,0.5013452399880248f,0.8652473347785303f,-0.8836061794439228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-8.693104334813574e-17f,-8.625886348093814e-17f,8.878689293818312e-17f,0f,-0.704357072920902f,0.7098458380707034f,1.1388009328382362f,-1.2246467991473532e-16f,0.7098458380707034f,0.704357072920902f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.14952220403068756f,0.9887210790414405f,-0.008587104339356381f,-0.7611994800193949f,-0.8369615314508948f,-0.13118634911751093f,-0.531305502208091f,0.45509045282771915f,-0.5264394603116094f,-0.07225489370518884f,0.8471367805510946f,0.2524886389152723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.14952220403068756f,0.9887210790414405f,-0.008587104339356381f,-0.7752171866472719f,-0.8369615314508948f,-0.13118634911751093f,-0.531305502208091f,0.37662530925419774f,-0.5264394603116094f,-0.07225489370518884f,0.8471367805510946f,0.20313493951105888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.14952220403068756f,0.9887210790414405f,-0.008587104339356381f,-0.7669202676824299f,-0.8369615314508948f,-0.13118634911751093f,-0.531305502208091f,0.4955537063721721f,-0.5264394603116094f,-0.07225489370518884f,0.8471367805510946f,0.10074127213050138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8151205678423581f,0.36279401840677156f,-0.4516181573947386f,0.6342420519213867f,-0.46030781025618445f,0.06768298432288833f,0.885175538212791f,0.701271161627411f,0.35170325517047507f,0.92940815245048f,0.11182712757232477f,0.2227400649581256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.508414030169126f,0.36279401840677156f,-0.7809581769438452f,0.6981746147452798f,-0.8214657041643425f,0.06768298432288833f,0.5662270838761854f,0.7631864797912217f,0.25828137913711113f,0.92940815245048f,0.26361186496365663f,0.19327511480641013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6819473367881912f,0.36279401840677156f,-0.635081357036845f,0.76147053688886f,-0.660430060413981f,0.06768298432288833f,0.7478309628082627f,0.6200541762880769f,0.314292801618298f,0.92940815245048f,0.19344384458934455f,0.17899101319386618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.3661156733819046e-21f,-1.3398697227079979e-21f,-0.007217499999999867f,0f,-0.00001094086657182191f,0.000011155181023075777f,0.5316514249699431f,-1.9135106236677393e-21f,0.000011155181023075777f,0.00001094086657182191f,-1.0877980293517862f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28.mcfunction new file mode 100644 index 000000000..496391f6e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..97a88f9f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.49145623629961666f,-0.08665699429705741f,-0.6464563230304577f,0.06389333784704007f,-0.5780392721559743f,-0.3170821387842654f,0.48194809010289885f,1.221369444557499f,-0.3021354201215928f,0.7475920859986682f,0.12947859013965587f,-0.5572428743822843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47726552214689266f,0.10580721892346183f,-0.6332633368461628f,0.06389333784704007f,-0.6420056167290635f,-0.0702755710405416f,0.47211241479467647f,1.221369444557499f,0.006812448765952023f,0.7898519966035462f,0.12683616993272412f,-0.5572428743822843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.49145623629961666f,0.0866569942970572f,0.6464563230304577f,-0.06389333784703995f,0.5780392721559743f,-0.3170821387842654f,0.48194809010289885f,1.221369444557499f,0.30213542012159267f,0.7475920859986682f,0.12947859013965604f,-0.5572428743822843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.47726552214689266f,-0.10580721892346202f,0.6332633368461628f,-0.06389333784703995f,0.6420056167290635f,-0.0702755710405416f,0.47211241479467647f,1.221369444557499f,-0.006812448765952134f,0.7898519966035462f,0.12683616993272429f,-0.5572428743822843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5479813357486896f,-0.18947258063141822f,0.09622980495965403f,-0.3508154626080799f,-0.06139952710806515f,-1.0761369429301357f,-1.131178866551125f,0.42696544816524423f,0.2034456493626938f,1.1168865973096165f,-1.073582994698379f,0.1324044723649081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.124501120302926f,0.9797014176896639f,-0.15711334513713038f,-0.4188681598217491f,-0.5641713620084631f,0.20015528650745484f,0.8010296720925103f,0.6371586879837291f,0.8162169719705858f,-0.011090241655682509f,0.5776390405843311f,-0.1548632569869361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3675415024729676f,0.9168279363976625f,-0.15601211171161486f,-0.29843749999999997f,-0.5963173707777207f,-0.10359645014697909f,0.796036034878881f,0.8322452962937087f,0.7136657742029248f,0.3856090125473577f,0.584796419426104f,-0.3887890997346517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1126319981369586f,-0.9876323336457935f,0.10907064927394576f,0.4195621092142495f,0.4901732151138647f,0.1507099209847089f,0.8584967902687347f,0.6714255242749804f,-0.8643172173343608f,-0.043230698052966365f,0.5010856758731387f,-0.1281233353266104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.38381499746555814f,-0.9168279363976625f,0.11005717950827733f,0.2984375000000001f,0.49486012262477164f,-0.10359645014697909f,0.8627753094246152f,0.8322452962937087f,-0.7796149734043781f,0.38560901254735747f,0.49346345628216726f,-0.3887890997346516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-5.1829053799973044e-17f,1.1095650953782783e-16f,-0.15624999999999992f,0f,0.9060286575286853f,0.4232163415285f,0.5890629110924366f,-1.2246467991473532e-16f,0.4232163415285f,-0.9060286575286853f,-0.7612579383574753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-9.03450199084072e-17f,8.267632795648392e-17f,-0.15624999999999994f,0f,0.6751034503503082f,0.7377230722466994f,0.7202555772346613f,-1.2246467991473532e-16f,0.7377230722466994f,-0.6751034503503082f,-0.6271542588759086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-3.690291836784954e-17f,1.1677231025613226e-16f,0.15625000000000008f,0f,0.953518274309243f,0.3013351963483905f,0.5890629110924366f,-1.2246467991473532e-16f,0.3013351963483905f,-0.953518274309243f,-0.7612579383574752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-9.03450199084072e-17f,8.267632795648392e-17f,0.15625000000000006f,0f,0.6751034503503082f,0.7377230722466994f,0.7202555772346613f,-1.2246467991473532e-16f,0.7377230722466994f,-0.6751034503503082f,-0.6271542588759085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.1840416383371922e-16f,3.127381993707126e-17f,0.29375f,0f,0.255370119440522f,0.9668433699917136f,0.9736878962303539f,-1.2246467991473532e-16f,0.9668433699917136f,-0.255370119440522f,0.10388812954487503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.1840416383371922e-16f,3.127381993707126e-17f,0.33125f,0f,0.255370119440522f,0.9668433699917136f,1.0324081972370118f,-1.2246467991473532e-16f,0.9668433699917136f,-0.255370119440522f,-0.04090824040163815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.1840416383371922e-16f,3.127381993707126e-17f,-0.29375f,0f,0.255370119440522f,0.9668433699917136f,0.9736878962303539f,-1.2246467991473532e-16f,0.9668433699917136f,-0.255370119440522f,0.10388812954487492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.1840416383371922e-16f,3.127381993707126e-17f,-0.33125f,0f,0.255370119440522f,0.9668433699917136f,1.0324081972370118f,-1.2246467991473532e-16f,0.9668433699917136f,-0.255370119440522f,-0.04090824040163826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879238569822315f,0.15306642379041555f,0.0240233784752311f,0.19411826414371858f,0.0206712694918304f,-0.02345383918223065f,0.9995111885542904f,0.9908571719907425f,0.1535550436258849f,0.9879375422240148f,0.0200065299696279f,0.19654683322911387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9997057390584034f,-0.0033634179531093072f,0.0240233784752311f,0.07893325217686048f,0.02408576064799272f,-0.019931384517825685f,0.9995111885542904f,0.9934306344285853f,-0.0028829546821100283f,0.9997956927947207f,0.0200065299696279f,0.20629008393284587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9708238905888655f,0.2385871973692938f,0.024023378475231096f,0.05661787142432617f,0.018548472296375663f,-0.025166210089332043f,0.9995111885542904f,0.9940547229002421f,0.23907515060618315f,0.9707949377294905f,0.02000652996962784f,0.20190688641859122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9970358859469552f,-0.0730911719744992f,0.024023378475231096f,0.08568309077171124f,0.025417432046402073f,-0.01820269493663909f,0.9995111885542904f,0.9931543111512315f,-0.07261815394332569f,0.9971591359840405f,0.02000652996962784f,0.21198993694760432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08377947708437762f,0.024023378475231096f,0.14385038234398492f,0.02225697243539688f,-0.021954751941203908f,0.9995111885542904f,1.0209096626976444f,0.08426595203227658f,0.9962424343936914f,0.02000652996962784f,0.3174975252194018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08377947708437762f,0.0240233784752311f,0.12499999999999999f,0.02225697243539688f,-0.02195475194120397f,0.9995111885542904f,1.0258494818844153f,0.08426595203227658f,0.9962424343936914f,0.0200065299696279f,0.0933429774808216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879238569822315f,-0.1530664237904158f,-0.0240233784752311f,-0.1941182641437186f,-0.0206712694918304f,-0.02345383918223065f,0.9995111885542904f,0.9908571719907425f,-0.15355504362588515f,0.9879375422240148f,0.0200065299696279f,0.19654683322911387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9997057390584034f,0.0033634179531090574f,-0.0240233784752311f,-0.07893325217686052f,-0.02408576064799272f,-0.019931384517825685f,0.9995111885542904f,0.9934306344285853f,0.0028829546821097785f,0.9997956927947207f,0.0200065299696279f,0.20629008393284587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9708238905888654f,-0.23858719736929407f,-0.024023378475231096f,-0.05661787142432623f,-0.018548472296375663f,-0.025166210089332043f,0.9995111885542904f,0.9940547229002421f,-0.2390751506061834f,0.9707949377294905f,0.02000652996962784f,0.20190688641859122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9970358859469554f,0.07309117197449895f,-0.024023378475231096f,-0.0856830907717113f,-0.025417432046402073f,-0.01820269493663909f,0.9995111885542904f,0.9931543111512315f,0.07261815394332544f,0.9971591359840405f,0.02000652996962784f,0.21198993694760432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08377947708437787f,-0.024023378475231096f,-0.143850382343985f,-0.02225697243539688f,-0.021954751941203908f,0.9995111885542904f,1.0209096626976444f,-0.08426595203227683f,0.9962424343936914f,0.02000652996962784f,0.3174975252194018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08377947708437787f,-0.0240233784752311f,-0.125f,-0.02225697243539688f,-0.02195475194120397f,0.9995111885542904f,1.0258494818844153f,-0.08426595203227683f,0.9962424343936914f,0.0200065299696279f,0.0933429774808216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.1840416383371922e-16f,3.127381993707126e-17f,4.827360923227049e-17f,0f,0.255370119440522f,0.9668433699917136f,0.8647584403589067f,-1.2246467991473532e-16f,0.9668433699917136f,-0.255370119440522f,-0.3941839334074155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1827085158259248e-16f,-3.177425833197312e-17f,9.262517857574267e-17f,0f,-0.2594565090448577f,0.9657547928507815f,0.9620546312507283f,-1.2246467991473532e-16f,0.9657547928507815f,0.2594565090448577f,-0.7563419807264585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211086f,-0.018863955312791832f,0.16184063674797242f,0.04687725117849748f,-0.7055751345285013f,0.7070829179502469f,1.2563387657428886f,-0.07347548445464003f,0.7035079636018591f,0.7068789842207234f,-1.3498601090613551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879474f,0.01812069783914323f,0.13166666666666677f,0.04687725117849748f,-0.34882353804281974f,0.9360153111083375f,1.1402911566664409f,-0.07347548445464003f,0.9333029387629568f,0.35149250017686706f,-1.0147938447316038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9943995977867356f,0.09933296363805572f,0.03608881068224857f,-0.1523987088713064f,-0.056843633045927586f,-0.7905698121748806f,0.6097279503679605f,1.0164153006958456f,0.08909680860568693f,0.6042618094937449f,0.7917887497834426f,-1.2881461052270589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9943995977867356f,0.05198854218401166f,-0.09201429999277133f,-0.13166666666666654f,-0.056843633045927586f,0.47088424353753716f,0.8803617611926484f,1.1656349843221727f,0.08909680860568693f,0.8806618083405587f,-0.4652918847633376f,-0.9615561428676375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,8.817418960562553e-18f,1.024488333607118e-16f,0.021650724273693765f,0.0686673245738462f,0.997404654427828f,1.0344379051666335f,0.2999253640390031f,0.9512417256829971f,-0.07199968976117505f,-0.8365582095347055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,8.817418960562553e-18f,1.024488333607118e-16f,-0.021650724273693765f,0.0686673245738462f,0.997404654427828f,1.0344379051666335f,-0.29992536403900333f,0.9512417256829971f,-0.07199968976117505f,-0.8365582095347055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.2214684174997117e-16f,8.817418960562553e-18f,1.024488333607118e-16f,0f,0.07199968976117505f,0.997404654427828f,1.0344379051666335f,-1.2246467991473532e-16f,0.997404654427828f,-0.07199968976117505f,-0.8365582095347055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,-8.790218170983381e-17f,1.0040164180825027e-16f,-0.215839341168645f,-0.6845549325959748f,0.696274315957731f,1.0159119248077484f,0.20937372485436023f,0.6640486174995147f,0.717775784585684f,-0.819841621912161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,-8.790218170983381e-17f,1.0040164180825027e-16f,0.215839341168645f,-0.6845549325959748f,0.696274315957731f,1.0159119248077484f,-0.20937372485436045f,0.6640486174995147f,0.717775784585684f,-0.819841621912161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-8.526901123661481e-17f,-8.790218170983381e-17f,1.0040164180825027e-16f,0f,-0.717775784585684f,0.696274315957731f,1.0159119248077484f,-1.2246467991473532e-16f,0.696274315957731f,0.717775784585684f,-0.819841621912161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,-5.343731205932782e-17f,-0.18124999999999988f,-0.14924006776643428f,-0.4100337162661559f,0.8997776134679258f,0.9777314077113364f,0.307742068319528f,0.8455143837241653f,0.436348766816138f,-0.7411110807337176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,-5.343731205932782e-17f,0.1812500000000001f,0.14924006776643428f,-0.4100337162661559f,0.8997776134679258f,0.9777314077113364f,-0.3077420683195282f,0.8455143837241653f,0.436348766816138f,-0.7411110807337175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-8.130034636139094e-17f,-9.158521446246904e-17f,-0.007812499999999888f,0f,-0.7478500293001561f,0.6638677079627809f,1.0755803400913102f,-1.2246467991473532e-16f,0.6638677079627809f,0.7478500293001561f,-0.9133659990755424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.0324221217837492e-16f,-6.586837975185055e-17f,8.87868929381831e-17f,0f,-0.5378561377673193f,0.8430366392192113f,0.9554031093089249f,-1.2246467991473532e-16f,0.8430366392192113f,0.5378561377673193f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.21217212025133467f,0.9547882234365788f,0.2082364996221236f,-0.7618460985298854f,-0.9569797152306295f,-0.15984576927919908f,-0.24215522848091509f,0.5129967345291704f,-0.1979212369230658f,-0.250656694365745f,0.9476277779510693f,0.34730300571384265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.21217212025133467f,0.9547882234365788f,0.2082364996221236f,-0.781737234803448f,-0.9569797152306295f,-0.15984576927919908f,-0.24215522848091509f,0.4232798862262989f,-0.1979212369230658f,-0.250656694365745f,0.9476277779510693f,0.3287478897523053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21217212025133467f,0.9547882234365788f,0.2082364996221236f,-0.8030271416099852f,-0.9569797152306295f,-0.15984576927919908f,-0.24215522848091509f,0.504461594649872f,-0.1979212369230658f,-0.250656694365745f,0.9476277779510693f,0.19588128104041355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7770203879362007f,0.39445114624658095f,-0.490558467418752f,0.651814857874253f,-0.38200324628074966f,0.3239203061834151f,0.8655340288359621f,0.7097658692508627f,0.5003127387569154f,0.8599325139025744f,-0.1010110636056934f,0.2894358362035764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5042530373694808f,0.39445114624658095f,-0.7682038580535844f,0.7132684754590802f,-0.7060265725486863f,0.3239203061834151f,0.6297635382405031f,0.7619509587771525f,0.4972477784352667f,0.8599325139025744f,0.11515519256373491f,0.24158991875108166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6555052542381568f,0.39445114624658095f,-0.6439884741910588f,0.7791399377953254f,-0.5566409549470912f,0.3239203061834151f,0.7650009689651598f,0.6211082686692336f,0.5103564528266104f,0.8599325139025744f,0.00723620006901049f,0.26442744746697744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.607144694649163e-21f,-1.0385609454193579e-21f,-0.007217499999999883f,0f,-0.000008480493691262203f,0.000013123332341766784f,0.2878132342246773f,-1.9135106236677393e-21f,0.000013123332341766784f,0.000008480493691262203f,-0.9586165526910471f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29.mcfunction new file mode 100644 index 000000000..a2f3d6237 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..fe77b72df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4670359646013447f,-0.08235104152042075f,-0.6648610066576607f,0.06692970442890608f,-0.6405431225538649f,-0.18256458426787422f,0.47256652988175896f,1.12129775614522f,-0.19628132963244493f,0.7917278086413567f,0.039814081756575734f,-0.60729376042641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45355038158666733f,0.10054969883743277f,-0.6512924146850554f,0.06692970442890608f,-0.648146079040967f,0.07489719962472913f,0.4629223149862129f,1.12129775614522f,0.11915834669216166f,0.7901140218677779f,0.039001549475829296f,-0.60729376042641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4670359646013447f,0.08235104152042054f,0.6648610066576607f,-0.06692970442890595f,0.6405431225538649f,-0.18256458426787422f,0.47256652988175896f,1.12129775614522f,0.19628132963244482f,0.7917278086413567f,0.03981408175657589f,-0.6072937604264101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45355038158666733f,-0.10054969883743296f,0.6512924146850554f,-0.06692970442890595f,0.648146079040967f,0.07489719962472913f,0.4629223149862129f,1.12129775614522f,-0.11915834669216177f,0.7901140218677779f,0.03900154947582945f,-0.6072937604264101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5511298326917362f,-0.15505403535821816f,0.106586763966449f,-0.29870449445989183f,0.005421541447747591f,-0.8479295413499344f,-1.312399462737783f,0.4488188785605197f,0.18807737509343717f,1.3032190871166762f,-0.8412212324666685f,0.21874155581913574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.20460044612682596f,0.9690708148404713f,-0.13798700398635003f,-0.3988723758245236f,-0.42102008726770473f,0.21438675348507005f,0.8813514656748614f,0.6100598578615998f,0.8836745688101466f,-0.12222960261146637f,0.45186190443944824f,-0.09729702921106703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3064502578044256f,0.9420574527872968f,-0.13644044539472638f,-0.29843749999999997f,-0.4775519904044255f,-0.028162270541446318f,0.8781520272587897f,0.766298290711035f,0.8234271892234145f,0.334267321414853f,0.45851174672168094f,-0.36718699001706867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.19551373327320912f,-0.9753623865944675f,0.10218901564413352f,0.39877863222838345f,0.3528449100176631f,0.16718277263743986f,0.9206249996648395f,0.6425871231259987f,-0.9150272398001055f,-0.1439379565993718f,0.37683818154985f,-0.07911478583403192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.319033401312418f,-0.9420574527872968f,0.10366023584258174f,0.2984375000000001f,0.383144028709165f,-0.028162270541446252f,0.923259194258287f,0.766298290711035f,-0.8668438971992248f,0.33426732141485266f,0.369928392695937f,-0.36718699001706856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-3.1315813007194075e-17f,1.1839306433367215e-16f,-0.15624999999999994f,0f,0.9667527356957288f,0.25571301888019776f,0.46506814748675046f,-1.2246467991473532e-16f,0.25571301888019776f,-0.9667527356957288f,-0.6956708887543981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-7.423910290872789e-17f,9.739688612027538e-17f,-0.15624999999999994f,0f,0.7953059297430645f,0.6062082794844689f,0.617976811060353f,-1.2246467991473532e-16f,0.6062082794844689f,-0.7953059297430645f,-0.5869774984119543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-1.559450601298788e-17f,1.2146772908402244e-16f,0.15625000000000006f,0f,0.9918592786801302f,0.12733880514647483f,0.46506814748675046f,-1.2246467991473532e-16f,0.12733880514647483f,-0.9918592786801302f,-0.695670888754398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-7.423910290872789e-17f,9.739688612027538e-17f,0.15625000000000006f,0f,0.7953059297430645f,0.6062082794844689f,0.617976811060353f,-1.2246467991473532e-16f,0.6062082794844689f,-0.7953059297430645f,-0.5869774984119542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0893756207810512e-16f,5.594823853435941e-17f,0.29375f,0f,0.45685203744714586f,0.8895427004255568f,1.0147797627447006f,-1.2246467991473532e-16f,0.8895427004255568f,-0.45685203744714586f,0.0797556821876983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0893756207810512e-16f,5.594823853435941e-17f,0.33125f,0f,0.45685203744714586f,0.8895427004255568f,1.0410678862287033f,-1.2246467991473532e-16f,0.8895427004255568f,-0.45685203744714586f,-0.07426703387616623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0893756207810512e-16f,5.594823853435941e-17f,-0.29375f,0f,0.45685203744714586f,0.8895427004255568f,1.0147797627447006f,-1.2246467991473532e-16f,0.8895427004255568f,-0.45685203744714586f,0.07975568218769818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0893756207810512e-16f,5.594823853435941e-17f,-0.33125f,0f,0.45685203744714586f,0.8895427004255568f,1.0410678862287033f,-1.2246467991473532e-16f,0.8895427004255568f,-0.45685203744714586f,-0.07426703387616634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9879859011810528f,0.15217915040990754f,0.02693260566639747f,0.19393006829271786f,0.05073866412207488f,0.15479263869487458f,0.9866432115861263f,1.0474817351247105f,0.14597755659884915f,0.9761561069759268f,-0.1606543114361797f,0.16618202480570055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996282192535565f,-0.0042494733770089416f,0.02693260566639747f,0.07874505632585976f,0.025899083344347745f,0.1608241602276761f,0.9866432115861263f,1.0520856079685574f,-0.008524127749283392f,0.9869739264352839f,-0.1606543114361797f,0.17514628707498126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9711591479063771f,0.23647046597304883f,0.03052258442938121f,0.05647583958580431f,0.057280703052651566f,0.10712603448606757f,0.9925940427954846f,1.0570468582968788f,0.2314494123897348f,0.9657151399133077f,-0.11758162291220281f,0.168606531142714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9967006286294436f,-0.07520790337074416f,0.03052258442938121f,0.08551426997419738f,0.0213734207000004f,0.11958362385584816f,0.9925940427954846f,1.0573615949770525f,-0.07830091811245063f,0.9899714784659608f,-0.11758162291220281f,0.17880143802804638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08163636036501905f,0.03052258442938121f,0.14365025834135842f,0.039817278649486955f,0.11476781137525144f,0.9925940427954846f,1.099004238748995f,0.07752875476134688f,0.99003224903964f,-0.11758162291220281f,0.2796564904919979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08289003707270429f,0.02693260566639747f,0.12499999999999999f,0.039817278649486955f,0.15795492189850818f,0.9866432115861263f,1.0634643813218307f,0.07752875476134688f,0.9839611193548871f,-0.1606543114361797f,0.05826523863714872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9879859011810527f,-0.15217915040990776f,-0.026932605666397436f,-0.1939300682927179f,-0.05073866412207488f,0.15479263869487458f,0.9866432115861263f,1.0474817351247105f,-0.1459775565988494f,0.9761561069759268f,-0.1606543114361797f,0.16618202480570052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9996282192535566f,0.0042494733770087195f,-0.026932605666397436f,-0.07874505632585979f,-0.025899083344347745f,0.1608241602276761f,0.9866432115861263f,1.0520856079685574f,0.008524127749283142f,0.9869739264352839f,-0.1606543114361797f,0.17514628707498128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711591479063771f,-0.23647046597304905f,-0.030522584429381185f,-0.056475839585804335f,-0.057280703052651566f,0.10712603448606757f,0.9925940427954846f,1.0570468582968788f,-0.23144941238973504f,0.9657151399133077f,-0.11758162291220281f,0.168606531142714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9967006286294436f,0.07520790337074394f,-0.030522584429381185f,-0.08551426997419741f,-0.0213734207000004f,0.11958362385584816f,0.9925940427954846f,1.0573615949770525f,0.07830091811245038f,0.9899714784659608f,-0.11758162291220281f,0.17880143802804638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08163636036501927f,-0.030522584429381185f,-0.14365025834135847f,-0.039817278649486955f,0.11476781137525144f,0.9925940427954846f,1.099004238748995f,-0.07752875476134713f,0.99003224903964f,-0.11758162291220281f,0.2796564904919979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08289003707270451f,-0.026932605666397436f,-0.125f,-0.039817278649486955f,0.15795492189850818f,0.9866432115861263f,1.0634643813218307f,-0.07752875476134713f,0.9839611193548871f,-0.1606543114361797f,0.05826523863714872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0893756207810512e-16f,5.594823853435941e-17f,4.694668431097607e-17f,0f,0.45685203744714586f,0.8895427004255568f,0.8015295027418698f,-1.2246467991473532e-16f,0.8895427004255568f,-0.45685203744714586f,-0.383348769160726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.220323415195311e-16f,-1.0281315571419465e-17f,9.270881238080023e-17f,0f,-0.08395331273129297f,0.9964696890931716f,0.8330119950161047f,-1.2246467991473532e-16f,0.9964696890931716f,0.08395331273129297f,-0.7570249025706653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211088f,-0.01886395531279182f,0.16267181650050375f,0.03309407371734166f,-0.5695298779775256f,0.8213041460845649f,1.0172738936119388f,-0.08062819468825498f,0.8175545507224896f,0.570178613080376f,-1.3933301213544131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.018120697839143253f,0.13250000000000012f,0.03309407371734166f,-0.1776608520197702f,0.983535156435397f,0.9625540362301608f,-0.08062819468825498f,0.9803921959378762f,0.1798061076977698f,-1.0430047699706204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9941509639723154f,0.10089348132435484f,0.03852747408237508f,-0.15035518545432228f,-0.041008641845996535f,-0.6826737772341132f,0.7295716586949191f,0.7728464357076041f,0.09991072078041881f,0.7237244083925599f,0.6828182983561415f,-1.2647569587021117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9941509639723154f,0.042891716308562255f,-0.09911690827009204f,-0.1324999999999999f,-0.041008641845996535f,0.6990994562023533f,0.7138474918576944f,1.0027251831583015f,0.09991072078041881f,0.7137368219516771f,-0.693251467263833f,-0.9927364503798708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,3.2076242562442846e-17f,1.0397657121458589e-16f,0.07876158392401748f,0.24979983019930785f,0.9650889377307031f,0.8897223270472754f,0.29020784061304056f,0.9204216788933717f,-0.2619223974192033f,-0.8490331358149829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,3.2076242562442846e-17f,1.0397657121458589e-16f,-0.07876158392401748f,0.24979983019930785f,0.9650889377307031f,0.8897223270472754f,-0.2902078406130408f,0.9204216788933717f,-0.2619223974192033f,-0.8490331358149829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.181893078484425e-16f,3.2076242562442846e-17f,1.0397657121458589e-16f,0f,0.2619223974192033f,0.9650889377307031f,0.8897223270472754f,-1.2246467991473532e-16f,0.9650889377307031f,-0.2619223974192033f,-0.8490331358149829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-6.992005122893931e-17f,1.0153231734881217e-16f,-0.17168513338553287f,-0.544515676688591f,0.8209914084902215f,0.8747456565885233f,0.24687687787619117f,0.782993422695786f,0.5709405461037449f,-0.829074288354021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-6.992005122893931e-17f,1.0153231734881217e-16f,0.17168513338553287f,-0.544515676688591f,0.8209914084902215f,0.8747456565885233f,-0.2468768778761914f,0.782993422695786f,0.5709405461037449f,-0.829074288354021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.0054245005350271e-16f,-6.992005122893931e-17f,1.0153231734881217e-16f,0f,-0.5709405461037449f,0.8209914084902215f,0.8747456565885233f,-1.2246467991473532e-16f,0.8209914084902215f,0.5709405461037449f,-0.829074288354021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,-3.1315813007194075e-17f,-0.18124999999999988f,-0.08745900336764463f,-0.24029163688060948f,0.9667527356957288f,0.852370767436506f,0.33064890922313533f,0.9084504118578661f,0.2557130188801977f,-0.7444834239806447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,-3.1315813007194075e-17f,0.1812500000000001f,0.08745900336764463f,-0.24029163688060948f,0.9667527356957288f,0.852370767436506f,-0.33064890922313556f,0.9084504118578661f,0.2557130188801977f,-0.7444834239806447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-9.528603512868145e-17f,-7.69296388661371e-17f,-0.007812499999999886f,0f,-0.6281781728388831f,0.7780695233517392f,0.9168699468220116f,-1.2246467991473532e-16f,0.7780695233517392f,0.6281781728388831f,-0.9317031004809031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.1329266142781403e-16f,-4.650129775846353e-17f,8.87868929381831e-17f,0f,-0.37971191196383763f,0.9251047853690776f,0.8320280664925916f,-1.2246467991473532e-16f,0.9251047853690776f,0.37971191196383763f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24823743916335053f,0.8749583876717841f,0.41572345813101996f,-0.7637388700392179f,-0.9603866903836067f,-0.2783923174380239f,0.012454819368795167f,0.599853396251167f,0.12663166559610828f,-0.39616352360392626f,0.9094057861230469f,0.3780385812733047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24823743916335053f,0.8749583876717841f,0.41572345813101996f,-0.787011129960782f,-0.9603866903836067f,-0.2783923174380239f,0.012454819368795167f,0.5098171440277038f,0.12663166559610828f,-0.39616352360392626f,0.9094057861230469f,0.3899102999229398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24823743916335053f,0.8749583876717841f,0.41572345813101996f,-0.837733518719653f,-0.9603866903836067f,-0.2783923174380239f,0.012454819368795167f,0.5529670472341162f,0.12663166559610828f,-0.39616352360392626f,0.9094057861230469f,0.2475635726796652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7265139762217101f,0.40996258143796194f,-0.5514599932680908f,0.6700896118228779f,-0.2941516900227775f,0.5397345045246622f,0.7887721140369132f,0.7505248153376116f,0.621009038268578f,0.7352668539015204f,-0.27153347481018975f,0.31552982932430185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4811747093780014f,0.40996258143796194f,-0.774855845222657f,0.7276603881771222f,-0.5568442710894493f,0.5397345045246622f,0.6313565730871716f,0.7910919736953373f,0.6770490062099312f,0.7352668539015204f,-0.03142127852116286f,0.2536511264229903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6140882811119395f,0.40996258143796194f,-0.674408084783765f,0.8000362127175648f,-0.43271635581574175f,0.5397345045246622f,0.722110254763815f,0.6624918563019022f,0.6600394976139897f,0.7352668539015204f,-0.15404711987970485f,0.30769754585560183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.7572476071623657e-21f,-7.573663274871966e-22f,-0.007217499999999898f,0f,-0.000006184365386121979f,0.000014349015637699209f,0.13492019514703946f,-1.9135106236677393e-21f,0.000014349015637699209f,0.000006184365386121979f,-0.844555638571851f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..8d73f2ab1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6735825918101312f,-0.08365854011736024f,-0.45412793915395994f,-0.008878837830669145f,-0.20268633587332843f,0.7752121473934191f,0.15782528386913292f,1.2254811381899773f,0.414908647421375f,0.2428823164488517f,-0.6601541025365588f,-0.2947300243709144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6409703581793134f,0.1767952508875795f,-0.44486002202836894f,-0.008878837830669145f,0.10717037205800733f,0.7775680055866889f,0.15460435970853836f,1.2254811381899773f,0.46655279582104237f,0.06427624717993952f,-0.6466815698317311f,-0.2947300243709144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7626835725793968f,0.169593936143173f,0.2376891023699615f,-0.07736628359914638f,0.21856050095244062f,0.7724131037937515f,0.15017905631467296f,1.2262380877352155f,-0.19362210613819594f,0.20386352875296965f,-0.7667428422251105f,-0.28417811528109244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.753823868160261f,-0.1324231845770928f,0.23283830436241126f,-0.07736628359914638f,-0.09175457076067754f,0.780985606454671f,0.1471141776143735f,1.2262380877352155f,-0.251655865293113f,0.11191774969633211f,-0.7510950291184756f,-0.28417811528109244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0175974711584667f,0.7546667055784511f,1.3680550948336085f,-0.5405018272813815f,1.561333733030047f,0.042064208095177746f,-0.04328771765503679f,0.8408625732159818f,-0.057736930220470765f,1.3675214864449818f,-0.7536296709923404f,0.22141919768420593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4220150822551967f,-0.8347043309014566f,-0.3537964815024187f,-0.4602399056083917f,-0.8521485672887712f,0.4984172426150634f,-0.1594461399084067f,1.0620971521613896f,0.30942865028441346f,0.23419848897537457f,-0.921631693327013f,0.1380594351295692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5100716227489741f,-0.8347043309014566f,-0.20759484492775823f,-0.27910308231369035f,-0.8600427255553106f,0.4984172426150634f,0.10911811253586395f,1.3739391277022808f,0.012387489076516767f,0.23419848897537457f,-0.9721098795280451f,0.12827432824656707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5987137058369109f,0.7925380473440835f,0.11586777789817426f,0.4248002655071883f,0.5052505412999592f,-0.2614499977504173f,-0.822414609058232f,1.135392741923049f,-0.6215012380994354f,0.5509331558259444f,-0.556963974465615f,0.2479920380033988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.27221236262369264f,0.901605824207902f,0.33616568443137856f,0.3107761603495525f,0.7063615809997862f,0.4244705377455173f,-0.5664610131981842f,1.3674195558381352f,-0.6534169775283691f,0.08325683359593537f,-0.7524058433699654f,0.03739121714913919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9882793594357995f,-0.05569332275948823f,-0.14213430800891647f,-0.11552782716365324f,0.010922842913751441f,0.9028900555875721f,-0.42973275302652025f,0.9893976831239971f,0.15226489817370115f,-0.42624852060866825f,-0.8916992763611923f,0.28373257539410385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9882793594357995f,0.0029385238506528244f,-0.15262788995051071f,-0.11593077825384653f,0.010922842913751441f,0.9986132473932241f,-0.05150022945037103f,1.1763157905761619f,0.15226489817370115f,-0.05256374423819618f,-0.9869409574922979f,0.26770849236511524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9882793594357995f,-0.03666460865449184f,-0.148187766652241f,0.18588417563504517f,0.010922842913751441f,0.9512570859226039f,-0.3082055288029678f,0.9882387664428421f,0.15226489817370115f,-0.3062117942768509f,-0.939707261773529f,0.18779398115344048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9882793594357995f,0.04234140081151577f,-0.1466666747781671f,0.19290652156984084f,0.010922842913751441f,0.9779155663404154f,0.20871472543111527f,1.1729024021656145f,0.15226489817370115f,0.20466643810459717f,-0.9669162579550151f,0.22012571168583364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,0.26948504251912886f,-0.09060234378656651f,0.9871364325443919f,0.1317303262119703f,1.9262666680746559f,0.06563618886784006f,0.13790563611486317f,-0.9882681449073728f,0.16149222616501252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,0.3096156490043284f,-0.09060234378656651f,0.9871364325443919f,0.1317303262119703f,1.8186219199809752f,0.06563618886784006f,0.13790563611486317f,-0.9882681449073728f,0.04914252598304446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,-0.31432654164926366f,-0.09060234378656651f,0.9871364325443919f,0.1317303262119703f,1.873037791100048f,0.06563618886784006f,0.13790563611486317f,-0.9882681449073728f,0.2000534871248686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,-0.3487250735685397f,-0.09060234378656651f,0.9871364325443919f,0.1317303262119703f,1.758597867222375f,0.06563618886784006f,0.13790563611486317f,-0.9882681449073728f,0.09262650110798851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.994141954576908f,0.07555514034516528f,-0.07728644717819352f,0.16126396542198643f,0.06493528115821985f,0.9891564741824171f,0.1317303262119703f,2.0256221393349434f,0.08640129287752736f,0.12594002680018598f,-0.9882681449073728f,0.16106435767255758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,0.04598691169863282f,-0.09060234378656652f,0.987136432544392f,0.1317303262119703f,2.0251338589440127f,0.06563618886784006f,0.1379056361148632f,-0.9882681449073728f,0.1700143907519872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9837738799248943f,0.16191281067319044f,-0.07728644717819352f,0.02414009403091609f,0.15089885000993877f,0.979732952503776f,0.1317303262119703f,2.0188460028542474f,0.09704890645029506f,0.1179304181207788f,-0.9882681449073728f,0.1708847634238591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9856583691685659f,-0.15001461385656997f,-0.07728644717819352f,0.05225574913346392f,-0.1592407976694127f,0.9784117177925137f,0.1317303262119703f,2.0313557311971655f,0.055856491525807975f,0.14214825400182435f,-0.9882681449073728f,0.17035348200976796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9969907349046798f,0.006023254668295036f,-0.07728644717819352f,0.09879107986043556f,-0.004222965543183105f,0.9912765949613201f,0.1317303262119703f,2.144097731358682f,0.0774056914977699f,0.13166029274269408f,-0.9882681449073728f,0.1501211088182215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9969907349046798f,0.006023254668295036f,-0.07728644717819352f,0.09743584756006918f,-0.004222965543183105f,0.9912765949613201f,0.1317303262119703f,1.9210604974923853f,0.0774056914977699f,0.13166029274269408f,-0.9882681449073728f,0.12049754295111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9688330064018092f,-0.23534955022052734f,-0.07728644717819352f,-0.22676110999803462f,-0.24390903833538796f,0.9608098158191318f,0.1317303262119703f,1.9902440489326845f,0.043254904054204645f,0.1464755509858262f,-0.9882681449073728f,0.18669375009640413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,-0.11311443841474422f,-0.09060234378656652f,0.9871364325443919f,0.1317303262119703f,2.010627832648316f,0.06563618886784006f,0.13790563611486317f,-0.9882681449073728f,0.18052317277543153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9446342394589713f,-0.31889333439936274f,-0.07728644717819352f,-0.09056875503653078f,-0.32672098394332694f,0.9358955709945379f,0.1317303262119703f,2.0083874518756684f,0.030324120644723663f,0.14968808058247013f,-0.9882681449073728f,0.1784613822907069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9969440086752672f,-0.011377550222327698f,-0.07728644717819352f,-0.12030246347089137f,-0.021522484392107938f,0.9910519178235212f,0.1317303262119703f,2.0156227787879404f,0.07509611329543468f,0.13299115583097648f,-0.9882681449073728f,0.18175110146002466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.982890132612241f,-0.1671938763713074f,-0.07728644717819352f,-0.18861323597172708f,-0.1762921834865432f,0.9754835658265263f,0.1317303262119703f,2.1178937138567115f,0.05336715520841155f,0.1431014343264984f,-0.9882681449073728f,0.16910441289153746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.982890132612241f,-0.1671938763713074f,-0.07728644717819352f,-0.15099461378818296f,-0.1762921834865432f,0.9754835658265263f,0.1317303262119703f,1.8984099115457436f,0.05336715520841155f,0.1431014343264984f,-0.9882681449073728f,0.13690659016807538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9937218453930086f,-0.08089313364733908f,-0.07728644717819352f,0.017093549354522935f,-0.09060234378656651f,0.9871364325443919f,0.1317303262119703f,1.3997112101459392f,0.06563618886784006f,0.13790563611486317f,-0.9882681449073728f,0.08890880757908337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9882793594357995f,0.04234140081151577f,-0.1466666747781671f,0.0012155240502045213f,0.010922842913751441f,0.9779155663404154f,0.20871472543111527f,1.0329928727682833f,0.15226489817370115f,0.20466643810459717f,-0.9669162579550151f,0.012158893289859437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9810432093192779f,-0.1841361666621918f,-0.06039945012568469f,0.17151573338979093f,-0.14542803653299305f,0.9055436426663055f,-0.39854911543848215f,0.7077787086047538f,0.12808164442530381f,-0.38221012984167707f,-0.9151560025524164f,0.32881799607623435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9810432093192779f,-0.15846688550591498f,0.11154580963257552f,0.12745789744512903f,-0.14542803653299305f,0.22159128099185033f,-0.9642344063445097f,0.7315559146051223f,0.12808164442530381f,-0.962177504614635f,-0.24043614947603856f,0.018353771742124284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984481651841975f,0.11750017998607308f,-0.1303441018601789f,-0.10565248612856122f,0.16309900596656807f,0.8867611971932351f,-0.43249658195775126f,0.7123655215168667f,0.06476566558921207f,-0.44704394286877525f,-0.8921642907587848f,0.3633737619348746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984481651841975f,-0.03062692298314451f,-0.17279429613005398f,-0.12370334776238219f,0.16309900596656807f,0.20371020576510906f,-0.9653501262857194f,0.7400769465744128f,0.06476566558921207f,-0.9785520648671286f,-0.19555373917433774f,0.019203007933533592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9928424511289445f,0.08191155334872041f,-0.08691584817666483f,0.001284650278789368f,0.11404769899607459f,0.8662782786962736f,-0.48636926939592084f,0.9251579700945476f,0.035454048992605736f,-0.4928006100716808f,-0.8694196737611871f,0.01285036330787526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9802124350021696f,-0.1882116128647956f,-0.06131860280493648f,0.0007367989003119948f,-0.11404769899607459f,0.790158198603819f,-0.6021985914404553f,0.8879796192765667f,0.1617921648931679f,-0.5832893021151682f,-0.7959879932619474f,0.007370203167491393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9950401494830087f,-0.04838115596554819f,-0.08691584817666483f,0.001284650278789368f,0f,0.8737533598145864f,-0.48636926939592084f,0.9251579700945476f,0.09947412184498917f,-0.4839569505236588f,-0.8694196737611871f,0.01285036330787526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9922505306539259f,0.07532988027943963f,-0.09881444000796581f,0.0017505100309883359f,0.08657775261900436f,0.9895882406907526f,-0.11497567846298432f,0.9497045147884822f,0.08912450374866085f,-0.12263981010938642f,-0.9884413486939366f,0.017510360791326566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9902569119528565f,-0.09811704630442528f,-0.09881444000796581f,0.0017505100309883359f,-0.08657775261900436f,0.9895882406907526f,-0.11497567846298432f,0.9497045147884822f,0.10906668180996015f,-0.10530032816224426f,-0.9884413486939366f,0.017510360791326566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9950401494830087f,-0.011437104648637194f,-0.09881444000796581f,0.0017505100309883359f,0f,0.9933683070049982f,-0.11497567846298432f,0.9497045147884822f,0.09947412184498917f,-0.11440541628471822f,-0.9884413486939366f,0.017510360791326566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.989138727737419f,0.11004412553229721f,-0.09744161188030573f,-0.1907974141617697f,0.1278592092759563f,0.9711871147076307f,-0.2011159139133306f,0.9619240149726475f,0.0725024130172737f,-0.2113903466615706f,-0.9747089419129044f,0.039195244141756486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9839161583936952f,-0.15763636917791587f,-0.08402242774519539f,0.1935515958805418f,-0.12785920927595631f,0.9499630476712713f,-0.2849951414716345f,0.9643193999265878f,0.12474380086849994f,-0.26966828358469147f,-0.9548392539969052f,-0.011645150325186426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9950401494830087f,-0.028422296764551352f,-0.09532719424938262f,-0.0033036987672765018f,0f,0.9583114932940174f,-0.28572553582168747f,0.8165445645491596f,0.09947412184498917f,-0.2843083798751246f,-0.9535584115385644f,0.045491098597622924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9950401494830087f,-0.020005828925581f,-0.09744161188030573f,0f,0f,0.9795674500363952f,-0.2011159139133306f,1.0354166666666667f,0.09947412184498917f,-0.20011840904373238f,-0.9747089419129044f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6880264660660059f,-0.08966134673940152f,-0.7201252841649152f,0.009770037610137533f,-0.1981060867578474f,0.931438714964308f,-0.30524727460721235f,1.045205239593879f,0.6981214510256902f,0.35267940564557426f,0.6230920288779733f,0.37574665116688133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6880264660660059f,-0.08966134673940152f,-0.7201252841649152f,0.0742725188038256f,-0.1981060867578474f,0.931438714964308f,-0.30524727460721235f,1.0266327939603308f,0.6981214510256902f,0.35267940564557426f,0.6230920288779733f,0.4411955372005398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6880264660660059f,-0.08966134673940152f,-0.7201252841649152f,0.15004007083171886f,-0.1981060867578474f,0.931438714964308f,-0.30524727460721235f,1.0817061079681867f,0.6981214510256902f,0.35267940564557426f,0.6230920288779733f,0.31500728985201454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6184136615525598f,-0.4776896699469121f,-0.6240008993832991f,0.51339898753051f,-0.4173863293500397f,0.872442574363905f,-0.25422943674756066f,2.037382806070952f,0.6658477267940891f,0.10323048805121476f,-0.7389115448142977f,-0.2545822080433999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.18718485315961564f,-0.4776896699469121f,-0.8583556430603945f,0.5364050365378819f,-0.013731196949438335f,0.872442574363905f,-0.48852370328124045f,2.0603829181806814f,0.9822287335330547f,0.10323048805121476f,0.15674878423375138f,-0.3425070569315856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.24539785607863188f,-0.4776896699469121f,-0.8435594060041185f,0.6514359229348138f,-0.2453345291704452f,0.872442574363905f,-0.42267590803592975f,2.112284248331206f,0.9378650548073144f,0.10323048805121476f,-0.3312893075666357f,-0.2488512363524974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015547502335672013f,2.9384866584805863e-7f,-0.0000015262532829948942f,0.06309759417239175f,0f,0.000015343219469413958f,0.00000295402121072216f,1.0685663878785858f,0.000001554283153827956f,0.0000029393697070929565f,-0.000015267119394396274f,0.7037221162545114f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3.mcfunction new file mode 100644 index 000000000..33aafe9ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30.mcfunction new file mode 100644 index 000000000..ee24072c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..4e2eb9627 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.441947906595722f,-0.07792734000045044f,-0.6823150459872314f,0.07004910219291946f,-0.6794330715955156f,-0.06851824544017256f,0.44790668191993704f,1.0454122310620608f,-0.09998596662725422f,0.8100475443865618f,-0.02775295939821796f,-0.6504775340954567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.42918673693366644f,0.09514840885533328f,-0.6683902491303492f,0.07004910219291946f,-0.6405894914968668f,0.19269078400140488f,0.43876572922769347f,1.0454122310620608f,0.2131756276501079f,0.770595251771786f,-0.027186572471723718f,-0.6504775340954567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.441947906595722f,0.07792734000045025f,0.6823150459872314f,-0.07004910219291932f,0.6794330715955156f,-0.06851824544017256f,0.44790668191993704f,1.0454122310620608f,0.0999859666272541f,0.8100475443865618f,-0.02775295939821779f,-0.6504775340954567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.42918673693366644f,-0.09514840885533347f,0.6683902491303492f,-0.07004910219291932f,0.6405894914968668f,0.19269078400140488f,0.43876572922769347f,1.0454122310620608f,-0.213175627650108f,0.770595251771786f,-0.02718657247172355f,-0.6504775340954567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5536008006902402f,-0.12186018705781672f,0.11349403907201165f,-0.2464293339764589f,0.054651638815994934f,-0.6328105852145616f,-1.427574940805256f,0.4879142883544499f,0.1573022583098265f,1.42341389203936f,-0.6249441106851001f,0.2681099058624563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2826297854080998f,0.9522011948841532f,-0.11590206582008064f,-0.37866449956665166f,-0.3014454377147951f,0.20287483900154654f,0.9316503892453607f,0.6074757109713292f,0.9106322267969146f,-0.22837400062460586f,0.34437517819611435f,-0.061732821624137346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2447396528579443f,0.9628490124574375f,-0.11412397438185529f,-0.29843749999999997f,-0.36784291077580794f,0.016700070571549753f,0.9297379741813745f,0.7278272027788635f,0.8971031687107978f,0.26952344397592337f,0.3500900139055717f,-0.35579394128996866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2761862493397837f,-0.9568218944253685f,0.09062570288760156f,0.3779114825514419f,0.2425283902519851f,0.1606250601076566f,0.9567547073242925f,0.6362078998636955f,-0.930000610536038f,-0.2422631883172941f,0.27641890671395036f,-0.04997084395867252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2537549043424636f,-0.9628490124574375f,0.09235923197972422f,0.2984375000000001f,0.28541115374501413f,0.01670007057154976f,0.9582596625971717f,0.7278272027788635f,-0.9242017755014793f,0.26952344397592326f,0.27057012271732866f,-0.35579394128996855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-1.3766555136011013e-17f,1.2168845379207404e-16f,-0.15624999999999994f,0f,0.993661632699308f,0.11241245349757845f,0.38543964785263496f,-1.2246467991473532e-16f,0.11241245349757845f,-0.993661632699308f,-0.6426203720859773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-5.928679369970023e-17f,1.0715723923015074e-16f,-0.15624999999999994f,0f,0.8750052611476042f,0.4841134091966598f,0.5525288431252898f,-1.2246467991473532e-16f,0.4841134091966598f,-0.8750052611476042f,-0.5573178907437761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.2347501622077576e-18f,1.224442882225671e-16f,0.15625000000000006f,0f,0.9998334891971921f,-0.018248119896803583f,0.38543964785263496f,-1.2246467991473532e-16f,-0.018248119896803583f,-0.9998334891971921f,-0.6426203720859773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.928679369970023e-17f,1.0715723923015074e-16f,0.15625000000000006f,0f,0.8750052611476042f,0.4841134091966598f,0.5525288431252898f,-1.2246467991473532e-16f,0.4841134091966598f,-0.8750052611476042f,-0.5573178907437761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.688090314403278e-17f,7.491120365215816e-17f,0.29375f,0f,0.611696398539679f,0.7910926089994686f,1.058019264048865f,-1.2246467991473532e-16f,0.7910926089994686f,-0.611696398539679f,0.03379829625600478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.688090314403278e-17f,7.491120365215816e-17f,0.33125f,0f,0.611696398539679f,0.7910926089994686f,1.0557221463251052f,-1.2246467991473532e-16f,0.7910926089994686f,-0.611696398539679f,-0.12243481723202371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.688090314403278e-17f,7.491120365215816e-17f,-0.29375f,0f,0.611696398539679f,0.7910926089994686f,1.058019264048865f,-1.2246467991473532e-16f,0.7910926089994686f,-0.611696398539679f,0.03379829625600467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.688090314403278e-17f,7.491120365215816e-17f,-0.33125f,0f,0.611696398539679f,0.7910926089994686f,1.0557221463251052f,-1.2246467991473532e-16f,0.7910926089994686f,-0.611696398539679f,-0.12243481723202382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9880549899983997f,0.15119113429095749f,0.029809019626209195f,0.1937318522115471f,0.0742529065138164f,0.2975949772180363f,0.9518002602483606f,1.1020017828229454f,0.1350327464488245f,0.9426444029677415f,-0.30526658339896534f,0.11299296409908782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9995418976998965f,-0.005236133250197894f,0.029809019626209195f,0.078546840244689f,0.02678461895923401f,0.3055468029261012f,0.9518002602483606f,1.108166081561006f,-0.014091803635383066f,0.9521626615921381f,-0.30526658339896534f,0.12096510711478363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715731410849198f,0.23385661591496035f,0.036833608500734895f,0.056378307517405774f,0.08675065989235911f,0.20692218530935255f,0.9745037363884462f,1.116985211488595f,0.22027245522448546f,0.9499969960055689f,-0.22132725329198039f,0.11111209973539006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.996286635450901f,-0.07782175342883266f,0.036833608500734895f,0.08538365750545067f,0.018562308609740744f,0.22360212088447315f,0.9745037363884462f,1.1182101052576372f,-0.08407366246929049f,0.9715687655689779f,-0.22132725329198039f,0.12133241931579357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0789899283371655f,0.036833608500734895f,0.14342741187179503f,0.05331285395079326f,0.2179454229126622f,0.9745037363884462f,1.169918786287607f,0.06894826391953131f,0.9727591602512465f,-0.22132725329198039f,0.21747179426929697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08189960831908921f,0.029809019626209195f,0.12499999999999999f,0.05331285395079326f,0.30204967173426045f,0.9518002602483606f,1.1019576101473985f,0.06894826391953131f,0.9497675768115088f,-0.30526658339896534f,0.003774089486707821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9880549899983997f,-0.15119113429095776f,-0.029809019626209125f,-0.19373185221154712f,-0.0742529065138164f,0.2975949772180363f,0.9518002602483606f,1.1020017828229454f,-0.13503274644882474f,0.9426444029677415f,-0.30526658339896534f,0.11299296409908781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9995418976998965f,0.005236133250197644f,-0.029809019626209125f,-0.07854684024468904f,-0.02678461895923401f,0.3055468029261012f,0.9518002602483606f,1.108166081561006f,0.014091803635382816f,0.9521626615921381f,-0.30526658339896534f,0.12096510711478364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715731410849197f,-0.2338566159149606f,-0.036833608500734846f,-0.0563783075174058f,-0.08675065989235911f,0.20692218530935255f,0.9745037363884462f,1.116985211488595f,-0.2202724552244857f,0.9499969960055688f,-0.22132725329198039f,0.11111209973539007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9962866354509011f,0.07782175342883241f,-0.036833608500734846f,-0.0853836575054507f,-0.018562308609740744f,0.22360212088447315f,0.9745037363884462f,1.1182101052576372f,0.08407366246929024f,0.971568765568978f,-0.22132725329198039f,0.12133241931579358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07898992833716575f,-0.036833608500734846f,-0.14342741187179509f,-0.05331285395079326f,0.2179454229126622f,0.9745037363884462f,1.169918786287607f,-0.06894826391953156f,0.9727591602512465f,-0.22132725329198039f,0.21747179426929697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08189960831908946f,-0.029809019626209125f,-0.125f,-0.05331285395079326f,0.30204967173426045f,0.9518002602483606f,1.1019576101473985f,-0.06894826391953156f,0.9497675768115088f,-0.30526658339896534f,0.003774089486707821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.688090314403278e-17f,7.491120365215816e-17f,4.684829508622764e-17f,0f,0.611696398539679f,0.7910926089994686f,0.7637415618645794f,-1.2246467991473532e-16f,0.7910926089994686f,-0.611696398539679f,-0.38254536017115504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.22230269958622e-16f,7.573568013886443e-18f,9.268464632071089e-17f,0f,0.061842875996242025f,0.9980858974499707f,0.7405504833659886f,-1.2246467991473532e-16f,0.9980858974499707f,-0.061842875996242025f,-0.756827571714894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211087f,-0.018863955312791794f,0.16350299625303502f,0.021017574126406362f,-0.4445895518655602f,0.8954877955337087f,0.8303025446279667f,-0.08458359812479607f,0.8916837195374419f,0.4446861356509056f,-1.4131439635574652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879474f,0.01812069783914327f,0.13333333333333344f,0.021017574126406362f,-0.03320653594505715f,0.999227495392501f,0.8271291656555925f,-0.08458359812479607f,0.9958059862075599f,0.034871948059318814f,-1.0586052328712423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.99389694641452f,0.1023997936420671f,0.0410261157063998f,-0.14807064776193465f,-0.026601830698289378f,-0.5834178622100251f,0.8117363738664072f,0.5945743060138899f,0.10705700589588883f,0.8056909334951873f,0.5825812537082371f,-1.2210092652588003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.99389694641452f,0.03286545067157637f,-0.1053030011920221f,-0.13333333333333322f,-0.026601830698289378f,0.8550084994295672f,0.5179312777837414f,0.8802487369585856f,0.10705700589588883f,0.5175715680515629f,-0.8489160555869194f,-1.0132056332630275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,5.054968862581794e-17f,1.0486349598906902e-16f,0.12412219215778691f,0.39366529950556495f,0.910835502919786f,0.78295830336361f,0.2738935181223708f,0.8686792584778861f,-0.41276953208886524f,-0.8562754262051645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,5.054968862581794e-17f,1.0486349598906902e-16f,-0.12412219215778691f,0.39366529950556495f,0.910835502919786f,0.78295830336361f,-0.273893518122371f,0.8686792584778861f,-0.41276953208886524f,-0.8562754262051645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.1154517832004853e-16f,5.054968862581794e-17f,1.0486349598906902e-16f,0f,0.41276953208886524f,0.910835502919786f,0.78295830336361f,-1.2246467991473532e-16f,0.910835502919786f,-0.41276953208886524f,-0.8562754262051645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.2955850486600304e-17f,1.0215757375829644e-16f,-0.13003040035779212f,-0.41240374192398116f,0.9016735820849421f,0.7713633163437058f,0.27113847539273417f,0.8599413792762821f,0.4324173347243486f,-0.8341798943942247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.2955850486600304e-17f,1.0215757375829644e-16f,0.13003040035779212f,-0.41240374192398116f,0.9016735820849421f,0.7713633163437058f,-0.2711384753927344f,0.8599413792762821f,0.4324173347243486f,-0.8341798943942247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.1042316661760525e-16f,-5.2955850486600304e-17f,1.0215757375829644e-16f,0f,-0.4324173347243486f,0.9016735820849421f,0.7713633163437058f,-1.2246467991473532e-16f,0.9016735820849421f,0.4324173347243486f,-0.8341798943942247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,-1.199527465667263e-17f,-0.18124999999999988f,-0.03350047997644987f,-0.09204181227618777f,0.9951914502417425f,0.7627927919019678f,0.3403755224481607f,0.935174062061392f,0.09794885076271956f,-0.7471006424980723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,-1.199527465667263e-17f,0.1812500000000001f,0.03350047997644987f,-0.09204181227618777f,0.9951914502417425f,0.7627927919019678f,-0.34037552244816094f,0.935174062061392f,0.09794885076271956f,-0.7471006424980722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.0465464406482444e-16f,-6.360034042584587e-17f,-0.007812499999999885f,0f,-0.5193361912195982f,0.8545700208230574f,0.798115852162246f,-1.2246467991473532e-16f,0.8545700208230574f,0.5193361912195982f,-0.9418434013663075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.188504961787853e-16f,-2.953231085904247e-17f,8.878689293818311e-17f,0f,-0.24114961864599668f,0.9704879501708872f,0.7442339842460312f,-1.2246467991473532e-16f,0.9704879501708872f,0.24114961864599668f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2574740574349054f,0.7567205486075774f,0.6009002588309093f,-0.766889236891072f,-0.8736697285184523f,-0.4479746552923404f,0.18978912952590976f,0.6828822947202872f,0.4128054205294557f,-0.47612258876339336f,0.7764656883924386f,0.3681518203814297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2574740574349054f,0.7567205486075774f,0.6009002588309093f,-0.7910274297755945f,-0.8736697285184523f,-0.4479746552923404f,0.18978912952590976f,0.6009757576716823f,0.4128054205294557f,-0.47612258876339336f,0.7764656883924386f,0.4068523285560662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2574740574349054f,0.7567205486075774f,0.6009002588309093f,-0.8690933721579697f,-0.8736697285184523f,-0.4479746552923404f,0.18978912952590976f,0.6134606567670983f,0.4128054205294557f,-0.47612258876339336f,0.7764656883924386f,0.27103222120988213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.661051611582705f,0.40450697549855263f,-0.6319690448090967f,0.6890787261636233f,-0.2098755317549108f,0.7089456342078639f,0.6733114798577273f,0.7946807507923589f,0.720390885557627f,0.5777284781890386f,-0.3837535374363018f,0.3174377252279468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.44088559060006904f,0.40450697549855263f,-0.8012452825285412f,0.7413379405030434f,-0.40229358040280283f,0.7089456342078639f,0.5792719248369482f,0.8237127834534326f,0.8023588792852746f,0.5777284781890386f,-0.14983335516985297f,0.24522153524126233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5574316196204808f,0.40450697549855263f,-0.72501316968749f,0.8239603087864569f,-0.30967501505145256f,0.7089456342078639f,0.6336382822955791f,0.7141510247785589f,0.770306026524634f,0.5777284781890386f,-0.2699230093734266f,0.32181808164061854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.8428324614215167e-21f,-5.152586011125052e-22f,-0.007217499999999909f,0f,-0.000004207405771780471f,0.000015047869007656479f,0.037395282928499696f,-1.9135106236677393e-21f,0.000015047869007656479f,0.000004207405771780471f,-0.7501393183279783f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31.mcfunction new file mode 100644 index 000000000..0e2910bf3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..7729217fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41622793417032017f,-0.07339221491877437f,-0.6987934845503846f,0.0732470709020281f,-0.7024152922255277f,0.023060632618883796f,0.41596323024443854f,0.9856982170357146f,-0.017649603635169035f,0.8130351987810722f,-0.07487791048759389f,-0.6855473199870801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.40420942428088846f,0.08961107195304843f,-0.6845323930289482f,0.0732470709020281f,-0.6270584716084845f,0.28418737122410587f,0.40747418472924596f,0.9856982170357146f,0.2888120747242818f,0.7424334271974544f,-0.0733497898653981f,-0.6855473199870801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.41622793417032017f,0.07339221491877418f,0.6987934845503846f,-0.07324707090202795f,0.7024152922255277f,0.023060632618883796f,0.41596323024443854f,0.9856982170357146f,0.01764960363516892f,0.8130351987810722f,-0.07487791048759372f,-0.6855473199870801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.40420942428088846f,-0.08961107195304863f,0.6845323930289482f,-0.07324707090202795f,0.6270584716084845f,0.28418737122410587f,0.40747418472924596f,0.9856982170357146f,-0.2888120747242819f,0.7424334271974544f,-0.07334978986539793f,-0.6855473199870801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.555538284075278f,-0.08960075325955252f,0.11695555476957684f,-0.19441496123464733f,0.08689400262937547f,-0.44371963777678136f,-1.4956498806065164f,0.5258788064051011f,0.11898037268047552f,1.495490166489423f,-0.4367597541558202f,0.291830208764634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.35799068402037826f,0.9292854347268573f,-0.09094641806655931f,-0.35836481245092117f,-0.21076385212135584f,0.17531063576051759f,0.9616885044692018f,0.6135253228836087f,0.9096269943188741f,-0.32510730812111677f,0.25861935235525635f,-0.04098747152343779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.18277601570421254f,0.9791046680465161f,-0.08914581926717004f,-0.29843749999999997f,-0.27553059862248963f,0.03602740412821419f,0.9606169451839347f,0.7036818541995417f,0.9437562276912538f,0.20014013880604725f,0.2631883499182101f,-0.35038676305038635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3539080331068328f,-0.9323162635458273f,0.07440086579066356f,0.3571437270846238f,0.16290262006588965f,0.13977999537590083f,0.9766904777197233f,0.6372606243448763f,-0.9209841695046237f,-0.33353850995149054f,0.20134602529282303f,-0.03374600397689326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18854928051735598f,-0.9791046680465162f,0.07617885419136164f,0.2984375000000001f,0.20785016921747973f,0.036027404128214154f,0.9774969735544183f,0.7036818541995417f,-0.9598163761744495f,0.2001401388060468f,0.19671412980780995f,-0.35038676305038624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.372664843531521e-19f,1.2246389927092892e-16f,-0.15624999999999994f,0f,0.9999936255595743f,-0.0035705518085507593f,0.33307482256473747f,-1.2246467991473532e-16f,-0.0035705518085507593f,-0.9999936255595743f,-0.6015704430235749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-4.646092375866465e-17f,1.1330922464702562e-16f,-0.15624999999999994f,0f,0.9252400343177798f,0.379382233236657f,0.5089284679570503f,-1.2246467991473532e-16f,0.379382233236657f,-0.9252400343177798f,-0.5362190245061877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.6418272065217223e-17f,1.2135912890677437e-16f,0.15625000000000006f,0f,0.9909724909359117f,-0.13406536543147185f,0.33307482256473747f,-1.2246467991473532e-16f,-0.13406536543147185f,-0.9909724909359117f,-0.6015704430235749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-4.646092375866465e-17f,1.1330922464702562e-16f,0.15625000000000006f,0f,0.9252400343177798f,0.379382233236657f,0.5089284679570503f,-1.2246467991473532e-16f,0.379382233236657f,-0.9252400343177798f,-0.5362190245061877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.424032572224638e-17f,8.888849953075149e-17f,0.29375f,0f,0.7258296807915485f,0.6878744612805731f,1.0936551322383947f,-1.2246467991473532e-16f,0.6878744612805731f,-0.7258296807915485f,-0.020854099171373375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.424032572224638e-17f,8.888849953075149e-17f,0.33125f,0f,0.7258296807915485f,0.6878744612805731f,1.0674146528845048f,-1.2246467991473532e-16f,0.6878744612805731f,-0.7258296807915485f,-0.17488493940565272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.424032572224638e-17f,8.888849953075149e-17f,-0.29375f,0f,0.7258296807915485f,0.6878744612805731f,1.0936551322383947f,-1.2246467991473532e-16f,0.6878744612805731f,-0.7258296807915485f,-0.020854099171373486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.424032572224638e-17f,8.888849953075149e-17f,-0.33125f,0f,0.7258296807915485f,0.6878744612805731f,1.0674146528845048f,-1.2246467991473532e-16f,0.6878744612805731f,-0.7258296807915485f,-0.17488493940565283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9881310392601907f,0.15010357917901423f,0.03264911588733386f,0.19352385739596836f,0.09189702043659806f,0.40731615935864895f,0.9086520147780419f,1.1453592070198728f,0.12309340715672236f,0.900867616158428f,-0.41627581153795173f,0.05132261884223241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9994468795669399f,-0.006322195479603887f,0.03264911588733386f,0.07833884542911027f,0.027047330129149325f,0.41667728276531907f,0.9086520147780419f,1.1526736705282925f,-0.019348820552986992f,0.9090324921979566f,-0.41627581153795173f,0.05825459307608234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9720633177188809f,0.2307617624498299f,0.04291754112726381f,0.056324774118272414f,0.107941317609721f,0.27712662885871053f,0.9547510165116786f,1.16492237184724f,0.20842643377949793f,0.9327110166436626f,-0.29429335896942316f,0.04440761846784186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9957964588169399f,-0.0809166068939631f,0.04291754112726381f,0.08529095621628147f,0.01702145557902967f,0.29691878775161273f,0.9547510165116786f,1.1667756840517198f,-0.08999823696947434f,0.9514682003140623f,-0.29429335896942316f,0.054644373497522866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07585649713429678f,0.04291754112726381f,0.14318211443939108f,0.06326022493768306f,0.29060048246819875f,0.9547510165116786f,1.22533191394225f,0.05995220959005346f,0.9538328739521219f,-0.29429335896942316f,0.14686924146622352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08080939750840492f,0.03264911588733386f,0.125f,0.06326022493768306f,0.4127343697593388f,0.9086520147780419f,1.132466680746399f,0.05995220959005346f,0.9072597099473171f,-0.41627581153795173f,-0.0572641932719225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9881310392601907f,-0.15010357917901446f,-0.03264911588733376f,-0.1935238573959684f,-0.09189702043659806f,0.40731615935864895f,0.9086520147780419f,1.1453592070198728f,-0.12309340715672261f,0.900867616158428f,-0.41627581153795173f,0.051322618842232395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9994468795669399f,0.006322195479603665f,-0.03264911588733376f,-0.0783388454291103f,-0.027047330129149325f,0.41667728276531907f,0.9086520147780419f,1.1526736705282925f,0.019348820552986742f,0.9090324921979566f,-0.41627581153795173f,0.058254593076082356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9720633177188809f,-0.23076176244983015f,-0.042917541127263745f,-0.056324774118272455f,-0.107941317609721f,0.27712662885871053f,0.9547510165116786f,1.16492237184724f,-0.20842643377949818f,0.9327110166436626f,-0.29429335896942316f,0.044407618467841886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9957964588169399f,0.08091660689396286f,-0.042917541127263745f,-0.0852909562162815f,-0.01702145557902967f,0.29691878775161273f,0.9547510165116786f,1.1667756840517198f,0.0899982369694741f,0.9514682003140623f,-0.29429335896942316f,0.05464437349752288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07585649713429701f,-0.042917541127263745f,-0.14318211443939113f,-0.06326022493768306f,0.29060048246819875f,0.9547510165116786f,1.22533191394225f,-0.05995220959005371f,0.9538328739521219f,-0.29429335896942316f,0.14686924146622352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08080939750840514f,-0.03264911588733376f,-0.125f,-0.06326022493768306f,0.4127343697593388f,0.9086520147780419f,1.132466680746399f,-0.05995220959005371f,0.9072597099473171f,-0.41627581153795173f,-0.0572641932719225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.424032572224638e-17f,8.888849953075149e-17f,4.740824242193683e-17f,0f,0.7258296807915485f,0.6878744612805731f,0.7389828924257122f,-1.2246467991473532e-16f,0.6878744612805731f,-0.7258296807915485f,-0.38711767715348044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.2052746693795418e-16f,2.1696256362306718e-17f,9.260604252366965e-17f,0f,0.17716337786055944f,0.9841814555990356f,0.6725466257280025f,-1.2246467991473532e-16f,0.9841814555990356f,-0.17716337786055944f,-0.7561857230031188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08508980364211088f,-0.01886395531279179f,0.16433417600556632f,0.011067502928372592f,-0.33819097852538604f,0.9410124188463042f,0.6855679464287529f,-0.08645018145051205f,0.9372228056125123f,0.33784579140043264f,-1.4184597943757797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.018120697839143284f,0.1341666666666668f,0.011067502928372592f,0.08249079873322286f,0.9965303700857718f,0.7235472075022263f,-0.08645018145051205f,0.9929388220432498f,-0.08123337864780146f,-1.0659672034997596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9936375464889606f,0.10385035655330284f,0.04358359383013899f,-0.14557306500823103f,-0.014301745660434672f,-0.5001931856753892f,0.8657957247959646f,0.46762897964528843f,0.11171341136346563f,0.8596638182729672f,0.49849597117116173f,-1.1686797313915376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9936375464889606f,0.022004209235791754f,-0.11045470104665601f,-0.13416666666666655f,-0.014301745660434672f,0.9481371021203225f,0.3175397544464961f,0.7877723558601234f,0.11171341136346563f,0.3170991175622921f,-0.9417899252820411f,-1.0262399418472605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,6.466284384881919e-17f,1.0532061203566252e-16f,0.1587763277650108f,0.5035741758778262f,0.8492367909661158f,0.7027967308499546f,0.25537042819590894f,0.8099315227434134f,-0.5280121900766818f,-0.8600080619897168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,6.466284384881919e-17f,1.0532061203566252e-16f,-0.1587763277650108f,0.5035741758778262f,0.8492367909661158f,0.7027967308499546f,-0.25537042819590916f,0.8099315227434134f,-0.5280121900766818f,-0.8600080619897168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-1.0400151177748232e-16f,6.466284384881919e-17f,1.0532061203566252e-16f,0f,0.5280121900766818f,0.8492367909661158f,0.7027967308499546f,-1.2246467991473532e-16f,0.8492367909661158f,-0.5280121900766818f,-0.8600080619897168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-3.8105305339996825e-17f,1.0245263675426253e-16f,-0.09356564125751227f,-0.2967523014921069f,0.9503596910303005f,0.6941818441710197f,0.2857786707079003f,0.9063741466434453f,0.31115343106704096f,-0.8365892665999213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-3.8105305339996825e-17f,1.0245263675426253e-16f,0.09356564125751227f,-0.2967523014921069f,0.9503596910303005f,0.6941818441710197f,-0.28577867070790053f,0.9063741466434453f,0.31115343106704096f,-0.8365892665999213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.1638549536589247e-16f,-3.8105305339996825e-17f,1.0245263675426253e-16f,0f,-0.31115343106704096f,0.9503596910303005f,0.6941818441710197f,-1.2246467991473532e-16f,0.9503596910303005f,0.31115343106704096f,-0.8365892665999213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.998909565282602e-18f,-0.18124999999999988f,0.011168180275460607f,0.03068432312322653f,0.9994667298433721f,0.6970390319512503f,0.3418377541902674f,0.9391915107548399f,-0.03265357463120633f,-0.7491359277386263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.998909565282602e-18f,0.1812500000000001f,-0.011168180275460607f,0.03068432312322653f,0.9994667298433721f,0.6970390319512503f,-0.34183775419026763f,0.9391915107548399f,-0.03265357463120633f,-0.7491359277386263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1066140079108557e-16f,-5.245619316699696e-17f,-0.007812499999999885f,0f,-0.4283373230838394f,0.903618911739551f,0.7082692819853148f,-1.2246467991473532e-16f,0.903618911739551f,0.4283373230838394f,-0.9466286822748438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2147327836515052e-16f,-1.555122084729137e-17f,8.878689293818311e-17f,0f,-0.12698535494575852f,0.9919045919993009f,0.6798959917396219f,-1.2246467991473532e-16f,0.9919045919993009f,0.12698535494575852f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.24128202091990766f,0.6108381432687895f,0.7540953183177462f,-0.771231571936046f,-0.7268970928268973f,-0.6285841520455552f,0.2765909981126923f,0.749673421766205f,0.6429646979583018f,-0.48141325960665876f,0.5956825250536409f,0.33599637595197046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.24128202091990766f,0.6108381432687895f,0.7540953183177462f,-0.7938517613972873f,-0.7268970928268973f,-0.6285841520455552f,0.2765909981126923f,0.6815268193136834f,0.6429646979583018f,-0.48141325960665876f,0.5956825250536409f,0.39627431638556126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.24128202091990766f,0.6108381432687895f,0.7540953183177462f,-0.8956559644143286f,-0.7268970928268973f,-0.6285841520455552f,0.2765909981126923f,0.6741114708230403f,0.6429646979583018f,-0.48141325960665876f,0.5956825250536409f,0.2767829674107197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5772795682503928f,0.3738372023632697f,-0.7259435558015814f,0.7088218049350562f,-0.136678676090374f,0.8322588552408698f,0.5372747317484224f,0.8303933685390004f,0.805026235338217f,0.40937872929887353f,-0.4293504587336746f,0.30759543035617076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3849030475855774f,0.3738372023632697f,-0.8438574465444613f,0.754261528398277f,-0.2623699866316994f,0.8322588552408698f,0.4883719770707965f,0.8492387109761061f,0.8848794460683423f,0.40937872929887353f,-0.2222553079758118f,0.22778849394075487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4846903836076888f,0.3738372023632697f,-0.7907723934024475f,0.8501575256770337f,-0.2010169859957954f,0.8322588552408698f,0.5166598196244052f,0.7623170668138924f,0.8512739884311029f,0.40937872929887353f,-0.3282402361354285f,0.3169279975687771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.886553498833148e-21f,-3.200606238350913e-22f,-0.0072174999999999176f,0f,-0.0000026134933276919515f,0.000015404878371026162f,-0.025704899486617583f,-1.9135106236677393e-21f,0.000015404878371026162f,0.0000026134933276919515f,-0.6762115043582351f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32.mcfunction new file mode 100644 index 000000000..526f04cb9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..a7bf42c15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38991282274868944f,-0.06875215077479138f,-0.7142727608305065f,0.07651903797536636f,-0.7159079713412814f,0.0926335869457926f,0.3818890409320645f,0.9385054758134163f,0.048869332618778266f,0.8084779556536104f,-0.10449702386191953f,-0.7123807268223807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3786541571678642f,0.0839456056316763f,-0.6996957657115166f,0.07651903797536636f,-0.6131886199632791f,0.35221067239124804f,0.3740953870354918f,0.9385054758134163f,0.3473049749240914f,0.7133728180613811f,-0.10236443153820689f,-0.7123807268223807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.38991282274868944f,0.06875215077479119f,0.7142727608305065f,-0.0765190379753662f,0.7159079713412814f,0.0926335869457926f,0.3818890409320645f,0.9385054758134163f,-0.048869332618778384f,0.8084779556536104f,-0.10449702386191935f,-0.7123807268223807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3786541571678642f,-0.0839456056316765f,0.6996957657115166f,-0.0765190379753662f,0.6131886199632791f,0.35221067239124804f,0.3740953870354918f,0.9385054758134163f,-0.3473049749240915f,0.713372818061381f,-0.10236443153820672f,-0.7123807268223807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.557033763292963f,-0.05794553413481029f,0.11702318163332019f,-0.14308805052908782f,0.10451526223917919f,-0.2864610862102131f,-1.532456477700538f,0.5536501296992746f,0.07828582199114482f,1.5349229984468586f,-0.2815829698580411f,0.29895722375696876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.43010727925802167f,0.9005603815632498f,-0.06323549231180184f,-0.33809298130012905f,-0.1498815479826279f,0.1403055260599546f,0.9786980540142965f,0.6199713484781093f,0.8902489819727925f,-0.41146732375207284f,0.19532381211903843f,-0.029284374140209957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.12092346047292436f,0.9907478404714435f,-0.06161358055188848f,-0.29843749999999997f,-0.20490579508528006f,0.035819337227830254f,0.9781260604957975f,0.6870325702841336f,0.971283239764654f,0.13090336772493646f,0.19867857577138948f,-0.34776870120001735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4279678384273964f,-0.9022039188758695f,0.053587480224450916f,0.33665638563771383f,0.11388108368293387f,0.11264965191695699f,0.987087207242698f,0.6380622338054328f,-0.8965905576409909f,-0.41633897810319453f,0.15095438801507252f,-0.02505459428683282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12398234472872381f,-0.9907478404714438f,0.05520049634503952f,0.2984375000000001f,0.15343381611233828f,0.0358193372278302f,0.9875095134497512f,0.6870325702841336f,-0.9803501630890737f,0.13090336772493605f,0.14757325655245657f,-0.34776870120001724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.1319265439394866e-17f,1.2194044471188013e-16f,-0.15624999999999994f,0f,0.9957192947124006f,-0.09242881659655483f,0.2977560193944229f,-1.2246467991473532e-16f,-0.09242881659655483f,-0.9957192947124006f,-0.5712358336277983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.620695026394845e-17f,1.169899764048294e-16f,-0.15624999999999994f,0f,0.9552956532959738f,0.29565218550489125f,0.47872178054682357f,-1.2246467991473532e-16f,0.29565218550489125f,-0.9552956532959738f,-0.521771646678731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,2.7138849480275638e-17f,1.1941976668669855e-16f,0.15625000000000006f,0f,0.9751363966316104f,-0.22160552331636163f,0.2977560193944229f,-1.2246467991473532e-16f,-0.22160552331636163f,-0.9751363966316104f,-0.5712358336277982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-3.620695026394845e-17f,1.169899764048294e-16f,0.15625000000000006f,0f,0.9552956532959738f,0.29565218550489125f,0.47872178054682357f,-1.2246467991473532e-16f,0.29565218550489125f,-0.9552956532959738f,-0.5217716466787309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.232255474847046e-17f,9.882836587373621e-17f,0.29375f,0f,0.8069948489845756f,0.5905584761159238f,1.1192614852553193f,-1.2246467991473532e-16f,0.5905584761159238f,-0.8069948489845756f,-0.07523717950476316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.232255474847046e-17f,9.882836587373621e-17f,0.33125f,0f,0.8069948489845756f,0.5905584761159238f,1.0737519862681153f,-1.2246467991473532e-16f,0.5905584761159238f,-0.8069948489845756f,-0.2247127561115576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.232255474847046e-17f,9.882836587373621e-17f,-0.29375f,0f,0.8069948489845756f,0.5905584761159238f,1.1192614852553193f,-1.2246467991473532e-16f,0.5905584761159238f,-0.8069948489845756f,-0.07523717950476327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.232255474847046e-17f,9.882836587373621e-17f,-0.33125f,0f,0.8069948489845756f,0.5905584761159238f,1.0737519862681153f,-1.2246467991473532e-16f,0.5905584761159238f,-0.8069948489845756f,-0.22471275611155767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.988213956312115f,0.14891781009245658f,0.03544943422996057f,0.19330633725562527f,0.10463790301269935f,0.4881091754745641f,0.8664873582866898f,1.1758482807875534f,0.11173220575582582f,0.8599842548877326f,-0.49793874677728134f,-0.009155063004704034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999343280619645f,-0.007506336865695504f,0.03544943422996057f,0.0781213252887672f,0.02699253904337636f,0.4984687159344563f,0.8664873582866898f,1.1839806767622443f,-0.0241745799623779f,0.8668751894831882f,-0.49793874677728134f,-0.0032037792015574412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9726266557063119f,0.2272049863784132f,0.04873687284121252f,0.0563143559565073f,0.1220689370458338f,0.3211046261404649f,0.9391437555985199f,1.1994127232207166f,0.19772850886520066f,0.9193855084979193f,-0.34004958983355194f,-0.021357620384574158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9952331208295089f,-0.0844733829653798f,0.04873687284121252f,0.08523552415785951f,0.016867671564845456f,0.34311002313585653f,0.9391437555985199f,1.2016376614011806f,-0.09605475969433659f,0.935489048356044f,-0.34004958983355194f,-0.01106775619877455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0722553854017501f,0.04873687284121252f,0.14291466490128274f,0.07033423545678494f,0.3362470842148925f,0.9391437555985199f,1.2643561140697002f,0.051470562621808366f,0.938997900763057f,-0.34004958983355194f,0.07851548413789247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07962073289459008f,0.03544943422996057f,0.125f,0.07033423545678494f,0.49421933718953515f,0.8664873582866898f,1.153156763202055f,0.051470562621808366f,0.8656834211426631f,-0.49793874677728134f,-0.1162632856192064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.988213956312115f,-0.1489178100924568f,-0.03544943422996045f,-0.1933063372556253f,-0.10463790301269935f,0.4881091754745641f,0.8664873582866898f,1.1758482807875534f,-0.11173220575582607f,0.8599842548877326f,-0.49793874677728134f,-0.009155063004704048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999343280619645f,0.007506336865695282f,-0.03544943422996045f,-0.0781213252887672f,-0.02699253904337636f,0.4984687159344563f,0.8664873582866898f,1.1839806767622443f,0.02417457996237765f,0.8668751894831882f,-0.49793874677728134f,-0.0032037792015574273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9726266557063119f,-0.22720498637841344f,-0.048736872841212434f,-0.0563143559565073f,-0.1220689370458338f,0.3211046261404649f,0.9391437555985199f,1.1994127232207166f,-0.19772850886520088f,0.9193855084979193f,-0.34004958983355194f,-0.02135762038457413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9952331208295089f,0.08447338296537957f,-0.048736872841212434f,-0.08523552415785951f,-0.016867671564845456f,0.34311002313585653f,0.9391437555985199f,1.2016376614011806f,0.09605475969433634f,0.935489048356044f,-0.34004958983355194f,-0.01106775619877455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07225538540175033f,-0.048736872841212434f,-0.14291466490128277f,-0.07033423545678494f,0.3362470842148925f,0.9391437555985199f,1.2643561140697002f,-0.051470562621808616f,0.938997900763057f,-0.34004958983355194f,0.07851548413789247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0796207328945903f,-0.03544943422996045f,-0.12499999999999999f,-0.07033423545678494f,0.49421933718953515f,0.8664873582866898f,1.153156763202055f,-0.051470562621808616f,0.8656834211426631f,-0.49793874677728134f,-0.1162632856192064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.232255474847046e-17f,9.882836587373621e-17f,4.8215068934228454e-17f,0f,0.8069948489845756f,0.5905584761159238f,0.7211169507188371f,-1.2246467991473532e-16f,0.5905584761159238f,-0.8069948489845756f,-0.39370591559784945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1812232554193688e-16f,3.2322036371232265e-17f,9.251094101245478e-17f,0f,0.26392945618064023f,0.9645419856907173f,0.622143404651097f,-1.2246467991473532e-16f,0.9645419856907173f,-0.26392945618064023f,-0.7554091602318684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.01886395531279178f,0.16516535575809765f,0.003340624955551647f,-0.2535589814924305f,0.9673141594794465f,0.5762379641887204f,-0.08709169718636985f,0.9635702196626192f,0.2528783661378121f,-1.4161958537808452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.018120697839143295f,0.13500000000000015f,0.003340624955551647f,0.170409792420812f,0.9853676181365016f,0.6454109784129588f,-0.08709169718636985f,0.981678531314288f,-0.16947653949092883f,-1.068497398610822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9933727656003964f,0.10524364929135753f,0.04619873209577918f,-0.14289279739482771f,-0.004405468889963433f,-0.43651658754868383f,0.8996854231556228f,0.3812193409798639f,0.11485269003066233f,0.8935194698934602f,0.4340873374265029f,-1.1156237833892422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9933727656003964f,0.01041705050974901f,-0.11446411499722162f,-0.1349999999999999f,-0.004405468889963433f,0.9917017148499349f,0.12848463179523956f,0.7191580724825511f,0.11485269003066233f,0.12813740212122315f,-0.9850835831391896f,-1.0343956594133747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,7.506512482980179e-17f,1.0551569892769813e-16f,0.18431860020823534f,0.5845839143993024f,0.790119168633989f,0.6426957351064387f,0.23759341630773512f,0.7535500442373321f,-0.612953260336491f,-0.861601067353969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,7.506512482980179e-17f,1.0551569892769813e-16f,-0.18431860020823534f,0.5845839143993024f,0.790119168633989f,0.6426957351064387f,-0.23759341630773534f,0.7535500442373321f,-0.612953260336491f,-0.861601067353969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-9.676169108125822e-17f,7.506512482980179e-17f,1.0551569892769813e-16f,0f,0.612953260336491f,0.790119168633989f,0.6426957351064387f,-1.2246467991473532e-16f,0.790119168633989f,-0.612953260336491f,-0.861601067353969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-2.587282359942304e-17f,1.0255404532915644e-16f,-0.06352940383557402f,-0.20148952700214015f,0.9774282507461867f,0.6365473109526516f,0.293918343598695f,0.9321898908768265f,0.21126763747258975f,-0.8374173304544507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-2.587282359942304e-17f,1.0255404532915644e-16f,0.06352940383557402f,-0.20148952700214015f,0.9774282507461867f,0.6365473109526516f,-0.29391834359869523f,0.9321898908768265f,0.21126763747258975f,-0.8374173304544507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.197004378672514e-16f,-2.587282359942304e-17f,1.0255404532915644e-16f,0f,-0.21126763747258975f,0.9774282507461867f,0.6365473109526516f,-1.2246467991473532e-16f,0.9774282507461867f,0.21126763747258975f,-0.8374173304544507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,1.662745950022928e-17f,-0.18124999999999988f,0.046437275509719454f,0.12758536588394737f,0.9907399022223208f,0.6484274931185057f,0.338853003356537f,0.9309909752364672f,-0.13577351046690334f,-0.7507275890099976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,1.662745950022928e-17f,0.1812500000000001f,-0.046437275509719454f,0.12758536588394737f,0.9907399022223208f,0.6484274931185057f,-0.33885300335653723f,0.9309909752364672f,-0.13577351046690334f,-0.7507275890099976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.143331944166104e-16f,-4.3880730179797025e-17f,-0.007812499999999884f,0f,-0.3583133537796245f,0.9336013820165425f,0.640799475747799f,-1.2246467991473532e-16f,0.9336013820165425f,0.3583133537796245f,-0.9482733090970341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2237468791976304e-16f,-4.693994371447221e-18f,8.878689293818311e-17f,0f,-0.0383293728013282f,0.9992651595951182f,0.6322352565125022f,-1.2246467991473532e-16f,0.9992651595951182f,0.0383293728013282f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.20261014349582052f,0.4499640987207251f,0.8697594147895431f,-0.7766276495236333f,-0.5474787072853742f,-0.788455112285666f,0.28036690421612415f,0.7970560446465744f,0.8119212984161325f,-0.41936958136355473f,0.40609476653266324f,0.2945172663889978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20261014349582052f,0.4499640987207251f,0.8697594147895431f,-0.7956223504763665f,-0.5474787072853742f,-0.788455112285666f,0.28036690421612415f,0.7457299158385706f,0.8119212984161325f,-0.41936958136355473f,0.40609476653266324f,0.3706348881155102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20261014349582052f,0.4499640987207251f,0.8697594147895431f,-0.9165889122184314f,-0.5474787072853742f,-0.788455112285666f,0.28036690421612415f,0.7293379446101539f,0.8119212984161325f,-0.41936958136355473f,0.40609476653266324f,0.2716618622723545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4714583244898566f,0.315503016186846f,-0.8235198206759933f,0.7293932291728031f,-0.07828559587271317f,0.9151548199403671f,0.3954276432152522f,0.8532235947778866f,0.8784067473261299f,0.2508973940018455f,-0.4067580164360764f,0.29450955278103447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31380176444578545f,0.315503016186846f,-0.8955368777486021f,0.766356770827197f,-0.1489049125739854f,0.9151548199403671f,0.37459175451583065f,0.8639178423791304f,0.9377397184944474f,0.2508973940018455f,-0.2401972481962214f,0.209020418052654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.39427777764686783f,0.315503016186846f,-0.8631354939004942f,0.8773453240850742f,-0.11407197441326691f,0.9151548199403671f,0.3866254520765201f,0.8005769007670305f,0.9118841037693913f,0.2508973940018455f,-0.3248351566191331f,0.3004902589097142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9056455152971948e-21f,-1.7331496449236808e-22f,-0.007217499999999924f,0f,-0.0000014152240843077098f,0.000015560776516330908f,-0.0674853462345637f,-1.9135106236677393e-21f,0.000015560776516330908f,0.0000014152240843077098f,-0.6218301735121516f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33.mcfunction new file mode 100644 index 000000000..f57951e1d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..68980c329 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.36304019870741605f,-0.06401378211387992f,-0.7287307419523352f,0.0798603250263104f,-0.7247724924328623f,0.14185217064935787f,0.3486075735539409f,0.9019087701419272f,0.0992526713977047f,0.8017010925687869f,-0.11986955342736993f,-0.7314475610421137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3525574755160386f,0.07816011059677462f,-0.7138586859941244f,0.0798603250263104f,-0.602760485812289f,0.40007778827093776f,0.3414931332773299f,0.9019087701419272f,0.3903626816194028f,0.6883522066818228f,-0.11742323601048485f,-0.7314475610421137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36304019870741594f,0.06401378211387972f,0.7287307419523352f,-0.07986032502631023f,0.7247724924328623f,0.14185217064935787f,0.3486075735539409f,0.9019087701419272f,-0.09925267139770481f,0.8017010925687869f,-0.11986955342736977f,-0.7314475610421138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3525574755160385f,-0.0781601105967748f,0.7138586859941244f,-0.07986032502631023f,0.602760485812289f,0.40007778827093776f,0.3414931332773299f,0.9019087701419272f,-0.3903626816194029f,0.6883522066818228f,-0.11742323601048468f,-0.7314475610421138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5581246911814177f,-0.026528843858992752f,0.11379770285166357f,-0.09287323935964134f,0.11044894621337559f,-0.16232633537942018f,-1.550115299299585f,0.5672852970920196f,0.03814088372291888f,1.5538187253620652f,-0.1599965365345187f,0.2959552078438071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.49843083203777233f,0.8663045285496742f,-0.0329115403538035f,-0.31796724915828267f,-0.11706468187092889f,0.10487207106658919f,0.9875716221969232f,0.6226211753649845f,0.8589892699752378f,-0.488383366347105f,0.15368513767725714f,-0.022422907297978856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.05954143848430339f,0.9977236796854987f,-0.03165874441679572f,-0.29843749999999997f,-0.15750766103435065f,0.021927545755931546f,0.9872742878514611f,0.6741948525077208f,0.9857211339008148f,0.06377022606161595f,0.15584352552911007f,-0.34571135446399437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4976918929749559f,-0.8668917356080098f,0.028310747103125214f,0.3166264548738096f,0.09317244237734168f,0.08588580768432981f,0.9919387702977697f,0.634756681548316f,-0.8623350135814071f,-0.49104210285162164f,0.12351509048942805f,-0.02013099248578132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06061004169511351f,-0.9977236796854988f,0.02956149252904248f,0.2984375000000001f,0.12295633586962706f,0.02192754575593154f,0.9921698051274475f,0.6741948525077208f,-0.9905595198246453f,0.06377022606161557f,0.12134741840195179f,-0.34571135446399426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.9106300516947356e-17f,1.2096506564779219e-16f,-0.15624999999999994f,0f,0.9877547202345425f,-0.15601478344817385f,0.2731894460079899f,-1.2246467991473532e-16f,-0.15601478344817385f,-0.9877547202345425f,-0.5501281865196664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.863940652874804e-17f,1.1906881296250367e-16f,-0.15624999999999994f,0f,0.9722706419957494f,0.2338585014772252f,0.45695180701642557f,-1.2246467991473532e-16f,0.2338585014772252f,-0.9722706419957494f,-0.5123564090051601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.473195287804611e-17f,1.1743632008836008e-16f,0.15625000000000006f,0f,0.958940326060737f,-0.28360791782763695f,0.2731894460079899f,-1.2246467991473532e-16f,-0.28360791782763695f,-0.958940326060737f,-0.5501281865196663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.863940652874804e-17f,1.1906881296250367e-16f,0.15625000000000006f,0f,0.9722706419957494f,0.2338585014772252f,0.45695180701642557f,-1.2246467991473532e-16f,0.2338585014772252f,-0.9722706419957494f,-0.51235640900516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.18932238888916e-17f,1.0567320693183358e-16f,0.29375f,0f,0.8628872178117589f,0.5053965268351991f,1.1355294947116188f,-1.2246467991473532e-16f,0.5053965268351991f,-0.8628872178117589f,-0.12376701590511224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.18932238888916e-17f,1.0567320693183358e-16f,0.33125000000000004f,0f,0.8628872178117589f,0.5053965268351991f,1.0750495168759489f,-1.2246467991473532e-16f,0.5053965268351991f,-0.8628872178117589f,-0.26783725842936457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.18932238888916e-17f,1.0567320693183358e-16f,-0.29375f,0f,0.8628872178117589f,0.5053965268351991f,1.1355294947116188f,-1.2246467991473532e-16f,0.5053965268351991f,-0.8628872178117589f,-0.12376701590511235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.18932238888916e-17f,1.0567320693183358e-16f,-0.33124999999999993f,0f,0.8628872178117589f,0.5053965268351991f,1.0750495168759489f,-1.2246467991473532e-16f,0.5053965268351991f,-0.8628872178117589f,-0.2678372584293647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883036401325168f,0.14763527170826277f,0.03820656289754479f,0.19307955680530248f,0.11346206140232651f,0.5444669879215064f,0.831072836570909f,1.1947930269439753f,0.101893451816843f,0.8256873049837387f,-0.554849708358524f,-0.06250670239719477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999231227077371f,-0.00878711471459677f,0.03820656289754479f,0.0778945448384444f,0.026891753159400802f,0.5555130726868603f,0.831072836570909f,1.2034886717124322f,-0.028526977503152827f,0.8314613717359307f,-0.554849708358524f,-0.05741362815312881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9732596818811914f,0.2232082164079386f,0.05425572552744031f,0.05634579419426848f,0.13030137297185224f,0.341942361986766f,0.930643311521961f,1.2220925969236784f,0.18917490273863588f,0.9128272088445318f,-0.3618830515054957f,-0.07990875492055612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9946000946546294f,-0.08847015293585442f,0.05425572552744031f,0.0852163800179844f,0.018257968896464583f,0.36547185020356077f,0.930643311521961f,1.2244538914589171f,-0.10216309649172808f,0.9266085250785753f,-0.3618830515054957f,-0.06950783249447781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06820879519084781f,0.05425572552744031f,0.1426253891035348f,0.07520557637584416f,0.35811610966475005f,0.930643311521961f,1.2890626743328555f,0.04404820967840841f,0.931182265862703f,-0.3618830515054957f,0.01889779731841068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07833506268237689f,0.03820656289754479f,0.12500000000000003f,0.07520557637584416f,0.5510554070109105f,0.831072836570909f,1.1650752077554007f,0.04404820967840841f,0.8307837001040571f,-0.554849708358524f,-0.16802853520500188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883036401325168f,-0.14763527170826296f,-0.03820656289754465f,-0.19307955680530242f,-0.11346206140232651f,0.5444669879215064f,0.831072836570909f,1.1947930269439753f,-0.10189345181684326f,0.8256873049837387f,-0.554849708358524f,-0.06250670239719477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999231227077371f,0.008787114714596575f,-0.03820656289754465f,-0.07789454483844435f,-0.026891753159400802f,0.5555130726868603f,0.831072836570909f,1.2034886717124322f,0.028526977503152577f,0.8314613717359308f,-0.554849708358524f,-0.05741362815312878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9732596818811914f,-0.2232082164079388f,-0.054255725527440214f,-0.056345794194268425f,-0.13030137297185224f,0.341942361986766f,0.930643311521961f,1.2220925969236784f,-0.18917490273863613f,0.9128272088445317f,-0.3618830515054957f,-0.0799087549205561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9946000946546294f,0.0884701529358542f,-0.054255725527440214f,-0.08521638001798434f,-0.018257968896464583f,0.36547185020356077f,0.930643311521961f,1.2244538914589171f,0.10216309649172785f,0.9266085250785754f,-0.3618830515054957f,-0.06950783249447781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.06820879519084803f,-0.054255725527440214f,-0.14262538910353478f,-0.07520557637584416f,0.35811610966475005f,0.930643311521961f,1.2890626743328555f,-0.04404820967840866f,0.931182265862703f,-0.3618830515054957f,0.01889779731841068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07833506268237708f,-0.03820656289754465f,-0.12499999999999997f,-0.07520557637584416f,0.5510554070109105f,0.831072836570909f,1.1650752077554007f,-0.04404820967840866f,0.8307837001040571f,-0.554849708358524f,-0.16802853520500188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.18932238888916e-17f,1.0567320693183358e-16f,4.899555030685954e-17f,0f,0.8628872178117589f,0.5053965268351991f,0.7070518671632742f,-1.2246467991473532e-16f,0.5053965268351991f,-0.8628872178117589f,-0.40007902965142406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1580956022685185e-16f,3.9821396091570637e-17f,9.242413539192899e-17f,0f,0.3251663754749193f,0.945656823726506f,0.5851144763601794f,-1.2246467991473532e-16f,0.945656823726506f,-0.3251663754749193f,-0.7547003385488638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791773f,0.16599653551062893f,-0.002244451496830065f,-0.1913217422444585f,0.9815248103751751f,0.4969645447650458f,-0.0871268381807487f,0.9778321513739933f,0.19040272531645558f,-1.41116497472675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.0181206978391433f,0.13583333333333347f,-0.002244451496830065f,0.2329363306429496f,0.9724893975278481f,0.5882809948671932f,-0.0871268381807487f,0.9687481107402894f,-0.23224127971948835f,-1.0686359978176776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9931026051827267f,0.10657817508624233f,0.04887031997611043f,-0.1400622425138058f,0.003019406515634612f,-0.39342433729557325f,0.9193520403022079f,0.3266236556944477f,0.11720963596724668f,0.9131584656667348f,0.3903889314742416f,-1.0664661641113973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9931026051827267f,-0.0017734554002983175f,-0.1172351075199929f,-0.13583333333333322f,0.003019406515634612f,0.9991671656739866f,-0.040692237875366334f,0.6703088049239648f,0.11720963596724668f,-0.04076554789224866f,-0.9922701604610863f,-1.0394887273229951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,8.243447080948846e-17f,1.0557125202400612e-16f,0.20241365484919915f,0.6419740956470614f,0.7395255052050113f,0.5984658061603585f,0.22237960829647424f,0.7052980098246654f,-0.6731285368718765f,-0.8620546928102775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,8.243447080948846e-17f,1.0557125202400612e-16f,-0.20241365484919915f,0.6419740956470614f,0.7395255052050113f,0.5984658061603585f,-0.22237960829647446f,0.7052980098246654f,-0.6731285368718765f,-0.8620546928102775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-9.056575428371464e-17f,8.243447080948846e-17f,1.0557125202400612e-16f,0f,0.6731285368718765f,0.7395255052050113f,0.5984658061603585f,-1.2246467991473532e-16f,0.7395255052050113f,-0.6731285368718765f,-0.8620546928102775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-1.6389536358512468e-17f,1.0255960029524868e-16f,-0.04024367383005622f,-0.12763662674740678f,0.9910042069684687f,0.5942361894680205f,0.29800071236855136f,0.9451375104486327f,0.1338307205793826f,-0.8374626901948763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-1.6389536358512468e-17f,1.0255960029524868e-16f,0.04024367383005622f,-0.12763662674740678f,0.9910042069684687f,0.5942361894680205f,-0.2980007123685516f,0.9451375104486327f,0.1338307205793826f,-0.8374626901948763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2136301300054964e-16f,-1.6389536358512468e-17f,1.0255960029524868e-16f,0f,-0.1338307205793826f,0.9910042069684687f,0.5942361894680205f,-1.2246467991473532e-16f,0.9910042069684687f,0.1338307205793826f,-0.8374626901948763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,2.6107468726686458e-17f,-0.18124999999999988f,0.07291310606444754f,0.20032711249436952f,0.977012142689999f,0.6128897597478395f,0.334157833073752f,0.9180911009040211f,-0.21318366034078962f,-0.7519741277095014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,2.6107468726686458e-17f,0.1812500000000001f,-0.07291310606444754f,0.20032711249436952f,0.977012142689999f,0.6128897597478395f,-0.33415783307375224f,0.9180911009040211f,-0.21318366034078962f,-0.7519741277095013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1643267656198402e-16f,-3.7960896396568424e-17f,-0.007812499999999884f,0f,-0.30997424255710526f,0.9507449547334706f,0.5913793055716777f,-1.2246467991473532e-16f,0.9507449547334706f,0.30997424255710526f,-0.9483633985814904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2242406539613837e-16f,3.1537340567363585e-18f,8.878689293818312e-17f,0f,0.02575219286844265f,0.999668357287789f,0.5971333111657203f,-1.2246467991473532e-16f,0.999668357287789f,-0.02575219286844265f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1457705046245924f,0.2870852495171644f,0.9467486569787986f,-0.7828753409290556f,-0.35718150774034335f,-0.9076960571453697f,0.2202481290978076f,0.826065220452669f,0.9225900121450625f,-0.30605543182962247f,0.2348568545683868f,0.2520700615717698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1457705046245924f,0.2870852495171644f,0.9467486569787986f,-0.7965413257376112f,-0.35718150774034335f,-0.9076960571453697f,0.2202481290978076f,0.7925794541020117f,0.9225900121450625f,-0.30605543182962247f,0.2348568545683868f,0.33856287521036943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1457705046245924f,0.2870852495171644f,0.9467486569787986f,-0.9317206318801532f,-0.35718150774034335f,-0.9076960571453697f,0.2202481290978076f,0.7762851179126692f,0.9225900121450625f,-0.30605543182962247f,0.2348568545683868f,0.2600879402058116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.34037254979498993f,0.23006618192434286f,-0.9117105238401124f,0.7508870493922839f,-0.036170695980819345f,0.9656837311031431f,0.25718983695895825f,0.862109098011158f,0.9395947041668128f,0.12051756476741265f,-0.32037057992926277f,0.28334582838719824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.22694613165809424f,0.23006618192434286f,-0.9463429638667908f,0.7775296172743829f,-0.0671862609755282f,0.9656837311031431f,0.2508803256910366f,0.8669629743805093f,0.971587082901762f,0.12051756476741265f,-0.20370090063860113f,0.19359241084313583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.28418739074238825f,0.23006618192434286f,-0.9307561865911976f,0.9038217613220131f,-0.05177468127308055f,0.9656837311031431f,0.2545079838861314f,0.826359838612914f,0.9573697871366655f,0.12051756476741265f,-0.26252353658372873f,0.27784765010272633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9121117063886374e-21f,-7.315551367350883e-23f,-0.007217499999999928f,0f,-5.973601019040148e-7f,0.000015613576973539832f,-0.09621511269585936f,-1.9135106236677393e-21f,0.000015613576973539832f,5.973601019040148e-7f,-0.5852827922734171f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34.mcfunction new file mode 100644 index 000000000..dda5d638a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..4473292c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.33564848557645854f,-0.05918388404106578f,-0.7421467553284108f,0.0832661545518183f,-0.7323680824815497f,0.17262989224310216f,0.3174592202328939f,0.874537407508488f,0.13387132006883354f,0.796015472599869f,-0.12402532599868189f,-0.7434155844372768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.32595669338256233f,0.07226285917565528f,-0.7270009031788515f,0.0832661545518183f,-0.598096929283431f,0.43077977701391973f,0.31098046063630425f,0.874537407508488f,0.4195620302420569f,0.6702289630414348f,-0.12149419689666799f,-0.7434155844372768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.33564848557645843f,0.059183884041065574f,0.7421467553284108f,-0.08326615455181813f,0.7323680824815497f,0.17262989224310216f,0.3174592202328939f,0.874537407508488f,-0.13387132006883365f,0.796015472599869f,-0.12402532599868173f,-0.7434155844372768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3259566933825622f,-0.07226285917565542f,0.7270009031788515f,-0.08326615455181813f,0.598096929283431f,0.43077977701391973f,0.31098046063630425f,0.874537407508488f,-0.419562030242057f,0.6702289630414348f,-0.12149419689666782f,-0.7434155844372768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5587942344322911f,0.005044947307067834f,0.10743059716540701f,-0.044189390558975694f,0.10754881121545933f,-0.07029488069028511f,-1.5572084423592363f,0.5654066431318879f,-0.00019469665766092695f,1.5609098078541908f,-0.07047541300201085f,0.28684190203684423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5624440158316415f,0.8268353576714988f,-0.00014268644129449308f,-0.29810363964178554f,-0.10928618555853907f,0.07451156177735382f,0.9912136786826359f,0.619249544283822f,0.8195811483320248f,-0.5574866083286162f,0.13227026435679082f,-0.01768336657421965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.001017666009864738f,0.9999993230724767f,0.0005641014806239522f,-0.29843749999999997f,-0.133300596822011f,-0.0004234119926467949f,0.9910755630168568f,0.6629363994178501f,0.9910751309778627f,-0.0010837789777251726f,0.1333000756951751f,-0.34280285850190334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5624506380333127f,-0.826829915784796f,-0.001253051964744352f,0.2972249778308144f,0.09745159642018088f,0.06478632288196345f,0.9931293564901763f,0.6253148061927193f,-0.8210678815610053f,-0.5587083521218749f,0.11701500390198459f,-0.016674755434390565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0010273559427142025f,-0.9999993230724767f,-0.0005462548444146873f,0.2984375000000001f,0.11598364095962915f,-0.00042341199264676904f,0.9932510336022974f,0.6629363994178501f,-0.9932505925341873f,-0.0010837789777254278f,0.11598312745228345f,-0.34280285850190323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.4079580230467165e-17f,1.2007402567809185e-16f,-0.15624999999999994f,0f,0.9804788267253225f,-0.19662469413411537f,0.25536232507918766f,-1.2246467991473532e-16f,-0.19662469413411537f,-0.9804788267253225f,-0.5369150468720196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.3703708957994086e-17f,1.2014879112272948e-16f,-0.15624999999999994f,0f,0.9810893329111852f,0.19355547227574127f,0.44052629670175825f,-1.2246467991473532e-16f,0.19355547227574127f,-0.9810893329111852f,-0.506755204151013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.954638143982908e-17f,1.1590375982527102e-16f,0.15625000000000006f,0f,0.9464260218208854f,-0.32292071042330595f,0.25536232507918766f,-1.2246467991473532e-16f,-0.32292071042330595f,-0.9464260218208854f,-0.5369150468720196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.3703708957994086e-17f,1.2014879112272948e-16f,0.15625000000000006f,0f,0.9810893329111852f,0.19355547227574127f,0.44052629670175825f,-1.2246467991473532e-16f,0.19355547227574127f,-0.9810893329111852f,-0.506755204151013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.335242216958992e-17f,1.1023210455786655e-16f,0.29375000000000007f,0f,0.9001134419704884f,0.43565558826215f,1.1440100196775558f,-1.2246467991473532e-16f,0.43565558826215f,-0.9001134419704884f,-0.1632874035801275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.335242216958992e-17f,1.1023210455786655e-16f,0.33125000000000004f,0f,0.9001134419704884f,0.43565558826215f,1.0723385508308212f,-1.2246467991473532e-16f,0.43565558826215f,-0.9001134419704884f,-0.3021299872976295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.335242216958992e-17f,1.1023210455786655e-16f,-0.29374999999999996f,0f,0.9001134419704884f,0.43565558826215f,1.1440100196775558f,-1.2246467991473532e-16f,0.43565558826215f,-0.9001134419704884f,-0.16328740358012755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.335242216958992e-17f,1.1023210455786655e-16f,-0.33124999999999993f,0f,0.9001134419704884f,0.43565558826215f,1.0723385508308212f,-1.2246467991473532e-16f,0.43565558826215f,-0.9001134419704884f,-0.30212998729762963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9883999814554759f,0.14625752660189406f,0.04091714275350822f,0.19284379234204577f,0.11922001321977815f,0.5802980210259229f,0.8056306816657824f,1.2042356570507582f,0.09408541388913921f,0.8011634931184106f,-0.5910033774756414f,-0.10545780399001242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9991108554600987f,-0.010162968595787553f,0.04091714275350822f,0.07765878037518768f,0.026973606539678188f,0.5918037084278612f,0.8056306816657824f,1.2133064447285935f,-0.032402516137370635f,0.8060180424533633f,-0.5910033774756414f,-0.10106753587765382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9739584934266488f,0.2187960939543349f,0.0594400736239319f,0.056417463960878725f,0.13359409814371498f,0.3419916289100497f,0.9301582353001118f,1.2353120388875085f,0.18318698104193987f,0.9138763565306725f,-0.3623155185069543f,-0.12771567665629902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993901283109172f,-0.0928822753894581f,0.0594400736239319f,0.0852322107831574f,0.02137431231097848f,0.3665362138678993f,0.9301582353001118f,1.2375891293956214f,-0.10818215290506256f,0.9257559542567697f,-0.3623155185069543f,-0.11714255746725001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.06374167507586788f,0.0594400736239319f,0.14231463948414724f,0.07845005559208904f,0.3586798657312392f,0.9301582353001118f,1.3020872599953623f,0.037969886377155516f,0.931281779472541f,-0.3623155185069543f,-0.02844513916217664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07695395326287657f,0.04091714275350822f,0.12500000000000003f,0.07845005559208904f,0.5872008119343199f,0.8056306816657824f,1.1699670773101405f,0.037969886377155516f,0.8057749658191735f,-0.5910033774756414f,-0.2097445064714904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9883999814554759f,-0.14625752660189423f,-0.04091714275350808f,-0.19284379234204574f,-0.11922001321977815f,0.5802980210259229f,0.8056306816657824f,1.2042356570507582f,-0.09408541388913946f,0.8011634931184106f,-0.5910033774756414f,-0.10545780399001248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991108554600987f,0.010162968595787358f,-0.04091714275350808f,-0.07765878037518766f,-0.026973606539678188f,0.5918037084278612f,0.8056306816657824f,1.2133064447285935f,0.032402516137370385f,0.8060180424533633f,-0.5910033774756414f,-0.10106753587765385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9739584934266488f,-0.21879609395433514f,-0.05944007362393182f,-0.05641746396087867f,-0.13359409814371498f,0.3419916289100497f,0.9301582353001118f,1.2353120388875085f,-0.18318698104194012f,0.9138763565306723f,-0.3623155185069543f,-0.12771567665629907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.993901283109172f,0.09288227538945788f,-0.05944007362393182f,-0.08523221078315735f,-0.02137431231097848f,0.3665362138678993f,0.9301582353001118f,1.2375891293956214f,0.1081821529050623f,0.9257559542567698f,-0.3623155185069543f,-0.11714255746725005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0637416750758681f,-0.05944007362393182f,-0.14231463948414722f,-0.07845005559208904f,0.3586798657312392f,0.9301582353001118f,1.3020872599953623f,-0.037969886377155766f,0.931281779472541f,-0.3623155185069543f,-0.028445139162176697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07695395326287677f,-0.04091714275350808f,-0.12499999999999997f,-0.07845005559208904f,0.5872008119343199f,0.8056306816657824f,1.1699670773101405f,-0.037969886377155766f,0.8057749658191735f,-0.5910033774756414f,-0.20974450647149046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.335242216958992e-17f,1.1023210455786655e-16f,4.9584656943386724e-17f,0f,0.9001134419704884f,0.43565558826215f,0.6950447011670728f,-1.2246467991473532e-16f,0.43565558826215f,-0.9001134419704884f,-0.4048894503942646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1406845619716656e-16f,4.456439304437642e-17f,9.236032801732419e-17f,0f,0.3638958847187931f,0.9314396304027044f,0.5585837443975255f,-1.2246467991473532e-16f,0.9314396304027044f,-0.3638958847187931f,-0.7541793117952788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.01886395531279177f,0.1668277152631602f,-0.005836329824514131f,-0.1508255141220435f,0.9885431713101864f,0.443416763231809f,-0.08696011009696043f,0.9848915623590081f,0.1497549653465829f,-1.406423638965212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.018120697839143305f,0.1366666666666668f,-0.005836329824514131f,0.2726967967052005f,0.9620823220083102f,0.5487984196792248f,-0.08696011009696043f,0.9583155499432344f,-0.27215665707257725f,-1.0679784074283882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9928270666989832f,0.10785246188108903f,0.05159711325336834f,-0.1371154660682764f,0.008006210812912548f,-0.37061813911895025f,0.9287508253263764f,0.29680077732372107f,0.11929088908341609f,0.9225020549690902f,0.3670962303803914f,-1.0234805179595439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9928270666989832f,-0.014432521581420337f,-0.11868495250323233f,-0.13666666666666655f,0.008006210812912548f,0.982433482366764f,-0.18644128650363867f,0.6381946510102858f,0.11929088908341609f,-0.18605417234105365f,-0.9752710027147188f,-1.0426579350038179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.735744965304418e-17f,1.0556909841745667e-16f,0.21450177927923672f,0.6803127282596884f,0.7008306346428507f,0.5671353467313559f,0.2107438363073654f,0.6683940558625242f,-0.713327709784289f,-0.8620371072782617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.735744965304418e-17f,1.0556909841745667e-16f,-0.21450177927923672f,0.6803127282596884f,0.7008306346428507f,0.5671353467313559f,-0.21074383630736562f,0.6683940558625242f,-0.713327709784289f,-0.8620371072782617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.582699934597754e-17f,8.735744965304418e-17f,1.0556909841745667e-16f,0f,0.713327709784289f,0.7008306346428507f,0.5671353467313559f,-1.2246467991473532e-16f,0.7008306346428507f,-0.713327709784289f,-0.8620371072782617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-9.59500966776976e-18f,1.0253324450001761e-16f,-0.023560058748422614f,-0.07472295986986911f,0.99692597664022f,0.5642839313548759f,0.2997814228521755f,0.9507852025630087f,0.07834919974028576f,-0.8372474787947451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-9.59500966776976e-18f,1.0253324450001761e-16f,0.023560058748422614f,-0.07472295986986911f,0.99692597664022f,0.5642839313548759f,-0.29978142285217574f,0.9507852025630087f,0.07834919974028576f,-0.8372474787947451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2208822062792949e-16f,-9.59500966776976e-18f,1.0253324450001761e-16f,0f,-0.07834919974028576f,0.99692597664022f,0.5642839313548759f,-1.2246467991473532e-16f,0.99692597664022f,0.07834919974028576f,-0.8372474787947451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.27402709363676e-17f,-0.18124999999999988f,0.09143723860605389f,0.25122174836741756f,0.9636009882432236f,0.5876765839052008f,0.3295709481077032f,0.9054887380341661f,-0.26734460057514253f,-0.7529323923234631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.27402709363676e-17f,0.1812500000000001f,-0.09143723860605389f,0.25122174836741756f,0.9636009882432236f,0.5876765839052008f,-0.32957094810770343f,0.9054887380341661f,-0.26734460057514253f,-0.7529323923234631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1746576136090942e-16f,-3.463224991998724e-17f,-0.007812499999999885f,0f,-0.28279378139149647f,0.95918073229517f,0.5568550710239892f,-1.2246467991473532e-16f,0.95918073229517f,0.28279378139149647f,-0.9479359648284523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2218979166075128e-16f,8.200770727241047e-18f,8.878689293818311e-17f,0f,0.0669643748136258f,0.9977553670644023f,0.5718174235214087f,-1.2246467991473532e-16f,0.9977553670644023f,-0.0669643748136258f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.0761736616731822f,0.13399674630852884f,0.9880498192125875f,-0.7897210262757364f,-0.17147417213223504f,-0.9779260176019888f,0.11940398816069223f,0.8390899471376437f,0.9822393708047259f,-0.16032958577830175f,0.09746918674788431f,0.21351938894011108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.0761736616731822f,0.13399674630852884f,0.9880498192125875f,-0.7968623070575972f,-0.17147417213223504f,-0.9779260176019888f,0.11940398816069223f,0.8230142435002468f,0.9822393708047259f,-0.16032958577830175f,0.09746918674788431f,0.30560432995305414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.0761736616731822f,0.13399674630852884f,0.9880498192125875f,-0.9414991395485549f,-0.17147417213223504f,-0.9779260176019888f,0.11940398816069223f,0.8131414970948414f,0.9822393708047259f,-0.16032958577830175f,0.09746918674788431f,0.24494148143439995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.18261586034159394f,0.12200072569048773f,-0.9755856038722043f,0.7733794100526834f,-0.010507441990610867f,0.9919724579644325f,0.12601680960417977f,0.8571325774229742f,0.9831281916487357f,0.03326357724293254f,-0.17986798829833517f,0.2766526628663809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.12283176780299963f,0.12200072569048773f,-0.984900086175945f,0.78770392328065f,-0.01816642481841849f,0.9919724579644325f,0.12514241347088884f,0.8584772897289688f,0.9922612245914412f,0.03326357724293254f,-0.11962941361260915f,0.18401324053659784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.15279480776497661f,0.12200072569048773f,-0.9806985110884272f,0.9276464433299307f,-0.014343597930608881f,0.9919724579644325f,0.12563798724274114f,0.8389592354895603f,0.9881538381843531f,0.03326357724293254f,-0.14981831166627985f,0.25280569845143136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.913439592165262e-21f,-1.6487389840053735e-23f,-0.007217499999999931f,0f,-1.3462975489367952e-7f,0.00001562441998376571f,-0.11708841777755119f,-1.9135106236677393e-21f,0.00001562441998376571f,1.3462975489367952e-7f,-0.5648073758551223f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35.mcfunction new file mode 100644 index 000000000..a7143feb6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..d3c90fb39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3077768490996785f,-0.05426936253371124f,-0.7545016182175507f,0.0867316567634911f,-0.7407479264777037f,0.18673215659835107f,0.288735268984507f,0.855262299120275f,0.15333090041377967f,0.7931773965682317f,-0.11959806434882647f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.29888984560719073f,0.06626228348928645f,-0.7391036260090293f,0.0867316567634911f,-0.6003943301906288f,0.4466840586756439f,0.2828427124746191f,0.855262299120275f,0.436109514305588f,0.6603655514272678f,-0.11715728752538104f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3077768490996784f,0.054269362533711035f,0.7545016182175507f,-0.08673165676349093f,0.7407479264777037f,0.18673215659835107f,0.288735268984507f,0.855262299120275f,-0.15333090041377978f,0.7931773965682317f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2988898456071906f,-0.0662622834892866f,0.7391036260090293f,-0.08673165676349093f,0.6003943301906288f,0.4466840586756439f,0.2828427124746191f,0.855262299120275f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09835001914319719f,-0.008291331211486735f,-1.559379613038876f,0.5480876020041215f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12289352459612601f,0.0534628258474176f,0.9909787625699906f,0.6087295109094194f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.1313334990296145f,-0.026694646802087097f,0.9909787625699906f,0.6518233152785117f,0.9894958503251681f,-0.0644465783523581f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12289352459612601f,0.0534628258474176f,0.9909787625699906f,0.6087295109094194f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.1313334990296145f,-0.026694646802087097f,0.9909787625699906f,0.6518233152785117f,-0.9894958503251681f,-0.06444657835235836f,0.1294009301664646f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.6506208041798625e-17f,1.195617780139768e-16f,-0.15624999999999994f,0f,0.9762960071199334f,-0.21643961393810257f,0.2417936196300277f,-1.2246467991473532e-16f,-0.21643961393810257f,-0.9762960071199334f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757738e-17f,1.2060416625018976e-16f,-0.15624999999999994f,0f,0.9848077530122079f,0.17364817766693058f,0.427530374430235f,-1.2246467991473532e-16f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1885387376769875e-17f,1.1507915602278503e-16f,0.15625000000000006f,0f,0.9396926207859084f,-0.3420201433256684f,0.2417936196300277f,-1.2246467991473532e-16f,-0.3420201433256684f,-0.9396926207859084f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757738e-17f,1.2060416625018976e-16f,0.15625000000000006f,0f,0.9848077530122079f,0.17364817766693058f,0.427530374430235f,-1.2246467991473532e-16f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,0.29375000000000007f,0f,0.9238795325112867f,0.38268343236508995f,1.1462893612908969f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,0.33125000000000004f,0f,0.9238795325112867f,0.38268343236508995f,1.0666809915112132f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,-0.29374999999999996f,0f,0.9238795325112867f,0.38268343236508995f,1.1462893612908969f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,-0.33124999999999993f,0f,0.9238795325112867f,0.38268343236508995f,1.0666809915112132f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382916f,0.19259933110853694f,0.122577928470892f,0.5986244099103186f,0.7915955200172041f,1.2061126833943163f,0.08852537197051372f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382916f,0.07741431914167886f,0.027423301440660235f,0.6104297627301499f,0.7915955200172041f,1.215422971063126f,-0.03580924469861081f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.1326622403282935f,0.32286709409666164f,0.9371006186854514f,1.241279111209524f,0.17978883761257297f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.026397869130213525f,0.34805974051120675f,0.9371006186854514f,1.243260009278909f,-0.11390398304231057f,0.9323693135379658f,-0.34309378574937766f,-0.1523097992111534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.08052140686538041f,0.33964501099790106f,0.9371006186854514f,1.3057928210456828f,0.033353058785002505f,0.9387088087633164f,-0.34309378574937766f,-0.061975742842232284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382916f,0.12500000000000003f,0.08052140686538041f,0.6057167949835238f,0.7915955200172041f,1.1695065421743902f,0.033353058785002505f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.04357787137382901f,-0.19259933110853691f,-0.122577928470892f,0.5986244099103186f,0.7915955200172041f,1.2061126833943163f,-0.08852537197051397f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.04357787137382901f,-0.07741431914167882f,-0.027423301440660235f,0.6104297627301499f,0.7915955200172041f,1.215422971063126f,0.03580924469861056f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.1326622403282935f,0.32286709409666164f,0.9371006186854514f,1.241279111209524f,-0.17978883761257325f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.026397869130213525f,0.34805974051120675f,0.9371006186854514f,1.243260009278909f,0.11390398304231032f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.08052140686538041f,0.33964501099790106f,0.9371006186854514f,1.3057928210456828f,-0.033353058785002755f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.04357787137382901f,-0.12499999999999997f,-0.08052140686538041f,0.6057167949835238f,0.7915955200172041f,1.1695065421743902f,-0.033353058785002755f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,4.989829679587507e-17f,0f,0.9238795325112867f,0.38268343236508995f,0.6840594245009466f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1314261122877005e-16f,4.6865204053262955e-17f,9.232677600666384e-17f,0f,0.3826834323650895f,0.9238795325112868f,0.5405531373640381f,-1.2246467991473532e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007596123493895952f,-0.1308499846122242f,0.9913730783286614f,0.4121876230245469f,-0.0868240888334653f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007596123493895952f,0.29204729824229464f,0.9563737106891018f,0.5244152134304926f,-0.0868240888334653f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010621613142645018f,-0.36708261697517064f,0.9301276974958371f,0.28625097237330044f,0.12140559376013f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010621613142645018f,0.9512026547780755f,-0.3083839990618661f,0.620532083337458f,0.12140559376013f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,9.029043306084032e-17f,1.0555790730273981e-16f,0.22170357102186947f,0.7031538935183247f,0.6755902076156605f,0.5465572537406167f,0.20315389351832489f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,9.029043306084032e-17f,1.0555790730273981e-16f,-0.22170357102186947f,0.7031538935183247f,0.6755902076156605f,0.5465572537406167f,-0.2031538935183251f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.273593852918146e-17f,9.029043306084032e-17f,1.0555790730273981e-16f,0f,0.7372773368101238f,0.6755902076156605f,0.5465572537406167f,-1.2246467991473532e-16f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.341834311772743e-18f,1.0251174273207132e-16f,-0.013116602751579998f,-0.04160054911157414f,0.9990482215818577f,0.5445699789408884f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.341834311772743e-18f,1.0251174273207132e-16f,0.013116602751579998f,-0.04160054911157414f,0.9990482215818577f,0.5445699789408884f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.223481206754078e-16f,-5.341834311772743e-18f,1.0251174273207132e-16f,0f,-0.04361938736533616f,0.9990482215818577f,0.5445699789408884f,-1.2246467991473532e-16f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.682583948479536e-17f,-0.18124999999999988f,0.1028474406453112f,0.2825710208216921f,0.9537169507482269f,0.5708817363975123f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.682583948479536e-17f,0.1812500000000001f,-0.1028474406453112f,0.2825710208216921f,0.9537169507482269f,0.5708817363975123f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1772060590738184e-16f,-3.3755840552672846e-17f,-0.007812499999999885f,0f,-0.27563735581699944f,0.9612616959383188f,0.5349011387298201f,-1.2246467991473532e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2199866483456202e-16f,1.0673500138322946e-17f,8.878689293818311e-17f,0f,0.08715574274765796f,0.9961946980917455f,0.554375f,-1.2246467991473532e-16f,0.9961946980917455f,-0.08715574274765796f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503136e-16f,1f,-0.796875f,-2.220446049250313e-16f,-1f,2.2204460492503126e-16f,0.8387499999999998f,1f,-2.2204460492503128e-16f,3.445092848397667e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503136e-16f,1f,-0.796875f,-2.220446049250313e-16f,-1f,2.2204460492503126e-16f,0.8387499999999998f,1f,-2.2204460492503128e-16f,3.445092848397667e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503136e-16f,1f,-0.946875f,-2.220446049250313e-16f,-1f,2.2204460492503126e-16f,0.8387499999999998f,1f,-2.2204460492503128e-16f,3.445092848397667e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503128e-16f,-1f,0.796875f,-2.220446049250313e-16f,1f,2.2204460492503136e-16f,0.8387499999999998f,1f,2.2204460492503136e-16f,-3.445092848397666e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503128e-16f,-1f,0.796875f,-2.220446049250313e-16f,1f,2.2204460492503136e-16f,0.8387499999999998f,1f,2.2204460492503136e-16f,-3.445092848397666e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503128e-16f,-1f,0.946875f,-2.220446049250313e-16f,1f,2.2204460492503136e-16f,0.8387499999999998f,1f,2.2204460492503136e-16f,-3.445092848397666e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135106236677393e-21f,-4.248847104521534e-37f,-0.0072174999999999314f,0f,-3.469446951953614e-21f,0.000015625f,-0.13312500000000005f,-1.9135106236677393e-21f,0.000015625f,3.469446951953614e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36.mcfunction new file mode 100644 index 000000000..1aa1c254a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..d435d93d0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.32069779257691855f,-0.05654767348495771f,-0.7489323940811846f,0.08512509310747544f,-0.7358590636971515f,0.1866883002181956f,0.301003922533971f,0.860483739448787f,0.15036225808189918f,0.7930285515853284f,-0.12426323736098646f,-0.7488676386106867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3114376990676073f,0.06904407562908656f,-0.7336480595080993f,0.08512509310747544f,-0.5959862284925527f,0.4448116621356739f,0.2948609853394002f,0.860483739448787f,0.43336702118031245f,0.6613437085575277f,-0.12172725292504798f,-0.7488676386106867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.32069779257691844f,0.05654767348495751f,0.7489323940811846f,-0.08512509310747528f,0.7358590636971515f,0.1866883002181956f,0.301003922533971f,0.860483739448787f,-0.1503622580818993f,0.7930285515853285f,-0.1242632373609863f,-0.7488676386106868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3114376990676072f,-0.0690440756290867f,0.7336480595080993f,-0.08512509310747528f,0.5959862284925527f,0.4448116621356739f,0.2948609853394002f,0.860483739448787f,-0.43336702118031256f,0.6613437085575276f,-0.12172725292504781f,-0.7488676386106868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09839321566981894f,-0.010137843474342469f,-1.5593659766840633f,0.5514701485207616f,-0.0364833202098066f,1.5620243392929258f,-0.012457158703645943f,0.2735656774504321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12380790854613721f,0.05419611039160442f,0.9908251023262644f,0.612451500162331f,0.7734366940706813f,-0.6202794169341521f,0.13057229871930703f,-0.013544950118902166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.1325031132472172f,-0.02661844435617497f,0.9908251023262644f,0.6559290841965741f,0.9893399065831139f,-0.064478089683799f,0.13057229871930703f,-0.3381721069664864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12380790854613721f,0.05419611039160442f,0.9908251023262644f,0.612451500162331f,-0.7734366940706812f,-0.6202794169341523f,0.13057229871930703f,-0.013544950118902055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.1325031132472172f,-0.02661844435617497f,0.9908251023262644f,0.6559290841965741f,-0.9893399065831139f,-0.06447808968379926f,0.13057229871930703f,-0.3381721069664863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.636485277245053e-17f,1.195930280781684e-16f,-0.15624999999999994f,0f,0.9765511832589915f,-0.2152853605693231f,0.24612694790462813f,-1.2246467991473532e-16f,-0.2152853605693231f,-0.9765511832589915f,-0.5309148704366825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1408322617747535e-17f,1.2057894322522904e-16f,-0.15624999999999994f,0f,0.9846017913832855f,0.1748122204104306f,0.43183236016655935f,-1.2246467991473532e-16f,0.1748122204104306f,-0.9846017913832855f,-0.5042913403058723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.174932037323217e-17f,1.1512858930340364e-16f,0.15625000000000006f,0f,0.9400962741548068f,-0.34090907192424524f,0.24612694790462813f,-1.2246467991473532e-16f,-0.34090907192424524f,-0.9400962741548068f,-0.5309148704366824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1408322617747535e-17f,1.2057894322522904e-16f,0.15625000000000006f,0f,0.9846017913832855f,0.1748122204104306f,0.43183236016655935f,-1.2246467991473532e-16f,0.1748122204104306f,-0.9846017913832855f,-0.5042913403058722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.7787265184016845e-17f,1.127562641845278e-16f,0.29375000000000007f,0f,0.9207247694848271f,0.39021263287739943f,1.148705208762189f,-1.2246467991473532e-16f,0.39021263287739943f,-0.9207247694848271f,-0.18839201885071216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.7787265184016845e-17f,1.127562641845278e-16f,0.33125000000000004f,0f,0.9207247694848271f,0.39021263287739943f,1.0701970469088418f,-1.2246467991473532e-16f,0.39021263287739943f,-0.9207247694848271f,-0.32348654509958963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.7787265184016845e-17f,1.127562641845278e-16f,-0.29374999999999996f,0f,0.9207247694848271f,0.39021263287739943f,1.148705208762189f,-1.2246467991473532e-16f,0.39021263287739943f,-0.9207247694848271f,-0.18839201885071222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.7787265184016845e-17f,1.127562641845278e-16f,-0.33124999999999993f,0f,0.9207247694848271f,0.39021263287739943f,1.0701970469088418f,-1.2246467991473532e-16f,0.39021263287739943f,-0.9207247694848271f,-0.3234865450995897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382916f,0.19259933110853694f,0.12185118051218757f,0.5921730814774904f,0.7965446198307035f,1.2080713167394488f,0.08952306875056959f,0.7926966522044827f,-0.6030071622669886f,-0.13214155086913168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382916f,0.07741431914167886f,0.02771471106748486f,0.6039441724275565f,0.7965446198307035f,1.2173498126537388f,-0.03558418550755569f,0.7969417343799217f,-0.6030071622669886f,-0.1282092288117126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.13119014075997312f,0.315330264762039f,0.9398701884262959f,1.2434533774441994f,0.18086581519563188f,0.9245391352590787f,-0.33543247348462635f,-0.15841188598058223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.027326827591229175f,0.34043688607628647f,0.9398701884262959f,1.2453460795734705f,-0.11368469264293274f,0.9351795797549621f,-0.33543247348462635f,-0.14760026960926234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.08024645115061646f,0.3319706854305827f,0.9398701884262959f,1.3071393792031543f,0.034009271847948885f,0.941450171363497f,-0.33543247348462635f,-0.05675874601790945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382916f,0.12500000000000003f,0.08024645115061646f,0.5992304862876153f,0.7965446198307035f,1.172312519788441f,0.034009271847948885f,0.7970104965952997f,-0.6030071622669886f,-0.2360861077518516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.04357787137382901f,-0.19259933110853691f,-0.12185118051218757f,0.5921730814774904f,0.7965446198307035f,1.2080713167394488f,-0.08952306875056984f,0.7926966522044826f,-0.6030071622669886f,-0.13214155086913176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.04357787137382901f,-0.07741431914167882f,-0.02771471106748486f,0.6039441724275565f,0.7965446198307035f,1.2173498126537388f,0.035584185507555446f,0.7969417343799218f,-0.6030071622669886f,-0.12820922881171265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.13119014075997312f,0.315330264762039f,0.9398701884262959f,1.2434533774441994f,-0.18086581519563213f,0.9245391352590787f,-0.33543247348462635f,-0.15841188598058226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.027326827591229175f,0.34043688607628647f,0.9398701884262959f,1.2453460795734705f,0.11368469264293249f,0.9351795797549621f,-0.33543247348462635f,-0.14760026960926237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.08024645115061646f,0.3319706854305827f,0.9398701884262959f,1.3071393792031543f,-0.034009271847949135f,0.941450171363497f,-0.33543247348462635f,-0.056758746017909506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.04357787137382901f,-0.12499999999999997f,-0.08024645115061646f,0.5992304862876153f,0.7965446198307035f,1.172312519788441f,-0.034009271847949135f,0.7970104965952997f,-0.6030071622669886f,-0.23608610775185165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.7787265184016845e-17f,1.127562641845278e-16f,4.987954976918838e-17f,0f,0.9207247694848271f,0.39021263287739943f,0.6882469306500483f,-1.2246467991473532e-16f,0.39021263287739943f,-0.9207247694848271f,-0.40729743305511806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.13197932619194e-16f,4.6731422804778685e-17f,9.232877450138613e-17f,0f,0.3815910255701066f,0.9243312659454695f,0.5451502960612583f,-1.2246467991473532e-16f,0.9243312659454695f,-0.3815910255701066f,-0.7539216577846691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.00749348141841782f,-0.1320175281434941f,0.991219057524175f,0.4175529588560416f,-0.08683300772245436f,0.9875885264516943f,0.13087754272923757f,-1.4038254076007088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.00749348141841782f,0.29092100745992755f,0.9567177301350346f,0.5293830222726599f,-0.08683300772245436f,0.9529413432183443f,-0.29045279333325386f,-1.067477104360351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010478089354654609f,-0.36817437307804635f,0.9296977146643219f,0.29112425701035916f,0.12141806498819524f,0.9233376646887391f,0.36428726365557595f,-0.9876565463831938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010478089354654609f,0.9515653117337383f,-0.30726807049960336f,0.6254726831978508f,0.12141806498819524f,-0.3062219704189533f,-0.9441852351775343f,-1.0444032649901502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,9.019256590343759e-17f,1.0555902734682452e-16f,0.2214632631891745f,0.7023917344451822f,0.6764612882055345f,0.5512821252874636f,0.20341583250353562f,0.6451525970865999f,-0.7364781908239435f,-0.8619548707457434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,9.019256590343759e-17f,1.0555902734682452e-16f,-0.2214632631891745f,0.7023917344451822f,0.6764612882055345f,0.5512821252874636f,-0.20341583250353584f,0.6451525970865999f,-0.7364781908239435f,-0.8619548707457434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.284261513480028e-17f,9.019256590343759e-17f,1.0555902734682452e-16f,0f,0.7364781908239435f,0.6764612882055345f,0.5512821252874636f,-1.2246467991473532e-16f,0.6764612882055345f,-0.7364781908239435f,-0.8619548707457434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.4864611288915594e-18f,1.0251315259900282e-16f,-0.013471726553003839f,-0.04272685791436546f,0.9989959600501129f,0.549265447955455f,0.3004038788684079f,0.9527593808287912f,0.04480035494896534f,-0.8370834159724785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.4864611288915594e-18f,1.0251315259900282e-16f,0.013471726553003839f,-0.04272685791436546f,0.9989959600501129f,0.549265447955455f,-0.30040387886840814f,0.9527593808287912f,0.04480035494896534f,-0.8370834159724785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2234172048365076e-16f,-5.4864611288915594e-18f,1.0251315259900282e-16f,0f,-0.04480035494896534f,0.9989959600501129f,0.549265447955455f,-1.2246467991473532e-16f,0.9989959600501129f,0.04480035494896534f,-0.8370834159724785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6687745737479e-17f,-0.18124999999999988f,0.10246177154233065f,0.2815114036698717f,0.9540717556747113f,0.5754785385728024f,0.32631175861883693f,0.8965341885077823f,-0.2995781784839714f,-0.7536021373509413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6687745737479e-17f,0.1812500000000001f,-0.10246177154233065f,0.2815114036698717f,0.9540717556747113f,0.5754785385728024f,-0.32631175861883716f,0.8965341885077823f,-0.2995781784839714f,-0.7536021373509412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1768062009348695e-16f,-3.389497722422859e-17f,-0.007812499999999885f,0f,-0.2767734929599914f,0.9609351869895939f,0.5397272572562762f,-1.2246467991473532e-16f,0.9609351869895939f,0.2767734929599914f,-0.9476101178342282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2201119698506416e-16f,1.0529275231014113e-17f,8.878689293818311e-17f,0f,0.08597805700668147f,0.996297030866476f,0.5589379793687066f,-1.2246467991473532e-16f,0.996297030866476f,-0.08597805700668147f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450919927273335e-16f,2.221893732619104e-16f,1f,-0.796875f,-0.001182123180168304f,-0.9999993012921494f,2.2178196570620948e-16f,0.8422414815416341f,0.9999993012921494f,-0.001182123180168304f,3.447716137699712e-16f,0.18158553307537073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450919927273335e-16f,2.221893732619104e-16f,1f,-0.796875f,-0.001182123180168304f,-0.9999993012921494f,2.2178196570620948e-16f,0.8421306574934934f,0.9999993012921494f,-0.001182123180168304f,3.447716137699712e-16f,0.27533546757150973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450919927273335e-16f,2.221893732619104e-16f,1f,-0.946875f,-0.001182123180168304f,-0.9999993012921494f,2.2178196570620948e-16f,0.8421860695175637f,0.9999993012921494f,-0.001182123180168304f,3.447716137699712e-16f,0.22846050032344017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450919927273335e-16f,2.218998365881522e-16f,-1f,0.796875f,-0.001182123180168304f,0.9999993012921494f,2.2230693385523584e-16f,0.8421306574934934f,0.9999993012921494f,0.001182123180168304f,-3.442466456209448e-16f,0.27533546757150995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450919927273335e-16f,2.218998365881522e-16f,-1f,0.796875f,-0.001182123180168304f,0.9999993012921494f,2.2230693385523584e-16f,0.8422414815416341f,0.9999993012921494f,0.001182123180168304f,-3.442466456209448e-16f,0.18158553307537095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450919927273335e-16f,2.218998365881522e-16f,-1f,0.946875f,-0.001182123180168304f,0.9999993012921494f,2.2230693385523584e-16f,0.8421860695175637f,0.9999993012921494f,0.001182123180168304f,-3.442466456209448e-16f,0.2284605003234405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135092866828446e-21f,-2.262005263735943e-24f,-0.0072174999999999314f,0f,-1.847067469012975e-8f,0.000015624989082689833f,-0.12875791752764365f,-1.9135106236677393e-21f,0.000015624989082689833f,1.847067469012975e-8f,-0.5596903257574606f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37.mcfunction new file mode 100644 index 000000000..fb3b712a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..0ecf8eef7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3335210483998704f,-0.05880875946707106f,-0.7431350378825103f,0.08353067573437617f,-0.7307191998841517f,0.18688207578089655f,0.3131596799029735f,0.8690668001109555f,0.14750459531608143f,0.7928184306675846f,-0.1289409740884241f,-0.7488576516740624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.32389068558792317f,0.07180483627460506f,-0.7279690167012347f,0.08353067573437617f,-0.5912618826892853f,0.4430602347565057f,0.30676866602740266f,0.8690668001109555f,0.43070199659173536f,0.6622248061384346f,-0.12630952563763992f,-0.7488576516740624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3335210483998703f,0.05880875946707085f,0.7431350378825103f,-0.083530675734376f,0.7307191998841517f,0.18688207578089655f,0.3131596799029735f,0.8690668001109555f,-0.14750459531608154f,0.7928184306675846f,-0.1289409740884239f,-0.7488576516740624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.32389068558792306f,-0.0718048362746052f,0.7279690167012347f,-0.083530675734376f,0.5912618826892853f,0.4430602347565057f,0.30676866602740266f,0.8690668001109555f,-0.43070199659173547f,0.6622248061384346f,-0.12630952563763975f,-0.7488576516740624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09842708005152116f,-0.01158955357725257f,-1.5593537257980987f,0.5584466972915043f,-0.03639185974789175f,1.5620142427845178f,-0.013906397175351328f,0.27355830574194256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12452667182037808f,0.05477256238964992f,0.9907033231066764f,0.6196948575271477f,0.7733212954257066f,-0.6202287802601734f,0.13149309555290178f,-0.013495522971486318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13342252893543782f,-0.026558508200960607f,0.9907033231066764f,0.6634741248340883f,0.9892163335441653f,-0.06450280049233768f,0.13149309555290178f,-0.33808213241566554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12452667182037808f,0.05477256238964992f,0.9907033231066764f,0.6196948575271477f,-0.7733212954257065f,-0.6202287802601736f,0.13149309555290178f,-0.013495522971486207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13342252893543782f,-0.026558508200960607f,0.9907033231066764f,0.6634741248340883f,-0.9892163335441653f,-0.06450280049233793f,0.13149309555290178f,-0.3380821324156654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.6253693994699817e-17f,1.1961747940101074e-16f,-0.15624999999999994f,0f,0.9767508434619117f,-0.2143776802664953f,0.25385129683159613f,-1.2246467991473532e-16f,-0.2143776802664953f,-0.9767508434619117f,-0.5312056746336234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1520377053521567e-17f,1.2055899467933875e-16f,-0.15624999999999994f,0f,0.9844388991444443f,0.17572721431603705f,0.4395318855106547f,-1.2246467991473532e-16f,0.17572721431603705f,-0.9844388991444443f,-0.5044095650690192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1642304112299977e-17f,1.1516734057378113e-16f,0.15625000000000006f,0f,0.9404127022906942f,-0.3400352178382615f,0.25385129683159613f,-1.2246467991473532e-16f,-0.3400352178382615f,-0.9404127022906942f,-0.5312056746336234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1520377053521567e-17f,1.2055899467933875e-16f,0.15625000000000006f,0f,0.9844388991444443f,0.17572721431603705f,0.4395318855106547f,-1.2246467991473532e-16f,0.17572721431603705f,-0.9844388991444443f,-0.5044095650690192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.8677741324328e-17f,1.1237470945982634e-16f,0.29375000000000007f,0f,0.917609138717106f,0.397483922370265f,1.1545683952713741f,-1.2246467991473532e-16f,0.397483922370265f,-0.917609138717106f,-0.18463632021772616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.8677741324328e-17f,1.1237470945982634e-16f,0.33125000000000004f,0f,0.917609138717106f,0.397483922370265f,1.077131370653948f,-1.2246467991473532e-16f,0.397483922370265f,-0.917609138717106f,-0.320347667268738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.8677741324328e-17f,1.1237470945982634e-16f,-0.29374999999999996f,0f,0.917609138717106f,0.397483922370265f,1.1545683952713741f,-1.2246467991473532e-16f,0.397483922370265f,-0.917609138717106f,-0.18463632021772622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.8677741324328e-17f,1.1237470945982634e-16f,-0.33124999999999993f,0f,0.917609138717106f,0.397483922370265f,1.077131370653948f,-1.2246467991473532e-16f,0.397483922370265f,-0.917609138717106f,-0.320347667268738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382916f,0.19259933110853694f,0.12113918534646859f,0.5858838348449682f,0.8012898538237883f,1.2134876699325101f,0.09048418538245709f,0.7973563023580456f,-0.5966871368527883f,-0.127917989865713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382916f,0.07741431914167886f,0.027995336676208793f,0.5976209762746266f,0.8012898538237883f,1.22273476844303f,-0.0353638316953356f,0.8016943682739988f,-0.5966871368527883f,-0.12391239224095046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12975527609938511f,0.3080067252746763f,0.9424942575474624f,1.249076438056151f,0.18189795068492215f,0.9270046632493674f,-0.32798702695465387f,-0.15390760914003657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.028225288366346406f,0.3330283885597355f,0.9424942575474624f,1.2508835544311303f,-0.11346496350925006f,0.9378433836229223f,-0.32798702695465387f,-0.1430813586202111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07997490603692828f,0.32451284858144225f,0.9424942575474624f,1.3119563082819201f,0.034643006484432824f,0.9440468061760321f,-0.32798702695465387f,-0.05175385441363023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382916f,0.12500000000000003f,0.07997490603692828f,0.5929068936717101f,0.8012898538237883f,1.1785522572057856f,0.034643006484432824f,0.801725840182379f,-0.5966871368527883f,-0.23214216845466523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.04357787137382901f,-0.19259933110853691f,-0.12113918534646859f,0.5858838348449682f,0.8012898538237883f,1.2134876699325101f,-0.09048418538245734f,0.7973563023580456f,-0.5966871368527883f,-0.12791798986571307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.04357787137382901f,-0.07741431914167882f,-0.027995336676208793f,0.5976209762746266f,0.8012898538237883f,1.22273476844303f,0.03536383169533535f,0.8016943682739989f,-0.5966871368527883f,-0.1239123922409505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12975527609938511f,0.3080067252746763f,0.9424942575474624f,1.249076438056151f,-0.1818979506849224f,0.9270046632493673f,-0.32798702695465387f,-0.1539076091400366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.028225288366346406f,0.3330283885597355f,0.9424942575474624f,1.2508835544311303f,0.11346496350924981f,0.9378433836229224f,-0.32798702695465387f,-0.14308135862021115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07997490603692828f,0.32451284858144225f,0.9424942575474624f,1.3119563082819201f,-0.034643006484433074f,0.9440468061760321f,-0.32798702695465387f,-0.051753854413630285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.04357787137382901f,-0.12499999999999997f,-0.07997490603692828f,0.5929068936717101f,0.8012898538237883f,1.1785522572057856f,-0.034643006484433074f,0.801725840182379f,-0.5966871368527883f,-0.2321421684546653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.8677741324328e-17f,1.1237470945982634e-16f,4.986484911261169e-17f,0f,0.917609138717106f,0.397483922370265f,0.6958562010391978f,-1.2246467991473532e-16f,0.397483922370265f,-0.917609138717106f,-0.40717739308451656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1324131499068863e-16f,4.6626198706287534e-17f,9.233034223411993e-17f,0f,0.38073180560101505f,0.9246855098917636f,0.5530817739388171f,-1.2246467991473532e-16f,0.9246855098917636f,-0.38073180560101505f,-0.7539344592939279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.0074127773047444785f,-0.1329353163434226f,0.9910969944467113f,0.42608849951168176f,-0.0868399345147511f,0.9874654054622983f,0.1317987055651631f,-1.403956514871341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.0074127773047444785f,0.2900352370097231f,0.9569872580266385f,0.5376059191809976f,-0.0868399345147511f,0.9532113078898063f,-0.2895635133860592f,-1.0675044242451568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010365241284827005f,-0.36903234580973043f,0.9293587517849466f,0.29927307317089047f,0.12142775067960802f,0.9229950919536f,0.36515114897047185f,-0.9879053337175423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010365241284827005f,0.9518494974113729f,-0.3063904307429064f,0.6336740942382992f,0.12142775067960802f,-0.305337472217069f,-0.9444703962671256f,-1.0443412910123737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,9.011553466602241e-17f,1.0555989146396324e-16f,0.22127411689940457f,0.7017918390556616f,0.6771454643023618f,0.5593140044451064f,0.20362156822373378f,0.6458051074274408f,-0.7358491830359934f,-0.8619619267976543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,9.011553466602241e-17f,1.0555989146396324e-16f,-0.22127411689940457f,0.7017918390556616f,0.6771454643023618f,0.5593140044451064f,-0.203621568223734f,0.6458051074274408f,-0.7358491830359934f,-0.8619619267976543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.292640254150357e-17f,9.011553466602241e-17f,1.0555989146396324e-16f,0f,0.7358491830359934f,0.6771454643023618f,0.5593140044451064f,-1.2246467991473532e-16f,0.6771454643023618f,-0.7358491830359934f,-0.8619619267976543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.6001607311692546e-18f,1.0251424756222218e-16f,-0.013750910149695018f,-0.04361231515853627f,0.9989538920473595f,0.5572742129466225f,0.30039122877600644f,0.9527192598614812f,0.04572878265854535f,-0.8370923570256877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.6001607311692546e-18f,1.0251424756222218e-16f,0.013750910149695018f,-0.04361231515853627f,0.9989538920473595f,0.5572742129466225f,-0.30039122877600666f,0.9527192598614812f,0.04572878265854535f,-0.8370923570256877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2233656863915894e-16f,-5.6001607311692546e-18f,1.0251424756222218e-16f,0f,-0.04572878265854535f,0.9989538920473595f,0.5572742129466225f,-1.2246467991473532e-16f,0.9989538920473595f,0.04572878265854535f,-0.8370923570256877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.657914102564087e-17f,-0.18124999999999988f,0.10215845960672126f,0.2806780609757339f,0.9543497656612506f,0.5834097063964238f,0.32640684363427913f,0.8967954324406382f,-0.2986913537120147f,-0.7535867525303284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.657914102564087e-17f,0.1812500000000001f,-0.10215845960672126f,0.2806780609757339f,0.9543497656612506f,0.5834097063964238f,-0.32640684363427935f,0.8967954324406382f,-0.2986913537120147f,-0.7535867525303283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1764906794984452e-16f,-3.4004332623232665e-17f,-0.007812499999999885f,0f,-0.2776664475578412f,0.9606775441846284f,0.5478387476941944f,-1.2246467991473532e-16f,0.9606775441846284f,0.2776664475578412f,-0.9476278757593519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2202092999145835e-16f,1.0415875893951223e-17f,8.878689293818313e-17f,0f,0.08505208114864761f,0.9963765068950009f,0.5668425720758453f,-1.2246467991473532e-16f,0.9963765068950009f,-0.08505208114864761f,-0.7250000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445090118386509e-16f,2.2230318936766103e-16f,1f,-0.796875f,-0.002111502212799321f,-0.9999977707767179f,2.21575262263389e-16f,0.8493033892601253f,0.9999977707767179f,-0.002111502212799321f,3.44977637527403e-16f,0.1818484382081651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445090118386509e-16f,2.2230318936766103e-16f,1f,-0.796875f,-0.002111502212799321f,-0.9999977707767179f,2.21575262263389e-16f,0.8491054359276753f,0.9999977707767179f,-0.002111502212799321f,3.44977637527403e-16f,0.2755982292184824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445090118386509e-16f,2.2230318936766103e-16f,1f,-0.946875f,-0.002111502212799321f,-0.9999977707767179f,2.21575262263389e-16f,0.8492044125939002f,0.9999977707767179f,-0.002111502212799321f,3.44977637527403e-16f,0.2287233337133237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445090118386509e-16f,2.2178602048240159e-16f,-1f,0.796875f,-0.002111502212799321f,0.9999977707767179f,2.225129576126677e-16f,0.8491054359276753f,0.9999977707767179f,0.002111502212799321f,-3.440399421781243e-16f,0.27559822921848265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445090118386509e-16f,2.2178602048240159e-16f,-1f,0.796875f,-0.002111502212799321f,0.9999977707767179f,2.225129576126677e-16f,0.8493033892601253f,0.9999977707767179f,0.002111502212799321f,-3.440399421781243e-16f,0.18184843820816535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445090118386509e-16f,2.2178602048240159e-16f,-1f,0.946875f,-0.002111502212799321f,0.9999977707767179f,2.225129576126677e-16f,0.8492044125939002f,0.9999977707767179f,0.002111502212799321f,-3.440399421781243e-16f,0.22872333371332404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135063580253066e-21f,-4.040381916089441e-24f,-0.0072174999999999314f,0f,-3.2992222074989395e-8f,0.000015624965168386218f,-0.12100666335949395f,-1.9135106236677393e-21f,0.000015624965168386218f,3.2992222074989395e-8f,-0.5603295280954445f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38.mcfunction new file mode 100644 index 000000000..efaa8d469 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..4f9287ef8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3462427104805888f,-0.061051931731357485f,-0.7371113155523862f,0.08194889031917055f,-0.7253409751902539f,0.1872633057368967f,0.3252035800525348f,0.8802204325747781f,0.1447097080141864f,0.7925588687288809f,-0.13361880275653465f,-0.7489144912017168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3362450118678095f,0.07454372447140527f,-0.7220682274798885f,0.08194889031917055f,-0.5862515426690194f,0.44138910306766055f,0.31856677229636066f,0.8802204325747781f,0.4280752512260103f,0.6630376255048105f,-0.13089188841456456f,-0.7489144912017168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3462427104805887f,0.061051931731357284f,0.7371113155523862f,-0.08194889031917038f,0.7253409751902539f,0.1872633057368967f,0.3252035800525348f,0.8802204325747781f,-0.1447097080141865f,0.7925588687288809f,-0.13361880275653448f,-0.7489144912017168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.33624501186780936f,-0.0745437244714054f,0.7220682274798885f,-0.08194889031917038f,0.5862515426690194f,0.44138910306766055f,0.31856677229636066f,0.8802204325747781f,-0.4280752512260104f,0.6630376255048105f,-0.1308918884145644f,-0.7489144912017168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09845396275462029f,-0.012744566861015695f,-1.5593430165404394f,0.568162144744948f,-0.03631906883843021f,1.5620052459672908f,-0.015059442531950235f,0.2735518245008914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12509846279230596f,0.055231169639192224f,0.990605820953667f,0.6296225474370056f,0.7732290039571429f,-0.620188109652255f,0.13222562567599183f,-0.013456636371292297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.1341539589908758f,-0.026510804962988375f,0.990605820953667f,0.6736418152308867f,0.9891174050966668f,-0.06452242129236317f,0.13222562567599183f,-0.33801078491863606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12509846279230596f,0.055231169639192224f,0.990605820953667f,0.6296225474370056f,-0.7732290039571428f,-0.6201881096522552f,0.13222562567599183f,-0.013456636371292185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.1341539589908758f,-0.026510804962988375f,0.990605820953667f,0.6736418152308867f,-0.9891174050966668f,-0.06452242129236342f,0.13222562567599183f,-0.33801078491863595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.616523681928764e-17f,1.1963685974150757e-16f,-0.15624999999999994f,0f,0.9769090959516119f,-0.21365537261441334f,0.2641619025648285f,-1.2246467991473532e-16f,-0.21365537261441334f,-0.9769090959516119f,-0.5314371660112058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1609517362610372e-17f,1.2054304868375284e-16f,-0.15624999999999994f,0f,0.9843086902091249f,0.17645510017791066f,0.44982262635515136f,-1.2246467991473532e-16f,0.17645510017791066f,-0.9843086902091249f,-0.5045037640416545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.155713334233492e-17f,1.151981010910595e-16f,0.15625000000000006f,0f,0.9406638809758447f,-0.3393397457231637f,0.2641619025648285f,-1.2246467991473532e-16f,-0.3393397457231637f,-0.9406638809758447f,-0.5314371660112056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1609517362610372e-17f,1.2054304868375284e-16f,0.15625000000000006f,0f,0.9843086902091249f,0.17645510017791066f,0.44982262635515136f,-1.2246467991473532e-16f,0.17645510017791066f,-0.9843086902091249f,-0.5045037640416544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.954389974857561e-17f,1.1199553484100007e-16f,0.29375000000000007f,0f,0.9145129429887517f,0.4045566426423522f,1.163055328188162f,-1.2246467991473532e-16f,0.4045566426423522f,-0.9145129429887517f,-0.18100607160826898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.954389974857561e-17f,1.1199553484100007e-16f,0.33125000000000004f,0f,0.9145129429887517f,0.4045566426423522f,1.0866683955622884f,-1.2246467991473532e-16f,0.4045566426423522f,-0.9145129429887517f,-0.31731124034375846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.954389974857561e-17f,1.1199553484100007e-16f,-0.29374999999999996f,0f,0.9145129429887517f,0.4045566426423522f,1.163055328188162f,-1.2246467991473532e-16f,0.4045566426423522f,-0.9145129429887517f,-0.18100607160826904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.954389974857561e-17f,1.1199553484100007e-16f,-0.33124999999999993f,0f,0.9145129429887517f,0.4045566426423522f,1.0866683955622884f,-1.2246467991473532e-16f,0.4045566426423522f,-0.9145129429887517f,-0.3173112403437585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.12043697529420384f,0.5797102391575889f,0.8058728023688566f,1.2215349426431972f,0.09141676549034236f,0.8018559592960519f,-0.590482849478875f,-0.12383453482898583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.02826753513366808f,0.5914135379407818f,0.8058728023688566f,1.2307508396042774f,-0.03514663462206793f,0.8062845146386298f,-0.590482849478875f,-0.11975766269492102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12834703274461803f,0.30084043807870015f,0.9449984497353778f,1.2573233076011678f,0.1828943283009453f,0.929355055571937f,-0.3207005540347999f,-0.14954860996727687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.029100473877394034f,0.32577767329552126f,0.9449984497353778f,1.2590467840909185f,-0.11324366325596305f,0.9403866371733183f,-0.3207005540347999f,-0.13870872995410255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07970505479853143f,0.3172144924767709f,0.9449984497353778f,1.3194126071679921f,0.035259434672993f,0.9465241290681992f,-0.3207005540347999f,-0.046912424517828843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.07970505479853143f,0.5866993528560678f,0.8058728023688566f,1.1874052527753771f,0.035259434672993f,0.8062795896820463f,-0.590482849478875f,-0.22832533219628898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.12043697529420384f,0.5797102391575889f,0.8058728023688566f,1.2215349426431972f,-0.09141676549034261f,0.8018559592960519f,-0.590482849478875f,-0.1238345348289859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.02826753513366808f,0.5914135379407818f,0.8058728023688566f,1.2307508396042774f,0.03514663462206768f,0.8062845146386298f,-0.590482849478875f,-0.11975766269492107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12834703274461803f,0.30084043807870015f,0.9449984497353778f,1.2573233076011678f,-0.18289432830094554f,0.929355055571937f,-0.3207005540347999f,-0.14954860996727687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.029100473877394034f,0.32577767329552126f,0.9449984497353778f,1.2590467840909185f,0.1132436632559628f,0.9403866371733183f,-0.3207005540347999f,-0.13870872995410258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07970505479853143f,0.3172144924767709f,0.9449984497353778f,1.3194126071679921f,-0.03525943467299325f,0.9465241290681992f,-0.3207005540347999f,-0.0469124245178289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.07970505479853143f,0.5866993528560678f,0.8058728023688566f,1.1874052527753771f,-0.03525943467299325f,0.8062795896820463f,-0.590482849478875f,-0.22832533219628903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.954389974857561e-17f,1.1199553484100007e-16f,4.9853176881207916e-17f,0f,0.9145129429887517f,0.4045566426423522f,0.706074974411068f,-1.2246467991473532e-16f,0.4045566426423522f,-0.9145129429887517f,-0.40708208208209606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1327576132757783e-16f,4.6542450754941905e-17f,9.23315873790496e-17f,0f,0.3800479516816324f,0.9249667855780528f,0.5635569925304559f,-1.2246467991473532e-16f,0.9249667855780528f,-0.3800479516816324f,-0.7539446266738659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.0073485623214080585f,-0.13366545182507894f,0.990999266205685f,0.43704440539683304f,-0.08684539208101012f,0.9873668377581579f,0.13253152670120072f,-1.4040604085032018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.0073485623214080585f,0.2893303147577528f,0.9572011113627001f,0.5483130083069825f,-0.08684539208101012f,0.9534255110696699f,-0.288855799172934f,-1.0675259493718137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010275449865360359f,-0.3697147447906844f,0.9290884901958602f,0.30992136866962267f,0.12143538196121506f,0.9227219621904672f,0.3658382545597262f,-0.9881031135428657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010275449865360359f,0.9520750160546129f,-0.305691967402928f,0.6443640293438448f,0.12143538196121506f,-0.30463355275937887f,-0.9446966955277933f,-1.0442917857807523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,9.005419089658894e-17f,1.0556056863040843e-16f,0.22112349039023524f,0.701314112802082f,0.6776893958018437f,0.5698691012078074f,0.20378513158016107f,0.6463238641185427f,-0.7353482731452708f,-0.8619674562813033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,9.005419089658894e-17f,1.0556056863040843e-16f,-0.22112349039023524f,0.701314112802082f,0.6776893958018437f,0.5698691012078074f,-0.2037851315801613f,0.6463238641185427f,-0.7353482731452708f,-0.8619674562813033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.299301493848314e-17f,9.005419089658894e-17f,1.0556056863040843e-16f,0f,0.7353482731452708f,0.6776893958018437f,0.5698691012078074f,-1.2246467991473532e-16f,0.6776893958018437f,-0.7353482731452708f,-0.8619674562813033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.690619802641613e-18f,1.0251511027530274e-16f,-0.013973027803768422f,-0.044316782355708594f,0.9989198052374534f,0.5678109207021043f,0.300380978674581f,0.9526867506930767f,0.04646743703248685f,-0.8370994016125934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.690619802641613e-18f,1.0251511027530274e-16f,0.013973027803768422f,-0.044316782355708594f,0.9989198052374534f,0.5678109207021043f,-0.30038097867458124f,0.9526867506930767f,0.04646743703248685f,-0.8370994016125934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2233239420889446e-16f,-5.690619802641613e-18f,1.0251511027530274e-16f,0f,-0.04646743703248685f,0.9989198052374534f,0.5678109207021043f,-1.2246467991473532e-16f,0.9989198052374534f,0.04646743703248685f,-0.8370994016125934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.649270956445779e-17f,-0.18124999999999988f,0.10191707326771915f,0.28001485745996074f,0.9545703692123594f,0.5938846595883956f,0.3264822944924475f,0.8970027319697342f,-0.29798558727190105f,-0.753574494306512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.649270956445779e-17f,0.1812500000000001f,-0.10191707326771915f,0.28001485745996074f,0.9545703692123594f,0.5938846595883956f,-0.3264822944924477f,0.8970027319697342f,-0.29798558727190105f,-0.7535744943065119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.176238916085666e-16f,-3.409131780196751e-17f,-0.007812499999999885f,0f,-0.27837673544489094f,0.9604719637569049f,0.5584571924584986f,-1.2246467991473532e-16f,0.9604719637569049f,0.27837673544489094f,-0.9476418670916789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2202859855217453e-16f,1.0325645839888195e-17f,8.878689293818311e-17f,0f,0.08431529684377005f,0.9964391254452762f,0.5772963915970284f,-1.2246467991473532e-16f,0.9964391254452762f,-0.08431529684377005f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450878715079837e-16f,2.2239374442823215e-16f,1f,-0.796875f,-0.002850940397214563f,-0.9999959360611679f,2.2141066661517457e-16f,0.8590865711794473f,0.9999959360611679f,-0.002850940397214563f,3.4514141839823855e-16f,0.18205705323089116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450878715079837e-16f,2.2239374442823215e-16f,1f,-0.796875f,-0.002850940397214563f,-0.9999959360611679f,2.2141066661517457e-16f,0.8588192955172085f,0.9999959360611679f,-0.002850940397214563f,3.4514141839823855e-16f,0.2758066722366257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450878715079837e-16f,2.2239374442823215e-16f,1f,-0.946875f,-0.002850940397214563f,-0.9999959360611679f,2.2141066661517457e-16f,0.8589529333483279f,0.9999959360611679f,-0.002850940397214563f,3.4514141839823855e-16f,0.22893186273375837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450878715079837e-16f,2.2169546542183044e-16f,-1f,0.796875f,-0.002850940397214563f,0.9999959360611679f,2.226767384835032e-16f,0.8588192955172085f,0.9999959360611679f,0.002850940397214563f,-3.438753465299099e-16f,0.2758066722366259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450878715079837e-16f,2.2169546542183044e-16f,-1f,0.796875f,-0.002850940397214563f,0.9999959360611679f,2.226767384835032e-16f,0.8590865711794473f,0.9999959360611679f,0.002850940397214563f,-3.438753465299099e-16f,0.1820570532308914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450878715079837e-16f,2.2169546542183044e-16f,-1f,0.946875f,-0.002850940397214563f,0.9999959360611679f,2.226767384835032e-16f,0.8589529333483279f,0.9999959360611679f,0.002850940397214563f,-3.438753465299099e-16f,0.2289318627337587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135028472776104e-21f,-5.4553047375135905e-24f,-0.0072174999999999314f,0f,-4.454594370647755e-8f,0.000015624936500955748f,-0.11067441979116077f,-1.9135106236677393e-21f,0.000015624936500955748f,4.454594370647755e-8f,-0.5608381966347638f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39.mcfunction new file mode 100644 index 000000000..5ac805831 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..b27a12e7c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3588589036775661f,-0.06327650698581518f,-0.7308630619749872f,0.0803802186890192f,-0.7197331139841003f,0.18780010959101268f,0.3371347029256968f,0.8933603715961493f,0.14194708989806584f,0.7922573110711709f,-0.13828890471832042f,-0.749026352151558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3484969146598021f,0.07725990592761016f,-0.7159474892816201f,0.0803802186890192f,-0.5809750553570887f,0.4397726849640129f,0.3302544028659887f,0.8933603715961493f,0.42546196719028406f,0.6638003408372128f,-0.13546668217304858f,-0.749026352151558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.358858903677566f,0.06327650698581497f,0.7308630619749872f,-0.08038021868901904f,0.7197331139841003f,0.18780010959101268f,0.3371347029256968f,0.8933603715961493f,-0.14194708989806595f,0.7922573110711709f,-0.13828890471832025f,-0.749026352151558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.348496914659802f,-0.0772599059276103f,0.7159474892816201f,-0.08038021868901904f,0.5809750553570887f,0.4397726849640129f,0.3302544028659887f,0.8933603715961493f,-0.4254619671902842f,0.6638003408372127f,-0.1354666821730484f,-0.749026352151558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09847534567107442f,-0.01366493305621488f,-1.5593338724915622f,0.5799918217794072f,-0.036261051258081156f,1.5619974654327649f,-0.015978239680217606f,0.2735462690583466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12555404488994956f,0.05559658874924714f,0.9905277386985281f,0.641621325603313f,0.7731551589204627f,-0.6201554585530936f,0.1328092898161748f,-0.013425928148471433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13473674578842187f,-0.026472782307996386f,0.9905277386985281f,0.6858318203151389f,0.9890381868828096f,-0.06453803085071812f,0.1328092898161748f,-0.33795408321939335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12555404488994956f,0.05559658874924714f,0.9905277386985281f,0.641621325603313f,-0.7731551589204625f,-0.6201554585530938f,0.1328092898161748f,-0.013425928148471322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13473674578842187f,-0.026472782307996386f,0.9905277386985281f,0.6858318203151389f,-0.9890381868828096f,-0.06453803085071837f,0.1328092898161748f,-0.33795408321939324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.609473956513654e-17f,1.1965225611598922e-16f,-0.15624999999999994f,0f,0.9770348168900269f,-0.213079718848771f,0.27646594987885376f,-1.2246467991473532e-16f,-0.213079718848771f,-0.9770348168900269f,-0.5316217054527272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.168054027025143e-17f,1.2053029494782043e-16f,-0.15624999999999994f,0f,0.9842045480520447f,0.17703504623003347f,0.4621107716775499f,-1.2246467991473532e-16f,0.17703504623003347f,-0.9842045480520447f,-0.5045789127099213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1489248832100924e-17f,1.152225674855694e-16f,0.15625000000000006f,0f,0.9408636642482697f,-0.3387854266306608f,0.27646594987885376f,-1.2246467991473532e-16f,-0.3387854266306608f,-0.9408636642482697f,-0.5316217054527272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.168054027025143e-17f,1.2053029494782043e-16f,0.15625000000000006f,0f,0.9842045480520447f,0.17703504623003347f,0.4621107716775499f,-1.2246467991473532e-16f,0.17703504623003347f,-0.9842045480520447f,-0.5045789127099212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.039033850865692e-17f,1.116172549904429e-16f,0.29375000000000007f,0f,0.9114240535977814f,0.4114683396367068f,1.173561429589305f,-1.2246467991473532e-16f,0.4114683396367068f,-0.9114240535977814f,-0.17747717137537325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.039033850865692e-17f,1.116172549904429e-16f,0.33125000000000004f,0f,0.9114240535977814f,0.4114683396367068f,1.0982085797305237f,-1.2246467991473532e-16f,0.4114683396367068f,-0.9114240535977814f,-0.3143567188547536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.039033850865692e-17f,1.116172549904429e-16f,-0.29374999999999996f,0f,0.9114240535977814f,0.4114683396367068f,1.173561429589305f,-1.2246467991473532e-16f,0.4114683396367068f,-0.9114240535977814f,-0.1774771713753733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.039033850865692e-17f,1.116172549904429e-16f,-0.33124999999999993f,0f,0.9114240535977814f,0.4114683396367068f,1.0982085797305237f,-1.2246467991473532e-16f,0.4114683396367068f,-0.9114240535977814f,-0.3143567188547537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11974145639070272f,0.5736232026076765f,0.81031993993209f,1.2316065529921714f,0.09232590997204614f,0.806221658275721f,-0.5843650948465181f,-0.11986455493018372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.02853280152838237f,0.5852926397840622f,0.81031993993209f,1.2407913220325704f,-0.03493162900198394f,0.8107386861500367f,-0.5843650948465181f,-0.11571803098001884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12695875928947942f,0.29379616522118523f,0.9473992224722385f,1.2675885599439147f,0.18386073419487386f,0.931605926238036f,-0.3135372842573801f,-0.14530695855694972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.029956947387471143f,0.3186491716013432f,0.9473992224722385f,1.2692299240902396f,-0.11302011392112088f,0.9428259782323373f,-0.3135372842573801f,-0.13445434165364484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07943584034939606f,0.31003977249214854f,0.9473992224722385f,1.328899076391902f,0.03586182875818274f,0.9488984669703211f,-0.3135372842573801f,-0.042203669292283585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.07943584034939606f,0.580578627075127f,0.81031993993209f,1.1982688852999985f,0.03586182875818274f,0.8106980727515878f,-0.5843650948465181f,-0.22461073566139056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11974145639070272f,0.5736232026076765f,0.81031993993209f,1.2316065529921714f,-0.09232590997204639f,0.806221658275721f,-0.5843650948465181f,-0.11986455493018379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.02853280152838237f,0.5852926397840622f,0.81031993993209f,1.2407913220325704f,0.03493162900198369f,0.8107386861500367f,-0.5843650948465181f,-0.11571803098001888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12695875928947942f,0.29379616522118523f,0.9473992224722385f,1.2675885599439147f,-0.18386073419487411f,0.9316059262380358f,-0.3135372842573801f,-0.14530695855694975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.029956947387471143f,0.3186491716013432f,0.9473992224722385f,1.2692299240902396f,0.11302011392112063f,0.9428259782323374f,-0.3135372842573801f,-0.1344543416536449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07943584034939606f,0.31003977249214854f,0.9473992224722385f,1.328899076391902f,-0.03586182875818299f,0.9488984669703211f,-0.3135372842573801f,-0.04220366929228364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.07943584034939606f,0.580578627075127f,0.81031993993209f,1.1982688852999985f,-0.03586182875818299f,0.8106980727515878f,-0.5843650948465181f,-0.22461073566139061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.039033850865692e-17f,1.116172549904429e-16f,4.9843891115420757e-17f,0f,0.9114240535977814f,0.4114683396367068f,0.7183056722174882f,-1.2246467991473532e-16f,0.4114683396367068f,-0.9114240535977814f,-0.40700625805027224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1330316551624947e-16f,4.647569806485923e-17f,9.233257818401431e-17f,0f,0.3795028746020274f,0.9251905577602907f,0.5759920942417279f,-1.2246467991473532e-16f,0.9251905577602907f,-0.3795028746020274f,-0.7539527172103813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007297389799428579f,-0.13424720723401806f,0.990921003638525f,0.44986259182077376f,-0.08684970694257517f,0.9872879076875264f,0.13311542261501924f,-1.4041429302295052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007297389799428579f,0.2887684849087411f,0.957371145494591f,0.5609328817895225f,-0.08684970694257517f,0.9535958254521627f,-0.2882917447382028f,-1.0675429675695391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.01020389564004579f,-0.3702583690177336f,0.9288727688365583f,0.3224944858246605f,0.12144141540581938f,0.9225039578216427f,0.3663856307603175f,-0.9882606112107345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.01020389564004579f,0.9522543476814551f,-0.3051352779269111f,0.6569701960641858f,0.12144141540581938f,-0.3040725159957065f,-0.9448766520770169f,-1.044252212603039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,9.000527392434219e-17f,1.0556110166394542e-16f,0.22100337725019326f,0.7009331625914293f,0.6781225618010256f,0.5823678512892675f,0.2039153871082631f,0.6467369818744502f,-0.734948835754173f,-0.8619718088304412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,9.000527392434219e-17f,1.0556110166394542e-16f,-0.22100337725019326f,0.7009331625914293f,0.6781225618010256f,0.5823678512892675f,-0.20391538710826332f,0.6467369818744502f,-0.734948835754173f,-0.8619718088304412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.304606247392293e-17f,9.000527392434219e-17f,1.0556110166394542e-16f,0f,0.734948835754173f,0.6781225618010256f,0.5823678512892675f,-1.2246467991473532e-16f,0.6781225618010256f,-0.734948835754173f,-0.8619718088304412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.762699796050004e-18f,1.0251579235360219e-16f,-0.014150016565436043f,-0.044878118992290314f,0.9988922521808404f,0.5802950183271427f,0.30037269331066346f,0.95266047287594f,0.047056014844951366f,-0.8371049712045764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.762699796050004e-18f,1.0251579235360219e-16f,0.014150016565436043f,-0.044878118992290314f,0.9988922521808404f,0.5802950183271427f,-0.3003726933106637f,0.95266047287594f,0.047056014844951366f,-0.8371049712045764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232901993263573e-16f,-5.762699796050004e-18f,1.0251579235360219e-16f,0f,-0.047056014844951366f,0.9988922521808404f,0.5802950183271427f,-1.2246467991473532e-16f,0.9988922521808404f,0.047056014844951366f,-0.8371049712045764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6423822456096e-17f,-0.18124999999999988f,0.10172468490977303f,0.27948627479073784f,0.9547457832761576f,0.6063195379447776f,0.3265422896356891f,0.8971675672710674f,-0.29742308134439804f,-0.7535647151679127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6423822456096e-17f,0.1812500000000001f,-0.10172468490977303f,0.27948627479073784f,0.9547457832761576f,0.6063195379447776f,-0.3265422896356893f,0.8971675672710674f,-0.29742308134439804f,-0.7535647151679126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1760378382354155e-16f,-3.416061851027132e-17f,-0.007812499999999885f,0f,-0.2789426186722185f,0.9603077712318512f,0.5710064257989601f,-1.2246467991473532e-16f,0.9603077712318512f,0.2789426186722185f,-0.9476529289202005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.220346614703918e-16f,1.025374206938404e-17f,8.878689293818312e-17f,0f,0.08372815800051978f,0.9964886329295684f,0.5897144361022012f,-1.2246467991473532e-16f,0.9964886329295684f,-0.08372815800051978f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445085601712567e-16f,2.2246590300132164e-16f,1f,-0.796875f,-0.003440159861469283f,-0.9999940826325562f,2.2127942206819615e-16f,0.8709701084763779f,0.9999940826325562f,-0.003440159861469283f,3.4527183985756924e-16f,0.18222293284635915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445085601712567e-16f,2.2246590300132164e-16f,1f,-0.796875f,-0.003440159861469283f,-0.9999940826325562f,2.2127942206819615e-16f,0.8706475934893652f,0.9999940826325562f,-0.003440159861469283f,3.4527183985756924e-16f,0.27597237809316133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445085601712567e-16f,2.2246590300132164e-16f,1f,-0.946875f,-0.003440159861469283f,-0.9999940826325562f,2.2127942206819615e-16f,0.8708088509828715f,0.9999940826325562f,-0.003440159861469283f,3.4527183985756924e-16f,0.2290976554697602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445085601712567e-16f,2.2162330684874095e-16f,-1f,0.796875f,-0.003440159861469283f,0.9999940826325562f,2.2280715994283395e-16f,0.8706475934893652f,0.9999940826325562f,0.003440159861469283f,-3.4374410198293145e-16f,0.27597237809316155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445085601712567e-16f,2.2162330684874095e-16f,-1f,0.796875f,-0.003440159861469283f,0.9999940826325562f,2.2280715994283395e-16f,0.8709701084763779f,0.9999940826325562f,0.003440159861469283f,-3.4374410198293145e-16f,0.1822229328463594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445085601712567e-16f,2.2162330684874095e-16f,-1f,0.946875f,-0.003440159861469283f,0.9999940826325562f,2.2280715994283395e-16f,0.8708088509828715f,0.9999940826325562f,0.003440159861469283f,-3.4374410198293145e-16f,0.22909765546976052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134993007222715e-21f,-6.582782442036812e-24f,-0.0072174999999999314f,0f,-5.375249783545755e-8f,0.000015624907541133693f,-0.09835298366426803f,-1.9135106236677393e-21f,0.000015624907541133693f,5.375249783545755e-8f,-0.5612435929126335f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..ef3c4d617 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5989814174188364f,-0.03629694400090066f,-0.5539388394828095f,-0.020217416677397793f,-0.26306944619804945f,0.7361640519945049f,0.2362231984215942f,1.2139319704094405f,0.48883552705221583f,0.35169513054870666f,-0.5516292297226052f,-0.26086205617310876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.555699831205705f,0.191692663920594f,-0.5426339652076502f,-0.020217416677397793f,0.037884058020825256f,0.7648645408944497f,0.23140231682115353f,1.2139319704094405f,0.5742495065264104f,0.13504131472015884f,-0.5403714903405112f,-0.26086205617310876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7493342880074342f,0.20144749337871767f,0.25467916418951014f,-0.09594953639815897f,0.27515633520531957f,0.7340328073496946f,0.22897439458408522f,1.2146108661025383f,-0.17242842125709362f,0.2959040209091489f,-0.7413863327557559f,-0.24309011988241627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7536834905206509f,-0.0985906298598225f,0.24948163022645892f,-0.09594953639815897f,-0.026146175851253145f,0.7674667667221755f,0.2243014477558386f,1.2146108661025383f,-0.26697860139899493f,0.20316163437237197f,-0.7262559994342099f,-0.24309011988241627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.012593322381108146f,0.9357026694470256f,1.251282611012043f,-0.4915145241018198f,1.56224542225796f,0.02775228191021447f,-0.005030057934425506f,0.7788803775752032f,-0.02523685530039704f,1.2510381989525685f,-0.9357738914374886f,0.31963970748007786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3631422552912752f,-0.8012935293465877f,-0.47545386973843806f,-0.4266854726737075f,-0.8651816232570434f,0.4793914501605329f,-0.1471210259999865f,1.0030653122411812f,0.3458156462629671f,0.3579280896217433f,-0.8673517288040969f,0.2309136370987294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.47695243507845897f,-0.8012935293465877f,-0.3611717797669382f,-0.25989586718877117f,-0.873042144642697f,0.4793914501605329f,0.08933784858984181f,1.315488945121274f,0.10155682325874765f,0.3579280896217433f,-0.9282099408589206f,0.19050644206109602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.563939956282308f,0.8241781966092511f,0.05198101520970372f,0.44435721407822376f,0.5688196694069093f,-0.3420377612097899f,-0.7479668131691464f,1.0517660505000048f,-0.5986784691335765f,0.4513761958062448f,-0.6616975294312043f,0.22497639700216718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.30125841020438293f,0.9163157943622067f,0.26383467414933537f,0.32117133731706743f,0.7872804868081432f,0.395127860064265f,-0.4733533661992563f,1.3102800057175708f,-0.5379895959702754f,0.06511020813507562f,-0.840433135605889f,0.054148323773043176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9735157352977399f,-0.06322057274577367f,-0.21970496651053922f,-0.09550106972199171f,0.008727018896256631f,0.9500281687436282f,-0.3120421730068108f,0.9117380517419145f,0.22845339189621414f,-0.3056953348929688f,-0.924315644115034f,0.28407898057086983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9735157352977399f,0.025669257498449075f,-0.22717438752460442f,-0.09210792386306128f,0.008727018896256631f,0.9971249502203247f,0.07527066353699391f,1.0991694215553316f,0.22845339189621414f,0.07129462018689273f,-0.9709408451927035f,0.2913783415734578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9735157352977399f,-0.034002459291451834f,-0.22607730069565585f,0.19777224473597396f,0.008727018896256631f,0.9826302227158911f,-0.18536904959162565f,0.9174372368304995f,0.22845339189621414f,-0.18243266748982023f,-0.956309243688287f,0.16570231606288377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9735157352977399f,0.0835916568102844f,-0.21278991526717722f,0.21211574341748243f,0.008727018896256631f,0.9436672601941353f,0.33078080533622023f,1.0964422281502513f,0.22845339189621414f,0.3201632973177996f,-0.91940443265285f,0.2199866566058909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9888690237247657f,-0.10777719004135136f,-0.10257744013387758f,0.2709445134204686f,-0.1250935674693726f,0.9754983752684343f,0.1809820964251164f,1.8705813341936235f,0.08055838438930073f,0.1917993669317891f,-0.978122359190889f,0.22726243453001543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9888690237247657f,-0.10777719004135136f,-0.10257744013387758f,0.3118826155527652f,-0.1250935674693726f,0.9754983752684343f,0.1809820964251164f,1.7703021176050253f,0.08055838438930073f,0.1917993669317891f,-0.978122359190889f,0.10856760307479721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9888690237247657f,-0.10777719004135136f,-0.10257744013387758f,-0.31001603801783123f,-0.1250935674693726f,0.9754983752684343f,0.1809820964251164f,1.797088863305367f,0.08055838438930073f,0.1917993669317891f,-0.978122359190889f,0.27459048535872965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9888690237247657f,-0.10777719004135136f,-0.10257744013387758f,-0.34324311266489205f,-0.1250935674693726f,0.9754983752684343f,0.1809820964251164f,1.687427629156566f,0.08055838438930073f,0.1917993669317891f,-0.978122359190889f,0.16193753273270894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9935544721763059f,0.04824292273528996f,-0.10257744013387758f,0.15977777127392623f,0.02904810840978138f,0.9830573168291782f,0.1809820964251164f,1.9663737706555633f,0.10957060835952306f,0.17683589068561115f,-0.978122359190889f,0.2342808977575052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9888690237247658f,-0.10777719004135138f,-0.10257744013387758f,0.044788768946207425f,-0.1250935674693726f,0.9754983752684344f,0.1809820964251164f,1.9617953370942804f,0.08055838438930073f,0.1917993669317891f,-0.978122359190889f,0.24549285186019387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9855690496840666f,0.134653321832129f,-0.10257744013387758f,0.023166476899224617f,0.11461666219918541f,0.9767847774816557f,0.1809820964251164f,1.9547873411346568f,0.1245659225115921f,0.16661326897845033f,-0.978122359190889f,0.24646372994980295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9789420317560205f,-0.1764946663131087f,-0.10257744013387758f,0.050872006624579594f,-0.19283617262804736f,0.9643960240999211f,0.1809820964251164f,1.9681846258158926f,0.06698290071026144f,0.19695162213926712f,-0.978122359190889f,0.24603710270338053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9944994795910816f,-0.02118145105153714f,-0.10257744013387758f,0.09352080895432706f,-0.03959726323271687f,0.9826889322252738f,0.1809820964251164f,2.0832399107291515f,0.09696825169892893f,0.18404838660880068f,-0.978122359190889f,0.23090417157233595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9944994795910816f,-0.02118145105153714f,-0.10257744013387758f,0.0982866354409229f,-0.03959726323271687f,0.9826889322252738f,0.1809820964251164f,1.8621349009784651f,0.09696825169892893f,0.18404838660880068f,-0.978122359190889f,0.18949328458535586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9598343380409896f,-0.2611434707071882f,-0.10257744013387758f,-0.22635239109517447f,-0.2761550245556824f,0.9439194262150875f,0.1809820964251164f,1.9175276663086613f,0.04956254563746432f,0.20204010621850224f,-0.978122359190889f,0.26573705757052707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9888690237247656f,-0.10777719004135133f,-0.10257744013387758f,-0.11353561276010847f,-0.1250935674693726f,0.9754983752684343f,0.1809820964251164f,1.9417670408792518f,0.08055838438930074f,0.19179936693178912f,-0.978122359190889f,0.258390774733391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9334217254496479f,-0.3438048156064472f,-0.10257744013387758f,-0.09098219369285265f,-0.35737216999948596f,0.9162590315426246f,0.1809820964251164f,1.9403473454591287f,0.03176498966568281f,0.20559094309426298f,-0.978122359190889f,0.2557628709507488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9939783452106906f,-0.03853463413343783f,-0.10257744013387758f,-0.12084352124154442f,-0.05674151902434851f,0.9818481964093936f,0.1809820964251164f,1.9464623274575625f,0.09374139571729584f,0.18571268448822434f,-0.978122359190889f,0.2600259375920959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9757126774924626f,-0.19355267953730426f,-0.10257744013387758f,-0.1924799733861619f,-0.20963783412402523f,0.9608836866537788f,0.1809820964251164f,2.047060338608222f,0.06353541913198753f,0.19809063826080242f,-0.978122359190889f,0.2542032742913615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9757126774924626f,-0.19355267953730426f,-0.10257744013387758f,-0.14893062049026853f,-0.20963783412402523f,0.9608836866537788f,0.1809820964251164f,1.830861509111122f,0.06353541913198753f,0.19809063826080242f,-0.978122359190889f,0.20963288068268104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9888690237247657f,-0.10777719004135136f,-0.10257744013387758f,0.033119362375703454f,-0.1250935674693726f,0.9754983752684343f,0.1809820964251164f,1.340899597206436f,0.08055838438930073f,0.1917993669317891f,-0.978122359190889f,0.1318322308061918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9735157352977399f,0.0835916568102844f,-0.21278991526717722f,0.001772491071846807f,0.008727018896256631f,0.9436672601941353f,0.33078080533622023f,0.9870243746336351f,0.22845339189621414f,0.3201632973177996f,-0.91940443265285f,0.011770994312016956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9740115872574614f,-0.1849098560125112f,-0.13080433111190584f,0.18364107190586235f,-0.15650432246315066f,0.9669092633782518f,-0.2014767317674097f,0.628038495765878f,0.16373095290308082f,-0.17576922808830592f,-0.9707200180889903f,0.2840700008987609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9740115872574614f,-0.20974095491940156f,0.08549947203169317f,0.12389996651442604f,-0.15650432246315066f,0.35034847162556015f,-0.9234513227452674f,0.6852196208943813f,0.16373095290308082f,-0.9128333255633972f,-0.3740688369836727f,-0.01666382351169114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9782398231218709f,0.08971054817052557f,-0.18707983858618907f,-0.08772627291582871f,0.16198550200233433f,0.8936625603256372f,-0.41848288544847184f,0.6619007469069629f,0.12964391848267504f,-0.43968084540854274f,-0.8887481131238967f,0.33648070935047975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9782398231218709f,-0.09178928261667568f,-0.1860687401344105f,-0.12727970939051378f,0.16198550200233433f,0.22249455666422732f,-0.9613827902536225f,0.6969617821702445f,0.12964391848267504f,-0.9706033689677287f,-0.20278450273369655f,-0.005780822220181399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9881897415618107f,0.06984217369273488f,-0.13639320161164825f,0.00035850863135364645f,0.11956064384445267f,0.9081532522015684f,-0.4012018481502974f,0.8796373832318758f,0.09584512045744328f,-0.41277080963845797f,-0.9057781028457852f,0.0023808317725831085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9725944773515108f,-0.2054497084506598f,-0.10885954217651453f,-0.0009863788719985736f,-0.11956064384445267f,0.8434786618610373f,-0.5236878835992045f,0.8431114210167163f,0.19941222397045125f,-0.4963206264932505f,-0.8449263877099034f,-0.006550475924085433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9888518743222551f,-0.05973997994214088f,-0.13639320161164825f,0.00035850863135364645f,-3.469446951953614e-18f,0.9159896708155533f,-0.4012018481502974f,0.8796373832318758f,0.1489025542069817f,-0.3967291995249742f,-0.9057781028457852f,0.0023808317725831085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9853502111577385f,0.08319839834683793f,-0.14887238791636737f,0.0013965704174275552f,0.0871380857942336f,0.9959928781905952f,-0.020128104673096475f,0.9036291226507005f,0.14660121205337037f,-0.03280568710048942f,-0.9886515420097959f,0.009274530462228302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9848277776380928f,-0.08916984080110224f,-0.14887238791636737f,0.0013965704174275552f,-0.0871380857942336f,0.9959928781905952f,-0.020128104673096475f,0.9036291226507005f,0.15007065801325745f,-0.006850261682623576f,-0.9886515420097959f,0.009274530462228302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9888518743222551f,-0.0029971261971695265f,-0.14887238791636737f,0.0013965704174275552f,-3.469446951953614e-18f,0.9997974091796142f,-0.020128104673096475f,0.9036291226507005f,0.1489025542069817f,-0.0199037140325459f,-0.9886515420097959f,0.009274530462228302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9824754125281349f,0.11324681195174234f,-0.14804466677472003f,-0.1896573379187152f,0.12977417839139085f,0.9857327492419345f,-0.10718959695220798f,0.9155328208866821f,0.13379359626122114f,-0.12452351848026148f,-0.9831547014304438f,0.04168488548209315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9783088063851867f,-0.15724690012374096f,-0.13485285221553792f,0.19171943632073576f,-0.12977417839139088f,0.9726395495930235f,-0.1926939780852526f,0.9191107008209327f,0.1614637481666734f,-0.17101379759818958f,-0.9719484240735278f,-0.027990628316829788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9888518743222551f,-0.028803011982330082f,-0.14609023632710322f,-0.004159162952211536f,-3.469446951953614e-18f,0.9811130313052305f,-0.19343531167566497f,0.7684748131973245f,0.1489025542069817f,-0.19127887051059078f,-0.9701754599281665f,0.024846477206503622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9888518743222551f,-0.015960804770600648f,-0.14804466677472003f,0f,-3.469446951953614e-18f,0.9942385982777088f,-0.10718959695220798f,0.990625f,0.1489025542069817f,-0.10599463385403785f,-0.9831547014304438f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7332528536189247f,-0.014211033596758772f,-0.679807545694967f,0.03597922160661235f,-0.29136335910426875f,0.8967761165561885f,-0.3330165007111181f,0.9657906896946923f,0.6143676795138069f,0.44225630950673067f,0.6534230720370273f,0.37403436404841234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7332528536189247f,-0.014211033596758772f,-0.679807545694967f,0.10472167663338655f,-0.29136335910426875f,0.8967761165561885f,-0.3330165007111181f,0.9384753747786672f,0.6143676795138069f,0.44225630950673067f,0.6534230720370273f,0.4316313340028317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7332528536189247f,-0.014211033596758772f,-0.679807545694967f,0.17232158097424452f,-0.29136335910426875f,0.8967761165561885f,-0.3330165007111181f,1.0020855073433474f,0.6143676795138069f,0.44225630950673067f,0.6534230720370273f,0.30481938822006793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6269891141789646f,-0.4338415120839355f,-0.647044197171879f,0.5119993704436508f,-0.3820929125127288f,0.8950720346310278f,-0.22989358196568327f,2.0119124332753175f,0.6788885452772179f,0.1030902285097709f,-0.7269681890407488f,-0.1839990031832306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17914306171985872f,-0.4338415120839355f,-0.8830001731768569f,0.5357276282950884f,-0.026440564834231822f,0.8950720346310278f,-0.44513700065566214f,2.033557790286292f,0.9834676710339193f,0.1030902285097709f,0.1488749301155894f,-0.2720757356339928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2531014170819999f,-0.4338415120839355f,-0.8647087458004619f,0.6535698112394389f,-0.23088380811706416f,0.8950720346310278f,-0.3814953734592792f,2.0799594177996967f,0.939485146141463f,0.1030902285097709f,-0.3267109807847863f,-0.17903072229089373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015450810536285238f,6.548184433551465e-7f,-0.0000022325527044303147f,0.09805720551081394f,-5.421010862427522e-23f,0.00001499338084776544f,0.000004397630697757658f,0.9565364755311695f,0.000002326602409484089f,0.0000043486053580547475f,-0.000014826232753740257f,0.699662621739541f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4.mcfunction new file mode 100644 index 000000000..761687a6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40.mcfunction new file mode 100644 index 000000000..393c00726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..a548fe1e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.37136578497613915f,-0.06548180760327171f,-0.724392180428881f,0.07882513867649668f,-0.7139024328036553f,0.18846943210880546f,0.3489513347761424f,0.9080227155159204f,0.1391948800442135f,0.7919190933915138f,-0.14294537185891873f,-0.7491847245959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.3606426619156241f,0.07995255326803603f,-0.7096086665425774f,0.07882513867649668f,-0.5754472326876876f,0.43819267022541214f,0.3418298789643844f,0.9080227155159204f,0.42284436001736536f,0.664525976156422f,-0.14002811937200202f,-0.7491847245959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.37136578497613904f,0.06548180760327153f,0.724392180428881f,-0.07882513867649651f,0.7139024328036553f,0.18846943210880546f,0.3489513347761424f,0.9080227155159204f,-0.1391948800442136f,0.7919190933915139f,-0.14294537185891854f,-0.7491847245959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.360642661915624f,-0.07995255326803617f,0.7096086665425774f,-0.07882513867649651f,0.5754472326876876f,0.43819267022541214f,0.3418298789643844f,0.9080227155159204f,-0.4228443600173655f,0.6645259761564218f,-0.14002811937200185f,-0.7491847245959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09849229026957695f,-0.014395308497220727f,-1.5593262307325957f,0.5934428356692156f,-0.036215001046972055f,1.5619909050654177f,-0.01670736939457573f,0.2735416136832582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12591555204226845f,0.05588656217069113f,0.9904655299012846f,0.6552065185520698f,0.7730963663783734f,-0.6201293942577567f,0.13327243777339726f,-0.013401734711570301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13519919703297734f,-0.02644260197117355f,0.9904655299012846f,0.6995687550785155f,0.988975076986133f,-0.0645504022466855f,0.13327243777339726f,-0.3379091818476452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12591555204226845f,0.05588656217069113f,0.9904655299012846f,0.6552065185520698f,-0.7730963663783733f,-0.6201293942577569f,0.13327243777339726f,-0.01340173471157019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13519919703297734f,-0.02644260197117355f,0.9904655299012846f,0.6995687550785155f,-0.988975076986133f,-0.06455040224668575f,0.13327243777339726f,-0.33790918184764507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.603878831942712e-17f,1.196644447171951e-16f,-0.15624999999999994f,0f,0.9771343443718642f,-0.21262284225587605f,0.290293486752913f,-1.2246467991473532e-16f,-0.21262284225587605f,-0.9771343443718642f,-0.5317681989620855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.173689685672607e-17f,1.205201441322513e-16f,-0.15624999999999994f,0f,0.9841216603527003f,0.17749523268145678f,0.4759256432733034f,-1.2246467991473532e-16f,0.17749523268145678f,-0.9841216603527003f,-0.5046386032115167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1435367188758754e-17f,1.1524195491465473e-16f,0.15625000000000006f,0f,0.9410219746206879f,-0.3383454496235786f,0.290293486752913f,-1.2246467991473532e-16f,-0.3383454496235786f,-0.9410219746206879f,-0.5317681989620854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.173689685672607e-17f,1.205201441322513e-16f,0.15625000000000006f,0f,0.9841216603527003f,0.17749523268145678f,0.4759256432733034f,-1.2246467991473532e-16f,0.17749523268145678f,-0.9841216603527003f,-0.5046386032115165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.12203595774566e-17f,1.112388088365505e-16f,0.29375000000000007f,0f,0.9083338062370253f,0.41824597600808827f,1.1856082934763164f,-1.2246467991473532e-16f,0.41824597600808827f,-0.9083338062370253f,-0.1740323185879008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.12203595774566e-17f,1.112388088365505e-16f,0.33125000000000004f,0f,0.9083338062370253f,0.41824597600808827f,1.1112771279474465f,-1.2246467991473532e-16f,0.41824597600808827f,-0.9083338062370253f,-0.31146935992363295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.12203595774566e-17f,1.112388088365505e-16f,-0.29374999999999996f,0f,0.9083338062370253f,0.41824597600808827f,1.1856082934763164f,-1.2246467991473532e-16f,0.41824597600808827f,-0.9083338062370253f,-0.17403231858790086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.12203595774566e-17f,1.112388088365505e-16f,-0.33124999999999993f,0f,0.9083338062370253f,0.41824597600808827f,1.1112771279474465f,-1.2246467991473532e-16f,0.41824597600808827f,-0.9083338062370253f,-0.311469359923633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11905041349483081f,0.5676018726355041f,0.814650301189031f,1.2432226593854008f,0.09321528349708935f,0.8104721185971854f,-0.5783129394187435f,-0.11598893166562856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.028792210050306084f,0.5792373394499358f,0.814650301189031f,1.2523762868203372f,-0.03471812362742775f,0.8150759449233204f,-0.5783129394187435f,-0.1117741068795737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12558568792538657f,0.28684863116697684f,0.949708427774514f,1.2793931844764994f,0.18480132880287808f,0.9337685212610963f,-0.3064715607924433f,-0.1411626052397571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.030797985011061436f,0.31161737168091147f,0.949708427774514f,1.2809536636821177f,-0.11279383390406272f,0.9451733880398171f,-0.3064715607924433f,-0.13029806316199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07916650754539536f,0.3029629784266153f,0.949708427774514f,1.3399340001062523f,0.03645253869020403f,0.9511815782743498f,-0.3064715607924433f,-0.03760548415580359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.07916650754539536f,0.5745237600445138f,0.814650301189031f,1.210666154096237f,0.03645253869020403f,0.8150002187262848f,-0.5783129394187435f,-0.22098053336921739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11905041349483081f,0.5676018726355041f,0.814650301189031f,1.2432226593854008f,-0.0932152834970896f,0.8104721185971854f,-0.5783129394187435f,-0.11598893166562863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.028792210050306084f,0.5792373394499358f,0.814650301189031f,1.2523762868203372f,0.0347181236274275f,0.8150759449233204f,-0.5783129394187435f,-0.11177410687957375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12558568792538657f,0.28684863116697684f,0.949708427774514f,1.2793931844764994f,-0.18480132880287833f,0.9337685212610963f,-0.3064715607924433f,-0.14116260523975716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.030797985011061436f,0.31161737168091147f,0.949708427774514f,1.2809536636821177f,0.11279383390406247f,0.9451733880398171f,-0.3064715607924433f,-0.13029806316199005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07916650754539536f,0.3029629784266153f,0.949708427774514f,1.3399340001062523f,-0.03645253869020428f,0.9511815782743498f,-0.3064715607924433f,-0.03760548415580364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.07916650754539536f,0.5745237600445138f,0.814650301189031f,1.210666154096237f,-0.03645253869020428f,0.8150002187262848f,-0.5783129394187435f,-0.22098053336921744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.12203595774566e-17f,1.112388088365505e-16f,4.983653179375302e-17f,0f,0.9083338062370253f,0.41824597600808827f,0.7320748916495087f,-1.2246467991473532e-16f,0.41824597600808827f,-0.9083338062370253f,-0.4069461646284557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1332488477707103e-16f,4.642271337268162e-17f,9.233336358515466e-17f,0f,0.37907022175702354f,0.9253679089838167f,0.5899235584906248f,-1.2246467991473532e-16f,0.9253679089838167f,-0.37907022175702354f,-0.7539591304973869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.0072567788059728295f,-0.13470884011619522f,0.9908586516531562f,0.46409809335726837f,-0.08685310964644374f,0.9872250268863206f,0.13357875442616785f,-1.4042082495362258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.0072567788059728295f,0.2883225599175981f,0.9575058436395699f,0.5750109798598104f,-0.08685310964644374f,0.9537307469295748f,-0.2878440544911397f,-1.0675563881361931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010147109535637126f,-0.3706896836664768f,0.9287013484384088f,0.33653553819533216f,0.12144617338588118f,0.9223307272597583f,0.3668199238351312f,-0.9883855322419132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010147109535637126f,0.9523964253423011f,-0.30469342815899136f,0.6710373930735928f,0.12144617338588118f,-0.3036272165952842f,-0.9450192274829792f,-1.0442207294719101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.996643244148258e-17f,1.0556152052102958e-16f,0.22090800396243915f,0.7006306771677041f,0.6784661435892403f,0.5963498236638639f,0.2040187041445833f,0.6470646616498389f,-0.7346316709774665f,-0.8619752290580894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.996643244148258e-17f,1.0556152052102958e-16f,-0.22090800396243915f,0.7006306771677041f,0.6784661435892403f,0.5963498236638639f,-0.20401870414458353f,0.6470646616498389f,-0.7346316709774665f,-0.8619752290580894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.308813910764116e-17f,8.996643244148258e-17f,1.0556152052102958e-16f,0f,0.7346316709774665f,0.6784661435892403f,0.5963498236638639f,-1.2246467991473532e-16f,0.6784661435892403f,-0.7346316709774665f,-0.8619752290580894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.819899191419015e-18f,1.0251633024118749e-16f,-0.014290466774652077f,-0.04532357014583072f,0.9988701399824698f,0.5942653634033012f,0.3003660440443736f,0.9526393840975357f,0.04752308335326605f,-0.8371093633900268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.819899191419015e-18f,1.0251633024118749e-16f,0.014290466774652077f,-0.04532357014583072f,0.9988701399824698f,0.5942653634033012f,-0.30036604404437384f,0.9526393840975357f,0.04752308335326605f,-0.8371093633900268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232631196934e-16f,-5.819899191419015e-18f,1.0251633024118749e-16f,0f,-0.04752308335326605f,0.9988701399824698f,0.5942653634033012f,-1.2246467991473532e-16f,0.9988701399824698f,0.04752308335326605f,-0.8371093633900268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6369146428359805e-17f,-0.18124999999999988f,0.10157198534892146f,0.2790667361953375f,0.954884751444676f,0.6202508174517429f,0.32658981954860344f,0.8972981546335483f,-0.29697661769647726f,-0.7535569476386177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6369146428359805e-17f,0.1812500000000001f,-0.10157198534892146f,0.2790667361953375f,0.954884751444676f,0.6202508174517429f,-0.32658981954860367f,0.8972981546335483f,-0.29697661769647726f,-0.7535569476386177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.17587797747823e-16f,-3.42156053203162e-17f,-0.007812499999999885f,0f,-0.2793916200502744f,0.9601772350174125f,0.5850284631898698f,-1.2246467991473532e-16f,0.9601772350174125f,0.2793916200502744f,-0.9476616522885255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2203944269337227e-16f,1.0196678562634089e-17f,8.878689293818312e-17f,0f,0.08326219910698672f,0.9965276745780163f,0.6036323608028371f,-1.2246467991473532e-16f,0.9965276745780163f,-0.08326219910698672f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450834978792564e-16f,2.2252316607524057e-16f,1f,-0.796875f,-0.003907748344604167f,-0.9999923647222889f,2.2117521511548438e-16f,0.8844637925834405f,0.9999923647222889f,-0.003907748344604167f,3.4537528390486786e-16f,0.18235434646507095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450834978792564e-16f,2.2252316607524057e-16f,1f,-0.796875f,-0.003907748344604167f,-0.9999923647222889f,2.2117521511548438e-16f,0.8840974411761339f,0.9999923647222889f,-0.003907748344604167f,3.4537528390486786e-16f,0.27610363065778554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450834978792564e-16f,2.2252316607524057e-16f,1f,-0.946875f,-0.003907748344604167f,-0.9999923647222889f,2.2117521511548438e-16f,0.8842806168797872f,0.9999923647222889f,-0.003907748344604167f,3.4537528390486786e-16f,0.2292289885614282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450834978792564e-16f,2.2156604377482202e-16f,-1f,0.796875f,-0.003907748344604167f,0.9999923647222889f,2.229106039901325e-16f,0.8840974411761339f,0.9999923647222889f,0.003907748344604167f,-3.436398950302197e-16f,0.27610363065778576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450834978792564e-16f,2.2156604377482202e-16f,-1f,0.796875f,-0.003907748344604167f,0.9999923647222889f,2.229106039901325e-16f,0.8844637925834405f,0.9999923647222889f,0.003907748344604167f,-3.436398950302197e-16f,0.1823543464650712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450834978792564e-16f,2.2156604377482202e-16f,-1f,0.946875f,-0.003907748344604167f,0.9999923647222889f,2.229106039901325e-16f,0.8842806168797872f,0.9999923647222889f,0.003907748344604167f,-3.436398950302197e-16f,0.22922898856142854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134960134827247e-21f,-7.477517972020098e-24f,-0.0072174999999999314f,0f,-6.105856788444011e-8f,0.000015624880698785765f,-0.08451155486811301f,-1.9135106236677393e-21f,0.000015624880698785765f,6.105856788444011e-8f,-0.5615653453783371f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41.mcfunction new file mode 100644 index 000000000..3db6ff9cf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..b27de51bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.38375954465910717f,-0.06766716182779578f,-0.7177006420072718f,0.07728412397403925f,-0.7078543470825907f,0.18925503114206652f,0.36065107922774753f,0.9238244135722894f,0.13643782336199287f,0.7915479346457993f,-0.14758398273069917f,-0.7493836535276436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.37267855392300253f,0.08262084628621864f,-0.7030536901295724f,0.07728412397403925f,-0.5696790645148782f,0.43663638940707605f,0.35329085312105885f,0.9238244135722894f,0.4202100176094248f,0.6652236159401598f,-0.14457206471578696f,-0.7493836535276436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.38375954465910705f,0.06766716182779559f,0.7177006420072718f,-0.07728412397403908f,0.7078543470825907f,0.18925503114206652f,0.36065107922774753f,0.9238244135722894f,-0.13643782336199298f,0.7915479346457993f,-0.147583982730699f,-0.7493836535276437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3726785539230024f,-0.0826208462862188f,0.7030536901295724f,-0.07728412397403908f,0.5696790645148782f,0.43663638940707605f,0.35329085312105885f,0.9238244135722894f,-0.42021001760942484f,0.6652236159401598f,-0.1445720647157868f,-0.7493836535276437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09850553653667632f,-0.01496691734865186f,-1.55932001226711f,0.6081119543663778f,-0.03617895541610215f,1.5619855325190724f,-0.017278002954910672f,0.2735378179695962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12619845785193667f,0.05611349448009214f,0.9904166925961141f,0.6699806398929613f,0.77305023587691f,-0.6201089010738221f,0.13363488923058486f,-0.013382908821798933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13556110293062745f,-0.026418978012144993f,0.9904166925961141f,0.7144616267920735f,0.9889255346841445f,-0.06456007458180799f,0.13363488923058486f,-0.3378740998900338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12619845785193667f,0.05611349448009214f,0.9904166925961141f,0.6699806398929613f,-0.7730502358769098f,-0.6201089010738223f,0.13363488923058486f,-0.013382908821798822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13556110293062745f,-0.026418978012144993f,0.9904166925961141f,0.7144616267920735f,-0.9889255346841445f,-0.06456007458180824f,0.13363488923058486f,-0.3378740998900337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5994995430283927e-17f,1.196739655864971e-16f,-0.15624999999999994f,0f,0.9772120881695747f,-0.21226524617859338f,0.3052573284847884f,-1.2246467991473532e-16f,-0.21226524617859338f,-0.9772120881695747f,-0.5318828781100233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1780999689618595e-17f,1.2051218145540066e-16f,-0.15624999999999994f,0f,0.98405664016193f,0.17785535964151755f,0.49087954451290977f,-1.2246467991473532e-16f,0.17785535964151755f,-0.98405664016193f,-0.5046853521782508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1393191676669636e-17f,1.152571104506662e-16f,0.15625000000000006f,0f,0.9411457289637523f,-0.33800106043219313f,0.3052573284847884f,-1.2246467991473532e-16f,-0.33800106043219313f,-0.9411457289637523f,-0.5318828781100233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1780999689618595e-17f,1.2051218145540066e-16f,0.15625000000000006f,0f,0.98405664016193f,0.17785535964151755f,0.49087954451290977f,-1.2246467991473532e-16f,0.17785535964151755f,-0.98405664016193f,-0.5046853521782508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.203627091054546e-17f,1.1085948013743749e-16f,0.29375000000000007f,0f,0.9052363523476497f,0.4249083976439176f,1.198802921015513f,-1.2246467991473532e-16f,0.4249083976439176f,-0.9052363523476497f,-0.1706594221857478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.203627091054546e-17f,1.1085948013743749e-16f,0.33125000000000004f,0f,0.9052363523476497f,0.4249083976439176f,1.125483539251174f,-1.2246467991473532e-16f,0.4249083976439176f,-0.9052363523476497f,-0.30863887992382966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.203627091054546e-17f,1.1085948013743749e-16f,-0.29374999999999996f,0f,0.9052363523476497f,0.4249083976439176f,1.198802921015513f,-1.2246467991473532e-16f,0.4249083976439176f,-0.9052363523476497f,-0.17065942218574787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.203627091054546e-17f,1.1085948013743749e-16f,-0.33124999999999993f,0f,0.9052363523476497f,0.4249083976439176f,1.125483539251174f,-1.2246467991473532e-16f,0.4249083976439176f,-0.9052363523476497f,-0.3086388799238297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11836232882936357f,0.5616318513729961f,0.8188772940052925f,1.2559892754556092f,0.09408745476854248f,0.8146205278324881f,-0.5723119311084608f,-0.11219429762104541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.02904651393136104f,0.5732331788993069f,0.8188772940052925f,1.2651116886621356f,-0.034505644411103986f,0.8193097180033193f,-0.5723119311084608f,-0.1079123330620898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.1242245258347573f,0.27998030434434756f,0.9519345021378184f,1.2923437802918367f,0.185719044042693f,0.9358508522621267f,-0.29948559063854663f,-0.13710153963406796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.03162587264614825f,0.30466458248210176f,0.9519345021378184f,1.293824393410289f,-0.11256451051236557f,0.9474373921125301f,-0.29948559063854663f,-0.12622582564811713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.0788965466510402f,0.2959662794410269f,0.9519345021378184f,1.3521221069375484f,0.0370332069963728f,0.953381834617927f,-0.29948559063854663f,-0.03310240815812274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.0788965466510402f,0.5685202830938486f,0.8188772940052925f,1.2242050432414326f,0.0370332069963728f,0.8191993622375862f,-0.5723119311084608f,-0.21742226466157932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11836232882936357f,0.5616318513729961f,0.8188772940052925f,1.2559892754556092f,-0.09408745476854273f,0.8146205278324881f,-0.5723119311084608f,-0.11219429762104546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.02904651393136104f,0.5732331788993069f,0.8188772940052925f,1.2651116886621356f,0.034505644411103736f,0.8193097180033193f,-0.5723119311084608f,-0.10791233306208983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.1242245258347573f,0.27998030434434756f,0.9519345021378184f,1.2923437802918367f,-0.18571904404269324f,0.9358508522621266f,-0.29948559063854663f,-0.13710153963406801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.03162587264614825f,0.30466458248210176f,0.9519345021378184f,1.293824393410289f,0.11256451051236534f,0.9474373921125302f,-0.29948559063854663f,-0.12622582564811716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.0788965466510402f,0.2959662794410269f,0.9519345021378184f,1.3521221069375484f,-0.03703320699637305f,0.953381834617927f,-0.29948559063854663f,-0.03310240815812279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.0788965466510402f,0.5685202830938486f,0.8188772940052925f,1.2242050432414326f,-0.03703320699637305f,0.8191993622375862f,-0.5723119311084608f,-0.21742226466157938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.203627091054546e-17f,1.1085948013743749e-16f,4.9830778135476815e-17f,0f,0.9052363523476497f,0.4249083976439176f,0.7469930252368895f,-1.2246467991473532e-16f,0.4249083976439176f,-0.9052363523476497f,-0.40689918244322315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1334186555836955e-16f,4.6381239077530697e-17f,9.23339777198654e-17f,0f,0.37873155843646616f,0.9255065675857117f,0.6049686908232147f,-1.2246467991473532e-16f,0.9255065675857117f,-0.37873155843646616f,-0.753964145287865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007224994466644765f,-0.1350701056166928f,0.9908097022252318f,0.47938119246530914f,-0.08685575944549069f,0.9871756641473909f,0.13394134972555927f,-1.404259266554367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007224994466644765f,0.28797352330664927f,0.9576111159177882f,0.5901708739555169f,-0.08685575944549069f,0.9538361945694009f,-0.28749363641741843f,-1.067566839179276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010102665687849694f,-0.3710271853282849f,0.9285670486795068f,0.35166647572286425f,0.12144987858372387f,0.9221950117906936f,0.3671597570817918f,-0.9884832585586374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010102665687849694f,0.9525074738031729f,-0.30434757842817994f,0.6861887410664279f,0.12144987858372387f,-0.30327866725388153f,-0.9451306666174301f,-1.0441960412581217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.993602035310081e-17f,1.0556184577119408e-16f,0.22083332862455562f,0.700393837254208f,0.6787349362637267f,0.611434484005117f,0.20409953166066566f,0.6473210137797336f,-0.73438333743017f,-0.8619778849272324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.993602035310081e-17f,1.0556184577119408e-16f,-0.22083332862455562f,0.700393837254208f,0.6787349362637267f,0.611434484005117f,-0.20409953166066588f,0.6473210137797336f,-0.73438333743017f,-0.8619778849272324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.312105671648556e-17f,8.993602035310081e-17f,1.0556184577119408e-16f,0f,0.73438333743017f,0.6787349362637267f,0.611434484005117f,-1.2246467991473532e-16f,0.6787349362637267f,-0.73438333743017f,-0.8619778849272324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.864664056351522e-18f,1.0251674911219888e-16f,-0.01440038462613874f,-0.045672185032292756f,0.9988526820492577f,0.6093409242326284f,0.30036079434260937f,0.9526227341707063f,0.04788861621517915f,-0.8371127837313993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.864664056351522e-18f,1.0251674911219888e-16f,0.01440038462613874f,-0.045672185032292756f,0.9988526820492577f,0.6093409242326284f,-0.3003607943426096f,0.9526227341707063f,0.04788861621517915f,-0.8371127837313993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232417398913721e-16f,-5.864664056351522e-18f,1.0251674911219888e-16f,0f,-0.04788861621517915f,0.9988526820492577f,0.6093409242326284f,-1.2246467991473532e-16f,0.9988526820492577f,0.04788861621517915f,-0.8371127837313993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.632634998281686e-17f,-0.18124999999999988f,0.10145246316139263f,0.27873835168397826f,0.9549933659554841f,0.6352958005750114f,0.3266269678991573f,0.897400218887865f,-0.29662715819866337f,-0.7535508642102945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.632634998281686e-17f,0.1812500000000001f,-0.10145246316139263f,0.27873835168397826f,0.9549933659554841f,0.6352958005750114f,-0.3266269678991575f,0.897400218887865f,-0.29662715819866337f,-0.7535508642102944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1757526869000125e-16f,-3.425863422690088e-17f,-0.007812499999999885f,0f,-0.2797429777365447f,0.9600749274963339f,0.6001444811942843f,-1.2246467991473532e-16f,0.9600749274963339f,0.2797429777365447f,-0.9476684454665294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2204316599125138e-16f,1.0152017604911744e-17f,8.878689293818311e-17f,0f,0.08289751471183344f,0.9965580776124396f,0.6186668946377096f,-1.2246467991473532e-16f,0.9965580776124396f,-0.08289751471183344f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450816645859014e-16f,2.225679815913274e-16f,1f,-0.796875f,-0.00427369480457962f,-0.9999908677246594f,2.210936262781082e-16f,0.8991662617302595f,0.9999908677246594f,-0.00427369480457962f,3.4545620794174957e-16f,0.18245705583552477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450816645859014e-16f,2.225679815913274e-16f,1f,-0.796875f,-0.00427369480457962f,-0.9999908677246594f,2.210936262781082e-16f,0.8987656028423301f,0.9999908677246594f,-0.00427369480457962f,3.4545620794174957e-16f,0.27620619968471155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450816645859014e-16f,2.225679815913274e-16f,1f,-0.946875f,-0.00427369480457962f,-0.9999908677246594f,2.210936262781082e-16f,0.8989659322862947f,0.9999908677246594f,-0.00427369480457962f,3.4545620794174957e-16f,0.22933162776011812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450816645859014e-16f,2.215212282587352e-16f,-1f,0.796875f,-0.00427369480457962f,0.9999908677246594f,2.229915280270143e-16f,0.8987656028423301f,0.9999908677246594f,0.00427369480457962f,-3.435583061928435e-16f,0.27620619968471183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450816645859014e-16f,2.215212282587352e-16f,-1f,0.796875f,-0.00427369480457962f,0.9999908677246594f,2.229915280270143e-16f,0.8991662617302595f,0.9999908677246594f,0.00427369480457962f,-3.435583061928435e-16f,0.182457055835525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450816645859014e-16f,2.215212282587352e-16f,-1f,0.946875f,-0.00427369480457962f,0.9999908677246594f,2.229915280270143e-16f,0.8989659322862947f,0.9999908677246594f,0.00427369480457962f,-3.435583061928435e-16f,0.22933162776011845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.913493148961857e-21f,-8.177760410876726e-24f,-0.0072174999999999314f,0f,-6.677648132155656e-8f,0.000015624857308197806f,-0.06953678378816752f,-1.9135106236677393e-21f,0.000015624857308197806f,6.677648132155656e-8f,-0.5618171822545588f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42.mcfunction new file mode 100644 index 000000000..a5a96b6e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..86ae8b0b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3960364074672101f,-0.0698319039793206f,-0.7107904850175848f,0.07575764398965337f,-0.7015934286158099f,0.19014487516483447f,0.37223115374200827f,0.9404264459555977f,0.13366476472138425f,0.7911465579016426f,-0.1522015079978005f,-0.7496187625329893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.384600924432638f,0.08526397219425642f,-0.6962845567519198f,0.07575764398965337f,-0.5636791987276946f,0.4350946675241084f,0.3646345995840081f,0.9404264459555977f,0.417549865102678f,0.6658999063956557f,-0.1490953547733556f,-0.7496187625329893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39603640746720997f,0.06983190397932042f,0.7107904850175848f,-0.0757576439896532f,0.7015934286158099f,0.19014487516483447f,0.37223115374200827f,0.9404264459555977f,-0.13366476472138436f,0.7911465579016426f,-0.1522015079978003f,-0.7496187625329892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.38460092443263794f,-0.08526397219425656f,0.6962845567519198f,-0.0757576439896532f,0.5636791987276946f,0.4350946675241084f,0.3646345995840081f,0.9404264459555977f,-0.4175498651026781f,0.6658999063956555f,-0.14909535477335542f,-0.7496187625329892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09851562582217092f,-0.015402675767733888f,-1.5593151314112426f,0.6236454277954155f,-0.03615147316838989f,1.5619812963006334f,-0.01771301766357074f,0.2735348345201564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12641411665357344f,0.056286488799922874f,0.990379372911852f,0.6855941553750273f,0.7730149992492062f,-0.6200932225337793f,0.13391118811892988f,-0.013368621127482605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13583698574433462f,-0.02640096616831582f,0.990379372911852f,0.7301656663223871f,0.988887677687402f,-0.06456744237302772f,0.13391118811892988f,-0.3378473903686614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12641411665357344f,0.056286488799922874f,0.990379372911852f,0.6855941553750273f,-0.773014999249206f,-0.6200932225337795f,0.13391118811892988f,-0.013368621127482494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13583698574433462f,-0.02640096616831582f,0.990379372911852f,0.7301656663223871f,-0.988887677687402f,-0.06456744237302797f,0.13391118811892988f,-0.3378473903686613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5961608060982675e-17f,1.196812129513505e-16f,-0.15624999999999994f,0f,0.9772712673946249f,-0.21199261761887708f,0.32101550804559f,-1.2246467991473532e-16f,-0.21199261761887708f,-0.9772712673946249f,-0.5319703198789144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1814619043218105e-17f,1.2050610035437148e-16f,-0.15624999999999994f,0f,0.9840069842037107f,0.17812988249678435f,0.5066301293493907f,-1.2246467991473532e-16f,0.17812988249678435f,-0.9840069842037107f,-0.5047210105620406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.136103591187906e-17f,1.152686537394917e-16f,0.15625000000000006f,0f,0.9412399870701185f,-0.337738488686503f,0.32101550804559f,-1.2246467991473532e-16f,-0.337738488686503f,-0.9412399870701185f,-0.5319703198789143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1814619043218105e-17f,1.2050610035437148e-16f,0.15625000000000006f,0f,0.9840069842037107f,0.17812988249678435f,0.5066301293493907f,-1.2246467991473532e-16f,0.17812988249678435f,-0.9840069842037107f,-0.5047210105620404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.283976486890809e-17f,1.1047876300546223e-16f,0.29375000000000007f,0f,0.9021275610435747f,0.431469423720351f,1.2127991527169937f,-1.2246467991473532e-16f,0.431469423720351f,-0.9021275610435747f,-0.16734961659839614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.283976486890809e-17f,1.1047876300546223e-16f,0.33125000000000004f,0f,0.9021275610435747f,0.431469423720351f,1.1404834660603298f,-1.2246467991473532e-16f,0.431469423720351f,-0.9021275610435747f,-0.3058577534112752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.283976486890809e-17f,1.1047876300546223e-16f,-0.29374999999999996f,0f,0.9021275610435747f,0.431469423720351f,1.2127991527169937f,-1.2246467991473532e-16f,0.431469423720351f,-0.9021275610435747f,-0.1673496165983962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.283976486890809e-17f,1.1047876300546223e-16f,-0.33124999999999993f,0f,0.9021275610435747f,0.431469423720351f,1.1404834660603298f,-1.2246467991473532e-16f,0.431469423720351f,-0.9021275610435747f,-0.3058577534112752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11767611265153166f,0.5557027160202713f,0.8230108285550795f,1.2695595296629343f,0.09494431284683126f,0.8186766347285327f,-0.5663516091683753f,-0.10847084679578183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.029296267330443326f,0.5672696931809291f,0.8230108285550795f,1.2786506143895837f,-0.03429385059006212f,0.8234499296278426f,-0.5663516091683753f,-0.10412276426578716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12287288866309895f,0.2731784320092826f,0.9540837476430128f,1.306093908672977f,0.1866160479985249f,0.9378589087839668f,-0.2925664332146799f,-0.1331134902605794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.03244228345147971f,0.29777793861855917f,0.9540837476430128f,1.3074955225745124f,-0.11233193264594313f,0.9496243568190887f,-0.2925664332146799f,-0.12222731331999266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.0786255976358861f,0.2890367068035897f,0.9540837476430128f,1.365115602109511f,0.03760503809725111f,0.9555054909657741f,-0.2925664332146799f,-0.028683095316405477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.0786255976358861f,0.5625577227960541f,0.8230108285550795f,1.238540114480399f,0.03760503809725111f,0.8233053600591318f,-0.5663516091683753f,-0.21392680132970984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11767611265153166f,0.5557027160202713f,0.8230108285550795f,1.2695595296629343f,-0.09494431284683151f,0.8186766347285327f,-0.5663516091683753f,-0.1084708467957819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.029296267330443326f,0.5672696931809291f,0.8230108285550795f,1.2786506143895837f,0.03429385059006187f,0.8234499296278426f,-0.5663516091683753f,-0.1041227642657872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12287288866309895f,0.2731784320092826f,0.9540837476430128f,1.306093908672977f,-0.18661604799852516f,0.9378589087839667f,-0.2925664332146799f,-0.13311349026057945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.03244228345147971f,0.29777793861855917f,0.9540837476430128f,1.3074955225745124f,0.11233193264594288f,0.9496243568190889f,-0.2925664332146799f,-0.1222273133199927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.0786255976358861f,0.2890367068035897f,0.9540837476430128f,1.365115602109511f,-0.03760503809725136f,0.9555054909657741f,-0.2925664332146799f,-0.028683095316405532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.0786255976358861f,0.5625577227960541f,0.8230108285550795f,1.238540114480399f,-0.03760503809725136f,0.8233053600591318f,-0.5663516091683753f,-0.2139268013297099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.283976486890809e-17f,1.1047876300546223e-16f,4.9826395401420817e-17f,0f,0.9021275610435747f,0.431469423720351f,0.7627163199543057f,-1.2246467991473532e-16f,0.431469423720351f,-0.9021275610435747f,-0.40686339470377814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.133548004753023e-16f,4.634961742908981e-17f,9.233444557965919e-17f,0f,0.3784733480817507f,0.9256121891979331f,0.6207888144236491f,-1.2246467991473532e-16f,0.9256121891979331f,-0.3784733480817507f,-0.7539679656530031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007200763372704562f,-0.13534550027479453f,0.9907722970300575f,0.49538273873610605f,-0.08685777167730192f,0.987137944196004f,0.13421775824286847f,-1.4042980977147597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007200763372704562f,0.2877074131518914f,0.9576912829426285f,0.6060784862639954f,-0.08685777167730192f,0.9539164956188403f,-0.2872264731627732f,-1.0675747756004839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010068783497010809f,-0.37128444265675264f,0.9284645831909554f,0.3675520347637058f,0.12145269227519025f,0.9220914676241898f,0.3674187922164238f,-0.9885577354459653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010068783497010809f,0.9525920446969031f,-0.30408389628367993f,0.7020898297089333f,0.12145269227519025f,-0.3030129271868883f,-0.9452155360005154f,-1.0441771917530396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.99128279389898e-17f,1.0556209221302827e-16f,0.22077638083003603f,0.7002132219251036f,0.6789397863646357f,0.6272847407696178f,0.204161131274038f,0.647516382793333f,-0.7341939569971572f,-0.8619798972775229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.99128279389898e-17f,1.0556209221302827e-16f,-0.22077638083003603f,0.7002132219251036f,0.6789397863646357f,0.6272847407696178f,-0.20416113127403823f,0.647516382793333f,-0.7341939569971572f,-0.8619798972775229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.314614361852388e-17f,8.99128279389898e-17f,1.0556209221302827e-16f,0f,0.7341939569971572f,0.6789397863646357f,0.6272847407696178f,-1.2246467991473532e-16f,0.6789397863646357f,-0.7341939569971572f,-0.8619798972775229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.898789534682331e-18f,1.0251706719880055e-16f,-0.014484178004377093f,-0.045937943675185965f,0.99883928332762f,0.6251842442719228f,0.300356765269307f,0.952609955582762f,0.04816727189251058f,-0.8371153811056129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.898789534682331e-18f,1.0251706719880055e-16f,0.014484178004377093f,-0.045937943675185965f,0.99883928332762f,0.6251842442719228f,-0.3003567652693072f,0.952609955582762f,0.04816727189251058f,-0.8371153811056129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.223225331189806e-16f,-5.898789534682331e-18f,1.0251706719880055e-16f,0f,-0.04816727189251058f,0.99883928332762f,0.6251842442719228f,-1.2246467991473532e-16f,0.99883928332762f,0.04816727189251058f,-0.8371153811056129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6293721312002466e-17f,-0.18124999999999988f,0.10136133760032282f,0.27848798626260374f,0.9550760811303326f,0.6511158076991188f,0.3266552581551142f,0.8974779457272971f,-0.2963607248822401f,-0.7535462240067088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6293721312002466e-17f,0.1812500000000001f,-0.10136133760032282f,0.27848798626260374f,0.9550760811303326f,0.6511158076991188f,-0.3266552581551144f,0.8974779457272971f,-0.2963607248822401f,-0.7535462240067088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.17565706722512e-16f,-3.4291433762018184e-17f,-0.007812499999999885f,0f,-0.2800108062658819f,0.9599968481064567f,0.6160186441464982f,-1.2246467991473532e-16f,0.9599968481064567f,0.2800108062658819f,-0.9476736041403145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2204599342771062e-16f,1.0117969898245273e-17f,8.878689293818312e-17f,0f,0.08261949408833467f,0.9965811653832256f,0.6344789373568605f,-1.2246467991473532e-16f,0.9965811653832256f,-0.08261949408833467f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450801568263666e-16f,2.226021461635154e-16f,1f,-0.796875f,-0.004552669707480472f,-0.9999896365455668f,2.2103140802933438e-16f,0.9147251333271019f,0.9999896365455668f,-0.004552669707480472f,3.45517879437173e-16f,0.18253527356748453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450801568263666e-16f,2.226021461635154e-16f,1f,-0.796875f,-0.004552669707480472f,-0.9999896365455668f,2.2103140802933438e-16f,0.9142983205420256f,0.9999896365455668f,-0.004552669707480472f,3.45517879437173e-16f,0.2762843019936314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450801568263666e-16f,2.226021461635154e-16f,1f,-0.946875f,-0.004552669707480472f,-0.9999896365455668f,2.2103140802933438e-16f,0.9145117269345637f,0.9999896365455668f,-0.004552669707480472f,3.45517879437173e-16f,0.22940978778055793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450801568263666e-16f,2.214870636865472e-16f,-1f,0.796875f,-0.004552669707480472f,0.9999896365455668f,2.2305319952243767e-16f,0.9142983205420256f,0.9999896365455668f,0.004552669707480472f,-3.434960879440697e-16f,0.27628430199363163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450801568263666e-16f,2.214870636865472e-16f,-1f,0.796875f,-0.004552669707480472f,0.9999896365455668f,2.2305319952243767e-16f,0.9147251333271019f,0.9999896365455668f,0.004552669707480472f,-3.434960879440697e-16f,0.18253527356748478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450801568263666e-16f,2.214870636865472e-16f,-1f,0.946875f,-0.004552669707480472f,0.9999896365455668f,2.2305319952243767e-16f,0.9145117269345637f,0.9999896365455668f,0.004552669707480472f,-3.434960879440697e-16f,0.22940978778055826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134907930875837e-21f,-8.711581851314182e-24f,-0.0072174999999999314f,0f,-7.113546417938238e-8f,0.000015624838071024486f,-0.05377023864169761f,-1.9135106236677393e-21f,0.000015624838071024486f,7.113546417938238e-8f,-0.562009182026852f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43.mcfunction new file mode 100644 index 000000000..a02440c53 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..26cacf64f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4081926337491076f,-0.07197537465641649f,-0.7036638143605793f,0.07424616370392965f,-0.6951238207071948f,0.19112906155762718f,0.3836886760877583f,0.9575103301810887f,0.13086669585055966f,0.7907171882004422f,-0.15679502749126922f,-0.749886465000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.39640614177497846f,0.08788112587039316f,-0.6893033283532206f,0.07424616370392965f,-0.5574550973493859f,0.4335600956749187f,0.3758582949431102f,0.9575103301810887f,0.4148565838964863f,0.6665602382036506f,-0.15359512897103925f,-0.749886465000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40819263374910747f,0.07197537465641629f,0.7036638143605793f,-0.07424616370392949f,0.6951238207071948f,0.19112906155762718f,0.3836886760877583f,0.9575103301810887f,-0.13086669585055977f,0.7907171882004422f,-0.15679502749126906f,-0.749886465000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39640614177497835f,-0.08788112587039332f,0.6893033283532206f,-0.07424616370392949f,0.5574550973493859f,0.4335600956749187f,0.3758582949431102f,0.9575103301810887f,-0.4148565838964864f,0.6665602382036506f,-0.15359512897103908f,-0.749886465000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.0985229980902372f,-0.015721294447876743f,-1.5593114858001251f,0.6397128056570972f,-0.036131376816970324f,1.561978121906544f,-0.018031092440996786f,0.2735326038846456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12657179662007548f,0.056412976648520755f,0.9903520365839712f,0.7017200556270857f,0.772989196725232f,-0.6200817280967115f,0.13411320675711474f,-0.013358209252423925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13603870006067864f,-0.026387794901829343f,0.9903520365839712f,0.7463577540844959f,0.9888599485588896f,-0.06457282640115576f,0.13411320675711474f,-0.3378278798733096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12657179662007548f,0.056412976648520755f,0.9903520365839712f,0.7017200556270857f,-0.7729891967252319f,-0.6200817280967117f,0.13411320675711474f,-0.013358209252423814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13603870006067864f,-0.026387794901829343f,0.9903520365839712f,0.7463577540844959f,-0.9888599485588896f,-0.06457282640115601f,0.13411320675711474f,-0.3378278798733095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.593719448303931e-17f,1.196865062108823e-16f,-0.15624999999999994f,0f,0.9773144901388114f,-0.21179326562644657f,0.3372472022677222f,-1.2246467991473532e-16f,-0.21179326562644657f,-0.9773144901388114f,-0.5320342653804437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.183919989092139e-17f,1.2050164801670952e-16f,-0.15624999999999994f,0f,0.9839706281076915f,0.17833060035045778f,0.5228562612901048f,-1.2246467991473532e-16f,0.17833060035045778f,-0.9839706281076915f,-0.504747094240406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1337522104490484e-17f,1.1527708832582185e-16f,0.15625000000000006f,0f,0.9413088606942202f,-0.3375464838782192f,0.3372472022677222f,-1.2246467991473532e-16f,-0.3375464838782192f,-0.9413088606942202f,-0.5320342653804436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.183919989092139e-17f,1.2050164801670952e-16f,0.15625000000000006f,0f,0.9839706281076915f,0.17833060035045778f,0.5228562612901048f,-1.2246467991473532e-16f,0.17833060035045778f,-0.9839706281076915f,-0.5047470942404059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.363221717769624e-17f,1.1009624474623557e-16f,0.29375000000000007f,0f,0.8990040624193754f,0.43794028788575673f,1.2272727356887136f,-1.2246467991473532e-16f,0.43794028788575673f,-0.8990040624193754f,-0.164095694956811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.363221717769624e-17f,1.1009624474623557e-16f,0.33125000000000004f,0f,0.8990040624193754f,0.43794028788575673f,1.1559541298755815f,-1.2246467991473532e-16f,0.43794028788575673f,-0.8990040624193754f,-0.303119861794347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.363221717769624e-17f,1.1009624474623557e-16f,-0.29374999999999996f,0f,0.8990040624193754f,0.43794028788575673f,1.2272727356887136f,-1.2246467991473532e-16f,0.43794028788575673f,-0.8990040624193754f,-0.16409569495681106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.363221717769624e-17f,1.1009624474623557e-16f,-0.33124999999999993f,0f,0.8990040624193754f,0.43794028788575673f,1.1559541298755815f,-1.2246467991473532e-16f,0.43794028788575673f,-0.8990040624193754f,-0.30311986179434713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11699087735606326f,0.5498059836872422f,0.827058954922297f,1.2836085893764946f,0.09578739293973652f,0.8226483581363574f,-0.5604234597243085f,-0.10481060818295661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.029541920586547747f,0.5613383649911127f,0.827058954922297f,1.2926681974119725f,-0.03408246463870256f,0.8275046413131395f,-0.5604234597243085f,-0.10039731627801025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12152883588520973f,0.2664326396736172f,0.956161278532515f,1.3203190885664438f,0.18749410174026215f,0.9397975510805775f,-0.2857035610480926f,-0.12919010727148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.03324857777106845f,0.2909469737104461f,0.956161278532515f,1.321642446502735f,-0.11209592732887337f,0.9517394487362171f,-0.2857035610480926f,-0.11829414041749249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07835336679332272f,0.282163710188282f,0.956161278532515f,1.378588901054668f,0.038169011069806254f,0.9575576232260863f,-0.2857035610480926f,-0.024338323133585943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.07835336679332272f,0.5566275550087226f,0.827058954922297f,1.2533477011777054f,0.038169011069806254f,0.8273262188427181f,-0.5604234597243085f,-0.2104867223731972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11699087735606326f,0.5498059836872422f,0.827058954922297f,1.2836085893764946f,-0.09578739293973676f,0.8226483581363574f,-0.5604234597243085f,-0.10481060818295668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.029541920586547747f,0.5613383649911127f,0.827058954922297f,1.2926681974119725f,0.03408246463870231f,0.8275046413131395f,-0.5604234597243085f,-0.1003973162780103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12152883588520973f,0.2664326396736172f,0.956161278532515f,1.3203190885664438f,-0.18749410174026238f,0.9397975510805775f,-0.2857035610480926f,-0.12919010727148006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.03324857777106845f,0.2909469737104461f,0.956161278532515f,1.321642446502735f,0.11209592732887314f,0.9517394487362171f,-0.2857035610480926f,-0.11829414041749253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07835336679332272f,0.282163710188282f,0.956161278532515f,1.378588901054668f,-0.038169011069806504f,0.9575576232260863f,-0.2857035610480926f,-0.024338323133586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.07835336679332272f,0.5566275550087226f,0.827058954922297f,1.2533477011777054f,-0.038169011069806504f,0.8273262188427181f,-0.5604234597243085f,-0.21048672237319727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.363221717769624e-17f,1.1009624474623557e-16f,4.982319273698483e-17f,0f,0.8990040624193754f,0.43794028788575673f,0.7789224851913454f,-1.2246467991473532e-16f,0.43794028788575673f,-0.8990040624193754f,-0.40683724296404217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1336425269164817e-16f,4.6326493913124043e-17f,9.233478749635289e-17f,0f,0.3782845302447885f,0.9256893724017142f,0.6370657863495498f,-1.2246467991473532e-16f,0.9256893724017142f,-0.3782845302447885f,-0.753970757614685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007183045637882094f,-0.13554685768394253f,0.9907448981586396f,0.5117923701326994f,-0.08685923870988103f,0.9871103153590058f,0.1344198570248602f,-1.4043264569640264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007183045637882094f,0.28751282358112923f,0.957749852587705f,0.6224194292288809f,-0.08685923870988103f,0.9539751634464536f,-0.28703111360626377f,-1.067580561707436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010044008896492604f,-0.37147252672478404f,0.9283896163648057f,0.38387686448886704f,0.12145474361789622f,0.9220157124002668f,0.3676081763777007f,-0.9886121787471839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010044008896492604f,0.9526538346301633f,-0.30389108122768616f,0.7184259979464653f,0.12145474361789622f,-0.30281860746433326f,-0.9452775445476702f,-1.0441633935807018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.989586559564804e-17f,1.055622715809565e-16f,0.22073473065776097f,0.7000811244551985f,0.6790895359692934f,0.6435837452529456f,0.20420616184863208f,0.6476592015296629f,-0.7340554489526043f,-0.8619813619278069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.989586559564804e-17f,1.055622715809565e-16f,-0.22073473065776097f,0.7000811244551985f,0.6790895359692934f,0.6435837452529456f,-0.2042061618486323f,0.6476592015296629f,-0.7340554489526043f,-0.8619813619278069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.316448265592567e-17f,8.989586559564804e-17f,1.055622715809565e-16f,0f,0.7340554489526043f,0.6790895359692934f,0.6435837452529456f,-1.2246467991473532e-16f,0.6790895359692934f,-0.7340554489526043f,-0.8619813619278069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.923741236507456e-18f,1.02517299102205e-16f,-0.014545445640495033f,-0.046132259791450705f,0.9988294372001926f,0.6414781768385428f,0.3003538044816869f,0.9526005651641353f,0.0483710179998984f,-0.8371172747406153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.923741236507456e-18f,1.02517299102205e-16f,0.014545445640495033f,-0.046132259791450705f,0.9988294372001926f,0.6414781768385428f,-0.30035380448168714f,0.9526005651641353f,0.0483710179998984f,-0.8371172747406153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232132731613683e-16f,-5.923741236507456e-18f,1.02517299102205e-16f,0f,-0.0483710179998984f,0.9988294372001926f,0.6414781768385428f,-1.2246467991473532e-16f,0.9988294372001926f,0.0483710179998984f,-0.8371172747406153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6269861973059893e-17f,-0.18124999999999988f,0.10129470308553472f,0.2783049094378672f,0.9551365140698966f,0.667392692965579f,0.32667592743776547f,0.8975347341146579f,-0.29616589859469994f,-0.7535428297594994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6269861973059893e-17f,0.1812500000000001f,-0.10129470308553472f,0.2783049094378672f,0.9551365140698966f,0.667392692965579f,-0.3266759274377657f,0.8975347341146579f,-0.29616589859469994f,-0.7535428297594993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1755870937698538e-16f,-3.4315414557252065e-17f,-0.007812499999999885f,0f,-0.2802066243193041f,0.9599397104441405f,0.6323351289987726f,-1.2246467991473532e-16f,0.9599397104441405f,0.2802066243193041f,-0.9476773651098335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2204805479130597e-16f,1.009307427283445e-17f,8.87868929381831e-17f,0f,0.08241620587961886f,0.9965979976943603f,0.6507499999999999f,-1.2246467991473532e-16f,0.9965979976943603f,-0.08241620587961886f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445078994053973e-16f,2.2262712671323057e-16f,1f,-0.796875f,-0.004756651375766863f,-0.9999886870698534f,2.209859041744281e-16f,0.9308110675762009f,0.9999886870698534f,-0.004756651375766863f,3.4556296164015995e-16f,0.1825924203920384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445078994053973e-16f,2.2262712671323057e-16f,1f,-0.796875f,-0.004756651375766863f,-0.9999886870698534f,2.209859041744281e-16f,0.9303651315097228f,0.9999886870698534f,-0.004756651375766863f,3.4556296164015995e-16f,0.27634135980483715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445078994053973e-16f,2.2262712671323057e-16f,1f,-0.946875f,-0.004756651375766863f,-0.9999886870698534f,2.209859041744281e-16f,0.9305880995429618f,0.9999886870698534f,-0.004756651375766863f,3.4556296164015995e-16f,0.22946689009843774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445078994053973e-16f,2.2146208313683202e-16f,-1f,0.796875f,-0.004756651375766863f,0.9999886870698534f,2.230982817254246e-16f,0.9303651315097228f,0.9999886870698534f,0.004756651375766863f,-3.4345058408916343e-16f,0.2763413598048374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445078994053973e-16f,2.2146208313683202e-16f,-1f,0.796875f,-0.004756651375766863f,0.9999886870698534f,2.230982817254246e-16f,0.9308110675762009f,0.9999886870698534f,0.004756651375766863f,-3.4345058408916343e-16f,0.18259242039203866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445078994053973e-16f,2.2146208313683202e-16f,-1f,0.946875f,-0.004756651375766863f,0.9999886870698534f,2.230982817254246e-16f,0.9305880995429618f,0.9999886870698534f,0.004756651375766863f,-3.4345058408916343e-16f,0.22946689009843807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134889762557195e-21f,-9.101902940613662e-24f,-0.0072174999999999314f,0f,-7.432267774635723e-8f,0.00001562482323546646f,-0.03753240917869505f,-1.9135106236677393e-21f,0.00001562482323546646f,7.432267774635723e-8f,-0.5621495771530779f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44.mcfunction new file mode 100644 index 000000000..abdc1dab5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..45bd0c0ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.42022452060051435f,-0.07409692093715091f,-0.6963228008891752f,0.07275014352840517f,-0.6884492543371467f,0.1921999266971341f,0.39502057772309446f,0.9747536576457356f,0.12803679523144493f,0.790261525654447f,-0.16136215349830677f,-0.7501840153771083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4080906099664618f,0.09047151010426623f,-0.6821121314832738f,0.07275014352840517f,-0.5510130098997248f,0.43202713673591286f,0.38695893327976605f,0.9747536576457356f,0.41212463767463214f,0.6672087072147833f,-0.15806904832487195f,-0.7501840153771083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.42022452060051424f,0.07409692093715073f,0.6963228008891752f,-0.072750143528405f,0.6884492543371467f,0.1921999266971341f,0.39502057772309446f,0.9747536576457356f,-0.12803679523144507f,0.790261525654447f,-0.1613621534983066f,-0.7501840153771083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4080906099664617f,-0.09047151010426638f,0.6821121314832738f,-0.072750143528405f,0.5510130098997248f,0.43202713673591286f,0.38695893327976605f,0.9747536576457356f,-0.41212463767463225f,0.6672087072147832f,-0.15806904832487179f,-0.7501840153771083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09852798814835706f,-0.015937057728669917f,-1.5593089802032147f,0.655982617655881f,-0.03611776702422213f,1.5619759353475213f,-0.01824648734468655f,0.27353106973814983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12667857206878722f,0.056498630934240845f,0.9903335014434123f,0.7180294966201489f,0.7729717053891211f,-0.6200739295892926f,0.13425000749171961f,-0.013351175306891394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13617529466773226f,-0.026378874899941465f,0.9903335014434123f,0.7627120151829986f,0.9888411474550628f,-0.06457647085609469f,0.13425000749171961f,-0.33781467681558386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12667857206878722f,0.056498630934240845f,0.9903335014434123f,0.7180294966201489f,-0.772971705389121f,-0.6200739295892929f,0.13425000749171961f,-0.013351175306891283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13617529466773226f,-0.026378874899941465f,0.9903335014434123f,0.7627120151829986f,-0.9888411474550628f,-0.06457647085609494f,0.13425000749171961f,-0.33781467681558375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5920661372006585e-17f,1.1969008789643499e-16f,-0.15624999999999994f,0f,0.9773437368208359f,-0.2116582625296825f,0.35362829391659034f,-1.2246467991473532e-16f,-0.2116582625296825f,-0.9773437368208359f,-0.5320775728467049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1855845145534214e-17f,1.2049863011500587e-16f,-0.15624999999999994f,0f,0.9839459850701582f,0.17846651916904616f,0.5392335818620515f,-1.2246467991473532e-16f,0.17846651916904616f,-0.9839459850701582f,-0.5047647629091971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.132159794029149e-17f,1.152827973735868e-16f,0.15625000000000006f,0f,0.9413554786069841f,-0.3374164532097026f,0.35362829391659034f,-1.2246467991473532e-16f,-0.3374164532097026f,-0.9413554786069841f,-0.5320775728467049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1855845145534214e-17f,1.2049863011500587e-16f,0.15625000000000006f,0f,0.9839459850701582f,0.17846651916904616f,0.5392335818620515f,-1.2246467991473532e-16f,0.17846651916904616f,-0.9839459850701582f,-0.5047647629091971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.441467624608003e-17f,1.0971162579987988e-16f,0.29375000000000007f,0f,0.8958634103830212f,0.44432955105068367f,1.2418969943037221f,-1.2246467991473532e-16f,0.44432955105068367f,-0.8958634103830212f,-0.16089216375891913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.441467624608003e-17f,1.0971162579987988e-16f,0.33125000000000004f,0f,0.8958634103830212f,0.44432955105068367f,1.171569963416846f,-1.2246467991473532e-16f,0.44432955105068367f,-0.8958634103830212f,-0.3004205523636628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.441467624608003e-17f,1.0971162579987988e-16f,-0.29374999999999996f,0f,0.8958634103830212f,0.44432955105068367f,1.2418969943037221f,-1.2246467991473532e-16f,0.44432955105068367f,-0.8958634103830212f,-0.16089216375891918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.441467624608003e-17f,1.0971162579987988e-16f,-0.33124999999999993f,0f,0.8958634103830212f,0.44432955105068367f,1.171569963416846f,-1.2246467991473532e-16f,0.44432955105068367f,-0.8958634103830212f,-0.30042055236366283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.1163059644735907f,0.5439352940409132f,0.8310278686810044f,1.2978093465126177f,0.09661786925098677f,0.8265417937039637f,-0.554521100231572f,-0.10120750245483767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.029783818312446905f,0.5554328092958122f,0.8310278686810044f,1.3068373049954243f,-0.03387128037912733f,0.8314800573456017f,-0.554521100231572f,-0.09672982349945466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.12019091202427168f,0.2597351006316758f,0.9581710818881077f,1.3346924825424054f,0.18835456141483753f,0.9416705719094951f,-0.2788890338358042f,-0.12532502726960126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.03404578994926613f,0.28416379435125694f,0.9581710818881077f,1.3359382342857125f,-0.11185637681531303f,0.9537866940631339f,-0.2788890338358042f,-0.11441991505079366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07807964093238233f,0.2753393315624254f,0.9581710818881077f,1.3922143373766938f,0.03872587204655571f,0.9595421896093809f,-0.2788890338358042f,-0.020061054796891548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.07807964093238233f,0.5507233889598091f,0.8310278686810044f,1.268301574860737f,0.03872587204655571f,0.831268101295966f,-0.554521100231572f,-0.2070963775884836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.1163059644735907f,0.5439352940409132f,0.8310278686810044f,1.2978093465126177f,-0.09661786925098702f,0.8265417937039637f,-0.554521100231572f,-0.10120750245483776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.029783818312446905f,0.5554328092958122f,0.8310278686810044f,1.3068373049954243f,0.03387128037912709f,0.8314800573456017f,-0.554521100231572f,-0.09672982349945472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.12019091202427168f,0.2597351006316758f,0.9581710818881077f,1.3346924825424054f,-0.18835456141483775f,0.9416705719094951f,-0.2788890338358042f,-0.12532502726960132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.03404578994926613f,0.28416379435125694f,0.9581710818881077f,1.3359382342857125f,0.11185637681531278f,0.9537866940631339f,-0.2788890338358042f,-0.1144199150507937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07807964093238233f,0.2753393315624254f,0.9581710818881077f,1.3922143373766938f,-0.03872587204655596f,0.9595421896093809f,-0.2788890338358042f,-0.020061054796891603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.07807964093238233f,0.5507233889598091f,0.8310278686810044f,1.268301574860737f,-0.03872587204655596f,0.831268101295966f,-0.554521100231572f,-0.20709637758848365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.441467624608003e-17f,1.0971162579987988e-16f,4.982102486274459e-17f,0f,0.8958634103830212f,0.44432955105068367f,0.7952862785691044f,-1.2246467991473532e-16f,0.44432955105068367f,-0.8958634103830212f,-0.4068195409274897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.133706509079513e-16f,4.631083393036681e-17f,9.233501895322633e-17f,0f,0.3781566567814509f,0.9257416178026543f,0.6534775322760603f,-1.2246467991473532e-16f,0.9257416178026543f,-0.3781566567814509f,-0.753972647603485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007171047291605836f,-0.1356832106105737f,0.9907263206552797f,0.5282939539652628f,-0.08686023010928272f,0.9870915822123869f,0.13455671202436814f,-1.4043456453579395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007171047291605836f,0.28738104373361545f,0.9577894924164282f,0.6388744957016735f,-0.08686023010928272f,0.9540148698520684f,-0.2868988123476692f,-1.0675844718748397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010027231682088397f,-0.3715998855749443f,0.9283388280501259f,0.4003210249610056f,0.12145612988563174f,0.9219643903453946f,0.3677364157222513f,-0.9886490406814771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010027231682088397f,0.9526956553087542f,-0.303760502667178f,0.7348778287790312f,0.12145612988563174f,-0.3026870099921963f,-0.9453195134425122f,-1.0441540421297855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.988437683438256e-17f,1.0556239264975966e-16f,0.22070652058817972f,0.6999916535451403f,0.6791909280438009f,0.6600104111332562f,0.20423665103346023f,0.6477559008697922f,-0.7339616360975554f,-0.8619823505296083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.988437683438256e-17f,1.0556239264975966e-16f,-0.22070652058817972f,0.6999916535451403f,0.6791909280438009f,0.6600104111332562f,-0.20423665103346045f,0.6477559008697922f,-0.7339616360975554f,-0.8619823505296083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.317689960387609e-17f,8.988437683438256e-17f,1.0556239264975966e-16f,0f,0.7339616360975554f,0.6791909280438009f,0.6600104111332562f,-1.2246467991473532e-16f,0.6791909280438009f,-0.7339616360975554f,-0.8619823505296083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.940638003877471e-18f,1.0251745581917211e-16f,-0.01458693479430308f,-0.046263846576022755f,0.9988227459531029f,0.6579014081448975f,0.30035179238488113f,0.9525941836083642f,0.04850899057600583f,-0.8371185544317656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.940638003877471e-18f,1.0251745581917211e-16f,0.01458693479430308f,-0.046263846576022755f,0.9988227459531029f,0.6579014081448975f,-0.30035179238488136f,0.9525941836083642f,0.04850899057600583f,-0.8371185544317656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232050787470374e-16f,-5.940638003877471e-18f,1.0251745581917211e-16f,0f,-0.04850899057600583f,0.9988227459531029f,0.6579014081448975f,-1.2246467991473532e-16f,0.9988227459531029f,0.04850899057600583f,-0.8371185544317656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.625370393997077e-17f,-0.18124999999999988f,0.10124957682711598f,0.2781809260618372f,0.9551774157546379f,0.6838043794910525f,0.3266899166378429f,0.897573169125987f,-0.2960339582417723f,-0.7535405305532349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.625370393997077e-17f,0.1812500000000001f,-0.10124957682711598f,0.2781809260618372f,0.9551774157546379f,0.6838043794910525f,-0.32668991663784314f,0.897573169125987f,-0.2960339582417723f,-0.7535405305532348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1755396810477763e-16f,-3.433165317079112e-17f,-0.007812499999999885f,0f,-0.28033922266153927f,0.959900995018509f,0.6487736325809185f,-1.2246467991473532e-16f,0.959900995018509f,0.28033922266153927f,-0.9476799067186458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2204944783101359e-16f,1.0076215101081619e-17f,8.87868929381831e-17f,0f,0.08227854029502281f,0.9966093727268072f,0.6671577439280876f,-1.2246467991473532e-16f,0.9966093727268072f,-0.08227854029502281f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445078177705321e-16f,2.2264404314215537e-16f,1f,-0.796875f,-0.004894784500652838f,-0.9999880204705914f,2.2095508444451597e-16f,0.9470934387956955f,0.9999880204705914f,-0.004894784500652838f,3.4559348534053254e-16f,0.18263109789384668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445078177705321e-16f,2.2264404314215537e-16f,1f,-0.796875f,-0.004894784500652838f,-0.9999880204705914f,2.2095508444451597e-16f,0.9466345527487593f,0.9999880204705914f,-0.004894784500652838f,3.4559348534053254e-16f,0.2763799748129646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445078177705321e-16f,2.2264404314215537e-16f,1f,-0.946875f,-0.004894784500652838f,-0.9999880204705914f,2.2095508444451597e-16f,0.9468639957722274f,0.9999880204705914f,-0.004894784500652838f,3.4559348534053254e-16f,0.2295055363534056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445078177705321e-16f,2.2144516670790724e-16f,-1f,0.796875f,-0.004894784500652838f,0.9999880204705914f,2.231288054257972e-16f,0.9466345527487593f,0.9999880204705914f,0.004894784500652838f,-3.434197643592513e-16f,0.27637997481296483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445078177705321e-16f,2.2144516670790724e-16f,-1f,0.796875f,-0.004894784500652838f,0.9999880204705914f,2.231288054257972e-16f,0.9470934387956955f,0.9999880204705914f,0.004894784500652838f,-3.434197643592513e-16f,0.1826310978938469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445078177705321e-16f,2.2144516670790724e-16f,-1f,0.946875f,-0.004894784500652838f,0.9999880204705914f,2.231288054257972e-16f,0.9468639957722274f,0.9999880204705914f,0.004894784500652838f,-3.434197643592513e-16f,0.22950553635340593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134877007109496e-21f,-9.366222142563396e-24f,-0.0072174999999999314f,0f,-7.64810078227006e-8f,0.000015624812819852994f,-0.021147153983653744f,-1.9135106236677393e-21f,0.000015624812819852994f,7.64810078227006e-8f,-0.5622446544135729f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45.mcfunction new file mode 100644 index 000000000..3538cdf06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..6aad898b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.43212840299213956f,-0.07619589657797485f,-0.6887696807471899f,0.0712700391653177f,-0.6815732516832622f,0.19335098797621703f,0.40622375913155223f,0.9918095790218017f,0.12516944659864748f,0.7897809982759422f,-0.16590065956737174f,-0.7505091065925731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4196507698048865f,0.09303433583974427f,-0.6747131566503085f,0.0712700391653177f,-0.5443585541950139f,0.43049124415782747f,0.3979334783329492f,0.9918095790218017f,0.40934947890143947f,0.6678487112050928f,-0.16251493182109886f,-0.7505091065925731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.43212840299213945f,0.07619589657797465f,0.6887696807471899f,-0.07127003916531753f,0.6815732516832622f,0.19335098797621703f,0.40622375913155223f,0.9918095790218017f,-0.1251694465986476f,0.7897809982759422f,-0.16590065956737157f,-0.7505091065925731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4196507698048864f,-0.09303433583974441f,0.6747131566503085f,-0.07127003916531753f,0.5443585541950139f,0.43049124415782747f,0.3979334783329492f,0.9918095790218017f,-0.4093494789014396f,0.6678487112050928f,-0.1625149318210987f,-0.7505091065925731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09853087479398505f,-0.016061909323150506f,-1.5593075167462083f,0.6721004922774078f,-0.036109891383259964f,1.5619746564790051f,-0.018371125757098136f,0.2735301732996365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12674035673202902f,0.05654819441771368f,0.9903227674266275f,0.7341703020755733f,0.7729615772656434f,-0.6200694115676463f,0.13432916626392727f,-0.013347111306358628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.136254334147156f,-0.026373713098096f,0.9903227674266275f,0.7788787554676089f,0.9888302595512559f,-0.06457857916239819f,0.13432916626392727f,-0.33780704022161445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12674035673202902f,0.05654819441771368f,0.9903227674266275f,0.7341703020755733f,-0.7729615772656433f,-0.6200694115676465f,0.13432916626392727f,-0.013347111306358517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.136254334147156f,-0.026373713098096f,0.9903227674266275f,0.7788787554676089f,-0.9888302595512559f,-0.06457857916239844f,0.13432916626392727f,-0.33780704022161434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.591109423757635e-17f,1.196921594008146e-16f,-0.15624999999999994f,0f,0.977360651937758f,-0.2115801409485304f,0.3698105633030965f,-1.2246467991473532e-16f,-0.2115801409485304f,-0.977360651937758f,-0.5321026344558334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1865476755625235e-17f,1.2049688275166202e-16f,-0.15624999999999994f,0f,0.9839317167656555f,0.17854516723392266f,0.5554136674918689f,-1.2246467991473532e-16f,0.17854516723392266f,-0.9839317167656555f,-0.5047749888292582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1312383039601396e-17f,1.152860999175869e-16f,0.15625000000000006f,0f,0.9413824459252541f,-0.3373412078353097f,0.3698105633030965f,-1.2246467991473532e-16f,-0.3373412078353097f,-0.9413824459252541f,-0.5321026344558333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1865476755625235e-17f,1.2049688275166202e-16f,0.15625000000000006f,0f,0.9839317167656555f,0.17854516723392266f,0.5554136674918689f,-1.2246467991473532e-16f,0.17854516723392266f,-0.9839317167656555f,-0.5047749888292581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.5188014316056686e-17f,1.0932465825452782e-16f,0.29375f,0f,0.8927035805804899f,0.45064433561154715f,1.2563215759536355f,-1.2246467991473532e-16f,0.45064433561154715f,-0.8927035805804899f,-0.1577344511142149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.5188014316056686e-17f,1.0932465825452782e-16f,0.33125000000000004f,0f,0.8927035805804899f,0.45064433561154715f,1.1869815348446568f,-1.2246467991473532e-16f,0.45064433561154715f,-0.8927035805804899f,-0.29775595374507924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.5188014316056686e-17f,1.0932465825452782e-16f,-0.29375f,0f,0.8927035805804899f,0.45064433561154715f,1.2563215759536355f,-1.2246467991473532e-16f,0.45064433561154715f,-0.8927035805804899f,-0.15773445111421497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.5188014316056686e-17f,1.0932465825452782e-16f,-0.33124999999999993f,0f,0.8927035805804899f,0.45064433561154715f,1.1869815348446568f,-1.2246467991473532e-16f,0.45064433561154715f,-0.8927035805804899f,-0.2977559537450793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11562082775554813f,0.5380853646489356f,0.8349227296820609f,1.3118110894939405f,0.09743671905321319f,0.8303620181543486f,-0.5486392299013827f,-0.0976564700265086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.030022247339279766f,0.5495477232460847f,0.8349227296820609f,1.3208072051623858f,-0.03366012674499924f,0.835381344824463f,-0.5486392299013827f,-0.09311515457008915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.11885790822171076f,0.25307931029739866f,0.9601164827001735f,1.3488636044378124f,0.18919855652768974f,0.9434811345225169f,-0.2721162527449306f,-0.12151295474066387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.03483478032088251f,0.2774218407541906f,0.9601164827001735f,1.3500323220524666f,-0.11161318438031731f,0.9557694502674494f,-0.2721162527449306f,-0.11059931790192232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.07780424361898652f,0.2685569573150638f,0.9601164827001735f,1.4056407362928875f,0.039276241785249216f,0.9614624911161557f,-0.2721162527449306f,-0.015845433795844882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.07780424361898652f,0.5448399169803306f,0.8349227296820609f,1.2830517549723133f,0.039276241785249216f,0.835136139946323f,-0.5486392299013827f,-0.20375106528376724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11562082775554813f,0.5380853646489356f,0.8349227296820609f,1.3118110894939405f,-0.09743671905321344f,0.8303620181543486f,-0.5486392299013827f,-0.09765647002650865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.030022247339279766f,0.5495477232460847f,0.8349227296820609f,1.3208072051623858f,0.03366012674499899f,0.835381344824463f,-0.5486392299013827f,-0.09311515457008918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.11885790822171076f,0.25307931029739866f,0.9601164827001735f,1.3488636044378124f,-0.18919855652769f,0.9434811345225169f,-0.2721162527449306f,-0.1215129547406639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.03483478032088251f,0.2774218407541906f,0.9601164827001735f,1.3500323220524666f,0.11161318438031706f,0.9557694502674494f,-0.2721162527449306f,-0.11059931790192236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.07780424361898652f,0.2685569573150638f,0.9601164827001735f,1.4056407362928875f,-0.039276241785249466f,0.9614624911161557f,-0.2721162527449306f,-0.015845433795844938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.07780424361898652f,0.5448399169803306f,0.8349227296820609f,1.2830517549723133f,-0.039276241785249466f,0.835136139946323f,-0.5486392299013827f,-0.2037510652837673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.5188014316056686e-17f,1.0932465825452782e-16f,4.981977075878797e-17f,0f,0.8927035805804899f,0.45064433561154715f,0.8114585344369512f,-1.2246467991473532e-16f,0.45064433561154715f,-0.8927035805804899f,-0.40680930039154495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1337435225698404e-16f,4.630177185516635e-17f,9.233515285515699e-17f,0f,0.37808265932188323f,0.9257718416111459f,0.669677537191245f,-1.2246467991473532e-16f,0.9257718416111459f,-0.37808265932188323f,-0.7539737409957247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007164104368744438f,-0.13576211024556134f,0.9907155621217755f,0.544545944805258f,-0.08686080302696797f,0.9870807336473642f,0.13463590219436716f,-1.404356742829074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007164104368744438f,0.2873047866303453f,0.9578124217130853f,0.6550995682406641f,-0.08686080302696797f,0.9540378377064365f,-0.2868222535333285f,-1.067586731513139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010017523435405434f,-0.3716735787185512f,0.9283094312279527f,0.4165397888060501f,0.12145693099293604f,0.9219346847292448f,0.3678106183988773f,-0.988670368595116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010017523435405434f,0.952719846601724f,-0.30368494054761414f,0.7511010281734499f,0.12145693099293604f,-0.3026108582873057f,-0.9453437905653144f,-1.044148628117734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.9877728062756e-17f,1.0556246256019467e-16f,0.22069019486725283f,0.6999398749735037f,0.6792495927945262f,0.6762190494442736f,0.2042542918642298f,0.6478118504369704f,-0.7339073447571363f,-0.8619829213916319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.9877728062756e-17f,1.0556246256019467e-16f,-0.22069019486725283f,0.6999398749735037f,0.6792495927945262f,0.6762190494442736f,-0.20425429186423003f,0.6478118504369704f,-0.7339073447571363f,-0.8619829213916319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.318408396379598e-17f,8.9877728062756e-17f,1.0556246256019467e-16f,0f,0.7339073447571363f,0.6792495927945262f,0.6762190494442736f,-1.2246467991473532e-16f,0.6792495927945262f,-0.7339073447571363f,-0.8619829213916319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.950415290892658e-18f,1.0251754638400592e-16f,-0.014610942425817175f,-0.04633998905534991f,0.998818865348357f,0.674108059053126f,0.30035062546452845f,0.9525904826098388f,0.048588828183240784f,-0.8371192939497545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.950415290892658e-18f,1.0251754638400592e-16f,0.014610942425817175f,-0.04633998905534991f,0.998818865348357f,0.674108059053126f,-0.3003506254645287f,0.9525904826098388f,0.048588828183240784f,-0.8371192939497545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232003263768567e-16f,-5.950415290892658e-18f,1.0251754638400592e-16f,0f,-0.048588828183240784f,0.998818865348357f,0.674108059053126f,-1.2246467991473532e-16f,0.998818865348357f,0.048588828183240784f,-0.8371192939497545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.624435375487826e-17f,-0.18124999999999988f,0.10122346357023497f,0.2781091804782082f,0.9552010752488632f,0.700004349769436f,0.3266980086614489f,0.897595401778122f,-0.29595760818640104f,-0.753539199865479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.624435375487826e-17f,0.1812500000000001f,-0.10122346357023497f,0.2781091804782082f,0.9552010752488632f,0.700004349769436f,-0.3266980086614491f,0.897595401778122f,-0.29595760818640104f,-0.7535391998654789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1755122353627143e-16f,-3.4341049368709176e-17f,-0.007812499999999885f,0f,-0.28041594844014417f,0.9598785839159107f,0.6649891208930936f,-1.2246467991473532e-16f,0.9598785839159107f,0.28041594844014417f,-0.9476813754835404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2205025285175841e-16f,1.0066459429233863e-17f,8.878689293818311e-17f,0f,0.08219887918902433f,0.9966159462200411f,0.6833554329618912f,-1.2246467991473532e-16f,0.9966159462200411f,-0.08219887918902433f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450776946510405e-16f,2.226538318529074e-16f,1f,-0.796875f,-0.004974715389777895f,-0.9999876260268377f,2.2093724863771142e-16f,0.963218578291287f,0.9999876260268377f,-0.004974715389777895f,3.4561114597912213e-16f,0.1826534707757897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450776946510405e-16f,2.226538318529074e-16f,1f,-0.796875f,-0.004974715389777895f,-0.9999876260268377f,2.2093724863771142e-16f,0.9627521987234953f,0.9999876260268377f,-0.004974715389777895f,3.4561114597912213e-16f,0.27640231071580573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450776946510405e-16f,2.226538318529074e-16f,1f,-0.946875f,-0.004974715389777895f,-0.9999876260268377f,2.2093724863771142e-16f,0.9629853885073911f,0.9999876260268377f,-0.004974715389777895f,3.4561114597912213e-16f,0.22952789074579766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450776946510405e-16f,2.2143537799715525e-16f,-1f,0.796875f,-0.004974715389777895f,0.9999876260268377f,2.2314646606438683e-16f,0.9627521987234953f,0.9999876260268377f,0.004974715389777895f,-3.434019285524467e-16f,0.27640231071580595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450776946510405e-16f,2.2143537799715525e-16f,-1f,0.796875f,-0.004974715389777895f,0.9999876260268377f,2.2314646606438683e-16f,0.963218578291287f,0.9999876260268377f,0.004974715389777895f,-3.434019285524467e-16f,0.18265347077578992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450776946510405e-16f,2.2143537799715525e-16f,-1f,0.946875f,-0.004974715389777895f,0.9999876260268377f,2.2314646606438683e-16f,0.9629853885073911f,0.9999876260268377f,0.004974715389777895f,-3.434019285524467e-16f,0.229527890745798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134869459386365e-21f,-9.519170748063402e-24f,-0.0072174999999999314f,0f,-7.772992796527962e-8f,0.00001562480665666934f,-0.004962472088898107f,-1.9135106236677393e-21f,0.00001562480665666934f,7.772992796527962e-8f,-0.562299672425829f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46.mcfunction new file mode 100644 index 000000000..fa8e08858 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..04caa21a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4439006548860917f,-0.07827166221057495f,-0.6810067546881873f,0.06980630146879427f,-0.674499076234073f,0.1945773795169796f,0.417294960410657f,1.0082687301821411f,0.12226057907406342f,0.789276652840779f,-0.17040880414278986f,-0.7508600457185765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4310830999535806f,0.09556882241528171f,-0.6671086576537345f,0.06980630146879427f,-0.5374965078624665f,0.42894923759584247f,0.4087787367288069f,1.0082687301821411f,0.40652781573966723f,0.6684827235973284f,-0.16693107344599825f,-0.7508600457185765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4439006548860916f,0.07827166221057474f,0.6810067546881873f,-0.0698063014687941f,0.674499076234073f,0.1945773795169796f,0.417294960410657f,1.0082687301821411f,-0.12226057907406353f,0.789276652840779f,-0.1704088041427897f,-0.7508600457185765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.43108309995358046f,-0.09556882241528185f,0.6671086576537345f,-0.0698063014687941f,0.5374965078624665f,0.42894923759584247f,0.4087787367288069f,1.0082687301821411f,-0.40652781573966734f,0.6684827235973283f,-0.16693107344599808f,-0.7508600457185765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09853186139684858f,-0.016104587543497414f,-1.5593070142052612f,0.6876516497748396f,-0.03610719918591028f,1.5619742170323638f,-0.018413731101653445f,0.2735298654053307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.1267614765082785f,0.056565136709071956f,0.9903190967473692f,0.7497292979700265f,0.7729581140184729f,-0.62006786625565f,0.1343562250518045f,-0.01334572314455662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13628135215414655f,-0.02637194859149263f,0.9903190967473692f,0.7944466166456059f,0.9888265362707086f,-0.06457929975388771f,0.1343562250518045f,-0.33780443035838287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.1267614765082785f,0.056565136709071956f,0.9903190967473692f,0.7497292979700265f,-0.7729581140184728f,-0.6200678662556502f,0.1343562250518045f,-0.01334572314455651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13628135215414655f,-0.02637194859149263f,0.9903190967473692f,0.7944466166456059f,-0.9888265362707086f,-0.06457929975388796f,0.1343562250518045f,-0.33780443035838276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5907823848932916e-17f,1.1969286733147984e-16f,-0.15624999999999994f,0f,0.9773664326303282f,-0.21155343619867337f,0.38538373342117305f,-1.2246467991473532e-16f,-0.21155343619867337f,-0.9773664326303282f,-0.5321112015931615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1868769114093116e-17f,1.2049628527076284e-16f,-0.15624999999999994f,0f,0.983926837963869f,0.17857205138101057f,0.5709860908605298f,-1.2246467991473532e-16f,0.17857205138101057f,-0.983926837963869f,-0.5047784846964962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1309233033080253e-17f,1.1528722866318386e-16f,0.15625000000000006f,0f,0.941391662832511f,-0.3373154860800792f,0.38538373342117305f,-1.2246467991473532e-16f,-0.3373154860800792f,-0.941391662832511f,-0.5321112015931615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1868769114093116e-17f,1.2049628527076284e-16f,0.15625000000000006f,0f,0.983926837963869f,0.17857205138101057f,0.5709860908605298f,-1.2246467991473532e-16f,0.17857205138101057f,-0.983926837963869f,-0.5047784846964962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.59528698036353e-17f,1.089351834227859e-16f,0.29375f,0f,0.8895232772308788f,0.45688985463067294f,1.2701347347383272f,-1.2246467991473532e-16f,0.45688985463067294f,-0.8895232772308788f,-0.15461920892513775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.59528698036353e-17f,1.089351834227859e-16f,0.33125000000000004f,0f,0.8895232772308788f,0.45688985463067294f,1.2017777489560928f,-1.2246467991473532e-16f,0.45688985463067294f,-0.8895232772308788f,-0.2951232479943668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.59528698036353e-17f,1.089351834227859e-16f,-0.29375f,0f,0.8895232772308788f,0.45688985463067294f,1.2701347347383272f,-1.2246467991473532e-16f,0.45688985463067294f,-0.8895232772308788f,-0.1546192089251378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.59528698036353e-17f,1.089351834227859e-16f,-0.33124999999999993f,0f,0.8895232772308788f,0.45688985463067294f,1.2017777489560928f,-1.2246467991473532e-16f,0.45688985463067294f,-0.8895232772308788f,-0.29512324799436684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11493509473848301f,0.5322524880216762f,0.8387474071448398f,1.3252018239231758f,0.09824466412069852f,0.8341128399907752f,-0.5427741299420366f,-0.09415380052312317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382915f,0.07741431914167886f,0.030257419768394404f,0.5436793867315257f,0.8387474071448398f,1.3341658904574893f,-0.033448886629445236f,0.8392123782743651f,-0.5427741299420366f,-0.08954954658104314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.11752897525734293f,0.24646062883564954f,0.9620000511480731f,1.3624206289921381f,0.19002693523277409f,0.9452316895525875f,-0.2653805135114487f,-0.11775001369009429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.03561617501743595f,0.2707164377503374f,0.9620000511480731f,1.3635128287742813f,-0.11136630066876707f,0.9576903101335806f,-0.2653805135114487f,-0.10682845384057525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.0775270619183883f,0.2618118718878258f,0.9620000511480731f,1.4184557867987175f,0.03982057463420575f,0.9633210808885071f,-0.2653805135114487f,-0.011687160749471903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382915f,0.12500000000000003f,0.0775270619183883f,0.5389734146301756f,0.8387474071448398f,1.2971867685069283f,0.03982057463420575f,0.8389341843681584f,-0.5427741299420366f,-0.20044735223230722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.043577871373829014f,-0.19259933110853691f,-0.11493509473848301f,0.5322524880216762f,0.8387474071448398f,1.3252018239231758f,-0.09824466412069877f,0.8341128399907752f,-0.5427741299420366f,-0.09415380052312325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.043577871373829014f,-0.07741431914167882f,-0.030257419768394404f,0.5436793867315257f,0.8387474071448398f,1.3341658904574893f,0.033448886629444986f,0.8392123782743651f,-0.5427741299420366f,-0.08954954658104317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.11752897525734293f,0.24646062883564954f,0.9620000511480731f,1.3624206289921381f,-0.19002693523277434f,0.9452316895525875f,-0.2653805135114487f,-0.11775001369009433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.03561617501743595f,0.2707164377503374f,0.9620000511480731f,1.3635128287742813f,0.11136630066876682f,0.9576903101335806f,-0.2653805135114487f,-0.1068284538405753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.0775270619183883f,0.2618118718878258f,0.9620000511480731f,1.4184557867987175f,-0.039820574634206f,0.9633210808885071f,-0.2653805135114487f,-0.011687160749471959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.043577871373829014f,-0.12499999999999997f,-0.0775270619183883f,0.5389734146301756f,0.8387474071448398f,1.2971867685069283f,-0.039820574634206f,0.8389341843681584f,-0.5427741299420366f,-0.20044735223230728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.59528698036353e-17f,1.089351834227859e-16f,4.981934212328678e-17f,0f,0.8895232772308788f,0.45688985463067294f,0.8270282809688942f,-1.2246467991473532e-16f,0.45688985463067294f,-0.8895232772308788f,-0.40680580031706226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1337561732961995e-16f,4.6298674081944867e-17f,9.233519862189427e-17f,0f,0.3780573640839123f,0.9257821717131544f,0.6852567694374271f,-1.2246467991473532e-16f,0.9257821717131544f,-0.3780573640839123f,-0.7539741147094952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007161731046505468f,-0.13578908044999938f,0.9907118830613476f,0.5601429476764658f,-0.08686099874116987f,0.9870770238166273f,0.134662971714558f,-1.4043605353020363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007161731046505468f,0.2872787191073403f,0.9578202582721163f,0.6706873694188947f,-0.08686099874116987f,0.9540456874512495f,-0.28679608287659564f,-1.0675875034273559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010014204833396736f,-0.37169876883305086f,0.9282993810994105f,0.43212543382170054f,0.12145720465891063f,0.9219245290544458f,0.3678359826936206f,-0.9886776587676369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010014204833396736f,0.9527281145586741f,-0.3036591105681311f,0.7666881889106519f,0.12145720465891063f,-0.30258482677038967f,-0.9453520878724375f,-1.0441467769686676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.987545516956126e-17f,1.0556248643322284e-16f,0.22068461389349142f,0.6999221743861299f,0.679269645275919f,0.6918012328500117f,0.20426032176167908f,0.6478309748283793f,-0.7338887851757427f,-0.8619831163297005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.987545516956126e-17f,1.0556248643322284e-16f,-0.22068461389349142f,0.6999221743861299f,0.679269645275919f,0.6918012328500117f,-0.2042603217616793f,0.6478309748283793f,-0.7338887851757427f,-0.8619831163297005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.318653968451122e-17f,8.987545516956126e-17f,1.0556248643322284e-16f,0f,0.7338887851757427f,0.679269645275919f,0.6918012328500117f,-1.2246467991473532e-16f,0.679269645275919f,-0.7338887851757427f,-0.8619831163297005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.953757469684135e-18f,1.0251757732182582e-16f,-0.014619148976034562f,-0.04636601690736471f,0.9988175373707465f,0.6896895631045069f,0.30035022613395934f,0.9525892160950816f,0.048616119144143155f,-0.8371195465762254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.953757469684135e-18f,1.0251757732182582e-16f,0.014619148976034562f,-0.04636601690736471f,0.9988175373707465f,0.6896895631045069f,-0.30035022613395956f,0.9525892160950816f,0.048616119144143155f,-0.8371195465762254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2231987000733264e-16f,-5.953757469684135e-18f,1.0251757732182582e-16f,0f,-0.048616119144143155f,0.9988175373707465f,0.6896895631045069f,-1.2246467991473532e-16f,0.9988175373707465f,0.048616119144143155f,-0.8371195465762254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6241157511273906e-17f,-0.18124999999999988f,0.10121453708060203f,0.27808465514950675f,0.9552091614164615f,0.7155835701312212f,0.3267007742936498f,0.8976030002901445f,-0.29593150887673425f,-0.7535387449522851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6241157511273906e-17f,0.1812500000000001f,-0.10121453708060203f,0.27808465514950675f,0.9552091614164615f,0.7155835701312212f,-0.32670077429365f,0.8976030002901445f,-0.29593150887673425f,-0.753538744952285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1755028518326398e-16f,-3.4344261237532673e-17f,-0.007812499999999885f,0f,-0.28044217533940796f,0.9598709216821296f,0.6805736458634363f,-1.2246467991473532e-16f,0.9598709216821296f,0.28044217533940796f,-0.9476818772277813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2205052785460198e-16f,1.0063124615724539e-17f,8.878689293818311e-17f,0f,0.08217164837021482f,0.9966181917886718f,0.6989338735461561f,-1.2246467991473532e-16f,0.9966181917886718f,-0.08217164837021482f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445077527733304e-16f,2.2265717794452156e-16f,1f,-0.796875f,-0.005002038301302525f,-0.9999874897281628f,2.209311514682311e-16f,0.9787722187270471f,0.9999874897281628f,-0.005002038301302525f,3.456171826198316e-16f,0.18266111720808031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445077527733304e-16f,2.2265717794452156e-16f,1f,-0.796875f,-0.005002038301302525f,-0.9999874897281628f,2.209311514682311e-16f,0.9783032776363f,0.9999874897281628f,-0.005002038301302525f,3.456171826198316e-16f,0.2764099443700956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445077527733304e-16f,2.2265717794452156e-16f,1f,-0.946875f,-0.005002038301302525f,-0.9999874897281628f,2.209311514682311e-16f,0.9785377481816735f,0.9999874897281628f,-0.005002038301302525f,3.456171826198316e-16f,0.2295355307890879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445077527733304e-16f,2.2143203190554106e-16f,-1f,0.796875f,-0.005002038301302525f,0.9999874897281628f,2.2315250270509627e-16f,0.9783032776363f,0.9999874897281628f,0.005002038301302525f,-3.4339583138296643e-16f,0.2764099443700958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445077527733304e-16f,2.2143203190554106e-16f,-1f,0.796875f,-0.005002038301302525f,0.9999874897281628f,2.2315250270509627e-16f,0.9787722187270471f,0.9999874897281628f,0.005002038301302525f,-3.4339583138296643e-16f,0.18266111720808054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445077527733304e-16f,2.2143203190554106e-16f,-1f,0.946875f,-0.005002038301302525f,0.9999874897281628f,2.2315250270509627e-16f,0.9785377481816735f,0.9999874897281628f,0.005002038301302525f,-3.4339583138296643e-16f,0.22953553078908823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134866851296737e-21f,-9.571453429535315e-24f,-0.0072174999999999314f,0f,-7.815684845785197e-8f,0.000015624804527002545f,0.010611523250336097f,-1.9135106236677393e-21f,0.000015624804527002545f,7.815684845785197e-8f,-0.5623184795697789f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47.mcfunction new file mode 100644 index 000000000..aee286147 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..11d913aed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4555376903404035f,-0.08032358553663109f,-0.6730363873746461f,0.06835937630751679f,-0.667230006496153f,0.19587421404726094f,0.4282310768112888f,1.0236107603543858f,0.11930622596880179f,0.7887495536115072f,-0.17488456354742662f,-0.7512351184108084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.44238411801403316f,0.0980741978017155f,-0.6593009508976125f,0.06835937630751679f,-0.5304316701411416f,0.4273979229726643f,0.4194916670804462f,1.0236107603543858f,0.40365645720120147f,0.6691131945823537f,-0.17131549082196895f,-0.7512351184108084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.45553769034040337f,0.08032358553663091f,0.6730363873746461f,-0.06835937630751662f,0.667230006496153f,0.19587421404726094f,0.4282310768112888f,1.0236107603543858f,-0.1193062259688019f,0.7887495536115072f,-0.17488456354742646f,-0.7512351184108085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.44238411801403305f,-0.09807419780171565f,0.6593009508976125f,-0.06835937630751662f,0.5304316701411416f,0.4273979229726643f,0.4194916670804462f,1.0236107603543858f,-0.4036564572012016f,0.6691131945823537f,-0.17131549082196879f,-0.7512351184108085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.0985311511283705f,-0.01607386260740985f,-1.5593073761122909f,0.7021103081424247f,-0.036109137357419704f,1.5619745335166932f,-0.018383058630535857f,0.2735300871399926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12674627195221722f,0.05655293960587122f,0.990321739420149f,0.7641823133174565f,0.7729606073402242f,-0.6200689788045243f,0.13433674487848452f,-0.013346722457507787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13626190133997879f,-0.026373218898431992f,0.990321739420149f,0.8088932496946369f,0.9888292168121366f,-0.06457878098996761f,0.13433674487848452f,-0.33780630922399013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12674627195221722f,0.05655293960587122f,0.990321739420149f,0.7641823133174565f,-0.772960607340224f,-0.6200689788045245f,0.13433674487848452f,-0.013346722457507676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13626190133997879f,-0.026373218898431992f,0.990321739420149f,0.8088932496946369f,-0.9888292168121366f,-0.06457878098996786f,0.13433674487848452f,-0.33780630922399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5910178271596756e-17f,1.1969235768649833e-16f,-0.15624999999999994f,0f,0.9773622710632387f,-0.21157266151870427f,0.3998265444231798f,-1.2246467991473532e-16f,-0.21157266151870427f,-0.9773622710632387f,-0.5321050339185325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1866398878492296e-17f,1.204967154187418e-16f,-0.15624999999999994f,0f,0.9839303503886696f,0.1785526969385502f,0.5854294394769213f,-1.2246467991473532e-16f,0.1785526969385502f,-0.9839303503886696f,-0.5047759679324835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1311500791313e-17f,1.152864160644606e-16f,0.15625000000000006f,0f,0.941385027460387f,-0.33733400373132627f,0.3998265444231798f,-1.2246467991473532e-16f,-0.33733400373132627f,-0.941385027460387f,-0.5321050339185324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1866398878492296e-17f,1.204967154187418e-16f,0.15625000000000006f,0f,0.9839303503886696f,0.1785526969385502f,0.5854294394769213f,-1.2246467991473532e-16f,0.1785526969385502f,-0.9839303503886696f,-0.5047759679324834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.670987604991153e-17f,1.085430227376327e-16f,0.29375f,0f,0.8863210422238035f,0.4630712797305734f,1.2828136533535546f,-1.2246467991473532e-16f,0.4630712797305734f,-0.8863210422238035f,-0.1515431141580268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.670987604991153e-17f,1.085430227376327e-16f,0.33125000000000004f,0f,0.8863210422238035f,0.4630712797305734f,1.2154364555503205f,-1.2246467991473532e-16f,0.4630712797305734f,-0.8863210422238035f,-0.29251962183283003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.670987604991153e-17f,1.085430227376327e-16f,-0.29375f,0f,0.8863210422238035f,0.4630712797305734f,1.2828136533535546f,-1.2246467991473532e-16f,0.4630712797305734f,-0.8863210422238035f,-0.15154311415802685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.670987604991153e-17f,1.085430227376327e-16f,-0.33124999999999993f,0f,0.8863210422238035f,0.4630712797305734f,1.2154364555503205f,-1.2246467991473532e-16f,0.4630712797305734f,-0.8863210422238035f,-0.2925196218328301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382915f,0.19259933110853694f,0.11424837052165762f,0.5264328386204932f,0.8425056535448983f,1.3374584727491892f,0.09904241446915035f,0.8377979513371413f,-0.5369219616214356f,-0.09069581645522842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247628f,0.04357787137382915f,0.07741431914167886f,0.030489544007027414f,0.5378239595361365f,0.8425056535448983f,1.3463902691356644f,-0.03323743633365611f,0.8429769154339614f,-0.5369219616214356f,-0.08602926992644411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.11620323762610317f,0.2398743408951721f,0.9638242101884132f,1.3748406430923468f,0.19084051903150295f,0.9469245424428547f,-0.2586770326395005f,-0.11403235576631159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408479f,0.06425795390070174f,0.08528138157725264f,0.03639059850780198f,0.2640428302282147f,0.9638242101884132f,1.3758567849841132f,-0.11111565680750313f,0.9595517201261536f,-0.2586770326395005f,-0.10310345712250775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05888156633778735f,0.06425795390070174f,0.14198279464366398f,0.0772479687478941f,0.2550992810240872f,0.9638242101884132f,1.4301360769282845f,0.040359321330026586f,0.9651203644968863f,-0.2586770326395005f,-0.007581979152568363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517323f,0.04357787137382915f,0.12500000000000003f,0.0772479687478941f,0.5331200381426388f,0.8425056535448983f,1.310184068346191f,0.040359321330026586f,0.8426659672197339f,-0.5369219616214356f,-0.1971818217770082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.1447862533435374f,-0.043577871373829014f,-0.19259933110853691f,-0.11424837052165762f,0.5264328386204932f,0.8425056535448983f,1.3374584727491892f,-0.0990424144691506f,0.8377979513371412f,-0.5369219616214356f,-0.0906958164552285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.011632222243247406f,-0.043577871373829014f,-0.07741431914167882f,-0.030489544007027414f,0.5378239595361365f,0.8425056535448983f,1.3463902691356644f,0.03323743633365586f,0.8429769154339614f,-0.5369219616214356f,-0.08602926992644414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070167f,-0.05652738611419994f,-0.11620323762610317f,0.2398743408951721f,0.9638242101884132f,1.3748406430923468f,-0.1908405190315032f,0.9469245424428546f,-0.2586770326395005f,-0.11403235576631161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408454f,-0.06425795390070167f,-0.08528138157725261f,-0.03639059850780198f,0.2640428302282147f,0.9638242101884132f,1.3758567849841132f,0.11111565680750288f,0.9595517201261538f,-0.2586770326395005f,-0.10310345712250779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0588815663377876f,-0.06425795390070167f,-0.14198279464366398f,-0.0772479687478941f,0.2550992810240872f,0.9638242101884132f,1.4301360769282845f,-0.040359321330026836f,0.9651203644968863f,-0.2586770326395005f,-0.007581979152568419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517346f,-0.043577871373829014f,-0.12499999999999997f,-0.0772479687478941f,0.5331200381426388f,0.8425056535448983f,1.310184068346191f,-0.040359321330026836f,0.8426659672197339f,-0.5369219616214356f,-0.19718182177700824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.670987604991153e-17f,1.085430227376327e-16f,4.9819650703954354e-17f,0f,0.8863210422238035f,0.4630712797305734f,0.8414735567149111f,-1.2246467991473532e-16f,0.4630712797305734f,-0.8863210422238035f,-0.4068083200694333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1337470658608583e-16f,4.630090423671578e-17f,9.233516567373654e-17f,0f,0.3780755746795915f,0.9257747349278316f,0.6996952162100643f,-1.2246467991473532e-16f,0.9257747349278316f,-0.3780755746795915f,-0.7539738456673701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007163439651020757f,-0.13576966404984503f,0.990714531767935f,0.5745686009976154f,-0.08686085784898845f,0.9870796946751257f,0.1346434838148456f,-1.40435780507311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007163439651020757f,0.2872974856802242f,0.957814616642588f,0.6851196472382678f,-0.08686085784898845f,0.9540400363287187f,-0.286814923697556f,-1.067586947736063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010016593964667411f,-0.37168063397437356f,0.9283066164655697f,0.4465592638893452f,0.12145700765023285f,0.9219318404050676f,0.3678177224386773f,-0.9886724104408604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010016593964667411f,0.95272216235644f,-0.3036777061297323f,0.7811209278040498f,0.12145700765023285f,-0.3026035674228942f,-0.945346114539849f,-1.0441481096733516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.987709147934713e-17f,1.0556246924779663e-16f,0.22068863176903508f,0.6999349174593208f,0.6792552091291792f,0.7062375550220784f,0.20425598072863194f,0.64781720683053f,-0.7339021466591271f,-0.8619829760000461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.987709147934713e-17f,1.0556246924779663e-16f,-0.22068863176903508f,0.6999349174593208f,0.6792552091291792f,0.7062375550220784f,-0.20425598072863216f,0.64781720683053f,-0.7339021466591271f,-0.8619829760000461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.318477176642152e-17f,8.987709147934713e-17f,1.0556246924779663e-16f,0f,0.7339021466591271f,0.6792552091291792f,0.7062375550220784f,-1.2246467991473532e-16f,0.6792552091291792f,-0.7339021466591271f,-0.8619829760000461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.9513513661996675e-18f,1.0251755505008012e-16f,-0.014613240911174661f,-0.04634727891956302f,0.9988184934845892f,0.7041263743577273f,0.30035051364293686f,0.9525901279570601f,0.04859647181818655f,-0.8371193647136206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.9513513661996675e-18f,1.0251755505008012e-16f,0.014613240911174661f,-0.04634727891956302f,0.9988184934845892f,0.7041263743577273f,-0.3003505136429371f,0.9525901279570601f,0.04859647181818655f,-0.8371193647136206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2231998709750836e-16f,-5.9513513661996675e-18f,1.0251755505008012e-16f,0f,-0.04859647181818655f,0.9988184934845892f,0.7041263743577273f,-1.2246467991473532e-16f,0.9988184934845892f,0.04859647181818655f,-0.8371193647136206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.624345855616178e-17f,-0.18124999999999988f,0.10122096345351948f,0.2781023114639864f,0.9552033400883443f,0.7300220254619652f,0.32669878328217283f,0.8975975300310697f,-0.2959502983341474f,-0.7535390724558905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.624345855616178e-17f,0.1812500000000001f,-0.10122096345351948f,0.2781023114639864f,0.9552033400883443f,0.7300220254619652f,-0.32669878328217306f,0.8975975300310697f,-0.2959502983341474f,-0.7535390724558905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1755096073193222e-16f,-3.434194894903769e-17f,-0.007812499999999885f,0f,-0.2804232940709753f,0.9598764379556274f,0.6950082822936623f,-1.2246467991473532e-16f,0.9598764379556274f,0.2804232940709753f,-0.947681516028441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.220503298835291e-16f,1.0065525417994924e-17f,8.878689293818311e-17f,0f,0.0821912524084735f,0.9966165752321836f,0.7133728902536806f,-1.2246467991473532e-16f,0.9966165752321836f,-0.0821912524084735f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445077647993023e-16f,2.2265476902371275e-16f,1f,-0.796875f,-0.004982367970146617f,-0.9999875879276754f,2.2093554096381335e-16f,0.993229089597668f,0.9999875879276754f,-0.004982367970146617f,3.4561283673359337e-16f,0.18265561245096626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445077647993023e-16f,2.2265476902371275e-16f,1f,-0.796875f,-0.004982367970146617f,-0.9999875879276754f,2.2093554096381335e-16f,0.9927619926004667f,0.9999875879276754f,-0.004982367970146617f,3.4561283673359337e-16f,0.2764044488191858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445077647993023e-16f,2.2265476902371275e-16f,1f,-0.946875f,-0.004982367970146617f,-0.9999875879276754f,2.2093554096381335e-16f,0.9929955410990673f,0.9999875879276754f,-0.004982367970146617f,3.4561283673359337e-16f,0.229530030635076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445077647993023e-16f,2.2143444082634986e-16f,-1f,0.796875f,-0.004982367970146617f,0.9999875879276754f,2.2314815681885803e-16f,0.9927619926004667f,0.9999875879276754f,0.004982367970146617f,-3.434002208785487e-16f,0.2764044488191861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445077647993023e-16f,2.2143444082634986e-16f,-1f,0.796875f,-0.004982367970146617f,0.9999875879276754f,2.2314815681885803e-16f,0.993229089597668f,0.9999875879276754f,0.004982367970146617f,-3.434002208785487e-16f,0.18265561245096648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445077647993023e-16f,2.2143444082634986e-16f,-1f,0.946875f,-0.004982367970146617f,0.9999875879276754f,2.2314815681885803e-16f,0.9929955410990673f,0.9999875879276754f,0.004982367970146617f,-3.434002208785487e-16f,0.22953003063507632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134868730354842e-21f,-9.533814041897422e-24f,-0.0072174999999999314f,0f,-7.78494995335409e-8f,0.00001562480606136993f,0.025053740130283053f,-1.9135106236677393e-21f,0.00001562480606136993f,7.78494995335409e-8f,-0.5623049399039606f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48.mcfunction new file mode 100644 index 000000000..97c3e02b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..0127b4245 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4670359646013448f,-0.08235104152042073f,-0.6648610066576607f,0.06692970442890608f,-0.6597691730299365f,0.19723766459164052f,0.43902891297757796f,1.0371060869978996f,0.11630344162031324f,0.7882005164115169f,-0.17932623857186367f,-0.7516330138803313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4535503815866674f,0.1005496988374328f,-0.6512924146850554f,0.06692970442890608f,-0.5231683088979456f,0.4258350103447992f,0.4300691392433417f,1.0371060869978996f,0.40073304321886466f,0.6697419667516338f,-0.17566651941733585f,-0.7516330138803313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46703596460134467f,0.08235104152042054f,0.6648610066576607f,-0.06692970442890592f,0.6597691730299365f,0.19723766459164052f,0.43902891297757796f,1.0371060869978996f,-0.11630344162031335f,0.7882005164115169f,-0.1793262385718635f,-0.7516330138803313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4535503815866673f,-0.10054969883743295f,0.6512924146850554f,-0.06692970442890592f,0.5231683088979456f,0.4258350103447992f,0.4300691392433417f,1.0371060869978996f,-0.40073304321886477f,0.6697419667516338f,-0.1756665194173357f,-0.7516330138803313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09852889774298058f,-0.015976396083582978f,-1.5593085201709553f,0.7147428413469367f,-0.036115285585636335f,1.561975533477395f,-0.018285758531608694f,0.273530787975947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12669803931905052f,0.0565142474766657f,0.9903301200432382f,0.7767969454201403f,0.7729685147444634f,-0.6200725064747646f,0.13427494899586367f,-0.013349894327622736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.1362001985863343f,-0.026377248533321008f,0.9903301200432382f,0.8214876355812812f,0.9888377175670093f,-0.06457713518751221f,0.13427494899586367f,-0.3378122704042977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12669803931905052f,0.0565142474766657f,0.9903301200432382f,0.7767969454201403f,-0.7729685147444633f,-0.6200725064747649f,0.13427494899586367f,-0.013349894327622625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.1362001985863343f,-0.026377248533321008f,0.9903301200432382f,0.8214876355812812f,-0.9888377175670093f,-0.06457713518751246f,0.13427494899586367f,-0.33781227040429757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5917646969226162e-17f,1.1969074067026715e-16f,-0.15624999999999994f,0f,0.9773490671236841f,-0.2116336480630256f,0.41240880695515403f,-1.2246467991473532e-16f,-0.2116336480630256f,-0.9773490671236841f,-0.5320854691462916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.185887989629644e-17f,1.2049807963738622e-16f,-0.15624999999999994f,0f,0.9839414900792756f,0.17849129978958367f,0.5980134069687031f,-1.2246467991473532e-16f,0.17849129978958367f,-0.9839414900792756f,-0.5047679847487402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.131869453022742e-17f,1.1528383802136507e-16f,0.15625000000000006f,0f,0.9413639761409587f,-0.3373927450673542f,0.41240880695515403f,-1.2246467991473532e-16f,-0.3373927450673542f,-0.9413639761409587f,-0.5320854691462915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.185887989629644e-17f,1.2049807963738622e-16f,0.15625000000000006f,0f,0.9839414900792756f,0.17849129978958367f,0.5980134069687031f,-1.2246467991473532e-16f,0.17849129978958367f,-0.9839414900792756f,-0.5047679847487401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.745951288834805e-17f,1.0814805687229127e-16f,0.29375f,0f,0.883095901182187f,0.46919252904881303f,1.2936270249361175f,-1.2246467991473532e-16f,0.46919252904881303f,-0.883095901182187f,-0.14850364678897898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.745951288834805e-17f,1.0814805687229127e-16f,0.33125000000000004f,0f,0.883095901182187f,0.46919252904881303f,1.2272268368866703f,-1.2246467991473532e-16f,0.46919252904881303f,-0.883095901182187f,-0.28994295365591066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.745951288834805e-17f,1.0814805687229127e-16f,-0.29375f,0f,0.883095901182187f,0.46919252904881303f,1.2936270249361175f,-1.2246467991473532e-16f,0.46919252904881303f,-0.883095901182187f,-0.14850364678897904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.745951288834805e-17f,1.0814805687229127e-16f,-0.33124999999999993f,0f,0.883095901182187f,0.46919252904881303f,1.2272268368866703f,-1.2246467991473532e-16f,0.46919252904881303f,-0.883095901182187f,-0.2899429536559107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.043577871373829145f,0.19259933110853694f,0.11356037509266743f,0.5206236294961603f,0.8462003767542636f,1.3478495423024517f,0.09983051256777964f,0.8414202144309263f,-0.5310799294903438f,-0.0872797255247209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247628f,0.043577871373829145f,0.07741431914167886f,0.030718779465102902f,0.5319786452190698f,0.8462003767542636f,1.356748837708211f,-0.03302568781970599f,0.8466778681627193f,-0.5310799294903438f,-0.08255149282361667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070173f,0.05652738611419997f,0.11488005696452216f,0.23331695887112336f,0.9655908912241037f,1.3853922801816434f,0.19163994534237944f,0.9485615347480802f,-0.25200227408802606f,-0.11035706417363993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408479f,0.06425795390070173f,0.08528138157725264f,0.03715852140140948f,0.2573975040133496f,0.9655908912241037f,1.3863327822070062f,-0.11086121564722196f,0.9613556286409748f,-0.25200227408802606f,-0.09942139657394451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05888156633778735f,0.06425795390070173f,0.14198279464366398f,0.07696687918494606f,0.2484156401951601f,0.9655908912241037f,1.4399498749935842f,0.04089282336090136f,0.9668622605376826f,-0.25200227408802606f,-0.0035266540244299482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517323f,0.043577871373829145f,0.12500000000000003f,0.07696687918494606f,0.5272769878246845f,0.8462003767542636f,1.3213125527330303f,0.04089282336090136f,0.8463343816070016f,-0.5310799294903438f,-0.193951889886005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.1447862533435374f,-0.04357787137382902f,-0.19259933110853691f,-0.11356037509266743f,0.5206236294961603f,0.8462003767542636f,1.3478495423024517f,-0.09983051256777989f,0.8414202144309263f,-0.5310799294903438f,-0.08727972552472096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.011632222243247406f,-0.04357787137382902f,-0.07741431914167882f,-0.030718779465102902f,0.5319786452190698f,0.8462003767542636f,1.356748837708211f,0.03302568781970574f,0.8466778681627193f,-0.5310799294903438f,-0.08255149282361672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070167f,-0.05652738611419994f,-0.11488005696452216f,0.23331695887112336f,0.9655908912241037f,1.3853922801816434f,-0.1916399453423797f,0.9485615347480802f,-0.25200227408802606f,-0.11035706417363997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408454f,-0.06425795390070167f,-0.08528138157725261f,-0.03715852140140948f,0.2573975040133496f,0.9655908912241037f,1.3863327822070062f,0.1108612156472217f,0.9613556286409748f,-0.25200227408802606f,-0.09942139657394455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0588815663377876f,-0.06425795390070167f,-0.14198279464366398f,-0.07696687918494606f,0.2484156401951601f,0.9655908912241037f,1.4399498749935842f,-0.04089282336090161f,0.9668622605376826f,-0.25200227408802606f,-0.0035266540244300038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517346f,-0.04357787137382902f,-0.12499999999999997f,-0.07696687918494606f,0.5272769878246845f,0.8462003767542636f,1.3213125527330303f,-0.04089282336090161f,0.8463343816070016f,-0.5310799294903438f,-0.19395188988600506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.745951288834805e-17f,1.0814805687229127e-16f,4.9820629691766886e-17f,0f,0.883095901182187f,0.46919252904881303f,0.8540636368443839f,-1.2246467991473532e-16f,0.46919252904881303f,-0.883095901182187f,-0.4068163141115785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1337181721023174e-16f,4.6307978676124324e-17f,9.233506114560379e-17f,0f,0.3781333418612268f,0.9257511413835042f,0.7122636336464239f,-1.2246467991473532e-16f,0.9257511413835042f,-0.3781333418612268f,-0.7539729921303926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007168859714656747f,-0.13570807046653566f,0.9907229315306281f,0.5870964350176251f,-0.08686041068454355f,0.987088164718024f,0.1345816634215658f,-1.4043491424266887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007168859714656747f,0.28735701678039893f,0.9577967176585339f,0.6976684953896667f,-0.08686041068454355f,0.9540221072403674f,-0.286874690330746f,-1.067585184079727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.01002417280658543f,-0.3716231051279254f,0.9283295663150142f,0.4591130367360198f,0.1214563823829174f,0.921955031310826f,0.3677597958166552f,-0.9886557608799532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.01002417280658543f,0.952703278178193f,-0.30373669470129605f,0.793671238341264f,0.1214563823829174f,-0.30266301625854053f,-0.9453271633502007f,-1.0441523364984036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.988228199587106e-17f,1.0556241468876255e-16f,0.22070137681864657f,0.6999753395924244f,0.6792094126503432f,0.7187992327256421f,0.20424220946184907f,0.6477735299523795f,-0.7339445304429866f,-0.8619825304917239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.988228199587106e-17f,1.0556241468876255e-16f,-0.22070137681864657f,0.6999753395924244f,0.6792094126503432f,0.7187992327256421f,-0.2042422094618493f,0.6477735299523795f,-0.7339445304429866f,-0.8619825304917239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.317916331529967e-17f,8.988228199587106e-17f,1.0556241468876255e-16f,0f,0.7339445304429866f,0.6792094126503432f,0.7187992327256421f,-1.2246467991473532e-16f,0.6792094126503432f,-0.7339445304429866f,-0.8619825304917239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.943718643673814e-18f,1.0251748436388093e-16f,-0.01459449914880585f,-0.046287837643446975f,0.9988215239375299f,0.7166896035433106f,0.3003514249177112f,0.9525930181513982f,0.04853414590894334f,-0.8371187875170015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.943718643673814e-18f,1.0251748436388093e-16f,0.01459449914880585f,-0.046287837643446975f,0.9988215239375299f,0.7166896035433106f,-0.30035142491771144f,0.9525930181513982f,0.04853414590894334f,-0.8371187875170015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232035822095775e-16f,-5.943718643673814e-18f,1.0251748436388093e-16f,0f,-0.04853414590894334f,0.9988215239375299f,0.7166896035433106f,-1.2246467991473532e-16f,0.9988215239375299f,0.04853414590894334f,-0.8371187875170015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.625075790089119e-17f,-0.18124999999999988f,0.10124134911028414f,0.27815832059562806f,0.9551848710661981f,0.7425904699689315f,0.3266924665045713f,0.8975801748272457f,-0.2960099020070961f,-0.7535401112987092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.625075790089119e-17f,0.1812500000000001f,-0.10124134911028414f,0.27815832059562806f,0.9551848710661981f,0.7425904699689315f,-0.3266924665045715f,0.8975801748272457f,-0.2960099020070961f,-0.7535401112987091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.175531034248984e-16f,-3.433461375629148e-17f,-0.007812499999999885f,0f,-0.2803633976767553f,0.9598939343714731f,0.707564612469603f,-1.2246467991473532e-16f,0.9598939343714731f,0.2803633976767553f,-0.9476803696518226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2204970156175836e-16f,1.0073141282852172e-17f,8.878689293818312e-17f,0f,0.08225344066440612f,0.9966114445955692f,0.7259431156180562f,-1.2246467991473532e-16f,0.9966114445955692f,-0.08225344066440612f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.445078026348439e-16f,2.2264712737766996e-16f,1f,-0.796875f,-0.004919969194858043f,-0.9999878968783181f,2.2094946487604352e-16f,1.0058559517099879f,0.9999878968783181f,-0.004919969194858043f,3.4559905002301e-16f,0.1826381477857633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.445078026348439e-16f,2.2264712737766996e-16f,1f,-0.796875f,-0.004919969194858043f,-0.9999878968783181f,2.2094946487604352e-16f,1.0053947045979699f,0.9999878968783181f,-0.004919969194858043f,3.4559905002301e-16f,0.2763870131181056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.445078026348439e-16f,2.2264712737766996e-16f,1f,-0.946875f,-0.004919969194858043f,-0.9999878968783181f,2.2094946487604352e-16f,1.0056253281539789f,0.9999878968783181f,-0.004919969194858043f,3.4559905002301e-16f,0.2295125804519344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.445078026348439e-16f,2.2144208247239265e-16f,-1f,0.796875f,-0.004919969194858043f,0.9999878968783181f,2.2313437010827465e-16f,1.0053947045979699f,0.9999878968783181f,0.004919969194858043f,-3.4341414479077884e-16f,0.2763870131181059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.445078026348439e-16f,2.2144208247239265e-16f,-1f,0.796875f,-0.004919969194858043f,0.9999878968783181f,2.2313437010827465e-16f,1.0058559517099879f,0.9999878968783181f,0.004919969194858043f,-3.4341414479077884e-16f,0.18263814778576354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.445078026348439e-16f,2.2144208247239265e-16f,-1f,0.946875f,-0.004919969194858043f,0.9999878968783181f,2.2313437010827465e-16f,1.0056253281539789f,0.9999878968783181f,0.004919969194858043f,-3.4341414479077884e-16f,0.22951258045193473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.913487464215822e-21f,-9.41441332247888e-24f,-0.0072174999999999314f,0f,-7.687451866965693e-8f,0.00001562481088872372f,0.037634118931639815f,-1.9135106236677393e-21f,0.00001562481088872372f,7.687451866965693e-8f,-0.5622619894222967f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49.mcfunction new file mode 100644 index 000000000..5f13c5b84 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..f99e6fbd9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4783919751831895f,-0.08435341257921079f,-0.6564831028373941f,0.06551772132486594f,-0.6521196583698727f,0.19866438602897554f,0.44968528699050747f,1.0476174151313504f,0.1132497845134f,0.7876302482474985f,-0.1837322040299328f,-0.7520526016931627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.464578489319429f,0.10299457146083739f,-0.6430854884937739f,0.06551772132486594f,-0.5157104679006431f,0.424258627855175f,0.4405080362355992f,1.0476174151313504f,0.3977556291988549f,0.6703705952233008f,-0.1799825672129954f,-0.7520526016931627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4783919751831894f,0.0843534125792106f,0.6564831028373941f,-0.06551772132486577f,0.6521196583698727f,0.19866438602897554f,0.44968528699050747f,1.0476174151313504f,-0.1132497845134001f,0.7876302482474985f,-0.18373220402993262f,-0.7520526016931627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4645784893194289f,-0.10299457146083754f,0.6430854884937739f,-0.06551772132486577f,0.5157104679006431f,0.424258627855175f,0.4405080362355992f,1.0476174151313504f,-0.397755629198855f,0.6703705952233008f,-0.17998256721299524f,-0.7520526016931627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09852523217485867f,-0.015817883195718536f,-1.5593103678216524f,0.7244085500389505f,-0.03612528433478389f,1.561977146755041f,-0.018127516286387726f,0.2735319194633221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12661959607565043f,0.05645132082697182f,0.9903437414688545f,0.7864335404929218f,0.7729813683674351f,-0.6200782384753081f,0.13417444736672812f,-0.013355058753665716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.13609984839965955f,-0.02638380183105278f,0.9903437414688545f,0.8310913032490601f,0.9888515343789881f,-0.06457445803221694f,0.13417444736672812f,-0.3378219684717712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12661959607565043f,0.05645132082697182f,0.9903437414688545f,0.7864335404929218f,-0.772981368367435f,-0.6200782384753083f,0.13417444736672812f,-0.013355058753665605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.13609984839965955f,-0.02638380183105278f,0.9903437414688545f,0.8310913032490601f,-0.9888515343789881f,-0.06457445803221719f,0.13417444736672812f,-0.3378219684717711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.592979332250908e-17f,1.1968810987257897e-16f,-0.15624999999999994f,0f,0.9773275850303166f,-0.21173283056439138f,0.42199276144634634f,-1.2246467991473532e-16f,-0.21173283056439138f,-0.9773275850303166f,-0.5320536519697627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1846651366414532e-17f,1.2050029730541294e-16f,-0.15624999999999994f,0f,0.983959598712951f,0.17839144626536424f,0.6076001327441832f,-1.2246467991473532e-16f,0.17839144626536424f,-0.983959598712951f,-0.5047550032869629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1330393581769454e-17f,1.152796443132724e-16f,0.15625000000000006f,0f,0.9413297319156397f,-0.3374882750728234f,0.42199276144634634f,-1.2246467991473532e-16f,-0.3374882750728234f,-0.9413297319156397f,-0.5320536519697626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1846651366414532e-17f,1.2050029730541294e-16f,0.15625000000000006f,0f,0.983959598712951f,0.17839144626536424f,0.6076001327441832f,-1.2246467991473532e-16f,0.17839144626536424f,-0.983959598712951f,-0.5047550032869628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.820218794345202e-17f,1.0775018860871503e-16f,0.29375f,0f,0.8798470602604352f,0.47525693109208844f,1.3014361526107043f,-1.2246467991473532e-16f,0.47525693109208844f,-0.8798470602604352f,-0.1454986639916947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.820218794345202e-17f,1.0775018860871503e-16f,0.33125000000000004f,0f,0.8798470602604352f,0.47525693109208844f,1.2360106073680333f,-1.2246467991473532e-16f,0.47525693109208844f,-0.8798470602604352f,-0.28739144227762153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.820218794345202e-17f,1.0775018860871503e-16f,-0.29375f,0f,0.8798470602604352f,0.47525693109208844f,1.3014361526107043f,-1.2246467991473532e-16f,0.47525693109208844f,-0.8798470602604352f,-0.14549866399169475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.820218794345202e-17f,1.0775018860871503e-16f,-0.33124999999999993f,0f,0.8798470602604352f,0.47525693109208844f,1.2360106073680333f,-1.2246467991473532e-16f,0.47525693109208844f,-0.8798470602604352f,-0.2873914422776216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.043577871373829145f,0.19259933110853694f,0.11287087556498496f,0.5148225220696688f,0.8498340639319061f,1.3552361796104f,0.10060942043331036f,0.8449820776871935f,-0.5252456881379486f,-0.08390315263456308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247628f,0.043577871373829145f,0.07741431914167886f,0.030945261957669168f,0.5261410975616259f,0.8498340639319061f,1.3641027352026802f,-0.03281356777556407f,0.8503177270069885f,-0.5252456881379486f,-0.07911380663288739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070173f,0.05652738611419997f,0.11355889746216474f,0.22678554207190407f,0.9673017599044934f,1.39293679602817f,0.192425759570229f,0.9501442555778862f,-0.24535325684849824f,-0.10672165934080376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408479f,0.06425795390070173f,0.08528138157725264f,0.037920342835931965f,0.25077749676730404f,0.9673017599044934f,1.3938020408031948f,-0.1106029495389894f,0.9631037155504648f,-0.24535325684849824f,-0.095779780096815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05888156633778735f,0.06425795390070173f,0.14198279464366398f,0.0766837240413418f,0.2417579610950199f,0.9673017599044934f,1.4467581299117256f,0.04142137082530344f,0.9685484238760536f,-0.24535325684849824f,0.00048156683876215967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517323f,0.043577871373829145f,0.12500000000000003f,0.0766837240413418f,0.521441914548622f,0.8498340639319061f,1.3294336991382858f,0.04142137082530344f,0.8499419022094661f,-0.5252456881379486f,-0.19075536115836741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.1447862533435374f,-0.04357787137382902f,-0.19259933110853691f,-0.11287087556498496f,0.5148225220696688f,0.8498340639319061f,1.3552361796104f,-0.10060942043331061f,0.8449820776871935f,-0.5252456881379486f,-0.08390315263456316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.011632222243247406f,-0.04357787137382902f,-0.07741431914167882f,-0.030945261957669168f,0.5261410975616259f,0.8498340639319061f,1.3641027352026802f,0.03281356777556382f,0.8503177270069885f,-0.5252456881379486f,-0.07911380663288742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070167f,-0.05652738611419994f,-0.11355889746216474f,0.22678554207190407f,0.9673017599044934f,1.39293679602817f,-0.19242575957022928f,0.9501442555778861f,-0.24535325684849824f,-0.10672165934080378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408454f,-0.06425795390070167f,-0.08528138157725261f,-0.037920342835931965f,0.25077749676730404f,0.9673017599044934f,1.3938020408031948f,0.11060294953898915f,0.9631037155504649f,-0.24535325684849824f,-0.09577978009681504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0588815663377876f,-0.06425795390070167f,-0.14198279464366398f,-0.0766837240413418f,0.2417579610950199f,0.9673017599044934f,1.4467581299117256f,-0.04142137082530369f,0.9685484238760536f,-0.24535325684849824f,0.00048156683876210415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517346f,-0.04357787137382902f,-0.12499999999999997f,-0.0766837240413418f,0.521441914548622f,0.8498340639319061f,1.3294336991382858f,-0.04142137082530369f,0.8499419022094661f,-0.5252456881379486f,-0.19075536115836747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.820218794345202e-17f,1.0775018860871503e-16f,4.982222217327604e-17f,0f,0.8798470602604352f,0.47525693109208844f,0.8636603016581847f,-1.2246467991473532e-16f,0.47525693109208844f,-0.8798470602604352f,-0.40682931770992425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1336711718815893e-16f,4.63194836657838e-17f,9.233489111883564e-17f,0f,0.3782272872311693f,0.9257127627907863f,0.7218250689464962f,-1.2246467991473532e-16f,0.9257127627907863f,-0.3782272872311693f,-0.7539716037564691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.00717767446843349f,-0.13560789783097044f,0.9907365840802945f,0.59659186932131f,-0.08685968272519301f,0.9871019315967384f,0.13448112192745382f,-1.4043350484537012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.00717767446843349f,0.2874538316192567f,0.9577676000349111f,0.7071981046912137f,-0.08685968272519301f,0.9539929406886036f,-0.2869718882280793f,-1.0675823129433122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010036498423018533f,-0.3715295411350691f,0.9283668826295826f,0.46865065720213195f,0.12145536448179832f,0.921992739715575f,0.36766558494148016f,-0.9886286810031372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010036498423018533f,0.9526725583458173f,-0.30383262707326186f,0.8032032251667685f,0.12145536448179832f,-0.3027596971808303f,-0.9452963345964932f,-1.0441592080578743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.989072274243067e-17f,1.0556232581825791e-16f,0.22072210264297723f,0.7000410735091461f,0.6791349268039638f,0.7283497069401169f,0.2042198111358618f,0.6477024915380967f,-0.734013454369179f,-0.8619818048089826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.989072274243067e-17f,1.0556232581825791e-16f,-0.22072210264297723f,0.7000410735091461f,0.6791349268039638f,0.7283497069401169f,-0.20421981113586202f,0.6477024915380967f,-0.734013454369179f,-0.8619818048089826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.317004142996463e-17f,8.989072274243067e-17f,1.0556232581825791e-16f,0f,0.734013454369179f,0.6791349268039638f,0.7283497069401169f,-1.2246467991473532e-16f,0.6791349268039638f,-0.734013454369179f,-0.8619818048089826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.931305266797119e-18f,1.0251736929060026e-16f,-0.014564018732567864f,-0.04619116611373271f,0.9988264441490379f,0.7262426009974522f,0.3003529044538465f,0.9525977106405146f,0.04843278299446602f,-0.8371178478723567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.931305266797119e-18f,1.0251736929060026e-16f,0.014564018732567864f,-0.04619116611373271f,0.9988264441490379f,0.7262426009974522f,-0.3003529044538467f,0.9525977106405146f,0.04843278299446602f,-0.8371178478723567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232096077308517e-16f,-5.931305266797119e-18f,1.0251736929060026e-16f,0f,-0.04843278299446602f,0.9988264441490379f,0.7262426009974522f,-1.2246467991473532e-16f,0.9988264441490379f,0.04843278299446602f,-0.8371178478723567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.626262874450624e-17f,-0.18124999999999988f,0.10127450207844968f,0.27824940762705075f,0.9551548263941074f,0.7521519490425657f,0.32668219062151665f,0.8975519420705882f,-0.29610683480129696f,-0.7535418005628722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.626262874450624e-17f,0.1812500000000001f,-0.10127450207844968f,0.27824940762705075f,0.9551548263941074f,0.7521519490425657f,-0.3266821906215169f,0.8975519420705882f,-0.29610683480129696f,-0.7535418005628722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1755658717374424e-16f,-3.432268402500664e-17f,-0.007812499999999885f,0f,-0.2802659840282393f,0.9599223813395971f,0.7171063899316216f,-1.2246467991473532e-16f,0.9599223813395971f,0.2802659840282393f,-0.947678503413153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.220486786881525e-16f,1.008552711040368e-17f,8.878689293818311e-17f,0f,0.08235457862157167f,0.9966030921987266f,0.735507491092379f,-1.2246467991473532e-16f,0.9966030921987266f,-0.08235457862157167f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450786314958075e-16f,2.226346995326228e-16f,1f,-0.796875f,-0.004818488138803367f,-0.9999883910186439f,2.2097210791823597e-16f,1.0155124349125155f,0.9999883910186439f,-0.004818488138803367f,3.4557662642320437e-16f,0.1826097369251181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450786314958075e-16f,2.226346995326228e-16f,1f,-0.796875f,-0.004818488138803367f,-0.9999883910186439f,2.2097210791823597e-16f,1.0150607016495026f,0.9999883910186439f,-0.004818488138803367f,3.4557662642320437e-16f,0.27635864858311593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450786314958075e-16f,2.226346995326228e-16f,1f,-0.946875f,-0.004818488138803367f,-0.9999883910186439f,2.2097210791823597e-16f,1.015286568281009f,0.9999883910186439f,-0.004818488138803367f,3.4557662642320437e-16f,0.22948419275411697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450786314958075e-16f,2.214545103174398e-16f,-1f,0.796875f,-0.004818488138803367f,0.9999883910186439f,2.2311194650846903e-16f,1.0150607016495026f,0.9999883910186439f,0.004818488138803367f,-3.434367878329713e-16f,0.2763586485831162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450786314958075e-16f,2.214545103174398e-16f,-1f,0.796875f,-0.004818488138803367f,0.9999883910186439f,2.2311194650846903e-16f,1.0155124349125155f,0.9999883910186439f,0.004818488138803367f,-3.434367878329713e-16f,0.1826097369251183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450786314958075e-16f,2.214545103174398e-16f,-1f,0.946875f,-0.004818488138803367f,0.9999883910186439f,2.2311194650846903e-16f,1.015286568281009f,0.9999883910186439f,0.004818488138803367f,-3.434367878329713e-16f,0.2294841927541173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9134884097585848e-21f,-9.220228243617237e-24f,-0.0072174999999999314f,0f,-7.528887716880263e-8f,0.00001562481860966631f,0.04721501297122299f,-1.9135106236677393e-21f,0.00001562481860966631f,7.528887716880263e-8f,-0.5621921391084327f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..ecbb86729 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5142159354966375f,0.02268537175305814f,-0.6340439969230747f,-0.0261880445741906f,-0.336147548240861f,0.6824360963761315f,0.2970357631986592f,1.197212510206053f,0.5380810737587975f,0.4480075810918577f,-0.42035985749265664f,-0.2240221491980167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.45687405273751747f,0.21329678676513203f,-0.6211043235164814f,-0.0261880445741906f,-0.0483946305232954f,0.7436344547566336f,0.29097380884766616f,1.197212510206053f,0.6549229417814817f,0.2037456219271329f,-0.4117810848907657f,-0.2240221491980167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7297187954109605f,0.2420246270523917f,0.27546143826055164f,-0.10975911086219836f,0.33788821259618074f,0.6821291702859311f,0.2957630728776496f,1.1973294529785383f,-0.1424306141845185f,0.3782437301392085f,-0.7096405041976134f,-0.19744122822008242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7511422771261397f,-0.05451398595115385f,0.26983977625523425f,-0.10975911086219836f,0.050085033495245235f,0.7440092080732307f,0.2897270917985139f,1.1973294529785383f,-0.27069682106285925f,0.2889265021384534f,-0.6951580449282744f,-0.19744122822008242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.054420927493605095f,1.0957178387447788f,1.1125857407441482f,-0.42510249539233674f,1.561444806484904f,0.02514044227701777f,0.0516170946822562f,0.7076115373905726f,0.018295599253833634f,1.1136321771655964f,-1.0958535007150167f,0.4048617667238176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2914522481162516f,-0.7569383911942177f,-0.5848930321044113f,-0.37846349484080355f,-0.8827613257686133f,0.44836286050103324f,-0.1403680414146023f,0.9355155403315086f,0.36849427240490906f,0.47541036721935337f,-0.7988723014006285f,0.3142139999163391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.41694189424295436f,-0.7569383911942177f,-0.5031935301267357f,-0.23492448295210666f,-0.8915385659724072f,0.44836286050103324f,0.06426298084585619f,1.2503451995598334f,0.17697017321842892f,0.47541036721935337f,-0.8617810281802443f,0.2487506105866514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5350552523859896f,0.8445559064363927f,-0.021004708937949812f,0.46136475100158636f,0.6265705838289951f,-0.4133860637888499f,-0.6606975599662475f,0.9691730891358522f,-0.5666790805864966f,0.3403487669561388f,-0.7503582720654706f,0.195575364477794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3159455427396172f,0.9304963383694911f,0.18535095981391117f,0.33387199798335243f,0.8544960994585429f,0.36396732337427484f,-0.37062677119428655f,1.249549270533016f,-0.4123285462263129f,0.041283795813073426f,-0.9100993452201577f,0.06783710805734246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9529574549704025f,-0.05624204949871439f,-0.29784042855951803f,-0.07666572046528283f,0.0013334936574951283f,0.9818467054214445f,-0.1896714761046598f,0.8346133491881538f,0.3031011560700464f,-0.18114601547160591f,-0.9355831391532033f,0.2790399814057344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9529574549704025f,0.062017719099896756f,-0.2966915764459441f,-0.06689172048683933f,0.0013334936574951283f,0.9796922066999956f,0.20050287261273475f,1.0195587808982325f,0.3031011560700464f,0.19067507086386365f,-0.9336876921862375f,0.30895600911654486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9529574549704025f,-0.016884913939569646f,-0.30263342296842644f,0.20696818592353475f,0.0013334936574951283f,0.9982039662955944f,-0.059892098530686555f,0.8486438443089799f,0.3031011560700464f,-0.05747818153871409f,-0.9512233953367653f,0.13972126501358917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9529574549704025f,0.13669394707183188f,-0.27053068929468316f,0.23090748419141147f,0.0013334936574951283f,0.8944160422357136f,0.44723390433426186f,1.0191420641302653f,0.3031011560700464f,0.4258341322925224f,-0.852522715805084f,0.21423689784465536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9850680342491279f,-0.12388043128225032f,-0.11956005455787727f,0.2824093756390566f,-0.14916409594037422f,0.9608764706258927f,0.23338054906058267f,1.8046584171971465f,0.08597116018089894f,0.2477297861437979f,-0.9650072086126085f,0.29297867432669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9850680342491279f,-0.12388043128225032f,-0.11956005455787727f,0.3236257257188791f,-0.14916409594037422f,0.9608764706258927f,0.23338054906058267f,1.7120219384411035f,0.08597116018089894f,0.2477297861437979f,-0.9650072086126085f,0.1683191067444995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9850680342491279f,-0.12388043128225032f,-0.11956005455787727f,-0.2963180944823061f,-0.14916409594037422f,0.9608764706258927f,0.23338054906058267f,1.7170245108321764f,0.08597116018089894f,0.2477297861437979f,-0.9650072086126085f,0.3434867309329681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9850680342491279f,-0.12388043128225032f,-0.11956005455787727f,-0.3289818469711681f,-0.14916409594037422f,0.9608764706258927f,0.23338054906058267f,1.6132007248806055f,0.08597116018089894f,0.2477297861437979f,-0.9650072086126085f,0.22527500036434506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9923193811174273f,0.031743333360618346f,-0.11956005455787727f,0.169526193613723f,0.0029865582563844834f,0.9723808923410425f,0.23338054906058267f,1.897664619647346f,0.12366618910804666f,0.23123096894056913f,-0.9650072086126085f,0.30678909758212186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.985068034249128f,-0.12388043128225033f,-0.11956005455787727f,0.054812729778657594f,-0.14916409594037422f,0.9608764706258927f,0.23338054906058267f,1.8901662714463892f,0.08597116018089894f,0.2477297861437979f,-0.9650072086126085f,0.31918815457119776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9857766924865322f,0.1181088730977927f,-0.11956005455787727f,0.0333448993957353f,0.08772377240616656f,0.9684203937727728f,0.23338054906058267f,1.8826837865729193f,0.14334870876692327f,0.21957284672872793f,-0.9650072086126085f,0.32003833323970027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9740269959748923f,-0.1922935372451319f,-0.11956005455787727f,0.0607787407244089f,-0.21582809399418756f,0.9481306624948996f,0.23338054906058267f,1.8966354660224318f,0.06848098243281606f,0.253123373813518f,-0.9650072086126085f,0.3200135241444622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.992116443978944f,-0.03755469265873826f,-0.11956005455787727f,0.10099058476515584f,-0.06485057903530124f,0.9702205531315894f,0.23338054906058267f,2.013187681101365f,0.10723508747308894f,0.23929421919540927f,-0.9650072086126085f,0.31083565455033835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.992116443978944f,-0.03755469265873826f,-0.11956005455787727f,0.10944039061337194f,-0.06485057903530124f,0.9702205531315894f,0.23338054906058267f,1.7948880566467578f,0.10723508747308894f,0.23929421919540927f,-0.9650072086126085f,0.2569944552313713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9535610431242435f,-0.27645384857136995f,-0.11956005455787727f,-0.21511977150763406f,-0.29764183504782876f,0.9257120812377584f,0.23338054906058267f,1.8394195384452392f,0.04615923596817501f,0.25812867384414295f,-0.9650072086126085f,0.3403588193989416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9850680342491279f,-0.1238804312822503f,-0.11956005455787727f,-0.10290308871638912f,-0.14916409594037425f,0.9608764706258928f,0.23338054906058267f,1.8662841265961176f,0.08597116018089894f,0.24772978614379793f,-0.9650072086126085f,0.3329526981595345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9258379149595194f,-0.3585101791825822f,-0.11956005455787727f,-0.08036500945422145f,-0.37719034201570223f,0.8962482720821608f,0.23338054906058267f,1.8654652441338735f,0.023486189846107466f,0.2611694588044594f,-0.9650072086126085f,0.3299622902132373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9913099200791945f,-0.05486379231057906f,-0.11956005455787727f,-0.11027675138514524f,-0.08177338540506188f,0.9689409851789615f,0.23338054906058267f,1.8707333588084802f,0.10304249507837128f,0.24112928385769627f,-0.9650072086126085f,0.33494227891131706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9705226619783345f,-0.2092633650226549f,-0.11956005455787727f,-0.18391087507900736f,-0.23234238400759732f,0.9442195379856569f,0.23338054906058267f,1.9700464287084367f,0.06405294044892648f,0.2542799798362976f,-0.9650072086126085f,0.33570024073976296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9705226619783345f,-0.2092633650226549f,-0.11956005455787727f,-0.13682661794891007f,-0.23234238400759732f,0.9442195379856569f,0.23338054906058267f,1.7575970326616641f,0.06405294044892648f,0.2542799798362976f,-0.9650072086126085f,0.2784872452765961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9850680342491279f,-0.12388043128225032f,-0.11956005455787727f,0.05353185906931791f,-0.14916409594037422f,0.9608764706258927f,0.23338054906058267f,1.2765002113002977f,0.08597116018089894f,0.2477297861437979f,-0.9650072086126085f,0.17093581012443124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9529574549704025f,0.13669394707183188f,-0.27053068929468316f,0.0022716289173809506f,0.0013334936574951283f,0.8944160422357136f,0.44723390433426186f,0.941094195461905f,0.3031011560700464f,0.4258341322925224f,-0.852522715805084f,0.011248010514735313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9661477636974235f,-0.16216295170366904f,-0.20065312306869565f,0.19113220385434362f,-0.16633549734997954f,0.9860611153652972f,0.003997384880264965f,0.5523716373596732f,0.19720801460336893f,0.03723780148316386f,-0.9796541967025395f,0.2357915725106664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9661477636974235f,-0.2536291960696408f,0.04723060028768761f,0.11717859336950279f,-0.16633549734997954f,0.4724436946616161f,-0.8655226500189446f,0.6416389867468679f,0.19720801460336893f,-0.8440788981342617f,-0.49863795754098783f,-0.05122407715086093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9680734148146892f,0.06220629937959986f,-0.24282553376142807f,-0.07279912477140243f,0.15933311425210267f,0.9005445265036135f,-0.4045151597741539f,0.6147363806046922f,0.19351181419167476f,-0.43029052058101225f,-0.8817047383712807f,0.3089956851766949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9680734148146892f,-0.15190133168162448f,-0.19939871855750718f,-0.13355846530660684f,0.15933311425210267f,0.24120451978754118f,-0.9573052482551155f,0.6571454446325417f,0.19351181419167476f,-0.9585125795039995f,-0.20930077090358742f,-0.029881146668433976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9798963432923486f,0.06662727060549381f,-0.1880530861590573f,-0.0016076425732981735f,0.12399307185518954f,0.9418208854934811f,-0.31240860708403817f,0.8351157461878114f,0.15629739132243164f,-0.32944533151941524f,-0.9311481616831261f,-0.007960270460565513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9637515916281996f,-0.21358891163625715f,-0.15988322757610046f,-0.004078641677063383f,-0.12399307185518954f,0.889176274763605f,-0.440444401178437f,0.7995758871296081f,0.23623841297728404f,-0.40465458013416483f,-0.8834285953094437f,-0.02019546595767918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9802097981663365f,-0.06184487339112359f,-0.1880530861590573f,-0.0016076425732981735f,6.938893903907228e-18f,0.9499478207879689f,-0.31240860708403817f,0.8351157461878114f,0.19796149014065825f,-0.3062259776952713f,-0.9311481616831261f,-0.007960270460565513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9751874945263848f,0.10020207732110097f,-0.19740540575143417f,0.0002129619141376366f,0.08691091761556423f,0.9933963340268812f,0.07490137476157363f,0.8583399466728417f,0.2036070797358797f,0.055886199034190884f,-0.9774563365383325f,0.001054484661262386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.977772113375384f,-0.07065974869433737f,-0.19740540575143417f,0.0002129619141376366f,-0.08691091761556423f,0.9933963340268812f,0.07490137476157363f,0.8583399466728417f,0.19080929407305056f,0.09039316045147545f,-0.9774563365383325f,0.001054484661262386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9802097981663365f,0.01482758776138501f,-0.19740540575143417f,0.0002129619141376366f,6.938893903907228e-18f,0.9971909466390207f,0.07490137476157363f,0.8583399466728417f,0.19796149014065825f,0.07341906143742324f,-0.9774563365383325f,0.001054484661262386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9721416486915916f,0.12553002401212188f,-0.19794652800872808f,-0.18876451968558008f,0.13051632691692142f,0.9913699269569861f,-0.012294565198301688f,0.8698150518347946f,0.19469489794884035f,-0.03778731264347994f,-0.9801357129070823f,0.04405487275245015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9715062862289566f,-0.14711221347969833f,-0.18583200064231187f,0.18874016388491222f,-0.13051632691692144f,0.9865259231205331f,-0.09865136298751917f,0.8745504273532446f,0.19784090635087534f,-0.07158630913997197f,-0.9776166815874106f,-0.044175470927579265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9802097981663365f,-0.01967676558445663f,-0.1969811576644941f,-0.007114075588858753f,6.938893903907228e-18f,0.9950478627157857f,-0.09939693609335651f,0.7224127209681495f,0.19796149014065825f,-0.09742985066642121f,-0.9753556646784848f,0.0042392760445903455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9802097981663365f,-0.002433850447287278f,-0.19794652800872808f,0f,6.938893903907228e-18f,0.9999244189770469f,-0.012294565198301688f,0.9458333333333333f,0.19796149014065825f,-0.01205125327157014f,-0.9801357129070823f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7678104431769801f,0.06915137614298762f,-0.6369342277864335f,0.0614798755180862f,-0.37858951782720096f,0.8509882049323229f,-0.36399045599772306f,0.8864412984848351f,0.5168530742287761f,0.5206122955171093f,0.6795776169185308f,0.3675452165737036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7678104431769801f,0.06915137614298762f,-0.6369342277864335f,0.13346210456592808f,-0.37858951782720096f,0.8509882049323229f,-0.36399045599772306f,0.850948531188535f,0.5168530742287761f,0.5206122955171093f,0.6795776169185308f,0.4160001922826514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7678104431769801f,0.06915137614298762f,-0.6369342277864335f,0.19301112420997218f,-0.37858951782720096f,0.8509882049323229f,-0.36399045599772306f,0.9232934832363435f,0.5168530742287761f,0.5206122955171093f,0.6795776169185308f,0.28983606189039784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6313945770410526f,-0.384890886540042f,-0.6732012281194758f,0.5193645172386602f,-0.34216837251545623f,0.9173274484067546f,-0.20354644985770842f,1.9773095804729512f,0.6958891383929441f,0.1018300439849319f,-0.7108930645383683f,-0.1129005019632841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17491296196914505f,-0.384890886540042f,-0.9062364267637891f,0.5433890805677304f,-0.035833870398239265f,0.9173274484067546f,-0.3965176996450913f,1.997203785460769f,0.983931597961699f,0.1018300439849319f,0.14666033095068431f,-0.2013092315365009f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2562620088434159f,-0.384890886540042f,-0.886672875575856f,0.6643777302395737f,-0.2122048532033899f,0.9173274484067546f,-0.3368671142698266f,2.037786750107334f,0.9430264487809792f,0.1018300439849319f,-0.31675188877347216f,-0.10959208343387167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015315778096349008f,0.0000011484730023389108f,-0.0000028720334375307384f,0.13150518823827387f,1.0842021724855045e-22f,0.00001450804111188526f,0.000005801497056436998f,0.8448146346650915f,0.0000030931482834477857f,0.000005686684258752706f,-0.000014220924050069963f,0.6876093624277458f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5.mcfunction new file mode 100644 index 000000000..05b6977fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50.mcfunction new file mode 100644 index 000000000..8380a46f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..e3c4f5286 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48960226293510617f,-0.08633008877137933f,-0.6479052279045087f,0.06412385709912802f,-0.6442844985366807f,0.20015155075216953f,0.4601970079447325f,1.0530784687047814f,0.11014333170285705f,0.787039336341375f,-0.18810096750725902f,-0.7524929482225874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.47546508194387105f,0.10540807094004419f,-0.6346826722329881f,0.06412385709912802f,-0.5080619548185813f,0.4226673545730231f,0.45080523227239105f,1.0530784687047814f,0.39472269496195683f,0.6710003323091138f,-0.18426217225200886f,-0.7524929482225874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.48960226293510606f,0.08633008877137915f,0.6479052279045087f,-0.06412385709912785f,0.6442844985366807f,0.20015155075216953f,0.4601970079447325f,1.0530784687047814f,-0.11014333170285716f,0.787039336341375f,-0.18810096750725885f,-0.7524929482225874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.47546508194387094f,-0.10540807094004433f,0.6346826722329881f,-0.06412385709912785f,0.5080619548185813f,0.4226673545730231f,0.45080523227239105f,1.0530784687047814f,-0.39472269496195694f,0.6710003323091138f,-0.1842621722520087f,-0.7524929482225874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09852026099493667f,-0.01560298057471101f,-1.5593128471126874f,0.7290384406884804f,-0.036138839451044305f,1.5619793082531528f,-0.017912980548621567f,0.2735334370450866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12651324530185165f,0.056366007683516045f,0.9903621923018948f,0.7910239596062144f,0.7729987818339347f,-0.6200859993836119f,0.13403819101913078f,-0.013362072079383502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.1359637973370933f,-0.026392685969080603f,0.9903621923018948f,0.8356370806074481f,0.988870250129797f,-0.06457082744206014f,0.13403819101913078f,-0.33783512290322315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12651324530185165f,0.056366007683516045f,0.9903621923018948f,0.7910239596062144f,-0.7729987818339346f,-0.6200859993836121f,0.13403819101913078f,-0.013362072079383391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.1359637973370933f,-0.026392685969080603f,0.9903621923018948f,0.8356370806074481f,-0.988870250129797f,-0.06457082744206039f,0.13403819101913078f,-0.33783512290322304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.5946260200603972e-17f,1.1968454122492648e-16f,-0.15624999999999994f,0f,0.9772984448108266f,-0.21186729282817518f,0.42651181957842943f,-1.2246467991473532e-16f,-0.21186729282817518f,-0.9772984448108266f,-0.5320105193042811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1830072292445748e-17f,1.2050330190631776e-16f,-0.15624999999999994f,0f,0.9839841331412197f,0.17825606785274495f,0.6121229449664878f,-1.2246467991473532e-16f,0.17825606785274495f,-0.9839841331412197f,-0.5047374074140241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.134625378145005e-17f,1.1527395683699983e-16f,0.15625000000000006f,0f,0.9412832901474781f,-0.33761778343141f,0.42651181957842943f,-1.2246467991473532e-16f,-0.33761778343141f,-0.9412832901474781f,-0.5320105193042811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1830072292445748e-17f,1.2050330190631776e-16f,0.15625000000000006f,0f,0.9839841331412197f,0.17825606785274495f,0.6121229449664878f,-1.2246467991473532e-16f,0.17825606785274495f,-0.9839841331412197f,-0.5047374074140241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.893823275685098e-17f,1.0734934814016262e-16f,0.29375f,0f,0.8765739494432471f,0.4812671931032365f,1.3041737200758772f,-1.2246467991473532e-16f,0.4812671931032365f,-0.8765739494432471f,-0.14252642081793898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.893823275685098e-17f,1.0734934814016262e-16f,0.33125000000000004f,0f,0.8765739494432471f,0.4812671931032365f,1.2397207757488995f,-1.2246467991473532e-16f,0.4812671931032365f,-0.8765739494432471f,-0.2848636277161479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.893823275685098e-17f,1.0734934814016262e-16f,-0.29375f,0f,0.8765739494432471f,0.4812671931032365f,1.3041737200758772f,-1.2246467991473532e-16f,0.4812671931032365f,-0.8765739494432471f,-0.14252642081793898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.893823275685098e-17f,1.0734934814016262e-16f,-0.33124999999999993f,0f,0.8765739494432471f,0.4812671931032365f,1.2397207757488995f,-1.2246467991473532e-16f,0.4812671931032365f,-0.8765739494432471f,-0.284863627716148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.043577871373829145f,0.19259933110853694f,0.11217969365157561f,0.5090276789111359f,0.8534087756957861f,1.357550947206039f,0.10137951648617968f,0.8484855702633267f,-0.5194173954460379f,-0.08056416175316948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247628f,0.043577871373829145f,0.07741431914167886f,0.031169102830061676f,0.5203094738654955f,0.8534087756957861f,1.366384518407814f,-0.03260101986992653f,0.8538985553398571f,-0.5194173954460379f,-0.0757142480407484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070173f,0.05652738611419997f,0.11223933779596568f,0.22027774794613275f,0.9689582265561831f,1.3954068432984295f,0.19319841404660948f,0.9516740525307407f,-0.23872760743071209f,-0.10312412313666247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408479f,0.06425795390070173f,0.08528138157725264f,0.03867638599750989f,0.2441804503953347f,0.9689582265561831f,1.3961971850911836f,-0.11034084472075821f,0.964797402275067f,-0.23872760743071209f,-0.09217657867402765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.05888156633778735f,0.06425795390070173f,0.14198279464366398f,0.07639845363697437f,0.23512386410353153f,0.9689582265561831f,1.4484932522093472f,0.04194519967499309f,0.9701802562795395f,-0.23872760743071209f,0.0044449285150797435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517323f,0.043577871373829145f,0.12500000000000003f,0.07639845363697437f,0.5156129729237802f,0.8534087756957861f,1.332480333301497f,0.04194519967499309f,0.8534905796388612f,-0.5194173954460379f,-0.18759045190366372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.1447862533435374f,-0.04357787137382902f,-0.19259933110853691f,-0.11217969365157561f,0.5090276789111359f,0.8534087756957861f,1.357550947206039f,-0.10137951648617993f,0.8484855702633266f,-0.5194173954460379f,-0.08056416175316955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.011632222243247406f,-0.04357787137382902f,-0.07741431914167882f,-0.031169102830061676f,0.5203094738654955f,0.8534087756957861f,1.366384518407814f,0.03260101986992628f,0.8538985553398571f,-0.5194173954460379f,-0.07571424804074844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070167f,-0.05652738611419994f,-0.11223933779596568f,0.22027774794613275f,0.9689582265561831f,1.3954068432984295f,-0.19319841404660973f,0.9516740525307406f,-0.23872760743071209f,-0.1031241231366625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408454f,-0.06425795390070167f,-0.08528138157725261f,-0.03867638599750989f,0.2441804503953347f,0.9689582265561831f,1.3961971850911836f,0.11034084472075797f,0.9647974022750672f,-0.23872760743071209f,-0.0921765786740277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0588815663377876f,-0.06425795390070167f,-0.14198279464366398f,-0.07639845363697437f,0.23512386410353153f,0.9689582265561831f,1.4484932522093472f,-0.04194519967499334f,0.9701802562795395f,-0.23872760743071209f,0.004444928515079688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517346f,-0.04357787137382902f,-0.12499999999999997f,-0.07639845363697437f,0.5156129729237802f,0.8534087756957861f,1.332480333301497f,-0.04194519967499334f,0.8534905796388612f,-0.5194173954460379f,-0.18759045190366377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.893823275685098e-17f,1.0734934814016262e-16f,4.982438180594878e-17f,0f,0.8765739494432471f,0.4812671931032365f,0.8681965844273565f,-1.2246467991473532e-16f,0.4812671931032365f,-0.8765739494432471f,-0.40684695244897107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1336074331290997e-16f,4.633508068583797e-17f,9.233466054829002e-17f,0f,0.37835464656501994f,0.9256607161496371f,0.726313591965474f,-1.2246467991473532e-16f,0.9256607161496371f,-0.37835464656501994f,-0.753969721005085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007189624870141448f,-0.1354720874897457f,0.990755077103013f,0.6009909141680826f,-0.086858694372657f,0.9871205796797662f,0.13434481152824496f,-1.404315929509834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007189624870141448f,0.28758508270151334f,0.9577281083385777f,0.7116434801517708f,-0.086858694372657f,0.9539533827204792f,-0.28710365864619714f,-1.0675784147930178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010053208596825361f,-0.3714026865192939f,0.9284174586053189f,0.4731068976470011f,0.1214539824744765f,0.9220438473687236f,0.367537853384615f,-0.9885919633785758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010053208596825361f,0.952630894553788f,-0.30396268148994543f,0.807651822354251f,0.1214539824744765f,-0.30289076645523916f,-0.9452545232566978f,-1.0441685188613514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,8.990216472708205e-17f,1.0556220505701987e-16f,0.2207501978549592f,0.7001301801374396f,0.6790339321475127f,0.7328233694628083f,0.204189441456948f,0.6476061712223042f,-0.7341068852641877f,-0.8619808187186411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,8.990216472708205e-17f,1.0556220505701987e-16f,-0.2207501978549592f,0.7001301801374396f,0.6790339321475127f,0.7328233694628083f,-0.20418944145694823f,0.6476061712223042f,-0.7341068852641877f,-0.8619808187186411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.315767315168925e-17f,8.990216472708205e-17f,1.0556220505701987e-16f,0f,0.7341068852641877f,0.6790339321475127f,0.7328233694628083f,-1.2246467991473532e-16f,0.6790339321475127f,-0.7341068852641877f,-0.8619808187186411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.9144758499891716e-18f,1.0251721305527106e-16f,-0.01452269495464311f,-0.04606010383445255f,0.9988330982531636f,0.7307196844133068f,0.3003549053815476f,0.9526040567724113f,0.04829536037743343f,-0.8371165721140784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.9144758499891716e-18f,1.0251721305527106e-16f,0.01452269495464311f,-0.04606010383445255f,0.9988330982531636f,0.7307196844133068f,-0.3003549053815478f,0.9526040567724113f,0.04829536037743343f,-0.8371165721140784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2232177566581705e-16f,-5.9144758499891716e-18f,1.0251721305527106e-16f,0f,-0.04829536037743343f,0.9988330982531636f,0.7307196844133068f,-1.2246467991473532e-16f,0.9988330982531636f,0.04829536037743343f,-0.8371165721140784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.6278721933021746e-17f,-0.18124999999999988f,0.10131944723852744f,0.2783728934394782f,0.9551140779034786f,0.7566405309083905f,0.3266682538169115f,0.8975136510146361f,-0.29623824565809836f,-0.7535440902975241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.6278721933021746e-17f,0.1812500000000001f,-0.10131944723852744f,0.2783728934394782f,0.9551140779034786f,0.7566405309083905f,-0.3266682538169117f,0.8975136510146361f,-0.29623824565809836f,-0.753544090297524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.175613083002553e-16f,-3.430650983925507e-17f,-0.007812499999999885f,0f,-0.28013391177881325f,0.9599609322631313f,0.7215682620986511f,-1.2246467991473532e-16f,0.9599609322631313f,0.28013391177881325f,-0.9476759696154615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2204728992967086e-16f,1.010231891406319e-17f,8.878689293818311e-17f,0f,0.08249169410393933f,0.9965917521251428f,0.74f,-1.2246467991473532e-16f,0.9965917521251428f,-0.08249169410393933f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450794317786436e-16f,2.226178505885688e-16f,1f,-0.796875f,-0.004680906069706392f,-0.9999890444991717f,2.21002802376239e-16f,1.0201298134037806f,0.9999890444991717f,-0.004680906069706392f,3.455462221688526e-16f,0.18257120424094705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450794317786436e-16f,2.226178505885688e-16f,1f,-0.796875f,-0.004680906069706392f,-0.9999890444991717f,2.21002802376239e-16f,1.0196909784597457f,0.9999890444991717f,-0.004680906069706392f,3.455462221688526e-16f,0.2763201771627444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450794317786436e-16f,2.226178505885688e-16f,1f,-0.946875f,-0.004680906069706392f,-0.9999890444991717f,2.21002802376239e-16f,1.019910395931763f,0.9999890444991717f,-0.004680906069706392f,3.455462221688526e-16f,0.22944569070184567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450794317786436e-16f,2.2147135926149377e-16f,-1f,0.796875f,-0.004680906069706392f,0.9999890444991717f,2.2308154225411727e-16f,1.0196909784597457f,0.9999890444991717f,0.004680906069706392f,-3.4346748229097434e-16f,0.27632017716274465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450794317786436e-16f,2.2147135926149377e-16f,-1f,0.796875f,-0.004680906069706392f,0.9999890444991717f,2.2308154225411727e-16f,1.0201298134037806f,0.9999890444991717f,0.004680906069706392f,-3.4346748229097434e-16f,0.18257120424094728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450794317786436e-16f,2.2147135926149377e-16f,-1f,0.946875f,-0.004680906069706392f,0.9999890444991717f,2.2308154225411727e-16f,1.019910395931763f,0.9999890444991717f,0.004680906069706392f,-3.4346748229097434e-16f,0.229445690701846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.913489660200517e-21f,-8.956963492773986e-24f,-0.0072174999999999314f,0f,-7.313915733916239e-8f,0.00001562482882029956f,0.051729928088254606f,-1.9135106236677393e-21f,0.00001562482882029956f,7.313915733916239e-8f,-0.5620974428781096f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51.mcfunction new file mode 100644 index 000000000..45036ad38 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..18adae7a2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.41285108184585606f,-0.10361708877464973f,-0.6969662313032225f,0.03490923471782863f,-0.6954651059607225f,0.1897578291470909f,0.38375082685626755f,1.0535366446572971f,0.1132550884251645f,0.7875277199157462f,-0.1841679118482869f,-0.752126739022549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4124837952749287f,0.060990917406474034f,-0.6827424306643813f,0.03490923471782863f,-0.5582780077682428f,0.43244703509091054f,0.37591917732858865f,1.0535366446572971f,0.3977219942094135f,0.6702758162391043f,-0.18040938303505658f,-0.752126739022549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5394099436106522f,0.06429222269044306f,0.6097932988151971f,-0.09550677502083738f,0.6025442179697196f,0.20614228877129392f,0.5112634023826037f,1.0408107521664745f,-0.11367419482739552f,0.7876016196822473f,-0.1835927845768684f,-0.7521841373442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5122808571316f,-0.14402447023290693f,0.5973485376148869f,-0.09550677502083738f,0.4680401944091258f,0.4124417935006245f,0.5008294553952036f,1.0408107521664745f,-0.3981289989864858f,0.6701855854523572f,-0.1798459930548915f,-0.7521841373442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5420508475780514f,0.03782400914670347f,0.24910796417594697f,0.003152669039341943f,0.24945333844236514f,-0.01168505554668302f,-1.5424145815625674f,0.7260334484955764f,-0.03547485621920918f,1.5619984167114065f,-0.017570736105394245f,0.2735365453702971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6306614703133759f,0.7736150452697796f,-0.06152943681205038f,-0.2825769581762954f,-0.06542561596047866f,0.13200290313873778f,0.9890878233701681f,0.7603767751051003f,0.7732952855399825f,-0.6197539796525571f,0.13386338583217938f,-0.013493989497660064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.07288027188810979f,0.9954409045117182f,-0.06152943681205038f,-0.30649079738958146f,-0.12930728183320211f,0.07060385630949535f,0.9890878233701681f,0.8028057269566197f,0.9889226930526087f,-0.06412878526154259f,0.13386338583217938f,-0.3379842481555473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6067908951791003f,-0.7839995501122887f,-0.13095615660012178f,0.2720192543362103f,0.18617525243016902f,-0.019987913960243534f,0.9823132182140687f,0.814493840873285f,-0.7727506615398716f,-0.6204395125386899f,0.13383282994259527f,-0.01324990219690586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.047370334187677464f,-0.9902557934632207f,-0.13095615660012178f,0.287562645241542f,0.14104124216478425f,-0.12315887840725877f,0.9823132182140687f,0.8607729984586049f,-0.9888697686993786f,-0.06500272441978056f,0.13383282994259527f,-0.33772279505138947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.09481682321276885f,0.021020383635030178f,-0.12515380333296874f,-0.09711794178343078f,0.9726471710906424f,-0.21101086690765655f,0.4093945830301012f,-0.0004380366142957664f,-0.21205482924283794f,-0.977257672018345f,-0.5320188207367263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.09564347486310253f,-0.016864525147076717f,-0.1431923581519697f,-0.09711794178343078f,0.9793591765402033f,0.17726733683971463f,0.5941323494866375f,-0.0004380366142957664f,0.17806720372546353f,-0.9840182310716192f,-0.5047813339823995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.09126194151120354f,0.033216630231421324f,0.18586894150008018f,-0.09711794178343078f,0.9367835947330823f,-0.33616157130569563f,0.4397439398374234f,-0.0004380366142957664f,-0.3377983935286991f,-0.94121838775778f,-0.5318819342947589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.09564347486310253f,-0.016864525147076717f,0.16783038668107922f,-0.09711794178343078f,0.9793591765402033f,0.17726733683971463f,0.6244817062939597f,-0.0004380366142957664f,0.17806720372546353f,-0.9840182310716192f,-0.5046444475404321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.08567121702481396f,-0.045744169746674126f,0.23712844518714665f,-0.09711794178343078f,0.8758235209159845f,0.47275920466351407f,1.3284941011232898f,-0.0004380366142957664f,0.4749669491489017f,-0.8800035257543626f,-0.14555655189089395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.08567121702481396f,-0.045744169746674126f,0.2808715607814635f,-0.09711794178343078f,0.8758235209159845f,0.47275920466351407f,1.2669792592628748f,-0.0004380366142957664f,0.4749669491489017f,-0.8800035257543626f,-0.28741132470094205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.08567121702481396f,-0.045744169746674126f,-0.34759431509898536f,-0.09711794178343078f,0.8758235209159845f,0.47275920466351407f,1.271437310325524f,-0.0004380366142957664f,0.4749669491489017f,-0.8800035257543626f,-0.1458138984017927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.08567121702481396f,-0.045744169746674126f,-0.37849665826460016f,-0.09711794178343078f,0.8758235209159845f,0.47275920466351407f,1.202638622831352f,-0.0004380366142957664f,0.4749669491489017f,-0.8800035257543626f,-0.287701523957913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9948388490203114f,0.09370796228817227f,-0.038916349825497264f,0.1312021724004722f,0.016364667424255415f,0.5266913758369869f,0.8498990482869335f,1.372233841457779f,0.10013921379777008f,0.8448757378589705f,-0.525506541764443f,-0.08402308464989276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9972498868990086f,-0.06307282137477482f,-0.038916349825497264f,0.015698323281618173f,-0.0662294924077081f,0.5227669290002783f,0.8498990482869335f,1.3698733190175334f,-0.03326135017301715f,0.8501391398750228f,-0.525506541764443f,-0.0792871161599102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9812297145261167f,0.19051466762703814f,-0.02987321124276186f,-0.007877253758191385f,0.018414323097851966f,0.24676749734597953f,0.9688997445342061f,1.3965347013031448f,0.19196135036992054f,0.9501631247699318f,-0.2456437996196839f,-0.10691361481581878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9920771839569461f,-0.12202644107774832f,-0.02987321124276186f,0.020651664239233286f,-0.058742288363905944f,0.24038017513788823f,0.9688997445342061f,1.4001915076216256f,-0.11105045983618247f,0.9629781508832778f,-0.2456437996196839f,-0.09595942701181741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.998952208595494f,0.03467097045411198f,-0.02987321124276186f,0.07189701138515972f,-0.020415329212934777f,0.246610014749356f,0.9688997445342061f,1.4584314625102819f,0.04095972748093022f,0.9684944111522236f,-0.2456437996196839f,0.0003092936699843618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.998952208595494f,0.024083244350462808f,-0.038916349825497264f,0.0664782814063056f,-0.020415329212934777f,0.5265499236103754f,0.8498990482869335f,1.3399577296979477f,0.04095972748093022f,0.8498030214628938f,-0.525506541764443f,-0.19089638615916643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9728211426322168f,-0.19449567245742883f,-0.12566008850498442f,-0.2521755723316007f,-0.20836739440877255f,0.4985686899904694f,0.8414346619366748f,1.3348241402055259f,-0.1010052146923463f,0.8447488944985483f,-0.5255447191709126f,-0.08419181576772158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9912699265357979f,-0.03991835295491633f,-0.12566008850498442f,-0.13839840650287205f,-0.12780871971326535f,0.5250263239655415f,0.8414346619366748f,1.3548366803383225f,0.0323861685132677f,0.8501493305535192f,-0.5255447191709126f,-0.07935493677241988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9589924358637171f,-0.23545376564372095f,-0.15778159651989315f,-0.12039759159803808f,-0.20773968693662498f,0.20520182993175318f,0.9564185440821047f,1.3855550545155284f,-0.192815275400181f,0.9499756487599309f,-0.24570009429282041f,-0.10696313694547567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9848152201794361f,0.07241512205722263f,-0.15778159651989315f,-0.14910481180116175f,-0.1341613302284429f,0.25935363118183213f,0.9564185440821047f,1.3836268031191654f,0.11018039559859781f,0.9630637279485901f,-0.24570009429282041f,-0.09603413974711451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.984018731491707f,-0.08253547039355469f,-0.15778159651989315f,-0.210726211073333f,-0.1730814281755383f,0.23517310168593492f,0.9564185440821047f,1.4308533089413777f,-0.04183246698639322f,0.9684428265882976f,-0.24570009429282041f,0.0001849063446764665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.984018731491707f,-0.12616131828088664f,-0.12566008850498442f,-0.18233991446013356f,-0.1730814281755383f,0.5118891763968347f,0.8414346619366748f,1.31567824425209f,-0.04183246698639322f,0.8497368962551872f,-0.5255447191709126f,-0.19100589531274037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.08567121702481396f,-0.045744169746674126f,-0.012594812497113242f,-0.09711794178343078f,0.8758235209159845f,0.47275920466351407f,0.8641847073598418f,-0.0004380366142957664f,0.4749669491489017f,-0.8800035257543626f,-0.4068715919949418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.03716580533813348f,-0.08972619130383992f,0.0013423645046868142f,-0.09711794178343078f,0.3767035464732725f,0.9212288225290225f,0.7229208774323646f,-0.0004380366142957664f,0.9255879974308369f,-0.37853225375903904f,-0.7539670910315056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.990747742660542f,-0.07197955526789933f,-0.11505587354184002f,0.18067542097370273f,-0.10391691309216596f,-0.14294888289700297f,0.9842595653850129f,0.6143767468982214f,-0.08729367437813397f,0.9871091938088381f,0.13414638985686467f,-1.4042157328207536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.990747742660542f,-0.11321150087441786f,-0.07484695373094444f,0.1397596701300921f,-0.10391691309216596f,0.2780878436335925f,0.9549180207727855f,0.7216272689721797f,-0.08729367437813397f,0.9538607378925815f,-0.28727949303872014f,-1.067512703471793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9888857307616328f,0.1442001597159579f,-0.03621222768518516f,-0.10741404132009516f,-0.08637032145428003f,-0.35891794786881703f,0.9293643388195616f,0.45785395694387104f,0.12101726764357144f,0.922162795083129f,0.3673834513101465f,-0.9885994471630084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9888857307616328f,-0.11966482605701804f,-0.08823457882698302f,-0.14327511284766642f,-0.08637032145428003f,0.9454202602631927f,-0.3141985026313159f,0.7904778087979818f,0.12101726764357144f,-0.3030855669421102f,-0.9452480944405356f,-1.044241695963978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9707401377222813f,0.23099474457379554f,-0.0656125978316151f,0.0007592511488242397f,0.1271139712160672f,0.7261206507126695f,0.6757150574985658f,0.7293838460521089f,0.20372928934398982f,0.6476034501049978f,-0.7342371197886256f,-0.8619794257335507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.927676910697042f,-0.36757385158003164f,-0.0656125978316151f,0.0007592511488242397f,-0.31236002581734207f,0.6677127940522775f,0.6757150574985658f,0.7293838460521089f,-0.20456481523219427f,0.6473400098043699f,-0.7342371197886256f,-0.8619794257335507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.07160358579088097f,-0.0656125978316151f,0.0007592511488242397f,-0.09711794178343078f,0.7307374812156961f,0.6757150574985658f,0.7293838460521089f,-0.0004380366142957664f,0.6788929665627919f,-0.7342371197886256f,-0.8619794257335507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9479346537900565f,0.30332449887861734f,-0.09702649392800546f,0.0009522531502529722f,-0.1070324781628539f,-0.01649701112931786f,0.9941186535027482f,0.7272937969689693f,0.2999398952494379f,0.9527445077269324f,0.04810366133592481f,-0.8371147782384118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9504823946292668f,-0.29524409727520984f,-0.09702649392800546f,0.0009522531502529722f,-0.07821357643842096f,-0.07490486778970987f,0.9941186535027482f,0.7272937969689693f,-0.3007754211376424f,0.9524810674263046f,0.04810366133592481f,-0.8371147782384118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,0.004236268212003614f,-0.09702649392800546f,0.0009522531502529722f,-0.09711794178343078f,-0.04791876606959722f,0.9941186535027482f,0.7272937969689693f,-0.0004380366142957664f,0.9988422527556607f,0.04810366133592481f,-0.8371147782384118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9452389236424001f,0.31296034496265646f,-0.09262396942591093f,-0.18199630857376636f,0.00962798380271579f,0.310406533614014f,0.9505551461212687f,0.7355018932003069f,0.326237151715208f,0.8976099411050366f,-0.29642151485707185f,-0.7536266747782794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9252620569412453f,-0.367846335135534f,-0.09262396942591093f,0.17879007543257036f,-0.19215001028232648f,0.24397394887748808f,0.9505551461212687f,0.7707071470968005f,-0.32706039126338354f,0.8973103064138298f,-0.29642151485707185f,-0.7534678865055972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,0.026769604962775195f,-0.09335670700309792f,-0.0058842880585183235f,-0.09711794178343078f,-0.27866715753154114f,0.9554646621916697f,0.7174104860593754f,-0.0004380366142957664f,0.9600145850784916f,0.2799496464732476f,-0.9476758289401173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9952727834657565f,-0.008464472446692304f,-0.0967493627809739f,8.878689293818311e-17f,-0.09711794178343078f,0.08224970807356265f,0.9918684846820993f,0.7365468891272451f,-0.0004380366142957664f,0.9965758065636617f,-0.08268294803592592f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.43458386261782e-16f,0.09711892962921984f,0.9952727834657565f,-0.8207261949375841f,-0.004510311387985654f,-0.9952626600425305f,0.097117941783431f,0.9380963785228063f,0.999989828493862f,-0.004488990169417748f,0.0004380366142959894f,0.1821682782249736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.43458386261782e-16f,0.09711892962921984f,0.9952727834657565f,-0.8207261949375843f,-0.004510311387985654f,-0.9952626600425305f,0.097117941783431f,0.9376735368301826f,0.999989828493862f,-0.004488990169417748f,0.0004380366142959894f,0.27591732464627317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.43458386261782e-16f,0.09711892962921984f,0.9952727834657565f,-0.9700171124574477f,-0.004510311387985654f,-0.9952626600425305f,0.097117941783431f,0.9233172664089798f,0.999989828493862f,-0.004488990169417748f,0.0004380366142959894f,0.22897709594347898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.43458386261782e-16f,-0.09711892962921939f,-0.9952727834657565f,0.7654898037109654f,-0.004510311387985654f,0.9952626600425305f,-0.09711794178343056f,1.0924552565475256f,0.999989828493862f,0.004488990169417748f,-0.00043803661429598744f,0.27661544550030714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.43458386261782e-16f,-0.09711892962921939f,-0.9952727834657565f,0.7654898037109655f,-0.004510311387985654f,0.9952626600425305f,-0.09711794178343056f,1.0928780982401491f,0.999989828493862f,0.004488990169417748f,-0.00043803661429598744f,0.1828663990790076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.43458386261782e-16f,-0.09711892962921939f,-0.9952727834657565f,0.914780721230829f,-0.004510311387985654f,0.9952626600425305f,-0.09711794178343056f,1.107234368661352f,0.999989828493862f,0.004488990169417748f,-0.00043803661429598744f,0.22980662778180178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015551137241652447f,-1.913491160382686e-21f,-0.0000015174832754565566f,0.05958588280542446f,-0.000001517467840366106f,-7.047361543727551e-8f,0.00001555097906316454f,0.0508535973996328f,-6.84432209837135e-9f,0.000015624841070216594f,7.014047139715233e-8f,-0.5619685319867669f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52.mcfunction new file mode 100644 index 000000000..18d92bd44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..0aae2a898 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.28749665566053606f,-0.12999399232538586f,-0.7532540603194643f,-0.012915469219075399f,-0.7554905135286665f,0.17076055171970148f,0.25888098112650043f,1.0455029610203854f,0.11629359998144122f,0.7879637303709702f,-0.18037018231311364f,-0.7517935101781095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.30892292865319276f,-0.009872896532762507f,-0.73788152847621f,-0.012915469219075399f,-0.6197240702800894f,0.4377559655809779f,0.2535976957973882f,1.0455029610203854f,0.4006353714636456f,0.6695313588715014f,-0.1766891581842746f,-0.7517935101781095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6169418968024656f,0.029482926866749786f,0.5342826007251128f,-0.14252819624348578f,0.5220804407589482f,0.211917045118129f,0.5911578670793343f,1.0120535730390092f,-0.11729941939823411f,0.7881410834718714f,-0.17893832232662293f,-0.7519376515320463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5694001164284329f,-0.20459242770365318f,0.5233788741797024f,-0.14252819624348578f,0.39305367314859474f,0.38750434835777f,0.5790934208124091f,1.0120535730390092f,-0.401612148018066f,0.6693148127227917f,-0.17528651983016125f,-0.7519376515320463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4849374262831536f,0.03808648879971673f,0.4846818641072457f,0.004044226043338069f,0.4849496233606957f,-0.005464982071091695f,-1.4853283296205193f,0.717746187827618f,-0.03451018437917731f,1.5620261852292598f,-0.017014518278326042f,0.27354105245639015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6326521132797558f,0.7443217521210747f,-0.21386077920477448f,-0.28335860489105164f,0.03301726373849952f,0.24997561479139258f,0.9676890266531328f,0.7074413745494363f,0.7737319715882769f,-0.6192716054600594f,0.1335721333700972f,-0.013688534272034425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09131285383669009f,0.9725870294437031f,-0.21386077920477448f,-0.31332063505621555f,-0.1163339632184881f,0.22370596035195792f,0.9676890266531328f,0.7456134562305028f,0.989003726851461f,-0.06348317462826099f,0.1335721333700972f,-0.33820538214517004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5712331755074584f,-0.7710410604381313f,-0.2814042329427677f,0.25619365593088045f,0.27767156315525676f,-0.14109677303280765f,0.950257966898802f,0.8466845902643757f,-0.772393139673432f,-0.6209568292225884f,0.13349701879535703f,-0.01308850219817892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.025675839756192184f,-0.9592457500217071f,-0.2814042329427677f,0.264618540850881f,0.14652544434275827f,-0.2748455757430209f,0.950257966898802f,0.8947632516893432f,-0.988873624591622f,-0.06563155155701074f,0.13349701879535703f,-0.33756266026730486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.24396347938470586f,0.0540854012593903f,-0.07318301892681336f,-0.2498844740671672f,0.9462469780463898f,-0.20536408195750838f,0.38495454179658684f,-0.0010768115231248442f,-0.2123640206451722f,-0.9771900343394627f,-0.5320195242887655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.24609045227855564f,-0.04339238643145818f,-0.11959618114423916f,-0.2498844740671672f,0.9528076474857213f,0.17238136939037374f,0.5646833592588494f,-0.0010768115231248442f,0.17775566429810657f,-0.9840740644315764f,-0.5048408001355679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.23481677651776037f,0.08546631715880385f,0.22940293704548848f,-0.2498844740671672f,0.9113463123379099f,-0.3271171787116477f,0.4630434399425766f,-0.0010768115231248442f,-0.3380961112670493f,-0.941110971152203f,-0.531683020687789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.24609045227855564f,-0.04339238643145818f,0.18298977482806267f,-0.2498844740671672f,0.9528076474857213f,0.17238136939037374f,0.6427722574048391f,-0.0010768115231248442f,0.17775566429810657f,-0.9840740644315764f,-0.5045042965345914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.22124817472243585f,-0.1161578886037086f,0.14186703833500386f,-0.2498844740671672f,0.8552935094212093f,0.45390611624225474f,1.3508390231377971f,-0.0010768115231248442f,0.46853202443797004f,-0.8834458571712254f,-0.1486121642649752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.22124817472243585f,-0.1161578886037086f,0.19494357283538688f,-0.2498844740671672f,0.8552935094212093f,0.45390611624225474f,1.295851700635376f,-0.0010768115231248442f,0.46853202443797004f,-0.8834458571712254f,-0.28996133599740664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.22124817472243585f,-0.1161578886037086f,-0.42699455889292354f,-0.2498844740671672f,0.8552935094212093f,0.45390611624225474f,1.2040318946233364f,-0.0010768115231248442f,0.46853202443797004f,-0.8834458571712254f,-0.14924479103481103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.22124817472243585f,-0.1161578886037086f,-0.446538653825893f,-0.2498844740671672f,0.8552935094212093f,0.45390611624225474f,1.1303032365658778f,-0.0010768115231248442f,0.46853202443797004f,-0.8834458571712254f,-0.29067472363147684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.985642297793186f,0.009063051109207194f,-0.1686034457108161f,0.030300770537539403f,-0.13700839089973665f,0.5406695572531477f,0.8300030907669865f,1.3780932174746643f,0.0986811107762432f,0.8411862403560089f,-0.5316650707087024f,-0.08753774635945924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9749251790796316f,-0.14523695566551922f,-0.1686034457108161f,-0.08345960627398037f,-0.2199009432078055f,0.5125801834772462f,0.8300030907669865f,1.3579293914013797f,-0.03412433695862271f,0.8462669686425465f,-0.5316650707087024f,-0.08294020236430723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9727381568215261f,0.14773850014536097f,-0.17875629733874868f,-0.11080724881833186f,-0.13224440218784575f,0.279820645400186f,0.9509005334406975f,1.3804321731473634f,0.19050432108862847f,0.9486167518985855f,-0.25265462921533444f,-0.11078965167813462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9707826699624316f,-0.1600849582638962f,-0.17875629733874868f,-0.08321393304932445f,-0.2122412352499312f,0.22525948051476258f,0.9509005334406975f,1.388532987680231f,-0.1119583215317017f,0.9610572160781405f,-0.25265462921533444f,-0.09982373385170895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9838735291807116f,-0.006250179136009559f,-0.17875629733874868f,-0.04182730661447068f,-0.1743898471202996f,0.25568800660874935f,0.9509005334406975f,1.4546615132929743f,0.03976254266077415f,0.9667391471008153f,-0.25265462921533444f,-0.003908094960667741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9838735291807116f,-0.0597139570948972f,-0.1686034457108161f,-0.028391666268118832f,-0.1743898471202996f,0.5297952911631136f,0.8300030907669865f,1.3354575727812739f,0.03976254266077415f,0.8460207992652784f,-0.5316650707087024f,-0.1942627747953551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9286430382269293f,-0.2713227849202463f,-0.2529941776716998f,-0.3426774868903168f,-0.35701464512153896f,0.46830988371533677f,0.8082242238285546f,1.2818380523551745f,-0.1008099733230769f,0.8408744253440281f,-0.5317589210167996f,-0.08795253271762683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9596541361438072f,-0.12271057430516519f,-0.2529941776716998f,-0.23337631515993082f,-0.2793593962761934f,0.5183936069522187f,0.8082242238285546f,1.319240118553407f,0.03197290562779466f,0.8462920200644487f,-0.5317589210167996f,-0.08310692362612045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9148536155727355f,-0.2666751327368358f,-0.30319504556190335f,-0.2202753650806078f,-0.3548897781876523f,0.17287217892406925f,0.9187864034104791f,1.352181540848286f,-0.19260349792102072f,0.9481558855662057f,-0.25279301662575987f,-0.1109113903596144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9524846405395085f,0.029082191854097605f,-0.30319504556190335f,-0.24836560262495094f,-0.28409979496974436f,0.27407818484181784f,0.9187864034104791f,1.3459120013139245f,0.10981947019755861f,0.9612675874649971f,-0.25279301662575987f,-0.10000739780048974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9453074311817166f,-0.12027728338859153f,-0.30319504556190335f,-0.316784104367252f,-0.32347732928201295f,0.22626082813561127f,0.9187864034104791f,1.383702921360737f,-0.04190797052113628f,0.966612338402551f,-0.25279301662575987f,-0.004213872379383254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9453074311817166f,-0.20588299253907455f,-0.2529941776716998f,-0.2704604310459603f,-0.32347732928201295f,0.4920731870944675f,0.8082242238285546f,1.272986454264482f,-0.04190797052113628f,0.8458582457633481f,-0.5317589210167996f,-0.19453197767613628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.22124817472243585f,-0.1161578886037086f,-0.032406425092925246f,-0.2498844740671672f,0.8552935094212093f,0.45390611624225474f,0.8516995238119376f,-0.0010768115231248442f,0.46853202443797004f,-0.8834458571712254f,-0.4069123557236046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.09562753609746175f,-0.23086529458281455f,0.003453900943622907f,-0.2498844740671672f,0.3665582034625843f,0.896210261654294f,0.7142401975134685f,-0.0010768115231248442f,0.9254676967967124f,-0.37882500268954306f,-0.7539627420223718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9626923092331697f,-0.049692651478789235f,-0.2659965378201654f,0.19787067428636262f,-0.25591451469882903f,-0.15221660449696126f,0.9546401764444438f,0.6346434919578677f,-0.08792769137063673f,0.9870971308358785f,0.13382068369951933f,-1.4040642358465183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9626923092331697f,-0.1555253550968415f,-0.22143934082567276f,0.14062437564782374f,-0.25591451469882903f,0.25737161546310355f,0.9318087854921606f,0.7343245995799903f,-0.08792769137063673f,0.9537146929118341f,-0.28757087059421776f,-1.0674156932974468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9637118845084385f,0.19733407871437575f,-0.1797739275733343f,-0.0628332401269742f,-0.23826048615455092f,-0.3321606935944264f,0.9126342171802821f,0.43550749003796047f,0.12037999997753361f,0.922349464687229f,0.36712412151286233f,-0.9886004700224912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9637118845084385f,-0.26423789155654054f,-0.03791754637298972f,-0.14966960209495486f,-0.23826048615455092f,0.9154911804448839f,-0.3242033918160484f,0.758574132825807f,0.12037999997753361f,-0.3034044086584555f,-0.9452271792601089f,-1.044350749689555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9788611314809765f,0.11545705352741695f,-0.16882107115685968f,0.0019535515504281974f,-0.024526443672282072f,0.7532052569944588f,0.6573281481852892f,0.7205193470258383f,0.20305008947688916f,0.6475735553793703f,-0.7344515991791081f,-0.861977072856071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8680595422415254f,-0.46687479805284404f,-0.16882107115685968f,0.0019535515504281974f,-0.45211167362104415f,0.6029218358783143f,0.6573281481852892f,0.7205193470258383f,-0.20510403628161952f,0.6469259484394171f,-0.7344515991791081f,-0.861977072856071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.1842358701131015f,-0.16882107115685968f,0.0019535515504281974f,-0.2498844740671672f,0.7109693771348199f,0.6573281481852892f,0.7205193470258383f,-0.0010768115231248442f,0.6786602161171633f,-0.7344515991791081f,-0.861977072856071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9201826710491964f,0.30156135364352643f,-0.2496489573169702f,0.0024501452792763606f,-0.2523139873655275f,0.030755467373878326f,0.9671565297335912f,0.7184879500611651f,0.2993351026533221f,0.9529506027152186f,0.04778749945568239f,-0.8371117743249777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9267380026733055f,-0.2807704979367346f,-0.2496489573169702f,0.0024501452792763606f,-0.2243241299277987f,-0.1195279537422663f,0.9671565297335912f,0.7184879500611651f,-0.30138904945805245f,0.9523029957752653f,0.04778749945568239f,-0.8371117743249777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,0.010899908872585656f,-0.2496489573169702f,0.0024501452792763606f,-0.2498844740671672f,-0.04654026873421019f,0.9671565297335912f,0.7184879500611651f,-0.0010768115231248442f,0.9988569443983042f,0.04778749945568239f,-0.8371117743249777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9355811451699135f,0.26055880797615016f,-0.2383212713724916f,-0.17962466990459522f,-0.13663652812433136f,0.3552075491157456f,0.9247475635184523f,0.6983135675706456f,0.3256046375355884f,0.897739775568195f,-0.2967236346806321f,-0.7537477025261193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8841807107060659f,-0.4017803410157291f,-0.2383212713724916f,0.17137503902327486f,-0.3329926645354381f,0.1842765018451219f,0.9247475635184523f,0.7888966894199936f,-0.3276283812201037f,0.8970031931052472f,-0.2967236346806321f,-0.7533573583489865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,0.06887813519988559f,-0.2402066035609083f,-0.0026983881363004136f,-0.2498844740671672f,-0.2710325653936436f,0.9295693078605359f,0.7076499501599198f,-0.0010768115231248442f,0.9601026773150498f,0.27964564986678603f,-0.9476748532632441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9682750591113658f,-0.021779069149122435f,-0.248935899479924f,8.878689293818313e-17f,-0.2498844740671672f,0.08009714882339578f,0.9649570956112703f,0.7274988793037971f,-0.0010768115231248442f,0.9965491051109127f,-0.08299832275162632f,-0.7250000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.3746379583412355e-16f,0.2498867941746446f,0.9682750591113658f,-0.8426557448227842f,-0.004309197397490971f,-0.9682660690316298f,0.24988447406716743f,0.7998176422709169f,0.9999907153657926f,-0.00417248836477803f,0.0010768115231250671f,0.1815700529964931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.3746379583412355e-16f,0.2498867941746446f,0.9682750591113658f,-0.8426557448227843f,-0.004309197397490971f,-0.9682660690316298f,0.24988447406716743f,0.7994136550149021f,0.9999907153657926f,-0.00417248836477803f,0.0010768115231250671f,0.27531918256203614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.3746379583412355e-16f,0.2498867941746446f,0.9682750591113658f,-0.9878970036894891f,-0.004309197397490971f,-0.9682660690316298f,0.24988447406716743f,0.7621329775328344f,0.9999907153657926f,-0.00417248836477803f,0.0010768115231250671f,0.22828309605079586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.3746379583412355e-16f,-0.24988679417464416f,-0.9682750591113658f,0.7005326306359551f,-0.004309197397490971f,0.9682660690316298f,-0.249884474067167f,1.1976670355594499f,0.9999907153657926f,0.00417248836477803f,-0.0010768115231250654f,0.27703535092701637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.3746379583412355e-16f,-0.24988679417464416f,-0.9682750591113658f,0.7005326306359552f,-0.004309197397490971f,0.9682660690316298f,-0.249884474067167f,1.1980710228154645f,0.9999907153657926f,0.00417248836477803f,-0.0010768115231250654f,0.18328622136147332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.3746379583412355e-16f,-0.24988679417464416f,-0.9682750591113658f,0.84577388950266f,-0.004309197397490971f,0.9682660690316298f,-0.249884474067167f,1.2353517002975323f,0.9999907153657926f,0.00417248836477803f,-0.0010768115231250654f,0.2303223078727136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015129297798615092f,-1.913492857421547e-21f,-0.000003904481158978819f,0.1648086457559318f,-0.000003904444907299488f,-6.733120933579557e-8f,0.000015129157328619217f,0.05929656100830705f,-1.6825180048825693e-8f,0.00001562485492759051f,6.519513069965672e-8f,-0.5617554000245994f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53.mcfunction new file mode 100644 index 000000000..9a0756840 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..208d3f0db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.14536313526123704f,-0.1545797419936975f,-0.788618479821916f,-0.06354368819639977f,-0.7947078080850674f,0.1467105425284396f,0.11772833526421395f,1.0264530351866044f,0.11938803591690222f,0.7883689266584633f,-0.17653718249629913f,-0.7515110127292521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.18950510859407493f,-0.08540571059043095f,-0.7725242251316728f,-0.06354368819639977f,-0.6642324090492477f,0.4306916367389218f,0.11532571617718917f,1.0264530351866044f,0.40358781025370527f,0.6687380493449526f,-0.17293438285351753f,-0.7515110127292521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6871090888191929f,-0.007792428197934631f,0.441321676976424f,-0.1884670112016711f,0.4245104762394876f,0.21198632031910034f,0.6646781928158435f,0.9709000935699399f,-0.12089830465902499f,0.7886352277858202f,-0.17430582856068164f,-0.7517376482666784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.618929623438323f,-0.2646313757771889f,0.4323151121401705f,-0.1884670112016711f,0.3047244613813449f,0.3509906435632304f,0.6511133317379691f,0.9709000935699399f,-0.4050544702460956f,0.6684128986527278f,-0.17074856675332079f,-0.7517376482666784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3845086544462033f,0.03735466757105012f,0.7232887836640497f,0.004888540879557868f,0.7234706764664925f,0.0011648733419526414f,-1.3849169915064272f,0.7064356203189979f,-0.033648418338460745f,1.562052983058115f,-0.01626382681186655f,0.27354629472548303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6179664495846188f,0.6932717921788331f,-0.3707987181166223f,-0.27666367318813984f,0.13715531994197513f,0.369336534033165f,0.9191185684339008f,0.6487692247840531f,0.7741484905361476f,-0.6188414552997547f,0.13315167217532947f,-0.013873867193554601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.10856411649861258f,0.9223459997484382f,-0.3707987181166223f,-0.31228627391424707f,-0.09949167228940997f,0.38121183652278356f,0.9191185684339008f,0.6814149297540157f,0.9890981952030511f,-0.06289191079130377f,0.13315167217532947f,-0.3384217124945557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5180949472608157f,-0.7367192622827684f,-0.4345369422780375f,0.2324915601297891f,0.3680469988375026f,-0.2665752208719279f,0.8907744149131083f,0.875188681694726f,-0.7720874511799298f,-0.6214357410051479f,0.13303603847027018f,-0.012950159216849777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.001833726133172786f,-0.9006521433073496f,-0.4345369422780375f,0.23309325151723642f,0.14858518628495504f,-0.4294687231369416f,0.8907744149131083f,0.9239431959444768f,-0.988897911750821f,-0.06619918883946488f,0.13303603847027018f,-0.3374322865100879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.3967017353608877f,0.08794665739070093f,-0.015757235200641886f,-0.40633007948140076f,0.892941494936985f,-0.19378171515481135f,0.3653231157345391f,-0.0016576770420404124f,-0.21279854271437595f,-0.9770946895390755f,-0.5319710427576246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.40016034252694316f,-0.07055906499704093f,-0.09122829358067523f,-0.40633007948140076f,0.8991274227873487f,0.1626829557772374f,0.5349262759807747f,-0.0016576770420404124f,0.17731773137647444f,-0.9841522617188485f,-0.5048749197602784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.3818285547139357f,0.13897422850875674f,0.269781783349873f,-0.40633007948140076f,0.8600086672616941f,-0.3086761389278463f,0.49230126557247683f,-0.0016576770420404124f,-0.3385144709459723f,-0.9409597255286716f,-0.5314530186819871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.40016034252694316f,-0.07055906499704093f,0.19431072496983964f,-0.40633007948140076f,0.8991274227873487f,0.1626829557772374f,0.6619044258187124f,-0.0016576770420404124f,0.17731773137647444f,-0.9841522617188485f,-0.5043568956846409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.36107491549179616f,-0.18636466077861813f,0.035865748291051526f,-0.40633007948140076f,0.8100737935464808f,0.42270121305462544f,1.355160121680911f,-0.0016576770420404124f,0.46195817387703586f,-0.8869001621913364f,-0.15177191263820822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.36107491549179616f,-0.18636466077861813f,0.09779310800559235f,-0.40633007948140076f,0.8100737935464808f,0.42270121305462544f,1.3087665141920246f,-0.0016576770420404124f,0.46195817387703586f,-0.8869001621913364f,-0.29260141168919895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.36107491549179616f,-0.18636466077861813f,-0.5009476065839166f,-0.40633007948140076f,0.8100737935464808f,0.42270121305462544f,1.116441199985588f,-0.0016576770420404124f,0.46195817387703586f,-0.8869001621913364f,-0.15274579790040693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.36107491549179616f,-0.18636466077861813f,-0.5075496113214993f,-0.40633007948140076f,0.8100737935464808f,0.42270121305462544f,1.0395728365355965f,-0.0016576770420404124f,0.46195817387703586f,-0.8869001621913364f,-0.29369962272955075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9498425106155493f,-0.0833059475166239f,-0.301428804423047f,-0.0788850609251514f,-0.29721987276907f,0.5402427269850778f,0.787272597751798f,1.3640187441721325f,0.09726022958377104f,0.8373756116869444f,-0.537905691263095f,-0.09116098677917261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9251164518021588f,-0.23086841808501318f,-0.301428804423047f,-0.18777115991185012f,-0.3780731849149669f,0.48709601073852854f,0.787272597751798f,1.3253790327820962f,-0.03493161108848631f,0.8422809803465439f,-0.537905691263095f,-0.08669659699404604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9382278167510653f,0.09614848893437859f,-0.3323913836882136f,-0.2183595729523861f,-0.28978935873946426f,0.30658024642950527f,0.9066590759820329f,1.3428746534065839f,0.18907853245648912f,0.9469762513256919f,-0.25977930631449636f,-0.11476994401127945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9220191959546705f,-0.1984856930384099f,-0.3323913836882136f,-0.19252134540466903f,-0.37034456426853785f,0.20202530449464234f,0.9066590759820329f,1.3554919107674097f,-0.11280738454485142f,0.9590564144005864f,-0.25977930631449636f,-0.10379467914508715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9417176128579346f,-0.0518064251129903f,-0.3323913836882136f,-0.1629604570188528f,-0.33418128769761235f,0.2574726915464468f,0.9066590759820329f,1.428172988652594f,0.03861093868217582f,0.9648958013302994f,-0.25977930631449636f,-0.00824752153933156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9417176128579346f,-0.14936068256822332f,-0.301428804423047f,-0.1293543034410026f,-0.33418128769761235f,0.5181937126035987f,0.787272597751798f,1.3115794033167845f,0.03861093868217582f,0.8421203374345341f,-0.537905691263095f,-0.19772459746210141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8565967681554107f,-0.3478955454642709f,-0.3810651732077109f,-0.43085065438574205f,-0.5060970209336226f,0.42258070732729025f,0.7518585978738815f,1.20750094113734f,-0.10053746658742518f,0.8368955939906031f,-0.5380501673369297f,-0.09179952175815456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9004734940431582f,-0.2096111168184637f,-0.3810651732077109f,-0.3292419356524665f,-0.43375993989900546f,0.49654905431581664f,0.7518585978738815f,1.2624674998824226f,0.031619630999073195f,0.842319545282065f,-0.5380501673369297f,-0.08695325287317876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8430217471342519f,-0.2949181143615381f,-0.4498195634697854f,-0.32166052880694385f,-0.5023257615335902f,0.1326743683397218f,0.8544391969504642f,1.2969370988212667f,-0.1923100703510147f,0.9462667794058348f,-0.25999234418439565f,-0.11495735231169558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8928960352772851f,-0.019975747944876665f,-0.4498195634697854f,-0.34836878218035333f,-0.4367415542745109f,0.2814080195810525f,0.8544391969504642f,1.2861871296582725f,0.10951477049234057f,0.9593802666354532f,-0.25999234418439565f,-0.10407741712179536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8787781079634639f,-0.15940952695496713f,-0.4498195634697854f,-0.42242687515396393f,-0.4753864540115257f,0.20962198848640168f,0.8544391969504642f,1.3127892281874916f,-0.04191367684303395f,0.9647005880888644f,-0.25999234418439565f,-0.00871824477742264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8787781079634639f,-0.28729491943355345f,-0.3810651732077109f,-0.3577855182814145f,-0.4753864540115257f,0.45685486551580934f,0.7518585978738815f,1.2099968834464345f,-0.04191367684303395f,0.8418700975341742f,-0.5380501673369297f,-0.19813901672261153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.36107491549179616f,-0.18636466077861813f,-0.052695121022331155f,-0.40633007948140076f,0.8100737935464808f,0.42270121305462544f,0.832415911281081f,-0.0016576770420404124f,0.46195817387703586f,-0.8869001621913364f,-0.40696974113585815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.15549708347259772f,-0.3754031678290064f,0.00561628527989299f,-0.40633007948140076f,0.3458953988354536f,0.8457258654984492f,0.7027051367177859f,-0.0016576770420404124f,0.9252983465326082f,-0.3792363669413125f,-0.7539566210855863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9071613012625843f,-0.02457994176985412f,-0.4200645187993927f,0.2109695892407471f,-0.41137037261654713f,-0.1581640332344853f,0.8976405489528222f,0.6561909319894808f,-0.08850305093553547f,0.9871068660755994f,0.1333688303971764f,-1.4039042488799713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9071613012625843f,-0.19656471247672075f,-0.37204930761999666f,0.1378108319245383f,-0.41137037261654713f,0.22832232529596025f,0.8824076905290259f,0.7451091262149856f,-0.08850305093553547f,0.9535361710917892f,-0.2879860767375954f,-1.0673228262069077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9112300096461875f,0.24881340955025888f,-0.3282556271386434f,-0.013571612278990702f,-0.39409149145144545f,-0.29486192478101025f,0.8704874161525902f,0.4168132635838678f,0.1197988559452231f,0.9225770062940072f,0.3667422822252743f,-0.9885593323918451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9112300096461875f,-0.4115549022635016f,0.016805711621012742f,-0.1525190047927028f,-0.39409149145144545f,0.8592447381753764f,-0.32617537657448026f,0.7210983284419844f,0.1197988559452231f,-0.30384377949994035f,-0.9451598763031613f,-1.0444603569167334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9615204659834157f,-0.010952590683316277f,-0.2745149071587172f,0.0031766118934127086f,-0.18577829205561633f,0.7620410834931323f,0.6203062253996097f,0.7086319627641405f,0.20239767710113063f,0.6474360414943989f,-0.734752851289554f,-0.8619737269491285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7813493074030707f,-0.5604773194058636f,-0.2745149071587172f,0.0031766118934127086f,-0.5892694767449561f,0.5176694606669533f,0.6203062253996097f,0.7086319627641405f,-0.2055595864888509f,0.6464390952939056f,-0.734752851289554f,-0.8619737269491285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.29958045185255f,-0.2745149071587172f,0.0031766118934127086f,-0.40633007948140076f,0.6709068886508226f,0.6203062253996097f,0.7086319627641405f,-0.0016576770420404124f,0.6783328826090439f,-0.734752851289554f,-0.8619737269491285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.866105172102951f,0.29166605945392376f,-0.4059467214045926f,0.003984108140392988f,-0.40073434174883826f,0.08028759354958094f,0.9126696497995004f,0.7067146803040076f,0.29878724571112986f,0.9531446962999047f,0.04734310631675415f,-0.8371075204073342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8767646012835354f,-0.25785866926862366f,-0.4059467214045926f,0.003984108140392988f,-0.3743134270517342f,-0.16408402927659793f,0.9126696497995004f,0.7067146803040076f,-0.30194915509885006f,0.9521477500994114f,0.04734310631675415f,-0.8371075204073342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,0.017724016627143388f,-0.4059467214045926f,0.003984108140392988f,-0.40633007948140076f,-0.04393150172138366f,0.9126696497995004f,0.7067146803040076f,-0.0016576770420404124f,0.9988773109802349f,0.04734310631675415f,-0.8371075204073342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9004108642649976f,0.1976942465402819f,-0.38752710924325073f,-0.17231987008659558f,-0.28918262169911346f,0.39350695108933414f,0.8726543936471093f,0.6567684168370099f,0.3250133640649068f,0.897813602218883f,-0.29714819341528187f,-0.7538603551281321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8168301512765671f,-0.4273303681779125f,-0.38752710924325073f,0.1589053914320017f,-0.4744681328849345f,0.11556080704581612f,0.8726543936471093f,0.8040630706490177f,-0.32812877783301f,0.8966796843398703f,-0.29714819341528187f,-0.7532594472003924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,0.11200068072126955f,-0.3905927916673699f,0.000774405981739785f,-0.40633007948140076f,-0.2557761693094585f,0.8771969093208308f,0.695156498576588f,-0.0016576770420404124f,0.9602262226847128f,0.2792182898297904f,-0.9476709425220132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9137248593616477f,-0.035414294581270246f,-0.40478723932931504f,8.878689293818311e-17f,-0.40633007948140076f,0.07557163250903616f,0.9105958460637507f,0.7152164889612742f,-0.0016576770420404124f,0.9965112925096385f,-0.08344157241803445f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.2535133622062224e-16f,0.40633346082317334f,0.9137248593616476f,-0.8436755752254029f,-0.004079597674978876f,-0.9137172557150537f,0.406330079481401f,0.6475634160755519f,0.9999916784067807f,-0.0037276298118220455f,0.0016576770420406353f,0.18098154189100593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.2535133622062224e-16f,0.40633346082317334f,0.9137248593616476f,-0.843675575225403f,-0.004079597674978876f,-0.9137172557150537f,0.406330079481401f,0.6471809537935226f,0.9999916784067807f,-0.0037276298118220455f,0.0016576770420406353f,0.2747307617416416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.2535133622062224e-16f,0.40633346082317334f,0.9137248593616476f,-0.9807343041296501f,-0.004079597674978876f,-0.9137172557150537f,0.406330079481401f,0.5864226730123271f,0.9999916784067807f,-0.0037276298118220455f,0.0016576770420406353f,0.2276075002600177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.2535133622062224e-16f,-0.4063334608231729f,-0.9137248593616478f,0.6125734193822231f,-0.004079597674978876f,0.9137172557150539f,-0.40633007948140054f,1.2947695179670051f,0.9999916784067807f,0.0037276298118220463f,-0.0016576770420406335f,0.27737268452739355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.2535133622062224e-16f,-0.4063334608231729f,-0.9137248593616478f,0.6125734193822231f,-0.004079597674978876f,0.9137172557150539f,-0.40633007948140054f,1.2951519802490343f,0.9999916784067807f,0.0037276298118220463f,-0.0016576770420406335f,0.18362346467675789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.2535133622062224e-16f,-0.4063334608231729f,-0.9137248593616478f,0.7496321482864703f,-0.004079597674978876f,0.9137172557150539f,-0.40633007948140054f,1.3559102610302298f,0.9999916784067807f,0.0037276298118220463f,-0.0016576770420406335f,0.23074672615838182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014276950927525745f,-1.9134947002107085e-21f,-0.00000634896032536208f,0.27275944514348893f,-0.000006348907491896887f,-6.374371367154353e-8f,0.000014276832120547716f,0.0834254753437561f,-2.5901203781881443e-8f,0.00001562486997510595f,5.8244215809719466e-8f,-0.5614535921835482f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54.mcfunction new file mode 100644 index 000000000..04ad1668a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..a92449934 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.000050853692175566215f,-0.1745643058104018f,-0.7977917930107321f,-0.11177797343744755f,-0.8074198344979197f,0.11972497382184642f,-0.02614547660980836f,0.9976416436347293f,0.12254653286689839f,0.7887570463867406f,-0.17259523024119594f,-0.7512726532187397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.06548556774005622f,-0.15796597065776438f,-0.7815103278472478f,-0.11177797343744755f,-0.6858532852058585f,0.41103442919487687f,-0.02561189545450615f,0.9976416436347293f,0.4065918243030635f,0.6679052703270068f,-0.16907287860362052f,-0.7512726532187397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7413817135828336f,-0.043829739823873615f,0.3396712426985791f,-0.22837312764658582f,0.31909061424931284f,0.20583059082000227f,0.7230210178308298f,0.9208486576603274f,-0.12441374163420048f,0.7890862856710313f,-0.1697306663597301f,-0.7515662840946594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6545382618924306f,-0.3175914106630162f,0.3327391765210571f,-0.22837312764658582f,0.21162448706024004f,0.30590043577441717f,0.7082654868546905f,0.9208486576603274f,-0.4084051177389014f,0.667503272850476f,-0.16626677520953154f,-0.7515662840946594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.247852566939935f,0.03562307186875763f,0.9396814449227195f,0.00559139581950443f,0.9397769913422092f,0.007561660195590696f,-1.2482661085837712f,0.6932535284296414f,-0.033006480048653836f,1.562075564127971f,-0.015386819979387482f,0.27355180247419614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5867704351947556f,0.6240901577218915f,-0.5159572961166673f,-0.2625784125230629f,0.23635302543342532f,0.47743267590759536f,0.8462832193445522f,0.5903400201409947f,0.7744919003771594f,-0.6185220408444456f,0.13263778209770383f,-0.014026318395967408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12269079289024071f,0.8477824236936871f,-0.5159572961166673f,-0.30283632894017315f,-0.08023506888694404f,0.5266564785289627f,0.8462832193445522f,0.6166671521195233f,0.9891962914713497f,-0.062433289994446424f,0.13263778209770383f,-0.338606351535004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4515759111905415f,-0.6829043329692472f,-0.5742132604218226f,0.202783299200123f,0.44753231230120283f,-0.383392203763079f,0.8079141337667193f,0.8968408832667574f,-0.7718769499594937f,-0.6218135493100143f,0.13249107145657568f,-0.012854360882299243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.02178850286979267f,-0.8184157822882165f,-0.5742132604218226f,0.19563394669597228f,0.1466922745477089f,-0.5707504963186552f,0.8079141337667193f,0.9449742858527244f,-0.9889421811869046f,-0.0666294098246109f,0.13249107145657568f,-0.33735101408425233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.5370090670096836f,0.11905204394691182f,0.04144497033892162f,-0.5500433654168814f,0.8161590757583606f,-0.17702163488717781f,0.35318455972511564f,-0.0021031831635630587f,-0.21332047488848127f,-0.9769800159747039f,-0.5318734191063867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.5416909305909126f,-0.09551472626825416f,-0.06071904618605107f,-0.5500433654168814f,0.821775912207983f,0.1487838911831792f,0.5081974425840073f,-0.0021031831635630587f,0.1767916452502441f,-0.9842460519556538f,-0.5048765234466888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.5168754700254905f,0.18812728591163128f,0.3024241722426627f,-0.5500433654168814f,0.7860707617818334f,-0.28203732666545867f,0.525073111417891f,-0.0021031831635630587f,-0.339016970014269f,-0.9407779071932568f,-0.5312161743677734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.5416909305909126f,-0.09551472626825416f,0.20026015571769f,-0.5500433654168814f,0.821775912207983f,0.1487838911831792f,0.6800859942767827f,-0.0021031831635630587f,0.1767916452502441f,-0.9842460519556538f,-0.5042192787080754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.4905309003030736f,-0.2488605293460666f,-0.07043248221856098f,-0.5500433654168814f,0.7430345523128962f,0.3812505084980804f,1.3397250402234728f,-0.0021031831635630587f,0.45527913406725534f,-0.8903462734821492f,-0.15503677703518348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.4905309003030736f,-0.2488605293460666f,-0.0011292900784216492f,-0.5500433654168814f,0.7430345523128962f,0.3812505084980804f,1.303214582559189f,-0.0021031831635630587f,0.45527913406725534f,-0.8903462734821492f,-0.2953377625639083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.4905309003030736f,-0.2488605293460666f,-0.5610733817975941f,-0.5500433654168814f,0.7430345523128962f,0.3812505084980804f,1.016574563041055f,-0.0021031831635630587f,0.45527913406725534f,-0.8903462734821492f,-0.15627239714377678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.4905309003030736f,-0.2488605293460666f,-0.5544051981143526f,-0.5500433654168814f,0.7430345523128962f,0.3812505084980804f,0.938810852970505f,-0.0021031831635630587f,0.45527913406725534f,-0.8903462734821492f,-0.2967311214097688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8890210661838682f,-0.1741395277625771f,-0.4234583435852042f,-0.18536228044465733f,-0.447698250179887f,0.5244370070273296f,0.724245885349778f,1.3300976850044817f,0.09595738985177515f,0.8334514086201084f,-0.5441975090001709f,-0.09488394457568056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8508343177453678f,-0.31106911610580984f,-0.4234583435852042f,-0.28650040406229044f,-0.5242263644491395f,0.4479448809511657f,0.724245885349778f,1.2742287769606415f,-0.03560453009397302f,0.8382012816947942f,-0.5441975090001709f,-0.09053817765909324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8791887843901159f,0.04055106799349513f,-0.4747448707329205f,-0.3194074414913634f,-0.43791769715706524f,0.3238695029225074f,0.8386516771540976f,1.286326632070345f,0.18776360648241544f,0.945232329092332f,-0.26698440426249925f,-0.11883357225804944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8486891915978786f,-0.23311791818245592f,-0.4747448707329205f,-0.29602482141331904f,-0.516565659845016f,0.17269419062464814f,0.8386516771540976f,1.3030585753496933f,-0.11351905185396347f,0.9569915113243038f,-0.26698440426249925f,-0.10785355507306729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8747080961525023f,-0.09748361009958284f,-0.4747448707329205f,-0.27915419507097783f,-0.48319055605483374f,0.25137671122448807f,0.8386516771540976f,1.3801653106098433f,0.03758501117048494f,0.9629676499321835f,-0.26698440426249925f,-0.012692754973508191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8747080961525023f,-0.23573030728639882f,-0.4234583435852042f,-0.2261148759315382f,-0.48319055605483374f,0.49192965360235874f,0.724245885349778f,1.2694811385493128f,0.03758501117048494f,0.8381148120235813f,-0.5441975090001709f,-0.20126858767881367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7620425385536099f,-0.4159712131656441f,-0.49624501937276133f,-0.5070545666520194f,-0.6397406326919133f,0.36515957091696877f,0.6763064472934481f,1.1182217164845218f,-0.10011539500856201f,0.8328423845994133f,-0.5443808134909256f,-0.09569408791668249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8177327645706247f,-0.29164020041038785f,-0.49624501937276133f,-0.41580297830559826f,-0.5747408217840431f,0.4607413342910717f,0.6763064472934481f,1.1890663116963505f,0.031402444533606105f,0.8382502110827479f,-0.5443808134909256f,-0.09086381064436816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7488517262693287f,-0.31687906725549775f,-0.5820728036927446f,-0.4138232630196099f,-0.634357501146417f,0.08845553954483203f,0.767962354717408f,1.2241416046773972f,-0.19186363074517315f,0.9443321842758078f,-0.2672546967560372f,-0.11907134715156065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8101213309509504f,-0.06996199210663254f,-0.5820728036927446f,-0.4384674895815097f,-0.5759755701600519f,0.28015346564998417f,0.767962354717408f,1.2092416590893869f,0.10934153701619498f,0.9574023999054809f,-0.2672546967560372f,-0.10821227980486461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7892029262393186f,-0.19583154091352176f,-0.5820728036927446f,-0.5163033562240414f,-0.612710012642842f,0.1866018814055801f,0.767962354717408f,1.2239719222156535f,-0.041775371003799626f,0.9627199724942519f,-0.2672546967560372f,-0.013289986619928529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7892029262393186f,-0.3618005278644912f,-0.49624501937276133f,-0.43489823745453104f,-0.612710012642842f,0.40889611120249447f,0.6763064472934481f,1.1319702971950925f,-0.041775371003799626f,0.8377973193323386f,-0.5443808134909256f,-0.2017943834697044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.4905309003030736f,-0.2488605293460666f,-0.07133257874564472f,-0.5500433654168814f,0.7430345523128962f,0.3812505084980804f,0.808006431421278f,-0.0021031831635630587f,0.45527913406725534f,-0.8903462734821492f,-0.4070387207374103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.21049402176771898f,-0.5081775221500844f,0.007602679417249909f,-0.5500433654168814f,0.3160568146795546f,0.7730203011923326f,0.6894851259164451f,-0.0021031831635630587f,0.9250947825464504f,-0.37973045693743834f,-0.7539492641923292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8277772833217835f,0.0009123510955487135f,-0.561056090628991f,0.21822734583819642f,-0.5539620307102296f,-0.15985625872827205f,0.8170508215997327f,0.6769876575538508f,-0.08894289037245538f,0.9871398807468361f,0.132830787437684f,-1.4037542601290216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8277772833217835f,-0.23183596537257786f,-0.5109176590960357f,0.13131015113548308f,-0.5539620307102296f,0.19336245027418947f,0.8097759142845384f,0.7528377181825991f,-0.08894289037245538f,0.9533430903844251f,-0.28848936595387165f,-1.0672459055631567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8347508785733593f,0.29299671598185195f,-0.4662015606418051f,0.035499695694393374f,-0.5375372373168773f,-0.2501023880468593f,0.8052965379231409f,0.4042488873444856f,0.1193511173753471f,0.9228226914836388f,0.36626983340721325f,-0.9884760545109436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8347508785733593f,-0.5461014146539037f,0.07045719008028861f,-0.15122037961523713f,-0.5375372373168773f,0.7804712874545822f,-0.3192464376570644f,0.6817578270322117f,0.1193511173753471f,-0.3043646076205182f,-0.9450489386318909f,-1.0445572901852753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9184283934573328f,-0.13563849072411838f,-0.37160662793532884f,0.004300130897036646f,-0.3402117547977238f,0.7501606167701708f,0.5670229368768519f,0.6949124351988556f,0.20185452184391636f,0.6471949079536088f,-0.7351146190425568f,-0.8619696878147944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6745334538920545f,-0.6378974319238083f,-0.37160662793532884f,0.004300130897036646f,-0.7089596076916379f,0.41935815685076216f,0.5670229368768519f,0.6949124351988556f,-0.2058662047111531f,0.6459300292042025f,-0.7351146190425568f,-0.8619696878147944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.4055374721195102f,-0.37160662793532884f,0.004300130897036646f,-0.5500433654168814f,0.6131372482702553f,0.5670229368768519f,0.6949124351988556f,-0.0021031831635630587f,0.6779395795279228f,-0.7351146190425568f,-0.8619696878147944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7892661706135381f,0.27401174390894023f,-0.5495238631078935f,0.00539322620656489f,-0.5366884111892541f,0.12701627457309012f,0.8341657001392033f,0.6931576991420492f,0.29836967208514253f,0.9533018568079863f,0.04680927884778541f,-0.8371023941539388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8036956767358493f,-0.22824719729074971f,-0.5495238631078935f,0.00539322620656489f,-0.5124829513001076f,-0.20378618534631854f,0.8341657001392033f,0.6931576991420492f,-0.3023813549523793f,0.95203697805858f,0.04680927884778541f,-0.8371023941539388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,0.023992730014018582f,-0.5495238631078935f,0.00539322620656489f,-0.5500433654168814f,-0.04024774369009565f,0.8341657001392033f,0.6931576991420492f,-0.0021031831635630587f,0.9989016308097262f,0.04680927884778541f,-0.8371023941539388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8413397025827578f,0.13020500947027344f,-0.5245895160664219f,-0.160447424316611f,-0.43222821662184946f,0.42068194686671817f,0.7976248919989415f,0.6151169235601233f,0.32454009554113983f,0.8978158803949023f,-0.2976581450202128f,-0.7539499529352871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7281977707455056f,-0.4410599123865978f,-0.5245895160664219f,0.14228844989172865f,-0.6015151665671312f,0.04443012551628839f,0.7976248919989415f,0.8145076435237428f,-0.3284927869390626f,0.8963772183808183f,-0.2976581450202128f,-0.7531875490384955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,0.15161360714457922f,-0.528739483438827f,0.004187066446000551f,-0.5500433654168814f,-0.23386781071323698f,0.8017219862727157f,0.6812083434375455f,-0.0021031831635630587f,0.9603744901031089f,0.27870488940772764f,-0.9476642417297607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8351334460919714f,-0.04793978850279828f,-0.5479542899702998f,8.878689293818312e-17f,-0.5500433654168814f,0.06897705385630792f,0.8322826816666168f,0.7009176177008838f,-0.0021031831635630587f,0.9964657258127901f,-0.08397400729374262f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.0790066077820015e-16f,0.5500473863391668f,0.8351334460919713f,-0.8219166903447401f,-0.0038236399550241164f,-0.8351273411512553f,0.5500433654168816f,0.49662597481495424f,0.999992689862028f,-0.003193249612254071f,0.0021031831635632816f,0.18047548146248327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.0790066077820015e-16f,0.5500473863391668f,0.8351334460919713f,-0.8219166903447402f,-0.0038236399550241164f,-0.8351273411512553f,0.5500433654168816f,0.49626750856917073f,0.999992689862028f,-0.003193249612254071f,0.0021031831635632816f,0.2742247961370484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.0790066077820015e-16f,0.5500473863391668f,0.8351334460919713f,-0.9471867072585359f,-0.0038236399550241164f,-0.8351273411512553f,0.5500433654168816f,0.41394023687953024f,0.999992689862028f,-0.003193249612254071f,0.0021031831635632816f,0.22703466132523134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.0790066077820015e-16f,-0.5500473863391664f,-0.8351334460919715f,0.5090772393643391f,-0.0038236399550241164f,0.8351273411512555f,-0.5500433654168811f,1.3728991222023255f,0.999992689862028f,0.0031932496122540717f,-0.00210318316356328f,0.27757674430397705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.0790066077820015e-16f,-0.5500473863391664f,-0.8351334460919715f,0.5090772393643392f,-0.0038236399550241164f,0.8351273411512555f,-0.5500433654168811f,1.373257588448109f,0.999992689862028f,0.0031932496122540717f,-0.00210318316356328f,0.18382742962941193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.0790066077820015e-16f,-0.5500473863391664f,-0.8351334460919715f,0.6343472562781349f,-0.0038236399550241164f,0.8351273411512555f,-0.5500433654168811f,1.4555848601377495f,0.999992689862028f,0.0031932496122540717f,-0.00210318316356328f,0.23101756444122898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013048960095187054f,-1.9134966356410697e-21f,-0.000008594490411549478f,0.37213000246100836f,-0.000008594427584638772f,-5.974437429724991e-8f,0.000013048864705488368f,0.12216244004107091f,-3.2862236930672795e-8f,0.00001562488577909419f,4.989452519146987e-8f,-0.5610892532113031f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55.mcfunction new file mode 100644 index 000000000..f0e7d8b63 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..4ce550d9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.13850723014404429f,-0.18910807048636263f,-0.782303220828851f,-0.15473648912558233f,-0.7949521830874466f,0.09187434716271856f,-0.1629557466994363f,0.9614873523238616f,0.1257426667713521f,0.7891398396068935f,-0.1684978923989244f,-0.7510650269703699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.0544608681142063f,-0.22307020211652878f,-0.766337848975201f,-0.15473648912558233f,-0.685010214623144f,0.3811551270822833f,-0.15963011921577436f,0.9614873523238616f,0.40962790396431836f,0.6670535615875082f,-0.16505915990098718f,-0.7510650269703699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7778553759323674f,-0.07637374231795212f,0.23675411308340646f,-0.26018284968669514f,0.21342872723382345f,0.19441262234454024f,0.763934784591534f,0.865577897663478f,-0.1278031179936918f,0.7895031527498257f,-0.16521373815037382f,-0.7514048529070534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6753479463428436f,-0.3607175534637872f,0.23192239648986757f,-0.26018284968669514f,0.12027814836965599f,0.25595704217056586f,0.7483442787835435f,0.865577897663478f,-0.41162886001259735f,0.6666099603114216f,-0.16184202920852947f,-0.7514048529070534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0870990076548233f,0.03309424504476872f,1.1218407946321152f,0.006120012755411693f,1.1218545423849537f,0.013358565068815076f,-1.0875064066337945f,0.6788801908798169f,-0.03262488752693691f,1.5620923691268132f,-0.014467101632174706f,0.27355714871035963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5425774273960844f,0.5428987242255994f,-0.6409919738299876f,-0.24268333098644193f,0.3246403244079637f,0.5682646332866f,0.7560978549922874f,0.5355708425456808f,0.774737629813177f,-0.6183334713484812f,0.13208074485555454f,-0.014134941415349933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13305949329571587f,0.7559262270416499f,-0.6409919738299876f,-0.2863434772240987f,-0.06001341786743708f,0.65170117642362f,0.7560978549922874f,0.5552627452834336f,0.9892894222217056f,-0.06213787829211912f,0.13208074485555454f,-0.33874553308184707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.37719622304570954f,-0.6148451229937815f,-0.692595469268182f,0.16953696704564566f,0.5119460570986472f,-0.48476915974669743f,0.7091615446283235f,0.9105086191917019f,-0.7717734408109678f,-0.6220645758192981f,0.13191444033750277f,-0.01280646361722304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.04367961734861425f,-0.7200025048411051f,-0.692595469268182f,0.1552045926031316f,0.14130949213764413f,-0.6907398432493752f,0.7091615446283235f,0.9568757962993664f,-0.9890013743469116f,-0.06689440911140272f,0.13191444033750277f,-0.3373225395748034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6569142271351494f,0.1456343779700746f,0.09473619092287208f,-0.6728595619115105f,0.7229933317798087f,-0.15665456311956288f,0.34829188057686244f,-0.002384072891382124f,-0.21387926591738676f,-0.9768571931490744f,-0.5317382703115923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.662641472697578f,-0.11684157017297453f,-0.030239345021504875f,-0.6728595619115105f,0.7279078472837553f,0.13194762524190773f,0.48559927460032853f,-0.002384072891382124f,0.17622838739520275f,-0.984346418529846f,-0.5048476127908033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6322851340437224f,0.23013296836093083f,0.32591319083241677f,-0.6728595619115105f,0.6963604999827295f,-0.24968392821335667f,0.5585604936742096f,-0.002384072891382124f,-0.339554948912712f,-0.9405831982686772f,-0.5309932475330355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.662641472697578f,-0.11684157017297453f,0.2009376548880398f,-0.6728595619115105f,0.7279078472837553f,0.13194762524190773f,0.6958678876976756f,-0.002384072891382124f,0.17622838739520275f,-0.984346418529846f,-0.5041025900122464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6021689223361358f,-0.30023034961815254f,-0.17011582879430756f,-0.6728595619115105f,0.6604572588751431f,0.3332509852099199f,1.3069444170006956f,-0.002384072891382124f,0.44854074304534364f,-0.8937592058405774f,-0.15838584389779536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6021689223361358f,-0.30023034961815254f,-0.09525006878984701f,-0.6728595619115105f,0.6604572588751431f,0.3332509852099199f,1.2808617730764142f,-0.002384072891382124f,0.44854074304534364f,-0.8937592058405774f,-0.29815395959259067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6021689223361358f,-0.30023034961815254f,-0.6047285886242515f,-0.6728595619115105f,0.6604572588751431f,0.3332509852099199f,0.9116394243776832f,-0.002384072891382124f,0.44854074304534364f,-0.8937592058405774f,-0.15978648672148238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6021689223361358f,-0.30023034961815254f,-0.5853453085980816f,-0.6728595619115105f,0.6604572588751431f,0.3332509852099199f,0.8350923133100386f,-0.002384072891382124f,0.44854074304534364f,-0.8937592058405774f,-0.2997334078831313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8093834596809482f,-0.25772514555074183f,-0.5277084086365764f,-0.2824812164563341f,-0.5795774107130099f,0.4955940869814349f,0.6468976162734261f,1.2799419415374211f,0.09480738466017335f,0.829436103807814f,-0.5504973292523871f,-0.09867995041882102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.7591015109257813f,-0.38116758986625293f,-0.5277084086365764f,-0.37375950477333886f,-0.6499698469076018f,0.398826619185164f,0.6468976162734261f,1.2090942854377627f,-0.03611224475305726f,0.8340555115008138f,-0.5504973292523871f,-0.0944344431343759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.801671701928835f,-0.015136997308983352f,-0.5975728856290194f,-0.40799380132491314f,-0.567895395207542f,0.33133890699053403f,0.753464895543507f,1.2157917119522703f,0.18659395067524312f,0.9433903752035984f,-0.2742212565513819f,-0.12294791335155701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7577575066365608f,-0.2621263197333481f,-0.5975728856290194f,-0.3875454709317784f,-0.6424899693438394f,0.13963269844905365f,0.753464895543507f,1.236005190134033f,-0.11406226557672342f,0.9548782655537229f,-0.2742212565513819f,-0.11196853682423988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.7894338449038246f,-0.14035971958283153f,-0.5975728856290194f,-0.38333326607452844f,-0.612736485186236f,0.2384211628719849f,0.753464895543507f,1.3153077063100993f,0.03671790083844429f,0.9609653990718913f,-0.2742212565513819f,-0.017210883889844597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.7894338449038246f,-0.3135570761035641f,-0.5277084086365764f,-0.31278292395122664f,-0.612736485186236f,0.4539575682609297f,0.6468976162734261f,1.2131672534513902f,0.03671790083844429f,0.8340290679850475f,-0.5504973292523871f,-0.20486742418648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.653138948307062f,-0.47194115627779604f,-0.5921832986631097f,-0.5674382439779764f,-0.7506697958506157f,0.300752456990352f,0.5882540413901647f,1.0207573384291408f,-0.09952071041717911f,0.8287457418445319f,-0.5507051148960002f,-0.09959829210720941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7189255863442406f,-0.3639573355272127f,-0.5921832986631097f,-0.4882965290883043f,-0.6943797552797646f,0.4144803231104617f,0.5882540413901647f,1.1049163557110668f,0.03134895145302574f,0.8341109756322472f,-0.5507051148960002f,-0.09480356589371686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6404567061589145f,-0.3317508337425926f,-0.6926446360487957f,-0.4916279231464119f,-0.743802309994732f,0.04336063795696024f,0.6669917381215947f,1.1397217274386635f,-0.1912415519247178f,0.9423700119311206f,-0.27452764784328265f,-0.12321744416926814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.7116271693218849f,-0.11760178585273619f,-0.6926446360487957f,-0.5137220721552688f,-0.6939988597402376f,0.271085971523397f,0.6669917381215947f,1.121240404039476f,0.1093268245316374f,0.9553440301836106f,-0.27452764784328265f,-0.11237517088415579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.684468885532299f,-0.2274769282608766f,-0.6926446360487957f,-0.5934014677032977f,-0.7278617710869268f,0.15918311301057045f,0.6669917381215947f,1.1242387443042838f,-0.04146790238696255f,0.9606846431796754f,-0.27452764784328265f,-0.017887878553349862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.684468885532299f,-0.4252308614419357f,-0.5921832986631097f,-0.49772452387886235f,-0.7278617710869268f,0.35238391702565053f,0.5882540413901647f,1.0449523629735127f,-0.04146790238696255f,0.8336691726932266f,-0.5507051148960002f,-0.20546344240932554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.6021689223361358f,-0.30023034961815254f,-0.08725995279220748f,-0.6728595619115105f,0.6604572588751431f,0.3332509852099199f,0.7801613697511305f,-0.002384072891382124f,0.44854074304534364f,-0.8937592058405774f,-0.4071125889261234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.2574938229555385f,-0.6216450796065573f,0.009300230816119462f,-0.6728595619115105f,0.279821102833792f,0.6848066591039622f,0.6752284561884585f,-0.002384072891382124f,0.9248767926316576f,-0.38025943071517165f,-0.753941386162995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7318402088087098f,0.025097638288526763f,-0.6810139626491973f,0.2197011538695402f,-0.675610817012974f,-0.15755105005721304f,0.7202275269391828f,0.6953816339852932f,-0.08921845496244489f,0.9871918634076193f,0.13225842928110992f,-1.4036265180289256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7318402088087098f,-0.2595740096321429f,-0.6301041519418169f,0.12187673536461846f,-0.675610817012974f,0.155308134858698f,0.7207145115659697f,0.7569193414206199f,-0.08921845496244489f,0.9531530395325845f,-0.2890317465675864f,-1.0671904961276166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7413991919737051f,0.3276792682738073f,-0.5856223486892209f,0.08121728284600435f,-0.6604168666175376f,-0.20144129586346995f,0.7233747069174585f,0.397710265432451f,0.11906636984392711f,0.9230642997453578f,0.36575332959222784f,-0.9883605878420411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7413991919737051f,-0.6603102466153816f,0.11965624244255404f,-0.14623258549335763f,-0.6604168666175376f,0.6863061278216807f,-0.3046858401722734f,0.6429051942910009f,0.11906636984392711f,-0.304916836414693f,-0.9449068326787802f,-1.044634092970632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8547040590581861f,-0.2506747439218966f,-0.4545801845540042f,0.005260278342294458f,-0.4784295560419354f,0.7202161878234423f,0.502388099682491f,0.6800528776572012f,0.2014599993422451f,0.6468777439027869f,-0.735501905577588f,-0.8619653565300082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.55635145093768f,-0.6955788372646095f,-0.4545801845540042f,0.005260278342294458f,-0.8050055832941319f,0.315550642786051f,0.502388099682491f,0.6800528776572012f,-0.20600746079890606f,0.6454439348130279f,-0.735501905577588f,-0.8619653565300082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.4960872198214231f,-0.4545801845540042f,0.005260278342294458f,-0.6728595619115105f,0.5430158443744212f,0.502388099682491f,0.6800528776572012f,-0.002384072891382124f,0.6775184595921985f,-0.735501905577588f,-0.8619653565300082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6967020680173918f,0.25044354962612597f,-0.6722233682868783f,0.006597443586900758f,-0.6524851693911177f,0.16818230920303484f,0.7389031158384564f,0.6784946355056866f,0.2981095975391168f,0.9534111071944783f,0.04623773927502084f,-0.8370969001946049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7143534419784744f,-0.19446054371658694f,-0.6722233682868783f,0.006597443586900758f,-0.6309499699449496f,-0.23648323583435654f,0.7389031158384564f,0.6784946355056866f,-0.3026570589957778f,0.9519772981047193f,0.04623773927502084f,-0.8370969001946049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,0.029349906104540885f,-0.6722233682868783f,0.006597443586900758f,-0.6728595619115105f,-0.03580775542352321f,0.7389031158384564f,0.6784946355056866f,-0.002384072891382124f,0.998927618830906f,0.04623773927502084f,-0.8370969001946049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7643553451566214f,0.06288320330922956f,-0.6417215977914976f,-0.14518944508648537f,-0.5573543109383947f,0.4359913638697518f,0.7065887790712366f,0.5757075931881156f,0.32421764049614815f,0.8977512090621566f,-0.2982041049659555f,-0.7540103377524208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6259507086700906f,-0.44314681680379797f,-0.6417215977914976f,0.12297587480858643f,-0.7072080193685764f,-0.0242716837362911f,0.7065887790712366f,0.8196191843810381f,-0.3286982319030432f,0.8961204071581378f,-0.2982041049659555f,-0.7531461113292948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,0.1854663946647244f,-0.6467981836008587f,0.007323831015133643f,-0.6728595619115105f,-0.20731189102196151f,0.7101280094357273f,0.6664768569809498f,-0.002384072891382124f,0.9605331833367169f,0.27815520830191465f,-0.947655524567082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7397663997105429f,-0.05864394299467266f,-0.6703033356692617f,8.878689293818312e-17f,-0.6728595619115105f,0.060944795017943046f,0.7372555472185143f,0.6853509249452051f,-0.002384072891382124f,0.9964168906187101f,-0.08454404938367979f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.867250491574198e-16f,0.6728637855162822f,0.7397663997105428f,-0.7808469887755316f,-0.0035431731394978514f,-0.739761756154205f,0.6728595619115106f,0.3563247102956525f,0.999993722942351f,-0.002621120436957233f,0.0023840728913823465f,0.1800898844554451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.867250491574198e-16f,0.6728637855162822f,0.7397663997105428f,-0.7808469887755316f,-0.0035431731394978514f,-0.739761756154205f,0.6728595619115106f,0.35599253781382456f,0.999993722942351f,-0.002621120436957233f,0.0023840728913823465f,0.2738392959812905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.867250491574198e-16f,0.6728637855162822f,0.7397663997105428f,-0.891811948732113f,-0.0035431731394978514f,-0.739761756154205f,0.6728595619115106f,0.2552296897680119f,0.999993722942351f,-0.002621120436957233f,0.0023840728913823465f,0.22660697928466045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.867250491574198e-16f,-0.672863785516282f,-0.739766399710543f,0.39815571076314615f,-0.0035431731394978514f,0.7397617561542053f,-0.6728595619115104f,1.4283624646102944f,0.999993722942351f,0.002621120436957234f,-0.0023840728913823456f,0.27763891215193065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.867250491574198e-16f,-0.672863785516282f,-0.739766399710543f,0.3981557107631462f,-0.0035431731394978514f,0.7397617561542053f,-0.6728595619115104f,1.4286946370921223f,0.999993722942351f,0.002621120436957234f,-0.0023840728913823456f,0.18388950062608525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.867250491574198e-16f,-0.672863785516282f,-0.739766399710543f,0.5091206707197277f,-0.0035431731394978514f,0.7397617561542053f,-0.6728595619115104f,1.529457485137935f,0.999993722942351f,0.002621120436957234f,-0.0023840728913823456f,0.2311218173227153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011558849995477234f,-1.913498612451243e-21f,-0.00001051349664869191f,0.4572545885525332f,-0.000010513430654867352f,-5.5362080304651594e-8f,0.000011558777439909455f,0.1713197529212266f,-3.725113892784569e-8f,0.000015624901920974234f,4.095500682745678e-8f,-0.560697770107011f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56.mcfunction new file mode 100644 index 000000000..1270367e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..297c15ab0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.26290785403592787f,-0.19837350412439195f,-0.7473097467530297f,-0.19080037355488744f,-0.76236440949482f,0.06511870004040597f,-0.28548994112771603f,0.9209661493695216f,0.12893568887737192f,0.7895264100781569f,-0.1642196101787484f,-0.7508732177885161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.1635731577126329f,-0.2780901553285988f,-0.7320585274315394f,-0.19080037355488744f,-0.6655474546331777f,0.3447243066999532f,-0.279663615798579f,0.9209661493695216f,0.41266258336226314f,0.6662064378850993f,-0.1608681895628556f,-0.7508732177885161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7979509724231618f,-0.10403096651032921f,0.13927041344198532f,-0.2834281516791445f,0.1142293599438172f,0.1794023964190656f,0.7884864475248555f,0.8087596607685141f,-0.13103565690376284f,0.7898966910998347f,-0.16073990933733967f,-0.7512367686234523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6831669982362191f,-0.3932813365148248f,0.1364281601064346f,-0.2834281516791445f,0.036127192974158506f,0.20518519413082598f,0.7723948873712871f,0.8087596607685141f,-0.4147019151736845f,0.6657543289071491f,-0.15745950302433276f,-0.7512367686234523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9166205495125677f,0.030072781563453516f,1.2650330612360754f,0.006474714288390519f,1.2649729980788722f,0.018344259116549497f,-0.9170131145675151f,0.6637695324134694f,-0.0325012667849776f,1.5621028666405112f,-0.013584980341171284f,0.2735619794961906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.49053486875116986f,0.45692637974204386f,-0.7420200981342098f,-0.21928799311663008f,0.3986717999079393f,0.6394960030667775f,0.6573474408710971f,0.4864740744422168f,0.7748782733419727f,-0.6182743287226521f,0.13153142569408022f,-0.01419648245740679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13974043596532676f,0.6556514199794875f,-0.7420200981342098f,-0.2651403236677529f,-0.040227018604819476f,0.7525132084916433f,0.6573474408710971f,0.49967356492192316f,0.989370707839275f,-0.06200876167522413f,0.13153142569408022f,-0.3388337459671689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.300988531430888f,-0.5393854259405573f,-0.7864281697841203f,0.13545364550902156f,0.5601557049558564f,-0.5674059817504312f,0.6035528461363076f,0.9161973651958362f,-0.7717716567434213f,-0.6221847106420677f,0.13135713033848423f,-0.01280417205635187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06282339960152256f,-0.6144786035595596f,-0.7864281697841203f,0.11483971751477198f,0.13340198985805216f,-0.7860838829429562f,0.6035528461363076f,0.9599698931180095f,-0.9890688194278596f,-0.06699384109617028f,0.13135713033848423f,-0.3373423784311183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.7529010698413688f,0.1669141486819908f,0.14158565095741346f,-0.7711770943599351f,0.6222234418799683f,-0.1346249512891774f,0.3489182217106006f,-0.002498626238409324f,-0.21442473599556527f,-0.9767373185560961f,-0.5315813970404455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.7594651677602127f,-0.1339141999844061f,-0.0016510317475289579f,-0.7711770943599351f,0.6263782410429544f,0.11373736537524623f,0.4670750004397498f,-0.002498626238409324f,0.17567856473368199f,-0.984444411208695f,-0.5047944437229345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.7246732285619577f,0.2637594847661409f,0.34052808089590814f,-0.7711770943599351f,0.5993281518086342f,-0.2146896727470013f,0.5899110636980803f,-0.002498626238409324f,-0.34008010564458985f,-0.9403931510871851f,-0.5308005763409426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.7594651677602127f,-0.1339141999844061f,0.1972913981909657f,-0.7711770943599351f,0.6263782410429544f,0.11373736537524623f,0.7080678424272295f,-0.002498626238409324f,0.17567856473368199f,-0.984444411208695f,-0.5040136230234316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.6925419315518717f,-0.3392727914833642f,-0.2583462525332773f,-0.7711770943599351f,0.5702701185654091f,0.2829803544523224f,1.261392144464708f,-0.002498626238409324f,0.44178916341824975f,-0.8971154284444804f,-0.1617899627546366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.6925419315518717f,-0.3392727914833642f,-0.1797122436982394f,-0.7711770943599351f,0.5702701185654091f,0.2829803544523224f,1.2455569289124344f,-0.002498626238409324f,0.44178916341824975f,-0.8971154284444804f,-0.3010244811146475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.6925419315518717f,-0.3392727914833642f,-0.6323580208176474f,-0.7711770943599351f,0.5702701185654091f,0.2829803544523224f,0.808325601528246f,-0.002498626238409324f,0.44178916341824975f,-0.8971154284444804f,-0.16325790566970208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.6925419315518717f,-0.3392727914833642f,-0.6014701951678482f,-0.7711770943599351f,0.5702701185654091f,0.2829803544523224f,0.7346521038989775f,-0.002498626238409324f,0.44178916341824975f,-0.8971154284444804f,-0.3026798209975937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7193531187923277f,-0.3304144046767632f,-0.6110297960540483f,-0.36608369477955777f,-0.6882799538769205f,0.4578339002032113f,0.5627244662496024f,1.2189746307841738f,0.09381788515488587f,0.8253571596629037f,-0.5567618552112281f,-0.10251681695406359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6588084875647353f,-0.438878075377222f,-0.6110297960540483f,-0.4463913006520104f,-0.7514270867651655f,0.3445264987772589f,0.5627244662496024f,1.1358934182003935f,-0.036451474432216344f,0.82987199410118f,-0.5567618552112281f,-0.09835254275037109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7139202022933926f,-0.06762188187104362f,-0.6969542494666208f,-0.4810614418351302f,-0.6751881127765609f,0.33026475482669937f,0.6595803242096343f,1.1375226179543996f,0.18557736155735105f,0.9414629428774555f,-0.28144017137916433f,-0.12707862122670543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6580821498161176f,-0.28492570653385574f,-0.6969542494666208f,-0.46375804769086854f,-0.7441994762657007f,0.10545584593264785f,0.6595803242096343f,1.1604887610112111f,-0.11443348993740364f,0.9527310251665015f,-0.28144017137916433f,-0.1161052694515004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6945522670049955f,-0.17847106922031175f,-0.6969542494666208f,-0.4714157657496176f,-0.7185402169408017f,0.22057595642811834f,0.6595803242096343f,1.2400304331351577f,0.0360153444643678f,0.9589026670612506f,-0.28144017137916433f,-0.02176478884476782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6945522670049955f,-0.3797890687373322f,-0.6110297960540483f,-0.38596322528371796f,-0.7185402169408017f,0.4087066573017445f,0.5627244662496024f,1.1480714352422654f,0.0360153444643678f,0.8298910359468069f,-0.5567618552112281f,-0.20849027193279907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5392399151101787f,-0.5147608306726276f,-0.6665145168390513f,-0.6113072399652284f,-0.8363415772845402f,0.23452221588975036f,0.49551195380068136f,0.9219182457042767f,-0.09875768353487485f,0.8246336261997735f,-0.5569796248368855f,-0.10347928443847931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6131273121077727f,-0.4240675630018219f,-0.6665145168390513f,-0.5449576543293205f,-0.7893574672561251f,0.3624675054782521f,0.49551195380068136f,1.0164931188053283f,0.03145930759716698f,0.829930123252596f,-0.5569796248368855f,-0.09873940164844303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.5271225048122836f,-0.3400881133598913f,-0.7787695038146614f,-0.5530338933655652f,-0.8281734833680978f,0.00020740359993376423f,0.5604717998523188f,1.0503373672037781f,-0.19044827740458803f,0.9403935517298364f,-0.28176128459844985f,-0.12736110284697266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6064162997006659f,-0.16055320422096386f,-0.7787695038146614f,-0.5723409934796084f,-0.7875756967430114f,0.2561169331966602f,0.5604717998523188f,1.0289546649157182f,0.10947051364231519f,0.9532191695220565f,-0.28176128459844985f,-0.11653144204681379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.573834254148393f,-0.253440937289586f,-0.7787695038146614f,-0.6521927396751779f,-0.8179448484415284f,0.12975972594864496f,0.5604717998523188f,1.0210426750903496f,-0.040993580886800385f,0.9586084210080301f,-0.28176128459844985f,-0.022474312716966455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.573834254148393f,-0.4758914241807304f,-0.6665145168390513f,-0.5451171692345137f,-0.8179448484415284f,0.29229117083585765f,0.49551195380068136f,0.9552771616522817f,-0.040993580886800385f,0.8295138478908232f,-0.5569796248368855f,-0.20911492849240138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.6925419315518717f,-0.3392727914833642f,-0.10001018260492633f,-0.7711770943599351f,0.5702701185654091f,0.2829803544523224f,0.7505677266058662f,-0.002498626238409324f,0.44178916341824975f,-0.8971154284444804f,-0.4071846893255633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.295118246450893f,-0.7124784730855113f,0.010659159814158542f,-0.7711770943599351f,0.24062766256257445f,0.589393092209469f,0.6603323531449008f,-0.002498626238409324f,0.9246640193180558f,-0.38077579787257876f,-0.7539336965698342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6283352733848047f,0.0467395292242157f,-0.7765373143824718f,0.21638652129510727f,-0.7727970093867919f,-0.1521203241475429f,0.6161527320917091f,0.7100131674917293f,-0.08932841934834326f,0.9872562095976631f,0.13170273386525178f,-1.403528600328028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6283352733848047f,-0.27949361553179586f,-0.7260014484127478f,0.11063909159800081f,-0.7727970093867919f,0.11709077095516188f,0.6237583936428885f,0.757111458857034f,-0.08932841934834326f,0.9529811489395215f,-0.28956409180462284f,-1.0671583650397012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6400617261023606f,0.35251973153980476f,-0.6826791527899255f,0.12140977099456227f,-0.7590603602612118f,-0.15257390126823728f,0.6328890693730688f,0.3957913031994049f,0.11894686317421711f,0.9232827538337828f,0.36524046902570884f,-0.9882264743200243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6400617261023606f,-0.7510021403096423f,0.1622244495419945f,-0.1385537642620336f,-0.7590603602612118f,0.5854017000651719f,-0.28483717987812895f,0.606152561302837f,0.11894686317421711f,-0.305451526123447f,-0.9447491777873485f,-1.044687120358073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7781248696152756f,-0.3508249668665275f,-0.5210024279303413f,0.006028898489303181f,-0.5950036353131181f,0.6774463343933719f,0.4324779046161293f,0.6645046990454332f,0.20122713845399778f,0.646520151766427f,-0.7358799712653767f,-0.861961131243171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.4361776433791816f,-0.7336930785463858f,-0.5210024279303413f,0.006028898489303181f,-0.8759656985265518f,0.21365148495559885f,0.4324779046161293f,0.6645046990454332f,-0.20599310284830827f,0.6450174489650604f,-0.7358799712653767f,-0.861961131243171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.568574378678112f,-0.5210024279303413f,0.006028898489303181f,-0.7711770943599351f,0.4671710084684302f,0.4324779046161293f,0.6645046990454332f,-0.002498626238409324f,0.6771073952907241f,-0.7358799712653767f,-0.861961131243171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5970359798062161f,0.22351561481760984f,-0.7704471485764208f,0.007561447339111629f,-0.7448082185549354f,0.202326896813437f,0.635865193573975f,0.6631589840376628f,0.29800798041303367f,0.9534697670920409f,0.045679829811353545f,-0.8370915394664487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.617266533188241f,-0.1593524968622485f,-0.7704471485764208f,0.007561447339111629f,-0.7261611152847345f,-0.26146795262433603f,0.635865193573975f,0.6631589840376628f,-0.3027739448073442f,0.9519670642906743f,0.045679829811353545f,-0.8370915394664487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,0.03363844896802082f,-0.7704471485764208f,0.007561447339111629f,-0.7711770943599351f,-0.03100555975465291f,0.635865193573975f,0.6631589840376628f,-0.002498626238409324f,0.9989530069103983f,0.045679829811353545f,-0.8370915394664487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6775371535415848f,-0.00017802369048008915f,-0.7354885273601027f,-0.1281162931924302f,-0.6602523219780634f,0.44074263601735053f,0.6081223562072464f,0.5398631489669288f,0.3240528921230954f,0.8976334982073936f,-0.298737051606617f,-0.7540403487557432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5189091400547097f,-0.43564886145765286f,-0.7354885273601027f,0.1026569255362236f,-0.789086527800235f,-0.08677356466756489f,0.6081223562072464f,0.8194148456724053f,-0.32874877339976594f,0.8959243371990374f,-0.298737051606617f,-0.7531345967443198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,0.21256633087650317f,-0.7413068925729833f,0.010044313827828708f,-0.7711770943599351f,-0.17858865514769964f,0.6110580834806982f,0.6513369287209926f,-0.002498626238409324f,0.9606881113192964f,0.2776186406505941f,-0.947645772513351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.636615775803183f,-0.06721286523654708f,-0.7682465650721814f,8.878689293818311e-17f,-0.7711770943599351f,0.05225675958970765f,0.6344723163478068f,0.6690378694915049f,-0.002498626238409324f,0.9963692397017669f,-0.08510049966388843f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.6382113554803716e-16f,0.7711811421439918f,0.6366157758031827f,-0.7266078336403591f,-0.0032399991413986687f,-0.6366124343273003f,0.7711770943599352f,0.23260653421336547f,0.9999947511890068f,-0.002062634567002956f,0.0024986262384095463f,0.17984071218629652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.6382113554803716e-16f,0.7711811421439918f,0.6366157758031827f,-0.7266078336403591f,-0.0032399991413986687f,-0.6366124343273003f,0.7711770943599352f,0.23230278429385937f,0.9999947511890068f,-0.002062634567002956f,0.0024986262384095463f,0.2735902201102659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.6382113554803716e-16f,0.7711811421439918f,0.6366157758031827f,-0.8221002000108365f,-0.0032399991413986687f,-0.6366124343273003f,0.7711770943599352f,0.11677809509962211f,0.9999947511890068f,-0.002062634567002956f,0.0024986262384095463f,0.22634067221251977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.6382113554803716e-16f,-0.7711811421439916f,-0.6366157758031832f,0.2879985590459637f,-0.0032399991413986687f,0.6366124343273007f,-0.771177094359935f,1.4613662784300059f,0.9999947511890068f,0.002062634567002957f,-0.0024986262384095455f,0.2775724056777308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.6382113554803716e-16f,-0.7711811421439916f,-0.6366157758031832f,0.2879985590459638f,-0.0032399991413986687f,0.6366124343273007f,-0.771177094359935f,1.461670028349512f,0.9999947511890068f,0.002062634567002957f,-0.0024986262384095455f,0.18382289775376137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.6382113554803716e-16f,-0.7711811421439916f,-0.6366157758031832f,0.38349092541644125f,-0.0032399991413986687f,0.6366124343273007f,-0.771177094359935f,1.5771947175437493f,0.9999947511890068f,0.002062634567002957f,-0.0024986262384095455f,0.2310724456515075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009947121496924736f,-1.9135005800121427e-21f,-0.000012049705345999872f,0.5255922608621348f,-0.000012049642099373986f,-5.062498658435153e-8f,0.000009947069286364072f,0.22526261345557602f,-3.904103497514569e-8f,0.000015624917987328234f,3.22286651094212e-8f,-0.5603144670452945f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57.mcfunction new file mode 100644 index 000000000..db6853a7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..39e14b77d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.36813463474888464f,-0.20314465776574525f,-0.7001096936652056f,-0.2192707398941085f,-0.7169209869285477f,0.04121781319178555f,-0.3889342294289979f,0.8793066699070864f,0.13208192020161827f,0.7899226445300639f,-0.15975301705735653f,-0.7506838054488824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2570174295698801f,-0.3218549064949753f,-0.6858217407332626f,-0.2192707398941085f,-0.633379838717644f,0.3060578723217784f,-0.38099679617534493f,0.8793066699070864f,0.41565853871092684f,0.6653856009525431f,-0.15649275140312477f,-0.7506838054488824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8051188162153999f,-0.12609255643039463f,0.05318649671867107f,-0.29875379860391427f,0.027337280955083084f,0.16281002601184041f,0.7998062346246441f,0.7538782802494295f,-0.13409254002494073f,0.7902771710528629f,-0.15628700543163557f,-0.7510495171158904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6813837680822715f,-0.4159346587484995f,0.052101058010126766f,-0.29875379860391427f,-0.03629225655061105f,0.15759514307989186f,0.7834836584078146f,0.7538782802494295f,-0.41761110223325004f,0.6649527280411727f,-0.153097474708541f,-0.7510495171158904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.751391910468137f,0.026912586380883917f,1.369705135997283f,0.006677992390518278f,1.3695814195488352f,0.02242503338541506f,-0.7517646593876709f,0.6482633204504559f,-0.03260647343153922f,1.5621072564238205f,-0.012805753332148949f,0.27356604086985725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4365628411239533f,0.37369079223439217f,-0.8183935957404691f,-0.19504586540896465f,0.4570713651281301f,0.691392405482656f,0.5595197126293355f,0.4440622610050993f,0.7749184814738191f,-0.6183297934275359f,0.13103287232664662f,-0.014213083483993305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14327111086029493f,0.5565117350459403f,-0.8183935957404691f,-0.24205669865999893f,-0.022155448926251264f,0.8285208671253019f,0.5595197126293355f,0.45133201768402553f,0.9894354576604447f,-0.06203113326463881f,0.13103287232664662f,-0.33887159302882675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22895073510571856f,-0.4640090567999636f,-0.8557319417330167f,0.10322121867854231f,0.5931435802549148f,-0.6305414101806173f,0.5005978658062978f,0.9147431916619054f,-0.7718563688257892f,-0.6221841570267175f,0.13086107384558776f,-0.012840718676877638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07859919853061642f,-0.5114147141881875f,-0.8557319417330167f,0.07743085666068379f,0.12421108129954345f,-0.8567224661654311f,0.5005978658062978f,0.9554999527133181f,-0.9891378939625877f,-0.06694479874670388f,0.13086107384558776f,-0.3374015901333517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.8246604969687427f,0.18282283067044458f,0.18039664657628954f,-0.8446792628763017f,0.5232079898664693f,-0.11300593881135655f,0.352520938737454f,-0.0024628320761886234f,-0.21491501594619813f,-0.9766296485254836f,-0.5314187059957688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.8318502227756748f,-0.14667763818369867f,0.023507994567202393f,-0.8446792628763017f,0.5266266536259729f,0.09581915548290437f,0.45186230601409205f,-0.0024628320761886234f,0.17518440158521398f,-0.9845325590854752f,-0.5047249591928253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.7937422441593284f,0.2888985505536519f,0.34766761794837475f,-0.8446792628763017f,0.5039816380915332f,-0.18033150399562026f,0.6164832083862982f,-0.0024628320761886234f,-0.34055213742316737f,-0.9402224078135324f,-0.5306490709719599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.8318502227756748f,-0.14667763818369867f,0.1907789659392876f,-0.8446792628763017f,0.5266266536259729f,0.09581915548290437f,0.7158245756629363f,-0.0024628320761886234f,0.17518440158521398f,-0.9845325590854752f,-0.5039553241690164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.7611243094219746f,-0.3663043929329953f,-0.3319922831439097f,-0.8446792628763017f,0.48105042668721565f,0.23474971746691256f,1.20889694448485f,-0.0024628320761886234f,0.43506352707503526f,-0.9003963915227529f,-0.16521935696981593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.7611243094219746f,-0.3663043929329953f,-0.251120264738981f,-0.8446792628763017f,0.48105042668721565f,0.23474971746691256f,1.2024488995193325f,-0.0024628320761886234f,0.43506352707503526f,-0.9003963915227529f,-0.3039221033565963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.7611243094219746f,-0.3663043929329953f,-0.6464617093234298f,-0.8446792628763017f,0.48105042668721565f,0.23474971746691256f,0.7126478775450229f,-0.0024628320761886234f,0.43506352707503526f,-0.9003963915227529f,-0.16666627081457674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.7611243094219746f,-0.3663043929329953f,-0.6057347240478016f,-0.8446792628763017f,0.48105042668721565f,0.23474971746691256f,0.6428488878637827f,-0.0024628320761886234f,0.43506352707503526f,-0.9003963915227529f,-0.3055537296070713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6283169997253105f,-0.39021240150797837f,-0.673017109415177f,-0.43395849978234413f,-0.772381254834579f,0.4162900094030451f,0.4797184854176182f,1.153590202536613f,0.09297819656427521f,0.8212410789656035f,-0.5629548340524898f,-0.1063639179584564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5595387065444433f,-0.48369867305277064f,-0.673017109415177f,-0.5032833890581202f,-0.8279940648169136f,0.2903377401864783f,0.4797184854176182f,1.0611435408083276f,-0.03663692818094867f,0.8256752329520352f,-0.5629548340524898f,-0.10226329761546298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6251403918462444f,-0.11427958860827375f,-0.7721008134368514f,-0.5377037612556896f,-0.7583429760469693f,0.32302459948073736f,0.5661899317459954f,1.058312188755925f,0.18470360354511145f,0.9394654244610777f,-0.2885988480219862f,-0.1311956668489112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5592295082745422f,-0.3018653523761315f,-0.7721008134368514f,-0.5234742768508949f,-0.8210471197968383f,0.07287378309640019f,0.5661899317459954f,1.0833044227424442f,-0.11464721605137158f,0.9505612661854325f,-0.2885988480219862f,-0.12023320184614977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5995666099526583f,-0.21066612000990845f,-0.7721008134368514f,-0.5416025264772983f,-0.7995386960284133f,0.20041665285761423f,0.5661899317459954f,1.1616460851046844f,0.0354648245880512f,0.9567930555440509f,-0.2885988480219862f,-0.026320502837689996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5995666099526583f,-0.4330910420042379f,-0.673017109415177f,-0.444157042026345f,-0.7995386960284133f,0.3613973551394791f,0.4797184854176182f,1.0803316801983016f,0.0354648245880512f,0.8257264081000876f,-0.5629548340524898f,-0.2121089446602094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.42990913839966616f,-0.5452110398318076f,-0.7196687118153573f,-0.6401426738632326f,-0.8975544843430329f,0.17169411790536404f,0.4060998368780897f,0.8282208804741575f,-0.09784722968060339f,0.8205279105077523f,-0.5631694840113528f,-0.10731259757946954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5099060408627685f,-0.4712459811241693f,-0.7196687118153573f,-0.5861580665681185f,-0.8596452217494148f,0.3099887340065576f,0.4060998368780897f,0.9303630007509995f,0.0317162768157922f,0.8257325293721512f,-0.5631694840113528f,-0.1026446145521398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.41832941595688544f,-0.34336943747219506f,-0.840891151787911f,-0.5982182622761514f,-0.8883065084297102f,-0.03849106557220673f,0.4576352094764272f,0.9628171670853918f,-0.18950474090794797f,0.9384113529157372f,-0.28891536112202f,-0.13147410176832147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5039619085316158f,-0.19729284222690854f,-0.840891151787911f,-0.6147709138837301f,-0.856724086702884f,0.23789462858706167f,0.4576352094764272f,0.9392335936869514f,0.1097553370560205f,0.9510424176110401f,-0.28891536112202f,-0.12065326929025003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.4668939009307171f,-0.2737008515121907f,-0.840891151787911f,-0.6935999663375798f,-0.8833913105024177f,0.10094457675520553f,0.4576352094764272f,0.9217862404632294f,-0.04037174510122998f,0.956503024723505f,-0.28891536112202f,-0.027019862399520617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.4668939009307171f,-0.5138939876158526f,-0.7196687118153573f,-0.5779738191240131f,-0.8833913105024177f,0.23388611548445948f,0.4060998368780897f,0.8691618644792262f,-0.04037174510122998f,0.8253546234654944f,-0.5631694840113528f,-0.21272465267925655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.7611243094219746f,-0.3663043929329953f,-0.10954220971726084f,-0.8446792628763017f,0.48105042668721565f,0.23474971746691256f,0.7208724999907248f,-0.0024628320761886234f,0.43506352707503526f,-0.9003963915227529f,-0.4072494690606026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.32324613356441934f,-0.7803851996358859f,0.01167509036939642f,-0.8446792628763017f,0.2021432386589373f,0.49563600951829906f,0.6450687854936232f,-0.0024628320761886234f,0.9244728488171675f,-0.3812399326645033f,-0.7539267873670404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5268139401747722f,0.06498096520871532f,-0.8474930953099707f,0.2098455312192448f,-0.8452777890433218f,-0.14479294131864862f,0.514334972070078f,0.719871707503776f,-0.08928903509146519f,0.9873259230390125f,0.1312059065270958f,-1.4034639062423313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5268139401747722f,-0.29231949813875774f,-0.7981330612406907f,0.09890574540779301f,-0.8452777890433218f,0.08153526848297649f,0.5280695591903044f,0.7534882960009497f,-0.08928903509146519f,0.9528385545313086f,-0.29004509513370735f,-1.0671485898695545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5402492030294196f,0.36844733322631606f,-0.7565562512229295f,0.15470696791179797f,-0.8330517566451118f,-0.10705485079232607f,0.5427375329496993f,0.3963691989733434f,0.11897718006647437f,0.9234640337123304f,0.364771995996377f,-0.9880873484364392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5402492030294196f,-0.8181387261439518f,0.19692593381682497f,-0.1294809813238361f,-0.8330517566451118f,0.48688488171527516f,-0.26261736939432573f,0.572582534157006f,0.11897718006647437f,-0.30592831961205236f,-0.9445910723073638f,-1.0447157259312503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6977625194098325f,-0.43298411331578945f,-0.5706594642367573f,0.006603516216825644f,-0.687507139464445f,0.6284948628200622f,0.36376935081753026f,0.6485975899547305f,0.20115019187726219f,0.6461570745762447f,-0.7362198280967511f,-0.8619573437251487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.32322410949051356f,-0.7548999608697047f,-0.5706594642367573f,0.006603516216825644f,-0.9236627224368479f,0.12049495668426541f,0.36376935081753026f,0.6485975899547305f,-0.20584788127307724f,0.6446758987992146f,-0.7362198280967511f,-0.8619573437251487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.622765524537209f,-0.5706594642367573f,0.006603516216825644f,-0.8446792628763017f,0.3926688200921231f,0.36376935081753026f,0.6485975899547305f,-0.0024628320761886234f,0.6767379841381409f,-0.7362198280967511f,-0.8619573437251487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4994139450122412f,0.196097194299764f,-0.843878902399551f,0.008282133164970227f,-0.8134817170883347f,0.22895454719823238f,0.5346281991068811f,0.6474613473258708f,0.29804900182742544f,0.9534808365693632f,0.04517838869041613f,-0.8370867295825554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5215726838881048f,-0.12581865325415117f,-0.843878902399551f,0.008282133164970227f,-0.7976881448129581f,-0.2790453589375643f,0.5346281991068811f,0.6474613473258708f,-0.3027466912232405f,0.9519996607923331f,0.04517838869041613f,-0.8370867295825554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,0.03684454857936448f,-0.843878902399551f,0.008282133164970227f,-0.8446792628763017f,-0.02626083750531738f,0.5346281991068811f,0.6474613473258708f,-0.0024628320761886234f,0.9989758994357681f,0.04517838869041613f,-0.8370867295825554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5898600215239875f,-0.05561076300095283f,-0.8055883552076536f,-0.11096012059488791f,-0.7396393217167719f,0.43753461056668036f,0.5113679089722163f,0.5082036745102352f,0.3240352276806865f,0.8974803104217468f,-0.29921608183252857f,-0.7540421753948005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4161130822842644f,-0.421755029259541f,-0.8055883552076536f,0.0830742061967309f,-0.8478384187947104f,-0.14026003453966535f,0.5113679089722163f,0.8143999073028945f,-0.32866383793714504f,0.8957956340623767f,-0.29921608183252857f,-0.753149398767182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,0.2328261481901903f,-0.8119612721023136f,0.012267462418346994f,-0.8446792628763017f,-0.15034172294275516f,0.5137259086413215f,0.6360091287745193f,-0.0024628320761886234f,0.9608274304272976f,0.2771363985416587f,-0.9476359399076151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5352671083906726f,-0.07361896146640129f,-0.8414685800359372f,8.878689293818312e-17f,-0.8446792628763017f,0.04374681068286515f,0.5334821078741302f,0.6523828635276931f,-0.0024628320761886234f,0.9963264851782703f,-0.08560063896069012f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.4131733297481926e-16f,0.8446828533095058f,0.5352671083906724f,-0.666747663408708f,-0.0029156884936627145f,-0.5352648331689233f,0.8446792628763018f,0.12885267015817123f,0.99999574937127f,-0.0015606721489705927f,0.002462832076188846f,0.17972739469936408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.4131733297481926e-16f,0.8446828533095058f,0.5352671083906724f,-0.666747663408708f,-0.0029156884936627145f,-0.5352648331689233f,0.8446792628763018f,0.12857932436189037f,0.99999574937127f,-0.0015606721489705927f,0.002462832076188846f,0.27347699620292065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.4131733297481926e-16f,0.8446828533095058f,0.5352671083906724f,-0.7470377296673089f,-0.0029156884936627145f,-0.5352648331689233f,0.8446792628763018f,0.0020141078285855207f,0.99999574937127f,-0.0015606721489705927f,0.002462832076188846f,0.22623277063971403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.4131733297481926e-16f,-0.8446828533095055f,-0.5352671083906728f,0.18633429058892642f,-0.0029156884936627145f,0.5352648331689237f,-0.8446792628763016f,1.4747868995709963f,0.99999574937127f,0.001560672148970594f,-0.002462832076188845f,0.2774021348243463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.4131733297481926e-16f,-0.8446828533095055f,-0.5352671083906728f,0.18633429058892648f,-0.0029156884936627145f,0.5352648331689237f,-0.8446792628763016f,1.475060245367277f,0.99999574937127f,0.001560672148970594f,-0.002462832076188845f,0.18365253332078968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.4131733297481926e-16f,-0.8446828533095055f,-0.5352671083906728f,0.2666243568475274f,-0.0029156884936627145f,0.5352648331689237f,-0.8446792628763016f,1.6016254619005819f,0.99999574937127f,0.001560672148970594f,-0.002462832076188845f,0.2308967588839963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008363548568604261f,-1.9135024900445074e-21f,-0.000013198169582961028f,0.5768561712954755f,-0.000013198113482442215f,-4.555763271347699e-8f,0.00000836351301826443f,0.2778074566824601f,-3.848175119044725e-8f,0.000015624933583926096f,2.4385502327665525e-8f,-0.5599689437179984f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58.mcfunction new file mode 100644 index 000000000..5ef710a16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..ee516a3c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45120687311731555f,-0.20456871655278994f,-0.6492368152716569f,-0.24007702286406415f,-0.6671532370715355f,0.021740330451861196f,-0.4705086191997548f,0.8398481603316312f,0.13514200072927227f,0.7903312234020826f,-0.15510525909556142f,-0.7504864782696166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.33166602749051f,-0.354285301348388f,-0.6359870843477455f,-0.24007702286406415f,-0.5956403818785037f,0.26977365258173597f,-0.4609064024813925f,0.8398481603316312f,0.4185811530447767f,0.664608231683291f,-0.1519398456446316f,-0.7504864782696166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8040024814047964f,-0.14236133213625216f,-0.016053206899756416f,-0.30756315189115113f,-0.04200913921413629f,0.14678479109435402f,0.802267973790752f,0.7041927765827152f,-0.13696600513215684f,0.7906528445912423f,-0.15183160811359223f,-0.7508353913331225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.674274723370002f,-0.43023982059992955f,-0.01572559043241445f,-0.30756315189115113f,-0.09304505296980035f,0.11709576743593483f,0.785895157999104f,0.7041927765827152f,-0.4203524896347762f,0.6642155358155439f,-0.14873300386637606f,-0.7508353913331225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6063232261718048f,0.023990228585438714f,1.4398620990695719f,0.00676690602536172f,1.4396861454685677f,0.025590596665412284f,-0.606675509566826f,0.632651805519284f,-0.03289677720499119f,1.5621062192740696f,-0.012174225018397364f,0.27356918341904307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3869245385844563f,0.3006678905700295f,-0.8717156767096566f,-0.17276254295915763f,0.49986470700353014f,0.72600555108457f,0.47228298136463215f,0.40866293241064733f,0.7748707480176815f,-0.618477775974658f,0.13061609583799394f,-0.014190392562051124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1444940095686884f,0.46822351519054384f,-0.8717156767096566f,-0.22017463984888352f,-0.00695448015230532f,0.8814195486368261f,0.47228298136463215f,0.4109448712106225f,0.989481236004289f,-0.06217973225629912f,0.13061609583799394f,-0.3388639231259585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.16686458812854f,-0.39640138707344785f,-0.9027857716839247f,0.07543234580604004f,0.613319255141873f,-0.6751890606311424f,0.40982828559807105f,0.9075650529700984f,-0.7720075780074386f,-0.6220817251216135f,0.13045545894598098f,-0.012907189032169641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09067902647726567f,-0.4204226023921598f,-0.9027857716839247f,0.045678290243187245f,0.11512918639124607f,-0.9048679720073178f,0.40982828559807105f,0.945341817254726f,-0.9892030047457527f,-0.06677416141868366f,0.13045545894598098f,-0.33748942496436973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8741048467084749f,0.19378437910559404f,0.210267756673014f,-0.8953247263566131f,0.4354053554782945f,-0.09389254920000885f,0.35611342942367363f,-0.002302824145070122f,-0.21532044348266968f,-0.9765407332105421f,-0.5312637807243223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8817256484777423f,-0.15547202140929361f,0.043972497449629236f,-0.8953247263566131f,0.4381932192735648f,0.07987701144337858f,0.43877388935898815f,-0.002302824145070122f,0.17477580896443984f,-0.9846055624471063f,-0.5046471013087842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8413328214546796f,0.30622010412070466f,0.3494577724280249f,-0.8953247263566131f,0.41942496537868135f,-0.14992108854843622f,0.6359024064101151f,-0.002302824145070122f,-0.3409424906933721f,-0.9400813342688795f,-0.5305441481789879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8817256484777423f,-0.15547202140929361f,0.1831625132046401f,-0.8953247263566131f,0.4381932192735648f,0.07987701144337858f,0.7185628663454297f,-0.002302824145070122f,0.17477580896443984f,-0.9846055624471063f,-0.5039274687634498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8094501388101671f,-0.382625327709482f,-0.38921517654121224f,-0.8953247263566131f,0.4015851297365382f,0.19267334519581025f,1.156023745369352f,-0.002302824145070122f,0.42839217587940287f,-0.9035899737415571f,-0.16864824686960123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8094501388101671f,-0.382625327709482f,-0.30720223177210404f,-0.8953247263566131f,0.4015851297365382f,0.19267334519581025f,1.157463407502765f,-0.002302824145070122f,0.42839217587940287f,-0.9035899737415571f,-0.30682247298735743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8094501388101671f,-0.382625327709482f,-0.6508924061606328f,-0.8953247263566131f,0.4015851297365382f,0.19267334519581025f,0.6300204686348418f,-0.002302824145070122f,0.42839217587940287f,-0.9035899737415571f,-0.1700011560548299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8094501388101671f,-0.382625327709482f,-0.6022850651727271f,-0.8953247263566131f,0.4015851297365382f,0.19267334519581025f,0.5643107762915088f,-0.002302824145070122f,0.42839217587940287f,-0.9035899737415571f,-0.3083480939834664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5460317284517863f,-0.43637894225222534f,-0.7151382875240173f,-0.4853271067540568f,-0.8326681775124314f,0.37670275052777896f,0.4059048458726899f,1.0907108546571127f,0.09226623262104594f,0.8171098191208054f,-0.5690505125331882f,-0.11019629293068424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.471044465400791f,-0.5164245746791097f,-0.7151382875240173f,-0.5447885772414008f,-0.8813459437716276f,0.24180691366122492f,0.4059048458726899f,0.9916297923986531f,-0.036693855242837185f,0.8214834600727723f,-0.5690505125331882f,-0.10614447183172288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5449186230767438f,-0.15308905363576752f,-0.8243951939943919f,-0.5785441019362488f,-0.818062124465006f,0.3127627468738469f,0.4826529029061435f,0.9851686008852647f,0.18395122924282636f,0.9374130390734021f,-0.29566660182580995f,-0.13527655248050707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.47094128810148983f,-0.31398545711586523f,-0.8243951939943919f,-0.567036105089898f,-0.8746723181981096f,0.04465994955458347f,0.4826529029061435f,1.0115311374086162f,-0.11472854457045423f,0.9483768352429975f,-0.29566660182580995f,-0.12432902757122574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5142613663770299f,-0.2364483266402609f,-0.8243951939943919f,-0.5937504556946139f,-0.8569172952082982f,0.18093900764944898f,0.4826529029061435f,1.0879111760727436f,0.03504277707209826f,0.9546482411547479f,-0.29566660182580995f,-0.030851342016411515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5142613663770299f,-0.47340519301043427f,-0.7151382875240173f,-0.48723428726726636f,-0.8569172952082982f,0.31770112569829273f,0.4059048458726899f,1.0164284227906277f,0.03504277707209826f,0.8215555477025224f,-0.5690505125331882f,-0.21570134024947876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.3345425375416311f,-0.5653568679097993f,-0.7539581569838132f,-0.6568976919150284f,-0.9373939329519491f,0.11744132521777537f,0.3278721543467355f,0.7458329678146777f,-0.09681892914137816f,0.8164429845606579f,-0.569251216881969f,-0.11108333771068646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.41886506295127013f,-0.5060624038163678f,-0.7539581569838132f,-0.6137504991677607f,-0.907481187237202f,0.2626361460549347f,0.3278721543467355f,0.8530078841954389f,0.03209289406374998f,0.8215370339972573f,-0.569251216881969f,-0.10650101495831016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.3233765616562727f,-0.3437199766890647f,-0.8816372139356619f,-0.6288996076247293f,-0.9273175289600142f,-0.07042875327614129f,0.3675894329213803f,0.8839478678765633f,-0.18844044113422267f,0.9364274495853043f,-0.29596255136132066f,-0.13553689773971006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.4137647002834014f,-0.226968270476627f,-0.8816372139356619f,-0.6430061329001181f,-0.9036950602471092f,0.21957515089260904f,0.3675894329213803f,0.858822078160681f,0.11015448644681256f,0.9488267267037417f,-0.29596255136132066f,-0.12472180362046784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.37316491024663967f,-0.2889009739761734f,-0.8816372139356619f,-0.7202310152043231f,-0.9269181957255035f,0.07550276311179226f,0.3675894329213803f,0.8336697625493723f,-0.039630899480011285f,0.9543770533694234f,-0.29596255136132066f,-0.031505264831791474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.37316491024663967f,-0.5406431792579921f,-0.7539581569838132f,-0.5985862998712751f,-0.9269181957255035f,0.18254453932399023f,0.3278721543467355f,0.7925972412014746f,-0.039630899480011285f,0.8212079175731339f,-0.569251216881969f,-0.21627704628574632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.8094501388101671f,-0.382625327709482f,-0.1161100559381386f,-0.8953247263566131f,0.4015851297365382f,0.19267334519581025f,0.6926794109687062f,-0.002302824145070122f,0.42839217587940287f,-0.9035899737415571f,-0.4073029967263829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.3426270726766042f,-0.8271749256920499f,0.012375096315587987f,-0.8953247263566131f,0.16807345692747677f,0.4124862997129768f,0.6296518646209024f,-0.002302824145070122f,0.9243148825727674f,-0.3816237608632988f,-0.7539210776911707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.4369121186274483f,0.07925393062709868f,-0.8960059235722886f,0.2019809170322393f,-0.8950777932671646f,-0.13700497182793148f,0.42434111478197684f,0.7242573678804465f,-0.08912656504352462f,0.9873947803055183f,0.1307975658372878f,-1.4034323563215478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.4369121186274483f,-0.2994495944499945f,-0.8481967584117547f,0.08806743336985715f,-0.8950777932671646f,0.05130217460035176f,0.4429490161195283f,0.7463775076137424f,-0.08912656504352462f,0.9527318758522824f,-0.29044522398988337f,-1.0671584786814914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4515978706867039f,0.3772376878017941f,-0.8085487555448904f,0.18033507030258156f,-0.8842324360528055f,-0.06822834909554712f,0.4620366775612271f,0.39693226930449105f,0.11913170116873345f,0.9235998155487322f,0.36437757682792626f,-0.9879548525679018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4515978706867039f,-0.8638487737246496f,0.22321437974658817f,-0.12047587539140013f,-0.8842324360528055f,0.3999174256982139f,-0.2412447961201128f,0.5429152391153096f,0.11913170116873345f,-0.30631903100743274f,-0.9444449634675973f,-1.044721485380726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6232905533118194f,-0.49561636577804347f,-0.6048746185162762f,0.006999444682584433f,-0.755660660435923f,0.5807614810661197f,0.3028086332643638f,0.6326040224054122f,0.2012109649641164f,0.6458177142838774f,-0.7365009351625817f,-0.8619542280029528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.22629586205116708f,-0.76348993359003f,-0.6048746185162762f,0.006999444682584433f,-0.9521120754647164f,0.042302805756100015f,0.3028086332643638f,0.6326040224054122f,-0.20560344980760775f,0.6444327691325552f,-0.7365009351625817f,-0.8619542280029528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.6601048132678449f,-0.6048746185162762f,0.006999444682584433f,-0.8953247263566131f,0.3266505257840926f,0.3028086332643638f,0.6326040224054122f,-0.002302824145070122f,0.67643260529457f,-0.7365009351625817f,-0.8619542280029528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.41304955006752f,0.17118290735520408f,-0.8944755342760579f,0.008778706834140825f,-0.860501282150405f,0.2482495101599405f,0.4448704576872449f,0.631654900522239f,0.2982073315774253f,0.9534508864827645f,0.04476376278534144f,-0.837082765564107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.43653686529546654f,-0.09669066045678255f,-0.8944755342760579f,0.008778706834140825f,-0.8472714537502344f,-0.29020916515007916f,0.4448704576872449f,0.631654900522239f,-0.3025998164209166f,0.9520659413314424f,0.04476376278534144f,-0.837082765564107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,0.039053645235087586f,-0.8944755342760579f,0.008778706834140825f,-0.8953247263566131f,-0.021997960169010164f,0.4448704576872449f,0.631654900522239f,-0.002302824145070122f,0.9989949462045616f,0.04476376278534144f,-0.837082765564107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5106288194484842f,-0.10065513348301652f,-0.8538891923734389f,-0.09550914727058288f,-0.7963600888479138f,0.42977301263175777f,0.42556523178423095f,0.4808820858450367f,0.3241432054490587f,0.8973091450090874f,-0.2996122171145066f,-0.7540200522653839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3264644969806875f,-0.4053321839664143f,-0.8538891923734389f,0.06595127100522974f,-0.8862999882810304f,-0.18266516983124997f,0.42556523178423095f,0.805437299149309f,-0.32847109916123873f,0.895733920520786f,-0.2996122171145066f,-0.7531852785127959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,0.24678575646776105f,-0.8606442116398751f,0.01395573679059879f,-0.8953247263566131f,-0.1252431006419938f,0.42744332971288196f,0.6206378616546071f,-0.002302824145070122f,0.9609427434276272f,0.27673767516321757f,-0.9476268168645684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4454080504160348f,-0.07803294963680661f,-0.8919206956874399f,8.87868929381831e-17f,-0.8953247263566131f,0.03625748230283672f,0.4439358392285034f,0.6357338672813082f,-0.002302824145070122f,0.9962912494587309f,-0.08601420378587363f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.2136472942138586e-16f,0.8953276878465154f,0.4454080504160346f,-0.6095433514066305f,-0.002572046164024154f,-0.44540657713260823f,0.8953247263566132f,0.04660355450182099f,0.9999966922837946f,-0.001145610067497841f,0.0023028241450703444f,0.179737722254531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.2136472942138586e-16f,0.8953276878465154f,0.4454080504160346f,-0.6095433514066305f,-0.002572046164024154f,-0.44540657713260823f,0.8953247263566132f,0.046362425173943705f,0.9999966922837946f,-0.001145610067497841f,0.0023028241450703444f,0.2734874121561367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.2136472942138586e-16f,0.8953276878465154f,0.4454080504160346f,-0.6763545589690357f,-0.002572046164024154f,-0.44540657713260823f,0.8953247263566132f,-0.08781571911560965f,0.9999966922837946f,-0.001145610067497841f,0.0023028241450703444f,0.2262671435835733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.2136472942138586e-16f,-0.8953276878465152f,-0.44540805041603504f,0.1003257289439249f,-0.002572046164024154f,0.44540657713260867f,-0.895324726356613f,1.473286207804796f,0.9999966922837946f,0.0011456100674978418f,-0.0023028241450703435f,0.27715753813734223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.2136472942138586e-16f,-0.8953276878465152f,-0.44540805041603504f,0.10032572894392493f,-0.002572046164024154f,0.44540657713260867f,-0.895324726356613f,1.4735273371326731f,0.9999966922837946f,0.0011456100674978418f,-0.0023028241450703435f,0.1834078482357365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.2136472942138586e-16f,-0.8953276878465152f,-0.44540805041603504f,0.16713693650633019f,-0.002572046164024154f,0.44540657713260867f,-0.895324726356613f,1.6077054814222265f,0.9999966922837946f,0.0011456100674978418f,-0.0023028241450703435f,0.23062811680829992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000069595007877505445f,-1.9135042943176404e-21f,-0.000013989495122601802f,0.6123230527906016f,-0.000013989448849322082f,-4.018822131287431e-8f,0.000006959477767697008f,0.32262756455127795f,-3.598162726672066e-8f,0.000015624948316934292f,1.790015730465377e-8f,-0.559682277040757f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59.mcfunction new file mode 100644 index 000000000..6f35b48a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..e4133176d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5106475067748832f,-0.20393659663819086f,-0.6038157275366981f,-0.25347975063832945f,-0.6221862181248984f,0.008120432059066133f,-0.528926094084093f,0.8059605103764154f,0.1380864882762842f,0.7907517736807488f,-0.1502937078547125f,-0.7502752218163444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.38569824298861277f,-0.3759959394468464f,-0.5914929575869696f,-0.25347975063832945f,-0.5600498522679632f,0.24059035934381412f,-0.5181316840007442f,0.8059605103764154f,0.42140364062277585f,0.6638850295874261f,-0.1472264893270653f,-0.7502752218163444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7997200686500513f,-0.15296530459708152f,-0.06319708721391981f,-0.3116951618779348f,-0.08881317389010221f,0.13348880813862546f,0.8007730032223489f,0.6627745859539627f,-0.1396584275522539f,0.7910289489871376f,-0.14735389347547118f,-0.750591789707813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6664238844424369f,-0.43823131582417485f,-0.061907350740166345f,-0.3116951618779348f,-0.1304195547969751f,0.08751697707928191f,0.7844306970341377f,0.6627745859539627f,-0.42293019042297314f,0.6635466016444638f,-0.14434667115964525f,-0.750591789707813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4960516134723182f,0.021689469025228357f,1.4815088976124693f,0.006786375025447946f,1.4812928506564491f,0.027879349679544196f,-0.4963874318065852f,0.6172093969971589f,-0.03332472603940856f,1.562100687790275f,-0.011711269766725275f,0.27357136270657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3479831469338407f,0.2451912864202717f,-0.9048695831519553f,-0.15528750273065456f,0.5278899829083814f,0.7463903102979601f,0.4052575361894015f,0.38021983520235003f,0.7747515055777627f,-0.6186943815462427f,0.1302972250207287f,-0.01413581073091219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14441516189970416f,0.40044387684154803f,-0.9048695831519553f,-0.20267372772899497f,0.004310264351426174f,0.9141924037000729f,0.4052575361894015f,0.3788055297120383f,0.9895077981677068f,-0.06242555980681743f,0.1302972250207287f,-0.338818057004691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.12029516877910147f,-0.34424323210774327f,-0.9311421317481139f,0.054583509308485004f,0.6238817231502801f,-0.7033757331740256f,0.3406378920509866f,0.8964160490299315f,-0.7722050685455548f,-0.6218996503696691f,0.1301543582929071f,-0.012994559259061012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09890977288683511f,-0.35098602153227243f,-0.9311421317481139f,0.022128740079992232f,0.10761424246332896f,-0.934015525201859f,0.3406378920509866f,0.9317269723382113f,-0.9892603457364085f,-0.06651173859434918f,0.1301543582929071f,-0.33759561020382006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.9044042990556818f,0.200501605971974f,0.23071494799099096f,-0.9263605321485621f,0.3681823385883033f,-0.07935949866954009f,0.35651738426245977f,-0.0020480784098361737f,-0.21562613339122086f,-0.97647384807458f,-0.5311259956497612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.9122892637808291f,-0.1608612114152218f,0.058655328460740355f,-0.9263605321485621f,0.37052569219550635f,0.06757866453603277f,0.4264133182024674f,-0.0020480784098361737f,0.17446779248122996f,-0.9846607511024054f,-0.5045674142539205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.8704962837416117f,0.31683473632129305f,0.3484125751161151f,-0.9263605321485621f,0.35467399446413844f,-0.12673800585572223f,0.6460050505588855f,-0.0020480784098361737f,-0.3412368351202658f,-0.9399751208047643f,-0.5304859711466874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.9122892637808291f,-0.1608612114152218f,0.1763529555858645f,-0.9263605321485621f,0.37052569219550635f,0.06757866453603277f,0.7159009844988931f,-0.0020480784098361737f,0.17446779248122996f,-0.9846607511024054f,-0.5039273897508467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.8402518293380157f,-0.39003191336332765f,-0.4289703840683951f,-0.9263605321485621f,0.34069047494190086f,0.1605807110499105f,1.1097052109571266f,-0.0020480784098361737f,0.421790070506621f,-0.9066912053157054f,-0.17205849304666768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.8402518293380157f,-0.39003191336332765f,-0.34638068202394023f,-0.9263605321485621f,0.34069047494190086f,0.1605807110499105f,1.1169118632058892f,-0.0020480784098361737f,0.421790070506621f,-0.9066912053157054f,-0.3097077494179738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.8402518293380157f,-0.39003191336332765f,-0.6502419230636285f,-0.9263605321485621f,0.34069047494190086f,0.1605807110499105f,0.5654683983198465f,-0.0020480784098361737f,0.421790070506621f,-0.9066912053157054f,-0.17326173911244644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.8402518293380157f,-0.39003191336332765f,-0.5958996515292034f,-0.9263605321485621f,0.34069047494190086f,0.1605807110499105f,0.5031980106574669f,-0.0020480784098361737f,0.421790070506621f,-0.9066912053157054f,-0.31106460136449027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4823201604281984f,-0.46896398194661126f,-0.7398919154047404f,-0.5202732943126205f,-0.8711869174205508f,0.3451660912524815f,0.34913281765649307f,1.0375065964546293f,0.09165488399313673f,0.8129779536286712f,-0.5750358503206061f,-0.11399778011133088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.40301986924995326f,-0.5386417534024402f,-0.7398919154047404f,-0.5721232418920253f,-0.9144570336504065f,0.20463286452214174f,0.34913281765649307f,0.9342370157905118f,-0.036651310986781725f,0.8173068287057239f,-0.5750358503206061f,-0.10998314806463977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.48292186917170127f,-0.1824682337542205f,-0.8564413651536955f,-0.6051009440872438f,-0.8562650594410833f,0.3031256799841149f,0.4182403257871317f,0.9251623622908444f,0.18329379764756976f,0.9353182163332344f,-0.3026271929935388f,-0.1393086043766716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4029002053735476f,-0.3227686672581894f,-0.8564413651536955f,-0.5956858868168888f,-0.9080274510038527f,0.023689198148522578f,0.4182403257871317f,0.9523500441868161f,-0.11470646334622642f,0.9461813828899045f,-0.3026271929935388f,-0.12837918194365272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.44843197906512255f,-0.2557673712681352f,-0.8564413651536955f,-0.6287033117244273f,-0.8931423192572318f,0.1654443333489758f,0.4182403257871317f,1.0267771094167304f,0.0347211420254367f,0.9524763641987661f,-0.3026271929935388f,-0.035340984707317835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.44843197906512255f,-0.5014665628638086f,-0.7398919154047404f,-0.5158733350800705f,-0.8931423192572318f,0.28355435667090545f,0.34913281765649307f,0.9629773791657767f,0.0347211420254367f,0.8173911017025489f,-0.5750358503206061f,-0.21925398259039106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.2622842643409828f,-0.5780263720833884f,-0.7727175925622671f,-0.6653515935597303f,-0.9602331587995738f,0.07691754986225008f,0.2683951774249693f,0.6806737587403066f,-0.0957039467362863f,0.8123848864296432f,-0.5752143521156208f,-0.11478669717491546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.34947835610717204f,-0.5298796096826174f,-0.7727175925622671f,-0.6304367245703144f,-0.9363785394342721f,0.22618412769679194f,0.2683951774249693f,0.7908098760385035f,0.03255932277502188f,0.8173544761121935f,-0.5752143521156208f,-0.11030024925593224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2512994924173628f,-0.3436637561366331f,-0.9048446208210759f,-0.6476810350518968f,-0.9496169596198686f,-0.09334888566120032f,0.2991882610466682f,0.8204328833274095f,-0.18728639863346425f,0.9344416558907639f,-0.30289040364962727f,-0.13954014941480158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3451979608021447f,-0.24918784085345008f,-0.9048446208210759f,-0.6599253508142963f,-0.9319857895061424f,0.20466771267223177f,0.2991882610466682f,0.7943474321462797f,0.11063840208830482f,0.9465815059255659f,-0.30289040364962727f,-0.12872850785639148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.30196643450305605f,-0.30012078336009146f,-0.9048446208210759f,-0.7356539550662067f,-0.9525285820384594f,0.056353215096148435f,0.2991882610466682f,0.7637225950126414f,-0.03880171173174663f,0.9522351760692587f,-0.30289040364962727f,-0.03592256849987363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.30196643450305605f,-0.5583223034934981f,-0.7727175925622671f,-0.6100314367801698f,-0.9525285820384594f,0.14371266170668914f,0.2683951774249693f,0.7313872461286364f,-0.03880171173174663f,0.8170819275243412f,-0.5752143521156208f,-0.2197660021928501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.8402518293380157f,-0.39003191336332765f,-0.12013482610178293f,-0.9263605321485621f,0.34069047494190086f,0.1605807110499105f,0.6675602970191726f,-0.0020480784098361737f,0.421790070506621f,-0.9066912053157054f,-0.4073433033601481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.35450369445775554f,-0.8558476270712809f,0.012804059319875393f,-0.9263605321485621f,0.14208804170993272f,0.3488081892394002f,0.6142772813779479f,-0.0020480784098361737f,0.9241959310767596f,-0.3819131921732848f,-0.7539167775139329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3681624405841499f,0.0891669800856808f,-0.9254759137900468f,0.19486286926783644f,-0.9255044321539041f,-0.13028984472420135f,0.35562072834021213f,0.7226798958498465f,-0.08887048670172651f,0.9874582553324182f,0.13049226248806833f,-1.4034311595415236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3681624405841499f,-0.3026501091708509f,-0.8791241827876164f,0.07954058759456095f,-0.9255044321539041f,0.028914800303634317f,0.3776314081043583f,0.7362669965287396f,-0.08887048670172651f,0.9526630284325475f,-0.29074936087827474f,-1.0671844269628838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3836645132039137f,0.38112911668072036f,-0.8411552399683291f,0.19787830481021043f,-0.915723560658212f,-0.039263652806712956f,0.3998858912536419f,0.39480150869165714f,0.11938132920791937f,0.923687697215053f,0.36407298203808336f,-0.9878370193677263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3836645132039137f,-0.8914839918392686f,0.24095193214067934f,-0.1130724166427022f,-0.915723560658212f,0.3335365386401167f,-0.2240619062835439f,0.5176677274040691f,0.11938132920791937f,-0.3066099634491557f,-0.9443190290099303f,-1.044707435686115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.564578650541708f,-0.5381200579388553f,-0.6258416337991481f,0.007242069284673622f,-0.800434345733914f,0.5419673612205995f,0.2560785768882301f,0.6167774851484564f,0.201384720180119f,0.6455216360552628f,-0.73671297793816f,-0.8619518999524548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.15382277059157343f,-0.7646311559511195f,-0.6258416337991481f,0.007242069284673622f,-0.9665371382945489f,-0.015156607677274947f,0.2560785768882301f,0.6167774851484564f,-0.20529129437196347f,0.6442898979439083f,-0.73671297793816f,-0.8619518999524548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.6829862952880922f,-0.6258416337991481f,0.007242069284673622f,-0.9263605321485621f,0.27618820926377663f,0.2560785768882301f,0.6167774851484564f,-0.0020480784098361737f,0.676202479670339f,-0.73671297793816f,-0.8619518999524548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3470499777652956f,0.15179275000378245f,-0.9254811040639334f,0.009083006724929394f,-0.8890900597404342f,0.26078735947772047f,0.3761765792914136f,0.6159740218143432f,0.29845465083301825f,0.9533881235797556f,0.044451177860814706f,-0.8370797941708408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3713514433679858f,-0.07471834800848173f,-0.9254811040639334f,0.009083006724929394f,-0.8778814242880287f,-0.29633660942015394f,0.3761765792914136f,0.6159740218143432f,-0.30236122502486273f,0.9521563854684011f,0.044451177860814706f,-0.8370797941708408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,0.0404073776474419f,-0.9254811040639334f,0.009083006724929394f,-0.9263605321485621f,-0.018637211970775877f,0.3761765792914136f,0.6159740218143432f,-0.0020480784098361737f,0.9990094584945697f,0.044451177860814706f,-0.8370797941708408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4491927361153898f,-0.13294741121305664f,-0.883487901260066f,-0.08355585021758934f,-0.832479740167409f,0.42127771176997764f,0.3598646575820622f,0.4577965131002706f,0.32435068680669227f,0.8971343686525436f,-0.2999109143569618f,-0.7539790696168815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.25864465072294973f,-0.39057915072298355f,-0.883487901260066f,0.052973397247554684f,-0.9085085723272132f,-0.21239021218341017f,0.3598646575820622f,0.7936022060041243f,-0.32819981514372026f,0.895733400509995f,-0.2999109143569618f,-0.7532366411933159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,0.255340191666492f,-0.8904770725108307f,0.015097419900551032f,-0.9263605321485621f,-0.1059389427472119f,0.3614320197312847f,0.6053395768435664f,-0.0020480784098361737f,0.9610298262433492f,0.2764371148118593f,-0.9476189251463303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.37663240680039733f,-0.08073783755492722f,-0.9228377060646656f,8.87868929381831e-17f,-0.9263605321485621f,0.030623128458512307f,0.3753909808197931f,0.6194191237659259f,-0.0020480784098361737f,0.9962648370741424f,-0.08632600873699377f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.060935745808209e-16f,0.9263627961807082f,0.3766324068003971f,-0.5635633693329555f,-0.002210881544768767f,-0.3766314863101964f,0.9263605321485622f,-0.013673457770443848f,0.9999975559984109f,-0.0008326896373566498f,0.0020480784098363958f,0.17985251875634517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.060935745808209e-16f,0.9263627961807082f,0.3766324068003971f,-0.5635633693329556f,-0.002210881544768767f,-0.3766314863101964f,0.9263605321485622f,-0.013880727915265928f,0.9999975559984109f,-0.0008326896373566498f,0.0020480784098363958f,0.2736022896311962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.060935745808209e-16f,0.9263627961807082f,0.3766324068003971f,-0.6200582303530151f,-0.002210881544768767f,-0.3766314863101964f,0.9263605321485622f,-0.15273117266513925f,0.9999975559984109f,-0.0008326896373566498f,0.0020480784098363958f,0.22642019243229522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.060935745808209e-16f,-0.9263627961807079f,-0.37663240680039756f,0.0366945290051777f,-0.002210881544768767f,0.37663148631019683f,-0.926360532148562f,1.4625063701965049f,0.9999975559984109f,0.0008326896373566507f,-0.0020480784098363958f,0.2768664145968726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.060935745808209e-16f,-0.9263627961807079f,-0.37663240680039756f,0.036694529005177716f,-0.002210881544768767f,0.37663148631019683f,-0.926360532148562f,1.462713640341327f,0.9999975559984109f,0.0008326896373566507f,-0.0020480784098363958f,0.18311664372202158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.060935745808209e-16f,-0.9263627961807079f,-0.37663240680039756f,0.09318939002523735f,-0.002210881544768767f,0.37663148631019683f,-0.926360532148562f,1.6015640850912003f,0.9999975559984109f,0.0008326896373566507f,-0.0020480784098363958f,0.23029874092092256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005884881356256209f,-1.9135059470447346e-21f,-0.000014474418690323565f,0.634156077978155f,-0.000014474383314821284f,-3.4545024137008774e-8f,0.0000058848669735968225f,0.35343169261746266f,-3.2001225153690216e-8f,0.00001562496181247517f,1.3010775583697661e-8f,-0.5594651621352595f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..6b75f1326 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.42411298613740117f,0.09101996795043242f,-0.6919450735920903f,-0.026705180571755777f,-0.4177217963114201f,0.6155341886556572f,0.3370023856396665f,1.1752018932626198f,0.5590895458872589f,0.5289399516719911f,-0.2731041040505519f,-0.18559081794483062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.34971181088870806f,0.24136408034439796f,-0.6778237455595988f,-0.026705180571755777f,-0.1473011087443221f,0.7136665951798218f,0.33012478593273453f,1.1752018932626198f,0.704275537476373f,0.2691159074524273f,-0.2675305509066631f,-0.18559081794483062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7021010540541108f,0.28960188928888353f,0.30021542275649404f,-0.11840767999653679f,0.40411222027468435f,0.6179339241069371f,0.3489920103769015f,1.1740937272354337f,-0.103401488215674f,0.4485898523178557f,-0.6745514962378134f,-0.14848620696040166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7439829929218074f,-0.0011022202207105758f,0.29408857739411665f,-0.11840767999653679f,0.1340845068709243f,0.7107365450862128f,0.3418697244508423f,1.1740937272354337f,-0.26174539396194024f,0.3672224783281912f,-0.6607851391717356f,-0.14848620696040166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.1050696764161763f,1.231131869186658f,0.9563895303540113f,-0.34440950041586793f,1.5571271164914486f,0.0363668945630942f,0.12425313705038869f,0.6286600747141805f,0.07564229098081257f,0.9614561974696518f,-1.2293439202120662f,0.4734490377889312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.21001184484505803f,-0.7027793400545485f,-0.6797030412005444f,-0.3179514740469241f,-0.903064442507058f,0.4058418257966906f,-0.1405952528125508f,0.8605923717351482f,0.374659362226799f,0.5842889795525004f,-0.7198866234826884f,0.38491501102030157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.33389927312502843f,-0.7027793400545485f,-0.6281818801900221f,-0.20489398552806362f,-0.9134014760522653f,0.4058418257966906f,0.03146674402526356f,1.1788542336906513f,0.23282830358897644f,0.5842889795525004f,-0.7774299771821108f,0.3017354567968452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5130816020006546f,0.8524206637359141f,-0.10062942772601767f,0.4750107891211506f,0.6775641927892295f,-0.47419917481072227f,-0.5621760465003015f,0.8883049259332185f,-0.5269288702835719f,0.22025928957674787f,-0.8208725912203578f,0.16028450560448404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.31532102884004204f,0.9433374600201001f,0.10337835989259786f,0.34837009723761575f,0.9068496687688492f,0.33162733151216567f,-0.26009035208547826f,1.185540076109659f,-0.2796360617393351f,0.011736674015507445f,-0.9600343345203692f,0.0778740714317051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9269345889267926f,-0.034669318786115455f,-0.3736178611710431f,-0.05970739882699591f,-0.011201411382630614f,0.9978352527611032f,-0.06480228954460016f,0.7585702260032671f,0.3750557241719625f,-0.05588243625766337f,-0.9253163551368544f,0.26889552338854567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9269345889267926f,0.11094709147323725f,-0.3584452688274003f,-0.04114510210593517f,-0.011201411382630614f,0.9466783294322536f,0.32198551049137963f,0.9380848222123858f,0.3750557241719625f,0.3024745997220039f,-0.8762661241248908f,0.32013284756064087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9269345889267926f,0.014394198806231467f,-0.3749467627435191f,0.21301784834648205f,-0.011201411382630614f,0.9977570299490308f,0.06599573903158795f,0.7822816104053658f,0.3750557241719625f,0.06537366616624068f,-0.9246942670622706f,0.11042324761838976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9269345889267926f,0.19993912320507962f,-0.31751632219950854f,0.24852195693368756f,-0.011201411382630614f,0.8310850652245778f,0.5560325015173988f,0.9415852632694579f,0.3750557241719625f,0.5189623891696229f,-0.7681218929266381f,0.20292793375690257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.1283497394986874f,-0.12866777341367872f,0.3039683329566183f,-0.16091550547888112f,0.9439610403366907f,0.2881731327222379f,1.728665290151634f,0.08447041873396188f,0.3040787705465338f,-0.948894540853628f,0.35604546636796086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.1283497394986874f,-0.12866777341367872f,0.3448249520060488f,-0.16091550547888112f,0.9439610403366907f,0.2881731327222379f,1.6437207227577155f,0.08447041873396188f,0.3040787705465338f,-0.948894540853628f,0.22590911614209291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.1283497394986874f,-0.12866777341367872f,-0.2737479178342038f,-0.16091550547888112f,0.9439610403366907f,0.2881731327222379f,1.6341274306827913f,0.08447041873396188f,0.3040787705465338f,-0.948894540853628f,0.40567183737416346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.1283497394986874f,-0.12866777341367872f,-0.30664230952402716f,-0.16091550547888112f,0.9439610403366907f,0.2881731327222379f,1.5371142003779568f,0.08447041873396188f,0.3040787705465338f,-0.948894540853628f,0.28187076855334264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9913185016934348f,0.027059790927676658f,-0.12866777341367872f,0.19057828007417912f,-0.01126632821857386f,0.957512044532873f,0.2881731327222379f,1.819906321855655f,0.13099884750926138f,0.28712097152494404f,-0.948894540853628f,0.3760770491753611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.1283497394986874f,-0.12866777341367872f,0.07601803656180306f,-0.16091550547888112f,0.9439610403366907f,0.2881731327222379f,1.8108839241408847f,0.08447041873396188f,0.30407877054653387f,-0.948894540853628f,0.3888710935266055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.985187819330355f,0.11335592056820955f,-0.12866777341367872f,0.05460795828087084f,0.07222921699278659f,0.9548503473265643f,0.2881731327222379f,1.8032120234452587f,0.15552459887654096f,0.2746110876903434f,-0.948894540853628f,0.3894443410480195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9719982012173399f,-0.1966318919072435f,-0.12866777341367872f,0.08194700085457636f,-0.22637091692084313f,0.9304367004527864f,0.2881731327222379f,1.8173365819020821f,0.06305319026561917f,0.309230408490999f,-0.948894540853628f,0.3900267709175217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9907912952421714f,-0.04215700839844656f,-0.12866777341367872f,0.12130666350511148f,-0.07803154780341819f,0.9543936939882064f,0.2881731327222379f,1.93450845567634f,0.11065119438914037f,0.2955595769357493f,-0.948894540853628f,0.3873409780149694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9907912952421714f,-0.04215700839844656f,-0.12866777341367872f,0.13079199039476194f,-0.07803154780341819f,0.9543936939882064f,0.2881731327222379f,1.719769874528994f,0.11065119438914037f,0.2955595769357493f,-0.948894540853628f,0.3208400732044259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9511618560203744f,-0.28059887337023015f,-0.12866777341367872f,-0.19339558728886075f,-0.3066024089463539f,0.9071665825003389f,0.2881731327222379f,1.7570725908280358f,0.035862047908185105f,0.3135491410576872f,-0.948894540853628f,0.4090607666532067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.12834973949868742f,-0.12866777341367872f,-0.08142220267940112f,-0.16091550547888106f,0.9439610403366908f,0.2881731327222379f,1.7851203019617414f,0.08447041873396188f,0.3040787705465338f,-0.948894540853628f,0.4023953586190172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9230865947718628f,-0.3624303279766372f,-0.12866777341367872f,-0.058903263511982884f,-0.38450047150818667f,0.876992379092905f,0.2881731327222379f,1.7846369739823087f,0.008397973712073209f,0.3154815753347789f,-0.948894540853628f,0.39919506209550326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9899046516841509f,-0.059442280060964414f,-0.12866777341367872f,-0.08880960338608149f,-0.094676129869396f,0.9528864969187069f,0.2881731327222379f,1.7893938611754583f,0.10547611581316954f,0.2974456913978572f,-0.948894540853628f,0.40469492432709997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9684184614872182f,-0.21356565158165158f,-0.12866777341367872f,-0.16309698367528921f,-0.24257479899421097f,0.926344273188953f,0.2881731327222379f,1.8879684596267878f,0.0576467721875846f,0.3102837411056776f,-0.948894540853628f,0.41177151963669373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9684184614872182f,-0.21356565158165158f,-0.12866777341367872f,-0.11504471206941769f,-0.24257479899421097f,0.926344273188953f,0.2881731327222379f,1.6795409981592737f,0.0576467721875846f,0.3102837411056776f,-0.948894540853628f,0.34195767788791637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9833468098567185f,-0.1283497394986874f,-0.12866777341367872f,0.0776737485749269f,-0.16091550547888112f,0.9439610403366907f,0.2881731327222379f,1.2068699927740099f,0.08447041873396188f,0.3040787705465338f,-0.948894540853628f,0.20521146004274837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9269345889267926f,0.19993912320507962f,-0.31751632219950854f,0.0026965773730220285f,-0.011201411382630614f,0.8310850652245778f,0.5560325015173988f,0.8952130933147933f,0.3750557241719625f,0.5189623891696229f,-0.7681218929266381f,0.01060056410413979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9577072489269058f,-0.11674279927262175f,-0.262997992712587f,0.19362869116366876f,-0.17467070290953765f,0.9622006495219642f,0.20894988778316714f,0.4810378696176776f,0.22866344460351692f,0.24605086644330776f,-0.941898083777938f,0.18482787894492003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9577072489269058f,-0.2877402073773696f,-0.0015486804983414482f,0.10739782580951684f,-0.17467070290953765f,0.5856297767841221f,-0.7915351603617284f,0.6008027186436651f,0.22866344460351692f,-0.7577884517477206f,-0.6111216666915409f,-0.08484580927668632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.954130225661558f,0.03523900339537922f,-0.29731082240430595f,-0.060812038543021016f,0.15523032502995388f,0.90737020681173f,-0.3906185530431617f,0.5708214375473162f,0.25600597389537455f,-0.41885262375940635f,-0.8712195021346469f,0.28149535187171665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.954130225661558f,-0.21059669104250475f,-0.21280165930032618f,-0.1423528357338298f,0.15523032502995388f,0.25979693821788385f,-0.9531049769483465f,0.6205622402035615f,0.25600597389537455f,-0.9424195374749831f,-0.21518911848725059f,-0.05256646272805078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9679490378553229f,0.07253154487652505f,-0.24044507712319468f,-0.0045797226854220425f,0.12730492542284547f,0.9669769108507472f,-0.22079200584402883f,0.7915906518954215f,0.21649045262560235f,-0.2443252522343332f,-0.945217993397603f,-0.018003430716172168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537395193808643f,-0.212170781367492f,-0.21298940984252168f,-0.008481439094453223f,-0.12730492542284547f,0.9268380499053527f,-0.35322044846062717f,0.7573623782810677f,0.272349747813802f,-0.3097656998144738f,-0.9109724617595242f,-0.033341538691081474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9691353660219545f,-0.05443167471898318f,-0.24044507712319468f,-0.0045797226854220425f,-6.938893903907228e-18f,0.9753209164963962f,-0.22079200584402883f,0.7915906518954215f,0.24652919162949496f,-0.2139773413983744f,-0.945217993397603f,-0.018003430716172168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9618108495988311f,0.1260329696952388f,-0.24297238555805797f,-0.0017841966026577742f,0.08589830109169656f,0.9818220741964334f,0.1692539408408953f,0.8138414830433701f,0.25988722835786837f,0.141919361506498f,-0.9551531413161206f,-0.0070138875487433285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9690841771297174f,-0.04289845560209523f,-0.24297238555805797f,-0.0017841966026577742f,-0.08589830109169656f,0.9818220741964334f,0.1692539408408953f,0.8138414830433701f,0.23129491889442527f,0.1848922311173948f,-0.9551531413161206f,-0.0070138875487433285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9691353660219545f,0.04172603721561226f,-0.24297238555805797f,-0.0017841966026577742f,-6.938893903907228e-18f,0.9855724750163362f,0.1692539408408953f,0.8138414830433701f,0.24652919162949496f,0.16402997990749935f,-0.9551531413161206f,-0.0070138875487433285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9581827427470436f,0.14671392111132495f,-0.24568446604108388f,-0.1881172602926209f,0.13007894776272236f,0.9880477024476585f,0.0827115774051373f,0.8247796496564124f,0.2548829120413833f,0.04729442927071839f,-0.9658146499765167f,0.046399819898224906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9635058144891436f,-0.1272895571875321f,-0.235486547549141f,0.184640803897484f,-0.13007894776272239f,0.9914966716026632f,-0.003717196495140046f,0.830636665480016f,0.23395728839802105f,0.027050301880802485f,-0.9718704997959361f,-0.0600661805376735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9691353660219545f,-0.0010995870231326858f,-0.24652673938920053f,-0.012127443514547625f,-6.938893903907228e-18f,0.9999900529414865f,-0.004460271077289732f,0.6783697692000342f,0.24652919162949496f,-0.004322606443046287f,-0.9691257259757612f,-0.01598445353807844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9691353660219545f,0.02039081831608887f,-0.24568446604108388f,0f,-6.938893903907228e-18f,0.9965735271233899f,0.0827115774051373f,0.9010416666666666f,0.24652919162949496f,0.08015871484278098f,-0.9658146499765167f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7899847111798021f,0.1588215730240126f,-0.5921991759909349f,0.08571769092835052f,-0.4582118709811606f,0.7946972598651182f,-0.3981182568720214f,0.8074326092935084f,0.4073892946483844f,0.5858600285947583f,0.7005726154374294f,0.3563997526504413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7899847111798021f,0.1588215730240126f,-0.5921991759909349f,0.15977875760145696f,-0.4582118709811606f,0.7946972598651182f,-0.3981182568720214f,0.7644752463890245f,0.4073892946483844f,0.5858600285947583f,0.7005726154374294f,0.3945924990237274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7899847111798021f,0.1588215730240126f,-0.5921991759909349f,0.211578100663544f,-0.4582118709811606f,0.7946972598651182f,-0.3981182568720214f,0.8456716663720697f,0.4073892946483844f,0.5858600285947583f,0.7005726154374294f,0.2704102335214699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6303721053842035f,-0.33132263272627155f,-0.7020372652479487f,0.5354084447363266f,-0.29795440062884204f,0.9383444707781368f,-0.1753078130204289f,1.9334853047856377f,0.7168362322730304f,0.09866593740207613f,-0.6902252160687665f,-0.042844264217337794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17501568083322233f,-0.33132263272627155f,-0.9271433678271208f,0.559219017560574f,-0.041636662965992555f,0.9383444707781368f,-0.3431851431183386f,1.9512425106011957f,0.9836848579497093f,0.09866593740207613f,0.15042982761749624f,-0.13176445744365237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25397944345863804f,-0.33132263272627155f,-0.9086912321266077f,0.6836174159674415f,-0.18941019536595272f,0.9383444707781368f,-0.28919445370119007f,1.9857430757485952f,0.948482061080689f,0.09866593740207613f,-0.30107609105456634f,-0.04214294717231013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001514274009409304f,0.000001763406788074642f,-0.0000034246815826466854f,0.1624395139579142f,-1.0842021724855045e-22f,0.00001389158646897114f,0.000007152932991095188f,0.7340057397427444f,0.000003852018619210859f,0.00000693216033245555f,-0.000013462827737231976f,0.667845364387807f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6.mcfunction new file mode 100644 index 000000000..116852cf4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60.mcfunction new file mode 100644 index 000000000..f96ed91b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..f495ce9c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.545151052072666f,-0.20241743996644868f,-0.5733951123491888f,-0.25953285177665464f,-0.5915254270985801f,0.0019075245380778024f,-0.5630616972325709f,0.7811678709017895f,0.14089870107404154f,0.7911813861511215f,-0.14534102892191902f,-0.7500486565699993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41749430051266856f,-0.38755553198982046f,-0.5616931712808381f,-0.25953285177665464f,-0.5346301293245614f,0.22347360357727686f,-0.5515706421870084f,0.7811678709017895f,0.424109813442038f,0.6632196153072325f,-0.14237488547453292f,-0.7500486565699993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7970183277946465f,-0.1580064436991254f,-0.08209868058272893f,-0.31299354670344265f,-0.10719584604641913f,0.12511093698851017f,0.7998754581062567f,0.6328591050433203f,-0.1421804494094115f,0.7914073929651255f,-0.14284082963328665f,-0.7503207171484676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6620889520410739f,-0.4417808607446777f,-0.08042319730553038f,-0.31299354670344265f,-0.14391568743741368f,0.07304361764245267f,0.7835514691653127f,0.6328591050433203f,-0.42535455151504986f,0.6629436635200573f,-0.13992571066117876f,-0.7503207171484676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4361396517171414f,0.020413080744423273f,1.5002572313888618f,0.006780975732242784f,1.5000142553392548f,0.029313550671208367f,-0.43646786769024465f,0.6022171745817877f,-0.033848012926509866f,1.5620916336379145f,-0.011414470612283026f,0.2735726240036467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.32642414291607f,0.21506029730570153f,-0.920432695771012f,-0.14561487331167886f,0.5417350365319287f,0.7554069214177368f,0.3686238370858939f,0.3587994846833924f,0.7745775810822692f,-0.6189583601478867f,0.1300773588591801f,-0.01405690392540998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14403748504578007f,0.36339627881610775f,-0.920432695771012f,-0.19287717309232544f,0.010479752656400887f,0.9295195756498803f,0.3686238370858939f,0.3553608158430109f,0.9895167394672754f,-0.06274155741032203f,0.1300773588591801f,-0.3387420840631097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.09520072945569566f,-0.3156502765279843f,-0.9440877734823762f,0.04334719410930878f,0.6279217470606546f,-0.7168715504783438f,0.3030007585519729f,0.8830113575677637f,-0.7724319391890776f,-0.6216591373434341f,0.12995697856605676f,-0.013095279138423899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10306568859270715f,-0.3131704644375019f,-0.9440877734823762f,0.00952876503982675f,0.10318275351343295f,-0.9473879140533278f,0.3030007585519729f,0.9168681985643589f,-0.9893082346833556f,-0.06618459420200606f,0.12995697856605676f,-0.33771204364389995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.9184474774235647f,0.20361490366267637f,0.24107412818600962f,-0.9407453532504257f,0.3314676612081771f,-0.0716056555791012f,0.3504310270200397f,-0.0017257221683095313f,-0.21583192717360342f,-0.976429004636551f,-0.5310096430449133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.9264548762925736f,-0.16335899109930385f,0.06634284518678144f,-0.9407453532504257f,0.33363848593338313f,0.060692182707589706f,0.41336756927447144f,-0.0017257221683095313f,0.1742605029769847f,-0.9846980750388445f,-0.5044901617057214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.8840129538789901f,0.3217544019176936f,0.34704582354315733f,-0.9407453532504257f,0.3192854958522818f,-0.11425827093079224f,0.6444139499107977f,-0.0017257221683095313f,-0.34143501506509966f,-0.9399037995297672f,-0.5304703548673165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.9264548762925736f,-0.16335899109930385f,0.17231454054392914f,-0.9407453532504257f,0.33363848593338313f,0.060692182707589706f,0.7073504921652295f,-0.0017257221683095313f,0.1742605029769847f,-0.9846980750388445f,-0.5039508735281246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.8560432775456737f,-0.39012139744973096f,-0.4498999703038969f,-0.9407453532504257f,0.3078152039433302f,0.14229539893846815f,1.0771975371181552f,-0.0017257221683095313f,0.41525860278889654f,-0.9097017723918158f,-0.17544136793994164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.8560432775456737f,-0.39012139744973096f,-0.36675183817874224f,-0.9407453532504257f,0.3078152039433302f,0.14229539893846815f,1.0873387810226112f,-0.0017257221683095313f,0.41525860278889654f,-0.9097017723918158f,-0.3125685198689748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.8560432775456737f,-0.39012139744973096f,-0.6491267575753346f,-0.9407453532504257f,0.3078152039433302f,0.14229539893846815f,0.52450964208353f,-0.0017257221683095313f,0.41525860278889654f,-0.9097017723918158f,-0.1764552297138235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.8560432775456737f,-0.39012139744973096f,-0.5914118323358953f,-0.9407453532504257f,0.3078152039433302f,0.14229539893846815f,0.46409498449420417f,-0.0017257221683095313f,0.41525860278889654f,-0.9097017723918158f,-0.31371181080547994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.44754877244298064f,-0.48784672191082207f,-0.7494702610548638f,-0.538614619084055f,-0.8896053504022718f,0.3282756814473514f,0.31754904740201656f,1.0015487621930286f,0.09111759885133167f,0.8088514405570046f,-0.5809104322427219f,-0.11776224098880256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3657226634258487f,-0.5518525720254072f,-0.7494702610548638f,-0.586301618040053f,-0.9300064629363096f,0.18506912597936603f,0.31754904740201656f,0.8962909690491183f,-0.036536452392069936f,0.8131470699437932f,-0.5809104322427219f,-0.11377629843471833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4493591419541009f,-0.20071463255187177f,-0.8705113427301455f,-0.6186924054614807f,-0.8744684812090168f,0.29811427624814024f,0.38266532854315816f,0.8858184429153265f,0.1827053280949128f,0.93318889544219f,-0.30947899526319345f,-0.14328940827969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.36534170763399526f,-0.32975057064580665f,-0.8705113427301455f,-0.6104495996666471f,-0.9237913249750246f,0.013297903287571772f,0.38266532854315816f,0.9133922772183123f,-0.1146081348071118f,0.94397443128875f,-0.30947899526319345f,-0.13238044685065653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.4124280990789023f,-0.268538759340848f,-0.8705113427301455f,-0.6470475198807351f,-0.9103376704338175f,0.15764698576277042f,0.38266532854315816f,0.986687688714727f,0.034473016683971694f,0.9502812018616336f,-0.30947899526319345f,-0.03978444574464504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.4124280990789023f,-0.5178777760094722f,-0.7494702610548638f,-0.530525020278604f,-0.9103376704338175f,0.26542028611845425f,0.31754904740201656f,0.9269681243380749f,0.034473016683971694f,0.8132371614924397f,-0.5809104322427219f,-0.2227628070804437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.22287250273989093f,-0.5860434881906567f,-0.7790255948759224f,-0.6692391159942904f,-0.9702535995009589f,0.05586169135240812f,0.23555768740306765f,0.6391749106340359f,-0.09452936145923316f,0.8083517188628818f,-0.5810608388400769f,-0.11842698685939375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.3118059719608644f,-0.5439633796293237f,-0.7790255948759224f,-0.6388054685639762f,-0.949569473844605f,0.2069550440259887f,0.23555768740306765f,0.7506366470339586f,0.033088520547478066f,0.8131872179113768f,-0.5810608388400769f,-0.11404348964809312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.21171350968321997f,-0.3458506323854564f,-0.9140922983463939f,-0.6570303442815119f,-0.9594558484575192f,-0.10451687260675872f,0.26176458546022774f,0.779462691278674f,-0.18606951571462593f,0.9324503007769811f,-0.3097007780142667f,-0.14348450940635774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.308225235894372f,-0.26350042516410804f,-0.9140922983463939f,-0.6682890402307513f,-0.9447942266074288f,0.19708670977035925f,0.26176458546022774f,0.7529361503431584f,0.11118036394583991f,0.9443115771662596f,-0.3097007780142667f,-0.1326747907921204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.26320992372163654f,-0.30847334756548617f,-0.9140922983463939f,-0.743342927624318f,-0.9639933958912232f,0.046861865914009884f,0.26176458546022774f,0.7195483801096543f,-0.037911327232870384f,0.9500779754129658f,-0.3097007780142667f,-0.04027449145711526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.26320992372163654f,-0.5690691158222043f,-0.7790255948759224f,-0.6153023765643222f,-0.9639933958912232f,0.12340708481860416f,0.23555768740306765f,0.6917817860254684f,-0.037911327232870384f,0.8129766496240272f,-0.5810608388400769f,-0.22319423762252108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.8560432775456737f,-0.39012139744973096f,-0.12200022500900114f,-0.9407453532504257f,0.3078152039433302f,0.14229539893846815f,0.6471729319439877f,-0.0017257221683095313f,0.41525860278889654f,-0.9097017723918158f,-0.4073703758935477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.36000826649322876f,-0.8691368395343801f,0.013002874925959649f,-0.9407453532504257f,0.12807656009814017f,0.31399773102868f,0.5991442219071852f,-0.0017257221683095313f,0.924116033196031f,-0.38210807250440276f,-0.7539138883420593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.33067298149715874f,0.09424196771392795f,-0.9390281310105608f,0.1906170507504425f,-0.9395821743155558f,-0.12623215998134152f,0.3181992763896512f,0.7145305827451307f,-0.08854782332859651f,0.9875139965123796f,0.13028963763828533f,-1.4034557744767868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.33067298149715874f,-0.30365207988332504f,-0.8935607386687884f,0.07481212337858313f,-0.9395821743155558f,0.017088713014780627f,0.34189664168568706f,0.7235993519257619f,-0.08854782332859651f,0.9526297235915061f,-0.2909568571347622f,-1.0672227015244866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34657400493122925f,0.38231683804489425f,-0.8565747453977861f,0.20676641322666983f,-0.9303540054611883f,-0.02357309803140384f,0.3659039950199028f,0.3871938265853353f,0.11969913795951724f,0.9237305583321122f,0.3638598246237038f,-0.9877375223851113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34657400493122925f,-0.9041375449838277f,0.24984346870900026f,-0.10886461940809111f,-0.9303540054611883f,0.2973348519593836f,-0.2145539799971436f,0.4974463427990642f,0.11969913795951724f,-0.30680170397328044f,-0.9442165169127471f,-1.0446772890816471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5319813620782301f,-0.5595177001262808f,-0.6355594178727811f,0.007354520840712692f,-0.8223958146628981f,0.5201513400801567f,0.23045109554472804f,0.6013784620547992f,0.20164561593632346f,0.6452770929284678f,-0.7368558331963222f,-0.861950357644988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.11484745175625921f,-0.7634620417403246f,-0.6355594178727811f,0.007354520840712692f,-0.9720137648022212f,-0.04562382707804136f,0.23045109554472804f,0.6013784620547992f,-0.20493731690472106f,0.6442392235997804f,-0.7368558331963222f,-0.861950357644988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.6935913956592037f,-0.6355594178727811f,0.007354520840712692f,-0.9407453532504257f,0.24877795903167635f,0.23045109554472804f,0.6013784620547992f,-0.0017257221683095313f,0.6760477076120823f,-0.7368558331963222f,-0.861950357644988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.31107500306667085f,0.14110775992376245f,-0.9398515534680828f,0.009224043519743444f,-0.9022038406770719f,0.2670326195867351f,0.33870608194153645f,0.6006589306130888f,0.2987650788405691f,0.9533006766838801f,0.044240789995711904f,-0.8370778143601331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.33575381076781846f,-0.06283658169028147f,-0.9398515534680828f,0.009224043519743444f,-0.8922057387880474f,-0.298742547571463f,0.33870608194153645f,0.6006589306130888f,-0.30205677980896667f,0.9522628073551926f,0.044240789995711904f,-0.8370778143601331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,0.04103480501844614f,-0.9398515534680828f,0.009224043519743444f,-0.9407453532504257f,-0.01662439152405247f,0.33870608194153645f,0.6006589306130888f,-0.0017257221683095313f,0.9990194064098821f,0.044240789995711904f,-0.8370778143601331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4154120391183882f,-0.14984556787786557f,-0.8972062993218799f,-0.0769922449980958f,-0.8497333579233666f,0.4159321898147705f,0.3239654825875275f,0.4389183027433865f,0.3246321890814011f,0.8969652831984355f,-0.3001120166687228f,-0.753924141016599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.22190520977302952f,-0.38181007625876645f,-0.8972062993218799f,0.04593492161619554f,-0.9182895750527489f,-0.22757553128856428f,0.3239654825875275f,0.7799384932966658f,-0.32787548585557535f,0.8957848197117445f,-0.3001120166687228f,-0.7532985667305868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,0.2593049979592153f,-0.9043039952431051f,0.01567068294000613f,-0.9407453532504257f,-0.09523442280195281f,0.32546671880748523f,0.5902332994468503f,-0.0017257221683095313f,0.9610886133686894f,0.27623486227492644f,-0.9476124746141488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.3391094251428727f,-0.08199149795327434f,-0.9371671099876738f,8.878689293818311e-17f,-0.9407453532504257f,0.02772784760761338f,0.33797832298060293f,0.6037783134689454f,-0.0017257221683095313f,0.9962472387567392f,-0.08653589516825157f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.9776189219469317e-16f,0.9407469360987952f,0.33910942514287246f,-0.5377527331138215f,-0.0018344169957822266f,-0.3391088545762514f,0.9407453532504259f,-0.05110649978479351f,0.9999983174557273f,-0.0006220680929118398f,0.0017257221683097536f,0.18005019095530306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.9776189219469317e-16f,0.9407469360987952f,0.33910942514287246f,-0.5377527331138215f,-0.0018344169957822266f,-0.3391088545762514f,0.9407453532504259f,-0.05127847637814811f,0.9999983174557273f,-0.0006220680929118398f,0.0017257221683097536f,0.2738000332167775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.9776189219469317e-16f,0.9407469360987952f,0.33910942514287246f,-0.5886191468852524f,-0.0018344169957822266f,-0.3391088545762514f,0.9407453532504259f,-0.1923042910690347f,0.9999983174557273f,-0.0006220680929118398f,0.0017257221683097536f,0.2266662537607938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.9776189219469317e-16f,-0.940746936098795f,-0.3391094251428729f,0.0027029132076317464f,-0.0018344169957822266f,0.33910885457625184f,-0.9407453532504256f,1.448034430364718f,0.9999983174557273f,0.0006220680929118407f,-0.0017257221683097531f,0.27655040292252087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.9776189219469317e-16f,-0.940746936098795f,-0.3391094251428729f,0.0027029132076317602f,-0.0018344169957822266f,0.33910885457625184f,-0.9407453532504256f,1.4482064069580727f,0.9999983174557273f,0.0006220680929118407f,-0.0017257221683097531f,0.18280056066104644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.9776189219469317e-16f,-0.940746936098795f,-0.3391094251428729f,0.05356932697906269f,-0.0018344169957822266f,0.33910885457625184f,-0.9407453532504256f,1.5892322216489592f,0.9999983174557273f,0.0006220680929118407f,-0.0017257221683097531f,0.22993434011703012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005298584767857386f,-1.913507404101399e-21f,-0.000014699170876543674f,0.6443159962919531f,-0.000014699146144537902f,-2.8662765559094027e-8f,0.000005298575852753932f,0.36354640842330566f,-2.6964408879836426e-8f,0.000015624973710245742f,9.719813951747505e-9f,-0.5593179067220877f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61.mcfunction new file mode 100644 index 000000000..17cdddf0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..3976e9b82 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5515021980810996f,-0.20065964279953494f,-0.5679132660078675f,-0.2572624903136447f,-0.584957639160864f,0.005117249129218097f,-0.569862104893054f,0.7693054988425965f,0.1435769143821815f,0.7916147838168239f,-0.14027169402120723f,-0.7498105004117455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42390119715765007f,-0.38834555863061193f,-0.5563231993546458f,-0.2572624903136447f,-0.5274828771387513f,0.22391639400049457f,-0.5582322660176856f,0.7693054988425965f,0.4266961323632264f,0.6626078595894356f,-0.13740900638812137f,-0.7498105004117455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7988528714226611f,-0.1570450453930116f,-0.06415128978999866f,-0.31266616293349664f,-0.08878975198125015f,0.12391709236951225f,0.8023125192879879f,0.618393923050072f,-0.14455073229604037f,0.7917864941893344f,-0.13828838655681028f,-0.750028624292962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6641096624212294f,-0.4415984933011995f,-0.06284207979428441f,-0.31266616293349664f,-0.12681017416055246f,0.07886311672307567f,0.7859387944045596f,0.618393923050072f,-0.42764183145259665f,0.6623982031488559f,-0.13546617458626314f,-0.750028624292962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.44495156184251705f,0.02060193510623568f,1.4976648216085546f,0.006782449962503189f,1.4974106203648834f,0.029800688634834482f,-0.4452859788667775f,0.5879831466869179f,-0.034435325355796166f,1.5620799368876002f,-0.011257403824699554f,0.2735730981500587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.32961215961398294f,0.21949156063072156f,-0.9182479398542076f,-0.14704511941069562f,0.5401076342612988f,0.753888507151758f,0.37408002111467636f,0.34535385249310363f,0.7743639762070996f,-0.6192540460880205f,0.12994175139787317f,-0.013960406676294224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14410728721460475f,0.36885472848419726f,-0.9182479398542076f,-0.1943303230279878f,0.010017589403118615f,0.9273423239049288f,0.37408002111467636f,0.34206683097020535f,0.9895113630849312f,-0.06310628787573715f,0.12994175139787317f,-0.33864382268853727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.09888281940632887f,-0.3198666013332339f,-0.9422884618723617f,0.044995963601590576f,0.6270505963280861f,-0.7152449688368895f,0.3085971227962254f,0.8684459343689667f,-0.7726769943973013f,-0.6213774954929114f,0.12984710402665917f,-0.013204342242315537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10246788163868359f,-0.3187362355533167f,-0.9422884618723617f,0.011373689938897523f,0.1034021175113051f,-0.9455558248438163f,0.3085971227962254f,0.9023747541773637f,-0.9893474290291856f,-0.06581332881135098f,0.12984710402665917f,-0.3378339673925171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.9164849584648121f,0.20317982368418533f,0.23958241673286723f,-0.9387357875722024f,0.33677825477914175f,-0.07318147469894201f,0.334510776012f,-0.0013568256268400812f,-0.21595306901191946f,-0.9764028016185489f,-0.5309131370434748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.9244752472948945f,-0.16300992909522016f,0.0652244958082294f,-0.9387357875722024f,0.3391478745086506f,0.061268591851461524f,0.39848393118144365f,-0.0013568256268400812f,0.1741385550511662f,-0.984720225581312f,-0.5044166593812642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.8821240138748898f,0.32106688398188643f,0.34728085284118415f,-0.9387357875722024f,0.32434497088971903f,-0.11651378025685932f,0.6278657096283133f,-0.0013568256268400812f,-0.34155170033803106f,-0.9398620084993424f,-0.5304891290350873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.9244752472948945f,-0.16300992909522016f,0.1729229319165463f,-0.9387357875722024f,0.3391478745086506f,0.061268591851461524f,0.6918388647977569f,-0.0013568256268400812f,0.1741385550511662f,-0.984720225581312f,-0.5039926513728767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.8569110053769933f,-0.3833148167086367f,-0.44860703933977913f,-0.9387357875722024f,0.3140040838032366f,0.142044206098265f,1.0660226901968213f,-0.0013568256268400812f,0.4087847406871745f,-0.912629823535007f,-0.1787991743980201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.8569110053769933f,-0.3833148167086367f,-0.36450511540109165f,-0.9387357875722024f,0.3140040838032366f,0.142044206098265f,1.0752914160770866f,-0.0013568256268400812f,0.4087847406871745f,-0.912629823535007f,-0.3154054319793173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.8569110053769933f,-0.3833148167086367f,-0.6510800992234149f,-0.9387357875722024f,0.3140040838032366f,0.142044206098265f,0.5145154149981523f,-0.0013568256268400812f,0.4087847406871745f,-0.912629823535007f,-0.17959630945378866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.8569110053769933f,-0.3833148167086367f,-0.5928257999507235f,-0.9387357875722024f,0.3140040838032366f,0.142044206098265f,0.45337895681050255f,-0.0013568256268400812f,0.4087847406871745f,-0.912629823535007f,-0.31630432895709887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4533758801063361f,-0.4911832110663556f,-0.7437670095563187f,-0.5381419232255286f,-0.88669959237589f,0.33339871349888595f,0.3203266000782918f,0.9910585017040641f,0.0906319161125666f,0.8047262584281886f,-0.5866868881932962f,-0.1214948747958732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.37095608782817907f,-0.5560595439328986f,-0.7437670095563187f,-0.5864741295000889f,-0.9279378983914274f,0.19058364570755526f,0.3203266000782918f,0.8860945481180225f,-0.03637083491086163f,0.808996698132912f,-0.5866868881932962f,-0.11753168047554871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4556961139083722f,-0.20505371415998253f,-0.8661951431854163f,-0.6187323466107796f,-0.8712964062878742f,0.3018967312197819f,0.3869120521108722f,0.875730257740197f,0.1821637289875331f,0.9310270339727023f,-0.31623573146206885f,-0.14722763104002962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3700276761477986f,-0.33583551451068405f,-0.8661951431854163f,-0.6103985607593504f,-0.9219433453177907f,0.017875456794008177f,0.3869120521108722f,0.9032855189126044f,-0.1144551742338488f,0.9417510155225477f,-0.31623573146206885f,-0.13634088588351367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.41800827048268374f,-0.27381574047171114f,-0.8661951431854163f,-0.6471684799964831f,-0.9077963553387383f,0.16187909428044342f,0.3869120521108722f,0.9770534324397129f,0.03427627520280644f,0.9480612317276095f,-0.31623573146206885f,-0.04418931235163198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.41800827048268374f,-0.5216126161278372f,-0.7437670095563187f,-0.5298056413677199f,-0.9077963553387383f,0.270733534154868f,0.3203266000782918f,0.9161383872548676f,0.03427627520280644f,0.8090881485847439f,-0.5866868881932962f,-0.22623414578319906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.22796947940308682f,-0.5909800306188775f,-0.7738039285700197f,-0.6708948624632716f,-0.9691864346751063f,0.061566638374738136f,0.2385103852686286f,0.6294587321559605f,-0.09331436814575228f,0.8043333590302871f,-0.5868051433385825f,-0.12201752221219388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.31761244175729564f,-0.548041802210901f,-0.7738039285700197f,-0.6398334965653623f,-0.9476229972530962f,0.21242281232501498f,0.2385103852686286f,0.740751364420363f,0.033659945306353065f,0.8090282639273855f,-0.5868051433385825f,-0.11774175593974036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.21614829223583415f,-0.35255461194607907f,-0.9104862224982221f,-0.6576949775342377f,-0.9587104005584609f,-0.09987434031990446f,0.26626957018536523f,0.769601697093574f,-0.18480877583212238f,0.9304463239441669f,-0.3164101051392305f,-0.1473810266522257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.31451460835356254f,-0.26850586543523247f,-0.9104862224982221f,-0.6691804578795216f,-0.9426506421518986f,0.2012716642846526f,0.26626957018536523f,0.7431721491122689f,0.11176013592877485f,0.9420160918917273f,-0.3164101051392305f,-0.1365723098115464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.268638840198135f,-0.31440103717691337f,-0.9104862224982221f,-0.7450329595959131f,-0.9625308736380762f,0.051330627181267796f,0.26626957018536523f,0.7104847713366684f,-0.03697960019419264f,0.9479014476912982f,-0.3164101051392305f,-0.0445746041403178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.268638840198135f,-0.5736380859623991f,-0.7738039285700197f,-0.6159643902543734f,-0.9625308736380762f,0.12902369322156218f,0.2385103852686286f,0.681454440361817f,-0.03697960019419264f,0.8088833246648515f,-0.5868051433385825f,-0.2265733521899091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.8569110053769933f,-0.3833148167086367f,-0.12173953753319261f,-0.9387357875722024f,0.3140040838032366f,0.142044206098265f,0.6334304394186128f,-0.0013568256268400812f,0.4087847406871745f,-0.912629823535007f,-0.4073862466032621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.3592390085164062f,-0.8672796864937715f,0.012975090660459711f,-0.9387357875722024f,0.130550613880632f,0.31895400663196966f,0.5844739592133757f,-0.0013568256268400812f,0.9240691922012872f,-0.38222282381966516f,-0.7539121936787448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.33619279492141113f,0.09350876756585641f,-0.9371395387194187f,0.19125764126831324f,-0.9376560084681836f,-0.1263999398483665f,0.32376575635765226f,0.6985612970662434f,-0.08817944446662908f,0.9875622337830887f,0.13017380680810064f,-1.4035004333006595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.33619279492141113f,-0.3035360771606018f,-0.8915381396804533f,0.07551166510587023f,-0.9376560084681836f,0.019244421461866446f,0.3470315000487872f,0.7084416200740465f,-0.08817944446662908f,0.9526255833770954f,-0.291082262374411f,-1.067269930007956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.35203703734460046f,0.38218158701182176f,-0.854404563943078f,0.20548652719436544f,-0.9282534940652828f,-0.025461302370395483f,0.3710756969099389f,0.3712969880554082f,0.12006404579735774f,0.9237364107962444f,0.3637247149645474f,-0.9876549934834987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.35203703734460046f,-0.9023769493865553f,0.248567426573657f,-0.10949139848896296f,-0.9282534940652828f,0.30252650993115476f,-0.21638660204473964f,0.48338129480073305f,0.12006404579735774f,-0.3069096805327081f,-0.9441350925064065f,-1.0446349692526016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5368055308184363f,-0.5564426716284552f,-0.6342013680793537f,0.007338805857616512f,-0.819175136816868f,0.5236831953958362f,0.23389742640967942f,0.5866993444271786f,0.20197009012178488f,0.6450794246067638f,-0.7369400373471404f,-0.8619494760706283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.12056294332925488f,-0.7637101553744476f,-0.6342013680793537f,0.007338805857616512f,-0.9714013289463244f,-0.040883395654508936f,0.23389742640967942f,0.5866993444271786f,-0.20455814532083885f,0.6442634139369502f,-0.7369400373471404f,-0.8619494760706283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.6921093443747608f,-0.6342013680793537f,0.007338805857616512f,-0.9387357875722024f,0.25311482582046624f,0.23389742640967942f,0.5866993444271786f,-0.0013568256268400812f,0.675956759252405f,-0.7369400373471404f,-0.8619494760706283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.31637119979794454f,0.14268570689854854f,-0.9378432987366656f,0.009204333780505402f,-0.9002428871321854f,0.26656913985649716f,0.3442435734245073f,0.5859785087285558f,0.29911871908377113f,0.9531955112793117f,0.04411699412534004f,-0.8370766706103568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.34099727434974664f,-0.06458177684744384f,-0.9378432987366656f,0.009204333780505402f,-0.890333578631007f,-0.29799745119384796f,0.3442435734245073f,0.5859785087285558f,-0.30170677428282505f,0.952379500609498f,0.04411699412534004f,-0.8370766706103568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,0.040947122723271945f,-0.9378432987366656f,0.009204333780505402f,-0.9387357875722024f,-0.016476749895602702f,0.3442435734245073f,0.5859785087285558f,-0.0013568256268400812f,0.9990254500529818f,0.04411699412534004f,-0.8370766706103568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.42039763622185666f,-0.1473876962822733f,-0.8952891680589461f,-0.07796057332104603f,-0.8471497693280237f,0.4171549641692298f,0.32911852606081676f,0.4247799733837329f,0.32496629946280814f,0.8968046625958034f,-0.30023041378227416f,-0.7538593426512006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.22730428813761885f,-0.38313191742606156f,-0.8952891680589461f,0.046969612564601596f,-0.9170964155704697f,-0.22497813305152847f,0.32911852606081676f,0.7650716963786564f,-0.3275162975212778f,0.8958765392050839f,-0.30023041378227416f,-0.753367493361471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,0.25875092057634547f,-0.9023716977750793f,0.015588368689129118f,-0.9387357875722024f,-0.0963835622375409f,0.3308856752136582f,0.5754721541675819f,-0.0013568256268400812f,0.9611233895974522f,0.27611589775476986f,-0.9476073209957798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.34463499554661414f,-0.08181630027115841f,-0.9351645913177663f,8.878689293818311e-17f,-0.9387357875722024f,0.028597013819187864f,0.34344916935672093f,0.5891956727832145f,-0.0013568256268400812f,0.9962370720920622f,-0.08665942080151198f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.9898889342332467e-16f,0.9387367681328911f,0.3446349955466139f,-0.5415842805139991f,-0.0014453739034201304f,-0.3446346355569555f,0.9387357875722026f,-0.06216380355184936f,0.999998955446594f,-0.0004981264287682018f,0.0013568256268403035f,0.1803094876552686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.9898889342332467e-16f,0.9387367681328911f,0.3446349955466139f,-0.5415842805139991f,-0.0014453739034201304f,-0.3446346355569555f,0.9387357875722026f,-0.062299307355294986f,0.999998955446594f,-0.0004981264287682018f,0.0013568256268403035f,0.2740593897283868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.9898889342332467e-16f,0.9387367681328911f,0.3446349955466139f,-0.5932795298459912f,-0.0014453739034201304f,-0.3446346355569555f,0.9387357875722026f,-0.20304192358940257f,0.999998955446594f,-0.0004981264287682018f,0.0013568256268403035f,0.22698091484780164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.9898889342332467e-16f,-0.9387367681328909f,-0.34463499554661436f,0.007677743638417195f,-0.0014453739034201304f,0.34463463555695595f,-0.9387357875722023f,1.4338108540879029f,0.999998955446594f,0.0004981264287682025f,-0.001356825626840303f,0.27622183057116306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.9898889342332467e-16f,-0.9387367681328909f,-0.34463499554661436f,0.007677743638417209f,-0.0014453739034201304f,0.34463463555695595f,-0.9387357875722023f,1.4339463578913483f,0.999998955446594f,0.0004981264287682025f,-0.001356825626840303f,0.1824719284980449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.9898889342332467e-16f,-0.9387367681328909f,-0.34463499554661436f,0.05937299297040936f,-0.0014453739034201304f,0.34463463555695595f,-0.9387357875722023f,1.574688974125456f,0.999998955446594f,0.0004981264287682025f,-0.001356825626840303f,0.22955040337863003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005384921805415847f,-1.9135086249037e-21f,-0.000014667762002076423f,0.642894125011005f,-0.000014667746680815665f,-2.2583967240936283e-8f,0.000005384916180577434f,0.3452439261647342f,-2.1200400419376272e-8f,0.00001562498367885303f,7.783225449503158e-9f,-0.559229928332563f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62.mcfunction new file mode 100644 index 000000000..3f488261e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..ac43cc31a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.520381485932318f,-0.19793252436459494f,-0.5974698899040655f,-0.2430023214247025f,-0.6122025365916766f,0.020818913093534216f,-0.5401102401295177f,0.774634280067714f,0.14613557997296225f,0.792044022198708f,-0.1351114488476201f,-0.7495700333958564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3967585039838193f,-0.37421111633100346f,-0.5852766268447989f,-0.2430023214247025f,-0.5462540475309041f,0.24834018191193286f,-0.5290875821676908f,0.774634280067714f,0.42917269842410355f,0.6620371548955938f,-0.13235407234052582f,-0.7495700333958564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8031173304254402f,-0.1480785665670646f,0.004442537360808426f,-0.30992037632759084f,-0.019933573507970963f,0.13228156478419884f,0.8056355781058148f,0.625020003188238f,-0.1467979927041276f,0.7921608234355773f,-0.13370124754972074f,-0.7497268135578904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6713303996782841f,-0.4350822401182204f,0.0043518733330368264f,-0.30992037632759084f,-0.06762924129704403f,0.11224553329308243f,0.7891940356954921f,0.625020003188238f,-0.4298159841017801f,0.6618945418942982f,-0.13097265066095093f,-0.7497268135578904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5467359277882937f,0.022754987045280128f,1.4635464754595404f,0.0067822858533599885f,1.4633032611816212f,0.028930998301414955f,-0.5470948849628521f,0.5748663416595836f,-0.035066238473875584f,1.5620664063674932f,-0.011187091554136419f,0.27357301253912847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3660040021571442f,0.2706869974367389f,-0.8903761114403486f,-0.1633737879423472f,0.5165005659917257f,0.7367902956384467f,0.4363109276459136f,0.3432611193614358f,0.7741241733308556f,-0.6195713112077524f,0.12985820957154054f,-0.01385235769223514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14455324322864782f,0.4316650785602691f,-0.8903761114403486f,-0.21080532087674725f,0.0004869423982095389f,0.8997958308993566f,0.4363109276459136f,0.34310134138702325f,0.9894969038653838f,-0.06350372152632999f,0.12985820957154054f,-0.3385310292730642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.14163688944764202f,-0.36829425471166083f,-0.9188570800151559f,0.06413857831220476f,0.618474516923071f,-0.6918333862432373f,0.3726336506489852f,0.8519294930568599f,-0.7729348377867119f,-0.6210683598651587f,0.1297914824248157f,-0.013319326274960352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09522275860830898f,-0.3829285739521732f,-0.9188570800151559f,0.03289361064385338f,0.1098053366481074f,-0.9214591420391933f,0.3726336506489852f,0.8879593691445202f,-0.9893813290570121f,-0.06541220683747995f,0.1297914824248157f,-0.33796007487179247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8912134182300953f,0.19757725809738225f,0.2215448961353813f,-0.9128511459811466f,0.3988398542383174f,-0.08734732939286108f,0.3056873220986583f,-0.0009565728188845943f,-0.21602179019207007f,-0.9763880740415949f,-0.5308285330168098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8989833794881958f,-0.15851502501224574f,0.05199479357501806f,-0.9128511459811466f,0.40190635390055063f,0.07193099453832552f,0.3814943321708761f,-0.0009565728188845943f,0.17406942895967598f,-0.984732917531497f,-0.5043450958214424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.857799956722887f,0.3122136512019673f,0.34913595975873246f,-0.9128511459811466f,0.38402660968941865f,-0.1386591083606057f,0.5909533052177667f,-0.0009565728188845943f,-0.34161791126441843f,-0.9398384370048811f,-0.5305296040109083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8989833794881958f,-0.15851502501224574f,0.1795858571983692f,-0.9128511459811466f,0.40190635390055063f,0.07193099453832552f,0.6667603152899845f,-0.0009565728188845943f,0.17406942895967598f,-0.984732917531497f,-0.5040461668155409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8358641065868213f,-0.36691868999884103f,-0.41618897366165686f,-0.9128511459811466f,0.37343576106242937f,0.16507125019406452f,1.0835224817226043f,-0.0009565728188845943f,0.40233931908221343f,-0.9154901186189301f,-0.1821462731873539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8358641065868213f,-0.36691868999884103f,-0.3307936598908933f,-0.9128511459811466f,0.37343576106242937f,0.16507125019406452f,1.0865503592697872f,-0.0009565728188845943f,0.40233931908221343f,-0.9154901186189301f,-0.3182300152124471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8358641065868213f,-0.36691868999884103f,-0.6560601732735568f,-0.9128511459811466f,0.37343576106242937f,0.16507125019406452f,0.5472224334586806f,-0.0009565728188845943f,0.40233931908221343f,-0.9154901186189301f,-0.1827082597184486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8358641065868213f,-0.36691868999884103f,-0.6012867147723977f,-0.9128511459811466f,0.37343576106242937f,0.16507125019406452f,0.48178647505727756f,-0.0009565728188845943f,0.40233931908221343f,-0.9154901186189301f,-0.31886374470495815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5137757766559269f,-0.4721591321244825f,-0.7163101320469052f,-0.5110197057765902f,-0.8531718409700771f,0.36895275839377994f,0.3687433685496597f,1.015070405065844f,0.09017905021305284f,0.8005870446273011f,-0.5923918659785895f,-0.12521338998592407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.4335883830355174f,-0.5467183084766696f,-0.7163101320469052f,-0.5664720785190206f,-0.9003848072346827f,0.23094485716640833f,0.3687433685496597f,0.9136868899907502f,-0.03617060958303554f,0.8048376010878195f,-0.5923918659785895f,-0.12126904552165726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5156066035624467f,-0.1896675523624203f,-0.835569296912977f,-0.5991791258118353f,-0.837348787029488f,0.3182851469217345f,0.4444564929318222f,0.905466109421472f,0.18165032128527311f,0.9288276400010167f,-0.3229278184782144f,-0.1511442591667811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.4317605232013888f,-0.33971576451677443f,-0.835569296912977f,-0.5890405992361468f,-0.8947215397721802f,0.04395215760851559f,0.4444564929318222f,0.93241916842784f,-0.11426380386002263f,0.9395006158488346f,-0.3229278184782144f,-0.14028108679066126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.4795880885831828f,-0.26799107325708205f,-0.835569296912977f,-0.6212336153614227f,-0.8768304006494592f,0.18337631904816337f,0.4444564929318222f,1.0088366912593105f,0.034113249420685846f,0.9458086012861499f,-0.3229278184782144f,-0.048577125871247295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.4795880885831828f,-0.5068481626839291f,-0.7163101320469052f,-0.5071927787575389f,-0.8768304006494592f,0.3085397488939773f,0.3687433685496597f,0.9394152477581657f,0.034113249420685846f,0.8049274273724102f,-0.5923918659785895f,-0.2296857970300393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.29341866604897004f,-0.5903890973221906f,-0.7518950725846871f,-0.668293008236009f,-0.9515401014449173f,0.10461616381985064f,0.28918314890362196f,0.6634413648305835f,-0.09207020015313983f,0.8003100474383079f,-0.5924752367931116f,-0.12558186055607162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.38216339797472787f,-0.5372196357834269f,-0.7518950725846871f,-0.6296872805603925f,-0.92345949018414f,0.25218183197652005f,0.28918314890362196f,0.7723513901030867f,0.03425941092981663f,0.8048598552230618f,-0.5924752367931116f,-0.12141715038862402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.2803319956120517f,-0.3644128607808208f,-0.8880412372934618f,-0.6453384174480505f,-0.9421975271718207f,-0.07240751434944023f,0.3271405992185037f,0.8022639310341395f,-0.18351510027098783f,0.9284182348291494f,-0.32305075330241156f,-0.15125240428894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.37922133810293157f,-0.25994987515619106f,-0.8880412372934618f,-0.6586799092054941f,-0.918458250308365f,0.22229140960337393f,0.3271405992185037f,0.7767207546205389f,0.1123637804985164f,0.9396874967896645f,-0.32305075330241156f,-0.1404442424938087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.3338873744918186f,-0.31607274798890417f,-0.8880412372934618f,-0.7371743243841486f,-0.9419245428973253f,0.07587610843093491f,0.3271405992185037f,0.7496183776591615f,-0.036019114961708856f,0.9456959522743658f,-0.32305075330241156f,-0.048848759635458094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.3338873744918186f,-0.5684830876796848f,-0.7518950725846871f,-0.6092656296562198f,-0.9419245428973253f,0.17073740620570022f,0.28918314890362196f,0.711202461262879f,-0.036019114961708856f,0.8047830248857895f,-0.5924752367931116f,-0.22992494023476043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.8358641065868213f,-0.36691868999884103f,-0.11838264051866947f,-0.9128511459811466f,0.37343576106242937f,0.16507125019406452f,0.6287645503974627f,-0.0009565728188845943f,0.40233931908221343f,-0.9154901186189301f,-0.40739520345519276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.3493332015811681f,-0.8433649530444702f,0.012617310074268572f,-0.9128511459811466f,0.15527814106042867f,0.3776128760910106f,0.570535247499802f,-0.0009565728188845943f,0.9240427550616197f,-0.3822879435537741f,-0.7539112366033002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3998035976939508f,0.08470518862549375f,-0.9126785383095699f,0.1982496668506744f,-0.912387919451696f,-0.1321342713562276f,0.3874129821931167f,0.6718532271567232f,-0.08778022390936889f,0.987605976770634f,0.1301117478836663f,-1.4035578826198642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3998035976939508f,-0.30140318146286044f,-0.8656287919628365f,0.08348890851326984f,-0.912387919451696f,0.04042047634312845f,0.4073259990852535f,0.6897918615482442f,-0.08778022390936889f,0.9526396523850246f,-0.29115687351350716f,-1.067323028883683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.41494401843909906f,0.37962229922660135f,-0.826866598364888f,0.19001055519224136f,-0.9018374013411137f,-0.05128444331214008f,0.42902122024029377f,0.3445483094090026f,0.12046062885407632f,0.9237190134473101f,0.36363776081700827f,-0.9875826107334197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.41494401843909906f,-0.8795000709503374f,0.23302593580965159f,-0.11653167049118618f,-0.9018374013411137f,0.36366423776233003f,-0.23331871702683932f,0.477977406663043f,0.12046062885407632f,-0.3069657104158292f,-0.9440663586448705f,-1.044584742307795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5917769024450323f,-0.5190995969672523f,-0.6167136338374555f,0.007136442550076589f,-0.780294882917669f,0.5609159844556493f,0.276610112025303f,0.5730998902537624f,0.20233633738175585f,0.6449099679882346f,-0.7369878830512413f,-0.8619489944987646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.18701196246111468f,-0.7646507828645988f,-0.6167136338374555f,0.007136442550076589f,-0.9609083399466583f,0.011916717094344165f,0.276610112025303f,0.5730998902537624f,-0.20416093680574635f,0.6443346739996612f,-0.7369878830512413f,-0.8619489944987646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.6730248313321371f,-0.6167136338374555f,0.007136442550076589f,-0.9128511459811466f,0.30031588570413087f,0.276610112025303f,0.5730998902537624f,-0.0009565728188845943f,0.675905278278023f,-0.7369878830512413f,-0.8619489944987646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.37742092002594974f,0.1607507227285701f,-0.9119828146785488f,0.008950529624398532f,-0.8762718128770952f,0.2565160522495552f,0.407856868147874f,0.5722624383250374f,0.2995015176653608f,0.9530785487464009f,0.044046802785215666f,-0.8370760370478733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4013679448801972f,-0.08480046316877626f,-0.9119828146785488f,0.008950529624398532f,-0.8649314099872321f,-0.2924832151117499f,0.407856868147874f,0.5722624383250374f,-0.3013261170893513f,0.9525032547578274f,0.044046802785215666f,-0.8370760370478733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,0.03981802960522407f,-0.9119828146785488f,0.008950529624398532f,-0.9128511459811466f,-0.018856308904847047f,0.407856868147874f,0.5722624383250374f,-0.0009565728188845943f,0.9990290106562683f,0.044046802785215666f,-0.8370760370478733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.47755287468911883f,-0.11830153742498098f,-0.8706020894295193f,-0.08907101841150111f,-0.8161495962610297f,0.42664561068940754f,0.38970932680963727f,0.4174635795055802f,0.325335347601697f,0.8966483531030145f,-0.30029758986467847f,-0.7537879711029879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.289783963487447f,-0.39758930617719257f,-0.8706020894295193f,0.058934615391586176f,-0.8994493752478574f,-0.1977813488775377f,0.38970932680963727f,0.7483721199237459f,-0.32713311643999743f,0.8959940187577817f,-0.30029758986467847f,-0.7534412134561422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,0.2516160142805907f,-0.8774893225038127f,0.014586969746763231f,-0.9128511459811466f,-0.11354760257471067f,0.3921858325213225f,0.561298895072781f,-0.0009565728188845943f,0.9611432376639213f,0.2760484770132902f,-0.9476029356952292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4082914035947236f,-0.07956026332798623f,-0.9093779710603463f,8.878689293818311e-17f,-0.9128511459811466f,0.03454101340194977f,0.40682883830190014f,0.5761483023327568f,-0.0009565728188845943f,0.9962314404255407f,-0.08672947639698024f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.1312351608192523e-16f,0.9128516471752959f,0.4082914035947234f,-0.5849493994050202f,-0.0010478951556309542f,-0.4082911794254805f,0.9128511459811467f,-0.036121805456638484f,0.9999994509577206f,-0.0004278465839124788f,0.0009565728188848164f,0.1806089023376858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.1312351608192523e-16f,0.9128516471752959f,0.4082914035947234f,-0.5849493994050202f,-0.0010478951556309542f,-0.4082911794254805f,0.9128511459811467f,-0.03622004562747891f,0.9999994509577206f,-0.0004278465839124788f,0.0009565728188848164f,0.27435885086497214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.1312351608192523e-16f,0.9128516471752959f,0.4082914035947234f,-0.6461931099442287f,-0.0010478951556309542f,-0.4082911794254805f,0.9128511459811467f,-0.17309859743923073f,0.9999994509577206f,-0.0004278465839124788f,0.0009565728188848164f,0.22734039067849623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.1312351608192523e-16f,-0.9128516471752957f,-0.4082914035947238f,0.06576502507407057f,-0.0010478951556309542f,0.40829117942548093f,-0.9128511459811465f,1.4186364682799735f,0.9999994509577206f,0.00042784658391247925f,-0.0009565728188848162f,0.27588338879506935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.1312351608192523e-16f,-0.9128516471752957f,-0.4082914035947238f,0.06576502507407059f,-0.0010478951556309542f,0.40829117942548093f,-0.9128511459811465f,1.4187347084508137f,0.9999994509577206f,0.00042784658391247925f,-0.0009565728188848162f,0.18213344026778303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.1312351608192523e-16f,-0.9128516471752957f,-0.4082914035947238f,0.12700873561327916f,-0.0010478951556309542f,0.40829117942548093f,-0.9128511459811465f,1.5556132602625656f,0.9999994509577206f,0.00042784658391247925f,-0.0009565728188848162f,0.2291519004542589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006379553181167557f,-1.9135095730695053e-21f,-0.000014263306987113997f,0.6246386642275711f,-0.000014263299155955417f,-1.637336180673049e-8f,0.0000063795496785231365f,0.28868553436862865f,-1.4946450295071787e-8f,0.000015624991421214383f,6.685102873632486e-9f,-0.5591786397990363f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63.mcfunction new file mode 100644 index 000000000..6c1519b16 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..435225dcc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42700039132226597f,-0.1898541546662105f,-0.6697540669611907f,-0.2065707912835773f,-0.6800966842516524f,0.053956669626425396f,-0.4488893207876275f,0.8011126132405972f,0.14860555280669902f,0.7924572683768178f,-0.1298934637162779f,-0.7493425923189505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.31527466027152345f,-0.3318938870505652f,-0.6560856166150439f,-0.2065707912835773f,-0.5952774692348701f,0.30378239625782877f,-0.4397283142409413f,0.8011126132405972f,0.4315630002815395f,0.6614852254301061f,-0.12724257670166f,-0.7493425923189505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7935232318910751f,-0.1252262888280223f,0.1469139254119506f,-0.2983667984371922f,0.12277627797516258f,0.15222729415237385f,0.7929043327703897f,0.6615311674512517f,-0.14896748121705317f,0.7925210861206482f,-0.1290870328051565f,-0.7494332376465226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6712142169652138f,-0.4108037869930504f,0.14391568203619653f,-0.2983667984371922f,0.05404959367179275f,0.18379506497191728f,0.776722611693443f,0.6615311674512517f,-0.4319144780713994f,0.6614073046800566f,-0.12645260356423493f,-0.7494332376465226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7744434704474243f,0.027364983742528833f,1.356795754248266f,0.006656608904455031f,1.356601540891351f,0.02550618113625644f,-0.7748470455354772f,0.5633002055138341f,-0.035718627249142244f,1.5620521253750201f,-0.011116981551717269f,0.27357273935386506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4442680304874185f,0.3852988145273659f,-0.8088082223930694f,-0.19850578025692683f,0.45137806860583507f,0.6835713027517892f,0.5735748540826107f,0.36188811228785384f,0.7738758015783261f,-0.6198992640566923f,0.12977344163377602f,-0.013740634288755105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1429247444191238f,0.5704399852938883f,-0.8088082223930694f,-0.24540296201945183f,-0.022333124178526703f,0.8188486541043704f,0.5735748540826107f,0.3692161686589329f,0.9894815556629417f,-0.0639148249576755f,0.12977344163377602f,-0.33841426974065786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2389104261393235f,-0.47463629486887426f,-0.8471376487177712f,0.10767827585786514f,0.5874365777492836f,-0.6240126497144867f,0.515292616013965f,0.8274597047279266f,-0.7732011868874343f,-0.6207484197236854f,0.129735592673755f,-0.01343828830525945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07653623059977216f,-0.5258326820676941f,-0.8471376487177712f,0.08256482519231491f,0.12328092169224611f,-0.8481010165235007f,0.515292616013965f,0.8679112571581948f,-0.9894159993411715f,-0.06499735564852444f,0.129735592673755f,-0.33809041308908133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.8157053425542355f,0.18083752073360507f,0.1753095124863367f,-0.8355100959149936f,0.5365905238608124f,-0.11829407984720545f,0.2628391659637437f,-0.0005425870602328689f,-0.21609119332183827f,-0.9763730341258027f,-0.5307415845678156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.8228169936806953f,-0.145084836171333f,0.020124545945135526f,-0.8355100959149936f,0.5410141868389124f,0.0960548242575483f,0.3648796686476494f,-0.0005425870602328689f,0.17399955330199302f,-0.9847455818890425f,-0.5042713282104985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.7851228372786886f,0.2857613430120698f,0.3470203958432826f,-0.8355100959149936f,0.516559441739053f,-0.18732117545636962f,0.5239360709371792f,-0.0005425870602328689f,-0.3416847575378507f,-0.9398144668313966f,-0.5305720261114928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.8228169936806953f,-0.145084836171333f,0.19183542930208142f,-0.8355100959149936f,0.5410141868389124f,0.0960548242575483f,0.6259765736210849f,-0.0005425870602328689f,0.17399955330199302f,-0.9847455818890425f,-0.5041017697541756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.7673713859808172f,-0.3304823304724165f,-0.33059493720066113f,-0.8355100959149936f,0.5044061894282074f,0.21793869709309005f,1.1339171394380947f,-0.0005425870602328689f,0.3958731514568716f,-0.9183050438470253f,-0.1855091110709876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.7673713859808172f,-0.3304823304724165f,-0.24505092643201462f,-0.8355100959149936f,0.5044061894282074f,0.21793869709309005f,1.1226297472088582f,-0.0005425870602328689f,0.3958731514568716f,-0.9183050438470253f,-0.3210640058489964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.7673713859808172f,-0.3304823304724165f,-0.6534113979117195f,-0.8355100959149936f,0.5044061894282074f,0.21793869709309005f,0.6430549580880359f,-0.0005425870602328689f,0.3958731514568716f,-0.9183050438470253f,-0.18582788096887443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.7673713859808172f,-0.3304823304724165f,-0.60907799914874f,-0.8355100959149936f,0.5044061894282074f,0.21793869709309005f,0.569104308665175f,-0.0005425870602328689f,0.3958731514568716f,-0.9183050438470253f,-0.3214234697764007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6445298779640856f,-0.4113611510328835f,-0.6444868034587693f,-0.43550229437446447f,-0.7592949649545415f,0.44330611088510563f,0.4763935854381374f,1.0818083667207727f,0.0897351247075659f,0.7964054843312066f,-0.5980684843066839f,-0.12894914326329304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5722435840301715f,-0.5071232993107315f,-0.6444868034587693f,-0.5065266540401706f,-0.8192951382635711f,0.31906837538538957f,0.4763935854381374f,0.9906532205593324f,-0.035954929480944774f,0.8006380774889029f,-0.5980684843066839f,-0.12502227589058165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6443159592445631f,-0.1413922971232304f,-0.7515751213132157f,-0.5399592674147453f,-0.7429972057957852f,0.3485111442240488f,0.571397527585918f,0.9876607404192822f,0.1811410965032897f,0.92657876117784f,-0.3296053738817461f,-0.1550749960949501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5690882689077141f,-0.33357664668655473f,-0.7515751213132157f,-0.5256886311418829f,-0.8143282004554622f,0.10185503135176387f,0.571397527585918f,1.0126834891011842f,-0.11405316363253543f,0.9372044458781044f,-0.3296053738817461f,-0.14423633318064055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.614264732243945f,-0.2404447457198845f,-0.7515751213132157f,-0.5457205497779671f,-0.788368831666511f,0.22799002330251347f,0.571397527585918f,1.0936626859208032f,0.03396209619642265f,0.9435077495867321f,-0.3296053738817461f,-0.052985380037910534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.614264732243945f,-0.4553192274534126f,-0.6444868034587693f,-0.4432737236009494f,-0.788368831666511f,0.38926050019257874f,0.4763935854381374f,1.0060790733774732f,0.03396209619642265f,0.8007250864691646f,-0.5980684843066839f,-0.2331485244934723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.4417850006925796f,-0.5704739539740761f,-0.6923766901046289f,-0.6471592625575288f,-0.8925132786396761f,0.2013653580486428f,0.40357408245549903f,0.7599709955054582f,-0.09080782243239552f,0.7962483660360788f,-0.5981157738849237f,-0.12915814707303108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5255876820431956f,-0.4943400727072606f,-0.6923766901046289f,-0.5916010932356536f,-0.8500244770747735f,0.3385060536297101f,0.40357408245549903f,0.8612923301368165f,0.03487085972870129f,0.8006507004754447f,-0.5981157738849237f,-0.1251062839062677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.4268509084100325f,-0.37656293069975f,-0.8221913774860118f,-0.6020800187973273f,-0.8857775601770854f,-0.009080194001323899f,0.46402118913216495f,0.8932023368310843f,-0.1821988361001797f,0.9263465384507644f,-0.3296751049503531f,-0.1551363381514588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5223236829677255f,-0.22622844427411337f,-0.8221913774860118f,-0.6194085758748802f,-0.8452304548530702f,0.26508454165651374f,0.46402118913216495f,0.8701765784984374f,0.1129754327272233f,0.9373104484513498f,-0.3296751049503531f,-0.14432887832888577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.48050308602702896f,-0.3051526226434179f,-0.8221913774860118f,-0.7017524927523761f,-0.8762926238387738f,0.1295977370254937f,0.46402118913216495f,0.8564065691787903f,-0.03504314090173699f,0.9434438528347697f,-0.3296751049503531f,-0.05313945609220927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.48050308602702896f,-0.5382669442927557f,-0.6923766901046289f,-0.5806424302865062f,-0.8762926238387738f,0.2631334212447356f,0.40357408245549903f,0.7972015493987249f,-0.03504314090173699f,0.8006431785169845f,-0.5981157738849237f,-0.23328417125853051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.7673713859808172f,-0.3304823304724165f,-0.10835266880129577f,-0.8355100959149936f,0.5044061894282074f,0.21793869709309005f,0.6363215550219836f,-0.0005425870602328689f,0.3958731514568716f,-0.9183050438470253f,-0.4074043053774286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.3197359387016824f,-0.7719108395916939f,0.01154830821183512f,-0.8355100959149936f,0.20967489359074676f,0.5078969566967568f,0.5576934699254535f,-0.0005425870602328689f,0.9240158919089342f,-0.38235368064008357f,-0.7539102648432789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5410372699282332f,0.0625718011332333f,-0.8386676589994082f,0.2109233563158045f,-0.8364482212547891f,-0.14363359626083472f,0.528889178547717f,0.6276625199524998f,-0.08736730342813352f,0.9876508288500155f,0.13004920054953745f,-1.403617423335893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5410372699282332f,-0.2908518953411502f,-0.7891031919369387f,0.10058449810565975f,-0.8364482212547891f,0.08862575866366987f,0.5408325508519142f,0.6639123401972217f,-0.08736730342813352f,0.9526545280833706f,-0.2912323890193996f,-1.067377940190164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5542535915936809f,0.3666298038074072f,-0.7472519944206554f,0.15034249648267628f,-0.8235248643119213f,-0.1111775586430053f,0.5562790201995871f,0.3060807264621503f,0.12087081560714628f,0.9237002421859176f,0.3635493206157039f,-0.9875081486481339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5542535915936809f,-0.8098032419870825f,0.19241014908968762f,-0.1308277113773606f,-0.8235248643119213f,0.4999561908453051f,-0.2680496317764387f,0.4869459425637072f,0.12087081560714628f,-0.3070220130587765f,-0.9439956193922722f,-1.0445326253356124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7092790672224673f,-0.4222620338153037f,-0.564462558189815f,0.006531807304348637f,-0.6751515651727744f,0.6371895859720511f,0.37169852780649937f,0.561062742327278f,0.20271548743196624f,0.64473576473384f,-0.7370361082255679f,-0.8619484856472132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33880784532454655f,-0.7527225679812902f,-0.564462558189815f,0.006531807304348637f,-0.9185287168180383f,0.13470412320003117f,0.37169852780649937f,0.561062742327278f,-0.20375043638516774f,0.6444094465823439f,-0.7370361082255679f,-0.8619484856472132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.6160027882878533f,-0.564462558189815f,0.006531807304348637f,-0.8355100959149936f,0.4046765177899494f,0.37169852780649937f,0.561062742327278f,-0.0005425870602328689f,0.6758531503004119f,-0.7370361082255679f,-0.8619484856472132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5130843999395697f,0.19998795319051413f,-0.8347150514500865f,0.008192195812997577f,-0.8042424773898188f,0.22776551975214723f,0.5489234059264744f,0.5599546318225225f,0.2998973759480706f,0.9529573372353577f,0.043975871893103535f,-0.8370753786617641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5350025126074441f,-0.1304725809754724f,-0.8347150514500865f,0.008192195812997577f,-0.7894378046009939f,-0.2747199430198728f,0.5489234059264744f,0.5599546318225225f,-0.30093232490127203f,0.9526310190838616f,0.043975871893103535f,-0.8370753786617641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,0.03644444620623777f,-0.8347150514500865f,0.008192195812997577f,-0.8355100959149936f,-0.02461654017519979f,0.5489234059264744f,0.5599546318225225f,-0.0005425870602328689f,0.9990324460649532f,0.043975871893103535f,-0.8370753786617641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6022675331151455f,-0.04815953149672805f,-0.7968403090214582f,-0.11338386016591788f,-0.728822434673153f,0.4404449127605121f,0.5242386265246797f,0.4229218790094937f,0.32571717374509884f,0.8964869984274176f,-0.3003654180795528f,-0.7537141180601215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.43040734687942694f,-0.4240224494891749f,-0.7968403090214582f,0.08580076452813938f,-0.8414229087737392f,-0.13107765274926644f,0.5242386265246797f,0.7257942887786788f,-0.32673690385836834f,0.8961158470192027f,-0.3003654180795528f,-0.7535174302507871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,0.23029784215826318f,-0.803144021128121f,0.011977839044668682f,-0.8355100959149936f,-0.15208000743615405f,0.5280099913470744f,0.548186195571386f,-0.0005425870602328689f,0.9611631366399084f,0.27598030792760375f,-0.947598393803523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5494748267422269f,-0.0728195183377555f,-0.8323309032624328f,8.878689293818312e-17f,-0.8355100959149936f,0.04724293973454051f,0.5474403933483141f,0.5652694625426583f,-0.0005425870602328689f,0.9962255881045697f,-0.08680024887629186f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.444725749113992e-16f,0.8355102720952029f,0.5494748267422267f,-0.6754609861872855f,-0.0006494080065255393f,-0.5494747108769966f,0.8355100959149937f,0.055140699760130224f,0.9999997891345983f,-0.00035683335187043137f,0.0005425870602330911f,0.18091890932404475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.444725749113992e-16f,0.8355102720952029f,0.5494748267422267f,-0.6754609861872855f,-0.0006494080065255393f,-0.5494747108769966f,0.8355100959149937f,0.05507981775951845f,0.9999997891345983f,-0.00035683335187043137f,0.0005425870602330911f,0.27466888955541335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.444725749113992e-16f,0.8355102720952029f,0.5494748267422267f,-0.7578822101986195f,-0.0006494080065255393f,-0.5494747108769966f,0.8355100959149937f,-0.07021625562742473f,0.9999997891345983f,-0.00035683335187043137f,0.0005425870602330911f,0.2277125113806941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.444725749113992e-16f,-0.8355102720952027f,-0.5494748267422271f,0.20026451893313868f,-0.0006494080065255393f,0.5494747108769971f,-0.8355100959149935f,1.3866740331240397f,0.9999997891345983f,0.0003568333518704316f,-0.0005425870602330908f,0.2755336376826595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.444725749113992e-16f,-0.8355102720952027f,-0.5494748267422271f,0.20026451893313874f,-0.0006494080065255393f,0.5494747108769971f,-0.8355100959149935f,1.3867349151246513f,0.9999997891345983f,0.0003568333518704316f,-0.0005425870602330908f,0.18178365745129088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.444725749113992e-16f,-0.8355102720952027f,-0.5494748267422271f,0.2826857429444728f,-0.0006494080065255393f,0.5494747108769971f,-0.8355100959149935f,1.5120309885115946f,0.9999997891345983f,0.0003568333518704316f,-0.0005425870602330908f,0.22874003562601014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008585544167847296f,-1.9135102201745532e-21f,-0.000013054848001487544f,0.5704474775034399f,-0.000013054845248671777f,-1.0147000101958654e-8f,0.000008585542357453075f,0.18136742341589246f,-8.477922816138578e-9f,0.000015624996705228098f,5.5755211229754926e-9f,-0.559126774081006f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64.mcfunction new file mode 100644 index 000000000..7af2e0cf2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..4d2daf17d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2076281327172402f,-0.16114600401231477f,-0.7732185773373915f,-0.12131665132610639f,-0.7752590973448398f,0.11129082182448652f,-0.23137011346787956f,0.8463665616585287f,0.15102428590415903f,0.7928371603380722f,-0.12468097969877125f,-0.7491466780466131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.12749924205418203f,-0.22367543641150747f,-0.7574386063713223f,-0.12131665132610639f,-0.6599087595855151f,0.39134510182940874f,-0.22664827441751467f,0.8463665616585287f,0.43389442529020406f,0.6609223179922522f,-0.12213646990900041f,-0.7491466780466131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7092614445675737f,-0.07269451671095764f,0.3982563934634617f,-0.2544687445598912f,0.37556883523535256f,0.18176699896082738f,0.7020350792753735f,0.7402739362530675f,-0.1511313921537281f,0.7928560460596737f,-0.12443085219004629f,-0.7491751080192477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6146479784486196f,-0.33167371118340677f,0.3901287119642074f,-0.2544687445598912f,0.2717594849338921f,0.30529447933041537f,0.6877078327595496f,0.7402739362530675f,-0.43399843886526956f,0.6608992587378177f,-0.12189144704331066f,-0.7491751080192477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1579792656230112f,0.034256566069594686f,1.04848307476483f,0.005915603993409114f,1.0484136708189373f,0.016274870971110123f,-1.1584343543830338f,0.553904754261288f,-0.0363186622434567f,1.5620396493866584f,-0.010924216990361498f,0.27357288057929313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5627840159867455f,0.578679837006554f,-0.5902573994384983f,-0.251775392563374f,0.29107305651092763f,0.5296037919262471f,0.7967410491186753f,0.4261968750175539f,0.7736605373955799f,-0.6202011527072561f,0.12961444000331912f,-0.013643866443962593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12908855849028783f,0.796826421797747f,-0.5902573994384983f,-0.2941325758179997f,-0.0653351663726861f,0.6007786752909317f,0.7967410491186753f,0.4476349764835915f,0.9894783777839482f,-0.06428558812574606f,0.12961444000331912f,-0.33831645915432057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.40962004679845376f,-0.6453113266454392f,-0.6448137009741155f,0.18403258299277545f,0.4837168658276167f,-0.44564513485500223f,0.7532718018709945f,0.7734389737069904f,-0.7734529145169347f,-0.6204624932122575f,0.1296027914131841f,-0.013550814892776875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.034594272357551026f,-0.7635564991250587f,-0.6448137009741155f,0.17268133737545402f,0.14062611117244259f,-0.64249971934822f,0.7532718018709945f,0.8195819164354482f,-0.9894582018339977f,-0.06461875332551176f,0.1296027914131841f,-0.33821678736955735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.6083858854426731f,0.13487590362993976f,0.07258474245442614f,-0.6231571768826917f,0.7636157686352321f,-0.16901506084138637f,0.21560883476530848f,-0.00016698937761386003f,-0.2162349932035934f,-0.9763413336680926f,-0.5306368350228912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.6136900411736906f,-0.10821011205101036f,-0.04315845346595966f,-0.6231571768826917f,0.7701682429491414f,0.13607354795193016f,0.36086583999297206f,-0.00016698937761386003f,0.17385456829449786f,-0.9847713243173166f,-0.504193924244656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.5855762217314394f,0.21313231460430965f,0.31698993260806685f,-0.6231571768826917f,0.7350220375579469f,-0.26724097216511916f,0.4103454525411496f,-0.00016698937761386003f,-0.34182318945164647f,-0.9397642679244895f,-0.5305846508423868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.6136900411736906f,-0.10821011205101036f,0.20124673668768103f,-0.6231571768826917f,0.7701682429491414f,0.13607354795193016f,0.5556024577688132f,-0.00016698937761386003f,0.17385456829449786f,-0.9847713243173166f,-0.5041417400641517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.5740433173287808f,-0.2424853909332008f,-0.1381718508525306f,-0.6231571768826917f,0.72035168085897f,0.3045793636858064f,1.2021576157681029f,-0.00016698937761386003f,0.3893169990044433f,-0.9211038195560382f,-0.1889168006222284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.5740433173287808f,-0.2424853909332008f,-0.05982081876798366f,-0.6231571768826917f,0.72035168085897f,0.3045793636858064f,1.1640363651393768f,-0.00016698937761386003f,0.3893169990044433f,-0.9211038195560382f,-0.32392864647950187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.5740433173287808f,-0.2424853909332008f,-0.597653608341375f,-0.6231571768826917f,0.72035168085897f,0.3045793636858064f,0.8360527743495215f,-0.00016698937761386003f,0.3893169990044433f,-0.9211038195560382f,-0.18901490688157654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.5740433173287808f,-0.2424853909332008f,-0.5779598218937019f,-0.6231571768826917f,0.72035168085897f,0.3045793636858064f,0.7511947354545937f,-0.00016698937761386003f,0.3893169990044433f,-0.9211038195560382f,-0.32403927694217105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8491030709215842f,-0.2563637622530966f,-0.46184585778695997f,-0.2543172744956229f,-0.5206345123706155f,0.5538814530650495f,0.6497345923368718f,1.185591798803368f,0.0892394502456532f,0.792144530596524f,-0.6037742650741804f,-0.13274098717228894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.798545075109011f,-0.3860364835921226f,-0.46184585778695997f,-0.3501879359307585f,-0.6008707863858288f,0.4656170718400636f,0.6497345923368718f,1.1210726915332676f,-0.035777941349660475f,0.7963520425960582f,-0.6037742650741804f,-0.12883692543367492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8442095116955884f,-0.02981584175846763f,-0.5351834413945655f,-0.38276789962895397f,-0.5046809245233407f,0.38057869802399746f,0.7748916176037945f,1.1284525221739177f,0.18057537147950836f,0.9242677481068965f,-0.3363356434046869f,-0.159068442617965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7936773554114783f,-0.2892316365201285f,-0.5351834413945655f,-0.36146691179226964f,-0.5975853673042922f,0.20599686830427585f,0.7748916176037945f,1.1478581547308724f,-0.11387705778968965f,0.9348317231912487f,-0.3363356434046869f,-0.1482538706317108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8291516664660371f,-0.161512222613842f,-0.5351834413945655f,-0.3556947598397901f,-0.55800308990357f,0.29694365227336217f,0.7748916176037945f,1.2315800044155942f,0.03376485827990498f,0.9411366900301431f,-0.3363356434046869f,-0.057463019338993254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8291516664660371f,-0.3149697090858433f,-0.46184585778695997f,-0.28482657529547545f,-0.55800308990357f,0.5162145979909012f,0.6497345923368718f,1.1154317198676416f,0.03376485827990498f,0.7964399357010369f,-0.6037742650741804f,-0.23666200487172628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6971064022013174f,-0.48283743764548326f,-0.5300100686004742f,-0.5555798418111171f,-0.711350794404728f,0.37343226729508777f,0.595422865737127f,0.9455524879171868f,-0.08956958920134489f,0.7920961750638582f,-0.6037888191574173f,-0.13280531125715028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.7640562818679328f,-0.36784144046079253f,-0.5300100686004742f,-0.47127888882955293f,-0.6441752087435713f,0.48011447738801205f,0.595422865737127f,1.0245901144000191f,0.03544430248046323f,0.7963559275111636f,-0.6037888191574173f,-0.1288627801716187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6804389954766916f,-0.3645466537731064f,-0.6356952970232688f,-0.47118765356258147f,-0.7101250842896123f,0.11387263439206415f,0.6948060073137556f,1.0580016294789523f,-0.18090090684499682f,0.9241962780489017f,-0.3363571041961442f,-0.15908732156401573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.759787051847846f,-0.1364372573267904f,-0.6356952970232688f,-0.4948634703903727f,-0.640180509576888f,0.3277400301437004f,0.6948060073137556f,1.0415707447622f,0.113545369796548f,0.9348643470870788f,-0.3363571041961442f,-0.14828235280137408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7290893230837981f,-0.25361436928476133f,-0.6356952970232688f,-0.5777832841497421f,-0.6835686614731451f,0.22355871097438898f,0.6948060073137556f,1.0546248094634731f,-0.03409756614513812f,0.9411170248379118f,-0.3363571041961442f,-0.057510438576012124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7290893230837981f,-0.4330335854726858f,-0.5300100686004742f,-0.48035072741838797f,-0.6835686614731451f,0.42214392807335316f,0.595422865737127f,0.9596424256469688f,-0.03409756614513812f,0.796414727289413f,-0.6037888191574173f,-0.23670375221612977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.5740433173287808f,-0.2424853909332008f,-0.08081378275926893f,-0.6231571768826917f,0.72035168085897f,0.3045793636858064f,0.6588387312019015f,-0.00016698937761386003f,0.3893169990044433f,-0.9211038195560382f,-0.4074233461725791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.23847193591469423f,-0.5757221819306222f,0.008613193208741408f,-0.6231571768826917f,0.29904782895366777f,0.7226655719609811f,0.5466957953442761f,-0.00016698937761386003f,0.9239597024649918f,-0.38248979115180565f,-0.753908234596951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7743869157332509f,0.01499166308806274f,-0.6325347063829755f,0.21973054078095616f,-0.6267035113755187f,-0.15562633614297566f,0.7635595276913969f,0.5509535254265012f,-0.08699203165082561f,0.9877022291847719f,0.12991032635127264f,-1.4036595769220852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7743869157332509f,-0.24866603568640164f,-0.5817990266725721f,0.12620794035659455f,-0.6267035113755187f,0.17502903788088947f,0.759346788185797f,0.6198425114195183f,-0.08699203165082561f,0.9526437102057093f,-0.29138007453283826f,-1.0674252331323422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7828859136676793f,0.31404959139802835f,-0.5370870509735401f,0.06221378723577056f,-0.6102376639007668f,-0.21937692881370113f,0.7612383047779474f,0.26431170721781777f,0.12124207082385915f,0.9237134930523638f,0.36339199635564684f,-0.9874183495426134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7828859136676793f,-0.614189677125814f,0.09930099039189455f,-0.1487645464311856f,-0.6102376639007668f,0.7269310762328788f,-0.3149304748096689f,0.5236408103254491f,0.12124207082385915f,-0.30715183691294606f,-0.9439057735512296f,-1.0444907783458985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8840549690244554f,-0.20299442498548906f,-0.42099890162324627f,0.004871684863499432f,-0.42097639759466f,0.7371485717839952f,0.5285743616418026f,0.5514205461498938f,0.20304109045065694f,0.6445193919050279f,-0.737135719557112f,-0.8619473584247546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6077426162579175f,-0.6733563968776133f,-0.42099890162324627f,0.004871684863499432f,-0.7676547275522084f,0.3623746176013242f,0.5285743616418026f,0.5514205461498938f,-0.20335961165070743f,0.6444189625564197f,-0.737135719557112f,-0.8619473584247546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.45943968028227455f,-0.42099890162324627f,0.004871684863499432f,-0.6231571768826917f,0.5764410439191114f,0.5285743616418026f,0.5514205461498938f,-0.00016698937761386003f,0.675744702581949f,-0.737135719557112f,-0.8619473584247546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7377250872067449f,0.2611046676179847f,-0.6225640916836613f,0.006110069461852188f,-0.604654517107383f,0.15459600262959364f,0.7813405089412608f,0.5498596398092276f,0.30025757383859275f,0.9528506853222348f,0.04382876719130513f,-0.8370739544562136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7540724980756279f,-0.2092573042741395f,-0.6225640916836613f,0.006110069461852188f,-0.5839766080394854f,-0.22017795155307737f,0.7813405089412608f,0.5498596398092276f,-0.30057609503864324f,0.9527502559736266f,0.04382876719130513f,-0.8370739544562136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,0.027181735263889867f,-0.6225640916836613f,0.006110069461852188f,-0.6231571768826917f,-0.03438229176488486f,0.7813405089412608f,0.5498596398092276f,-0.00016698937761386003f,0.9990390439222274f,0.04382876719130513f,-0.8370739544562136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7990205348045746f,0.09140662820438941f,-0.5943155839122143f,-0.15204130191145926f,-0.5052269793344654f,0.4338899783421106f,0.7459793469304997f,0.4574683746114834f,0.32605503264507885f,0.896317083968942f,-0.3005059078824063f,-0.7536484766457687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6708402886780042f,-0.4435789600572777f,-0.5943155839122143f,0.1314687186667639f,-0.6659254220784235f,0.007625364438436116f,0.7459793469304997f,0.6833628512314591f,-0.32636887001686565f,0.8962028565072113f,-0.3005059078824063f,-0.7535879429963838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,0.1717654026615329f,-0.5990171461939798f,0.00602514709400422f,-0.6231571768826917f,-0.21583262571166179f,0.7517256218714404f,0.5374588726419489f,-0.00016698937761386003f,0.9612038931084973f,0.275838807979618f,-0.9475926308161592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7820966084916502f,-0.05431172854979648f,-0.6207858979775488f,8.878689293818311e-17f,-0.6231571768826917f,0.06789725496682973f,0.77914382219688f,0.5574980809929959f,-0.00016698937761386003f,0.9962129284996771f,-0.08694695627016065f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.9612500796340126e-16f,0.6231571992570243f,0.7820966084916501f,-0.8004435634304998f,-0.00026797311787932166f,-0.7820965804106306f,0.6231571768826919f,0.2830855700807961f,0.9999999640952035f,-0.0002095808666601661f,0.00016698937761408213f,0.18117649735994876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.9612500796340126e-16f,0.6231571992570243f,0.7820966084916501f,-0.8004435634304999f,-0.00026797311787932166f,-0.7820965804106306f,0.6231571768826919f,0.2830604476009949f,0.9999999640952035f,-0.0002095808666601661f,0.00016698937761408213f,0.2749264939938741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.9612500796340126e-16f,0.6231571992570243f,0.7820966084916501f,-0.9177580547042474f,-0.00026797311787932166f,-0.7820965804106306f,0.6231571768826919f,0.1895994323084917f,0.9999999640952035f,-0.0002095808666601661f,0.00016698937761408213f,0.2280264472702693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.9612500796340126e-16f,-0.6231571992570238f,-0.7820966084916503f,0.4460229063530675f,-0.00026797311787932166f,0.7820965804106308f,-0.6231571768826915f,1.2762171982577848f,0.9999999640952035f,0.00020958086666016617f,-0.00016698937761408202f,0.27519263331444616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.9612500796340126e-16f,-0.6231571992570238f,-0.7820966084916503f,0.44602290635306757f,-0.00026797311787932166f,0.7820965804106308f,-0.6231571768826915f,1.2762423207375861f,0.9999999640952035f,0.00020958086666016617f,-0.00016698937761408202f,0.1814426366805208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.9612500796340126e-16f,-0.6231571992570238f,-0.7820966084916503f,0.5633373976268151f,-0.00026797311787932166f,0.7820965804106308f,-0.6231571768826915f,1.3697033360300892f,0.9999999640952035f,0.00020958086666016617f,-0.00016698937761408202f,0.22834268340412558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012220259507682035f,-1.91351055496353e-21f,-0.000009736831238391002f,0.4227757922174157f,-0.000009736830888792058f,-4.187079966862239e-9f,0.000012220259068916107f,0.01526452867226169f,-2.6092090252165634e-9f,0.00001562499943898756f,3.2747010415650964e-9f,-0.5590227980562563f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65.mcfunction new file mode 100644 index 000000000..5350983d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..d3c90fb39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3077768490996785f,-0.05426936253371124f,-0.7545016182175507f,0.0867316567634911f,-0.7407479264777037f,0.18673215659835107f,0.288735268984507f,0.855262299120275f,0.15333090041377967f,0.7931773965682317f,-0.11959806434882647f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.29888984560719073f,0.06626228348928645f,-0.7391036260090293f,0.0867316567634911f,-0.6003943301906288f,0.4466840586756439f,0.2828427124746191f,0.855262299120275f,0.436109514305588f,0.6603655514272678f,-0.11715728752538104f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3077768490996784f,0.054269362533711035f,0.7545016182175507f,-0.08673165676349093f,0.7407479264777037f,0.18673215659835107f,0.288735268984507f,0.855262299120275f,-0.15333090041377978f,0.7931773965682317f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2988898456071906f,-0.0662622834892866f,0.7391036260090293f,-0.08673165676349093f,0.6003943301906288f,0.4466840586756439f,0.2828427124746191f,0.855262299120275f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5589720948293535f,0.03719459081894625f,0.09812655072502029f,0.0025541175425066627f,0.09835001914319719f,-0.008291331211486735f,-1.559379613038876f,0.5480876020041215f,-0.03659960761963892f,1.562035232074025f,-0.010613787332327757f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216649274701341f,0.7825063747639694f,0.034878236872062554f,-0.27861518054441364f,-0.12289352459612601f,0.0534628258474176f,0.9909787625699906f,0.6087295109094194f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.060410878340834466f,0.9975640502598245f,0.034878236872062554f,-0.29843749999999997f,-0.1313334990296145f,-0.026694646802087097f,0.9909787625699906f,0.6518233152785117f,0.9894958503251681f,-0.0644465783523581f,0.1294009301664646f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6216649274701344f,-0.7825063747639693f,-0.03487823687206258f,0.2786151805444137f,0.12289352459612601f,0.0534628258474176f,0.9909787625699906f,0.6087295109094194f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0604108783408347f,-0.9975640502598245f,-0.03487823687206258f,0.2984375000000001f,0.1313334990296145f,-0.026694646802087097f,0.9909787625699906f,0.6518233152785117f,-0.9894958503251681f,-0.06444657835235836f,0.1294009301664646f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,2.6506208041798625e-17f,1.195617780139768e-16f,-0.15624999999999994f,0f,0.9762960071199334f,-0.21643961393810257f,0.2417936196300277f,-1.2246467991473532e-16f,-0.21643961393810257f,-0.9762960071199334f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757738e-17f,1.2060416625018976e-16f,-0.15624999999999994f,0f,0.9848077530122079f,0.17364817766693058f,0.427530374430235f,-1.2246467991473532e-16f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1885387376769875e-17f,1.1507915602278503e-16f,0.15625000000000006f,0f,0.9396926207859084f,-0.3420201433256684f,0.2417936196300277f,-1.2246467991473532e-16f,-0.3420201433256684f,-0.9396926207859084f,-0.5305452248741802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1265768495757738e-17f,1.2060416625018976e-16f,0.15625000000000006f,0f,0.9848077530122079f,0.17364817766693058f,0.427530374430235f,-1.2246467991473532e-16f,0.17364817766693058f,-0.9848077530122079f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,0.29375000000000007f,0f,0.9238795325112867f,0.38268343236508995f,1.1462893612908969f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,0.33125000000000004f,0f,0.9238795325112867f,0.38268343236508995f,1.0666809915112132f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,-0.29374999999999996f,0f,0.9238795325112867f,0.38268343236508995f,1.1462893612908969f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,-0.33124999999999993f,0f,0.9238795325112867f,0.38268343236508995f,1.0666809915112132f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,0.14478625334353717f,0.04357787137382916f,0.19259933110853694f,0.122577928470892f,0.5986244099103186f,0.7915955200172041f,1.2061126833943163f,0.08852537197051372f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,-0.011632222243247614f,0.04357787137382916f,0.07741431914167886f,0.027423301440660235f,0.6104297627301499f,0.7915955200172041f,1.215422971063126f,-0.03580924469861081f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9747187819371278f,0.21399582121970823f,0.06425795390070174f,0.05652738611419997f,0.1326622403282935f,0.32286709409666164f,0.9371006186854514f,1.241279111209524f,0.17978883761257297f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.993140994598693f,-0.09768254812408478f,0.06425795390070174f,0.08528138157725264f,0.026397869130213525f,0.34805974051120675f,0.9371006186854514f,1.243260009278909f,-0.11390398304231057f,0.9323693135379658f,-0.34309378574937766f,-0.1523097992111534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.058881566337787364f,0.06425795390070174f,0.14198279464366398f,0.08052140686538041f,0.33964501099790106f,0.9371006186854514f,1.3057928210456828f,0.033353058785002505f,0.9387088087633164f,-0.34309378574937766f,-0.061975742842232284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.07547908730517325f,0.04357787137382916f,0.12500000000000003f,0.08052140686538041f,0.6057167949835238f,0.7915955200172041f,1.1695065421743902f,0.033353058785002505f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9885028629039305f,-0.14478625334353737f,-0.04357787137382901f,-0.19259933110853691f,-0.122577928470892f,0.5986244099103186f,0.7915955200172041f,1.2061126833943163f,-0.08852537197051397f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9989823124221018f,0.01163222224324742f,-0.04357787137382901f,-0.07741431914167882f,-0.027423301440660235f,0.6104297627301499f,0.7915955200172041f,1.215422971063126f,0.03580924469861056f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9747187819371277f,-0.21399582121970845f,-0.06425795390070166f,-0.05652738611419994f,-0.1326622403282935f,0.32286709409666164f,0.9371006186854514f,1.241279111209524f,-0.17978883761257325f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931409945986931f,0.09768254812408456f,-0.06425795390070166f,-0.08528138157725261f,-0.026397869130213525f,0.34805974051120675f,0.9371006186854514f,1.243260009278909f,0.11390398304231032f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.058881566337787586f,-0.06425795390070166f,-0.14198279464366398f,-0.08052140686538041f,0.33964501099790106f,0.9371006186854514f,1.3057928210456828f,-0.033353058785002755f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.07547908730517344f,-0.04357787137382901f,-0.12499999999999997f,-0.08052140686538041f,0.6057167949835238f,0.7915955200172041f,1.1695065421743902f,-0.033353058785002755f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053263e-17f,1.1314261122877003e-16f,4.989829679587507e-17f,0f,0.9238795325112867f,0.38268343236508995f,0.6840594245009466f,-1.2246467991473532e-16f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1314261122877005e-16f,4.6865204053262955e-17f,9.232677600666384e-17f,0f,0.3826834323650895f,0.9238795325112868f,0.5405531373640381f,-1.2246467991473532e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0850898036421109f,-0.018863955312791766f,0.16765889501569153f,-0.007596123493895952f,-0.1308499846122242f,0.9913730783286614f,0.4121876230245469f,-0.0868240888334653f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08525118065879475f,0.01812069783914331f,0.13750000000000015f,-0.007596123493895952f,0.29204729824229464f,0.9563737106891018f,0.5244152134304926f,-0.0868240888334653f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.10906506303914348f,0.054377834512505f,-0.1340878220605609f,0.010621613142645018f,-0.36708261697517064f,0.9301276974958371f,0.28625097237330044f,0.12140559376013f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.027414637291182428f,-0.11874584002900748f,-0.1374999999999999f,0.010621613142645018f,0.9512026547780755f,-0.3083839990618661f,0.620532083337458f,0.12140559376013f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.300705799504273f,9.029043306084032e-17f,1.0555790730273981e-16f,0.22170357102186947f,0.7031538935183247f,0.6755902076156605f,0.5465572537406167f,0.20315389351832489f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042731f,9.029043306084032e-17f,1.0555790730273981e-16f,-0.22170357102186947f,0.7031538935183247f,0.6755902076156605f,0.5465572537406167f,-0.2031538935183251f,0.6443218327625693f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-8.273593852918146e-17f,9.029043306084032e-17f,1.0555790730273981e-16f,0f,0.7372773368101238f,0.6755902076156605f,0.5465572537406167f,-1.2246467991473532e-16f,0.6755902076156605f,-0.7372773368101238f,-0.8619457248917265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,0.30070579950427295f,-5.341834311772743e-18f,1.0251174273207132e-16f,-0.013116602751579998f,-0.04160054911157414f,0.9990482215818577f,0.5445699789408884f,0.30041959421409453f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9537169507482269f,-0.3007057995042732f,-5.341834311772743e-18f,1.0251174273207132e-16f,0.013116602751579998f,-0.04160054911157414f,0.9990482215818577f,0.5445699789408884f,-0.30041959421409475f,0.9528092235374883f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.223481206754078e-16f,-5.341834311772743e-18f,1.0251174273207132e-16f,0f,-0.04361938736533616f,0.9990482215818577f,0.5445699789408884f,-1.2246467991473532e-16f,0.9990482215818577f,0.04361938736533616f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,0.34202014332566855f,3.682583948479536e-17f,-0.18124999999999988f,0.1028474406453112f,0.2825710208216921f,0.9537169507482269f,0.5708817363975123f,0.32619040818702816f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9396926207859084f,-0.34202014332566877f,3.682583948479536e-17f,0.1812500000000001f,-0.1028474406453112f,0.2825710208216921f,0.9537169507482269f,0.5708817363975123f,-0.3261904081870284f,0.8962007809365465f,-0.3007057995042729f,-0.7536216703448514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-1.1772060590738184e-16f,-3.3755840552672846e-17f,-0.007812499999999885f,0f,-0.27563735581699944f,0.9612616959383188f,0.5349011387298201f,-1.2246467991473532e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-1.2199866483456202e-16f,1.0673500138322946e-17f,8.878689293818311e-17f,0f,0.08715574274765796f,0.9961946980917455f,0.554375f,-1.2246467991473532e-16f,0.9961946980917455f,-0.08715574274765796f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503136e-16f,1f,-0.796875f,-2.220446049250313e-16f,-1f,2.2204460492503126e-16f,0.8387499999999998f,1f,-2.2204460492503128e-16f,3.445092848397667e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503136e-16f,1f,-0.796875f,-2.220446049250313e-16f,-1f,2.2204460492503126e-16f,0.8387499999999998f,1f,-2.2204460492503128e-16f,3.445092848397667e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503136e-16f,1f,-0.946875f,-2.220446049250313e-16f,-1f,2.2204460492503126e-16f,0.8387499999999998f,1f,-2.2204460492503128e-16f,3.445092848397667e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503128e-16f,-1f,0.796875f,-2.220446049250313e-16f,1f,2.2204460492503136e-16f,0.8387499999999998f,1f,2.2204460492503136e-16f,-3.445092848397666e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503128e-16f,-1f,0.796875f,-2.220446049250313e-16f,1f,2.2204460492503136e-16f,0.8387499999999998f,1f,2.2204460492503136e-16f,-3.445092848397666e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,2.2204460492503128e-16f,-1f,0.946875f,-2.220446049250313e-16f,1f,2.2204460492503136e-16f,0.8387499999999998f,1f,2.2204460492503136e-16f,-3.445092848397666e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-1.9135106236677393e-21f,-4.248847104521534e-37f,-0.0072174999999999314f,0f,-3.469446951953614e-21f,0.000015625f,-0.13312500000000005f,-1.9135106236677393e-21f,0.000015625f,3.469446951953614e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66.mcfunction new file mode 100644 index 000000000..ab0d748ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..2e303fa09 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7880542677040242f,0.1262326766378253f,-0.17314799146039359f,0.2990736871971744f,-0.14968149710708353f,0.14791677851595023f,0.7890884110805897f,0.6471676542519427f,0.15333090041377978f,0.7931773965682317f,-0.11959806434882629f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6658874002947164f,0.40966442285851673f,-0.16961435898161006f,0.2990736871971744f,-0.08001538390139878f,0.18997999666322513f,0.7729845659564961f,0.6471676542519427f,0.4361095143055881f,0.6603655514272678f,-0.11715728752538086f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.4499470968324462f,0.1858500932334917f,0.6557070972176525f,0.2037949318941351f,0.6640645220720629f,0.05721717279618849f,-0.47189930081200393f,0.7921210258155722f,-0.15333090041377967f,0.7931773965682317f,-0.11959806434882646f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.337543015731337f,0.33687222529203464f,0.6423253197234148f,0.2037949318941351f,0.5795456876408783f,0.30072319883067433f,-0.46226870283624877f,0.7921210258155722f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538103f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9384871319798939f,0.013501401857027464f,-1.2491860811168403f,-0.0038511105543556296f,-1.2487227962323113f,-0.03563559887728142f,-0.9385242310470283f,0.5487871705933656f,-0.03659960761963935f,1.562035232074025f,-0.010613787332327778f,0.2735738076407049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.23876881473799266f,0.4744856338242631f,0.8472619644496037f,-0.107614904934277f,-0.586991953558752f,-0.6245301302485158f,0.5151723622915463f,0.817053251711071f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664646f,-0.01360870679151327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.07656581624360193f,0.5256280428020841f,0.8472619644496037f,-0.08249174647934512f,-0.12261989223704231f,-0.8482698858021097f,0.5151723622915463f,0.8572879038513506f,0.9894958503251681f,-0.06444657835235836f,0.1294009301664646f,-0.33828703267945903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.44415899634288125f,-0.3851339812778946f,0.8089466004828272f,0.19845681791072778f,-0.4519877060294782f,0.6832615288151962f,0.5734638583549367f,0.3514077043320851f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664646f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1429299733445527f,-0.5702424223845528f,0.8089466004828272f,0.24535571541440912f,0.02165605940604884f,0.8189445758118622f,0.5734638583549367f,0.3585135988246949f,-0.9894958503251681f,-0.0644465783523581f,0.1294009301664646f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.752589313555675f,0.6347894812975663f,-0.17507609647168998f,-0.3278140410735036f,0.6561495559837185f,0.7453203418504418f,-0.11817507438673247f,0.4890073702202551f,0.0554714818998657f,-0.20381340107536394f,-0.9774369607488381f,-0.5316806848782416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6864924352439405f,0.7225917840377583f,0.08117419537004172f,-0.19182074284536116f,0.7234613310664666f,0.6675423891319682f,0.17604221415194815f,0.6152718320209488f,0.07301944127683052f,0.17957803972956587f,-0.9810300142414126f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7783660807345132f,0.5745368936816868f,-0.25308813121241247f,-0.15223279784168608f,0.6242683738888319f,0.7510610710051636f,-0.21493316399004098f,0.2238562111295137f,0.06659761049907509f,-0.3252916005973328f,-0.9432656745883625f,-0.5321291826881689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7088651004166364f,0.702050094430572f,0.06808769581456486f,-0.020172857037112843f,0.7000711642580925f,0.6884988550680318f,0.1893929553714395f,0.35413345242584116f,0.08608504159045584f,0.18192028880813227f,-0.979537837010054f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.7720332929954656f,0.31978666056228333f,0.6559779955928029f,0.8356428147043445f,0.5074622991906405f,0.2101977667177968f,0.6340276390049894f,1.1828340779011319e-16f,0.38268343236508995f,-0.9238795325112867f,-0.1923112760104565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.7720332929954656f,0.31978666056228333f,0.6100515796930737f,0.8356428147043445f,0.5074622991906405f,0.2101977667177968f,0.5589642866845399f,1.1828340779011319e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.7720332929954656f,0.31978666056228333f,0.33327997027329614f,0.8356428147043445f,0.5074622991906405f,0.2101977667177968f,1.1249677926437918f,1.1828340779011319e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.7720332929954656f,0.31978666056228333f,0.24615806177958724f,0.8356428147043445f,0.5074622991906405f,0.2101977667177968f,1.112577651426168f,1.1828340779011319e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4405267997371093f,0.579763400545836f,0.6854272668204187f,0.6504095697776778f,0.8933640899604499f,0.20781877365932253f,0.39838669667029836f,0.7514128183021278f,0.08852537197051395f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.525798161234325f,0.5037119767701512f,0.6854272668204187f,0.5949216006720403f,0.8498552768776092f,0.34501311319920847f,0.39838669667029836f,0.8527802377366436f,-0.03580924469861057f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.42452869025379736f,0.3873437441956679f,0.8183765728464352f,0.6050554651367737f,0.887384564335731f,-0.0014818172630216842f,0.46102759049354497f,0.8844363389743984f,0.17978883761257322f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.5234465768414046f,0.23719921207529154f,0.8183765728464352f,0.6225045884703903f,0.8444107790880648f,0.2728076189617944f,0.46102759049354497f,0.8614963235616141f,-0.11390398304231034f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.47989594902172966f,0.3161639813904441f,0.8183765728464352f,0.7059042518671612f,0.8766911951093256f,0.1373539559732393f,0.46102759049354497f,0.8484617949360025f,0.03335305878500275f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.47989594902172966f,0.5476215299014677f,0.6854272668204187f,0.5826894076393312f,0.8766911951093256f,0.269630466256894f,0.39838669667029836f,0.7877949400282014f,0.03335305878500275f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.6453895300731973f,0.42070897315053607f,0.6375549500886327f,0.4388302546233536f,0.7587065394402368f,0.44979795820830215f,0.4712177668575992f,1.0733013126175515f,-0.08852537197051372f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.571630330843043f,0.5164905134441039f,0.6375549500886327f,0.5098783737155335f,0.819729505906911f,0.3255723473259808f,0.4712177668575992f,0.9821616768285895f,0.035809244698610805f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6462451860796361f,0.1522593903770258f,0.7477862244725513f,0.5429575047094524f,0.7416489286305323f,0.3561663234949879f,0.5684209854229938f,0.9789097470550971f,-0.179788837612573f,0.9219341777209913f,-0.34309378574937766f,-0.1631056045423663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.5675649561657417f,0.3445080304168058f,0.7477862244725513f,0.5288190278525221f,0.8154114931613834f,0.10955218003798889f,0.5684209854229938f,1.0040258710477954f,0.11390398304231056f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6144702191756101f,0.2514798445907042f,0.7477862244725513f,0.549929554128079f,0.7882346879045364f,0.2357618716306579f,0.5684209854229938f,1.0857555992472432f,-0.03335305878500251f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6144702191756101f,0.4647042450459848f,0.6375549500886327f,0.44537109899273253f,0.7882346879045364f,0.395777580190914f,0.4712177668575992f,0.9967056437042876f,-0.03335305878500251f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.7720332929954656f,0.31978666056228333f,0.10836985751328426f,0.8356428147043445f,0.5074622991906405f,0.2101977667177968f,0.62560718332111f,1.1828340779011319e-16f,0.38268343236508995f,-0.9238795325112867f,-0.4074505141451085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.3197866605622831f,0.7720332929954657f,-0.011550140197571905f,0.8356428147043445f,0.21019776671779639f,0.5074622991906407f,0.5467830208019363f,1.1828340779011319e-16f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5535307301159509f,-0.15608140112220248f,0.818072323844923f,-0.02672731633874576f,0.8282905941851211f,-0.0007677112754030102f,0.5602982261294933f,0.3361723285902053f,-0.08682408883346507f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5535307301159509f,0.19722103457722512f,0.8091400338245485f,0.05048938937874472f,0.8282905941851211f,0.23165330072034626f,0.5101680505968871f,0.42301800410160123f,-0.08682408883346507f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5363031604850864f,-0.24684343132228898f,0.8071228162223799f,-0.2977067688776899f,0.8352482276889055f,-0.2927680926503273f,0.4654538022923772f,0.5191511731194134f,0.12140559376013024f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5363031604850864f,0.7798075372930554f,-0.3229227846322513f,-0.020241378422885863f,0.8352482276889055f,0.5453790036072216f,-0.07015796866312701f,0.7056142021774146f,0.12140559376013024f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3371118002520685f,0.7574313390836676f,0.5591541833025413f,-0.005627767610920929f,0.9197116857618747f,0.1380146637557363f,0.36753553251548576f,0.5506758332450692f,0.20121145395791967f,0.6381612015488827f,-0.743144825477394f,-0.861835366816092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7105905885826349f,0.4270920447784677f,0.5591541833025413f,-0.005627767610920929f,0.6742217485471115f,0.6405799451470784f,0.36753553251548576f,0.5506758332450692f,-0.20121145395791945f,0.6381612015488827f,-0.743144825477394f,-0.861835366816092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.6210036336948986f,0.5591541833025413f,-0.005627767610920929f,0.8356428147043445f,0.4081895620561099f,0.36753553251548576f,0.5506758332450692f,1.1828340779011319e-16f,0.6691306063588585f,-0.743144825477394f,-0.861835366816092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.567485967053489f,0.026777829057526514f,0.8229475226697827f,-0.008193495396071235f,0.7682853089205542f,-0.3422484459748889f,0.5409285399427747f,0.5489893643676741f,0.29613740272754285f,0.9392278472760162f,0.17364817766693014f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4802164217812145f,-0.3035614652476733f,0.8229475226697827f,-0.008193495396071235f,0.8256481253884319f,0.1603168354164531f,0.5409285399427747f,0.5489893643676741f,-0.29613740272754263f,0.9392278472760162f,0.17364817766693014f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,-0.14510785195387352f,0.8229475226697827f,-0.008193495396071235f,0.8356428147043445f,-0.09538029622714769f,0.5409285399427747f,0.5489893643676741f,1.1828340779011319e-16f,0.9848077530122081f,0.17364817766693014f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4282572576828006f,0.40629295462739334f,0.8071689762758169f,-0.08882474507185616f,0.8280494886431515f,-0.18122665015870562f,0.5305572029763325f,0.7128888322644886f,0.3618421832785978f,0.8955908308443075f,-0.25881904510252063f,-0.7525533937350276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.5902972920255605f,-0.005229795898503226f,0.8071689762758169f,0.11028680246571186f,0.7215395633140762f,0.4448479660990514f,0.5305572029763325f,0.4099683119341637f,-0.3618421832785976f,0.8955908308443075f,-0.25881904510252063f,-0.7525533937350277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,-0.2303343758525803f,0.8032714292613685f,-0.02056438939018112f,0.8356428147043445f,-0.15140022200244435f,0.5279953210120436f,0.5502069887201193f,1.1828340779011319e-16f,0.9612616959383188f,0.27563735581699944f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5492732345863945f,0.07283107018730071f,0.832462941506931f,8.87868929381831e-17f,0.8356428147043445f,0.047872316731785686f,0.5471830840986699f,0.554375f,1.1828340779011319e-16f,0.9961946980917455f,-0.08715574274765796f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-2.4442783828436534e-16f,-0.8356428147043444f,0.5492732345863948f,-0.20006618337948517f,-3.649462627556398e-17f,-0.5492732345863948f,-0.8356428147043444f,1.3764774440530303f,1f,-2.242998881954461e-16f,1.0376119713491817e-16f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-2.4442783828436534e-16f,-0.8356428147043444f,0.5492732345863948f,-0.20006618337948517f,-3.649462627556398e-17f,-0.5492732345863948f,-0.8356428147043444f,1.3764774440530303f,1f,-2.242998881954461e-16f,1.0376119713491817e-16f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-2.4442783828436534e-16f,-0.8356428147043444f,0.5492732345863948f,-0.2824571685674444f,-3.649462627556398e-17f,-0.5492732345863948f,-0.8356428147043444f,1.501823866258682f,1f,-2.242998881954461e-16f,1.0376119713491817e-16f,0.22812500000000033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.4442783828436534e-16f,0.8356428147043446f,-0.5492732345863943f,0.6753380342425812f,-3.649462627556398e-17f,0.5492732345863943f,0.8356428147043446f,0.04467170811798116f,1f,2.24299888195446e-16f,-1.0376119713491807e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.4442783828436534e-16f,0.8356428147043446f,-0.5492732345863943f,0.6753380342425812f,-3.649462627556398e-17f,0.5492732345863943f,0.8356428147043446f,0.04467170811798116f,1f,2.24299888195446e-16f,-1.0376119713491807e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.4442783828436534e-16f,0.8356428147043446f,-0.5492732345863943f,0.7577290194305404f,-3.649462627556398e-17f,0.5492732345863943f,0.8356428147043446f,-0.08067471408767055f,1f,2.24299888195446e-16f,-1.0376119713491807e-16f,0.22812500000000016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000008582394290412415f,-1.9135106236677393e-21f,0.000013056918979755385f,-0.5784688146798641f,0.000013056918979755385f,-3.469446951953614e-21f,0.000008582394290412415f,0.18278090323698226f,1.848178246720519e-21f,0.000015625f,3.504685753053845e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67.mcfunction new file mode 100644 index 000000000..73aaf5a83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..5be4be0fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5745238627351984f,0.1935671873520102f,0.547173208018177f,0.24751953931054743f,0.5597824671875414f,-0.018595859709040582f,0.594341844291276f,0.36256878342627075f,0.15333090041378f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4473951497840819f,0.3905569237493439f,0.5360064078545408f,0.24751953931054743f,0.4996459461276785f,-0.22667736499176538f,0.5822124188975766f,0.36256878342627075f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8020509942486734f,0.1534480152229813f,-0.010599702509334823f,0.31163678897547364f,0.012177111622146013f,-0.11944776532783807f,-0.8077922961722105f,0.5237472541820314f,-0.1533309004137799f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6683524745745661f,0.43954198332725686f,-0.010383382049960643f,0.31163678897547364f,0.05579839838380688f,-0.10353831841836272f,-0.7913067391074715f,0.5237472541820314f,-0.4361095143055881f,0.6603655514272677f,-0.1171572875253812f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.48485812723417093f,-0.02145236866088834f,-1.4852133322636887f,-0.0067861968171837195f,-1.484917275533241f,-0.031495708251836396f,0.48521640036653135f,0.5543257786838978f,-0.03659960761963957f,1.562035232074025f,-0.010613787332327387f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.34397610946961815f,-0.23956131840122818f,0.9079046265109627f,0.15348960824688018f,-0.5322128677026247f,-0.7468499682129646f,-0.3987036348367583f,0.7931673194874944f,0.7735825098629714f,-0.620343050018423f,0.1294009301664643f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.144362005962477f,-0.39353373476041303f,0.9079046265109627f,0.20085839145331796f,-0.007587715319027438f,-0.9170484382758607f,-0.3987036348367583f,0.7956570385765503f,0.9894958503251681f,-0.06444657835235847f,0.1294009301664643f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11559594126640957f,0.338914390092989f,0.9336887139462648f,-0.05247946646038845f,-0.6230631419020375f,0.7073270364419407f,-0.3338873832917676f,0.2754005615902569f,-0.7735825098629717f,-0.6203430500184226f,0.1294009301664643f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0997026564977353f,0.34392552353186084f,0.9336887139462648f,-0.019764532297069055f,-0.10467732551306129f,0.9367827244361467f,-0.3338873832917676f,0.24105331415628367f,-0.9894958503251681f,-0.06444657835235797f,0.1294009301664643f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1660798113555972f,0.9690623812384274f,-0.1825803864838679f,-0.24495594622775332f,0.980707434700593f,0.18167245893743897f,0.07216678728201156f,0.7548706487945941f,0.10310394649610535f,-0.16707249603730095f,-0.9805388096780232f,-0.5350453416937123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.021134162366218845f,0.9791240673165855f,0.20216183611776262f,-0.06010667213015755f,0.9894455416359047f,-0.049477722321533746f,0.1361964578493313f,0.7464448037208649f,0.14335573695499515f,0.1971497293817569f,-0.9698356133318627f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.24656528141616316f,0.9217690298809046f,-0.29924474523804817f,-0.36033582474598946f,0.961518033282382f,0.2712906327870387f,0.043410416201512245f,0.45336822391336284f,0.12119667352262053f,-0.27702571742425663f,-0.9531883959704015f,-0.5367998626578245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.04409821058343033f,0.9784477329638932f,0.2017309636153002f,-0.17561605629266383f,0.9848415156368405f,0.008668739760372912f,0.17323983961288453f,0.4560763616160133f,0.16775737510306504f,0.20631259488646125f,-0.9639982242150367f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.858449473753155f,0.35558141464060317f,0.4414155819193275f,0.9291790147355252f,-0.34149361869031347f,-0.14145128832539383f,0.06263934170254404f,2.5158581045913004e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.858449473753155f,0.35558141464060317f,0.35358402922323895f,0.9291790147355252f,-0.34149361869031347f,-0.14145128832539383f,0.057220772705745326f,2.5158581045913004e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.858449473753155f,0.35558141464060317f,0.6585732241448393f,0.9291790147355252f,-0.34149361869031347f,-0.14145128832539383f,0.6085320128596651f,2.5158581045913004e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.858449473753155f,0.35558141464060317f,0.5984639236477522f,0.9291790147355252f,-0.34149361869031347f,-0.14145128832539383f,0.6728018699680308f,2.5158581045913004e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.47927718100300876f,0.5027118923285975f,0.7194262554850288f,0.53439048211768f,0.873187632921637f,-0.35580190641582715f,-0.3330891188609615f,0.134513924259845f,0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.39473501764419083f,0.5714981441476696f,0.7194262554850288f,0.5856172453912255f,0.9180969250790222f,-0.21482475429259304f,-0.3330891188609615f,0.23810005828750996f,-0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.48355230170704594f,0.2209020467114557f,0.8469825601938378f,0.6173626658846716f,0.8566522896623449f,-0.31818179977586725f,-0.40608767145488706f,0.24795055229841406f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.3916230809819579f,0.3595162098844655f,0.8469825601938378f,0.6085749346149982f,0.9130483257140863f,-0.037888758267483696f,-0.40608767145488706f,0.2205007437128783f,-0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.44304227696039294f,0.29382662158702133f,0.8469825601938378f,0.6457205660668671f,0.8958800780771022f,-0.18025451116938285f,-0.40608767145488706f,0.1447009755389022f,0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.44304227696039294f,0.5349199975178912f,0.7194262554850288f,0.5253635666253418f,0.8958800780771022f,-0.2940247006647464f,-0.3330891188609615f,0.21085653318847003f,0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.2514835033931986f,0.6097465864656126f,0.7516416352322538f,0.6767714749270095f,0.9638045995110033f,-0.08673720995783493f,-0.25210583168614953f,0.4924324376961481f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.34377270521733494f,0.5628989068500124f,0.7516416352322538f,0.6428465594994818f,0.9383698765101482f,-0.23644158789892383f,-0.25210583168614953f,0.3819635798604833f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.23701836218534356f,0.3791006100550608f,0.8944858989625595f,0.6591511046582232f,0.9547241852267584f,0.07949905286102919f,-0.2866733868661374f,0.35299867416874786f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.3425663889228997f,0.28730340363014606f,0.8944858989625595f,0.6716200537607017f,0.93256321599526f,-0.21941790591306876f,-0.2866733868661374f,0.3789840839313502f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.29340467396780795f,0.3373554117707115f,0.8944858989625595f,0.7506827751610189f,0.955406338038182f,-0.07083147957772318f,-0.2866733868661374f,0.40855584201169437f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.29340467396780795f,0.5907186720252103f,0.7516416352322538f,0.6177710739553468f,0.955406338038182f,-0.1537575327140311f,-0.25210583168614953f,0.44315128687235134f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.858449473753155f,0.35558141464060317f,0.12050004578433338f,0.9291790147355252f,-0.34149361869031347f,-0.14145128832539383f,0.506439742369365f,2.5158581045913004e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.35558141464060294f,0.8584494737531551f,-0.012842984705892738f,0.9291790147355252f,-0.14145128832539425f,-0.3414936186903133f,0.5594839754913878f,2.5158581045913004e-16f,0.9238795325112867f,-0.3826834323650897f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.36116531692023285f,-0.09013131316507678f,0.928135744512109f,-0.19408928912629236f,0.9284509634074094f,0.1274297435609561f,-0.348913268598147f,0.4511465974380467f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954708f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.36116531692023285f,0.3028756172434241f,0.881944428143476f,-0.07866213399784425f,0.9284509634074094f,-0.02873584336255325f,-0.37034181488740436f,0.4376869222619739f,-0.08682408883346493f,0.9525967729242303f,-0.29158354859727753f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.37674424316743976f,-0.38139918681647567f,0.8441554569721883f,-0.19957233421739456f,0.918326988084279f,0.03434379065862239f,-0.39432987079253007f,0.7780732825833234f,0.12140559376013038f,0.9237722470062236f,0.3631879919061508f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.37674424316743976f,0.8939708187662456f,-0.24265191207695344f,0.11229590254477811f,0.918326988084279f,-0.32611995950734823f,0.22432412925715847f,0.6576834698723831f,0.12140559376013038f,-0.3073466238717031f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5617877817980128f,0.5525550261348715f,0.6156926435451053f,-0.005256748568212865f,0.802927428040282f,-0.5434332050204069f,-0.24492426785001606f,0.5564661493873434f,0.1992536913662736f,0.6319519718889562f,-0.7489557207890021f,-0.8616778700806395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.14325706713812167f,0.7748548131098005f,0.6156926435451053f,-0.005256748568212865f,0.9694201252253318f,0.015385831996870769f,-0.24492426785001606f,0.5564661493873434f,-0.1992536913662731f,0.6319519718889565f,-0.7489557207890021f,-0.8616778700806395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.69591393872326f,0.6156926435451053f,-0.005256748568212865f,0.9291790147355252f,-0.2768365250346358f,-0.24492426785001606f,0.5564661493873434f,2.5158581045913004e-16f,0.6626200482157376f,-0.7489557207890021f,-0.8616778700806395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.2685023618158229f,-0.3776274874895542f,0.8861737766328068f,-0.009110619807166232f,0.9195971942187697f,-0.17340398101578403f,-0.35252242446806736f,0.5579992302215628f,0.2867882181755232f,0.9095760221444957f,0.30070579950427345f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.43654248712031163f,-0.15532770051462516f,0.8861737766328068f,-0.009110619807166232f,0.8527503590468442f,0.3854150560014936f,-0.35252242446806736f,0.5579992302215628f,-0.28678821817552275f,0.909576022144496f,0.30070579950427345f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,-0.27940951850863927f,0.8861737766328068f,-0.009110619807166232f,0.9291790147355252f,0.11114989348746446f,-0.35252242446806736f,0.5579992302215628f,2.5158581045913004e-16f,0.9537169507482268f,0.30070579950427345f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.419473107202548f,0.03338209772647657f,0.907153761985927f,0.07548204838960247f,0.8163072870777823f,-0.45101714760151423f,-0.3608683217367595f,0.7194127008183557f,0.39709536058426953f,0.8918907826190233f,-0.2164396139381028f,-0.7516460029123271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.2558745613846635f,0.3340662523377458f,0.907153761985927f,-0.0585088372389048f,0.8813872494191504f,0.30484515893849995f,-0.3608683217367595f,0.38258530797672785f,-0.3970953605842691f,0.8918907826190235f,-0.2164396139381028f,-0.7516460029123271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,-0.2561164467023448f,0.8931841955349671f,-0.015206968624059262f,0.9291790147355252f,0.10188384391233002f,-0.3553111888538931f,0.5688323349648918f,2.5158581045913004e-16f,0.9612616959383189f,0.2756373558169993f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.3696300293200201f,0.0809832871748118f,0.9256432080576421f,8.878689293818311e-17f,0.9291790147355252f,-0.03221537974722524f,-0.36822347546410045f,0.554375f,2.5158581045913004e-16f,0.9961946980917455f,-0.08715574274765815f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-4.039032608594372e-17f,-0.9291790147355253f,-0.36963002932001987f,0.558784211929806f,-1.5725417693451766e-17f,0.36963002932001987f,-0.9291790147355253f,1.1897009877794906f,1f,-3.1717256794283686e-17f,-2.9541205534098726e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-4.039032608594372e-17f,-0.9291790147355253f,-0.36963002932001987f,0.558784211929806f,-1.5725417693451766e-17f,0.36963002932001987f,-0.9291790147355253f,1.1897009877794906f,1f,-3.1717256794283686e-17f,-2.9541205534098726e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-4.039032608594372e-17f,-0.9291790147355253f,-0.36963002932001987f,0.614228716327809f,-1.5725417693451766e-17f,0.36963002932001987f,-0.9291790147355253f,1.3290778399898195f,1f,-3.1717256794283686e-17f,-2.9541205534098726e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-4.039032608594372e-17f,0.9291790147355251f,0.3696300293200203f,-0.030313647298975982f,-1.5725417693451766e-17f,-0.3696300293200203f,0.9291790147355251f,-0.2911780669552526f,1f,3.1717256794283575e-17f,2.954120553409874e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-4.039032608594372e-17f,0.9291790147355251f,0.3696300293200203f,-0.030313647298975982f,-1.5725417693451766e-17f,-0.3696300293200203f,0.9291790147355251f,-0.2911780669552526f,1f,3.1717256794283575e-17f,2.954120553409874e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-4.039032608594372e-17f,0.9291790147355251f,0.3696300293200203f,-0.08575815169697903f,-1.5725417693451766e-17f,-0.3696300293200203f,0.9291790147355251f,-0.4305549191655814f,1f,3.1717256794283575e-17f,2.954120553409874e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005775469208125314f,-1.9135106236677393e-21f,0.000014518422105242583f,-0.6361427678940563f,0.000014518422105242583f,-3.469446951953614e-21f,-0.000005775469208125314f,0.8152019946963673f,3.931028288423908e-21f,0.000015625f,4.955821374106817e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68.mcfunction new file mode 100644 index 000000000..c60251bcc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..1a650fa58 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.12156473818418365f,0.09737949416807633f,0.8016755534443001f,-0.012205890454088934f,0.7928783600609582f,-0.16831903081130245f,-0.09978504125485697f,0.2414747550415521f,0.1533309004137801f,0.7931773965682316f,-0.11959806434882637f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.14652410699135635f,0.042559454973356135f,0.7853148278638042f,-0.012205890454088934f,0.6544762620619096f,-0.449562043861058f,-0.09774861184149256f,0.2414747550415521f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538095f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.47610281416620565f,-0.008005420805286228f,-0.6634805709477815f,0.15621709899675704f,-0.6455696629843779f,-0.19429352859891375f,-0.46090593337823743f,0.28298641321368845f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882662f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4338858977539357f,0.1712332551699508f,-0.6499401511325207f,0.15621709899675704f,-0.5114210782343696f,-0.4178474731430878f,-0.45149968983990607f,0.28298641321368845f,-0.4361095143055882f,0.6603655514272676f,-0.1171572875253812f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.4901368078934167f,-0.03809803323711557f,-0.4684517943446081f,-0.00398454528661691f,-0.4685712458989645f,-0.0008506602794720687f,1.4905859632687346f,0.5598684769352759f,-0.036599607619639325f,1.5620352320740252f,-0.01061378733232715f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6330109651040814f,-0.7469748485488396f,0.20328721970020203f,0.28352708414631245f,-0.02944857368541516f,-0.23917164532878685f,-0.9705306309326953f,0.568275512274312f,0.7735825098629716f,-0.620343050018423f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.09008505444785023f,-0.9749661477567774f,0.20328721970020203f,0.3130862426370133f,0.11306036066809905f,-0.21280895015713908f,-0.9705306309326953f,0.531177581430092f,0.9894958503251682f,-0.06444657835235838f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5741914501198957f,0.7725633203284847f,0.2710167793555208f,-0.25751183249329357f,-0.2680937877745716f,0.1353529326496778f,-0.9538371478296569f,0.43492422431417843f,-0.7735825098629717f,-0.6203430500184228f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.027225984049429233f,0.9621895089327787f,0.2710167793555208f,-0.2664453585095125f,-0.1419743215578541f,0.2646469108800862f,-0.9538371478296569f,0.38833890005300753f,-0.9894958503251682f,-0.06444657835235805f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.48024903374805766f,0.8765731410526458f,-0.03131124349423642f,-0.0027341558995315207f,0.8665662789492162f,-0.46863749960211265f,0.17158606631888457f,0.8508461136811898f,0.1357341142534404f,-0.10953731031834779f,-0.9846714314308384f,-0.5405155588757272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6938846608748115f,0.6515889942987272f,0.30652220133527225f,0.12135454428982527f,0.6892629206980796f,-0.7242122367910444f,-0.020814952146588128f,0.7149262258319528f,0.20842433531956095f,0.22571756376251534f,-0.9516358956322077f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3660686876072664f,0.9207329944295503f,-0.13507208787268904f,-0.3172352425158098f,0.9178980126510734f,-0.33336469747543684f,0.21524687418942995f,0.7638759558344304f,0.15315663330297985f,-0.20277754176906337f,-0.9671733630685825f,-0.5443178463330843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6154251994662292f,0.7094608472287619f,0.3433906377748224f,-0.18206514217432435f,0.7505014991635452f,-0.6605742567498452f,0.01972691239552088f,0.6401415758963064f,0.24083048730429243f,0.24557474945286395f,-0.9389854731655544f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.2210944237490084f,0.09158030888190352f,-0.14356295871303215f,0.23931087979406818f,-0.8970343618727032f,-0.3715637986023682f,-0.09063767467234407f,1.720439130626521e-16f,0.38268343236508956f,-0.9238795325112868f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.2210944237490084f,0.09158030888190352f,-0.19902447009967764f,0.23931087979406818f,-0.8970343618727032f,-0.3715637986023682f,-0.022316643549505688f,1.720439130626521e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.2210944237490084f,0.09158030888190352f,0.42686605183956916f,0.23931087979406818f,-0.8970343618727032f,-0.3715637986023682f,0.04995746720667105f,1.720439130626521e-16f,0.38268343236508956f,-0.9238795325112868f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.2210944237490084f,0.09158030888190352f,0.44422526520431943f,0.23931087979406818f,-0.8970343618727032f,-0.3715637986023682f,0.13622681431406447f,1.720439130626521e-16f,0.38268343236508956f,-0.9238795325112868f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9891141638456231f,0.0026781355016351205f,0.14712579131548884f,-0.031035053298061284f,0.1175433086034931f,-0.6158791041170104f,-0.7790227851061693f,-0.12451625474293233f,0.08852537197051397f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9765175744533271f,0.15737670829440426f,0.14712579131548884f,0.08303108052742829f,0.2124408736046475f,-0.5899087857521039f,-0.7790227851061693f,-0.10599098679920926f,-0.035809244698610534f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9781438925078756f,-0.13051213558836455f,0.16186756319196918f,0.10949875751920664f,0.10445333608584054f,-0.3646970721216234f,-0.9252489103838244f,-0.12609735467666183f,0.17978883761257325f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9706005907128934f,0.17813866872208461f,0.16186756319196918f,0.08205431745740221f,0.21203861901757384f,-0.3145696709453508f,-0.9252489103838244f,-0.1349018377361362f,-0.11390398304231031f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9865179141663962f,0.024110101930039173f,0.16186756319196918f,0.04196525973831447f,0.1602185335673347f,-0.34386694423145553f,-0.9252489103838244f,-0.20918689843061394f,0.03335305878500277f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9865179141663962f,0.07166872789839543f,0.14712579131548884f,0.02583979596117552f,0.1602185335673347f,-0.6061794468529598f,-0.7790227851061693f,-0.0727965228886982f,0.03335305878500277f,0.792092211585536f,-0.609489542006439f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.930445700034216f,0.28383653290205124f,0.23174904935723128f,0.34297089011414483f,0.3555756709974964f,-0.546581252777553f,-0.7581654676301217f,-0.03233402399226644f,-0.0885253719705136f,0.7878361229991067f,-0.609489542006439f,-0.13654730863881978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9633921856640824f,0.13478825884846846f,0.23174904935723128f,0.23336086255497268f,0.2656937985642442f,-0.5954762204300874f,-0.7581654676301217f,-0.06893880915430152f,0.03580924469861088f,0.7919849721925892f,-0.609489542006439f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9146488576110435f,0.285043352278017f,0.28664918383439275f,0.21926849685622085f,0.36206828242851247f,-0.2622740156249384f,-0.8944936554203371f,-0.09904211766976556f,-0.17978883761257292f,0.9219341777209912f,-0.34309378574937793f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9579659961404131f,-0.011549703276820839f,0.28664918383439275f,0.247661037837559f,0.2633002713363644f,-0.3613226640095531f,-0.8944936554203371f,-0.09408431282552439f,0.11390398304231066f,0.9323693135379657f,-0.34309378574937793f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9479786167279756f,0.138451390869108f,0.28664918383439275f,0.31767965995645375f,0.31658192572570876f,-0.3156849453435582f,-0.8944936554203371f,-0.14123084342702258f,-0.03335305878500242f,0.9387088087633163f,-0.34309378574937793f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9479786167279756f,0.218240510328705f,0.23174904935723128f,0.2685755451324952f,0.31658192572570876f,-0.5700535132748512f,-0.7581654676301217f,-0.012968802940181268f,-0.03335305878500242f,0.792092211585536f,-0.609489542006439f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.2210944237490084f,0.09158030888190352f,0.03103489372290903f,0.23931087979406818f,-0.8970343618727032f,-0.3715637986023682f,0.42845881625164484f,1.720439130626521e-16f,0.38268343236508956f,-0.9238795325112868f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.09158030888190329f,0.22109442374900848f,-0.003307722107804704f,0.23931087979406818f,-0.3715637986023686f,-0.897034361872703f,0.5677952407275331f,1.720439130626521e-16f,0.9238795325112867f,-0.3826834323650899f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9654304304508373f,0.05130352399704127f,0.25556218887972476f,-0.19681421622708428f,0.24577563255487656f,0.14741079194671308f,-0.9580523977632398f,0.6523082402198597f,-0.08682408883346501f,0.9877438973960446f,0.12970570825954691f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9654304304508373f,0.1526641327036522f,0.21127646945496034f,-0.14067436492661706f,0.24577563255487656f,-0.26315974388227414f,-0.9329208367498639f,0.5505589989801646f,-0.08682408883346501f,0.9525967729242303f,-0.2915835485972777f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9662476024090648f,-0.193742823166332f,0.16979190001373184f,0.06602663482520915f,0.22721411189114984f,0.3303158399662533f,-0.9161141813250705f,0.8467968215341775f,0.1214055937601303f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9662476024090648f,0.25425119426193526f,0.04149579563176718f,0.14933677186232253f,0.22721411189114984f,-0.9170029351158291f,0.32784045562814634f,0.5230454892240552f,0.1214055937601303f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.980315332837915f,-0.11971716787210696f,0.15700206342456047f,-0.001097973269397429f,0.007883652375850397f,-0.7708268589150351f,-0.6369959196104771f,0.5588297471363882f,0.19728075483458765f,0.625694616639669f,-0.7547095802227721f,-0.861473534489356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8716942554601446f,0.464219212310536f,0.15700206342456047f,-0.001097973269397429f,0.44858603274029796f,-0.6269025200379426f,-0.6369959196104771f,0.5588297471363882f,-0.19728075483458732f,0.625694616639669f,-0.7547095802227721f,-0.861473534489356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.18061021363212335f,0.15700206342456047f,-0.001097973269397429f,0.23931087979406818f,-0.7327799814485871f,-0.6369959196104771f,0.5588297471363882f,1.720439130626521e-16f,0.656059028990507f,-0.7547095802227721f,-0.861473534489356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8955922671898217f,-0.38842440252187704f,0.21688931387995564f,-0.0023464482160552454f,0.35162593153804644f,0.3193843670282705f,-0.8799731986645685f,0.563895116529696f,0.2725320076978045f,0.8643610990919675f,0.42261826174069894f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.956417321108238f,0.19551197766076592f,0.21688931387995564f,-0.0023464482160552454f,0.10484375357810191f,0.46330870590536305f,-0.8799731986645685f,0.563895116529696f,-0.27253200769780417f,0.8643610990919675f,0.42261826174069894f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,-0.10113714803420659f,0.21688931387995564f,-0.0023464482160552454f,0.23931087979406818f,0.41033824150843773f,-0.8799731986645685f,0.563895116529696f,1.720439130626521e-16f,0.9063077870366502f,0.42261826174069894f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8908946914541582f,-0.38828320105804237f,0.2356752098013709f,0.1772731110232111f,0.1411807305908261f,-0.2564458918208804f,-0.9561921908685691f,0.592517496317995f,0.43171130405473623f,0.8851393451566331f,-0.1736481776669306f,-0.7509012251467531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8544608779790426f,0.46298358878945556f,0.2356752098013709f,-0.1746937252752024f,0.28900165735622213f,-0.04663192219202297f,-0.9561921908685691f,0.5057673023926453f,-0.4317113040547359f,0.8851393451566333f,-0.1736481776669306f,-0.7509012251467531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,-0.06596301812467681f,0.2300403821673371f,0.0029251852880494817f,0.23931087979406818f,0.26762816025536346f,-0.9333303116531246f,0.575152625467093f,1.720439130626521e-16f,0.961261695938319f,0.2756373558169991f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9709429966852787f,0.020857317476047434f,0.23840022964652174f,8.878689293818311e-17f,0.23931087979406818f,-0.0846232580417427f,-0.9672482654471859f,0.554375f,1.720439130626521e-16f,0.9961946980917455f,-0.08715574274765836f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.312797418897338e-17f,-0.2393108797940684f,-0.9709429966852787f,0.8417742319250197f,-1.6890691516689578e-16f,0.9709429966852787f,-0.2393108797940684f,0.46896394265352165f,1f,1.862855238096144e-16f,5.0000691862379166e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.312797418897338e-17f,-0.2393108797940684f,-0.9709429966852787f,0.8417742319250197f,-1.6890691516689578e-16f,0.9709429966852787f,-0.2393108797940684f,0.46896394265352165f,1f,1.862855238096144e-16f,5.0000691862379166e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.312797418897338e-17f,-0.2393108797940684f,-0.9709429966852787f,0.9874156814278114f,-1.6890691516689578e-16f,0.9709429966852787f,-0.2393108797940684f,0.5048605746226319f,1f,1.862855238096144e-16f,5.0000691862379166e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.312797418897338e-17f,0.23931087979406795f,0.9709429966852787f,-0.7056661690421433f,-1.6890691516689578e-16f,-0.9709429966852787f,0.23931087979406795f,0.08756222798172547f,1f,-1.862855238096145e-16f,-5.000069186237925e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.312797418897338e-17f,0.23931087979406795f,0.9709429966852787f,-0.7056661690421433f,-1.6890691516689578e-16f,-0.9709429966852787f,0.23931087979406795f,0.08756222798172547f,1f,-1.862855238096145e-16f,-5.000069186237925e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.312797418897338e-17f,0.23931087979406795f,0.9709429966852787f,-0.8513076185449351f,-1.6890691516689578e-16f,-0.9709429966852787f,0.23931087979406795f,0.05166559601261527f,1f,-1.862855238096145e-16f,-5.000069186237925e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015170984323207482f,-1.9135106236677393e-21f,0.0000037392324967823152f,-0.1575184487798458f,0.0000037392324967823152f,-3.469446951953614e-21f,-0.000015170984323207482f,1.2236255364960427f,2.6881861416039395e-21f,0.000015625f,-2.910711309525226e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69.mcfunction new file mode 100644 index 000000000..823a035a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..5de10bd9d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7135891011398725f,-0.07926533454812065f,0.3891684030311402f,-0.26063951558720455f,0.36636685733992497f,-0.17756989822788413f,-0.7079468211176955f,0.3808163932664207f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882655f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6161013892641432f,-0.3392427886522717f,0.38122619072438224f,-0.26063951558720455f,0.2650048484064713f,-0.29804642060523234f,-0.6934989268091711f,0.3808163932664207f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538113f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.24385323481636503f,-0.16209244158741984f,-0.7623687327627414f,-0.12826773373730682f,-0.7641790884945352f,-0.10742486861949377f,0.2672726374962283f,0.26871272468397356f,-0.1533309004137801f,0.7931773965682315f,-0.11959806434882647f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.15992906515238864f,-0.23811181915127047f,-0.7468101871961549f,-0.12826773373730682f,-0.6513303199234832f,-0.383692715683571f,0.26181809387385635f,0.26871272468397356f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538104f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.2532293288870038f,-0.02302518921397601f,0.9328946027709087f,0.0021142642992527825f,0.9324607058420854f,0.03036485503189489f,1.253395890227574f,0.5608236259352216f,-0.03659960761963908f,1.562035232074025f,-0.010613787332326976f,0.27357380764070444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.394977346030571f,-0.6316905852812859f,-0.667053146750417f,0.17748679646521037f,0.49554313289233676f,0.4649102115041437f,-0.7336862399434928f,0.3328365862507913f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.03877633433336369f,-0.7440003328668839f,-0.667053146750417f,0.1647633117620754f,0.13926362800437145f,0.6650640143870662f,-0.7336862399434928f,0.28714070831185695f,0.9894958503251681f,-0.06444657835235815f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5538214805294768f,0.5625880322581912f,-0.6138212065935773f,-0.24774188329661423f,0.3079803047895176f,-0.5465063643304597f,-0.778767568410536f,0.692956351366788f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1309767592704763f,0.7785040878935762f,-0.6138212065935773f,-0.2907186324322393f,-0.06118047662675141f,-0.6243220512457212f,-0.778767568410536f,0.6728815074736352f,-0.9894958503251681f,-0.06444657835235826f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9115194702977935f,0.3928877682085653f,0.12153788240759673f,0.2085767070039734f,0.383898035351083f,-0.9188641457291294f,0.09116457726033445f,0.7324752582677567f,0.14749424979167397f,-0.03644013289725484f,-0.9883914017193904f,-0.5478903298307137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9636980470385573f,-0.04803492710049684f,0.2626380016534558f,0.20121164568296435f,0.024864149125774393f,-0.963262270516129f,-0.2674089981439725f,0.5501922763075827f,0.26583424952838935f,0.26423179971109045f,-0.9270996212916474f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8328882354093805f,0.5491453345742116f,0.0688228801491606f,-0.051397116776508794f,0.5314663344403777f,-0.8283029655453584f,0.17736327868325344f,0.9323723234448078f,0.15440441273861683f,-0.11114674437041322f,-0.9817360533986215f,-0.5542977628448634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9403181656221669f,0.06425571430185156f,0.33417502985789066f,-0.03726057640829982f,0.1576836136752655f,-0.9524963929804291f,-0.26055037773448275f,0.7521508099001368f,0.3015586599308216f,0.2976941795514835f,-0.9057817342394889f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.5970731379268923f,-0.24731579145798033f,-0.6066987893055733f,-0.6462673074961729f,-0.7050227362003358f,-0.2920299791155676f,0.29251959589773147f,-5.004601105867194e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.5970731379268923f,-0.24731579145798033f,-0.5838671691648492f,-0.6462673074961729f,-0.7050227362003358f,-0.2920299791155676f,0.37750465141179546f,-5.004601105867194e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.5970731379268923f,-0.24731579145798033f,-0.15837101177399657f,-0.6462673074961729f,-0.7050227362003358f,-0.2920299791155676f,-0.08716244725627015f,-5.004601105867194e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.5970731379268923f,-0.24731579145798033f,-0.07830605833136899f,-0.6462673074961729f,-0.7050227362003358f,-0.2920299791155676f,-0.05064743980441905f,-5.004601105867194e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6751194098415433f,-0.4973593841961536f,-0.5448370631732291f,-0.5681714473218188f,-0.7323776628029344f,-0.36324631622324716f,-0.5759123828999966f,0.18149738368618024f,0.08852537197051372f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7446117188094266f,-0.38562412113928035f,-0.5448370631732291f,-0.4862894194484496f,-0.6665366353065574f,-0.4733432591858273f,-0.5759123828999966f,0.09995229217463664f,-0.03580924469861074f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6580834634330628f,-0.3719610363953911f,-0.6546534522628072f,-0.48706034686155614f,-0.7311649123322761f,-0.10808496358692365f,-0.6735840791026378f,0.06672264237978795f,0.17978883761257297f,0.921934177720991f,-0.343093785749378f,-0.16310560454236692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7408168476555919f,-0.15039699355379482f,-0.6546534522628072f,-0.5102830299379261f,-0.6619790637752292f,-0.32873729253421f,-0.6735840791026378f,0.08379376428155616f,-0.11390398304231049f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7081688897156255f,-0.26443464424943797f,-0.6546534522628072f,-0.5939654201315216f,-0.7052548455052419f,-0.2211336502453414f,-0.6735840791026378f,0.07271855039317467f,0.03335305878500253f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7081688897156255f,-0.4490538923466861f,-0.5448370631732291f,-0.4929282943535175f,-0.7052548455052419f,-0.41344954965972014f,-0.5759123828999966f,0.16574469906661154f,0.03335305878500253f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.833555625424227f,-0.2763833869923005f,-0.47832754752187345f,-0.2742220683602576f,-0.5452965045194292f,-0.5503875604448205f,-0.6322382900983547f,-0.06744391859597589f,-0.0885253719705138f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7800572851788493f,-0.4033774772110031f,-0.47832754752187345f,-0.36813796532109966f,-0.6246825832641073f,-0.4583082092871461f,-0.6322382900983547f,-0.00010839501204781832f,0.035809244698610646f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8295540011598157f,-0.045355858766535195f,-0.5565815351188816f,-0.40078699405730583f,-0.5286928532046377f,-0.38468196997711035f,-0.7566397088078773f,-0.006340960867853171f,-0.17978883761257305f,0.921934177720991f,-0.343093785749378f,-0.1631056045423669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7749370072684307f,-0.29948226914219384f,-0.5565815351188816f,-0.3801246903043874f,-0.6216900493115082f,-0.20247921780317502f,-0.7566397088078773f,-0.026435373421413402f,0.11390398304231039f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.812245595337012f,-0.1745682892748054f,-0.5565815351188816f,-0.37726812389214776f,-0.5823612850501887f,-0.2972401129218999f,-0.7566397088078773f,-0.11079912641711089f,-0.03335305878500263f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.812245595337012f,-0.33385603205174075f,-0.47832754752187345f,-0.3021505166805062f,-0.5823612850501887f,-0.5110088827096861f,-0.6322382900983547f,0.0041778721925683215f,-0.03335305878500263f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.5970731379268923f,-0.24731579145798033f,-0.08381080384641754f,-0.6462673074961729f,-0.7050227362003358f,-0.2920299791155676f,0.4554113747796236f,-5.004601105867194e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.24731579145798044f,-0.5970731379268923f,0.008932617950325133f,-0.6462673074961729f,-0.29202997911556805f,-0.7050227362003356f,0.5649226169479616f,-5.004601105867194e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.7651163688041274f,0.14949704180715667f,-0.6262967161648669f,-0.03605131231495559f,-0.6380113790413343f,0.04486231879630609f,-0.768718968522303f,0.771232229829701f,-0.08682408883346523f,0.9877438973960445f,0.1297057082595468f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.7651163688041274f,-0.12368449793623881f,-0.6319011688217131f,-0.08556574712072051f,-0.6380113790413343f,-0.2779595891215179f,-0.7181085899981785f,0.6660994007858771f,-0.08682408883346523f,0.9525967729242302f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7505585948651613f,0.15400473310769344f,-0.6426074523801156f,0.27560370023224884f,-0.6495555999895505f,0.35061000818787247f,-0.6746481636236141f,0.6723268487943306f,0.12140559376013008f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7505585948651613f,-0.5938107642741447f,0.2899147666232107f,0.06217261759985749f,-0.6495555999895505f,-0.743590498209076f,0.15858970173183767f,0.41502803987348236f,0.12140559376013008f,-0.30734662387170336f,-0.9438213467592348f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.5800174988880278f,-0.6981527812833526f,-0.41971704155299216f,0.0022804470494249838f,-0.7908479154409161f,-0.35908105231670107f,-0.49560102149802754f,0.5570677471969813f,0.19529279460961757f,0.6193896123228497f,-0.7604059656000312f,-0.8612227490066537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8755665042545926f,-0.23920890798086192f,-0.41971704155299216f,0.0022804470494249838f,-0.44186425630611736f,-0.7477537071049222f,-0.49560102149802754f,0.5570677471969813f,-0.19529279460961768f,0.6193896123228497f,-0.7604059656000312f,-0.8612227490066537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.4914255159923596f,-0.41971704155299216f,0.0022804470494249838f,-0.6462673074961729f,-0.5802742409858971f,-0.49560102149802754f,0.5570677471969813f,-5.004601105867194e-17f,0.6494480483301835f,-0.7604059656000312f,-0.8612227490066537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.832208834167726f,0.10169594689077671f,-0.5450563188507981f,0.006336664559815389f,-0.49306090418421544f,0.5853786847963267f,-0.6436013829624413f,0.5618573205107774f,0.2536126990082285f,0.8043567179878037f,0.537299608346824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6233751689748944f,0.5606398201932674f,-0.5450563188507981f,0.006336664559815389f,-0.7396512675628181f,0.19670603000810555f,-0.6436013829624413f,0.5618573205107774f,-0.25361269900822864f,0.8043567179878037f,0.537299608346824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,0.3472391712050502f,-0.5450563188507981f,0.006336664559815389f,-0.6462673074961729f,0.41001930089994587f,-0.6436013829624413f,0.5618573205107774f,-5.004601105867194e-17f,0.8433914458128856f,0.537299608346824f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6341849334128845f,-0.4327398428611399f,-0.6407384010909689f,0.13726950742741778f,-0.6173823421207525f,0.21545725591302609f,-0.7565825893528895f,0.4360058471191445f,0.4654551684852037f,0.8753938538023583f,-0.1305261922200517f,-0.7503204781651129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7133893031260027f,0.2837780885706032f,-0.6407384010909689f,-0.13935827019844865f,-0.5238579848735789f,-0.3913509897422903f,-0.7565825893528895f,0.6702777460865071f,-0.4654551684852038f,0.8753938538023583f,-0.1305261922200517f,-0.7503204781651129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,0.17813541178921657f,-0.6212320080332623f,0.01854712544191487f,-0.6462673074961729f,0.2103419287457286f,-0.7335494804532098f,0.5641867565635358f,-5.004601105867194e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7631111106920454f,-0.056325907198358276f,-0.6438080652777153f,8.878689293818312e-17f,-0.6462673074961729f,-0.06650951565135584f,-0.7602072425263188f,0.5543749999999998f,-5.004601105867194e-17f,0.9961946980917455f,-0.08715574274765843f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[4.6980025172781736e-17f,0.6462673074961727f,-0.7631111106920455f,0.42432190076349957f,-3.6554477389398274e-16f,0.7631111106920455f,0.6462673074961727f,-0.17762898276406353f,1f,2.485896240393937e-16f,2.7209061598370323e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[4.6980025172781736e-17f,0.6462673074961727f,-0.7631111106920455f,0.42432190076349957f,-3.6554477389398274e-16f,0.7631111106920455f,0.6462673074961727f,-0.17762898276406358f,1f,2.485896240393937e-16f,2.7209061598370323e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[4.6980025172781736e-17f,0.6462673074961727f,-0.7631111106920455f,0.5387885673673064f,-3.6554477389398274e-16f,0.7631111106920455f,0.6462673074961727f,-0.27456907888848947f,1f,2.485896240393937e-16f,2.7209061598370323e-16f,0.22812499999999977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[4.6980025172781736e-17f,-0.6462673074961731f,0.7631111106920453f,-0.7918864319019479f,-3.6554477389398274e-16f,-0.7631111106920453f,-0.6462673074961731f,0.8523595385579619f,1f,-2.485896240393937e-16f,-2.720906159837033e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[4.6980025172781736e-17f,-0.6462673074961731f,0.7631111106920453f,-0.7918864319019479f,-3.6554477389398274e-16f,-0.7631111106920453f,-0.6462673074961731f,0.8523595385579619f,1f,-2.485896240393937e-16f,-2.720906159837033e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[4.6980025172781736e-17f,-0.6462673074961731f,0.7631111106920453f,-0.9063530985057546f,-3.6554477389398274e-16f,-0.7631111106920453f,-0.6462673074961731f,0.9492996346823879f,1f,-2.485896240393937e-16f,-2.720906159837033e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011923611104563211f,-1.9135106236677393e-21f,-0.000010097926679627702f,0.4498165283450388f,-0.000010097926679627702f,-3.469446951953614e-21f,-0.000011923611104563211f,1.0743494543089274f,-7.819689227917492e-22f,0.000015625f,-3.8842128756155265e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..7225da119 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3338705444708687f,0.16605645756569853f,-0.7265673794493539f,-0.021893053718467986f,-0.5030045773545818f,0.5372730815734388f,0.3539328685236282f,1.1479277969139523f,0.5499648162741946f,0.5922054822118388f,-0.11737040573832516f,-0.14687114367624582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.23991096234847897f,0.2754444620179507f,-0.7117394737463059f,-0.021893053718467986f,-0.25382216503199606f,0.6748086089068113f,0.3467097487578399f,1.1479277969139523f,0.7197340055072408f,0.3297934045563919f,-0.11497509133550221f,-0.14687114367624582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6648211439010986f,0.3421527476349667f,0.3284642877883713f,-0.12170481133103073f,0.4709899949955754f,0.5429181162194449f,0.38775351467039143f,1.1447281790822532f,-0.055908100312450165f,0.5050899531875648f,-0.6392987313868853f,-0.0974938736392635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7299436755811214f,0.06043286524945732f,0.3217609349763637f,-0.12170481133103073f,0.22273199822298087f,0.6679160848645739f,0.37984017763630185f,1.1447281790822532f,-0.23994309210044124f,0.43616048924326034f,-0.6262518185014387f,-0.0974938736392635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.16123657241791745f,1.3397460810402495f,0.7877115309884797f,-0.25317060793176527f,1.5470488780676057f,0.062692518580745f,0.21003729902987683f,0.5440394252353496f,0.14848833821106813f,0.8015961180365683f,-1.3329670389638368f,0.5227954647312187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1223072632352447f,-0.6402956749403086f,-0.7583286767705935f,-0.2480336283853834f,-0.9239093658340155f,0.35254926203246195f,-0.14866237440776384f,0.7797731333241431f,0.3625360907331741f,0.682444478689f,-0.6346945063751589f,0.44074325318929963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23288160665762747f,-0.6402956749403086f,-0.731975140242684f,-0.17069050747953715f,-0.9357322560306329f,0.35254926203246195f,-0.010684702344412655f,1.1014772269420772f,0.26489866421781805f,0.682444478689f,-0.6812475550066323f,0.34833629755938794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4987930467624231f,0.8469278409373382f,-0.18417037966697583f,0.484579888558877f,0.7209762220827001f,-0.5233769210710872f,-0.45416944600171627f,0.8098175475593927f,-0.4810392745845356f,0.0937540971657651f,-0.8716716042018438f,0.11976064534834596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2989548706818277f,0.9540420906934214f,0.02072859090573298f,0.36407854407263335f,0.9434492431345851f,0.2987575559710367f,-0.1436922001327529f,1.1186200629577385f,-0.14328123018870936f,-0.023401109707414325f,-0.9894053148937858f,0.08378393922491327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8959481491973535f,0.00107202343065399f,-0.4441573648107175f,-0.04525142512604295f,-0.028720981806343696f,0.9977643672800373f,0.060343786675568f,0.6841370298659382f,0.4432290820263449f,0.06682153958141707f,-0.8939143486341701f,0.25405772191942483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8959481491973535f,0.17096208538195246f,-0.4099376529567523f,-0.015758144447906564f,-0.028720981806343696f,0.8987215097921876f,0.43757828218609124f,0.8553821772156364f,0.4432290820263449f,0.40382126392589174f,-0.8002976743983321f,0.32477234844054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8959481491973535f,0.059037021696829534f,-0.4402176098465448f,0.21556709066487245f,-0.028720981806343696f,0.9813519101027832f,0.19006192080924156f,0.7187286332759473f,0.4432290820263449f,0.1829291081451686f,-0.8775448263418208f,0.07846764481362789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8959481491973535f,0.2712363654764998f,-0.3517211224719597f,0.2642256521762664f,-0.028720981806343696f,0.7548447237967723f,0.655274406764261f,0.8643574840301187f,0.4432290820263449f,0.5971936679162573f,-0.6685115584990363f,0.18626326030730717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.984110018658458f,-0.1206037749250504f,-0.13031577283612766f,0.3352467755558965f,-0.15898164666532222f,0.9253321739421065f,0.34421679780504244f,1.642970290045338f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.4140039636718775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.984110018658458f,-0.1206037749250504f,-0.13031577283612766f,0.375009269417833f,-0.15898164666532222f,0.9253321739421065f,0.34421679780504244f,1.5655359048467472f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.27893667462380456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.984110018658458f,-0.1206037749250504f,-0.13031577283612766f,-0.24291786040594754f,-0.15898164666532222f,0.9253321739421065f,0.34421679780504244f,1.5495685726294615f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.4604584888214581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.984110018658458f,-0.1206037749250504f,-0.13031577283612766f,-0.27696361794339536f,-0.15898164666532222f,0.9253321739421065f,0.34421679780504244f,1.4602105639309713f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.33132156468609764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.990860578304055f,0.034829781984335006f,-0.13031577283612766f,0.22257254554675932f,-0.012270475164807296f,0.9388100082274752f,0.34421679780504244f,1.733638729547177f,0.13433074779135046f,0.34266989178924256f,-0.9298024496950764f,0.4398350735786496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.984110018658458f,-0.12060377492505041f,-0.13031577283612766f,0.10800245086923843f,-0.15898164666532222f,0.9253321739421067f,0.34421679780504244f,1.7246513531660348f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.45256539550574915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9840544391360369f,0.12105643380994996f,-0.13031577283612766f,0.0865418650614233f,0.06959890126375322f,0.9363069950885344f,0.34421679780504244f,1.717103118908341f,0.16368522767659388f,0.3296582332985122f,-0.9298024496950764f,0.4527787997615251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.973299882055201f,-0.1889580348687369f,-0.13031577283612766f,0.11398059145036152f,-0.22314228486062204f,0.9119881122120087f,0.34421679780504244f,1.7309850771019524f,0.053803905978219005f,0.364105128009098f,-0.9298024496950764f,0.45407230502390555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9908764945082889f,-0.03437400152859575f,-0.13031577283612766f,0.1541441473347876f,-0.0777286605936597f,0.9356671691531974f,0.34421679780504244f,1.8478454306569962f,0.11010008153167196f,0.3512056044367086f,-0.9298024496950764f,0.45809611875700906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9908764945082889f,-0.03437400152859575f,-0.13031577283612766f,0.16187829767872164f,-0.0777286605936597f,0.9356671691531974f,0.34421679780504244f,1.6373203175975273f,0.11010008153167196f,0.3512056044367086f,-0.9298024496950764f,0.3790748577587497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9531274042795896f,-0.2730676666348f,-0.13031577283612766f,-0.16169933695424815f,-0.3017781623951019f,0.8890695905328658f,0.34421679780504244f,1.6715601250325367f,0.02186531300226445f,0.3674089174589365f,-0.9298024496950764f,0.4707106524701573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9841100186584579f,-0.12060377492505042f,-0.13031577283612766f,-0.04955998308001021f,-0.15898164666532222f,0.9253321739421065f,0.34421679780504244f,1.6991973543987067f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.4652252636388938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.925701051443349f,-0.35509908857500716f,-0.13031577283612766f,-0.027057456639519972f,-0.3781173258951186f,0.8593847124348717f,0.34421679780504244f,1.6987513016504499f,-0.010239688208274297f,0.36791650319934277f,-0.9298024496950764f,0.4619063081193348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9901256701732042f,-0.051661945512978175f,-0.13031577283612766f,-0.056908542780738494f,-0.09404646586824819f,0.9341681103348234f,0.34421679780504244f,1.703378167872121f,0.1039539298042917f,0.3530736254937191f,-0.9298024496950764f,0.46780295039747105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9698538713447604f,-0.20591568077177508f,-0.13031577283612766f,-0.1304802351595422f,-0.23902468641011876f,0.9079548421564735f,0.34421679780504244f,1.8018647454164027f,0.04744120070281953f,0.36498868066956464f,-0.9298024496950764f,0.4809651939517764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9698538713447604f,-0.20591568077177508f,-0.13031577283612766f,-0.08414920698589289f,-0.23902468641011876f,0.9079548421564735f,0.34421679780504244f,1.5975749059311966f,0.04744120070281953f,0.36498868066956464f,-0.9298024496950764f,0.3988427408011245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.984110018658458f,-0.1206037749250504f,-0.13031577283612766f,0.10474634789663172f,-0.15898164666532222f,0.9253321739421065f,0.34421679780504244f,1.1324580976876246f,0.07907153216949894f,0.35946501546242654f,-0.9298024496950764f,0.23378930540841453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8959481491973535f,0.2712363654764998f,-0.3517211224719597f,0.003032710842944275f,-0.028720981806343696f,0.7548447237967723f,0.655274406764261f,0.849391326263835f,0.4432290820263449f,0.5971936679162573f,-0.6685115584990363f,0.00984167993981806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9489057508105965f,-0.05139933945527029f,-0.3113454415631292f,0.1908940495827272f,-0.18127302456005182f,0.8963961389238773f,0.4044923394691372f,0.41424385945209485f,0.25829821262530817f,0.4402636369562295f,-0.8599127649527272f,0.13205538237009906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9489057508105965f,-0.3100534271076182f,-0.058691979157282456f,0.0947260162820134f,-0.18127302456005182f,0.6878298760362438f,-0.7028727852170804f,0.5626747641496377f,0.25829821262530817f,-0.6563207554014927f,-0.7088900474571389f,-0.11706705698579396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.936594284106568f,0.009064532482921078f,-0.35029841739547085f,-0.05162266589370344f,0.14977889471937672f,0.9141006753021274f,-0.3768106130522818f,0.5300684353613437f,0.3167924078565446f,-0.40538597615489946f,-0.857499143242366f,0.254533371313177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.936594284106568f,-0.26753176338489615f,-0.22631372596259675f,-0.15340035290734003f,0.14977889471937672f,0.27823312206131523f,-0.9487637284828372f,0.5871116153642063f,0.3167924078565446f,-0.9225037047991628f,-0.2205209399496372f,-0.07334148232189477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9523688372900273f,0.0876059329015562f,-0.29209381759854014f,-0.008500504251603019f,0.12946627401653188f,0.9833939833202734f,-0.1271800198999908f,0.7490507237913152f,0.27610157850167666f,-0.1589385859064243f,-0.9478957982072441f,-0.027585630976318144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9425917399902252f,-0.20094665107790777f,-0.2667231807000905f,-0.014105863991029002f,-0.12946627401653188f,0.9561236229250026f,-0.2628043028130317f,0.716448305316989f,0.30782997838819376f,-0.2131855086663747f,-0.927250043569793f,-0.04577600894503177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9556560587012737f,-0.037452625919398415f,-0.29209381759854014f,-0.008500504251603019f,0f,0.9918796512371034f,-0.1271800198999908f,0.7490507237913152f,0.2944851396378902f,-0.1215403565631748f,-0.9478957982072441f,-0.027585630976318144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9452930147381957f,0.16017497913292744f,-0.28419199909029746f,-0.00456007131666289f,0.08410938763875662f,0.9613746998642164f,0.2620768920985232f,0.7701310819704447f,0.3151931585523499f,0.2238362404097107f,-0.9222530077375943f,-0.014798233239332107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.95874598301673f,-0.006406848081890806f,-0.28419199909029746f,-0.00456007131666289f,-0.08410938763875662f,0.9613746998642164f,0.2620768920985232f,0.7701310819704447f,0.27153591099579716f,0.275168382556287f,-0.9222530077375943f,-0.014798233239332107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9556560587012737f,0.07717775016549788f,-0.28419199909029746f,-0.00456007131666289f,0f,0.9650469950359821f,0.2620768920985232f,0.7701310819704447f,0.2944851396378902f,0.25045536977955357f,-0.9222530077375943f,-0.014798233239332107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9406779029805161f,0.17640739526462543f,-0.2898370468731157f,-0.18769865519710938f,0.1284659936972412f,0.9757960999711434f,0.17697022276215468f,0.7804294313087964f,0.314040716002812f,0.1292377738010697f,-0.9405721803856334f,0.04881279567613053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9542826742997363f,-0.09805181144465323f,-0.28236575536662595f,0.17946458041318009f,-0.12846599369724124f,0.9875068724189101f,0.09125056377252053f,0.787361637592736f,0.2698908408870584f,0.12335322937744522f,-0.954957022492338f,-0.07553381618241933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9556560587012737f,0.026655823973469453f,-0.2932762597208357f,-0.01911053078508216f,0f,0.9958949374540904f,0.09051670317302406f,0.6363391914602425f,0.2944851396378902f,0.08650283580096517f,-0.9517330308079275f,-0.0354876804398735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9556560587012737f,0.052115100761861655f,-0.2898370468731157f,0f,0f,0.9842162060520612f,0.17697022276215468f,0.85625f,0.2944851396378902f,0.1691226655923671f,-0.9405721803856334f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7983742088375633f,0.2529212102651536f,-0.5464700211914684f,0.10815878758662092f,-0.5287409542364266f,0.7287200948636388f,-0.4352011335636457f,0.7290377665011448f,0.2881520882730975f,0.6363944411604641f,0.7155211312630209f,0.3407898882492428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7983742088375633f,0.2529212102651536f,-0.5464700211914684f,0.18300636966514247f,-0.5287409542364266f,0.7287200948636388f,-0.4352011335636457f,0.6794683020414798f,0.2881520882730975f,0.6363944411604641f,0.7155211312630209f,0.36780414652484567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7983742088375633f,0.2529212102651536f,-0.5464700211914684f,0.22755308180460196f,-0.5287409542364266f,0.7287200948636388f,-0.4352011335636457f,0.7695332043058591f,0.2881520882730975f,0.6363944411604641f,0.7155211312630209f,0.2469688476975911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6226787641148006f,-0.27380992855858804f,-0.7330070120696017f,0.5598232875482505f,-0.24995248322433072f,0.9572996970496086f,-0.14526199144551866f,1.8804275040433824f,0.7414815660894443f,0.09276536558149368f,-0.6645296638210192f,0.024637410861905525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.17998811259896572f,-0.27380992855858804f,-0.9447922535382065f,0.5828268326904475f,-0.043745530104548055f,0.9572996970496086f,-0.28576847031224306f,1.8956889410867233f,0.9826955825274346f,0.09276536558149368f,0.16032460519083697f,-0.06495604844324156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2453711481834354f,-0.27380992855858804f,-0.9299575918620608f,0.7108186988986582f,-0.16278866179563578f,0.9572996970496086f,-0.23890822844664306f,1.9238944568320493f,0.9556635659215688f,0.09276536558149368f,-0.2794668776771285f,0.02176071286090127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014932125917207403f,0.0000024853736070720732f,-0.000003872358277062256f,0.18991041111767593f,0f,0.000013149588063505857f,0.000008439725040551047f,0.624706414572858f,0.0000046013303068420345f,0.00000806547436877546f,-0.000012566483502315321f,0.6408015536101322f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7.mcfunction new file mode 100644 index 000000000..0c0ff7914 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70.mcfunction new file mode 100644 index 000000000..31eaebd7b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..909657a15 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7168698252885336f,-0.1901317952052431f,-0.3418947184255164f,-0.2939230411145509f,-0.3599051722517073f,-0.04079169608778362f,-0.7319485972123965f,0.6623786710432004f,0.15333090041378f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5775096206381775f,-0.4408095471380865f,-0.3349172751923426f,-0.2939230411145509f,-0.34101485246612384f,0.09800143692862842f,-0.7170108707386741f,0.6623786710432004f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7608412919948971f,-0.18237843924358724f,-0.23410057184691646f,-0.306314220532105f,-0.25407598827571165f,0.0674697481598955f,0.7731996312139608f,0.4893584993509897f,-0.1533309004137801f,0.7931773965682316f,-0.1195980643488263f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6202114188190091f,-0.45027630788003287f,-0.22932300915616308f,-0.306314220532105f,-0.25523770783067234f,-0.03418457327635899f,0.7574200469034719f,0.4893584993509897f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538088f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.013264855196857368f,0.010927108213423818f,1.5624054825565286f,0.0064537866059654215f,1.5620149686666565f,0.036507287841464224f,-0.013516863384883067f,0.5564734585829061f,-0.036599607619638805f,1.5620352320740252f,-0.010613787332327106f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.16698758827099255f,0.002571319368575728f,-0.9859556448847697f,-0.0741182515135923f,0.6112980008126503f,0.7843263916320462f,0.1055787175140501f,0.28035435026979005f,0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13531337610292393f,0.09788644731262033f,-0.9859556448847697f,-0.11851795304736422f,0.050874870387072293f,0.9931086959498379f,0.1055787175140501f,0.26366103342403197f,0.9894958503251682f,-0.06444657835235798f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07817155567877573f,-0.10922381111671778f,-0.9909386292641434f,-0.034313054433195884f,0.6288555544136236f,-0.776688263963722f,0.03600044866601295f,0.8361611706710657f,-0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.01360870679151327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12668259398452664f,-0.04463354583104451f,-0.9909386292641434f,-0.07588078058436869f,0.06963822636041495f,-0.9969225070812786f,0.03600044866601295f,0.8590112136955768f,-0.9894958503251682f,-0.06444657835235845f,0.1294009301664642f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9565580221458286f,-0.2667988922575461f,0.11753765932077428f,0.2466108524485882f,-0.2587539783578184f,-0.9626774929511379f,-0.07936260611467771f,0.5126902635225787f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.7138915749960489f,-0.7002261666676484f,0.006491121905426334f,0.11535901571031308f,-0.6261722361114984f,-0.6424872105842269f,-0.44172221469926676f,0.3894631476961658f,0.31347591593739127f,0.3112772072440094f,-0.897128391244856f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9912185537302565f,-0.053597737266909765f,0.12088449570050755f,0.24747384816614676f,-0.054758636016813474f,-0.9984797479929034f,0.006299573763868638f,0.8400400186120512f,0.12036307790380267f,-0.012863724495479179f,-0.9926465907208f,-0.56622804296587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8049908232784919f,-0.5881521019154657f,0.07789017556685537f,0.1376821426542898f,-0.48135167677118246f,-0.7242082884425329f,-0.4937842830839274f,0.7011648127598018f,0.346828974722394f,0.3599992499486029f,-0.8660890267919669f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.9215193235263414f,-0.3817058017934904f,-0.5694184750389056f,-0.9974453282036351f,0.06599641627261213f,0.027336610688136607f,0.8896573793264084f,-2.3022549654214267e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.9215193235263414f,-0.3817058017934904f,-0.4873347032829755f,-0.9974453282036351f,0.06599641627261213f,0.027336610688136607f,0.921374834351981f,-2.3022549654214267e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.9215193235263414f,-0.3817058017934904f,-0.6113859536935818f,-0.9974453282036351f,0.06599641627261213f,0.027336610688136607f,0.3036582490067728f,-2.3022549654214267e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.9215193235263414f,-0.3817058017934904f,-0.5346597324042062f,-0.9974453282036351f,0.06599641627261213f,0.027336610688136607f,0.26056730441707276f,-2.3022549654214267e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.19287750175205493f,-0.5867524588916876f,-0.786460311333283f,-0.636314565699406f,-0.9772213300145306f,0.18717851180703085f,0.10001338351609226f,0.7930385367592259f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.0987145526258617f,-0.6097012512677266f,-0.786460311333283f,-0.653829195500267f,-0.9944712841977845f,0.03200293773502769f,0.10001338351609226f,0.678812855841054f,-0.03580924469861094f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.201951399376839f,-0.3067556958131809f,-0.9301164310858654f,-0.6811113189984871f,-0.962752100054659f,0.2365128221388667f,0.13103464734280176f,0.6598262897483547f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.09727447122468294f,-0.3541484178590251f,-0.9301164310858654f,-0.6810331434326642f,-0.9887181397623164f,-0.07256969960453358f,0.13103464734280176f,0.6886483316751761f,-0.11390398304231068f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.1514778793587973f,-0.33457118329146934f,-0.9301164310858654f,-0.7393557952951602f,-0.9878977809139191f,0.08299334708940079f,0.13103464734280176f,0.7496718605055599f,0.03335305878500237f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.1514778793587973f,-0.5987776137787025f,-0.786460311333283f,-0.6046308321949523f,-0.9878977809139191f,0.11855504031047022f,0.10001338351609226f,0.7229969764357042f,0.03335305878500237f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.051652062436286256f,-0.6074377831357229f,-0.7926861952028912f,-0.6638308493324357f,-0.9947337950243573f,-0.10165423216420753f,0.013080295086322767f,0.4088239307005155f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.0440080648140486f,-0.6080393787955565f,-0.7926861952028912f,-0.6648892254105468f,-0.9983891967691947f,0.055207949201335f,0.013080295086322767f,0.5243797539131884f,0.03580924469861048f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.06269526431212949f,-0.33732885346161673f,-0.9392968372432131f,-0.6891872743011334f,-0.9817052906563926f,-0.1903854421225301f,0.002847055506442847f,0.5470603353580112f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.04461360874775813f,-0.3401927063583207f,-0.9392968372432131f,-0.6932171249168673f,-0.9924895508576397f,0.12229630294225646f,0.002847055506442847f,0.5185213004012119f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.009153522837718297f,-0.34298347564358844f,-0.9392968372432131f,-0.7596405949667832f,-0.9994017142717655f,-0.03446893943247629f,0.002847055506442847f,0.46643171010032247f,-0.033353058785002825f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.009153522837718297f,-0.6095611609628874f,-0.7926861952028912f,-0.6224893337501337f,-0.9994017142717655f,-0.03201748570876867f,0.013080295086322767f,0.4736356443847954f,-0.033353058785002825f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.9215193235263414f,-0.3817058017934904f,-0.1293531233592463f,-0.9974453282036351f,0.06599641627261213f,0.027336610688136607f,0.5636388779865318f,-2.3022549654214267e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.3817058017934906f,-0.9215193235263414f,0.013786552313312652f,-0.9974453282036351f,0.027336610688136195f,0.0659964162726123f,0.5533876489784807f,-2.3022549654214267e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.06358546036909507f,0.12443740028428935f,-0.9901879733869412f,0.153800681443206f,-0.9941923691257587f,-0.09421956573535971f,0.05200198654620307f,0.711448567593812f,-0.08682408883346542f,0.9877438973960445f,0.12970570825954697f,-1.4036577987899905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.06358546036909507f,-0.2973910466157753f,-0.9526360557014542f,0.039705425003083154f,-0.9941923691257587f,-0.06417128335257286f,0.08639201100214683f,0.689383585047822f,-0.08682408883346542f,0.9525967729242303f,-0.29158354859727764f,-1.0674419274690372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08149602637782098f,0.3739357957582501f,-0.9238670999311911f,0.2578606284201964f,-0.9892517776018276f,0.08256425565410402f,0.12068166472131518f,0.40147655485928146f,0.12140559376012991f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08149602637782098f,-0.9507309815540838f,0.2991136880816955f,-0.07581024955787563f,-0.9892517776018276f,0.04060361446810059f,-0.1404715878879072f,0.4219521328746732f,0.12140559376012991f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2978933504323009f,-0.7072425339063655f,-0.6411454983090201f,0.0024748337346046896f,-0.9348254074031515f,0.3521265347981023f,0.04591689410895368f,0.554197759921377f,0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.16163770524718057f,-0.7502037738111584f,-0.6411454983090201f,0.0024748337346046896f,-0.9677356265017192f,-0.24774865496044995f,0.04591689410895368f,0.554197759921377f,-0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.76408745098538f,-0.6411454983090201f,0.0024748337346046896f,-0.9974453282036351f,0.05472162351511312f,0.04591689410895368f,0.554197759921377f,-2.3022549654214267e-16f,0.6427876096865391f,-0.7660444431189781f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.1246683470750193f,0.6329519495856277f,-0.7640874509853799f,0.009779972448349163f,-0.9650879933062213f,0.25614587464185556f,0.054721623515113116f,0.5536745880646691f,0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.2609239922601397f,0.5899907096808348f,-0.7640874509853799f,0.009779972448349163f,-0.9374730405986493f,-0.3437293151166967f,0.054721623515113116f,0.5536745880646691f,-0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,0.6411454983090202f,-0.7640874509853799f,0.009779972448349163f,-0.9974453282036351f,-0.045916894108953686f,0.054721623515113116f,0.5536745880646691f,-2.3022549654214267e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.10533020829612871f,-0.039569259899256824f,-0.9936497475928423f,-0.010774086416762174f,-0.8607000511756511f,0.5041144376939097f,0.07116217826053951f,0.3734323871663509f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765829f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.018397119866359092f,-0.11100326611998229f,-0.9936497475928423f,0.015120740838250817f,-0.8669259350452589f,-0.49333089050972523f,0.07116217826053951f,0.7350063186401686f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765829f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,0.27493319283806883f,-0.9588059877947794f,0.01886603377242732f,-0.9974453282036351f,-0.01968988059009606f,0.06866677396740294f,0.5451913624462935f,-2.3022549654214267e-16f,0.9612616959383189f,0.2756373558169991f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.07143400622072549f,-0.08693308842976963f,-0.9936497475928423f,8.87868929381831e-17f,-0.9974453282036351f,0.006225883869607944f,0.07116217826053951f,0.554375f,-2.3022549654214267e-16f,0.9961946980917455f,-0.08715574274765829f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.3832621560422854e-16f,0.9974453282036351f,0.07143400622072527f,-0.34057248891504943f,-4.4352195876032565e-16f,-0.07143400622072527f,0.9974453282036351f,-0.22015020039325314f,1f,1.0629028716141313e-16f,4.522701014671739e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.3832621560422854e-16f,0.9974453282036351f,0.07143400622072527f,-0.34057248891504943f,-4.4352195876032565e-16f,-0.07143400622072527f,0.9974453282036351f,-0.2201502003932532f,1f,1.0629028716141313e-16f,4.522701014671739e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.3832621560422854e-16f,0.9974453282036351f,0.07143400622072527f,-0.3512875898481582f,-4.4352195876032565e-16f,-0.07143400622072527f,0.9974453282036351f,-0.36976699962379844f,1f,1.0629028716141313e-16f,4.522701014671739e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.3832621560422854e-16f,-0.9974453282036351f,-0.07143400622072571f,-0.22672454150076823f,-4.4352195876032565e-16f,0.07143400622072571f,-0.9974453282036351f,1.3695282914312903f,1f,-1.0629028716141303e-16f,-4.522701014671739e-16f,0.27500000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.3832621560422854e-16f,-0.9974453282036351f,-0.07143400622072571f,-0.2267245415007682f,-4.4352195876032565e-16f,0.07143400622072571f,-0.9974453282036351f,1.3695282914312903f,1f,-1.0629028716141303e-16f,-4.522701014671739e-16f,0.18125000000000036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.3832621560422854e-16f,-0.9974453282036351f,-0.07143400622072571f,-0.21600944056765936f,-4.4352195876032565e-16f,0.07143400622072571f,-0.9974453282036351f,1.5191450906618356f,1f,-1.0629028716141303e-16f,-4.522701014671739e-16f,0.2281250000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000011161563471988358f,-1.9135106236677393e-21f,-0.000015585083253181798f,0.6852280882001012f,-0.000015585083253181798f,-3.469446951953614e-21f,0.0000011161563471988358f,0.49806505906694143f,-3.597273383470979e-21f,0.000015625f,-1.6607857368970796e-21f,-0.5588774999999998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71.mcfunction new file mode 100644 index 000000000..239384558 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..528d8fe44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.13562421413433423f,-0.1456453911801617f,-0.7920466760317009f,-0.08745208227894527f,-0.7905948089654953f,0.1288467385914917f,-0.15906857148912862f,0.8550536995480565f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.0681446765844822f,-0.18265463088264122f,-0.775882458153503f,-0.08745208227894527f,-0.6672067105368024f,0.412982595644522f,-0.15582227411179947f,0.8550536995480565f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6559466320674907f,-0.05389851023108017f,0.4835012005348389f,-0.23407917749594997f,0.46170130528520253f,0.18683953707006615f,0.6471996110396141f,0.7623713598711608f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5734428743434499f,-0.2946765443689011f,0.47363382909535245f,-0.23407917749594997f,0.3478099501119346f,0.3421740385928831f,0.6339914557122751f,0.7623713598711608f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2652372161310017f,0.03587037892203031f,0.9161300960196995f,0.005518363355197014f,0.9161012529405047f,0.012864667715777413f,-1.2657010882058208f,0.5504249929291796f,-0.03659960761963869f,1.562035232074025f,-0.010613787332327474f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5911508307950909f,0.6328806633690658f,-0.5000027611761813f,-0.26455298769862884f,0.22827789136133922f,0.46328885830264943f,0.8563017214091351f,0.4514548931902633f,0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.12123697599821981f,0.8574956760631519f,-0.5000027611761813f,-0.3043338704480447f,-0.07873727097175698f,0.5104388347996965f,0.8563017214091351f,0.47729056022787103f,0.9894958503251681f,-0.064446578352358f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4598255475508347f,-0.6900115884566499f,-0.5589673278601409f,0.2064691987907827f,0.4360396383973378f,-0.3729054948500645f,0.8190304790769067f,0.7491859381854383f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0191073506553186f,-0.8289695021747355f,-0.5589673278601409f,0.2001995993570063f,0.14329295635238867f,-0.5555683603327722f,0.8190304790769067f,0.7962039394885658f,-0.9894958503251681f,-0.06444657835235844f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.35925980876751673f,-0.9332192263035166f,0.005853670796406307f,0.1127650849103994f,-0.9235200381431176f,-0.35641475839533815f,-0.14170130255621194f,0.33112947277546234f,0.13432471460033585f,0.045501600581278556f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.08047843074223604f,-0.9326396145641729f,-0.3517194500320644f,-0.06430308938308342f,-0.9461797251645592f,0.1824550618534895f,-0.2673089562501757f,0.36366911589642803f,0.3134759159373911f,0.31127720724400954f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5440337351729453f,-0.8355416846803957f,0.07679445393529383f,0.3767821100228296f,-0.8303854674013129f,-0.5492764492981206f,-0.09357006879954954f,0.5246588435942828f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.09014825926464798f,-0.9319261050856286f,-0.3512648943624795f,0.19985055972950871f,-0.9335860718994082f,0.04375242503419979f,-0.35567228126332784f,0.5306394715302996f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.4936335811400467f,-0.2044697241510068f,-0.06795845434468185f,-0.5343051380283891f,0.7809476795305346f,0.32347912036534515f,1.2116674174866864f,-2.2215794796095324e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.4936335811400467f,-0.2044697241510068f,0.006275144552178105f,-0.5343051380283891f,0.7809476795305346f,0.32347912036534515f,1.1644115677556852f,-2.2215794796095324e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.4936335811400467f,-0.2044697241510068f,-0.5645673146763551f,-0.5343051380283891f,0.7809476795305346f,0.32347912036534515f,0.8977631488950077f,-2.2215794796095324e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.4936335811400467f,-0.2044697241510068f,-0.5537305915665172f,-0.5343051380283891f,0.7809476795305346f,0.32347912036534515f,0.8104344138118774f,-2.2215794796095324e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9010672598526904f,-0.19746148304578198f,-0.38611754160478684f,-0.18542418127161675f,-0.42454805586534744f,0.5833722705195169f,0.6924129853272953f,1.2081902516570693f,0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.859083845182194f,-0.3359883792812656f,-0.38611754160478684f,-0.28776364775877816f,-0.5105806938585624f,0.5097760418154739f,0.6924129853272953f,1.1545162166177285f,-0.03580924469861091f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8948037905730386f,0.008379339347959897f,-0.4463809617896056f,-0.3192342669381132f,-0.40865896569883503f,0.38725593426313254f,0.8264567085649113f,1.165212201052732f,0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8535983340902467f,-0.2685403526290646f,-0.4463809617896056f,-0.2959871579044727f,-0.5083264371301701f,0.24201971445029113f,0.8264567085649113f,1.18225004521884f,-0.11390398304231066f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8850980885376123f,-0.131701976518394f,-0.4463809617896056f,-0.2814695279785566f,-0.4642078706105156f,0.3185598244149818f,0.8264567085649113f,1.265404366889579f,0.033353058785002394f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8850980885376123f,-0.259835751451067f,-0.38611754160478684f,-0.22300648390206662f,-0.4642078706105156f,0.5523362296766287f,0.6924129853272953f,1.1411287152123377f,0.033353058785002394f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7700792258709426f,-0.4422347128828099f,-0.45978956556610606f,-0.511029404496989f,-0.6317762613453374f,0.42865219236485297f,0.6458452241685411f,1.0023766272728247f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.829779023459302f,-0.31632313798307365f,-0.45978956556610606f,-0.41863900708576224f,-0.5569420707946584f,0.5222063540379844f,0.6458452241685411f,1.0717904796689914f,0.035809244698610465f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7530395573135102f,-0.3533984339002438f,-0.5550143890368318f,-0.4147985249660325f,-0.6329355409447256f,0.15857780067454302f,0.7577899987082387f,1.1048064553724688f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8253892998716985f,-0.10339986276286707f,-0.5550143890368318f,-0.4401624420324386f,-0.5529542352712425f,0.3464042891670987f,0.7577899987082387f,1.0911174845090685f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.799052085718718f,-0.23124617244538098f,-0.5550143890368318f,-0.5215032772030536f,-0.6003360207236034f,0.2556383775561032f,0.7577899987082387f,1.1136800935101003f,-0.03335305878500284f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.799052085718718f,-0.38743944004850356f,-0.45978956556610606f,-0.43432940319214036f,-0.6003360207236034f,0.4716785013549337f,0.6458452241685411f,1.0075524307052404f,-0.03335305878500284f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.4936335811400467f,-0.2044697241510068f,-0.06929105433311052f,-0.5343051380283891f,0.7809476795305346f,0.32347912036534515f,0.663996164687973f,-2.2215794796095324e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.2044697241510071f,-0.4936335811400466f,0.007385092223517139f,-0.5343051380283891f,0.3234791203653447f,0.7809476795305348f,0.5426914945509687f,-2.2215794796095324e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8380164393162783f,-0.0020118837406332135f,-0.545641273878251f,0.21769211463941984f,-0.5386928856351315f,-0.15607032222907224f,0.827920303824836f,0.5237662026884424f,-0.0868240888334654f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8380164393162783f,-0.22810448547713538f,-0.49567811242869875f,0.13223527350786246f,-0.5386928856351315f,0.20131500669238164f,0.8180967198605196f,0.6025171982422002f,-0.0868240888334654f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8446661836561545f,0.28832591838669164f,-0.4510068768591208f,0.029916725593468696f,-0.5213441473647686f,-0.25201785739812765f,0.8152835577643884f,0.2560881787264599f,0.12140559376012991f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8446661836561545f,-0.5314058304887745f,0.06439628491056928f,-0.15157567515371653f,-0.5213441473647686f,0.7893959058148209f,-0.32412094022339943f,0.5368300754514499f,0.12140559376012991f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9292483301921759f,-0.13617365167540368f,-0.34344472251650454f,0.0013257031165274666f,-0.3148595423253083f,0.778229937013863f,0.5433430166497919f,0.5522776856920727f,0.19328996208223118f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6830896714761663f,-0.6445418708649924f,-0.34344472251650454f,0.0013257031165274666f,-0.7042921916937832f,0.4568926295937276f,0.5433430166497919f,0.5522776856920727f,-0.19328996208223162f,0.6130374390889876f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.4093014819165661f,-0.34344472251650454f,0.0013257031165274666f,-0.5343051380283891f,0.6475309921033648f,0.5433430166497919f,0.5522776856920727f,-2.2215794796095324e-16f,0.6427876096865393f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7028931809643224f,0.5817331631038061f,-0.40930148191656607f,0.0052388731303599535f,-0.6729622632362849f,-0.357526791339515f,0.6475309921033647f,0.5460868973043517f,0.23035400672389766f,0.7305895704290553f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9094448207040198f,0.07336494391421738f,-0.40930148191656607f,0.0052388731303599535f,-0.3461894707828065f,-0.6788640987596504f,0.6475309921033647f,0.5460868973043517f,-0.2303540067238981f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,0.3434447225165046f,-0.40930148191656607f,0.0052388731303599535f,-0.5343051380283891f,-0.543343016649792f,0.6475309921033647f,0.5460868973043517f,-2.2215794796095324e-16f,0.7660444431189779f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.755327946607747f,0.3823169744192998f,-0.5322719456670595f,-0.1520449224563345f,-0.4258858109244764f,0.3309544133129126f,0.8420750871281651f,0.45569039313332155f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765805f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7087601854489926f,-0.46297470274099495f,-0.5322719456670595f,0.1543733105142724f,-0.4995578348857954f,-0.20335072471547638f,0.8420750871281651f,0.6493760056686126f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765805f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,0.14727445544558185f,-0.5136070631297268f,0.0038011429060944685f,-0.5343051380283891f,-0.23299396278658047f,0.8125465111496508f,0.5337396482552961f,-2.2215794796095324e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8452916771602949f,-0.0465677611587544f,-0.5322719456670595f,8.878689293818311e-17f,-0.5343051380283891f,0.07367202396131897f,0.8420750871281651f,0.5543750000000001f,-2.2215794796095324e-16f,0.9961946980917455f,-0.08715574274765805f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.101571364162101e-16f,0.5343051380283893f,0.8452916771602947f,-0.8255348288639331f,-3.4068417820795926e-16f,-0.8452916771602947f,0.5343051380283893f,0.36898041382608626f,1f,-1.2225894879602957e-16f,4.442025528859845e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.101571364162101e-16f,0.5343051380283893f,0.8452916771602947f,-0.8255348288639333f,-3.4068417820795926e-16f,-0.8452916771602947f,0.5343051380283893f,0.3689804138260862f,1f,-1.2225894879602957e-16f,4.442025528859845e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.101571364162101e-16f,0.5343051380283893f,0.8452916771602947f,-0.9523285804379774f,-3.4068417820795926e-16f,-0.8452916771602947f,0.5343051380283893f,0.2888346431218278f,1f,-1.2225894879602957e-16f,4.442025528859845e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.101571364162101e-16f,-0.5343051380283889f,-0.845291677160295f,0.5216487816102867f,-3.4068417820795926e-16f,0.845291677160295f,-0.5343051380283889f,1.2205292275588313f,1f,1.2225894879602967e-16f,-4.442025528859845e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.101571364162101e-16f,-0.5343051380283889f,-0.845291677160295f,0.5216487816102867f,-3.4068417820795926e-16f,0.845291677160295f,-0.5343051380283889f,1.2205292275588313f,1f,1.2225894879602967e-16f,-4.442025528859845e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.101571364162101e-16f,-0.5343051380283889f,-0.845291677160295f,0.648442533184331f,-3.4068417820795926e-16f,0.845291677160295f,-0.5343051380283889f,1.3006749982630896f,1f,1.2225894879602967e-16f,-4.442025528859845e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013207682455629608f,-1.9135106236677393e-21f,-0.000008348517781693581f,0.3612338897146132f,-0.000008348517781693581f,-3.469446951953614e-21f,0.000013207682455629608f,-0.030619375381422675f,-3.4712179368898945e-21f,0.000015625f,1.910296074937963e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72.mcfunction new file mode 100644 index 000000000..1bc8d4875 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..bbff02670 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5539176317650263f,0.016628664586996352f,-0.5998693100820564f,0.18928204257048956f,-0.5801804345568443f,0.19374609552643804f,0.5411077141107269f,0.8038301170394733f,0.15333090041377972f,0.7931773965682317f,-0.1195980643488264f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.49507557379105177f,0.22269843275392978f,-0.5876270792640552f,0.18928204257048956f,-0.45244741989274834f,0.39283933934511206f,0.5300646995370386f,0.8038301170394733f,0.436109514305588f,0.6603655514272678f,-0.11715728752538097f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.020323635415568406f,0.11788289342715354f,0.8078582906210604f,0.027460590988829598f,0.8018859203566547f,0.15465343660885403f,-0.0023936840385852774f,0.866306824281169f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882635f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.06258457573273114f,0.09906815403584332f,0.7913713867308347f,0.027460590988829598f,0.6677511979865692f,0.4405710377953721f,-0.0023448333439202718f,0.866306824281169f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538092f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.489765803843099f,0.031711994269659385f,-0.470104721438923f,0.00011815227047936791f,-0.46974947410488405f,-0.021131331687532322f,-1.490065484601028f,0.5475896532866407f,-0.036599607619639006f,1.5620352320740252f,-0.010613787332327757f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5356794835357415f,0.7492448755440996f,0.389460662185269f,-0.24033913128579246f,-0.3385521988600679f,-0.2319625331055592f,0.9119077759742295f,0.7054310613109881f,0.7735825098629716f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.009053738353106355f,0.9209986006677999f,0.389460662185269f,-0.24330988918290547f,-0.14427748268910973f,-0.38419814693284016f,0.9119077759742295f,0.7527721103183522f,0.9894958503251681f,-0.0644465783523582f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6242052081051388f,-0.7107332012209487f,0.32438584256505903f,0.27949312640217355f,-0.10926096562142504f,0.33171194879904975f,0.9370321362767716f,0.5047320349401134f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.10365915552247731f,-0.9402279535409082f,0.32438584256505903f,0.3135062868079864f,0.10076081413744004f,0.3343920362672381f,0.9370321362767716f,0.5377941770789609f,-0.9894958503251681f,-0.06444657835235826f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5273294941395683f,-0.842473434578286f,-0.1102819869261224f,-0.11202167496011774f,-0.8389758492698376f,0.5368129249323343f,-0.08917066764102644f,0.3307555148477863f,0.1343247146003357f,0.04550160058127878f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8076590014895861f,-0.40947126699730996f,-0.42428789614654616f,-0.19144933687302926f,-0.4994194504022229f,0.8575778575464663f,0.12304645791713814f,0.49232040349973083f,0.3134759159373911f,0.3112772072440098f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.34240491381083404f,-0.9390940006531756f,-0.029348474158103155f,0.20074781289757543f,-0.9318109274287992f,0.3434195430218233f,-0.11743684683677236f,0.23414363988418505f,0.12036307790380239f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6958338657548828f,-0.5204097814928506f,-0.4949635245098162f,0.1000774568394796f,-0.628907698761614f,0.7743217673312606f,0.07000647880992455f,0.37976651175135845f,0.3468289747223938f,0.3599992499486032f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.3327559580505992f,0.137832030785011f,0.48722643391389464f,0.3601724535947917f,0.8618740412468062f,0.3569999169417357f,1.0007628086350027f,-3.4271203368094e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.3327559580505992f,0.137832030785011f,0.49353690728916566f,0.3601724535947917f,0.8618740412468062f,0.3569999169417357f,0.9129908286826349f,-3.4271203368094e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.3327559580505992f,0.137832030785011f,-0.060843938265621914f,0.3601724535947917f,0.8618740412468062f,0.3569999169417357f,1.2123641251219426f,-3.4271203368094e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.3327559580505992f,0.137832030785011f,-0.12449989538135306f,0.3601724535947917f,0.8618740412468062f,0.3569999169417357f,1.1516050791891843f,-3.4271203368094e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8780110313797312f,0.3506770535739767f,0.3257640754782127f,0.4144111300299026f,0.470382703012114f,0.5063001554358938f,0.7227726235218149f,1.0930028173349249f,0.0885253719705138f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9220592358854017f,0.20900845113596367f,0.3257640754782127f,0.31030998407145877f,0.3853887174172906f,0.5736508268754161f,0.7227726235218149f,1.143174720312787f,-0.03580924469861072f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8615199674639539f,0.31592148347559695f,0.3974631579649691f,0.3001375315373135f,0.47482556747802424f,0.22412270797154402f,0.8510638590850127f,1.1748184426602786f,0.17978883761257308f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9169792862570857f,0.034234874557384665f,0.3974631579649691f,0.3276751887873419f,0.38232822446497855f,0.35988253158049055f,0.8510638590850127f,1.1663099971247823f,-0.11390398304231047f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9003342353162708f,0.17726055054066586f,0.3974631579649691f,0.4030937247122644f,0.43391916088961796f,0.2956424691619517f,0.8510638590850127f,1.2042236784301865f,0.033353058785002596f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9003342353162708f,0.288575868438945f,0.3257640754782127f,0.3381641543135019f,0.43391916088961796f,0.5378790723761641f,0.7227726235218149f,1.0832008871455499f,0.033353058785002596f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9663094178875874f,0.08053899142429077f,0.2444577259202702f,0.055064791026730536f,0.2416803000230554f,0.6105961956629717f,0.7541637212321154f,1.23174076462708f,-0.08852537197051387f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9418134714165062f,0.23071151964364545f,0.2444577259202702f,0.16587255529187134f,0.3342231037084438f,0.5652716148231954f,0.7541637212321154f,1.1989397308500447f,0.03580924469861065f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9570825366608007f,-0.08334581654396679f,0.27757250022930346f,0.1946703467000546f,0.2273081430324199f,0.3782735079470136f,0.8973517489238062f,1.2155376573643817f,-0.17978883761257314f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9359948568456922f,0.21648818691759103f,0.27757250022930346f,0.16855961928596924f,0.3330758331153877f,0.2895174055180048f,0.8973517489238062f,1.2277420060220479f,0.11390398304231042f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.958337420671488f,0.06740100338402216f,0.27757250022930346f,0.1381862758494872f,0.28368461645003556f,0.3380575056007226f,0.8973517489238062f,1.3065002614602945f,-0.033353058785002665f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.958337420671488f,0.14774914002663325f,0.2444577259202702f,0.10494271934349478f,0.28368461645003556f,0.5922500485157637f,0.7541637212321154f,1.173244000544248f,-0.033353058785002665f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.3327559580505992f,0.137832030785011f,0.046708757365534564f,0.3601724535947917f,0.8618740412468062f,0.3569999169417357f,0.6753557503014813f,-3.4271203368094e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.13783203078501077f,0.3327559580505993f,-0.004978254178844474f,0.3601724535947917f,0.3569999169417353f,0.8618740412468064f,0.5414807814483306f,-3.4271203368094e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.932071742430485f,-0.12650762443754235f,0.33946735914041803f,0.10519461588872477f,0.35171557338400355f,-0.09142108135458699f,0.9316320847432852f,0.36134430804386075f,-0.08682408883346521f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.932071742430485f,0.025657781229131538f,0.36136400654326084f,0.1174810993955882f,0.35171557338400355f,0.3031518868104572f,0.8856608204964367f,0.4769022299701734f,-0.08682408883346521f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9221065385722682f,-0.03046780479961103f,0.3857346813458219f,-0.22165950598989403f,0.367396534178019f,-0.38172837009025806f,0.8481174671837706f,0.3525406579765874f,0.1214055937601301f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9221065385722682f,0.31702226984437176f,-0.22184772242462242f,-0.1044438302051764f,0.367396534178019f,0.8972373895560685f,-0.24491805457456853f,0.6656157120068531f,0.1214055937601301f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8067417754377467f,0.5436623904089568f,0.23151439052113224f,-0.0008936499206797736f,0.5583965421828845f,0.5732506463407036f,0.5996473948481422f,0.5520603497286466f,0.1932899620822314f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9726761110320216f,-0.01738591410456153f,0.23151439052113224f,-0.0008936499206797736f,0.12860860618897954f,0.7898625375759786f,0.5996473948481422f,0.5520603497286466f,-0.19328996208223145f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.2759081066408181f,0.23151439052113224f,-0.0008936499206797736f,0.3601724535947917f,0.7146319371000318f,0.5996473948481422f,0.5520603497286466f,-3.4271203368094e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9593266631332857f,0.0597249536746107f,0.27590810664081805f,-0.0035314984924087025f,0.16318512489746687f,-0.6801998305563257f,0.7146319371000318f,0.5452280356747314f,0.23035400672389783f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8200912233364825f,-0.5013233508389077f,0.27590810664081805f,-0.0035314984924087025f,0.5238200234743972f,-0.4635879393210507f,0.7146319371000318f,0.5452280356747314f,-0.23035400672389789f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,-0.2315143905211323f,0.27590810664081805f,-0.0035314984924087025f,0.3601724535947917f,-0.5996473948481422f,0.7146319371000318f,0.5452280356747314f,-3.4271203368094e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.792207200709196f,0.4936283580098137f,0.35880188866982676f,-0.1698703177960125f,0.35257166933543266f,-0.10967286259124015f,0.9293358279938794f,0.6176235984751074f,0.49809734904587266f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8235982984194965f,-0.4392573818702144f,0.35880188866982676f,0.1683007629104977f,0.2712653197774904f,0.2504995910035515f,0.9293358279938794f,0.4870610840469954f,-0.4980973490458728f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,-0.09927698274698936f,0.34621998357279493f,-0.014302118237457875f,0.3601724535947917f,-0.2571381586199161f,0.8967473284337493f,0.5390219598143565f,-3.4271203368094e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9328857398800282f,0.031391097710300395f,0.35880188866982676f,8.878689293818311e-17f,0.3601724535947917f,0.08130634955794228f,0.9293358279938794f,0.554375f,-3.4271203368094e-17f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.296069254665917e-16f,-0.3601724535947915f,0.9328857398800283f,-0.6409692824758786f,-1.4207025476169662e-16f,-0.9328857398800283f,-0.3601724535947915f,1.1066768062367323f,1f,-2.512506497954474e-16f,2.5631580829312535e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.296069254665917e-16f,-0.3601724535947915f,0.9328857398800283f,-0.6409692824758786f,-1.4207025476169662e-16f,-0.9328857398800283f,-0.3601724535947915f,1.1066768062367323f,1f,-2.512506497954474e-16f,2.5631580829312535e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.296069254665917e-16f,-0.3601724535947915f,0.9328857398800283f,-0.7809021434578829f,-1.4207025476169662e-16f,-0.9328857398800283f,-0.3601724535947915f,1.160702674275951f,1f,-2.512506497954474e-16f,2.5631580829312535e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.296069254665917e-16f,0.36017245359479194f,-0.9328857398800281f,0.8458173654579164f,-1.4207025476169662e-16f,0.9328857398800281f,0.36017245359479194f,0.5326519583200331f,1f,2.512506497954474e-16f,-2.5631580829312525e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.296069254665917e-16f,0.36017245359479194f,-0.9328857398800281f,0.8458173654579165f,-1.4207025476169662e-16f,0.9328857398800281f,0.36017245359479194f,0.5326519583200331f,1f,2.512506497954474e-16f,-2.5631580829312525e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.296069254665917e-16f,0.36017245359479194f,-0.9328857398800281f,0.9857502264399207f,-1.4207025476169662e-16f,0.9328857398800281f,0.36017245359479194f,0.47862609028081426f,1f,2.512506497954474e-16f,-2.5631580829312525e-16f,0.22812500000000016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014576339685625442f,-1.9135106236677393e-21f,0.000005627694587418621f,-0.25435166467400333f,0.000005627694587418621f,-3.469446951953614e-21f,0.000014576339685625442f,-0.08438440148369908f,-5.354875526264688e-22f,0.000015625f,3.925791403053866e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73.mcfunction new file mode 100644 index 000000000..5cf2d7345 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..715650ad0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7963380729691254f,0.1651426189534762f,0.07428346646092367f,0.3131300252733453f,0.09633147441290275f,0.10267413219927123f,0.8044393787346608f,0.5521090941881827f,0.15333090041377986f,0.7931773965682317f,-0.11959806434882625f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.658798141052844f,0.447984267118289f,0.07276747734947625f,0.3131300252733453f,0.12567219611935318f,0.05681051753548931f,0.7880222485564025f,0.5521090941881827f,0.4361095143055881f,0.6603655514272678f,-0.11715728752538082f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6301291210820756f,0.19444974160643821f,0.48173751483350813f,0.2662922666561647f,0.4963581068010016f,-0.0018330321535410582f,-0.6485134649723888f,0.7191292890972978f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882653f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4973884440162608f,0.4122005987864646f,0.4719061369797631f,0.2662922666561647f,0.4499035755483913f,0.18441259406081972f,-0.635278496299483f,0.7191292890972978f,-0.436109514305588f,0.6603655514272678f,-0.1171572875253811f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.515643315099228f,0.0020597526034719688f,-1.4749623652868877f,-0.005364208021209041f,-1.4745096440225705f,-0.038051822277782345f,-0.5155381833635345f,0.5502180585420634f,-0.03659960761963945f,1.5620352320740252f,-0.010613787332327691f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.04953030821219592f,0.26276574201344155f,0.9635875224350563f,-0.022894809780760018f,-0.6317569540594791f,-0.7390051861238636f,0.23399676467747021f,0.8373178553102218f,0.7735825098629715f,-0.620343050018423f,0.12940093016646453f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.110143384672924f,0.24365451241514474f,0.9635875224350563f,0.013245988315043169f,-0.09362903930974184f,-0.9677185113029573f,0.23399676467747021f,0.8680398838337309f,0.9894958503251682f,-0.06444657835235841f,0.12940093016646453f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.28618784707467515f,-0.1598117350609708f,0.9447522032382694f,0.12756594538510502f,-0.5653906761000468f,0.7678767541934338f,0.3011622050465318f,0.3007852500809567f,-0.7735825098629717f,-0.6203430500184228f,0.12940093016646453f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14276711449853635f,-0.2950607149286353f,0.9447522032382694f,0.17441140482993725f,-0.022704915922210606f,0.9533025821031204f,0.3011622050465318f,0.29333519954398135f,-0.9894958503251682f,-0.06444657835235805f,0.12940093016646453f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9877106941605681f,-0.07440068765516739f,-0.13744861700754352f,-0.2461813038696319f,-0.07990278899003778f,0.9961898122451261f,0.03494856636020277f,0.510224174122568f,0.13432471460033585f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8835617682634234f,0.44175949441341944f,-0.15545787454745463f,-0.16432301038303734f,0.34792449150703075f,0.8414006473410687f,0.413513601787903f,0.6705712555101928f,0.31347591593739127f,0.31127720724400987f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9513579021901629f,-0.2871509558891445f,-0.11163543555826286f,-0.1363144878579926f,-0.2836033698986238f,0.9577989627912817f,-0.046800378824207234f,0.20186093108246325f,0.12036307790380242f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9203312637586786f,0.3086552957562212f,-0.24025460110056845f,-0.07994321116057967f,0.18083148852278677f,0.8804160655270226f,0.43836916442714197f,0.3696787506464496f,0.34682897472239393f,0.3599992499486033f,-0.8660890267919668f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.8895629655349284f,0.3684690449093976f,0.6492453147367604f,0.9628560155639783f,0.24946166226892919f,0.1033304038039273f,0.43136201330844964f,1.8072963924584005e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.8895629655349284f,0.3684690449093976f,0.5827194929118453f,0.9628560155639783f,0.24946166226892919f,0.1033304038039273f,0.37375943029780256f,1.8072963924584005e-16f,0.38268343236508995f,-0.9238795325112867f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.8895629655349284f,0.3684690449093976f,0.49061129219854005f,0.9628560155639783f,0.24946166226892919f,0.1033304038039273f,0.9970399224522869f,1.8072963924584005e-16f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.8895629655349284f,0.3684690449093976f,0.4038343185602351f,0.9628560155639783f,0.24946166226892919f,0.1033304038039273f,1.0116515406089381f,1.8072963924584005e-16f,0.38268343236508995f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.14888605812493697f,0.6154836261049457f,0.773959202860671f,0.6795343262717668f,0.9848838511283957f,0.022229469054468376f,0.1717837317444711f,0.5449087590342173f,0.08852537197051402f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.24333587547791885f,0.5846150904763487f,0.773959202860671f,0.6573970705740717f,0.9692808415002897f,0.1760255657807518f,0.1717837317444711f,0.6583292613627474f,-0.03580924469861051f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.135454404239991f,0.3686566819513163f,0.9196436022854914f,0.6766530179645553f,0.974334684921926f,-0.11886808992562312f,0.1911604011178181f,0.6854219254004439f,0.17978883761257328f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.24274597362615802f,0.30875562677245816f,0.9196436022854914f,0.6863243579517323f,0.9633796110232901f,0.18803570434651282f,0.1911604011178181f,0.6582708407977438f,-0.11390398304231028f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.1914573465746604f,0.34292816918117885f,0.9196436022854914f,0.7618447042520554f,0.9809340741926923f,0.035014898717551084f,0.1911604011178181f,0.6205603636611993f,0.03335305878500281f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.1914573465746604f,0.6035985725213944f,0.773959202860671f,0.6260350254347419f,0.9809340741926923f,0.09087734368735186f,0.1717837317444711f,0.6001129613315451f,0.03335305878500281f,0.7920922115855362f,-0.6094895420064388f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.38493584973207573f,0.5372946021862284f,0.7504258138234499f,0.5755247717801318f,0.9186880047701325f,0.30104609906005847f,0.2557021629400003f,0.9157996081371237f,-0.08852537197051366f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.29614525699544686f,0.5908968477716846f,0.7504258138234499f,0.6155909604549158f,0.9544714164149787f,0.15362525545817585f,0.2557021629400003f,0.8074069471154576f,0.03580924469861087f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.39092367651657417f,0.25309236560594717f,0.8849423334945334f,0.6461264932228815f,0.902693000420788f,0.2932262376082765f,0.314902716040065f,0.7942773929287741f,-0.17978883761257292f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.29358066780635145f,0.3615072030812474f,0.8849423334945334f,0.6402697924803571f,0.9491239508817981f,-0.00007275380727264635f,0.314902716040065f,0.8224982233322732f,0.11390398304231063f,0.9323693135379658f,-0.34309378574937766f,-0.1523097992111535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.3465183885386727f,0.31113031481006637f,0.8849423334945334f,0.6851696341395703f,0.9374500412684644f,0.14840383942588734f,0.314902716040065f,0.8939783395196729f,-0.03335305878500245f,0.9387088087633164f,-0.34309378574937766f,-0.061975742842232395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.3465183885386727f,0.5628375470346432f,0.7504258138234499f,0.5585311860567759f,0.9374500412684644f,0.23622833020948159f,0.2557021629400003f,0.8408269652225396f,-0.03335305878500245f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.8895629655349284f,0.3684690449093976f,0.12486742825568921f,0.9628560155639783f,0.24946166226892919f,0.1033304038039273f,0.5893917862453434f,1.8072963924584005e-16f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.3684690449093973f,0.8895629655349285f,-0.01330846358533479f,0.9628560155639783f,0.10333040380392688f,0.24946166226892935f,0.5506428848188708f,1.8072963924584005e-16f,0.9238795325112868f,-0.38268343236508956f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2763018407577311f,-0.1489652485713728f,0.9494559744990594f,-0.09163549478037204f,0.9571409877296698f,0.046597723924472256f,0.2858492290228027f,0.3545508489436309f,-0.086824088833465f,0.9877438973960444f,0.12970570825954725f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2763018407577311f,0.25818036991790777f,0.9257430471696462f,0.008280150934418319f,0.9571409877296698f,0.16094186777651903f,0.24078796648603f,0.4138926953784083f,-0.086824088833465f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.25777561987306763f,-0.32399846397494236f,0.9102618992031541f,-0.2943706041292795f,0.9585470315027875f,-0.20413189609404556f,0.19879073769731773f,0.6110846609077393f,0.12140559376013031f,0.9237722470062235f,0.3631879919061509f,-0.987339774053836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.25777561987306763f,0.9084688250842594f,-0.32899258904887324f,0.026572634005757594f,0.9585470315027875f,0.28323567332645627f,0.031066730637499734f,0.704631130649353f,0.12140559376013031f,-0.3073466238717029f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.03572048233803751f,0.784647746754956f,0.6189119167166749f,-0.0023890116896693693f,0.9804912226531084f,-0.09226598391382418f,0.17356252623370783f,0.5537050453701706f,0.1932899620822316f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.479315964504778f,0.6222573788368813f,0.6189119167166749f,-0.0023890116896693693f,0.856092983693421f,0.4868067920215056f,0.17356252623370783f,0.5537050453701706f,-0.19328996208223126f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.7375905002464658f,0.6189119167166749f,-0.0023890116896693693f,0.9628560155639783f,0.20684376417874784f,0.17356252623370783f,0.5537050453701706f,1.8072963924584005e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.44362862616041754f,-0.5090716020337305f,0.7375905002464657f,-0.00944082350949693f,0.8661008449581762f,-0.4550659112514359f,0.20684376417874778f,0.5517274937333126f,0.23035400672389802f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0714078206823979f,-0.6714619699518052f,0.7375905002464657f,-0.00944082350949693f,0.9704833613883532f,0.12400686468389388f,0.20684376417874778f,0.5517274937333126f,-0.2303540067238977f,0.730589570429055f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,-0.618911916716675f,0.7375905002464657f,-0.00944082350949693f,0.9628560155639783f,-0.17356252623370788f,0.20684376417874778f,0.5517274937333126f,1.8072963924584005e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.19188094341944742f,0.20768317201699693f,0.9591920577305784f,-0.051038244328913566f,0.8456244641836804f,-0.46104749503861364f,0.26898786755666654f,0.7283043180950406f,0.4980973490458729f,0.8627299156628209f,-0.087155742747658f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.2757993746149765f,-0.06233218549486745f,0.9591920577305784f,0.046842322769137294f,0.8220910751464597f,0.5018085205253645f,0.26898786755666654f,0.3792690124530984f,-0.49809734904587255f,0.8627299156628211f,-0.087155742747658f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,-0.2653990861625466f,0.925556606465442f,-0.020860019450812384f,0.9628560155639783f,-0.07442631917455224f,0.2595554204912462f,0.5566390710085896f,1.8072963924584005e-16f,0.9612616959383189f,0.27563735581699944f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.27001535751186445f,0.08391843119552912f,0.9591920577305784f,8.878689293818312e-17f,0.9628560155639783f,0.023533389037220787f,0.26898786755666654f,0.554375f,1.8072963924584005e-16f,0.9961946980917455f,-0.087155742747658f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.8242013329714835e-16f,-0.9628560155639782f,0.2700153575118647f,0.05864369140873939f,-8.247621349437959e-18f,-0.2700153575118647f,-0.9628560155639782f,1.3984365046949814f,1f,-1.7787130713243308e-16f,4.13149656791913e-17f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.8242013329714835e-16f,-0.9628560155639782f,0.2700153575118647f,0.058643691408739373f,-8.247621349437959e-18f,-0.2700153575118647f,-0.9628560155639782f,1.3984365046949814f,1f,-1.7787130713243308e-16f,4.13149656791913e-17f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.8242013329714835e-16f,-0.9628560155639782f,0.2700153575118647f,0.018141387781959672f,-8.247621349437959e-18f,-0.2700153575118647f,-0.9628560155639782f,1.5428649070295781f,1f,-1.7787130713243308e-16f,4.13149656791913e-17f,0.22812500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.8242013329714835e-16f,0.9628560155639784f,-0.27001535751186423f,0.4889806674432734f,-8.247621349437959e-18f,0.27001535751186423f,0.9628560155639784f,-0.1361152701101089f,1f,1.7787130713243298e-16f,-4.1314965679191224e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.8242013329714835e-16f,0.9628560155639784f,-0.27001535751186423f,0.4889806674432734f,-8.247621349437959e-18f,0.27001535751186423f,0.9628560155639784f,-0.1361152701101089f,1f,1.7787130713243298e-16f,-4.1314965679191224e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.8242013329714835e-16f,0.9628560155639784f,-0.27001535751186423f,0.529482971070053f,-8.247621349437959e-18f,0.27001535751186423f,0.9628560155639784f,-0.2805436724447057f,1f,1.7787130713243298e-16f,-4.1314965679191224e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000042189899611228825f,-1.9135106236677393e-21f,0.000015044625243187162f,-0.6639123465430768f,0.000015044625243187162f,-3.469446951953614e-21f,0.0000042189899611228825f,0.37568885500292615f,2.823900613216251e-21f,0.000015625f,2.7792391739442665e-21f,-0.5588775000000002f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74.mcfunction new file mode 100644 index 000000000..41645300c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..0abbb291e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.40167335104403756f,0.18131969538339535f,0.687550821082755f,0.18640440416370826f,0.69432888351544f,-0.07026542594874996f,0.4241634306218394f,0.30276231119991803f,0.15333090041378006f,0.7931773965682316f,-0.11959806434882628f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.29555240267764626f,0.3146755514184687f,0.6735191716729029f,0.18640440416370826f,0.6020442415666929f,-0.3238775012680621f,0.4155070340785366f,0.30276231119991803f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538085f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7754411435083087f,0.11541434905210225f,-0.2287247372538671f,0.2917323389323171f,-0.20524403128293545f,-0.1565042812531532f,-0.7748069062783371f,0.4405866461235437f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6585277145290118f,0.39514524072707313f,-0.22405688547317595f,0.2917323389323171f,-0.12708163018052795f,-0.21858082536879647f,-0.7589945204359222f,0.4405866461235437f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8684734660548113f,-0.02917260452649316f,-1.2985796270941123f,-0.006546493030723289f,-1.2983915270367534f,-0.02451821577089733f,0.8688984691059026f,0.5561633844604011f,-0.036599607619639665f,1.5620352320740252f,-0.010613787332327257f,0.27357380764070455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.475122949900111f,-0.4326638322282932f,0.7661985322093382f,0.2123638429885399f,-0.41931883205065174f,-0.6541991352603336f,-0.6294403931368798f,0.7427428047786753f,0.7735825098629715f,-0.6203430500184232f,0.12940093016646426f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.14103215667180088f,-0.626936791092018f,0.7661985322093382f,0.2586400193964746f,0.03174733018339426f,-0.7763999604030886f,-0.6294403931368798f,0.7323257120622491f,0.9894958503251682f,-0.06444657835235847f,0.12940093016646426f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2798341830768408f,0.5176210288335777f,0.8085550695475144f,-0.1259896793239627f,-0.5685621605557503f,0.5892732564804801f,-0.5740157652722337f,0.29999844371022777f,-0.7735825098629718f,-0.6203430500184227f,0.12940093016646426f,-0.013608706791513714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.0676684819693914f,0.584516617434417f,0.8085550695475144f,-0.10378595867775617f,-0.12774560163555904f,0.8088182505864353f,-0.5740157652722337f,0.25808191817355997f,-0.9894958503251682f,-0.06444657835235797f,0.12940093016646426f,-0.33828703267945953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6575478971664441f,0.7514254017636441f,-0.054686639285417504f,-0.18325889429074066f,0.7413417794644557f,0.6582472711138937f,0.13085448441527164f,0.724582836082674f,0.13432471460033607f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2530306389131063f,0.9379713699411956f,0.23703418517560296f,-0.005907798769418963f,0.9152640853318996f,0.15269646171737772f,0.37279410494340526f,0.7555433858105787f,0.3134759159373915f,0.31127720724400976f,-0.8971283912448558f,-0.5041412400179572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7984927406987876f,0.5928644597410248f,-0.10450394933839635f,-0.36366159933472486f,0.589849194734436f,0.8051995137654315f,0.06108740052621592f,0.4514281712285674f,0.12036307790380267f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.40867116927967945f,0.889146252616589f,0.20592915494765912f,-0.1956596197506916f,0.8442141539281327f,0.2825234176034268f,0.4555029975895736f,0.5072482057641448f,0.34682897472239416f,0.3599992499486032f,-0.8660890267919666f,-0.5041412400179572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.7340634715715367f,0.30405904556760754f,0.2919356335857422f,0.7945445761485889f,-0.5609850357162994f,-0.23236761008204612f,-0.03843631858737506f,2.5078560376931095e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.7340634715715367f,0.30405904556760754f,0.20591301664351064f,0.7945445761485889f,-0.5609850357162994f,-0.23236761008204612f,-0.019893074173601533f,2.5078560376931095e-16f,0.38268343236508967f,-0.9238795325112867f,-0.3267604112290264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.7340634715715367f,0.30405904556760754f,0.6486690570305348f,0.7945445761485889f,-0.5609850357162994f,-0.23236761008204612f,0.4283586198999209f,2.5078560376931095e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.7340634715715367f,0.30405904556760754f,0.6081868771238086f,0.7945445761485889f,-0.5609850357162994f,-0.23236761008204612f,0.5064927075248385f,2.5078560376931095e-16f,0.38268343236508967f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.6976183267219878f,0.3877187213244185f,0.6024971895006417f,0.40088720526021665f,0.7109795557813855f,-0.47852736226081605f,-0.5152859738325988f,0.00560732697406488f,0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.628376916732329f,0.4920768102255987f,0.6024971895006417f,0.47822565429532765f,0.7770843895691684f,-0.36141418989755175f,-0.5152859738325988f,0.0914736925610907f,-0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.6972609877276638f,0.12659278880312647f,0.705550409833408f,0.5114521776541557f,0.6939042360895074f,-0.3660759999958576f,-0.6200687650285817f,0.09236929294620959f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6240152828313051f,0.3358623914296993f,0.705550409833408f,0.49556649587236384f,0.7730658506492598f,-0.13373076383490154f,-0.6200687650285817f,0.06832014895773895f,-0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6688730727360949f,0.23410987111287074f,0.705550409833408f,0.5108221738719735f,0.7426280266986017f,-0.2530184590058021f,-0.6200687650285817f,-0.01470193894637735f,0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6688730727360949f,0.43543765249735f,0.6024971895006417f,0.41284870206006985f,0.7426280266986017f,-0.42776626694157577f,-0.5152859738325988f,0.08154547111547705f,0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5028310702778338f,0.5635488347643679f,0.6554186643657407f,0.6347820775649844f,0.8598396206739548f,-0.24844909767085005f,-0.4460368511522453f,0.3116648347783333f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5847988458928002f,0.47795050396822225f,0.6554186643657407f,0.5722385056691449f,0.8103875664375436f,-0.37989882808140635f,-0.4460368511522453f,0.21449194734160432f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.4864488607025314f,0.3864718080595907f,0.7835860179306164f,0.5800996941372336f,0.8550108068271006f,-0.026017561858692972f,-0.5179571475361644f,0.18219634902799886f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5820667153527223f,0.2172355665680299f,0.7835860179306164f,0.5991331995528915f,0.8051237305691533f,-0.2889570414276316f,-0.5179571475361644f,0.2038398673150675f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5409173785586113f,0.3056163314957494f,0.7835860179306164f,0.6832477343945035f,0.8404141616149531f,-0.15945040066815747f,-0.5179571475361644f,0.21092137983470693f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5409173785586113f,0.5271003357751811f,0.6554186643657407f,0.564650158845088f,0.8404141616149531f,-0.3078232680796332f,-0.4460368511522453f,0.2801816151526243f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.7340634715715367f,0.30405904556760754f,0.10304005609817846f,0.7945445761485889f,-0.5609850357162994f,-0.23236761008204612f,0.47562986175371813f,2.5078560376931095e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.30405904556760727f,0.7340634715715368f,-0.01098208598967426f,0.7945445761485889f,-0.23236761008204648f,-0.5609850357162993f,0.5627677155344856f,2.5078560376931095e-16f,0.9238795325112867f,-0.3826834323650898f,-0.7539053388368414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5988597669255232f,-0.05229912096107481f,0.7991444059146051f,-0.21477766719803437f,0.7961335046059467f,0.14706051510711848f,-0.5869792566524668f,0.5074995381674741f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5988597669255232f,0.28380961046385567f,0.7488785512793532f,-0.10729518715313136f,0.7961335046059467f,-0.10959695809052754f,-0.595113392238115f,0.46331687776444674f,-0.08682408883346493f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6111191520945018f,-0.3578884441308191f,0.7060093791876413f,-0.13161758498221462f,0.7821726559699255f,0.13623764978409508f,-0.6079845713784674f,0.8237202237169935f,0.12140559376013038f,0.9237722470062236f,0.36318799190615075f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6111191520945018f,0.7724192376841961f,-0.17292166781136098f,0.1360555529713475f,0.7821726559699255f,-0.5557936434055641f,0.28160142436238006f,0.623453912711335f,0.12140559376013038f,-0.30734662387170314f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7621290165731536f,0.39789566686132444f,0.510723408891956f,-0.001971402005803046f,0.6178983352101602f,-0.6825424064248301f,-0.39030438221510494f,0.555881582288135f,0.19328996208223162f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.3960759633000162f,0.7630762942889422f,0.510723408891956f,-0.001971402005803046f,0.8976429255857888f,-0.20469408239973974f,-0.39030438221510494f,0.555881582288135f,-0.19328996208223112f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.6086564573689501f,0.510723408891956f,-0.001971402005803046f,0.7945445761485889f,-0.46514664971011543f,-0.39030438221510494f,0.555881582288135f,2.5078560376931095e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4255249989401815f,-0.6696758859179852f,0.60865645736895f,-0.007790526301539662f,0.875137421701989f,0.13331574325731527f,-0.4651466497101154f,0.5603286659223236f,0.23035400672389816f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7326799809329883f,-0.30449525849036735f,0.60865645736895f,-0.007790526301539662f,0.64040383909396f,0.6111640672824057f,-0.4651466497101154f,0.5603286659223236f,-0.23035400672389766f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,-0.5107234088919561f,0.60865645736895f,-0.007790526301539662f,0.7945445761485889f,0.390304382215105f,-0.4651466497101154f,0.5603286659223236f,2.5078560376931095e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.560480232969422f,-0.24363141413906497f,0.7915210941567774f,0.10832482810212939f,0.6616350499512677f,-0.4431036297132101f,-0.6048952256473531f,0.699709241298559f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765822f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.49123111028906863f,0.36357441300100735f,0.7915210941567774f,-0.11178728423614685f,0.7145565248163671f,0.35144094643537865f,-0.6048952256473531f,0.4116868324446956f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765822f,-0.7499048674522938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,-0.21900616604833553f,0.7637652667671853f,-0.010729055324359554f,0.7945445761485889f,0.1673686086295633f,-0.5836837031802958f,0.5724070215413313f,2.5078560376931095e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6072058271400724f,0.0692491226803534f,0.7915210941567774f,8.878689293818313e-17f,0.7945445761485889f,-0.05292147486509938f,-0.6048952256473531f,0.5543749999999998f,2.5078560376931095e-16f,0.9961946980917455f,-0.08715574274765822f,-0.7250000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[1.2362098080758915e-17f,-0.794544576148589f,-0.6072058271400722f,0.7098157573445002f,-4.562026841879144e-17f,0.6072058271400722f,-0.794544576148589f,1.0148535520254482f,1f,3.75231307994682e-17f,-2.874099884427965e-17f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[1.2362098080758915e-17f,-0.794544576148589f,-0.6072058271400722f,0.7098157573445002f,-4.562026841879144e-17f,0.6072058271400722f,-0.794544576148589f,1.0148535520254482f,1f,3.75231307994682e-17f,-2.874099884427965e-17f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[1.2362098080758915e-17f,-0.794544576148589f,-0.6072058271400722f,0.800896631415511f,-4.562026841879144e-17f,0.6072058271400722f,-0.794544576148589f,1.1340352384477366f,1f,3.75231307994682e-17f,-2.874099884427965e-17f,0.22812500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[1.2362098080758915e-17f,0.7945445761485888f,0.6072058271400727f,-0.2579185296599903f,-4.562026841879144e-17f,-0.6072058271400727f,0.7945445761485888f,-0.25145186621136517f,1f,-3.752313079946831e-17f,2.874099884427964e-17f,0.2749999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[1.2362098080758915e-17f,0.7945445761485888f,0.6072058271400727f,-0.2579185296599903f,-4.562026841879144e-17f,-0.6072058271400727f,0.7945445761485888f,-0.25145186621136517f,1f,-3.752313079946831e-17f,2.874099884427964e-17f,0.18124999999999958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[1.2362098080758915e-17f,0.7945445761485888f,0.6072058271400727f,-0.3489994037310012f,-4.562026841879144e-17f,-0.6072058271400727f,0.7945445761485888f,-0.3706335526336535f,1f,-3.752313079946831e-17f,2.874099884427964e-17f,0.22812499999999958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009487591049063634f,-1.9135106236677393e-21f,0.000012414759002321702f,-0.5418668880447712f,0.000012414759002321702f,-3.469446951953614e-21f,-0.000009487591049063634f,0.9775636316371521f,3.9185250588954835e-21f,0.000015625f,-5.862989187416915e-22f,-0.5588775000000002f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75.mcfunction new file mode 100644 index 000000000..a05f4c7f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..0dfae2bd4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.3113902683028949f,0.05335689827792619f,0.7530827223199681f,-0.08819986209026023f,0.7392362140946523f,-0.18699492887200345f,-0.29241607478318266f,0.2539148006655574f,0.15333090041378017f,0.7931773965682316f,-0.11959806434882643f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3018180210431946f,-0.06844266165744521f,0.7377136871705811f,-0.08819986209026023f,0.5989276865412998f,-0.44635517310030737f,-0.2864483997876075f,0.2539148006655574f,0.43610951430558836f,0.6603655514272676f,-0.117157287525381f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.3041560912506936f,-0.055180532788245244f,-0.75590252374281f,0.08526138340298964f,-0.7422419764321091f,-0.18646493187431248f,-0.28504757856840107f,0.25306777546490467f,-0.15333090041378006f,0.7931773965682316f,-0.1195980643488266f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2959545434275505f,0.06408032536010166f,-0.7404759416256098f,0.08526138340298964f,-0.6018466580091094f,-0.4470022934951278f,-0.279230281046597f,0.25306777546490467f,-0.43610951430558825f,0.6603655514272676f,-0.11715728752538117f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5594337540481888f,-0.037153660630267656f,-0.09051089568082307f,-0.002523385588631903f,-0.09073635135524426f,0.008472854372543866f,1.5598401761980356f,0.5606747948498815f,-0.03659960761963925f,1.5620352320740252f,-0.01061378733232704f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6210574241645225f,-0.7827581058667853f,-0.03971679229206788f,0.2783464446073833f,0.12592766306191114f,-0.04964119250867315f,-0.9907966368948181f,0.4986606530108503f,0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.05976885373725849f,-0.9974218067262031f,-0.03971679229206788f,0.2979580997399212f,0.13162692092504086f,0.03156545589264324f,-0.9907966368948181f,0.45547056958232124f,0.9894958503251683f,-0.06444657835235834f,0.12940093016646415f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6222576077677688f,0.7822359855420883f,0.030038849813725198f,-0.27887727316788197f,-0.11985645585131857f,-0.05728318441600958f,-0.9911372593006086f,0.5013816212018426f,-0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06105146250456603f,0.9976825078289797f,0.030038849813725198f,-0.29890978430219267f,-0.13103694561201545f,0.02182320120310822f,-0.9911372593006086f,0.45838512342290005f,-0.9894958503251683f,-0.06444657835235809f,0.12940093016646415f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1945091311811632f,0.9783013451972272f,0.0713629867119106f,0.025177228929002204f,0.9716599554034768f,-0.20212887554685757f,0.12255957219032562f,0.8032135760770783f,0.13432471460033618f,0.04550160058127889f,-0.9898921534147443f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5772650586108249f,0.6876712139907902f,0.4403105194694685f,0.15686752229895953f,0.7539879987335699f,-0.655907616740957f,0.03587890838561386f,0.6804551411155589f,0.31347591593739155f,0.31127720724400965f,-0.8971283912448559f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.011340895926306709f,0.9998329751215699f,-0.01433199006204744f,-0.3015039896400017f,0.9926651568162911f,0.012982544113322433f,0.12019708811462058f,0.7822854047996629f,0.12036307790380284f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.42670187153998185f,0.7617511130445904f,0.4875046200802657f,-0.15562875206863933f,0.8352455777298611f,-0.5386425362072427f,0.11058500382483924f,0.6819810855347102f,0.34682897472239427f,0.3599992499486031f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.004511324213131624f,-0.0018686516733411175f,-0.2966368288374702f,-0.0048830221412838395f,-0.9238685179976194f,-0.3826788700041455f,-0.03609791671986118f,1.213789711657194e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.004511324213131624f,-0.0018686516733411175f,-0.33374765232931636f,-0.0048830221412838395f,-0.9238685179976194f,-0.3826788700041455f,0.04369261729725071f,1.213789711657194e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.004511324213131624f,-0.0018686516733411175f,0.2908561669736157f,-0.0048830221412838395f,-0.9238685179976194f,-0.3826788700041455f,-0.03896669222786542f,1.213789711657194e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.004511324213131624f,-0.0018686516733411175f,0.32874444932999325f,-0.0048830221412838395f,-0.9238685179976194f,-0.3826788700041455f,0.040457615128650204f,1.213789711657194e-16f,0.38268343236508956f,-0.923879532511287f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9878925272106316f,-0.147707623446301f,-0.047442730288599515f,-0.19577948447307345f,-0.12740334846020807f,-0.5979102786150963f,-0.7913732908858778f,-0.09641444656402057f,0.08852537197051391f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9988364939431917f,0.00865134151650837f,-0.047442730288599515f,-0.08064130808548456f,-0.032301027249719f,-0.6104792855708278f,-0.7913732908858778f,-0.1062870741991383f,-0.03580924469861059f,0.7919849721925892f,-0.6094895420064391f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9740593686598892f,-0.21556983712562566f,-0.06883307088550523f,-0.05988088017733889f,-0.13742023211964666f,-0.32181829853436156f,-0.9367756735380304f,-0.13224489744445786f,0.1797888376125732f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9930002529687888f,0.0959818001310266f,-0.06883307088550523f,-0.08864420560370909f,-0.031247083880234568f,-0.3485325769800444f,-0.9367756735380304f,-0.13408536550103256f,-0.11390398304231036f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9957896336223904f,-0.06053935845923854f,-0.06883307088550523f,-0.14565029177894487f,-0.08538488765507228f,-0.33935344174989546f,-0.9367756735380304f,-0.19634055749469825f,0.033353058785002714f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9957896336223904f,-0.07843591596295901f,-0.047442730288599515f,-0.12800221068727913f,-0.08538488765507228f,-0.6053410075590336f,-0.7913732908858778f,-0.06013883079391591f,0.033353058785002714f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9890896286881439f,0.1418614309504907f,0.039711973386229456f,0.18941458539642653f,0.11774958572764335f,-0.5993242675767564f,-0.7917988743074547f,-0.09829538016041947f,-0.08852537197051366f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9991043111194354f,-0.014612825610728492f,0.039711973386229456f,0.0741854843271806f,0.0225449217491029f,-0.6103656847732954f,-0.7917988743074547f,-0.10704310586798077f,0.035809244698610826f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9753549539735601f,0.2124167027872935f,0.05968130474620163f,0.05317254420938894f,0.12790108533219824f,-0.3239081912006777f,-0.9374032195613319f,-0.13279694640042694f,-0.17978883761257297f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9932580557276799f,-0.09938096696983831f,0.05968130474620163f,0.08191652409749428f,0.021548024948150418f,-0.3475786048894306f,-0.9374032195613319f,-0.13491822724999458f,0.1139039830423106f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9965760092475324f,0.05722237024147961f,0.05968130474620163f,0.13831191206390225f,0.07565600611944916f,-0.3399284817341773f,-0.9374032195613319f,-0.19772716775455101f,-0.03335305878500248f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9965760092475324f,0.07252045892045475f,0.039711973386229456f,0.12199480880679996f,0.07565600611944916f,-0.6060781396680638f,-0.7917988743074547f,-0.06135958632923688f,-0.03335305878500248f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.004511324213131624f,-0.0018686516733411175f,-0.0006332519162177256f,-0.0048830221412838395f,-0.9238685179976194f,-0.3826788700041455f,0.42469212159983327f,1.213789711657194e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.0018686516733413432f,-0.00451132421313153f,0.00006749246128527801f,-0.0048830221412838395f,-0.38267887000414597f,-0.9238685179976193f,0.568196697851388f,1.213789711657194e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.99621991347417f,0.08572773257150453f,0.014022833724518149f,-0.16696259207239184f,0.00273159216492023f,0.13043292922042626f,-0.9914533722668069f,0.6973793639107223f,-0.08682408883346505f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.99621991347417f,0.08382409086858038f,-0.022790475808391105f,-0.13735206642057635f,0.00273159216492023f,-0.29246009985021615f,-0.9562738250103083f,0.585005844932649f,-0.08682408883346505f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9924824529104432f,-0.10727129021650894f,-0.058919020359767704f,0.13539547902588223f,-0.015468111346232272f,0.3676108077251775f,-0.9298510803214793f,0.8218410772416938f,0.12140559376013026f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9924824529104432f,0.02276956682909813f,0.12025027023372732f,0.13717531421900409f,-0.015468111346232272f,-0.9513251807983854f,0.30780048393447906f,0.4875472898444298f,0.12140559376013026f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9525807567969864f,-0.3042696995312058f,-0.0031387461302421924f,0.000012115619353232717f,-0.2350082814249955f,-0.729112507245902f,-0.6427799463574329f,0.5568561427349458f,0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.954830404227319f,0.29713472943401337f,-0.0031387461302421924f,0.000012115619353232717f,0.22569423945095288f,-0.7320492133998856f,-0.6427799463574329f,0.5568561427349458f,-0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.003740611976957498f,-0.0031387461302421924f,0.000012115619353232717f,-0.0048830221412838395f,-0.7660353103189846f,-0.6427799463574329f,0.5568561427349458f,1.213789711657194e-16f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9546494196766881f,-0.2977087390941022f,-0.003740611976957497f,0.00004787813492749847f,0.18863063668770433f,0.6144984835191116f,-0.7660353103189845f,0.5641799041634181f,0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9527617413476173f,0.30369568987111695f,-0.003740611976957497f,0.00004787813492749847f,-0.19794467866174695f,0.6115617773651281f,-0.7660353103189845f,0.5641799041634181f,-0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,0.0031387461302421933f,-0.003740611976957497f,0.00004787813492749847f,-0.0048830221412838395f,0.642779946357433f,-0.7660353103189845f,0.5641799041634181f,1.213789711657194e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8658022872982757f,-0.5003626050426733f,-0.004864440767811553f,0.18125847871874684f,-0.04780617305900829f,-0.07303667637106515f,-0.9961828214349614f,0.5556688198287629f,0.49809734904587283f,0.8627299156628209f,-0.0871557427476584f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8662278707198526f,0.49962547293364296f,-0.004864440767811553f,-0.18123719954766782f,0.0393485306158209f,-0.07791969851234898f,-0.9961828214349614f,0.5574389153549782f,-0.4980973490458726f,0.8627299156628211f,-0.0871557427476584f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,0.0013459433114192216f,-0.0046938621448348984f,0.007907498154948666f,-0.0048830221412838395f,0.27563406966191484f,-0.9612502357536138f,0.5738104804918657f,1.213789711657194e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9999880779763164f,-0.0004255834215769753f,-0.004864440767811553f,8.878689293818311e-17f,-0.0048830221412838395f,-0.0871547036748292f,-0.9961828214349614f,0.5543749999999998f,1.213789711657194e-16f,0.9961946980917455f,-0.0871557427476584f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.957727778925725e-17f,0.0048830221412836175f,-0.9999880779763164f,0.7954768902159495f,-2.2312885364723287e-16f,0.9999880779763164f,0.0048830221412836175f,0.266112232056649f,1f,2.226399554475414e-16f,1.0066563375931185e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.957727778925725e-17f,0.0048830221412836175f,-0.9999880779763164f,0.7954768902159495f,-2.2312885364723287e-16f,0.9999880779763164f,0.0048830221412836175f,0.266112232056649f,1f,2.226399554475414e-16f,1.0066563375931185e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.957727778925725e-17f,0.0048830221412836175f,-0.9999880779763164f,0.9454751019123969f,-2.2312885364723287e-16f,0.9999880779763164f,0.0048830221412836175f,0.2653797787354565f,1f,2.226399554475414e-16f,1.0066563375931185e-16f,0.228125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.957727778925725e-17f,-0.004883022141284062f,0.9999880779763164f,-0.7982541090588047f,-2.2312885364723287e-16f,-0.9999880779763164f,-0.004883022141284062f,0.27389454859432016f,1f,-2.226399554475415e-16f,-1.0066563375931195e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.957727778925725e-17f,-0.004883022141284062f,0.9999880779763164f,-0.7982541090588047f,-2.2312885364723287e-16f,-0.9999880779763164f,-0.004883022141284062f,0.27389454859432016f,1f,-2.226399554475415e-16f,-1.0066563375931195e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.957727778925725e-17f,-0.004883022141284062f,0.9999880779763164f,-0.9482523207552521f,-2.2312885364723287e-16f,-0.9999880779763164f,-0.004883022141284062f,0.27462700191551276f,1f,-2.226399554475415e-16f,-1.0066563375931195e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015624813718379944f,-1.9135106236677393e-21f,-7.629722095756e-8f,0.010574491674926773f,-7.629722095756e-8f,-3.469446951953614e-21f,-0.000015624813718379944f,1.2418315603964127f,1.896546424464366e-21f,0.000015625f,-3.478749303867836e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76.mcfunction new file mode 100644 index 000000000..c1fe91d06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..9de824447 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7768808640803485f,-0.1165242051772748f,0.22320993946959344f,-0.2925340202437834f,0.19972531749509026f,-0.15567970845775306f,-0.7764135949160335f,0.44266379171343845f,0.15333090041378006f,0.7931773965682315f,-0.1195980643488266f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.659414641697303f,-0.3966894012837105f,0.2186546345824589f,-0.2925340202437834f,0.12239616761713262f,-0.21576574658024894f,-0.7605684195095839f,0.44266379171343845f,0.4361095143055882f,0.6603655514272675f,-0.11715728752538117f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.40660000066330804f,-0.18181471183772505f,-0.6845175632987127f,-0.18818870367458668f,-0.6914553629001233f,-0.0689744342278472f,0.4290413185044665f,0.3040940401446557f,-0.15333090041378017f,0.7931773965682315f,-0.11959806434882643f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.2998255744176741f,-0.31697042432306377f,-0.6705478171089431f,-0.18818870367458668f,-0.599927592678696f,-0.32163191476067454f,0.42028537322886517f,0.3040940401446557f,-0.4361095143055883f,0.6603655514272675f,-0.117157287525381f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.01635193570511f,-0.01575061372899222f,1.1866705149095245f,0.0034862298112450073f,1.1862105468720827f,0.03470017185270813f,1.0164185587457697f,0.5601974643994356f,-0.036599607619639f,1.5620352320740247f,-0.010613787332326976f,0.2735738076407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2757845305237953f,-0.5134181059797959f,-0.8126159862911194f,0.12417783163227317f,0.5705374599076518f,0.5929387394545579f,-0.5682522838459735f,0.2991090645187741f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.06857506562414822f,-0.5787509993069169f,-0.8126159862911194f,0.10167663822434954f,0.12726123747597498f,0.8129538236209477f,-0.5682522838459735f,0.2573514709719698f,0.9894958503251681f,-0.0644465783523581f,0.1294009301664641f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.47212950775782403f,0.42800142224177457f,-0.7706545986778857f,-0.21101914603146332f,0.4226864421039082f,-0.6572589161455771f,-0.6239766732888984f,0.7442479883215365f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14125432092636056f,0.6214006005438519f,-0.7706545986778857f,-0.25736822008542537f,-0.030743763740074176f,-0.780837967943679f,-0.6239766732888984f,0.7341601908443246f,-0.9894958503251681f,-0.0644465783523583f,0.1294009301664641f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8911018532380685f,0.43142424004381996f,0.1407501767611388f,0.21329253992749972f,0.4334678283370262f,-0.901000959737088f,0.017404377312277397f,0.6849920823892774f,0.13432471460033618f,0.04550160058127867f,-0.9898921534147441f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9495915631029003f,-0.10569354898379196f,0.2951351164924313f,0.19531959397111642f,-0.0029518487433893292f,-0.9444233023139468f,-0.328718591861512f,0.505858222006278f,0.31347591593739144f,0.3112772072440094f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7831910350045075f,0.6156663335694184f,0.086987173754285f,-0.001148236708091695f,0.6100201080014425f,-0.7879019547515376f,0.08417824857179157f,0.9323253802581057f,0.12036307790380284f,-0.012863724495479123f,-0.9926465907208001f,-0.5662280429658701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9231078814545299f,0.03248768153749926f,0.38316626905933093f,0.007337992761810226f,0.1660767939525038f,-0.9323867709190008f,-0.3210504756665161f,0.7554962952378773f,0.34682897472239416f,0.3599992499486029f,-0.8660890267919668f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.7380336204615309f,-0.30570353508248327f,-0.6495486592832193f,-0.7988418343411179f,-0.5557515323071263f,-0.23019982199124076f,0.4329739587121141f,-1.0371097831359809e-16f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.7380336204615309f,-0.30570353508248327f,-0.6085119552846274f,-0.7988418343411179f,-0.5557515323071263f,-0.23019982199124076f,0.510818235726618f,-1.0371097831359809e-16f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.7380336204615309f,-0.30570353508248327f,-0.29614324900972355f,-0.7988418343411179f,-0.5557515323071263f,-0.23019982199124076f,-0.03634561896329269f,-1.0371097831359809e-16f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.7380336204615309f,-0.30570353508248327f,-0.2099909607208983f,-0.7988418343411179f,-0.5557515323071263f,-0.23019982199124076f,-0.01841447952437264f,-1.0371097831359809e-16f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.4967047458703036f,-0.5653011072512946f,-0.6585734989888201f,-0.6364917446035439f,-0.8633931051076325f,-0.24443588410500786f,-0.4413654320564806f,0.3161843844183118f,0.08852537197051366f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.5790220625138762f,-0.48063957135446034f,-0.6585734989888201f,-0.5746406703316413f,-0.8145251064984381f,-0.3764909112705169f,-0.4413654320564806f,0.2185692572622566f,-0.0358092446986108f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.48035728413178647f,-0.38664702849650373f,-0.7872489789998829f,-0.5827312875876285f,-0.8584479328715598f,-0.023269020278990277f,-0.5123726175780687f,0.18633036976622644f,0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5763274278533723f,-0.21928461178924058f,-0.7872489789998829f,-0.6016104225816099f,-0.8092419777489382f,-0.28740515340749384f,-0.5123726175780687f,0.20810867259563837f,-0.11390398304231054f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.5349282099191567f,-0.3067423272004185f,-0.7872489789998829f,-0.6856724803808611f,-0.844238937565883f,-0.157273383170285f,-0.5123726175780687f,0.21578807555042126f,0.03335305878500248f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.5349282099191567f,-0.5292756906020805f,-0.6585734989888201f,-0.5665854499953933f,-0.844238937565883f,-0.30406770904393204f,-0.4413654320564806f,0.28420331008530586f,0.03335305878500248f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6925455003291472f,-0.3911113361369625f,-0.6061457355446884f,-0.4047789084203495f,-0.7159217753996125f,-0.4757585165216661f,-0.5109890854663824f,0.008471578507079872f,-0.08852537197051386f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6228358233669692f,-0.49463409143707276f,-0.6061457355446884f,-0.48150487725144275f,-0.781532619360769f,-0.35790629976199817f,-0.5109890854663824f,0.09488566384744171f,0.03580924469861059f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.692309578955099f,-0.12919245489662406f,-0.7099413753858816f,-0.5147241928425149f,-0.6988443465872307f,-0.3651666490079618f,-0.6150365011081558f,0.09601748813827421f,-0.1797888376125731f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6185028722507253f,-0.33680475135129206f,-0.7099413753858816f,-0.4990099063433138f,-0.7774831700202263f,-0.1313393415543772f,-0.6150365011081558f,0.07185600200700379f,0.11390398304231034f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6635759466472927f,-0.23590296002032715f,-0.7099413753858816f,-0.5148555006606177f,-0.7473650624031294f,-0.2513475000945978f,-0.6150365011081558f,-0.011055516685624295f,-0.033353058785002686f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6635759466472927f,-0.4384681405896421f,-0.6061457355446884f,-0.4162001690279483f,-0.7473650624031294f,-0.42465941415844816f,-0.5109890854663824f,0.08449285150002639f,-0.033353058785002686f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.7380336204615309f,-0.30570353508248327f,-0.1035973435538085f,-0.7988418343411179f,-0.5557515323071263f,-0.23019982199124076f,0.4763644855372947f,-1.0371097831359809e-16f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.30570353508248355f,-0.7380336204615308f,0.011041482102122841f,-0.7988418343411179f,-0.23019982199124117f,-0.5557515323071262f,0.5626894187840101f,-1.0371097831359809e-16f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6053201795089702f,0.15571345784387008f,-0.7806028435289827f,0.012731504908718876f,-0.7912326193209344f,0.010738351976791072f,-0.6114209923770658f,0.7738394937838501f,-0.08682408883346528f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6053201795089702f,-0.1820175084175255f,-0.7748916743059665f,-0.05877877367244084f,-0.7912326193209344f,-0.2437806695450206f,-0.5608225452660716f,0.682237795905824f,-0.08682408883346528f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5885723386244135f,0.22763383050368818f,-0.7757354197253122f,0.29484802923980236f,-0.7992767255525077f,0.3079410249890229f,-0.5160707714245893f,0.6085476671773928f,0.12140559376013003f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5885723386244135f,-0.7433694418464386f,0.31778054555794133f,0.029862858724141732f,-0.7992767255525077f,-0.5940874731246063f,0.09064651270998302f,0.40473804151533516f,0.12140559376013003f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.38968354912760306f,-0.7645124171799971f,-0.5134856332137374f,0.001982064243863291f,-0.9004364064705317f,-0.19926329881042787f,-0.3866631811404101f,0.5558675271832051f,0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7577163836858928f,-0.4027386080040749f,-0.5134856332137374f,0.001982064243863291f,-0.6233015902853307f,-0.6796960437564397f,-0.3866631811404101f,0.5558675271832051f,-0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.6119483481279847f,-0.5134856332137374f,0.001982064243863291f,-0.7988418343411179f,-0.4608072352479899f,-0.3866631811404101f,0.5558675271832051f,-1.0371097831359809e-16f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.7281080742762428f,0.30883304777366716f,-0.6119483481279846f,0.007832661008614053f,-0.6455971373542386f,0.6089836025568471f,-0.46080723524798983f,0.5602731233874648f,0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.41929185853725304f,0.6706068569495893f,-0.6119483481279846f,0.007832661008614053f,-0.8781408594016238f,0.12855085761083535f,-0.46080723524798983f,0.5602731233874648f,-0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,0.5134856332137375f,-0.6119483481279846f,0.007832661008614053f,-0.7988418343411179f,0.38666318114041015f,-0.46080723524798983f,0.5602731233874648f,-1.0371097831359809e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4861380679873202f,-0.36106641449214805f,-0.7958019999845062f,0.11076992003664524f,-0.7180312038672343f,0.3540171421643395f,-0.5992520782832247f,0.4108956116117757f,0.4980973490458726f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5557617213972221f,0.2404747093776317f,-0.7958019999845062f,-0.10728873736614997f,-0.6656034404231024f,-0.4448246921767783f,-0.5992520782832247f,0.7004757765604309f,-0.49809734904587283f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,0.22019065093378698f,-0.7678960564652207f,0.020256075089007713f,-0.7988418343411179f,0.16580720479865194f,-0.578238440907707f,0.5598483765637582f,-1.0371097831359809e-16f,0.961261695938319f,0.275637355816999f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6015411238697799f,-0.06962365340990197f,-0.7958019999845062f,8.878689293818311e-17f,-0.7988418343411179f,-0.05242776344413194f,-0.5992520782832247f,0.554375f,-1.0371097831359809e-16f,0.9961946980917455f,-0.08715574274765842f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[1.1104281281089271e-17f,0.7988418343411178f,-0.6015411238697801f,0.2521824364429754f,-3.9942312442889214e-16f,0.6015411238697801f,0.7988418343411178f,-0.25326534384104726f,1f,2.3139887074090963e-16f,3.2575558323862935e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[1.1104281281089271e-17f,0.7988418343411178f,-0.6015411238697801f,0.2521824364429754f,-3.9942312442889214e-16f,0.6015411238697801f,0.7988418343411178f,-0.25326534384104726f,1f,2.3139887074090963e-16f,3.2575558323862935e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[1.1104281281089271e-17f,0.7988418343411178f,-0.6015411238697801f,0.3424136050234424f,-3.9942312442889214e-16f,0.6015411238697801f,0.7988418343411178f,-0.37309161899221494f,1f,2.3139887074090963e-16f,3.2575558323862935e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[1.1104281281089271e-17f,-0.798841834341118f,0.6015411238697796f,-0.7065237297244863f,-3.9942312442889214e-16f,-0.6015411238697796f,-0.798841834341118f,1.0198888296401094f,1f,-2.3139887074090963e-16f,-3.2575558323862945e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[1.1104281281089271e-17f,-0.798841834341118f,0.6015411238697796f,-0.7065237297244863f,-3.9942312442889214e-16f,-0.6015411238697796f,-0.798841834341118f,1.0198888296401094f,1f,-2.3139887074090963e-16f,-3.2575558323862945e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[1.1104281281089271e-17f,-0.798841834341118f,0.6015411238697796f,-0.7967548983049533f,-3.9942312442889214e-16f,-0.6015411238697796f,-0.798841834341118f,1.139715104791277f,1f,-2.3139887074090963e-16f,-3.2575558323862945e-16f,0.22812500000000008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009399080060465311f,-1.9135106236677393e-21f,-0.000012481903661579967f,0.5535453841710487f,-0.000012481903661579967f,-3.469446951953614e-21f,-0.000009399080060465311f,0.9621688817211166f,-1.6204840361499704e-21f,0.000015625f,-3.615607355326713e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77.mcfunction new file mode 100644 index 000000000..06429b63a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..e60a09104 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6306146116823492f,-0.19444785446327198f,-0.481102575208026f,-0.2664533863698218f,-0.4957411531792208f,-0.002023341868482906f,-0.648984637396498f,0.7188685863457548f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4978285325131525f,-0.41238088846778465f,-0.47128415530582146f,-0.2664533863698218f,-0.449416559272069f,0.18400907943544892f,-0.6357400529598348f,0.7188685863457548f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7962434106535156f,-0.16524302842231692f,-0.07507074658695337f,-0.3131276576301142f,-0.09711081512169834f,0.10251245570908872f,0.8043662912226841f,0.5518026306812905f,-0.15333090041378006f,0.7931773965682316f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6586748284493468f,-0.4480396537827257f,-0.0735386905341584f,-0.3131276576301142f,-0.12631691058352945f,0.05637204206356282f,0.7879506526263028f,0.5518026306812905f,-0.43610951430558825f,0.6603655514272676f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.32475423971854595f,0.017993600666409055f,1.5282726079204216f,0.006742761371567553f,1.5279402483431475f,0.03359187542405437f,-0.3250791186750957f,0.555143153022261f,-0.0365996076196388f,1.5620352320740252f,-0.010613787332327193f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.285634354503842f,0.1590601271526391f,-0.9450465022830145f,-0.1273176925695399f,0.56567050122954f,0.768032796333612f,0.30023741904481854f,0.30066052101867213f,0.7735825098629718f,-0.6203430500184227f,0.12940093016646426f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14274482451323378f,0.29412756347769636f,-0.9450465022830145f,-0.17415583811294472f,0.022844633154394445f,0.9535909054418187f,0.30023741904481854f,0.29316462576488644f,0.9894958503251682f,-0.06444657835235797f,0.12940093016646426f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.048911975412052555f,-0.2620423417905749f,-0.9638160767336277f,0.02261787881503996f,0.6318051274684282f,-0.7392620045712833f,0.23305357646226227f,0.8373401272575942f,-0.7735825098629715f,-0.6203430500184232f,0.12940093016646426f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11023496792832499f,-0.24270727651975924f,-0.9638160767336277f,-0.013552970036441682f,0.09352119564630255f,-0.9679565157914042f,0.23305357646226227f,0.8680267695790372f,-0.9894958503251682f,-0.06444657835235847f,0.12940093016646426f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8856687176359348f,-0.4535679029779517f,0.09933317667980719f,0.23332943253660965f,-0.4444634896689003f,-0.8900594147205708f,-0.10122472335658955f,0.46430888143838367f,0.13432471460033596f,0.0455016005812785f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5745531132119481f,-0.8143692719424784f,-0.08180103308843722f,0.08012393759059222f,-0.756056591946444f,-0.4898052563685361f,-0.4341304419274012f,0.3697570806072369f,0.31347591593739116f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9603464982333766f,-0.2518019147266318f,0.1197096448532591f,0.29950948271924893f,-0.25149022408120475f,-0.9676932986913294f,-0.01795402070509594f,0.7849002223641321f,0.12036307790380261f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6927236252548038f,-0.7208604819221298f,-0.022229363842380445f,0.1642092088348347f,-0.6323319075508173f,-0.5922505429625523f,-0.49939528737634953f,0.6707320250125514f,0.34682897472239393f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.889806690991336f,-0.3685699992989369f,-0.49104429937356403f,-0.9631198220970065f,0.24859091548228932f,0.10296972867550828f,0.9965595425330198f,-2.4680748304409977e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.889806690991336f,-0.3685699992989369f,-0.4042816678846132f,-0.9631198220970065f,0.24859091548228932f,0.10296972867550828f,1.0112560834897002f,-2.4680748304409977e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.889806690991336f,-0.3685699992989369f,-0.64912460931274f,-0.9631198220970065f,0.24859091548228932f,0.10296972867550828f,0.4307266470510285f,-2.4680748304409977e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.889806690991336f,-0.3685699992989369f,-0.5825424429224073f,-0.9631198220970065f,0.24859091548228932f,0.10296972867550828f,0.3731892013504335f,-2.4680748304409977e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.3840365329914641f,-0.5375889827442991f,-0.7506757135806683f,-0.5758782272919422f,-0.9190643066975119f,0.30052009738066743f,0.25496758857732454f,0.9152361611558334f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.2952109610711227f,-0.5910469198833697f,-0.7506757135806683f,-0.6158383114136127f,-0.9547608006498691f,0.15304686314160468f,0.25496758857732454f,0.8068043387268515f,-0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.39004001143530753f,-0.253379228875695f,-0.8852501092086367f,-0.6463609794845697f,-0.9030751703759023f,0.2929783922480942f,0.3140364601861649f,0.7936449052893989f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.2926516067471763f,-0.36150695873577965f,-0.8852501092086367f,-0.6405319016555752f,-0.9494108276796684f,-0.00042656576297739335f,0.3140364601861649f,0.8218714542090608f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.34560072753877186f,-0.3112754106426786f,-0.8852501092086367f,-0.6855016803672288f,-0.9377887345209238f,0.14809926090088188f,0.3140364601861649f,0.8933075920792697f,0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.34560072753877186f,-0.5630684773318658f,-0.7506757135806683f,-0.5588112729675592f,-0.9377887345209238f,0.2356773603482277f,0.25496758857732454f,0.8402801860009186f,0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.14792206766765392f,-0.6155050876072043f,-0.774126959242845f,-0.6795247360773565f,-0.9850290962273186f,0.02162707625602797f,0.17102616512746757f,0.5442436941293203f,-0.08852537197051404f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.24238711066144025f,-0.5847870890833903f,-0.774126959242845f,-0.6574984971621978f,-0.9695185333861926f,0.17545331077662346f,0.17102616512746757f,0.6576858081678623f,0.03580924469861046f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.13450074482735475f,-0.36854016757901403f,-0.9198302531020159f,-0.676780951287069f,-0.9744667893318923f,-0.11922884227716245f,0.190260241927842f,0.6847596131735647f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.24180298470631378f,-0.30893951198478825f,-0.9198302531020159f,-0.6864257135084201f,-0.9636167283906063f,0.187733430979524f,0.190260241927842f,0.6575990761033199f,0.11390398304231021f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.19049720142840015f,-0.3429622744941905f,-0.9198302531020159f,-0.7619091158848483f,-0.9811209862792823f,0.03467925350879595f,0.190260241927842f,0.6198147042431867f,-0.033353058785002845f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.19049720142840015f,-0.6036872263195353f,-0.774126959242845f,-0.6260794899629532f,-0.9811209862792823f,0.09028655007342176f,0.17102616512746757f,0.5995002304766669f,-0.033353058785002845f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.889806690991336f,-0.3685699992989369f,-0.12490163985410448f,-0.9631198220970065f,0.24859091548228932f,0.10296972867550828f,0.5892695600330098f,-2.4680748304409977e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.36856999929893713f,-0.889806690991336f,0.013312109882996961f,-0.9631198220970065f,0.10296972867550785f,0.2485909154822895f,0.5506559117796943f,-2.4680748304409977e-16f,0.9238795325112867f,-0.3826834323650898f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.26073298737551803f,0.1031288563991492f,-0.9598868413891515f,0.1820559409415327f,-0.9614987711341478f,-0.11715985718101532f,0.24858334814071442f,0.6775918398269307f,-0.08682408883346543f,0.9877438973960445f,0.12970570825954703f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.26073298737551803f,-0.30421532160570786f,-0.9162266899597359f,0.06585238365835516f,-0.9614987711341478f,-0.003525097825333369f,0.2747866204764078f,0.6787426098419651f,-0.08682408883346543f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2772971257865341f,0.38289099406456334f,-0.8811928226527819f,0.22215617094452153f,-0.9530828850809762f,0.006270751575567224f,0.3026444974560087f,0.3530874595833701f,0.12140559376012988f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2772971257865341f,-0.9234986667286734f,0.26505945857654173f,-0.10071471768189591f,-0.9530828850809762f,0.22953924576208792f,-0.19734423939070114f,0.43974710061256755f,0.12140559376012988f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.478477865155722f,-0.6227335252062529f,-0.6190814882874597f,0.002389666239135989f,-0.8565616866952855f,0.48619754715486685f,0.17295670564137902f,0.5537073838491009f,0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.03476084520521541f,-0.7845570689888679f,-0.6190814882874597f,0.002389666239135989f,-0.9805257131757782f,-0.09303388508932034f,0.17295670564137902f,0.5537073838491009f,-0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.7377925877751508f,-0.6190814882874597f,0.002389666239135989f,-0.9631198220970065f,0.20612177531137238f,0.17295670564137902f,0.5537073838491009f,-2.4680748304409977e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.07045796128669282f,0.6713402811654978f,-0.7377925877751507f,0.009443410138109008f,-0.970552784385048f,0.1246639742063389f,0.20612177531137235f,0.5517367348630051f,0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4427807490742446f,0.5095167373828828f,-0.7377925877751507f,0.009443410138109008f,-0.8665346154860157f,-0.45456745803784826f,0.20612177531137235f,0.5517367348630051f,-0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,0.6190814882874598f,-0.7377925877751507f,0.009443410138109008f,-0.9631198220970065f,-0.17295670564137905f,0.20612177531137235f,0.5517367348630051f,-2.4680748304409977e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.27499465086610975f,0.0618410288533848f,-0.9594548604001031f,-0.04667092173541411f,-0.8223606099932687f,0.5018692855423378f,0.268048964483586f,0.3792232511033632f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765824f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.1910532274162526f,-0.20723183912819096f,-0.9594548604001031f,0.050867992907907125f,-0.8458118556554451f,-0.46125053655466863f,0.268048964483586f,0.728354186613528f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765824f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,0.2654718010977575f,-0.9258101935807804f,0.016653530020971478f,-0.9631198220970065f,-0.07416653385253827f,0.25864944140695684f,0.5416107386872245f,-2.4680748304409977e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.2690728679815758f,-0.08394142344985714f,-0.9594548604001031f,8.878689293818311e-17f,-0.9631198220970065f,0.02345124566217659f,0.268048964483586f,0.554375f,-2.4680748304409977e-16f,0.9961946980917455f,-0.08715574274765824f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.8221085858174943e-16f,0.9631198220970066f,0.2690728679815756f,-0.48830464108165444f,-4.3590016531802756e-16f,-0.2690728679815756f,0.9631198220970066f,-0.1365935114012917f,1f,5.820198206563268e-17f,4.688520879691311e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.8221085858174943e-16f,0.9631198220970066f,0.2690728679815756f,-0.48830464108165444f,-4.3590016531802756e-16f,-0.2690728679815756f,0.9631198220970066f,-0.13659351140129175f,1f,5.820198206563268e-17f,4.688520879691311e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.8221085858174943e-16f,0.9631198220970066f,0.2690728679815756f,-0.5286655712788908f,-4.3590016531802756e-16f,-0.2690728679815756f,0.9631198220970066f,-0.28106148471584275f,1f,5.820198206563268e-17f,4.688520879691311e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.8221085858174943e-16f,-0.9631198220970064f,-0.26907286798157604f,-0.059469757736018064f,-4.3590016531802756e-16f,0.26907286798157604f,-0.9631198220970064f,1.3983787050658125f,1f,-5.820198206563258e-17f,-4.688520879691311e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.8221085858174943e-16f,-0.9631198220970064f,-0.26907286798157604f,-0.05946975773601805f,-4.3590016531802756e-16f,0.26907286798157604f,-0.9631198220970064f,1.3983787050658125f,1f,-5.820198206563258e-17f,-4.688520879691311e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.8221085858174943e-16f,-0.9631198220970064f,-0.26907286798157604f,-0.019108827538781646f,-4.3590016531802756e-16f,0.26907286798157604f,-0.9631198220970064f,1.5428466783803636f,1f,-5.820198206563258e-17f,-4.688520879691311e-16f,0.22812500000000033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004204263562212122f,-1.9135106236677393e-21f,-0.000015048747220265728f,0.660202844267035f,-0.000015048747220265728f,-3.469446951953614e-21f,0.000004204263562212122f,0.3624360859466814f,-3.856366922564059e-21f,0.000015625f,-9.094059697755099e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78.mcfunction new file mode 100644 index 000000000..1d2715daf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..a3a5d101b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.008632878766654363f,-0.12012465735992789f,-0.8077375715805255f,-0.03200451173063853f,-0.8020969722090615f,0.1529186996800798f,-0.01416908273861687f,0.8658734081592029f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882654f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.052844528512007306f,-0.10547956173761994f,-0.7912531313441883f,-0.03200451173063853f,-0.6685925121765033f,0.4390801755303925f,-0.013879917784767548f,0.8658734081592029f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538111f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5623157159790015f,-0.019451015508685433f,0.5919181852276107f,-0.19289808671502645f,0.5720446791866581f,0.19348312591377925f,0.5497941518835121f,0.8010445668267896f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5016180239261184f,-0.22840095024853357f,0.579838222263782f,-0.19289808671502645f,0.44518293948061416f,0.389551465680374f,0.5385738630695629f,0.8010445668267896f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4092471248330922f,0.03759808313284171f,0.6738064820810193f,0.004718841193388194f,0.6738614545080848f,0.00621030628739954f,-1.4097086302580635f,0.5494977643309865f,-0.03659960761963895f,1.562035232074025f,-0.010613787332327497f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6225462619973864f,0.7058225312337243f,-0.3380099200850474f,-0.2787398177922972f,0.11834801268794932f,0.34203662771209076f,0.9322042121746467f,0.5006633098095448f,0.7735825098629716f,-0.6203430500184227f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.10511687101831496f,0.9352538357854616f,-0.3380099200850474f,-0.3132312910951818f,-0.09923913349375724f,0.34806163417885433f,0.9322042121746467f,0.5332261504871839f,0.9894958503251681f,-0.06444657835235802f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5306877053397104f,-0.7457840998625345f,-0.4027116037482682f,0.23811174616377298f,0.3463245007725827f,-0.2428591704796627f,0.9061339655252701f,0.708918288514375f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.006949732421632743f,-0.9153005328446859f,-0.4027116037482682f,0.2403921271146212f,0.14439412525632955f,-0.39758215894693755f,0.9061339655252701f,0.7562976108641082f,-0.9894958503251681f,-0.06444657835235841f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.18747997263021915f,-0.9820708229028454f,-0.01970174270211489f,0.07081836088783752f,-0.9730406625162745f,-0.18293852286347415f,-0.14044702183535074f,0.3145015134247401f,0.13432471460033582f,0.04550160058127867f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.2491733698280616f,-0.8846793239838138f,-0.3940242701713566f,-0.09752166404769852f,-0.9163217130984846f,0.3470576234084365f,-0.1997636707170401f,0.37832629487184044f,0.3134759159373911f,0.3112772072440096f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.38598083427643165f,-0.9206352623103065f,0.05873252388671113f,0.3653111384528235f,-0.9146209734358782f,-0.3902117865761331f,-0.10584534268577575f,0.4574441973256864f,0.12036307790380259f,-0.012863724495479179f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.07906068550461448f,-0.9088987927280798f,-0.409453773440885f,0.192333528732303f,-0.9345903221736002f,0.2104840246049148f,-0.28677064892621773f,0.4951176353833191f,0.3468289747223939f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.3452836130339566f,-0.14302115538384824f,0.051246371699090826f,-0.3737322896367317f,0.8569320960049813f,0.35495289619806664f,1.213181104244708f,-1.965757134974812e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.3452836130339566f,-0.14302115538384824f,0.11578121314469984f,-0.3737322896367317f,0.8569320960049813f,0.35495289619806664f,1.1533563871240315f,-1.965757134974812e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.3452836130339566f,-0.14302115538384824f,-0.493681390727312f,-0.3737322896367317f,0.8569320960049813f,0.35495289619806664f,0.9936133840831282f,-1.965757134974812e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.3452836130339566f,-0.14302115538384824f,-0.4987117955489034f,-0.3737322896367317f,0.8569320960049813f,0.35495289619806664f,0.9057587452396968f,-1.965757134974812e-16f,0.3826834323650898f,-0.9238795325112866f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.962683931116281f,-0.08943071974890854f,-0.2554247347765982f,-0.0649324846646515f,-0.2557399211855387f,0.6093573579295881f,0.7505202882328272f,1.2308661549569004f,0.0885253719705136f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9368416476397602f,-0.23892662495403022f,-0.2554247347765982f,-0.17525035610915773f,-0.3479158306857197f,0.5618486199228219f,0.7505202882328272f,1.1964534294293485f,-0.03580924469861088f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9536675242491897f,0.07782310171890691f,-0.2906231546715953f,-0.2042870257648805f,-0.24123479654133895f,0.3794482004025959f,0.8932104097853373f,1.2126298248828788f,0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9310403743023705f,-0.22068530396841488f,-0.2906231546715953f,-0.17835696766184572f,-0.34668386761716885f,0.28633103182350167f,0.8932104097853373f,1.2252134769371827f,-0.11390398304231063f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.954100509790324f,-0.07232149878544959f,-0.2906231546715953f,-0.1491348617320228f,-0.2976235721301791f,0.3370391270514179f,0.8932104097853373f,1.304406098539279f,0.03335305878500242f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.954100509790324f,-0.15636630737517665f,-0.2554247347765982f,-0.11395244257260813f,-0.2976235721301791f,0.5900334789343618f,0.7505202882328272f,1.1716485657790476f,0.03335305878500242f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.871061271383573f,-0.3580198229475333f,-0.3362648775478196f,-0.4222183486503431f,-0.4831309553455619f,0.5011347619895798f,0.7179473729407551f,1.0869049769615073f,-0.088525371970514f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9163437011661278f,-0.2173480008210616f,-0.3362648775478196f,-0.31885958746111853f,-0.39878806317049825f,0.5705432940278862f,0.7179473729407551f,1.1385889679423717f,0.03580924469861049f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8545071985967266f,-0.3191548183691142f,-0.4098263650110278f,-0.3091494667215589f,-0.487332967709239f,0.21949390392832718f,0.8451798653079757f,1.1703776060035995f,-0.17978883761257325f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9113089021592397f,-0.03947702353482546f,-0.4098263650110278f,-0.33656017596661003f,-0.3956538480697723f,0.3593452765594303f,0.8451798653079757f,1.1614686649366817f,0.11390398304231025f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8939136102851851f,-0.18155111646242772f,-0.4098263650110278f,-0.41252334373447136f,-0.4469966787534224f,0.29302724184178097f,0.8451798653079757f,1.1982789886768819f,-0.03335305878500281f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8939136102851851f,-0.29638554194605393f,-0.3362648775478196f,-0.34583659679660933f,-0.4469966787534224f,0.5336155346978553f,0.7179473729407551f,1.0782154933698647f,-0.03335305878500281f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.3452836130339566f,-0.14302115538384824f,-0.048467256898960656f,-0.3737322896367317f,0.8569320960049813f,0.35495289619806664f,0.6746620523657135f,-1.965757134974812e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.14302115538384846f,-0.3452836130339565f,0.005165676369982519f,-0.3737322896367317f,0.3549528961980662f,0.8569320960049815f,0.5415547162914387f,-1.965757134974812e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9211681434120175f,-0.030021044254491314f,-0.38800513974008993f,0.20864977822985425f,-0.3793558081288533f,-0.15316895918802265f,0.91248476194409f,0.48515054410705016f,-0.08682408883346537f,0.9877438973960444f,0.12970570825954725f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9211681434120175f,-0.18822109714896293f,-0.34062012587470153f,0.13873322445485065f,-0.3793558081288533f,0.2390234440434305f,0.8938439259940864f,0.5779743907474434f,-0.08682408883346537f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9245925394059772f,0.23835246652085051f,-0.297181321381801f,-0.024164758089457394f,-0.3610946107027309f,-0.2997214329414881f,0.8830502504144052f,0.2555671977555041f,0.12140559376012994f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9245925394059772f,-0.38092322600524225f,0.005111943325743218f,-0.1522613230545968f,-0.3610946107027309f,0.8720295572309604f,-0.33041660587358207f,0.5643499274374824f,0.12140559376012994f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9706981243333016f,0.00587072701203456f,-0.24023048511827205f,0.0009272942104705225f,-0.14277304358337317f,0.7900320454510472f,0.5962090448713224f,0.5520736218245071f,0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7985166636134665f,-0.551960552894369f,-0.24023048511827205f,0.0009272942104705225f,-0.5700965957536207f,0.5652651115394953f,0.5962090448713224f,0.5520736218245071f,-0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.2862955436903509f,-0.24023048511827205f,0.0009272942104705225f,-0.3737322896367317f,0.7105342711625607f,0.5962090448713224f,0.5520736218245071f,-1.965757134974812e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8123686938805946f,0.5080275256969675f,-0.2862955436903508f,0.0036644529703582303f,-0.535718337178207f,-0.45623120532741457f,0.7105342711625606f,0.5452804839382377f,0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9568460940661735f,-0.049803754209436f,-0.2862955436903508f,0.0036644529703582303f,-0.17715130215878688f,-0.6809981392389665f,0.7105342711625606f,0.5452804839382377f,-0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,0.2402304851182721f,-0.2862955436903508f,0.0036644529703582303f,-0.3737322896367317f,-0.5962090448713225f,0.7105342711625606f,0.5452804839382377f,-1.965757134974812e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8195567308182511f,0.4355593363297491f,-0.37231012544180075f,-0.167301688930099f,-0.2832415856543228f,0.2568757621038043f,0.9240070600377546f,0.4846150189340619f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765803f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7869838155261787f,-0.49197728056625567f,-0.37231012544180075f,0.16893033469470276f,-0.364081728425544f,-0.11685652753292736f,0.9240070600377546f,0.6200929739273772f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765803f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,0.1030145800989015f,-0.3592545345631158f,0.00003163094107247498f,-0.3737322896367317f,-0.25566374050466f,0.8916054214023443f,0.5333924970867684f,-1.965757134974812e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9275366168960049f,-0.032572915292072395f,-0.37231012544180075f,8.878689293818311e-17f,-0.3737322896367317f,0.08084014277122116f,0.9240070600377546f,0.5543750000000001f,-1.965757134974812e-16f,0.9961946980917455f,-0.08715574274765803f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.2841918156690886e-16f,0.37373228963673194f,0.9275366168960048f,-0.8454108614544493f,-3.0502984352514676e-16f,-0.9275366168960048f,0.37373228963673194f,0.5203253071255307f,1f,-1.6018549642800998e-16f,4.1862031842251256e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.2841918156690886e-16f,0.37373228963673194f,0.9275366168960048f,-0.8454108614544494f,-3.0502984352514676e-16f,-0.9275366168960048f,0.37373228963673194f,0.5203253071255307f,1f,-1.6018549642800998e-16f,4.1862031842251256e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.2841918156690886e-16f,0.37373228963673194f,0.9275366168960048f,-0.9845413539888501f,-3.0502984352514676e-16f,-0.9275366168960048f,0.37373228963673194f,0.4642654636800209f,1f,-1.6018549642800998e-16f,4.1862031842251256e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.2841918156690886e-16f,-0.3737322896367315f,-0.927536616896005f,0.6328506217235582f,-3.0502984352514676e-16f,0.927536616896005f,-0.3737322896367315f,1.1159611437340717f,1f,1.6018549642801008e-16f,-4.1862031842251246e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.2841918156690886e-16f,-0.3737322896367315f,-0.927536616896005f,0.6328506217235583f,-3.0502984352514676e-16f,0.927536616896005f,-0.3737322896367315f,1.1159611437340717f,1f,1.6018549642801008e-16f,-4.1862031842251246e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.2841918156690886e-16f,-0.3737322896367315f,-0.927536616896005f,0.771981114257959f,-3.0502984352514676e-16f,0.927536616896005f,-0.3737322896367315f,1.1720209871795815f,1f,1.6018549642801008e-16f,-4.1862031842251246e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014492759639000076f,-1.9135106236677393e-21f,-0.0000058395670255739335f,0.25024645359280623f,-0.0000058395670255739335f,-3.469446951953614e-21f,0.000014492759639000076f,-0.08600383691645641f,-3.071495523398144e-21f,0.000015625f,2.5028983816876572e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79.mcfunction new file mode 100644 index 000000000..80e7f7f0c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..6cc8d3050 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6399304139722207f,0.047538533992905155f,-0.5051471048156091f,0.22689912533718376f,-0.483656018980521f,0.18855808071650454f,0.6304499583193468f,0.770181241749526f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882637f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5613319859680654f,0.2829165510419651f,-0.4948379802275355f,0.22689912533718376f,-0.3670352749549991f,0.351959605117803f,0.6175836326393602f,0.770181241749526f,0.436109514305588f,0.6603655514272678f,-0.11715728752538095f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.10876559528482231f,0.14119722273061333f,0.7969804477024164f,0.0772166366314876f,0.7947352544747729f,0.13370641836070557f,-0.13214731714459496f,0.8578435125085544f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882637f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.045504459908653976f,0.1685603416702816f,0.7807155406064488f,0.0772166366314876f,0.6691321511185707f,0.41893287016437203f,-0.12945043312123589f,0.8578435125085544f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538095f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3949486151516308f,0.027905278067934827f,-0.703381764436994f,-0.0009734675986626754f,-0.7029829868557537f,-0.02595147809660679f,-1.3951873318576131f,0.5476588068212811f,-0.03659960761963918f,1.562035232074025f,-0.010613787332327778f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4743321592568357f,0.702247477238316f,0.5309025178007436f,-0.21294977601712178f,-0.42021316391666463f,-0.34931787959716826f,0.8374950243821659f,0.7420801533129978f,0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.014242447503617056f,0.8473132061297866f,0.5309025178007436f,-0.20827647292999743f,-0.1438579677264335f,-0.5271688242458348f,0.8374950243821659f,0.7892835489732338f,0.9894958503251681f,-0.06444657835235823f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5985443077351497f,-0.6482110055523292f,0.4707092562917038f,0.2678875003743235f,-0.20812210865728845f,0.44158463806464f,0.8727474980275594f,0.4604754854687987f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1185002347105542f,-0.8742942813577446f,0.4707092562917038f,0.3067703898887241f,0.08279889228012921f,0.4810988964067771f,0.8727474980275594f,0.48764387199821607f,-0.9894958503251681f,-0.06444657835235823f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6552638473842473f,-0.7452900085539583f,-0.12317505210404545f,-0.1464917269936786f,-0.7433613935083876f,0.6651859946617803f,-0.07029531383446214f,0.35165671339757987f,0.1343247146003357f,0.04550160058127878f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8774014498671352f,-0.2663803207386606f,-0.39900904813577476f,-0.19893184368302605f,-0.36317977077235797f,0.9122214780268756f,0.18961125791523925f,0.5238833108895893f,0.3134759159373911f,0.3112772072440098f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.48765547538319937f,-0.8717247628576124f,-0.04783382850687895f,0.1466942188395357f,-0.8646992927060303f,0.48982697191247443f,-0.1111965412265456f,0.20605242745575172f,0.12036307790380239f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7878314677210367f,-0.38925317912799684f,-0.4772876920760315f,0.07072619967756114f,-0.5089511182437172f,0.847869390044947f,0.14861445644108504f,0.3659567784419361f,0.3468289747223938f,0.3599992499486032f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.4668962911003726f,0.19339477599547103f,0.5526113050297962f,0.5053649038324904f,0.7972209505212401f,0.330219729913868f,0.9166903587079576f,6.5380753213797686e-18f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.4668962911003726f,0.19339477599547103f,0.5447389940950955f,0.5053649038324904f,0.7972209505212401f,0.330219729913868f,0.8290446556785094f,6.5380753213797686e-18f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.4668962911003726f,0.19339477599547103f,0.04565418351189224f,0.5053649038324904f,0.7972209505212401f,0.330219729913868f,1.2135922397095458f,6.5380753213797686e-18f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.4668962911003726f,0.19339477599547103f,-0.02693605782934934f,0.5053649038324904f,0.7972209505212401f,0.330219729913868f,1.1638489044675344f,6.5380753213797686e-18f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.7910382101407624f,0.4274606562489208f,0.4376481891388801f,0.4955604197862939f,0.6053278521716816f,0.44338654767254493f,0.6610495902186466f,1.0194302447192465f,0.08852537197051384f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8481687962073234f,0.2984522670104533f,0.4376481891388801f,0.40087170457405863f,0.5285143244362777f,0.5326218622413319f,0.6610495902186466f,1.0856746078736874f,-0.03580924469861068f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7740475902790276f,0.3478239201586705f,0.5290263212248381f,0.39591503597824307f,0.6070636719926096f,0.17045789073954526f,0.7761557869599855f,1.1185415424888263f,0.1797888376125731f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8436465070365744f,0.09160634593903297f,0.5290263212248381f,0.42172810003775085f,0.5246774759908076f,0.34970807905514695f,0.7761557869599855f,1.1057196106487994f,-0.11390398304231045f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8189294288625754f,0.22245390981983346f,0.5290263212248381f,0.5022579631731023f,0.5729242218762446f,0.26332495201941075f,0.7761557869599855f,1.1310246286212915f,0.03335305878500264f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8189294288625754f,0.37123934743811193f,0.4376481891388801f,0.4187291099995272f,0.5729242218762446f,0.4845320167535463f,0.6610495902186466f,1.0220049248517438f,0.03335305878500264f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9149313762081187f,0.17758687844329824f,0.3624409985565691f,0.16317028359886396f,0.3937814563274912f,0.5897263296669917f,0.7050950437707662f,1.2140961296069819f,-0.08852537197051383f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8758863443979806f,0.31852728966677096f,0.3624409985565691f,0.26726918407590083f,0.4811868760588312f,0.5208648284906979f,0.7050950437707662f,1.1639195677702716f,0.035809244698610694f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.908133270930449f,-0.021492524241000316f,0.4181292068618427f,0.29835942422884415f,0.3781136550021481f,0.38674984596205075f,0.8411032163469869f,1.1756754565838357f,-0.1797888376125731f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8703276202253203f,0.2601880086437822f,0.4181292068618427f,0.2745485128940096f,0.47911973046413736f,0.2509774159774656f,0.8411032163469869f,1.1919160450477797f,0.11390398304231045f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9003148149365349f,0.12083542682044544f,0.4181292068618427f,0.25722242656844f,0.4339594537228991f,0.32283830623901555f,0.8411032163469869f,1.2745308713432184f,-0.03335305878500262f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9003148149365349f,0.24097667225503372f,0.3624409985565691f,0.20300267531105753f,0.4339594537228991f,0.5608209801482325f,0.7050950437707662f,1.1483461508098662f,-0.03335305878500262f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.4668962911003726f,0.19339477599547103f,0.06553795671649289f,0.5053649038324904f,0.7972209505212401f,0.330219729913868f,0.666280434128861f,6.5380753213797686e-18f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.19339477599547084f,0.46689629110037273f,-0.006985084281808678f,0.5053649038324904f,0.3302197299138676f,0.7972209505212403f,0.5424480354111606f,6.5380753213797686e-18f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8634609361185476f,-0.13955146976225763f,0.4847273450966793f,0.07281731257078036f,0.4968870992444059f,-0.06990980220302423f,0.8649946994984502f,0.3469517750732538f,-0.08682408883346518f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8634609361185476f,0.07402672176473829f,0.49895416248594177f,0.1035089144201174f,0.4968870992444059f,0.29509224435607967f,0.8161027986261117f,0.45903485396036314f,-0.08682408883346518f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8511059797249958f,-0.09139780263220548f,0.5169768398587689f,-0.251205624589814f,0.5107634414091372f,-0.3718753518789282f,0.7751318788340587f,0.3907725171638608f,0.12140559376013013f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8511059797249958f,0.4570481903127143f,-0.2583129168435595f,-0.08521607101998574f,0.5107634414091372f,0.8346526250641872f,-0.20609634250358733f,0.6809500011480786f,0.12140559376013013f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7065549994920441f,0.6286950880697105f,0.3248422985539544f,-0.0012538974086351183f,0.6807488694452948f,0.47846377554861386f,0.5546651171984034f,0.5522339821700825f,0.19328996208223143f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9393806604029471f,0.10973356793208944f,0.3248422985539544f,-0.0012538974086351183f,0.28320128075129264f,0.782396090445312f,0.5546651171984034f,0.5522339821700825f,-0.19328996208223143f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.387131976328236f,0.3248422985539544f,-0.0012538974086351183f,0.5053649038324904f,0.6610241461078854f,0.5546651171984034f,0.5522339821700825f,6.5380753213797686e-18f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9206497930469683f,-0.0503268463821121f,0.3871319763282359f,-0.004955113524613343f,0.3151840575740165f,-0.6809596817092183f,0.6610241461078854f,0.54591419105949f,0.23035400672389786f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.725285866848023f,-0.5692883665197332f,0.3871319763282359f,-0.004955113524613343f,0.6487660926225709f,-0.37702736681252014f,0.6610241461078854f,0.54591419105949f,-0.23035400672389786f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,-0.32484229855395447f,0.3871319763282359f,-0.004955113524613343f,0.5053649038324904f,-0.5546651171984034f,0.6610241461078854f,0.54591419105949f,6.5380753213797686e-18f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7252755640561777f,0.4695973510742824f,0.5034418377995719f,-0.15750280148794343f,0.4752624401911719f,-0.18755111432470623f,0.8596221218995551f,0.6440922090550811f,0.4980973490458727f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7693210176082972f,-0.39330838767959647f,0.5034418377995719f,0.15530052881033768f,0.4000552496088612f,0.3178137895077841f,0.8596221218995551f,0.4608974314158033f,-0.4980973490458727f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,-0.1392974458150999f,0.48578792452572517f,-0.016582857112066272f,0.5053649038324904f,-0.23784905614943372f,0.8294782338694615f,0.5415190566654562f,6.5380753213797686e-18f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.862905738753879f,0.044045453552119425f,0.5034418377995719f,8.878689293818311e-17f,0.5053649038324904f,0.07520719058231079f,0.8596221218995551f,0.554375f,6.5380753213797686e-18f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.140682437638827e-16f,-0.5053649038324902f,0.8629057387538791f,-0.5439148660421328f,-1.0983105451056953e-16f,-0.8629057387538791f,-0.5053649038324902f,1.20247647719965f,1f,-2.5349291503713427e-16f,2.155065296036516e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.140682437638827e-16f,-0.5053649038324902f,0.8629057387538791f,-0.5439148660421328f,-1.0983105451056953e-16f,-0.8629057387538791f,-0.5053649038324902f,1.20247647719965f,1f,-2.5349291503713427e-16f,2.155065296036516e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.140682437638827e-16f,-0.5053649038324902f,0.8629057387538791f,-0.6733507268552147f,-1.0983105451056953e-16f,-0.8629057387538791f,-0.5053649038324902f,1.2782812127745236f,1f,-2.5349291503713427e-16f,2.155065296036516e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.140682437638827e-16f,0.5053649038324907f,-0.8629057387538789f,0.8313411550968617f,-1.0983105451056953e-16f,0.8629057387538789f,0.5053649038324907f,0.39705116171661825f,1f,2.5349291503713427e-16f,-2.155065296036515e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.140682437638827e-16f,0.5053649038324907f,-0.8629057387538789f,0.8313411550968618f,-1.0983105451056953e-16f,0.8629057387538789f,0.5053649038324907f,0.39705116171661825f,1f,2.5349291503713427e-16f,-2.155065296036515e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.140682437638827e-16f,0.5053649038324907f,-0.8629057387538789f,0.9607770159099436f,-1.0983105451056953e-16f,0.8629057387538789f,0.5053649038324907f,0.32124642614174465f,1f,2.5349291503713427e-16f,-2.155065296036515e-16f,0.22812500000000016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013482902168029361f,-1.9135106236677393e-21f,0.000007896326622382663f,-0.3536663935542932f,0.000007896326622382663f,-3.469446951953614e-21f,0.000013482902168029361f,-0.035225224199880945f,1.0215742689655889e-22f,0.000015625f,3.960826797455223e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..ce7c3fac0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.248680572379212f,0.2448868766094678f,-0.7383311147649482f,-0.012056837410082026f,-0.5868681612125354f,0.4497138848331487f,0.3468250677037911f,1.1155456542748954f,0.510576320172224f,0.6361857306614012f,0.03903820982901175f,-0.10904268144980378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.13326048046263017f,0.31485248138517197f,-0.7232631328309697f,-0.012056837410082026f,-0.3625444206334115f,0.6270036009424517f,0.3397470050975913f,1.1155456542748954f,0.7005734703901175f,0.3843623282409433f,0.038241511669236006f,-0.10904268144980378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6164752871860513f,0.3974371971688474f,0.359090989917445f,-0.1196492293218635f,0.5356313818381023f,0.45874831144146827f,0.4118172579971011f,1.1091737530899208f,-0.0012990471604228332f,0.5463864067677896f,-0.6069634679453969f,-0.045708012506819364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7069141527108693f,0.1285902495226172f,0.3517626023681094f,-0.1196492293218635f,0.3127870944360982f,0.6159726672971235f,0.4034128241604256f,1.1091737530899208f,-0.20600149089581135f,0.49400629638758453f,-0.5945764583954909f,-0.045708012506819364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.21942159884686996f,1.420863521726757f,0.6118882778626507f,-0.15544609162506068f,1.528715728860783f,0.10436549843415643f,0.30584687847064f,0.4560152713509731f,0.23725225455857668f,0.6416080932803353f,-1.4047977336058186f,0.551463747110181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.031992878602154606f,-0.5712588231316612f,-0.8201462142282784f,-0.17189704855535642f,-0.9429143712393518f,0.28940350297292894f,-0.16479715099872244f,0.694750851294779f,0.3314950138826308f,0.7680553166675088f,-0.5479070051657737f,0.4803127218721128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.11968820365571303f,-0.5712588231316612f,-0.8119963613834102f,-0.13335275004523087f,-0.9551439674180775f,0.28940350297292894f,-0.06281412239180156f,1.0187816791815012f,0.2708777130192199f,0.7680553166675088f,-0.5802726041510575f,0.38760770576768827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4926904977188082f,0.8276706022463025f,-0.268733041576275f,0.48947872644673934f,0.7561112445790614f,-0.5600349657028213f,-0.33860983891691954f,0.734319598216052f,-0.4307573090252744f,-0.03636222445729127f,-0.9017349551580118f,0.07480188617285512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2669565399356455f,0.9618556223695136f,-0.05973246606112717f,0.38035153885415957f,0.9636852888360448f,0.2660059989914163f,-0.023483453356930695f,1.0492045827809335f,-0.006698497337205123f,-0.06383236026291293f,-0.9979381543546118f,0.08521373074842424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8606564002502876f,0.050055183537859205f,-0.5067198824885479f,-0.033842012480584424f,-0.05097030969538419f,0.9816887500307875f,0.18354624919225726f,0.6118143990314465f,0.5066286492469344f,0.18379792344850032f,-0.8423453775609181f,0.23505771626082378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8606564002502876f,0.24015826344507651f,-0.4489928387037614f,0.00838145667346892f,-0.05097030969538419f,0.8367220348114024f,0.5452506432739191f,0.7721075970790464f,0.5066286492469344f,0.49215875991402536f,-0.7078892334271764f,0.3229131760357837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8606564002502876f,0.11576717128715563f,-0.49585131114113934f,0.2143743770105534f,-0.05097030969538419f,0.9493326736831653f,0.3101120800728811f,0.6583112161296125f,0.5066286492469344f,0.29217364140138097f,-0.8111485529990692f,0.0445808872983631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8606564002502876f,0.3481829668295109f,-0.37153624630447074f,0.27733658175168374f,-0.05097030969538419f,0.6670901720157836f,0.7432312762051316f,0.788035818858854f,0.5066286492469344f,0.6586040722693353f,-0.5563884324394917f,0.16459172314611664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9870836105101087f,-0.1002709085706476f,-0.12494675168544611f,0.37544960295950547f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.5480869466498584f,0.07300307597753343f,0.4127115368544052f,-0.907931571345051f,0.46460431529353735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9870836105101087f,-0.1002709085706476f,-0.12494675168544611f,0.4132853439544549f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.4777746326445138f,0.07300307597753343f,0.4127115368544052f,-0.907931571345051f,0.3251591730239807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9870836105101087f,-0.1002709085706476f,-0.12494675168544611f,-0.20446201821518345f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.4643058690734199f,0.07300307597753343f,0.4127115368544052f,-0.907931571345051f,0.5074936224303382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9870836105101087f,-0.1002709085706476f,-0.12494675168544611f,-0.2406575480084921f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.3832980983561893f,0.07300307597753343f,0.4127115368544052f,-0.907931571345051f,0.3735237108590966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9906167992347337f,0.05537748926401877f,-0.12494675168544611f,0.26477088251564473f,0.0007737963882769872f,0.9164883142959255f,0.40006070914070274f,1.6394540282670225f,0.13666659545434115f,0.39621017584335966f,-0.907931571345051f,0.4960013136618289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9870836105101087f,-0.1002709085706476f,-0.12494675168544611f,0.1500631767018705f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.63215125946005f,0.07300307597753344f,0.41271153685440515f,-0.907931571345051f,0.5085692259662864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.982020737029951f,0.14150470411405905f,-0.12494675168544611f,0.12844833973435346f,0.08064807161141463f,0.9129333587656867f,0.40006070914070274f,1.6250552184747957f,0.17067852995767238f,0.3827911978695363f,-0.907931571345051f,0.5084170740578052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.977684579444547f,-0.16888212563677255f,-0.12494675168544611f,0.15617697234320183f,-0.20541104855772396f,0.8931728444888225f,0.40006070914070274f,1.6382604397957128f,0.044035942669092026f,0.41679862944610435f,-0.907931571345051f,0.5104197444023968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9920666448758853f,-0.013859342262872651f,-0.12494675168544611f,0.19880974890420564f,-0.06315908157381539f,0.9143097721322845f,0.40006070914070274f,1.75382423629706f,0.10869545776828086f,0.40477840754596883f,-0.907931571345051f,0.5210545848875532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9920666448758853f,-0.013859342262872651f,-0.12494675168544611f,0.20192810091335198f,-0.06315908157381539f,0.9143097721322845f,0.40006070914070274f,1.5481045375672964f,0.10869545776828086f,0.40477840754596883f,-0.907931571345051f,0.4299794431897104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9592451473520394f,-0.2534503038562382f,-0.12494675168544611f,-0.12066211786543588f,-0.28247454016613266f,0.8718712996536644f,0.40006070914070274f,1.583769694781801f,0.007541978486840354f,0.4190505701170333f,-0.907931571345051f,0.5245073027305033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9870836105101088f,-0.1002709085706476f,-0.12494675168544611f,-0.00797534870141741f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.6093190942241506f,0.07300307597753344f,0.41271153685440526f,-0.907931571345051f,0.5202574946747814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9335052804801267f,-0.3360895722258802f,-0.12494675168544611f,0.014505765743566157f,-0.3573882299610863f,0.8439342877778576f,0.40006070914070274f,1.6085936900587177f,-0.02900938470566728f,0.4181132829197193f,-0.907931571345051f,0.5168440789209764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9916736694465629f,-0.03117118171716296f,-0.12494675168544611f,-0.015228521367479458f,-0.07910636789260653f,0.9130682403635982f,0.40006070914070274f,1.6134971199358468f,0.10161454563805586f,0.40661375514077003f,-0.907931571345051f,0.523096612042678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9745882738509706f,-0.18591935271896998f,-0.12494675168544611f,-0.08667465607594338f,-0.22096777896086145f,0.8894518928322891f,0.40006070914070274f,1.7125796910816087f,0.036755096698134496f,0.4175036821653402f,-0.907931571345051f,0.5421685406712952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9745882738509706f,-0.18591935271896998f,-0.12494675168544611f,-0.04484280171417521f,-0.22096777896086145f,0.8894518928322891f,0.40006070914070274f,1.5124530151943438f,0.036755096698134496f,0.4175036821653402f,-0.907931571345051f,0.44823021218409376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9870836105101087f,-0.1002709085706476f,-0.12494675168544611f,0.1338360762322155f,-0.1426060894918103f,0.905325870745828f,0.40006070914070274f,1.053797370462936f,0.07300307597753343f,0.4127115368544052f,-0.907931571345051f,0.2559630266535522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8606564002502876f,0.3481829668295109f,-0.37153624630447074f,0.0032674636711489038f,-0.05097030969538419f,0.6670901720157836f,0.7432312762051316f,0.8036385559570172f,0.5066286492469344f,0.6586040722693353f,-0.5563884324394917f,0.008986499552551472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9399110625680449f,0.029399182737746596f,-0.3401512641701648f,0.18281667722626965f,-0.1859231438160315f,0.7915333714300675f,0.5821576302910695f,0.35214487856407256f,0.28635603547991084f,0.6104183892764887f,-0.7385049837186779f,0.07836204422857329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9399110625680449f,-0.31899375110906797f,-0.12169708795026546f,0.07939237349804085f,-0.1859231438160315f,0.7771761439666816f,-0.6011903407762328f,0.527194640498396f,0.28635603547991084f,-0.5424391468196645f,-0.7897847763421262f,-0.14745420246275556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9156807367702128f,-0.01606309995662683f,-0.401585314880591f,-0.045010460930372684f,0.14309235393003605f,0.9206964867929514f,-0.36310130467113194f,0.4923543018643195f,0.3755707211095154f,-0.3899486581934861f,-0.840765530584109f,0.22862742645975584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9156807367702128f,-0.32239015556157785f,-0.23998619940517768f,-0.16636940878575385f,0.14309235393003605f,0.29647967958327454f,-0.9442586392726097f,0.5566593038956787f,0.3755707211095154f,-0.8989796366943917f,-0.22534916519503267f,-0.09175858377166748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9332111015891701f,0.11168619212536614f,-0.34153072242371296f,-0.01329079905913256f,0.13045758467395946f,0.9909237353234172f,-0.03241865780260711f,0.7074757179979622f,0.3348101827480224f,-0.07480872449936349f,-0.9393113414981286f,-0.036553661132504515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9303192180016747f,-0.1798834241884367f,-0.3196061737811008f,-0.020834493092739395f,-0.13045758467395946f,0.9767683285135512f,-0.17001309071327267f,0.6767993269877801f,0.34276372506114033f,-0.11647139612405152f,-0.9321735045940348f,-0.05730106948356851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9398053246292568f,-0.011077790358811707f,-0.34153072242371296f,-0.01329079905913256f,0f,0.9994743771734607f,-0.03241865780260711f,0.7074757179979622f,0.341710333174894f,-0.030467227220224047f,-0.9393113414981286f,-0.036553661132504515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9257299866368262f,0.2019146360562799f,-0.31977253100859293f,-0.00806182934372029f,0.08156034437532815f,0.9322390020412277f,0.3525313508023842f,0.727198971629137f,0.36928566458334044f,0.3002680849165222f,-0.8794698261531231f,-0.022172434977560027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9467281766312886f,0.03809577384374614f,-0.31977253100859293f,-0.00806182934372029f,-0.08156034437532815f,0.9322390020412277f,0.3525313508023842f,0.727198971629137f,0.31153437980064624f,0.35983212070133747f,-0.8794698261531231f,-0.022172434977560027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9398053246292568f,0.12046360533727819f,-0.31977253100859293f,-0.00806182934372029f,0f,0.9358000035805975f,0.3525313508023842f,0.727198971629137f,0.341710333174894f,0.33131084058282506f,-0.8794698261531231f,-0.022172434977560027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9197391039489803f,0.2140161736074616f,-0.3290547949833698f,-0.1874770122580243f,0.1256920416244662f,0.9547258421058601f,0.2696295182051282f,0.7367610578581085f,0.3718621940173539f,0.2066292424843999f,-0.9049988203367575f,0.05138301049075304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9437912156418645f,-0.059882071750556834f,-0.3250727284164461f,0.17327011737610348f,-0.12569204162446623f,0.9745925829628959f,0.18539365659586085f,0.7447117713940892f,0.3057117137918088f,0.2158319594419966f,-0.9273386184851267f,-0.09045620834351924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9398053246292568f,0.06310557521437023f,-0.3358327532796057f,-0.02792868617280897f,0f,0.9827995254323197f,0.18467564216757681f,0.5962960346958319f,0.341710333174894f,0.17355915183841591f,-0.9236402270444009f,-0.05394928448262626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9398053246292568f,0.09213519249966055f,-0.3290547949833698f,0f,0f,0.9629641337622447f,0.2696295182051282f,0.8114583333333334f,0.341710333174894f,0.2533992568864006f,-0.9049988203367575f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7919510168251308f,0.3493492087924719f,-0.500768127246248f,0.12829879542035302f,-0.5888042653355106f,0.6540544315763108f,-0.474891922081328f,0.6515259973495572f,0.16162649557653025f,0.6709455498410155f,0.7236773763744356f,0.32097560599797725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7919510168251308f,0.3493492087924719f,-0.500768127246248f,0.20254420324770905f,-0.5888042653355106f,0.6540544315763108f,-0.474891922081328f,0.5963255974743531f,0.16162649557653025f,0.6709455498410155f,0.7236773763744356f,0.336128089958277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7919510168251308f,0.3493492087924719f,-0.500768127246248f,0.24053671842096824f,-0.5888042653355106f,0.6540544315763108f,-0.474891922081328f,0.6951595857241544f,0.16162649557653025f,0.6709455498410155f,0.7236773763744356f,0.22000024152196174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6071380455460138f,-0.21322543530502022f,-0.7654530079564328f,0.592084705895085f,-0.19881388494414182f,0.973446237392749f,-0.11347009323745494f,1.8182014737552543f,0.7693220605208093f,0.08329067561788511f,-0.6334084231766517f,0.08806877337616319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.190352802096867f,-0.21322543530502022f,-0.9582800866515255f,0.6136111136014144f,-0.04222527836890243f,0.973446237392749f,-0.22498766360084693f,1.83065082839106f,0.9808072372288754f,0.08329067561788511f,0.17629471561727708f,-0.002323094844450646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.22961501553418062f,-0.21322543530502022f,-0.9496377511347273f,0.7452935724184588f,-0.13279311611526262f,0.973446237392749f,-0.18646289501747404f,1.8523955853257783f,0.9641799276865476f,0.08329067561788511f,-0.2518327429098127f,0.08064775070232819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014684458197332137f,0.0000032975880774195424f,-0.0000041991934133194476f,0.2130408940805762f,0f,0.000012288751628620548f,0.000009650243955987634f,0.5174996403851105f,0.000005339223955857719f,0.000009069350653808482f,-0.000011549034213624042f,0.6070476847843347f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8.mcfunction new file mode 100644 index 000000000..4f68fcd81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80.mcfunction new file mode 100644 index 000000000..a2f470649 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..64785877a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7745098656902963f,0.1780787120103655f,0.18806085377231652f,0.3096173721375286f,0.20873080120371026f,0.0781155192417984f,0.7856677813980191f,0.5075494735482339f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882625f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6341936717349057f,0.45150893486236987f,0.18422287716471825f,0.3096173721375286f,0.21819000495793256f,-0.007551173922574948f,0.7696337450429576f,0.5075494735482339f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538082f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6943799079922947f,0.19220778551555118f,0.3844959752822707f,0.28703671343020215f,0.4015851376723947f,-0.02949964753847723f,-0.7104953148615363f,0.6795367841037029f,-0.15333090041377984f,0.7931773965682316f,-0.11959806434882655f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5563774527602621f,0.4342574944486371f,0.37664911864385703f,0.28703671343020215f,0.37450316633126945f,0.1238457387371589f,-0.6959954104766071f,0.6795367841037029f,-0.43610951430558803f,0.6603655514272677f,-0.11715728752538113f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.30045299512278634f,-0.0033789588301374775f,-1.5333371548224384f,-0.005901415085201654f,-1.5329040140999812f,-0.03795742874157422f,-0.3002844770538314f,0.5510241508581155f,-0.036599607619639554f,1.562035232074025f,-0.01061378733232756f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.040922331518520046f,0.15487100108269553f,0.987086792438604f,0.01762316067391352f,-0.632372883050178f,-0.7688884661103222f,0.09441961377447881f,0.837695059109587f,0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.12235196841559903f,0.10339081205840389f,0.987086792438604f,0.05776990031028195f,-0.07699323356049623f,-0.9925507435494557f,0.09441961377447881f,0.8629584638716248f,0.9894958503251681f,-0.06444657835235842f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.20277331051915343f,-0.04885518199986118f,0.9780062145676085f,0.09016085379915093f,-0.6003774520876084f,0.7828075571209067f,0.16358252822104913f,0.2852061828457713f,-0.7735825098629716f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1380799906502489f,-0.15632581504397713f,0.9780062145676085f,0.13546835073126384f,-0.042800448260503124f,0.9856007701343937f,0.16358252822104913f,0.2711622857602937f,-0.9894958503251681f,-0.06444657835235801f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9890246752531023f,0.06819240069738278f,-0.13107245411459523f,-0.24995939989344926f,0.06153911591852301f,0.9966340355575205f,0.05416213049998336f,0.5457246702075546f,0.13432471460033585f,0.045501600581279056f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8250237495658429f,0.5570556454014872f,-0.09499905567240935f,-0.14610521047862296f,0.47017939425237537f,0.7699321451768993f,0.43143461734516275f,0.6927834137866304f,0.3134759159373913f,0.31127720724400987f,-0.8971283912448557f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9820446324070466f,-0.14785645341245826f,-0.11716146612601969f,-0.1851158831402609f,-0.145262071574214f,0.9889251709691658f,-0.030429209414211567f,0.22486032931903346f,0.12036307790380253f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8852089551674778f,0.43086237914906106f,-0.1753930327159921f,-0.10542539350428688f,0.3100238184145136f,0.8275011481988733f,0.46811011711479905f,0.3829424828382897f,0.34682897472239405f,0.3599992499486033f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.916018222199728f,0.3794271710160187f,0.625116777536881f,0.9914909790346906f,0.1202664009244617f,0.04981597436071241f,0.34017722213030266f,2.0421333227928373e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.916018222199728f,0.3794271710160187f,0.5510673750815871f,0.9914909790346906f,0.1202664009244617f,0.04981597436071241f,0.29263325789726086f,2.0421333227928373e-16f,0.3826834323650898f,-0.9238795325112866f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.916018222199728f,0.3794271710160187f,0.5486387216251292f,0.9914909790346906f,0.1202664009244617f,0.04981597436071241f,0.9226781723131834f,2.0421333227928373e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.916018222199728f,0.3794271710160187f,0.46482616309599467f,0.9914909790346906f,0.1202664009244617f,0.04981597436071241f,0.9494960315077434f,2.0421333227928373e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.007143859425276136f,0.6123783127725736f,0.790532584602512f,0.6712637315068318f,0.9960483039441379f,-0.0656280834974793f,0.05983920843772807f,0.44825472360019747f,0.08852537197051401f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.10285298042201266f,0.6037213737312779f,0.790532584602512f,0.6655005410866792f,0.9940517906087308f,0.09099619069566606f,0.05983920843772807f,0.5636715944400461f,-0.035809244698610486f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.004648993261954712f,0.3479768059135542f,0.9374916156466951f,0.6884177056338079f,0.9836942414854171f,-0.17014556854682006f,0.0582762796711433f,0.5877466338727115f,0.17978883761257325f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.10310929133960665f,0.3323822267083383f,0.9374916156466951f,0.6941248114726875f,0.9881266906052792f,0.14216018620257037f,0.0582762796711433f,0.559495170986794f,-0.11390398304231024f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.04984380903915707f,0.34441989677226414f,0.9374916156466951f,0.7635066601714472f,0.998199964020312f,-0.014167111827698066f,0.0582762796711433f,0.511416466113129f,0.03335305878500282f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.04984380903915707f,0.610388259538255f,0.790532584602512f,0.62616930177534f,0.998199964020312f,0.004012600577424422f,0.05983920843772807f,0.5105136309832085f,0.03335305878500282f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.2502136800405741f,0.574683091739518f,0.7791870496801534f,0.6211203360580329f,0.9641350386942875f,0.22148044465921782f,0.1462533411430993f,0.8301757223246572f,-0.0885253719705136f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.15723289240953991f,0.6067498324311826f,0.7791870496801534f,0.6453456589498707f,0.986912111354727f,0.0679297038550529f,0.1462533411430993f,0.7171827925942205f,0.03580924469861089f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.25841783582611555f,0.29226281653441527f,0.9207620041022097f,0.6737007538183628f,0.9491555172872709f,0.2542042840341025f,0.1856986429186888f,0.6998394206739917f,-0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.1554557895562967f,0.3578139590556954f,0.9207620041022097f,0.671921733111848f,0.98125398350301f,-0.05154254434573362f,0.1856986429186888f,0.7286066120137166f,0.11390398304231064f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.2095163060915704f,0.3290900321848504f,0.9207620041022097f,0.7265413219339496f,0.9772361490199938f,0.10259397188299996f,0.1856986429186888f,0.7929657862477847f,-0.033353058785002415f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.2095163060915704f,0.5907372166136831f,0.7791870496801534f,0.5936254481958712f,0.9772361490199938f,0.15368626891512688f,0.1462533411430993f,0.7583863757418812f,-0.033353058785002415f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.916018222199728f,0.3794271710160187f,0.1285809370139942f,0.9914909790346906f,0.1202664009244617f,0.04981597436071241f,0.5712567236899859f,2.0421333227928373e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.3794271710160185f,0.9160182221997281f,-0.013704252117012764f,0.9914909790346906f,0.04981597436071199f,0.12026640092446186f,0.552575733304719f,2.0421333227928373e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.13721154548519507f,-0.14081317979318664f,0.9804818408222029f,-0.11915243548102182f,0.9867292279971253f,0.06733232175860189f,0.14775584273656756f,0.36963341732846644f,-0.08682408883346497f,0.9877438973960444f,0.12970570825954725f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.13721154548519507f,0.2784646538953425f,0.9505947760831169f,-0.01180573864876337f,0.9867292279971253f,0.12254315462435819f,0.1065298355903538f,0.4141449627531694f,-0.08682408883346497f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.118673872905793f,-0.34976151352260243f,0.9292918785548044f,-0.2832974924460358f,0.9854832285195368f,-0.15592215788479372f,0.06716462601146195f,0.6524187095865721f,0.12140559376013034f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.118673872905793f,0.939540139678557f,-0.3212177420727831f,0.04769503185962807f,0.9854832285195368f,0.15100456525371445f,0.077591414339776f,0.6993170353507859f,0.12140559376013034f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.10424342044561007f,0.7635174704954948f,0.6373181164394756f,-0.00246005996828943f,0.9755881814844054f,-0.20304228752498038f,0.08367514340934218f,0.5540520123658305f,0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.35254441885687243f,0.6852284664189814f,0.6373181164394756f,-0.00246005996828943f,0.9156153249542733f,0.39325188757882185f,0.08367514340934218f,0.5540520123658305f,-0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.7595261548921199f,0.6373181164394756f,-0.00246005996828943f,0.9914909790346906f,0.09972015276891895f,0.08367514340934218f,0.5540520123658305f,2.0421333227928373e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3157957529481211f,-0.5686765886290035f,0.7595261548921198f,-0.009721589929354155f,0.9204401523217984f,-0.37794949017767954f,0.09972015276891893f,0.5530986273212347f,0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.06749475453685873f,-0.6469655927055169f,0.7595261548921198f,-0.009721589929354155f,0.9707633541168803f,0.2183446849261227f,0.09972015276891893f,0.5530986273212347f,-0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,-0.6373181164394757f,0.7595261548921198f,-0.009721589929354155f,0.9914909790346906f,-0.08367514340934219f,0.09972015276891893f,0.5530986273212347f,2.0421333227928373e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.06952814939475907f,0.13992454132778878f,0.9877180565201529f,-0.025754647162749094f,0.8643291429283256f,-0.48591996805505944f,0.12968005756536377f,0.7337991015769787f,0.4980973490458729f,0.8627299156628209f,-0.08715574274765803f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.1559422821001302f,0.009749127009913428f,0.9877180565201529f,0.021433940527480728f,0.8529836080059673f,0.5055710109796311f,0.12968005756536377f,0.3743836216769034f,-0.49809734904587255f,0.8627299156628211f,-0.08715574274765803f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,-0.2732919517775301f,0.9530823000144308f,-0.02032515320071467f,0.9914909790346906f,-0.03588120699496173f,0.12513263953667414f,0.5595860053144941f,2.0421333227928373e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.13017541431787538f,0.08641413270537113f,0.9877180565201529f,8.878689293818311e-17f,0.9914909790346906f,0.011345534922358343f,0.12968005756536377f,0.5543750000000001f,2.0421333227928373e-16f,0.9961946980917455f,-0.08715574274765803f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.5136942835790022e-16f,-0.9914909790346906f,0.1301754143178756f,0.17822171387843322f,-1.8893821985409268e-18f,-0.1301754143178756f,-0.9914909790346906f,1.3814880073649147f,1f,-1.503273738289959e-16f,1.7831272645747612e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.5136942835790022e-16f,-0.9914909790346906f,0.1301754143178756f,0.1782217138784332f,-1.8893821985409268e-18f,-0.1301754143178756f,-0.9914909790346906f,1.3814880073649147f,1f,-1.503273738289959e-16f,1.7831272645747612e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.5136942835790022e-16f,-0.9914909790346906f,0.1301754143178756f,0.15869540173075186f,-1.8893821985409268e-18f,-0.1301754143178756f,-0.9914909790346906f,1.5302116542201183f,1f,-1.503273738289959e-16f,1.7831272645747612e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.5136942835790022e-16f,0.9914909790346906f,-0.13017541431787516f,0.3856887804475472f,-1.8893821985409268e-18f,0.13017541431787516f,0.9914909790346906f,-0.19870074047162345f,1f,1.503273738289958e-16f,-1.7831272645747544e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.5136942835790022e-16f,0.9914909790346906f,-0.13017541431787516f,0.38568878044754723f,-1.8893821985409268e-18f,0.13017541431787516f,0.9914909790346906f,-0.19870074047162345f,1f,1.503273738289958e-16f,-1.7831272645747544e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.5136942835790022e-16f,0.9914909790346906f,-0.13017541431787516f,0.4052150925952285f,-1.8893821985409268e-18f,0.13017541431787516f,0.9914909790346906f,-0.34742438732682707f,1f,1.503273738289958e-16f,-1.7831272645747544e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000002033990848716803f,-1.9135106236677393e-21f,0.000015492046547417044f,-0.682589589139189f,0.000015492046547417044f,-3.469446951953614e-21f,0.000002033990848716803f,0.47203548879764357f,3.1908333168638084e-21f,0.000015625f,2.3488652160780603e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81.mcfunction new file mode 100644 index 000000000..a523c23c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..b6b46b1c0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.31208176967239515f,0.17115810628996586f,0.7350199426776277f,0.15362003164618965f,0.7389445503289742f,-0.09229823762629104f,0.3352408556763855f,0.2815079390823113f,0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.21827910649280768f,0.27189354516391284f,0.7200195356842068f,0.15362003164618965f,0.6341630099594625f,-0.3605429774470169f,0.3283992055605409f,0.2815079390823113f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7438459011208935f,0.09502644061343934f,-0.3234311293218862f,0.2752913612511333f,-0.300212182977956f,-0.1696585913003732f,-0.7402925448996684f,0.4051429207498201f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6375761230321173f,0.36484945579278627f,-0.31683049402960284f,0.2752913612511333f,-0.2080989641287975f,-0.2660868525423016f,-0.7251845337792671f,0.4051429207498201f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.023402016089759f,-0.0319987770815934f,-1.1802671908210869f,-0.006272826174000082f,-1.180133480664584f,-0.02069449261832577f,1.023847134971703f,0.5569646991659829f,-0.03659960761963967f,1.5620352320740252f,-0.01061378733232717f,0.2735738076407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5236423489651645f,-0.510763421653169f,0.6818499963125265f,0.23416823764567601f,-0.3568876445106372f,-0.5952270385281467f,-0.719955541544519f,0.7148308137429635f,0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13598083742081274f,-0.7187418134371636f,0.6818499963125265f,0.2787869499243802f,0.04906295999638971f,-0.6922837887425441f,-0.719955541544519f,0.6987320299941482f,0.9894958503251682f,-0.06444657835235847f,0.1294009301664642f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3484590395775668f,0.5869740665341171f,0.730778860499592f,-0.15668650593890576f,-0.5292885774044112f,0.5202268212138271f,-0.6702370150319751f,0.31766807035353656f,-0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05123355869217816f,0.6806889006812537f,0.730778860499592f,-0.1398754944930348f,-0.135177973993576f,0.7297323201202073f,-0.6702370150319751f,0.2733127976368944f,-0.9894958503251682f,-0.06444657835235797f,0.1294009301664642f,-0.33828703267945953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5601100197834463f,0.8275478097904687f,-0.03796561930464748f,-0.1606363660844652f,0.8174555870417215f,0.5595482346103327f,0.13664602576999643f,0.746079167121607f,0.13432471460033613f,0.045501600581279f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.13708302326722926f,0.9496853494119397f,0.2816131776821498f,0.019189719290786927f,0.9396494531787531f,0.03470212331675926f,0.34037430540241814f,0.7547131546522645f,0.31347591593739155f,0.31127720724400976f,-0.8971283912448558f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.718823119136861f,0.6885211200428065f,-0.09608324853663838f,-0.3736507779463283f,0.6846941308875648f,0.7251021940713623f,0.0736257786445687f,0.49751636367368424f,0.12036307790380273f,-0.01286372449547879f,-0.9926465907208001f,-0.5662280429658706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.30035987936633735f,0.9174076666559667f,0.2610500259105404f,-0.20000527778639368f,0.8885345267124134f,0.16959868276993634f,0.4263128917152874f,0.5319805722662678f,0.3468289747223942f,0.3599992499486032f,-0.8660890267919666f,-0.5041412400179572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.6584898370873801f,0.27275542120644286f,0.2158402683208241f,0.7127442636351894f,-0.6480312685711312f,-0.26842334028400394f,-0.07017656086075508f,2.441606829305564e-16f,0.3826834323650896f,-0.9238795325112867f,-0.1923112760104571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.6584898370873801f,0.27275542120644286f,0.132796459773744f,0.7127442636351894f,-0.6480312685711312f,-0.26842334028400394f,-0.04106525032730868f,2.441606829305564e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.6584898370873801f,0.27275542120644286f,0.6279268628259237f,0.7127442636351894f,-0.6480312685711312f,-0.26842334028400394f,0.3485606940249186f,2.441606829305564e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.6584898370873801f,0.27275542120644286f,0.5974898535773668f,0.7127442636351894f,-0.6480312685711312f,-0.26842334028400394f,0.43112782433100433f,2.441606829305564e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7807263382299504f,0.3251095626245315f,0.5336386015686452f,0.32942850381209776f,0.6185706453684456f,-0.5230850940218258f,-0.5863039664718656f,-0.040043515169042546f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7202559609566259f,0.4432394314840552f,0.5336386015686452f,0.41685788869734874f,0.6927835511186466f,-0.4198792805066655f,-0.5863039664718656f,0.035523482236358414f,-0.035809244698610465f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7782453885798857f,0.08001986633225337f,0.6228410199612028f,0.44993730018295197f,0.6016727424639267f,-0.3789910196061228f,-0.7031043436317607f,0.032274406932412306f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7154278495012762f,0.31659446617347603f,0.6228410199612028f,0.43118043167401254f,0.6893394481712741f,-0.17451477634021295f,-0.7031043436317607f,0.010390712180636433f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7561460314400086f,0.20077909002486907f,0.6228410199612028f,0.43597860312139475f,0.6535524099926568f,-0.28020265765859775f,-0.7031043436317607f,-0.07388490909828453f,0.03335305878500284f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7561460314400086f,0.37877832838401226f,0.5336386015686452f,0.3507534792349921f,0.6535524099926568f,-0.47866157804042286f,-0.5863039664718656f,0.03381394596081044f,0.03335305878500284f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6059929074981246f,0.528222665846628f,0.5947717304545088f,0.599616086656275f,0.7905288448750315f,-0.31669395097415076f,-0.524184210785608f,0.23450462168612585f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6811643593730875f,0.4269211919921527f,0.5947717304545088f,0.525458410028499f,0.7312542741850925f,-0.4364608798610741f,-0.524184210785608f,0.14587670601926933f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5891368869899176f,0.38022347213566354f,0.7129851608728821f,0.5292366296810813f,0.787777698502407f,-0.07394243157362534f,-0.6115053675604415f,0.11285354731478726f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6777979899117719f,0.17956070072995423f,0.7129851608728821f,0.5508172456616209f,0.726371645591056f,-0.3137601280056322f,-0.6115053675604415f,0.1319583432087775f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6413636897537385f,0.2833809764972604f,0.7129851608728821f,0.6351588799657331f,0.7665117030647051f,-0.19626766037637183f,-0.6115053675604415f,0.1285099357360447f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6413636897537385f,0.4846640136399849f,0.5947717304545088f,0.5261094768967366f,0.7665117030647051f,-0.3710670050380589f,-0.524184210785608f,0.21200001186960782f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.6584898370873801f,0.27275542120644286f,0.09243182964588066f,0.7127442636351894f,-0.6480312685711312f,-0.26842334028400394f,0.46341123344178914f,2.441606829305564e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.2727554212064425f,0.6584898370873802f,-0.009851453306535297f,0.7127442636351894f,-0.26842334028400433f,-0.6480312685711311f,0.5640699860482907f,2.441606829305564e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6933407671507347f,-0.033578546295098516f,0.7198271055159974f,-0.21894320850995727f,0.7153601597832168f,0.15242858782256063f,-0.6819276848826059f,0.5346107217079002f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6933407671507347f,0.267952259877409f,0.6689395839935176f,-0.11779946473111041f,0.7153601597832168f,-0.1440866914080957f,-0.6837388881393239f,0.4773871768046771f,-0.08682408883346493f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7037661764235289f,-0.3381368812863266f,0.6248012631518624f,-0.09705144738681246f,0.6999813216979126f,0.1797450560517f,-0.6911713710065068f,0.8380139514432611f,0.12140559376013037f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7037661764235289f,0.6971935200385573f,-0.13650774534235052f,0.14359888036156793f,0.6999813216979126f,-0.6476567365595076f,0.3009433515848654f,0.6059731708457141f,0.12140559376013037f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8331434464393287f,0.3098012634960291f,0.458143181539856f,-0.0017684413349921954f,0.5181804591196459f,-0.7267793856539135f,-0.45086665032476425f,0.5561153537870496f,0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5047764526436486f,0.7316457872939836f,0.458143181539856f,-0.0017684413349921954f,0.8413321124352404f,-0.29812671837690546f,-0.45086665032476425f,0.5561153537870496f,-0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.5459937825226647f,0.458143181539856f,-0.0017684413349921954f,0.7127442636351894f,-0.5373219503054556f,-0.45086665032476425f,0.5561153537870496f,2.441606829305564e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5311936378491149f,-0.6478611800032602f,0.5459937825226646f,-0.006988472514703875f,0.815334502333165f,0.21567283330329728f,-0.5373219503054556f,0.5612524769996596f,0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8067262612338624f,-0.22601665620530573f,0.5459937825226646f,-0.006988472514703875f,0.5441780692217214f,0.6443255005803052f,-0.5373219503054556f,0.5612524769996596f,-0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,-0.45814318153985617f,0.5459937825226646f,-0.006988472514703875f,0.7127442636351894f,0.4508666503247643f,-0.5373219503054556f,0.5612524769996596f,2.441606829305564e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6385108725672701f,-0.2969147088223071f,0.710032056528681f,0.1255801044126084f,0.5866880742667753f,-0.4093149744455812f,-0.6987548605968735f,0.6850882260060246f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765825f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5763911168810127f,0.4045092818246707f,0.710032056528681f,-0.1286860921969211f,0.6478212031526394f,0.3034292891896081f,-0.6987548605968735f,0.42671843043826846f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765825f,-0.7499048674522938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,-0.19645894420213791f,0.6851337596322704f,-0.008400007984218555f,0.7127442636351894f,0.1933386540885404f,-0.6742520148211376f,0.5736027480450852f,2.441606829305564e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7014239906469779f,0.0621197556862575f,0.710032056528681f,8.878689293818313e-17f,0.7127442636351894f,-0.06113312888586402f,-0.6987548605968735f,0.554375f,2.441606829305564e-16f,0.9961946980917455f,-0.08715574274765825f,-0.7250000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[3.3282732973411745e-17f,-0.7127442636351895f,-0.7014239906469778f,0.7616338925180676f,-6.378358649357332e-17f,0.7014239906469778f,-0.7127442636351895f,0.9228756377440568f,1f,6.846141478099982e-17f,-2.2116078005525127e-17f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[3.3282732973411745e-17f,-0.7127442636351895f,-0.7014239906469778f,0.7616338925180676f,-6.378358649357332e-17f,0.7014239906469778f,-0.7127442636351895f,0.9228756377440568f,1f,6.846141478099982e-17f,-2.2116078005525127e-17f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[3.3282732973411745e-17f,-0.7127442636351895f,-0.7014239906469778f,0.8668474911151143f,-6.378358649357332e-17f,0.7014239906469778f,-0.7127442636351895f,1.0297872772893353f,1f,6.846141478099982e-17f,-2.2116078005525127e-17f,0.22812500000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[3.3282732973411745e-17f,0.7127442636351893f,0.701423990646978f,-0.3562605925755535f,-6.378358649357332e-17f,-0.701423990646978f,0.7127442636351893f,-0.21306053242452613f,1f,-6.846141478099992e-17f,2.2116078005525096e-17f,0.2749999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[3.3282732973411745e-17f,0.7127442636351893f,0.701423990646978f,-0.3562605925755535f,-6.378358649357332e-17f,-0.701423990646978f,0.7127442636351893f,-0.21306053242452613f,1f,-6.846141478099992e-17f,2.2116078005525096e-17f,0.18124999999999958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[3.3282732973411745e-17f,0.7127442636351893f,0.701423990646978f,-0.4614741911726002f,-6.378358649357332e-17f,-0.701423990646978f,0.7127442636351893f,-0.31997217196980454f,1f,-6.846141478099992e-17f,2.2116078005525096e-17f,0.22812499999999958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010959749853859032f,-1.9135106236677393e-21f,0.000011136629119299836f,-0.48494915359669805f,0.000011136629119299836f,-3.469446951953614e-21f,-0.000010959749853859032f,1.0417482252925843f,3.815010670789944e-21f,0.000015625f,-1.0697096059531232e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82.mcfunction new file mode 100644 index 000000000..ad88e6aca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..eacea3534 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38874614205267466f,0.03302975246418263f,0.7174468042550337f,-0.11986142035207216f,0.701648427962256f,-0.19163271503018853f,-0.37136347493082494f,0.26508485677348476f,0.15333090041378017f,0.7931773965682315f,-0.11959806434882644f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3642068992930816f,-0.11583790598579437f,0.7028050327396249f,-0.11986142035207216f,0.5631712226663067f,-0.43646181737351003f,-0.3637846285036653f,0.26508485677348476f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538102f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.22294031708843165f,-0.07482707401642046f,-0.7820760630879167f,0.05251210344054966f,-0.7705398720632523f,-0.17948529469521388f,-0.2024790828539166f,0.24567121633500688f,-0.15333090041378006f,0.7931773965682315f,-0.11959806434882658f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2298172187245897f,0.01585407045990319f,-0.7661153271065306f,0.05251210344054966f,-0.6300734381878337f,-0.4512936814736202f,-0.19834685667322444f,0.24567121633500688f,-0.4361095143055882f,0.6603655514272675f,-0.11715728752538115f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5601849168341149f,-0.036032966484398195f,0.0770123406322709f,-0.0018343991621453774f,0.07674466760248004f,0.012401979107451378f,1.5605648646912447f,0.5609087485177676f,-0.03659960761963943f,1.5620352320740247f,-0.010613787332326997f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6040053158058f,-0.7835736936095113f,-0.1455673217500543f,0.27078153049490244f,0.19169684116448443f,0.03444948442267842f,-0.9808494043993552f,0.46917996241660165f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.045332782404769206f,-0.9883092095482863f,-0.1455673217500543f,0.28565634972146736f,0.13726944681433884f,0.1381721566044163f,-0.9808494043993552f,0.4241384251806467f,0.9894958503251681f,-0.0644465783523583f,0.1294009301664641f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6315132729664973f,0.771606804972102f,-0.07624909565291471f,-0.2829480100755046f,-0.05254604172768782f,-0.14070337172429637f,-0.9886563986968204f,0.5315439842470678f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07472990708602349f,0.9942844242967036f,-0.07624909565291471f,-0.30746876083810604f,-0.1237473360367286f,-0.08511828322779076f,-0.9886563986968204f,0.49093938961001626f,-0.9894958503251681f,-0.0644465783523581f,0.1294009301664641f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.29742107888096997f,0.9510374197411793f,0.08407453888853478f,0.051674208050721857f,0.9452500054931593f,-0.3057080806857771f,0.11421469484527907f,0.7990877009841174f,0.13432471460033624f,0.045501600581278834f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6546721016288212f,0.6134943545551185f,0.4416210097786345f,0.16946453084092303f,0.6878497579240075f,-0.7257624798647062f,-0.011468798739001251f,0.6629355560173662f,0.31347591593739155f,0.31127720724400954f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.09500315888822242f,0.9954760133546056f,-0.0013808102260094435f,-0.2753699409964676f,0.9881736331631108f,-0.09413836320929687f,0.1210406514089058f,0.8132556751775546f,0.12036307790380289f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5136741098050451f,0.6997033389386078f,0.4965421899437732f,-0.14107217625833005f,0.7847601998120236f,-0.6171027284938926f,0.05775509740608062f,0.6979098829437377f,0.34682897472239427f,0.359999249948603f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.10339860739402557f,-0.04282910551309624f,-0.3581502851027448f,-0.11191784616438868f,-0.9180752249038473f,-0.3802792094339027f,-0.0009447699373156815f,9.684453706176288e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.10339860739402557f,-0.04282910551309624f,-0.38650509267225475f,-0.11191784616438868f,-0.9180752249038473f,-0.3802792094339027f,0.08236037652240147f,9.684453706176288e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.10339860739402557f,-0.04282910551309624f,0.22565872424385092f,-0.11191784616438868f,-0.9180752249038473f,-0.3802792094339027f,-0.06669650455889398f,9.684453706176288e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.10339860739402557f,-0.04282910551309624f,0.2718327263781617f,-0.11191784616438868f,-0.9180752249038473f,-0.3802792094339027f,0.008214803438494012f,9.684453706176288e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9685738990722323f,-0.21087338292752f,-0.1318977574059404f,-0.26433039641994427f,-0.23243893940881538f,-0.5786593641084883f,-0.7817451501455348f,-0.07171281478968383f,0.08852537197051386f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.989637011967906f,-0.056758841906070015f,-0.1318977574059404f,-0.15091102592820457f,-0.1390549622895551f,-0.607896568247087f,-0.7817451501455348f,-0.09385586867885445f,-0.0358092446986106f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9537478026448766f,-0.2487859742632733f,-0.16873253379222214f,-0.13304907935149507f,-0.2409172115478454f,-0.2968887181416534f,-0.9240216373117116f,-0.12188718721821937f,0.1797888376125731f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9839471566170738f,0.05811475737910583f,-0.16873253379222214f,-0.1618441246114302f,-0.13738222458627175f,-0.35680546260884327f,-0.9240216373117116f,-0.12063755498078524f,-0.11390398304231034f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9809242853339648f,-0.0965239787933901f,-0.16873253379222214f,-0.2251878465438281f,-0.19150749309552975f,-0.33092128047021857f,-0.9240216373117116f,-0.17643160200139166f,0.03335305878500268f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9809242853339648f,-0.14279540620529046f,-0.1318977574059404f,-0.19305888014763778f,-0.19150749309552975f,-0.5934638997548213f,-0.7817451501455348f,-0.04290222455655707f,0.03335305878500268f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9960112145557418f,0.0768798736903378f,-0.045289573861468826f,0.11844824084062394f,0.01117671672173557f,-0.6110676953653286f,-0.7914994331547103f,-0.11482341941042265f,-0.08852537197051366f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9957753256318169f,-0.07987712665272456f,-0.045289573861468826f,0.0029448956627561793f,-0.08455293523564902f,-0.6052928617279475f,-0.7914994331547103f,-0.1111839564000931f,0.03580924469861079f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9834423470546468f,0.1765167947259663f,-0.04102403197296132f,-0.020704577944572256f,0.022740358167085833f,-0.3447886209398321f,-0.9384048609107059f,-0.13454003382462743f,-0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9898559419298395f,-0.13602295036820664f,-0.04102403197296132f,0.007647071624569374f,-0.08491817751981726f,-0.33494062182104956f,-0.9384048609107059f,-0.13972657206888422f,0.11390398304231053f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9989478501869644f,0.02049930261065947f,-0.04102403197296132f,0.056993718341886296f,-0.03147643684609347f,-0.34410107663684f,-0.9384048609107059f,-0.2082124191392308f,-0.033353058785002485f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9989478501869644f,0.0072143680449851255f,-0.045289573861468826f,0.05537048553176464f,-0.03147643684609347f,-0.6103588135181189f,-0.7914994331547103f,-0.07088168609765427f,-0.033353058785002485f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.10339860739402557f,-0.04282910551309624f,-0.01451400147121419f,-0.11191784616438868f,-0.9180752249038473f,-0.3802792094339027f,0.4255053227309257f,9.684453706176288e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.04282910551309647f,-0.10339860739402548f,0.001546913096196986f,-0.11191784616438868f,-0.3802792094339032f,-0.9180752249038472f,0.5681100262686394f,9.684453706176288e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9907862095411002f,0.09919967222682133f,-0.09220689786165781f,-0.15069226677417402f,-0.10394356440596766f,0.12050484715132143f,-0.9872559532520526f,0.7144331018989774f,-0.08682408883346508f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9907862095411002f,0.05203028234053134f,-0.12504213970795436f,-0.13328311633926718f,-0.10394356440596766f,-0.29975362872517f,-0.948337227722647f,0.5995352669410156f,-0.08682408883346508f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9851216953734262f,-0.0672967618581457f,-0.15813409230142078f,0.16325327399625245f,-0.12163850997252676f,0.3769827336954306f,-0.9181982854412127f,0.8058077081849384f,0.12140559376013023f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9851216953734262f,-0.07921414857829333f,0.15251348782846166f,0.12923199284802522f,-0.12163850997252676f,-0.9482948757953307f,0.2931567864334401f,0.47324484715750037f,0.12140559376013023f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9219444641604279f,-0.3805826152604424f,-0.07193940481727312f,0.0002776874615181649f,-0.335644746066717f,-0.6923452688050507f,-0.6387492725640249f,0.5568405842579646f,0.19328996208223143f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9735059127361795f,0.21705059295527057f,-0.07193940481727312f,0.0002776874615181649f,0.12216885211029717f,-0.7596539596243681f,-0.6387492725640249f,0.5568405842579646f,-0.19328996208223126f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.08573404414007467f,-0.07193940481727312f,0.0002776874615181649f,-0.11191784616438868f,-0.7612317403451153f,-0.6387492725640249f,0.5568405842579646f,9.684453706176288e-17f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9693577846897433f,-0.23020677430688444f,-0.08573404414007466f,0.0010973568385323387f,0.08533766371092806f,0.6428403539320687f,-0.7612317403451152f,0.5641184206487531f,0.23035400672389802f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.926092592206864f,0.36742643390882856f,-0.08573404414007466f,0.0010973568385323387f,-0.2988135576673479f,0.5755316631127513f,-0.7612317403451152f,0.5641184206487531f,-0.23035400672389786f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,0.07193940481727314f,-0.08573404414007466f,0.0010973568385323387f,-0.11191784616438868f,0.638749272564025f,-0.7612317403451152f,0.5641184206487531f,9.684453706176288e-17f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8557074253930782f,-0.5053061882404538f,-0.1114919649708116f,0.18035514719279624f,-0.14022778968743532f,-0.019045964042943654f,-0.9899360677604646f,0.5362550949713163f,0.49809734904587283f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8654617084022537f,0.4884112744771559f,-0.1114919649708116f,-0.1798674330423373f,-0.0536196061429635f,-0.13096381020733233f,-0.9899360677604646f,0.5768253142059072f,-0.4980973490458726f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,0.030848739185485675f,-0.10758233860974417f,0.00994289028734408f,-0.11191784616438868f,0.27390565385265925f,-0.9552225334954527f,0.5728521578375586f,9.684453706176288e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9937174627176097f,-0.009754283009175564f,-0.1114919649708116f,8.878689293818311e-17f,-0.11191784616438868f,-0.08660818354447182f,-0.9899360677604646f,0.554375f,9.684453706176288e-17f,0.9961946980917455f,-0.08715574274765842f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.818492150150086e-17f,0.11191784616438846f,-0.9937174627176097f,0.7600419656000972f,-2.468953588606634e-16f,0.9937174627176097f,0.11191784616438846f,0.1826020628774322f,1f,2.3435558462350463e-16f,1.2520006786326838e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.818492150150086e-17f,0.11191784616438846f,-0.9937174627176097f,0.7600419656000972f,-2.468953588606634e-16f,0.9937174627176097f,0.11191784616438846f,0.1826020628774322f,1f,2.3435558462350463e-16f,1.2520006786326838e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.818492150150086e-17f,0.11191784616438846f,-0.9937174627176097f,0.9090995850077387f,-2.468953588606634e-16f,0.9937174627176097f,0.11191784616438846f,0.16581438595277392f,1f,2.3435558462350463e-16f,1.2520006786326838e-16f,0.228125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.818492150150086e-17f,-0.1119178461643889f,0.9937174627176097f,-0.8236952406060933f,-2.468953588606634e-16f,-0.9937174627176097f,-0.1119178461643889f,0.36097113020192667f,1f,-2.3435558462350463e-16f,-1.2520006786326848e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.818492150150086e-17f,-0.1119178461643889f,0.9937174627176097f,-0.8236952406060933f,-2.468953588606634e-16f,-0.9937174627176097f,-0.1119178461643889f,0.36097113020192667f,1f,-2.3435558462350463e-16f,-1.2520006786326848e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.818492150150086e-17f,-0.1119178461643889f,0.9937174627176097f,-0.9727528600137348f,-2.468953588606634e-16f,-0.9937174627176097f,-0.1119178461643889f,0.377758807126585f,1f,-2.3435558462350463e-16f,-1.2520006786326848e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015526835354962656f,-1.9135106236677393e-21f,-0.0000017487163463185732f,0.08411567502518164f,-0.0000017487163463185732f,-3.469446951953614e-21f,-0.000015526835354962656f,1.236747988563665f,1.513195891590045e-21f,0.000015625f,-3.6618060097422605e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83.mcfunction new file mode 100644 index 000000000..869922cbc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..4ca3234a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7916832796306641f,-0.13003998221192734f,0.15255042518459855f,-0.30138762744309755f,0.12911879869321757f,-0.14458099821210338f,-0.7933278737221178f,0.4693982674136358f,0.15333090041378006f,0.7931773965682316f,-0.11959806434882661f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.667744488043714f,-0.4144705496511137f,0.1494371512012394f,-0.30138762744309755f,0.06265612675056018f,-0.17925262051101143f,-0.7771375089522787f,0.4693982674136358f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538118f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46707935425769437f,-0.18727641229905898f,-0.6432020418710225f,-0.20991409289400512f,-0.652128021364639f,-0.05236036109577039f,0.4888065883162846f,0.32201402939322854f,-0.15333090041378017f,0.7931773965682316f,-0.11959806434882642f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.35251344509157434f,-0.34458550992925696f,-0.6300754695879405f,-0.20991409289400512f,-0.570563548223871f,-0.2918529849683825f,0.4788309436567686f,0.32201402939322854f,-0.43610951430558836f,0.6603655514272676f,-0.11715728752538099f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9056666058885116f,-0.012569281141959727f,1.2731913690211534f,0.0039952494241891155f,1.272727275460251f,0.03597494865905691f,0.9056916337079116f,0.5598606970403063f,-0.0365996076196389f,1.5620352320740252f,-0.01061378733232702f,0.2735738076407048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2234093132011351f,-0.45806920288327574f,-0.8603841491711f,0.10074128537476681f,0.5930079082180125f,0.6366687566260193f,-0.4929447384110884f,0.28898467405152395f,0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.07973150537004414f,-0.503370641681206f,-0.8603841491711f,0.07457938517522109f,0.12058544373472019f,0.8616638762488101f,-0.4929447384110884f,0.2494175753260689f,0.9894958503251683f,-0.06444657835235809f,0.12940093016646415f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4322438859066169f,0.367219124100321f,-0.8235990152928431f,-0.19310661623892808f,0.46339542890543634f,-0.6930545542659927f,-0.5522137822263342f,0.762439092170537f,-0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14344522621040834f,0.5487332039216364f,-0.8235990152928431f,-0.24017458108921833f,-0.017928448530688423f,-0.8335097536637287f,-0.5522137822263342f,0.7565563199964048f,-0.9894958503251683f,-0.06444657835235834f,0.12940093016646415f,-0.3382870326794591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9264429052295202f,0.34872911971977094f,0.14174464508177942f,0.22416521433897857f,0.3516538275028785f,-0.9361183714701979f,0.004688304444071867f,0.6653005898382838f,0.13432471460033618f,0.04550160058127861f,-0.9898921534147442f,-0.5568986639309282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9454859869830071f,-0.19011771695934856f,0.2644078329341509f,0.19017069136493917f,-0.08825586975370214f,-0.9311078100566739f,-0.3539055629761737f,0.4885059656840564f,0.31347591593739144f,0.3112772072440094f,-0.8971283912448559f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8348308251642728f,0.5423874644591185f,0.09419836385600414f,0.03281332112186565f,0.5371873256444747f,-0.8400299774351586f,0.07602245837398558f,0.9309000248545743f,0.12036307790380284f,-0.012863724495479234f,-0.9926465907208002f,-0.56622804296587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9342957729484973f,-0.051413902284912216f,0.3527719083237886f,0.02537803887046828f,0.08246860580598447f,-0.9315348360036145f,-0.3541776085075627f,0.7540236330507244f,0.34682897472239416f,0.3599992499486029f,-0.866089026791967f,-0.5041412400179568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.7849802828806547f,-0.3251494793646357f,-0.6578289989153312f,-0.8496565355733376f,-0.4871953879932376f,-0.20180293723242088f,0.49182356685523576f,-1.240815555552387e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.7849802828806547f,-0.3251494793646357f,-0.6099643455450203f,-0.8496565355733376f,-0.4871953879932376f,-0.20180293723242088f,0.5656660850728512f,-1.240815555552387e-16f,0.38268343236508956f,-0.923879532511287f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.7849802828806547f,-0.3251494793646357f,-0.34801881222572584f,-0.8496565355733376f,-0.4871953879932376f,-0.20180293723242088f,-0.007349647794100134f,-1.240815555552387e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.7849802828806547f,-0.3251494793646357f,-0.2606039222567421f,-0.8496565355733376f,-0.4871953879932376f,-0.20180293723242088f,0.0027686302555149367f,-1.240815555552387e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.41712449004187996f,-0.5849762165803325f,-0.6955645087572118f,-0.6553178370299253f,-0.9045277322032663f,-0.19265790752807516f,-0.38041097820925196f,0.37433321937653785f,0.08852537197051366f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.5034994368930601f,-0.51252154218697f,-0.6955645087572118f,-0.6024871241169942f,-0.8632531581422025f,-0.3317852808902072f,-0.38041097820925196f,0.2715558667574287f,-0.03580924469861083f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4012874397183815f,-0.3871739414256912f,-0.8300992288908366f,-0.6134415206696493f,-0.8981338233215508f,0.011563348598721768f,-0.4395701586493313f,0.24017426146496873f,0.17978883761257294f,0.9219341777209912f,-0.34309378574937804f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5012903621312343f,-0.2442196614303896f,-0.8300992288908366f,-0.6302876346435521f,-0.8577492964039277f,-0.26654121659429886f,-0.4395701586493313f,0.2635606818030372f,-0.11390398304231061f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.45691427384156524f,-0.3196320017687111f,-0.8300992288908366f,-0.7133197708790443f,-0.8888852118409437f,-0.12907809959664937f,-0.4395701586493313f,0.2787615746504078f,0.03335305878500247f,0.9387088087633163f,-0.34309378574937804f,-0.061975742842232506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.45691427384156524f,-0.5544541103799067f,-0.6955645087572118f,-0.5885675960435655f,-0.8888852118409437f,-0.2552852675505597f,-0.38041097820925196f,0.33620075984928366f,0.03335305878500247f,0.792092211585536f,-0.6094895420064391f,-0.2401964904489778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.625422766126549f,-0.4322740678877377f,-0.6496041054691724f,-0.4521885273208906f,-0.775248103595293f,-0.43869508035710203f,-0.45446342464754824f,0.04704665852969454f,-0.08852537197051391f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5501002114851695f,-0.5247897326373376f,-0.6496041054691724f,-0.5208403337655655f,-0.8343305432010067f,-0.3120184935857736f,-0.45446342464754824f,0.14000470234605358f,0.03580924469861058f,0.7919849721925892f,-0.6094895420064391f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6267221187558524f,-0.16147833181591004f,-0.7623281014209867f,-0.5538236141330851f,-0.7582185435163764f,-0.3520825475706957f,-0.5487645396379341f,0.14411653536335373f,-0.1797888376125732f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5461486061946256f,-0.3472428051602246f,-0.7623281014209867f,-0.5403436661410972f,-0.8299081772092411f,-0.1005479857441276f,-0.5487645396379341f,0.11864091536336459f,0.11390398304231036f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5937453530350258f,-0.257531204969779f,-0.7623281014209867f,-0.5635743543164385f,-0.8039614600333754f,-0.22913631492404168f,-0.5487645396379341f,0.037488355834495474f,-0.03335305878500272f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5937453530350258f,-0.47484835674866666f,-0.6496041054691724f,-0.4567334740479887f,-0.8039614600333754f,-0.38354786720646183f,-0.45446342464754824f,0.12378662595594925f,-0.03335305878500272f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.7849802828806547f,-0.3251494793646357f,-0.11018721883929647f,-0.8496565355733376f,-0.4871953879932376f,-0.20180293723242088f,0.48598767103766394f,-1.240815555552387e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.32514947936463595f,-0.7849802828806547f,0.011743835922442027f,-0.8496565355733376f,-0.2018029372324213f,-0.4871953879932374f,0.5616637724998219f,-1.240815555552387e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5317839094099065f,0.1560485028211814f,-0.8323789632493029f,0.032397781246655f,-0.8424176228516086f,-0.00329513643722254f,-0.5388150803243217f,0.7718080679067382f,-0.0868240888334653f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5317839094099065f,-0.20318383744314777f,-0.8221448788958021f,-0.04705323863440271f,-0.8424176228516086f,-0.2264414193919015f,-0.4889343844452199f,0.6870016622715975f,-0.0868240888334653f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5143810787419089f,0.2543801573036868f,-0.8189644933710261f,0.2985227335838843f,-0.8489244887715635f,0.2862439016489669f,-0.44428779088864906f,0.5818379887177844f,0.12140559376013f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5143810787419089f,-0.7937388137384601f,0.3246394945125626f,0.016297968865426206f,-0.8489244887715635f,-0.5248968930749426f,0.06172895596243142f,0.4026601823763382f,0.12140559376013f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3072079600283002f,-0.7793233435632593f,-0.5461486935557317f,0.002108144273783162f,-0.9318059131887391f,-0.12976989039294906f,-0.3389653606106413f,0.5556834126949564f,0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6986515346452291f,-0.4621770631102692f,-0.5461486935557317f,0.002108144273783162f,-0.688857767391873f,-0.6407631860601717f,-0.3389653606106413f,0.5556834126949564f,-0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.6508746676356777f,-0.5461486935557317f,0.002108144273783162f,-0.8496565355733376f,-0.40396318627272404f,-0.3389653606106413f,0.5556834126949564f,-1.240815555552387e-16f,0.642787609686539f,-0.7660444431189782f,-0.860925991016952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6671598268806551f,0.3622981264466052f,-0.6508746676356777f,0.008330900224308428f,-0.7084029905236289f,0.5787736579644653f,-0.403963186272724f,0.5595455453699044f,0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.33869966779287414f,0.6794444068995953f,-0.6508746676356777f,0.008330900224308428f,-0.9122606900569832f,0.06778036229724271f,-0.403963186272724f,0.5595455453699044f,-0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,0.5461486935557317f,-0.6508746676356777f,0.008330900224308428f,-0.8496565355733376f,0.33896536061064136f,-0.403963186272724f,0.5595455453699044f,-1.240815555552387e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.41966057171599686f,-0.32779954381910453f,-0.8464233359371596f,0.09743104960775059f,-0.7588043459420069f,0.38502539097104854f,-0.5253298134382955f,0.4015237630095335f,0.4980973490458726f,0.8627299156628211f,-0.0871557427476584f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.4937130181542933f,0.19953694416320217f,-0.8464233359371596f,-0.09372842728583561f,-0.7128439426539672f,-0.464631144602289f,-0.5253298134382955f,0.7095242571548683f,-0.49809734904587283f,0.8627299156628209f,-0.0871557427476584f,-0.7499048674522933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,0.23419708081806684f,-0.8167422823503031f,0.020665909813418717f,-0.8496565355733376f,0.14535363517326566f,-0.5069083667680292f,0.5580063359255046f,-1.240815555552387e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5273364879823068f,-0.07405244643829642f,-0.8464233359371596f,8.87868929381831e-17f,-0.8496565355733376f,-0.04596040328803969f,-0.5253298134382955f,0.554375f,-1.240815555552387e-16f,0.9961946980917455f,-0.0871557427476584f,-0.7249999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-5.3724577781504844e-18f,0.8496565355733375f,-0.527336487982307f,0.17860018655723278f,-4.1070625468838388e-16f,0.527336487982307f,0.8496565355733375f,-0.2726563655549722f,1f,2.211451378030366e-16f,3.4612616048026997e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-5.3724577781504844e-18f,0.8496565355733375f,-0.527336487982307f,0.17860018655723278f,-4.1070625468838388e-16f,0.527336487982307f,0.8496565355733375f,-0.2726563655549722f,1f,2.211451378030366e-16f,3.4612616048026997e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-5.3724577781504844e-18f,0.8496565355733375f,-0.527336487982307f,0.25770065975457884f,-4.1070625468838388e-16f,0.527336487982307f,0.8496565355733375f,-0.40010484589097284f,1f,2.211451378030366e-16f,3.4612616048026997e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-5.3724577781504844e-18f,-0.8496565355733378f,0.5273364879823066f,-0.6618423411645687f,-4.1070625468838388e-16f,-0.5273364879823066f,-0.8496565355733378f,1.0814837380150348f,1f,-2.2114513780303655e-16f,-3.4612616048027007e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-5.3724577781504844e-18f,-0.8496565355733378f,0.5273364879823066f,-0.6618423411645687f,-4.1070625468838388e-16f,-0.5273364879823066f,-0.8496565355733378f,1.0814837380150348f,1f,-2.2114513780303655e-16f,-3.4612616048027007e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-5.3724577781504844e-18f,-0.8496565355733378f,0.5273364879823066f,-0.7409428143619148f,-4.1070625468838388e-16f,-0.5273364879823066f,-0.8496565355733378f,1.2089322183510356f,1f,-2.2114513780303655e-16f,-3.4612616048027007e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008239632624723544f,-1.9135106236677393e-21f,-0.000013275883368333402f,0.587944919308682f,-0.000013275883368333402f,-3.469446951953614e-21f,-0.000008239632624723544f,0.9107864394423353f,-1.9387743055506048e-21f,0.000015625f,-3.455392778172447e-21f,-0.5588774999999998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84.mcfunction new file mode 100644 index 000000000..14a44fe8b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..cfe27dcfe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5928297107438371f,-0.19407871155667955f,-0.5270966061589865f,-0.25376388555327245f,-0.5403582269958715f,0.012145605715061906f,-0.6122172124533387f,0.737840085086344f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.46377064019589875f,-0.39788224439395875f,-0.5163395325639052f,-0.25376388555327245f,-0.48448455581620975f,0.21355809065494757f,-0.5997229836277604f,0.737840085086344f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8012018507686506f,-0.1573370812423427f,-0.016281327816662257f,-0.31248324986079756f,-0.03885452029857837f,0.11427644063334738f,0.8076977564739082f,0.5746176681360972f,-0.15333090041378006f,0.7931773965682316f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6661260705768431f,-0.4427433632662291f,-0.015949055820403846f,-0.31248324986079756f,-0.07800352318965127f,0.08885748573906788f,0.7912141287907672f,0.5746176681360972f,-0.43610951430558825f,0.6603655514272676f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4351866744327611f,0.02039263390463606f,1.5005342211621115f,0.0067808024173082945f,1.5002264086191268f,0.032191990337332034f,-0.4355348994510984f,0.5546499701019008f,-0.0365996076196388f,1.5620352320740252f,-0.010613787332327193f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.326079021064278f,0.21458108048380423f,-0.9206668408931458f,-0.14546004234407478f,0.5433622847197509f,0.7544066941592209f,0.3682770252838051f,0.3106082923320773f,0.7735825098629718f,-0.6203430500184227f,0.12940093016646426f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1440296452522991f,0.36280577361493516f,-0.9206668408931458f,-0.19271976969248544f,0.012386423122501738f,0.9296335886629432f,0.3682770252838051f,0.3065439972450064f,0.9894958503251682f,-0.06444657835235797f,0.12940093016646426f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.094802704426938f,-0.3151940743713933f,-0.944280224676181f,0.04316896462401258f,0.62656408105432f,-0.7182111080838287f,0.3026388219603601f,0.834940985428186f,-0.7735825098629715f,-0.6203430500184232f,0.12940093016646426f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10313006480145903f,-0.312568467730748f,-0.944280224676181f,0.009329412111033835f,0.10130227995124137f,-0.9477064901746353f,0.3026388219603601f,0.868180796037187f,-0.9894958503251682f,-0.06444657835235847f,0.12940093016646426f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8509413644593926f,-0.5171949516665691f,0.09169610800138553f,0.2261492141505782f,-0.507794904759318f,-0.8546572332316371f,-0.10819125835906568f,0.4475524240167963f,0.13432471460033596f,0.0455016005812785f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.517955766955908f,-0.8478834085054126f,-0.11320578191223479f,0.0664635389188619f,-0.7958986578731808f,-0.42918553777080304f,-0.42701885270331535f,0.36441126785537503f,0.31347591593739116f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9394769380441873f,-0.32161977460471103f,0.1180838831777346f,0.31550532512727236f,-0.3207737713103136f,-0.946781519240484f,-0.026625973485293553f,0.7624716078558678f,0.12036307790380261f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6448244762378992f,-0.762085121280343f,-0.05854624469292341f,0.17224845085787724f,-0.6811101651990903f,-0.5381698690558288f,-0.4964495290589971f,0.6584619478512811f,0.34682897472239393f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.8693356952615798f,-0.36009063523239015f,-0.45753120817550386f,-0.9409621759868995f,0.31274404796468824f,0.12954282621843585f,1.0311525866668587f,-2.503913038337528e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.8693356952615798f,-0.36009063523239015f,-0.36992855388816104f,-0.9409621759868995f,0.31274404796468824f,0.12954282621843585f,1.0394903022287598f,-2.503913038337528e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.8693356952615798f,-0.36009063523239015f,-0.6564068426208526f,-0.9409621759868995f,0.31274404796468824f,0.12954282621843585f,0.4783373082745554f,-2.503913038337528e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.8693356952615798f,-0.36009063523239015f,-0.5941925671988736f,-0.9409621759868995f,0.31274404796468824f,0.12954282621843585f,0.41610286063743906f,-2.503913038337528e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.44996099687395896f,-0.5142710839563238f,-0.7301098229024046f,-0.5480633782407216f,-0.8886497396666896f,0.33887976555723104f,0.3089694882770802f,0.9562245287181681f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3639715084306073f,-0.5783289613638309f,-0.7301098229024046f,-0.595815483096976f,-0.9307214615795981f,0.19569214667159185f,0.3089694882770802f,0.8509914306925065f,-0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4547838799706828f,-0.2313656302860207f,-0.8600241668936772f,-0.6272156045789145f,-0.8722657831124246f,0.31065626836146776f,0.37768384468890936f,0.8400902231683798f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3610292608794594f,-0.3605777380089726f,-0.8600241668936772f,-0.6193459903272387f,-0.9255721233031645f,0.02590671775959863f,0.37768384468890936f,0.8678172025166675f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.41299117713517247f,-0.29966100842008225f,-0.8600241668936772f,-0.6589929081961277f,-0.9101240910327496f,0.17037914303932566f,0.37768384468890936f,0.9423391770925209f,0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.41299117713517247f,-0.5444060379072992f,-0.7301098229024046f,-0.5365015496669855f,-0.9101240910327496f,0.2760651992475879f,0.3089694882770802f,0.8802245072618138f,0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.21927860827008477f,-0.6122947707398506f,-0.7596130631313341f,-0.6784576392380326f,-0.971637870028035f,0.06640298955898036f,0.22695923093148934f,0.5937671573311476f,-0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.3123629296379107f,-0.5704536742876263f,-0.7596130631313341f,-0.6482267914695924f,-0.9492876793586529f,0.2175831089787306f,0.22695923093148934f,0.7053035383083096f,0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.20512357930946656f,-0.37624581654550315f,-0.9035283076601863f,-0.6654859697772079f,-0.9620812289412951f,-0.09206767881253278f,0.25675523643516907f,0.7337099586866415f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.3113504681230932f,-0.2944443636007492f,-0.9035283076601863f,-0.6770834843444369f,-0.9434440993755951f,0.2097378838371661f,0.25675523643516907f,0.7073240937564661f,0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.2614559807000228f,-0.33952520880327686f,-0.9035283076601863f,-0.7551185877368335f,-0.9646389706132928f,0.05956848946588274f,0.25675523643516907f,0.6751382982913147f,-0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.2614559807000228f,-0.5955071489717154f,-0.7596130631313341f,-0.6211294792181977f,-0.9646389706132928f,0.13401926678322573f,0.22695923093148934f,0.6449839632650889f,-0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.8693356952615798f,-0.36009063523239015f,-0.1220281382700196f,-0.9409621759868995f,0.31274404796468824f,0.12954282621843585f,0.5982746973622224f,-2.503913038337528e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.3600906352323904f,-0.8693356952615797f,0.013005849942126805f,-0.9409621759868995f,0.12954282621843544f,0.3127440479646884f,0.5496961375303091f,-2.503913038337528e-16f,0.9238795325112867f,-0.3826834323650898f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.33007591402571607f,0.09432099061596627f,-0.9392302389240409f,0.19054744426078032f,-0.9399529076386361f,-0.12436053990754076f,0.31784113568822137f,0.664003585390523f,-0.08682408883346543f,0.9877438973960445f,0.12970570825954703f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.33007591402571607f,-0.30366398488896545f,-0.8937774193060833f,0.07473638721571374f,-0.9399529076386361f,0.018643296266931335f,0.34079459932043643f,0.6736155603695042f,-0.08682408883346543f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.34598303940490893f,0.38233065992142246f,-0.8568074479882806f,0.20690426943392437f,-0.9303528461008175f,-0.02163566835393671f,0.3660266105175781f,0.3374403058966319f,0.12140559376012988f,0.9237722470062236f,0.36318799190615075f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.34598303940490893f,-0.9043258958178942f,0.2499808204588983f,-0.1087966743473277f,-0.9303528461008175f,0.2961971082705376f,-0.21612694141240196f,0.4473876487537856f,0.12140559376012988f,-0.30734662387170314f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5395987710930916f,-0.5856647150799038f,-0.6048388279080638f,0.002334689301030037f,-0.8194340466401642f,0.5302659142219031f,0.2175911381957784f,0.553535094096304f,0.19328996208223112f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.10608995626465181f,-0.7892495888086125f,-0.6048388279080638f,0.002334689301030037f,-0.9753891078631203f,-0.03563965264493915f,0.2175911381957784f,0.553535094096304f,-0.19328996208223162f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.7208188460999063f,-0.6048388279080638f,0.002334689301030037f,-0.9409621759868995f,0.2593150206614819f,0.2175911381957784f,0.553535094096304f,-2.503913038337528e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.14096582036154992f,0.6786374795109646f,-0.7208188460999062f,0.009226153951379068f,-0.9628424944278485f,0.07543242660350721f,0.2593150206614818f,0.5510558854742454f,0.23035400672389766f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5047229069961935f,0.47505260578225594f,-0.7208188460999062f,0.009226153951379068f,-0.8319806600754359f,-0.490473140263335f,0.2593150206614818f,0.5510558854742454f,-0.23035400672389816f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,0.6048388279080639f,-0.7208188460999062f,0.009226153951379068f,-0.9409621759868995f,-0.21759113819577847f,0.2593150206614818f,0.5510558854742454f,-2.503913038337528e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.33416487611691403f,0.09823289287024331f,-0.9373815308230212f,-0.059304992490989035f,-0.800145528290474f,0.49603164352565754f,0.33722357891759763f,0.38308802459665126f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765822f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.25215461877132306f,-0.24027882533460568f,-0.9373815308230212f,0.06340550535826875f,-0.8296487685194033f,-0.4449305324612418f,0.33722357891759763f,0.7241868133919023f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765822f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,0.2593643261128387f,-0.9045108971029779f,0.015679544077180193f,-0.9409621759868995f,-0.09330647491905396f,0.32539834833658743f,0.5404316027614509f,-2.503913038337528e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.33851171820484904f,-0.082010257345591f,-0.9373815308230212f,8.878689293818311e-17f,-0.9409621759868995f,0.029503240228929358f,0.33722357891759763f,0.554375f,-2.503913038337528e-16f,0.9961946980917455f,-0.08715574274765822f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.9762938064602455e-16f,0.9409621759868996f,0.3385117182048488f,-0.5373376442407637f,-4.309801795414402e-16f,-0.3385117182048488f,0.9409621759868996f,-0.09918996412505673f,1f,4.00699309628193e-17f,4.724359087587842e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.9762938064602455e-16f,0.9409621759868996f,0.3385117182048488f,-0.5373376442407637f,-4.309801795414402e-16f,-0.3385117182048488f,0.9409621759868996f,-0.09918996412505679f,1f,4.00699309628193e-17f,4.724359087587842e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.9762938064602455e-16f,0.9409621759868996f,0.3385117182048488f,-0.588114401971491f,-4.309801795414402e-16f,-0.3385117182048488f,0.9409621759868996f,-0.24033429052309171f,1f,4.00699309628193e-17f,4.724359087587842e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.9762938064602455e-16f,-0.9409621759868994f,-0.33851171820484927f,0.0021654066482144907f,-4.309801795414402e-16f,0.33851171820484927f,-0.9409621759868994f,1.4004685038540643f,1f,-4.006993096281919e-17f,-4.724359087587842e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.9762938064602455e-16f,-0.9409621759868994f,-0.33851171820484927f,0.0021654066482145046f,-4.309801795414402e-16f,0.33851171820484927f,-0.9409621759868994f,1.4004685038540643f,1f,-4.006993096281919e-17f,-4.724359087587842e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.9762938064602455e-16f,-0.9409621759868994f,-0.33851171820484927f,0.05294216437894189f,-4.309801795414402e-16f,0.33851171820484927f,-0.9409621759868994f,1.5416128302520993f,1f,-4.006993096281919e-17f,-4.724359087587842e-16f,0.22812500000000033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000005289245596950767f,-1.9135106236677393e-21f,-0.000014702533999795306f,0.64446828766485f,-0.000014702533999795306f,-3.469446951953614e-21f,0.000005289245596950767f,0.31485679922898074f,-3.9123641224023884e-21f,0.000015625f,-6.260926712940508e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85.mcfunction new file mode 100644 index 000000000..faaded917 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..9bea18209 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.05348950831504685f,-0.11138211810468876f,-0.8072653471512152f,-0.014528846529132125f,-0.8003580148427067f,0.15939913984774093f,0.031038794069458527f,0.8671759905281101f,0.15333090041377978f,0.7931773965682317f,-0.11959806434882654f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.09016354598866302f,-0.0807517817800689f,-0.7907905441481292f,-0.014528846529132125f,-0.6645893668325535f,0.4442932457594926f,0.030405349292530803f,0.8671759905281101f,0.4361095143055881f,0.6603655514272678f,-0.11715728752538111f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5294343899555881f,-0.008596907139819324f,0.6217473476939229f,-0.17879706752086386f,0.6026054315678696f,0.19426825578389226f,0.5158206888871659f,0.8114492221670105f,-0.15333090041377992f,0.7931773965682317f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4759285251483204f,-0.20625137251562556f,0.6090586263124144f,-0.17879706752086386f,0.4725468553300177f,0.401718445958835f,0.505293736052734f,0.8114492221670105f,-0.4361095143055882f,0.6603655514272677f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.444736865465715f,0.03788661835488976f,0.5938907674934278f,0.004438614142476337f,0.5939714709364333f,0.0040973050994935235f,-1.4451945729916549f,0.5492414247863966f,-0.036599607619638944f,1.5620352320740252f,-0.01061378733232756f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6281919124632102f,0.7238511534930802f,-0.28533213752143705f,-0.28130802009936706f,0.08333679589425147f,0.3020165688841895f,0.9496530790607176f,0.5163404168713189f,0.7735825098629717f,-0.6203430500184228f,0.12940093016646448f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09940072423089502f,0.9532602306399979f,-0.28533213752143705f,-0.3139238827376295f,-0.1049640805782931f,0.2951975122165702f,0.9496530790607176f,0.5507817558110714f,0.9894958503251682f,-0.06444657835235805f,0.12940093016646448f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5492304440235783f,-0.7582020539959164f,-0.3513909001013498f,0.24638419468358055f,0.3160949537587859f,-0.20075892411101956f,0.9272431367219802f,0.69535606360828f,-0.7735825098629715f,-0.620343050018423f,0.12940093016646448f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.015016408842643714f,-0.9361084033334143f,-0.3513909001013498f,0.25131145383507303f,0.1437792393036751f,-0.34575670022031335f,0.9272431367219802f,0.7425336265047984f,-0.9894958503251682f,-0.06444657835235841f,0.12940093016646448f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.13275347495760975f,-0.9907667453196173f,-0.027527645294351366f,0.05728868946889734f,-0.9820047789772804f,-0.12771398010129567f,-0.13912495589385898f,0.3109154841466498f,0.1343247146003358f,0.04550160058127867f,-0.9898921534147445f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3000431827120722f,-0.863879212651689f,-0.40458224683778166f,-0.10721730194603046f,-0.900947800172254f,0.39600404820994894f,-0.17740872347804243f,0.3840574386642775f,0.3134759159373911f,0.31127720724400965f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.33421155764152743f,-0.9410224726236955f,0.05271945329771788f,0.3593166769724925f,-0.9347809177643431f,-0.33809943893666927f,-0.10896515578092908f,0.4371600946584429f,0.12036307790380256f,-0.012863724495479234f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1312188475805829f,-0.8957008262032609f,-0.4248548504823968f,0.18871742924386609f,-0.9287040843738317f,0.26099917619647617f,-0.26341631250194797f,0.484451088242145f,0.3468289747223939f,0.359999249948603f,-0.866089026791967f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.29680524172512707f,-0.12294075650597236f,0.0880204298223569f,-0.3212596786491761f,0.8749057315378398f,0.3623978198009276f,1.20928268627059f,-1.8730694524263536e-16f,0.3826834323650899f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.29680524172512707f,-0.12294075650597236f,0.14910755685835048f,-0.3212596786491761f,0.8749057315378398f,0.3623978198009276f,1.1459415033840414f,-1.8730694524263536e-16f,0.3826834323650899f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.29680524172512707f,-0.12294075650597236f,-0.46833686481464865f,-0.3212596786491761f,0.8749057315378398f,0.3623978198009276f,1.0205426250641993f,-1.8730694524263536e-16f,0.3826834323650899f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.29680524172512707f,-0.12294075650597236f,-0.4782740732642302f,-0.3212596786491761f,0.8749057315378398f,0.3623978198009276f,0.9331069662789622f,-1.8730694524263536e-16f,0.3826834323650899f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9754827987545777f,-0.055202586477063456f,-0.21303986429815994f,-0.026987178638148576f,-0.2014858998823944f,0.6134059974796288f,0.7636337567215081f,1.2334392108731682f,0.08852537197051363f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9548373996966331f,-0.20712208081320996f,-0.21303986429815994f,-0.13905738443401666f,-0.29496311317635515f,0.5743346128005079f,0.7636337567215081f,1.2052516708749172f,-0.03580924469861088f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9656690789953308f,0.0989279677550428f,-0.24020093061469797f,-0.16714366022333527f,-0.18750787648050846f,0.3745005062022975f,0.9080694726242003f,1.223027077110807f,0.17978883761257292f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9489762934185337f,-0.2043220679746905f,-0.24020093061469797f,-0.14055026396296183f,-0.29405760860198465f,0.298228026367893f,0.9080694726242003f,1.2341404693737166f,-0.11390398304231064f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9692558339102105f,-0.0533539254680995f,-0.24020093061469797f,-0.1069437991877187f,-0.24378412971460353f,0.3405570891749283f,0.9080694726242003f,1.3115743658047818f,0.033353058785002436f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9692558339102105f,-0.12311435599004719f,-0.21303986429815994f,-0.07924306908995812f,-0.24378412971460353f,0.5978568254144884f,0.7636337567215081f,1.177056580086522f,0.033353058785002436f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8967241069344968f,-0.3294251846416201f,-0.2955755804635487f,-0.39176689882348464f,-0.43364632427822025f,0.5203780270357029f,0.7356341308139652f,1.1096904124332185f,-0.08852537197051402f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.937217397679981f,-0.1850908580119518f,-0.2955755804635487f,-0.2856787330768429f,-0.3469023601535154f,0.581808540760191f,0.7356341308139652f,1.155511472294316f,0.03580924469861051f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8804310216018361f,-0.3063763255468168f,-0.36190435662696624f,-0.2742055278366041f,-0.4387678088363676f,0.2370040486876774f,0.8667824933826145f,1.1867071373149551f,-0.17978883761257328f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9320151515109429f,-0.019313052800001673f,-0.36190435662696624f,-0.3020716894513923f,-0.3440547049542139f,0.36099095440784523f,0.8667824933826145f,1.1793455308931846f,0.11390398304231028f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9175192713223072f,-0.16487456870786402f,-0.36190435662696624f,-0.3758566962530818f,-0.3962902474473309f,0.30272454301485274f,0.8667824933826145f,1.2203476718429107f,-0.03335305878500281f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9175192713223072f,-0.26607040982758456f,-0.2955755804635487f,-0.3159908540418754f,-0.3962902474473309f,0.5493600507497022f,0.7356341308139652f,1.096741660424228f,-0.03335305878500281f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.29680524172512707f,-0.12294075650597236f,-0.041662376540977444f,-0.3212596786491761f,0.8749057315378398f,0.3623978198009276f,0.677185000973453f,-1.8730694524263536e-16f,0.3826834323650899f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.12294075650597255f,-0.296805241725127f,0.004440407148762261f,-0.3212596786491761f,0.3623978198009271f,0.87490573153784f,0.5412858185481054f,-1.8730694524263536e-16f,0.9238795325112868f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9409472244236303f,-0.038542466129280625f,-0.33635219510825193f,0.2044505591249074f,-0.32723065022657155f,-0.1512496990461321f,0.9327612931992567f,0.47358685654716987f,-0.08682408883346536f,0.9877438973960444f,0.12970570825954725f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9409472244236303f,-0.1745551339257013f,-0.2900841706637003f,0.1398361531292725f,-0.32723065022657155f,0.24917843693731362f,0.9114988799322644f,0.5701765533824094f,-0.08682408883346536f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.943344707479473f,0.2212124919277756f,-0.24731719771494087f,-0.040842540493982143f,-0.30880648418421797f,-0.31258577874909155f,0.898292094059391f,0.25738691084202503f,0.12140559376012995f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.943344707479473f,-0.3315444778200384f,-0.013379913957325934f,-0.15146488505691288f,-0.30880648418421797f,0.8919732686699214f,-0.3301851651786891f,0.5728519659418285f,0.12140559376012995f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9771649564186277f,0.050056757198849944f,-0.20650174092756957f,0.0007971006207640446f,-0.08824759773291999f,0.7884664985488927f,0.608714171151303f,0.5520253518008466f,0.19328996208223126f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8291580480672883f,-0.519474698439806f,-0.20650174092756957f,0.0007971006207640446f,-0.524534004506375f,0.59525720151552f,0.608714171151303f,0.5520253518008466f,-0.1932899620822316f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.24609919162739005f,-0.20650174092756957f,0.0007971006207640446f,-0.3212596786491761f,0.725437300332572f,0.608714171151303f,0.5520253518008466f,-1.8730694524263536e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8410652311383089f,0.48170993850097f,-0.24609919162739002f,0.003149957914598679f,-0.489434682625281f,-0.4839363746709688f,0.7254373003325719f,0.5450897319313938f,0.2303540067238977f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9652577733476071f,-0.08782151713768596f,-0.24609919162739002f,0.003149957914598679f,-0.123346919614014f,-0.6771456717043415f,0.7254373003325719f,0.5450897319313938f,-0.23035400672389802f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,0.2065017409275696f,-0.24609919162739002f,0.003149957914598679f,-0.3212596786491761f,-0.6087141711513031f,0.7254373003325719f,0.5450897319313938f,-1.8730694524263536e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8341181971859939f,0.44924718257144125f,-0.3200371885809672f,-0.17094215344245134f,-0.23695118483911748f,0.2321078662433565f,0.9433875526162588f,0.4940832903407021f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765801f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8061185712784509f,-0.49774395723622766f,-0.3200371885809672f,0.17234213473782867f,-0.31948690100450605f,-0.08915181240581954f,0.9433875526162588f,0.6105399238510284f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765801f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,0.08855116835347768f,-0.3088146235349064f,-0.0011422018660306773f,-0.3212596786491761f,-0.2610261337587123f,0.9103063090900816f,0.5334235846798493f,-1.8730694524263536e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.946991139807669f,-0.027999625907543048f,-0.3200371885809672f,8.878689293818311e-17f,-0.3212596786491761f,0.08253571616538859f,0.9433875526162588f,0.554375f,-1.8730694524263536e-16f,0.9961946980917455f,-0.08715574274765801f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.327389534208343e-16f,0.3212596786491763f,0.9469911398076689f,-0.8459917856500957f,-2.9337858334903014e-16f,-0.9469911398076689f,0.3212596786491763f,0.5676717989592435f,1f,-1.7093130979081683e-16f,4.093515501676667e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.327389534208343e-16f,0.3212596786491763f,0.9469911398076689f,-0.8459917856500957f,-2.9337858334903014e-16f,-0.9469911398076689f,0.3212596786491763f,0.5676717989592435f,1f,-1.7093130979081683e-16f,4.093515501676667e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.327389534208343e-16f,0.3212596786491763f,0.9469911398076689f,-0.9880404566212461f,-2.9337858334903014e-16f,-0.9469911398076689f,0.3212596786491763f,0.519482847161867f,1f,-1.7093130979081683e-16f,4.093515501676667e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.327389534208343e-16f,-0.3212596786491759f,-0.9469911398076691f,0.6632753434183767f,-2.9337858334903014e-16f,0.9469911398076691f,-0.3212596786491759f,1.0796794118063677f,1f,1.7093130979081693e-16f,-4.093515501676666e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.327389534208343e-16f,-0.3212596786491759f,-0.9469911398076691f,0.6632753434183768f,-2.9337858334903014e-16f,0.9469911398076691f,-0.3212596786491759f,1.0796794118063677f,1f,1.7093130979081693e-16f,-4.093515501676666e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.327389534208343e-16f,-0.3212596786491759f,-0.9469911398076691f,0.8053240143895272f,-2.9337858334903014e-16f,0.9469911398076691f,-0.3212596786491759f,1.127868363603744f,1f,1.7093130979081693e-16f,-4.093515501676666e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014796736559494832f,-1.9135106236677393e-21f,-0.000005019682478893376f,0.21403112051974676f,-0.000005019682478893376f,-3.469446951953614e-21f,0.000014796736559494832f,-0.09900010034842299f,-2.9266710194161777e-21f,0.000015625f,2.670801715481514e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86.mcfunction new file mode 100644 index 000000000..ebbbda1ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..43428e3d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6583386352263945f,0.0548693572187054f,-0.4801291903759848f,0.23515760499854974f,-0.4582841048858143f,0.18655673575642495f,0.6497050930979067f,0.7611513232775453f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882636f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.575243751766491f,0.2964518837714918f,-0.4703306354703525f,0.23515760499854974f,-0.3448233135763238f,0.34063707827612455f,0.6364458054836637f,0.7611513232775453f,0.436109514305588f,0.6603655514272678f,-0.11715728752538093f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.13973351628482789f,0.1463134320216262f,0.791208802075138f,0.08901444542236578f,0.7898788665671601f,0.12808763261041023f,-0.16318510645056822f,0.854594878693904f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882639f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.07161326628659553f,0.1847996931963263f,0.7750616836654414f,0.08901444542236578f,0.66684333364285f,0.41202719798904575f,-0.15985479815565867f,0.854594878693904f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538096f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.3664173609632018f,0.02687002490104735f,-0.7573558261611099f,-0.0012351315739644528f,-0.7569480262081733f,-0.02702194517914128f,-1.3666403148225532f,0.5477019692062368f,-0.03659960761963918f,1.562035232074025f,-0.010613787332327778f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4575519007938771f,0.6880631304655375f,0.5632187732789765f,-0.20545337981689463f,-0.43842486073900494f,-0.3764885506729332f,0.816112745089904f,0.7502569552889271f,0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.019852223453349416f,0.8260693086237276f,0.5632187732789765f,-0.19893936899626435f,-0.14319165971952122f,-0.559871535165515f,0.816112745089904f,0.797241718634395f,0.9894958503251681f,-0.06444657835235824f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5899557808122705f,-0.6304629794225192f,0.5044488162974167f,0.264014220711974f,-0.2313488213073281f,0.46657360820295135f,0.853690102442443f,0.45008059483918805f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1216447749040484f,-0.8548297728054861f,0.5044488162974167f,0.30392891247736487f,0.0781057675707516f,0.514890957450211f,0.853690102442443f,0.47570904982334095f,-0.9894958503251681f,-0.06444657835235822f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6838072664295884f,-0.7187315654921069f,-0.12582749756455824f,-0.154300244921241f,-0.7171920896284564f,0.6937971901858689f,-0.06542908729732458f,0.35753505431351995f,0.1343247146003357f,0.04550160058127878f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8909212409842716f,-0.2305356698014854f,-0.3912961120586629f,-0.19997128370938616f,-0.32862165554062156f,0.9219326467804196f,0.20505609552069087f,0.5316790261818529f,0.3134759159373911f,0.3112772072440098f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5210676458930181f,-0.8519212030835522f,-0.052141846344190446f,0.13297295588321567f,-0.8449859394575934f,0.5235119753441912f,-0.10924272877492217f,0.20058692588151725f,0.12036307790380239f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8071150587939393f,-0.35582899759900843f,-0.47111676507606975f,0.06331053905167619f,-0.47778127230048384f,0.862430440385848f,0.1671490093742797f,0.363337314762453f,0.3468289747223938f,0.3599992499486032f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.49768787727457653f,0.2061490685958062f,0.5663453184943766f,0.5386934765420799f,0.7783701994598712f,0.32241149316332995f,0.8948227255349395f,1.6437262888712692e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.49768787727457653f,0.2061490685958062f,0.5550546277472389f,0.5386934765420799f,0.7783701994598712f,0.32241149316332995f,0.8075515227161898f,1.6437262888712692e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.49768787727457653f,0.2061490685958062f,0.07137549170357944f,0.5386934765420799f,0.7783701994598712f,0.32241149316332995f,1.2113051430034114f,1.6437262888712692e-17f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.49768787727457653f,0.2061490685958062f,-0.003102836506213305f,0.5386934765420799f,0.7783701994598712f,0.32241149316332995f,1.1644359509253177f,1.6437262888712692e-17f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.76678354332429f,0.44445774832884133f,0.4631417791967195f,0.5133521279229802f,0.6357721731914103f,0.42634675236032055f,0.6434455614481142f,0.999713189533072f,0.08852537197051386f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8268716755944358f,0.31903436250997663f,0.4631417791967195f,0.42132393545765273f,0.5612494366088621f,0.5205543961575545f,0.6434455614481142f,1.0696065385002367f,-0.03580924469861067f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7497380768328089f,0.35421826897669034f,0.5589474340849935f,0.417655190125114f,0.6368428299172103f,0.15673796564035483f,0.7548936482114299f,1.1026420385305005f,0.17978883761257314f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.822502748318313f,0.1051997858297428f,0.5589474340849935f,0.442947580871749f,0.5572388282019828f,0.34586192076335753f,0.7548936482114299f,1.0888213590041502f,-0.11390398304231043f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.795919502402832f,0.23257237932443747f,0.5589474340849935f,0.5244046430731526f,0.604483018094398f,0.2544324286043853f,0.7548936482114299f,1.1109606862004147f,0.033353058785002644f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.795919502402832f,0.3898869554849524f,0.4631417791967195f,0.4366800780890384f,0.604483018094398f,0.4696574180061558f,0.6434455614481142f,1.0052877671490297f,0.033353058785002644f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8988474041949124f,0.20049238070623998f,0.38971290618968696f,0.1888215489993514f,0.4292279143876243f,0.5823375726985854f,0.6903957915094573f,1.2072171960421458f,-0.08852537197051383f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8564171827770972f,0.33863469962974607f,0.38971290618968696f,0.2908805239285147f,0.5150410731565543f,0.5080219916773042f,0.6903957915094573f,1.153011715925375f,0.0358092446986107f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8926666437294276f,-0.006365474216751238f,0.4506725462138059f,0.32240633731189833f,0.4133064686679353f,0.38729427143699896f,0.8241243293759294f,1.16354390682189f,-0.17978883761257308f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8509434681084281f,0.26979523749088963f,0.4506725462138059f,0.2992481403006081f,0.512758321951675f,0.24062001787045312f,0.8241243293759294f,1.180702406856474f,0.11390398304231046f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8826722156035742f,0.1333567242048272f,0.4506725462138059f,0.2851631136363944f,0.46880415236126216f,0.317870659953877f,0.8241243293759294f,1.2639310967119257f,-0.033353058785002616f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8826722156035742f,0.262704416694249f,0.38971290618968696f,0.22605461988018846f,0.46880415236126216f,0.5509776018994498f,0.6903957915094573f,1.1399611362845496f,-0.033353058785002616f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.49768787727457653f,0.2061490685958062f,0.06986015348777394f,0.5386934765420799f,0.7783701994598712f,0.32241149316332995f,0.6636343653322515f,1.6437262888712692e-17f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.20614906859580595f,0.49768787727457664f,-0.007445747235653291f,0.5386934765420799f,0.32241149316332957f,0.7783701994598713f,0.5427300553960029f,1.6437262888712692e-17f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8433878411763729f,-0.14217634864031922f,0.5181532931895381f,0.06465751391857179f,0.5302438372617787f,-0.06440402972003106f,0.8453955251843517f,0.3442651212629165f,-0.08682408883346517f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8433878411763729f,0.0854996984484471f,0.5304590002262961f,0.09970486043128088f,0.5302438372617787f,0.2919746389321628f,0.7959851024148238f,0.4550634718792966f,-0.08682408883346517f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8305001582212398f,-0.10585749560773255f,0.546867148234518f,-0.25740590043362094f,0.5436268655964731f,-0.3680204155814337f,0.7543413051908416f,0.4007122503250557f,0.12140559376013015f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8305001582212398f,0.4893097828341184f,-0.26616803643060416f,-0.08020561279392799f,0.5436268655964731f,0.8161580663189537f,-0.1958464750365965f,0.6841828169913886f,0.12140559376013015f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6794180782940755f,0.6469090228463967f,0.34626549214021546f,-0.001336591340558648f,0.7078347727015359f,0.4535347995855837f,0.5415497392847949f,0.5522846077765762f,0.19328996208223145f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.927598479729064f,0.14021864839322823f,0.34626549214021546f,-0.001336591340558648f,0.31968742696981206f,0.7775113046882287f,0.5415497392847949f,0.5522846077765762f,-0.1932899620822314f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.4126631442495038f,0.34626549214021546f,-0.001336591340558648f,0.5386934765420799f,0.6453938473611118f,0.5415497392847949f,0.5522846077765762f,1.6437262888712692e-17f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9076323206663338f,-0.07689408208671628f,0.41266314424950373f,-0.0052819008819009975f,0.35091395251270907f,-0.6784734185805144f,0.6453938473611117f,0.5461142517867088f,0.23035400672389789f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6993842373568057f,-0.5835844565398847f,0.41266314424950373f,-0.0052819008819009975f,0.6766082471586389f,-0.35449691347786944f,0.6453938473611117f,0.5461142517867088f,-0.23035400672389783f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,-0.3462654921402155f,0.41266314424950373f,-0.0052819008819009975f,0.5386934765420799f,-0.541549739284795f,0.6453938473611117f,0.5461142517867088f,1.6437262888712692e-17f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7061528749397351f,0.4619110083643466f,0.5366435852278301f,-0.15387721295294968f,0.5032366720419139f,-0.2057554688756884f,0.8392958590032031f,0.6501774707980761f,0.4980973490458727f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.753103105001078f,-0.38059082447105286f,0.5366435852278301f,0.15152970144988268f,0.4298077990348816f,0.33293800766639137f,0.8392958590032031f,0.45490108555157216f,-0.4980973490458727f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,-0.14848404546992572f,0.5178254048517487f,-0.017072487598357798f,0.5386934765420799f,-0.23222497747372522f,0.8098647406624981f,0.5421767789729761f,1.6437262888712692e-17f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8425018328353996f,0.04695023006134302f,0.5366435852278301f,8.878689293818311e-17f,0.5386934765420799f,0.07342887300703238f,0.8392958590032031f,0.554375f,1.6437262888712692e-17f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.095376665352864e-16f,-0.5386934765420797f,0.8425018328353997f,-0.5181776906490551f,-1.0243062475055356e-16f,-0.8425018328353997f,-0.5386934765420797f,1.2232328228320366f,1f,-2.5304391079743287e-16f,2.0560734203631867e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.095376665352864e-16f,-0.5386934765420797f,0.8425018328353997f,-0.5181776906490551f,-1.0243062475055356e-16f,-0.8425018328353997f,-0.5386934765420797f,1.2232328228320366f,1f,-2.5304391079743287e-16f,2.0560734203631867e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.095376665352864e-16f,-0.5386934765420797f,0.8425018328353997f,-0.644552965574365f,-1.0243062475055356e-16f,-0.8425018328353997f,-0.5386934765420797f,1.3040368443133485f,1f,-2.5304391079743287e-16f,2.0560734203631867e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.095376665352864e-16f,0.5386934765420801f,-0.8425018328353995f,0.8245596054323631f,-1.0243062475055356e-16f,0.8425018328353995f,0.5386934765420801f,0.36469009459309665f,1f,2.5304391079743287e-16f,-2.0560734203631857e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.095376665352864e-16f,0.5386934765420801f,-0.8425018328353995f,0.8245596054323632f,-1.0243062475055356e-16f,0.8425018328353995f,0.5386934765420801f,0.36469009459309665f,1f,2.5304391079743287e-16f,-2.0560734203631857e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.095376665352864e-16f,0.5386934765420801f,-0.8425018328353995f,0.950934880357673f,-1.0243062475055356e-16f,0.8425018328353995f,0.5386934765420801f,0.2838860731117846f,1f,2.5304391079743287e-16f,-2.0560734203631857e-16f,0.22812500000000016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001316409113805312f,-1.9135106236677393e-21f,0.000008417085570969999f,-0.37643252210116934f,0.000008417085570969999f,-3.469446951953614e-21f,0.00001316409113805312f,-0.020956989907394807f,2.5683223263613586e-22f,0.000015625f,3.953811106209889e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87.mcfunction new file mode 100644 index 000000000..a3775fabb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..c88274d26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7696948854826778f,0.17976579738697288f,0.2054227002939977f,0.3085038507819429f,0.22584034777814022f,0.07415065817315637f,0.7813080453011991f,0.5007007872945806f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882625f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6292035512915959f,0.45123078024662305f,0.20123040028799777f,0.3085038507819429f,0.23218824813971128f,-0.017553388453072007f,0.7653629831521951f,0.5007007872945806f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538082f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7031073491135862f,0.1915069766277499f,0.3686591623299338f,0.2897394525954499f,0.38610119793288594f,-0.03375114695213997f,-0.7188401557221534f,0.6731461945992079f,-0.15333090041377984f,0.7931773965682316f,-0.11959806434882655f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.564538718563143f,0.4368949319700266f,0.36113550595585353f,0.2897394525954499f,0.362083590867121f,0.11419350641374715f,-0.7041699484625177f,0.6731461945992079f,-0.43610951430558803f,0.6603655514272677f,-0.11715728752538113f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.26641473242344826f,-0.004219150784515327f,-1.5396141201984346f,-0.0059742109650270415f,-1.5391848196593652f,-0.03787324287811882f,-0.2662366586405114f,0.5511557309331361f,-0.036599607619639554f,1.562035232074025f,-0.01061378733232756f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0549237500007247f,0.1377967449857141f,0.9889365190734943f,0.023896347301338036f,-0.6313109234917165f,-0.7721311788583484f,0.07252558524309762f,0.8372350294697929f,0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.12402786802279092f,0.08137351655496515f,0.9889365190734943f,0.06459299149631631f,-0.07426338359510723f,-0.9945979033469519f,0.07252558524309762f,0.8616027022119375f,0.9894958503251681f,-0.06444657835235842f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.18942098749079928f,-0.031498547499936164f,0.9813906108188546f,0.08417475525096826f,-0.6047229034294269f,0.7836978638475642f,0.14187271854958244f,0.28327457162623637f,-0.7735825098629716f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13709776450908023f,-0.13444951455177534f,0.9813906108188546f,0.1291599592305102f,-0.045849374650976486f,0.9888225152045567f,0.14187271854958244f,0.2682302455688847f,-0.9894958503251681f,-0.06444657835235801f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.987418353808226f,0.09025804662131048f,-0.1298402078816796f,-0.25008970099872163f,0.08343779485455505f,0.994878429439822f,0.057053001894397104f,0.5512651358580568f,0.13432471460033585f,0.045501600581279056f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8144034607175764f,0.5739782513196139f,-0.08541645147928312f,-0.14300263169803956f,0.4883439907467362f,0.7574004669013926f,0.433433592882582f,0.6959866833575841f,0.3134759159373913f,0.31127720724400987f,-0.8971283912448557f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9850221115011636f,-0.1259085734745565f,-0.11780692245955512f,-0.1923714834797819f,-0.12346728040785787f,0.9919584445518402f,-0.02782579650218031f,0.22904283016650098f,0.12036307790380253f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8781224528261194f,0.4490915194404835f,-0.16497807432891648f,-0.10919793654924696f,0.32956125399635905f,0.8177513969435214f,0.4718813756244958f,0.3853204756910643f,0.34682897472239405f,0.3599992499486033f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.9184580822591955f,0.38043779414294265f,0.6202173410737634f,0.9941318645328633f,0.09994069104240977f,0.04139678966270566f,0.32637911531389063f,2.0749399735634568e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.9184580822591955f,0.38043779414294265f,0.5451326874101199f,0.9941318645328633f,0.09994069104240977f,0.04139678966270566f,0.2804875330444857f,2.0749399735634568e-16f,0.3826834323650898f,-0.9238795325112866f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.9184580822591955f,0.38043779414294265f,0.5566645141940333f,0.9941318645328633f,0.09994069104240977f,0.04139678966270566f,0.9104315857269478f,2.0749399735634568e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.9184580822591955f,0.38043779414294265f,0.47346673369467956f,0.9941318645328633f,0.09994069104240977f,0.04139678966270566f,0.9390998932975076f,2.0749399735634568e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.014927303191980244f,0.6107738572782753f,0.7916643675730464f,0.6687476357358743f,0.9959620646073306f,-0.07918041780107701f,0.04230871423182306f,0.4334076077104883f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.08080255830463785f,0.605589362263402f,0.7916643675730464f,0.6655431478866064f,0.9960866651880952f,0.07759721731163619f,0.04230871423182306f,0.5489238390197945f,-0.03580924469861048f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.026443532237274598f,0.3441214694488546f,0.9385526910446622f,0.6889881162084892f,0.9833497411769303f,-0.17781390894494473f,0.03749000284052992f,0.5724851932879701f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.08119008854085435f,0.33545046676901635f,0.9385526910446622f,0.6940678542626587f,0.9901686988436997f,0.13476070464787468f,0.03749000284052992f,0.5441142138626566f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.02771448950718193f,0.34402144294241166f,0.9385526910446622f,0.7623673917651348f,0.9990592978102152f,-0.021794933952104797f,0.03749000284052992f,0.4945100208127293f,0.033353058785002825f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.02771448950718193f,0.6103273188925141f,0.7916643675730464f,0.6250437450143194f,0.9990592978102152f,-0.009512736672981373f,0.04230871423182306f,0.4966503865641501f,0.033353058785002825f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.22878994597070734f,0.5794493442797848f,0.7822362929680826f,0.6270787610223675f,0.9694423237821851f,0.20869283818919948f,0.12895301527429906f,0.8163458719959125f,-0.0885253719705136f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.13532731389033847f,0.6081059941151523f,0.7822362929680826f,0.6487945561506974f,0.9901536325789755f,0.05446929173695561f,0.12895301527429906f,0.7028439218795131f,0.035809244698610895f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.23732398842407182f,0.29782346305238877f,0.9246504795726725f,0.6767584134555381f,0.954648258987786f,0.24766622055783516f,0.16525176188527266f,0.6848765447977274f,-0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.1336760142570817f,0.35658409083744474f,0.9246504795726725f,0.6756172231837028f,0.9844575185651423f,-0.059457962749960167f,0.16525176188527266f,0.7136760916173219f,0.11390398304231064f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.18781228219096174f,0.3312824131828448f,0.9246504795726725f,0.7316494071935977f,0.9816384874931844f,0.09527714870789553f,0.16525176188527266f,0.7768092615541139f,-0.03335305878500241f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.18781228219096174f,0.593997414659167f,0.7822362929680826f,0.5979999888952854f,0.9816384874931844f,0.14055959491888015f,0.12895301527429906f,0.7451833526973659f,-0.03335305878500241f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.9184580822591955f,0.38043779414294265f,0.12892341872999757f,0.9941318645328633f,0.09994069104240977f,0.04139678966270566f,0.5684036157945634f,2.0749399735634568e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.3804377941429424f,0.9184580822591957f,-0.01374075407360581f,0.9941318645328633f,0.04139678966270525f,0.09994069104240995f,0.5528798196710489f,2.0749399735634568e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.11531493426128052f,-0.13928673076830178f,0.9835149579788786f,-0.1232164971136799f,0.9895271818068239f,0.07043578485933717f,0.12599506608075584f,0.372318827108014f,-0.08682408883346497f,0.9877438973960444f,0.1297057082595472f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.11531493426128052f,0.28111147657901303f,0.9527217871298439f,-0.014909912617882244f,0.9895271818068239f,0.11634313881750499f,0.08544138643266287f,0.41444096798127505f,-0.08682408883346497f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.0968094201696505f,-0.3531304105873785f,0.9305519057445452f,-0.2810555929439447f,0.9878707496277871f,-0.14813422555055156f,0.04655784842936832f,0.6586716533050578f,0.12140559376013034f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.0968094201696505f,0.9426552896831596f,-0.31941969413105104f,0.05089479874485448f,0.9878707496277871f,0.13015013494815963f,0.08468957670699247f,0.6982246754825681f,0.12140559376013034f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.1258339037165488f,0.7588312290803914f,0.6390156449163017f,-0.002466612460276009f,0.9730389607994655f,-0.21990967247385546f,0.06953356541079873f,0.5541065991240368f,0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.33217061269753995f,0.6937735146374095f,0.6390156449163017f,-0.002466612460276009f,0.9232018601683981f,0.3779727618002012f,0.06953356541079873f,0.5541065991240368f,-0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.7615491905529086f,0.6390156449163017f,-0.002466612460276009f,0.9941318645328633f,0.08286687638420356f,0.06953356541079873f,0.5541065991240368f,2.0749399735634568e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.29532406489079077f,-0.5769111951284962f,0.7615491905529085f,-0.00974748386727844f,0.9272112641046949f,-0.36525655711526767f,0.08286687638420355f,0.5533143416069416f,0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.08898735590979961f,-0.641968909571478f,0.7615491905529085f,-0.00974748386727844f,0.9690295568631687f,0.23262587715878896f,0.08286687638420355f,0.5533143416069416f,-0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,-0.6390156449163018f,0.7615491905529085f,-0.00974748386727844f,0.9941318645328633f,-0.06953356541079875f,0.08286687638420355f,0.5533143416069416f,2.0749399735634568e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0503601687300996f,0.1291236780339988f,0.9903488926516998f,-0.021772830712361517f,0.8656574866995316f,-0.48890098014975825f,0.10776338584907186f,0.7343256985814574f,0.4980973490458729f,0.8627299156628209f,-0.08715574274765804f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.13700446977257547f,0.020948653557862455f,0.9903488926516998f,0.017440615660237913f,0.856229412094568f,0.5052308843831049f,0.10776338584907186f,0.37395289768829443f,-0.49809734904587255f,0.8627299156628211f,-0.08715574274765804f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,-0.2740198784732618f,0.9556208820871832f,-0.020204703392897923f,0.9941318645328633f,-0.029817077712041607f,0.10398450748609991f,0.5600350697721164f,2.0749399735634568e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.10817502447613636f,0.08664430104247588f,0.9903488926516998f,8.878689293818311e-17f,0.9941318645328633f,0.009428074604963546f,0.10776338584907186f,0.554375f,2.0749399735634568e-16f,0.9961946980917455f,-0.08715574274765804f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.464843604872946e-16f,-0.9941318645328633f,0.10817502447613658f,0.19650427634711182f,-1.3029878214469359e-18f,-0.10817502447613658f,-0.9941318645328633f,1.3773361021350263f,1f,-1.4576572115561546e-16f,1.455060756868566e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.464843604872946e-16f,-0.9941318645328633f,0.10817502447613658f,0.1965042763471118f,-1.3029878214469359e-18f,-0.10817502447613658f,-0.9941318645328633f,1.3773361021350263f,1f,-1.4576572115561546e-16f,1.455060756868566e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.464843604872946e-16f,-0.9941318645328633f,0.10817502447613658f,0.18027802267569132f,-1.3029878214469359e-18f,-0.10817502447613658f,-0.9941318645328633f,1.5264558818149558f,1f,-1.4576572115561546e-16f,1.455060756868566e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.464843604872946e-16f,0.9941318645328633f,-0.10817502447613614f,0.36890822160595416f,-1.3029878214469359e-18f,0.10817502447613614f,0.9941318645328633f,-0.20706155696422435f,1f,1.4576572115561536e-16f,-1.455060756868559e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.464843604872946e-16f,0.9941318645328633f,-0.10817502447613614f,0.36890822160595416f,-1.3029878214469359e-18f,0.10817502447613614f,0.9941318645328633f,-0.20706155696422435f,1f,1.4576572115561536e-16f,-1.455060756868559e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.464843604872946e-16f,0.9941318645328633f,-0.10817502447613614f,0.3851344752773746f,-1.3029878214469359e-18f,0.10817502447613614f,0.9941318645328633f,-0.35618133664415386f,1f,1.4576572115561536e-16f,-1.455060756868559e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000016902347574396308f,-1.9135106236677393e-21f,0.00001553331038332599f,-0.6842464101054999f,0.00001553331038332599f,-3.469446951953614e-21f,0.0000016902347574396308f,0.4871798174049221f,3.242093708692902e-21f,0.000015625f,2.277589393056491e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88.mcfunction new file mode 100644 index 000000000..a8bf8fb1c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..ff5c9a99b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3081568720330604f,0.1706660046602107f,0.7367882338342311f,0.15217016042932618f,0.740589914623163f,-0.09320502599649601f,0.3313364542755491f,0.28069674121471205f,0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.21491145249564583f,0.26997684058535104f,0.7217517392661856f,0.15217016042932618f,0.635312174539695f,-0.36198044703507526f,0.32457448582094606f,0.28069674121471205f,0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7422426419235812f,0.09412497148690564f,-0.32735423427433463f,0.2744957288084708f,-0.3041544672252016f,-0.17016037071032664f,-0.7385661464967932f,0.40368444978950935f,-0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6364630705669475f,0.3634325843402537f,-0.32067353561567474f,0.2744957288084708f,-0.21147872549416638f,-0.2680188335321331f,-0.7234933679968587f,0.40368444978950935f,-0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0296488661663616f,-0.03210812232308953f,-1.17481850976362f,-0.006258998115680668f,-1.1746871630882905f,-0.02052443032907284f,1.0300946881890287f,0.5569979434929899f,-0.03659960761963967f,1.5620352320740252f,-0.01061378733232717f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5255284632202192f,-0.5139142380935363f,0.6780206414484262f,0.23501624774546653f,-0.3541044122564711f,-0.5925087815202243f,-0.7235629959042397f,0.7135861647518474f,0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.13571861770314123f,-0.7224046418584351f,0.6780206414484262f,0.27954891917930974f,0.049783722219430615f,-0.6884607265197198f,-0.7235629959042397f,0.6972508808985968f,0.9894958503251682f,-0.06444657835235847f,0.1294009301664642f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.35126230075115045f,0.5897258931485928f,0.7272126009779419f,-0.15794016045611006f,-0.5274323620191635f,0.5171052806188849f,-0.674104763557528f,0.3185027095521885f,-0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05051564447414808f,0.6845509496321356f,0.7272126009779419f,-0.1413647146130302f,-0.13544789349648173f,0.7261106223547591f,-0.674104763557528f,0.27405886949865543f,-0.9894958503251682f,-0.06444657835235797f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5557650872505008f,0.830504872063597f,-0.037240103008337855f,-0.15961700968549664f,0.8204157719357799f,0.5551497652194137f,0.13684553093122306f,0.746928732811575f,0.13432471460033613f,0.045501600581279f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.1320957393014866f,0.9498560968068304f,0.2834150860792116f,0.020252352753779124f,0.9403635285279875f,0.02966303439068707f,0.33887540277383615f,0.7546085230271653f,0.31347591593739155f,0.31127720724400976f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7151803249749487f,0.6923584934063938f,-0.09569127116281817f,-0.3739471851754608f,0.688498244185307f,0.7214390072626607f,0.07413451661416859f,0.49949958579532855f,0.12036307790380273f,-0.01286372449547879f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.2956414900164825f,0.9182945684159824f,0.26330817495577097f,-0.2001212775039905f,0.8901155945571606f,0.16472894601176732f,0.4249218783164798f,0.5330420249120129f,0.3468289747223942f,0.3599992499486032f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.655042408636128f,0.2713274495866233f,0.21252364264662857f,0.709012793968488f,-0.6515157968011629f,-0.2698666791353549f,-0.07131292134627237f,2.437940212152567e-16f,0.3826834323650896f,-0.9238795325112867f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.655042408636128f,0.2713274495866233f,0.12963545433492618f,0.709012793968488f,-0.6515157968011629f,-0.2698666791353549f,-0.041761427688884745f,2.437940212152567e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.655042408636128f,0.2713274495866233f,0.6268260675312354f,0.709012793968488f,-0.6515157968011629f,-0.2698666791353549f,0.3452320951102144f,2.437940212152567e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.655042408636128f,0.2713274495866233f,0.5968275504813977f,0.709012793968488f,-0.6515157968011629f,-0.2698666791353549f,0.4279595483152385f,2.437940212152567e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7839972056826967f,0.32232973417389593f,0.5305204274569542f,0.3262701517368136f,0.6144197587962205f,-0.5248026160044577f,-0.5891269593522881f,-0.04178294751498808f,0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7239214195799143f,0.4410055037346956f,0.5305204274569542f,0.4140992303724743f,0.6889524484806748f,-0.42222499866399565f,-0.5891269593522881f,0.03331912558750459f,-0.035809244698610465f,0.7919849721925892f,-0.6094895420064389f,-0.1326908612168039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7814266383282141f,0.07800798532298558f,0.6191019004468616f,0.4471609381588054f,0.5975352565171252f,-0.3794102346745131f,-0.7063989602506822f,0.029894591631500794f,0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.7190751032269102f,0.31566411386518595f,0.6191019004468616f,0.4282882286668f,0.6855340097809195f,-0.17619202703428388f,-0.7063989602506822f,0.008110720334577548f,-0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7596028422543631f,0.19928963571188962f,0.6191019004468616f,0.43263920429005664f,0.6495314430485852f,-0.28126395689454803f,-0.7063989602506822f,-0.0761891717312633f,0.03335305878500284f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7596028422543631f,0.3762334356353567f,0.5305204274569542f,0.34798668127210153f,0.6495314430485852f,-0.4806644674360177f,-0.5891269593522881f,0.031960333441840516f,0.03335305878500284f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6101785665946635f,0.526534996642609f,0.591982275223718f,0.597910559939095f,0.7873025945505097f,-0.3194920039817963f,-0.527332422676372f,0.23132783221646325f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6850344764313492f,0.4245995194549539f,0.591982275223718f,0.5232837074488603f,0.727630032430316f,-0.4387197874494903f,-0.527332422676372f,0.14309461100312437f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.5933081869896493f,0.379825815608936f,0.7097307553206795f,0.5268866679954063f,0.7846409173124836f,-0.07595868447338028f,-0.6152795373910124f,0.11005187156062958f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6816422493332559f,0.17789350431040937f,0.7097307553206795f,0.5485683416368944f,0.7227653329892053f,-0.31470837976912114f,-0.6152795373910124f,0.12904190158573875f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6454214269425697f,0.28233568069826975f,0.7097307553206795f,0.6328904931845696f,0.7630981294126606f,-0.197768389169757f,-0.6152795373910124f,0.1251460641202532f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6454214269425697f,0.4826884786944554f,0.591982275223718f,0.5242855854783173f,0.7630981294126606f,-0.37363319028315295f,-0.527332422676372f,0.20921353193396247f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.2401964904489779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.655042408636128f,0.2713274495866233f,0.09194791614961176f,0.709012793968488f,-0.6515157968011629f,-0.2698666791353549f,0.46292211227147745f,2.437940212152567e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.2713274495866231f,0.6550424086361281f,-0.009799877445371892f,0.709012793968488f,-0.2698666791353553f,-0.6515157968011627f,0.5641221169472357f,2.437940212152567e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6971263858567296f,-0.032769356615741874f,0.7161989747335058f,-0.219044987303182f,0.7116715392233788f,0.15260459502866386f,-0.6857371638139242f,0.5357726134221695f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6971263858567296f,0.26718402982744416f,0.6653025600037189f,-0.11820626929576461f,0.7116715392233788f,-0.14550629683800567f,-0.6872783554280736f,0.4780132509991581f,-0.08682408883346493f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.7074700552445651f,-0.33717847628276143f,0.6211254269983538f,-0.09554522157099046f,0.6962376050860817f,0.18153652743375745f,-0.6944765557391337f,0.8385248704040849f,0.12140559376013037f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.7074700552445651f,0.6937475339490318f,-0.13490915488538682f,0.14387061581131594f,0.6962376050860817f,-0.6513466142802178f,0.30166336424845275f,0.6052105739791747f,0.12140559376013037f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.8358809512683699f,0.3059409408099127f,0.45574463907217927f,-0.0017591829157588947f,0.5137528840453693f,-0.728412821833582f,-0.45329100490027796f,0.5561247118415068f,0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.5092330754500763f,0.7300537643383713f,0.45574463907217927f,-0.0017591829157588947f,0.8386421557648451f,-0.3020043036954768f,-0.45329100490027796f,0.5561247118415068f,-0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.5431353109198211f,0.45574463907217927f,-0.0017591829157588947f,0.709012793968488f,-0.5402111835805464f,-0.45329100490027796f,0.5561247118415068f,2.437940212152567e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5355119572972371f,-0.6467077992599994f,0.543135310919821f,-0.006951885376040432f,0.8125047539417407f,0.2191070559260402f,-0.5402111835805463f,0.561289457873761f,0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.8096020694212092f,-0.2225949757315408f,0.543135310919821f,-0.006951885376040432f,0.5398902858684738f,0.6455155740641455f,-0.5402111835805463f,0.561289457873761f,-0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,-0.4557446390721794f,0.543135310919821f,-0.006951885376040432f,0.709012793968488f,0.4532910049002781f,-0.5402111835805463f,0.561289457873761f,2.437940212152567e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.6416145871457261f,-0.29908216983599906f,0.7063147862306229f,0.12627184213260856f,0.5832921673015109f,-0.40773391851379354f,-0.7025121345984664f,0.6844201151009577f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765825f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5798200504698102f,0.4061134469888636f,0.7063147862306229f,-0.12936156896640416f,0.644754015068275f,0.3012788754546944f,-0.7025121345984664f,0.42740297728738075f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765825f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,-0.195430411769897f,0.6815468407721146f,-0.008297876032080603f,0.709012793968488f,0.19437825515534274f,-0.6778775345973365f,0.5736470440632653f,2.437940212152567e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.7051956168248628f,0.06179453667591579f,0.7063147862306229f,8.878689293818311e-17f,0.709012793968488f,-0.06146184776676409f,-0.7025121345984664f,0.5543750000000001f,2.437940212152567e-16f,0.9961946980917455f,-0.08715574274765825f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[3.412020221800509e-17f,-0.7090127939684882f,-0.7051956168248626f,0.7635782704421014f,-6.461213920150576e-17f,0.7051956168248626f,-0.7090127939684882f,0.9188295666590683f,1f,6.97558572639373e-17f,-2.1749416290225428e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[3.412020221800509e-17f,-0.7090127939684882f,-0.7051956168248626f,0.7635782704421014f,-6.461213920150576e-17f,0.7051956168248626f,-0.7090127939684882f,0.9188295666590683f,1f,6.97558572639373e-17f,-2.1749416290225428e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[3.412020221800509e-17f,-0.7090127939684882f,-0.7051956168248626f,0.8693576129658308f,-6.461213920150576e-17f,0.7051956168248626f,-0.7090127939684882f,1.0251814857543415f,1f,6.97558572639373e-17f,-2.1749416290225428e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[3.412020221800509e-17f,0.7090127939684879f,0.7051956168248629f,-0.3603272438725237f,-6.461213920150576e-17f,-0.7051956168248629f,0.7090127939684879f,-0.21115957372820937f,1f,-6.97558572639374e-17f,2.1749416290225397e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[3.412020221800509e-17f,0.7090127939684879f,0.7051956168248629f,-0.3603272438725237f,-6.461213920150576e-17f,-0.7051956168248629f,0.7090127939684879f,-0.21115957372820937f,1f,-6.97558572639374e-17f,2.1749416290225397e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[3.412020221800509e-17f,0.7090127939684879f,0.7051956168248629f,-0.46610658639625313f,-6.461213920150576e-17f,-0.7051956168248629f,0.7090127939684879f,-0.31751149282348257f,1f,-6.97558572639374e-17f,2.1749416290225397e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011018681512888482f,-1.9135106236677393e-21f,0.000011078324905757627f,-0.482356546488902f,0.000011078324905757627f,-3.469446951953614e-21f,-0.000011018681512888482f,1.0443142864075607f,3.809281581488387e-21f,0.000015625f,-1.0899352697490211e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89.mcfunction new file mode 100644 index 000000000..814574510 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..1b6a6f77d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.38056256354299844f,0.03525542608088236f,0.7217157574875867f,-0.11649005678285357f,0.7061205383306203f,-0.1912357627368428f,-0.3629974006003036f,0.2637109091192009f,0.15333090041378017f,0.7931773965682315f,-0.11959806434882644f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3576349036011704f,-0.11075580879693102f,0.7069868644776359f,-0.11649005678285357f,0.567367400595351f,-0.4377790416476086f,-0.3555892903839709f,0.2637109091192009f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538102f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.23188348199305733f,-0.07273533597532938f,-0.7796692030109794f,0.05609751880307791f,-0.7678959110462299f,-0.1803430977837593f,-0.21155774938461253f,0.24630258084993675f,-0.15333090041378006f,0.7931773965682315f,-0.11959806434882658f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2371268678851614f,0.02109970148564862f,-0.7637575866230003f,0.05609751880307791f,-0.6273590200667536f,-0.45107886348772486f,-0.20724024429513066f,0.24630258084993675f,-0.4361095143055882f,0.6603655514272675f,-0.11715728752538115f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5609717015415707f,-0.03617471562860418f,0.05886413964039358f,-0.0019102359998410482f,0.05860090194273978f,0.011982224694815453f,1.561354735664788f,0.5608869803750027f,-0.03659960761963943f,1.5620352320740247f,-0.010613787332326997f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6061931465651487f,-0.7839212439721573f,-0.13415421091635563f,0.27175370056238435f,0.18466177051991567f,0.025337394163295f,-0.9824754688873731f,0.47233380353963356f,0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.04692560174538903f,-0.9898487943086276f,-0.13415421091635563f,0.28715116363509013f,0.13673313457280906f,0.12667281849090695f,-0.9824754688873731f,0.4274682437579306f,0.9894958503251681f,-0.0644465783523583f,0.1294009301664641f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6308596973745041f,0.7731904628792485f,-0.06474990610899028f,-0.28266345605577614f,-0.05988441084835613f,-0.13172322652597931f,-0.9894760476792406f,0.5282559974041362f,-0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07328618044496467f,0.9952068053498557f,-0.06474990610899028f,-0.3067104840142802f,-0.1246077764229056f,-0.07355306332171588f,-0.9894760476792406f,0.4873690707653703f,-0.9894958503251681f,-0.0644465783523581f,0.1294009301664641f,-0.33828703267945937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.28641158090364244f,0.9545272820538885f,0.08274100639400261f,0.04882570639994406f,0.9486439149500799f,-0.294630738653247f,0.11518441938399297f,0.7996719225146491f,0.13432471460033624f,0.045501600581278834f,-0.9898921534147442f,-0.5568986639309284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6466309731600974f,0.6218905463431778f,0.4417244988893067f,0.16819096195734803f,0.6954144337567626f,-0.7185809965615246f,-0.006333774815018844f,0.6648983995667694f,0.31347591593739155f,0.31127720724400954f,-0.8971283912448558f,-0.5041412400179569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.08350831447542417f,0.9965031805697409f,-0.0027879253691761585f,-0.2783610556216536f,0.9892113479388503f,-0.08255868038246995f,0.12101641790479667f,0.8100367513395056f,0.12036307790380289f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5045158377679247f,0.7068304352863745f,0.49583717609130873f,-0.14273136665488775f,0.790679095293623f,-0.6089263303465515f,0.0635239519893129f,0.6962600890994604f,0.34682897472239427f,0.359999249948603f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.09271815380552523f,-0.038405116784443014f,-0.35166997906748926f,-0.100357406504611f,-0.9192152819378978f,-0.3807514365192853f,-0.005071064804358483f,9.956259036727602e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.09271815380552523f,-0.038405116784443014f,-0.3809913689738085f,-0.100357406504611f,-0.9192152819378978f,-0.3807514365192853f,0.07789880100811869f,9.956259036727602e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.09271815380552523f,-0.038405116784443014f,0.2328639987235139f,-0.100357406504611f,-0.9192152819378978f,-0.3807514365192853f,-0.06403104112581748f,9.956259036727602e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.09271815380552523f,-0.038405116784443014f,0.2781639676841313f,-0.100357406504611f,-0.9192152819378978f,-0.3807514365192853f,0.011412019198813905f,9.956259036727602e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9712107553205992f,-0.20413168617891675f,-0.12280033976884477f,-0.25703368768253787f,-0.22116267150464974f,-0.5810718526959371f,-0.7832257495367716f,-0.07474358476440049f,0.08852537197051386f,0.7878361229991064f,-0.609489542006439f,-0.13654730863881992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9911867704159122f,-0.049687651435045194f,-0.12280033976884477f,-0.14336454915250746f,-0.1275401275935903f,-0.6085153581594906f,-0.7832257495367716f,-0.09556653806411236f,-0.0358092446986106f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9564842285698774f,-0.24531755715936343f,-0.15797853223286265f,-0.12517791998551075f,-0.22981273760826867f,-0.2997610183117257f,-0.9259208592173039f,-0.12338830066296133f,0.1797888376125731f,0.921934177720991f,-0.343093785749378f,-0.16310560454236678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9854778524957157f,0.06225902018168228f,-0.15797853223286265f,-0.1539855473023938f,-0.1259336527205092f,-0.35610571124142315f,-0.9259208592173039f,-0.1224735216611692f,-0.11390398304231034f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9830844413408037f,-0.09267019233383786f,-0.15797853223286265f,-0.21667633134862946f,-0.18009040691642703f,-0.3320210954185975f,-0.9259208592173039f,-0.17900022673810462f,0.03335305878500268f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9830844413408037f,-0.1358861940974741f,-0.12280033976884477f,-0.18610193767669783f,-0.18009040691642703f,-0.5950839189553337f,-0.7832257495367716f,-0.045106344973154744f,0.03335305878500268f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9958139613126921f,0.08397889968101105f,-0.036084607010346034f,0.12622028042898414f,0.022755504217806706f,-0.6101325984620912f,-0.7919724738409095f,-0.11340112349355176f,-0.08852537197051366f,0.7878361229991064f,-0.609489542006439f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9966910332366696f,-0.0728346442466008f,-0.036084607010346034f,0.010682429250446518f,-0.07297042044373206f,-0.6061805988470556f,-0.7919724738409095f,-0.11110473865487072f,0.03580924469861079f,0.791984972192589f,-0.609489542006439f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9831115053307551f,0.18051334874092081f,-0.030111443217413873f,-0.012693910251174723f,0.03417223955518148f,-0.3427131495525945f,-0.9388183824188384f,-0.1347341843967731f,-0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9907762958620283f,-0.13211976591442773f,-0.030111443217413873f,0.01571612148012143f,-0.07340445630216026f,-0.33649937686043335f,-0.9388183824188384f,-0.13959075821761563f,0.11390398304231053f,0.9323693135379655f,-0.343093785749378f,-0.15230979921115378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.999246280463028f,0.02449840746187873f,-0.030111443217413873f,0.06585564390564815f,-0.019860625631836035f,-0.34383949799577673f,-0.9388183824188384f,-0.20749827681553445f,-0.033353058785002485f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.999246280463028f,0.014309860855810631f,-0.036084607010346034f,0.06263592521309076f,-0.019860625631836035f,-0.6102336898498985f,-0.7919724738409095f,-0.07019569659930752f,-0.033353058785002485f,0.7920922115855358f,-0.609489542006439f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.09271815380552523f,-0.038405116784443014f,-0.013014792506957999f,-0.100357406504611f,-0.9192152819378978f,-0.3807514365192853f,0.4253452935981693f,9.956259036727602e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.03840511678444323f,-0.09271815380552513f,0.001387126287208213f,-0.100357406504611f,-0.3807514365192857f,-0.9192152819378977f,0.5681270822929014f,9.956259036727602e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.991927688155252f,0.09779198874345246f,-0.08072291129894789f,-0.1525429045717159f,-0.09241774217765712f,0.12164999011291622f,-0.9882612209513798f,0.7126703489963196f,-0.08682408883346508f,0.9877438973960446f,0.12970570825954686f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.991927688155252f,0.05551167651532396f,-0.11400839987226982f,-0.13379913810983618f,-0.09241774217765712f,-0.29912847070247345f,-0.9497268654439465f,0.5979826765301179f,-0.08682408883346508f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9864692767670947f,-0.07167498337263312f,-0.147448508819648f,0.16031910522974716f,-0.11017734702902993f,0.37617486946844914f,-0.9199746843158455f,0.8076886844192219f,0.12140559376013023f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9864692767670947f,-0.06818399832699872f,0.14909496425684166f,0.1301664712837272f,-0.11017734702902993f,-0.9491517239971751f,0.2949100829656984f,0.4747527705080923f,0.12140559376013023f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9257843338307629f,-0.3725077462166104f,-0.06450849744143915f,0.00024900401867884205f,-0.3249036130789874f,-0.6967230994332235f,-0.6395424653018613f,0.5568436459969158f,0.19328996208223143f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9720197952162751f,0.22586759720145463f,-0.06450849744143915f,0.00024900401867884205f,0.13347849364583167f,-0.7570792077515124f,-0.6395424653018613f,0.5568436459969158f,-0.19328996208223126f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.07687823357868973f,-0.06450849744143915f,0.00024900401867884205f,-0.100357406504611f,-0.7621770306400516f,-0.6395424653018613f,0.5568436459969158f,9.956259036727602e-17f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9683001438214663f,-0.23766482423183338f,-0.07687823357868971f,0.0009840064842156302f,0.09660156862895217f,0.6401205440408394f,-0.7621770306400515f,0.564130519935331f,0.23035400672389802f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9295039852255716f,0.3607105191862317f,-0.07687823357868971f,0.0009840064842156302f,-0.28802668806210796f,0.5797644357225505f,-0.7621770306400515f,0.564130519935331f,-0.23035400672389786f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,0.06450849744143916f,-0.07687823357868971f,0.0009840064842156302f,-0.100357406504611f,0.6395424653018614f,-0.7621770306400515f,0.564130519935331f,9.956259036727602e-17f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.857279870430361f,-0.5050506112268596f,-0.09997551627413152f,0.18055361870270029f,-0.13026992987016428f,-0.024919324224337062f,-0.9911653609019159f,0.5383531133900016f,0.49809734904587283f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8660265947344992f,0.48990084033229475f,-0.09997551627413152f,-0.1801162824874932f,-0.04355419711166531f,-0.12527673072894804f,-0.9911653609019159f,0.5747326732479231f,-0.4980973490458726f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,0.027662250165582575f,-0.09646973077659367f,0.009727404427011851f,-0.100357406504611f,0.27424578727405036f,-0.956408719702045f,0.5729665042999098f,9.956259036727602e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9949514515591544f,-0.008746724304138155f,-0.09997551627413152f,8.878689293818311e-17f,-0.100357406504611f,-0.08671573275849898f,-0.9911653609019159f,0.554375f,9.956259036727602e-17f,0.9961946980917455f,-0.08715574274765842f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.845892206630355e-17f,0.10035740650461078f,-0.9949514515591544f,0.7643128004864524f,-2.4432842560364845e-16f,0.9949514515591544f,0.10035740650461078f,0.19146337265450325f,1f,2.3321383964569905e-16f,1.2248201455775524e-16f,0.18125000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.845892206630355e-17f,0.10035740650461078f,-0.9949514515591544f,0.7643128004864524f,-2.4432842560364845e-16f,0.9949514515591544f,0.10035740650461078f,0.19146337265450322f,1f,2.3321383964569905e-16f,1.2248201455775524e-16f,0.275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.845892206630355e-17f,0.10035740650461078f,-0.9949514515591544f,0.9135555182203257f,-2.4432842560364845e-16f,0.9949514515591544f,0.10035740650461078f,0.17640976167881162f,1f,2.3321383964569905e-16f,1.2248201455775524e-16f,0.228125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.845892206630355e-17f,-0.10035740650461122f,0.9949514515591544f,-0.82139107543595f,-2.4432842560364845e-16f,-0.9949514515591544f,-0.10035740650461122f,0.3514079892712271f,1f,-2.3321383964569905e-16f,-1.2248201455775533e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.845892206630355e-17f,-0.10035740650461122f,0.9949514515591544f,-0.82139107543595f,-2.4432842560364845e-16f,-0.9949514515591544f,-0.10035740650461122f,0.3514079892712271f,1f,-2.3321383964569905e-16f,-1.2248201455775533e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.845892206630355e-17f,-0.10035740650461122f,0.9949514515591544f,-0.9706337931698232f,-2.4432842560364845e-16f,-0.9949514515591544f,-0.10035740650461122f,0.36646160024691876f,1f,-2.3321383964569905e-16f,-1.2248201455775533e-16f,0.22812499999999983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001554611643061179f,-1.9135106236677393e-21f,-0.0000015680844766345472f,0.07617677907354832f,-0.0000015680844766345472f,-3.469446951953614e-21f,-0.00001554611643061179f,1.2376797933654715f,1.555665474488688e-21f,0.000015625f,-3.643966244464048e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..53f486db6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.17334815328015812f,0.3244795283010898f,-0.7291144614615084f,0.0023528410100203123f,-0.664112391291228f,0.35509464366096566f,0.3159224117108234f,1.0783137798034093f,0.4425489734845737f,0.6599736920523712f,0.18849290785320263f,-0.07312694316408254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.03524558810615612f,0.35864567628508837f,-0.7142345744929062f,0.0023528410100203123f,-0.46792262062085455f,0.5703276565795294f,0.3094750155534597f,1.0783137798034093f,0.6479245092064067f,0.4313926784526063f,0.18464611381538218f,-0.07312694316408254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5560828949846225f,0.45309790267662914f,0.3904081824706107f,-0.1124151979375127f,0.595239134811167f,0.3672388570276545f,0.4216283182172654f,1.0674773222644127f,0.05836634937375447f,0.5716488055821564f,-0.5803063473560487f,0.00568663273178799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6731232643098435f,0.20160408252195683f,0.3824406685426391f,-0.1124151979375127f,0.4010380675558418f,0.5554997081517576f,0.413023658661811f,1.0674773222644127f,-0.1614730299955286f,0.539236375028421f,-0.568463360675313f,0.00568663273178799f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.27623989023953016f,1.4752910874083895f,0.43429711080529243f,-0.05534312243945355f,1.4996006210977382f,0.16055361874332616f,0.40844432020986615f,0.36693185140124807f,0.341021627237525f,0.4890245320245139f,-1.4442871967979483f,0.5592285471018333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.05737034432266151f,-0.49767580589268545f,-0.8654637114410779f,-0.09281696638886483f,-0.9576736448920699f,0.21750363304748238f,-0.18855598502907195f,0.6073043717364017f,0.28208125331442496f,0.8396493088428121f,-0.4641327446844825f,0.503166196587757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.00034892732676816696f,-0.49767580589268545f,-0.8673630557493135f,-0.0940383086763914f,-0.9680983220004289f,0.21750363304748238f,-0.12440984105407427f,0.9314309407979364f,0.2505703837042091f,0.8396493088428121f,-0.4818750055461616f,0.4188102811816537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.49498595180076516f,0.7946970999558138f,-0.3513480138576418f,0.4892575342688706f,0.782413967207549f,-0.5835210935818596f,-0.21755807790926746f,0.6623609294669135f,-0.37791175086048145f,-0.16721140112698651f,-0.9106168546072024f,0.026323073317811273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.21997344505529096f,0.9660941805512847f,-0.1351803157839496f,0.39650699600563055f,0.9672408651417695f,0.23400583131294933f,0.0984194071885035f,0.9777484819347246f,0.12671539871029042f,-0.10910226952945035f,-0.9859208398817904f,0.08194271809125442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8218560078442252f,0.11088202469170108f,-0.5588003927795879f,-0.025924203243948417f,-0.07760006892027356f,0.9499449102327341f,0.3026266624514298f,0.5420664549149423f,0.5643854460153286f,0.29207848966192573f,-0.7721134788377202f,0.21252887369143117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8218560078442252f,0.3162852854519268f,-0.47383153185171833f,0.030417840704214626f,-0.07760006892027356f,0.76182444966519f,0.6431187582366876f,0.6889280314661448f,0.5643854460153286f,0.5653203747424316f,-0.6015662409304192f,0.314766654949822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8218560078442252f,0.18287150107989988f,-0.5395467694863318f,0.20931961158783785f,-0.07760006892027356f,0.9023172939244017f,0.4240303413536743f,0.6012979558873451f,0.5643854460153286f,0.39036075004760495f,-0.7273840479061592f,0.009534466724599955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8218560078442252f,0.4281447503065526f,-0.3758254583650401f,0.287247843155535f,-0.07760006892027356f,0.569414528135725f,0.8183796945498699f,0.7131780530037303f,0.5643854460153286f,0.7017543501346529f,-0.43475268877048856f,0.13839620307003184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990401f,-0.11310777692028418f,0.4234078101183514f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,1.4446254714624873f,0.06948496851967285f,0.4627627855307627f,-0.8837547417002237f,0.5058505512578473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990401f,-0.11310777692028418f,0.4583728844070179f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,1.3808916942021179f,0.06948496851967285f,0.4627627855307627f,-0.8837547417002237f,0.3625475097126183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990401f,-0.11310777692028418f,-0.1589870751238629f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,1.37900552213103f,0.06948496851967285f,0.4627627855307627f,-0.8837547417002237f,0.5466729702631551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990401f,-0.11310777692028418f,-0.19837028405760665f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,1.3068947300623894f,0.06948496851967285f,0.4627627855307627f,-0.8837547417002237f,0.4085813013569015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9896116382392944f,0.08874365476748647f,-0.11310777692028418f,0.3161071993276088f,0.027959437397655038f,0.8905246108546829f,0.4540750899603744f,1.5379353619913025f,0.141021542048533f,0.44619556385135034f,-0.8837547417002237f,0.5427739519991163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990402f,-0.11310777692028418f,0.20124631425682793f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,1.5339776885543617f,0.06948496851967285f,0.4627627855307628f,-0.8837547417002237f,0.5554410166442266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9781113480384697f,0.1746562957311268f,-0.11310777692028418f,0.17939402865682802f,0.10546737719128116f,0.8846990703204509f,0.4540750899603744f,1.5276645289668702f,0.17937341828364534f,0.43220681778011216f,-0.8837547417002237f,0.5549940769627246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9842109347697182f,-0.13614502076781448f,-0.11310777692028418f,0.2075768586310466f,-0.17308161130240915f,0.8739900276927877f,0.4540750899603744f,1.5397560274071314f,0.03703500653002631f,0.46648254502574005f,-0.8837547417002237f,0.5575997218183109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9933914384499964f,0.01949566142499319f,-0.11310777692028418f,0.25429197637056805f,-0.03422852702219134f,0.8903056894209814f,0.4540750899603744f,1.6529810030264502f,0.10955299152527881f,0.45494581937878364f,-0.8837547417002237f,0.5744356121077276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9933914384499964f,0.01949566142499319f,-0.11310777692028418f,0.2499054525499446f,-0.03422852702219134f,0.8903056894209814f,0.4540750899603744f,1.4526622229067296f,0.10955299152527881f,0.45494581937878364f,-0.8837547417002237f,0.4720728027475015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9685998946150998f,-0.22140658290070908f,-0.11310777692028418f,-0.07097627999773934f,-0.2485962335342476f,0.85557917538359f,0.4540750899603744f,1.494321657709182f,-0.003762555541530894f,0.4679352516087749f,-0.8837547417002237f,0.5699062026137142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990404f,-0.11310777692028418f,0.04253104540317818f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,1.516094825630568f,0.06948496851967284f,0.4627627855307627f,-0.8837547417002237f,0.566566013397914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9456172244058537f,-0.3049831072487794f,-0.11310777692028418f,0.06496353635328211f,-0.32221888832238055f,0.8306568489368924f,0.4540750899603744f,1.514771347214751f,-0.04453148229352388f,0.4658266883800371f,-0.8837547417002237f,0.5630149741618068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9935803863292737f,0.002155621006181746f,-0.11310777692028418f,0.03543738220995507f,-0.04976129059693715f,0.8895727213868494f,0.4540750899603744f,1.520360624035761f,0.10159640672729617f,0.4567884922614321f,-0.8837547417002237f,0.569665675712967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9816849764403677f,-0.15330113447533816f,-0.11310777692028418f,-0.032414913448374216f,-0.1883084793200954f,0.8708362241510347f,0.4540750899603744f,1.620676990646475f,0.02888812294746107f,0.46705784746104306f,-0.8837547417002237f,0.5945320605561543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9816849764403677f,-0.15330113447533816f,-0.11310777692028418f,0.0020778418085768136f,-0.1883084793200954f,0.8708362241510347f,0.4540750899603744f,1.4247388402124925f,0.02888812294746107f,0.46705784746104306f,-0.8837547417002237f,0.4894440448774197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9913104429654711f,-0.06715829410990401f,-0.11310777692028418f,0.1639448909393454f,-0.11169353077694857f,0.8839345947863205f,0.4540750899603744f,0.9714942051703599f,0.06948496851967285f,0.4627627855307627f,-0.8837547417002237f,0.2712098319060766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8218560078442252f,0.4281447503065526f,-0.3758254583650401f,0.0033906095743881713f,-0.07760006892027356f,0.569414528135725f,0.8183796945498699f,0.7579637571194631f,0.5643854460153286f,0.7017543501346529f,-0.43475268877048856f,0.008051950605581787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.930836297638293f,0.11977444817921681f,-0.3452504432472161f,0.16940800132620037f,-0.18842280873856213f,0.6521872328429867f,0.7342674297990336f,0.2948470505253236f,0.31311440743936764f,0.7485358340653916f,-0.5845113112454896f,0.02462847421747033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.930836297638293f,-0.31349013675938575f,-0.18779702115213837f,0.06168224181730077f,-0.18842280873856213f,0.8520443982906716f,-0.48838221557357997f,0.4942779835501794f,0.31311440743936764f,-0.4192186511786766f,-0.8521825452083751f,-0.1756105090486791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8916302598008172f,-0.03989771730270292f,-0.4510029400808388f,-0.04068376561788864f,0.135294392431259f,0.9271191149000467f,-0.34949331061353783f,0.4575217176987373f,0.4320774319311106f,-0.37263698010394497f,-0.821249519862769f,0.20424723630371225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8916302598008172f,-0.3748862465874109f,-0.253881432812898f,-0.18086745759008538f,0.135294392431259f,0.3145091032246726f,-0.9395634365839642f,0.529038827439213f,0.4320774319311106f,-0.8720919252627072f,-0.229705826455058f,-0.10742811550048928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.910565040773967f,0.1443960472609327f,-0.38732555822682546f,-0.01885110770451989f,0.13026989852854612f,0.9894981175124921f,0.062635684530439f,0.6668367053178867f,0.3923022559935971f,0.006577003470643536f,-0.9198128521431309f,-0.044767226885651185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9169107364681864f,-0.149164832143118f,-0.370168278220978f,-0.028523832179971356f,-0.13026989852854606f,0.9885855922993725f,-0.07568540305409663f,0.6383696539586753f,0.3772326270177729f,-0.02117497461188987f,-0.9258764310443677f,-0.06773781609357887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.92162249684258f,0.024308131518619644f,-0.38732555822682546f,-0.01885110770451989f,2.7755575615628914e-17f,0.9980364577626427f,0.062635684530439f,0.6668367053178867f,0.38808758459096376f,0.05772645596838738f,-0.9198128521431309f,-0.044767226885651185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9032396279360335f,0.25035606029447627f,-0.3485398364603453f,-0.012219735388469093f,0.07827420801380623f,0.8946782915550259f,0.4397998442246105f,0.6850283464732781f,0.42193758174140766f,0.3699629680035675f,-0.8277053095276145f,-0.0290191788828968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.932991262057276f,0.0897066738039436f,-0.3485398364603453f,-0.012219735388469093f,-0.07827420801380618f,0.8946782915550259f,0.4397998442246105f,0.6850283464732781f,0.35128400658809217f,0.43761109137590765f,-0.8277053095276145f,-0.0290191788828968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.92162249684258f,0.17068085924861118f,-0.3485398364603453f,-0.012219735388469093f,2.7755575615628914e-17f,0.8980958172823257f,0.4397998442246105f,0.6850283464732781f,0.38808758459096376f,0.40532943054526316f,-0.8277053095276145f,-0.0290191788828968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8955093682760084f,0.2587552335571459f,-0.36208935421618127f,-0.18740660300663112f,0.12178216084667831f,0.9250273491077126f,0.3598520650243263f,0.6937650587748628f,0.42805616060210844f,0.2781548714467266f,-0.8598824285104544f,0.05419358785829133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9319664089661451f,-0.013463800942274243f,-0.362294546775044f,0.16613033449493547f,-0.12178216084667828f,0.952870514777439f,0.27786127360122f,0.7026678213436512f,0.3414787224092615f,0.3030783861181213f,-0.8896829626388117f,-0.10472003726766686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.92162249684258f,0.10756452603314884f,-0.37288315335090233f,-0.03840414290928054f,2.7755575615628914e-17f,0.9608221652952731f,0.2771655943245894f,0.5581973847442638f,0.38808758459096376f,0.25544204708028573f,-0.8855153230011238f,-0.07107061182135177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.92162249684258f,0.1396541187253612f,-0.36208935421618127f,0f,2.7755575615628914e-17f,0.9330093736387262f,0.3598520650243263f,0.7666666666666666f,0.38808758459096376f,0.33164775866167806f,-0.8598824285104544f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7701108108085911f,0.44584188968218136f,-0.45623935437482266f,0.14567145776465995f,-0.6371786716694995f,0.5718616037907329f,-0.5166987966691837f,0.575161116503711f,0.030539801001736644f,0.6886213150306286f,0.7244777464078942f,0.297280578170569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7701108108085911f,0.44584188968218136f,-0.45623935437482266f,0.21786934627796534f,-0.6371786716694995f,0.5718616037907329f,-0.5166987966691837f,0.5154256160346954f,0.030539801001736644f,0.6886213150306286f,0.7244777464078942f,0.3001436845144818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7701108108085911f,0.44584188968218136f,-0.45623935437482266f,0.25020630517753606f,-0.6371786716694995f,0.5718616037907329f,-0.5166987966691837f,0.6227981857695808f,0.030539801001736644f,0.6886213150306286f,0.7244777464078942f,0.19004046938134128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5826962692783351f,-0.1506416846006841f,-0.7986063740227582f,0.631461639037568f,-0.1453225351773735f,0.9861459872654759f,-0.07998407697673936f,1.7469500273939078f,0.799591407244182f,0.06944907962577979f,-0.5965152192529551f,0.1460610170249404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.206580956725665f,-0.1506416846006841f,-0.9667633584176516f,0.6507738830288197f,-0.037298670536546515f,0.9861459872654759f,-0.16163199242849813f,1.7563270061156395f,0.9777183221636564f,0.06944907962577979f,0.19810024695748632f,0.05480219826163095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.20599726924001752f,-0.1506416846006841f,-0.9668878983244766f,0.7861509457818654f,-0.10002110636513606f,0.9861459872654759f,-0.1323324226397071f,1.7714883801507297f,0.9734274001419675f,0.06944907962577979f,-0.21821072840715738f,0.13316321690435928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014400351513165315f,0.000004181080918993273f,-0.000004391931653169005f,0.2310457657262643f,4.336808689942018e-22f,0.000011316856883731566f,0.000010773549799074469f,0.4129494871981226f,0.0000060638685092338096f,0.000009929145865680887f,-0.000010429869897594826f,0.5672803878165382f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9.mcfunction new file mode 100644 index 000000000..195d837f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90.mcfunction new file mode 100644 index 000000000..439513a64 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..d4d3ff2b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7876561666681513f,-0.12584154530741498f,0.17523159825990217f,-0.2988275517204445f,0.15176245429083363f,-0.14824967956905827f,-0.7886283246369855f,0.46079272929876686f,0.15333090041378006f,0.7931773965682316f,-0.1195980643488266f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6656737337619285f,-0.40916120173049125f,0.17165544319337356f,-0.2988275517204445f,0.08177390605564307f,-0.19106137622926617f,-0.7725338690321492f,0.46079272929876686f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538117f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4481915408061675f,-0.18569831784298724f,-0.6569512325466197f,-0.20316626498060567f,-0.6652506461271098f,-0.05770785707311861f,0.4701657425886489f,0.31609152211984104f,-0.15333090041378017f,0.7931773965682316f,-0.11959806434882643f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3360110904871226f,-0.33607675324370334f,-0.6435440645354642f,-0.20316626498060567f,-0.5804352148188447f,-0.30161192684861104f,0.4605705233521459f,0.31609152211984104f,-0.43610951430558836f,0.6603655514272676f,-0.117157287525381f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9417820964982201f,-0.013595478687273128f,1.2467028096842814f,0.003836338046854082f,1.2462396244051572f,0.03559981346455771f,0.9418204191053529f,0.5599729818122042f,-0.0365996076196389f,1.5620352320740252f,-0.01061378733232702f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2403183974276208f,-0.4761335434683647f,-0.8458982897737051f,0.10830833880615137f,0.5863592484918488f,0.6232746979286902f,-0.5174084292219974f,0.29198190666282686f,0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.07624167455669051f,-0.5278667354728016f,-0.8458982897737051f,0.0832915393422373f,0.12282169698414208f,0.8468785911333225f,-0.5174084292219974f,0.2516810373399052f,0.9894958503251683f,-0.0644465783523581f,0.12940093016646415f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4453512773139639f,0.3869373292139353f,-0.8074290947542128f,-0.19899222099764072f,0.45081297699703216f,-0.6822418951916009f,-0.5755985199915356f,0.7568174058057612f,-0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1428722748567267f,0.5724035028034477f,-0.8074290947542128f,-0.24587218618500417f,-0.022033503274257182f,-0.8174355439525598f,-0.5755985199915356f,0.7495876625438955f,-0.9894958503251683f,-0.06444657835235833f,0.12940093016646415f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9159805551926838f,0.37542330938912083f,0.14155197376307746f,0.22089295353271993f,0.37806942954494566f,-0.9257358927425586f,0.008750047525412141f,0.6716815764576011f,0.13432471460033615f,0.04550160058127867f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.9476275586584357f,-0.16334568785381245f,0.2744452519731717f,0.1919809198849624f,-0.06111350258548792f,-0.936175563935491f,-0.34617979908105356f,0.49398503447543995f,0.31347591593739144f,0.3112772072440095f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.8190870806495896f,0.5662472996561607f,0.09198016060563896f,0.0220052564246916f,0.5609002440634663f,-0.8241350133468487f,0.07869177838461489f,0.931685981916069f,0.12036307790380284f,-0.012863724495479234f,-0.9926465907208002f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9315474527660554f,-0.024686643447002166f,0.3627808055567363f,0.019643890813108286f,0.10921998689840068f,-0.9326259216168955f,-0.34391842752337265f,0.75466913144088f,0.34682897472239416f,0.3599992499486029f,-0.866089026791967f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.7706902452401844f,-0.3192303519671309f,-0.6557653217403194f,-0.8341891102894079f,-0.5094996923305237f,-0.21104168258822184f,0.47299001118003403f,-1.176905542982036e-16f,0.38268343236508956f,-0.923879532511287f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.7706902452401844f,-0.3192303519671309f,-0.6100373300708374f,-0.8341891102894079f,-0.5094996923305237f,-0.21104168258822184f,0.5481744066145565f,-1.176905542982036e-16f,0.38268343236508956f,-0.923879532511287f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.7706902452401844f,-0.3192303519671309f,-0.33177170708523357f,-0.8341891102894079f,-0.5094996923305237f,-0.21104168258822184f,-0.017096091114993106f,-1.176905542982036e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.7706902452401844f,-0.3192303519671309f,-0.24468282843850658f,-0.8341891102894079f,-0.5094996923305237f,-0.21104168258822184f,-0.00447587895217616f,-1.176905542982036e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.44288489609778225f,-0.5792124687059547f,-0.6843726213869239f,-0.6498868671310938f,-0.8921974149962209f,-0.20934937160949363f,-0.4001957187186931f,0.3556199491706478f,0.08852537197051366f,0.7878361229991067f,-0.6094895420064391f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.5280410407881161f,-0.5027989402727429f,-0.6843726213869239f,-0.5941313508989589f,-0.8484635273466493f,-0.3463423587748263f,-0.4001957187186931f,0.2543994431060694f,-0.035809244698610826f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.4268710487622005f,-0.38734630696716876f,-0.817156010935216f,-0.6041815670931896f,-0.8862601658647302f,0.0004587252075387571f,-0.4631875516166265f,0.22271668582369594f,0.17978883761257297f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.5256750841042673f,-0.23647782082981184f,-0.817156010935216f,-0.6216912207778177f,-0.843025259763353f,-0.2734331790919427f,-0.4631875516166265f,0.24561053303413527f,-0.1139039830423106f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.48220987011576205f,-0.3158000870097806f,-0.817156010935216f,-0.7051250212199701f,-0.8754205929909487f,-0.1381885573944922f,-0.4631875516166265f,0.2584247335540922f,0.03335305878500248f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.48220987011576205f,-0.5469074476169893f,-0.6843726213869239f,-0.5820708455061477f,-0.8754205929909487f,-0.27107595261587586f,-0.4001957187186931f,0.31941682289266415f,0.03335305878500248f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.6473912422822865f,-0.4195194590952665f,-0.6363081037175409f,-0.4374580893744756f,-0.7569992324525039f,-0.45090760332705804f,-0.4729000902179745f,0.03429141985111682f,-0.08852537197051391f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5737934796480813f,-0.5156287810593335f,-0.6363081037175409f,-0.5087466867805761f,-0.8182168054418475f,-0.3269354125272597f,-0.4729000902179745f,0.12524307908915466f,0.03580924469861059f,0.7919849721925892f,-0.6094895420064391f,-0.132690861216804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6482018412191182f,-0.1513181209652732f,-0.7462822517705242f,-0.5418342916748293f,-0.7399394211082858f,-0.35656724221030067f,-0.5703941224035147f,0.12840762596451538f,-0.1797888376125732f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5697167140308053f,-0.34421746969940015f,-0.7462822517705242f,-0.5276295251863496f,-0.81390954558909f,-0.11046174327107781f,-0.5703941224035147f,0.10332893338977552f,0.11390398304231036f,0.9323693135379657f,-0.34309378574937804f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.6165500316203283f,-0.2508562520673704f,-0.7462822517705242f,-0.5485241059674375f,-0.7866089447614084f,-0.23642528026602364f,-0.5703941224035147f,0.021543731273688638f,-0.033353058785002714f,0.9387088087633163f,-0.34309378574937804f,-0.061975742842232784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.6165500316203283f,-0.46365726097232574f,-0.6363081037175409f,-0.44420122224866443f,-0.7866089447614084f,-0.3970036179849941f,-0.4729000902179745f,0.11086954532031218f,-0.033353058785002714f,0.792092211585536f,-0.6094895420064391f,-0.2401964904489781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.7706902452401844f,-0.3192303519671309f,-0.10818133469283862f,-0.8341891102894079f,-0.5094996923305237f,-0.21104168258822184f,0.48285682900676363f,-1.176905542982036e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.3192303519671311f,-0.7706902452401844f,0.011530047294835545f,-0.8341891102894079f,-0.21104168258822226f,-0.5094996923305235f,0.561997459977347f,-1.176905542982036e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.5557165543670667f,0.1560788289298178f,-0.8165895605273753f,0.026150886727220934f,-0.8268256701388955f,0.0011799647320261675f,-0.5624570373660531f,0.772647504847547f,-0.08682408883346529f,0.9877438973960446f,0.12970570825954686f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.5557165543670667f,-0.19660848324443078f,-0.8077897099609028f,-0.05083616508873767f,-0.8268256701388955f,-0.23217341047300594f,-0.512303443936013f,0.6855981806136441f,-0.08682408883346529f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.5385074219525144f,0.24606928505018333f,-0.8058906026607754f,0.2976126940967533f,-0.8338287823683029f,0.29341905632723236f,-0.4675840235489548f,0.5903850337153447f,0.12140559376013002f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.5385074219525144f,-0.7783643134339421f,0.3227363507176786f,0.020640774302999675f,-0.8338287823683029f,-0.5474367985139231f,0.07101065643281637f,0.4031897887130094f,0.12140559376013002f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.3337955828551265f,-0.7752826448989123f,-0.5362064242294693f,0.0020697669263759783f,-0.9226155751040929f,-0.15205893197626724f,-0.35448354232824547f,0.5557433131695222f,0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.718113190696344f,-0.44361708258695676f,-0.5362064242294693f,0.0020697669263759783f,-0.6685450141210881f,-0.6537499386709364f,-0.35448354232824547f,0.5557433131695222f,-0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.6390259324475654f,-0.5362064242294693f,0.0020697669263759783f,-0.8341891102894079f,-0.4224570350852086f,-0.35448354232824547f,0.5557433131695222f,-1.176905542982036e-16f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.6871947682729853f,0.34555637473176193f,-0.6390259324475653f,0.008179241793669264f,-0.6889850376056686f,0.5889224664270589f,-0.42245703508520854f,0.5597822582378056f,0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.36471400527848524f,0.6772219370437175f,-0.6390259324475653f,0.008179241793669264f,-0.9021755516195124f,0.08723145973238972f,-0.42245703508520854f,0.5597822582378056f,-0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,0.5362064242294694f,-0.6390259324475653f,0.008179241793669264f,-0.8341891102894079f,0.3544835423282455f,-0.42245703508520854f,0.5597822582378056f,-1.176905542982036e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.4412421988550409f,-0.33870307919952575f,-0.8310147688761785f,0.10177308614915752f,-0.7464612199056577f,0.37546946182237195f,-0.5493799508680451f,0.40437983670177935f,0.4980973490458726f,0.8627299156628211f,-0.0871557427476584f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5139465703543225f,0.21277541383040738f,-0.8310147688761785f,-0.09813786757419328f,-0.6983967022362745f,-0.45871964846703583f,-0.5493799508680451f,0.7067733891816897f,-0.49809734904587283f,0.8627299156628209f,-0.0871557427476584f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,0.22993368061150743f,-0.8018740388900736f,0.02055330873366718f,-0.8341891102894079f,0.15200807360871404f,-0.530115151483462f,0.5585973132426167f,-1.176905542982036e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5514784930299332f,-0.07270437149928162f,-0.8310147688761785f,8.878689293818312e-17f,-0.8341891102894079f,-0.048064517669383286f,-0.5493799508680451f,0.554375f,-1.176905542982036e-16f,0.9961946980917455f,-0.0871557427476584f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.1855805252163259e-20f,0.8341891102894078f,-0.5514784930299335f,0.20223689589467758f,-4.0727179635200625e-16f,0.5514784930299335f,0.8341891102894078f,-0.2671961437172594f,1f,2.2461152648943337e-16f,3.3973515922323486e-16f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.1855805252163259e-20f,0.8341891102894078f,-0.5514784930299335f,0.20223689589467758f,-4.0727179635200625e-16f,0.5514784930299335f,0.8341891102894078f,-0.2671961437172594f,1f,2.2461152648943337e-16f,3.3973515922323486e-16f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.1855805252163259e-20f,0.8341891102894078f,-0.5514784930299335f,0.2849586698491676f,-4.0727179635200625e-16f,0.5514784930299335f,0.8341891102894078f,-0.3923245102606706f,1f,2.2461152648943337e-16f,3.3973515922323486e-16f,0.22812499999999963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.1855805252163259e-20f,-0.834189110289408f,0.551478493029933f,-0.6766819523717784f,-4.0727179635200625e-16f,-0.551478493029933f,-0.834189110289408f,1.0622927508064843f,1f,-2.2461152648943327e-16f,-3.3973515922323495e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.1855805252163259e-20f,-0.834189110289408f,0.551478493029933f,-0.6766819523717784f,-4.0727179635200625e-16f,-0.551478493029933f,-0.834189110289408f,1.0622927508064843f,1f,-2.2461152648943327e-16f,-3.3973515922323495e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.1855805252163259e-20f,-0.834189110289408f,0.551478493029933f,-0.7594037263262684f,-4.0727179635200625e-16f,-0.551478493029933f,-0.834189110289408f,1.1874211173498956f,1f,-2.2461152648943327e-16f,-3.3973515922323495e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008616851453592707f,-1.9135106236677393e-21f,-0.000013034204848272001f,0.5774853093474116f,-0.000013034204848272001f,-3.469446951953614e-21f,-0.000008616851453592707f,0.9274957040545653f,-1.8389149109094313e-21f,0.000015625f,-3.509555101397396e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91.mcfunction new file mode 100644 index 000000000..9a6b127bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..7ccc91272 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.616976897639027f,-0.1944314517684367f,-0.4984780464447594f,-0.26190728480581527f,-0.5126144625373587f,0.0032361367252716597f,-0.6357360967107928f,0.7260145095031424f,0.15333090041377995f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4854922113683614f,-0.40725362512043917f,-0.48830502508874396f,-0.26190728480581527f,-0.46271568401427904f,0.19509439590726735f,-0.6227618906554705f,0.7260145095031424f,0.43610951430558814f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7985784801127291f,-0.16241019303896953f,-0.053289630720545544f,-0.3130826937584063f,-0.07554131666569569f,0.10694386945838082f,0.8061023276893114f,0.5602719420731213f,-0.15333090041378006f,0.7931773965682316f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6618500794353233f,-0.44635122318597237f,-0.05220208723645278f,-0.3130826937584063f,-0.10845719839457367f,0.06846841643084117f,0.7896512597772848f,0.5602719420731213f,-0.43610951430558825f,0.6603655514272676f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.36595778397320977f,0.01889549352969332f,1.5189220225784097f,0.006761069370783923f,1.5185985707459053f,0.03309296124127777f,-0.36629153258678665f,0.5549605176709196f,-0.0365996076196388f,1.5620352320740252f,-0.010613787332327193f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3008281354762449f,0.17977298533323527f,-0.9365810731860121f,-0.1341326965408826f,0.5577387680088157f,0.7634501778362602f,0.32568588029233214f,0.30419656087170494f,0.7735825098629718f,-0.6203430500184227f,0.12940093016646426f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.14331043387538583f,0.31980933834424885f,-0.9365810731860121f,-0.1811564326562436f,0.018975819658750587f,0.9452875888566863f,0.32568588029233214f,0.2979701200461774f,0.9894958503251682f,-0.06444657835235797f,0.12940093016646426f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.06598091766476216f,-0.281939441603964f,-0.9571607335093519f,0.030262246860708768f,0.6302512347772289f,-0.7319048104513903f,0.259034224572532f,0.8366249390627744f,-0.7735825098629715f,-0.6203430500184232f,0.12940093016646426f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.10766541659285195f,-0.26879636957691f,-0.9571607335093519f,-0.005065467958820777f,0.09646823445653216f,-0.9610385789555729f,0.259034224572532f,0.868278578493824f,-0.9894958503251682f,-0.06444657835235847f,0.12940093016646426f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8733244899011612f,-0.47747318431025054f,0.09655927507756877f,0.23080829784273046f,-0.4682533570476718f,-0.8774673570049036f,-0.10387411132911928f,0.45803155472450224f,0.13432471460033596f,0.0455016005812785f,-0.9898921534147443f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5538958124904139f,-0.8273179232606886f,-0.09351193911584277f,0.07510173761187733f,-0.7713185327948484f,-0.4676019184113672f,-0.4317593853817322f,0.36765769886373506f,0.31347591593739116f,0.3112772072440094f,-0.897128391244856f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.9531938147695264f,-0.27788056268568107f,0.11918030192362772f,0.30563436328320776f,-0.2773702957467526f,-0.9605294984921564f,-0.021184937190499187f,0.7767158292807527f,0.12036307790380261f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6753691695878445f,-0.7366139139473045f,-0.03572711224627956f,0.16729595996654895f,-0.6508349614635328f,-0.5725386291034661f,-0.4986114430306282f,0.6662485148049113f,0.34682897472239393f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.8827582190204721f,-0.36565042661459846f,-0.47890604572308576f,-0.9554906110117638f,0.2725643361576819f,0.11289984465573144f,1.0096778365519898f,-2.482912502097728e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.8827582190204721f,-0.36565042661459846f,-0.39177768915808475f,-0.9554906110117638f,0.2725643361576819f,0.11289984465573144f,1.0220225528816955f,-2.482912502097728e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.8827582190204721f,-0.36565042661459846f,-0.6522311837498683f,-0.9554906110117638f,0.2725643361576819f,0.11289984465573144f,0.4483271025825786f,-2.482912502097728e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.8827582190204721f,-0.36565042661459846f,-0.5872294405499886f,-0.9554906110117638f,0.2725643361576819f,0.11289984465573144f,0.38901002308640203f,-2.482912502097728e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.4087516685417511f,-0.5292649438808746f,-0.7435056776132304f,-0.5659082915415663f,-0.908342078724649f,0.3149489839267795f,0.27517595378534165f,0.9306784890406301f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.3209239788569435f,-0.5866916627595105f,-0.7435056776132304f,-0.6087862403315661f,-0.9464277562438366f,0.16897543214794383f,0.27517595378534165f,0.823367026717897f,-0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.4143205334380666f,-0.24536310637561104f,-0.8764333640393356f,-0.63965363403155f,-0.8921964298524826f,0.29972373609647696f,0.337862712619865f,0.8110378758657593f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.31822087349846545f,-0.36138626712780203f,-0.8764333640393356f,-0.6330633163340396f,-0.9411489564978387f,0.009350353157810576f,0.337862712619865f,0.8390964561024075f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.37083631385945826f,-0.30715629038296255f,-0.8764333640393356f,-0.6760846942683378f,-0.9280991336020163f,0.15646336832732732f,0.337862712619865f,0.9117226485664274f,0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.37083631385945826f,-0.556488756112844f,-0.7435056776132304f,-0.5508747241429481f,-0.9280991336020163f,0.2508190436659743f,0.27517595378534165f,0.8552883637415832f,0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.1745075489993333f,-0.6146950625026596f,-0.7692184965775957f,-0.6795501831100879f,-0.9806683302012598f,0.03826517258013856f,0.19189945989419768f,0.5626247839179243f,-0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.26851856475795105f,-0.5798281511820839f,-0.7692184965775957f,-0.6544640192268204f,-0.9626086839284408f,0.19120439042519422f,0.19189945989419768f,0.6754297165224122f,0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.16080548329912525f,-0.37162984765241336f,-0.9143483214151917f,-0.673007223820612f,-0.9704728591830141f,-0.10921825984588968f,0.21506696934997063f,0.7030151024714497f,-0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.26777504128919294f,-0.3037493611314964f,-0.9143483214151917f,-0.6833830005314594f,-0.9567248350020334f,0.19601986834234592f,0.21506696934997063f,0.6761253373200546f,0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.21696141736879992f,-0.34189894778800156f,-0.9143483214151917f,-0.759860651643798f,-0.9756102279307066f,0.04394180073248278f,0.21506696934997063f,0.6403961941519629f,-0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.21696141736879992f,-0.6010246649649453f,-0.7692184965775957f,-0.6246301020266856f,-0.9756102279307066f,0.10657992517031359f,0.19189945989419768f,0.6164157109886423f,-0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.8827582190204721f,-0.36565042661459846f,-0.12391225000511852f,-0.9554906110117638f,0.2725643361576819f,0.11289984465573144f,0.5926346949388092f,-2.482912502097728e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.3656504266145987f,-0.882758219020472f,0.013206659975355979f,-0.9554906110117638f,0.11289984465573104f,0.27256433615768205f,0.55029725319291f,-2.482912502097728e-16f,0.9238795325112867f,-0.3826834323650898f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2866408409356256f,0.09992260926130603f,-0.9528129409627735f,0.18532168433424462f,-0.9540957006013367f,-0.11990606871749478f,0.2744520518756592f,0.6726231651636124f,-0.08682408883346543f,0.9877438973960445f,0.12970570825954703f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2866408409356256f,-0.30419938361996185f,-0.9084601055153454f,0.06919175261113639f,-0.9540957006013367f,0.004703532669993758f,0.2994649743700695f,0.676916177495117f,-0.08682408883346543f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3029713175570162f,0.3829205337388654f,-0.8726856510673859f,0.21663119904123432f,-0.9452349245248589f,-0.004086624794911925f,0.32636518955959376f,0.34715298906085057f,0.12140559376012988f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3029713175570162f,-0.9169531135417421f,0.2596254384760288f,-0.10377792981691927f,-0.9452349245248589f,0.25443081645266646f,-0.20444044878084555f,0.44251280371084295f,0.12140559376012988f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5014681070198698f,-0.6093567955510042f,-0.6141775259301824f,0.002370736851801865f,-0.8433082047508834f,0.5028612074827677f,0.1896361722056599f,0.5536430007930904f,0.19328996208223112f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.061265925752619355f,-0.7867861545451562f,-0.6141775259301824f,0.002370736851801865f,-0.9792269792545157f,-0.07178192872346989f,0.1896361722056599f,0.5536430007930904f,-0.19328996208223162f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.7319482730179188f,-0.6141775259301824f,0.002370736851801865f,-0.9554906110117638f,0.22599958951190913f,0.1896361722056599f,0.5536430007930904f,-2.482912502097728e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.09668027241385263f,0.6744661967452997f,-0.7319482730179186f,0.009368605562753795f,-0.9682922887807326f,0.10646233619557116f,0.2259995895119091f,0.5514823078665089f,0.23035400672389766f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4660537603586365f,0.4970368377511477f,-0.7319482730179186f,0.009368605562753795f,-0.8542428952246666f,-0.4681808000106665f,0.2259995895119091f,0.5514823078665089f,-0.23035400672389816f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,0.6141775259301825f,-0.7319482730179186f,0.009368605562753795f,-0.9554906110117638f,-0.18963617220565993f,0.2259995895119091f,0.5514823078665089f,-2.482912502097728e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.29713437059772185f,0.0753911965196441f,-0.9518546807663615f,-0.05139073661843085f,-0.8146227327315202f,0.5000132599319322f,0.2938988656141291f,0.3805495062800086f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765824f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.21385787670657774f,-0.219630315015305f,-0.9518546807663615f,0.055554561312988214f,-0.8403355516958854f,-0.4554773510798314f,0.2938988656141291f,0.726914852771773f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765824f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,0.2633689055272514f,-0.9184765251943087f,0.016302236044935813f,-0.9554906110117638f,-0.08131894934862793f,0.28359287851637144f,0.5411650216141203f,-2.482912502097728e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.29502151153494915f,-0.08327649389114414f,-0.9518546807663615f,8.878689293818311e-17f,-0.9554906110117638f,0.025712818964365076f,0.2938988656141291f,0.554375f,-2.482912502097728e-16f,0.9961946980917455f,-0.08715574274765824f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.8797261488789867e-16f,0.9554906110117639f,0.29502151153494893f,-0.506812909510883f,-4.3420614015671517e-16f,-0.29502151153494893f,0.9554906110117639f,-0.12313483830724845f,1f,5.1505916865927236e-17f,4.703358551348041e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.8797261488789867e-16f,0.9554906110117639f,0.29502151153494893f,-0.506812909510883f,-4.3420614015671517e-16f,-0.29502151153494893f,0.9554906110117639f,-0.1231348383072485f,1f,5.1505916865927236e-17f,4.703358551348041e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.8797261488789867e-16f,0.9554906110117639f,0.29502151153494893f,-0.5510661362411253f,-4.3420614015671517e-16f,-0.29502151153494893f,0.9554906110117639f,-0.2664584299590131f,1f,5.1505916865927236e-17f,4.703358551348041e-16f,0.22812499999999972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.8797261488789867e-16f,-0.9554906110117637f,-0.2950215115349494f,-0.03662237550205777f,-4.3420614015671517e-16f,0.2950215115349494f,-0.9554906110117637f,1.39967832299275f,1f,-5.1505916865927125e-17f,-4.703358551348041e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.8797261488789867e-16f,-0.9554906110117637f,-0.2950215115349494f,-0.036622375502057755f,-4.3420614015671517e-16f,0.2950215115349494f,-0.9554906110117637f,1.39967832299275f,1f,-5.1505916865927125e-17f,-4.703358551348041e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.8797261488789867e-16f,-0.9554906110117637f,-0.2950215115349494f,0.007630851228184653f,-4.3420614015671517e-16f,0.2950215115349494f,-0.9554906110117637f,1.5430019146445146f,1f,-5.1505916865927125e-17f,-4.703358551348041e-16f,0.22812500000000033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004609711117733581f,-1.9135106236677393e-21f,-0.000014929540797058812f,0.6547704773110842f,-0.000014929540797058812f,-3.469446951953614e-21f,0.000004609711117733581f,0.344651457334745f,-3.8795507845277e-21f,0.000015625f,-8.047799510301123e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92.mcfunction new file mode 100644 index 000000000..f764210ba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..7301ccc87 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.0028341055234602005f,-0.12122700359555351f,-0.8076140327468128f,-0.03425557066542761f,-0.8021384215137844f,0.15204629432159855f,-0.020008037357232188f,0.8656339001702918f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882655f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.04800973510274309f,-0.1086510192785647f,-0.7911321137111635f,-0.03425557066542761f,-0.6689570665352961f,0.43830616525197275f,-0.01959971006422745f,0.8656339001702918f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538113f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5664364674831576f,-0.020849242251118828f,0.5879281264297536f,-0.19467627835671777f,0.5679646183768364f,0.19333745398975502f,0.5540589008411092f,0.7996436154036255f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882625f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5048232481849616f,-0.23121114100642243f,0.5759295932373096f,-0.19467627835671777f,0.44154499161934635f,0.3878901220225503f,0.5427515763341478f,0.7996436154036255f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538082f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4043387964887422f,0.03755220488273911f,0.6839799899010189f,0.0047539765678276825f,0.684031624560328f,0.00648194938981966f,-1.4048006872625973f,0.549532005392109f,-0.03659960761963895f,1.562035232074025f,-0.010613787332327497f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6216744284601544f,0.7033314239757261f,-0.344740210951694f,-0.27834423952835763f,0.12284545344800543f,0.3471302469421509f,0.9297362992940713f,0.4986496376648948f,0.7735825098629716f,-0.6203430500184227f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.10583154721762242f,0.9327131770091523f,-0.344740210951694f,-0.31307021595914f,-0.09847662566719567f,0.35481370882784075f,0.9297362992940713f,0.5309622804619434f,0.9894958503251681f,-0.06444657835235802f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5281701765329458f,-0.7440089255219302f,-0.4092517359338384f,0.2369882942240205f,0.3501519171092211f,-0.2482442729199279f,0.9031989902049233f,0.7106356159170872f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.005905691725200696f,-0.9124023999532154f,-0.4092517359338384f,0.238926099321352f,0.14444059330575937f,-0.40418869244238725f,0.9031989902049233f,0.7580301855955395f,-0.9894958503251681f,-0.06444657835235841f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.19450941333811633f,-0.980722654546143f,-0.018685903318498842f,0.0725506121643532f,-0.9716598989206047f,-0.19003336339839993f,-0.140585780309004f,0.31501974420813517f,0.13432471460033582f,0.04550160058127867f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.24254255344213937f,-0.887165167379697f,-0.392569835262366f,-0.09624641818972975f,-0.9180991013485311f,0.34065299945622673f,-0.2026069447587992f,0.37762588820143517f,0.3134759159373911f,0.3112772072440096f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3925827582343472f,-0.9177902721709089f,0.05949617000749774f,0.36600232798114285f,-0.9118067270066805f,-0.39685707868268305f,-0.10541798558505724f,0.4600876503863394f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0723022463062859f,-0.9103966805725408f,-0.4073699414310836f,0.19275688823984719f,-0.9351374484385053f,0.2039078812575486f,-0.28972319287378284f,0.49650960816666867f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.3514695539989846f,-0.1455834560276022f,0.046482368296259756f,-0.3804279038887473f,0.8544135668427957f,0.3539096872618571f,1.2135343608832245f,-1.9772859535326924e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.3514695539989846f,-0.1455834560276022f,0.11144801031509435f,-0.3804279038887473f,0.8544135668427957f,0.3539096872618571f,1.1541777446045023f,-1.9772859535326924e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.3514695539989846f,-0.1455834560276022f,-0.49684384779134494f,-0.3804279038887473f,0.8544135668427957f,0.3539096872618571f,0.9900329673485856f,-1.9772859535326924e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.3514695539989846f,-0.1455834560276022f,-0.5012389993156088f,-0.3804279038887473f,0.8544135668427957f,0.3539096872618571f,0.9021442582782072f,-1.9772859535326924e-16f,0.3826834323650898f,-0.9238795325112866f,-0.3267604112290261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9608099709330901f,-0.09383357046495636f,-0.2608437478824296f,-0.06982130155823331f,-0.262692706927765f,0.6086949189467037f,0.7486541507100786f,1.2303790651862683f,0.0885253719705136f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9343020014196661f,-0.2429821173128874f,-0.2608437478824296f,-0.17988751257124738f,-0.35467938781006336f,0.5601066813449466f,0.7486541507100786f,1.1951697250686248f,-0.03580924469861088f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.951898660633565f,0.07507794782090257f,-0.2970727884459076f,-0.2090403664293618f,-0.24812277959499213f,0.38000088644754737f,0.8910860859339759f,1.2111357848985262f,0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9285097858276353f,-0.2227494915533854f,-0.2970727884459076f,-0.18320195609168866f,-0.3534055181649202f,0.28472816366747267f,0.8910860859339759f,1.2239065626145689f,-0.11390398304231063f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9519239871395812f,-0.07475614405020839f,-0.2970727884459076f,-0.15455311585904136f,-0.30451321182826646f,0.3365074906698217f,0.8910860859339759f,1.3033083682899491f,0.03335305878500242f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9519239871395812f,-0.16062771211385038f,-0.2608437478824296f,-0.11841188063342509f,-0.30451321182826646f,0.5888876518034694f,0.7486541507100786f,1.1708086466341687f,0.03335305878500242f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8675458421506778f,-0.3616332884926854f,-0.34144630093330586f,-0.4260570999997824f,-0.48941543731737114f,0.4985334572039296f,0.7154976741847201f,1.083838745538277f,-0.088525371970514f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9134368232501069f,-0.22146691290058534f,-0.34144630093330586f,-0.3230746754316613f,-0.4054021064632844f,0.56895712519608f,0.7154976741847201f,1.136268590744538f,0.03580924469861049f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8509618246070091f,-0.32073325150459076f,-0.4159256597528012f,-0.3135946159706427f,-0.49349766659167676f,0.2171809230324178f,0.8421950485127285f,1.168126594875056f,-0.17978883761257325f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9084248137869623f,-0.04207378346809426f,-0.4159256597528012f,-0.34094020410902254f,-0.4022315755174128f,0.359050497726187f,0.8421950485127285f,1.1590197281462276f,0.11390398304231025f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8906588070756419f,-0.18366473515019596f,-0.4159256597528012f,-0.41716749735107667f,-0.45344730989198595f,0.2917071089506802f,0.8421950485127285f,1.1952799343808378f,-0.03335305878500281f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8906588070756419f,-0.30023542921773394f,-0.34144630093330586f,-0.3496145257770866f,-0.45344730989198595f,0.5314589498615836f,0.7154976741847201f,1.0757016706619817f,-0.03335305878500281f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.3514695539989846f,-0.1455834560276022f,-0.049335573779913634f,-0.3804279038887473f,0.8544135668427957f,0.3539096872618571f,0.6743085279142093f,-1.9772859535326924e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.1455834560276024f,-0.35146955399898455f,0.005258222230437267f,-0.3804279038887473f,0.35390968726185673f,0.8544135668427958f,0.541592395191013f,-1.9772859535326924e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9184016197691486f,-0.028912965337340002f,-0.3945915676250647f,0.20914476582017616f,-0.3860052362386328f,-0.1533819858792879f,0.9096559371565072f,0.48666073134806814f,-0.08682408883346537f,0.9877438973960444f,0.12970570825954725f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9184016197691486f,-0.18994413538642207f,-0.34707303300272235f,0.13855899363460597f,-0.3860052362386328f,0.23765650348064715f,0.8913581457246635f,0.5789767091734641f,-0.08682408883346537f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9219579407703155f,0.24051299479950064f,-0.3035573336013064f,-0.022003974755583244f,-0.367769271764662f,-0.2979904948041926f,0.8808787815312855f,0.25540031326103296f,0.12140559376012994f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9219579407703155f,-0.38721737876013673f,0.007500469097884752f,-0.15232945537047604f,-0.367769271764662f,0.8692529864089019f,-0.33037101623007936f,0.563248933865737f,0.12140559376012994f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.969640618855696f,0.00015924614040402352f,-0.24453434299870827f,0.0009439071831881646f,-0.1497867177802917f,0.7900538417828763f,0.5944567825003976f,0.5520803855903588f,0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.794374434995002f,-0.5560325639030159f,-0.24453434299870827f,0.0009439071831881646f,-0.5758543631723395f,0.5612600877976753f,0.5944567825003976f,0.5520803855903588f,-0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.29142468178137565f,-0.24453434299870827f,0.0009439071831881646f,-0.3804279038887473f,0.7084460061868434f,0.5944567825003976f,0.5520803855903588f,-1.9772859535326924e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8084746318076703f,0.5113124529796591f,-0.2914246817813756f,0.00373010360910293f,-0.5415771425288355f,-0.45254663296528075f,0.7084460061868433f,0.5453072127817764f,0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9555404220430277f,-0.04487935706376081f,-0.2914246817813756f,0.00373010360910293f,-0.1840639384237958f,-0.6813403869504817f,0.7084460061868433f,0.5453072127817764f,-0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,0.24453434299870833f,-0.2914246817813756f,0.00373010360910293f,-0.3804279038887473f,-0.5944567825003977f,0.7084460061868433f,0.5453072127817764f,-1.9772859535326924e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8174876947289584f,0.4336909393163801f,-0.3789802608601262f,-0.16679300581602058f,-0.289158952550682f,0.2600178104963152f,0.9212913971076115f,0.4834073785938926f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765803f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7843312182035997f,-0.49111964125826596f,-0.3789802608601262f,0.16845082964228864f,-0.36976150560155807f,-0.12041009339243205f,0.9212913971076115f,0.6213124937535635f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765803f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,0.10486014150689772f,-0.365690772074357f,0.00018331756289547937f,-0.3804279038887473f,-0.25491234306117955f,0.8889849871048856f,0.533393274053564f,-1.9772859535326924e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9248105805746462f,-0.033156476525358615f,-0.3789802608601262f,8.878689293818311e-17f,-0.3804279038887473f,0.08060255305087605f,0.9212913971076115f,0.554375f,-1.9772859535326924e-16f,0.9961946980917455f,-0.08715574274765803f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.2781387990892146e-16f,0.38042790388874753f,0.924810580574646f,-0.8451426165637838f,-3.0651656854646597e-16f,-0.924810580574646f,0.38042790388874753f,0.5142145229395693f,1f,-1.5876021851381697e-16f,4.197732002783006e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.2781387990892146e-16f,0.38042790388874753f,0.924810580574646f,-0.8451426165637839f,-3.0651656854646597e-16f,-0.924810580574646f,0.38042790388874753f,0.5142145229395693f,1f,-1.5876021851381697e-16f,4.197732002783006e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.2781387990892146e-16f,0.38042790388874753f,0.924810580574646f,-0.9838642036499807f,-3.0651656854646597e-16f,-0.924810580574646f,0.38042790388874753f,0.4571503373562571f,1f,-1.5876021851381697e-16f,4.197732002783006e-16f,0.22812499999999986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.2781387990892146e-16f,-0.3804279038887471f,-0.9248105805746463f,0.6287742462270586f,-3.0651656854646597e-16f,0.9248105805746463f,-0.3804279038887471f,1.1205214947622602f,1f,1.5876021851381707e-16f,-4.197732002783005e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.2781387990892146e-16f,-0.3804279038887471f,-0.9248105805746463f,0.6287742462270586f,-3.0651656854646597e-16f,0.9248105805746463f,-0.3804279038887471f,1.1205214947622602f,1f,1.5876021851381707e-16f,-4.197732002783005e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.2781387990892146e-16f,-0.3804279038887471f,-0.9248105805746463f,0.7674958333132555f,-3.0651656854646597e-16f,0.9248105805746463f,-0.3804279038887471f,1.1775856803455722f,1f,1.5876021851381707e-16f,-4.197732002783005e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014450165321478846f,-1.9135106236677393e-21f,-0.000005944185998261677f,0.2548693635582163f,-0.000005944185998261677f,-3.469446951953614e-21f,0.000014450165321478846f,-0.08417801254138635f,-3.089509302394832e-21f,0.000015625f,2.480628414278391e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93.mcfunction new file mode 100644 index 000000000..9690700ca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..f0241cc2c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6192647681414496f,0.03965650356173927f,-0.5309265044320342f,0.2177288787360462f,-0.5098482385587505f,0.19037180395989373f,0.6088988375256104f,0.7794298431409064f,0.15333090041377972f,0.7931773965682317f,-0.11959806434882637f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5455838278458398f,0.2680361132931852f,-0.5200912696477069f,0.2177288787360462f,-0.39005996760142564f,0.3634198404859638f,0.5964723306373326f,0.7794298431409064f,0.436109514305588f,0.6603655514272678f,-0.11715728752538095f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.0756236171685379f,0.13551510630166755f,0.8017862364339003f,0.06453055388926346f,0.7985706906399022f,0.1394622457216798f,-0.09889175149434774f,0.8607919621146628f,-0.15333090041377972f,0.7931773965682317f,-0.11959806434882637f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.017640221446177145f,0.15099383357791502f,0.785423252016882f,0.06453055388926346f,0.6704456086212169f,0.4255798405817709f,-0.09687355248425902f,0.8607919621146628f,-0.436109514305588f,0.6603655514272678f,-0.11715728752538095f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.4229745434382122f,0.028960294993805185f,-0.6447565432321601f,-0.0006933425423324494f,-0.6443680372651187f,-0.02476863083255141f,-1.4232296362420858f,0.5476241358998636f,-0.03659960761963918f,1.562035232074025f,-0.010613787332327778f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4913958242926572f,0.7161659261957779f,0.4956173019819666f,-0.22057102435647935f,-0.40012528575665623f,-0.3198137996553377f,0.8588474190728932f,0.73306259022476f,0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.008248005759016158f,0.8685018482289578f,0.4956173019819666f,-0.21786464746680217f,-0.14432578629708598f,-0.4914785632777468f,0.8588474190728932f,0.7804194888534913f,0.9894958503251681f,-0.06444657835235823f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6066810378169446f,-0.6660129721350426f,0.43401018340725844f,0.2715604594531938f,-0.18305250281670768f,0.4142477775941444f,0.8915663519732289f,0.4716964142140253f,-0.7735825098629715f,-0.6203430500184228f,0.1294009301664646f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11495466523833099f,-0.8935438353202049f,0.43401018340725844f,0.30927995898452115f,0.0876549321442675f,0.444326516089162f,0.8915663519732289f,0.5004581888238631f,-0.9894958503251681f,-0.06444657835235823f,0.1294009301664646f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6237854717417742f,-0.7723061390559247f,-0.12014538201871383f,-0.137935273720529f,-0.7699665942697969f,0.6336188380415093f,-0.07535656432917545f,0.3457404149853046f,0.1343247146003357f,0.04550160058127878f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8615402268860883f,-0.3040833013905323f,-0.40654862350339077f,-0.19749182162815f,-0.3993510831139448f,0.9003553998648557f,0.1728550443288093f,0.5156373964870201f,0.3134759159373911f,0.3112772072440098f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4512764173486911f,-0.8913394835852211f,-0.043168508741455225f,0.1610518158550276f,-0.8842297917523778f,0.453153891734514f,-0.1130894592055832f,0.21245377954917305f,0.12036307790380239f,-0.012863724495479067f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7659860324578833f,-0.42417389140777495f,-0.48305476700620137f,0.07850011892228104f,-0.5412717066062511f,0.8309494869632138f,0.12863860129497798f,0.36906079961286925f,0.3468289747223938f,0.3599992499486032f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.43334117695099467f,0.1794957926278214f,0.5370669608180654f,0.4690451099972829f,0.8159465760403681f,0.3379761379678106f,0.9393564972177975f,-4.008710766012092e-18f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.43334117695099467f,0.1794957926278214f,0.5328460771241009f,0.4690451099972829f,0.8159465760403681f,0.3379761379678106f,0.8514592465223356f,-4.008710766012092e-18f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.43334117695099467f,0.1794957926278214f,0.018202112583255034f,0.4690451099972829f,0.8159465760403681f,0.3379761379678106f,1.2149204993412013f,-4.008710766012092e-18f,0.38268343236508995f,-0.9238795325112867f,-0.19231127601045658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.43334117695099467f,0.1794957926278214f,-0.05225683684281272f,0.4690451099972829f,0.8159465760403681f,0.3379761379678106f,1.1622016318955355f,-4.008710766012092e-18f,0.38268343236508995f,-0.9238795325112867f,-0.32676041122902594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8155256568491713f,0.40865333707443335f,0.40978085987349033f,0.47579313544941393f,0.57191009917487f,0.46077835604080364f,0.6786767603698574f,1.0396351390582805f,0.08852537197051383f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8694126488982619f,0.2760458165179295f,0.40978085987349033f,0.37843164843295213f,0.4927873211942679f,0.5445718602756231f,0.6786767603698574f,1.1018847116208659f,-0.035809244698610694f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.7986219148696265f,0.3404348219630251f,0.4962934304269747f,0.372112543961142f,0.5743509475572324f,0.18477419718381496f,0.7974832193188682f,1.13451710156152f,0.1797888376125731f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.864734721656456f,0.07698501202673833f,0.4962934304269747f,0.3984364617345539f,0.4891418442628155f,0.35321490780541187f,0.7974832193188682f,1.122779658683738f,-0.11390398304231045f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8420452931153448f,0.21131151236342655f,0.4962934304269747f,0.47784439698542114f,0.5383746816223596f,0.27234760342774633f,0.7974832193188682f,1.1514115047712794f,0.03335305878500262f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8420452931153448f,0.35076968401450515f,0.40978085987349033f,0.39892121808215764f,0.5383746816223596f,0.49955035494121935f,0.6786767603698574f,1.0390126749095052f,0.03335305878500262f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9305148127349085f,0.15291036731245447f,0.33280715564616126f,0.1355956113447092f,0.3553947689519362f,0.5966009242920316f,0.7195567353138275f,1.2203106879486942f,-0.08852537197051384f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8951381797797082f,0.2965923738928272f,0.33280715564616126f,0.24169098816861728f,0.4443482160364615f,0.5336597863524295f,0.7195567353138275f,1.174506327295213f,0.03580924469861068f,0.7919849721925895f,-0.6094895420064388f,-0.1326908612168036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9230710650841674f,-0.037556358632881634f,0.38279149511270394f,0.27226548483857227f,0.34002320902300287f,0.385521584189729f,0.857762977429978f,1.187544889637108f,-0.1797888376125731f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8894983045162059f,0.24952642652067103f,0.38279149511270394f,0.24779982817085644f,0.4425140098458943f,0.2615798647460596f,0.857762977429978f,1.2027812886889837f,0.11390398304231045f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9175816373959615f,0.10730615072365111f,0.38279149511270394f,0.2270533120671609f,0.39614582186794595f,0.3275838249471861f,0.857762977429978f,1.2846041758339977f,-0.03335305878500264f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9175816373959615f,0.21744731744599186f,0.33280715564616126f,0.17812766564181282f,0.39614582186794595f,0.5703565485563186f,0.7195567353138275f,1.1562739524088261f,-0.03335305878500264f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.43334117695099467f,0.1794957926278214f,0.06082784515498095f,0.4690451099972829f,0.8159465760403681f,0.3379761379678106f,0.6689089391269828f,-4.008710766012092e-18f,0.38268343236508995f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.17949579262782114f,0.4333411769509948f,-0.006483077080451983f,0.4690451099972829f,0.3379761379678101f,0.8159465760403684f,0.542167887389054f,-4.008710766012092e-18f,0.9238795325112868f,-0.3826834323650895f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8833763898354006f,-0.13652366551595557f,0.44833853574666305f,0.08137971824127284f,0.46055155138118137f,-0.07565237544822867f,0.8844031810262938f,0.350159190847003f,-0.08682408883346518f,0.9877438973960444f,0.1297057082595473f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8833763898354006f,0.06169171301891082f,0.4645861453230894f,0.10738396245520003f,0.46055155138118137f,0.297915291247587f,0.836145171463217f,0.46342158654722926f,-0.08682408883346518f,0.9525967729242303f,-0.2915835485972773f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8716091474226823f,-0.07585485559503877f,0.48429694920757105f,-0.2441851703180401f,0.4749296536676303f,-0.3753543346542411f,0.7959591368427252f,0.3804680110304433f,0.12140559376013013f,0.9237722470062235f,0.363187991906151f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8716091474226823f,0.421945053214555f,-0.24951927019144488f,-0.09040579741107216f,0.4749296536676303f,0.8529363545203312f,-0.21665963907639185f,0.6772969324213036f,0.12140559376013013f,-0.30734662387170286f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7342517938909721f,0.608255072272614f,0.3014963850903134f,-0.0011637817416650445f,0.6507789899237213f,0.5041932817182837f,0.5676934392293154f,0.5521836926009402f,0.19328996208223143f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9503446347352231f,0.07710385857691371f,0.3014963850903134f,-0.0011637817416650445f,0.24389355421622938f,0.7862824513288891f,0.5676934392293154f,0.5521836926009402f,-0.19328996208223143f,0.6130374390889878f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.3593094000855483f,0.3014963850903134f,-0.0011637817416650445f,0.4690451099972829f,0.6765506956936992f,0.5676934392293154f,0.5521836926009402f,-4.008710766012092e-18f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9329599258393285f,-0.021966606202096783f,0.35930940008554824f,-0.0045989971811965435f,0.27662756255319354f,-0.6824634406268593f,0.6765506956936991f,0.5457154582744255f,0.23035400672389786f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7516365027868667f,-0.5531178198977971f,0.35930940008554824f,-0.0045989971811965435f,0.6180449815867571f,-0.4003742710162539f,0.6765506956936991f,0.5457154582744255f,-0.23035400672389786f,0.730589570429055f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,-0.30149638509031346f,0.35930940008554824f,-0.0045989971811965435f,0.4690451099972829f,-0.5676934392293155f,0.6765506956936991f,0.5457154582744255f,-4.008710766012092e-18f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.744411314148616f,0.476990201688239f,0.4672602517451528f,-0.16109732489284917f,0.4446918328921778f,-0.16786137171438498f,0.8798134652556532f,0.6374650835813243f,0.4980973490458727f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7852912890925862f,-0.40618400807314015f,0.4672602517451528f,0.15905332614565082f,0.36771812866484893f,0.30118373828289785f,0.8798134652556532f,0.4674362312073092f,-0.4980973490458727f,0.862729915662821f,-0.08715574274765793f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,-0.12928635387854473f,0.4508750979075634f,-0.016033917915304f,0.4690451099972829f,-0.24343580390439465f,0.8489615386842079f,0.54084060288356f,-4.008710766012092e-18f,0.9612616959383188f,0.2756373558169995f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8831742097613793f,0.040879974943970096f,0.4672602517451528f,8.878689293818311e-17f,0.4690451099972829f,0.07697370422732885f,0.8798134652556532f,0.554375f,-4.008710766012092e-18f,0.9961946980917455f,-0.08715574274765793f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.1856874840117754e-16f,-0.46904510999728266f,0.8831742097613794f,-0.5703947452481217f,-1.1789566878366678e-16f,-0.8831742097613794f,-0.46904510999728266f,1.1792979879299768f,1f,-2.5354552774783127e-16f,2.2605331569104347e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.1856874840117754e-16f,-0.46904510999728266f,0.8831742097613794f,-0.5703947452481217f,-1.1789566878366678e-16f,-0.8831742097613794f,-0.46904510999728266f,1.1792979879299768f,1f,-2.5354552774783127e-16f,2.2605331569104347e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.1856874840117754e-16f,-0.46904510999728266f,0.8831742097613794f,-0.7028708767123286f,-1.1789566878366678e-16f,-0.8831742097613794f,-0.46904510999728266f,1.249654754429569f,1f,-2.5354552774783127e-16f,2.2605331569104347e-16f,0.2281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.1856874840117754e-16f,0.4690451099972831f,-0.8831742097613792f,0.8371641515590764f,-1.1789566878366678e-16f,0.8831742097613792f,0.4690451099972831f,0.4317573438718072f,1f,2.5354552774783127e-16f,-2.260533156910434e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.1856874840117754e-16f,0.4690451099972831f,-0.8831742097613792f,0.8371641515590764f,-1.1789566878366678e-16f,0.8831742097613792f,0.4690451099972831f,0.4317573438718072f,1f,2.5354552774783127e-16f,-2.260533156910434e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.1856874840117754e-16f,0.4690451099972831f,-0.8831742097613792f,0.9696402830232833f,-1.1789566878366678e-16f,0.8831742097613792f,0.4690451099972831f,0.3614005773722147f,1f,2.5354552774783127e-16f,-2.260533156910434e-16f,0.22812500000000016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013799597027521552f,-1.9135106236677393e-21f,0.000007328829843707545f,-0.3288428229820846f,0.000007328829843707545f,-3.469446951953614e-21f,0.000013799597027521552f,-0.04942193612954304f,-6.263610571893895e-23f,0.000015625f,3.9616488710598635e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94.mcfunction new file mode 100644 index 000000000..35c7e12cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..c07918179 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7881557179239328f,0.171613208976997f,0.1276867857410141f,0.31228410553154073f,0.1491463835517094f,0.09144926747822547f,0.7977072346391165f,0.531262568513905f,0.15333090041377992f,0.7931773965682317f,-0.11959806434882626f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6489672532615406f,0.4507729632545945f,0.12508093297078934f,0.31228410553154073f,0.16926309617372362f,0.026852822697672737f,0.7814274951566856f,0.531262568513905f,0.4361095143055882f,0.6603655514272677f,-0.11715728752538083f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.6617833160990026f,0.19389607303566386f,0.43748325663824006f,0.27667230493146344f,0.4532956231376509f,-0.014777512613258305f,-0.6791532578215744f,0.7010310013799135f,-0.15333090041377978f,0.7931773965682317f,-0.11959806434882654f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.5262438327672644f,0.4235658359497283f,0.42855502691092906f,0.27667230493146344f,0.41578350136406744f,0.15655453076921316f,-0.6652929872537873f,0.7010310013799135f,-0.4361095143055881f,0.6603655514272678f,-0.11715728752538111f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.4163101150099805f,-0.00047871767702853705f,-1.5060185619605628f,-0.005629115229488151f,-1.5055738463663833f,-0.03810452189482448f,-0.416175069590553f,0.550584491892548f,-0.03659960761963964f,1.5620352320740252f,-0.010613787332327604f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.00735121641075423f,0.21297160993838504f,0.9770307328725818f,-0.0040026222449835724f,-0.6336529492169892f,-0.7548626323074239f,0.16931138855528638f,0.8382144100563949f,0.7735825098629715f,-0.6203430500184232f,0.12940093016646448f,-0.013608706791513325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.11613373312152381f,0.1786726141682716f,0.9770307328725818f,0.034103758935516426f,-0.08608669014738315f,-0.9817956689072069f,0.16931138855528638f,0.8664616052610049f,0.9894958503251682f,-0.06444657835235842f,0.12940093016646448f,-0.33828703267945914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.24790284264057677f,-0.10832354371436942f,0.962709816345446f,0.11039607165704232f,-0.5831931764388426f,0.7768143344268321f,0.2375820043357056f,0.29285341571164386f,-0.7735825098629717f,-0.6203430500184228f,0.12940093016646448f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.14093828815747594f,-0.23092468132132984f,0.962709816345446f,0.1566414474587141f,-0.03216148504831655f,0.9708349139247703f,0.2375820043357056f,0.282300428430165f,-0.9894958503251682f,-0.06444657835235804f,0.12940093016646448f,-0.33828703267945925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9908391307589992f,-0.007898544990189077f,-0.13481628219094471f,-0.24857490900244972f,-0.013953064333286802f,0.9989330394633964f,0.044023796566532436f,0.5267155637252823f,0.13432471460033585f,0.045501600581279f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8584320480676193f,0.4968084321216707f,-0.1275766460730154f,-0.15622068201759282f,0.405989247367028f,0.810115968255889f,0.42294780883600414f,0.6812557315784865f,0.3134759159373913f,0.31127720724400987f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.968131597570794f,-0.22273306173972274f,-0.11450411779962635f,-0.1594860878488063f,-0.2196222649517691f,0.9747945977487529f,-0.03926261500844902f,0.21172066080747276f,0.12036307790380245f,-0.01286372449547879f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9062467731174578f,0.3665977399068061f,-0.21053000572226366f,-0.09206482415204428f,0.24171563562833007f,0.8579082917956118f,0.4533948768580514f,0.3754121834995128f,0.346828974722394f,0.35999924994860333f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.9042003015065456f,0.37453202798585294f,0.6396127093251597f,0.978699353852716f,0.18967130871258725f,0.07856442846180806f,0.3884013404267428f,1.9217306625249883e-16f,0.3826834323650899f,-0.9238795325112867f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.9042003015065456f,0.37453202798585294f,0.569398752204381f,0.978699353852716f,0.18967130871258725f,0.07856442846180806f,0.33535661623648705f,1.9217306625249883e-16f,0.3826834323650899f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.9042003015065456f,0.37453202798585294f,0.5189996965379284f,0.978699353852716f,0.18967130871258725f,0.07856442846180806f,0.9633872108152135f,1.9217306625249883e-16f,0.3826834323650899f,-0.9238795325112867f,-0.19231127601045656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.9042003015065456f,0.37453202798585294f,0.4333883335294181f,0.978699353852716f,0.18967130871258725f,0.07856442846180806f,0.9837449381639114f,1.9217306625249883e-16f,0.3826834323650899f,-0.9238795325112867f,-0.3267604112290259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.0829714579598212f,0.6155977593089509f,0.7836805062637584f,0.6773956506166006f,0.992612208106219f,-0.018805372411502062f,0.11986393238568874f,0.49967908767230595f,0.08852537197051402f,0.7878361229991069f,-0.6094895420064388f,-0.1365473086388196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.17825064778655558f,0.5950391337263902f,0.7836805062637584f,0.6628602847230881f,0.9833333130519826f,0.13670491269610863f,0.11986393238568874f,0.6143219748333634f,-0.0358092446986105f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.07027209393513012f,0.3599228899406845f,0.9303318473054216f,0.6838776112365071f,0.9811920335407804f,-0.1431533626802601f,0.12949636315141022f,0.6400722358183107f,0.1797888376125733f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.17805502250692595f,0.32059173858560347f,0.9303318473054216f,0.6917194740842437f,0.9774058991059729f,0.16705807470278974f,0.12949636315141022f,0.612337394925891f,-0.11390398304231027f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.12571127259253917f,0.3444986644857221f,0.9303318473054216f,0.7645610255068651f,0.9915060511226588f,0.01210134363240823f,0.12949636315141022f,0.5696816663829135f,0.03335305878500282f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.12571127259253917f,0.6083103977784234f,0.7836805062637584f,0.62769118600672f,0.9915060511226588f,0.05048156396339734f,0.11986393238568874f,0.5583233144911491f,0.03335305878500282f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.3229053367419541f,0.5561488870504337f,0.7657875416433262f,0.5983148486223668f,0.9422820183050545f,0.2645990527766491f,0.20516320149737532f,0.8766727694890868f,-0.08852537197051363f,0.7878361229991069f,-0.6094895420064388f,-0.13654730863881953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.2319289825875204f,0.5998152949865388f,0.7657875416433262f,0.6310741595671729f,0.9720733743036235f,0.11393601590943357f,0.20516320149737532f,0.7658526630791814f,0.03580924469861089f,0.7919849721925895f,-0.6094895420064388f,-0.13269086121680362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.32994499171503927f,0.2720567428047294f,0.9039476926994414f,0.6606676083625641f,0.9267212505991661f,0.2757217812295597f,0.25527479907643896f,0.7507188683482118f,-0.17978883761257292f,0.9219341777209913f,-0.34309378574937766f,-0.16310560454236644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.22972617742858298f,0.36069994769532093f,0.9039476926994414f,0.6567031528359376f,0.9665670002907963f,-0.02414561876066726f,0.25527479907643896f,0.7792670610165393f,0.11390398304231064f,0.9323693135379658f,-0.34309378574937766f,-0.15230979921115345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.28332377033345807f,0.32032204112016693f,0.9039476926994414f,0.7062632463547865f,0.9584441635451268f,0.12735604548966512f,0.25527479907643896f,0.8475986051348272f,-0.03335305878500243f,0.9387088087633164f,-0.34309378574937766f,-0.06197574284223231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.28332377033345807f,0.5773188739578023f,0.7657875416433262f,0.5763664997142812f,0.9584441635451268f,0.19822423191332914f,0.20516320149737532f,0.8029981529543282f,-0.03335305878500243f,0.7920922115855362f,-0.6094895420064388f,-0.24019649044897767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.9042003015065456f,0.37453202798585294f,0.12692206246383797f,0.978699353852716f,0.18967130871258725f,0.07856442846180806f,0.5809990496181061f,1.9217306625249883e-16f,0.3826834323650899f,-0.9238795325112867f,-0.40745051414510863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.3745320279858527f,0.9042003015065456f,-0.0135274480308568f,0.978699353852716f,0.07856442846180765f,0.18967130871258744f,0.5515373889449282f,1.9217306625249883e-16f,0.9238795325112868f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.21195184261826003f,-0.14553162530608765f,0.9663834448325844f,-0.10473853320861931f,0.9734156327124415f,0.056413998197616694f,0.22198978985168752f,0.3610964577084431f,-0.08682408883346499f,0.9877438973960444f,0.12970570825954725f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.21195184261826003f,0.26832454167067465f,0.9397224892211246f,-0.0010930462963007774f,0.9734156327124415f,0.14339221928530368f,0.17860760745128546f,0.413653132256978f,-0.08682408883346499f,0.9525967729242303f,-0.29158354859727736f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1933731135354529f,-0.33687259946036713f,0.9214790777301561f,-0.28994087420221715f,0.9735848811302253f,-0.18210350736294822f,0.1377344976422305f,0.6305611383885668f,0.12140559376013033f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1933731135354529f,0.9253132329791268f,-0.32619359257244873f,0.03651931725430916f,0.9735848811302253f,0.2221113992310658f,0.05290562887125578f,0.7025281273480195f,0.12140559376013033f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.029650424302326756f,0.776762063813945f,0.6290958182647478f,-0.002428321742017136f,0.9806935519809139f,-0.14431144963140086f,0.13196348967931315f,0.5538656184370695f,0.19328996208223162f,0.6130374390889877f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.42124421077379937f,0.6532930172069544f,0.6290958182647478f,-0.002428321742017136f,0.8861107749304307f,0.4442896937177919f,0.13196348967931315f,0.5538656184370695f,-0.19328996208223123f,0.6130374390889879f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.7497272015030074f,0.6290958182647478f,-0.002428321742017136f,0.978699353852716f,0.1572679629165901f,0.13196348967931315f,0.5538656184370695f,1.9217306625249883e-16f,0.6427876096865394f,-0.7660444431189779f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.3849696542318322f,-0.5382448222204208f,0.7497272015030073f,-0.009596167775064631f,0.8937199767862806f,-0.42015638866164606f,0.15726796291659006f,0.5523620414802014f,0.23035400672389805f,0.7305895704290549f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.006624132239640423f,-0.6617138688274113f,0.7497272015030073f,-0.009596167775064631f,0.973084350125064f,0.16844475468754672f,0.15726796291659006f,0.5523620414802014f,-0.23035400672389766f,0.7305895704290551f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,-0.6290958182647479f,0.7497272015030073f,-0.009596167775064631f,0.978699353852716f,-0.13196348967931318f,0.15726796291659006f,0.5523620414802014f,1.9217306625249883e-16f,0.7660444431189778f,0.6427876096865395f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.13514429412623272f,0.17652070655984342f,0.9749751073338928f,-0.03934287928981022f,0.8565249854140836f,-0.4738539150160476f,0.20451752146299865f,0.7313169337702939f,0.4980973490458729f,0.8627299156628209f,-0.08715574274765801f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.22044356323791917f,-0.028778038609911863f,0.9749751073338928f,0.035077915834226085f,0.8386320207936516f,0.5048454388366682f,0.20451752146299865f,0.3765384179986845f,-0.49809734904587255f,0.8627299156628211f,-0.08715574274765801f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,-0.26976610203576845f,0.9407862006981985f,-0.020662951888781065f,0.978699353852716f,-0.05658800327113952f,0.1973458199558877f,0.5580231294195965f,1.9217306625249883e-16f,0.9612616959383189f,0.2756373558169994f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.20529874516975533f,0.08529926911168648f,0.9749751073338928f,8.878689293818311e-17f,0.978699353852716f,0.017892964620432005f,0.20451752146299865f,0.554375f,1.9217306625249883e-16f,0.9961946980917455f,-0.08715574274765801f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.6805015867755832e-16f,-0.978699353852716f,0.20529874516975555f,0.11472019119471735f,-4.729693558421565e-18f,-0.20529874516975555f,-0.978699353852716f,1.392657878259032f,1f,-1.654415818651542e-16f,2.9871538672532515e-17f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.6805015867755832e-16f,-0.978699353852716f,0.20529874516975555f,0.11472019119471735f,-4.729693558421565e-18f,-0.20529874516975555f,-0.978699353852716f,1.392657878259032f,1f,-1.654415818651542e-16f,2.9871538672532515e-17f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.6805015867755832e-16f,-0.978699353852716f,0.20529874516975555f,0.08392537941925401f,-4.729693558421565e-18f,-0.20529874516975555f,-0.978699353852716f,1.5394627813369395f,1f,-1.654415818651542e-16f,2.9871538672532515e-17f,0.22812500000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.6805015867755832e-16f,0.978699353852716f,-0.2052987451697551f,0.44191506630901495f,-4.729693558421565e-18f,0.2052987451697551f,0.978699353852716f,-0.16714421694373413f,1f,1.654415818651541e-16f,-2.987153867253244e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.6805015867755832e-16f,0.978699353852716f,-0.2052987451697551f,0.44191506630901495f,-4.729693558421565e-18f,0.2052987451697551f,0.978699353852716f,-0.16714421694373413f,1f,1.654415818651541e-16f,-2.987153867253244e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.6805015867755832e-16f,0.978699353852716f,-0.2052987451697551f,0.47270987808447823f,-4.729693558421565e-18f,0.2052987451697551f,0.978699353852716f,-0.31394912002164155f,1f,1.654415818651541e-16f,-2.987153867253244e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000032077928932774274f,-1.9135106236677393e-21f,0.00001529217740394869f,-0.6743375494670049f,0.00001529217740394869f,-3.469446951953614e-21f,0.0000032077928932774274f,0.4202958752822251f,3.0027041601952947e-21f,0.000015625f,2.585024716643034e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95.mcfunction new file mode 100644 index 000000000..996dbb696 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..e95b6ece2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.3920645431330363f,0.18033392880594828f,0.6933321805482124f,0.18291845916432803f,0.6997995951989594f,-0.07275806580096601f,0.4146459150464639f,0.30021681234164044f,0.15333090041378006f,0.7931773965682316f,-0.11959806434882628f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.28722573058938006f,0.3101813200809447f,0.6791825442104938f,0.18291845916432803f,0.6060609467863285f,-0.32818422747140585f,0.40618375351490343f,0.30021681234164044f,0.43610951430558825f,0.6603655514272676f,-0.11715728752538085f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.7725383843190186f,0.11324612515107205f,-0.23938296584442387f,0.2901361615281023f,-0.2159132329814557f,-0.15808028705678104f,-0.7715805486869054f,0.4365762104027685f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882664f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.6567134551609675f,0.3920947765305502f,-0.2344975991945377f,0.2901361615281023f,-0.13614671991160188f,-0.2240067514732954f,-0.7558340068769686f,0.4365762104027685f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538121f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8862880197619575f,-0.029507792725841978f,-1.28647933764786f,-0.0065212199488355466f,-1.2862971137138255f,-0.024113770503515087f,0.886715575212022f,0.5562534515853282f,-0.036599607619639665f,1.5620352320740252f,-0.010613787332327257f,0.27357380764070477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.48085771283305867f,-0.44164022511931406f,0.7574495175029959f,0.21494013421665747f,-0.4127298879934258f,-0.648173134162781f,-0.6399418940079891f,0.73979768035201f,0.7735825098629715f,-0.6203430500184232f,0.12940093016646426f,-0.01360870679151338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1405811520061191f,-0.6375791465654371f,0.7574495175029959f,0.2610683247186653f,0.033688304942595004f,-0.7676844862334805f,-0.6399418940079891f,0.728743705292721f,0.9894958503251682f,-0.06444657835235847f,0.12940093016646426f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2876446731555763f,0.5256944104449831f,0.8005660052938318f,-0.12948404279519865f,-0.5646509031599323f,0.5820823714224156f,-0.5851063753198474f,0.3017592555433061f,-0.7735825098629718f,-0.6203430500184227f,0.12940093016646426f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.06590120450846826f,0.5956098575512411f,0.8005660052938318f,-0.10786021006585751f,-0.128666209369849f,0.8006844173121296f,-0.5851063753198474f,0.25954065559382444f,-0.9894958503251682f,-0.06444657835235797f,0.12940093016646426f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6472667531281472f,0.7604273105769087f,-0.05287774223352906f,-0.18089533471960845f,0.750335006075609f,0.6478270677220205f,0.13159585473792246f,0.7270927109542973f,0.13432471460033607f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.24039057615752163f,0.9399870306952983f,0.2421502695007603f,-0.003134327279860275f,0.9186649122622831f,0.13975293333238442f,0.36949140261056923f,0.7556057072204354f,0.3134759159373915f,0.31127720724400976f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7902863840080723f,0.6039070260160244f,-0.10365199071858969f,-0.3650460717022993f,0.6007996011391562f,0.7969509574124278f,0.06252208210261256f,0.4564506724837782f,0.12036307790380267f,-0.012863724495478845f,-0.9926465907208001f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3969956741093938f,0.8929560900736182f,0.21218825589288468f,-0.1962906282141654f,0.8497670839891607f,0.2702405617905635f,0.4526211901045728f,0.5099496602576624f,0.34682897472239416f,0.3599992499486032f,-0.8660890267919666f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.72626110024492f,0.30082719754545184f,0.2837365719544458f,0.7860993502808739f,-0.571050089628145f,-0.2365366919183489f,-0.04240404733489961f,2.5024455828072915e-16f,0.38268343236508967f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.72626110024492f,0.30082719754545184f,0.19797772808160025f,0.7860993502808739f,-0.571050089628145f,-0.2365366919183489f,-0.022676826634259406f,2.5024455828072915e-16f,0.38268343236508967f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.72626110024492f,0.30082719754545184f,0.6468704177109394f,0.7860993502808739f,-0.571050089628145f,-0.2365366919183489f,0.4194293209551138f,2.5024455828072915e-16f,0.38268343236508967f,-0.9238795325112867f,-0.1923112760104567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.72626110024492f,0.30082719754545184f,0.6074690860623272f,0.7860993502808739f,-0.571050089628145f,-0.2365366919183489f,0.49811399292681946f,2.5024455828072915e-16f,0.38268343236508967f,-0.9238795325112867f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7073522106065238f,0.3810858529024535f,0.5953372345718633f,0.39328489151992563f,0.701296020712756f,-0.4838262250181836f,-0.523541856318201f,0.00013362261844175605f,0.08852537197051405f,0.7878361229991067f,-0.6094895420064389f,-0.1365473086388198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6390285695770644f,0.4870483183387634f,0.5953372345718633f,0.47179957727799926f,0.7683489996469094f,-0.3681626534895769f,-0.523541856318201f,0.08492579536211065f,-0.03580924469861045f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7067595389134117f,0.12153476092142673f,0.6969363357170248f,0.5050352889564953f,0.6842272488178338f,-0.36778617950881715f,-0.6297351809590177f,0.08536331540559677f,0.1797888376125733f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6346119584053412f,0.33398713479154263f,0.6969363357170248f,0.4888196223594912f,0.7643909633793657f,-0.13834759472603336f,-0.6297351809590177f,0.061535424834558955f,-0.1139039830423102f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6790459308806365f,0.23060001672111052f,0.6969363357170248f,0.5029294724024889f,0.7333377102155147f,-0.2562213976981223f,-0.6297351809590177f,-0.021689060282206463f,0.03335305878500285f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6790459308806365f,0.4294999428251141f,0.5953372345718633f,0.4062919852668383f,0.7333377102155147f,-0.4337277111953515f,-0.523541856318201f,0.07589967473674747f,0.03335305878500285f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.5146353507470366f,0.5600706664830923f,0.6492082133696858f,0.6313762474197429f,0.8528268958463711f,-0.25619346565227036f,-0.45502878357101995f,0.30293804071634534f,-0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.5959136906869453f,0.4726685614097942f,0.6492082133696858f,0.5674991838364277f,0.802249693827289f,-0.38645081818505606f,-0.45502878357101995f,0.2066364873215306f,0.03580924469861095f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.4981881370556584f,0.3860764648714923f,0.7763720392758514f,0.5749144620976413f,0.848224353556848f,-0.031342227461547634f,-0.5287089093355777f,0.17423559840049413f,-0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.5931092628612205f,0.21323193695803577f,0.7763720392758514f,0.5942444940652775f,0.7970240178033011f,-0.2919239699542797f,-0.5287089093355777f,0.19561470213242613f,0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.5524502796394817f,0.30338942822207005f,0.7763720392758514f,0.6784486494244741f,0.8328782996308302f,-0.1636478756148125f,-0.5287089093355777f,0.20153610495868754f,-0.03335305878500235f,0.9387088087633162f,-0.3430937857493778f,-0.06197574284223256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.5524502796394817f,0.5228072151564085f,0.6492082133696858f,0.5608170260142824f,0.8328782996308302f,-0.31505958821457125f,-0.45502878357101995f,0.27242451230696596f,-0.03335305878500235f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.72626110024492f,0.30082719754545184f,0.10194484184174332f,0.7860993502808739f,-0.571050089628145f,-0.2365366919183489f,0.4742170360787295f,2.5024455828072915e-16f,0.38268343236508967f,-0.9238795325112867f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.3008271975454516f,0.72626110024492f,-0.01086535723780103f,0.7860993502808739f,-0.23653669191834925f,-0.5710500896281447f,0.5629182955481105f,2.5024455828072915e-16f,0.9238795325112867f,-0.3826834323650898f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6097767975168542f,-0.05026706638797496f,0.790977546613579f,-0.21540339499442995f,0.7878031700928401f,0.14776743617461557f,-0.5979389182835092f,0.5104644924429724f,-0.08682408883346493f,0.9877438973960445f,0.12970570825954703f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6097767975168542f,0.28227196005982425f,0.7406043463105483f,-0.10854014116793763f,0.7878031700928401f,-0.11349858491773068f,-0.6053794152540577f,0.4648044882981315f,-0.08682408883346493f,0.9525967729242303f,-0.2915835485972776f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6218425812947445f,-0.3559765399445694f,0.6975618303045124f,-0.12789241924146258f,0.7736746641143416f,0.14115785018965307f,-0.6176584618034437f,0.8255088549799229f,0.12140559376013038f,0.9237722470062236f,0.36318799190615075f,-0.9873397740538357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6218425812947445f,0.764684780684473f,-0.16902363822326305f,0.13699481263914773f,0.7736746641143416f,-0.5663878873918522f,0.2839582277789383f,0.6215719566698092f,0.12140559376013038f,-0.30734662387170314f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.7705737377238437f,0.3884496829507009f,0.5052949223431845f,-0.0019504479451815807f,0.607334426233648f,-0.6879621661768298f,-0.3973071263150586f,0.5559086130126417f,0.19328996208223162f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4084114676833394f,0.7601822903218254f,0.5052949223431845f,-0.0019504479451815807f,0.8920981244364268f,-0.2151928989448303f,-0.3973071263150586f,0.5559086130126417f,-0.19328996208223112f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.6021870390221025f,0.5052949223431845f,-0.0019504479451815807f,0.7860993502808739f,-0.47349219514925306f,-0.3973071263150586f,0.5559086130126417f,2.5024455828072915e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.4375474890949347f,-0.6677746362512664f,0.6021870390221024f,-0.007707720684057762f,0.8691888324023523f,0.1425339074037386f,-0.473492195149253f,0.5604354851147552f,0.23035400672389816f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7414377163122485f,-0.2960420288801419f,0.6021870390221024f,-0.007707720684057762f,0.6302437182677224f,0.6153031746357381f,-0.473492195149253f,0.5604354851147552f,-0.23035400672389766f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,-0.5052949223431846f,0.6021870390221024f,-0.007707720684057762f,0.7860993502808739f,0.39730712631505866f,-0.473492195149253f,0.5604354851147552f,2.5024455828072915e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5695469796060391f,-0.24971602000449816f,0.7831080049231725f,0.11031782772321755f,0.6538465178427674f,-0.43970331130608425f,-0.6157481052600591f,0.6982022817083541f,0.49809734904587294f,0.8627299156628209f,-0.08715574274765822f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.5010339068588581f,0.36838414298527816f,0.7831080049231725f,-0.11374348136057641f,0.70771749664059f,0.3463960389747895f,-0.6157481052600591f,0.4132412672315373f,-0.4980973490458725f,0.8627299156628211f,-0.08715574274765822f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,-0.2166783463208813f,0.7556471946270034f,-0.010479482168590524f,0.7860993502808739f,0.17037149455655803f,-0.5941560109353039f,0.5725531979992079f,2.5024455828072915e-16f,0.9612616959383189f,0.2756373558169992f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6181001629897764f,0.06851307274718095f,0.7831080049231725f,8.878689293818311e-17f,0.7860993502808739f,-0.053870978797822766f,-0.6157481052600591f,0.5543750000000001f,2.5024455828072915e-16f,0.9961946980917455f,-0.08715574274765822f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[1.4781126580427046e-17f,-0.786099350280874f,-0.6181001629897762f,0.7160955701186017f,-4.7495485260090874e-17f,0.6181001629897762f,-0.786099350280874f,1.0050256859048536f,1f,4.0976401181833694e-17f,-2.8199953355697845e-17f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[1.4781126580427046e-17f,-0.786099350280874f,-0.6181001629897762f,0.7160955701186017f,-4.7495485260090874e-17f,0.6181001629897762f,-0.786099350280874f,1.0050256859048536f,1f,4.0976401181833694e-17f,-2.8199953355697845e-17f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[1.4781126580427046e-17f,-0.786099350280874f,-0.6181001629897762f,0.8088105945670682f,-4.7495485260090874e-17f,0.6181001629897762f,-0.786099350280874f,1.1229405884469847f,1f,4.0976401181833694e-17f,-2.8199953355697845e-17f,0.22812500000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[1.4781126580427046e-17f,0.7860993502808737f,0.6181001629897767f,-0.26900156464635455f,-4.7495485260090874e-17f,-0.6181001629897767f,0.7860993502808737f,-0.24782015360528922f,1f,-4.0976401181833805e-17f,2.819995335569783e-17f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[1.4781126580427046e-17f,0.7860993502808737f,0.6181001629897767f,-0.26900156464635455f,-4.7495485260090874e-17f,-0.6181001629897767f,0.7860993502808737f,-0.24782015360528922f,1f,-4.0976401181833805e-17f,2.819995335569783e-17f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[1.4781126580427046e-17f,0.7860993502808737f,0.6181001629897767f,-0.3617165890948211f,-4.7495485260090874e-17f,-0.6181001629897767f,0.7860993502808737f,-0.3657350561474203f,1f,-4.0976401181833805e-17f,2.819995335569783e-17f,0.2281249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000009657815046715258f,-1.9135106236677393e-21f,0.000012282802348138655f,-0.5359821653917219f,0.000012282802348138655f,-3.469446951953614e-21f,-0.000009657815046715258f,0.9849925341161235f,3.910071223136393e-21f,0.000015625f,-6.402562684661524e-22f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96.mcfunction new file mode 100644 index 000000000..c5b23d36c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..98048e4e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2823312992755591f,0.06060710251715629f,0.7639111604226593f,-0.07641810737505564f,0.750814968465679f,-0.18477240362716915f,-0.2628316693820674f,0.2507044220342572f,0.15333090041378017f,0.7931773965682316f,-0.11959806434882642f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.2782368419314051f,-0.050987607311463554f,0.7483211367405642f,-0.07641810737505564f,0.6102399129229277f,-0.4486843014735561f,-0.25746775776202524f,0.2507044220342572f,0.43610951430558836f,0.6603655514272676f,-0.11715728752538099f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.33286421169062513f,-0.04786846447691232f,-0.7442139955205395f,0.09694426882588812f,-0.7298188103894846f,-0.18847459278722214f,-0.31430284173041234f,0.2566211489776366f,-0.15333090041378006f,0.7931773965682316f,-0.11959806434882661f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3191950046444512f,0.08145984436731953f,-0.7290259547956306f,0.09694426882588812f,-0.589850015293865f,-0.44416396999735697f,-0.30788849802162843f,0.2566211489776366f,-0.43610951430558825f,0.6603655514272676f,-0.11715728752538118f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5547102790728373f,-0.037455759704251405f,-0.15125893100983764f,-0.0027670905947312623f,-0.15146836919749895f,0.0070178219145830105f,1.5551251825201164f,0.5605716200157878f,-0.03659960761963925f,1.5620352320740252f,-0.01061378733232704f,0.2735738076407047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6254950066907229f,-0.7802274545980882f,-0.0010562652891846283f,0.2803070548774178f,0.10161740519752661f,-0.08012252732676958f,-0.9915917928138034f,0.509555510132904f,0.7735825098629717f,-0.620343050018423f,0.12940093016646415f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.06485543047164329f,-0.9978941113374591f,-0.0010562652891846283f,0.3015877430009258f,0.12919649889842455f,-0.007347182908886337f,-0.9915917928138034f,0.4671629089318584f,0.9894958503251683f,-0.06444657835235834f,0.12940093016646415f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6171113616033521f,0.7838746228174527f,0.06865961755539854f,-0.27659905699990756f,-0.1440266218938789f,-0.026740904933029892f,-0.9892124423950602f,0.4905487252163317f,-0.7735825098629718f,-0.6203430500184228f,0.12940093016646415f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.05589602070969428f,0.9960730353673712f,0.06865961755539854f,-0.29493993879527597f,-0.13331765471269796f,0.06070540958354159f,-0.9892124423950602f,0.44680386976372766f,-0.9894958503251683f,-0.06444657835235809f,0.12940093016646415f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1564770284128031f,0.9854383126658184f,0.06653023004201425f,0.01545607818389344f,0.9785048853361116f,-0.163832036778178f,0.12524876485808817f,0.8040060065832865f,0.13432471460033618f,0.045501600581278945f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5474287676639445f,0.7127216183560162f,0.4385768337041023f,0.1518324868362971f,0.7759217708384966f,-0.6285971643098232f,0.053018964159069815f,0.6864754068011888f,0.31347591593739155f,0.31127720724400965f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.05003545240206308f,0.9985665573026505f,-0.019007475888534464f,-0.3101607711829979f,0.9914681956474671f,0.051955319543207104f,0.11954690205404435f,0.7703567223839847f,0.12036307790380284f,-0.012863724495478901f,-0.9926465907208002f,-0.5662280429658704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.3938118990989322f,0.782173122668665f,0.48282232167003414f,-0.1604856711721855f,0.8512472322545932f,-0.5085329352275945f,0.129508313894136f,0.6758162239906491f,0.34682897472239427f,0.3599992499486031f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.03151296266225194f,0.01305309652526184f,-0.2733892336953864f,0.034109384993726975f,-0.923341932210122f,-0.3824607510292111f,-0.04721456149675668f,1.2996722332178725e-16f,0.38268343236508956f,-0.923879532511287f,-0.19231127601045694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.03151296266225194f,0.01305309652526184f,-0.31358280518994247f,0.034109384993726975f,-0.923341932210122f,-0.3824607510292111f,0.031068382683255236f,1.2996722332178725e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.03151296266225194f,0.01305309652526184f,0.3137689033605609f,0.034109384993726975f,-0.923341932210122f,-0.3824607510292111f,-0.02717529781294209f,1.2996722332178725e-16f,0.38268343236508956f,-0.923879532511287f,-0.1923112760104569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.03151296266225194f,0.01305309652526184f,0.34853168978804056f,0.034109384993726975f,-0.923341932210122f,-0.3824607510292111f,0.05366585024159937f,1.2996722332178725e-16f,0.38268343236508956f,-0.923879532511287f,-0.3267604112290262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9921087164044022f,-0.12428329257317622f,-0.016551677304119227f,-0.1702568870837326f,-0.08878937634588703f,-0.6032146437918322f,-0.7926213094304251f,-0.10355288563808687f,0.08852537197051391f,0.7878361229991067f,-0.6094895420064391f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9993364021825595f,0.03244683730717237f,-0.016551677304119227f,-0.05482133244067755f,0.006667328320462344f,-0.6096777891393663f,-0.7926213094304251f,-0.10892886578420771f,-0.035809244698610576f,0.7919849721925892f,-0.6094895420064391f,-0.132690861216804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9786766259922899f,-0.20285850024117716f,-0.03225663677831382f,-0.03306461636328829f,-0.09933798672344601f,-0.32997848540445884f,-0.9387471243971467f,-0.13405751994817836f,0.1797888376125732f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9934635065236603f,0.10949781088891844f,-0.03225663677831382f,-0.06173431282330193f,0.007492920179108534f,-0.3445253148656535f,-0.9387471243971467f,-0.13701804644548057f,-0.11390398304231035f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9983615536696651f,-0.04726222104434465f,-0.03225663677831382f,-0.11626977590522383f,-0.04649496342591007f,-0.3414557874924826f,-0.9387471243971467f,-0.20144852104893918f,0.03335305878500273f,0.9387088087633163f,-0.34309378574937804f,-0.061975742842232784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9983615536696651f,-0.05477453909174286f,-0.016551677304119227f,-0.10394550460958171f,-0.04649496342591007f,-0.6079388770368463f,-0.7926213094304251f,-0.06466227371564898f,0.03335305878500273f,0.792092211585536f,-0.6094895420064391f,-0.2401964904489781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9837466008965079f,0.16512071350172342f,0.07055335000727202f,0.21471763019936563f,0.15622382578227f,-0.5933375036776442f,-0.7896484806466308f,-0.09041399616945608f,-0.08852537197051366f,0.7878361229991067f,-0.6094895420064391f,-0.1365473086388199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9974656182892825f,0.009195930270011643f,0.07055335000727202f,0.09991721192930612f,0.06148201627219587f,-0.6104713250330214f,-0.7896484806466308f,-0.10364775615294616f,0.03580924469861084f,0.7919849721925892f,-0.6094895420064391f,-0.13269086121680398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9696265711333137f,0.2248840962698748f,0.0961844883395175f,0.07992436992932739f,0.1658321031108662f,-0.3153799536983952f,-0.9343635258201302f,-0.13020129119686175f,-0.17978883761257294f,0.9219341777209912f,-0.34309378574937804f,-0.16310560454236683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9916626763613073f,-0.0857536035090917f,0.0961844883395175f,0.10872920081910498f,0.06025793689653096f,-0.3511890981479189f,-0.9343635258201302f,-0.1312002554914497f,0.11390398304231061f,0.9323693135379657f,-0.34309378574937804f,-0.15230979921115384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9928684823356495f,0.07043238592699654f,0.0961844883395175f,0.16753057540361316f,0.114454140397752f,-0.3374389594619841f,-0.9343635258201302f,-0.19176262943896716f,-0.033353058785002464f,0.9387088087633163f,-0.34309378574937804f,-0.06197574284223273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9928684823356495f,0.0960957938062615f,0.07055335000727202f,0.14590902179720436f,0.114454140397752f,-0.6027897865411118f,-0.7896484806466308f,-0.05613492746721721f,-0.033353058785002464f,0.792092211585536f,-0.6094895420064391f,-0.24019649044897803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.03151296266225194f,0.01305309652526184f,0.004423455962992763f,0.034109384993726975f,-0.923341932210122f,-0.3824607510292111f,0.4247660381359174f,1.2996722332178725e-16f,0.38268343236508956f,-0.923879532511287f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.013053096525261612f,0.03151296266225203f,-0.00047145523398034147f,0.034109384993726975f,-0.3824607510292116f,-0.9233419322101218f,0.5681888197718717f,1.2996722332178725e-16f,0.9238795325112867f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9953559189019441f,0.0805770778626223f,0.05266810448447398f,-0.17241125923062628f,0.041571291838300335f,0.13367620461395896f,-0.9901527659987129f,0.6907608971431873f,-0.08682408883346505f,0.9877438973960446f,0.12970570825954686f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9953559189019441f,0.09516312720861408f,0.014511165588735414f,-0.13844189941816146f,0.041571291838300335f,-0.2889694922205796f,-0.9564352880674549f,0.5796273127016535f,-0.08682408883346505f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9923308913128192f,-0.12152256099959699f,-0.02262010862937984f,0.12486425142704782f,0.02323970632464925f,0.36314887144141206f,-0.9314412559151395f,0.8269166609094304f,0.12140559376013026f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9923308913128192f,0.05984362242688944f,0.10815795394298848f,0.1396765669493519f,0.02323970632464925f,-0.9497140588879863f,0.31225489972208664f,0.49294645353369826f,0.12140559376013026f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9610192217214824f,-0.2756108595614903f,0.02192509004799577f,-0.00008463126174646017f,-0.19768926637550596f,-0.7404213343542935f,-0.6424135751935212f,0.5568547285353326f,0.19328996208223145f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9453047547210964f,0.32545078142182265f,0.02192509004799577f,-0.00008463126174646017f,0.2627506636717352f,-0.719907554584018f,-0.6424135751935212f,0.5568547285353326f,-0.19328996208223123f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.026129304832650337f,0.02192509004799577f,-0.00008463126174646017f,0.034109384993726975f,-0.76559868616817f,-0.6424135751935212f,0.5568547285353326f,1.2996722332178725e-16f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9465689864892036f,-0.3214411505171113f,0.02612930483265033f,-0.0003344432381767335f,0.22570818638908086f,0.6024238261676942f,-0.7655986861681698f,0.5641743155725316f,0.23035400672389805f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9597549899533752f,0.27962049046620163f,0.02612930483265033f,-0.0003344432381767335f,-0.16064678909285163f,0.6229376059379697f,-0.7655986861681698f,0.5641743155725316f,-0.23035400672389783f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,-0.021925090047995775f,0.02612930483265033f,-0.0003344432381767335f,0.034109384993726975f,0.6424135751935213f,-0.7655986861681698f,0.5641743155725316f,1.2996722332178725e-16f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8670078828671235f,-0.49713450756570493f,0.033979588485920975f,0.18107021092532513f,-0.014012919743664455f,-0.09248985894586587f,-0.9956150180026573f,0.5627349517128979f,0.49809734904587283f,0.8627299156628209f,-0.0871557427476584f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.8640350540833295f,0.5022835980614393f,0.033979588485920975f,-0.18121885236451465f,0.07309210756772702f,-0.05838047395213889f,-0.9956150180026573f,0.5503702996526718f,-0.4980973490458726f,0.8627299156628211f,-0.0871557427476584f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,-0.009401820688215056f,0.032788045266483004f,0.0071437125188331865f,0.034109384993726975f,0.2754769639907003f,-0.9607023431666107f,0.5741040091101526f,1.2996722332178725e-16f,0.961261695938319f,0.27563735581699905f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9994181056271443f,0.0029728287837939788f,0.033979588485920975f,8.878689293818312e-17f,0.034109384993726975f,-0.08710502731139148f,-0.9956150180026573f,0.5543750000000001f,1.2996722332178725e-16f,0.9961946980917455f,-0.0871557427476584f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[9.945071850416714e-17f,-0.0341093849937272f,-0.9994181056271443f,0.8061111592792218f,-2.1447080000986341e-16f,0.9994181056271443f,-0.0341093849937272f,0.29734639237915683f,1f,2.1773820350355718e-16f,9.207738160324401e-17f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[9.945071850416714e-17f,-0.0341093849937272f,-0.9994181056271443f,0.8061111592792218f,-2.1447080000986341e-16f,0.9994181056271443f,-0.0341093849937272f,0.29734639237915683f,1f,2.1773820350355718e-16f,9.207738160324401e-17f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[9.945071850416714e-17f,-0.0341093849937272f,-0.9994181056271443f,0.9560238751232935f,-2.1447080000986341e-16f,0.9994181056271443f,-0.0341093849937272f,0.3024628001282159f,1f,2.1773820350355718e-16f,9.207738160324401e-17f,0.2281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[9.945071850416714e-17f,0.03410938499372675f,0.9994181056271443f,-0.7867114465640397f,-2.1447080000986341e-16f,-0.9994181056271443f,0.03410938499372675f,0.24298456004540445f,1f,-2.1773820350355723e-16f,-9.207738160324411e-17f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[9.945071850416714e-17f,0.03410938499372675f,0.9994181056271443f,-0.7867114465640397f,-2.1447080000986341e-16f,-0.9994181056271443f,0.03410938499372675f,0.24298456004540447f,1f,-2.1773820350355723e-16f,-9.207738160324411e-17f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[9.945071850416714e-17f,0.03410938499372675f,0.9994181056271443f,-0.9366241624081113f,-2.1447080000986341e-16f,-0.9994181056271443f,0.03410938499372675f,0.23786815229634545f,1f,-2.1773820350355723e-16f,-9.207738160324411e-17f,0.2281249999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001561590790042413f,-1.9135106236677393e-21f,5.32959140526984e-7f,-0.01623690200582331f,5.32959140526984e-7f,-3.469446951953614e-21f,-0.00001561590790042413f,1.2417211321048538f,2.030737864402926e-21f,0.000015625f,-3.402159429743081e-21f,-0.5588775f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97.mcfunction new file mode 100644 index 000000000..49716b131 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..645ff75cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7552700076676985f,-0.10174343878123562f,0.29353012218007163f,-0.28104591140625634f,0.2701875181061817f,-0.1657176354002662f,-0.7526491977152507f,0.4162853814957094f,0.1533309004137801f,0.7931773965682315f,-0.11959806434882657f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.645397198266513f,-0.3752111016039f,0.2875397115233355f,-0.28104591140625634f,0.18240325655502723f,-0.2512647363267451f,-0.7372890100067763f,0.4162853814957094f,0.4361095143055883f,0.6603655514272675f,-0.11715728752538114f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.34141915948022955f,-0.1747165093057693f,-0.7210073115858567f,-0.16442255321257254f,-0.7258560717956124f,-0.08537097512441585f,0.3644025302988351f,0.2878777747763729f,-0.1533309004137801f,0.7931773965682315f,-0.11959806434882646f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.24349622202025667f,-0.286111800259118f,-0.7062928766555332f,-0.16442255321257254f,-0.6249144592614301f,-0.3493671081264627f,0.35696574396620584f,0.2878777747763729f,-0.4361095143055883f,0.6603655514272675f,-0.11715728752538103f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.120937030745553f,-0.018869050890418376f,1.0883705168837667f,0.0029371049921451432f,1.0879186053310386f,0.0331080455167956f,1.1210455902846352f,0.5604928676223522f,-0.036599607619639f,1.5620352320740247f,-0.010613787332326976f,0.2735738076407045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.32698665201783295f,-0.5656732409484149f,-0.7570294009330716f,0.1470830045834551f,0.5428165710774444f,0.543312327090742f,-0.6404388225232512f,0.3115840993288631f,0.7735825098629716f,-0.6203430500184227f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.05660505722671738f,-0.6509242303212217f,-0.7570294009330716f,0.12850947018093847f,0.13301815547372772f,0.7564021978546855f,-0.6404388225232512f,0.2679375170640462f,0.9894958503251681f,-0.06444657835235812f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5089324831429575f,0.48652067115213116f,-0.7101305261313747f,-0.22755572839306892f,0.37756830909922634f,-0.6152008914456486f,-0.6920766107364347f,0.7240783357406336f,-0.7735825098629715f,-0.6203430500184229f,0.1294009301664641f,-0.013608706791513658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13783629120106797f,0.6904460823875469f,-0.7101305261313747f,-0.27278326144341936f,-0.04357888269801263f,-0.7205073530883377f,-0.6920766107364347f,0.7097790148553482f,-0.9894958503251681f,-0.06444657835235829f,0.1294009301664641f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.8475550341425843f,0.5123006671607034f,0.13855861765426397f,0.20040365707949345f,0.5134270494891173f,-0.8575999246567363f,0.030249530271715508f,0.7040175876205572f,0.13432471460033618f,0.04550160058127867f,-0.9898921534147441f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.945854210400445f,-0.018564436718282673f,0.32406044861581496f,0.19894820299866428f,0.08421794817593176f,-0.9501378120776494f,-0.3002423608775636f,0.5239902331005132f,0.31347591593739144f,0.3112772072440094f,-0.8971283912448558f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.7238950351327873f,0.6853843812627702f,0.07889377688481108f,-0.035833197562781104f,0.6793296015835197f,-0.7280678364775868f,0.09180695997157368f,0.9306246383217015f,0.12036307790380284f,-0.012863724495479123f,-0.9926465907208001f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.9039681886425388f,0.11792876088931009f,0.411016205614133f,-0.011152703610947138f,0.2501023314872138f,-0.9254692579397519f,-0.2845267586591894f,0.7553208602163781f,0.34682897472239416f,0.3599992499486029f,-0.8660890267919668f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.6839092212331138f,-0.28328447486677705f,-0.6356641974812262f,-0.7402580067707677f,-0.6211453676117931f,-0.2572868354700263f,0.37386820887301986f,-8.203448776723263e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.6839092212331138f,-0.28328447486677705f,-0.6019455731390007f,-0.7402580067707677f,-0.6211453676117931f,-0.2572868354700263f,0.4551504142530828f,-8.203448776723263e-17f,0.38268343236508945f,-0.9238795325112867f,-0.32676041122902627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.6839092212331138f,-0.28328447486677705f,-0.2406744930551567f,-0.7402580067707677f,-0.6211453676117931f,-0.2572868354700263f,-0.061033370104806195f,-8.203448776723263e-17f,0.38268343236508945f,-0.9238795325112867f,-0.19231127601045703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.6839092212331138f,-0.28328447486677705f,-0.15653165112662448f,-0.7402580067707677f,-0.6211453676117931f,-0.2572868354700263f,-0.035270515232550814f,-8.203448776723263e-17f,0.38268343236508945f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.5738538195794469f,-0.540479626379215f,-0.6152833227246318f,-0.6119429794974611f,-0.8141591074670611f,-0.295289716662671f,-0.4999489283534046f,0.2587700268628483f,0.08852537197051367f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.6513383680223819f,-0.44405491002676295f,-0.6152833227246318f,-0.541393473074994f,-0.7579419689765537f,-0.4190167546796035f,-0.4999489283534046f,0.1672438798783527f,-0.03580924469861078f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.5571214736789343f,-0.3828792428844378f,-0.7368983301202765f,-0.5464909244333761f,-0.810735244969486f,-0.05865882131580728f,-0.58246674175107f,0.13439848531208975f,0.17978883761257292f,0.921934177720991f,-0.343093785749378f,-0.16310560454236692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.6481702007550139f,-0.19197979560139372f,-0.7368983301202765f,-0.5672892697392302f,-0.7529284650617893f,-0.3063188228848988f,-0.58246674175107f,0.15435205754337208f,-0.11390398304231053f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.6101578933834999f,-0.2910123643554639f,-0.7368983301202765f,-0.651701342867631f,-0.7915774874334752f,-0.18476356822273843f,-0.58246674175107f,0.15428349113684808f,0.0333530587850025f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.6101578933834999f,-0.49913302627530653f,-0.6152833227246318f,-0.5393964119556872f,-0.7915774874334752f,-0.35136327415765656f,-0.4999489283534046f,0.23334022782232067f,0.0333530587850025f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7553324055873513f,-0.34579339858986424f,-0.5566865209085773f,-0.3529650973962878f,-0.6493352104938609f,-0.5096480832784597f,-0.5644666647584118f,-0.026376367040729057f,-0.08852537197051384f,0.7878361229991064f,-0.609489542006439f,-0.13654730863882003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.6919390049494558f,-0.45969612883758404f,-0.5566865209085773f,-0.43729863380310585f,-0.7210673418091209f,-0.4017950633754015f,-0.5644666647584118f,0.052630740711682125f,0.03580924469861061f,0.791984972192589f,-0.609489542006439f,-0.1326908612168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.7535300448772685f,-0.09513066017129196f,-0.6504941421432139f,-0.4704816119798403f,-0.6323515203881314f,-0.375483061462557f,-0.6776016714984726f,0.05070878496637128f,-0.17978883761257308f,0.921934177720991f,-0.343093785749378f,-0.1631056045423669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.6872526687256685f,-0.3233282238945598f,-0.6504941421432139f,-0.4526160179869039f,-0.7174326811461431f,-0.16169824614364986f,-0.6776016714984726f,0.028091606461303445f,0.11390398304231036f,0.9323693135379655f,-0.343093785749378f,-0.1523097992111539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7293711256805888f,-0.21183751334641995f,-0.6504941421432139f,-0.4607847740509905f,-0.6833047156965292f,-0.2719386700882411f,-0.6776016714984726f,-0.05592430998047582f,-0.033353058785002665f,0.9387088087633161f,-0.343093785749378f,-0.06197574284223284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7293711256805888f,-0.39764038836885585f,-0.5566865209085773f,-0.3713156866679981f,-0.6833047156965292f,-0.46311127160046534f,-0.5644666647584118f,0.048275726129628715f,-0.033353058785002665f,0.7920922115855358f,-0.609489542006439f,-0.24019649044897812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.6839092212331138f,-0.28328447486677705f,-0.09599993359028491f,-0.7402580067707677f,-0.6211453676117931f,-0.2572868354700263f,0.46718519148545706f,-8.203448776723263e-17f,0.38268343236508945f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.2832844748667773f,-0.6839092212331137f,0.010231744484756585f,-0.7402580067707677f,-0.2572868354700266f,-0.621145367611793f,0.563667754786717f,-8.203448776723263e-17f,0.9238795325112866f,-0.38268343236508995f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.6753876007688204f,0.1540705724380425f,-0.7211891897667007f,-0.007465570432866789f,-0.7323340537800866f,0.02498503282939707f,-0.680487018104342f,0.7740816692368582f,-0.08682408883346526f,0.9877438973960446f,0.12970570825954686f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.6753876007688204f,-0.15887402977258114f,-0.7201462569447663f,-0.07026642701900766f,-0.7323340537800866f,-0.25945795589683407f,-0.6295779560911116f,0.6763031265552494f,-0.08682408883346526f,0.9525967729242303f,-0.29158354859727775f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.6594487740238476f,0.1984089067655695f,-0.7250939388482951f,0.2886312717950338f,-0.7418813896049653f,0.32753433618044286f,-0.585092524632337f,0.6353813402314239f,0.12140559376013005f,0.9237722470062237f,0.3631879919061506f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.6594487740238476f,-0.6857038927834771f,0.3081192721334216f,0.04347108826307496f,-0.7418813896049653f,-0.6598092332002113f,0.11943106606555272f,0.4081106018679073f,0.12140559376013005f,-0.3073466238717033f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.47068434933460845f,-0.7429961746888946f,-0.47582867472350365f,0.0018367076727573107f,-0.8608688830766889f,-0.2685922237759043f,-0.432160830568214f,0.5560431489694395f,0.19328996208223126f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.8117271450727939f,-0.3386533836577533f,-0.47582867472350365f,0.0018367076727573107f,-0.5511243348920649f,-0.7137919753067908f,-0.432160830568214f,0.5560431489694395f,-0.19328996208223143f,0.6130374390889874f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.5670705325610775f,-0.47582867472350365f,0.0018367076727573107f,-0.7402580067707677f,-0.5150292224081672f,-0.432160830568214f,0.5560431489694395f,-8.203448776723263e-17f,0.642787609686539f,-0.7660444431189782f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.784290189263491f,0.2516344772202993f,-0.5670705325610774f,0.007258245345563411f,-0.5760433409139314f,0.6347589853277815f,-0.5150292224081671f,0.5609671402043062f,0.23035400672389786f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.4981213051439113f,0.6559772682514405f,-0.5670705325610774f,0.007258245345563411f,-0.8359498770548224f,0.18955923379689496f,-0.5150292224081671f,0.5609671402043062f,-0.23035400672389802f,0.7305895704290554f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,0.47582867472350376f,-0.5670705325610774f,0.007258245345563411f,-0.7402580067707677f,0.4321608305682141f,-0.5150292224081671f,0.5609671402043062f,-8.203448776723263e-17f,0.7660444431189781f,0.6427876096865391f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5499898437401055f,-0.3920354492967827f,-0.7374411015650022f,0.12347146924369988f,-0.6703806401263452f,0.3193826844321582f,-0.6697645095320444f,0.42166815631819976f,0.49809734904587266f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6145075801451129f,0.28028745185397375f,-0.7374411015650022f,-0.12024558242344935f,-0.6117838383102905f,-0.42087532233860936f,-0.6697645095320444f,0.690011683772603f,-0.4980973490458728f,0.862729915662821f,-0.08715574274765842f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,0.2040427596086566f,-0.7115816670203877f,0.019668204393234207f,-0.7402580067707677f,0.18531730672840807f,-0.646278252178347f,0.5616844572278781f,-8.203448776723263e-17f,0.961261695938319f,0.275637355816999f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.6723229011507565f,-0.06451773640500737f,-0.7374411015650022f,8.878689293818312e-17f,-0.7402580067707677f,-0.058596801816054776f,-0.6697645095320444f,0.554375f,-8.203448776723263e-17f,0.9961946980917455f,-0.08715574274765842f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[2.6820993053335294e-17f,0.7402580067707676f,-0.6723229011507567f,0.3252464411790721f,-3.864149015810376e-16f,0.6723229011507567f,0.7402580067707676f,-0.22670992416020216f,1f,2.3994113282157264e-16f,3.0407909269226386e-16f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[2.6820993053335294e-17f,0.7402580067707676f,-0.6723229011507567f,0.3252464411790721f,-3.864149015810376e-16f,0.6723229011507567f,0.7402580067707676f,-0.2267099241602022f,1f,2.3994113282157264e-16f,3.0407909269226386e-16f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[2.6820993053335294e-17f,0.7402580067707676f,-0.6723229011507567f,0.4260948763516856f,-3.864149015810376e-16f,0.6723229011507567f,0.7402580067707676f,-0.33774862517581733f,1f,2.3994113282157264e-16f,3.0407909269226386e-16f,0.22812499999999963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[2.6820993053335294e-17f,-0.7402580067707678f,0.6723229011507564f,-0.7462681825299462f,-3.864149015810376e-16f,-0.6723229011507564f,-0.7402580067707678f,0.953076274130709f,1f,-2.3994113282157264e-16f,-3.0407909269226396e-16f,0.2749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[2.6820993053335294e-17f,-0.7402580067707678f,0.6723229011507564f,-0.7462681825299462f,-3.864149015810376e-16f,-0.6723229011507564f,-0.7402580067707678f,0.953076274130709f,1f,-2.3994113282157264e-16f,-3.0407909269226396e-16f,0.1812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.6820993053335294e-17f,-0.7402580067707678f,0.6723229011507564f,-0.8471166177025596f,-3.864149015810376e-16f,-0.6723229011507564f,-0.7402580067707678f,1.0641149751463241f,1f,-2.3994113282157264e-16f,-3.0407909269226396e-16f,0.22812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010505045330480572f,-1.9135106236677393e-21f,-0.000011566531355793245f,0.5137798701939584f,-0.000011566531355793245f,-3.469446951953614e-21f,-0.000010505045330480572f,1.011254182377277f,-1.2817888713630099e-21f,0.000015625f,-3.7490802003370734e-21f,-0.5588774999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98.mcfunction new file mode 100644 index 000000000..56385dc69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..ad3333865 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6956452775223722f,-0.19211361998259657f,-0.38224919793565115f,-0.2874307378509394f,-0.3993891927475826f,-0.030106793832440144f,-0.7117066095843214f,0.6786292473933924f,0.15333090041378f,0.7931773965682316f,-0.11959806434882665f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5575579437962753f,-0.4346466258900237f,-0.3744481938961481f,-0.2874307378509394f,-0.3727433847056358f,0.12247305454906662f,-0.6971819848989271f,0.6786292473933924f,0.4361095143055882f,0.6603655514272676f,-0.11715728752538122f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.773846500636317f,-0.1783246344232057f,-0.190542285740465f,-0.30946787827083894f,-0.21117687580715466f,0.07755247755885432f,0.7850696687512881f,0.5065714501801486f,-0.1533309004137801f,0.7931773965682316f,-0.11959806434882629f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.633501120065685f,-0.4514828227331038f,-0.186653667664129f,-0.30946787827083894f,-0.22019269381082168f,-0.008977709346467133f,0.7690478387767721f,0.5065714501801486f,-0.4361095143055883f,0.6603655514272676f,-0.11715728752538086f,-0.7489631168027936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.10050193876925326f,0.012949427514551397f,1.5592106729466249f,0.006560933681979248f,1.5588348466164432f,0.035839867277834246f,-0.1007753684577608f,0.5561096582372852f,-0.036599607619638805f,1.5620352320740252f,-0.010613787332327106f,0.2735738076407046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.20087536509065335f,0.04638160455055959f,-0.9785181829986667f,-0.08930994662477204f,0.6010151313684226f,0.782958011040922f,0.16049163471359373f,0.28492265705253383f,0.7735825098629718f,-0.6203430500184227f,0.1294009301664642f,-0.013608706791513603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.13794407051095287f,0.15321096224440678f,-0.9785181829986667f,-0.13457284476117845f,0.04323650772370526f,0.98608977257997f,0.16049163471359373f,0.27073567795569303f,0.9894958503251682f,-0.06444657835235798f,0.1294009301664642f,-0.3382870326794594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.042920152288206476f,-0.15244087277353235f,-0.9873801906234502f,-0.01851824165923937f,0.6322404297114059f,-0.7693739536804481f,0.09130037478812988f,0.8376379633606348f,-0.7735825098629715f,-0.6203430500184232f,0.1294009301664642f,-0.013608706791513492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12259462304776508f,-0.10025426456852349f,-0.9873801906234502f,-0.058744602346787286f,0.07660626990690253f,-0.9928724595709655f,0.09130037478812988f,0.8627743956738372f,-0.9894958503251682f,-0.06444657835235845f,0.1294009301664642f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.9406097381192426f,-0.32015968923946175f,0.1129207418561389f,0.24389715833584974f,-0.31178548972456654f,-0.9462702456120201f,-0.08580460749038554f,0.4989790980188167f,0.13432471460033607f,0.045501600581278556f,-0.9898921534147443f,-0.5568986639309286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6777973790216748f,-0.7350235831774041f,-0.018194646586220387f,0.10596651994892257f,-0.6650741034791248f,-0.6023676887279226f,-0.4413950661912962f,0.3832764372186356f,0.31347591593739127f,0.3112772072440094f,-0.897128391244856f,-0.5041412400179571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.986611801915097f,-0.10929144935454091f,0.12104764111633655f,0.2630453267759733f,-0.11004490810286827f,-0.9939265081936834f,-0.00046315282905606825f,0.825769481237379f,0.12036307790380267f,-0.012863724495479179f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.7768443880742039f,-0.6276896541109187f,0.05018460759765869f,0.14566717042766142f,-0.5255687005621898f,-0.6902218760359299f,-0.49736435621263886f,0.6932443522543131f,0.346828974722394f,0.3599992499486029f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.9163936397973121f,-0.3795826740764914f,-0.5497996619868306f,-0.9918973281141682f,0.11737157889501185f,0.04861689981545789f,0.9209428726805955f,-2.358036181978183e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.9163936397973121f,-0.3795826740764914f,-0.466072254649389f,-0.9918973281141682f,0.11737157889501185f,0.04861689981545789f,0.9480254094806995f,-2.358036181978183e-16f,0.3826834323650896f,-0.9238795325112867f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.9163936397973121f,-0.3795826740764914f,-0.6244368848868598f,-0.9918973281141682f,0.11737157889501185f,0.04861689981545789f,0.3382031924135216f,-2.358036181978183e-16f,0.3826834323650896f,-0.9238795325112867f,-0.19231127601045697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.9163936397973121f,-0.3795826740764914f,-0.5502376336643153f,-0.9918973281141682f,0.11737157889501185f,0.04861689981545789f,0.290893429605063f,-2.358036181978183e-16f,0.3826834323650896f,-0.9238795325112867f,-0.3267604112290263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.24716618103966867f,-0.5753800057319886f,-0.7796452577641466f,-0.6219886468644479f,-0.9649207933647963f,0.21966358892996618f,0.1437907167749674f,0.8282118738343679f,0.08852537197051355f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.1541138918107791f,-0.6069614323800261f,-0.7796452577641466f,-0.6458568400086683f,-0.9874039732272959f,0.06601229752319371f,0.1437907167749674f,0.7151429665507498f,-0.035809244698610944f,0.7919849721925892f,-0.6094895420064389f,-0.13269086121680396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2554176246888675f,-0.2930645334035709f,-0.9213441356297029f,-0.6741569957838556f,-0.9499672683141335f,0.25327959098764213f,0.18278850598688076f,0.6977100913528744f,0.1797888376125728f,0.9219341777209911f,-0.3430937857493778f,-0.1631056045423668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.15235467506670947f,-0.357649320880207f,-0.9213441356297029f,-0.672468875850158f,-0.9817402587407803f,-0.05267282455564441f,0.18278850598688076f,0.7264827600393207f,-0.1139039830423107f,0.9323693135379656f,-0.3430937857493778f,-0.1523097992111538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.20642761638244672f,-0.3294125421647107f,-0.9213441356297029f,-0.7272915392193268f,-0.9778932521826427f,0.10155367750474856f,0.18278850598688076f,0.7906690387310893f,0.03335305878500236f,0.9387088087633162f,-0.3430937857493778f,-0.0619757428422327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.20642761638244672f,-0.5912198501746528f,-0.7796452577641466f,-0.5942670729300301f,-0.9778932521826427f,0.1518190274800742f,0.1437907167749674f,0.7565097575480727f,0.03335305878500236f,0.792092211585536f,-0.6094895420064389f,-0.240196490448978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.003996741567573833f,-0.6121678997359431f,-0.7907177047402735f,-0.6709250867158327f,-0.9960659037304329f,-0.06756260674826514f,0.05734116841375947f,0.44613434998810036f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064389f,-0.13654730863881998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.09971169295665858f,-0.6040058689267769f,-0.7907177047402735f,-0.6655265924969455f,-0.9943717998222958f,0.08908823784940854f,0.05734116841375947f,0.5615688539219323f,0.03580924469861047f,0.7919849721925892f,-0.6094895420064389f,-0.132690861216804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.007757018757680527f,-0.3474374825373586f,-0.9376710640667631f,-0.6885197093748735f,-0.9836746426181336f,-0.17124417560320965f,0.055313920418501944f,0.5855713648489689f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493778f,-0.16310560454236683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.09998672335037703f,-0.33282973239414704f,-0.9376710640667631f,-0.6941375243131497f,-0.9884475392254018f,0.14110929241968212f,0.055313920418501944f,0.5573020109905973f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493778f,-0.15230979921115384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.04668967973091741f,-0.34437341566754065f,-0.9376710640667631f,-0.7633671187658396f,-0.9983524664547629f,-0.015255259146508493f,0.055313920418501944f,0.5090043294406236f,-0.03335305878500283f,0.9387088087633162f,-0.3430937857493778f,-0.061975742842232756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.04668967973091741f,-0.6103978909014169f,-0.7907177047402735f,-0.626027593313021f,-0.9983524664547629f,0.002084017427079282f,0.05734116841375947f,0.5085354255195307f,-0.03335305878500283f,0.792092211585536f,-0.6094895420064389f,-0.24019649044897806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.9163936397973121f,-0.3795826740764914f,-0.1286336341605126f,-0.9918973281141682f,0.11737157889501185f,0.04861689981545789f,0.570850379230875f,-2.358036181978183e-16f,0.3826834323650896f,-0.9238795325112867f,-0.4074505141451088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.3795826740764916f,-0.916393639797312f,0.013709868618171738f,-0.9918973281141682f,0.04861689981545746f,0.11737157889501203f,0.5526190418000785f,-2.358036181978183e-16f,0.9238795325112867f,-0.38268343236508984f,-0.7539053388368413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.11902407345906138f,0.11897976434880492f,-0.9857368237073802f,0.16233501432365677f,-0.9890878866589412f,-0.10102380329593155f,0.10723499257320102f,0.7026116296621064f,-0.08682408883346542f,0.9877438973960445f,0.12970570825954697f,-1.403657798789991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.11902407345906138f,-0.3005114222534448f,-0.9463224371388559f,0.04718531845981045f,-0.9890878866589412f,-0.04745812163954935f,0.13947357869860255f,0.6869547289676545f,-0.08682408883346542f,0.9525967729242303f,-0.29158354859727764f,-1.0674419274690377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.13663067881750618f,0.3779641196057357f,-0.9156829046654349f,0.2489167105834716f,-0.9831544840001585f,0.06154640486440324f,0.17210258754199245f,0.3873106129870517f,0.1214055937601299f,0.9237722470062237f,0.3631879919061507f,-0.9873397740538359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.13663067881750618f,-0.9469781843553922f,0.2907995460120807f,-0.08308932040889587f,-0.9831544840001585f,0.09365025974139429f,-0.1569614266014157f,0.42639385095957616f,0.1214055937601299f,-0.3073466238717032f,-0.9438213467592349f,-1.0444816940362636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3496497104052001f,-0.6864675521589015f,-0.637579312592971f,0.002461068190376084f,-0.916724642720926f,0.3910848988495739f,0.08166107591753392f,0.5540597867043942f,0.19328996208223115f,0.6130374390889877f,-0.7660444431189781f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1073253371744549f,-0.7628721335544143f,-0.637579312592971f,0.002461068190376084f,-0.9752539477277901f,-0.20545365930387255f,0.08166107591753392f,0.5540597867043942f,-0.1932899620822316f,0.6130374390889874f,-0.7660444431189781f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.7598374363464203f,-0.637579312592971f,0.002461068190376084f,-0.9918973281141682f,0.09731988059982924f,0.08166107591753392f,0.5540597867043942f,-2.358036181978183e-16f,0.6427876096865391f,-0.7660444431189781f,-0.8609259910169522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.07056161032528159f,0.6462724885640754f,-0.7598374363464202f,0.009725574190635987f,-0.9705452543465192f,0.2203877267578333f,0.09731988059982923f,0.5531293497151857f,0.2303540067238977f,0.7305895704290554f,0.6427876096865393f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3128859835560268f,0.5698679071685626f,-0.7598374363464202f,0.009725574190635987f,-0.9214333361021969f,-0.37615083139561317f,0.09731988059982923f,0.5531293497151857f,-0.23035400672389814f,0.7305895704290551f,0.6427876096865393f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,0.6375793125929711f,-0.7598374363464202f,0.009725574190635987f,-0.9918973281141682f,-0.08166107591753394f,0.09731988059982923f,0.5531293497151857f,-2.358036181978183e-16f,0.766044443118978f,0.6427876096865393f,-0.8370719035353213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.15324644413693897f,-0.011346464260515443f,-0.9881228593187028f,-0.020865138568638242f,-0.853472060604715f,0.505537684420466f,0.1265586480566821f,0.3743167981049038f,0.4980973490458725f,0.8627299156628211f,-0.08715574274765828f,-0.7499048674522937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.06679689577573092f,-0.1383885457924797f,-0.9881228593187028f,0.025187615986698806f,-0.8645445075808418f,-0.48635964369370216f,0.1265586480566821f,0.7338795795462898f,-0.49809734904587294f,0.8627299156628209f,-0.08715574274765828f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,0.2734039567633357f,-0.9534729078197125f,0.018323554699989045f,-0.9918973281141682f,-0.03501754343095848f,0.1221206867489501f,0.5441518022528797f,-2.358036181978183e-16f,0.9612616959383189f,0.27563735581699916f,-0.9475872528548744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.12704208153196428f,-0.08644954836120806f,-0.9881228593187028f,8.878689293818312e-17f,-0.9918973281141682f,0.011072446976126672f,0.1265586480566821f,0.554375f,-2.358036181978183e-16f,0.9961946980917455f,-0.08715574274765828f,-0.7250000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-1.5067368871735395e-16f,0.9918973281141682f,0.12704208153196406f,-0.38330746140325067f,-4.422900552723359e-16f,-0.12704208153196406f,0.9918973281141682f,-0.19991559140532578f,1f,9.326337999316422e-17f,4.578482231228496e-16f,0.1812499999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-1.5067368871735395e-16f,0.9918973281141682f,0.12704208153196406f,-0.38330746140325067f,-4.422900552723359e-16f,-0.12704208153196406f,0.9918973281141682f,-0.19991559140532583f,1f,9.326337999316422e-17f,4.578482231228496e-16f,0.2749999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-1.5067368871735395e-16f,0.9918973281141682f,0.12704208153196406f,-0.40236377363304526f,-4.422900552723359e-16f,-0.12704208153196406f,0.9918973281141682f,-0.34870019062245106f,1f,9.326337999316422e-17f,4.578482231228496e-16f,0.22812499999999963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-1.5067368871735395e-16f,-0.9918973281141682f,-0.1270420815319645f,-0.18083414396168265f,-4.422900552723359e-16f,0.1270420815319645f,-0.9918973281141682f,1.3809207752766297f,1f,-9.326337999316412e-17f,-4.578482231228496e-16f,0.27500000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-1.5067368871735395e-16f,-0.9918973281141682f,-0.1270420815319645f,-0.18083414396168265f,-4.422900552723359e-16f,0.1270420815319645f,-0.9918973281141682f,1.3809207752766297f,1f,-9.326337999316412e-17f,-4.578482231228496e-16f,0.18125000000000013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-1.5067368871735395e-16f,-0.9918973281141682f,-0.1270420815319645f,-0.16177783173188798f,-4.422900552723359e-16f,0.1270420815319645f,-0.9918973281141682f,1.529705374493755f,1f,-9.326337999316412e-17f,-4.578482231228496e-16f,0.2281250000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000001985032523936942f,-1.9135106236677393e-21f,-0.00001549839575178388f,0.6810124868550338f,-0.00001549839575178388f,-3.469446951953614e-21f,0.000001985032523936942f,0.45987454998111044f,-3.684431534340911e-21f,0.000015625f,-1.4572403123931905e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99.mcfunction new file mode 100644 index 000000000..7e7f15e58 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..317cf0f29 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.1497503556062427f,-0.14792780798454366f,-0.7890732786409234f,-0.0928187865347288f,-0.788041185737489f,0.12621975139642175f,-0.17321694023195902f,0.8534405779641886f,0.15333090041377984f,0.7931773965682316f,-0.11959806434882657f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.08007356789791877f,-0.19001579183752096f,-0.772969742342129f,-0.0928187865347288f,-0.6658804061212805f,0.4096478211104273f,-0.16968190063538843f,0.8534405779641886f,0.43610951430558803f,0.6603655514272677f,-0.11715728752538114f,-0.7489631168027935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6641038352797802f,-0.05723341189681599f,0.4718420042490709f,-0.23776383222172454f,0.449889070093318f,0.18584509296813811f,0.6557483286099004f,0.758149157203688f,-0.15333090041377995f,0.7931773965682316f,-0.11959806434882624f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5795751794611568f,-0.3007526331026378f,0.46221257559092666f,-0.23776383222172454f,0.33749237455787356f,0.3368459472369987f,0.642365709658678f,0.758149157203688f,-0.43610951430558814f,0.6603655514272676f,-0.11715728752538081f,-0.7489631168027934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2486407877831969f,0.03563441900778754f,0.938633379582325f,0.005588165889911735f,0.938596240034152f,0.013504515593860874f,-1.2491040694242928f,0.550524377716999f,-0.03659960761963869f,1.562035232074025f,-0.010613787332327474f,0.27357380764070466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5869710880355933f,0.6244886679788197f,-0.5152463928804858f,-0.26266884746966396f,0.23882010435559536f,0.4745402025749563f,0.8472169461806711f,0.4467371430213473f,0.7735825098629717f,-0.6203430500184226f,0.12940093016646442f,-0.013608706791513547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.122626581981987f,0.8482239539267113f,-0.5152463928804858f,-0.30290569468250345f,-0.07655510159805062f,0.5257021614218551f,0.8472169461806711f,0.47185678573320766f,0.9894958503251681f,-0.064446578352358f,0.12940093016646442f,-0.3382870326794593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.4519488943172798f,-0.6832278737426848f,-0.5735345407788781f,0.20294995401620702f,0.44419848869564404f,-0.38519368223647027f,0.8088964889314425f,0.7528495521491805f,-0.7735825098629714f,-0.620343050018423f,0.12940093016646442f,-0.013608706791513436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.021668548342882232f,-0.8188947457068423f,-0.5735345407788781f,0.1958399615911988f,0.14292808052298558f,-0.5703139784297768f,0.8088964889314425f,0.7997478285707851f,-0.9894958503251681f,-0.06444657835235844f,0.12940093016646442f,-0.3382870326794592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.3757288637519623f,-0.9266916714203148f,0.008388507846012916f,0.11674205294843895f,-0.9169431236402821f,-0.37305783796184333f,-0.14157385897134117f,0.33318317629488337f,0.13432471460033585f,0.045501600581278556f,-0.9898921534147442f,-0.5568986639309285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.06353345972966534f,-0.9357553404963526f,-0.34687957885602627f,-0.060880070762477305f,-0.9474683897745574f,0.16573606421936388f,-0.27356024454419925f,0.36254893680761285f,0.3134759159373911f,0.31127720724400954f,-0.8971283912448559f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5588065393268935f,-0.8255784708576196f,0.07845661260783343f,0.3772535519493735f,-0.8205168987187434f,-0.5641406855107145f,-0.09218083243536457f,0.5314061966710047f,0.12036307790380253f,-0.012863724495479234f,-0.9926465907208f,-0.5662280429658703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.10684054141589466f,-0.9325598326132906f,-0.3448438158155515f,0.2002433094855343f,-0.9318233528963372f,0.027068406541846918f,-0.36190128538637945f,0.5342196398639362f,0.3468289747223938f,0.35999924994860294f,-0.8660890267919669f,-0.504141240017957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.5075297564337917f,-0.21022570842279006f,-0.07970995713308615f,-0.5493462497802345f,0.7719889487081599f,0.3197682925570676f,1.2103460331533336f,-2.243102227765444e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.5075297564337917f,-0.21022570842279006f,-0.004642592113737354f,-0.5493462497802345f,0.7719889487081599f,0.3197682925570676f,1.1644261763587975f,-2.243102227765444e-16f,0.3826834323650898f,-0.9238795325112866f,-0.326760411229026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.5075297564337917f,-0.21022570842279006f,-0.5706219119993481f,-0.5493462497802345f,0.7719889487081599f,0.3197682925570676f,0.8876051114074458f,-2.243102227765444e-16f,0.3826834323650898f,-0.9238795325112866f,-0.19231127601045678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.5075297564337917f,-0.21022570842279006f,-0.558224158239522f,-0.5493462497802345f,0.7719889487081599f,0.3197682925570676f,0.8004842858793921f,-2.243102227765444e-16f,0.3826834323650898f,-0.9238795325112866f,-0.32676041122902616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8933255939395102f,-0.20786943177430928f,-0.3984465868174142f,-0.1970946494209107f,-0.44060485894972107f,0.579745239421215f,0.6853924537360582f,1.2047673504080398f,0.08852537197051358f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8498093301314499f,-0.34505712552429557f,-0.3984465868174142f,-0.29845722000796615f,-0.5258724183826831f,0.5036818280879447f,0.6853924537360582f,1.14927052417207f,-0.03580924469861091f,0.7919849721925892f,-0.6094895420064387f,-0.13269086121680373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8873474662298638f,0.0014479717072428955f,-0.4610990973243994f,-0.3301142066076593f,-0.42460622704496553f,0.38734387219608235f,0.8183362857815755f,1.1594016225326336f,0.17978883761257286f,0.9219341777209911f,-0.3430937857493776f,-0.16310560454236658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.844365037840818f,-0.2728283440529933f,-0.4610990973243994f,-0.3071757159622382f,-0.523520358266201f,0.23717537362475957f,0.8183362857815755f,1.176852750265834f,-0.11390398304231066f,0.9323693135379656f,-0.3430937857493776f,-0.1523097992111536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8766492591312901f,-0.13738158141171763f,-0.4610990973243994f,-0.2941484747313604f,-0.4799725512300099f,0.3161519783885137f,0.8183362857815755f,1.2602535522829554f,0.033353058785002394f,0.9387088087633162f,-0.3430937857493776f,-0.06197574284223248f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8766492591312901f,-0.2696783156245848f,-0.3984465868174142f,-0.23347085371582893f,-0.4799725512300099f,0.5475979678810186f,0.6853924537360582f,1.1370440095097265f,0.033353058785002394f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7586501433168815f,-0.4498347174479697f,-0.471273473711157f,-0.5189646550053406f,-0.6454558223168781f,0.42066966883320883f,0.6375137733108213f,0.9931599098987269f,-0.08852537197051402f,0.7878361229991067f,-0.6094895420064387f,-0.13654730863881975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8196795545254106f,-0.32561747629579707f,-0.471273473711157f,-0.4278312276487567f,-0.5717019554690534f,0.5164620634198214f,0.6375137733108213f,1.064215992372527f,0.035809244698610465f,0.7919849721925892f,-0.6094895420064387f,-0.1326908612168038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7415924578062794f,-0.3561796263461295f,-0.568486323758781f,-0.4245821882954955f,-0.6463099878500732f,0.15222826848470578f,0.7477365537937721f,1.0972954073892036f,-0.17978883761257328f,0.9219341777209911f,-0.3430937857493776f,-0.1631056045423666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8153618970230734f,-0.10958228224563298f,-0.568486323758781f,-0.44969707679214355f,-0.5676362035054073f,0.344498456586646f,0.7477365537937721f,1.0831547359747522f,0.11390398304231023f,0.9323693135379656f,-0.3430937857493776f,-0.15230979921115362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7881809933542397f,-0.23578384468480953f,-0.568486323758781f,-0.5314286492876025f,-0.6145390916652969f,0.25145924309081447f,0.7477365537937721f,1.1042581207413276f,-0.03335305878500284f,0.9387088087633162f,-0.3430937857493776f,-0.061975742842232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7881809933542397f,-0.3958181838816194f,-0.471273473711157f,-0.4423695579142382f,-0.6145390916652969f,0.46466966078515487f,0.6375137733108213f,0.9997074470646679f,-0.03335305878500284f,0.792092211585536f,-0.6094895420064387f,-0.24019649044897784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.5075297564337917f,-0.21022570842279006f,-0.07124165225450302f,-0.5493462497802345f,0.7719889487081599f,0.3197682925570676f,0.6627386329318566f,-2.243102227765444e-16f,0.3826834323650898f,-0.9238795325112866f,-0.4074505141451087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.21022570842279018f,-0.5075297564337917f,0.007592988404043299f,-0.5493462497802345f,0.31976829255706724f,0.77198894870816f,0.5428255232229564f,-2.243102227765444e-16f,0.9238795325112867f,-0.3826834323650896f,-0.7539053388368412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8282422242885257f,0.0007813494451903991f,-0.5603697059965325f,0.21820500597201414f,-0.5536031028668772f,-0.15608133344483183f,0.8180233626530781f,0.5276667500049963f,-0.0868240888334654f,0.9877438973960444f,0.1297057082595472f,-1.4036577987899908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8282422242885257f,-0.23167053273188123f,-0.5102387501643932f,0.13135258370530042f,-0.5536031028668772f,0.1972007922856008f,0.8090954529708453f,0.604875866975058f,-0.0868240888334654f,0.9525967729242303f,-0.2915835485972774f,-1.0674419274690374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8352013630864887f,0.2927896603636037f,-0.4655243257689513f,0.0352498399437472f,-0.5363761412499828f,-0.2468178487168983f,0.8070821424443365f,0.25667131006712707f,0.12140559376012991f,0.9237722470062235f,0.3631879919061509f,-0.9873397740538358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8352013630864887f,-0.5454471400081284f,0.07018618493282258f,-0.151237432936956f,-0.5363761412499828f,0.779759879867911f,-0.3229166530951281f,0.5341204065861822f,0.12140559376012991f,-0.307346623871703f,-0.9438213467592349f,-1.0444816940362633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9234650504490752f,-0.15007843319819686f,-0.3531129627865014f,0.001363022706601105f,-0.33143821619924335f,0.7756684614988479f,0.5371099949532441f,0.5523017452735619f,0.19328996208223118f,0.6130374390889878f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6703768310178267f,-0.6526148480893115f,-0.3531129627865014f,0.001363022706601105f,-0.7164034442915148f,0.44528525500916893f,0.5371099949532441f,0.5523017452735619f,-0.19328996208223162f,0.6130374390889876f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.42082364199239886f,-0.3531129627865014f,0.001363022706601105f,-0.5493462497802345f,0.6401027661037861f,0.5371099949532441f,0.5523017452735619f,-2.243102227765444e-16f,0.6427876096865393f,-0.766044443118978f,-0.8609259910169521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6907378249434134f,0.5880380255839717f,-0.42082364199239886f,0.005386351547839249f,-0.6854329206995304f,-0.347059303358364f,0.6401027661037861f,0.5461819752244538f,0.23035400672389766f,0.7305895704290553f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9031040565234886f,0.08550161069285706f,-0.42082364199239886f,0.005386351547839249f,-0.36240873979122773f,-0.677442509848043f,0.6401027661037861f,0.5461819752244538f,-0.2303540067238981f,0.730589570429055f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,0.3531129627865015f,-0.42082364199239886f,0.005386351547839249f,-0.5493462497802345f,-0.5371099949532441f,0.6401027661037861f,0.5461819752244538f,-2.243102227765444e-16f,0.7660444431189779f,0.6427876096865394f,-0.8370719035353212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7475856788265122f,0.3763332548488866f,-0.5472558214476534f,-0.1502545935332157f,-0.4393343643365234f,0.3377430590186343f,0.8324151262427649f,0.45298532005498876f,0.49809734904587255f,0.8627299156628211f,-0.08715574274765807f,-0.7499048674522936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6997069984012753f,-0.45926156194475054f,-0.5472558214476534f,0.15264852755447775f,-0.512161251230266f,-0.2116031907616001f,0.8324151262427649f,0.6521233356003238f,-0.4980973490458729f,0.8627299156628209f,-0.08715574274765807f,-0.7499048674522935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,0.15142034771740853f,-0.5280655077211036f,0.004169808151313692f,-0.5493462497802345f,-0.2303211458353883f,0.8032252907083206f,0.5338109748832711f,-2.243102227765444e-16f,0.9612616959383189f,0.27563735581699933f,-0.9475872528548743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8355948167936372f,-0.04787868042523702f,-0.5472558214476534f,8.878689293818311e-17f,-0.5493462497802345f,0.07282688689374259f,0.8324151262427649f,0.5543749999999998f,-2.243102227765444e-16f,0.9961946980917455f,-0.08715574274765807f,-0.725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.080040008870824e-16f,0.5493462497802347f,0.8355948167936371f,-0.822084959413684f,-3.4402397592453107e-16f,-0.8355948167936371f,0.5493462497802347f,0.35423698323206587f,1f,-1.182638083306504e-16f,4.463548277015757e-16f,0.1812499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.080040008870824e-16f,0.5493462497802347f,0.8355948167936371f,-0.8220849594136841f,-3.4402397592453107e-16f,-0.8355948167936371f,0.5493462497802347f,0.35423698323206587f,1f,-1.182638083306504e-16f,4.463548277015757e-16f,0.2749999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.080040008870824e-16f,0.5493462497802347f,0.8355948167936371f,-0.9474241819327296f,-3.4402397592453107e-16f,-0.8355948167936371f,0.5493462497802347f,0.27183504576503065f,1f,-1.182638083306504e-16f,4.463548277015757e-16f,0.22812499999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-3.080040008870824e-16f,-0.5493462497802343f,-0.8355948167936373f,0.5096442798511754f,-3.4402397592453107e-16f,0.8355948167936373f,-0.5493462497802343f,1.2297575688193145f,1f,1.182638083306505e-16f,-4.463548277015757e-16f,0.27500000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-3.080040008870824e-16f,-0.5493462497802343f,-0.8355948167936373f,0.5096442798511754f,-3.4402397592453107e-16f,0.8355948167936373f,-0.5493462497802343f,1.2297575688193145f,1f,1.182638083306505e-16f,-4.463548277015757e-16f,0.18125000000000024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-3.080040008870824e-16f,-0.5493462497802343f,-0.8355948167936373f,0.634983502370221f,-3.4402397592453107e-16f,0.8355948167936373f,-0.5493462497802343f,1.3121595062863496f,1f,1.182638083306505e-16f,-4.463548277015757e-16f,0.2281250000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013056169012400582f,-1.9135106236677393e-21f,-0.000008583535152816166f,0.37164464113370327f,-0.000008583535152816166f,-3.469446951953614e-21f,0.000013056169012400582f,-0.02406134310341468f,-3.504847230883507e-21f,0.000015625f,1.8478720051664135e-21f,-0.5588775000000001f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..89c24c18d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.1119353943268469f,0.4018149455318732f,-0.7021108612523775f,0.02077889585752208f,-0.7297377558153813f,0.25575684013988176f,0.26270837615812354f,1.0365659493114399f,0.3491385393778069f,0.6633834733495588f,0.323989339411424f,-0.03996549492196252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.04932548840774693f,0.4056141305516795f,-0.6877820681655944f,0.02077889585752208f,-0.5645543228698487f,0.5050256904752579f,0.2573469807263251f,1.0365659493114399f,0.564663982136548f,0.46949571782583277f,0.317377312076497f,-0.03996549492196252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.48322675651549535f,0.5067580906218594f,0.4202767942930538f,-0.10033450892484787f,0.6472480917215517f,0.27030199354920226f,0.4182716635042126f,1.0197795927469007f,0.12044191128825707f,0.5805837702838914f,-0.5615698319288683f,0.05559247548814201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6273024346818942f,0.2774797264320358f,0.4116997168585017f,-0.10033450892484787f,0.4844465336150151f,0.4872662211613359f,0.40973550710616746f,1.0197795927469007f,-0.10864258608190391f,0.5705932273821296f,-0.5501092231139935f,0.05559247548814201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.32872631399533725f,1.505223134539165f,0.26009339809985355f,0.04324901326651448f,1.457376999067555f,0.22935005332708078f,0.5146426776198338f,0.2790364509128267f,0.4575997629762128f,0.35086766492077204f,-1.4522054223274192f,0.5470246905177152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.14256398295942596f,-0.4217248137073971f,-0.8954460856278312f,-0.013951273967710821f,-0.9659390427473699f,0.13810961795659787f,-0.21883212543906155f,0.5191673770609864f,0.2159566541207729f,0.8961439141852963f,-0.38767100563443885f,0.5097428449947375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.1193888419011874f,-0.4217248137073971f,-0.8988295088240896f,-0.05398597826430596f,-0.9712688032235262f,0.13810961795659787f,-0.19381084931608356f,0.8401719933459422f,0.20587184439410938f,0.8961439141852963f,-0.3931194077559945f,0.4414307668120876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5055965371539691f,0.7485123401249064f,-0.42907041181914607f,0.483626739127089f,0.7994775818758219f,-0.5934271842695852f,-0.09316529959088882f,0.5944221893989406f,-0.32435742275444157f,-0.2959281224395686f,-0.8984535651070051f,-0.024672478481699747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15917122079934287f,0.9661705749837477f,-0.2029259532559135f,0.411850243857667f,0.9540961736498051f,0.2033622832025864f,0.21987331169887725f,0.904737042435832f,0.2537026091628688f,-0.15861337209140178f,-0.9541890715669231f,0.07388793363458143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7804585920368132f,0.18172885896995805f,-0.598213179337761f,-0.021829146681012955f,-0.10817180999353256f,0.9031433846152072f,0.4154887319152121f,0.47531275887226243f,0.6157785686743558f,0.38898155308865856f,-0.6852080747613067f,0.18718692617137198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7804585920368132f,0.3968218460239818f,-0.48313228895824634f,0.04955537264249459f,-0.10817180999353256f,0.6753950339306269f,0.7294795457479054f,0.6065085748951794f,0.6157785686743558f,0.6215898733569961f,-0.48419291992076374f,0.300708821676304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7804585920368132f,0.25825663182389963f,-0.5693750066826695f,0.20040890570559922f,-0.10817180999353256f,0.8411847056732675f,0.5298180352386104f,0.5478949065569281f,0.6157785686743558f,0.4750913628559804f,-0.6285737437254348f,-0.025878397832225314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7804585920368132f,0.5083443071966365f,-0.3639649041551765f,0.2934486826539987f,-0.10817180999353256f,0.46357830676868067f,0.8794282307364292f,0.6403122655181583f,0.6157785686743558f,0.7257280612145671f,-0.30681514879012584f,0.10827801896556777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.021262401750468757f,-0.09553809120799289f,0.4776225721998062f,-0.06683223899738466f,0.8607558932802449f,0.5046114782819789f,1.3332581261307705f,0.07150572306089617f,0.5085736942225081f,-0.8580441300506687f,0.5360240367309522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.021262401750468757f,-0.09553809120799289f,0.5086436263163373f,-0.06683223899738466f,0.8607558932802449f,0.5046114782819789f,1.2754771745220774f,0.07150572306089617f,0.5085736942225081f,-0.8580441300506687f,0.3893292231461049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.021262401750468757f,-0.09553809120799289f,-0.1070566436595852f,-0.06683223899738466f,0.8607558932802449f,0.5046114782819789f,1.293994185719807f,0.07150572306089617f,0.5085736942225081f,-0.8580441300506687f,0.5780336490292287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.021262401750468757f,-0.09553809120799289f,-0.15067548943999767f,-0.06683223899738466f,0.8607558932802449f,0.5046114782819789f,1.23120081618631f,0.07150572306089617f,0.5085736942225081f,-0.8580441300506687f,0.4367017646739486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9862722907286304f,0.13468274451180906f,-0.09553809120799289f,0.37522369306577663f,0.06864246446193666f,0.8606134254464474f,0.5046114782819789f,1.429618009931374f,0.15018382274230402f,0.4911263485826217f,-0.8580441300506687f,0.5786002814560902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.021262401750468757f,-0.09553809120799289f,0.26037745353391517f,-0.06683223899738468f,0.8607558932802449f,0.5046114782819789f,1.4305941042780657f,0.07150572306089618f,0.5085736942225081f,-0.8580441300506687f,0.5919617607984636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9707808522654425f,0.22012953005699742f,-0.09553809120799289f,0.238240062926939f,0.1433886614743238f,0.8513559465621169f,0.5046114782819789f,1.4253831128344239f,0.19241680964869745f,0.47616808193137816f,-0.8580441300506687f,0.5913620689705571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9912912211929948f,-0.09063215717411967f,-0.09553809120799289f,0.26699508204199107f,-0.12671273489186816f,0.8539971538607721f,0.5046114782819789f,1.4359370003631517f,0.03585523116539972f,0.5123228213574587f,-0.8580441300506687f,0.5943670579429069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9932647743296122f,0.06555578696253936f,-0.09553809120799289f,0.31929094339735964f,0.008441897052468741f,0.8633052706663105f,0.5046114782819789f,1.5457212186501124f,0.11555874025836452f,0.5004062833693144f,-0.8580441300506687f,0.6166877396410777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9932647743296122f,0.06555578696253936f,-0.09553809120799289f,0.3045408913307883f,0.008441897052468741f,0.8633052706663105f,0.5046114782819789f,1.351477532750193f,0.11555874025836452f,0.5004062833693144f,-0.8580441300506687f,0.5040963258829821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9796199458420202f,-0.17668399711578436f,-0.09553809120799289f,-0.013378045889991488f,-0.20066131092910566f,0.8397036943364539f,0.5046114782819789f,1.403521587982239f,-0.008933084836159996f,0.5134982676513141f,-0.8580441300506687f,0.6065215893274031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.02126240175046877f,-0.09553809120799289f,0.1010396549204014f,-0.06683223899738465f,0.8607558932802449f,0.5046114782819789f,1.4198938268263022f,0.07150572306089617f,0.5085736942225081f,-0.8580441300506687f,0.6034102935368402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9604931711924923f,-0.26139116515468364f,-0.09553809120799289f,0.12336073928278318f,-0.2730827332275605f,0.8190195826712822f,0.5046114782819789f,1.4176684296446238f,-0.053653414668172424f,0.5107656820696119f,-0.8580441300506687f,0.5996162290577866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9942576015318821f,0.04821094195722128f,-0.09553809120799289f,0.09418042201888359f,-0.006626143152459074f,0.8633211165105364f,0.5046114782819789f,1.424331688716637f,0.1068078462613701f,0.5023468471709546f,-0.8580441300506687f,0.6067839126387905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9895584934952898f,-0.10791877074756662f,-0.09553809120799289f,0.03145950158944061f,-0.14159774135405873f,0.8516556438076983f,0.5046114782819789f,1.5263919928575786f,0.02690850413459834f,0.5128705521774759f,-0.8580441300506687f,0.6373686308881381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9895584934952898f,-0.10791877074756662f,-0.09553809120799289f,0.05574122500764306f,-0.14159774135405873f,0.8516556438076983f,0.5046114782819789f,1.3347694730008468f,0.02690850413459834f,0.5128705521774759f,-0.8580441300506687f,0.5219727566482062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9951986652925812f,-0.021262401750468757f,-0.09553809120799289f,0.1940236044165807f,-0.06683223899738466f,0.8607558932802449f,0.5046114782819789f,0.8862169988730824f,0.07150572306089617f,0.5085736942225081f,-0.8580441300506687f,0.27920440204064206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7804585920368132f,0.5083443071966365f,-0.3639649041551765f,0.0033944892178420175f,-0.10817180999353256f,0.46357830676868067f,0.8794282307364292f,0.7123751338348271f,0.6157785686743558f,0.7257280612145671f,-0.30681514879012584f,0.007056379085179344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9217346893872952f,0.21284909770824428f,-0.3241919554598676f,0.15079815833893068f,-0.18859807673650336f,0.4844199137408098f,0.8542646619301529f,0.242410027623295f,0.338874501595205f,0.848547352111909f,-0.40636370826203044f,-0.02828962442952551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9217346893872952f,-0.29301615473367415f,-0.2540604169192794f,0.041931207220173614f,-0.18859807673650336f,0.9110841573721049f,-0.36654661864059507f,0.46381731214026956f,0.338874501595205f,-0.2899434276728018f,-0.8950401560365588f,-0.2011838878303846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.864703140407078f,-0.062206584482911054f,-0.4984163117486302f,-0.03828864919048133f,0.12651716477852187f,0.9333322603844678f,-0.33598258696251565f,0.42538087901118127f,0.48608835203750933f,-0.35358341671038584f,-0.7991851358983522f,0.18180386182716984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.864703140407078f,-0.4247678535467042f,-0.26806855385043377f,-0.19645067760582188f,0.12651716477852187f,0.3323001037042572f,-0.9346496927162307f,0.5040533333977091f,0.48608835203750933f,-0.8421097978716702f,-0.23360051871088144f,-0.12002731335747646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8845526104115197f,0.18515483189808402f,-0.42811723585830835f,-0.025063698217738822f,0.12890491177423807f,0.9791300137596417f,0.15712396340316775f,0.6270963314036431f,0.4482746960677595f,0.08379799746913016f,-0.8899593768737544f,-0.05210178750054588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9023338078958792f,-0.10918812741474787f,-0.41697919847371645f,-0.03700731497461914f,-0.12890491177423807f,0.9914686169946223f,0.019326283534275263f,0.6011024564158047f,0.4113115885172678f,0.07118942580490495f,-0.9087105385132107f,-0.07692987858466675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9011526953860919f,0.06811352258856468f,-0.42811723585830835f,-0.025063698217738822f,0f,0.9875788880512181f,0.15712396340316775f,0.6270963314036431f,0.4335018103749757f,0.14159268313051024f,-0.8899593768737544f,-0.05210178750054588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8779599213148674f,0.3044397970653263f,-0.36946283511012923f,-0.016948606216344097f,0.07428067666851365f,0.8490320194056152f,0.5230936924659779f,0.6435955191138286f,0.4729363145693714f,0.43181134768188556f,-0.768030079081994f,-0.03523233769585571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9174871533145537f,0.14735853207446833f,-0.36946283511012923f,-0.016948606216344097f,-0.07428067666851365f,0.8490320194056152f,0.5230936924659779f,0.6435955191138286f,0.39076809564807674f,0.5073756922132565f,-0.768030079081994f,-0.03523233769585571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9011526953860919f,0.22676206267973223f,-0.36946283511012923f,-0.016948606216344097f,0f,0.8522751837888448f,0.5230936924659779f,0.6435955191138286f,0.4335018103749757f,0.4713872909051794f,-0.768030079081994f,-0.03523233769585571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8681605002067682f,0.30966527040206937f,-0.38782053347849865f,-0.18742873176647695f,0.1167716865032488f,0.8869690180069042f,0.44682248637132765f,0.6514259113673369f,0.4823502038062398f,0.3426271755168896f,-0.8061916022171138f,0.05731946806484857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9187259181006309f,0.04033324392556753f,-0.39283064651907385f,0.1581310606443676f,-0.11677168650324883f,0.9225369787861682f,0.3678177483527351f,0.661205041586492f,0.3772360807787875f,0.38379519565326714f,-0.842848851901769f,-0.11822273229201956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9011526953860919f,0.15916048938350905f,-0.40322668341465606f,-0.050319732020868264f,0f,0.9301614751409416f,0.3671506913565977f,0.5219827541656694f,0.4335018103749757f,0.33085883512886505f,-0.8382175204675626f,-0.08658155800836284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9011526953860919f,0.19369835675821845f,-0.38782053347849865f,0f,0f,0.8946226386991025f,0.44682248637132765f,0.721875f,0.4335018103749757f,0.4026552879526371f,-0.8061916022171138f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7327102257613116f,0.5400399807997109f,-0.4141165828636365f,0.15985663818531587f,-0.6728206767527127f,0.48344589767091706f,-0.5599932151010248f,0.5002000424421083f,-0.10221576198820242f,0.6889389545983076f,0.717575818181021f,0.27008678016835524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7327102257613116f,0.5400399807997109f,-0.4141165828636365f,0.22854822185043883f,-0.6728206767527127f,0.48344589767091706f,-0.5599932151010248f,0.4371231039965414f,-0.10221576198820242f,0.6889389545983076f,0.717575818181021f,0.2605040524819613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7327102257613116f,0.5400399807997109f,-0.4141165828636365f,0.25631991744742283f,-0.6728206767527127f,0.48344589767091706f,-0.5599932151010248f,0.5526605554844786f,-0.10221576198820242f,0.6889389545983076f,0.717575818181021f,0.1576590435980051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5484811420028934f,-0.08731919596620999f,-0.8315911224171506f,0.6770302861111059f,-0.09037140212307672f,0.9948971982894191f,-0.04486172660713568f,1.666893147929929f,0.8312649677121674f,0.05054624468423763f,-0.5535735096649859f,0.19734121260166199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2290509309846338f,-0.08731919596620999f,-0.9694900871235801f,0.693339269041376f,-0.02932922366964708f,0.9948971982894191f,-0.09653683998764427f,1.6730046408177592f,0.9729724906974545f,0.05054624468423763f,0.2253211252730485f,0.10522319465477953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17396248458954805f,-0.08731919596620999f,-0.9808732904770349f,0.8323157711477962f,-0.0651892574701885f,0.9948971982894191f,-0.07700600980670075f,1.6814997958448492f,0.9825921914334127f,0.05054624468423763f,-0.17876706207353874f,0.17809726293925157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014080510865407688f,0.000005115100627862491f,-0.000004440223455635633f,0.24324869392835224f,0f,0.000010242687226138397f,0.000011799490810518111f,0.3115960160955504f,0.0000067734657871089955f,0.000010633142948081816f,-0.000009230225201831309f,0.5223085827180931f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_play_as_root.mcfunction new file mode 100644 index 000000000..1b77661fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/play_as_root +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..ee820387e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/7_0_holy_ray/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..ba4c37df0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..150 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_150 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/end.mcfunction new file mode 100644 index 000000000..08a50d071 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.8_0_quietus_rain.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/end_loop +execute if score @s aj.ecual.animation.8_0_quietus_rain.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/8_0_quietus_rain/stop +execute if score @s aj.ecual.animation.8_0_quietus_rain.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/8_0_quietus_rain/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/end_loop.mcfunction new file mode 100644 index 000000000..808f9ecf5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.8_0_quietus_rain.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/next_frame_as_root.mcfunction new file mode 100644 index 000000000..28a98d6c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/pause_as_root.mcfunction new file mode 100644 index 000000000..25668752f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.8_0_quietus_rain \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/play_as_root.mcfunction new file mode 100644 index 000000000..65c02face --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.8_0_quietus_rain.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.8_0_quietus_rain.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.8_0_quietus_rain \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/resume_as_root.mcfunction new file mode 100644 index 000000000..b7b93fba3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.8_0_quietus_rain.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.8_0_quietus_rain \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/stop_as_root.mcfunction new file mode 100644 index 000000000..636872b99 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.8_0_quietus_rain.local_anim_time 0 +tag @s remove aj.ecual.animation.8_0_quietus_rain +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick.mcfunction new file mode 100644 index 000000000..bd85b0360 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_animation.mcfunction new file mode 100644 index 000000000..9d0ed82e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.8_0_quietus_rain.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.8_0_quietus_rain.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root +execute if score @s aj.ecual.animation.8_0_quietus_rain.local_anim_time matches 150.. run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_150.mcfunction new file mode 100644 index 000000000..1efdee909 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_150.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..127 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_127 +execute if score @s aj.anim_time matches 128..150 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_150 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..bc1e0acf7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..4acb0faa2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_104_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_104_111.mcfunction new file mode 100644 index 000000000..95cf9a11f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_104_111.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 104 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104 +execute if score @s aj.anim_time matches 105 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105 +execute if score @s aj.anim_time matches 106 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106 +execute if score @s aj.anim_time matches 107 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107 +execute if score @s aj.anim_time matches 108 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108 +execute if score @s aj.anim_time matches 109 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109 +execute if score @s aj.anim_time matches 110 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110 +execute if score @s aj.anim_time matches 111 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_112_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_112_119.mcfunction new file mode 100644 index 000000000..118251353 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_112_119.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 112 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112 +execute if score @s aj.anim_time matches 113 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113 +execute if score @s aj.anim_time matches 114 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114 +execute if score @s aj.anim_time matches 115 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115 +execute if score @s aj.anim_time matches 116 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116 +execute if score @s aj.anim_time matches 117 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117 +execute if score @s aj.anim_time matches 118 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118 +execute if score @s aj.anim_time matches 119 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_120_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_120_127.mcfunction new file mode 100644 index 000000000..4f3e0d0bb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_120_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 120 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120 +execute if score @s aj.anim_time matches 121 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121 +execute if score @s aj.anim_time matches 122 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122 +execute if score @s aj.anim_time matches 123 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123 +execute if score @s aj.anim_time matches 124 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124 +execute if score @s aj.anim_time matches 125 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125 +execute if score @s aj.anim_time matches 126 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126 +execute if score @s aj.anim_time matches 127 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_135.mcfunction new file mode 100644 index 000000000..9cbe2b3de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_135.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 128 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128 +execute if score @s aj.anim_time matches 129 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129 +execute if score @s aj.anim_time matches 130 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130 +execute if score @s aj.anim_time matches 131 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131 +execute if score @s aj.anim_time matches 132 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132 +execute if score @s aj.anim_time matches 133 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133 +execute if score @s aj.anim_time matches 134 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134 +execute if score @s aj.anim_time matches 135 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_150.mcfunction new file mode 100644 index 000000000..4e752f3e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_150.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.anim_time matches 128..135 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_128_135 +execute if score @s aj.anim_time matches 136..143 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_136_143 +execute if score @s aj.anim_time matches 144..150 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_144_150 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_136_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_136_143.mcfunction new file mode 100644 index 000000000..1792c3535 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_136_143.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 136 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136 +execute if score @s aj.anim_time matches 137 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137 +execute if score @s aj.anim_time matches 138 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138 +execute if score @s aj.anim_time matches 139 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139 +execute if score @s aj.anim_time matches 140 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140 +execute if score @s aj.anim_time matches 141 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141 +execute if score @s aj.anim_time matches 142 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142 +execute if score @s aj.anim_time matches 143 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_144_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_144_150.mcfunction new file mode 100644 index 000000000..156c4dc90 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_144_150.mcfunction @@ -0,0 +1,7 @@ +execute if score @s aj.anim_time matches 144 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144 +execute if score @s aj.anim_time matches 145 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145 +execute if score @s aj.anim_time matches 146 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146 +execute if score @s aj.anim_time matches 147 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147 +execute if score @s aj.anim_time matches 148 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148 +execute if score @s aj.anim_time matches 149 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149 +execute if score @s aj.anim_time matches 150 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..7ee17d90f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..a875db7e9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..e0a772e89 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..0ab24f761 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..a73e87d83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..583a69110 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_127.mcfunction new file mode 100644 index 000000000..c1d61b3da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_127.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_88_95 +execute if score @s aj.anim_time matches 96..103 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_96_103 +execute if score @s aj.anim_time matches 104..111 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_104_111 +execute if score @s aj.anim_time matches 112..119 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_112_119 +execute if score @s aj.anim_time matches 120..127 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_120_127 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..43c029911 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..e23999891 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..718f62cb5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..d3729d477 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..9ff755eef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_96_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_96_103.mcfunction new file mode 100644 index 000000000..e49005b05 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/branch_96_103.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 96 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96 +execute if score @s aj.anim_time matches 97 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97 +execute if score @s aj.anim_time matches 98 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98 +execute if score @s aj.anim_time matches 99 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99 +execute if score @s aj.anim_time matches 100 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100 +execute if score @s aj.anim_time matches 101 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101 +execute if score @s aj.anim_time matches 102 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102 +execute if score @s aj.anim_time matches 103 run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0.mcfunction new file mode 100644 index 000000000..53fd7a26f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1.mcfunction new file mode 100644 index 000000000..4a5b6d3f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10.mcfunction new file mode 100644 index 000000000..fb05a52a8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100.mcfunction new file mode 100644 index 000000000..e9db834fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100_as_bone.mcfunction new file mode 100644 index 000000000..27e93f5fb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_100_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.03103073792140923f,-0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,0.2728115740676577f,0.06112957069080821f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.03103073792140923f,0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,0.26981711357804944f,-0.04694606729210901f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409077f,0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,-0.27281157406765794f,0.06112957069080825f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409077f,-0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,-0.26981711357804966f,-0.04694606729210906f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4535903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4582492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4593950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6390198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2640660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.3131800065320514f,-0.029622086769105008f,0.22740584894346993f,-0.31320404774337396f,0.9496776635717556f,-0.003944589973270407f,0.6690123024854293f,0.029366800866598555f,0.005533427642533895f,-0.9995533863608218f,-0.14343863212316182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.2963563134836784f,0.10550886206540129f,0.12500000000000003f,-0.31320404774337396f,0.8590332059120708f,-0.4049261360021058f,0.9646123478546278f,0.029366800866598555f,-0.41741452609940793f,-0.9082415451894216f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.1976942260474057f,0.24820730021353474f,-0.22564967186832735f,0.3168026366824157f,0.634369018448643f,0.7051326384614278f,0.680853018546355f,-0.01805437018685061f,0.7473238531052132f,-0.6642146477586397f,-0.1816065140454044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.31380094041337464f,-0.04710457183178921f,-0.12499999999999996f,0.3168026366824157f,0.9278472871694661f,-0.19681336611961014f,0.9751459502059203f,-0.01805437018685061f,-0.20156483197210784f,-0.9793087655225047f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.1579063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1812841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.045399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.26875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1484398715787179f,-1.5462646888765975e-18f,0.9889214349611877f,-1.0853286657755694f,0.0044385865990951975f,0.9999899274830697f,0.0006662442550722642f,2.1467668778914284f,-0.9889114740332914f,0.0044883106404397044f,-0.14843837641559832f,-0.7140355311170293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1484398715787179f,-1.5462646888765975e-18f,0.9889214349611877f,-1.0992449037360743f,0.0044385865990951975f,0.9999899274830697f,0.0006662442550722642f,2.1471829953850934f,-0.9889114740332914f,0.0044883106404397044f,-0.14843837641559832f,-0.8067459818076504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1484398715787179f,-1.5462646888765975e-18f,0.9889214349611877f,-1.240625f,0.0044385865990951975f,0.9999899274830697f,0.0006662442550722642f,2.146875f,-0.9889114740332914f,0.0044883106404397044f,-0.14843837641559832f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.14843987157871835f,-4.469456369978993e-19f,-0.9889214349611877f,1.0992449037360743f,0.0044385865990951975f,0.9999899274830697f,0.0006662442550722642f,2.1471829953850934f,0.9889114740332914f,-0.0044883106404397044f,0.14843837641559876f,-0.6695040181923496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.14843987157871835f,-4.469456369978993e-19f,-0.9889214349611877f,1.0853286657755694f,0.0044385865990951975f,0.9999899274830697f,0.0006662442550722642f,2.1467668778914284f,0.9889114740332914f,-0.0044883106404397044f,0.14843837641559876f,-0.7622144688829706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.14843987157871835f,-4.469456369978993e-19f,-0.9889214349611877f,1.240625f,0.0044385865990951975f,0.9999899274830697f,0.0006662442550722642f,2.146875f,0.9889114740332914f,-0.0044883106404397044f,0.14843837641559876f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.036749817412826f,-1.1689978896877753f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.1689978896877753f,-1.036749817412826f,0f,1.3904975f,1.2696523454112202e-16f,-1.4316095238161448e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101.mcfunction new file mode 100644 index 000000000..a855ed8fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101_as_bone.mcfunction new file mode 100644 index 000000000..98dd57119 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_101_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4473403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4519992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4531450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.632769805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2578160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.3086721578822774f,-0.027517049669319185f,0.22566452113010332f,-0.3087020652915547f,0.9511531955776207f,-0.003260893621285288f,0.6621931717797054f,0.027179476796547704f,0.0053942090040192125f,-0.9996160155531156f,-0.1433852329490423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.29138118802959445f,0.10551157442038059f,0.12500000000000003f,-0.3087020652915547f,0.8606594346228423f,-0.4049300834457945f,0.9583623478546277f,0.027179476796547704f,-0.41756716927597587f,-0.9082394701750823f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.19521050221576317f,0.2439025684939502f,-0.22401264090501227f,0.3119401698788692f,0.6351935737457385f,0.7065567594242231f,0.6740611146542197f,-0.01699804427629223f,0.7472763770498748f,-0.6642959301350525f,-0.1815755370401788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.3088310714719165f,-0.04710596975739422f,-0.12499999999999996f,0.3119401698788692f,0.9294928897498566f,-0.1968153914723221f,0.9688959502059202f,-0.01699804427629223f,-0.20165896260263055f,-0.9793082912407165f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1516563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1516563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1516563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1750341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1750341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1750341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.039149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.32157629691251016f,-1.6484887180009798e-18f,0.9468836703967579f,-1.1136663383582603f,0.004530870767777452f,0.9999885516582114f,-0.001538753585939971f,2.1401818023948693f,-0.9468728301488653f,0.0047850342227139155f,0.32157261539715204f,-0.6455044437771993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.32157629691251016f,-1.6484887180009798e-18f,0.9468836703967579f,-1.0835185605227124f,0.004530870767777452f,0.9999885516582114f,-0.001538753585939971f,2.1406065715293487f,-0.9468728301488653f,0.0047850342227139155f,0.32157261539715204f,-0.7342737716036554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32157629691251016f,-1.6484887180009798e-18f,0.9468836703967579f,-1.240625f,0.004530870767777452f,0.9999885516582114f,-0.001538753585939971f,2.140625f,-0.9468728301488653f,0.0047850342227139155f,0.32157261539715204f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3215762969125097f,-4.764933490695516e-19f,-0.946883670396758f,1.0835185605227124f,0.004530870767777452f,0.9999885516582114f,-0.001538753585939971f,2.1406065715293487f,0.9468728301488654f,-0.0047850342227139155f,-0.3215726153971516f,-0.7419762283963446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3215762969125097f,-4.764933490695516e-19f,-0.946883670396758f,1.1136663383582603f,0.004530870767777452f,0.9999885516582114f,-0.001538753585939971f,2.1401818023948693f,0.9468728301488654f,-0.0047850342227139155f,-0.3215726153971516f,-0.8307455562228008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3215762969125097f,-4.764933490695516e-19f,-0.946883670396758f,1.240625f,0.004530870767777452f,0.9999885516582114f,-0.001538753585939971f,2.140625f,0.9468728301488654f,-0.0047850342227139155f,-0.3215726153971516f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.5612643871211433f,-1.4582141604543302f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.4582141604543302f,-0.5612643871211433f,0f,1.3842474999999999f,6.873506351633092e-17f,-1.7857973040717404e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102.mcfunction new file mode 100644 index 000000000..f23608561 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102_as_bone.mcfunction new file mode 100644 index 000000000..ce204734b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_102_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,-0.129552328214024f,-0.3321682585119032f,0.033645454235739974f,-0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.3819001874942642f,0.32485402333410596f,0.07030605863863448f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,0.15818194093365767f,-0.3253893144606399f,0.033645454235739974f,0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.3819001874942642f,0.32035684608805065f,-0.05815045624097816f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,0.129552328214024f,0.33216825851190346f,-0.03364545423573982f,0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.3819001874942642f,-0.3248540233341061f,0.07030605863863452f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,-0.15818194093365767f,0.3253893144606401f,-0.03364545423573982f,-0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.3819001874942642f,-0.3203568460880509f,-0.0581504562409782f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4410903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4457492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4468950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,-0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.04272672524264042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6265198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2515660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.3041569369918178f,-0.02540605989492585f,0.22391994579549127f,-0.3041912536044608f,0.9526074417183485f,-0.0025967697952501423f,0.6553837974989762f,0.024991827267644574f,0.005255441235357761f,-0.9996738412638624f,-0.1433327393440672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.2863968653473738f,0.10551656608716664f,0.12500000000000003f,-0.3041912536044608f,0.8622581000813917f,-0.4049427738268399f,0.9521123478546278f,0.024991827267644574f,-0.4177173737866631f,-0.9082332322738457f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.19272345337417432f,0.2395896791868516f,-0.22237266646888476f,0.30706906939888456f,0.6360088229730856f,0.7079557639562613f,0.6672781664329662f,-0.015941470190326212f,0.7472285109790197f,-0.664375964276439f,-0.18154490716786523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.30385247534746446f,-0.04710856693367491f,-0.12499999999999996f,0.30706906939888456f,0.9311120878282846f,-0.19682191574760127f,0.9626459502059204f,-0.015941470190326212f,-0.20175220723766893f,-0.9793068550780698f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596457f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1454063656606275f,-0.06811271681623081f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.2010779211459645f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1454063656606275f,0.06811271681623056f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782272e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542255f,-0.3387379202452912f,1.1454063656606275f,-1.2246467991473532e-16f,-0.3387379202452912f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.2010779211459645f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.168784114933969f,0.02763706359000012f,0.13463727549040638f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596457f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.168784114933969f,-0.027637063590000364f,0.13463727549040633f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6832102336465256e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714654f,1.168784114933969f,-1.2246467991473532e-16f,0.13744454603714654f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134373f,-0.009435548989242946f,-0.19999999999999998f,0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2048280203379573f,-0.00801805674957486f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134373f,0.009435548989243193f,0.18750000000000003f,-0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2048280203379573f,0.008018056749574622f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0328996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7020402082778932f,-1.7367824416286498e-18f,0.7121373083620406f,-1.1667125385087203f,0.003590113902930472f,0.999987292452509f,-0.0035392111641387677f,2.1336758317361797f,-0.7121282588433744f,0.005041322594357472f,0.7020312870686058f,-0.5994392948064261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7020402082778932f,-1.7367824416286498e-18f,0.7121373083620406f,-1.1008962689826678f,0.003590113902930472f,0.999987292452509f,-0.0035392111641387677f,2.1340124049145794f,-0.7121282588433744f,0.005041322594357472f,0.7020312870686058f,-0.6662013190729924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7020402082778932f,-1.7367824416286498e-18f,0.7121373083620406f,-1.240625f,0.003590113902930472f,0.999987292452509f,-0.0035392111641387677f,2.1343750000000004f,-0.7121282588433744f,0.005041322594357472f,0.7020312870686058f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7020402082778928f,-5.020145258988279e-19f,-0.7121373083620409f,1.1008962689826678f,0.003590113902930472f,0.999987292452509f,-0.0035392111641387677f,2.1340124049145794f,0.7121282588433747f,-0.005041322594357472f,-0.7020312870686055f,-0.8100486809270075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7020402082778928f,-5.020145258988279e-19f,-0.7121373083620409f,1.1667125385087203f,0.003590113902930472f,0.999987292452509f,-0.0035392111641387677f,2.1336758317361797f,0.7121282588433747f,-0.005041322594357472f,-0.7020312870686055f,-0.876810705193574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7020402082778928f,-5.020145258988279e-19f,-0.7121373083620409f,1.240625f,0.003590113902930472f,0.999987292452509f,-0.0035392111641387677f,2.1343750000000004f,0.7121282588433747f,-0.005041322594357472f,-0.7020312870686055f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.05463545327338212f,-1.5615444973633035f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.5615444973633035f,-0.05463545327338212f,0f,1.3779975f,6.690913297121219e-18f,-1.9123404704221318e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103.mcfunction new file mode 100644 index 000000000..6207476ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103_as_bone.mcfunction new file mode 100644 index 000000000..f5767e92b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_103_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,-0.1274603910608185f,-0.35800310321108f,0.035120595370083385f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.3756004981754815f,0.35029323993148037f,0.07479167889283819f,-0.7339245841850109f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,0.15562770911268564f,-0.350696917431262f,0.035120595370083385f,0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.3756004981754815f,0.3450615096889656f,-0.06362734830369031f,-0.7189465314465414f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,0.1274603910608185f,0.3580031032110802f,-0.03512059537008323f,0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.3756004981754815f,-0.3502932399314806f,0.07479167889283823f,-0.7339245841850109f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,-0.15562770911268564f,0.35069691743126225f,-0.03512059537008323f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.3756004981754815f,-0.3450615096889658f,-0.06362734830369036f,-0.7189465314465414f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4348403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4394992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4406450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,-0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4296514729883858f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4296514729883858f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6202698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2453160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.2996344435441678f,-0.023289266669829764f,0.22217217779660417f,-0.2996717761377291f,0.9540403635363628f,-0.0019522627546733062f,0.6485841986872373f,0.02280386560432826f,0.00511712667240749f,-0.9997268620618924f,-0.14328115226475596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.28140349884569177f,0.1055237439510381f,0.12500000000000003f,-0.2996717761377291f,0.8638291487284409f,-0.4049642310051047f,0.9458623478546277f,0.02280386560432826f,-0.4178651369096252f,-0.9082228311758078f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.1902331086474167f,0.23526877750576763f,-0.22072979750275007f,0.30218947766115334f,0.636814753630835f,0.7093296054366957f,0.6605041899575259f,-0.014884652686494979f,0.7471802553149001f,-0.6644547487842669f,-0.18151462491611176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.298865292361012f,-0.04711231597666419f,-0.12499999999999996f,0.30218947766115334f,0.9327048347799883f,-0.1968329514306837f,0.9563959502059203f,-0.014884652686494979f,-0.20184456445493235f,-0.9793044567009798f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670633f,1.1402145247235727e-16f,-0.006249999999999964f,0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1391563656606274f,-0.0783519356604049f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,-0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1391563656606274f,0.07835193566040465f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222451e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376198f,1.1391563656606274f,-1.2246467991473532e-16f,-0.3648767843376198f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706323f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.162534114933969f,0.03322178541815892f,0.15110134546906084f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706328f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.162534114933969f,-0.03322178541815916f,0.1511013454690608f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8946557937649423e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946818f,1.162534114933969f,-1.2246467991473532e-16f,0.15471038629946818f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,0.2569273013307541f,-0.009435307504385553f,-0.19999999999999998f,0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.208574121488361f,-0.009003457460764627f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,-0.2569273013307541f,0.0094353075043858f,0.18750000000000003f,-0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.208574121488361f,0.009003457460764391f,-0.07049563478210806f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0266496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9322325766239451f,-2.2413975852315516e-18f,0.36185967318987167f,-1.2300444510507667f,0.0018987580565840486f,0.9999862332356111f,-0.004891631332862113f,2.127302251016168f,-0.3618546915530091f,0.005247222051150609f,0.9322197427977069f,-0.5813300999137968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9322325766239451f,-2.2413975852315516e-18f,0.36185967318987167f,-1.142647646992272f,0.0018987580565840486f,0.9999862332356111f,-0.004891631332862113f,2.127480259583973f,-0.3618546915530091f,0.005247222051150609f,0.9322197427977069f,-0.6152539772468913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9322325766239451f,-2.2413975852315516e-18f,0.36185967318987167f,-1.240625f,0.0018987580565840486f,0.9999862332356111f,-0.004891631332862113f,2.128125f,-0.3618546915530091f,0.005247222051150609f,0.9322197427977069f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.932232576623945f,-8.883710937174742e-20f,-0.3618596731898721f,1.142647646992272f,0.0018987580565840486f,0.9999862332356111f,-0.004891631332862113f,2.127480259583973f,0.36185469155300953f,-0.005247222051150609f,-0.9322197427977068f,-0.8609960227531086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.932232576623945f,-8.883710937174742e-20f,-0.3618596731898721f,1.2300444510507667f,0.0018987580565840486f,0.9999862332356111f,-0.004891631332862113f,2.127302251016168f,0.36185469155300953f,-0.005247222051150609f,-0.9322197427977068f,-0.8949199000862033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.932232576623945f,-8.883710937174742e-20f,-0.3618596731898721f,1.240625f,0.0018987580565840486f,0.9999862332356111f,-0.004891631332862113f,2.128125f,0.36185469155300953f,-0.005247222051150609f,-0.9322197427977068f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.4180619559434292f,-1.5055332779426547f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.5055332779426547f,0.4180619559434292f,0f,1.3717475f,-5.1197823619140236e-17f,-1.8437465098422943e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104.mcfunction new file mode 100644 index 000000000..a87f5b107 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104_as_bone.mcfunction new file mode 100644 index 000000000..24b7c7cd9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_104_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4285903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4332492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4343950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4234014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4234014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6140198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2390660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.29510477743430674f,-0.021166819532791842f,0.22042127210651888f,-0.29514379671328433f,0.9554519230339269f,-0.0013274156991111563f,0.641794394076256f,0.02061560514156707f,0.004979267638821894f,-0.9997750765639378f,-0.14323047265619307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.27640124225795726f,0.105533014701294f,0.12500000000000003f,-0.29514379671328433f,0.8653725278694242f,-0.4049944780741459f,0.9396123478546277f,0.02061560514156707f,-0.41801045595432224f,-0.9082082666093204f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.18773949720088504f,0.23094000893140226f,-0.21908408303797255f,0.2973015373466641f,0.6376113532660719f,0.7106782380779073f,0.653739201035808f,-0.013827596529672938f,0.7471316104790157f,-0.6645322822837467f,-0.1814846907650249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.29386966308524204f,-0.047117169403982785f,-0.12499999999999996f,0.2973015373466641f,0.934271084725269f,-0.19684851063083847f,0.9501459502059202f,-0.013827596529672938f,-0.20193603285306838f,-0.9793010957870808f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1329063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1329063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1329063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1562841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1562841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.1562841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0203996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.24375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9997450016842779f,-2.2910533947771715e-18f,-0.022581665290753127f,-1.2908752967475636f,-0.00012174581801758762f,0.9999854665295295f,-0.0053899821590610575f,2.1210722095113606f,0.02258133710078748f,0.005391356946001746f,0.9997304719198179f,-0.5892239293886269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9997450016842779f,-2.2910533947771715e-18f,-0.022581665290753127f,-1.1971492028396624f,-0.00012174581801758762f,0.9999854665295295f,-0.0053899821590610575f,2.1210607958409216f,0.02258133710078748f,0.005391356946001746f,0.9997304719198179f,-0.587106929035428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9997450016842779f,-2.2910533947771715e-18f,-0.022581665290753127f,-1.240625f,-0.00012174581801758762f,0.9999854665295295f,-0.0053899821590610575f,2.121875f,0.02258133710078748f,0.005391356946001746f,0.9997304719198179f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9997450016842779f,-1.0319005139239048e-19f,0.022581665290752683f,1.1971492028396624f,-0.00012174581801758762f,0.9999854665295295f,-0.0053899821590610575f,2.1210607958409216f,-0.022581337100787035f,-0.005391356946001746f,-0.9997304719198179f,-0.889143070964572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9997450016842779f,-1.0319005139239048e-19f,0.022581665290752683f,1.2908752967475636f,-0.00012174581801758762f,0.9999854665295295f,-0.0053899821590610575f,2.1210722095113606f,-0.022581337100787035f,-0.005391356946001746f,-0.9997304719198179f,-0.8870260706113733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9997450016842779f,-1.0319005139239048e-19f,0.022581665290752683f,1.240625f,-0.00012174581801758762f,0.9999854665295295f,-0.0053899821590610575f,2.121875f,-0.022581337100787035f,-0.005391356946001746f,-0.9997304719198179f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.815433532176213f,-1.3328444787756089f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.3328444787756089f,0.815433532176213f,0f,1.3654974999999998f,-9.986180650970194e-17f,-1.632263724693772e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105.mcfunction new file mode 100644 index 000000000..dcec9b32d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105_as_bone.mcfunction new file mode 100644 index 000000000..c56f69c67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_105_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4223403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4269992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4281450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6077698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2328160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2905680387666277f,-0.019038868330053027f,0.21866728381259834f,-0.2906074795119803f,0.9568420826743745f,-0.0007222707659630956f,0.6350144020848376f,0.01842705922461551f,0.004841866446007592f,-0.9998184834346939f,-0.14318070145200493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2713902496373189f,0.10554428483706382f,0.12500000000000003f,-0.2906074795119803f,0.8668881856765341f,-0.4050335373597361f,0.9333623478546278f,0.01842705922461551f,-0.4181533282615845f,-0.9081895383410293f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.18524264824093004f,0.2266035192068629f,-0.21743557219301565f,0.29240539139412264f,0.6383986094728993f,0.7120016169270394f,0.6469832152082062f,-0.012770306491937751f,0.7470825768921101f,-0.6646085634238745f,-0.18145510518715563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.2888657283405633f,-0.04712307963751868f,-0.12499999999999996f,0.29240539139412264f,0.9358107925308622f,-0.19686860508067197f,0.9438959502059203f,-0.012770306491937751f,-0.20202661105170153f,-0.9792967720252459f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1266563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.1500341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.014149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.927467752661215f,-1.8794661241526837e-18f,-0.3739031529334239f,-1.340185523846008f,-0.0020398240064243775f,0.9999851187169136f,-0.005059788804187153f,2.114961648429673f,0.3738975887747582f,0.005455487578591198f,0.9274539507510342f,-0.6165333568611617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.927467752661215f,-1.8794661241526837e-18f,-0.3739031529334239f,-1.2532354220340192f,-0.0020398240064243775f,0.9999851187169136f,-0.005059788804187153f,2.1147704149290707f,0.3738975887747582f,0.005455487578591198f,0.9274539507510342f,-0.5814804579135282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.927467752661215f,-1.8794661241526837e-18f,-0.3739031529334239f,-1.240625f,-0.0020398240064243775f,0.9999851187169136f,-0.005059788804187153f,2.115625f,0.3738975887747582f,0.005455487578591198f,0.9274539507510342f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9274677526612151f,-5.432570439707127e-19f,0.37390315293342347f,1.2532354220340192f,-0.0020398240064243775f,0.9999851187169136f,-0.005059788804187153f,2.1147704149290707f,-0.37389758877475776f,-0.005455487578591198f,-0.9274539507510343f,-0.8947695420864719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9274677526612151f,-5.432570439707127e-19f,0.37390315293342347f,1.340185523846008f,-0.0020398240064243775f,0.9999851187169136f,-0.005059788804187153f,2.114961648429673f,-0.37389758877475776f,-0.005455487578591198f,-0.9274539507510343f,-0.8597166431388383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9274677526612151f,-5.432570439707127e-19f,0.37390315293342347f,1.240625f,-0.0020398240064243775f,0.9999851187169136f,-0.005059788804187153f,2.115625f,-0.37389758877475776f,-0.005455487578591198f,-0.9274539507510343f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1192375067371039f,-1.0902814560987963f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.0902814560987963f,1.1192375067371039f,0f,1.3592475f,-1.3706706301112585e-16f,-1.3352096953811065e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106.mcfunction new file mode 100644 index 000000000..f0537779f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106_as_bone.mcfunction new file mode 100644 index 000000000..a4f9090a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_106_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.356706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.356706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.356706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.356706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4160903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4207492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4218950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4109014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4109014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.601519805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2265660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2860243278528579f,-0.01690556320794369f,0.2169102681146661f,-0.2860629890662242f,0.958210805383328f,-0.0001368690283184426f,0.6282442408181004f,0.01623824120877115f,0.004704925393081094f,-0.9998570813868806f,-0.14313183957433664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2663706753516576f,0.1055574606731271f,0.12500000000000003f,-0.2860629890662242f,0.8683760711907361f,-0.4050814304184269f,0.9271123478546277f,0.01623824120877115f,-0.4182937512036767f,-0.908166646175911f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.18274259101519869f,0.22225945433288088f,-0.2157843141719808f,0.2875011829953655f,0.6391765098925258f,0.7132996978675058f,0.6402362477471157f,-0.011712787352441627f,0.7470331549741696f,-0.6646835908774752f,-0.18142586864748578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.28385362919114154f,-0.0471299990061115f,-0.12499999999999996f,0.2875011829953655f,0.9373239138112878f,-0.19689324613544987f,0.9376459502059202f,-0.011712787352441627f,-0.2021162976914712f,-0.9792914851156059f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1204063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1204063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1204063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1437841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1437841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.1437841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.007899614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.23125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7600760438364006f,-1.8649254222513135e-18f,-0.6498341385199811f,-1.3737286853328285f,-0.0035177345241547047f,0.9999853480893262f,-0.0041145048896258f,2.108922718072376f,0.6498246172082307f,0.005413280582898372f,0.760064907270101f,-0.6545757928411208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7600760438364006f,-1.8649254222513135e-18f,-0.6498341385199811f,-1.302471556223166f,-0.0035177345241547047f,0.9999853480893262f,-0.0041145048896258f,2.1085929304607363f,0.6498246172082307f,0.005413280582898372f,0.760064907270101f,-0.5936547349778492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7600760438364006f,-1.8649254222513135e-18f,-0.6498341385199811f,-1.240625f,-0.0035177345241547047f,0.9999853480893262f,-0.0041145048896258f,2.109375f,0.6498246172082307f,0.005413280582898372f,0.760064907270101f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7600760438364009f,-5.390540745047112e-19f,0.6498341385199807f,1.302471556223166f,-0.0035177345241547047f,0.9999853480893262f,-0.0041145048896258f,2.1085929304607363f,-0.6498246172082304f,-0.005413280582898372f,-0.7600649072701013f,-0.8825952650221509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7600760438364009f,-5.390540745047112e-19f,0.6498341385199807f,1.3737286853328285f,-0.0035177345241547047f,0.9999853480893262f,-0.0041145048896258f,2.108922718072376f,-0.6498246172082304f,-0.005413280582898372f,-0.7600649072701013f,-0.8216742071588794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7600760438364009f,-5.390540745047112e-19f,0.6498341385199807f,1.240625f,-0.0035177345241547047f,0.9999853480893262f,-0.0041145048896258f,2.109375f,-0.6498246172082304f,-0.005413280582898372f,-0.7600649072701013f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3298182949116177f,-0.8203594044797428f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.8203594044797428f,1.3298182949116177f,0f,1.3529974999999999f,-1.6285577183111036e-16f,-1.004650518846546e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107.mcfunction new file mode 100644 index 000000000..6b1ff913a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107_as_bone.mcfunction new file mode 100644 index 000000000..25c7b3ad1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_107_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,-0.11756803868147217f,-0.45667420450110974f,0.04209624274449589f,-0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.3504107196084445f,0.44745331760357593f,0.09192362203415874f,-0.6769638252684695f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,0.1435492577151962f,-0.4473543227765973f,0.04209624274449589f,0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.3504107196084445f,0.43941610685748156f,-0.08454525889177496f,-0.6631482369976845f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,0.11756803868147217f,0.45667420450110985f,-0.042096242744495735f,0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.3504107196084445f,-0.44745331760357604f,0.09192362203415876f,-0.6769638252684695f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,-0.1435492577151962f,0.4473543227765974f,-0.042096242744495735f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.3504107196084445f,-0.43941610685748167f,-0.08454525889177497f,-0.6631482369976845f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4098403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4144992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4156450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,-0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4046514729883859f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4046514729883859f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5952698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2203160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.281473745209975f,-0.01476705460547749f,0.21515028032317673f,-0.28151049025258607f,0.9595580545499103f,0.00042874950714572035f,0.6214839280667658f,0.014049164459131033f,0.004568446766825773f,-0.9998908691813015f,-0.14308388793382926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.26134267407856715f,0.10557244834574447f,0.12500000000000003f,-0.28151049025258607f,0.8698361343237544f,-0.4051381780361561f,0.9208623478546278f,0.014049164459131033f,-0.4184317221843622f,-0.9081395899573087f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.18023935481297304f,0.2179079605630215f,-0.21413035826314186f,0.2825890555907626f,0.6399450422133584f,0.7145724376204722f,0.6334983136564578f,-0.010655043897282257f,0.746983345144419f,-0.6647573633412426f,-0.18139698160341491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.27883350694092074f,-0.047137879748240914f,-0.12499999999999996f,0.2825890555907626f,0.9388104049301792f,-0.19692244477243703f,0.9313959502059204f,-0.010655043897282257f,-0.20220509143406878f,-0.9792852347695674f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670633f,1.1402145247235727e-16f,-0.006249999999999964f,0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1141563656606275f,-0.0783519356604049f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,-0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1141563656606275f,0.07835193566040465f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222451e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376198f,1.1141563656606275f,-1.2246467991473532e-16f,-0.3648767843376198f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706323f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.137534114933969f,0.03322178541815892f,0.15110134546906084f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706328f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.137534114933969f,-0.03322178541815916f,0.1511013454690608f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8946557937649423e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946818f,1.137534114933969f,-1.2246467991473532e-16f,0.15471038629946818f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,0.2569273013307541f,-0.009435307504385553f,-0.19999999999999998f,0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.183574121488361f,-0.009003457460764627f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,-0.2569273013307541f,0.0094353075043858f,0.18750000000000003f,-0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.183574121488361f,0.009003457460764391f,-0.07049563478210806f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0016496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.225f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5456547479713814f,-1.5799801855379604e-18f,-0.8380100810946658f,-1.3919040784753585f,-0.004370720499473576f,0.9999863986961911f,-0.0028459137263340322f,2.102902990464463f,0.837998683064958f,0.00521559417729706f,0.5456473263553794f,-0.6955590893153631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5456547479713814f,-1.5799801855379604e-18f,-0.8380100810946658f,-1.3407489458530415f,-0.004370720499473576f,0.9999863986961911f,-0.0028459137263340322f,2.1024932354176373f,0.837998683064958f,0.00521559417729706f,0.5456473263553794f,-0.6169967127780234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5456547479713814f,-1.5799801855379604e-18f,-0.8380100810946658f,-1.240625f,-0.004370720499473576f,0.9999863986961911f,-0.0028459137263340322f,2.1031250000000004f,0.837998683064958f,0.00521559417729706f,0.5456473263553794f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5456547479713818f,-7.362089115564786e-19f,0.8380100810946656f,1.3407489458530415f,-0.004370720499473576f,0.9999863986961911f,-0.0028459137263340322f,2.1024932354176373f,-0.8379986830649577f,-0.00521559417729706f,-0.5456473263553798f,-0.8592532872219768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5456547479713818f,-7.362089115564786e-19f,0.8380100810946656f,1.3919040784753585f,-0.004370720499473576f,0.9999863986961911f,-0.0028459137263340322f,2.102902990464463f,-0.8379986830649577f,-0.00521559417729706f,-0.5456473263553798f,-0.780690910684637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5456547479713818f,-7.362089115564786e-19f,0.8380100810946656f,1.240625f,-0.004370720499473576f,0.9999863986961911f,-0.0028459137263340322f,2.1031250000000004f,-0.8379986830649577f,-0.00521559417729706f,-0.5456473263553798f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4599221204014257f,-0.5568066561766345f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.5568066561766345f,1.4599221204014257f,0f,1.3467475f,-1.7878889517540228e-16f,-6.818914892306563e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108.mcfunction new file mode 100644 index 000000000..eb9618f47 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108_as_bone.mcfunction new file mode 100644 index 000000000..2aa6ddefe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_108_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429171f,-0.11472886686607593f,-0.48002462270551977f,0.04409830056250533f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.3441158086988811f,0.4704461535682601f,0.0959778793777365f,-0.6606157034974466f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403447f,0.1400826607455024f,-0.47022820183397857f,0.04409830056250533f,0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.3441158086988811f,0.4617450286450011f,-0.08949546167463968f,-0.6471337503648457f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429169f,0.11472886686607589f,0.4800246227055199f,-0.0440983005625052f,0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.3441158086988811f,-0.47044615356826014f,0.09597787937773651f,-0.6606157034974464f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550235f,0.4702282018339787f,-0.0440983005625052f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.3441158086988811f,-0.46174502864500117f,-0.0894954616746397f,-0.6471337503648454f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4035903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4082492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4093950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,-0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.04272672524264042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5890198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2140660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.27691639155811076f,-0.01262349324693042f,0.21338737585738043f,-0.2769501482843891f,0.9608837940279455f,0.0009745459022156844f,0.614733481306454f,0.01185984235034734f,0.0044324328416493475f,-0.9999198456269028f,-0.14303684742959702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.256306400800319f,0.10558915381849807f,0.12500000000000003f,-0.2769501482843891f,0.8712683258600284f,-0.4052038002268959f,0.9146123478546277f,0.01185984235034734f,-0.41856723863896644f,-0.9081083695669672f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.1777329689655105f,0.2135491843988867f,-0.2124737538374783f,0.277669152864613f,0.6407041941711005f,0.7158197937463094f,0.6267694276712108f,-0.009597080919373516f,0.7469331478213199f,-0.6648298795357812f,-0.18136844450474698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.27380550312963864f,-0.04714667401471994f,-0.12499999999999996f,0.277669152864613f,0.9402702230015915f,-0.1969562115902558f,0.9251459502059203f,-0.009597080919373516f,-0.20229299096227452f,-0.9792780207098309f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596457f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1079063656606274f,-0.06811271681623081f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.2010779211459645f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1079063656606274f,0.06811271681623056f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782272e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542255f,-0.3387379202452912f,1.1079063656606274f,-1.2246467991473532e-16f,-0.3387379202452912f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.2010779211459645f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.131284114933969f,0.02763706359000012f,0.13463727549040638f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596457f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.131284114933969f,-0.027637063590000364f,0.13463727549040633f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6832102336465256e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714654f,1.131284114933969f,-1.2246467991473532e-16f,0.13744454603714654f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134373f,-0.009435548989242946f,-0.19999999999999998f,0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.1673280203379572f,-0.00801805674957486f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134373f,0.009435548989243193f,0.18750000000000003f,-0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.1673280203379572f,0.008018056749574622f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9953996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.21875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.32916883368062755f,-1.6452226715403308e-18f,-0.9442710833936065f,-1.3976954515878206f,-0.00450941748987018f,0.999988596977283f,-0.0015719635196123618f,2.0968505844168956f,0.9442603158489916f,0.004775553936973089f,0.32916508016093937f,-0.7330124402812808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.32916883368062755f,-1.6452226715403308e-18f,-0.9442710833936065f,-1.3668358734302617f,-0.00450941748987018f,0.999988596977283f,-0.0015719635196123618f,2.0964278265272203f,0.9442603158489916f,0.004775553936973089f,0.32916508016093937f,-0.6444880356704378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32916883368062755f,-1.6452226715403308e-18f,-0.9442710833936065f,-1.240625f,-0.00450941748987018f,0.999988596977283f,-0.0015719635196123618f,2.096875f,0.9442603158489916f,0.004775553936973089f,0.32916508016093937f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.329168833680628f,-4.75549302926404e-19f,0.9442710833936064f,1.3668358734302617f,-0.00450941748987018f,0.999988596977283f,-0.0015719635196123618f,2.0964278265272203f,-0.9442603158489915f,-0.004775553936973089f,-0.3291650801609398f,-0.8317619643295624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.329168833680628f,-4.75549302926404e-19f,0.9442710833936064f,1.3976954515878206f,-0.00450941748987018f,0.999988596977283f,-0.0015719635196123618f,2.0968505844168956f,-0.9442603158489915f,-0.004775553936973089f,-0.3291650801609398f,-0.7432375597187194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.329168833680628f,-4.75549302926404e-19f,0.9442710833936064f,1.240625f,-0.00450941748987018f,0.999988596977283f,-0.0015719635196123618f,2.096875f,-0.9442603158489915f,-0.004775553936973089f,-0.3291650801609398f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5286684510097452f,-0.32338679145485566f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.32338679145485566f,1.5286684510097452f,0f,1.3404975f,-1.872078925486627e-16f,-3.9603459904172165e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109.mcfunction new file mode 100644 index 000000000..2dbfd818f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109_as_bone.mcfunction new file mode 100644 index 000000000..715b4a087 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_109_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3378220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3378220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3378220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3378220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3973403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4019992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4031450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5827698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2078160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2723523678184533f,-0.010475030134406316f,0.2116216102434847f,-0.27238212870428896f,0.962187988137152f,0.0015004822891414582f,0.607992917696996f,0.009670288266383142f,0.00429688587954119f,-0.9999440095808282f,-0.14299071894920545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2512620107988184f,0.10560748288814234f,0.12500000000000003f,-0.27238212870428896f,0.8726725974586382f,-0.4052783162313444f,0.9083623478546277f,0.009670288266383142f,-0.41870029803443887f,-0.9080729849250649f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.17522346284638388f,0.20918327258530953f,-0.21081455034720487f,0.2727416187405329f,0.6414539535488553f,0.7170417246460186f,0.620049604256953f,-0.00853890321831601f,0.7468825634225671f,-0.6649011382056458f,-0.1813402577936776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.2687697595288349f,-0.04715633387139238f,-0.12499999999999996f,0.2727416187405329f,0.9417033258912861f,-0.19699455680826253f,0.9188959502059202f,-0.00853890321831601f,-0.20237999497999354f,-0.9792698426704082f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1016563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1016563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1016563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1250341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1250341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1250341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9891496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.14054602095801255f,-1.3288322411544469e-18f,-0.9900741467147144f,-1.3957242167396142f,-0.0038188882134189903f,0.999992561076867f,-0.0005421104516873625f,2.090722693817251f,0.990066781629241f,0.003857173956204097f,0.14054497544696598f,-0.763452634071826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.14054602095801255f,-1.3288322411544469e-18f,-0.9900741467147144f,-1.3825480272748005f,-0.0038188882134189903f,0.999992561076867f,-0.0005421104516873625f,2.090364673047243f,0.990066781629241f,0.003857173956204097f,0.14054497544696598f,-0.6706338732940845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.14054602095801255f,-1.3288322411544469e-18f,-0.9900741467147144f,-1.240625f,-0.0038188882134189903f,0.999992561076867f,-0.0005421104516873625f,2.090625f,0.990066781629241f,0.003857173956204097f,0.14054497544696598f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.140546020958013f,-3.840970933104707e-19f,0.9900741467147144f,1.3825480272748005f,-0.0038188882134189903f,0.999992561076867f,-0.0005421104516873625f,2.090364673047243f,-0.990066781629241f,-0.003857173956204097f,-0.14054497544696642f,-0.8056161267059155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.140546020958013f,-3.840970933104707e-19f,0.9900741467147144f,1.3957242167396142f,-0.0038188882134189903f,0.999992561076867f,-0.0005421104516873625f,2.090722693817251f,-0.990066781629241f,-0.003857173956204097f,-0.14054497544696642f,-0.7127973659281742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.140546020958013f,-3.840970933104707e-19f,0.9900741467147144f,1.240625f,-0.0038188882134189903f,0.999992561076867f,-0.0005421104516873625f,2.090625f,-0.990066781629241f,-0.003857173956204097f,-0.14054497544696642f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.556657025913952f,-0.1350005691570588f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.1350005691570588f,1.556657025913952f,0f,1.3342474999999998f,-1.9063550441557597e-16f,-1.6532801490126294e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..38025f872 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6520321036555337f,-0.11497085216256911f,-0.47810070424545137f,0.0439276632829788f,-0.05079013916726872f,0.8055302909101574f,-0.12444178009820928f,1.2532232740712597f,0.48910013495229515f,-0.06962110329242333f,-0.6502910151696986f,-0.44800413225763885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.633204788997685f,0.14037812208073575f,-0.4683435470159524f,0.0439276632829788f,0.2560056750068659f,0.7480648098382905f,-0.12190215193293971f,1.2532232740712597f,0.4165486640894153f,-0.2463595403524869f,-0.6370197699621537f,-0.44800413225763885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6520321036555335f,0.11497085216256911f,0.4781007042454515f,-0.043927663282978716f,0.05079013916726872f,0.8055302909101574f,-0.12444178009820928f,1.2532232740712597f,-0.48910013495229526f,-0.06962110329242331f,-0.6502910151696983f,-0.44800413225763885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6332047889976847f,-0.14037812208073563f,0.4683435470159525f,-0.043927663282978716f,-0.2560056750068659f,0.7480648098382905f,-0.12190215193293971f,1.2532232740712597f,-0.41654866408941543f,-0.24635954035248692f,-0.6370197699621535f,-0.44800413225763885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000005066651241927612f,0.0000013303643154287643f,0.000014720726917544094f,-0.3663491992340098f,-0.000013794041445535985f,0.000005164735990247234f,-0.000005214455652307392f,1.9765015650415905f,-0.000005309810805622834f,-0.000014686601306608644f,-5.002761929297853e-7f,0.13200970326788958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1813634284835198f,-0.9793406217655516f,0.08943854520600314f,-0.34352191551809f,0.9458195026669407f,-0.19861366500833658f,-0.25686198715811887f,1.7336744569731453f,0.2693190954677454f,0.03800734970791033f,0.9623007150494156f,0.07871760330665481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.12771624093786232f,-0.9793406217655516f,0.156781722023216f,-0.2984375f,0.7532289678971693f,-0.19861366500833658f,-0.6270556067786347f,1.4535303986229495f,0.6452400202415125f,0.03800734970791033f,0.7630339164459949f,-0.1577728703226643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08434989645197002f,0.9925412382855352f,-0.08801696013359434f,0.3700735651038579f,-0.9938924739002433f,-0.09011330165604631f,-0.06369727772127615f,1.7625766927769138f,-0.07115367378425974f,0.082106535472295f,0.9940803144312539f,0.019242321575118182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18209518602816782f,0.9765175247174963f,-0.11512978391789519f,0.2984375f,-0.855294659025134f,-0.21506742443781116f,-0.4713990339285463f,1.4535303986229495f,-0.4850900838694264f,0.012630394502976205f,0.8743729659969209f,-0.15777287032266424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.803773075690048e-17f,1.0182565992946028e-16f,-0.15625000000000003f,0f,0.8314696123025451f,-0.5555702330196022f,1.2382944330566499f,-1.2246467991473532e-16f,-0.5555702330196022f,-0.8314696123025451f,0.12237448299111978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.104740796556396e-17f,1.153807095052164e-16f,-0.15625000000000003f,0f,0.9421549918355965f,-0.3351775221569416f,1.4128536345123435f,-1.2246467991473532e-16f,-0.3351775221569416f,-0.9421549918355965f,0.05364022888772077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450643e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128859f,-0.5372996083468239f,1.23546242868228f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128859f,0.11469489778499747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.597550406614632e-17f,1.1706135542443231e-16f,0.15624999999999997f,0f,0.9558785072229397f,-0.2937622838780444f,1.4128536345123435f,-1.2246467991473532e-16f,-0.2937622838780444f,-0.9558785072229397f,0.0536402288877208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.2446707317765934e-17f,1.2183052697729108e-16f,0.29375f,0f,0.9948217482960332f,-0.10163507818280186f,2.068382067219105f,-1.2246467991473532e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.20804516886181526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.2446707317765934e-17f,1.2183052697729108e-16f,0.33125f,0f,0.9948217482960332f,-0.10163507818280186f,1.934501060102463f,-1.2246467991473532e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.28860532299171815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.2446707317765934e-17f,1.2183052697729108e-16f,-0.29375f,0f,0.9948217482960332f,-0.10163507818280186f,2.068382067219105f,-1.2246467991473532e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.20804516886181534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.2446707317765934e-17f,1.2183052697729108e-16f,-0.33125f,0f,0.9948217482960332f,-0.10163507818280186f,1.934501060102463f,-1.2246467991473532e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.2886053229917182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2183052697729108e-16f,0.19523827377799088f,0.15562440800507715f,0.9825738417624628f,-0.10163507818280186f,2.172378645780601f,-0.01589922908484877f,-0.10038378171662864f,-0.9948217482960332f,-0.24065875058981234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2183052697729108e-16f,0.0800532618111328f,0f,0.9948217482960332f,-0.10163507818280186f,2.1824038453113754f,-1.214306433183765e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.2416829661740149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2183052697729108e-16f,0.05771677939820301f,0.2406691631315519f,0.9652712907780562f,-0.10163507818280186f,2.1781065287370693f,-0.024587750773403978f,-0.09861608200049939f,-0.9948217482960332f,-0.24124393465228355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2183052697729108e-16f,0.08682420206637906f,-0.06939525716509705f,0.9923984125167503f,-0.10163507818280186f,2.1880559185790287f,0.007089704662740616f,-0.10138750024050973f,-0.9948217482960332f,-0.2422604052071249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2183052697729108e-16f,0.1446100421182231f,0.08670442837426463f,0.9910361511988692f,-0.10163507818280186f,2.289074655673814f,-0.008858080728238528f,-0.10124832602584724f,-0.9948217482960332f,-0.28399355721517894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2183052697729108e-16f,0.12500000000000003f,0.08670442837426463f,0.9910361511988692f,-0.10163507818280186f,2.066091521654069f,-0.008858080728238528f,-0.10124832602584724f,-0.9948217482960332f,-0.26121268385936336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2183052697729108e-16f,-0.19523827377799083f,-0.15562440800507715f,0.9825738417624628f,-0.10163507818280186f,2.172378645780601f,0.015899229084848532f,-0.10038378171662868f,-0.9948217482960332f,-0.24065875058981234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2183052697729108e-16f,-0.08005326181113276f,0f,0.9948217482960332f,-0.10163507818280186f,2.1824038453113754f,-1.214306433183765e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.2416829661740149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2183052697729108e-16f,-0.05771677939820295f,-0.2406691631315519f,0.9652712907780562f,-0.10163507818280186f,2.1781065287370693f,0.024587750773403742f,-0.09861608200049946f,-0.9948217482960332f,-0.24124393465228353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2183052697729108e-16f,-0.086824202066379f,0.06939525716509705f,0.9923984125167503f,-0.10163507818280186f,2.1880559185790287f,-0.007089704662740863f,-0.10138750024050971f,-0.9948217482960332f,-0.24226040520712488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2183052697729108e-16f,-0.14461004211822304f,-0.08670442837426463f,0.9910361511988692f,-0.10163507818280186f,2.289074655673814f,0.008858080728238285f,-0.10124832602584727f,-0.9948217482960332f,-0.28399355721517894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2183052697729108e-16f,-0.12499999999999997f,-0.08670442837426463f,0.9910361511988692f,-0.10163507818280186f,2.066091521654069f,0.008858080728238285f,-0.10124832602584727f,-0.9948217482960332f,-0.26121268385936336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.2446707317765934e-17f,1.2183052697729108e-16f,2.1803186250110497e-17f,0f,0.9948217482960332f,-0.10163507818280186f,1.5594214718455643f,-1.2246467991473532e-16f,-0.10163507818280186f,-0.9948217482960332f,-0.17803652665642633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.3017573906702564e-17f,1.2028212301945814e-16f,1.3171596035097035e-17f,0f,0.9821780704706308f,-0.18795275440011186f,1.1911046954190778f,-1.2246467991473532e-16f,-0.18795275440011186f,-0.9821780704706308f,-0.1075542437563844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1297503886803671f,-0.014209978633323704f,0.16593598705670384f,-0.12531165183441026f,0.9766432108513587f,-0.17454234045778216f,0.6372090922929035f,0.036525015674156655f,-0.1712684306439527f,-0.9845471283258921f,0.17113419635474403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12095053373610075f,0.049071939480911084f,0.125f,-0.12531165183441026f,0.7768048535600947f,-0.6171476398723499f,0.8954020005536389f,0.036525015674156655f,-0.6180171420554874f,-0.7853156915251155f,-0.05422352176321747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,0.11107376673150726f,0.08144265533041094f,-0.16425375746114762f,0.13223022760942288f,0.932313803930587f,0.33660977096162703f,0.6829531692023796f,-0.03854159661396529f,0.3441708723069887f,-0.9381156410517272f,0.18774664861832469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,0.1272483926845594f,-0.05270801004012171f,-0.12499999999999999f,0.13223022760942288f,0.771431158672697f,-0.6224219905620787f,0.9041455203908081f,-0.03854159661396529f,-0.6234595528084371f,-0.7809050719148583f,-0.062147831284339414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,0.16648192504352435f,1.042317308600918e-16f,-0.005208333333333322f,0.14169554206395044f,0.8392389191758415f,-0.5249765803345601f,1.083874972720364f,-0.08739911169686407f,-0.5176502730361184f,-0.8511166724369998f,-0.09786806266716125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,-0.1664368485938585f,0.0038738606509067827f,-0.005208333333333322f,-0.1416955420639504f,0.8267960306907295f,-0.5443626520925713f,1.077657337376825f,0.0873991116968638f,-0.5373147113789083f,-0.8388410434703345f,-0.09850332072725797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.429108887340425e-17f,1.042317308600918e-16f,-0.005208333333333322f,0f,0.8511166724369998f,-0.5249765803345601f,1.083874972720364f,-1.2246467991473532e-16f,-0.5249765803345601f,-0.8511166724369998f,-0.09786806266716125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.15930686806752262f,1.2090069734042724e-16f,-0.005208333333333322f,0.15727237807580685f,0.974621321786517f,-0.15930686806752253f,1.1087039710745645f,-0.02537867821348316f,-0.15727237807580677f,-0.987229113117374f,-0.09530662793895488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,-0.15930686806752256f,1.2090069734042724e-16f,-0.005208333333333322f,-0.15727237807580685f,0.974621321786517f,-0.15930686806752253f,1.1087039710745645f,0.025378678213482917f,-0.15727237807580682f,-0.987229113117374f,-0.09530662793895488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.950946460610812e-17f,1.2090069734042724e-16f,-0.005208333333333322f,0f,0.987229113117374f,-0.15930686806752253f,1.1087039710745645f,-1.2246467991473532e-16f,-0.15930686806752253f,-0.987229113117374f,-0.09530662793895488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9793406217655515f,0.20208390868484874f,-0.00735121830152872f,-0.19895833333333332f,0.19413895087164906f,0.9294217205905492f,-0.3138237292636724f,1.122172460426773f,-0.056586343885415114f,-0.3087674839505563f,-0.9494528037456756f,-0.10436943760052259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9793406217655515f,-0.20195561929267267f,0.010289528462280003f,0.1885416666666667f,-0.19413895087164912f,0.924759197247209f,-0.32730795111202704f,1.122399187615768f,0.05658634388541489f,-0.32254357061149236f,-0.9448616992676075f,-0.10644040975195196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.43858583473381e-17f,1.141380453897324e-16f,-0.007812499999999992f,0f,0.9320078692827986f,-0.36243803828370164f,0.9781971939939773f,-1.2246467991473532e-16f,-0.36243803828370164f,-0.9320078692827986f,-0.057267371344116885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.426917063416142e-17f,1.17572198119561e-16f,1.4670248114786e-17f,0f,0.9600498543859287f,-0.27982901403099203f,1.1927083333333333f,-1.2246467991473532e-16f,-0.27982901403099203f,-0.9600498543859287f,-0.11979166666666666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.24474334395432307f,0.20296783795250084f,-0.9481058761272093f,-0.9078701372281797f,0f,0.977844170957984f,0.20933412842509203f,1.1088387218522044f,0.9695878998781161f,-0.05123313459452079f,0.23932085226649968f,0.7076788640102964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.24474334395432307f,0.20296783795250084f,-0.9481058761272093f,-0.8849254487324619f,0f,0.977844170957984f,0.20933412842509203f,1.1088387218522044f,0.9695878998781161f,-0.05123313459452079f,0.23932085226649968f,0.7985777296238699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.24474334395432307f,0.20296783795250084f,-0.9481058761272093f,-0.7541819115612394f,0f,0.977844170957984f,0.20933412842509203f,1.0774386025884406f,0.9695878998781161f,-0.05123313459452079f,0.23932085226649968f,0.7172301689771082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.887438010160008f,-0.45889544380979624f,0.04322903854882405f,0.891592916071317f,-0.44124544757978623f,0.8729133067755146f,0.20814613579009938f,2.088005339420647f,-0.13325251634907195f,0.1656421761051409f,-0.9771419735032335f,-0.56082911442545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8814624764895994f,-0.45889544380979624f,-0.11152970093850668f,0.9748268566559556f,-0.47068613492627953f,0.8729133067755146f,0.12836246040956278f,2.1309154181551104f,0.03845081181175239f,0.1656421761051409f,-0.9854360479331831f,-0.556368309816974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8878286995694785f,-0.45889544380979624f,-0.034280779912057115f,0.9383520033504449f,-0.45770750650094333f,0.8729133067755146f,0.16889700218454237f,2.0841258284601976f,-0.04758191582374227f,0.1656421761051409f,-0.9850373753222239f,-0.4108431058228784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.9778903683350959f,0.21868997452207678f,1.198879215167643f,-0.08867746093750008f,-0.1933838291210363f,1.489812446504619f,-0.4294971698095436f,1.8910232161458334f,-1.2032204171106542f,-0.4171807992746736f,-0.9053325679354568f,0.5289632161458334f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11.mcfunction new file mode 100644 index 000000000..2073a5945 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110.mcfunction new file mode 100644 index 000000000..443edabed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110_as_bone.mcfunction new file mode 100644 index 000000000..c9bd7e39d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_110_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.10863481427358272f,-0.5249432145773404f,0.04839555568810225f,-0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.3315294147508323f,0.5146768737905775f,0.10377694872909858f,-0.625525782795626f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248054f,-0.5142300877492314f,0.04839555568810225f,0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.3315294147508323f,0.5046985944411788f,-0.09901803795313463f,-0.6127599504936745f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773406f,-0.048395555688102124f,0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.3315294147508323f,-0.5146768737905777f,0.10377694872909862f,-0.6255257827956258f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492316f,-0.048395555688102124f,-0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.3315294147508323f,-0.504698594441179f,-0.09901803795313469f,-0.6127599504936743f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3910903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3957492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3968950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2015660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,-0.2677817751111368f,-0.008321816540387605f,0.2098530391128096f,-0.26780659737683365f,0.9634706016643255f,0.0020065218725858203f,0.601262254081753f,0.007480515600267032f,0.004161808130031364f,-0.9999633599484747f,-0.14294550336864942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,-0.2462096596505439f,0.10562734119046385f,0.12500000000000003f,-0.26780659737683365f,0.8740489016552014f,-0.4053617445156592f,0.9021123478546278f,0.007480515600267032f,-0.41883089786941385f,-0.9080334359902473f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,0.17271086587182077f,0.2048103721055387f,-0.20915279732429903f,0.26780659737683365f,0.6421943081772339f,0.7182381895626314f,0.6133388576094085f,-0.007480515600267275f,0.7468315923650859f,-0.6649711381193806f,-0.18131242190478128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,0.2637264181378507f,-0.04716681130183422f,-0.12499999999999996f,0.26780659737683365f,0.943109672217999f,-0.19703749026594142f,0.9126459502059203f,-0.007480515600267275f,-0.2024661022122912f,-0.9792607003966391f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.0954063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1187841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9828996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.20625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[2.1047843134549397e-15f,0f,-1f,-1.3906250000000002f,0f,1f,0f,2.084375f,1f,0f,2.1047843134549397e-15f,-0.7849999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[2.1047843134549397e-15f,0f,-1f,-1.390625f,0f,1f,0f,2.084375f,1f,0f,2.1047843134549397e-15f,-0.6912499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[2.1047843134549397e-15f,0f,-1f,-1.240625f,0f,1f,0f,2.084375f,1f,0f,2.1047843134549397e-15f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.5488735233050027e-15f,0f,1f,1.390625f,0f,1f,0f,2.084375f,-1f,0f,-2.5488735233050027e-15f,-0.7850000000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.5488735233050027e-15f,0f,1f,1.3906250000000002f,0f,1f,0f,2.084375f,-1f,0f,-2.5488735233050027e-15f,-0.6912500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.5488735233050027e-15f,0f,1f,1.240625f,0f,1f,0f,2.084375f,-1f,0f,-2.5488735233050027e-15f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5625f,-3.827021247335479e-15f,1.9135106236677394e-16f,-0.00034250000000012385f,-3.827021247335479e-15f,1.5625f,0f,1.3279975f,-1.9135106236677394e-16f,-4.686749320818306e-31f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111.mcfunction new file mode 100644 index 000000000..4ca78741d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111_as_bone.mcfunction new file mode 100644 index 000000000..8d0691a6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_111_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3301130855008543f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3301130855008543f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3301130855008543f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3301130855008543f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3896314080587082f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3942902998914324f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4503721936308775f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3954361567006184f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4503721936308775f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.4485445668507026e-17f,1.140992679656311e-16f,-0.15625f,0f,0.931691227585549f,-0.3632512304729782f,1.1995255380977414f,-1.2246467991473532e-16f,-0.3632512304729782f,-0.931691227585549f,-0.04530548568550115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6620364137612154e-17f,1.213316171595506e-16f,-0.15625f,0f,0.9907478404714436f,-0.1357155724343043f,1.3844425358584227f,-1.2246467991473532e-16f,-0.1357155724343043f,-0.9907478404714436f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.488345541914889e-17f,1.1394328964996512e-16f,0.15625f,0f,0.9304175679820246f,-0.36650122672429714f,1.1997509233988717f,-1.2246467991473532e-16f,-0.36650122672429714f,-0.9304175679820246f,-0.0440153030069226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.746700671282548e-17f,1.2121262930533552e-16f,0.15625f,0f,0.989776230907789f,-0.14262893370551155f,1.3844425358584227f,-1.2246467991473532e-16f,-0.14262893370551155f,-0.989776230907789f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0794890286379375f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9647879768220953f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0794890286379375f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9647879768220953f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1879447626688244f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.197968763684588f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.19367196085551f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2036201612455253f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3110148047907884f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.088058328458252f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1879447626688244f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.197968763684588f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.19367196085551f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2036201612455253f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3110148047907884f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.088058328458252f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5750608679110982f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2001071307304754f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9647197664932485f,-0.26320585100629185f,-0.006200978411976435f,0.20808796062473212f,-0.26322577200177777f,0.9647306563196186f,0.0026369890378598604f,0.5993098755125945f,0.005288203029405639f,0.00417621277850827f,-0.9999772968200571f,-0.1429477771581398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9647197664932485f,-0.24116615907817168f,0.10561560421024019f,0.12500000000000003f,-0.26322577200177777f,0.8754573459388582f,-0.4053228693224187f,0.9006534107246646f,0.005288203029405639f,-0.41882373280077195f,-0.9080521547529896f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9648113467222239f,0.170182104459627f,0.20044230231600615f,-0.20749070397516411f,0.262864679618436f,0.6428736830192096f,0.7194550631487793f,0.6114197715995326f,-0.006420704411947618f,0.7468276099629749f,-0.6649866882516107f,-0.18130708166576892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9648113467222239f,0.25867917802851526f,-0.04716087457353089f,-0.12499999999999996f,0.262864679618436f,0.9445032030777851f,-0.1970174093447104f,0.9111870130759572f,-0.006420704411947618f,-0.20248156022289018f,-0.979265026601358f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1698785884678544e-16f,-0.006249999999999964f,0.16588234674719496f,0.9407655373028877f,-0.2957080500440466f,1.0939474285306643f,-0.051349164011590245f,-0.2912155803114991f,-0.9552783621223437f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1698785884678544e-16f,-0.006249999999999964f,-0.16588234674719496f,0.9407655373028877f,-0.2957080500440466f,1.0939474285306643f,0.05134916401159001f,-0.2912155803114991f,-0.9552783621223437f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.6213791696854705e-17f,1.1698785884678544e-16f,-0.006249999999999964f,0f,0.9552783621223437f,-0.2957080500440466f,1.0939474285306643f,-1.2246467991473532e-16f,-0.2957080500440466f,-0.9552783621223437f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2167745927772288e-16f,-0.006249999999999965f,0.17253194211938971f,0.97847726664503f,0.11320321376790662f,1.1173251778040059f,0.019657531776836823f,0.1114834025845328f,-0.9935718556765875f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2167745927772288e-16f,-0.006249999999999965f,-0.17253194211938971f,0.97847726664503f,0.11320321376790662f,1.1173251778040059f,-0.019657531776837066f,0.11148340258453275f,-0.9935718556765875f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.3863395339406045e-17f,1.2167745927772288e-16f,-0.006249999999999965f,0f,0.9935718556765875f,0.11320321376790662f,1.1173251778040059f,-1.2246467991473532e-16f,0.11320321376790662f,-0.9935718556765875f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1333768809071871f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1333768809071871f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9814406777907078f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.204791062870037f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.15172315804659162f,-1.4452120796741638e-17f,-0.988423028521882f,-1.3817764312448484f,-0.041464220661348486f,0.9991197166220931f,0.006364767233406518f,2.0858144132985488f,0.9875529361595338f,0.04194987314627356f,-0.15158959867251967f,-0.8071549836833563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15172315804659162f,-1.4452120796741638e-17f,-0.988423028521882f,-1.3960004773117163f,-0.041464220661348486f,0.9991197166220931f,0.006364767233406518f,2.0819271426115473f,0.9875529361595338f,0.04194987314627356f,-0.15158959867251967f,-0.7145718959184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15172315804659162f,-1.4452120796741638e-17f,-0.988423028521882f,-1.240625f,-0.041464220661348486f,0.9991197166220931f,0.006364767233406518f,2.082916062870037f,0.9875529361595338f,0.04194987314627356f,-0.15158959867251967f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.15172315804659117f,-4.1773652220973506e-18f,0.988423028521882f,1.3960004773117163f,-0.041464220661348486f,0.9991197166220931f,0.006364767233406518f,2.0819271426115473f,-0.9875529361595338f,-0.04194987314627356f,0.15158959867251923f,-0.7616781040816002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.15172315804659117f,-4.1773652220973506e-18f,0.988423028521882f,1.3817764312448484f,-0.041464220661348486f,0.9991197166220931f,0.006364767233406518f,2.0858144132985488f,-0.9875529361595338f,-0.04194987314627356f,0.15158959867251923f,-0.6690950163166439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15172315804659117f,-4.1773652220973506e-18f,0.988423028521882f,1.240625f,-0.041464220661348486f,0.9991197166220931f,0.006364767233406518f,2.082916062870037f,-0.9875529361595338f,-0.04194987314627356f,0.15158959867251923f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5594074600445207f,0.09825794399180433f,1.9135106236677394e-16f,-0.00034250000000012385f,0.09825794399180433f,1.5594074600445207f,0f,1.3265385628700368f,-1.9097233545100262e-16f,1.2033127660036308e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112.mcfunction new file mode 100644 index 000000000..cae98019b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112_as_bone.mcfunction new file mode 100644 index 000000000..766c44424 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_112_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429171f,-0.11472886686607593f,-0.48002462270551977f,0.04409830056250533f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.3271834362827677f,0.4704461535682601f,0.0959778793777365f,-0.6606157034974466f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403447f,0.1400826607455024f,-0.47022820183397857f,0.04409830056250533f,0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.3271834362827677f,0.4617450286450011f,-0.08949546167463968f,-0.6471337503648457f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429169f,0.11472886686607589f,0.4800246227055199f,-0.0440983005625052f,0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.3271834362827677f,-0.47044615356826014f,0.09597787937773651f,-0.6606157034974464f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550235f,0.4702282018339787f,-0.0440983005625052f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.3271834362827677f,-0.46174502864500117f,-0.0894954616746397f,-0.6471337503648454f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3866579727725579f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.391316864605282f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4473987583447272f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.392462721414468f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4473987583447272f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.8832677092228987e-17f,1.123074684721576e-16f,-0.15625f,0f,0.9170600743851243f,-0.398749068925246f,1.1972552521171855f,-1.2246467991473532e-16f,-0.398749068925246f,-0.9170600743851243f,-0.04143981519611686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.915769668878471e-17f,1.2095693648649964e-16f,-0.15625f,0f,0.9876883405951378f,-0.1564344650402307f,1.3814691005722723f,-1.2246467991473532e-16f,-0.1564344650402307f,-0.9876883405951378f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.96155347451438e-17f,1.119638179885449e-16f,0.15625f,0f,0.9142539552342638f,-0.40514158677986223f,1.1977689289764057f,-1.2246467991473532e-16f,-0.40514158677986223f,-0.9142539552342638f,-0.03887124906072681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0844651833815567e-17f,1.2067766287323262e-16f,0.15625f,0f,0.9854078984834901f,-0.17020949916603237f,1.3814691005722723f,-1.2246467991473532e-16f,-0.17020949916603237f,-0.9854078984834901f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.076515593351787f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9618145415359447f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.076515593351787f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9618145415359447f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1849713273826734f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.194995328398437f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.190698525569359f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2006467259593743f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3080413695046373f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.085084893172101f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1849713273826734f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.194995328398437f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.190698525569359f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2006467259593743f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3080413695046373f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.085084893172101f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5720874326249477f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.197133695444325f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.965969420055425f,-0.25862420498376604f,-0.004074323784493433f,0.20632017107771355f,-0.258637770185967f,0.965968920481135f,0.0032478450919755097f,0.5958529187630415f,0.00309569879297513f,0.004191093058562578f,-0.9999864256018467f,-0.14295096497441656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.965969420055425f,-0.23611501452852135f,0.10560672058151452f,0.12500000000000003f,-0.258637770185967f,0.876837753314613f,-0.4052925587713311f,0.8976799754385143f,0.00309569879297513f,-0.4188141046769772f,-0.9080667169171025f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9661525887334851f,0.16765093831297545f,0.19606717768755738f,-0.20582611914450494f,0.2579155641961209f,0.6435434739446603f,0.7206464867663167f,0.6079952797563801f,-0.005360692957253408f,0.7468232455045954f,-0.6650009796571738f,-0.18130209276845982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9661525887334851f,0.2536246258822299f,-0.04715638270355587f,-0.12499999999999996f,0.2579155641961209f,0.9458699016599666f,-0.19700175349260632f,0.9082135777898068f,-0.005360692957253408f,-0.20249611917235327f,-0.9792683925723091f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1660222131957734e-16f,-0.006249999999999964f,0.16533553395279338f,0.9376644078432638f,-0.30569530496310554f,1.0909739932445142f,-0.05308343262817992f,-0.30105110638709764f,-0.9521293927421387f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1660222131957734e-16f,-0.006249999999999964f,-0.16533553395279338f,0.9376644078432638f,-0.30569530496310554f,1.0909739932445142f,0.05308343262817968f,-0.30105110638709764f,-0.9521293927421387f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.7436877673744124e-17f,1.1660222131957734e-16f,-0.006249999999999964f,0f,0.9521293927421387f,-0.30569530496310554f,1.0909739932445142f,-1.2246467991473532e-16f,-0.30569530496310554f,-0.9521293927421387f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.2152561314231537e-16f,-0.006249999999999965f,0.17231663265450864f,0.9772561859912582f,0.12360147674049261f,1.1143517425178557f,0.021463171192927896f,0.12172369257779525f,-0.9923319378854888f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.2152561314231537e-16f,-0.006249999999999965f,-0.17231663265450864f,0.9772561859912582f,0.12360147674049261f,1.1143517425178557f,-0.02146317119292814f,0.1217236925777952f,-0.9923319378854888f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.513681528601303e-17f,1.2152561314231537e-16f,-0.006249999999999965f,0f,0.9923319378854888f,0.12360147674049261f,1.1143517425178557f,-1.2246467991473532e-16f,0.12360147674049261f,-0.9923319378854888f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.130403445621037f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.130403445621037f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9784672425045574f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2018176275838865f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2934062910081819f,-1.5795252981617964e-17f,-0.9559878390423291f,-1.370269755965341f,-0.041423796453247425f,0.9990607762525778f,0.01271355343704015f,2.0837914010581886f,0.9550899525616537f,0.04333088221576557f,-0.2931307168520239f,-0.8268644490541313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2934062910081819f,-1.5795252981617964e-17f,-0.9559878390423291f,-1.397776595747358f,-0.041423796453247425f,0.9990607762525778f,0.01271355343704015f,2.0799079201406965f,0.9550899525616537f,0.04333088221576557f,-0.2931307168520239f,-0.7373247660014762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2934062910081819f,-1.5795252981617964e-17f,-0.9559878390423291f,-1.240625f,-0.041423796453247425f,0.9990607762525778f,0.01271355343704015f,2.0799426275838866f,0.9550899525616537f,0.04333088221576557f,-0.2931307168520239f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.29340629100818144f,-3.4475242636875006e-18f,0.9559878390423292f,1.397776595747358f,-0.041423796453247425f,0.9990607762525778f,0.01271355343704015f,2.0799079201406965f,-0.9550899525616539f,-0.04333088221576557f,0.29313071685202347f,-0.738925233998524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.29340629100818144f,-3.4475242636875006e-18f,0.9559878390423292f,1.370269755965341f,-0.041423796453247425f,0.9990607762525778f,0.01271355343704015f,2.0837914010581886f,-0.9550899525616539f,-0.04333088221576557f,0.29313071685202347f,-0.6493855509458688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29340629100818144f,-3.4475242636875006e-18f,0.9559878390423292f,1.240625f,-0.041423796453247425f,0.9990607762525778f,0.01271355343704015f,2.0799426275838866f,-0.9550899525616539f,-0.04333088221576557f,0.29313071685202347f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5511577695312837f,0.18792504894966203f,1.9135106236677394e-16f,-0.00034250000000012385f,0.18792504894966203f,1.5511577695312837f,0f,1.3235651275838864f,-1.8996203974290344e-16f,2.3014180967581327e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113.mcfunction new file mode 100644 index 000000000..6e25015d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113_as_bone.mcfunction new file mode 100644 index 000000000..e0f2dad8a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_113_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,-0.11756803868147217f,-0.45667420450110974f,0.04209624274449589f,-0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.324635998798552f,0.44745331760357593f,0.09192362203415874f,-0.6769638252684695f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,0.1435492577151962f,-0.4473543227765973f,0.04209624274449589f,0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.324635998798552f,0.43941610685748156f,-0.08454525889177496f,-0.6631482369976845f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,0.11756803868147217f,0.45667420450110985f,-0.042096242744495735f,0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.324635998798552f,-0.44745331760357604f,0.09192362203415876f,-0.6769638252684695f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,-0.1435492577151962f,0.4473543227765974f,-0.042096242744495735f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.324635998798552f,-0.43941610685748167f,-0.08454525889177497f,-0.6631482369976845f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.384065624378779f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3887245162115032f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.15489033366193494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4448064099509483f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3898703730206892f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.15640258846994376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4448064099509483f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.3107920986130767e-17f,1.1035010899473307e-16f,-0.15625f,0f,0.9010770213220914f,-0.43365908458754454f,1.195446855311258f,-1.2246467991473532e-16f,-0.43365908458754454f,-0.9010770213220914f,-0.037589718160150005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.168662604102181e-17f,1.2052920010344154e-16f,-0.15625f,0f,0.9841956079692419f,-0.17708474031958346f,1.3788767521784935f,-1.2246467991473532e-16f,-0.17708474031958346f,-0.9841956079692419f,-0.07694432951987965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.426057156372382e-17f,1.0978792374481171e-16f,0.15625f,0f,0.8964864303834404f,-0.44307119082418f,1.1963112653142902f,-1.2246467991473532e-16f,-0.44307119082418f,-0.8964864303834404f,-0.03375688335740769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4206042922327598e-17f,1.200485956296908e-16f,0.15625f,0f,0.9802711746217219f,-0.19765734037912636f,1.3788767521784935f,-1.2246467991473532e-16f,-0.19765734037912636f,-0.9802711746217219f,-0.07694432951987962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0739232449580083f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.1998554614698033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.959222193142166f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0739232449580083f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.959222193142166f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1823789789888948f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.21063914458123725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1924029800046583f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1881061771755803f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.21004729622194646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1980543775655956f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3054490211108587f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.22933751141775044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0824925447783222f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.252377821951693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1823789789888948f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.21063914458123734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1924029800046583f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1881061771755803f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1980543775655956f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3054490211108587f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0824925447783222f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.3552203613578107e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.569495084231169f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.27397453402024535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.4273550458669845e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.1945413470505462f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.27986477801217813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9671925668240451f,-0.2540369408336651f,-0.0019420021081483635f,0.2045497266457168f,-0.25404275868799275f,0.9671853692433593f,0.0038390467281698704f,0.5927869835467009f,0.0009030163394991124f,0.004206449032107873f,-0.999990745131189f,-0.14295506702193922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9671925668240451f,-0.23105638322776187f,0.10560059871999203f,0.12500000000000003f,-0.25404275868799275f,0.8781900829081746f,-0.40527084158612714f,0.8950876270447354f,0.0009030163394991124f,-0.4188020129505578f,-0.9080771214550288f,-0.3008867355728223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9674673378585437f,0.16511739832848155f,0.19168514534552786f,-0.204159092578997f,0.25295939594431516f,0.6442036744070613f,0.7218124201507814f,0.6049609805235723f,-0.004300486064358805f,0.7468184991346121f,-0.6650140112583611f,-0.18129745556787194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9674673378585437f,0.24856290456158037f,-0.04715328888649526f,-0.12499999999999996f,0.25295939594431516f,0.947209729821234f,-0.19699053717240347f,0.905621229396028f,-0.004300486064358805f,-0.20250977805502532f,-0.9792707978959214f,-0.3043071845937614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1620379704481392e-16f,-0.006249999999999964f,0.1647705902539318f,0.9344604529148024f,-0.31564903694710256f,1.088381644850735f,-0.05481188004818604f,-0.3108536188163435f,-0.9488760116444965f,-0.2975325135447085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1620379704481392e-16f,-0.006249999999999964f,-0.1647705902539318f,0.9344604529148024f,-0.31564903694710256f,1.088381644850735f,0.0548118800481858f,-0.3108536188163435f,-0.9488760116444965f,-0.2975325135447085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.865585827512137e-17f,1.1620379704481392e-16f,-0.006249999999999964f,0f,0.9488760116444965f,-0.31564903694710256f,1.088381644850735f,-1.2246467991473532e-16f,-0.31564903694710256f,-0.9488760116444965f,-0.2975325135447085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.2136044035395766e-16f,-0.006249999999999965f,0.17208242672902496f,0.975927938184016f,0.13398618541829213f,1.1117593941240766f,0.02326645693042974f,0.13195063419646538f,-0.9909831997148362f,-0.2888068566116877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.2136044035395766e-16f,-0.006249999999999965f,-0.17208242672902496f,0.975927938184016f,0.13398618541829213f,1.1117593941240766f,-0.023266456930429984f,0.13195063419646533f,-0.9909831997148362f,-0.2888068566116877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.640857531024752e-17f,1.2136044035395766e-16f,-0.006249999999999965f,0f,0.9909831997148362f,0.13398618541829213f,1.1117593941240766f,-1.2246467991473532e-16f,0.13398618541829213f,-0.9909831997148362f,-0.2888068566116877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.127811097227258f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.127811097227258f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9758748941107785f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.2850112588477025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.5667838025166654e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.1992252791901077f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29124999999999995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.415067204905158f,-1.1501546389043774e-17f,-0.9097907536418578f,-1.3576373378163495f,-0.03495475003381985f,0.999261654337684f,0.015947150854873846f,2.0813808557261737f,0.9091190135852911f,0.038420647708165105f,-0.4147607418348467f,-0.8429540650370377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.415067204905158f,-1.1501546389043774e-17f,-0.9097907536418578f,-1.396549888276208f,-0.03495475003381985f,0.999261654337684f,0.015947150854873846f,2.078103847910503f,0.9091190135852911f,0.038420647708165105f,-0.4147607418348467f,-0.7577241575134166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.415067204905158f,-1.1501546389043774e-17f,-0.9097907536418578f,-1.240625f,-0.03495475003381985f,0.999261654337684f,0.015947150854873846f,2.0773502791901075f,0.9091190135852911f,0.038420647708165105f,-0.4147607418348467f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4150672049051576f,-5.560648693602889e-18f,0.9097907536418579f,1.396549888276208f,-0.03495475003381985f,0.999261654337684f,0.015947150854873846f,2.078103847910503f,-0.9091190135852912f,-0.038420647708165105f,0.41476074183484624f,-0.7185258424865834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4150672049051576f,-5.560648693602889e-18f,0.9097907536418579f,1.3576373378163495f,-0.03495475003381985f,0.999261654337684f,0.015947150854873846f,2.0813808557261737f,-0.9091190135852912f,-0.038420647708165105f,0.41476074183484624f,-0.6332959349629623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4150672049051576f,-5.560648693602889e-18f,0.9097907536418579f,1.240625f,-0.03495475003381985f,0.999261654337684f,0.015947150854873846f,2.0773502791901075f,-0.9091190135852912f,-0.038420647708165105f,0.41476074183484624f,-0.7381249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5401937827307033f,0.2630767219608891f,1.9135106236677394e-16f,-0.0003425000000001247f,0.2630767219608891f,1.5401937827307033f,0f,1.3209727791901076f,-1.8861933860878097e-16f,3.2217606547958103e-17f,-1.5625f,1.0118749999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114.mcfunction new file mode 100644 index 000000000..bef26422b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114_as_bone.mcfunction new file mode 100644 index 000000000..f3453e687 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_114_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.323173580432734f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.606118940540968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.323173580432734f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.606118940540968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.323173580432734f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.606118940540968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.323173580432734f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.606118940540968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3825572249789233f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3872161168116475f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.15489033366193494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4432980105510926f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3883619736208335f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.15640258846994376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4432980105510926f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.73048749259827e-17f,1.0823007500845622e-16f,-0.15625f,0f,0.8837656300886934f,-0.46792981426057356f,1.1948028659144345f,-1.2246467991473532e-16f,-0.46792981426057356f,-0.8837656300886934f,-0.03375688335740773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4206042922327585e-17f,1.200485956296908e-16f,-0.15625f,0f,0.9802711746217219f,-0.19765734037912625f,1.3773683527786378f,-1.2246467991473532e-16f,-0.19765734037912625f,-0.9802711746217219f,-0.07694432951987965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.881041690191489e-17f,1.0741942417664297e-16f,0.15625f,0f,0.8771461637055887f,-0.48022349744318915f,1.1960799097210553f,-1.2246467991473532e-16f,-0.48022349744318915f,-0.8771461637055887f,-0.02867619392549721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.7548558866703678e-17f,1.1932591810242377e-16f,0.15625f,0f,0.9743700647852352f,-0.22495105434386511f,1.3773683527786378f,-1.2246467991473532e-16f,-0.22495105434386511f,-0.9743700647852352f,-0.07694432951987962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0724148455581526f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.1998554614698033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9577137937423104f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0724148455581526f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9577137937423104f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.180870579589039f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.21063914458123725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1908945806048026f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1865977777757246f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.21004729622194646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.19654597816574f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.303940621711003f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.22933751141775044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0809841453784665f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.252377821951693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.180870579589039f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.21063914458123734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1908945806048026f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1865977777757246f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.19654597816574f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.303940621711003f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0809841453784665f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.3552203613578107e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5679866848313133f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.27397453402024535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.4273550458669845e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.1930329476506905f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.27986477801217813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9683891632341721f,-0.24944416244631237f,0.00019583686499603792f,0.20277668358203355f,-0.2494409045584452f,0.9683799781938616f,0.004410551702526855f,0.5908149463071144f,-0.0012898308744173602f,0.004222280747860463f,-0.9999902542933113f,-0.14296008349342598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9683891632341721f,-0.22599042262045863f,0.10559714681015996f,0.12500000000000003f,-0.2494409045584452f,0.8795142947413175f,-0.4052577457356584f,0.8935792276448797f,-0.0012898308744173602f,-0.41878745710623844f,-0.9080833673770299f,-0.3008867355728223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.96875555592491f,0.16258151540456467f,0.18729635264300742f,-0.20248967409703722f,0.2479963199136096f,0.6448542779182205f,0.7229528238826356f,0.6030197491257168f,-0.0032400885674746635f,0.7468133709966137f,-0.665025782001532f,-0.1812931704113428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.96875555592491f,0.24349415712729544f,-0.04715154620462031f,-0.12499999999999996f,0.2479963199136096f,0.9485226501791699f,-0.19698377447493154f,0.9041128299961723f,-0.0032400885674746635f,-0.20252253588663174f,-0.9792722421697262f,-0.3043071845937614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1579262971420679e-16f,-0.006249999999999964f,0.16418757760305308f,0.9311540238672668f,-0.3255681544571567f,1.0868732454508794f,-0.056534316727871084f,-0.320622042643284f,-0.9455185755993168f,-0.2975325135447085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1579262971420679e-16f,-0.006249999999999964f,-0.16418757760305308f,0.9311540238672668f,-0.3255681544571567f,1.0868732454508794f,0.05653431672787085f,-0.320622042643284f,-0.9455185755993168f,-0.2975325135447085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.98705998260268e-17f,1.1579262971420679e-16f,-0.006249999999999964f,0f,0.9455185755993168f,-0.3255681544571567f,1.0868732454508794f,-1.2246467991473532e-16f,-0.3255681544571567f,-0.9455185755993168f,-0.2975325135447085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.2118195902570725e-16f,-0.006249999999999965f,0.17182935002625782f,0.9744926688806439f,0.14435620100097327f,1.110250994724221f,0.025067191238739992f,0.14216310594114717f,-0.9895257890689694f,-0.2888068566116877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.2118195902570725e-16f,-0.006249999999999965f,-0.17182935002625782f,0.9744926688806439f,0.14435620100097327f,1.110250994724221f,-0.025067191238740235f,0.14216310594114712f,-0.9895257890689694f,-0.2888068566116877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.767853594929138e-17f,1.2118195902570725e-16f,-0.006249999999999965f,0f,0.9895257890689694f,0.14435620100097327f,1.110250994724221f,-1.2246467991473532e-16f,0.14435620100097327f,-0.9895257890689694f,-0.2888068566116877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1263026978274022f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1263026978274022f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9743664947109228f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.2850112588477025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.5667838025166654e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.197716879790252f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29124999999999995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.503834324852854f,-1.1386890169021799e-17f,-0.8638003085783593f,-1.3465778123092764f,-0.026375985509510393f,0.9995337037181824f,0.015384489585774784f,2.079385927548876f,0.8633975217062364f,0.030534818345828014f,-0.5035993887805229f,-0.8541366671470584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.503834324852854f,-1.1386890169021799e-17f,-0.8638003085783593f,-1.3938122802642314f,-0.026375985509510393f,0.9995337037181824f,0.015384489585774784f,2.07691317890736f,0.8633975217062364f,0.030534818345828014f,-0.5035993887805229f,-0.7731931494870987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.503834324852854f,-1.1386890169021799e-17f,-0.8638003085783593f,-1.240625f,-0.026375985509510393f,0.9995337037181824f,0.015384489585774784f,2.075841879790252f,0.8633975217062364f,0.030534818345828014f,-0.5035993887805229f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5038343248528535f,-2.1732931830921603e-18f,0.8638003085783595f,1.3938122802642314f,-0.026375985509510393f,0.9995337037181824f,0.015384489585774784f,2.07691317890736f,-0.8633975217062366f,-0.030534818345828014f,0.5035993887805225f,-0.7030568505129012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5038343248528535f,-2.1732931830921603e-18f,0.8638003085783595f,1.3465778123092766f,-0.026375985509510393f,0.9995337037181824f,0.015384489585774784f,2.079385927548876f,-0.8633975217062366f,-0.030534818345828014f,0.5035993887805225f,-0.6221133328529416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5038343248528535f,-2.1732931830921603e-18f,0.8638003085783595f,1.240625f,-0.026375985509510393f,0.9995337037181824f,0.015384489585774784f,2.075841879790252f,-0.8633975217062366f,-0.030534818345828014f,0.5035993887805225f,-0.7381249999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.530030621843312f,0.31687938749904254f,1.9135106236677394e-16f,-0.00034250000000012385f,0.31687938749904254f,1.530030621843312f,0f,1.3194643797902519f,-1.8737471036378465e-16f,3.8806532761647627e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115.mcfunction new file mode 100644 index 000000000..bd1354457 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115_as_bone.mcfunction new file mode 100644 index 000000000..aaf448b26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_115_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3228034683378989f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3228034683378989f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3228034683378989f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3228034683378989f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3821401177463835f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3867990095791076f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4428809033185528f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3879448663882936f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4428809033185528f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.141735190003591e-17f,1.0595049179784743e-16f,-0.15625f,0f,0.8651514205697045f,-0.5015107371594574f,1.1953302479413113f,-1.2246467991473532e-16f,-0.5015107371594574f,-0.8651514205697045f,-0.029942991995910814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6714842233190427e-17f,1.1951533387425367e-16f,-0.15625f,0f,0.9759167619387474f,-0.21814324139654256f,1.376951245546098f,-1.2246467991473532e-16f,-0.21814324139654256f,-0.9759167619387474f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.325708878494602e-17f,1.048624744371028e-16f,0.15625f,0f,0.8562670846003282f,-0.5165333288666418f,1.1970812095697478f,-1.2246467991473532e-16f,-0.5165333288666418f,-0.8562670846003282f,-0.02363314253378357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.086959327355566e-17f,1.1851019381362865e-16f,0.15625f,0f,0.9677091704819711f,-0.25206935824311366f,1.376951245546098f,-1.2246467991473532e-16f,-0.25206935824311366f,-0.9677091704819711f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0719977383256127f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9572966865097705f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0719977383256127f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9572966865097705f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1804534723564992f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1904774733722627f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1861806705431848f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1961288709332f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.303523514478463f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0805670381459267f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1804534723564992f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1904774733722627f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1861806705431848f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1961288709332f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.303523514478463f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0805670381459267f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5675695775987735f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.1926158404181506f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9695591668312491f,-0.2448459738099129f,0.002339043088433551f,0.2010010982173762f,-0.24483237513240302f,0.9695527234136346f,0.004962318836028101f,0.5899441642361734f,-0.0034828293843351217f,0.004238588241332053f,-0.9999849520213792f,-0.1429660145698422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9695591668312491f,-0.22091729036432534f,0.1055962728110158f,0.12500000000000003f,-0.24483237513240302f,0.8808103497330537f,-0.40525329843218055f,0.8931621204123399f,-0.0034828293843351217f,-0.41877043666097075f,-0.9080854537312331f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9700172055749484f,0.16004332044171346f,0.18290094715599275f,-0.20081791358725243f,0.24302648136609767f,0.6454952780481095f,0.7240676593885459f,0.6021789415868746f,-0.0021795053067176304f,0.7468078612331185f,-0.6650362908571481f,-0.18128923763851834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9700172055749484f,0.23841852683418163f,-0.047151107630540805f,-0.12499999999999996f,0.24302648136609767f,0.9498086261132737f,-0.19698147911828942f,0.9036957227636324f,-0.0021795053067176304f,-0.20253439170430768f,-0.9792727250023785f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1536876441688717e-16f,-0.006249999999999964f,0.16358655993406432f,0.9277454832878619f,-0.33545156975025503f,1.0864561382183395f,-0.05825055378264308f,-0.3303553066501666f,-0.9420574527872967f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1536876441688717e-16f,-0.006249999999999964f,-0.16358655993406432f,0.9277454832878619f,-0.33545156975025503f,1.0864561382183395f,0.05825055378264284f,-0.3303553066501666f,-0.9420574527872967f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.1080969116360493e-17f,1.1536876441688717e-16f,-0.006249999999999964f,0f,0.9420574527872967f,-0.33545156975025503f,1.0864561382183395f,-1.2246467991473532e-16f,-0.33545156975025503f,-0.9420574527872967f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.209901887300531e-16f,-0.006249999999999965f,0.1715574302989195f,0.9729505354745948f,0.15471038629946807f,1.109833887491681f,0.026865176647049335f,0.15235998789922986f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.209901887300531e-16f,-0.006249999999999965f,-0.1715574302989195f,0.9729505354745948f,0.15471038629946807f,1.109833887491681f,-0.026865176647049578f,0.1523599878992298f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.894655793764941e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946807f,1.109833887491681f,-1.2246467991473532e-16f,0.15471038629946807f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1258855905948624f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1258855905948624f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.973949387478383f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.1972997725577121f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5447355180703216f,-7.252099313271731e-18f,-0.8386079032257319f,-1.3408817080743136f,-0.017653131763680035f,0.9997784132704775f,0.011466965479173913f,2.0779723079310104f,0.8384220788431043f,0.021050519194699576f,-0.5446148119084177f,-0.8591182567320333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5447355180703216f,-7.252099313271731e-18f,-0.8386079032257319f,-1.3919506628934062f,-0.017653131763680035f,0.9997784132704775f,0.011466965479173913f,2.0763173268281654f,0.8384220788431043f,0.021050519194699576f,-0.5446148119084177f,-0.7805161868404923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5447355180703216f,-7.252099313271731e-18f,-0.8386079032257319f,-1.240625f,-0.017653131763680035f,0.9997784132704775f,0.011466965479173913f,2.075424772557712f,0.8384220788431043f,0.021050519194699576f,-0.5446148119084177f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5447355180703212f,-2.09620912283598e-18f,0.8386079032257321f,1.3919506628934062f,-0.017653131763680035f,0.9997784132704775f,0.011466965479173913f,2.0763173268281654f,-0.8384220788431045f,-0.021050519194699576f,0.5446148119084172f,-0.6957338131595079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5447355180703212f,-2.09620912283598e-18f,0.8386079032257321f,1.3408817080743136f,-0.017653131763680035f,0.9997784132704775f,0.011466965479173913f,2.0779723079310104f,-0.8384220788431045f,-0.021050519194699576f,0.5446148119084172f,-0.6171317432679668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5447355180703212f,-2.09620912283598e-18f,0.8386079032257321f,1.240625f,-0.017653131763680035f,0.9997784132704775f,0.011466965479173913f,2.075424772557712f,-0.8384220788431045f,-0.021050519194699576f,0.5446148119084172f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.524444767550144f,0.34274538755319134f,1.9135106236677394e-16f,-0.00034250000000012385f,0.34274538755319134f,1.524444767550144f,0f,1.319047272557712f,-1.866906405057215e-16f,4.1974204178953485e-17f,-1.5625f,1.0118749999999999f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116.mcfunction new file mode 100644 index 000000000..42b6ffdef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116_as_bone.mcfunction new file mode 100644 index 000000000..d3d86ac4b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_116_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3233611838187833f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3233611838187833f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3233611838187833f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3233611838187833f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3826498812422323f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3873087730749565f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4433906668144016f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3884546298841425f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4433906668144016f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.73048749259827e-17f,1.0823007500845622e-16f,-0.15625f,0f,0.8837656300886934f,-0.46792981426057356f,1.1948955221777435f,-1.2246467991473532e-16f,-0.46792981426057356f,-0.8837656300886934f,-0.033756883357407785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4206042922327585e-17f,1.200485956296908e-16f,-0.15625f,0f,0.9802711746217219f,-0.19765734037912625f,1.3774610090419468f,-1.2246467991473532e-16f,-0.19765734037912625f,-0.9802711746217219f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.881041690191489e-17f,1.0741942417664297e-16f,0.15625f,0f,0.8771461637055887f,-0.48022349744318915f,1.1961725659843643f,-1.2246467991473532e-16f,-0.48022349744318915f,-0.8771461637055887f,-0.028676193925497265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.7548558866703678e-17f,1.1932591810242377e-16f,0.15625f,0f,0.9743700647852352f,-0.22495105434386511f,1.3774610090419468f,-1.2246467991473532e-16f,-0.22495105434386511f,-0.9743700647852352f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0725075018214616f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9578064500056194f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0725075018214616f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9578064500056194f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.180963235852348f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1909872368681116f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1866904340390336f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.196638634429049f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.304033277974312f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0810768016417756f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.180963235852348f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1909872368681116f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1866904340390336f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.196638634429049f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.304033277974312f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0810768016417756f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5680793410946223f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.1931256039139995f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9707025362729991f,-0.2402424790082174f,0.004487466228637063f,0.19922302695796684f,-0.24021733802190975f,0.9707035814774182f,0.0054943080165529845f,0.5900102295895392f,-0.005675965718228363f,0.00425537153482658f,-0.9999748372965521f,-0.14297286042039029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9707025362729991f,-0.21583714432496967f,0.10559788446180708f,0.12500000000000003f,-0.24021733802190975f,0.882078209700773f,-0.4052575261296781f,0.8936718839081887f,-0.005675965718228363f,-0.4187509511639602f,-0.9080833796036816f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9712522502670727f,0.15750284434275438f,0.1784990766785354f,-0.19914386100700662f,0.23805002577071094f,0.6461266684247f,0.7251568889426353f,0.6022741490460242f,-0.0011187411279792144f,0.7468019699855778f,-0.6650455368198096f,-0.18128565758134266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9712522502670727f,0.2333361571270553f,-0.047151926029863726f,-0.12499999999999996f,0.23805002577071094f,0.9510676217659632f,-0.19698366444707716f,0.9042054862594813f,-0.0011187411279792144f,-0.20254534456662537f,-0.9792722460136791f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1579262971420679e-16f,-0.006249999999999964f,0.16418757760305308f,0.9311540238672668f,-0.3255681544571567f,1.0869659017141884f,-0.056534316727871084f,-0.320622042643284f,-0.9455185755993168f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1579262971420679e-16f,-0.006249999999999964f,-0.16418757760305308f,0.9311540238672668f,-0.3255681544571567f,1.0869659017141884f,0.05653431672787085f,-0.320622042643284f,-0.9455185755993168f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.98705998260268e-17f,1.1579262971420679e-16f,-0.006249999999999964f,0f,0.9455185755993168f,-0.3255681544571567f,1.0869659017141884f,-1.2246467991473532e-16f,-0.3255681544571567f,-0.9455185755993168f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.2118195902570725e-16f,-0.006249999999999965f,0.17182935002625782f,0.9744926688806439f,0.14435620100097327f,1.11034365098753f,0.025067191238739992f,0.14216310594114717f,-0.9895257890689694f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.2118195902570725e-16f,-0.006249999999999965f,-0.17182935002625782f,0.9744926688806439f,0.14435620100097327f,1.11034365098753f,-0.025067191238740235f,0.14216310594114712f,-0.9895257890689694f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.767853594929138e-17f,1.2118195902570725e-16f,-0.006249999999999965f,0f,0.9895257890689694f,0.14435620100097327f,1.11034365098753f,-1.2246467991473532e-16f,0.14435620100097327f,-0.9895257890689694f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1263953540907112f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1263953540907112f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9744591509742319f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.197809536053561f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5259862576323721f,-3.7226761236527255e-18f,-0.850493066862918f,-1.3435433542029203f,-0.009190202913733786f,0.9999416163385115f,0.005683668245888334f,2.0772178770520253f,0.850443411963604f,0.010805735251472727f,-0.5259555486287589f,-0.8568828672301079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5259862576323721f,-3.7226761236527255e-18f,-0.850493066862918f,-1.3928545658559552f,-0.009190202913733786f,0.9999416163385115f,0.005683668245888334f,2.076356295528863f,0.850443411963604f,0.010805735251472727f,-0.5259555486287589f,-0.7771537973585201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5259862576323721f,-3.7226761236527255e-18f,-0.850493066862918f,-1.240625f,-0.009190202913733786f,0.9999416163385115f,0.005683668245888334f,2.075934536053561f,0.850443411963604f,0.010805735251472727f,-0.5259555486287589f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5259862576323716f,-1.076034306022766e-18f,0.8504930668629183f,1.3928545658559552f,-0.009190202913733786f,0.9999416163385115f,0.005683668245888334f,2.076356295528863f,-0.8504434119636042f,-0.010805735251472727f,0.5259555486287585f,-0.6990962026414801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5259862576323716f,-1.076034306022766e-18f,0.8504930668629183f,1.3435433542029205f,-0.009190202913733786f,0.9999416163385115f,0.005683668245888334f,2.0772178770520253f,-0.8504434119636042f,-0.010805735251472727f,0.5259555486287585f,-0.6193671327698922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5259862576323716f,-1.076034306022766e-18f,0.8504930668629183f,1.240625f,-0.009190202913733786f,0.9999416163385115f,0.005683668245888334f,2.075934536053561f,-0.8504434119636042f,-0.010805735251472727f,0.5259555486287585f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5259378327803046f,0.3360356833578055f,1.9135106236677394e-16f,-0.00034250000000012385f,0.3360356833578055f,1.5259378327803046f,0f,1.319557036053561f,-1.868734882612249e-16f,4.1152502402343e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117.mcfunction new file mode 100644 index 000000000..3da943ebd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117_as_bone.mcfunction new file mode 100644 index 000000000..0ec2a1836 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_117_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,-0.1274603910608185f,-0.35800310321108f,0.035120595370083385f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.3246815215972239f,0.35029323993148037f,0.07479167889283819f,-0.7339245841850109f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,0.15562770911268564f,-0.350696917431262f,0.035120595370083385f,0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.3246815215972239f,0.3450615096889656f,-0.06362734830369031f,-0.7189465314465414f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,0.1274603910608185f,0.3580031032110802f,-0.03512059537008323f,0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.3246815215972239f,-0.3502932399314806f,0.07479167889283823f,-0.7339245841850109f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,-0.15562770911268564f,0.35069691743126225f,-0.03512059537008323f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.3246815215972239f,-0.3450615096889658f,-0.06362734830369036f,-0.7189465314465414f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3839213686104137f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3885802604431379f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.444662154182583f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3897261172523239f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.444662154182583f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.3107920986130767e-17f,1.1035010899473307e-16f,-0.15625f,0f,0.9010770213220914f,-0.43365908458754454f,1.1953025995428928f,-1.2246467991473532e-16f,-0.43365908458754454f,-0.9010770213220914f,-0.03758971816015006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.168662604102181e-17f,1.2052920010344154e-16f,-0.15625f,0f,0.9841956079692419f,-0.17708474031958346f,1.3787324964101282f,-1.2246467991473532e-16f,-0.17708474031958346f,-0.9841956079692419f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.426057156372382e-17f,1.0978792374481171e-16f,0.15625f,0f,0.8964864303834404f,-0.44307119082418f,1.196167009545925f,-1.2246467991473532e-16f,-0.44307119082418f,-0.8964864303834404f,-0.033756883357407744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4206042922327598e-17f,1.200485956296908e-16f,0.15625f,0f,0.9802711746217219f,-0.19765734037912636f,1.3787324964101282f,-1.2246467991473532e-16f,-0.19765734037912636f,-0.9802711746217219f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.073778989189643f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9590779373738008f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.073778989189643f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9590779373738008f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1822347232205295f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.192258724236293f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.187961921407215f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1979101217972303f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3053047653424934f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.082348289009957f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1822347232205295f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.192258724236293f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.187961921407215f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1979101217972303f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3053047653424934f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.082348289009957f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5693508284628037f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.1943970912821809f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9718192313312743f,-0.2356337822181848f,0.006640955672495091f,0.19744252628362396f,-0.23559596110843659f,0.9718325294540151f,0.006006480200828168f,0.5908480088814247f,-0.007869226396732678f,0.004272630637435271f,-0.9999599091480382f,-0.14298062120250016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9718192313312743f,-0.21075014257063207f,0.1056018892877833f,0.12500000000000003f,-0.23559596110843659f,0.8833178373613523f,-0.40527045452223087f,0.8949433712763701f,-0.007869226396732678f,-0.4187290001966927f,-0.908077144118381f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9724606542769161f,0.15496011801312043f,0.1740908892178798f,-0.19746756638090524f,0.23306709879854393f,0.6467484427338032f,0.7262204756677066f,0.6031402369518866f,-0.00005780088279451999f,0.7467956973943812f,-0.6650535189082888f,-0.18128243056404805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9724606542769161f,0.22824719163666654f,-0.04715395416385695f,-0.12499999999999996f,0.23306709879854393f,0.9522996020435543f,-0.1969903434316453f,0.9054769736276627f,-0.00005780088279451999f,-0.20255539355362184f,-0.9792708048345948f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1620379704481392e-16f,-0.006249999999999964f,0.1647705902539318f,0.9344604529148024f,-0.31564903694710256f,1.0882373890823698f,-0.05481188004818604f,-0.3108536188163435f,-0.9488760116444965f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1620379704481392e-16f,-0.006249999999999964f,-0.1647705902539318f,0.9344604529148024f,-0.31564903694710256f,1.0882373890823698f,0.0548118800481858f,-0.3108536188163435f,-0.9488760116444965f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.865585827512137e-17f,1.1620379704481392e-16f,-0.006249999999999964f,0f,0.9488760116444965f,-0.31564903694710256f,1.0882373890823698f,-1.2246467991473532e-16f,-0.31564903694710256f,-0.9488760116444965f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.2136044035395766e-16f,-0.006249999999999965f,0.17208242672902496f,0.975927938184016f,0.13398618541829213f,1.1116151383557114f,0.02326645693042974f,0.13195063419646538f,-0.9909831997148362f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.2136044035395766e-16f,-0.006249999999999965f,-0.17208242672902496f,0.975927938184016f,0.13398618541829213f,1.1116151383557114f,-0.023266456930429984f,0.13195063419646533f,-0.9909831997148362f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.640857531024752e-17f,1.2136044035395766e-16f,-0.006249999999999965f,0f,0.9909831997148362f,0.13398618541829213f,1.1116151383557114f,-1.2246467991473532e-16f,0.13398618541829213f,-0.9909831997148362f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1276668414588926f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1276668414588926f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9757306383424132f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.1990810234217424f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.44789637402971055f,-1.8045045757817816e-19f,-0.8940854758528615f,-1.3537426788452867f,-0.000468312873792912f,0.9999998628221008f,0.00023460356280051884f,2.0772631661221213f,0.8940853532040942f,0.0005237898237259607f,-0.447896312588227f,-0.8472196978196761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44789637402971055f,-1.8045045757817816e-19f,-0.8940854758528615f,-1.395732963910572f,-0.000468312873792912f,0.9999998628221008f,0.00023460356280051884f,2.077219261790203f,0.8940853532040942f,0.0005237898237259607f,-0.447896312588227f,-0.7633991959567923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.44789637402971055f,-1.8045045757817816e-19f,-0.8940854758528615f,-1.240625f,-0.000468312873792912f,0.9999998628221008f,0.00023460356280051884f,2.077206023421742f,0.8940853532040942f,0.0005237898237259607f,-0.447896312588227f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4478963740297101f,-5.215895136778732e-20f,0.8940854758528616f,1.395732963910572f,-0.000468312873792912f,0.9999998628221008f,0.00023460356280051884f,2.077219261790203f,-0.8940853532040943f,-0.0005237898237259607f,0.44789631258822654f,-0.7128508040432079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4478963740297101f,-5.215895136778732e-20f,0.8940854758528616f,1.3537426788452867f,-0.000468312873792912f,0.9999998628221008f,0.00023460356280051884f,2.0772631661221213f,-0.8940853532040943f,-0.0005237898237259607f,0.44789631258822654f,-0.629030302180324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4478963740297101f,-5.215895136778732e-20f,0.8940854758528616f,1.240625f,-0.000468312873792912f,0.9999998628221008f,0.00023460356280051884f,2.077206023421742f,-0.8940853532040943f,-0.0005237898237259607f,0.44789631258822654f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5343229902572098f,0.29539670202656926f,1.9135106236677394e-16f,-0.000342500000000123f,0.29539670202656926f,1.5343229902572098f,0f,1.3208285234217423f,-1.8790037388766874e-16f,3.617566256155225e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118.mcfunction new file mode 100644 index 000000000..b90821aa4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118_as_bone.mcfunction new file mode 100644 index 000000000..4005862d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_118_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,-0.129552328214024f,-0.3321682585119032f,0.033645454235739974f,-0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.3266277186517776f,0.32485402333410596f,0.07030605863863448f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,0.15818194093365767f,-0.3253893144606399f,0.033645454235739974f,0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.3266277186517776f,0.32035684608805065f,-0.05815045624097816f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,0.129552328214024f,0.33216825851190346f,-0.03364545423573982f,0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.3266277186517776f,-0.3248540233341061f,0.07030605863863452f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,-0.15818194093365767f,0.3253893144606401f,-0.03364545423573982f,-0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.3266277186517776f,-0.3203568460880509f,-0.0581504562409782f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3858178763461848f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.390476768178909f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4465586619183541f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.391622624988095f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4465586619183541f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.8832677092228987e-17f,1.123074684721576e-16f,-0.15625f,0f,0.9170600743851243f,-0.398749068925246f,1.1964151556908125f,-1.2246467991473532e-16f,-0.398749068925246f,-0.9170600743851243f,-0.04143981519611686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.915769668878471e-17f,1.2095693648649964e-16f,-0.15625f,0f,0.9876883405951378f,-0.1564344650402307f,1.3806290041458993f,-1.2246467991473532e-16f,-0.1564344650402307f,-0.9876883405951378f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.96155347451438e-17f,1.119638179885449e-16f,0.15625f,0f,0.9142539552342638f,-0.40514158677986223f,1.1969288325500327f,-1.2246467991473532e-16f,-0.40514158677986223f,-0.9142539552342638f,-0.03887124906072681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0844651833815567e-17f,1.2067766287323262e-16f,0.15625f,0f,0.9854078984834901f,-0.17020949916603237f,1.3806290041458993f,-1.2246467991473532e-16f,-0.17020949916603237f,-0.9854078984834901f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.075675496925414f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9609744451095719f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.075675496925414f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9609744451095719f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1841312309563006f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.194155231972064f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.189858429142986f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1998066295330014f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3072012730782645f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.084244796745728f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1841312309563006f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.194155231972064f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.189858429142986f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.1998066295330014f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3072012730782645f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.084244796745728f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5712473361985748f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.196293599017952f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9729092128938541f,-0.23101998770764529f,0.008799360534761061f,0.1956596527458474f,-0.23096841253533387f,0.9729395449065936f,0.006498797416324864f,0.5923208116526402f,-0.010062597933393286f,0.0042903655450333145f,-0.9999401666531457f,-0.14298929706181943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9729092128938541f,-0.20565644336691966f,0.10560819460595974f,0.12500000000000003f,-0.23096841253533387f,0.8845291963322324f,-0.4052921085424229f,0.8968398790121412f,-0.010062597933393286f,-0.41870458337296035f,-0.9080667464373456f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9736423826984728f,0.15241517236112312f,0.16967653298959692f,-0.19578907979929827f,0.22807784631817524f,0.6473605947189153f,0.7272583835364398f,0.60464051383101f,0.0010033105717891328f,0.746789043598861f,-0.6650602361655634f,-0.18127955690314465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9736423826984728f,0.22315177417562085f,-0.04715714469211796f,-0.12499999999999996f,0.22807784631817524f,0.953504532617221f,-0.19700152866736292f,0.9073734813634338f,0.0010033105717891328f,-0.2025645377668256f,-0.9792684011072801f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1660222131957734e-16f,-0.006249999999999964f,0.16533553395279338f,0.9376644078432638f,-0.30569530496310554f,1.0901338968181409f,-0.05308343262817992f,-0.30105110638709764f,-0.9521293927421387f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1660222131957734e-16f,-0.006249999999999964f,-0.16533553395279338f,0.9376644078432638f,-0.30569530496310554f,1.0901338968181409f,0.05308343262817968f,-0.30105110638709764f,-0.9521293927421387f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.7436877673744124e-17f,1.1660222131957734e-16f,-0.006249999999999964f,0f,0.9521293927421387f,-0.30569530496310554f,1.0901338968181409f,-1.2246467991473532e-16f,-0.30569530496310554f,-0.9521293927421387f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669303f,1.2152561314231537e-16f,-0.006249999999999965f,0.17231663265450864f,0.9772561859912582f,0.12360147674049261f,1.1135116460914825f,0.021463171192927896f,0.12172369257779525f,-0.9923319378854888f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693036f,1.2152561314231537e-16f,-0.006249999999999965f,-0.17231663265450864f,0.9772561859912582f,0.12360147674049261f,1.1135116460914825f,-0.02146317119292814f,0.1217236925777952f,-0.9923319378854888f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.513681528601303e-17f,1.2152561314231537e-16f,-0.006249999999999965f,0f,0.9923319378854888f,0.12360147674049261f,1.1135116460914825f,-1.2246467991473532e-16f,0.12360147674049261f,-0.9923319378854888f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1295633491946637f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1295633491946637f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9776271460781844f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2009775311575135f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.32331328548452526f,3.273489874417484e-18f,-0.946291984235945f,-1.3674134873783048f,0.008395950387697854f,0.9999606388338987f,-0.0028685885010464544f,2.078278682707933f,0.9462547370799732f,-0.008872473324897613f,-0.3233005594965926f,-0.8309757747251127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.32331328548452526f,3.273489874417484e-18f,-0.946291984235945f,-1.397724107892479f,0.008395950387697854f,0.9999606388338987f,-0.0028685885010464544f,2.0790658030567797f,0.9462547370799732f,-0.008872473324897613f,-0.3233005594965926f,-0.7422643931238653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.32331328548452526f,3.273489874417484e-18f,-0.946291984235945f,-1.240625f,0.008395950387697854f,0.9999606388338987f,-0.0028685885010464544f,2.0791025311575133f,0.9462547370799732f,-0.008872473324897613f,-0.3233005594965926f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3233132854845248f,6.666797938520549e-19f,0.9462919842359451f,1.397724107892479f,0.008395950387697854f,0.9999606388338987f,-0.0028685885010464544f,2.0790658030567797f,-0.9462547370799733f,0.008872473324897613f,0.32330055949659214f,-0.7339856068761348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3233132854845248f,6.666797938520549e-19f,0.9462919842359451f,1.3674134873783048f,0.008395950387697854f,0.9999606388338987f,-0.0028685885010464544f,2.078278682707933f,-0.9462547370799733f,0.008872473324897613f,0.32330055949659214f,-0.6452742252748873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3233132854845248f,6.666797938520549e-19f,0.9462919842359451f,1.240625f,0.008395950387697854f,0.9999606388338987f,-0.0028685885010464544f,2.0791025311575133f,-0.9462547370799733f,0.008872473324897613f,0.32330055949659214f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5465346960732624f,0.22279291694661615f,1.9135106236677394e-16f,-0.00034250000000012385f,0.22279291694661615f,1.5465346960732624f,0f,1.3227250311575134f,-1.8939587653164458e-16f,2.7284263261137556e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119.mcfunction new file mode 100644 index 000000000..dc666695a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119_as_bone.mcfunction new file mode 100644 index 000000000..9d8a32d8e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_119_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3290955422467943f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3290955422467943f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3290955422467943f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3290955422467943f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3882352322526763f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3928941240854005f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4489760178248456f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3940399808945865f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4489760178248456f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.4485445668507026e-17f,1.140992679656311e-16f,-0.15625f,0f,0.931691227585549f,-0.3632512304729782f,1.1981293622917095f,-1.2246467991473532e-16f,-0.3632512304729782f,-0.931691227585549f,-0.04530548568550115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6620364137612154e-17f,1.213316171595506e-16f,-0.15625f,0f,0.9907478404714436f,-0.1357155724343043f,1.3830463600523908f,-1.2246467991473532e-16f,-0.1357155724343043f,-0.9907478404714436f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.488345541914889e-17f,1.1394328964996512e-16f,0.15625f,0f,0.9304175679820246f,-0.36650122672429714f,1.1983547475928398f,-1.2246467991473532e-16f,-0.36650122672429714f,-0.9304175679820246f,-0.0440153030069226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.746700671282548e-17f,1.2121262930533552e-16f,0.15625f,0f,0.989776230907789f,-0.14262893370551155f,1.3830463600523908f,-1.2246467991473532e-16f,-0.14262893370551155f,-0.989776230907789f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0780928528319054f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9633918010160631f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0780928528319054f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9633918010160631f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.186548586862792f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1965725878785554f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1922757850494774f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2022239854394927f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.309618628984756f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0866621526522193f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.186548586862792f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1965725878785554f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1922757850494774f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2022239854394927f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.309618628984756f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0866621526522193f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.573664692105066f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.1987109549244435f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9739724429661897f,-0.2264011998329628f,0.010962529665515613f,0.19387446296590072f,-0.22633486070026992f,0.9740246058929808f,0.00697122276310419f,0.5943244784267683f,-0.01225606683491363f,0.004308576240275086f,-0.9999156089373343f,-0.14299888813220396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9739724429661897f,-0.20055620517153383f,0.10561670753089256f,0.12500000000000003f,-0.22633486070026992f,0.8857122511324628f,-0.4053225123597929f,0.8992572349186327f,-0.01225606683491363f,-0.4186777003388868f,-0.9080521857606421f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9747974014452129f,0.14986803829822565f,0.16525615641271027f,-0.1941084514167815f,0.22308241439098075f,0.6479631181810667f,0.7282705773725584f,0.6066708192439804f,0.0020645883733436806f,0.7467820087372958f,-0.6650656876588493f,-0.1812770369074111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9747974014452129f,0.2180500487342946f,-0.047161450175247414f,-0.12499999999999996f,0.22308241439098075f,0.9546823799239296f,-0.19701723237390287f,0.9097908372699253f,0.0020645883733436806f,-0.20257277632928228f,-0.9792650344850955f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1698785884678544e-16f,-0.006249999999999964f,0.16588234674719496f,0.9407655373028877f,-0.2957080500440466f,1.0925512527246326f,-0.051349164011590245f,-0.2912155803114991f,-0.9552783621223437f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1698785884678544e-16f,-0.006249999999999964f,-0.16588234674719496f,0.9407655373028877f,-0.2957080500440466f,1.0925512527246326f,0.05134916401159001f,-0.2912155803114991f,-0.9552783621223437f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.6213791696854705e-17f,1.1698785884678544e-16f,-0.006249999999999964f,0f,0.9552783621223437f,-0.2957080500440466f,1.0925512527246326f,-1.2246467991473532e-16f,-0.2957080500440466f,-0.9552783621223437f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2167745927772288e-16f,-0.006249999999999965f,0.17253194211938971f,0.97847726664503f,0.11320321376790662f,1.1159290019979742f,0.019657531776836823f,0.1114834025845328f,-0.9935718556765875f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2167745927772288e-16f,-0.006249999999999965f,-0.17253194211938971f,0.97847726664503f,0.11320321376790662f,1.1159290019979742f,-0.019657531776837066f,0.11148340258453275f,-0.9935718556765875f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.3863395339406045e-17f,1.2167745927772288e-16f,-0.006249999999999965f,0f,0.9935718556765875f,0.11320321376790662f,1.1159290019979742f,-1.2246467991473532e-16f,0.11320321376790662f,-0.9935718556765875f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1319807051011554f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1319807051011554f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9800445019846759f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.203394887064005f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.16908074059748204f,5.320432024818928e-18f,-0.9856022033046633f,-1.3805396707801927f,0.015221155878667143f,0.999880741913329f,-0.0026111998330417855f,2.0804147154072363f,0.9854846622716785f,-0.01544350837247679f,-0.16906057635186547f,-0.8096786799967649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.16908074059748204f,5.320432024818928e-18f,-0.9856022033046633f,-1.3963909902112066f,0.015221155878667143f,0.999880741913329f,-0.0026111998330417855f,2.0818416987708614f,0.9854846622716785f,-0.01544350837247679f,-0.16906057635186547f,-0.7172894929087951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.16908074059748204f,5.320432024818928e-18f,-0.9856022033046633f,-1.240625f,0.015221155878667143f,0.999880741913329f,-0.0026111998330417855f,2.081519887064005f,0.9854846622716785f,-0.01544350837247679f,-0.16906057635186547f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.1690807405974816f,1.537863405627117e-18f,0.9856022033046634f,1.3963909902112066f,0.015221155878667143f,0.999880741913329f,-0.0026111998330417855f,2.0818416987708614f,-0.9854846622716786f,0.01544350837247679f,0.16906057635186503f,-0.7589605070912051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1690807405974816f,1.537863405627117e-18f,0.9856022033046634f,1.3805396707801927f,0.015221155878667143f,0.999880741913329f,-0.0026111998330417855f,2.0804147154072363f,-0.9854846622716786f,0.01544350837247679f,0.16906057635186503f,-0.6665713200032353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1690807405974816f,1.537863405627117e-18f,0.9856022033046634f,1.240625f,0.015221155878667143f,0.999880741913329f,-0.0026111998330417855f,2.081519887064005f,-0.9854846622716786f,0.01544350837247679f,0.16906057635186503f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5576877236315008f,0.12253654821200725f,1.9135106236677394e-16f,-0.000342500000000123f,0.12253654821200725f,1.5576877236315008f,0f,1.325142387064005f,-1.9076172848164444e-16f,1.5006399154640002e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..25810b7bf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6344847630370178f,-0.11187678257184319f,-0.501853679312682f,0.046109463686880625f,-0.03894104838254105f,0.8052666082236203f,-0.1302832639878939f,1.255466772449161f,0.5126959378317447f,-0.07728984180242045f,-0.6309624395551837f,-0.45803964003112085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.616164124816389f,0.13660029778385172f,-0.49161176748997426f,0.046109463686880625f,0.26663054892621807f,0.743384259533891f,-0.12762442186569198f,1.255466772449161f,0.4350286446529206f,-0.2621453820356398f,-0.6180856550744658f,-0.45803964003112085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6344847630370176f,0.11187678257184318f,0.5018536793126821f,-0.046109463686880514f,0.03894104838254105f,0.8052666082236203f,-0.1302832639878939f,1.255466772449161f,-0.5126959378317448f,-0.07728984180242042f,-0.6309624395551835f,-0.4580396400311208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6161641248163888f,-0.1366002977838516f,0.49161176748997437f,-0.046109463686880514f,-0.26663054892621807f,0.743384259533891f,-0.12762442186569198f,1.255466772449161f,-0.43502864465292074f,-0.26214538203563986f,-0.6180856550744656f,-0.4580396400311208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0000037087468982284467f,0.0000017322893895237576f,0.000015079290265653233f,-0.42119763301692714f,-0.000015076812623727416f,0.0000013730817929085452f,-0.0000038658753858598025f,2.022321356296624f,-0.0000017537224848574395f,-0.000015467851979538937f,0.0000013455993405092714f,-0.027035336349363566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2670009112020571f,-0.9620594244736133f,0.0561442534795087f,-0.3771576665175618f,0.9636318390964138f,-0.26720329197882253f,0.004009917124255746f,1.7768635550922978f,0.011144150794669683f,0.05517304176117518f,0.9984146149600804f,-0.015376845425941282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.21885128923817937f,-0.9620594244736133f,0.1629287481701338f,-0.2984375f,0.876503498640064f,-0.26720329197882253f,-0.4004297911337359f,1.4517345506815358f,0.4287723522692594f,0.05517304176117518f,0.9017262363890197f,-0.17202093602023355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.21730520359889668f,0.9750693582731269f,-0.04492432576760906f,0.3932975050639308f,-0.9719759728251771f,-0.21192883207694896f,0.10172943716078714f,1.7830471514091677f,0.0896724971180814f,0.06577170129571303f,0.9937972260825018f,-0.04779879950756011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2481174290811917f,0.95970774453071f,-0.1319044596437786f,0.2984375f,-0.9074134134815618f,-0.2779214443277396f,-0.3152151135598084f,1.4517345506815358f,-0.3391734636139444f,0.0414815123948065f,0.9398088346624327f,-0.1720209360202335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.692295923715327e-17f,1.0256176360399083e-16f,-0.15625f,0f,0.8374803549513078f,-0.5464674327630434f,1.2474798346962253f,-1.2246467991473532e-16f,-0.5464674327630434f,-0.8374803549513078f,0.10775008984113185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.146667179131997e-17f,1.152306945096207e-16f,-0.15625f,0f,0.9409300264357754f,-0.3386010711022205f,1.4217879579585444f,-1.2246467991473532e-16f,-0.3386010711022205f,-0.9409300264357754f,0.03838157634424194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450645e-17f,1.032856634543009e-16f,0.15625f,0f,0.8433914458128858f,-0.5372996083468239f,1.2460080491623606f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128858f,0.1039310703438551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.8943059493167335e-17f,1.1610786340265766e-16f,0.15625f,0f,0.9480926540084575f,-0.3179942128643214f,1.4217879579585444f,-1.2246467991473532e-16f,-0.3179942128643214f,-0.9480926540084575f,0.038381576344242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.4217281568715185e-17f,1.2163661755990443e-16f,0.29375f,0f,0.993238357741943f,-0.11609291412523028f,2.0734411310444694f,-1.2246467991473532e-16f,-0.11609291412523028f,-0.993238357741943f,-0.23281008187805957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.4217281568715185e-17f,1.2163661755990443e-16f,0.33125f,0f,0.993238357741943f,-0.11609291412523028f,1.9384026256274862f,-1.2246467991473532e-16f,-0.11609291412523028f,-0.993238357741943f,-0.31141456365071296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.4217281568715185e-17f,1.2163661755990443e-16f,-0.29375f,0f,0.993238357741943f,-0.11609291412523028f,2.0734411310444694f,-1.2246467991473532e-16f,-0.11609291412523028f,-0.993238357741943f,-0.23281008187805963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.4217281568715185e-17f,1.2163661755990443e-16f,-0.33125f,0f,0.993238357741943f,-0.11609291412523028f,1.9384026256274862f,-1.2246467991473532e-16f,-0.11609291412523028f,-0.993238357741943f,-0.311414563650713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2163661755990443e-16f,0.19523827377799088f,0.15537671115079832f,0.9810099453735794f,-0.11609291412523028f,2.1769523814935603f,-0.01816093291614198f,-0.11466361770720249f,-0.993238357741943f,-0.26693272972508025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2163661755990443e-16f,0.0800532618111328f,1.3877787807814457e-17f,0.993238357741943f,-0.11609291412523028f,2.18696162459167f,-1.196959198423997e-16f,-0.11609291412523029f,-0.993238357741943f,-0.26810264245588655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2163661755990443e-16f,0.05771677939820301f,0.24028610628723177f,0.9637349336903966f,-0.11609291412523028f,2.1826711477657748f,-0.02808541785086527f,-0.11264445842663717f,-0.993238357741943f,-0.26760115763724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2163661755990443e-16f,0.08682420206637906f,-0.06928480542348395f,0.990818879022469f,-0.11609291412523028f,2.1926047018362285f,0.008098232316055498f,-0.1158101176212307f,-0.993238357741943f,-0.2687622235895068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2163661755990443e-16f,0.1446100421182231f,0.08656642679446327f,0.989458785923876f,-0.11609291412523028f,2.2930057916823823f,-0.010118164158324663f,-0.1156511455375747f,-0.993238357741943f,-0.3119601677356959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2163661755990443e-16f,0.12500000000000003f,0.08656642679446327f,0.989458785923876f,-0.11609291412523028f,2.0703775648495104f,-0.010118164158324663f,-0.1156511455375747f,-0.993238357741943f,-0.28593865998974166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2163661755990443e-16f,-0.1952382737779908f,-0.15537671115079832f,0.9810099453735794f,-0.11609291412523028f,2.1769523814935603f,0.01816093291614174f,-0.11466361770720254f,-0.993238357741943f,-0.26693272972508036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2163661755990443e-16f,-0.08005326181113273f,-1.3877787807814457e-17f,0.993238357741943f,-0.11609291412523028f,2.18696162459167f,-1.231653667943533e-16f,-0.11609291412523029f,-0.993238357741943f,-0.2681026424558866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2163661755990443e-16f,-0.057716779398202925f,-0.24028610628723177f,0.9637349336903966f,-0.11609291412523028f,2.1826711477657748f,0.028085417850865033f,-0.11264445842663724f,-0.993238357741943f,-0.26760115763724013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2163661755990443e-16f,-0.08682420206637897f,0.06928480542348395f,0.990818879022469f,-0.11609291412523028f,2.1926047018362285f,-0.008098232316055741f,-0.11581011762123068f,-0.993238357741943f,-0.2687622235895069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2163661755990443e-16f,-0.144610042118223f,-0.08656642679446327f,0.989458785923876f,-0.11609291412523028f,2.2930057916823823f,0.01011816415832442f,-0.11565114553757473f,-0.993238357741943f,-0.311960167735696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2163661755990443e-16f,-0.12499999999999996f,-0.08656642679446327f,0.989458785923876f,-0.11609291412523028f,2.0703775648495104f,0.01011816415832442f,-0.11565114553757473f,-0.993238357741943f,-0.2859386599897417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.4217281568715185e-17f,1.2163661755990443e-16f,2.392988536817851e-17f,0f,0.993238357741943f,-0.11609291412523028f,1.5649708100731778f,-1.2246467991473532e-16f,-0.11609291412523028f,-0.993238357741943f,-0.19540234282112545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.4764510268777873e-17f,1.1993463577201615e-16f,1.4643194017386805e-17f,0f,0.9793406217655515f,-0.20221757233203796f,1.197718076911096f,-1.2246467991473532e-16f,-0.20221757233203796f,-0.9793406217655515f,-0.1195707531966112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12878279721634311f,-0.021262125872078257f,0.16774929421037948f,-0.1257026146305033f,0.9859273989564057f,-0.11020896815646092f,0.6204885342999772f,0.03515593165485774f,-0.10659341034130998f,-0.9936809877124992f,0.13139982766115546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12462693576538304f,0.038797084132663105f,0.125f,-0.1257026146305033f,0.8315952101372486f,-0.5409697395897858f,0.9017738583586338f,0.03515593165485774f,-0.5412185633905369f,-0.8401467295127456f,-0.06843180956714259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9909637017325508f,0.10218329608815856f,0.0868879499647674f,-0.16443737192284813f,0.12917354914882304f,0.9015135305985643f,0.41302245501668305f,0.673633715332473f,-0.036126666727181f,0.4205138857972125f,-0.9065665644633671f,0.15819003015688002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9909637017325508f,0.12682270595730746f,-0.043668559653216574f,-0.12499999999999999f,0.12917354914882304f,0.8146602756478792f,-0.5653696396886007f,0.910883911180463f,-0.036126666727181f,-0.5659016138296373f,-0.8236809014516456f,-0.07528166810485656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9854326440289048f,0.17006617559703566f,1.0515574948726806e-16f,-0.005729166666666653f,0.14602933817155087f,0.8461534241891354f,-0.5125425007998653f,1.0904151859143605f,-0.08716614294197378f,-0.5050761117403983f,-0.858661857120613f,-0.1110196679776116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9854326440289048f,-0.17005466347811687f,0.0019787651568986702f,-0.005729166666666653f,-0.1460293381715509f,0.8401325781434095f,-0.5223530257740323f,1.0873113166203494f,0.08716614294197354f,-0.5150326810712622f,-0.8527270377753757f,-0.1113824777386852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.276835330315347e-17f,1.0515574948726806e-16f,-0.005729166666666653f,0f,0.858661857120613f,-0.5125425007998653f,1.0904151859143605f,-1.2246467991473532e-16f,-0.5125425007998653f,-0.858661857120613f,-0.1110196679776116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,0.16648192504352433f,1.211716535631266e-16f,-0.005729166666666653f,0.16472414870917468f,0.9756334921423016f,-0.14493185930724678f,1.1152127172047375f,-0.02412853493760779f,-0.14290926367461354f,-0.9894416385809446f,-0.10820357861242608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,-0.16648192504352427f,1.211716535631266e-16f,-0.005729166666666653f,-0.16472414870917468f,0.9756334921423016f,-0.14493185930724678f,1.1152127172047375f,0.024128534937607547f,-0.1429092636746136f,-0.9894416385809446f,-0.10820357861242608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.7749033759509438e-17f,1.211716535631266e-16f,-0.005729166666666653f,0f,0.9894416385809446f,-0.14493185930724678f,1.1152127172047375f,-1.2246467991473532e-16f,-0.14493185930724678f,-0.9894416385809446f,-0.10820357861242608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.977844170957984f,0.20916670748537597f,-0.00837053183615575f,-0.19947916666666665f,0.20159821432674313f,0.9301849587210762f,-0.3067802186408672f,1.1288948755057335f,-0.056382065444265966f,-0.30167073283432205f,-0.9517435745238534f,-0.11816011168601195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.977844170957984f,-0.20910030493361162f,0.009891400313583572f,0.18802083333333336f,-0.20159821432674316f,0.9279294133859582f,-0.3135365429315381f,1.1290195275325188f,0.05638206544426574f,-0.3085839695283316f,-0.9495246160297143f,-0.11919429957502181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.313818936862405e-17f,1.1461541975063963e-16f,-0.0078124999999999905f,0f,0.9359059267573256f,-0.35225004792123354f,0.984298768933526f,-1.2246467991473532e-16f,-0.35225004792123354f,-0.9359059267573256f,-0.0715901650281594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.2984643495599375e-17f,1.1793901441035867e-16f,1.6137272926264602e-17f,0f,0.9630451367077627f,-0.2693400539532261f,1.1994791666666667f,-1.2246467991473532e-16f,-0.2693400539532261f,-0.9630451367077627f,-0.13177083333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.20933412842509214f,0.24964863951539829f,-0.9454389348152624f,-0.9619526721585243f,-1.3877787807814457e-17f,0.9668605314577121f,0.25530513647263453f,1.186733507688313f,0.977844170957984f,-0.05344407822594813f,0.20239690666132149f,0.4486854620963236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.20933412842509214f,0.24964863951539829f,-0.9454389348152624f,-0.9423275976186719f,-1.3877787807814457e-17f,0.9668605314577121f,0.25530513647263453f,1.186733507688313f,0.977844170957984f,-0.05344407822594813f,0.20239690666132149f,0.5403583531236347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20933412842509214f,0.24964863951539829f,-0.9454389348152624f,-0.8103242946663087f,-1.3877787807814457e-17f,0.9668605314577121f,0.25530513647263453f,1.1484377372174177f,0.977844170957984f,-0.05344407822594813f,0.20239690666132149f,0.4641623716107809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8877088648630904f,-0.4416406036178122f,0.1301020694669307f,0.9294900499083267f,-0.406623945818311f,0.8845958709833608f,0.2283574210012377f,2.093503022570099f,-0.21593966270843074f,0.1498122901343002f,-0.9648452413698715f,-0.5793899666614706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8956700071230503f,-0.4416406036178122f,0.05223806635289728f,1.0131655750916733f,-0.4249792795806491f,0.8845958709833608f,0.19204884005455927f,2.132521560763235f,-0.13102614344972396f,0.1498122901343002f,-0.9799940956237486f,-0.5631104500051959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.89253893528903f,-0.4416406036178122f,0.09125692428095063f,0.9576392738578574f,-0.4161977407267834f,0.8845958709833608f,0.21040338793163582f,2.0814517834769215f,-0.17364817766693047f,0.1498122901343002f,-0.9733460782875074f,-0.42524829659020713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0696627313284335f,0.16835902343667258f,1.1264471272254395f,-0.08260164001464851f,-0.19249332147823278f,1.4963821938984487f,-0.40643929555339864f,1.858093198038737f,-1.1225748137176754f,-0.4170153702336583f,-1.0036584172892744f,0.5667814890543619f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12.mcfunction new file mode 100644 index 000000000..7125347e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120.mcfunction new file mode 100644 index 000000000..fd05fa50f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120_as_bone.mcfunction new file mode 100644 index 000000000..11ae6b474 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_120_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.03103073792140923f,-0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3320018397539526f,0.2728115740676577f,0.06112957069080821f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.03103073792140923f,0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3320018397539526f,0.26981711357804944f,-0.04694606729210901f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409077f,0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3320018397539526f,-0.27281157406765794f,0.06112957069080825f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409077f,-0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3320018397539526f,-0.26981711357804966f,-0.04694606729210906f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3910903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3957492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3968950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2015660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9750088846730992f,-0.221777523036696f,0.013130311657641405f,0.19208701363289127f,-0.22169547424765748f,0.9750876909659443f,0.007423720415613344f,0.5967759304575684f,-0.014449619601404472f,0.00432726269259176f,-0.999886235174264f,-0.14300939453570924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9750088846730992f,-0.1954495866289916f,0.10562733498046492f,0.12500000000000003f,-0.22169547424765748f,0.8868669671837173f,-0.4053616893793264f,0.9021123478546278f,-0.014449619601404472f,-0.4186483507729506f,-0.9080334613264331f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9759256772511695f,0.14731874673931727f,0.16082990810481457f,-0.19242573145069497f,0.21808094926643967f,0.648556006978677f,0.729257022851973f,0.6091480735328587f,0.003126027654192237f,0.7467745929469154f,-0.665069872479632f,-0.18127487087788471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9759256772511695f,0.21294215947674483f,-0.047166823077527405f,-0.12499999999999996f,0.21808094926643967f,0.955833111167356f,-0.19703746639454536f,0.9126459502059203f,0.003126027654192237f,-0.2025801083855806f,-0.9792607046326283f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.0954063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1187841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9828996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.20625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[2.1047843134549397e-15f,0f,-1f,-1.3906250000000002f,0f,1f,0f,2.084375f,1f,0f,2.1047843134549397e-15f,-0.7849999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[2.1047843134549397e-15f,0f,-1f,-1.390625f,0f,1f,0f,2.084375f,1f,0f,2.1047843134549397e-15f,-0.6912499999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[2.1047843134549397e-15f,0f,-1f,-1.240625f,0f,1f,0f,2.084375f,1f,0f,2.1047843134549397e-15f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-2.5488735233050027e-15f,0f,1f,1.390625f,0f,1f,0f,2.084375f,-1f,0f,-2.5488735233050027e-15f,-0.7850000000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-2.5488735233050027e-15f,0f,1f,1.3906250000000002f,0f,1f,0f,2.084375f,-1f,0f,-2.5488735233050027e-15f,-0.6912500000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-2.5488735233050027e-15f,0f,1f,1.240625f,0f,1f,0f,2.084375f,-1f,0f,-2.5488735233050027e-15f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5625f,-3.827021247335479e-15f,1.9135106236677394e-16f,-0.00034250000000012385f,-3.827021247335479e-15f,1.5625f,0f,1.3279975f,-1.9135106236677394e-16f,-4.686749320818306e-31f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121.mcfunction new file mode 100644 index 000000000..427716b92 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121_as_bone.mcfunction new file mode 100644 index 000000000..278e1a07b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_121_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7565538287174998f,-0.1334008523611859f,-0.27708295019117507f,0.03093164599953488f,-0.1455457257274138f,0.8035232665190168f,0.010547337556657519f,1.340557848149228f,0.27090070213976297f,0.05915249104106026f,-0.7681524827976962f,-0.6201877010336092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7347084672559887f,0.16288094578922788f,-0.2714281961056409f,0.03093164599953488f,0.16949713427524618f,0.7817697675633953f,0.010332085769786958f,1.340557848149228f,0.2673465721022711f,-0.04801903812741009f,-0.7524759015161107f,-0.6201877010336092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7565538287174998f,0.1334008523611859f,0.2770829501911753f,-0.030931645999534726f,0.1455457257274138f,0.8035232665190168f,0.010547337556657519f,1.340557848149228f,-0.2709007021397632f,0.0591524910410603f,-0.7681524827976962f,-0.6201877010336092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7347084672559887f,-0.16288094578922788f,0.2714281961056411f,-0.030931645999534726f,-0.16949713427524618f,0.7817697675633953f,0.010332085769786958f,1.340557848149228f,-0.2673465721022713f,-0.04801903812741014f,-0.7524759015161107f,-0.6201877010336092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010896721813729827f,0.000006540397444323429f,0.000009089844882310827f,-0.07499923904498652f,0.000004688930201060921f,0.00001418252428522173f,-0.000004583728118974214f,1.3839564620190197f,-0.000010169366365893381f,-4.6886156739884007e-7f,-0.00001185347128679413f,0.37559468735698637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.33551848249187444f,-0.9109855202687855f,-0.2398598127385259f,-0.18315398352864662f,-0.07515603849767606f,0.22792190518340358f,-0.9707745232621755f,1.3953046842942327f,0.9390308396339742f,0.3437397082069196f,0.008005948921646522f,0.15087699570221683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3048452163618157f,-0.9109855202687855f,-0.27780348435886965f,-0.29843749999999997f,-0.18927086367413207f,0.22792190518340358f,-0.9551063528747028f,1.464394534858326f,0.9334055572072445f,0.3437397082069196f,-0.10294211371666928f,-0.19318826436742223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33239211927624324f,0.9106466146760319f,0.24543476164172623f,0.19994866063244704f,0.0738614288760863f,0.23429774560457436f,-0.9693549688989053f,1.3993082382318933f,-0.9402446321928307f,0.34033411463398305f,0.010617064042008267f,0.15553374177043827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2747364188681135f,0.9189383831163811f,0.2829702249053358f,0.2984375000000001f,0.1809934415391237f,0.2396086114905978f,-0.9538496146769532f,1.464394534858326f,-0.944331125330172f,0.31327298213379223f,-0.10049260867174342f,-0.19318826436742215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.1476727408506564e-17f,1.152270754210963e-16f,-0.15625f,0f,0.9409004743353095f,-0.33868318144777976f,1.2101782361625333f,-1.2246467991473532e-16f,-0.33868318144777976f,-0.9409004743353095f,-0.04312441963661025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4846899482980514e-17f,1.2156137298649126e-16f,-0.15625f,0f,0.9926239391727234f,-0.12123413455469373f,1.395537511416452f,-1.2246467991473532e-16f,-0.12123413455469373f,-0.9926239391727234f,-0.07205971948544482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.097356121191628e-17f,1.1540695433218883e-16f,0.15625f,0f,0.9423692971111317f,-0.3345745176523034f,1.2099327891544753f,-1.2246467991473532e-16f,-0.3345745176523034f,-0.9423692971111317f,-0.0447430656996219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3785524521943962e-17f,1.216863062972718e-16f,0.15625f,0f,0.9936440970734957f,-0.11256735028860554f,1.395537511416452f,-1.2246467991473532e-16f,-0.11256735028860554f,-0.9936440970734957f,-0.07205971948544476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2347473821723753e-17f,1.2184062424676106e-16f,0.29375000000000007f,0f,0.9949041987582973f,0.1008247751949423f,2.0903395215078815f,-1.2246467991473532e-16f,0.1008247751949423f,-0.9949041987582973f,-0.19634543972403512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2347473821723753e-17f,1.2184062424676106e-16f,0.33125000000000004f,0f,0.9949041987582973f,0.1008247751949423f,1.9754288193376204f,-1.2246467991473532e-16f,0.1008247751949423f,-0.9949041987582973f,-0.3022208052569933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2347473821723753e-17f,1.2184062424676106e-16f,-0.29374999999999996f,0f,0.9949041987582973f,0.1008247751949423f,2.0903395215078815f,-1.2246467991473532e-16f,0.1008247751949423f,-0.9949041987582973f,-0.1963454397240352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2347473821723753e-17f,1.2184062424676106e-16f,-0.33124999999999993f,0f,0.9949041987582973f,0.1008247751949423f,1.9754288193376204f,-1.2246467991473532e-16f,0.1008247751949423f,-0.9949041987582973f,-0.30222080525699335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2184062424676106e-16f,0.19523827377799088f,0.15563730609903376f,0.9826552771227177f,0.1008247751949423f,2.1987737128239533f,0.01577246977042222f,0.09958345490317039f,-0.9949041987582973f,-0.20734363135974054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2184062424676106e-16f,0.08005326181113279f,0f,0.9949041987582973f,0.1008247751949423f,2.2087997432395943f,-1.214306433183765e-16f,0.1008247751949423f,-0.9949041987582973f,-0.20632758150889435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2184062424676106e-16f,0.05771677939820301f,0.24068910970367585f,0.9653512921092205f,0.1008247751949423f,2.204502070505264f,0.024391720738570682f,0.09782984847439065f,-0.9949041987582973f,-0.2067631127769713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2184062424676106e-16f,0.08682420206637906f,-0.0694010086186032f,0.9924806621338323f,0.1008247751949423f,2.214452284949011f,-0.007033180783643449f,0.1005791711100029f,-0.9949041987582973f,-0.2057547462069193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2184062424676106e-16f,0.1446100421182231f,0.08671161440554313f,0.991118287912232f,0.1008247751949423f,2.321806528091485f,0.008787458169480738f,0.10044110648549368f,-0.9949041987582973f,-0.22628539890134944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2184062424676106e-16f,0.12500000000000003f,0.08671161440554313f,0.991118287912232f,0.1008247751949423f,2.0988049133112328f,0.008787458169480738f,0.10044110648549368f,-0.9949041987582973f,-0.24888464786058548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2184062424676106e-16f,-0.19523827377799083f,-0.15563730609903376f,0.9826552771227177f,0.1008247751949423f,2.1987737128239533f,-0.01577246977042246f,0.09958345490317035f,-0.9949041987582973f,-0.2073436313597406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2184062424676106e-16f,-0.08005326181113276f,0f,0.9949041987582973f,0.1008247751949423f,2.2087997432395943f,-1.231653667943533e-16f,0.1008247751949423f,-0.9949041987582973f,-0.20632758150889435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2184062424676106e-16f,-0.05771677939820295f,-0.24068910970367585f,0.9653512921092205f,0.1008247751949423f,2.204502070505264f,-0.02439172073857092f,0.09782984847439058f,-0.9949041987582973f,-0.2067631127769713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2184062424676106e-16f,-0.086824202066379f,0.0694010086186032f,0.9924806621338323f,0.1008247751949423f,2.214452284949011f,0.007033180783643206f,0.10057917111000292f,-0.9949041987582973f,-0.2057547462069193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2184062424676106e-16f,-0.14461004211822304f,-0.08671161440554313f,0.991118287912232f,0.1008247751949423f,2.321806528091485f,-0.008787458169480981f,0.10044110648549365f,-0.9949041987582973f,-0.22628539890134947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2184062424676106e-16f,-0.12499999999999997f,-0.08671161440554313f,0.991118287912232f,0.1008247751949423f,2.0988049133112328f,-0.008787458169480981f,0.10044110648549365f,-0.9949041987582973f,-0.2488846478605855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2347473821723753e-17f,1.2184062424676106e-16f,3.300013956186036e-17f,0f,0.9949041987582973f,0.1008247751949423f,1.5857657372227634f,-1.2246467991473532e-16f,0.1008247751949423f,-0.9949041987582973f,-0.26946658893679665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.681377852963035e-18f,1.2245313713880155e-16f,3.36306562567215e-17f,0f,0.9999057460817128f,0.013729492079950528f,1.2108010824421211f,-1.2246467991473532e-16f,0.013729492079950528f,-0.9999057460817128f,-0.2746151484667781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9756977311740624f,-0.21853748313754703f,0.015978292953045176f,0.1898893510561695f,-0.21883513070726196f,0.9755539313455655f,-0.020142308818686172f,0.6130751858837951f,-0.011185837032719444f,-0.023149416841858117f,-0.9996694361386463f,-0.12235633882217231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9756977311740624f,-0.19005345192403028f,0.10905788735138461f,0.12500000000000003f,-0.21883513070726196f,0.8705708722674746f,-0.4407011934721573f,0.9110839433544772f,-0.011185837032719444f,-0.4538568516296836f,-0.8910043968907609f,-0.29242790204797187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9762552242764151f,0.1511743238421922f,0.15515173503336163f,-0.1913228379392621f,0.21662337345831018f,0.6805479218439382f,0.6999491696869412f,0.6225186495075518f,0.0002261516038916129f,0.716938525875652f,-0.6971363560815768f,-0.16149561752449307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9762552242764151f,0.210183267765032f,-0.052428341806882724f,-0.12499999999999996f,0.21662337345831018f,0.9474832777713049f,-0.2352652809389556f,0.9215561955451843f,0.0002261516038916129f,-0.24103616387454618f,-0.9705161083465307f,-0.2963829488503176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.985059272329501f,0.1722156496886214f,1.168735127405059e-16f,-0.006041666666666632f,0.16435308484055242f,0.9400860517082275f,-0.2987076813324858f,1.1044274875864903f,-0.051442137407655845f,-0.29424477121261094f,-0.9543446553069651f,-0.2910068902042776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.985059272329501f,-0.17221378445156685f,0.0008015251357362323f,-0.006041666666666632f,-0.1643530848405524f,0.9386856261452803f,-0.3030797894476586f,1.10325377182179f,0.0514421374076556f,-0.2986832899797245f,-0.9529648465635129f,-0.2914368820488742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.658114058245564e-17f,1.168735127405059e-16f,-0.006041666666666632f,0f,0.9543446553069651f,-0.2987076813324858f,1.1044274875864903f,-1.2246467991473532e-16f,-0.2987076813324858f,-0.9543446553069651f,-0.2910068902042776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9853087078540094f,0.1707827574056068f,1.219760427515745e-16f,-0.006041666666666633f,0.1701013298939883f,0.9813773012461724f,0.08924197536516043f,1.1279089220619183f,0.015240990629185212f,0.08793089543338559f,-0.9960099747657772f,-0.282559696039244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9853087078540094f,-0.1707827574056068f,1.219760427515745e-16f,-0.006041666666666633f,-0.1701013298939883f,0.9813773012461724f,0.08924197536516043f,1.1279089220619183f,-0.015240990629185455f,0.08793089543338553f,-0.9960099747657772f,-0.282559696039244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.092898994805307e-17f,1.219760427515745e-16f,-0.006041666666666633f,0f,0.9960099747657772f,0.08924197536516043f,1.1279089220619183f,-1.2246467991473532e-16f,0.08924197536516043f,-0.9960099747657772f,-0.282559696039244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9769214730400709f,0.21340879894707446f,-0.009006666707778818f,-0.19979166666666665f,0.21342719439422506f,0.9735788126449187f,-0.0811980804078496f,1.1437293536438125f,-0.008559684937399338f,-0.08124641592634765f,-0.9966572889879928f,-0.28968577784284666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9769214730400709f,-0.21338169676379995f,0.00962740875934923f,0.18770833333333337f,-0.21342719439422506f,0.9733384983245488f,-0.08402975884960051f,1.143873236382149f,0.008559684937399099f,-0.08414522663534796f,-0.996416736425206f,-0.29007681619444114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.5553859637968123e-17f,1.2147294051343682e-16f,-0.007812499999999967f,0f,0.9919018332306998f,-0.12700690230683104f,0.9920806168227014f,-1.2246467991473532e-16f,-0.12700690230683104f,-0.9919018332306998f,-0.2771121826531052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.9076081520163544e-18f,1.223663074904397e-16f,3.5032998445552355e-17f,0f,0.999196728196537f,-0.040073661691135944f,1.2153386357791152f,-1.2246467991473532e-16f,-0.040073661691135944f,-0.999196728196537f,-0.2860661414372184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.020360767547895505f,-0.008724726470857166f,-0.9997546290429814f,-1.3647817892218663f,2.1373847531458713e-17f,0.9999619230641713f,-0.008726535498373905f,2.0933609389197616f,0.9997926980853885f,0.00017767896078082853f,0.020359992272256263f,-0.7516017700862341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.020360767547895505f,-0.008724726470857166f,-0.9997546290429814f,-1.3628729672642512f,2.1373847531458713e-17f,0.9999619230641713f,-0.008726535498373905f,2.0933609389197616f,0.9997926980853885f,0.00017767896078082853f,0.020359992272256263f,-0.6578712046407289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.020360767547895505f,-0.008724726470857166f,-0.9997546290429814f,-1.2138641838866115f,2.1373847531458713e-17f,0.9999619230641713f,-0.008726535498373905f,2.0946699192445175f,0.9997926980853885f,0.00017767896078082853f,0.020359992272256263f,-0.70779048620432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.07553295575234358f,-0.0392157591082139f,0.9963718667409679f,1.358316672674556f,-0.00202002794257499f,0.999230318158337f,0.03917512935907078f,2.0956974546069222f,-0.9971412598435718f,0.0009463143004586707f,-0.07555403633704172f,-0.7791201680822616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.11025981979432244f,-0.0392157591082139f,0.9931288417806071f,1.367027035658778f,-0.0033859896940186367f,0.999230318158337f,0.039080766970220955f,2.0959509002846417f,-0.9938970304879251f,0.0009463143004586707f,-0.1103077389693452f,-0.6857760314588425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0929105384983686f,-0.0392157591082139f,0.9949018826364284f,1.2134365717712026f,-0.00270342056234277f,0.999230318158337f,0.03913390844845191f,2.089954091178514f,-0.9956707906498041f,0.0009463143004586707f,-0.09294504363352828f,-0.7185063432255228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5605088885289404f,0.060268076029273f,0.05085290388857518f,0.010577110027279455f,0.060563928818230056f,1.5613046053589466f,0.008135712079717156f,1.3549227559609593f,-0.05050019156667882f,0.010096449706380066f,-1.561651062931491f,0.9892933227681721f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122.mcfunction new file mode 100644 index 000000000..fe0d1096c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122_as_bone.mcfunction new file mode 100644 index 000000000..74e9d52b9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_122_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7573443834287934f,-0.13354024848651314f,-0.27484710543766977f,0.030833350045412544f,-0.14498371335743207f,0.8036432630447574f,0.009037315326413232f,1.356286636500605f,0.26898634202203503f,0.05717475178240291f,-0.7689745379456134f,-0.6119812322195934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7354761948361942f,0.1630511468961232f,-0.26923798083690104f,0.030833350045412544f,0.1700507529606208f,0.7816676838193901f,0.008852880319751738f,1.356286636500605f,0.2648726264580743f,-0.04909129829500122f,-0.7532811800283561f,-0.6119812322195934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7573443834287934f,0.13354024848651314f,0.27484710543767f,-0.03083335004541239f,0.14498371335743207f,0.8036432630447574f,0.009037315326413232f,1.356286636500605f,-0.26898634202203525f,0.05717475178240295f,-0.7689745379456134f,-0.6119812322195934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7354761948361942f,-0.1630511468961232f,0.26923798083690126f,-0.03083335004541239f,-0.1700507529606208f,0.7816676838193901f,0.008852880319751738f,1.356286636500605f,-0.2648726264580745f,-0.04909129829500127f,-0.7532811800283561f,-0.6119812322195934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000011206289217734694f,0.000006644531252772272f,0.000008626117979683304f,-0.056786075588571405f,0.000005075259444438109f,0.000014139031072196346f,-0.0000042976932081185095f,1.3818652717095152f,-0.00000963335084693404f,-2.8041000409888085e-7f,-0.000012298802652676252f,0.36987008990638254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3676980188238369f,-0.8962743621631183f,-0.24797264906057787f,-0.17267769459020088f,-0.10579661539281289f,0.22460461599623643f,-0.9686897556207601f,1.400762996107987f,0.9239075944727646f,0.3824199709772992f,-0.012236121659705265f,0.1495595210630179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3330864453692072f,-0.8962743621631183f,-0.2928236459721131f,-0.29843749999999997f,-0.22842208337192627f,0.22460461599623643f,-0.9472993815585501f,1.4841208516337314f,0.9148096915420906f,0.3824199709772992f,-0.12991610392244168f,-0.1876044172651637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.36165770086655014f,0.8944565338092565f,0.26296618894803026f,0.2015394099564025f,0.10988002806066922f,0.23919916238538058f,-0.9647331963540586f,1.405544225022095f,-0.9258132029936208f,0.3777979219636638f,-0.011774689916508776f,0.1574775964545806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2731562971076441f,0.9116922632241337f,0.3069248353061339f,0.2984375000000001f,0.21781388533341445f,0.25215552685819853f,-0.9428545495625645f,1.4841208516337314f,-0.9369859917343495f,0.32439914835295325f,-0.12970136406945001f,-0.18760441726516364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.2874687530982476e-17f,1.1471424931428176e-16f,-0.15625f,0f,0.9367129313868314f,-0.3500983921309679f,1.2271751328137592f,-1.2246467991473532e-16f,-0.3500983921309679f,-0.9367129313868314f,-0.033579176246602664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.5617460585893675e-17f,1.214647798806989e-16f,-0.15625f,0f,0.9918351966074413f,-0.12752624345866218f,1.4123471931560379f,-1.2246467991473532e-16f,-0.12752624345866218f,-0.9918351966074413f,-0.06368931687389831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1871997025446283e-17f,1.150840288298928e-16f,0.15625f,0f,0.9397324102755077f,-0.3419108028094239f,1.226677841003339f,-1.2246467991473532e-16f,-0.3419108028094239f,-0.9397324102755077f,-0.03681546022478451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3495229264708448e-17f,1.2171884247605846e-16f,0.15625f,0f,0.9939097751351968f,-0.1101969096241002f,1.4123471931560379f,-1.2246467991473532e-16f,-0.1101969096241002f,-0.9939097751351968f,-0.06368931687389826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2106444216950615e-17f,1.2186480966645148e-16f,0.29375000000000007f,0f,0.9951016876972076f,0.0988566191115642f,2.1069020020490714f,-1.2246467991473532e-16f,0.0988566191115642f,-0.9951016876972076f,-0.18934913911584378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2106444216950615e-17f,1.2186480966645148e-16f,0.33125000000000004f,0f,0.9951016876972076f,0.0988566191115642f,1.9917820991286295f,-1.2246467991473532e-16f,0.0988566191115642f,-0.9951016876972076f,-0.2949969997264025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2106444216950615e-17f,1.2186480966645148e-16f,-0.29374999999999996f,0f,0.9951016876972076f,0.0988566191115642f,2.1069020020490714f,-1.2246467991473532e-16f,0.0988566191115642f,-0.9951016876972076f,-0.18934913911584383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2106444216950615e-17f,1.2186480966645148e-16f,-0.33124999999999993f,0f,0.9951016876972076f,0.0988566191115642f,1.9917820991286295f,-1.2246467991473532e-16f,0.0988566191115642f,-0.9951016876972076f,-0.2949969997264026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2186480966645148e-16f,0.19523827377799088f,0.15566820017554356f,0.982850334645076f,0.0988566191115642f,2.2153142263863477f,0.015464582326403287f,0.09763953008714643f,-0.9951016876972076f,-0.20056179624385337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2186480966645148e-16f,0.08005326181113279f,-1.3877787807814457e-17f,0.9951016876972077f,0.0988566191115642f,2.2253422469736157f,-1.214306433183765e-16f,0.0988566191115642f,-0.9951016876972076f,-0.19956558025518134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2186480966645148e-16f,0.05771677939820301f,0.24073688660213705f,0.9655429147826321f,0.0988566191115642f,2.22104372114928f,0.023915580688043832f,0.09592015503804477f,-0.9951016876972076f,-0.199992609708966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2186480966645148e-16f,0.08682420206637906f,-0.06941478475058505f,0.9926776699996133f,0.0988566191115642f,2.230995910715149f,-0.0068958891554889434f,0.09861580935592473f,-0.9951016876972076f,-0.1990039270191437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2186480966645148e-16f,0.1446100421182231f,0.08672882670069831f,0.9913150253461063f,0.0988566191115642f,2.338309333416301f,0.008615922064190597f,0.09848043983021539f,-0.9951016876972076f,-0.21974689037823586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2186480966645148e-16f,0.12500000000000003f,0.08672882670069831f,0.9913150253461063f,0.0988566191115642f,2.1152634527134273f,0.008615922064190597f,0.09848043983021539f,-0.9951016876972076f,-0.2419049893400343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2186480966645148e-16f,-0.19523827377799083f,-0.15566820017554356f,0.982850334645076f,0.0988566191115642f,2.2153142263863477f,-0.01546458232640353f,0.09763953008714639f,-0.9951016876972076f,-0.2005617962438534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2186480966645148e-16f,-0.08005326181113276f,1.3877787807814457e-17f,0.9951016876972077f,0.0988566191115642f,2.2253422469736157f,-1.231653667943533e-16f,0.0988566191115642f,-0.9951016876972076f,-0.19956558025518134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2186480966645148e-16f,-0.05771677939820295f,-0.24073688660213705f,0.9655429147826321f,0.0988566191115642f,2.22104372114928f,-0.023915580688044072f,0.09592015503804471f,-0.9951016876972076f,-0.19999260970896604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2186480966645148e-16f,-0.086824202066379f,0.06941478475058505f,0.9926776699996133f,0.0988566191115642f,2.230995910715149f,0.006895889155488699f,0.09861580935592473f,-0.9951016876972076f,-0.19900392701914374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2186480966645148e-16f,-0.14461004211822304f,-0.08672882670069831f,0.9913150253461063f,0.0988566191115642f,2.338309333416301f,-0.00861592206419084f,0.09848043983021536f,-0.9951016876972076f,-0.21974689037823592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2186480966645148e-16f,-0.12499999999999997f,-0.08672882670069831f,0.9913150253461063f,0.0988566191115642f,2.1152634527134273f,-0.00861592206419084f,0.09848043983021536f,-0.9951016876972076f,-0.24190498934003432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2106444216950615e-17f,1.2186480966645148e-16f,3.2021094448415353e-17f,0f,0.9951016876972076f,0.0988566191115642f,1.6021845684213718f,-1.2246467991473532e-16f,0.0988566191115642f,-0.9951016876972076f,-0.26147207889417323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.439157540388106e-18f,1.2245622341144007e-16f,3.256077852606089e-17f,0f,0.999930947410297f,0.011751613129517051f,1.2272104631425105f,-1.2246467991473532e-16f,0.011751613129517051f,-0.999930947410297f,-0.26587893381774214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9763769187925906f,-0.21526122615307325f,0.018727438804133203f,0.18768720122123767f,-0.2159263980693548f,0.9752433817474764f,-0.047708877313771436f,0.6370696628474388f,-0.007993939321862828f,-0.0506255950367146f,-0.9986857093506931f,-0.09856480660938988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9763769187925906f,-0.18461589345319127f,0.11227236674073915f,0.12500000000000003f,-0.2159263980693548f,0.8528776149239371f,-0.4753688721176966f,0.9272636777147737f,-0.007993939321862828f,-0.488381762401235f,-0.8725934626663107f,-0.2804791215564813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9765824699783778f,0.1548182754515041f,0.14939203766316664f,-0.1901865350312889f,0.21512722185229452f,0.7112143279096274f,0.66924917496712f,0.6435422813317612f,-0.0026377545459073583f,0.6857153063497119f,-0.7278650705238412f,-0.13839447594655974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9765824699783778f,0.20729675006741882f,-0.057573750463356894f,-0.12499999999999997f,0.21512722185229452f,0.9376131604545531f,-0.2731333735751422f,0.9376631397015827f,-0.0026377545459073583f,-0.2791229455883386f,-0.9602517500619538f,-0.2849677197975403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9853087078540094f,0.17078275740560683f,1.1636469839951082e-16f,-0.0058333333333333015f,0.16227604621329736f,0.9362303539246654f,-0.31167163684794175f,1.1206383109100555f,-0.053228141546010535f,-0.3070927777773895f,-0.9501898709124006f,-0.2809920900567354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9853087078540094f,-0.17077535857506201f,0.0015896951347131648f,-0.0058333333333333015f,-0.1622760462132974f,0.9332886641305861f,-0.3203728362872318f,1.1182793898161885f,0.053228141546010306f,-0.3159241147948421f,-0.9472901976895216f,-0.2818200381250416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.816876724508481e-17f,1.1636469839951082e-16f,-0.0058333333333333015f,0f,0.9501898709124006f,-0.31167163684794175f,1.1206383109100555f,-1.2246467991473532e-16f,-0.31167163684794175f,-0.9501898709124006f,-0.2809920900567354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9858013254184597f,0.1679158920507771f,1.221135180166502e-16f,-0.005833333333333302f,0.1674344008697095f,0.9829745849671736f,0.0756748750511951f,1.144220115352724f,0.0127070141500524f,0.07460039212634448f,-0.9971325454953247f,-0.27282459096765693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9858013254184597f,-0.1679158920507771f,1.221135180166502e-16f,-0.005833333333333302f,-0.1674344008697095f,0.9829745849671736f,0.0756748750511951f,1.144220115352724f,-0.012707014150052643f,0.07460039212634445f,-0.9971325454953247f,-0.27282459096765693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-9.267499350732196e-18f,1.221135180166502e-16f,-0.005833333333333302f,0f,0.9971325454953247f,0.0756748750511951f,1.144220115352724f,-1.2246467991473532e-16f,0.0756748750511951f,-0.9971325454953247f,-0.27282459096765693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9775386726521915f,0.21058138073002408f,-0.008580533737950697f,-0.1995833333333333f,0.2104685712536355f,0.9732695153750535f,-0.09192078631115949f,1.1598165320496527f,-0.011005634186398895f,-0.09166205611617669f,-0.9957293525274376f,-0.27974622586257475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9775386726521915f,-0.21052789779119177f,0.009805494429808811f,0.1879166666666667f,-0.21046857125363552f,0.9727182741558934f,-0.09758145129907356f,1.1600947671185975f,0.011005634186398657f,-0.09745339078144818f,-0.9951792364400261f,-0.28053174364445194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.702967840823056e-17f,1.2127484438221646e-16f,-0.007812499999999968f,0f,0.990284255563749f,-0.13905787709637818f,1.0084680860907178f,-1.2246467991473532e-16f,-0.13905787709637818f,-0.990284255563749f,-0.26572596733363946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,6.395076201748021e-18f,1.2229759125588865e-16f,3.3970945373375647e-17f,0f,0.9986356175595853f,-0.052219760066335226f,1.2316007318891877f,-1.2246467991473532e-16f,-0.052219760066335226f,-0.9986356175595853f,-0.27739381997346124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.04071309344358388f,-0.01743793626820969f,-0.9990186997253655f,-1.3318691681759696f,-2.0526754494921563e-16f,0.9998476951563913f,-0.01745240643728345f,2.1115188019847726f,0.9991708782897218f,0.0007105414540967271f,0.04070689264225413f,-0.7072539649069493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.04071309344358388f,-0.01743793626820969f,-0.9990186997253655f,-1.3280523156656336f,-2.0526754494921563e-16f,0.9998476951563913f,-0.01745240643728345f,2.1115188019847726f,0.9991708782897218f,0.0007105414540967271f,0.04070689264225413f,-0.6135816950672878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.04071309344358388f,-0.01743793626820969f,-0.9990186997253655f,-1.1801079369619967f,-2.0526754494921563e-16f,0.9998476951563913f,-0.01745240643728345f,2.114136662950365f,0.9991708782897218f,0.0007105414540967271f,0.04070689264225413f,-0.6665238638834566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.15047919014994746f,-0.07810787005732855f,0.9855227922107755f,1.3260570627834845f,-0.00805263000141973f,0.9969377902989207f,0.07778301500948219f,2.1139423318178667f,-0.988580380384861f,0.003768674702408649f,-0.1506473650918304f,-0.7693477669544893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21885922518488762f,-0.07810787005732855f,0.9726252105444205f,1.3433803538831832f,-0.013458883043707869f,0.9969377902989207f,0.07703181642101457f,2.114951298627176f,-0.9756636192964698f,0.003768674702408649f,-0.2192402770302505f,-0.6772177063257628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.18478177173011914f,-0.07810787005732855f,0.9796707903532623f,1.1877680897803444f,-0.010762312632631643f,0.9969377902989207f,0.07745459896418413f,2.1028286253778936f,-0.9827206467064157f,0.003768674702408649f,-0.18505655251277053f,-0.6955242537632105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5382295799883379f,0.20745193996142006f,0.17949847312761527f,0.03705258952145226f,0.2101080488026227f,1.5482688176680024f,0.011159124754237743f,1.421458166110334f,-0.17638202027773858f,0.03512279663081079f,-1.5521153378791068f,0.9179096599622242f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123.mcfunction new file mode 100644 index 000000000..0c5c54f37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123_as_bone.mcfunction new file mode 100644 index 000000000..6359aa5c9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_123_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7581285298031619f,-0.13367851464913902f,-0.2726089350409128f,0.030735850890782235f,-0.14442982152810907f,0.8037585833082551f,0.007524018614381614f,1.3798254358854043f,0.26706853688950194f,0.05519636694521593f,-0.7697871148078501f,-0.6025947441711921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7362376991190993f,0.16321996833122301f,-0.26704548738701667f,0.030735850890782235f,0.17059526934781424f,0.7815644121178963f,0.007370467214088112f,1.3798254358854043f,0.26239532097955065f,-0.050162851282216814f,-0.7540771736893226f,-0.6025947441711921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7581285298031619f,0.13367851464913902f,0.27260893504091305f,-0.030735850890782082f,0.14442982152810907f,0.8037585833082551f,0.007524018614381614f,1.3798254358854043f,-0.26706853688950216f,0.05519636694521598f,-0.7697871148078501f,-0.6025947441711921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7362376991190993f,-0.16321996833122301f,0.2670454873870169f,-0.030735850890782082f,-0.17059526934781424f,0.7815644121178963f,0.007370467214088112f,1.3798254358854043f,-0.2623953209795509f,-0.05016285128221686f,-0.7540771736893226f,-0.6025947441711921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000011457904135047753f,0.000006765639251997845f,0.000008190432427160463f,-0.041202064456568835f,0.00000548842396685024f,0.000014084252451417797f,-0.000003956217921808112f,1.3856946809692359f,-0.00000909583752010553f,-2.4153603413781506e-8f,-0.000012704557505528585f,0.364399282827096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.39581855458570364f,-0.8815227360860779f,-0.2573816963363935f,-0.16383959974334075f,-0.13971607016017065f,0.21920222256553185f,-0.9656240497011916f,1.4129188538566027f,0.9076381942077377f,0.4181722747691985f,-0.03639858554492546f,0.14865850378013284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3568698181209472f,-0.8815227360860779f,-0.30913039106117857f,-0.29843749999999997f,-0.270553621881141f,0.21920222256553185f,-0.9374172621140107f,1.5116472735569597f,0.8941166985362251f,0.4181722747691985f,-0.16027251171999277f,-0.18085440070509207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.38414665210191534f,0.8781504901851367f,0.28510185244311415f,0.20573603418218955f,0.1556288077093624f,0.24278843975583142f,-0.9575142023656318f,1.4165739610084511f,-0.9100610000927704f,0.4121959365502453f,-0.043399147475654404f,0.1599074344983426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.26446791482931f,0.9043433255513406f,0.3349923455193863f,0.2984375000000001f,0.26319370090315797f,0.2664923839673674f,-0.9272059561350374f,1.5116472735569597f,-0.9277854266104512f,0.33338410102782634f,-0.16753878163318484f,-0.180854400705092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.426630895028535e-17f,1.1418446356022553e-16f,-0.15625f,0f,0.9323869024091287f,-0.36146184337480214f,1.251990347655734f,-1.2246467991473532e-16f,-0.36146184337480214f,-0.9323869024091287f,-0.022856972215753724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.63873936677797e-17f,1.213633023421652e-16f,-0.15625f,0f,0.9910065696220577f,-0.1338132241817742f,1.4369677468087336f,-1.2246467991473532e-16f,-0.1338132241817742f,-0.9910065696220577f,-0.05414074280997422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.2767888099673554e-17f,1.1475410918181703e-16f,0.15625f,0f,0.937038411905484f,-0.34922630859322223f,1.2512348211447897f,-1.2246467991473532e-16f,-0.34922630859322223f,-0.937038411905484f,-0.027709836198359608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3204857225370392e-17f,1.2175068612651088e-16f,0.15625f,0f,0.9941697982739056f,-0.10782584198614754f,1.4369677468087336f,-1.2246467991473532e-16f,-0.10782584198614754f,-0.9941697982739056f,-0.05414074280997416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.1865367244016557e-17f,1.2188851827298258e-16f,0.29375000000000007f,0f,0.9952952831612026f,0.09688807623779921f,2.131272636960271f,-1.2246467991473532e-16f,0.09688807623779921f,-0.9952952831612026f,-0.18117417539359665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.1865367244016557e-17f,1.2188851827298258e-16f,0.33125000000000004f,0f,0.9952952831612026f,0.09688807623779921f,2.0159439837124142f,-1.2246467991473532e-16f,0.09688807623779921f,-0.9952952831612026f,-0.2865941177196843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.1865367244016557e-17f,1.2188851827298258e-16f,-0.29374999999999996f,0f,0.9952952831612026f,0.09688807623779921f,2.131272636960271f,-1.2246467991473532e-16f,0.09688807623779921f,-0.9952952831612026f,-0.1811741753935967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.1865367244016557e-17f,1.2188851827298258e-16f,-0.33124999999999993f,0f,0.9952952831612026f,0.09688807623779921f,2.0159439837124142f,-1.2246467991473532e-16f,0.09688807623779921f,-0.9952952831612026f,-0.28659411771968435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2188851827298258e-16f,0.19523827377799088f,0.15569848517838783f,0.9830415466276559f,0.09688807623779921f,2.239662470140719f,0.015156634375037104f,0.09569522324276712f,-0.9952952831612026f,-0.19260125414281679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2188851827298258e-16f,0.08005326181113279f,0f,0.9952952831612025f,0.09688807623779921f,2.2496924416635773f,-1.231653667943533e-16f,0.09688807623779921f,-0.9952952831612026f,-0.1916248759141537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2188851827298258e-16f,0.05771677939820301f,0.2407837215837662f,0.9657307596339727f,0.09688807623779921f,2.2453930795678216f,0.023439347064453393f,0.09401008630063955f,-0.9952952831612026f,-0.1920434018828335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2188851827298258e-16f,0.08682420206637906f,-0.06942828928748618f,0.9928707938747879f,0.09688807623779921f,2.2553472053164754f,-0.0067585705462009735f,0.09665206175366163f,-0.9952952831612026f,-0.19107440694160058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2188851827298258e-16f,0.1446100421182231f,0.08674569965715538f,0.9915078841209126f,0.09688807623779921f,2.362619387697488f,0.008444352247897f,0.09651938785640443f,-0.9952952831612026f,-0.21202959980560143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2188851827298258e-16f,0.12500000000000003f,0.08674569965715538f,0.9915078841209126f,0.09688807623779921f,2.139530113770283f,0.008444352247897f,0.09651938785640443f,-0.9952952831612026f,-0.2337464620732924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2188851827298258e-16f,-0.19523827377799083f,-0.15569848517838783f,0.9830415466276559f,0.09688807623779921f,2.239662470140719f,-0.015156634375037345f,0.09569522324276708f,-0.9952952831612026f,-0.19260125414281684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2188851827298258e-16f,-0.08005326181113276f,0f,0.9952952831612025f,0.09688807623779921f,2.2496924416635773f,-1.214306433183765e-16f,0.09688807623779921f,-0.9952952831612026f,-0.19162487591415373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2188851827298258e-16f,-0.05771677939820295f,-0.2407837215837662f,0.9657307596339727f,0.09688807623779921f,2.2453930795678216f,-0.02343934706445363f,0.09401008630063948f,-0.9952952831612026f,-0.1920434018828335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2188851827298258e-16f,-0.086824202066379f,0.06942828928748618f,0.9928707938747879f,0.09688807623779921f,2.2553472053164754f,0.006758570546200729f,0.09665206175366164f,-0.9952952831612026f,-0.19107440694160058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2188851827298258e-16f,-0.14461004211822304f,-0.08674569965715538f,0.9915078841209126f,0.09688807623779921f,2.362619387697488f,-0.008444352247897243f,0.0965193878564044f,-0.9952952831612026f,-0.21202959980560146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2188851827298258e-16f,-0.12499999999999997f,-0.08674569965715538f,0.9915078841209126f,0.09688807623779921f,2.139530113770283f,-0.008444352247897243f,0.0965193878564044f,-0.9952952831612026f,-0.23374646207329242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.1865367244016557e-17f,1.2188851827298258e-16f,3.089767017553536e-17f,0f,0.9952952831612026f,0.09688807623779921f,1.6264135287677353f,-1.2246467991473532e-16f,0.09688807623779921f,-0.9952952831612026f,-0.25229862354637694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.1969315969074586e-18f,1.2245883055693007e-16f,3.1346519524375655e-17f,0f,0.9999522363688097f,0.009773688199249037f,1.2514314401294315f,-1.2246467991473532e-16f,0.009773688199249037f,-0.9999522363688097f,-0.25596375662109533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.97704643991338f,-0.2119510905907508f,0.02137731157047404f,0.18548379850053626f,-0.21297063678010883f,0.9741562092998375f,-0.07525415438397143f,0.6693806183291338f,-0.004874640711347078f,-0.07807954328736183f,-0.9969352149452704f,-0.07396175707722333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.97704643991338f,-0.17914470816223121f,0.11527110561653675f,0.12500000000000003f,-0.21297063678010883f,0.8338148669085081f,-0.5093096068128129f,0.9512888246900884f,-0.004874640711347078f,-0.5221684989156432f,-0.8528284098329038f,-0.2673483635299351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.976907413511909f,0.15824935295919923f,0.14355851668733097f,-0.18901811157038276f,0.21359315825789665f,0.7404948291644626f,0.6372168945705304f,0.67285009809253f,-0.005465178029032094f,0.6531650252950538f,-0.7571958673688222f,-0.11429679266146087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.976907413511909f,0.2042869097109362f,-0.06260003151938273f,-0.12499999999999997f,0.21359315825789665f,0.9262381711385567f,-0.3105814113422098f,0.96160407353513f,-0.005465178029032094f,-0.3167802216784653f,-0.948483222298873f,-0.2723692677468559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9855560590580777f,0.16934950384902464f,1.1583431861067031e-16f,-0.005624999999999966f,0.16018075088314943f,0.9321970598632474f,-0.32457783138844765f,1.1446760972297103f,-0.05496709470602609f,-0.31988964836081574f,-0.9458589912725747f,-0.2697959199425711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9855560590580777f,-0.16933299633836307f,0.002364488313084979f,-0.005624999999999966f,-0.16018075088314943f,0.9275743788153794f,-0.3375616963042069f,1.1411211369976566f,0.05496709470602586f,-0.33306472061197817f,-0.9413004357713024f,-0.2709895584527774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.974932022840517e-17f,1.1583431861067031e-16f,-0.005624999999999966f,0f,0.9458589912725747f,-0.32457783138844765f,1.1446760972297103f,-1.2246467991473532e-16f,-0.32457783138844765f,-0.9458589912725747f,-0.2697959199425711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,0.16504760586067763f,1.2222836242597471e-16f,-0.005624999999999967f,0.16472911700519613f,0.984382387184176f,0.06209375018688408f,1.168354941755456f,0.0102484248072561f,0.06124217175477356f,-0.998070321263852f,-0.2619093087884771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,-0.16504760586067763f,1.2222836242597471e-16f,-0.005624999999999967f,-0.16472911700519613f,0.984382387184176f,0.06209375018688408f,1.168354941755456f,-0.010248424807256342f,0.06124217175477352f,-0.998070321263852f,-0.2619093087884771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-7.604291241342297e-18f,1.2222836242597471e-16f,-0.005624999999999967f,0f,0.998070321263852f,0.06209375018688408f,1.168354941755456f,-1.2246467991473532e-16f,0.06209375018688408f,-0.998070321263852f,-0.2619093087884771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9781476007338057f,0.20775139843900872f,-0.008162574675661541f,-0.19937499999999997f,0.20748066204030954f,0.9728405281562241f,-0.10263080266680975f,1.1837346743060244f,-0.013380809318362484f,-0.10208164978758434f,-0.9946860262005447f,-0.2686221613828838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9781476007338057f,-0.2076722569046768f,0.009975213823144504f,0.18812500000000004f,-0.2074806620403096f,0.9719078740271635f,-0.11111642220353474f,1.1841376695953758f,0.013380809318362248f,-0.11075792574853174f,-0.9937573324639514f,-0.2698054254743029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.8502979467396364e-17f,1.2105881866864424e-16f,-0.007812499999999969f,0f,0.9885202717463525f,-0.15108829321465467f,1.0326992583969545f,-1.2246467991473532e-16f,-0.15108829321465467f,-0.9885202717463525f,-0.2531606243852068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.88159878710093e-18f,1.2221079423347902e-16f,3.2764279561341754e-17f,0f,0.997926866085527f,-0.0643581381389998f,1.2556735425379395f,-1.2246467991473532e-16f,-0.0643581381389998f,-0.997926866085527f,-0.2675406458756396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.061048539534873505f,-0.026128123022578664f,-0.9977927625554196f,-1.2929501232083118f,4.3611184120390455e-16f,0.9996573249755573f,-0.02617694830787322f,2.1388252835484085f,0.9981347984218659f,0.0015980644636751035f,0.06102761972509615f,-0.6553839155075109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.061048539534873505f,-0.026128123022578664f,-0.9977927625554196f,-1.2872268226269172f,4.3611184120390455e-16f,0.9996573249755573f,-0.02617694830787322f,2.1388252835484085f,0.9981347984218659f,0.0015980644636751035f,0.06102761972509615f,-0.5618087781554608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.061048539534873505f,-0.026128123022578664f,-0.9977927625554196f,-1.1404195585343015f,4.3611184120390455e-16f,0.9996573249755573f,-0.02617694830787322f,2.1427518257945897f,0.9981347984218659f,0.0015980644636751035f,0.06102761972509615f,-0.6177504897902503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.22425772048433815f,-0.11635888895853494f,0.9675583102653316f,1.2938942278533927f,-0.018015640857168138f,0.9931715630884842f,0.11526353697888388f,2.1397540716719132f,-0.9743633364857659f,0.008417555031738043f,-0.22482267074210655f,-0.7579956628727504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3241665965209352f,-0.11635888895853494f,0.9388166097062665f,1.3196368971466057f,-0.02996526968274207f,0.9931715630884842f,0.11274896400950891f,2.1420062634039665f,-0.9455253038987764f,0.008417555031738043f,-0.32543977085539794f,-0.6678773788785335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2745884724609391f,-0.11635888895853494f,0.9544955629817791f,1.1635912280527323f,-0.02402337847523313f,0.9931715630884842f,0.11416270651580009f,2.1237557615605698f,-0.961261695938314f,0.008417555031738043f,-0.2755087960285185f,-0.6716102014713642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4734836365313124f,0.3897709943518716f,0.3439924342720526f,0.08096474021062638f,0.3948187504690376f,1.5116405938377653f,-0.02161294380402952f,1.5312601957447614f,-0.33818689677828595f,0.06653974018405505f,-1.524010608829122f,0.7796998098408034f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124.mcfunction new file mode 100644 index 000000000..e787c792d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124_as_bone.mcfunction new file mode 100644 index 000000000..f7bbf0955 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_124_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.758906261205481f,-0.13381564967911214f,-0.27036845793938225f,0.03063914936064173f,-0.14388406632783204f,0.8038692244036185f,0.006007491834148879f,1.411703756117001f,0.26514732999698565f,0.0532173505740981f,-0.7705901968217527f,-0.5925949689101587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7369929736611678f,0.1633874086660297f,-0.2648507343079663f,0.03063914936064173f,0.1711306677870944f,0.781459955860121f,0.005884889959982575f,1.411703756117001f,0.2599147000783378f,-0.05123370059343534f,-0.75486386627437f,-0.5925949689101587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.758906261205481f,0.13381564967911214f,0.27036845793938247f,-0.030639149360641577f,0.14388406632783204f,0.8038692244036185f,0.006007491834148879f,1.411703756117001f,-0.26514732999698587f,0.05321735057409814f,-0.7705901968217527f,-0.5925949689101587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7369929736611678f,-0.1633874086660297f,0.2648507343079665f,-0.030639149360641577f,-0.1711306677870944f,0.781459955860121f,0.005884889959982575f,1.411703756117001f,-0.259914700078338f,-0.05123370059343539f,-0.75486386627437f,-0.5925949689101587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000011651557402413738f,0.000006905495821262862f,0.000007790761359506453f,-0.028398869432406604f,0.000005923219500216418f,0.000014013084565889218f,-0.0000035622404047864756f,1.39622819540838f,-0.00000856138457555281f,2.9700742711001637e-7f,-0.000013067329709536219f,0.3586818790120259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4196319256890169f,-0.8671889571651028f,-0.2681275060739366f,-0.15674123145305688f,-0.1765466778890283f,0.2117764677180657f,-0.96123982348174f,1.4324704651114857f,0.8903596562450901f,0.45070393862463703f,-0.06423116252539984f,0.1476358964212925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3759157770271314f,-0.8671889571651028f,-0.3266047169790871f,-0.29843749999999997f,-0.3152027389912531f,0.2117764677180657f,-0.9250934877369266f,1.5475032718912718f,0.8713980502127028f,0.45070393862463703f,-0.1937302191031109f,-0.17350492007259694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.39655779164252075f,0.8637185678396825f,0.31101793108529074f,0.21376985443530094f,0.20962914297166144f,0.24464520113032356f,-0.9466807001206214f,1.4336040865326471f,-0.8937547428151493f,0.44061203017265793f,-0.08404462244876221f,0.1622326085079603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.24524636172231784f,0.8978567932509389f,0.36566022599553605f,0.2984375000000001f,0.3153902543370946f,0.28276923626678657f,-0.9058534906320562f,1.5475032718912718f,-0.9167241730919659f,0.33748294450866523f,-0.21382715598027413f,-0.17350492007259685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.565138592555463e-17f,1.1363779648380487e-16f,-0.15625f,0f,0.9279230269733602f,-0.3727718551776634f,1.2851533801723902f,-1.2246467991473532e-16f,-0.3727718551776634f,-0.9279230269733602f,-0.011524591840112501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.7156667767512566e-17f,1.212569444515809e-16f,-0.15625f,0f,0.9901380915379414f,-0.14009482390724987f,1.469928679686334f,-1.2246467991473532e-16f,-0.14009482390724987f,-0.9901380915379414f,-0.043980734394833965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.366117998748804e-17f,1.1441721543858142e-16f,0.15625f,0f,0.9342874657267967f,-0.35652059040930534f,1.2841332372523282f,-1.2246467991473532e-16f,-0.35652059040930534f,-0.9342874657267967f,-0.0179929282013117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.291441005602295e-17f,1.2178183706745218e-16f,0.15625f,0f,0.9944241650102008f,-0.10545416086511201f,1.469928679686334f,-1.2246467991473532e-16f,-0.10545416086511201f,-0.9944241650102008f,-0.04398073439483394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.1624243846169036e-17f,1.2191174997359106e-16f,0.29375000000000007f,0f,0.9954849843928124f,0.09491915427584743f,2.163980934531116f,-1.2246467991473532e-16f,0.09491915427584743f,-0.9954849843928124f,-0.172387280284012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.1624243846169036e-17f,1.2191174997359106e-16f,0.33125000000000004f,0f,0.9954849843928124f,0.09491915427584743f,2.0484439821953755f,-1.2246467991473532e-16f,0.09491915427584743f,-0.9954849843928124f,-0.2775788918553191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.1624243846169036e-17f,1.2191174997359106e-16f,-0.29374999999999996f,0f,0.9954849843928124f,0.09491915427584743f,2.163980934531116f,-1.2246467991473532e-16f,0.09491915427584743f,-0.9954849843928124f,-0.1723872802840121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.1624243846169036e-17f,1.2191174997359106e-16f,-0.33124999999999993f,0f,0.9954849843928124f,0.09491915427584743f,2.0484439821953755f,-1.2246467991473532e-16f,0.09491915427584743f,-0.9954849843928124f,-0.2775788918553192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2191174997359106e-16f,0.19523827377799088f,0.1557281609890722f,0.9832289123223134f,0.09491915427584743f,2.2723479524643113f,0.014848627121213216f,0.09375054197740565f,-0.9954849843928124f,-0.18402873594439453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2191174997359106e-16f,0.08005326181113279f,0f,0.9954849843928124f,0.09491915427584743f,2.28237983567909f,-1.214306433183765e-16f,0.09491915427584743f,-0.9954849843928124f,-0.18307219929595714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2191174997359106e-16f,0.05771677939820301f,0.2408296144653148f,0.9659148259282729f,0.09491915427584743f,2.2780796541337716f,0.022963021731130198f,0.09209964973558678f,-0.9954849843928124f,-0.18348222014199048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2191174997359106e-16f,0.08682420206637906f,-0.06944152217646819f,0.9930600330037319f,0.09491915427584743f,2.288035677118297f,-0.006621225493057851f,0.09468793598665147f,-0.9954849843928124f,-0.18253291674067554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2191174997359106e-16f,0.1446100421182231f,0.08676223320889648f,0.9916968634820638f,0.09491915427584743f,2.395266199461712f,0.008272749391890917f,0.09455795823695166f,-0.9954849843928124f,-0.20370025711945405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2191174997359106e-16f,0.12500000000000003f,0.08676223320889648f,0.9916968634820638f,0.09491915427584743f,2.172134405178248f,0.008272749391890917f,0.09455795823695166f,-0.9954849843928124f,-0.22497579772276816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2191174997359106e-16f,-0.19523827377799083f,-0.1557281609890722f,0.9832289123223134f,0.09491915427584743f,2.2723479524643113f,-0.014848627121213457f,0.0937505419774056f,-0.9954849843928124f,-0.18402873594439456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2191174997359106e-16f,-0.08005326181113276f,0f,0.9954849843928124f,0.09491915427584743f,2.28237983567909f,-1.231653667943533e-16f,0.09491915427584743f,-0.9954849843928124f,-0.18307219929595717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2191174997359106e-16f,-0.05771677939820295f,-0.2408296144653148f,0.9659148259282729f,0.09491915427584743f,2.2780796541337716f,-0.022963021731130434f,0.09209964973558671f,-0.9954849843928124f,-0.1834822201419905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2191174997359106e-16f,-0.086824202066379f,0.06944152217646819f,0.9930600330037319f,0.09491915427584743f,2.288035677118297f,0.006621225493057608f,0.09468793598665148f,-0.9954849843928124f,-0.18253291674067557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2191174997359106e-16f,-0.14461004211822304f,-0.08676223320889648f,0.9916968634820638f,0.09491915427584743f,2.395266199461712f,-0.00827274939189116f,0.09455795823695164f,-0.9954849843928124f,-0.2037002571194541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2191174997359106e-16f,-0.12499999999999997f,-0.08676223320889648f,0.9916968634820638f,0.09491915427584743f,2.172134405178248f,-0.00827274939189116f,0.09455795823695164f,-0.9954849843928124f,-0.22497579772276818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.1624243846169036e-17f,1.2191174997359106e-16f,2.969927184116795e-17f,0f,0.9954849843928124f,0.09491915427584743f,1.6589821271058116f,-1.2246467991473532e-16f,0.09491915427584743f,-0.9954849843928124f,-0.2425129585268646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-9.54700970264068e-19f,1.2246095856507066e-16f,3.005728470501698e-17f,0f,0.9999696128739548f,0.007795725028055173f,1.2839935222780785f,-1.2246467991473532e-16f,0.007795725028055173f,-0.9999696128739548f,-0.2454363554123853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9777062870342825f,-0.20860941950309045f,0.023927523654170654f,0.18328232235425546f,-0.20996921773933452f,0.9722931997048853f,-0.1027563205334247f,0.7105208263941238f,-0.0018286321579767187f,-0.10548954404214478f,-0.9944187308182661f,-0.049132543229507664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9777062870342825f,-0.1736476420803323f,0.11805470212396486f,0.12500000000000003f,-0.20996921773933452f,0.8134124766877123f,-0.5424694188345494f,0.9836889332994395f,-0.0018286321579767187f,-0.5551636147737913f,-0.8317391519795905f,-0.25360271395180434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9772300540381219f,0.1614665829868997f,0.1376588684509065f,-0.18781887283175264f,0.21202185328992676f,0.7683317292135212f,0.6039148016163083f,0.7109648277355828f,-0.008255617006264954f,0.6193503826286819f,-0.7850713014278072f,-0.08978680454400506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9772300540381219f,0.20115811875164802f,-0.06750431649122317f,-0.12499999999999997f,0.21202185328992676f,0.9133761150619476f,-0.34754971753958974f,0.9939085663205751f,-0.008255617006264954f,-0.35394841953968614f,-0.9352285074211565f,-0.2591544798317329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9858013254184597f,0.1679158920507771f,1.1528247166734844e-16f,-0.005416666666666635f,0.15806809833920174f,0.9279868566701243f,-0.33742387309574123f,1.1770703846368964f,-0.056658830650099704f,-0.33263290132561185f,-0.9413528190137156f,-0.2579853030632996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9858013254184597f,-0.16788679416436142f,0.0031258836225201946f,-0.005416666666666635f,-0.1580680983392017f,0.9215446420488858f,-0.35464059130113634f,1.1723092113096825f,0.056658830650099454f,-0.3500992674316879f,-0.934997475853897f,-0.2595121480036383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.132250661426022e-17f,1.1528247166734844e-16f,-0.005416666666666635f,0f,0.9413528190137156f,-0.33742387309574123f,1.1770703846368964f,-1.2246467991473532e-16f,-0.33742387309574123f,-0.9413528190137156f,-0.2579853030632996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9867615321125792f,0.16217792310556742f,1.2232055469584975e-16f,-0.005416666666666636f,0.161987060493733f,0.985600240367869f,0.048501117712880695f,1.200842925181397f,0.007865810538973518f,0.04785903722353473f,-0.9988231282767742f,-0.25038073308009096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9867615321125792f,-0.16217792310556742f,1.2232055469584975e-16f,-0.005416666666666636f,-0.161987060493733f,0.985600240367869f,0.048501117712880695f,1.200842925181397f,-0.00786581053897376f,0.04785903722353469f,-0.9988231282767742f,-0.25038073308009096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-5.939673856214834e-18f,1.2232055469584975e-16f,-0.005416666666666636f,0f,0.9988231282767742f,0.048501117712880695f,1.200842925181397f,-1.2246467991473532e-16f,0.048501117712880695f,-0.9988231282767742f,-0.25038073308009096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.978748252132414f,0.2049188938252224f,-0.007752799571231465f,-0.19916666666666663f,0.20446477589461695f,0.9722917071481584f,-0.11332692367343075f,1.216013375918007f,-0.015684845109484688f,-0.11250370289180156f,-0.9935275046366481f,-0.2568806162630826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.978748252132414f,-0.2048148165725163f,0.010136560566137017f,0.18833333333333338f,-0.20446477589461695f,0.9709073019021812f,-0.12463212479690271f,1.2165314804452516f,0.015684845109484445f,-0.12405604388901484f,-0.9921512402897547f,-0.2584647183607369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.9973544998878672e-17f,1.2082489531051265e-16f,-0.0078124999999999705f,0f,0.9866101425703775f,-0.16309637205425298f,1.0653036434086705f,-1.2246467991473532e-16f,-0.16309637205425298f,-0.9866101425703775f,-0.2399832813353869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.36695613678406e-18f,1.2210592925550396e-16f,3.148240499543872e-17f,0f,0.9970705785579881f,-0.07648700134035136f,1.288086600805221f,-1.2246467991473532e-16f,-0.07648700134035136f,-0.9970705785579881f,-0.25707334569737167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.08135867466785397f,-0.034783800963741826f,-0.9960777345402342f,-1.2490876409929434f,-1.5902727782736006e-16f,0.9993908270190958f,-0.034899496702501004f,2.1751493568361724f,0.9966848880445064f,0.002839376798290774f,0.08130911316148416f,-0.5976780772709767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08135867466785397f,-0.034783800963741826f,-0.9960777345402342f,-1.2414602652428322f,-1.5902727782736006e-16f,0.9993908270190958f,-0.034899496702501004f,2.1751493568361724f,0.9966848880445064f,0.002839376798290774f,0.08130911316148416f,-0.5042388690168041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08135867466785397f,-0.034783800963741826f,-0.9960777345402342f,-1.0958622929368527f,-1.5902727782736006e-16f,0.9993908270190958f,-0.034899496702501004f,2.1803842813415475f,0.9966848880445064f,0.002839376798290774f,0.08130911316148416f,-0.563154840118113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.296298996502484f,-0.1536636560110255f,0.9426528446320765f,1.2618749151614164f,-0.031773050120878985f,0.9880122017229099f,0.1510707203023272f,2.1736740574733577f,-0.9545665916831769f,0.014811146747402868f,-0.2976293869469037f,-0.7456392917928673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4246073545528531f,-0.1536636560110255f,0.8922421617929477f,1.2957499181719172f,-0.052488817589977574f,0.9880122017229099f,0.1451785565249012f,2.177633477470417f,-0.9038548105130788f,0.014811146747402868f,-0.42758287085007635f,-0.6583130662685412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.36133336544534195f,-0.1536636560110255f,0.9196878165101829f,1.1408592441901393f,-0.04223381330196784f,0.9880122017229099f,0.14848634368393074f,2.1533808159192978f,-0.931479738926144f,0.014811146747402868f,-0.3634915761088685f,-0.647452442614374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3715511184689153f,0.5600230761232603f,0.4966164854655035f,0.13632765403941385f,0.5603356200596172f,1.4555482893852592f,-0.09385851138842015f,1.6718038088566356f,-0.49626381322747287f,0.09570570242721643f,-1.4785022476154175f,0.5799250543014485f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125.mcfunction new file mode 100644 index 000000000..dac41e280 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125_as_bone.mcfunction new file mode 100644 index 000000000..b42cec5e9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_125_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7596775710549076f,-0.1339516524160522f,-0.2681256930910748f,0.030543246273239608f,-0.1433464636320047f,0.8039751834752052f,0.00448777947908468f,1.4522358355152398f,0.2632227646780545f,0.05123771672765745f,-0.7713837676437212f,-0.5822342581220536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7377420120715771f,0.16355346648373198f,-0.2626537401708488f,0.030543246273239608f,0.17165693284032166f,0.7813543184129063f,0.00439619214277683f,1.4522358355152398f,0.2574308082425923f,-0.05230384974987656f,-0.7556412417734412f,-0.5822342581220536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7596775710549076f,0.1339516524160522f,0.26812569309107503f,-0.030543246273239455f,0.1433464636320047f,0.8039751834752052f,0.00448777947908468f,1.4522358355152398f,-0.2632227646780547f,0.05123771672765749f,-0.7713837676437212f,-0.5822342581220536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7377420120715771f,-0.16355346648373198f,0.262653740170849f,-0.030543246273239455f,-0.17165693284032166f,0.7813543184129063f,0.00439619214277683f,1.4522358355152398f,-0.2574308082425925f,-0.05230384974987661f,-0.7556412417734412f,-0.5822342581220536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.00001178784275483225f,0.000007064717043819617f,0.000007434861214448698f,-0.018501720688621735f,0.000006374843894429909f,0.000013920074097816947f,-0.0000031198601624007797f,1.4140447831780592f,-0.000008034223889648496f,6.796581508746334e-7f,-0.000013383943226454267f,0.352528045595283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.43892705016482775f,-0.8537242711209441f,-0.2801747910369811f,-0.1514657153004021f,-0.2159072276714882f,0.2024693220359582f,-0.955191207389134f,1.4599101737195759f,0.8721967173022467f,0.47975102139892584f,-0.095455978303469f,0.14626830812729735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.38999539633757074f,-0.8537242711209441f,-0.3450484889613551f,-0.29843749999999997f,-0.361879914450845f,0.2024693220359582f,-0.909972033169893f,1.5920030464639077f,0.8467269443879477f,0.47975102139892584f,-0.22998356270424417f,-0.16580830032215088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.39590845728236784f,0.8533072630621871f,0.3392981111907566f,0.22674783145173896f,0.2693600827073319f,0.24532294445229197f,-0.9312689186100634f,1.4580425903522265f,-0.8778961437984534f,0.4600906081747129f,-0.13272148647912294f,0.1641779168722377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.21235835594468633f,0.8930206455815985f,0.3967594425158585f,0.2984375000000001f,0.3715054014899475f,0.3017539636413257f,-0.8780252172292903f,1.5920030464639077f,-0.9038183807183071f,0.3338542675955699f,-0.2676820178569394f,-0.16580830032215083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.7029713683477146e-17f,1.1307432890567489e-16f,-0.15625f,0f,0.923321965030257f,-0.38402675543855636f,1.3269784580291286f,-1.2246467991473532e-16f,-0.38402675543855636f,-0.923321965030257f,0.0001655609701660607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.7925251950465784e-17f,1.2114571048588927e-16f,-0.15625f,0f,0.9892297972789839f,-0.14637079003469444f,1.5115442275812212f,-1.2246467991473532e-16f,-0.14637079003469444f,-0.9892297972789839f,-0.03346164839433277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.455181839974341e-17f,1.1407336807465128e-16f,0.15625f,0f,0.9314797389261424f,-0.3637932049531515f,1.3256873254740307f,-1.2246467991473532e-16f,-0.3637932049531515f,-0.9314797389261424f,-0.007917090478443457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2623889409186719e-17f,1.2181229512164692e-16f,0.15625f,0f,0.9946728738968441f,-0.10308187975484817f,1.5115442275812212f,-1.2246467991473532e-16f,-0.10308187975484817f,-0.9946728738968441f,-0.033461648394332744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.138307496683718e-17f,1.2193450467737975e-16f,0.29375000000000007f,0f,0.9956707906498045f,0.09294986092939221f,2.2053411315424603f,-1.2246467991473532e-16f,0.09294986092939221f,-0.9956707906498045f,-0.16324080518044665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.138307496683718e-17f,1.2193450467737975e-16f,0.33125000000000004f,0f,0.9956707906498045f,0.09294986092939221f,2.0895963321733655f,-1.2246467991473532e-16f,0.09294986092939221f,-0.9956707906498045f,-0.2682036744200398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.138307496683718e-17f,1.2193450467737975e-16f,-0.29374999999999996f,0f,0.9956707906498045f,0.09294986092939221f,2.2053411315424603f,-1.2246467991473532e-16f,0.09294986092939221f,-0.9956707906498045f,-0.1632408051804467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.138307496683718e-17f,1.2193450467737975e-16f,-0.33124999999999993f,0f,0.9956707906498045f,0.09294986092939221f,2.0895963321733655f,-1.2246467991473532e-16f,0.09294986092939221f,-0.9956707906498045f,-0.2682036744200399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2193450467737975e-16f,0.19523827377799088f,0.15575722749148585f,0.9834124309959541f,0.09294986092939221f,2.3136849102272476f,0.01454056177005321f,0.09180549389990024f,-0.9956707906498045f,-0.1750965922031635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2193450467737975e-16f,0.08005326181113279f,0f,0.9956707906498043f,0.09294986092939221f,2.3237186658827964f,-1.231653667943533e-16f,0.09294986092939221f,-0.9956707906498045f,-0.1741599008775356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2193450467737975e-16f,0.05771677939820301f,0.2408745650672206f,0.9660951129453477f,0.09294986092939221f,2.3194176817129786f,0.02248660655176394f,0.09018885281773753f,-0.9956707906498045f,-0.17456141499665842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2193450467737975e-16f,0.08682420206637906f,-0.06945448336575555f,0.9932453866460205f,0.09294986092939221f,2.329375562979039f,-0.006483854533441368f,0.0927234397398119f,-0.9956707906498045f,-0.17363180684954418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2193450467737975e-16f,0.1446100421182231f,0.08677842729123178f,0.9918819626901515f,0.09294986092939221f,2.436564005730399f,0.00810111416759259f,0.09259615864622563f,-0.9956707906498045f,-0.1950112119229124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2193450467737975e-16f,0.12500000000000003f,0.08677842729123178f,0.9918819626901515f,0.09294986092939221f,2.2133905641251155f,0.00810111416759259f,0.09259615864622563f,-0.9956707906498045f,-0.21584534761831314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2193450467737975e-16f,-0.19523827377799083f,-0.15575722749148585f,0.9834124309959541f,0.09294986092939221f,2.3136849102272476f,-0.014540561770053447f,0.0918054938999002f,-0.9956707906498045f,-0.17509659220316354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2193450467737975e-16f,-0.08005326181113276f,0f,0.9956707906498043f,0.09294986092939221f,2.3237186658827964f,-1.214306433183765e-16f,0.09294986092939221f,-0.9956707906498045f,-0.17415990087753563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2193450467737975e-16f,-0.05771677939820295f,-0.2408745650672206f,0.9660951129453477f,0.09294986092939221f,2.3194176817129786f,-0.022486606551764175f,0.09018885281773746f,-0.9956707906498045f,-0.17456141499665845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2193450467737975e-16f,-0.086824202066379f,0.06945448336575555f,0.9932453866460205f,0.09294986092939221f,2.329375562979039f,0.006483854533441124f,0.09272343973981191f,-0.9956707906498045f,-0.17363180684954418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2193450467737975e-16f,-0.14461004211822304f,-0.08677842729123178f,0.9918819626901515f,0.09294986092939221f,2.436564005730399f,-0.008101114167592833f,0.0925961586462256f,-0.9956707906498045f,-0.19501121192291243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2193450467737975e-16f,-0.12499999999999997f,-0.08677842729123178f,0.9918819626901515f,0.09294986092939221f,2.2133905641251155f,-0.008101114167592833f,0.0925961586462256f,-0.9956707906498045f,-0.21584534761831317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.138307496683718e-17f,1.2193450467737975e-16f,2.8456804056497434e-17f,0f,0.9956707906498045f,0.09294986092939221f,1.700204600763047f,-1.2246467991473532e-16f,0.09294986092939221f,-0.9956707906498045f,-0.2323674391368203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-7.124666082192378e-19f,1.2246260742753582e-16f,2.872397903457965e-17f,0f,0.9999830768577442f,0.005817731354993819f,1.3252109469413929f,-1.2246467991473532e-16f,0.005817731354993819f,-0.9999830768577442f,-0.23454908839494296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9783564527663989f,-0.20523855947015762f,0.02637773752548722f,0.1810858937948453f,-0.2069235219199446f,0.9696557566860369f,-0.13019358510262996f,0.7607870604281048f,0.0011434188187771886f,-0.13283390844300302f,-0.9911376520752104f,-0.02434738586756216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9783564527663989f,-0.16813238158673227f,0.12062401747712755f,0.12500000000000003f,-0.2069235219199446f,0.7917024223723739f,-0.5747955553811821f,1.024778277589082f,0.0011434188187771886f,-0.5873148871531257f,-0.8093577181455158f,-0.2394948790132573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9775503907243935f,0.16446926580057503f,0.13170077525058593f,-0.1865901392542158f,0.21041398419909618f,0.7946701446373408f,0.5694078647819423f,0.7581932550139557f,-0.01100858065547395f,0.5843365655417158f,-0.811436743882642f,-0.06513411629681648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9775503907243935f,0.19791481302518887f,-0.07228388741476262f,-0.12499999999999997f,0.21041398419909618f,0.8990471629530246f,-0.3839793666846962f,1.0348909155060415f,-0.01100858065547395f,-0.39056872067706905f,-0.9205079497650358f,-0.24557586371065485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,0.16648192504352435f,1.1470925984133942e-16f,-0.0052083333333333036f,0.15593898920080554f,0.9236004665213293f,-0.3502073812594675f,1.2181354374818536f,-0.05830319899652772f,-0.3453200643973433f,-0.9366721892483977f,-0.2458127826431189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,-0.1664368485938585f,0.003873860650906795f,-0.0052083333333333036f,-0.1559389892008055f,0.9152014332719663f,-0.37160377848451676f,1.212158540847656f,0.05830319899652747f,-0.3670219502524117f,-0.9283833394776577f,-0.2476401437711559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.288803484971836e-17f,1.1470925984133942e-16f,-0.0052083333333333036f,0f,0.9366721892483977f,-0.3502073812594675f,1.2181354374818536f,-1.2246467991473532e-16f,-0.3502073812594675f,-0.9366721892483977f,-0.2458127826431189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.15930686806752256f,1.2239007774061617e-16f,-0.005208333333333304f,0.15920982262782335f,0.9866277198157009f,0.03489949670250096f,1.2419983162718604f,0.005559729516808139f,0.03445379917785277f,-0.9993908270190958f,-0.238491367274954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,-0.15930686806752256f,1.2239007774061617e-16f,-0.005208333333333304f,-0.15920982262782335f,0.9866277198157009f,0.03489949670250096f,1.2419983162718604f,-0.00555972951680838f,0.034453799177852726f,-0.9993908270190958f,-0.238491367274954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.273955692857141e-18f,1.2239007774061617e-16f,-0.005208333333333304f,0f,0.9993908270190958f,0.03489949670250096f,1.2419983162718604f,-1.2246467991473532e-16f,0.03489949670250096f,-0.9993908270190958f,-0.238491367274954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9793406217655515f,0.20208390868484868f,-0.007351218301528714f,-0.19895833333333332f,0.2014222266719751f,0.9716229287975996f,-0.12400794666987354f,1.2569669565957884f,-0.017917398314668466f,-0.12292671835458899f,-0.9922539940721857f,-0.24477424330788974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9793406217655515f,-0.20195561929267267f,0.010289528462280005f,0.1885416666666667f,-0.20142222667197515f,0.969716603228493f,-0.13812601502069416f,1.2575904633509463f,0.01791739831466823f,-0.13734495716664163f,-0.9903612116690187f,-0.24676209898587495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.1441157590518095e-17f,1.2057310889164775e-16f,-0.007812499999999971f,0f,0.9845541504341941f,-0.17508033831016634f,1.1065954745580713f,-1.2246467991473532e-16f,-0.17508033831016634f,-0.9845541504341941f,-0.22644668537460494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.0850928651777883e-17f,1.2198301182546938e-16f,3.015622521278539e-17f,0f,0.9960668815727008f,-0.08860455650831507f,1.3291541684094716f,-1.2246467991473532e-16f,-0.08860455650831507f,-0.9960668815727008f,-0.24624426596943158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.10163507818280401f,-0.043393515198385454f,-0.9938748984261061f,-1.2013447086958273f,9.989779233154722e-17f,0.9990482215818578f,-0.04361938736533599f,2.220144723712157f,0.9948217482960329f,0.0044332598451618365f,0.10153834410886341f,-0.5355085336001435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.10163507818280401f,-0.043393515198385454f,-0.9938748984261061f,-1.1918164201161894f,9.989779233154722e-17f,0.9990482215818578f,-0.04361938736533599f,2.220144723712157f,0.9948217482960329f,0.0044332598451618365f,0.10153834410886341f,-0.4422439946973905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10163507818280401f,-0.043393515198385454f,-0.9938748984261061f,-1.0474993296420925f,9.989779233154722e-17f,0.9990482215818578f,-0.04361938736533599f,2.2266876318169575f,0.9948217482960329f,0.0044332598451618365f,0.10153834410886341f,-0.5041070157650965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36605050443581455f,-0.18973512883086485f,0.9110475339354259f,1.2300439303840518f,-0.049136394830137174f,0.9815697007015342f,0.18467955319362675f,2.216032878322085f,-0.929296854027486f,0.022836452269034056f,-0.3686269842840884f,-0.7325430876512583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5186911187982575f,-0.18973512883086485f,0.8336426717529203f,1.2716746112826143f,-0.08045917044820428f,0.9815697007015342f,0.17334141038853804f,2.2221308751635247f,-0.8511673426363342f,0.022836452269034056f,-0.524397417305964f,-0.6487650276209385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4440605962513318f,-0.18973512883086485f,0.8756773194187725f,1.1195076729205171f,-0.06504529964202149f,0.9815697007015342f,0.17969427275008068f,2.192127735830293f,-0.8936326403234113f,0.022836452269034056f,-0.4482178048631857f,-0.6234213869066205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2711485965623115f,0.681945729566098f,0.6004477640763004f,0.1821208311400889f,0.6695612575015024f,1.4010386035997147f,-0.17373774396016742f,1.8024043775028078f,-0.6142273340634337f,0.11596164516737549f,-1.4320209247561304f,0.4043213570043275f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126.mcfunction new file mode 100644 index 000000000..4d5010134 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126_as_bone.mcfunction new file mode 100644 index 000000000..ee1f1577d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_126_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7604424528249345f,-0.13408652170916f,-0.2658806594733445f,0.030448142440068396f,-0.14281702910266567f,0.80407645771769f,0.002964926121272278f,1.5012358437817248f,0.2612948843439724f,0.04925747947830071f,-0.7721678111495968f,-0.5716579894549508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7384848080122719f,0.16371814037921686f,-0.26045452356572524f,0.030448142440068396f,0.17217404928131952f,0.7812475031086471f,0.002904417424919783f,1.5012358437817248f,0.25494369003595996f,-0.053373302289397975f,-0.7564092843914417f,-0.5716579894549508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7604424528249345f,0.13408652170916f,0.2658806594733447f,-0.030448142440068243f,0.14281702910266567f,0.80407645771769f,0.002964926121272278f,1.5012358437817248f,-0.26129488434397263f,0.04925747947830075f,-0.7721678111495968f,-0.5716579894549508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7384848080122719f,-0.16371814037921686f,0.26045452356572546f,-0.030448142440068243f,-0.17217404928131952f,0.7812475031086471f,0.002904417424919783f,1.5012358437817248f,-0.2549436900359602f,-0.053373302289398024f,-0.7564092843914417f,-0.5716579894549508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000011867836854834053f,0.000007242709089056265f,0.000007130093859013661f,-0.011609259713202947f,0.000006838958013405897f,0.000013799622731591924f,-0.0000026343292802158768f,1.4392315914835003f,-0.000007518226298663387f,0.0000011199118344910875f,-0.000013651472294410334f,0.345850633195801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.45352875690866656f,-0.841558795665437f,-0.29341175861750823f,-0.14807698024987936f,-0.2574061061728929f,0.19150195493034428f,-0.9471373172686026f,1.4952377404671613f,0.8532606654251611f,0.5050799884137123f,-0.1297707291426509f,0.1444394213651352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.39893282836803834f,-0.841558795665437f,-0.3641859303822933f,-0.2984375f,-0.4100741791741557f,0.19150195493034428f,-0.8917209029917931f,1.644960728541583f,0.8201778868178046f,0.5050799884137123f,-0.26870511584092427f,-0.15790989227609226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.37996191867945905f,0.8486935609236534f,0.3678969692728571f,0.24545614699143506f,0.3313135004375448f,0.24647195506351072f,-0.9107595400515944f,1.4912050886882573f,-0.8636320424701978f,0.46794317498377946f,-0.1875336775218111f,0.16558119549356343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1634977421378928f,0.8900571310695099f,0.42551943756792693f,0.2984375f,0.42749250963736135f,0.3248069520066419f,-0.8436531266652817f,1.644960728541583f,-0.8891111530735412f,0.31984175362273864f,-0.3273875533977575f,-0.1579098922760922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.840108844856122e-17f,1.1249414413031965e-16f,-0.15625f,0f,0.918584396812554f,-0.39522488020431634f,1.3772797399484011f,-1.2246467991473532e-16f,-0.39522488020431634f,-0.918584396812554f,0.01206805639414054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.869311530975629e-17f,1.2102960491811386e-16f,-0.15625f,0f,0.9882817233701945f,-0.15264087019025538f,1.5616285576416236f,-1.2246467991473532e-16f,-0.15264087019025538f,-0.9882817233701945f,-0.022728867537596037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.543974920855624e-17f,1.1372258798709292e-16f,0.15625f,0f,0.9286154021410172f,-0.3710437102370509f,1.3757112533078049f,-1.2246467991473532e-16f,-0.3710437102370509f,-0.9286154021410172f,0.0023722967630135025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.233329693780034e-17f,1.2184206011580165e-16f,0.15625f,0f,0.9949159235187878f,-0.10070901215262444f,1.5616285576416236f,-1.2246467991473532e-16f,-0.10070901215262444f,-0.9949159235187878f,-0.02272886753759598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.1141861549628046e-17f,1.2195678229531761e-16f,0.29375f,0f,0.9958527012051857f,0.09098020390356992f,2.2551673961416285f,-1.2246467991473532e-16f,0.09098020390356992f,-0.9958527012051857f,-0.15388012744149326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.1141861549628046e-17f,1.2195678229531761e-16f,0.33125f,0f,0.9958527012051857f,0.09098020390356992f,2.13921520260694f,-1.2246467991473532e-16f,0.09098020390356992f,-0.9958527012051857f,-0.2586138436674257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.1141861549628046e-17f,1.2195678229531761e-16f,-0.29375f,0f,0.9958527012051857f,0.09098020390356992f,2.2551673961416285f,-1.2246467991473532e-16f,0.09098020390356992f,-0.9958527012051857f,-0.15388012744149335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.1141861549628046e-17f,1.2195678229531761e-16f,-0.33125f,0f,0.9958527012051857f,0.09098020390356992f,2.13921520260694f,-1.2246467991473532e-16f,0.09098020390356992f,-0.9958527012051857f,-0.25861384366742574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2195678229531761e-16f,0.19523827377799088f,0.1557856845719021f,0.9835921019305353f,0.09098020390356992f,2.3634875116677785f,0.014232439526905966f,0.08986008662052426f,-0.9958527012051857f,-0.165950199439115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2195678229531761e-16f,0.08005326181113279f,0f,0.9958527012051858f,0.09098020390356992f,2.3735231005056208f,-1.214306433183765e-16f,0.09098020390356992f,-0.9958527012051857f,-0.1650333571012328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2195678229531761e-16f,0.05771677939820301f,0.24091857321360804f,0.9662716199797986f,0.09098020390356992f,2.3692213305395073f,0.02201010339039581f,0.08827770302335267f,-0.9958527012051857f,-0.16542636292246482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2195678229531761e-16f,0.08682420206637906f,-0.06946717280463578f,0.9934268540764316f,0.09098020390356992f,2.3791810311254964f,-0.006346458204834662f,0.09075858069950987f,-0.9958527012051857f,-0.1645164536667735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2195678229531761e-16f,0.1446100421182231f,0.08679428184079967f,0.9920631810209493f,0.09098020390356992f,2.4863269748949857f,0.007929447246548905f,0.0906339967600423f,-0.9958527012051857f,-0.18610783978481063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2195678229531761e-16f,0.12500000000000003f,0.08679428184079967f,0.9920631810209493f,0.09098020390356992f,2.2631127591652724f,0.007929447246548905f,0.0906339967600423f,-0.9958527012051857f,-0.2065004890558201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2195678229531761e-16f,-0.19523827377799083f,-0.1557856845719021f,0.9835921019305353f,0.09098020390356992f,2.3634875116677785f,-0.014232439526906206f,0.08986008662052422f,-0.9958527012051857f,-0.16595019943911504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2195678229531761e-16f,-0.08005326181113276f,0f,0.9958527012051858f,0.09098020390356992f,2.3735231005056208f,-1.231653667943533e-16f,0.09098020390356992f,-0.9958527012051857f,-0.1650333571012328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2195678229531761e-16f,-0.05771677939820295f,-0.24091857321360804f,0.9662716199797986f,0.09098020390356992f,2.3692213305395073f,-0.022010103390396045f,0.0882777030233526f,-0.9958527012051857f,-0.16542636292246482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2195678229531761e-16f,-0.086824202066379f,0.06946717280463578f,0.9934268540764316f,0.09098020390356992f,2.3791810311254964f,0.006346458204834418f,0.09075858069950989f,-0.9958527012051857f,-0.1645164536667735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2195678229531761e-16f,-0.14461004211822304f,-0.08679428184079967f,0.9920631810209493f,0.09098020390356992f,2.4863269748949857f,-0.007929447246549148f,0.09063399676004227f,-0.9958527012051857f,-0.18610783978481066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2195678229531761e-16f,-0.12499999999999997f,-0.08679428184079967f,0.9920631810209493f,0.09098020390356992f,2.2631127591652724f,-0.007929447246549148f,0.09063399676004227f,-0.9958527012051857f,-0.20650048905582014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.1141861549628046e-17f,1.2195678229531761e-16f,2.7188070891913013e-17f,0f,0.9958527012051857f,0.09098020390356992f,1.749895118425628f,-1.2246467991473532e-16f,0.09098020390356992f,-0.9958527012051857f,-0.22200744664373767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-4.702294585488826e-19f,1.2246377713787407e-16f,2.7364406938868845e-17f,0f,0.9999926282674982f,0.0038397149192426205f,1.3748978828253162f,-1.2246467991473532e-16f,0.0038397149192426205f,-0.9999926282674982f,-0.22344733973845365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9789969298341741f,-0.20184085958264092f,0.028727665728384477f,0.1788975719573059f,-0.20383493998523908f,0.966245900928719f,-0.15754420389104218f,0.8199753296497343f,0.004040868282328865f,-0.1600909939421608f,-0.9870939899736682f,0.00023124838888860522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9789969298341741f,-0.16260654478459152f,0.12298017307061244f,0.12500000000000003f,-0.20383493998523908f,0.7687187612344902f,-0.6062365737625246f,1.0743710595004492f,0.004040868282328865f,-0.618571400663923f,-0.7857182024518697f,-0.2251705913791778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9778684227443676f,0.1672569733871525f,0.12569189573243078f,-0.18533324516304958f,0.2087702347014234f,0.8194581128674836f,0.5337634217126302f,0.8143414335563487f,-0.013723589259209381f,0.5481911218808929f,-0.8362404899242877f,-0.04050108082457893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9778684227443676f,0.19456148716879804f,-0.07693617816156795f,-0.12499999999999997f,0.2087702347014234f,0.8832738194333599f,-0.4198122782939022f,1.0843653495761412f,-0.013723589259209381f,-0.42658315439579875f,-0.904344224000781f,-0.23177895388023853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,0.1650476058606777f,1.1411478936391352e-16f,-0.004999999999999972f,0.15379432495085663f,0.9190386464933681f,-0.3629259867583862f,1.2676854492445566f,-0.059900065219095765f,-0.3579486751634883f,-0.9318179694207724f,-0.23342392820082075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,-0.164983256281527f,0.004608399623031942f,-0.004999999999999972f,-0.1537943249508566f,0.9085468388621047f,-0.38844555243507006f,1.2604839865252147f,0.059900065219095515f,-0.38382700105701323f,-0.9214601540198727f,-0.2355189211077429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.444561480110524e-17f,1.1411478936391352e-16f,-0.004999999999999972f,0f,0.9318179694207724f,-0.3629259867583862f,1.2676854492445566f,-1.2246467991473532e-16f,-0.3629259867583862f,-0.9318179694207724f,-0.23342392820082075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.15643446504023087f,1.2243691867582e-16f,-0.004999999999999973f,0.15639900326821954f,0.9874644437783882f,0.021291407894874118f,1.291635295271131f,0.0033307100039878597f,0.021029275332622454f,-0.9997733122812661f,-0.22638674093710315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.15643446504023087f,1.2243691867582e-16f,-0.004999999999999973f,-0.15639900326821954f,0.9874644437783882f,0.021291407894874118f,1.291635295271131f,-0.0033307100039881017f,0.021029275332622412f,-0.9997733122812661f,-0.22638674093710315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.6074454527798253e-18f,1.2243691867582e-16f,-0.004999999999999973f,0f,0.9997733122812661f,0.021291407894874118f,1.291635295271131f,-1.2246467991473532e-16f,0.021291407894874118f,-0.9997733122812661f,-0.22638674093710315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9799247046208296f,0.19924648485829155f,-0.0069578405697772825f,-0.19874999999999998f,0.19835433259071888f,0.9708340898929886f,-0.13467267222470575f,1.3064096631117603f,-0.02007814773006526f,-0.1333491963727834f,-0.990865712299332f,-0.23244872250543355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9799247046208296f,-0.19909470759202602f,0.010434111491904647f,0.18875000000000003f,-0.19835433259071888f,0.9683358649470968f,-0.15159555204440686f,1.307128811916277f,0.020078147730065016f,-0.1506218777801009f,-0.9883875342788f,-0.23484307031853152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.2905600266725368e-17f,1.2030349663679592e-16f,-0.007812499999999975f,0f,0.9823525993009242f,-0.18703842024225384f,1.1563889119177957f,-1.2246467991473532e-16f,-0.18703842024225384f,-0.9823525993009242f,-0.21269660959760578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.2333296937800336e-17f,1.2184206011580165e-16f,2.8803543247859975e-17f,0f,0.9949159235187879f,-0.1007090121526244f,1.3786904385790248f,-1.2246467991473532e-16f,-0.1007090121526244f,-0.9949159235187879f,-0.23519877950045778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.12186934340514952f,-0.05194585196140249f,-0.9911859016360157f,-1.15078431413848f,1.3165556953842773e-16f,0.9986295347545738f,-0.05233595624294379f,2.2729650175503493f,0.9925461516413215f,0.006378148623808076f,0.12170232570552994f,-0.4701404022066194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.12186934340514952f,-0.05194585196140249f,-0.9911859016360157f,-1.1393590631942472f,1.3165556953842773e-16f,0.9986295347545738f,-0.05233595624294379f,2.2729650175503493f,0.9925461516413215f,0.006378148623808076f,0.12170232570552994f,-0.3770892004902455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.12186934340514952f,-0.05194585196140249f,-0.9911859016360157f,-0.9963938034209612f,1.3165556953842773e-16f,0.9986295347545738f,-0.05233595624294379f,2.280815410986791f,0.9925461516413215f,0.006378148623808076f,0.12170232570552994f,-0.44187015020426196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4329822361086944f,-0.2243098520418471f,0.8730472343987347f,1.1984435343802786f,-0.06986669837809589f,0.973980757613076f,0.21559250510442757f,2.266665273834742f,-0.8986907297129857f,0.03235079715282299f,-0.437388155133993f,-0.7188677840077904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.605037262077687f,-0.2243098520418471f,0.7639469888509939f,1.247368715619721f,-0.11316414565362487f,0.973980757613076f,0.19635518821244224f,2.275292103323307f,-0.7881140701929011f,0.03235079715282299f,-0.6146784836705735f,-0.6393632749931255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5218685998873865f,-0.2243098520418471f,0.8230056225376248f,1.0994552816193561f,-0.09201951454469692f,0.973980757613076f,0.20710840818860243f,2.2399124273507343f,-0.848048096156425f,0.03235079715282299f,-0.5289308579852756f,-0.5997759008026666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2263836987834356f,0.7284351693299689f,0.6377863885671119f,0.19840749999999996f,0.7080529586223746f,1.3767917498643616f,-0.21097804457225183f,1.8841879385790248f,-0.660341033969843f,0.12342176302682138f,-1.4107172066955835f,0.3510512204995422f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127.mcfunction new file mode 100644 index 000000000..0b098db9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127_as_bone.mcfunction new file mode 100644 index 000000000..d3b48f693 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_127_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7612009000434464f,-0.13422025641722693f,-0.2636333760827435f,0.030353838665857655f,-0.14229577818811165f,0.8041730443761307f,0.0014389764104369243f,1.5577734722951895f,0.2593637324826491f,0.04727665291202322f,-0.7729423114350445f,-0.5609662085277883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7392213551980182f,0.1638814289590815f,-0.25825310310146304f,0.030353838665857655f,0.17268200209624068f,0.7811395132452109f,0.0014096095449178034f,1.5577734722951895f,0.25245339009654694f,-0.05444206176629162f,-0.7571679785486152f,-0.5609662085277883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7612009000434464f,0.13422025641722693f,0.26363337608274373f,-0.030353838665857502f,0.14229577818811165f,0.8041730443761307f,0.0014389764104369243f,1.5577734722951895f,-0.2593637324826493f,0.047276652912023265f,-0.7729423114350445f,-0.5609662085277884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7392213551980182f,-0.1638814289590815f,0.25825310310146327f,-0.030353838665857502f,-0.17268200209624068f,0.7811395132452109f,0.0014096095449178034f,1.5577734722951895f,-0.25245339009654716f,-0.05444206176629167f,-0.7571679785486152f,-0.5609662085277884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1892974596781227f,0.7437652229879664f,0.688324847348129f,-0.007791133204406275f,0.731172278595091f,1.3646197902089787f,-0.21120174522022017f,1.471135829746974f,-0.7016871820243173f,0.16134550270665965f,-1.3867259921625137f,0.3386031697023836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.46329646017306314f,-0.8310877248199947f,-0.30765172459232937f,-0.14661916978187314f,-0.30064386926416176f,0.17917146133579046f,-0.9367554917462035f,1.537713949094117f,0.8336483994256713f,0.526489108240923f,-0.16685192548692546f,0.14207819592573245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.40260718268996765f,-0.8310877248199947f,-0.3836673690841745f,-0.2984375f,-0.45925867359314565f,0.17917146133579046f,-0.8700454345448072f,1.705445971126069f,0.791826323871537f,0.526489108240923f,-0.3095485288735288f,-0.1499097146330533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.34760326527587115f,0.850676176475743f,0.3943627933086019f,0.2701703961376044f,0.3912377157495065f,0.2506397935657977f,-0.8855014080487975f,1.5339633084532893f,-0.8521179611677372f,0.46209277927479553f,-0.24569339347535224f,0.16633663788320394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.097710927761539f,0.8882264260539747f,0.4488946320188764f,0.2984375f,0.47842743370843854f,0.3535920875030044f,-0.8037909095843431f,1.705445971126069f,-0.8726739169192221f,0.2933026623040622f,-0.39040207864996346f,-0.14990971463305322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.976530747326336e-17f,1.1189732793373635e-16f,-0.15625f,0f,0.9137110227344214f,-0.4063645739156132f,1.435126906005396f,-1.2246467991473532e-16f,-0.4063645739156132f,-0.9137110227344214f,0.024082796693754738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.9460226967487333e-17f,1.2090863241717878e-16f,-0.15625f,0f,0.9872939079362318f,-0.15890481223677147f,1.6192513586669597f,-1.2246467991473532e-16f,-0.15890481223677147f,-0.9872939079362318f,-0.011882442525241343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.632491845059578e-17f,1.1336489649430388e-16f,0.15625f,0f,0.9256946294493476f,-0.378271665616968f,1.4332747098967318f,-1.2246467991473532e-16f,-0.378271665616968f,-0.9256946294493476f,0.01277518534516224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2042634295211138e-17f,1.218711318805663e-16f,0.15625f,0f,0.9951533124931836f,-0.09833557155904615f,1.6192513586669597f,-1.2246467991473532e-16f,-0.09833557155904615f,-0.9951533124931836f,-0.011882442525241288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0900604538322954e-17f,1.219785827402404e-16f,0.29375f,0f,0.9960307153472058f,0.08901019090493995f,2.312529418137757f,-1.2246467991473532e-16f,0.08901019090493995f,-0.9960307153472058f,-0.14440529239922373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0900604538322954e-17f,1.219785827402404e-16f,0.33125f,0f,0.9960307153472058f,0.08901019090493995f,2.196370284116694f,-1.2246467991473532e-16f,0.08901019090493995f,-0.9960307153472058f,-0.24890944582614177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0900604538322954e-17f,1.219785827402404e-16f,-0.29375f,0f,0.9960307153472058f,0.08901019090493995f,2.312529418137757f,-1.2246467991473532e-16f,0.08901019090493995f,-0.9960307153472058f,-0.1444052923992238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0900604538322954e-17f,1.219785827402404e-16f,-0.33125f,0f,0.9960307153472058f,0.08901019090493995f,2.196370284116694f,-1.2246467991473532e-16f,0.08901019090493995f,-0.9960307153472058f,-0.24890944582614186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.219785827402404e-16f,0.19523827377799088f,0.1558135321189786f,0.9837679244230696f,0.08901019090493995f,2.4208254466876253f,0.013924261597342984f,0.08791432775095658f,-0.9960307153472058f,-0.15668960214590083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.219785827402404e-16f,0.08005326181113279f,0f,0.9960307153472058f,0.08901019090493995f,2.4308628294421126f,-1.231653667943533e-16f,0.08901019090493995f,-0.9960307153472058f,-0.15579261238303851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.219785827402404e-16f,0.05771677939820301f,0.2409616387322891f,0.9664443463410174f,0.08901019090493995f,2.4265602905109818f,0.02153351411141126f,0.08636620783007384f,-0.9960307153472058f,-0.1561771083686893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.219785827402404e-16f,0.08682420206637906f,-0.0694795904434597f,0.9936044345849487f,0.08901019090493995f,2.4365217714481737f,-0.0062090370448201464f,0.08879336655353207f,-0.9960307153472058f,-0.1552869015645685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.219785827402404e-16f,0.1446100421182231f,0.08680979679556702f,0.992240517765415f,0.08901019090493995f,2.54362479701226f,0.0077577493004307675f,0.0886714802556353f,-0.9960307153472058f,-0.1770901842479482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.219785827402404e-16f,0.12500000000000003f,0.08680979679556702f,0.992240517765415f,0.08901019090493995f,2.320370680515042f,0.0077577493004307675f,0.0886714802556353f,-0.9960307153472058f,-0.19704126730546612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.219785827402404e-16f,-0.19523827377799083f,-0.1558135321189786f,0.9837679244230696f,0.08901019090493995f,2.4208254466876253f,-0.013924261597343224f,0.08791432775095653f,-0.9960307153472058f,-0.15668960214590089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.219785827402404e-16f,-0.08005326181113276f,0f,0.9960307153472058f,0.08901019090493995f,2.4308628294421126f,-1.231653667943533e-16f,0.08901019090493995f,-0.9960307153472058f,-0.15579261238303854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.219785827402404e-16f,-0.05771677939820295f,-0.2409616387322891f,0.9664443463410174f,0.08901019090493995f,2.4265602905109818f,-0.021533514111411495f,0.08636620783007377f,-0.9960307153472058f,-0.1561771083686893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.219785827402404e-16f,-0.086824202066379f,0.0694795904434597f,0.9936044345849487f,0.08901019090493995f,2.4365217714481737f,0.006209037044819901f,0.08879336655353208f,-0.9960307153472058f,-0.15528690156456854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.219785827402404e-16f,-0.14461004211822304f,-0.08680979679556702f,0.992240517765415f,0.08901019090493995f,2.54362479701226f,-0.007757749300431012f,0.08867148025563527f,-0.9960307153472058f,-0.17709018424794823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.219785827402404e-16f,-0.12499999999999997f,-0.08680979679556702f,0.992240517765415f,0.08901019090493995f,2.320370680515042f,-0.007757749300431012f,0.08867148025563527f,-0.9960307153472058f,-0.19704126730546614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0900604538322954e-17f,1.219785827402404e-16f,2.5905324845815718e-17f,0f,0.9960307153472058f,0.08901019090493995f,1.8071233704338194f,-1.2246467991473532e-16f,0.08901019090493995f,-0.9960307153472058f,-0.21153303028964768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.279904690398163e-19f,1.224644676915088e-16f,2.5990821271705648e-17f,0f,0.9999982670658458f,0.0018616834600682641f,1.4321240202841272f,-1.2246467991473532e-16f,0.0018616834600682641f,-0.9999982670658458f,-0.21223116158717328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9796277110754877f,-0.1984186704258546f,0.030977070865995396f,0.17672035077865875f,-0.2007048719041037f,0.9620662685158954f,-0.18478649674112757f,0.887136504151477f,0.006863096018425378f,-0.18723922188029274f,-0.9822903703603656f,0.02448703188823592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9796277110754877f,-0.157077672990923f,0.12512454731489525f,0.12500000000000003f,-0.2007048719041037f,0.744497575888961f,-0.6367424235037416f,1.131536999158464f,0.006863096018425378f,-0.6488836291225241f,-0.76085671040599f,-0.21073025216373018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9781841492779564f,0.16982954719775334f,0.1196398553993056f,-0.18404953748483632f,0.2070912948064849f,0.8426466943661912f,0.4970510477698488f,0.8784702863600409f,-0.016400174289751657f,0.5109838288755691f,-0.8594338606960568f,-0.016004415650771542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9781841492779564f,0.19110268961989704f,-0.08145877559478759f,-0.12499999999999997f,0.2070912948064849f,0.866080887702178f,-0.4549913093372017f,1.141401618334773f,-0.016400174289751657f,-0.4619346901641497f,-0.8867622997772384f,-0.21786395369782688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9865246102711843f,0.16361293753639378f,1.1349917040613002e-16f,-0.00479166666666664f,0.15163500766931143f,0.9143021884266374f,-0.37557733249943304f,1.3247901328260576f,-0.06144931064231523f,-0.37051628157069416f,-0.926791059145809f,-0.22091897753129425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9865246102711843f,-0.163526113991869f,0.005329481401236623f,-0.00479166666666664f,-0.15163500766931143f,0.901583051441613f,-0.40516024706572307f,1.3163559321599552f,0.06144931064231499f,-0.40050869078703916f,-0.9142301519998322f,-0.22324853576784384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.5994957807773186e-17f,1.1349917040613002e-16f,-0.00479166666666664f,0f,0.926791059145809f,-0.37557733249943304f,1.3247901328260576f,-1.2246467991473532e-16f,-0.37557733249943304f,-0.926791059145809f,-0.22091897753129425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.988139210660076f,0.15356073832878628f,1.2246106882060042e-16f,-0.004791666666666641f,0.15355621031073308f,0.98811007357573f,0.007679373227782782f,1.3488235623197475f,0.0011792502227605177f,0.007588289799665418f,-0.9999705131786779f,-0.21416705174928496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.988139210660076f,-0.15356073832878628f,1.2246106882060042e-16f,-0.004791666666666641f,-0.15355621031073308f,0.98811007357573f,0.007679373227782782f,1.3488235623197475f,-0.0011792502227607597f,0.00758828979966538f,-0.9999705131786779f,-0.21416705174928496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-9.40451984286206e-19f,1.2246106882060042e-16f,-0.004791666666666641f,0f,0.9999705131786779f,0.007679373227782782f,1.3488235623197475f,-1.2246467991473532e-16f,0.007679373227782782f,-0.9999705131786779f,-0.21416705174928496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9805004957559793f,0.19640666422940398f,-0.006572675905367818f,-0.19854166666666664f,0.195262415879124f,0.9699251076145635f,-0.14531990422486987f,1.3634112595785386f,-0.02216679425011363f,-0.14376963471176896f,-0.9893628886144445f,-0.2200044029746457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9805004957559793f,-0.1962321240255899f,0.010570303812300825f,0.18895833333333337f,-0.195262415879124f,0.9667652154927205f,-0.16503819878549864f,1.3642162399575972f,0.02216679425011339f,-0.16388401878682146f,-0.9862305316805772f,-0.22280780360512523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.4366656520559606e-17f,1.200160984061207e-16f,-0.007812499999999976f,0f,0.9800058146535032f,-0.1989688499371788f,1.2137536324971794f,-1.2246467991473532e-16f,-0.1989688499371788f,-0.9800058146535032f,-0.1988334949545785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.3813841837742657e-17f,1.2168309496516106e-16f,2.7436610601561222e-17f,0f,0.9936178745568239f,-0.11279857871967976f,1.4357651263434696f,-1.2246467991473532e-16f,-0.11279857871967976f,-0.9936178745568239f,-0.22403692738725695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.14205308113106865f,-0.06042944883208977f,-0.9880127549050265f,-1.09846944596136f,1.0205471699250354e-15f,0.998134798421867f,-0.06104853953485681f,2.332019393525991f,0.9898590415514575f,0.008672133139477255f,0.14178812349996422f,-0.40279347710608815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.14205308113106865f,-0.06042944883208977f,-0.9880127549050265f,-1.0851519696053222f,1.0205471699250354e-15f,0.998134798421867f,-0.06104853953485681f,2.332019393525991f,0.9898590415514575f,0.008672133139477255f,0.14178812349996422f,-0.309994191960639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.14205308113106865f,-0.06042944883208977f,-0.9880127549050265f,-0.9436087945475871f,1.0205471699250354e-15f,0.998134798421867f,-0.06104853953485681f,2.3411766744562197f,0.9898590415514575f,0.008672133139477255f,0.14178812349996422f,-0.3776620530583582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4965919777417804f,-0.2571529529469741f,0.8290167467748517f,1.1671128768364367f,-0.09367694501953111f,0.9654053672633661f,0.24334565299362348f,2.324665399280723f,-0.8629142701417765f,0.04318374288707016f,-0.5035018636866686f,-0.7047319230562876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6823983765694359f,-0.2571529529469741f,0.6842549338119892f,1.2227930814968941f,-0.14976498106119882f,0.9654053672633661f,0.21345474299444372f,2.3361624367395493f,-0.7154739031600923f,0.04318374288707016f,-0.697303562479876f,-0.6301893483848966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5939221830448796f,-0.2571529529469741f,0.762318043389933f,1.0806052726581754f,-0.12263506622748103f,0.9654053672633661f,0.2301154436157352f,2.295896601467776f,-0.7951207964948381f,0.04318374288707016f,-0.6049116326635466f,-0.5767238908210601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000125185759069311f,0.000007024512628533299f,0.000006171069971567358f,0.1933748555244695f,0.0000068679259243543295f,0.00001390590530461992f,-0.0000018968437353997673f,1.9329564684400866f,-0.000006344877915294026f,0.0000011927468258267712f,-0.000014228861663868068f,0.36469115287121096f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128.mcfunction new file mode 100644 index 000000000..648808b37 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128_as_bone.mcfunction new file mode 100644 index 000000000..2a264f97e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_128_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7619529062927748f,-0.13435285540864492f,-0.26138386193485996f,0.030260335748567152f,-0.14178272612252607f,0.804264940746034f,-0.00009002492712761859f,1.6197793201883501f,0.2574293526575844f,0.04529525112819763f,-0.7737072528159309f,-0.550238282526406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7399516473964565f,0.16404333084164505f,-0.25604949740557714f,0.030260335748567152f,0.1731807764839275f,0.7810303520858561f,-0.00008818768371685088f,1.6197793201883501f,0.24995995313588532f,-0.05551013175107948f,-0.7579173088809119f,-0.550238282526406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7619529062927748f,0.13435285540864492f,0.2613838619348602f,-0.030260335748567f,0.14178272612252607f,0.804264940746034f,-0.00009002492712761859f,1.6197793201883501f,-0.2574293526575846f,0.04529525112819767f,-0.7737072528159309f,-0.550238282526406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7399516473964565f,-0.16404333084164505f,0.25604949740557736f,-0.030260335748567f,-0.1731807764839275f,0.7810303520858561f,-0.00008818768371685088f,1.6197793201883501f,-0.24995995313588554f,-0.05551013175107953f,-0.7579173088809119f,-0.550238282526406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1864924071918344f,0.7646520938798538f,0.6700367101892866f,-0.007098041638889913f,0.7789812252793054f,1.3454544064786607f,-0.15603506256449848f,1.5079732395231826f,-0.6533224841825654f,0.21555942431800654f,-1.4028934800080903f,0.3307547737483061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.46812280074069457f,-0.8226581506721402f,-0.3226369640313745f,-0.14711625731091352f,-0.34521531523236026f,0.16584539677255686f,-0.9237541288126269f,1.5854639666695236f,0.813441718598026f,0.5438095912192498f,-0.20635818118563232f,0.13913408555503326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.4009538182080806f,-0.8226581506721402f,-0.40307518256158603f,-0.2984375f,-0.5088963731655338f,0.16584539677255686f,-0.8447010037571394f,1.7713893350312493f,0.7617483292028459f,0.5438095912192498f,-0.35215140416392665f,-0.14188710756407508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.2990975616546555f,0.8586032945806452f,0.416342444566371f,0.3005187410358779f,0.44452898911706995f,0.26070539929113173f,-0.8569869734220045f,1.5861496723497355f,-0.8443545620453505f,0.44139900012994315f,-0.30369770535433904f,0.16637577242077853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.01578918626834224f,0.8856074905268265f,0.46416599866832214f,0.2984375f,0.5190349894709047f,0.38951901036016434f,-0.7608400753594516f,1.7713893350312493f,-0.8546071502754478f,0.2529314399018344f,-0.4535110863113086f,-0.141887107564075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.1122169067963e-17f,1.112839685507539e-16f,-0.15625f,0f,0.9087025632879139f,-0.41744418965171215f,1.498450543705208f,-1.2246467991473532e-16f,-0.41744418965171215f,-0.9087025632879139f,0.03613036261982115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0226556075990142e-17f,1.2078279784772087e-16f,-0.15625f,0f,0.9862663906998699f,-0.16516236428391157f,1.6823432271846592f,-1.2246467991473532e-16f,-0.16516236428391157f,-0.9862663906998699f,-0.001001745625286432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.720727233036332e-17f,1.1300031533471704e-16f,0.15625f,0f,0.9227175983589087f,-0.3854766318193202f,1.4963082921058861f,-1.2246467991473532e-16f,-0.3854766318193202f,-0.9227175983589087f,0.023212205523518232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.1751903135165641e-17f,1.2189951025053489e-16f,0.15625f,0f,0.9953850394693888f,-0.09596157147797856f,1.6823432271846592f,-1.2246467991473532e-16f,-0.09596157147797856f,-0.9953850394693888f,-0.0010017456252864043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0659304876873791e-17f,1.2199990592685073e-16f,0.29375f,0f,0.996204832379359f,0.08703982964145432f,2.3753577950786084f,-1.2246467991473532e-16f,0.08703982964145432f,-0.996204832379359f,-0.13489566695511765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0659304876873791e-17f,1.2199990592685073e-16f,0.33125f,0f,0.996204832379359f,0.08703982964145432f,2.258992175060075f,-1.2246467991473532e-16f,0.08703982964145432f,-0.996204832379359f,-0.23916984869586433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0659304876873791e-17f,1.2199990592685073e-16f,-0.29375f,0f,0.996204832379359f,0.08703982964145432f,2.3753577950786084f,-1.2246467991473532e-16f,0.08703982964145432f,-0.996204832379359f,-0.1348956669551177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0659304876873791e-17f,1.2199990592685073e-16f,-0.33125f,0f,0.996204832379359f,0.08703982964145432f,2.258992175060075f,-1.2246467991473532e-16f,0.08703982964145432f,-0.996204832379359f,-0.23916984869586438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2199990592685073e-16f,0.19523827377799088f,0.1558407700237579f,0.9839398977856264f,0.08703982964145432f,2.483629312928795f,0.013616029187153616f,0.08596822490425152f,-0.996204832379359f,-0.1473941663867653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2199990592685073e-16f,0.08005326181113279f,0f,0.996204832379359f,0.08703982964145432f,2.49366845032726f,-1.231653667943533e-16f,0.08703982964145432f,-0.996204832379359f,-0.14651703270852118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2199990592685073e-16f,0.05771677939820301f,0.2410037614547638f,0.9666132913531875f,0.08703982964145432f,2.4893651592653985f,0.021056840579532658f,0.08445437471689396f,-0.996204832379359f,-0.1468930173541963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2199990592685073e-16f,0.08682420206637906f,-0.0694917362336415f,0.9937781274767628f,0.08703982964145432f,2.499328381578102f,-0.00607159159107737f,0.08682780499105427f,-0.996204832379359f,-0.146022516484705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2199990592685073e-16f,0.1446100421182231f,0.08682497209482935f,0.9924139722296935f,0.08703982964145432f,2.606388069881177f,0.007586021001030463f,0.08670861681162556f,-0.996204832379359f,-0.16803761042502582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2199990592685073e-16f,0.12500000000000003f,0.08682497209482935f,0.9924139722296935f,0.08703982964145432f,2.3830949261294965f,0.007586021001030463f,0.08670861681162556f,-0.996204832379359f,-0.18754704920764154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2199990592685073e-16f,-0.19523827377799083f,-0.1558407700237579f,0.9839398977856264f,0.08703982964145432f,2.483629312928795f,-0.013616029187153857f,0.08596822490425146f,-0.996204832379359f,-0.14739416638676536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2199990592685073e-16f,-0.08005326181113276f,0f,0.996204832379359f,0.08703982964145432f,2.49366845032726f,-1.231653667943533e-16f,0.08703982964145432f,-0.996204832379359f,-0.14651703270852118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2199990592685073e-16f,-0.05771677939820295f,-0.2410037614547638f,0.9666132913531875f,0.08703982964145432f,2.4893651592653985f,-0.021056840579532894f,0.08445437471689389f,-0.996204832379359f,-0.1468930173541963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2199990592685073e-16f,-0.086824202066379f,0.0694917362336415f,0.9937781274767628f,0.08703982964145432f,2.499328381578102f,0.0060715915910771225f,0.08682780499105429f,-0.996204832379359f,-0.146022516484705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2199990592685073e-16f,-0.14461004211822304f,-0.08682497209482935f,0.9924139722296935f,0.08703982964145432f,2.606388069881177f,-0.007586021001030708f,0.08670861681162553f,-0.996204832379359f,-0.16803761042502585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2199990592685073e-16f,-0.12499999999999997f,-0.08682497209482935f,0.9924139722296935f,0.08703982964145432f,2.3830949261294965f,-0.007586021001030708f,0.08670861681162553f,-0.996204832379359f,-0.18754704920764156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0659304876873791e-17f,1.2199990592685073e-16f,2.4618286039350676e-17f,0f,0.996204832379359f,0.08703982964145432f,1.8698199548587793f,-1.2246467991473532e-16f,0.08703982964145432f,-0.996204832379359f,-0.20102356088703194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.4249412513942788e-20f,1.2246467908573808e-16f,2.4612942509657948e-17f,0f,0.999999993230724f,-0.00011635528320377841f,1.4948199573972578f,-1.2246467991473532e-16f,-0.00011635528320377841f,-0.999999993230724f,-0.20097992765583053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9802487894417453f,-0.1949743430650666f,0.03312576556607519f,0.17455715578985623f,-0.19753472656421886f,0.9571201088596659f,-0.21189886506930744f,0.9601817367648375f,0.009609505668459781f,-0.21425709501159346f,-0.976730031604435f,0.048325147619876496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9802487894417453f,-0.1515532223512794f,0.12705877219986242f,0.12500000000000003f,-0.19753472656421886f,0.7190769172267373f,-0.666264526230304f,1.1942067209416092f,0.009609505668459781f,-0.6782035151093185f,-0.7348113019640974f,-0.19625358449351238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9784975695113439f,0.17218709556264244f,0.11355223723949348f,-0.18274037445545893f,0.20537786064454963f,0.8641900689088666f,0.4593424203754278f,0.9485010030578866f,-0.019037878491594523f,0.4727865574664637f,-0.880971299340421f,0.008260168706126808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9784975695113439f,0.1875430175962633f,-0.08584942056461681f,-0.12499999999999997f,0.20537786064454963f,0.8474954305570955f,-0.4894603452190087f,1.2039303789690077f,-0.019037878491594523f,-0.4965673285021186f,-0.8677894027048316f,-0.20391038899158895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9867615321125792f,0.16217792310556747f,1.1286251705841932e-16f,-0.004583333333333307f,0.1494619397670001f,0.9093919187817004f,-0.3881590738545506f,1.3873801066216296f,-0.0629508324323117f,-0.3830204424201162f,-0.9215923900425704f,-0.2083774902746668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9867615321125792f,-0.1620655185951693f,0.006037087486045102f,-0.004583333333333307f,-0.1494619397670001f,0.8943123691492831f,-0.4217422375665989f,1.3777056703399584f,0.06295083243231145f,-0.41706133130401185f,-0.906695670347556f,-0.21090837753535754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.7535776735597654e-17f,1.1286251705841932e-16f,-0.004583333333333307f,0f,0.9215923900425704f,-0.3881590738545506f,1.3873801066216296f,-1.2246467991473532e-16f,-0.3881590738545506f,-0.9215923900425704f,-0.2083774902746668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9885817194971117f,0.1506857122494831f,1.2246252369929864e-16f,-0.004583333333333308f,0.150683059150981f,0.9885643137016981f,-0.005934084629718839f,1.4114937235295177f,-0.0008941817689780145f,-0.005866327586888813f,-0.9999823931648033f,-0.20191181908774483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9885817194971117f,-0.1506857122494831f,1.2246252369929864e-16f,-0.004583333333333308f,-0.150683059150981f,0.9885643137016981f,-0.005934084629718839f,1.4114937235295177f,0.0008941817689777723f,-0.005866327586888849f,-0.9999823931648033f,-0.20191181908774483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,7.26715774765469e-19f,1.2246252369929864e-16f,-0.004583333333333308f,0f,0.9999823931648033f,-0.005934084629718839f,1.4114937235295177f,-1.2246467991473532e-16f,-0.005934084629718839f,-0.9999823931648033f,-0.20191181908774483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9810679902988926f,0.19356448872471624f,-0.006195733663671858f,-0.1983333333333333f,0.19214780242166898f,0.9688959195798585f,-0.1559484499635167f,1.4259024135093095f,-0.024183060919064865f,-0.15418652900379923f,-0.9877457637663375f,-0.207520956500101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9810679902988926f,-0.19336791117572572f,0.010698099757834895f,0.1891666666666667f,-0.192147802421669f,0.9650048247846459f,-0.1784514224288447f,1.4267833675769228f,0.024183060919064626f,-0.17712859472680118f,-0.9838905632714918f,-0.21073579194822786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.582411034573729e-17f,1.197109566893096e-16f,-0.0078124999999999774f,0f,0.9775141434465597f,-0.21086986356978227f,1.2766202163206894f,-1.2246467991473532e-16f,-0.21086986356978227f,-0.9775141434465597f,-0.18493710378997993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.5292344464070166e-17f,1.2150613987536102e-16f,2.6065146436188753e-17f,0f,0.9921729265936785f,-0.12487146885712101f,1.4983088546064645f,-1.2246467991473532e-16f,-0.12487146885712101f,-0.9921729265936785f,-0.2128380726127429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.16217792310556287f,-0.06883300490652404f,-0.9843578306148147f,-1.0454630937869023f,-3.247954723301853e-16f,0.9975640502598242f,-0.06975647374412536f,2.3945779146883943f,0.9867615321125799f,0.011312960034990301f,0.16178286583591167f,-0.33466688219793067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.16217792310556287f,-0.06883300490652404f,-0.9843578306148147f,-1.0302589134957558f,-3.247954723301853e-16f,0.9975640502598242f,-0.06975647374412536f,2.3945779146883943f,0.9867615321125799f,0.011312960034990301f,0.16178286583591167f,-0.2421579885623763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.16217792310556287f,-0.06883300490652404f,-0.9843578306148147f,-0.8902073290491068f,-3.247954723301853e-16f,0.9975640502598242f,-0.06975647374412536f,2.405041385750013f,0.9867615321125799f,0.011312960034990301f,0.16178286583591167f,-0.31267986525554026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5564103728204984f,-0.28806256231447347f,0.7793763257955519f,1.1360874749553698f,-0.12023507559819173f,0.956022807924295f,0.2675143310636719f,2.387991824418876f,-0.8221624070788272f,0.05513937723049487f,-0.5665762309389462f,-0.6902363490322134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7496812082437588f,-0.28806256231447347f,0.5958171247950148f,1.1979121917112974f,-0.18931431553833367f,0.956022807924295f,0.22401000125172754f,2.40264455146072f,-0.6341436556005511f,0.05513937723049487f,-0.7712467005700594f,-0.6213011295266043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6594636453965614f,-0.28806256231447347f,0.6943541319766872f,1.0628467135368305f,-0.15629575511300686f,0.956022807924295f,0.2481774116679472f,2.3580915761896057f,-0.7353090080598316f,0.05513937723049487f,-0.6754852416927404f,-0.5544459530254978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012765640584159772f,0.0000067604980071740746f,0.000005956065158395126f,0.1858638505857269f,0.000006645371867299633f,0.000014039719455427865f,-0.0000016929073684590556f,1.9831036140838192f,-0.000006084248369466484f,0.0000011500301334642214f,-0.000014345730287119186f,0.37958843560948274f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129.mcfunction new file mode 100644 index 000000000..40faa4a8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129_as_bone.mcfunction new file mode 100644 index 000000000..bbeebb5ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_129_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7626984652097518f,-0.13448431756141577f,-0.25913213606415847f,0.030167634479380145f,-0.14127788792561283f,0.8043521441734202f,-0.0016220330896342641f,1.68395014805652f,0.2554917885068153f,0.04331328823936328f,-0.7744626198286958f,-0.5395482206553016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7406756784281543f,0.1642038446569603f,-0.2538437251240736f,0.030167634479380145f,0.17367035785626792f,0.7809200228591555f,-0.0015889303735192792f,1.68395014805652f,0.2474634239379008f,-0.05657751583030932f,-0.7586572602403551f,-0.5395482206553016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7626984652097518f,0.13448431756141577f,0.2591321360641587f,-0.030167634479379993f,0.14127788792561283f,0.8043521441734202f,-0.0016220330896342641f,1.68395014805652f,-0.25549178850681553f,0.04331328823936332f,-0.7744626198286958f,-0.5395482206553016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7406756784281543f,-0.1642038446569603f,0.2538437251240738f,-0.030167634479379993f,-0.17367035785626792f,0.7809200228591555f,-0.0015889303735192792f,1.68395014805652f,-0.24746342393790102f,-0.05657751583030937f,-0.7586572602403551f,-0.5395482206553016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1785465502296706f,0.786513958283256f,0.658657780920674f,-0.009547313452634293f,0.8270403192471505f,1.321988873031999f,-0.09877236414683574f,1.546723308015596f,-0.606991424388609f,0.2741303759257424f,-1.4134426757790701f,0.3222749920487099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.46793236681126615f,-0.8165568454955502f,-0.33804469847161117f,-0.14957186728579003f,-0.3907110961584434f,0.1519542275405176f,-0.9078847680577264f,1.6353805508039223f,0.7927068433090974f,0.5569064829995433f,-0.24793351883923528f,0.13556161284560928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3939650343226052f,-0.8165568454955502f,-0.4219318307565149f,-0.2984375f,-0.5584459192668045f,0.1519542275405176f,-0.8155047933561259f,1.8394875425919466f,0.7300203469667415f,0.5569064829995433f,-0.3961381857478999f,-0.13391605316444075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.23619234909221898f,0.8702708046118623f,0.4322521265078065f,0.3354418014962991f,0.4867098974540267f,0.2790597737099351f,-0.8277917119766605f,1.646197897878091f,-0.841027139841866f,0.40589945717773657f,-0.3576576305801805f,0.16565870668112695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07958973754778066f,0.879239303714719f,0.46968470326414846f,0.2984375f,0.544396239800219f,0.43304645206521214f,-0.7184034412815087f,1.8394875425919466f,-0.8350438358364531f,0.19851704500366646f,-0.5131206242927238f,-0.1339160531644407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.247147263078074e-17f,1.1065415666198809e-16f,-0.15625f,0f,0.9035597589364527f,-0.42846208937396f,1.563947401691792f,-1.2246467991473532e-16f,-0.42846208937396f,-0.9035597589364527f,0.048136692962284636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0992071819064372e-17f,1.206521062698941e-16f,-0.15625f,0f,0.9851992129804021f,-0.17141327469830378f,1.747600921158753f,-1.2246467991473532e-16f,-0.17141327469830378f,-0.9851992129804021f,0.009839208875225186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.808675722346174e-17f,1.126288666654798e-16f,0.15625f,0f,0.9196844897965388f,-0.39265817096767497f,1.561508758230923f,-1.2246467991473532e-16f,-0.39265817096767497f,-0.9196844897965388f,0.03360934553536951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.1461105111800245e-17f,1.219271950642466e-16f,0.15625f,0f,0.9956111031289762f,-0.09358702541647036f,1.747600921158753f,-1.2246467991473532e-16f,-0.09358702541647036f,-0.9956111031289762f,0.009839208875225242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0417963509399356e-17f,1.2202075177171873e-16f,0.29375f,0f,0.9963750516203882f,0.08506912782242806f,2.4403492859591625f,-1.2246467991473532e-16f,0.08506912782242806f,-0.9963750516203882f,-0.12542526003170895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0417963509399356e-17f,1.2202075177171873e-16f,0.33125f,0f,0.9963750516203882f,0.08506912782242806f,2.323777635239966f,-1.2246467991473532e-16f,0.08506912782242806f,-0.9963750516203882f,-0.22946906209892384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0417963509399356e-17f,1.2202075177171873e-16f,-0.29375f,0f,0.9963750516203882f,0.08506912782242806f,2.4403492859591625f,-1.2246467991473532e-16f,0.08506912782242806f,-0.9963750516203882f,-0.12542526003170903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0417963509399356e-17f,1.2202075177171873e-16f,-0.33125f,0f,0.9963750516203882f,0.08506912782242806f,2.323777635239966f,-1.2246467991473532e-16f,0.08506912782242806f,-0.9963750516203882f,-0.22946906209892393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2202075177171873e-16f,0.19523827377799088f,0.15586739817966785f,0.9841080213453359f,0.08506912782242806f,2.548595869482169f,0.013307743502340433f,0.08402178569480966f,-0.9963750516203882f,-0.13813790024619527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2202075177171873e-16f,0.08005326181113279f,-1.3877787807814457e-17f,0.9963750516203883f,0.08506912782242806f,2.558636722245078f,-1.231653667943533e-16f,0.08506912782242808f,-0.9963750516203882f,-0.13728062608447783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2202075177171873e-16f,0.05771677939820301f,0.2410449412162211f,0.9667784543552881f,0.08506912782242806f,2.554332695889716f,0.020580084659812117f,0.08254221116412847f,-0.9963750516203882f,-0.1376480979190846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2202075177171873e-16f,0.08682420206637906f,-0.0695036101276591f,0.993947932072276f,0.08506912782242806f,2.564297620595427f,-0.005934122381380966f,0.08486190370261204f,-0.9963750516203882f,-0.1367973063901795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2202075177171873e-16f,0.1446100421182231f,0.08683980767921119f,0.99258354373512f,0.08506912782242806f,2.6713135527514447f,0.0074142630202590695f,0.08474541410799186f,-0.9963750516203882f,-0.15902412545029884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2202075177171873e-16f,0.12500000000000003f,0.08683980767921119f,0.99258354373512f,0.08506912782242806f,2.447982255411043f,0.0074142630202590695f,0.08474541410799186f,-0.9963750516203882f,-0.17809184362459698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2202075177171873e-16f,-0.19523827377799083f,-0.15586739817966785f,0.9841080213453359f,0.08506912782242806f,2.548595869482169f,-0.013307743502340676f,0.08402178569480961f,-0.9963750516203882f,-0.13813790024619532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2202075177171873e-16f,-0.08005326181113276f,1.3877787807814457e-17f,0.9963750516203883f,0.08506912782242806f,2.558636722245078f,-1.222980050563649e-16f,0.08506912782242808f,-0.9963750516203882f,-0.13728062608447783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2202075177171873e-16f,-0.05771677939820295f,-0.2410449412162211f,0.9667784543552881f,0.08506912782242806f,2.554332695889716f,-0.020580084659812353f,0.0825422111641284f,-0.9963750516203882f,-0.1376480979190846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2202075177171873e-16f,-0.086824202066379f,0.0695036101276591f,0.993947932072276f,0.08506912782242806f,2.564297620595427f,0.0059341223813807195f,0.08486190370261205f,-0.9963750516203882f,-0.13679730639017953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2202075177171873e-16f,-0.14461004211822304f,-0.08683980767921119f,0.99258354373512f,0.08506912782242806f,2.6713135527514447f,-0.007414263020259314f,0.08474541410799183f,-0.9963750516203882f,-0.15902412545029887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2202075177171873e-16f,-0.12499999999999997f,-0.08683980767921119f,0.99258354373512f,0.08506912782242806f,2.447982255411043f,-0.007414263020259314f,0.08474541410799183f,-0.9963750516203882f,-0.178091843624597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0417963509399356e-17f,1.2202075177171873e-16f,2.3336018430612332e-17f,0f,0.9963750516203882f,0.08506912782242806f,1.9346816312111428f,-1.2246467991473532e-16f,0.08506912782242806f,-0.9963750516203882f,-0.19055305127045427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.564892383148603e-19f,1.2246441131973485e-16f,2.3239834966244258e-17f,0f,0.9999978067553792f,-0.0020943935712193495f,1.5596824536778757f,-1.2246467991473532e-16f,-0.0020943935712193495f,-0.9999978067553792f,-0.189767653681247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9808601579979673f,-0.19151022803253898f,0.03517361242647005f,0.17241084102323564f,-0.19432592138337643f,0.951411282130751f,-0.23885980932928502f,1.0357877535332638f,0.012279524856622145f,-0.24112321496124234f,-0.9704168220285807f,0.07165699246526444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9808601579979673f,-0.14604055558773593f,0.12878472959100395f,0.12500000000000003f,-0.19432592138337643f,0.6924967441912141f,-0.6947558532053328f,1.2590770071840494f,0.012279524856622145f,-0.706484547182876f,-0.7076219314443992f,-0.18181495392633243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9788086826369872f,0.17432999078337075f,0.10743657248774992f,-0.18140712432240996f,0.2036306342926345f,0.8840456257796678f,0.4207111792161159f,1.0211203057962652f,-0.02163625596134901f,0.4336731325010869f,-0.9008104609598345f,0.03220267309041219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9788086826369872f,0.18388711206284716f,-0.09010600874321066f,-0.12499999999999997f,0.2036306342926345f,0.827546727812687f,-0.5231643891398706f,1.2686484497443398f,-0.02163625596134901f,-0.5304261902505385f,-0.8474549717384838f,-0.18999242852615172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9869963665602319f,0.16074256560382616f,1.1220494730943909e-16f,-0.004374999999999976f,0.1472760237198089f,0.9043086984884477f,-0.4006688790952099f,1.452152148225994f,-0.06440454358337337f,-0.395458727860733f,-0.9162229255615623f,-0.1958736683411179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9869963665602319f,-0.1606015670634461f,0.00673120001676909f,-0.004374999999999976f,-0.14727602371980894f,0.8867371948757355f,-0.4381859423363489f,1.4412306559214652f,0.06440454358337312f,-0.43347927733708f,-0.898859149636438f,-0.1985724907033524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.906778603019066e-17f,1.1220494730943909e-16f,-0.004374999999999976f,0f,0.9162229255615623f,-0.4006688790952099f,1.452152148225994f,-1.2246467991473532e-16f,-0.4006688790952099f,-0.9162229255615623f,-0.1958736683411179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9890158633619168f,0.14780941112961063f,1.224412830422873e-16f,-0.004374999999999977f,0.1477811721472263f,0.9888269119187721f,-0.019546442744821035f,1.4763425446905514f,-0.0028891481917907684f,-0.019331741946923435f,-0.9998089500379677f,-0.18969520445271115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9890158633619168f,-0.14780941112961063f,1.224412830422873e-16f,-0.004374999999999977f,-0.1477811721472263f,0.9888269119187721f,-0.019546442744821035f,1.4763425446905514f,0.0028891481917905264f,-0.01933174194692347f,-0.9998089500379677f,-0.18969520445271115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.393748854216211e-18f,1.224412830422873e-16f,-0.004374999999999977f,0f,0.9998089500379677f,-0.019546442744821035f,1.4763425446905514f,-1.2246467991473532e-16f,-0.019546442744821035f,-0.9998089500379677f,-0.18969520445271115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,0.1907200003126636f,-0.005827023025859482f,-0.198125f,0.18901182140462183f,0.9677464838845901f,-0.16655712022702676f,1.4905799495107874f,-0.026126692976984833f,-0.16459837304709457f,-0.9860145899043967f,-0.19507269792234638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.981627183447664f,-0.190502111651358f,0.010817493840064054f,0.18937500000000002f,-0.18901182140462186f,0.9630549042080795f,-0.19183269494555477f,1.4915269748670335f,0.026126692976984594f,-0.19035282224632366f,-0.9813680242278865f,-0.1987011707407864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.7277746268567045e-17f,1.1938811659929247e-16f,-0.007812499999999979f,0f,0.9748779540551212f,-0.22273970166385015f,1.3416854001388159f,-1.2246467991473532e-16f,-0.22273970166385015f,-0.9748779540551212f,-0.17108184023709805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.6768586231183034e-17f,1.2131122100789338e-16f,2.469821378989006e-17f,0f,0.9905812932541447f,-0.1369258976780732f,1.563018407850289f,-1.2246467991473532e-16f,-0.1369258976780732f,-0.9905812932541447f,-0.20167622049954254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.18223552549214933f,-0.07714529091743366f,-0.9802238608286702f,-0.9928282483821601f,1.8523046699029497e-16f,0.996917333733128f,-0.07845909572784496f,2.4566768056654915f,0.9832549075639541f,0.014298034539602515f,0.1816737541850891f,-0.2669543916971558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.18223552549214933f,-0.07714529091743366f,-0.9802238608286702f,-0.9757436678672711f,1.8523046699029497e-16f,0.996917333733128f,-0.07845909572784496f,2.4566768056654915f,0.9832549075639541f,0.014298034539602515f,0.1816737541850891f,-0.1747742441130351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.18223552549214933f,-0.07714529091743366f,-0.9802238608286702f,-0.837252379000415f,1.8523046699029497e-16f,0.996917333733128f,-0.07845909572784496f,2.468445670024668f,0.9832549075639541f,0.014298034539602515f,0.1816737541850891f,-0.24811538103285882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6120057132285384f,-0.3168735705014272f,0.7245965410442595f,1.1053987447061702f,-0.14916748637182992f,0.9460271045344113f,0.28771822760427945f,2.4533723437517136f,-0.7766582697590609f,0.06799895443251326f,-0.626241226853476f,-0.675479342672614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8059646668238447f,-0.3168735705014272f,0.5000120960028928f,1.1726946302938295f,-0.23077653185445884f,0.9460271045344113f,0.22754100692285328f,2.471404221948864f,-0.5451267267129332f,0.06799895443251326f,-0.8355914037490622f,-0.6127483483264713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7178227796016992f,-0.3168735705014272f,0.6199367688745099f,1.0460561721688233f,-0.19234003410293934f,0.9460271045344113f,0.26084100284947176f,2.423262132422868f,-0.6691306063588562f,0.06799895443251326f,-0.7400272791120031f,-0.5331097536327422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013004639508080592f,0.000006492326697074564f,0.000005733207681858592f,0.17763152166577972f,0.000006413178490595906f,0.000014169221069443285f,-0.0000014983126953351732f,2.034226071268278f,-0.000005821607846001609f,0.0000011061163337088145f,-0.000014457731970944654f,0.39480389649177566f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..cf8ea5aac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.1086348142735827f,-0.5249432145773404f,0.04839555568810225f,-0.026558765421895725f,0.8049251462261692f,-0.13540526354794885f,1.257763953410523f,0.5354078196873036f,-0.08507896652504043f,-0.6107736737263351f,-0.46810194600915933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248057f,-0.5142300877492314f,0.04839555568810225f,0.27770881760595356f,0.7384334373678785f,-0.1326418908224805f,1.257763953410523f,0.45266352511710994f,-0.27770881760595356f,-0.5983089048747773f,-0.46810194600915933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358271f,0.5249432145773406f,-0.04839555568810214f,0.026558765421895725f,0.8049251462261692f,-0.13540526354794885f,1.257763953410523f,-0.5354078196873039f,-0.08507896652504039f,-0.6107736737263348f,-0.46810194600915933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248046f,0.5142300877492316f,-0.04839555568810214f,-0.27770881760595356f,0.7384334373678785f,-0.1326418908224805f,1.257763953410523f,-0.45266352511711017f,-0.27770881760595356f,-0.5983089048747771f,-0.46810194600915933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000002384796332072993f,0.0000027064577837035736f,0.000015202909514943564f,-0.4751316712571187f,-0.000015320163388402772f,-0.0000023427598164833947f,-0.0000019861256745014927f,2.0243384607304686f,0.000001935449613700783f,-0.000015209444030184042f,0.0000030112243499155695f,-0.19429558136451508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3416946159346812f,-0.9396926207859084f,-0.01491870911847018f,-0.4129689861159993f,0.9071040114327763f,-0.33391290028343745f,0.256250829202305f,1.7946260525094435f,-0.24577856270190943f,0.07402670778046219f,0.9664951860466607f,-0.1188514579482107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.31598541012516196f,-0.9396926207859084f,0.1308854423858667f,-0.2984375f,0.9304117092207985f,-0.33391290028343745f,-0.1511165985890879f,1.4499315494170661f,0.18570749024437766f,0.07402670778046219f,0.9798126221897329f,-0.18603732961003938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.34169461593468126f,0.9396926207859084f,0.014918709118469917f,0.41766744921992877f,-0.9071040114327763f,-0.33391290028343745f,0.256250829202305f,1.7929564880080264f,0.24577856270190937f,0.07402670778046241f,0.9664951860466607f,-0.1184813244093083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.31598541012516185f,0.9396926207859084f,-0.1308854423858669f,0.2984375f,-0.9304117092207985f,-0.33391290028343745f,-0.1511165985890879f,1.4499315494170661f,-0.18570749024437772f,0.07402670778046241f,0.9798126221897329f,-0.1860373296100393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430087e-16f,-0.15625f,0f,0.8433914458128857f,-0.5372996083468238f,1.2566207687469937f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128857f,0.09308939033533183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676992e-17f,1.15079156022785e-16f,-0.15625f,0f,0.9396926207859084f,-0.3420201433256687f,1.4306755092485661f,-1.2246467991473532e-16f,-0.3420201433256687f,-0.9396926207859084f,0.023087534581857028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430087e-16f,0.15625f,0f,0.8433914458128857f,-0.5372996083468238f,1.2566207687469937f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128857f,0.09308939033533188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676992e-17f,1.15079156022785e-16f,0.15625f,0f,0.9396926207859084f,-0.3420201433256687f,1.4306755092485661f,-1.2246467991473532e-16f,-0.3420201433256687f,-0.9396926207859084f,0.023087534581857083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125282e-16f,0.29375f,0f,0.9914448613738105f,-0.13052619222005152f,2.0783155745130313f,-1.2246467991473532e-16f,-0.13052619222005152f,-0.9914448613738105f,-0.2575530172750605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125282e-16f,0.33125f,0f,0.9914448613738105f,-0.13052619222005152f,1.9421481363206752f,-1.2246467991473532e-16f,-0.13052619222005152f,-0.9914448613738105f,-0.3341851990013488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125282e-16f,-0.29375f,0f,0.9914448613738105f,-0.13052619222005152f,2.0783155745130313f,-1.2246467991473532e-16f,-0.13052619222005152f,-0.9914448613738105f,-0.2575530172750606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125282e-16f,-0.33125f,0f,0.9914448613738105f,-0.13052619222005152f,1.9421481363206752f,-1.2246467991473532e-16f,-0.13052619222005152f,-0.9914448613738105f,-0.3341851990013489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2141697760125282e-16f,0.19523827377799088f,0.1550961465058979f,0.9792385299218751f,-0.13052619222005152f,2.181319600478751f,-0.020418795053682222f,-0.12891919819802466f,-0.9914448613738105f,-0.29317751306769535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2141697760125282e-16f,0.0800532618111328f,0f,0.9914448613738105f,-0.13052619222005152f,2.1913107698274894f,-1.214306433183765e-16f,-0.13052619222005155f,-0.9914448613738105f,-0.29449287546627534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2141697760125282e-16f,0.05771677939820301f,0.23985222024610203f,0.9619947118293062f,-0.13052619222005152f,2.1870280403409357f,-0.03157714384728159f,-0.1266490064781952f,-0.9914448613738105f,-0.2939290434328794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2141697760125282e-16f,0.08682420206637906f,-0.06915969744117013f,0.9890297515213484f,-0.13052619222005152f,2.196943657334142f,0.009105046900518556f,-0.130208236976027f,-0.9914448613738105f,-0.29523445917515506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2141697760125282e-16f,0.1446100421182231f,0.08641011328638346f,0.9876721143508956f,-0.13052619222005152f,2.2967058614720854f,-0.011376107230962313f,-0.13002950065171937f,-0.9914448613738105f,-0.3398880575328687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2141697760125282e-16f,0.12500000000000003f,0.08641011328638346f,0.9876721143508956f,-0.13052619222005152f,2.0744796357431343f,-0.011376107230962313f,-0.13002950065171937f,-0.9914448613738105f,-0.3106314198862319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2141697760125282e-16f,-0.1952382737779908f,-0.1550961465058979f,0.9792385299218751f,-0.13052619222005152f,2.181319600478751f,0.020418795053681982f,-0.12891919819802466f,-0.9914448613738105f,-0.2931775130676954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2141697760125282e-16f,-0.08005326181113273f,0f,0.9914448613738105f,-0.13052619222005152f,2.1913107698274894f,-1.214306433183765e-16f,-0.13052619222005152f,-0.9914448613738105f,-0.2944928754662754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2141697760125282e-16f,-0.057716779398202925f,-0.23985222024610203f,0.9619947118293062f,-0.13052619222005152f,2.1870280403409357f,0.031577143847281344f,-0.12664900647819524f,-0.9914448613738105f,-0.29392904343287946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2141697760125282e-16f,-0.08682420206637897f,0.06915969744117013f,0.9890297515213484f,-0.13052619222005152f,2.196943657334142f,-0.009105046900518795f,-0.13020823697602693f,-0.9914448613738105f,-0.2952344591751551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2141697760125282e-16f,-0.144610042118223f,-0.08641011328638346f,0.9876721143508956f,-0.13052619222005152f,2.2967058614720854f,0.01137610723096207f,-0.13002950065171937f,-0.9914448613738105f,-0.33988805753286877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2141697760125282e-16f,-0.12499999999999996f,-0.08641011328638346f,0.9876721143508956f,-0.13052619222005152f,2.0744796357431343f,0.01137610723096207f,-0.13002950065171937f,-0.9914448613738105f,-0.31063141988623194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125282e-16f,2.6054862078045105e-17f,0f,0.9914448613738105f,-0.13052619222005152f,1.570443087795933f,-1.2246467991473532e-16f,-0.13052619222005152f,-0.9914448613738105f,-0.21275409445552393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.6506208041798655e-17f,1.195617780139768e-16f,1.611503406237061e-17f,0f,0.9762960071199335f,-0.21643961393810285f,1.204332085125958f,-1.2246467991473532e-16f,-0.21643961393810285f,-0.9762960071199335f,-0.13158923922873536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12743220028900526f,-0.028251038652918448f,0.16924813211799034f,-0.12607862007251908f,0.9909804732465315f,-0.04540796411082426f,0.6062783558333182f,0.033782664431261704f,-0.0414576407141477f,-0.998568973887303f,0.08930790866365702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1274322002890052f,0.02825103865291868f,0.125f,-0.12607862007251908f,0.8789430848428954f,-0.4599600364895456f,0.9081589350722123f,0.033782664431261704f,-0.4595868665838457f,-0.8874900808727764f,-0.08264112065159866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.09309786522733676f,0.09148701736081735f,-0.164422770219154f,0.12607862007251905f,0.864461658596851f,0.48663150573775127f,0.6654932990608071f,-0.03378266443126193f,0.494002862649696f,-0.8688037196500888f,0.12763577002049625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.12577901376460418f,-0.034881607644564876f,-0.12499999999999999f,0.12607862007251905f,0.8536660755491909f,-0.5053300040736276f,0.9176130874605883f,-0.03378266443126193f,-0.5054046607945424f,-0.862220888421916f,-0.08840959121296632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736481776669304f,1.0605752387249069e-16f,-0.006249999999999986f,0.1503837331804353f,0.8528685319524433f,-0.49999999999999994f,1.096968026918936f,-0.08682408883346528f,-0.49240387650610395f,-0.8660254037844387f,-0.12417369775699368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693028f,1.0605752387249069e-16f,-0.006249999999999986f,-0.1503837331804353f,0.8528685319524433f,-0.49999999999999994f,1.096968026918936f,0.08682408883346503f,-0.49240387650610395f,-0.8660254037844387f,-0.12417369775699368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.123233995736766e-17f,1.0605752387249069e-16f,-0.006249999999999986f,0f,0.8660254037844387f,-0.49999999999999994f,1.096968026918936f,-1.2246467991473532e-16f,-0.49999999999999994f,-0.8660254037844387f,-0.12417369775699368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.2141697760125282e-16f,-0.006249999999999986f,0.17216259343480456f,0.9763825861650424f,-0.13052619222005157f,1.1217314901997066f,-0.022665635416815537f,-0.1285432060694685f,-0.9914448613738105f,-0.12110333355352945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.2141697760125282e-16f,-0.006249999999999986f,-0.17216259343480456f,0.9763825861650424f,-0.13052619222005157f,1.1217314901997066f,0.022665635416815294f,-0.12854320606946856f,-0.9914448613738105f,-0.12110333355352945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125282e-16f,-0.006249999999999986f,0f,0.9914448613738105f,-0.13052619222005157f,1.1217314901997066f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738105f,-0.12110333355352945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.2162336113847256f,-0.009440963361569769f,-0.19999999999999998f,0.209064612934849f,0.9308424440423553f,-0.29970707697292764f,1.1356484039418242f,-0.05601869420181815f,-0.2945765939051745f,-0.9539845576439637f,-0.13194988309218278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472555f,0.009440963361570002f,0.18750000000000003f,-0.209064612934849f,0.9308424440423553f,-0.29970707697292764f,1.1356484039418242f,0.05601869420181792f,-0.2945765939051745f,-0.9539845576439637f,-0.13194988309218272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676992e-17f,1.1507915602278503e-16f,-0.00781249999999999f,0f,0.9396926207859084f,-0.34202014332566877f,0.9904259481885364f,-1.2246467991473532e-16f,-0.34202014332566877f,-0.9396926207859084f,-0.08592011960990553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.169619151431765e-17f,1.1829179713786698e-16f,1.76042977377432e-17f,0f,0.9659258262890683f,-0.25881904510252074f,1.20625f,-1.2246467991473532e-16f,-0.25881904510252074f,-0.9659258262890683f,-0.14375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1736481776669302f,0.29613740272754274f,-0.939227847276016f,-1.0237647583281373f,2.7755575615628914e-17f,0.9537169507482269f,0.3007057995042731f,1.284375f,0.9848077530122081f,-0.0522170140977943f,0.16561121050749106f,0.2132121365775526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1736481776669302f,0.29613740272754274f,-0.939227847276016f,-1.0074852416718627f,2.7755575615628914e-17f,0.9537169507482269f,0.3007057995042731f,1.284375f,0.9848077530122081f,-0.0522170140977943f,0.16561121050749106f,0.30553786342244715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1736481776669302f,0.29613740272754274f,-0.939227847276016f,-0.8747408229085976f,2.7755575615628914e-17f,0.9537169507482269f,0.3007057995042731f,1.239269130074359f,0.9848077530122081f,-0.0522170140977943f,0.16561121050749106f,0.2345333184238762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8807581828460314f,-0.42052736400568497f,0.21776537711993363f,0.9681601988154558f,-0.3689218264953609f,0.8976046140778985f,0.24125223879042804f,2.0992709939284846f,-0.29692037532827487f,0.13214648277005722f,-0.94571433202972f,-0.5978198471389673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8807581828460314f,-0.42052736400568497f,0.21776537711993363f,1.0507312784572713f,-0.3689218264953609f,0.8976046140778985f,0.24125223879042804f,2.1338574151624248f,-0.29692037532827487f,0.13214648277005722f,-0.94571433202972f,-0.5699835619519416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8807581828460314f,-0.42052736400568497f,0.21776537711993363f,0.9767809320683735f,-0.3689218264953609f,0.8976046140778985f,0.24125223879042804f,2.0803763687268906f,-0.29692037532827487f,0.13214648277005722f,-0.94571433202972f,-0.4420445547409964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1569114498860293f,0.12042863608886578f,1.0432924281966112f,-0.07572641113281259f,-0.18731660685833623f,1.5036427426138859f,-0.3812836757319553f,1.8199402490234375f,-1.033380199112449f,-0.4073839665406175f,-1.0988948620718675f,0.6085540771484375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13.mcfunction new file mode 100644 index 000000000..a143f7e54 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130.mcfunction new file mode 100644 index 000000000..9324e73d1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130_as_bone.mcfunction new file mode 100644 index 000000000..dedebfd9f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_130_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7634375704857643f,-0.1346146417631607f,-0.25687821752381773f,0.030075735642696694f,-0.14078127840223498f,0.8044346520548864f,-0.0031570032008801764f,1.7460261987868002f,0.2535510837418572f,0.04133077837101395f,-0.7752083972307189f,-0.5289753894564041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7413934421666585f,0.16436296904682532f,-0.25163580492129084f,0.030075735642696694f,0.1741507318385461f,0.7808085287589167f,-0.00309257456412752f,1.7460261987868002f,0.24496384735787521f,-0.05764421760634997f,-0.7593878176953981f,-0.5289753894564041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7634375704857643f,0.1346146417631607f,0.25687821752381795f,-0.03007573564269654f,0.14078127840223498f,0.8044346520548864f,-0.0031570032008801764f,1.7460261987868002f,-0.2535510837418574f,0.04133077837101398f,-0.7752083972307189f,-0.5289753894564041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7413934421666585f,-0.16436296904682532f,0.25163580492129106f,-0.03007573564269654f,-0.1741507318385461f,0.7808085287589167f,-0.00309257456412752f,1.7460261987868002f,-0.24496384735787544f,-0.057644217606350016f,-0.7593878176953981f,-0.5289753894564041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1656378252505093f,0.8088272329634395f,0.6545939333372786f,-0.015133223558582681f,0.8751142625197056f,1.2938137656441762f,-0.04033878238405389f,1.5834098699268562f,-0.5629118384612776f,0.336527409056591f,-1.4181980873889943f,0.3131226320523562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.46268059565698244f,-0.812999327462078f,-0.35349506354220706f,-0.1539693014017458f,-0.43671892518537675f,0.13798185460795803f,-0.8889530854796993f,1.6833993235953204f,0.7714941651026465f,0.5656793273093486f,-0.2912106657858075f,0.1313095748994623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3816901537923377f,-0.812999327462078f,-0.43970981344995086f,-0.2984375f,-0.6073674925764774f,0.13798185460795803f,-0.7823463023241759f,1.9054807984933169f,0.6967189931811422f,0.5656793273093486f,-0.44112304768114113f,-0.12607589077252782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1620542816759453f,0.8823210173050337f,0.44186879524617256f,0.3732752882239257f,0.5139351647299788f,0.3067952218475932f,-0.8010913420487427f,1.7111436057519918f,-0.8423829629357794f,0.3569121940664069f,-0.40373831807526084f,0.16417050895316043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18404403115515378f,0.8656994199956767f,0.46550221139679876f,0.2984375f,0.5507041051137982f,0.48309773072727746f,-0.6806919796625824f,1.9054807984933169f,-0.8141577139639293f,0.1310766828436845f,-0.5656554781912083f,-0.12607589077252773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.381301867723595e-17f,1.100079853804351e-16f,-0.15625f,0f,0.8982833700053513f,-0.43941664416795656f,1.6273577105774981f,-1.2246467991473532e-16f,-0.43941664416795656f,-0.8982833700053513f,0.060022369233465656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.17567434132174e-17f,1.2051656293916613e-16f,-0.15625f,0f,0.9840924176919782f,-0.17765729211365508f,1.8107646808190336f,-1.2246467991473532e-16f,-0.17765729211365508f,-0.9840924176919782f,0.020561049351580485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.896331967985445e-17f,1.122505730611071e-16f,0.15625f,0f,0.9165954880971424f,-0.39981584660936215f,1.6246163488272367f,-1.2246467991473532e-16f,-0.39981584660936215f,-0.9165954880971424f,0.043887236281118236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.1170241879631764e-17f,1.2195418616418663e-16f,0.15625f,0f,0.9958315021857396f,-0.09121194688467664f,1.8107646808190336f,-1.2246467991473532e-16f,-0.09121194688467664f,-0.9958315021857396f,0.020561049351580513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.017658138018156e-17f,1.2204112019328204e-16f,0.29375f,0f,0.9965413724042869f,0.08309809315850818f,2.503244132050768f,-1.2246467991473532e-16f,0.08309809315850818f,-0.9965413724042869f,-0.1160734378912513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.017658138018156e-17f,1.2204112019328204e-16f,0.33125f,0f,0.9965413724042869f,0.08309809315850818f,2.3864669067338427f,-1.2246467991473532e-16f,0.08309809315850818f,-0.9965413724042869f,-0.2198864531989667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.017658138018156e-17f,1.2204112019328204e-16f,-0.29375f,0f,0.9965413724042869f,0.08309809315850818f,2.503244132050768f,-1.2246467991473532e-16f,0.08309809315850818f,-0.9965413724042869f,-0.11607343789125137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.017658138018156e-17f,1.2204112019328204e-16f,-0.33125f,0f,0.9965413724042869f,0.08309809315850818f,2.3864669067338427f,-1.2246467991473532e-16f,0.08309809315850818f,-0.9965413724042869f,-0.21988645319896677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2204112019328204e-16f,0.19523827377799088f,0.1558934164825221f,0.9842722944443913f,0.08309809315850818f,2.611465357716655f,0.012999405749114373f,0.08207501773834712f,-0.9965413724042869f,-0.12900016914858853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2204112019328204e-16f,0.08005326181113279f,0f,0.996541372404287f,0.08309809315850818f,2.621507886557763f,-1.222980050563649e-16f,0.08309809315850818f,-0.9965413724042869f,-0.12816275785760314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2204112019328204e-16f,0.05771677939820301f,0.24108517785553948f,0.9669398347010959f,0.08309809315850818f,2.6172031417490076f,0.02010324821762396f,0.08062972465338514f,-0.9965413724042869f,-0.1285217154433565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2204112019328204e-16f,0.08682420206637906f,-0.06951521207905423f,0.9941138477071044f,0.08309809315850818f,2.62716972985856f,-0.005796629953598476f,0.08289567038006959f,-0.9965413724042869f,-0.1276906365838788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2204112019328204e-16f,0.1446100421182231f,0.08685430349066625f,0.9927492316182224f,0.08309809315850818f,2.7341414871526775f,0.007242476030143751f,0.08278187982603981f,-0.9965413724042869f,-0.15012909379824976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2204112019328204e-16f,0.12500000000000003f,0.08685430349066625f,0.9927492316182224f,0.08309809315850818f,2.5107729100385776f,0.007242476030143751f,0.08278187982603981f,-0.9965413724042869f,-0.1687550167591087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2204112019328204e-16f,-0.19523827377799083f,-0.1558934164825221f,0.9842722944443913f,0.08309809315850818f,2.611465357716655f,-0.012999405749114616f,0.08207501773834708f,-0.9965413724042869f,-0.12900016914858856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2204112019328204e-16f,-0.08005326181113276f,0f,0.996541372404287f,0.08309809315850818f,2.621507886557763f,-1.240327285323417e-16f,0.08309809315850818f,-0.9965413724042869f,-0.12816275785760317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2204112019328204e-16f,-0.05771677939820295f,-0.24108517785553948f,0.9669398347010959f,0.08309809315850818f,2.6172031417490076f,-0.020103248217624197f,0.08062972465338507f,-0.9965413724042869f,-0.12852171544335653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2204112019328204e-16f,-0.086824202066379f,0.06951521207905423f,0.9941138477071044f,0.08309809315850818f,2.62716972985856f,0.005796629953598229f,0.0828956703800696f,-0.9965413724042869f,-0.12769063658387886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2204112019328204e-16f,-0.14461004211822304f,-0.08685430349066625f,0.9927492316182224f,0.08309809315850818f,2.7341414871526775f,-0.007242476030143995f,0.08278187982603978f,-0.9965413724042869f,-0.15012909379824982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2204112019328204e-16f,-0.12499999999999997f,-0.08685430349066625f,0.9927492316182224f,0.08309809315850818f,2.5107729100385776f,-0.007242476030143995f,0.08278187982603978f,-0.9965413724042869f,-0.16875501675910873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.017658138018156e-17f,1.2204112019328204e-16f,2.206824206271303e-17f,0f,0.9965413724042869f,0.08309809315850818f,1.997448641270177f,-1.2246467991473532e-16f,0.08309809315850818f,-0.9965413724042869f,-0.1802008716152102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.987280605656716e-19f,1.2246366439454674e-16f,2.1881219040000904e-17f,0f,0.9999917076483662f,-0.004072423664626457f,1.6224517509020397f,-1.2246467991473532e-16f,-0.004072423664626457f,-0.9999917076483662f,-0.1786737127409753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9814618099228766f,-0.18802867431666503f,0.03712052394065621f,0.1702841860384696f,-0.19107988191899916f,0.9449442561880796f,-0.2656479463933009f,1.109674212212981f,0.014872605310861677f,-0.2678162996008163f,-0.9633551968403933f,0.094389483978575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9814618099228766f,-0.14054693388854742f,0.13030454726309285f,0.12500000000000003f,-0.19107988191899916f,0.6647988604948005f,-0.7221710003943914f,1.3218881189986122f,0.014872605310861677f,-0.7336818346254341f,-0.6793303843873938f,-0.167494083736909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9791174878536196f,0.17625886590797293f,0.10130033152982408f,-0.1800511640425822f,0.20185032359951852f,0.9021740477024031f,0.3812327825817601f,1.092057783197912f,-0.02419487222505491f,0.39371918906893166f,-0.9189122963139169f,0.055728118751571964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9791174878536196f,0.1801396526902722f,-0.09422659129908696f,-0.12499999999999997f,0.20185032359951852f,0.8062662301840702f,-0.5560496496964435f,1.3312961308201277f,-0.02419487222505491f,-0.5634576040780672f,-0.8257906130276713f,-0.17618959933505593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.15930686806752262f,1.1152658302420787e-16f,-0.004166666666666645f,0.14507816180329813f,0.8990534227881657f,-0.41310442982454176f,1.5148465152594481f,-0.06581037290016753f,-0.40782871988054087f,-0.9106836608061771f,-0.1834870712026705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,-0.15913435646639704f,0.007411801772086832f,-0.004166666666666645f,-0.14507816180329813f,0.8788600354627087f,-0.45448582489915157f,1.502671826646572f,0.06581037290016728f,-0.4497569284163524f,-0.8907231332800496f,-0.18632028941736392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.0590701769821745e-17f,1.1152658302420787e-16f,-0.004166666666666645f,0f,0.9106836608061771f,-0.41310442982454176f,1.5148465152594481f,-1.2246467991473532e-16f,-0.41310442982454176f,-0.9106836608061771f,-0.1834870712026705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.14493185930724675f,1.2239735078602038e-16f,-0.004166666666666646f,0.14485217808146814f,0.988897659341491f,-0.03315517838852633f,1.5391102720991252f,-0.004805241649512688f,-0.032805114032186986f,-0.9994502159417572f,-0.17759672676587832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,-0.14493185930724675f,1.2239735078602038e-16f,-0.004166666666666646f,-0.14485217808146814f,0.988897659341491f,-0.03315517838852633f,1.5391102720991252f,0.004805241649512445f,-0.03280511403218703f,-0.9994502159417572f,-0.17759672676587832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,4.060338308866827e-18f,1.2239735078602038e-16f,-0.004166666666666646f,0f,0.9994502159417572f,-0.03315517838852633f,1.5391102720991252f,-1.2246467991473532e-16f,-0.03315517838852633f,-0.9994502159417572f,-0.17759672676587832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9821780704706307f,0.18787324100281275f,-0.0054665529987202284f,-0.19791666666666666f,0.18585580496103418f,0.9664767791389166f,-0.17714472938123718f,1.5531841700976015f,-0.02799745790022391f,-0.17500365910564486f,-0.9841696305265473f,-0.18273930039503186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9821780704706307f,-0.1876347680871877f,0.010928480747847307f,0.18958333333333335f,-0.18585580496103418f,0.9609157065860691f,-0.20517949361103743f,1.55418732273736f,0.02799745790022367f,-0.20355392072142217f,-0.9786633454411492f,-0.18678343296732078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.872734937980602e-17f,1.1904762586557168e-16f,-0.00781249999999998f,0f,0.9720976362201517f,-0.23457660935224034f,1.4046893982602284f,-1.2246467991473532e-16f,-0.23457660935224034f,-0.9720976362201517f,-0.15734746547966327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.8242348887732727e-17f,1.2109836718006073e-16f,2.3345531824964608e-17f,0f,0.9888432098493553f,-0.14896008302503025f,1.6256340529609437f,-1.2246467991473532e-16f,-0.14896008302503025f,-0.9888432098493553f,-0.19063073403056846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.20221757233204035f,-0.08535515929293f,-0.9756139350287155f,-0.9416279018209527f,2.2040889667036666e-16f,0.9961946980917455f,-0.08715574274765817f,2.5133957734889365f,0.979340621765551f,0.017624422713227058f,0.2014480734181628f,-0.2008551454300389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.20221757233204035f,-0.08535515929293f,-0.9756139350287155f,-0.9226700044148239f,2.2040889667036666e-16f,0.9961946980917455f,-0.08715574274765817f,2.5133957734889365f,0.979340621765551f,0.017624422713227058f,0.2014480734181628f,-0.1090419621395185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.20221757233204035f,-0.08535515929293f,-0.9756139350287155f,-0.7858068628635809f,2.2040889667036666e-16f,0.9961946980917455f,-0.08715574274765817f,2.526469134901085f,0.979340621765551f,0.017624422713227058f,0.2014480734181628f,-0.18516576479750313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6629884128264887f,-0.3434606420900482f,0.6651925674516403f,1.0750735913739626f,-0.1800630087465348f,0.9356220650778921f,0.3036258622392465f,2.516580804406609f,-0.7266523772334048f,0.08152385340789749f,-0.6821511445321843f,-0.66056712634997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8505145764585924f,-0.3434606420900482f,0.3983211550577657f,1.1471134919593704f,-0.27305004151607404f,0.9356220650778921f,0.22372980616683777f,2.538148134848611f,-0.44952044454010215f,0.08152385340789749f,-0.8895421469868622f,-0.6045835083778339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7684256062443485f,-0.3434606420900482f,0.5399600679708613f,1.0300995314710373f,-0.2300515247146881f,0.9356220650778921f,0.2677454898141663f,2.487202646155485f,-0.5971585917027842f,0.08152385340789749f,-0.79796959696537f,-0.5128798778190964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001323519390555645f,0.0000062200229912064285f,0.000005502870275700211f,0.16902162713877106f,0.0000061716722753273774f,0.000014294268132986608f,-0.0000013133867930807841f,2.0826314649255413f,-0.000005557043153357446f,0.0000010610549142938228f,-0.000014564822651188586f,0.41008890549380567f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131.mcfunction new file mode 100644 index 000000000..8bd6342e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131_as_bone.mcfunction new file mode 100644 index 000000000..e29bcb43a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_131_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7641702158668072f,-0.13474382691113002f,-0.25462212538557016f,0.029984640016126968f,-0.1402929121420593f,0.8045124618376706f,-0.00469489031132502f,1.8016057410982576f,0.2516072821466462f,0.039347735661386926f,-0.7759445700006824f,-0.518619833260937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7421049325385474f,0.16452070266479493f,-0.24942575547974224f,0.029984640016126968f,0.17462188426978806f,0.7806958729441066f,-0.004599076223338795f,1.8016057410982576f,0.24246126832141002f,-0.0587102406971856f,-0.7601089665312808f,-0.518619833260937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7641702158668072f,0.13474382691113002f,0.2546221253855704f,-0.02998464001612683f,0.1402929121420593f,0.8045124618376706f,-0.00469489031132502f,1.8016057410982576f,-0.25160728214664635f,0.03934773566138696f,-0.7759445700006824f,-0.518619833260937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7421049325385474f,-0.16452070266479493f,0.2494257554797424f,-0.02998464001612683f,-0.17462188426978806f,0.7806958729441066f,-0.004599076223338795f,1.8016057410982576f,-0.24246126832141018f,-0.05871024069718563f,-0.7601089665312808f,-0.518619833260937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1479339713435883f,0.8309745007226211f,0.658130098524697f,-0.02382505251672662f,0.9230095165840675f,1.2606053880384918f,0.018268495930659157f,1.61391249519961f,-0.5212554841251863f,0.4021960775506312f,-1.417017037820048f,0.30323052628261127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4523529414615538f,-0.8121205057906401f,-0.3685608503699691f,-0.1602717674635287f,-0.4828244559108787f,0.12445441813583569f,-0.8668284966363498f,1.7253112879128711f,0.7498382233024959f,0.5700626122460807f,-0.33581431922080207f,0.12630566964723125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3642349964132951f,-0.8121205057906401f,-0.45584334092115636f,-0.2984375f,-0.6551286656279633f,0.12445441813583569f,-0.745196302512965f,1.9649673333112387f,0.661920915865582f,0.5700626122460807f,-0.486712768744404f,-0.11846663742174893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.08104208524007987f,0.8910744366770366f,0.446563017636528f,0.4119520623401442f,0.5234762902528365f,0.3432162079256264f,-0.7798558893541048f,1.7772116328974565f,-0.8481773128085118f,0.2969662992964952f,-0.4386413832723454f,0.1619124234219185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2919937128289175f,0.8420116205266657f,0.45360346401503854f,0.2984375f,0.5359070904824548f,0.5368665678584842f,-0.6515964078219599f,1.9649673333112387f,-0.7921762821739956f,0.05282725824714249f,-0.6080016601515789f,-0.11846663742174887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.514660886973899e-17f,1.093455502377056e-16f,-0.15625f,0f,0.8928741765694096f,-0.4503062344843771f,1.6842797264836105f,-1.2246467991473532e-16f,-0.4503062344843771f,-0.8928741765694096f,0.07168729521821197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2520540108902096e-17f,1.20376173306107e-16f,-0.15625f,0f,0.9829460493418803f,-0.1838941654408583f,1.8674327722012076f,-1.2246467991473532e-16f,-0.1838941654408583f,-0.9829460493418803f,0.031063726389664315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.983690642711375e-17f,1.1186545751210999e-16f,0.15625f,0f,0.9134507809924877f,-0.40694922374199777f,1.681229330250112f,-1.2246467991473532e-16f,-0.40694922374199777f,-0.9134507809924877f,0.05394583087253403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.0879315093547999e-17f,1.2198048339678718e-16f,0.15625f,0f,0.9960462353857027f,-0.08883634939578172f,1.8674327722012076f,-1.2246467991473532e-16f,-0.08883634939578172f,-0.9960462353857027f,0.031063726389664342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.93515943366187e-18f,1.2206101111184642e-16f,0.29375f,0f,0.9967037940803019f,0.08112673336164448f,2.559640600441295f,-1.2246467991473532e-16f,0.08112673336164448f,-0.9967037940803019f,-0.1069402445874708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.93515943366187e-18f,1.2206101111184642e-16f,0.33125f,0f,0.9967037940803019f,0.08112673336164448f,2.4426582574339113f,-1.2246467991473532e-16f,0.08112673336164448f,-0.9967037940803019f,-0.21052206695270465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.93515943366187e-18f,1.2206101111184642e-16f,-0.29375f,0f,0.9967037940803019f,0.08112673336164448f,2.559640600441295f,-1.2246467991473532e-16f,0.08112673336164448f,-0.9967037940803019f,-0.10694024458747087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.93515943366187e-18f,1.2206101111184642e-16f,-0.33125f,0f,0.9967037940803019f,0.08112673336164448f,2.4426582574339113f,-1.2246467991473532e-16f,0.08112673336164448f,-0.9967037940803019f,-0.21052206695270473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2206101111184642e-16f,0.19523827377799088f,0.15591882483052044f,0.9844327164400513f,0.08112673336164448f,2.6678360448193383f,0.012691017133890186f,0.08012792865186687f,-0.9967037940803019f,-0.12008101631000986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2206101111184642e-16f,0.08005326181113279f,0f,0.9967037940803019f,0.08112673336164448f,2.6778802104458435f,-1.240327285323417e-16f,0.08112673336164448f,-0.9967037940803019f,-0.11926347116624571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2206101111184642e-16f,0.05771677939820301f,0.24112447121528752f,0.9670974317591878f,0.08112673336164448f,2.6735747640266116f,0.01962633311865772f,0.07871692266753598f,-0.9967037940803019f,-0.11961391309867374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2206101111184642e-16f,0.08682420206637906f,-0.06952654204243264f,0.9942758737320798f,0.08112673336164448f,2.683542976544332f,-0.00565911484568833f,0.08092911271659088f,-0.9967037940803019f,-0.11880255016033606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2206101111184642e-16f,0.1446100421182231f,0.08686845947247766f,0.9929110352307237f,0.08112673336164448f,2.7904701404345458f,0.007070660702825223f,0.08081802164837298f,-0.9967037940803019f,-0.1414525577353478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2206101111184642e-16f,0.12500000000000003f,0.08686845947247766f,0.9929110352307237f,0.08112673336164448f,2.5670651575076335f,0.007070660702825223f,0.08081802164837298f,-0.9967037940803019f,-0.1596366126062317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2206101111184642e-16f,-0.19523827377799083f,-0.15591882483052044f,0.9844327164400513f,0.08112673336164448f,2.6678360448193383f,-0.012691017133890427f,0.08012792865186681f,-0.9967037940803019f,-0.12008101631000992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2206101111184642e-16f,-0.08005326181113276f,0f,0.9967037940803019f,0.08112673336164448f,2.6778802104458435f,-1.222980050563649e-16f,0.08112673336164448f,-0.9967037940803019f,-0.11926347116624572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2206101111184642e-16f,-0.05771677939820295f,-0.24112447121528752f,0.9670974317591878f,0.08112673336164448f,2.6735747640266116f,-0.019626333118657958f,0.07871692266753592f,-0.9967037940803019f,-0.11961391309867374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2206101111184642e-16f,-0.086824202066379f,0.06952654204243264f,0.9942758737320798f,0.08112673336164448f,2.683542976544332f,0.005659114845688085f,0.08092911271659088f,-0.9967037940803019f,-0.11880255016033607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2206101111184642e-16f,-0.14461004211822304f,-0.08686845947247766f,0.9929110352307237f,0.08112673336164448f,2.7904701404345458f,-0.007070660702825467f,0.08081802164837296f,-0.9967037940803019f,-0.14145255773534782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2206101111184642e-16f,-0.12499999999999997f,-0.08686845947247766f,0.9929110352307237f,0.08112673336164448f,2.5670651575076335f,-0.007070660702825467f,0.08081802164837296f,-0.9967037940803019f,-0.15963661260623171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.93515943366187e-18f,1.2206101111184642e-16f,2.0827209278001273e-17f,0f,0.9967037940803019f,0.08112673336164448f,2.053719252623927f,-1.2246467991473532e-16f,0.08112673336164448f,-0.9967037940803019f,-0.1700670698890651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,7.4096493147299e-19f,1.2246243831309624e-16f,2.0549347428698902e-17f,0f,0.9999816959335489f,-0.006050437824104693f,1.6787261166488463f,-1.2246467991473532e-16f,-0.006050437824104693f,-0.9999816959335489f,-0.16779815570502582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9820537385089843f,-0.18453202835359345f,0.038966462403405996f,0.16817989306981307f,-0.18779804147596307f,0.9377241030111318f,-0.2922420268369368f,1.1774182843222107f,0.01738822297763435f,-0.2943152003272631f,-0.9555502145664576f,0.11640976039662965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9820537385089843f,-0.1350795089476986f,0.13162059467642626f,0.12500000000000003f,-0.18779804147596307f,0.6360268483775593f,-0.748466260936792f,1.3782383398110467f,0.01738822297763435f,-0.7597521795989519f,-0.6499802114651816f,-0.15339137533557012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9794239843662526f,0.17797461119545718f,0.09515091496123718f,-0.17867387797671264f,0.2000376420097526f,0.9185393883411717f,0.34098436011788646f,1.156900447983654f,-0.026713304312885027f,0.3530020252571538f,-0.9352411290875926f,0.07872125076775965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9794239843662526f,0.17630535281004447f,-0.0982093754112126f,-0.12499999999999997f,0.2000376420097526f,0.7836875097083881f,-0.5880636265798485f,1.3874717477756329f,-0.026713304312885027f,-0.5956091920862128f,-0.8028300503064744f,-0.16260210718610008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.987459771291654f,0.1578708335337292f,1.1082754992152023e-16f,-0.003958333333333314f,0.1428692558278279f,0.8936270210685527f,-0.4254634214069961f,1.5710614889053023f,-0.06716826497563486f,-0.420128012795517f,-0.9049756223482779f,-0.1713179363180334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.987459771291654f,-0.1576639839673429f,0.008078876170596817f,-0.003958333333333314f,-0.1428692558278279f,0.8706835008665729f,-0.47063639580671124f,1.55762814647141f,0.0671682649756346f,-0.46588873079124177f,-0.8822902666933874f,-0.1742518781483352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.210424171803592e-17f,1.1082754992152023e-16f,-0.003958333333333314f,0f,0.9049756223482779f,-0.4254634214069961f,1.5710614889053023f,-1.2246467991473532e-16f,-0.4254634214069961f,-0.9049756223482779f,-0.1713179363180334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9898590415514598f,0.14205308113105242f,1.223307350723037e-16f,-0.003958333333333315f,0.1418977116189427f,0.9887763905091966f,-0.046757769503176005f,1.5953951760967908f,-0.006642085224741831f,-0.04628360090549785f,-0.9989062573590617f,-0.1657165828009619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9898590415514598f,-0.14205308113105242f,1.223307350723037e-16f,-0.003958333333333315f,-0.1418977116189427f,0.9887763905091966f,-0.046757769503176005f,1.5953951760967908f,0.006642085224741588f,-0.04628360090549789f,-0.9989062573590617f,-0.1657165828009619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,5.726175275733425e-18f,1.223307350723037e-16f,-0.003958333333333315f,0f,0.9989062573590617f,-0.046757769503176005f,1.5953951760967908f,-1.2246467991473532e-16f,-0.046757769503176005f,-0.9989062573590617f,-0.1657165828009619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9827206467064132f,0.18502425284508778f,-0.0051143324144874375f,-0.19770833333333332f,0.18268108781523015f,0.9650868044990628f,-0.1877100954568828f,1.6093133992185238f,-0.029795145436346194f,-0.1854008782096377f,-0.9822111604270857f,-0.1706211157749247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9827206467064132f,-0.18476592314290605f,0.011031055347452986f,0.1897916666666667f,-0.18268108781523013f,0.9585875261419742f,-0.2184893015221896f,1.6103626964510709f,0.029795145436345948f,-0.21672911288094143f,-0.975776993445873f,-0.17508274963817042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.017270536643246e-17f,1.1868953482716592e-16f,-0.0078124999999999835f,0f,0.9691736009909324f,-0.2463788366363254f,1.4612304460956134f,-1.2246467991473532e-16f,-0.2463788366363254f,-0.9691736009909324f,-0.143834418146587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.971341454888868e-17f,1.2086760986071595e-16f,2.201935204231129e-17f,0f,0.9869589333419946f,-0.16097224573333246f,1.6817540827642152f,-1.2246467991473532e-16f,-0.16097224573333246f,-0.9869589333419946f,-0.17980165430262848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.22211577899210538f,-0.09345155414550949f,-0.9705314975571472f,-0.89292504764549f,2.2781549416761596e-16f,0.9953961983671789f,-0.09584575252022393f,2.559672551130169f,0.9750202975952501f,0.02128885398411388f,0.22109320200610633f,-0.1375889692594611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.22211577899210538f,-0.09345155414550949f,-0.9705314975571472f,-0.8721016933649801f,2.2781549416761596e-16f,0.9953961983671789f,-0.09584575252022393f,2.559672551130169f,0.9750202975952501f,0.02128885398411388f,0.22109320200610633f,-0.046180816359906396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.22211577899210538f,-0.09345155414550949f,-0.9705314975571472f,-0.7369336458716629f,2.2781549416761596e-16f,0.9953961983671789f,-0.09584575252022393f,2.5740494140082024f,0.9750202975952501f,0.02128885398411388f,0.22109320200610633f,-0.1250488731105997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7090151178815536f,-0.367740426681918f,0.6017179914205718f,1.0451340652725127f,-0.21247734336124946f,0.9250159958847471f,0.3149583875934963f,2.573251114708535f,-0.6724216989163512f,0.09545881803767667f,-0.7339868342724529f,-0.6456289519659771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8827948969066695f,-0.367740426681918f,0.29230146865752094f,1.1211467263941535f,-0.31499105086996215f,0.9250159958847471f,0.2124289180624575f,2.5984389674865613f,-0.34850223509667727f,0.09545881803767667f,-0.9324343441720011f,-0.5968774399726133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8108017186308346f,-0.367740426681918f,0.45537627479819986f,1.0148339546136032f,-0.26867042963227694f,0.9250159958847471f,0.2686291264895843f,2.5455506721241106f,-0.5200161279292138f,0.09545881803767667f,-0.8488055376541538f,-0.49393236532117213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013456938347575478f,0.000005943616845193097f,0.000005265439592957984f,0.16017542723962247f,0.0000059211945864953455f,0.000014414715738591551f,-0.0000011384418493973792f,2.1241512316733795f,-0.000005290641735972197f,0.0000010148960405568463f,-0.000014666960184320786f,0.42527386480734464f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132.mcfunction new file mode 100644 index 000000000..80d02ff10 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132_as_bone.mcfunction new file mode 100644 index 000000000..f3f449334 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_132_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7648963951535362f,-0.13487187191221198f,-0.2523638787395403f,0.029894348370484727f,-0.13981280351920486f,0.8045855710197115f,-0.006235649399172333f,1.847105369931115f,0.24966042757647783f,0.03736417426125007f,-0.7766711233389262f,-0.508626927785658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7428101435234818f,0.16467704417619206f,-0.2472135954999579f,0.029894348370484727f,0.17508380120310224f,0.7805820585387753f,-0.006108391248168816f,1.847105369931115f,0.2399557318233863f,-0.059775588736210764f,-0.7608206922503767f,-0.508626927785658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7648963951535362f,0.13487187191221198f,0.25236387873954047f,-0.02989434837048459f,0.13981280351920486f,0.8045855710197115f,-0.006235649399172333f,1.847105369931115f,-0.249660427576478f,0.0373641742612501f,-0.7766711233389262f,-0.508626927785658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7428101435234818f,-0.16467704417619206f,0.24721359549995806f,-0.02989434837048459f,-0.17508380120310224f,0.7805820585387753f,-0.006108391248168816f,1.847105369931115f,-0.23995573182338648f,-0.05977558873621079f,-0.7608206922503767f,-0.508626927785658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.125583943118371f,0.852259584865425f,0.669418133156784f,-0.03556766652276652f,0.970567280670619f,1.2221415696686972f,0.07599596949425913f,1.6349250491778715f,-0.4821474781493103f,0.4705633152857813f,-1.409790844636719f,0.29248093766364514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.43696437598313176f,-0.8139671667013213f,-0.3827787685516215f,-0.1684228066337641f,-0.5286119254226774f,0.11192763340366754f,-0.841452100348905f,1.7577211396115986f,0.7277579037170271f,0.570026013803649f,-0.3813643627353244f,0.12043181459963964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3417607491356884f,-0.8139671667013213f,-0.46974146280952966f,-0.2984375f,-0.7012101714318105f,0.11192763340366754f,-0.7041139825065436f,2.01436370390171f,0.6257027136194824f,0.570026013803649f,-0.5325095846614762f,-0.11123364143687134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.0016814101658678832f,0.893528305853823f,0.4490037188018058f,0.4492882904165051f,0.5141374757879252f,0.385886772849238f,-0.7659987301101884f,1.8406521633113413f,-0.8577061436472722f,0.22956168055230258f,-0.46004522165948847f,0.15888166125868375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3974074147831842f,0.8065967226895578f,0.43757179253444883f,0.2984375f,0.500096803601943f,0.5901794811258313f,-0.6337123693641811f,2.01436370390171f,-0.769396213730264f,-0.03301373963229528f,-0.6379181446651484f,-0.11123364143687126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.647204604691398e-17f,1.0866694916990082e-16f,-0.15625f,0f,0.8873329783375824f,-0.4611292503784111f,1.7311300314299118f,-1.2246467991473532e-16f,-0.4611292503784111f,-0.8873329783375824f,0.08298604337967103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.3283431191753442e-17f,1.2023094301616977e-16f,-0.15625f,0f,0.9817601540287307f,-0.19012364387809014f,1.9140217875360608f,-1.2246467991473532e-16f,-0.19012364387809014f,-0.9817601540287307f,0.04120185918984959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.0707464373658464e-17f,1.1147354342359777e-16f,0.15625f,0f,0.9102505595997963f,-0.4140578688399216f,1.727764295043887f,-1.2246467991473532e-16f,-0.4140578688399216f,-0.9102505595997963f,0.0636397510366297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.058832640879838e-17f,1.2200608661242816e-16f,0.15625f,0f,0.9962553015071246f,-0.08646024646592293f,1.9140217875360608f,-1.2246467991473532e-16f,-0.08646024646592293f,-0.9962553015071246f,0.04120185918984964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.693698614437483e-18f,1.2208042444958584e-16f,0.29375f,0f,0.996862316012935f,0.07915505614505844f,2.6059552844242906f,-1.2246467991473532e-16f,0.07915505614505844f,-0.996862316012935f,-0.09817105556169742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.693698614437483e-18f,1.2208042444958584e-16f,0.33125f,0f,0.996862316012935f,0.07915505614505844f,2.488768281436273f,-1.2246467991473532e-16f,0.07915505614505844f,-0.996862316012935f,-0.2015212797060424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.693698614437483e-18f,1.2208042444958584e-16f,-0.29375f,0f,0.996862316012935f,0.07915505614505844f,2.6059552844242906f,-1.2246467991473532e-16f,0.07915505614505844f,-0.996862316012935f,-0.09817105556169749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.693698614437483e-18f,1.2208042444958584e-16f,-0.33125f,0f,0.996862316012935f,0.07915505614505844f,2.488768281436273f,-1.2246467991473532e-16f,0.07915505614505844f,-0.996862316012935f,-0.20152127970604244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2208042444958584e-16f,0.19523827377799088f,0.15594362312424906f,0.9845892867046414f,0.07915505614505844f,2.7141245241846406f,0.012382578863281535f,0.07818052605362776f,-0.996862316012935f,-0.11152581633432603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2208042444958584e-16f,0.08005326181113279f,0f,0.9968623160129351f,0.07915505614505844f,2.724170287297336f,-1.240327285323417e-16f,0.07915505614505844f,-0.996862316012935f,-0.1107281405365431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2208042444958584e-16f,0.05771677939820301f,0.24116282114172424f,0.9672512449129427f,0.07915505614505844f,2.7198641561132915f,0.019149341228910547f,0.0768038126906868f,-0.996862316012935f,-0.1110700654444926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2208042444958584e-16f,0.08682420206637906f,-0.06953759997346423f,0.9944340095132522f,0.07915505614505844f,2.72983395403715f,-0.005521577595697655f,0.07896223840660828f,-0.996862316012935f,-0.11027842160186621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2208042444958584e-16f,0.1446100421182231f,0.0868822755692581f,0.993068953939544f,0.07915505614505844f,2.8367161061559347f,0.00689881771055503f,0.07885384725886167f,-0.996862316012935f,-0.13313989091618744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2208042444958584e-16f,0.12500000000000003f,0.0868822755692581f,0.993068953939544f,0.07915505614505844f,2.6132755915195376f,0.00689881771055503f,0.07885384725886167f,-0.996862316012935f,-0.1508820065494313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2208042444958584e-16f,-0.19523827377799086f,-0.15594362312424906f,0.9845892867046414f,0.07915505614505844f,2.7141245241846406f,-0.012382578863281778f,0.0781805260536277f,-0.996862316012935f,-0.11152581633432607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2208042444958584e-16f,-0.08005326181113277f,0f,0.9968623160129351f,0.07915505614505844f,2.724170287297336f,-1.222980050563649e-16f,0.07915505614505844f,-0.996862316012935f,-0.11072814053654312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2208042444958584e-16f,-0.05771677939820295f,-0.24116282114172424f,0.9672512449129427f,0.07915505614505844f,2.7198641561132915f,-0.019149341228910783f,0.07680381269068673f,-0.996862316012935f,-0.1110700654444926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2208042444958584e-16f,-0.086824202066379f,0.06953759997346423f,0.9944340095132522f,0.07915505614505844f,2.72983395403715f,0.00552157759569741f,0.07896223840660829f,-0.996862316012935f,-0.11027842160186622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2208042444958584e-16f,-0.14461004211822304f,-0.0868822755692581f,0.993068953939544f,0.07915505614505844f,2.8367161061559347f,-0.006898817710555275f,0.07885384725886165f,-0.996862316012935f,-0.13313989091618747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2208042444958584e-16f,-0.12499999999999999f,-0.0868822755692581f,0.993068953939544f,0.07915505614505844f,2.6132755915195376f,-0.006898817710555275f,0.07885384725886165f,-0.996862316012935f,-0.15088200654943132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.693698614437483e-18f,1.2208042444958584e-16f,1.9630723912818762e-17f,0f,0.996862316012935f,0.07915505614505844f,2.099910059058375f,-1.2246467991473532e-16f,0.07915505614505844f,-0.996862316012935f,-0.16029702544836955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,9.831989032511018e-19f,1.2246073308018054e-16f,1.9262024324099597e-17f,0f,0.9999677716500991f,-0.008028428310396435f,1.724922144689588f,-1.2246467991473532e-16f,-0.008028428310396435f,-0.9999677716500991f,-0.1572863648319709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.982635937162675f,-0.18102263302171717f,0.04071143979664804f,0.16610058429728441f,-0.1844818407128176f,0.9297564946380863f,-0.31862095211317915f,1.2354149948055457f,0.01982587813041322f,-0.32059891923115236f,-0.9470075329923068f,0.1375605458355569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.982635937162675f,-0.12964531516238087f,0.13273547850095815f,0.12500000000000003f,-0.1844818407128176f,0.6062259995145796f,-0.7735996949067131f,1.424544275743582f,0.01982587813041322f,-0.7846541465951709f,-0.6196166595463375f,-0.13965256183124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9797281713861778f,0.17947837027618768f,0.08899564481085409f,-0.17727665658165548f,0.1981933083867044f,0.9331091432177817f,0.3000445622805218f,1.212053052373244f,-0.02919114083122992f,0.3116004516145328f,-0.9497647265773721f,0.10102190780213269f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9797281713861778f,0.1723889543714808f,-0.10205272462312577f,-0.12499999999999999f,0.1981933083867044f,0.7598462067825726f,-0.6191551942355554f,1.4335919519846865f,-0.02919114083122992f,-0.6268299533755892f,-0.7786090719020219f,-0.14937549019085236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.15643446504023092f,1.101079775506478e-16f,-0.003749999999999982f,0.14065020687425822f,0.888030456691706f,-0.4377435633954526f,1.6172136742966547f,-0.06847818016457215f,-0.4323542137362571f,-0.8990998680379457f,-0.15951183270178798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.15619054681916744f,0.008732407271346256f,-0.0037499999999999816f,-0.1406502068742582f,0.8622103032863359f,-0.4866322145245967f,1.6025169057428905f,0.06847818016457188f,-0.4818691793331611f,-0.873563296418831f,-0.16251270530647974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.360812537595975e-17f,1.101079775506478e-16f,-0.003749999999999982f,0f,0.8990998680379457f,-0.4377435633954526f,1.6172136742966547f,-1.2246467991473532e-16f,-0.4377435633954526f,-0.8990998680379457f,-0.15951183270178798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.13917310096006547f,1.2224144824678607e-16f,-0.0037499999999999825f,0.138919412766191f,0.9884629834479496f,-0.060351695169855224f,1.6416138514587508f,-0.008399332564985477f,-0.059764356621132476f,-0.9981771750997539f,-0.15420030075861757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,-0.13917310096006547f,1.2224144824678607e-16f,-0.0037499999999999825f,-0.138919412766191f,0.9884629834479496f,-0.060351695169855224f,1.6416138514587508f,0.008399332564985235f,-0.059764356621132504f,-0.9981771750997539f,-0.15420030075861757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,7.390951031287996e-18f,1.2224144824678607e-16f,-0.0037499999999999825f,0f,0.9981771750997539f,-0.060351695169855224f,1.6416138514587508f,-1.2246467991473532e-16f,-0.060351695169855224f,-0.9981771750997539f,-0.15420030075861757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,0.18217307792899515f,-0.004770369930665927f,-0.19749999999999998f,0.17948900692687442f,0.9635765796942936f,-0.19825204023427134f,1.655384282632569f,-0.03151956763351262f,-0.19578852045644293f,-0.9801394656443915f,-0.15886382815610717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9832549075639546f,-0.18189561950240757f,0.011125212682662896f,0.19000000000000003f,-0.1794890069268744f,0.9560706984524915f,-0.2317596081135996f,1.6564697060113842f,0.03151956763351238f,-0.22987562542905715f,-0.9727094703403458f,-0.16374462336808043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.161360054333036e-17f,1.1831389642516775e-16f,-0.007812499999999984f,0f,0.9661062806642902f,-0.2581446386447176f,1.5077251005512151f,-1.2246467991473532e-16f,-0.2581446386447176f,-0.9661062806642902f,-0.13068846785112428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.1181565728551036e-17f,1.2061898316560976e-16f,2.0737477476408234e-17f,0f,0.9849287423083078f,-0.1729606098942035f,1.7277951164107277f,-1.2246467991473532e-16f,-0.1729606098942035f,-0.9849287423083078f,-0.16933435412436038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.24192189559966254f,-0.10142352118280157f,-0.9649803447637404f,-0.8477826810273775f,-4.797596127250218e-16f,0.9945218953682733f,-0.10452846326765339f,2.591263197885466f,0.9702957262759975f,0.02528772397783089f,0.24059662214286195f,-0.07842102865130965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.24192189559966254f,-0.10142352118280157f,-0.9649803447637404f,-0.8251025033149091f,-4.797596127250218e-16f,0.9945218953682733f,-0.10452846326765339f,2.591263197885466f,0.9702957262759975f,0.02528772397783089f,0.24059662214286195f,0.012544195687065107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.24192189559966254f,-0.10142352118280157f,-0.9649803447637404f,-0.6916955404565822f,-4.797596127250218e-16f,0.9945218953682733f,-0.10452846326765339f,2.606942467375614f,0.9702957262759975f,0.02528772397783089f,0.24059662214286195f,-0.06902790980355157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.749792409317201f,-0.3896729192107254f,0.5347582247746161f,1.0155970875196743f,-0.2459379172943465f,0.9144162090408784f,0.32149267095880724f,2.619836975698127f,-0.6142685762492059f,0.10953544027893511f,-0.7814576786721553f,-0.6308415016300983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9024752149086321f,-0.3896729192107254f,0.1835578996104771f,1.0947774124803273f,-0.35543831696558986f,0.9144162090408784f,0.19366620633444948f,2.6486562571233296f,-0.24331479467613018f,0.10953544027893511f,-0.9637426513414319f,-0.5897442066186218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8445901329136334f,-0.3896729192107254f,0.36718186695249927f,1.0001099699571259f,-0.3074056685354973f,0.9144162090408784f,0.2633339165309943f,2.594746528931079f,-0.43837114678908257f,0.10953544027893511f,-0.8920945717723681f,-0.4764786683585048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013669521333731084f,0.000005663144103772813f,0.0000050213156011720754f,0.15116791131617066f,0.000005662101127579825f,0.000014530416336319562f,-9.737745705638774e-7f,2.1553257572760183f,-0.000005022491645361903f,9.676905254888211e-7f,-0.000014764104365627776f,0.44017647677770755f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133.mcfunction new file mode 100644 index 000000000..f835ec8d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133_as_bone.mcfunction new file mode 100644 index 000000000..b1e944274 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_133_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7656161022013211f,-0.1349987756829425f,-0.2501034966940831f,0.029804861469780758f,-0.13934096669189794f,0.8046539771497105f,-0.0077792353714514085f,1.880369069784386f,0.24771056395694552f,0.03538010833369001f,-0.7773880426677996f,-0.49924902214152467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7435090691542564f,0.16483199225811915f,-0.2449993437003263f,0.029804861469780758f,0.17553646890601501f,0.7804670886319812f,-0.007620475465911584f,1.880369069784386f,0.23744728292692432f,-0.06084026537202397f,-0.7615229805725384f,-0.49924902214152467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7656161022013211f,0.1349987756829425f,0.25010349669408327f,-0.02980486146978062f,0.13934096669189794f,0.8046539771497105f,-0.0077792353714514085f,1.880369069784386f,-0.24771056395694568f,0.035380108333690034f,-0.7773880426677996f,-0.4992490221415247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7435090691542564f,-0.16483199225811915f,0.24499934370032647f,-0.02980486146978062f,-0.17553646890601501f,0.7804670886319812f,-0.007620475465911584f,1.880369069784386f,-0.2374472829269245f,-0.06084026537202401f,-0.7615229805725384f,-0.4992490221415247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0987111338483206f,0.8719251320264335f,0.6884668899071517f,-0.05028213038186358f,1.0176550241231992f,1.1783149228472265f,0.1317514496024475f,1.6445631095894953f,-0.44566618251169754f,0.5410422873826242f,-1.3964458983538273f,0.28064405892895694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4165592673947167f,-0.8184925207294631f,-0.3956619393592301f,-0.17834691309426304f,-0.5736646640443979f,0.10097294714785174f,-0.8128427382778944f,1.778654400526771f,0.705256853901049f,0.5655744490818224f,-0.4274790200365247f,0.11346250219637898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.31448224468977853f,-0.8184925207294631f,-0.48080236197923204f,-0.2984375f,-0.7451115260014046f,0.10097294714785174f,-0.6592520593552481f,2.051513856738691f,0.5881409113424578f,0.5655744490818224f,-0.5781140120694672f,-0.10462922444276106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08068696737962994f,0.8881656681572703f,0.4523840837185018f,0.4832946680715362f,0.48654091048284165f,0.4312142617325396f,-0.7598237972747286f,1.898357524655817f,-0.8699238792685289f,0.1587954860353732f,-0.46692230391488426f,0.15501063790026456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4946433504128199f,0.7599138415862213f,0.42173322048192f,0.2984375f,0.44555311295717875f,0.6383631133094727f,-0.6276742460066403f,2.051513856738691f,-0.7461972791605098f,-0.12257034278938958f,-0.6543440468453454f,-0.10462922444276099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.778913425274757e-17f,1.0797228250313356e-16f,-0.15625f,0f,0.8816605945347514f,-0.4718840917477809f,1.7657525966727015f,-1.2246467991473532e-16f,-0.4718840917477809f,-0.8816605945347514f,0.09366621285263473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4045385983823573e-17f,1.2008087790946361e-16f,-0.15625f,0f,0.9805347794406404f,-0.196345476920896f,1.9483757085870659f,-1.2246467991473532e-16f,-0.196345476920896f,-0.9805347794406404f,0.050723093558462745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1574940611980433e-17f,1.1107485461385607e-16f,0.15625f,0f,0.9069950184101302f,-0.4211413498805444f,1.7620652252795588f,-1.2246467991473532e-16f,-0.4211413498805444f,-0.9069950184101302f,0.07271664510711214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.0297277480984473e-17f,1.2203099566543815e-16f,0.15625f,0f,0.9964586993605085f,-0.08408365161411309f,1.9483757085870659f,-1.2246467991473532e-16f,-0.08408365161411309f,-0.9964586993605085f,0.05072309355846277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.452199867257733e-18f,1.2209936013054282e-16f,0.29375f,0f,0.9970169375819472f,0.07718306922321373f,2.6400321668365883f,-1.2246467991473532e-16f,0.07718306922321373f,-0.9970169375819472f,-0.09001821965142023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.452199867257733e-18f,1.2209936013054282e-16f,0.33125f,0f,0.9970169375819472f,0.07718306922321373f,2.5226409623785213f,-1.2246467991473532e-16f,0.07718306922321373f,-0.9970169375819472f,-0.1931364412026295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.452199867257733e-18f,1.2209936013054282e-16f,-0.29375f,0f,0.9970169375819472f,0.07718306922321373f,2.6400321668365883f,-1.2246467991473532e-16f,0.07718306922321373f,-0.9970169375819472f,-0.09001821965142029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.452199867257733e-18f,1.2209936013054282e-16f,-0.33125f,0f,0.9970169375819472f,0.07718306922321373f,2.5226409623785213f,-1.2246467991473532e-16f,0.07718306922321373f,-0.9970169375819472f,-0.19313644120262957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2209936013054282e-16f,0.19523827377799088f,0.15596781126668116f,0.9847420046255593f,0.07718306922321373f,2.748174778751923f,0.012074092144096427f,0.07623281756311563f,-0.9970169375819472f,-0.10358691722176383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2209936013054282e-16f,0.08005326181113279f,0f,0.9970169375819472f,0.07718306922321373f,2.758222100045352f,-1.231653667943533e-16f,0.07718306922321373f,-0.9970169375819472f,-0.10280911389098057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2209936013054282e-16f,0.05771677939820301f,0.24120022748480027f,0.9674012735605454f,0.07718306922321373f,2.7539153009448363f,0.018672274414680123f,0.07489040220814872f,-0.9970169375819472f,-0.10314252043662238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2209936013054282e-16f,0.08682420206637906f,-0.06954838582888331f,0.9945882544318937f,0.07718306922321373f,2.7638866452666004f,-0.005384018741760237f,0.07699505514579347f,-0.9970169375819472f,-0.10237059878712484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2209936013054282e-16f,0.1446100421182231f,0.08689575172695016f,0.9932229871268046f,0.07718306922321373f,2.870723367422546f,0.006726947725692987f,0.07688936434261372f,-0.9970169375819472f,-0.12544344039205058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2209936013054282e-16f,0.12500000000000003f,0.08689575172695016f,0.9932229871268046f,0.07718306922321373f,2.6472481953190155f,0.006726947725692987f,0.07688936434261372f,-0.9970169375819472f,-0.14274354736913863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2209936013054282e-16f,-0.19523827377799086f,-0.15596781126668116f,0.9847420046255593f,0.07718306922321373f,2.748174778751923f,-0.01207409214409667f,0.07623281756311559f,-0.9970169375819472f,-0.10358691722176387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2209936013054282e-16f,-0.08005326181113277f,0f,0.9970169375819472f,0.07718306922321373f,2.758222100045352f,-1.231653667943533e-16f,0.07718306922321373f,-0.9970169375819472f,-0.10280911389098059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2209936013054282e-16f,-0.05771677939820295f,-0.24120022748480027f,0.9674012735605454f,0.07718306922321373f,2.7539153009448363f,-0.01867227441468036f,0.07489040220814866f,-0.9970169375819472f,-0.10314252043662239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2209936013054282e-16f,-0.086824202066379f,0.06954838582888331f,0.9945882544318937f,0.07718306922321373f,2.7638866452666004f,0.005384018741759991f,0.0769950551457935f,-0.9970169375819472f,-0.10237059878712486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2209936013054282e-16f,-0.14461004211822304f,-0.08689575172695016f,0.9932229871268046f,0.07718306922321373f,2.870723367422546f,-0.006726947725693232f,0.07688936434261369f,-0.9970169375819472f,-0.1254434403920506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2209936013054282e-16f,-0.12499999999999999f,-0.08689575172695016f,0.9932229871268046f,0.07718306922321373f,2.6472481953190155f,-0.006726947725693232f,0.07688936434261369f,-0.9970169375819472f,-0.14274354736913866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.452199867257733e-18f,1.2209936013054282e-16f,1.850969026634555e-17f,0f,0.9970169375819472f,0.07718306922321373f,2.133865043895042f,-1.2246467991473532e-16f,0.07718306922321373f,-0.9970169375819472f,-0.15114309104659984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.2254290281256054e-18f,1.2245854870247156e-16f,1.8050154380798447e-17f,0f,0.9999499348524976f,-0.010006387384336457f,1.7588838183253552f,-1.2246467991473532e-16f,-0.010006387384336457f,-0.9999499348524976f,-0.14739069577747368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9832083994042893f,-0.1775028266394146f,0.04235551765559441f,0.1640487992442622f,-0.181132727246504f,0.9210476986132519f,-0.344763791601548f,1.2814863253405082f,0.022185095471938664f,-0.3466466261400074f,-0.9377334046117003f,0.1575785253779764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9832083994042893f,-0.12425126199625676f,0.13365203789390195f,0.12500000000000003f,-0.181132727246504f,0.5754432431833694f,-0.7975311962518138f,1.458649918947219f,0.022185095471938664f,-0.8083481290675096f,-0.5882866000275356f,-0.126530350006764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9800300481309705f,0.18077153601511797f,0.0828417559395172f,-0.17586089510166122f,0.19631804683467477f,0.9458543139058719f,0.2584934067876215f,1.255347167345438f,-0.03162798203215067f,0.26959463761801206f,-0.9624543636558498f,0.12236340288773989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9800300481309705f,0.16839522290534156f,-0.10575515903759941f,-0.12499999999999999f,0.19631804683467477f,0.734779973901204f,-0.6492746833511718f,1.4675007839384178f,-0.03162798203215067f,-0.6570703454398215f,-0.7531654744451365f,-0.1367622608263725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9879148205443101f,0.15499776562551942f,1.0936799926733025e-16f,-0.0035416666666666474f,0.13842191503029388f,0.8822647268151179f,-0.4499425799557f,1.6511470638519308f,-0.06974009455291522f,-0.44450494313217925f,-0.8930574868074331f,-0.14832130290597048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9879148205443101f,-0.15471414236025438f,0.00937237977433431f,-0.003541666666666647f,-0.13842191503029388f,0.8534432562564456f,-0.5024678913022613f,1.635182784323498f,0.06974009455291497f,-0.497692819421906f,-0.864545069217114f,-0.15135520526410676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.5102074034285004e-17f,1.0936799926733025e-16f,-0.0035416666666666474f,0f,0.8930574868074331f,-0.4499425799557f,1.6511470638519308f,-1.2246467991473532e-16f,-0.4499425799557f,-0.8930574868074331f,-0.14832130290597048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.990668716690256f,0.13629194316349447f,1.221295068566713e-16f,-0.003541666666666648f,0.13591892632785335f,0.9879573597215969f,-0.07393443607558504f,1.6756102807309332f,-0.010076667959438772f,-0.07324453290621759f,-0.997263104282007f,-0.143300382253775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.990668716690256f,-0.13629194316349447f,1.221295068566713e-16f,-0.003541666666666648f,-0.13591892632785335f,0.9879573597215969f,-0.07393443607558504f,1.6756102807309332f,0.01007666795943853f,-0.07324453290621762f,-0.997263104282007f,-0.143300382253775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,9.05435704867298e-18f,1.221295068566713e-16f,-0.003541666666666648f,0f,0.997263104282007f,-0.07393443607558504f,1.6756102807309332f,-1.2246467991473532e-16f,-0.07393443607558504f,-0.997263104282007f,-0.143300382253775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9837808485225588f,0.1793197583828484f,-0.004434674029863039f,-0.19729166666666664f,0.1762809011347045f,0.9619461450492347f,-0.20876938932720335f,1.6892408512343964f,-0.0331705588643122f,-0.20616507531207545f,-0.9779548434085265f,-0.14772009581641826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9837808485225588f,-0.17902389987300288f,0.011210947974873039f,0.19020833333333337f,-0.17628090113470452f,0.9533656003912478f,-0.2449879096726449f,1.6903523494965322f,0.03317055886431197f,-0.24299068966710752f,-0.9694613136993825f,-0.1530215303671785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.304982188488123e-17f,1.1792076619491666e-16f,-0.007812499999999985f,0f,0.9628961287206865f,-0.26987227589123497f,1.5420173033715086f,-1.2246467991473532e-16f,-0.26987227589123497f,-0.9628961287206865f,-0.11816235714251636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.2646585371504322e-17f,1.2035252385234695e-16f,1.9530811664374402e-17f,0f,0.9827529368969165f,-0.18492340311730499f,1.7616011627094132f,-1.2246467991473532e-16f,-0.18492340311730499f,-0.9827529368969165f,-0.1594811800265392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.26162771046294564f,-0.10926021753160073f,-0.9589646218619664f,-0.8072637989279504f,2.7726790678812127e-16f,0.9935718556765875f,-0.11320321376790679f,2.6053511627094132f,0.9651688666331487f,0.029617097635144606f,0.25994592978108605f,-0.024723470649967848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.26162771046294564f,-0.10926021753160073f,-0.9589646218619664f,-0.7827362010720493f,2.7726790678812127e-16f,0.9935718556765875f,-0.11320321376790679f,2.6053511627094132f,0.9651688666331487f,0.029617097635144606f,0.25994592978108605f,0.06576111059688985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.26162771046294564f,-0.10926021753160073f,-0.9589646218619664f,-0.6511553067207049f,2.7726790678812127e-16f,0.9935718556765875f,-0.11320321376790679f,2.6223316447745995f,0.9651688666331487f,0.029617097635144606f,0.25994592978108605f,-0.018473069493701914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7850800527534706f,-0.40926193979682796f,0.46492362319239655f,0.986474249740596f,-0.27994912822746737f,0.9040234403206612f,0.32306362369582414f,2.6542203503302315f,-0.5525194986362825f,0.12347584372877797f,-0.8243032934801229f,-0.6164902585808352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.909434379151239f,-0.40926193979682796f,0.07371414146239494f,1.067993958592736f,-0.3932383809228632f,0.9040234403206612f,0.1676460411699638f,2.686606058421928f,-0.13525045577359635f,0.12347584372877797f,-0.9830874987652427f,-0.5834030181389102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8695435610894944f,-0.40926193979682796f,0.2764030752389313f,0.9857736428808264f,-0.3454475529780928f,0.9040234403206612f,0.25180867239283833f,2.632641903517154f,-0.3529305647138662f,0.12347584372877797f,-0.9274662972346855f,-0.4608266937746698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013872605854425016f,0.000005378646715548416f,0.000004770910952542823f,0.1420460121385719f,0.000005394761372165163f,0.000014641219997596884f,-8.196656143597958e-7f,2.1740765110110685f,-0.000004752681511017489f,9.194897994482649e-7f,-0.000014856216946569648f,0.4545212851210333f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134.mcfunction new file mode 100644 index 000000000..fe72607da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134_as_bone.mcfunction new file mode 100644 index 000000000..bb536e38a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_134_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7663293309202961f,-0.1351245371495139f,-0.24784099837562254f,0.029716180071216472f,-0.13887741560213174f,0.8047176778271925f,-0.009325603065101542f,1.9006552650215267f,0.24575773528287662f,0.03339555205389926f,-0.7780953136320068f,-0.49105284513280995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7442017035168493f,0.1649855455994691f,-0.2427830188169364f,0.029716180071216472f,0.17597987386080136f,0.7803509662777194f,-0.009135284635201512f,1.9006552650215267f,0.23493596676234108f,-0.061904274268221614f,-0.7622158174354353f,-0.49105284513280995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7663293309202961f,0.1351245371495139f,0.24784099837562273f,-0.029716180071216333f,0.13887741560213174f,0.8047176778271925f,-0.009325603065101542f,1.9006552650215267f,-0.24575773528287678f,0.0333955520538993f,-0.7780953136320068f,-0.49105284513280995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7442017035168493f,-0.1649855455994691f,0.24278301881693656f,-0.029716180071216333f,-0.17597987386080136f,0.7803509662777194f,-0.009135284635201512f,1.9006552650215267f,-0.23493596676234124f,-0.06190427426822165f,-0.7622158174354353f,-0.49105284513280995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.067408635018806f,0.8891722595812628f,0.7151347765830165f,-0.06786634053200447f,1.0641569276917482f,1.1291431890194359f,0.18442326842531903f,1.6423494448488025f,-0.4118435250589095f,0.6130371942077979f,-1.3769446464491162f,0.2671708273078118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3912116595569557f,-0.825552985705239f,-0.40671329609426093f,-0.1899503385462848f,-0.6175655822840305f,0.09216283508160908f,-0.7811009943713465f,1.7875426141777773f,0.6823241084740292f,0.5567479498147123f,-0.4737779346616256f,0.10485741496738907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2826656671101659f,-0.825552985705239f,-0.48842848855316606f,-0.2984375f,-0.7863564441982855f,0.09216283508160908f,-0.6108596847865707f,2.0756761782199664f,0.5493119908621996f,0.5567479498147123f,-0.6231276410753427f,-0.09922008766357793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.15092150574341145f,0.8752948814693899f,0.4594361430902316f,0.5124468053881186f,0.4432058743074252f,0.4753436770106062f,-0.7600111457771044f,1.947983861269869f,-0.8836239313664676f,0.08892277098428158f,-0.45967541669850576f,0.149956021111614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5792127590016738f,0.7045369341656119f,0.410049129015279f,0.2984375f,0.3764444876015789f,0.6773453584762081f,-0.6320544384031501f,2.0756761782199664f,-0.7230505705440341f,-0.21173326084311153f,-0.6575461190583435f,-0.09922008766357787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.909767876555971e-17f,1.0726165293869607e-16f,-0.15625f,0f,0.8758578637806085f,-0.4825691685693036f,1.7874058330108455f,-1.2246467991473532e-16f,-0.4825691685693036f,-0.8758578637806085f,0.10316102314643161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4806373844815472e-17f,1.199259840205192e-16f,-0.15625f,0f,0.9792699748532913f,-0.2025594143722634f,1.969752956956011f,-1.2246467991473532e-16f,-0.2025594143722634f,-0.9792699748532913f,0.059060695608799174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.243928242186011e-17f,1.1066941531289919e-16f,0.15625f,0f,0.9036843552765709f,-0.4281992363706041f,1.7833905428604107f,-1.2246467991473532e-16f,-0.4281992363706041f,-0.9036843552765709f,0.08060978172538373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.0006169966050658e-17f,1.220552104140953e-16f,0.15625f,0f,0.9966564277886073f,-0.08170657836216405f,1.969752956956011f,-1.2246467991473532e-16f,-0.08170657836216405f,-0.9966564277886073f,0.0590606956087992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-9.210664137020333e-18f,1.2211781808062891e-16f,0.29375f,0f,0.9971676581823601f,0.07521078031178585f,2.661129670363929f,-1.2246467991473532e-16f,0.07521078031178585f,-0.9971676581823601f,-0.08304846538929295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-9.210664137020333e-18f,1.2211781808062891e-16f,0.33125f,0f,0.9971676581823601f,0.07521078031178585f,2.5435347237453643f,-1.2246467991473532e-16f,0.07521078031178585f,-0.9971676581823601f,-0.18593428088286243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-9.210664137020333e-18f,1.2211781808062891e-16f,-0.29375f,0f,0.9971676581823601f,0.07521078031178585f,2.661129670363929f,-1.2246467991473532e-16f,0.07521078031178585f,-0.9971676581823601f,-0.08304846538929302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-9.210664137020333e-18f,1.2211781808062891e-16f,-0.33125f,0f,0.9971676581823601f,0.07521078031178585f,2.5435347237453643f,-1.2246467991473532e-16f,0.07521078031178585f,-0.9971676581823601f,-0.1859342808828625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2211781808062891e-16f,0.19523827377799088f,0.15599138916317729f,0.9848908696052746f,0.07521078031178585f,2.769245231311113f,0.011765558183332426f,0.07428481080101323f,-0.9971676581823601f,-0.09683104666791928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2211781808062891e-16f,0.08005326181113279f,0f,0.9971676581823601f,0.07521078031178585f,2.7792940714737213f,-1.231653667943533e-16f,0.07521078031178585f,-0.9971676581823601f,-0.09607311884740032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2211781808062891e-16f,0.05771677939820301f,0.24123669009815807f,0.9675475171149877f,0.07521078031178585f,2.774986621307691f,0.018195134542557282f,0.0729766987064087f,-0.9971676581823601f,-0.09639800572623457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2211781808062891e-16f,0.08682420206637906f,-0.0695588995664887f,0.9947386078844991f,0.07521078031178585f,2.7849594730130773f,-0.005246438822094387f,0.07502757063102693f,-0.9971676581823601f,-0.0956458092901176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2211781808062891e-16f,0.1446100421182231f,0.08690888789282653f,0.9933731341898291f,0.07521078031178585f,2.8917503471925246f,0.00655505142070452f,0.07492458058594412f,-0.9971676581823601f,-0.11892993290991909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2211781808062891e-16f,0.12500000000000003f,0.08690888789282653f,0.9933731341898291f,0.07521078031178585f,2.668241391999813f,0.00655505142070452f,0.07492458058594412f,-0.9971676581823601f,-0.13578796354175648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2211781808062891e-16f,-0.19523827377799086f,-0.15599138916317729f,0.9848908696052746f,0.07521078031178585f,2.769245231311113f,-0.011765558183332669f,0.07428481080101319f,-0.9971676581823601f,-0.09683104666791935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2211781808062891e-16f,-0.08005326181113277f,0f,0.9971676581823601f,0.07521078031178585f,2.7792940714737213f,-1.231653667943533e-16f,0.07521078031178585f,-0.9971676581823601f,-0.09607311884740036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2211781808062891e-16f,-0.05771677939820295f,-0.24123669009815807f,0.9675475171149877f,0.07521078031178585f,2.774986621307691f,-0.01819513454255752f,0.07297669870640863f,-0.9971676581823601f,-0.0963980057262346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2211781808062891e-16f,-0.086824202066379f,0.0695588995664887f,0.9947386078844991f,0.07521078031178585f,2.7849594730130773f,0.005246438822094143f,0.07502757063102694f,-0.9971676581823601f,-0.09564580929011764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2211781808062891e-16f,-0.14461004211822304f,-0.08690888789282653f,0.9933731341898291f,0.07521078031178585f,2.8917503471925246f,-0.0065550514207047645f,0.07492458058594409f,-0.9971676581823601f,-0.11892993290991914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2211781808062891e-16f,-0.12499999999999999f,-0.08690888789282653f,0.9933731341898291f,0.07521078031178585f,2.668241391999813f,-0.0065550514207047645f,0.07492458058594409f,-0.9971676581823601f,-0.13578796354175654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-9.210664137020333e-18f,1.2211781808062891e-16f,1.753351304661823e-17f,0f,0.9971676581823601f,0.07521078031178585f,2.15484263029661f,-1.2246467991473532e-16f,0.07521078031178585f,-0.9971676581823601f,-0.14317199913334802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.467654358337177e-18f,1.2245588518851606e-16f,1.698314266224179e-17f,0f,0.9999281856105338f,-0.011984307306882408f,1.7798695606926596f,-1.2246467991473532e-16f,-0.011984307306882408f,-0.9999281856105338f,-0.13867788389326713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9837711188682059f,-0.17397494196641944f,0.04389880691521453f,0.16202699230381368f,-0.17775215525566834f,0.9116045729476582f,-0.3706497995182008f,1.3148683052324461f,0.024465424230188153f,-0.3724376755226284f,-0.9277346715891016f,0.17588695414763864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9837711188682059f,-0.11890412651617453f,0.13437333953662037f,0.125f,-0.17775215525566834f,0.5437270718069755f,-0.8202225568016139f,1.4798136979023349f,0.024465424230188153f,-0.8307964131372002f,-0.5560384545475244f,-0.1145918265845988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9803296138244902f,0.18185574608517455f,0.0766963876237364f,-0.17442799225984057f,0.19441258652012525f,0.9567494653748112f,0.21641212236741203f,1.2860282497561977f,-0.03402343988018727f,0.22706595544206398f,-0.973284879887642f,0.14216513932737626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9803296138244902f,0.164328942499128f,-0.10931535535250386f,-0.12499999999999999f,0.19441258652012525f,0.7085284161835467f,-0.6783739600419445f,1.4884567235356234f,-0.03402343988018727f,-0.6862823632569565f,-0.7265390033722664f,-0.12532931224716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.988139210660076f,0.15356073832878628f,1.0860775220906121e-16f,-0.0033333333333333158f,0.13618527912754186f,0.8763308622057145f,-0.4620582102882086f,1.6721200875787687f,-0.070953999922735f,-0.4565778351931979f,-0.8868495984693557f,-0.13831326929207896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.988139210660076f,-0.1532348680104217f,0.009998779020989921f,-0.0033333333333333153f,-0.1361852791275419f,0.8443852737046864f,-0.5181380890260965f,1.654884901683765f,0.07095399992273477f,-0.5133542488150753f,-0.8552385311236124f,-0.1413462046654264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.658581082492093e-17f,1.0860775220906121e-16f,-0.0033333333333333158f,0f,0.8868495984693557f,-0.4620582102882086f,1.6721200875787687f,-1.2246467991473532e-16f,-0.4620582102882086f,-0.8868495984693557f,-0.13831326929207896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9910609820073987f,0.13340963212051266f,1.2199493164765153e-16f,-0.003333333333333316f,0.13289790136235013f,0.9872594844719748f,-0.08750347498021722f,1.6966428845353425f,-0.011673806406377385f,-0.08672127984295391f,-0.9961642143072529f,-0.1335837085934144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9910609820073987f,-0.13340963212051266f,1.2199493164765153e-16f,-0.003333333333333316f,-0.13289790136235013f,0.9872594844719748f,-0.08750347498021722f,1.6966428845353425f,0.011673806406377142f,-0.08672127984295394f,-0.9961642143072529f,-0.1335837085934144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.0716085054879351e-17f,1.2199493164765153e-16f,-0.003333333333333316f,0f,0.9961642143072529f,-0.08750347498021722f,1.6966428845353425f,-1.2246467991473532e-16f,-0.08750347498021722f,-0.9961642143072529f,-0.1335837085934144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9842984651319296f,0.1764643363729917f,-0.00410725301962307f,-0.19708333333333333f,0.17305811080001343f,0.9601955615015263f,-0.2192609722661532f,1.7101415713485948f,-0.03474797584403785f,-0.21652903191306277f,-0.9756576020887318f,-0.13775695745417493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9842984651319296f,-0.17615080698463054f,0.01128825662319087f,0.19041666666666668f,-0.1730581108000135f,0.9504726500629667f,-0.2581717098533681f,1.7112690633629617f,0.034747975844037625f,-0.25607154211459127f,-0.9660330964795136f,-0.14348032672236896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.448115705645828e-17f,1.175102022577888e-16f,-0.007812499999999987f,0f,0.959543619757174f,-0.2815600145320708f,1.5633654314505823f,-1.2246467991473532e-16f,-0.2815600145320708f,-0.959543619757174f,-0.1068232077481471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.4108256885507394e-17f,1.2006827131495216e-16f,1.8468758592197666e-17f,0f,0.9804318387844426f,-0.1968588567927708f,1.7824306704289812f,-1.2246467991473532e-16f,-0.1968588567927708f,-0.9804318387844426f,-0.1508088585627818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.28122505347563265f,-0.11695092146679473f,-0.9524888194964258f,-0.7540603393336592f,3.0543269653451425e-16f,0.992546151641322f,-0.12186934340514752f,2.5856731258473626f,0.9596418442823484f,0.03427271261615258f,0.2791288445723643f,0.044415405980996234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.28122505347563265f,-0.11695092146679473f,-0.9524888194964258f,-0.7276954905703187f,3.0543269653451425e-16f,0.992546151641322f,-0.12186934340514752f,2.5856731258473626f,0.9596418442823484f,0.03427271261615258f,0.2791288445723643f,0.13438182888246641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.28122505347563265f,-0.11695092146679473f,-0.9524888194964258f,-0.5980045920275251f,3.0543269653451425e-16f,0.992546151641322f,-0.12186934340514752f,2.6039535273581347f,0.9596418442823484f,0.03427271261615258f,0.2791288445723643f,0.04752929074587667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8146937538426818f,-0.4265547204616076f,0.39284240848161944f,0.9577716904719682f,-0.3139979342468323f,0.8940262989474727f,0.31956575861472736f,2.675697903398939f,-0.4875237273594401f,0.13699652273763777f,-0.8622949425917761f,-0.6031766265749422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9037602283110383f,-0.4265547204616076f,-0.03561629086667856f,1.0407902261946977f,-0.42727075631563105f,0.8940262989474727f,0.13474671642660863f,2.71150860412569f,-0.02563494725269827f,0.13699652273763777f,-0.9902397700744741f,-0.5783859238839547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8855310477091153f,-0.4265547204616076f,0.18408105278685388f,0.9716688004153049f,-0.3819808077520135f,0.8940262989474727f,0.23411031438064314f,2.6584867066052182f,-0.26443416203719966f,0.13699652273763777f,-0.9546237618588174f,-0.44758771095062583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014065869929893077f,0.000005090172935408525f,0.000004514650330088068f,0.1328411905376507f,0.00000511955797354107f,0.000014746974691019634f,-6.763790490386408e-7f,2.1797138663619426f,-0.000004481300511110786f,8.703458795564736e-7f,-0.000014943261651294785f,0.4677260719323567f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135.mcfunction new file mode 100644 index 000000000..d32b1eb2c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135_as_bone.mcfunction new file mode 100644 index 000000000..d2cb3c0a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_135_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,-0.13524915524778444f,-0.24557640292848956f,0.029628304925177387f,-0.13842216397533086f,0.8047766707025621f,-0.01087470724805792f,1.908305291576727f,0.24380198561726638f,0.03141051960896311f,-0.7787929220989476f,-0.4863460089460188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504737f,0.16513770290093674f,-0.24056463960341837f,0.029628304925177387f,0.1764140027648098f,0.7802336944948465f,-0.010652774447077148f,1.908305291576727f,0.23242182852610532f,-0.06296761910319115f,-0.7628991889948875f,-0.4863460089460188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.767036075275413f,0.13524915524778444f,0.24557640292848973f,-0.02962830492517725f,0.13842216397533086f,0.8047766707025621f,-0.01087470724805792f,1.908305291576727f,-0.24380198561726654f,0.03141051960896314f,-0.7787929220989476f,-0.4863460089460188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7448880407504737f,-0.16513770290093674f,0.24056463960341853f,-0.02962830492517725f,-0.1764140027648098f,0.7802336944948465f,-0.010652774447077148f,1.908305291576727f,-0.2324218285261055f,-0.0629676191031912f,-0.7628991889948875f,-0.4863460089460188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0317366924612952f,0.9031817713456439f,0.7491250465295992f,-0.08819567121162489f,1.1099636217763416f,1.0747763780419683f,0.23290072034267348f,1.6288809670077222f,-0.3806657402002121f,0.6859480119600423f,-1.3512864866955085f,0.24976671802356895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3610259498259655f,-0.8349073290462895f,-0.4154395448883644f,-0.20312207248512598f,-0.6598977485062643f,0.08605558587726142f,-0.7464110112101008f,1.7848900555678064f,0.6589349171721162f,0.5436213645949844f,-0.5198851670198562f,0.09233496617657928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.24662570867050054f,-0.8349073290462895f,-0.49204218490650303f,-0.2984375f,-0.824497990554083f,0.08605558587726142f,-0.5592830229066509f,2.087191966373641f,0.5092924733343835f,0.5436213645949844f,-0.6671558952455068f,-0.0973138156117729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2083569394983622f,0.8568442554296012f,0.4715986722841446f,0.5358609257653798f,0.3883610284881681f,0.5150195069629824f,-0.7641535310388998f,1.9878445241815932f,-0.8976430790211041f,0.023933854367793106f,-0.4400728045455811f,0.14166441090891074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6483155766615252f,0.6446347262593854f,0.40513329011390947f,0.2984375f,0.2982641106794691f,0.7046143160022623f,-0.6438611542601785f,2.087191966373641f,-0.7005179750289207f,-0.29658849503167023f,-0.6490838399438315f,-0.09731381561177282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.039748612679165e-17f,1.0653516553787572e-16f,-0.15625f,0f,0.8699256439656696f,-0.49318290113396557f,1.7964310624924793f,-1.2246467991473532e-16f,-0.49318290113396557f,-0.8699256439656696f,0.10916281045801468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.5566364173315066e-17f,1.1976626757804556e-16f,-0.15625f,0f,0.9779657911279521f,-0.2087652063526836f,1.978494865789266f,-1.2246467991473532e-16f,-0.2087652063526836f,-0.9779657911279521f,0.06390704807233683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.330043727357044e-17f,1.102572501609974e-16f,0.15625f,0f,0.9003187714021936f,-0.4352310993723274f,1.7920815812282767f,-1.2246467991473532e-16f,-0.4352310993723274f,-0.9003187714021936f,0.08501154615174131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,9.715005520274601e-18f,1.2207873072062802e-16f,0.15625f,0f,0.9968484856664305f,-0.07932904023460942f,1.978494865789266f,-1.2246467991473532e-16f,-0.07932904023460942f,-0.9968484856664305f,0.06390704807233688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.969092368767708e-18f,1.2213579822762485e-16f,0.29375f,0f,0.9973144772244581f,0.07323819712763174f,2.669589129247223f,-1.2246467991473532e-16f,0.07323819712763174f,-0.9973144772244581f,-0.07956940469194126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.969092368767708e-18f,1.2213579822762485e-16f,0.33125f,0f,0.9973144772244581f,0.07323819712763174f,2.551790900574881f,-1.2246467991473532e-16f,0.07323819712763174f,-0.9973144772244581f,-0.18222241157268818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.969092368767708e-18f,1.2213579822762485e-16f,-0.29375f,0f,0.9973144772244581f,0.07323819712763174f,2.669589129247223f,-1.2246467991473532e-16f,0.07323819712763174f,-0.9973144772244581f,-0.07956940469194133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.969092368767708e-18f,1.2213579822762485e-16f,-0.33125f,0f,0.9973144772244581f,0.07323819712763174f,2.551790900574881f,-1.2246467991473532e-16f,0.07323819712763174f,-0.9973144772244581f,-0.18222241157268826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2213579822762485e-16f,0.19523827377799088f,0.15601435672148561f,0.9850358810613322f,0.07323819712763174f,2.7776772162089602f,0.011456978188171924f,0.0723365133891702f,-0.9973144772244581f,-0.0935658157525681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2213579822762485e-16f,0.08005326181113279f,0f,0.9973144772244581f,0.07323819712763174f,2.7877275359232514f,-1.231653667943533e-16f,0.07323819712763174f,-0.9973144772244581f,-0.09282776640781233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2213579822762485e-16f,0.05771677939820301f,0.24127220883913253f,0.9676899750040714f,0.07323819712763174f,2.783419451545208f,0.017717923479418696f,0.07106270967310008f,-0.9973144772244581f,-0.09314413234867354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2213579822762485e-16f,0.08682420206637906f,-0.06956914114514394f,0.9948850692827896f,0.07323819712763174f,2.7933937716140367f,-0.005108838375000839f,0.07305979256036774f,-0.9973144772244581f,-0.09241166406901119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2213579822762485e-16f,0.1446100421182231f,0.08692168401549007f,0.993519394541146f,0.07323819712763174f,2.9001383799827125f,0.006383129468158028f,0.07295950367634486f,-0.9973144772244581f,-0.11590697860128919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2213579822762485e-16f,0.12500000000000003f,0.08692168401549007f,0.993519394541146f,0.07323819712763174f,2.676596516210955f,0.006383129468158028f,0.07295950367634486f,-0.9973144772244581f,-0.13232286692846676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2213579822762485e-16f,-0.19523827377799086f,-0.15601435672148561f,0.9850358810613322f,0.07323819712763174f,2.7776772162089602f,-0.011456978188172167f,0.07233651338917016f,-0.9973144772244581f,-0.09356581575256814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2213579822762485e-16f,-0.08005326181113277f,0f,0.9973144772244581f,0.07323819712763174f,2.7877275359232514f,-1.231653667943533e-16f,0.07323819712763174f,-0.9973144772244581f,-0.09282776640781235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2213579822762485e-16f,-0.05771677939820295f,-0.24127220883913253f,0.9676899750040714f,0.07323819712763174f,2.783419451545208f,-0.01771792347941893f,0.07106270967310001f,-0.9973144772244581f,-0.09314413234867355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2213579822762485e-16f,-0.086824202066379f,0.06956914114514394f,0.9948850692827896f,0.07323819712763174f,2.7933937716140367f,0.005108838375000592f,0.07305979256036775f,-0.9973144772244581f,-0.0924116640690112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2213579822762485e-16f,-0.14461004211822304f,-0.08692168401549007f,0.993519394541146f,0.07323819712763174f,2.9001383799827125f,-0.006383129468158273f,0.07295950367634484f,-0.9973144772244581f,-0.11590697860128922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2213579822762485e-16f,-0.12499999999999999f,-0.08692168401549007f,0.993519394541146f,0.07323819712763174f,2.676596516210955f,-0.006383129468158273f,0.07295950367634484f,-0.9973144772244581f,-0.1323228669284668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.969092368767708e-18f,1.2213579822762485e-16f,1.6984793688174974e-17f,0f,0.9973144772244581f,0.07323819712763174f,2.1631841529731815f,-1.2246467991473532e-16f,0.07323819712763174f,-0.9973144772244581f,-0.13869136554311373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.709873946145231e-18f,1.2245274254873538e-16f,1.6343590958370512e-17f,0f,0.9999025240093042f,-0.01396218033914523f,1.7882207064696924f,-1.2246467991473532e-16f,-0.01396218033914523f,-0.9999025240093042f,-0.13345554791593428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9843240893029215f,-0.17044130520920062f,0.045341467737144175f,0.1600375303959093f,-0.17434158508266887f,0.9014345605970915f,-0.3962584316730574f,1.3358795242560666f,0.026666438248046938f,-0.3979516232404546f,-0.9170187602396423f,0.19016916725029032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9843240893029215f,-0.11361054610980359f,0.1349026724368593f,0.125f,-0.17434158508266887f,0.5111274639927699f,-0.8416375272426856f,1.4883769491202152f,0.026666438248046938f,-0.8519632382708494f,-0.5229221182032858f,-0.10614496188222179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9806268676968841f,0.18273287825842793f,0.07056657533413657f,-0.17297934895099099f,0.19247766149205478f,0.9657727763698888f,0.17388299010928765f,1.3044241317255494f,-0.0363771381165121f,0.18409682133645677f,-0.9822347296834218f,0.158106128574263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9806268676968841f,0.1601949107889703f,-0.1127321467386817f,-0.12499999999999999f,0.19247766149205478f,0.6811330287839841f,-0.7064065026074621f,1.4968011617733994f,-0.0363771381165121f,-0.7144196159519068f,-0.6987712903129193f,-0.11738442198667323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,0.15212338618991675f,1.0782737726967278e-16f,-0.003124999999999984f,0.13394119647935007f,0.870229927046972f,-0.47408820904711624f,1.680474084778867f,-0.07211990371296055f,-0.4685705383887633f,-0.8804773535091621f,-0.13179553769285962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,-0.15175282126685266f,0.01061159099462446f,-0.0031249999999999837f,-0.13394119647935007f,0.8350393689754941f,-0.5336375250548717f,1.661965288395103f,0.0721199037129603f,-0.52884811949988f,-0.8456467264702644f,-0.13479342612267958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.805906077230521e-17f,1.0782737726967278e-16f,-0.003124999999999984f,0f,0.8804773535091621f,-0.47408820904711624f,1.680474084778867f,-1.2246467991473532e-16f,-0.47408820904711624f,-0.8804773535091621f,-0.13179553769285962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005157f,1.2183774756006255e-16f,-0.0031249999999999846f,0.12985799063660758f,0.9863693664482361f,-0.10105629718294631f,1.705052993276304f,-0.013190493671148029f,-0.10019174655149678f,-0.9948807088287882f,-0.1273580444441402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13052619222005157f,1.2183774756006255e-16f,-0.0031249999999999846f,-0.12985799063660758f,0.9863693664482361f,-0.10105629718294631f,1.705052993276304f,0.013190493671147786f,-0.1001917465514968f,-0.9948807088287882f,-0.1273580444441402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.2375827087877888e-17f,1.2183774756006255e-16f,-0.0031249999999999846f,0f,0.9948807088287882f,-0.10105629718294631f,1.705052993276304f,-1.2246467991473532e-16f,-0.10105629718294631f,-0.9948807088287882f,-0.1273580444441402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736068541030225f,-0.0037881150322650104f,-0.196875f,0.16982197744996672f,0.9583249106148084f,-0.22972562258072698f,1.7184278164254707f,-0.036251697643404295f,-0.22687887936864348f,-0.9732480611408377f,-0.13128233581453672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1732763835890688f,0.011357134204529204f,0.19062500000000002f,-0.16982197744996674f,0.9473923067282254f,-0.27130852018901863f,1.7195611941493822f,0.036251697643404066f,-0.26911542512919256f,-0.9624254269165509f,-0.13742875206849897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.590739444581856e-17f,1.1708226531260392e-16f,-0.007812499999999987f,0f,0.9560492494172291f,-0.2932061266221304f,1.572110768544848f,-1.2246467991473532e-16f,-0.2932061266221304f,-0.9560492494172291f,-0.09897902420557227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.5566364173315066e-17f,1.1976626757804556e-16f,1.783391901258333e-17f,0f,0.9779657911279522f,-0.2087652063526836f,1.790625f,-1.2246467991473532e-16f,-0.2087652063526836f,-0.9779657911279522f,-0.145625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.300705799504275f,-0.12448504203688454f,-0.9455577700244282f,-0.7042439039676751f,3.1275807311044944e-16f,0.9914448613738104f,-0.13052619222005157f,2.539905692729767f,0.9537169507482262f,0.03924998298777902f,0.2981332197038169f,0.11141420243299104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.300705799504275f,-0.12448504203688454f,-0.9455577700244282f,-0.6760527352641493f,3.1275807311044944e-16f,0.9914448613738104f,-0.13052619222005157f,2.539905692729767f,0.9537169507482262f,0.03924998298777902f,0.2981332197038169f,0.20082516656563726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.300705799504275f,-0.12448504203688454f,-0.9455577700244282f,-0.548314654112248f,3.1275807311044944e-16f,0.9914448613738104f,-0.13052619222005157f,2.559484621562775f,0.9537169507482262f,0.03924998298777902f,0.2981332197038169f,0.1113997015437416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8385073785628337f,-0.4416406036178122f,0.3191534949390014f,0.9294900499083264f,-0.34755974266036116f,0.8845958709833608f,0.31095396817061643f,2.6846488559034323f,-0.4196517620331746f,0.1498122901343002f,-0.895236659407538f,-0.5932441333281373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8857454385656099f,-0.4416406036178122f,-0.14285865495765332f,1.013165575091673f,-0.4564725505619631f,0.8845958709833608f,0.09551416451315102f,2.723667394096568f,0.0841892430401377f,0.1498122901343002f,-0.9851235704626324f,-0.5769646166718628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8925389352890303f,-0.4416406036178122f,0.09125692428094843f,0.9576392738578574f,-0.4161977407267839f,0.8845958709833608f,0.2104033879316348f,2.672597616810255f,-0.17364817766692808f,0.1498122901343002f,-0.9733460782875079f,-0.43910246325687385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014249007125192392f,0.000004797777514025904f,0.0000042529697708923196f,0.12357689710201188f,0.000004836886153221163f,0.00001484752656954554f,-5.441618393608795e-7f,2.1726178879221654f,-0.0000042084383430191574f,8.203113387895217e-7f,-0.000015025204192304994f,0.4774716798464257f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136.mcfunction new file mode 100644 index 000000000..ec5674767 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136_as_bone.mcfunction new file mode 100644 index 000000000..32788f04b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_136_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7677363292864919f,-0.13537262892328694f,-0.24330972951476024f,0.02954123677522688f,-0.13797522532002182f,0.8048309534771636f,-0.012426502620338882f,1.8983007141849828f,0.2418433590902114f,0.029425025197646528f,-0.779480854159052f,-0.4768135404596352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7455680750476257f,0.16528846287502946f,-0.23834422483078554f,0.02954123677522688f,0.176838842530783f,0.7801152762670117f,-0.012172900526046252f,1.8983007141849828f,0.22990491347979272f,-0.0640303035699042f,-0.7635730816251939f,-0.4768135404596352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7677363292864919f,0.13537262892328694f,0.2433097295147604f,-0.029541236775226742f,0.13797522532002182f,0.8048309534771636f,-0.012426502620338882f,1.8983007141849828f,-0.2418433590902116f,0.029425025197646556f,-0.779480854159052f,-0.4768135404596352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7455680750476257f,-0.16528846287502946f,0.2383442248307857f,-0.029541236775226742f,-0.176838842530783f,0.7801152762670117f,-0.012172900526046252f,1.8983007141849828f,-0.2299049134797929f,-0.06403030356990423f,-0.7635730816251939f,-0.4768135404596352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9917224487219428f,0.9131364051254695f,0.7899840127087946f,-0.11112363303675205f,1.1549616314341125f,1.0155004855803544f,0.2760953525525519f,1.5993845620396454f,-0.35207451571507936f,0.7591751572730753f,-1.3195085698711444f,0.23675558260429716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.32613793908777305f,-0.846218239074357f,-0.4213653243273286f,-0.2177349878082599f,-0.700245169349559f,0.0831799335576148f,-0.7090400563127294f,1.7658293950963642f,0.6350517675671707f,0.526303895588134f,-0.5654321020233699f,0.08423583418219838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.20672220860122786f,-0.846218239074357f,-0.4911014358856276f,-0.2984375f,-0.8591234095933835f,0.0831799335576148f,-0.5049634301035971f,2.081042748088426f,0.4681590494262289f,0.526303895588134f,-0.7098107592373366f,-0.090595407397915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2505027652613795f,0.8357591257172474f,0.48862567306348537f,0.5533468816008942f,0.3274866575587099f,0.5481172544873246f,-0.7696232613781249f,2.0107269441701052f,-0.9110438264526171f,-0.032774366715765606f,-0.4110048505418813f,0.1387249507639877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7010569301809358f,0.5850593630782978f,0.407706662098743f,0.2984375f,0.21713934511252939f,0.7197237713360164f,-0.6594302069043875f,2.081042748088426f,-0.6792419932905974f,-0.37376895891483275f,-0.6316067446618487f,-0.09059540739791494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.168836416960745e-17f,1.0579292770642314e-16f,-0.15625f,0f,0.863864812124445f,-0.5037237202804701f,1.7878098356455012f,-1.2246467991473532e-16f,-0.5037237202804701f,-0.863864812124445f,0.11998649636421711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6325326408021804e-17f,1.1960173500467996e-16f,-0.15625f,0f,0.9766222807094367f,-0.21496260331019945f,1.9695829970078318f,-1.2246467991473532e-16f,-0.21496260331019945f,-0.9766222807094367f,0.07357711898912075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.4158352831069375e-17f,1.098383842071795e-16f,0.15625f,0f,0.8968984713278413f,-0.44223651152949994f,1.7831199025935887f,-1.2246467991473532e-16f,-0.44223651152949994f,-0.8968984713278413f,0.09423690895574627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,9.423785800257896e-18f,1.2210155645121578e-16f,0.15625f,0f,0.9970348719012505f,-0.07695105075862768f,1.9695829970078318f,-1.2246467991473532e-16f,-0.07695105075862768f,-0.9970348719012505f,0.07357711898912078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.72748550768328e-18f,1.221533005011807e-16f,0.29375f,0f,0.997457394133791f,0.07126532738875976f,2.660392106512596f,-1.2246467991473532e-16f,0.07126532738875976f,-0.997457394133791f,-0.07126606416959935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.72748550768328e-18f,1.221533005011807e-16f,0.33125f,0f,0.997457394133791f,0.07126532738875976f,2.542391056688568f,-1.2246467991473532e-16f,0.07126532738875976f,-0.997457394133791f,-0.17368586079323722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.72748550768328e-18f,1.221533005011807e-16f,-0.29375f,0f,0.997457394133791f,0.07126532738875976f,2.660392106512596f,-1.2246467991473532e-16f,0.07126532738875976f,-0.997457394133791f,-0.07126606416959942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.72748550768328e-18f,1.221533005011807e-16f,-0.33125f,0f,0.997457394133791f,0.07126532738875976f,2.542391056688568f,-1.2246467991473532e-16f,0.07126532738875976f,-0.997457394133791f,-0.1736858607932373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.221533005011807e-16f,0.19523827377799088f,0.1560367138517423f,0.9851770384263542f,0.07126532738875976f,2.7684522965790874f,0.011148353365977425f,0.07038793295057337f,-0.997457394133791f,-0.08547625024930541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.221533005011807e-16f,0.08005326181113279f,0f,0.997457394133791f,0.07126532738875976f,2.778504056521776f,-1.222980050563649e-16f,0.07126532738875976f,-0.997457394133791f,-0.08475808226803441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.221533005011807e-16f,0.05771677939820301f,0.2413067835687516f,0.9678286466704096f,0.07126532738875976f,2.7741953547877043f,0.01724064309241956f,0.06914844259697335f,-0.997457394133791f,-0.08506592603309646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.221533005011807e-16f,0.08682420206637906f,-0.06957911052477742f,0.9950276380537144f,0.07126532738875976f,2.7841711041940482f,-0.004971217938860636f,0.07109172863302356f,-0.997457394133791f,-0.08435318877577361f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.221533005011807e-16f,0.1446100421182231f,0.08693414004487418f,0.9936617676084911f,0.07126532738875976f,2.890869029098702f,0.006211182540722262f,0.07099414130245495f,-0.997457394133791f,-0.1080596022918148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.221533005011807e-16f,0.12500000000000003f,0.08693414004487418f,0.9936617676084911f,0.07126532738875976f,2.667295131386792f,0.006211182540722262f,0.07099414130245495f,-0.997457394133791f,-0.12403328408486713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.221533005011807e-16f,-0.19523827377799086f,-0.1560367138517423f,0.9851770384263542f,0.07126532738875976f,2.7684522965790874f,-0.011148353365977668f,0.07038793295057333f,-0.997457394133791f,-0.08547625024930547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.221533005011807e-16f,-0.08005326181113277f,0f,0.997457394133791f,0.07126532738875976f,2.778504056521776f,-1.240327285323417e-16f,0.07126532738875976f,-0.997457394133791f,-0.08475808226803443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.221533005011807e-16f,-0.05771677939820295f,-0.2413067835687516f,0.9678286466704096f,0.07126532738875976f,2.7741953547877043f,-0.0172406430924198f,0.06914844259697328f,-0.997457394133791f,-0.08506592603309646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.221533005011807e-16f,-0.086824202066379f,0.06957911052477742f,0.9950276380537144f,0.07126532738875976f,2.7841711041940482f,0.0049712179388603905f,0.07109172863302357f,-0.997457394133791f,-0.08435318877577362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.221533005011807e-16f,-0.14461004211822304f,-0.08693414004487418f,0.9936617676084911f,0.07126532738875976f,2.890869029098702f,-0.006211182540722507f,0.07099414130245492f,-0.997457394133791f,-0.10805960229181483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.221533005011807e-16f,-0.12499999999999999f,-0.08693414004487418f,0.9936617676084911f,0.07126532738875976f,2.667295131386792f,-0.006211182540722507f,0.07099414130245492f,-0.997457394133791f,-0.12403328408486716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.72748550768328e-18f,1.221533005011807e-16f,1.5845242116252475e-17f,0f,0.997457394133791f,0.07126532738875976f,2.153871175412325f,-1.2246467991473532e-16f,0.07126532738875976f,-0.997457394133791f,-0.12938622080492557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.9520868438316618e-18f,1.2244912079542554e-16f,1.5113209549815603e-17f,0f,0.9998729501492135f,-0.015939998742419248f,1.7789188191063703f,-1.2246467991473532e-16f,-0.015939998742419248f,-0.9998729501492135f,-0.12340872127651834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9848673045711295f,-0.16690423503072754f,0.0466837093171235f,0.15808269075750933f,-0.1709024828343762f,0.8905456834622715f,-0.4215693620601026f,1.3394784914916886f,0.028787736066661452f,-0.42316824313211865f,-0.905593675031265f,0.2087320603310372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9848673045711295f,-0.10837701139145399f,0.13524354250260776f,0.125f,-0.1709024828343762f,0.47769580519090327f,-0.861741874962602f,1.4793212343686646f,0.028787736066661452f,-0.8718148548315012f,-0.48898888039226907f,-0.0928751410882892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9809218089845888f,0.18340504542300645f,0.06445924271806809f,-0.17151636693696398f,0.1905140105015637f,0.9729060827289269f,0.1309891827276765f,1.3055023563927872f,-0.03868871232041671f,0.14077053492275837f,-0.9892860253923275f,0.1784884798285431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9809218089845888f,0.1559979339729986f,-0.11600452256079434f,-0.12499999999999999f,0.1905140105015637f,0.652637131285061f,-0.7333274757368744f,1.487515717961183f,-0.03868871232041671f,-0.741437400907293f,-0.6699057874618088f,-0.10461278327944079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9885817194971117f,0.15068571224948318f,1.0702701907322441e-16f,-0.002916666666666653f,0.13169056261949477f,0.8639630187391489f,-0.48603034675635015f,1.6711906212769374f,-0.07323782897584401f,-0.4804807159241701f,-0.8739419328719169f,-0.12045332869490584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9885817194971117f,-0.15026809970002494f,0.011210802320858908f,-0.0029166666666666525f,-0.13169056261949474f,0.8254086538190135f,-0.5489609730369226f,1.6514062031461845f,0.07323782897584374f,-0.5441691395266983f,-0.8357727968734553f,-0.12338201952961604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.952155084436423e-17f,1.0702701907322441e-16f,-0.002916666666666653f,0f,0.8739419328719169f,-0.48603034675635015f,1.6711906212769374f,-1.2246467991473532e-16f,-0.48603034675635015f,-0.8739419328719169f,-0.12045332869490584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9918203515412617f,0.12764164786059465f,1.2165798372426164e-16f,-0.0029166666666666534f,0.12680085007998868f,0.985287058025289f,-0.11459039098834937f,1.6958221643707465f,-0.014626506334742868f,-0.11365308187331528f,-0.9934128257140317f,-0.11630856912058382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9918203515412617f,-0.1276416478605946f,1.2165798372426164e-16f,-0.0029166666666666534f,-0.12680085007998868f,0.985287058025289f,-0.11459039098834937f,1.6958221643707465f,0.014626506334742625f,-0.11365308187331531f,-0.9934128257140317f,-0.11630856912058382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.4033275553692575e-17f,1.2165798372426164e-16f,-0.0029166666666666534f,0f,0.9934128257140317f,-0.11459039098834937f,1.6958221643707465f,-1.2246467991473532e-16f,-0.11459039098834937f,-0.9934128257140317f,-0.11630856912058382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9853087078540094f,0.170747353813014f,-0.0034772680247237395f,-0.19666666666666666f,0.16657384342084144f,0.9563342945870272f,-0.24016217788141017f,1.7090811842614848f,-0.03768162569570695f,-0.23721310706321963f,-0.9707265510545914f,-0.11998156893655414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9853087078540094f,-0.1704006724591474f,0.011417576473696671f,0.19083333333333335f,-0.16657384342084144f,0.9441250707188154f,-0.28439586060314037f,1.710210315704812f,0.03768162569570671f,-0.2821195875256843f,-0.9586389484155473f,-0.12655196088032736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.732832319438827e-17f,1.1663701862665162e-16f,-0.007812499999999989f,0f,0.952413534317477f,-0.3048088903704945f,1.5632348225102195f,-1.2246467991473532e-16f,-0.3048088903704945f,-0.952413534317477f,-0.08631522511545897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.7020691664626458e-17f,1.1944655729063003e-16f,1.6608002209347977e-17f,0f,0.9753551585142213f,-0.22064069153195284f,1.7811657407407409f,-1.2246467991473532e-16f,-0.22064069153195284f,-0.9753551585142213f,-0.13561462962962967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.32006187175698697f,-0.13185212857787376f,-0.9381766435149075f,-0.6572482706089786f,2.318644503243941e-15f,0.9902680687415704f,-0.1391731009600654f,2.4665592592592596f,0.9473966425143241f,0.04454400319150047f,0.3169470516226037f,0.1827307823821428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.32006187175698697f,-0.13185212857787376f,-0.9381766435149075f,-0.6272424701317612f,2.318644503243941e-15f,0.9902680687415704f,-0.1391731009600654f,2.4665592592592596f,0.9473966425143241f,0.04454400319150047f,0.3169470516226037f,0.27154921761786066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.32006187175698697f,-0.13185212857787376f,-0.9381766435149075f,-0.5015188738431338f,2.318644503243941e-15f,0.9902680687415704f,-0.1391731009600654f,2.4874352244032694f,0.9473966425143241f,0.04454400319150047f,0.3169470516226037f,0.1795979422566112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8564546009905427f,-0.45464887481903493f,0.24449931915634412f,0.9016245034757118f,-0.3801045458498811f,0.8758805962273974f,0.2972435287379598f,2.67609168737588f,-0.3492936453278043f,0.16164028513376294f,-0.922966070641543f,-0.5784146508380182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8558795931272907f,-0.45464887481903493f,-0.24650460988397135f,0.9851248298576171f,-0.47986200849529576f,0.8758805962273974f,0.050652087372579285f,2.7180271274389334f,0.19287969014679623f,0.16164028513376294f,-0.967817050557982f,-0.5707872750879079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8906701480736565f,-0.45464887481903493f,-0.0010430514063445523f,0.9435311243776161f,-0.4473113606725666f,0.8758805962273974f,0.18095780658925914f,2.669915736419018f,-0.08135867466784232f,0.16164028513376294f,-0.9834903071602525f,-0.4270774168889252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014421727040325934f,0.0000045015218738698224f,0.000003986315967582518f,0.1142712834237322f,0.000004547153069358025f,0.000014942720268461592f,-4.2324336065093384e-7f,2.1478001234127366f,-0.000003934185193678574f,7.69439274783088e-7f,-0.000015102012285263896f,0.49206414570579704f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137.mcfunction new file mode 100644 index 000000000..e0ef017ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137_as_bone.mcfunction new file mode 100644 index 000000000..1b0b09b1e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_137_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7684300870282705f,-0.1354949571312379f,-0.24104099731409329f,0.02945497635809985f,-0.137536612927508f,0.8048805239033374f,-0.013980943815135235f,1.8759284303439832f,0.23988189989784045f,0.027439083030180254f,-0.7801590961261103f,-0.4667641749565446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7462418006541345f,0.16543782424607834f,-0.23612179328727506f,0.02945497635809985f,0.1772543802871729f,0.7799957145425854f,-0.013695618431152884f,1.8759284303439832f,0.2273852669490379f,-0.0650923313757092f,-0.7642374819194551f,-0.4667641749565446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7684300870282705f,0.1354949571312379f,0.24104099731409345f,-0.029454976358099738f,0.137536612927508f,0.8048805239033374f,-0.013980943815135235f,1.8759284303439832f,-0.23988189989784062f,0.02743908303018029f,-0.7801590961261103f,-0.4667641749565446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7462418006541345f,-0.16543782424607834f,0.23612179328727523f,-0.029454976358099738f,-0.1772543802871729f,0.7799957145425854f,-0.013695618431152884f,1.8759284303439832f,-0.22738526694903807f,-0.06509233137570924f,-0.7642374819194551f,-0.4667641749565446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9473619881443909f,0.9182435488528465f,0.837102322544406f,-0.13648254933164156f,1.1990229477300076f,0.9517376601700233f,0.31296269271421584f,1.5593807181433625f,-0.3259685325855108f,0.8321240659926973f,-1.2816865079105064f,0.22383379307549353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.28671620384970997f,-0.8590563390593746f,-0.42404719639671834f,-0.23364714005646658f,-0.7381938788814555f,0.08401990864085221f,-0.6693358291126615f,1.7357852725368483f,0.6106255936594559f,0.5049384727606803f,-0.6100602618546374f,0.07627675391490013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.16335630949914387f,-0.8590563390593746f,-0.48511537026641965f,-0.2984375f,-0.8898585836458889f,0.08401990864085221f,-0.4484332236395021f,2.062515383075731f,0.42598875250240226f,0.5049384727606803f,-0.7507134749473722f,-0.08337357044319432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2766399427682058f,0.8152764281830016f,0.5087186724648216f,0.5653402987626823f,0.26666659772726353f,0.5737156094012965f,-0.7744283860925195f,2.0197946567744034f,-0.9232330516840097f,-0.07857954682018442f,-0.37611964466079795f,0.1371111326573679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7383279905970382f,0.5303838483341707f,0.4166110316916429f,0.2984375f,0.1391677551107314f,0.7242276636464544f,-0.6753714734474927f,2.062515383075731f,-0.6599273552735779f,-0.4406668408621565f,-0.6085298851545317f,-0.08337357044319425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.297012204730435e-17f,1.0503504917867257e-16f,-0.15625000000000003f,0f,0.8576762643057743f,-0.5141900676272262f,1.7668290354398952f,-1.2246467991473532e-16f,-0.5141900676272262f,-0.8576762643057743f,0.13132329411132987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.708323002897762e-17f,1.194323929167295e-16f,-0.15625000000000003f,0f,0.9752394976239923f,-0.22115135603044095f,1.9483042452692034f,-1.2246467991473532e-16f,-0.22115135603044095f,-0.9752394976239923f,0.08376216799547226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.501297695518055e-17f,1.0941284290771056e-16f,0.15624999999999997f,0f,0.8934236629196928f,-0.44921504709343724f,1.761792401897239f,-1.2246467991473532e-16f,-0.44921504709343724f,-0.8934236629196928f,0.10397713230391964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,9.132512462916635e-18f,1.2212368747598989e-16f,0.15624999999999997f,0f,0.9972155854326091f,-0.07457262346396568f,1.9483042452692034f,-1.2246467991473532e-16f,-0.07457262346396568f,-0.9972155854326091f,0.08376216799547229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.485844499087769e-18f,1.221703248328164e-16f,0.29375f,0f,0.9975964083511764f,0.06929217881429926f,2.638825497933248f,-1.2246467991473532e-16f,0.06929217881429926f,-0.9975964083511764f,-0.06244717883842165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.485844499087769e-18f,1.221703248328164e-16f,0.33125f,0f,0.9975964083511764f,0.06929217881429926f,2.520622088653192f,-1.2246467991473532e-16f,0.06929217881429926f,-0.9975964083511764f,-0.16463336447313182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.485844499087769e-18f,1.221703248328164e-16f,-0.29375f,0f,0.9975964083511764f,0.06929217881429926f,2.638825497933248f,-1.2246467991473532e-16f,0.06929217881429926f,-0.9975964083511764f,-0.06244717883842172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.485844499087769e-18f,1.221703248328164e-16f,-0.33125f,0f,0.9975964083511764f,0.06929217881429926f,2.520622088653192f,-1.2246467991473532e-16f,0.06929217881429926f,-0.9975964083511764f,-0.16463336447313193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.221703248328164e-16f,0.19523827377799088f,0.15605846046647198f,0.9853143411480428f,0.06929217881429926f,2.7468573683038446f,0.010839684924286804f,0.06843907710931682f,-0.9975964083511764f,-0.07687108433786094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.221703248328164e-16f,0.08005326181113279f,-1.3877787807814457e-17f,0.9975964083511764f,0.06929217881429926f,2.75691052914601f,-1.222980050563649e-16f,0.06929217881429926f,-0.9975964083511764f,-0.07617280053000763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.221703248328164e-16f,0.05771677939820301f,0.2413404141517368f,0.9679635315714303f,0.06929217881429926f,2.7526012269143103f,0.016763295248986294f,0.06723390496786676f,-0.9975964083511764f,-0.07647212091478862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.221703248328164e-16f,0.08682420206637906f,-0.06958880766638254f,0.9951663136394531f,0.06929217881429926f,2.762578366626651f,-0.004833578052133023f,0.06912338654932036f,-0.9975964083511764f,-0.07577911746848974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.221703248328164e-16f,0.1446100421182231f,0.08694625593224288f,0.9938002528348099f,0.06929217881429926f,2.869229190596687f,0.006039211311163675f,0.06902850115403011f,-0.9975964083511764f,-0.09969653721362645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.221703248328164e-16f,0.12500000000000003f,0.08694625593224288f,0.9938002528348099f,0.06929217881429926f,2.6456241337088553f,0.006039211311163675f,0.06902850115403011f,-0.9975964083511764f,-0.1152279499732832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.221703248328164e-16f,-0.19523827377799086f,-0.15605846046647198f,0.9853143411480428f,0.06929217881429926f,2.7468573683038446f,-0.010839684924287045f,0.06843907710931676f,-0.9975964083511764f,-0.07687108433786097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.221703248328164e-16f,-0.08005326181113277f,1.3877787807814457e-17f,0.9975964083511764f,0.06929217881429926f,2.75691052914601f,-1.231653667943533e-16f,0.06929217881429926f,-0.9975964083511764f,-0.07617280053000765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.221703248328164e-16f,-0.05771677939820295f,-0.2413404141517368f,0.9679635315714303f,0.06929217881429926f,2.7526012269143103f,-0.016763295248986534f,0.06723390496786669f,-0.9975964083511764f,-0.07647212091478864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.221703248328164e-16f,-0.086824202066379f,0.06958880766638254f,0.9951663136394531f,0.06929217881429926f,2.762578366626651f,0.004833578052132779f,0.06912338654932038f,-0.9975964083511764f,-0.07577911746848975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.221703248328164e-16f,-0.14461004211822304f,-0.08694625593224288f,0.9938002528348099f,0.06929217881429926f,2.869229190596687f,-0.006039211311163919f,0.06902850115403009f,-0.9975964083511764f,-0.09969653721362648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.221703248328164e-16f,-0.12499999999999999f,-0.08694625593224288f,0.9938002528348099f,0.06929217881429926f,2.6456241337088553f,-0.006039211311163919f,0.06902850115403009f,-0.9975964083511764f,-0.11522794997328323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.485844499087769e-18f,1.221703248328164e-16f,1.464252666546623e-17f,0f,0.9975964083511764f,0.06929217881429926f,2.1321905938409307f,-1.2246467991473532e-16f,0.06929217881429926f,-0.9975964083511764f,-0.11956530385463734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.1942921037045436e-18f,1.2244501994275715e-16f,1.3819667126577028e-17f,0f,0.9998394641459736f,-0.01791775477821278f,1.7572507947861908f,-1.2246467991473532e-16f,-0.01791775477821278f,-0.9998394641459736f,-0.11284614581280755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9854007586497978f,-0.16336604156499565f,0.047925789673067126f,0.15616465886734388f,-0.1674363199818659f,0.8789465359162446f,-0.44656249926719566f,1.3309287812885704f,0.030828941002460114f,-0.4480675434175275f,-0.8934679921141266f,0.22725980595088108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9854007586497978f,-0.10320985930313148f,0.13539966689409083f,0.125f,-0.1674363199818659f,0.4434848061002395f,-0.8805034386696984f,1.4579334446297256f,0.030828941002460114f,-0.8903195784103934f,-0.454291343408397f,-0.07909145794139172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9812144369303327f,0.18387459033402534f,0.058381193795471575f,-0.17004044754574832f,0.18852237682064485f,0.9781349135492998f,0.08781460205340913f,1.2945353012232714f,-0.040957809968122406f,0.09717111672404616f,-0.9944245732468688f,0.19899112653464024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9812144369303327f,0.15174282185104612f,-0.11913162794225442f,-0.12499999999999999f,0.18852237682064485f,0.6230857991771672f,-0.7590938020440199f,1.46588734366624f,-0.040957809968122406f,-0.767292775204115f,-0.6399876990397415f,-0.09132329878560298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.988799837282299f,0.1492477195487387f,1.0620682594720009e-16f,-0.002708333333333322f,0.12943427104178598f,0.857531267692677f,-0.4978824102228073f,1.6495565933817986f,-0.07430781432918372f,-0.49230604621403073f,-0.8672445477434425f,-0.10859557132391766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.988799837282299f,-0.1487808009496368f,0.011796400268025746f,-0.0027083333333333217f,-0.12943427104178595f,0.8154963373462479f,-0.564103264708454f,1.628495236490968f,0.07430781432918346f,-0.5593120748237419f,-0.82561998018821f,-0.11142085577416014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.097301000311305e-17f,1.0620682594720009e-16f,-0.002708333333333322f,0f,0.8672445477434425f,-0.4978824102228073f,1.6495565933817986f,-1.2246467991473532e-16f,-0.4978824102228073f,-0.8672445477434425f,-0.10859557132391766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9921874493325091f,0.12475602344997064f,1.2145567345522908e-16f,-0.0027083333333333226f,0.12372813823758959f,0.9840126552113425f,-0.1281032481718694f,1.6742372862105546f,-0.01598165183294727f,-0.1271024350548565f,-0.9917608370004416f,-0.10474417027648286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9921874493325091f,-0.12475602344997061f,1.2145567345522908e-16f,-0.0027083333333333226f,-0.12372813823758959f,0.9840126552113425f,-0.1281032481718694f,1.6742372862105546f,0.015981651832947027f,-0.12710243505485655f,-0.9917608370004416f,-0.10474417027648286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.568812328340589e-17f,1.2145567345522908e-16f,-0.0027083333333333226f,0f,0.9917608370004416f,-0.1281032481718694f,1.6742372862105546f,-1.2246467991473532e-16f,-0.1281032481718694f,-0.9917608370004416f,-0.10474417027648286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9858013254184597f,0.16788587777873665f,-0.003174719778394536f,-0.19645833333333332f,0.16331505150127065f,0.9542238362540644f,-0.2505694799406218f,1.6873886009523735f,-0.03903768379842155f,-0.24753020495898967f,-0.9680934133009144f,-0.10816370380275696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9858013254184597f,-0.16752371638795788f,0.011469579363484713f,0.1910416666666667f,-0.16331505150127065f,0.9406714833437221f,-0.2974312599190924f,1.6885033331486499f,0.03903768379842131f,-0.29508128519356913f,-0.9546743394331735f,-0.11515881616714345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.874373322843659e-17f,1.1617452802633766e-16f,-0.007812499999999991f,0f,0.948637011971312f,-0.31636659039497333f,1.5420244292717926f,-1.2246467991473532e-16f,-0.31636659039497333f,-0.948637011971312f,-0.07314093679728845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.8471024347955424e-17f,1.1910918771949e-16f,1.5318675916290106e-17f,0f,0.9726003269058348f,-0.23248355662855658f,1.759339814814815f,-1.2246467991473532e-16f,-0.23248355662855658f,-0.9726003269058348f,-0.12508648148148155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3392852451320533f,-0.13904188010740506f,-0.9303509434680445f,-0.6125072194595296f,3.6202864444746544e-16f,0.9890158633619168f,-0.14780941112961055f,2.3744495541838138f,0.9406835400046513f,0.050149552287934024f,0.33555848964023727f,0.25219929308148614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3392852451320533f,-0.13904188010740506f,-0.9303509434680445f,-0.5806992277283995f,3.6202864444746544e-16f,0.9890158633619168f,-0.14780941112961055f,2.374449554183814f,0.9406835400046513f,0.050149552287934024f,0.33555848964023727f,0.3403883749569222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3392852451320533f,-0.13904188010740506f,-0.9303509434680445f,-0.45705058207375787f,3.6202864444746544e-16f,0.9890158633619168f,-0.14780941112961055f,2.3966209658532556f,0.9406835400046513f,0.050149552287934024f,0.33555848964023727f,0.2459600605731686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8685299447036687f,-0.46574576945216634f,0.16951877002400592f,0.8741648735556372f,-0.4111032468702598f,0.8680015341884035f,0.2785093482440185f,2.65534863675278f,-0.27685710315210005f,0.1722039920675105f,-0.9453549225292268f,-0.5630343700637077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.814837650251008f,-0.46574576945216634f,-0.3451383519269132f,0.9566781681110295f,-0.4965604889431343f,0.8680015341884035f,0.0010086957584762302f,2.6998394095435168f,0.2991108231976432f,0.1722039920675105f,-0.9385512775347127f,-0.5641251762325887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8801418085908508f,-0.46574576945216634f,-0.09182197453679485f,0.9291948170138525f,-0.47456824310119733f,0.8680015341884035f,0.14614485720141032f,2.6556722945679367f,0.01163526580139865f,0.1722039920675105f,-0.9849925917009446f,-0.41583088439300653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014583755774720121f,0.000004201474271197725f,0.000003715145549205457f,0.10493949283807243f,0.000004250777166065945f,0.000015032399213490883f,-3.138349417942876e-7f,2.1105724884047037f,-0.0000036586317097748354f,7.17783278366252e-7f,-0.00001517365566294187f,0.507187278883966f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138.mcfunction new file mode 100644 index 000000000..3b23fae4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138_as_bone.mcfunction new file mode 100644 index 000000000..4633c2330 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_138_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7691173426304567f,-0.13561613883654638f,-0.23877022552356827f,0.0293695244036965f,-0.13710633987155063f,0.8049253797844764f,-0.015537985399900284f,1.842891193087207f,0.23791765230124454f,0.025452707328047764f,-0.7808276345375983f,-0.45632735779891737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7469092118692111f,0.16558578575024888f,-0.23389736377818934f,0.0293695244036965f,0.1776606033784507f,0.779875012234591f,-0.015220883657045176f,1.842891193087207f,0.2248629343224863f,-0.06615370624212331f,-0.7648923766898923f,-0.45632735779891737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7691173426304567f,0.13561613883654638f,0.23877022552356844f,-0.02936952440369639f,0.13710633987155063f,0.8049253797844764f,-0.015537985399900284f,1.842891193087207f,-0.2379176523012447f,0.0254527073280478f,-0.7808276345375983f,-0.45632735779891737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7469092118692111f,-0.16558578575024888f,0.2338973637781895f,-0.02936952440369639f,-0.1776606033784507f,0.779875012234591f,-0.015220883657045176f,1.842891193087207f,-0.22486293432248644f,-0.06615370624212336f,-0.7648923766898923f,-0.45632735779891737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8986246273463341f,0.9177578491396582f,0.8897193711891467f,-0.16408426131397463f,1.2419951424919515f,0.8840427809415861f,0.34252398089982394f,1.510792565761191f,-0.30220538571153704f,0.9042096780103686f,-1.2379349793261865f,0.21087374195328046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.24296371770678776f,-0.8729066008748914f,-0.4230871045389349f,-0.25070320744441693f,-0.7733334320721217f,0.0890002782757242f,-0.6277215571464759f,1.6965834266758315f,0.5855971607834598f,0.4797009658275527f,-0.6534240190461809f,0.06835361783825143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.11696617249001724f,-0.8729066008748914f,-0.4736591397218878f,-0.2984375f,-0.9163720701594718f,0.0890002782757242f,-0.39030908200871717f,2.0333125866429715f,0.38285916930991665f,0.4797009658275527f,-0.7894972069991341f,-0.07577772215438684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2876893508009275f,0.7983366003672454f,0.5290496290045102f,0.572739412289905f,0.2118968621280513f,0.5917713035790418f,-0.7777573169573186f,2.0148689927319046f,-0.9339885209444634f,-0.11164854130005669f,-0.3394113226890686f,0.1369730611231693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7624011659011558f,0.4842080063956417f,0.42928669764496125f,0.2984375f,0.06990641963976985f,0.721142434687951f,-0.6892508116683523f,2.0333125866429715f,-0.6433176157433484f,-0.49547572638293014f,-0.5836490810749222f,-0.07577772215438677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.424257026152814e-17f,1.0426164200131893e-16f,-0.15625000000000003f,0f,0.8513609154403536f,-0.5245803958027435f,1.735191400061277f,-1.2246467991473532e-16f,-0.5245803958027435f,-0.8513609154403536f,0.1430437069422148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.7840044558794217e-17f,1.1925824812390514e-16f,-0.15625000000000003f,0f,0.9738174974771289f,-0.22733121564664638f,1.916361360740447f,-1.2246467991473532e-16f,-0.22733121564664638f,-0.9738174974771289f,0.09433274464923656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.586425770676199e-17f,1.0898065212454481e-16f,0.15624999999999997f,0f,0.8898945573566305f,-0.45616628194885955f,1.7298018295836544f,-1.2246467991473532e-16f,-0.45616628194885955f,-0.8898945573566305f,0.11410276828497495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.841187165471936e-18f,1.2214512366903424e-16f,0.15624999999999997f,0f,0.9973906252323236f,-0.07219377188286055f,1.916361360740447f,-1.2246467991473532e-16f,-0.07219377188286055f,-0.9973906252323236f,0.09433274464923659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.244170288435527e-18f,1.2218687115592187e-16f,0.29375f,0f,0.9977315193327018f,0.06731875912447115f,2.606592054802527f,-1.2246467991473532e-16f,0.06731875912447115f,-0.9977315193327018f,-0.05324219379525578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.244170288435527e-18f,1.2218687115592187e-16f,0.33125f,0f,0.9977315193327018f,0.06731875912447115f,2.4881867485538582f,-1.2246467991473532e-16f,0.06731875912447115f,-0.9977315193327018f,-0.15519436862325545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.244170288435527e-18f,1.2218687115592187e-16f,-0.29375f,0f,0.9977315193327018f,0.06731875912447115f,2.606592054802527f,-1.2246467991473532e-16f,0.06731875912447115f,-0.9977315193327018f,-0.05324219379525585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.244170288435527e-18f,1.2218687115592187e-16f,-0.33125f,0f,0.9977315193327018f,0.06731875912447115f,2.4881867485538582f,-1.2246467991473532e-16f,0.06731875912447115f,-0.9977315193327018f,-0.15519436862325553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2218687115592187e-16f,0.19523827377799086f,0.15607959648058797f,0.9854477886891817f,0.06731875912447115f,2.7145951827873844f,0.010530974070808684f,0.06648995349057273f,-0.9977315193327018f,-0.06787976227887507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2218687115592187e-16f,0.08005326181113276f,0f,0.9977315193327018f,0.06731875912447115f,2.7246497051946252f,-1.231653667943533e-16f,0.06731875912447116f,-0.9977315193327018f,-0.06720136537657281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2218687115592187e-16f,0.05771677939820298f,0.24137310045650373f,0.9680946291793773f,0.06731875912447115f,2.7203398193260466f,0.016285881816809372f,0.06531910427667764f,-0.9977315193327018f,-0.06749216120993975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2218687115592187e-16f,0.08682420206637903f,-0.06959823253201784f,0.9953010954974182f,0.06731875912447115f,2.7303183103074256f,-0.00469591925335339f,0.06715477401067294f,-0.9977315193327018f,-0.06681889428613802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2218687115592187e-16f,0.14461004211822306f,0.0869580316301911f,0.9939348496782594f,0.06731875912447115f,2.8369216160565376f,0.005867216452343852f,0.0670625909219135f,-0.9977315193327018f,-0.09094722668011107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2218687115592187e-16f,0.125f,0.0869580316301911f,0.9939348496782594f,0.06731875912447115f,2.6132862748789294f,0.005867216452343852f,0.0670625909219135f,-0.9977315193327018f,-0.10603630963754158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2218687115592187e-16f,-0.19523827377799086f,-0.15607959648058797f,0.9854477886891817f,0.06731875912447115f,2.7145951827873844f,-0.010530974070808927f,0.06648995349057267f,-0.9977315193327018f,-0.06787976227887511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2218687115592187e-16f,-0.08005326181113277f,0f,0.9977315193327018f,0.06731875912447115f,2.7246497051946252f,-1.222980050563649e-16f,0.06731875912447115f,-0.9977315193327018f,-0.06720136537657283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2218687115592187e-16f,-0.05771677939820295f,-0.24137310045650373f,0.9680946291793773f,0.06731875912447115f,2.7203398193260466f,-0.016285881816809608f,0.06531910427667757f,-0.9977315193327018f,-0.06749216120993975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2218687115592187e-16f,-0.086824202066379f,0.06959823253201784f,0.9953010954974182f,0.06731875912447115f,2.7303183103074256f,0.004695919253353144f,0.06715477401067295f,-0.9977315193327018f,-0.06681889428613803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2218687115592187e-16f,-0.14461004211822304f,-0.0869580316301911f,0.9939348496782594f,0.06731875912447115f,2.8369216160565376f,-0.005867216452344097f,0.06706259092191347f,-0.9977315193327018f,-0.0909472266801111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2218687115592187e-16f,-0.12499999999999999f,-0.0869580316301911f,0.9939348496782594f,0.06731875912447115f,2.6132862748789294f,-0.005867216452344097f,0.06706259092191347f,-0.9977315193327018f,-0.10603630963754161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.244170288435527e-18f,1.2218687115592187e-16f,1.3392500268301948e-17f,0f,0.9977315193327018f,0.06731875912447115f,2.0998451599982797f,-1.2246467991473532e-16f,0.06731875912447115f,-0.9977315193327018f,-0.10935806370968615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.4364887781018137e-18f,1.2244044000677537e-16f,1.2478816976513768e-17f,0f,0.9998020661306033f,-0.019895440708277617f,1.7249193851993034f,-1.2246467991473532e-16f,-0.019895440708277617f,-0.9998020661306033f,-0.10189727344408205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9859244456302437f,-0.1598290254366845f,0.049068015413874407f,0.15428552650703606f,-0.16394457295910167f,0.8666462778644861f,-0.4712180026918431f,1.3119095983585416f,0.03278970121782675f,-0.47262978290792423f,-0.8806508523827441f,0.2456168602103902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9859244456302437f,-0.0981152664176624f,0.13537496816061562f,0.125f,-0.16394457295910167f,0.40854841895323823f,-0.897892179700919f,1.425916322868905f,0.03278970121782675f,-0.9074478408518036f,-0.41888333892319607f,-0.06492371637119566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9815047507831383f,0.1841440801070978f,0.05233910537676821f,-0.16855299037544086f,0.18650350806023944f,0.9814485201333499f,0.04444371507065642f,1.273210720920129f,-0.04318409048890461f,0.05338314424580337f,-0.997639902088463f,0.21947284418751067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9815047507831383f,0.14743438289548827f,-0.12211276317550206f,-0.12499999999999999f,0.18650350806023944f,0.5925257925335597f,-0.7836642308180852f,1.4336188454699987f,-0.04318409048890461f,-0.7919446242779248f,-0.6090639099519383f,-0.07764558227766323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9890158633619168f,0.14780941112961068f,1.0536694989501947e-16f,-0.002499999999999987f,0.12717321294065684f,0.8509358371147443f,-0.5096422029465177f,1.6172747506590057f,-0.07532991390432242f,-0.5040442233528195f,-0.8603864393258533f,-0.09635190469241393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9890158633619168f,-0.14729102272053116f,0.012368372747545472f,-0.0024999999999999866f,-0.12717321294065684f,0.8053057249506472f,-0.579059291672332f,1.5949358334078152f,0.07532991390432217f,-0.5742717509922044f,-0.8151916094290439f,-0.09903952841004854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.241316925488588e-17f,1.0536694989501947e-16f,-0.002499999999999987f,0f,0.8603864393258533f,-0.5096422029465177f,1.6172747506590057f,-1.2246467991473532e-16f,-0.5096422029465177f,-0.8603864393258533f,-0.09635190469241393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,0.12186934340514746f,1.2123085424639378e-16f,-0.0024999999999999875f,0.12064151572306073f,0.9825462976445507f,-0.14159236444465556f,1.6420011009363888f,-0.01725576848605264f,-0.1405369564313384f,-0.989925048845099f,-0.09279444555822791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.992546151641322f,-0.12186934340514743f,1.2123085424639378e-16f,-0.0024999999999999875f,-0.12064151572306073f,0.9825462976445507f,-0.14159236444465556f,1.6420011009363888f,0.017255768486052397f,-0.14053695643133846f,-0.989925048845099f,-0.09279444555822791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.7340063590085294e-17f,1.2123085424639378e-16f,-0.0024999999999999875f,0f,0.989925048845099f,-0.14159236444465556f,1.6420011009363888f,-1.2246467991473532e-16f,-0.14159236444465556f,-0.989925048845099f,-0.09279444555822791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,0.16502246831087908f,-0.002880477898981003f,-0.19624999999999998f,0.16004694457558036f,0.9519936790886813f,-0.2609463747730898f,1.6550528436583503f,-0.04031981810924642f,-0.25782866389868603f,-0.965349000279099f,-0.09595849795108242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9862856015372314f,-0.1646455581880647f,0.011513138984751217f,0.19125000000000003f,-0.16004694457558036f,0.9370321267857457f,-0.31041225636788766f,1.6561430056421735f,0.04031981810924618f,-0.3079977817133148f,-0.9505323133525312f,-0.10337889112982646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.015341529013354e-17f,1.1569486188745222e-16f,-0.007812499999999993f,0f,0.9447202407094315f,-0.3278775179757128f,1.510182275605422f,-1.2246467991473532e-16f,-0.3278775179757128f,-0.9447202407094315f,-0.05958599490761774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.9917147802418435e-17f,1.1875420874220343e-16f,1.3981792505865325e-17f,0f,0.9697017035841251f,-0.24429205076310917f,1.7268499999999998f,-1.2246467991473532e-16f,-0.24429205076310917f,-0.9697017035841251f,-0.11416999999999994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3583679495453151f,-0.14604415459112038f,-0.9220865022591163f,-0.5694545333002304f,2.606221388912763e-15f,0.9876883405951378f,-0.1564344650402309f,2.2688081618655684f,0.933580426497196f,0.05606109847468343f,0.3539558454088946f,0.31783316373565573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3583679495453151f,-0.14604415459112038f,-0.9220865022591163f,-0.5358575380303572f,2.606221388912763e-15f,0.9876883405951378f,-0.1564344650402309f,2.268808161865569f,0.933580426497196f,0.05606109847468343f,0.3539558454088946f,0.4053563287197679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3583679495453151f,-0.14604415459112038f,-0.9220865022591163f,-0.4143430603264263f,2.606221388912763e-15f,0.9876883405951378f,-0.1564344650402309f,2.2922733316216033f,0.933580426497196f,0.05606109847468343f,0.3539558454088946f,0.3085013694163776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8747891884083719f,-0.475130709561866f,0.09484031144539554f,0.8470958175308366f,-0.44003411237474616f,0.8610481280623383f,0.25488448581055756f,2.6241556430773048f,-0.20276551923438857f,0.18123722021588376f,-0.9623093131722399f,-0.5472704782843275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7634650563082691f,-0.475130709561866f,-0.4374607601002052f,0.9278409324691589f,-0.5058124168134609f,0.8610481280623383f,-0.052439681136223534f,2.670773856922693f,0.4015904714924612f,0.18123722021588376f,-0.8977071700810247f,-0.5570700217156717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.861281226008771f,-0.475130709561866f,-0.1801262295060496f,0.9144873094259052f,-0.49726094768413864f,0.8610481280623383f,0.10643153230417841f,2.631500020154372f,0.10452846326767017f,0.18123722021588376f,-0.9778685343006587f,-0.40548996985490077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014734836365313125f,0.000003897709943518716f,0.0000034399243427205246f,0.09559499999999993f,0.000003948187504690376f,0.000015116405938377655f,-2.161294380402951e-7f,2.0626599999999997f,-0.000003381868967782858f,6.653974018405502e-7f,-0.000015240106088291223f,0.522705f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139.mcfunction new file mode 100644 index 000000000..65f5c05b5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139_as_bone.mcfunction new file mode 100644 index 000000000..6f9e2885f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_139_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7697980902777753f,-0.13573617301382246f,-0.23649743335752285f,0.02928488163507617f,-0.13668441900805428f,0.8049655189750796f,-0.01709758187744292f,1.800891755374048f,0.2359506606254048f,0.023465912323770106f,-0.7814864561549949f,-0.44563253401225567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.747570303045496f,0.16573234613555157f,-0.23167095512573668f,0.02928488163507617f,0.17805749936541182f,0.7797531722206357f,-0.016748651635046127f,1.800891755374048f,0.2223379610507431f,-0.0672144319046251f,-0.7655377529681583f,-0.44563253401225567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7697980902777753f,0.13573617301382246f,0.23649743335752302f,-0.02928488163507606f,0.13668441900805428f,0.8049655189750796f,-0.01709758187744292f,1.800891755374048f,-0.23595066062540496f,0.023465912323770134f,-0.7814864561549949f,-0.44563253401225567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.747570303045496f,-0.16573234613555157f,0.23167095512573685f,-0.02928488163507606f,-0.17805749936541182f,0.7797531722206357f,-0.016748651635046127f,1.800891755374048f,-0.22233796105074327f,-0.06721443190462513f,-0.7655377529681583f,-0.44563253401225567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8454593213586643f,0.9110031373714819f,0.9469308684518972f,-0.19372087845064614f,1.2836924287713702f,0.8130964972867569f,0.3638874611951717f,1.4555285170082606f,-0.28060387424767963f,0.9748608207325413f,-1.1884082194085785f,0.19774511318755844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.19511962910477346f,-0.8871770587991052f,-0.41814494697244f,-0.2687360578102232f,-0.8052588836431153f,0.09847293694510059f,-0.5846889865588802f,1.6500335956438292f,0.5598986164046664f,0.4507992313990511f,-0.695193205028764f,0.06036230413701235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.06802229691945967f,-0.8871770587991052f,-0.4563878103788157f,-0.2984375f,-0.9383786750650309f,0.09847293694510059f,-0.33128317625953135f,1.9951370740839032f,0.3388486820175023f,0.4507992313990511f,-0.8258096776285845f,-0.06793727950798292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.285717804671213f,0.7872681704406473f,0.5464194029359668f,0.5766836484735907f,0.16850979866171148f,0.6025775050756247f,-0.7800671753969816f,1.9960990114137172f,-0.9433820985416524f,-0.1308020572769072f,-0.30482952278819164f,0.13845042400581453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7763290779628473f,0.44891024548836805f,0.4424847502512696f,0.2984375f,0.01408451569768325f,0.7141703858766394f,-0.6998301839406286f,1.9951370740839032f,-0.6301704445044349f,-0.5370663380182985f,-0.5607539205754141f,-0.06793727950798284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.550552069028896e-17f,1.0347282051685219e-16f,-0.15625000000000003f,0f,0.8449196992054686f,-0.5348931686744002f,1.6945996673014774f,-1.2246467991473532e-16f,-0.5348931686744002f,-0.8449196992054686f,0.15501823851425167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.859573956387866e-17f,1.1907930762904781e-16f,-0.15625000000000003f,0f,0.9723563374513815f,-0.23350193364967048f,1.875457093488301f,-1.2246467991473532e-16f,-0.23350193364967048f,-0.9723563374513815f,0.10515939884586735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.671214334986274e-17f,1.085418381237539e-16f,0.15624999999999997f,0f,0.8863113691174056f,-0.4630897936396678f,1.688850935990896f,-1.2246467991473532e-16f,-0.4630897936396678f,-0.8863113691174056f,0.12448436932588874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.549811565440604e-18f,1.2216586490838606e-16f,0.15624999999999997f,0f,0.9975599903044919f,-0.06981450954996424f,1.875457093488301f,-1.2246467991473532e-16f,-0.06981450954996424f,-0.9975599903044919f,0.1051593988458674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.002463821310783e-18f,1.2220293940575727e-16f,0.29375f,0f,0.9978627265497264f,0.06534507604055645f,2.56539452832402f,-1.2246467991473532e-16f,0.06534507604055645f,-0.9978627265497264f,-0.0437805538015795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.002463821310783e-18f,1.2220293940575727e-16f,0.33125f,0f,0.9978627265497264f,0.06534507604055645f,2.4467877883841065f,-1.2246467991473532e-16f,0.06534507604055645f,-0.9978627265497264f,-0.14549831892068588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.002463821310783e-18f,1.2220293940575727e-16f,-0.29375f,0f,0.9978627265497264f,0.06534507604055645f,2.56539452832402f,-1.2246467991473532e-16f,0.06534507604055645f,-0.9978627265497264f,-0.043780553801579566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.002463821310783e-18f,1.2220293940575727e-16f,-0.33125f,0f,0.9978627265497264f,0.06534507604055645f,2.4467877883841065f,-1.2246467991473532e-16f,0.06534507604055645f,-0.9978627265497264f,-0.145498318920686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2220293940575727e-16f,0.19523827377799086f,0.15610012181139263f,0.985577380527639f,0.06534507604055645f,2.673368491345753f,0.010222222013417536f,0.06454056972056031f,-0.9978627265497264f,-0.05863172799783921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2220293940575727e-16f,0.08005326181113276f,0f,0.9978627265497264f,0.06534507604055645f,2.6834243359783403f,-1.231653667943533e-16f,0.06534507604055646f,-0.9978627265497264f,-0.057973220655411016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2220293940575727e-16f,0.05771677939820298f,0.2414048423551627f,0.9682219389813128f,0.06534507604055645f,2.679113883335915f,0.015808404663835728f,0.06340404801533198f,-0.9978627265497264f,-0.05825549079958444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2220293940575727e-16f,0.08682420206637903f,-0.06960738508480727f,0.9954319831002566f,0.06534507604055645f,2.689093686544087f,-0.00455824208113107f,0.06518589871955369f,-0.9978627265497264f,-0.05760196303253112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2220293940575727e-16f,0.14461004211822306f,0.08696946709264473f,0.9940655576122107f,0.06534507604055645f,2.79564905697189f,0.005695198637216778f,0.0650964182980043f,-0.9978627265497264f,-0.08194111366985604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2220293940575727e-16f,0.125f,0.08696946709264473f,0.9940655576122107f,0.06534507604055645f,2.571984306509143f,0.005695198637216778f,0.0650964182980043f,-0.9978627265497264f,-0.09658780778690698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2220293940575727e-16f,-0.19523827377799086f,-0.15610012181139263f,0.985577380527639f,0.06534507604055645f,2.673368491345753f,-0.010222222013417777f,0.06454056972056027f,-0.9978627265497264f,-0.05863172799783925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2220293940575727e-16f,-0.08005326181113277f,0f,0.9978627265497264f,0.06534507604055645f,2.6834243359783403f,-1.231653667943533e-16f,0.06534507604055646f,-0.9978627265497264f,-0.05797322065541104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2220293940575727e-16f,-0.05771677939820295f,-0.2414048423551627f,0.9682219389813128f,0.06534507604055645f,2.679113883335915f,-0.015808404663835967f,0.0634040480153319f,-0.9978627265497264f,-0.05825549079958445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2220293940575727e-16f,-0.086824202066379f,0.06960738508480727f,0.9954319831002566f,0.06534507604055645f,2.689093686544087f,0.004558242081130825f,0.0651858987195537f,-0.9978627265497264f,-0.05760196303253114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2220293940575727e-16f,-0.14461004211822304f,-0.08696946709264473f,0.9940655576122107f,0.06534507604055645f,2.79564905697189f,-0.0056951986372170225f,0.06509641829800428f,-0.9978627265497264f,-0.08194111366985607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2220293940575727e-16f,-0.12499999999999999f,-0.08696946709264473f,0.9940655576122107f,0.06534507604055645f,2.571984306509143f,-0.0056951986372170225f,0.06509641829800428f,-0.9978627265497264f,-0.09658780778690701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.002463821310783e-18f,1.2220293940575727e-16f,1.211101581628141e-17f,0f,0.9978627265497264f,0.06534507604055645f,2.0585376255261405f,-1.2246467991473532e-16f,0.06534507604055645f,-0.9978627265497264f,-0.09889394905301323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.6786759193950313e-18f,1.2243538100539986e-16f,1.1106512346508273e-17f,0f,0.9997607562494276f,-0.021873048794640443f,1.6836273419326053f,-1.2246467991473532e-16f,-0.021873048794640443f,-0.9997607562494276f,-0.09069155575502306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9864383597182088f,-0.1562954767863181f,0.050110741489096514f,0.15244728996005025f,-0.1604287227607099f,0.8536546273435692f,-0.49551629854958235f,1.2840999647292721f,0.034669689785413974f,-0.49683548700857594f,-0.8671519540767546f,0.26366867966479746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9864383597182088f,-0.09309924245049686f,0.1351735681691993f,0.125f,-0.1604287227607099f,0.3729417518146495f,-0.9138802299354043f,1.3849726084217258f,0.034669689785413974f,-0.923172237888772f,-0.3828198424868012f,-0.050501720048673274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9817927497983236f,0.18421630046328696f,0.0463395197112174f,-0.1670553920042745f,0.1844581559875974f,0.9828398976543387f,0.0009613888204084153f,1.2432159127193187f,-0.045367225318521755f,0.009491586928896178f,-0.9989252848158714f,0.23979297946987294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9817927497983236f,0.14307741935797375f,-0.12494738297903182f,-0.12499999999999999f,0.1844581559875974f,0.5610054819939153f,-0.8069994038798478f,1.3924130293410495f,-0.045367225318521755f,-0.8153537276805922f,-0.5771829117569761f,-0.06370924823614293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9892297972789839f,0.14637079003469447f,1.0450754656786761e-16f,-0.0022916666666666563f,0.12490827695280518f,0.8441779227891192f,-0.5213075455277137f,1.5760478403208331f,-0.07630419728993901f,-0.5156929575823849f,-0.8533688786075285f,-0.08385196755660045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9892297972789839f,-0.14579886277861762f,0.012926708314277691f,-0.002291666666666656f,-0.12490827695280518f,0.7948402171965051f,-0.5938240071567451f,1.5524314374755768f,0.07630419728993876f,-0.5890430550812688f,-0.8044911116578377f,-0.08636764323413636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.384176170018775e-17f,1.0450754656786761e-16f,-0.0022916666666666563f,0f,0.8533688786075285f,-0.5213075455277137f,1.5760478403208331f,-1.2246467991473532e-16f,-0.5213075455277137f,-0.8533688786075285f,-0.08385196755660045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9928964554325089f,0.11898163215202541f,1.2098356776268503e-16f,-0.0022916666666666567f,0.11754264467111386f,0.9808881685787595f,-0.1550552399176738f,1.60081634882879f,-0.018448725519128833f,-0.15395379811049556f,-0.9879058014679702f,-0.08058899216757952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9928964554325089f,-0.11898163215202538f,1.2098356776268503e-16f,-0.0022916666666666567f,-0.11754264467111386f,0.9808881685787595f,-0.1550552399176738f,1.60081634882879f,0.01844872551912859f,-0.15395379811049562f,-0.9879058014679702f,-0.08058899216757952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.8988790325620412e-17f,1.2098356776268503e-16f,-0.0022916666666666567f,0f,0.9879058014679702f,-0.1550552399176738f,1.60081634882879f,-1.2246467991473532e-16f,-0.1550552399176738f,-0.9879058014679702f,-0.08058899216757952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9867615321125792f,0.16215716775426808f,-0.00259454981634636f,-0.19604166666666667f,0.15677086526730263f,0.949643987194779f,-0.2712917127155631f,1.6137766849872102f,-0.04152799713658963f,-0.2681069759083425f,-0.9624936752639506f,-0.0834957089958549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9867615321125792f,-0.16176624069071505f,0.011548251626500684f,0.19145833333333334f,-0.15677086526730263f,0.9332076239887822f,-0.32333639809423376f,1.614832090777279f,0.0415279971365894f,-0.32086634897104f,-0.9462136183504327f,-0.09134175872704749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.1557160968487175e-17f,1.1519809112506085e-16f,-0.007812499999999994f,0f,0.94066379959729f,-0.33933997130781623f,1.4694110435370098f,-1.2246467991473532e-16f,-0.33933997130781623f,-0.94066379959729f,-0.045780233967608816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.135884822943507e-17f,1.1838167283976787e-16f,1.2613204350529304e-17f,0f,0.9666597170889583f,-0.25606442813771546f,1.6853990740740739f,-1.2246467991473532e-16f,-0.25606442813771546f,-0.9666597170889583f,-0.1029946296296296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.37730207323439935f,-0.15284897807332842f,-0.9133894763106061f,-0.527523997645825f,3.903722566406113e-16f,0.9862856015372314f,-0.16504760586067768f,2.154866666666666f,0.926090246970037f,0.062272803873607306f,0.37212760226123404f,0.37764581596957625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.37730207323439935f,-0.15284897807332842f,-0.9133894763106061f,-0.4921519282801f,3.903722566406113e-16f,0.9862856015372314f,-0.16504760586067768f,2.154866666666666f,0.926090246970037f,0.062272803873607306f,0.37212760226123404f,0.46446677662301716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.37730207323439935f,-0.15284897807332842f,-0.9133894763106061f,-0.3728295415163716f,3.903722566406113e-16f,0.9862856015372314f,-0.16504760586067768f,2.179623807545768f,0.926090246970037f,0.062272803873607306f,0.37212760226123404f,0.3652371559571116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8753491116739874f,-0.48303184248880787f,0.021075384538090602f,0.8203970892008542f,-0.4663892856240236f,0.8550745668024913f,0.22655798256217918f,2.584245937743319f,-0.12745574505166046f,0.18848799523948262f,-0.9737696384175913f,-0.5312901218911112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7027598154969698f,-0.48303184248880787f,-0.5223110958657995f,0.8986333691324783f,-0.5070027942297235f,0.8550745668024913f,-0.10860778908892493f,2.632502793738161f,0.4990759545058422f,0.18848799523948262f,-0.8458105386460275f,-0.5497135540348143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.834520319270657f,-0.48303184248880787f,-0.26505862722474843f,0.8992740232503785f,-0.5147397972783151f,0.8550745668024913f,0.06237328198364139f,2.5990183734431938f,0.19651660953283248f,0.18848799523948262f,-0.9622128131698938f,-0.39616991598747864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014874729197552792f,0.0000035903112420550877f,0.000003161126616357429f,0.08625050716192743f,0.000003639823078094568f,0.000015194582411264819f,-1.3030083442575069e-7f,2.005786400484185f,-0.000003103988443863909f,6.123361270207073e-7f,-0.000015301337366645594f,0.5384816100049228f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..1e9ccc878 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6068673461010933f,-0.10700708682856479f,-0.5359159934627108f,0.049543356761364135f,-0.027944578255097434f,0.8058866307583858f,-0.12926826120701904f,1.2633868709520495f,0.545779780888597f,-0.07772172268938313f,-0.6025182229939888f,-0.4810413844397476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5893441560364288f,0.13065445385308422f,-0.5249789323716351f,0.049543356761364135f,0.2768150576926162f,0.739823109359813f,-0.12663013342728396f,1.2633868709520495f,0.46480844396411636f,-0.27493850320668156f,-0.5902219327288054f,-0.4810413844397476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.606867346101093f,0.10700708682856477f,0.535915993462711f,-0.049543356761364024f,0.027944578255097434f,0.8058866307583858f,-0.12926826120701904f,1.2633868709520495f,-0.5457797808885972f,-0.07772172268938309f,-0.6025182229939886f,-0.48104138443974753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5893441560364285f,-0.13065445385308413f,0.5249789323716353f,-0.049543356761364024f,-0.2768150576926162f,0.739823109359813f,-0.12663013342728396f,1.2633868709520495f,-0.4648084439641166f,-0.2749385032066816f,-0.5902219327288052f,-0.48104138443974753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0000014782000671740951f,0.000003787487091125173f,0.000015086765428545864f,-0.512459309985329f,-0.000015485316657445462f,-0.0000017903724881073754f,-0.000001067782455592165f,2.013365767953213f,0.000001469869919431214f,-0.000015052911110093905f,0.000003923005803151823f,-0.20742834773385108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3853124800699925f,-0.9182505687540727f,-0.09137935043068313f,-0.4399708145683451f,0.8887316481618143f,-0.39592246286433447f,0.23108756122955879f,1.786400327446797f,-0.24837542200849308f,0.007829200614470566f,0.9686322074760066f,-0.13289415282196143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3891845062773846f,-0.9182505687540727f,0.07315266951007578f,-0.2984375f,0.9059228435413736f,-0.39592246286433447f,-0.15016392692438396f,1.4506327320544476f,0.16685089638219056f,0.007829200614470566f,0.9859510545631553f,-0.19352089220644444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4106984666721896f,0.9084848506928248f,0.0773436845175348f,0.43913206472730254f,-0.8890369905067027f,-0.4178393001212986f,0.1871457955309913f,1.784978175329174f,0.20233635111837173f,0.008099094750556287f,0.979282597456078f,-0.11628156337721039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.37464237723339205f,0.9221551443818881f,-0.09629630767029208f,0.2984375f,-0.9024115297472222f,-0.386507394310117f,-0.1904349367182437f,1.4506327320544476f,-0.21282979152409767f,0.015553900913344076f,0.9769654835285562f,-0.19352089220644436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.380582511186041e-17f,1.0452949109420395e-16f,-0.15625f,0f,0.8535480692635742f,-0.521014101014958f,1.2577703258738255f,-1.2246467991473532e-16f,-0.521014101014958f,-0.8535480692635742f,0.0778891633539795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.048703078190151e-17f,1.1557853678379882e-16f,-0.15625f,0f,0.9437703741541569f,-0.33060169519971117f,1.4326610104327318f,-1.2246467991473532e-16f,-0.33060169519971117f,-0.9437703741541569f,0.010002780665570199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.435908245384727e-17f,1.041897611683483e-16f,0.15625f,0f,0.8507739638962784f,-0.525531790052908f,1.2584999338285867f,-1.2246467991473532e-16f,-0.525531790052908f,-0.8507739638962784f,0.0797396568221998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.1710196848536847e-17f,1.1514276922792364e-16f,0.15625f,0f,0.9402120620254797f,-0.3405896041011752f,1.4326610104327318f,-1.2246467991473532e-16f,-0.3405896041011752f,-0.9402120620254797f,0.010002780665570227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.5156010346886847e-17f,1.2152322073161013e-16f,0.29375f,0f,0.9923124023695592f,-0.12375821630725736f,2.0822008972223074f,-1.2246467991473532e-16f,-0.12375821630725736f,-0.9923124023695592f,-0.266212188066578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.5156010346886847e-17f,1.2152322073161013e-16f,0.33125f,0f,0.9923124023695592f,-0.12375821630725736f,1.9465595141473069f,-1.2246467991473532e-16f,-0.12375821630725736f,-0.9923124023695592f,-0.343771698750317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.5156010346886847e-17f,1.2152322073161013e-16f,-0.29375f,0f,0.9923124023695592f,-0.12375821630725736f,2.0822008972223074f,-1.2246467991473532e-16f,-0.12375821630725736f,-0.9923124023695592f,-0.2662121880665781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.5156010346886847e-17f,1.2152322073161013e-16f,-0.33125f,0f,0.9923124023695592f,-0.12375821630725736f,1.9465595141473069f,-1.2246467991473532e-16f,-0.12375821630725736f,-0.9923124023695592f,-0.3437716987503171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2152322073161013e-16f,0.19523827377799088f,0.15523185981746832f,0.9800953900483645f,-0.12375821630725736f,2.1854456023920594f,-0.019360050362359105f,-0.12223454729952911f,-0.9923124023695592f,-0.3011330259722922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2152322073161013e-16f,0.0800532618111328f,0f,0.9923124023695593f,-0.12375821630725736f,2.1954455142834672f,-1.231653667943533e-16f,-0.12375821630725735f,-0.9923124023695592f,-0.302380184887121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2152322073161013e-16f,0.05771677939820301f,0.24006209740830398f,0.9628364831498504f,-0.12375821630725736f,2.1911590372930956f,-0.02993982228508553f,-0.12008206837447212f,-0.9923124023695592f,-0.3018455883776914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2152322073161013e-16f,0.08682420206637906f,-0.06922021404186206f,0.9898951792308339f,-0.12375821630725736f,2.201083330718623f,0.008632936766456852f,-0.12345674751239909f,-0.9923124023695592f,-0.30308331638504094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2152322073161013e-16f,0.1446100421182231f,0.08648572446623197f,0.9885363540912377f,-0.12375821630725736f,2.3011478979089173f,-0.01078623926338448f,-0.12328727893058117f,-0.9923124023695592f,-0.3470551666278018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2152322073161013e-16f,0.12500000000000003f,0.08648572446623197f,0.9885363540912377f,-0.12375821630725736f,2.0787272182383894f,-0.01078623926338448f,-0.12328727893058117f,-0.9923124023695592f,-0.3193155288684211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2152322073161013e-16f,-0.1952382737779908f,-0.15523185981746832f,0.9800953900483645f,-0.12375821630725736f,2.1854456023920594f,0.019360050362358862f,-0.12223454729952915f,-0.9923124023695592f,-0.30113302597229225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2152322073161013e-16f,-0.08005326181113273f,0f,0.9923124023695593f,-0.12375821630725736f,2.1954455142834672f,-1.214306433183765e-16f,-0.12375821630725736f,-0.9923124023695592f,-0.30238018488712104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2152322073161013e-16f,-0.057716779398202925f,-0.24006209740830398f,0.9628364831498504f,-0.12375821630725736f,2.1911590372930956f,0.029939822285085294f,-0.12008206837447219f,-0.9923124023695592f,-0.30184558837769143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2152322073161013e-16f,-0.08682420206637897f,0.06922021404186206f,0.9898951792308339f,-0.12375821630725736f,2.201083330718623f,-0.008632936766457098f,-0.12345674751239907f,-0.9923124023695592f,-0.303083316385041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2152322073161013e-16f,-0.144610042118223f,-0.08648572446623197f,0.9885363540912377f,-0.12375821630725736f,2.3011478979089173f,0.010786239263384238f,-0.1232872789305812f,-0.9923124023695592f,-0.34705516662780184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2152322073161013e-16f,-0.12499999999999996f,-0.08648572446623197f,0.9885363540912377f,-0.12375821630725736f,2.0787272182383894f,0.010786239263384238f,-0.1232872789305812f,-0.9923124023695592f,-0.31931552886842113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.5156010346886847e-17f,1.2152322073161013e-16f,2.753981808403328e-17f,0f,0.9923124023695592f,-0.12375821630725736f,1.5740345562835918f,-1.2246467991473532e-16f,-0.12375821630725736f,-0.9923124023695592f,-0.22487968043690296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.5689783715743407e-17f,1.1973985484898878e-16f,1.7906149190629504e-17f,0f,0.9777501148278535f,-0.20977300339681318f,1.2073782632231467f,-1.2246467991473532e-16f,-0.20977300339681318f,-0.9777501148278535f,-0.146214804163098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9903224759755779f,-0.1350172148528919f,-0.032120791879545044f,0.17258021645214383f,-0.1347211227296951f,0.990820026157883f,-0.011220287649726879f,0.5994835775456929f,0.03334085583861718f,-0.006784353901456541f,-0.9994210123236795f,0.054245854531192156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9903224759755779f,-0.13632351442362226f,0.026024853367377015f,0.125f,-0.1347211227296951f,0.8992200838137938f,-0.4162372640170077f,0.9104617966712479f,0.03334085583861718f,-0.4157152153591521f,-0.9088835167670511f,-0.1024514709529932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9905661836429464f,0.09376668960208598f,0.09993219573348137f,-0.16697275480837173f,0.13302211864393002f,0.8331372869484004f,0.5368308644701224f,0.6575994870816639f,-0.032920385394599724f,0.5450596930771204f,-0.8377506664922125f,0.09451064613966152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9905661836429464f,0.13325968317486037f,-0.03194515085556189f,-0.12499999999999999f,0.13302211864393002f,0.8790633385647051f,-0.4577693335545261f,0.920146919815256f,-0.032920385394599724f,-0.4577002333750886f,-0.888496901848206f,-0.10755794209302762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9844993538316816f,0.17538820457773494f,1.073175952846903e-16f,-0.006503124999999984f,0.15369525621335556f,0.8627312241056609f,-0.48173914432051196f,1.0999038289576129f,-0.08449136359718902f,-0.4742718762989713f,-0.8763146677018142f,-0.14084372374672374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9844993538316816f,-0.17538540034545036f,-0.0009917916451908204f,-0.006503124999999984f,-0.15369525621335559f,0.8654415863041424f,-0.4768528377947233f,1.1014050996254567f,0.08449136359718878f,-0.4693088770106909f,-0.8789825865376697f,-0.14061396206921195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.899603011160997e-17f,1.073175952846903e-16f,-0.006503124999999984f,0f,0.8763146677018142f,-0.48173914432051196f,1.0999038289576129f,-1.2246467991473532e-16f,-0.48173914432051196f,-0.8763146677018142f,-0.14084372374672374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9841878802529256f,0.1771276837856043f,1.2172533306088026e-16f,-0.006503124999999984f,0.17605832406630648f,0.9782461163633379f,-0.10971783057921855f,1.124603042923293f,-0.019434065200478454f,-0.1079829591037107f,-0.9939627747823305f,-0.13730647655081155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9841878802529256f,-0.1771276837856043f,1.2172533306088026e-16f,-0.006503124999999984f,-0.17605832406630648f,0.9782461163633379f,-0.10971783057921855f,1.124603042923293f,0.01943406520047821f,-0.10798295910371075f,-0.9939627747823305f,-0.13730647655081155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.3436559002823159e-17f,1.2172533306088026e-16f,-0.006503124999999984f,0f,0.9939627747823305f,-0.10971783057921855f,1.124603042923293f,-1.2246467991473532e-16f,-0.10971783057921855f,-0.9939627747823305f,-0.13730647655081155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9755249504169347f,0.21966219205665038f,-0.009979603945267103f,-0.20025312499999998f,0.21344937643890924f,0.9350782289644609f,-0.282963017750603f,1.1387969542320897f,-0.052824566367155226f,-0.27816762410020773f,-0.9590789008682068f,-0.1483880242422189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9755249504169347f,-0.21969609089222306f,0.009203192962945547f,0.18724687500000003f,-0.21344937643890927f,0.9360724606105109f,-0.2796564180998254f,1.138721273504089f,0.052824566367155f,-0.2747762291997974f,-0.9600560343307377f,-0.14788745993569544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.966904959012623e-17f,1.158618329357631e-16f,-0.007812499999999988f,0f,0.946083662786941f,-0.3239223718850641f,0.9926464421969802f,-1.2246467991473532e-16f,-0.3239223718850641f,-0.946083662786941f,-0.10464978610296513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.9420072774400765e-17f,1.1887832916291992e-16f,1.938945006877531e-17f,0f,0.9707152237337954f,-0.24023312513358275f,1.209540625f,-1.2246467991473532e-16f,-0.24023312513358275f,-0.9707152237337954f,-0.158326875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15643446504023062f,0.2680985674976328f,-0.9506058153900039f,-1.0848003606208663f,0f,0.9624552364536473f,0.27144044986507415f,1.387055666939025f,0.9876883405951378f,-0.04246264156492243f,0.15056117003979497f,0.04608288389252428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.15643446504023062f,0.2680985674976328f,-0.9506058153900039f,-1.0701346295233447f,0f,0.9624552364536473f,0.27144044986507415f,1.387055666939025f,0.9876883405951378f,-0.04246264156492243f,0.15056117003979497f,0.13867866582331845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15643446504023062f,0.2680985674976328f,-0.9506058153900039f,-0.934876622763605f,0f,0.9624552364536473f,0.27144044986507415f,1.346339599459264f,0.9876883405951378f,-0.04246264156492243f,0.15056117003979497f,0.06979659935195212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8593531498718837f,-0.39524658386370676f,0.32448775284953635f,1.0076130656524898f,-0.32334254493260006f,0.9115530857010061f,0.25400899705617447f,2.1017351060130816f,-0.3961840007392796f,0.11336273591019193f,-0.9111460517750022f,-0.6186234878253725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8448225039828626f,-0.39524658386370676f,0.36063149433763575f,1.087514263892965f,-0.31228211120063865f,0.9115530857010061f,0.2674899156473867f,2.131536712168737f,-0.4344592268420574f,0.11336273591019193f,-0.8935289980290276f,-0.5796783303564457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8522794478984006f,-0.39524658386370676f,0.3426366597929465f,0.9961681658037853f,-0.31788379899365776f,0.9115530857010061f,0.26080809474848343f,2.0775146948786367f,-0.41541501300188627f,0.11336273591019193f,-0.9025404462291975f,-0.4637698421565294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2379498372001883f,0.07656847907325567f,0.9502756013854273f,-0.0682527325439454f,-0.1779651035104819f,1.5115158654577818f,-0.3536304008451703f,1.774397484741211f,-0.9365974975989049f,-0.3884112594683897f,-1.1888347534496326f,0.650513685913086f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14.mcfunction new file mode 100644 index 000000000..0c491bff1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140.mcfunction new file mode 100644 index 000000000..1c4c234ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140_as_bone.mcfunction new file mode 100644 index 000000000..36ae6b6d7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_140_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.77047232421002f,-0.13585505864738637f,-0.2342226400473903f,0.029201048768451157f,-0.13627086297475796f,0.8050009393808071f,-0.01865968768702063f,1.7516328700941202f,0.23398096925811915f,0.02147871226069236f,-0.7821355479640968f,-0.43480914828412676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7482250685891073f,0.1658775041618527f,-0.22944258616887214f,0.029201048768451157f,0.1784450560254758f,0.7796301973428441f,-0.01827887773422429f,1.7516328700941202f,0.2198103926453219f,-0.0682745121124454f,-0.7661735980056459f,-0.43480914828412676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.77047232421002f,0.13585505864738637f,0.23422264004739046f,-0.029201048768451046f,0.13627086297475796f,0.8050009393808071f,-0.01865968768702063f,1.7516328700941202f,-0.23398096925811931f,0.021478712260692395f,-0.7821355479640968f,-0.43480914828412676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7482250685891073f,-0.1658775041618527f,0.2294425861688723f,-0.029201048768451046f,-0.1784450560254758f,0.7796301973428441f,-0.01827887773422429f,1.7516328700941202f,-0.21981039264532207f,-0.06827451211244544f,-0.7661735980056459f,-0.43480914828412676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7878029866622354f,0.8973931138758091f,1.0076995104565354f,-0.22516559476863793f,1.3238880426878832f,0.7396948706155476f,0.3762687853291758f,1.3954807277059667f,-0.2609466509348351f,1.0435244834469999f,-1.133300378457788f,0.18431549624243526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.14346108475344543f,-0.9012096693923825f,-0.4089499345336021f,-0.2875684277011348f,-0.8335733151207103f,0.11270459225376542f,-0.5407894259354389f,1.5979284328090078f,0.5334551953819868f,0.4184719903154633f,-0.7350556086728277f,0.05219880711466171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01702249457201029f,-0.9012096693923825f,-0.43304891925995914f,-0.2984375f,-0.9556425237503542f,0.11270459225376542f,-0.2721121858443061f,1.9496915606831355f,0.2940367349135131f,0.4184719903154633f,-0.8593157695764784f,-0.05998165904900242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.27316757526153435f,0.7837258562578233f,0.5578111311713632f,0.5783095593561342f,0.14081532574858374f,0.6061970907631488f,-0.7827490857130497f,1.9639675349578039f,-0.9516041823468697f,-0.13527331364033518f,-0.2759540011608988f,0.141668727731701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7832428766484923f,0.42584207123485857f,0.4529780640889803f,0.2984375f,-0.024460342493293145f,0.7069224271025635f,-0.7068680030278155f,1.9496915606831355f,-0.6212344869890157f,-0.5647293266918468f,-0.543275712460688f,-0.05998165904900235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.67587866157737e-17f,1.026687013466527e-16f,-0.15625000000000003f,0f,0.8383535678869587f,-0.5451268615755479f,1.6467565745633224f,-1.2246467991473532e-16f,-0.5451268615755479f,-0.8383535678869587f,0.16711739290259633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.935028465565714e-17f,1.1889557862784667e-16f,-0.15625000000000003f,0f,0.970856076304012f,-0.23966326189797704f,1.8272941934834623f,-1.2246467991473532e-16f,-0.23966326189797704f,-0.970856076304012f,0.11611268081982559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.755658235486693e-17f,1.0809642757393048e-16f,0.15624999999999997f,0f,0.8826743159676034f,-0.4699851613946165f,1.6406424713549455f,-1.2246467991473532e-16f,-0.4699851613946165f,-0.8826743159676034f,0.13499248819328472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.25838732062559e-18f,1.2218591107603654e-16f,0.15624999999999997f,0f,0.997723679685499f,-0.06743485000226512f,1.8272941934834623f,-1.2246467991473532e-16f,-0.06743485000226512f,-0.997723679685499f,0.11611268081982565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.760726043424003e-18f,1.2221852951945338e-16f,0.29375f,0f,0.9979900294888836f,0.06337113728486718f,2.516935669615844f,-1.2246467991473532e-16f,0.06337113728486718f,-0.9979900294888836f,-0.03419170328212222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.760726043424003e-18f,1.2221852951945338e-16f,0.33125f,0f,0.9979900294888836f,0.06337113728486718f,2.3981279600501897f,-1.2246467991473532e-16f,0.06337113728486718f,-0.9979900294888836f,-0.13567466070731343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.760726043424003e-18f,1.2221852951945338e-16f,-0.29375f,0f,0.9979900294888836f,0.06337113728486718f,2.516935669615844f,-1.2246467991473532e-16f,0.06337113728486718f,-0.9979900294888836f,-0.03419170328212229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.760726043424003e-18f,1.2221852951945338e-16f,-0.33125f,0f,0.9979900294888836f,0.06337113728486718f,2.3981279600501897f,-1.2246467991473532e-16f,0.06337113728486718f,-0.9979900294888836f,-0.13567466070731352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2221852951945338e-16f,0.19523827377799086f,0.15612003637857774f,0.985703116156368f,0.06337113728486718f,2.6248800452111785f,0.009913429960149106f,0.06259093342651714f,-0.9979900294888836f,-0.04925642508372041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2221852951945338e-16f,0.08005326181113276f,0f,0.9979900294888837f,0.06337113728486718f,2.634937172724209f,-1.240327285323417e-16f,0.06337113728486718f,-0.9979900294888836f,-0.04861780987766862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2221852951945338e-16f,0.05771677939820298f,0.241435639723519f,0.9683454604791195f,0.06337113728486718f,2.630626170173189f,0.015330865658261732f,0.06148874367675612f,-0.9979900294888836f,-0.04889155322822699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2221852951945338e-16f,0.08682420206637903f,-0.06961626528894015f,0.9955589759358523f,0.06337113728486718f,2.6406072465607737f,-0.0044205470741473215f,0.06321676837946347f,-0.9979900294888836f,-0.04825776717494114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2221852951945338e-16f,0.14461004211822306f,0.08698056227486094f,0.9941923761252507f,0.06337113728486718f,2.7471142647544364f,0.005523158538826291f,0.06312999097522884f,-0.9979900294888836f,-0.07280764082527749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2221852951945338e-16f,0.125f,0.08698056227486094f,0.9941923761252507f,0.06337113728486718f,2.5234209801262555f,0.005523158538826291f,0.06312999097522884f,-0.9979900294888836f,-0.08701188879470395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2221852951945338e-16f,-0.19523827377799086f,-0.15612003637857774f,0.985703116156368f,0.06337113728486718f,2.6248800452111785f,-0.009913429960149347f,0.0625909334265171f,-0.9979900294888836f,-0.049256425083720454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2221852951945338e-16f,-0.08005326181113277f,0f,0.9979900294888837f,0.06337113728486718f,2.634937172724209f,-1.222980050563649e-16f,0.06337113728486718f,-0.9979900294888836f,-0.04861780987766864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2221852951945338e-16f,-0.05771677939820295f,-0.241435639723519f,0.9683454604791195f,0.06337113728486718f,2.630626170173189f,-0.015330865658261968f,0.06148874367675605f,-0.9979900294888836f,-0.048891553228227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2221852951945338e-16f,-0.086824202066379f,0.06961626528894015f,0.9955589759358523f,0.06337113728486718f,2.6406072465607737f,0.004420547074147074f,0.06321676837946348f,-0.9979900294888836f,-0.04825776717494115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2221852951945338e-16f,-0.14461004211822304f,-0.08698056227486094f,0.9941923761252507f,0.06337113728486718f,2.7471142647544364f,-0.005523158538826536f,0.06312999097522881f,-0.9979900294888836f,-0.07280764082527752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2221852951945338e-16f,-0.12499999999999999f,-0.08698056227486094f,0.9941923761252507f,0.06337113728486718f,2.5234209801262555f,-0.005523158538826536f,0.06312999097522881f,-0.9979900294888836f,-0.08701188879470398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.760726043424003e-18f,1.2221852951945338e-16f,1.0813926159791855e-17f,0f,0.9979900294888836f,0.06337113728486718f,2.00997074197305f,-1.2246467991473532e-16f,0.06337113728486718f,-0.9979900294888836f,-0.08830240823167079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.920852579993023e-18f,1.2242984295842465e-16f,9.718606442294471e-18f,0f,0.9997155346640769f,-0.023850571299632112f,1.6350774164740214f,-1.2246467991473532e-16f,-0.023850571299632112f,-0.9997155346640769f,-0.07935844399430875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9869424952339316f,-0.1527676743012948f,0.05105437091958377f,0.15065184834977569f,-0.15689025453894434f,0.8399818526646594f,-0.5194380956617949f,1.249178762477624f,0.03646860474608515f,-0.5206654635009125f,-0.8529815449265323f,0.2812817260192488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9869424952339316f,-0.08816762398656733f,0.13479978183210908f,0.125f,-0.15689025453894434f,0.33672098103208314f,-0.9284419362369933f,1.33680503699476f,0.03646860474608515f,-0.9374675733129946f,-0.346156886186768f,-0.03595527235094782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9820784332375054f,0.18409424973462962f,0.04038883737383893f,-0.16554904470786486f,0.18238707634298137f,0.9823057994993472f,-0.042547275506287174f,1.2062377380366316f,-0.0475068979499405f,-0.03441835970223234f,-0.9982777525130877f,0.25981146818470735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9820784332375054f,0.13867672241674417f,-0.12763509560272152f,-0.12499999999999999f,0.18238707634298137f,0.5285747721738988f,-0.829061918438165f,1.3439727006219702f,-0.0475068979499405f,-0.8374828218423708f,-0.5443947260638311f,-0.04964391185965684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.1449318593072468f,1.0362877523584857e-16f,-0.002083333333333325f,0.12264034889995379f,0.8372587528492543f,-0.53287627607073f,1.5275786072307633f,-0.07723074947165273f,-0.5272499757563348f,-0.846193166127564f,-0.07122539828792285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,-0.14430441894679255f,0.01347139616684692f,-0.0020833333333333246f,-0.12264034889995379f,0.7841033086745395f,-0.6083924277531217f,1.5026854906638476f,0.07723074947165248f,-0.6036209373423592f,-0.7935220068391162f,-0.07353481827489476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.525852258315807e-17f,1.0362877523584857e-16f,-0.002083333333333325f,0f,0.846193166127564f,-0.53287627607073f,1.5275786072307633f,-1.2246467991473532e-16f,-0.53287627607073f,-0.846193166127564f,-0.07122539828792285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.993238357741943f,0.11609291412523023f,1.2071385983281066e-16f,-0.0020833333333333255f,0.1144331881898738f,0.979038494858349f,-0.16848937956500257f,1.5523857683137194f,-0.019560423072853283f,-0.16735011465610203f,-0.9857034690888536f,-0.06825740683908335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.993238357741943f,-0.1160929141252302f,1.2071385983281066e-16f,-0.0020833333333333255f,-0.1144331881898738f,0.979038494858349f,-0.16848937956500257f,1.5523857683137194f,0.01956042307285304f,-0.16735011465610208f,-0.9857034690888536f,-0.06825740683908335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.0633997937460384e-17f,1.2071385983281066e-16f,-0.0020833333333333255f,0f,0.9857034690888536f,-0.16848937956500257f,1.5523857683137194f,-1.2246467991473532e-16f,-0.16848937956500257f,-0.9857034690888536f,-0.06825740683908335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.1592900184870886f,-0.0023169427843681128f,-0.19583333333333333f,0.15348815558295215f,0.9471749452969732f,-0.28160434850587657f,1.565262892992487f,-0.04266221172450553f,-0.2783636345000164f,-0.9595278123528858f,-0.07090509456335345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,-0.15888580674504915f,0.011574913755960961f,0.19166666666666668f,-0.15348815558295212f,0.9291986385357903f,-0.33620124366066384f,1.566273344579617f,0.04266221172450529f,-0.3336842677715095f,-0.9417190372571668f,-0.07917699165614159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.29547627301556e-17f,1.1468428918302024e-16f,-0.007812499999999996f,0f,0.936468288349489f,-0.3507522557529435f,1.4214134103566602f,-1.2246467991473532e-16f,-0.3507522557529435f,-0.936468288349489f,-0.03185348730535759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.2795912484336576e-17f,1.1799163508884141e-16f,1.1228763822737655e-17f,0f,0.9634748171553773f,-0.2677989482940744f,1.6366898148148148f,-1.2246467991473532e-16f,-0.2677989482940744f,-0.9634748171553773f,-0.09168981481481484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.39607976603915873f,-0.15944655366418292f,-0.9042663409963791f,-0.48614940089865455f,4.2531536991515424e-16f,0.984807753012208f,-0.1736481776669303f,2.037856652949245f,0.918216106880273f,0.06877852958344366f,0.39006242440662503f,0.42965066388573503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.39607976603915873f,-0.15944655366418292f,-0.9042663409963791f,-0.4490169228324834f,4.2531536991515424e-16f,0.984807753012208f,-0.1736481776669303f,2.0378566529492455f,0.918216106880273f,0.06877852958344366f,0.39006242440662503f,0.5157334239057606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.39607976603915873f,-0.15944655366418292f,-0.9042663409963791f,-0.3319432107161121f,4.2531536991515424e-16f,0.984807753012208f,-0.1736481776669303f,2.063903879599285f,0.918216106880273f,0.06877852958344366f,0.39006242440662503f,0.4141826802347541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8703865627969234f,-0.4897009671845407f,-0.051187830986305416f,0.7940438695364106f,-0.48968128797144067f,0.8500968344787178f,0.19377205221572702f,2.5373495307458804f,-0.051375748298085f,0.19372231349999108f,-0.9797102621382625f,-0.5152600799481488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.633851886271285f,-0.4897009671845407f,-0.59868585168589f,0.8690802971302556f,-0.49967190381766863f,0.8500968344787178f,-0.16632306077177006f,2.586701765550415f,0.5903895110903992f,0.19372231349999108f,-0.7835252966220367f,-0.5421478830148138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8003885610010133f,-0.4897009671845407f,-0.3457905640084073f,0.8834306679345942f,-0.5264238379150341f,0.8500968344787178f,0.014605303285770256f,2.5598348526552823f,0.28680323271109226f,0.19372231349999108f,-0.9381980446359277f,-0.38797427478609214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015003212388646514f,0.000003279367748760456f,0.0000028792343061226542f,0.07691871657626786f,0.0000033261321090613643f,0.00001526677036915635f,-5.6503880581278487e-8f,1.9416754321428193f,-0.0000028250819836307095f,5.586543330535639e-7f,-0.00001535732535703811f,0.5543814098497584f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141.mcfunction new file mode 100644 index 000000000..40790b258 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141_as_bone.mcfunction new file mode 100644 index 000000000..ad7a6ae7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_141_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7711400387221001f,-0.13597279473127666f,-0.23194586484153673f,0.02911802651318074f,-0.1358656841909315f,0.8050316389585337f,-0.020224257205435362f,1.6968172900715883f,0.2320086226489274f,0.019491121392768464f,-0.7827748971753274f,-0.4239866449629529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7488735029596881f,0.1660212586008847f,-0.22721227576313804f,0.02911802651318074f,0.17882326135298104f,0.7795060904077932f,-0.019811517262467295f,1.6968172900715883f,0.2172802746775914f,-0.0693339506283593f,-0.7667998992737902f,-0.4239866449629529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7711400387221001f,0.13597279473127666f,0.2319458648415369f,-0.029118026513180628f,0.1358656841909315f,0.8050316389585337f,-0.020224257205435362f,1.6968172900715883f,-0.23200862264892758f,0.01949112139276849f,-0.7827748971753274f,-0.42398664496295285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7488735029596881f,-0.1660212586008847f,0.2272122757631382f,-0.029118026513180628f,-0.17882326135298104f,0.7795060904077932f,-0.019811517262467295f,1.6968172900715883f,-0.21728027467759156f,-0.06933395062835934f,-0.7667998992737902f,-0.42398664496295285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7255904786039179f,0.8764502598120051f,1.070868642474326f,-0.25817359544473856f,1.3623082845454704f,0.6647358436525799f,0.3790100869663894f,1.332523520786843f,-0.24298322003404885f,1.1096699735682505f,-1.0728457272799867f,0.1704510479866268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.0883049739403389f,-0.9142931117674437f,-0.39531043162557783f,-0.3070146980127953f,-0.8578909515139039f,0.1318660651880512f,-0.4966230523872094f,1.5420425920963576f,0.5061870670888031f,0.38298752802986324f,-0.7727193581667348f,0.04375937752569868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.035513427890847576f,-0.9142931117674437f,-0.40349337319718914f,-0.2984375f,-0.9679795966196745f,0.1318660651880512f,-0.21360440393361024f,1.8986787617206722f,0.24850411861265773f,0.38298752802986324f,-0.8897000935181029f,-0.05204027688986687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.25303753815079877f,0.7871105562327354f,0.5625202010182184f,0.5786138664220054f,0.1273938546766599f,0.6034879707958061f,-0.7871296430038589f,1.9207695425641713f,-0.9590322257761756f,-0.12751173033001317f,-0.25297815824896996f,0.14642828703611455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7860036039695464f,0.4135693356005859f,0.4595201183819642f,0.2984375f,-0.047209690147796385f,0.7009700219727831f,-0.7116264985591986f,1.8986787617206722f,-0.6164167256840405f,-0.5810347949532506f,-0.5314404833568861f,-0.0520402768898668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.800218275195108e-17f,1.0184940337374991e-16f,-0.15625000000000003f,0f,0.8316634922384272f,-0.5552799615309234f,1.5933648588654459f,-1.2246467991473532e-16f,-0.5552799615309234f,-0.8316634922384272f,0.179211674603379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.0103649491797076e-17f,1.1870706850855006e-16f,-0.15625000000000003f,0f,0.9693167743646459f,-0.24581495262761813f,1.7735754106048944f,-1.2246467991473532e-16f,-0.24581495262761813f,-0.9693167743646459f,0.1270631411459216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.839752340162561e-17f,1.0764444754456758e-16f,0.15624999999999997f,0f,0.8789836189464085f,-0.476851966152888f,1.5868791858140092f,-1.2246467991473532e-16f,-0.476851966152888f,-0.8789836189464085f,0.14549767799476146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.96691608910665e-18f,1.2220526205793148e-16f,0.15624999999999997f,0f,0.9978816924440219f,-0.06505480677901194f,1.7735754106048944f,-1.2246467991473532e-16f,-0.06505480677901194f,-0.9978816924440219f,0.1270631411459216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.518957900608132e-18f,1.222336414360116e-16f,0.29375f,0f,0.9981134276520828f,0.06139695058071537f,2.462918229714941f,-1.2246467991473532e-16f,0.06139695058071537f,-0.9981134276520828f,-0.02460508632354439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.518957900608132e-18f,1.222336414360116e-16f,0.33125f,0f,0.9981134276520828f,0.06139695058071537f,2.3439100153753727f,-1.2246467991473532e-16f,0.06139695058071537f,-0.9981134276520828f,-0.12585283898851657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.518957900608132e-18f,1.222336414360116e-16f,-0.29375f,0f,0.9981134276520828f,0.06139695058071537f,2.462918229714941f,-1.2246467991473532e-16f,0.06139695058071537f,-0.9981134276520828f,-0.02460508632354446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.518957900608132e-18f,1.222336414360116e-16f,-0.33125f,0f,0.9981134276520828f,0.06139695058071537f,2.3439100153753727f,-1.2246467991473532e-16f,0.06139695058071537f,-0.9981134276520828f,-0.12585283898851662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.222336414360116e-16f,0.19523827377799086f,0.15613934010422476f,0.9858249950834107f,0.06139695058071537f,2.5708325955363684f,0.00960459911919558f,0.060641052236668457f,-0.9981134276520828f,-0.03988329678764423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.222336414360116e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9981134276520828f,0.06139695058071537f,2.580890966579921f,-1.231653667943533e-16f,0.06139695058071537f,-0.9981134276520828f,-0.0392645762166404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.222336414360116e-16f,0.05771677939820298f,0.24146549244107368f,0.968465193189502f,0.06139695058071537f,2.5765794309877075f,0.014853266668525664f,0.05957319875484672f,-0.9981134276520828f,-0.03952979170252445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.222336414360116e-16f,0.08682420206637903f,-0.0696248731096714f,0.9956820735073278f,0.06139695058071537f,2.5865617415023445f,-0.004282834771153153f,0.06124739069490069f,-0.9981134276520828f,-0.03891574984278288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.222336414360116e-16f,0.14461004211822306f,0.08699131713342827f,0.9943153047211839f,0.06139695058071537f,2.693019990738221f,0.005351096830303389f,0.06116331664750958f,-0.9981134276520828f,-0.06367625045130693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.222336414360116e-16f,0.125f,0.08699131713342827f,0.9943153047211839f,0.06139695058071537f,2.4692990471759546f,0.005351096830303389f,0.06116331664750958f,-0.9981134276520828f,-0.07743799669699657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.222336414360116e-16f,-0.19523827377799086f,-0.15613934010422476f,0.9858249950834107f,0.06139695058071537f,2.5708325955363684f,-0.009604599119195822f,0.060641052236668415f,-0.9981134276520828f,-0.03988329678764428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.222336414360116e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9981134276520828f,0.06139695058071537f,2.580890966579921f,-1.231653667943533e-16f,0.06139695058071536f,-0.9981134276520828f,-0.03926457621664042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.222336414360116e-16f,-0.05771677939820295f,-0.24146549244107368f,0.968465193189502f,0.06139695058071537f,2.5765794309877075f,-0.014853266668525902f,0.05957319875484665f,-0.9981134276520828f,-0.03952979170252447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.222336414360116e-16f,-0.086824202066379f,0.0696248731096714f,0.9956820735073278f,0.06139695058071537f,2.5865617415023445f,0.004282834771152907f,0.061247390694900705f,-0.9981134276520828f,-0.038915749842782905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.222336414360116e-16f,-0.14461004211822304f,-0.08699131713342827f,0.9943153047211839f,0.06139695058071537f,2.693019990738221f,-0.005351096830303634f,0.061163316647509555f,-0.9981134276520828f,-0.06367625045130697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.222336414360116e-16f,-0.12499999999999999f,-0.08699131713342827f,0.9943153047211839f,0.06139695058071537f,2.4692990471759546f,-0.005351096830303634f,0.061163316647509555f,-0.9981134276520828f,-0.0774379966969966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.518957900608132e-18f,1.222336414360116e-16f,9.517084107922321e-18f,0f,0.9981134276520828f,0.06139695058071537f,1.9558472607986146f,-1.2246467991473532e-16f,0.06139695058071537f,-0.9981134276520828f,-0.07771288925548563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.1630178123456582e-18f,1.2242382588751814e-16f,8.330952428292698e-18f,0f,0.9996664015514873f,-0.025828000485918684f,1.5809723602168069f,-1.2246467991473532e-16f,-0.025828000485918684f,-0.9996664015514873f,-0.06802738907326612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9874368466122184f,-0.14924788425315122f,0.051899354509243156f,0.1489010021178837f,-0.1533306571999406f,0.8256387641084614f,-0.5429644010099435f,1.2088247765521665f,0.038186169160475195f,-0.5441008180911057f,-0.8381504138503049f,0.29832346901632534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9874368466122184f,-0.08332606842834285f,0.13425811064063595f,0.125f,-0.1533306571999406f,0.29994326197949694f,-0.9415539013544223f,1.2831163406669819f,0.038186169160475195f,-0.9503108996077936f,-0.30895146960562203f,-0.021414176326125994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9823618003686007f,0.18378113263962548f,0.03449331039865472f,-0.16403533518483368f,0.18029102865575272f,0.9798467442598858f,-0.085997108960431f,1.1639626448226863f,-0.049602803981348774f,-0.07826144037134797f,-0.9956981012275706f,0.2793888523685362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9823618003686007f,0.13423706736918659f,-0.13017566178315368f,-0.12499999999999999f,0.18029102865575272f,0.4952850226223817f,-0.8498163868461217f,1.2900006640158184f,-0.049602803981348774f,-0.8582966597337234f,-0.5107508254786484f,-0.03557918907477161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9896513868196702f,0.14349262199117938f,1.0273079875846867e-16f,-0.0018749999999999936f,0.12037031153279618f,0.8301795875447187f,-0.5443462505846606f,1.4735697939083243f,-0.0781096707674606f,-0.5387130218011971f,-0.8388606317347487f,-0.058601834844677396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9896513868196702f,-0.1428077891008571f,0.01400242614794287f,-0.0018749999999999934f,-0.12037031153279618f,0.7730985868250475f,-0.6227596351326984f,1.4474014331232976f,0.07810967076746035f,-0.6180004129620296f,-0.7822879066631157f,-0.060670683777467455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.666318934063676e-17f,1.0273079875846867e-16f,-0.0018749999999999936f,0f,0.8388606317347487f,-0.5443462505846606f,1.4735697939083243f,-1.2246467991473532e-16f,-0.5443462505846606f,-0.8388606317347487f,-0.058601834844677396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9935718556765875f,0.11320321376790675f,1.2042178044076387e-16f,-0.001874999999999994f,0.11131480981323709f,0.9769975468821843f,-0.18189229368622684f,1.498412095968378f,-0.02059079220489693f,-0.18072306377109523f,-0.9833184598580275f,-0.055929285817555706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9935718556765875f,-0.1132032137679067f,1.2042178044076387e-16f,-0.001874999999999994f,-0.11131480981323709f,0.9769975468821843f,-0.18189229368622684f,1.498412095968378f,0.020590792204896687f,-0.18072306377109523f,-0.9833184598580275f,-0.055929285817555706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.22753815252408e-17f,1.2042178044076387e-16f,-0.001874999999999994f,0f,0.9833184598580275f,-0.18189229368622684f,1.498412095968378f,-1.2246467991473532e-16f,-0.18189229368622684f,-0.9833184598580275f,-0.055929285817555706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,0.156421062920102f,-0.002047663880796127f,-0.195625f,0.1502001565561497f,0.9445867587254857f,-0.2918831413613834f,1.5112142311725116f,-0.04372247503208552f,-0.2885971349743908f,-0.9564517964129932f,-0.05831641222734887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9876883405951378f,-0.1560042992173092f,0.011593122018656591f,0.19187500000000002f,-0.15020015655614968f,0.9250058745174686f,-0.34900436254964085f,1.5121695215119657f,0.04372247503208527f,-0.34644882844929537f,-0.9370493874087852f,-0.06701416233402163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.434601395012927e-17f,1.1415353202312014e-16f,-0.007812499999999997f,0f,0.9321343272411137f,-0.36211268408985103f,1.367892048633536f,-1.2246467991473532e-16f,-0.36211268408985103f,-0.9321343272411137f,-0.017935586998401046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.4228128107877745e-17f,1.175841531536001e-16f,9.844323294946006e-18f,0f,0.9601474746471127f,-0.2794938763707928f,1.5824250000000002f,-1.2246467991473532e-16f,-0.2794938763707928f,-0.9601474746471127f,-0.08038500000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41469324265624113f,-0.16582727037568912f,-0.8947238852824932f,-0.4447645345012259f,4.32470518161974e-16f,0.9832549075639546f,-0.18223552549214742f,1.923009705075446f,0.9099612708765423f,0.0755718409935023f,0.40774916597535904f,0.4718611141245072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.41469324265624113f,-0.16582727037568912f,-0.8947238852824932f,-0.40588704300220324f,4.32470518161974e-16f,0.9832549075639546f,-0.18223552549214742f,1.923009705075446f,0.9099612708765423f,0.0755718409935023f,0.40774916597535904f,0.557169983269183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.41469324265624113f,-0.16582727037568912f,-0.8947238852824932f,-0.29111720595934054f,4.32470518161974e-16f,0.9832549075639546f,-0.18223552549214742f,1.950345033899268f,0.9099612708765423f,0.0755718409935023f,0.40774916597535904f,0.45335317380054124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8601368377801821f,-0.49540794665977034f,-0.12139022481179662f,0.7680071617234313f,-0.509449433457054f,0.8460905233767144f,0.15681868830724255f,2.4851927432275946f,0.025017894471660362f,0.1967277119230219f,-0.980138925008969f,-0.4993464409336289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5579803254644757f,-0.49540794665977034f,-0.6657544012478683f,0.8392107132765685f,-0.48352689431142576f,0.8460905233767144f,-0.22434921156461562f,2.5350500067724053f,0.6744328720281247f,0.1967277119230219f,-0.7116449314717471f,-0.5344658090663709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7595045499001304f,-0.49540794665977034f,-0.4215730127360507f,0.8668448894104075f,-0.5318108111446443f,0.8460905233767144f,-0.03616749095241205f,2.5155464986428617f,0.3746065934159137f,0.1967277119230219f,-0.9060729040926325f,-0.380995189386105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015120082142450725f,0.0000029649763774823795f,0.0000025947362267703115f,0.06761310289798818f,0.000003007571333929716f,0.000015332811659736886f,5.126242372499883e-9f,1.8720521120778348f,-0.000002545241771790452f,5.044072640318497e-7f,-0.000015408047982633135f,0.5702683201535741f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142.mcfunction new file mode 100644 index 000000000..5713d5030 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142_as_bone.mcfunction new file mode 100644 index 000000000..a09da2a98 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_142_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7718012281640898f,-0.13608938026925904f,-0.22966712700509823f,0.029035815571765114f,-0.13546889485707733f,0.8050576157163994f,-0.0217912447481295f,1.6381477680695091f,0.23003366530803493f,0.01750315398434701f,-0.7834044912240392f,-0.41329446805685527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7495156006704533f,0.1661636082362566f,-0.2249800427805044f,0.029035815571765114f,0.17919210355947415f,0.7793808541864458f,-0.02134652546755543f,1.6381477680695091f,0.2147476527777206f,-0.07039275122847626f,-0.767416644464365f,-0.41329446805685527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7718012281640898f,0.13608938026925904f,0.2296671270050984f,-0.029035815571765003f,0.13546889485707733f,0.8050576157163994f,-0.0217912447481295f,1.6381477680695091f,-0.2300336653080351f,0.01750315398434704f,-0.7834044912240392f,-0.41329446805685527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7495156006704533f,-0.1661636082362566f,0.22498004278050457f,-0.029035815571765003f,-0.17919210355947415f,0.7793808541864458f,-0.02134652546755543f,1.6381477680695091f,-0.21474765277772073f,-0.07039275122847628f,-0.767416644464365f,-0.41329446805685527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6587659039691713f,0.8478224884982865f,1.1351787356025715f,-0.2924830804530268f,1.3986285091391502f,0.5892028423601098f,0.3715973008216904f,1.2685117713411969f,-0.2264332731532153f,1.1727929435971811f,-1.0073186855498022f,0.15601719617870963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.030009458899260197f,-0.9256772751229494f,-0.3771220156627362f,-0.326882749910286f,-0.8778408850736171f,0.15602349156125095f,-0.45282673350212543f,1.4841319907706145f,0.4780113103993904f,0.3446422092576411f,-0.8079151779291377f,0.03494067000764479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.08904922146594565f,-0.9256772751229494f,-0.3676844006444391f,-0.2984375f,-0.9752597019898501f,0.15602349156125095f,-0.15660518431937412f,1.843801392476463f,0.20233326427203674f,0.3446422092576411f,-0.9166695139291121f,-0.044242548709326014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.21078994556761277f,0.8143873191679276f,0.5406855770464741f,0.5761581840046852f,0.16816131278163324f,0.5750772747139069f,-0.8006296903008179f,1.853537781211659f,-0.9629586552553336f,-0.077842292400094f,-0.25816894813810914f,0.15660243559428821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7793850894884197f,0.437980751645007f,0.44803096262602515f,0.2984375f,-0.010531921212787433f,0.7058224051534816f,-0.708310532901299f,1.843801392476463f,-0.6264566712221172f,-0.5567652948701356f,-0.5454946796344352f,-0.04424254870932594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.923552527196449e-17f,1.0101504772524611e-16f,-0.15625000000000003f,0f,0.8248504613377238f,-0.5653509674803294f,1.5361272568471322f,-1.2246467991473532e-16f,-0.5653509674803294f,-0.8248504613377238f,0.191171588536845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.085580377742714e-17f,1.1851378485166818e-16f,-0.15625000000000003f,0f,0.9677384935328462f,-0.2519567584621962f,1.7160034946441522f,-1.2246467991473532e-16f,-0.2519567584621962f,-0.9677384935328462f,0.13788133074060294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.923491538257567e-17f,1.0718592550441354e-16f,0.15624999999999997f,0f,0.8752395023531727f,-0.4836897905895586f,1.5292638294128433f,-1.2246467991473532e-16f,-0.4836897905895586f,-0.8752395023531727f,0.15587049218016613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.675399529230826e-18f,1.2222391774397215e-16f,0.15624999999999997f,0f,0.9980340276810357f,-0.0626743934216358f,1.7160034946441522f,-1.2246467991473532e-16f,-0.0626743934216358f,-0.9980340276810357f,0.13788133074060296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.277160338814974e-18f,1.2224827509630459e-16f,0.29375f,0f,0.9982329205565112f,0.05942252365238383f,2.405044959581404f,-1.2246467991473532e-16f,0.05942252365238383f,-0.9982329205565112f,-0.01515014667316962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.277160338814974e-18f,1.2224827509630459e-16f,0.33125f,0f,0.9982329205565112f,0.05942252365238383f,2.2858367061042513f,-1.2246467991473532e-16f,0.05942252365238383f,-0.9982329205565112f,-0.11616229843189052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.277160338814974e-18f,1.2224827509630459e-16f,-0.29375f,0f,0.9982329205565112f,0.05942252365238383f,2.405044959581404f,-1.2246467991473532e-16f,0.05942252365238383f,-0.9982329205565112f,-0.01515014667316969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.277160338814974e-18f,1.2224827509630459e-16f,-0.33125f,0f,0.9982329205565112f,0.05942252365238383f,2.2858367061042513f,-1.2246467991473532e-16f,0.05942252365238383f,-0.9982329205565112f,-0.1161622984318906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2224827509630459e-16f,0.19523827377799086f,0.1561580329128051f,0.9859430168318984f,0.05942252365238383f,2.512928893398833f,0.00929573069890101f,0.05869093378019834f,-0.9982329205565112f,-0.030641786021629855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2224827509630459e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9982329205565112f,0.05942252365238383f,2.52298846861812f,-1.231653667943533e-16f,0.059422523652383846f,-0.9982329205565112f,-0.03004296250650499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2224827509630459e-16f,0.05771677939820298f,0.2414944003910237f,0.9685811366439891f,0.05942252365238383f,2.5186764168542006f,0.01437560956330067f,0.057657420744442384f,-0.9982329205565112f,-0.03029964909002195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2224827509630459e-16f,0.08682420206637903f,-0.06963320851332178f,0.9958012753330467f,0.05942252365238383f,2.5286599224387f,-0.0041451057109673f,0.05927777337133222f,-0.9982329205565112f,-0.029705353826349555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2224827509630459e-16f,0.14461004211822306f,0.0870017316262668f,0.9944343429190351f,0.05942252365238383f,2.635068986183959f,0.0051790141848636765f,0.05919640300973614f,-0.9982329205565112f,-0.054676384514129976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2224827509630459e-16f,0.125f,0.0870017316262668f,0.9944343429190351f,0.05942252365238383f,2.411321259027176f,0.0051790141848636765f,0.05919640300973614f,-0.9982329205565112f,-0.06799557519132059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2224827509630459e-16f,-0.19523827377799086f,-0.1561580329128051f,0.9859430168318984f,0.05942252365238383f,2.512928893398833f,-0.009295730698901251f,0.05869093378019829f,-0.9982329205565112f,-0.030641786021629897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2224827509630459e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9982329205565112f,0.05942252365238383f,2.52298846861812f,-1.222980050563649e-16f,0.05942252365238384f,-0.9982329205565112f,-0.030042962506505004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2224827509630459e-16f,-0.05771677939820295f,-0.2414944003910237f,0.9685811366439891f,0.05942252365238383f,2.5186764168542006f,-0.014375609563300907f,0.05765742074444232f,-0.9982329205565112f,-0.030299649090021964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2224827509630459e-16f,-0.086824202066379f,0.06963320851332178f,0.9958012753330467f,0.05942252365238383f,2.5286599224387f,0.004145105710967055f,0.05927777337133223f,-0.9982329205565112f,-0.029705353826349576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2224827509630459e-16f,-0.14461004211822304f,-0.0870017316262668f,0.9944343429190351f,0.05942252365238383f,2.635068986183959f,-0.005179014184863921f,0.05919640300973611f,-0.9982329205565112f,-0.05467638451413001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2224827509630459e-16f,-0.12499999999999999f,-0.0870017316262668f,0.9944343429190351f,0.05942252365238383f,2.411321259027176f,-0.005179014184863921f,0.05919640300973611f,-0.9982329205565112f,-0.06799557519132061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.277160338814974e-18f,1.2224827509630459e-16f,8.236342428306555e-18f,0f,0.9982329205565112f,0.05942252365238383f,1.897869933377827f,-1.2246467991473532e-16f,0.05942252365238383f,-0.9982329205565112f,-0.06725483979577634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.4051706689474627e-18f,1.22417329816223e-16f,6.959403427451257e-18f,0f,0.9996133571038989f,-0.027805328616530678f,1.523014924463865f,-1.2246467991473532e-16f,-0.027805328616530678f,-0.9996133571038989f,-0.05682784156457735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9879214084025141f,-0.14573835954142317f,0.052646190538042245f,0.1471964516439263f,-0.14975142299936156f,0.8106367051786258f,-0.5660765350434587f,1.1647167376081669f,0.039822131154161854f,-0.5671229697123163f,-0.8226698822097624f,0.3146623875165911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9879214084025141f,-0.07858004817097777f,0.13355323601260954f,0.125f,-0.14975142299936156f,0.2626666382373648f,-0.953195021213785f,1.225609247891443f,0.039822131154161854f,-0.9616815549788447f,-0.2712614692207734f,-0.007008234658117993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9826428504658287f,0.18328035383833854f,0.028659035665639418f,-0.16251564329195814f,0.17817077605988013f,0.9754670153554011f,-0.12930304138668047f,1.1180766905949833f,-0.051654651161449454f,-0.12195250653643391f,-0.9911908913841319f,0.29838629655749344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9826428504658287f,0.12976320887419437f,-0.1325689935507665f,-0.12499999999999999f,0.17817077605988013f,0.4611889664518442f,-0.8692294931612132f,1.2321997235722923f,-0.051654651161449454f,-0.8777620673313193f,-0.4763040522267652f,-0.021644696545639122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9898590415514598f,0.14205308113105247f,1.0181378355445416e-16f,-0.001666666666666663f,0.11809904427619426f,0.8229417190010019f,-0.5557153433806965f,1.4157241405342686f,-0.07894107675902885f,-0.5500798571742566f,-0.8313726343411085f,-0.04611091474368202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9898590415514598f,-0.14130907116543392f,0.014519788744595391f,-0.0016666666666666629f,-0.11809904427619429f,0.7618297307290335f,-0.6369207777411393f,1.388282702976121f,0.07894107675902862f,-0.6321765637728836f,-0.7707925133370424f,-0.047904882185284804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.805550165082423e-17f,1.0181378355445416e-16f,-0.001666666666666663f,0f,0.8313726343411085f,-0.5557153433806965f,1.4157241405342686f,-1.2246467991473532e-16f,-0.5557153433806965f,-0.8313726343411085f,-0.04611091474368202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.99389694641452f,0.11031255553151176f,1.2010738371655989e-16f,-0.0016666666666666633f,0.10818917295339617f,0.9747656385566761f,-0.19526149836784493f,1.4405980665272982f,-0.021539794881869204f,-0.19406980698012485f,-0.9807512157806099f,-0.04373422483564102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.99389694641452f,-0.1103125555315117f,1.2010738371655989e-16f,-0.0016666666666666633f,-0.10818917295339617f,0.9747656385566761f,-0.19526149836784493f,1.4405980665272982f,0.02153979488186896f,-0.19406980698012485f,-0.9807512157806099f,-0.04373422483564102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.3912636897289742e-17f,1.2010738371655989e-16f,-0.0016666666666666633f,0f,0.9807512157806099f,-0.19526149836784493f,1.4405980665272982f,-1.2246467991473532e-16f,-0.19526149836784493f,-0.9807512157806099f,-0.04373422483564102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9881392106600759f,0.15355034349586516f,-0.0017867200071140887f,-0.19541666666666666f,0.1469082078921796f,0.9418796533963523f,-0.30212695505677045f,1.4533334584703603f,-0.04470882250730997f,-0.29880597472317966f,-0.9532660230280634f,-0.045859419444620214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9881392106600759f,-0.15312176099004926f,0.011602873238478658f,0.19208333333333336f,-0.1469082078921796f,0.9206300763916719f,-0.3617433356635236f,1.4542233744778335f,0.04470882250730973f,-0.35915733147796214f,-0.9322055204919348f,-0.05498284287813526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.5730708942278875e-17f,1.1360589811385304e-16f,-0.0078125f,0f,0.9276625570160301f,-0.3734195767638341f,1.3105496262314134f,-1.2246467991473532e-16f,-0.3734195767638341f,-0.9276625570160301f,-0.00415636381640852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.565528335764735e-17f,1.171592872772127e-16f,8.475735139609985e-18f,0f,0.9566781814869688f,-0.2911474833598712f,1.5243074074074079f,-1.2246467991473532e-16f,-0.2911474833598712f,-0.9566781814869688f,-0.06920962962962972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.433134785866965f,-0.17198171179899216f,-0.8847692061089529f,-0.4028031930875139f,4.673472508728153e-16f,0.981627183447664f,-0.19080899537654475f,1.815557407407408f,0.9013291614454614f,0.08264601335390998f,0.42517687990379616f,0.5022905659276147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.433134785866965f,-0.17198171179899216f,-0.8847692061089529f,-0.3621968069124859f,4.673472508728153e-16f,0.981627183447664f,-0.19080899537654475f,1.815557407407408f,0.9013291614454614f,0.08264601335390998f,0.42517687990379616f,0.5867901748131266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.433134785866965f,-0.17198171179899216f,-0.8847692061089529f,-0.24978461908365693f,4.673472508728153e-16f,0.981627183447664f,-0.19080899537654475f,1.8441787567138896f,0.9013291614454614f,0.08264601335390998f,0.42517687990379616f,0.4807638383848012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8448913671620469f,-0.5004347157829665f,-0.18900707112240195f,0.7422542445049092f,-0.5252660781407472f,0.84298947292203f,0.1160357518063998f,2.429497793541151f,0.1012626527881117f,0.19731660797271844f,-0.9750959088051055f,-0.4837142854604466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4764686433310815f,-0.5004347157829665f,-0.7228711691314436f,0.8090573388284242f,-0.45845000203924985f,0.84298947292203f,-0.28141134336207874f,2.479230854606998f,0.7502007914901518f,0.19731660797271844f,-0.6310823469767556f,-0.5267611404654791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7125663394508276f,-0.5004347157829665f,-0.4917461816027344f,0.8494177189070768f,-0.5304859847023671f,0.84298947292203f,-0.08918166054182866f,2.4677415731553487f,0.45916645338701295f,0.19731660797271844f,-0.8661595258970097f,-0.3753137840784113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015225153075431536f,0.0000026472414588972506f,0.000002308127268582304f,0.05834880946234918f,0.000002684605272614945f,0.000015392548589800368f,5.44742221863871e-8f,1.7986442114744463f,-0.0000022645603016757334f,4.4965049641953267e-7f,-0.000015453485240266804f,0.5860054398752317f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143.mcfunction new file mode 100644 index 000000000..707edd32d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143_as_bone.mcfunction new file mode 100644 index 000000000..10660f419 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_143_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7724558869412758f,-0.13620481427483455f,-0.22738644581981785f,0.028954416639839498f,-0.13508050695463686f,0.8050788677138616f,-0.023360604570285496f,1.577327056794194f,0.22805614180523495f,0.015514824309954801f,-0.7840243177708114f,-0.4028620612325533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7501513562882357f,0.16630455186346424f,-0.22274590610920933f,0.028954416639839498f,0.1795515710739949f,0.7792544914140886f,-0.022883857538238853f,1.577327056794194f,0.21221257263362256f,-0.07145091770203216f,-0.7680238214897744f,-0.4028620612325533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7724558869412758f,0.13620481427483455f,0.227386445819818f,-0.0289544166398394f,0.13508050695463686f,0.8050788677138616f,-0.023360604570285496f,1.577327056794194f,-0.2280561418052351f,0.015514824309954831f,-0.7840243177708114f,-0.4028620612325533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7501513562882357f,-0.16630455186346424f,0.2227459061092095f,-0.0289544166398394f,-0.1795515710739949f,0.7792544914140886f,-0.022883857538238853f,1.577327056794194f,-0.21221257263362273f,-0.0714509177020322f,-0.7680238214897744f,-0.4028620612325533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5872949014219814f,0.8112971018540065f,1.1992864383820216f,-0.32781643329718324f,1.4324712982923806f,0.5141458876244397f,0.35367532541501645f,1.2052792599655224f,-0.21099035127769708f,1.2324192747446656f,-0.9370336455568429f,0.14087937781749976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.03102484926961148f,-0.9345891382273693f,-0.3543735337680017f,-0.3469758841785777f,-0.8930713977861346f,0.18513167183216056f,-0.41006065714836487f,1.4259332562480784f,0.44884400094477983f,0.3037587970611754f,-0.8403985102460798f,0.025639894662924302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1430379229989225f,-0.9345891382273693f,-0.32570430652906246f,-0.2984375f,-0.9774078651409771f,0.18513167183216056f,-0.10198102394655001f,1.7867621682349746f,0.1556085400764107f,0.3037587970611754f,-0.9399556241989491f,-0.03671788975144086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.14234638988209497f,0.8546837908361629f,0.49925256430934917f,0.5692110774058164f,0.24451523652596094f,0.5191198418841844f,-0.8189791748688074f,1.7692223380293506f,-0.9591401380372879f,0.005496129917101522f,-0.2828780446795869f,0.17095063531374094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.758185016900166f,0.49257645828583013f,0.4272281742707083f,0.2984375f,0.0704992463382133f,0.7133049799347518f,-0.697298975953663f,1.7867621682349746f,-0.6482170442173198f,-0.4985623715673606f,-0.5755434173398999f,-0.03671788975144079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.045863183530974e-17f,1.0016575775440851e-16f,-0.15625000000000003f,0f,0.8179154824407154f,-0.5753383905005574f,1.4767465047731865f,-1.2246467991473532e-16f,-0.5753383905005574f,-0.8179154824407154f,0.20286764005043745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.160671726635568e-17f,1.1831573542966813e-16f,-0.15625000000000003f,0f,0.966121297275624f,-0.25808843242281376f,1.6562811953097234f,-1.2246467991473532e-16f,-0.25808843242281376f,-0.966121297275624f,0.14843780086318725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.006870740584565e-17f,1.0672088931980223e-16f,0.15624999999999997f,0f,0.8714421937337807f,-0.49049821914096237f,1.469499152107093f,-1.2246467991473532e-16f,-0.49049821914096237f,-0.8714421937337807f,0.16598148454281259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.383839299603129e-18f,1.2224187802801547e-16f,0.15624999999999997f,0f,0.9981806845298173f,-0.06029362347367462f,1.6562811953097234f,-1.2246467991473532e-16f,-0.06029362347367462f,-0.9981806845298173f,0.14843780086318725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-7.03533430411134e-18f,1.2226243044307588e-16f,0.29375f,0f,0.9983485077346363f,0.057447864225094195f,2.345018610102811f,-1.2246467991473532e-16f,0.057447864225094195f,-0.9983485077346363f,-0.005956327737774117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-7.03533430411134e-18f,1.2226243044307588e-16f,0.33125f,0f,0.9983485077346363f,0.057447864225094195f,2.2256107839070842f,-1.2246467991473532e-16f,0.057447864225094195f,-0.9983485077346363f,-0.10673248336603303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-7.03533430411134e-18f,1.2226243044307588e-16f,-0.29375f,0f,0.9983485077346363f,0.057447864225094195f,2.345018610102811f,-1.2246467991473532e-16f,0.057447864225094195f,-0.9983485077346363f,-0.005956327737774186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-7.03533430411134e-18f,1.2226243044307588e-16f,-0.33125f,0f,0.9983485077346363f,0.057447864225094195f,2.2256107839070842f,-1.2246467991473532e-16f,0.057447864225094195f,-0.9983485077346363f,-0.10673248336603311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2226243044307588e-16f,0.19523827377799086f,0.15617611473118062f,0.9860571809400549f,0.057447864225094195f,2.45287168980522f,0.008986825907756306f,0.056740585687218084f,-0.9983485077346363f,-0.021661335357383127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2226243044307588e-16f,0.08005326181113276f,1.3877787807814457e-17f,0.9983485077346363f,0.057447864225094195f,2.462932429840743f,-1.231653667943533e-16f,0.057447864225094195f,-0.9983485077346363f,-0.021082411241118225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2226243044307588e-16f,0.05771677939820298f,0.24152236346026273f,0.9686932903889363f,0.057447864225094195f,2.458619878776625f,0.013897896211487005f,0.055741417141292646f,-0.9983485077346363f,-0.02133056791794584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2226243044307588e-16f,0.08682420206637903f,-0.06964127146727782f,0.9959165809466153f,0.057447864225094195f,2.46860454036912f,-0.004007360432473981f,0.05730792411516142f,-0.9983485077346363f,-0.020756021575606194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2226243044307588e-16f,0.14461004211822306f,0.0870118057126284f,0.9945494902530507f,0.057447864225094195f,2.574964002283376f,0.0050069112758045825f,0.05722925775773331f,-0.9983485077346363f,-0.04593748463998328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2226243044307588e-16f,0.125f,0.0870118057126284f,0.9945494902530507f,0.057447864225094195f,2.3511903669764402f,0.0050069112758045825f,0.05722925775773331f,-0.9983485077346363f,-0.058814067635473255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2226243044307588e-16f,-0.19523827377799086f,-0.15617611473118062f,0.9860571809400549f,0.057447864225094195f,2.45287168980522f,-0.008986825907756547f,0.056740585687218036f,-0.9983485077346363f,-0.021661335357383175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2226243044307588e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9983485077346363f,0.057447864225094195f,2.462932429840743f,-1.231653667943533e-16f,0.05744786422509419f,-0.9983485077346363f,-0.021082411241118246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2226243044307588e-16f,-0.05771677939820295f,-0.24152236346026273f,0.9686932903889363f,0.057447864225094195f,2.458619878776625f,-0.01389789621148724f,0.055741417141292576f,-0.9983485077346363f,-0.021330567917945853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2226243044307588e-16f,-0.086824202066379f,0.06964127146727782f,0.9959165809466153f,0.057447864225094195f,2.46860454036912f,0.0040073604324737345f,0.05730792411516143f,-0.9983485077346363f,-0.02075602157560621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2226243044307588e-16f,-0.14461004211822304f,-0.0870118057126284f,0.9945494902530507f,0.057447864225094195f,2.574964002283376f,-0.005006911275804827f,0.057229257757733284f,-0.9983485077346363f,-0.04593748463998332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2226243044307588e-16f,-0.12499999999999999f,-0.0870118057126284f,0.9945494902530507f,0.057447864225094195f,2.3511903669764402f,-0.005006911275804827f,0.057229257757733284f,-0.9983485077346363f,-0.05881406763547328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-7.03533430411134e-18f,1.2226243044307588e-16f,6.987553846972764e-18f,0f,0.9983485077346363f,0.057447864225094195f,1.8377415110054047f,-1.2246467991473532e-16f,0.057447864225094195f,-0.9983485077346363f,-0.05705770718412667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.6473102023414775e-18f,1.2241035476995592e-16f,5.619812521094711e-18f,0f,0.9995564015288554f,-0.0297825479548951f,1.462907860432084f,-1.2246467991473532e-16f,-0.0297825479548951f,-0.9995564015288554f,-0.04588925170104101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9883961752689693f,-0.14224133874446065f,0.05329542443640526f,0.14553979600696898f,-0.14615404713753186f,0.7949875434209762f,-0.5887561467286787f,1.1185333647785745f,0.041376263956441325f,-0.5897136655680153f,-0.80655179463153f,0.33016796877614346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9883961752689693f,-0.07393484501020067f,0.13269001246134013f,0.125f,-0.14615404713753186f,0.2249499493557991f,-0.9633465185436357f,1.1659864834972613f,0.041376263956441325f,-0.9715611967231612f,-0.2331455463929471f,0.007132750368552279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9829215828097135f,0.18259551127698753f,0.02289194854841063f,-0.16099134078998764f,0.17602708510890927f,0.9691746532892962f,-0.1723802678082178f,1.070265566114976f,-0.05366215943202786f,-0.16540668270377568f,-0.9847644398342295f,0.3166656031793535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9829215828097135f,0.12525987624884816f,-0.1348151528908038f,-0.12499999999999999f,0.17602708510890927f,0.4263406267712373f,-0.887270046418997f,1.1722726826735625f,-0.05366215943202786f,-0.8958479967976886f,-0.44110853457925747f,-0.007970051683397657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9900646023370409f,0.14061323977206847f,1.0087789957090947e-16f,-0.0014583333333333273f,0.11582742297569323f,0.8155464709727388f,-0.5669814474660717f,1.3557443849560937f,-0.07972509821886127f,-0.5613482613179761f,-0.8237305616700635f,-0.033882275032011744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9900646023370409f,-0.13980836310988226f,0.015023475088423957f,-0.0014583333333333271f,-0.11582742297569323f,0.7503005098677188f,-0.6508710724706168f,1.3270327361066634f,0.07972509821886102f,-0.6461445399419362f,-0.7590396183449297f,-0.0353670681182357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.94352014815258e-17f,1.0087789957090947e-16f,-0.0014583333333333273f,0f,0.8237305616700635f,-0.5669814474660717f,1.3557443849560937f,-1.2246467991473532e-16f,-0.5669814474660717f,-0.8237305616700635f,-0.033882275032011744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9942136272049561f,0.10742096387560722f,1.1977072792620423e-16f,-0.0014583333333333275f,0.10505794035368968f,0.9723431272379592f,-0.20859451594360387f,1.3806464128887064f,-0.022407423961827762f,-0.20738751031135244f,-0.978002212634641f,-0.03180181909144464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9942136272049561f,-0.10742096387560716f,1.1977072792620423e-16f,-0.0014583333333333275f,-0.10505794035368968f,0.9723431272379592f,-0.20859451594360387f,1.3806464128887064f,0.02240742396182752f,-0.20738751031135244f,-0.978002212634641f,-0.03180181909144464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.5545460627002598e-17f,1.1977072792620423e-16f,-0.0014583333333333275f,0f,0.978002212634641f,-0.20859451594360387f,1.3806464128887064f,-1.2246467991473532e-16f,-0.20859451594360387f,-0.978002212634641f,-0.03180181909144464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9885817194971117f,0.15067790268794723f,-0.0015341178884043442f,-0.19520833333333334f,0.14361364761306347f,0.9390538757869527f,-0.31233465800127475f,1.3933233292746994f,-0.045621311855369155f,-0.3089886535312647f,-0.9499708984455951f,-0.03366387349046348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9885817194971117f,-0.15023823496134334f,0.011604164417751285f,0.19229166666666667f,-0.1436136476130635f,0.9160720288335956f,-0.37441575582228215f,1.3941376548252962f,0.045621311855368926f,-0.37180708807713736f,-0.9271883223812706f,-0.04321260508746734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.7108642989764614e-17f,1.130414684188129e-16f,-0.007812500000000002f,0f,0.9230536387921546f,-0.3846712621350375f,1.2510888063249308f,-1.2246467991473532e-16f,-0.3846712621350375f,-0.9230536387921546f,0.009354352835934013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.7077167239372795e-17f,1.1671710027293412e-16f,7.138851729185202e-18f,0f,0.9530674505840958f,-0.30275804636232556f,1.4640398148148146f,-1.2246467991473532e-16f,-0.30275804636232556f,-0.9530674505840958f,-0.058293148148148094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.45139674973691113f,-0.17790066461552895f,-0.8744097025172497f,-0.3531086855345409f,3.3076215685381765e-15f,0.9799247046208296f,-0.19936793441719722f,1.7109526566116888f,0.8923233574926481f,0.0899940375976816f,0.4423348266527457f,0.5166956007193861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.45139674973691113f,-0.17790066461552895f,-0.8744097025172497f,-0.3107902402467055f,3.3076215685381765e-15f,0.9799247046208296f,-0.19936793441719722f,1.710952656611689f,0.8923233574926481f,0.0899940375976816f,0.4423348266527457f,0.6003509154843218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.45139674973691113f,-0.17790066461552895f,-0.8744097025172497f,-0.20078800751303572f,3.3076215685381765e-15f,0.9799247046208296f,-0.19936793441719722f,1.7408578467742686f,0.8923233574926481f,0.0899940375976816f,0.4423348266527457f,0.49217303410394214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8249947158811798f,-0.5050690023590783f,-0.2535527984939964f,0.7167491769761094f,-0.5367426237048675f,0.8406852807901526f,0.07180260831750676f,2.37198244325667f,0.17689283384735166f,0.19532936675980836f,-0.9646529758491731f,-0.46852737772333547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3906988655273259f,-0.5050690023590783f,-0.7695841080295682f,0.7786561146905535f,-0.42450323026961956f,0.8406852807901526f,-0.3362220488805584f,2.420932103039623f,0.8167933667497055f,0.19532936675980836f,-0.5428582084807168f,-0.5191290019062911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6603406689540703f,-0.5050690023590783f,-0.5557476979541136f,0.8310648005264485f,-0.5221297043515001f,0.8406852807901526f,-0.14362740162168702f,2.4180013833914f,0.539750657951527f,0.19532936675980836f,-0.8188502095756622f,-0.37100065837846397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015318258513175792f,0.0000023262748088742944f,0.000002019907581329984f,0.04914398786142796f,0.00000235770548617777f,0.00001544582427952327f,9.144488250711569e-8f,1.7231844665131593f,-0.0000019831303446734726f,3.944399063055843e-7f,-0.000015493619209092142f,0.6014543867042794f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144.mcfunction new file mode 100644 index 000000000..bdb695f31 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144_as_bone.mcfunction new file mode 100644 index 000000000..46d232ba8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_144_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7731040095142049f,-0.1363190957712481f,-0.22510384058388255f,0.028873830406168158f,-0.13470053224570316f,0.805095393061745f,-0.02493229086792376f,1.5160579088995876f,0.22607609676882912f,0.013526146654083238f,-0.7846343647017429f,-0.3928188678143206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.750780764433533f,0.16644408828990062f,-0.22050988465359925f,0.028873830406168158f,0.17990165254335472f,0.7791270047902686f,-0.024423468605313074f,1.5160579088995876f,0.20967507998989757f,-0.07250845385117798f,-0.76862141848334f,-0.3928188678143206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7731040095142049f,0.1363190957712481f,0.22510384058388272f,-0.02887383040616806f,0.13470053224570316f,0.805095393061745f,-0.02493229086792376f,1.5160579088995876f,-0.22607609676882928f,0.013526146654083273f,-0.7846343647017429f,-0.39281886781432057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.750780764433533f,-0.16644408828990062f,0.22050988465359941f,-0.02887383040616806f,-0.17990165254335472f,0.7791270047902686f,-0.024423468605313074f,1.5160579088995876f,-0.20967507998989773f,-0.07250845385117802f,-0.76862141848334f,-0.39281886781432057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5111774844617939f,0.7668116821503157f,1.2617859063633243f,-0.3638815628092823f,1.46340698438403f,0.4406606565599451f,0.32506066174823145f,1.1446370077409802f,-0.19632581958405876f,1.288108799705196f,-0.8623445614640856f,0.12490380507282689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.09435421054350851f,-0.9402497095973361f,-0.3271509843403144f,-0.36709478667653156f,-0.9032548473928985f,0.21902977095391768f,-0.3689940922252093f,1.3691633619995949f,0.41860239322529347f,0.260684566167619f,-0.869951489077441f,0.01575496975818646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.19692769783536612f,-0.9402497095973361f,-0.27775882601168245f,-0.2984375f,-0.9744051186333869f,0.21902977095391768f,-0.05060261077187625f,1.7292638042897803f,0.10841654212489163f,0.260684566167619f,-0.9593171583765621f,-0.029595714824622116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.0415193337859916f,0.8931482416536394f,0.44784189548654296f,0.554725976199065f,0.33260881771194917f,0.43501846994123505f,-0.8367378951560914f,1.6758202220690577f,-0.9421504759337687f,0.11421536341928368f,-0.3151306577544848f,0.1881341564091573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7132713776171354f,0.569090743696636f,0.40912060240345205f,0.2984375f,0.1771985257247237f,0.7111740989839512f,-0.6803176342087199f,1.7292638042897803f,-0.6781184441918229f,-0.4127555285797816f,-0.6081021700945384f,-0.029595714824622043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.167132161479243e-17f,9.930165902243308e-17f,-0.15625000000000003f,0f,0.8108595808323736f,-0.5852407540255099f,1.4169253385388358f,-1.2246467991473532e-16f,-0.5852407540255099f,-0.8108595808323736f,0.21417033492182003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.235635976228678e-17f,1.181129282066618e-16f,-0.15625000000000003f,0f,0.9644652506248873f,-0.26420972793800246f,1.5961112622313898f,-1.2246467991473532e-16f,-0.26420972793800246f,-0.9644652506248873f,0.15860310311703904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.089884879834902e-17f,1.0624936725296013e-16f,0.15624999999999997f,0f,0.8675919238668249f,-0.49727683802994604f,1.4092879037676531f,-1.2246467991473532e-16f,-0.49727683802994604f,-0.8675919238668249f,0.17570120922064394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,7.092237059076986e-18f,1.2225914280787522e-16f,0.15624999999999997f,0f,0.9983216621559523f,-0.05791251048069428f,1.5961112622313898f,-1.2246467991473532e-16f,-0.05791251048069428f,-0.9983216621559523f,0.1586031031170391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.79348074267555e-18f,1.2227610742094088e-16f,0.29375f,0f,0.9984601887342069f,0.05547298002497897f,2.284541932098583f,-1.2246467991473532e-16f,0.05547298002497897f,-0.9984601887342069f,0.0028469274175709144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.79348074267555e-18f,1.2227610742094088e-16f,0.33125f,0f,0.9984601887342069f,0.05547298002497897f,2.164935000384149f,-1.2246467991473532e-16f,0.05547298002497897f,-0.9984601887342069f,-0.09769283777938334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.79348074267555e-18f,1.2227610742094088e-16f,-0.29375f,0f,0.9984601887342069f,0.05547298002497897f,2.284541932098583f,-1.2246467991473532e-16f,0.05547298002497897f,-0.9984601887342069f,0.002846927417570845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.79348074267555e-18f,1.2227610742094088e-16f,-0.33125f,0f,0.9984601887342069f,0.05547298002497897f,2.164935000384149f,-1.2246467991473532e-16f,0.05547298002497897f,-0.9984601887342069f,-0.09769283777938342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2227610742094088e-16f,0.19523827377799086f,0.15619358548860363f,0.9861674869611968f,0.05547298002497897f,2.3923637356956715f,0.008677885954394877f,0.054790015588738715f,-0.9984601887342069f,-0.01307138702514192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2227610742094088e-16f,0.08005326181113277f,0f,0.9984601887342069f,0.05547298002497897f,2.4024256011833733f,-1.222980050563649e-16f,0.05547298002497897f,-0.9984601887342069f,-0.012512364572858772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2227610742094088e-16f,0.05771677939820298f,0.24154938153938132f,0.9688016539855258f,0.05547298002497897f,2.3981125676925177f,0.013420128482205296f,0.05382519544203084f,-0.9984601887342069f,-0.012751990372049236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2227610742094088e-16f,0.08682420206637903f,-0.06964906193999208f,0.996027989896884f,0.05547298002497897f,2.4080983462266206f,-0.003869599474620954f,0.05533785063370034f,-0.9984601887342069f,-0.012197195199035477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2227610742094088e-16f,0.14461004211822306f,0.08702153935309677f,0.9946607462727005f,0.05547298002497897f,2.514407790163562f,0.004834788776502926f,0.05526188858823337f,-0.9984601887342069f,-0.03758899211400328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2227610742094088e-16f,0.125f,0.08702153935309677f,0.9946607462727005f,0.05547298002497897f,2.2906091222522047f,0.004834788776502926f,0.05526188858823337f,-0.9984601887342069f,-0.050022917046355767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2227610742094088e-16f,-0.19523827377799086f,-0.15619358548860363f,0.9861674869611968f,0.05547298002497897f,2.3923637356956715f,-0.008677885954395118f,0.05479001558873867f,-0.9984601887342069f,-0.013071387025141969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2227610742094088e-16f,-0.08005326181113279f,0f,0.9984601887342069f,0.05547298002497897f,2.4024256011833733f,-1.240327285323417e-16f,0.05547298002497897f,-0.9984601887342069f,-0.012512364572858786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2227610742094088e-16f,-0.05771677939820298f,-0.24154938153938132f,0.9688016539855258f,0.05547298002497897f,2.3981125676925177f,-0.013420128482205536f,0.05382519544203078f,-0.9984601887342069f,-0.01275199037204924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2227610742094088e-16f,-0.08682420206637903f,0.06964906193999208f,0.996027989896884f,0.05547298002497897f,2.4080983462266206f,0.0038695994746207095f,0.05533785063370035f,-0.9984601887342069f,-0.01219719519903549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2227610742094088e-16f,-0.14461004211822306f,-0.08702153935309677f,0.9946607462727005f,0.05547298002497897f,2.514407790163562f,-0.00483478877650317f,0.05526188858823334f,-0.9984601887342069f,-0.03758899211400331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2227610742094088e-16f,-0.125f,-0.08702153935309677f,0.9946607462727005f,0.05547298002497897f,2.2906091222522047f,-0.00483478877650317f,0.05526188858823334f,-0.9984601887342069f,-0.050022917046355794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.79348074267555e-18f,1.2227610742094088e-16f,5.786571048200142e-18f,0f,0.9984601887342069f,0.05547298002497897f,1.7771647449001429f,-1.2246467991473532e-16f,0.05547298002497897f,-0.9984601887342069f,-0.04725093841121355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,3.889435465122784e-18f,1.2240290077600784e-16f,4.328032748779098e-18f,0f,0.9994955350492036f,-0.03175965076486342f,1.4023539192566914f,-1.2246467991473532e-16f,-0.03175965076486342f,-0.9994955350492036f,-0.035341069374389765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.988861141990508f,-0.13875904517755472f,0.053847648441150565f,0.14393253188988037f,-0.14254002735416338f,0.7787036608162907f,-0.610985228326497f,1.0719534083048812f,0.04284836593270242f,-0.6118549959040303f,-0.7898085094022327f,0.3447107059283713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.988861141990508f,-0.06939554478834155f,0.1316734605938406f,0.12499999999999999f,-0.14254002735416338f,0.18685273734917368f,-0.971991972779094f,1.1059507686919374f,0.04284836593270242f,-0.9799338308828052f,-0.19466305409154355f,0.020878976903942165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9831979966870855f,0.1817303893321292f,0.017197816829310736f,-0.1594637901012605f,0.17386072559043297f,0.9609814405515483f,-0.2151444143189381f,1.022214619677054f,-0.05562506096778622f,-0.20853953224428085f,-0.9764308045548677f,0.3340892270458946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9831979966870855f,0.1207317688238548f,-0.136914350260172f,-0.125f,0.17386072559043297f,0.3907952310541105f,-0.9039090305348942f,1.1119223440197836f,-0.05562506096778622f,-0.9125255762892498f,-0.4052196012168f,0.005315127344663467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.13917310096006552f,9.992332025182162e-17f,-0.0012499999999999968f,0.11355631964541996f,0.8079951985904044f,-0.5781424749345445f,1.2953332626939082f,-0.08046188103336759f,-0.5725160321109032f,-0.8159358299992467f,-0.022045552258804356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,-0.13830576294421176f,0.015513476955861718f,-0.0012499999999999966f,-0.11355631964541996f,0.7385147828508629f,-0.6646058063087699f,1.2653549659522816f,0.08046188103336734f,-0.6598995616358313f,-0.7470331011765208f,-0.023186908347400968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.080203313797187e-17f,9.992332025182162e-17f,-0.0012499999999999968f,0f,0.8159358299992467f,-0.5781424749345445f,1.2953332626939082f,-1.2246467991473532e-16f,-0.5781424749345445f,-0.8159358299992467f,-0.022045552258804356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,0.10452846326765347f,1.1941187546089448e-16f,-0.001249999999999997f,0.10192277354193983f,0.9697304136632108f,-0.2218888754536751f,1.3202598661211609f,-0.02319370316736053f,-0.22067334497732372f,-0.9750719598829122f,-0.020261663226245903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9945218953682733f,-0.10452846326765342f,1.1941187546089448e-16f,-0.001249999999999997f,-0.10192277354193983f,0.9697304136632108f,-0.2218888754536751f,1.3202598661211609f,0.02319370316736029f,-0.22067334497732372f,-0.9750719598829122f,-0.020261663226245903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.71735501090749e-17f,1.1941187546089448e-16f,-0.001249999999999997f,0f,0.9750719598829122f,-0.2218888754536751f,1.3202598661211609f,-1.2246467991473532e-16f,-0.2218888754536751f,-0.9750719598829122f,-0.020261663226245903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9890158633619168f,0.14780378300014815f,-0.0012898640732161774f,-0.195f,0.14031781170323973f,0.9361096929068672f,-0.3225051233153126f,1.3328865934215273f,-0.04646002300146249f,-0.31914367387848364f,-0.9465668395237854f,-0.021859531394205944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9890158633619168f,-0.1473537640439951f,0.011596992737294623f,0.1925f,-0.14031781170323973f,0.9113325565767642f,-0.3870192282588464f,1.3336151123510664f,0.04646002300146226f,-0.38439542081732125f,-0.9219987129694802f,-0.03183302042359292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.8479612375301894e-17f,1.1246032638472578e-16f,-0.007812500000000003f,0f,0.9183082539637147f,-0.39586607672559376f,1.1912122474165359f,-1.2246467991473532e-16f,-0.39586607672559376f,-0.9183082539637147f,0.022466734975836372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.849356953811389e-17f,1.1625765751481907e-16f,5.8495254361273294e-18f,0f,0.9493158157581613f,-0.314323848842904f,1.403325f,-1.2246467991473532e-16f,-0.314323848842904f,-0.9493158157581613f,-0.047764999999999974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46947156278589297f,-0.18357512693477007f,-0.8636530695286473f,-0.30098108888058817f,5.231145611383807e-16f,0.9781476007338057f,-0.20791169081775934f,1.6124363281249996f,0.8829475928589259f,0.09760862640967041f,0.45921248275177146f,0.5123116753347381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46947156278589297f,-0.18357512693477007f,-0.8636530695286473f,-0.25696812986941064f,5.231145611383807e-16f,0.9781476007338057f,-0.20791169081775934f,1.6124363281249996f,0.8829475928589259f,0.09760862640967041f,0.45921248275177146f,0.5950880121652624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46947156278589297f,-0.18357512693477007f,-0.8636530695286473f,-0.1494266489457023f,5.231145611383807e-16f,0.9781476007338057f,-0.20791169081775934f,1.6436230817476636f,0.8829475928589259f,0.09760862640967041f,0.45921248275177146f,0.48481797133723453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8008409104255506f,-0.5095978859079893f,-0.31458517267487807f,0.6914533472381984f,-0.5435351937984364f,0.8390277157745276f,0.02453538800741978f,2.3143597086538366f,0.251442496987425f,0.1906370552654607f,-0.9489121054494154f,-0.4539478683441093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3020848207447805f,-0.5095978859079893f,-0.8056393459568005f,0.7480456527618009f,-0.38192938044252134f,0.8390277157745276f,-0.38750798768150607f,2.361846291346163f,0.8734269914711736f,0.1906370552654607f,-0.44808794195930784f,-0.5116661316558899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6036512589184259f,-0.5095978859079893f,-0.6131191990831042f,0.8117173798624653f,-0.5065235487181525f,0.8390277157745276f,-0.19866148785345347f,2.367902223178018f,0.6156614753256604f,0.1906370552654607f,-0.7646034664841278f,-0.36811648002738045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015399250756977905f,0.000002002195779964917f,0.0000017305817468140836f,0.04002208868382913f,0.000002027349823130655f,0.000015492483021801098f,1.1596341602754091e-7f,1.6474143591347088f,-0.000001701044919561947f,3.388316365030736e-7f,-0.000015528434058324657f,0.6164741690979322f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145.mcfunction new file mode 100644 index 000000000..0f1693854 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145_as_bone.mcfunction new file mode 100644 index 000000000..470d91005 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_145_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7737455903987297f,-0.13643222379149664f,-0.22281933061175974f,0.028794057552638724f,-0.13432898227273807f,0.8051071899222907f,-0.02650625777900544f,1.456043076991657f,0.22409357488454706f,0.011537135310970965f,-0.7852346201287387f,-0.38329433078299496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7514038197805518f,0.16658221633486583f,-0.21827199733396874f,0.028794057552638724f,0.1802423368324117f,0.7789983969787323f,-0.025965313742699208f,1.456043076991657f,0.20713522064677348f,-0.07356536349077136f,-0.7692094237995808f,-0.38329433078299496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7737455903987297f,0.13643222379149664f,0.2228193306117599f,-0.028794057552638627f,0.13432898227273807f,0.8051071899222907f,-0.02650625777900544f,1.456043076991657f,-0.22409357488454723f,0.011537135310971f,-0.7852346201287387f,-0.38329433078299496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7514038197805518f,-0.16658221633486583f,0.2182719973339689f,-0.028794057552638627f,-0.1802423368324117f,0.7789983969787323f,-0.025965313742699208f,1.456043076991657f,-0.20713522064677364f,-0.07356536349077142f,-0.7692094237995808f,-0.38329433078299496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4304610146009424f,0.7144616227348954f,1.3212320593096982f,-0.4003734446102833f,1.4909566236509917f,0.3698659851647291f,0.28575120193860776f,1.088371612881658f,-0.1820931390798726f,1.3394588432113708f,-0.7836442726409055f,0.10795825092200184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.15949170919559089f,-0.9418916682577946f,-0.29563910425452433f,-0.38703952220137927f,-0.9080930546391842f,0.2574395193641949f,-0.3302906265482081f,1.3155194560784789f,0.38720717815394984f,0.2157892006938269f,-0.8963847511253047f,0.005184672458931592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.25016773451526275f,-0.9418916682577946f,-0.22417892379536808f,-0.2984375f,-0.9662886854566702f,0.2574395193641949f,-0.0033271952080596995f,1.6730090159481588f,0.060846371838600706f,0.2157892006938269f,-0.9745423232974533f,-0.023005438300724986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.09000444604553415f,0.9139568979674975f,0.39570442043230436f,0.5309952714166188f,0.4078189307091977f,0.32865847871438003f,-0.8518610943835596f,1.5819748252705024f,-0.9086159361618322f,0.23804703952533987f,-0.3431482005285444f,0.20672104016845425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6396690864559139f,0.6546524377504033f,0.40280720646496726f,0.2984375f,0.28865017828847234f,0.6902783819560985f,-0.663473307660605f,1.6730090159481588f,-0.712393524961232f,-0.3081329926371485f,-0.6305152848597608f,-0.023005438300724913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.287341532326217e-17f,9.842287927988044e-17f,-0.15625000000000003f,0f,0.80368379967519f,-0.5950565940645047f,1.3583664936746545f,-1.2246467991473532e-16f,-0.5950565940645047f,-0.80368379967519f,0.22495017936184236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.3104701120034706e-17f,1.1790537133808517e-16f,-0.15625000000000003f,0f,0.9627704201748246f,-0.2703203988536408f,1.5371964449645987f,-1.2246467991473532e-16f,-0.2703203988536408f,-0.9627704201748246f,0.16824778945069208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.172528910886353e-17f,1.0577138796028817e-16f,0.15624999999999997f,0f,0.8636889267495765f,-0.5040252352910167f,1.3503328341850367f,-1.2246467991473532e-16f,-0.5040252352910167f,-0.8636889267495765f,0.18490022069734044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.8005944667448585e-18f,1.2227571198532217e-16f,0.15624999999999997f,0f,0.998456959757338f,-0.05553106799021315f,1.5371964449645987f,-1.2246467991473532e-16f,-0.05553106799021315f,-0.998456959757338f,0.16824778945069213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.5516006007935725e-18f,1.2228930597638644e-16f,0.29375f,0f,0.9985679631182557f,0.05349787877904919f,2.2253176763243494f,-1.2246467991473532e-16f,0.05349787877904919f,-0.9985679631182557f,0.01113017607059922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.5516006007935725e-18f,1.2228930597638644e-16f,0.33125f,0f,0.9985679631182557f,0.05349787877904919f,2.1055121070701035f,-1.2246467991473532e-16f,0.05349787877904919f,-0.9985679631182557f,-0.08917280531911839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.5516006007935725e-18f,1.2228930597638644e-16f,-0.29375f,0f,0.9985679631182557f,0.05349787877904919f,2.2253176763243494f,-1.2246467991473532e-16f,0.05349787877904919f,-0.9985679631182557f,0.01113017607059915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.5516006007935725e-18f,1.2228930597638644e-16f,-0.33125f,0f,0.9985679631182557f,0.05349787877904919f,2.1055121070701035f,-1.2246467991473532e-16f,0.05349787877904919f,-0.9985679631182557f,-0.08917280531911848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2228930597638644e-16f,0.19523827377799086f,0.15621044511671733f,0.9862739344637366f,0.05349787877904919f,2.333107781948189f,0.008368912047587558f,0.05283923111663895f,-0.9985679631182557f,-0.005001382912579684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2228930597638644e-16f,0.08005326181113277f,0f,0.9985679631182556f,0.05349787877904919f,2.3431707335196097f,-1.231653667943533e-16f,0.0534978787790492f,-0.9985679631182557f,-0.004462264311532037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2228930597638644e-16f,0.05771677939820298f,0.2415754545226675f,0.9689062270097705f,0.05349787877904919f,2.3388572344773655f,0.0129423082447887f,0.05190876314414279f,-0.9985679631182557f,-0.004693358295515794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2228930597638644e-16f,0.08682420206637903f,-0.06965657990098327f,0.99613550174795f,0.05349787877904919f,2.3488440908823165f,-0.0037318233764172667f,0.05336756063513741f,-0.9985679631182557f,-0.004158316462541854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2228930597638644e-16f,0.14461004211822306f,0.08703093250958771f,0.99476811054268f,0.05349787877904919f,2.455103100891334f,0.004662647360412091f,0.05329430319884373f,-0.9985679631182557f,-0.029760347879133772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2228930597638644e-16f,0.125f,0.08703093250958771f,0.99476811054268f,0.05349787877904919f,2.2312802760192314f,0.004662647360412091f,0.05329430319884373f,-0.9985679631182557f,-0.041751566098873594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2228930597638644e-16f,-0.19523827377799086f,-0.15621044511671733f,0.9862739344637366f,0.05349787877904919f,2.333107781948189f,-0.008368912047587801f,0.05283923111663891f,-0.9985679631182557f,-0.005001382912579726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2228930597638644e-16f,-0.08005326181113279f,0f,0.9985679631182556f,0.05349787877904919f,2.3431707335196097f,-1.222980050563649e-16f,0.05349787877904919f,-0.9985679631182557f,-0.004462264311532051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2228930597638644e-16f,-0.05771677939820298f,-0.2415754545226675f,0.9689062270097705f,0.05349787877904919f,2.3388572344773655f,-0.012942308244788937f,0.05190876314414273f,-0.9985679631182557f,-0.004693358295515808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2228930597638644e-16f,-0.08682420206637903f,0.06965657990098327f,0.99613550174795f,0.05349787877904919f,2.3488440908823165f,0.0037318233764170195f,0.05336756063513743f,-0.9985679631182557f,-0.004158316462541875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2228930597638644e-16f,-0.14461004211822306f,-0.08703093250958771f,0.99476811054268f,0.05349787877904919f,2.455103100891334f,-0.004662647360412335f,0.0532943031988437f,-0.9985679631182557f,-0.029760347879133807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2228930597638644e-16f,-0.125f,-0.08703093250958771f,0.99476811054268f,0.05349787877904919f,2.2312802760192314f,-0.004662647360412335f,0.0532943031988437f,-0.9985679631182557f,-0.04175156609887362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.5516006007935725e-18f,1.2228930597638644e-16f,4.6492466743821014e-18f,0f,0.9985679631182557f,0.05349787877904919f,1.7178423862092798f,-1.2246467991473532e-16f,0.05349787877904919f,-0.9985679631182557f,-0.037963980125690834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.131545509942342e-18f,1.2239496786354354e-16f,3.099917108153723e-18f,0f,0.9994307579030922f,-0.033736629310744004f,1.3430558519956202f,-1.2246467991473532e-16f,-0.033736629310744004f,-0.9994307579030922f,-0.025312744134161833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9893163034608927f,-0.13529368595872662f,0.05430350123312697f,0.14237605262672684f,-0.13891086352276927f,0.7617979437547189f,-0.632746129886577f,1.0266556919521992f,0.04423826061039619f,-0.6335294084971776f,-0.7724528884452327f,0.3581620936803229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9893163034608927f,-0.06496703228363049f,0.13050875994634412f,0.12499999999999999f,-0.13891086352276927f,0.148435152072797f,-0.9791173461973209f,1.0472048210639828f,0.04423826061039619f,-0.9867858381358052f,-0.15587394250734582f,0.03410064356789187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.983472091391084f,0.1806889517647463f,0.011582234888156129f,-0.15793434308024196f,0.1716724703401021f,0.9509028791964099f,-0.25751170315794353f,0.9756088819752929f,-0.05754310021344008f,-0.25126722238711385f,-0.9662057620257141f,0.35052028892123405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.983472091391084f,0.11618355136210855f,-0.13886694296244706f,-0.125f,0.1716724703401021f,0.35460912357809404f,-0.9191196507541893f,1.0528515096142748f,-0.05754310021344008f,-0.9277681563128066f,-0.36869369366692667f,0.01808122160618613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,0.13773266774151083f,9.895022250591646e-17f,-0.0010416666666666651f,0.11128660221742928f,0.8002892881005297f,-0.589196357353342f,1.236193506946631f,-0.08115158612185641f,-0.5835809863149707f,-0.8079898838980305f,-0.010730382447137143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,-0.13680136871499474f,0.015989786768354167f,-0.0010416666666666651f,-0.1112866022174293f,0.7264764961143186f,-0.6781203379639648f,1.204952823294486f,0.08115158612185618f,-0.6734369206623335f,-0.734776928025602f,-0.011494081766347055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020504e-17f,9.895022250591646e-17f,-0.0010416666666666651f,0f,0.8079898838980305f,-0.589196357353342f,1.236193506946631f,-1.2246467991473532e-16f,-0.589196357353342f,-0.8079898838980305f,-0.010730382447137143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9948217482960331f,0.10163507818280189f,1.1903089282545755e-16f,-0.0010416666666666654f,0.09878533228443487f,0.966927941871111f,-0.23514211310259003f,1.2611411554704535f,-0.023898687049251098f,-0.23392448805474217f,-0.9719610005785462f,-0.009243351302291505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9948217482960331f,-0.10163507818280183f,1.1903089282545755e-16f,-0.0010416666666666654f,-0.09878533228443487f,0.966927941871111f,-0.23514211310259003f,1.2611411554704535f,0.023898687049250855f,-0.23392448805474217f,-0.9719610005785462f,-0.009243351302291505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.8796603615583176e-17f,1.1903089282545755e-16f,-0.0010416666666666654f,0f,0.9719610005785462f,-0.23514211310259003f,1.2611411554704535f,-1.2246467991473532e-16f,-0.23514211310259003f,-0.9719610005785462f,-0.009243351302291505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.14492802696571375f,-0.0010539649334374128f,-0.19479166666666667f,0.13702203375592723f,0.9330473922640617f,-0.3326372289065427f,1.2737259961968057f,-0.04722505804808617f,-0.32926954124100133f,-0.9430542736785064f,-0.010576149874735371f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,-0.14446839116474522f,0.011581355556484438f,0.19270833333333334f,-0.13702203375592723f,0.906412524244852f,-0.39955137111198225f,1.2743584953047875f,0.04722505804808593f,-0.3969196642223028f,-0.9166376459899567f,-0.02097365999177991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.9843414411279603e-17f,1.118625579291124e-16f,-0.007812500000000003f,0f,0.9134271041005083f,-0.40700236546555735f,1.132622603354114f,-1.2246467991473532e-16f,-0.40700236546555735f,-0.9134271041005083f,0.035050956099108896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.9904280849341717e-17f,1.157810269280569e-16f,4.6236086328919775e-18f,0f,0.9454238316604278f,-0.3258431808838649f,1.3438657407407408f,-1.2246467991473532e-16f,-0.3258431808838649f,-0.9454238316604278f,-0.03775462962962965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48735173112724417f,-0.18899631645142378f,-0.8525072917782412f,-0.24830237606846434f,5.162463730281587e-16f,0.9762960071199334f,-0.21643961393810288f,1.5209714536313657f,0.8732057547721946f,0.10548222053724643f,0.4757995491625158f,0.4940189287404239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.48735173112724417f,-0.18899631645142378f,-0.8525072917782412f,-0.20261315127528517f,5.162463730281587e-16f,0.9762960071199334f,-0.21643961393810288f,1.5209714536313657f,0.8732057547721946f,0.10548222053724643f,0.4757995491625158f,0.5758819682503171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48735173112724417f,-0.18899631645142378f,-0.8525072917782412f,-0.09758166990513856f,5.162463730281587e-16f,0.9762960071199334f,-0.21643961393810288f,1.553437395722081f,0.8732057547721946f,0.10548222053724643f,0.4757995491625158f,0.46358051612099316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7728691170523698f,-0.5143013226941899f,-0.37170886104812845f,0.6663260566784667f,-0.5453499017021662f,0.8378260444412997f,-0.025318056190845345f,2.2583376422664236f,0.32444847452273173f,0.1831438471007201f,-0.9280040509873975f,-0.44013601118786577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.21204518488663582f,-0.5143013226941899f,-0.8309819426686713f,0.7172666516548661f,-0.3311494035023535f,0.8378260444412997f,-0.43403639457524834f,2.303670922548391f,0.9194438058557074f,0.1831438471007201f,-0.3479675547270466f,-0.5044711647380598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5433663464149276f,-0.5143013226941899f,-0.6635112380801846f,0.7913230398786941f,-0.4835549896743165f,0.8378260444412997f,-0.25342077897622545f,2.319017399253841f,0.6862416378687353f,0.1831438471007201f,-0.7039394474842162f,-0.36671267084033027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015468001320076042f,0.0000016751312957501374f,0.000001440657941401909f,0.031014572760377748f,0.0000016940216556881985f,0.000015532370645852568f,1.2797558328428128e-7f,1.5730885918315771f,-0.0000014183972617660167f,2.828820635105778e-7f,-0.000015557916054085093f,0.6309198512603971f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146.mcfunction new file mode 100644 index 000000000..84c662ed5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146_as_bone.mcfunction new file mode 100644 index 000000000..f58d1768f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_146_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7743806241660567f,-0.1365441973783373f,-0.2205329352340339f,0.02871509875425629f,-0.13396586835829502f,0.8051142565092041f,-0.0280824593845337f,1.3989853136328017f,0.22210862089446431f,0.009547804584389207f,-0.785825072389792f,-0.37441789277504545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7520205170572539f,0.16671893482957714f,-0.21603226308640056f,0.02871509875425629f,0.1805736130243389f,0.7788686706073644f,-0.02750934796852281f,1.3989853136328017f,0.2045930404590461f,-0.07462165044816539f,-0.7697878260144903f,-0.37441789277504545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7743806241660567f,0.1365441973783373f,0.22053293523403406f,-0.028715098754256194f,0.13396586835829502f,0.8051142565092041f,-0.0280824593845337f,1.3989853136328017f,-0.2221086208944645f,0.009547804584389237f,-0.785825072389792f,-0.37441789277504545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7520205170572539f,-0.16671893482957714f,0.21603226308640072f,-0.028715098754256194f,-0.1805736130243389f,0.7788686706073644f,-0.02750934796852281f,1.3989853136328017f,-0.20459304045904628f,-0.07462165044816542f,-0.7697878260144903f,-0.37441789277504545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3452528574580638f,0.6545040820223034f,1.376165368345383f,-0.43697588609346844f,1.5145974442588153f,0.30288034386776236f,0.23593289118563252f,1.038243615605241f,-0.16793241575618237f,1.3861075549590978f,-0.7013635290087478f,0.0899128460021692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2259079687472061f,-0.9387773238907922f,-0.26012059857872477f,-0.4066115388096019f,-0.9073231029882078f,0.29996601176987103f,-0.29459324256799907f,1.2666788842568337f,0.35458479442914875f,0.16946246761840889f,-0.9195390669396913f,-0.0061712154988097685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3022141285373804f,-0.9387773238907922f,-0.16541994033620744f,-0.2984375f,-0.9531515531201274f,0.29996601176987103f,0.03901933581657618f,1.619700518535714f,0.01298989211198065f,0.16946246761840889f,-0.9854510311383305f,-0.017076474114200296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.23945576165694696f,0.9062285550515876f,0.34844044572696087f,0.4991383131863869f,0.4519609605000032f,0.21358447047519313f,-0.8660906212145159f,1.4958030062843857f,-0.859297520299696f,0.36487186789466675f,-0.3584358961179125f,0.22523671305406026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5410942609197612f,0.7342838220942589f,0.40993203023226205f,0.2984375f,0.3855065202145904f,0.6498005846387422f,-0.6550907746833156f,1.619700518535714f,-0.7473966307602244f,-0.19643438806328084f,-0.6346745681957561f,-0.01707647411420022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.406473524011867e-17f,9.752954844778937e-17f,-0.15625000000000003f,0f,0.7963891998549564f,-0.604784459418711f,1.3027727053515181f,-1.2246467991473532e-16f,-0.604784459418711f,-0.7963891998549564f,0.2350776800174443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.385171124673605e-17f,1.1769307317037046e-16f,-0.15625000000000003f,0f,0.9610368740792283f,-0.27642019944285096f,1.4812394929948556f,-1.2246467991473532e-16f,-0.27642019944285096f,-0.9610368740792283f,0.1772424121589146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.254797811109733e-17f,1.0528698049062033e-16f,0.15624999999999997f,0f,0.8597334395837659f,-0.5107430007953776f,1.2943366930737679f,-1.2246467991473532e-16f,-0.5107430007953776f,-0.8597334395837659f,0.19344907380337023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.508913181928796e-18f,1.2229158546608466e-16f,0.15624999999999997f,0f,0.9985865765641884f,-0.05314930955162375f,1.4812394929948556f,-1.2246467991473532e-16f,-0.05314930955162375f,-0.9985865765641884f,0.17724241215891462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.309694824855372e-18f,1.223020260577713e-16f,0.29375f,0f,0.9986718304651001f,0.05152256821516569f,2.1690485934763375f,-1.2246467991473532e-16f,0.05152256821516569f,-0.9986718304651001f,0.018763975842895013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.309694824855372e-18f,1.223020260577713e-16f,0.33125f,0f,0.9986718304651001f,0.05152256821516569f,2.049044855438372f,-1.2246467991473532e-16f,0.05152256821516569f,-0.9986718304651001f,-0.08130182929010382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.309694824855372e-18f,1.223020260577713e-16f,-0.29375f,0f,0.9986718304651001f,0.05152256821516569f,2.1690485934763375f,-1.2246467991473532e-16f,0.05152256821516569f,-0.9986718304651001f,0.018763975842894944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.309694824855372e-18f,1.223020260577713e-16f,-0.33125f,0f,0.9986718304651001f,0.05152256821516569f,2.049044855438372f,-1.2246467991473532e-16f,0.05152256821516569f,-0.9986718304651001f,-0.0813018292901039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.223020260577713e-16f,0.19523827377799086f,0.1562266935495561f,0.9863765230311834f,0.05152256821516569f,2.2768065793830217f,0.008059905396238127f,0.05088823990363681f,-0.9986718304651001f,0.0024192354362370314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.223020260577713e-16f,0.08005326181113277f,-1.3877787807814457e-17f,0.9986718304651001f,0.05152256821516569f,2.2868705776654528f,-1.231653667943533e-16f,0.051522568215165696f,-0.9986718304651001f,0.00293844807667204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.223020260577713e-16f,0.05771677939820298f,0.241600582308107f,0.9690070090525132f,0.05152256821516569f,2.282556629948989f,0.012464437368775954f,0.04999212774593881f,-0.9986718304651001f,0.002715886812082593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.223020260577713e-16f,0.08682420206637903f,-0.0696638253208363f,0.9962391160791578f,0.05152256821516569f,2.292544525149812f,-0.003594032676931232f,0.05139706182850877f,-0.9986718304651001f,0.0032311732115905094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.223020260577713e-16f,0.14461004211822306f,0.08703998514534916f,0.9948715826429113f,0.05152256821516569f,2.3987526854776267f,0.004490487701059529f,0.051326509288018365f,-0.9986718304651001f,-0.02258099253508693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.223020260577713e-16f,0.125f,0.08703998514534916f,0.9948715826429113f,0.05152256821516569f,2.174906579382972f,0.004490487701059529f,0.051326509288018365f,-0.9986718304651001f,-0.034129457124891044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.223020260577713e-16f,-0.19523827377799086f,-0.1562266935495561f,0.9863765230311834f,0.05152256821516569f,2.2768065793830217f,-0.00805990539623837f,0.050888239903636764f,-0.9986718304651001f,0.002419235436236983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.223020260577713e-16f,-0.08005326181113279f,1.3877787807814457e-17f,0.9986718304651001f,0.05152256821516569f,2.2868705776654528f,-1.222980050563649e-16f,0.05152256821516569f,-0.9986718304651001f,0.002938448076672019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.223020260577713e-16f,-0.05771677939820298f,-0.241600582308107f,0.9690070090525132f,0.05152256821516569f,2.282556629948989f,-0.012464437368776192f,0.04999212774593874f,-0.9986718304651001f,0.0027158868120825824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.223020260577713e-16f,-0.08682420206637903f,0.0696638253208363f,0.9962391160791578f,0.05152256821516569f,2.292544525149812f,0.0035940326769309874f,0.05139706182850878f,-0.9986718304651001f,0.003231173211590492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.223020260577713e-16f,-0.14461004211822306f,-0.08703998514534916f,0.9948715826429113f,0.05152256821516569f,2.3987526854776267f,-0.004490487701059773f,0.05132650928801834f,-0.9986718304651001f,-0.022580992535086962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.223020260577713e-16f,-0.125f,-0.08703998514534916f,0.9948715826429113f,0.05152256821516569f,2.174906579382972f,-0.004490487701059773f,0.05132650928801834f,-0.9986718304651001f,-0.03412945712489107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.309694824855372e-18f,1.223020260577713e-16f,3.591433325896501e-18f,0f,0.9986718304651001f,0.05152256821516569f,1.661477186012884f,-1.2246467991473532e-16f,0.05152256821516569f,-0.9986718304651001f,-0.029326278633129102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.373639389510654e-18f,1.223865560636016e-16f,1.9513185548300052e-18f,0f,0.999362070343971f,-0.03571347585733081f,1.286716409633895f,-1.2246467991473532e-16f,-0.03571347585733081f,-0.999362070343971f,-0.015933725186630047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9897616546887884f,-0.1318474510825314f,0.05466366755671469f,0.1408716473935493f,-0.13526805724486993f,0.7442837726002547f,-0.6540215734462669f,0.9843191551335528f,0.04554579669859917f,-0.6547197228486183f,-0.7544982868874641f,0.37039462223725267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9897616546887884f,-0.060653986347642595f,0.12920124166528554f,0.12499999999999999f,-0.13526805724486993f,0.10975785563397578f,-0.9847110062428619f,0.9914513545858752f,0.04554579669859917f,-0.9921059958828851f,-0.11683866370477941f,0.04666794948522528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9837438662211591f,0.1794753344947454f,0.0060506181705412f,-0.15640433979809493f,0.16946309505521584f,0.9389581611380644f,-0.2993991166428718f,0.9321330915128858f,-0.05941603391807063f,-0.29350668806728125f,-0.954108777327419f,0.36582258814305413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9837438662211591f,0.11161984954465834f,-0.14067343338340138f,-0.125f,0.16946309505521584f,0.31783967607495145f,-0.9328773765757625f,0.9967629807483953f,-0.05941603391807063f,-0.9415513525560876f,-0.33158827695388887f,0.030198611395074564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.990668716690256f,0.13629194316349458f,9.795878667387262e-17f,-0.0008333333333333335f,0.10901913429256346f,0.7924301565994886f,-0.6001410461464955f,1.1800278485985363f,-0.08179438935147842f,-0.5945409600190965f,-0.7998941959598094f,-0.00006640106598268525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.990668716690256f,-0.13529527850127818f,0.01645239759253229f,-0.0008333333333333335f,-0.10901913429256345f,0.7141896825872747f,-0.6914100994662922f,1.1475297360504284f,0.08179438935147816f,-0.6867519820875289f,-0.7222751504582373f,-0.0004182793589873751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.349608112002497e-17f,9.795878667387262e-17f,-0.0008333333333333335f,0f,0.7998941959598094f,-0.6001410461464955f,1.1800278485985363f,-1.2246467991473532e-16f,-0.6001410461464955f,-0.7998941959598094f,-0.00006640106598268525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9951131834510031f,0.09874083310368793f,1.1862785062602454e-16f,-0.0008333333333333336f,0.09564727404071806f,0.9639361991114751f,-0.24835177271584524f,1.2049930083667866f,-0.02452246094074043f,-0.24713812316296474f,-0.9686699112643571f,0.0011235232193237375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9951131834510031f,-0.09874083310368788f,1.1862785062602454e-16f,-0.0008333333333333336f,-0.09564727404071806f,0.9639361991114751f,-0.24835177271584524f,1.2049930083667866f,0.024522460940740187f,-0.24713812316296474f,-0.9686699112643571f,0.0011235232193237375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.041432035190309e-17f,1.1862785062602454e-16f,-0.0008333333333333336f,0f,0.9686699112643571f,-0.24835177271584524f,1.2049930083667866f,-1.2246467991473532e-16f,-0.24835177271584524f,-0.9686699112643571f,0.0011235232193237375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9898590415514598f,0.14205067714655262f,-0.000826426664169492f,-0.19458333333333333f,0.1337276446202642f,0.9298672818264144f,-0.3427298575453738f,1.2175442783399895f,-0.04791654122682171f,-0.3393647643921829f,-0.9394336388302778f,0.000056514723939889936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9898590415514598f,-0.14158215926348008f,0.011557250413308282f,0.19291666666666668f,-0.13372764462026418f,0.9013128361743801f,-0.4120098159165768f,1.218070550393565f,0.047916541226821464f,-0.40937716536903435f,-0.9111061088321561f,-0.010764094522148203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.1199847469725843e-17f,1.1124825142758598e-16f,-0.007812500000000005f,0f,0.9084109108441826f,-0.4180784819375935f,1.077022523349314f,-1.2246467991473532e-16f,-0.4180784819375935f,-0.9084109108441826f,0.046977191236646273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.130909260989748e-17f,1.1528727897892937e-16f,3.476953691934771e-18f,0f,0.9413920736917524f,-0.33731433943777483f,1.287364814814815f,-1.2246467991473532e-16f,-0.33731433943777483f,-0.9413920736917524f,-0.02839148148148153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5050298415746917f,-0.1941556784151258f,-0.8409806369103893f,-0.1969545238238136f,5.50971177334073e-16f,0.9743700647852352f,-0.22495105434386492f,1.437521064814815f,0.8631018822358353f,0.1136069953373415f,0.49208595945360956f,0.4666974927887141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5050298415746917f,-0.1941556784151258f,-0.8409806369103893f,-0.14960797617618624f,5.50971177334073e-16f,0.9743700647852352f,-0.22495105434386492f,1.4375210648148151f,0.8631018822358353f,0.1136069953373415f,0.49208595945360956f,0.5476132942483236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5050298415746917f,-0.1941556784151258f,-0.8409806369103893f,-0.04713415446344152f,5.50971177334073e-16f,0.9743700647852352f,-0.22495105434386492f,1.4712637229663947f,0.8631018822358353f,0.1136069953373415f,0.49208595945360956f,0.43334249960047744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7415587047356598f,-0.5194457672415017f,-0.4245783582869694f,0.6413251311314434f,-0.5419476292729892f,0.836851265631447f,-0.07728341566230137f,2.2056191880054206f,0.39545347963592026f,0.17278904509815718f,-0.9020867426904742f,-0.4272498966021401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1219768141193211f,-0.5194457672415017f,-0.8457527722166733f,0.6863612855352231f,-0.27275611437009983f,0.836851265631447f,-0.4746409814636431f,2.248108608290875f,0.9543195266214693f,0.17278904509815718f,-0.24375846037223292f,-0.4976448996941557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4803856469736503f,-0.5194457672415017f,-0.7066864404221966f,0.7698461743966628f,-0.45322048304485085f,0.836851265631447f,-0.3070360776189623f,2.2729193097909923f,0.7508800329815005f,0.17278904509815718f,-0.6374347982058773f,-0.3668321784172663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001552440113316001f,0.0000013452158678121055f,0.0000011506470900005656f,0.02216837286122882f,0.0000013582091071805526f,0.000015565334884283743f,1.274478766848974e-7f,1.501987402850217f,-0.0000011352807925407928f,2.2664776435298735e-7f,-0.000015582053565336046f,0.6446388789941444f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147.mcfunction new file mode 100644 index 000000000..363831f57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147_as_bone.mcfunction new file mode 100644 index 000000000..5acbbdb9d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_147_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.775009105442791f,-0.1366550155842957f,-0.218244673797243f,0.028636954679137752f,-0.1336112016047471f,0.8051165910877014f,-0.029660849709658283f,1.346587371346273f,0.22012127959591896f,0.007558168787424933f,-0.7864057100492596f,-0.36631899608169577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7526308510454004f,0.1668542426171788f,-0.2137907008626054f,0.028636954679137752f,0.1808954704208885f,0.7787378282681291f,-0.02905552624619587f,1.346587371346273f,0.2020485853350175f,-0.07567731856299853f,-0.7703566139258055f,-0.36631899608169577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.775009105442791f,0.1366550155842957f,0.21824467379724316f,-0.028636954679137655f,0.1336112016047471f,0.8051165910877014f,-0.029660849709658283f,1.346587371346273f,-0.22012127959591912f,0.007558168787424962f,-0.7864057100492596f,-0.3663189960816958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7526308510454004f,-0.1668542426171788f,0.21379070086260557f,-0.028636954679137655f,-0.1808954704208885f,0.7787378282681291f,-0.02905552624619587f,1.346587371346273f,-0.20204858533501766f,-0.07567731856299856f,-0.7703566139258055f,-0.3663189960816958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.25573227190682074f,0.5873582308493848f,1.425137735013306f,-0.47336353474601434f,1.5337707185000777f,0.2407978443017047f,0.1759830425109367f,0.9959859238516263f,-0.15347520378592155f,1.4277370054856509f,-0.6159696867458146f,0.070640877562555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2930327433283405f,-0.9302165023964947f,-0.22097300741651468f,-0.4256156644862514f,-0.9007234370465756f,0.34610114320617086f,-0.2625095972081495f,1.2242994081847827f,0.3206697698450389f,0.12211165931479985f,-0.9392867726987941f,-0.018411770280028533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.35253569233702675f,-0.9302165023964947f,-0.1020580437676785f,-0.2984375f,-0.9351414433574123f,0.34610114320617086f,0.07566029068670713f,1.5710410274010056f,-0.03505804535151184f,0.12211165931479985f,-0.9918970088247658f,-0.011938235761302627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3874816471705125f,0.8692752018779806f,0.3069504789147957f,0.4630768453028369f,0.45932697117919863f,0.10664196047053613f,-0.881842517581424f,1.4233155226430243f,-0.799297633334023f,0.4826884250393795f,-0.3579597430991831f,0.24227592979907214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4297550732060297f,0.7967412616088017f,0.4248693200311067f,0.2984375f,0.45495743601075084f,0.597510361722254f,-0.6602992496232784f,1.5710410274010056f,-0.7799514782806708f,-0.09046949587875515f,-0.6192664707888198f,-0.011938235761302554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.524510523758649e-17f,9.662179859846898e-17f,-0.15625000000000003f,0f,0.7889768598239172f,-0.6144229118956999f,1.2518467083855869f,-1.2246467991473532e-16f,-0.6144229118956999f,-0.7889768598239172f,0.24442334397450133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.459736010305985e-17f,1.1747604224061079e-16f,-0.15625000000000003f,0f,0.9592646820487525f,-0.2825088844158813f,1.4299431557421287f,-1.2246467991473532e-16f,-0.2825088844158813f,-0.9592646820487525f,0.1854575238837189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.336686580674166e-17f,1.0479617428345828e-16f,0.15624999999999997f,0f,0.8557257027611673f,-0.5174297262758548f,1.2430022300767845f,-1.2246467991473532e-16f,-0.5174297262758548f,-0.8557257027611673f,0.20121832371698478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,6.217194864170968e-18f,1.223067631598494e-16f,0.15624999999999997f,0f,0.9987105118390392f,-0.05076724871611653f,1.4299431557421287f,-1.2246467991473532e-16f,-0.05076724871611653f,-0.9987105118390392f,0.18545752388371894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.067764361351254e-18f,1.2231426761532642e-16f,0.29375f,0f,0.9987717903683445f,0.04954705606200799f,2.117437434195771f,-1.2246467991473532e-16f,0.04954705606200799f,-0.9987717903683445f,0.025618884700881205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.067764361351254e-18f,1.2231426761532642e-16f,0.33125f,0f,0.9987717903683445f,0.04954705606200799f,1.9972359969055415f,-1.2246467991473532e-16f,0.04954705606200799f,-0.9987717903683445f,-0.07420935265390208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.067764361351254e-18f,1.2231426761532642e-16f,-0.29375f,0f,0.9987717903683445f,0.04954705606200799f,2.117437434195771f,-1.2246467991473532e-16f,0.04954705606200799f,-0.9987717903683445f,0.025618884700881136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.067764361351254e-18f,1.2231426761532642e-16f,-0.33125f,0f,0.9987717903683445f,0.04954705606200799f,1.9972359969055415f,-1.2246467991473532e-16f,0.04954705606200799f,-0.9987717903683445f,-0.07420935265390216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2231426761532642e-16f,0.19523827377799086f,0.1562423307235456f,0.9864752522621449f,0.04954705606200799f,2.2251628787670676f,0.007750867209378426f,0.048937049583258944f,-0.9987717903683445f,0.009061026821833316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2231426761532642e-16f,0.08005326181113277f,0f,0.9987717903683445f,0.04954705606200799f,2.2352278843837037f,-1.231653667943533e-16f,0.04954705606200799f,-0.9987717903683445f,0.009560331470163407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2231426761532642e-16f,0.05771677939820298f,0.24162476479738387f,0.9691039997194302f,0.04954705606200799f,2.230913504871946f,0.01198651772390386f,0.04807529674652359f,-0.9987717903683445f,0.009346303795770446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2231426761532642e-16f,0.08682420206637903f,-0.06967079817120243f,0.9963388324851019f,0.04954705606200799f,2.2409023997896007f,-0.003456227915288287f,0.04942636192366726f,-0.9987717903683445f,0.009841832745682032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2231426761532642e-16f,0.14461004211822306f,0.08704869722496142f,0.9949711621685451f,0.04954705606200799f,2.347059294881889f,0.004318310472044043f,0.04935851455502685f,-0.9987717903683445f,-0.016180366337362306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2231426761532642e-16f,0.125f,0.08704869722496142f,0.9949711621685451f,0.04954705606200799f,2.1231907833939667f,0.004318310472044043f,0.04935851455502685f,-0.9987717903683445f,-0.027286032112243327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2231426761532642e-16f,-0.19523827377799086f,-0.1562423307235456f,0.9864752522621449f,0.04954705606200799f,2.2251628787670676f,-0.007750867209378669f,0.0489370495832589f,-0.9987717903683445f,0.009061026821833268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2231426761532642e-16f,-0.08005326181113279f,0f,0.9987717903683445f,0.04954705606200799f,2.2352278843837037f,-1.231653667943533e-16f,0.04954705606200798f,-0.9987717903683445f,0.009560331470163393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2231426761532642e-16f,-0.05771677939820298f,-0.24162476479738387f,0.9691039997194302f,0.04954705606200799f,2.230913504871946f,-0.011986517723904098f,0.04807529674652352f,-0.9987717903683445f,0.00934630379577044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2231426761532642e-16f,-0.08682420206637903f,0.06967079817120243f,0.9963388324851019f,0.04954705606200799f,2.2409023997896007f,0.0034562279152880408f,0.04942636192366728f,-0.9987717903683445f,0.009841832745682014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2231426761532642e-16f,-0.14461004211822306f,-0.08704869722496142f,0.9949711621685451f,0.04954705606200799f,2.347059294881889f,-0.004318310472044288f,0.04935851455502682f,-0.9987717903683445f,-0.016180366337362338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2231426761532642e-16f,-0.125f,-0.08704869722496142f,0.9949711621685451f,0.04954705606200799f,2.1231907833939667f,-0.004318310472044288f,0.04935851455502682f,-0.9987717903683445f,-0.027286032112243355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.067764361351254e-18f,1.2231426761532642e-16f,2.6289835609826384e-18f,0f,0.9987717903683445f,0.04954705606200799f,1.6097718953282523f,-1.2246467991473532e-16f,0.04954705606200799f,-0.9987717903683445f,-0.021467279895011678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.615716156601441e-18f,1.223776654090944e-16f,8.98090002257098e-19f,0f,0.9992894726405892f,-0.03769018266993457f,1.2350383430880314f,-1.2246467991473532e-16f,-0.03769018266993457f,-0.9992894726405892f,-0.007333461393786215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9901971907978245f,-0.1284225125022201f,0.05492887782135876f,0.1394205005426263f,-0.13161311144408822f,0.7261750108540422f,-0.6747946669225666f,0.9466228946690959f,0.046770848101169236f,-0.6754091440702801f,-0.7359585422251368f,0.3812817694720597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9901971907978245f,-0.056460875295492846f,0.1277563810420577f,0.12499999999999999f,-0.13161311144408822f,0.0708819259913348f,-0.9887637440075181f,0.940393079617336f,0.046770848101169236f,-0.9958854964947653f,-0.07761807546745553f,0.05845109432095055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984013320483073f,0.17809383820655178f,0.0006081979411921845f,-0.1548751073423818f,0.1672333781079326f,0.9251701312213824f,-0.3407245596408031f,0.8934717205182082f,-0.061243631166729144f,-0.33517579430601563f,-0.9401629670184021f,0.37986061427497847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984013320483073f,0.10704524552828176f,-0.14233446708955277f,-0.125f,0.1672333781079326f,0.28054519673326167f,-0.9451599810807187f,0.9453595579861007f,-0.061243631166729144f,-0.9538530851235347f,-0.29396174860316143f,0.04153767622308462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9908658973868822f,0.13485093027372308f,9.69491964948999e-17f,-0.0006250000000000026f,0.10675477489288854f,0.7844192517609112f,-0.6109745129744945f,1.1285390162261377f,-0.08239048144814554f,-0.6053938090789858f,-0.79165026652909f,0.00981675699775475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9908658973868822f,-0.13378759041049407f,0.016901303140360306f,-0.0006250000000000026f,-0.10675477489288852f,0.7016584603296334f,-0.7044705977437362f,1.0947891290647866f,0.08239048144814527f,-0.6998401858281661f,-0.7095319040513547f,0.00991079583598702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.482279816748276e-17f,9.69491964948999e-17f,-0.0006250000000000026f,0f,0.79165026652909f,-0.6109745129744945f,1.1285390162261377f,-1.2246467991473532e-16f,-0.6109745129744945f,-0.79165026652909f,0.00981675699775475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,0.09584575252022404f,1.1820282355694566e-16f,-0.0006250000000000027f,0.0925102534193416f,0.9607557157440713f,-0.2615154061950968f,1.1535181504322178f,-0.025065140902401223f,-0.26031144114104793f,-0.9651993018659998f,0.010709367500687905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9953961983671789f,-0.09584575252022398f,1.1820282355694566e-16f,-0.0006250000000000027f,-0.0925102534193416f,0.9607557157440713f,-0.2615154061950968f,1.1535181504322178f,0.02506514090240098f,-0.26031144114104793f,-0.9651993018659998f,0.010709367500687905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.2026400512454516e-17f,1.1820282355694566e-16f,-0.0006250000000000027f,0f,0.9651993018659998f,-0.2615154061950968f,1.1535181504322178f,-1.2246467991473532e-16f,-0.2615154061950968f,-0.9651993018659998f,0.010709367500687905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,0.1391717761324512f,-0.0006072552836059119f,-0.19437500000000002f,0.13043597204930207f,0.9265696899785862f,-0.35278189693993667f,1.1660441760484526f,-0.048534618844637736f,-0.34942785570289797f,-0.9357053833512343f,0.009908706497090284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9902680687415704f,-0.13869511129243925f,0.011524675024418176f,0.193125f,-0.13043597204930207f,0.896034436228322f,-0.42439220809122624f,1.1664540227867246f,0.0485346188446375f,-0.4217652844848316f,-0.9054051223496777f,-0.0013338943508855935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.254871101211713e-17f,1.1061749770078681e-16f,-0.007812500000000009f,0f,0.9032604158015439f,-0.429092788620389f,1.0261146519965552f,-1.2246467991473532e-16f,-0.429092788620389f,-0.9032604158015439f,0.058115617010685364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.270779712882696e-17f,1.1477648666439278e-16f,2.425412985711342e-18f,0f,0.9372211379175175f,-0.3487356285792915f,1.2355250000000004f,-1.2246467991473532e-16f,-0.3487356285792915f,-0.9372211379175175f,-0.019805000000000073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5224985647159505f,-0.1990448934058f,-0.8290816487408493f,-0.14881951279918526f,5.717762352438473e-16f,0.9723699203976767f,-0.2334453638559053f,1.3630481933593754f,0.8526401643540911f,0.1219748675543029f,0.5080618877807492f,0.4352274922959026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5224985647159505f,-0.1990448934058f,-0.8290816487408493f,-0.09983527235706488f,5.717762352438473e-16f,0.9723699203976767f,-0.2334453638559053f,1.3630481933593754f,0.8526401643540911f,0.1219748675543029f,0.5080618877807492f,0.5151625077040987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5224985647159505f,-0.1990448934058f,-0.8290816487408493f,0.000034854733002367966f,5.717762352438473e-16f,0.9723699203976767f,-0.2334453638559053f,1.3980649979377613f,0.8526401643540911f,0.1219748675543029f,0.5080618877807492f,0.3989857168328882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7074237365247142f,-0.5252780197535984f,-0.4729002632322699f,0.6164075497916819f,-0.5331482398635371f,0.8358392288161537f,-0.13086534263291363f,2.1579021122916817f,0.4640092793596097f,0.15954869330632515f,-0.8713435620536942f,-0.415445203388674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.03322888985157091f,-0.5252780197535984f,-0.8502816256058758f,0.655372575208318f,-0.20750438651274974f,0.8358392288161537f,-0.5082467050065204f,2.196867137708318f,0.977669560975077f,0.15954869330632515f,-0.13677150290555629f,-0.49129054661132543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.415626937777452f,-0.5252780197535984f,-0.7425208755028215f,0.7472681938254232f,-0.41562693777745296f,0.8358392288161537f,-0.35864610992697915f,2.231181541489047f,0.8090169943749487f,0.15954869330632515f,-0.5657169939791175f,-0.3685103259031321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015568360718821916f,0.0000010125915951386635f,8.610620129220665e-7f,0.013558478334220206f,0.0000010204042718683152f,0.00001559122574279271f,1.1436764940669141e-7f,1.4359373365820114f,-8.517890880938528e-7f,1.7018548331880562e-7f,-0.000015600837068909853f,0.6574648830086818f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148.mcfunction new file mode 100644 index 000000000..73e876492 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148_as_bone.mcfunction new file mode 100644 index 000000000..79e9e5f07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_148_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7756310289109826f,-0.13676467747167365f,-0.21595456566371504f,0.028559625988506157f,-0.13326499289402025f,0.8051141919745578f,-0.031241382724780317f,1.3005520026206085f,0.21813159584042718f,0.005568242242264975f,-0.7869765218981342f,-0.35912708264810356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7532348165805959f,0.1669881385527519f,-0.2115473296297617f,0.028559625988506157f,0.1812078985426503f,0.7786058725170121f,-0.030603803485499088f,1.3005520026206085f,0.19950190123543357f,-0.07673237168698371f,-0.7709157765532744f,-0.35912708264810356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7756310289109826f,0.13676467747167365f,0.2159545656637152f,-0.02855962598850606f,0.13326499289402025f,0.8051141919745578f,-0.031241382724780317f,1.3005520026206085f,-0.21813159584042735f,0.0055682422422650025f,-0.7869765218981342f,-0.35912708264810356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7532348165805959f,-0.1669881385527519f,0.21154732962976186f,-0.02855962598850606f,-0.1812078985426503f,0.7786058725170121f,-0.030603803485499088f,1.3005520026206085f,-0.19950190123543374f,-0.07673237168698374f,-0.7709157765532744f,-0.35912708264810356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.16216109250543917f,0.5136017521963641f,1.4667389918517426f,-0.5092041443424027f,1.5478919330511893f,0.1846643488016085f,0.10647014547153673f,0.963302337874191f,-0.13834953441372588f,1.4640760118322076f,-0.5279650442074766f,0.05001958078143165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.36025748176097455f,-0.915583958742929f,-0.1786632623900828f,-0.44386207800983446f,-0.8881201232589923f,0.3952296632241561f,-0.2345978686394075f,1.19001961740313f,0.28540706630648377f,0.07415880123320914f,-0.9555329814830988f,-0.03163479959333523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.40061962940886453f,-0.915583958742929f,-0.03478400530316371f,-0.2984375f,-0.9124591886305353f,0.3952296632241561f,0.10588551549397829f,1.5287332579201927f,-0.08319940874795574f,0.07415880123320914f,-0.9937697573299583f,-0.007720136299354568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.516255678591251f,0.8128537825613964f,0.2697198592946337f,0.42822006733538f,0.4370952446967846f,0.02075727877980016f,-0.8991756682879692f,1.3673668880656429f,-0.7364969934668746f,0.5820978127027173f,-0.3445784599492068f,0.25663198886329786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.32219991122299707f,0.8384142516335311f,0.43960068228527455f,0.2984375f,0.4939079188572188f,0.5450322782846752f,-0.6774915374511682f,1.5287332579201927f,-0.8076151217616124f,-0.0011654551053648689f,-0.58970878984154f,-0.007720136299354495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.641435080675427e-17f,9.569976393597252e-17f,-0.15625000000000003f,0f,0.7814478754413307f,-0.623970526522071f,1.207291237243307f,-1.2246467991473532e-16f,-0.623970526522071f,-0.7814478754413307f,0.25285767876061016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.5341617704415625e-17f,1.172542872762165e-16f,-0.15625000000000003f,0f,0.9574539153481112f,-0.2885862089299694f,1.3850101825652654f,-1.2246467991473532e-16f,-0.2885862089299694f,-0.9574539153481112f,0.19276367761531524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.418190242850931e-17f,1.0429899916718223e-16f,0.15624999999999997f,0f,0.8516659598489891f,-0.5240850053517085f,1.1980321947698531f,-1.2246467991473532e-16f,-0.5240850053517085f,-0.8516659598489891f,0.20807852596515788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.925441173224277e-18f,1.2232124498026182e-16f,0.15624999999999997f,0f,0.9988287648767521f,-0.048384899036602196f,1.3850101825652654f,-1.2246467991473532e-16f,-0.048384899036602196f,-0.9988287648767521f,0.1927636776153153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.825810156868063e-18f,1.22326030601155e-16f,0.29375f,0f,0.9988678424368819f,0.04757135004904455f,2.0721869490732834f,-1.2246467991473532e-16f,0.04757135004904455f,-0.9988678424368819f,0.03156546095675257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.825810156868063e-18f,1.22326030601155e-16f,0.33125f,0f,0.9988678424368819f,0.04757135004904455f,1.951788282835771f,-1.2246467991473532e-16f,0.04757135004904455f,-0.9988678424368819f,-0.06802481802783565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.825810156868063e-18f,1.22326030601155e-16f,-0.29375f,0f,0.9988678424368819f,0.04757135004904455f,2.0721869490732834f,-1.2246467991473532e-16f,0.04757135004904455f,-0.9988678424368819f,0.0315654609567525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.825810156868063e-18f,1.22326030601155e-16f,-0.33125f,0f,0.9988678424368819f,0.04757135004904455f,1.951788282835771f,-1.2246467991473532e-16f,0.04757135004904455f,-0.9988678424368819f,-0.06802481802783573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.22326030601155e-16f,0.19523827377799086f,0.15625735657750323f,0.9865701217703292f,0.04757135004904455f,2.1798794308182816f,0.007441798696163723f,0.04698566778981126f,-0.9988678424368819f,0.014794550390255963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.22326030601155e-16f,0.08005326181113277f,0f,0.9988678424368819f,0.04757135004904455f,2.189945404388377f,-1.231653667943533e-16f,0.04757135004904456f,-0.9988678424368819f,0.015273945092881679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.22326030601155e-16f,0.05771677939820298f,0.2416480018958807f,0.9691971986310319f,0.04757135004904455f,2.1856306099619407f,0.011508551180100086f,0.04615827764576738f,-0.9988678424368819f,0.015068451846098497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.22326030601155e-16f,0.08682420206637903f,-0.06967749842479942f,0.9964346505756279f,0.04757135004904455f,2.1956204655134743f,-0.0033184096306688934f,0.04745546863125277f,-0.9988678424368819f,0.015544221407587235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.22326030601155e-16f,0.14461004211822306f,0.08705706871433724f,0.9950668487299628f,0.04757135004904455f,2.301725680016496f,0.004146116347033201f,0.0473903266999247f,-0.9988678424368819f,-0.01068790919632048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.22326030601155e-16f,0.125f,0.08705706871433724f,0.9950668487299628f,0.04757135004904455f,2.0778356390522545f,0.004146116347033201f,0.0473903266999247f,-0.9988678424368819f,-0.02135073270380352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.22326030601155e-16f,-0.19523827377799086f,-0.15625735657750323f,0.9865701217703292f,0.04757135004904455f,2.1798794308182816f,-0.007441798696163966f,0.04698566778981121f,-0.9988678424368819f,0.014794550390255921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.22326030601155e-16f,-0.08005326181113279f,0f,0.9988678424368819f,0.04757135004904455f,2.189945404388377f,-1.222980050563649e-16f,0.04757135004904455f,-0.9988678424368819f,0.015273945092881665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.22326030601155e-16f,-0.05771677939820298f,-0.2416480018958807f,0.9691971986310319f,0.04757135004904455f,2.1856306099619407f,-0.011508551180100324f,0.04615827764576732f,-0.9988678424368819f,0.015068451846098486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.22326030601155e-16f,-0.08682420206637903f,0.06967749842479942f,0.9964346505756279f,0.04757135004904455f,2.1956204655134743f,0.003318409630668647f,0.04745546863125278f,-0.9988678424368819f,0.015544221407587214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.22326030601155e-16f,-0.14461004211822306f,-0.08705706871433724f,0.9950668487299628f,0.04757135004904455f,2.301725680016496f,-0.004146116347033445f,0.04739032669992467f,-0.9988678424368819f,-0.010687909196320514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.22326030601155e-16f,-0.125f,-0.08705706871433724f,0.9950668487299628f,0.04757135004904455f,2.0778356390522545f,-0.004146116347033445f,0.04739032669992467f,-0.9988678424368819f,-0.021350732703803547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.825810156868063e-18f,1.22326030601155e-16f,1.7777498956251654e-18f,0f,0.9988678424368819f,0.04757135004904455f,1.5644292651143197f,-1.2246467991473532e-16f,0.04757135004904455f,-0.9988678424368819f,-0.014516429527786317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.857774864055422e-18f,1.223682959348079e-16f,-4.391567839561778e-20f,0f,0.9992129650769961f,-0.03966674201441256f,1.1897244032104461f,-1.2246467991473532e-16f,-0.03966674201441256f,-0.9992129650769961f,0.0003585987276183925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9906229070266563f,-0.12502102322060218f,0.05509990768531526f,0.1380236910801569f,-0.12794752996023467f,0.7074859939255947f,-0.6950489176857901f,0.9152462061068697f,0.04791331392349581f,-0.6955812764530016f,-0.7168479630973932f,0.39069799135942407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9906229070266563f,-0.05239195255311155f,0.12617978990998963f,0.12499999999999999f,-0.12794752996023467f,0.03186875989752175f,-0.9912687888356361f,0.8957327029089222f,0.04791331392349581f,-0.9981179616910352f,-0.03827334449198194f,0.0693202783154575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9842804534889034f,0.17654892079665305f,-0.004739983672532477f,-0.15334795863298167f,0.16498410035813896f,0.9095652431391039f,-0.38140702025830386f,0.8613090013306177f,-0.06302567340928836f,-0.37619349680561975f,-0.9243950548615381f,0.3924995577697251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9842804534889034f,0.10246427357877809f,-0.14385083079235958f,-0.125f,0.16498410035813896f,0.2427848376984496f,-0.9559475766027931f,0.900344041148189f,-0.06302567340928836f,-0.9646536141142638f,-0.25587334614530477f,0.05196879481167707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9910609820073987f,0.13340963212051274f,9.592163907268738e-17f,-0.00041666666666666734f,0.10449437821577205f,0.7762580515567771f,-0.6216947501101928f,1.0834297361054037f,-0.082940067903455f,-0.616137409553052f,-0.7832596234234374f,0.018789457467117597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9910609820073987f,-0.1322784025743697f,0.017336497769257986f,-0.0004166666666666674f,-0.10449437821577205f,0.6888870311399925f,-0.7172974161729749f,1.048434423902093f,0.08294006790345475f,-0.712697048218596f,-0.6965514070021469f,0.01936342876410224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.613564857691614e-17f,9.592163907268738e-17f,-0.00041666666666666734f,0f,0.7832596234234374f,-0.6216947501101928f,1.0834297361054037f,-1.2246467991473532e-16f,-0.6216947501101928f,-0.7832596234234374f,0.018789457467117597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9956707906498045f,0.09294986092939221f,1.177558903869473e-16f,-0.0004166666666666674f,0.08937592163474492f,0.9573870651266542f,-0.2746305739718576f,1.1084193054883669f,-0.025526873657643438f,-0.27344164072316907f,-0.9615498155789373f,0.019384589349011105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9956707906498045f,-0.09294986092939216f,1.177558903869473e-16f,-0.0004166666666666674f,-0.08937592163474492f,0.9573870651266542f,-0.2746305739718576f,1.1084193054883669f,0.025526873657643195f,-0.27344164072316907f,-0.9615498155789373f,0.019384589349011105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3632545336263586e-17f,1.177558903869473e-16f,-0.0004166666666666674f,0f,0.9615498155789373f,-0.2746305739718576f,1.1084193054883669f,-1.2246467991473532e-16f,-0.2746305739718576f,-0.9615498155789373f,0.019384589349011105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.990668716690256f,0.13629136654028912f,-0.0003964566329140815f,-0.19416666666666668f,0.12714834034894143f,0.9231549654742509f,-0.36279223981053443f,1.1209284209828012f,-0.04907945922472017f,-0.3594573314411811f,-0.9318699660121009f,0.018850670043611108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.990668716690256f,-0.1358072902154235f,0.011483627285179902f,0.19333333333333333f,-0.12714834034894146f,0.8905783076006649f,-0.4366962074230156f,1.1212116561207952f,0.04907945922471994f,-0.4340813955417572f,-0.8995357406611089f,0.007187370598476283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.3889805619026594e-17f,1.0997039000095482e-16f,-0.007812500000000009f,0f,0.8979763804349181f,-0.440043657130748f,0.981601629292715f,-1.2246467991473532e-16f,-0.440043657130748f,-0.8979763804349181f,0.06833641169082798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.4100187618086186e-17f,1.142487255012859e-16f,1.4848388866773043e-18f,0f,0.9329116409795079f,-0.36010535975589414f,1.1900490740740737f,-1.2246467991473532e-16f,-0.36010535975589414f,-0.9329116409795079f,-0.012124629629629596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5397506579515149f,-0.2036558849080386f,-0.8168191401915301f,-0.10577932771647681f,5.925377501795865e-16f,0.9702957262759965f,-0.24192189559966776f,1.2985158709490734f,0.8418249385952561f,0.13057750232279788f,0.5237177566650122f,0.40448904512371786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5397506579515149f,-0.2036558849080386f,-0.8168191401915301f,-0.05517770353352229f,5.925377501795865e-16f,0.9702957262759965f,-0.24192189559966776f,1.2985158709490734f,0.8418249385952561f,0.13057750232279788f,0.5237177566650122f,0.48341013311702313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5397506579515149f,-0.2036558849080386f,-0.8168191401915301f,0.042044355403729985f,5.925377501795865e-16f,0.9702957262759965f,-0.24192189559966776f,1.3348041552890235f,0.8418249385952561f,0.13057750232279788f,0.5237177566650122f,0.3653919256206187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.671006942991714f,-0.5320194255527115f,-0.5164349071194525f,0.5915300825018098f,-0.5188341520644341f,0.8344945945119308f,-0.18555294226163077f,2.11687901249659f,0.5296799081601025f,0.14343675458170088f,-0.8359815143450091f,-0.4048749716553673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05292162108043302f,-0.5320194255527115f,-0.845076702351202f,0.6243437508315228f,-0.13629801507966555f,0.8344945945119308f,-0.533892894516973f,2.1516594689848905f,0.9892533311076404f,0.14343675458170088f,-0.028350384962228414f,-0.48551395427055793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3500124621836054f,-0.5320194255527115f,-0.7710036362759473f,0.7235874621080585f,-0.3709915358752065f,0.8344945945119308f,-0.40741140391418074f,2.1953809513278673f,0.860149147895367f,0.14343675458170088f,-0.4894582115052758f,-0.3717757312371712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001559981033467059f,6.774081458041272e-7f,5.724165671108016e-7f,0.005326149414272835f,6.811024284056161e-7f,0.000015609895871686628f,8.874320887115808e-8f,1.3768743145967186f,-5.680158486562442e-7f,1.1355209861112932e-7f,-0.000015614259153625456f,0.6691988621481448f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149.mcfunction new file mode 100644 index 000000000..7bd9a3f1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149_as_bone.mcfunction new file mode 100644 index 000000000..27b71789e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_149_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7762463893081706f,-0.13687318211255736f,-0.2136626302114038f,0.028483113336685115f,-0.13292725288733212f,0.8051070575381499f,-0.032824012346659f,1.2625819599140828f,0.216139614532597f,0.003578039279979113f,-0.7875374969543072f,-0.35297159407259654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7538324085523322f,0.16712062150332413f,-0.20930216837035476f,0.028483113336685115f,0.1815108871293052f,0.7784728058739627f,-0.03215413454366596f,1.2625819599140828f,0.19695303417241958f,-0.07778681368369719f,-0.7714653031389133f,-0.35297159407259654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7762463893081706f,0.13687318211255736f,0.21366263021140397f,-0.028483113336685018f,0.13292725288733212f,0.8051070575381499f,-0.032824012346659f,1.2625819599140828f,-0.21613961453259714f,0.0035780392799791417f,-0.7875374969543072f,-0.35297159407259654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7538324085523322f,-0.16712062150332413f,0.20930216837035492f,-0.028483113336685018f,-0.1815108871293052f,0.7784728058739627f,-0.03215413454366596f,1.2625819599140828f,-0.19695303417241974f,-0.07778681368369722f,-0.7714653031389133f,-0.35297159407259654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06489278802154791f,0.43396364211272864f,1.4996235305526f,-0.5441611071431892f,1.5563630580433232f,0.13545425338422262f,0.028150076343720572f,0.9418662162344023f,-0.12218513666082688f,1.4949026565513819f,-0.43788479057258517f,0.02793091212196941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4269389381414226f,-0.8943359236190611f,-0.13374004195870237f,-0.4611682359267556f,-0.8693931168236917f,0.4466377702816836f,-0.21135352038088362f,1.1654595324445358f,0.24875439999779125f,0.026037624358741608f,-0.9682165515004855f,-0.045936730445242685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44597701195780604f,-0.8943359236190611f,0.035605624971735146f,-0.2984375f,-0.8853565330096737f,0.4466377702816836f,0.12906785662935824f,1.4944799255016958f,-0.13133283771501128f,0.026037624358741608f,-0.9909963308990986f,-0.004551588346068792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6151276523446968f,0.7522165297783157f,0.23619539294653896f,0.3997538047950652f,0.4002197168070025f,-0.03979761396942533f,-0.9155546560425889f,1.327823690317778f,-0.6792953331208925f,0.6577130394409165f,-0.3255324993753569f,0.26736834947955745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.23410417623341495f,0.8622805209216001f,0.44907408955455f,0.2984375f,0.5083419454062246f,0.5023027953245675f,-0.6994857885259289f,1.4944799255016958f,-0.8287241405984798f,0.06453065200584579f,-0.5559245396103786f,-0.004551588346068719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.757229908337437e-17f,9.476358077625649e-17f,-0.15625000000000003f,0f,0.773803359811454f,-0.6334258917541224f,1.1708090260464479f,-1.2246467991473532e-16f,-0.6334258917541224f,-0.773803359811454f,0.26025119234781335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.6084454122159e-17f,1.1702781719456437e-16f,-0.15625000000000003f,0f,0.9556046467932117f,-0.294651928599188f,1.3481433227664301f,-1.2246467991473532e-16f,-0.294651928599188f,-0.9556046467932117f,0.19903142669300808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.499303844315911e-17f,1.0379548535723804e-16f,0.15624999999999997f,0f,0.84755445757507f,-0.5307084335533299f,1.161129336666006f,-1.2246467991473532e-16f,-0.5307084335533299f,-0.84755445757507f,0.2139002364244679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.633653769042854e-18f,1.2233503084492652e-16f,0.15624999999999997f,0f,0.9989413350045168f,-0.04600227406763513f,1.3481433227664301f,-1.2246467991473532e-16f,-0.04600227406763513f,-0.9989413350045168f,0.1990314266930081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.583833158085594e-18f,1.2233731496923267e-16f,0.29375f,0f,0.9989599862948948f,0.04559545790650223f,2.0349998886533482f,-1.2246467991473532e-16f,0.04559545790650223f,-0.9989599862948948f,0.03647426326935113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.583833158085594e-18f,1.2233731496923267e-16f,0.33125f,0f,0.9989599862948948f,0.04559545790650223f,1.914404464545221f,-1.2246467991473532e-16f,0.04559545790650223f,-0.9989599862948948f,-0.06287766768410802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.583833158085594e-18f,1.2233731496923267e-16f,-0.29375f,0f,0.9989599862948948f,0.04559545790650223f,2.0349998886533482f,-1.2246467991473532e-16f,0.04559545790650223f,-0.9989599862948948f,0.03647426326935106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.583833158085594e-18f,1.2233731496923267e-16f,-0.33125f,0f,0.9989599862948948f,0.04559545790650223f,1.914404464545221f,-1.2246467991473532e-16f,0.04559545790650223f,-0.9989599862948948f,-0.0628776676841081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2233731496923267e-16f,0.19523827377799086f,0.15627177105263823f,0.9866611311845461f,0.04559545790650223f,2.1426589862101095f,0.007132701065867921f,0.04503410215834867f,-0.9989599862948948f,0.019490365633945527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2233731496923267e-16f,0.08005326181113277f,0f,0.9989599862948949f,0.04559545790650223f,2.1527258883491305f,-1.222980050563649e-16f,0.04559545790650224f,-0.9989599862948948f,0.01994984851516785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2233731496923267e-16f,0.05771677939820298f,0.24167029351267905f,0.9692866054226645f,0.04559545790650223f,2.148410695890254f,0.01103053960747576f,0.044241077944276244f,-0.9989599862948948f,0.019752890500015594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2233731496923267e-16f,0.08682420206637903f,-0.06968392605541161f,0.9965265699758339f,0.04559545790650223f,2.1584014729889556f,-0.0031805783623064156f,0.04548438966266169f,-0.9989599862948948f,0.02020889881156635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2233731496923267e-16f,0.14461004211822306f,0.08706509958072199f,0.995158641952777f,0.04559545790650223f,2.2644545917511776f,0.003973905999760664f,0.0454219534235229f,-0.9989599862948948f,-0.006233060676314704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2233731496923267e-16f,0.125f,0.08706509958072199f,0.995158641952777f,0.04559545790650223f,2.040543897311803f,0.003973905999760664f,0.0454219534235229f,-0.9989599862948948f,-0.01645300019660734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2233731496923267e-16f,-0.19523827377799086f,-0.15627177105263823f,0.9866611311845461f,0.04559545790650223f,2.1426589862101095f,-0.007132701065868163f,0.04503410215834862f,-0.9989599862948948f,0.01949036563394548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2233731496923267e-16f,-0.08005326181113279f,0f,0.9989599862948949f,0.04559545790650223f,2.1527258883491305f,-1.231653667943533e-16f,0.04559545790650223f,-0.9989599862948948f,0.019949848515167835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2233731496923267e-16f,-0.05771677939820298f,-0.24167029351267905f,0.9692866054226645f,0.04559545790650223f,2.148410695890254f,-0.011030539607475997f,0.044241077944276175f,-0.9989599862948948f,0.01975289050001558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2233731496923267e-16f,-0.08682420206637903f,0.06968392605541161f,0.9965265699758339f,0.04559545790650223f,2.1584014729889556f,0.0031805783623061693f,0.0454843896626617f,-0.9989599862948948f,0.020208898811566327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2233731496923267e-16f,-0.14461004211822306f,-0.08706509958072199f,0.995158641952777f,0.04559545790650223f,2.2644545917511776f,-0.003973905999760908f,0.04542195342352287f,-0.9989599862948948f,-0.006233060676314739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2233731496923267e-16f,-0.125f,-0.08706509958072199f,0.995158641952777f,0.04559545790650223f,2.040543897311803f,-0.003973905999760908f,0.04542195342352287f,-0.9989599862948948f,-0.016453000196607368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.583833158085594e-18f,1.2233731496923267e-16f,1.0535848034449346e-18f,0f,0.9989599862948948f,0.04559545790650223f,1.527152046276091f,-1.2246467991473532e-16f,0.04559545790650223f,-0.9989599862948948f,-0.008603172801974295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.099814564783918e-18f,1.2235844767740147e-16f,-8.588456583490347e-19f,0f,0.9991325479525377f,-0.04164314615719911f,1.1524773407938895f,-1.2246467991473532e-16f,-0.04164314615719911f,-0.9991325479525377f,0.00701300700697537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9910387987290239f,-0.12164511638994972f,0.055177577621791124f,0.13668219228712616f,-0.1242728171434838f,0.6882315175213685f,-0.7147682458038106f,0.8918686245327297f,0.04897311847284632f,-0.7152201367052733f,-0.6971813176773561f,0.3985187106975027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9910387987290239f,-0.04845125256565961f,0.12447720891212119f,0.12499999999999999f,-0.1242728171434838f,-0.007220024658519009f,-0.9922218190319908f,0.8591729276059528f,0.04897311847284632f,-0.9987994530278583f,0.0011341509139076167f,0.07914570231970729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9845452645570442f,0.17484518967409796f,-0.009989078342300672f,-0.15182419125529503f,0.1627160449660188f,0.8921735082808033f,-0.42136672843562284f,0.8373289532182663f,-0.06476195448653842f,-0.41648000044390154f,-0.9068353204862123f,0.403605319624063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9845452645570442f,0.09788141578400451f,-0.14522345018081187f,-0.125f,0.1627160449660188f,0.2046185012172898f,-0.9652226466832441f,0.8634192292962506f,-0.06476195448653842f,-0.9739355714849464f,-0.21738305326628998f,0.061362345084139486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9912539701391236f,0.1319680517527834f,9.487630484072823e-17f,-0.00020833333333333622f,0.10223879338966488f,0.7679480639722445f,-0.6322997708108923f,1.046402732219322f,-0.08344336887764499f,-0.6267696581343549f,-0.7747238216503305f,0.026722066702883008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9912539701391236f,-0.13076781314483696f,0.017757976482197364f,-0.00020833333333333636f,-0.10223879338966488f,0.6758796791347047f,-0.7298862161042596f,1.010169038639583f,0.08344336887764474f,-0.7253181635517516f,-0.6833379587087665f,0.02780989239751447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.743438904251643e-17f,9.487630484072823e-17f,-0.00020833333333333622f,0f,0.7747238216503305f,-0.6322997708108923f,1.046402732219322f,-1.2246467991473532e-16f,-0.6322997708108923f,-0.7747238216503305f,0.026722066702883008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9959369579753928f,0.0900531828350371f,1.172871339445342e-16f,-0.00020833333333333625f,0.08624592596541593f,0.9538308634922325f,-0.28769484545961277f,1.0713991955643998f,-0.025907836518872362f,-0.2865259292122475f,-0.9577221287492368f,0.02701959723846835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9959369579753928f,-0.09005318283503702f,1.172871339445342e-16f,-0.00020833333333333625f,-0.08624592596541593f,0.9538308634922325f,-0.28769484545961277f,1.0713991955643998f,0.02590783651887212f,-0.2865259292122475f,-0.9577221287492368f,0.02701959723846835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.523245716233072e-17f,1.172871339445342e-16f,-0.00020833333333333625f,0f,0.9577221287492368f,-0.28769484545961277f,1.0713991955643998f,-1.2246467991473532e-16f,-0.28769484545961277f,-0.9577221287492368f,0.02701959723846835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9910609820073987f,0.13340949101325317f,-0.0001940363761205951f,-0.19395833333333334f,0.12386607002789159f,0.9196234773836873f,-0.3727597839635872f,1.0838997402730925f,-0.04955125264184542f,-0.36945171207117106f,-0.927927855929169f,0.02675265053030196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9910609820073987f,-0.13291873900700196f,0.011434105269718829f,0.19354166666666667f,-0.12386607002789159f,0.8849454726119634f,-0.44891948854937713f,1.0840461925047313f,0.049551252641845185f,-0.44632288684805016f,-0.8934990509436743f,0.014670130833722143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.52229330196065e-17f,1.093070239981431e-16f,-0.00781250000000001f,0f,0.8925595859495726f,-0.45092946846433485f,0.9451860906575048f,-1.2246467991473532e-16f,-0.45092946846433485f,-0.8925595859495726f,0.07750975524981903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.5486058223113326e-17f,1.1370407351516534e-16f,6.710837672883189e-19f,0f,0.9284642200047437f,-0.3714218520375221f,1.1526398148148147f,-1.2246467991473532e-16f,-0.3714218520375221f,-0.9284642200047437f,-0.0054798148148147985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5567789684974661f,-0.20798082667801895f,-0.8042021860037595f,-0.06971595750769352f,5.993763532637315e-16f,0.9681476403781077f,-0.2503800040544414f,1.2448871292679398f,0.8306606889933442f,0.13940632038982279f,0.5390442445629785f,0.3793622622636225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5567789684974661f,-0.20798082667801895f,-0.8042021860037595f,-0.017517929211056077f,5.993763532637315e-16f,0.9681476403781077f,-0.2503800040544414f,1.2448871292679398f,0.8306606889933442f,0.13940632038982279f,0.5390442445629785f,0.4572367018567486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5567789684974661f,-0.20798082667801895f,-0.8042021860037595f,0.07701338454118914f,5.993763532637315e-16f,0.9681476403781077f,-0.2503800040544414f,1.282444129876106f,0.8306606889933442f,0.13940632038982279f,0.5390442445629785f,0.33744284537573876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6328732412056053f,-0.5398605468924095f,-0.554997342763855f,0.566649925931933f,-0.49895320671548277f,0.8324955777575396f,-0.2408252696925242f,2.0842374028361914f,0.5920448953198129f,0.12450583489607571f,-0.7962293256358892f,-0.39568939851514423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.13529271757020464f,-0.5398605468924095f,-0.830810730841566f,0.5933176157347332f,-0.06017350472036381f,0.8324955777575396f,-0.5507542667504344f,2.114203643460104f,0.9889767590303308f,0.12450583489607571f,0.08014528791322656f,-0.4804238144478181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.28445535789653603f,-0.5398605468924095f,-0.7922346491242237f,0.6988189682019667f,-0.3196398999884036f,0.8324955777575396f,-0.4525278415186669f,2.1670996993759477f,0.9038337699485215f,0.12450583489607571f,-0.40936879873467913f,-0.3766512866712793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015618700084880996f,3.3982272080878174e-7f,2.852247832158704e-7f,-0.0021848555244696048f,3.4080124820907484e-7f,0.000015621200938375343f,5.0603874559873466e-8f,1.3270684727181978f,-2.8405486751252834e-7f,5.6804588929518993e-8f,-0.00001562231452349232f,0.6795421049267174f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..4e6bd80b2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6014238417220547f,-0.1060472501369356f,-0.5422064069993305f,0.050220190950146876f,-0.03487324642565848f,0.8071694500694703f,-0.1191880027634019f,1.27016103275187f,0.5513779681275492f,-0.06462123534402307f,-0.5989581593488749f,-0.4948328654413594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5840578319085019f,0.12948250400892228f,-0.5311409701217932f,0.050220190950146876f,0.27102533588369493f,0.7435814672595519f,-0.11675559454374064f,1.27016103275187f,0.4747859689328135f,-0.2651808490515698f,-0.5867345234437958f,-0.4948328654413594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6014238417220543f,0.10604725013693558f,0.5422064069993308f,-0.050220190950146765f,0.03487324642565848f,0.8071694500694703f,-0.1191880027634019f,1.27016103275187f,-0.5513779681275496f,-0.06462123534402303f,-0.5989581593488746f,-0.4948328654413594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5840578319085017f,-0.12948250400892217f,0.5311409701217934f,-0.050220190950146765f,-0.27102533588369493f,0.7435814672595519f,-0.11675559454374064f,1.27016103275187f,-0.4747859689328137f,-0.26518084905156986f,-0.5867345234437956f,-0.4948328654413594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-6.604211762046351e-7f,0.000004543294964560735f,0.00001493529175259116f,-0.5435141022885989f,-0.000015599179048892907f,3.904741292853488e-7f,-8.085591845619494e-7f,2.0026578942039452f,-6.083435465270614e-7f,-0.00001494478590744464f,0.0000045192828313840856f,-0.1598964259226101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.42379534409795294f,-0.8937522101772276f,-0.14698466969115626f,-0.46162430851449254f,0.8929882551985013f,-0.4394356768330723f,0.09730499475256088f,1.7718403999916854f,-0.15155686193120357f,-0.09001817999482258f,0.9843410206183555f,-0.1115202246370004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.44777513137418573f,-0.8937522101772276f,0.026540884049921352f,-0.2984375f,0.862161917952531f,-0.4394356768330723f,-0.25213709199297285f,1.4520618168510546f,0.23701109458260378f,-0.09001817999482258f,0.9673274876251453f,-0.19846724648216488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.45977065492757463f,0.8798732625042842f,0.12014152819710697f,0.456353573023638f,-0.8841542632481787f,-0.4661899475245911f,0.030629587119146262f,1.7692424785059286f,0.08295892747341582f,-0.09214105901869238f,0.9922841536552797f,-0.08599951652130625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4213814228046628f,0.9045427629738704f,-0.06511594633202149f,0.2984375f,-0.8529617021379823f,-0.41969337157636344f,-0.31034466088647406f,1.4520618168510546f,-0.3080487480919118f,-0.07523206634448652f,0.94839132481932f,-0.1984672464821648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.148095278804824e-17f,1.0591359813967404e-16f,-0.15625f,0f,0.8648501609885823f,-0.50203007782206f,1.255857883335863f,-1.2246467991473532e-16f,-0.50203007782206f,-0.8648501609885823f,0.06265493180887403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.8401031358754686e-17f,1.1628825657478282e-16f,-0.15625f,0f,0.9495656760442867f,-0.313568217264692f,1.4319416462362624f,-1.2246467991473532e-16f,-0.313568217264692f,-0.9495656760442867f,-0.002073894403532478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.236608462147444e-17f,1.0539482584835778e-16f,0.15625f,0f,0.8606140637589366f,-0.5092577277374681f,1.2569670903803303f,-1.2246467991473532e-16f,-0.5092577277374681f,-0.8606140637589366f,0.06559601990865874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,4.034397849622768e-17f,1.1562854848917935e-16f,0.15625f,0f,0.9441787507196723f,-0.3294335846410307f,1.4319416462362624f,-1.2246467991473532e-16f,-0.3294335846410307f,-0.9441787507196723f,-0.0020738944035324502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.3341695657187028e-17f,1.2173576706789821e-16f,0.29375000000000007f,0f,0.9940479749153422f,-0.10894321257750429f,2.0855292685996023f,-1.2246467991473532e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.26856966055330095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.3341695657187028e-17f,1.2173576706789821e-16f,0.33125000000000004f,0f,0.9940479749153422f,-0.10894321257750429f,1.9510598455560437f,-1.2246467991473532e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.3481437566294262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.3341695657187028e-17f,1.2173576706789821e-16f,-0.29374999999999996f,0f,0.9940479749153422f,-0.10894321257750429f,2.0855292685996023f,-1.2246467991473532e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.268569660553301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.3341695657187028e-17f,1.2173576706789821e-16f,-0.33124999999999993f,0f,0.9940479749153422f,-0.10894321257750429f,1.9510598455560437f,-1.2246467991473532e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.3481437566294263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2173576706789821e-16f,0.19523827377799088f,0.1555033631802064f,0.9818095948160914f,-0.10894321257750429f,2.189283363815648f,-0.017042473179326154f,-0.10760194084977853f,-0.9940479749153422f,-0.3019466255370422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2173576706789821e-16f,0.0800532618111328f,1.3877787807814457e-17f,0.9940479749153422f,-0.10894321257750429f,2.199300765735899f,-1.196959198423997e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.3030444879887666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2173576706789821e-16f,0.05771677939820301f,0.24048197040853056f,0.9645205017736654f,-0.10894321257750429f,2.195006791618852f,-0.02635574849946752f,-0.10570713357072978f,-0.9940479749153422f,-0.30257388762858217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2173576706789821e-16f,0.08682420206637906f,-0.06934128146258298f,0.991626524009125f,-0.10894321257750429f,2.2049484428151427f,0.007599494347763219f,-0.10867783238713222f,-0.9940479749153422f,-0.3036634481397246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2173576706789821e-16f,0.1446100421182231f,0.08663698958055215f,0.9902653222595004f,-0.10894321257750429f,2.3056577578614204f,-0.009495026609508524f,-0.10852865076279174f,-0.9940479749153422f,-0.34613785318161133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2173576706789821e-16f,0.12500000000000003f,0.08663698958055215f,0.9902653222595004f,-0.10894321257750429f,2.082848060353033f,-0.009495026609508524f,-0.10852865076279174f,-0.9940479749153422f,-0.3217189067599832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2173576706789821e-16f,-0.19523827377799083f,-0.1555033631802064f,0.9818095948160914f,-0.10894321257750429f,2.189283363815648f,0.017042473179325914f,-0.10760194084977857f,-0.9940479749153422f,-0.30194662553704227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2173576706789821e-16f,-0.08005326181113276f,-1.3877787807814457e-17f,0.9940479749153422f,-0.10894321257750429f,2.199300765735899f,-1.231653667943533e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.30304448798876665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2173576706789821e-16f,-0.05771677939820295f,-0.24048197040853056f,0.9645205017736654f,-0.10894321257750429f,2.195006791618852f,0.026355748499467285f,-0.10570713357072983f,-0.9940479749153422f,-0.30257388762858217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2173576706789821e-16f,-0.086824202066379f,0.06934128146258298f,0.991626524009125f,-0.10894321257750429f,2.2049484428151427f,-0.007599494347763462f,-0.10867783238713222f,-0.9940479749153422f,-0.3036634481397247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2173576706789821e-16f,-0.14461004211822304f,-0.08663698958055215f,0.9902653222595004f,-0.10894321257750429f,2.3056577578614204f,0.00949502660950828f,-0.10852865076279176f,-0.9940479749153422f,-0.3461378531816114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2173576706789821e-16f,-0.12499999999999997f,-0.08663698958055215f,0.9902653222595004f,-0.10894321257750429f,2.082848060353033f,0.00949502660950828f,-0.10852865076279176f,-0.9940479749153422f,-0.32171890675998327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.3341695657187028e-17f,1.2173576706789821e-16f,2.875734119369975e-17f,0f,0.9940479749153422f,-0.10894321257750429f,1.5768029486019672f,-1.2246467991473532e-16f,-0.10894321257750429f,-0.9940479749153422f,-0.23482151109790783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.390089767500196e-17f,1.201097203266566e-16f,1.9794504565574016e-17f,0f,0.980770295649992f,-0.19516564034334388f,1.2090140877332203f,-1.2246467991473532e-16f,-0.19516564034334388f,-0.980770295649992f,-0.16163439596915388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.988674386982215f,-0.14599594723228373f,-0.03475830716662866f,0.17666686964086f,-0.14644249193551218f,0.9891618078968011f,0.010654311523959292f,0.5953852864500372f,0.032826103653326465f,0.015623738031609102f,-0.9993389543737705f,0.02273457909361179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.988674386982215f,-0.14764466848506777f,0.02690740406051684f,0.125f,-0.14644249193551218f,0.9098855074654753f,-0.38815326851646126f,0.9112788531436484f,0.032826103653326465f,-0.3876975821077932f,-0.9212019494913762f,-0.12414455183758397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9890896241518246f,0.09776353597905171f,0.11019984767718627f,-0.17054344741289448f,0.14374787820847945f,0.8041227550974486f,0.5768215861469201f,0.6502453083915491f,-0.03222208723473008f,0.5863692401272098f,-0.8094027744744121f,0.06074591447604377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9890896241518246f,0.14406488439906265f,-0.030773762823013806f,-0.12499999999999997f,0.14374787820847945f,0.8981540410054121f,-0.4155187915560603f,0.9211390539560724f,-0.03222208723473008f,-0.41540898847850327f,-0.9090638643052007f,-0.1287560906196689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9843189965876524f,0.17639759906721242f,1.0865275276485136e-16f,-0.006649999999999981f,0.15650295851103657f,0.8733046022122197f,-0.46135224691362386f,1.101454060346668f,-0.0813814286798271f,-0.4541177807554771f,-0.8872170558931736f,-0.15862870311630073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9843189965876524f,-0.17639055611987287f,-0.0015762830960741121f,-0.006649999999999981f,-0.15650295851103657f,0.8773923625538238f,-0.45353000574329394f,1.1038174111966015f,0.08138142867982685f,-0.44617150720764476f,-0.8912396138088168f,-0.15821087664117198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.649935524622089e-17f,1.0865275276485136e-16f,-0.006649999999999981f,0f,0.8872170558931736f,-0.46135224691362386f,1.101454060346668f,-1.2246467991473532e-16f,-0.46135224691362386f,-0.8872170558931736f,-0.15862870311630073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9838225642458326f,0.17914564488358228f,1.2200342162249365e-16f,-0.0066499999999999814f,0.17847090001609012f,0.9801170361199367f,-0.08671062999954124f,1.1260687587471034f,-0.01553383172952963f,-0.08530787435352025f,-0.9962335402128774f,-0.15455120060937308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9838225642458326f,-0.17914564488358228f,1.2200342162249365e-16f,-0.0066499999999999814f,-0.17847090001609012f,0.9801170361199367f,-0.08671062999954124f,1.1260687587471034f,0.015533831729529391f,-0.0853078743535203f,-0.9962335402128774f,-0.15455120060937308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.0618989548098862e-17f,1.2200342162249365e-16f,-0.0066499999999999814f,0f,0.9962335402128774f,-0.08671062999954124f,1.1260687587471034f,-1.2246467991473532e-16f,-0.08671062999954124f,-0.9962335402128774f,-0.15455120060937308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9750719598829122f,0.221649794193794f,-0.010297659148821265f,-0.2004f,0.21651597264507616f,0.9402849905778354f,-0.2626499002162318f,1.140551899614119f,-0.048533561992225145f,-0.258332160653467f,-0.9648362493876659f,-0.16560797858246185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9750719598829122f,-0.22170384994066183f,0.009059578996013982f,0.18710000000000002f,-0.21651597264507616f,0.9417372316901792f,-0.25739428905489425f,1.140414859200785f,0.04853356199222491f,-0.25293949744950145f,-0.9662639929079115f,-0.16481979855612694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.709971042875421e-17f,1.1670993664946084e-16f,-0.0078124999999999835f,0f,0.9530089551593067f,-0.3029421254731117f,0.9934229018006389f,-1.2246467991473532e-16f,-0.3029421254731117f,-0.9530089551593067f,-0.1248177086989348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.678659361514809e-17f,1.1949927292295751e-16f,2.1270890254390375e-17f,0f,0.9757856143188187f,-0.21872913589287915f,1.21145f,-1.2246467991473532e-16f,-0.21872913589287915f,-0.9757856143188187f,-0.17368999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1391731009600653f,0.23956752834178274f,-0.9608528749675304f,-1.13626440003122f,0f,0.9702957262759965f,0.2419218955996677f,1.4870589331637334f,0.9902680687415703f,-0.03366902040074295f,0.13503906507412922f,-0.08863343611757266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1391731009600653f,0.23956752834178274f,-0.9608528749675304f,-1.123216921816214f,0f,0.9702957262759965f,0.2419218955996677f,1.4870589331637334f,0.9902680687415703f,-0.03366902040074295f,0.13503906507412922f,0.0042041953269495655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1391731009600653f,0.23956752834178274f,-0.9608528749675304f,-0.9856127296785875f,0f,0.9702957262759965f,0.2419218955996677f,1.4507706488237833f,0.9902680687415703f,-0.03366902040074295f,0.13503906507412922f,-0.062470480156430926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8223664421738317f,-0.3656298821045003f,0.43592226841330683f,1.0478394226744794f,-0.27399987047501334f,0.9259830091348336f,0.2597682385767644f,2.1028977970517646f,-0.4986356442995525f,0.09418203706571683f,-0.8616798930740591f,-0.6399000574306059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.79132627032906f,-0.3656298821045003f,0.4900178804894253f,1.123523759143702f,-0.25598792515242036f,0.9259830091348336f,0.2775349508976441f,2.1277549302209624f,-0.555223302882055f,0.09418203706571683f,-0.8263515159004028f,-0.5904726698421213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8072995890050406f,-0.3656298821045003f,0.4632301403239449f,1.016197069860499f,-0.2651427538047756f,0.9259830091348336f,0.26880250537972866f,2.075005987829404f,-0.5272254676105022f,0.09418203706571683f,-0.8444898165147044f,-0.4885128911591579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3114585017888825f,0.03824347709348668f,0.8485400901227118f,-0.06038156250000008f,-0.16471948010139795f,1.5198331989417402f,-0.32308016074906526f,1.7248771874999997f,-0.8332768693302274f,-0.36062547588088756f,-1.2716151836089795f,0.6933021875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15.mcfunction new file mode 100644 index 000000000..4b7bc4228 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150.mcfunction new file mode 100644 index 000000000..969b98187 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150_as_bone.mcfunction new file mode 100644 index 000000000..5c491be5d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_150_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510476f,-0.21201214989665462f,-0.7912401152362224f,-0.042511395453955186f,6.339238302863528e-16f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889904f,0.14845250554968448f,0.5540322932223251f,0.36472724792395383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510476f,-0.21201214989665462f,-0.7912401152362224f,0.01126139545395552f,6.339238302863528e-16f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889904f,0.14845250554968448f,0.5540322932223251f,0.44152275207604663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510476f,-0.21201214989665462f,-0.7912401152362224f,0.10306101728543354f,6.339238302863528e-16f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889904f,0.14845250554968448f,0.5540322932223251f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792312f,-0.5489564193883943f,-0.5884577130009272f,0.5417253292003303f,-0.4735207666735366f,0.8294993993759021f,-0.2961567658587655f,2.0616598767079974f,0.6507024772558612f,0.10284744064531116f,-0.7523354903537348f,-0.3880356584006602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2128178925220796f,-0.5489564193883943f,-0.8083040233938799f,0.5623359207996697f,0.01971889939956248f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428873f,0.10284744064531116f,0.18735713043217406f,-0.47613184159933913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295258f,-0.5489564193883943f,-0.806420764501311f,0.6729937396751966f,-0.26200263022938375f,0.8294993993759021f,-0.4932396660730991f,2.147927199910965f,0.939692620785909f,0.10284744064531116f,-0.3261904081870263f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,-3.8270212473354793e-20f,1.9135106236677393e-21f,-0.007217500000000084f,-3.8270212473354793e-20f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,-4.686749320818306e-36f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..7cdcfcc55 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5992052955096039f,-0.10565606058173196f,-0.5447331962897451f,0.05049604044367595f,-0.046133255143148304f,0.808435561839106f,-0.10605710522275465f,1.2777516847948922f,0.552963996158511f,-0.04704448597532614f,-0.5991344421214422f,-0.5090057438816399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.581903345835714f,0.12900486594584665f,-0.5336161922838321f,0.05049604044367595f,0.2613093800382496f,0.7489484094972414f,-0.10389267450392292f,1.2777516847948922f,0.48281042243227007f,-0.24986801410714132f,-0.5869072086087598f,-0.5090057438816399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5992052955096037f,0.10565606058173195f,0.5447331962897454f,-0.050496040443675824f,0.046133255143148304f,0.808435561839106f,-0.10605710522275465f,1.2777516847948922f,-0.5529639961585112f,-0.0470444859753261f,-0.599134442121442f,-0.5090057438816399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5819033458357138f,-0.12900486594584654f,0.5336161922838323f,-0.050496040443675824f,-0.2613093800382496f,0.7489484094972414f,-0.10389267450392292f,1.2777516847948922f,-0.4828104224322703f,-0.24986801410714138f,-0.5869072086087596f,-0.5090057438816399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.0733337980554337e-7f,0.00000478419124508871f,0.000014874159427544f,-0.5632428952185613f,-0.000015136621255542331f,0.0000036566574051400675f,-0.0000012853709922423954f,1.9813432375473206f,-0.000003874506615279344f,-0.000014418078781580111f,0.0000046095366075458975f,-0.0647305825894736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.45189353655357917f,-0.8762548713465932f,-0.16724123912021324f,-0.4742298017994373f,0.8916181924653338f,-0.4376771007008649f,-0.11599894131816474f,1.7481083810133793f,0.028446976745334418f,-0.2015345031587637f,0.9790682374332238f,-0.06375646907677748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.48183619261571425f,-0.8762548713465932f,0.003359155691185445f,-0.2984375f,0.7929937898584198f,-0.4376771007008649f,-0.4237919357043786f,1.4537615102811714f,0.3728199736220848f,-0.2015345031587637f,0.9057533391078264f,-0.20125346744540198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.48506468161106603f,0.8641972428215948f,0.1336988412556677f,0.4651363090182438f,-0.8687312868081722f,-0.45871211348416185f,-0.18678637065779263f,1.7424163767687908f,-0.10009098847634618f,-0.20675183782120643f,0.9732602280908129f,-0.03590484136736455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4451542996733337f,0.8942475772344348f,-0.04646418074912245f,0.2984375f,-0.7741580106057743f,-0.4104136943200587f,-0.4819128283512186f,1.4537615102811714f,-0.45001891526607374f,-0.1785549498751144f,0.8749863460522349f,-0.20125346744540193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.890807083371786e-17f,1.0736590248895714e-16f,-0.15625f,0f,0.8767091259594968f,-0.48102090231021677f,1.2514908593617207f,-1.2246467991473532e-16f,-0.48102090231021677f,-0.8767091259594968f,0.04752760565368784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.577883850649964e-17f,1.171216143235073e-16f,-0.15625f,0f,0.9563705584749165f,-0.2921563877144844f,1.428984361652552f,-1.2246467991473532e-16f,-0.2921563877144844f,-0.9563705584749165f,-0.013229033033246185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.993830951046924e-17f,1.0679417998957513e-16f,0.15625f,0f,0.8720406574689893f,-0.48943343952068974f,1.252692740698811f,-1.2246467991473532e-16f,-0.48943343952068974f,-0.8720406574689893f,0.050931522462342824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.8025759791488185e-17f,1.1641150896238145e-16f,0.15625f,0f,0.9505721081656496f,-0.310503892370953f,1.428984361652552f,-1.2246467991473532e-16f,-0.310503892370953f,-0.9505721081656496f,-0.013229033033246157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.0755155567362488e-17f,1.2199149337285944e-16f,0.29375000000000007f,0f,0.9961361386629569f,-0.08782250992572427f,2.0880804833961344f,-1.2246467991473532e-16f,-0.08782250992572427f,-0.9961361386629569f,-0.2657940262228893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.0755155567362488e-17f,1.2199149337285944e-16f,0.33125000000000004f,0f,0.9961361386629569f,-0.08782250992572427f,1.9553301057577281f,-1.2246467991473532e-16f,-0.08782250992572427f,-0.9961361386629569f,-0.3482039754818259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.0755155567362488e-17f,1.2199149337285944e-16f,-0.29374999999999996f,0f,0.9961361386629569f,-0.08782250992572427f,2.0880804833961344f,-1.2246467991473532e-16f,-0.08782250992572427f,-0.9961361386629569f,-0.26579402622288933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.0755155567362488e-17f,1.2199149337285944e-16f,-0.33124999999999993f,0f,0.9961361386629569f,-0.08782250992572427f,1.9553301057577281f,-1.2246467991473532e-16f,-0.08782250992572427f,-0.9961361386629569f,-0.348203975481826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2199149337285944e-16f,0.19523827377799088f,0.1558300239589809f,0.9838720498028639f,-0.08782250992572427f,2.192519552951828f,-0.013738467358721163f,-0.08674126909543858f,-0.9961361386629569f,-0.2969615544528767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2199149337285944e-16f,0.0800532618111328f,0f,0.9961361386629569f,-0.08782250992572427f,2.20255799809742f,-1.240327285323417e-16f,-0.08782250992572425f,-0.9961361386629569f,-0.2978465754999204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2199149337285944e-16f,0.05771677939820301f,0.24098714294067597f,0.9665466381337405f,-0.08782250992572427f,2.1982550037707744f,-0.021246188077551968f,-0.0852138060517615f,-0.9961361386629569f,-0.29746720992196896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2199149337285944e-16f,0.08682420206637906f,-0.06948694440221691f,0.9937096010948013f,-0.08782250992572427f,2.208217539065361f,0.006126188607776844f,-0.08760857870548912f,-0.9961361386629569f,-0.29834553851666146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2199149337285944e-16f,0.1446100421182231f,0.08681898504295422f,0.9923455399136215f,-0.08782250992572427f,2.3098055844702166f,-0.007654236082540204f,-0.0874883187611162f,-0.9961361386629569f,-0.3386730756541279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2199149337285944e-16f,0.12500000000000003f,0.08681898504295422f,0.9923455399136215f,-0.08782250992572427f,2.086527837989652f,-0.007654236082540204f,-0.0874883187611162f,-0.9961361386629569f,-0.3189882039328768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2199149337285944e-16f,-0.19523827377799083f,-0.1558300239589809f,0.9838720498028639f,-0.08782250992572427f,2.192519552951828f,0.013738467358720922f,-0.08674126909543863f,-0.9961361386629569f,-0.29696155445287675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2199149337285944e-16f,-0.08005326181113276f,0f,0.9961361386629569f,-0.08782250992572427f,2.20255799809742f,-1.222980050563649e-16f,-0.08782250992572427f,-0.9961361386629569f,-0.29784657549992044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2199149337285944e-16f,-0.05771677939820295f,-0.24098714294067597f,0.9665466381337405f,-0.08782250992572427f,2.1982550037707744f,0.021246188077551728f,-0.08521380605176157f,-0.9961361386629569f,-0.297467209921969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2199149337285944e-16f,-0.086824202066379f,0.06948694440221691f,0.9937096010948013f,-0.08782250992572427f,2.208217539065361f,-0.0061261886077770885f,-0.0876085787054891f,-0.9961361386629569f,-0.2983455385166615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2199149337285944e-16f,-0.14461004211822304f,-0.08681898504295422f,0.9923455399136215f,-0.08782250992572427f,2.3098055844702166f,0.007654236082539959f,-0.08748831876111622f,-0.9961361386629569f,-0.33867307565412796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2199149337285944e-16f,-0.12499999999999997f,-0.08681898504295422f,0.9923455399136215f,-0.08782250992572427f,2.086527837989652f,0.007654236082539959f,-0.08748831876111622f,-0.9961361386629569f,-0.31898820393287686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.0755155567362488e-17f,1.2199149337285944e-16f,2.9740536895040937e-17f,0f,0.9961361386629569f,-0.08782250992572427f,1.5787525203600656f,-1.2246467991473532e-16f,-0.08782250992572427f,-0.9961361386629569f,-0.2428499132627257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.1346488167166013e-17f,1.2058990533849678e-16f,2.1735603832353682e-17f,0f,0.9846913038310815f,-0.17430730380407045f,1.20949328142341f,-1.2246467991473532e-16f,-0.17430730380407045f,-0.9846913038310815f,-0.17748467433619927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9865208311179536f,-0.15963297199762755f,-0.03597171140697497f,0.1812793854662609f,-0.16049033807839708f,0.9867844933478224f,0.022343121352290107f,0.5932439929415498f,0.03192962815041617f,0.027815066771194497f,-0.9991030081561612f,-0.005219314073617198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9865208311179536f,-0.1607206332705985f,0.03074943595319803f,0.125f,-0.16049033807839708f,0.9136545376479199f,-0.37346785299252644f,0.9109679686069807f,0.03192962815041617f,-0.3733688041018737f,-0.9271333426048881f,-0.14706743812597822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9870405436969331f,0.10439447244140936f,0.12187189676928199f,-0.17490712533038033f,0.15738651826191202f,0.7779678395116016f,0.6082725742256043f,0.6434499934690883f,-0.03131212173991928f,0.6195706858860661f,-0.7843160818336024f,0.027008428448440203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9870405436969331f,0.15745054159144015f,-0.03098857936441879f,-0.12499999999999997f,0.15738651826191202f,0.9121650887230413f,-0.3783970596929619f,0.9209599363938225f,-0.03131212173991928f,-0.3783704241447108f,-0.9251245176540811f,-0.1513260985710036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9842457924515086f,0.1768055995762067f,1.1000640432212452e-16f,-0.0067093749999999775f,0.15881924720611287f,0.8841189204279521f,-0.4394430352823856f,1.1018947100449417f,-0.07769598933269044f,-0.43251995849880787f,-0.8982704596845006f,-0.1770703413014333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9842457924515086f,-0.1767962891064144f,-0.0018144419811686188f,-0.0067093749999999775f,-0.15881924720611285f,0.8885820841000233f,-0.43034675150783114f,1.1045962791897386f,0.07769598933269017f,-0.42327881115720933f,-0.9026618310679553f,-0.17652403882126766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.381625065661709e-17f,1.1000640432212452e-16f,-0.0067093749999999775f,0f,0.8982704596845006f,-0.4394430352823856f,1.1018947100449417f,-1.2246467991473532e-16f,-0.4394430352823856f,-0.8982704596845006f,-0.1770703413014333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9836737088118256f,0.17996120301995028f,1.2222725291666624e-16f,-0.006709374999999978f,0.17961230529505787f,0.9817666226550228f,-0.06223920329779967f,1.1264037886853142f,-0.011200641900475405f,-0.061223067941439786f,-0.9980612614328116f,-0.1724020764149772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9836737088118256f,-0.17996120301995028f,1.2222725291666624e-16f,-0.006709374999999978f,-0.17961230529505787f,0.9817666226550228f,-0.06223920329779967f,1.1264037886853142f,0.011200641900475166f,-0.06122306794143983f,-0.9980612614328116f,-0.1724020764149772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,7.622104110013174e-18f,1.2222725291666624e-16f,-0.006709374999999978f,0f,0.9980612614328116f,-0.06223920329779967f,1.1264037886853142f,-1.2246467991473532e-16f,-0.06223920329779967f,-0.9980612614328116f,-0.1724020764149772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9748876719800255f,0.22245290899776748f,-0.010427382212101426f,-0.200459375f,0.21841650828005138f,0.9459633725508524f,-0.23968213680407552f,1.14117163286023f,-0.043454066922631235f,-0.2359406727773919f,-0.9707954176845063f,-0.18322359878671354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9748876719800255f,-0.22251521476027092f,0.009000345635406018f,0.18704062500000002f,-0.21841650828005138f,0.9474812449784915f,-0.23360975862484407f,1.1409924604487285f,0.043454066922631f,-0.2297090978045889f,-0.9722887814089419f,-0.18232248329193543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.4273479857271066e-17f,1.175709420098853e-16f,-0.007812499999999982f,0f,0.9600395974720447f,-0.27986420150800706f,0.9930792617321416f,-1.2246467991473532e-16f,-0.27986420150800706f,-0.9600395974720447f,-0.14587709914895963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.3896076142554274e-17f,1.2011067967340717e-16f,2.320407176726942e-17f,0f,0.9807781293106951f,-0.19512626954311768f,1.212221875f,-1.2246467991473532e-16f,-0.19512626954311768f,-0.9807781293106951f,-0.18947562499999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.12186934340514709f,0.2105961319630948f,-0.9699469739837229f,-1.182303866788851f,-1.3877787807814457e-17f,0.9772311064626789f,0.21217767215644623f,1.5838563618131372f,0.992546151641322f,-0.02585795359093868f,0.11909451329969199f,-0.2090854814143637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.12186934340514709f,0.2105961319630948f,-0.9699469739837229f,-1.1708786158446185f,-1.3877787807814457e-17f,0.9772311064626789f,0.21217767215644623f,1.5838563618131372f,0.992546151641322f,-0.02585795359093868f,0.11909451329969199f,-0.11603427969798977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.12186934340514709f,0.2105961319630948f,-0.9699469739837229f,-1.0310991952191764f,-1.3877787807814457e-17f,0.9772311064626789f,0.21217767215644623f,1.5520297109896701f,0.992546151641322f,-0.02585795359093868f,0.11909451329969199f,-0.18042405755113053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7680635693399628f,-0.331657622354534f,0.5477970198777041f,1.0888111559532814f,-0.22280234777344526f,0.9403891100463051f,0.25695804235897934f,2.1029066191319656f,-0.6003644453824669f,0.0753096490527979f,-0.7961727133481449f,-0.6612014744514052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7236678184942534f,-0.331657622354534f,0.6052339299889803f,1.1587878781376273f,-0.20238442090368997f,0.9403891100463051f,0.2733292298342721f,2.122852017231671f,-0.6598071192789955f,0.0753096490527979f,-0.7476516716414789f,-0.6020871619122312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7464183699663559f,-0.331657622354534f,0.5769426648384618f,1.037258117319685f,-0.21275091306352534f,0.9403891100463051f,0.26534010382329043f,2.073078302608325f,-0.6305526670845224f,0.0753096490527979f,-0.77248416863528f,-0.5157716928865261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3763995847452735f,0.006700226875501769f,0.7395170992430503f,-0.052313859252929786f,-0.14799556004546163f,1.528335668062514f,-0.2892985481034075f,1.672936431274414f,-0.7245879845262885f,-0.3248868151952711f,-1.345669744028008f,0.7361137457275391f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16.mcfunction new file mode 100644 index 000000000..fb6418e4a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..88e4f389e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5995562777406376f,-0.10571794821881245f,-0.5443348507037193f,0.050452400031713834f,-0.06041154087579837f,0.8093684179387471f,-0.09065127807585259f,1.2858324704955295f,0.5512051886505129f,-0.026285431557771785f,-0.602018571588135f,-0.523103719809666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5822441935152954f,0.1290804300571841f,-0.5332259761995618f,0.050452400031713834f,0.24873687975387737f,0.7551452193418422f,-0.08880125199267193f,1.2858324704955295f,0.4890006786989445f,-0.2304212235915201f,-0.589732478290418f,-0.523103719809666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5995562777406374f,0.10571794821881243f,0.5443348507037196f,-0.05045240003171371f,0.06041154087579837f,0.8093684179387471f,-0.09065127807585259f,1.2858324704955295f,-0.5512051886505132f,-0.026285431557771743f,-0.6020185715881348f,-0.523103719809666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5822441935152952f,-0.12908043005718398f,0.533225976199562f,-0.05045240003171371f,-0.24873687975387737f,0.7551452193418422f,-0.08880125199267193f,1.2858324704955295f,-0.4890006786989447f,-0.23042122359152012f,-0.5897324782904177f,-0.523103719809666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3440687468145316e-7f,0.000004562124660350349f,0.000014943546378803848f,-0.5623542143577305f,-0.000013610549935934644f,0.000007304748591726203f,-0.000002352488778528646f,1.936097366450956f,-0.000007673036571883879f,-0.000013037188791879063f,0.000003911117892807019f,0.06009619326607171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.45321486304299763f,-0.878269091530717f,-0.1524456978032699f,-0.47286695957075064f,0.8509708706148689f,-0.37536428043080344f,-0.3673557326919457f,1.711139441358599f,0.2654145159592599f,-0.29621792626118004f,0.917502084400704f,-0.0008034137774702854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4781663602307242f,-0.878269091530717f,0.0005786238072661581f,-0.2984375f,0.6886973670955914f,-0.37536428043080344f,-0.6203205570769557f,1.4553116473961587f,0.5450255668308607f,-0.29621792626118004f,0.7843481826728638f,-0.20223549100386895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.47564865052217176f,0.8713171755815149f,0.12068446790324093f,0.4610300980472464f,-0.8172111176154668f,-0.38695241735508695f,-0.42712271766874427f,1.702053507941093f,-0.32546021339345965f,-0.30178503316053634f,0.8961034779857611f,0.02379831276420974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4341482240082092f,0.9000460211807388f,-0.037848108899108425f,0.2984375f,-0.6604104858976849f,-0.34656930797362295f,-0.6661439070404137f,1.4553116473961587f,-0.6126771659747907f,-0.2642099061871166f,0.7448622797307524f,-0.2022354910038689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.617444868665288e-17f,1.0882108776045744e-16f,-0.15625f,0f,0.8885916154455547f,-0.4586991835177596f,1.2452715934898286f,-1.2246467991473532e-16f,-0.4586991835177596f,-0.8885916154455547f,0.03265252190368531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.277504396730191e-17f,1.179974335295476e-16f,-0.15625f,0f,0.9635221650169011f,-0.26762854392075475f,1.4242593210309928f,-1.2246467991473532e-16f,-0.26762854392075475f,-0.9635221650169011f,-0.023549843612811816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.71975532230273e-17f,1.082868308332899e-16f,0.15625f,0f,0.8842290765687164f,-0.467053466051195f,1.2463627171317917f,-1.2246467991473532e-16f,-0.467053466051195f,-0.8842290765687164f,0.036016177079616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.499328907122681e-17f,1.1735871312602291e-16f,0.15625f,0f,0.9583066171220352f,-0.2857418897888803f,1.4242593210309928f,-1.2246467991473532e-16f,-0.2857418897888803f,-0.9583066171220352f,-0.02354984361281176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,7.611117749042483e-18f,1.2222793753160033e-16f,0.29375000000000007f,0f,0.9980668517379879f,-0.062149492852483196f,2.08963888458834f,-1.2246467991473532e-16f,-0.062149492852483196f,-0.9980668517379879f,-0.259063770764796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,7.611117749042483e-18f,1.2222793753160033e-16f,0.33125000000000004f,0f,0.9980668517379879f,-0.062149492852483196f,1.9590540131661711f,-1.2246467991473532e-16f,-0.062149492852483196f,-0.9980668517379879f,-0.34486385150867194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,7.611117749042483e-18f,1.2222793753160033e-16f,-0.29374999999999996f,0f,0.9980668517379879f,-0.062149492852483196f,2.08963888458834f,-1.2246467991473532e-16f,-0.062149492852483196f,-0.9980668517379879f,-0.25906377076479603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,7.611117749042483e-18f,1.2222793753160033e-16f,-0.33124999999999993f,0f,0.9980668517379879f,-0.062149492852483196f,1.9590540131661711f,-1.2246467991473532e-16f,-0.062149492852483196f,-0.9980668517379879f,-0.344863851508672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2222793753160033e-16f,0.19523827377799088f,0.15613205402601957f,0.9857789925961066f,-0.062149492852483196f,2.1948456989216054f,-0.009722322666899982f,-0.061384329464298476f,-0.9980668517379879f,-0.28753235491420415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2222793753160033e-16f,0.0800532618111328f,0f,0.998066851737988f,-0.062149492852483196f,2.2049036006018445f,-1.231653667943533e-16f,-0.062149492852483196f,-0.9980668517379879f,-0.28815865914172006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2222793753160033e-16f,0.05771677939820301f,0.24145422470764655f,0.9684200007791084f,-0.062149492852483196f,2.200592266202908f,-0.015035323121430855f,-0.06030338730498501f,-0.9980668517379879f,-0.28789019291027995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2222793753160033e-16f,0.08682420206637906f,-0.06962162413814275f,0.9956356110498188f,-0.062149492852483196f,2.210574110903516f,0.004335329466374823f,-0.061998099811517146f,-0.9980668517379879f,-0.2885117610795812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2222793753160033e-16f,0.1446100421182231f,0.08698725777504117f,0.9942689060425038f,-0.062149492852483196f,2.3131666555517962f,-0.005416685210948569f,-0.06191299526873458f,-0.9980668517379879f,-0.32621071336400587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2222793753160033e-16f,0.12500000000000003f,0.08698725777504117f,0.9942689060425038f,-0.062149492852483196f,2.089456151692233f,-0.005416685210948569f,-0.06191299526873458f,-0.9980668517379879f,-0.3122802894285406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2222793753160033e-16f,-0.19523827377799083f,-0.15613205402601957f,0.9857789925961066f,-0.062149492852483196f,2.1948456989216054f,0.00972232266689974f,-0.06138432946429852f,-0.9980668517379879f,-0.2875323549142042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2222793753160033e-16f,-0.08005326181113276f,0f,0.998066851737988f,-0.062149492852483196f,2.2049036006018445f,-1.231653667943533e-16f,-0.0621494928524832f,-0.9980668517379879f,-0.2881586591417201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2222793753160033e-16f,-0.05771677939820295f,-0.24145422470764655f,0.9684200007791084f,-0.062149492852483196f,2.200592266202908f,0.015035323121430619f,-0.06030338730498507f,-0.9980668517379879f,-0.28789019291028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2222793753160033e-16f,-0.086824202066379f,0.06962162413814275f,0.9956356110498188f,-0.062149492852483196f,2.210574110903516f,-0.00433532946637507f,-0.06199809981151714f,-0.9980668517379879f,-0.28851176107958126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2222793753160033e-16f,-0.14461004211822304f,-0.08698725777504117f,0.9942689060425038f,-0.062149492852483196f,2.3131666555517962f,0.005416685210948324f,-0.06191299526873461f,-0.9980668517379879f,-0.3262107133640059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2222793753160033e-16f,-0.12499999999999997f,-0.08698725777504117f,0.9942689060425038f,-0.062149492852483196f,2.089456151692233f,0.005416685210948324f,-0.06191299526873461f,-0.9980668517379879f,-0.31228028942854064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,7.611117749042483e-18f,1.2222793753160033e-16f,3.0522984794300346e-17f,0f,0.9980668517379879f,-0.062149492852483196f,1.5798890618281543f,-1.2246467991473532e-16f,-0.062149492852483196f,-0.9980668517379879f,-0.24923908522483085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.8235021828229094e-17f,1.2109947070711163e-16f,2.3684851608714435e-17f,0f,0.9888522208315554f,-0.14890025304377577f,1.209069479016321f,-1.2246467991473532e-16f,-0.14890025304377577f,-0.9888522208315554f,-0.19340149033341492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9839035071508492f,-0.1751288909003412f,-0.0355494048934062f,0.186134965014539f,-0.1760912400200861f,0.9840301270370823f,0.026011233564984804f,0.5925933546018436f,0.03042636692816567f,0.03185248271956442f,-0.9990293566958642f,-0.029832724752451634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9839035071508492f,-0.17473992121204862f,0.03741454999149371f,0.12500000000000003f,-0.1760912400200861f,0.9124002754266172f,-0.3694828989136325f,0.9098666172979826f,0.03042636692816567f,-0.37012389457618133f,-0.9284840003248911f,-0.17056146322053403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9844600552152343f,0.11305102835460414f,0.13437955452219824f,-0.17980936456715663f,0.17304448595110283f,0.7547988976722455f,0.6327197088400847f,0.6372613437785f,-0.029899925878445366f,0.6461409204351087f,-0.7626322215666828f,-0.006081551133550939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9844600552152343f,0.17260446262430515f,-0.03234345633652659f,-0.12499999999999997f,0.17304448595110283f,0.9221306191880452f,-0.34602128119205433f,0.9199598339998081f,-0.029899925878445366f,-0.34624098636361206f,-0.9376690107892104f,-0.1745841477312172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9842573622428342f,0.17674118046108625f,1.1132865742019902e-16f,-0.006699999999999976f,0.16066965875624944f,0.8947563556343947f,-0.41664892272392456f,1.1014944297960492f,-0.07363902244006643f,-0.41008976966156846f,-0.90906747559958f,-0.1957086377233124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9842573622428342f,-0.17673224938477802f,-0.001776766212769775f,-0.006699999999999976f,-0.16066965875624944f,0.8988996831219846f,-0.4076329481756178f,1.1041265265716336f,0.07363902244006618f,-0.4009302579135081f,-0.9131441412304406f,-0.1951069115273698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.102477695820472e-17f,1.1132865742019902e-16f,-0.006699999999999976f,0f,0.90906747559958f,-0.41664892272392456f,1.1014944297960492f,-1.2246467991473532e-16f,-0.41664892272392456f,-0.90906747559958f,-0.1957086377233124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9836972572506558f,0.17983243889114417f,1.223806047545116e-16f,-0.006699999999999977f,0.1797089792852911f,0.983021923721245f,-0.03704835013359595f,1.1258776408177016f,-0.0066624951614177265f,-0.03644436041208028f,-0.999313474217364f,-0.19042185323475785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9836972572506558f,-0.17983243889114417f,1.223806047545116e-16f,-0.006699999999999977f,-0.1797089792852911f,0.983021923721245f,-0.03704835013359595f,1.1258776408177016f,0.006662495161417485f,-0.03644436041208032f,-0.999313474217364f,-0.19042185323475785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,4.537114340479867e-18f,1.223806047545116e-16f,-0.006699999999999977f,0f,0.999313474217364f,-0.03704835013359595f,1.1258776408177016f,-1.2246467991473532e-16f,-0.03704835013359595f,-0.999313474217364f,-0.19042185323475785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.974916814618373f,0.22232611616378276f,-0.010406855715977041f,-0.20045f,0.21931967635035382f,0.9516695320131243f,-0.21499763115787324f,1.140910418334522f,-0.03789570081079146f,-0.21188723394638254f,-0.9765591205608648f,-0.20084807166882018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.974916814618373f,-0.22238711540928358f,0.009009743298394515f,0.18705000000000002f,-0.21931967635035385f,0.953001607940141f,-0.2090139106114271f,1.140712638572805f,0.03789570081079123f,-0.2057471899284255f,-0.9778711621152427f,-0.19997006650130675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,3.1289695731744977e-17f,1.1839996945790735e-16f,-0.00781249999999998f,0f,0.9668091203140533f,-0.2554997551418913f,0.9919250470880591f,-1.2246467991473532e-16f,-0.2554997551418913f,-0.9668091203140533f,-0.16727651808161384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.0851391713464304e-17f,1.2067649850004038e-16f,2.5144448080093453e-17f,0f,0.9853983906548407f,-0.17026453445991002f,1.2121f,-1.2246467991473532e-16f,-0.17026453445991002f,-0.9853983906548407f,-0.20531999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.10452846326765362f,0.1812372202158838f,-0.9778685343006607f,-1.224367501334608f,0f,0.9832549075639546f,0.18223552549214747f,1.6770783295333342f,0.9945218953682734f,-0.019048799432467463f,0.1027781244880389f,-0.31983761121738224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.10452846326765362f,0.1812372202158838f,-0.9778685343006607f,-1.2145679579032655f,0f,0.9832549075639546f,0.18223552549214747f,1.6770783295333342f,0.9945218953682734f,-0.019048799432467463f,0.1027781244880389f,-0.22660118352660663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.10452846326765362f,0.1812372202158838f,-0.9778685343006607f,-1.0727874494738376f,0f,0.9832549075639546f,0.18223552549214747f,1.6497430007095122f,0.9945218953682734f,-0.019048799432467463f,0.1027781244880389f,-0.2886361160452003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6958277746253723f,-0.2934612390838863f,0.6555182752717518f,1.1304818135060872f,-0.17203290861292342f,0.954245141553717f,0.24458309053428892f,2.1019123214851905f,-0.6973007861849f,0.05741699205354379f,-0.7144752638191498f,-0.6820860557634478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6444727608748255f,-0.2934612390838863f,0.7060703659308539f,1.193353072857549f,-0.15312048306500026f,0.954245141553717f,0.256846895031004f,2.1171647239693545f,-0.7491388243552198f,0.05741699205354379f,-0.6599199276178909f,-0.6142359896910974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6706267664155904f,-0.2934612390838863f,0.6812783875350218f,1.0597256850515648f,-0.16269229316442044f,0.954245141553717f,0.2508932593076763f,2.071904533831121f,-0.7237340381050704f,0.05741699205354379f,-0.6876862155893863f,-0.5450080903888647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4319844017596184f,-0.017068669125388295f,0.6249284628270951f,-0.04425058105468759f,-0.12832394779385675f,1.5366839263774394f,-0.2520748397516411f,1.6201322900390625f,-0.6118495628336654f,-0.2823427366650398f,-1.4097265484883048f,0.7781425244140625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17.mcfunction new file mode 100644 index 000000000..0e0ece99f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..1b10ec303 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6017731948229338f,-0.10610885051441474f,-0.5418065875195256f,0.05017675310089249f,-0.07638530846959773f,0.8097357326237824f,-0.07374125308587554f,1.294080283939092f,0.5467894943093258f,-0.003660546295340551f,-0.606590713544327f,-0.5367094533092149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5843970974987814f,0.1295577173795056f,-0.5307493102232088f,0.05017675310089249f,0.23441791972849696f,0.7614657914856062f,-0.07223632955351074f,1.294080283939092f,0.4934858370259108f,-0.2082898131561205f,-0.5942113112270959f,-0.5367094533092149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6017731948229336f,0.10610885051441472f,0.5418065875195258f,-0.05017675310089237f,0.07638530846959773f,0.8097357326237824f,-0.07374125308587554f,1.294080283939092f,-0.546789494309326f,-0.0036605462953405083f,-0.6065907135443268f,-0.5367094533092148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5843970974987812f,-0.12955771737950555f,0.530749310223209f,-0.05017675310089237f,-0.23441791972849696f,0.7614657914856062f,-0.07223632955351074f,1.294080283939092f,-0.49348583702591103f,-0.20828981315612055f,-0.5942113112270957f,-0.5367094533092148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-9.903987692015883e-7f,0.000004163930453241793f,0.000015027355670860043f,-0.532177007227716f,-0.000010904786303326398f,0.000010578495117392126f,-0.0000036498906463202375f,1.8606642093742745f,-0.000011146540761902275f,-0.000010719036767913274f,0.000002235509966735657f,0.19063180458382303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.40945760409416926f,-0.9044561267538505f,-0.11959759707822443f,-0.45374121667004885f,0.751054060116495f,-0.25974613273106206f,-0.607000613931968f,1.6601179429423236f,0.5179404108891205f,-0.3383652779300505f,0.7856504753765053f,0.06433076119967929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.42656399357726527f,-0.9044561267538505f,0.0015080321076110603f,-0.2984375f,0.5479361604104941f,-0.25974613273106206f,-0.7951716233907389f,1.4563866373407595f,0.7195895521045452f,-0.3383652779300505f,0.6063825650472643f,-0.20179385837410757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.42001291541814356f,0.9023793706307686f,0.09643973424874887f,0.4412142025640695f,-0.7149698162271663f,-0.2635755498846294f,-0.6475693718723169f,1.6492900980322953f,-0.5589340862445621f,-0.3409389988884125f,0.7558791479270501f,0.0820230835135621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.38078586517963764f,0.9242774172599952f,-0.026709189852695395f,0.2984375f,-0.5153169952429715f,-0.2361080612573953f,-0.8238333434761117f,1.4563866373407595f,-0.7677568099946428f,-0.29994039299911973f,0.5662024738151391f,-0.2017938583741075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.337258905379277e-17f,1.1022234149351724e-16f,-0.15625f,0f,0.900033720500134f,-0.43582026336861246f,1.2378094718703343f,-1.2246467991473532e-16f,-0.43582026336861246f,-0.900033720500134f,0.01819799361848084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.9549109108386444e-17f,1.1884632084132535e-16f,-0.15625f,0f,0.970453855953168f,-0.24128678676137216f,1.4182615274442947f,-1.2246467991473532e-16f,-0.24128678676137216f,-0.970453855953168f,-0.03310861549898372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.427254724555028e-17f,1.0978200418145994e-16f,0.15625f,0f,0.8964380934804588f,-0.4431689796873428f,1.2386730925287623f,-1.2246467991473532e-16f,-0.4431689796873428f,-0.8964380934804588f,0.021143633713280124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.148968520927171e-17f,1.1834693723134346e-16f,0.15625f,0f,0.9663760793213295f,-0.25713279315469617f,1.4182615274442947f,-1.2246467991473532e-16f,-0.25713279315469617f,-0.9663760793213295f,-0.033108615498983696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,4.1270951005931756e-18f,1.2239511800986685e-16f,0.29375000000000007f,0f,0.9994319839408646f,-0.03370028896059349f,2.09007841895625f,-1.2246467991473532e-16f,-0.03370028896059349f,-0.9994319839408646f,-0.24957763813624262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,4.1270951005931756e-18f,1.2239511800986685e-16f,0.33125000000000004f,0f,0.9994319839408646f,-0.03370028896059349f,1.961990018873586f,-1.2246467991473532e-16f,-0.03370028896059349f,-0.9994319839408646f,-0.3390618505106245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,4.1270951005931756e-18f,1.2239511800986685e-16f,-0.29374999999999996f,0f,0.9994319839408646f,-0.03370028896059349f,2.09007841895625f,-1.2246467991473532e-16f,-0.03370028896059349f,-0.9994319839408646f,-0.24957763813624267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,4.1270951005931756e-18f,1.2239511800986685e-16f,-0.33124999999999993f,0f,0.9994319839408646f,-0.03370028896059349f,1.961990018873586f,-1.2246467991473532e-16f,-0.03370028896059349f,-0.9994319839408646f,-0.33906185051062454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2239511800986685e-16f,0.19523827377799088f,0.15634560775188577f,0.987127317756259f,-0.03370028896059349f,2.196053318533185f,-0.005271886675251761f,-0.0332853824810652f,-0.9994319839408646f,-0.2750384850444783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2239511800986685e-16f,0.0800532618111328f,0f,0.9994319839408647f,-0.03370028896059349f,2.206124977173144f,-1.227316859253591e-16f,-0.03370028896059348f,-0.9994319839408646f,-0.275378095755295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2239511800986685e-16f,0.05771677939820301f,0.24178448007791067f,0.9697445827213613f,-0.03370028896059349f,2.2018077458331207f,-0.00815283778760345f,-0.03269924635272997f,-0.9994319839408646f,-0.2752325211228974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2239511800986685e-16f,0.08682420206637906f,-0.06971685094680999f,0.9969974178592607f,-0.03370028896059349f,2.211803243464513f,0.0023508133220489524f,-0.03361819675045609f,-0.9994319839408646f,-0.27556956372699204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2239511800986685e-16f,0.1446100421182231f,0.08710623688613164f,0.995628843505204f,-0.03370028896059349f,2.3154278058437043f,-0.0029371737151713526f,-0.033572049186703f,-0.9994319839408646f,-0.31033148675311106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2239511800986685e-16f,0.12500000000000003f,0.08710623688613164f,0.995628843505204f,-0.03370028896059349f,2.0914113160550336f,-0.0029371737151713526f,-0.033572049186703f,-0.9994319839408646f,-0.3027777756861029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2239511800986685e-16f,-0.19523827377799083f,-0.15634560775188577f,0.987127317756259f,-0.03370028896059349f,2.196053318533185f,0.0052718866752515196f,-0.03328538248106524f,-0.9994319839408646f,-0.27503848504447836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2239511800986685e-16f,-0.08005326181113276f,0f,0.9994319839408647f,-0.03370028896059349f,2.206124977173144f,-1.227316859253591e-16f,-0.03370028896059349f,-0.9994319839408646f,-0.27537809575529504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2239511800986685e-16f,-0.05771677939820295f,-0.24178448007791067f,0.9697445827213613f,-0.03370028896059349f,2.2018077458331207f,0.008152837787603215f,-0.03269924635273004f,-0.9994319839408646f,-0.27523252112289753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2239511800986685e-16f,-0.086824202066379f,0.06971685094680999f,0.9969974178592607f,-0.03370028896059349f,2.211803243464513f,-0.0023508133220491974f,-0.033618196750456075f,-0.9994319839408646f,-0.2755695637269921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2239511800986685e-16f,-0.14461004211822304f,-0.08710623688613164f,0.995628843505204f,-0.03370028896059349f,2.3154278058437043f,0.002937173715171109f,-0.03357204918670303f,-0.9994319839408646f,-0.3103314867531112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2239511800986685e-16f,-0.12499999999999997f,-0.08710623688613164f,0.995628843505204f,-0.03370028896059349f,2.0914113160550336f,0.002937173715171109f,-0.03357204918670303f,-0.9994319839408646f,-0.302777775686103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,4.1270951005931756e-18f,1.2239511800986685e-16f,3.1139599707831784e-17f,0f,0.9994319839408646f,-0.03370028896059349f,1.5802555583153588f,-1.2246467991473532e-16f,-0.03370028896059349f,-0.9994319839408646f,-0.25427412809564676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.477882767656856e-17f,1.2156966759486046e-16f,2.5597539329118576e-17f,0f,0.9926916697900326f,-0.12067828607283465f,1.2079961821440965f,-1.2246467991473532e-16f,-0.12067828607283465f,-0.9926916697900326f,-0.20901977081833376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.980900027926451f,-0.19162269762536507f,-0.03340474470289167f,0.19093779397473876f,-0.19245677347616955f,0.9810161719017966f,0.023825633470844376f,0.5931058337010551f,0.0282050626134712f,0.02979953392123036f,-0.9991578765245499f,-0.05143754791494906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.980900027926451f,-0.1888481051509973f,0.04659966088680621f,0.12500000000000003f,-0.19245677347616955f,0.9075310583577014f,-0.37329314011818215f,0.9082855143717041f,0.0282050626134712f,-0.3751316719460359f,-0.9265423374816404f,-0.19396229955961541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9814268305341971f,0.12312750762548996f,0.14710878006949585f,-0.1849853532132808f,0.189809342959547f,0.7344512896570345f,0.6515778667560648f,0.6317349913761667f,-0.027817074484306432f,0.6673986215052096f,-0.7441809527124978f,-0.03793811648777062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9814268305341971f,0.18868676173870375f,-0.0346219908751941f,-0.12499999999999997f,0.189809342959547f,0.9289391385116029f,-0.31787496011259847f,0.918460742685478f,-0.027817074484306432f,-0.3185425919494639f,-0.947500304739398f,-0.19784021616727254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9843305396752505f,0.1763331751617663f,1.1257739689492342e-16f,-0.006640624999999975f,0.16209677647260698f,0.9048598332022542f,-0.3936411021658924f,1.1005128989106796f,-0.06941198541908915f,-0.38747295853331326f,-0.9192642072253339f,-0.21408212436458196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9843305396752505f,-0.17632646093477108f,-0.0015387777125900294f,-0.006640624999999975f,-0.16209677647260698f,0.908260501964121f,-0.3857298220634135f,1.1027838375991892f,0.0694119854190889f,-0.37943621301359937f,-0.9226105009884067f,-0.21350246286735877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.8207131578029636e-17f,1.1257739689492342e-16f,-0.006640624999999975f,0f,0.9192642072253339f,-0.3936411021658924f,1.1005128989106796f,-1.2246467991473532e-16f,-0.3936411021658924f,-0.9192642072253339f,-0.21408212436458196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,0.17901686127663266f,1.2245602339137533e-16f,-0.0066406249999999755f,0.17900420731270975f,0.983776461908844f,-0.01188977537488839f,1.1247529040805408f,-0.0021284702688968383f,-0.011697708013954039f,-0.9999293141225208f,-0.20817154134933966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9838460059270774f,-0.17901686127663266f,1.2245602339137533e-16f,-0.0066406249999999755f,-0.17900420731270975f,0.983776461908844f,-0.01188977537488839f,1.1247529040805408f,0.002128470268896597f,-0.011697708013954084f,-0.9999293141225208f,-0.20817154134933966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,1.4560775355438049e-18f,1.2245602339137533e-16f,-0.0066406249999999755f,0f,0.9999293141225208f,-0.01188977537488839f,1.1247529040805408f,-1.2246467991473532e-16f,-0.01188977537488839f,-0.9999293141225208f,-0.20817154134933966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9751009967149086f,0.22152296631833232f,-0.01027723693990518f,-0.200390625f,0.21941746375722046f,0.9570386134287121f,-0.18956019889416909f,1.140019320662155f,-0.03215622496408419f,-0.18709534414296658f,-0.981815313282536f,-0.21809376891016619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9751009967149086f,-0.22157572477077003f,0.00906886971457254f,0.18710937500000002f,-0.2194174637572205f,0.9580582639442713f,-0.18433756938410018f,1.1398281981730927f,0.03215622496408396f,-0.18173761603035585f,-0.9828211516423841f,-0.21733625242664906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.825096454266033e-17f,1.1916157446521057e-16f,-0.007812499999999977f,0f,0.9730280971474837f,-0.23068663195241074f,0.9902521144378096f,-1.2246467991473532e-16f,-0.23068663195241074f,-0.9730280971474837f,-0.18846008549920662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.7757845563880312e-17f,1.2117036249656083e-16f,2.7047472665543495e-17f,0f,0.9894310962223912f,-0.14500381315040398f,1.211328125f,-1.2246467991473532e-16f,-0.14500381315040398f,-0.9894310962223912f,-0.220859375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.08715574274765824f,0.15154451077815814f,-0.9846004965259326f,-1.263050416360436f,0f,0.9883615104677607f,0.15212338618991675f,1.7662579705268702f,0.9961946980917457f,-0.013258426712671032f,0.08614138154801508f,-0.42244247141515284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.08715574274765824f,0.15154451077815814f,-0.9846004965259326f,-1.254879565477843f,0f,0.9883615104677607f,0.15212338618991675f,1.7662579705268702f,0.9961946980917457f,-0.013258426712671032f,0.08614138154801508f,-0.32904921846905166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08715574274765824f,0.15154451077815814f,-0.9846004965259326f,-1.1112749164402496f,0f,0.9883615104677607f,0.15212338618991675f,1.7434394625983827f,0.9961946980917457f,-0.013258426712671032f,0.08614138154801508f,-0.38866705217430453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6062954144636993f,-0.2513198481482328f,0.7544827395819205f,1.1727876437059102f,-0.12416501099230583f,0.9670300436554663f,0.22234195445976337f,2.100071616022679f,-0.7854864228270094f,0.041124549778156966f,-0.6175110128248502f,-0.7021197705944955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5556517573224612f,-0.2513198481482328f,0.7925209514651392f,1.2272830949304532f,-0.10935730459187719f,0.9670300436554663f,0.22998668352777799f,2.111023838522776f,-0.8241917886735223f,0.041124549778156966f,-0.5648156043247068f,-0.6266256839509587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5812848130617919f,-0.2513198481482328f,0.7739162099545831f,1.083947937824994f,-0.11682370666769877f,0.9670300436554663f,0.22628547507104024f,2.0716049060120714f,-0.8052702575310582f,0.041124549778156966f,-0.591479994371244f,-0.5756507281170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4776699507710933f,-0.03237539058388855f,0.5068033155699511f,-0.036392686157226656f,-0.1063396545367421f,1.5444783931639703f,-0.2113873717198993f,1.5680218377685546f,-0.4965779339249389f,-0.23440259626160545f,-1.4628301433880346f,0.8185826873779297f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18.mcfunction new file mode 100644 index 000000000..066b3e14a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..87b1b746f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6051369625393616f,-0.10670197351965709f,-0.537929725763589f,0.04975850911042763f,-0.09279316246768929f,0.8094311843591446f,-0.05616966468336473f,1.3021739897137414f,0.54050266420465f,0.019501053264042223f,-0.6118995206353023f,-0.5494605118704914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5876637370019234f,0.13028191392213076f,-0.5269515680949444f,0.04975850911042763f,0.21945423706090245f,0.7673410384838504f,-0.055023344995949124f,1.3021739897137414f,0.4964787709952475f,-0.1849712236087347f,-0.5994117753162145f,-0.5494605118704914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6051369625393613f,0.10670197351965709f,0.5379297257635892f,-0.04975850911042751f,0.09279316246768929f,0.8094311843591446f,-0.05616966468336473f,1.3021739897137414f,-0.5405026642046502f,0.019501053264042265f,-0.6118995206353021f,-0.5494605118704913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5876637370019232f,-0.13028191392213073f,0.5269515680949446f,-0.04975850911042751f,-0.21945423706090245f,0.7673410384838504f,-0.055023344995949124f,1.3021739897137414f,-0.49647877099524773f,-0.18497122360873472f,-0.5994117753162143f,-0.5494605118704913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0000026510536985178614f,0.0000039541771021002255f,0.000014882104109728607f,-0.4706736061522257f,-0.000007383374554699543f,0.000012925483779556177f,-0.000004749555163322721f,1.7606991494566735f,-0.000013512894563067904f,-0.000007838174373516864f,-3.2454278262416783e-7f,0.3019058417787949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3132253512857145f,-0.9450178702771368f,-0.09397395473643404f,-0.41674839274111913f,0.5969634632293963f,-0.11896628802633281f,-0.7933987937238126f,1.5993070403106187f,0.7385963057591787f,-0.3046116333466275f,0.6014043980125134f,0.11923730873048954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3267295443514727f,-0.9450178702771368f,-0.013748807393501643f,-0.2984375f,0.38264666751497095f,-0.11896628802633281f,-0.9162033345021852f,1.4567958402280303f,0.8641928793316723f,-0.3046116333466275f,0.4004777398836712f,-0.2003570164869437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3154761509394813f,0.945433041797841f,0.08143194499268046f,0.4062140902922859f,-0.5670903245879342f,-0.11903082718168494f,-0.8150093410134603f,1.5893677907876498f,-0.7608438485965177f,-0.30329527800037537f,0.5736973177517162f,0.12912954892561204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2863397421377164f,0.9581275864462119f,0.0010393090311881063f,0.2984375f,-0.3529987229978122f,-0.10448633889350177f,-0.9297712119368644f,1.4567958402280303f,-0.8907308536445896f,-0.2665973238338831f,0.36813640582016793f,-0.20035701648694362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.0600044821449195e-17f,1.1152234435612402e-16f,-0.15625f,0f,0.9106490494546691f,-0.4131807216307503f,1.2297276879337233f,-1.2246467991473532e-16f,-0.4131807216307503f,-0.9106490494546691f,0.004368404957879088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.6265761408706253e-17f,1.1961483020194233e-16f,-0.15625f,0f,0.9767292111098712f,-0.21447621817975188f,1.4115239386532008f,-1.2246467991473532e-16f,-0.21447621817975188f,-0.9767292111098712f,-0.04195044352026106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.1299756964851156e-17f,1.1120221563424795e-16f,0.15625f,0f,0.908035000064274f,-0.41889430487686774f,1.2303240862987694f,-1.2246467991473532e-16f,-0.41889430487686774f,-0.908035000064274f,0.006649206753504125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.776677230155991e-17f,1.192753293123599e-16f,0.15625f,0f,0.9739569759656747f,-0.22673290226122517f,1.4115239386532008f,-1.2246467991473532e-16f,-0.22673290226122517f,-0.9739569759656747f,-0.04195044352026103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,5.232368367565255e-19f,1.2246356213107327e-16f,0.29375000000000007f,0f,0.9999908726037348f,-0.0042725530097398046f,2.089420483333846f,-1.2246467991473532e-16f,-0.0042725530097398046f,-0.9999908726037348f,-0.23855422830671455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,5.232368367565255e-19f,1.2246356213107327e-16f,0.33125000000000004f,0f,0.9999908726037348f,-0.0042725530097398046f,1.964021072413716f,-1.2246467991473532e-16f,-0.0042725530097398046f,-0.9999908726037348f,-0.3317693034870972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,5.232368367565255e-19f,1.2246356213107327e-16f,-0.29374999999999996f,0f,0.9999908726037348f,-0.0042725530097398046f,2.089420483333846f,-1.2246467991473532e-16f,-0.0042725530097398046f,-0.9999908726037348f,-0.2385542283067146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,5.232368367565255e-19f,1.2246356213107327e-16f,-0.33124999999999993f,0f,0.9999908726037348f,-0.0042725530097398046f,1.964021072413716f,-1.2246467991473532e-16f,-0.0042725530097398046f,-0.9999908726037348f,-0.33176930348709727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2246356213107327e-16f,0.19523827377799088f,0.15643303720087892f,0.9876793255722666f,-0.0042725530097398046f,2.1960987887097305f,-0.0006683745444347955f,-0.004219950792294649f,-0.9999908726037348f,-0.26088522084524013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246356213107327e-16f,0.0800532618111328f,0f,0.9999908726037349f,-0.0042725530097398046f,2.2061760794846625f,-1.2240642527361345e-16f,-0.004272553009739805f,-0.9999908726037348f,-0.2609282769972611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2246356213107327e-16f,0.05771677939820301f,0.24191968748266138f,0.9702868700024083f,-0.0042725530097398046f,2.201856433921671f,-0.001033624123166438f,-0.004145639925638149f,-0.9999908726037348f,-0.260909820914154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2246356213107327e-16f,0.08682420206637906f,-0.06975583704914737f,0.9975549450974377f,-0.0042725530097398046f,2.2118575210983207f,0.00029803823184417605f,-0.004262145285345851f,-0.9999908726037348f,-0.26095255147929003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2246356213107327e-16f,0.1446100421182231f,0.08715494724265734f,0.9961856054279787f,-0.0042725530097398046f,2.316460236653385f,-0.00037237753099273705f,-0.004256294655618713f,-0.9999908726037348f,-0.2926497614394576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2246356213107327e-16f,0.12500000000000003f,0.08715494724265734f,0.9961856054279787f,-0.0042725530097398046f,2.0923184754320903f,-0.00037237753099273705f,-0.004256294655618713f,-0.9999908726037348f,-0.2916920951419434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2246356213107327e-16f,-0.19523827377799083f,-0.15643303720087892f,0.9876793255722666f,-0.0042725530097398046f,2.1960987887097305f,0.0006683745444345537f,-0.004219950792294687f,-0.9999908726037348f,-0.2608852208452402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246356213107327e-16f,-0.08005326181113276f,0f,0.9999908726037349f,-0.0042725530097398046f,2.2061760794846625f,-1.2246063538223773e-16f,-0.0042725530097398046f,-0.9999908726037348f,-0.2609282769972612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2246356213107327e-16f,-0.05771677939820295f,-0.24191968748266138f,0.9702868700024083f,-0.0042725530097398046f,2.201856433921671f,0.0010336241231662002f,-0.004145639925638207f,-0.9999908726037348f,-0.26090982091415404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2246356213107327e-16f,-0.086824202066379f,0.06975583704914737f,0.9975549450974377f,-0.0042725530097398046f,2.2118575210983207f,-0.0002980382318444202f,-0.004262145285345833f,-0.9999908726037348f,-0.2609525514792901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2246356213107327e-16f,-0.14461004211822304f,-0.08715494724265734f,0.9961856054279787f,-0.0042725530097398046f,2.316460236653385f,0.0003723775309924931f,-0.004256294655618734f,-0.9999908726037348f,-0.29264976143945765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2246356213107327e-16f,-0.12499999999999997f,-0.08715494724265734f,0.9961856054279787f,-0.0042725530097398046f,2.0923184754320903f,0.0003723775309924931f,-0.004256294655618734f,-0.9999908726037348f,-0.29169209514194344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,5.232368367565255e-19f,1.2246356213107327e-16f,3.162683386978286e-17f,0f,0.9999908726037348f,-0.0042725530097398046f,1.5799566705042305f,-1.2246467991473532e-16f,-0.0042725530097398046f,-0.9999908726037348f,-0.25825269695558506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.119464847968082e-17f,1.219519482092638e-16f,2.7428840689902553e-17f,0f,0.9958132278969861f,-0.09141124189827605f,1.2065267100428607f,-1.2246467991473532e-16f,-0.09141124189827605f,-0.9958132278969861f,-0.2239734812437315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9776325460391768f,-0.20821588869351207f,-0.029677409262395947f,0.19541969563304978f,-0.20879484861132372f,0.9777950477439845f,0.017931977044181646f,0.5944847549729175f,0.025284701270356248f,0.0237273745473377f,-0.9993986669886844f,-0.07041235897901574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9776325460391768f,-0.20224532326437936f,0.057718577101687533f,0.12500000000000003f,-0.20879484861132372f,0.9002873831275301f,-0.3819520113505858f,0.9065051268105775f,0.025284701270356248f,-0.38546005888946566f,-0.9223780281872496f,-0.216601154805635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9780708952182311f,0.13395810913895878f,0.1594758568653037f,-0.190171203910676f,0.20676169365362043f,0.716573960667994f,0.6661616627591764f,0.6269190112226167f,-0.02503848966080875f,0.6845268321172656f,-0.728557540724826f,-0.06800326583147731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9780708952182311f,0.20485723990031612f,-0.03756108607897732f,-0.12499999999999997f,0.20676169365362043f,0.9333750995535819f,-0.2933607430635998f,0.9167516858298097f,-0.02503848966080875f,-0.2946937983632593f,-0.9552636490737729f,-0.2203991621141312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9844419054609417f,0.17571037184079455f,1.1371878083649504e-16f,-0.006549999999999972f,0.16316189516825835f,0.9141373118463055f,-0.3711215044369061f,1.0992000372739614f,-0.06520989754272397f,-0.36534756098539917f,-0.9285843143971836f,-0.23172836186828072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9844419054609417f,-0.17570642560564612f,-0.0011776133991264984f,-0.006549999999999972f,-0.16316189516825835f,0.9166040430414978f,-0.36498660830923974f,1.1009327510545819f,0.06520989754272372f,-0.35911597051769734f,-0.931012024080033f,-0.23124081039023162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.5449276250340725e-17f,1.1371878083649504e-16f,-0.006549999999999972f,0f,0.9285843143971836f,-0.3711215044369061f,1.0992000372739614f,-1.2246467991473532e-16f,-0.3711215044369061f,-0.9285843143971836f,-0.23172836186828072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9840717396658483f,0.17777179526300302f,1.2245513911096407e-16f,-0.0065499999999999725f,0.17775794567130157f,0.9839950740070516f,0.012482270649843571f,1.1232846135350272f,0.0022189956623812623f,0.012283449793371544f,-0.9999220934249948f,-0.22521074934746363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9840717396658483f,-0.17777179526300302f,1.2245513911096407e-16f,-0.0065499999999999725f,-0.17775794567130157f,0.9839950740070516f,0.012482270649843571f,1.1232846135350272f,-0.0022189956623815035f,0.012283449793371499f,-0.9999220934249948f,-0.22521074934746363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.5286372797421858e-18f,1.2245513911096407e-16f,-0.0065499999999999725f,0f,0.9999220934249948f,0.012482270649843571f,1.1232846135350272f,-1.2246467991473532e-16f,0.012482270649843571f,-0.9999220934249948f,-0.22521074934746363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9753808246219224f,0.22029667955178767f,-0.010080671521063405f,-0.20029999999999998f,0.21892777891349044f,0.9617989988359288f,-0.1643572738220334f,1.138746990013646f,-0.026511781906625273f,-0.16251787229920894f,-0.9863493633614174f,-0.23457215205290577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9753808246219224f,-0.22033697259052057f,0.009157809208691078f,0.18720000000000003f,-0.21892777891349047f,0.9624790171286561f,-0.1603270694769344f,1.1385857079259685f,0.026511781906625037f,-0.15838484806540076f,-0.9870214614300113f,-0.2339942312175879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.5262768561358857e-17f,1.198306736659433e-16f,-0.007812499999999975f,0f,0.9784917067465826f,-0.20628616004996528f,0.9883330309912298f,-1.2246467991473532e-16f,-0.20628616004996528f,-0.9784917067465826f,-0.20886834208370178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.4722704732637e-17f,1.2157647713260227e-16f,2.8868598996300556e-17f,0f,0.9927472738854056f,-0.12022000745755852f,1.21015f,-1.2246467991473532e-16f,-0.12022000745755852f,-0.9927472738854056f,-0.23573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.06975647374412507f,0.12157247580974433f,-0.990128359101119f,-1.2984989446527566f,0f,0.992546151641322f,0.12186934340514748f,1.850665315197777f,0.9975640502598242f,-0.008501175653454927f,0.0692365195668002f,-0.5171654360349853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.06975647374412507f,0.12157247580974433f,-0.990128359101119f,-1.2919592752392448f,0f,0.992546151641322f,0.12186934340514748f,1.850665315197777f,0.9975640502598242f,-0.008501175653454927f,0.0692365195668002f,-0.42364380632312676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.06975647374412507f,0.12157247580974433f,-0.990128359101119f,-1.1467098560808329f,0f,0.992546151641322f,0.12186934340514748f,1.832384913687005f,0.9975640502598242f,-0.008501175653454927f,0.0692365195668002f,-0.48079009911407605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5013682107716749f,-0.20565129381244307f,0.8404388511848306f,1.2156490971058045f,-0.08163716827112803f,0.9782531835279072f,0.19067270825733362f,2.097549755426546f,-0.8613740708799408f,0.026986186666199456f,-0.5072538375852234f,-0.720877371368328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.45850768391553626f,-0.20565129381244307f,0.8645682443530291f,1.2606574938032862f,-0.0719538367631599f,0.9782531835279072f,0.1945336842106664f,2.1047516082098174f,-0.8857727412635091f,0.026986186666199456f,-0.4633340010874939f,-0.6389539922680356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4800895647731368f,-0.20565129381244307f,0.852772862577843f,1.1102373660678688f,-0.07681976302156053f,0.9782531835279072f,0.192664041603061f,2.072251075577723f,-0.8738493770697853f,0.026986186666199456f,-0.4854472287735977f,-0.6070985975021421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5131778619856178f,-0.03890842337896572f,0.38753727896396967f,-0.028941132812500114f,-0.08278488067032148f,1.5512893987952867f,-0.16749362590187927f,1.5181621484374999f,-0.38058595813434204f,-0.18273911944496507f,-1.504382595184963f,0.8566283984374998f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19.mcfunction new file mode 100644 index 000000000..4416aa34d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..8d256bdeb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6089352259878636f,-0.10737170984546679f,-0.5334919408204913f,0.04928624081027719f,-0.10848628185848598f,0.8084940488214452f,-0.038891440102829924f,1.3097957523670232f,0.5332664077588939f,0.04187043574661922f,-0.6171047313145134f,-0.5610567917531003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.591352326247733f,0.1310996544706089f,-0.5226043501915018f,0.04928624081027719f,0.20490026672564904f,0.7723758431700698f,-0.0380977372435885f,1.3097957523670232f,0.4983154692934514f,-0.1620136953624927f,-0.604510757206054f,-0.5610567917531003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6089352259878634f,0.10737170984546676f,0.5334919408204916f,-0.04928624081027706f,0.10848628185848598f,0.8084940488214452f,-0.038891440102829924f,1.3097957523670232f,-0.5332664077588941f,0.04187043574661925f,-0.6171047313145132f,-0.5610567917531004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5913523262477328f,-0.13109965447060884f,0.522604350191502f,-0.04928624081027706f,-0.20490026672564904f,0.7723758431700698f,-0.0380977372435885f,1.3097957523670232f,-0.4983154692934516f,-0.16201369536249274f,-0.6045107572060537f,-0.5610567917531004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.00000477848204705562f,0.000004150118581969927f,0.000014285770895599415f,-0.38562156000973774f,-0.000003711700015729099f,0.000014197526344238998f,-0.000005366018421313545f,1.6517865399469185f,-0.000014405902169569383f,-0.000005034618799892171f,-0.0000033560722907244664f,0.3764330888581888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1756340711248929f,-0.9799576174787534f,-0.09399862235938196f,-0.3666722748728512f,0.4161860640197752f,0.012619253377087917f,-0.9091919019436616f,1.5368772678545872f,0.892155722492337f,-0.19880599183518224f,0.4056283328795044f,0.15561608547937245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.19151873070123338f,-0.9799576174787534f,-0.05480550826289357f,-0.29843749999999997f,0.21488456864400982f,0.012619253377087917f,-0.9765579228099494f,1.4565055327235097f,0.9576769799620677f,-0.19880599183518224f,0.20816094653215644f,-0.1984054167971926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.17430205257084408f,0.9806199315773287f,0.08946141214437323f,0.3604311779453513f,-0.3969747388161783f,0.013163478548194291f,-0.9177351358503922f,1.5299915286293682f,-0.901126989503376f,-0.19547703861524476f,0.386986919885926f,0.1594477761467529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1625055373300841f,0.9854066946529458f,0.05065171734715799f,0.2984375000000001f,-0.1938726052741916f,0.018445715462002354f,-0.9808532859226664f,1.4565055327235097f,-0.967473701586383f,-0.16921407067454694f,0.18804583224440566f,-0.1984054167971925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.7958756241076414e-17f,1.1268343057622797e-16f,-0.15625f,0f,0.9201300379397763f,-0.3916129636272856f,1.221665197334628f,-1.2246467991473532e-16f,-0.3916129636272856f,-0.9201300379397763f,-0.008588449859743642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.309433431479451e-17f,1.2026740850777104e-16f,-0.15625f,0f,0.982057917364467f,-0.1885795506988112f,1.404622434648598f,-1.2246467991473532e-16f,-0.1885795506988112f,-0.982057917364467f,-0.05008497759929864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.84229793661569e-17f,1.1248472294459953e-16f,0.15625f,0f,0.9185074669930611f,-0.39540363311177457f,1.2220136232900265f,-1.2246467991473532e-16f,-0.39540363311177457f,-0.9185074669930611f,-0.007081088075098191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.408534469921556e-17f,1.2007286953070847e-16f,0.15625f,0f,0.9804693860654999f,-0.19667176459355235f,1.404622434648598f,-1.2246467991473532e-16f,-0.19667176459355235f,-0.9804693860654999f,-0.050084977599298613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-2.978937700741086e-18f,1.224284434140763e-16f,0.29375000000000007f,0f,0.9997041065172076f,0.024324872304530065f,2.087863825093279f,-1.2246467991473532e-16f,0.024324872304530065f,-0.9997041065172076f,-0.22722327347439955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-2.978937700741086e-18f,1.224284434140763e-16f,0.33125000000000004f,0f,0.9997041065172076f,0.024324872304530065f,1.965181268557178f,-1.2246467991473532e-16f,0.024324872304530065f,-0.9997041065172076f,-0.32398614249845403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-2.978937700741086e-18f,1.224284434140763e-16f,-0.29374999999999996f,0f,0.9997041065172076f,0.024324872304530065f,2.087863825093279f,-1.2246467991473532e-16f,0.024324872304530065f,-0.9997041065172076f,-0.22722327347439963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-2.978937700741086e-18f,1.224284434140763e-16f,-0.33124999999999993f,0f,0.9997041065172076f,0.024324872304530065f,1.965181268557178f,-1.2246467991473532e-16f,0.024324872304530065f,-0.9997041065172076f,-0.3239861424984541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.224284434140763e-16f,0.19523827377799088f,0.15638817710154135f,0.9873960900521256f,0.024324872304530065f,2.1951370803465338f,0.003805248386130968f,0.02402539276164994f,-0.9997041065172076f,-0.24649456748897677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.224284434140763e-16f,0.0800532618111328f,0f,0.9997041065172076f,0.024324872304530065f,2.205211481269851f,-1.222980050563649e-16f,0.024324872304530065f,-0.9997041065172076f,-0.24624943644029273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.224284434140763e-16f,0.05771677939820301f,0.241850312487415f,0.9700086220942101f,0.024324872304530065f,2.2008930744460184f,0.005884719218131653f,0.023602319639294902f,-0.9997041065172076f,-0.24635451222608165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.224284434140763e-16f,0.08682420206637906f,-0.06973583325816184f,0.9972688775586844f,0.024324872304530065f,2.2108912936238605f,-0.0016968173162402738f,0.02426561813816003f,-0.9997041065172076f,-0.24611123483711403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.224284434140763e-16f,0.1446100421182231f,0.08712995393139122f,0.9958999305729879f,0.024324872304530065f,2.3163576436462456f,0.0021200523129431357f,0.0242323088215316f,-0.9997041065172076f,-0.27480426942232994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.224284434140763e-16f,0.12500000000000003f,0.08712995393139122f,0.9958999305729879f,0.024324872304530065f,2.092280159267324f,0.0021200523129431357f,0.0242323088215316f,-0.9997041065172076f,-0.28025653890717456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.224284434140763e-16f,-0.19523827377799083f,-0.15638817710154135f,0.9873960900521256f,0.024324872304530065f,2.1951370803465338f,-0.0038052483861312093f,0.024025392761649902f,-0.9997041065172076f,-0.24649456748897686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.224284434140763e-16f,-0.08005326181113276f,0f,0.9997041065172076f,0.024324872304530065f,2.205211481269851f,-1.222980050563649e-16f,0.024324872304530065f,-0.9997041065172076f,-0.24624943644029276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.224284434140763e-16f,-0.05771677939820295f,-0.241850312487415f,0.9700086220942101f,0.024324872304530065f,2.2008930744460184f,-0.00588471921813189f,0.023602319639294843f,-0.9997041065172076f,-0.24635451222608168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.224284434140763e-16f,-0.086824202066379f,0.06973583325816184f,0.9972688775586844f,0.024324872304530065f,2.2108912936238605f,0.0016968173162400296f,0.02426561813816005f,-0.9997041065172076f,-0.24611123483711408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.224284434140763e-16f,-0.14461004211822304f,-0.08712995393139122f,0.9958999305729879f,0.024324872304530065f,2.3163576436462456f,-0.0021200523129433794f,0.02423230882153158f,-0.9997041065172076f,-0.27480426942233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.224284434140763e-16f,-0.12499999999999997f,-0.08712995393139122f,0.9958999305729879f,0.024324872304530065f,2.092280159267324f,-0.0021200523129433794f,0.02423230882153158f,-0.9997041065172076f,-0.2802565389071746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-2.978937700741086e-18f,1.224284434140763e-16f,3.2022344046218624e-17f,0f,0.9997041065172076f,0.024324872304530065f,1.5791716524177382f,-1.2246467991473532e-16f,0.024324872304530065f,-0.9997041065172076f,-0.2614822826345835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,7.702739975769574e-18f,1.2222219775263516e-16f,2.9133816555305035e-17f,0f,0.9980199828859311f,-0.06289764510985962f,1.2049141588355141f,-1.2246467991473532e-16f,-0.06289764510985962f,-0.9980199828859311f,-0.23789566571838616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9742705992045888f,-0.22401424131944772f,-0.024787480945100207f,0.1993778852438522f,-0.2243230402982322f,0.9744589707270089f,0.010434939435188972f,0.5963934963200572f,0.02181680812788943f,0.015726857783124548f,-0.9996382809933703f,-0.08713963986454523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9742705992045888f,-0.21428253318341497f,0.06985553305236548f,0.12500000000000003f,-0.2243230402982322f,0.8919402609285118f,-0.39258342365175847f,0.9047751681283352f,0.02181680812788943f,-0.39815269295494793f,-0.9170596817960289f,-0.23780662160379412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.974579453672177f,0.14478052733830138f,0.17097803187451965f,-0.1951118402068484f,0.22299003420297028f,0.7007078221278065f,0.677704945131039f,0.6228450139018862f,-0.021687165010646905f,0.6986037123523963f,-0.7151800612162306f,-0.09574417700288412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.974579453672177f,0.22029521008458594f,-0.040803295134450024f,-0.12499999999999997f,0.22299003420297028f,0.9361506795645088f,-0.27184066987311983f,0.9150875314744146f,-0.021687165010646905f,-0.2740290597084487f,-0.9614768542763286f,-0.24156267998050107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9845681527057036f,0.17500157907195635f,1.1472710252021673e-16f,-0.006446874999999971f,0.16394460931402283f,0.9223610552222279f,-0.34981745080285875f,1.097796088819895f,-0.061218606277426785f,-0.344419121321189f,-0.9368178857781214f,-0.24818455486818036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9845681527057036f,-0.17499988642225692f,-0.0007696946636949183f,-0.006446874999999971f,-0.1639446093140228f,0.9238907065111316f,-0.3457573245778524f,1.0989255784213023f,0.06121860627742654f,-0.34029546305315195f,-0.9383236542211275f,-0.2478387134225314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.284028214116077e-17f,1.1472710252021673e-16f,-0.006446874999999971f,0f,0.9368178857781214f,-0.34981745080285875f,1.097796088819895f,-1.2246467991473532e-16f,-0.34981745080285875f,-0.9368178857781214f,-0.24818455486818036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9843266924478886f,0.176354649880857f,1.2238828805602056e-16f,-0.006446874999999972f,0.1762446421667408f,0.983712682386612f,0.03531550111854288f,1.121720283452539f,0.006228052835127523f,0.03476199040815505f,-0.9993762131353467f,-0.2410981702517175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9843266924478886f,-0.176354649880857f,1.2238828805602056e-16f,-0.006446874999999972f,-0.1762446421667408f,0.983712682386612f,0.03531550111854288f,1.121720283452539f,-0.006228052835127764f,0.03476199040815501f,-0.9993762131353467f,-0.2410981702517175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-4.3249015405108356e-18f,1.2238828805602056e-16f,-0.006446874999999972f,0f,0.9993762131353467f,0.03531550111854288f,1.121720283452539f,-1.2246467991473532e-16f,0.03531550111854288f,-0.9993762131353467f,-0.2410981702517175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9756973497587841f,0.2189006268107176f,-0.009858866849687384f,-0.20019687499999997f,0.21809350607073005f,0.9657767076756893f,-0.14039435003190914f,1.1373403197006917f,-0.02121094725516412f,-0.1391325500843736f,-0.9900465793201639f,-0.2498937371392012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9756973497587841f,-0.21892690070073142f,0.009257095832764982f,0.18730312500000004f,-0.21809350607073003f,0.9661589874130596f,-0.1377390055530668f,1.1372255730770926f,0.02121094725516388f,-0.1364104951627382f,-0.9904252988115738f,-0.2495170752598081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,2.24327840134613e-17f,1.2039255802591774e-16f,-0.007812499999999973f,0f,0.9830798407323624f,-0.18317758254118555f,0.9864211590841621f,-1.2246467991473532e-16f,-0.18317758254118555f,-0.9830798407323624f,-0.227939490553493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,1.1854517681608016e-17f,1.218895739477131e-16f,3.056328054504565e-17f,0f,0.9953039033995545f,-0.09679948283751359f,1.208809375f,-1.2246467991473532e-16f,-0.09679948283751359f,-0.9953039033995545f,-0.24956812499999995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.05233595624294317f,0.09137621887512401f,-0.9944402115301965f,-1.3304963861859063f,6.938893903907228e-18f,0.9958049275746618f,0.09150161866340242f,1.9290664753697537f,0.9986295347545737f,-0.004788824710526339f,0.052116403116054685f,-0.6033622496955271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.05233595624294317f,0.09137621887512401f,-0.9944402115301965f,-1.3255898902881302f,6.938893903907228e-18f,0.9958049275746618f,0.09150161866340242f,1.9290664753697537f,0.9986295347545737f,-0.004788824710526339f,0.052116403116054685f,-0.5097407308122858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.05233595624294317f,0.09137621887512401f,-0.9944402115301965f,-1.1788771065074888f,6.938893903907228e-18f,0.9958049275746618f,0.09150161866340242f,1.9153412325702435f,0.9986295347545737f,-0.004788824710526339f,0.052116403116054685f,-0.5643689507213147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3840920428065103f,-0.15699798703985515f,0.9098488526772759f,1.2589727520950675f,-0.046615434192034504f,0.9874776702904128f,0.1507144716770982f,2.094522851127969f,-0.9221172940292411f,0.015475229990284967f,-0.38660084494079655f,-0.7379433832237646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.35387560260999007f,-0.15699798703985515f,0.9220215235789508f,1.293569691086751f,-0.04161939986551936f,0.9874776702904128f,0.15216989266163247f,2.098659421599304f,-0.9343660328973066f,0.015475229990284967f,-0.3559784176386222f,-0.6509088895035078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.36903401591128904f,-0.15699798703985515f,0.9160597836199447f,1.1388622540479174f,-0.044123418360906407f,0.9874776702904128f,0.15146278298634014f,2.0738717189156857f,-0.9283679330160726f,0.015475229990284967f,-0.3713401381539745f,-0.63872511564054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5385434732102365f,-0.036849225138088575f,0.27005992973579906f,-0.022096879272461064f,-0.05853812815864231f,1.5567009793795055f,-0.12108508723443681f,1.4721102960205077f,-0.2662020259011277f,-0.12934622300481471f,-1.5342138983859208f,0.8914738214111328f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..c4a3994c3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7687745279615575f,-0.13555569136103682f,-0.2399058651670694f,0.029412149277706093f,-0.12783538932659416f,0.8053212529022389f,-0.045389837013704276f,1.2359372657881396f,0.24410711345154784f,-0.0051748051213430365f,-0.7793134048627379f,-0.35804254531916957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7465762959148147f,0.1655119800600505f,-0.23500982710243537f,0.029412149277706093f,0.18619944635532845f,0.7767578529481988f,-0.04446351380934297f,1.2359372657881396f,0.21898310563850418f,-0.09619263142208927f,-0.7634090496614576f,-0.35804254531916957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7687745279615575f,0.13555569136103682f,0.2399058651670696f,-0.029412149277705996f,0.12783538932659416f,0.8053212529022389f,-0.045389837013704276f,1.2359372657881396f,-0.244107113451548f,-0.005174805121343008f,-0.7793134048627379f,-0.3580425453191696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7465762959148147f,-0.1655119800600505f,0.23500982710243554f,-0.029412149277705996f,-0.18619944635532845f,0.7767578529481988f,-0.04446351380934297f,1.2359372657881396f,-0.21898310563850434f,-0.09619263142208931f,-0.7634090496614576f,-0.3580425453191696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10058772295858537f,0.5084026934517663f,1.4740471706431229f,-0.5317559294851718f,1.4889516175416324f,0.46986669463347075f,-0.06045345229490914f,0.9350338585027056f,-0.4629378366586199f,1.400770588128265f,-0.5147198935582642f,0.1442731632559291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.39691329288887056f,-0.9000654118641213f,-0.17983907332385618f,-0.45696594405660085f,-0.7944532096041745f,0.4350175817461657f,-0.423796886870755f,1.1369579381257737f,0.45967807830887386f,-0.02533688886954552f,-0.8877241161445785f,0.017898171834499314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.43557046388056286f,-0.9000654118641213f,-0.0126738060873961f,-0.2984375f,-0.8964713892549819f,0.4350175817461657f,-0.08425409081439647f,1.4685373896692588f,0.08134752142575573f,-0.02533688886954552f,-0.9963637000715644f,-0.01911986458050996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6790598126196021f,0.7147176764312213f,0.16750048919865015f,0.3592479369251353f,0.20833094841916788f,0.031163220646471923f,-0.9775617983584002f,1.3419029220585383f,-0.7039005517939314f,0.6987184673927657f,-0.12773612061004366f,0.28653435414599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11406365032526966f,0.9018777350396273f,0.41666057494592246f,0.2984375f,0.37791552522385374f,0.42725784107500303f,-0.8213589915711074f,1.4685373896692588f,-0.9187868846850468f,0.06377529521467817f,-0.389568186908309f,-0.019119864580509884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.769077048515856e-17f,9.466647774181202e-17f,-0.15625000000000003f,0f,0.773010453362737f,-0.6343932841636454f,1.1537054696848432f,-1.2246467991473532e-16f,-0.6343932841636454f,-0.773010453362737f,0.25224952736353246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.725027967893998e-17f,1.16661966769206e-16f,-0.15625000000000003f,0f,0.9526172513612138f,-0.30417161670511916f,1.3304201317106639f,-1.2246467991473532e-16f,-0.30417161670511916f,-0.9526172513612138f,0.18926349141031507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.032856634543009e-16f,0.15624999999999997f,0f,0.8433914458128858f,-0.5372996083468237f,1.1437988539725235f,-1.2246467991473532e-16f,-0.5372996083468237f,-0.8433914458128858f,0.20844189581172054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,8.453860092399349e-18f,1.2217254223497486e-16f,0.15624999999999997f,0f,0.9976145148138723f,-0.06903100631370004f,1.3304201317106639f,-1.2246467991473532e-16f,-0.06903100631370004f,-0.9976145148138723f,0.1892634914103151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-3.561850771285261e-18f,1.2241287124196405e-16f,0.29375f,0f,0.9995769500822006f,0.029084718743111554f,2.0144972263300467f,-1.2246467991473532e-16f,0.029084718743111554f,-0.9995769500822006f,0.015380478728167848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-3.561850771285261e-18f,1.2241287124196405e-16f,0.33125f,0f,0.9995769500822006f,0.029084718743111554f,1.8922767999519385f,-1.2246467991473532e-16f,0.029084718743111554f,-0.9995769500822006f,-0.08196545018492737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-3.561850771285261e-18f,1.2241287124196405e-16f,-0.29375f,0f,0.9995769500822006f,0.029084718743111554f,2.0144972263300467f,-1.2246467991473532e-16f,0.029084718743111554f,-0.9995769500822006f,0.015380478728167779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-3.561850771285261e-18f,1.2241287124196405e-16f,-0.33125f,0f,0.9995769500822006f,0.029084718743111554f,1.8922767999519385f,-1.2246467991473532e-16f,0.029084718743111554f,-0.9995769500822006f,-0.08196545018492746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2241287124196405e-16f,0.19523827377799086f,0.1563682854526546f,0.9872704991238376f,0.029084718743111554f,2.1218610263829127f,0.004549852417424111f,0.028726637592060168f,-0.9995769500822006f,-0.003379811883504044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2241287124196405e-16f,0.08005326181113277f,0f,0.9995769500822006f,0.029084718743111554f,2.131934145902165f,-1.222980050563649e-16f,0.029084718743111554f,-0.9995769500822006f,-0.0030867140404024426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2241287124196405e-16f,0.05771677939820298f,0.2418195505616204f,0.9698852427487543f,0.029084718743111554f,2.1276162883540763f,0.007036230291316614f,0.028220778296380544f,-0.9995769500822006f,-0.0032123508634090622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2241287124196405e-16f,0.08682420206637903f,-0.06972696327364186f,0.9971420308703622f,0.029084718743111554f,2.1376132358177187f,-0.0020288474193592525f,0.02901386983004618f,-0.9995769500822006f,-0.0029214694007604868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2241287124196405e-16f,0.14461004211822306f,0.08711887151785304f,0.9957732580066057f,0.029084718743111554f,2.2432150130337676f,0.0025349002646625008f,0.02897404260737736f,-0.9995769500822006f,-0.031111997412216947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2241287124196405e-16f,0.125f,0.08711887151785304f,0.9957732580066057f,0.029084718743111554f,2.019166029982282f,0.0025349002646625008f,0.02897404260737736f,-0.9995769500822006f,-0.03763115699887684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2241287124196405e-16f,-0.19523827377799086f,-0.1563682854526546f,0.9872704991238376f,0.029084718743111554f,2.1218610263829127f,-0.004549852417424353f,0.02872663759206013f,-0.9995769500822006f,-0.0033798118835040997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2241287124196405e-16f,-0.08005326181113279f,0f,0.9995769500822006f,0.029084718743111554f,2.131934145902165f,-1.218643241873707e-16f,0.029084718743111557f,-0.9995769500822006f,-0.0030867140404024704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2241287124196405e-16f,-0.05771677939820298f,-0.2418195505616204f,0.9698852427487543f,0.029084718743111554f,2.1276162883540763f,-0.007036230291316852f,0.028220778296380485f,-0.9995769500822006f,-0.0032123508634090796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2241287124196405e-16f,-0.08682420206637903f,0.06972696327364186f,0.9971420308703622f,0.029084718743111554f,2.1376132358177187f,0.0020288474193590083f,0.029013869830046196f,-0.9995769500822006f,-0.002921469400760511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2241287124196405e-16f,-0.14461004211822306f,-0.08711887151785304f,0.9957732580066057f,0.029084718743111554f,2.2432150130337676f,-0.0025349002646627445f,0.028974042607377338f,-0.9995769500822006f,-0.031111997412216985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2241287124196405e-16f,-0.125f,-0.08711887151785304f,0.9957732580066057f,0.029084718743111554f,2.019166029982282f,-0.0025349002646627445f,0.028974042607377338f,-0.9995769500822006f,-0.037631156998876876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-3.561850771285261e-18f,1.2241287124196405e-16f,2.608533890660925e-18f,0f,0.9995769500822006f,0.029084718743111554f,1.5059739456044317f,-1.2246467991473532e-16f,0.029084718743111554f,-0.9995769500822006f,-0.021300295664652767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,7.120687861218452e-18f,1.2225748905895979e-16f,-6.172405729599432e-20f,0f,0.9983081582712682f,-0.05814482891047568f,1.131608386252706f,-1.2246467991473532e-16f,-0.05814482891047568f,-0.9983081582712682f,0.0005040151767756133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12112816439279576f,0.04863182750316593f,0.13907056552747815f,-0.12112816439279585f,0.7149964308296686f,-0.6885550607552505f,0.8528078470209943f,0.04863182750316572f,-0.6885550607552505f,-0.7235515694558583f,0.3957057991307228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.054732249073124434f,0.11849669939227553f,0.12499999999999999f,-0.12112816439279585f,0.04755440494881996f,-0.9914971237279487f,0.838654582333978f,0.04863182750316572f,-0.9973680160709792f,-0.05377718728551378f,0.0736009212187079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9854326440289048f,0.170046344335117f,-0.0025970869189483187f,-0.15273223239430697f,0.15782122595473402f,0.9086840575546293f,-0.3865045202636054f,0.806737888286257f,-0.06336374926049225f,-0.3812840467739476f,-0.922283855955061f,0.3970766301713905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9854326440289048f,0.09996238992971972f,-0.1375864262263557f,-0.125f,0.15782122595473402f,0.2360922057358703f,-0.9588289373130727f,0.8431099272314675f,-0.06336374926049225f,-0.9665753933296204f,-0.24842915346098837f,0.056377609543837984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9909637017325508f,0.13413031666450437f,9.494834292900966e-17f,-0.0005208333333333359f,0.10399285175697129f,0.7683061062815207f,-0.6315783513024975f,1.0255763820374404f,-0.08471380425864965f,-0.6258712209408643f,-0.7753120572814658f,0.02036499995293992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9909637017325508f,-0.13303317782652932f,0.017120614647120783f,-0.000520833333333336f,-0.10399285175697132f,0.6814059309101076f,-0.7244801198818239f,0.9912158996894388f,0.08471380425864941f,-0.7197139229707207f,-0.689083043217668f,0.02136457504965664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.734604063333662e-17f,9.494834292900966e-17f,-0.0005208333333333359f,0f,0.7753120572814658f,-0.6315783513024975f,1.0255763820374404f,-1.2246467991473532e-16f,-0.6315783513024975f,-0.7753120572814658f,0.02036499995293992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9955345474845739f,0.09439790656939726f,1.1731987898738974e-16f,-0.0005208333333333359f,0.09043220447801992f,0.9537116556379679f,-0.2868032327110902f,1.0505709285165172f,-0.0270736247652627f,-0.28552252649414817f,-0.9579895123154889f,0.020621837270942307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9955345474845739f,-0.09439790656939717f,1.1731987898738974e-16f,-0.0005208333333333359f,-0.09043220447801992f,0.9537116556379679f,-0.2868032327110902f,1.0505709285165172f,0.02707362476526246f,-0.28552252649414817f,-0.9579895123154889f,0.020621837270942307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.512326609247501e-17f,1.1731987898738974e-16f,-0.0005208333333333359f,0f,0.9579895123154889f,-0.2868032327110902f,1.0505709285165172f,-1.2246467991473532e-16f,-0.2868032327110902f,-0.9579895123154889f,0.020621837270942307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,0.1377317572440359f,-0.0005008090088713077f,-0.19427083333333334f,0.12781576583744952f,0.9177937403372403f,-0.3759225720825564f,1.0630720747431261f,-0.05131683706718165f,-0.3724038308667736f,-0.9266509423667425f,0.01971070921881947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,-0.13725129470651073f,0.011505210323149915f,0.19322916666666667f,-0.12781576583744955f,0.8848192021516889f,-0.44806038600509535f,1.063196620415057f,0.051316837067181424f,-0.44526066703116196f,-0.8939292592976165f,0.00825298269040514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.535961311941368e-17f,1.0923786459780061e-16f,-0.007812500000000009f,0f,0.8919948565893142f,-0.45204554617671966f,0.9244210763903922f,-1.2246467991473532e-16f,-0.45204554617671966f,-0.8919948565893142f,0.07126982553115632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.562824585278072e-17f,1.1364708974283846e-16f,1.4670248114786003e-18f,0f,0.9279989121921846f,-0.37258290214410295f,1.1317708333333334f,-1.2246467991473532e-16f,-0.37258290214410295f,-0.9279989121921846f,-0.011979166666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5434186624849701f,-0.17871158300067572f,-0.8202184631940684f,-0.05580768965979667f,1.3877787807814457e-17f,0.9770765481146769f,-0.21288827850379044f,1.1913745416666668f,0.8394618259712866f,0.11568746356325753f,0.5309616309219093f,0.4311128689779641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5434186624849701f,-0.17871158300067572f,-0.8202184631940684f,-0.0048621900518307365f,1.3877787807814457e-17f,0.9770765481146769f,-0.21288827850379044f,1.1913745416666668f,0.8394618259712866f,0.11568746356325753f,0.5309616309219093f,0.5098124151627722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5434186624849701f,-0.17871158300067572f,-0.8202184631940684f,0.09269782962329658f,1.3877787807814457e-17f,0.9770765481146769f,-0.21288827850379044f,1.2233077834422355f,0.8394618259712866f,0.11568746356325753f,0.5309616309219093f,0.39081839743208174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6360348972056136f,-0.5368713921946924f,-0.5542821644068819f,0.5757002312920676f,-0.5023508075490427f,0.8333194541840886f,-0.2306997040161894f,2.061599475068696f,0.5857501819815931f,0.13171103037052578f,-0.7997180308003973f,-0.40307108455642165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.08922673835272454f,-0.5368713921946924f,-0.838932474878561f,0.6045968709806598f,-0.09915845183032326f,0.8333194541840886f,-0.5438256050508712f,2.0933868506888795f,0.9910631617578913f,0.13171103037052578f,0.021119040820702983f,-0.4863994078678207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3082308233449851f,-0.5368713921946924f,-0.7853425162201558f,0.7079499285693871f,-0.33906533994862065f,0.8333194541840886f,-0.43659292541663913f,2.142982101691284f,0.8888354486549236f,0.13171103037052578f,-0.4388892225757378f,-0.3789018628257605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001533783959881304f,-3.8014319237475983e-7f,0.0000029574976913556347f,-0.014162984375000085f,-6.391698723098582e-7f,0.00001555642093215488f,-0.0000013152393911166629f,1.3432704979166668f,-0.000002912518380270618f,-0.0000014120495511506159f,-0.00001528607136414328f,0.6625559291666667f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2.mcfunction new file mode 100644 index 000000000..1ce1756d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20.mcfunction new file mode 100644 index 000000000..9aa2b613f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..1d438e066 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6124745440736786f,-0.1079957871173054f,-0.5292979192015567f,0.048846169246326385f,-0.12245504460590277f,0.8071066250870942f,-0.022980475093684442f,1.3166334193729117f,0.5261407980348514f,0.0621309113878007f,-0.6214982340584849f,-0.57125930848967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5947894471335905f,0.1318616458258621f,-0.5184959208505046f,0.048846169246326385f,0.19173808085758304f,0.7763567101248334f,-0.022511485806058232f,1.3166334193729117f,0.4994617321953392f,-0.14100625874137757f,-0.60881459662872f,-0.57125930848967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6124745440736784f,0.10799578711730536f,0.5292979192015569f,-0.04884616924632626f,0.12245504460590277f,0.8071066250870942f,-0.022980475093684442f,1.3166334193729117f,-0.5261407980348516f,0.06213091138780074f,-0.6214982340584847f,-0.57125930848967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5947894471335903f,-0.13186164582586204f,0.5184959208505048f,-0.04884616924632626f,-0.19173808085758304f,0.7763567101248334f,-0.022511485806058232f,1.3166334193729117f,-0.4994617321953394f,-0.14100625874137762f,-0.6088145966287197f,-0.57125930848967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.0000068859566735671805f,0.000004703801235043752f,0.00001321357179686691f,-0.2926170649237781f,-5.263018733959107e-7f,0.000014623098216228789f,-0.000005479838491834085f,1.5522654553601551f,-0.000014015963471264312f,-0.000002860048513526891f,-0.000006285977686283734f,0.41041748346657003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.023062869964313094f,-0.9923960623956462f,-0.12090558039489341f,-0.3121767594273593f,0.24409863568001416f,0.11168767213968281f,-0.9632973164870618f,1.4817151929916168f,0.9694761266210555f,-0.05172928796760676f,0.23966668662582122f,0.1717468720284023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.04427059400489321f,-0.9923960623956462f,-0.1148484647179524f,-0.29843749999999997f,0.06826029386323411f,0.11168767213968281f,-0.991396185272933f,1.455639873124728f,0.9966848282120877f,-0.05172928796760676f,0.06279676725919585f,-0.1964617285636188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.02146703330505181f,0.9925249880926786f,0.12013873019433552f,0.3111165734020278f,-0.23514556334200049f,0.1117829447193164f,-0.9655108167754783f,1.4786008856994717f,-0.9717230729593965f,-0.04897674225084638f,0.23098819925883873f,0.1725807792515307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.028840208324702455f,0.9930185030815357f,0.11437873456850883f,0.2984375000000001f,-0.057505147406556656f,0.11258856978909962f,-0.9919762960749591f,1.455639873124728f,-0.9979285547600778f,-0.03518616902350584f,0.053856597589443805f,-0.1964617285636187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.5554052642546247e-17f,1.1367684950973397e-16f,-0.15625f,0f,0.9282419191303175f,-0.3719770686067424f,1.2142749153785999f,-1.2246467991473532e-16f,-0.3719770686067424f,-0.9282419191303175f,-0.020380388420547013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.020744276813753e-17f,1.2078599705011762e-16f,-0.15625f,0f,0.9862925141699105f,-0.1650062922812254f,1.3981734724587005f,-1.2246467991473532e-16f,-0.1650062922812254f,-0.9862925141699105f,-0.057483396436838696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.579203679417499e-17f,1.1358119207359773e-16f,0.15625f,0f,0.9274608168875906f,-0.3739203566780005f,1.214431944976973f,-1.2246467991473532e-16f,-0.3739203566780005f,-0.9274608168875906f,-0.019610403702153292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0713211210636352e-17f,1.2070029290752423e-16f,0.15625f,0f,0.9855926867367839f,-0.16913620502709598f,1.3981734724587005f,-1.2246467991473532e-16f,-0.16913620502709598f,-0.9855926867367839f,-0.05748339643683867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-6.158277647391032e-18f,1.2230974385974414e-16f,0.29375000000000007f,0f,0.9987348511007497f,0.05028615313148794f,2.0857858463819365f,-1.2246467991473532e-16f,0.05028615313148794f,-0.9987348511007497f,-0.21681323265707564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-6.158277647391032e-18f,1.2230974385974414e-16f,0.33125000000000004f,0f,0.9987348511007497f,0.05028615313148794f,1.96565831685042f,-1.2246467991473532e-16f,0.05028615313148794f,-0.9987348511007497f,-0.3167303940892069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-6.158277647391032e-18f,1.2230974385974414e-16f,-0.29374999999999996f,0f,0.9987348511007497f,0.05028615313148794f,2.0857858463819365f,-1.2246467991473532e-16f,0.05028615313148794f,-0.9987348511007497f,-0.2168132326570757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-6.158277647391032e-18f,1.2230974385974414e-16f,-0.33124999999999993f,0f,0.9987348511007497f,0.05028615313148794f,1.96565831685042f,-1.2246467991473532e-16f,0.05028615313148794f,-0.9987348511007497f,-0.316730394089207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2230974385974414e-16f,0.19523827377799088f,0.1562365521489804f,0.9864387677782314f,0.05028615313148794f,2.1935235145947383f,0.007866487464055326f,0.04966704714135233f,-0.9987348511007497f,-0.23329136706891013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2230974385974414e-16f,0.0800532618111328f,0f,0.9987348511007497f,0.05028615313148794f,2.203588147960236f,-1.231653667943533e-16f,0.05028615313148794f,-0.9987348511007497f,-0.23278461425651764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2230974385974414e-16f,0.05771677939820301f,0.24161582837974527f,0.9690681577059511f,0.05028615313148794f,2.1992739280144784f,0.01216532148798461f,0.0487924394743431f,-0.9987348511007497f,-0.23300183459742813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2230974385974414e-16f,0.08682420206637906f,-0.06966822141815233f,0.9963019831997063f,0.05028615313148794f,2.2092624534959255f,-0.003507784720609825f,0.05016365858983285f,-0.9987348511007497f,-0.23249891380582438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2230974385974414e-16f,0.1446100421182231f,0.08704547775565763f,0.9949343634660157f,0.05028615313148794f,2.3154385764565903f,0.004382727026097186f,0.05009479913701793f,-0.9987348511007497f,-0.25844254758743807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2230974385974414e-16f,0.12500000000000003f,0.08704547775565763f,0.9949343634660157f,0.05028615313148794f,2.091578344676737f,0.004382727026097186f,0.05009479913701793f,-0.9987348511007497f,-0.2697138773932671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2230974385974414e-16f,-0.19523827377799083f,-0.1562365521489804f,0.9864387677782314f,0.05028615313148794f,2.1935235145947383f,-0.007866487464055567f,0.04966704714135229f,-0.9987348511007497f,-0.23329136706891013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2230974385974414e-16f,-0.08005326181113276f,0f,0.9987348511007497f,0.05028615313148794f,2.203588147960236f,-1.231653667943533e-16f,0.05028615313148794f,-0.9987348511007497f,-0.2327846142565176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2230974385974414e-16f,-0.05771677939820295f,-0.24161582837974527f,0.9690681577059511f,0.05028615313148794f,2.1992739280144784f,-0.01216532148798485f,0.04879243947434303f,-0.9987348511007497f,-0.2330018345974281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2230974385974414e-16f,-0.086824202066379f,0.06966822141815233f,0.9963019831997063f,0.05028615313148794f,2.2092624534959255f,0.0035077847206095797f,0.05016365858983286f,-0.9987348511007497f,-0.23249891380582438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2230974385974414e-16f,-0.14461004211822304f,-0.08704547775565763f,0.9949343634660157f,0.05028615313148794f,2.3154385764565903f,-0.004382727026097431f,0.0500947991370179f,-0.9987348511007497f,-0.25844254758743807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2230974385974414e-16f,-0.12499999999999997f,-0.08704547775565763f,0.9949343634660157f,0.05028615313148794f,2.091578344676737f,-0.004382727026097431f,0.0500947991370179f,-0.9987348511007497f,-0.2697138773932671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-6.158277647391032e-18f,1.2230974385974414e-16f,3.236436146219953e-17f,0f,0.9987348511007497f,0.05028615313148794f,1.5781552912022436f,-1.2246467991473532e-16f,0.05028615313148794f,-0.9987348511007497f,-0.26427506677625623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,4.5251530296639706e-18f,1.223810476204412e-16f,3.066742907607554e-17f,0f,0.999317090492113f,-0.03695067861863973f,1.2034113822677013f,-1.2246467991473532e-16f,-0.03695067861863973f,-0.999317090492113f,-0.25041856229426634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9710282725245568f,-0.23817263365275135f,-0.019439406803894693f,0.20270118885441962f,-0.23828016616752132f,0.9711905672515473f,0.003382971001403945f,0.5984239867449231f,0.018073637407932823f,0.007916985570924018f,-0.9998053135337481f,-0.1019815887886886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9710282725245568f,-0.22453343549758842f,0.08178526946599436f,0.12500000000000003f,-0.23828016616752132f,0.8838887386868309f,-0.40244659277198697f,0.9033171412228391f,0.018073637407932823f,-0.410274827361189f,-0.9117828193515127f,-0.2569066661748738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.971194864660253f,0.154726472343175f,0.18121880038723798f,-0.1995655316596921f,0.2376041442508295f,0.6863383698292921f,0.6873746523802728f,0.6195260919086298f,-0.018022360899280995f,0.7106330704775189f,-0.7033319512515477f,-0.12065197688992627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.971194864660253f,0.23421193623904268f,-0.04387828370289254f,-0.12499999999999997f,0.2376041442508295f,0.9379259748740011f,-0.2526640779602154f,0.9136914143100778f,-0.018022360899280995f,-0.2558117170494999f,-0.9665586169124988f,-0.2606315137101962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984686283732773f,0.17433566080564483f,1.1558397680639848e-16f,-0.0063499999999999685f,0.16454057601846755f,0.9293614833255538f,-0.33047485858146236f,1.0965325846880158f,-0.057613552850451374f,-0.32541406036369386f,-0.943814795309738f,-0.2629881395983467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984686283732773f,-0.17433522576410193f,-0.00038946928047719917f,-0.0063499999999999685f,-0.16454057601846755f,0.9300974514799811f,-0.32839782215166297f,1.0971025592155768f,0.05761355285045114f,-0.3233047475807059f,-0.9445394214746806f,-0.2628007111436452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.0471497776046204e-17f,1.1558397680639848e-16f,-0.0063499999999999685f,0f,0.943814795309738f,-0.33047485858146236f,1.0965325846880158f,-1.2246467991473532e-16f,-0.33047485858146236f,-0.943814795309738f,-0.2629881395983467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9845643345292053f,0.17502305897527604f,1.222734421395843e-16f,-0.006349999999999969f,0.17474974735251378f,0.9830268635378999f,0.05586332753311009f,1.1203006249827991f,0.009777370469382566f,0.05500103989722359f,-0.9984384250603181f,-0.25539210312048793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9845643345292053f,-0.17502305897527604f,1.222734421395843e-16f,-0.006349999999999969f,-0.17474974735251378f,0.9830268635378999f,0.05586332753311009f,1.1203006249827991f,-0.00977737046938281f,0.05500103989722355f,-0.9984384250603181f,-0.25539210312048793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-6.8412845253143475e-18f,1.222734421395843e-16f,-0.006349999999999969f,0f,0.9984384250603181f,0.05586332753311009f,1.1203006249827991f,-1.2246467991473532e-16f,0.05586332753311009f,-0.9984384250603181f,-0.25539210312048793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9759928488370193f,0.2175885835477709f,-0.009652322449749444f,-0.20009999999999997f,0.21717872015517348f,0.9688893650222586f,-0.11868783365840607f,1.136044998679802f,-0.01647308504075819f,-0.11793475593072363f,-0.9928847016712467f,-0.2636681439679658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9759928488370193f,-0.21760184862793f,0.009348502163804522f,0.18740000000000004f,-0.2171787201551735f,0.9690541399970665f,-0.11733489364339483f,1.1359826633691201f,0.016473085040757954f,-0.1165483128503085f,-0.9930484017614583f,-0.26347810502895014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.9870066281462506e-17f,1.2084195584559554e-16f,-0.00781249999999997f,0f,0.9867494524113436f,-0.16225140420321044f,0.9847524887953621f,-1.2246467991473532e-16f,-0.16225140420321044f,-0.9867494524113436f,-0.245110727611246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,9.26238426352192e-18f,1.2211390610562516e-16f,3.20869707844598e-17f,0f,0.997135714482295f,-0.07563310719442334f,1.20755f,-1.2246467991473532e-16f,-0.07563310719442334f,-0.997135714482295f,-0.26200999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.034899496702500574f,0.06101135041404862f,-0.9975267616713677f,-1.3583285438027726f,-3.469446951953614e-18f,0.9981347984218669f,0.061048539534856915f,1.9991504491698524f,0.9993908270190954f,-0.002130563304189231f,0.03483440210617515f,-0.6792512199617884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.034899496702500574f,0.06101135041404862f,-0.9975267616713677f,-1.3550567159869131f,-3.469446951953614e-18f,0.9981347984218669f,0.061048539534856915f,1.9991504491698524f,0.9993908270190954f,-0.002130563304189231f,0.03483440210617515f,-0.5855583299287482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.034899496702500574f,0.06101135041404862f,-0.9975267616713677f,-1.2070636156441377f,-3.469446951953614e-18f,0.9981347984218669f,0.061048539534856915f,1.989993168239624f,0.9993908270190954f,-0.002130563304189231f,0.03483440210617515f,-0.6376299352611946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.25841120547223145f,-0.10600807902442641f,0.9602009873291838f,1.302653613172952f,-0.020777009563714043f,0.9943408216558116f,0.10418563366623444f,2.0911798658864926f,-0.9658115575825222f,0.006972630091753821f,-0.25915134124604877f,-0.752912936287045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.24228736452074057f,-0.10600807902442641f,0.964395727995072f,1.3261246822815935f,-0.019028527839972668f,0.9943408216558116f,0.104519115558298f,2.09304581593169f,-0.9700179112376416f,0.006972630091753821f,-0.24293339479735257f,-0.6621677455311366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25035807049217584f,-0.10600807902442641f,0.9623321275531571f,1.1700393285942992f,-0.01990346714876981f,0.9943408216558116f,0.10435603664524304f,2.0764594354123047f,-0.9679487013963564f,0.006972630091753821f,-0.25105117783972053f,-0.6698826642331327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.554215197644234f,-0.027116175397864165f,0.158385865668269f,-0.016060883789062636f,-0.03472980061005387f,1.5603764987529867f,-0.07365645313858163f,1.4314233544921873f,-0.15689235278139144f,-0.07678636058026474f,-1.5527056689751466f,0.9223131201171874f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21.mcfunction new file mode 100644 index 000000000..aadc8e500 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..2466d1060 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6150823956088286f,-0.10845562170463434f,-0.5261705704210471f,0.048521914326084936f,-0.13382447269897843f,0.8055700704547233f,-0.009608149606299115f,1.3223823671785981f,0.5202971281521639f,0.07898534137849818f,-0.6244971246758286f,-0.5798802002395801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5973219974049563f,0.13242309870389882f,-0.5154323955144952f,0.048521914326084936f,0.18087245220881543f,0.7792281880591224f,-0.009412064920456277f,1.3223823671785981f,0.5004913460272049f,-0.12356194342820354f,-0.6117522853967301f,-0.5798802002395801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6150823956088284f,0.10845562170463431f,0.5261705704210473f,-0.04852191432608481f,0.13382447269897843f,0.8055700704547233f,-0.009608149606299115f,1.3223823671785981f,-0.5202971281521641f,0.0789853413784982f,-0.6244971246758284f,-0.5798802002395802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5973219974049561f,-0.13242309870389876f,0.5154323955144954f,-0.04852191432608481f,-0.18087245220881543f,0.7792281880591224f,-0.009412064920456277f,1.3223823671785981f,-0.5004913460272051f,-0.12356194342820358f,-0.6117522853967299f,-0.5798802002395802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000008568926384693896f,0.000005376443972256632f,0.00001190831540676019f,-0.2095174753429818f,0.0000018033287250107623f,0.000014591210485221115f,-0.000005290104638428671f,1.475978490058814f,-0.000012940716020500869f,-0.0000015267782383695444f,-0.000008622496279360946f,0.41353438766481404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.11365501304120056f,-0.980408996122963f,-0.1608749151725286f,-0.26324110006222723f,0.10862553998410117f,0.17321578346966784f,-0.9788752649955722f,1.440310497178746f,0.9875641903561343f,0.09377895647826809f,0.12618429873831427f,0.1723595357928766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.08806770831622433f,-0.980408996122963f,-0.17618819220677695f,-0.29843749999999997f,-0.04038545405043767f,0.17321578346966784f,-0.9840555408401139f,1.4544583354760394f,0.9952954806754969f,0.09377895647826809f,-0.02433954536918668f,-0.1950733298168727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11425961271820384f,0.9803296067526489f,0.1609304291477627f,0.26640121853742055f,-0.10639905787652376f,0.17313521168548693f,-0.9791340250229335f,1.440160878155957f,-0.9877367976260046f,0.09475262845334961f,0.12408850880201291f,0.17280858916322098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.09246756785060407f,0.9799775254253222f,0.17633433743050803f,0.2984375000000001f,0.043298260758396614f,0.1729681877071399f,-0.9839752368106659f,1.4544583354760394f,-0.9947738484254058f,0.09862076709582945f,-0.026437374800427786f,-0.19507332981687261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.3493455328790593e-17f,1.1448107778223036e-16f,-0.15625f,0f,0.9348089413366902f,-0.35515101463599485f,1.2082194241856024f,-1.2246467991473532e-16f,-0.35515101463599485f,-0.9348089413366902f,-0.030676858228112176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.777941646454231e-17f,1.2116719926118183e-16f,-0.15625f,0f,0.9894052664453388f,-0.1451799529212915f,1.3928255369383453f,-1.2246467991473532e-16f,-0.1451799529212915f,-0.9894052664453388f,-0.06408188231613768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.356088270042437e-17f,1.1445543816253753e-16f,0.15625f,0f,0.9345995779536259f,-0.35570160090854885f,1.2082589066519576f,-1.2246467991473532e-16f,-0.35570160090854885f,-0.9345995779536259f,-0.03045939750719126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.7922150837026667e-17f,1.2114616929970772e-16f,0.15625f,0f,0.9892335437781277f,-0.1463454675217766f,1.3928255369383453f,-1.2246467991473532e-16f,-0.1463454675217766f,-0.9892335437781277f,-0.06408188231613765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-8.795458695373923e-18f,1.2214842501218163e-16f,0.29375000000000007f,0f,0.9974175827448868f,0.0718203705876475f,2.0837151402437284f,-1.2246467991473532e-16f,0.0718203705876475f,-0.9974175827448868f,-0.20854062911551408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-8.795458695373923e-18f,1.2214842501218163e-16f,0.33125000000000004f,0f,0.9974175827448868f,0.0718203705876475f,1.9657711021432096f,-1.2246467991473532e-16f,0.0718203705876475f,-0.9974175827448868f,-0.3110260738213031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-8.795458695373923e-18f,1.2214842501218163e-16f,-0.29374999999999996f,0f,0.9974175827448868f,0.0718203705876475f,2.0837151402437284f,-1.2246467991473532e-16f,0.0718203705876475f,-0.9974175827448868f,-0.20854062911551413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-8.795458695373923e-18f,1.2214842501218163e-16f,-0.33124999999999993f,0f,0.9974175827448868f,0.0718203705876475f,1.9657711021432096f,-1.2246467991473532e-16f,0.0718203705876475f,-0.9974175827448868f,-0.3110260738213032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2214842501218163e-16f,0.19523827377799088f,0.15603048597841657f,0.9851377171817107f,0.0718203705876475f,2.1917832211090387f,0.011235181251869647f,0.07093614264664141f,-0.9974175827448868f,-0.22269068083679744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2214842501218163e-16f,0.08005326181113279f,0f,0.9974175827448868f,0.0718203705876475f,2.201834579857123f,-1.231653667943533e-16f,0.0718203705876475f,-0.9974175827448868f,-0.2219669194727656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2214842501218163e-16f,0.05771677939820301f,0.24129715232208143f,0.9677900178498987f,0.0718203705876475f,2.1975260500957106f,0.017374920195234185f,0.06968699864075269f,-0.9974175827448868f,-0.22227716084960292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2214842501218163e-16f,0.08682420206637906f,-0.0695763334226726f,0.9949879236433526f,0.0718203705876475f,2.2075014013412493f,-0.005009935795190704f,0.07164541977457518f,-0.9974175827448868f,-0.22155887250619422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2214842501218163e-16f,0.1446100421182231f,0.08693067025370442f,0.9936221077139411f,0.0718203705876475f,2.3142125016129116f,0.006259557742978358f,0.0715470723943988f,-0.9974175827448868f,-0.24520590825201008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2214842501218163e-16f,0.12500000000000003f,0.08693067025370442f,0.9936221077139411f,0.0718203705876475f,2.0906475273772753f,0.006259557742978358f,0.0715470723943988f,-0.9974175827448868f,-0.2613039995407498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2214842501218163e-16f,-0.19523827377799083f,-0.15603048597841657f,0.9851377171817107f,0.0718203705876475f,2.1917832211090387f,-0.01123518125186989f,0.07093614264664137f,-0.9974175827448868f,-0.22269068083679747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2214842501218163e-16f,-0.08005326181113276f,0f,0.9974175827448868f,0.0718203705876475f,2.201834579857123f,-1.222980050563649e-16f,0.0718203705876475f,-0.9974175827448868f,-0.22196691947276556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2214842501218163e-16f,-0.05771677939820295f,-0.24129715232208143f,0.9677900178498987f,0.0718203705876475f,2.1975260500957106f,-0.017374920195234424f,0.06968699864075262f,-0.9974175827448868f,-0.2222771608496029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2214842501218163e-16f,-0.086824202066379f,0.0695763334226726f,0.9949879236433526f,0.0718203705876475f,2.2075014013412493f,0.00500993579519046f,0.0716454197745752f,-0.9974175827448868f,-0.22155887250619422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2214842501218163e-16f,-0.14461004211822304f,-0.08693067025370442f,0.9936221077139411f,0.0718203705876475f,2.3142125016129116f,-0.006259557742978603f,0.07154707239439877f,-0.9974175827448868f,-0.24520590825201008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2214842501218163e-16f,-0.12499999999999997f,-0.08693067025370442f,0.9936221077139411f,0.0718203705876475f,2.0906475273772753f,-0.006259557742978603f,0.07154707239439877f,-0.9974175827448868f,-0.2613039995407498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-8.795458695373923e-18f,1.2214842501218163e-16f,3.269104496394653e-17f,0f,0.9974175827448868f,0.0718203705876475f,1.5772266296396567f,-1.2246467991473532e-16f,0.0718203705876475f,-0.9974175827448868f,-0.26694264000614143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.8839473877768737e-18f,1.2245018811279414e-16f,3.19845646935302e-17f,0f,0.9998816654569196f,-0.015383597859305646f,1.2022710050933119f,-1.2246467991473532e-16f,-0.015383597859305646f,-0.9998816654569196f,-0.2611737908089018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9681558116791579f,-0.2499236924335061f,-0.014576428652903373f,0.20537445490965356f,-0.24993260290035882f,0.968262446377262f,-0.00123650433536443f,0.6001012266810019f,0.014422840196108157f,0.0024459958957618877f,-0.9998929936671999f,-0.11527345711802159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9681558116791579f,-0.23281292623409716f,0.09204599768695956f,0.12500000000000003f,-0.24993260290035882f,0.8776646821326876f,-0.408947918131857f,0.9023299430273115f,0.014422840196108157f,-0.418930599401912f,-0.9079037033548393f,-0.2732302709411966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9682049488106589f,0.16283578802669946f,0.18990440552097052f,-0.20330427602526802f,0.24974281686611904f,0.6729225260907725f,0.6962785357192836f,0.6169613813729057f,-0.014411888229011958f,0.7215675852041424f,-0.6921939883156578f,-0.14224000371922135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9682049488106589f,0.24585275469843404f,-0.04621255355140023f,-0.12499999999999997f,0.24974281686611904f,0.9393177923777966f,-0.23518207913503691f,0.9127607878560067f,-0.014411888229011958f,-0.2392457061886258f,-0.9708520945787675f,-0.27690733720419797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9847736382887563f,0.1738415408684753f,1.1627682409952289e-16f,-0.006278124999999967f,0.16505773160740966f,0.9350153137775942f,-0.31385077383687204f,1.0956341813308124f,-0.054560302126565305f,-0.3090719684310781f,-0.9494723227993518f,-0.27567720988313993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9847736382887563f,-0.17384150655353164f,-0.00010922785434920503f,-0.006278124999999967f,-0.16505773160740966f,0.9352123274570818f,-0.31326322447571814f,1.0957935363022575f,0.05456030212656507f,-0.308475336407153f,-0.9496663310133467f,-0.2756216888398917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.843563455892452e-17f,1.1627682409952289e-16f,-0.006278124999999967f,0f,0.9494723227993518f,-0.31385077383687204f,1.0956341813308124f,-1.2246467991473532e-16f,-0.31385077383687204f,-0.9494723227993518f,-0.27567720988313993f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9847394855991866f,0.1740348973678826f,1.2213445844910383e-16f,-0.006278124999999968f,0.17356561872427806f,0.982084172112668f,0.07338702121379542f,1.1192609534993407f,0.012771902705077389f,0.07226709751972953f,-0.9973035371026044f,-0.26765090614352866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9847394855991866f,-0.1740348973678826f,1.2213445844910383e-16f,-0.006278124999999968f,-0.17356561872427806f,0.982084172112668f,0.07338702121379542f,1.1192609534993407f,-0.012771902705077632f,0.07226709751972947f,-0.9973035371026044f,-0.26765090614352866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-8.98731806284335e-18f,1.2213445844910383e-16f,-0.006278124999999968f,0f,0.9973035371026044f,0.07338702121379542f,1.1192609534993407f,-1.2246467991473532e-16f,0.07338702121379542f,-0.9973035371026044f,-0.26765090614352866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762109362059246f,0.21661475915662962f,-0.009500218285257007f,-0.20002812499999997f,0.21646286710557278f,0.9711293303870886f,-0.1002579215142626f,1.1351059857552184f,-0.012491404900463458f,-0.09992932391165393f,-0.9949161246186395f,-0.27550426344152945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762109362059246f,-0.21661847318117128f,0.009415153137913858f,0.18747187500000004f,-0.2164628671055728f,0.9711686266996149f,-0.09987655219729497f,1.1350874914534106f,0.01249140490046322f,-0.09953861356801208f,-0.9949552900570813f,-0.2754511403579872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.768424649494359e-17f,1.2118112580977558e-16f,-0.007812499999999968f,0f,0.9895189853445628f,-0.14440283114491498f,0.9835492317036738f,-1.2246467991473532e-16f,-0.14440283114491498f,-0.9895189853445628f,-0.25981940095579625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,7.055321571061936e-18f,1.2226127867868668e-16f,3.339512318722402e-17f,0f,0.9983391028646769f,-0.05761107264538743f,1.206615625f,-1.2246467991473532e-16f,-0.05761107264538743f,-0.9983391028646769f,-0.27269187500000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.017452406437283286f,0.030533862046344222f,-0.9993813570294788f,-1.3802360263845053f,1.734723475976807e-18f,0.9995335908367129f,0.03053851320982269f,2.0559322458913663f,0.9998476951563912f,-0.000532970544528173f,0.017444266474999515f,-0.7407704879697491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.017452406437283286f,0.030533862046344222f,-0.9993813570294788f,-1.37859986328101f,1.734723475976807e-18f,0.9995335908367129f,0.03053851320982269f,2.0559322458913663f,0.9998476951563912f,-0.000532970544528173f,0.017444266474999515f,-0.6470347665488374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.017452406437283286f,0.030533862046344222f,-0.9993813570294788f,-1.2295107412783357f,1.734723475976807e-18f,0.9995335908367129f,0.03053851320982269f,2.051351468909893f,0.9998476951563912f,-0.000532970544528173f,0.017444266474999515f,-0.6965192672305431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.12882639842887272f,-0.05341268296486219f,0.9902276729956302f,1.3465777203948386f,-0.005145520110737915f,0.998570977255226f,0.05319329850961332f,2.08772422488329f,-0.9916538119175641f,0.0017574646619371898f,-0.12891713860975476f,-0.765392427305989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.1241586473290076f,-0.05341268296486219f,0.9908237560696284f,1.3584364273324339f,-0.00489479639258262f,0.998570977255226f,0.05321695549181669f,2.0881948660258005f,-0.9922503067581822f,0.0017574646619371898f,-0.12424266600590869f,-0.6723966636031019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.12649287400101628f,-0.05341268296486219f,0.990528464066257f,1.2039278042536976f,-0.0050201721867794945f,0.998570977255226f,0.053205274689244145f,2.0799787542511585f,-0.9919548128307953f,0.0017574646619371898f,-0.1265802536724585f,-0.6999075074036767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.561313535370421f,-0.012091568862517924f,0.059666474938278403f,-0.011034104614257915f,-0.013195064782929887f,1.5621806744674847f,-0.028699835987145383f,1.3976583978271482f,-0.05943218433215712f,-0.029181917050765338f,-1.561096563695773f,0.9483404583740234f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22.mcfunction new file mode 100644 index 000000000..af259e787 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..f87436bcf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.10863481427358272f,-0.5249432145773404f,0.04839555568810225f,-0.14181267842799314f,0.80425966495997f,0f,1.3267454769999507f,0.5169681476069161f,0.09115543258997555f,-0.625602961880499f,-0.5867638496017236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248054f,-0.5142300877492314f,0.04839555568810225f,0.17315169115048235f,0.7810368056959469f,0f,1.3267454769999507f,0.5020407814105077f,-0.11129976166780044f,-0.6128355544951828f,-0.5867638496017236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773406f,-0.048395555688102124f,0.14181267842799314f,0.80425966495997f,0f,1.3267454769999507f,-0.5169681476069163f,0.09115543258997558f,-0.6256029618804988f,-0.5867638496017236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492316f,-0.048395555688102124f,-0.17315169115048235f,0.7810368056959469f,0f,1.3267454769999507f,-0.5020407814105079f,-0.11129976166780048f,-0.6128355544951826f,-0.5867638496017236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000009620882099825464f,0.000005910889074612536f,0.000010800029767036948f,-0.15153320841488715f,0.0000031899836399892998f,0.000014435168165551605f,-0.000005058710251521257f,1.4294374405367052f,-0.000011891310146399287f,-9.099095448844226e-7f,-0.0000100950201892948f,0.40298927310391974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.20869964004425723f,-0.9582144152243468f,-0.19562616057588172f,-0.22876829100969287f,0.02384832033468759f,0.20495774768248626f,-0.9784802395971708f,1.415570143884008f,0.9776889678535868f,0.1995431184510893f,0.06562641248920213f,0.16599508378099348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.18137984785384453f,-0.9582144152243468f,-0.22119332098591815f,-0.29843749999999997f,-0.10407300518895987f,0.20495774768248626f,-0.9732220359485606f,1.4533079769999506f,0.9778906689315813f,0.1995431184510893f,-0.0625490487166636f,-0.19479261057037744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.20869964004425745f,0.9582144152243468f,0.1956261605758817f,0.23355936308581465f,-0.02384832033468759f,0.20495774768248626f,-0.9784802395971708f,1.4165949326224205f,-0.9776889678535868f,0.19954311845108952f,0.06562641248920219f,0.16699279937324907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.18137984785384476f,0.9582144152243468f,0.22119332098591815f,0.2984375000000001f,0.10407300518895987f,0.20495774768248626f,-0.9732220359485606f,1.4533079769999506f,-0.9778906689315813f,0.19954311845108952f,-0.06254904871666354f,-0.19479261057037733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.1885387376769924e-17f,1.1507915602278505e-16f,-0.15625f,0f,0.9396926207859085f,-0.34202014332566877f,1.2041653541937365f,-1.2246467991473532e-16f,-0.34202014332566877f,-0.9396926207859085f,-0.03912241914553139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125285e-16f,-0.15625f,0f,0.9914448613738106f,-0.1305261922200516f,1.3892454769999507f,-1.2246467991473532e-16f,-0.1305261922200516f,-0.9914448613738106f,-0.06979261057037736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.1885387376769924e-17f,1.1507915602278505e-16f,0.15625f,0f,0.9396926207859085f,-0.34202014332566877f,1.2041653541937365f,-1.2246467991473532e-16f,-0.34202014332566877f,-0.9396926207859085f,-0.039122419145531336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125285e-16f,0.15625f,0f,0.9914448613738106f,-0.1305261922200516f,1.3892454769999507f,-1.2246467991473532e-16f,-0.1305261922200516f,-0.9914448613738106f,-0.0697926105703773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322975e-17f,1.2199866483456204e-16f,0.29375000000000007f,0f,0.9961946980917458f,0.0871557427476582f,2.0822756194678287f,-1.2246467991473532e-16f,0.0871557427476582f,-0.9961946980917458f,-0.20360589508753205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322975e-17f,1.2199866483456204e-16f,0.33125000000000004f,0f,0.9961946980917458f,0.0871557427476582f,1.9659221330889536f,-1.2246467991473532e-16f,0.0871557427476582f,-0.9961946980917458f,-0.30789361587709047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322975e-17f,1.2199866483456204e-16f,-0.29374999999999996f,0f,0.9961946980917458f,0.0871557427476582f,2.0822756194678287f,-1.2246467991473532e-16f,0.0871557427476582f,-0.9961946980917458f,-0.2036058950875321f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322975e-17f,1.2199866483456204e-16f,-0.33124999999999993f,0f,0.9961946980917458f,0.0871557427476582f,1.9659221330889536f,-1.2246467991473532e-16f,0.0871557427476582f,-0.9961946980917458f,-0.3078936158770905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2199866483456204e-16f,0.19523827377799088f,0.15583918467189656f,0.9839298882679106f,0.0871557427476582f,2.1905485908515367f,0.01363416199191377f,0.08608271092777124f,-0.9961946980917458f,-0.2160917964714516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2199866483456204e-16f,0.08005326181113279f,0f,0.9961946980917458f,0.0871557427476582f,2.2005876261229065f,-1.231653667943533e-16f,0.0871557427476582f,-0.9961946980917458f,-0.2152134946924699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2199866483456204e-16f,0.05771677939820301f,0.24100130974869385f,0.9666034580972276f,0.0871557427476582f,2.196284378837975f,0.021084882497910344f,0.08456684470846296f,-0.9961946980917458f,-0.21558998004625007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2199866483456204e-16f,0.08682420206637906f,-0.06949102930147369f,0.9937680178757649f,0.0871557427476582f,2.20624749979586f,-0.006079677280626881f,0.08694343573875721f,-0.9961946980917458f,-0.2147183199090976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2199866483456204e-16f,0.1446100421182231f,0.08682408883346521f,0.9924038765061043f,0.0871557427476582f,2.3133097489467085f,0.00759612349389585f,0.08682408883346521f,-0.9961946980917458f,-0.23672095674003998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2199866483456204e-16f,0.12500000000000003f,0.08682408883346521f,0.9924038765061043f,0.0871557427476582f,2.0900188767328354f,0.00759612349389585f,0.08682408883346521f,-0.9961946980917458f,-0.2562563767275696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2199866483456204e-16f,-0.19523827377799083f,-0.15583918467189656f,0.9839298882679106f,0.0871557427476582f,2.1905485908515367f,-0.013634161991914012f,0.0860827109277712f,-0.9961946980917458f,-0.2160917964714516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2199866483456204e-16f,-0.08005326181113276f,0f,0.9961946980917458f,0.0871557427476582f,2.2005876261229065f,-1.231653667943533e-16f,0.08715574274765818f,-0.9961946980917458f,-0.21521349469246986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2199866483456204e-16f,-0.05771677939820295f,-0.24100130974869385f,0.9666034580972276f,0.0871557427476582f,2.196284378837975f,-0.02108488249791058f,0.08456684470846289f,-0.9961946980917458f,-0.21558998004625005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2199866483456204e-16f,-0.086824202066379f,0.06949102930147369f,0.9937680178757649f,0.0871557427476582f,2.20624749979586f,0.006079677280626633f,0.08694343573875722f,-0.9961946980917458f,-0.2147183199090976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2199866483456204e-16f,-0.14461004211822304f,-0.08682408883346521f,0.9924038765061043f,0.0871557427476582f,2.3133097489467085f,-0.007596123493896095f,0.08682408883346518f,-0.9961946980917458f,-0.23672095674003998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2199866483456204e-16f,-0.12499999999999997f,-0.08682408883346521f,0.9924038765061043f,0.0871557427476582f,2.0900188767328354f,-0.007596123493896095f,0.08682408883346518f,-0.9961946980917458f,-0.2562563767275696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322975e-17f,1.2199866483456204e-16f,3.304006569686211e-17f,0f,0.9961946980917458f,0.0871557427476582f,1.576745476999951f,-1.2246467991473532e-16f,0.0871557427476582f,-0.9961946980917458f,-0.2697926105703774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473535e-16f,3.304006569686211e-17f,0f,1.0000000000000002f,0f,1.2017454769999507f,-1.2246467991473532e-16f,0f,-1.0000000000000002f,-0.2697926105703774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.25857270672118793f,-0.011289528185853104f,0.20745309443125098f,-0.25857270672118793f,0.9659906575481905f,-0.0014848799591443695f,0.6009183282200978f,0.0112895281858531f,0.001484879959144536f,-0.9999351687408778f,-0.12733661640318283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,-0.2391176183943344f,0.0990457605412877f,0.12500000000000003f,-0.25857270672118793f,0.8748573177533517f,-0.4095910508205588f,0.901998501298514f,0.0112895281858531f,-0.4212451045968754f,-0.9068765673488914f,-0.28610836010395035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.1680895237125138f,0.1968075459068603f,-0.2061089821635266f,0.258572706721188f,0.6598900167381411f,0.7054681574303794f,0.6151466604016604f,-0.01128952818585334f,0.732318972734857f,-0.680868172795516f,-0.16004008608308182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9659258262890683f,0.25448509626807003f,-0.04716602469163356f,-0.12499999999999997f,0.258572706721188f,0.9408983542647787f,-0.21874743948377878f,0.9124770780673046f,-0.01128952818585334f,-0.22348964790178105f,-0.9746409204594679f,-0.28969384178715035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1679664110263902e-16f,-0.006249999999999966f,0.16561121050749114f,0.939227847276016f,-0.3007057995042731f,1.095321358730957f,-0.052217014097794466f,-0.29613740272754274f,-0.9537169507482269f,-0.2857906823500396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1679664110263902e-16f,-0.006249999999999966f,-0.16561121050749114f,0.939227847276016f,-0.3007057995042731f,1.095321358730957f,0.05221701409779423f,-0.29613740272754274f,-0.9537169507482269f,-0.2857906823500396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479538e-17f,1.1679664110263902e-16f,-0.006249999999999966f,0f,0.9537169507482269f,-0.3007057995042731f,1.095321358730957f,-1.2246467991473532e-16f,-0.3007057995042731f,-0.9537169507482269f,-0.2857906823500396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2199866483456202e-16f,-0.0062499999999999665f,0.17298739392508944f,0.9810602621904069f,0.08715574274765817f,1.1188332806115875f,0.015134435901338499f,0.08583165117743131f,-0.9961946980917455f,-0.2774333036055331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2199866483456202e-16f,-0.0062499999999999665f,-0.17298739392508944f,0.9810602621904069f,0.08715574274765817f,1.1188332806115875f,-0.015134435901338741f,0.08583165117743126f,-0.9961946980917455f,-0.2774333036055331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.0673500138322974e-17f,1.2199866483456202e-16f,-0.0062499999999999665f,0f,0.9961946980917455f,0.08715574274765817f,1.1188332806115875f,-1.2246467991473532e-16f,0.08715574274765817f,-0.9961946980917455f,-0.2774333036055331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569764f,-0.19999999999999998f,0.21623361138472558f,0.9725358056363488f,-0.08612277319488447f,1.134767930924156f,-0.009440963361570007f,-0.08612277319488443f,-0.9962397985164155f,-0.28501057517359507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570007f,0.18750000000000003f,-0.21623361138472558f,0.9725358056363488f,-0.08612277319488447f,1.134767930924156f,0.009440963361569767f,-0.08612277319488448f,-0.9962397985164155f,-0.28501057517359507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717836e-17f,1.2141697760125285e-16f,-0.007812499999999967f,0f,0.9914448613738104f,-0.1305261922200516f,0.9830251629903037f,-1.2246467991473532e-16f,-0.1305261922200516f,-0.9914448613738104f,-0.2715037931355577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772723e-18f,1.223481206754078e-16f,3.444319122601931e-17f,0f,0.9990482215818578f,-0.043619387365336f,1.20625f,-1.2246467991473532e-16f,-0.043619387365336f,-0.9990482215818578f,-0.28125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-1.390625f,0f,1f,0f,2.084375f,1f,0f,-3.4450928483976665e-16f,-0.7750000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-1.3906250000000002f,0f,1f,0f,2.084375f,1f,0f,-3.4450928483976665e-16f,-0.6812500000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-1.240625f,0f,1f,0f,2.084375f,1f,0f,-3.4450928483976665e-16f,-0.7281250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-9.957992501029599e-17f,0f,1f,1.390625f,0f,1f,0f,2.084375f,-1f,0f,-9.957992501029599e-17f,-0.7749999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-9.957992501029599e-17f,0f,1f,1.390625f,0f,1f,0f,2.084375f,-1f,0f,-9.957992501029599e-17f,-0.6812499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-9.957992501029599e-17f,0f,1f,1.240625f,0f,1f,0f,2.084375f,-1f,0f,-9.957992501029599e-17f,-0.7281249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5625f,0f,1.9135106236677394e-16f,-0.007217500000000118f,0f,1.5625f,0f,1.3723725f,-1.9135106236677394e-16f,0f,-1.5625f,0.96875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23.mcfunction new file mode 100644 index 000000000..c5ce624fd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..1ff92e1c7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.614863308900344f,-0.1084169908068139f,-0.5264345276641339f,0.04854915511883258f,-0.147898936300268f,0.8031291630181152f,0.007341430072897048f,1.3294729052793544f,0.5167334520367477f,0.10086499917543844f,-0.6243054027733298f,-0.592562713274435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5971092367874339f,0.13237593081057347f,-0.51569096587507f,0.04854915511883258f,0.1672196812489136f,0.7822952505422595f,0.007191604969368538f,1.3294729052793544f,0.5054682359418247f,-0.10242438147754651f,-0.611564476186119f,-0.592562713274435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6148633089003438f,0.10841699080681386f,0.5264345276641341f,-0.048549155118832454f,0.147898936300268f,0.8031291630181152f,0.007341430072897048f,1.3294729052793544f,-0.5167334520367479f,0.10086499917543848f,-0.6243054027733295f,-0.592562713274435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5971092367874337f,-0.13237593081057342f,0.5156909658750702f,-0.048549155118832454f,-0.1672196812489136f,0.7822952505422595f,0.007191604969368538f,1.3294729052793544f,-0.5054682359418249f,-0.10242438147754657f,-0.6115644761861188f,-0.592562713274435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.00001031032731796414f,0.000006315398521146604f,0.000009897146917952754f,-0.10973424840919409f,0.000004066186432352213f,0.000014277449990865597f,-0.0000048745435330589585f,1.399252130756408f,-0.00001101380513236897f,-6.409276694225417e-7f,-0.000011064625309009407f,0.389287221208704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2767378418170625f,-0.9346210804496452f,-0.22338219017095398f,-0.20365444303375266f,-0.031090233088538297f,0.22363089978491482f,-0.97417791910302f,1.3995204689658287f,0.9604423794861069f,0.27653689923864994f,0.03282954532944421f,0.15798064821735608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.24942024451436973f,-0.9346210804496452f,-0.2535211581022968f,-0.29843749999999997f,-0.14212605233224174f,0.22363089978491482f,-0.9642558819679777f,1.4513720369430527f,0.9579090389357671f,0.27653689923864994f,-0.07705593088548056f,-0.19525198070505312f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.27673784181706274f,0.9346210804496452f,0.22338219017095395f,0.20832754843600093f,0.031090233088538297f,0.22363089978491482f,-0.97417791910302f,1.4006386234647532f,-0.9604423794861069f,0.27653689923865016f,0.032829545329444265f,0.1593633327135494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.24942024451436995f,0.9346210804496452f,0.2535211581022968f,0.2984375000000001f,0.14212605233224174f,0.22363089978491482f,-0.9642558819679777f,1.4513720369430527f,-0.9579090389357671f,0.27653689923865016f,-0.07705593088548049f,-0.19525198070505306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.9942825689060773e-17f,1.1576773515359055e-16f,-0.15625f,0f,0.9453152960853085f,-0.32615792338550614f,1.2004469745875637f,-1.2246467991473532e-16f,-0.32615792338550614f,-0.9453152960853085f,-0.04669372616323236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4483515613195552e-17f,1.216052038446583e-16f,-0.15625f,0f,0.9929818452906143f,-0.1182668800774194f,1.38589190257907f,-1.2246467991473532e-16f,-0.1182668800774194f,-0.9929818452906143f,-0.07507490271081482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.9942825689060773e-17f,1.1576773515359055e-16f,0.15625f,0f,0.9453152960853085f,-0.32615792338550614f,1.2004469745875637f,-1.2246467991473532e-16f,-0.32615792338550614f,-0.9453152960853085f,-0.046693726163232335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4483515613195552e-17f,1.216052038446583e-16f,0.15625f,0f,0.9929818452906143f,-0.1182668800774194f,1.38589190257907f,-1.2246467991473532e-16f,-0.1182668800774194f,-0.9929818452906143f,-0.0750749027108148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2107288900725093e-17f,1.2186472574987792e-16f,0.29375000000000007f,0f,0.9951010024663837f,0.09886351647801356f,2.0804475824439335f,-1.2246467991473532e-16f,0.09886351647801356f,-0.9951010024663837f,-0.20072991076768917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2107288900725093e-17f,1.2186472574987792e-16f,0.33125000000000004f,0f,0.9951010024663837f,0.09886351647801356f,1.9653284118054493f,-1.2246467991473532e-16f,0.09886351647801356f,-0.9951010024663837f,-0.3063785693086643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2107288900725093e-17f,1.2186472574987792e-16f,-0.29374999999999996f,0f,0.9951010024663837f,0.09886351647801356f,2.0804475824439335f,-1.2246467991473532e-16f,0.09886351647801356f,-0.9951010024663837f,-0.20072991076768926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2107288900725093e-17f,1.2186472574987792e-16f,-0.33124999999999993f,0f,0.9951010024663837f,0.09886351647801356f,1.9653284118054493f,-1.2246467991473532e-16f,0.09886351647801356f,-0.9951010024663837f,-0.3063785693086644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2186472574987792e-16f,0.19523827377799088f,0.1556680929818262f,0.9828496578505804f,0.09886351647801356f,2.188859884497127f,0.01546566131223398f,0.0976463425355693f,-0.9951010024663837f,-0.2119418164555459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2186472574987792e-16f,0.08005326181113279f,0f,0.9951010024663837f,0.09886351647801356f,2.198887898179062f,-1.214306433183765e-16f,0.09886351647801357f,-0.9951010024663837f,-0.21094553095947216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2186472574987792e-16f,0.05771677939820301f,0.24073672082979716f,0.9655422499060918f,0.09886351647801356f,2.1945893753147074f,0.02391724931200991f,0.09592684752323316f,-0.9951010024663837f,-0.21137259020770718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2186472574987792e-16f,0.08682420206637906f,-0.06941473695129904f,0.9926769864379771f,0.09886351647801356f,2.2045415580274605f,-0.006896370291450574f,0.09862268992073608f,-0.9951010024663837f,-0.2103838385360921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2186472574987792e-16f,0.1446100421182231f,0.0867287669788969f,0.9913143427227924f,0.09886351647801356f,2.3118551245021637f,0.008616523209286494f,0.09848731095010305f,-0.9951010024663837f,-0.23112605807094888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2186472574987792e-16f,0.12500000000000003f,0.0867287669788969f,0.9913143427227924f,0.09886351647801356f,2.088809397389536f,0.008616523209286494f,0.09848731095010305f,-0.9951010024663837f,-0.25328570303472203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2186472574987792e-16f,-0.19523827377799083f,-0.1556680929818262f,0.9828496578505804f,0.09886351647801356f,2.188859884497127f,-0.015465661312234223f,0.09764634253556924f,-0.9951010024663837f,-0.21194181645554594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2186472574987792e-16f,-0.08005326181113276f,0f,0.9951010024663837f,0.09886351647801356f,2.198887898179062f,-1.214306433183765e-16f,0.09886351647801356f,-0.9951010024663837f,-0.21094553095947216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2186472574987792e-16f,-0.05771677939820295f,-0.24073672082979716f,0.9655422499060918f,0.09886351647801356f,2.1945893753147074f,-0.02391724931201015f,0.09592684752323309f,-0.9951010024663837f,-0.21137259020770716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2186472574987792e-16f,-0.086824202066379f,0.06941473695129904f,0.9926769864379771f,0.09886351647801356f,2.2045415580274605f,0.00689637029145033f,0.0986226899207361f,-0.9951010024663837f,-0.21038383853609208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2186472574987792e-16f,-0.14461004211822304f,-0.0867287669788969f,0.9913143427227924f,0.09886351647801356f,2.3118551245021637f,-0.008616523209286736f,0.09848731095010302f,-0.9951010024663837f,-0.23112605807094888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2186472574987792e-16f,-0.12499999999999997f,-0.0867287669788969f,0.9913143427227924f,0.09886351647801356f,2.088809397389536f,-0.008616523209286736f,0.09848731095010302f,-0.9951010024663837f,-0.25328570303472203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2107288900725093e-17f,1.2186472574987792e-16f,3.3415265431063863e-17f,0f,0.9951010024663837f,0.09886351647801356f,1.575730648735576f,-1.2246467991473532e-16f,0.09886351647801356f,-0.9951010024663837f,-0.2728563489026295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.4400063236971003e-18f,1.2245621343323617e-16f,3.395526780245028e-17f,0f,0.999930865932079f,0.011758543971206133f,1.2007565740110464f,-1.2246467991473532e-16f,0.011758543971206133f,-0.999930865932079f,-0.2772658028918318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9642503587849752f,-0.26484699925242083f,-0.008792756680055969f,0.2090126041363945f,-0.26486714487659735f,0.9642841791501259f,0.0011905484818164336f,0.6002482414454405f,0.008163402964820966f,0.0034768991581833886f,-0.9999606342373072f,-0.1389505740685231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9642503587849752f,-0.24374887733979297f,0.10396023460264517f,0.12500000000000003f,-0.26486714487659735f,0.8744414080099063f,-0.4064451002565685f,0.9012221704957006f,0.008163402964820966f,-0.41945048426869536f,-0.907741510617858f,-0.2971050124452897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9642627133354017f,0.17121433225119664f,0.20219562829800694f,-0.20815983700307455f,0.26481735668636813f,0.6467761975536119f,0.715228856993156f,0.6128535940050697f,-0.00831788847567863f,0.743213430119416f,-0.669002698067383f,-0.17589067813200338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9642627133354017f,0.26071371676582805f,-0.047178147072522096f,-0.12499999999999996f,0.26481735668636813f,0.9427944584525864f,-0.20251018914795252f,0.911742182881883f,-0.00831788847567863f,-0.2077666166669761f,-0.9781430599508765f,-0.30056703344386404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9848905124510205f,0.17317816976734163f,1.1725536747288902e-16f,-0.006249999999999964f,0.1658116442103133f,0.9429959645377803f,-0.2885569432707064f,1.0945279273047492f,-0.049971763309279674f,-0.2841969957291861f,-0.9574627358233145f,-0.2945141613339758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9848905124510205f,-0.17317816976734157f,1.1725536747288902e-16f,-0.006249999999999964f,-0.1658116442103133f,0.9429959645377803f,-0.2885569432707064f,1.0945279273047492f,0.04997176330927944f,-0.2841969957291861f,-0.9574627358233145f,-0.2945141613339758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.53380336948215e-17f,1.1725536747288902e-16f,-0.006249999999999964f,0f,0.9574627358233145f,-0.2885569432707064f,1.0945279273047492f,-1.2246467991473532e-16f,-0.2885569432707064f,-0.9574627358233145f,-0.2945141613339758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9848905124510205f,0.1731781697673416f,1.2187192664547187e-16f,-0.006249999999999965f,0.17233995317814932f,0.9801234475999274f,0.09826987332537741f,1.1179399531051242f,0.01701819680575724f,0.09678506589792786f,-0.9951598022411347f,-0.28588089440177805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9848905124510205f,-0.1731781697673416f,1.2187192664547187e-16f,-0.006249999999999965f,-0.17233995317814932f,0.9801234475999274f,0.09826987332537741f,1.1179399531051242f,-0.017018196805757484f,0.0967850658979278f,-0.9951598022411347f,-0.28588089440177805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2034588582053933e-17f,1.2187192664547187e-16f,-0.006249999999999965f,0f,0.9951598022411347f,0.09826987332537741f,1.1179399531051242f,-1.2246467991473532e-16f,0.09826987332537741f,-0.9951598022411347f,-0.28588089440177805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9763990913756959f,0.21576765257983155f,-0.009441104856134749f,-0.19999999999999998f,0.21586506442617848f,0.9735843246199044f,-0.0744032043307696f,1.133620976210835f,-0.006862093047842063f,-0.07468522581202752f,-0.9971835481617258f,-0.29325938110464805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9763990913756959f,-0.21576765257983155f,0.009441104856134992f,0.18750000000000003f,-0.21586506442617848f,0.9735843246199044f,-0.0744032043307696f,1.133620976210835f,0.006862093047841824f,-0.07468522581202758f,-0.9971835481617258f,-0.293259381104648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4556056383150967e-17f,1.2159654209388154e-16f,-0.007812499999999966f,0f,0.9929111167280378f,-0.11885922041592285f,0.9820715020418792f,-1.2246467991473532e-16f,-0.11885922041592285f,-0.9929111167280378f,-0.2815486995856789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.902829252280373e-18f,1.2240247444576487e-16f,3.535180978622653e-17f,0f,0.9994920537985829f,-0.031869019336821645f,1.2053955078125f,-1.2246467991473532e-16f,-0.031869019336821645f,-0.9994920537985829f,-0.28866943359374997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.06027719027263555f,-8.494970141937813e-19f,-0.9981816770171833f,-1.3931777448466074f,-0.002461333820490285f,0.9999969598674735f,-0.00014863254900201173f,2.083613587952985f,0.9981786424125997f,0.0024658174730730043f,0.06027700702198879f,-0.7732925064035425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.06027719027263555f,-8.494970141937813e-19f,-0.9981816770171833f,-1.3875267582585478f,-0.002461333820490285f,0.9999969598674735f,-0.00014863254900201173f,2.0833828379073145f,0.9981786424125997f,0.0024658174730730043f,0.06027700702198879f,-0.6797132586773613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.06027719027263555f,-8.494970141937813e-19f,-0.9981816770171833f,-1.240625f,-0.002461333820490285f,0.9999969598674735f,-0.00014863254900201173f,2.0835205078125f,0.9981786424125997f,0.0024658174730730043f,0.06027700702198879f,-0.7355444335937502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.06027719027263599f,-2.4554591905768733e-19f,0.9981816770171833f,1.3875267582585478f,-0.002461333820490285f,0.9999969598674735f,-0.00014863254900201173f,2.0833828379073145f,-0.9981786424125997f,-0.0024658174730730043f,-0.06027700702198924f,-0.7913756085101388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.06027719027263599f,-2.4554591905768733e-19f,0.9981816770171833f,1.3931777448466074f,-0.002461333820490285f,0.9999969598674735f,-0.00014863254900201173f,2.083613587952985f,-0.9981786424125997f,-0.0024658174730730043f,-0.06027700702198924f,-0.6977963607839576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.06027719027263599f,-2.4554591905768733e-19f,0.9981816770171833f,1.240625f,-0.002461333820490285f,0.9999969598674735f,-0.00014863254900201173f,2.0835205078125f,-0.9981786424125997f,-0.0024658174730730043f,-0.06027700702198924f,-0.7355444335937498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.557506222889501f,-0.12482233638448059f,1.9135106236677394e-16f,-0.0021540234375001356f,-0.12482233638448059f,1.557506222889501f,0f,1.338482119140625f,-1.9073950105137115e-16f,-1.5286327471534835e-17f,-1.5625f,1.0010827636718749f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24.mcfunction new file mode 100644 index 000000000..50252ce5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..9643f2172 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.61184864017274f,-0.10788542337223925f,-0.5300437919521425f,0.04892399285581571f,-0.15146053010481278f,0.8024161163801634f,0.011512099642968874f,1.329444526244272f,0.5192739101703285f,0.1069278076162288f,-0.6211807262135945f,-0.5955534508699674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5941816160999578f,0.131726892929917f,-0.5192265717082212f,0.04892399285581571f,0.16372904802051935f,0.7829850729885781f,0.011277158833928694f,1.329444526244272f,0.5100402003010517f,-0.09788973978973162f,-0.6085035685357661f,-0.5955534508699674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6118486401727398f,0.1078854233722392f,0.5300437919521427f,-0.048923992855815585f,0.15146053010481278f,0.8024161163801634f,0.011512099642968874f,1.329444526244272f,-0.5192739101703288f,0.10692780761622883f,-0.6211807262135943f,-0.5955534508699674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5941816160999576f,-0.13172689292991693f,0.5192265717082214f,-0.048923992855815585f,-0.16372904802051935f,0.7829850729885781f,0.011277158833928694f,1.329444526244272f,-0.5100402003010519f,-0.09788973978973166f,-0.6085035685357659f,-0.5955534508699674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010683112424698646f,0.000006545174850884906f,0.000009336617165365258f,-0.08561057434346721f,0.000004518315409692842f,0.000014176997844944464f,-0.000004768457084107221f,1.3820160029358677f,-0.000010468837556280145f,-5.603956421885155e-7f,-0.000011585768077448921f,0.3794265879829932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.315849769523325f,-0.9180244610854491f,-0.23972903858488442f,-0.18905494637614367f,-0.05984311010740344f,0.2328851471078184f,-0.9706612748169379f,1.389686648394729f,0.9469201261271912f,0.3209292711881238f,0.018619281133383778f,0.15234900484075292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2889965967320641f,-0.9180244610854491f,-0.2714996425891851f,-0.29843749999999997f,-0.16120455939431091f,0.2328851471078184f,-0.9590503627479925f,1.4486149824353372f,0.9436599266196328f,0.3209292711881238f,-0.08068671381887399f,-0.19551391576867727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3158497695233252f,0.9180244610854491f,0.2397290385848844f,0.19364506868157094f,0.05984311010740344f,0.2328851471078184f,-0.9706612748169379f,1.3908510741302682f,-0.9469201261271911f,0.32092927118812403f,0.018619281133383833f,0.15395365119669358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.28899659673206435f,0.9180244610854491f,0.2714996425891851f,0.2984375000000001f,0.16120455939431091f,0.2328851471078184f,-0.9590503627479925f,1.4486149824353372f,-0.9436599266196327f,0.32092927118812403f,-0.08068671381887392f,-0.19551391576867716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.772612683862468e-17f,1.165089575113201e-16f,-0.15625f,0f,0.9513678359543186f,-0.30805720363529365f,1.1966942224646129f,-1.2246467991473532e-16f,-0.30805720363529365f,-0.9513678359543186f,-0.051281534626161605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.3483390127024172e-17f,1.2172015452381356e-16f,-0.15625f,0f,0.9939204888181625f,-0.11010023572847151f,1.3823661876447155f,-1.2246467991473532e-16f,-0.11010023572847151f,-0.9939204888181625f,-0.07813733188036351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.772612683862468e-17f,1.165089575113201e-16f,0.15625f,0f,0.9513678359543186f,-0.30805720363529365f,1.1966942224646129f,-1.2246467991473532e-16f,-0.30805720363529365f,-0.9513678359543186f,-0.05128153462616158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3483390127024172e-17f,1.2172015452381356e-16f,0.15625f,0f,0.9939204888181625f,-0.11010023572847151f,1.3823661876447155f,-1.2246467991473532e-16f,-0.11010023572847151f,-0.9939204888181625f,-0.07813733188036348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.293223307068105e-17f,1.2177994569888823e-16f,0.29375000000000007f,0f,0.9944087208138392f,0.10559969682430045f,2.0777568310706185f,-1.2246467991473532e-16f,0.10559969682430045f,-0.9944087208138392f,-0.19908619098215363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.293223307068105e-17f,1.2177994569888823e-16f,0.33125000000000004f,0f,0.9944087208138392f,0.10559969682430045f,1.963355712546167f,-1.2246467991473532e-16f,0.10559969682430045f,-0.9944087208138392f,-0.3055119706614886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.293223307068105e-17f,1.2177994569888823e-16f,-0.29374999999999996f,0f,0.9944087208138392f,0.10559969682430045f,2.0777568310706185f,-1.2246467991473532e-16f,0.10559969682430045f,-0.9944087208138392f,-0.19908619098215372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.293223307068105e-17f,1.2177994569888823e-16f,-0.33124999999999993f,0f,0.9944087208138392f,0.10559969682430045f,1.963355712546167f,-1.2246467991473532e-16f,0.10559969682430045f,-0.9944087208138392f,-0.3055119706614887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2177994569888823e-16f,0.19523827377799088f,0.15555979627185323f,0.9821658993339545f,0.10559969682430045f,2.1862425702585875f,0.01651943208111989f,0.10429958932374297f,-0.9944087208138392f,-0.20956371256247863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2177994569888823e-16f,0.08005326181113279f,0f,0.9944087208138392f,0.10559969682430045f,2.1962636075533353f,-1.231653667943533e-16f,0.10559969682430047f,-0.9944087208138392f,-0.20849954399874732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2177994569888823e-16f,0.05771677939820301f,0.24056924274012476f,0.9648705319772488f,0.10559969682430045f,2.1919680751276447f,0.025546878830484863f,0.1024629345246597f,-0.9944087208138392f,-0.20895570142411726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2177994569888823e-16f,0.08682420206637906f,-0.06936644582437979f,0.9919863911487443f,0.10559969682430045f,2.2019133342080455f,-0.007366262478912028f,0.10534246127025866f,-0.9944087208138392f,-0.20789958001071102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2177994569888823e-16f,0.1446100421182231f,0.08666843065727882f,0.9906246954109414f,0.10559969682430045f,2.3093648986844144f,0.009203620010649305f,0.10519785809646387f,-0.9944087208138392f,-0.22791463715110857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2177994569888823e-16f,0.12500000000000003f,0.08666843065727882f,0.9906246954109414f,0.10559969682430045f,2.086474342216953f,0.009203620010649305f,0.10519785809646387f,-0.9944087208138392f,-0.2515841552228129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2177994569888823e-16f,-0.19523827377799083f,-0.15555979627185323f,0.9821658993339545f,0.10559969682430045f,2.1862425702585875f,-0.01651943208112013f,0.10429958932374293f,-0.9944087208138392f,-0.20956371256247872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2177994569888823e-16f,-0.08005326181113276f,0f,0.9944087208138392f,0.10559969682430045f,2.1962636075533353f,-1.214306433183765e-16f,0.10559969682430045f,-0.9944087208138392f,-0.20849954399874737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2177994569888823e-16f,-0.05771677939820295f,-0.24056924274012476f,0.9648705319772488f,0.10559969682430045f,2.1919680751276447f,-0.0255468788304851f,0.10246293452465963f,-0.9944087208138392f,-0.2089557014241173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2177994569888823e-16f,-0.086824202066379f,0.06936644582437979f,0.9919863911487443f,0.10559969682430045f,2.2019133342080455f,0.007366262478911785f,0.10534246127025867f,-0.9944087208138392f,-0.20789958001071104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2177994569888823e-16f,-0.14461004211822304f,-0.08666843065727882f,0.9906246954109414f,0.10559969682430045f,2.3093648986844144f,-0.009203620010649548f,0.10519785809646384f,-0.9944087208138392f,-0.22791463715110863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2177994569888823e-16f,-0.12499999999999997f,-0.08666843065727882f,0.9906246954109414f,0.10559969682430045f,2.086474342216953f,-0.009203620010649548f,0.10519785809646384f,-0.9944087208138392f,-0.25158415522281297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.293223307068105e-17f,1.2177994569888823e-16f,3.363231918661466e-17f,0f,0.9944087208138392f,0.10559969682430045f,1.573539882274101f,-1.2246467991473532e-16f,0.10559969682430045f,-0.9944087208138392f,-0.27462872731983445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.2692004003431105e-18f,1.2244365461779416e-16f,3.4483269336743326e-17f,0f,0.9998283154215908f,0.01852942743918504f,1.1986042639910044f,-1.2246467991473532e-16f,0.01852942743918504f,-0.9998283154215908f,-0.28157726260952887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9635939696682033f,-0.26728446451927557f,-0.0067584499493366645f,0.2094489568214862f,-0.26730816562387016f,0.9636068190396834f,0.0028710435427987124f,0.5981808173825698f,0.005745103121370691f,0.004573109102913697f,-0.9999730398682044f,-0.14562987218640433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9635939696682033f,-0.2450982359173908f,0.10683405996804864f,0.12500000000000003f,-0.26730816562387016f,0.8745377191687205f,-0.40463578974427594f,0.8992110717198185f,0.005745103121370691f,-0.4184622235057249f,-0.9082160322790881f,-0.30344435081689664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9636369532630666f,0.17235375920204038f,0.20420089126837637f,-0.20892039374191115f,0.26714122704571097f,0.6393227216206196f,0.7210423166722711f,0.6098966255394545f,-0.006275915740840661f,0.7493734978690724f,-0.6621177943335197f,-0.18502827610004297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9636369532630666f,0.2630200389148581f,-0.04716228827252472f,-0.12499999999999996f,0.26714122704571097f,0.9441023242520805f,-0.19314855980392776f,0.9097542864012576f,-0.006275915740840661f,-0.19872408125601196f,-0.9800353832441805f,-0.3068350549002823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.985090565738346f,0.17203655801400353f,1.1757173083530358e-16f,-0.006249999999999964f,0.16516301603643663f,0.9457322954179385f,-0.2798421046541518f,1.0924948522120963f,-0.04814307247209495f,-0.27566981719116784f,-0.9600460387204016f,-0.2995445657442268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.985090565738346f,-0.17203655801400347f,1.1757173083530358e-16f,-0.006249999999999964f,-0.16516301603643663f,0.9457322954179385f,-0.2798421046541518f,1.0924948522120963f,0.04814307247209471f,-0.27566981719116784f,-0.9600460387204016f,-0.2995445657442268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.427077377313657e-17f,1.1757173083530358e-16f,-0.006249999999999964f,0f,0.9600460387204016f,-0.2798421046541518f,1.0924948522120963f,-1.2246467991473532e-16f,-0.2798421046541518f,-0.9600460387204016f,-0.2995445657442268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.985090565738346f,0.1720365580140035f,1.2180614135660691e-16f,-0.006249999999999965f,0.17111145285765317f,0.979793363955441f,0.10356560553496545f,1.115847880015303f,0.017817070304871365f,0.10202150094747352f,-0.9946226245919485f,-0.2907529593823237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.985090565738346f,-0.1720365580140035f,1.2180614135660691e-16f,-0.006249999999999965f,-0.17111145285765317f,0.979793363955441f,0.10356560553496545f,1.115847880015303f,-0.017817070304871608f,0.10202150094747346f,-0.9946226245919485f,-0.2907529593823237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2683128732015285e-17f,1.2180614135660691e-16f,-0.006249999999999965f,0f,0.9946226245919485f,0.10356560553496545f,1.115847880015303f,-1.2246467991473532e-16f,0.10356560553496545f,-0.9946226245919485f,-0.2907529593823237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9766485129695521f,0.21463583356612453f,-0.009441454535049167f,-0.19999999999999998f,0.21477747995775598f,0.9743172036478778f,-0.06765072637286107f,1.1307486913056521f,-0.00532129846543516f,-0.0680987931255384f,-0.9976643915453166f,-0.29800425591501556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9766485129695521f,-0.21463583356612453f,0.009441454535049413f,0.18750000000000003f,-0.21477747995775598f,0.9743172036478778f,-0.06765072637286107f,1.1307486913056521f,0.005321298465434921f,-0.06809879312553846f,-0.9976643915453166f,-0.29800425591501556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.3732316922420238e-17f,1.2169232226628264e-16f,-0.0078124999999999644f,0f,0.9936932211884241f,-0.11213287726699003f,0.9799532081194342f,-1.2246467991473532e-16f,-0.11213287726699003f,-0.9936932211884241f,-0.28734091357896946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.073876576825351e-18f,1.2242609652116262e-16f,3.587593230549053e-17f,0f,0.9996849426822527f,-0.02510010705915782f,1.2033203125f,-1.2246467991473532e-16f,-0.02510010705915782f,-0.9996849426822527f,-0.29294921875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1911304566778405f,-2.494181483484111e-18f,-0.9815646430725387f,-1.3968189366176547f,-0.006797433360433148f,0.9999760212071461f,-0.0013235975354103763f,2.081565402558459f,0.9815411063372897f,0.006925100051643579f,0.19112587360021177f,-0.7571650770695288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1911304566778405f,-2.494181483484111e-18f,-0.9815646430725387f,-1.3789004563041072f,-0.006797433360433148f,0.9999760212071461f,-0.0013235975354103763f,2.0809281431809183f,0.9815411063372897f,0.006925100051643579f,0.19112587360021177f,-0.665145598350408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1911304566778405f,-2.494181483484111e-18f,-0.9815646430725387f,-1.240625f,-0.006797433360433148f,0.9999760212071461f,-0.0013235975354103763f,2.0814453125f,0.9815411063372897f,0.006925100051643579f,0.19112587360021177f,-0.7398242187500002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.19113045667784095f,-5.81180726582914e-19f,0.9815646430725385f,1.3789004563041072f,-0.006797433360433148f,0.9999760212071461f,-0.0013235975354103763f,2.0809281431809183f,-0.9815411063372896f,-0.006925100051643579f,-0.19112587360021221f,-0.8145028391495922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.19113045667784095f,-5.81180726582914e-19f,0.9815646430725385f,1.3968189366176547f,-0.006797433360433148f,0.9999760212071461f,-0.0013235975354103763f,2.081565402558459f,-0.9815411063372896f,-0.006925100051643579f,-0.19112587360021221f,-0.7224833604304713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.19113045667784095f,-5.81180726582914e-19f,0.9815646430725385f,1.240625f,-0.006797433360433148f,0.9999760212071461f,-0.0013235975354103763f,2.0814453125f,-0.9815411063372896f,-0.006925100051643579f,-0.19112587360021221f,-0.7398242187499999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.517531605051341f,-0.37216135972223285f,1.9135106236677394e-16f,0.0007707812499998749f,-0.37216135972223285f,1.517531605051341f,0f,1.317362734375f,-1.85844022273107e-16f,-4.557662179501592e-17f,-1.5625f,1.019697265625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25.mcfunction new file mode 100644 index 000000000..d30123c62 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..279e13b6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6080962805341099f,-0.1072237811266273f,-0.5344777065565359f,0.04939055357023582f,-0.1530482484426068f,0.8020884886270124f,0.013218717983576283f,1.327740031228715f,0.5232012917545937f,0.11000709803184673f,-0.6173356389626153f,-0.5964749241881755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5905376051994188f,0.1309190351626548f,-0.5235699982594638f,0.04939055357023582f,0.16216930448863895f,0.7832837553667501f,0.012948948228809421f,1.327740031228715f,0.5147489228031531f,-0.09657517698995347f,-0.6047369524531743f,-0.5964749241881755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6080962805341097f,0.10722378112662725f,0.5344777065565361f,-0.04939055357023568f,0.1530482484426068f,0.8020884886270124f,0.013218717983576283f,1.327740031228715f,-0.523201291754594f,0.11000709803184677f,-0.6173356389626151f,-0.5964749241881756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5905376051994186f,-0.13091903516265474f,0.523569998259464f,-0.04939055357023568f,-0.16216930448863895f,0.7832837553667501f,0.012948948228809421f,1.327740031228715f,-0.5147489228031533f,-0.09657517698995352f,-0.604736952453174f,-0.5964749241881756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.00001083563627446893f,0.000006641162364525616f,0.000009089806047183937f,-0.07537334546848694f,0.000004698989571691454f,0.000014132982541457555f,-0.000004724291109573047f,1.3734034769305692f,-0.000010229814687106901f,-5.425789627920343e-7f,-0.000011798183103198029f,0.37483037945126985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.33241152689330633f,-0.9102983834417433f,-0.24669704070338894f,-0.1828346160276163f,-0.0714000827620551f,0.23653170657917014f,-0.9689967904819484f,1.3840509653492903f,0.940427883981559f,0.3397198918021938f,0.013630485826756009f,0.1497470349032955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.3058638797831773f,-0.9102983834417433f,-0.27893393509455056f,-0.29843749999999997f,-0.16866847606878463f,0.23653170657917014f,-0.9568718289109462f,1.445748123177507f,0.9370155987093363f,0.3397198918021938f,-0.08119213563695596f,-0.1956152923100063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33241152689330655f,0.9102983834417433f,0.2466970407033889f,0.18738610794482505f,0.0714000827620551f,0.23653170657917014f,-0.9689967904819484f,1.3852336238821863f,-0.9404278839815589f,0.33971989180219403f,0.013630485826756064f,0.15144563436230649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.30586387978317753f,0.9102983834417433f,0.27893393509455056f,0.2984375000000001f,0.16866847606878463f,0.23653170657917014f,-0.9568718289109462f,1.445748123177507f,-0.9370155987093362f,0.33971989180219403f,-0.08119213563695589f,-0.1956152923100062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.5612334516518355e-17f,1.171723493700718e-16f,-0.15625f,0f,0.9567848415694368f,-0.2907967794576612f,1.1933882604295676f,-1.2246467991473532e-16f,-0.2907967794576612f,-0.9567848415694368f,-0.05346268998468101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.2915005083493246e-17f,1.2178177396602463e-16f,-0.15625f,0f,0.9944236497479425f,-0.10545901963313158f,1.3791835758845998f,-1.2246467991473532e-16f,-0.10545901963313158f,-0.9944236497479425f,-0.0794514039768178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.5612334516518355e-17f,1.171723493700718e-16f,0.15625f,0f,0.9567848415694368f,-0.2907967794576612f,1.1933882604295676f,-1.2246467991473532e-16f,-0.2907967794576612f,-0.9567848415694368f,-0.053462689984680956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2915005083493246e-17f,1.2178177396602463e-16f,0.15625f,0f,0.9944236497479425f,-0.10545901963313158f,1.3791835758845998f,-1.2246467991473532e-16f,-0.10545901963313158f,-0.9944236497479425f,-0.07945140397681774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.3282755528517155e-17f,1.217422122034433e-16f,0.29375000000000007f,0f,0.9941006034409676f,0.10846192990309637f,2.0749195213902274f,-1.2246467991473532e-16f,0.10846192990309637f,-0.9941006034409676f,-0.19839789452490528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.3282755528517155e-17f,1.217422122034433e-16f,0.33125000000000004f,0f,0.9941006034409676f,0.10846192990309637f,1.9608252518885219f,-1.2246467991473532e-16f,0.10846192990309637f,-0.9941006034409676f,-0.30515256733538304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.3282755528517155e-17f,1.217422122034433e-16f,-0.29374999999999996f,0f,0.9941006034409676f,0.10846192990309637f,2.0749195213902274f,-1.2246467991473532e-16f,0.10846192990309637f,-0.9941006034409676f,-0.19839789452490536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.3282755528517155e-17f,1.217422122034433e-16f,-0.33124999999999993f,0f,0.9941006034409676f,0.10846192990309637f,1.9608252518885219f,-1.2246467991473532e-16f,0.10846192990309637f,-0.9941006034409676f,-0.3051525673353831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.217422122034433e-16f,0.19523827377799088f,0.15551159609545845f,0.9818615753972343f,0.10846192990309637f,2.1834349733900265f,0.01696718398162178f,0.10712658356373543f,-0.9941006034409676f,-0.20856306756354637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.217422122034433e-16f,0.08005326181113279f,0f,0.9941006034409676f,0.10846192990309637f,2.1934529056680745f,-1.231653667943533e-16f,0.10846192990309637f,-0.9941006034409676f,-0.20747005518154543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.217422122034433e-16f,0.05771677939820301f,0.24049470240121246f,0.9645715670071601f,0.10846192990309637f,2.189158704212375f,0.02623931568255524f,0.10524014704862115f,-0.9941006034409676f,-0.20793857655218512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.217422122034433e-16f,0.08682420206637906f,-0.06934495264294897f,0.9916790243343071f,0.10846192990309637f,2.199100881755942f,-0.007565921765522621f,0.10819772209312996f,-0.9941006034409676f,-0.20685382943495978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.217422122034433e-16f,0.1446100421182231f,0.08664157645879274f,0.9903177505176968f,0.10846192990309637f,2.3066096196685644f,0.00945308006054868f,0.10804919951426317f,-0.9941006034409676f,-0.2265594756610503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.217422122034433e-16f,0.12500000000000003f,0.08664157645879274f,0.9903177505176968f,0.10846192990309637f,2.0837881258020827f,0.00945308006054868f,0.10804919951426317f,-0.9941006034409676f,-0.25087054555175947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.217422122034433e-16f,-0.19523827377799083f,-0.15551159609545845f,0.9818615753972343f,0.10846192990309637f,2.1834349733900265f,-0.01696718398162202f,0.10712658356373539f,-0.9941006034409676f,-0.20856306756354645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.217422122034433e-16f,-0.08005326181113276f,0f,0.9941006034409676f,0.10846192990309637f,2.1934529056680745f,-1.231653667943533e-16f,0.10846192990309637f,-0.9941006034409676f,-0.2074700551815455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.217422122034433e-16f,-0.05771677939820295f,-0.24049470240121246f,0.9645715670071601f,0.10846192990309637f,2.189158704212375f,-0.026239315682555477f,0.10524014704862109f,-0.9941006034409676f,-0.20793857655218514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.217422122034433e-16f,-0.086824202066379f,0.06934495264294897f,0.9916790243343071f,0.10846192990309637f,2.199100881755942f,0.007565921765522378f,0.10819772209312997f,-0.9941006034409676f,-0.2068538294349598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.217422122034433e-16f,-0.14461004211822304f,-0.08664157645879274f,0.9903177505176968f,0.10846192990309637f,2.3066096196685644f,-0.009453080060548923f,0.10804919951426314f,-0.9941006034409676f,-0.22655947566105036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.217422122034433e-16f,-0.12499999999999997f,-0.08664157645879274f,0.9903177505176968f,0.10846192990309637f,2.0837881258020827f,-0.009453080060548923f,0.10804919951426314f,-0.9941006034409676f,-0.2508705455517595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.3282755528517155e-17f,1.217422122034433e-16f,3.37257491380387e-17f,0f,0.9941006034409676f,0.10846192990309637f,1.5709221312291148f,-1.2246467991473532e-16f,0.10846192990309637f,-0.9941006034409676f,-0.2753916407695662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.621677705223494e-18f,1.224366147548539e-16f,3.4708878277497505e-17f,0f,0.9997708305782456f,0.02140762305547043f,1.1960080697622728f,-1.2246467991473532e-16f,0.02140762305547043f,-0.9997708305782456f,-0.2834194994153676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9636589753588372f,-0.26708270270786894f,-0.005311226281775716f,0.20915555879027914f,-0.26710365599424885f,0.9636606298442743f,0.003718526945255818f,0.5954970713485648f,0.004125065437310503f,0.005002039823584548f,-0.9999789814954818f,-0.14846674955338063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9636589753588372f,-0.24430375446585176f,0.10806042182152054f,0.12500000000000003f,-0.26710365599424885f,0.8749446502823485f,-0.40389045036594384f,0.8966790683178125f,0.004125065437310503f,-0.4180759912936735f,-0.9084026911777343f,-0.306148380145888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9637400690702381f,0.17216131986746352f,0.20387633312865333f,-0.20879637386647032f,0.2667936509455691f,0.6363334209226763f,0.7238100063082702f,0.6068487367921989f,-0.005121238485618223f,0.7519576167300502f,-0.6591915621107693f,-0.18891766050873077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9637400690702381f,0.2626427436535645f,-0.04715790998995531f,-0.12499999999999996f,0.2667936509455691f,0.9450045634376749f,-0.18917590464195863f,0.9072320003575703f,-0.005121238485618223f,-0.1948978303832487f,-0.9808101797128106f,-0.3095087187246999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9853358634204415f,0.17062601283946438f,1.1776658110574898e-16f,-0.006249999999999963f,0.16408030620583502f,0.9475355339735339f,-0.2743247436395223f,1.089950821337197f,-0.046806937230420016f,-0.27030200813164f,-0.961637111922741f,-0.3016921923340843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9853358634204415f,-0.17062601283946432f,1.1776658110574898e-16f,-0.006249999999999963f,-0.16408030620583502f,0.9475355339735339f,-0.2743247436395223f,1.089950821337197f,0.04680693723041978f,-0.27030200813164f,-0.961637111922741f,-0.3016921923340843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.359509192250593e-17f,1.1776658110574898e-16f,-0.006249999999999963f,0f,0.961637111922741f,-0.2743247436395223f,1.089950821337197f,-1.2246467991473532e-16f,-0.2743247436395223f,-0.961637111922741f,-0.3016921923340843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9853358634204415f,0.17062601283946435f,1.2179225558653065e-16f,-0.006249999999999964f,0.16968914612705635f,0.9799256193690322f,0.10464881361434206f,1.1132784433903915f,0.017855809815395318f,0.10311422911861262f,-0.9945092386745891f,-0.29283339448430185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9853358634204415f,-0.17062601283946435f,1.2179225558653065e-16f,-0.006249999999999964f,-0.16968914612705635f,0.9799256193690322f,0.10464881361434206f,1.1132784433903915f,-0.01785580981539556f,0.10311422911861257f,-0.9945092386745891f,-0.29283339448430185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2815783462737194e-17f,1.2179225558653065e-16f,-0.006249999999999964f,0f,0.9945092386745891f,0.10464881361434206f,1.1132784433903915f,-1.2246467991473532e-16f,0.10464881361434206f,-0.9945092386745891f,-0.29283339448430185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9769548106669965f,0.21323730553950648f,-0.009441898160023051f,-0.19999999999999996f,0.2133964619720049f,0.9748155793159768f,-0.06478067876062354f,1.1271749303147485f,-0.004609547965230373f,-0.0653026634151134f,-0.9978548562884527f,-0.3000189786342151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9769548106669965f,-0.21323730553950648f,0.009441898160023297f,0.18750000000000006f,-0.2133964619720049f,0.9748155793159768f,-0.06478067876062354f,1.1271749303147485f,0.004609547965230134f,-0.06530266341511345f,-0.9978548562884527f,-0.3000189786342151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.338193622324235e-17f,1.2173135015079578e-16f,-0.007812499999999964f,0f,0.9940119080501406f,-0.10927180173548304f,0.9773745121118479f,-1.2246467991473532e-16f,-0.10927180173548304f,-0.9940119080501406f,-0.2898125718667216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.7214276777280482e-18f,1.2243443820271105e-16f,3.609987284566665e-17f,0f,0.9997530576812407f,-0.022222143393693692f,1.2007568359375f,-1.2246467991473532e-16f,-0.022222143393693692f,-0.9997530576812407f,-0.29477783203125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.33955932922480764f,-4.513482372938008e-18f,-0.9405846383693488f,-1.3976295393128153f,-0.011138737883336023f,0.9999298768467337f,-0.004021182368695373f,2.078800786920477f,0.9405186816085925f,0.011842355731693404f,0.3395355182539214f,-0.7348093174935648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.33955932922480764f,-4.513482372938008e-18f,-0.9405846383693488f,-1.3657958521979896f,-0.011138737883336023f,0.9999298768467337f,-0.004021182368695373f,2.0777565302439145f,0.9405186816085925f,0.011842355731693404f,0.3395355182539214f,-0.6466356910927592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33955932922480764f,-4.513482372938008e-18f,-0.9405846383693488f,-1.240625f,-0.011138737883336023f,0.9999298768467337f,-0.004021182368695373f,2.0788818359375f,0.9405186816085925f,0.011842355731693404f,0.3395355182539214f,-0.7416528320312502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3395593292248081f,-7.455800267130763e-19f,0.9405846383693487f,1.3657958521979896f,-0.011138737883336023f,0.9999298768467337f,-0.004021182368695373f,2.0777565302439145f,-0.9405186816085924f,-0.011842355731693404f,-0.33953551825392186f,-0.8366699729697409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3395593292248081f,-7.455800267130763e-19f,0.9405846383693487f,1.3976295393128153f,-0.011138737883336023f,0.9999298768467337f,-0.004021182368695373f,2.078800786920477f,-0.9405186816085924f,-0.011842355731693404f,-0.33953551825392186f,-0.7484963465689354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3395593292248081f,-7.455800267130763e-19f,0.9405846383693487f,1.240625f,-0.011138737883336023f,0.9999298768467337f,-0.004021182368695373f,2.0788818359375f,-0.9405186816085924f,-0.011842355731693404f,-0.33953551825392186f,-0.7416528320312499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4355035680470096f,-0.6170378887267005f,1.9135106236677394e-16f,0.002025664062499876f,-0.6170378887267005f,1.4355035680470096f,0f,1.306677919921875f,-1.757984849773375e-16f,-7.556534753817945e-17f,-1.5625f,1.0276037597656251f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26.mcfunction new file mode 100644 index 000000000..5246bbf3e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..37ac016ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6046744316666107f,-0.10662041684738048f,-0.5384657489983896f,0.04981601925210233f,-0.1531745525271519f,0.8020647930261692f,0.013193509405750781f,1.325434370068114f,0.5271155780198614f,0.11076370770077933f,-0.6138607439066357f,-0.5960424498557616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5872145616284361f,0.130182334139238f,-0.5274766520800551f,0.04981601925210233f,0.16204611329930357f,0.7833096583218185f,0.012924254111755868f,1.325434370068114f,0.5185750821010521f,-0.09735778889136588f,-0.6013329736228269f,-0.5960424498557616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6046744316666105f,0.10662041684738044f,0.5384657489983898f,-0.04981601925210219f,0.1531745525271519f,0.8020647930261692f,0.013193509405750781f,1.325434370068114f,-0.5271155780198616f,0.11076370770077938f,-0.6138607439066355f,-0.5960424498557616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.587214561628436f,-0.13018233413923794f,0.5274766520800553f,-0.04981601925210219f,-0.16204611329930357f,0.7833096583218185f,0.012924254111755868f,1.325434370068114f,-0.5185750821010523f,-0.09735778889136594f,-0.6013329736228267f,-0.5960424498557616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010839801805652986f,0.000006643887068945169f,0.0000090828457230796f,-0.07508922478349708f,0.000004704000414011013f,0.000014131716962024606f,-0.000004723090175955802f,1.3709159360441936f,-0.000010223096493682643f,-5.421856880526707e-7f,-0.000011804022948153073f,0.37471766776468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.33287109419043903f,-0.9100765386254696f,-0.24689578468646162f,-0.18266185180949593f,-0.07171997226296377f,0.23663468684784017f,-0.9689480226302255f,1.3816459057738502f,0.9402409692366415f,0.3402421473361414f,0.013498183027059643f,0.14969143965551646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.30633239207193996f,-0.9100765386254696f,-0.2791436178940278f,-0.29843749999999997f,-0.16887451791718835f,0.23663468684784017f,-0.9568100240793161f,1.4434195050165322f,0.9368254174421827f,0.3402421473361414f,-0.08119986705882637f,-0.19559934337767293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.33287109419043925f,0.9100765386254696f,0.2468957846864616f,0.1872122345026233f,0.07171997226296377f,0.23663468684784017f,-0.9689480226302255f,1.3828290792080895f,-0.9402409692366414f,0.3402421473361416f,0.013498183027059713f,0.15139265039219724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.3063323920719402f,0.9100765386254696f,0.2791436178940278f,0.2984375000000001f,0.16887451791718835f,0.23663468684784017f,-0.9568100240793161f,1.4434195050165322f,-0.9368254174421826f,0.3402421473361416f,-0.0811998670588263f,-0.19559934337767287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.39869192036699e-17f,1.1765409958714484e-16f,-0.15625f,0f,0.9607186306211732f,-0.2775242561964226f,1.1910077799750765f,-1.2246467991473532e-16f,-0.2775242561964226f,-0.9607186306211732f,-0.0538300764323427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.2708041570647627e-17f,1.2180354471876947e-16f,-0.15625f,0f,0.9946014214349297f,-0.1037690343003016f,1.3768469900297489f,-1.2246467991473532e-16f,-0.1037690343003016f,-0.9946014214349297f,-0.07950302924761754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.39869192036699e-17f,1.1765409958714484e-16f,0.15625f,0f,0.9607186306211732f,-0.2775242561964226f,1.1910077799750765f,-1.2246467991473532e-16f,-0.2775242561964226f,-0.9607186306211732f,-0.053830076432342645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2708041570647627e-17f,1.2180354471876947e-16f,0.15625f,0f,0.9946014214349297f,-0.1037690343003016f,1.3768469900297489f,-1.2246467991473532e-16f,-0.1037690343003016f,-0.9946014214349297f,-0.07950302924761748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.3292507997093807e-17f,1.2174114775935777e-16f,0.29375000000000007f,0f,0.9940919115953977f,0.10854156485240127f,2.0725924618548586f,-1.2246467991473532e-16f,0.10854156485240127f,-0.9940919115953977f,-0.19839378547858544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.3292507997093807e-17f,1.2174114775935777e-16f,0.33125000000000004f,0f,0.9940919115953977f,0.10854156485240127f,1.9585067446103464f,-1.2246467991473532e-16f,0.10854156485240127f,-0.9940919115953977f,-0.3051575977972041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.3292507997093807e-17f,1.2174114775935777e-16f,-0.29374999999999996f,0f,0.9940919115953977f,0.10854156485240127f,2.0725924618548586f,-1.2246467991473532e-16f,0.10854156485240127f,-0.9940919115953977f,-0.1983937854785855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.3292507997093807e-17f,1.2174114775935777e-16f,-0.33124999999999993f,0f,0.9940919115953977f,0.10854156485240127f,1.9585067446103464f,-1.2246467991473532e-16f,0.10854156485240127f,-0.9940919115953977f,-0.3051575977972042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2174114775935777e-16f,0.19523827377799088f,0.1555102363912465f,0.9818529905627066f,0.10854156485240127f,2.1811087278169885f,0.016979641632314798f,0.10720523807466775f,-0.9940919115953977f,-0.20855026554120598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2174114775935777e-16f,0.08005326181113279f,-1.3877787807814457e-17f,0.9940919115953977f,0.10854156485240127f,2.191126572503982f,-1.231653667943533e-16f,0.10854156485240127f,-0.9940919115953977f,-0.2074564506473402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2174114775935777e-16f,0.05771677939820301f,0.24049259965345593f,0.9645631333465501f,0.10854156485240127f,2.186832408594317f,0.026258581120447065f,0.1053174164995939f,-0.9940919115953977f,-0.20792531601587508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2174114775935777e-16f,0.08682420206637906f,-0.06934434633045168f,0.991670353661636f,0.10854156485240127f,2.1967744992091855f,-0.007571476818772923f,0.1082771630557008f,-0.9940919115953977f,-0.20683977245531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2174114775935777e-16f,0.1446100421182231f,0.08664081891453623f,0.9903090917472234f,0.10854156485240127f,2.304284815354503f,0.00946002070370402f,0.10812853142854352f,-0.9940919115953977f,-0.22653680632050488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2174114775935777e-16f,0.12500000000000003f,0.08664081891453623f,0.9903090917472234f,0.10854156485240127f,2.0814652697113782f,0.00946002070370402f,0.10812853142854352f,-0.9940919115953977f,-0.2508657258919271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2174114775935777e-16f,-0.19523827377799083f,-0.1555102363912465f,0.9818529905627066f,0.10854156485240127f,2.1811087278169885f,-0.016979641632315037f,0.10720523807466771f,-0.9940919115953977f,-0.20855026554120604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2174114775935777e-16f,-0.08005326181113276f,1.3877787807814457e-17f,0.9940919115953977f,0.10854156485240127f,2.191126572503982f,-1.214306433183765e-16f,0.10854156485240127f,-0.9940919115953977f,-0.20745645064734025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2174114775935777e-16f,-0.05771677939820295f,-0.24049259965345593f,0.9645631333465501f,0.10854156485240127f,2.186832408594317f,-0.0262585811204473f,0.10531741649959384f,-0.9940919115953977f,-0.2079253160158751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2174114775935777e-16f,-0.086824202066379f,0.06934434633045168f,0.991670353661636f,0.10854156485240127f,2.1967744992091855f,0.0075714768187726805f,0.10827716305570081f,-0.9940919115953977f,-0.20683977245531002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2174114775935777e-16f,-0.14461004211822304f,-0.08664081891453623f,0.9903090917472234f,0.10854156485240127f,2.304284815354503f,-0.009460020703704263f,0.10812853142854349f,-0.9940919115953977f,-0.22653680632050494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2174114775935777e-16f,-0.12499999999999997f,-0.08664081891453623f,0.9903090917472234f,0.10854156485240127f,2.0814652697113782f,-0.009460020703704263f,0.10812853142854349f,-0.9940919115953977f,-0.2508657258919272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.3292507997093807e-17f,1.2174114775935777e-16f,3.373019030396324e-17f,0f,0.9940919115953977f,0.10854156485240127f,1.568601241117099f,-1.2246467991473532e-16f,0.10854156485240127f,-0.9940919115953977f,-0.27542790564142666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.6314858351277516e-18f,1.2243640434494187e-16f,3.4716997492136146e-17f,0f,0.9997691124509275f,0.021487712514007263f,1.1936878239480013f,-1.2246467991473532e-16f,0.021487712514007263f,-0.9997691124509275f,-0.2834857978341794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9641203322509819f,-0.26542742069939423f,-0.004502141837283494f,0.20851039210874361f,-0.26544506528325584f,0.9641180436793335f,0.003913459940091124f,0.5930049262967492f,0.003301856602619861f,0.004968117631603819f,-0.9999822076168026f,-0.14854593158854051f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9641203322509819f,-0.24246162563029675f,0.10809414894882183f,0.12500000000000003f,-0.26544506528325584f,0.8754415902463941f,-0.40390709251464313f,0.894360644226554f,0.003301856602619861f,-0.41810809865820375f,-0.9083912788988f,-0.3062386571051468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9642356884758748f,0.17125508021221345f,0.2022899764470898f,-0.20819414362550576f,0.26500428528963726f,0.6365133224674002f,0.7243089942142372f,0.6043532320171792f,-0.004718670107602405f,0.752012292335052f,-0.6591321918472773f,-0.18903201591281207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9642356884758748f,0.26081579864024224f,-0.04716626176737366f,-0.12499999999999996f,0.26500428528963726f,0.9455266504127856f,-0.18908220999688616f,0.9049138454220695f,-0.004718670107602405f,-0.1948190764243343f,-0.9808278450439634f,-0.30959815030010507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9855560590580777f,0.16934950384902464f,1.1785588777765121e-16f,-0.006249999999999963f,0.16297626495025075f,0.9484659934260526f,-0.2717553980645035f,1.0876320396500168f,-0.04602164183051797f,-0.26783017914421126f,-0.9623663562400773f,-0.30176698671617935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9855560590580777f,-0.16934950384902459f,1.1785588777765121e-16f,-0.006249999999999963f,-0.16297626495025075f,0.9484659934260526f,-0.2717553980645035f,1.0876320396500168f,0.04602164183051773f,-0.26783017914421126f,-0.9623663562400773f,-0.30176698671617935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.328043783907091e-17f,1.1785588777765121e-16f,-0.006249999999999963f,0f,0.9623663562400773f,-0.2717553980645035f,1.0876320396500168f,-1.2246467991473532e-16f,-0.2717553980645035f,-0.9623663562400773f,-0.30176698671617935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9855560590580777f,0.1693495038490246f,1.2181183602354943e-16f,-0.006249999999999964f,0.16844672282562934f,0.9803021829770291f,0.10311804701300867f,1.1109589519687977f,0.017462990099533292f,0.10162861603190643f,-0.9946691250763858f,-0.29290632016834506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9855560590580777f,-0.1693495038490246f,1.2181183602354943e-16f,-0.006249999999999964f,-0.16844672282562934f,0.9803021829770291f,0.10311804701300867f,1.1109589519687977f,-0.017462990099533535f,0.1016286160319064f,-0.9946691250763858f,-0.29290632016834506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2628318620880736e-17f,1.2181183602354943e-16f,-0.006249999999999964f,0f,0.9946691250763858f,0.10311804701300867f,1.1109589519687977f,-1.2246467991473532e-16f,0.10311804701300867f,-0.9946691250763858f,-0.29290632016834506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9772302115874745f,0.21197159322428052f,-0.009442310451367194f,-0.19999999999999996f,0.21213389970467042f,0.975096275365145f,-0.06470287756437208f,1.123928507543848f,-0.004508010291545975f,-0.06523264087082048f,-0.9978599001905175f,-0.30007024913125924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9772302115874745f,-0.21197159322428052f,0.00944231045136744f,0.18750000000000006f,-0.21213389970467042f,0.975096275365145f,-0.06470287756437208f,1.123928507543848f,0.004508010291545735f,-0.06523264087082054f,-0.9978599001905175f,-0.3000702491312592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.3372184539244461e-17f,1.217324217588189e-16f,-0.007812499999999964f,0f,0.9940206583936999f,-0.10919217319274993f,0.9750547791346078f,-1.2246467991473532e-16f,-0.10919217319274993f,-0.9940206583936999f,-0.28989638453702393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.7116197050386965e-18f,1.2243465581768024e-16f,3.6107945468610245e-17f,0f,0.999754834642315f,-0.022142055218913992f,1.1984375f,-1.2246467991473532e-16f,-0.022142055218913992f,-0.999754834642315f,-0.29484375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46773406427400066f,-5.275984376368573e-18f,-0.88386924661837f,-1.3951304212555993f,-0.014648654596374924f,0.9998626529737173f,-0.007751909885678863f,2.076086369201353f,0.8837478498057243f,0.016573327618785005f,0.4676698223911816f,-0.7129939571009662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46773406427400066f,-5.275984376368573e-18f,-0.88386924661837f,-1.3512803527299118f,-0.014648654596374924f,0.9998626529737173f,-0.007751909885678863f,2.0747130578329434f,0.8837478498057243f,0.016573327618785005f,0.4676698223911816f,-0.6301425961816797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46773406427400066f,-5.275984376368573e-18f,-0.88386924661837f,-1.240625f,-0.014648654596374924f,0.9998626529737173f,-0.007751909885678863f,2.0765625f,0.8837478498057243f,0.016573327618785005f,0.4676698223911816f,-0.7417187500000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.46773406427400105f,-2.0840515904438797e-18f,0.8838692466183699f,1.3512803527299118f,-0.014648654596374924f,0.9998626529737173f,-0.007751909885678863f,2.0747130578329434f,-0.8837478498057242f,-0.016573327618785005f,-0.467669822391182f,-0.8532949038183205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.46773406427400105f,-2.0840515904438797e-18f,0.8838692466183699f,1.3951304212555993f,-0.014648654596374924f,0.9998626529737173f,-0.007751909885678863f,2.076086369201353f,-0.8837478498057242f,-0.016573327618785005f,-0.467669822391182f,-0.7704435428990338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.46773406427400105f,-2.0840515904438797e-18f,0.8838692466183699f,1.240625f,-0.014648654596374924f,0.9998626529737173f,-0.007751909885678863f,2.0765625f,-0.8837478498057242f,-0.016573327618785005f,-0.467669822391182f,-0.7417187499999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3483753446106954f,-0.7894872893504925f,1.9135106236677394e-16f,0.0020793749999998773f,-0.7894872893504925f,1.3483753446106954f,0f,1.30409125f,-1.6512835498266975e-16f,-9.668430818706008e-17f,-1.5625f,1.0278125f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27.mcfunction new file mode 100644 index 000000000..0dc1852b4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..b84bbccab --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6026817584031892f,-0.10626905478730288f,-0.5407643021937539f,0.05006378416562944f,-0.15236311321210588f,0.8022357216322197f,0.012156196526513719f,1.3235965969214283f,0.5296268726800023f,0.10985981693180372f,-0.6118583502767252f,-0.594958634629398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5852794264621887f,0.12975332500138828f,-0.5297282960265345f,0.05006378416562944f,0.1628445626583555f,0.7831601658076108f,0.011908110883115481f,1.3235965969214283f,0.5205090214133666f,-0.09911725048284863f,-0.599371445169037f,-0.594958634629398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6026817584031889f,0.10626905478730285f,0.5407643021937542f,-0.050063784165629316f,0.15236311321210588f,0.8022357216322197f,0.012156196526513719f,1.3235965969214283f,-0.5296268726800025f,0.10985981693180376f,-0.611858350276725f,-0.594958634629398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5852794264621884f,-0.12975332500138823f,0.5297282960265347f,-0.050063784165629316f,-0.1628445626583555f,0.7831601658076108f,0.011908110883115481f,1.3235965969214283f,-0.5205090214133669f,-0.09911725048284867f,-0.5993714451690367f,-0.594958634629398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010754210289512738f,0.000006590017227842559f,0.000009222757667079664f,-0.08086374719943283f,0.0000046031358356174266f,0.000014156584591829275f,-0.000004747934095292046f,1.3729480850713371f,-0.000010358509860389814f,-5.508272243819705e-7f,-0.000011684968457000069f,0.3773738070708843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.32353248870852347f,-0.9144894689485881f,-0.24297271437797036f,-0.18617280932245056f,-0.06526131254353855f,0.2346057278744083f,-0.9698974757847417f,1.3820143950567096f,0.9439638180752288f,0.3296500623853249f,0.0162217919536536f,0.15120659209326887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2968114969165442f,-0.9144894689485881f,-0.27497626530355296f,-0.29843749999999997f,-0.1647232382895493f,0.2346057278744083f,-0.9580325710621344f,1.4422480148057704f,0.940621704015788f,0.3296500623853249f,-0.08100398943130305f,-0.1955126796583887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3235324887085237f,0.9144894689485881f,0.24297271437797033f,0.1907452566671935f,0.06526131254353855f,0.2346057278744083f,-0.9698974757847417f,1.3831874236960817f,-0.9439638180752287f,0.3296500623853251f,0.016221791953653655f,0.15285484240519548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2968114969165444f,0.9144894689485881f,0.27497626530355296f,0.2984375000000001f,0.1647232382895493f,0.2346057278744083f,-0.9580325710621344f,1.4422480148057704f,-0.9406217040157879f,0.3296500623853251f,-0.08100398943130298f,-0.19551267965838864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.3239858855315346e-17f,1.178673390295093e-16f,-0.15625f,0f,0.9624598628075715f,-0.27142404551629284f,1.190032230375533f,-1.2246467991473532e-16f,-0.27142404551629284f,-0.9624598628075715f,-0.05298420921333038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.2791703290516378e-17f,1.2179478705406882e-16f,-0.15625f,0f,0.9945299096757292f,-0.1044521840862399f,1.3758537622891933f,-1.2246467991473532e-16f,-0.1044521840862399f,-0.9945299096757292f,-0.07878480566497365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.3239858855315346e-17f,1.178673390295093e-16f,0.15625f,0f,0.9624598628075715f,-0.27142404551629284f,1.190032230375533f,-1.2246467991473532e-16f,-0.27142404551629284f,-0.9624598628075715f,-0.05298420921333035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.2791703290516378e-17f,1.2179478705406882e-16f,0.15625f,0f,0.9945299096757292f,-0.1044521840862399f,1.3758537622891933f,-1.2246467991473532e-16f,-0.1044521840862399f,-0.9945299096757292f,-0.07878480566497362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.309474455033791e-17f,1.217625783719283e-16f,0.29375000000000007f,0f,0.9942669058270851f,0.10692670376025952f,2.0714052003081105f,-1.2246467991473532e-16f,0.10692670376025952f,-0.9942669058270851f,-0.19880551451195716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.309474455033791e-17f,1.217625783719283e-16f,0.33125000000000004f,0f,0.9942669058270851f,0.10692670376025952f,1.9571462155572492f,-1.2246467991473532e-16f,0.10692670376025952f,-0.9942669058270851f,-0.3053838749032788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.309474455033791e-17f,1.217625783719283e-16f,-0.29374999999999996f,0f,0.9942669058270851f,0.10692670376025952f,2.0714052003081105f,-1.2246467991473532e-16f,0.10692670376025952f,-0.9942669058270851f,-0.19880551451195722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.309474455033791e-17f,1.217625783719283e-16f,-0.33124999999999993f,0f,0.9942669058270851f,0.10692670376025952f,1.9571462155572492f,-1.2246467991473532e-16f,0.10692670376025952f,-0.9942669058270851f,-0.3053838749032789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.217625783719283e-16f,0.19523827377799088f,0.15553761152026568f,0.9820258303250158f,0.10692670376025952f,2.1799048257978066f,0.01672702170125132f,0.10561025860227861f,-0.9942669058270851f,-0.20913824572020162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.217625783719283e-16f,0.08005326181113279f,0f,0.9942669058270851f,0.10692670376025952f,2.1899244339686526f,-1.231653667943533e-16f,0.10692670376025952f,-0.9942669058270851f,-0.20806070439965782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.217625783719283e-16f,0.05771677939820301f,0.24053493458970476f,0.9647329295016794f,0.10692670376025952f,2.185629514139032f,0.025867910863905982f,0.10375052368335938f,-0.9942669058270851f,-0.20852259407697127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.217625783719283e-16f,0.08682420206637906f,-0.06935655331097974f,0.9918449216161703f,0.10692670376025952f,2.195573354902441f,-0.007458829803398528f,0.10666623568401687f,-0.9942669058270851f,-0.207453201030379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.217625783719283e-16f,0.1446100421182231f,0.08665607066677551f,0.990483420073027f,0.10692670376025952f,2.3030515350425147f,0.009319276285784111f,0.10651981537039726f,-0.9942669058270851f,-0.2273248394764309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.217625783719283e-16f,0.12500000000000003f,0.08665607066677551f,0.990483420073027f,0.10692670376025952f,2.080192765526084f,0.009319276285784111f,0.10651981537039726f,-0.9942669058270851f,-0.25129179793477024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.217625783719283e-16f,-0.19523827377799083f,-0.15553761152026568f,0.9820258303250158f,0.10692670376025952f,2.1799048257978066f,-0.01672702170125156f,0.10561025860227857f,-0.9942669058270851f,-0.20913824572020162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.217625783719283e-16f,-0.08005326181113276f,0f,0.9942669058270851f,0.10692670376025952f,2.1899244339686526f,-1.214306433183765e-16f,0.10692670376025952f,-0.9942669058270851f,-0.2080607043996578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.217625783719283e-16f,-0.05771677939820295f,-0.24053493458970476f,0.9647329295016794f,0.10692670376025952f,2.185629514139032f,-0.02586791086390622f,0.10375052368335931f,-0.9942669058270851f,-0.20852259407697127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.217625783719283e-16f,-0.086824202066379f,0.06935655331097974f,0.9918449216161703f,0.10692670376025952f,2.195573354902441f,0.007458829803398284f,0.10666623568401688f,-0.9942669058270851f,-0.207453201030379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.217625783719283e-16f,-0.14461004211822304f,-0.08665607066677551f,0.990483420073027f,0.10692670376025952f,2.3030515350425147f,-0.009319276285784354f,0.10651981537039723f,-0.9942669058270851f,-0.2273248394764309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.217625783719283e-16f,-0.12499999999999997f,-0.08665607066677551f,0.990483420073027f,0.10692670376025952f,2.080192765526084f,-0.009319276285784354f,0.10651981537039723f,-0.9942669058270851f,-0.25129179793477024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.309474455033791e-17f,1.217625783719283e-16f,3.36803456072054e-17f,0f,0.9942669058270851f,0.10692670376025952f,1.5672895167971947f,-1.2246467991473532e-16f,0.10692670376025952f,-0.9942669058270851f,-0.27502089280480685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.432607137037056e-18f,1.2244051718747114e-16f,3.4592573283594295e-17f,0f,0.9998026963588112f,0.01986374470362174f,1.1923635056626405f,-1.2246467991473532e-16f,0.01986374470362174f,-0.9998026963588112f,-0.282469797068665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.964650479727384f,-0.2634965774430403f,-0.004359545564822737f,0.207885406053948f,-0.263512668972863f,0.9646490384006028f,0.0036477395178717287f,0.5915207292697122f,0.0032442645586069486f,0.004667589163130759f,-0.9999838440489316f,-0.14694969639414626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.964650479727384f,-0.24065142356271788f,0.10740737544026135f,0.12500000000000003f,-0.263512668972863f,0.8758105365942086f,-0.40437232506857157f,0.892999763014328f,0.0032442645586069486f,-0.41838116153550886f,-0.9082657531910318f,-0.30473642484646224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9647851976793858f,0.170242892757705f,0.20051653249604437f,-0.20752099606846047f,0.26299329953576395f,0.6385267280092592f,0.7232690661275937f,0.6030820921759508f,-0.004903747346736145f,0.7505337934319001f,-0.6608138755948466f,-0.186849010815357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9647851976793858f,0.25877385739919484f,-0.047176403693900144f,-0.12499999999999996f,0.26299329953576395f,0.9456327490425728f,-0.19134583438757827f,0.9035474934145623f,-0.004903747346736145f,-0.19701470672243665f,-0.980388269308151f,-0.30811305532727823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9856827849089492f,0.1686103423107198f,1.178517460172676e-16f,-0.006249999999999964f,0.16225921834542398f,0.9485546142901015f,-0.2718751363602209f,1.086278166873273f,-0.045840959807470584f,-0.26798264155504287f,-0.9623325361999931f,-0.3005786938861164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9856827849089492f,-0.16861034231071975f,1.178517460172676e-16f,-0.006249999999999964f,-0.16225921834542398f,0.9485546142901015f,-0.2718751363602209f,1.086278166873273f,0.04584095980747035f,-0.26798264155504287f,-0.9623325361999931f,-0.3005786938861164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.3295101551129477e-17f,1.178517460172676e-16f,-0.006249999999999964f,0f,0.9623325361999931f,-0.2718751363602209f,1.086278166873273f,-1.2246467991473532e-16f,-0.2718751363602209f,-0.9623325361999931f,-0.3005786938861164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9856827849089492f,0.16861034231071978f,1.218437868590136e-16f,-0.006249999999999965f,0.16775549182863397f,0.9806853963008987f,0.10056961988335335f,1.1096194409283329f,0.016957078034591056f,0.09912974300385817f,-0.9949300234471355f,-0.2917559292691386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9856827849089492f,-0.16861034231071978f,1.218437868590136e-16f,-0.006249999999999965f,-0.16775549182863397f,0.9806853963008987f,0.10056961988335335f,1.1096194409283329f,-0.0169570780345913f,0.09912974300385814f,-0.9949300234471355f,-0.2917559292691386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2316226308161472e-17f,1.218437868590136e-16f,-0.006249999999999965f,0f,0.9949300234471355f,0.10056961988335335f,1.1096194409283329f,-1.2246467991473532e-16f,0.10056961988335335f,-0.9949300234471355f,-0.2917559292691386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9773889047761554f,0.21123864939450354f,-0.009442553809936192f,-0.19999999999999998f,0.21139504450801197f,0.9751477543747792f,-0.06632489951202974f,1.1220403852517609f,-0.004802497050825037f,-0.06682132997637208f,-0.9977533993338562f,-0.2989281505081457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9773889047761554f,-0.21123864939450354f,0.009442553809936438f,0.18750000000000003f,-0.21139504450801197f,0.9751477543747792f,-0.06632489951202974f,1.1220403852517609f,0.004802497050824798f,-0.06682132997637212f,-0.9977533993338562f,-0.29892815050814564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.3569898636177743e-17f,1.2171054053623474e-16f,-0.0078124999999999644f,0f,0.9938419846520185f,-0.11080663131300907f,0.9737203364609656f,-1.2246467991473532e-16f,-0.11080663131300907f,-0.9938419846520185f,-0.28852524649027805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,2.9104885143481787e-18f,1.2243008977872403e-16f,3.598446423617668e-17f,0f,0.9997175501047699f,-0.02376594228127305f,1.1970947265625f,-1.2246467991473532e-16f,-0.02376594228127305f,-0.9997175501047699f,-0.29383544921875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5470523324608927f,-7.954634054270855e-18f,-0.8370984085214217f,-1.3918328393623178f,-0.01722085481521151f,0.9997883723841718f,-0.011254003947124672f,2.0743388535398943f,0.8369212553810127f,0.020572079267990658f,0.5469365610800407f,-0.6979006489027291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5470523324608927f,-7.954634054270855e-18f,-0.8370984085214217f,-1.340546683194109f,-0.01722085481521151f,0.9997883723841718f,-0.011254003947124672f,2.0727243984009682f,0.8369212553810127f,0.020572079267990658f,0.5469365610800407f,-0.6194392812107591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5470523324608927f,-7.954634054270855e-18f,-0.8370984085214217f,-1.240625f,-0.01722085481521151f,0.9997883723841718f,-0.011254003947124672f,2.0752197265625f,0.8369212553810127f,0.020572079267990658f,0.5469365610800407f,-0.7407104492187502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5470523324608931f,-1.181204372823971e-18f,0.8370984085214215f,1.3405466831941089f,-0.01722085481521151f,0.9997883723841718f,-0.011254003947124672f,2.0727243984009682f,-0.8369212553810125f,-0.020572079267990658f,-0.5469365610800412f,-0.8619816172267409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5470523324608931f,-1.181204372823971e-18f,0.8370984085214215f,1.3918328393623176f,-0.01722085481521151f,0.9997883723841718f,-0.011254003947124672f,2.0743388535398943f,-0.8369212553810125f,-0.020572079267990658f,-0.5469365610800412f,-0.7835202495347711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5470523324608931f,-1.181204372823971e-18f,0.8370984085214215f,1.240625f,-0.01722085481521151f,0.9997883723841718f,-0.011254003947124672f,2.0752197265625f,-0.8369212553810125f,-0.020572079267990658f,-0.5469365610800412f,-0.7407104492187498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3088088269167142f,-0.8534785905837912f,1.9135106236677394e-16f,0.0014006640624998775f,-0.8534785905837912f,1.3088088269167142f,0f,1.307266298828125f,-1.6028285405793562e-16f,-1.0452098240992342e-16f,-1.5625f,1.023333740234375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28.mcfunction new file mode 100644 index 000000000..06e13dcf4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..4ad9cf5d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6032260563240075f,-0.10636502919628665f,-0.5401381767476753f,0.04999610727661806f,-0.1511684126072227f,0.8024811170616856f,0.010798714445998463f,1.323290984884049f,0.5293494880001702f,0.10795824085240936f,-0.6124365944573f,-0.5939231644431313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5858080078743175f,0.1298705086792295f,-0.529114948650784f,0.04999610727661806f,0.16401778865172542f,0.782934393092375f,0.010578332518529108f,1.323290984884049f,0.5195451307789553f,-0.1007342399012015f,-0.5999378884479675f,-0.5939231644431313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6032260563240073f,0.10636502919628661f,0.5401381767476755f,-0.049996107276617935f,0.1511684126072227f,0.8024811170616856f,0.010798714445998463f,1.323290984884049f,-0.5293494880001705f,0.1079582408524094f,-0.6124365944572998f,-0.5939231644431313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5858080078743173f,-0.12987050867922947f,0.5291149486507842f,-0.049996107276617935f,-0.16401778865172542f,0.782934393092375f,0.010578332518529108f,1.323290984884049f,-0.5195451307789555f,-0.10073423990120155f,-0.5999378884479672f,-0.5939231644431313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.00001063458348905905f,0.000006515225889543282f,0.000009412655875068297f,-0.08881585858771718f,0.000004460756477506726f,0.000014190490888565385f,-0.000004782493595387744f,1.3780838679588876f,-0.000010542670945382605f,-5.678247526904672e-7f,-0.000011518258956440317f,0.3808925780903368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3106608375713806f,-0.9203530252308907f,-0.2375713639052404f,-0.1909998397144792f,-0.056163869253917656f,0.23172783319647336f,-0.9711579846309749f,1.3848073366186775f,0.9488600865195447f,0.31504367994044125f,0.020298175772902508f,0.15321509865291466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.28372336471274495f,-0.9203530252308907f,-0.26916790533870594f,-0.29843749999999997f,-0.15880690198282954f,0.23172783319647336f,-0.9597304721663702f,1.4428462925313683f,0.9456645389347617f,0.31504367994044125f,-0.08041181213534532f,-0.19540264598143103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3106608375713808f,0.9203530252308907f,0.23757136390524036f,0.19560160484063366f,0.056163869253917656f,0.23172783319647336f,-0.9711579846309749f,1.3859659757846599f,-0.9488600865195446f,0.31504367994044147f,0.020298175772902563f,0.15479031705261687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2837233647127452f,0.9203530252308907f,0.26916790533870594f,0.2984375000000001f,0.15880690198282954f,0.23172783319647336f,-0.9597304721663702f,1.4428462925313683f,-0.9456645389347615f,0.31504367994044147f,-0.08041181213534525f,-0.19540264598143098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.375905087163684e-17f,1.1771968531585875e-16f,-0.15625f,0f,0.961254178738064f,-0.2756635700607001f,1.1909433487551673f,-1.2246467991473532e-16f,-0.2756635700607001f,-0.961254178738064f,-0.05152749434087454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.309495208526989e-17f,1.2176255605276632e-16f,-0.15625f,0f,0.9942667235772974f,-0.10692839841158372f,1.376700056935838f,-1.2246467991473532e-16f,-0.10692839841158372f,-0.9942667235772974f,-0.07779073606540457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.375905087163684e-17f,1.1771968531585875e-16f,0.15625f,0f,0.961254178738064f,-0.2756635700607001f,1.1909433487551673f,-1.2246467991473532e-16f,-0.2756635700607001f,-0.961254178738064f,-0.05152749434087451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.309495208526989e-17f,1.2176255605276632e-16f,0.15625f,0f,0.9942667235772974f,-0.10692839841158372f,1.376700056935838f,-1.2246467991473532e-16f,-0.10692839841158372f,-0.9942667235772974f,-0.07779073606540454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2822633765068239e-17f,1.2179153455780707e-16f,0.29375000000000007f,0f,0.9945033510282564f,0.10470475057784706f,2.0719815726243147f,-1.2246467991473532e-16f,0.10470475057784706f,-0.9945033510282564f,-0.19936535275923048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2822633765068239e-17f,1.2179153455780707e-16f,0.33125000000000004f,0f,0.9945033510282564f,0.10470475057784706f,1.9574847241124558f,-1.2246467991473532e-16f,0.10470475057784706f,-0.9945033510282564f,-0.30568813574036036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2822633765068239e-17f,1.2179153455780707e-16f,-0.29374999999999996f,0f,0.9945033510282564f,0.10470475057784706f,2.0719815726243147f,-1.2246467991473532e-16f,0.10470475057784706f,-0.9945033510282564f,-0.19936535275923056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2822633765068239e-17f,1.2179153455780707e-16f,-0.33124999999999993f,0f,0.9945033510282564f,0.10470475057784706f,1.9574847241124558f,-1.2246467991473532e-16f,0.10470475057784706f,-0.9945033510282564f,-0.30568813574036047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2179153455780707e-16f,0.19523827377799088f,0.15557459969882223f,0.9822593644934022f,0.10470475057784706f,2.180457838790615f,0.016379431643816188f,0.10341566135066156f,-0.9945033510282564f,-0.20994050024019922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2179153455780707e-16f,0.08005326181113279f,-1.3877787807814457e-17f,0.9945033510282564f,0.10470475057784706f,2.1904798297102532f,-1.214306433183765e-16f,0.10470475057784706f,-0.9945033510282564f,-0.20888535039233874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2179153455780707e-16f,0.05771677939820301f,0.24059213586097755f,0.9649623512698744f,0.10470475057784706f,2.1861838885118456f,0.02533037173808305f,0.10159457200647921f,-0.9945033510282564f,-0.2093376419318406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2179153455780707e-16f,0.08682420206637906f,-0.06937304689444719f,0.9920807908487153f,0.10470475057784706f,2.1961300940059085f,-0.007303834184568899f,0.10444969506788178f,-0.9945033510282564f,-0.20829047103555845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2179153455780707e-16f,0.1446100421182231f,0.08667667822390271f,0.9907189655288231f,0.10470475057784706f,2.303563602714711f,0.00912562030582043f,0.10430631739066988f,-0.9945033510282564f,-0.22840221952415013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2179153455780707e-16f,0.12500000000000003f,0.08667667822390271f,0.9907189655288231f,0.10470475057784706f,2.0806518354707264f,0.00912562030582043f,0.10430631739066988f,-0.9945033510282564f,-0.2518711409370508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2179153455780707e-16f,-0.19523827377799083f,-0.15557459969882223f,0.9822593644934022f,0.10470475057784706f,2.180457838790615f,-0.016379431643816427f,0.10341566135066152f,-0.9945033510282564f,-0.20994050024019922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2179153455780707e-16f,-0.08005326181113276f,1.3877787807814457e-17f,0.9945033510282564f,0.10470475057784706f,2.1904798297102532f,-1.214306433183765e-16f,0.10470475057784706f,-0.9945033510282564f,-0.20888535039233874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2179153455780707e-16f,-0.05771677939820295f,-0.24059213586097755f,0.9649623512698744f,0.10470475057784706f,2.1861838885118456f,-0.02533037173808328f,0.10159457200647914f,-0.9945033510282564f,-0.20933764193184057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2179153455780707e-16f,-0.086824202066379f,0.06937304689444719f,0.9920807908487153f,0.10470475057784706f,2.1961300940059085f,0.007303834184568652f,0.10444969506788179f,-0.9945033510282564f,-0.20829047103555845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2179153455780707e-16f,-0.14461004211822304f,-0.08667667822390271f,0.9907189655288231f,0.10470475057784706f,2.303563602714711f,-0.009125620305820674f,0.10430631739066985f,-0.9945033510282564f,-0.22840221952415013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2179153455780707e-16f,-0.12499999999999997f,-0.08667667822390271f,0.9907189655288231f,0.10470475057784706f,2.0806518354707264f,-0.009125620305820674f,0.10430631739066985f,-0.9945033510282564f,-0.2518711409370508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2822633765068239e-17f,1.2179153455780707e-16f,3.361093300428112e-17f,0f,0.9945033510282564f,0.10470475057784706f,1.5676968446131871f,-1.2246467991473532e-16f,0.10470475057784706f,-0.9945033510282564f,-0.27445409588856445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-2.1590081175704224e-18f,1.2244564716872072e-16f,3.442056104837003e-17f,0f,0.9998445858346435f,0.01762963916676717f,1.1927551249251958f,-1.2246467991473532e-16f,0.01762963916676717f,-0.9998445858346435f,-0.2810652105761021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9649292397521956f,-0.26246405122638805f,-0.00491773170088336f,0.20765222380133302f,-0.2624807401601489f,0.964932198217211f,0.0031167111963374405f,0.5918595802891526f,0.0039272530132824866f,0.004298215621965917f,-0.9999830508694818f,-0.14476103645096988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9649292397521956f,-0.23995153666679614f,0.10646512256365043f,0.12500000000000003f,-0.2624807401601489f,0.8758427442747945f,-0.40497326868100486f,0.8933423749268181f,0.0039272530132824866f,-0.4187155924400715f,-0.9081089303224198f,-0.30266285543402516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9650579507141643f,0.16973641377829524f,0.19963141436422494f,-0.20718488163021687f,0.2619784147916904f,0.6410324934179179f,0.721418500293443f,0.6037103150314791f,-0.005519234241319639f,0.7485097809782383f,-0.6631007810531511f,-0.18384837922731526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9650579507141643f,0.2577540831219841f,-0.04718033909715819f,-0.12499999999999996f,0.2619784147916904f,0.945282994723152f,-0.19444117380447629f,0.9038825339246599f,-0.005519234241319639f,-0.20000723117221247f,-0.9797788758348561f,-0.30606304635516696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9856482782888039f,0.1688119412432564f,1.1776331671569569e-16f,-0.006249999999999964f,0.162331327823354f,0.9478096904937755f,-0.2744181674255554f,1.0866295867045561f,-0.04632506355552507f,-0.2704797942541674f,-0.9616104561550898f,-0.29893701483251506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9856482782888039f,-0.16881194124325635f,1.1776331671569569e-16f,-0.006249999999999964f,-0.162331327823354f,0.9478096904937755f,-0.2744181674255554f,1.0866295867045561f,0.046325063555524834f,-0.2704797942541674f,-0.9616104561550898f,-0.29893701483251506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.360653303655889e-17f,1.1776331671569569e-16f,-0.006249999999999964f,0f,0.9616104561550898f,-0.2744181674255554f,1.0866295867045561f,-1.2246467991473532e-16f,-0.2744181674255554f,-0.9616104561550898f,-0.29893701483251506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9856482782888039f,0.16881194124325638f,1.2186792006826825e-16f,-0.006249999999999965f,0.16798933518077147f,0.9808452990491431f,0.09860062169540011f,1.109990516927826f,0.01664496235619231f,0.09718553301227681f,-0.9951270860554849f,-0.29016642824417793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9856482782888039f,-0.16881194124325638f,1.2186792006826825e-16f,-0.006249999999999965f,-0.16798933518077147f,0.9808452990491431f,0.09860062169540011f,1.109990516927826f,-0.016644962356192554f,0.09718553301227678f,-0.9951270860554849f,-0.29016642824417793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2075093575321084e-17f,1.2186792006826825e-16f,-0.006249999999999965f,0f,0.9951270860554849f,0.09860062169540011f,1.109990516927826f,-1.2246467991473532e-16f,0.09860062169540011f,-0.9951270860554849f,-0.29016642824417793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9773456793283052f,0.21143855498844025f,-0.009442487103190936f,-0.19999999999999998f,0.21158319900291614f,0.9749527772485892f,-0.0685538622905745f,1.122541838792783f,-0.005288950556205605f,-0.06899869273879752f,-0.9976027302500485f,-0.297370194695339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9773456793283052f,-0.21143855498844025f,0.009442487103191182f,0.18750000000000003f,-0.21158319900291614f,0.9749527772485892f,-0.0685538622905745f,1.122541838792783f,0.005288950556205365f,-0.06899869273879758f,-0.9976027302500485f,-0.29737019469533893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.3841826575023518e-17f,1.2167991479157745e-16f,-0.0078124999999999644f,0f,0.9935919064688344f,-0.11302709144106476f,0.9740989706817696f,-1.2246467991473532e-16f,-0.11302709144106476f,-0.9935919064688344f,-0.2866320874137044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.184050894812161e-18f,1.2242328065575527e-16f,3.5813743210221335e-17f,0f,0.999661949396276f,-0.025999748637966644f,1.1974609375f,-1.2246467991473532e-16f,-0.025999748637966644f,-0.999661949396276f,-0.29244140625000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5489061237876812f,-8.812501624136912e-18f,-0.8358840034767879f,-1.391737575074066f,-0.019277318866183224f,0.999734032239591f,-0.012658979394082427f,2.0745907149127403f,0.8356616852804215f,0.02306219378047776f,0.5487601324552626f,-0.6961740278792306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5489061237876812f,-8.812501624136912e-18f,-0.8358840034767879f,-1.3402776259689708f,-0.019277318866183224f,0.999734032239591f,-0.012658979394082427f,2.072783466269035f,0.8356616852804215f,0.02306219378047776f,0.5487601324552626f,-0.617830744884191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5489061237876812f,-8.812501624136912e-18f,-0.8358840034767879f,-1.240625f,-0.019277318866183224f,0.999734032239591f,-0.012658979394082427f,2.0755859375f,0.8356616852804215f,0.02306219378047776f,0.5487601324552626f,-0.7393164062500002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5489061237876817f,-1.4291697892444863e-18f,0.8358840034767877f,1.3402776259689706f,-0.019277318866183224f,0.999734032239591f,-0.012658979394082427f,2.072783466269035f,-0.8356616852804213f,-0.02306219378047776f,-0.548760132455263f,-0.8608020676158091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5489061237876817f,-1.4291697892444863e-18f,0.8358840034767877f,1.391737575074066f,-0.019277318866183224f,0.999734032239591f,-0.012658979394082427f,2.0745907149127403f,-0.8356616852804213f,-0.02306219378047776f,-0.548760132455263f,-0.7824587846207697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5489061237876817f,-1.4291697892444863e-18f,0.8358840034767877f,1.240625f,-0.019277318866183224f,0.999734032239591f,-0.012658979394082427f,2.0755859375f,-0.8356616852804213f,-0.02306219378047776f,-0.548760132455263f,-0.73931640625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3539977401613486f,-0.7798053408626804f,1.9135106236677394e-16f,0.0004582812499998888f,-0.7798053408626804f,1.3539977401613486f,0f,1.3138666406250001f,-1.6581689985413453e-16f,-9.549861146454923e-17f,-1.5625f,1.017177734375f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29.mcfunction new file mode 100644 index 000000000..b55cd923f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..9d5237cb6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6073780063601164f,-0.10709713001020617f,-0.5353191632830191f,0.049479862310346415f,-0.15016622494684367f,0.8026821503625565f,0.009793611131788237f,1.3255800532710251f,0.5248680850648749f,0.10571667170963975f,-0.6166700276869407f,-0.5936416610049431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5898400710684517f,0.1307643955688081f,-0.5243942823996922f,0.049479862310346415f,0.16500015545736446f,0.7827406395625268f,0.009593741516853785f,1.3255800532710251f,0.5146490447489528f,-0.10108295617348612f,-0.6040849250810848f,-0.5936416610049431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6073780063601163f,0.10709713001020614f,0.5353191632830193f,-0.04947986231034629f,0.15016622494684367f,0.8026821503625565f,0.009793611131788237f,1.3255800532710251f,-0.5248680850648751f,0.10571667170963979f,-0.6166700276869405f,-0.5936416610049432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5898400710684515f,-0.13076439556880806f,0.5243942823996924f,-0.04947986231034629f,-0.16500015545736446f,0.7827406395625268f,0.009593741516853785f,1.3255800532710251f,-0.514649044748953f,-0.10108295617348617f,-0.6040849250810846f,-0.5936416610049432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010539369971944452f,0.000006456182442002707f,0.000009559289401940478f,-0.09505035611904779f,0.000004346314464941111f,0.000014216743473140632f,-0.000004809821263909598f,1.3847282267474381f,-0.000010685123123591944f,-5.852677118116196e-7f,-0.000011385351577320376f,0.3835461117869214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.30056031376493875f,-0.9247781200582768f,-0.23334293743544263f,-0.19477798017652018f,-0.04886860645585134f,0.22940173083373963f,-0.9721042666265527f,1.389573374703232f,0.9525100299170529f,0.3035791075682975f,0.023756438189498866f,0.15473454911176004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2734805284245999f,-0.9247781200582768f,-0.2645634691979997f,-0.29843749999999997f,-0.15400875325945948f,0.22940173083373963f,-0.9610703147064483f,1.4458325243721462f,0.9494681166274458f,0.3035791075682975f,-0.07968701874187299f,-0.19531589747200934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.30056031376493897f,0.9247781200582768f,0.2333429374354426f,0.1994018707768116f,0.04886860645585134f,0.22940173083373963f,-0.9721042666265527f,1.3907203833574007f,-0.9525100299170528f,0.3035791075682977f,0.02375643818949892f,0.15625244464960159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.27348052842460013f,0.9247781200582768f,0.2645634691979997f,0.2984375000000001f,0.15400875325945948f,0.22940173083373963f,-0.9610703147064483f,1.4458325243721462f,-0.9494681166274457f,0.3035791075682977f,-0.07968701874187292f,-0.19531589747200928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,3.592056502794032e-17f,1.170782252799046e-16f,-0.15625f,0f,0.9560162600467255f,-0.2933136725866562f,1.194225153861215f,-1.2246467991473532e-16f,-0.2933136725866562f,-0.9560162600467255f,-0.05006118892277336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.3546664408338226e-17f,1.2171312874964e-16f,-0.15625f,0f,0.9938631190183278f,-0.11061690944499217f,1.3798831329931203f,-1.2246467991473532e-16f,-0.11061690944499217f,-0.9938631190183278f,-0.07701350393757392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,3.592056502794032e-17f,1.170782252799046e-16f,0.15625f,0f,0.9560162600467255f,-0.2933136725866562f,1.194225153861215f,-1.2246467991473532e-16f,-0.2933136725866562f,-0.9560162600467255f,-0.0500611889227733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.3546664408338226e-17f,1.2171312874964e-16f,0.15625f,0f,0.9938631190183278f,-0.11061690944499217f,1.3798831329931203f,-1.2246467991473532e-16f,-0.11061690944499217f,-0.9938631190183278f,-0.07701350393757386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2609425148531508e-17f,1.2181379324215367e-16f,0.29375000000000007f,0f,0.994685106979132f,0.10296377010343458f,2.0749507742236517f,-1.2246467991473532e-16f,0.10296377010343458f,-0.994685106979132f,-0.19980498408396408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2609425148531508e-17f,1.2181379324215367e-16f,0.33125000000000004f,0f,0.994685106979132f,0.10296377010343458f,1.9602679892984574f,-1.2246467991473532e-16f,0.10296377010343458f,-0.994685106979132f,-0.305927184126187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2609425148531508e-17f,1.2181379324215367e-16f,-0.29374999999999996f,0f,0.994685106979132f,0.10296377010343458f,2.0749507742236517f,-1.2246467991473532e-16f,0.10296377010343458f,-0.994685106979132f,-0.19980498408396413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2609425148531508e-17f,1.2181379324215367e-16f,-0.33124999999999993f,0f,0.994685106979132f,0.10296377010343458f,1.9602679892984574f,-1.2246467991473532e-16f,0.10296377010343458f,-0.994685106979132f,-0.3059271841261871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181379324215367e-16f,0.19523827377799088f,0.15560303259376534f,0.9824388827269159f,0.10296377010343458f,2.1834083630233296f,0.016107082294655985f,0.10169611523488056f,-0.994685106979132f,-0.21056999673543209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181379324215367e-16f,0.08005326181113279f,0f,0.994685106979132f,0.10296377010343458f,2.193432185567253f,-1.231653667943533e-16f,0.10296377010343458f,-0.994685106979132f,-0.20953239141418156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181379324215367e-16f,0.05771677939820301f,0.2406361066051499f,0.9651387082922342f,0.10296377010343458f,2.1891354592403927f,0.024909190441511173f,0.09990530609262682f,-0.994685106979132f,-0.20997716246645942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181379324215367e-16f,0.08682420206637906f,-0.06938572554866228f,0.9922621040512296f,0.10296377010343458f,2.199083482508157f,-0.0071823895258165075f,0.1027129555344036f,-0.994685106979132f,-0.20894740342659962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181379324215367e-16f,0.1446100421182231f,0.08669251929880009f,0.9909000298434321f,0.10296377010343458f,2.306481622184479f,0.00897388385946384f,0.10257196187257892f,-0.994685106979132f,-0.22924717718932697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181379324215367e-16f,0.12500000000000003f,0.08669251929880009f,0.9909000298434321f,0.10296377010343458f,2.083529115469707f,0.00897388385946384f,0.10257196187257892f,-0.994685106979132f,-0.2523258686106572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181379324215367e-16f,-0.19523827377799083f,-0.15560303259376534f,0.9824388827269159f,0.10296377010343458f,2.1834083630233296f,-0.016107082294656225f,0.10169611523488052f,-0.994685106979132f,-0.21056999673543214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181379324215367e-16f,-0.08005326181113276f,0f,0.994685106979132f,0.10296377010343458f,2.193432185567253f,-1.231653667943533e-16f,0.10296377010343458f,-0.994685106979132f,-0.20953239141418162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181379324215367e-16f,-0.05771677939820295f,-0.2406361066051499f,0.9651387082922342f,0.10296377010343458f,2.1891354592403927f,-0.02490919044151141f,0.09990530609262675f,-0.994685106979132f,-0.20997716246645948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181379324215367e-16f,-0.086824202066379f,0.06938572554866228f,0.9922621040512296f,0.10296377010343458f,2.199083482508157f,0.007182389525816265f,0.10271295553440361f,-0.994685106979132f,-0.2089474034265997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181379324215367e-16f,-0.14461004211822304f,-0.08669251929880009f,0.9909000298434321f,0.10296377010343458f,2.306481622184479f,-0.008973883859464083f,0.10257196187257889f,-0.994685106979132f,-0.22924717718932705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181379324215367e-16f,-0.12499999999999997f,-0.08669251929880009f,0.9909000298434321f,0.10296377010343458f,2.083529115469707f,-0.008973883859464083f,0.10257196187257889f,-0.994685106979132f,-0.25232586861065726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2609425148531508e-17f,1.2181379324215367e-16f,3.35566560834168e-17f,0f,0.994685106979132f,0.10296377010343458f,1.570535380327169f,-1.2246467991473532e-16f,0.10296377010343458f,-0.994685106979132f,-0.2740108911955696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.944670852022242e-18f,1.2244923879671884e-16f,3.428590765292514e-17f,0f,0.999873913702896f,0.0158794425737788f,1.195582662688583f,-1.2246467991473532e-16f,0.0158794425737788f,-0.999873913702896f,-0.27996568216073664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9646387825376628f,-0.2635019643440237f,-0.006223665406868556f,0.2081839385726949f,-0.26352131150495517f,0.9646503067274028f,0.00251079936195564f,0.5948341889204951f,0.005342060179755439f,0.004062082910099352f,-0.9999774806841739f,-0.1430646017361306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9646387825376628f,-0.24144411684034883f,0.10572018571417545f,0.12500000000000003f,-0.26352131150495517f,0.8753311944162674f,-0.4054032788033405f,0.896132565981147f,0.005342060179755439f,-0.41892724729357794f,-0.9080040880238709f,-0.3010391893891812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9647260449883672f,0.17035376750447276f,0.20070688084401817f,-0.20759350341590702f,0.2631774665524235f,0.6426983375857245f,0.7194973717558628f,0.6069063763574793f,-0.006424890672289107f,0.7469393822537262f,-0.6648610982891622f,-0.18150999862705208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9647260449883672f,0.25899414127749243f,-0.04717724986725229f,-0.12499999999999996f,0.2631774665524235f,0.9444521706895758f,-0.19684440144133297f,0.9066667569954816f,-0.006424890672289107f,-0.20231690997957374f,-0.9792990292633635f,-0.3044578250342176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9853823578071785f,0.1703572978253813f,1.1759769030961045e-16f,-0.006249999999999964f,0.16358696046565793f,0.9462213058544029f,-0.27911385976478453f,1.0894260035047008f,-0.04754908293514122f,-0.27503387323168554f,-0.9602580139145959f,-0.2976516924772849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9853823578071785f,-0.17035729782538125f,1.1759769030961045e-16f,-0.006249999999999964f,-0.16358696046565793f,0.9462213058544029f,-0.27911385976478453f,1.0894260035047008f,0.047549082935140985f,-0.27503387323168554f,-0.9602580139145959f,-0.2976516924772849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.418158949586066e-17f,1.1759769030961045e-16f,-0.006249999999999964f,0f,0.9602580139145959f,-0.27911385976478453f,1.0894260035047008f,-1.2246467991473532e-16f,-0.27911385976478453f,-0.9602580139145959f,-0.2976516924772849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9853823578071785f,0.17035729782538128f,1.218653859187885e-16f,-0.006249999999999965f,0.16952363618658425f,0.9805602839557064f,0.09880924199073274f,1.1128022503383228f,0.016832875465715307f,0.09736488384596832f,-0.9951063931546299f,-0.2889220112704151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9853823578071785f,-0.17035729782538128f,1.218653859187885e-16f,-0.006249999999999965f,-0.16952363618658425f,0.9805602839557064f,0.09880924199073274f,1.1128022503383228f,-0.01683287546571555f,0.09736488384596827f,-0.9951063931546299f,-0.2889220112704151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2100642193012711e-17f,1.218653859187885e-16f,-0.006249999999999965f,0f,0.9951063931546299f,0.09880924199073274f,1.1128022503383228f,-1.2246467991473532e-16f,0.09880924199073274f,-0.9951063931546299f,-0.2889220112704151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9770129260541317f,0.21297086950881064f,-0.009441984103192682f,-0.19999999999999998f,0.21310196671382825f,0.9744977314179982f,-0.07029739144430228f,1.126463557599021f,-0.005770104491448207f,-0.07069356549104151f,-0.9974813911508935f,-0.2961789010966786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9770129260541317f,-0.21297086950881064f,0.009441984103192929f,0.18750000000000003f,-0.21310196671382825f,0.9744977314179982f,-0.07029739144430228f,1.126463557599021f,0.005770104491447967f,-0.07069356549104157f,-0.9974813911508935f,-0.29617890109667855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.405479895707864e-17f,1.216554990655773e-16f,-0.0078124999999999644f,0f,0.9933925369361892f,-0.11476614291454597f,0.9769170989387079f,-1.2246467991473532e-16f,-0.11476614291454597f,-0.9933925369361892f,-0.2851498056352787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.3983408233897114e-18f,1.2241751960510661e-16f,3.568009645259954e-17f,0f,0.9996149068477413f,-0.027749558695256204f,1.2002685546875f,-1.2246467991473532e-16f,-0.027749558695256204f,-0.9996149068477413f,-0.29135009765625003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.416553806901899f,-8.535921690287205e-18f,-0.9091110635975866f,-1.3965176192381645f,-0.020236240360658905f,0.9997522295082947f,-0.009272225690727706f,2.0779512946007967f,0.9088858127023444f,0.022259370907421246f,0.41645059716034116f,-0.7183615305526214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.416553806901899f,-8.535921690287205e-18f,-0.9091110635975866f,-1.3574656998411117f,-0.020236240360658905f,0.9997522295082947f,-0.009272225690727706f,2.076054147066985f,0.9088858127023444f,0.022259370907421246f,0.41645059716034116f,-0.6331534856117766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.416553806901899f,-8.535921690287205e-18f,-0.9091110635975866f,-1.240625f,-0.020236240360658905f,0.9997522295082947f,-0.009272225690727706f,2.0783935546875f,0.9088858127023444f,0.022259370907421246f,0.41645059716034116f,-0.7382250976562502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41655380690189947f,-1.3492247477489684e-18f,0.9091110635975865f,1.3574656998411117f,-0.020236240360658905f,0.9997522295082947f,-0.009272225690727706f,2.076054147066985f,-0.9088858127023443f,-0.022259370907421246f,-0.4164505971603416f,-0.8432967097007236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.41655380690189947f,-1.3492247477489684e-18f,0.9091110635975865f,1.3965176192381645f,-0.020236240360658905f,0.9997522295082947f,-0.009272225690727706f,2.0779512946007967f,-0.9088858127023443f,-0.022259370907421246f,-0.4164505971603416f,-0.7580886647598788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.41655380690189947f,-1.3492247477489684e-18f,0.9091110635975865f,1.240625f,-0.020236240360658905f,0.9997522295082947f,-0.009272225690727706f,2.0783935546875f,-0.9088858127023443f,-0.022259370907421246f,-0.4164505971603416f,-0.7382250976562499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4739448209756758f,-0.5185488547080046f,1.9135106236677394e-16f,-0.00027902343750010617f,-0.5185488547080046f,1.4739448209756758f,0f,1.321555849609375f,-1.80506180712768e-16f,-6.350391951196837e-17f,-1.5625f,1.0123547363281247f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..7086152fa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7596775710549076f,-0.1339516524160522f,-0.2681256930910748f,0.03054324627323958f,-0.12225235423246744f,0.8055168612193154f,-0.056048127715793095f,1.2375714920256848f,0.2736581706530602f,-0.011999397936383296f,-0.7693579560441481f,-0.36807396811684445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7377420120715771f,0.16355346648373198f,-0.2626537401708488f,0.03054324627323958f,0.19132556023118213f,0.7748419510585997f,-0.05490428837465446f,1.2375714920256848f,0.24316918724790218f,-0.11344696770234834f,-0.7536567732677371f,-0.36807396811684445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7596775710549076f,0.1339516524160522f,0.26812569309107503f,-0.030543246273239483f,0.12225235423246744f,0.8055168612193154f,-0.056048127715793095f,1.2375714920256848f,-0.2736581706530604f,-0.011999397936383254f,-0.7693579560441481f,-0.36807396811684445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7377420120715771f,-0.16355346648373198f,0.262653740170849f,-0.030543246273239483f,-0.19132556023118213f,0.7748419510585997f,-0.05490428837465446f,1.2375714920256848f,-0.2431691872479024f,-0.11344696770234838f,-0.7536567732677371f,-0.36807396811684445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2599434861306642f,0.6029853948464728f,1.4178308247531084f,-0.4730135722883943f,1.3231740241542056f,0.8240055586172049f,-0.10784985475889008f,0.9776919765142165f,-0.7893327155400331f,1.1827213124695908f,-0.6477116728980618f,0.2734751755448961f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.2879381453516673f,-0.9293475242268224f,-0.23109479367765454f,-0.4266531174569882f,-0.677389720499772f,0.36823030471067625f,-0.6368277704795258f,1.1461777773438926f,0.6769304181470079f,-0.026825769442053015f,-0.7355580106838338f,0.09515078648807909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.35519825359576124f,-0.9293475242268224f,-0.10073420400239884f,-0.2984375f,-0.8719003959472638f,0.36823030471067625f,-0.322794272315491f,1.4670333512803888f,0.33708144444559107f,-0.026825769442053015f,-0.941093235500243f,-0.035448762564119586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.663387282450544f,0.7390335934893175f,0.11724615634274821f,0.34017407594701593f,0.03488525420658073f,0.12597231510800122f,-0.9914201908702852f,1.3872730809764446f,-0.7474625960687425f,0.6617857081567997f,0.05778705700742262f,0.29172237512640364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06220888182047057f,0.9284111065354212f,0.36630980369670874f,0.2984375f,0.23134717545780142f,0.37043809640142195f,-0.8995855163030295f,1.4670333512803888f,-0.9708802909887212f,0.028782529356633325f,-0.23782982692145793f,-0.03544876256411951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.665351767214052e-17f,9.550830359243856e-17f,-0.15625000000000003f,0f,0.7798844830928818f,-0.6259234721840591f,1.163268788183067f,-1.2246467991473532e-16f,-0.6259234721840591f,-0.7798844830928818f,0.23798184679260573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.7674227378658396e-17f,1.1652575002135675e-16f,-0.15625000000000003f,0f,0.9515049572046939f,-0.3076334123837882f,1.3397532588315484f,-1.2246467991473532e-16f,-0.3076334123837882f,-0.9515049572046939f,0.17435367598811613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450645e-17f,1.0328566345430088e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.537299608346824f,1.1536805180942495f,-1.2246467991473532e-16f,-0.537299608346824f,-0.8433914458128857f,0.1982753743916567f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.156040941264233e-17f,1.2191781970175922e-16f,0.15624999999999997f,0f,0.995534547484574f,-0.09439790656939726f,1.3397532588315484f,-1.2246467991473532e-16f,-0.09439790656939726f,-0.995534547484574f,0.17435367598811616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.78111377061373e-18f,1.2245172706154333e-16f,0.29375f,0f,0.9998942319271077f,0.014543897651582621f,2.0212290631951255f,-1.2246467991473532e-16f,0.014543897651582621f,-0.9998942319271077f,-0.009460092672807442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.78111377061373e-18f,1.2245172706154333e-16f,0.33125f,0f,0.9998942319271077f,0.014543897651582621f,1.897605774609073f,-1.2246467991473532e-16f,0.014543897651582621f,-0.9998942319271077f,-0.1050181641224216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.78111377061373e-18f,1.2245172706154333e-16f,-0.29375f,0f,0.9998942319271077f,0.014543897651582621f,2.0212290631951255f,-1.2246467991473532e-16f,0.014543897651582621f,-0.9998942319271077f,-0.009460092672807511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.78111377061373e-18f,1.2245172706154333e-16f,-0.33125f,0f,0.9998942319271077f,0.014543897651582621f,1.897605774609073f,-1.2246467991473532e-16f,0.014543897651582621f,-0.9998942319271077f,-0.10501816412242168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2245172706154333e-16f,0.19523827377799086f,0.15641791926832962f,0.9875838747027348f,0.014543897651582621f,2.1283086598391914f,0.0022751668487250767f,0.014364838137277177f,-0.9998942319271077f,-0.029779887164148332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2245172706154333e-16f,0.08005326181113277f,0f,0.9998942319271078f,0.014543897651582621f,2.1383849767290357f,-1.22514845490862e-16f,0.014543897651582621f,-0.9998942319271077f,-0.02963332274076092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2245172706154333e-16f,0.05771677939820298f,0.24189630798697973f,0.9701930999668927f,0.014543897651582621f,2.134065748623324f,0.0035184872892783043f,0.01411188173472615f,-0.9998942319271077f,-0.029696147797149377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2245172706154333e-16f,0.08682420206637903f,-0.06974909573632562f,0.9974585398326418f,0.014543897651582621f,2.14406586927932f,-0.0010145310146699906f,0.014508469447877098f,-0.9998942319271077f,-0.029550691681212014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2245172706154333e-16f,0.14461004211822306f,0.08714652445270626f,0.9960893324983029f,0.014543897651582621f,2.249246477044756f,0.0012675842022694828f,0.014488553730095607f,-0.9998942319271077f,-0.05927409947450235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2245172706154333e-16f,0.125f,0.08714652445270626f,0.9960893324983029f,0.014543897651582621f,2.025126377232638f,0.0012675842022694828f,0.014488553730095607f,-0.9998942319271077f,-0.06253402406377385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2245172706154333e-16f,-0.19523827377799086f,-0.15641791926832962f,0.9875838747027348f,0.014543897651582621f,2.1283086598391914f,-0.0022751668487253187f,0.01436483813727714f,-0.9998942319271077f,-0.029779887164148373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2245172706154333e-16f,-0.08005326181113279f,0f,0.9998942319271078f,0.014543897651582621f,2.1383849767290357f,-1.22514845490862e-16f,0.014543897651582621f,-0.9998942319271077f,-0.029633322740760935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2245172706154333e-16f,-0.05771677939820298f,-0.24189630798697973f,0.9701930999668927f,0.014543897651582621f,2.134065748623324f,-0.003518487289278543f,0.01411188173472609f,-0.9998942319271077f,-0.029696147797149384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2245172706154333e-16f,-0.08682420206637903f,0.06974909573632562f,0.9974585398326418f,0.014543897651582621f,2.14406586927932f,0.0010145310146697465f,0.014508469447877115f,-0.9998942319271077f,-0.029550691681212028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2245172706154333e-16f,-0.14461004211822306f,-0.08714652445270626f,0.9960893324983029f,0.014543897651582621f,2.249246477044756f,-0.001267584202269727f,0.014488553730095586f,-0.9998942319271077f,-0.05927409947450238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2245172706154333e-16f,-0.125f,-0.08714652445270626f,0.9960893324983029f,0.014543897651582621f,2.025126377232638f,-0.001267584202269727f,0.014488553730095586f,-0.9998942319271077f,-0.06253402406377388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.78111377061373e-18f,1.2245172706154333e-16f,4.744413577516735e-18f,0f,0.9998942319271077f,0.014543897651582621f,1.5122260865683836f,-1.2246467991473532e-16f,0.014543897651582621f,-0.9998942319271077f,-0.03874107686248785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,8.89803512779873e-18f,1.2214099556448292e-16f,1.4076504045922117e-18f,0f,0.9973569167005724f,-0.07265797072261065f,1.138217242805669f,-1.2246467991473532e-16f,-0.07265797072261065f,-0.9973569167005724f,-0.011494337841508856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12359918410143642f,0.04195626943527115f,0.14268317356421095f,-0.12165143829660727f,0.7584941369016852f,-0.6402246260853564f,0.8268626002773404f,0.04730765705287673f,-0.6398514561796564f,-0.7670411329315662f,0.38359698461004255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.06443933485155183f,0.11351061174778072f,0.12499999999999999f,-0.12165143829660727f,0.14099545216908504f,-0.9825076132163058f,0.8449062253479083f,0.04730765705287673f,-0.9879108535649989f,-0.14762835429768428f,0.05940298354259241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,0.16621416726180754f,0.009438324409634755f,-0.15492912800183703f,0.15516246423391364f,0.9380708054011584f,-0.309754376477366f,0.7905338505654301f,-0.06033938232246931f,-0.303967127590281f,-0.9507697640782742f,0.37954429405059076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,0.10589552659010111f,-0.128461546053295f,-0.125f,0.15516246423391364f,0.3048905725234913f,-0.9396628908705277f,0.8499243614937966f,-0.06033938232246931f,-0.9464818414710887f,-0.3170666849519829f,0.04317568305259992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,0.13773266774151083f,9.606321332448011e-17f,-0.0010416666666666677f,0.10803966214760416f,0.7769397446226135f,-0.6202354912682599f,1.0320043311206206f,-0.08542668884034406f,-0.6143242999121513f,-0.7844156649195758f,0.007241282060820418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,-0.13680136871499476f,0.01598978676835416f,-0.0010416666666666677f,-0.10803966214760416f,0.699681410388183f,-0.7062388798135051f,1.0007576167352554f,0.08542668884034381f,-0.7012355591917077f,-0.7077930286170302f,0.007695585729053761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.595694090992607e-17f,9.606321332448011e-17f,-0.0010416666666666677f,0f,0.7844156649195758f,-0.6202354912682599f,1.0320043311206206f,-1.2246467991473532e-16f,-0.6202354912682599f,-0.7844156649195758f,0.007241282060820418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9948217482960331f,0.1016350781828019f,1.1781829947711552e-16f,-0.0010416666666666677f,0.09777898482287706f,0.9570776386195153f,-0.272839996667461f,1.0569909781044218f,-0.027730114392692923f,-0.2714271624898074f,-0.9620594244736133f,0.007754995016490528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9948217482960331f,-0.10163507818280185f,1.1781829947711552e-16f,-0.0010416666666666677f,-0.09777898482287706f,0.9570776386195153f,-0.272839996667461f,1.0569909781044218f,0.02773011439269268f,-0.2714271624898074f,-0.9620594244736133f,0.007754995016490528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.3413262859818066e-17f,1.1781829947711552e-16f,-0.0010416666666666677f,0f,0.9620594244736133f,-0.272839996667461f,1.0569909781044218f,-1.2246467991473532e-16f,-0.272839996667461f,-0.9620594244736133f,0.007754995016490528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.1449280269657138f,-0.0010539649334374152f,-0.19479166666666667f,0.1350776333841414f,0.919507308503015f,-0.36913458598305415f,1.0695143215365455f,-0.052528818772128075f,-0.36537949670085035f,-0.9293753529059388f,0.005932788270962846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,-0.14446839116474522f,0.011581355556484436f,0.19270833333333334f,-0.1350776333841414f,0.8902564041511491f,-0.43496846762403973f,1.0697411580741574f,0.05252881877212784f,-0.4319402954369226f,-0.9003712036578407f,-0.004481471997574982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.416474287757752e-17f,1.098352332160518e-16f,-0.007812500000000007f,0f,0.8968727415326884f,-0.4422886902190013f,0.9302961583737913f,-1.2246467991473532e-16f,-0.4422886902190013f,-0.8968727415326884f,0.05702391584568124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.438585834733811e-17f,1.141380453897324e-16f,2.9340496229572006e-18f,0f,0.9320078692827986f,-0.36243803828370164f,1.1385416666666666f,-1.2246467991473532e-16f,-0.36243803828370164f,-0.9320078692827986f,-0.023958333333333335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5125425007998649f,-0.1429516789348873f,-0.8466788070830154f,-0.09486067748224866f,1.3877787807814457e-17f,0.9860445064163191f,-0.16648192504352424f,1.151850458333333f,0.8586618571206135f,0.08532906219978355f,0.5053897172185885f,0.6345411938857817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5125425007998649f,-0.1429516789348873f,-0.8466788070830154f,-0.046809818032261336f,1.3877787807814457e-17f,0.9860445064163191f,-0.16648192504352424f,1.151850458333333f,0.8586618571206135f,0.08532906219978355f,0.5053897172185885f,0.7150407429908392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5125425007998649f,-0.1429516789348873f,-0.8466788070830154f,0.05616657330519731f,1.3877787807814457e-17f,0.9860445064163191f,-0.16648192504352424f,1.1768227470898618f,0.8586618571206135f,0.08532906219978355f,0.5053897172185885f,0.5989825108555221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6779025113134893f,-0.5270178025357657f,-0.5125430918130075f,0.6096206216012008f,-0.5236003709500142f,0.8355185959477003f,-0.16658729653425258f,2.0621010010795495f,0.5160337553841531f,0.1554378063276633f,-0.842346871347055f,-0.418776902669719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.0431165475053254f,-0.5270178025357657f,-0.8487598006159301f,0.6469123329442539f,-0.20895055806966734f,0.8355185959477003f,-0.5081814047246889f,2.0999891504356016f,0.9769752441150162f,0.1554378063276633f,-0.14614534118625983f,-0.49599658217876585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3977782543258991f,-0.5270178025357657f,-0.751015776262931f,0.740918843712167f,-0.40414025979788815f,0.8355185959477003f,-0.3722624426880571f,2.136884442160784f,0.8236765814298327f,0.1554378063276633f,-0.545340240187819f,-0.3755857063960696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014488795755140334f,-2.332845120731379e-7f,0.000005844741303278899f,-0.031523578125000076f,-0.0000012096765156961934f,0.000015394562774804414f,-0.0000023842702657164033f,1.4634638770833333f,-0.000005722945508494786f,-0.0000026633888767945716f,-0.000014293175973091717f,0.6181703208333333f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3.mcfunction new file mode 100644 index 000000000..5075422e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30.mcfunction new file mode 100644 index 000000000..feb28c324 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..d9736d12c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.10863481427358272f,-0.5249432145773404f,0.04839555568810225f,-0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.3315294147508323f,0.5146768737905775f,0.10377694872909858f,-0.625525782795626f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248054f,-0.5142300877492314f,0.04839555568810225f,0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.3315294147508323f,0.5046985944411788f,-0.09901803795313463f,-0.6127599504936745f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773406f,-0.048395555688102124f,0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.3315294147508323f,-0.5146768737905777f,0.10377694872909862f,-0.6255257827956258f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492316f,-0.048395555688102124f,-0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.3315294147508323f,-0.504698594441179f,-0.09901803795313469f,-0.6127599504936743f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3910903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3957492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3968950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2015660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,-0.2677817751111368f,-0.008321816540387605f,0.2098530391128096f,-0.26780659737683365f,0.9634706016643255f,0.0020065218725858203f,0.601262254081753f,0.007480515600267032f,0.004161808130031364f,-0.9999633599484747f,-0.14294550336864942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,-0.2462096596505439f,0.10562734119046385f,0.12500000000000003f,-0.26780659737683365f,0.8740489016552014f,-0.4053617445156592f,0.9021123478546278f,0.007480515600267032f,-0.41883089786941385f,-0.9080334359902473f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,0.17271086587182077f,0.2048103721055387f,-0.20915279732429903f,0.26780659737683365f,0.6421943081772339f,0.7182381895626314f,0.6133388576094085f,-0.007480515600267275f,0.7468315923650859f,-0.6649711381193806f,-0.18131242190478128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,0.2637264181378507f,-0.04716681130183422f,-0.12499999999999996f,0.26780659737683365f,0.943109672217999f,-0.19703749026594142f,0.9126459502059203f,-0.007480515600267275f,-0.2024661022122912f,-0.9792607003966391f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.0954063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1187841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9828996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.20625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-1.390625f,0f,1f,0f,2.084375f,1f,0f,-3.4450928483976665e-16f,-0.7850000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-1.3906250000000002f,0f,1f,0f,2.084375f,1f,0f,-3.4450928483976665e-16f,-0.6912500000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-1.240625f,0f,1f,0f,2.084375f,1f,0f,-3.4450928483976665e-16f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-9.957992501029599e-17f,0f,1f,1.390625f,0f,1f,0f,2.084375f,-1f,0f,-9.957992501029599e-17f,-0.7849999999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-9.957992501029599e-17f,0f,1f,1.390625f,0f,1f,0f,2.084375f,-1f,0f,-9.957992501029599e-17f,-0.6912499999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-9.957992501029599e-17f,0f,1f,1.240625f,0f,1f,0f,2.084375f,-1f,0f,-9.957992501029599e-17f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5625f,0f,1.9135106236677394e-16f,-0.00034250000000012385f,0f,1.5625f,0f,1.3279975f,-1.9135106236677394e-16f,0f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31.mcfunction new file mode 100644 index 000000000..18647b456 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..ab8253ccd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805957f,-0.11174991559903058f,-0.5027902048492876f,0.04619892463932787f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822636f,1.3378220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517602f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510499f,0.13644539463176997f,-0.49252918026052667f,0.04619892463932787f,0.1655773992237687f,0.7826148955319852f,0.009902027961622175f,1.3378220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404999f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805955f,0.11174991559903054f,0.5027902048492877f,-0.046198924639327746f,0.14957268809153887f,0.8027890615124442f,0.010108320210822636f,1.3378220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.64346272325176f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510497f,-0.1364453946317699f,0.4925291802605268f,-0.046198924639327746f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622175f,1.3378220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404997f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3973403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4019992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4031450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671987e-17f,1.085286376698435e-16f,-0.15625f,0f,0.8862035792312145f,-0.4632960351198618f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198618f,-0.8862035792312145f,-0.045951159220097126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516824e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712244f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712244f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671987e-17f,1.085286376698435e-16f,0.15625f,0f,0.8862035792312145f,-0.4632960351198618f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198618f,-0.8862035792312145f,-0.0459511592200971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516824e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712244f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712244f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5827698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2078160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2723523678184533f,-0.010475030134406316f,0.2116216102434847f,-0.27238212870428896f,0.962187988137152f,0.0015004822891414582f,0.607992917696996f,0.009670288266383149f,0.00429688587954119f,-0.9999440095808282f,-0.14299071894920545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2512620107988184f,0.10560748288814234f,0.12500000000000003f,-0.27238212870428896f,0.8726725974586382f,-0.4052783162313444f,0.9083623478546277f,0.009670288266383149f,-0.41870029803443887f,-0.9080729849250649f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.17522346284638385f,0.20918327258530953f,-0.2108145503472049f,0.2727416187405329f,0.6414539535488553f,0.7170417246460186f,0.620049604256953f,-0.008538903218316013f,0.7468825634225671f,-0.6649011382056458f,-0.1813402577936776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.2687697595288349f,-0.04715633387139237f,-0.12499999999999996f,0.2727416187405329f,0.9417033258912861f,-0.19699455680826253f,0.9188959502059202f,-0.008538903218316013f,-0.20237999497999354f,-0.9792698426704082f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572466f,1.1633802321791102e-16f,-0.006249999999999964f,0.1780070118343871f,0.9331454347612431f,-0.3123349185122325f,1.1016563656606273f,-0.05852572762184742f,-0.3068026084119499f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.1873813145857246f,1.1633802321791102e-16f,-0.006249999999999964f,-0.1780070118343871f,0.9331454347612431f,-0.3123349185122325f,1.1016563656606273f,0.058525727621847184f,-0.3068026084119499f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795497e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122325f,1.1016563656606273f,-1.2246467991473532e-16f,-0.3123349185122325f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.1873813145857246f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536923f,0.9751728800445958f,0.1201368388346471f,1.1250341149339689f,0.022511398791009385f,0.11800888513012109f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572466f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536923f,0.9751728800445958f,0.1201368388346471f,1.1250341149339689f,-0.022511398791009628f,0.11800888513012103f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.4712519513853203e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.1201368388346471f,1.1250341149339689f,-1.2246467991473532e-16f,0.1201368388346471f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.2298439518158378f,-0.009437511752500355f,-0.19999999999999998f,0.22993013988137426f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,-0.007031329072901589f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.2298439518158378f,0.009437511752500601f,0.18750000000000003f,-0.22993013988137426f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,0.007031329072901351f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9891496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7962779009366749f,3.012065152794882e-18f,-0.6049309915022397f,-1.2940391221189294f,0.0052889476119548405f,0.999961778725437f,-0.00696190501358343f,2.0893327948286524f,0.6049078702687218f,-0.008743059433639972f,-0.7962474661803949f,-0.8859171763459057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7962779009366749f,3.012065152794882e-18f,-0.6049309915022397f,-1.3686901753317426f,0.0052889476119548405f,0.999961778725437f,-0.00696190501358343f,2.089828633667273f,0.6049078702687218f,-0.008743059433639972f,-0.7962474661803949f,-0.829207063508213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7962779009366749f,3.012065152794882e-18f,-0.6049309915022397f,-1.240625f,0.0052889476119548405f,0.999961778725437f,-0.00696190501358343f,2.090625f,0.6049078702687218f,-0.008743059433639972f,-0.7962474661803949f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7962779009366746f,8.706332027624292e-19f,0.6049309915022401f,1.3686901753317426f,0.0052889476119548405f,0.999961778725437f,-0.00696190501358343f,2.089828633667273f,-0.6049078702687222f,0.008743059433639972f,0.7962474661803945f,-0.6470429364917871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7962779009366746f,8.706332027624292e-19f,0.6049309915022401f,1.2940391221189296f,0.0052889476119548405f,0.999961778725437f,-0.00696190501358343f,2.0893327948286524f,-0.6049078702687222f,0.008743059433639972f,0.7962474661803945f,-0.5903328236540943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7962779009366746f,8.706332027624292e-19f,0.6049309915022401f,1.240625f,0.0052889476119548405f,0.999961778725437f,-0.00696190501358343f,2.090625f,-0.6049078702687222f,0.008743059433639972f,0.7962474661803945f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0413219192555607f,1.164926997917859f,1.9135106236677394e-16f,-0.00034250000000012385f,1.164926997917859f,1.0413219192555607f,0f,1.3342474999999998f,-1.275251555298301e-16f,1.4266241192404414e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32.mcfunction new file mode 100644 index 000000000..0d7d59edd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..24c8396b8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429172f,-0.11472886686607595f,-0.4800246227055196f,0.04409830056250531f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.3441158086988811f,0.4704461535682599f,0.09597787937773647f,-0.6606157034974467f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403448f,0.1400826607455024f,-0.4702282018339784f,0.04409830056250531f,0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.3441158086988811f,0.46174502864500094f,-0.08949546167463965f,-0.6471337503648458f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.650659736842917f,0.1147288668660759f,0.4800246227055197f,-0.04409830056250519f,0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.3441158086988811f,-0.47044615356826003f,0.09597787937773648f,-0.6606157034974465f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550238f,0.4702282018339785f,-0.04409830056250519f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.3441158086988811f,-0.46174502864500105f,-0.08949546167463968f,-0.6471337503648456f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4035903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4082492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4093950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5890198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2140660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.27691639155811076f,-0.012623493246930434f,0.21338737585738043f,-0.2769501482843891f,0.9608837940279455f,0.0009745459022156844f,0.614733481306454f,0.011859842350347361f,0.0044324328416493475f,-0.9999198456269028f,-0.14303684742959702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.256306400800319f,0.10558915381849805f,0.12500000000000003f,-0.2769501482843891f,0.8712683258600284f,-0.4052038002268959f,0.9146123478546277f,0.011859842350347361f,-0.41856723863896644f,-0.9081083695669672f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.17773296896551052f,0.21354918439888673f,-0.2124737538374783f,0.2776691528646131f,0.6407041941711005f,0.7158197937463094f,0.6267694276712108f,-0.009597080919373524f,0.7469331478213199f,-0.6648298795357812f,-0.18136844450474698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.2738055031296387f,-0.047146674014719954f,-0.12499999999999996f,0.2776691528646131f,0.9402702230015915f,-0.1969562115902558f,0.9251459502059203f,-0.009597080919373524f,-0.20229299096227452f,-0.9792780207098309f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1079063656606274f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1079063656606274f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1079063656606274f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.131284114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.131284114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.131284114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.1673280203379572f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.1673280203379572f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9953996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.21875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9404242083099751f,3.977325243646875e-18f,0.3400033947250475f,-1.1455421060267128f,-0.003925305192847062f,0.9999333554212082f,-0.01085710344552125f,2.0954304331640863f,-0.3399807353420182f,-0.011544900003193682f,-0.9403615341347266f,-0.8632426331510521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9404242083099751f,3.977325243646875e-18f,0.3400033947250475f,-1.233706875555773f,-0.003925305192847062f,0.9999333554212082f,-0.01085710344552125f,2.095062435802257f,-0.3399807353420182f,-0.011544900003193682f,-0.9403615341347266f,-0.8951158270893662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9404242083099751f,3.977325243646875e-18f,0.3400033947250475f,-1.240625f,-0.003925305192847062f,0.9999333554212082f,-0.01085710344552125f,2.096875f,-0.3399807353420182f,-0.011544900003193682f,-0.9403615341347266f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9404242083099752f,1.1496402765693927e-18f,-0.34000339472504704f,1.2337068755557732f,-0.003925305192847062f,0.9999333554212082f,-0.01085710344552125f,2.095062435802257f,0.3399807353420178f,0.011544900003193682f,0.9403615341347267f,-0.5811341729106339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9404242083099752f,1.1496402765693927e-18f,-0.34000339472504704f,1.145542106026713f,-0.003925305192847062f,0.9999333554212082f,-0.01085710344552125f,2.0954304331640863f,0.3399807353420178f,0.011544900003193682f,0.9403615341347267f,-0.613007366848948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9404242083099752f,1.1496402765693927e-18f,-0.34000339472504704f,1.240625f,-0.003925305192847062f,0.9999333554212082f,-0.01085710344552125f,2.096875f,0.3399807353420178f,0.011544900003193682f,0.9403615341347267f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.47472093626114326f,1.4886390706532404f,1.9135106236677394e-16f,-0.00034250000000012385f,1.4886390706532404f,-0.47472093626114326f,0f,1.3404975f,5.813654750804438e-17f,1.8230570729611814e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33.mcfunction new file mode 100644 index 000000000..870668736 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..549ed84b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,-0.11756803868147211f,-0.4566742045011099f,0.042096242744495915f,-0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.3504107196084445f,0.4474533176035761f,0.09192362203415877f,-0.6769638252684693f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,0.14354925771519614f,-0.4473543227765975f,0.042096242744495915f,0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.3504107196084445f,0.4394161068574817f,-0.08454525889177499f,-0.6631482369976843f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,0.11756803868147211f,0.45667420450111f,-0.04209624274449576f,0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.3504107196084445f,-0.4474533176035762f,0.09192362203415878f,-0.6769638252684693f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,-0.14354925771519614f,0.4473543227765976f,-0.04209624274449576f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.3504107196084445f,-0.43941610685748184f,-0.08454525889177501f,-0.6631482369976843f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4098403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4144992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4156450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4046514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4046514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5952698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2203160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.2814737452099748f,-0.014767054605477462f,0.21515028032317668f,-0.28151049025258595f,0.9595580545499105f,0.00042874950714577587f,0.6214839280667657f,0.014049164459131009f,0.004568446766825773f,-0.9998908691813015f,-0.14308388793382926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.26134267407856704f,0.10557244834574445f,0.12500000000000003f,-0.28151049025258595f,0.8698361343237545f,-0.4051381780361561f,0.9208623478546278f,0.014049164459131009f,-0.4184317221843622f,-0.9081395899573087f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.180239354812973f,0.21790796056302145f,-0.21413035826314186f,0.28258905559076253f,0.6399450422133584f,0.7145724376204723f,0.6334983136564577f,-0.010655043897282248f,0.746983345144419f,-0.6647573633412426f,-0.18139698160341491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.2788335069409207f,-0.047137879748240914f,-0.12499999999999996f,0.28258905559076253f,0.9388104049301793f,-0.19692244477243703f,0.9313959502059204f,-0.010655043897282248f,-0.20220509143406878f,-0.9792852347695674f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1141563656606275f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1141563656606275f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1141563656606275f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.137534114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.137534114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.137534114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.1835741214883608f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.1835741214883608f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0016496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.225f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.2123836667099309f,4.3885863262372906e-18f,0.9771863579250614f,-1.0840915619342129f,-0.013063102798828179f,0.9999106432619326f,-0.0028391612802648823f,2.1033114587516555f,-0.9770990397396332f,-0.013368077330271093f,-0.2123646887982549f,-0.724178185831943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2123836667099309f,4.3885863262372906e-18f,0.9771863579250614f,-1.1040025306882688f,-0.013063102798828179f,0.9999106432619326f,-0.0028391612802648823f,2.1020867928642657f,-0.9770990397396332f,-0.013368077330271093f,-0.2123646887982549f,-0.8157812208075337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.2123836667099309f,4.3885863262372906e-18f,0.9771863579250614f,-1.240625f,-0.013063102798828179f,0.9999106432619326f,-0.0028391612802648823f,2.1031250000000004f,-0.9770990397396332f,-0.013368077330271093f,-0.2123646887982549f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.21238366670993133f,1.548032572577334e-18f,-0.9771863579250613f,1.1040025306882688f,-0.013063102798828179f,0.9999106432619326f,-0.0028391612802648823f,2.1020867928642657f,0.9770990397396331f,0.013368077330271093f,0.21236468879825535f,-0.6604687791924663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21238366670993133f,1.548032572577334e-18f,-0.9771863579250613f,1.0840915619342129f,-0.013063102798828179f,0.9999106432619326f,-0.0028391612802648823f,2.1033114587516555f,0.9770990397396331f,0.013368077330271093f,0.21236468879825535f,-0.7520718141680569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.21238366670993133f,1.548032572577334e-18f,-0.9771863579250613f,1.240625f,-0.013063102798828179f,0.9999106432619326f,-0.0028391612802648823f,2.1031250000000004f,0.9770990397396331f,0.013368077330271093f,0.21236468879825535f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5386998850473435f,0.271677959642096f,1.9135106236677394e-16f,-0.00034250000000012385f,0.271677959642096f,-1.5386998850473435f,0f,1.3467475f,1.8843638890716295e-16f,3.3270954367457673e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34.mcfunction new file mode 100644 index 000000000..ba6887a9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..430af42a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847074f,-0.120263971951703f,-0.4327673991237839f,0.04019519038435748f,-0.1484895271661502f,0.8029800520080395f,0.01087845777597842f,1.356706700642482f,0.42391261483463505f,0.087772760991156f,-0.692487170896686f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.662356776098544f,0.146840962026432f,-0.4239354113865639f,0.04019519038435748f,0.16662928406404892f,0.7823816982771801f,0.010656448433611514f,1.356706700642482f,0.4165551378252892f,-0.07947710407449238f,-0.6783547796538966f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847074f,0.120263971951703f,0.43276739912378404f,-0.04019519038435733f,0.1484895271661502f,0.8029800520080395f,0.01087845777597842f,1.356706700642482f,-0.42391261483463516f,0.08777276099115601f,-0.692487170896686f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.662356776098544f,-0.146840962026432f,0.423935411386564f,-0.04019519038435733f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611514f,1.356706700642482f,-0.4165551378252893f,-0.07947710407449239f,-0.6783547796538966f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4160903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4207492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4218950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434596e-17f,7.353027070886768e-17f,-0.15625f,0f,0.6004202253258841f,-0.7996846584870904f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870904f,-0.6004202253258841f,-0.03631010534780997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.252754327267003e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.1839513506127202f,1.4109014729883858f,-1.2246467991473532e-16f,-0.1839513506127202f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434596e-17f,7.353027070886768e-17f,0.15625f,0f,0.6004202253258841f,-0.7996846584870904f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870904f,-0.6004202253258841f,-0.03631010534780994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.252754327267003e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.1839513506127202f,1.4109014729883858f,-1.2246467991473532e-16f,-0.1839513506127202f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.601519805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2265660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2860243278528579f,-0.01690556320794369f,0.2169102681146661f,-0.2860629890662242f,0.958210805383328f,-0.0001368690283184426f,0.6282442408181004f,0.016238241208771143f,0.004704925393081094f,-0.9998570813868806f,-0.14313183957433664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2663706753516576f,0.1055574606731271f,0.12500000000000003f,-0.2860629890662242f,0.8683760711907361f,-0.4050814304184269f,0.9271123478546277f,0.016238241208771143f,-0.4182937512036767f,-0.908166646175911f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.18274259101519869f,0.22225945433288088f,-0.2157843141719808f,0.2875011829953655f,0.6391765098925258f,0.7132996978675058f,0.6402362477471157f,-0.011712787352441623f,0.7470331549741696f,-0.6646835908774752f,-0.18142586864748578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.28385362919114154f,-0.0471299990061115f,-0.12499999999999996f,0.2875011829953655f,0.9373239138112878f,-0.19689324613544987f,0.9376459502059202f,-0.011712787352441623f,-0.2021162976914712f,-0.9792914851156059f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065577f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694639f,0.8961841053136461f,-0.3907311284892736f,1.1204063656606276f,-0.08922379316984418f,-0.38040758339297875f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065566f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694639f,0.8961841053136461f,-0.3907311284892736f,1.1204063656606276f,0.08922379316984393f,-0.38040758339297887f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316221e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.3907311284892736f,1.1204063656606276f,-1.2246467991473532e-16f,-0.3907311284892736f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.2283508701106557f,1.2064109830856497e-16f,-0.006249999999999965f,0.22495057178156436f,0.959081656967883f,0.17192910027940955f,1.1437841149339691f,0.03926015964614524f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,-0.22495057178156436f,0.959081656967883f,0.17192910027940955f,1.1437841149339691f,-0.03926015964614547f,0.16738654482199708f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.105524223374632e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.17192910027940955f,1.1437841149339691f,-1.2246467991473532e-16f,0.17192910027940955f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.009437018700844313f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,-0.009987457192044897f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.00943701870084456f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,0.009987457192044661f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.007899614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.23125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7175566605735065f,5.0608912380278284e-18f,0.6965001355826124f,-1.1697854481269914f,-0.010231687761607633f,0.9998920940027828f,0.010541011160189741f,2.111435762037854f,-0.6964249790409203f,-0.014690144680372488f,0.7174792319064874f,-0.5978581943214839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7175566605735065f,5.0608912380278284e-18f,0.6965001355826124f,-1.102514511198225f,-0.010231687761607633f,0.9998920940027828f,0.010541011160189741f,2.110476541310203f,-0.6964249790409203f,-0.014690144680372488f,0.7174792319064874f,-0.6631480361065701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7175566605735065f,5.0608912380278284e-18f,0.6965001355826124f,-1.240625f,-0.010231687761607633f,0.9998920940027828f,0.010541011160189741f,2.109375f,-0.6964249790409203f,-0.014690144680372488f,0.7174792319064874f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7175566605735062f,1.4628435056618908e-18f,-0.6965001355826127f,1.102514511198225f,-0.010231687761607633f,0.9998920940027828f,0.010541011160189741f,2.110476541310203f,0.6964249790409206f,0.014690144680372488f,-0.7174792319064871f,-0.8131019638934298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7175566605735062f,1.4628435056618908e-18f,-0.6965001355826127f,1.1697854481269914f,-0.010231687761607633f,0.9998920940027828f,0.010541011160189741f,2.111435762037854f,0.6964249790409206f,0.014690144680372488f,-0.7174792319064871f,-0.8783918056785162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7175566605735062f,1.4628435056618908e-18f,-0.6965001355826127f,1.240625f,-0.010231687761607633f,0.9998920940027828f,0.010541011160189741f,2.109375f,0.6964249790409206f,0.014690144680372488f,-0.7174792319064871f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.9288393808085337f,-1.25644882691625f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.25644882691625f,-0.9288393808085337f,0f,1.3529974999999999f,1.1375001746291804e-16f,-1.5387060341754321e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35.mcfunction new file mode 100644 index 000000000..6f8238475 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..f0226f69b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4223403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4269992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4281450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6077698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2328160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2905680387666277f,-0.019038868330053027f,0.21866728381259834f,-0.2906074795119803f,0.9568420826743745f,-0.0007222707659630956f,0.6350144020848376f,0.01842705922461551f,0.004841866446007592f,-0.9998184834346939f,-0.14318070145200493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2713902496373189f,0.10554428483706382f,0.12500000000000003f,-0.2906074795119803f,0.8668881856765341f,-0.4050335373597361f,0.9333623478546278f,0.01842705922461551f,-0.4181533282615845f,-0.9081895383410293f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.18524264824093004f,0.2266035192068629f,-0.21743557219301565f,0.29240539139412264f,0.6383986094728993f,0.7120016169270394f,0.6469832152082062f,-0.012770306491937751f,0.7470825768921101f,-0.6646085634238745f,-0.18145510518715563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.2888657283405633f,-0.04712307963751868f,-0.12499999999999996f,0.29240539139412264f,0.9358107925308622f,-0.19686860508067197f,0.9438959502059203f,-0.012770306491937751f,-0.20202661105170153f,-0.9792967720252459f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1266563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.1500341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.014149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9701689829020043f,5.404306216696627e-18f,-0.24242966941958766f,-1.3224661214864697f,0.003802986529565811f,0.9998769519429863f,0.01521901004201422f,2.117729586512729f,0.2423998389198031f,-0.01568696826040611f,0.9700496054936832f,-0.6039800516253134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9701689829020043f,5.404306216696627e-18f,-0.24242966941958766f,-1.2315127793394067f,0.003802986529565811f,0.9998769519429863f,0.01521901004201422f,2.1180861164998754f,0.2423998389198031f,-0.01568696826040611f,0.9700496054936832f,-0.5812550667265819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9701689829020043f,5.404306216696627e-18f,-0.24242966941958766f,-1.240625f,0.003802986529565811f,0.9998769519429863f,0.01521901004201422f,2.115625f,0.2423998389198031f,-0.01568696826040611f,0.9700496054936832f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9701689829020044f,1.5621071230101336e-18f,0.24242966941958724f,1.2315127793394067f,0.003802986529565811f,0.9998769519429863f,0.01521901004201422f,2.1180861164998754f,-0.24239983891980268f,0.01568696826040611f,-0.9700496054936834f,-0.8949949332734182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9701689829020044f,1.5621071230101336e-18f,0.24242966941958724f,1.3224661214864697f,0.003802986529565811f,0.9998769519429863f,0.01521901004201422f,2.117729586512729f,-0.24239983891980268f,0.01568696826040611f,-0.9700496054936834f,-0.8722699483746867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9701689829020044f,1.5621071230101336e-18f,0.24242966941958724f,1.240625f,0.003802986529565811f,0.9998769519429863f,0.01521901004201422f,2.115625f,-0.24239983891980268f,0.01568696826040611f,-0.9700496054936834f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.7254491816674196f,-1.383882124611078f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.383882124611078f,0.7254491816674196f,0f,1.3592475f,-8.884190182730722e-17f,-1.6947668143021951e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36.mcfunction new file mode 100644 index 000000000..5123601ae --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..d2fea8d42 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.383401776275144f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,0.3753029643128781f,0.07920156808136093f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.3755772502287125f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,0.36934908258764526f,-0.0690117735838789f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751442f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,-0.3753029643128783f,0.07920156808136097f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871274f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,-0.3693490825876455f,-0.06901177358387896f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4285903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4332492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4343950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434596e-17f,7.353027070886768e-17f,-0.15625f,0f,0.6004202253258841f,-0.7996846584870904f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870904f,-0.6004202253258841f,-0.03631010534780997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.252754327267003e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.1839513506127202f,1.4234014729883857f,-1.2246467991473532e-16f,-0.1839513506127202f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434596e-17f,7.353027070886768e-17f,0.15625f,0f,0.6004202253258841f,-0.7996846584870904f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870904f,-0.6004202253258841f,-0.03631010534780994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.252754327267003e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.1839513506127202f,1.4234014729883857f,-1.2246467991473532e-16f,-0.1839513506127202f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6140198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2390660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.29510477743430685f,-0.021166819532791842f,0.2204212721065189f,-0.2951437967132844f,0.9554519230339269f,-0.0013274156991111563f,0.641794394076256f,0.02061560514156708f,0.004979267638821894f,-0.9997750765639378f,-0.14323047265619307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.2764012422579573f,0.10553301470129403f,0.12500000000000003f,-0.2951437967132844f,0.8653725278694242f,-0.4049944780741459f,0.9396123478546277f,0.02061560514156708f,-0.41801045595432224f,-0.9082082666093204f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.18773949720088504f,0.23094000893140226f,-0.21908408303797255f,0.2973015373466641f,0.6376113532660719f,0.7106782380779073f,0.653739201035808f,-0.013827596529672938f,0.7471316104790157f,-0.6645322822837467f,-0.1814846907650249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.29386966308524204f,-0.047117169403982785f,-0.12499999999999996f,0.2973015373466641f,0.934271084725269f,-0.19684851063083847f,0.9501459502059202f,-0.013827596529672938f,-0.20193603285306838f,-0.9793010957870808f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065577f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694639f,0.8961841053136461f,-0.3907311284892736f,1.1329063656606273f,-0.08922379316984418f,-0.38040758339297875f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065566f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694639f,0.8961841053136461f,-0.3907311284892736f,1.1329063656606273f,0.08922379316984393f,-0.38040758339297887f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316221e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.3907311284892736f,1.1329063656606273f,-1.2246467991473532e-16f,-0.3907311284892736f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.2283508701106557f,1.2064109830856497e-16f,-0.006249999999999965f,0.22495057178156436f,0.959081656967883f,0.17192910027940955f,1.1562841149339689f,0.03926015964614524f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,-0.22495057178156436f,0.959081656967883f,0.17192910027940955f,1.1562841149339689f,-0.03926015964614547f,0.16738654482199708f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.105524223374632e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.17192910027940955f,1.1562841149339689f,-1.2246467991473532e-16f,0.17192910027940955f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.009437018700844313f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,-0.009987457192044897f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.00943701870084456f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,0.009987457192044661f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0203996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.24375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3061350504825937f,5.67009663067914e-18f,-0.9519880938677856f,-1.3977732945715395f,0.015668269974195227f,0.9998645501662365f,0.005038515345330919f,2.1218963271467595f,0.9518591472387264f,-0.01645847261654018f,0.30609358454089663f,-0.736829359845681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3061350504825937f,5.67009663067914e-18f,-0.9519880938677856f,-1.3690731335887965f,0.015668269974195227f,0.9998645501662365f,0.005038515345330919f,2.12336522745684f,0.9518591472387264f,-0.01645847261654018f,0.30609358454089663f,-0.6475925647920503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3061350504825937f,5.67009663067914e-18f,-0.9519880938677856f,-1.240625f,0.015668269974195227f,0.9998645501662365f,0.005038515345330919f,2.121875f,0.9518591472387264f,-0.01645847261654018f,0.30609358454089663f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30613505048259415f,1.6389334689390809e-18f,0.9519880938677855f,1.3690731335887962f,0.015668269974195227f,0.9998645501662365f,0.005038515345330919f,2.12336522745684f,-0.9518591472387263f,0.01645847261654018f,-0.3060935845408971f,-0.8286574352079498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30613505048259415f,1.6389334689390809e-18f,0.9519880938677855f,1.3977732945715395f,0.015668269974195227f,0.9998645501662365f,0.005038515345330919f,2.1218963271467595f,-0.9518591472387263f,0.01645847261654018f,-0.3060935845408971f,-0.7394206401543192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.30613505048259415f,1.6389334689390809e-18f,0.9519880938677855f,1.240625f,0.015668269974195227f,0.9998645501662365f,0.005038515345330919f,2.121875f,-0.9518591472387263f,0.01645847261654018f,-0.3060935845408971f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5614757400161934f,0.0565664506654008f,1.9135106236677394e-16f,-0.00034250000000012385f,0.0565664506654008f,1.5614757400161934f,0f,1.3654974999999998f,-1.912256266957076e-16f,6.927392274650977e-18f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37.mcfunction new file mode 100644 index 000000000..8585c5a3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..b1c673319 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,-0.12746039106081852f,-0.35800310321107975f,0.03512059537008337f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.3756004981754815f,0.35029323993148015f,0.07479167889283815f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,0.15562770911268567f,-0.3506969174312618f,0.03512059537008337f,0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.3756004981754815f,0.3450615096889654f,-0.06362734830369027f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,0.12746039106081852f,0.35800310321108f,-0.03512059537008322f,0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.3756004981754815f,-0.35029323993148037f,0.07479167889283819f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,-0.15562770911268567f,0.350696917431262f,-0.03512059537008322f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.3756004981754815f,-0.3450615096889656f,-0.06362734830369031f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4348403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4394992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4406450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4296514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4296514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6202698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2453160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.2996344435441678f,-0.023289266669829778f,0.22217217779660417f,-0.2996717761377291f,0.9540403635363628f,-0.0019522627546733062f,0.6485841986872373f,0.022803865604328268f,0.00511712667240749f,-0.9997268620618924f,-0.14328115226475596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.28140349884569177f,0.10552374395103808f,0.12500000000000003f,-0.2996717761377291f,0.8638291487284409f,-0.4049642310051047f,0.9458623478546277f,0.022803865604328268f,-0.4178651369096252f,-0.9082228311758078f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.19023310864741672f,0.23526877750576763f,-0.2207297975027501f,0.3021894776611534f,0.636814753630835f,0.7093296054366957f,0.6605041899575259f,-0.014884652686494991f,0.7471802553149001f,-0.6644547487842669f,-0.18151462491611176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.29886529236101206f,-0.04711231597666419f,-0.12499999999999996f,0.3021894776611534f,0.9327048347799883f,-0.1968329514306837f,0.9563959502059203f,-0.014884652686494991f,-0.20184456445493235f,-0.9793044567009798f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1391563656606274f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1391563656606274f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1391563656606274f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.162534114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.162534114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.162534114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2085741214883607f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2085741214883607f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0266496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6458250693072634f,5.009306115391167e-18f,-0.763485415613336f,-1.3248747622182226f,0.013023597319142934f,0.9998545003231298f,-0.011016537407605262f,2.125862038264524f,0.7633743287320692f,-0.0170580826467793f,-0.6457311019683645f,-0.8707678369545706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6458250693072634f,5.009306115391167e-18f,-0.763485415613336f,-1.3854208624657784f,0.013023597319142934f,0.9998545003231298f,-0.011016537407605262f,2.1270830005131938f,0.7633743287320692f,-0.0170580826467793f,-0.6457311019683645f,-0.7992014936359391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6458250693072634f,5.009306115391167e-18f,-0.763485415613336f,-1.240625f,0.013023597319142934f,0.9998545003231298f,-0.011016537407605262f,2.128125f,0.7633743287320692f,-0.0170580826467793f,-0.6457311019683645f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.645825069307263f,2.5660043287741176e-18f,0.7634854156133364f,1.3854208624657784f,0.013023597319142934f,0.9998545003231298f,-0.011016537407605262f,2.1270830005131938f,-0.7633743287320696f,0.0170580826467793f,0.6457311019683641f,-0.677048506364061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.645825069307263f,2.5660043287741176e-18f,0.7634854156133364f,1.3248747622182226f,0.013023597319142934f,0.9998545003231298f,-0.011016537407605262f,2.125862038264524f,-0.7633743287320696f,0.0170580826467793f,0.6457311019683641f,-0.6054821630454295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.645825069307263f,2.5660043287741176e-18f,0.7634854156133364f,1.240625f,0.013023597319142934f,0.9998545003231298f,-0.011016537407605262f,2.128125f,-0.7633743287320696f,0.0170580826467793f,0.6457311019683641f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.6214113528945547f,1.4336157715698299f,1.9135106236677394e-16f,-0.00034250000000012385f,1.4336157715698299f,0.6214113528945547f,0f,1.3717475f,-7.610094242761428e-17f,1.7556729658601553e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38.mcfunction new file mode 100644 index 000000000..2dfcf0b02 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..0844c74a5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,-0.12955232821402396f,-0.33216825851190346f,0.03364545423573999f,-0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.3819001874942642f,0.3248540233341061f,0.07030605863863452f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,0.15818194093365764f,-0.3253893144606401f,0.03364545423573999f,0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.3819001874942642f,0.3203568460880509f,-0.0581504562409782f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,0.12955232821402396f,0.3321682585119037f,-0.033645454235739836f,0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.3819001874942642f,-0.32485402333410635f,0.07030605863863455f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,-0.15818194093365764f,0.32538931446064034f,-0.033645454235739836f,-0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.3819001874942642f,-0.32035684608805104f,-0.058150456240978254f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4410903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4457492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4468950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6265198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2515660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.3041569369918178f,-0.025406059894925836f,0.22391994579549127f,-0.3041912536044608f,0.9526074417183485f,-0.0025967697952501423f,0.6553837974989762f,0.024991827267644547f,0.005255441235357761f,-0.9996738412638624f,-0.1433327393440672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.2863968653473738f,0.10551656608716667f,0.12500000000000003f,-0.3041912536044608f,0.8622581000813917f,-0.4049427738268399f,0.9521123478546278f,0.024991827267644547f,-0.4177173737866631f,-0.9082332322738457f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.1927234533741743f,0.2395896791868516f,-0.22237266646888473f,0.3070690693988845f,0.6360088229730856f,0.7079557639562613f,0.6672781664329662f,-0.015941470190326202f,0.7472285109790197f,-0.664375964276439f,-0.18154490716786523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.3038524753474644f,-0.04710856693367491f,-0.12499999999999996f,0.3070690693988845f,0.9311120878282846f,-0.19682191574760127f,0.9626459502059204f,-0.015941470190326202f,-0.20175220723766893f,-0.9793068550780698f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1454063656606275f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1454063656606275f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1454063656606275f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.168784114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.168784114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.168784114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2048280203379573f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2048280203379573f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0328996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9898784073485178f,6.036817419005444e-18f,0.14191807025591163f,-1.1729367391171515f,-0.002486822609123574f,0.999846461403629f,-0.017345585373579234f,2.131889732003766f,-0.141896280354605f,-0.017522945489881946f,-0.9897264228072755f,-0.8799325752794693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9898784073485178f,6.036817419005444e-18f,0.14191807025591163f,-1.265737839806075f,-0.002486822609123574f,0.999846461403629f,-0.017345585373579234f,2.131656592384161f,-0.141896280354605f,-0.017522945489881946f,-0.9897264228072755f,-0.8932353515627136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9898784073485178f,6.036817419005444e-18f,0.14191807025591163f,-1.240625f,-0.002486822609123574f,0.999846461403629f,-0.017345585373579234f,2.1343750000000004f,-0.141896280354605f,-0.017522945489881946f,-0.9897264228072755f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9898784073485178f,1.7449335978419486e-18f,-0.1419180702559112f,1.2657378398060752f,-0.002486822609123574f,0.999846461403629f,-0.017345585373579234f,2.131656592384161f,0.14189628035460455f,0.017522945489881946f,0.9897264228072755f,-0.5830146484372865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9898784073485178f,1.7449335978419486e-18f,-0.1419180702559112f,1.1729367391171517f,-0.002486822609123574f,0.999846461403629f,-0.017345585373579234f,2.131889732003766f,0.14189628035460455f,0.017522945489881946f,0.9897264228072755f,-0.5963174247205306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9898784073485178f,1.7449335978419486e-18f,-0.1419180702559112f,1.240625f,-0.002486822609123574f,0.999846461403629f,-0.017345585373579234f,2.1343750000000004f,0.14189628035460455f,0.017522945489881946f,0.9897264228072755f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.02530072044635f,1.1790524511879004f,1.9135106236677394e-16f,-0.00034250000000012385f,1.1790524511879004f,-1.02530072044635f,0f,1.3779975f,1.2556312454580978e-16f,1.4439228103741032e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39.mcfunction new file mode 100644 index 000000000..454c0bec4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..8b5910b26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.305928717956328f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,0.2990163082875688f,0.06575017235607292f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327295f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,0.2952651906120374f,-0.05258777014507052f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563282f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,-0.29901630828756903f,0.06575017235607296f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327297f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,-0.2952651906120376f,-0.05258777014507056f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4473403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4519992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4531450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671987e-17f,1.085286376698435e-16f,-0.15625f,0f,0.8862035792312145f,-0.4632960351198618f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198618f,-0.8862035792312145f,-0.045951159220097126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516824e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712244f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712244f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671987e-17f,1.085286376698435e-16f,0.15625f,0f,0.8862035792312145f,-0.4632960351198618f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198618f,-0.8862035792312145f,-0.0459511592200971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516824e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712244f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712244f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.632769805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2578160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.3086721578822774f,-0.027517049669319185f,0.22566452113010332f,-0.3087020652915547f,0.9511531955776207f,-0.003260893621285288f,0.6621931717797054f,0.027179476796547697f,0.0053942090040192125f,-0.9996160155531156f,-0.1433852329490423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.29138118802959445f,0.10551157442038059f,0.12500000000000003f,-0.3087020652915547f,0.8606594346228423f,-0.4049300834457945f,0.9583623478546277f,0.027179476796547697f,-0.41756716927597587f,-0.9082394701750823f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.1952105022157631f,0.2439025684939501f,-0.22401264090501227f,0.3119401698788691f,0.6351935737457385f,0.7065567594242231f,0.6740611146542197f,-0.016998044276292222f,0.7472763770498748f,-0.6642959301350525f,-0.1815755370401788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.3088310714719164f,-0.04710596975739421f,-0.12499999999999996f,0.3119401698788691f,0.9294928897498566f,-0.1968153914723221f,0.9688959502059202f,-0.016998044276292222f,-0.20165896260263055f,-0.9793082912407165f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572466f,1.1633802321791102e-16f,-0.006249999999999964f,0.1780070118343871f,0.9331454347612431f,-0.3123349185122325f,1.1516563656606276f,-0.05852572762184742f,-0.3068026084119499f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.1873813145857246f,1.1633802321791102e-16f,-0.006249999999999964f,-0.1780070118343871f,0.9331454347612431f,-0.3123349185122325f,1.1516563656606276f,0.058525727621847184f,-0.3068026084119499f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795497e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122325f,1.1516563656606276f,-1.2246467991473532e-16f,-0.3123349185122325f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.1873813145857246f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536923f,0.9751728800445958f,0.1201368388346471f,1.1750341149339691f,0.022511398791009385f,0.11800888513012109f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572466f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536923f,0.9751728800445958f,0.1201368388346471f,1.1750341149339691f,-0.022511398791009628f,0.11800888513012103f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.4712519513853203e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.1201368388346471f,1.1750341149339691f,-1.2246467991473532e-16f,0.1201368388346471f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.2298439518158378f,-0.009437511752500355f,-0.19999999999999998f,0.22993013988137426f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,-0.007031329072901589f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.2298439518158378f,0.009437511752500601f,0.18750000000000003f,-0.22993013988137426f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,0.007031329072901351f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.039149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.40767511816034957f,6.1584491728425885e-18f,0.9131270437529188f,-1.0845461722732959f,-0.016323062206918048f,0.9998402114837023f,-0.007287601828760082f,2.1402970032666353f,-0.9129811365374062f,-0.01787600347464342f,-0.4076099763580872f,-0.7564705056785224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.40767511816034957f,6.1584491728425885e-18f,0.9131270437529188f,-1.1227657146008285f,-0.016323062206918048f,0.9998402114837023f,-0.007287601828760082f,2.138766716184737f,-0.9129811365374062f,-0.01787600347464342f,-0.4076099763580872f,-0.8420624872289042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.40767511816034957f,6.1584491728425885e-18f,0.9131270437529188f,-1.240625f,-0.016323062206918048f,0.9998402114837023f,-0.007287601828760082f,2.140625f,-0.9129811365374062f,-0.01787600347464342f,-0.4076099763580872f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.40767511816035f,1.7800910854887824e-18f,-0.9131270437529186f,1.1227657146008287f,-0.016323062206918048f,0.9998402114837023f,-0.007287601828760082f,2.138766716184737f,0.9129811365374061f,0.01787600347464342f,0.40760997635808766f,-0.6341875127710959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.40767511816035f,1.7800910854887824e-18f,-0.9131270437529186f,1.0845461722732959f,-0.016323062206918048f,0.9998402114837023f,-0.007287601828760082f,2.1402970032666353f,0.9129811365374061f,0.01787600347464342f,0.40760997635808766f,-0.7197794943214777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.40767511816035f,1.7800910854887824e-18f,-0.9131270437529186f,1.240625f,-0.016323062206918048f,0.9998402114837023f,-0.007287601828760082f,2.140625f,0.9129811365374061f,0.01787600347464342f,0.40760997635808766f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.506934223169508f,-0.41298365226787237f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.41298365226787237f,-1.506934223169508f,0f,1.3842474999999999f,1.845462172930141e-16f,-5.057591078500335e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..3f0942e09 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7495763366894389f,-0.13217053225896053f,-0.29599106459835617f,0.03179921307172019f,-0.11586763656391376f,0.8056788719166984f,-0.0663377011101037f,1.239281567655771f,0.30274486076030754f,-0.018893125571586376f,-0.7582433933334353f,-0.3780825484957427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7279324491081225f,0.16137873873187422f,-0.2899504306269612f,0.03179921307172019f,0.19716462189772346f,0.7725951128825433f,-0.06498387047520363f,1.239281567655771f,0.2669090882817191f,-0.1305897937639836f,-0.7427690383674469f,-0.3780825484957427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7495763366894389f,0.13217053225896053f,0.2959910645983564f,-0.031799213071720095f,0.11586763656391376f,0.8056788719166984f,-0.0663377011101037f,1.239281567655771f,-0.30274486076030777f,-0.01889312557158633f,-0.7582433933334353f,-0.37808254849574263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7279324491081225f,-0.16137873873187422f,0.2899504306269614f,-0.031799213071720095f,-0.19716462189772346f,0.7725951128825433f,-0.06498387047520363f,1.239281567655771f,-0.26690908828171933f,-0.13058979376398366f,-0.7427690383674469f,-0.37808254849574263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4220480916680537f,0.6319213346547228f,1.3652681367143773f,-0.41031428547080206f,1.0671575123128985f,1.125224166346381f,-0.19092320284407152f,1.0595690348807607f,-1.0604039335241549f,0.8808815200004402f,-0.7355253194066219f,0.38168408957808825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1804449019610116f,-0.9537169507482272f,-0.2405485714191315f,-0.3913486889005917f,-0.5004004090305987f,0.29956152315159634f,-0.8123191026247663f,1.180193143026378f,0.8467815940360837f,-0.026208237304323423f,-0.5312947019302089f,0.16391056968731804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.2604188614360106f,-0.9537169507482272f,-0.15035289975213648f,-0.2984375f,-0.7792222731113917f,0.29956152315159634f,-0.5505229722129783f,1.465476670122466f,0.5700830340358218f,-0.026208237304323423f,-0.8211689610560742f,-0.05154799191420956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6305729280813372f,0.7736212512084388f,0.06235336438090999f,0.32535317057396645f,-0.14831484939110767f,0.19896835378014008f,-0.9687178637994214f,1.4374535999083322f,-0.7618270721239973f,0.6015993300135153f,0.24020357679740637f,0.28852107097963486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.024077483998133132f,0.9520500178720666f,0.30499350523268154f,0.2984375f,0.07450151706430853f,0.30594239084943786f,-0.949130537616637f,1.465476670122466f,-0.9969301874852804f,-0.00013019649700824962f,-0.0782954936725988f,-0.05154799191420947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.560714385707762e-17f,9.63387649100493e-17f,-0.15625000000000003f,0f,0.7866657143686171f,-0.6173791815707048f,1.1727922101861334f,-1.2246467991473532e-16f,-0.6173791815707048f,-0.7866657143686171f,0.22367196504908918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.8097676978841506e-17f,1.1638799266004387e-16f,-0.15625000000000003f,0f,0.9503800829845611f,-0.31109114077109085f,1.3490441561159194f,-1.2246467991473532e-16f,-0.31109114077109085f,-0.9503800829845611f,0.15940250063585615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430092e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468238f,1.1636404913973777f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128857f,0.1880519964243432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.465946983154603e-17f,1.2158411808651891e-16f,0.15624999999999997f,0f,0.992809667009055f,-0.11970365530496244f,1.3490441561159194f,-1.2246467991473532e-16f,-0.11970365530496244f,-0.992809667009055f,0.15940250063585618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.5407439555097887e-32f,1.2246467991473535e-16f,0.29375f,0f,1f,9.71445146547012e-17f,2.02777451345859f,-1.2246467991473532e-16f,9.71445146547012e-17f,-1f,-0.034303140747678776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.5407439555097887e-32f,1.2246467991473535e-16f,0.33125f,0f,1f,9.71445146547012e-17f,1.9027745134585898f,-1.2246467991473532e-16f,9.71445146547012e-17f,-1f,-0.12805314074767876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.5407439555097887e-32f,1.2246467991473535e-16f,-0.29375f,0f,1f,9.71445146547012e-17f,2.02777451345859f,-1.2246467991473532e-16f,9.71445146547012e-17f,-1f,-0.034303140747678845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.5407439555097887e-32f,1.2246467991473535e-16f,-0.33125f,0f,1f,9.71445146547012e-17f,1.9027745134585898f,-1.2246467991473532e-16f,9.71445146547012e-17f,-1f,-0.12805314074767885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2246467991473535e-16f,0.19523827377799086f,0.15643446504023087f,0.9876883405951377f,9.71445146547012e-17f,2.1345472554886893f,-1.0576018630489859e-16f,1.1510620116600658e-16f,-1f,-0.056178140747678774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473535e-16f,0.08005326181113277f,0f,1f,9.71445146547012e-17f,2.1446246382438874f,-1.2246467991473532e-16f,9.71445146547012e-17f,-1f,-0.05617814074767879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2246467991473535e-16f,0.05771677939820298f,0.24192189559966773f,0.9702957262759965f,9.71445146547012e-17f,2.140304953253419f,-9.532557040865054e-17f,1.238857949095918e-16f,-1f,-0.05617814074767879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2246467991473535e-16f,0.08682420206637903f,-0.06975647374412527f,0.9975640502598243f,9.71445146547012e-17f,2.1503061317147876f,-1.2894282089541278e-16f,8.836517127041364e-17f,-1f,-0.05617814074767878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2246467991473535e-16f,0.14461004211822306f,0.08715574274765818f,0.9961946980917455f,9.71445146547012e-17f,2.2550433205292326f,-1.1353196250597077e-16f,1.0744835058603218e-16f,-1f,-0.08742814074767877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2246467991473535e-16f,0.125f,0.08715574274765818f,0.9961946980917455f,9.71445146547012e-17f,2.03089951345859f,-1.1353196250597077e-16f,1.0744835058603218e-16f,-1f,-0.0874281407476788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2246467991473535e-16f,-0.19523827377799086f,-0.15643446504023087f,0.9876883405951377f,9.71445146547012e-17f,2.1345472554886893f,-1.3615368666810067e-16f,7.679080778843714e-17f,-1f,-0.05617814074767882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2246467991473535e-16f,-0.08005326181113279f,0f,1f,9.71445146547012e-17f,2.1446246382438874f,-1.2246467991473532e-16f,9.714451465470121e-17f,-1f,-0.05617814074767881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2246467991473535e-16f,-0.05771677939820298f,-0.24192189559966773f,0.9702957262759965f,9.71445146547012e-17f,2.140304953253419f,-1.4232834067340058e-16f,6.463201989163316e-17f,-1f,-0.05617814074767881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2246467991473535e-16f,-0.08682420206637903f,0.06975647374412527f,0.9975640502598243f,9.71445146547012e-17f,2.1503061317147876f,-1.1538990332361987e-16f,1.0545057972852353e-16f,-1f,-0.05617814074767881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2246467991473535e-16f,-0.14461004211822306f,-0.08715574274765818f,0.9961946980917455f,9.71445146547012e-17f,2.2550433205292326f,-1.3046536716315326e-16f,8.610135030938624e-17f,-1f,-0.08742814074767881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2246467991473535e-16f,-0.125f,-0.08715574274765818f,0.9961946980917455f,9.71445146547012e-17f,2.03089951345859f,-1.3046536716315326e-16f,8.610135030938624e-17f,-1f,-0.08742814074767882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.5407439555097887e-32f,1.2246467991473535e-16f,6.8798380248694395e-18f,0f,1f,9.71445146547012e-17f,1.51839951345859f,-1.2246467991473532e-16f,9.71445146547012e-17f,-1f,-0.05617814074767886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.0673500138322958e-17f,1.2199866483456202e-16f,2.87727547299833e-18f,0f,0.9961946980917455f,-0.08715574274765808f,1.1448265016741854f,-1.2246467991473532e-16f,-0.08715574274765808f,-0.9961946980917455f,-0.023494737217307077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12570261463050322f,0.03515593165485794f,0.14620474037708378f,-0.12216023689581221f,0.7987336897051323f,-0.5891530950878427f,0.8006540749759408f,0.04597785746448919f,-0.5884074656265681f,-0.8072562734459822f,0.36823164300456324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.07369599214849386f,0.10773108927656386f,0.12499999999999999f,-0.12216023689581221f,0.23316519479959374f,-0.9647335738200606f,0.8511713483480877f,0.04597785746448919f,-0.9696405997457597f,-0.24017315409441264f,0.04520378524445577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.986643332084879f,0.16154788241829515f,0.020909733107140796f,-0.15689411121491967f,0.15245483899193588f,0.960982087812951f,-0.23080500204849275f,0.7747103255829457f,-0.057379938309396f,-0.22453442628876863f,-0.9727753255972231f,0.3604754482113618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.986643332084879f,0.111094445716714f,-0.1191342074441395f,-0.125f,0.15245483899193588f,0.37214155253822145f,-0.9155698700494601f,0.8567310320785866f,-0.057379938309396f,-0.921503493756447f,-0.38410786723819085f,0.029982611883739393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9899620837148079f,0.14133319782356757f,9.715776287805221e-17f,-0.0015624999999999994f,0.1121271645873692f,0.7853897258768142f,-0.6087614290087207f,1.0384446134353933f,-0.08603819947344728f,-0.6026507327466772f,-0.7933533402912352f,-0.005886069498784265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9899620837148079f,-0.14055895977795338f,0.014773341977200866f,-0.0015624999999999994f,-0.11212716458736921f,0.7174543821108756f,-0.6875221513169585f,1.0103195982914048f,0.08603819947344704f,-0.6822773544652068f,-0.7260131127020544f,-0.0058862435574874895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798984e-17f,9.715776287805221e-17f,-0.0015624999999999994f,0f,0.7933533402912352f,-0.6087614290087207f,1.0384446134353933f,-1.2246467991473532e-16f,-0.6087614290087207f,-0.7933533402912352f,-0.005886069498784265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9940563382223196f,0.1088668748519646f,1.18291797137867e-16f,-0.0015624999999999994f,0.10515732604689247f,0.9601846898752797f,-0.25881904510252074f,1.063420731408734f,-0.028176820592481222f,-0.25728071223680915f,-0.9659258262890683f,-0.0051156208068920996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9940563382223196f,-0.10886687485196454f,1.18291797137867e-16f,-0.0015624999999999994f,-0.10515732604689247f,0.9601846898752797f,-0.25881904510252074f,1.063420731408734f,0.02817682059248098f,-0.25728071223680915f,-0.9659258262890683f,-0.0051156208068920996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.1696191514317643e-17f,1.18291797137867e-16f,-0.0015624999999999994f,0f,0.9659258262890683f,-0.25881904510252074f,1.063420731408734f,-1.2246467991473532e-16f,-0.25881904510252074f,-0.9659258262890683f,-0.0051156208068920996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,0.15211433560907817f,-0.001659375814964336f,-0.1953125f,0.14237317873353658f,0.9211159860022226f,-0.3623192215553319f,1.0759876342701076f,-0.05358547007533859f,-0.35833862369742114f,-0.9320525887327619f,-0.007848405761040029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,-0.15168011876916265f,0.011604576513566604f,0.1921875f,-0.14237317873353653f,0.8954469951000942f,-0.4217873361583065f,1.0762940147413507f,0.053585470075338336f,-0.41853054910769f,-0.9066205252807927f,-0.017218455447616417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.2963427573002576e-17f,1.1041953253993557e-16f,-0.007812500000000005f,0f,0.9016439075888162f,-0.4324792063301662f,0.93619601949016f,-1.2246467991473532e-16f,-0.4324792063301662f,-0.9016439075888162f,0.0427683700824006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.3138189368624034e-17f,1.1461541975063963e-16f,4.4010744344358e-18f,0f,0.9359059267573258f,-0.3522500479212335f,1.1453125f,-1.2246467991473532e-16f,-0.3522500479212335f,-0.9359059267573258f,-0.0359375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.48098876891938736f,-0.1049473973618496f,-0.8704227983919001f,-0.15759255051797189f,0f,0.992809667009055f,-0.1197036553049625f,1.0984375f,0.8767267557075079f,0.0575761138002846f,0.4775302995059524f,0.8854416811534926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.48098876891938736f,-0.1049473973618496f,-0.8704227983919001f,-0.11249985343177932f,0f,0.992809667009055f,-0.1197036553049625f,1.0984375f,0.8767267557075079f,0.0575761138002846f,0.4775302995059524f,0.9676348145010715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48098876891938736f,-0.1049473973618496f,-0.8704227983919001f,-0.004482782216090581f,0f,0.992809667009055f,-0.1197036553049625f,1.1163930482957443f,0.8767267557075079f,0.0575761138002846f,0.4775302995059524f,0.8549087029013892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7182396775126103f,-0.5189532113717461f,-0.4634860624156173f,0.6435938487088024f,-0.5372074162908865f,0.836937215534592f,-0.10461495655628816f,2.0632088389813914f,0.44219900217962027f,0.17384953741714615f,-0.8799070296407413f,-0.4351039675578126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.18013800876687142f,-0.5189532113717461f,-0.8356062842059401f,0.6891749581093792f,-0.30588906176850306f,0.836937215534592f,-0.4538369521574779f,2.1059851382913353f,0.934870140547815f,0.17384953741714615f,-0.3095063143975464f,-0.5049725097149147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.4861985002728191f,-0.5189532113717461f,-0.7030637117213584f,0.7718439601672946f,-0.4562805259727354f,0.836937215534592f,-0.3022319951150902f,2.129931787903627f,0.7452644496757547f,0.17384953741714615f,-0.6437058632553682f,-0.3734823591480584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013114585017888826f,3.824347709348668e-7f,0.000008485400901227118f,-0.05409250000000007f,-0.0000016471948010139796f,0.000015198331989417405f,-0.000003230801607490653f,1.6176849999999998f,-0.000008332768693302275f,-0.0000036062547588088763f,-0.000012716151836089798f,0.5640625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4.mcfunction new file mode 100644 index 000000000..8afd2ea50 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40.mcfunction new file mode 100644 index 000000000..ac213badf --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..31b026d8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.03103073792140923f,-0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,0.2728115740676577f,0.06112957069080821f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.03103073792140923f,0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,0.26981711357804944f,-0.04694606729210901f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409077f,0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,-0.27281157406765794f,0.06112957069080825f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409077f,-0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,-0.26981711357804966f,-0.04694606729210906f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4535903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4582492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4593950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6390198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2640660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.3131800065320514f,-0.029622086769105008f,0.22740584894346993f,-0.31320404774337396f,0.9496776635717556f,-0.003944589973270407f,0.6690123024854293f,0.029366800866598555f,0.005533427642533895f,-0.9995533863608218f,-0.14343863212316182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.2963563134836784f,0.10550886206540129f,0.12500000000000003f,-0.31320404774337396f,0.8590332059120708f,-0.4049261360021058f,0.9646123478546278f,0.029366800866598555f,-0.41741452609940793f,-0.9082415451894216f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.1976942260474057f,0.24820730021353474f,-0.22564967186832735f,0.3168026366824157f,0.634369018448643f,0.7051326384614278f,0.680853018546355f,-0.01805437018685061f,0.7473238531052132f,-0.6642146477586397f,-0.1816065140454044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.31380094041337464f,-0.04710457183178921f,-0.12499999999999996f,0.3168026366824157f,0.9278472871694661f,-0.19681336611961014f,0.9751459502059203f,-0.01805437018685061f,-0.20156483197210784f,-0.9793087655225047f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.1579063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1812841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.045399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.26875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5527704511585941f,7.115947498448939e-18f,0.8333335636621892f,-1.1415360803487309f,-0.015114705085627143f,0.999835499457638f,0.01002595204805417f,2.149087394608097f,-0.8331964798389984f,-0.01813764108960602f,0.552679520119577f,-0.6161669869896105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5527704511585941f,7.115947498448939e-18f,0.8333335636621892f,-1.0897138505526125f,-0.015114705085627143f,0.999835499457638f,0.01002595204805417f,2.1476703910063195f,-0.8331964798389984f,-0.01813764108960602f,0.552679520119577f,-0.6942791569745166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5527704511585941f,7.115947498448939e-18f,0.8333335636621892f,-1.240625f,-0.015114705085627143f,0.999835499457638f,0.01002595204805417f,2.146875f,-0.8331964798389984f,-0.01813764108960602f,0.552679520119577f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5527704511585937f,9.38783201578227e-19f,-0.8333335636621895f,1.0897138505526125f,-0.015114705085627143f,0.999835499457638f,0.01002595204805417f,2.1476703910063195f,0.8331964798389986f,0.01813764108960602f,-0.5526795201195766f,-0.7819708430254834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5527704511585937f,9.38783201578227e-19f,-0.8333335636621895f,1.1415360803487307f,-0.015114705085627143f,0.999835499457638f,0.01002595204805417f,2.149087394608097f,0.8331964798389986f,0.01813764108960602f,-0.5526795201195766f,-0.8600830130103895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5527704511585937f,9.38783201578227e-19f,-0.8333335636621895f,1.240625f,-0.015114705085627143f,0.999835499457638f,0.01002595204805417f,2.146875f,0.8331964798389986f,0.01813764108960602f,-0.5526795201195766f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.2861696918807954f,-1.5360706876471704f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.5360706876471704f,-0.2861696918807954f,0f,1.3904975f,3.5045679717480035e-17f,-1.8811440508911807e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41.mcfunction new file mode 100644 index 000000000..623535a39 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..95f92f81f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4598403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4644992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4656450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6452698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2703160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.31768038347119154f,-0.03172102229259438f,0.22914387449654283f,-0.31769703787791126f,0.9481808846169355f,-0.0046478135339996784f,0.6758411702606688f,0.031553786164129294f,0.0056730948028834716f,-0.9994859551659873f,-0.14349293589849546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.3013220886306642f,0.10550852193517235f,0.12500000000000003f,-0.31769703787791126f,0.8573794683709941f,-0.4049309068711262f,0.9708623478546277f,0.031553786164129294f,-0.4172594470100418f,-0.908239457664983f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.20017459578460275f,0.25250372940401433f,-0.22728371050603985f,0.3216563276577f,0.6335351696285061f,0.7036834485203857f,0.6876538617679158f,-0.01911044317191909f,0.7473709387220316f,-0.6641321185694319f,-0.18163783768836617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.3187619421064895f,-0.047104420439740204f,-0.12499999999999996f,0.3216563276577f,0.9261753274555463f,-0.1968158268289769f,0.9813959502059202f,-0.01911044317191909f,-0.201469816789291f,-0.9793082782682183f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1641563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1875341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0516496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.275f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9998500390600477f,6.311552944103343e-18f,-0.01731760351841972f,-1.2900906111087027f,0.00031726567695361356f,0.9998321671198507f,0.018317667289072886f,2.155857778264754f,0.01731469705514389f,-0.018320414635671967f,0.9996822313482748f,-0.5889842917222188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9998500390600477f,6.311552944103343e-18f,-0.01731760351841972f,-1.1963546699468233f,0.00031726567695361356f,0.9998321671198507f,0.018317667289072886f,2.155887521921968f,0.01731469705514389f,-0.018320414635671967f,0.9996822313482748f,-0.587361038873299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9998500390600477f,6.311552944103343e-18f,-0.01731760351841972f,-1.240625f,0.00031726567695361356f,0.9998321671198507f,0.018317667289072886f,2.153125f,0.01731469705514389f,-0.018320414635671967f,0.9996822313482748f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9998500390600477f,1.8243455155777435e-18f,0.017317603518419277f,1.1963546699468233f,0.00031726567695361356f,0.9998321671198507f,0.018317667289072886f,2.155887521921968f,-0.017314697055143446f,0.018320414635671967f,-0.9996822313482748f,-0.888888961126701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9998500390600477f,1.8243455155777435e-18f,0.017317603518419277f,1.2900906111087027f,0.00031726567695361356f,0.9998321671198507f,0.018317667289072886f,2.155857778264754f,-0.017314697055143446f,0.018320414635671967f,-0.9996822313482748f,-0.8872657082777813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9998500390600477f,1.8243455155777435e-18f,0.017317603518419277f,1.240625f,0.00031726567695361356f,0.9998321671198507f,0.018317667289072886f,2.153125f,-0.017314697055143446f,0.018320414635671967f,-0.9996822313482748f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2532104866097311f,-0.9332040110562111f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.9332040110562111f,1.2532104866097311f,0f,1.3967474999999998f,-1.5347402110845042e-16f,-1.1428453050914602e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42.mcfunction new file mode 100644 index 000000000..4b7a7c69b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..64c10a19c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,-0.12955232821402396f,-0.33216825851190346f,0.03364545423573999f,-0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.4069001874942642f,0.3248540233341061f,0.07030605863863452f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,0.15818194093365764f,-0.3253893144606401f,0.03364545423573999f,0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.4069001874942642f,0.3203568460880509f,-0.0581504562409782f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,0.12955232821402396f,0.3321682585119037f,-0.033645454235739836f,0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.4069001874942642f,-0.32485402333410635f,0.07030605863863455f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,-0.15818194093365764f,0.32538931446064034f,-0.033645454235739836f,-0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.4069001874942642f,-0.32035684608805104f,-0.058150456240978254f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4660903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4707492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4718950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6515198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2765660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.3221731894453524f,-0.03381370766765829f,0.23087854317000633f,-0.32218087299411313f,0.9466628980866976f,-0.005370517930875007f,0.6826797554392181f,0.03374041938648524f,0.005813208124933578f,-0.9994137234953901f,-0.14354814329572618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.3062783607262706f,0.1055106467350723f,0.12500000000000003f,-0.32218087299411313f,0.8556982772820629f,-0.404944370664985f,0.9771123478546277f,0.03374041938648524f,-0.41710193479212976f,-0.9082332079880617f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.20265158238279488f,0.256791711400489f,-0.22891470805682868f,0.32650110092432677f,0.6326920398788188f,0.7022092378836821f,0.6944636277114307f,-0.020166258489003747f,0.747417633476578f,-0.6640483440133153f,-0.18166950746637472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.323713936745503f,-0.04710556276037082f,-0.12499999999999996f,0.32650110092432677f,0.9244770587187882f,-0.1968227603654131f,0.9876459502059203f,-0.020166258489003747f,-0.20137391851823006f,-0.9793068298338207f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1704063656606274f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1704063656606274f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1704063656606274f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.193784114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.193784114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.193784114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2298280203379572f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2298280203379572f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0578996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.28125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5264174040644833f,6.3517371398523854e-18f,-0.8502262738224516f,-1.3928347568888906f,0.015675669824771588f,0.9998300230282315f,0.009705587406784172f,2.1600960410879813f,0.8500817549351094f,-0.018437056472386852f,0.5263279252282542f,-0.6990233934783452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5264174040644833f,6.3517371398523854e-18f,-0.8502262738224516f,-1.3434831252578452f,0.015675669824771588f,0.9998300230282315f,0.009705587406784172f,2.1615656351340538f,0.8500817549351094f,-0.018437056472386852f,0.5263279252282542f,-0.6193282289531787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5264174040644833f,6.3517371398523854e-18f,-0.8502262738224516f,-1.240625f,0.015675669824771588f,0.9998300230282315f,0.009705587406784172f,2.159375f,0.8500817549351094f,-0.018437056472386852f,0.5263279252282542f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5264174040644838f,1.835960700930875e-18f,0.8502262738224514f,1.3434831252578452f,0.015675669824771588f,0.9998300230282315f,0.009705587406784172f,2.1615656351340538f,-0.8500817549351092f,0.018437056472386852f,-0.5263279252282547f,-0.8569217710468213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5264174040644838f,1.835960700930875e-18f,0.8502262738224514f,1.3928347568888906f,0.015675669824771588f,0.9998300230282315f,0.009705587406784172f,2.1600960410879813f,-0.8500817549351092f,0.018437056472386852f,-0.5263279252282547f,-0.7772266065216549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5264174040644838f,1.835960700930875e-18f,0.8502262738224514f,1.240625f,0.015675669824771588f,0.9998300230282315f,0.009705587406784172f,2.159375f,-0.8500817549351092f,0.018437056472386852f,-0.5263279252282547f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3930579873302766f,0.7076691980970478f,1.9135106236677394e-16f,-0.00034250000000012385f,0.7076691980970478f,1.3930579873302766f,0f,1.4029975f,-1.7060040052106775e-16f,8.666448183047238e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43.mcfunction new file mode 100644 index 000000000..5757fecf7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..6056350db --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,-0.12746039106081852f,-0.35800310321107975f,0.03512059537008337f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.4131004981754816f,0.35029323993148015f,0.07479167889283815f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,0.15562770911268567f,-0.3506969174312618f,0.03512059537008337f,0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.4131004981754816f,0.3450615096889654f,-0.06362734830369027f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,0.12746039106081852f,0.35800310321108f,-0.03512059537008322f,0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.4131004981754816f,-0.35029323993148037f,0.07479167889283819f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,-0.15562770911268567f,0.350696917431262f,-0.03512059537008322f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.4131004981754816f,-0.3450615096889656f,-0.06362734830369031f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4723403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4769992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4781450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4671514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4671514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6577698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2828160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3266583254178387f,-0.03589999465905498f,0.2326098004660831f,-0.3266553907791867f,0.9451237438106833f,-0.006112655738262418f,0.6895280380449097f,0.03592668724226615f,0.005953765236476893f,-0.9993366929235137f,-0.1436042533241742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3112249773658495f,0.10551532895713905f,0.12500000000000003f,-0.3266553907791867f,0.8539896887861304f,-0.4049665012341947f,0.9833623478546278f,0.03592668724226615f,-0.4169419922610274f,-0.908222796583086f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.20512515683702395f,0.26107110181949356f,-0.23054261585229208f,0.33133681487788175f,0.6318396418397895f,0.7007100556623594f,0.7012822995039271f,-0.0212218114033267f,0.7474639369443539f,-0.6639633255597847f,-0.18170152286924185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.32865678478818716f,-0.04710804586638317f,-0.12499999999999996f,0.33133681487788175f,0.9227525298107061f,-0.19683415312013886f,0.9938959502059204f,-0.0212218114033267f,-0.20127713864379418f,-0.9793044205864325f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1766563656606275f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1766563656606275f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1766563656606275f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.200034114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.200034114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.200034114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2460741214883608f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2460741214883608f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0641496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4270846571071783f,5.504021342837991e-18f,-0.9042116431807566f,-1.3562371531752146f,0.016722564582047822f,0.9998289698335361f,-0.007898538814821277f,2.1636563489629936f,0.9040569957129049f,-0.018494082340305466f,-0.4270116127471791f,-0.8445544135861194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4270846571071783f,5.504021342837991e-18f,-0.9042116431807566f,-1.3962763397790126f,0.016722564582047822f,0.9998289698335361f,-0.007898538814821277f,2.1652240893925607f,0.9040569957129049f,-0.018494082340305466f,-0.4270116127471791f,-0.7597990702380346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4270846571071783f,5.504021342837991e-18f,-0.9042116431807566f,-1.240625f,0.016722564582047822f,0.9998289698335361f,-0.007898538814821277f,2.1656250000000004f,0.9040569957129049f,-0.018494082340305466f,-0.4270116127471791f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.42708465710717786f,2.709001070570261e-18f,0.9042116431807568f,1.3962763397790126f,0.016722564582047822f,0.9998289698335361f,-0.007898538814821277f,2.1652240893925607f,-0.904056995712905f,0.018494082340305466f,0.42701161274717864f,-0.7164509297619656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.42708465710717786f,2.709001070570261e-18f,0.9042116431807568f,1.3562371531752146f,0.016722564582047822f,0.9998289698335361f,-0.007898538814821277f,2.1636563489629936f,-0.904056995712905f,0.018494082340305466f,0.42701161274717864f,-0.6316955864138807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.42708465710717786f,2.709001070570261e-18f,0.9042116431807568f,1.240625f,0.016722564582047822f,0.9998289698335361f,-0.007898538814821277f,2.1656250000000004f,-0.904056995712905f,0.018494082340305466f,0.42701161274717864f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.006244193313257457f,1.5624875231661426f,1.9135106236677394e-16f,-0.00034250000000012385f,1.5624875231661426f,-0.006244193313257457f,0f,1.4092475f,7.646931354338052e-19f,1.9134953439530925e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44.mcfunction new file mode 100644 index 000000000..91c2d2f6c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..bc3af93ff --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4785903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4832492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4843950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.664019805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2890660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3311356925716457f,-0.03797973537574095f,0.2343375920103346f,-0.3311204293158884f,0.9435634620733723f,-0.006874178479898685f,0.6963859977923932f,0.03811257645156705f,0.0060947637532778876f,-0.9992548650724775f,-0.14366126498182208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3161617864893241f,0.1055226608743062f,0.12500000000000003f,-0.3311204293158884f,0.852253759880288f,-0.40499727166929694f,0.9896123478546277f,0.03811257645156705f,-0.41677962226312315f,-0.9082082239125738f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.20759529018159617f,0.2653417565637321f,-0.2321673853183959f,0.3361633281944752f,0.6309779881982804f,0.6991859517942737f,0.708109860007455f,-0.022277097187953822f,0.7475098487001155f,-0.6638770647018986f,-0.18173388337929486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.3335903469597764f,-0.04711191672139844f,-0.12499999999999996f,0.3361633281944752f,0.9210017903221831f,-0.1968499911113716f,1.0001459502059202f,-0.022277097187953822f,-0.2011794786716317f,-0.9793010509043114f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1829063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2062841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.070399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.29375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9905652511589446f,6.3729456105341904e-18f,-0.13704190306770048f,-1.2147485393120796f,0.0025350857960787943f,0.9998288859285651f,-0.01832408804963624f,2.1690075546458636f,0.1370184532697093f,-0.018498617863081067f,-0.990395751505797f,-0.8931071027228873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9905652511589446f,6.3729456105341904e-18f,-0.13704190306770048f,-1.3076140316082308f,0.0025350857960787943f,0.9998288859285651f,-0.01832408804963624f,2.169245218939246f,0.1370184532697093f,-0.018498617863081067f,-0.990395751505797f,-0.8802616227288521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9905652511589446f,6.3729456105341904e-18f,-0.13704190306770048f,-1.240625f,0.0025350857960787943f,0.9998288859285651f,-0.01832408804963624f,2.171875f,0.1370184532697093f,-0.018498617863081067f,-0.990395751505797f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9905652511589446f,1.8420909795997344e-18f,0.13704190306770092f,1.3076140316082308f,0.0025350857960787943f,0.9998288859285651f,-0.01832408804963624f,2.169245218939246f,-0.13701845326970974f,0.018498617863081067f,0.990395751505797f,-0.5959883772711481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9905652511589446f,1.8420909795997344e-18f,0.13704190306770092f,1.2147485393120796f,0.0025350857960787943f,0.9998288859285651f,-0.01832408804963624f,2.1690075546458636f,-0.13701845326970974f,0.018498617863081067f,0.990395751505797f,-0.5831428972771127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9905652511589446f,1.8420909795997344e-18f,0.13704190306770092f,1.240625f,0.0025350857960787943f,0.9998288859285651f,-0.01832408804963624f,2.171875f,-0.13701845326970974f,0.018498617863081067f,0.990395751505797f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.39456130110359f,0.7047020841917964f,1.9135106236677394e-16f,-0.00034250000000012385f,0.7047020841917964f,-1.39456130110359f,0f,1.4154974999999999f,1.7078450336112797e-16f,8.63011151757952e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45.mcfunction new file mode 100644 index 000000000..5cbe4886f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..3a12602a4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4848403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4894992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4906450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6702698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2953160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3356051923114915f,-0.04005278227816454f,0.2360618635534567f,-0.3355758270897944f,0.9419820936128103f,-0.007655036631347534f,0.7032536140879234f,0.04029807374621844f,0.006236201279117504f,-0.9991682416119672f,-0.14371917725533973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3210886363861138f,0.10553273453465163f,0.12500000000000003f,-0.3355758270897944f,0.8504905484156751f,-0.40503665430255176f,0.9958623478546278f,0.04029807374621844f,-0.4166148276757687f,-0.9081894904770886f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.2100619534897442f,0.2696035318268031f,-0.23378896797691823f,0.3409804998352757f,0.6301070916877514f,0.6976369770424223f,0.7149462918196198f,-0.023332111123921917f,0.7475553683178767f,-0.6637895629562315f,-0.1817665884713916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.33851448425689f,-0.047117222177302145f,-0.12499999999999996f,0.3409804998352757f,0.9192248905819946f,-0.19687025998511196f,1.0063959502059203f,-0.023332111123921917f,-0.20108094012812797f,-0.9792967211768296f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1891563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.2125341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.076649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6594018606092893f,7.226094544072763e-18f,0.7517906531907714f,-1.096946939805324f,-0.013876072721741468f,0.9998296483721912f,-0.01217081927240227f,2.176949818017971f,-0.7516625844292291f,-0.018457362648562126f,-0.6592895304289543f,-0.8017842459192231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6594018606092893f,7.226094544072763e-18f,0.7517906531907714f,-1.1587658642374448f,-0.013876072721741468f,0.9998296483721912f,-0.01217081927240227f,2.175648936200308f,-0.7516625844292291f,-0.018457362648562126f,-0.6592895304289543f,-0.8722526132094635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6594018606092893f,7.226094544072763e-18f,0.7517906531907714f,-1.240625f,-0.013876072721741468f,0.9998296483721912f,-0.01217081927240227f,2.178125f,-0.7516625844292291f,-0.018457362648562126f,-0.6592895304289543f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6594018606092896f,9.706210504432509e-19f,-0.7517906531907711f,1.1587658642374448f,-0.013876072721741468f,0.9998296483721912f,-0.01217081927240227f,2.175648936200308f,0.7516625844292287f,0.018457362648562126f,0.6592895304289547f,-0.6039973867905366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6594018606092896f,9.706210504432509e-19f,-0.7517906531907711f,1.096946939805324f,-0.013876072721741468f,0.9998296483721912f,-0.01217081927240227f,2.176949818017971f,0.7516625844292287f,0.018457362648562126f,0.6592895304289547f,-0.6744657540807768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6594018606092896f,9.706210504432509e-19f,-0.7517906531907711f,1.240625f,-0.013876072721741468f,0.9998296483721912f,-0.01217081927240227f,2.178125f,0.7516625844292287f,0.018457362648562126f,0.6592895304289547f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2672634747224822f,-0.9140292859828403f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.9140292859828403f,-1.2672634747224822f,0f,1.4217475f,1.5519501579952406e-16f,-1.119363039405826e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46.mcfunction new file mode 100644 index 000000000..f392d69cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..8d1161ce2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4910903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4957492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4968950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3015660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.34006672626584133f,-0.04211898818554208f,0.23778256097306957f,-0.34002142299655225f,0.9403796796193284f,-0.00845517962250758f,0.7101308660301582f,0.04248316587002615f,0.006378075405837236f,-0.9990768242591644f,-0.14377798912010925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.3260053757000437f,0.10554564175565866f,0.12500000000000003f,-0.34002142299655225f,0.848700113095258f,-0.40508462070966866f,1.0021123478546277f,0.04248316587002615f,-0.4164476114072091f,-0.9081665968151934f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.21252511787329076f,0.2738562840979133f,-0.23540731544689097f,0.3457881890510336f,0.6292269650882066f,0.6960631829932477f,0.7217915772741187f,-0.024386848500365797f,0.747600495370909f,-0.6637008218628266f,-0.18179963761293574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.3434290579514467f,-0.047124008971595355f,-0.12499999999999996f,0.3457881890510336f,0.9174218816553122f,-0.1968949450159471f,1.0126459502059202f,-0.024386848500365797f,-0.2009815245603636f,-0.9792914318044512f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1954063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2187841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0828996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.30625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2613933350297879f,6.3303260969703105e-18f,0.9652323680865688f,-1.1080929573665361f,-0.017736055073757345f,0.9998311671426422f,0.004803078242384036f,2.1859268393179403f,-0.9650694051478504f,-0.01837490707954238f,0.2613492032461405f,-0.6536849911467736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2613933350297879f,6.3303260969703105e-18f,0.9652323680865688f,-1.0835873322074934f,-0.017736055073757345f,0.9998311671426422f,0.004803078242384036f,2.1842640841547754f,-0.9650694051478504f,-0.01837490707954238f,0.2613492032461405f,-0.7441602478793845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2613933350297879f,6.3303260969703105e-18f,0.9652323680865688f,-1.240625f,-0.017736055073757345f,0.9998311671426422f,0.004803078242384036f,2.184375f,-0.9650694051478504f,-0.01837490707954238f,0.2613492032461405f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.26139333502978745f,1.829771869051987e-18f,-0.9652323680865689f,1.0835873322074934f,-0.017736055073757345f,0.9998311671426422f,0.004803078242384036f,2.1842640841547754f,0.9650694051478506f,0.01837490707954238f,-0.2613492032461401f,-0.7320897521206154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.26139333502978745f,1.829771869051987e-18f,-0.9652323680865689f,1.1080929573665361f,-0.017736055073757345f,0.9998311671426422f,0.004803078242384036f,2.1859268393179403f,0.9650694051478506f,0.01837490707954238f,-0.2613492032461401f,-0.8225650088532265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.26139333502978745f,1.829771869051987e-18f,-0.9652323680865689f,1.240625f,-0.017736055073757345f,0.9998311671426422f,0.004803078242384036f,2.184375f,0.9650694051478506f,0.01837490707954238f,-0.2613492032461401f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.2187202288646677f,-1.5471159334340099f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.5471159334340099f,0.2187202288646677f,0f,1.4279974999999998f,-2.6785502818789184e-17f,-1.8946705757898298e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47.mcfunction new file mode 100644 index 000000000..23a66ef8c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..6d70a2621 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,-0.11756803868147211f,-0.4566742045011099f,0.042096242744495915f,-0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.4379107196084444f,0.4474533176035761f,0.09192362203415877f,-0.6769638252684693f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,0.14354925771519614f,-0.4473543227765975f,0.042096242744495915f,0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.4379107196084444f,0.4394161068574817f,-0.08454525889177499f,-0.6631482369976843f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,0.11756803868147211f,0.45667420450111f,-0.04209624274449576f,0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.4379107196084444f,-0.4474533176035762f,0.09192362203415878f,-0.6769638252684693f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,-0.14354925771519614f,0.4473543227765976f,-0.04209624274449576f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.4379107196084444f,-0.43941610685748184f,-0.08454525889177501f,-0.6631482369976843f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4973403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5019992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5031450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4921514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4921514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6827698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3078160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.34452019628892416f,-0.0441782062831166f,0.23949963027550286f,-0.34445705634911333f,0.938756261734254f,-0.009274555840168064f,0.7170177324109691f,0.04466783957901054f,0.006520383713384981f,-0.9989806147786722f,-0.14383769954025133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.3309118534342399f,0.10556147411848968f,0.12500000000000003f,-0.34445705634911333f,0.846882513471581f,-0.4051411417115781f,1.0083623478546277f,0.04466783957901054f,-0.41627797639651f,-0.9081395435034036f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.21498475448231283f,0.2780998701665845f,-0.23702237944603916f,0.3505862553865972f,0.6283376212261477f,0.6944646220549107f,0.7286456984412907f,-0.025441304614645076f,0.7476452294317445f,-0.6636108429851482f,-0.1818330302638918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.3483339295945727f,-0.04713232372475109f,-0.12499999999999996f,0.3505862553865972f,0.9155928153421854f,-0.19692403110787274f,1.0188959502059203f,-0.025441304614645076f,-0.20088123353607226f,-0.9792851831987099f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.2016563656606274f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.2016563656606274f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.2016563656606274f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.225034114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.225034114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.225034114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2710741214883607f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2710741214883607f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0891496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9473743453657514f,8.02381939556652e-18f,0.3201278646772473f,-1.2370139927374326f,-0.00584400750889791f,0.9998333594208305f,0.017294535711961677f,2.1934931182087736f,-0.3200745183844692f,-0.01825522909350559f,0.9472164743561492f,-0.5810390357973058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9473743453657514f,8.02381939556652e-18f,0.3201278646772473f,-1.1481976478593934f,-0.00584400750889791f,0.9998333594208305f,0.017294535711961677f,2.1929452425048144f,-0.3200745183844692f,-0.01825522909350559f,0.9472164743561492f,-0.6110460218958498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9473743453657514f,8.02381939556652e-18f,0.3201278646772473f,-1.240625f,-0.00584400750889791f,0.9998333594208305f,0.017294535711961677f,2.190625f,-0.3200745183844692f,-0.01825522909350559f,0.9472164743561492f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9473743453657513f,8.31308682002533e-20f,-0.32012786467724774f,1.1481976478593934f,-0.00584400750889791f,0.9998333594208305f,0.017294535711961677f,2.1929452425048144f,0.32007451838446965f,0.01825522909350559f,-0.9472164743561491f,-0.8652039781041503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9473743453657513f,8.31308682002533e-20f,-0.32012786467724774f,1.2370139927374326f,-0.00584400750889791f,0.9998333594208305f,0.017294535711961677f,2.1934931182087736f,0.32007451838446965f,0.01825522909350559f,-0.9472164743561491f,-0.8952109642026943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9473743453657513f,8.31308682002533e-20f,-0.32012786467724774f,1.240625f,-0.00584400750889791f,0.9998333594208305f,0.017294535711961677f,2.190625f,0.32007451838446965f,0.01825522909350559f,-0.9472164743561491f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4673507541879849f,-0.5369245889172446f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.5369245889172446f,1.4673507541879849f,0f,1.4342475f,-1.7969864043427704e-16f,-6.575429792010119e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48.mcfunction new file mode 100644 index 000000000..df7585ffd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..5f0aea0cc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429172f,-0.11472886686607595f,-0.4800246227055196f,0.04409830056250531f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.4441158086988812f,0.4704461535682599f,0.09597787937773647f,-0.6606157034974467f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403448f,0.1400826607455024f,-0.4702282018339784f,0.04409830056250531f,0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.4441158086988812f,0.46174502864500094f,-0.08949546167463965f,-0.6471337503648458f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.650659736842917f,0.1147288668660759f,0.4800246227055197f,-0.04409830056250519f,0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.4441158086988812f,-0.47044615356826003f,0.09597787937773648f,-0.6606157034974465f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550238f,0.4702282018339785f,-0.04409830056250519f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.4441158086988812f,-0.46174502864500105f,-0.08949546167463968f,-0.6471337503648456f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5035903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5082492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5093950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6890198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3140660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.348965504462742f,-0.04623029012939797f,0.24121301759757519f,-0.34888256688494607f,0.9371118820486118f,-0.010113112630616372f,0.7239141917162599f,0.04685208164164502f,0.00666312376985978f,-0.9988796149824423f,-0.14389830746865054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.33580791895601025f,0.10558032296227335f,0.12500000000000003f,-0.34888256688494607f,0.8450378099444886f,-0.40520618737624603f,1.0146123478546278f,0.04685208164164502f,-0.41610592561348597f,-0.9081083311561395f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.2174408345048054f,0.28233414712734645f,-0.23863411179221586f,0.3553745586854153f,0.6274390729745306f,0.6928413474555398f,0.7355086371286692f,-0.02649547477247057f,0.7476895700721762f,-0.6635196279100309f,-0.1818667658768011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.353228961020498f,-0.04714221293757614f,-0.12499999999999996f,0.3553745586854153f,0.9137377441760037f,-0.1969575027951317f,1.0251459502059204f,-0.02649547477247057f,-0.20078006864359682f,-0.9792779757821852f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.2079063656606275f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.2079063656606275f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.2079063656606275f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.231284114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.231284114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.231284114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2673280203379573f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2673280203379573f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0953996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.31875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.79573098089459f,7.103597884740472e-18f,-0.6056502340827861f,-1.3687724248418518f,0.010963355846367439f,0.999836149101252f,0.014404158391415633f,2.1985217164534143f,0.6055509977476048f,-0.01810179412044752f,0.7956005996582087f,-0.6471701130706878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.79573098089459f,7.103597884740472e-18f,-0.6056502340827861f,-1.294172645382984f,0.010963355846367439f,0.999836149101252f,0.014404158391415633f,2.199549531064011f,0.6055509977476048f,-0.01810179412044752f,0.7956005996582087f,-0.5903997070318499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.79573098089459f,7.103597884740472e-18f,-0.6056502340827861f,-1.240625f,0.010963355846367439f,0.999836149101252f,0.014404158391415633f,2.1968750000000004f,0.6055509977476048f,-0.01810179412044752f,0.7956005996582087f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7957309808945904f,9.352135630775774e-19f,0.6056502340827857f,1.294172645382984f,0.010963355846367439f,0.999836149101252f,0.014404158391415633f,2.199549531064011f,-0.6055509977476045f,0.01810179412044752f,-0.7956005996582091f,-0.8858502929681502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7957309808945904f,9.352135630775774e-19f,0.6056502340827857f,1.3687724248418518f,0.010963355846367439f,0.999836149101252f,0.014404158391415633f,2.1985217164534143f,-0.6055509977476045f,0.01810179412044752f,-0.7956005996582091f,-0.8290798869293123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7957309808945904f,9.352135630775774e-19f,0.6056502340827857f,1.240625f,0.010963355846367439f,0.999836149101252f,0.014404158391415633f,2.1968750000000004f,-0.6055509977476045f,0.01810179412044752f,-0.7956005996582091f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.1728160088105666f,1.0324286219771577f,1.9135106236677394e-16f,-0.00034250000000012385f,1.0324286219771577f,1.1728160088105666f,0f,1.4404975f,-1.4362853711786345e-16f,1.2643604072524387e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49.mcfunction new file mode 100644 index 000000000..8b4e4ac90 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..70c8f9556 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5098403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5144992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5156450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.695269805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3203160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.35340255309907026f,-0.04827509366338496f,0.24292266920836836f,-0.35329779477323014f,0.9354465831018177f,-0.010970796302294916f,0.7308202221267984f,0.049035878839094535f,0.006806293131557006f,-0.998773826729698f,-0.14395981184698187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.34069342200170977f,0.10560227937840488f,0.12500000000000003f,-0.35329779477323014f,0.843166063758817f,-0.4052797270205297f,1.0208623478546277f,0.049035878839094535f,-0.41593146205862735f,-0.9080729604256754f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.21989332916634782f,0.2865589723844232f,-0.24024246440483538f,0.36015295909403405f,0.6265313332527295f,0.691193413241452f,0.7423803748815463f,-0.02754935428803066f,0.747733516863259f,-0.6634271782476319f,-0.181900843896797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.3581140143504478f,-0.047153722988579234f,-0.12499999999999996f,0.36015295909403405f,0.9118567214219375f,-0.19699534424307166f,1.0313959502059202f,-0.02754935428803066f,-0.20067803149184654f,-0.9792698099884781f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.2141563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.2375341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.101649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.325f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.052160168061305766f,6.118581911420534e-18f,-0.9986387319084997f,-1.3879758019084014f,0.017893245455197382f,0.9998394662716517f,-0.0009345869134492972f,2.2021460660822703f,0.9984784167095934f,-0.01791763616157925f,-0.05215179459505561f,-0.7927514449725207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.052160168061305766f,6.118581911420534e-18f,-0.9986387319084997f,-1.3928658176641489f,0.017893245455197382f,0.9998394662716517f,-0.0009345869134492972f,2.203823557843695f,0.9984784167095934f,-0.01791763616157925f,-0.05215179459505561f,-0.6991440934059963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.052160168061305766f,6.118581911420534e-18f,-0.9986387319084997f,-1.240625f,0.017893245455197382f,0.9998394662716517f,-0.0009345869134492972f,2.203125f,0.9984784167095934f,-0.01791763616157925f,-0.05215179459505561f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.05216016806130532f,1.8384469739561046e-18f,0.9986387319084997f,1.3928658176641489f,0.017893245455197382f,0.9998394662716517f,-0.0009345869134492972f,2.203823557843695f,-0.9984784167095934f,0.01791763616157925f,0.052151794595055166f,-0.7771059065940038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.05216016806130532f,1.8384469739561046e-18f,0.9986387319084997f,1.3879758019084014f,0.017893245455197382f,0.9998394662716517f,-0.0009345869134492972f,2.2021460660822703f,-0.9984784167095934f,0.01791763616157925f,0.052151794595055166f,-0.6834985550274795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.05216016806130532f,1.8384469739561046e-18f,0.9986387319084997f,1.240625f,0.017893245455197382f,0.9998394662716517f,-0.0009345869134492972f,2.203125f,-0.9984784167095934f,0.01791763616157925f,0.052151794595055166f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.33553658674334125f,1.5260476561879148f,1.9135106236677394e-16f,-0.00034250000000012385f,1.5260476561879148f,-0.33553658674334125f,0f,1.4467474999999999f,4.1091380695206103e-17f,1.8688693774968505e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..5fddb425e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7384841784803771f,-0.13021468549241605f,-0.32346514226531137f,0.033178389311972645f,-0.10870238293367461f,0.8058037601518601f,-0.07621375541271237f,1.241066092985139f,0.33131458543678344f,-0.02586271934037782f,-0.7459934380875058f,-0.38807447620235674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7171605750563372f,0.15899067174793147f,-0.3168638128313254f,0.033178389311972645f,0.20369617177467741f,0.770022075656092f,-0.07465837264918763f,1.241066092985139f,0.2901526825469736f,-0.14760748388691325f,-0.730769082208169f,-0.38807447620235674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7384841784803771f,0.13021468549241605f,0.3234651422653116f,-0.03317838931197255f,0.10870238293367461f,0.8058037601518601f,-0.07621375541271237f,1.241066092985139f,-0.33131458543678366f,-0.025862719340377777f,-0.7459934380875058f,-0.3880744762023568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7171605750563372f,-0.15899067174793147f,0.31686381283132564f,-0.03317838931197255f,-0.20369617177467741f,0.770022075656092f,-0.07465837264918763f,1.241066092985139f,-0.2901526825469738f,-0.1476074838869133f,-0.730769082208169f,-0.3880744762023568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5670872650306303f,0.6016790740575082f,1.3258207177749857f,-0.3522133584487811f,0.7354664890383603f,1.346341026363498f,-0.29641378886966396f,1.1752149997177606f,-1.2565457919796104f,0.5164827030712468f,-0.7718448938009185f,0.46017275159313065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.08825287297358092f,-0.9730448705798238f,-0.21306128285120884f,-0.35623928846641567f,-0.2765413663884585f,0.22942168371680619f,-0.9332151754641316f,1.237028569151074f,0.9569411178792107f,-0.02343866205310287f,-0.2893342807778695f,0.21831146712002655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.16542447250651024f,-0.9730448705798238f,-0.1606811243868945f,-0.2984375f,-0.6235523851985858f,0.22942168371680619f,-0.7473607655969773f,1.4638723935307492f,0.7640792935350998f,-0.02343866205310287f,-0.6446964109657064f,-0.06741694316500599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5784757092285531f,0.8156625391627932f,0.007776634170853947f,0.3155484480308107f,-0.33292907586616144f,0.24479848680465863f,-0.9106217278876301f,1.490664819598033f,-0.744663739063093f,0.5241834822508757f,0.413167753654517f,0.2763626852329806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0013518532640857007f,0.9716881672644919f,0.23626315432357425f,0.2984375f,-0.08721838028410622f,0.23524845138477335f,-0.9680140082982698f,1.4638723935307492f,-0.9961882987836032f,-0.021915102537714733f,0.08443104670316506f,-0.06741694316500593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.455177354798983e-17f,9.71577628780522e-17f,-0.15625000000000003f,0f,0.793353340291235f,-0.6087614290087205f,1.1822751907045967f,-1.2246467991473532e-16f,-0.6087614290087205f,-0.793353340291235f,0.20932050437747046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.8520622880965836e-17f,1.1624869650658877e-16f,-0.15625000000000003f,0f,0.9492426435730338f,-0.3145447561516136f,1.358292281648593f,-1.2246467991473532e-16f,-0.3145447561516136f,-0.9492426435730338f,0.14441059607671147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450641e-17f,1.0328566345430085e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468237f,1.1736777985353362f,-1.2246467991473532e-16f,-0.5372996083468237f,-0.8433914458128857f,0.17776932993795116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.7749033759509426e-17f,1.2117165356312657e-16f,0.15624999999999997f,0f,0.9894416385809445f,-0.14493185930724667f,1.358292281648593f,-1.2246467991473532e-16f,-0.14493185930724667f,-0.9894416385809445f,0.14441059607671153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.781113770613744e-18f,1.2245172706154333e-16f,0.29375f,0f,0.9998942319271074f,-0.01454389765158258f,2.0341336159665375f,-1.2246467991473532e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.05914594228463982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.781113770613744e-18f,1.2245172706154333e-16f,0.33125f,0f,0.9998942319271074f,-0.01454389765158258f,1.9077833465708132f,-1.2246467991473532e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.15106803932135832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.781113770613744e-18f,1.2245172706154333e-16f,-0.29375f,0f,0.9998942319271074f,-0.01454389765158258f,2.0341336159665375f,-1.2246467991473532e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.05914594228463989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.781113770613744e-18f,1.2245172706154333e-16f,-0.33125f,0f,0.9998942319271074f,-0.01454389765158258f,1.9077833465708132f,-1.2246467991473532e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.15106803932135837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2245172706154333e-16f,0.19523827377799086f,0.1564179192683296f,0.9875838747027345f,-0.01454389765158258f,2.140576917088347f,-0.0022751668487253117f,-0.014364838137277099f,-0.9998942319271074f,-0.0825715204401099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2245172706154333e-16f,0.08005326181113277f,0f,0.9998942319271075f,-0.01454389765158258f,2.1506532339781907f,-1.22514845490862e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.08271808486349734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2245172706154333e-16f,0.05771677939820298f,0.24189630798697964f,0.9701930999668924f,-0.01454389765158258f,2.1463340058724794f,-0.0035184872892785324f,-0.014111881734726049f,-0.9998942319271074f,-0.08265525980710889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2245172706154333e-16f,0.08682420206637903f,-0.0697490957363256f,0.9974585398326414f,-0.01454389765158258f,2.1563341265284754f,0.0010145310146697434f,-0.014508469447877074f,-0.9998942319271074f,-0.08280071592304625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2245172706154333e-16f,0.14461004211822306f,0.08714652445270624f,0.9960893324983026f,-0.01454389765158258f,2.2606057406906874f,-0.0012675842022697233f,-0.014488553730095544f,-0.9998942319271074f,-0.11557069762520011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2245172706154333e-16f,0.125f,0.08714652445270624f,0.9960893324983026f,-0.01454389765158258f,2.0364856408785696f,-0.0012675842022697233f,-0.014488553730095544f,-0.9998942319271074f,-0.11231077303592862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2245172706154333e-16f,-0.19523827377799086f,-0.1564179192683296f,0.9875838747027345f,-0.01454389765158258f,2.140576917088347f,0.0022751668487250697f,-0.014364838137277137f,-0.9998942319271074f,-0.08257152044010996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2245172706154333e-16f,-0.08005326181113277f,0f,0.9998942319271075f,-0.01454389765158258f,2.1506532339781907f,-1.22514845490862e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.08271808486349735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2245172706154333e-16f,-0.05771677939820295f,-0.24189630798697964f,0.9701930999668924f,-0.01454389765158258f,2.1463340058724794f,0.0035184872892782943f,-0.014111881734726108f,-0.9998942319271074f,-0.0826552598071089f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2245172706154333e-16f,-0.086824202066379f,0.0697490957363256f,0.9974585398326414f,-0.01454389765158258f,2.1563341265284754f,-0.0010145310146699878f,-0.014508469447877056f,-0.9998942319271074f,-0.08280071592304626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2245172706154333e-16f,-0.14461004211822304f,-0.08714652445270624f,0.9960893324983026f,-0.01454389765158258f,2.2606057406906874f,0.0012675842022694791f,-0.014488553730095565f,-0.9998942319271074f,-0.11557069762520014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2245172706154333e-16f,-0.12499999999999999f,-0.08714652445270624f,0.9960893324983026f,-0.01454389765158258f,2.0364856408785696f,0.0012675842022694791f,-0.014488553730095565f,-0.9998942319271074f,-0.11231077303592865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.781113770613744e-18f,1.2245172706154333e-16f,9.014665592708723e-18f,0f,0.9998942319271074f,-0.01454389765158258f,1.524494343817539f,-1.2246467991473532e-16f,-0.01454389765158258f,-0.9998942319271074f,-0.07361033074177045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.2446707317765931e-17f,1.2183052697729105e-16f,4.3471503485465e-18f,0f,0.994821748296033f,-0.10163507818280179f,1.1514361882065265f,-1.2246467991473532e-16f,-0.10163507818280179f,-0.994821748296033f,-0.035497176423219784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1274322002890052f,0.028251038652918663f,0.14960571950721263f,-0.12265449964846552f,0.8355428063307118f,-0.5355596068646171f,0.7745085202886686f,0.044642586970855706f,-0.5344429371958257f,-0.844024754559988f,0.34957984199558206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.08243751728413297f,0.10119853061924429f,0.12499999999999999f,-0.12265449964846552f,0.3232397901295616f,-0.9383346480829649f,0.8574499183375751f,0.044642586970855706f,-0.9427195202291215f,-0.3305857613502499f,0.031003355886406632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.15610873563513655f,0.03176068122509501f,-0.15862668664153085f,0.14969948836356523f,0.9772560729585832f,-0.1502019675279097f,0.7593718620456715f,-0.05448615784921758f,-0.14352919746158788f,-0.9881450440491328f,0.3399051162795671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.11555711922241678f,-0.10965961157372028f,-0.125f,0.14969948836356523f,0.43749280697328624f,-0.8866736192254294f,0.8635297534951559f,-0.05448615784921758f,-0.8917659984792261f,-0.4492044774478312f,0.016798080178808898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.14493185930724684f,9.823176005293197e-17f,-0.002083333333333331f,0.11625320571945358f,0.7936540861833293f,-0.5971585917027862f,1.0448972674751869f,-0.08654730499678194f,-0.5908535754670939f,-0.8021231927550438f,-0.01901692185656205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,-0.14430441894679252f,0.013471396166846913f,-0.002083333333333331f,-0.11625320571945358f,0.7347123834410378f,-0.6683434040808212f,1.0198999004673248f,0.08654730499678169f,-0.6628528858584067f,-0.7437308758596595f,-0.019380674196114722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.313083579121582e-17f,9.823176005293197e-17f,-0.002083333333333331f,0f,0.8021231927550438f,-0.5971585917027862f,1.0448972674751869f,-1.2246467991473532e-16f,-0.5971585917027862f,-0.8021231927550438f,-0.01901692185656205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.993238357741943f,0.11609291412523025f,1.1874027180777392e-16f,-0.002083333333333331f,0.11256228479741245f,0.9630318933613995f,-0.2447433439543237f,1.0698602290145665f,-0.028412968012411107f,-0.24308847701746394f,-0.9695878998781161f,-0.017989904125670694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.993238357741943f,-0.11609291412523019f,1.1874027180777392e-16f,-0.002083333333333331f,-0.11256228479741245f,0.9630318933613995f,-0.2447433439543237f,1.0698602290145665f,0.028412968012410864f,-0.243088477017464f,-0.9695878998781161f,-0.017989904125670694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.997241527862823e-17f,1.1874027180777392e-16f,-0.002083333333333331f,0f,0.9695878998781161f,-0.2447433439543237f,1.0698602290145665f,-1.2246467991473532e-16f,-0.2447433439543237f,-0.9695878998781161f,-0.017989904125670694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.1592900184870886f,-0.002316942784368116f,-0.19583333333333333f,0.14969948836356525f,0.9226194864762692f,-0.3554762247435855f,1.0824920438919925f,-0.05448615784921758f,-0.3512833232373098f,-0.9346824516477142f,-0.021632409195017615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,-0.15888580674504915f,0.011574913755960956f,0.19166666666666668f,-0.14969948836356523f,0.9003894560598499f,-0.408520367423626f,1.082855218649702f,0.054486157849217336f,-0.4050359586891298f,-0.9126758081441666f,-0.0299578760299148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.175581015019658e-17f,1.1099069304367545e-16f,-0.007812500000000003f,0f,0.90630778703665f,-0.4226182617406994f,0.942120763376482f,-1.2246467991473532e-16f,-0.4226182617406994f,-0.90630778703665f,0.02850345910766241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.188538737676991e-17f,1.1507915602278503e-16f,5.868099245914401e-18f,0f,0.9396926207859084f,-0.34202014332566866f,1.1520833333333333f,-1.2246467991473532e-16f,-0.34202014332566866f,-0.9396926207859084f,-0.04791666666666667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.44879918020046217f,-0.0649295342173877f,-0.8912706948159498f,-0.24551341132944401f,0f,0.9973569167005722f,-0.0726579707226106f,1.0450245416666666f,0.8936326403234122f,0.03260883769533682f,0.4476129665824774f,1.0866344377340527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.44879918020046217f,-0.0649295342173877f,-0.8912706948159498f,-0.2034384881856507f,0f,0.9973569167005722f,-0.0726579707226106f,1.0450245416666666f,0.8936326403234122f,0.03260883769533682f,0.4476129665824774f,1.1704124977643726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.44879918020046217f,-0.0649295342173877f,-0.8912706948159498f,-0.09078534553515485f,0f,0.9973569167005722f,-0.0726579707226106f,1.0559232372750582f,0.8936326403234122f,0.03260883769533682f,0.4476129665824774f,1.061381522761841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7561144948484797f,-0.5121243541090514f,-0.4074549258610274f,0.6777293255234244f,-0.5432565259848473f,0.8383295113592928f,-0.045562894541109955f,2.0649499614710676f,0.36491535683621684f,0.18690178252888945f,-0.9120879924835215f,-0.45199313794479956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31731032929117525f,-0.5121243541090514f,-0.7981496105702945f,0.7312753335674846f,-0.38687137884633316f,0.8383295113592928f,-0.3841017659600466f,2.1113478415592364f,0.8658202418254397f,0.18690178252888945f,-0.4641368683188836f,-0.5133863317521701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5711574191366428f,-0.5121243541090514f,-0.6414887750331694f,0.8007256458004299f,-0.4949107209404664f,0.8383295113592928f,-0.22861979066186988f,2.1224418701144323f,0.6548607339452849f,0.18690178252888945f,-0.7322739533973378f,-0.3728486418388841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011274446505249106f,0.0000013658015844933405f,0.000010731359048697967f,-0.07666142187500008f,-0.0000018958331149393875f,0.000015010636119281712f,-0.000003902210283264415f,1.7719061229166666f,-0.000010650506926929603f,-0.000004117768124398313f,-0.000010665426052114082f,0.5099546791666666f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5.mcfunction new file mode 100644 index 000000000..7cedc0ed2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50.mcfunction new file mode 100644 index 000000000..b2e2562a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..b4240f384 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.10863481427358272f,-0.5249432145773404f,0.04839555568810225f,-0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.4565294147508323f,0.5146768737905775f,0.10377694872909858f,-0.625525782795626f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248054f,-0.5142300877492314f,0.04839555568810225f,0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.4565294147508323f,0.5046985944411788f,-0.09901803795313463f,-0.6127599504936745f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773406f,-0.048395555688102124f,0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.4565294147508323f,-0.5146768737905777f,0.10377694872909862f,-0.6255257827956258f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492316f,-0.048395555688102124f,-0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.4565294147508323f,-0.504698594441179f,-0.09901803795313469f,-0.6127599504936743f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5160903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5207492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5768311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5218950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5768311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.3253624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.5109014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.3253624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.5109014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.2059479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0912469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.2059479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0912469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.314403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3244277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3201308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3300790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.437473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2145172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.314403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3244277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3201308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3300790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.437473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2145172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.7015198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3265660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9324298662780749f,-0.3578312447414511f,-0.050312471211768225f,0.2446285315109961f,-0.3577025806220285f,0.9337604078803639f,-0.011847552128507244f,0.7377358015190577f,0.051219217965452736f,0.006949889343014437f,-0.9986632519268581f,-0.14402221160573714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9324298662780749f,-0.34556821268159094f,0.10562743420486007f,0.12500000000000003f,-0.3577025806220285f,0.8412673370020601f,-0.40536172921207464f,1.0271123478546278f,0.051219217965452736f,-0.415754588763026f,-0.9080334320020903f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9305988954756323f,0.22234220972976845f,0.29077420365640566f,-0.24184738930630195f,0.36492131706657954f,0.6256144150265033f,0.6895208742753473f,0.7492608929835427f,-0.028602938484116974f,0.7477770693753119f,-0.6633334956313786f,-0.18193526376162147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9305988954756323f,0.36298895199652154f,-0.047166900131344204f,-0.12499999999999996f,0.36492131706657954f,0.9099498010753584f,-0.19703753924901912f,1.0376459502059203f,-0.028602938484116974f,-0.2005751237102517f,-0.9792606862621879f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.2204063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.2204063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.2204063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.2437841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.2437841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.2437841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.2598358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.2598358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.107899614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.33125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8522213342355269f,5.232321236879965e-18f,-0.5231814192742498f,-1.2791543378488472f,0.009263148879714168f,0.9998432466939278f,-0.015088940101204526f,2.206677448881083f,0.5230994088571029f,-0.017705424043086f,-0.8520877457238802f,-0.8904584466487588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8522213342355269f,5.232321236879965e-18f,-0.5231814192742498f,-1.359050087933428f,0.009263148879714168f,0.9998432466939278f,-0.015088940101204526f,2.207545869088556f,0.5230994088571029f,-0.017705424043086f,-0.8520877457238802f,-0.8414178770684055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8522213342355269f,5.232321236879965e-18f,-0.5231814192742498f,-1.240625f,0.009263148879714168f,0.9998432466939278f,-0.015088940101204526f,2.209375f,0.5230994088571029f,-0.017705424043086f,-0.8520877457238802f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8522213342355267f,2.6304665364743993e-18f,0.5231814192742502f,1.359050087933428f,0.009263148879714168f,0.9998432466939278f,-0.015088940101204526f,2.207545869088556f,-0.5230994088571034f,0.017705424043086f,0.85208774572388f,-0.6348321229315946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8522213342355267f,2.6304665364743993e-18f,0.5231814192742502f,1.2791543378488472f,0.009263148879714168f,0.9998432466939278f,-0.015088940101204526f,2.206677448881083f,-0.5230994088571034f,0.017705424043086f,0.85208774572388f,-0.5857915533512412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8522213342355267f,2.6304665364743993e-18f,0.5231814192742502f,1.240625f,0.009263148879714168f,0.9998432466939278f,-0.015088940101204526f,2.209375f,-0.5230994088571034f,0.017705424043086f,0.85208774572388f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4943831726689765f,0.45631697672101257f,1.9135106236677394e-16f,-0.00034250000000012385f,0.45631697672101257f,-1.4943831726689765f,0f,1.4529975f,1.8300915691087285e-16f,5.588271249379853e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51.mcfunction new file mode 100644 index 000000000..d139db2b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..389ce5bd4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5098403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5144992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5156450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.695269805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3203160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.35340255309907026f,-0.04827509366338496f,0.24292266920836836f,-0.35329779477323014f,0.9354465831018177f,-0.010970796302294916f,0.7308202221267984f,0.049035878839094535f,0.006806293131557006f,-0.998773826729698f,-0.14395981184698187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.34069342200170977f,0.10560227937840488f,0.12500000000000003f,-0.35329779477323014f,0.843166063758817f,-0.4052797270205297f,1.0208623478546277f,0.049035878839094535f,-0.41593146205862735f,-0.9080729604256754f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.21989332916634782f,0.2865589723844232f,-0.24024246440483538f,0.36015295909403405f,0.6265313332527295f,0.691193413241452f,0.7423803748815463f,-0.02754935428803066f,0.747733516863259f,-0.6634271782476319f,-0.181900843896797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.3581140143504478f,-0.047153722988579234f,-0.12499999999999996f,0.36015295909403405f,0.9118567214219375f,-0.19699534424307166f,1.0313959502059202f,-0.02754935428803066f,-0.20067803149184654f,-0.9792698099884781f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.2141563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.2375341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.101649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.325f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.915853929234857f,6.0177214186152375e-18f,0.40151161914080824f,-1.137467604195995f,-0.007013410600675989f,0.9998474313051338f,-0.015997693092198915f,2.201054099658077f,-0.4014503610371022f,-0.017467515923160433f,-0.9157141985961855f,-0.8566641441158138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.915853929234857f,6.0177214186152375e-18f,0.40151161914080824f,-1.2233289100617628f,-0.007013410600675989f,0.9998474313051338f,-0.015997693092198915f,2.2003965924142634f,-0.4014503610371022f,-0.017467515923160433f,-0.9157141985961855f,-0.8943001154630421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.915853929234857f,6.0177214186152375e-18f,0.40151161914080824f,-1.240625f,-0.007013410600675989f,0.9998474313051338f,-0.015997693092198915f,2.203125f,-0.4014503610371022f,-0.017467515923160433f,-0.9157141985961855f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9158539292348571f,1.739413925744467e-18f,-0.4015116191408078f,1.2233289100617628f,-0.007013410600675989f,0.9998474313051338f,-0.015997693092198915f,2.2003965924142634f,0.40145036103710174f,0.017467515923160433f,0.9157141985961856f,-0.581949884536958f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9158539292348571f,1.739413925744467e-18f,-0.4015116191408078f,1.137467604195995f,-0.007013410600675989f,0.9998474313051338f,-0.015997693092198915f,2.201054099658077f,0.40145036103710174f,0.017467515923160433f,0.9157141985961856f,-0.6195858558841862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9158539292348571f,1.739413925744467e-18f,-0.4015116191408078f,1.240625f,-0.007013410600675989f,0.9998474313051338f,-0.015997693092198915f,2.203125f,0.40145036103710174f,0.017467515923160433f,0.9157141985961856f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.139080537785343f,-1.069533439607502f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.069533439607502f,-1.139080537785343f,0f,1.4467474999999999f,1.3949713345698659e-16f,-1.3098007033963864e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52.mcfunction new file mode 100644 index 000000000..1bafb10f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..a64c6dd48 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429172f,-0.11472886686607595f,-0.4800246227055196f,0.04409830056250531f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.4441158086988812f,0.4704461535682599f,0.09597787937773647f,-0.6606157034974467f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403448f,0.1400826607455024f,-0.4702282018339784f,0.04409830056250531f,0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.4441158086988812f,0.46174502864500094f,-0.08949546167463965f,-0.6471337503648458f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.650659736842917f,0.1147288668660759f,0.4800246227055197f,-0.04409830056250519f,0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.4441158086988812f,-0.47044615356826003f,0.09597787937773648f,-0.6606157034974465f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550238f,0.4702282018339785f,-0.04409830056250519f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.4441158086988812f,-0.46174502864500105f,-0.08949546167463968f,-0.6471337503648456f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5035903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5082492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5093950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6890198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3140660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.348965504462742f,-0.04623029012939797f,0.24121301759757519f,-0.34888256688494607f,0.9371118820486118f,-0.010113112630616372f,0.7239141917162599f,0.04685208164164502f,0.00666312376985978f,-0.9988796149824423f,-0.14389830746865054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.33580791895601025f,0.10558032296227335f,0.12500000000000003f,-0.34888256688494607f,0.8450378099444886f,-0.40520618737624603f,1.0146123478546278f,0.04685208164164502f,-0.41610592561348597f,-0.9081083311561395f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.2174408345048054f,0.28233414712734645f,-0.23863411179221586f,0.3553745586854153f,0.6274390729745306f,0.6928413474555398f,0.7355086371286692f,-0.02649547477247057f,0.7476895700721762f,-0.6635196279100309f,-0.1818667658768011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.353228961020498f,-0.04714221293757614f,-0.12499999999999996f,0.3553745586854153f,0.9137377441760037f,-0.1969575027951317f,1.0251459502059204f,-0.02649547477247057f,-0.20078006864359682f,-0.9792779757821852f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.2079063656606275f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.2079063656606275f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.2079063656606275f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.231284114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.231284114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.231284114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2673280203379573f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2673280203379573f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0953996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.31875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.1969503441749617f,5.927628278445551e-18f,0.9804134647837942f,-1.0843309328992297f,-0.01686899841066454f,0.9998519657488417f,-0.003388728492830248f,2.1971574250265755f,-0.9802683300107095f,-0.017206004422210354f,-0.19692118877824638f,-0.7217131003474851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1969503441749617f,5.927628278445551e-18f,0.9804134647837942f,-1.1027950276656322f,-0.01686899841066454f,0.9998519657488417f,-0.003388728492830248f,2.195575956425576f,-0.9802683300107095f,-0.017206004422210354f,-0.19692118877824638f,-0.8136132562859891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.1969503441749617f,5.927628278445551e-18f,0.9804134647837942f,-1.240625f,-0.01686899841066454f,0.9998519657488417f,-0.003388728492830248f,2.1968750000000004f,-0.9802683300107095f,-0.017206004422210354f,-0.19692118877824638f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.19695034417496216f,1.7133726300905282e-18f,-0.9804134647837941f,1.1027950276656324f,-0.01686899841066454f,0.9998519657488417f,-0.003388728492830248f,2.195575956425576f,0.9802683300107093f,0.017206004422210354f,0.19692118877824683f,-0.6626367437140109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.19695034417496216f,1.7133726300905282e-18f,-0.9804134647837941f,1.0843309328992297f,-0.01686899841066454f,0.9998519657488417f,-0.003388728492830248f,2.1971574250265755f,0.9802683300107093f,0.017206004422210354f,0.19692118877824683f,-0.7545368996525149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.19695034417496216f,1.7133726300905282e-18f,-0.9804134647837941f,1.240625f,-0.01686899841066454f,0.9998519657488417f,-0.003388728492830248f,2.1968750000000004f,0.9802683300107093f,0.017206004422210354f,0.19692118877824683f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.349793349898783f,-1.52284301960727f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.52284301960727f,0.349793349898783f,0f,1.4404975f,-4.283733063165748e-17f,-1.8649448295659331e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53.mcfunction new file mode 100644 index 000000000..f76789183 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..63d8afd86 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,-0.11756803868147211f,-0.4566742045011099f,0.042096242744495915f,-0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.4379107196084444f,0.4474533176035761f,0.09192362203415877f,-0.6769638252684693f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,0.14354925771519614f,-0.4473543227765975f,0.042096242744495915f,0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.4379107196084444f,0.4394161068574817f,-0.08454525889177499f,-0.6631482369976843f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,0.11756803868147211f,0.45667420450111f,-0.04209624274449576f,0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.4379107196084444f,-0.4474533176035762f,0.09192362203415878f,-0.6769638252684693f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,-0.14354925771519614f,0.4473543227765976f,-0.04209624274449576f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.4379107196084444f,-0.43941610685748184f,-0.08454525889177501f,-0.6631482369976843f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4973403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5019992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5031450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4921514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4921514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6827698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3078160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.34452019628892416f,-0.0441782062831166f,0.23949963027550286f,-0.34445705634911333f,0.938756261734254f,-0.009274555840168064f,0.7170177324109691f,0.04466783957901054f,0.006520383713384981f,-0.9989806147786722f,-0.14383769954025133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.3309118534342399f,0.10556147411848968f,0.12500000000000003f,-0.34445705634911333f,0.846882513471581f,-0.4051411417115781f,1.0083623478546277f,0.04466783957901054f,-0.41627797639651f,-0.9081395435034036f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.21498475448231283f,0.2780998701665845f,-0.23702237944603916f,0.3505862553865972f,0.6283376212261477f,0.6944646220549107f,0.7286456984412907f,-0.025441304614645076f,0.7476452294317445f,-0.6636108429851482f,-0.1818330302638918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.3483339295945727f,-0.04713232372475109f,-0.12499999999999996f,0.3505862553865972f,0.9155928153421854f,-0.19692403110787274f,1.0188959502059203f,-0.025441304614645076f,-0.20088123353607226f,-0.9792851831987099f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.2016563656606274f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.2016563656606274f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.2016563656606274f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.225034114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.225034114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.225034114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2710741214883607f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2710741214883607f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0891496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6865035468361775f,6.697073401799475e-18f,0.7271264540513898f,-1.1637358856502373f,-0.01230427671120832f,0.9998568163643285f,0.011616864654605586f,2.1929442926690283f,-0.7270223414421058f,-0.016921783883190565f,0.6864052507624401f,-0.6010850401305354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6865035468361775f,6.697073401799475e-18f,0.7271264540513898f,-1.0993761781343458f,-0.01230427671120832f,0.9998568163643285f,0.011616864654605586f,2.191790766727353f,-0.7270223414421058f,-0.016921783883190565f,0.6864052507624401f,-0.6692433846407329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6865035468361775f,6.697073401799475e-18f,0.7271264540513898f,-1.240625f,-0.01230427671120832f,0.9998568163643285f,0.011616864654605586f,2.190625f,-0.7270223414421058f,-0.016921783883190565f,0.6864052507624401f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6865035468361772f,8.177082321401482e-19f,-0.7271264540513901f,1.0993761781343458f,-0.01230427671120832f,0.9998568163643285f,0.011616864654605586f,2.191790766727353f,0.7270223414421061f,0.016921783883190565f,-0.6864052507624397f,-0.8070066153592672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6865035468361772f,8.177082321401482e-19f,-0.7271264540513901f,1.1637358856502373f,-0.01230427671120832f,0.9998568163643285f,0.011616864654605586f,2.1929442926690283f,0.7270223414421061f,0.016921783883190565f,-0.6864052507624397f,-0.8751649598694646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6865035468361772f,8.177082321401482e-19f,-0.7271264540513901f,1.240625f,-0.01230427671120832f,0.9998568163643285f,0.011616864654605586f,2.190625f,0.7270223414421061f,0.016921783883190565f,-0.6864052507624397f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4877715180430588f,-0.4774328854403014f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.4774328854403014f,1.4877715180430588f,0f,1.4342475f,-1.8219946274340309e-16f,-5.8468665496215e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54.mcfunction new file mode 100644 index 000000000..a589769e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..a39296a86 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4910903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4957492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4968950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3015660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.34006672626584133f,-0.04211898818554208f,0.23778256097306957f,-0.34002142299655225f,0.9403796796193284f,-0.00845517962250758f,0.7101308660301582f,0.04248316587002615f,0.006378075405837236f,-0.9990768242591644f,-0.14377798912010925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.3260053757000437f,0.10554564175565866f,0.12500000000000003f,-0.34002142299655225f,0.848700113095258f,-0.40508462070966866f,1.0021123478546277f,0.04248316587002615f,-0.4164476114072091f,-0.9081665968151934f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.21252511787329076f,0.2738562840979133f,-0.23540731544689097f,0.3457881890510336f,0.6292269650882066f,0.6960631829932477f,0.7217915772741187f,-0.024386848500365797f,0.747600495370909f,-0.6637008218628266f,-0.18179963761293574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.3434290579514467f,-0.047124008971595355f,-0.12499999999999996f,0.3457881890510336f,0.9174218816553122f,-0.1968949450159471f,1.0126459502059202f,-0.024386848500365797f,-0.2009815245603636f,-0.9792914318044512f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1954063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2187841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0828996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.30625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9907392428676502f,5.724862708010763e-18f,-0.13577832169398663f,-1.3074326502635192f,0.0022562882471621184f,0.9998619207946987f,0.016463550895279462f,2.1867387691227065f,0.13575957353123003f,-0.016617440980359735f,0.9906024423803341f,-0.5958983636522264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9907392428676502f,5.724862708010763e-18f,-0.13577832169398663f,-1.214550846244677f,0.0022562882471621184f,0.9998619207946987f,0.016463550895279462f,2.186950296145878f,0.13575957353123003f,-0.016617440980359735f,0.9906024423803341f,-0.5831709036336736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9907392428676502f,5.724862708010763e-18f,-0.13577832169398663f,-1.240625f,0.0022562882471621184f,0.9998619207946987f,0.016463550895279462f,2.184375f,0.13575957353123003f,-0.016617440980359735f,0.9906024423803341f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9907392428676502f,1.6547635266872418e-18f,0.13577832169398618f,1.214550846244677f,0.0022562882471621184f,0.9998619207946987f,0.016463550895279462f,2.186950296145878f,-0.13575957353122958f,0.016617440980359735f,-0.9906024423803341f,-0.8930790963663264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9907392428676502f,1.6547635266872418e-18f,0.13577832169398618f,1.3074326502635192f,0.0022562882471621184f,0.9998619207946987f,0.016463550895279462f,2.1867387691227065f,-0.13575957353122958f,0.016617440980359735f,-0.9906024423803341f,-0.8803516363477737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9907392428676502f,1.6547635266872418e-18f,0.13577832169398618f,1.240625f,0.0022562882471621184f,0.9998619207946987f,0.016463550895279462f,2.184375f,-0.13575957353122958f,0.016617440980359735f,-0.9906024423803341f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.179018059548246f,1.0253402680374397f,1.9135106236677394e-16f,-0.00034250000000012385f,1.0253402680374397f,1.179018059548246f,0f,1.4279974999999998f,-1.4438806927626828e-16f,1.2556796772889397e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55.mcfunction new file mode 100644 index 000000000..5624ada91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..acd49ad72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4848403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4894992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4906450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6702698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2953160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3356051923114915f,-0.04005278227816454f,0.2360618635534567f,-0.3355758270897944f,0.9419820936128103f,-0.007655036631347534f,0.7032536140879234f,0.04029807374621844f,0.006236201279117504f,-0.9991682416119672f,-0.14371917725533973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3210886363861138f,0.10553273453465163f,0.12500000000000003f,-0.3355758270897944f,0.8504905484156751f,-0.40503665430255176f,0.9958623478546278f,0.04029807374621844f,-0.4166148276757687f,-0.9081894904770886f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.2100619534897442f,0.2696035318268031f,-0.23378896797691823f,0.3409804998352757f,0.6301070916877514f,0.6976369770424223f,0.7149462918196198f,-0.023332111123921917f,0.7475553683178767f,-0.6637895629562315f,-0.1817665884713916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.33851448425689f,-0.047117222177302145f,-0.12499999999999996f,0.3409804998352757f,0.9192248905819946f,-0.19687025998511196f,1.0063959502059203f,-0.023332111123921917f,-0.20108094012812797f,-0.9792967211768296f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1891563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.2125341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.076649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46979717660198045f,5.179942253068728e-18f,-0.8827743838925138f,-1.395062900237095f,0.014384409683729523f,0.9998672350373987f,0.007655132704128332f,2.1785990007016944f,0.8826571823844511f,-0.016294548127124817f,0.4697348039973987f,-0.7090393348246615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.46979717660198045f,5.179942253068728e-18f,-0.8827743838925138f,-1.3510194149306594f,0.014384409683729523f,0.9998672350373987f,0.007655132704128332f,2.179947539109544f,0.8826571823844511f,-0.016294548127124817f,0.4697348039973987f,-0.6262902239761192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.46979717660198045f,5.179942253068728e-18f,-0.8827743838925138f,-1.240625f,0.014384409683729523f,0.9998672350373987f,0.007655132704128332f,2.178125f,0.8826571823844511f,-0.016294548127124817f,0.4697348039973987f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.46979717660198084f,2.0562907495699497e-18f,0.8827743838925137f,1.3510194149306594f,0.014384409683729523f,0.9998672350373987f,0.007655132704128332f,2.179947539109544f,-0.882657182384451f,0.016294548127124817f,-0.4697348039973991f,-0.849959776023881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.46979717660198084f,2.0562907495699497e-18f,0.8827743838925137f,1.3950629002370951f,0.014384409683729523f,0.9998672350373987f,0.007655132704128332f,2.1785990007016944f,-0.882657182384451f,0.016294548127124817f,-0.4697348039973991f,-0.7672106651753386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.46979717660198084f,2.0562907495699497e-18f,0.8827743838925137f,1.240625f,0.014384409683729523f,0.9998672350373987f,0.007655132704128332f,2.178125f,-0.882657182384451f,0.016294548127124817f,-0.4697348039973991f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.25370057047683464f,1.5417659584190229f,1.9135106236677394e-16f,-0.00034250000000012385f,1.5417659584190229f,-0.25370057047683464f,0f,1.4217475f,3.1069359157631304e-17f,1.8881187460122077e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56.mcfunction new file mode 100644 index 000000000..4ffd2b42c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..c1c202107 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4785903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4832492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4843950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.664019805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2890660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3311356925716457f,-0.03797973537574095f,0.2343375920103346f,-0.3311204293158884f,0.9435634620733723f,-0.006874178479898685f,0.6963859977923932f,0.03811257645156705f,0.0060947637532778876f,-0.9992548650724775f,-0.14366126498182208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3161617864893241f,0.1055226608743062f,0.12500000000000003f,-0.3311204293158884f,0.852253759880288f,-0.40499727166929694f,0.9896123478546277f,0.03811257645156705f,-0.41677962226312315f,-0.9082082239125738f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.20759529018159617f,0.2653417565637321f,-0.2321673853183959f,0.3361633281944752f,0.6309779881982804f,0.6991859517942737f,0.708109860007455f,-0.022277097187953822f,0.7475098487001155f,-0.6638770647018986f,-0.18173388337929486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.3335903469597764f,-0.04711191672139844f,-0.12499999999999996f,0.3361633281944752f,0.9210017903221831f,-0.1968499911113716f,1.0001459502059202f,-0.022277097187953822f,-0.2011794786716317f,-0.9793010509043114f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1829063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2062841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.070399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.29375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4365051485050953f,5.496465242190869e-18f,-0.899701759100506f,-1.3551190850288997f,0.014354270450312961f,0.9998727192417779f,-0.0069642110746348f,2.1701575119114462f,0.8995872443784338f,-0.015954476364105276f,-0.4364495897988257f,-0.8457605905500631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4365051485050953f,5.496465242190869e-18f,-0.899701759100506f,-1.3960414427012524f,0.014354270450312961f,0.9998727192417779f,-0.0069642110746348f,2.1715032247661634f,0.8995872443784338f,-0.015954476364105276f,-0.4364495897988257f,-0.7614242863895849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4365051485050953f,5.496465242190869e-18f,-0.899701759100506f,-1.240625f,0.014354270450312961f,0.9998727192417779f,-0.0069642110746348f,2.171875f,0.8995872443784338f,-0.015954476364105276f,-0.4364495897988257f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.43650514850509486f,1.5887455599161432e-18f,0.8997017591005061f,1.3960414427012524f,0.014354270450312961f,0.9998727192417779f,-0.0069642110746348f,2.1715032247661634f,-0.899587244378434f,0.015954476364105276f,0.43644958979882525f,-0.7148257136104152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.43650514850509486f,1.5887455599161432e-18f,0.8997017591005061f,1.3551190850288997f,0.014354270450312961f,0.9998727192417779f,-0.0069642110746348f,2.1701575119114462f,-0.899587244378434f,0.015954476364105276f,0.43644958979882525f,-0.630489409449937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.43650514850509486f,1.5887455599161432e-18f,0.8997017591005061f,1.240625f,0.014354270450312961f,0.9998727192417779f,-0.0069642110746348f,2.171875f,-0.899587244378434f,0.015954476364105276f,0.43644958979882525f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4403504219889907f,0.605637607712844f,1.9135106236677394e-16f,-0.00034250000000012385f,0.605637607712844f,-1.4403504219889907f,0f,1.4154974999999999f,1.7639205339393567e-16f,7.416921577287948e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57.mcfunction new file mode 100644 index 000000000..f32b457a6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..0506fa9f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,-0.12746039106081852f,-0.35800310321107975f,0.03512059537008337f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.4131004981754816f,0.35029323993148015f,0.07479167889283815f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,0.15562770911268567f,-0.3506969174312618f,0.03512059537008337f,0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.4131004981754816f,0.3450615096889654f,-0.06362734830369027f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,0.12746039106081852f,0.35800310321108f,-0.03512059537008322f,0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.4131004981754816f,-0.35029323993148037f,0.07479167889283819f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,-0.15562770911268567f,0.350696917431262f,-0.03512059537008322f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.4131004981754816f,-0.3450615096889656f,-0.06362734830369031f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4723403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4769992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4781450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4671514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4671514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6577698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2828160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3266583254178387f,-0.03589999465905498f,0.2326098004660831f,-0.3266553907791867f,0.9451237438106833f,-0.006112655738262418f,0.6895280380449097f,0.03592668724226615f,0.005953765236476893f,-0.9993366929235137f,-0.1436042533241742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3112249773658495f,0.10551532895713905f,0.12500000000000003f,-0.3266553907791867f,0.8539896887861304f,-0.4049665012341947f,0.9833623478546278f,0.03592668724226615f,-0.4169419922610274f,-0.908222796583086f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.20512515683702395f,0.26107110181949356f,-0.23054261585229208f,0.33133681487788175f,0.6318396418397895f,0.7007100556623594f,0.7012822995039271f,-0.0212218114033267f,0.7474639369443539f,-0.6639633255597847f,-0.18170152286924185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.32865678478818716f,-0.04710804586638317f,-0.12499999999999996f,0.33133681487788175f,0.9227525298107061f,-0.19683415312013886f,0.9938959502059204f,-0.0212218114033267f,-0.20127713864379418f,-0.9793044205864325f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1766563656606275f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1766563656606275f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1766563656606275f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.200034114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.200034114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.200034114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2460741214883608f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2460741214883608f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0641496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9832685918970653f,5.373777637558014e-18f,-0.18216167596056643f,-1.22185853614891f,0.002841422230905251f,0.999878338281963f,-0.015337371163471444f,2.163191202658406f,0.18213951385810856f,-0.015598353583002532f,-0.9831489657508833f,-0.8941351345747315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9832685918970653f,5.373777637558014e-18f,-0.18216167596056643f,-1.31403996663926f,0.002841422230905251f,0.999878338281963f,-0.015337371163471444f,2.1634575859925533f,0.18213951385810856f,-0.015598353583002532f,-0.9831489657508833f,-0.8770595551505338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9832685918970653f,5.373777637558014e-18f,-0.18216167596056643f,-1.240625f,0.002841422230905251f,0.999878338281963f,-0.015337371163471444f,2.1656250000000004f,0.18213951385810856f,-0.015598353583002532f,-0.9831489657508833f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9832685918970652f,1.553282880079474e-18f,0.18216167596056687f,1.3140399666392601f,0.002841422230905251f,0.999878338281963f,-0.015337371163471444f,2.1634575859925533f,-0.182139513858109f,0.015598353583002532f,0.9831489657508832f,-0.5991904448494663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9832685918970652f,1.553282880079474e-18f,0.18216167596056687f,1.2218585361489103f,0.002841422230905251f,0.999878338281963f,-0.015337371163471444f,2.163191202658406f,-0.182139513858109f,0.015598353583002532f,0.9831489657508832f,-0.5821148654252686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9832685918970652f,1.553282880079474e-18f,0.18216167596056687f,1.240625f,0.002841422230905251f,0.999878338281963f,-0.015337371163471444f,2.1656250000000004f,-0.182139513858109f,0.015598353583002532f,0.9831489657508832f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2871636085440297f,-0.885785580623162f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.885785580623162f,-1.2871636085440297f,0f,1.4092475f,1.5763207931824025e-16f,-1.0847744760410353e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58.mcfunction new file mode 100644 index 000000000..b619cf576 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..8b7ce44ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,-0.12955232821402396f,-0.33216825851190346f,0.03364545423573999f,-0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.4069001874942642f,0.3248540233341061f,0.07030605863863452f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,0.15818194093365764f,-0.3253893144606401f,0.03364545423573999f,0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.4069001874942642f,0.3203568460880509f,-0.0581504562409782f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,0.12955232821402396f,0.3321682585119037f,-0.033645454235739836f,0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.4069001874942642f,-0.32485402333410635f,0.07030605863863455f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,-0.15818194093365764f,0.32538931446064034f,-0.033645454235739836f,-0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.4069001874942642f,-0.32035684608805104f,-0.058150456240978254f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4660903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4707492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4718950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6515198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2765660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.3221731894453524f,-0.03381370766765829f,0.23087854317000633f,-0.32218087299411313f,0.9466628980866976f,-0.005370517930875007f,0.6826797554392181f,0.03374041938648524f,0.005813208124933578f,-0.9994137234953901f,-0.14354814329572618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.3062783607262706f,0.1055106467350723f,0.12500000000000003f,-0.32218087299411313f,0.8556982772820629f,-0.404944370664985f,0.9771123478546277f,0.03374041938648524f,-0.41710193479212976f,-0.9082332079880617f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.20265158238279488f,0.256791711400489f,-0.22891470805682868f,0.32650110092432677f,0.6326920398788188f,0.7022092378836821f,0.6944636277114307f,-0.020166258489003747f,0.747417633476578f,-0.6640483440133153f,-0.18166950746637472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.323713936745503f,-0.04710556276037082f,-0.12499999999999996f,0.32650110092432677f,0.9244770587187882f,-0.1968227603654131f,0.9876459502059203f,-0.020166258489003747f,-0.20137391851823006f,-0.9793068298338207f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1704063656606274f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1704063656606274f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1704063656606274f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.193784114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.193784114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.193784114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2298280203379572f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2298280203379572f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0578996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.28125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7332279627160879f,4.378260805030191e-18f,0.6799829076463724f,-1.1042575031007276f,-0.010353664839181749f,0.9998840722543817f,-0.011164393238876039f,2.158185669053505f,-0.6799040787608299f,-0.01522636043164516f,-0.7331429612513459f,-0.8162259404957881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7332279627160879f,4.378260805030191e-18f,0.6799829076463724f,-1.1729976246053608f,-0.010353664839181749f,0.9998840722543817f,-0.011164393238876039f,2.1572150129748318f,-0.6799040787608299f,-0.01522636043164516f,-0.7331429612513459f,-0.8799669478796159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7332279627160879f,4.378260805030191e-18f,0.6799829076463724f,-1.240625f,-0.010353664839181749f,0.9998840722543817f,-0.011164393238876039f,2.159375f,-0.6799040787608299f,-0.01522636043164516f,-0.7331429612513459f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7332279627160883f,2.3836015679513665e-18f,-0.679982907646372f,1.1729976246053608f,-0.010353664839181749f,0.9998840722543817f,-0.011164393238876039f,2.1572150129748318f,0.6799040787608296f,0.01522636043164516f,0.7331429612513463f,-0.5962830521203841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7332279627160883f,2.3836015679513665e-18f,-0.679982907646372f,1.1042575031007276f,-0.010353664839181749f,0.9998840722543817f,-0.011164393238876039f,2.158185669053505f,0.6799040787608296f,0.01522636043164516f,0.7331429612513463f,-0.6600240595042118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7332279627160883f,2.3836015679513665e-18f,-0.679982907646372f,1.240625f,-0.010353664839181749f,0.9998840722543817f,-0.011164393238876039f,2.159375f,0.6799040787608296f,0.01522636043164516f,0.7331429612513463f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.03729076611625644f,-1.562054944220101f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.562054944220101f,0.03729076611625644f,0f,1.4029975f,-4.566801736202602e-18f,-1.912965587531444e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59.mcfunction new file mode 100644 index 000000000..c8068bd7c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..8199dcbc1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4598403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4644992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4656450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6452698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2703160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.31768038347119154f,-0.03172102229259438f,0.22914387449654283f,-0.31769703787791126f,0.9481808846169355f,-0.0046478135339996784f,0.6758411702606688f,0.031553786164129294f,0.0056730948028834716f,-0.9994859551659873f,-0.14349293589849546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.3013220886306642f,0.10550852193517235f,0.12500000000000003f,-0.31769703787791126f,0.8573794683709941f,-0.4049309068711262f,0.9708623478546277f,0.031553786164129294f,-0.4172594470100418f,-0.908239457664983f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.20017459578460275f,0.25250372940401433f,-0.22728371050603985f,0.3216563276577f,0.6335351696285061f,0.7036834485203857f,0.6876538617679158f,-0.01911044317191909f,0.7473709387220316f,-0.6641321185694319f,-0.18163783768836617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.3187619421064895f,-0.047104420439740204f,-0.12499999999999996f,0.3216563276577f,0.9261753274555463f,-0.1968158268289769f,0.9813959502059202f,-0.01911044317191909f,-0.201469816789291f,-0.9793082782682183f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1641563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1875341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0516496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.275f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1025988018365819f,5.221169773902742e-18f,0.9947228186091328f,-1.09622589604472f,-0.014762355830853946f,0.9998898711519386f,0.0015226352428997975f,2.1540453807160063f,-0.994613270930979f,-0.014840672752933676f,0.10258750274872316f,-0.676114377512802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1025988018365819f,5.221169773902742e-18f,0.9947228186091328f,-1.0866072583725404f,-0.014762355830853946f,0.9998898711519386f,0.0015226352428997975f,2.1526614098568637f,-0.994613270930979f,-0.014840672752933676f,0.10258750274872316f,-0.7693593716625813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1025988018365819f,5.221169773902742e-18f,0.9947228186091328f,-1.240625f,-0.014762355830853946f,0.9998898711519386f,0.0015226352428997975f,2.153125f,-0.994613270930979f,-0.014840672752933676f,0.10258750274872316f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.10259880183658146f,1.369412862590928e-18f,-0.9947228186091328f,1.0866072583725404f,-0.014762355830853946f,0.9998898711519386f,0.0015226352428997975f,2.1526614098568637f,0.994613270930979f,0.014840672752933676f,-0.10258750274872272f,-0.7068906283374187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.10259880183658146f,1.369412862590928e-18f,-0.9947228186091328f,1.09622589604472f,-0.014762355830853946f,0.9998898711519386f,0.0015226352428997975f,2.1540453807160063f,0.994613270930979f,0.014840672752933676f,-0.10258750274872272f,-0.8001356224871979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10259880183658146f,1.369412862590928e-18f,-0.9947228186091328f,1.240625f,-0.014762355830853946f,0.9998898711519386f,0.0015226352428997975f,2.153125f,0.994613270930979f,0.014840672752933676f,-0.10258750274872272f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3205305241946292f,-0.8352277441933176f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.8352277441933176f,1.3205305241946292f,0f,1.3967474999999998f,-1.617183479631329e-16f,-1.0228589834854107e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..ead0e83e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7264157600230201f,-0.12808669770390402f,-0.3505116059504035f,0.03467895175258162f,-0.1007800796637015f,0.8058876254947787f,-0.0856326751994213f,1.2429233821822816f,0.35931596621580875f,-0.032914698694357265f,-0.7326343586515062f,-0.3980558065491463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7054406301027317f,0.15639242250524807f,-0.34335830786978305f,0.03467895175258162f,0.2108974919889729f,0.7671281137944291f,-0.08388506958310658f,1.2429233821822816f,0.31285102728458775f,-0.16448667790779134f,-0.7176826370463735f,-0.3980558065491463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7264157600230201f,0.12808669770390402f,0.35051160595040376f,-0.034678951752581524f,0.1007800796637015f,0.8058876254947787f,-0.0856326751994213f,1.2429233821822816f,-0.3593159662158089f,-0.032914698694357224f,-0.7326343586515062f,-0.39805580654914624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7054406301027317f,-0.15639242250524807f,0.3433583078697833f,-0.034678951752581524f,-0.2108974919889729f,0.7671281137944291f,-0.08388506958310658f,1.2429233821822816f,-0.31285102728458797f,-0.1644866779077914f,-0.7176826370463735f,-0.39805580654914624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6780301950588361f,0.5253828005570582f,1.3060069745094387f,-0.30623758733846995f,0.3501047771090537f,1.4669892029324827f,-0.40838165179760144f,1.315906672754787f,-1.3634910889455405f,0.11542028139950046f,-0.7543052823676655f,0.5023428906632463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.022515349099240155f,-0.987229113117374f,-0.15770775906220447f,-0.32620087079436805f,-0.023657224274697297f,0.1582296920163983f,-0.9871188886370335f,1.3125624193556726f,0.9994665551155557f,-0.018494398554122264f,-0.026917697293142695f,0.25349932287206023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0836323748218969f,-0.987229113117374f,-0.13558873144598976f,-0.2984375f,-0.4159591780832998f,0.1582296920163983f,-0.8955117680592819f,1.4622255747145387f,0.9055294517849297f,-0.018494398554122264f,-0.4238801353828768f,-0.08305510357343301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5062809555364621f,0.8613600160752848f,-0.041695524554466734f,0.31126791741077264f,-0.5099504763295504f,0.2600419016060807f,-0.8199565361044198f,1.5449571436480478f,-0.6954351916263312f,0.4363910312046739f,0.5709052129134659f,0.25495447966708873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.005070991784384201f,0.9864487265820191f,0.16399144754235107f,0.2984375f,-0.2481719953746609f,0.16010450135620471f,-0.9553937457180891f,1.4622255747145387f,-0.9687027127834846f,-0.035853290925575904f,0.24562083742167334f,-0.08305510357343295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.348753232338991e-17f,9.796520004387937e-17f,-0.15625000000000003f,0f,0.7999465651001297f,-0.600071239924481f,1.1917171937615454f,-1.2246467991473532e-16f,-0.600071239924481f,-0.7999465651001297f,0.1949280955269398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.894305949316732e-17f,1.1610786340265766e-16f,-0.15625000000000003f,0f,0.9480926540084575f,-0.31799421286432134f,1.3674971025577292f,-1.2246467991473532e-16f,-0.31799421286432134f,-0.9480926540084575f,0.1293786015273267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430088e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468238f,1.183791395399791f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128857f,0.16742496347695152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0827099758814137e-17f,1.2068069332853114e-16f,0.15624999999999997f,0f,0.9854326440289048f,-0.17006617559703557f,1.3674971025577292f,-1.2246467991473532e-16f,-0.17006617559703557f,-0.9854326440289048f,0.12937860152732672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,3.561850771285242e-18f,1.2241287124196407e-16f,0.29375f,0f,0.9995769500822006f,-0.029084718743111374f,2.0403064489799236f,-1.2246467991473532e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.08398577424626674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,3.561850771285242e-18f,1.2241287124196407e-16f,0.33125f,0f,0.9995769500822006f,-0.029084718743111374f,1.9126326378374823f,-1.2246467991473532e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.1740605234735841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,3.561850771285242e-18f,1.2241287124196407e-16f,-0.29375f,0f,0.9995769500822006f,-0.029084718743111374f,2.0403064489799236f,-1.2246467991473532e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.08398577424626683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,3.561850771285242e-18f,1.2241287124196407e-16f,-0.33125f,0f,0.9995769500822006f,-0.029084718743111374f,1.9126326378374823f,-1.2246467991473532e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.1740605234735842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2241287124196407e-16f,0.19523827377799086f,0.1563682854526546f,0.9872704991238376f,-0.029084718743111374f,2.146397792587779f,-0.004549852417424324f,-0.028726637592059952f,-0.9995769500822006f,-0.10895697520069113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2241287124196407e-16f,0.08005326181113277f,0f,0.9995769500822006f,-0.029084718743111374f,2.1564709121070305f,-1.222980050563649e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.10925007304379275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2241287124196407e-16f,0.05771677939820298f,0.2418195505616204f,0.9698852427487543f,-0.029084718743111374f,2.152153054558942f,-0.007036230291316808f,-0.02822077829638031f,-0.9995769500822006f,-0.10912443622078614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2241287124196407e-16f,0.08682420206637903f,-0.06972696327364186f,0.9971420308703622f,-0.029084718743111374f,2.162150002022585f,0.002028847419358995f,-0.029013869830046016f,-0.9995769500822006f,-0.10941531768343471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2241287124196407e-16f,0.14461004211822306f,0.08711887151785304f,0.9957732580066057f,-0.029084718743111374f,2.265933984317189f,-0.002534900264662729f,-0.028974042607377157f,-0.9995769500822006f,-0.14369834905211576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2241287124196407e-16f,0.125f,0.08711887151785304f,0.9957732580066057f,-0.029084718743111374f,2.0418850012657033f,-0.002534900264662729f,-0.028974042607377157f,-0.9995769500822006f,-0.1371791894654559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2241287124196407e-16f,-0.19523827377799086f,-0.1563682854526546f,0.9872704991238376f,-0.029084718743111374f,2.146397792587779f,0.004549852417424083f,-0.02872663759205999f,-0.9995769500822006f,-0.10895697520069117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2241287124196407e-16f,-0.08005326181113277f,0f,0.9995769500822006f,-0.029084718743111374f,2.1564709121070305f,-1.222980050563649e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.10925007304379278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2241287124196407e-16f,-0.05771677939820295f,-0.2418195505616204f,0.9698852427487543f,-0.029084718743111374f,2.152153054558942f,0.007036230291316571f,-0.02822077829638037f,-0.9995769500822006f,-0.10912443622078616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2241287124196407e-16f,-0.086824202066379f,0.06972696327364186f,0.9971420308703622f,-0.029084718743111374f,2.162150002022585f,-0.002028847419359239f,-0.029013869830046f,-0.9995769500822006f,-0.10941531768343474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2241287124196407e-16f,-0.14461004211822304f,-0.08711887151785304f,0.9957732580066057f,-0.029084718743111374f,2.265933984317189f,0.002534900264662485f,-0.02897404260737718f,-0.9995769500822006f,-0.1436983490521158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2241287124196407e-16f,-0.12499999999999999f,-0.08711887151785304f,0.9957732580066057f,-0.029084718743111374f,2.0418850012657033f,0.002534900264662485f,-0.02897404260737718f,-0.9995769500822006f,-0.13717918946545593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,3.561850771285242e-18f,1.2241287124196407e-16f,1.114875478225483e-17f,0f,0.9995769500822006f,-0.029084718743111374f,1.5305107118092975f,-1.2246467991473532e-16f,-0.029084718743111374f,-0.9995769500822006f,-0.09103649141954256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.4217281568715176e-17f,1.2163661755990443e-16f,5.8172741939866384e-18f,0f,0.993238357741943f,-0.1160929141252302f,1.1580463276560689f,-1.2246467991473532e-16f,-0.1160929141252302f,-0.993238357741943f,-0.04750164862258124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12878279721634306f,0.021262125872078486f,0.1528572142479007f,-0.12313416774224241f,0.8687639128177413f,-0.47967409823757756f,0.7487553463852858f,0.04330200445581194f,-0.4781885140054519f,-0.8771890796649071f,0.32764456164062083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.0906028073327207f,0.09395859811052812f,0.125f,-0.12313416774224241f,0.4104141745198755f,-0.9035475538606667f,0.8637419032839477f,0.04330200445581194f,-0.907387093062602f,-0.4180593256387301f,0.01680172417467274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9878018417690599f,0.14996168723194442f,0.04194059799527903f,-0.16012750126255826f,0.14689756139763757f,0.9867768295939761f,-0.0685025184346435f,0.7446200507413632f,-0.05165876356515342f,-0.061505942306494865f,-0.9967689758454111f,0.3178751977525161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9878018417690599f,0.11928549639687032f,-0.1000924160314125f,-0.12499999999999999f,0.14689756139763757f,0.5006017983483589f,-0.85312305439826f,0.8703203462304809f,-0.05165876356515342f,-0.8574198562196594f,-0.5120181269322193f,0.003621769113801465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9889081118139692f,0.14852860461382597f,9.928497765989648e-17f,-0.002604166666666663f,0.12041561045361406f,0.8017309142317579f,-0.5854294337699405f,1.051362330302309f,-0.08695301689771158f,-0.578935915949753f,-0.8107233671702123f,-0.03215114173556766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9889081118139692f,-0.1480362156609377f,0.012084090421647306f,-0.002604166666666663f,-0.12041561045361406f,0.751443323649822f,-0.6487164342770979f,1.029496576683046f,0.08695301689771133f,-0.6429760572485551f,-0.7609342696038135f,-0.03278750562237149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.16944282193005e-17f,9.928497765989648e-17f,-0.002604166666666663f,0f,0.8107233671702123f,-0.5854294337699405f,1.051362330302309f,-1.2246467991473532e-16f,-0.5854294337699405f,-0.8107233671702123f,-0.03215114173556766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9923678501135846f,0.12331281385542213f,1.1916362861823317e-16f,-0.002604166666666663f,0.11998890099878312f,0.9656184462813511f,-0.2306158707424401f,1.076309510347557f,-0.028437891940968723f,-0.2288557758507476f,-0.9730448705798239f,-0.030867748429915055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9923678501135846f,-0.12331281385542207f,1.1916362861823317e-16f,-0.002604166666666663f,-0.11998890099878312f,0.9656184462813511f,-0.2306158707424401f,1.076309510347557f,0.02843789194096848f,-0.22885577585074765f,-0.9730448705798239f,-0.030867748429915055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.824229879373091e-17f,1.1916362861823317e-16f,-0.002604166666666663f,0f,0.9730448705798239f,-0.2306158707424401f,1.076309510347557f,-1.2246467991473532e-16f,-0.2306158707424401f,-0.9730448705798239f,-0.030867748429915055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,0.16645441207824474f,-0.0030265600743338856f,-0.19635416666666666f,0.15705363755498852f,0.9240175709230887f,-0.3486053406879205f,1.0890275749314875f,-0.0552303023434052f,-0.3442157133616661f,-0.9372647205448285f,-0.03541875807791966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9860445064163191f,-0.16608478487757491f,0.0114924148187966f,0.19114583333333335f,-0.1570536375549885f,0.9050823530679649f,-0.39517096185790523f,1.0894247970230075f,0.05523030234340496f,-0.3914610815868231f,-0.918535701704583f,-0.04269964179971282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.0542034303556326e-17f,1.115486467648833e-16f,-0.007812500000000002f,0f,0.9108638249211759f,-0.41270702980439467f,0.9480704907089402f,-1.2246467991473532e-16f,-0.41270702980439467f,-0.9108638249211759f,0.014229454902181249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.062760144268438e-17f,1.1552919902618976e-16f,7.335124057393e-18f,0f,0.9433675007898252f,-0.33174954175335203f,1.1588541666666667f,-1.2246467991473532e-16f,-0.33174954175335203f,-0.9433675007898252f,-0.05989583333333333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4160162885891189f,-0.023143112602946853f,-0.9090626182874217f,-0.364867255728332f,0f,0.9996760970536633f,-0.025449970128760137f,1.0055004583333333f,0.9093571617513854f,0.010587602117670725f,0.41588153968752073f,1.1992596068210186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4160162885891189f,-0.023143112602946853f,-0.9090626182874217f,-0.32586572867310215f,0f,0.9996760970536633f,-0.025449970128760137f,1.0055004583333333f,0.9093571617513854f,0.010587602117670725f,0.41588153968752073f,1.2845118407352112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4160162885891189f,-0.023143112602946853f,-0.9090626182874217f,-0.2090070994576038f,0f,0.9996760970536633f,-0.025449970128760137f,1.0093179538526473f,0.9093571617513854f,0.010587602117670725f,0.41588153968752073f,1.1795034928249868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.79064593487831f,-0.5058919401813528f,-0.3448946948272036f,0.712135540282717f,-0.5419694984174348f,0.8403408689220603f,0.009812583985416179f,2.0673334925966693f,0.2848650003871265f,0.19468068440105513f,-0.9385900929988444f,-0.46937622806688206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.4498357638889797f,-0.5058919401813528f,-0.736017072075074f,0.7731049710809195f,-0.4495836895246716f,0.8403408689220603f,-0.302822935281825f,2.1160681361912093f,0.7717009081501731f,0.19468068440105513f,-0.605456141666211f,-0.52130623405433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6503405951808264f,-0.5058919401813528f,-0.5666837346522265f,0.8276228158796523f,-0.5198361983417593f,0.8403408689220603f,-0.15361494365101258f,2.114743055941591f,0.5539200638661103f,0.19468068440105513f,-0.8094887238051567f,-0.37391792248983247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00000904731257132382f,0.0000025832197997595434f,0.00001247452346596439f,-0.09402201562500008f,-0.0000019117564332274308f,0.000014851803812376227f,-0.000004462032704799524f,1.8920995020833336f,-0.00001259491752957436f,-0.000004109929924562863f,-0.000008283547153146603f,0.46556907083333327f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6.mcfunction new file mode 100644 index 000000000..225102fb6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60.mcfunction new file mode 100644 index 000000000..ff6cad775 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..788112fde --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.03103073792140923f,-0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,0.2728115740676577f,0.06112957069080821f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.03103073792140923f,0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,0.26981711357804944f,-0.04694606729210901f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409077f,0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,-0.27281157406765794f,0.06112957069080825f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409077f,-0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,-0.26981711357804966f,-0.04694606729210906f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4535903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4582492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4593950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6390198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2640660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.3131800065320514f,-0.029622086769105008f,0.22740584894346993f,-0.31320404774337396f,0.9496776635717556f,-0.003944589973270407f,0.6690123024854293f,0.029366800866598555f,0.005533427642533895f,-0.9995533863608218f,-0.14343863212316182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.2963563134836784f,0.10550886206540129f,0.12500000000000003f,-0.31320404774337396f,0.8590332059120708f,-0.4049261360021058f,0.9646123478546278f,0.029366800866598555f,-0.41741452609940793f,-0.9082415451894216f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.1976942260474057f,0.24820730021353474f,-0.22564967186832735f,0.3168026366824157f,0.634369018448643f,0.7051326384614278f,0.680853018546355f,-0.01805437018685061f,0.7473238531052132f,-0.6642146477586397f,-0.1816065140454044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.31380094041337464f,-0.04710457183178921f,-0.12499999999999996f,0.3168026366824157f,0.9278472871694661f,-0.19681336611961014f,0.9751459502059203f,-0.01805437018685061f,-0.20156483197210784f,-0.9793087655225047f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.1579063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1812841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.045399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.26875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.853891326018608f,4.975484380425864e-18f,0.5204513458049497f,-1.2025834540363798f,-0.007516481139335736f,0.9998957054716323f,0.012332100010490938f,2.14907715005498f,-0.5203970655773006f,-0.014442235955237002f,0.8538022698254836f,-0.5856610470772416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.853891326018608f,4.975484380425864e-18f,0.5204513458049497f,-1.1225311422221353f,-0.007516481139335736f,0.9998957054716323f,0.012332100010490938f,2.148372479948167f,-0.5203970655773006f,-0.014442235955237002f,0.8538022698254836f,-0.6344482719751136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.853891326018608f,4.975484380425864e-18f,0.5204513458049497f,-1.240625f,-0.007516481139335736f,0.9998957054716323f,0.012332100010490938f,2.146875f,-0.5203970655773006f,-0.014442235955237002f,0.8538022698254836f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8538913260186077f,1.4381567734035012e-18f,-0.5204513458049501f,1.1225311422221353f,-0.007516481139335736f,0.9998957054716323f,0.012332100010490938f,2.148372479948167f,0.520397065577301f,0.014442235955237002f,-0.8538022698254834f,-0.8418017280248864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8538913260186077f,1.4381567734035012e-18f,-0.5204513458049501f,1.2025834540363798f,-0.007516481139335736f,0.9998957054716323f,0.012332100010490938f,2.14907715005498f,0.520397065577301f,0.014442235955237002f,-0.8538022698254834f,-0.8905889529227584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8538913260186077f,1.4381567734035012e-18f,-0.5204513458049501f,1.240625f,-0.007516481139335736f,0.9998957054716323f,0.012332100010490938f,2.146875f,0.520397065577301f,0.014442235955237002f,-0.8538022698254834f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4331027660967788f,0.6225935365917005f,1.9135106236677394e-16f,-0.00034250000000012385f,0.6225935365917005f,1.4331027660967788f,0f,1.3904975f,-1.7550447153496382e-16f,7.624571817568565e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61.mcfunction new file mode 100644 index 000000000..0885d9745 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..4850233b0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4473403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4519992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4531450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.632769805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2578160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.3086721578822774f,-0.027517049669319185f,0.22566452113010332f,-0.3087020652915547f,0.9511531955776207f,-0.003260893621285288f,0.6621931717797054f,0.027179476796547704f,0.0053942090040192125f,-0.9996160155531156f,-0.1433852329490423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.29138118802959445f,0.10551157442038059f,0.12500000000000003f,-0.3087020652915547f,0.8606594346228423f,-0.4049300834457945f,0.9583623478546277f,0.027179476796547704f,-0.41756716927597587f,-0.9082394701750823f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.19521050221576317f,0.2439025684939502f,-0.22401264090501227f,0.3119401698788692f,0.6351935737457385f,0.7065567594242231f,0.6740611146542197f,-0.01699804427629223f,0.7472763770498748f,-0.6642959301350525f,-0.1815755370401788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.3088310714719165f,-0.04710596975739422f,-0.12499999999999996f,0.3119401698788692f,0.9294928897498566f,-0.1968153914723221f,0.9688959502059202f,-0.01699804427629223f,-0.20165896260263055f,-0.9793082912407165f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1516563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1516563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1516563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1750341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1750341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1750341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.039149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.933069265408426f,4.83397195364708e-18f,-0.3596967416452087f,-1.3383171330628014f,0.005047074309593385f,0.9999015540684825f,0.013092334106154046f,2.142352268507661f,0.35966133096441366f,-0.014031470750912822f,0.9329774085354225f,-0.6150375136086437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.933069265408426f,4.83397195364708e-18f,-0.3596967416452087f,-1.2508418894307614f,0.005047074309593385f,0.9999015540684825f,0.013092334106154046f,2.1428254317241855f,0.35966133096441366f,-0.014031470750912822f,0.9329774085354225f,-0.5813192638307298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.933069265408426f,4.83397195364708e-18f,-0.3596967416452087f,-1.240625f,0.005047074309593385f,0.9999015540684825f,0.013092334106154046f,2.140625f,0.35966133096441366f,-0.014031470750912822f,0.9329774085354225f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9330692654084262f,1.3972528051600604e-18f,0.35969674164520826f,1.2508418894307614f,0.005047074309593385f,0.9999015540684825f,0.013092334106154046f,2.1428254317241855f,-0.3596613309644132f,0.014031470750912822f,-0.9329774085354227f,-0.8949307361692702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9330692654084262f,1.3972528051600604e-18f,0.35969674164520826f,1.3383171330628012f,0.005047074309593385f,0.9999015540684825f,0.013092334106154046f,2.142352268507661f,-0.3596613309644132f,0.014031470750912822f,-0.9329774085354227f,-0.8612124863913565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9330692654084262f,1.3972528051600604e-18f,0.35969674164520826f,1.240625f,0.005047074309593385f,0.9999015540684825f,0.013092334106154046f,2.140625f,-0.3596613309644132f,0.014031470750912822f,-0.9329774085354227f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.30504040733267174f,1.5324348599187887f,1.9135106236677394e-16f,-0.00034250000000012385f,1.5324348599187887f,0.30504040733267174f,0f,1.3842474999999999f,-3.7356675845056126e-17f,1.8766914461013671e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62.mcfunction new file mode 100644 index 000000000..4d31d5d3f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..ccdb29fe5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,-0.12955232821402396f,-0.33216825851190346f,0.03364545423573999f,-0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.3819001874942642f,0.3248540233341061f,0.07030605863863452f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,0.15818194093365764f,-0.3253893144606401f,0.03364545423573999f,0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.3819001874942642f,0.3203568460880509f,-0.0581504562409782f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,0.12955232821402396f,0.3321682585119037f,-0.033645454235739836f,0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.3819001874942642f,-0.32485402333410635f,0.07030605863863455f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,-0.15818194093365764f,0.32538931446064034f,-0.033645454235739836f,-0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.3819001874942642f,-0.32035684608805104f,-0.058150456240978254f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4410903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4457492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4468950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6265198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2515660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.3041569369918178f,-0.025406059894925836f,0.22391994579549127f,-0.3041912536044608f,0.9526074417183485f,-0.0025967697952501423f,0.6553837974989762f,0.024991827267644547f,0.005255441235357761f,-0.9996738412638624f,-0.1433327393440672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.2863968653473738f,0.10551656608716667f,0.12500000000000003f,-0.3041912536044608f,0.8622581000813917f,-0.4049427738268399f,0.9521123478546278f,0.024991827267644547f,-0.4177173737866631f,-0.9082332322738457f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.1927234533741743f,0.2395896791868516f,-0.22237266646888473f,0.3070690693988845f,0.6360088229730856f,0.7079557639562613f,0.6672781664329662f,-0.015941470190326202f,0.7472285109790197f,-0.664375964276439f,-0.18154490716786523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.3038524753474644f,-0.04710856693367491f,-0.12499999999999996f,0.3070690693988845f,0.9311120878282846f,-0.19682191574760127f,0.9626459502059204f,-0.015941470190326202f,-0.20175220723766893f,-0.9793068550780698f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1454063656606275f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1454063656606275f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1454063656606275f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.168784114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.168784114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.168784114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2048280203379573f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2048280203379573f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0328996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.28879232648437403f,4.6884351500291664e-18f,-0.9573917652475097f,-1.3977709050910816f,0.013029167578524342f,0.9999073929438855f,0.0039301817226139076f,2.134353785028149f,0.957303104014582f,-0.013609024070889078f,0.28876558227718985f,-0.7396837456591052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.28879232648437403f,4.6884351500291664e-18f,-0.9573917652475097f,-1.3706966244831715f,0.013029167578524342f,0.9999073929438855f,0.0039301817226139076f,2.1355752694886356f,0.957303104014582f,-0.013609024070889078f,0.28876558227718985f,-0.6499365796577381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.28879232648437403f,4.6884351500291664e-18f,-0.9573917652475097f,-1.240625f,0.013029167578524342f,0.9999073929438855f,0.0039301817226139076f,2.1343750000000004f,0.957303104014582f,-0.013609024070889078f,0.28876558227718985f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.2887923264843745f,1.3551855964424475e-18f,0.9573917652475096f,1.3706966244831715f,0.013029167578524342f,0.9999073929438855f,0.0039301817226139076f,2.1355752694886356f,-0.9573031040145819f,0.013609024070889078f,-0.2887655822771903f,-0.826313420342262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2887923264843745f,1.3551855964424475e-18f,0.9573917652475096f,1.3977709050910816f,0.013029167578524342f,0.9999073929438855f,0.0039301817226139076f,2.134353785028149f,-0.9573031040145819f,0.013609024070889078f,-0.2887655822771903f,-0.736566254340895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2887923264843745f,1.3551855964424475e-18f,0.9573917652475096f,1.240625f,0.013029167578524342f,0.9999073929438855f,0.0039301817226139076f,2.1343750000000004f,-0.9573031040145819f,0.013609024070889078f,-0.2887655822771903f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0746969309020533f,1.1342101907096882f,1.9135106236677394e-16f,-0.00034250000000012385f,1.1342101907096882f,-1.0746969309020533f,0f,1.3779975f,1.3161241564826838e-16f,1.3890068796129287e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63.mcfunction new file mode 100644 index 000000000..86664d0f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..301879f97 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,-0.12746039106081852f,-0.35800310321107975f,0.03512059537008337f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.3756004981754815f,0.35029323993148015f,0.07479167889283815f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,0.15562770911268567f,-0.3506969174312618f,0.03512059537008337f,0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.3756004981754815f,0.3450615096889654f,-0.06362734830369027f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,0.12746039106081852f,0.35800310321108f,-0.03512059537008322f,0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.3756004981754815f,-0.35029323993148037f,0.07479167889283819f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,-0.15562770911268567f,0.350696917431262f,-0.03512059537008322f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.3756004981754815f,-0.3450615096889656f,-0.06362734830369031f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4348403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4394992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4406450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4296514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4296514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6202698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2453160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.2996344435441678f,-0.023289266669829778f,0.22217217779660417f,-0.2996717761377291f,0.9540403635363628f,-0.0019522627546733062f,0.6485841986872373f,0.022803865604328268f,0.00511712667240749f,-0.9997268620618924f,-0.14328115226475596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.28140349884569177f,0.10552374395103808f,0.12500000000000003f,-0.2996717761377291f,0.8638291487284409f,-0.4049642310051047f,0.9458623478546277f,0.022803865604328268f,-0.4178651369096252f,-0.9082228311758078f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.19023310864741672f,0.23526877750576763f,-0.2207297975027501f,0.3021894776611534f,0.636814753630835f,0.7093296054366957f,0.6605041899575259f,-0.014884652686494991f,0.7471802553149001f,-0.6644547487842669f,-0.18151462491611176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.29886529236101206f,-0.04711231597666419f,-0.12499999999999996f,0.3021894776611534f,0.9327048347799883f,-0.1968329514306837f,0.9563959502059203f,-0.014884652686494991f,-0.20184456445493235f,-0.9793044567009798f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1391563656606274f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1391563656606274f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1391563656606274f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.162534114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.162534114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.162534114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2085741214883607f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2085741214883607f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0266496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5739865222802234f,4.105699493208947e-18f,-0.8188647459993956f,-1.336549093668024f,0.010789661442706804f,0.9999131879238441f,-0.007563056387928639f,2.126484776161684f,0.8187936586507045f,-0.013176365810617967f,-0.5739366933185388f,-0.8625964567470328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5739865222802234f,4.105699493208947e-18f,-0.8188647459993956f,-1.3903603301317948f,0.010789661442706804f,0.9999131879238441f,-0.007563056387928639f,2.1274963069219375f,0.8187936586507045f,-0.013176365810617967f,-0.5739366933185388f,-0.7858345512485292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5739865222802234f,4.105699493208947e-18f,-0.8188647459993956f,-1.240625f,0.010789661442706804f,0.9999131879238441f,-0.007563056387928639f,2.128125f,0.8187936586507045f,-0.013176365810617967f,-0.5739366933185388f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.573986522280223f,1.745782388323767e-18f,0.818864745999396f,1.390360330131795f,0.010789661442706804f,0.9999131879238441f,-0.007563056387928639f,2.1274963069219375f,-0.8187936586507049f,0.013176365810617967f,0.5739366933185384f,-0.690415448751471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.573986522280223f,1.745782388323767e-18f,0.818864745999396f,1.336549093668024f,0.010789661442706804f,0.9999131879238441f,-0.007563056387928639f,2.126484776161684f,-0.8187936586507049f,0.013176365810617967f,0.5739366933185384f,-0.6136535432529674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.573986522280223f,1.745782388323767e-18f,0.818864745999396f,1.240625f,0.010789661442706804f,0.9999131879238441f,-0.007563056387928639f,2.128125f,-0.8187936586507049f,0.013176365810617967f,0.5739366933185384f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5487200631944884f,-0.20705655232051945f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.20705655232051945f,-1.5487200631944884f,0f,1.3717475f,1.8966350681664172e-16f,-2.535711440418106e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64.mcfunction new file mode 100644 index 000000000..cfef66999 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..d8836e78d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4285903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4332492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4343950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4234014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4234014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6140198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2390660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.29510477743430674f,-0.021166819532791842f,0.22042127210651888f,-0.29514379671328433f,0.9554519230339269f,-0.0013274156991111563f,0.641794394076256f,0.02061560514156707f,0.004979267638821894f,-0.9997750765639378f,-0.14323047265619307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.27640124225795726f,0.105533014701294f,0.12500000000000003f,-0.29514379671328433f,0.8653725278694242f,-0.4049944780741459f,0.9396123478546277f,0.02061560514156707f,-0.41801045595432224f,-0.9082082666093204f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.18773949720088504f,0.23094000893140226f,-0.21908408303797255f,0.2973015373466641f,0.6376113532660719f,0.7106782380779073f,0.653739201035808f,-0.013827596529672938f,0.7471316104790157f,-0.6645322822837467f,-0.1814846907650249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.29386966308524204f,-0.047117169403982785f,-0.12499999999999996f,0.2973015373466641f,0.934271084725269f,-0.19684851063083847f,0.9501459502059202f,-0.013827596529672938f,-0.20193603285306838f,-0.9793010957870808f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1329063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1329063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1329063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1562841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1562841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.1562841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0203996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.24375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9981532163381793f,5.2543699276348505e-18f,-0.060746660103642144f,-1.2029485669996942f,0.0007735527229470679f,0.9999189183384936f,-0.012710561158414613f,2.11993215554235f,0.06074173466350995f,-0.012734078246067797f,-0.9980722844169606f,-0.8906831114748963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9981532163381793f,5.2543699276348505e-18f,-0.060746660103642144f,-1.2965254310313985f,0.0007735527229470679f,0.9999189183384936f,-0.012710561158414613f,2.1200046761101263f,0.06074173466350995f,-0.012734078246067797f,-0.9980722844169606f,-0.8849885738501923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9981532163381793f,5.2543699276348505e-18f,-0.060746660103642144f,-1.240625f,0.0007735527229470679f,0.9999189183384936f,-0.012710561158414613f,2.121875f,0.06074173466350995f,-0.012734078246067797f,-0.9980722844169606f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9981532163381793f,4.0069681883026925e-19f,0.06074666010364259f,1.2965254310313987f,0.0007735527229470679f,0.9999189183384936f,-0.012710561158414613f,2.1200046761101263f,-0.06074173466351039f,0.012734078246067797f,0.9980722844169606f,-0.5912614261498079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9981532163381793f,4.0069681883026925e-19f,0.06074666010364259f,1.2029485669996944f,0.0007735527229470679f,0.9999189183384936f,-0.012710561158414613f,2.11993215554235f,-0.06074173466351039f,0.012734078246067797f,0.9980722844169606f,-0.5855668885251037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9981532163381793f,4.0069681883026925e-19f,0.06074666010364259f,1.240625f,0.0007735527229470679f,0.9999189183384936f,-0.012710561158414613f,2.121875f,-0.06074173466351039f,0.012734078246067797f,0.9980722844169606f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.75259129689066f,-1.3693109909163932f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.3693109909163932f,-0.75259129689066f,0f,1.3654974999999998f,9.216585228033023e-17f,-1.6769223220630512e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65.mcfunction new file mode 100644 index 000000000..5dbbf3cd7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..eaf9dadb1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4223403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4269992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4281450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6077698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2328160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2905680387666277f,-0.019038868330053027f,0.21866728381259834f,-0.2906074795119803f,0.9568420826743745f,-0.0007222707659630956f,0.6350144020848376f,0.01842705922461551f,0.004841866446007592f,-0.9998184834346939f,-0.14318070145200493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2713902496373189f,0.10554428483706382f,0.12500000000000003f,-0.2906074795119803f,0.8668881856765341f,-0.4050335373597361f,0.9333623478546278f,0.01842705922461551f,-0.4181533282615845f,-0.9081895383410293f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.18524264824093004f,0.2266035192068629f,-0.21743557219301565f,0.29240539139412264f,0.6383986094728993f,0.7120016169270394f,0.6469832152082062f,-0.012770306491937751f,0.7470825768921101f,-0.6646085634238745f,-0.18145510518715563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.2888657283405633f,-0.04712307963751868f,-0.12499999999999996f,0.29240539139412264f,0.9358107925308622f,-0.19686860508067197f,0.9438959502059203f,-0.012770306491937751f,-0.20202661105170153f,-0.9792967720252459f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1266563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.1500341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.014149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6733654859843287f,4.231293318772885e-18f,0.739309760712713f,-1.0981645287375776f,-0.009080267466411664f,0.9999245723137402f,-0.008270334087694996f,2.114810087424334f,-0.7392539962880331f,-0.01228208790001374f,-0.6733146955837136f,-0.8044696732615556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6733654859843287f,4.231293318772885e-18f,0.739309760712713f,-1.1612925430486085f,-0.009080267466411664f,0.9999245723137402f,-0.008270334087694996f,2.113958812349358f,-0.7392539962880331f,-0.01228208790001374f,-0.6733146955837136f,-0.8737747354135588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6733654859843287f,4.231293318772885e-18f,0.739309760712713f,-1.240625f,-0.009080267466411664f,0.9999245723137402f,-0.008270334087694996f,2.115625f,-0.7392539962880331f,-0.01228208790001374f,-0.6733146955837136f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.673365485984329f,1.223049392053232e-18f,-0.7393097607127127f,1.1612925430486085f,-0.009080267466411664f,0.9999245723137402f,-0.008270334087694996f,2.113958812349358f,0.7392539962880328f,0.01228208790001374f,0.6733146955837139f,-0.6024752645864413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.673365485984329f,1.223049392053232e-18f,-0.7393097607127127f,1.0981645287375779f,-0.009080267466411664f,0.9999245723137402f,-0.008270334087694996f,2.114810087424334f,0.7392539962880328f,0.01228208790001374f,0.6733146955837139f,-0.6717803267384443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.673365485984329f,1.223049392053232e-18f,-0.7393097607127127f,1.240625f,-0.009080267466411664f,0.9999245723137402f,-0.008270334087694996f,2.115625f,0.7392539962880328f,0.01228208790001374f,0.6733146955837139f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.6409853538354702f,-1.4249715878460234f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.4249715878460234f,0.6409853538354702f,0f,1.3592475f,-7.849806618749421e-17f,-1.745086893931554e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66.mcfunction new file mode 100644 index 000000000..9eb1afb2f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..d3ca7e120 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.356706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.356706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.356706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.356706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4160903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4207492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4218950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4109014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4109014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.601519805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2265660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2860243278528579f,-0.01690556320794369f,0.2169102681146661f,-0.2860629890662242f,0.958210805383328f,-0.0001368690283184426f,0.6282442408181004f,0.01623824120877115f,0.004704925393081094f,-0.9998570813868806f,-0.14313183957433664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2663706753516576f,0.1055574606731271f,0.12500000000000003f,-0.2860629890662242f,0.8683760711907361f,-0.4050814304184269f,0.9271123478546277f,0.01623824120877115f,-0.4182937512036767f,-0.908166646175911f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.18274259101519869f,0.22225945433288088f,-0.2157843141719808f,0.2875011829953655f,0.6391765098925258f,0.7132996978675058f,0.6402362477471157f,-0.011712787352441627f,0.7470331549741696f,-0.6646835908774752f,-0.18142586864748578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.28385362919114154f,-0.0471299990061115f,-0.12499999999999996f,0.2875011829953655f,0.9373239138112878f,-0.19689324613544987f,0.9376459502059202f,-0.011712787352441627f,-0.2021162976914712f,-0.9792914851156059f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1204063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1204063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1204063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1437841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1437841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.1437841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.007899614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.23125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1475805243557456f,4.072779247611599e-18f,0.9890500436433352f,-1.0991853305326753f,-0.011692522291448411f,0.9999301180428622f,0.001744692881723856f,2.11018479091467f,-0.9889809268905783f,-0.011821972372982263f,0.14757021113986818f,-0.669630987381024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1475805243557456f,4.072779247611599e-18f,0.9890500436433352f,-1.0853496563743241f,-0.011692522291448411f,0.9999301180428622f,0.001744692881723856f,2.109088616949847f,-0.9889809268905783f,-0.011821972372982263f,0.14757021113986818f,-0.7623479492770158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1475805243557456f,4.072779247611599e-18f,0.9890500436433352f,-1.240625f,-0.011692522291448411f,0.9999301180428622f,0.001744692881723856f,2.109375f,-0.9889809268905783f,-0.011821972372982263f,0.14757021113986818f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.14758052435574515f,1.1772311223753646e-18f,-0.9890500436433352f,1.0853496563743241f,-0.011692522291448411f,0.9999301180428622f,0.001744692881723856f,2.109088616949847f,0.9889809268905783f,0.011821972372982263f,-0.14757021113986774f,-0.7139020507229842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.14758052435574515f,1.1772311223753646e-18f,-0.9890500436433352f,1.0991853305326753f,-0.011692522291448411f,0.9999301180428622f,0.001744692881723856f,2.11018479091467f,0.9889809268905783f,0.011821972372982263f,-0.14757021113986774f,-0.806619012618976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.14758052435574515f,1.1772311223753646e-18f,-0.9890500436433352f,1.240625f,-0.011692522291448411f,0.9999301180428622f,0.001744692881723856f,2.109375f,0.9889809268905783f,0.011821972372982263f,-0.14757021113986774f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5202344894406457f,-0.3609616975734956f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.3609616975734956f,1.5202344894406457f,0f,1.3529974999999999f,-1.8617503014468974e-16f,-4.4205058754817626e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67.mcfunction new file mode 100644 index 000000000..4cf92b326 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..4189c56ed --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,-0.11756803868147211f,-0.4566742045011099f,0.042096242744495915f,-0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.3504107196084445f,0.4474533176035761f,0.09192362203415877f,-0.6769638252684693f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,0.14354925771519614f,-0.4473543227765975f,0.042096242744495915f,0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.3504107196084445f,0.4394161068574817f,-0.08454525889177499f,-0.6631482369976843f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,0.11756803868147211f,0.45667420450111f,-0.04209624274449576f,0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.3504107196084445f,-0.4474533176035762f,0.09192362203415878f,-0.6769638252684693f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,-0.14354925771519614f,0.4473543227765976f,-0.04209624274449576f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.3504107196084445f,-0.43941610685748184f,-0.08454525889177501f,-0.6631482369976843f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4098403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4144992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4156450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4046514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4046514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5952698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2203160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.2814737452099748f,-0.014767054605477462f,0.21515028032317668f,-0.28151049025258595f,0.9595580545499105f,0.00042874950714577587f,0.6214839280667657f,0.014049164459131016f,0.004568446766825773f,-0.9998908691813015f,-0.14308388793382926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.26134267407856704f,0.10557244834574445f,0.12500000000000003f,-0.28151049025258595f,0.8698361343237545f,-0.4051381780361561f,0.9208623478546278f,0.014049164459131016f,-0.4184317221843622f,-0.9081395899573087f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.180239354812973f,0.21790796056302145f,-0.21413035826314186f,0.28258905559076253f,0.6399450422133584f,0.7145724376204723f,0.6334983136564577f,-0.010655043897282248f,0.746983345144419f,-0.6647573633412426f,-0.18139698160341491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.2788335069409207f,-0.047137879748240914f,-0.12499999999999996f,0.28258905559076253f,0.9388104049301793f,-0.19692244477243703f,0.9313959502059204f,-0.010655043897282248f,-0.20220509143406878f,-0.9792852347695674f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1141563656606275f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1141563656606275f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1141563656606275f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.137534114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.137534114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.137534114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.1835741214883608f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.1835741214883608f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0016496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.225f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8567295584843735f,3.0442973042202014e-18f,0.5157659000158604f,-1.203419313051576f,-0.0058561566704893086f,0.9999355379480733f,0.009727557635294107f,2.1048586409892236f,-0.5157326526876315f,-0.01135429207380562f,0.8566743319390873f,-0.5854488821144044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8567295584843735f,3.0442973042202014e-18f,0.5157659000158604f,-1.123100916943666f,-0.0058561566704893086f,0.9999355379480733f,0.009727557635294107f,2.104309626301365f,-0.5157326526876315f,-0.01135429207380562f,0.8566743319390873f,-0.6337988183038697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8567295584843735f,3.0442973042202014e-18f,0.5157659000158604f,-1.240625f,-0.0058561566704893086f,0.9999355379480733f,0.009727557635294107f,2.1031250000000004f,-0.5157326526876315f,-0.01135429207380562f,0.8566743319390873f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8567295584843733f,1.998021291242965e-18f,-0.5157659000158609f,1.1231009169436659f,-0.0058561566704893086f,0.9999355379480733f,0.009727557635294107f,2.104309626301365f,0.5157326526876319f,0.01135429207380562f,-0.856674331939087f,-0.8424511816961302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8567295584843733f,1.998021291242965e-18f,-0.5157659000158609f,1.203419313051576f,-0.0058561566704893086f,0.9999355379480733f,0.009727557635294107f,2.1048586409892236f,0.5157326526876319f,0.01135429207380562f,-0.856674331939087f,-0.8908011178855957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8567295584843733f,1.998021291242965e-18f,-0.5157659000158609f,1.240625f,-0.0058561566704893086f,0.9999355379480733f,0.009727557635294107f,2.1031250000000004f,0.5157326526876319f,0.01135429207380562f,-0.856674331939087f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2233974517007067f,0.9719593227971103f,1.9135106236677394e-16f,-0.00034250000000012385f,0.9719593227971103f,1.2233974517007067f,0f,1.3467475f,-1.498229773310299e-16f,1.19030687356491e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68.mcfunction new file mode 100644 index 000000000..1f5bf890f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..ee9ce6e23 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429172f,-0.11472886686607595f,-0.4800246227055196f,0.04409830056250531f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.3441158086988811f,0.4704461535682599f,0.09597787937773647f,-0.6606157034974467f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403448f,0.1400826607455024f,-0.4702282018339784f,0.04409830056250531f,0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.3441158086988811f,0.46174502864500094f,-0.08949546167463965f,-0.6471337503648458f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.650659736842917f,0.1147288668660759f,0.4800246227055197f,-0.04409830056250519f,0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.3441158086988811f,-0.47044615356826003f,0.09597787937773648f,-0.6606157034974465f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550238f,0.4702282018339785f,-0.04409830056250519f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.3441158086988811f,-0.46174502864500105f,-0.08949546167463968f,-0.6471337503648456f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4035903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4082492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4093950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5890198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2140660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.27691639155811076f,-0.012623493246930434f,0.21338737585738043f,-0.2769501482843891f,0.9608837940279455f,0.0009745459022156844f,0.614733481306454f,0.011859842350347361f,0.0044324328416493475f,-0.9999198456269028f,-0.14303684742959702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.256306400800319f,0.10558915381849805f,0.12500000000000003f,-0.2769501482843891f,0.8712683258600284f,-0.4052038002268959f,0.9146123478546277f,0.011859842350347361f,-0.41856723863896644f,-0.9081083695669672f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.17773296896551052f,0.21354918439888673f,-0.2124737538374783f,0.2776691528646131f,0.6407041941711005f,0.7158197937463094f,0.6267694276712108f,-0.009597080919373524f,0.7469331478213199f,-0.6648298795357812f,-0.18136844450474698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.2738055031296387f,-0.047146674014719954f,-0.12499999999999996f,0.2776691528646131f,0.9402702230015915f,-0.1969562115902558f,0.9251459502059203f,-0.009597080919373524f,-0.20229299096227452f,-0.9792780207098309f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1079063656606274f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1079063656606274f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1079063656606274f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.131284114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.131284114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.131284114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.1673280203379572f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.1673280203379572f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9953996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.21875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9451896183577879f,3.7478608869055014e-18f,-0.3265219523227484f,-1.3339090562089337f,0.0035521796006038786f,0.9999408236850416f,0.010282565252196039f,2.098250876369051f,0.32650262995685686f,-0.010878838544652445f,0.9451336855192365f,-0.6116597579513423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9451896183577879f,3.7478608869055014e-18f,-0.3265219523227484f,-1.245297529487891f,0.0035521796006038786f,0.9999408236850416f,0.010282565252196039f,2.0985838932066074f,0.32650262995685686f,-0.010878838544652445f,0.9451336855192365f,-0.581050136392887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9451896183577879f,3.7478608869055014e-18f,-0.3265219523227484f,-1.240625f,0.0035521796006038786f,0.9999408236850416f,0.010282565252196039f,2.096875f,0.32650262995685686f,-0.010878838544652445f,0.9451336855192365f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.945189618357788f,1.083313926475608e-18f,0.32652195232274794f,1.245297529487891f,0.0035521796006038786f,0.9999408236850416f,0.010282565252196039f,2.0985838932066074f,-0.3265026299568564f,0.010878838544652445f,-0.9451336855192366f,-0.8951998636071131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.945189618357788f,1.083313926475608e-18f,0.32652195232274794f,1.3339090562089335f,0.0035521796006038786f,0.9999408236850416f,0.010282565252196039f,2.098250876369051f,-0.3265026299568564f,0.010878838544652445f,-0.9451336855192366f,-0.8645902420486578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.945189618357788f,1.083313926475608e-18f,0.32652195232274794f,1.240625f,0.0035521796006038786f,0.9999408236850416f,0.010282565252196039f,2.096875f,-0.3265026299568564f,0.010878838544652445f,-0.9451336855192366f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00880455234495807f,1.5624751933576435f,1.9135106236677394e-16f,-0.00034250000000012385f,1.5624751933576435f,0.00880455234495807f,0f,1.3404975f,-1.0782466847178222e-18f,1.9134802442925796e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69.mcfunction new file mode 100644 index 000000000..ed9dd7e63 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..4f987effc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3378220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3378220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3378220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3378220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3973403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4019992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4031450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5827698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2078160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2723523678184533f,-0.010475030134406316f,0.2116216102434847f,-0.27238212870428896f,0.962187988137152f,0.0015004822891414582f,0.607992917696996f,0.009670288266383142f,0.00429688587954119f,-0.9999440095808282f,-0.14299071894920545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2512620107988184f,0.10560748288814234f,0.12500000000000003f,-0.27238212870428896f,0.8726725974586382f,-0.4052783162313444f,0.9083623478546277f,0.009670288266383142f,-0.41870029803443887f,-0.9080729849250649f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.17522346284638388f,0.20918327258530953f,-0.21081455034720487f,0.2727416187405329f,0.6414539535488553f,0.7170417246460186f,0.620049604256953f,-0.00853890321831601f,0.7468825634225671f,-0.6649011382056458f,-0.1813402577936776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.2687697595288349f,-0.04715633387139238f,-0.12499999999999996f,0.2727416187405329f,0.9417033258912861f,-0.19699455680826253f,0.9188959502059202f,-0.00853890321831601f,-0.20237999497999354f,-0.9792698426704082f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1016563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1016563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1016563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1250341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1250341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1250341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9891496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3616716373938995f,3.365037601582851e-18f,-0.9323055436415766f,-1.3974241895490755f,0.009693221334335063f,0.9999459492820233f,0.00376031576291713f,2.0907346776143907f,0.9322551518575691f,-0.01039704354483771f,0.36165208878222654f,-0.7275766469259897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3616716373938995f,3.365037601582851e-18f,-0.9323055436415766f,-1.3635174735433975f,0.009693221334335063f,0.9999459492820233f,0.00376031576291713f,2.0916434171144846f,0.9322551518575691f,-0.01039704354483771f,0.36165208878222654f,-0.6401777264393426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3616716373938995f,3.365037601582851e-18f,-0.9323055436415766f,-1.240625f,0.009693221334335063f,0.9999459492820233f,0.00376031576291713f,2.090625f,0.9322551518575691f,-0.01039704354483771f,0.36165208878222654f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.36167163739389996f,1.252177251020822e-18f,0.9323055436415765f,1.3635174735433975f,0.009693221334335063f,0.9999459492820233f,0.00376031576291713f,2.0916434171144846f,-0.932255151857569f,0.01039704354483771f,-0.361652088782227f,-0.8360722735606575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36167163739389996f,1.252177251020822e-18f,0.9323055436415765f,1.3974241895490755f,0.009693221334335063f,0.9999459492820233f,0.00376031576291713f,2.0907346776143907f,-0.932255151857569f,0.01039704354483771f,-0.361652088782227f,-0.7486733530740104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.36167163739389996f,1.252177251020822e-18f,0.9323055436415765f,1.240625f,0.009693221334335063f,0.9999459492820233f,0.00376031576291713f,2.090625f,-0.932255151857569f,0.01039704354483771f,-0.361652088782227f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.201556337552598f,0.9988336286325098f,1.9135106236677394e-16f,-0.00034250000000012385f,0.9988336286325098f,-1.201556337552598f,0f,1.3342474999999998f,1.4714821227790056e-16f,1.2232184061855392e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..30a7739ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7133870355077803f,-0.12578938204764936f,-0.3770947008086109f,0.036298916682177884f,-0.09212648947134451f,0.8059262030409257f,-0.09455215298536242f,1.2448514708902438f,0.38669896812837706f,-0.04005534996166715f,-0.7181949049055842f,-0.40803244511319275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6927881077632185f,0.15358742583360743f,-0.36939889058802705f,0.036298916682177884f,0.2187436678412806f,0.7639190252147141f,-0.09262251721015094f,1.2448514708902438f,0.334956483026083f,-0.18121430832251445f,-0.7035378660299602f,-0.40803244511319275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7133870355077803f,0.1257893820476494f,0.3770947008086111f,-0.03629891668217777f,0.09212648947134451f,0.8059262030409257f,-0.09455215298536242f,1.2448514708902438f,-0.3866989681283773f,-0.04005534996166711f,-0.7181949049055842f,-0.40803244511319275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6927881077632185f,-0.15358742583360743f,0.3693988905880273f,-0.03629891668217777f,-0.2187436678412806f,0.7639190252147141f,-0.09262251721015094f,1.2448514708902438f,-0.33495648302608316f,-0.1812143083225145f,-0.7035378660299602f,-0.40803244511319275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000007424977361224983f,0.000004211482284760734f,0.000013087159858060991f,-0.2780719117382185f,-6.146953968846432e-7f,0.000014757253894102482f,-0.000005097669278606264f,1.4704288118308548f,-0.000013734354216866016f,-0.0000029372605383492614f,-0.000006846943827395613f,0.5042302660970145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.009488373338339282f,-0.9961946980917457f,-0.08663771849078379f,-0.3052678360443794f,0.2372751651481811f,0.08641011328638362f,-0.9675917467226237f,1.4008794747967335f,0.9713961430720712f,-0.011376107230962398f,0.23719215292453086f,0.2659991246084096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.02620823730432343f,-0.9961946980917457f,-0.08312190921349363f,-0.2984375f,-0.17251369075707762f,0.08641011328638362f,-0.9812096202255693f,1.4605412709938128f,0.9846583949770459f,-0.011376107230962398f,-0.1741218808349426f,-0.09846205716142849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.41463903004142677f,0.9063091192225137f,-0.08172059214430605f,0.312735487230487f,-0.6703018821852296f,0.2434553402830376f,-0.701017035475322f,1.5982880450583237f,-0.6154428174129933f,0.345446490359624f,0.7084467946098527f,0.22429448253872947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0048836896858132075f,0.995729022739545f,0.0921947007653003f,0.2984375f,-0.4027044351586592f,0.08243106297771266f,-0.9116108038850294f,1.4605412709938128f,-0.9153170420562472f,-0.041579239176720906f,0.4005819259413573f,-0.09846205716142842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.241454681734081e-17f,9.876098033058265e-17f,-0.15625000000000003f,0f,0.8064446042674825f,-0.5913096483635824f,1.2011176925069786f,-1.2246467991473532e-16f,-0.5913096483635824f,-0.8064446042674825f,0.18049537761643278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.936498123031536e-17f,1.15965495210237e-16f,-0.15625000000000003f,0f,0.9469301294951057f,-0.3214394653031616f,1.3766580951291663f,-1.2246467991473532e-16f,-0.3214394653031616f,-0.9469301294951057f,0.11430716456274559f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450643e-17f,1.032856634543009e-16f,0.15624999999999997f,0f,0.8433914458128858f,-0.5372996083468238f,1.1939801695661614f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128858f,0.15701650794328986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.3891673840167787e-17f,1.2011155542966555e-16f,0.15624999999999997f,0f,0.9807852804032305f,-0.19509032201612825f,1.3766580951291663f,-1.2246467991473532e-16f,-0.19509032201612825f,-0.9807852804032305f,0.11430716456274564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,5.34183431177272e-18f,1.223481206754078e-16f,0.29375f,0f,0.9990482215818578f,-0.043619387365335965f,2.0462931301596208f,-1.2246467991473532e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.108819914345391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,5.34183431177272e-18f,1.223481206754078e-16f,0.33125f,0f,0.9990482215818578f,-0.043619387365335965f,1.9173227848963883f,-1.2246467991473532e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.19702826169802315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,5.34183431177272e-18f,1.223481206754078e-16f,-0.29375f,0f,0.9990482215818578f,-0.043619387365335965f,2.0462931301596208f,-1.2246467991473532e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.10881991434539107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,5.34183431177272e-18f,1.223481206754078e-16f,-0.33125f,0f,0.9990482215818578f,-0.043619387365335965f,1.9173227848963883f,-1.2246467991473532e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.19702826169802323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.223481206754078e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,-0.043619387365335965f,2.1520100740995933f,-0.006823575527879058f,-0.04308236032464517f,-0.9990482215818578f,-0.13533145578716416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.223481206754078e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,-0.043619387365335965f,2.162077865419374f,-1.222980050563649e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.1357710250491919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.223481206754078e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,-0.043619387365335965f,2.1577622918118524f,-0.010552484876318392f,-0.04232370514336265f,-0.9990482215818578f,-0.13558260303629643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.223481206754078e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,-0.043619387365335965f,2.1677539513674056f,0.0030427346494847664f,-0.04351313273001676f,-0.9990482215818578f,-0.13601884831371272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.223481206754078e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,-0.043619387365335965f,2.2710283477307933f,-0.0038016801040237948f,-0.04345340242735775f,-0.9990482215818578f,-0.17180767724859938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.223481206754078e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,-0.043619387365335965f,2.047097875898281f,-0.0038016801040237948f,-0.04345340242735775f,-0.9990482215818578f,-0.1620306617024439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.223481206754078e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,-0.043619387365335965f,2.1520100740995933f,0.006823575527878817f,-0.043082360324645214f,-0.9990482215818578f,-0.13533145578716418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.223481206754078e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9990482215818578f,-0.043619387365335965f,2.162077865419374f,-1.222980050563649e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.13577102504919192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.223481206754078e-16f,-0.05771677939820295f,-0.2416916395605599f,0.9693722197445114f,-0.043619387365335965f,2.1577622918118524f,0.010552484876318154f,-0.04232370514336272f,-0.9990482215818578f,-0.13558260303629643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.223481206754078e-16f,-0.086824202066379f,0.06969008103788991f,0.9966145903260724f,-0.043619387365335965f,2.1677539513674056f,-0.003042734649485012f,-0.043513132730016744f,-0.9990482215818578f,-0.13601884831371275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.223481206754078e-16f,-0.14461004211822304f,-0.08707278979269381f,0.9952465414778341f,-0.043619387365335965f,2.2710283477307933f,0.003801680104023551f,-0.043453402427357776f,-0.9990482215818578f,-0.1718076772485994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.223481206754078e-16f,-0.12499999999999999f,-0.08707278979269381f,0.9952465414778341f,-0.043619387365335965f,2.047097875898281f,0.003801680104023551f,-0.043453402427357776f,-0.9990482215818578f,-0.16203066170244393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,5.34183431177272e-18f,1.223481206754078e-16f,1.3281964265872542e-17f,0f,0.9990482215818578f,-0.043619387365335965f,1.5364487681927452f,-1.2246467991473532e-16f,-0.043619387365335965f,-0.9990482215818578f,-0.10845546875327616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.5984848350717833e-17f,1.2141697760125285e-16f,7.287646134353355e-18f,0f,0.9914448613738105f,-0.13052619222005157f,1.1646569451775663f,-1.2246467991473532e-16f,-0.13052619222005157f,-0.9914448613738105f,-0.05950814667075682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.129750388680367f,0.01420997863332396f,0.15593121544802463f,-0.1235991841014365f,0.8982548188180499f,-0.4217363182838439f,0.7237238261946426f,0.04195626943527095f,-0.4198846473824044f,-0.9066071664991564f,0.30246199562028125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.09813478722968744f,0.08606189860123824f,0.125f,-0.1235991841014365f,0.4939092566061859f,-0.8606839651859353f,0.8700472721338937f,0.04195626943527095f,-0.8639578749997646f,-0.5018131740807192f,0.002598917984219226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,0.1431748824415318f,0.05140503539284943f,-0.16139831552705758f,0.1440502177840518f,0.9894751482687497f,0.013728281571380951f,0.7305530646405832f,-0.048898459916993306f,0.020973411653553542f,-0.9985835251101216f,0.294434225787036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,0.1222854276490871f,-0.09048645650353668f,-0.12499999999999999f,0.1440502177840518f,0.561137587646511f,-0.81509149332245f,0.8771026367915221f,-0.048898459916993306f,-0.818639653275441f,-0.5722220361912079f,-0.00954664300790925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,0.15212338618991678f,1.0031719290535249e-16f,-0.003124999999999995f,0.12461218278163404f,0.8096183517962219f,-0.573576436351046f,1.0578398375436304f,-0.08725438973646647f,-0.5669008730006353f,-0.8191520442889918f,-0.04528859546663365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,-0.15175282126685266f,0.010611590994624451f,-0.003124999999999995f,-0.12461218278163404f,0.7676354925599517f,-0.6286553542797809f,1.0391076783641433f,0.08725438973646622f,-0.6226610890362356f,-0.777611625216551f,-0.04610657534880664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.024285468436542e-17f,1.0031719290535249e-16f,-0.003124999999999995f,0f,0.8191520442889918f,-0.573576436351046f,1.0578398375436304f,-1.2246467991473532e-16f,-0.573576436351046f,-0.8191520442889918f,-0.04528859546663365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200516f,1.1956177801397682e-16f,-0.003124999999999995f,0.12743220028900526f,0.9679436594388269f,-0.2164396139381029f,1.0827686136691783f,-0.028251038652918694f,-0.21458794303666345f,-0.9762960071199334f,-0.04374904678597338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13052619222005155f,1.1956177801397682e-16f,-0.003124999999999995f,-0.12743220028900526f,0.9679436594388269f,-0.2164396139381029f,1.0827686136691783f,0.02825103865291845f,-0.2145879430366635f,-0.9762960071199334f,-0.04374904678597338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.650620804179866e-17f,1.1956177801397682e-16f,-0.003124999999999995f,0f,0.9762960071199334f,-0.2164396139381029f,1.0827686136691783f,-1.2246467991473532e-16f,-0.2164396139381029f,-0.9762960071199334f,-0.04374904678597338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1736068541030225f,-0.0037881150322650148f,-0.196875f,0.16443269136473546f,0.9253100478560105f,-0.34170631446793215f,1.0955942454969216f,-0.05581737738012661f,-0.3371379176912018f,-0.9397991513282213f,-0.04920698827067486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1732763835890688f,0.0113571342045292f,0.19062500000000002f,-0.16443269136473548f,0.9095243376264129f,-0.38174254318294754f,1.0960027760722824f,0.05581737738012638f,-0.37781050032460556f,-0.9241989213512833f,-0.0554436605084172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.932224446026944e-17f,1.1209332731264606e-16f,-0.0078125f,0f,0.9153114791194472f,-0.4027466898587373f,0.9540452991909373f,-1.2246467991473532e-16f,-0.4027466898587373f,-0.9153114791194472f,-0.000053369471324837825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.9364981230315354e-17f,1.15965495210237e-16f,8.8021488688716e-18f,0f,0.9469301294951057f,-0.3214394653031616f,1.165625f,-1.2246467991473532e-16f,-0.3214394653031616f,-0.9469301294951057f,-0.071875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3826834323650897f,0.020154325787517795f,-0.9236596742011228f,-0.5335632858921138f,-1.734723475976807e-18f,0.9997620270799091f,0.021814885034561124f,0.9937499999999999f,0.9238795325112868f,-0.008348195081675676f,0.3825923640712193f,1.2254431469135334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3826834323650897f,0.020154325787517795f,-0.9236596742011228f,-0.49768671410788656f,-1.734723475976807e-18f,0.9997620270799091f,0.021814885034561124f,0.9937499999999999f,0.9238795325112868f,-0.008348195081675676f,0.3825923640712193f,1.3120568530864667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3826834323650897f,0.020154325787517795f,-0.9236596742011228f,-0.3770760488698317f,-1.734723475976807e-18f,0.9997620270799091f,0.021814885034561124f,0.9904777672448157f,0.9238795325112868f,-0.008348195081675676f,0.3825923640712193f,1.2113611453893172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8210180001055637f,-0.4995584105236776f,-0.2763527419399293f,0.746917066003972f,-0.5336935226628019f,0.8434902914985505f,0.06078940709909557f,2.070350767280809f,0.20273299526823366f,0.19739686578754756f,-0.9591318001228107f,-0.48717710480683163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5728460740857485f,-0.4995584105236776f,-0.6498374949782458f,0.8145592976323915f,-0.4925868520107403f,0.8434902914985505f,-0.21420159050259008f,2.120154687264646f,0.6551378241490061f,0.19739686578754756f,-0.729266006849736f,-0.5288083497386229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7215171373698092f,-0.4995584105236776f,-0.47943134540487914f,0.8526528836289137f,-0.5312418131609269f,0.8434902914985505f,-0.07941198963117047f,2.107164525717403f,0.444066612605774f,0.19739686578754756f,-0.8739790163076494f,-0.3768958748265798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.6528048990550632f,0.3882308356944277f,1.3654775106114765f,-0.10096750000000006f,-0.16661327534277956f,1.4715932827526943f,-0.49805569631989915f,1.9442475f,-1.409784391405033f,-0.35368952256626823f,-0.5734264916949561f,0.44062499999999993f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7.mcfunction new file mode 100644 index 000000000..baa498e04 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70.mcfunction new file mode 100644 index 000000000..154bb2cfb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..6fecdf3aa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.10863481427358272f,-0.5249432145773404f,0.04839555568810225f,-0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.3315294147508323f,0.5146768737905775f,0.10377694872909858f,-0.625525782795626f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248054f,-0.5142300877492314f,0.04839555568810225f,0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.3315294147508323f,0.5046985944411788f,-0.09901803795313463f,-0.6127599504936745f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773406f,-0.048395555688102124f,0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.3315294147508323f,-0.5146768737905777f,0.10377694872909862f,-0.6255257827956258f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492316f,-0.048395555688102124f,-0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.3315294147508323f,-0.504698594441179f,-0.09901803795313469f,-0.6127599504936743f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3910903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3957492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.3968950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4518311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2003624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.3859014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0809479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9662469139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.189403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.1994277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.1951308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2050790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.312473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.0895172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2015660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,-0.2677817751111368f,-0.008321816540387605f,0.2098530391128096f,-0.26780659737683365f,0.9634706016643255f,0.0020065218725858203f,0.601262254081753f,0.007480515600267032f,0.004161808130031364f,-0.9999633599484747f,-0.14294550336864942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,-0.2462096596505439f,0.10562734119046385f,0.12500000000000003f,-0.26780659737683365f,0.8740489016552014f,-0.4053617445156592f,0.9021123478546278f,0.007480515600267032f,-0.41883089786941385f,-0.9080334359902473f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,0.17271086587182077f,0.2048103721055387f,-0.20915279732429903f,0.26780659737683365f,0.6421943081772339f,0.7182381895626314f,0.6133388576094085f,-0.007480515600267275f,0.7468315923650859f,-0.6649711381193806f,-0.18131242190478128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9634436508108799f,0.2637264181378507f,-0.04716681130183422f,-0.12499999999999996f,0.26780659737683365f,0.943109672217999f,-0.19703749026594142f,0.9126459502059203f,-0.007480515600267275f,-0.2024661022122912f,-0.9792607003966391f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.0954063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.0954063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1187841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1187841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1348358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9828996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.20625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4719315431399689f,3.413881269143121e-18f,-0.8816351958659135f,-1.350748488295201f,0.008736478271649036f,0.9999509006627781f,-0.004676559751336422f,2.083263993618316f,0.8815919081621251f,-0.009909402792238061f,-0.4719083716139866f,-0.8502358764371978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4719315431399689f,3.413881269143121e-18f,-0.8816351958659135f,-1.394992070464573f,0.008736478271649036f,0.9999509006627781f,-0.004676559751336422f,2.084083038456283f,0.8815919081621251f,-0.009909402792238061f,-0.4719083716139866f,-0.7675866350469985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.4719315431399689f,3.413881269143121e-18f,-0.8816351958659135f,-1.240625f,0.008736478271649036f,0.9999509006627781f,-0.004676559751336422f,2.084375f,0.8815919081621251f,-0.009909402792238061f,-0.4719083716139866f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4719315431399685f,9.867775869478838e-19f,0.8816351958659137f,1.394992070464573f,0.008736478271649036f,0.9999509006627781f,-0.004676559751336422f,2.084083038456283f,-0.8815919081621252f,0.009909402792238061f,0.4719083716139862f,-0.7086633649530016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.4719315431399685f,9.867775869478838e-19f,0.8816351958659137f,1.3507484882952012f,0.008736478271649036f,0.9999509006627781f,-0.004676559751336422f,2.083263993618316f,-0.8815919081621252f,0.009909402792238061f,0.4719083716139862f,-0.6260141235628024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4719315431399685f,9.867775869478838e-19f,0.8816351958659137f,1.240625f,0.008736478271649036f,0.9999509006627781f,-0.004676559751336422f,2.084375f,-0.8815919081621252f,0.009909402792238061f,0.4719083716139862f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5377373880688188f,-0.27707395282719344f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.27707395282719344f,-1.5377373880688188f,0f,1.3279975f,1.8831851702276905e-16f,-3.3931772945692716e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71.mcfunction new file mode 100644 index 000000000..7f24c876b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..204a9ae8a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3378220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3378220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.3378220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.3378220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.3973403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4019992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4031450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2071251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.3921514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0871979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9724969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.1956536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.205677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.201380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2113290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3187237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.095767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5827698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2078160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2723523678184533f,-0.010475030134406316f,0.2116216102434847f,-0.27238212870428896f,0.962187988137152f,0.0015004822891414582f,0.607992917696996f,0.009670288266383142f,0.00429688587954119f,-0.9999440095808282f,-0.14299071894920545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9621405622295347f,-0.2512620107988184f,0.10560748288814234f,0.12500000000000003f,-0.27238212870428896f,0.8726725974586382f,-0.4052783162313444f,0.9083623478546277f,0.009670288266383142f,-0.41870029803443887f,-0.9080729849250649f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.17522346284638388f,0.20918327258530953f,-0.21081455034720487f,0.2727416187405329f,0.6414539535488553f,0.7170417246460186f,0.620049604256953f,-0.00853890321831601f,0.7468825634225671f,-0.6649011382056458f,-0.1813402577936776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9620494252057022f,0.2687697595288349f,-0.04715633387139238f,-0.12499999999999996f,0.2727416187405329f,0.9417033258912861f,-0.19699455680826253f,0.9188959502059202f,-0.00853890321831601f,-0.20237999497999354f,-0.9792698426704082f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1016563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1016563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1016563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1250341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1250341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1250341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.1510819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9891496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9748823103716279f,3.2438350319125416e-18f,-0.22272063425843003f,-1.2283354868400946f,0.0020970958622299604f,0.9999556702494159f,-0.009179309613806643f,2.0891498021893873f,0.22271076110826338f,-0.009415813084460899f,-0.9748390940819601f,-0.894790431039244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9748823103716279f,3.2438350319125416e-18f,-0.22272063425843003f,-1.3197307034374346f,0.0020970958622299604f,0.9999556702494159f,-0.009179309613806643f,2.0893464049264714f,0.22271076110826338f,-0.009415813084460899f,-0.9748390940819601f,-0.8739112971853443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9748823103716279f,3.2438350319125416e-18f,-0.22272063425843003f,-1.240625f,0.0020970958622299604f,0.9999556702494159f,-0.009179309613806643f,2.090625f,0.22271076110826338f,-0.009415813084460899f,-0.9748390940819601f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9748823103716278f,9.3762596086158e-19f,0.22272063425843044f,1.3197307034374348f,0.0020970958622299604f,0.9999556702494159f,-0.009179309613806643f,2.0893464049264714f,-0.2227107611082638f,0.009415813084460899f,0.97483909408196f,-0.6023387028146557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9748823103716278f,9.3762596086158e-19f,0.22272063425843044f,1.2283354868400946f,0.0020970958622299604f,0.9999556702494159f,-0.009179309613806643f,2.0891498021893873f,-0.2227107611082638f,0.009415813084460899f,0.97483909408196f,-0.581459568960756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9748823103716278f,9.3762596086158e-19f,0.22272063425843044f,1.240625f,0.0020970958622299604f,0.9999556702494159f,-0.009179309613806643f,2.090625f,-0.2227107611082638f,0.009415813084460899f,0.97483909408196f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.7926641019736318f,-1.3465102567163518f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.3465102567163518f,-0.7926641019736318f,0f,1.3342474999999998f,9.707335552810195e-17f,-1.6489994759067612e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72.mcfunction new file mode 100644 index 000000000..d3fd502ee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..6041d6900 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429172f,-0.11472886686607595f,-0.4800246227055196f,0.04409830056250531f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.3441158086988811f,0.4704461535682599f,0.09597787937773647f,-0.6606157034974467f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403448f,0.1400826607455024f,-0.4702282018339784f,0.04409830056250531f,0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.3441158086988811f,0.46174502864500094f,-0.08949546167463965f,-0.6471337503648458f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.650659736842917f,0.1147288668660759f,0.4800246227055197f,-0.04409830056250519f,0.14922053440723035f,0.8028511557083436f,0.010377780757063904f,1.3441158086988811f,-0.47044615356826003f,0.09597787937773648f,-0.6606157034974465f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550238f,0.4702282018339785f,-0.04409830056250519f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042193f,1.3441158086988811f,-0.46174502864500105f,-0.08949546167463968f,-0.6471337503648456f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4035903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4082492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4093950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4643311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2139442474385953f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.3984014729883858f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0934479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9787469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.201903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2119277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2076308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.217579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.324973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1020172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5890198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2140660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.27691639155811076f,-0.012623493246930434f,0.21338737585738043f,-0.2769501482843891f,0.9608837940279455f,0.0009745459022156844f,0.614733481306454f,0.011859842350347361f,0.0044324328416493475f,-0.9999198456269028f,-0.14303684742959702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9608110945990787f,-0.256306400800319f,0.10558915381849805f,0.12500000000000003f,-0.2769501482843891f,0.8712683258600284f,-0.4052038002268959f,0.9146123478546277f,0.011859842350347361f,-0.41856723863896644f,-0.9081083695669672f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.17773296896551052f,0.21354918439888673f,-0.2124737538374783f,0.2776691528646131f,0.6407041941711005f,0.7158197937463094f,0.6267694276712108f,-0.009597080919373524f,0.7469331478213199f,-0.6648298795357812f,-0.18136844450474698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9606288240445813f,0.2738055031296387f,-0.047146674014719954f,-0.12499999999999996f,0.2776691528646131f,0.9402702230015915f,-0.1969562115902558f,0.9251459502059203f,-0.009597080919373524f,-0.20229299096227452f,-0.9792780207098309f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1079063656606274f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1079063656606274f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1079063656606274f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.131284114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.131284114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.131284114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.1673280203379572f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.1673280203379572f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,0.9953996149206709f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.21875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8120809235171211f,3.0721542196258154e-18f,0.5835448343183064f,-1.115026981562389f,-0.005203748647661688f,0.9999602384960671f,-0.007241714361983356f,2.0960326685635615f,-0.5835216316980817f,-0.008917478729360495f,-0.8120486339582869f,-0.8325797186078956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8120809235171211f,3.0721542196258154e-18f,0.5835448343183064f,-1.1911595681421192f,-0.005203748647661688f,0.9999602384960671f,-0.007241714361983356f,2.095544817127843f,-0.5835216316980817f,-0.008917478729360495f,-0.8120486339582869f,-0.8872848715795908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8120809235171211f,3.0721542196258154e-18f,0.5835448343183064f,-1.240625f,-0.005203748647661688f,0.9999602384960671f,-0.007241714361983356f,2.096875f,-0.5835216316980817f,-0.008917478729360495f,-0.8120486339582869f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8120809235171215f,8.880018631506277e-19f,-0.583544834318306f,1.1911595681421192f,-0.005203748647661688f,0.9999602384960671f,-0.007241714361983356f,2.095544817127843f,0.5835216316980812f,0.008917478729360495f,0.8120486339582872f,-0.5889651284204093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8120809235171215f,8.880018631506277e-19f,-0.583544834318306f,1.115026981562389f,-0.005203748647661688f,0.9999602384960671f,-0.007241714361983356f,2.0960326685635615f,0.5835216316980812f,0.008917478729360495f,0.8120486339582872f,-0.6436702813921044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8120809235171215f,8.880018631506277e-19f,-0.583544834318306f,1.240625f,-0.005203748647661688f,0.9999602384960671f,-0.007241714361983356f,2.096875f,0.5835216316980812f,0.008917478729360495f,0.8120486339582872f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.4868598996084123f,-1.4847133353456778f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.4847133353456778f,0.4868598996084123f,0f,1.3404975f,-5.962314176886438e-17f,-1.818249433782475e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73.mcfunction new file mode 100644 index 000000000..73758df62 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..0bebcb23f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,-0.11756803868147211f,-0.4566742045011099f,0.042096242744495915f,-0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.3504107196084445f,0.4474533176035761f,0.09192362203415877f,-0.6769638252684693f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,0.14354925771519614f,-0.4473543227765975f,0.042096242744495915f,0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.3504107196084445f,0.4394161068574817f,-0.08454525889177499f,-0.6631482369976843f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423445f,0.11756803868147211f,0.45667420450111f,-0.04209624274449576f,0.148859334076446f,0.8029148450721018f,0.010634597576027267f,1.3504107196084445f,-0.4474533176035762f,0.09192362203415878f,-0.6769638252684693f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703114f,-0.14354925771519614f,0.4473543227765976f,-0.04209624274449576f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434875f,1.3504107196084445f,-0.43941610685748184f,-0.08454525889177501f,-0.6631482369976843f,-0.6031919377588364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4098403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4144992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4156450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4705811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4046514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2208195207046417f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4046514729883859f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.0996979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9849969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2081536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.218177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.213880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2238290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3312237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.108267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.5952698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2203160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.2814737452099748f,-0.014767054605477462f,0.21515028032317668f,-0.28151049025258595f,0.9595580545499105f,0.00042874950714577587f,0.6214839280667657f,0.014049164459131009f,0.004568446766825773f,-0.9998908691813015f,-0.14308388793382926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9594552959131285f,-0.26134267407856704f,0.10557244834574445f,0.12500000000000003f,-0.28151049025258595f,0.8698361343237545f,-0.4051381780361561f,0.9208623478546278f,0.014049164459131009f,-0.4184317221843622f,-0.9081395899573087f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.180239354812973f,0.21790796056302145f,-0.21413035826314186f,0.28258905559076253f,0.6399450422133584f,0.7145724376204723f,0.6334983136564577f,-0.010655043897282248f,0.746983345144419f,-0.6647573633412426f,-0.18139698160341491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9591818887467944f,0.2788335069409207f,-0.047137879748240914f,-0.12499999999999996f,0.28258905559076253f,0.9388104049301793f,-0.19692244477243703f,0.9313959502059204f,-0.010655043897282248f,-0.20220509143406878f,-0.9792852347695674f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1141563656606275f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1141563656606275f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1141563656606275f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.137534114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.137534114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.137534114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.1835741214883608f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.1835741214883608f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0016496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.225f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.10695413696068318f,2.953206010414471e-18f,0.9942639551884576f,-1.0864719315516993f,-0.008366587660270625f,0.9999645944754246f,-0.0009000036236258174f,2.1033821832530317f,-0.9942287527515579f,-0.008414855649358004f,-0.10695035019335858f,-0.7075630797437746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.10695413696068318f,2.953206010414471e-18f,0.9942639551884576f,-1.0964988818917636f,-0.008366587660270625f,0.9999645944754246f,-0.0009000036236258174f,2.1025978156598812f,-0.9942287527515579f,-0.008414855649358004f,-0.10695035019335858f,-0.8007720253142332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.10695413696068318f,2.953206010414471e-18f,0.9942639551884576f,-1.240625f,-0.008366587660270625f,0.9999645944754246f,-0.0009000036236258174f,2.1031250000000004f,-0.9942287527515579f,-0.008414855649358004f,-0.10695035019335858f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.10695413696068362f,7.837405859112603e-19f,-0.9942639551884576f,1.0964988818917636f,-0.008366587660270625f,0.9999645944754246f,-0.0009000036236258174f,2.1025978156598812f,0.9942287527515579f,0.008414855649358004f,0.10695035019335902f,-0.6754779746857668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.10695413696068362f,7.837405859112603e-19f,-0.9942639551884576f,1.0864719315516993f,-0.008366587660270625f,0.9999645944754246f,-0.0009000036236258174f,2.1033821832530317f,0.9942287527515579f,0.008414855649358004f,0.10695035019335902f,-0.7686869202562253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.10695413696068362f,7.837405859112603e-19f,-0.9942639551884576f,1.240625f,-0.008366587660270625f,0.9999645944754246f,-0.0009000036236258174f,2.1031250000000004f,0.9942287527515579f,0.008414855649358004f,0.10695035019335902f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4287379432712581f,-0.6325457607612391f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.6325457607612391f,1.4287379432712581f,0f,1.3467475f,-1.749699349047519e-16f,-7.74645141230479e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74.mcfunction new file mode 100644 index 000000000..f855bfa95 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..36e4fd155 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.356706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.356706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.356706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.356706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4160903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4207492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4218950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4768311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4109014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2277507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4109014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1059479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.991246913952058f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2144036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2244277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.220130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.230079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.337473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1145172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.601519805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2265660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2860243278528579f,-0.01690556320794369f,0.2169102681146661f,-0.2860629890662242f,0.958210805383328f,-0.0001368690283184426f,0.6282442408181004f,0.01623824120877115f,0.004704925393081094f,-0.9998570813868806f,-0.14313183957433664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9580732152653799f,-0.2663706753516576f,0.1055574606731271f,0.12500000000000003f,-0.2860629890662242f,0.8683760711907361f,-0.4050814304184269f,0.9271123478546277f,0.01623824120877115f,-0.4182937512036767f,-0.908166646175911f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.18274259101519869f,0.22225945433288088f,-0.2157843141719808f,0.2875011829953655f,0.6391765098925258f,0.7132996978675058f,0.6402362477471157f,-0.011712787352441627f,0.7470331549741696f,-0.6646835908774752f,-0.18142586864748578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.957708661539981f,0.28385362919114154f,-0.0471299990061115f,-0.12499999999999996f,0.2875011829953655f,0.9373239138112878f,-0.19689324613544987f,0.9376459502059202f,-0.011712787352441627f,-0.2021162976914712f,-0.9792914851156059f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1204063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1204063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1204063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1437841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1437841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.1437841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.1998202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.007899614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.23125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.663918783982307f,2.7243845923981506e-18f,0.747804685914347f,-1.1595754901120188f,-0.005913650673814929f,0.9999687311605041f,0.005250279702987924f,2.110439744330783f,-0.7477813029296487f,-0.007908015000714069f,0.6638980240124123f,-0.603488047823311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.663918783982307f,2.7243845923981506e-18f,0.747804685914347f,-1.0973331041136773f,-0.005913650673814929f,0.9999687311605041f,0.005250279702987924f,2.109885339580113f,-0.7477813029296487f,-0.007908015000714069f,0.6638980240124123f,-0.6735925449729656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.663918783982307f,2.7243845923981506e-18f,0.747804685914347f,-1.240625f,-0.005913650673814929f,0.9999687311605041f,0.005250279702987924f,2.109375f,-0.7477813029296487f,-0.007908015000714069f,0.6638980240124123f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6639187839823066f,7.874795407514027e-19f,-0.7478046859143473f,1.0973331041136773f,-0.005913650673814929f,0.9999687311605041f,0.005250279702987924f,2.109885339580113f,0.7477813029296491f,0.007908015000714069f,-0.6638980240124119f,-0.8026574550270344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6639187839823066f,7.874795407514027e-19f,-0.7478046859143473f,1.1595754901120185f,-0.005913650673814929f,0.9999687311605041f,0.005250279702987924f,2.110439744330783f,0.7477813029296491f,0.007908015000714069f,-0.6638980240124119f,-0.8727619521766891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6639187839823066f,7.874795407514027e-19f,-0.7478046859143473f,1.240625f,-0.005913650673814929f,0.9999687311605041f,0.005250279702987924f,2.109375f,0.7477813029296491f,0.007908015000714069f,-0.6638980240124119f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4340436190118209f,0.620423362528749f,1.9135106236677394e-16f,-0.00034250000000012385f,0.620423362528749f,1.4340436190118209f,0f,1.3529974999999999f,-1.7561969278605128e-16f,7.597994850370704e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75.mcfunction new file mode 100644 index 000000000..9c8ea7849 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..b590248d1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.3630036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.3630036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4223403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4269992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4281450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4830811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2347378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4171514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1121979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,1.9974969139520582f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.220653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2306777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2263808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2363290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.343723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1207672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6077698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2328160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2905680387666277f,-0.019038868330053027f,0.21866728381259834f,-0.2906074795119803f,0.9568420826743745f,-0.0007222707659630956f,0.6350144020848376f,0.01842705922461551f,0.004841866446007592f,-0.9998184834346939f,-0.14318070145200493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9566649028474006f,-0.2713902496373189f,0.10554428483706382f,0.12500000000000003f,-0.2906074795119803f,0.8668881856765341f,-0.4050335373597361f,0.9333623478546278f,0.01842705922461551f,-0.4181533282615845f,-0.9081895383410293f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.18524264824093004f,0.2266035192068629f,-0.21743557219301565f,0.29240539139412264f,0.6383986094728993f,0.7120016169270394f,0.6469832152082062f,-0.012770306491937751f,0.7470825768921101f,-0.6646085634238745f,-0.18145510518715563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9562091854587844f,0.2888657283405633f,-0.04712307963751868f,-0.12499999999999996f,0.29240539139412264f,0.9358107925308622f,-0.19686860508067197f,0.9438959502059203f,-0.012770306491937751f,-0.20202661105170153f,-0.9792967720252459f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1266563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1266563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.1500341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.1500341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2160663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.014149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.999817569356363f,2.548656073284593e-18f,0.01910047136418901f,-1.2846263778589513f,-0.00014130397782335978f,0.9999726349307038f,0.007396581841043598f,2.1167411109001173f,-0.019099948678466528f,-0.007397931450439684f,0.999790209279294f,-0.5872611585138029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.999817569356363f,2.548656073284593e-18f,0.01910047136418901f,-1.1908934807317921f,-0.00014130397782335978f,0.9999726349307038f,0.007396581841043598f,2.116727863652196f,-0.019099948678466528f,-0.007397931450439684f,0.999790209279294f,-0.5890517787024092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.999817569356363f,2.548656073284593e-18f,0.01910047136418901f,-1.240625f,-0.00014130397782335978f,0.9999726349307038f,0.007396581841043598f,2.115625f,-0.019099948678466528f,-0.007397931450439684f,0.999790209279294f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.999817569356363f,7.36685459066094e-19f,-0.019100471364189454f,1.1908934807317921f,-0.00014130397782335978f,0.9999726349307038f,0.007396581841043598f,2.116727863652196f,0.019099948678466972f,0.007397931450439684f,-0.999790209279294f,-0.8871982212975908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.999817569356363f,7.36685459066094e-19f,-0.019100471364189454f,1.2846263778589513f,-0.00014130397782335978f,0.9999726349307038f,0.007396581841043598f,2.1167411109001173f,0.019099948678466972f,0.007397931450439684f,-0.999790209279294f,-0.8889888414861972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.999817569356363f,7.36685459066094e-19f,-0.019100471364189454f,1.240625f,-0.00014130397782335978f,0.9999726349307038f,0.007396581841043598f,2.115625f,0.019099948678466972f,0.007397931450439684f,-0.999790209279294f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.5352322942117772f,1.4679688829238846f,1.9135106236677394e-16f,-0.00034250000000012385f,1.4679688829238846f,0.5352322942117772f,0f,1.3592475f,-6.554705159067475e-17f,1.797743393720651e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76.mcfunction new file mode 100644 index 000000000..49cb9a6f3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..f72f5dd7a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.3693016477652222f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.3693016477652222f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4285903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4332492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4343950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4893311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4234014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2402507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4234014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1184479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0037469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2269036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.236927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.232630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2425790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3499737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.127017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6140198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2390660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.29510477743430674f,-0.021166819532791842f,0.22042127210651888f,-0.29514379671328433f,0.9554519230339269f,-0.0013274156991111563f,0.641794394076256f,0.020615605141567062f,0.004979267638821894f,-0.9997750765639378f,-0.14323047265619307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9552304099463723f,-0.27640124225795726f,0.105533014701294f,0.12500000000000003f,-0.29514379671328433f,0.8653725278694242f,-0.4049944780741459f,0.9396123478546277f,0.020615605141567062f,-0.41801045595432224f,-0.9082082666093204f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.18773949720088504f,0.23094000893140226f,-0.21908408303797255f,0.2973015373466641f,0.6376113532660719f,0.7106782380779073f,0.653739201035808f,-0.013827596529672938f,0.7471316104790157f,-0.6645322822837467f,-0.1814846907650249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.954683504343467f,0.29386966308524204f,-0.047117169403982785f,-0.12499999999999996f,0.2973015373466641f,0.934271084725269f,-0.19684851063083847f,0.9501459502059202f,-0.013827596529672938f,-0.20193603285306838f,-0.9793010957870808f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1329063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1329063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1329063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1562841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.1562841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.1562841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2123202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0203996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.24375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6975951463127978f,2.3719667577288777e-18f,-0.7164921575570986f,-1.3807985961169773f,0.004933090789379812f,0.9999762977002726f,0.004802983751734202f,2.1223642089320083f,0.716475175045228f,-0.0068850590161368035f,0.6975786117035516f,-0.6670729820747124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6975951463127978f,2.3719667577288777e-18f,-0.7164921575570986f,-1.3153990511501525f,0.004933090789379812f,0.9999762977002726f,0.004802983751734202f,2.1228266861935126f,0.716475175045228f,-0.0068850590161368035f,0.6975786117035516f,-0.5999034344142223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.6975951463127978f,2.3719667577288777e-18f,-0.7164921575570986f,-1.240625f,0.004933090789379812f,0.9999762977002726f,0.004802983751734202f,2.121875f,0.716475175045228f,-0.0068850590161368035f,0.6975786117035516f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6975951463127982f,6.856136605183651e-19f,0.7164921575570983f,1.3153990511501523f,0.004933090789379812f,0.9999762977002726f,0.004802983751734202f,2.1228266861935126f,-0.7164751750452276f,0.0068850590161368035f,-0.697578611703552f,-0.8763465655857778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6975951463127982f,6.856136605183651e-19f,0.7164921575570983f,1.3807985961169773f,0.004933090789379812f,0.9999762977002726f,0.004802983751734202f,2.1223642089320083f,-0.7164751750452276f,0.0068850590161368035f,-0.697578611703552f,-0.8091770179252877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6975951463127982f,6.856136605183651e-19f,0.7164921575570983f,1.240625f,0.004933090789379812f,0.9999762977002726f,0.004802983751734202f,2.121875f,-0.7164751750452276f,0.0068850590161368035f,-0.697578611703552f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.6806029000929685f,1.4064799829308061f,1.9135106236677394e-16f,-0.00034250000000012385f,1.4064799829308061f,-0.6806029000929685f,0f,1.3654974999999998f,8.334981630892597e-17f,1.7224412091610356e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77.mcfunction new file mode 100644 index 000000000..9b15b7fc6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..fcafb2b3d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,-0.12746039106081852f,-0.35800310321107975f,0.03512059537008337f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.3756004981754815f,0.35029323993148015f,0.07479167889283815f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,0.15562770911268567f,-0.3506969174312618f,0.03512059537008337f,0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.3756004981754815f,0.3450615096889654f,-0.06362734830369027f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445837f,0.12746039106081852f,0.35800310321108f,-0.03512059537008322f,0.14733302160902795f,0.8031839751410993f,0.011529408681276944f,1.3756004981754815f,-0.35029323993148037f,0.07479167889283819f,-0.733924584185011f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000363f,-0.15562770911268567f,0.350696917431262f,-0.03512059537008322f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557007f,1.3756004981754815f,-0.3450615096889656f,-0.06362734830369031f,-0.7189465314465415f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4348403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4394992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4406450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.4955811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,-0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.039512714278919905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4296514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620674e-17f,8.719804181324203e-17f,0.15625f,0f,0.7120260459909967f,-0.7021530529951623f,1.2458195207046416f,-1.2246467991473532e-16f,-0.7021530529951623f,-0.7120260459909967f,-0.03951271427891988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369023e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.1667687467161022f,1.4296514729883858f,-1.2246467991473532e-16f,-0.1667687467161022f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1246979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0099969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.233153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2431777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2388808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.248829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.356223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1332672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6202698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2453160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.2996344435441678f,-0.023289266669829778f,0.22217217779660417f,-0.2996717761377291f,0.9540403635363628f,-0.0019522627546733062f,0.6485841986872373f,0.022803865604328268f,0.00511712667240749f,-0.9997268620618924f,-0.14328115226475596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9537697889427817f,-0.28140349884569177f,0.10552374395103808f,0.12500000000000003f,-0.2996717761377291f,0.8638291487284409f,-0.4049642310051047f,0.9458623478546277f,0.022803865604328268f,-0.4178651369096252f,-0.9082228311758078f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.19023310864741672f,0.23526877750576763f,-0.2207297975027501f,0.3021894776611534f,0.636814753630835f,0.7093296054366957f,0.6605041899575259f,-0.014884652686494991f,0.7471802553149001f,-0.6644547487842669f,-0.18151462491611176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9531316628384988f,0.29886529236101206f,-0.04711231597666419f,-0.12499999999999996f,0.3021894776611534f,0.9327048347799883f,-0.1968329514306837f,0.9563959502059203f,-0.014884652686494991f,-0.20184456445493235f,-0.9793044567009798f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1391563656606274f,-0.07835193566040481f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670631f,1.1402145247235727e-16f,-0.006249999999999964f,-0.1999305752300369f,0.909336404934733f,-0.3648767843376196f,1.1391563656606274f,0.07835193566040456f,-0.3563650402702678f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222449e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376196f,1.1391563656606274f,-1.2246467991473532e-16f,-0.3648767843376196f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706312f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.162534114933969f,0.03322178541815887f,0.15110134546906068f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706317f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391757f,0.964913013003708f,0.154710386299468f,1.162534114933969f,-0.03322178541815911f,0.15110134546906062f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.89465579376494e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.154710386299468f,1.162534114933969f,-1.2246467991473532e-16f,0.154710386299468f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,0.256927301330754f,-0.009435307504385555f,-0.19999999999999998f,0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2085741214883607f,-0.009003457460764617f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072673f,-0.256927301330754f,0.009435307504385801f,0.18750000000000003f,-0.25694279703964956f,0.9638561756338773f,-0.07043913501653637f,1.2085741214883607f,0.009003457460764381f,-0.07049563478210806f,-0.9974714548449092f,-0.2969705519435552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0266496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.03779239261074506f,2.1944145508834492e-18f,-0.9992856123555244f,-1.3887463234497002f,0.00636513146303545f,0.9999797133705678f,-0.00024072551860624194f,2.1277905256348792f,0.9992653402186096f,-0.006369681885073386f,-0.03779162593048081f,-0.7906343067123196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.03779239261074506f,2.1944145508834492e-18f,-0.9992856123555244f,-1.3922893602569575f,0.00636513146303545f,0.9999797133705678f,-0.00024072551860624194f,2.1283872567095385f,0.9992653402186096f,-0.006369681885073386f,-0.03779162593048081f,-0.6969531810668249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.03779239261074506f,2.1944145508834492e-18f,-0.9992856123555244f,-1.240625f,0.00636513146303545f,0.9999797133705678f,-0.00024072551860624194f,2.128125f,0.9992653402186096f,-0.006369681885073386f,-0.03779162593048081f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.037792392610744616f,6.342924444550486e-19f,0.9992856123555244f,1.3922893602569575f,0.00636513146303545f,0.9999797133705678f,-0.00024072551860624194f,2.1283872567095385f,-0.9992653402186096f,0.006369681885073386f,0.03779162593048037f,-0.7792968189331752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.037792392610744616f,6.342924444550486e-19f,0.9992856123555244f,1.3887463234497002f,0.00636513146303545f,0.9999797133705678f,-0.00024072551860624194f,2.1277905256348792f,-0.9992653402186096f,0.006369681885073386f,0.03779162593048037f,-0.6856156932876806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.037792392610744616f,6.342924444550486e-19f,0.9992856123555244f,1.240625f,0.00636513146303545f,0.9999797133705678f,-0.00024072551860624194f,2.128125f,-0.9992653402186096f,0.006369681885073386f,0.03779162593048037f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4768780716293357f,0.5101346994083178f,1.9135106236677394e-16f,-0.00034250000000012385f,0.5101346994083178f,-1.4768780716293357f,0f,1.3717475f,1.8086540031517812e-16f,6.247348267643936e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78.mcfunction new file mode 100644 index 000000000..034df6d06 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..e8bda881f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,-0.12955232821402396f,-0.33216825851190346f,0.03364545423573999f,-0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.3819001874942642f,0.3248540233341061f,0.07030605863863452f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,0.15818194093365764f,-0.3253893144606401f,0.03364545423573999f,0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.3819001874942642f,0.3203568460880509f,-0.0581504562409782f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893406f,0.12955232821402396f,0.3321682585119037f,-0.033645454235739836f,0.1469333904602658f,0.8032544408949576f,0.01171863451193789f,1.3819001874942642f,-0.32485402333410635f,0.07030605863863455f,-0.7459700839087243f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952188f,-0.15818194093365764f,0.32538931446064034f,-0.033645454235739836f,-0.16814048759064962f,0.7820466725211654f,0.01147947870557181f,1.3819001874942642f,-0.32035684608805104f,-0.058150456240978254f,-0.7307462046452811f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4410903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4457492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4468950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5018311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,-0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020507e-17f,9.895022250591645e-17f,0.15625f,0f,0.8079898838980303f,-0.5891963573533423f,1.2514442474385954f,-1.2246467991473532e-16f,-0.5891963573533423f,-0.8079898838980303f,-0.042726725242640366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077391e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370956f,1.4359014729883859f,-1.2246467991473532e-16f,-0.14953534344370956f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1309479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0162469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2394036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.249427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.245130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2550790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3624737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.139517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6265198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2515660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.3041569369918178f,-0.025406059894925836f,0.22391994579549127f,-0.3041912536044608f,0.9526074417183485f,-0.0025967697952501423f,0.6553837974989762f,0.024991827267644547f,0.005255441235357761f,-0.9996738412638624f,-0.1433327393440672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9522830933080618f,-0.2863968653473738f,0.10551656608716667f,0.12500000000000003f,-0.3041912536044608f,0.8622581000813917f,-0.4049427738268399f,0.9521123478546278f,0.024991827267644547f,-0.4177173737866631f,-0.9082332322738457f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.1927234533741743f,0.2395896791868516f,-0.22237266646888473f,0.3070690693988845f,0.6360088229730856f,0.7079557639562613f,0.6672781664329662f,-0.015941470190326202f,0.7472285109790197f,-0.664375964276439f,-0.18154490716786523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.951553706391118f,0.3038524753474644f,-0.04710856693367491f,-0.12499999999999996f,0.3070690693988845f,0.9311120878282846f,-0.19682191574760127f,0.9626459502059204f,-0.015941470190326202f,-0.20175220723766893f,-0.9793068550780698f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596468f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1454063656606275f,-0.06811271681623089f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596462f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753232f,0.9216635140915581f,-0.33873792024529137f,1.1454063656606275f,0.06811271681623064f,-0.331819282773044f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782275e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542253f,-0.33873792024529137f,1.1454063656606275f,-1.2246467991473532e-16f,-0.33873792024529137f,-0.9408807689542253f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596462f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.168784114933969f,0.027637063590000167f,0.13463727549040652f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596468f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336444f,0.9702785546821786f,0.13744454603714668f,1.168784114933969f,-0.02763706359000041f,0.13463727549040647f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.683210233646527e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714668f,1.168784114933969f,-1.2246467991473532e-16f,0.13744454603714668f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134386f,-0.009435548989242948f,-0.19999999999999998f,0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2048280203379573f,-0.008018056749574868f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134386f,0.009435548989243195f,0.18750000000000003f,-0.24346021343793134f,0.9673497100298146f,-0.07043907280757152f,1.2048280203379573f,0.00801805674957463f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0328996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.25625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7442145886769247f,1.582576586720661e-18f,-0.6679406006528095f,-1.3059310312536907f,0.003909155065783694f,0.9999828736886969f,-0.004355552314851321f,2.133538425509064f,0.6679291612941507f,-0.005852548957142436f,-0.7442018430262027f,-0.8810644558895939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7442145886769247f,1.582576586720661e-18f,-0.6679406006528095f,-1.3757011489421525f,0.003909155065783694f,0.9999828736886969f,-0.004355552314851321f,2.1339049087964814f,0.6679291612941507f,-0.005852548957142436f,-0.7442018430262027f,-0.8184460970182672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7442145886769247f,1.582576586720661e-18f,-0.6679406006528095f,-1.240625f,0.003909155065783694f,0.9999828736886969f,-0.004355552314851321f,2.1343750000000004f,0.6679291612941507f,-0.005852548957142436f,-0.7442018430262027f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7442145886769244f,1.0164772552655314e-18f,0.6679406006528098f,1.3757011489421525f,0.003909155065783694f,0.9999828736886969f,-0.004355552314851321f,2.1339049087964814f,-0.667929161294151f,0.005852548957142436f,0.7442018430262024f,-0.6578039029817329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7442145886769244f,1.0164772552655314e-18f,0.6679406006528098f,1.3059310312536907f,0.003909155065783694f,0.9999828736886969f,-0.004355552314851321f,2.133538425509064f,-0.667929161294151f,0.005852548957142436f,0.7442018430262024f,-0.5951855441104061f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7442145886769244f,1.0164772552655314e-18f,0.6679406006528098f,1.240625f,0.003909155065783694f,0.9999828736886969f,-0.004355552314851321f,2.1343750000000004f,-0.667929161294151f,0.005852548957142436f,0.7442018430262024f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4124277037290947f,-0.6681723069228154f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.6681723069228154f,-1.4124277037290947f,0f,1.3779975f,1.7297250663988819e-16f,-8.182750769519288e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79.mcfunction new file mode 100644 index 000000000..e4dbf7c6f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..ac1573aa0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.3882006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.3882006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4473403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4519992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4531450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5080811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2571251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4421514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1371979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0224969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2456536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2556777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.251380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.261329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.368723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1457672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.632769805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2578160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.3086721578822774f,-0.027517049669319185f,0.22566452113010332f,-0.3087020652915547f,0.9511531955776207f,-0.003260893621285288f,0.6621931717797054f,0.027179476796547704f,0.0053942090040192125f,-0.9996160155531156f,-0.1433852329490423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9507703776021814f,-0.29138118802959445f,0.10551157442038059f,0.12500000000000003f,-0.3087020652915547f,0.8606594346228423f,-0.4049300834457945f,0.9583623478546277f,0.027179476796547704f,-0.41756716927597587f,-0.9082394701750823f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.19521050221576317f,0.2439025684939502f,-0.22401264090501227f,0.3119401698788692f,0.6351935737457385f,0.7065567594242231f,0.6740611146542197f,-0.01699804427629223f,0.7472763770498748f,-0.6642959301350525f,-0.1815755370401788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9499496812498668f,0.3088310714719165f,-0.04710596975739422f,-0.12499999999999996f,0.3119401698788692f,0.9294928897498566f,-0.1968153914723221f,0.9688959502059202f,-0.01699804427629223f,-0.20165896260263055f,-0.9793082912407165f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1516563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1516563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1516563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1750341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1750341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1750341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.201081919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.039149614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9981052849547073f,2.271348822217976e-18f,0.06152918125152097f,-1.18460943758002f,-0.0003282065521880086f,0.9999857732626031f,-0.0053240541744982006f,2.139841776555959f,-0.06152830589201698f,-0.0053341608893893375f,-0.9980910851729238f,-0.8849545234372505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9981052849547073f,2.271348822217976e-18f,0.06152918125152097f,-1.2781818080445237f,-0.0003282065521880086f,0.9999857732626031f,-0.0053240541744982006f,2.1398110071916916f,-0.06152830589201698f,-0.0053341608893893375f,-0.9980910851729238f,-0.8907228021146271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9981052849547073f,2.271348822217976e-18f,0.06152918125152097f,-1.240625f,-0.0003282065521880086f,0.9999857732626031f,-0.0053240541744982006f,2.140625f,-0.06152830589201698f,-0.0053341608893893375f,-0.9980910851729238f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9981052849547073f,9.749447236404222e-20f,-0.06152918125152053f,1.278181808044524f,-0.0003282065521880086f,0.9999857732626031f,-0.0053240541744982006f,2.1398110071916916f,0.061528305892016535f,0.0053341608893893375f,0.9980910851729238f,-0.5855271978853731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9981052849547073f,9.749447236404222e-20f,-0.06152918125152053f,1.18460943758002f,-0.0003282065521880086f,0.9999857732626031f,-0.0053240541744982006f,2.139841776555959f,0.061528305892016535f,0.0053341608893893375f,0.9980910851729238f,-0.5912954765627496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9981052849547073f,9.749447236404222e-20f,-0.06152918125152053f,1.240625f,-0.0003282065521880086f,0.9999857732626031f,-0.0053240541744982006f,2.140625f,0.061528305892016535f,0.0053341608893893375f,0.9980910851729238f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.5618634861064086f,-1.4579834268538012f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.4579834268538012f,-0.5618634861064086f,0f,1.3842474999999999f,6.880843198179867e-17f,-1.7855147369063966e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..ecd73854e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6994152286290856f,-0.12332577552568737f,-0.4031792845585646f,0.03803614254186216f,-0.08276958208913557f,0.8059148755861127f,-0.10293130735716273f,1.24684812459275f,0.4134150199097247f,-0.047290705687826465f,-0.702706236569047f,-0.4180101328565673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6792197344010165f,0.1505793898784606f,-0.39495113589410413f,0.03803614254186216f,0.2272076551608615f,0.7604011163458131f,-0.10083066843150636f,1.24684812459275f,0.35642283012808756f,-0.19777762665142856f,-0.6883652929655971f,-0.4180101328565673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6994152286290856f,0.1233257755256874f,0.40317928455856483f,-0.03803614254186205f,0.08276958208913557f,0.8059148755861127f,-0.10293130735716273f,1.24684812459275f,-0.4134150199097249f,-0.04729070568782644f,-0.702706236569047f,-0.4180101328565674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6792197344010165f,-0.1505793898784606f,0.39495113589410435f,-0.03803614254186205f,-0.2272076551608615f,0.7604011163458131f,-0.10083066843150636f,1.24684812459275f,-0.3564228301280878f,-0.19777762665142862f,-0.6883652929655971f,-0.4180101328565674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000007541024689858089f,0.0000030988978422701795f,0.000013329306200628892f,-0.27094247424482976f,-0.000004688985917517053f,0.000013712725609876877f,-0.0000058408212105450984f,1.6261063974108168f,-0.00001285639851172471f,-0.000006818989185458497f,-0.000005688148099014529f,0.4648085624693951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.005123088644731207f,-0.9998942319271074f,-0.013611720010267997f,-0.296196763256349f,0.48413658726911973f,0.014390337923735431f,-0.874874095537095f,1.4948017102394853f,0.8749774390406577f,-0.002107874128218286f,0.4841591040520784f,0.2539746522446945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0008456524406429522f,-0.9998942319271074f,-0.014519291678637036f,-0.2984375f,0.08716182768164762f,0.014390337923735431f,-0.9960902238098891f,1.4588245420360266f,0.9961938067801587f,-0.002107874128218286f,0.08714043951871689f,-0.11363748472765353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.30568436282275974f,0.9459143311967888f,-0.10864229545703963f,0.31987442816777406f,-0.8054454649286495f,0.19605155100876423f,-0.5593043825797621f,1.6486050002235986f,-0.5077545404538636f,0.25847604798818263f,0.8218123017239981f,0.18467648794948394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.030466943707615497f,0.9992268689396326f,0.02484813333461565f,0.2984375f,-0.545370836758241f,0.004214790731690216f,-0.8381842792326182f,1.4588245420360266f,-0.8376409826141104f,-0.039088360520568015f,0.5448207818329629f,-0.11363748472765345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.133294470438762e-17f,9.9545009048266e-17f,-0.15625000000000003f,0f,0.8128466845916154f,-0.582477696867802f,1.210476169330243f,-1.2246467991473532e-16f,-0.582477696867802f,-0.8128466845916154f,0.16602299799792647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.9786382514086615e-17f,1.1582159381160909e-16f,-0.15625000000000003f,0f,0.9457550854029797f,-0.32488046791766767f,1.3857747449188162f,-1.2246467991473532e-16f,-0.32488046791766767f,-0.9457550854029797f,0.0991969409795952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430093e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468238f,1.2042429407873856f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128857f,0.14654159842674475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.694077075442194e-17f,1.1946460855741446e-16f,0.15624999999999997f,0f,0.9755025582934634f,-0.21998808777501527f,1.3857747449188162f,-1.2246467991473532e-16f,-0.21998808777501527f,-0.9755025582934634f,0.09919694097959525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,7.120687861218461e-18f,1.222574890589598e-16f,0.29375f,0f,0.9983081582712681f,-0.058144828910475774f,2.0520938165431377f,-1.2246467991473532e-16f,-0.058144828910475774f,-0.9983081582712681f,-0.133645641620792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,7.120687861218461e-18f,1.222574890589598e-16f,0.33125f,0f,0.9983081582712681f,-0.058144828910475774f,1.921854219048872f,-1.2246467991473532e-16f,-0.058144828910475774f,-0.9983081582712681f,-0.2199689278449139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,7.120687861218461e-18f,1.222574890589598e-16f,-0.29375f,0f,0.9983081582712681f,-0.058144828910475774f,2.0520938165431377f,-1.2246467991473532e-16f,-0.058144828910475774f,-0.9983081582712681f,-0.1336456416207921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,7.120687861218461e-18f,1.222574890589598e-16f,-0.33125f,0f,0.9983081582712681f,-0.058144828910475774f,1.921854219048872f,-1.2246467991473532e-16f,-0.058144828910475774f,-0.9983081582712681f,-0.219968927844914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.222574890589598e-16f,0.19523827377799088f,0.15616980268446395f,0.9860173282455369f,-0.058144828910475774f,2.157413997860363f,-0.009095855205466151f,-0.05742896958077598f,-0.9983081582712681f,-0.16169191540061853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.222574890589598e-16f,0.0800532618111328f,1.3877787807814457e-17f,0.9983081582712681f,-0.058144828910475774f,2.1674743312788993f,-1.231653667943533e-16f,-0.058144828910475774f,-0.9983081582712681f,-0.1622778630967849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.222574890589598e-16f,0.05771677939820301f,0.2415126020415983f,0.9686541394770726f,-0.058144828910475774f,2.163161954511753f,-0.014066507229340781f,-0.056417678996883616f,-0.9983081582712681f,-0.16202669575206696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.222574890589598e-16f,0.08682420206637906f,-0.06963845683099579f,0.9958763297725118f,-0.058144828910475774f,2.173146212562064f,0.004055978231250138f,-0.05800319102959875f,-0.9983081582712681f,-0.16260821256260638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.222574890589598e-16f,0.1446100421182231f,0.08700828902517907f,0.9945092943315724f,-0.058144828910475774f,2.27588917672647f,-0.005067655750628147f,-0.0579235702820676f,-0.9983081582712681f,-0.1998952684327636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.222574890589598e-16f,0.12500000000000003f,0.08700828902517907f,0.9945092943315724f,-0.058144828910475774f,2.0521245855018666f,-0.005067655750628147f,-0.0579235702820676f,-0.9983081582712681f,-0.1868624651192984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.222574890589598e-16f,-0.19523827377799086f,-0.15616980268446395f,0.9860173282455369f,-0.058144828910475774f,2.157413997860363f,0.009095855205465908f,-0.05742896958077603f,-0.9983081582712681f,-0.16169191540061856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.222574890589598e-16f,-0.08005326181113276f,-1.3877787807814457e-17f,0.9983081582712681f,-0.058144828910475774f,2.1674743312788993f,-1.222980050563649e-16f,-0.05814482891047578f,-0.9983081582712681f,-0.16227786309678494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.222574890589598e-16f,-0.05771677939820295f,-0.2415126020415983f,0.9686541394770726f,-0.058144828910475774f,2.163161954511753f,0.014066507229340544f,-0.056417678996883686f,-0.9983081582712681f,-0.162026695752067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.222574890589598e-16f,-0.086824202066379f,0.06963845683099579f,0.9958763297725118f,-0.058144828910475774f,2.173146212562064f,-0.0040559782312503834f,-0.058003191029598736f,-0.9983081582712681f,-0.1626082125626064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.222574890589598e-16f,-0.14461004211822304f,-0.08700828902517907f,0.9945092943315724f,-0.058144828910475774f,2.27588917672647f,0.005067655750627903f,-0.05792357028206763f,-0.9983081582712681f,-0.19989526843276365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.222574890589598e-16f,-0.12499999999999999f,-0.08700828902517907f,0.9945092943315724f,-0.058144828910475774f,2.0521245855018666f,0.005067655750627903f,-0.05792357028206763f,-0.9983081582712681f,-0.18686246511929844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,7.120687861218461e-18f,1.222574890589598e-16f,1.5414152916946316e-17f,0f,0.9983081582712681f,-0.058144828910475774f,1.542308680291294f,-1.2246467991473532e-16f,-0.058144828910475774f,-0.9983081582712681f,-0.12586611035670245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.7749033759509416e-17f,1.2117165356312662e-16f,8.758265257130285e-18f,0f,0.9894416385809445f,-0.14493185930724667f,1.1712680658234398f,-1.2246467991473532e-16f,-0.14493185930724667f,-0.9894416385809445f,-0.07151666311648494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13033209702330778f,0.007115570319582841f,0.15880083421120483f,-0.12404949339375139f,0.9238893263483318f,-0.36199480085821595f,0.6997397693266526f,0.04060554203824242f,-0.35978056804826575f,-0.9321529556948516f,0.274101521003487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.10498080872415698f,0.0775636297183661f,0.125f,-0.12404949339375139f,0.5729788781719967f,-0.8101277234840898f,0.876365994827383f,0.04060554203824242f,-0.8128186974771078f,-0.5810997805776548f,-0.011605035616417805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9889081118139692f,0.13581910765317995f,0.0601158580145385f,-0.16244196990591397f,0.14115862757846895f,0.9853290388192705f,0.0959214632897965f,0.7172652186079822f,-0.04620593304645353f,0.10334338515737984f,-0.9935719181294931f,0.26963709536389785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9889081118139692f,0.1245665691876188f,-0.08089447588900256f,-0.12499999999999999f,0.14115862757846895f,0.6187825713938315f,-0.772775757383344f,0.8838764577462327f,-0.04620593304645353f,-0.7756231682847439f,-0.629502750249149f,-0.022707480662061796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9878018417690599f,0.15571615650809367f,1.0132818743846528e-16f,-0.0036458333333333265f,0.12884070660075272f,0.8173145942530092f,-0.5616021067834929f,1.0643298233864367f,-0.0874505215551736f,-0.5547515954221185f,-0.8274074411415105f,-0.05842914900382704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9878018417690599f,-0.15545270941667544f,0.009054089278760077f,-0.0036458333333333265f,-0.12884070660075272f,0.7832775689022614f,-0.608174582153169f,1.0487312556369182f,0.08745052155517336f,-0.6019225076283305f,-0.7937516621022915f,-0.05933775898042438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.877642224668146e-17f,1.0132818743846528e-16f,-0.0036458333333333265f,0f,0.8274074411415105f,-0.5616021067834929f,1.0643298233864367f,-1.2246467991473532e-16f,-0.5616021067834929f,-0.8274074411415105f,-0.05842914900382704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,0.13773266774151077f,1.1993463577201615e-16f,-0.003645833333333327f,0.13488719646339925f,0.9700069575371001f,-0.20221757233203788f,1.0892375760721842f,-0.02785196570150361f,-0.20029032569354227f,-0.9793406217655516f,-0.05663369184919624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9904694403346358f,-0.13773266774151072f,1.1993463577201615e-16f,-0.003645833333333327f,-0.13488719646339925f,0.9700069575371001f,-0.20221757233203788f,1.0892375760721842f,0.02785196570150337f,-0.20029032569354233f,-0.9793406217655516f,-0.05663369184919624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.4764510268777852e-17f,1.1993463577201615e-16f,-0.003645833333333327f,0f,0.9793406217655516f,-0.20221757233203788f,1.0892375760721842f,-1.2246467991473532e-16f,-0.20221757233203788f,-0.9793406217655516f,-0.05663369184919624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9835189183104177f,0.18074668360016433f,-0.004601488134060684f,-0.19739583333333333f,0.171833705602633f,0.9264967734381341f,-0.33477889184892523f,1.1021920672746879f,-0.05624691053181024f,-0.3300520643417775f,-0.9422854768483687f,-0.06299663553305937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9835189183104177f,-0.1804599340162185f,0.01116913337586495f,0.19010416666666669f,-0.17183370560263297f,0.913714147157131f,-0.3682385570574929f,1.1025891809923734f,0.05624691053180999f,-0.3640888208937194f,-0.9296642488317206f,-0.06818983961475461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.809658576312897e-17f,1.126246698754254e-16f,-0.007812499999999998f,0f,0.9196502204050923f,-0.39273842708457396f,0.9600452835414705f,-1.2246467991473532e-16f,-0.39273842708457396f,-0.9196502204050923f,-0.014344739900626069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.8097676978841506e-17f,1.1638799266004387e-16f,1.02691736803502e-17f,0f,0.9503800829845611f,-0.31109114077109085f,1.1723958333333333f,-1.2246467991473532e-16f,-0.31109114077109085f,-0.9503800829845611f,-0.08385416666666666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3488446768495307f,0.06469451676374802f,-0.9349449240112763f,-0.6899686306898488f,0f,0.9976145148138723f,0.06903100631370022f,1.0021218686528597f,0.9371805543403823f,-0.02408109909010068f,0.34801251304064673f,1.1877096699864493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3488446768495307f,0.06469451676374802f,-0.9349449240112763f,-0.6572644422352053f,0f,0.9976145148138723f,0.06903100631370022f,1.0021218686528597f,0.9371805543403823f,-0.02408109909010068f,0.34801251304064673f,1.2755703469558601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3488446768495307f,0.06469451676374802f,-0.9349449240112763f,-0.5333747978608356f,0f,0.9976145148138723f,0.06903100631370022f,0.9917672177058047f,0.9371805543403823f,-0.02408109909010068f,0.34801251304064673f,1.1794381315150577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8464911932776735f,-0.4923975870710778f,-0.20247784063921775f,0.7821716510920356f,-0.5188875967128532f,0.8481583569684259f,0.10669144052912438f,2.07397588344776f,0.11919866476139543f,0.19537660492290423f,-0.9734575802611534f,-0.5053129127043443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.681610727073545f,-0.4923975870710778f,-0.5412498803555097f,0.8555405648170551f,-0.5153616206366214f,0.8481583569684259f,-0.122596090799892f,2.1236333968552703f,0.5194316285258999f,0.19537660492290423f,-0.8318766528372648f,-0.5359755342653525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7826017464002075f,-0.4923975870710778f,-0.3808925344213582f,0.8759899881177491f,-0.5296801430134406f,0.8481583569684259f,-0.008145403727341988f,2.1000264507106166f,0.3270679633174217f,0.19537660492290423f,-0.9245834357267023f,-0.38195670812584304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.705784250046046f,0.36197321729323684f,1.3461984372109943f,-0.10009889343261724f,-0.17379538331143987f,1.4742845297735712f,-0.487531065687049f,1.9453424452718098f,-1.383137739752108f,-0.36995508542619493f,-0.6256752173777753f,0.4509301503499349f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8.mcfunction new file mode 100644 index 000000000..455b57c1a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80.mcfunction new file mode 100644 index 000000000..5b9e6fcbd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..e03d5394e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,-0.1332603274526701f,-0.27931645038262926f,0.03103073792140923f,-0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,0.2728115740676577f,0.06112957069080821f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,0.1627093664507089f,-0.2736161146605348f,0.03103073792140923f,0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,0.26981711357804944f,-0.04694606729210901f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7557568723586308f,0.1332603274526701f,0.2793164503826295f,-0.031030737921409077f,0.14611584233707026f,0.8033985966871046f,0.012054040972379521f,1.3945018397539526f,-0.27281157406765794f,0.06112957069080825f,-0.7673209661454122f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7339345228746785f,-0.1627093664507089f,0.27361611466053504f,-0.031030737921409077f,-0.16893442915263895f,0.7818706599144221f,0.01180804013620851f,1.3945018397539526f,-0.26981711357804966f,-0.04694606729210906f,-0.7516613545914242f,-0.6249065345668973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4535903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4582492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4593950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5143311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.2628624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.4484014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1434479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0287469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.251903699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2619277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2576308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2675790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.374973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1520172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6390198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2640660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.3131800065320514f,-0.029622086769105008f,0.22740584894346993f,-0.31320404774337396f,0.9496776635717556f,-0.003944589973270407f,0.6690123024854293f,0.029366800866598555f,0.005533427642533895f,-0.9995533863608218f,-0.14343863212316182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9492316974711853f,-0.2963563134836784f,0.10550886206540129f,0.12500000000000003f,-0.31320404774337396f,0.8590332059120708f,-0.4049261360021058f,0.9646123478546278f,0.029366800866598555f,-0.41741452609940793f,-0.9082415451894216f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.1976942260474057f,0.24820730021353474f,-0.22564967186832735f,0.3168026366824157f,0.634369018448643f,0.7051326384614278f,0.680853018546355f,-0.01805437018685061f,0.7473238531052132f,-0.6642146477586397f,-0.1816065140454044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9483196344630989f,0.31380094041337464f,-0.04710457183178921f,-0.12499999999999996f,0.3168026366824157f,0.9278472871694661f,-0.19681336611961014f,0.9751459502059203f,-0.01805437018685061f,-0.20156483197210784f,-0.9793087655225047f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.1579063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.1579063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.1812841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.1812841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.1973358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.045399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.26875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6631805078486576f,1.6588125866840835e-18f,0.748459493900369f,-1.097269489609539f,-0.003603833289087071f,0.9999884078149971f,-0.003193214877139104f,2.146564947453855f,-0.7484508176194486f,-0.004815001103542412f,-0.6631728201375203f,-0.8025172909447166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6631805078486576f,1.6588125866840835e-18f,0.748459493900369f,-1.1594426622203506f,-0.003603833289087071f,0.9999884078149971f,-0.003193214877139104f,2.146227088083003f,-0.7484508176194486f,-0.004815001103542412f,-0.6631728201375203f,-0.8726845550965399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6631805078486576f,1.6588125866840835e-18f,0.748459493900369f,-1.240625f,-0.003603833289087071f,0.9999884078149971f,-0.003193214877139104f,2.146875f,-0.7484508176194486f,-0.004815001103542412f,-0.6631728201375203f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6631805078486579f,4.794774488152458e-19f,-0.7484594939003687f,1.1594426622203506f,-0.003603833289087071f,0.9999884078149971f,-0.003193214877139104f,2.146227088083003f,0.7484508176194483f,0.004815001103542412f,0.6631728201375207f,-0.6035654449034602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6631805078486579f,4.794774488152458e-19f,-0.7484594939003687f,1.097269489609539f,-0.003603833289087071f,0.9999884078149971f,-0.003193214877139104f,2.146564947453855f,0.7484508176194483f,0.004815001103542412f,0.6631728201375207f,-0.6737327090552835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6631805078486579f,4.794774488152458e-19f,-0.7484594939003687f,1.240625f,-0.003603833289087071f,0.9999884078149971f,-0.003193214877139104f,2.146875f,0.7484508176194483f,0.004815001103542412f,0.6631728201375207f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.5789927342822965f,-1.451266227695081f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.451266227695081f,0.5789927342822965f,0f,1.3904975f,-7.090615987683884e-17f,-1.7772885404574345e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81.mcfunction new file mode 100644 index 000000000..f182436b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..6f39920ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4598403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4644992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4656450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6452698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2703160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.31768038347119154f,-0.03172102229259438f,0.22914387449654283f,-0.31769703787791126f,0.9481808846169355f,-0.0046478135339996784f,0.6758411702606688f,0.031553786164129294f,0.0056730948028834716f,-0.9994859551659873f,-0.14349293589849546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.3013220886306642f,0.10550852193517235f,0.12500000000000003f,-0.31769703787791126f,0.8573794683709941f,-0.4049309068711262f,0.9708623478546277f,0.031553786164129294f,-0.4172594470100418f,-0.908239457664983f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.20017459578460275f,0.25250372940401433f,-0.22728371050603985f,0.3216563276577f,0.6335351696285061f,0.7036834485203857f,0.6876538617679158f,-0.01911044317191909f,0.7473709387220316f,-0.6641321185694319f,-0.18163783768836617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.3187619421064895f,-0.047104420439740204f,-0.12499999999999996f,0.3216563276577f,0.9261753274555463f,-0.1968158268289769f,0.9813959502059202f,-0.01911044317191909f,-0.201469816789291f,-0.9793082782682183f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1641563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1875341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0516496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.275f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.049942799712258824f,1.4934571014116034e-18f,0.9987520797259457f,-1.0931532567776203f,-0.004290327826784432f,0.9999907734875759f,0.0002145387105595008f,2.1533582899234647f,-0.9987428647274736f,-0.004295688503559047f,0.04994233891439679f,-0.6838175773787403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.049942799712258824f,1.4934571014116034e-18f,0.9987520797259457f,-1.0884711193045962f,-0.004290327826784432f,0.9999907734875759f,0.0002145387105595008f,2.1529560716897036f,-0.9987428647274736f,-0.004295688503559047f,0.04994233891439679f,-0.777449720946941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.049942799712258824f,1.4934571014116034e-18f,0.9987520797259457f,-1.240625f,-0.004290327826784432f,0.9999907734875759f,0.0002145387105595008f,2.153125f,-0.9987428647274736f,-0.004295688503559047f,0.04994233891439679f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.04994279971225838f,4.1421181189593163e-19f,-0.9987520797259457f,1.0884711193045962f,-0.004290327826784432f,0.9999907734875759f,0.0002145387105595008f,2.1529560716897036f,0.9987428647274736f,0.004295688503559047f,-0.049942338914396346f,-0.6988002790530591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.04994279971225838f,4.1421181189593163e-19f,-0.9987520797259457f,1.0931532567776203f,-0.004290327826784432f,0.9999907734875759f,0.0002145387105595008f,2.1533582899234647f,0.9987428647274736f,0.004295688503559047f,-0.049942338914396346f,-0.7924324226212597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.04994279971225838f,4.1421181189593163e-19f,-0.9987520797259457f,1.240625f,-0.004290327826784432f,0.9999907734875759f,0.0002145387105595008f,2.153125f,0.9987428647274736f,0.004295688503559047f,-0.049942338914396346f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.401659591360435f,-0.6904756620962815f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.6904756620962815f,1.401659591360435f,0f,1.3967474999999998f,-1.7165379320537437e-16f,-8.455888094753605e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82.mcfunction new file mode 100644 index 000000000..4403cb2c2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..30ee7c8bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,-0.129552328214024f,-0.3321682585119032f,0.033645454235739974f,-0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.4069001874942642f,0.32485402333410596f,0.07030605863863448f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,0.15818194093365767f,-0.3253893144606399f,0.033645454235739974f,0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.4069001874942642f,0.32035684608805065f,-0.05815045624097816f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,0.129552328214024f,0.33216825851190346f,-0.03364545423573982f,0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.4069001874942642f,-0.3248540233341061f,0.07030605863863452f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,-0.15818194093365767f,0.3253893144606401f,-0.03364545423573982f,-0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.4069001874942642f,-0.3203568460880509f,-0.0581504562409782f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4660903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4707492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4718950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,-0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.04272672524264042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6515198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2765660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.32217318944535234f,-0.03381370766765825f,0.23087854317000633f,-0.3221808729941131f,0.9466628980866976f,-0.005370517930875007f,0.6826797554392181f,0.03374041938648522f,0.005813208124933578f,-0.9994137234953901f,-0.14354814329572618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.30627836072627057f,0.10551064673507232f,0.12500000000000003f,-0.3221808729941131f,0.8556982772820629f,-0.404944370664985f,0.9771123478546277f,0.03374041938648522f,-0.41710193479212976f,-0.9082332079880617f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.20265158238279485f,0.25679171140048895f,-0.22891470805682865f,0.3265011009243267f,0.6326920398788188f,0.7022092378836821f,0.6944636277114307f,-0.020166258489003733f,0.747417633476578f,-0.6640483440133153f,-0.18166950746637472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.3237139367455029f,-0.04710556276037082f,-0.12499999999999996f,0.3265011009243267f,0.9244770587187882f,-0.1968227603654131f,0.9876459502059203f,-0.020166258489003733f,-0.20137391851823006f,-0.9793068298338207f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596457f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1704063656606274f,-0.06811271681623081f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.2010779211459645f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1704063656606274f,0.06811271681623056f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782272e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542255f,-0.3387379202452912f,1.1704063656606274f,-1.2246467991473532e-16f,-0.3387379202452912f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.2010779211459645f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.193784114933969f,0.02763706359000012f,0.13463727549040638f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596457f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.193784114933969f,-0.027637063590000364f,0.13463727549040633f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6832102336465256e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714654f,1.193784114933969f,-1.2246467991473532e-16f,0.13744454603714654f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134373f,-0.009435548989242946f,-0.19999999999999998f,0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2298280203379572f,-0.00801805674957486f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134373f,0.009435548989243193f,0.18750000000000003f,-0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2298280203379572f,0.008018056749574622f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0578996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.28125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7280546856350747f,1.3011382695938144e-18f,0.685519054968432f,-1.1719247051438795f,-0.002589059616695285f,0.9999928679136545f,0.0027497076436633176f,2.1599088183160817f,-0.6855141657873405f,-0.003776787235789542f,0.7280494930861925f,-0.5967840995157897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7280546856350747f,1.3011382695938144e-18f,0.685519054968432f,-1.1036695783655912f,-0.002589059616695285f,0.9999928679136545f,0.0027497076436633176f,2.159666093977017f,-0.6855141657873405f,-0.003776787235789542f,0.7280494930861925f,-0.6610510525583528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7280546856350747f,1.3011382695938144e-18f,0.685519054968432f,-1.240625f,-0.002589059616695285f,0.9999928679136545f,0.0027497076436633176f,2.159375f,-0.6855141657873405f,-0.003776787235789542f,0.7280494930861925f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7280546856350744f,3.760921897197657e-19f,-0.6855190549684324f,1.103669578365591f,-0.002589059616695285f,0.9999928679136545f,0.0027497076436633176f,2.159666093977017f,0.6855141657873408f,0.003776787235789542f,-0.7280494930861922f,-0.8151989474416472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7280546856350744f,3.760921897197657e-19f,-0.6855190549684324f,1.1719247051438793f,-0.002589059616695285f,0.9999928679136545f,0.0027497076436633176f,2.1599088183160817f,0.6855141657873408f,0.003776787235789542f,-0.7280494930861922f,-0.8794659004842104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7280546856350744f,3.760921897197657e-19f,-0.6855190549684324f,1.240625f,-0.002589059616695285f,0.9999928679136545f,0.0027497076436633176f,2.159375f,0.6855141657873408f,0.003776787235789542f,-0.7280494930861922f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.50939878481126f,0.40388309993151655f,1.9135106236677394e-16f,-0.00034250000000012385f,0.40388309993151655f,1.50939878481126f,0f,1.4029975f,-1.848480390456014e-16f,4.9461414556084233e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83.mcfunction new file mode 100644 index 000000000..9e889c98c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..78a89c98c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,-0.1274603910608185f,-0.35800310321108f,0.035120595370083385f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.4131004981754816f,0.35029323993148037f,0.07479167889283819f,-0.7339245841850109f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,0.15562770911268564f,-0.350696917431262f,0.035120595370083385f,0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.4131004981754816f,0.3450615096889656f,-0.06362734830369031f,-0.7189465314465414f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,0.1274603910608185f,0.3580031032110802f,-0.03512059537008323f,0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.4131004981754816f,-0.3502932399314806f,0.07479167889283823f,-0.7339245841850109f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,-0.15562770911268564f,0.35069691743126225f,-0.03512059537008323f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.4131004981754816f,-0.3450615096889658f,-0.06362734830369036f,-0.7189465314465414f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4723403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4769992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4781450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,-0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4671514729883859f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4671514729883859f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6577698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2828160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3266583254178387f,-0.035899994659054996f,0.2326098004660831f,-0.3266553907791867f,0.9451237438106833f,-0.006112655738262418f,0.6895280380449097f,0.03592668724226617f,0.005953765236476893f,-0.9993366929235137f,-0.1436042533241742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3112249773658495f,0.10551532895713903f,0.12500000000000003f,-0.3266553907791867f,0.8539896887861304f,-0.4049665012341947f,0.9833623478546278f,0.03592668724226617f,-0.4169419922610274f,-0.908222796583086f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.20512515683702395f,0.26107110181949356f,-0.23054261585229208f,0.33133681487788175f,0.6318396418397895f,0.7007100556623594f,0.7012822995039271f,-0.021221811403326702f,0.7474639369443539f,-0.6639633255597847f,-0.18170152286924185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.32865678478818716f,-0.04710804586638317f,-0.12499999999999996f,0.33133681487788175f,0.9227525298107061f,-0.19683415312013886f,0.9938959502059204f,-0.021221811403326702f,-0.20127713864379418f,-0.9793044205864325f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670633f,1.1402145247235727e-16f,-0.006249999999999964f,0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1766563656606275f,-0.0783519356604049f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,-0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1766563656606275f,0.07835193566040465f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222451e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376198f,1.1766563656606275f,-1.2246467991473532e-16f,-0.3648767843376198f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706323f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.200034114933969f,0.03322178541815892f,0.15110134546906084f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706328f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.200034114933969f,-0.03322178541815916f,0.1511013454690608f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8946557937649423e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946818f,1.200034114933969f,-1.2246467991473532e-16f,0.15471038629946818f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,0.2569273013307541f,-0.009435307504385553f,-0.19999999999999998f,0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.246074121488361f,-0.009003457460764627f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,-0.2569273013307541f,0.0094353075043858f,0.18750000000000003f,-0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.246074121488361f,0.009003457460764391f,-0.07049563478210806f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0641496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9999999766586873f,1.122708542742863e-18f,-0.00021606162259469908f,-1.2875324081492652f,7.041152158158634e-7f,0.9999946898920526f,0.0032588628694275984f,2.1661137964250137f,0.00021606047528423023f,-0.0032588629454937375f,0.9999946665508639f,-0.5881359278521494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9999999766586873f,1.122708542742863e-18f,-0.00021606162259469908f,-1.1937824103375134f,7.041152158158634e-7f,0.9999946898920526f,0.0032588628694275984f,2.1661138624358154f,0.00021606047528423023f,-0.0032588629454937375f,0.9999946665508639f,-0.5881156721825915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9999999766586873f,1.122708542742863e-18f,-0.00021606162259469908f,-1.240625f,7.041152158158634e-7f,0.9999946898920526f,0.0032588628694275984f,2.1656250000000004f,0.00021606047528423023f,-0.0032588629454937375f,0.9999946665508639f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9999999766586873f,3.2451732773109867e-19f,0.000216061622594255f,1.1937824103375132f,7.041152158158634e-7f,0.9999946898920526f,0.0032588628694275984f,2.1661138624358154f,-0.00021606047528378614f,0.0032588629454937375f,-0.9999946665508639f,-0.8881343278174085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9999999766586873f,3.2451732773109867e-19f,0.000216061622594255f,1.2875324081492652f,7.041152158158634e-7f,0.9999946898920526f,0.0032588628694275984f,2.1661137964250137f,-0.00021606047528378614f,0.0032588629454937375f,-0.9999946665508639f,-0.8881140721478507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9999999766586873f,3.2451732773109867e-19f,0.000216061622594255f,1.240625f,7.041152158158634e-7f,0.9999946898920526f,0.0032588628694275984f,2.1656250000000004f,-0.00021606047528378614f,0.0032588629454937375f,-0.9999946665508639f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.888437282386011f,1.2853347600008955f,1.9135106236677394e-16f,-0.00034250000000012385f,1.2853347600008955f,0.888437282386011f,0f,1.4092475f,-1.0880218741172015e-16f,1.574081099667928e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84.mcfunction new file mode 100644 index 000000000..632891c4d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..a009a2cb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4785903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4832492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4843950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.664019805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2890660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3311356925716457f,-0.03797973537574095f,0.2343375920103346f,-0.3311204293158884f,0.9435634620733723f,-0.006874178479898685f,0.6963859977923932f,0.03811257645156705f,0.0060947637532778876f,-0.9992548650724775f,-0.14366126498182208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3161617864893241f,0.1055226608743062f,0.12500000000000003f,-0.3311204293158884f,0.852253759880288f,-0.40499727166929694f,0.9896123478546277f,0.03811257645156705f,-0.41677962226312315f,-0.9082082239125738f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.20759529018159617f,0.2653417565637321f,-0.2321673853183959f,0.3361633281944752f,0.6309779881982804f,0.6991859517942737f,0.708109860007455f,-0.022277097187953822f,0.7475098487001155f,-0.6638770647018986f,-0.18173388337929486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.3335903469597764f,-0.04711191672139844f,-0.12499999999999996f,0.3361633281944752f,0.9210017903221831f,-0.1968499911113716f,1.0001459502059202f,-0.022277097187953822f,-0.2011794786716317f,-0.9793010509043114f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1829063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2062841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.070399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.29375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7347066918833437f,9.448817901633428e-19f,-0.6783849032089624f,-1.376822111663376f,0.0018605987413720948f,0.9999962388217362f,0.002015071885782711f,2.1720900452168657f,0.6783823516824099f,-0.0027426888961869724f,0.7347039285205038f,-0.6597185834570375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.7347066918833437f,9.448817901633428e-19f,-0.6783849032089624f,-1.3079433592993128f,0.0018605987413720948f,0.9999962388217362f,0.002015071885782711f,2.1722644763488694f,0.6783823516824099f,-0.0027426888961869724f,0.7347039285205038f,-0.5961202379868116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7347066918833437f,9.448817901633428e-19f,-0.6783849032089624f,-1.240625f,0.0018605987413720948f,0.9999962388217362f,0.002015071885782711f,2.171875f,0.6783823516824099f,-0.0027426888961869724f,0.7347039285205038f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.734706691883344f,2.7311675460887017e-19f,0.678384903208962f,1.3079433592993126f,0.0018605987413720948f,0.9999962388217362f,0.002015071885782711f,2.1722644763488694f,-0.6783823516824096f,0.0027426888961869724f,-0.7347039285205041f,-0.8801297620131885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.734706691883344f,2.7311675460887017e-19f,0.678384903208962f,1.376822111663376f,0.0018605987413720948f,0.9999962388217362f,0.002015071885782711f,2.1720900452168657f,-0.6783823516824096f,0.0027426888961869724f,-0.7347039285205041f,-0.8165314165429626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.734706691883344f,2.7311675460887017e-19f,0.678384903208962f,1.240625f,0.0018605987413720948f,0.9999962388217362f,0.002015071885782711f,2.171875f,-0.6783823516824096f,0.0027426888961869724f,-0.7347039285205041f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.13202120443672472f,1.556912538191878f,1.9135106236677394e-16f,-0.00034250000000012385f,1.556912538191878f,-0.13202120443672472f,0f,1.4154974999999999f,1.6167934543301325e-17f,1.9066679564490647e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85.mcfunction new file mode 100644 index 000000000..401594e26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..55450caa1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4848403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4894992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4906450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6702698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2953160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3356051923114915f,-0.04005278227816454f,0.2360618635534567f,-0.3355758270897944f,0.9419820936128103f,-0.007655036631347534f,0.7032536140879234f,0.04029807374621844f,0.006236201279117504f,-0.9991682416119672f,-0.14371917725533973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3210886363861138f,0.10553273453465163f,0.12500000000000003f,-0.3355758270897944f,0.8504905484156751f,-0.40503665430255176f,0.9958623478546278f,0.04029807374621844f,-0.4166148276757687f,-0.9081894904770886f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.2100619534897442f,0.2696035318268031f,-0.23378896797691823f,0.3409804998352757f,0.6301070916877514f,0.6976369770424223f,0.7149462918196198f,-0.023332111123921917f,0.7475553683178767f,-0.6637895629562315f,-0.1817665884713916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.33851448425689f,-0.047117222177302145f,-0.12499999999999996f,0.3409804998352757f,0.9192248905819946f,-0.19687025998511196f,1.0063959502059203f,-0.023332111123921917f,-0.20108094012812797f,-0.9792967211768296f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1891563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.2125341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.076649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09034569126078204f,7.814144073946644e-19f,-0.9959104658906901f,-1.3942465241614528f,0.0022197418663006357f,0.9999975160954808f,0.00020136761305352286f,2.178051154741975f,0.9959079921441831f,-0.0022288568524233905f,0.09034546685071124f,-0.771256367104152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.09034569126078204f,7.814144073946644e-19f,-0.9959104658906901f,-1.3857766156057545f,0.0022197418663006357f,0.9999975160954808f,0.00020136761305352286f,2.178259255541941f,0.9959079921441831f,-0.0022288568524233905f,0.09034546685071124f,-0.6778899928406349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.09034569126078204f,7.814144073946644e-19f,-0.9959104658906901f,-1.240625f,0.0022197418663006357f,0.9999975160954808f,0.00020136761305352286f,2.178125f,0.9959079921441831f,-0.0022288568524233905f,0.09034546685071124f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.09034569126078248f,2.0839687106693676e-19f,0.9959104658906901f,1.3857766156057545f,0.0022197418663006357f,0.9999975160954808f,0.00020136761305352286f,2.178259255541941f,-0.9959079921441831f,0.0022288568524233905f,-0.09034546685071168f,-0.7983600071593653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.09034569126078248f,2.0839687106693676e-19f,0.9959104658906901f,1.3942465241614528f,0.0022197418663006357f,0.9999975160954808f,0.00020136761305352286f,2.178051154741975f,-0.9959079921441831f,0.0022288568524233905f,-0.09034546685071168f,-0.704993632895848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.09034569126078248f,2.0839687106693676e-19f,0.9959104658906901f,1.240625f,0.0022197418663006357f,0.9999975160954808f,0.00020136761305352286f,2.178125f,-0.9959079921441831f,0.0022288568524233905f,-0.09034546685071168f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.0745870009706033f,1.1343143423870672f,1.9135106236677394e-16f,-0.00034250000000012385f,1.1343143423870672f,-1.0745870009706033f,0f,1.4217475f,1.315989531144003e-16f,1.3891344286312566e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86.mcfunction new file mode 100644 index 000000000..bc87cf0ac --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..8895d6626 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4910903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4957492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4968950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3015660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.34006672626584133f,-0.04211898818554208f,0.23778256097306957f,-0.34002142299655225f,0.9403796796193284f,-0.00845517962250758f,0.7101308660301582f,0.04248316587002615f,0.006378075405837236f,-0.9990768242591644f,-0.14377798912010925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.3260053757000437f,0.10554564175565866f,0.12500000000000003f,-0.34002142299655225f,0.848700113095258f,-0.40508462070966866f,1.0021123478546277f,0.04248316587002615f,-0.4164476114072091f,-0.9081665968151934f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.21252511787329076f,0.2738562840979133f,-0.23540731544689097f,0.3457881890510336f,0.6292269650882066f,0.6960631829932477f,0.7217915772741187f,-0.024386848500365797f,0.747600495370909f,-0.6637008218628266f,-0.18179963761293574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.3434290579514467f,-0.047124008971595355f,-0.12499999999999996f,0.3457881890510336f,0.9174218816553122f,-0.1968949450159471f,1.0126459502059202f,-0.024386848500365797f,-0.2009815245603636f,-0.9792914318044512f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1954063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2187841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0828996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.30625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5918022387007206f,5.918830280735593e-19f,-0.806083190662611f,-1.3337967486602955f,0.0013848885378821877f,0.9999985241567384f,-0.0010167438628709527f,2.1841575717703563f,0.8060820010101658f,-0.0017180466655604004f,-0.5918013652933743f,-0.8646802985913579f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5918022387007206f,5.918830280735593e-19f,-0.806083190662611f,-1.389278208538488f,0.0013848885378821877f,0.9999985241567384f,-0.0010167438628709527f,2.1842874050707826f,0.8060820010101658f,-0.0017180466655604004f,-0.5918013652933743f,-0.7891101109966547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5918022387007206f,5.918830280735593e-19f,-0.806083190662611f,-1.240625f,0.0013848885378821877f,0.9999985241567384f,-0.0010167438628709527f,2.184375f,0.8060820010101658f,-0.0017180466655604004f,-0.5918013652933743f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5918022387007201f,1.7108295812069375e-19f,0.8060831906626114f,1.389278208538488f,0.0013848885378821877f,0.9999985241567384f,-0.0010167438628709527f,2.1842874050707826f,-0.8060820010101661f,0.0017180466655604004f,0.5918013652933739f,-0.6871398890033453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.5918022387007201f,1.7108295812069375e-19f,0.8060831906626114f,1.3337967486602955f,0.0013848885378821877f,0.9999985241567384f,-0.0010167438628709527f,2.1841575717703563f,-0.8060820010101661f,0.0017180466655604004f,0.5918013652933739f,-0.6115697014086423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5918022387007201f,1.7108295812069375e-19f,0.8060831906626114f,1.240625f,0.0013848885378821877f,0.9999985241567384f,-0.0010167438628709527f,2.184375f,-0.8060820010101661f,0.0017180466655604004f,0.5918013652933739f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5439041810795706f,0.24034585422890456f,1.9135106236677394e-16f,-0.00034250000000012385f,0.24034585422890456f,-1.5439041810795706f,0f,1.4279974999999998f,1.8907373135493115e-16f,2.943387810697643e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87.mcfunction new file mode 100644 index 000000000..46a22b9d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..94c88e356 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,-0.11756803868147217f,-0.45667420450110974f,0.04209624274449589f,-0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.4379107196084444f,0.44745331760357593f,0.09192362203415874f,-0.6769638252684695f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,0.1435492577151962f,-0.4473543227765973f,0.04209624274449589f,0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.4379107196084444f,0.43941610685748156f,-0.08454525889177496f,-0.6631482369976845f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,0.11756803868147217f,0.45667420450110985f,-0.042096242744495735f,0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.4379107196084444f,-0.44745331760357604f,0.09192362203415876f,-0.6769638252684695f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,-0.1435492577151962f,0.4473543227765974f,-0.042096242744495735f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.4379107196084444f,-0.43941610685748167f,-0.08454525889177497f,-0.6631482369976845f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4973403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5019992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5031450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,-0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4921514729883858f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4921514729883858f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6827698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3078160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.3445201962889241f,-0.044178206283116556f,0.23949963027550286f,-0.3444570563491133f,0.938756261734254f,-0.009274555840168064f,0.7170177324109691f,0.04466783957901051f,0.006520383713384981f,-0.9989806147786722f,-0.14383769954025133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.33091185343423984f,0.10556147411848969f,0.12500000000000003f,-0.3444570563491133f,0.846882513471581f,-0.4051411417115781f,1.0083623478546277f,0.04466783957901051f,-0.41627797639651f,-0.9081395435034036f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.2149847544823128f,0.27809987016658444f,-0.23702237944603913f,0.35058625538659716f,0.6283376212261477f,0.6944646220549107f,0.7286456984412907f,-0.02544130461464507f,0.7476452294317445f,-0.6636108429851482f,-0.1818330302638918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.34833392959457266f,-0.04713232372475109f,-0.12499999999999996f,0.35058625538659716f,0.9155928153421854f,-0.19692403110787274f,1.0188959502059203f,-0.02544130461464507f,-0.20088123353607226f,-0.9792851831987099f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670633f,1.1402145247235727e-16f,-0.006249999999999964f,0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.2016563656606274f,-0.0783519356604049f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,-0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.2016563656606274f,0.07835193566040465f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222451e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376198f,1.2016563656606274f,-1.2246467991473532e-16f,-0.3648767843376198f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706323f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.225034114933969f,0.03322178541815892f,0.15110134546906084f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706328f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.225034114933969f,-0.03322178541815916f,0.1511013454690608f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8946557937649423e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946818f,1.225034114933969f,-1.2246467991473532e-16f,0.15471038629946818f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,0.2569273013307541f,-0.009435307504385553f,-0.19999999999999998f,0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.271074121488361f,-0.009003457460764627f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,-0.2569273013307541f,0.0094353075043858f,0.18750000000000003f,-0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.271074121488361f,0.009003457460764391f,-0.07049563478210806f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0891496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9747499251028613f,3.087843643223281e-19f,-0.2232993137292778f,-1.228428494320195f,0.00027041795634860107f,0.9999992667257412f,-0.0011804330174379164f,2.1904352592056804f,0.22329914998963907f,-0.00121101113940927f,-0.9747492103438324f,-0.8948045292073394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9747499251028613f,3.087843643223281e-19f,-0.2232993137292778f,-1.3198112997985885f,0.00027041795634860107f,0.9999992667257412f,-0.0011804330174379164f,2.190460610889088f,0.22329914998963907f,-0.00121101113940927f,-0.9747492103438324f,-0.8738702338958106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9747499251028613f,3.087843643223281e-19f,-0.2232993137292778f,-1.240625f,0.00027041795634860107f,0.9999992667257412f,-0.0011804330174379164f,2.190625f,0.22329914998963907f,-0.00121101113940927f,-0.9747492103438324f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9747499251028612f,2.2901261569755864e-19f,0.22329931372927822f,1.3198112997985885f,0.00027041795634860107f,0.9999992667257412f,-0.0011804330174379164f,2.190460610889088f,-0.22329914998963948f,0.00121101113940927f,0.9747492103438323f,-0.6023797661041894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9747499251028612f,2.2901261569755864e-19f,0.22329931372927822f,1.2284284943201953f,0.00027041795634860107f,0.9999992667257412f,-0.0011804330174379164f,2.1904352592056804f,-0.22329914998963948f,0.00121101113940927f,0.9747492103438323f,-0.5814454707926607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9747499251028612f,2.2901261569755864e-19f,0.22329931372927822f,1.240625f,0.00027041795634860107f,0.9999992667257412f,-0.0011804330174379164f,2.190625f,-0.22329914998963948f,0.00121101113940927f,0.9747492103438323f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3805663459731585f,-0.731739580975582f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.731739580975582f,-1.3805663459731585f,0f,1.4342475f,1.690706156606586e-16f,-8.961225356511721e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88.mcfunction new file mode 100644 index 000000000..53fa955e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..df06cf30c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429171f,-0.11472886686607593f,-0.48002462270551977f,0.04409830056250533f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.4441158086988812f,0.4704461535682601f,0.0959778793777365f,-0.6606157034974466f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403447f,0.1400826607455024f,-0.47022820183397857f,0.04409830056250533f,0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.4441158086988812f,0.4617450286450011f,-0.08949546167463968f,-0.6471337503648457f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429169f,0.11472886686607589f,0.4800246227055199f,-0.0440983005625052f,0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.4441158086988812f,-0.47044615356826014f,0.09597787937773651f,-0.6606157034974464f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550235f,0.4702282018339787f,-0.0440983005625052f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.4441158086988812f,-0.46174502864500117f,-0.0894954616746397f,-0.6471337503648454f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5035903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5082492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5093950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,-0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.04272672524264042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6890198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3140660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.34896550446274194f,-0.046230290129397986f,0.24121301759757519f,-0.34888256688494607f,0.9371118820486118f,-0.010113112630616372f,0.7239141917162599f,0.04685208164164503f,0.00666312376985978f,-0.9988796149824423f,-0.14389830746865054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.33580791895601025f,0.10558032296227333f,0.12500000000000003f,-0.34888256688494607f,0.8450378099444886f,-0.40520618737624603f,1.0146123478546278f,0.04685208164164503f,-0.41610592561348597f,-0.9081083311561395f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.21744083450480542f,0.2823341471273465f,-0.23863411179221589f,0.35537455868541534f,0.6274390729745305f,0.6928413474555399f,0.7355086371286692f,-0.026495474772470582f,0.7476895700721763f,-0.6635196279100309f,-0.18186676587680112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.35322896102049806f,-0.04714221293757614f,-0.12499999999999996f,0.35537455868541534f,0.9137377441760037f,-0.19695750279513163f,1.0251459502059204f,-0.026495474772470582f,-0.20078006864359677f,-0.9792779757821852f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596457f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.2079063656606275f,-0.06811271681623081f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.2010779211459645f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.2079063656606275f,0.06811271681623056f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782272e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542255f,-0.3387379202452912f,1.2079063656606275f,-1.2246467991473532e-16f,-0.3387379202452912f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.2010779211459645f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.231284114933969f,0.02763706359000012f,0.13463727549040638f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596457f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.231284114933969f,-0.027637063590000364f,0.13463727549040633f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6832102336465256e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714654f,1.231284114933969f,-1.2246467991473532e-16f,0.13744454603714654f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134373f,-0.009435548989242946f,-0.19999999999999998f,0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2673280203379573f,-0.00801805674957486f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134373f,0.009435548989243193f,0.18750000000000003f,-0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2673280203379573f,0.008018056749574622f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0953996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.31875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.8892172783977828f,2.4411467985008105e-19f,0.4574851164779469f,-1.130320172603412f,-0.00032416784585975224f,0.9999997489524486f,-0.0006300874919356562f,2.1967956822439847f,-0.45748500162742867f,-0.0007085866494530627f,-0.8892170551619623f,-0.8500629488230088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8892172783977828f,2.4411467985008105e-19f,0.4574851164779469f,-1.213684292453204f,-0.00032416784585975224f,0.9999997489524486f,-0.0006300874919356562f,2.1967652915084352f,-0.45748500162742867f,-0.0007085866494530627f,-0.8892170551619623f,-0.8929521677255803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.8892172783977828f,2.4411467985008105e-19f,0.4574851164779469f,-1.240625f,-0.00032416784585975224f,0.9999997489524486f,-0.0006300874919356562f,2.1968750000000004f,-0.45748500162742867f,-0.0007085866494530627f,-0.8892170551619623f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8892172783977829f,7.056100541583288e-20f,-0.45748511647794643f,1.213684292453204f,-0.00032416784585975224f,0.9999997489524486f,-0.0006300874919356562f,2.1967652915084352f,0.4574850016274282f,0.0007085866494530627f,0.8892170551619624f,-0.5832978322744198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8892172783977829f,7.056100541583288e-20f,-0.45748511647794643f,1.130320172603412f,-0.00032416784585975224f,0.9999997489524486f,-0.0006300874919356562f,2.1967956822439847f,0.4574850016274282f,0.0007085866494530627f,0.8892170551619624f,-0.6261870511769912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8892172783977829f,7.056100541583288e-20f,-0.45748511647794643f,1.240625f,-0.00032416784585975224f,0.9999997489524486f,-0.0006300874919356562f,2.1968750000000004f,0.4574850016274282f,0.0007085866494530627f,0.8892170551619624f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.6911585739787531f,-1.401322973341855f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.401322973341855f,-0.6911585739787531f,0f,1.4404975f,8.464251353263291e-17f,-1.7161256938747544e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89.mcfunction new file mode 100644 index 000000000..ada796ef8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..e9b3bf6dd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5098403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5144992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5156450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.695269805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3203160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.35340255309907026f,-0.04827509366338496f,0.24292266920836836f,-0.35329779477323014f,0.9354465831018177f,-0.010970796302294916f,0.7308202221267984f,0.049035878839094535f,0.006806293131557006f,-0.998773826729698f,-0.14395981184698187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.34069342200170977f,0.10560227937840488f,0.12500000000000003f,-0.35329779477323014f,0.843166063758817f,-0.4052797270205297f,1.0208623478546277f,0.049035878839094535f,-0.41593146205862735f,-0.9080729604256754f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.21989332916634782f,0.2865589723844232f,-0.24024246440483538f,0.36015295909403405f,0.6265313332527295f,0.691193413241452f,0.7423803748815463f,-0.02754935428803066f,0.747733516863259f,-0.6634271782476319f,-0.181900843896797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.3581140143504478f,-0.047153722988579234f,-0.12499999999999996f,0.36015295909403405f,0.9118567214219375f,-0.19699534424307166f,1.0313959502059202f,-0.02754935428803066f,-0.20067803149184654f,-0.9792698099884781f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.2141563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.2375341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.101649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.325f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.39653034347148886f,7.301191259322332e-20f,0.9180216155986648f,-1.0843343978099744f,-0.00019455648049646564f,0.9999999775428005f,-0.00008403674458749838f,2.2031215143233354f,-0.9180215949824703f,-0.00021193017374606204f,-0.39653033456652786f,-0.754572287920176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.39653034347148886f,7.301191259322332e-20f,0.9180216155986648f,-1.1215091175104264f,-0.00019455648049646564f,0.9999999775428005f,-0.00008403674458749838f,2.2031032746532886f,-0.9180215949824703f,-0.00021193017374606204f,-0.39653033456652786f,-0.8406368124497826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.39653034347148886f,7.301191259322332e-20f,0.9180216155986648f,-1.240625f,-0.00019455648049646564f,0.9999999775428005f,-0.00008403674458749838f,2.203125f,-0.9180215949824703f,-0.00021193017374606204f,-0.39653033456652786f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3965303434714893f,2.1103990809051856e-20f,-0.9180216155986647f,1.1215091175104264f,-0.00019455648049646564f,0.9999999775428005f,-0.00008403674458749838f,2.2031032746532886f,0.9180215949824702f,0.00021193017374606204f,0.3965303345665283f,-0.6356131875502173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3965303434714893f,2.1103990809051856e-20f,-0.9180216155986647f,1.0843343978099744f,-0.00019455648049646564f,0.9999999775428005f,-0.00008403674458749838f,2.2031215143233354f,0.9180215949824702f,0.00021193017374606204f,0.3965303345665283f,-0.721677712079824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.3965303434714893f,2.1103990809051856e-20f,-0.9180216155986647f,1.240625f,-0.00019455648049646564f,0.9999999775428005f,-0.00008403674458749838f,2.203125f,0.9180215949824702f,0.00021193017374606204f,0.3965303345665283f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.23341093179146782f,-1.5449678271472966f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.5449678271472966f,0.23341093179146782f,0f,1.4467474999999999f,-2.8584595050442224e-17f,-1.892039904301578e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..6721f1f5b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6845188098160259f,-0.12069913497301177f,-0.42873087393989073f,0.03988833275630008f,-0.07273945899920158f,0.8058486868312945f,-0.1107307973475584f,1.2489108477112008f,0.43941713047740777f,-0.054626524633086974f,-0.686201845446335f,-0.42799443170659446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6647534471147577f,0.14737229119883763f,-0.4199812642676481f,0.03988833275630008f,0.23626035337292461f,0.7565811858638938f,-0.10847098515679192f,1.2489108477112008f,0.37720538168635376f,-0.21416422900099163f,-0.6721977261515119f,-0.42799443170659446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6845188098160259f,0.1206991349730118f,0.42873087393989084f,-0.039888332756299966f,0.07273945899920158f,0.8058486868312945f,-0.1107307973475584f,1.2489108477112008f,-0.439417130477408f,-0.05462652463308695f,-0.686201845446335f,-0.4279944317065945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6647534471147577f,-0.14737229119883757f,0.4199812642676482f,-0.039888332756299966f,-0.23626035337292461f,0.7565811858638938f,-0.10847098515679192f,1.2489108477112008f,-0.377205381686354f,-0.2141642290009917f,-0.6721977261515119f,-0.4279944317065945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000007131196173513644f,0.0000021283654885827498f,0.000013738876463593164f,-0.28529202130577813f,-0.000008417944418536016f,0.000011627633210093758f,-0.0000061706549650716175f,1.7699944858367493f,-0.00001106457761965194f,-0.000010218063969193706f,-0.000004160158148455739f,0.3860412354230841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.03335050375871223f,-0.9983081582712682f,0.04762945546685003f,-0.30016955651083704f,0.6957898955366691f,-0.0574022678776509f,-0.7159479037692431f,1.5865464663079807f,0.7174706719916228f,0.009262870588049784f,0.6965271237075825f,0.21735823830164136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.010928480747847361f,-0.9983081582712682f,0.05710857586713626f,-0.2984375f,0.34170621797997697f,-0.0574022678776509f,-0.9380521521942812f,1.4570804480935897f,0.9397432781895086f,0.009262870588049784f,0.34175542472081505f,-0.12858116382860957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1829338614985812f,0.9758137003175993f,-0.11967800378387061f,0.3323042322111564f,-0.9079596751530064f,0.12100775140339178f,-0.4012061220823307f,1.6939308409772018f,-0.3770204644489007f,0.18205698660795558f,0.908135905585703f,0.13668388743666454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07014023147514906f,0.9969473546859947f,-0.034297520511104546f,0.2984375f,-0.6711528198081627f,-0.07259961964904939f,-0.7377555067163951f,1.4570804480935897f,-0.7379933877699474f,-0.028727464409697548f,0.6741961824249858f,-0.1285811638286095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.02428546843654e-17f,1.0031719290535246e-16f,-0.15625000000000003f,0f,0.8191520442889918f,-0.573576436351046f,1.2197921159705032f,-1.2246467991473532e-16f,-0.573576436351046f,-0.8191520442889918f,0.15151161211801617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.0207257773038816e-17f,1.1567616110932703e-16f,-0.15625000000000003f,0f,0.9445675372676047f,-0.32831717521356096f,1.3948465468630944f,-1.2246467991473532e-16f,-0.32831717521356096f,-0.9445675372676047f,0.08404859465755098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430088e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468238f,1.214578461535662f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128857f,0.13599789602322493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.997241527862823e-17f,1.1874027180777392e-16f,0.15624999999999997f,0f,0.969587899878116f,-0.24474334395432373f,1.3948465468630944f,-1.2246467991473532e-16f,-0.24474334395432373f,-0.969587899878116f,0.08404859465755103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,8.898035127798708e-18f,1.2214099556448292e-16f,0.29375f,0f,0.9973569167005722f,-0.07265797072261052f,2.0577087045130087f,-1.2246467991473532e-16f,-0.07265797072261052f,-0.9973569167005722f,-0.15846023701258896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,8.898035127798708e-18f,1.2214099556448292e-16f,0.33125f,0f,0.9973569167005722f,-0.07265797072261052f,1.9262274051701924f,-1.2246467991473532e-16f,-0.07265797072261052f,-0.9973569167005722f,-0.24288020161294127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,8.898035127798708e-18f,1.2214099556448292e-16f,-0.29375f,0f,0.9973569167005722f,-0.07265797072261052f,2.0577087045130087f,-1.2246467991473532e-16f,-0.07265797072261052f,-0.9973569167005722f,-0.15846023701258902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,8.898035127798708e-18f,1.2214099556448292e-16f,-0.33125f,0f,0.9973569167005722f,-0.07265797072261052f,1.9262274051701924f,-1.2246467991473532e-16f,-0.07265797072261052f,-0.9973569167005722f,-0.24288020161294135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2214099556448292e-16f,0.19523827377799088f,0.15602099571822814f,0.9850777980370712f,-0.07265797072261052f,2.162609844182257f,-0.011366210780900454f,-0.07176343053402526f,-0.9973569167005722f,-0.1880353103298098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2214099556448292e-16f,0.0800532618111328f,0f,0.9973569167005724f,-0.07265797072261052f,2.1726605915753927f,-1.222980050563649e-16f,-0.07265797072261052f,-0.9973569167005722f,-0.18876751251099752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2214099556448292e-16f,0.05771677939820301f,0.24128247587764234f,0.9677311538463703f,-0.07265797072261052f,2.1683523238721816f,-0.017577554007639214f,-0.07049971847203544f,-0.9973569167005722f,-0.18845365296542918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2214099556448292e-16f,0.08682420206637906f,-0.06957210157334524f,0.994927405378473f,-0.07265797072261052f,2.1783270683857845f,0.005068363827013082f,-0.07248097955770709f,-0.9973569167005722f,-0.1891803182972669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2214099556448292e-16f,0.1446100421182231f,0.08692538285955262f,0.9935616725222408f,-0.07265797072261052f,2.2805168665005633f,-0.006332559404866844f,-0.07238148520796986f,-0.9973569167005722f,-0.22795771354260824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2214099556448292e-16f,0.12500000000000003f,0.08692538285955262f,0.9935616725222408f,-0.07265797072261052f,2.0569654901830594f,-0.006332559404866844f,-0.07238148520796986f,-0.9973569167005722f,-0.21167187937081505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2214099556448292e-16f,-0.19523827377799086f,-0.15602099571822814f,0.9850777980370712f,-0.07265797072261052f,2.162609844182257f,0.011366210780900212f,-0.0717634305340253f,-0.9973569167005722f,-0.18803531032980986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2214099556448292e-16f,-0.08005326181113276f,0f,0.9973569167005724f,-0.07265797072261052f,2.1726605915753927f,-1.231653667943533e-16f,-0.07265797072261053f,-0.9973569167005722f,-0.18876751251099755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2214099556448292e-16f,-0.05771677939820295f,-0.24128247587764234f,0.9677311538463703f,-0.07265797072261052f,2.1683523238721816f,0.01757755400763898f,-0.07049971847203551f,-0.9973569167005722f,-0.18845365296542918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2214099556448292e-16f,-0.086824202066379f,0.06957210157334524f,0.994927405378473f,-0.07265797072261052f,2.1783270683857845f,-0.005068363827013329f,-0.07248097955770708f,-0.9973569167005722f,-0.1891803182972669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2214099556448292e-16f,-0.14461004211822304f,-0.08692538285955262f,0.9935616725222408f,-0.07265797072261052f,2.2805168665005633f,0.006332559404866599f,-0.07238148520796989f,-0.9973569167005722f,-0.22795771354260827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2214099556448292e-16f,-0.12499999999999999f,-0.08692538285955262f,0.9935616725222408f,-0.07265797072261052f,2.0569654901830594f,0.006332559404866599f,-0.07238148520796989f,-0.9973569167005722f,-0.21167187937081508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,8.898035127798708e-18f,1.2214099556448292e-16f,1.7545179839710405e-17f,0f,0.9973569167005722f,-0.07265797072261052f,1.5480906319590977f,-1.2246467991473532e-16f,-0.07265797072261052f,-0.9973569167005722f,-0.14326726572858428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,1.9509464606108114e-17f,1.2090069734042724e-16f,1.022913061241986e-17f,0f,0.987229113117374f,-0.1593068680675225f,1.1778797145400823f,-1.2246467991473532e-16f,-0.1593068680675225f,-0.987229113117374f,-0.08352719020326334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.13052619222005157f,1.0408340855860843e-16f,0.16144052760615632f,-0.12448504203688456f,0.9455577700244291f,-0.30070579950427306f,0.6771222012980496f,0.03924998298777892f,-0.2981332197038148f,-0.953716950748227f,0.2426653341929486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11109301838820243f,0.06852319403577423f,0.125f,-0.12448504203688456f,0.6469164805096187f,-0.7523314040727818f,0.8826980423114096f,0.03924998298777892f,-0.7544252173081482f,-0.6552114394033521f,-0.02581011034008955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.1279672363039021f,0.06804138648643808f,-0.16326234712888338f,0.13822397092477837f,0.9743639005561733f,0.17750809320914201f,0.7048465506483714f,-0.04358185062662657f,0.18503884923361552f,-0.9817643538906154f,0.2435447633573815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.12614226927122243f,-0.07136786213248916f,-0.12499999999999999f,0.13822397092477837f,0.6732341495312624f,-0.7263951498782903f,0.8906416477632406f,-0.04358185062662657f,-0.7285903566531913f,-0.6835617854209919f,-0.03586107100944992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,0.15930686806752264f,1.0231774739734801e-16f,-0.004166666666666659f,0.13309894654478388f,0.8248178910815691f,-0.549508978070806f,1.0708323205744448f,-0.08754055427144518f,-0.5424912610708763f,-0.8354878114129365f,-0.07157266793994974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.987229113117374f,-0.15913435646639706f,0.007411801772086821f,-0.004166666666666659f,-0.13309894654478388f,0.7983586283793259f,-0.5872888309179312f,1.0583653580235945f,0.08754055427144493f,-0.5807751346987121f,-0.8093434958492847f,-0.07248097021797484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.729544110971456e-17f,1.0231774739734801e-16f,-0.004166666666666659f,0f,0.8354878114129365f,-0.549508978070806f,1.0708323205744448f,-1.2246467991473532e-16f,-0.549508978070806f,-0.8354878114129365f,-0.07157266793994974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,0.14493185930724678f,1.2028212301945812e-16f,-0.004166666666666659f,0.14234889392411254f,0.9718078794247312f,-0.18795275440011183f,1.0957164334761968f,-0.027240342157126632f,-0.18596828128944845f,-0.9821780704706308f,-0.06952157587670947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9894416385809445f,-0.14493185930724672f,1.2028212301945812e-16f,-0.004166666666666659f,-0.14234889392411254f,0.9718078794247312f,-0.18795275440011183f,1.0957164334761968f,0.02724034215712639f,-0.1859682812894485f,-0.9821780704706308f,-0.06952157587670947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.301757390670256e-17f,1.2028212301945812e-16f,-0.004166666666666659f,0f,0.9821780704706308f,-0.18795275440011183f,1.0957164334761968f,-1.2246467991473532e-16f,-0.18795275440011183f,-0.9821780704706308f,-0.06952157587670947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9821780704706307f,0.18787324100281275f,-0.005466552998720233f,-0.19791666666666666f,0.1792537278112051f,0.927577651592131f,-0.32782282003029256f,1.1088210455293521f,-0.05651848328091604f,-0.3229602848368917f,-0.9447234068581654f,-0.07678723560856288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9821780704706307f,-0.1876347680871877f,0.010928480747847302f,0.18958333333333335f,-0.17925372781120513f,0.9176506054247178f,-0.3546624697221789f,1.109184035958693f,0.05651848328091581f,-0.35030067109344276f,-0.9349305326488746f,-0.08093808629596531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.686520405326298e-17f,1.1314261122877005e-16f,-0.0078124999999999965f,0f,0.9238795325112867f,-0.3826834323650897f,0.9660705354838598f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,-0.028644381256597337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,1.1736198491828802e-17f,0f,0.9537169507482269f,-0.30070579950427306f,1.1791666666666667f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,-0.09583333333333334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.31454475615161315f,0.11020034470433077f,-0.9428242044011007f,-0.7856051049888235f,0f,0.993238357741943f,0.11609291412523023f,1.0192449637234917f,0.9492426435730338f,-0.03651641736445073f,0.31241791703636823f,1.0928568312889508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.31454475615161315f,0.11020034470433077f,-0.9428242044011007f,-0.7561165340996098f,0f,0.993238357741943f,0.11609291412523023f,1.0192449637234917f,0.9492426435730338f,-0.03651641736445073f,0.31241791703636823f,1.1818483291239228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31454475615161315f,0.11020034470433077f,-0.9428242044011007f,-0.6294371888840515f,0f,0.993238357741943f,0.11609291412523023f,1.0018310266047072f,0.9492426435730338f,-0.03651641736445073f,0.31241791703636823f,1.0904898926509816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8664113325569376f,-0.4836850930347597f,-0.12401666659311308f,0.8179874717731518f,-0.4981078315166951f,0.8545809674906385f,0.14690118510243513f,2.078166729089496f,0.0349283695389187f,0.18905052440741874f,-0.9813459676498562f,-0.5236954071314138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7717441376860918f,-0.4836850930347597f,-0.41286767459212204f,0.8959605964086664f,-0.5183114180153543f,0.8545809674906385f,-0.03232095230151492f,2.1265463769711106f,0.36846201961947594f,0.18905052440741874f,-0.9102173582827437f,-0.5428960322625255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8317133294454894f,-0.4836850930347597f,-0.2725833237721168f,0.8978615326567266f,-0.5160495774038902f,0.8545809674906385f,0.05817390879105916f,2.0936304667116445f,0.20480666806519043f,0.18905052440741874f,-0.9603718696095356f,-0.3892399392555393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.7909558026190853f,0.31848321585344647f,1.3093370878130832f,-0.09762704589843756f,-0.18315417407349568f,1.478733204506283f,-0.47032851116005575f,1.9359611637369794f,-1.3350092572048535f,-0.3915645554825234f,-0.7112198900952641f,0.4698679606119792f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9.mcfunction new file mode 100644 index 000000000..e02343b88 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90.mcfunction new file mode 100644 index 000000000..d25428854 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..82a1fdec0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673161f,-0.10863481427358272f,-0.5249432145773404f,0.04839555568810225f,-0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.4565294147508323f,0.5146768737905775f,0.10377694872909858f,-0.625525782795626f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5983089048747772f,0.13264189082248054f,-0.5142300877492314f,0.04839555568810225f,0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.4565294147508323f,0.5046985944411788f,-0.09901803795313463f,-0.6127599504936745f,-0.5948334984244025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160986471673159f,0.10863481427358268f,0.5249432145773406f,-0.048395555688102124f,0.14991536608435235f,0.8027286381366161f,0.009826544233471846f,1.4565294147508323f,-0.5146768737905777f,0.10377694872909862f,-0.6255257827956258f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.598308904874777f,-0.13264189082248048f,0.5142300877492316f,-0.048395555688102124f,-0.16524461599895954f,0.7826886717967425f,0.009626002514421401f,1.4565294147508323f,-0.504698594441179f,-0.09901803795313469f,-0.6127599504936743f,-0.5948334984244024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5160903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5207492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5768311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5218950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5768311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,-0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.3253624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.049185034017464754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.5109014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,4.007263526084816e-17f,1.1572286606314936e-16f,0.15625f,0f,0.9449489121575307f,-0.32721789897910386f,1.3253624366288919f,-1.2246467991473532e-16f,-0.32721789897910386f,-0.9449489121575307f,-0.04918503401746473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,0.15625f,0f,0.9933727656003963f,-0.1149371504928666f,1.5109014729883858f,-1.2246467991473532e-16f,-0.1149371504928666f,-0.9933727656003963f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.2059479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0912469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.2059479657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0912469139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.314403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3244277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3201308979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3300790983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.437473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2145172655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.314403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3244277008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3201308979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3300790983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.437473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2145172655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.7015198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3265660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9324298662780749f,-0.3578312447414511f,-0.050312471211768225f,0.2446285315109961f,-0.3577025806220285f,0.9337604078803639f,-0.011847552128507244f,0.7377358015190577f,0.051219217965452736f,0.006949889343014437f,-0.9986632519268581f,-0.14402221160573714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9324298662780749f,-0.34556821268159094f,0.10562743420486007f,0.12500000000000003f,-0.3577025806220285f,0.8412673370020601f,-0.40536172921207464f,1.0271123478546278f,0.051219217965452736f,-0.415754588763026f,-0.9080334320020903f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9305988954756323f,0.22234220972976845f,0.29077420365640566f,-0.24184738930630195f,0.36492131706657954f,0.6256144150265033f,0.6895208742753473f,0.7492608929835427f,-0.028602938484116974f,0.7477770693753119f,-0.6633334956313786f,-0.18193526376162147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9305988954756323f,0.36298895199652154f,-0.047166900131344204f,-0.12499999999999996f,0.36492131706657954f,0.9099498010753584f,-0.19703753924901912f,1.0376459502059203f,-0.028602938484116974f,-0.2005751237102517f,-0.9792606862621879f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693036f,1.1736066733693764e-16f,-0.006249999999999964f,0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.2204063656606277f,-0.049609264380514224f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.1736481776669303f,1.1736066733693764e-16f,-0.006249999999999964f,-0.16641096867295152f,0.9437635012198823f,-0.2856883674049735f,1.2204063656606277f,0.04960926438051399f,-0.2813481191658181f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.498673446961339e-17f,1.1736066733693764e-16f,-0.006249999999999964f,0f,0.9583225744651332f,-0.2856883674049735f,1.2204063656606277f,-1.2246467991473532e-16f,-0.2856883674049735f,-0.9583225744651332f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.2437841149339692f,0.01784973669086618f,0.10123088717987326f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,-0.17364817766693033f,1.2181596210854024e-16f,-0.006249999999999965f,-0.17272833151255917f,0.9795910462400776f,0.10279253678724679f,1.2437841149339692f,-0.017849736690866425f,0.1012308871798732f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273834e-17f,1.2181596210854024e-16f,-0.006249999999999965f,0f,0.9947028171171742f,0.10279253678724679f,1.2437841149339692f,-1.2246467991473532e-16f,0.10279253678724679f,-0.9947028171171742f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,0.21623361138472558f,-0.009440963361569762f,-0.19999999999999998f,0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.2598358180371505f,-0.006043348705848553f,-0.07083621994584559f,-0.9974696526111475f,-0.29613290278184823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9762960071199334f,-0.21623361138472558f,0.009440963361570008f,0.18750000000000003f,-0.21635522738795693f,0.9737685840338572f,-0.07046389380812126f,1.2598358180371505f,0.006043348705848313f,-0.07083621994584564f,-0.9974696526111475f,-0.2961329027818482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.107899614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.33125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.26396805228866344f,-9.584099796849414e-20f,0.9645314237343071f,-1.1083187888908852f,0.00026832848428356195f,0.9999999613035785f,-0.0000734347742613434f,2.20935140688616f,-0.9645313864103925f,0.00027819568930651715f,0.2639680420740444f,-0.6533173849509063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.26396805228866344f,-9.584099796849414e-20f,0.9645314237343071f,-1.0835717839888228f,0.00026832848428356195f,0.9999999613035785f,-0.0000734347742613434f,2.2093765626815616f,-0.9645313864103925f,0.00027819568930651715f,0.2639680420740444f,-0.7437422024268806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.26396805228866344f,-9.584099796849414e-20f,0.9645314237343071f,-1.240625f,0.00026832848428356195f,0.9999999613035785f,-0.0000734347742613434f,2.209375f,-0.9645313864103925f,0.00027819568930651715f,0.2639680420740444f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.263968052288663f,-2.770270587933058e-20f,-0.9645314237343072f,1.0835717839888228f,0.00026832848428356195f,0.9999999613035785f,-0.0000734347742613434f,2.2093765626815616f,0.9645313864103926f,-0.00027819568930651715f,-0.26396804207404395f,-0.7325077975731193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.263968052288663f,-2.770270587933058e-20f,-0.9645314237343072f,1.108318788890885f,0.00026832848428356195f,0.9999999613035785f,-0.0000734347742613434f,2.20935140688616f,0.9645313864103926f,-0.00027819568930651715f,-0.26396804207404395f,-0.8229326150490937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.263968052288663f,-2.770270587933058e-20f,-0.9645314237343072f,1.240625f,0.00026832848428356195f,0.9999999613035785f,-0.0000734347742613434f,2.209375f,0.9645313864103926f,-0.00027819568930651715f,-0.26396804207404395f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0542322778769784f,-1.1532564997789163f,1.9135106236677394e-16f,-0.00034250000000012385f,-1.1532564997789163f,1.0542322778769784f,0f,1.4529975f,-1.2910621846598646e-16f,-1.41233188105013e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91.mcfunction new file mode 100644 index 000000000..346dff0e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..853800fe1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805956f,-0.11174991559903057f,-0.5027902048492876f,0.046198924639327885f,-0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,0.49286310949983897f,0.09993059353382652f,-0.6434627232517601f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510498f,0.13644539463176994f,-0.49252918026052667f,0.046198924639327885f,0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,0.4835146988361559f,-0.0943216813635158f,-0.6303308309404998f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6337652646805954f,0.11174991559903052f,0.5027902048492877f,-0.04619892463932776f,0.14957268809153887f,0.8027890615124442f,0.010108320210822634f,1.4503220226308173f,-0.4928631094998391f,0.09993059353382654f,-0.6434627232517599f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6154654018510496f,-0.13644539463176988f,0.4925291802605268f,-0.04619892463932776f,-0.1655773992237687f,0.7826148955319852f,0.009902027961622173f,1.4503220226308173f,-0.483514698836156f,-0.09432168136351583f,-0.6303308309404996f,-0.5975457772121027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5098403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5144992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5156450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5705811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.3196251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.5046514729883858f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1996979657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0849969139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3081536997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3181777008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.313880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.323829098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.431223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.2082672655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.695269805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3203160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.35340255309907026f,-0.04827509366338496f,0.24292266920836836f,-0.35329779477323014f,0.9354465831018177f,-0.010970796302294916f,0.7308202221267984f,0.049035878839094535f,0.006806293131557006f,-0.998773826729698f,-0.14395981184698187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9342248930503031f,-0.34069342200170977f,0.10560227937840488f,0.12500000000000003f,-0.35329779477323014f,0.843166063758817f,-0.4052797270205297f,1.0208623478546277f,0.049035878839094535f,-0.41593146205862735f,-0.9080729604256754f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.21989332916634782f,0.2865589723844232f,-0.24024246440483538f,0.36015295909403405f,0.6265313332527295f,0.691193413241452f,0.7423803748815463f,-0.02754935428803066f,0.747733516863259f,-0.6634271782476319f,-0.181900843896797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9324863962193355f,0.3581140143504478f,-0.047153722988579234f,-0.12499999999999996f,0.36015295909403405f,0.9118567214219375f,-0.19699534424307166f,1.0313959502059202f,-0.02754935428803066f,-0.20067803149184654f,-0.9792698099884781f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.2141563656606276f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.2141563656606276f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.2375341149339691f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.2375341149339691f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.263581919187554f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.101649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.325f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8006416987431948f,-2.6206736833904954e-19f,0.599143447125654f,-1.1882835625597392f,0.00045576695129954405f,0.9999997106695782f,-0.000609046177288733f,2.2030122789975644f,-0.5991432737752276f,0.000760697548285059f,0.8006414670931943f,-0.5899439389778072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8006416987431948f,-2.6206736833904954e-19f,0.599143447125654f,-1.1132234033025648f,0.00045576695129954405f,0.9999997106695782f,-0.000609046177288733f,2.2030550071492487f,-0.5991432737752276f,0.000760697548285059f,0.8006414670931943f,-0.6461136208942347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8006416987431948f,-2.6206736833904954e-19f,0.599143447125654f,-1.240625f,0.00045576695129954405f,0.9999997106695782f,-0.000609046177288733f,2.203125f,-0.5991432737752276f,0.000760697548285059f,0.8006414670931943f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8006416987431945f,-7.575020481374218e-20f,-0.5991434471256544f,1.1132234033025648f,0.00045576695129954405f,0.9999997106695782f,-0.000609046177288733f,2.2030550071492487f,0.5991432737752279f,-0.000760697548285059f,-0.800641467093194f,-0.8301363791057652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8006416987431945f,-7.575020481374218e-20f,-0.5991434471256544f,1.1882835625597392f,0.00045576695129954405f,0.9999997106695782f,-0.000609046177288733f,2.2030122789975644f,0.5991432737752279f,-0.000760697548285059f,-0.800641467093194f,-0.8863060610221929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8006416987431945f,-7.575020481374218e-20f,-0.5991434471256544f,1.240625f,0.00045576695129954405f,0.9999997106695782f,-0.000609046177288733f,2.203125f,0.5991432737752279f,-0.000760697548285059f,-0.800641467093194f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.5109351622874234f,-0.398096954727711f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.398096954727711f,1.5109351622874234f,0f,1.4467474999999999f,-1.8503619102144798e-16f,-4.8752816135760006e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92.mcfunction new file mode 100644 index 000000000..7ce801921 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..32884d9f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429171f,-0.11472886686607593f,-0.48002462270551977f,0.04409830056250533f,-0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.4441158086988812f,0.4704461535682601f,0.0959778793777365f,-0.6606157034974466f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403447f,0.1400826607455024f,-0.47022820183397857f,0.04409830056250533f,0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.4441158086988812f,0.4617450286450011f,-0.08949546167463968f,-0.6471337503648457f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6506597368429169f,0.11472886686607589f,0.4800246227055199f,-0.0440983005625052f,0.14922053440723035f,0.8028511557083436f,0.010377780757063903f,1.4441158086988812f,-0.47044615356826014f,0.09597787937773651f,-0.6606157034974464f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6318720490403446f,-0.14008266074550235f,0.4702282018339787f,-0.0440983005625052f,-0.16591938453111355f,0.7825390792146445f,0.010165989313042191f,1.4441158086988812f,-0.46174502864500117f,-0.0894954616746397f,-0.6471337503648454f,-0.6003330556133756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.5035903451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5082492370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5093950938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5643311307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,-0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.04272672524264042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.3139442474385954f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4984014729883859f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1934479657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0787469139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.3019036997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.311927700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.307630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3175790983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4249737419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.202017265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6890198050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3140660678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.34896550446274194f,-0.046230290129397986f,0.24121301759757519f,-0.34888256688494607f,0.9371118820486118f,-0.010113112630616372f,0.7239141917162599f,0.04685208164164503f,0.00666312376985978f,-0.9988796149824423f,-0.14389830746865054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.935994571015033f,-0.33580791895601025f,0.10558032296227333f,0.12500000000000003f,-0.34888256688494607f,0.8450378099444886f,-0.40520618737624603f,1.0146123478546278f,0.04685208164164503f,-0.41610592561348597f,-0.9081083311561395f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.21744083450480542f,0.2823341471273465f,-0.23863411179221589f,0.35537455868541534f,0.6274390729745305f,0.6928413474555399f,0.7355086371286692f,-0.026495474772470582f,0.7476895700721763f,-0.6635196279100309f,-0.18186676587680112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9343483894435349f,0.35322896102049806f,-0.04714221293757614f,-0.12499999999999996f,0.35537455868541534f,0.9137377441760037f,-0.19695750279513163f,1.0251459502059204f,-0.026495474772470582f,-0.20078006864359677f,-0.9792779757821852f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596457f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.2079063656606275f,-0.06811271681623081f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.2010779211459645f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.2079063656606275f,0.06811271681623056f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782272e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542255f,-0.3387379202452912f,1.2079063656606275f,-1.2246467991473532e-16f,-0.3387379202452912f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.2010779211459645f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.231284114933969f,0.02763706359000012f,0.13463727549040638f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596457f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.231284114933969f,-0.027637063590000364f,0.13463727549040633f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6832102336465256e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714654f,1.231284114933969f,-1.2246467991473532e-16f,0.13744454603714654f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134373f,-0.009435548989242946f,-0.19999999999999998f,0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2673280203379573f,-0.00801805674957486f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134373f,0.009435548989243193f,0.18750000000000003f,-0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2673280203379573f,0.008018056749574622f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0953996149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.31875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.9999898388354397f,-4.25246178380614e-19f,-0.004508017953778654f,-1.288175726388478f,-0.000005564486913051114f,0.9999992381856546f,-0.0012343407742464744f,2.1966901097191873f,0.004508014519505899f,0.0012343533167136513f,0.9999890770288352f,-0.5883379516262767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9999898388354397f,-4.25246178380614e-19f,-0.004508017953778654f,-1.1944266789976556f,-0.000005564486913051114f,0.9999992381856546f,-0.0012343407742464744f,2.1966895880485393f,0.004508014519505899f,0.0012343533167136513f,0.9999890770288352f,-0.5879153252650731f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9999898388354397f,-4.25246178380614e-19f,-0.004508017953778654f,-1.240625f,-0.000005564486913051114f,0.9999992381856546f,-0.0012343407742464744f,2.1968750000000004f,0.004508014519505899f,0.0012343533167136513f,0.9999890770288352f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.9999898388354397f,-1.2291681071455554e-19f,0.00450801795377821f,1.1944266789976556f,-0.000005564486913051114f,0.9999992381856546f,-0.0012343407742464744f,2.1966895880485393f,-0.004508014519505455f,-0.0012343533167136513f,-0.9999890770288352f,-0.888334674734927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9999898388354397f,-1.2291681071455554e-19f,0.00450801795377821f,1.288175726388478f,-0.000005564486913051114f,0.9999992381856546f,-0.0012343407742464744f,2.1966901097191873f,-0.004508014519505455f,-0.0012343533167136513f,-0.9999890770288352f,-0.8879120483737234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9999898388354397f,-1.2291681071455554e-19f,0.00450801795377821f,1.240625f,-0.000005564486913051114f,0.9999992381856546f,-0.0012343407742464744f,2.1968750000000004f,-0.004508014519505455f,-0.0012343533167136513f,-0.9999890770288352f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4943481363769757f,0.4564317005934837f,1.9135106236677394e-16f,-0.00034250000000012385f,0.4564317005934837f,1.4943481363769757f,0f,1.4404975f,-1.830048662025876e-16f,5.589676211611929e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93.mcfunction new file mode 100644 index 000000000..c09f34da6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..66d477268 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,-0.11756803868147217f,-0.45667420450110974f,0.04209624274449589f,-0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.4379107196084444f,0.44745331760357593f,0.09192362203415874f,-0.6769638252684695f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,0.1435492577151962f,-0.4473543227765973f,0.04209624274449589f,0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.4379107196084444f,0.43941610685748156f,-0.08454525889177496f,-0.6631482369976845f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6667614803423447f,0.11756803868147217f,0.45667420450110985f,-0.042096242744495735f,0.148859334076446f,0.8029148450721018f,0.01063459757602727f,1.4379107196084444f,-0.44745331760357604f,0.09192362203415876f,-0.6769638252684695f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6475088574703116f,-0.1435492577151962f,0.4473543227765974f,-0.042096242744495735f,-0.16627015526457584f,0.7824613152152246f,0.010417564972434878f,1.4379107196084444f,-0.43941610685748167f,-0.08454525889177497f,-0.6631482369976845f,-0.6031919377588365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4973403451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5019992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.5031450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5580811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,-0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4921514729883858f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.3083195207046416f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4921514729883858f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1871979657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0724969139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.295653699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.3056777008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.3013808979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.311329098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.418723741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1957672655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6827698050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3078160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.3445201962889241f,-0.044178206283116556f,0.23949963027550286f,-0.3444570563491133f,0.938756261734254f,-0.009274555840168064f,0.7170177324109691f,0.04466783957901051f,0.006520383713384981f,-0.9989806147786722f,-0.14383769954025133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9377388338117643f,-0.33091185343423984f,0.10556147411848969f,0.12500000000000003f,-0.3444570563491133f,0.846882513471581f,-0.4051411417115781f,1.0083623478546277f,0.04466783957901051f,-0.41627797639651f,-0.9081395435034036f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.2149847544823128f,0.27809987016658444f,-0.23702237944603913f,0.35058625538659716f,0.6283376212261477f,0.6944646220549107f,0.7286456984412907f,-0.02544130461464507f,0.7476452294317445f,-0.6636108429851482f,-0.1818330302638918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.93618482018964f,0.34833392959457266f,-0.04713232372475109f,-0.12499999999999996f,0.35058625538659716f,0.9155928153421854f,-0.19692403110787274f,1.0188959502059203f,-0.02544130461464507f,-0.20088123353607226f,-0.9792851831987099f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670633f,1.1402145247235727e-16f,-0.006249999999999964f,0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.2016563656606274f,-0.0783519356604049f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,-0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.2016563656606274f,0.07835193566040465f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222451e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376198f,1.2016563656606274f,-1.2246467991473532e-16f,-0.3648767843376198f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706323f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.225034114933969f,0.03322178541815892f,0.15110134546906084f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706328f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.225034114933969f,-0.03322178541815916f,0.1511013454690608f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8946557937649423e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946818f,1.225034114933969f,-1.2246467991473532e-16f,0.15471038629946818f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,0.2569273013307541f,-0.009435307504385553f,-0.19999999999999998f,0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.271074121488361f,-0.009003457460764627f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,-0.2569273013307541f,0.0094353075043858f,0.18750000000000003f,-0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.271074121488361f,0.009003457460764391f,-0.07049563478210806f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0891496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8042141833654365f,-5.849042775377244e-19f,-0.5943395891860679f,-1.367473478223165f,-0.0010090635675802772f,0.9999985587542151f,-0.0013653864688312606f,2.1904674918844056f,0.5943387325966402f,0.0016977895902276392f,0.8042130242951345f,-0.6453526744461975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.8042141833654365f,-5.849042775377244e-19f,-0.5943395891860679f,-1.2920783985326554f,-0.0010090635675802772f,0.9999985587542151f,-0.0013653864688312606f,2.190372892174945f,0.5943387325966402f,0.0016977895902276392f,0.8042130242951345f,-0.5896334182652625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8042141833654365f,-5.849042775377244e-19f,-0.5943395891860679f,-1.240625f,-0.0010090635675802772f,0.9999985587542151f,-0.0013653864688312606f,2.190625f,0.5943387325966402f,0.0016977895902276392f,0.8042130242951345f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8042141833654368f,-1.6906576007812947e-19f,0.5943395891860676f,1.2920783985326554f,-0.0010090635675802772f,0.9999985587542151f,-0.0013653864688312606f,2.190372892174945f,-0.5943387325966398f,-0.0016977895902276392f,-0.8042130242951349f,-0.8866165817347377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8042141833654368f,-1.6906576007812947e-19f,0.5943395891860676f,1.367473478223165f,-0.0010090635675802772f,0.9999985587542151f,-0.0013653864688312606f,2.1904674918844056f,-0.5943387325966398f,-0.0016977895902276392f,-0.8042130242951349f,-0.8308973255538027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8042141833654368f,-1.6906576007812947e-19f,0.5943395891860676f,1.240625f,-0.0010090635675802772f,0.9999985587542151f,-0.0013653864688312606f,2.190625f,-0.5943387325966398f,-0.0016977895902276392f,-0.8042130242951349f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0528691296574273f,1.1545011242153087f,1.9135106236677394e-16f,-0.00034250000000012385f,1.1545011242153087f,1.0528691296574273f,0f,1.4342475f,-1.2893928095560277e-16f,1.4138561063822986e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94.mcfunction new file mode 100644 index 000000000..d81af9553 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..92587365f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,-0.12026397195170302f,-0.43276739912378387f,0.04019519038435747f,-0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,0.423912614834635f,0.08777276099115598f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,0.14684096202643201f,-0.4239354113865638f,0.04019519038435747f,0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,0.41655513782528913f,-0.07947710407449236f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6820508776847075f,0.12026397195170302f,0.432767399123784f,-0.040195190384357316f,0.1484895271661502f,0.8029800520080395f,0.010878457775978422f,1.431706700642482f,-0.4239126148346351f,0.087772760991156f,-0.6924871708966861f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6623567760985442f,-0.14684096202643201f,0.42393541138656393f,-0.040195190384357316f,-0.16662928406404892f,0.7823816982771801f,0.010656448433611515f,1.431706700642482f,-0.41655513782528925f,-0.07947710407449238f,-0.6783547796538967f,-0.6061189405409682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4910903451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4957492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4968950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5518311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.3027507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4859014729883857f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1809479657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0662469139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2894036997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.299427700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.295130897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.3050790983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.4124737419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.189517265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6765198050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.3015660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.34006672626584133f,-0.04211898818554208f,0.23778256097306957f,-0.34002142299655225f,0.9403796796193284f,-0.00845517962250758f,0.7101308660301582f,0.04248316587002615f,0.006378075405837236f,-0.9990768242591644f,-0.14377798912010925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9394576161387269f,-0.3260053757000437f,0.10554564175565866f,0.12500000000000003f,-0.34002142299655225f,0.848700113095258f,-0.40508462070966866f,1.0021123478546277f,0.04248316587002615f,-0.4164476114072091f,-0.9081665968151934f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.21252511787329076f,0.2738562840979133f,-0.23540731544689097f,0.3457881890510336f,0.6292269650882066f,0.6960631829932477f,0.7217915772741187f,-0.024386848500365797f,0.747600495370909f,-0.6637008218628266f,-0.18179963761293574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9379956342824985f,0.3434290579514467f,-0.047124008971595355f,-0.12499999999999996f,0.3457881890510336f,0.9174218816553122f,-0.1968949450159471f,1.0126459502059202f,-0.024386848500365797f,-0.2009815245603636f,-0.9792914318044512f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1954063656606273f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1954063656606273f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2187841149339689f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2187841149339689f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2748202226387644f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0828996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.30625f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.31284607305725404f,-7.405069942566651e-19f,-0.9498038400494363f,-1.3977602356819743f,-0.002041560032425751f,0.9999976899202472f,-0.0006724483647294939f,2.1843698308718107f,0.9498016459268163f,0.0021494543887288246f,0.3128453503578749f,-0.7357201495991385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.31284607305725404f,-7.405069942566651e-19f,-0.9498038400494363f,-1.3684309163328567f,-0.002041560032425751f,0.9999976899202472f,-0.0006724483647294939f,2.184178434618771f,0.9498016459268163f,0.0021494543887288246f,0.3128453503578749f,-0.6466762452934994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.31284607305725404f,-7.405069942566651e-19f,-0.9498038400494363f,-1.240625f,-0.002041560032425751f,0.9999976899202472f,-0.0006724483647294939f,2.184375f,0.9498016459268163f,0.0021494543887288246f,0.3128453503578749f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3128460730572545f,-2.1404250684266795e-19f,0.9498038400494362f,1.3684309163328567f,-0.002041560032425751f,0.9999976899202472f,-0.0006724483647294939f,2.184178434618771f,-0.9498016459268162f,-0.0021494543887288246f,-0.31284535035787536f,-0.8295737547065007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3128460730572545f,-2.1404250684266795e-19f,0.9498038400494362f,1.3977602356819743f,-0.002041560032425751f,0.9999976899202472f,-0.0006724483647294939f,2.1843698308718107f,-0.9498016459268162f,-0.0021494543887288246f,-0.31284535035787536f,-0.7405298504008617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3128460730572545f,-2.1404250684266795e-19f,0.9498038400494362f,1.240625f,-0.002041560032425751f,0.9999976899202472f,-0.0006724483647294939f,2.184375f,-0.9498016459268162f,-0.0021494543887288246f,-0.31284535035787536f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.34721975535991023f,1.523431879503578f,1.9135106236677394e-16f,-0.00034250000000012385f,1.523431879503578f,0.34721975535991023f,0f,1.4279974999999998f,-4.252215620022411e-17f,1.8656659749530927e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95.mcfunction new file mode 100644 index 000000000..7ab0a500e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..c7798685e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,-0.1228133820973555f,-0.40833333333333316f,0.038397459621556204f,-0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,0.39985272598159377f,0.08353035343351799f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,0.14995376324455487f,-0.39999999999999986f,0.038397459621556204f,0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,0.393189974117727f,-0.0742971719887473f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6965093010944953f,0.1228133820973555f,0.4083333333333334f,-0.03839745962155605f,0.14811156422909877f,0.8030466970715493f,0.011109064250827505f,1.4255036957801868f,-0.399852725981594f,0.08353035343351803f,-0.7071668275766365f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6763977150233405f,-0.14995376324455487f,0.4000000000000001f,-0.03839745962155605f,-0.16699633338641026f,0.7823003254014858f,0.010882348653871842f,1.4255036957801868f,-0.3931899741177272f,-0.07429717198874734f,-0.692734851503644f,-0.6091104978577507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4848403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4894992370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4906450938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5455811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,-0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.033119873995015446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,-0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,1.0772588091356392e-16f,5.824716652349039e-17f,0.15625f,0f,0.4756242090702751f,-0.8796485728666165f,1.2972378506956712f,-1.2246467991473532e-16f,-0.8796485728666165f,-0.4756242090702751f,-0.03311987399501542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.4624943251060953e-17f,1.1996336939458063e-16f,0.15625f,0f,0.9795752495993441f,-0.20107792114596468f,1.4796514729883858f,-1.2246467991473532e-16f,-0.20107792114596468f,-0.9795752495993441f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1746979657679004f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0599969139520584f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.283153699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2931777008145504f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2888808979854725f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2988290983754878f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.406223741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1832672655882144f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6702698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2953160678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3356051923114915f,-0.04005278227816454f,0.2360618635534567f,-0.3355758270897944f,0.9419820936128103f,-0.007655036631347534f,0.7032536140879234f,0.04029807374621844f,0.006236201279117504f,-0.9991682416119672f,-0.14371917725533973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9411508537558391f,-0.3210886363861138f,0.10553273453465163f,0.12500000000000003f,-0.3355758270897944f,0.8504905484156751f,-0.40503665430255176f,0.9958623478546278f,0.04029807374621844f,-0.4166148276757687f,-0.9081894904770886f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.2100619534897442f,0.2696035318268031f,-0.23378896797691823f,0.3409804998352757f,0.6301070916877514f,0.6976369770424223f,0.7149462918196198f,-0.023332111123921917f,0.7475553683178767f,-0.6637895629562315f,-0.1817665884713916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9397807783321526f,0.33851448425689f,-0.047117222177302145f,-0.12499999999999996f,0.3409804998352757f,0.9192248905819946f,-0.19687025998511196f,1.0063959502059203f,-0.023332111123921917f,-0.20108094012812797f,-0.9792967211768296f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.113493090613686e-16f,-0.006249999999999964f,0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,-0.10070743836536786f,-0.4039154736610531f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966762f,1.113493090613686e-16f,-0.006249999999999964f,-0.21996412304833293f,0.8822279107841864f,-0.4162807922604012f,1.1891563656606277f,0.10070743836536761f,-0.40391547366105324f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,5.097969397882246e-17f,1.113493090613686e-16f,-0.006249999999999964f,0f,0.9092361090470684f,-0.4162807922604012f,1.1891563656606277f,-1.2246467991473532e-16f,-0.4162807922604012f,-0.9092361090470684f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966765f,1.202552594398555e-16f,-0.006249999999999965f,0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,0.04574632801737327f,0.18347850019135786f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.202552594398555e-16f,-0.006249999999999965f,-0.2375573131761331f,0.9527903423088383f,0.18909544298989128f,1.2125341149339692f,-0.04574632801737351f,0.1834785001913578f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.3157512899092116e-17f,1.202552594398555e-16f,-0.006249999999999965f,0f,0.9819587126964436f,0.18909544298989128f,1.2125341149339692f,-1.2246467991473532e-16f,0.18909544298989128f,-0.9819587126964436f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,0.2838099262245328f,-0.009440912861476573f,-0.19999999999999998f,0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,-0.010969982204215677f,-0.07024214096793213f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9588340810279781f,-0.2838099262245328f,0.00944091286147682f,0.18750000000000003f,-0.28375493748950337f,0.9563043278207343f,-0.07046394852448779f,1.2785663237891682f,0.010969982204215441f,-0.0702421409679322f,-0.9974696492238149f,-0.29752898471802663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.076649614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.3f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.27767075888832293f,-8.91446742786366e-19f,-0.9606762980621427f,-1.3717106278864315f,-0.0024858307002607327f,0.9999966521986962f,0.0007184964367306985f,2.1783492977795844f,0.9606730819087794f,0.0025875840855812734f,-0.2776698293017943f,-0.8248070251097434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.27767075888832293f,-8.91446742786366e-19f,-0.9606762980621427f,-1.3977422615322117f,-0.0024858307002607327f,0.9999966521986962f,0.0007184964367306985f,2.178116251151435f,0.9606730819087794f,0.0025875840855812734f,-0.2776698293017943f,-0.7347439236807952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.27767075888832293f,-8.91446742786366e-19f,-0.9606762980621427f,-1.240625f,-0.0024858307002607327f,0.9999966521986962f,0.0007184964367306985f,2.178125f,0.9606730819087794f,0.0025875840855812734f,-0.2776698293017943f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2776707588883225f,-2.5767142920001854e-19f,0.9606762980621428f,1.3977422615322117f,-0.0024858307002607327f,0.9999966521986962f,0.0007184964367306985f,2.178116251151435f,-0.9606730819087795f,-0.0025875840855812734f,0.27766982930179385f,-0.7415060763192048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.2776707588883225f,-2.5767142920001854e-19f,0.9606762980621428f,1.3717106278864315f,-0.0024858307002607327f,0.9999966521986962f,0.0007184964367306985f,2.1783492977795844f,-0.9606730819087795f,-0.0025875840855812734f,0.27766982930179385f,-0.6514429748902568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2776707588883225f,-2.5767142920001854e-19f,0.9606762980621428f,1.240625f,-0.0024858307002607327f,0.9999966521986962f,0.0007184964367306985f,2.178125f,-0.9606730819087795f,-0.0025875840855812734f,0.27766982930179385f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.4181560947445422f,1.505507133967818f,1.9135106236677394e-16f,-0.00034250000000012385f,1.505507133967818f,-0.4181560947445422f,0f,1.4217475f,5.1209352297286096e-17f,1.8437144927071938e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96.mcfunction new file mode 100644 index 000000000..1dc49fc7f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96_as_bone.mcfunction new file mode 100644 index 000000000..049011ad4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_96_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,-0.1252131630548736f,-0.3834017762751441f,0.036705240714107384f,-0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,0.3753029643128782f,0.07920156808136095f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,0.15288386890077071f,-0.37557725022871263f,0.036705240714107384f,0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,0.36934908258764537f,-0.06901177358387893f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7101191352099324f,0.1252131630548736f,0.3834017762751443f,-0.03670524071410723f,0.14772590575490982f,0.8031146990658877f,0.01132613604210712f,1.4193016477652223f,-0.37530296431287846f,0.07920156808136099f,-0.7209849104078839f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6896145675234616f,-0.15288386890077071f,0.37557725022871286f,-0.03670524071410723f,-0.1673708560386001f,0.7822172957284564f,0.011094990408594732f,1.4193016477652223f,-0.3693490825876456f,-0.06901177358387899f,-0.7062709326444577f,-0.6121629649574079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4785903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4832492370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4843950938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5393311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,-0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,-0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,9.793312573434603e-17f,7.353027070886761e-17f,0.15625f,0f,0.6004202253258836f,-0.7996846584870909f,1.2902507909641738f,-1.2246467991473532e-16f,-0.7996846584870909f,-0.6004202253258836f,-0.036310105347809936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.2527543272670036e-17f,1.2037486291047878e-16f,0.15625f,0f,0.9829353491495542f,-0.18395135061272025f,1.4734014729883858f,-1.2246467991473532e-16f,-0.18395135061272025f,-0.9829353491495542f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1684479657679003f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0537469139520583f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2769036997987873f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2869277008145508f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.282630897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.292579098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.399973741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1770172655882147f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.664019805041061f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2890660678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3311356925716457f,-0.03797973537574095f,0.2343375920103346f,-0.3311204293158884f,0.9435634620733723f,-0.006874178479898685f,0.6963859977923932f,0.03811257645156705f,0.0060947637532778876f,-0.9992548650724775f,-0.14366126498182208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9428184834876144f,-0.3161617864893241f,0.1055226608743062f,0.12500000000000003f,-0.3311204293158884f,0.852253759880288f,-0.40499727166929694f,0.9896123478546277f,0.03811257645156705f,-0.41677962226312315f,-0.9082082239125738f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.20759529018159617f,0.2653417565637321f,-0.2321673853183959f,0.3361633281944752f,0.6309779881982804f,0.6991859517942737f,0.708109860007455f,-0.022277097187953822f,0.7475098487001155f,-0.6638770647018986f,-0.18173388337929486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9415401997355674f,0.3335903469597764f,-0.04711191672139844f,-0.12499999999999996f,0.3361633281944752f,0.9210017903221831f,-0.1968499911113716f,1.0001459502059202f,-0.022277097187953822f,-0.2011794786716317f,-0.9793010509043114f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065583f,1.1272933223801343e-16f,-0.006249999999999964f,0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,-0.08922379316984423f,-0.3804075833929789f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.22835087011065572f,1.1272933223801343e-16f,-0.006249999999999964f,-0.21019808422694644f,0.8961841053136461f,-0.39073112848927377f,1.1829063656606276f,0.08922379316984398f,-0.38040758339297903f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.785076258316223e-17f,1.1272933223801343e-16f,-0.006249999999999964f,0f,0.9205048534524404f,-0.39073112848927377f,1.1829063656606276f,-1.2246467991473532e-16f,-0.39073112848927377f,-0.9205048534524404f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,0.22835087011065575f,1.2064109830856497e-16f,-0.006249999999999965f,0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,0.03926015964614526f,0.1673865448219972f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9735789028731603f,-0.2283508701106558f,1.2064109830856497e-16f,-0.006249999999999965f,-0.2249505717815644f,0.959081656967883f,0.1719291002794096f,1.2062841149339691f,-0.039260159646145494f,0.16738654482199714f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-2.1055242233746327e-17f,1.2064109830856497e-16f,-0.006249999999999965f,0f,0.9851093261547739f,0.1719291002794096f,1.2062841149339691f,-1.2246467991473532e-16f,0.1719291002794096f,-0.9851093261547739f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,0.2703950207595011f,-0.00943701870084431f,-0.19999999999999998f,0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,-0.0099874571920449f,-0.07037151849864573f,-0.9974708517460708f,-0.297249768330791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9627032125356749f,-0.2703950207595011f,0.009437018700844556f,0.18750000000000003f,-0.27037524900095455f,0.9601741415663431f,-0.07044744562443753f,1.2623202226387646f,0.009987457192044665f,-0.0703715184986458f,-0.9974708517460708f,-0.2972497683307909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.070399614920671f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.29375f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7600627684412159f,-1.0370291005155588e-18f,-0.6498496657146751f,-1.3024745075865194f,-0.001956153415777654f,0.9999954694491101f,0.002287912819123464f,2.172309881614233f,0.6498467215376937f,0.003010162994584855f,-0.7600593249381639f,-0.8825954638128042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7600627684412159f,-1.0370291005155588e-18f,-0.6498496657146751f,-1.3737303921278834f,-0.001956153415777654f,0.9999954694491101f,0.002287912819123464f,2.172126492231504f,0.6498467215376937f,0.003010162994584855f,-0.7600593249381639f,-0.8216723336686453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7600627684412159f,-1.0370291005155588e-18f,-0.6498496657146751f,-1.240625f,-0.001956153415777654f,0.9999954694491101f,0.002287912819123464f,2.171875f,0.6498467215376937f,0.003010162994584855f,-0.7600593249381639f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7600627684412156f,-2.9975180526952783e-19f,0.6498496657146754f,1.3737303921278834f,-0.001956153415777654f,0.9999954694491101f,0.002287912819123464f,2.172126492231504f,-0.6498467215376941f,-0.003010162994584855f,0.7600593249381635f,-0.6545776663313547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.7600627684412156f,-2.9975180526952783e-19f,0.6498496657146754f,1.3024745075865194f,-0.001956153415777654f,0.9999954694491101f,0.002287912819123464f,2.172309881614233f,-0.6498467215376941f,-0.003010162994584855f,0.7600593249381635f,-0.593654536187196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.7600627684412156f,-2.9975180526952783e-19f,0.6498496657146754f,1.240625f,-0.001956153415777654f,0.9999954694491101f,0.002287912819123464f,2.171875f,-0.6498467215376941f,-0.003010162994584855f,0.7600593249381635f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.058917270615198f,1.1489562498167019f,1.9135106236677394e-16f,-0.00034250000000012385f,1.1489562498167019f,-1.058917270615198f,0f,1.4154974999999999f,1.2967996460207536e-16f,1.4070655936983705e-16f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97.mcfunction new file mode 100644 index 000000000..4b0770910 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97_as_bone.mcfunction new file mode 100644 index 000000000..4675900ec --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_97_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,-0.1274603910608185f,-0.35800310321108f,0.035120595370083385f,-0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.4131004981754816f,0.35029323993148037f,0.07479167889283819f,-0.7339245841850109f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,0.15562770911268564f,-0.350696917431262f,0.035120595370083385f,0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.4131004981754816f,0.3450615096889656f,-0.06362734830369031f,-0.7189465314465414f,-0.6152726228789751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7228637985445836f,0.1274603910608185f,0.3580031032110802f,-0.03512059537008323f,0.14733302160902795f,0.8031839751410993f,0.011529408681276943f,1.4131004981754816f,-0.3502932399314806f,0.07479167889283823f,-0.7339245841850109f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7019912309000362f,-0.15562770911268564f,0.35069691743126225f,-0.03512059537008323f,-0.1677523957224576f,0.7821327104169588f,0.011294114626557005f,1.4131004981754816f,-0.3450615096889658f,-0.06362734830369036f,-0.7189465314465414f,-0.615272622878975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4723403451886714f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4769992370213956f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4781450938305816f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5330811307608407f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,-0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,-0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4671514729883859f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,8.598894888620684e-17f,8.719804181324192e-17f,0.15625f,0f,0.7120260459909957f,-0.7021530529951632f,1.2833195207046417f,-1.2246467991473532e-16f,-0.7021530529951632f,-0.7120260459909957f,-0.03951271427891984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,2.0423281186369045e-17f,1.207496890770369e-16f,0.15625f,0f,0.985996037070505f,-0.16676874671610237f,1.4671514729883859f,-1.2246467991473532e-16f,-0.16676874671610237f,-0.985996037070505f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1621979657679007f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0474969139520587f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2706536997987876f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.280677700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.276380897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2863290983754885f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3937237419207515f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.170767265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6577698050410614f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2828160678604386f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3266583254178387f,-0.035899994659054996f,0.2326098004660831f,-0.3266553907791867f,0.9451237438106833f,-0.006112655738262418f,0.6895280380449097f,0.03592668724226617f,0.005953765236476893f,-0.9993366929235137f,-0.1436042533241742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9444604432260216f,-0.3112249773658495f,0.10551532895713903f,0.12500000000000003f,-0.3266553907791867f,0.8539896887861304f,-0.4049665012341947f,0.9833623478546278f,0.03592668724226617f,-0.4169419922610274f,-0.908222796583086f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.20512515683702395f,0.26107110181949356f,-0.23054261585229208f,0.33133681487788175f,0.6318396418397895f,0.7007100556623594f,0.7012822995039271f,-0.021221811403326706f,0.7474639369443539f,-0.6639633255597847f,-0.18170152286924185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9432738466783345f,0.32865678478818716f,-0.04710804586638317f,-0.12499999999999996f,0.33133681487788175f,0.9227525298107061f,-0.19683415312013886f,0.9938959502059204f,-0.021221811403326706f,-0.20127713864379418f,-0.9793044205864325f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.2147353271670633f,1.1402145247235727e-16f,-0.006249999999999964f,0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1766563656606275f,-0.0783519356604049f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.2147353271670632f,1.1402145247235727e-16f,-0.006249999999999964f,-0.19993057523003702f,0.909336404934733f,-0.3648767843376198f,1.1766563656606275f,0.07835193566040465f,-0.35636504027026794f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.468451860222451e-17f,1.1402145247235727e-16f,-0.006249999999999964f,0f,0.9310558158625283f,-0.3648767843376198f,1.1766563656606275f,-1.2246467991473532e-16f,-0.3648767843376198f,-0.9310558158625283f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,0.21473532716706323f,1.209901887300531e-16f,-0.006249999999999965f,0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.200034114933969f,0.03322178541815892f,0.15110134546906084f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9766722783341679f,-0.21473532716706328f,1.209901887300531e-16f,-0.006249999999999965f,-0.21214988500391765f,0.964913013003708f,0.15471038629946818f,1.200034114933969f,-0.03322178541815916f,0.1511013454690608f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.8946557937649423e-17f,1.209901887300531e-16f,-0.006249999999999965f,0f,0.9879598657693891f,0.15471038629946818f,1.200034114933969f,-1.2246467991473532e-16f,0.15471038629946818f,-0.9879598657693891f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,0.2569273013307541f,-0.009435307504385553f,-0.19999999999999998f,0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.246074121488361f,-0.009003457460764627f,-0.070495634782108f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9663846733072672f,-0.2569273013307541f,0.0094353075043858f,0.18750000000000003f,-0.2569427970396497f,0.9638561756338772f,-0.07043913501653637f,1.246074121488361f,0.009003457460764391f,-0.07049563478210806f,-0.9974714548449092f,-0.29697055194355526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0641496149206708f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.2875f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9896542375737809f,-1.1764556656227178e-18f,-0.1434729593068267f,-1.2157559015097532f,-0.0004899420226618255f,0.9999941693021112f,0.003379544140131728f,2.1661548976533322f,0.14347212275934573f,0.003414873611229069f,-0.9896484671989072f,-0.8932975258341805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9896542375737809f,-1.1764556656227178e-18f,-0.1434729593068267f,-1.3085359862822952f,-0.0004899420226618255f,0.9999941693021112f,0.003379544140131728f,2.166108965588708f,0.14347212275934573f,0.003414873611229069f,-0.9896484671989072f,-0.879847014325492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9896542375737809f,-1.1764556656227178e-18f,-0.1434729593068267f,-1.240625f,-0.0004899420226618255f,0.9999941693021112f,0.003379544140131728f,2.1656250000000004f,0.14347212275934573f,0.003414873611229069f,-0.9896484671989072f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9896542375737809f,-3.400528581258293e-19f,0.14347295930682713f,1.3085359862822952f,-0.0004899420226618255f,0.9999941693021112f,0.003379544140131728f,2.166108965588708f,-0.14347212275934618f,-0.003414873611229069f,0.9896484671989072f,-0.5964029856745081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9896542375737809f,-3.400528581258293e-19f,0.14347295930682713f,1.2157559015097532f,-0.0004899420226618255f,0.9999941693021112f,0.003379544140131728f,2.1661548976533322f,-0.14347212275934618f,-0.003414873611229069f,0.9896484671989072f,-0.5829524741658194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9896542375737809f,-3.400528581258293e-19f,0.14347295930682713f,1.240625f,-0.0004899420226618255f,0.9999941693021112f,0.003379544140131728f,2.1656250000000004f,-0.14347212275934618f,-0.003414873611229069f,0.9896484671989072f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4544604375085732f,0.5709212605275524f,1.9135106236677394e-16f,-0.00034250000000012385f,0.5709212605275524f,-1.4544604375085732f,0f,1.4092475f,1.7812003192813332e-16f,6.991768942702393e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98.mcfunction new file mode 100644 index 000000000..b444f98cd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98_as_bone.mcfunction new file mode 100644 index 000000000..f4c8dc882 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_98_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,-0.129552328214024f,-0.3321682585119032f,0.033645454235739974f,-0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.4069001874942642f,0.32485402333410596f,0.07030605863863448f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,0.15818194093365767f,-0.3253893144606399f,0.033645454235739974f,0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.4069001874942642f,0.32035684608805065f,-0.05815045624097816f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7347277636893407f,0.129552328214024f,0.33216825851190346f,-0.03364545423573982f,0.14693339046026577f,0.8032544408949576f,0.011718634511937892f,1.4069001874942642f,-0.3248540233341061f,0.07030605863863452f,-0.7459700839087244f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7135126260952189f,-0.15818194093365767f,0.3253893144606401f,-0.03364545423573982f,-0.16814048759064962f,0.7820466725211654f,0.011479478705571812f,1.4069001874942642f,-0.3203568460880509f,-0.0581504562409782f,-0.7307462046452812f,-0.6184356829832811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4660903451886713f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4707492370213955f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4718950938305815f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5268311307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,-0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.04272672524264042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,-0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,7.215574331020494e-17f,9.895022250591655e-17f,0.15625f,0f,0.8079898838980311f,-0.5891963573533412f,1.2764442474385953f,-1.2246467991473532e-16f,-0.5891963573533412f,-0.8079898838980311f,-0.042726725242640394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.831279797077389e-17f,1.2108773371857366e-16f,0.15625f,0f,0.9887563810470058f,-0.14953534344370942f,1.4609014729883858f,-1.2246467991473532e-16f,-0.14953534344370942f,-0.9887563810470058f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1559479657679006f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0412469139520586f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.264403699798787f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.2744277008145506f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.2701308979854726f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.280079098375488f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.387473741920751f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.1645172655882146f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6515198050410613f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2765660678604385f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.32217318944535234f,-0.03381370766765825f,0.23087854317000633f,-0.3221808729941131f,0.9466628980866976f,-0.005370517930875007f,0.6826797554392181f,0.03374041938648522f,0.005813208124933578f,-0.9994137234953901f,-0.14354814329572618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9460766719332927f,-0.30627836072627057f,0.10551064673507232f,0.12500000000000003f,-0.3221808729941131f,0.8556982772820629f,-0.404944370664985f,0.9771123478546277f,0.03374041938648522f,-0.41710193479212976f,-0.9082332079880617f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.20265158238279485f,0.25679171140048895f,-0.22891470805682865f,0.3265011009243267f,0.6326920398788188f,0.7022092378836821f,0.6944636277114307f,-0.020166258489003733f,0.747417633476578f,-0.6640483440133153f,-0.18166950746637472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9449816681363492f,0.3237139367455029f,-0.04710556276037082f,-0.12499999999999996f,0.3265011009243267f,0.9244770587187882f,-0.1968227603654131f,0.9876459502059203f,-0.020166258489003733f,-0.20137391851823006f,-0.9793068298338207f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.20107792114596457f,1.1522466220790924e-16f,-0.006249999999999964f,0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1704063656606274f,-0.06811271681623081f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.2010779211459645f,1.1522466220790924e-16f,-0.006249999999999964f,-0.18919034906753224f,0.9216635140915581f,-0.3387379202452912f,1.1704063656606274f,0.06811271681623056f,-0.33181928277304384f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,4.148343097782272e-17f,1.1522466220790924e-16f,-0.006249999999999964f,0f,0.9408807689542255f,-0.3387379202452912f,1.1704063656606274f,-1.2246467991473532e-16f,-0.3387379202452912f,-0.9408807689542255f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,0.2010779211459645f,1.2130242436799578e-16f,-0.006249999999999965f,0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.193784114933969f,0.02763706359000012f,0.13463727549040638f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9795752495993441f,-0.20107792114596457f,1.2130242436799578e-16f,-0.006249999999999965f,-0.19916958374336433f,0.9702785546821786f,0.13744454603714654f,1.193784114933969f,-0.027637063590000364f,0.13463727549040633f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.6832102336465256e-17f,1.2130242436799578e-16f,-0.006249999999999965f,0f,0.9905094632383088f,0.13744454603714654f,1.193784114933969f,-1.2246467991473532e-16f,0.13744454603714654f,-0.9905094632383088f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,0.24340939829134373f,-0.009435548989242946f,-0.19999999999999998f,0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2298280203379572f,-0.00801805674957486f,-0.07061446968348174f,-0.997471456953672f,-0.2966913355563196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9698777424184543f,-0.24340939829134373f,0.009435548989243193f,0.18750000000000003f,-0.2434602134379312f,0.9673497100298147f,-0.07043907280757152f,1.2298280203379572f,0.008018056749574622f,-0.0706144696834818f,-0.997471456953672f,-0.29669133555631955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0578996149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.28125f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9213192647588351f,-1.308607600604889e-18f,0.3888069088689651f,-1.1391171231340849f,0.0014768707216418387f,0.9999927857932306f,0.0034996020296169162f,2.1598307119893656f,-0.3888041039355311f,0.003798468308955825f,-0.9213126181711584f,-0.8580967003536959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9213192647588351f,-1.308607600604889e-18f,0.3888069088689651f,-1.2254908042052257f,0.0014768707216418387f,0.9999927857932306f,0.0034996020296169162f,2.1599691686195195f,-0.3888041039355311f,0.003798468308955825f,-0.9213126181711584f,-0.894547085097652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9213192647588351f,-1.308607600604889e-18f,0.3888069088689651f,-1.240625f,0.0014768707216418387f,0.9999927857932306f,0.0034996020296169162f,2.159375f,-0.3888041039355311f,0.003798468308955825f,-0.9213126181711584f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9213192647588352f,-3.782511893598069e-19f,-0.38880690886896463f,1.2254908042052257f,0.0014768707216418387f,0.9999927857932306f,0.0034996020296169162f,2.1599691686195195f,0.38880410393553066f,-0.003798468308955825f,0.9213126181711585f,-0.5817029149023482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9213192647588352f,-3.782511893598069e-19f,-0.38880690886896463f,1.139117123134085f,0.0014768707216418387f,0.9999927857932306f,0.0034996020296169162f,2.1598307119893656f,0.38880410393553066f,-0.003798468308955825f,0.9213126181711585f,-0.6181532996463042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9213192647588352f,-3.782511893598069e-19f,-0.38880690886896463f,1.240625f,0.0014768707216418387f,0.9999927857932306f,0.0034996020296169162f,2.159375f,0.38880410393553066f,-0.003798468308955825f,0.9213126181711585f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.560073490700261f,-0.0870456984250329f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.0870456984250329f,-1.560073490700261f,0f,1.4029975f,1.9105390068207126e-16f,-1.0660023595576235e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99.mcfunction new file mode 100644 index 000000000..0264fa12d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99_as_bone.mcfunction new file mode 100644 index 000000000..8f1bfa768 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_99_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,-0.13148642581130696f,-0.30592871795632787f,0.03228161454332133f,-0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,0.2990163082875687f,0.0657501723560729f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,0.1605434524256621f,-0.2996852747327294f,0.03228161454332133f,0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,0.29526519061203726f,-0.05258777014507049f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7456965762301779f,0.13148642581130696f,0.3059287179563281f,-0.03228161454332118f,0.14652749919761962f,0.8033260104757959f,0.011893582991563309f,1.4007006551827892f,-0.2990163082875689f,0.06575017235607294f,-0.7571067339930775f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7241647160636989f,-0.1605434524256621f,0.2996852747327296f,-0.03228161454332118f,-0.16853465881301574f,0.7819592868649995f,0.011650856808062018f,1.4007006551827892f,-0.2952651906120375f,-0.052587770145070545f,-0.7416555761564841f,-0.6216482915688208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000010529924891422476f,0.000006450391044703763f,0.000009573597137513511f,-0.09566384914190401f,0.0000043349587863466256f,0.000014219293933574156f,-0.000004812529205240994f,1.4598403451886712f,-0.000010699039167218595f,-5.871630106084892e-7f,-0.000011372177693709135f,0.38381106933576925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.2995660843396886f,-0.9252047896222025f,-0.23292972840219958f,-0.19514951232084043f,-0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4644992370213954f,0.9528600215676346f,0.30245096160174956f,0.02410798880669998f,0.1548903336619349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.272473333398768f,-0.9252047896222025f,-0.26411054474727f,-0.29843749999999997f,-0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,0.949835013336882f,0.30245096160174956f,-0.07960441737430281f,-0.19529835250708943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.29956608433968884f,0.9252047896222025f,0.23292972840219955f,0.1997755362689515f,0.048144993628762345f,0.22917136183719128f,-0.9721947060657006f,1.4656450938305814f,-0.9528600215676346f,0.3024509616017498f,0.02410798880670005f,0.1564025884699437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2724733333987682f,0.9252047896222025f,0.26411054474727f,0.2984375000000001f,0.15353087645776356f,0.22917136183719128f,-0.9612017253874434f,1.5205811307608406f,-0.949835013336882f,0.3024509616017498f,-0.07960441737430274f,-0.19529835250708938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,-0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,-0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.0769443295198797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,5.673740064671978e-17f,1.0852863766984354e-16f,0.15625f,0f,0.8862035792312148f,-0.4632960351198611f,1.2696251616303287f,-1.2246467991473532e-16f,-0.4632960351198611f,-0.8862035792312148f,-0.04595115922009711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,1.6196736499516814e-17f,1.2138889386341652e-16f,0.15625f,0f,0.9912155402515417f,-0.13225639025712235f,1.4546514729883857f,-1.2246467991473532e-16f,-0.13225639025712235f,-0.9912155402515417f,-0.07694432951987967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.29375000000000007f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,0.33125000000000004f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.3059579176729443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.29374999999999996f,0f,0.9947028171171741f,0.10279253678724681f,2.1496979657679005f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.19985546146980343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,-0.33124999999999993f,0f,0.9947028171171741f,0.10279253678724681f,2.0349969139520585f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.30595791767294434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023084f,1.2181596210854026e-16f,0.19523827377799088f,0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,0.016080295502441087f,0.10152699008496047f,-0.9947028171171741f,-0.2106391445812373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,0.08005326181113279f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2096032648436545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.2419218955996677f,1.2181596210854026e-16f,0.05771677939820301f,0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,0.024867765353069213f,0.09973915913773376f,-0.9947028171171741f,-0.2100472962219465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412529f,1.2181596210854026e-16f,0.08682420206637906f,-0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,-0.007170444893491739f,0.10254213933396791f,-0.9947028171171741f,-0.20901924971704045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.1446100421182231f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.2293375114177505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765817f,1.2181596210854026e-16f,0.12500000000000003f,0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,0.00895895989260835f,0.102401380150856f,-0.9947028171171741f,-0.25237782195169306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.1564344650402309f,1.2181596210854026e-16f,-0.19523827377799083f,-0.15560580306973576f,0.9824563748237705f,0.10279253678724681f,2.2581536997987874f,-0.016080295502441326f,0.10152699008496043f,-0.9947028171171741f,-0.2106391445812374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,-1.3877787807814457e-17f,1.2181596210854026e-16f,-0.08005326181113276f,0f,0.9947028171171741f,0.10279253678724681f,2.268177700814551f,-1.214306433183765e-16f,0.10279253678724681f,-0.9947028171171741f,-0.20960326484365452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2181596210854026e-16f,-0.05771677939820295f,-0.24064039107531637f,0.9651558923634882f,0.10279253678724681f,2.263880897985473f,-0.024867765353069442f,0.09973915913773371f,-0.9947028171171741f,-0.21004729622194657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2181596210854026e-16f,-0.086824202066379f,0.0693869609454416f,0.9922797710482656f,0.10279253678724681f,2.2738290983754883f,0.007170444893491492f,0.10254213933396791f,-0.9947028171171741f,-0.2090192497170405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.14461004211822304f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.3812237419207514f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.22933751141775055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.0871557427476582f,1.2181596210854026e-16f,-0.12499999999999997f,-0.08669406283903532f,0.9909176725890521f,0.10279253678724681f,2.158267265588215f,-0.008958959892608594f,0.10240138015085597f,-0.9947028171171741f,-0.2523778219516931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-1.2588455115273837e-17f,1.2181596210854026e-16f,3.355220361357811e-17f,0f,0.9947028171171741f,0.10279253678724681f,1.6452698050410612f,-1.2246467991473532e-16f,0.10279253678724681f,-0.9947028171171741f,-0.2739745340202454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-1.9235915869112995e-18f,1.2244957175109002e-16f,3.427355045866985e-17f,0f,0.9998766324816606f,0.015707317311820672f,1.2703160678604384f,-1.2246467991473532e-16f,0.015707317311820672f,-0.9998766324816606f,-0.2798647780121782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.31768038347119154f,-0.03172102229259438f,0.22914387449654283f,-0.31769703787791126f,0.9481808846169355f,-0.0046478135339996784f,0.6758411702606688f,0.031553786164129294f,0.0056730948028834716f,-0.9994859551659873f,-0.14349293589849546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9476671096446839f,-0.3013220886306642f,0.10550852193517235f,0.12500000000000003f,-0.31769703787791126f,0.8573794683709941f,-0.4049309068711262f,0.9708623478546277f,0.031553786164129294f,-0.4172594470100418f,-0.908239457664983f,-0.30088673557282236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.20017459578460275f,0.25250372940401433f,-0.22728371050603985f,0.3216563276577f,0.6335351696285061f,0.7036834485203857f,0.6876538617679158f,-0.01911044317191909f,0.7473709387220316f,-0.6641321185694319f,-0.18163783768836617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9466636138774613f,0.3187619421064895f,-0.047104420439740204f,-0.12499999999999996f,0.3216563276577f,0.9261753274555463f,-0.1968158268289769f,0.9813959502059202f,-0.01911044317191909f,-0.201469816789291f,-0.9793082782682183f,-0.30430718459376144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572457f,1.1633802321791102e-16f,-0.006249999999999964f,0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,-0.05852572762184738f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572452f,1.1633802321791102e-16f,-0.006249999999999964f,-0.17800701183438702f,0.9331454347612431f,-0.3123349185122324f,1.1641563656606273f,0.05852572762184714f,-0.3068026084119498f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,3.8249995821795484e-17f,1.1633802321791102e-16f,-0.006249999999999964f,0f,0.9499720515246525f,-0.3123349185122324f,1.1641563656606273f,-1.2246467991473532e-16f,-0.3123349185122324f,-0.9499720515246525f,-0.29753251354470855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,0.18738131458572452f,1.21577710112393e-16f,-0.006249999999999965f,0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,0.02251139879100936f,0.118008885130121f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9822872507286887f,-0.18738131458572457f,1.21577710112393e-16f,-0.006249999999999965f,-0.18602417579536915f,0.9751728800445958f,0.12013683883464701f,1.1875341149339689f,-0.022511398791009603f,0.11800888513012095f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-1.471251951385319e-17f,1.21577710112393e-16f,-0.006249999999999965f,0f,0.9927573419294455f,0.12013683883464701f,1.1875341149339689f,-1.2246467991473532e-16f,0.12013683883464701f,-0.9927573419294455f,-0.28880685661168776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,0.22984395181583775f,-0.009437511752500355f,-0.19999999999999998f,0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,-0.007031329072901585f,-0.07072800409622809f,-0.9974708566409509f,-0.2964121191690839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9731817359494578f,-0.22984395181583775f,0.009437511752500601f,0.18750000000000003f,-0.2299301398813742f,0.9706540615740722f,-0.07044731026724091f,1.2135819191875536f,0.0070313290729013475f,-0.07072800409622815f,-0.9974708566409509f,-0.29641211916908383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,1.4075741345420672e-17f,1.2165307777526794e-16f,-0.0078124999999999644f,0f,0.9933727656003964f,-0.11493715049286661f,1.0516496149206707f,-1.2246467991473532e-16f,-0.11493715049286661f,-0.9933727656003964f,-0.28501125884770256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.419414548976742e-18f,1.2241693277794874e-16f,3.566783802516666e-17f,0f,0.9996101150403544f,-0.02792163872356888f,1.275f,-1.2246467991473532e-16f,-0.02792163872356888f,-0.9996101150403544f,-0.29125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6044646189764296f,-1.4322646590127627e-18f,0.7966319880632957f,-1.0927959227759856f,0.0033119218928245034f,0.99999135795406f,0.0025130042918472375f,2.153346704305051f,-0.7966251035330576f,0.004157405103548712f,-0.6044593951654234f,-0.7914521075467016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6044646189764296f,-1.4322646590127627e-18f,0.7966319880632957f,-1.1494644808050258f,0.0033119218928245034f,0.99999135795406f,0.0025130042918472375f,2.1536571969825036f,-0.7966251035330576f,0.004157405103548712f,-0.6044593951654234f,-0.8661357110029257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6044646189764296f,-1.4322646590127627e-18f,0.7966319880632957f,-1.240625f,0.0033119218928245034f,0.99999135795406f,0.0025130042918472375f,2.153125f,-0.7966251035330576f,0.004157405103548712f,-0.6044593951654234f,-0.7381250000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6044646189764299f,-4.1399408844880254e-19f,-0.7966319880632954f,1.1494644808050258f,0.0033119218928245034f,0.99999135795406f,0.0025130042918472375f,2.1536571969825036f,0.7966251035330573f,-0.004157405103548712f,0.6044593951654237f,-0.6101142889970743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6044646189764299f,-4.1399408844880254e-19f,-0.7966319880632954f,1.0927959227759856f,0.0033119218928245034f,0.99999135795406f,0.0025130042918472375f,2.153346704305051f,0.7966251035330573f,-0.004157405103548712f,0.6044593951654237f,-0.6847978924532984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.6044646189764299f,-4.1399408844880254e-19f,-0.7966319880632954f,1.240625f,0.0033119218928245034f,0.99999135795406f,0.0025130042918472375f,2.153125f,0.7966251035330573f,-0.004157405103548712f,0.6044593951654237f,-0.7381249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.3983773182358685f,-0.6970990789288571f,1.9135106236677394e-16f,-0.00034250000000012385f,-0.6970990789288571f,-1.3983773182358685f,0f,1.3967474999999998f,1.712518306777816e-16f,-8.53700155698793e-17f,-1.5625f,1.011875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..c5486ef91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6687174718148412f,-0.11791293275210896f,-0.45371569029934167f,0.04185303876974551f,-0.06206827247867192f,0.8057223555827121f,-0.11791293275210898f,1.251036893408178f,0.4646600013832962f,-0.06206827247867195f,-0.6687174718148412f,-0.43799071063299966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6494083700260272f,0.14397036951042164f,-0.4444561864156817f,0.04185303876974551f,0.24587068408780316f,0.7524665071961717f,-0.11550654636941289f,1.251036893408178f,0.39726109254032693f,-0.23036208075771997f,-0.6550701764716812f,-0.43799071063299966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6687174718148412f,0.11791293275210898f,0.4537156902993418f,-0.0418530387697454f,0.06206827247867192f,0.8057223555827121f,-0.11791293275210898f,1.251036893408178f,-0.46466000138329633f,-0.06206827247867192f,-0.6687174718148412f,-0.4379907106329997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6494083700260272f,-0.14397036951042158f,0.4444561864156818f,-0.0418530387697454f,-0.24587068408780316f,0.7524665071961717f,-0.11550654636941289f,1.251036893408178f,-0.39726109254032704f,-0.23036208075771997f,-0.6550701764716812f,-0.4379907106329997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000006264188295005839f,0.000001490247083656728f,0.000014236563266264947f,-0.3187380559043941f,-0.000011526363853479413f,0.000008689526155983065f,-0.000005981278834972448f,1.8900966102342098f,-0.000008487844621687828f,-0.000012900074566223977f,-0.0000023843646667291f,0.2727096021649173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.09906771976464127f,-0.9914448613738105f,0.08498631511072982f,-0.31666645360681855f,0.854125239376695f,-0.1285432060694683f,-0.5039312647902349f,1.6684483282773261f,0.5105444763782466f,0.022665635416815204f,0.8595525618662385f,0.15783988820425196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.055162752467670655f,-0.9914448613738105f,0.11829690442127493f,-0.2984375f,0.5700158069832215f,-0.1285432060694683f,-0.8115162499683226f,1.4553140482425417f,0.8197798793148422f,0.022665635416815204f,0.5722300397931714f,-0.14329296872918526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.05107342225657643f,0.992276411173104f,-0.11304436902573473f,0.34935133688686454f,-0.9720407813255705f,0.023414403995628552f,-0.2336417880549283f,1.7324478240789944f,-0.22919036842541163f,0.12181662249034224f,0.9657289917497917f,0.08117240698447384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12164362098621133f,0.9891900282974557f,-0.0818896659551243f,0.2984375f,-0.7756580468311097f,-0.14621335349644773f,-0.613983916438754f,1.4553140482425417f,-0.6193201303522362f,-0.011168848472501627f,0.7850591270498594f,-0.1432929687291852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,6.914440646708537e-17f,1.0107744001968524e-16f,-0.15625000000000003f,0f,0.8253599330848637f,-0.5646069259743004f,1.229065033625226f,-1.2246467991473532e-16f,-0.5646069259743004f,-0.8253599330848637f,0.13696188337780263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,4.062760144268439e-17f,1.155291990261898e-16f,-0.15625000000000003f,0f,0.9433675007898251f,-0.3317495417533521f,1.4038730053873598f,-1.2246467991473532e-16f,-0.3317495417533521f,-0.9433675007898251f,0.06886279741911273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450645e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128855f,-0.5372996083468238f,1.224985417591862f,-1.2246467991473532e-16f,-0.5372996083468238f,-0.8433914458128855f,0.12538308963976616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,3.2984643495599375e-17f,1.179390144103587e-16f,0.15624999999999997f,0f,0.9630451367077626f,-0.269340053953226f,1.4038730053873598f,-1.2246467991473532e-16f,-0.269340053953226f,-0.9630451367077626f,0.06886279741911279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,1.067350013832298e-17f,1.2199866483456202e-16f,0.29375f,0f,0.9961946980917455f,-0.08715574274765817f,2.0631380297568507f,-1.2246467991473532e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.18326098393720971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,1.067350013832298e-17f,1.2199866483456202e-16f,0.33125f,0f,0.9961946980917455f,-0.08715574274765817f,1.9304428416127895f,-1.2246467991473532e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.26575976903985354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,1.067350013832298e-17f,1.2199866483456202e-16f,-0.29375f,0f,0.9961946980917455f,-0.08715574274765817f,2.0631380297568507f,-1.2246467991473532e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.1832609839372098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,1.067350013832298e-17f,1.2199866483456202e-16f,-0.33125f,0f,0.9961946980917455f,-0.08715574274765817f,1.9304428416127895f,-1.2246467991473532e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.26575976903985365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.1564344650402309f,1.2199866483456202e-16f,0.19523827377799088f,0.1558391846718965f,0.9839298882679104f,-0.08715574274765817f,2.1675979373953482f,-0.013634161991914008f,-0.08608271092777117f,-0.9961946980917455f,-0.21435860059480408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2199866483456202e-16f,0.0800532618111328f,-1.3877787807814457e-17f,0.9961946980917455f,-0.08715574274765817f,2.1776369726667175f,-1.231653667943533e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.21523690237378582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2199866483456202e-16f,0.05771677939820301f,0.24100130974869377f,0.9666034580972274f,-0.08715574274765817f,2.1733337253817866f,-0.021084882497910577f,-0.08456684470846286f,-0.9961946980917455f,-0.2148604170200056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2199866483456202e-16f,0.08682420206637906f,-0.06949102930147366f,0.9937680178757646f,-0.08715574274765817f,2.183296846339671f,0.0060796772806266325f,-0.0869434357387572f,-0.9961946980917455f,-0.2157320771571581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2199866483456202e-16f,0.1446100421182231f,0.08682408883346518f,0.9924038765061041f,-0.08715574274765817f,2.284911861568791f,-0.007596123493896092f,-0.08682408883346515f,-0.9961946980917455f,-0.2559916089569498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.0871557427476582f,1.2199866483456202e-16f,0.12500000000000003f,0.08682408883346518f,0.9924038765061041f,-0.08715574274765817f,2.061620989354918f,-0.007596123493896092f,-0.08682408883346515f,-0.9961946980917455f,-0.23645618896942017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023084f,1.2199866483456202e-16f,-0.19523827377799086f,-0.1558391846718965f,0.9839298882679104f,-0.08715574274765817f,2.1675979373953482f,0.013634161991913765f,-0.08608271092777121f,-0.9961946980917455f,-0.21435860059480413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,1.3877787807814457e-17f,1.2199866483456202e-16f,-0.08005326181113276f,1.3877787807814457e-17f,0.9961946980917455f,-0.08715574274765817f,2.1776369726667175f,-1.231653667943533e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.21523690237378584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.2419218955996677f,1.2199866483456202e-16f,-0.05771677939820295f,-0.24100130974869377f,0.9666034580972274f,-0.08715574274765817f,2.1733337253817866f,0.021084882497910337f,-0.08456684470846293f,-0.9961946980917455f,-0.21486041702000563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412529f,1.2199866483456202e-16f,-0.086824202066379f,0.06949102930147366f,0.9937680178757646f,-0.08715574274765817f,2.183296846339671f,-0.006079677280626878f,-0.08694343573875718f,-0.9961946980917455f,-0.21573207715715811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2199866483456202e-16f,-0.14461004211822304f,-0.08682408883346518f,0.9924038765061041f,-0.08715574274765817f,2.284911861568791f,0.007596123493895848f,-0.08682408883346518f,-0.9961946980917455f,-0.25599160895694983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765817f,1.2199866483456202e-16f,-0.12499999999999999f,-0.08682408883346518f,0.9924038765061041f,-0.08715574274765817f,2.061620989354918f,0.007596123493895848f,-0.08682408883346518f,-0.9961946980917455f,-0.2364561889694202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,1.067350013832298e-17f,1.2199866483456202e-16f,1.9674904399027624e-17f,0f,0.9961946980917455f,-0.08715574274765817f,1.5537948235437626f,-1.2246467991473532e-16f,-0.08715574274765817f,-0.9961946980917455f,-0.1606577864958783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,2.1265768495757722e-17f,1.2060416625018979e-16f,1.1700241213118478e-17f,0f,0.984807753012208f,-0.17364817766693036f,1.1844919161641847f,-1.2246467991473532e-16f,-0.17364817766693036f,-0.984807753012208f,-0.0955397198707794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1303320970233078f,-0.007115570319582605f,0.16382631554658833f,-0.12490577820490298f,0.9631674864644948f,-0.23813218931655344f,0.6561800813869503f,0.037889753581851475f,-0.23520615957745294f,-0.9712066871013256f,0.20828775402865896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11642869211047407f,0.0590037838524808f,0.125f,-0.12490577820490298f,0.7150614167191803f,-0.6878122686391879f,0.8890433865533087f,0.037889753581851475f,-0.6892978528713135f,-0.7234865835663461f,-0.04001628065579023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9899620837148079f,0.1196936682835818f,0.07515649393003615f,-0.163864330345118f,0.1352474377753914f,0.9566523638284333f,0.2579232160094598f,0.6933824264928254f,-0.0410268617155555f,0.26549892759536836f,-0.9632378294395845f,0.21622392215931394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9899620837148079f,0.12702943674824493f,-0.06195639600928473f,-0.12499999999999999f,0.1352474377753914f,0.7242063152880589f,-0.676190316014718f,0.8973980516502011f,-0.0410268617155555f,-0.677782218043758f,-0.7341171987642412f,-0.04900774380133413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.986643332084879f,0.1628954733945888f,1.0328566345430089e-16f,-0.004687499999999991f,0.13738464882263662f,0.8321265463487091f,-0.5372996083468239f,1.0773473604039876f,-0.08752367405638313f,-0.5301230759072108f,-0.8433914458128856f,-0.08471901752208118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.986643332084879f,-0.1627962418734851f,0.005684970036586885f,-0.004687499999999991f,-0.13738464882263662f,0.8128681514302253f,-0.5660130976031289f,1.068008035137329f,0.08752367405638288f,-0.5592340762348785f,-0.8243766459922273f,-0.08553616084908809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450645e-17f,1.0328566345430089e-16f,-0.004687499999999991f,0f,0.8433914458128856f,-0.5372996083468239f,1.0773473604039876f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128856f,-0.08471901752208118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,0.15212338618991672f,1.2060416625018979e-16f,-0.004687499999999991f,0.14981229013430022f,0.9733460782875073f,-0.17364817766693036f,1.1022052206234318f,-0.026415948792401837f,-0.17162717516886133f,-0.984807753012208f,-0.08241259074023456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9883615104677607f,-0.15212338618991667f,1.2060416625018979e-16f,-0.004687499999999991f,-0.14981229013430022f,0.9733460782875073f,-0.17364817766693036f,1.1022052206234318f,0.026415948792401594f,-0.1716271751688614f,-0.984807753012208f,-0.08241259074023456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,2.1265768495757722e-17f,1.2060416625018979e-16f,-0.004687499999999991f,0f,0.984807753012208f,-0.17364817766693036f,1.1022052206234318f,-1.2246467991473532e-16f,-0.17364817766693036f,-0.984807753012208f,-0.08241259074023456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9807852804032304f,0.194985868214481f,-0.006383176403772561f,-0.1984375f,0.18668979824821852f,0.9285526340854039f,-0.320837848395568f,1.1154811791048507f,-0.05663173116192105f,-0.3158647130176194f,-0.9471126279888263f,-0.09057832430923843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9807852804032304f,-0.19480021859864188f,0.010635251679107522f,0.18906250000000002f,-0.18668979824821852f,0.9213326229261272f,-0.3410177666370216f,1.1157873641240774f,0.056631731161920815f,-0.33645069886386625f,-0.9399966884301347f,-0.09368830745903341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,4.562824585278073e-17f,1.1364708974283843e-16f,-0.007812499999999996f,0f,0.9279989121921846f,-0.372582902144103f,0.9721211437348347f,-1.2246467991473532e-16f,-0.372582902144103f,-0.9279989121921846f,-0.04295201742595607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,3.5549620084119986e-17f,1.1719139191294432e-16f,1.3203223303307401e-17f,0f,0.9569403357322088f,-0.2902846772544624f,1.1859375f,-1.2246467991473532e-16f,-0.2902846772544624f,-0.9569403357322088f,-0.10781249999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.27982901403099214f,0.15638777551260186f,-0.9472267872989356f,-0.8527248187463716f,-1.3877787807814457e-17f,0.986643332084879f,0.16289547339458874f,1.0531756554777771f,0.9600498543859287f,-0.045582879710119435f,0.2760914308175645f,0.9321574656401453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.27982901403099214f,0.15638777551260186f,-0.9472267872989356f,-0.8264908486809661f,-1.3877787807814457e-17f,0.986643332084879f,0.16289547339458874f,1.0531756554777771f,0.9600498543859287f,-0.045582879710119435f,0.2760914308175645f,1.0221621394888263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.27982901403099214f,0.15638777551260186f,-0.9472267872989356f,-0.6975238156188285f,-1.3877787807814457e-17f,0.986643332084879f,0.16289547339458874f,1.0287413344685887f,0.9600498543859287f,-0.045582879710119435f,0.2760914308175645f,0.9357460879418511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8802158747178539f,-0.47272840757617285f,-0.04180749412700045f,0.8544406227488034f,-0.47199222978531036f,0.8628489442905997f,0.18087297852053102f,2.0828664534720227f,-0.04943024293865217f,0.178940079376012f,-0.9826174734228637f,-0.5422323741814288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8394026703915185f,-0.47272840757617285f,-0.2681995704882532f,0.9357432977057419f,-0.5027228561429283f,0.8628489442905997f,0.052549303021965255f,2.12895047834616f,0.20657416791817018f,0.178940079376012f,-0.9619290832186238f,-0.5496620576367527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8672285328740104f,-0.47272840757617285f,-0.1563410516776938f,0.9185431179789267f,-0.4915629319907968f,0.8628489442905997f,0.1177182366042279f,2.088250730418457f,0.07924995685678837f,0.178940079376012f,-0.9806629861125093f,-0.39884776799221433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.8838517396300901f,0.26951313226204265f,1.25999008880672f,-0.09375291564941413f,-0.19010793311915697f,1.4839373723802578f,-0.4507716701594478f,1.9174169793701172f,-1.2743905704759533f,-0.4082876392832369f,-0.8066201878768569f,0.49626884460449217f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_play_as_root.mcfunction new file mode 100644 index 000000000..b73a8ed33 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/play_as_root +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..01eea7455 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root.mcfunction new file mode 100644 index 000000000..f337ec8d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root.mcfunction @@ -0,0 +1 @@ +execute if score @s aj.anim_time matches 0..95 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/end.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/end.mcfunction new file mode 100644 index 000000000..d2d734c51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/end.mcfunction @@ -0,0 +1,3 @@ +execute if score @s aj.ecual.animation.9_0_water_wall.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/end_loop +execute if score @s aj.ecual.animation.9_0_water_wall.loop_mode = $aj.loop_mode.once aj.i run function animated_java:ecual/animations/9_0_water_wall/stop +execute if score @s aj.ecual.animation.9_0_water_wall.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:ecual/animations/9_0_water_wall/pause \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/end_loop.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/end_loop.mcfunction new file mode 100644 index 000000000..b8f06c4de --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/end_loop.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.9_0_water_wall.local_anim_time 0 +scoreboard players set @s aj.anim_time 0 +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/next_frame_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/next_frame_as_root.mcfunction new file mode 100644 index 000000000..16e0e6ffb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/next_frame_as_root.mcfunction @@ -0,0 +1 @@ +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/pause_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/pause_as_root.mcfunction new file mode 100644 index 000000000..99aa66b51 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/pause_as_root.mcfunction @@ -0,0 +1 @@ +tag @s remove aj.ecual.animation.9_0_water_wall \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/play_as_root.mcfunction new file mode 100644 index 000000000..680f8b96f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/play_as_root.mcfunction @@ -0,0 +1,7 @@ +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.animation.9_0_water_wall.local_anim_time 0 +scoreboard players set @s aj.ecual.animation.9_0_water_wall.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 0 +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.9_0_water_wall \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/resume_as_root.mcfunction new file mode 100644 index 000000000..8c7bddf35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/resume_as_root.mcfunction @@ -0,0 +1,3 @@ +scoreboard players set @s aj.ecual.animation.9_0_water_wall.loop_mode 2 +execute on passengers run data modify entity @s interpolation_duration set value 1 +tag @s add aj.ecual.animation.9_0_water_wall \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/stop_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/stop_as_root.mcfunction new file mode 100644 index 000000000..2b0d45b28 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/stop_as_root.mcfunction @@ -0,0 +1,6 @@ +scoreboard players set @s aj.ecual.animation.9_0_water_wall.local_anim_time 0 +tag @s remove aj.ecual.animation.9_0_water_wall +execute on passengers run data modify entity @s interpolation_duration set value 0 +tag @s add aj.ecual.disable_command_keyframes +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0 +tag @s remove aj.ecual.disable_command_keyframes \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick.mcfunction new file mode 100644 index 000000000..3dfa23308 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tick_tween +execute unless score @s aj.tween_time matches 1.. run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tick_animation \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick_animation.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick_animation.mcfunction new file mode 100644 index 000000000..8c2c6b2df --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick_animation.mcfunction @@ -0,0 +1,4 @@ +scoreboard players add @s aj.ecual.animation.9_0_water_wall.local_anim_time 1 +scoreboard players operation @s aj.anim_time = @s aj.ecual.animation.9_0_water_wall.local_anim_time +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root +execute if score @s aj.ecual.animation.9_0_water_wall.local_anim_time matches 95.. run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/end \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick_tween.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick_tween.mcfunction new file mode 100644 index 000000000..c24a79726 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tick_tween.mcfunction @@ -0,0 +1,2 @@ +scoreboard players remove @s aj.tween_time 1 +execute if score @s aj.tween_time matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_63.mcfunction new file mode 100644 index 000000000..73077256f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0..7 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_7 +execute if score @s aj.anim_time matches 8..15 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_8_15 +execute if score @s aj.anim_time matches 16..23 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_16_23 +execute if score @s aj.anim_time matches 24..31 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_24_31 +execute if score @s aj.anim_time matches 32..39 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_32_39 +execute if score @s aj.anim_time matches 40..47 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_40_47 +execute if score @s aj.anim_time matches 48..55 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_48_55 +execute if score @s aj.anim_time matches 56..63 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_56_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_7.mcfunction new file mode 100644 index 000000000..6a7cea571 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_7.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 0 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0 +execute if score @s aj.anim_time matches 1 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1 +execute if score @s aj.anim_time matches 2 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2 +execute if score @s aj.anim_time matches 3 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3 +execute if score @s aj.anim_time matches 4 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4 +execute if score @s aj.anim_time matches 5 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5 +execute if score @s aj.anim_time matches 6 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6 +execute if score @s aj.anim_time matches 7 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_95.mcfunction new file mode 100644 index 000000000..bd11c7ffd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_95.mcfunction @@ -0,0 +1,2 @@ +execute if score @s aj.anim_time matches 0..63 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_0_63 +execute if score @s aj.anim_time matches 64..95 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_16_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_16_23.mcfunction new file mode 100644 index 000000000..3a75f3841 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_16_23.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 16 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16 +execute if score @s aj.anim_time matches 17 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17 +execute if score @s aj.anim_time matches 18 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18 +execute if score @s aj.anim_time matches 19 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19 +execute if score @s aj.anim_time matches 20 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20 +execute if score @s aj.anim_time matches 21 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21 +execute if score @s aj.anim_time matches 22 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22 +execute if score @s aj.anim_time matches 23 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_24_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_24_31.mcfunction new file mode 100644 index 000000000..4202d28f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_24_31.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 24 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24 +execute if score @s aj.anim_time matches 25 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25 +execute if score @s aj.anim_time matches 26 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26 +execute if score @s aj.anim_time matches 27 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27 +execute if score @s aj.anim_time matches 28 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28 +execute if score @s aj.anim_time matches 29 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29 +execute if score @s aj.anim_time matches 30 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30 +execute if score @s aj.anim_time matches 31 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_32_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_32_39.mcfunction new file mode 100644 index 000000000..f1ca03dbc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_32_39.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 32 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32 +execute if score @s aj.anim_time matches 33 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33 +execute if score @s aj.anim_time matches 34 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34 +execute if score @s aj.anim_time matches 35 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35 +execute if score @s aj.anim_time matches 36 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36 +execute if score @s aj.anim_time matches 37 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37 +execute if score @s aj.anim_time matches 38 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38 +execute if score @s aj.anim_time matches 39 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_40_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_40_47.mcfunction new file mode 100644 index 000000000..85e56cff9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_40_47.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 40 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40 +execute if score @s aj.anim_time matches 41 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41 +execute if score @s aj.anim_time matches 42 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42 +execute if score @s aj.anim_time matches 43 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43 +execute if score @s aj.anim_time matches 44 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44 +execute if score @s aj.anim_time matches 45 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45 +execute if score @s aj.anim_time matches 46 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46 +execute if score @s aj.anim_time matches 47 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_48_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_48_55.mcfunction new file mode 100644 index 000000000..1da330176 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_48_55.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 48 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48 +execute if score @s aj.anim_time matches 49 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49 +execute if score @s aj.anim_time matches 50 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50 +execute if score @s aj.anim_time matches 51 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51 +execute if score @s aj.anim_time matches 52 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52 +execute if score @s aj.anim_time matches 53 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53 +execute if score @s aj.anim_time matches 54 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54 +execute if score @s aj.anim_time matches 55 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_56_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_56_63.mcfunction new file mode 100644 index 000000000..677fe58e0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_56_63.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 56 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56 +execute if score @s aj.anim_time matches 57 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57 +execute if score @s aj.anim_time matches 58 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58 +execute if score @s aj.anim_time matches 59 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59 +execute if score @s aj.anim_time matches 60 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60 +execute if score @s aj.anim_time matches 61 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61 +execute if score @s aj.anim_time matches 62 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62 +execute if score @s aj.anim_time matches 63 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_71.mcfunction new file mode 100644 index 000000000..15ef2958e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_71.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 64 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64 +execute if score @s aj.anim_time matches 65 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65 +execute if score @s aj.anim_time matches 66 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66 +execute if score @s aj.anim_time matches 67 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67 +execute if score @s aj.anim_time matches 68 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68 +execute if score @s aj.anim_time matches 69 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69 +execute if score @s aj.anim_time matches 70 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70 +execute if score @s aj.anim_time matches 71 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_95.mcfunction new file mode 100644 index 000000000..f8d48fcfc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_95.mcfunction @@ -0,0 +1,4 @@ +execute if score @s aj.anim_time matches 64..71 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_64_71 +execute if score @s aj.anim_time matches 72..79 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_72_79 +execute if score @s aj.anim_time matches 80..87 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_80_87 +execute if score @s aj.anim_time matches 88..95 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_88_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_72_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_72_79.mcfunction new file mode 100644 index 000000000..296a407fc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_72_79.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 72 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72 +execute if score @s aj.anim_time matches 73 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73 +execute if score @s aj.anim_time matches 74 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74 +execute if score @s aj.anim_time matches 75 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75 +execute if score @s aj.anim_time matches 76 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76 +execute if score @s aj.anim_time matches 77 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77 +execute if score @s aj.anim_time matches 78 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78 +execute if score @s aj.anim_time matches 79 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_80_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_80_87.mcfunction new file mode 100644 index 000000000..7eb0d4932 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_80_87.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 80 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80 +execute if score @s aj.anim_time matches 81 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81 +execute if score @s aj.anim_time matches 82 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82 +execute if score @s aj.anim_time matches 83 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83 +execute if score @s aj.anim_time matches 84 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84 +execute if score @s aj.anim_time matches 85 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85 +execute if score @s aj.anim_time matches 86 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86 +execute if score @s aj.anim_time matches 87 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_88_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_88_95.mcfunction new file mode 100644 index 000000000..1afeb133c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_88_95.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 88 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88 +execute if score @s aj.anim_time matches 89 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89 +execute if score @s aj.anim_time matches 90 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90 +execute if score @s aj.anim_time matches 91 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91 +execute if score @s aj.anim_time matches 92 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92 +execute if score @s aj.anim_time matches 93 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93 +execute if score @s aj.anim_time matches 94 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94 +execute if score @s aj.anim_time matches 95 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_8_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_8_15.mcfunction new file mode 100644 index 000000000..17997c88d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/branch_8_15.mcfunction @@ -0,0 +1,8 @@ +execute if score @s aj.anim_time matches 8 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8 +execute if score @s aj.anim_time matches 9 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9 +execute if score @s aj.anim_time matches 10 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10 +execute if score @s aj.anim_time matches 11 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11 +execute if score @s aj.anim_time matches 12 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12 +execute if score @s aj.anim_time matches 13 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13 +execute if score @s aj.anim_time matches 14 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14 +execute if score @s aj.anim_time matches 15 run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0.mcfunction new file mode 100644 index 000000000..66d22396f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0.mcfunction @@ -0,0 +1,2 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0_as_bone +function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0_as_bone.mcfunction new file mode 100644 index 000000000..2b77afe69 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_0_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372518f,0.028407417371093216f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.2070552360820165f,0.028407417371093216f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372534f,-0.02840741737109312f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.20705523608201667f,-0.02840741737109312f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.035620486508674394f,0.34931344929254193f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972494f,1.5200464610409163f,-0.34629454353438605f,0.004262293863449007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4924038765061042f,-0.8660254037844387f,-0.08682408883346508f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601623f,-0.021809693682668132f,-0.9773107879358292f,-0.06141251382481441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905158f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.17935354395393652f,-0.021809693682668132f,-0.9835429037579558f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292684f,0.702216990140585f,0.20829890176360133f,0.3815959628982377f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208792f,0.7076142948692848f,-0.30972128121592213f,0.27377416621197836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549342f,0.8737249081167114f,0.4529779710640937f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.10351180563196002f,-0.5291882221760242f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-0.15625000000000003f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.2664743931552649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,3.682583948479539e-17f,1.16796641102639e-16f,-0.15625000000000003f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,-1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,6.580022455450642e-17f,1.0328566345430089e-16f,0.15624999999999997f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,-1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,0.15624999999999997f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,0.08005326181113277f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,1.2234812067540777e-16f,-0.08005326181113279f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,-1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,-5.3418343117727156e-18f,1.2234812067540777e-16f,4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,-1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,5.341834311772731e-18f,1.2234812067540777e-16f,-1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,-1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127525f,0.05516275246767066f,0.13539687148294569f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.049950211252314684f,-0.7343101668517944f,-0.6769738216902769f,0.4046203041430534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085571f,0.1226544996484655f,0.12499999999999999f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.049950211252314684f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.1729873939250895f,-0.015134435901338492f,-0.15030508631179101f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.06645228065352395f,-0.45595691535740024f,-0.8875175410850817f,0.413044520008047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058148f,-0.14645338762528518f,-0.125f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.06645228065352395f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005166f,9.381338752702731e-17f,-4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861284f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.12925592028994135f,0.01816573492777423f,-4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861259f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,7.871877887341985e-17f,9.381338752702731e-17f,-4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,-1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765822f,1.16796641102639e-16f,-4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765814f,1.16796641102639e-16f,-4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,3.6825839484795376e-17f,1.16796641102639e-16f,-4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,-1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005163f,1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231493f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517194f,0.011376107230962306f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.0499502112523147f,-0.45848716163646647f,-0.8872961732197349f,0.02098481731254889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,5.654789612090135e-17f,1.086274977660736e-16f,-0.00781250000000001f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,-1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,4.6865204053262974e-17f,1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,-1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,-0.042511395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.36472724792395345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.011261395453955214f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510457f,-0.21201214989665462f,-0.7912401152362238f,0.10306101728543354f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889917f,0.14845250554968448f,0.5540322932223231f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792327f,-0.5489564193883943f,-0.5884577130009259f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558593f,0.10284744064531116f,-0.7523354903537364f,-0.38803565840066057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207764f,-0.5489564193883943f,-0.8083040233938803f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428879f,0.10284744064531116f,0.18735713043217173f,-0.47613184159933947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295455f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.10284744064531116f,-0.3261904081870286f,-0.3831551887719457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,1.9135106236677393e-21f,-0.007217500000000084f,0f,0.000015625f,0f,1.2911225f,-1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1.mcfunction new file mode 100644 index 000000000..761f4e6d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10.mcfunction new file mode 100644 index 000000000..9a5ca129c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10_as_bone.mcfunction new file mode 100644 index 000000000..f6d25aff0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_10_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6982702725622756f,-0.3431656053660308f,0.24819435568524795f,0.09147014059104971f,-0.2752934841077488f,0.7314743728532468f,0.2368611067930108f,1.199353382670758f,-0.3218331376786215f,0.1188572824742304f,-0.7411078344878153f,-0.31494003945241533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7605956617591647f,-0.04881033250959954f,0.24312916475289598f,0.09147014059104971f,0.025062963222574758f,0.7652027334286453f,0.23202720665437795f,1.199353382670758f,-0.2467105331915166f,0.22821553013244278f,-0.7259831848043905f,-0.31494003945241533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.14947547750446535f,-0.19368515684832938f,0.7791582548403724f,0.042070235012867545f,0.2781558224751473f,0.7309696653711575f,0.2350683542606205f,1.1995201770723471f,-0.7531473059717009f,0.30840533842373785f,-0.0678212885733772f,-0.37758138257980645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.06267157582808558f,-0.23132428501149005f,0.7632570659660791f,0.042070235012867545f,-0.022283274382397467f,0.7658189756083208f,0.23027104090836295f,1.1995201770723471f,-0.7972300353511672f,-0.003220522029906414f,-0.06643718064330828f,-0.37758138257980645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.09352567495323554f,-1.4918374069768516f,0.4550608193078431f,-0.6538802998412616f,0.9976691723714836f,0.2931949659211489f,1.1662329031793328f,1.1028226693707615f,-1.198880903436259f,0.36036663705604066f,0.9350009177924794f,-0.8627142259905933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5058207557137367f,-0.4611314463385553f,0.7290426272083795f,-0.5297570132765577f,-0.3264728629319861f,0.8846005248652379f,0.3330125841122796f,1.2092907701924531f,-0.7984740652382999f,-0.06956795674631885f,-0.5979962094662186f,-0.6740732138368793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.29532374940500994f,-0.4611314463385553f,0.8367446876049343f,-0.4194436692452194f,-0.22693397316024377f,0.8846005248652379f,0.40740996948264685f,1.295684575573496f,-0.928054338313804f,-0.06956795674631885f,-0.36588993499557987f,-0.3426429148899119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.166372040067658f,0.15974334793882014f,0.9730377213001676f,0.07049484991531076f,0.7398539868400905f,0.6725751564502007f,0.016085306425769066f,1.1446684966888858f,-0.6518714769343329f,0.7225819826948948f,-0.23008445372116382f,0.3985398478117502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.32530236533429957f,0.07024520049606246f,0.9429973398240198f,-0.04984225193202664f,0.5102829442557915f,0.8526142224971228f,0.11251801810051304f,1.2944366491553012f,-0.7961090929700219f,0.5177978364216045f,-0.31320235102494787f,0.1260286125413307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6422848654375168f,0.14087844197353597f,0.7534078684331746f,-0.43614077934703815f,-0.2809869007146975f,0.8712491952561918f,-0.40245645900169935f,0.8952129044868388f,-0.713103437978432f,-0.47018943453947043f,-0.520005175350009f,-0.11065344739307809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6153386809246884f,-0.03257538086060374f,0.7875894567093005f,-0.43732622915396824f,-0.16087848714841918f,0.9833052440377763f,-0.08502299348202713f,1.0790512440346591f,-0.7716711865365328f,-0.17902413694693664f,-0.6103064298036717f,-0.14803488825690164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5996631863089835f,0.08586089616224263f,0.795633062093308f,-0.21976335614584777f,-0.30998651981528436f,0.8916838619053103f,-0.3298609524488149f,0.8950873207497916f,-0.7377753184530947f,-0.4444409937526552f,-0.5080942654208832f,0.1291853513340776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5829162707582598f,-0.1548773145834678f,0.7976350285141047f,-0.24381763370203485f,-0.212711967689636f,0.9765176482570533f,0.03415993917027421f,1.0783978794178033f,-0.7841952818570681f,-0.1497541320629489f,-0.602172284187164f,0.09734287479610493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9367691200186107f,-0.19290326210195816f,0.291979361000022f,-0.07199162243833354f,-0.08980030544121194f,0.9389206019947188f,0.33221078894662603f,1.8203594188846424f,-0.3382299822934434f,0.28498497262188743f,-0.8968745979552989f,0.1621178825776652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9367691200186107f,-0.19290326210195816f,0.291979361000022f,0.014623192418861175f,-0.08980030544121194f,0.9389206019947188f,0.33221078894662603f,1.737506616553094f,-0.3382299822934434f,0.28498497262188743f,-0.8968745979552989f,0.05509639177762418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9367691200186107f,-0.19290326210195816f,0.291979361000022f,-0.6223434804492673f,-0.08980030544121194f,0.9389206019947188f,0.33221078894662603f,1.7676017394379302f,-0.3382299822934434f,0.28498497262188743f,-0.8968745979552989f,-0.03659223201973277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9367691200186107f,-0.19290326210195816f,0.291979361000022f,-0.6059863495934683f,-0.08980030544121194f,0.9389206019947188f,0.33221078894662603f,1.678013914198291f,-0.3382299822934434f,0.28498497262188743f,-0.8968745979552989f,-0.1689809714917821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9593720331889644f,-0.10060705439578609f,0.2635972733938578f,-0.18380531115126683f,0.05213943461932613f,0.8549556492132956f,0.5160739455115413f,1.9038066475190545f,-0.27728465751362796f,0.5088507231832098f,-0.8149749445372381f,0.15617694241772828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9318221607401134f,-0.249447265394813f,0.2635972733938578f,-0.2936510334577213f,-0.08224701795907427f,0.8525861310160929f,0.5160739455115413f,1.9029248605452227f,-0.35347261391862633f,0.4592090493294523f,-0.8149749445372381f,0.1200898205082982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9742707110517634f,-0.0783635760857177f,0.21131902784593154f,-0.3041333315723207f,0.10099488804546894f,0.6864071742389554f,0.7201702741310387f,1.9108625593381385f,-0.201486014838189f,0.7229829466151676f,-0.6608320851231988f,0.08171434046742095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9023708316308112f,-0.37559439651327164f,0.21131902784593154f,-0.28028670567103886f,-0.11605963551258008f,0.6840211526427465f,0.7201702741310387f,1.919748991113751f,-0.41503860450156377f,0.625335039834743f,-0.6608320851231988f,0.09902431991344257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9500170577855523f,-0.22980830791495127f,0.21131902784593154f,-0.2528018184925636f,-0.007626265719626588f,0.6937554441798623f,0.7201702741310387f,2.018503211133313f,-0.3121048381356117f,0.6825624698766177f,-0.6608320851231988f,0.16814616549329137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9500170577855523f,-0.16728439071176493f,0.2635972733938578f,-0.2151628305824166f,-0.007626265719626588f,0.8565100833237892f,0.5160739455115413f,1.825788442385461f,-0.3121048381356117f,0.4882687884647853f,-0.8149749445372381f,0.05828568808871487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8950592190605138f,-0.33707127899719114f,0.291979361000022f,-0.544270499084063f,-0.23557425675446253f,0.9133130685926062f,0.33221078894662603f,1.8839663607739427f,-0.3786472816875437f,0.22856550836282125f,-0.8968745979552989f,0.007536882529973532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9367691200186107f,-0.19290326210195818f,0.291979361000022f,-0.43831269679146395f,-0.08980030544121194f,0.9389206019947188f,0.33221078894662603f,1.9037718723138581f,-0.3382299822934434f,0.2849849726218875f,-0.8968745979552989f,0.049367809736584375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8622755508263188f,-0.4137981720563634f,0.291979361000022f,-0.4165552884912783f,-0.31427830444003063f,0.8893059873101944f,0.33221078894662603f,1.9017218540253433f,-0.3971272111118405f,0.19469446252282743f,-0.8968745979552989f,0.055691632478863606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.947943448862068f,-0.1270876489258763f,0.291979361000022f,-0.44575148316021723f,-0.024085766089641802f,0.9428975912469685f,0.33221078894662603f,1.9084983110807394f,-0.31752652429578704f,0.3078844944312038f,-0.8968745979552989f,0.04869681499519841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9163918036116677f,-0.27381401538886524f,0.291979361000022f,-0.5109632640495638f,-0.17129091061548274f,0.9275211133165535f,0.33221078894662603f,2.012030616521382f,-0.3617809920571749f,0.25442183343543323f,-0.8968745979552989f,0.03097310503832642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9163918036116677f,-0.27381401538886524f,0.291979361000022f,-0.44935511058706923f,-0.17129091061548274f,0.9275211133165535f,0.33221078894662603f,1.8033383660251578f,-0.3617809920571749f,0.25442183343543323f,-0.8968745979552989f,-0.02627180748464597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9367691200186107f,-0.19290326210195816f,0.291979361000022f,-0.24252040378874f,-0.08980030544121194f,0.9389206019947188f,0.33221078894662603f,1.3229850085284338f,-0.3382299822934434f,0.28498497262188743f,-0.8968745979552989f,-0.10202052698057981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6192275054461869f,-0.2653454551618347f,0.7390190024105276f,-0.143015858103052f,0.0020907667739385434f,0.9406112392096051f,0.33947919725200815f,0.970255793824832f,-0.785208841769621f,0.21175997284078413f,-0.5818975757891424f,-0.18143051679587385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.42751375265522645f,-0.2574734730118119f,0.8665675980475394f,-0.13608181487618262f,-0.5372509559301689f,0.8432979853900577f,-0.014488553730095666f,0.44731639734754897f,-0.7270442913899852f,-0.47175832640485105f,-0.4988493558429523f,0.16360518949397612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.42751375265522645f,0.23578772866111988f,0.8727176738805489f,-0.03866632676366237f,-0.5372509559301689f,0.7101388238067924f,-0.4550431422122801f,0.6828945591146536f,-0.7270442913899852f,-0.6634056058966761f,-0.17691693085202043f,-0.06775767998648165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4696307191173237f,0.015798923493853367f,0.8827215765334959f,-0.4368620712749739f,0.31450302297201416f,0.9372421472731388f,0.15054901499611556f,0.5594663858077352f,-0.8249453534645858f,0.3483210464374372f,-0.44512651280946924f,-0.17148017691117964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4696307191173237f,0.8118264431018314f,0.346965148022066f,-0.14645012370296046f,0.31450302297201416f,0.5210543972148388f,-0.7934671787065585f,0.6713771279531324f,-0.8249453534645858f,-0.26351497381308286f,-0.5000250217473923f,-0.2941429746901627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.42785311995013625f,0.41430303853191286f,0.8033023714717633f,-0.12380260623469747f,0.0840923789516332f,0.9031494845044812f,-0.42101007166283433f,0.8643170501467836f,-0.899927874638401f,-0.11257886525682492f,-0.4212550528436381f,-0.18665065176055817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5569586766882247f,0.2481012114823893f,0.7926177018731492f,-0.12092770118575334f,-0.2805042597016506f,0.8420719754209465f,-0.46068660551387175f,0.8521597989548371f,-0.7817380589116348f,-0.47891604386534753f,-0.3994058464487395f,-0.18708231446225967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4980973490458728f,0.326503186602084f,0.8033023714717633f,-0.12380260623469747f,-0.08715574274765818f,0.9028590122851735f,-0.42101007166283433f,0.8643170501467836f,-0.862729915662821f,-0.27971641545344744f,-0.4212550528436381f,-0.18665065176055817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5185228284066504f,-0.07226077838192638f,0.8520049626198227f,-0.13269817468272913f,0.08554154836592887f,0.9870401468413152f,0.13577331117209465f,0.8874790344782834f,-0.8507741885625861f,0.14328338504904575f,-0.5056215498221571f,-0.18385469085725975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.4552087832466034f,-0.25859719125764197f,0.8520049626198227f,-0.13269817468272913f,-0.28492346366582333f,0.9488857822868018f,0.13577331117209465f,0.8874790344782834f,-0.8435659923846014f,-0.18095100123409857f,-0.5056215498221571f,-0.18385469085725975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4980973490458728f,-0.16120351902073532f,0.8520049626198227f,-0.13269817468272913f,-0.08715574274765818f,0.9868989231321866f,0.13577331117209465f,0.8874790344782834f,-0.862729915662821f,-0.0066287989758206795f,-0.5056215498221571f,-0.18385469085725975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4918978995850771f,0.10271605918204525f,0.8645726502555466f,-0.23493619683995262f,0.1304574520145621f,0.990501213473362f,-0.04345341553509589f,0.9060474023590575f,-0.8608236228157646f,0.09141530120230454f,-0.5006255418058834f,-0.351281193014752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4740466226961262f,-0.11531927492839532f,0.8729153821192439f,-0.041860415113112726f,-0.35548769088999377f,0.9320621725923114f,-0.0699185815659947f,0.9289618700259601f,-0.805548447417098f,-0.34345534098699004f,-0.4828355078196026f,-0.015912809173053155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4980973490458728f,-0.0561686470626645f,0.8653000138452697f,-0.13030309939341675f,-0.08715574274765818f,0.9960893324983027f,0.014488553730095577f,0.7517553855296945f,-0.862729915662821f,-0.06819915520177411f,-0.501044876084155f,-0.17575217659419393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4980973490458728f,-0.03097787739004167f,0.8665675980475392f,-0.1333333333333333f,-0.08715574274765818f,0.9960893324983027f,-0.014488553730095673f,0.975f,-0.862729915662821f,-0.08274305285335674f,-0.4988493558429524f,-0.18750000000000003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.3106528913902432f,-0.683630281254628f,-0.6604123103203028f,-1.2093709748443646f,0.2158537086445047f,0.7273736415730487f,-0.6514098264604051f,1.5024305555555557f,0.9256899899725042f,0.05980989965281863f,0.3735248564262153f,-0.05753899465854921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.1451889960935276f,-0.683630281254628f,-0.7152410740198523f,-1.2012001239617716f,-0.21585370864450476f,0.7273736415730487f,-0.6514098264604051f,1.5024305555555557f,0.9655709874875937f,0.05980989965281863f,-0.2531707803553817f,0.03585425828755194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08715574274765764f,-0.683630281254628f,-0.7246057652667568f,-1.0965946846130545f,-2.7755575615628914e-17f,0.7273736415730487f,-0.6862416378687335f,1.6053668012358657f,0.9961946980917455f,0.05980989965281863f,0.0633947899863675f,-0.02035158668345376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.30921387265449524f,-0.048085619331602825f,0.9497760547473842f,0.46607070491269587f,-0.38093592421305167f,0.9213584059351004f,-0.07737253683755466f,2.034817845506966f,-0.8713636454442875f,-0.38572848096326356f,-0.303214340643406f,-0.23370234727337208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9634421164809932f,-0.048085619331602825f,0.2635660475177345f,0.5338458187542496f,-0.14468389895889675f,0.9213584059351004f,-0.36078422525767717f,2.062809654493034f,-0.2254902604829669f,-0.38572848096326356f,-0.894632707540417f,-0.17528954838946387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.72293454764324f,-0.048085619331602825f,0.6892411864052818f,0.3965720838726805f,-0.2985792958513931f,0.9213584059351004f,-0.24889574504522344f,2.0861481117567835f,-0.6230698547616875f,-0.38572848096326356f,-0.6804391927725967f,-0.10243006891552846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000078125f,0f,0.000013531646934131856f,-0.732334548435135f,0f,0.000015625f,0f,1.1411224999999998f,-0.000013531646934131856f,0f,-0.0000078125f,0.1499994616481858f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11.mcfunction new file mode 100644 index 000000000..a2299d33b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11_as_bone.mcfunction new file mode 100644 index 000000000..6f289fdd8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_11_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6661525724035295f,-0.37918012804364654f,0.28179358619636546f,0.07915661887839774f,-0.2998072317405889f,0.7157765262401954f,0.25440918364714754f,1.1932968693223651f,-0.3651038462145387f,0.10407131893450279f,-0.7230579413152365f,-0.30758995935029426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.745029237607583f,-0.09344444723100481f,0.2760426966821539f,0.07915661887839774f,-0.0030072952516305984f,0.7601853481819191f,0.2492171594910833f,1.1932968693223651f,-0.2914144664994056f,0.2310549105542371f,-0.708301656798599f,-0.30758995935029426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.07151697148673103f,-0.24910908460888642f,0.7744510515191604f,0.03365123825139714f,0.29481419207756254f,0.7166569338485345f,0.2577438180847714f,1.1929888585440516f,-0.7582310725520715f,0.3021455734850079f,0.027168685731840374f,-0.37688627702188293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.028659774707921748f,-0.25225973363624926f,0.7586459280187694f,0.03365123825139714f,-0.001841571251350621f,0.75911038035834f,0.25248374016467406f,1.1929888585440516f,-0.7994843500213231f,-0.01079153455190826f,0.026614222757721184f,-0.37688627702188293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.11079573848054454f,-1.5417999871435593f,0.22799858328215863f,-0.6275846497786277f,0.9305966512229137f,0.24879979533725557f,1.230241758587652f,1.1213802226923704f,-1.2502481461962855f,0.048556271317518516f,0.9359103116476974f,-0.9279638349363022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.4441727480312137f,-0.45467625179434934f,0.771997458519548f,-0.518050215724932f,-0.260767079351142f,0.8899633982370085f,0.37411987400445723f,1.212217799916807f,-0.8571529036485119f,-0.035137669994995735f,-0.5138620864728662f,-0.7228364550252766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.23531309886431717f,-0.45467625179434934f,0.8590094595271425f,-0.42950129467549447f,-0.1580823555145549f,0.8899633982370085f,0.4277559101560207f,1.2737785471415077f,-0.9589774316311317f,-0.035137669994995735f,-0.2812963379951483f,-0.380547957335332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.21844749461868607f,0.04239672260278578f,0.9749272844716992f,0.014643977774951508f,0.6431501426246186f,0.7576286694076783f,0.11116066450630695f,1.151486669207885f,-0.7339200134461195f,0.6513073907181565f,-0.19276954287219406f,0.4048838921484489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.32040727886480436f,-0.031603559018152205f,0.9467525498818778f,-0.1018749327785856f,0.438409633821105f,0.8810173353431524f,0.17777921081413267f,1.2759961409586218f,-0.8397238645074321f,0.47202719188860015f,-0.26842906231342845f,0.11836667954442334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5694433921122671f,0.19074415880824097f,0.7995942027429982f,-0.4580939682334572f,-0.23230138322300445f,0.8957178486068945f,-0.37911159707890124f,0.867963478313627f,-0.7885241217187674f,-0.4016294331440025f,-0.4657504781533494f,-0.1606979129550548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5432429601765097f,-0.019215888004641024f,0.8393556075149888f,-0.45645097468735873f,-0.13433798384334772f,0.9888467485720914f,-0.06430718416559306f,1.052970323769859f,-0.8287583437381294f,-0.14769176512790458f,-0.5397654585075228f,-0.19176365303220894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5341512831366423f,0.13714621710560204f,0.8341902192288648f,-0.26654850286886694f,-0.25399660984112526f,0.9151276685153094f,-0.3130927538397357f,0.8694262746079693f,-0.8063300372134811f,-0.3791203838510364f,-0.45398194417393845f,0.09668551728130578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5158997092085615f,-0.12621848973490724f,0.8472994647039267f,-0.28491884803976253f,-0.17497181381213084f,0.983760148714226f,0.0400104258044946f,1.0541313676531647f,-0.838589502921313f,-0.12761215714344404f,-0.529606252738185f,0.06944819873729638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9207829595716708f,-0.2409924821049123f,0.3067268572058019f,-0.13404281169266147f,-0.12691021950953973f,0.9286270605072305f,0.34863387482822267f,1.8050774229948363f,-0.3688530026263516f,0.2820893582938107f,-0.8856483819162717f,0.14635319079791642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9207829595716708f,-0.2409924821049123f,0.3067268572058019f,-0.04063374758256591f,-0.12691021950953973f,0.9286270605072305f,0.34863387482822267f,1.726442599428186f,-0.3688530026263516f,0.2820893582938107f,-0.8856483819162717f,0.04189447280502781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9207829595716708f,-0.2409924821049123f,0.3067268572058019f,-0.675002800441018f,-0.12691021950953973f,0.9286270605072305f,0.34863387482822267f,1.7305176690329818f,-0.3688530026263516f,0.2820893582938107f,-0.8856483819162717f,-0.07034794824506516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9207829595716708f,-0.2409924821049123f,0.3067268572058019f,-0.6506524582987977f,-0.12691021950953973f,0.9286270605072305f,0.34863387482822267f,1.642364579003116f,-0.3688530026263516f,0.2820893582938107f,-0.8856483819162717f,-0.20247064143493013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9516200609554153f,-0.15796356281746704f,0.2635654992771696f,-0.24943864819884284f,0.012888550259380946f,0.8364709091766592f,0.5478597479039543f,1.8821004934809111f,-0.30700675051116216f,0.524751303879452f,-0.7939665762596002f,0.13855793789021364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9151930934368987f,-0.3048849443907921f,0.2635654992771696f,-0.3579276178992811f,-0.11812300838040124f,0.8281887777057712f,0.5478597479039543f,1.876840468653554f,-0.38531617746542096f,0.47026430777387757f,-0.7939665762596002f,0.0989143228033807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9720336944047395f,-0.1392491445577315f,0.18910360303762994f,-0.36672674006167877f,0.056020234315735495f,0.6445040027471666f,0.7625459486418443f,1.8870717813670799f,-0.2280619001260045f,0.7518139837638165f,-0.6186788371425807f,0.05783567413181516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8814286270015667f,-0.4328087369962851f,0.18910360303762994f,-0.3439574603094112f,-0.14588428090119063f,0.6302709360234312f,0.7625459486418443f,1.896417904170212f,-0.4492230538252412f,0.644542585392019f,-0.6186788371425807f,0.07631473019839341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9382829811929798f,-0.28959432750280295f,0.18910360303762994f,-0.3242742703835694f,-0.04549210661498089f,0.6453325843668835f,0.7625459486418443f,1.9930342403945607f,-0.3428636980482848f,0.7068811647176336f,-0.6186788371425807f,0.15090360430289274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9382829811929798f,-0.22396043131408394f,0.2635654992771696f,-0.2738831733379006f,-0.04549210661498089f,0.8353323679005541f,0.5478597479039543f,1.8050844576169363f,-0.3428636980482848f,0.5020573277458089f,-0.7939665762596002f,0.03794070556008591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8717470633708239f,-0.38206765444485913f,0.3067268572058019f,-0.6033166597394066f,-0.2706170215442727f,0.8973409881270139f,0.34863387482822267f,1.849798237417656f,-0.4084403079457895f,0.22091504804842493f,-0.8856483819162717f,-0.023265706306049055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9207829595716708f,-0.2409924821049123f,0.3067268572058019f,-0.4996848370055611f,-0.12691021950953973f,0.9286270605072307f,0.34863387482822267f,1.8737745228961447f,-0.3688530026263517f,0.28208935829381065f,-0.8856483819162717f,0.0220633536501737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8351304124040665f,-0.4565915344664918f,0.3067268572058019f,-0.4780767730151987f,-0.3477956623939116f,0.8703405072396893f,0.34863387482822267f,1.8725978744072245f,-0.42614008435935047f,0.18447648118742663f,-0.8856483819162717f,0.029083695089300903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9353507643110269f,-0.1761748641873453f,0.3067268572058019f,-0.5072886006264848f,-0.06182332342894295f,0.9352177810555462f,0.34863387482822267f,1.8781912099632383f,-0.3482769363351216f,0.30713208758791544f,-0.8856483819162717f,0.0211685608537792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8962752236440692f,-0.32032695570373937f,0.3067268572058019f,-0.5761524782641596f,-0.20736246900314528f,0.9140323997382034f,0.34863387482822267f,1.9790141926806464f,-0.3920351131348995f,0.24886826571179338f,-0.8856483819162717f,0.0017228146886514167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8962752236440692f,-0.32032695570373937f,0.3067268572058019f,-0.5040789132308183f,-0.20736246900314528f,0.9140323997382034f,0.34863387482822267f,1.773356902739551f,-0.3920351131348995f,0.24886826571179338f,-0.8856483819162717f,-0.054272545096502006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9207829595716708f,-0.2409924821049123f,0.3067268572058019f,-0.27505761049327315f,-0.12691021950953973f,0.9286270605072305f,0.34863387482822267f,1.3024045030799059f,-0.3688530026263516f,0.2820893582938107f,-0.8856483819162717f,-0.1250602039589026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.548902805272308f,-0.3156041015994296f,0.7740153496009027f,-0.15670607239348702f,-0.0037153404265783518f,0.9268937778472788f,0.3753053701101465f,0.9548193363871764f,-0.8358779256624171f,0.2031304399680568f,-0.509947171527285f,-0.20123411894692392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.3227167798923312f,-0.2913450264043834f,0.9005398134260103f,-0.14052853641409718f,-0.573443722144474f,0.8171277398801928f,0.05886046424705543f,0.42211513141878587f,-0.7530047659271591f,-0.49741364306552416f,-0.43077080934444395f,0.14655724503276357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.3227167798923312f,0.20333903863656613f,0.924395540524878f,-0.05394547232700081f,-0.573443722144474f,0.7349907812514125f,-0.36187131553706964f,0.6702729414051887f,-0.7530047659271591f,-0.6468707651778639f,-0.1205903630029731f,-0.07953208876262385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.39305729176319626f,-0.06996405317194238f,0.916848404402568f,-0.4351254113845681f,0.32820469736654884f,0.9207473358304569f,0.21096449982792798f,0.5364681904106071f,-0.8589456571974233f,0.38383508805849076f,-0.33894392332186307f,-0.22587766060939027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.39305729176319626f,0.8178522359676587f,0.4202662079140821f,-0.13743130169436857f,0.32820469736654884f,0.5517305013710484f,-0.7667301549328703f,0.6573298043624558f,-0.8589456571974233f,-0.1634355346292615f,-0.48528464224837553f,-0.31592234556739296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.3335759242087989f,0.4007125651947448f,0.853320890921635f,-0.1332593777301878f,0.0827523350337207f,0.9141180872984597f,-0.39691330731064217f,0.8497006080482721f,-0.9390842101934801f,-0.06178642706009835f,-0.33808768625378044f,-0.20563387730517196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.468389456143099f,0.26063627941002976f,0.8442037948441529f,-0.13067099568586857f,-0.29873312776858396f,0.8525048708184837f,-0.42894517552288586f,0.8400423309784917f,-0.8314865216872555f,-0.45310503758627246f,-0.3214436018438876f,-0.2057683024904755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.4048641082542795f,0.32852474939367055f,0.853320890921635f,-0.1332593777301878f,-0.09584575252022397f,0.9128381117172747f,-0.39691330731064217f,0.8497006080482721f,-0.9093396755730495f,-0.24248313515019201f,-0.33808768625378044f,-0.20563387730517196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.4350305574371841f,-0.12556180922638266f,0.8916179934028307f,-0.14325210987406314f,0.08419468463736898f,0.9802182582035232f,0.17911845623292175f,0.8724871219367933f,-0.8964706739066854f,0.15299149763385086f,-0.41585325834607156f,-0.20358655872059256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3522160053434564f,-0.2845368858693156f,0.8916179934028307f,-0.14325210987406314f,-0.3027785150815122f,0.9360778543699072f,0.17911845623292175f,0.8724871219367933f,-0.8855896659203587f,-0.20687438492482024f,-0.41585325834607156f,-0.20358655872059256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.4048641082542795f,-0.20273728736415686f,0.8916179934028307f,-0.14325210987406314f,-0.09584575252022397f,0.9791476754609423f,0.17911845623292175f,0.8724871219367933f,-0.9093396755730495f,-0.012939163483641339f,-0.41585325834607156f,-0.20358655872059256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.4067640173029646f,0.06153849529173901f,0.9114581986162514f,-0.22890557599328043f,0.13046756093843406f,0.9914143010788004f,-0.008712012351327715f,0.8915201561077608f,-0.9041688170747372f,0.11537199492798206f,-0.4113004413029582f,-0.38052398444351676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.3744030854405619f,-0.12345396258386451f,0.9190111254685273f,-0.07264131842430159f,-0.37723453263843437f,0.9256529424865517f,-0.02933832733900097f,0.9162118496912258f,-0.8470634197022375f,-0.35766709268302865f,-0.3931384155917869f,-0.02656646405711427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.4048641082542795f,-0.09732699487579376f,0.9091823304023864f,-0.1363718763404872f,-0.09584575252022397f,0.9933586151484325f,0.063657312496055f,0.7369025861404431f,-0.9093396755730495f,-0.06136870357792831f,-0.4115036289631786f,-0.19591013617993042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.4048641082542795f,-0.060230673776407465f,0.9123909906306106f,-0.14666666666666667f,-0.09584575252022397f,0.9951266860665405f,0.023161830714707433f,0.96f,-0.9093396755730495f,-0.07807140715181687f,-0.4086639326072662f,-0.20625000000000004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2713770593950078f,-0.7209180019422495f,-0.6376768194859475f,-1.2953511910764453f,0.248689524269289f,0.6925629597936941f,-0.6771337144467944f,1.5350694444444444f,0.9297892299617336f,0.025175011368276434f,0.36723045441490015f,-0.2043492129889966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20585718051028926f,-0.7209180019422495f,-0.6617401723546406f,-1.2920793632605858f,-0.248689524269289f,0.6925629597936941f,-0.6771337144467944f,1.5350694444444444f,0.9464546168470358f,0.025175011368276434f,-0.321853813169175f,-0.11065632295595636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.0348994967025007f,-0.7209180019422495f,-0.6921410691510129f,-1.1898941167958637f,0f,0.6925629597936941f,-0.7213574334002514f,1.643273059454482f,0.9993908270190959f,0.025175011368276434f,0.024170098731594203f,-0.1611282827822156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.14047579754929151f,0.059922560912967035f,0.9882691116272541f,0.4584939882509577f,-0.34554222227474374f,0.9324365206520667f,-0.10565371540887508f,2.0343595968800745f,-0.9278292531108951f,-0.3563304949732758f,-0.11027898904042516f,-0.22078398493278448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9003876391626017f,0.059922560912967035f,0.43094243923849984f,0.5138384516117711f,-0.10362176399558118f,0.9324365206520667f,-0.3461569947014101f,2.058242403119925f,-0.42256908224530626f,-0.3563304949732758f,-0.8333450360339705f,-0.14898102927347098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5903409425153432f,0.059922560912967035f,0.8049266167072174f,0.3654272274252818f,-0.2547499332250706f,0.9324365206520667f,-0.25625106141456283f,2.084738659212184f,-0.7658981936993441f,-0.3563304949732758f,-0.5351901860462147f,-0.10460397919619552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006355260048059377f,0f,0.000014274147775665639f,-0.7776647905173544f,0f,0.000015625f,0f,1.1261225f,-0.000014274147775665639f,0f,-0.000006355260048059377f,0.06678792777407705f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12.mcfunction new file mode 100644 index 000000000..705ad7c5f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12_as_bone.mcfunction new file mode 100644 index 000000000..0fe0f31f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_12_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6301933505390294f,-0.4144488552839022f,0.3131021107158165f,0.06373879421812087f,-0.32566801697467057f,0.6987666580944148f,0.26946232519555147f,1.1867384387344442f,-0.4046493891020002f,0.08307676169585924f,-0.704486740833319f,-0.3013528117618864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.725706561862086f,-0.13884368349217716f,0.3067122717216162f,0.06373879421812087f,-0.03278849841755033f,0.7544855196363836f,0.26396309406911167f,1.1867384387344442f,-0.33507446999410845f,0.22687889327423238f,-0.6901094604081492f,-0.3013528117618864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.004597427650205708f,-0.3041394150573902f,0.7579066725606749f,0.02282618871068657f,0.31152486475417984f,0.7012604774231542f,0.2795182389193666f,1.1858135075028648f,-0.7549010310917156f,0.287536786267849f,0.11996447075641288f,-0.37718487391520056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.11817461346602379f,-0.27353027383665013f,0.7424391894471918f,0.02282618871068657f,0.019053727280776478f,0.7514405941827385f,0.27381378506386933f,1.1858135075028648f,-0.7909941315893979f,-0.02276450546663017f,0.11751621625117997f,-0.37718487391520056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3349274510755531f,-1.526175110538823f,0.0044027818301783424f,-0.5990787875574176f,0.8733189673468849f,0.19534964622561876f,1.2808429829575894f,1.1384375719706865f,-1.2516164883015097f,-0.2720924432823096f,0.8948900035872903f,-0.9877487513409391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.37962552835109653f,-0.45650179412540304f,0.804667987547932f,-0.5051848964698397f,-0.19560946051869088f,0.8897221168628198f,0.41246999129722084f,1.2136111273439354f,-0.9042241963029621f,-0.0008165325657320532f,-0.4270572983743886f,-0.7689830226189219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.17557031498595263f,-0.45650179412540304f,0.8722277090622732f,-0.4382703739377608f,-0.09098185977544113f,0.8897221168628198f,0.4473442253533007f,1.2510733198468034f,-0.980253725158714f,-0.0008165325657320532f,-0.19774217452792847f,-0.41937464321567697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.24247456873270323f,-0.07330018855902097f,0.9673847041767312f,-0.047151352310141226f,0.5233630933233759f,0.8297202625577462f,0.19404988649337543f,1.1614174998577442f,-0.8168825840136861f,0.553345613751764f,-0.1628234494070388f,0.406453684445373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.30029511071911313f,-0.12681806317975683f,0.9453782445823106f,-0.15487908603027667f,0.35632920771491605f,0.904451515164583f,0.23451429049367176f,1.2574800849425996f,-0.8847894338244868f,0.4072893757119442f,-0.22641338790963514f,0.10589490370680057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.49043983013925696f,0.22858493811171393f,0.8409623648424707f,-0.4764334284494164f,-0.1833855850386596f,0.9163099213927781f,-0.3560138412438335f,0.8407031680758946f,-0.8519615602907241f,-0.3288237430989813f,-0.4074756995961476f,-0.21144777161974646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.468125452139188f,-0.01185270207391359f,0.8835825227521354f,-0.47313341932107433f,-0.10870833102748122f,0.9930873317122249f,-0.04427245597335899f,1.0266303399221033f,-0.8769498616367417f,-0.11677784484327708f,-0.4661779436321062f,-0.23625722967556156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.463186492844227f,0.17703549813618882f,0.8683989320849815f,-0.31102553949860096f,-0.1984613970697681f,0.9342435371767083f,-0.2963141696184442f,0.844201631046957f,-0.8637542166147618f,-0.30959238628109664f,-0.39759427515621437f,0.06091857737291007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.4464779603641211f,-0.10288455002994423f,0.8888600566310932f,-0.3247610172752712f,-0.13848015724778118f,0.9893443143698627f,0.044956352973255065f,1.0299846671973891f,-0.8840139574450872f,-0.10301745963263705f,-0.45596790024420997f,0.03875300431526432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9017837790509902f,-0.2906598394388813f,0.3198482039622526f,-0.19758638056343247f,-0.16786683764657434f,0.9175258177504755f,0.3605094985986634f,1.7901376090411587f,-0.39825461787536587f,0.2714097115040005f,-0.87620204738534f,0.12319213029299236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9017837790509902f,-0.2906598394388813f,0.3198482039622526f,-0.09745123979769904f,-0.16786683764657434f,0.9175258177504755f,0.3605094985986634f,1.7155396537277205f,-0.39825461787536587f,0.2714097115040005f,-0.87620204738534f,0.022056522582942883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9017837790509902f,-0.2906598394388813f,0.3198482039622526f,-0.7273843507558893f,-0.16786683764657434f,0.9175258177504755f,0.3605094985986634f,1.6915158419237961f,-0.39825461787536587f,0.2714097115040005f,-0.87620204738534f,-0.11078245770878513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9017837790509902f,-0.2906598394388813f,0.3198482039622526f,-0.69488299341898f,-0.16786683764657434f,0.9175258177504755f,0.3605094985986634f,1.604327873786865f,-0.39825461787536587f,0.2714097115040005f,-0.87620204738534f,-0.241787161759487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9411110579268345f,-0.21694997135847144f,0.2593119483853233f,-0.31634663471992314f,-0.030275532995833312f,0.8179689013947177f,0.5744652021253651f,1.8602112339775214f,-0.3367393186868032f,0.5327847466648017f,-0.776367854159142f,0.11284509007210874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8955859664095339f,-0.3615011620934414f,0.2593119483853233f,-0.42314770055501993f,-0.15786131845451598f,0.8031622100689655f,0.5744652021253651f,1.8501217491276098f,-0.4159393957130091f,0.4735476471509769f,-0.776367854159142f,0.0697072266925819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9668140023882407f,-0.1996108975474758f,0.1594558696515185f,-0.43038634853568614f,0.007128881457859698f,0.6028180720016595f,0.7978468218382284f,1.8626354804631768f,-0.25538180012520617f,0.772506221106661f,-0.5813899504775741f,0.02606902788741669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.857811597412128f,-0.4886032019736785f,0.1594558696515185f,-0.40876266574287673f,-0.17950105960046028f,0.5755170010390224f,0.7978468218382284f,1.8725460742803888f,-0.48160007573459274f,0.6557797591692799f,-0.5813899504775741f,0.04560008258669482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9236848937089452f,-0.3483963874203813f,0.1594558696515185f,-0.39714453765134394f,-0.08726040951275008f,0.5965115839732748f,0.7978468218382284f,1.966948918045684f,-0.3730842238229348f,0.7230448723406607f,-0.5813899504775741f,0.12458594663795379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9236848937089452f,-0.2820700809346889f,0.2593119483853233f,-0.333678769441039f,-0.08726040951275008f,0.8138644558393802f,0.5744652021253651f,1.7838294154818237f,-0.3730842238229348f,0.5079971623570033f,-0.776367854159142f,0.010286585107628227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.845212107815184f,-0.4281513975508372f,0.3198482039622526f,-0.6625859425958128f,-0.3093327787764944f,0.8799693934419266f,0.3605094985986634f,1.8139055866022633f,-0.4358092756895225f,0.20576745947965688f,-0.87620204738534f,-0.06173746850167014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9017837790509902f,-0.29065983943888124f,0.3198482039622526f,-0.561643057667896f,-0.16786683764657434f,0.9175258177504754f,0.3605094985986634f,1.8424875891586703f,-0.3982546178753659f,0.2714097115040005f,-0.87620204738534f,-0.013129406029535967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8046799675064441f,-0.5001872412566613f,0.3198482039622526f,-0.5402448212011021f,-0.3848500602437679f,0.8496607161393943f,0.3605094985986634f,1.8422737213221732f,-0.45208470558535435f,0.16700117105440304f,-0.87620204738534f,-0.005406203218545971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9198624845470064f,-0.2270465501722721f,0.3198482039622526f,-0.5694003637390254f,-0.10345455685155694f,0.9270005696259243f,0.3605094985986634f,1.8465638897730599f,-0.37835190522799916f,0.2985294088830808f,-0.87620204738534f,-0.014283951749697096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8730195453225238f,-0.3681494260581907f,0.3198482039622526f,-0.6419583350668793f,-0.24719569778514033f,0.8994037960875291f,0.3605094985986634f,1.9442285601898739f,-0.4203940538130524f,0.23566673858728326f,-0.87620204738534f,-0.03625205317907459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8730195453225238f,-0.3681494260581907f,0.3198482039622526f,-0.5591247142037865f,-0.24719569778514033f,0.8994037960875291f,0.3605094985986634f,1.7418627060701801f,-0.4203940538130524f,0.23566673858728326f,-0.87620204738534f,-0.08927706936121324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9017837790509902f,-0.2906598394388813f,0.3198482039622526f,-0.30743383048380646f,-0.16786683764657434f,0.9175258177504755f,0.3605094985986634f,1.2813481573476748f,-0.39825461787536587f,0.2714097115040005f,-0.87620204738534f,-0.15121140529180094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.47479168654657034f,-0.36578022736126775f,0.8004859022230202f,-0.17026624522333103f,-0.010733847280914905f,0.9118805878896307f,0.41031521779311503f,0.9393929368890634f,-0.8800327487706429f,0.18622196084672915f,-0.43687955135207f,-0.22104464060932436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.21485455810364656f,-0.31923060190791186f,0.9230001850853548f,-0.14415328761924356f,-0.6077922026310884f,0.7834671929189481f,0.12949052490647192f,0.4015321224462967f,-0.764477702279757f,-0.5331706860145407f,-0.36235736820416276f,0.13441544847896242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.21485455810364656f,0.16827399366789883f,0.9620402184509455f,-0.06983457877773597f,-0.6077922026310884f,0.7480140990295003f,-0.26657746730347376f,0.6580701556391535f,-0.764477702279757f,-0.6419959273298705f,-0.058438617445338625f,-0.0904302587108167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.3158066750966759f,-0.1609116092519371f,0.9350794607798497f,-0.4292718796243553f,0.3412069719461611f,0.9003261399698568f,0.2701678070798026f,0.5140874659513333f,-0.8853496180942951f,0.4043764282137743f,-0.22942484182266762f,-0.27675709093006073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.3158066750966759f,0.811040055583715f,0.49242275760077064f,-0.1281391057294806f,0.3412069719461611f,0.5813395087611307f,-0.7386624248252369f,0.6437180260645088f,-0.8853496180942951f,-0.06525644636456901f,-0.46032341885695316f,-0.3342133637502521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.2360961991228605f,0.3810425632451009f,0.8939044410647831f,-0.14263014196068116f,0.08140807477823304f,0.9244327451012915f,-0.37255445930144504f,0.8352406890219041f,-0.9683136424323682f,-0.015187652224547155f,-0.24927499894547395f,-0.22380023352740602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.37501136948266905f,0.27042681241301786f,0.8866993920641131f,-0.14049046045693944f,-0.31690138773171644f,0.8614827360525527f,-0.39676316101311654f,0.8280530606020962f,-0.8711716152472171f,-0.42978696421778834f,-0.23736718849919464f,-0.22370113085620097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.30732416694677966f,0.3263230096930433f,0.8939044410647831f,-0.14263014196068116f,-0.10452846326765343f,0.9221046443986228f,-0.37255445930144504f,0.8352406890219041f,-0.9458465291882033f,-0.20793344637975697f,-0.24927499894547395f,-0.22380023352740602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.34819876565600827f,-0.18068962941732997f,0.9198417675973735f,-0.15363524528352943f,0.0823663329747549f,0.9715553208104284f,0.22202712851639816f,0.8576190029222017f,-0.9337951631851196f,0.15307356540557016f,-0.32341162129104545f,-0.22269755627887455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.24460230741399164f,-0.3066933872633887f,0.9198417675973735f,-0.15363524528352943f,-0.3199217603971004f,0.9210613559514821f,0.22202712851639816f,0.8576190029222017f,-0.9153249578331027f,-0.23996904963291837f,-0.32341162129104545f,-0.22269755627887455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.30732416694677966f,-0.24380930866931166f,0.9198417675973735f,-0.15363524528352943f,-0.10452846326765343f,0.9694213503784953f,0.22202712851639816f,0.8576190029222017f,-0.9458465291882033f,-0.02791534410546779f,-0.32341162129104545f,-0.22269755627887455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.31847045303218396f,0.016982288645634697f,0.9477806562796226f,-0.22198856839738995f,0.13015252818123357f,0.9911537063204907f,0.02597402269937594f,0.877049466486694f,-0.9389552118996458f,0.1316280073522001f,-0.31786345767794777f,-0.40747849379837664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.2702756907001218f,-0.1290353712315317f,0.9540969154062459f,-0.10418081932507028f,-0.39837344393961727f,0.917155068455758f,0.011188367602213707f,0.9034505161813836f,-0.8764985169298695f,-0.3770629302610567f,-0.29928898483352984f,-0.03898830036036252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.30732416694677966f,-0.1397560897154272f,0.9412864026415773f,-0.1422242432003032f,-0.10452846326765343f,0.9881289650920523f,0.11258307471823831f,0.7223843583291358f,-0.9458465291882033f,-0.0637917215127721f,-0.3182844003231484f,-0.21443353814338095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.30732416694677966f,-0.09030143487090797f,0.9473106709367963f,-0.15999999999999998f,-0.10452846326765343f,0.9926669115595446f,0.060714109247670754f,0.9450000000000001f,-0.9458465291882033f,-0.08036201562361686f,-0.3145096018685898f,-0.225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.2295450174045368f,-0.7545946342981861f,-0.6147324807370586f,-1.3656461061684049f,0.2827191848656055f,0.6560590289905073f,-0.6997545376694317f,1.5677083333333335f,0.9313318138524415f,-0.013171498336159465f,0.3639334611407724f,-0.364631779620395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2619081963485102f,-0.7545946342981861f,-0.6016569076922972f,-1.3672822692719002f,-0.2827191848656055f,0.6560590289905073f,-0.6997545376694317f,1.5677083333333335f,0.9227534660972009f,-0.013171498336159465f,-0.3851656168938016f,-0.2708960581994833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.017452406437283463f,-0.7545946342981861f,-0.6559591080226991f,-1.2680703215167477f,0f,0.6560590289905073f,-0.7547095802227719f,1.6809147703667493f,0.9998476951563914f,-0.013171498336159465f,-0.011449808820791857f,-0.3160464475868204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.035342741681525736f,0.16307357725622207f,0.9859806788225072f,0.45104379838449593f,-0.3099180067028458f,0.9397463672187838f,-0.14431768575068574f,2.034137235537427f,-0.9501061623480652f,-0.30047258394062815f,0.08375265111191654f,-0.20641145824539936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7976516182196746f,0.16307357725622207f,0.5806538593279078f,0.49151418289737947f,-0.05365916613452093f,0.9397463672187838f,-0.3376350976851292f,2.0534392644625736f,-0.6007267181017361f,-0.30047258394062815f,-0.7408398183539812f,-0.12407894852565282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.43168410147075786f,0.16307357725622207f,0.8871616791421074f,0.33820473876962154f,-0.20588830853489698f,0.9397463672187838f,-0.2729226441828122f,2.084726646627422f,-0.8782134370106299f,-0.30047258394062815f,-0.3720986231552311f,-0.10943040991224141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000048283905371085524f,0f,0.000014860258067111776f,-0.8160816851098194f,0f,0.000015625f,0f,1.1111225f,-0.000014860258067111776f,0f,-0.0000048283905371085524f,-0.019415066773583983f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13.mcfunction new file mode 100644 index 000000000..894303061 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13_as_bone.mcfunction new file mode 100644 index 000000000..8e400c2f2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_13_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.590751540919192f,-0.44800132387359054f,0.3424206114613353f,0.04548376468438137f,-0.3526944068578963f,0.6805158486906108f,0.28186748570294295f,1.1796750456586353f,-0.4399587670648251f,0.05601283721480581f,-0.6857428744029286f,-0.2966012769071634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7025886776608609f,-0.1839951931208309f,0.3354324357172264f,0.04548376468438137f,-0.06408979882917928f,0.7480995627890471f,0.27611508803553597f,1.1796750456586353f,-0.37717588431499477f,0.21562192157400087f,-0.6717481218640934f,-0.2966012769071634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.07795905091445932f,-0.3575821723810803f,0.7300697369568118f,0.009882709736685417f,0.32820690547315323f,0.6848336558748769f,0.3003789863243294f,1.1779749800388717f,-0.7437385683321105f,0.26473061443800266f,0.20908153481124103f,-0.37878047161127976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.20460298245867556f,-0.29439596381968924f,0.7151703545699382f,0.009882709736685417f,0.040309369828096936f,0.7428275686041478f,0.29424880292995537f,1.1779749800388717f,-0.7723423944553842f,-0.039220145439891246f,0.20481456471305245f,-0.37878047161127976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.5648134135961504f,-1.4420954407905064f,-0.20676749617166693f,-0.5691817068346157f,0.8276219675409363f,0.1351149557770119f,1.3184051264952839f,1.1536144295039856f,-1.1989303301966856f,-0.5860980620822868f,0.8126877475130622f,-1.0423361141270506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.31419108246522653f,-0.4659054235021039f,0.8271735610200889f,-0.4914626189891351f,-0.1316848827261219f,0.8842613159686817f,0.44804131142422854f,1.2132691515189795f,-0.9401824585476675f,0.03184433124843905f,-0.3391797211016645f,-0.812715237295756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.1176571014581766f,-0.4659054235021039f,0.8769771620902027f,-0.4454874056877445f,-0.026242215111156805f,0.8842613159686817f,0.4662545133587393f,1.2275815982607616f,-0.9927074859305332f,0.03184433124843905f,-0.11626601371346479f,-0.45901309341053376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.23712968337822837f,-0.18000510772946277f,0.954655788466317f,-0.11445957356857162f,0.38401788171849033f,0.8852812796286913f,0.26231149890813044f,1.173947549933007f,-0.8923563076380334f,0.4288067363396837f,-0.1408012893702475f,0.4018626349633123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2641777791715419f,-0.21177241432004246f,0.9409370571536931f,-0.20826391779809217f,0.2655610598652618f,0.9219138503137403f,0.28204995316952813f,1.2389097877358801f,-0.9271933048050071f,0.3243875724079984f,-0.18731064676631343f,0.08857840993998733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4072348450948526f,0.254522833789296f,0.8771418973121954f,-0.49113910159504454f,-0.1346462376435989f,0.9331600812282643f,-0.3332906441688433f,0.8134369275475436f,-0.9033438833738759f,-0.2538314202023177f,-0.34574475916357655f,-0.26242722577603983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.3911141015686432f,-0.01001362620803592f,0.920287719598778f,-0.4872648582615589f,-0.08418708283728596f,0.9961378121598244f,-0.024939812926045746f,1.0000568934967229f,-0.9164836575943408f,-0.08723065100985974f,-0.3904465634205212f,-0.28122326386176677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.38863269856128946f,0.20571782669797195f,0.8981340664887583f,-0.35293894128813413f,-0.1438624485001553f,0.9492543905411249f,-0.27967784672715335f,0.8194156692451804f,-0.9100924247132869f,-0.2378997221878584f,-0.3393162251682487f,0.022314381719473756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.37588732786077356f,-0.0847600965444626f,0.922780820556789f,-0.36306407926174095f,-0.10351895950807001f,0.9934157883712289f,0.049080509748127776f,1.0059878827507116f,-0.9208651050919747f,-0.07707656873877348f,-0.3821866831476513f,0.005473858311280916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8795876140022862f,-0.3407327439448649f,0.33200425674615713f,-0.2616293809741236f,-0.21212090935433328f,0.9055562767339471f,0.3673861040954616f,1.7753760508571803f,-0.4258290139345319f,0.2527232218684182f,-0.8687926242895885f,0.0923881322854975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8795876140022862f,-0.3407327439448649f,0.33200425674615713f,-0.15492785338597748f,-0.21212090935433328f,0.9055562767339471f,0.3673861040954616f,1.7045784976251737f,-0.4258290139345319f,0.2527232218684182f,-0.8687926242895885f,-0.004682990952658728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8795876140022862f,-0.3407327439448649f,0.33200425674615713f,-0.7783871042004668f,-0.21212090935433328f,0.9055562767339471f,0.3673861040954616f,1.6507550166115093f,-0.4258290139345319f,0.2527232218684182f,-0.8687926242895885f,-0.15778641340103994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8795876140022862f,-0.3407327439448649f,0.33200425674615713f,-0.7376546476624921f,-0.21212090935433328f,0.9055562767339471f,0.3673861040954616f,1.564048395177928f,-0.4258290139345319f,0.2527232218684182f,-0.8687926242895885f,-0.2867947126842861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9274814645526602f,-0.2764594070164103f,0.25169093981187973f,-0.3833870560329459f,-0.0767907909038652f,0.799718792589033f,0.5954435550178517f,1.838058047282082f,-0.36589794662393405f,0.5329353141349082f,-0.7629538934983653f,0.07887108148985292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8728148492148133f,-0.41814579969997934f,0.25169093981187973f,-0.4881360601556607f,-0.20094895034211155f,0.7778602008999469f,0.5954435550178517f,1.8227505350067021f,-0.4447625864959035f,0.4691349465230219f,-0.7629538934983653f,0.03236875006186334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9581350566123213f,-0.2582646424357514f,0.1235984941576452f,-0.4939632321308523f,-0.045002110008975596f,0.5621602373490675f,0.8258030501508091f,1.8374668797093876f,-0.2827578882812007f,0.785668659175847f,-0.5502478846879673f,-0.013740272326665526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8314324255231577f,-0.5417042865167688f,0.1235984941576452f,-0.4735458736557832f,-0.21651661687378349f,0.5207397401573564f,0.8258030501508091f,1.8480428190283733f,-0.5117036998168082f,0.6598383051856016f,-0.5502478846879673f,0.006718139278873464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9059373329532087f,-0.40497032113920367f,0.1235984941576452f,-0.4700957100230362f,-0.1323892953546355f,0.5481992309709335f,0.8258030501508091f,1.9402210617267721f,-0.4021823258636935f,0.7317626952498242f,-0.5502478846879673f,0.08904014408434666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9059373329532087f,-0.3404838022259501f,0.25169093981187973f,-0.39348685452219756f,-0.1323892953546355f,0.7924140630145361f,0.5954435550178517f,1.7619278975485018f,-0.4021823258636935f,0.506113359988209f,-0.7629538934983653f,-0.024835361913000203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8154560863612496f,-0.4741355763057923f,0.33200425674615713f,-0.7208557862357141f,-0.3511695606804114f,0.8612243553041711f,0.3673861040954616f,1.7763767113163265f,-0.46012097416649117f,0.1829974456436173f,-0.8687926242895885f,-0.10785814944569574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8795876140022862f,-0.3407327439448649f,0.33200425674615713f,-0.6229741706689219f,-0.21212090935433325f,0.9055562767339471f,0.3673861040954616f,1.809935498005746f,-0.4258290139345319f,0.2527232218684182f,-0.8687926242895885f,-0.05626224074191645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7710293914437012f,-0.5434030281774178f,0.33200425674615713f,-0.6018554192783492f,-0.42489390283994144f,0.827340692730027f,0.3673861040954616f,1.8107618151103217f,-0.4743193532414612f,0.14219889985724737f,-0.8687926242895885f,-0.047842403169500364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9012132974892493f,-0.27854580580397476f,0.33200425674615713f,-0.6308656767126306f,-0.14843578083848633f,0.9181471938008782f,0.3673861040954616f,1.813644152075416f,-0.4071626350678837f,0.28181193123178244f,-0.8687926242895885f,-0.05770965821922729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.846543702199284f,-0.41609726479413645f,0.33200425674615713f,-0.7070056426014497f,-0.2902381551517376f,0.883622806298974f,0.3673861040954616f,1.9077128016271871f,-0.4462348860867399f,0.2146480897170151f,-0.8687926242895885f,-0.08299679521030487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.846543702199284f,-0.41609726479413645f,0.33200425674615713f,-0.6133837580227691f,-0.2902381551517376f,0.883622806298974f,0.3673861040954616f,1.7088976702099183f,-0.4462348860867399f,0.2146480897170151f,-0.8687926242895885f,-0.1312926153966332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8795876140022862f,-0.3407327439448649f,0.33200425674615713f,-0.33918490802405743f,-0.21212090935433328f,0.9055562767339471f,0.3673861040954616f,1.2598343763000788f,-0.4258290139345319f,0.2527232218684182f,-0.8687926242895885f,-0.18043487035333147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.39744249279941746f,-0.41462724315415894f,0.8186108441449863f,-0.18369969184124785f,-0.018979165612764054f,0.8956188059539454f,0.4444173102999839f,0.9239773240673492f,-0.9174307909537526f,0.16109377286540555f,-0.3638262499517604f,-0.24084503517785855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.10602528777964171f,-0.3390015146964289f,0.9347922824803228f,-0.14832945862787664f,-0.6401077329786787f,0.7426711958256005f,0.19672718437437403f,0.3857194363886802f,-0.7609341157630801f,-0.5775097124070723f,-0.29573941831172934f,0.12726793261385555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.10602528777964171f,0.1338077638276937f,0.9853192988522435f,-0.08654969210061558f,-0.6401077329786787f,0.749102792139609f,-0.17060802146891635f,0.6462826718056841f,-0.7609341157630801f,-0.6487992672222079f,0.006227545245556243f,-0.10052939681926165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.23861311250315878f,-0.2545090212647527f,0.93717071050925f,-0.4199190330984594f,0.353421323461933f,0.8761093882428259f,0.3279111281356537f,0.49232081145753764f,-0.9045203981469797f,0.4094600077268096f,-0.11910227289346881f,-0.3236624707463242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.23861311250315878f,0.7919737572598183f,0.5619976426581532f,-0.11907162197677652f,0.353421323461933f,0.6098487196551938f,-0.7093503416911398f,0.6305370388022284f,-0.9045203981469797f,0.029361657764629012f,-0.4254183145908767f,-0.3490212964966075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1364598358114118f,0.35605881522397215f,0.9244462306222163f,-0.15204887359129604f,0.08004698993299092f,0.9340872357044477f,-0.3479561976696073f,0.8209360207662554f,-0.987406295611381f,0.026517092512650192f,-0.15596682721555047f,-0.2411437760000091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.27797711966973115f,0.2781772421712767f,0.9194270731700819f,-0.15050639137893237f,-0.33498547887784114f,0.8689912659410941f,-0.3641962501990898f,0.816185239742234f,-0.9002852047440875f,-0.4092329430239915f,-0.1483743524427964f,-0.24091826500260394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.20657520446265779f,0.32050873871017516f,0.9244462306222163f,-0.15204887359129604f,-0.11320321376790671f,0.9306511252321821f,-0.3479561976696073f,0.8209360207662554f,-0.9718599267866891f,-0.17652940693971042f,-0.15596682721555047f,-0.2411437760000091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.2588471259810602f,-0.23612367326720235f,0.9366129276783174f,-0.16395190058329348f,0.08001289622833692f,0.961086485800441f,0.2644063222559403f,0.8428741263500795f,-0.9625986192637607f,0.1433819295956162f,-0.22988153570249878f,-0.24116908193226774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.13386370484135574f,-0.32378500927621373f,0.9366129276783174f,-0.16395190058329348f,-0.3362870904778983f,0.9038806832370065f,0.2644063222559403f,0.8428741263500795f,-0.9321971365028195f,-0.2795764264722699f,-0.22988153570249878f,-0.24116908193226774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.20657520446265779f,-0.28298923761702055f,0.9366129276783174f,-0.16395190058329348f,-0.11320321376790671f,0.9577443965608494f,0.2644063222559403f,0.8428741263500795f,-0.9718599267866891f,-0.051407803388513224f,-0.22988153570249878f,-0.24116908193226774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2278668577048743f,-0.02973446025651614f,0.9732381810394413f,-0.21445401420790522f,0.1294776328622027f,0.9897317002570373f,0.06055331613309796f,0.8626247802035298f,-0.9650451998471922f,0.13981066976296166f,-0.22167710498002466f,-0.43209510730706857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.16315183907339265f,-0.13101048826361825f,0.9778638603465711f,-0.13629715848628063f,-0.4188354582141381f,0.9065959383891636f,0.051581619195454335f,0.8906745960581135f,-0.8932851372039741f,-0.4011484219851802f,-0.2027846325274107f,-0.05325512008160421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.20657520446265779f,-0.18185863378268424f,0.9613813614897613f,-0.14813372723047644f,-0.11320321376790671f,0.9804184865713679f,0.1611354200097736f,0.7081992675839697f,-0.9718599267866891f,-0.0755448774425114f,-0.22311713111809053f,-0.23130948094035603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.20657520446265779f,-0.12000436313385797f,0.971043581787166f,-0.1733333333333333f,-0.11320321376790671f,0.9887164522896495f,0.09810611277788343f,0.9299999999999999f,-0.9718599267866891f,-0.0896589638608785f,-0.21782918286025163f,-0.24375000000000005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1852839238956887f,-0.7843013516181769f,-0.592065247583167f,-1.418262694455719f,0.3176924357337704f,0.6179510977210734f,-0.7191717160058955f,1.6003472222222221f,0.9299147185755046f,-0.05484369312164594f,0.3636630109062755f,-0.5364391788183587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.31289986849760487f,-0.7843013516181769f,-0.5356912003608812f,-1.4248023638692309f,-0.3176924357337704f,0.6179510977210734f,-0.7191717160058955f,1.6003472222222221f,0.8950783142115135f,-0.05484369312164594f,-0.4425234239597413f,-0.4429175491065002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.06975647374412614f,-0.7843013516181769f,-0.6164457999051379f,-1.3290656591767043f,0f,0.6179510977210734f,-0.7862165355837539f,1.7182797025597853f,0.9975640502598238f,-0.05484369312164594f,-0.04310608952333399f,-0.48321245053392936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2114760845883925f,0.25484742759819273f,0.9435733433569152f,0.443369719380564f,-0.2751878388831561f,0.9418774489728936f,-0.19271358137695535f,2.0340861397906322f,-0.9378430140369876f,-0.21890559554953867f,0.2693154679165692f,-0.19016547677146545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6599009523012674f,0.25484742759819273f,0.7068122252751888f,0.4671395825852488f,0.003929407728991252f,0.9418774489728936f,-0.3359336703446286f,2.048464860209368f,-0.7513423273759969f,-0.21890559554953867f,-0.6225472249800188f,-0.10062605248053978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.2535452075166372f,0.25484742759819273f,0.9331493001615172f,0.3152822559586788f,-0.15337301779984563f,0.9418774489728936f,-0.2989039787745933f,2.086111096816189f,-0.9550871924365406f,-0.21890559554953867f,-0.19972179420581074f,-0.115437495495131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000032486201690274853f,0f,0.000015283556261465715f,-0.8473104114663019f,0f,0.000015625f,0f,1.0961224999999999f,-0.000015283556261465715f,0f,-0.0000032486201690274853f,-0.10787049287108694f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14.mcfunction new file mode 100644 index 000000000..5b26f7ab8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14_as_bone.mcfunction new file mode 100644 index 000000000..7d72fda68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_14_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5482781726632701f,-0.4789088896240949f,0.3701104771071552f,0.024702436381740037f,-0.38069115165725353f,0.6611006744428962f,0.2914868603307292f,1.1721055278557644f,-0.47054196080194977f,0.023165019633241843f,-0.6670817711753875f,-0.2936591305332152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6757356534051793f,-0.22788945115667145f,0.3625572020641521f,0.024702436381740037f,-0.09670578415308098f,0.7410235872337138f,0.2855381488954082f,1.1721055278557644f,-0.4171682131088287f,0.19735866136247898f,-0.6534678574779307f,-0.2936591305332152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.14778122065390167f,-0.40829047129333995f,0.691667583682761f,-0.004854201332459774f,0.3447810592331116f,0.6674325926170072f,0.32031890351816295f,1.169455366383277f,-0.7254179322711705f,0.23404501662724372f,0.29314876458176786f,-0.3819208591254681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.28680298188555386f,-0.31411374856003216f,0.6775519187096435f,-0.004854201332459774f,0.06183258946092385f,0.7332923861011544f,0.3137817830382005f,1.169455366383277f,-0.7442585440974872f,-0.0601234517608589f,0.2871661367331604f,-0.3819208591254681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.7856262321393079f,-1.290961508155943f,-0.39700888886059943f,-0.538563254174732f,0.7947079674053886f,0.07047361322364125f,1.3434578394507213f,1.1665701458168038f,-1.0920791729160435f,-0.877415582434537f,0.6920341218350955f,-1.0921059382257807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.24961347743817366f,-0.4819483172894589f,0.839892214122194f,-0.4770932479195588f,-0.06961817854413231f,0.8740347959229187f,0.4808497527629384f,1.2110171611124128f,-0.9658397491806906f,0.061554812791857594f,-0.25172322881438586f,-0.8542619646423849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.06284625902523056f,-0.4819483172894589f,0.8739428855413793f,-0.45090505782255363f,0.0355883012632293f,0.8740347959229187f,0.4845581991145948f,1.2033188638630903f,-0.9973885003045357f,0.061554812791857594f,-0.03777809527263254f,-0.4993009498269205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.20373354363336105f,-0.27010085354727564f,0.9410303778899096f,-0.18649229704766124f,0.2294964163261092f,0.921232741283025f,0.3141044910243025f,1.1885092795250445f,-0.9517478857828193f,0.27995672040727304f,-0.12569883295694292f,0.389770606585356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.21237038163223526f,-0.28279467334995745f,0.9353747878418945f,-0.26144831705167215f,0.16779882759160014f,0.9324380708357991f,0.3200043710871739f,1.2203062817131518f,-0.9626745942758971f,0.22491424317037823f,-0.15056961431455146f,0.06645282756768278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3216407113246226f,0.26900267125156524f,0.9078462511230152f,-0.5022572100710009f,-0.08646266299830653f,0.9464449383096484f,-0.3110726388727996f,0.7861689548645513f,-0.9429058599488244f,-0.1785484293057999f,-0.2811565358774355f,-0.313168829209296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.31321041970710267f,-0.013097965005468004f,0.9495934268409906f,-0.49877811959176993f,-0.06095653605066302f,0.9981202962257913f,-0.006338373201602188f,0.9732768955743771f,-0.9477254527022078f,-0.059869170487439505f,-0.31342008347510386f,-0.32635317419741033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.312175086636611f,0.22370838615710267f,0.9233099551322995f,-0.3921069966818271f,-0.09063894906930342f,0.9604333361189895f,-0.2633484151897631f,0.7950661869362843f,-0.9456909094387217f,-0.1658986583258958f,-0.2795466668923653f,-0.018691558647628538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.3051934329790484f,-0.07154190565399582f,0.9495992439981498f,-0.3995861087169629f,-0.07034398913390137f,0.9961434210943468f,0.05244051680885847f,0.9821708316215296f,-0.9496887340909086f,-0.05079409754927576f,-0.3090489734572208f,-0.030147008022225363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.854164986686081f,-0.39001982946175073f,0.3439283474013065f,-0.32513934758414653f,-0.2590643031546002f,0.8926464942401303f,0.3688738580488275f,1.7606057571856337f,-0.45087455278667954f,0.22597957639448737f,-0.8635075962039822f,0.05381749651792278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.854164986686081f,-0.39001982946175073f,0.3439283474013065f,-0.21211239933182713f,-0.2590643031546002f,0.8926464942401303f,0.3688738580488275f,1.6933217809659924f,-0.45087455278667954f,0.22597957639448737f,-0.8635075962039822f,-0.03847599194601098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.854164986686081f,-0.39001982946175073f,0.3439283474013065f,-0.8269612772622191f,-0.2590643031546002f,0.8926464942401303f,0.3688738580488275f,1.6084054790823061f,-0.45087455278667954f,0.22597957639448737f,-0.8635075962039822f,-0.21107130324425144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.854164986686081f,-0.39001982946175073f,0.3439283474013065f,-0.7779967030113558f,-0.2590643031546002f,0.8926464942401303f,0.3688738580488275f,1.5216916801260698f,-0.45087455278667954f,0.22597957639448737f,-0.8635075962039822f,-0.3371803831671862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9105240358464892f,-0.3354376281754298f,0.24171797150783614f,-0.4494030343471546f,-0.12603743112385005f,0.7819891666928783f,0.6104158493442634f,1.815544970707002f,-0.3937772798188358f,0.5253327905042856f,-0.7542976290029411f,0.03662092871914775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8468399681192194f,-0.4737451747996767f,0.24171797150783614f,-0.5517204176638651f,-0.2468157581584458f,0.7526449843013592f,0.6104158493442634f,1.794700186235497f,-0.47110938211896275f,0.45726473399993417f,-0.7542976290029411f,-0.01303577935295297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9457087565464534f,-0.31424285864167556f,0.08298417670898953f,-0.5562945469116256f,-0.0996375240447851f,0.5233398934499336f,0.8462787482419944f,1.8114693887913553f,-0.3093659832521762f,0.792064884789447f,-0.526237500269502f,-0.0615858030265341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8023160917496494f,-0.5911027959124363f,0.08298417670898953f,-0.5371354778911301f,-0.2564818374207116f,0.46693612769548964f,0.8462787482419944f,1.822806116372872f,-0.5389860443396135f,0.6576991237011359f,-0.526237500269502f,-0.04033317243617274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8849070989553341f,-0.45831545100987536f,0.08298417670898953f,-0.5418077872175303f,-0.1802792170508537f,0.501309968156922f,0.8462787482419944f,1.9128153795984983f,-0.4294634211641143f,0.7339177496096687f,-0.526237500269502f,0.04429629400659964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8849070989553341f,-0.3981354649721514f,0.24171797150783614f,-0.45222730759879637f,-0.1802792170508537f,0.7712923536304848f,0.6104158493442634f,1.7392746000316395f,-0.4294634211641143f,0.49658459174903524f,-0.7542976290029411f,-0.06743523913693311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7826362549175121f,-0.5188388809086082f,0.3439283474013065f,-0.7769360639837132f,-0.3955154684866951f,0.8411299489590913f,0.3688738580488275f,1.73730578028696f,-0.48067453300173996f,0.15266507335202584f,-0.8635075962039822f,-0.16141564239218162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.854164986686081f,-0.3900198294617508f,0.3439283474013065f,-0.6824794388742089f,-0.2590643031546003f,0.8926464942401303f,0.3688738580488275f,1.7761416455335517f,-0.45087455278667954f,0.2259795763944874f,-0.8635075962039822f,-0.10720436894771139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7344382996512518f,-0.5850757864235914f,0.3439283474013065f,-0.6617156348680439f,-0.46731971816854795f,0.8034577511350816f,0.3688738580488275f,1.778072279121819f,-0.4921510591436807f,0.1101905907134252f,-0.8635075962039822f,-0.09810957801325781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8792906917022326f,-0.3294862232925913f,0.3439283474013065f,-0.6904788340817921f,-0.1961653637943948f,0.9085434645054613f,0.3688738580488275f,1.7794591018434722f,-0.43401270664949637f,0.25688052040744247f,-0.8635075962039822f,-0.10897331211939879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8169221631092264f,-0.4629810701041118f,0.3439283474013065f,-0.7699392950437417f,-0.33587775348403714f,0.866670763071358f,0.3688738580488275f,1.8695094459340449f,-0.46885425681703974f,0.18582334934706563f,-0.8635075962039822f,-0.1383436237305133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8169221631092264f,-0.4629810701041118f,0.3439283474013065f,-0.6657685542703167f,-0.33587775348403714f,0.866670763071358f,0.3688738580488275f,1.6745085242429896f,-0.46885425681703974f,0.18582334934706563f,-0.8635075962039822f,-0.180153877333603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.854164986686081f,-0.39001982946175073f,0.3439283474013065f,-0.3698605291917f,-0.2590643031546002f,0.8926464942401303f,0.3688738580488275f,1.2378829257752217f,-0.45087455278667954f,0.22597957639448737f,-0.8635075962039822f,-0.21262447875606844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.3174144347993826f,-0.46092940647030006f,0.8287292433792385f,-0.19701200176533745f,-0.02846059535088796f,0.8781592585128625f,0.47752100603053316f,0.9085732038328983f,-0.9478597317605919f,0.1279859325827502f,-0.29185875002758127f,-0.26061920347459977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.0015760740231334917f,-0.34890728615539945f,0.9371559217432004f,-0.15441188703620273f,-0.6702118940135305f,0.6951604326895787f,0.25993843491418067f,0.3747590489140877f,-0.7421681299499928f,-0.6285027275123886f,-0.23274618878945882f,0.12487374188669884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.0015760740231334917f,0.1030148406703531f,0.9946785704901535f,-0.10429355680482572f,-0.6702118940135305f,0.7383293835216205f,-0.0754038364500107f,0.6349062655836732f,-0.7421681299499928f,-0.6665265666350033f,0.07020543323906403f,-0.10994470635339645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.16210911352387292f,-0.3482167903977219f,0.9232906921428444f,-0.4077302553796296f,0.3647631742974101f,0.8482473756357782f,0.38395861287838295f,0.4711637426958113f,-0.9168797423811809f,0.3990256340288474f,-0.01049196830413876f,-0.3662358208633398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.16210911352387292f,0.7614491147283323f,0.6276271831206346f,-0.11071856865076482f,0.3647631742974101f,0.6372302343957249f,-0.6788854506088979f,0.6177813220013795f,-0.9168797423811809f,0.11888176500796106f,-0.38104942456276014f,-0.3604200173866414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.035717889627079086f,0.32660358565040426f,0.944486278460882f,-0.1616484211310718f,0.07865647631828135f,0.9430762334970091f,-0.3231414188034184f,0.8067850432535177f,-0.9962617081338513f,0.0627480330639418f,-0.05937418001814445f,-0.25767872199538694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.17849809350465978f,0.2846130655844539f,0.9418778230289855f,-0.16082928879038436f,-0.35296184584915563f,0.8750187327397481f,-0.33130069835314585f,0.8044319093729585f,-0.9184532464910548f,-0.3915834780134939f,-0.05573162259343284f,-0.25747429626435764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.1037493239532911f,0.3117398716531914f,0.944486278460882f,-0.1616484211310718f,-0.12186934340514746f,0.9384708235164863f,-0.3231414188034184f,0.8067850432535177f,-0.987108879970813f,-0.1486296263533609f,-0.05937418001814445f,-0.25767872199538694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.16778341599361055f,-0.2903522240925599f,0.9420957017639017f,-0.17430741016498116f,0.0770927363665349f,0.9488519752792395f,0.30616439866223133f,0.8282517085453469f,-0.9828048816102994f,0.12399804423130896f,-0.13681757821923088f,-0.25899850229161075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.02157416250727555f,-0.33464943482709003f,0.9420957017639017f,-0.17430741016498116f,-0.35181107333134964f,0.8845859651120619f,0.30616439866223133f,0.8282517085453469f,-0.9358223785492378f,-0.32483445952772805f,-0.13681757821923088f,-0.25899850229161075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.1037493239532911f,-0.3188914650742728f,0.9420957017639017f,-0.17430741016498116f,-0.12186934340514746f,0.9441457642386543f,0.30616439866223133f,0.8282517085453469f,-0.987108879970813f,-0.08304823521900591f,-0.13681757821923088f,-0.25899850229161075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.13579105858955898f,-0.07736388989539154f,0.9877123148707727f,-0.20656863712317436f,0.1284091635205915f,0.9871630617161057f,0.0949746087500555f,0.8482355053665213f,-0.9823807180167312f,0.1397280148128423f,-0.12411368476277378f,-0.4543552006491658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.05459855847761854f,-0.12842017986320453f,0.9902157617489574f,-0.16880002641474268f,-0.4385534285504448f,0.8940081668195762f,0.09176212708166151f,0.8778809843916826f,-0.8970450867814925f,-0.42925243745819697f,-0.10513066734964034f,-0.0694243537907599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.1037493239532911f,-0.222054263600314f,0.9694988302190761f,-0.15437153134090778f,-0.12186934340514746f,0.9702522476214988f,0.20918517902429895f,0.6943452826464636f,-0.987108879970813f,-0.09644936496603815f,-0.12772462206017549f,-0.24656665426152236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.1037493239532911f,-0.1481652673304344f,0.9835055319296052f,-0.18666666666666662f,-0.12186934340514746f,0.9832844223023608f,0.13527604368664414f,0.915f,-0.987108879970813f,-0.10582437533202606f,-0.12007189791268051f,-0.26249999999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1387843013891365f,-0.8097204091013535f,-0.5701682004221789f,-1.4514505259807335f,0.35335190754430934f,0.5783323361679866f,-0.7353054728323984f,1.6329861111111112f,0.9251385556351692f,-0.09942116488562981f,0.366379700379343f,-0.7175577598511417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3584730875836775f,-0.8097204091013535f,-0.46459649650310714f,-1.462875776924966f,-0.35335190754430934f,0.5783323361679866f,-0.7353054728323984f,1.6329861111111112f,0.8640830254744174f,-0.09942116488562981f,-0.49343282932914123f,-0.6245065581347677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.12186934340514731f,-0.8097204091013535f,-0.5740215346332703f,-1.3710599212578591f,0f,0.5783323361679866f,-0.8158012680441721f,1.7553563013177371f,0.9925461516413219f,-0.09942116488562981f,-0.07048098207875747f,-0.6604600116811411f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.38131974319349515f,0.3288746608976728f,0.8639656884797495f,0.43502660394030257f,-0.24239217994106155f,0.9374505339874719f,-0.24986501841999367f,2.034138111018659f,-0.892099369215261f,-0.11414006196793666f,0.437185042859072f,-0.1717091608042851f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49369516376185374f,0.3288746608976728f,0.8050506460450777f,0.44097423009895476f,0.06763481065046432f,0.9374505339874719f,-0.3414850343937192f,2.0433873889813405f,-0.8670009329097819f,-0.11414006196793666f,-0.4850581703131319f,-0.07860631927812134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.06344134569229012f,0.3288746608976728f,0.9422402310855719f,0.2966643823567928f,-0.09865896493527071f,0.9374505339874719f,-0.3338456304409341f,2.08883959456614f,-0.9930969762790802f,-0.11414006196793666f,-0.02702668975851863f,-0.12110373657742543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000016332572385570914f,0f,0.00001553940461512927f,-0.8711549039159887f,0f,0.000015625f,0f,1.0811225f,-0.00001553940461512927f,0f,-0.0000016332572385570914f,-0.19781464328330844f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15.mcfunction new file mode 100644 index 000000000..e2c856054 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15_as_bone.mcfunction new file mode 100644 index 000000000..3584f1fd8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_15_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.50331825104644f,-0.5063062745582612f,0.3965717324153752f,0.0017412816776567058f,-0.40945037714027616f,0.6406028630331964f,0.29819927058563034f,1.164030542556168f,-0.4959491619790107f,-0.015045685795303443f,-0.6486543767798923f,-0.29279643526132887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6453163625702404f,-0.26953905145858487f,0.38847843175383695f,0.0017412816776567058f,-0.1304176854959817f,0.7332536319984222f,0.2921135711859236f,1.164030542556168f,-0.45448654491523227f,0.1723015116008239f,-0.635416532355813f,-0.29279643526132887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.21340714367807526f,-0.45518712432214986f,0.6435887796745228f,-0.02103170963753892f,0.36117014658272667f,0.6491159703153176f,0.3393361559625793f,1.1602380515365476f,-0.7006839235268794f,0.19595301318780456f,0.37092977823038564f,-0.3867939199078072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.36377638847986715f,-0.33195496103505223f,0.630454314783206f,-0.02103170963753892f,0.0835315382778328f,0.7228592234082675f,0.3324109282898736f,1.1602380515365476f,-0.7075939664083379f,-0.08532553532099009f,0.36335978275629616f,-0.3867939199078072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.9829630977098371f,-1.0784420341820398f,-0.558706163783777f,-0.5077347236798062f,0.7752357206073172f,0.0037827784164110186f,1.3566139900804157f,1.1770088454302903f,-0.9349862972445823f,-1.130643497967753f,0.5374496762191872f,-1.1375078553533289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.18732956978722654f,-0.5035274051056928f,0.8434262176330897f,-0.4621974481118713f,-0.009964618051510665f,0.8595562995334968f,0.510943905257093f,1.206709828172458f,-0.9822465773269053f,0.08731048184387265f,-0.16603777006985687f,-0.8938538620645101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.012099710999489893f,-0.5035274051056928f,0.8638945244074975f,-0.45430146252002446f,0.09403069835920577f,0.8595562995334968f,0.5023158326176488f,1.178303347562248f,-0.9954957683284289f,0.08731048184387265f,0.03694665073294073f,-0.5400267631929354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.14631069627547605f,-0.3363500647690009f,0.9303020015485693f,-0.2621122979350047f,0.06487041217489165f,0.9351357759799205f,0.3483000288640409f,1.2044952959652693f,-0.9871094213812597f,0.1113090940234486f,-0.11500119915911317f,0.36897597912442465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.14631069627547605f,-0.3363500647690009f,0.9303020015485693f,-0.31386884429719997f,0.06487041217489165f,0.9351357759799205f,0.3483000288640409f,1.2016902375891396f,-0.9871094213812597f,0.1113090940234486f,-0.11500119915911317f,0.03962097357393285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.235279779221486f,0.27273992759981674f,0.9328753171685567f,-0.5098973777600067f,-0.03918222412882351f,0.9563777325650562f,-0.2894933262892953f,0.7589030313611408f,-0.9711375694523446f,-0.10466405565698475f,-0.21432978479815673f,-0.36322263445430725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.235279779221486f,-0.020404325989183736f,0.9717134809039214f,-0.5076499796273292f,-0.03918222412882351f,0.9991659769984227f,0.011493638288470831f,0.946318487287648f,-0.9711375694523446f,-0.03536967471881368f,-0.23588303734791508f,-0.3713287174475093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.235279779221486f,0.23178888979982573f,0.9438841751268282f,-0.4284174550648197f,-0.03918222412882351f,0.9680949944187014f,-0.2475011820048002f,0.7711474628627583f,-0.9711375694523446f,-0.09521550476061529f,-0.2186911723215499f,-0.06166941796921798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.235279779221486f,-0.06277045232373757f,0.9698986007849285f,-0.43412504862061474f,-0.03918222412882351f,0.9977136469246317f,0.0550657066845604f,0.9585629323279052f,-0.9711375694523446f,-0.025046937046768886f,-0.23720133250630734f,-0.06784822699365156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8256689413521483f,-0.4373343851856617f,0.3563838307509223f,-0.3870564704771167f,-0.3080371271696909f,0.878716123663783f,0.3646520290610472f,1.7456200386797205f,-0.4726350892300174f,0.19130240340250423f,-0.8602438391996534f,0.007488188297199383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8256689413521483f,-0.4373343851856617f,0.3563838307509223f,-0.26801610289530453f,-0.3080371271696909f,0.878716123663783f,0.3646520290610472f,1.681518043215084f,-0.4726350892300174f,0.19130240340250423f,-0.8602438391996534f,-0.0793486562069555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8256689413521483f,-0.4373343851856617f,0.3563838307509223f,-0.8721369735215039f,-0.3080371271696909f,0.878716123663783f,0.3646520290610472f,1.564648226467527f,-0.4726350892300174f,0.19130240340250423f,-0.8602438391996534f,-0.27018492662543586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8256689413521483f,-0.4373343851856617f,0.3563838307509223f,-0.8150217765411027f,-0.3080371271696909f,0.878716123663783f,0.3646520290610472f,1.4774434464651638f,-0.4726350892300174f,0.19130240340250423f,-0.8602438391996534f,-0.39246940282184206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8902190792095717f,-0.3929000977231653f,0.23052007335672453f,-0.5132409843083723f,-0.1773450514484777f,0.7650436697656733f,0.6190774717902503f,1.792563149424753f,-0.4195935220400804f,0.510232982627151f,-0.7507353592987358f,-0.013766097374129427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8177958885090555f,-0.5273237909646169f,0.23052007335672453f,-0.6127528571902077f,-0.2948408367901144f,0.7278818344227975f,0.6190774717902503f,1.7659370479567993f,-0.49424565319139613f,0.4383122797732323f,-0.7507353592987358f,-0.06627874824196969f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9294684173803685f,-0.36681107235075405f,0.039218596269158135f,-0.6162243720453988f,-0.15599378111591117f,0.4871468550518265f,0.8592752072917476f,1.7845398245015363f,-0.33429687606317027f,0.7925513098935644f,-0.510007862528021f,-0.11729806076213456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7706261399588616f,-0.6360795973137183f,0.039218596269158135f,-0.5983649802694958f,-0.2988955589991308f,0.4150994615081079f,0.8592752072917476f,1.7967257745924474f,-0.5628470460282282f,0.6504576719025588f,-0.510007862528021f,-0.09539348656456974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8606432249239814f,-0.5076959140067272f,0.039218596269158135f,-0.610981233523315f,-0.2302797964795988f,0.4567464651938081f,0.8592752072917476f,1.8846889470928678f,-0.454163466965105f,0.7304981351337149f,-0.510007862528021f,-0.009434455807198053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8606432249239814f,-0.45404155665760343f,0.23052007335672453f,-0.5088218832753544f,-0.2302797964795988f,0.7508090964120682f,0.6190774717902503f,1.7157569004001527f,-0.454163466965105f,0.4797207162222974f,-0.7507353592987358f,-0.11737161695721479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7470894159748301f,-0.561113152329978f,0.3563838307509223f,-0.8296983960136495f,-0.44170616570349464f,0.8197100468343536f,0.3646520290610472f,1.6967931887308343f,-0.4967424561258119f,0.11501073602554147f,-0.8602438391996534f,-0.22201677992655233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8256689413521484f,-0.43733438518566176f,0.3563838307509223f,-0.7390008951148643f,-0.30803712716969084f,0.878716123663783f,0.3646520290610472f,1.7411296076214355f,-0.4726350892300174f,0.1913024034025042f,-0.8602438391996534f,-0.1656484739765594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6953422816377854f,-0.6240910803288706f,0.3563838307509223f,-0.7186692085479475f,-0.5114677783578211f,0.7780935736808112f,0.3646520290610472f,1.7442142966447176f,-0.5048760472318663f,0.07127912773433259f,-0.8602438391996534f,-0.15591783473885795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8541645578665973f,-0.37867330677492794f,0.3563838307509223f,-0.7470761626414046f,-0.24599062600090513f,0.8980631991242845f,0.3646520290610472f,1.7440363265563423f,-0.4581391928270747f,0.22380575755506693f,-0.8602438391996534f,-0.16776177457237f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7844108185840878f,-0.5076319856623885f,0.3563838307509223f,-0.8294563153874288f,-0.3834501093241189f,0.8485251389092621f,0.3646520290610472f,1.8296657748623135f,-0.4875096730810198f,0.14938157775133515f,-0.8602438391996534f,-0.20191953427066878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7844108185840878f,-0.5076319856623885f,0.3563838307509223f,-0.7152391186133915f,-0.3834501093241189f,0.8485251389092621f,0.3646520290610472f,1.6387476186077299f,-0.4875096730810198f,0.14938157775133515f,-0.8602438391996534f,-0.23553038926471914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8256689413521483f,-0.4373343851856617f,0.3563838307509223f,-0.3990336232476875f,-0.3080371271696909f,0.878716123663783f,0.3646520290610472f,1.2155148702180947f,-0.4726350892300174f,0.19130240340250423f,-0.8602438391996534f,-0.24761086487976125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.235279779221486f,-0.5035274051056928f,0.8313263966680092f,-0.21021084633305268f,-0.03918222412882351f,0.8595562995334968f,0.5095367712389365f,0.8931812578930333f,-0.9711375694523446f,0.08731048184387265f,-0.2219655400245348f,-0.2803522955712135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.10571031278128062f,-0.3476502062018191f,0.9316462117668467f,-0.16366068990264215f,-0.6979374490063353f,0.6414162712272028f,0.31854118144993504f,0.36866145477858775f,-0.7083139466692809f,-0.6839038683417605f,-0.17483378340859373f,0.1266770124228292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.10571031278128062f,0.07865261352860667f,0.9912815423262976f,-0.12324967705399731f,-0.6979374490063353f,0.7159418817424261f,0.017622123641689136f,0.6239360266948482f,-0.7083139466692809f,-0.6937153511003152f,0.13057704469604745f,-0.11882686834795753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.08682408883346526f,-0.4395609181785225f,0.8940065865575559f,-0.3934000314117872f,0.3751522947607057f,0.8169086979118612f,0.4380878165524859f,0.45061078041028535f,-0.9228880394359952f,0.3734251979794645f,0.09397493378546566f,-0.4042208112855413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.08682408883346526f,0.720450718348798f,0.6880496639261874f,-0.10355201934456643f,0.3751522947607057f,0.6634609596899664f,-0.6473641252827079f,0.6054446003492252f,-0.9228880394359952f,0.2019166100100972f,-0.3278831335522082f,-0.36854966603064104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.06508464715365335f,0.29357787137382907f,0.9537169507482268f,-0.17155759766110637f,0.07722395841125565f,0.9513953140289969f,-0.2981332197038149f,0.7927859120175683f,-0.9948871538783587f,0.093053693549896f,0.039249982987778945f,-0.273438928544184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.07782838788448612f,0.29045949785607994f,0.9537169507482268f,-0.17155759766110637f,-0.3708069791995107f,0.8795560058836336f,-0.2981332197038149f,0.7927859120175683f,-0.925443097233015f,-0.37684812938267775f,0.039249982987778945f,-0.273438928544184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-9.699328147147053e-17f,0.3007057995042731f,0.9537169507482268f,-0.17155759766110637f,-0.13052619222005157f,0.9455577700244291f,-0.2981332197038149f,0.7927859120175683f,-0.9914448613738104f,-0.12448504203688457f,0.039249982987778945f,-0.273438928544184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.07579875039807324f,-0.34190606798754625f,0.9366721892483977f,-0.18480578445414358f,0.07356635810145673f,0.93489694520859f,0.34721130856487786f,0.8137507350091836f,-0.9944056216623972f,0.09522574501122064f,-0.045711235963154226f,-0.27619899985250784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.09064034000542968f,-0.3382743541155819f,0.9366721892483977f,-0.18480578445414358f,-0.36643321137427537f,0.8632328821393453f,0.34721130856487786f,0.8137507350091836f,-0.9260189146910747f,-0.37469914937331406f,-0.045711235963154226f,-0.27619899985250784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-9.699328147147053e-17f,-0.35020738125946743f,0.9366721892483977f,-0.18480578445414358f,-0.13052619222005157f,0.9286588288220811f,0.34721130856487786f,0.8137507350091836f,-0.9914448613738104f,-0.12226025422101285f,-0.045711235963154226f,-0.27619899985250784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04306272902639881f,-0.12465429522914824f,0.9912653065903816f,-0.19859361650401647f,0.12691453369489894f,0.983465028943719f,0.1291868336237714f,0.8338710435213174f,-0.9909784571350707f,0.13136911176396826f,-0.02653024629626922f,-0.4742697498327638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.05376319318955772f,-0.12042670920434098f,0.9912653160321284f,-0.20149276162908777f,-0.45746224786213013f,0.8794294801327179f,0.13165136252399542f,0.8650667533070253f,-0.8876022819027615f,-0.4605444573368684f,-0.007809736058289293f,-0.0875330207152546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-9.699328147147053e-17f,-0.25881904510252074f,0.9659258262890682f,-0.16120048530254524f,-0.13052619222005157f,0.9576621969425486f,0.25660481229257065f,0.6808197800270293f,-0.9914448613738104f,-0.12607862007251908f,-0.03378266443126192f,-0.26027429037333605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-9.699328147147053e-17f,-0.17364817766693033f,0.984807753012208f,-0.19999999999999998f,-0.13052619222005157f,0.9763825861650424f,0.17216259343480453f,0.9f,-0.9914448613738104f,-0.12854320606946854f,-0.022665635416815516f,-0.28125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.09030037808992747f,-0.8305784346607055f,-0.5495318967934332f,-1.4637352416718625f,0.38943483051839023f,0.5372996083468238f,-0.7480973490458728f,1.665625f,0.9166167980655431f,-0.14645338762528545f,0.37197452971560974f,-0.9055378634224471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3983560075943754f,-0.8305784346607055f,-0.38916828633644124f,-1.4800147583281373f,-0.38943483051839023f,0.5372996083468238f,-0.7480973490458728f,1.665625f,0.8304534929739187f,-0.14645338762528545f,-0.5374926987973838f,-0.8132121365775526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.17364817766693058f,-0.8305784346607055f,-0.529136819990375f,-1.3925044770014436f,1.3877787807814457e-17f,0.5372996083468238f,-0.8433914458128857f,1.7921337168719327f,0.9848077530122079f,-0.14645338762528545f,-0.09330109785058148f,-0.8453798353224127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5387286165130167f,0.37940952255126037f,0.7522100052162265f,0.425493415260315f,-0.2124663890489215f,0.9251790015248742f,-0.31448664305809404f,2.0342228335565795f,-0.8152481286543891f,0.009603610511747827f,0.5790321747456314f,-0.15080474494774898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3071723234876396f,0.37940952255126037f,0.872750581713143f,0.41325658473968513f,0.13574666228756482f,0.9251790015248742f,-0.35442440493738936f,2.0382771664434207f,-0.9419225060274283f,0.009603610511747827f,-0.33569295986682224f,-0.057945255052251135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.13052619222005146f,0.37940952255126037f,0.9159756150367535f,0.281978657744487f,-0.04324621745963608f,0.9251790015248742f,-0.3770591197847767f,2.0928088679677166f,-0.9905012255519768f,0.009603610511747827f,0.13716811890949956f,-0.12495021783642499f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.555936328285875e-21f,0f,0.000015625f,-0.8875f,0f,0.000015625f,0f,1.0661225f,-0.000015625f,0f,-1.555936328285875e-21f,-0.28846749999999993f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16.mcfunction new file mode 100644 index 000000000..ab584518a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16_as_bone.mcfunction new file mode 100644 index 000000000..8946fa954 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_16_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4989933313191858f,-0.5086614151209896f,0.39901586999834715f,-0.0005099137453459107f,-0.4121736916228731f,0.6386322458001251f,0.29867398112776006f,1.1632787249283498f,-0.498059180898614f,-0.018890839998399876f,-0.6469347980524784f,-0.29844588408896133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6422850826928357f,-0.27329181027134014f,0.3908726889779727f,-0.0005099137453459107f,-0.13362108508229262f,0.732491073048768f,0.2925785937578058f,1.1632787249283498f,-0.457837611137058f,0.16961254181951962f,-0.6337320470718156f,-0.29844588408896133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.21933187803037346f,-0.459349555442032f,0.6386203548582845f,-0.02260791663313272f,0.3626911229249968f,0.6473573577363209f,0.34106897422735233f,1.1593687618886759f,-0.6980638373927693f,0.19201792037281573f,0.3778629931928037f,-0.3929599102499228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3706988056863271f,-0.33350103833075007f,0.625587286391789f,-0.02260791663313272f,0.08556731703047421f,0.7218378091517981f,0.33410838291659006f,1.1593687618886759f,-0.7037475610749476f,-0.08790469106506223f,0.3701515035358077f,-0.3929599102499228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0047634484511225f,-1.0499193918888086f,-0.5740434941643727f,-0.5015067028642994f,0.7762646154044511f,0.0014687956351323401f,1.3560299921131396f,1.179880513177356f,-0.9106425805592379f,-1.1571833749130758f,0.5225542816753066f,-1.1474887776209908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.17673534494673798f,-0.505787326354203f,0.8443599933357954f,-0.45864010306772174f,-0.0015278040198263981f,0.8580040798681462f,0.5136405988086346f,1.2074861847592573f,-0.9842572243379444f,0.08948843181709407f,-0.15241239093158665f,-0.903104947186776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.0015366779163272226f,-0.505787326354203f,0.8626568374043344f,-0.4545066060129117f,0.10283939831932432f,0.8580040798681462f,0.5032425429978422f,1.1759539478599303f,-0.9946967863496398f,0.08948843181709407f,0.05069638839815385f,-0.5494786997683716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.13500598482047702f,-0.34110395237488655f,0.9302803221270909f,-0.27096555635665615f,0.05084940290064564f,0.9352536350262199f,0.35030697451648035f,1.2054991846917857f,-0.989539146414785f,0.094597736994462f,-0.10891990574833259f,0.3611744551720052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.13455389588109729f,-0.3403832477059488f,0.9306097430095869f,-0.3187282028024112f,0.056754432894093564f,0.9349611527505677f,0.35018077787651236f,1.1999782246615425f,-0.989279628542956f,0.09993441613618512f,-0.10648440740986972f,0.031250862911854305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.22731397567468314f,0.2714296001022536f,0.9352295593335895f,-0.510228925215755f,-0.03735490733709164f,0.9572334165287136f,-0.2868950978643643f,0.756388147981f,-0.9731048080041569f,-0.10015067882494127f,-0.20745330599943834f,-0.373263533854578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.22774436164495196f,-0.022414239407980485f,0.9734629461929687f,-0.5083474516910453f,-0.03863453912341263f,0.9991557889835487f,0.013967166046958135f,0.9438171532032088f,-0.9729542014533136f,-0.0344283489645313f,-0.22841806115524582f,-0.3811464621676479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.22779275831450946f,0.23067355265519973f,0.9459916338767991f,-0.43132813227033345f,-0.037163786476402574f,0.9687660366902628f,-0.24517589426812805f,0.7689798346618827f,-0.9730001604492181f,-0.09100592431742406f,-0.21210518500245928f,-0.07113516905909023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.22817006784346414f,-0.06401661549529852f,0.9715144327702165f,-0.4372592824708881f,-0.03818207782391568f,0.9976568016204338f,0.05677178096144919f,0.9563953085967231f,-0.972872318998417f,-0.02414081856552161f,-0.23007970750509307f,-0.07709957071203236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8260164550755278f,-0.4414528333906413f,0.3504514400538728f,-0.3915663172293315f,-0.31570529264071984f,0.8774360381443507f,0.3611594760824958f,1.7452128551890056f,-0.46693359714535f,0.18768429571202846f,-0.8641456017361797f,-0.004979607391211616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8260164550755278f,-0.4414528333906413f,0.3504514400538728f,-0.2725542734851185f,-0.31570529264071984f,0.8774360381443507f,0.3611594760824958f,1.6812309997777226f,-0.46693359714535f,0.18768429571202846f,-0.8641456017361797f,-0.09194378462503139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8260164550755278f,-0.4414528333906413f,0.3504514400538728f,-0.876850984586204f,-0.31570529264071984f,0.8774360381443507f,0.3611594760824958f,1.5597359957625825f,-0.46693359714535f,0.18768429571202846f,-0.8641456017361797f,-0.2793030957141047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8260164550755278f,-0.4414528333906413f,0.3504514400538728f,-0.8197901749726555f,-0.31570529264071984f,0.8774360381443507f,0.3611594760824958f,1.4720762434032457f,-0.46693359714535f,0.18768429571202846f,-0.8641456017361797f,-0.4012872927338258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8910689946302313f,-0.3949458910486359f,0.22363763089531158f,-0.5181091548568371f,-0.18504383879547542f,0.7660546024979445f,0.6155640695456078f,1.7913060766298032f,-0.4144331363833047f,0.5071272908605046f,-0.7556898082758445f,-0.02596190991113284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8183153074760802f,-0.5294773532436119f,0.22363763089531158f,-0.6177025592899775f,-0.30260298401063f,0.7276759652155019f,0.6155640695456078f,1.7637838175185667f,-0.4886629632151292f,0.43605208639545223f,-0.7556898082758445f,-0.07785429540101818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9300563770041131f,-0.3660157432915717f,0.03205637622534899f,-0.621508107332846f,-0.16337044798610523f,0.49011745830278725f,0.8562096552782119f,1.7820406190335514f,-0.32909760302804125f,0.7910861853992482f,-0.5156330235270663f,-0.1289746628011978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7714310929857501f,-0.6355048839451275f,0.03205637622534899f,-0.6036202140568583f,-0.3068291529826597f,0.41564515766252913f,0.8562096552782119f,1.7944668042318206f,-0.5574494951605524f,0.6506709194313062f,-0.5156330235270663f,-0.10722888572689708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8613483626649988f,-0.5070023539172421f,0.03205637622534899f,-0.6163502734429286f,-0.2380303490701547f,0.4585265304536973f,0.8562096552782119f,1.8829042902607234f,-0.4487990096422517f,0.7298643942490071f,-0.5156330235270663f,-0.02177479756158618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8613483626649988f,-0.4561416536360804f,0.22363763089531158f,-0.5137184013748106f,-0.2380303490701547f,0.7512805263055806f,0.6155640695456078f,1.713866171841968f,-0.4487990096422517f,0.47698256007127937f,-0.7556898082758445f,-0.12909587357762387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.746788383985867f,-0.5652352587267924f,0.3504514400538728f,-0.8349476819558261f,-0.449079673839546f,0.817246155928545f,0.3611594760824958f,1.6924232844060485f,-0.4905451621287729f,0.11232908310883699f,-0.8641456017361797f,-0.23216827917708172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8260164550755278f,-0.44145283339064123f,0.3504514400538728f,-0.7442516558635739f,-0.3157052926407199f,0.8774360381443506f,0.3611594760824958f,1.7376300611164552f,-0.46693359714535f,0.18768429571202844f,-0.8641456017361797f,-0.1764931607171366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.694683129921725f,-0.6281712641997581f,0.3504514400538728f,-0.7238944166635913f,-0.518598485827347f,0.7749964150455149f,0.3611594760824958f,1.7408915595491252f,-0.4984686143577535f,0.06914780907792688f,-0.8641456017361797f,-0.16687424367162734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8547985134880897f,-0.3827574813151519f,0.3504514400538728f,-0.7523526753213599f,-0.2537294064581739f,0.8973211360121858f,0.3611594760824958f,1.7404775865635695f,-0.45270397572468374f,0.21979874741017325f,-0.8641456017361797f,-0.1785884131058966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7843980635005597f,-0.5117650497452307f,0.3504514400538728f,-0.8353696513363693f,-0.3909775283062215f,0.8465815998445599f,0.3611594760824958f,1.8254207086468137f,-0.48151453803195765f,0.1462741558303673f,-0.8641456017361797f,-0.21291758780212874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7843980635005597f,-0.5117650497452307f,0.3504514400538728f,-0.7202225151436926f,-0.3909775283062215f,0.8465815998445599f,0.3611594760824958f,1.634939848681788f,-0.48151453803195765f,0.1462741558303673f,-0.8641456017361797f,-0.24582927286396133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8260164550755278f,-0.4414528333906413f,0.3504514400538728f,-0.40167748864823144f,-0.31570529264071984f,0.8774360381443507f,0.3611594760824958f,1.2134308070853201f,-0.46693359714535f,0.18768429571202846f,-0.8641456017361797f,-0.2566462247189516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.22748214150450344f,-0.5072870481034095f,0.8312109997606227f,-0.21144484560945287f,-0.040250097259245464f,0.8577590172491322f,0.5124738022557096f,0.8917711756168956f,-0.97295005265797f,0.0831223144187645f,-0.21554321116314873f,-0.28781709262598826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.11512680019886876f,-0.3464597961595685f,0.930973377450204f,-0.164926617774598f,-0.703499008513139f,0.6332330965688329f,0.3226530496227766f,0.3694397056207986f,-0.7013094644285077f,-0.6920848611658237f,-0.17083202289992966f,0.12251766419638888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.11512680019886876f,0.07728673908914199f,0.9903396285299991f,-0.12511844238626013f,-0.703499008513139f,0.71020734645073f,0.02635659440146726f,0.622954787486202f,-0.7013094644285077f,-0.6997372971397049f,0.13613504359502698f,-0.12525401106942746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07983559774396352f,-0.4549055131347267f,0.8869539173218046f,-0.3927968299210185f,0.3760728671508622f,0.8102929889636501f,0.4494379496986029f,0.450103146822183f,-0.9231443418695661f,0.36944045008090926f,0.1063873954856551f,-0.41253328708263365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07983559774396352f,0.7197258988540314f,0.6896527443950473f,-0.10295713707798734f,0.3760728671508622f,0.6624805480592921f,-0.6478338691639932f,0.6043385894284345f,-0.9231443418695661f,0.20763948073961416f,-0.3235589128928292f,-0.3747664521383198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.07412649762609347f,0.28935773585374813f,0.9543465633884167f,-0.17250642961120685f,0.07663513555675552f,0.9524966721157856f,-0.29474929280076556f,0.7915179220866706f,-0.9942999136819266f,0.09498521100648379f,0.048430272992904866f,-0.2804564767446951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.06785952683939282f,0.29089125384901565f,0.9543465633884167f,-0.17250642961120685f,-0.3718378220195251f,0.8802610343013172f,-0.29474929280076556f,0.7915179220866706f,-0.9258140843241206f,-0.3748636951278731f,0.048430272992904866f,-0.2804564767446951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.009740927015951474f,0.29854271267205407f,0.9543465633884167f,-0.17250642961120685f,-0.13133943514091312f,0.9465055769356642f,-0.29474929280076556f,0.7915179220866706f,-0.9912895980074319f,-0.12247220721493073f,0.048430272992904866f,-0.2804564767446951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.06674154940042899f,-0.34605696176305334f,0.9358366015490924f,-0.18580158079132683f,0.07248312693306569f,0.9337681715096295f,0.3504614075551947f,0.8124338104896434f,-0.9951340421740357f,0.09122270052398057f,-0.03723784386181574f,-0.2833583412164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.10059084485313904f,-0.33777409186137547f,0.9358366015490924f,-0.18580158079132683f,-0.36687283946532334f,0.8617314671503432f,0.3504614075551947f,0.8124338104896434f,-0.9248166313353058f,-0.37858624036029126f,-0.03723784386181574f,-0.2833583412164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.009740927015951474f,-0.35229954519118406f,0.9358366015490924f,-0.18580158079132683f,-0.13133943514091312f,0.9273223574309517f,0.3504614075551947f,0.8124338104896434f,-0.9912895980074319f,-0.12632606962455237f,-0.03723784386181574f,-0.2833583412164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03422522742786393f,-0.1293204164612517f,0.991012040135638f,-0.19780457808089752f,0.12595310785441025f,0.9831286947167738f,0.13264156304231395f,0.8323429216199542f,-0.9914456356398602f,0.12936073403773374f,-0.017359494805219297f,-0.48156658644113204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.06366748737484221f,-0.1191882591893148f,0.9908282444111063f,-0.20443415403863238f,-0.4579959337105826f,0.8786251549154453f,0.1351205456412208f,0.8638458017707563f,-0.8866714023559946f,-0.46239809257957626f,0.001352117903048752f,-0.09490072000756017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.009740927015951474f,-0.26204290353751897f,0.9650070626925465f,-0.1618807205555494f,-0.13133943514091312f,0.9563569585445654f,0.2610197705543673f,0.6795997056661077f,-0.9912895980074319f,-0.1292860570557213f,-0.025100763598922576f,-0.2670998556223984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.009740927015951474f,-0.17585758188369668f,0.9843674238996782f,-0.20124999999999998f,-0.13133943514091312f,0.9756607776082974f,0.17560182178336992f,0.898625f,-0.9912895980074319f,-0.13099678595595945f,-0.013593195042842706f,-0.288625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1007001989632314f,-0.8322930032691734f,-0.5451126733418925f,-1.4618694176290987f,0.4133133731516317f,0.5333783233514704f,-0.7380241322292884f,1.6669375f,0.9050036052429765f,-0.15098318081148565f,0.397709131915852f,-0.9275574779358502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4121692499648309f,-0.8322930032691734f,-0.37068162362411217f,-1.4786031466632097f,-0.4133133731516317f,0.5333783233514704f,-0.7380241322292884f,1.6669375f,0.8119658644040698f,-0.15098318081148565f,-0.5638399721149587f,-0.8353129940215643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.17849310969718393f,-0.8322930032691734f,-0.5248128871319837f,-1.3915143490763566f,0f,0.5333783233514704f,-0.8458768020100647f,1.7938190203015096f,0.9839411617523827f,-0.15098318081148565f,-0.09520435558007403f,-0.8671545826416962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5751964066636438f,0.3827649774309942f,0.7229384937970054f,0.42453415242046016f,-0.2196234171998896f,0.9235841054947601f,-0.314257783825456f,2.034278084714826f,-0.7879813756547013f,0.021985725589442968f,0.6153064110600753f,-0.15435586075522736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31586709925745327f,0.3827649774309942f,0.8681698841004177f,0.4106016401956209f,0.1531958881855352f,0.9235841054947601f,-0.35145898753693694f,2.0378469152851735f,-0.9363540972568697f,0.021985725589442968f,-0.3503678530067771f,-0.06171563703213363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1486134637316187f,0.3827649774309942f,0.9118141315256862f,0.2807957765791876f,-0.038067526083710765f,0.9235841054947601f,-0.38150132835327033f,2.0932876992529903f,-0.9881623863796664f,0.021985725589442968f,0.15182794872733038f,-0.13080994120278006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5353196191390304e-7f,0f,0.000015624245675765306f,-0.8886458902498262f,0f,0.000015625f,0f,1.0647475f,-0.000015624245675765306f,0f,1.5353196191390304e-7f,-0.30259755788676124f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17.mcfunction new file mode 100644 index 000000000..6f749995d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17_as_bone.mcfunction new file mode 100644 index 000000000..1dcf5b2a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_17_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4946526313646697f,-0.5109780797433098f,0.4014531364310065f,-0.002776710092576823f,-0.4149015908528649f,0.6366529774148296f,0.29912221699672975f,1.162522487503027f,-0.5001198742663748f,-0.022777901903302932f,-0.6452175780255165f,-0.304115701915736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6392250977046479f,-0.2770156629920414f,0.39326021527935334f,-0.002776710092576823f,-0.1368318770672062f,0.7317224032919923f,0.29301768195598016f,1.162522487503027f,-0.46115974659845205f,0.16686715368121663f,-0.6320498723515264f,-0.304115701915736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.22521467329260283f,-0.4634688981082083f,0.6335766535033577f,-0.02419324901662781f,0.36420974989453003f,0.6455913166775664f,0.3427937490047539f,1.1584931970764512f,-0.6953948903032825f,0.18802360692565606f,0.3847304435877104f,-0.3991423591576805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.37756711425185374f,-0.33502384136144053f,0.620646517717575f,-0.02419324901662781f,0.08760375428311087f,0.7208087912188271f,0.33579795820873853f,1.1584931970764512f,-0.6998347351132493f,-0.09051912627217387f,0.3768788018818388f,-0.3991423591576805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0260246819839802f,-1.0207418802795873f,-0.5888680801359201f,-0.49528337236312214f,0.7772676558891505f,-0.0006749339658923314f,1.3554559327299158f,1.1827439195657177f,-0.8857395740669242f,-1.1830011869425296f,0.507326175772854f,-1.1573542955555833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.16616846717758282f,-0.5080844573401863f,0.8451261590586231f,-0.45508375152748215f,0.006913791057520685f,0.8564199238092912f,0.5162335843353282f,1.2082509698424508f,-0.9860731413080196f,0.09162476909556724f,-0.13879719622210832f,-0.9122900774653828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.008965531764473511f,-0.5080844573401863f,0.8612605897459309f,-0.45469213562989985f,0.1116317135323376f,0.8564199238092912f,0.5040667362922508f,1.1735981367396382f,-0.9937092028224426f,0.09162476909556724f,0.06439659862267313f,-0.5589320176734244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1235640231033441f,-0.345524910710841f,0.9302389307445597f,-0.2798345192999836f,0.036838663281159964f,0.9351794146624064f,0.35225328285104174f,1.2064955320614035f,-0.991652582854587f,0.07779459152116011f,-0.10282585495818786f,0.35326534449177566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.12270395320081427f,-0.3442214582857731f,0.9308358220032726f,-0.32357564233678987f,0.04865647222811183f,0.9347089813943952f,0.35206770344774174f,1.1982662884454611f,-0.9912498613261983f,0.08849128632960379f,-0.09794388528399674f,0.02284088742179957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.21934938840483914f,0.27006502452928227f,0.93752372147718f,-0.5105344563448206f,-0.03553791358869611f,0.9580764414609978f,-0.2843001741385207f,0.7538732793444515f,-0.9749989243605273f,-0.09567870632188262f,-0.20055593397450383f,-0.38329133291077655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.22020698358640384f,-0.02443778934802232f,0.975147003703318f,-0.5090218730744291f,-0.038099526509591586f,0.999138780495217f,0.016435430942790263f,0.9413145221306971f,-0.9747088336829219f,-0.03353344244648887f,-0.2209484052401506f,-0.39095978090224415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.22030866469542063f,0.22950841128650923f,0.9480453477597278f,-0.43421661755720625f,-0.03515949905310096f,0.9694253125106326f,-0.2428546336597212f,0.7668151251210161f,-0.9747963386710352f,-0.0868357795635236f,-0.20550339535185158f,-0.08061004162113368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.22106244441736225f,-0.0652777618006567f,0.9730725612627854f,-0.440374494386937f,-0.03719754540500226f,0.9975957733233484f,0.05847234956142394f,0.9542297848039029f,-0.974550018359275f,-0.023269870255059402f,-0.22295913269980505f,-0.0863666368733311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8262835129430045f,-0.4455809213798312f,0.3445478177856721f,-0.3960882932225775f,-0.3233812408849665f,0.8761304878727887f,0.3575191481074664f,1.7447947712364122f,-0.46117255911672284f,0.18399187678288967f,-0.8680246885864726f,-0.01752567774929306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8262835129430045f,-0.4455809213798312f,0.3445478177856721f,-0.27710368839732913f,-0.3233812408849665f,0.8761304878727887f,0.3575191481074664f,1.680922676920575f,-0.46117255911672284f,0.18399187678288967f,-0.8680246885864726f,-0.10460800593525893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8262835129430045f,-0.4455809213798312f,0.3445478177856721f,-0.8815298570765926f,-0.3233812408849665f,0.8761304878727887f,0.3575191481074664f,1.5548082922164945f,-0.46117255911672284f,0.18399187678288967f,-0.8680246885864726f,-0.2884645562303677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8262835129430045f,-0.4455809213798312f,0.3445478177856721f,-0.8245165157220696f,-0.3233812408849665f,0.8761304878727887f,0.3575191481074664f,1.4666826048342847f,-0.46117255911672284f,0.18399187678288967f,-0.8680246885864726f,-0.4101348263500878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8918415025430294f,-0.39702165417264873f,0.21677762905753314f,-0.5229825930888135f,-0.19275111719613228f,0.7670870699615727f,0.61190230749476f,1.7900363886928163f,-0.4092257826205902f,0.5039357431417054f,-0.7606464524486936f,-0.038237137090327666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8187535836407134f,-0.5316484071411146f,0.21677762905753314f,-0.6226483589083294f,-0.3103768865200236f,0.7274900373178482f,0.61190230749476f,1.7616168188614165f,-0.48302045255830117f,0.4337144415252867f,-0.7606464524486936f,-0.08950314726478555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.930570887415808f,-0.36526365664804644f,0.024905513972895865f,-0.626784886441097f,-0.17074506393663674f,0.4931647596537268f,0.8530150309208833f,1.7795199682678946f,-0.323857911182404f,0.7895384607273922f,-0.5212917344412726f,-0.14072278550924655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7721528290195857f,-0.6349485995029807f,0.024905513972895865f,-0.6088711124962028f,-0.31478449744200904f,0.41626443181375244f,0.8530150309208833f,1.7921876199848519f,-0.5519879788611636f,0.6508180996222964f,-0.5212917344412726f,-0.11913823251343288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8619741908714883f,-0.5063400138693259f,0.024905513972895865f,-0.6217218793311696f,-0.24579087421751222f,0.4603826703672016f,0.8530150309208833f,1.881104189742453f,-0.443381709616933f,0.7291553930270114f,-0.5212917344412726f,-0.0342009265428231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8619741908714883f,-0.4582662477333868f,0.21677762905753314f,-0.5186119735911577f,-0.24579087421751222f,0.7517728461669648f,0.61190230749476f,1.711955299354886f,-0.443381709616933f,0.47416203343834173f,-0.7606464524486936f,-0.14088738406644982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.74640637869161f,-0.5693543001572996f,0.3445478177856721f,-0.8401701551257527f,-0.45645688536508516f,0.8147558962899973f,0.3575191481074664f,1.6880327224150853f,-0.4842774304582884f,0.10958334888601853f,-0.8680246885864726f,-0.24237637421301353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8262835129430045f,-0.4455809213798312f,0.3445478177856721f,-0.7494849682925534f,-0.32338124088496645f,0.8761304878727887f,0.3575191481074664f,1.7341104967860699f,-0.46117255911672284f,0.18399187678288967f,-0.8680246885864726f,-0.18740205090617884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.693943580157659f,-0.6322413374788952f,0.3445478177856721f,-0.7291039319194846f,-0.5257305844073582f,0.7718726652468068f,0.3575191481074664f,1.7375490884676126f,-0.4919854267929777f,0.06695879201187017f,-0.8680246885864726f,-0.1778958650986495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8553528816774549f,-0.3868568844743564f,0.3445478177856721f,-0.7576112496881627f,-0.26147772706152916f,0.8965542130776297f,0.3575191481074664f,1.7368986313708765f,-0.4472145414192283f,0.2157134533299827f,-0.8680246885864726f,-0.18947927410467652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7843043185573982f,-0.5159007047401145f,0.3445478177856721f,-0.8412605103934345f,-0.3985104810463542f,0.8446120146154178f,0.3575191481074664f,1.8211476924221133f,-0.47545360697802974f,0.14309789521840813f,-0.8680246885864726f,-0.2239834974214887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7843043185573982f,-0.5159007047401145f,0.3445478177856721f,-0.7251828518269089f,-0.3985104810463542f,0.8446120146154178f,0.3575191481074664f,1.6311099891336445f,-0.47545360697802974f,0.14309789521840813f,-0.8680246885864726f,-0.2561805238456305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8262835129430045f,-0.4455809213798312f,0.3445478177856721f,-0.404304309807672f,-0.3233812408849665f,0.8761304878727887f,0.3575191481074664f,1.2113432958311026f,-0.46117255911672284f,0.18399187678288967f,-0.8680246885864726f,-0.2657040192889439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.21967161179997483f,-0.5110036488194389f,0.831035290383279f,-0.2126779415003824f,-0.04132884055425832f,0.8559522775091519f,0.5154004516541835f,0.8903611917651707f,-0.9746980608925216f,0.07887312292609722f,-0.20914760474899752f,-0.29528144038623033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.12444950944760393f,-0.34508633391670995f,0.930283688850974f,-0.16626153281961148f,-0.7090003371687968f,0.6249783161286613f,0.3266812303508043f,0.3702753090296031f,-0.6941403615212005f,-0.7002267679208699f,-0.16688808224168994f,0.11837218505158686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.12444950944760393f,0.07608452648291635f,0.989304535736151f,-0.12699939743406322f,-0.7090003371687968f,0.7043380697380093f,0.035020071562852806f,0.6219769112852829f,-0.6941403615212005f,-0.705775480126368f,0.14159848219388346f,-0.1316786360766199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07286193679468758f,-0.4701204568376047f,0.8795896169403824f,-0.3921923619392681f,0.3769843501924513f,0.8035210639028069f,0.4606915449348692f,0.449598090755276f,-0.923349304367801f,0.3651583984071886f,0.11868195396181637f,-0.42081419741899884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07286193679468758f,0.7189559244597552f,0.6912260967662792f,-0.10237700348340353f,0.3769843501924513f,0.6615031088743266f,-0.6483027353479053f,0.6032361902211334f,-0.923349304367801f,0.21334482799875815f,-0.3192335297077644f,-0.38095642031567767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.08316234208534246f,0.2851246665180094f,0.9548758816735683f,-0.17345993154083422f,0.07604364038904321f,0.9535855678489644f,-0.29136219649527256f,0.7902513164307058f,-0.9936304089626395f,0.09684260081783204f,0.05762049159435976f,-0.2874677149411785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.057890021021620414f,0.2913087641390865f,0.9548758816735683f,-0.17345993154083422f,-0.3728652807358114f,0.880953774539422f,-0.29136219649527256f,0.7902513164307058f,-0.9260778735548759f,-0.3729070273680873f,0.05762049159435976f,-0.2874677149411785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.019478789775273564f,0.29636569866807505f,0.9548758816735683f,-0.17345993154083422f,-0.13215258968348947f,0.9474406385063907f,-0.29136219649527256f,0.7902513164307058f,-0.9910379759569448f,-0.12051393761547396f,0.05762049159435976f,-0.2874677149411785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.057676350820303424f,-0.3501576232161366f,0.9349134063963783f,-0.1868003675374877f,0.07139738591020223f,0.9326276682610786f,0.3537061572535786f,0.8111180037856676f,-0.9957790175743023f,0.08715085368216274f,-0.02879022162518582f,-0.2905124441983491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.11052524893792984f,-0.33722558012038356f,0.9349134063963783f,-0.1868003675374877f,-0.36730927772122074f,0.860218489001964f,0.3537061572535786f,0.8111180037856676f,-0.923508561869961f,-0.3824958291166701f,-0.02879022162518582f,-0.2905124441983491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.019478789775273564f,-0.3543409365134253f,0.9349134063963783f,-0.1868003675374877f,-0.13215258968348947f,0.9259738912954587f,0.3537061572535786f,0.8111180037856676f,-0.9910379759569448f,-0.13044099566445633f,-0.02879022162518582f,-0.2905124441983491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0253821200975981f,-0.13395721124892446f,0.9906620077169419f,-0.19701697421238643f,0.12498846499486271f,0.9827799188200427f,0.13609377201877496f,0.8308153454335401f,-0.9918334696901386f,0.12727567213918498f,-0.008201931720002397f,-0.4888419397481977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.07355785471817253f,-0.11792320221961525f,0.990294582630609f,-0.20737583409490162f,-0.4585252087217003f,0.8778087614580112f,0.13858719736784275f,0.8626256203279502f,-0.8856319071578107f,-0.4642692071264514f,0.010498968434787027f,-0.10228317910102713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.019478789775273564f,-0.2652227073798707f,0.9639904004910952f,-0.16256856706599476f,-0.13215258968348947f,0.9550307272049632f,0.2654279622313867f,0.6783824850070275f,-0.9910379759569448f,-0.13256404333170682f,-0.016447024858964127f,-0.27391282935417083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.019478789775273564f,-0.1780330288733355f,0.9838317017554765f,-0.20249999999999999f,-0.13215258968348947f,0.9749262003292656f,0.1790379762829325f,0.89725f,-0.9910379759569448f,-0.13350335030150634f,-0.004537143312186725f,-0.296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.11091514104901945f,-0.833965120738502f,-0.5405552782812243f,-1.459837729155375f,0.43692942283096176f,0.5294455422016572f,-0.7271726736528237f,1.66825f,0.8926312289801869f,-0.1555300460824497f,0.4231074258564984f,-0.949574811886724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4252104771606937f,-0.833965120738502f,-0.35170758806768854f,-1.477025265203667f,-0.43692942283096176f,0.5294455422016572f,-0.7271726736528237f,1.66825f,0.7926466612415509f,-0.1555300460824497f,-0.5895096904955959f,-0.8574138054654145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.18333371784844832f,-0.833965120738502f,-0.5204718294888603f,-1.390360722756192f,0f,0.5294455422016572f,-0.8483439266257485f,1.7955015889938624f,0.9830507351606353f,-0.1555300460824497f,-0.09706521965011736f,-0.8889345257285516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6101843367453961f,0.3858684277439688f,0.6919397601388279f,0.4235594266184731f,-0.2270065197369547f,0.9219092749095514f,-0.3139288595090625f,2.034332941391979f,-0.759040917992895f,0.03447963610803737f,0.6501292483086426f,-0.15788387611655913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3244823514586279f,0.3858684277439688f,0.8636068318756384f,0.4079355448519294f,0.17060962524898063f,0.9219092749095514f,-0.3478155324423386f,2.037417058608021f,-0.9303781808298612f,0.03447963610803737f,-0.36497615720698173f,-0.06549640380811911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.1666547388431333f,0.3858684277439688f,0.9073763025842831f,0.27964104034755877f,-0.032897250304449885f,0.9219092749095514f,-0.3860065540352281f,2.0937759831052842f,-0.985466371290027f,0.03447963610803737f,0.1663345596991916f,-0.13664032391721787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[3.0704909977920096e-7f,0f,0.000015621982775893873f,-0.8897254100191603f,0f,0.000015625f,0f,1.0633724999999998f,-0.000015621982775893873f,0f,3.0704909977920096e-7f,-0.31672626667412573f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18.mcfunction new file mode 100644 index 000000000..d990d3f0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18_as_bone.mcfunction new file mode 100644 index 000000000..f92d4072d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_18_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.49029672357788107f,-0.5132556728376049f,0.4038838714200616f,-0.005058787666139611f,-0.4176338895305557f,0.6346651312531852f,0.2995439031784841f,1.161761833092355f,-0.5021309606156734f,-0.026706364706544937f,-0.6435026906857395f,-0.30980603346487945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.636136702367311f,-0.28070985602334486f,0.3956413434318971f,-0.005058787666139611f,-0.14004986624321736f,0.7309476196711281f,0.2934307622972906f,1.161761833092355f,-0.4644525065779066f,0.1640657003412509f,-0.6303699827125612f,-0.30980603346487945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.23105516876067292f,-0.46754439220251853f,0.6284585863471029f,-0.025787394813927736f,0.36572596758648f,0.6438178984044348f,0.34451048572064424f,1.1576113452487085f,-0.6926777534080002f,0.18397064836141322f,0.3915313204835232f,-0.4053413363109596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.3843807027820766f,-0.33652281741972956f,0.6156329009114478f,-0.025787394813927736f,0.08964077660233216f,0.7197721935490543f,0.3374796594814474f,1.1576113452487085f,-0.6958563116756848f,-0.0931685716831073f,0.38354088537161457f,-0.4053413363109596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.0467309297388059f,-0.9909303461903046f,-0.6031729932012027f,-0.4890661925739826f,0.7782397192851663f,-0.0026529250503292143f,1.35489562377167f,1.1855982486996606f,-0.8602927118458467f,-1.2080795756024685f,0.49177885167733576f,-1.1671051760003477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.15563167835302985f,-0.5104177866342611f,0.8457259980516154f,-0.45152913251627175f,0.015358766489385584f,0.8548043173355495f,0.5187231316959267f,1.209003730249976f,-0.9876957471736647f,0.0937190597044542f,-0.12519524297340273f,-0.9214097181457854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.01940449399773514f,-0.5104177866342611f,0.8597075948833265f,-0.4548579171308347f,0.12040632732492346f,0.8548043173355495f,0.5047889612547293f,1.171235932750025f,-0.9925350280734758f,0.0937190597044542f,0.07804457633492365f,-0.5683864847885565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11199222615511115f,-0.3496094927178997f,0.9301779098013215f,-0.28871756601530435f,0.022841516645993796f,0.9349136181599694f,0.3541395088045756f,1.2074840215793545f,-0.9934465292093649f,0.06090754617096465f,-0.0967174463129511f,0.3452481711785828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.11076436976259921f,-0.34786302023397064f,0.9309793625772779f,-0.32841073322274483f,0.04057755620862811f,0.9343794263034645f,0.35396122617165926f,1.1965544452739039f,-0.9930179838871147f,0.07698315955135296f,-0.0893805170171951f,0.01439121573737473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.21138666549298793f,0.2686470403990716f,0.939757652449064f,-0.5108141617487396f,-0.03373133607611732f,0.9589068967077755f,-0.2817086445474888f,0.751358439522555f,-0.9768202877798331f,-0.09124873221630542f,-0.19363830780773028f,-0.393305739780761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.21266810998317787f,-0.026474187063558807f,0.9767657817591211f,-0.5096732856871624f,-0.037577240324103485f,0.9991150097870943f,0.018898365743072743f,0.9388106186435294f,-0.9764016724718407f,-0.03268508279717314f,-0.21347472767691816f,-0.4007684098532117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.21282804989153006f,0.22829429546226154f,0.9500452283121884f,-0.43708292531199217f,-0.03316945174839838f,0.9700729339745972f,-0.24053750277374114f,0.7646533439528163f,-0.9765265017653536f,-0.08270560700041099f,-0.19888633417259838f,-0.09009376881555067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.21395731404082804f,-0.06655322044547618f,0.9745732074178781f,-0.44347057159915726f,-0.03622869186747756f,0.9975306373395512f,0.06016734541693036f,0.9520663843628379f,-0.9761709633327587f,-0.022434268815468394f,-0.2158401119549131f,-0.0956491949181692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8264705649716806f,-0.44971757094873843f,0.3386746397582162f,-0.4006214468183054f,-0.3310618199788427f,0.8747987554581421f,0.35373041825828616f,1.7443645281342908f,-0.45535093783551994f,0.18022553600656072f,-0.8718797391747675f,-0.030149942159492737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8264705649716806f,-0.44971757094873843f,0.3386746397582162f,-0.28166335678594234f,-0.3310618199788427f,0.8747987554581421f,0.35373041825828616f,1.680591728662944f,-0.45535093783551994f,0.18022553600656072f,-0.8718797391747675f,-0.11734119953911526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8264705649716806f,-0.44971757094873843f,0.3386746397582162f,-0.8861729037391678f,-0.3310618199788427f,0.8747987554581421f,0.35373041825828616f,1.5498657088967207f,-0.45535093783551994f,0.18022553600656072f,-0.8718797391747675f,-0.2976686181378607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8264705649716806f,-0.44971757094873843f,0.3386746397582162f,-0.8292001060796808f,-0.3310618199788427f,0.8747987554581421f,0.35373041825828616f,1.4612632729269608f,-0.45535093783551994f,0.18022553600656072f,-0.8718797391747675f,-0.41901119585514723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8925369175028046f,-0.3991268058683008f,0.20994200087633597f,-0.5278603087074554f,-0.20046386941322283f,0.7681401042544403f,0.6080912902647562f,1.788753081133515f,-0.4039704048002405f,0.5006581399251842f,-0.765603904752441f,-0.050591571850836084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8191111186090207f,-0.5338364277933076f,0.20994200087633597f,-0.6275893067181627f,-0.31815941281501703f,0.7273235667440922f,0.6080912902647562f,1.7594354033300048f,-0.47731704705392886f,0.43129931326114235f,-0.765603904752441f,-0.10122497336594166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9310123336798606f,-0.3645549785644368f,0.017768008888531417f,-0.6320536780227836f,-0.178114644977313f,0.4962879271108526f,0.8496902180492717f,1.7769772537218478f,-0.3185768475275404f,0.7879073302158677f,-0.5269827617783319f,-0.15254200596018036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7727916629369838f,-0.6344110209913039f,0.017768008888531417f,-0.6141166370787483f,-0.32275849733364004f,0.41695741479234055f,0.8496902180492717f,1.7898875123799172f,-0.5464613418111315f,0.6508987407381119f,-0.5269827617783319f,-0.1311211420991279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8625210638763877f,-0.5057091181990705f,0.017768008888531417f,-0.6270949575724926f,-0.25355829451684564f,0.4623145299826621f,0.8496902180492717f,1.8792877133014703f,-0.43791049959010236f,0.7283704848064816f,-0.5269827617783319f,-0.04671254180509625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8625210638763877f,-0.46041478108069567f,0.20994200087633597f,-0.5235016318293362f,-0.25355829451684564f,0.752285300923694f,0.6080912902647562f,1.7100235205936394f,-0.43791049959010236f,0.47125901092346495f,-0.765603904752441f,-0.1527458192628757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7459440132370472f,-0.5734692820896778f,0.3386746397582162f,-0.84536493215673f,-0.46383457493726354f,0.8122390524295084f,0.35373041825828616f,1.6836216950132208f,-0.4779382974909796f,0.10677408022532221f,-0.8718797391747675f,-0.25264040584605596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8264705649716806f,-0.44971757094873854f,0.3386746397582162f,-0.7546998863343993f,-0.33106181997884276f,0.874798755458142f,0.35373041825828616f,1.7305707366017762f,-0.45535093783551994f,0.18022553600656072f,-0.8718797391747675f,-0.19837460091375275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6931243298365332f,-0.6363003628580606f,0.3386746397582162f,-0.7342968028539281f,-0.5328608422472882f,0.7687223907226381f,0.35373041825828616f,1.7341866380676931f,-0.48542557224374533f,0.06471270530871115f,-0.8718797391747675f,-0.18898218024186522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8558280361438325f,-0.39097040928289406f,0.3386746397582162f,-0.7628509365956365f,-0.2692324936079738f,0.8957614948101142f,0.35373041825828616f,1.7332993002153934f,-0.4416698279663482f,0.21155019139843878f,-0.8718797391747675f,-0.20043380470289662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7841301260309678f,-0.5200379157670152f,0.3386746397582162f,-0.8471278041198346f,-0.4060457650902084f,0.842615943269011f,0.35373041825828616f,1.816846652834456f,-0.4693258804955956f,0.13985327423258131f,-0.8718797391747675f,-0.23511656701942493f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7841301260309678f,-0.5200379157670152f,0.3386746397582162f,-0.7301192730722563f,-0.4060457650902084f,0.842615943269011f,0.35373041825828616f,1.6272580655989288f,-0.4693258804955956f,0.13985327423258131f,-0.8718797391747675f,-0.2665835537217557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8264705649716806f,-0.44971757094873843f,0.3386746397582162f,-0.40691377983201205f,-0.3310618199788427f,0.8747987554581421f,0.35373041825828616f,1.2092523553534147f,-0.45535093783551994f,0.18022553600656072f,-0.8718797391747675f,-0.2747840318464666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.21184868508161644f,-0.514676367333802f,0.8307998384311781f,-0.2139101420818363f,-0.04241845030178655f,0.8541361293962212f,0.5183166479421981f,0.8889513068298318f,-0.9763814877921361f,0.07456345866524058f,-0.2027793898025437f,-0.3027453288459318f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.13367517460764225f,-0.3435307620182798f,0.9295792398933813f,-0.1676659627786673f,-0.7144408724046873f,0.6166532179895192f,0.33062523887446926f,0.3711678729617447f,-0.6868079699095272f,-0.7083257896549513f,-0.16300119072707328f,0.11423885900634803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.13367517460764225f,0.07504659088464799f,0.9881796177265593f,-0.12889265196791344f,-0.7144408724046873f,0.6983354042192043f,0.043610813471315624f,0.6210023933813403f,-0.6868079699095272f,-0.7118255912866526f,0.14696645895632612f,-0.1381009087681415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06590340853969762f,-0.48519899534127175f,0.871916667843132f,-0.3915871029784066f,0.3778866843879831f,0.7965943534480886f,0.47184646847982137f,0.44909560927098324f,-0.9235033267428476f,0.3605819892540987f,0.13085195650218806f,-0.42906361918901953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06590340853969762f,0.7181411842538966f,0.6927697887619385f,-0.10181196958333116f,0.3778866843879831f,0.6605286545876259f,-0.6487707994591911f,0.602137396623045f,-0.9235033267428476f,0.21903227147402715f,-0.3149070808156297f,-0.38711976964045547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.09219143976969066f,0.28087975546704363f,0.9553048211968606f,-0.1744181994296538f,0.07544947102417576f,0.954661990202559f,-0.2879719809020685f,0.7889860931243772f,-0.9928787014310276f,0.0986257949588395f,0.06681943439878393f,-0.2944727074730234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.04792103177068966f,0.29171265538551333f,0.9553048211968606f,-0.1744181994296538f,-0.3738893519282189f,0.8816342159478813f,-0.2879719809020685f,0.7889860931243772f,-0.9262344882526936f,-0.3709782149370736f,0.06681943439878393f,-0.2944727074730234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.02921262870147116f,0.29417566337544765f,0.9553048211968606f,-0.1744181994296538f,-0.13296565530060891f,0.948362943564234f,-0.2879719809020685f,0.7889860931243772f,-0.9906900407467665f,-0.11861031300775228f,0.06681943439878393f,-0.2944727074730234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.04860392573641674f,-0.3542070969975625f,0.9339030949941052f,-0.18780222440898f,0.07030914033950927f,0.9314754568715989f,0.35694551129068075f,0.8098033137430167f,-0.9963404454240169f,0.08301087689216213f,-0.020369367439030235f,-0.29766135155282647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.1204424271734402f,-0.3366283275320161f,0.9339030949941052f,-0.18780222440898f,-0.3677425313203378f,0.8586939691342574f,0.35694551129068075f,0.8098033137430167f,-0.9220949259130977f,-0.38642727190954423f,-0.020369367439030235f,-0.29766135155282647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.02921262870147116f,-0.35633078941452945f,0.9339030949941052f,-0.18780222440898f,-0.13296565530060891f,0.924613452465361f,0.35694551129068075f,0.8098033137430167f,-0.9906900407467665f,-0.13460435370114943f,-0.020369367439030235f,-0.29766135155282647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016534115310406994f,-0.1385636047213811f,0.9902155070879871f,-0.19623103244563717f,0.12402060880421306f,0.9824187117261116f,0.13954341060128753f,0.8292883148213566f,-0.9921418807926288f,0.1251143568781139f,0.0009413183528709946f,-0.4960958320572446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.08343310584891424f,-0.11663106098185136f,0.989664646464979f,-0.21031767545246452f,-0.4590500767447552f,0.8769803101393457f,0.14205126774700555f,0.861406208687859f,-0.8844839986619536f,-0.4661574103692279f,0.019629693548728566f,-0.10968040485178435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.02921262870147116f,-0.2683573361894336f,0.9628764003950152f,-0.16326422057730694f,-0.13296565530060891f,0.953683538537045f,0.26982928461147476f,0.6771681150978979f,-0.9906900407467665f,-0.13591191425615323f,-0.007822705951165982f,-0.2807133203743477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.02921262870147116f,-0.18017367613298046f,0.9832009300001084f,-0.20375f,-0.13296565530060891f,0.9741788675583378f,0.18247100732235305f,0.895875f,-0.9906900407467665f,-0.13606241373532382f,0.0045014146318599416f,-0.303375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.12094631306528808f,-0.8355946254825409f,-0.5358671581843828f,-1.4576399278077359f,0.4602571670928478f,0.5255013496624701f,-0.7155499085616523f,1.6695625f,0.8795085727243258f,-0.1600935769093031f,0.44814586591511185f,-0.9715880179343187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4374627415301016f,-0.8355946254825409f,-0.3322769502051874f,-1.4752808545133753f,-0.4602571670928478f,0.5255013496624701f,-0.7155499085616523f,1.6695625f,0.7725216436531955f,-0.1600935769093031f,-0.614475676263716f,-0.8795127215461654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.18816988486015335f,-0.8355946254825409f,-0.5161140535738294f,-1.3890432831244812f,-1.3877787807814457e-17f,0.5255013496624701f,-0.8507927664848371f,1.7971814149727257f,0.9821364948069681f,-0.1600935769093031f,-0.0988835284598422f,-0.9107178404712657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6436114792719797f,0.38871673508504895f,0.659290196813326f,0.42256873719581833f,-0.23461804521766205f,0.920153674714344f,-0.3134829943839577f,2.0343873453748227f,-0.7285043833825419f,0.04707987653455843f,0.6834214282694929f,-0.16138874069134854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.33302721401862423f,0.38871673508504895f,0.8590647091970509f,0.40525843742454315f,0.18796286601082995f,0.920153674714344f,-0.3434926140555051f,2.036987654625177f,-0.9239928764465605f,0.04707987653455843f,-0.37950052635207576f,-0.06928741380822967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18464319756026867f,0.38871673508504895f,0.9026661561505116f,0.278513663887604f,-0.027736632003780418f,0.920153674714344f,-0.3905738011628228f,2.0942735701744235f,-0.9824141534199347f,0.04707987653455843f,0.1806818097808528f,-0.14244034871691702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[4.6053659097861617e-7f,0f,0.000015618211518876607f,-0.8907385757684657f,0f,0.000015625f,0f,1.0619975f,-0.000015618211518876607f,0f,4.6053659097861617e-7f,-0.3308529742678586f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19.mcfunction new file mode 100644 index 000000000..d58893a31 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19_as_bone.mcfunction new file mode 100644 index 000000000..2eb2010da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_19_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.48592618681426636f,-0.5154936067057025f,0.4063084134720046f,-0.007355825505983682f,-0.4203704016167f,0.632668781021179f,0.2999389661418374f,1.160996764634352f,-0.5040921650424707f,-0.030675713702637903f,-0.6417901013384927f,-0.31551701882867955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.633020200246878f,-0.2843736404861959f,0.3980164050338004f,-0.007355825505983682f,-0.14327485660975975f,0.7301667191507291f,0.2938177627511877f,1.160996764634352f,-0.46771544933095305f,0.1612085445666209f,-0.6286923441683194f,-0.31551701882867955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.23685301413210072f,-0.47157528619117817f,0.6232670724454258f,-0.027390041613443057f,0.36723971631815827f,0.6420371543428425f,0.34621919017632186f,1.1567231946639454f,-0.6899130995274274f,0.17985962954898413f,0.3982648279768183f,-0.41155690640967696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.39113897251439417f,-0.33799741766800906f,0.6105473362730702f,-0.027390041613443057f,0.09167831069560536f,0.7187280403107497f,0.33915349241762144f,1.1567231946639454f,-0.6918131189334185f,-0.09585275019960006f,0.39013697434463834f,-0.41155690640967696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.066866872614828f,-0.9605060798709277f,-0.6169516971757512f,-0.48285659519157365f,0.7791758022270467f,-0.004469902996421911f,1.3543527380970743f,1.1884426928431548f,-0.8343179222220365f,-1.232401858363653f,0.47592595449388875f,-1.1767422084651407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.14512767083655578f,-0.5127863016972122f,0.8461608404725736f,-0.4479769679990039f,0.02380573333836479f,0.8531577492519822f,0.5211095297070615f,1.2097440183692956f,-0.9891265066804038f,0.0957708916267755f,-0.11160954304732837f,-0.930464344656078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.029777842744221378f,-0.5127863016972122f,0.8579997021405055f,-0.45500381960290515f,0.1291619383833555f,0.8531577492519822f,0.5054097828142491f,1.1688673546446644f,-0.9911763081079746f,0.0957708916267755f,0.09163766999688339f,-0.5778418661549476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.10029810320828898f,-0.35335443454119875f,0.9300972713017112f,-0.2976130640511226f,0.008861272688099935f,0.9344568032544013f,0.35596623533407223f,1.2084643372639874f,-0.9949179706584691f,0.04394458375766497f,-0.09059307489647889f,0.3371224855217199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.09873869393587047f,-0.35130632130060957f,0.931039493756345f,-0.33323304831110756f,0.03251870994841974f,0.9339726649315505f,0.3558617634193764f,1.1948427114379914f,-0.9945819241385442f,0.06541352898973107f,-0.08079521274172485f,0.005902020942347985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2034264457198493f,0.267176492550808f,0.9419312092770029f,-0.5110682356358245f,-0.03193526693210875f,0.9597248721134762f,-0.2791205986177782f,0.7488436426481596f,-0.9785692719004435f,-0.0868613359039564f,-0.18670106699538674f,-0.40330646530074543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.20512820076210633f,-0.02852264358810469f,0.9783194161698145f,-0.5103017349575328f,-0.03706773385525737f,0.9990845352189395f,0.021355903005765398f,0.9363054673954968f,-0.978032926009619f,-0.031883385784790774f,-0.20599768288007853f,-0.4105720856533942f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2053514556627378f,0.2270320393948576f,0.9519911936280747f,-0.43992707326392644f,-0.031193733074291956f,0.9707090134942876f,-0.23822460439223433f,0.7624945008393955f,-0.9781910501911599f,-0.07861592846973595f,-0.19225453210979687f,-0.09958608544729314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.20685507515690182f,-0.06784231949559233f,0.9760165969732739f,-0.44654740443826707f,-0.0352755811186685f,0.9974614688976102f,0.061856700860633274f,0.9499051306380764f,-0.9777354505481392f,-0.021634180134213227f,-0.2087231443595743f,-0.10494701387470545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8265781127399955f,-0.4538616981210326f,0.3328335657920934f,-0.40516481111152564f,-0.3387438560807378f,0.8734401232128933f,0.34979272595266764f,1.7439208592439643f,-0.44946771130609553f,0.17638568575861874f,-0.8757093503855731f,-0.04285230076006222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8265781127399955f,-0.4538616981210326f,0.3328335657920934f,-0.286232272825638f,-0.3387438560807378f,0.8734401232128933f,0.34979272595266764f,1.680236806503443f,-0.44946771130609553f,0.17638568575861874f,-0.8757093503855731f,-0.13014322390455846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8265781127399955f,-0.4538616981210326f,0.3328335657920934f,-0.8907794523462731f,-0.3387438560807378f,0.8734401232128933f,0.34979272595266764f,1.5449088437965308f,-0.44946771130609553f,0.17638568575861874f,-0.8757093503855731f,-0.30691458115239334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8265781127399955f,-0.4538616981210326f,0.3328335657920934f,-0.833840272515885f,-0.3387438560807378f,0.8734401232128933f,0.34979272595266764f,1.4558190018499542f,-0.44946771130609553f,0.17638568575861874f,-0.8757093503855731f,-0.42791558264484675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8931556037856481f,-0.40126074681793433f,0.20313266721383766f,-0.5327413006077043f,-0.20817905799124165f,0.7692127139677778f,0.6041301850464063f,1.7874551430456689f,-0.3986659594700474f,0.4972942928824331f,-0.7705607302649076f,-0.06302498769941647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.819388365926188f,-0.5360408802464636f,0.20313266721383766f,-0.6325244484650935f,-0.32594740774572184f,0.7271760494540778f,0.6041301850464063f,1.757238918364673f,-0.4715516866353629f,0.4288066788250356f,-0.7705607302649076f,-0.11301942533699771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.931381148261006f,-0.3638898493254077f,0.010645854683485223f,-0.6373134476426636f,-0.18547619250827144f,0.49948608151064944f,0.8462341498602923f,1.7744118567490608f,-0.31325347352686206f,0.7861919816018662f,-0.5327048238830645f,-0.16443188136388615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7733479626860024f,-0.6338924154676939f,0.010645854683485223f,-0.6193557445507669f,-0.3307480291431468f,0.41772419708242026f,0.8462341498602923f,1.7875657706145938f,-0.5408684404061062f,0.6509123602946713f,-0.5327048238830645f,-0.14317720953199425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8629893868747166f,-0.505109873116393f,0.010645854683485223f,-0.6324684055372695f,-0.2613295107545585f,0.46432171004489076f,0.8462341498602923f,1.8774539230110618f,-0.43238432551421624f,0.7275090141443814f,-0.5327048238830645f,-0.059309321089203434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8629893868747166f,-0.46258668123087243f,0.20313266721383766f,-0.5283864022603233f,-0.2613295107545585f,0.7528171134642053f,0.6041301850464063f,1.7080700724816158f,-0.43238432551421624f,0.4682733774444464f,-0.7705607302649076f,-0.1646708310142037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7454019525966122f,-0.5775792123572988f,0.3328335657920934f,-0.8505311393620435f,-0.47120949551866437f,0.8096954119937001f,0.34979272595266764f,1.6791903986409074f,-0.47152681832341564f,0.10390184430063958f,-0.8757093503855731f,-0.26295969974695144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8265781127399955f,-0.45386169812103266f,0.3328335657920934f,-0.7598954676044339f,-0.3387438560807378f,0.8734401232128933f,0.34979272595266764f,1.7270106041926303f,-0.44946771130609553f,0.17638568575861874f,-0.8757093503855731f,-0.20941024997351484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.692226127875372f,-0.64034740990246f,0.3328335657920934f,-0.7394720805611823f,-0.5399860061578616f,0.7655456629256572f,0.34979272595266764f,1.7308039641861501f,-0.4787881588347302f,0.06241019633783383f,-0.8757093503855731f,-0.20013265294405141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8562244016294754f,-0.39509693941660284f,0.3328335657920934f,-0.7680707908966569f,-0.27699059005056603f,0.8949420438743736f,0.34979272595266764f,1.7296794341385322f,-0.43606878709406144f,0.20730930169578005f,-0.8757093503855731f,-0.21145143487143284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7838760800658126f,-0.5241756466899009f,0.3328335657920934f,-0.8529704509505497f,-0.4135801561230101f,0.8405929474673628f,0.34979272595266764f,1.8125175216415876f,-0.4631303764189111f,0.13654079275203995f,-0.8757093503855731f,-0.24631608047151862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7838760800658126f,-0.5241756466899009f,0.3328335657920934f,-0.7350309304453222f,-0.4135801561230101f,0.8405929474673628f,0.34979272595266764f,1.6233841084614313f,-0.4631303764189111f,0.13654079275203995f,-0.8757093503855731f,-0.27703775884072757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8265781127399955f,-0.4538616981210326f,0.3328335657920934f,-0.40950559499679634f,-0.3387438560807378f,0.8734401232128933f,0.34979272595266764f,1.2071580046388948f,-0.44946771130609553f,0.17638568575861874f,-0.8757093503855731f,-0.2838860416792086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.2040138576616504f,-0.5183043718666092f,0.8305052221304641f,-0.2151414555468179f,-0.043518922376254494f,0.8523106222338314f,0.5212223197663247f,0.8875415213012081f,-0.978000229691804f,0.07019388385991251f,-0.19643922569446187f,-0.3102087481266758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.14280054858412367f,-0.3417941064502861f,0.9288620953187421f,-0.16914039187833024f,-0.7198200591149928f,0.6082590972727588f,0.3344846081370812f,0.37211699373867874f,-0.679313687349049f,-0.7163781538969338f,-0.1591705211383673f,0.11011595966164212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.14280054858412367f,0.07417343480458295f,0.9869682390499522f,-0.13079831342579357f,-0.7198200591149928f,0.6922007279435062f,0.052127101685863875f,0.6200312290167267f,-0.679313687349049f,-0.7178833148943987f,0.15223816990645936f,-0.14452099654550432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05896030818530557f,-0.5001344491280378f,0.8639382008304113f,-0.39098152628964844f,0.37877981063808347f,0.7895143175525112f,0.4829006082337961f,0.4485956998069402f,-0.9236068087187703f,0.3557143167978858f,0.14289082445469312f,-0.4372816361812809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05896030818530557f,0.7172820700445711f,0.6942838857781943f,-0.10126238360659348f,0.37877981063808347f,0.6595571966907131f,-0.6492381376247591f,0.6010422024739684f,-0.9236068087187703f,0.22470143810412763f,-0.31057966224829575f,-0.3932567036136165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.10121305049348436f,0.27662409461197424f,0.9556333128820431f,-0.17538132833733439f,0.07485262562224321f,0.9557259283494924f,-0.28457869617727405f,0.787722250220822f,-0.9920448592917861f,0.10033474054686393f,0.07602589685188732f,-0.3014715200040931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.03795371982774091f,0.2921035543455924f,0.9556333128820431f,-0.17538132833733439f,-0.37491003222938f,0.8823023480733847f,-0.28457869617727405f,0.787722250220822f,-0.9262839644973903f,-0.3690773362357321f,0.07602589685188732f,-0.3014715200040931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.03894148482142405f,0.29197351261714455f,0.9556333128820431f,-0.17538132833733439f,-0.13377863144515986f,0.9492724811405326f,-0.28457869617727405f,0.787722250220822f,-0.9902458475189698f,-0.11676139978307605f,0.07602589685188732f,-0.3014715200040931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.039525046691526594f,-0.35820443714967176f,0.932806170589753f,-0.1888072304943179f,0.06921839556783072f,0.9303115589314657f,0.36017942338995634f,0.808489739189968f,-0.9968182303705365f,0.07880345503081002f,-0.011976271379654948f,-0.3048051071392229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.1303412575112377f,-0.3359818517421287f,0.932806170589753f,-0.1888072304943179f,-0.3681726054892456f,0.8571579291669296f,0.36017942338995634f,0.808489739189968f,-0.920575955126816f,-0.39037991721679444f,-0.011976271379654948f,-0.3048051071392229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.03894148482142405f,-0.3582683475686672f,0.932806170589753f,-0.1888072304943179f,-0.13377863144515986f,0.9232410631764267f,0.36017942338995634f,0.808489739189968f,-0.9902458475189698f,-0.13881545445402677f,-0.011976271379654948f,-0.3048051071392229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.007681922558112919f,-0.14313852843789054f,0.9896728498561767f,-0.19544697999817492f,0.12304954302204636f,0.9820450841019978f,0.14299042888657232f,0.827761829634358f,-0.9923707966419995f,0.12287723331738683f,0.010069136228483579f,-0.5033282881066587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.09329205432479154f,-0.1153113640389244f,0.9889387655074214f,-0.21325955162115645f,-0.4595705416961432f,0.8761398115280187f,0.14551270687043621f,0.8601875665473263f,-0.8832278923386498f,-0.468062303522865f,0.02874317685809489f,-0.11709240308582444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.03894148482142405f,-0.27144568002355535f,0.9616656402078907f,-0.1639678752345935f,-0.13377863144515986f,0.9523154286693318f,0.2742236351721108f,0.6759565929421834f,-0.9902458475189698f,-0.13932898878157562f,0.0007709452254827127f,-0.2875014402317561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.03894148482142405f,-0.18227868829197924f,0.9824754656246935f,-0.205f,-0.13377863144515986f,0.973418792725712f,0.18590086534784495f,0.8945f,-0.9902458475189698f,-0.13867347894595042f,0.013521379680497363f,-0.31074999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13079512393228818f,-0.8371813598106026f,-0.531055558620007f,-1.4552757854541947f,0.48327098094129856f,0.5215458307449506f,-0.7031636405649785f,1.670875f,0.8656453052697579f,-0.1646733652362448f,0.4728011085500941f,-0.9935952436830788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.44891029453603826f,-0.8371813598106026f,-0.31242105922174596f,-1.4733696754772552f,-0.48327098094129856f,0.5215458307449506f,-0.7031636405649785f,1.670875f,0.7516173936515853f,-0.1646733652362448f,-0.6387127494751987f,-0.9016078877919925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.19300149357931226f,-0.8371813598106026f,-0.5117399674266463f,-1.387561735351728f,0f,0.5215458307449506f,-0.8532232688063301f,1.7988584903209497f,0.981198462838255f,-0.1646733652362448f,-0.10065912430383869f,-0.9325026970919599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6754009261995516f,0.3913068813452171f,0.625070006879764f,0.4215615813099245f,-0.24245937188895914f,0.9183164867170166f,-0.3129029932853423f,2.034441238542128f,-0.6964531871360768f,0.05978089022083732f,0.7151078263397799f,-0.16487041355720353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.34151107857028895f,0.3913068813452171f,0.8545461414257501f,0.4025704524953055f,0.20523044197169324f,0.9183164867170166f,-0.33848972792659315f,2.036558761457872f,-0.9171971701340238f,0.05978089022083732f,-0.3939233380526505f,-0.07308852197151083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2025720406892692f,0.3913068813452171f,0.8976878594159917f,0.2774128379902162f,-0.022586911101268807f,0.9183164867170166f,-0.3952020517034533f,2.094780307755518f,-0.979006843580722f,0.05978089022083732f,0.19486365845512538f,-0.148209016532626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[6.139796157573574e-7f,0f,0.000015612932268841574f,-0.8916854103649184f,0f,0.000015625f,0f,1.0606225f,-0.000015612932268841574f,0f,6.139796157573574e-7f,-0.344977028766947f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1_as_bone.mcfunction new file mode 100644 index 000000000..d3b9b1def --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_1_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.789424693199144f,-0.13511411085307615f,-0.1596786625077507f,0.048178674036506886f,-0.13727095526409477f,0.8050432365802973f,-0.0025527478619646682f,1.2327461801298312f,0.15782833412529068f,0.024372294293860064f,-0.800899901774581f,-0.3551235214249564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7650996717138648f,0.17365282248155586f,-0.15641991429330682f,0.048178674036506886f,0.17755580375518f,0.7800433855226222f,-0.0025006509668225323f,1.2327461801298312f,0.15197509301259937f,-0.03710813854931415f,-0.7845550058199978f,-0.3551235214249564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7446850008337925f,0.13539081957133858f,0.30668879984997854f,-0.009964377419028794f,0.14422036929336035f,0.8038178673868239f,-0.00466536118962167f,1.2330095642535748f,-0.30263704178191025f,0.04990597649524658f,-0.7568782325420613f,-0.3606117992014657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7247128692076152f,-0.15663066617925278f,0.30042984475099943f,-0.009964377419028794f,-0.1708070528587312f,0.7815395475758716f,-0.004570149736772248f,1.2330095642535748f,-0.2926024741839698f,-0.06828447837646123f,-0.7414317380003866f,-0.3606117992014657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.10580246681087947f,0.2106446896635978f,1.54461674946676f,-0.625182724664357f,1.5530164546597118f,0.1487780928113086f,0.08608844670227046f,0.942116960745514f,-0.1354694783813417f,1.541071102777531f,-0.2194404853511106f,-0.08458330142362314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5685964323102031f,-0.8226072234823055f,0.003931035339573452f,-0.5035229527972813f,-0.815331736241363f,0.5629200937868837f,-0.13548109790155505f,1.1560510172985818f,0.10923487099710033f,-0.08023916678093405f,-0.9907721327694619f,-0.12663920099142964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.526543824025578f,-0.8226072234823055f,0.21463680312391323f,-0.3100469974550482f,-0.8073949048231895f,0.5629200937868837f,0.1767326672591093f,1.456158113397118f,-0.2662049380572682f,-0.08023916678093405f,-0.9605709797137468f,-0.03582511929575818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6479705438772252f,0.6941675676659957f,0.313473383667781f,0.36161831224202295f,0.48179183613826077f,-0.05478807555454609f,-0.8745712626238942f,1.2685623448653884f,-0.5899244026974779f,0.7177253337995703f,-0.3699453261284962f,0.28674341613897897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1600771037616012f,0.835997959072608f,0.5248644903951222f,0.28418052691759216f,0.5677942642853955f,0.5129332420686351f,-0.6438238599380776f,1.4534663025634382f,-0.8074558776155536f,0.19495358834192533f,-0.5567837139291191f,0.020265602373683966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9965665776550481f,-0.0051040874897365154f,0.08263779154722162f,-0.18734525957373221f,-0.05536840037081055f,0.7831676288503627f,-0.6193406214364423f,1.1203736800484512f,-0.06155807454170871f,-0.6217896858358121f,-0.780761288773284f,0.23578348575698008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9963340578986414f,-0.006643150695361297f,0.085289586820814f,-0.18805779041148238f,-0.03023473059451347f,0.9599825472907055f,-0.2784230054487702f,1.2986302638814036f,-0.08002690883136522f,-0.2799810305111534f,-0.9566641607255959f,0.17730789153160387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9951846086113909f,-0.01946594167669624f,0.0960659767952832f,0.13023731166825514f,-0.06654238354386366f,0.8537993121336526f,-0.5163321080393928f,1.110233128338941f,-0.07197017420635979f,-0.5202382259261051f,-0.8509832444354971f,0.22006510790480974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9955673547235918f,-0.04111935625073774f,0.08458629173923402f,0.12305609669461202f,-0.04418023268041891f,0.9984229186115989f,-0.03463787856380012f,1.2972209388375922f,-0.08302860500438353f,-0.03822138318561262f,-0.9958139267043842f,0.206674761515605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9991262516691032f,0.012732260749524014f,0.03980732045558791f,0.28632097328330536f,0.015635507552060793f,0.9971731253336105f,0.07349346240305557f,1.9862335510772389f,-0.03875905222315411f,0.07405165527255976f,-0.996500922338839f,0.06300046934351086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9991262516691032f,0.012732260749524014f,0.03980732045558791f,0.3259286114199176f,0.015635507552060793f,0.9971731253336105f,0.07349346240305557f,1.8678905909776218f,-0.03875905222315411f,0.07405165527255976f,-0.996500922338839f,-0.03822448457645697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9991262516691032f,0.012732260749524014f,0.03980732045558791f,-0.3006656995722928f,0.015635507552060793f,0.9971731253336105f,0.07349346240305557f,1.9954194117640747f,-0.03875905222315411f,0.07405165527255976f,-0.996500922338839f,0.040229526162407825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9991262516691032f,0.012732260749524014f,0.03980732045558791f,-0.3359925303108633f,0.015635507552060793f,0.9971731253336105f,0.07349346240305557f,1.878249114730862f,-0.03875905222315411f,0.07405165527255976f,-0.996500922338839f,-0.06390235667429657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9848915659526902f,0.16804412217064968f,0.04183032774379427f,0.1899714347986151f,0.17131652530518898f,0.980752453156432f,0.09367643132078315f,2.0950355329573713f,-0.025283422881683615f,0.09942735353782986f,-0.9947235545094172f,0.04745236348984154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9990538087968801f,0.011904234931051222f,0.04183032774379427f,0.07501537340861933f,0.015783849248786494f,0.9954775719813553f,0.09367643132078315f,2.1068854043390473f,-0.04052600685163155f,0.09424803909266317f,-0.9947235545094172f,0.04373414846953101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9666743435196204f,0.25212862611590553f,0.04440573694712033f,0.05270570519970415f,0.25570613294285804f,0.9593320242821521f,0.11956772458367693f,2.102468923937458f,-0.01245339938813424f,0.12693787094328662f,-0.9918324907785917f,0.03916205906341241f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9972739637778968f,-0.05893022736173216f,0.04440573694712033f,0.08189053190953036f,-0.05325891475936481f,0.9913965136294041f,0.11956772458367693f,2.1119305516312816f,-0.051069845989360554f,0.11687677727657393f,-0.9918324907785917f,0.04160932617202144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9942145849945581f,0.09780332054834244f,0.04440573694712033f,0.14213271833477673f,0.10248537411179086f,0.9875223072574354f,0.11956772458367693f,2.2187131600722636f,-0.03215753531079372f,0.1234269142394394f,-0.9918324907785917f,0.025672010196745705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9942145849945581f,0.09893221247372075f,0.04183032774379427f,0.11987297052818958f,0.10248537411179086f,0.9903138261723751f,0.09367643132078315f,1.9958925491834796f,-0.03215753531079372f,0.09742147107740524f,-0.9947235545094172f,0.003752179204329558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9888171139552009f,-0.14372227519578526f,0.03980732045558791f,-0.200009804279209f,-0.14054923590560078f,0.9873422017063601f,0.07349346240305557f,2.1019577092854247f,-0.04986609505123384f,0.06707670491448225f,-0.996500922338839f,0.030155987912796518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9991262516691033f,0.012732260749524021f,0.03980732045558791f,-0.08479712715938935f,0.015635507552060793f,0.9971731253336105f,0.07349346240305557f,2.1102056284181163f,-0.03875905222315411f,0.07405165527255976f,-0.996500922338839f,0.035366696680782156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9725281446604807f,-0.22935645855608536f,0.03980732045558791f,-0.0625351605663404f,-0.22606694656583143f,0.9713353934941383f,0.07349346240305557f,2.1055489123962605f,-0.05552245954246538f,0.062475341249156144f,-0.996500922338839f,0.035912557745306245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9958042727232695f,0.08239676974388147f,0.03980732045558791f,-0.09148981306057076f,0.0851567011771832f,0.9936533838460125f,0.07349346240305557f,2.115976928106552f,-0.03349905477323233f,0.07657496397089063f,-0.996500922338839f,0.03552498544976962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9964339642795212f,-0.07439577990950688f,0.03980732045558791f,-0.14664764286872525f,-0.07133335466111805f,0.9947413048108549f,0.07349346240305557f,2.223618219653937f,-0.04506558934474069f,0.07039179238273742f,-0.996500922338839f,0.009900569434656923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9964339642795212f,-0.07439577990950688f,0.03980732045558791f,-0.12990859238908622f,-0.07133335466111805f,0.9947413048108549f,0.07349346240305557f,1.9998014260714947f,-0.04506558934474069f,0.07039179238273742f,-0.996500922338839f,-0.0059375838514589725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9991262516691032f,0.012732260749524014f,0.03980732045558791f,-0.012787073328816501f,0.015635507552060793f,0.9971731253336105f,0.07349346240305557f,1.484499090193916f,-0.03875905222315411f,0.07405165527255976f,-0.996500922338839f,-0.007903521827662876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9955644387395021f,0.004923349554914282f,0.09395322744036123f,-0.014633329411909358f,0.004509840140196428f,0.9999791903541145f,-0.004613046784891495f,1.109506893811123f,-0.09397398394880359f,-0.004168871296867993f,-0.9955659249155226f,-0.0063401950913373785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9854969367969463f,-0.08729895665460835f,0.1455152216465774f,0.08852929883638472f,-0.1633639473989721f,0.7200954113687785f,-0.674369942402429f,0.8273641098447763f,-0.045913051021050755f,-0.688361453520348f,-0.7239133242683766f,0.3932232585716688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9854969367969463f,0.037323329991263664f,0.16553777998450678f,0.10548555199561338f,-0.1633639473989721f,0.05526806131259471f,-0.9850165796010608f,0.8155684771534155f,-0.045913051021050755f,-0.9977737270729823f,-0.0483692186088206f,0.07123737219120863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9695535070882141f,0.22881851757511207f,0.087224325206174f,-0.20477044731598731f,0.1757076687875398f,0.8981519891474397f,-0.4030506413836181f,0.794152946973574f,-0.1705661514550659f,-0.3754531800440979f,-0.9110115792746993f,0.36349043203703185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9695535070882141f,0.20545059403183097f,-0.13325183039985627f,-0.1412441627819535f,0.1757076687875398f,0.20464760487144956f,-0.962936224757189f,0.8177974315545065f,-0.1705661514550659f,-0.9570315622968487f,-0.23451604794866526f,0.02674357923611693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9772613312213352f,0.1932748006845299f,0.08720746481729001f,-0.015899533433938785f,0.09801401930238522f,0.7764652536458013f,-0.622490933187748f,1.0029735714126746f,-0.18802537732895336f,-0.5997887639003557f,-0.7777531074699656f,0.010614873946598874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9929165698497863f,-0.06867734427494333f,0.09695415257262321f,-0.015659650888385928f,-0.11755546621672135f,0.6862946606827245f,-0.7177606502734415f,0.967980211949556f,-0.017245221955773216f,-0.7240739334499792f,-0.689506737616081f,0.011254068053461996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9944840270218831f,0.05827845295200905f,0.08720746481729001f,-0.015899533433938785f,-0.008726535498373936f,0.7825783575318465f,-0.622490933187748f,1.0029735714126746f,-0.10452448314406547f,-0.6198183090586127f,-0.7777531074699656f,0.010614873946598874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9881218444087423f,0.11384228603717997f,0.1032238078744152f,-0.016213779551011227f,0.08390441802036873f,0.9624283997623729f,-0.25824721483009516f,1.0279518810843207f,-0.12874497752894482f,-0.24651878070578517f,-0.9605483962406082f,0.011519338002287095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9914618214931179f,-0.07967623239997396f,0.1032238078744152f,-0.016213779551011227f,-0.10407143086218089f,0.9604569294407724f,-0.25824721483009516f,1.0279518810843207f,-0.07856585645079639f,-0.2667849033955039f,-0.9605483962406082f,0.011519338002287095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9944840270218831f,0.018610896975810323f,0.1032238078744152f,-0.016213779551011227f,-0.008726535498373936f,0.966039452409007f,-0.25824721483009516f,1.0279518810843207f,-0.10452448314406547f,-0.2577235163951118f,-0.9605483962406082f,0.011519338002287095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9808709954056916f,0.16660543978989162f,0.10067133556412478f,-0.20899099494815682f,0.12180757208848608f,0.9287271610178572f,-0.3501839170630477f,1.041018817322283f,-0.15183874918398163f,-0.33122271634072437f,-0.9312553390054287f,-0.00905160893799744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9881078592899157f,-0.10734652561722734f,0.1100889724150881f,0.17750905177893564f,-0.14439042706330987f,0.8939221430436781f,-0.42432841850231134f,1.0438136739392083f,-0.052860788699896015f,-0.43517803898416973f,-0.8987913058123768f,0.02067814984905714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9944840270218831f,0.03573694105700873f,0.09861232702976991f,-0.027400045791784983f,-0.008726535498373936f,0.908716526515142f,-0.4173225635122677f,0.9004253766401921f,-0.10452448314406547f,-0.4158811675011781f,-0.903392211025379f,0.05783953196557494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9944840270218831f,0.02818374712097651f,0.10103067057363944f,-0.013333333333333332f,-0.008726535498373936f,0.9376512326768203f,-0.34746800347346385f,1.11f,-0.10452448314406547f,-0.34643302708872936f,-0.9322332273447486f,-0.01875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5554753634140723f,-0.2597140337307946f,-0.7899340107396847f,-0.13799808855529083f,0.009797598196221786f,0.9519513853021931f,-0.3060924159315628f,1.2312500000000002f,0.8314752718569506f,0.1622873399391188f,0.5313301154516796f,0.40495625449962824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.503820651917102f,-0.2597140337307946f,-0.8238406225630698f,-0.0883181575334279f,-0.009797598196221759f,0.9519513853021931f,-0.3060924159315628f,1.2312500000000002f,0.8637527179531258f,0.1622873399391188f,0.47706819378792503f,0.4844607635142932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5299192642332049f,-0.2597140337307946f,-0.8073005599389974f,0.007936960946490254f,1.3877787807814457e-17f,0.9519513853021931f,-0.30624917962540804f,1.2771873769438113f,0.8480480961564261f,0.1622873399391188f,0.5044573776851184f,0.36903990235419293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7001960318745664f,-0.5549303958264582f,-0.4491968084648442f,0.5392729746607274f,-0.4993892176287107f,0.8303232601857331f,-0.2473331617691399f,2.056889503206597f,0.510231247831114f,0.05114234431883034f,-0.8585153081653691f,-0.3650283218104066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.03408271983149852f,-0.5549303958264582f,-0.8311983060598586f,0.5752671175145087f,-0.03873274000085092f,0.8303232601857331f,-0.5559344012080578f,2.0859674967934034f,0.9986681846644132f,0.05114234431883034f,0.006805700306371343f,-0.4465633110431724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.38393752377366663f,-0.5549303958264582f,-0.7380001582834762f,0.6679700698301395f,-0.31016526492593754f,0.8303232601857331f,-0.46299113601445796f,2.140877170402169f,0.8697065518161677f,0.05114234431883034f,-0.4909123896843571f,-0.3321589579741359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015539404615129272f,0f,0.0000016332572385570874f,-0.09237461360966569f,0f,0.000015625f,0f,1.2761225f,-0.0000016332572385570874f,0f,-0.000015539404615129272f,0.6642293688820535f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2.mcfunction new file mode 100644 index 000000000..1c0b07896 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20.mcfunction new file mode 100644 index 000000000..4d70a0e4a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20_as_bone.mcfunction new file mode 100644 index 000000000..bb884abeb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_20_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4815416063163921f,-0.5176913016407896f,0.4087270997085198f,-0.00966750145521604f,-0.42311094034344626f,0.6306640007518177f,0.3003073338462456f,1.1602272851921764f,-0.5060032193497961f,-0.03468542641543738f,-0.6400797666279304f,-0.32124879346048274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.629875903685653f,-0.2880062723395558f,0.40038573032671326f,-0.00966750145521604f,-0.14650665138427005f,0.729379698718176f,0.29417861274734264f,1.1602272851921764f,-0.47094813627017346f,0.15829605867126512f,-0.6270169142477686f,-0.32124879346048274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.24260786948972451f,-0.4755608372367523f,0.6180030389834507f,-0.02900087664100881f,0.36875093663147973f,0.6402491360776498f,0.34791986854687396f,1.1558287336907325f,-0.6871016029958797f,0.17569114457748514f,0.40493018326865937f,-0.41778912917339694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.39784133734521027f,-0.3394470972459011f,0.605390732065421f,-0.02900087664100881f,0.09371628341408547f,0.7176763559002293f,0.34081946306632555f,1.1558287336907325f,-0.6877059898840677f,-0.09857137694634975f,0.3966663019774623f,-0.41778912917339694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.086417754107158f,-0.9294907917674664f,-0.6301980494894027f,-0.4766559829479469f,0.7800710281857358f,-0.006130797154263936f,1.3538308071215923f,1.1912764525669697f,-0.8078316065530043f,-1.255952041817578f,0.45978126767871935f,-1.1862662043010666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1346590868614739f,-0.5151889893257392f,0.8464320620127511f,-0.4444279628033676f,0.03225331469150969f,0.8514807111068818f,0.5233930858392469f,1.210471392221371f,-0.9903669289798831f,0.0977798746698027f,-0.09804306243948727f,-0.9394544421237638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.04008327029891304f,-0.5151889893257392f,0.856138795242727f,-0.4551297155095557f,0.13789726095682234f,0.8514807111068818f,0.5059297817222513f,1.1664924213816539f,-0.9896351230947448f,0.0977798746698027f,0.10517328200074086f,-0.5872979240272007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08848925294325402f,-0.35675665822310976f,0.9299969564073983f,-0.30651936970109617f,-0.005098773634544362f,0.9338095819947666f,0.3577340731355944f,1.209436163691461f,-0.996064081583594f,0.026913776922579576f,-0.08445113374486538f,0.3288878642746797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.08663051975148482f,-0.35454981414210585f,0.9310153502168403f,-0.33804216302404577f,0.024480957498861165f,0.9334888877667089f,0.3577697292058281f,1.19313110318637f,-0.9959396747632493f,0.053785924811894655f,-0.07218890859822347f,-0.0026265194676308723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1954693585755292f,0.2656542309073286f,0.9440442571506418f,-0.5112968757848726f,-0.030149797225457162f,0.9605304580097345f,-0.276536125963451f,0.746328902916293f,-0.9802462545632782f,-0.08251708208998672f,-0.17974485132548135f,-0.41329322303208055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.19758771087597043f,-0.030582369900566675f,0.9798080501618973f,-0.5109072698277171f,-0.03657105964002192f,0.9990474152508122f,0.023807975081415578f,0.933799093120079f,-0.9796028042567049f,-0.03112845534131531f,-0.1985179215095299f,-0.4203705454180117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1978794140407194f,0.2257224815041813f,0.953883168340073f,-0.44274908244697486f,-0.029232430162346227f,0.9713336637835455f,-0.23591604148009526f,0.7603386054335916f,-0.9797903870347502f,-0.07456725115242606f,-0.18560851955087068f,-0.10908672800704809f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1997561196133072f,-0.06914438603500067f,0.9774029601739893f,-0.4496048863274501f,-0.03433827597391684f,0.9973883431374517f,0.06354034762785027f,0.9477460469445378f,-0.9792437773507543f,-0.020869759303157737f,-0.2016087241824f,-0.11425986240253017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8266067093138971f,-0.45801221352283833f,0.32702623806226955f,-0.40971740415698654f,-0.3464241547341091f,0.8720538737668421f,0.3457055774282546f,1.7434624906592004f,-0.44352187447070535f,0.17247276165283293f,-0.8795120768663937f,-0.05563263388097045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8266067093138971f,-0.45801221352283833f,0.32702623806226955f,-0.29080941604902283f,-0.3464241547341091f,0.8720538737668421f,0.3457055774282546f,1.6798565601247728f,-0.44352187447070535f,0.17247276165283293f,-0.8795120768663937f,-0.14301391600114755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8266067093138971f,-0.45801221352283833f,0.32702623806226955f,-0.8953488458789012f,-0.3464241547341091f,0.8720538737668421f,0.3457055774282546f,1.5399382997529112f,-0.44352187447070535f,0.17247276165283293f,-0.8795120768663937f,-0.3162017351325099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8266067093138971f,-0.45801221352283833f,0.32702623806226955f,-0.8384363609694796f,-0.3464241547341091f,0.8720538737668421f,0.3457055774282546f,1.4503505576134257f,-0.44352187447070535f,0.17247276165283293f,-0.8795120768663937f,-0.43684715783798983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8936979753386115f,-0.4034228594806066f,0.19635153506952022f,-0.5376245571138454f,-0.21589362646076204f,0.7703038848055049f,0.6000182223125963f,1.7861415577022361f,-0.3933114172373935f,0.493844025479744f,-0.7755154463765858f,-0.07553713828213333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8195858310475788f,-0.5382612193181788f,0.19635153506952022f,-0.6374528252002769f,-0.3337376938020574f,0.7270469617765526f,0.6000182223125963f,1.7550267079626805f,-0.46572332696756097f,0.4262365248891646f,-0.7755154463765858f,-0.12488613666658323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9316778108629895f,-0.3632683825991357f,0.0035410378923942665f,-0.6425631580936914f,-0.19282669451513545f,0.5027582969301954f,0.8426458097861853f,1.7718231590039994f,-0.3078868666051118f,0.784391596762521f,-0.5384565909155803f,-0.17639194886995052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7738221493666164f,-0.6333930392736207f,0.0035410378923942665f,-0.6245873872211445f,-0.3387499421487108f,0.41856482884259266f,0.8426458097861853f,1.7852216830578436f,-0.5352081444110083f,0.6508584653023242f,-0.5384565909155803f,-0.15530600948570078f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.863379615882651f,-0.5045424659322251f,0.0035410378923942665f,-0.6378411118540284f,-0.2691014031529123f,0.4664037672134709f,0.8426458097861853f,1.8756018758678543f,-0.42680214818983686f,0.7265703173128613f,-0.5384565909155803f,-0.07199092044277323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.863379615882651f,-0.46478136102275963f,0.19635153506952022f,-0.5332653056239076f,-0.2691014031529123f,0.7533674851717225f,0.6000182223125963f,1.706094191704217f,-0.42680214818983686f,0.46520502870440433f,-0.7755154463765858f,-0.17666205190126405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7447809134427131f,-0.5816831015168631f,0.32702623806226955f,-0.8556679130011913f,-0.47857837976038237f,0.8071247661674894f,0.3457055774282546f,1.6747390340470678f,-0.46504206841678813f,0.10096722858828204f,-0.8795120768663937f,-0.27333356665545505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8266067093138971f,-0.4580122135228383f,0.32702623806226955f,-0.76507077367921f,-0.34642415473410915f,0.8720538737668421f,0.3457055774282546f,1.7234299251248264f,-0.44352187447070535f,0.17247276165283293f,-0.8795120768663937f,-0.22050842020296188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6912497744550944f,-0.6443815553960407f,0.32702623806226955f,-0.7446288189700044f,-0.5471028030239884f,0.762342558603606f,0.3457055774282546f,1.7274008241350682f,-0.4720723167472074f,0.06005193091889145f,-0.8795120768663937f,-0.2113467296538737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.856542453862211f,-0.39923534957533746f,0.32702623806226955f,-0.7732698717232825f,-0.28474887975551444f,0.8940949218136612f,0.3457055774282546f,1.726038876260227f,-0.43041038580601354f,0.20299114866535833f,-0.8795120768663937f,-0.22253157744765914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.783542826568487f,-0.5283128604831663f,0.32702623806226955f,-0.858787376561094f,-0.4211104093211556f,0.8385425909853155f,0.3457055774282546f,1.8081602359923854f,-0.45686613148102184f,0.13316097232946555f,-0.8795120768663937f,-0.25758130174481064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.783542826568487f,-0.5283128604831663f,0.32702623806226955f,-0.7399169829523818f,-0.4211104093211556f,0.8385425909853155f,0.3457055774282546f,1.6194881530206897f,-0.45686613148102184f,0.13316097232946555f,-0.8795120768663937f,-0.28754252051894036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8266067093138971f,-0.45801221352283833f,0.32702623806226955f,-0.4120794547971359f,-0.3464241547341091f,0.8720538737668421f,0.3457055774282546f,1.2050602627623137f,-0.44352187447070535f,0.17247276165283293f,-0.8795120768663937f,-0.2930098241551043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.19616762720085434f,-0.5218868389165511f,0.830152027886505f,-0.21637189020342928f,-0.044630252238267956f,0.8504758055848994f,0.5241173959141836f,0.8861318356679765f,-0.979554185649541f,0.06576497153049177f,-0.19012776203400283f,-0.3176716884790387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.15182240443830936f,-0.3398774759339206f,0.9281342892401713f,-0.17068526060283873f,-0.7251373497233236f,0.5997972558715876f,0.33825888884868605f,0.37312225617228756f,-0.6716589771206851f,-0.7243801165145966f,-0.1553951905674516f,0.10600175132322295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.15182240443830936f,0.07346544803819823f,0.9856737723279023f,-0.13271648688278903f,-0.7251373497233236f,0.6859354439820956f,0.06056724135471156f,0.6190634133869739f,-0.6716589771206851f,-0.7239443311703133f,0.1574129086814766f,-0.1509390687795715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.05203292364266899f,-0.5149202163923512f,0.8556574931639708f,-0.3903761027663282f,0.3796636702439737f,0.7822824450684176f,0.49385187418359944f,0.4480983601794096f,-0.9236601498138108f,0.35055862118657494f,0.15479205650709588f,-0.4454683390289856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.05203292364266899f,0.7163789762393177f,0.6957684508940483f,-0.10072859093334852f,0.3796636702439737f,0.6585887457039024f,-0.649704826462784f,0.5999506015578915f,-0.9236601498138108f,0.2303519620807868f,-0.3062513693217718f,-0.39936743011934256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.11022643470100324f,0.2723587754695228f,0.9558613029712248f,-0.17634941238597965f,0.07425310238740332f,0.9567773716617423f,-0.28118239251755106f,0.786459785751646f,-0.9911289572396478f,0.10196939982558682f,0.08523867443982426f,-0.3084642195093236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.02798924519304239f,0.29248208771765194f,0.9558613029712248f,-0.17634941238597965f,-0.3759273183247517f,0.8829581606595336f,-0.28118239251755106f,0.786459785751646f,-0.9262263511100755f,-0.3672044592445155f,0.08523867443982426f,-0.3084642195093236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.04866439986237757f,0.2897601519674282f,0.9558613029712248f,-0.17634941238597965f,-0.1345915175700908f,0.9501692404704994f,-0.28118239251755106f,0.786459785751646f,-0.9897054610257613f,-0.11496725096968737f,0.08523867443982426f,-0.3084642195093236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.030440487628271215f,-0.3621487072651056f,0.931623148348712f,-0.18981546423942722f,0.0681251569821262f,0.929135996212182f,0.36340784736843135f,0.8071772789373368f,-0.9972122841697819f,0.07452928531127403f,-0.0036119152643689888f,-0.31194375591251233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.14022062107101857f,-0.3352856795141897f,0.931623148348712f,-0.18981546423942722f,-0.36859950550261383f,0.8556103908989604f,0.36340784736843135f,0.8071772789373368f,-0.9189518931748748f,-0.39435310585620675f,-0.0036119152643689888f,-0.31194375591251233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.04866439986237757f,-0.36015286427691884f,0.931623148348712f,-0.18981546423942722f,-0.1345915175700908f,0.9218567458500389f,0.36340784736843135f,0.8071772789373368f,-0.9897054610257613f,-0.14307359813714218f,-0.0036119152643689888f,-0.31194375591251233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.001173747502087123f,-0.1476809205727827f,0.989034361392756f,-0.19466504373148216f,0.12207527143951649f,0.9816590468089448f,0.1464347770207687f,0.8262358897151771f,-0.9925201511404037f,0.12056476067628273f,0.019180408319453335f,-0.5105393350651436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.10313351677823343f,-0.11396364595275157f,0.9881172830783347f,-0.21620133597360663f,-0.4600866075593014f,0.8752872763820438f,0.14897146487927537f,0.8589696935907922f,-0.881863816732225f,-0.4699834797148297f,0.03783830775303097f,-0.12451917859621695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.04866439986237757f,-0.2744866396706185f,0.9603587146625822f,-0.16467972354777324f,-0.1345915175700908f,0.9509264342445449f,0.2786109115830451f,0.6747479154987592f,-0.9897054610257613f,-0.14281456962539754f,0.00933269084979819f,-0.29427730319457607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.04866439986237757f,-0.18434723727351895f,0.9816556790930594f,-0.20624999999999996f,-0.1345915175700908f,0.972645989461144f,0.18932750086379985f,0.893125f,-0.9897054610257613f,-0.1413360367874135f,0.02252165893117846f,-0.318125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.14046327111673648f,-0.838725169941891f,-0.5261275118952937f,-1.4527450943487488f,0.5059454563874526f,0.5175790707042625f,-0.6900225363926924f,1.6721875f,0.8510518577784074f,-0.16926900151787433f,0.49705003822257504f,-1.0155946319036648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4595386061073873f,-0.838725169941891f,-0.29217179672724375f,-1.4712915093765637f,-0.5059454563874526f,0.5175790707042625f,-0.6900225363926924f,1.6721875f,0.729961276135777f,-0.16926900151787433f,-0.6621967535916873f,-0.9236974448432546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.19782842696335995f,-0.838725169941891f,-0.5073499805766714f,-1.3859158047761555f,0f,0.5175790707042625f,-0.8556353812044661f,1.8005328071806699f,0.9802366619777096f,-0.16926900151787433f,-0.10239185338658191f,-0.9542872603654724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7054799699399709f,0.39363597119134947f,0.5893629901832497f,0.42053745410906795f,-0.25053088654445776f,0.9163969099601066f,-0.31217139251189613f,2.0344945628755897f,-0.6629723123183547f,0.07257703217830921f,0.7451176333300954f,-0.16832886324104632f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.34994355548637646f,0.39363597119134947f,0.8500530749063829f,0.399871720419089f,0.2223870580384079f,0.9163969099601066f,-0.3328073013510822f,2.03613043712441f,-0.9099909364332016f,0.07257703217830921f,-0.4082267384795041f,-0.07689957982212786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2204344926931085f,0.39363597119134947f,0.8924457163409857f,0.2763377298129306f,-0.017449325320747684f,0.9163969099601066f,-0.39989026552470486f,2.0952960398287055f,-0.9752456898017968f,0.07257703217830921f,0.20887417007185463f,-0.1539453470423653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[7.673633586540149e-7f,0f,0.000015606145535518864f,-0.8925659430802003f,0f,0.000015625f,0f,1.0592475f,-0.000015606145535518864f,0f,7.673633586540149e-7f,-0.3590977785265435f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21.mcfunction new file mode 100644 index 000000000..709fe0e0d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21_as_bone.mcfunction new file mode 100644 index 000000000..449fec739 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_21_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.47714357363753956f,-0.519848186027096f,0.41114026568213907f,-0.011993492225383373f,-0.4258553182253549f,0.6286508648020187f,0.30064893574948903f,1.1594533979533914f,-0.5078638621914578f,-0.03873497273080421f,-0.6383716345609072f,-0.32700148816760805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6267041337704127f,-0.29160701249926085f,0.40274964801515667f,-0.011993492225383373f,-0.14974505301332344f,0.728586555384991f,0.29451324318317296f,1.1594533979533914f,-0.47415013214499235f,0.15532862444987286f,-0.6253436420188478f,-0.32700148816760805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.24831940528308735f,-0.47950031130803006f,0.6126674210856984f,-0.030619586834743376f,0.37025956929538884f,0.6384538953510654f,0.3496125273795098f,1.154927950808124f,-0.6842439395051237f,0.1714657966213595f,0.41152661673815905f,-0.42403805934203864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4044872238542748f,-0.3408713153766756f,0.6001640043288474f,-0.030619586834743376f,0.095754621755409f,0.7166171649413208f,0.3424775778411525f,1.154927950808124f,-0.6835357621596257f,-0.10132415933447965f,0.4031281143557477f,-0.42403805934203864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1053693926162698f,-0.8979065890279596f,-0.6429063020746594f,-0.47046572937510744f,0.7809206546454858f,-0.007640733865448308f,1.3533332185142226f,1.1940987368914358f,-0.7808506176057012f,-1.278714833950937f,0.4433586994958182f,-1.195677995874795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.12422851794846365f,-0.5176248360923779f,0.8465410825167712f,-0.4408828045555619f,0.040700145924104106f,0.8497736971081856f,0.5255741259088412f,1.2111854155319413f,-0.9914185662222013f,0.09974564032289615f,-0.08449872062043633f,-0.9483805048940986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.050318527580999944f,-0.5176248360923779f,0.8541267908468969f,-0.45523548073853404f,0.14661102505313425f,0.8497736971081856f,0.5063495541974488f,1.1641111521232097f,-0.9879135858540208f,0.09974564032289615f,0.11864886902801067f,-0.5967544179268315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.07657335866247175f,-0.3598132742883147f,0.9298768350642305f,-0.31543482845707776f,-0.019035343191883825f,0.9329726205759878f,0.3594436603490752f,1.2103991860404453f,-0.9968822279751582f,0.009823283641231008f,-0.07829001625870476f,0.32054391091688655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.07444348569980916f,-0.3575920171770628f,0.9309060729676766f,-0.3428376553974024f,0.01646532170725447f,0.9329282983012653f,0.359685534056879f,1.1914196367246273f,-0.9970892942048565f,0.042103912881641156f,-0.06356256683077109f,-0.011194223623667954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1875160242722132f,0.2640811102385915f,0.9460966694034469f,-0.5115002835082606f,-0.02837501695685125f,0.9613237452040009f,-0.273955316282878f,0.7438142345845504f,-0.9818516176357003f,-0.07821652077474531f,-0.17277030075812416f,-0.4232657293075596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.19004709034130426f,-0.032652577090399426f,0.9812318343093844f,-0.5114899427482769f,-0.03608726946116328f,0.9990037084372745f,0.026254514114921745f,0.9312915206297576f,-0.981111518857893f,-0.030420383592728722f,-0.19103609037673935f,-0.43016352679605085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.19041244737116678f,0.22436646418241474f,0.9557210835993959f,-0.44554897716142233f,-0.027285628760897993f,0.9719469978422717f,-0.23361191718000562f,0.7581856673602376f,-0.9813249178275488f,-0.07056006757137147f,-0.1789488265261284f,-0.1185954347115406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.19266083272351364f,-0.07045874632289417f,0.9787325316964222f,-0.4526429137738624f,-0.033416838152734725f,0.9973113350993238f,0.06521821685908386f,0.9455891565467301f,-0.9806962416886058f,-0.020141150637701874f,-0.19449734082715164f,-0.12358750883627939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8265569591178175f,-0.46216802277235286f,0.3212542794432479f,-0.41427822921858154f,-0.35409950218323505f,0.8706392906848041f,0.34146854623734635f,1.7429881418959938f,-0.43751244083739127f,0.16848722278723485f,-0.8832864313856255f,-0.06849080148244616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8265569591178175f,-0.46216802277235286f,0.3212542794432479f,-0.29539375170731486f,-0.35409950218323505f,0.8706392906848041f,0.34146854623734635f,1.6794496381020159f,-0.43751244083739127f,0.16848722278723485f,-0.8832864313856255f,-0.15595309074185076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8265569591178175f,-0.46216802277235286f,0.3212542794432479f,-0.8998804427002993f,-0.35409950218323505f,0.8706392906848041f,0.34146854623734635f,1.5349546843633433f,-0.43751244083739127f,0.16848722278723485f,-0.8832864313856255f,-0.32552936047441355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8265569591178175f,-0.46216802277235286f,0.3212542794432479f,-0.8429877371228689f,-0.35409950218323505f,0.8706392906848041f,0.34146854623734635f,1.4448587179056227f,-0.43751244083739127f,0.16848722278723485f,-0.8832864313856255f,-0.44580508279662245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8941644956772182f,-0.4056125079822478f,0.18960049588188513f,-0.5425090562361959f,-0.2236045005540957f,0.7714125802180456f,0.5957546965096383f,1.784811303166195f,-0.3879057643323432f,0.490307173565397f,-0.7804665230155953f,-0.08812775695916324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8197040712546906f,-0.5404968894728519f,0.18960049588188513f,-0.6423734735261616f,-0.3415270724135935f,0.7269357608450071f,0.5957546965096383f,1.7527981131437054f,-0.4598309410827912f,0.4235888479113472f,-0.7804665230155953f,-0.13682472245928018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9319028482166144f,-0.36269066470366695f,-0.00354446365109487f,-0.6478017697249945f,-0.2001631267727136f,0.506103601122043f,0.838924232342749f,1.7692105429089513f,-0.3024761216465399f,0.7825053524852802f,-0.5442366848766772f,-0.1884217253777839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7742146972558456f,-0.6329131372711941f,-0.00354446365109487f,-0.6298105132825458f,-0.34676105970027316f,0.4194793199475667f,0.838924232342749f,1.7828545377553837f,-0.5294793386229374f,0.650736552535557f,-0.5442366848766772f,-0.1675070960181091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8636922576429464f,-0.5040070643007458f,-0.00354446365109487f,-0.6432119566999563f,-0.27687083262693685f,0.46856021430398476f,0.838924232342749f,1.8737306244109602f,-0.4211629448658761f,0.7255537228257793f,-0.5442366848766772f,-0.08475697384449477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8636922576429464f,-0.4669982184644534f,0.18960049588188513f,-0.5381373575454544f,-0.27687083262693685f,0.7539355964717251f,0.5957546965096383f,1.7040951152048223f,-0.4211629448658761f,0.46205387166850015f,-0.7804665230155953f,-0.18871909496990713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7440816639573461f,-0.5857799632130367f,0.3212542794432479f,-0.8607743995440009f,-0.4859379413982071f,0.8045269100783554f,0.34146854623734635f,1.6702678064122671f,-0.4584831452432466f,0.09797084085536428f,-0.8832864313856255f,-0.2837613025964487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8265569591178177f,-0.4621680227723528f,0.3212542794432479f,-0.7702248703794153f,-0.35409950218323505f,0.8706392906848041f,0.34146854623734635f,1.7198285271826466f,-0.4375124408373912f,0.16848722278723485f,-0.8832864313856255f,-0.23166851662955723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.690196120801064f,-0.648401883688321f,0.3212542794432479f,-0.7497660751277513f,-0.5542079412308688f,0.7591131600803636f,0.34146854623734635f,1.7239769770095064f,-0.4652771998581119f,0.05763859316674649f,-0.8832864313856255f,-0.2226238394167146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.856782719453908f,-0.40338450588063696f,0.3212542794432479f,-0.7784472427710001f,-0.292504206771637f,0.8932191897577264f,0.34146854623734635f,1.7223774720544864f,-0.4246936079882314f,0.198596121472665f,-0.8832864313856255f,-0.23367362817119838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7831310630450645f,-0.5324485196085221f,0.3212542794432479f,-0.864577514236826f,-0.4286332607167936f,0.836464440211204f,0.34146854623734635f,1.8037747387065342f,-0.4505322029568993f,0.1297143562943224f,-0.8832864313856255f,-0.2689114750130325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7831310630450645f,-0.5324485196085221f,0.3212542794432479f,-0.7447765973249088f,-0.4286332607167936f,0.836464440211204f,0.34146854623734635f,1.6155702396590135f,-0.4505322029568993f,0.1297143562943224f,-0.8832864313856255f,-0.298097205179255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8265569591178175f,-0.46216802277235286f,0.3212542794432479f,-0.4146350619969522f,-0.35409950218323505f,0.8706392906848041f,0.34146854623734635f,1.2029591488860385f,-0.43751244083739127f,0.16848722278723485f,-0.8832864313856255f,-0.30215515077223815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.18831049271812633f,-0.5254229533973527f,0.8297408501306053f,-0.21760145447294496f,-0.045752434934312115f,0.8486317292503605f,0.5270018053167606f,0.8847222504171535f,-0.9810432574712687f,0.0612773053645999f,-0.18384563855967745f,-0.3251341402839631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.16073753671487048f,-0.3377820611774316f,0.927397823718366f,-0.1723009654955268f,-0.7303922042483773f,0.5912690021836028f,0.34194764954595525f,0.37418323369365303f,-0.6638453677356139f,-0.732327963554262f,-0.1516742612720928f,0.10189449012838966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.16073753671487048f,0.07292290769102691f,0.9842995955626119f,-0.13464727502120122f,-0.7303922042483773f,0.6795409800100979f,0.0689295615836373f,0.6180989416408733f,-0.6638453677356139f,-0.7300043191795523f,0.1624900665122823f,-0.15735529677657586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.045121535582145406f,-0.5295497762750101f,0.8470779665850103f,-0.38977130084769057f,0.3805382049099327f,0.7749002534068565f,0.5046981988019331f,0.4476035885856135f,-0.9236637492240536f,0.34511828655850196f,0.16654923191743787f,-0.45362382515907873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.045121535582145406f,0.7154322997250272f,0.6972235448813155f,-0.10021093404069481f,0.3805382049099327f,0.6576233111662413f,-0.6501709430716471f,0.5988625876031016f,-0.9236637492240536f,0.23598348484779139f,-0.30192229670638265f,-0.40545216138434914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.11923085352033408f,0.26808488895731225f,0.9559887530099703f,-0.1773225447427569f,0.07365089956791501f,0.9578163097104929f,-0.27778312015925294f,0.7851986977269603f,-0.9901310764548549f,0.10352975014612291f,0.09445656289020807f,-0.3154508742610925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.01802876698368494f,0.2928488819843603f,0.9559887530099703f,-0.1773225447427569f,-0.376941206952656f,0.8836016436469916f,-0.27778312015925294f,0.7851986977269603f,-0.9260617096404121f,-0.3653596415380949f,0.09445656289020807f,-0.3154508742610925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.05838041634884397f,0.28753648656366626f,0.9559887530099703f,-0.1773225447427569f,-0.1354043131284108f,0.9510532109933773f,-0.27778312015925294f,0.7851986977269603f,-0.9890689556209713f,-0.11322790625022287f,0.09445656289020807f,-0.3154508742610925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.02135102382467527f,-0.3660389806435977f,0.9303545552266802f,-0.19082700343303635f,0.06702943000938397f,0.9279487906660875f,0.36663073713746763f,0.8058659317784993f,-0.9975225257076932f,0.07018907714695863f,0.004722727496166059f,-0.3190773439137216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.15007940227021338f,-0.33453934683857656f,0.9303545552266802f,-0.19082700343303635f,-0.36902323668310766f,0.8540513763082173f,0.36663073713746763f,0.8058659317784993f,-0.91722299567888f,-0.3983461711161015f,0.004722727496166059f,-0.3190773439137216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.05838041634884397f,-0.36198360260639095f,0.9303545552266802f,-0.19082700343303635f,-0.1354043131284108f,0.9204605230927942f,0.36663073713746763f,0.8058659317784993f,-0.9890689556209713f,-0.14737807459672572f,0.004722727496166059f,-0.3190773439137216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.010032183099576989f,-0.15218972609900216f,0.9883003807406769f,-0.1938854501246537f,0.12109779789928746f,0.9812606109022155f,0.14987640520026563f,0.8247104948981311f,-0.9925898844166204f,0.11817741223144794f,0.028274026810458677f,-0.5177290025266432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.11295631306210666f,-0.11258744740563421f,0.9872005561313764f,-0.2191429017528159f,-0.46059827838462297f,0.8744227156486782f,0.15242749196490812f,0.8577525894902984f,-0.8803920134170555f,-0.4719205240761142f,0.04691398157467518f,-0.13196073514036205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.05838041634884397f,-0.2774791268808937f,0.9589562352539099f,-0.16539995635505997f,-0.1354043131284108f,0.949516592418573f,0.2829910117089323f,0.6735420796819682f,-0.9890689556209713f,-0.14636794344131046f,0.017861303412753306f,-0.30104102622607354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.05838041634884397f,-0.186378502454667f,0.9807419542416298f,-0.20749999999999996f,-0.1354043131284108f,0.9718604715936945f,0.192750864433613f,0.89175f,-0.9890689556209713f,-0.1440495663875371f,0.03150116585784772f,-0.3255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1499527284689932f,-0.8402259060195661f,-0.5210898253452118f,-1.4500476672040004f,0.5282554318356477f,0.5136011550378554f,-0.6761361196385784f,1.6735f,0.8357394198916537f,-0.17388007475665462f,0.5208697933666172f,-1.037584320754955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.46933438221680335f,-0.8402259060195661f,-0.27156152990210236f,-1.4690461579617804f,-0.5282554318356477f,0.5136011550378554f,-0.6761361196385784f,1.6735f,0.7075813991374453f,-0.17388007475665462f,-0.684904579629393f,-0.9457795286745492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20265056808298723f,-0.8402259060195661f,-0.5029445040054036f,-1.3841052369820799f,-6.938893903907228e-18f,0.5136011550378554f,-0.8580290516898484f,1.8022043577534772f,0.9792511155243289f,-0.17388007475665462f,-0.1040815658364998f,-0.9760696898392771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7337802729498092f,0.3957012344800591f,0.5522563209784572f,0.41949584890750435f,-0.2588319659388777f,0.9143941610879991f,-0.3112705118966299f,2.034547260470749f,-0.6281500811413775f,0.08546257191970998f,0.7733845255517782f,-0.17176406774705755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3583344334686428f,0.3957012344800591f,0.8455867588968409f,0.39716236723212234f,0.2394073275673199f,0.9143941610879991f,-0.32644670265641884f,2.035702739529251f,-0.9023749582616866f,0.08546257191970998f,-0.4223926887424634f,-0.0807204355457842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.23822380453740788f,0.3957012344800591f,0.8869441650874536f,0.2752874833066953f,-0.012325109957352292f,0.9143941610879991f,-0.4046373806665834f,2.0958206070999874f,-0.9711320768135825f,0.08546257191970998f,0.2227075171264013f,-0.15964837921538108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[9.206730099310584e-7f,0f,0.000015597851974191334f,-0.8933802095876713f,0f,0.000015625f,0f,1.0578725f,-0.000015597851974191334f,0f,9.206730099310584e-7f,-0.37321457222088505f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22.mcfunction new file mode 100644 index 000000000..5424aaa3b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22_as_bone.mcfunction new file mode 100644 index 000000000..948fdcac8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_22_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4727326865622414f,-0.5219636964373389f,0.41354824519221384f,-0.014333473461709975f,-0.42860334707048436f,0.6266294478494809f,0.3009637028152679f,1.1586751062292222f,-0.5096738392149119f,-0.04282381503052225f,-0.6366656445345612f,-0.3327752291051759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6235052202970178f,-0.2951751269559999f,0.4051084850862503f,-0.014333473461709975f,-0.15298986318384145f,0.727787286188163f,0.29482158643128287f,1.1586751062292222f,-0.4773210052211791f,0.15230663311024328f,-0.6236724681154886f,-0.3327752291051759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.253987302307509f,-0.483392983287789f,0.6072611616258115f,-0.03224585891983119f,0.37176555530827193f,0.6366514840610483f,0.35129717359187684f,1.154020834606066f,-0.6813407859488017f,0.16718419780421953f,0.41805337201327947f,-0.43030374667768156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.41107607132614127f,-0.3422695354726252f,0.5948680766946725f,-0.03224585891983119f,0.09779325286647672f,0.715550492284821f,0.3441278435185733f,1.154020834606066f,-0.67930327783462f,-0.10411079712644426f,0.4095216705436207f,-0.43030374667768156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1237081929330193f,-0.8657759517675662f,-0.6550711018478634f,-0.46428717858968227f,0.7817200800241779f,-0.009005029256285976f,1.3528632140519925f,1.1969087634248239f,-0.7533922375643395f,-1.3006756554918135f,0.4266722695333511f,-1.2049784357431381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.11383850436085535f,-0.5200928287794425f,0.8464893645977373f,-0.4373421636286573f,0.04914487495644089f,0.848037204039526f,0.5276529937661106f,1.211885657800095f,-0.9922830121444183f,0.10166784160697472f,-0.0709793899141139f,-0.957243036050327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.06048142438592885f,-0.5200928287794425f,0.8519656370749038f,-0.4553209946490643f,0.15530197662678324f,0.848037204039526f,0.506669711568234f,1.161723566235257f,-0.9860138403491422f,0.10166784160697472f,0.13206194237143365f,-0.6062111046965247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.06455818339591696f,-0.36252158421875447f,0.9297367057033642f,-0.32435777546807815f,-0.03294517376887634f,0.9319466391538941f,0.36109566224907763f,1.2113530901368221f,-0.9973699697113193f,-0.007318657341753913f,-0.07210811863276081f,0.31209025590727807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06218127350730264f,-0.36043151541569807f,0.9307108100372283f,-0.3476191061224567f,0.008472824074014208f,0.9322911129992337f,0.3616095848769233f,1.1897083282147083f,-0.998028907636057f,0.030371093457322848f,-0.05491717586498547f,-0.01980090532260881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1795670537598172f,0.2624579899260349f,0.9480883274927524f,-0.5116786636144304f,-0.026611015054856593f,0.9621048249681216f,-0.2713782593554802f,0.7412996519734811f,-0.9833857468367992f,-0.07396018724317459f,-0.16577805530644119f,-0.43322370327724397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.18250678427751968f,-0.03473247652177086f,0.9825909264629629f,-0.5120498096718689f,-0.03561641434442456f,0.9989534734215831f,0.02869545204733054f,0.9287827748153238f,-0.9825592830572237f,-0.029759250891428828f,-0.1835528323520393f,-0.4399507680215871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1829510683590362f,0.22296483356012045f,0.957504877053791f,-0.44832678493500977f,-0.02535341323241316f,0.9725491289407644f,-0.23131233480734853f,0.7560356962174343f,-0.9827950503659214f,-0.06659485559762326f,-0.17227598260981702f,-0.12811194554315183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.18556959332952996f,-0.07178472594972707f,0.9800055505719524f,-0.4556613863595089f,-0.03251132827503104f,0.9972305197127609f,0.0668902391026523f,0.9434344826579685f,-0.9820931420009541f,-0.0194484876980031f,-0.18738947878937764f,-0.13292972122896102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.826429517750177f,-0.46632802688466723f,0.31551929185560634f,-0.41884627504203875f,-0.36176666670109436f,0.8691956590877623f,0.33708127371150426f,1.7424965265883303f,-0.431438444108994f,0.16442955198152143f,-0.8870308852458111f,-0.08142664259700116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.826429517750177f,-0.46632802688466723f,0.31551929185560634f,-0.29998423115436057f,-0.36176666670109436f,0.8691956590877623f,0.33708127371150426f,1.6790146886141044f,-0.431438444108994f,0.16442955198152143f,-0.8870308852458111f,-0.16896054043239883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.826429517750177f,-0.46632802688466723f,0.31551929185560634f,-0.9043736167202678f,-0.36176666670109436f,0.8691956590877623f,0.33708127371150426f,1.5299586099014373f,-0.431438444108994f,0.16442955198152143f,-0.8870308852458111f,-0.33489672851103514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.826429517750177f,-0.46632802688466723f,0.31551929185560634f,-0.8474937866638529f,-0.36176666670109436f,0.8691956590877623f,0.33708127371150426f,1.4393442719246297f,-0.431438444108994f,0.16442955198152143f,-0.8870308852458111f,-0.4547885096546074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.89455567773053f,-0.40782903802900317f,0.1828814238254134f,-0.547393765946959f,-0.23130858943177068f,0.7725377420502725f,0.5913389667212464f,1.78346335290675f,-0.38244800417201436f,0.4866835859654656f,-0.7854123829279996f,-0.10079655638346549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8197436955156869f,-0.542747324711854f,0.1828814238254134f,-0.6472854258551709f,-0.3493123252622899f,0.7268418850457788f,0.5913389667212464f,1.7505524724193582f,-0.453873521018948f,0.4208636544787688f,-0.7854123829279996f,-0.14883477919953908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932056833817051f,-0.36215675389770197f,-0.010608682350511905f,-0.6530282407816557f,-0.2074824540567659f,0.5095209759734671f,0.8350685039573866f,1.7665733921233242f,-0.2970203524903921f,0.7805324212672562f,-0.5500436796811309f,-0.2005207073536575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7745261337770799f,-0.6324529420874847f,-0.010608682350511905f,-0.6350240671461036f,-0.35477818051390764f,0.4204676400504723f,0.8350685039573866f,1.7804636229379687f,-0.5236809245404787f,0.6505461088310895f,-0.5500436796811309f,-0.17978000233630606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8639278694764275f,-0.5035038154778047f,-0.010608682350511905f,-0.6485798121096775f,-0.28463464205311967f,0.4707905205520443f,0.8350685039573866f,1.8718392173464649f,-0.4154657108417176f,0.7244585519942659f,-0.5500436796811309f,-0.09760709283307288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8639278694764275f,-0.4692366366360482f,0.1828814238254134f,-0.5430015688665668f,-0.28463464205311967f,0.7545206073927613f,0.5913389667212464f,1.7020720806830938f,-0.4154657108417176f,0.458819825049167f,-0.7854123829279996f,-0.2008415534691353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7433050235865429f,-0.5898688145494266f,0.31551929185560634f,-0.8658497559324958f,-0.49328487666132315f,0.8019016432021157f,0.33708127371150426f,1.6657769254716435f,-0.45184916993199453f,0.09491330913945084f,-0.8870308852458111f,-0.2942421891022246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8264295177501771f,-0.46632802688466723f,0.31551929185560634f,-0.77535682805707f,-0.36176666670109436f,0.8691956590877622f,0.33708127371150426f,1.7162062406506033f,-0.431438444108994f,0.16442955198152145f,-0.8870308852458111f,-0.24288992722298397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6890660689061381f,-0.6524074870425527f,0.31551929185560634f,-0.7548829094899485f,-0.5612981121026988f,0.7558575555374017f,0.33708127371150426f,1.720532183996615f,-0.45840198737809607f,0.055170885327727945f,-0.8870308852458111f,-0.23396339387156564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8569457757446701f,-0.40754326629243054f,0.31551929185560634f,-0.7836019725869714f,-0.3002533971116764f,0.8923139091350801f,0.33708127371150426f,1.7186950696260728f,-0.4189174560176076f,0.19412463435579014f,-0.8870308852458111f,-0.2448769657258563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7826415383820614f,-0.5365815864021961f,0.31551929185560634f,-0.870339805244605f,-0.43614542857478805f,0.8343580646499107f,0.33708127371150426f,1.7993609785540499f,-0.4441276703069459f,0.12620150984737935f,-0.8870308852458111f,-0.28030582478072347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7826415383820614f,-0.5365815864021961f,0.31551929185560634f,-0.7496089483041111f,-0.43614542857478805f,0.8343580646499107f,0.33708127371150426f,1.6116304140078201f,-0.4441276703069459f,0.12620150984737935f,-0.8870308852458111f,-0.3087011644963838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.826429517750177f,-0.46632802688466723f,0.31551929185560634f,-0.41717212267743453f,-0.36176666670109436f,0.8691956590877623f,0.33708127371150426f,1.200854682259494f,-0.431438444108994f,0.16442955198152143f,-0.8870308852458111f,-0.3113217892093577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.18044295459955187f,-0.5289119087721755f,0.8292722911651866f,-0.2188301568878687f,-0.0468854650964631f,0.8467784432677524f,0.5298754770507219f,0.8833127660340869f,-0.9824673497364036f,0.05673147958598997f,-0.17759348503228384f,-0.33259609405410395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.16954276276477556f,-0.33550913408613686f,0.9266546673593447f,-0.17398785898969155f,-0.7355840903686383f,0.5826756508425857f,0.3455504766480755f,0.3752994884848429f,-0.6558744526131738f,-0.7402180130609767f,-0.14800674156750493f,0.09779242517699463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.16954276276477556f,0.07254597827849582f,0.9828490894484784f,-0.13659077810115147f,-0.7355840903686383f,0.6730187878828815f,0.0772124157969424f,0.6171378088805539f,-0.6558744526131738f,-0.7360589597255599f,0.16746913213215453f,-0.16376985374371952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.038226417489382526f,-0.5440166920460228f,0.8382031852607281f,-0.38916758642371013f,0.3814033567457449f,0.7673692881913747f,0.5154375374414838f,0.44711138360599034f,-0.923618005708532f,0.3393968389893546f,0.1781560136931354f,-0.46174819874010703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.038226417489382526f,0.71444243974859f,0.6986492262158528f,-0.09970975244886221f,0.3814033567457449f,0.6566609016255767f,-0.6506365650187228f,0.5977781542822995f,-0.923618005708532f,0.24159565509828002f,-0.2975925384962255f,-0.4115111139365294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.12822556881723646f,0.2638035251896029f,0.956015639829723f,-0.17830081760272437f,0.07304601545617107f,0.958842732266285f,-0.2743809293775755f,0.783938984135416f,-0.9890513045982363f,0.10501578394538484f,0.10367835837272542f,-0.32243155381536276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.008073443291484184f,0.29320456325641403f,0.956015639829723f,-0.17830081760272437f,-0.37795169490432046f,0.8842327871736319f,-0.2743809293775755f,0.783938984135416f,-0.9257901143522602f,-0.3635429303022768f,0.10367835837272542f,-0.32243155381536276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.06808857769940192f,0.2853034209185684f,0.956015639829723f,-0.17830081760272437f,-0.1362170175731897f,0.9519243823525917f,-0.2743809293775755f,0.783938984135416f,-0.9883364152505655f,-0.11154339198177046f,0.10367835837272542f,-0.32243155381536276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.012257431829326745f,-0.36987434044681194f,0.9290009298402157f,-0.19184192519220855f,0.0659312201165336f,0.9267499644259671f,0.36984804670352667f,0.8045556964894139f,-0.9977488810211189f,0.06578355201343777f,0.013026692043674147f,-0.326205918260209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.15991648895298186f,-0.3337423990399865f,0.9290009298402157f,-0.19184192519220855f,-0.3694438044012841f,0.8524809075510675f,0.36984804670352667f,0.8045556964894139f,-0.9153895301730608f,-0.40235843888744616f,0.013026692043674147f,-0.326205918260209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.06808857769940192f,-0.36375983552735347f,0.9290009298402157f,-0.19184192519220855f,-0.1362170175731897f,0.9190524176961026f,0.36984804670352667f,0.8045556964894139f,-0.9883364152505655f,-0.1517281634504994f,0.013026692043674147f,-0.326205918260209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.01889267140258595f,-0.15666389697018074f,0.9874712605202193f,-0.19310842524812388f,0.12011712629547178f,0.9808497876308787f,0.15331526367253143f,0.8231856450092255f,-0.9925799428448028f,0.11571567521548995f,0.037348889831314375f,-0.5248973225049763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.12275926639481553f,-0.111182315320249f,0.9861889551572941f,-0.22208412207978417f,-0.4611055582893713f,0.8735461404642203f,0.1558807383697938f,0.8565362539054933f,-0.87881273695188f,-0.47387301383397396f,0.055969099787761836f,-0.13941707543728551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.06808857769940192f,-0.28042206459466085f,0.9574588300680821f,-0.16612876278680672f,-0.1362170175731897f,0.9480859408594264f,0.2873638336119585f,0.6723390823616775f,-0.9883364152505655f,-0.1499883809938755f,0.026355565949116568f,-0.3077927289598539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.06808857769940192f,-0.18837167082480197f,0.9797346881771335f,-0.20874999999999996f,-0.1362170175731897f,0.9710622531514718f,0.19617090668050738f,0.890375f,-0.9883364152505655f,-0.14681353525836602f,0.040458820479627115f,-0.332875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.15926573357670742f,-0.8416834221244559f,-0.5159490701892372f,-1.447183337261389f,0.5501760212809838f,0.5096121694836206f,-0.6615147634948324f,1.6748125f,0.8197199349263747f,-0.17850617254051088f,0.544237792375022f,-1.0595624440070102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4782855806653831f,-0.8416834221244559f,-0.25062306407919144f,-1.4666334435231054f,-0.5501760212809838f,0.5096121694836206f,-0.6615147634948324f,1.6748125f,0.6845065733322099f,-0.17850617254051088f,-0.706814188758215f,-0.9678522708177291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.20746780012497726f,-0.8416834221244559f,-0.49852395010888656f,-1.3821297978759142f,0f,0.5096121694836206f,-0.8604042286705693f,1.8038731343005854f,0.9782418473523317f,-0.17850617254051088f,-0.10572811571968382f,-0.997848140054417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7602380254762444f,0.39750002860382333f,0.5138403174916709f,0.41843625736078355f,-0.26736096081911137f,0.9123074747093004f,-0.3101825079198065f,2.03459927354789f,-0.5920779182251801f,0.09843169636605291f,0.7998468227733597f,-0.17517601458125676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.36669363780613007f,0.39750002860382333f,0.8411477297433946f,0.39444251456158314f,0.2562658079616888f,0.9123074747093004f,-0.31941024914564353f,2.0352757264521095f,-0.894350944351405f,0.09843169636605291f,-0.43640301269383047f,-0.0845509340684418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.25593325652480425f,0.39750002860382333f,0.8811877753717244f,0.27426121965542466f,-0.007215497645010054f,0.9123074747093004f,-0.4094423136209472f,2.096353847043142f,-0.9666675254700262f,0.09843169636605291f,0.2363579834745541f,-0.1653171718460324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000010738937670047598f,0f,0.00001558805238563139f,-0.8941282519589262f,0f,0.000015625f,0f,1.0564974999999999f,-0.00001558805238563139f,0f,0.0000010738937670047598f,-0.38732675890618024f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23.mcfunction new file mode 100644 index 000000000..17834a85f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23_as_bone.mcfunction new file mode 100644 index 000000000..a57a9db0b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_23_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.46830954902376754f,-0.5240372777279025f,0.4159513701012766f,-0.016687119808280526f,-0.43135483799155067f,0.62459982488954f,0.3012515675207078f,1.1578924134538102f,-0.5114329032032287f,-0.046951408327437535f,-0.6349617273675885f,-0.33857013777084854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6202795017314169f,-0.2987098868923878f,0.407462566629822f,-0.016687119808280526f,-0.15624088283436985f,0.7269818881914843f,0.29510357634681583f,1.1578924134538102f,-0.48046032745999123f,0.14923048520420057f,-0.62200332476825f,-0.33857013777084854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.25961125168086424f,-0.48723813707843083f,0.6017852110358641f,-0.03387937948321526f,0.37326883590035337f,0.6348419542597064f,0.3529738144703604f,1.1531073737858064f,-0.6783928202676782f,0.16284696906145243f,0.42450970603887067f,-0.4365862359674661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.41760733176875064f,-0.3436412252393737f,0.5895038801983976f,-0.03387937948321526f,0.09983210404622198f,0.7144763630079457f,0.34577026723627147f,1.1531073737858064f,-0.6750093832345512f,-0.10693098250236138f,0.41584624265032233f,-0.4365862359674661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1414211568937649f,-0.8331217091277368f,-0.6666874907896345f,-0.4581216450994894f,0.7824648503296255f,-0.010229181815948726f,1.3524238876321335f,1.1997057584973125f,-0.7254741557036593f,-1.3218206503226737f,0.40973609529379823f,-1.214168395828436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.10349153459748107f,-0.5225919548068293f,0.846278412248496f,-0.4338066931034409f,0.057586162503539734f,0.8462717311759361f,0.5296300509795495f,1.2125716943641258f,-0.9929619006562008f,0.10354615291579525f,-0.05748789491331607f,-0.9660425469361187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.0705698295998865f,-0.5225919548068293f,0.8496573120508173f,-0.45538614011813183f,0.16396887775933078f,0.8462717311759361f,0.5068908799128565f,1.159329683287013f,-0.9839380601829513f,0.10354615291579525f,0.14541006822001745f,-0.6156677385551439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.0524515649411058f,-0.3648790828164381f,0.9295762950173934f,-0.3332865360050018f,-0.046825021146302555f,0.9307324116430685f,0.3626907709216295f,1.2122975624983834f,-0.9975250627076382f,-0.024503731146755404f,-0.06590384230081163f,0.30352655692959657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.049847606892043414f,-0.3630669612623857f,0.9304287171658201f,-0.352386098587107f,0.0005044846097261996f,0.9315775612611675f,0.3635422848170132f,1.1879971937743379f,-0.9987567079035891f,0.018591099870451253f,-0.04625375036893824f,-0.028446374066362357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.17162304874455103f,0.2607857337278782f,0.9500191209779083f,-0.5118322243697732f,-0.024857879371998595f,0.9628737890268892f,-0.2688050450384616f,0.7387851694669724f,-0.9848490315641035f,-0.06974860205777803f,-0.15876875491806663f,-0.44316686695379726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.17496723294731453f,-0.03682127999670354f,0.98388549167785f,-0.5125869300461685f,-0.03515854455574871f,0.9988967689298763f,0.03113072061766292f,0.9262728806451845f,-0.983946311614349f,-0.029145125850781925f,-0.1760687862730373f,-0.4497320079650253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.17549578011674608f,0.22151843927364506f,0.9592344928238263f,-0.45108253648363145f,-0.02343586655099746f,0.9731401706040421f,-0.2290173978450983f,0.7538887015778211f,-0.9842011945330177f,-0.0626720784600656f,-0.16559051682169737f,-0.1376360022888471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.17848277386637715f,-0.07312164999227672f,0.9812222601099971f,-0.4586602067314959f,-0.03162180585741063f,0.9971459717855496f,0.06855634431741886f,0.9412820484395955f,-0.9834347771089246f,-0.018791893312256586f,-0.18028561761399844f,-0.14228626739498268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.826225091743207f,-0.470491122691632f,0.3098228546158222f,-0.4234205161509061f,-0.36942239992883136f,0.8677222662770939f,0.3325434693957571f,1.7419863531895794f,-0.42529893981145994f,0.16030025600513537f,-0.8907438687523684f,-0.09443997477579158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.826225091743207f,-0.470491122691632f,0.3098228546158222f,-0.30457979225384846f,-0.36942239992883136f,0.8677222662770939f,0.3325434693957571f,1.678550360158126f,-0.42529893981145994f,0.16030025600513537f,-0.8907438687523684f,-0.18203603422903827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.826225091743207f,-0.470491122691632f,0.3098228546158222f,-0.9088277575500403f,-0.36942239992883136f,0.8677222662770939f,0.3325434693957571f,1.524950693231391f,-0.42529893981145994f,0.16030025600513537f,-0.8907438687523684f,-0.34430310191502433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.826225091743207f,-0.470491122691632f,0.3098228546158222f,-0.8519539155337231f,-0.36942239992883136f,0.8677222662770939f,0.3325434693957571f,1.4338080202052752f,-0.42529893981145994f,0.16030025600513537f,-0.8907438687523684f,-0.46379658185413053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8948720836335755f,-0.4100717768442139f,0.17619617410469557f,-0.5522776444752385f,-0.2390027869193479f,0.7736782912032387f,0.5867704573047465f,1.7820966764205903f,-0.37693715892451857f,0.4829731250873757f,-0.7903514020138426f,-0.11354322808404978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.819705364290238f,-0.5450119484788164f,0.17619617410469557f,-0.6521877106812847f,-0.3570902156076026f,0.7267647544781562f,0.5867704573047465f,1.7482891222664445f,-0.44785007945865557f,0.41806096165945644f,-0.7903514020138426f,-0.1609158845202049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.932140387610362f,-0.36166667969695243f,-0.017649662392982962f,-0.6582415277561711f,-0.21478163136335943f,0.5130093579898589f,0.8310777637764873f,1.7639110920149705f,-0.2915186934220484f,0.7784719721427453f,-0.5558761012794909f,-0.21268837065515334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.774757039413206f,-0.6320126733674712f,-0.017649662392982962f,-0.6402269897895233f,-0.36279807998087416f,0.4215297186657953f,0.8310777637764873f,1.7780482275322962f,-0.5178118220375771f,0.6502866114141042f,-0.5558761012794909f,-0.19212424056869043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8640870590793176f,-0.5030328455966565f,-0.017649662392982962f,-0.6539435423022839f,-0.2923896575493689f,0.4730941118999855f,0.8310777637764873f,1.86992670017692f,-0.4097094610694495f,0.7232841195107872f,-0.5558761012794909f,-0.11054086614163071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8640870590793176f,-0.47149598361229306f,0.17619617410469557f,-0.5478569459895182f,-0.2923896575493689f,0.7551216581402904f,0.5867704573047465f,1.7000243270953548f,-0.4097094610694495f,0.4555028197991039f,-0.7903514020138426f,-0.21302900059642893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7424518627374704f,-0.5939486764657056f,0.3098228546158222f,-0.8708931498403634f,-0.5006158656929347f,0.7992487697699301f,0.3325434693957571f,1.6612666056374672f,-0.4451392889132276f,0.09179528171910482f,-0.8907438687523684f,-0.3047754934409698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.826225091743207f,-0.47049112269163207f,0.3098228546158222f,-0.78046572188689f,-0.3694223999288314f,0.867722266277094f,0.3325434693957571f,1.712562898596577f,-0.42529893981145994f,0.16030025600513537f,-0.8907438687523684f,-0.25417202293377483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6878605711960514f,-0.6563974659850121f,0.3098228546158222f,-0.7599783862152069f,-0.5683699913533613f,0.752575839295425f,0.3325434693957571f,1.7170662086859974f,-0.4514458854866462f,0.05264952760701361f,-0.8907438687523684f,-0.24536478725427208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8570322505925313f,-0.41171048104463387f,0.3098228546158222f,-0.7887331348621577f,-0.30799326004495864f,0.8913781423891388f,0.3325434693957571f,1.7149915199881174f,-0.4130809523703304f,0.18957712696653198f,-0.8907438687523684f,-0.25614095178798096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7820750525705801f,-0.540711023472268f,0.3098228546158222f,-0.87607319920658f,-0.4436436147814916f,0.8322230374279751f,0.3325434693957571f,1.794918910534441f,-0.4376516368189841f,0.12262302014600598f,-0.8907438687523684f,-0.2917635560164426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7820750525705801f,-0.540711023472268f,0.3098228546158222f,-0.7544132189253199f,-0.4436436147814916f,0.8322230374279751f,0.3325434693957571f,1.607668727113147f,-0.4376516368189841f,0.12262302014600598f,-0.8907438687523684f,-0.3193537355492939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.826225091743207f,-0.470491122691632f,0.3098228546158222f,-0.41969034628470203f,-0.36942239992883136f,0.8677222662770939f,0.3325434693957571f,1.1987468822186227f,-0.42529893981145994f,0.16030025600513537f,-0.8907438687523684f,-0.3205095033769818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.17256551460695263f,-0.5323529071859397f,0.8287469610074694f,-0.22005800608997464f,-0.048029336942114934f,0.8449159979097959f,0.5327383403407294f,0.8819033830024492f,-0.9838263698241365f,0.05212809882177037f,-0.17137192113029875f,-0.3400575404351457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.17823492406322297f,-0.33306004693107416f,0.9259067539349995f,-0.17574624926900692f,-0.7407124834860956f,0.5740185224496223f,0.34906697450863616f,0.3764705716136673f,-0.6477478897318291f,-0.7480466168782687f,-0.14439158675261968f,0.09369379966591926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.17823492406322297f,0.07233471190061844f,0.9813256346893378f,-0.138547093931683f,-0.7407124834860956f,0.6663703432068384f,0.08541418209091989f,0.6161800101615628f,-0.6477478897318291f,-0.742103938238206f,0.172349691613613f,-0.1701829147543615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.03134783572310933f,-0.5583146142345408f,0.8290368536606878f,-0.3885654227409543f,0.3822590682691281f,0.7596911229062918f,0.5260678687236044f,0.44662174420637757f,-0.9235233174757934f,0.3333979443690579f,0.18960615171716239f,-0.4698415706288298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.03134783572310933f,0.7134097977982743f,0.7000455510900003f,-0.09922538266799763f,0.3822590682691281f,0.6557015246287419f,-0.6511017703290027f,0.5966972952127145f,-0.9235233174757934f,0.24718812877031263f,-0.2932621882778896f,-0.4175445085629341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.1372098432490002f,0.25951577327350167f,0.9559419555275526f,-0.1792843221718615f,0.07243844838872965f,0.9598566292991612f,-0.27097587048570637f,0.782680642944242f,-0.9878897358058835f,0.10642750872170909f,0.11290285769931778f,-0.3294063289976035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.0018755689588920155f,0.29354975711664144f,0.9559419555275526f,-0.1792843221718615f,-0.37895877902391695f,0.8848515815746819f,-0.27097587048570637f,0.782680642944242f,-0.9254116522076987f,-0.3617543623531651f,0.11290285769931778f,-0.3294063289976035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.07778792832338592f,0.2830618587328828f,0.9559419555275526f,-0.1792843221718615f,-0.13702963035755902f,0.9527827443959008f,-0.27097587048570637f,0.782680642944242f,-0.9875079334421707f,-0.10991372121851341f,0.11290285769931778f,-0.3294063289976035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.003160489396227026f,-0.3736538798511966f,0.92756282233546f,-0.1928603059480185f,0.06483053281035722f,0.9255395398046535f,0.3730597301689309f,0.8032465718286453f,-0.9978912833181286f,0.06131344330844479f,0.021299022216068823f,-0.33332952713575364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.1697307725185817f,-0.3328943908829369f,0.92756282233546f,-0.1928603059480185f,-0.3698612140754872f,0.8508990069619845f,0.3730597301689309f,0.8032465718286453f,-0.9134517760576375f,-0.4063892277974249f,0.021299022216068823f,-0.33332952713575364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.07778792832338592f,-0.3654808460483694f,0.92756282233546f,-0.1928603059480185f,-0.13702963035755902f,0.9176324526357791f,0.3730597301689309f,0.8032465718286453f,-0.9875079334421707f,-0.15612313422876475f,0.021299022216068823f,-0.33332952713575364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.027754498570761593f,-0.1611023923011958f,0.9865473668323875f,-0.19233419473747002f,0.11913326057356927f,0.980426588437595f,0.15675130273694265f,0.8216613398661614f,-0.9924902790628206f,0.11318005071323387f,0.04640390162857163f,-0.5320443294281814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.13254120350475035f,-0.10974780297823525f,0.9850828640855362f,-0.22502486996118795f,-0.46160845145759444f,0.872657562153801f,0.15933115438829476f,0.8553206864836376f,-0.8771262548324695f,-0.4758405184063621f,0.06500257015172996f,-0.14688820116497686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.07778792832338592f,-0.2833143871675462f,0.955867143608898f,-0.16686633022971772f,-0.13702963035755902f,0.9466345177461779f,0.2917292755544632f,0.6711389203633376f,-0.9875079334421707f,-0.15367513733632696f,0.03481427226633548f,-0.31453253367463896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.07778792832338592f,-0.19032593714240342f,0.9786342911721527f,-0.20999999999999994f,-0.13702963035755902f,0.9702513483613717f,0.19958757828835666f,0.889f,-0.9875079334421707f,-0.14962739940868472f,0.04939354952792338f,-0.34025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.16840477465932685f,-0.8430975762884028f,-0.510711570975793f,-1.4441519583590081f,0.5716826432835396f,0.5056122000180447f,-0.6461696824838332f,1.6761249999999999f,0.8030060941489091f,-0.18314688108055172f,0.5671317595675451f,-1.0815271312649641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4863814250566933f,-0.8430975762884028f,-0.2293895948303701f,-1.4640532089585423f,-0.5716826432835396f,0.5056122000180447f,-0.6461696824838332f,1.6761249999999999f,0.6607662708765979f,-0.18314688108055172f,-0.7279046333293262f,-0.9899137985858473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21228000639502942f,-0.8430975762884028f,-0.49408873265998227f,-1.3799892737597779f,1.3877787807814457e-17f,0.5056122000180447f,-0.8627608609533193f,1.8055391291429979f,0.9772088819105803f,-0.18314688108055172f,-0.1073313610532354f,-1.0196207607674204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7847940910739202f,0.3990298407676474f,0.474208204054301f,0.41735816964117717f,-0.2761151826252733f,0.9101361037542719f,-0.3088894277355655f,2.034650544462917f,-0.5548501063704245f,0.11147851281722032f,0.8244476336558855f,-0.17856470077272316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3750311874234211f,0.3990298407676474f,0.8367357973917005f,0.39171227953650917f,0.2729370367708914f,0.9101361037542719f,-0.3117012136673809f,2.034849455537082f,-0.8859215441665835f,0.11147851281722032f,-0.45023944603017285f,-0.08839091713732353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2735561611164584f,0.3990298407676474f,0.8751812457383741f,0.27325803772808704f,-0.0021217181244265124f,0.9101361037542719f,-0.4143039596180486f,2.096895593942707f,-0.9618536921109294f,0.11147851281722032f,0.2498199674818531f,-0.17095080407730132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000012270108358744314f,0f,0.000015576747716023613f,-0.8948101186597317f,0f,0.000015625f,0f,1.0551225f,-0.000015576747716023613f,0f,0.0000012270108358744314f,-0.4014336880834606f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24.mcfunction new file mode 100644 index 000000000..1d3b6798f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24_as_bone.mcfunction new file mode 100644 index 000000000..bace7e77b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_24_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.463874771018566f,-0.5260683831317463f,0.41834997015186637f,-0.019054104973152935f,-0.43410960141715466f,0.6225620712320009f,0.3015124638637755f,1.1571053231834512f,-0.5131408142160945f,-0.051117200401778924f,-0.6332598053351975f,-0.3443863310004778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6170273251670427f,-0.302210568799123f,0.4098122156589712f,-0.019054104973152935f,-0.15949791216642642f,0.7261703584868936f,0.2953591482747189f,1.1571053231834512f,-0.4835676746968882f,0.14610059055707816f,-0.620336135838561f,-0.3443863310004778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.26519095481808796f,-0.4910350657054804f,0.5962405271152991f,-0.03551983504818128f,0.37476935253607485f,0.6330253581516905f,0.3546424576683671f,1.1521875571602993f,-0.6754007212957404f,0.1584547400016257f,0.430894889141952f,-0.4428855670275865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.4240804699291568f,-0.3449858567791023f,0.5840723530925379f,-0.03551983504818128f,0.10187110274836633f,0.7133948024137677f,0.3474048564914617f,1.1521875571602993f,-0.6706549287446543f,-0.1097844001277504f,0.4221011158941571f,-0.4428855670275865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1584958932015543f,-0.7999670151642978f,-0.6777509056314552f,-0.451970413631834f,0.7831506655448522f,-0.011318864771143591f,1.352018183441683f,1.2024889572905175f,-0.6971144457632396f,-1.342136694956746f,0.392564378871536f,-1.223248766595301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.0931900449228942f,-0.5251212026535464f,0.8459097694500057f,-0.4302770287416052f,0.06602268231774559f,0.8444777801992166f,0.5315056765166049f,1.2132431064646592f,-0.9934569044235583f,0.10538026984923085f,-0.044027011932043475f,-0.9747795566805164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.08058167137710529f,-0.5251212026535464f,0.8472038224428435f,-0.45543080358587046f,0.17261050683209456f,0.8444777801992166f,0.5070136996975241f,1.1569295230505623f,-0.9816884470998116f,0.10538026984923085f,0.1586908679075882f,-0.62512407115348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.040261410841217114f,-0.3668834604521921f,0.9293952578121429f,-0.34221942593099774f,-0.06067166017486736f,0.9293307654975349f,0.36422970492724893f,1.213232290379508f,-0.9973454609355276f,-0.041723551459460356f,-0.059675596393413896f,0.29485249912926936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.03744625029864862f,-0.3654970752908664f,0.9300589585033809f,-0.35713821891647374f,-0.0074386783078971425f,0.9307878853864378f,0.3654840331435492f,1.186286249476439f,-0.999270956449552f,0.006767597185568387f,-0.037573331296696474f,-0.03713043510155317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1636846017103529f,0.25906520954541173f,0.9518889474965632f,-0.5119611774599172f,-0.023115696680952307f,0.9636307295465645f,-0.26623576326352144f,0.7362708015126305f,-0.9862418647217717f,-0.06558227105512288f,-0.15174303935724714f,-0.4530949452573233f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.16742887179832924f,-0.03891819991717338f,0.9851157021403858f,-0.5131013668060098f,-0.03471370959854359f,0.9988336537653508f,0.03356025136477869f,0.9237618631646636f,-0.9852728207223859f,-0.028578065381793555f,-0.16858458685415856f,-0.45950698618424807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.1680470762152691f,0.2200281342338897f,0.9609098814774738f,-0.4538162656716038f,-0.021533070300059246f,0.9737202365961559f,-0.22672720993868123f,0.7517446929898486f,-0.9855437621226935f,-0.058792184758516976f,-0.15889295752917484f,-0.14716734857841043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.17140074042819406f,-0.07446884316768293f,0.982382907820537f,-0.46163928059166603f,-0.030748329309544856f,0.9970577659926935f,0.07021646187562297f,0.9391318770002012f,-0.9847214461081563f,-0.018171479602004333f,-0.17318623185384951f,-0.1516569149528728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8259444382669375f,-0.4746562032766012f,0.30416652279130696f,-0.4279999131658308f,-0.37706343822625543f,0.8662184023614989f,0.3278549114521348f,1.7414563256791742f,-0.4190930069195949f,0.15609986579537513f,-0.894423771737848f,-0.107530593540176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8259444382669375f,-0.4746562032766012f,0.30416652279130696f,-0.30917935980956046f,-0.37706343822625543f,0.8662184023614989f,0.3278549114521348f,1.678055302266109f,-0.4190930069195949f,0.15609986579537513f,-0.894423771737848f,-0.1951793176055363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8259444382669375f,-0.4746562032766012f,0.30416652279130696f,-0.9132422706476566f,-0.37706343822625543f,0.8662184023614989f,0.3278549114521348f,1.519931555721249f,-0.4190930069195949f,0.15609986579537513f,-0.894423771737848f,-0.353747735105438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8259444382669375f,-0.4746562032766012f,0.30416652279130696f,-0.8563675501614065f,-0.37706343822625543f,0.8662184023614989f,0.3278549114521348f,1.4282507744412147f,-0.4190930069195949f,0.15609986579537513f,-0.894423771737848f,-0.47282843468976793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8951143244670053f,-0.4123400331294841f,0.16954658124760988f,-0.557159640621203f,-0.24668397275408124f,0.7748331283093322f,0.5820486584991307f,1.780710239857873f,-0.3713722710707411f,0.479175667530343f,-0.795281909719195f,-0.12636744205457637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8195897892784724f,-0.5472901735804478f,0.16954658124760988f,-0.6570793528644875f,-0.36485748962341363f,0.7267037714262002f,0.5820486584991307f,1.74600739760371f,-0.44175965136731277f,0.4151807973608849f,-0.795281909719195f,-0.1730675969761814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9321541756292547f,-0.36122044221720023f,-0.024665461304315378f,-0.6634405857514509f,-0.22205760513532702f,0.5165676388020404f,0.8269512044516582f,1.7612230301332634f,-0.285970300658141f,0.7763231715380491f,-0.5617324278289416f,-0.2249241703635243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7749080475631912f,-0.6315925370366944f,-0.024665461304315378f,-0.6454182191184894f,-0.3708175114908189f,0.42266544527286404f,0.8269512044516582f,1.7756076416742506f,-0.5118709710401239f,0.649957528252303f,-0.5617324278289416f,-0.2045393015446674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8641704842662438f,-0.5025942589621282f,-0.024665461304315378f,-0.6593020040265858f,-0.3001326897657338f,0.47547037130607595f,0.8269512044516582f,1.8679921158354946f,-0.403893231754422f,0.7220297340611198f,-0.5617324278289416f,-0.12355785933828203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8641704842662438f,-0.47377561240559135f,0.16954658124760988f,-0.5527024912353279f,-0.3001326897657338f,0.755737869683231f,0.5820486584991307f,1.697951095156768f,-0.403893231754422f,0.45210279961128164f,-0.795281909719195f,-0.22528098925082024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7415231024180524f,-0.5980185741206969f,0.30416652279130696f,-0.8759037599298921f,-0.507927573982212f,0.7965680991762457f,0.3278549114521348f,1.6567370661212082f,-0.4383526755579925f,0.08861742707498917f,-0.894423771737848f,-0.31536046885147895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8259444382669374f,-0.4746562032766012f,0.30416652279130696f,-0.7855506321617024f,-0.37706343822625543f,0.8662184023614989f,0.3278549114521348f,1.708898337155757f,-0.4190930069195949f,0.15609986579537516f,-0.894423771737848f,-0.26551415773856385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6865806301370214f,-0.660370929655217f,0.30416652279130696f,-0.765051573465369f,-0.5754202405484784f,0.7492681120959601f,0.3278549114521348f,1.713578817381108f,-0.44440812896231047f,0.05007525798695606f,-0.894423771737848f,-0.25682739640741287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.857042822108492f,-0.41588499309948285f,0.30416652279130696f,-0.793839808727199f,-0.31572058940087033f,0.8904109536978304f,0.3278549114521348f,1.7112666773404797f,-0.40718314122846305f,0.18495406470138268f,-0.894423771737848f,-0.2674649310814831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7814324563735325f,-0.5448357941059602f,0.30416652279130696f,-0.881776654475903f,-0.4511245062447463f,0.8300589358004326f,0.3278549114521348f,1.7904484961553013f,-0.4311032312468333f,0.11897949637975899f,-0.894423771737848f,-0.3032838542952732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7814324563735325f,-0.5448357941059602f,0.30416652279130696f,-0.7591886008020622f,-0.4511245062447463f,0.8300589358004326f,0.3278549114521348f,1.6036852356002043f,-0.4311032312468333f,0.11897949637975899f,-0.894423771737848f,-0.33005424098071895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8259444382669375f,-0.4746562032766012f,0.30416652279130696f,-0.42218944567666516f,-0.37706343822625543f,0.8662184023614989f,0.3278549114521348f,1.1966357681853386f,-0.4190930069195949f,0.15609986579537513f,-0.894423771737848f,-0.3297180534690916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1646786758859002f,-0.5357451595955534f,0.8281654772316953f,-0.22128501082833263f,-0.04918404427372024f,0.8430444436829625f,0.5355903245617539f,0.8804941018042277f,-0.9851202279404009f,0.04746777796799881f,-0.1651815563476547f,-0.34751847020709115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.1868108875220701f,-0.330436231476812f,0.925155981027318f,-0.17757640015756154f,-0.7457768667889838f,0.5652989433036049f,0.3524967654635056f,0.37769602317136586f,-0.6394674012532793f,-0.7558101624265383f,-0.14082770007050152f,0.08959685202624396f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.1868108875220701f,0.07228904849133358f,0.979732609323296f,-0.14051631784236596f,-0.7457768667889838f,0.6595971449047722f,0.09353326357975046f,0.6152255404929463f,-0.6394674012532793f,-0.7481349476542923f,0.1771314281337076f,-0.1765946567127989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.024486049574600252f,-0.572437283704319f,0.8195828143643882f,-0.3879652703095035f,0.38310528240814834f,0.7518673585395522f,0.5365871949215051f,0.44613466974011273f,-0.923380082071951f,0.3271254062098776f,0.20089348581977334f,-0.4779040583156057f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.024486049574600252f,0.712334777485864f,0.7014125734262217f,-0.09875815814555257f,0.38310528240814834f,0.6547451867118712f,-0.6515666374735664f,0.5956200039562183f,-0.923380082071951f,0.25276056904074545f,-0.28893133919842523f,-0.4235525702670976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.14618294031829365f,0.2552227211056759f,0.9557677074432429f,-0.18027314865030386f,0.07182819674634602f,0.9608579909788075f,-0.26756799383397495f,0.7814236720992815f,-0.9866464706834289f,0.10776494700775482f,0.1221288585238943f,-0.33637527188849004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.011817114151554245f,0.29388508846455036f,0.9557677074432429f,-0.18027314865030386f,-0.3799624562085995f,0.8854580173828629f,-0.26756799383397495f,0.7814236720992815f,-0.9249264228494379f,-0.35999396415855833f,0.1221288585238943f,-0.33637527188849004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.08747751371745702f,0.28081270270858394f,0.9557677074432429f,-0.18027314865030386f,-0.13784215093471164f,0.95362828717554f,-0.26756799383397495f,0.7814236720992815f,-0.9865836132936247f,-0.10833889373695085f,0.1221288585238943f,-0.33637527188849004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.005939024580682142f,-0.37737670219883335f,0.9260407942550711f,-0.19388222143137548f,0.06372737363740133f,0.9243175392946286f,0.3762657417326241f,0.8019385565373869f,-0.9979496729977464f,0.056779496209950125f,0.02953877068930179f,-0.34044821978045714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.17952114804909847f,-0.33199488667533805f,0.9260407942550711f,-0.19388222143137548f,-0.37027547117174253f,0.8493056970531532f,0.3762657417326241f,0.8019385565373869f,-0.9114100245507933f,-0.4104378493444375f,0.02953877068930179f,-0.34044821978045714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.08747751371745702f,-0.36714592734939744f,0.9260407942550711f,-0.19388222143137548f,-0.13784215093471164f,0.9162006510716364f,0.3762657417326241f,0.8019385565373869f,-0.9865836132936247f,-0.16056224651723255f,0.02953877068930179f,-0.34044821978045714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.036616949808049984f,-0.16550417854718688f,0.9855290791601107f,-0.19156298376729333f,0.11814620473040442f,0.9799910249583982f,0.16018447274561176f,0.8201375792783411f,-0.9923208519901998f,0.11057105355566235f,0.05543797273561446f,-0.5391700601325728f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.14230095477406735f,-0.10828347013735667f,0.9838826801836695f,-0.227965018297108f,-0.4621069621400363f,0.8717569922311764f,0.16277869036750386f,0.8541058868596109f,-0.8753328474426719f,-0.47782259949804057f,0.07401330689031038f,-0.15437411295776893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.08747751371745702f,-0.2861550405930362f,0.9541818366207826f,-0.1676128442914337f,-0.13784215093471164f,0.9451623617678878f,0.29608723600155507f,0.6699415904680407f,-0.9865836132936247f,-0.15742745199153227f,0.043236227170620645f,-0.32126056526857427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.08747751371745702f,-0.1922405040901757f,0.9774411865585403f,-0.21124999999999994f,-0.13784215093471164f,0.9694277716488142f,0.20300083000250685f,0.887625f,-0.9865836132936247f,-0.15249060345860543f,0.05830428661192988f,-0.34762499999999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.17737257702869388f,-0.8444682305072537f,-0.5053833956336009f,-1.4409534049970072f,0.5927510496846081f,0.5016013328543552f,-0.630112923194351f,1.6774375f,0.7856113301219607f,-0.18780178524892294f,0.5895297511078827f,-1.1034765081938278f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.49361241694536717f,-0.8444682305072537f,-0.20789465962670053f,-1.4613053178395625f,-0.5927510496846081f,0.5016013328543552f,-0.630112923194351f,1.6774375f,0.6363905836317421f,-0.18780178524892294f,-0.7481560763117341f,-1.0119622352980164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.21708707032058955f,-0.8444682305072537f,-0.48963926677051955f,-1.3776834714027069f,6.938893903907228e-18f,0.5016013328543552f,-0.8650988977444918f,1.8072023346616737f,0.9761522442219883f,-0.18780178524892294f,-0.10889116381825487f,-1.0413856971731839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8073941395408164f,0.4002882901945622f,0.4334558664596187f,0.41626107461315337f,-0.2850908929088912f,0.9078793198271978f,-0.30737326398129633f,2.0347010157182055f,-0.5165635355070621f,0.12459705198446117f,0.8471349883113231f,-0.18193013289145823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3833571508454779f,0.4002882901945622f,0.8323500343177452f,0.3889717747000841f,0.2893955682374665f,0.9078793198271978f,-0.3033238297836464f,2.034423984281794f,-0.8770903602139015f,0.12459705198446117f,-0.4638836865601441f,-0.0922402234041709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.29108586573940587f,0.4002882901945622f,0.8689294007569628f,0.2722770145430743f,0.00295500198838939f,0.9078793198271978f,-0.41922119292010174f,2.097445678938015f,-0.9566923678643982f,0.12459705198446117f,0.2630879851053489f,-0.1765483759136169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000013800094325508597f,0f,0.000015563939056873443f,-0.8954258645453476f,0f,0.000015625f,0f,1.0537475f,-0.000015563939056873443f,0f,0.0000013800094325508597f,-0.41553470976138873f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25.mcfunction new file mode 100644 index 000000000..5111bf911 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25_as_bone.mcfunction new file mode 100644 index 000000000..ea310e5ad --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_25_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.45942896851768f,-0.5280564743490239f,0.4207443727838836f,-0.021434101793390364f,-0.43686744710307973f,0.620516262497958f,0.3017463273706037f,1.15631383909583f,-0.5147973397297841f,-0.05532063193862089f,-0.6315597922077474f,-0.350223920964659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6137490462786116f,-0.30567645459020665f,0.4121577529311513f,-0.021434101793390364f,-0.1627607506559187f,0.7253526941958321f,0.29558823905691795f,1.15631383909583f,-0.48664262681973974f,0.1429173681957835f,-0.6186708168565689f,-0.350223920964659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.2707261234034257f,-0.49478307141893035f,0.5906280748395281f,-0.03716691214882041f,0.37626704691645985f,0.6312017480925894f,0.35630311120458985f,1.1512613736546122f,-0.6723651686071818f,0.15400814876672417f,0.43720820509423974f,-0.449201774708377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.43049496330640413f,-0.3463029066926715f,0.5785744406591296f,-0.03716691214882041f,0.10391017658416113f,0.7123058360306506f,0.34903161913919006f,1.1512613736546122f,-0.6662407686190228f,-0.11267072722266003f,0.4282855886637451f,-0.449201774708377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.1749206264107437f,-0.7663353245990334f,-0.6882571771556618f,-0.44583473898333437f,0.7837733857358377f,-0.012279918269022479f,1.3516488942841214f,1.2052576039625573f,-0.6683315430583591f,-1.361611407075822f,0.3751713937312282f,-1.2322204562292658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.08293641893473067f,-0.5276795622728186f,0.8453850187777459f,-0.4267537889711241f,0.07445312142415604f,0.842655855112985f,0.5332802664209543f,1.2138994813050432f,-0.9937697334516092f,0.10716990903873493f,-0.030599468494510562f,-0.9834545917256894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.09051493728040338f,-0.5276795622728186f,0.844607202010906f,-0.455454875100038f,0.1812256586911134f,0.842655855112985f,0.5070388254125873f,1.1545231055004261f,-0.9792672294941236f,0.10716990903873493f,0.17190201812524641f,-0.6345798516307242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.027995693304839114f,-0.3685326051984774f,0.9291931769347022f,-0.35115475217726566f,-0.07448188584217004f,0.9277425814743449f,0.3657132089502824f,1.2141569618158274f,-0.9968293183076907f,-0.05896966529447314f,-0.053421800206305936f,0.2860677953417424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.02498100761305011f,-0.3677206469916763f,0.9296007073118328f,-0.36187505601292f,-0.01535564807714404f,0.9299223405329532f,0.3674352251075629f,1.1845755113485585f,-0.9995699842085934f,-0.005095719158029876f,-0.028876985914302933f,-0.04585288945949706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1557522959431568f,0.25729728919033373f,0.9536977127390738f,-0.5120657379504252f,-0.02138455267084068f,0.964375739123374f,-0.2636705040335648f,0.7337565626221614f,-0.9875646425503009f,-0.061461685345846055f,-0.14470154808758906f,-0.4630076660596981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.15989213150602025f,-0.04102244944613315f,0.9862817370933626f,-0.5135931863647417f,-0.034281958210990685f,0.9987641868024366f,0.035983975629263865f,0.9212497474953011f,-0.9865390279272692f,-0.028058114731874244f,-0.16110086459734335f,-0.46927544297565793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.16060544073806915f,0.21849477439649378f,0.9625310000029899f,-0.4565280094715154f,-0.01964510467012628f,0.9742894409044953f,-0.22444187489081807f,0.7496036799790506f,-0.9868231666655533f,-0.05495560848021844f,-0.15218383235001867f,-0.15670572992198226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.16432385283593223f,-0.07582562998644099f,0.9834877453361146f,-0.4645985166856224f,-0.029890955930615633f,0.9969659768653863f,0.07187052056580617f,0.9369839913948469f,-0.9859534482635115f,-0.01758734800944494f,-0.166091791029195f,-0.16104143136768564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8255883647772604f,-0.4788221584238391f,0.2985518255625735f,-0.43258341314708065f,-0.384686504032821f,0.8646833608862522f,0.32301544703227686f,1.7409051442742292f,-0.4128197494784083f,0.15182893666489017f,-0.8980689441417028f,-0.12069827183933135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8255883647772604f,-0.4788221584238391f,0.2985518255625735f,-0.31378184601846226f,-0.384686504032821f,0.8646833608862522f,0.32301544703227686f,1.6775281662239543f,-0.4128197494784083f,0.15182893666489017f,-0.8980689441417028f,-0.20839011183028694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8255883647772604f,-0.4788221584238391f,0.2985518255625735f,-0.9176165774537212f,-0.384686504032821f,0.8646833608862522f,0.32301544703227686f,1.5149018231549467f,-0.4128197494784083f,0.15182893666489017f,-0.8980689441417028f,-0.36322987465789625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8255883647772604f,-0.4788221584238391f,0.2985518255625735f,-0.8607341376833972f,-0.384686504032821f,0.8646833608862522f,0.32301544703227686f,1.4226733573022106f,-0.4128197494784083f,0.15182893666489017f,-0.8980689441417028f,-0.48188319585973244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8952830599438901f,-0.41463309705021556f,0.1629344573994446f,-0.5620386940893314f,-0.2543490138409276f,0.7760011344204935f,0.5771731270045883f,1.7793030066526117f,-0.3657524049622266f,0.4752911047017959f,-0.8002021894844413f,-0.13926884634802322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8193977331138934f,-0.5495814021232535f,0.1629344573994446f,-0.6619593739280061f,-0.37261087774623775f,0.726658320842006f,0.5771731270045883f,1.743706632271804f,-0.43560129562822825f,0.41222320069510293f,-0.8002021894844413f,-0.18528945582376224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9320989095781205f,-0.3608180115451398f,-0.03165415151114048f,-0.6686243688551878f,-0.22930731449534097f,0.520194665697255f,0.8226880729043395f,1.758508596683663f,-0.280374353823979f,0.7740851841527084f,-0.5676110899137311f,-0.23722754062445717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.7749798443418545f,-0.6311927245746618f,-0.03165415151114048f,-0.6505966903412124f,-0.3788332077685825f,0.4238746694398123f,0.8226880729043395f,1.7731411572242022f,-0.5058573332033859f,0.6495583184374633f,-0.5676110899137311f,-0.21702465458250267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8641788526588073f,-0.5021881373642921f,-0.03165415151114048f,-0.664654046924494f,-0.3078605351853625f,0.4779186390760735f,0.8226880729043395f,1.8660345053244494f,-0.39801608195233734f,0.7206946989636156f,-0.5676110899137311f,-0.13665761447359498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8641788526588073f,-0.47607486092972395f,0.1629344573994446f,-0.5575372032153063f,-0.3078605351853625f,0.756368344352887f,0.5771731270045883f,1.69585162784505f,-0.39801608195233734f,0.4486197214251915f,-0.8002021894844413f,-0.2375970517942629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7405197138190637f,-0.6020775372811934f,0.2985518255625735f,-0.8808807761062102f,-0.5152166538069515f,0.793859446387398f,0.32301544703227686f,1.652188531054988f,-0.43148853181202873f,0.08538043384117269f,-0.8980689441417028f,-0.32599635478411604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8255883647772605f,-0.4788221584238391f,0.2985518255625735f,-0.7906106445917497f,-0.38468650403282106f,0.8646833608862522f,0.32301544703227686f,1.705212395815199f,-0.4128197494784083f,0.15182893666489017f,-0.8980689441417028f,-0.2769156686922034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.6852272977855447f,-0.6643269961568439f,0.2985518255625735f,-0.7701015437107358f,-0.5824455085781939f,0.7459344813826664f,0.32301544703227686f,1.7100697794114914f,-0.4372879828060793f,0.04744883203617539f,-0.8980689441417028f,-0.26835058079709895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8569782183367871f,-0.42006563862039575f,0.2985518255625735f,-0.7989210790518904f,-0.32343216488262927f,0.8894114096962519f,0.32301544703227686f,1.7075203993486645f,-0.40122309008286416f,0.18025593902161716f,-0.8980689441417028f,-0.2788482314397521f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.7807146509358743f,-0.5489548626866609f,0.2985518255625735f,-0.8874491385141199f,-0.4585847763045279f,0.8278653416590553f,0.32301544703227686f,1.7859497037101317f,-0.42448160944356866f,0.11527156983577816f,-0.8980689441417028f,-0.31486588595081494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.7807146509358743f,-0.5489548626866609f,0.2985518255625735f,-0.7639342944096214f,-0.4585847763045279f,0.8278653416590553f,0.32301544703227686f,1.5996800018368447f,-0.42448160944356866f,0.11527156983577816f,-0.8980689441417028f,-0.340801989163865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8255883647772604f,-0.4788221584238391f,0.2985518255625735f,-0.4246691371690766f,-0.384686504032821f,0.8646833608862522f,0.32301544703227686f,1.1945213596669844f,-0.4128197494784083f,0.15182893666489017f,-0.8980689441417028f,-0.33894719601539197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.156782942973182f,-0.5390878858980224f,0.8275284648099235f,-0.2225111799573182f,-0.05034958047854641f,0.8411638313260426f,0.538431359241387f,0.8790849229197184f,-0.9863488371455112f,0.04275114205368003f,-0.15902298989392608f,-0.354978874285522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.19526754679620514f,-0.32763919806896896f,0.9244042086971017f,-0.17947853103957506f,-0.7507767313135303f,0.5565182451311805f,0.35583948987469377f,0.3789753724131742f,-0.6310347731198043f,-0.7635050744591252f,-0.1373139337023121f,0.0854998170623231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.19526754679620514f,0.07240881614222557f,0.9780733860570348f,-0.14249854265541f,-0.7507767313135303f,0.6527007147760345f,0.10156808873373918f,0.6142743948373312f,-0.6310347731198043f,-0.7541476912884738f,0.18181412166798838f,-0.18300525831865203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.01764131132878434f,-0.5863785346731902f,0.8098450458014319f,-0.38736758681094113f,0.383941942503615f,0.7438996232202377f,0.5469935423378776f,0.44565015995006063f,-0.9231886962702434f,0.3205831633871478f,0.2120119487942545f,-0.48593578586857133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.01764131132878434f,0.7112177844295688f,0.7027503448919086f,-0.09830840921428124f,0.383941942503615f,0.6537918933908414f,-0.6520312453578968f,0.594546274019442f,-0.9231886962702434f,0.25831264631743117f,-0.2846000840325491f,-0.4295355282257164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.15514412442699574f,0.2509254551696142f,0.9554929181337258f,-0.18126738621578628f,0.07121525895400263f,0.9618468076746939f,-0.26415734980900063f,0.7801680695250293f,-0.9853216162999243f,0.109028136340682f,0.1313551595415363f,-0.3433384558093879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.021750038120756154f,0.2942111813613529f,0.9554929181337258f,-0.18126738621578628f,-0.3809627234085416f,0.8860520853285275f,-0.26415734980900063f,0.7801680695250293f,-0.9243345385816181f,-0.35826175186157516f,0.1313551595415363f,-0.3433384558093879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.09715638056204001f,0.27855685436259014f,0.9554929181337258f,-0.18126738621578628f,-0.13865457875790257f,0.9544610009483645f,-0.26415734980900063f,0.7801680695250293f,-0.9855635674605432f,-0.10681889606368762f,0.1313551595415363f,-0.3433384558093879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.015040330133304747f,-0.38104192114625735f,0.9244354184033899f,-0.19490774665899538f,0.06262174818388686f,0.9230839855676212f,0.3794660356909295f,0.800631649339484f,-0.9979239976690986f,0.0521824675323552f,0.037744999117229144f,-0.34756204648046085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.18928651443651562f,-0.33104346037012145f,0.9244354184033899f,-0.19490774665899538f,-0.37068658120365083f,0.8477010005140725f,0.3794660356909295f,0.800631649339484f,-0.9092645786392561f,-0.4145036080344976f,0.037744999117229144f,-0.34756204648046085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.09715638056204001f,-0.36875438291284546f,0.9244354184033899f,-0.19490774665899538f,-0.13865457875790257f,0.9147570363470723f,0.3794660356909295f,0.800631649339484f,-0.9855635674605432f,-0.16504475010156405f,0.037744999117229144f,-0.34756204648046085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.0454793094158757f,-0.16986822968099938f,0.9844167902672618f,-0.19079501702518317f,0.11715596281406292f,0.9795431090224727f,0.1636147241042141f,0.8186143630468734f,-0.9920716268456452f,0.10788921221156186f,0.06445002014121975f,-0.5462745538565121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.15203735438177693f,-0.10678888314721516f,0.9825888139546269f,-0.23090443988880674f,-0.46260109465404814f,0.870844442398513f,0.16622329670807148f,0.8528918546559168f,-0.8734328080038363f,-0.4798188111983456f,0.08300023085955871f,-0.16187481040376345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.09715638056204001f,-0.28894298272212154f,0.9524035859086881f,-0.16836848876549595f,-0.13865457875790257f,0.9436695121225184f,0.30043761362372207f,0.6687470894125804f,-0.9855635674605432f,-0.1612445491360625f,0.05162024669018234f,-0.32797695123307197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.09715638056204001f,-0.19411458242847804f,0.9761558106187258f,-0.21249999999999994f,-0.13865457875790257f,0.9685915376374761f,0.20641061263059707f,0.88625f,-0.9855635674605432f,-0.15540258075620045f,0.06718997238249136f,-0.355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.18617208914178424f,-0.8457952507534825f,-0.4999703461480858f,-1.4375875724005582f,0.6133573540305484f,0.49757965444066266f,-0.6133573540305483f,1.67875f,0.7675498091207031f,-0.19247046861678313f,0.6114101808354254f,-1.1254086967441657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.49997034614808583f,-0.8457952507534825f,-0.18617208914178415f,-1.4583896544743404f,-0.6133573540305484f,0.49757965444066266f,-0.6133573540305483f,1.67875f,0.6114101808354253f,-0.19247046861678313f,-0.7675498091207033f,-1.0339957005051426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.22188887545367492f,-0.8457952507534825f,-0.48517596885331893f,-1.3752122181094515f,-6.938893903907228e-18f,0.49757965444066266f,-0.8674182886512773f,1.8088627432976916f,0.975071959882912f,-0.19247046861678313f,-0.11040738997246678f,-1.063141090128784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.827988766956018f,0.4012731302582952f,0.39168160121119067f,0.41514446000883165f,-0.2942832955090646f,0.9055364135535646f,-0.30561601023649293f,2.0347506299734226f,-0.4773174455003477f,0.13778127108303515f,0.8678619576636398f,-0.18527232706290075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3916816012111908f,0.4012731302582952f,0.8279887669560179f,0.38622110792335196f,0.305616010236493f,0.9055364135535646f,-0.29428329550906457f,2.033999370026577f,-0.8678619576636397f,0.13778127108303515f,-0.4773174455003478f,-0.09609868851073873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.30851575557845023f,0.4012731302582952f,0.8624371881433263f,0.27131720574459284f,0.008013439433017279f,0.9055364135535646f,-0.4241928671217857f,2.0980039300682676f,-0.9511854778897284f,0.13778127108303515f,0.2761566729058559f,-0.18210900872269814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.0000015328747844837301f,0f,0.000015549627644901787f,-0.8959755508552298f,0f,0.000015625f,0f,1.0523725f,-0.000015549627644901787f,0f,0.0000015328747844837301f,-0.42962917451901717f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26.mcfunction new file mode 100644 index 000000000..7b41eccc7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26_as_bone.mcfunction new file mode 100644 index 000000000..f1b576eb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_26_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5998522966229904f,-0.4974509764881322f,0.24426254864709016f,-0.024970946453324136f,-0.42550717404356414f,0.6440353829168871f,0.26665804850595265f,1.1769686162969653f,-0.3550567722463952f,0.06859588899159003f,-0.7322388523834755f,-0.3298017300607158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7293624553427402f,-0.2253367247229755f,0.23927759867470058f,-0.024970946453324136f,-0.14366272470501298f,0.7423794165050861f,0.2612160475160353f,1.1769686162969653f,-0.29562041584900867f,0.19518238250592665f,-0.7172952023348332f,-0.3298017300607158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.09198471823290141f,-0.40790021979088814f,0.7014988715248253f,-0.06731544081194607f,0.3474545973243783f,0.6577981581062969f,0.3369292662185367f,1.1704608236455059f,-0.7333202294047343f,0.26050611956526565f,0.24763369572673194f,-0.42054738063475416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.2361594657808134f,-0.33467719510839633f,0.6871825680243187f,-0.06731544081194607f,0.06786390269132303f,0.7255752222300288f,0.33005315874468905f,1.1704608236455059f,-0.7613298873902321f,-0.03913785840104986f,0.24257994683434966f,-0.42054738063475416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.978832225109732f,-1.108583513488412f,-0.5043176763791041f,-0.6716472341735958f,0.7104587287632335f,-0.0057743943178360305f,1.3916254169475322f,1.2266187600573841f,-0.9892128789147775f,-1.101097407131608f,0.5004484291085233f,-1.0644960826052379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.3479446169461532f,-0.44371361006190774f,0.8258648653284772f,-0.5850548193216424f,0.056018304865011595f,0.8694945885669719f,0.4907556520029116f,1.239917842258933f,-0.9358399932991992f,0.21701933715358515f,-0.2776798772744854f,-0.830726734082119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.17293347163131567f,-0.44371361006190774f,0.8793248811647321f,-0.5198265184611285f,0.1545371853410404f,0.8694945885669719f,0.469145413277825f,1.1898698208839689f,-0.9727344307345196f,0.21701933715358515f,-0.08179446536904977f,-0.48532355669618144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.36274652861046613f,-0.32115653110939646f,0.8747990846513476f,-0.1298313803312807f,-0.05428036948360081f,0.9444265096969581f,0.3242101313505567f,1.2546027696741453f,-0.9303056473384325f,0.07012168214896682f,-0.36001993309095986f,0.35658273112071776f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4036635506850918f,-0.29981062253938295f,0.8643895698473298f,-0.2679650627831556f,-0.012205729400311595f,0.9464642029887793f,0.32257794814683344f,1.2285776187989823f,-0.9148260807487456f,0.11966245473565401f,-0.3857125081048408f,0.054423864927436005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.45382651330403023f,0.3322846390320322f,0.8268182475524225f,-0.5508111536012761f,0.11947085934175616f,0.9421847041925169f,-0.3130729898183518f,0.7761786429496004f,-0.8830448514036243f,-0.04330013682439793f,-0.4672867305633013f,-0.3025055134465389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.46284470180630016f,0.02780006361084042f,0.886003351276433f,-0.5400611207287658f,0.02702274104350947f,0.9994860719714028f,-0.017244228068292233f,0.9634745050188116f,-0.8860273999579993f,0.01596083952707611f,-0.46335806686110304f,-0.30240884395309403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4607332627537195f,0.2989946854698336f,0.8356596428290092f,-0.4134542166436545f,0.12157717469078648f,0.9539331447354373f,-0.27428187320595054f,0.7962525527884571f,-0.8791722534216593f,-0.02477364397811685f,-0.47585965932985685f,-0.023817067028642704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.46676297997588356f,-0.0014381366303007348f,0.8843812821894556f,-0.4081964842481518f,0.03193811829380661f,0.9993189635610521f,0.018481495261892522f,0.9837403678015412f,-0.8838055652256801f,0.036871951810246356f,-0.4663991660003468f,-0.01981857085172367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8880378073201252f,-0.3742489310478846f,0.26707038469208816f,-0.34353198298391957f,-0.27861207194382964f,0.9001122084963742f,0.33492286497482704f,1.767976553555633f,-0.3657378379894957f,0.22301513339972145f,-0.90360394207721f,0.03004731467022173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8880378073201252f,-0.3742489310478846f,0.26707038469208816f,-0.23841160026354608f,-0.27861207194382964f,0.9001122084963742f,0.33492286497482704f,1.6973094987828699f,-0.3657378379894957f,0.22301513339972145f,-0.90360394207721f,-0.06882727764987578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8880378073201252f,-0.3742489310478846f,0.26707038469208816f,-0.8652541947844932f,-0.27861207194382964f,0.9001122084963742f,0.33492286497482704f,1.604291961288633f,-0.3657378379894957f,0.22301513339972145f,-0.90360394207721f,-0.184823665148607f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8880378073201252f,-0.3742489310478846f,0.26707038469208816f,-0.826736647613129f,-0.27861207194382964f,0.9001122084963742f,0.33492286497482704f,1.512729001120083f,-0.3657378379894957f,0.22301513339972145f,-0.90360394207721f,-0.3111285953179167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9399327253871428f,-0.2919671322311539f,0.17686623601754478f,-0.4690277497922936f,-0.14312545892530104f,0.8074534918844963f,0.5723058286012433f,1.8228227125973062f,-0.3099057514047132f,0.512614916033712f,-0.8007398910420477f,0.02062925199878539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8826868716687815f,-0.4354104054114535f,0.17686623601754478f,-0.5750878449793779f,-0.26767690207066575f,0.7751226449065306f,0.5723058286012433f,1.7998015530039897f,-0.3862809375071871f,0.4578238353477658f,-0.8007398910420477f,-0.019250856387296955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.967928593670931f,-0.2476135138899362f,0.042447441540004016f,-0.5839499087296002f,-0.11088069676039028f,0.5726765479507396f,0.8122481409724215f,1.813106322802136f,-0.2254322706272198f,0.7814915989096126f,-0.5817655646336876f,-0.06678525024151369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8440380124902556f,-0.5346008306935253f,0.042447441540004016f,-0.5631012868524933f,-0.28242059478207415f,0.5103837430108691f,0.8122481409724215f,1.8255595691606121f,-0.4558930149875503f,0.6735802748685623f,-0.5817655646336876f,-0.04787712378856987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9172764989153233f,-0.39598237239093725f,0.042447441540004016f,-0.5606547958684159f,-0.1991019208070626f,0.5482803868622181f,0.8122481409724215f,1.9205544901681475f,-0.3449090455012526f,0.7366047638577025f,-0.5817655646336876f,0.031215380255030525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9172764989153233f,-0.35682230745096793f,0.17686623601754478f,-0.48036977669194825f,-0.1991019208070626f,0.7955026484430976f,0.5723058286012433f,1.741566394268451f,-0.3449090455012526f,0.48974827945117316f,-0.8007398910420477f,-0.07897798262148326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8179274353076152f,-0.517595065766608f,0.25117734464948777f,-0.8123833308823137f,-0.41513704880630514f,0.8332413569355293f,0.36519867442342857f,1.7328881638062177f,-0.39831638339327485f,0.1944329935641032f,-0.8964038541495698f,-0.14153330117623514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8888270985268777f,-0.3832705708231774f,0.25117734464948777f,-0.7138661351430159f,-0.27967835693345666f,0.8879245152952884f,0.36519867442342857f,1.7740508738948233f,-0.3629964264111892f,0.2543496111231607f,-0.8964038541495698f,-0.09715837507121175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7680566459867986f,-0.5973109417898006f,0.23088661150809678f,-0.6904400675960161f,-0.4835566226560487f,0.7773313968960336f,0.4024038917370669f,1.7773428047818387f,-0.41983565980152915f,0.19742223334225203f,-0.8858682072075802f,-0.09522211052098115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9150445099886981f,-0.33073390719104157f,0.23088661150809678f,-0.7202762913326239f,-0.2196810650726202f,0.8887133044820599f,0.4024038917370669f,1.7778728296676372f,-0.33828061485710725f,0.3174960552049826f,-0.8858682072075802f,-0.10275765640429313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8520406117993322f,-0.46980652238014825f,0.23088661150809678f,-0.8057168902423548f,-0.3560018169825355f,0.8434060790746035f,0.4024038917370669f,1.8654516531731138f,-0.38378314469209424f,0.26066840489225956f,-0.8858682072075802f,-0.12051992716546243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8520406117993322f,-0.45927849653500213f,0.25117734464948777f,-0.7023792285219795f,-0.3560018169825355f,0.8601701195138692f,0.36519867442342857f,1.6719133762824936f,-0.38378314469209424f,0.2217445109039771f,-0.8964038541495698f,-0.1704124421188572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8880378073201252f,-0.3742489310478846f,0.26707038469208816f,-0.40791787496655074f,-0.27861207194382964f,0.9001122084963742f,0.33492286497482704f,1.234966038890617f,-0.3657378379894957f,0.22301513339972145f,-0.90360394207721f,-0.2107528450476147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4219668367379649f,-0.4723228410748176f,0.7738573011171815f,-0.23079680956349416f,-0.06485076090473446f,0.8671096942868657f,0.49387767400826627f,0.9097999035330423f,-0.9042888739243852f,0.15821476502763854f,-0.3965220304394404f,-0.27008338193297915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.05966080193855671f,-0.528869789969781f,0.8466034100860734f,-0.07017835201179054f,-0.6770699055779733f,0.6446385141628287f,0.3549894773349979f,0.38183577338374697f,-0.7334963746827128f,-0.5520307340314129f,-0.3965414694733162f,0.10899083526206485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.05966080193855671f,-0.12585072813843398f,0.9902535952669267f,-0.10333206917239941f,-0.6770699055779733f,0.7340438676313348f,0.05249707947558435f,0.6444210814634521f,-0.7334963746827128f,-0.6673388903846812f,-0.1290033864185739f,-0.1306976464576888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.2559618737945766f,-0.3625677912836195f,0.8961183604230452f,-0.4416749581215036f,0.3663332272271584f,0.8214779537598349f,0.4370056499816559f,0.4915135968284199f,-0.894585650339253f,0.4401347159794055f,-0.07744640725575072f,-0.34609410664725715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.2559618737945766f,0.7988387344176254f,0.5443713765046944f,-0.1397749961049644f,0.3663332272271584f,0.6012859435070966f,-0.710109273823484f,0.6235658104756947f,-0.894585650339253f,0.01766042283829017f,-0.4465474483996839f,-0.3783993044529774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16088514882081645f,0.2851334952054631f,0.9448888076386659f,-0.1878318614264367f,0.07869363526981929f,0.9580181694879845f,-0.27569638862145496f,0.804946604520267f,-0.983830920766838f,0.030001280686127174f,-0.17656908704602803f,-0.27098590213634693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.27744593765135184f,0.1738070564733846f,0.9448888076386659f,-0.1878318614264367f,-0.3879865038580351f,0.8794645951515654f,-0.27569638862145496f,0.804946604520267f,-0.8789142304598219f,-0.44309494805848443f,-0.17656908704602803f,-0.27098590213634693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.22174953928545532f,0.24085739147028148f,0.9448888076386659f,-0.1878318614264367f,-0.14216825549856738f,0.950673281642848f,-0.27569638862145496f,0.804946604520267f,-0.9646840565465888f,-0.195468740581582f,-0.17656908704602803f,-0.27098590213634693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.30539542902359407f,-0.33093548915961285f,0.8928691583575852f,-0.20188091013029197f,0.07143219265318601f,0.9270615512351014f,0.36804119616467645f,0.8255680554107754f,-0.9495425602806085f,0.17617770073495514f,-0.2594809125532966f,-0.27079552438802656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.1104694955089432f,-0.43655601772947406f,0.8928691583575852f,-0.20188091013029197f,-0.3795961675356273f,0.8487946910283655f,0.36804119616467645f,0.8255680554107754f,-0.9185332003549264f,-0.2982723853564806f,-0.2594809125532966f,-0.27079552438802656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.22174953928545532f,-0.3919334227652773f,0.8928691583575852f,-0.20188091013029197f,-0.14216825549856738f,0.9188764144617971f,0.36804119616467645f,0.8255680554107754f,-0.9646840565465888f,-0.0453246849445871f,-0.2594809125532966f,-0.27079552438802656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.2719076838476812f,-0.11276069966816071f,0.955694112190159f,-0.2607611872037596f,0.12616164757681875f,0.9803626858730297f,0.15156596856986673f,0.8430309039119571f,-0.9540175313616056f,0.16178389523733835f,-0.2523420715943774f,-0.4606773692784122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.13624393919610284f,-0.24442545023305706f,0.9600488468357722f,-0.17867637187101656f,-0.47102161686711214f,0.868525453397086f,0.15427952957303737f,0.8843296631469492f,-0.8715367034590223f,-0.43118410926163964f,-0.23346099983514665f,-0.08718580484563998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.22174953928545532f,-0.3147360660292863f,0.9229129702020104f,-0.17321227562290548f,-0.14216825549856738f,0.946798505576993f,0.2887226644475056f,0.6988698273175535f,-0.9646840565465888f,-0.06718480912811761f,-0.25469760985772133f,-0.2603333326472953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.22174953928545532f,-0.22265798110327117f,0.9493421750231597f,-0.22122999999999998f,-0.14216825549856738f,0.9705599247501606f,0.19442638606284032f,0.9168400000000001f,-0.9646840565465888f,-0.09185235935988731f,-0.24687611290855935f,-0.2733199999999999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.23580498044235104f,-0.8362109869987641f,-0.4951234153432203f,-1.601456694994769f,0.5723699246852557f,0.531250720758231f,-0.6246321645653984f,1.7143170961862213f,0.785358950107769f,-0.13610237660089847f,0.6038935854678456f,-0.6405024269824721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4726875630519431f,-0.8362109869987641f,-0.27806052031629364f,-1.6165173383991442f,-0.5723699246852557f,0.531250720758231f,-0.6246321645653984f,1.7143170961862213f,0.670044130674846f,-0.13610237660089847f,-0.7297376282142625f,-0.5479700568612746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.16064686298000094f,-0.8362109869987641f,-0.524350808750437f,-1.530334395384391f,0f,0.531250720758231f,-0.8472146550277917f,1.84139929444039f,0.9870119479594383f,-0.13610237660089847f,-0.08534376174567428f,-0.5814346776600222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7927814825488231f,0.4075828943904761f,0.4531817572762303f,0.3668568667230361f,-0.2826661472172541f,0.9045909892866342f,-0.3190846146694981f,2.067789281147507f,-0.5399975649436243f,0.12486523255778785f,0.8323528720159773f,-0.2502608727012568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3823618049223483f,0.4075828943904761f,0.8292621023155502f,0.34076299210052674f,0.2932344233660628f,0.9045909892866342f,-0.3094005737787199f,2.067117365818306f,-0.8762494068983423f,0.12486523255778785f,-0.4653983783905923f,-0.16021798993434874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.2783346626401001f,0.4075828943904761f,0.8697160454845613f,0.2233525225890972f,0.007167096844813536f,0.9045909892866342f,-0.42622033600503567f,2.131386373883662f,-0.9604574161803524f,0.12486523255778785f,0.24885784175398382f,-0.24256810758090033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000026642153532891977f,-0.000003078503578860057f,0.00001508527087149064f,-0.9291288056919913f,-3.403507162670017e-7f,0.00001531749801989652f,0.000003065785511154151f,1.07593125f,-0.000015392424855793017f,1.9415232528095267e-7f,-0.0000026788405949875677f,-0.25267571065246297f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27.mcfunction new file mode 100644 index 000000000..bed493b07 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27_as_bone.mcfunction new file mode 100644 index 000000000..c7e0d2c12 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_27_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6853093761238432f,-0.4421344613303042f,0.042574893368685536f,-0.051330965772220474f,-0.414499643508763f,0.6647064945805482f,0.23086742091077375f,1.2135250008181964f,-0.15964193989143838f,0.17212448579747666f,-0.7821969425030356f,-0.2681240824388894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7859665364254715f,-0.1432383038242486f,0.041706017993814404f,-0.051330965772220474f,-0.12595158270320317f,0.7569608539712646f,0.22615584089218654f,1.2135250008181964f,-0.07995500255710286f,0.21562247997981585f,-0.7662337395948104f,-0.2681240824388894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.10193654177417565f,-0.30332176555228246f,0.7513649528942725f,-0.11697201023463509f,0.3173783026244872f,0.6818316073810301f,0.31830978094278617f,1.2054269642195998f,-0.7455363162977143f,0.3317318347142633f,0.03277247874036313f,-0.3435983971480323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.021452208776271527f,-0.312727049778132f,0.7360309742637772f,-0.11697201023463509f,0.03163460380443242f,0.7360512831528003f,0.31181366296436197f,1.2054269642195998f,-0.7990863874330209f,0.020743695576774385f,0.03210365264362103f,-0.3435983971480323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.6912585487987322f,-1.366386102521084f,-0.31073604160108576f,-0.8721874114140156f,0.6366250527041141f,-0.002432587680229986f,1.4269228692493021f,1.261838519046223f,-1.2483094211701495f,-0.7578847876520675f,0.5556442096012757f,-0.801315903044368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5882128455776848f,-0.3438367031695037f,0.731971290318773f,-0.7248193409538548f,0.036041422347401514f,0.8930690224869011f,0.44847378624560313f,1.2801027332499626f,-0.8079026328540955f,0.2901793283950759f,-0.5129223071768312f,-0.6006363309368741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4272650968202013f,-0.3438367031695037f,0.8361942708442522f,-0.5692962305671082f,0.12638810439388187f,0.8930690224869011f,0.431802927435667f,1.2398965202131773f,-0.8952488950604439f,0.2901793283950759f,-0.33812035322535283f,-0.28399945185632147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6529765178761697f,-0.23466300153755543f,0.7201075911360034f,0.06475870034046732f,-0.027191359264921368f,0.9574405908417527f,0.2873467330420183f,1.3068782313233518f,-0.7568898843845375f,0.16804996494489416f,-0.6315670290621428f,0.391297853033115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7201767919932401f,-0.19604479413394438f,0.665516210897454f,-0.1788788844688711f,0.001684714441426368f,0.9587495332193084f,0.2842472414800339f,1.2880617190353998f,-0.6937885484869122f,0.20582947127352091f,-0.6901388836630542f,0.16490385077468536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6731514707250406f,0.4736025857725348f,0.5679504275993493f,-0.5747729910013337f,0.32881634482453137f,0.8796059751815629f,-0.3437632030935344f,0.8358749954954303f,-0.6623797316018585f,-0.04465332209881556f,-0.7478363270051739f,-0.09535035597581794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7206057411593401f,0.13572162629828943f,0.6799316185934772f,-0.5450756134541952f,0.125918606740085f,0.9899638806371647f,-0.06415621178375025f,1.0210922467912502f,-0.6818151291111355f,0.0393847075494167f,-0.7304635340154995f,-0.09253112039789917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.680757403952494f,0.45041268086624386f,0.5776657977401329f,-0.3665078050052115f,0.33139895827013427f,0.8926676107927214f,-0.3054820241832313f,0.8606797036036701f,-0.6532565249741719f,-0.016521306137763203f,-0.7569563785464599f,0.1341793137681637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7230695624250378f,0.11510503353976526f,0.68111763972773f,-0.34066862596820724f,0.13103869996483844f,0.9909715607485042f,-0.02835885927181364f,1.0463096283735658f,-0.6782324579419577f,0.06874734206849753f,-0.7316245867605377f,0.14249678673875363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9339569417495968f,-0.26678067446377457f,0.23780770107461574f,-0.252333476250988f,-0.18394007129360695f,0.9293350339648937f,0.32016003001307425f,1.8108009033039263f,-0.30641553669852195f,0.2552733170116363f,-0.9170305624632331f,0.18772140431580536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9339569417495968f,-0.26678067446377457f,0.23780770107461574f,-0.16166803465166105f,-0.18394007129360695f,0.9293350339648937f,0.32016003001307425f,1.7315467795455506f,-0.30641553669852195f,0.2552733170116363f,-0.9170305624632331f,0.08133120708461727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9339569417495968f,-0.26678067446377457f,0.23780770107461574f,-0.8010331795288761f,-0.18394007129360695f,0.9293350339648937f,0.32016003001307425f,1.702736111418932f,-0.30641553669852195f,0.2552733170116363f,-0.9170305624632331f,0.007702276505423718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9339569417495968f,-0.26678067446377457f,0.23780770107461574f,-0.7804145085607689f,-0.18394007129360695f,0.9293350339648937f,0.32016003001307425f,1.609686482313536f,-0.30641553669852195f,0.2552733170116363f,-0.9170305624632331f,-0.1216690859781535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9678222008593114f,-0.169306338697282f,0.18616001504286483f,-0.3716999321091841f,-0.04364695321302932f,0.8415363343811749f,0.5384343426932524f,1.8805638789371817f,-0.24782076385778948f,0.5129833930969075f,-0.8218472530876559f,0.1851024695078111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.929421357035838f,-0.31862264496564213f,0.18616001504286483f,-0.48196622458940297f,-0.1747548730718465f,0.8243477378789416f,0.5384343426932524f,1.868742004469122f,-0.3250179616933568f,0.46790000766079315f,-0.8218472530876559f,0.15238047916907585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9860832185161694f,-0.12969313590319964f,0.10401719406130194f,-0.493183001072218f,-0.002559366508379693f,0.6374259160690579f,0.7705073985151591f,1.8792856854436102f,-0.16623277596150604f,0.759518197295573f,-0.6288869311513916f,0.10907288764109929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8977434875312325f,-0.4280619744089321f,0.10401719406130194f,-0.46989089295592823f,-0.1994095429157398f,0.6054371833869616f,0.7705073985151591f,1.8900259986824854f,-0.39280079530137896f,0.6709759779884742f,-0.6288869311513916f,0.12608432485345444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9536544214505409f,-0.282353798960537f,0.10401719406130194f,-0.4513301663638107f,-0.10224323864267847f,0.629177772164003f,0.7705073985151591f,1.9878730805882767f,-0.28300099752419666f,0.7241627325589841f,-0.6288869311513916f,0.1993447679461906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9536544214505409f,-0.23640578090874642f,0.18616001504286483f,-0.3981388656593428f,-0.10224323864267847f,0.836441736620275f,0.5384343426932524f,1.7996736898487151f,-0.28300099752419666f,0.4944466887264837f,-0.8218472530876559f,0.08809426298273196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8796253647027253f,-0.4253202988445328f,0.2129832415059797f,-0.7332582575307347f,-0.3253409425981427f,0.8645996025951946f,0.3829109534364138f,1.8224382124416252f,-0.34700502711192727f,0.2675260185160103f,-0.8988978476868339f,0.05146091829655619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9353304702291234f,-0.2824801768240959f,0.2129832415059797f,-0.6283688669870385f,-0.18608227941644206f,0.9048494830774884f,0.3829109534364138f,1.852990616599843f,-0.30088252981545527f,0.31851587507662754f,-0.8988978476868339f,0.08932788248072193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8365190213582455f,-0.5173501995286686f,0.1805123207803003f,-0.6031462094599631f,-0.3937045721674379f,0.7966301198446705f,0.458668902380269f,1.8553531209315823f,-0.3810939999006781f,0.3126167353228436f,-0.8700793872031389f,0.0843506551762168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9554468699652326f,-0.2335306847507406f,0.1805123207803003f,-0.6334113494285798f,-0.1282630535920832f,0.8793016701181192f,0.458668902380269f,1.8585265956211137f,-0.2658380479857509f,0.41508070565534183f,-0.8700793872031389f,0.07974457375325691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9071514857833181f,-0.3801203544768794f,0.1805123207803003f,-0.7132861532677336f,-0.2642370089359394f,0.8484112452683944f,0.458668902380269f,1.9528559986513931f,-0.32749806861981184f,0.36838414055779317f,-0.8700793872031389f,0.07698342057789531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9071514857833181f,-0.36292467631551867f,0.2129832415059797f,-0.6316281010967421f,-0.2642370089359394f,0.8851881183381332f,0.3829109534364138f,1.7536886720253135f,-0.32749806861981184f,0.29108018564352867f,-0.8988978476868339f,0.01149037880810147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9339569417495968f,-0.26678067446377457f,0.23780770107461574f,-0.38558987837393965f,-0.18394007129360695f,0.9293350339648937f,0.32016003001307425f,1.2903919750920976f,-0.30641553669852195f,0.2552733170116363f,-0.9170305624632331f,-0.0523780489960709f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6541023599551615f,-0.38744659725305336f,0.6496423916110452f,-0.24029740440404468f,-0.08069562106340947f,0.8896961841788328f,0.4493650148807926f,0.9567559060250354f,-0.7520893028372889f,0.24150742045464074f,-0.6132176175087163f,-0.14294333166656117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.37808318943870295f,-0.585713994559967f,0.7169325061959911f,-0.012031303382432024f,-0.5415972306075293f,0.7680046545250071f,0.34182055296043756f,0.39289186989074637f,-0.7508165832359543f,-0.2590520550092808f,-0.6075907266683355f,0.1333266459210426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.37808318943870295f,-0.21608363645085085f,0.9002005131758337f,-0.07748848790778615f,-0.5415972306075293f,0.8402427582392437f,-0.025778809607167663f,0.6908558139455883f,-0.7508165832359543f,-0.49729263948371927f,-0.43471196101925125f,-0.048646140608418376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4638463813989701f,-0.11597167648044934f,0.8782921522576614f,-0.4812010727292407f,0.33793007239247586f,0.8932744528237493f,0.29641865343673546f,0.5610679930806781f,-0.8189321099064911f,0.43429405036996005f,-0.3751518055099262f,-0.15179339785037504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4638463813989701f,0.8139053398348247f,0.3498637338328163f,-0.1907275019258844f,0.33793007239247586f,0.5276093729925038f,-0.7793789936245865f,0.6688716963807937f,-0.8189321099064911f,-0.24328264902951002f,-0.5197727888657573f,-0.2718338752716526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.4601430076318788f,0.2937209923039622f,0.837852249031692f,-0.19941983302616598f,0.08605499839430283f,0.9540036431808291f,-0.2871786657275606f,0.845962376824115f,-0.8836645006895125f,-0.06004188103050448f,-0.4642542651860869f,-0.1562863746272658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.5451243508951016f,0.029035338016452722f,0.837852249031692f,-0.19941983302616598f,-0.39490925968810275f,0.8726826975273044f,-0.2871786657275606f,0.845962376824115f,-0.7395174904448095f,-0.4874236951387753f,-0.4642542651860869f,-0.1562863746272658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5172351911411452f,0.17456049334748808f,0.837852249031692f,-0.19941983302616598f,-0.14568014174026714f,0.9467342342249347f,-0.2871786657275606f,0.845962376824115f,-0.8433534569489347f,-0.2705973464555924f,-0.4642542651860869f,-0.1562863746272658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5929710839419221f,-0.24292310501044964f,0.7677067530384398f,-0.21250876348222666f,0.08031441772321421f,0.9308108904294744f,0.3565679185844827f,0.8667381716999498f,-0.8012083923140866f,0.27309238603441743f,-0.5324337149124816f,-0.15184762516445066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.39645517465075863f,-0.5034378172444065f,0.7677067530384398f,-0.21250876348222666f,-0.38848405634823924f,0.8496702050793284f,0.3565679185844827f,0.8667381716999498f,-0.8318073289265098f,-0.15687863706904043f,-0.5324337149124816f,-0.15184762516445066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5172351911411452f,-0.3782778058310571f,0.7677067530384398f,-0.21250876348222666f,-0.14568014174026714f,0.9228415984007577f,0.3565679185844827f,0.8667381716999498f,-0.8433534569489347f,0.07258984692624507f,-0.5324337149124816f,-0.15184762516445066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5601258542722354f,-0.040487643447042254f,0.8274175355308248f,-0.32837878723994995f,0.13517451772369007f,0.9809512938496584f,0.13950773760924084f,0.8836739908777205f,-0.8173046415712849f,0.1899876570274663f,-0.5439832837902719f,-0.31344672401145074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.40732920837099523f,-0.36319924096396383f,0.8379553850719375f,-0.13488128950351705f,-0.47937762003552087f,0.8659910102838683f,0.14232592004482192f,0.9319971042615343f,-0.777354496621032f,-0.343723553849203f,-0.5268530204073391f,0.011596784741814803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5172351911411452f,-0.31176845388196f,0.7970371310103658f,-0.18438444780857519f,-0.14568014174026714f,0.9497702054384632f,0.2769726577911888f,0.7452684273700778f,-0.8433534569489347f,0.027147523375650573f,-0.5366730463017962f,-0.14996662999583682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5172351911411452f,-0.23204006544208128f,0.823787087222674f,-0.23219f,-0.14568014174026714f,0.9723678725485936f,0.18242263219748187f,0.96367f,-0.8433534569489347f,-0.0256540145972656f,-0.5367465120402038f,-0.1491099999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.28515541355354296f,-0.8216664477329292f,-0.49350849920853246f,-1.568773538541998f,0.5307527361587956f,0.5641026369702105f,-0.6325264800964516f,1.7793659336469603f,0.798115231768609f,-0.08156263625707899f,0.5969586360760147f,-0.17501007017885448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.4364942782825492f,-0.8216664477329292f,-0.36652011363163506f,-1.5780341099721473f,-0.5307527361587956f,0.5641026369702105f,-0.6325264800964516f,1.7793659336469603f,0.7264807486000914f,-0.08156263625707899f,-0.682329288745725f,-0.08171856833229232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.09877942858825822f,-0.8216664477329292f,-0.5613438101179413f,-1.4892022527393816f,2.7755575615628914e-17f,0.5641026369702105f,-0.8257046778135964f,1.9032216353189997f,0.9951093530299964f,-0.08156263625707899f,-0.05572173614504694f,-0.12000605883381636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.7530935489633813f,0.41331233286219304f,0.5118818438016248f,0.2500675908552982f,-0.2706995556886401f,0.9037889318417788f,-0.3314925598414985f,2.119876973868816f,-0.5996431080732205f,0.11107872066380842f,0.7925210790609796f,-0.15520462961904188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.37333188601181166f,0.41331233286219304f,0.8305397151195573f,0.22682960758845788f,0.2794499584571909f,0.9037889318417788f,-0.32415010010575496f,2.1193415282645036f,-0.8846078360523029f,0.11107872066380842f,-0.4529133407292764f,-0.06438187954123994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.24787182151296344f,0.41331233286219304f,0.876203444186256f,0.10701808259393963f,0.005711419779329763f,0.9037889318417788f,-0.42794035374617445f,2.183800304128586f,-0.9687760008298874f,0.11107872066380842f,0.2216632085659272f,-0.14304273586503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000006662614387063787f,-0.000005736061832844446f,0.000012916957427315302f,-0.9712469927685936f,-6.775020074982321e-7f,0.000014393483635193936f,0.0000060422880495090786f,1.1157299999999999f,-0.000014117053005465645f,0.000002016394924906717f,-0.000006386203171500571f,-0.012244253180924952f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28.mcfunction new file mode 100644 index 000000000..d678bc253 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28_as_bone.mcfunction new file mode 100644 index 000000000..f4a27db68 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_28_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7077914444628687f,-0.37067791995405946f,-0.16903725994035212f,-0.09995694582683051f,-0.4039474745498273f,0.6825595404770988f,0.1946364712815992f,1.254549085876692f,0.05293536997534715f,0.25229902458524905f,-0.7749112808853345f,-0.1815586771527758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7795261984024311f,-0.07014042517588626f,-0.16558751994156945f,-0.09995694582683051f,-0.1097089726069174f,0.7691625749123643f,0.19066429839830126f,1.254549085876692f,0.142488060320114f,0.20849281548851442f,-0.7590967649488991f,-0.1815586771527758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.2970567124646615f,-0.19349607837256225f,0.7357044390776579f,-0.18374538667486945f,0.286291357596149f,0.7033054883414229f,0.3005712778677148f,1.2447384268952133f,-0.7047971428644457f,0.3672398428380509f,-0.1879902382754018f,-0.23591363737464657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.19630714111385597f,-0.286477468175683f,0.7206900627699506f,-0.18374538667486945f,-0.004549844240081258f,0.7438320050574874f,0.2944371701561288f,1.2447384268952133f,-0.7755274368228993f,0.06815136447503245f,-0.18415370280039361f,-0.23591363737464657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.3333706632325762f,-1.5208910877432056f,-0.1309982828863071f,-1.0342513513531224f,0.5628054296441308f,-0.002184701991366532f,1.4576184430228285f,1.2995545139275233f,-1.4189856585811422f,-0.35817841406273687f,0.547351965777547f,-0.47396825581483204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7853022154515756f,-0.2412567115279168f,0.5701715790440475f,-0.8376495622710556f,0.01469113451928554f,0.9134287824798032f,0.4067333646309345f,1.323055039063391f,-0.6189382852703355f,0.327785079709556f,-0.713773311735888f,-0.32191996615780977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6531117697052828f,-0.2412567115279168f,0.7178023512187522f,-0.6023603875788945f,0.09700423399776968f,0.9134287824798032f,0.3952695762691209f,1.2931254993168961f,-0.7510227658726062f,0.327785079709556f,-0.5731681661265399f,-0.057711492508222495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8662994493207818f,-0.12256928946360723f,0.4842541000207396f,0.2076010790674115f,0.006083202911809266f,0.9667685805446361f,0.2555807236746213f,1.3600604489749f,-0.4994879966013634f,0.22435525612763318f,-0.8367654750878889f,0.3826535731706082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9279708485054722f,-0.07249180690410587f,0.36553391396122437f,-0.10401941486847527f,0.024579446262146483f,0.9668541796783057f,0.2541433573006324f,1.351475473254556f,-0.37184130371097845f,0.24482224811149933f,-0.8954306850248943f,0.26557061507663515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7444032085742517f,0.6314588752558153f,0.21707959813169878f,-0.5806854715513731f,0.5454955127838168f,0.7625915044276533f,-0.3476907288201529f,0.9020919638042298f,-0.38509545387745103f,-0.14040614742748603f,-0.912133545686974f,0.13565693005116836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8826880024689605f,0.2594395224644186f,0.3918584240268299f,-0.5295914459391269f,0.23869750431800912f,0.9657520723042661f,-0.10171743347317436f,1.0825347434020725f,-0.40482760742038143f,0.00375086969248678f,-0.9143853341162246f,0.13064530978028324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7497411910439542f,0.6211224883267179f,0.228243293322759f,-0.3179659876716633f,0.5486263934647041f,0.7763035289145231f,-0.3104221502869441f,0.9320761451236734f,-0.3699962524754874f,-0.10751597783438704f,-0.9227909230505095f,0.2984246985084184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8832018482229584f,0.24962418105679468f,0.39704189140098906f,-0.26867994190225813f,0.24375576936413992f,0.967581193574078f,-0.06610415072791542f,1.1130844679767635f,-0.4006714616705891f,0.038397943610137486f,-0.9154168327757943f,0.2999029577304705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9641133926626884f,-0.16926777091986323f,0.20453309711697454f,-0.16947880014974698f,-0.10645355825790666f,0.9522232502938572f,0.28624905507972037f,1.8593336192924186f,-0.24321391001065595f,0.25420327166978607f,-0.9360703449259066f,0.3340330724112259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9641133926626884f,-0.16926777091986323f,0.20453309711697454f,-0.0929910987051969f,-0.10645355825790666f,0.9522232502938572f,0.28624905507972037f,1.7711335703540818f,-0.24321391001065595f,0.25420327166978607f,-0.9360703449259066f,0.22362159024109848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9641133926626884f,-0.16926777091986323f,0.20453309711697454f,-0.7358954183390765f,-0.10645355825790666f,0.9522232502938572f,0.28624905507972037f,1.7967921538158986f,-0.24321391001065595f,0.25420327166978607f,-0.9360703449259066f,0.1911449002799655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9641133926626884f,-0.16926777091986323f,0.20453309711697454f,-0.7317162213442279f,-0.10645355825790666f,0.9522232502938572f,0.28624905507972037f,1.7006080880082186f,-0.24321391001065595f,0.25420327166978607f,-0.9360703449259066f,0.06249237485903891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.981614278650372f,-0.05771230911888478f,0.18194146675751588f,-0.2818819067719483f,0.03806343479186253f,0.8748644619021854f,0.48286990818692055f,1.9416132138109878f,-0.18704166081799953f,0.48091731376273594f,-0.8565827189721251f,0.33528408968538204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.96050078378143f,-0.21056007938206803f,0.18194146675751588f,-0.3946390955588869f,-0.09926414333345189f,0.8700478616810864f,0.48286990818692055f,1.9389472775907461f,-0.259970910302547f,0.4457366614434878f,-0.8565827189721251f,0.3098311962165383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9898917462048594f,-0.016027336109593004f,0.1409164833961053f,-0.40846152232894734f,0.08853549065930641f,0.7063802565069366f,0.7022737358828894f,1.9460851869315918f,-0.11079619889333092f,0.7076510847263818f,-0.6978209975318633f,0.27094571145015034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9364902764224964f,-0.3211362746146749f,0.1409164833961053f,-0.38316763801406595f,-0.13408124843665586f,0.6991665171522141f,0.7022737358828894f,1.9556278272227936f,-0.324049658206554f,0.6387782670221732f,-0.6978209975318633f,0.28565703557607874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9751973084275766f,-0.1706831987715416f,0.1409164833961053f,-0.3501963531466143f,-0.02305674568857702f,0.7115335454968669f,0.7022737358828894f,2.0565146741271443f,-0.22013313270351345f,0.68160638149138f,-0.6978209975318633f,0.34906352599415413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9751973084275766f,-0.12604567549001489f,0.18194146675751588f,-0.321836076161361f,-0.02305674568857702f,0.8753885070331956f,0.48286990818692055f,1.8595522600446757f,-0.22013313270351345f,0.4666984566553212f,-0.8565827189721251f,0.24405637324670704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9243679931896839f,-0.33797167990007326f,0.17697162696884164f,-0.6558459281656958f,-0.2516542234382114f,0.8888208950320808f,0.3829720203619078f,1.9083493576915542f,-0.2867297769541683f,0.30947142055429483f,-0.9066495876952242f,0.23142477959444685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9658579082366927f,-0.1892076751737144f,0.17697162696884164f,-0.5465002916101145f,-0.10951372112052234f,0.9172454287191923f,0.3829720203619078f,1.9302071302350157f,-0.23478766147942506f,0.3505157330978215f,-0.9066495876952242f,0.26200108039577064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8881431444779286f,-0.43777669603746927f,0.13983318391345684f,-0.5204156020689062f,-0.31912343947997557f,0.8064354960530506f,0.4978172567118787f,1.9321442698136044f,-0.3306992369076889f,0.39750893714756597f,-0.8559349622468316f,0.25005419166304216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9799547637754957f,-0.14189905436731373f,0.13983318391345684f,-0.5506813235988692f,-0.05430215347236933f,0.8655802995956658f,0.4978172567118787f,1.9374078748479409f,-0.19167664720037156f,0.480245149191056f,-0.8559349622468316f,0.2481710593487206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9456919918320542f,-0.2934507407749168f,0.13983318391345684f,-0.6242146672281953f,-0.18904019497047772f,0.8464288414305028f,0.4978172567118787f,2.0363861842077657f,-0.26444368260604334f,0.4443477007178832f,-0.8559349622468316f,0.25721463066829536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9456919918320542f,-0.27266774622738793f,0.17697162696884164f,-0.5628644243270331f,-0.18904019497047772f,0.9042102832336305f,0.3829720203619078f,1.832938870480199f,-0.26444368260604334f,0.32871882188556617f,-0.9066495876952242f,0.18325289574404308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9641133926626884f,-0.16926777091986323f,0.20453309711697454f,-0.36199217693267255f,-0.10645355825790666f,0.9522232502938572f,0.28624905507972037f,1.349285866515594f,-0.24321391001065595f,0.25420327166978607f,-0.9360703449259066f,0.11262765604354423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8349168129179799f,-0.2964977080922142f,0.4636841862765506f,-0.2508055363980922f,-0.0977591186390113f,0.9089812287955509f,0.40521140213505125f,1.0084179057172624f,-0.5416244734405993f,0.29298845505138027f,-0.7879090651698323f,0.0027569853992766265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6898746569047524f,-0.4853351864385399f,0.5371431043634628f,-0.00934976925588478f,-0.3734668164666189f,0.8742250813144088f,0.31024674728206925f,0.4185889085654184f,-0.620157637023716f,0.013426243163413676f,-0.7843623150277416f,0.17339669814211603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6898746569047524f,-0.19162682809813164f,0.6981060925916628f,-0.06785535046277194f,-0.3734668164666189f,0.9203061667042506f,-0.11644353363075599f,0.7420437023039532f,-0.620157637023716f,-0.3410509027684538f,-0.706462162441828f,0.043690782219956786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6452593590071583f,0.08961710497280939f,0.7586890892255953f,-0.5008934809401723f,0.29958776503635304f,0.9432332251431965f,0.14338149820143087f,0.637199882564434f,-0.7027713217357365f,0.3198122222215037f,-0.635478254437986f,0.06725291216113219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6452593590071583f,0.7458640782513473f,0.16530921446773328f,-0.24608946442340437f,0.29958776503635304f,0.44609476583859214f,-0.8433543922527081f,0.7189291020430234f,-0.7027713217357365f,-0.49465769645855073f,-0.5112985748856791f,-0.13185823230432273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7127039016432147f,0.2731292315320205f,0.6461064706882813f,-0.21556797200210268f,0.09329439266321748f,0.9498068037975748f,-0.298602062547191f,0.8916831412718164f,-0.6952332737147584f,-0.15253674423745625f,-0.7024124406481542f,-0.021778946421314182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.7527026732082915f,-0.12643225173912243f,0.6461064706882813f,-0.21556797200210268f,-0.40172858665422845f,0.8657083521067355f,-0.298602062547191f,0.8916831412718164f,-0.521586836883263f,-0.48431801000253516f,-0.7024124406481542f,-0.021778946421314182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7585425355365094f,0.0846147169030097f,0.6461064706882813f,-0.21556797200210268f,-0.1491901932535171f,0.942644733969029f,-0.298602062547191f,0.8916831412718164f,-0.6343149911667085f,-0.3228951148653103f,-0.7024124406481542f,-0.021778946421314182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8175176485487612f,-0.12916099189997415f,0.5612328683200218f,-0.22647056110795483f,0.08926220744054439f,0.9343306974466576f,0.3450484112870016f,0.9126097269674222f,-0.5689438923427734f,0.33218005054526883f,-0.7523026394913136f,-0.013663047708699465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6388122720139906f,-0.5262476115305458f,0.5612328683200218f,-0.22647056110795483f,-0.39734722250822757f,0.8503274537690251f,0.3450484112870016f,0.9126097269674222f,-0.6588126181922446f,-0.002583161838219078f,-0.7523026394913136f,-0.013663047708699465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7585425355365094f,-0.3311055561284413f,0.5612328683200218f,-0.22647056110795483f,-0.1491901932535171f,0.9266519735614308f,0.3450484112870016f,0.9126097269674222f,-0.6343149911667085f,0.17800345669559675f,-0.7523026394913136f,-0.013663047708699465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7894870242744011f,0.036433853235090935f,0.6126849213427691f,-0.3874876753823605f,0.14418839056425795f,0.9813094141254223f,0.12744230763490438f,0.9290113388411454f,-0.5965902668740417f,0.18895610095274623f,-0.7799843879103577f,-0.13041675927148755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6325787728342636f,-0.45230395299253856f,0.62870122496049f,-0.10448986767684473f,-0.4876662063607805f,0.8632419750886874f,0.13036473303262183f,0.9843588704501641f,-0.6016857712570424f,-0.22413037846821543f,-0.7666419021384839f,0.11425949561169593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7585425355365094f,-0.28229840343405765f,0.587299611101885f,-0.20107096157237875f,-0.1491901932535171f,0.9525841887125682f,0.26518983700699483f,0.7964079350218191f,-0.6343149911667085f,0.1135384288837939f,-0.7646917791815068f,-0.01916978944616585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7585425355365094f,-0.22328459630321795f,0.6121741670762924f,-0.245035f,-0.1491901932535171f,0.974015179159218f,0.17040163439478725f,1.015205f,-0.6343149911667085f,0.037926505522464266f,-0.7721438157234914f,-0.005740000000000331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.33365207992236195f,-0.802385694720029f,-0.4948267236843f,-1.3864108604802798f,0.48878765423133846f,0.5960847478029567f,-0.6370004729258143f,1.8651474361713676f,0.8060787297990856f,-0.029328660817401486f,0.5910811374254389f,0.1283021661516757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3916103992226944f,-0.802385694720029f,-0.45035374110725296f,-1.389835307166552f,-0.4887876542313386f,0.5960847478029567f,-0.6370004729258143f,1.8651474361713676f,0.7795690631956013f,-0.029328660817401486f,-0.6256292075686606f,0.22198960215508481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.036527431320233894f,-0.802385694720029f,-0.5956869510655763f,-1.2987700411635794f,-5.551115123125783e-17f,0.5960847478029567f,-0.8029215238344813f,1.9855856647465397f,0.9993326507030307f,-0.029328660817401486f,-0.021773444686411347f,0.17841190085634195f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.709210467171659f,0.4182278761000996f,0.5675437929419693f,0.17599869363407278f,-0.25829340139010387f,0.9031984307892653f,-0.3428076915971103f,2.1784332027218576f,-0.6559763959568119f,0.0965299863908024f,0.7485832817228177f,0.05357560409709597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3646480312626226f,0.4182278761000996f,0.8319358490587441f,0.15564034463247028f,0.2642755512601182f,0.9031984307892653f,-0.33821742655571346f,2.178079749524f,-0.8928551093556301f,0.0965299863908024f,-0.43987693213549783f,0.14508776283442373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.21715572268376016f,0.4182278761000996f,0.8820027413554301f,0.03351910792995699f,0.0037701674438140598f,0.9031984307892653f,-0.42920668733985773f,2.2426374792239074f,-0.9761296931981629f,0.0965299863908024f,0.19455791884231294f,0.0701479956394129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010168195433093275f,-0.000007228564919373486f,0.000009407245922204016f,-1.0071871541310782f,-0.000001008274396131348f,0.000012871412452268651f,0.000008800610730266939f,1.16023375f,-0.0000118208210111027f,0.000005120079656605608f,-0.000008842714511590115f,0.2806236369175899f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29.mcfunction new file mode 100644 index 000000000..2a844c740 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29_as_bone.mcfunction new file mode 100644 index 000000000..cb67649d2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_29_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6653429567524015f,-0.2909660366107685f,-0.3736334565900614f,-0.1679489371422883f,-0.39394669413910466f,0.697650503797099f,0.15822206285145243f,1.2886061045239015f,0.262810191052948f,0.3091391022422095f,-0.7087370904560014f,-0.08689111265112519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.711227384263799f,-0.013912006031678942f,-0.3660082840065908f,-0.1679489371422883f,-0.09500081459392162f,0.7790712434805164f,0.15499304116060647f,1.2886061045239015f,0.35373783102711254f,0.18125797546562372f,-0.6942730682017973f,-0.08689111265112519f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4781617742590865f,-0.0893352999656674f,0.655991590084729f,-0.2633032274382452f,0.25444747984850546f,0.7222479790641636f,0.2838287884991943f,1.276973578470636f,-0.6111973838954083f,0.37056916407361823f,-0.3950451834937785f,-0.11594233790693022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39925884464818856f,-0.2601008759199525f,0.642604006613612f,-0.2633032274382452f,-0.04047038391762742f,0.7490380018286638f,0.2780363642441087f,1.276973578470636f,-0.6920654036980562f,0.10625255837953412f,-0.38698303689186464f,-0.11594233790693022f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.06600917805484946f,-1.561016983413401f,0.01658360357250005f,-1.1466972052898114f,0.48951483112776634f,-0.004936007541921925f,1.4838319028567561f,1.328418544052401f,-1.482371164222537f,0.06788124427610875f,0.4892587435672969f,-0.1169502586916222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9237870885730023f,-0.14680946419188276f,0.3536444488600212f,-0.9163172770389786f,-0.007857866846040742f,0.9306530425745239f,0.36581849088777824f,1.3573888280644901f,-0.3828258989598873f,0.3351595076534065f,-0.8608788738928843f,-0.02524948437833449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.8326924655888824f,-0.14680946419188276f,0.5339196933764478f,-0.6180751771401625f,0.06661433367945237f,0.9306530425745239f,0.35978805552050247f,1.3380911800270237f,-0.5497142787848524f,0.3351595076534065f,-0.7651681619941959f,0.16643291244820424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9807631716004731f,-0.0008563663123412404f,0.19519955908997288f,0.28180859605201386f,0.04477239124615107f,0.9723442121082948f,0.22922078038781973f,1.4033088866847439f,-0.18999745844163896f,0.23355085060054612f,-0.9536010517871083f,0.33064437790015494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9985128794387295f,0.053278162212733605f,0.011552793004761003f,-0.05095958345894347f,0.05450250990685841f,0.9708172966476734f,0.2335449698528234f,1.4072751349202388f,0.0012271955141744118f,0.23382731654136787f,-0.9722773678484103f,0.33921384141298383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6841751555376673f,0.7140607278515094f,-0.14839687828650894f,-0.562282467973112f,0.7142601878865665f,0.6148996689951525f,-0.334261545903651f,0.962472879448978f,-0.1474338514224435f,-0.3346874273255934f,-0.9307242263124563f,0.3632114646469358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9340876592606329f,0.35048613656223176f,0.06811543800543521f,-0.4961405958801595f,0.33975697318555187f,0.9311799492005721f,-0.1321707281458802f,1.1362430528731735f,-0.10975173797614246f,-0.10031635103262393f,-0.9888838080010793f,0.3382216250283121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6842185101501707f,0.7163518446383531f,-0.13669332482279284f,-0.2657515525273397f,0.7179806568622511f,0.6288184190224566f,-0.2984814437611638f,0.9980041729031062f,-0.12786245242263683f,-0.3023696919026895f,-0.944575969776461f,0.4469165896485902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9327465347180827f,0.3522689689964278f,0.07674943292039757f,-0.199221436884757f,0.3446335095595308f,0.9336963168962835f,-0.09715416564921953f,1.1724650187858516f,-0.1058850606086122f,-0.06416978491867575f,-0.9923056951582016f,0.42868284438159976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9822189473613319f,-0.09058772191152949f,0.16443784261317876f,-0.10194732627705011f,-0.04892803913398816f,0.9691334894606286f,0.2416326273340762f,1.9028849301280337f,-0.18125116946077913f,0.2292905236697431f,-0.9563335554733794f,0.4531886939418329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9822189473613319f,-0.09058772191152949f,0.16443784261317876f,-0.038374602767073496f,-0.04892803913398816f,0.9691334894606286f,0.2416326273340762f,1.8062311042255494f,-0.18125116946077913f,0.2292905236697431f,-0.9563335554733794f,0.34166802651226497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9822189473613319f,-0.09058772191152949f,0.16443784261317876f,-0.6790009578518326f,-0.04892803913398816f,0.9691334894606286f,0.2416326273340762f,1.8741397071368158f,-0.18125116946077913f,0.2292905236697431f,-0.9563335554733794f,0.3467036318836252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9822189473613319f,-0.09058772191152949f,0.16443784261317876f,-0.6890946553939559f,-0.04892803913398816f,0.9691334894606286f,0.2416326273340762f,1.7738162782992823f,-0.18125116946077913f,0.2292905236697431f,-0.9563335554733794f,0.22158912674449877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.986380438590056f,0.034389388796701545f,0.1608446464918183f,-0.20793669954995572f,0.0990803505536834f,0.9047948740749621f,0.41416098317180106f,1.9948509734639717f,-0.13128866859347726f,0.42445683618698254f,-0.8958792774213998f,0.45560548439930637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9796161442259892f,-0.12033789788228856f,0.1608446464918183f,-0.3219864879024694f,-0.043680595073107654f,0.9091549293889499f,0.41416098317180106f,1.9989815258049837f,-0.1960719653236161f,0.3986929955505182f,-0.8958792774213998f,0.4370387146451193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9853508770536399f,0.08410534883841042f,0.14835747162307727f,-0.33850038844541613f,0.15852047147879347f,0.7724968118240683f,0.6149145760540984f,2.00263944495316f,-0.06288806891425366f,0.6294243131770648f,-0.7745128306037394f,0.4030650727541014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9631143545679111f,-0.2245012263637869f,0.14835747162307727f,-0.311646960096588f,-0.08795271558801632f,0.7836736463457874f,0.6149145760540984f,2.011482017997087f,-0.25431291718261184f,0.5791846125237218f,-0.7745128306037394f,0.41522927897058626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9863765479136318f,-0.07107296489942366f,0.14835747162307727f,-0.26700678060467475f,0.03572369592226638f,0.7877841593392585f,0.6149145760540984f,2.115131624405274f,-0.16057746814432072f,0.611837193994075f,-0.7745128306037394f,0.4657234172205619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9863765479136318f,-0.03450080319222863f,0.1608446464918183f,-0.25924409988642333f,0.03572369592226638f,0.9095023351085035f,0.41416098317180106f,1.910493599005861f,-0.16057746814432072f,0.414264646103515f,-0.8958792774213998f,0.37251387184727114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9544766414395626f,-0.26426913858019996f,0.13833352211351968f,-0.5898185864122394f,-0.19692915841622727f,0.9066118629656362f,0.37319410029561684f,1.9789035631360354f,-0.22403849560227151f,0.32896314736465165f,-0.9173821451086858f,0.38125055901679983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.984066251440698f,-0.11170250415778996f,0.13833352211351968f,-0.4775945723529736f,-0.05267929190876411f,0.9262564740440611f,0.37319410029561684f,1.994305669023374f,-0.1698190359748987f,0.35996040734550605f,-0.9173821451086858f,0.4044386255093065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9245200460446453f,-0.3672361931243614f,0.10198167934062305f,-0.4514307855033727f,-0.26286372544542136f,0.8081341569228808f,0.5270880820693058f,1.9962800139355732f,-0.27598069915586676f,0.4604962137456419f,-0.8436693018116563f,0.3855790376350702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9927530388612432f,-0.06356996862224507f,0.10198167934062305f,-0.48145461999506767f,-0.00027107075844748363f,0.8498106143495414f,0.5270880820693058f,2.0030248761304854f,-0.12017208641115786f,0.5232406509706812f,-0.8436693018116563f,0.3861636925648759f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9705860675395964f,-0.21808810737151232f,0.10198167934062305f,-0.5491338419058815f,-0.1332074022688753f,0.8393056306979473f,0.5270880820693058f,2.1048431985053404f,-0.20054543993519264f,0.4979996342386538f,-0.8436693018116563f,0.40455381713125355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9705860675395964f,-0.19704446746277932f,0.13833352211351968f,-0.5047988367267563f,-0.1332074022688753f,0.9181404857021191f,0.37319410029561684f,1.8982615892223638f,-0.20054543993519264f,0.34378994510745453f,-0.9173821451086858f,0.3272010794820764f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9822189473613319f,-0.09058772191152949f,0.16443784261317876f,-0.34073394340859275f,-0.04892803913398816f,0.9691334894606286f,0.2416326273340762f,1.40014566116135f,-0.18125116946077913f,0.2292905236697431f,-0.9563335554733794f,0.2622315058924735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9501413087852882f,-0.2094000205150249f,0.23104788410216326f,-0.26220893571545845f,-0.11591029092056968f,0.9250527557968448f,0.3617211680996456f,1.0532508777375333f,-0.2894759019305207f,0.31690539661067674f,-0.9032024533849216f,0.14339198216346974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.906531340852146f,-0.30097747963922283f,0.2959957513256424f,-0.036389410727016507f,-0.22240813515875726f,0.9365021859036784f,0.2711056569178083f,0.453694514341792f,-0.3587973654697234f,0.17993391161105124f,-0.9159084222695697f,0.23376980057662047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.906531340852146f,-0.1285414288637367f,0.402092065475656f,-0.07601082171511375f,-0.22240813515875726f,0.9550235873850803f,-0.19612386125440232f,0.7864498463185534f,-0.3587973654697234f,-0.26722097336062717f,-0.8943474727018492f,0.12761115593404976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7995978669492465f,0.21027230848500422f,0.5625200507133967f,-0.49886822130083935f,0.25423326399618074f,0.9671429200253687f,-0.00014043735804825097f,0.7023193048284654f,-0.5440668145072474f,0.1428990151442286f,-0.8267836312015049f,0.28111850450945525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7995978669492465f,0.6000802596220758f,0.02338660262024729f,-0.30070487409119223f,0.25423326399618074f,0.3735292836872146f,-0.892099390037884f,0.7622031879333763f,-0.5440668145072474f,-0.7073751170630888f,-0.45123358154277265f,0.017866802963299566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8934844901534379f,0.22274164389832546f,0.38996362128886164f,-0.235571893782739f,0.10040696683065536f,0.9454313648938656f,-0.30996447423340323f,0.9305766527491338f,-0.4377258352749114f,-0.2377933858381978f,-0.8670930738879693f,0.10989614256255734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.878181467935732f,-0.27699401337487484f,0.38996362128886164f,-0.235571893782739f,-0.40844211710943285f,0.8585435700559257f,-0.30996447423340323f,0.9305766527491338f,-0.24894245589173297f,-0.4314826240651012f,-0.8670930738879693f,0.10989614256255734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9205909846948936f,-0.02099078297166318f,0.38996362128886164f,-0.235571893782739f,-0.1526983658319396f,0.9384056872086108f,-0.30996447423340323f,0.9305766527491338f,-0.3594376830143736f,-0.34489730825967824f,-0.8670930738879693f,0.10989614256255734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.955680046628149f,-0.004537750834834375f,0.29437231067846736f,-0.24331843019849292f,0.09826932457732221f,0.9376198416109903f,0.3334848909088661f,0.9516504507876062f,-0.27752259065513213f,0.34763262423820696f,-0.8956186522406295f,0.12078386315931566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8124411871491164f,-0.5032735440389793f,0.29437231067846736f,-0.24331843019849292f,-0.4061826437656644f,0.8507664117952924f,0.3334848909088661f,0.9516504507876062f,-0.41827619741896616f,0.1513679372635054f,-0.8956186522406295f,0.12078386315931566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9205909846948936f,-0.2566265411143323f,0.29437231067846736f,-0.24331843019849292f,-0.1526983658319396f,0.9303069582711703f,0.3334848909088661f,0.9516504507876062f,-0.3594376830143736f,0.26205301331588826f,-0.8956186522406295f,0.12078386315931566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9366042051368163f,0.10697581083584483f,0.33365961520094994f,-0.43301161200260785f,0.15319710644449583f,0.9814377004234587f,0.1153719496435216f,0.9675106651064093f,-0.3151241176061684f,0.15917354077712478f,-0.9356070619760236f,0.06085137193967225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7884535859108743f,-0.5031721547962245f,0.35377779113732954f,-0.09113307839787116f,-0.4958844964114586f,0.860279271329626f,0.1183982328386789f,1.0298796522835396f,-0.36392239431372964f,-0.08208141055252582f,-0.927805546954032f,0.20203317919108088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9205909846948936f,-0.23073372691791919f,0.3150780635986156f,-0.22221861317323313f,-0.1526983658319396f,0.9552400657457755f,0.2533764508912811f,0.840753388151739f,-0.3594376830143736f,0.18514417100350128f,-0.9146180557875977f,0.10950791385395382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9205909846948936f,-0.19868421323500202f,0.33620949170074665f,-0.25942000000000004f,-0.1526983658319396f,0.9755016765994919f,0.15836567817502462f,1.05991f,-0.3594376830143736f,0.09445137565312947f,-0.9283768037098354f,0.13341999999999973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.38078562326325355f,-0.7786397022808281f,-0.4987208870180187f,-1.2239755165949457f,0.4467588715748824f,0.6271477391596753f,-0.6380377919340247f,1.9565296213993764f,0.809573233120484f,0.020147637552113074f,0.5866730374884424f,0.2766613569466267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.33840798391778276f,-0.7786397022808281f,-0.5283940295392497f,-1.2215505066616028f,-0.4467588715748824f,0.6271477391596753f,-0.6380377919340247f,1.9565296213993764f,0.828182677366437f,0.020147637552113074f,-0.5600959967820063f,0.37037998810832895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.025866772622324175f,-0.7786397022808281f,-0.6269378949354782f,-1.1287223273879525f,0f,0.6271477391596753f,-0.7789003230625264f,2.0733646698587553f,0.9996653990581575f,0.020147637552113074f,0.01622228796944805f,0.32108732933206063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6614167178469721f,0.42213876694044117f,0.6199409542839891f,0.19863201497154453f,-0.2453516125665182f,0.902869689531944f,-0.3530281999153894f,2.2316701904554526f,-0.7087527859300085f,0.08139524046585869f,0.7007455338894117f,0.29847250133496084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.35633609942762395f,0.42213876694044117f,0.8335607030628966f,0.18117413997982718f,0.24782280069463938f,0.902869689531944f,-0.3512978553597446f,2.231528779658381f,-0.9008931366708104f,0.08139524046585869f,-0.42634067496420464f,0.3905825719231438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.18621733324498518f,0.42213876694044117f,0.8871989440058696f,0.056823235874805395f,0.001508381835429673f,0.902869689531944f,-0.4299116752412402f,2.2960862363431027f,-0.9825074196072846f,0.08139524046585869f,0.16749323940428257f,0.3194035507184099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012925843742259348f,-0.0000070392269330698985f,0.0000052452333346990675f,-1.0154634659284922f,-0.000001329528181907981f,0.000010798081182516932f,0.000011214919642569279f,1.1979075f,-0.000008677300465248822f,0.000008831271253931516f,-0.00000953172228273965f,0.6064663883786477f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2_as_bone.mcfunction new file mode 100644 index 000000000..7814b9f35 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_2_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.797433599540838f,-0.13925500963764859f,-0.10794508353141978f,0.06569023296728257f,-0.14418508880550598f,0.8033207204055697f,0.028825765864398063f,1.2307474496742388f,0.10126578362870231f,0.04720494574024139f,-0.8089878729673086f,-0.35876914506903795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7739002444552664f,0.1729075334710049f,-0.10574212264302346f,0.06569023296728257f,0.1706526153150081f,0.7810763914823355f,0.02823748492838994f,1.2307474496742388f,0.1093439368151099f,0.0047597833886131174f,-0.7924779163761391f,-0.35876914506903795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7027037290651141f,0.1252596761635013f,0.3968147264528393f,0.006592101741980189f,0.15670130750860642f,0.8011137733517651f,0.024614361979015575f,1.23124052795531f,-0.38548231324863663f,0.09731998827556242f,-0.7133559073134313f,-0.3699658971553871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6829208772380121f,-0.15006193363389575f,0.388716466729312f,0.006592101741980189f,-0.15849780027060575f,0.7837710491030917f,0.024112028061076485f,1.23124052795531f,-0.3853537631084497f,-0.0564301219376253f,-0.6987976234907083f,-0.3699658971553871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2396069904892317f,0.043946099078068145f,1.5433934950246855f,-0.6626215579629656f,1.531831923887925f,0.2026161798398107f,0.23204286376646133f,0.9538653686671367f,-0.1936122337728489f,1.5486838521928685f,-0.07415442596733988f,-0.1769450680313739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6265938205268838f,-0.7732062642915608f,0.0976332778196673f,-0.5241725916322981f,-0.7793458499289678f,0.6217344966962198f,-0.0778862106947886f,1.161025844572937f,-0.00047987083487005533f,-0.12489310820932911f,-0.9921700868529523f,-0.19284687663930905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5496414664916766f,-0.7732062642915608f,0.31630101355064977f,-0.32188297945135963f,-0.7552675565206056f,0.6217344966962198f,0.20740572240247357f,1.4415578145662284f,-0.35702265527592647f,-0.12489310820932911f,-0.9257086664504875f,-0.06866322027957714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5960399769748509f,0.682373132384715f,0.4232059239274559f,0.3404945378447463f,0.5901679381517593f,-0.014912797715297505f,-0.8071427465089454f,1.237794422679151f,-0.5444613398814655f,0.7308519115824867f,-0.4116033681965011f,0.29910259289416974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.15641056187004526f,0.7861671988732786f,0.5978936958617641f,0.2645398680919904f,0.6150462389490049f,0.551178658861282f,-0.5638441362385193f,1.4366650647676695f,-0.7728220106144627f,0.27954109077490097f,-0.5697393425753554f,0.04244065230620467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9856920863730478f,-0.014503667709398649f,0.1679308026674182f,-0.21741267029303266f,-0.11316162789270653f,0.7953248154822922f,-0.5955273997480975f,1.09653561367049f,-0.12492220312746893f,-0.6060099681531925f,-0.7855866353654104f,0.20390953484891322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9849888464212534f,-0.01795511637258799f,0.17168164206395276f,-0.2197062443499932f,-0.062282580861006444f,0.9645466634657324f,-0.25645782132431677f,1.2757852516870378f,-0.16099022500456528f,-0.2633008693361454f,-0.9511859963539254f,0.14859570937117395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9801685120014301f,-0.04196285941950374f,0.19367190428722864f,0.10202016004626596f,-0.13451663463858893f,0.8585542709166804f,-0.49476240651067616f,1.0867123689624607f,-0.1455161952719038f,-0.5110026245725813f,-0.8471725648257992f,0.22065121903400656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9817339198457582f,-0.08408229801770606f,0.1706712564679362f,0.08732142452087067f,-0.08985503490658418f,0.9956056426111112f,-0.02637189987188461f,1.2732236025778447f,-0.1677038560266845f,-0.04122586034248227f,-0.9849750479645681f,0.2067652761700126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9967959239007859f,0.017829080276811744f,0.07797441882605963f,0.27156171897553133f,0.025975362734824245f,0.994160175371648f,0.10474171201488063f,1.965259153001575f,-0.07565161350277376f,0.10643152541186687f,-0.9914379273423679f,0.08606332989463145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9967959239007859f,0.017829080276811744f,0.07797441882605963f,0.31402303285215244f,0.025975362734824245f,0.994160175371648f,0.10474171201488063f,1.8498345904789582f,-0.07565161350277376f,0.10643152541186687f,-0.9914379273423679f,-0.017350980963844888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9967959239007859f,0.017829080276811744f,0.07797441882605963f,-0.31405588631618037f,0.025975362734824245f,0.994160175371648f,0.10474171201488063f,1.9805196786082844f,-0.07565161350277376f,0.10643152541186687f,-0.9914379273423679f,0.04161800696175185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9967959239007859f,0.017829080276811744f,0.07797441882605963f,-0.34635426673211817f,0.025975362734824245f,0.994160175371648f,0.10474171201488063f,1.8670432682907792f,-0.07565161350277376f,0.10643152541186687f,-0.9914379273423679f,-0.06747017490943251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9819621287376823f,0.1702894190673147f,0.08216989399211871f,0.17648716466569453f,0.18082186234600628f,0.9727857301706192f,0.1448840131765306f,2.074447995297079f,-0.05526148588919302f,0.15712872725931312f,-0.9860307962975534f,0.07252272192481012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9965116796339976f,0.014580153440660396f,0.08216989399211871f,0.06185088470878975f,0.026418429865838172f,0.9890958948905241f,0.1448840131765306f,2.087458500371728f,-0.07916147368798167f,0.1465494109041728f,-0.9860307962975534f,0.06488134113697595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9640782364822766f,0.2508403383502148f,0.08736291317014105f,0.039908104142071424f,0.2635207069150202f,0.9445044131116236f,0.19613324715528346f,2.083262799531671f,-0.03331652695332821f,0.21210973166975916f,-0.9766777722272332f,0.05592401681399586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944068164497875f,-0.05935322064239999f,0.08736291317014105f,0.0690043173516095f,-0.041244829423392304f,0.9797094535657802f,0.19613324715528346f,2.092274328547134f,-0.09723141181755149f,0.19143296945201155f,-0.9766777722272332f,0.06033631175751072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9914489077353928f,0.09693701435841243f,0.08736291317014105f,0.13036020080206084f,0.11252328713209989f,0.9740997172842786f,0.19613324715528346f,2.1994953023782435f,-0.06608761762451161f,0.20428645582604202f,-0.9766777722272332f,0.05536008146007031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9914489077353928f,0.10137638715016746f,0.08216989399211871f,0.10755051369327319f,0.11252328713209989f,0.9830295685170665f,0.1448840131765306f,1.9783136494619038f,-0.06608761762451161f,0.15289112318748083f,-0.9860307962975534f,0.020959578742887175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9873127946248267f,-0.13832366239676042f,0.07797441882605963f,-0.21225044896080147f,-0.12986535228265053f,0.9859838558722424f,0.10474171201488063f,2.0864012336779147f,-0.09136977534512047f,0.09328665703331931f,-0.9914379273423679f,0.038746859145447295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9967959239007859f,0.01782908027681175f,0.07797441882605963f,-0.09725482807165149f,0.025975362734824252f,0.994160175371648f,0.10474171201488063f,2.0934277938176553f,-0.07565161350277376f,0.10643152541186689f,-0.9914379273423679f,0.048533342370871375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9715000698276308f,-0.22384727904007815f,0.07797441882605963f,-0.07506692945862709f,-0.21530533070553848f,0.970913378388603f,0.10474171201488063f,2.088553136797085f,-0.0991525536468279f,0.08496827250440511f,-0.9914379273423679f,0.049763382642551535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9931240853587402f,0.08731861822718015f,0.07797441882605963f,-0.10390277791587185f,0.09526119622748676f,0.9899265014421526f,0.10474171201488063f,2.099251985992244f,-0.06804304206657771f,0.1114494533562003f,-0.9914379273423679f,0.048625799832356584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9945567212034591f,-0.06911525387179918f,0.07797441882605963f,-0.15719939940307806f,-0.060770249857216276f,0.9926409977914892f,0.10474171201488063f,2.2081517146486944f,-0.08463985492258665f,0.09943304876022566f,-0.9914379273423679f,0.024419111338244474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9945567212034591f,-0.06911525387179918f,0.07797441882605963f,-0.14164846728192326f,-0.060770249857216276f,0.9926409977914892f,0.10474171201488063f,1.9848074901456099f,-0.08463985492258665f,0.09943304876022566f,-0.9914379273423679f,0.0020466753671937385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9967959239007859f,0.017829080276811744f,0.07797441882605963f,-0.028623081024505434f,0.025975362734824245f,0.994160175371648f,0.10474171201488063f,1.468780301425322f,-0.07565161350277376f,0.10643152541186687f,-0.9914379273423679f,-0.012060594489092337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9824885403867644f,0.001632830490246276f,0.18631586586567309f,-0.02923539245834779f,0.008197277149418097f,0.9993721855451976f,0.03446794751578097f,1.094015731845873f,-0.18614261375628363f,0.035391646234741836f,-0.9818851046434985f,-0.025332461827120525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9680549051489518f,-0.06908188410945516f,0.24103400985118667f,0.04441815086483409f,-0.2065033536709079f,0.7649056330709298f,-0.6101440300609584f,0.7768767153414752f,-0.14221837272209958f,-0.640427252530877f,-0.7547362908168853f,0.37583860080918957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9680549051489518f,0.11125454184333336f,0.2247045338578733f,0.08689706413502712f,-0.2065033536709079f,0.15455135921811725f,-0.9661626375960211f,0.7991355420574551f,-0.14221837272209958f,-0.9817007203231861f,-0.12663976538676736f,0.054372099349688584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9435387548195802f,0.26879491911561243f,0.1936076176475188f,-0.25404184035734023f,0.1912889870139794f,0.9192684256821695f,-0.3440262853198732f,0.7656644984128319f,-0.27044988741111f,-0.28756712781793525f,-0.91878289350524f,0.3097104392252782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9435387548195802f,0.31244972353582257f,-0.11004448380498007f,-0.15380053333699742f,0.1912889870139794f,0.24269539374803378f,-0.9510559759029182f,0.7997464446057969f,-0.27044988741111f,-0.9184084691006911f,-0.2887607007254328f,-0.015902774696609556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9522431621330265f,0.24928794251812722f,0.17631926124497455f,-0.03092154821007636f,0.09615593381751501f,0.7928953460816783f,-0.6017233638090658f,0.9869395279119697f,-0.28980510099474843f,-0.5560328154678413f,-0.7789996864956553f,-0.012418945463417794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9837355502876725f,-0.012756150440090843f,0.17916932696798366f,-0.03030775242573766f,-0.13528857231372238f,0.708770291407875f,-0.6923450557481514f,0.9544456993898756f,-0.11815823839887409f,-0.7053240068532659f,-0.6989682940269387f,-0.012578633391697892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9779986241164497f,0.11149084868435613f,0.17631926124497455f,-0.03092154821007636f,-0.017452406437283508f,0.7985138739908347f,-0.6017233638090658f,0.9869395279119697f,-0.20788002486020496f,-0.591561817313957f,-0.7789996864956553f,-0.012418945463417794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9697044803723921f,0.1301682424484861f,0.2067110287420127f,-0.03173443353935729f,0.08470462942097429f,0.9728739125830731f,-0.21527070392870012f,1.01185967872918f,-0.2291251764873613f,-0.19123958500575874f,-0.9544260446082037f,-0.010686772623324167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9751289061538747f,-0.07996353531183337f,0.2067110287420127f,-0.03173443353935729f,-0.12505490194937333f,0.9685142206124153f,-0.21527070392870012f,1.01185967872918f,-0.18298876435885517f,-0.23576691348015452f,-0.9544260446082037f,-0.010686772623324167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9779986241164497f,0.02809344803954075f,0.2067110287420127f,-0.03173443353935729f,-0.017452406437283508f,0.9763984522414964f,-0.21527070392870012f,1.01185967872918f,-0.20788002486020496f,-0.21414205714352297f,-0.9544260446082037f,-0.010686772623324167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9600217356877383f,0.19379856809469803f,0.201991044384516f,-0.22142062054063857f,0.12307524504869485f,0.9403262137874797f,-0.317236655700924f,1.0255297848674607f,-0.25141748360706057f,-0.2796939875445084f,-0.9265854101312765f,-0.05145907074536463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9734070109905845f,-0.09101145857131479f,0.2102277464158767f,0.15949527160590335f,-0.16832040686977826f,0.9066454595547095f,-0.3868620571987148f,1.0309953654391775f,-0.15539315166881904f,-0.4119598585755065f,-0.8978541325498703f,0.020069658640915707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9779986241164497f,0.061477491434607665f,0.19934695702026484f,-0.045167027823901716f,-0.017452406437283508f,0.9281282367560062f,-0.37185130044916465f,0.8825960424206581f,-0.20788002486020496f,-0.367149144331149f,-0.906635208383739f,0.029787792386026447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9779986241164497f,0.04860306307726005f,0.20287048451127496f,-0.026666666666666665f,-0.017452406437283508f,0.9500088868433034f,-0.31173470841132744f,1.095f,-0.20788002486020496f,-0.3084166940654403f,-0.9282591438202293f,-0.0375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5361513135881569f,-0.30868002715058573f,-0.7856579470583924f,-0.2457392505992676f,0.022570521450909226f,0.9356495158395314f,-0.35220811329480267f,1.259375f,0.8438200877551614f,0.17110413305225605f,0.5086167861497574f,0.4314052757263454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.4314831093050101f,-0.30868002715058573f,-0.8476667784116556f,-0.2002883487011735f,-0.022570521450909226f,0.9356495158395314f,-0.35220811329480267f,1.259375f,0.9018386207886171f,0.17110413305225605f,0.3967498931398987f,0.5134008732706637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48480962024633695f,-0.30868002715058573f,-0.8183375055286887f,-0.10026317382091723f,0f,0.9356495158395314f,-0.352930564713869f,1.3123145847070803f,0.874619707139396f,0.17110413305225605f,0.45361188645783224f,0.40436129152982975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7815513922882479f,-0.5536250995609313f,-0.2875355114563258f,0.5342383861291385f,-0.5158743113470239f,0.8327188832145156f,-0.20112920332513587f,2.0525702613727463f,0.3507864251999153f,-0.008860624928239913f,-0.9364135695414424f,-0.3441810139868637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.15130107098885037f,-0.5536250995609313f,-0.8189061210259552f,0.5845623269542388f,-0.09011675689603096f,0.8327188832145156f,-0.5463133090677104f,2.085261238627254f,0.9843713506823373f,-0.008860624928239913f,-0.17588215737166907f,-0.4162078387535927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5367887021344036f,-0.5536250995609313f,-0.636676635661316f,0.6549018518908861f,-0.34870375738141235f,0.8327188832145156f,-0.43009876903573563f,2.1334305653553605f,0.7682861308451092f,-0.008860624928239913f,-0.640045240961085f,-0.2841876402260654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015283556261465715f,0f,0.0000032486201690274908f,-0.17666573441217248f,0f,0.000015625f,0f,1.2611225f,-0.0000032486201690274908f,0f,-0.000015283556261465715f,0.6334758728760143f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3.mcfunction new file mode 100644 index 000000000..44fdb69d1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30.mcfunction new file mode 100644 index 000000000..32b7904fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30_as_bone.mcfunction new file mode 100644 index 000000000..7bf225a2d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_30_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5620808359774616f,-0.2093043549122381f,-0.5542573998478451f,-0.2503538946946848f,-0.3845854011410897f,0.71006007274317f,0.1218737328941549f,1.3042593299840184f,0.4506702203390738f,0.344892482601724f,-0.5872733370320796f,-0.0020788372631554697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.5871597932308767f,0.021283605560423594f,-0.5429460243407462f,-0.2503538946946848f,-0.08187659245139653f,0.7867929104395761f,0.11938651385549869f,1.3042593299840184f,0.5371588227159839f,0.14319191393500397f,-0.5752881668885679f,-0.0020788372631554697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6302408938474675f,0.0009341357408857751f,0.5193649849163949f,-0.3497831839940577f,0.22209865229654235f,0.7387108705720636f,0.2681844193669123f,1.2907093446452866f,-0.4694816810215805f,0.34820945066658643f,-0.5703346159019891f,-0.0036475499013285118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5707338520642393f,-0.23541523550968108f,0.5087656995099379f,-0.3497831839940577f,-0.07591837951425753f,0.7518106073628983f,0.26271126795126104f,1.2907093446452866f,-0.5554271057122115f,0.1391419330990895f,-0.5586951339448056f,-0.0036475499013285118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4733598610147733f,-1.484168097730362f,0.12075491567431539f,-1.2013155333330143f,0.417245483554187f,-0.010567434381282343f,1.5057226789101068f,1.3370948491181998f,-1.4294204764287195f,0.488405197566564f,0.39952936632525365f,0.2325110477555217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9925911997683923f,-0.06780119170830665f,0.10082513845900154f,-0.9552941009049608f,-0.03142610943829838f,0.9448486851530583f,0.32599595367137435f,1.3717298568530938f,-0.11736741365436784f,0.32041217293896657f,-0.9399792176663346f,0.25694651170098004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9514171042886395f,-0.06780119170830665f,0.3003472857709113f,-0.6160210783793032f,0.03544832664260052f,0.9448486851530583f,0.3255831357776018f,1.3633392277466023f,-0.3058576626557843f,0.32041217293896657f,-0.8965417612288177f,0.3612839649692188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.9869138022848797f,0.11369137560341408f,-0.11434779391402503f,0.28050515032461487f,0.08806093959168011f,0.9740637083480852f,0.20843503303765204f,1.4258338456260893f,0.13507930181131156f,0.195637836812259f,-0.9713286874326261f,0.23907451395355506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.9248486078012255f,0.16405464314313564f,-0.34313426921733303f,-0.02468476352006449f,0.08933286194344282f,0.9706488075375956f,0.22329472049924862f,1.4439251240460025f,0.369695404928339f,0.17586064508303778f,-0.9123586691021515f,0.3706135775719735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5903149677349454f,0.665347382685089f,-0.456991355741213f,-0.5148459101877136f,0.8071524906822148f,0.49061553731728297f,-0.3283310087828606f,1.0030177220800136f,0.005752882198297696f,-0.5626804198627986f,-0.8266544921848772f,0.5542482586254571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9006348164742612f,0.3620078897166273f,-0.24043131064253648f,-0.4484721265573619f,0.4051435870244183f,0.8995721977884691f,-0.16318252007801282f,1.1706676184148639f,0.15721196279978622f,-0.24437706264896789f,-0.9568512162315002f,0.5024472392773288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5836128164702202f,0.6777065293667363f,-0.44733649583438895f,-0.207680822382533f,0.8115979889085733f,0.5048218993575603f,-0.29404685736900044f,1.0443603014810727f,0.02654778430033057f,-0.5346669149879378f,-0.8446457868041635f,0.552815682403594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8979340574466077f,0.3746783916248239f,-0.2309340410743018f,-0.1388719617095929f,0.40993240654213225f,0.9029582459189082f,-0.1289256692580067f,1.2128591871580054f,0.1602181342546727f,-0.21043409651594946f,-0.9643897762209364f,0.5073318532054727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9924275707678911f,-0.03462979195398963f,0.11784860749693152f,-0.052989742744715906f,-0.011114305815631956f,0.980816373388829f,0.1946168386821189f,1.930090770660052f,-0.1223273844483689f,0.19183331098015466f,-0.9737740969097568f,0.5304010734361891f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9924275707678911f,-0.03462979195398963f,0.11784860749693152f,-0.00039667789383401875f,-0.011114305815631956f,0.980816373388829f,0.1946168386821189f,1.826150839080983f,-0.1223273844483689f,0.19183331098015466f,-0.9737740969097568f,0.4197178648951939f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9924275707678911f,-0.03462979195398963f,0.11784860749693152f,-0.6360409405708519f,-0.011114305815631956f,0.980816373388829f,0.1946168386821189f,1.9235611159933683f,-0.1223273844483689f,0.19183331098015466f,-0.9737740969097568f,0.4585337350727724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9924275707678911f,-0.03462979195398963f,0.11784860749693152f,-0.6578799435275619f,-0.011114305815631956f,0.980816373388829f,0.1946168386821189f,1.8187876114781272f,-0.1223273844483689f,0.19183331098015466f,-0.9737740969097568f,0.33867597269814953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9869175270139741f,0.10258293708723432f,0.12438060898378789f,-0.15410357678635977f,0.1396013917347762f,0.9296565506373253f,0.3409547613435302f,2.0289285986783385f,-0.08065510708154185f,0.3538579360077525f,-0.9318150647129496f,0.532145965730697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9908144414461864f,-0.05306794447219278f,0.12438060898378789f,-0.26876533606975245f,-0.007547658222803413f,0.940049404857281f,0.3409547613435302f,2.0375324592371657f,-0.13501768579350423f,0.336884119092854f,-0.9318150647129496f,0.5199888621890811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9781140332107675f,0.16363045762739742f,0.12852241583791474f,-0.28776410086832754f,0.20688834753911517f,0.8305678779973412f,0.5170630635536906f,2.0380888685082814f,-0.022139324486074294f,0.5323364287512571f,-0.8462433319888897f,0.4915217351290056f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9808063171690503f,-0.14663204570785454f,0.12852241583791474f,-0.25976583829386957f,-0.05989707821050448f,0.8538490079225464f,0.5170630635536906f,2.0466548710258037f,-0.1855567520278606f,0.49944060191499545f,-0.8462433319888897f,0.5010078575550287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9916692694779905f,0.008605149631158136f,0.12852241583791474f,-0.20677434431768665f,0.07441176699526503f,0.8527066771411576f,0.5170630635536906f,2.1524735646103377f,-0.10514251711667788f,0.5223191305693398f,-0.8462433319888897f,0.5367842490092366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9916692694779905f,0.03348916364752284f,0.12438060898378789f,-0.2143094061383793f,0.07441176699526503f,0.937130054821538f,0.3409547613435302f,1.941619302275492f,-0.10514251711667788f,0.3473697400010121f,-0.9318150647129496f,0.45862605750900903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9734912758974622f,-0.20805235907502723f,0.09502079580200876f,-0.5407206354742338f,-0.16101421219293813f,0.9184265513665959f,0.3613406885707019f,2.023101642894384f,-0.16244740448347772f,0.3364623093723537f,-0.9275796219993215f,0.4865366104592088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9940525423672677f,-0.05320330232536613f,0.09502079580200876f,-0.42675683152734756f,-0.015358293811298898f,0.9323073686260647f,0.3613406885707019f,2.0342659063499653f,-0.10781310599540841f,0.3577322728343348f,-0.9275796219993215f,0.5025600694007126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9489525158259842f,-0.3091618162782195f,0.06251475076402133f,-0.4012029719075122f,-0.22475737341916838f,0.8018338229262395f,0.5536665454090653f,2.036795485964489f,-0.22129899638555023f,0.5113526100129387f,-0.8303886213284138f,0.47690024978557266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9980437290727773f,-0.0007879057159553837f,0.06251475076402133f,-0.4308852302185573f,0.03402331337315709f,0.8320431302774535f,0.5536665454090653f,2.044418875781553f,-0.0524512059500722f,0.554710382598595f,-0.8303886213284138f,0.47974859917661855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9856328990000969f,-0.1569066421333944f,0.06251475076402133f,-0.49383490178583883f,-0.09655579204827065f,0.827121717473748f,0.5536665454090653f,2.1475104719969393f,-0.1385812665211136f,0.5396758009561856f,-0.8303886213284138f,0.506113465392572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9856328990000969f,-0.13963823535771913f,0.09502079580200876f,-0.46241629883035207f,-0.09655579204827065f,0.9274210941126917f,0.3613406885707019f,1.938840725821584f,-0.1385812665211136f,0.3469744622029122f,-0.9275796219993215f,0.42804421139691684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9924275707678911f,-0.03462979195398963f,0.11784860749693152f,-0.3242978530922251f,-0.011114305815631956f,0.980816373388829f,0.1946168386821189f,1.4314798464779468f,-0.1223273844483689f,0.19183331098015466f,-0.9737740969097568f,0.37545100310406354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9907205275128608f,-0.13288192480138766f,-0.028552240292437463f,-0.2744671312917047f,-0.1350130199780528f,0.9380267985396022f,0.31918209482668425f,1.079719797025596f,-0.015630764570060306f,0.32007517754837367f,-0.9472631946382866f,0.2554228115234234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9885222978905065f,-0.1510581099137469f,0.0022614160517770987f,-0.057250715745498455f,-0.1459348419658952f,0.9586531373416782f,0.2443096071900294f,0.4813919276095329f,-0.039072861088766744f,0.24117547490207966f,-0.9696946436028684f,0.2877177815408586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9885222978905065f,-0.13134897090522862f,0.07463989828108208f,-0.10206781391772216f,-0.1459348419658952f,0.9579870321479048f,-0.24690862305079242f,0.812539335509852f,-0.039072861088766744f,-0.2549672411871503f,-0.9661599336795907f,0.18475005260445382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9183065203073926f,0.2323523077958386f,0.3205082523475426f,-0.4742998829262759f,0.2061037385569824f,0.9718631214985217f,-0.11403210961822857f,0.7391529904438949f,-0.33798577442514244f,-0.038658480739633516f,-0.9403569206174536f,0.46090765791797006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9183065203073926f,0.39018956226882306f,-0.06682245324284683f,-0.34988078683834933f,0.2061037385569824f,0.3271247043863307f,-0.9222313574873661f,0.7871591046547053f,-0.33798577442514244f,-0.8606634262454863f,-0.38082027652111267f,0.15213540928308725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9847155722917509f,0.14522279735737345f,0.09615394330878345f,-0.25854117465256954f,0.10738797789107077f,0.9408811755465536f,-0.32126381014145117f,0.951110665231058f,-0.13712426441223452f,-0.30602769912188454f,-0.9420955277887528f,0.21593141057102008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9084894123139065f,-0.4066957178280881f,0.09615394330878345f,-0.25854117465256954f,-0.4150475208880715f,0.8511904133024898f,-0.32126381014145117f,0.951110665231058f,0.048811301131996526f,-0.33177322586705615f,-0.9420955277887528f,0.21593141057102008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9865854019339341f,-0.1319229467417586f,0.09615394330878345f,-0.25854117465256954f,-0.1562046152928205f,0.9340180311185751f,-0.32126381014145117f,0.951110665231058f,-0.047427448298211904f,-0.33197387497866687f,-0.9420955277887528f,0.21593141057102008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9933271981462148f,0.11520147566172242f,-0.00544953469132687f,-0.26250242995980017f,0.10732951550835276f,0.9406773675748265f,0.32187958188309673f,0.9723280725930095f,0.042207256766256016f,0.3191468472942456f,-0.9467649324612794f,0.22845284544199024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8996190358279301f,-0.436641606981828f,-0.00544953469132687f,-0.26250242995980017f,-0.41498730190576316f,0.8509871174252508f,0.32187958188309673f,0.9723280725930095f,-0.1359085340697931f,0.29183048680456436f,-0.9467649324612794f,0.22845284544199024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9865854019339341f,-0.16315497927585795f,-0.00544953469132687f,-0.26250242995980017f,-0.1562046152928205f,0.933806003904443f,0.32187958188309673f,0.9723280725930095f,-0.047427448298211904f,0.31841293913644525f,-0.9467649324612794f,0.22845284544199024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9867562032965924f,0.16106266379543252f,0.01926171297712826f,-0.4614577188745844f,0.16219453352082766f,0.9813369781167982f,0.10329892872896443f,0.987639688432893f,-0.002264630578026624f,0.10505500326833561f,-0.9944638343030052f,0.23150252709858107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8589926636127988f,-0.5102993607013201f,0.041547157871663784f,-0.09674131263930955f,-0.5040296302192151f,0.8571038836514147f,0.10642868265060595f,1.0570241385630408f,-0.08992071908336936f,0.07048045897613123f,-0.9934519460859914f,0.25707730428163705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9865854019339341f,-0.16302942610207033f,0.008405409905959615f,-0.24664130360494624f,-0.1562046152928205f,0.9577374802989606f,0.2415347531760596f,0.8667698170608398f,-0.047427448298211904f,0.23698169772247746f,-0.9703557657336265f,0.21322602954829362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9865854019339341f,-0.1614160328846443f,0.024374351655809236f,-0.2750000000000001f,-0.1562046152928205f,0.9768272308013878f,0.14631705070194018f,1.08625f,-0.047427448298211904f,0.14054688005315386f,-0.9889374154390381f,0.24499999999999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.42611540287563715f,-0.7507435199765112f,-0.5047869160798556f,-1.1134866956935456f,0.40495095571260703f,0.6572437141591844f,-0.6356456746220229f,2.035f,0.8089748988068662f,0.0664444686299624f,0.584075975955956f,0.3340259895145548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.2774081619731495f,-0.7507435199765112f,-0.5995238768255661f,-1.1052216700617221f,-0.40495095571260714f,0.6572437141591844f,-0.6356456746220229f,2.035f,0.8712401707555301f,0.0664444686299624f,-0.4863390766228402f,0.4274109553886467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08816027340611643f,-0.7507435199765112f,-0.654684606055646f,-1.011151491969287f,-5.551115123125783e-17f,0.6572437141591844f,-0.7536781144482307f,2.1480517171672346f,0.9961063026569799f,0.0664444686299624f,0.057942785534725205f,0.37202705462139196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6099912574891913f,0.42491619750937687f,0.6688474346821758f,0.332054194230333f,-0.2317799204525742f,0.9028306570966702f,-0.3621807188150593f,2.2680526353383375f,-0.757752422801639f,0.06590166690279417f,0.6492058502799244f,0.4883922471109918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3483881934748376f,0.42491619750937687f,0.8355069669018393f,0.3175145119907844f,0.2302927786885551f,0.9028306570966702f,-0.36312813260652066f,2.268135289449349f,-0.9086203292526771f,0.06590166690279417f,-0.4123906734738191f,0.5810078684103757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.15508994388851832f,0.42491619750937687f,0.8918482687087689f,0.19100711280424335f,-0.0008816438507896762f,0.9028306570966702f,-0.42999538056880915f,2.3325932694791645f,-0.9878999605267614f,0.06590166690279417f,0.14039458070259164f,0.513640870655295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014738812656170883f,-0.000005019106329813594f,0.00000131019011457202f,-0.972401897183732f,-0.0000016381830371055806f,0.00000824824351445068f,0.000013169034143142842f,1.2172162499999999f,-0.00000492182718339812f,0.000012284774136155188f,-0.000008306657968185276f,0.9349650520315097f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31.mcfunction new file mode 100644 index 000000000..6343c634c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31_as_bone.mcfunction new file mode 100644 index 000000000..4dc356381 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_31_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.4076428959491121f,-0.12994184210240334f,-0.6956197463396935f,-0.38772929791280186f,-0.3759425364829403f,0.719892060166753f,0.08583166907433074f,1.2771055832443987f,0.5995322535856088f,0.3630633330761265f,-0.4191545508886421f,0.1600971398985539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.417638711788999f,0.03521395030121883f,-0.6814234249858222f,-0.38772929791280186f,-0.07036883298610042f,0.7924511218665566f,0.08408000235852807f,1.2771055832443987f,0.6786944332756825f,0.10383254382234436f,-0.4106003763807107f,0.1600971398985539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7399919514971666f,0.07241714550361877f,0.33780484484531415f,-0.4834361886212266f,0.189492945035113f,0.7527681536810753f,0.2537261812071214f,1.2615566386379893f,-0.2888750247871538f,0.30828608188683615f,-0.6988958121304839f,0.1860043677163181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6968583771572807f,-0.21186410584926524f,0.3309108684198996f,-0.4834361886212266f,-0.11069705863109691f,0.752309780108339f,0.24854809587636384f,1.2615566386379893f,-0.37700737843727183f,0.17071495366848793f,-0.6846326322910863f,0.1860043677163181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8538822873307811f,-1.2963725570116484f,0.1780715665395043f,-1.2406488783524705f,0.3464625864726631f,-0.018936396769623866f,1.523486573308756f,1.3012948605224133f,-1.2618458564965163f,0.8720469346912835f,0.2978009874700066f,0.6421589206862608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9860081097481596f,-0.00749918396345467f,-0.1665285853862433f,-0.9983310427370137f,-0.05583059885735081f,0.9561481898586943f,0.28751275321482994f,1.3417505510398082f,0.15706989444858818f,0.292787296974825f,-0.9431885532533171f,0.5977897344516669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9992785790611687f,-0.00749918396345467f,0.03723014463272456f,-0.6433964755666484f,0.0037355651477852664f,0.9561481898586943f,0.2928594963168666f,1.3444621305537736f,-0.037793742637081906f,0.292787296974825f,-0.9554303908436542f,0.6065641853817725f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.8881442907825373f,0.20525352922386642f,-0.4111820855673687f,0.16007487363552794f,0.1351117512939808f,0.9717993651706264f,0.19326357265724087f,1.4039031202651278f,0.43925452008221516f,0.11609040699004584f,-0.8908302217550932f,0.21850655499461932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.7214802553151709f,0.24475653558882338f,-0.647734883634433f,-0.07421299499805217f,0.12689422634222797f,0.9663381681562808f,0.22380437905762848f,1.4369340763534457f,0.680708525369973f,0.07927662360948654f,-0.728252099507936f,0.4524899490122844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5286758124093628f,0.5045294483709104f,-0.6826067104122584f,-0.48881125801848785f,0.8414798387928694f,0.41707520298199985f,-0.3434529894507402f,0.9976809906644886f,0.11141618499314583f,-0.7559750728589326f,-0.6450489306537177f,0.7804222889621232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8150533006200937f,0.28673320032330707f,-0.5034602158866628f,-0.4381954093071594f,0.43250483775151316f,0.8793069835340934f,-0.19939607325549585f,1.1613048246192843f,0.3855226095442761f,-0.38026740662398084f,-0.8406955554715654f,0.7038678029984295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5156830296351049f,0.5240001807690837f,-0.6778604749506544f,-0.194943958494813f,0.8468276944452804f,0.4319613164195753f,-0.3103099692848398f,1.0450269947512547f,0.1302070231087783f,-0.7340526082448282f,-0.6664929853060082f,0.6944333986736096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8115638595250566f,0.30854038541106177f,-0.4961521263515731f,-0.14019358701993623f,0.4373568753234743f,0.8838842442800507f,-0.16573354012018993f,1.209719455928013f,0.3874055569039775f,-0.35149889513891386f,-0.8522707675357885f,0.6232006635379647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9977663543382351f,-0.0002599499762767493f,0.06679995940565203f,-0.06938318632461371f,0.009945776926494704f,0.9882685088273361f,0.15240221777100815f,1.9159871003515447f,-0.06605591322444443f,0.1527261827133881f,-0.9860584817554594f,0.6575089779752823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9977663543382351f,-0.0002599499762767493f,0.06679995940565203f,-0.025671958095615455f,0.009945776926494704f,0.9882685088273361f,0.15240221777100815f,1.8063682780294164f,-0.06605591322444443f,0.1527261827133881f,-0.9860584817554594f,0.5484523192174512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9977663543382351f,-0.0002599499762767493f,0.06679995940565203f,-0.6555709194983269f,0.009945776926494704f,0.9882685088273361f,0.15240221777100815f,1.9218302442958604f,-0.06605591322444443f,0.1527261827133881f,-0.9860584817554594f,0.6187011289559212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9977663543382351f,-0.0002599499762767493f,0.06679995940565203f,-0.6866921678446962f,0.009945776926494704f,0.9882685088273361f,0.15240221777100815f,1.8129573552432192f,-0.06605591322444443f,0.1527261827133881f,-0.9860584817554594f,0.5046902767062568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9861345716023245f,0.14708041217969117f,0.07685023775988813f,-0.16751458615004172f,0.16261993678019113f,0.9487663735220481f,0.2709190370487612f,2.0192906939852406f,-0.03306603774729941f,0.2796600093450501f,-0.9595295286341222f,0.6579001028328444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9970020642266237f,-0.008995825926478851f,0.07685023775988813f,-0.2824449352300279f,0.012198055416031722f,0.9625248478915437f,0.2709190370487612f,2.0303954584479f,-0.07640740390772523f,0.27104426263483444f,-0.9595295286341222f,0.6518305318775481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9715906778852433f,0.2196665796908701f,0.08808035202817735f,-0.3034469131840042f,0.23623219772145282f,0.8775724784419752f,0.41720605681234013f,2.028529166064774f,0.014349334694872373f,0.4261609306918266f,-0.9045335581092008f,0.6293813413637599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9919183515950837f,-0.09132269901554492f,0.08808035202817735f,-0.27467873418113486f,-0.046514638632599636f,0.9076207878580003f,0.41720605681234013f,2.037124544172176f,-0.11804394165636004f,0.40973731840355865f,-0.9045335581092008f,0.6361472098999981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9939922082593394f,0.06497185164603177f,0.08808035202817735f,-0.21667342931890785f,0.09604120616354431f,0.9037229624601502f,0.41720605681234013f,2.144354936543094f,-0.05249358664040006f,0.42315891295816527f,-0.9045335581092008f,0.6567062004167793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9939922082593394f,0.0779328613357053f,0.07685023775988813f,-0.2342083231194415f,0.09604120616354431f,0.9577990196712584f,0.2709190370487612f,1.9288501571170613f,-0.05249358664040006f,0.2766722014240068f,-0.9595295286341222f,0.5944549550963779f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9846049048353209f,-0.16830608815855125f,0.047183069664805025f,-0.5565445021924699f,-0.14105781021213726f,0.9244855901713712f,0.35415969243216794f,2.017569644523663f,-0.10322730042185807f,0.3420518297776772f,-0.9339939347733253f,0.6404155554086992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9988116574627286f,-0.012207819361477551f,0.047183069664805025f,-0.44161939234330005f,0.005300254239450866f,0.9351699415407604f,0.35415969243216794f,2.026383200117727f,-0.04844770605047771f,0.35398891166968505f,-0.9339939347733253f,0.6495632867638818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9648071068366267f,-0.2622067051298935f,0.01987184899455598f,-0.4173263702504558f,-0.20176643657036358f,0.786636187964971f,0.5835184768776701f,2.0301164223488106f,-0.16863437274540094f,0.5589733013023643f,-0.8118566971823917f,0.6172619097563813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9986124138490461f,0.04876839677617606f,0.01987184899455598f,-0.44663174447347465f,0.05119266620160444f,0.8104847303123821f,0.5835184768776701f,2.0380790171979952f,0.012351430433439073f,0.5837260876527162f,-0.8118566971823917f,0.6222676814168304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.99394689599282f,-0.10804942185766254f,0.01987184899455598f,-0.5059729574827289f,-0.0762253456783898f,0.8085146157111656f,0.5835184768776701f,2.1410530905125342f,-0.07911551442319985f,0.5784716402881398f,-0.8118566971823917f,0.6563353375565222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.99394689599282f,-0.09921353679434936f,0.047183069664805025f,-0.4836499117040003f,-0.0762253456783898f,0.9320732851726639f,0.35415969243216794f,1.931336601348685f,-0.07911551442319985f,0.3484193811833579f,-0.9339939347733253f,0.5779409767902668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9977663543382351f,-0.0002599499762767493f,0.06679995940565203f,-0.3608833917803057f,0.009945776926494704f,0.9882685088273361f,0.15240221777100815f,1.4188431991535193f,-0.06605591322444443f,0.1527261827133881f,-0.9860584817554594f,0.5387401248575691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.953605831319114f,-0.0700179030890223f,-0.2928026839378309f,-0.3346266781219223f,-0.1549268201879321f,0.9480453288390557f,0.27786279861273777f,1.0633262008388733f,0.2581348462734879f,0.31033457382873564f,-0.9149092050175798f,0.4223646596717932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9437334454497465f,-0.11101628035723601f,-0.3115165636610577f,-0.10125322512875136f,-0.1908207070317315f,0.9521432961561894f,0.2387689287841631f,0.47135842588847976f,0.27010116939298945f,0.2847780347577218f,-0.9197536785531597f,0.390362241177058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9437334454497465f,-0.250963863051952f,-0.21537020077436736f,-0.19169372055092018f,-0.1908207070317315f,0.9451307639741402f,-0.2651703165091598f,0.795813811621856f,0.27010116939298945f,-0.2091530024448584f,-0.9398406140728546f,0.30358396361637685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9821148894571634f,0.09713848228639493f,0.1612899847034502f,-0.4992270250238216f,0.07269035138011626f,0.9858404685064626f,-0.15111149351122527f,0.7063110062232961f,-0.1736849352211604f,-0.13668462208329668f,-0.9752696331595523f,0.6774567814723798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9821148894571634f,0.18823095762359188f,-0.0044102719472870686f,-0.4369048479308145f,0.07269035138011626f,0.35745386080470926f,-0.931097658794201f,0.7692985554132099f,-0.1736849352211604f,-0.9147654584580208f,-0.364743333440528f,0.35141266652865616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9776604002797328f,0.046491990406429956f,-0.20498447880978932f,-0.33051697021183396f,0.11423279481654539f,0.9361602172591226f,-0.3324979942943315f,0.9287894933208755f,0.17643982065643113f,-0.34848607210245963f,-0.920557682732226f,0.38025969106819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.840859514785165f,-0.5009357641877208f,-0.20498447880978932f,-0.33051697021183396f,-0.42154250617429856f,0.8436509937637353f,-0.3324979942943315f,0.9287894933208755f,0.3394954961167356f,-0.19317443122506123f,-0.920557682732226f,0.38025969106819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.949757572266121f,-0.23652043753181834f,-0.20498447880978932f,-0.33051697021183396f,-0.1597088974776662f,0.9294827334903618f,-0.3324979942943315f,0.9287894933208755f,0.2691721047761675f,-0.28305464273359343f,-0.920557682732226f,0.38025969106819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9269673535509602f,0.21538931258046684f,-0.30714649514009273f,-0.33045122922820835f,0.11643651509060252f,0.9435024954832016f,0.31023471593380203f,0.9501468832185038f,0.3566147268471746f,0.25181438609238527f,-0.8996751922514203f,0.3931637146609983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8918276234750255f,-0.3321212437198876f,-0.30714649514009273f,-0.33045122922820835f,-0.42375818389931563f,0.8509896724448698f,0.31023471593380203f,0.9501468832185038f,0.15834295559083697f,0.4068317304022979f,-0.8996751922514203f,0.3931637146609983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.949757572266121f,-0.060179601579943794f,-0.30714649514009273f,-0.33045122922820835f,-0.1597088974776662f,0.9371485949922463f,0.31023471593380203f,0.9501468832185038f,0.2691721047761675f,0.34370179874091106f,-0.8996751922514203f,0.3931637146609983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9353292531830599f,0.19090182451736115f,-0.2978517777955368f,-0.5182990612424129f,0.17117457250501245f,0.9810082431970074f,0.09122550360095302f,0.9649026905829874f,0.309610164348242f,0.03434123142031896f,-0.9502432456780687f,0.45890876224319604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8374653828649548f,-0.47184527296603346f,-0.27570595003094134f,-0.16841594545197586f,-0.5120987683672501f,0.8537168574410414f,0.09445834403448938f,1.0412935789317186f,0.19080509411333899f,0.22029427069400093f,-0.9565896980209425f,0.3688342099985844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.949757572266121f,-0.08600260220396017f,-0.3009387086057743f,-0.3201688568312794f,-0.1597088974776662f,0.960076109613112f,0.22966700201948953f,0.8499588069686965f,0.2691721047761675f,0.2661905636274496f,-0.9255749358350563f,0.3758043149664898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.949757572266121f,-0.11514489153364935f,-0.29103643736973533f,-0.3384765625000001f,-0.1597088974776662f,0.9779917416268946f,0.13425804026598054f,1.0697265625f,0.2691721047761675f,0.17399369891837307f,-0.9472447259008996f,0.41257812499999996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46927437918744264f,-0.7190529811373938f,-0.5125859609428133f,-1.0555958852488498f,0.3636468944045676f,0.6863262669894348f,-0.6298548971233457f,2.1308563653595542f,0.8047002505456012f,0.10917447301349358f,0.5835567163644613f,0.33084418527785275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.20927527420601286f,-0.7190529811373938f,-0.6626965141929034f,-1.0415230208816537f,-0.3636468944045676f,0.6863262669894348f,-0.6298548971233457f,2.1308563653595542f,0.9077250661934545f,0.10917447301349358f,-0.40511250122196246f,0.42353192442658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.15011055325009026f,-0.7190529811373938f,-0.6785496533934556f,-0.9467770050562334f,0f,0.6863262669894348f,-0.7272937888091353f,2.2399504336809244f,0.9886692175864239f,0.10917447301349358f,0.10302481564785321f,0.3617343325050384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.5552065817708021f,0.42650613255090963f,0.714029530520165f,0.5065532497967828f,-0.21749377866081618f,0.9030846519552128f,-0.37031684764100586f,2.2632467534402285f,-0.8027715165613569f,0.050305370482662565f,0.5941609730522366f,0.641928815709638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3407644215973379f,0.42650613255090963f,0.8378377694219193f,0.49494622739974337f,0.2119569081760744f,0.9030846519552128f,-0.3735135613058396f,2.263546445346307f,-0.9159442548811967f,0.050305370482662565f,-0.398140040250577f,0.7349570357067767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.12380823890175441f,0.42650613255090963f,0.8959710033681401f,0.36635408809304204f,-0.0031967136648337613f,0.9030846519552128f,-0.42945068683689064f,2.3278142024188013f,-0.9923010133028136f,0.050305370482662565f,0.11317273831983968f,0.6714670149602314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015482836857983713f,-0.0000014497548367931906f,-0.0000015233511552678181f,-0.9041144461781985f,-0.0000019312372515849465f,0.00000532260912436694f,0.000014562993503648088f,1.1936615625f,-8.322923207333257e-7f,0.000014618777925066119f,-0.0000054533701937836375f,1.3313128729063528f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32.mcfunction new file mode 100644 index 000000000..744fff63a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32_as_bone.mcfunction new file mode 100644 index 000000000..1d48245c4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_32_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.2161488138599811f,-0.05503505019098425f,-0.785617768359298f,-0.4963434551257226f,-0.36808677500149845f,0.7272716003659276f,0.05032484291702243f,1.2162714221292463f,0.6962300343854493f,0.3674120398083092f,-0.21729375662447825f,0.30996732460983095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.21625123298870141f,0.031220388781125288f,-0.769584752678496f,-0.4963434551257226f,-0.06049277909121942f,0.7961848717915873f,0.04929780530647096f,1.2162714221292463f,0.7678385428647662f,0.07151878952114035f,-0.21285919016275423f,0.30996732460983095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7972104919715628f,0.12364753657911787f,0.12692975471818502f,-0.580856071057209f,0.1568724374702454f,0.764514386785152f,0.24052699475341868f,1.1986564694818687f,-0.0824070039319892f,0.2591784781591304f,-0.770051976561657f,0.3611592263608551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7678474974733376f,-0.18694904727600187f,0.12433935156067105f,-0.580856071057209f,-0.14462278083283345f,0.7507118469314067f,0.2356182805747775f,1.1986564694818687f,-0.17173954666328664f,0.20367075538582247f,-0.7543366301012151f,0.3611592263608551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1749674445207703f,-1.0118307849178376f,0.1924999143087712f,-1.1880941808331853f,0.2776004348882784f,-0.029877842497276774f,1.5373521272231505f,1.2302725107100758f,-0.991864785576225f,1.1902571265152169f,0.20223370123094989f,1.004033073726694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9042894446442853f,0.034709929968556055f,-0.4255065464437747f,-0.9684472111275949f,-0.08088607517274679f,0.9647072813470092f,0.25059390287716676f,1.2766655413985792f,0.41918736043454236f,0.26102697576618406f,-0.8695670616889082f,0.8948263129049925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.971869546735355f,0.034709929968556055f,-0.23294807337686613f,-0.6246570801243674f,-0.028296846419825217f,0.9647072813470092f,0.26179982772865795f,1.2905953141119584f,0.2338137562486618f,0.26102697576618406f,-0.9365874466974515f,0.8072066924884599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.6994576528135874f,0.2606726680202536f,-0.6654387665801487f,0.009452325987466287f,0.18508557748132143f,0.9654127977148576f,0.1836340355619765f,1.3473121310154166f,0.6902914753413321f,0.0052811130999217476f,-0.7235121207799586f,0.20094309786629372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.42093966190796195f,0.28395349714948387f,-0.8614988174625596f,-0.12206054645050626f,0.16503630749462592f,0.957863230875102f,0.23507668567097456f,1.3953514389085027f,0.8919488876843504f,-0.04322548315622343f,-0.4500652612283703f,0.5027684486989679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5081314277546435f,0.26712320571660125f,-0.8188086742919336f,-0.4159392692267987f,0.8306605994415572f,0.4032287454180936f,-0.3839395100845222f,0.9549113691984834f,0.22760804173714985f,-0.8752438356459511f,-0.426781920306312f,0.9412293883184646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6958668710532765f,0.14099204177424923f,-0.7041949601685963f,-0.3939044798951807f,0.42211868992183643f,0.8735817792217996f,-0.24222032662505302f,1.1171940757611643f,0.5810207478130149f,-0.46580695483000606f,-0.6674119952793789f,0.8497192593173424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.49070070413590944f,0.2911956840889383f,-0.8212295005225384f,-0.15817612938960332f,0.8370256720251354f,0.4193851484309538f,-0.3514315319467184f,1.0083907097421907f,0.2420761106168745f,-0.8598378747435601f,-0.44953085080457456f,0.7778648062020694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6921784136822426f,0.1695771005081067f,-0.7015216679587293f,-0.13076493346907536f,0.42712933138668646f,0.879756664173609f,-0.20877918026298958f,1.1720402143980986f,0.5817641944134208f,-0.4441529227928004f,-0.6813799257925908f,0.6903275086422157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9997501320065969f,0.01782705246954619f,0.013485909425765497f,-0.07150237169510121f,0.019321432626991236f,0.9925493577914548f,0.12030151532300401f,1.86860563148274f,-0.01124080931394833f,0.12053202291515054f,-0.9926457956682984f,0.750158023231811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9997501320065969f,0.01782705246954619f,0.013485909425765497f,-0.03497581929488158f,0.019321432626991236f,0.9925493577914548f,0.12030151532300401f,1.7550906750968278f,-0.01124080931394833f,0.12053202291515054f,-0.9926457956682984f,0.6424525073727874f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9997501320065969f,0.01782705246954619f,0.013485909425765497f,-0.6588555742489769f,0.019321432626991236f,0.9925493577914548f,0.12030151532300401f,1.8799569731510974f,-0.01124080931394833f,0.12053202291515054f,-0.9926457956682984f,0.7435540477598664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9997501320065969f,0.01782705246954619f,0.013485909425765497f,-0.697310281749252f,0.019321432626991236f,0.9925493577914548f,0.12030151532300401f,1.7678911242122095f,-0.01124080931394833f,0.12053202291515054f,-0.9926457956682984f,0.6350054712022966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9847691211624056f,0.1723392425057225f,0.022999206455375898f,-0.16827073821767002f,0.1732997391052454f,0.9622519719452056f,0.20985314606556815f,1.9746686902939354f,0.01403490046552223f,0.21064265470249982f,-0.9774623745131096f,0.749581418096716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9996047763570498f,0.016165629792720862f,0.022999206455375898f,-0.2832473191055852f,0.02063675927727464f,0.9775151053834998f,0.20985314606556815f,1.9868965295241827f,-0.01908966345183006f,0.2102448362278835f,-0.9774623745131096f,0.749501292670546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9665347526514214f,0.2541444108142737f,0.0349455343201583f,-0.3056026199319505f,0.2516072481101427f,0.9125563225235058f,0.3223891296567179f,1.9834347479879821f,0.05004362712171028f,0.3203928474142965f,-0.9459619752983006f,0.7333899357599899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9977641167018776f,-0.05696996623836796f,0.0349455343201583f,-0.27638764194456916f,-0.04270269912182621f,0.9456435525962701f,0.3223891296567179f,1.9922189247801496f,-0.05141251705404961f,0.320176036548497f,-0.9459619752983006f,0.7374628860765006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9943920509225098f,0.09981612441486201f,0.0349455343201583f,-0.2162123404226296f,0.10575428523457092f,0.9406812851511975f,0.3223891296567179f,2.1000581274542847f,-0.0006929766587679348f,0.3242768278386352f,-0.9459619752983006f,0.7434029184501885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9943920509225098f,0.1032254114283279f,0.022999206455375898f,-0.23943805799400333f,0.10575428523457092f,0.971996753204921f,0.20985314606556815f,1.881358857983178f,-0.0006929766587679348f,0.21110856494833197f,-0.9774623745131096f,0.6959034913368138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9901465504811389f,-0.1399856837307984f,-0.0037171118791596187f,-0.5577637588918625f,-0.13209617024268863f,0.9248736267587101f,0.3565941339021218f,1.9728665664025322f,-0.04648021490393431f,0.35357146784859583f,-0.9342520038757602f,0.7598984345773864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9998547889384343f,0.016630818264798897f,-0.0037171118791596187f,-0.44242787794168204f,0.014212263845843037f,0.9341512913992955f,0.3565941339021218f,1.9806433267360657f,0.009402797097412017f,0.35648952391461863f,-0.9342520038757602f,0.762407854661905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9748650813535255f,-0.22141307802832433f,-0.024785520684609194f,-0.42004323643671204f,-0.18865401392513637f,0.761167957331063f,0.6205102769192394f,1.9863886777531186f,-0.11852314621000606f,0.6095896895539492f,-0.7838065285528066f,0.7236994330546228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9955721920174939f,0.09067352670914992f,-0.024785520684609194f,-0.4489252179080495f,0.0557932051202257f,0.782211042174694f,0.6205102769192394f,1.9942633921781217f,0.07565136313308912f,0.6163799129223015f,-0.7838065285528066f,0.7308468552482508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9974995109204793f,-0.06618461813591747f,-0.024785520684609194f,-0.5052550905982702f,-0.06725846774947984f,0.7813087064365791f,0.6205102769192394f,2.095852146066733f,-0.021703092622863338f,0.6206257338916925f,-0.7838065285528066f,0.7731825973264594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9974995109204793f,-0.07057555378941222f,-0.0037171118791596187f,-0.48937559099565253f,-0.06725846774947984f,0.9318352441191455f,0.3565941339021218f,1.8861892161399259f,-0.021703092622863338f,0.3559524814139241f,-0.9342520038757602f,0.6930932890083267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9997501320065969f,0.01782705246954619f,0.013485909425765497f,-0.3739646235550255f,0.019321432626991236f,0.9925493577914548f,0.12030151532300401f,1.3713330688395873f,-0.01124080931394833f,0.12053202291515054f,-0.9926457956682984f,0.6637459095431899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.842046548563537f,-0.020406240592460864f,-0.5390187338090555f,-0.3663122833328527f,-0.17550764363818935f,0.9552738468835952f,0.23801038734640917f,1.0131053762582392f,0.5100536021604054f,0.29501773303498213f,-0.8079664969032411f,0.5531142596550717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7868197702804961f,-0.12027714673007245f,-0.6053495329726619f,-0.11587150995411957f,-0.3309546052196986f,0.9101098658769127f,0.24933728425043317f,0.43483745522489475f,0.520945005139334f,0.39652672042118486f,-0.7558987112122886f,0.42643638128411143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7868197702804961f,-0.4128779819258197f,-0.4587443962999545f,-0.2657403436494178f,-0.3309546052196986f,0.909638683443821f,-0.25105082128219613f,0.7453086561076311f,0.520945005139334f,-0.045708178955787104f,-0.8523655694576858f,0.39732027990974117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9994192549989418f,-0.03244669044851725f,-0.010409851886479297f,-0.4752289087758626f,-0.03094818452204992f,0.9921459329562025f,-0.12119677220642322f,0.6188849846034693f,0.014260526362988135f,-0.12080422176978989f,-0.9925739153284484f,0.8452641835037031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9994192549989418f,-0.026481366219170244f,0.021445045593948414f,-0.4829206889516175f,-0.03094818452204992f,0.44202334791818476f,-0.8964695029782043f,0.71765698349226f,0.014260526362988135f,-0.8966125680238737f,-0.44258619527667714f,0.5205567324754883f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8734166235560024f,-0.06469027640092148f,-0.48265781857875745f,-0.37407549705832427f,0.12093690220644435f,0.9312726007650164f,-0.3436649658447473f,0.8726511987899116f,0.47171778361721894f,-0.3585338355072431f,-0.8055655289395915f,0.5118612637717646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6830901379943292f,-0.5481143070014536f,-0.48265781857875745f,-0.37407549705832427f,-0.4279248203548339f,0.8359274725568073f,-0.3436649658447473f,0.8726511987899116f,0.5918346149889947f,-0.028212888634534083f,-0.8055655289395915f,0.5118612637717646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8140604914677935f,-0.3230277796041848f,-0.48265781857875745f,-0.37407549705832427f,-0.16321116825275903f,0.9248007924999299f,-0.3436649658447473f,0.8726511987899116f,0.557375663972499f,-0.20098892455927028f,-0.8055655289395915f,0.5118612637717646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7640303072141799f,0.2841959068879619f,-0.5792153107147072f,-0.3701356905774749f,0.12558405154140065f,0.9460946210036344f,0.29855253156929695f,0.8941449214460887f,0.6328398973331666f,0.155362976980097f,-0.7585354373575629f,0.5239092536984202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7906007608258119f,-0.19864556580833298f,-0.5792153107147072f,-0.3701356905774749f,-0.4324922830512721f,0.8507742420846215f,0.29855253156929695f,0.8941449214460887f,0.4334753304200204f,0.48654201071441405f,-0.7585354373575629f,0.5239092536984202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8140604914677935f,0.04260446062186203f,-0.5792153107147072f,-0.3701356905774749f,-0.16321116825275903f,0.9403342493236825f,0.29855253156929695f,0.8941449214460887f,0.557375663972499f,0.337574228109888f,-0.7585354373575629f,0.5239092536984202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7881982007766464f,0.19201373116481518f,-0.5847001995353034f,-0.5276366805423178f,0.18013116137625815f,0.9804526611125702f,0.0791539261093204f,0.9083377028700123f,0.5884695072760336f,-0.04293374385545013f,-0.8073786798305097f,0.6456423890418722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7270256983430955f,-0.3899459476922596f,-0.5651334283398212f,-0.22797937524350811f,-0.5200890930707215f,0.8501192984207343f,0.08248947642889157f,0.9917229714857692f,0.44826439655365075f,0.3538917014158763f,-0.8208652108911473f,0.4517400953887696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8140604914677935f,-0.006643126877857092f,-0.5807420986087536f,-0.3652602439975918f,-0.16321116825275903f,0.9622556644671459f,0.21777545949546478f,0.7993556855117763f,0.557375663972499f,0.2720659939539963f,-0.7844185516323795f,0.5060770192860988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8140604914677935f,-0.06366256153063103f,-0.5772803430661512f,-0.37312500000000004f,-0.16321116825275903f,0.9789951428755198f,0.12219093576738847f,1.019375f,0.557375663972499f,0.1936894124248899f,-0.8073517081952059f,0.545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5099720689440423f,-0.6839609912540009f,-0.5216568329273348f,-1.081735749325391f,0.3231261518859689f,0.7143505544619076f,-0.6207195625299166f,2.126557147696224f,0.7971938151191958f,0.1479886745085909f,0.5853045133542811f,0.057753447329955784f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.13480829916625353f,-0.6839609912540009f,-0.7169547300344328f,-1.061909833958244f,-0.3231261518859689f,0.7143505544619076f,-0.6207195625299166f,2.126557147696224f,0.936704976202896f,0.1479886745085909f,-0.31730606639949804f,0.14938311272198224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.21147643058289994f,-0.6839609912540009f,-0.6981941576315004f,-0.9670936679970924f,0f,0.7143505544619076f,-0.6997880288630016f,2.2315253520256744f,0.9773830975149489f,0.1479886745085909f,0.15106830544251973f,0.08090803420959106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.4973312899008431f,0.4269346014301518f,0.7552406465407175f,0.7450325739093748f,-0.20242590878065272f,0.9036100798933854f,-0.37750837734995574f,2.2266406398360723f,-0.8436144495798366f,0.03486645403173516f,0.5358161912851855f,0.6206154401914621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.333399410596774f,0.4269346014301518f,0.8405781814414417f,0.7363694251010962f,0.1931300276589076f,0.9036100798933854f,-0.38234750676778223f,2.2271318902371755f,-0.9227922980986532f,0.03486645403173516f,-0.38371695942850853f,0.7139630219800067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0924069206216398f,0.4269346014301518f,0.8995486685682457f,0.6057686992199987f,-0.005240004278435545f,0.9036100798933854f,-0.4283239029872506f,2.2911348504847115f,-0.9957075390778098f,0.03486645403173516f,0.08573696406372783f,0.6544286864761752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015113967479241827f,0.000002995333815819061f,-0.0000025954936656118625f,-0.7209534319107161f,-0.000002205786514113036f,0.000002144222742447723f,0.00001531918534664709f,1.1362787499999998f,0.0000032928889884989343f,0.000015184561540017572f,-0.000001651241335129931f,1.6760109237369663f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33.mcfunction new file mode 100644 index 000000000..b7014c765 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33_as_bone.mcfunction new file mode 100644 index 000000000..4ca7cac24 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_33_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.004796494551640896f,0.014993903328701501f,-0.8165149238975551f,-0.49657112448482077f,-0.3610755528200196f,0.7323431477003818f,0.01556931650582227f,1.1704368977533464f,0.7324929236792512f,0.3610999049068149f,0.002328063692405364f,0.5100045251726694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.0012798712616962386f,0.015367934102382914f,-0.7998513540220948f,-0.49657112448482077f,-0.05224625976448474f,0.7981464262839776f,0.015251575352642224f,1.1704368977533464f,0.7982911062201402f,0.0522121519527797f,0.002280552188478724f,0.5100045251726694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7958905626249393f,0.15617663461299394f,-0.09545425904568838f,-0.5633500608699785f,0.12447126003807776f,0.7740628682692832f,0.22864388431731109f,1.1507036163489286f,0.1341997101097287f,0.20827860958853672f,-0.7781740827339182f,0.5822884614977638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7788472276084928f,-0.15701459864508277f,-0.09350621294271516f,-0.5633500608699785f,-0.17752612482669602f,0.7472071149973719f,0.22397768259654965f,1.1507036163489286f,0.04337592708612894f,0.23880524095929712f,-0.7622929790046546f,0.5822884614977638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000013699145858634628f,0.000007498782361540414f,-4.922304725471902e-7f,-0.6002476151815693f,-0.0000012186896686808653f,-0.0000012069139378354268f,0.00001553057562481536f,1.1020798959374278f,0.000007415444911487383f,0.000013654751804441884f,0.0000016430322345550207f,1.5596292123195636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.08912944061831041f,0.06257518430495652f,-0.9940524579338194f,-0.6339185989366323f,-0.23695602481082492f,0.9707023681903144f,0.03985918583672701f,1.1845806853096652f,0.9674232709217401f,0.23199409194829884f,0.1013457260083791f,1.3264261028545665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3808024654888431f,0.06257518430495652f,-0.9225366272332058f,-0.4893070720067695f,-0.1916427964390921f,0.9707023681903144f,0.14494809747878626f,1.25044068002804f,0.9045786427119661f,0.23199409194829884f,-0.35765377175483704f,1.0226272207343603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.44497036779908944f,0.270897832650072f,-0.8535899109327831f,-0.07986705439913835f,0.23715735368507102f,0.9547667285689665f,0.1793791615846373f,1.3053852981087424f,0.8635726728966339f,-0.1226167129032859f,-0.4890883154839785f,0.2662076879848765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.06793820590593136f,0.2749983343388366f,-0.9590413527523975f,-0.09218291452128138f,0.20170458139969763f,0.9451982424450339f,0.256740227313897f,1.367791497162276f,0.9770873359227696f,-0.17600056417433485f,-0.11968349673058415f,0.5927656675752434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.47604359010201164f,-0.0034806287959394666f,-0.8794147972066269f,-0.23678596345005956f,0.7989015781454487f,0.41630102855831586f,-0.4341079612930407f,0.9249286300313091f,0.3676122532771444f,-0.909220181718638f,-0.1953967563600463f,1.096931683194934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.537409446192837f,-0.0341692837301959f,-0.8426289498896139f,-0.24845913508628137f,0.39343898693320684f,0.8736178416616645f,-0.28635228354491465f,1.0869422735707155f,0.7459201369474348f,-0.48541150252108844f,-0.45604695209653506f,1.0030667330216265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.45610885424666076f,0.02320752807291787f,-0.8896213372657734f,-0.03502755491309005f,0.8062436933093923f,0.43397572096172826f,-0.4020400236476201f,0.9846787839769597f,0.3767437060876121f,-0.9006256071512139f,-0.21665109200481308f,0.8694742421669251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5339249784845106f,-0.0012192240783712172f,-0.845530975685079f,-0.040540728025816375f,0.39864044325726145f,0.8815197571486502f,-0.2529994362765244f,1.1483824919656034f,0.7456607233520945f,-0.472145561505381f,-0.4701793853422321f,0.7780083282262773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9987913928292117f,0.027626593754383005f,-0.040651259855180644f,0.018178576904652632f,0.023390728601155153f,0.9945892202234609f,0.10121836212266547f,1.83514678891509f,0.043227623411312255f,0.10014516629782108f,-0.994033358716593f,0.8760577113013331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9987913928292117f,0.027626593754383005f,-0.040651259855180644f,0.048368874305026954f,0.023390728601155153f,0.9945892202234609f,0.10121836212266547f,1.719435205513614f,0.043227623411312255f,0.10014516629782108f,-0.994033358716593f,0.7687279022565007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9987913928292117f,0.027626593754383005f,-0.040651259855180644f,-0.5686113663825093f,0.023390728601155153f,0.9945892202234609f,0.10121836212266547f,1.8488888419682685f,0.043227623411312255f,0.10014516629782108f,-0.994033358716593f,0.9014539400554791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9987913928292117f,0.027626593754383005f,-0.040651259855180644f,-0.6133304234443258f,0.023390728601155153f,0.9945892202234609f,0.10121836212266547f,1.7349315632118794f,0.043227623411312255f,0.10014516629782108f,-0.994033358716593f,0.7973662027664951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9820153814807938f,0.18578393767422702f,-0.03361724315570471f,-0.07812645720891903f,0.17813458268289772f,0.9707310321693855f,0.16108796862506328f,1.9431171984540825f,0.06256085827033299f,0.15220246938081675f,-0.9863673490778474f,0.8756091568410127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9989881534768018f,0.029875578247461523f,-0.03361724315570471f,-0.19289385198486136f,0.024085660657309632f,0.9866461104747496f,0.16108796862506328f,1.9558343160643057f,0.037980918415842606f,0.16011527881319843f,-0.9863673490778474f,0.8815975323328097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9617312931729834f,0.27290717984978774f,-0.02438423503529471f,-0.21590195855585936f,0.2596229145420801f,0.9361149640043579f,0.23724400184577f,1.951630290819704f,0.0875720387823456f,0.22183427452392376f,-0.971144012322553f,0.8719420771116171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9989937697576553f,-0.037641161872772694f,-0.02438423503529471f,-0.18649682374145188f,-0.042359367911253734f,0.9705261292404052f,0.23724400184577f,1.9606019854768912f,0.014735397366471788f,0.23803818053939244f,-0.971144012322553f,0.8733954753793722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9925828737378796f,0.11909931924237054f,-0.02438423503529471f,-0.12615411009749203f,0.1099858820343636f,0.9652038071523171f,0.23724400184577f,2.0682575857808168f,0.05179135560473023f,0.23280241153105907f,-0.971144012322553f,0.8660013449683979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9925828737378796f,0.11682944716492845f,-0.03361724315570471f,-0.1524407357096009f,0.1099858820343636f,0.9807924205036322f,0.16108796862506328f,1.8475792911675f,0.05179135560473023f,0.15619573668241887f,-0.9863673490778474f,0.8308573042148537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9917600494923203f,-0.1154636128323085f,-0.05549917425242335f,-0.4662145289817705f,-0.1278481674991913f,0.9196894559736316f,0.37124944530332166f,1.9392844923206582f,0.00817620315848495f,0.37528583597390935f,-0.9268730716874207f,0.9136057955795822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9976123260566562f,0.04110338863314181f,-0.05549917425242335f,-0.3508903266868576f,0.017596983642970562f,0.928366412322551f,0.37124944530332166f,1.9466130872232066f,0.06678317951772708f,0.36938640461477174f,-0.9268730716874207f,0.9096358224315175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9813294719723589f,-0.17995285487542814f,-0.06789283806584084f,-0.33105150980600884f,-0.17888284236524798f,0.7242525188239043f,0.6659273366400871f,1.9553100931510345f,-0.07066396638868536f,0.6656389854864371f,-0.7429208200439702f,0.8648838042679295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.98890827929459f,0.13210214866526046f,-0.06789283806584084f,-0.3594061376171766f,0.05367864365058006f,0.744082915763609f,0.6659273366400871f,1.9628189520865142f,0.13848833293258708f,0.654896661151015f,-0.7429208200439702f,0.8742057002219303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9973985063343817f,-0.024223585641061092f,-0.06789283806584084f,-0.4124887336367968f,-0.06338244240041618f,0.7433192102393142f,0.6659273366400871f,2.0618596329226717f,0.034334902902181545f,0.6684981447901648f,-0.7429208200439702f,0.9257695060413049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9973985063343817f,-0.04600066542174642f,-0.05549917425242335f,-0.4021385839169038f,-0.06338244240041618f,0.9263673760217022f,0.37124944530332166f,1.8534269733177888f,0.034334902902181545f,0.3738013154383256f,-0.9268730716874207f,0.8416642100676818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9987913928292117f,0.027626593754383005f,-0.040651259855180644f,-0.2901779372418993f,0.023390728601155153f,0.9945892202234609f,0.10121836212266547f,1.3376130830617874f,0.043227623411312255f,0.10014516629782108f,-0.994033358716593f,0.815999901873528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6653389025934879f,0.01910083442951338f,-0.7462970607069208f,-0.2973407501529668f,-0.1966086988636414f,0.9598987609811956f,0.19984841304826867f,0.977651047693839f,0.7201868953451173f,0.2796954178939329f,-0.6349025980276809f,0.7111141201633032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5491074186693965f,-0.06527535577004373f,-0.833198758215185f,-0.06736716076423335f,-0.4913594340284963f,0.8316588898140971f,0.25866850906977334f,0.42326428550350165f,0.6760524752956887f,0.5514368675762238f,-0.4887437280664523f,0.4713718247229384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5491074186693965f,-0.49394783175871154f,-0.6741636168342962f,-0.24811688670484777f,-0.4913594340284963f,0.8433179584735417f,-0.2176711453252672f,0.709617677617246f,0.6760524752956887f,0.2117318124819353f,-0.7057780743475152f,0.5326857415554566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9787685245214426f,-0.07398339155825742f,-0.19115081265758735f,-0.34537600160595f,-0.04640519820029773f,0.9883543499018116f,-0.14492148429462887f,0.5646156238716238f,0.19964652009516615f,-0.132974196006988f,-0.9708033427065368f,1.0316606506783144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9787685245214426f,-0.19746907524842333f,-0.05493759847910187f,-0.414768694426248f,-0.04640519820029773f,0.47455612977708433f,-0.8790011588564522f,0.6808282597285671f,0.19964652009516615f,-0.8577892771604968f,-0.4736441945198556f,0.7184745599106538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6827325490132989f,-0.1774988335395122f,-0.7087809468445917f,-0.31604981173084074f,0.12749590384668485f,0.9262225627313416f,-0.35476267953337853f,0.8312922771182679f,0.719458866802071f,-0.3325746959398719f,-0.6097319169933466f,0.673946593470199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.45266513412728676f,-0.5410395971974783f,-0.7087809468445917f,-0.31604981173084074f,-0.43419225085568885f,0.8280220591911592f,-0.35476267953337853f,0.8312922771182679f,0.7788269163571556f,0.1471584987597473f,-0.6097319169933466f,0.673946593470199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5937442360853346f,-0.3809164626339043f,-0.7087809468445917f,-0.31604981173084074f,-0.1667113835097137f,0.9199732364686346f,-0.35476267953337853f,0.8312922771182679f,0.7871944465783023f,-0.09247644389734541f,-0.6097319169933466f,0.673946593470199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5219995116074441f,0.3140062823847054f,-0.7930425994261132f,-0.30875192470362695f,0.1347658513116194f,0.948453315221218f,0.2868352735737627f,0.8529186605504622f,0.8422319604490465f,0.042852811679252006f,-0.5374094912907085f,0.6840310683986094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6073049044545185f,-0.047583490004010104f,-0.7930425994261132f,-0.30875192470362695f,-0.44118660014699124f,0.8503410549212613f,0.2868352735737627f,0.8529186605504622f,0.6607080572206057f,0.5240762366244387f,-0.5374094912907085f,0.6840310683986094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5937442360853346f,0.1362028546357086f,-0.7930425994261132f,-0.30875192470362695f,-0.1667113835097137f,0.9433625180396674f,0.2868352735737627f,0.8529186605504622f,0.7871944465783023f,0.30251601932284866f,-0.5374094912907085f,0.6840310683986094f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5610216972288269f,0.1638319926924477f,-0.8114269735527088f,-0.4197675097516086f,0.18905828005698896f,0.9796715654780286f,0.06708644077398829f,0.8665411927065642f,0.8059228387261275f,-0.11577003914765892f,-0.5805907991480487f,0.8493093779831109f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.540303245562156f,-0.2706910530798161f,-0.7967425911908692f,-0.19983777430452107f,-0.5279978092486829f,0.8463123722184955f,0.07052433663987312f,0.9569057503864582f,0.6552028054454528f,0.45878287066153944f,-0.6001896044784224f,0.5738333659938795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5937442360853346f,0.06850999740647125f,-0.8017319766423239f,-0.3087158571995743f,-0.1667113835097137f,0.964275889227821f,0.20586239108242158f,0.763554210243546f,0.7871944465783023f,0.2558874551619521f,-0.5611118547731996f,0.6671176408045982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5937442360853346f,-0.010598409599295894f,-0.8045840265810701f,-0.3064453125000003f,-0.1667113835097137f,0.9798374022837911f,0.11011802619929745f,0.9837890625000001f,0.7871944465783023f,0.1995152595660732f,-0.5835396854341294f,0.7055468749999997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5479955621554122f,-0.6458934345868448f,-0.5315284893734131f,-1.1861743504921891f,0.2836627493097029f,0.7412733651565613f,-0.6083167289854258f,2.0994316318365343f,0.7869156933954452f,0.18258003523681443f,0.5894304218657951f,-0.24814496334637032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.05492968812721921f,-0.6458934345868448f,-0.7614488824076475f,-1.1606725693360962f,-0.2836627493097029f,0.7412733651565613f,-0.6083167289854258f,2.0994316318365343f,0.9573495568580511f,0.18258003523681443f,-0.22393382218105556f,-0.15793009950527845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2720189989983249f,-0.6458934345868448f,-0.7133213408706893f,-1.0664252587835392f,0f,0.7412733651565613f,-0.6712032464980092f,2.200112118811236f,0.9622918809716464f,0.18258003523681443f,0.2016404387740074f,-0.2332835972419255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.43663562074079865f,0.42630494582736467f,0.7922205676851778f,1.0455231063483266f,-0.18653293776103974f,0.9043622699146899f,-0.38384156612459974f,2.207494992439808f,-0.88008794891791f,0.019823670645900016f,0.47439669502599746f,0.47015862499500055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3262121966398165f,0.42630494582736467f,0.843711855983163f,1.0398119141035178f,0.1741386375766087f,0.9043622699146899f,-0.38962112321807185f,2.2081360360559565f,-0.9291185810575463f,0.019823670645900016f,-0.36925016508558894f,0.5637323063708288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0609193839446272f,0.42630494582736467f,0.9025258565952197f,0.9072886317366392f,-0.006837798572246992f,0.9043622699146899f,-0.42671082628102464f,2.271822138190036f,-0.998119268008835f,0.019823670645900016f,0.05800817969588762f,0.5082442387285315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3669776517059802f,0.7389749202074372f,-0.1633842619128781f,-0.34928576023729263f,-0.24590421191291045f,-0.11466701718755995f,1.5387621140815753f,1.0936615625000001f,0.7157579676817397f,1.3719233916198528f,0.21661714896652498f,1.9974592562565299f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34.mcfunction new file mode 100644 index 000000000..6626c9b88 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34_as_bone.mcfunction new file mode 100644 index 000000000..bae7f2f91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_34_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.20775907389672835f,0.08081397862281914f,-0.7856524120227523f,-0.44846155996131437f,-0.35495424231683775f,0.735268303680303f,-0.018233263800365922f,1.1254637632943212f,0.7055409963420252f,0.3461127950635235f,0.22217623639458367f,0.7267482931242617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.21832214869140903f,-0.004744726249826997f,-0.7696186893284105f,-0.44846155996131437f,-0.04560975800124986f,0.7984990476312318f,-0.01786115637586866f,1.1254637632943212f,0.7682806709568019f,0.04875201026450102f,0.21764202748857178f,0.7267482931242617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7349042726072224f,0.17376389990640434f,-0.3109119837468651f,-0.49242842996646935f,0.09251377311443691f,0.7815436392304752f,0.21811736796266284f,1.1035747543045025f,0.3439496421458004f,0.16105927949716609f,-0.7229820167888505f,0.8142817062842339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7302461206082298f,-0.11823553850276042f,-0.30456684122141886f,-0.49242842996646935f,-0.209252787867429f,0.7419973815045543f,0.21366599310628198f,1.1035747543045025f,0.2509061061559471f,0.27470027898665705f,-0.7082272817523434f,0.8142817062842339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.000002314919481275512f,0.000015412042829742832f,-0.0000011183508436012645f,0.0757075243137341f,-0.0000037507312718645445f,0.0000016574294731021504f,0.000015077319638050714f,1.0795021872328245f,0.000014990456554804078f,-0.000001965321438305926f,0.000003945167793981221f,1.5494841692710628f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9631496924129521f,0.08181201579476363f,-0.25622151368773316f,-0.16471373702957054f,-0.13139443455435676f,0.9743278072700423f,-0.18281363884702903f,1.1329711847533461f,0.23468739329792887f,0.20974298093606958f,0.9491731714366323f,1.5087105373937566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5239508774028674f,0.08181201579476363f,-0.847810280747033f,-0.30685650099777223f,-0.22106692868880873f,0.9743278072700423f,-0.042599730286097606f,1.2098944560178895f,0.8225599620142368f,0.20974298093606958f,0.528585840558739f,1.2187389927112608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.15459938886941682f,0.23200556903093555f,-0.9603501678553686f,-0.15170603498504293f,0.29052886963773733f,0.9397345664923169f,0.18025515373080406f,1.2645860470506385f,0.9442944481824624f,-0.2511421121160864f,-0.21268670539939652f,0.39212372181688704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2877499052058817f,0.21666525587114666f,-0.932875210814553f,-0.04539892959750408f,0.23499705831834006f,0.9283203149893031f,0.2880933448726084f,1.340061719008538f,0.9284268278306765f,-0.3021217629970597f,0.216208384869356f,0.6982044716389336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.3969545801149549f,-0.26951172289301617f,-0.8773770526683485f,-0.02964546564801923f,0.7699263055274075f,0.4225924394749693f,-0.47815176895574873f,0.8951115600443884f,0.49964041608208315f,-0.8653202073925191f,0.039754160731805266f,1.2197942160962443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.33594592625031877f,-0.20326206861168333f,-0.9196873741111785f,-0.0735051496009047f,0.36733862237425396f,0.8708403606126642f,-0.3266487453522362f,1.0563525730008114f,0.8672961842115993f,-0.44757300833685687f,-0.21788926329742636f,1.1345124691374746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.3759274382290997f,-0.24215668186519185f,-0.8944488261575096f,0.10075135070371286f,0.7781492337161484f,0.4416164097297247f,-0.4466080123826701f,0.9612770831559605f,0.5031523936676416f,-0.8639068746603816f,0.022418310843016154f,0.9465760761977386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.33290303526482f,-0.1683675660534381f,-0.9278081330817871f,0.06338363123693205f,0.37270151817154074f,0.8803206633774981f,-0.29347761070178835f,1.1245029724723552f,0.8661807822066353f,-0.4434950871563776f,-0.23031057336574554f,0.8619813062723819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9947505361533417f,0.038032674192796795f,-0.09499940271593127f,0.13911291001244888f,0.028929180719986486f,0.9950156906024719f,0.09542996362650531f,1.7997918014434888f,0.0981553530150519f,0.0921807525931001f,-0.9908926458127842f,1.0062060004303854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9947505361533417f,0.038032674192796795f,-0.09499940271593127f,0.16275577683948103f,0.028929180719986486f,0.9950156906024719f,0.09542996362650531f,1.6832765549311652f,0.0981553530150519f,0.0921807525931001f,-0.9908926458127842f,0.8981063950732349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9947505361533417f,0.038032674192796795f,-0.09499940271593127f,-0.4453030299776395f,0.028929180719986486f,0.9950156906024719f,0.09542996362650531f,1.816787695116481f,0.0981553530150519f,0.0921807525931001f,-0.9908926458127842f,1.0638722703267283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9947505361533417f,0.038032674192796795f,-0.09499940271593127f,-0.49626645336210784f,0.028929180719986486f,0.9950156906024719f,0.09542996362650531f,1.7024421371581564f,0.0981553530150519f,0.0921807525931001f,-0.9908926458127842f,0.9631343164457068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9763577854221881f,0.19598205599675f,-0.09119489334807696f,0.04328964337288335f,0.18399535716902415f,0.9749163348275054f,0.12523517328109637f,1.9096739363648432f,0.11345123792063085f,0.10549489946812478f,-0.9879269420359414f,1.0072171549520097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9949955489981207f,0.04083318382346887f,-0.09119489334807696f,-0.07090743922293327f,0.02921955370175973f,0.991696712233495f,0.12523517328109637f,1.9230332983538951f,0.09555142675752301f,0.12194376590918889f,-0.9879269420359414f,1.0194521211902026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9550214750071581f,0.2837409785495262f,-0.08616866812774635f,-0.09388630898954363f,0.26738570851974575f,0.9496201409011615f,0.1634823258772981f,1.9188917684377989f,0.12821413788871291f,0.13308886161739789f,-0.9827759102454837f,1.0162240929644102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9959601813797477f,-0.025264159180750617f,-0.08616866812774635f,-0.06447302296604888f,-0.03914984128729029f,0.9857691509947593f,0.1634823258772981f,1.9278891574178472f,0.08081217131843418f,0.16619537661427533f,-0.9827759102454837f,1.015141862932583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9876504440719274f,0.13084938271774513f,-0.08616866812774635f,-0.005014824225553605f,0.11554042801342096f,0.9797570814340787f,0.1634823258772981f,2.034562421401465f,0.10581592422220809f,0.15150742695379882f,-0.9827759102454837f,0.9958757817309701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9876504440719274f,0.12739737733469045f,-0.09119489334807696f,-0.03367923412585891f,0.11554042801342096f,0.9853763549363912f,0.12523517328109637f,1.8128527415407776f,0.10581592422220809f,0.11315187749442454f,-0.9879269420359414f,0.9704166092947246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9906701401230646f,-0.08634408008200485f,-0.10543895534070631f,-0.3415232846972724f,-0.1216221703844028f,0.909215537701297f,0.3981647318303416f,1.9042451069709079f,0.061487568983774235f,0.4072736252660278f,-0.91123403855603f,1.0728684309960974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9919805367523217f,0.06969391222507315f,-0.10543895534070631f,-0.22655966247136666f,0.02210784660001839f,0.917047484836626f,0.3981647318303416f,1.9109400529051135f,0.12444218667029955f,0.39264063614656797f,-0.91123403855603f,1.0624913462109904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9858954920818124f,-0.13118907926103932f,-0.10392066288954135f,-0.2098308277190178f,-0.16562594180347787f,0.6755837115916917f,0.7184390691170021f,1.923570210177283f,-0.024044252836632488f,0.7255177972418281f,-0.6877832505890888f,1.0122333761766549f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9781819870984878f,0.17989023303295862f,-0.10392066288954135f,-0.23748677567061496f,0.05124721678501639f,0.6936995219387748f,0.7184390691170021f,1.9306064068228823f,0.20132988572947463f,0.697438511498514f,-0.6877832505890888f,1.0237618671734419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9942799760078331f,0.024654109889853566f,-0.10392066288954135f,-0.2861981894545898f,-0.057902235106643996f,0.6931757606379135f,0.7184390691170021f,2.0260690870395823f,0.08974776030362858f,0.7203468190598113f,-0.6877832505890888f,1.0854037310669067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9942799760078331f,-0.01702809462397987f,-0.10543895534070631f,-0.2823668681641943f,-0.057902235106643996f,0.9154846680835931f,0.3981647318303416f,1.8200850367207742f,0.08974776030362858f,0.4019923711929739f,-0.91123403855603f,0.9949554475484876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9947505361533417f,0.038032674192796795f,-0.09499940271593127f,-0.17454606533396214f,0.028929180719986486f,0.9950156906024719f,0.09542996362650531f,1.3035411613336807f,0.0981553530150519f,0.0921807525931001f,-0.9908926458127842f,0.9664087878992919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.4380440986810775f,0.05327663035540304f,-0.8973733717180693f,-0.19452480171723827f,-0.21808127830894006f,0.9621245918473003f,0.16357513812864213f,0.942744439390943f,0.8720997211682967f,0.26735345597287397f,-0.4098343640027511f,0.8661512419094641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.2886626612849593f,0.09393928354805281f,-0.9528112504511915f,-0.03736084315176044f,-0.6067287282005976f,0.751894229532274f,0.25794440868557955f,0.4138272870407622f,0.7406443939948306f,0.652556877676227f,-0.16004812726640494f,0.5316421048311452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.2886626612849593f,-0.436439960212474f,-0.8521701878789347f,-0.200949126469857f,-0.6067287282005976f,0.7719137207904573f,-0.18981427246526325f,0.6745221744881484f,0.7406443939948306f,0.462243841262559f,-0.4876233309213822f,0.6814430743534842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9223802726163526f,-0.10377112235748955f,-0.372083575091471f,-0.1731982905123821f,-0.034362299465832705f,0.9814642140628693f,-0.18853972761562943f,0.5173778976617123f,0.3847516927365019f,-0.16111967812350614f,-0.908849043712857f,1.2026886764591431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9223802726163526f,-0.3511758256644295f,-0.16090423287499173f,-0.29983876171766277f,-0.034362299465832705f,0.48948772700014903f,-0.8713328855791274f,0.6445937449907022f,0.3847516927365019f,-0.7981712251046978f,-0.4635610319593985f,0.910450213485373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.424867262426868f,-0.2801141887289158f,-0.8608274220717183f,-0.22242403715094042f,0.1339055261759145f,0.921014462365494f,-0.36578910614335103f,0.7904967190368626f,0.8952972240420776f,-0.2706813650518661f,-0.3538000554496961f,0.8358068860224043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.17483075077576848f,-0.47792296240350374f,-0.8608274220717183f,-0.22242403715094042f,-0.44034262596250373f,0.8199370107436882f,-0.36578910614335103f,0.7904967190368626f,0.8806432764426396f,0.3151078234829535f,-0.3538000554496961f,0.8358068860224043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.31185890314883546f,-0.40214446898616546f,-0.8608274220717183f,-0.22242403715094042f,-0.1702094991660326f,0.9150011236170679f,-0.36578910614335103f,0.7904967190368626f,0.934758124286948f,0.032446414953555686f,-0.3538000554496961f,0.8358068860224043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.22649854926163232f,0.3022568817317926f,-0.9259261226621426f,-0.21258176833350215f,0.14397564395012874f,0.9505783243992691f,0.2750851924975677f,0.81225206984571f,0.963311694692596f,-0.07100441273647193f,-0.25882224062168047f,0.8430519330001169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.3618805802150282f,0.1081816113537113f,-0.9259261226621426f,-0.21258176833350215f,-0.4498381445956817f,0.8496904027557867f,0.2750851924975677f,0.81225206984571f,0.8165096994708323f,0.5160648781205942f,-0.25882224062168047f,0.8430519330001169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.31185890314883546f,0.21308411460889384f,-0.9259261226621426f,-0.21258176833350215f,-0.1702094991660326f,0.9462329857187524f,0.2750851924975677f,0.81225206984571f,0.934758124286948f,0.24338918800784742f,-0.25882224062168047f,0.8430519330001169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.27753856723710874f,0.1097983414106551f,-0.9544195450217068f,-0.26572786328306447f,0.19794995504872578f,0.978666456654988f,0.05502528432073614f,0.8252971251536007f,0.9401000792427262f,-0.17365566746248046f,-0.29335226292970723f,1.034969290861844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.29798084807142855f,-0.12374705561078722f,-0.946516814647417f,-0.14619151304491274f,-0.5358221455870948f,0.8422973039163663f,0.05856517833715329f,0.9226228484724537f,0.7900012927084831f,0.5246159719670009f,-0.31729487779673415f,0.7081138676588565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.31185890314883546f,0.1338723249149108f,-0.940649895098427f,-0.21654803769217978f,-0.1702094991660326f,0.9661365618917382f,0.19393006515148675f,0.7283356311363645f,0.934758124286948f,0.2205863649410092f,-0.2785119471075851f,0.8281199510748973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.31185890314883546f,0.04077936788287292f,-0.9492528997489965f,-0.2050000000000001f,-0.1702094991660326f,0.9805185215167593f,0.09804160013094813f,0.94875f,0.934758124286948f,0.19214700652797503f,-0.2988423948536832f,0.86375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5832086371501299f,-0.6053047412940223f,-0.5417322731021886f,-1.4443577935196026f,0.24552338257858228f,0.7670531860507088f,-0.5927458801009314f,2.0583044173582423f,0.7743293576771185f,0.21268657676598499f,0.595968510831661f,-0.48814726644314627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.029328218277261175f,-0.6053047412940223f,-0.7954533460735819f,-1.4132794287677477f,-0.24552338257858228f,0.7670531860507088f,-0.5927458801009314f,2.0583044173582423f,0.96894691506803f,0.21268657676598499f,-0.1261201643025982f,-0.3996984239162332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.33150255735311895f,-0.6053047412940223f,-0.7236796422695048f,-1.3202666648032495f,0f,0.7670531860507088f,-0.6415835173766987f,2.154541944964747f,0.9434543202870724f,0.21268657676598499f,0.25428009280166775f,-0.4820648590999399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.373398993153384f,0.42478725430913244f,0.824699327323933f,1.2588939214453423f,-0.169800636516761f,0.9052772720930449f,-0.3894108427744123f,2.192988793151694f,-0.911998320037127f,0.005371145900427782f,0.41015876809008284f,0.18034630492907905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31911752664375026f,0.42478725430913244f,0.8471834469377243f,1.256139835384227f,0.1552878660625616f,0.9052772720930449f,-0.39542222912414926f,2.1937251295365807f,-0.9349062428086098f,0.005371145900427782f,-0.35485415024937367f,0.27405294993729745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.029376917985230178f,0.42478725430913244f,0.9048164373320136f,1.1217944128149826f,-0.007854254772129678f,0.9052772720930449f,-0.4247485977772613f,2.2570692510107264f,-0.9995375467543296f,0.005371145900427782f,0.02993064349546759f,0.2227100309088681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.6736856417763794f,1.4073489400248238f,-0.08320376839634516f,0.11657479084795883f,-0.18980466199453863f,0.18191723255870426f,1.5402228932149142f,1.0586225f,1.3969710434899811f,-0.6539734945004937f,0.24939290715921747f,2.249961750958967f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35.mcfunction new file mode 100644 index 000000000..64648801a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35_as_bone.mcfunction new file mode 100644 index 000000000..1a7ec6158 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_35_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4018221788604255f,0.14285227536944536f,-0.6964744133434312f,-0.3028507089321963f,-0.34972709829298315f,0.736246383507137f,-0.05076085043294767f,1.0534317178585446f,0.6190107735248832f,0.32323201363552795f,0.4234278829572889f,1.0802424864777913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.41721059835210994f,-0.02134765441981698f,-0.6822606498058101f,-0.3028507089321963f,-0.040512406501767906f,0.7974247160557139f,-0.04972491470982629f,1.0534317178585446f,0.6813912690533315f,0.06048222775523454f,0.41478649759081365f,1.0802424864777913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6190323303692109f,0.18115228556421772f,-0.5009264096022172f,-0.3209602722453136f,0.06127300153884788f,0.7871086234607811f,0.2089260122640044f,1.029382299855695f,0.5291399036970548f,0.12078207132260435f,-0.6102188935184955f,1.175967788622835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6281488441580815f,-0.06811153766226538f,-0.49070342165115166f,-0.3209602722453136f,-0.2396126279048411f,0.7353224910550987f,0.20466221609535126f,1.029382299855695f,0.43360675517270497f,0.3076713385835702f,-0.5977654467119956f,1.175967788622835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.000015206106040983951f,0.0000033392782467408256f,0.0000013282262085935952f,0.4012563404708867f,-0.0000023901854139614454f,0.000005084971325928272f,0.00001457980470724396f,1.098098476636585f,0.000002683650080997403f,-0.000014392112854106265f,0.000005459462870780593f,1.3761487454272563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5712664767034452f,0.09844137125715084f,0.8148398057408855f,0.2725380540738282f,0.10521497129858313f,0.9758070364258431f,-0.19165186530908396f,1.092770686162268f,-0.8139928884268401f,0.19521763262273392f,0.5470883415900076f,1.5899875236080923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9924019353230007f,0.09844137125715084f,-0.07380850352211923f,-0.03810559832526116f,-0.11081248659093268f,0.9758070364258431f,-0.18847074170105899f,1.1411124416802014f,0.05346953883004109f,0.19521763262273392f,0.9793013245832346f,1.5178012262754397f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.13742805995885704f,0.14615261017327935f,-0.9796698131898739f,-0.13801995690861982f,0.34531011369147463f,0.9199366030236962f,0.1856813717086419f,1.1973628333173674f,0.9283719371665246f,-0.363807725257119f,0.07595712820344686f,0.7033735490781814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5965020497657006f,0.114164429159623f,-0.7944506200765251f,0.06961130795546039f,0.263626650353365f,0.9070446891511317f,0.3282848170509735f,1.284160005021635f,0.7580806644736312f,-0.40526092211979176f,0.5109572302588873f,0.948420660793627f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2767374365697949f,-0.5110487114553104f,-0.8137847416366601f,0.2411916151790478f,0.7265469132434941f,0.4429813920675666f,-0.5252590495538669f,0.8365652809998294f,0.6289244581482972f,-0.7366116349893936f,0.24871132893602307f,1.4368857507411694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10894132740469474f,-0.34973334902859f,-0.9304936172594359f,0.1698010271283157f,0.3298828337278731f,0.870297871916751f,-0.36573067980256035f,0.9974603152354542f,0.937714830422859f,-0.3467970569575539f,0.0205596228225986f,1.3719898002042692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2564130433511842f,-0.4847191362649323f,-0.836241418573585f,0.29123197476523677f,0.7355293270611003f,0.4634568627673743f,-0.4941703606924114f,0.9091778784338277f,0.6270956547708081f,-0.7417918139831426f,0.2376887554664088f,1.1397577893862985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.1065229305298597f,-0.31541971054933693f,-0.9429545436914248f,0.2261973131391647f,0.33541233197446646f,0.8813646747011832f,-0.33270839747191205f,1.0723543274561f,0.9360296110865195f,-0.35171965595606125f,0.011910112651397714f,1.073884792098608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9872908058917929f,0.056807940867969975f,-0.14842413030189866f,0.3405304419130335f,0.042003883321230964f,0.9939952660732454f,0.10104001588437242f,1.732968763621745f,0.15327275813878402f,0.09352148885854553f,-0.9837485414140191f,1.2649082265948375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9872908058917929f,0.056807940867969975f,-0.14842413030189866f,0.3565380923096764f,0.042003883321230964f,0.9939952660732454f,0.10104001588437242f,1.616616711227203f,0.15327275813878402f,0.09352148885854553f,-0.9837485414140191f,1.1552438862997507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9872908058917929f,0.056807940867969975f,-0.14842413030189866f,-0.2395029065483948f,0.042003883321230964f,0.9939952660732454f,0.10104001588437242f,1.757646045072968f,0.15327275813878402f,0.09352148885854553f,-0.9837485414140191f,1.3549559720013733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9872908058917929f,0.056807940867969975f,-0.14842413030189866f,-0.2975420665936363f,0.042003883321230964f,0.9939952660732454f,0.10104001588437242f,1.6444442839275184f,0.15327275813878402f,0.09352148885854553f,-0.9837485414140191f,1.2567870885666952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9662488979163831f,0.21055484990733303f,-0.14842413030189866f,0.24608948210671733f,0.19698186351678848f,0.975186679890337f,0.10104001588437242f,1.8454484891467966f,0.16601570022388795f,0.06839294221600212f,-0.9837485414140191f,1.2684734370426303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9872908058917929f,0.05680794086796999f,-0.14842413030189866f,0.1329408541789634f,0.042003883321230964f,0.9939952660732455f,0.10104001588437242f,1.860303577702882f,0.15327275813878405f,0.09352148885854553f,-0.9837485414140191f,1.287070613362103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9442209648084978f,0.29396776551219694f,-0.14842413030189866f,0.11064285804720726f,0.2812254074591216f,0.9543076995338227f,0.10104001588437242f,1.8569480502725082f,0.17134479804055916f,0.05366346476169093f,-0.9837485414140191f,1.2900902042569427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9888485367453173f,-0.012200365599834395f,-0.14842413030189866f,0.1399484951853473f,-0.027436040707054937f,0.9945039863471672f,0.10104001588437242f,1.8656665495327265f,0.1463756641213472f,0.10398544234085746f,-0.9837485414140191f,1.2865641544023272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9785827280238177f,0.14263983299761432f,-0.14842413030189866f,0.1983115737361807f,0.1284764415661444f,0.9865519343413132f,0.10104001588437242f,1.9705050902093342f,0.16084044384408847f,0.07980701027996141f,-0.9837485414140191f,1.2567601952338119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9785827280238177f,0.14263983299761432f,-0.14842413030189866f,0.16621761131171753f,0.1284764415661444f,0.9865519343413132f,0.10104001588437242f,1.748530904982539f,0.16084044384408847f,0.07980701027996141f,-0.9837485414140191f,1.2388036179208206f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876873758056182f,-0.045925279953875964f,-0.14954770588467545f,-0.13364269710788998f,-0.10741668936228492f,0.8940629381025648f,0.43487138047686646f,1.8410823298912895f,0.11373347141742254f,0.4455808920640194f,-0.8879878186702644f,1.361428196692294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9827116018376246f,0.10914848271213046f,-0.14954770588467545f,-0.01934911845281366f,0.033768045765913184f,0.8998592120589173f,0.43487138047686646f,1.846260982841354f,0.18203743213658236f,0.42230321712525964f,-0.8879878186702644f,1.3447159240509483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9894748447203586f,-0.07154585237391792f,-0.12578045425944143f,-0.006052113465899275f,-0.14299850588972582f,0.616549601947421f,0.7742209088185248f,1.8636834517009464f,0.022157594159293692f,0.784058530561696f,-0.6202912716414003f,1.289707865624491f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9631553830420142f,0.23772039341099732f,-0.12578045425944143f,-0.03280171717237511f,0.0545246440299676f,0.6305624850414291f,0.7742209088185248f,1.8703153887118968f,0.26336053483883287f,0.7388369014978191f,-0.6202912716414003f,1.3034097537436253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9884850045844438f,0.08412296379693512f,-0.12578045425944143f,-0.07541114961225186f,-0.04478834983839524f,0.6313287480124524f,0.7742209088185248f,1.9613919382310405f,0.1445385741954217f,0.770939257591056f,-0.6202912716414003f,1.375348219991444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9884850045844438f,0.023084180217683797f,-0.14954770588467545f,-0.0806050901612307f,-0.04478834983839524f,0.8993780551919741f,0.43487138047686646f,1.7590318758128467f,0.1445385741954217f,0.43656183349301114f,-0.8879878186702644f,1.2771218074555166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9872908058917929f,0.056807940867969975f,-0.14842413030189866f,0.01833044495234311f,0.042003883321230964f,0.9939952660732454f,0.10104001588437242f,1.2412013160387678f,0.15327275813878402f,0.09352148885854553f,-0.9837485414140191f,1.240775091567352f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1804681152347167f,0.08682408883346508f,-0.9797412091883588f,-0.014228588360206294f,-0.23966083910606673f,0.9621925958012424f,0.12941441490128813f,0.8803790926133018f,0.9539360259381153f,0.2581607758423137f,-0.1528367502726019f,1.1439648006264844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.051355301052933656f,0.31817284289188674f,-0.946640731798425f,0.03060183336143095f,-0.7843547337913371f,0.5738945782296071f,0.2354414251099025f,0.4074380545231184f,0.6181830510721585f,0.7545933044526411f,0.22008784664847092f,0.7189511102911668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.051355301052933656f,-0.2613743616265819f,-0.9638703627241889f,-0.0751331809392802f,-0.7843547337913371f,0.6079801498738798f,-0.12307635409961967f,0.6119974692834942f,0.6181830510721585f,0.7496956585466074f,-0.23623322146447917f,0.9697135528213848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8836354891620862f,-0.10548541037833636f,-0.4561372057732128f,0.050783761136100475f,-0.004048200804540117f,0.9759718291761641f,-0.21785913045998018f,0.43791491524508913f,0.4681580228550254f,-0.1906615243090396f,-0.8628303708056568f,1.495080720780166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8836354891620862f,-0.4024416176763741f,-0.2392259740398259f,-0.0966215318796507f,-0.004048200804540117f,0.5175236773010558f,-0.8556593104168497f,0.5809404023040268f,0.4681580228550254f,-0.7551224985357117f,-0.4589314522253381f,1.2180940069426711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.12774235463859018f,-0.360733281300901f,-0.9238795325112867f,-0.0488834398656257f,0.14002409960390766f,0.9156213997758262f,-0.3768696111424633f,0.722254939366346f,0.9818732822322358f,-0.17750761120144012f,-0.06645228065352414f,1.122429662431652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.11825568406654823f,-0.36395357202901446f,-0.9238795325112867f,-0.0488834398656257f,-0.4463064046164643f,0.8116525669248223f,-0.3768696111424633f,0.722254939366346f,0.8870322352565759f,0.4569003261233983f,-0.06645228065352414f,1.122429662431652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4014277643288176e-16f,-0.38268343236508984f,-0.9238795325112867f,-0.0488834398656257f,-0.17364817766693033f,0.9098437264664095f,-0.3768696111424633f,0.722254939366346f,0.984807753012208f,0.16042999720436035f,-0.06645228065352414f,1.122429662431652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0892060029854159f,0.25190998130346043f,-0.9636304532086231f,-0.03752863801997599f,0.1530916416934206f,0.9525230002655327f,0.26317842466425956f,0.7441372861997108f,0.9841774424741604f,-0.17100086340377996f,0.046405457008658765f,1.1262881105795948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.08258119975734508f,0.2541587989733609f,-0.9636304532086231f,-0.03752863801997599f,-0.45840349749717557f,0.8488835905314671f,0.26317842466425956f,0.7441372861997108f,0.8848991913935702f,0.4634651601046438f,0.046405457008658765f,1.1262881105795948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4014277643288176e-16f,0.2672383760782568f,-0.9636304532086231f,-0.03752863801997599f,-0.17364817766693033f,0.9489907413585197f,0.26317842466425956f,0.7441372861997108f,0.984807753012208f,0.1673326721440357f,0.046405457008658765f,1.1262881105795948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.030736500370059358f,0.03727642838215067f,-0.9988321858210576f,-0.027785145062696227f,0.2066722603061001f,0.9774719385547718f,0.04283907279510127f,0.7566105111929142f,0.9779273205944136f,-0.20774762868694016f,0.022340062891233838f,1.3252263827352069f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.028302256445624112f,0.037044317318590585f,-0.9989127593711503f,-0.017745864454412653f,-0.543514337071027f,0.8381120021158235f,0.0464805045976034f,0.8608576131377296f,0.8389226112570384f,0.5442389093622445f,-0.0035863432443749566f,0.981862228984447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4014277643288176e-16f,0.18446598911885773f,-0.9828388977133544f,-0.04447386127018f,-0.17364817766693033f,0.9679073664300839f,0.18166353625131676f,0.6656877212788082f,0.984807753012208f,0.17066818352809862f,0.032032182852017116f,1.1140419397402708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4014277643288176e-16f,0.08715574274765811f,-0.9961946980917455f,-0.02500000000000014f,-0.17364817766693033f,0.9810602621904069f,0.0858316511774313f,0.88625f,0.984807753012208f,0.1729873939250895f,0.01513443590133828f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7425473348135108f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.706202665186489f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6149140516168055f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3437500000000002f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1589904864615224f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3437500000000002f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1597595135384773f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2078038319445028f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2227656064247316f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.4428417969201384f,-0.5996780795228935f,-8.767049297232213e-17f,0.7187499999999994f,0.09766763367143717f,0.23499098746372418f,1.541637609538586f,0.9961224999999999f,-0.5916712198453524f,-1.423577074397645f,0.25447933286645147f,2.514161944444445f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36.mcfunction new file mode 100644 index 000000000..6236a0cb4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36_as_bone.mcfunction new file mode 100644 index 000000000..150202a44 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_36_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8367166232021475f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.4654081702174901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8003719535751257f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.37898984178131495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7090833400054422f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.4682346338348322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4187748382087895f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.184240145074123f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.11343107678575778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4187748382087895f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.185009172151078f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,-0.019684230986259516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.282828670153292f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.248015265037332f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.06707766170439959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.03690300982357046f,-1.562064152929053f,-6.05181767278857e-16f,0.7187499999999993f,0.24597618631039497f,-0.005811068388424101f,1.5430062207432533f,0.9961224999999999f,-1.5425758113085244f,0.03644260718202791f,0.2460448185750334f,2.670134166666667f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37.mcfunction new file mode 100644 index 000000000..d9b9a2833 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37_as_bone.mcfunction new file mode 100644 index 000000000..0df71f3cb --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_37_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8767795769376148f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.4681484134677191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.840434907310593f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.381730085031544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7491462937409095f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.47097487708506125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.437499112787791f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1935066009096325f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.14316291113496635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.437499112787791f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1942756279865874f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,-0.04941606533546808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3015529447322935f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2572817208728417f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.09680949605360815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4695505479781101f,-0.5308742195070646f,-4.2880111617107756e-16f,0.7187499999999993f,0.08072785822041145f,-0.22346850520460412f,1.5443286858984273f,0.9961224999999999f,-0.5247003429047667f,1.4524602026370235f,0.23760294592288875f,2.8261063888888893f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38.mcfunction new file mode 100644 index 000000000..5ce1a6763 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38_as_bone.mcfunction new file mode 100644 index 000000000..8866460f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_38_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.876153245359934f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.4512433051142099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8398085757329123f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.36482497667803476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7485199621632288f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.454069768731552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.429855157727392f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1923750632930177f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.14680705575042816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.429855157727392f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1931440903699726f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,-0.05306020995092989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2939089896718945f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.256150183256227f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.10045364066906996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0266920720058614f,1.1778410925419065f,-7.894566941945747e-17f,0.7187499999999992f,-0.17274045394967225f,-0.1505731594081839f,1.545604965453689f,0.9961224999999999f,1.1651053063348276f,1.0155906332698854f,0.22915396737761534f,2.982078611111111f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39.mcfunction new file mode 100644 index 000000000..663025b91 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39_as_bone.mcfunction new file mode 100644 index 000000000..8a3f9397b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_39_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8476369731879736f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.4262113397308666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8112923035609518f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.33979301129469147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7200036899912683f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.42903780334820873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.408513813147514f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.184802966744036f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.12943987388899234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.408513813147514f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1855719938209908f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,-0.03569302808949407f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2725676450920165f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.248578086707245f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.08308645880763414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.7264766606313187f,1.383343020207919f,-4.229772520630442e-16f,0.7187499999999992f,-0.1953927843084102f,0.10261250852626191f,1.5468350212398718f,0.9961224999999999f,1.369474195229021f,-0.7191933060978668f,0.2206981356193229f,3.1380508333333332f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3_as_bone.mcfunction new file mode 100644 index 000000000..3b52e9df0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_3_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8008946394096172f,-0.14929099762564274f,-0.056783968136474156f,0.08055044229182921f,-0.1533310442036588f,0.7999328344490173f,0.05951046713159922f,1.228361824475552f,0.04474161254134039f,0.06902248070553406f,-0.8125137104744137f,-0.3593025292892005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7807947981464249f,0.16512216732494767f,-0.055625111643893055f,0.08055044229182921f,0.1611052695283017f,0.7814388474271016f,0.058295967802382914f,1.228361824475552f,0.06636697460105304f,0.045694612261350895f,-0.7959317980157522f,-0.3593025292892005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6519041361383421f,0.1068766240436838f,0.480148757119282f,0.020899753418992507f,0.16996717908028175f,0.7969994350155636f,0.05336200019497313f,1.2290448901018964f,-0.46160220944624786f,0.14252625113410486f,-0.6584482610019141f,-0.37641847279620183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6300546630526982f,-0.14765562801556548f,0.47034980289235795f,0.020899753418992507f,-0.14494950018008848f,0.7850204952624908f,0.052272979782830825f,1.2290448901018964f,-0.47119079358906574f,-0.04405266771902316f,-0.6450105413896302f,-0.37641847279620183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.35663346969476084f,-0.14828239344524566f,1.514011608306761f,-0.6901231833227568f,1.4952223954730706f,0.2522894249832106f,0.3769168132591258f,0.9681812716770618f,-0.28022991697755945f,1.5348513373730337f,0.08431379362215805f,-0.2710480965701444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6659474697140062f,-0.7207902504893013f,0.19228983951598352f,-0.5394277550181241f,-0.7371041679849077f,0.6754573647748273f,-0.020851712417039037f,1.1668884376358364f,-0.1148538772562322f,-0.15562378729171183f,-0.9811166208500365f,-0.2591466620803762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.557556474777152f,-0.7207902504893013f,0.4118157260640311f,-0.3339929913578271f,-0.698374472874356f,0.6754573647748273f,0.23670750729309697f,1.4261684747419954f,-0.44878042857453204f,-0.15562378729171183f,-0.8799871384045583f,-0.1013190171427204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5251480350360804f,0.6636848017903961f,0.5326744082178025f,0.31798438330597134f,0.6859498100075723f,0.040348061383946025f,-0.7265293470281384f,1.2109415108311006f,-0.5036788653977047f,0.746923368100771f,-0.43406575853974094f,0.31133449128409835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.16504994765126715f,0.7248129878193722f,0.668883134387965f,0.23969631327856067f,0.6499341865154902f,0.5900374949934659f,-0.4790003211901678f,1.4195991047715346f,-0.741851783025937f,0.35567103788499604f,-0.5684663972752018f,0.06329322647545382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9666531025175997f,-0.02696779395018678f,0.25466550116291553f,-0.24636703744161048f,-0.17291835339604808f,0.8022435720775473f,-0.5714057176114505f,1.072620569959785f,-0.18889420968335185f,-0.596387448853275f,-0.7801544644481528f,0.1709523015369203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9654985634500152f,-0.03310731995457636f,0.2582952367764109f,-0.250960314703241f,-0.09598716268431752f,0.9672896583729105f,-0.23481307758434683f,1.2525197991698036f,-0.24207227965170078f,-0.25150471600000557f,-0.9370946533056227f,0.11793832570375912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9543305725772405f,-0.06568870629826702f,0.29144150718327044f,0.07167462418097663f,-0.20335532586395624f,0.8574825331055475f,-0.47262069025980874f,1.0634913372449037f,-0.21886016011864853f,-0.5103025566110305f,-0.8316799450684653f,0.22011968326615577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9578162258651467f,-0.12738185135603938f,0.2576081159718266f,0.04940057777654316f,-0.1367424303744352f,0.9904305593264805f,-0.018676586613406973f,1.249080338452285f,-0.2527638922091898f,-0.05311469756426402f,-0.9660689642556156f,0.2041227464462587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9933463143222799f,0.015151976483851623f,0.11416443154930025f,0.24957886814620567f,0.030824870526747258f,0.9901192009302773f,0.13679837464750305f,1.9447837973120023f,-0.11096362998456444f,0.13940726508264234f,-0.983998316697151f,0.10830676895846049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9933463143222799f,0.015151976483851623f,0.11416443154930025f,0.2956382733305566f,0.030824870526747258f,0.9901192009302773f,0.13679837464750305f,1.832687812174168f,-0.11096362998456444f,0.13940726508264234f,-0.983998316697151f,0.0027921547571934484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9933463143222799f,0.015151976483851623f,0.11416443154930025f,-0.3340120915181338f,0.030824870526747258f,0.9901192009302773f,0.13679837464750305f,1.9628934087464665f,-0.11096362998456444f,0.13940726508264234f,-0.983998316697151f,0.043115636342528865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9933463143222799f,0.015151976483851623f,0.11416443154930025f,-0.36245365990795386f,0.030824870526747258f,0.9901192009302773f,0.13679837464750305f,1.8531092888981382f,-0.11096362998456444f,0.13940726508264234f,-0.983998316697151f,-0.07072125010758049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9792456825389874f,0.16321726211407178f,0.12015830631603767f,0.1548674261345476f,0.18462358811385482f,0.9629458568224905f,0.19659452571311672f,2.053547883378518f,-0.08361832299632681f,0.21469839816912f,-0.9730943293858494f,0.09693476649426244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9927223483060315f,0.008020012282986946f,0.12015830631603767f,0.04060151129862696f,0.0317126454041604f,0.9799718876483676f,0.19659452571311672f,2.067076256620063f,-0.11617507174617106f,0.19897431699060067f,-0.9730943293858494f,0.0855582798156975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9628143996813495f,0.23834385344893172f,0.12720314182187645f,0.019357276778869503f,0.264964911638134f,0.9249918609731327f,0.27236676143402067f,2.063429165930417f,-0.05274492740385653f,0.29594300913617644f,-0.9537482414015698f,0.07227261518329885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9893432100202858f,-0.07084753698894637f,0.12720314182187645f,0.0482115896151756f,-0.03384159889618976f,0.9615981975077184f,0.27236676143402067f,2.072076647052777f,-0.1416148260984914f,0.2651594483560922f,-0.9537482414015698f,0.07859047288848689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9882457499322866f,0.0847920895568431f,0.12720314182187645f,0.10932897610473408f,0.11700214695390626f,0.9550533204351053f,0.27236676143402067f,2.1793797737771f,-0.09839123613893996f,0.28404833510243366f,-0.9537482414015698f,0.08461945249699641f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9882457499322866f,0.09451094732375387f,0.12015830631603767f,0.08806401295688948f,0.11700214695390626f,0.9734788595895708f,0.19659452571311672f,1.960347030369447f,-0.09839123613893996f,0.20834248430926272f,-0.9730943293858494f,0.03774239352741238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9834868641648222f,-0.14042816877061892f,0.11416443154930025f,-0.23204066634147819f,-0.1244434023039658f,0.9827512626889953f,0.13679837464750305f,2.068567004005698f,-0.13140558450179213f,0.12033239422082402f,-0.983998316697151f,0.04740678785420909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.99334631432228f,0.015151976483851623f,0.11416443154930025f,-0.11746936697250647f,0.030824870526747254f,0.9901192009302772f,0.13679837464750305f,2.0749942510862427f,-0.11096362998456444f,0.13940726508264234f,-0.983998316697151f,0.06159299527096029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.967505278371976f,-0.22561032532087372f,0.11416443154930025f,-0.09534695625809145f,-0.20962227382356718f,0.9681656402758978f,0.13679837464750305f,2.070028728856808f,-0.14139320577525208f,0.10842174181302686f,-0.983998316697151f,0.06346933697004561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9898696241762348f,0.08440740312451839f,0.11416443154930025f,-0.12410916966408746f,0.09981700673464389f,0.985557086048463f,0.13679837464750305f,2.080828320218453f,-0.10096876893245692f,0.14680810753305676f,-0.983998316697151f,0.06163370862819263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.990886913461377f,-0.07148151719158324f,0.11416443154930025f,-0.1763559069917867f,-0.055587001777685996f,0.9890380629314369f,0.13679837464750305f,2.190586812160707f,-0.12269152360433469f,0.1292056607615178f,-0.983998316697151f,0.03907275970261272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.990886913461377f,-0.07148151719158324f,0.11416443154930025f,-0.16027256562368047f,-0.055587001777685996f,0.9890380629314369f,0.13679837464750305f,1.968053248001134f,-0.12269152360433469f,0.1292056607615178f,-0.983998316697151f,0.01000148603127126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9933463143222799f,0.015151976483851623f,0.11416443154930025f,-0.047437302767285076f,0.030824870526747258f,0.9901192009302773f,0.13679837464750305f,1.4524890995007886f,-0.11096362998456444f,0.13940726508264234f,-0.983998316697151f,-0.016824336178726435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9611548559353092f,-0.009733515036694063f,0.2758379988272198f,-0.0437872346285248f,0.011006274296059972f,0.9972314861144771f,0.07354063521639914f,1.0785272922078597f,-0.2757901463759987f,0.07371988732317777f,-0.9583867556341559f,-0.0444692939249181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.93875927932739f,-0.06348762701930996f,0.3386743815114694f,0.004180942813358554f,-0.24977886652101478f,0.8024502220610413f,-0.5419263408929877f,0.727257162660754f,-0.237363715247711f,-0.5933320843588711f,-0.7691654596731194f,0.3534151798539415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.93875927932739f,0.1742756655412918f,0.297252431237928f,0.06921282055524802f,-0.24977886652101478f,0.2500812012507267f,-0.9354517147455932f,0.7831212324132998f,-0.237363715247711f,-0.9524113529253698f,-0.19123567005836084f,0.037431995035434644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9076732741106186f,0.2920696415322973f,0.30137111998415683f,-0.2977002547467399f,0.20707118141550457f,0.9362809980376673f,-0.2837241944931327f,0.7377618205323837f,-0.36503527677814507f,-0.19512359470034646f,-0.9103164447041028f,0.25252270449075476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9076732741106186f,0.4125131415838015f,-0.07721486570584879f,-0.16276355413228133f,0.20707118141550457f,0.2801745282966241f,-0.9373493263031406f,0.7821381630809514f,-0.36503527677814507f,-0.8667959054555038f,-0.3397265149985741f,-0.05782915017350557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9167594949475347f,0.297957547174018f,0.26603257038487577f,-0.04506650418815499f,0.09440328279459315f,0.8087664488450073f,-0.5805039633113975f,0.9710602540549855f,-0.3881237542603455f,-0.5070681722457833f,-0.7695724917603122f,-0.03547188393412271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9639266325321426f,0.03809370852369921f,0.26342801002580407f,-0.04399649256484034f,-0.15316675060468782f,0.7300297977135031f,-0.6660303603887614f,0.9410887935717911f,-0.21768186328779215f,-0.6823528147676199f,-0.697860475005041f,-0.03622527684640881f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9507306129801857f,0.15917905966783608f,0.26603257038487577f,-0.04506650418815499f,-0.02617694830787315f,0.8138365413011673f,-0.5805039633113975f,0.9710602540549855f,-0.3089111019688469f,-0.5588668097196479f,-0.7695724917603122f,-0.03547188393412271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9413811179264936f,0.13604586151268022f,0.3086958282464111f,-0.04654737608713949f,0.08547064825094874f,0.9814048135084454f,-0.17187018447076888f,0.9958857029528382f,-0.32633779906567323f,-0.13541091384274084f,-0.9355038884543699f,-0.03301792306668753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9471299583439782f,-0.08747415407191107f,0.3086958282464111f,-0.04654737608713949f,-0.14599531634330315f,0.9742412469690466f,-0.17187018447076888f,0.9958857029528382f,-0.28571000964816234f,-0.20785154575706402f,-0.9355038884543699f,-0.03301792306668753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9507306129801857f,0.028603971150569868f,0.3086958282464111f,-0.04654737608713949f,-0.02617694830787315f,0.9847717537923552f,-0.17187018447076888f,0.9958857029528382f,-0.3089111019688469f,-0.17148296057377416f,-0.9355038884543699f,-0.03301792306668753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9293306960089033f,0.211855246449405f,0.30242653985301843f,-0.2311087112750365f,0.12435548634135246f,0.9507587510121143f,-0.28388996176457193f,1.0101853179543574f,-0.34767825711771677f,-0.22621925631065615f,-0.9099146540208266f,-0.0934113787508017f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9472700362331395f,-0.08069490137453397f,0.31010935385283145f,0.13973201073333602f,-0.1923063119768134f,0.9172794727265458f,-0.3487357900881223f,1.0182010845019536f,-0.2563157444027639f,-0.3899829506615188f,-0.8844294982442594f,0.018985179738386183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9507306129801857f,0.07706669160695181f,0.30028657410393716f,-0.06111207726017091f,-0.02617694830787315f,0.9451945699983123f,-0.32545659038187025f,0.8650871828014497f,-0.3089111019688469f,-0.3172821298000639f,-0.8966080421175844f,0.0016474331040937026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9507306129801857f,0.06124528938187736f,0.30390840079018955f,-0.039999999999999994f,-0.02617694830787315f,0.9609322955631674f,-0.27554290177935725f,1.08f,-0.3089111019688469f,-0.26992246640884066f,-0.911984535618977f,-0.05625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5153536557459588f,-0.3583932891173476f,-0.7784374475993079f,-0.3636886420000481f,0.03821840457787891f,0.917060074385124f,-0.3969133073106423f,1.2875f,0.856124969301093f,0.1748000866258369f,0.486307481594518f,0.44221475732241194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.35735229022945697f,-0.3583932891173476f,-0.8624694724936133f,-0.3225913469885721f,-0.03821840457787885f,0.917060074385124f,-0.3969133073106423f,1.2875f,0.9331873843013974f,0.1748000866258369f,0.31401629813803655f,0.5264766991629589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4383711467890771f,-0.3583932891173476f,-0.8242481349560209f,-0.21950277425090695f,2.7755575615628914e-17f,0.917060074385124f,-0.39874906892524625f,1.347312360338787f,0.8987940462991673f,0.1748000866258369f,0.402012676482683f,0.42404382677028296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8334633160674114f,-0.5416349157199433f,-0.1094098662962541f,0.5272718052255732f,-0.5232284589991256f,0.8372423718324311f,-0.15892510972720883f,2.048724731191592f,0.17768196437262462f,-0.07521189321812724f,-0.98120960587187f,-0.3255123439773757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3354827820521706f,-0.5416349157199433f,-0.7707677477811237f,0.5902280754090903f,-0.1332571709424053f,0.8372423718324311f,-0.530346808419577f,2.0840812688084083f,0.9325737661648876f,-0.07521189321812724f,-0.35305713670676947f,-0.38530770995443664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6715335486241827f,-0.5416349157199433f,-0.5056424736365236f,0.6345963113628103f,-0.3771364012460389f,0.8372423718324311f,-0.39597139500675016f,2.1257987092510127f,0.6378172370886501f,-0.07521189321812724f,-0.7665065839189809f,-0.24043403937805902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014860258067111775f,0f,0.000004828390537108556f,-0.2593134340391367f,0f,0.000015625f,0f,1.2461225f,-0.000004828390537108556f,0f,-0.000014860258067111775f,0.5953710247960168f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4.mcfunction new file mode 100644 index 000000000..8556a6f9c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40.mcfunction new file mode 100644 index 000000000..560464f72 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40_as_bone.mcfunction new file mode 100644 index 000000000..cb3b9a9c1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_40_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8046011784333416f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.3986858977485674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7682565088063198f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.31226756931239225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6769678952366363f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.4015123613659095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3815080926541552f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1741493859531245f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.09945686784570593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3815080926541552f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1749184130300794f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,-0.005710022046207658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2455619245986578f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2379245059163337f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.05310345276434773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5524834470452755f,-0.1766391707702963f,-4.200618656370068e-16f,0.7187499999999991f,0.023993048755157568f,0.21087514662855195f,1.5480188164702064f,0.9961224999999999f,-0.1750020864499919f,-1.5380950965021531f,0.21223570353307775f,3.2940230555555554f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41.mcfunction new file mode 100644 index 000000000..6a84b1bbd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41_as_bone.mcfunction new file mode 100644 index 000000000..014af9177 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_41_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7626639160709796f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.3737592923442112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7263192464439578f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.28734096390803604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6350306328742743f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.3765857559615533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3563000641297367f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.163947838070439f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.06921736533723163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3563000641297367f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.164716865147394f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.02452948046226663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2203538960742393f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2277229580336484f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.022863950255873445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.397141551189153f,-1.5111865663507842f,-7.019959733060266e-17f,0.7187499999999991f,0.19707509665259768f,0.051791559909352206f,1.5491563157414185f,0.9961224999999999f,-1.4982810966565796f,-0.3937499790515329f,0.2037669242013402f,3.4499952777777776f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42.mcfunction new file mode 100644 index 000000000..35f6166f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42_as_bone.mcfunction new file mode 100644 index 000000000..c947fe250 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_42_as_bone.mcfunction @@ -0,0 +1,7 @@ +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7425473348135108f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.706202665186489f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6149140516168055f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3437500000000002f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1589904864615224f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3437500000000002f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1597595135384773f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2078038319445028f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2227656064247316f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.2650501217907988f,-0.9170902024103647f,-6.727992478920807e-17f,0.718749999999999f,0.11462427295085434f,-0.15811470897360463f,1.5502474850347858f,0.9961224999999999f,-0.9098987390954947f,1.2551300926394469f,0.19529205089639418f,3.6059675f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43.mcfunction new file mode 100644 index 000000000..7ba5cee7c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43_as_bone.mcfunction new file mode 100644 index 000000000..626662a67 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_43_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.40718358187571146f,0.1413794733488591f,-0.6936554040810965f,-0.307683571182865f,-0.34449343458179776f,0.7386465426929554f,-0.05167207120123084f,1.0562973208630067f,0.6184417908140963f,0.3183670427789091f,0.4279212800169091f,1.0811252865353382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42151068675596454f,-0.024690425114128597f,-0.6794991713447477f,-0.307683571182865f,-0.03487605456224521f,0.7976349575777112f,-0.0506175391358996f,1.0562973208630067f,0.6790525765864425f,0.0562926048223622f,0.41918819266962526f,1.0811252865353382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6160969617834233f,0.17821653885758643f,-0.5055767433370544f,-0.3251014038859696f,0.061291928792833114f,0.7885826091408144f,0.20328603609191728f,1.0326858295775823f,0.5325526054677917f,0.11541567607016127f,-0.6082856143056306f,1.1770876793964609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6243917288114361f,-0.06966806928926446f,-0.49525885061589003f,-0.3251014038859696f,-0.24014805653837107f,0.7366635800485856f,0.19913734147779655f,1.0326858295775823f,0.43870705480161754f,0.30409394921883504f,-0.5958716221769442f,1.1770876793964609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.000014986475964810508f,0.000004284431940025583f,0.0000010907823373366219f,0.4103039096818004f,-0.0000025052064712712344f,0.000005053135544675144f,0.000014571560887682607f,1.103414653206101f,0.0000036428153525065844f,-0.000014150974846929426f,0.000005533573184580922f,1.3908430687732283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6219006897806321f,0.09305413585159145f,0.77754772191248f,0.26840234800008916f,0.10073138006068913f,0.9751601660311779f,-0.19727098027108408f,1.0991102990051862f,-0.7765904461950601f,0.20100641379557774f,0.5970793083766995f,1.5961945357400362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9902725797088573f,0.09305413585159145f,-0.1034463420217378f,-0.040705932268966474f,-0.11161989729594221f,0.9751601660311779f,-0.19132080157078782f,1.147579923333929f,0.08307356020063236f,0.20100641379557774f,0.9760610663317293f,1.5165859167874538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.1244194807692286f,0.13889577123270067f,-0.9824600539150631f,-0.14133223050694055f,0.3666334648496878f,0.913644013066556f,0.17559760772844107f,1.1935584802202857f,0.9220085114886023f,-0.3820504968211819f,0.06275127585364054f,0.7007242824998616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5860383792307268f,0.10746188463778178f,-0.8031257444626706f,0.0628965136019742f,0.28680200444278464f,0.8994918614125748f,0.32963464851277724f,1.2880226689686571f,0.7578282314061833f,-0.4235166284842158f,0.4963164686781397f,0.9457951197057753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.26915201631825103f,-0.5085405710145707f,-0.8178897723678872f,0.23758590091617066f,0.708394076154328f,0.47080496671754696f,-0.5258521809249684f,0.8419444183517962f,0.6524837354151256f,-0.7209224444739281f,0.23352902190618655f,1.432874156233266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10772919698654361f,-0.345488605685771f,-0.932218881732148f,0.16698041933926266f,0.31678087768206364f,0.8768730239489206f,-0.3615848108060643f,1.004098205274681f,0.9423610219292899f,-0.33426235685757033f,0.014979357009111516f,1.3702935853037785f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2498428200199638f,-0.48249066794190076f,-0.8395125494198705f,0.28564594386310127f,0.7168726750832287f,0.4906499154076432f,-0.4953344609750956f,0.913273822789791f,0.6509010162870297f,-0.7255793656516504f,0.22329901732220178f,1.1349521847544335f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.10538695561118208f,-0.31211884143682556f,-0.9441797595834919f,0.22122253759629967f,0.32218593888514985f,0.8875364766192758f,-0.3293557703379982f,1.0776284385912926f,0.9407921185743965f,-0.33891124426665964f,0.0070255347072882f,1.0714502360463554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873180522545493f,0.05502124119493572f,-0.14891516615057054f,0.3348949529984085f,0.03982523979131855f,0.993866143492629f,0.10316995247964966f,1.7387143366098852f,0.1536782807290844f,0.09593097433289152f,-0.9834532191190869f,1.2639189773724526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873180522545493f,0.05502124119493572f,-0.14891516615057054f,0.3510809279819711f,0.03982523979131855f,0.993866143492629f,0.10316995247964966f,1.6226598052260992f,0.1536782807290844f,0.09593097433289152f,-0.9834532191190869f,1.1539659307610861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873180522545493f,0.05502124119493572f,-0.14891516615057054f,-0.24515440270113925f,0.03982523979131855f,0.993866143492629f,0.10316995247964966f,1.7621116649872848f,0.1536782807290844f,0.09593097433289152f,-0.9834532191190869f,1.3542049673007897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873180522545493f,0.05502124119493572f,-0.14891516615057054f,-0.30301728163666775f,0.03982523979131855f,0.993866143492629f,0.10316995247964966f,1.6490440265878479f,0.1536782807290844f,0.09593097433289152f,-0.9834532191190869f,1.2557777917441044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.96655531023874f,0.208794409742314f,-0.14891516615057054f,0.24024979687340006f,0.19480984348215763f,0.97539996195807f,0.10316995247964966f,1.851012245791014f,0.1667931567293771f,0.07070932521637163f,-0.9834532191190869f,1.267787864096817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873180522545493f,0.05502124119493573f,-0.14891516615057054f,0.12708002531655221f,0.03982523979131854f,0.9938661434926291f,0.10316995247964966f,1.8656150860483678f,0.15367828072908443f,0.09593097433289152f,-0.9834532191190869f,1.2864560318480744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9446796436096048f,0.2922407299470393f,-0.14891516615057054f,0.10478913857665367f,0.27908024137350135f,0.9547094740182772f,0.10316995247964966f,1.8622114531539773f,0.1723211821702096f,0.055903273426218966f,-0.9834532191190869f,1.289474272472882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9887510828684727f,-0.013984613572452592f,-0.14891516615057054f,0.13407769968390373f,-0.029600370034922177f,0.9942232038124753f,0.10316995247964966f,1.870992075734292f,0.14661212166877105f,0.10641734625561121f,-0.9834532191190869f,1.2859605165950583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9787655918430083f,0.14086230693323853f,-0.14891516615057054f,0.19223987391741706f,0.12629483465819466f,0.9866131844061311f,0.10316995247964966f,1.9760095477399453f,0.16145442379465846f,0.08217198331207538f,-0.9834532191190869f,1.2563947155197912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9787655918430083f,0.14086230693323853f,-0.14891516615057054f,0.16054585485743844f,0.12629483465819466f,0.9866131844061311f,0.10316995247964966f,1.7540215812485662f,0.16145442379465846f,0.08217198331207538f,-0.9834532191190869f,1.2379060192745743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9874539982345838f,-0.0474194870784099f,-0.15061870274224098f,-0.13944477263196672f,-0.10949883460028473f,0.8928870454884381f,0.43676392847865475f,1.8457252190384565f,0.11377436702401167f,0.4477768598801733f,-0.8868772616118519f,1.3608483812643992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9827148430239432f,0.10763616346131695f,-0.15061870274224098f,-0.025166060860744015f,0.03152758505887945f,0.8990235159105949f,0.43676392847865475f,1.8511535178519183f,0.18242134930095757f,0.42446575145125776f,-0.8868772616118519f,1.3441136798060052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9892050176898307f,-0.07242754143805277f,-0.12738792807209487f,-0.011918055527681187f,-0.1448601858207399f,0.614501844778011f,0.7755017790620484f,1.8687344983017613f,0.022112429564450614f,0.7855836900074115f,-0.6183601753453214f,1.2891442452468664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9631712191909302f,0.23679847614323082f,-0.12738792807209487f,-0.03867545601830967f,0.052121289434619925f,0.6291902429784416f,0.7755017790620484f,1.8752840692060306f,0.26378888094445907f,0.7403013709544063f,-0.6183601753453214f,1.302870507117968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9883564261294937f,0.08320991954108485f,-0.12738792807209487f,-0.08142875821140383f,-0.046947449197506756f,0.6295974330359403f,0.7755017790620484f,1.9661067019695213f,0.14473255315367906f,0.7724527050923706f,-0.6183601753453214f,1.3750442493012862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9883564261294937f,0.02157733331020032f,-0.15061870274224098f,-0.08628365820619889f,-0.046947449197506756f,0.8983502701027813f,0.43676392847865475f,1.763977891196396f,0.14473255315367906f,0.43874959930862656f,-0.8868772616118519f,1.2763255894568455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873180522545493f,0.05502124119493572f,-0.14891516615057054f,0.013586311155420541f,0.03982523979131855f,0.993866143492629f,0.10316995247964966f,1.2464192766675195f,0.1536782807290844f,0.09593097433289152f,-0.9834532191190869f,1.2386840931175744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.1735747784225184f,0.08390805857403512f,-0.981239641474961f,-0.01787921080984263f,-0.23529674661315716f,0.9639740805465753f,0.12405407316024958f,0.8849289964625539f,0.9562987176237544f,0.2524151535481202f,-0.147578294238826f,1.1440284105370293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.03923976437597788f,0.30006146895713287f,-0.9531124570264545f,0.03434738054067771f,-0.7694766396415982f,0.5994419743826976f,0.2203974146718777f,0.404586384309715f,0.6374683850494799f,0.7420461132540626f,0.20736832898720836f,0.7242608835174648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.03923976437597788f,-0.26929742285205666f,-0.9622573143068117f,-0.07378845718651408f,-0.7694766396415982f,0.6224983020603978f,-0.1428340469838898f,0.6146036053449726f,0.6374683850494799f,0.7348297503348394f,-0.23164476269763937f,0.971112530448706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8681179001297764f,-0.11595841197236598f,-0.48262299796747615f,0.06276374776135754f,-0.022533547032590383f,0.9805329102856317f,-0.19505755844088551f,0.44326061589170784f,0.4958462974878379f,-0.15845775001443285f,-0.8538311254153046f,1.4902398953391374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8681179001297764f,-0.433662582790981f,-0.2414706519669067f,-0.09548611132465826f,-0.022533547032590383f,0.5204158636161583f,-0.8536155857028258f,0.5845738669583518f,0.4958462974878379f,-0.7355977794852997f,-0.4615542829222785f,1.219601096065582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.13094854451826f,-0.37476888551794607f,-0.9178239270885161f,-0.04982959193257615f,0.13970426875116737f,0.9095819130077205f,-0.3913354837245364f,0.7261312460355254f,0.9814964065045021f,-0.17946873258830318f,-0.06675161452652097f,1.123281932391878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.12142324665529168f,-0.3779624770205401f,-0.9178239270885161f,-0.04982959193257615f,-0.4368171578100626f,0.8099674745450103f,-0.3913354837245364f,0.7261312460355254f,0.8913176570754261f,0.4484384641661281f,-0.06675161452652097f,1.123281932391878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.404716001795017e-16f,-0.3969877061872497f,-0.9178239270885161f,-0.04982959193257615f,-0.16814529388735153f,0.9047561546193644f,-0.3913354837245364f,0.7261312460355254f,0.9857622229237313f,0.1543277739571415f,-0.06675161452652097f,1.123281932391878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.08275639939102007f,0.23684511869412997f,-0.9680164090089576f,-0.03885257569931424f,0.15602480633101717f,0.9562905625948963f,0.24731481900869867f,0.7482211495385027f,0.9842802640351997f,-0.17150145667807098f,0.042185449957268126f,1.1270498930928214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.07673663523735144f,0.23886339339013882f,-0.9680164090089576f,-0.03885257569931424f,-0.45195052693146387f,0.8570741516957952f,0.24731481900869867f,0.7482211495385027f,0.8887362994830478f,0.4564736331849639f,0.042185449957268126f,1.1270498930928214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.404716001795017e-16f,0.2508868906288301f,-0.9680164090089576f,-0.03885257569931424f,-0.16814529388735153f,0.954234007171318f,0.24731481900869867f,0.7482211495385027f,0.9857622229237313f,0.16276740358058991f,0.042185449957268126f,1.1270498930928214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.02413855779987834f,0.021695304117662538f,-0.9994731831352875f,-0.02990324173056108f,0.20850626566756586f,0.9776684872500081f,0.02625768869583065f,0.7619612379050884f,0.9777231035445099f,-0.2090302437866895f,0.019075900444507955f,1.3259420058529663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.02148836027720441f,0.021557012783711374f,-0.9995366654467659f,-0.020681847080979348f,-0.5364507636231722f,0.8434080546361001f,0.029722576992323398f,0.863326405777196f,0.8436580045140996f,0.5368408968910549f,-0.0065591801694601624f,0.9812027612811071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.404716001795017e-16f,0.16780118772170632f,-0.9858208566464725f,-0.044452916576107934f,-0.16814529388735153f,0.9717849590524037f,0.1654120718177916f,0.6695997262003932f,0.9857622229237313f,0.1657611376611018f,0.028214980024112622f,1.1152241991658893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.404716001795017e-16f,0.07027878747348941f,-0.9975273891133296f,-0.02875000000000014f,-0.16814529388735153f,0.9833248165196617f,0.06927817376425145f,0.890625f,0.9857622229237313f,0.16772953600314328f,0.01181704737377626f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7481723348135108f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9949999999999999f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.711827665186489f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9949999999999999f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6205390516168054f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.086646176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3493750000000002f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1627404864615225f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3493750000000002f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1635095135384774f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2134288319445028f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.226515606424732f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3127940859550762f,0.8473357881509408f,-6.438933217054191e-17f,0.718749999999999f,-0.1013557784113524f,-0.157032511002703f,1.5512814208488461f,0.9961224999999999f,0.8412520098424756f,1.3033683679631058f,0.18690158728374992f,3.7615925000000003f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44.mcfunction new file mode 100644 index 000000000..2b0a4a288 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44_as_bone.mcfunction new file mode 100644 index 000000000..3a55e80bd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_44_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.41283617088937175f,0.13982115329856423f,-0.6906234759549557f,-0.3126527688190427f,-0.3387695370762274f,0.7412352828534222f,-0.05243949510445536f,1.059173661121244f,0.6178559226866766f,0.31299320278228254f,0.4327051631972155f,1.0820374995866926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.42604224727499995f,-0.02821974968398927f,-0.6765291193028138f,-0.3126527688190427f,-0.028725334834867833f,0.7978320938767881f,-0.051369301326813416f,1.059173661121244f,0.6765078408085842f,0.05164877256966724f,0.42387444558094584f,1.0820374995866926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6129447461251817f,0.1751056941837673f,-0.5104715256568204f,-0.32933651443386963f,0.06152973309747448f,0.7901201404212024f,0.1971514648441077f,1.0360592175826029f,0.5361504216047345f,0.10951074837496473f,-0.6062133006193984f,1.1782510089946039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6203727218765369f,-0.07130177869201941f,-0.5000537394189262f,-0.32933651443386963f,-0.24050921756819604f,0.7381442306099679f,0.1931279655615749f,1.0360592175826029f,0.4441767691091365f,0.30009856909451105f,-0.5938416006067576f,1.1782510089946039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.002391392418517692f,-0.0008577336380729806f,-0.00013728322152453188f,0.41888396073601186f,0.0004287163603193319f,-0.0008157057497206917f,-0.0023715264679958995f,1.1088176900770006f,-0.0007554839238452459f,0.002252160853964177f,-0.0009112227525806718f,1.4071366235929719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6727466568945354f,0.08753304287747973f,0.7346767330206094f,0.26367015296422136f,0.09527392873214217f,0.9744607481558182f,-0.20334485193273472f,1.1057712209638353f,-0.7337130325550782f,0.2067951080374301f,0.6472255937079581f,1.6026441669699827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.987017200542636f,0.08753304287747973f,-0.1346662995614994f,-0.043323690006998566f,-0.11290351642915773f,0.9744607481558182f,-0.19411091231956545f,1.1543810552055471f,0.11423590421101903f,0.2067951080374301f,0.9716923080280501f,1.5152036722172504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11049098629248516f,0.13108499492999362f,-0.9851946335888748f,-0.14462972442321115f,0.38915055718144304f,0.9064132175270201f,0.16424653097611386f,1.1892006826152757f,0.9145236934019187f,-0.40153680179594825f,0.049138691577971794f,0.6981029346478638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5747116793068349f,0.10025118514165562f,-0.8121922097299452f,0.05591235625934098f,0.31157902154469785f,0.890912999434595f,0.3304429463185773f,1.2918673272560368f,0.7567198946780551f,-0.4429714746077302f,0.48078193984621204f,0.9429192169468981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2607849045078005f,-0.5057338015581871f,-0.8223287393386914f,0.2338565020820505f,0.688602286431319f,0.4995626372534872f,-0.525608278646656f,0.847579123585986f,0.6766225866038007f,-0.7033281548621847f,0.21797105742675496f,1.4285782770633215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10609920751724505f,-0.340824919045037f,-0.9341206200069435f,0.16411357588606268f,0.3031901425453487f,0.8835999954327992f,-0.35682879022647335f,1.0110239427907204f,0.9470051191136952f,-0.32107541579682075f,0.009585496510610345f,1.3684365459546088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2426541730777045f,-0.4800369475699344f,-0.8430204512677705f,0.2798368833955202f,0.6965757790706227f,0.5186081936714882f,-0.4958101708002279f,0.91745582470914f,0.6752045144251706f,-0.7075380346133598f,0.2085396683495338f,1.129820144262694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.10388481789810602f,-0.30857506203334306f,-0.9455101140132748f,0.21606962105168545f,0.3084424278964479f,0.8937885976721927f,-0.325584415082356f,1.0830062841784114f,0.9455533899699275f,-0.32545871283819366f,0.0023265756132820337f,1.0688111767031157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873316754168133f,0.05317396808161473f,-0.149494788661959f,0.3290782524864585f,0.03759601481354029f,0.9937438966321515f,0.10516466886025955f,1.7446427070114452f,0.15415155655642404f,0.0982120004113723f,-0.9831539556887458f,1.2626175462325682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873316754168133f,0.05317396808161473f,-0.149494788661959f,0.3454413078673284f,0.03759601481354029f,0.9937438966321515f,0.10516466886025955f,1.628874057082568f,0.15415155655642404f,0.0982120004113723f,-0.9831539556887458f,1.1523896794644608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873316754168133f,0.05317396808161473f,-0.149494788661959f,-0.2509791068209194f,0.03759601481354029f,0.9937438966321515f,0.10516466886025955f,1.7667303657144f,0.15415155655642404f,0.0982120004113723f,-0.9831539556887458f,1.3531815857094673f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873316754168133f,0.05317396808161473f,-0.149494788661959f,-0.30866592709631036f,0.03759601481354029f,0.9937438966321515f,0.10516466886025955f,1.6537814168965383f,0.15415155655642404f,0.0982120004113723f,-0.9831539556887458f,1.2545150856830918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9668577428585357f,0.20697201075849292f,-0.149494788661959f,0.2342218366621944f,0.1925889403408209f,0.9756279477761549f,0.10516466886025955f,1.856751593180204f,0.16761743684025593f,0.0728882314278142f,-0.9831539556887458f,1.2667831539722434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873316754168133f,0.05317396808161472f,-0.149494788661959f,0.12103188024302183f,0.03759601481354029f,0.9937438966321515f,0.10516466886025955f,1.871096428203412f,0.15415155655642404f,0.09821200041137229f,-0.9831539556887458f,1.2855288227782038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9451397579189929f,0.29045162448115835f,-0.149494788661959f,0.09874866884753987f,0.27688765971243756f,0.9551301567443473f,0.10516466886025955f,1.867643530332439f,0.17333222983564536f,0.05800204749640146f,-0.9831539556887458f,1.2885477814060915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9886358135869706f,-0.015828337125073977f,-0.149494788661959f,0.1280191515818588f,-0.03181563722278183f,0.9939457518655737f,0.10516466886025955f,1.8764878172937365f,0.14692512828422885f,0.10872582992203232f,-0.9831539556887458f,1.2850430626376084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9789401636252762f,0.13902325058864642f,-0.149494788661959f,0.1859705216449051f,0.12406343803855477f,0.9866856924905548f,0.10516466886025955f,1.9816836380317815f,0.16212470318668595f,0.08440308069141064f,-0.9831539556887458f,1.255698173162353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9789401636252762f,0.13902325058864642f,-0.149494788661959f,0.1546902902624597f,0.12406343803855477f,0.9866856924905548f,0.10516466886025955f,1.7596793572214071f,0.16212470318668595f,0.08440308069141064f,-0.9831539556887458f,1.2367074800067857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9872000517822475f,-0.04893760729904192f,-0.15179317623981808f,-0.14542563419441015f,-0.11163522997492589f,0.8917560197832269f,0.4385302459452739f,1.8505287094113108f,0.1139018577090519f,0.4498625476434126f,-0.8858047499523839f,1.3599778545137886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9827015093984166f,0.1060970078423569f,-0.15179317623981808f,-0.031163968917295365f,0.02924056085530352f,0.8982406208761909f,0.4385302459452739f,1.8562125496021111f,0.1828735438135896f,0.4265058170000193f,-0.8858047499523839f,1.3432116255464261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9889198276018633f,-0.07328572691830192f,-0.12909987144051324f,-0.017970805013763094f,-0.14678745375610788f,0.6125422541037422f,0.7766887602877393f,1.8739458955319817f,0.02215892586971352f,0.7870331563330497f,-0.6165126055781325f,1.2882779553342503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9631651811971088f,0.23589416466624075f,-0.12909987144051324f,-0.04473521197677579f,0.049682801885673776f,0.6279221200431497f,0.7766887602877393f,1.8804128830511835f,0.26428101128595943f,0.7416655272000532f,-0.6165126055781325f,1.3020296904009507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.988208996991263f,0.08231768618932878f,-0.12909987144051324f,-0.08763245932409829f,-0.04915753678529965f,0.6279634593030846f,0.7766887602877393f,1.9709868419834122f,0.14500522350151304f,0.7738770524576487f,-0.6165126055781325f,1.3744301646025439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.988208996991263f,0.02004519674509049f,-0.15179317623981808f,-0.09214262859174364f,-0.04915753678529965f,0.8973710269272012f,0.4385302459452739f,1.7690783609247922f,0.14500522350151304f,0.4408213131406773f,-0.8858047499523839f,1.2752453691458916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873316754168133f,0.05317396808161473f,-0.149494788661959f,0.008693884339216685f,0.03759601481354029f,0.9937438966321515f,0.10516466886025955f,1.2517987161472388f,0.15415155655642404f,0.0982120004113723f,-0.9831539556887458f,1.2363663354807837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.16625934452999294f,0.08082698822890003f,-0.9827638721128806f,-0.021616236246620825f,-0.2303434924406108f,0.965878734027678f,0.11840670016241653f,0.8895941908868595f,0.9588011816047786f,0.24605948290390148f,-0.14196839446280018f,1.1440940293918207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.027007379983111007f,0.2801265045681578f,-0.9595831088888932f,0.038820631134791936f,-0.7529765552660104f,0.6256788154188038f,0.20384387936814613f,0.4016561654240325f,0.6574928962705079f,0.7280488729299348f,0.1940307449330414f,0.7302334778907005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.027007379983111007f,-0.2781104166992402f,-0.960169358785117f,-0.07223540530796967f,-0.7529765552660104f,0.6374251018605758f,-0.16344891170566886f,0.6173043026231497f,0.6574928962705079f,0.7185706893837305f,-0.22662580548651037f,0.9726370990189862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8501607155301671f,-0.12483782120921413f,-0.5115098006538785f,0.07540510197241017f,-0.04107661888408202f,0.9842503305391901f,-0.17194184544358876f,0.44888894897538073f,0.5249185357274843f,-0.1251671092149667f,-0.8418988808761315f,1.4849298175814782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8501607155301671f,-0.46613705684453827f,-0.24483259996484538f,-0.09414723718305655f,-0.04107661888408202f,0.5222998039871352f,-0.8517720505722479f,0.5883708603951974f,0.5249185357274843f,-0.7140862405839452f,-0.4631861093107197f,1.2212369143240658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.13415100546519548f,-0.3895141632990614f,-0.9111982354691592f,-0.05070205742794208f,0.13935921714711816f,0.9029563503197259f,-0.4065081032567777f,0.7301375333461251f,0.9811128968313584f,-0.18151734354246365f,-0.06685011342150257f,1.1242053863474823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.12460237137930213f,-0.3926729233402085f,-0.9111982354691592f,-0.05070205742794208f,-0.4266148732351063f,0.8079300167224706f,-0.4065081032567777f,0.7301375333461251f,0.8958091308874055f,0.43938259336742447f,-0.06685011342150257f,1.1242053863474823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.3907592773541515e-16f,-0.411968173137065f,-0.9111982354691592f,-0.05070205742794208f,-0.1622700921589414f,0.8991215597333354f,-0.4065081032567777f,0.7301375333461251f,0.9867463793654014f,0.1478602216446451f,-0.06685011342150257f,1.1242053863474823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.07605176392341935f,0.22082010559163637f,-0.9723449028871571f,-0.04012721490594025f,0.15900677608851674f,0.9600040217508088f,0.23045416763471444f,0.7524395068168337f,0.9843439309317008f,-0.17213587420631213f,0.0378981061420737f,1.1278729379758405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.0706385322985565f,0.22261084336588532f,-0.9723449028871571f,-0.04012721490594025f,-0.4448639532731089f,0.8654403155030463f,0.23045416763471444f,0.7524395068168337f,0.892808076146787f,0.4488401416071396f,0.0378981061420737f,1.1278729379758405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.3907592773541515e-16f,0.23354954469954536f,-0.9723449028871571f,-0.04012721490594025f,-0.1622700921589414f,0.9594578124183052f,0.23045416763471444f,0.7524395068168337f,0.9867463793654014f,0.157782497001776f,0.0378981061420737f,1.1278729379758405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.01730656975792945f,0.005185164028279281f,-0.999836785039045f,-0.03201891514357848f,0.21033451872634373f,0.9775906691450817f,0.008710558686366422f,0.7675145501673941f,0.9774762773977542f,-0.21045093887761845f,0.015828122129855016f,1.3267044034634299f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.014397847509911124f,0.005156677275116692f,-0.9998830484944535f,-0.023604516900662703f,-0.5287129079783796f,0.848716026718318f,0.01199028475545414f,0.8660351228116606f,0.8486785981301326f,0.5288237084992989f,-0.009493282094275024f,0.9805893109663422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.3907592773541515e-16f,0.15015896315845978f,-0.9886618662531576f,-0.04430626261538252f,-0.1622700921589414f,0.975558516941944f,0.14816881322587294f,0.6736628105961419f,0.9867463793654014f,0.1604302521509309f,0.02436630879021402f,1.1165016251538722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.3907592773541515e-16f,0.052442951647903004f,-0.9986239216153675f,-0.032588540606554195f,-0.1622700921589414f,0.9853885390016424f,0.05174789266180315f,0.895103297374313f,0.9867463793654014f,0.16204679579264916f,0.008509922596991792f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7542049269160958f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9990217280683897f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.717860257289074f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9990217280683897f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6265716437193904f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.090667905014564f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3554075921025852f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.166762214529913f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3554075921025852f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1675312416068677f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2194614240470878f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.230537334493122f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.46438550393056316f,1.506202481841229f,0.00012961402236797822f,0.718749999999999f,-0.17538506296414222f,-0.05420863712689069f,1.565439661154407f,0.9940452405247813f,1.4959565544471993f,0.4612107291916386f,0.18357145706862016f,3.8402951239067065f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45.mcfunction new file mode 100644 index 000000000..cce051720 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45_as_bone.mcfunction new file mode 100644 index 000000000..5d8a80623 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_45_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4198360039983815f,0.1378812066833847f,-0.6867830421862855f,-0.31884698821283664f,-0.3314163529818046f,0.7445032200867723f,-0.053128153563918736f,1.0627939770301984f,0.617126709167052f,0.30601988917128436f,0.4386922574068111f,1.0831508154584313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43165003546547215f,-0.03259950197662692f,-0.6727670617335042f,-0.31884698821283664f,-0.02084545723078271f,0.7980331439293832f,-0.05204390553200203f,1.0627939770301984f,0.6732337735107295f,0.04561111335036935f,0.42973935419442727f,1.0831508154584313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6089592250274637f,0.17122873322930243f,-0.5165208878787805f,-0.3346148467655632f,0.062114769332763865f,0.7919883552316158f,0.1893162567047581f,1.0403413704391211f,0.5406060137744796f,0.10188037366761435f,-0.6035809571024079f,1.1796750059722863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6153123560703914f,-0.07331645818335394f,-0.5059796452690095f,-0.3346148467655632f,-0.2406800895869549f,0.7400543260551145f,0.1854526596291508f,1.0403413704391211f,0.4510696165155878f,0.29486317411056745f,-0.5912629783860323f,1.1796750059722863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.008673216847734193f,-0.003961907233570283f,-0.00033097101337830183f,0.4283389315399723f,0.0017169107292500443f,-0.0030161392343630773f,-0.008887410359247241f,1.115299038946211f,-0.0035858706455893325f,0.008138620056155253f,-0.003454755638475975f,1.4285202004364113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7321930906376543f,0.08088473168808288f,0.6762772642949244f,0.2574478883419756f,0.08750588972036999f,0.9735229340806008f,-0.21117721487732688f,1.1140550744631852f,-0.6754524389523858f,0.2138007413430671f,0.7057288754999532f,1.6105051259571033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9814954614080719f,0.08088473168808288f,-0.1735635889669929f,-0.046610217882695884f,-0.11514739318492441f,0.9735229340806008f,-0.1974694271572556f,1.163020667173381f,0.15299587274849225f,0.2138007413430671f,0.9648220073791239f,1.5133569115991423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.09265747705495514f,0.12116864654090638f,-0.9882979060188559f,-0.1485783904156011f,0.4170582726137678f,0.89657906724991f,0.14902474094492263f,1.1835613341477293f,0.9041443409048306f,-0.42598607402675276f,0.03254036793036308f,0.695091420522902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5600237792662957f,0.09111329553331576f,-0.8234511121088818f,0.04717807025020869f,0.3427917425355387f,0.8793795734364659f,0.330432121731753f,1.2965702883383028f,0.7542328472731377f,-0.4673220872158278f,0.4612405867814518f,0.9392245041173795f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.24988396875281976f,-0.5018695950966112f,-0.828060934761388f,0.22911272755694517f,0.6628796368661394f,0.5346989318680571f,-0.5241065152117208f,0.8547335523684723f,0.7057964219153812f,-0.6798705478079796f,0.19906644376871444f,1.423120131871542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10365884438869552f,-0.33474244145813625f,-0.9365908081262845f,0.16049482723275538f,0.28636826729106535f,0.891743949027322f,-0.3504082545572658f,1.0197454912201123f,0.9524957004988069f,-0.30453280161552876f,0.0034224657023634447f,1.3660416219792701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2331913380948762f,-0.4766834067058496f,-0.8475816949467628f,0.27250086596775897f,0.6702365914411431f,0.5527258938875567f,-0.4952544777380208f,0.9226693073990553f,0.7045599416166656f,-0.683569320550233f,0.1905997709117549f,1.1233320180803603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.10159947063905161f,-0.3039028531308773f,-0.9472700794518834f,0.2095986430091452f,0.2914224242923265f,0.9013338115012217f,-0.32042211356937167f,1.0896667588457258f,0.9511837457533889f,-0.30861046013314686f,-0.0030109319088477f,1.065448738480965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873396718575947f,0.050924216523503416f,-0.15022348866806584f,0.3218265317594368f,0.03490723859411975f,0.9936034942958395f,0.10739451018013446f,1.752054101016729f,0.15473156455575054f,0.10079097327918385f,-0.9828017717910181f,1.260737352541216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873396718575947f,0.050924216523503416f,-0.15022348866806584f,0.3384027903260275f,0.03490723859411975f,0.9936034942958395f,0.10739451018013446f,1.636612878111857f,0.15473156455575054f,0.10079097327918385f,-0.9828017717910181f,1.1501983811050693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873396718575947f,0.050924216523503416f,-0.15022348866806584f,-0.25823552545690015f,0.03490723859411975f,0.9936034942958395f,0.10739451018013446f,1.7725621036907744f,0.15473156455575054f,0.10079097327918385f,-0.9828017717910181f,1.3516421467177193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873396718575947f,0.050924216523503416f,-0.15022348866806584f,-0.315709742279629f,0.03490723859411975f,0.9936034942958395f,0.10739451018013446f,1.6597389236804614f,0.15473156455575054f,0.10079097327918385f,-0.9828017717910181f,1.2527080426232542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9672175795313284f,0.20475120829424648f,-0.15022348866806584f,0.2267131757366081f,0.18991130365405845f,0.9759098912950852f,0.10739451018013446f,1.8639318978351247f,0.16859374421957202f,0.07534471961896917f,-0.9828017717910181f,1.2652431658976075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873396718575947f,0.05092421652350339f,-0.15022348866806584f,0.11349962663975324f,0.03490723859411976f,0.9936034942958395f,0.10739451018013446f,1.8779656112492396f,0.15473156455575054f,0.10079097327918385f,-0.9828017717910181f,1.2840816322286157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9456917809928751f,0.2882706346732521f,-0.15022348866806584f,0.09122595484995025f,0.27424478523847406f,0.9556443987973102f,0.10739451018013446f,1.8744532620693946f,0.17451891912347883f,0.060364097213560716f,-0.9828017717910181f,1.2871024058445915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.98848685581333f,-0.018073166204973262f,-0.15022348866806584f,0.12047417017322444f,-0.034488069746582695f,0.9936181319945425f,0.10739451018013446f,1.8833744081877488f,0.14732382336007976f,0.11133897985433301f,-0.9828017717910181f,1.2836065973060193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9791442084052312f,0.13678275695016792f,-0.15022348866806584f,0.17816759778840038f,0.1213726565545081f,0.986780166716007f,0.10739451018013446f,1.9887805793135822f,0.16292727637628598f,0.08692168876086609f,-0.9828017717910181f,1.2545093116962933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9791442084052312f,0.13678275695016792f,-0.15022348866806584f,0.14739147747461265f,0.1213726565545081f,0.986780166716007f,0.10739451018013446f,1.7667550418024809f,0.16292727637628598f,0.08692168876086609f,-0.9828017717910181f,1.2349519317250985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9868828277435665f,-0.050777415618516286f,-0.15324470094579637f,-0.1528727819725077f,-0.1142173135524313f,0.8904584485659162f,0.4404976239010232f,1.8565863654126804f,0.11409070772735061f,0.4522227387479384f,-0.8845778117099626f,1.358606555310857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9826760003442884f,0.10423022584349317f,-0.15324470094579637f,-0.038632867232821f,0.02648728215212765f,0.8973629517768976f,0.4404976239010232f,1.8625784974364081f,0.1834292840076136f,0.42880740758395036f,-0.8845778117099626f,1.3417995074118556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9885666482721255f,-0.07431311145242715f,-0.13120039401722497f,-0.025507900915177142f,-0.14913288538366176f,0.6103064790656189f,0.778000889528843f,1.8804862188303026f,0.022256783711030195f,0.7886720250375225f,-0.6144111591613989f,1.2869060831401504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9631467669749435f,0.23480792549536916f,-0.13120039401722497f,-0.05228039202123822f,0.046761271370384556f,0.6265205498562313f,0.778000889528843f,1.8868551996617553f,0.2648805179048456f,0.7431939442247946f,-0.6144111591613989f,1.30068778942582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9880208842351282f,0.0812477010441547f,-0.13120039401722497f,-0.0953511986127111f,-0.05182384452953679f,0.6261221167076815f,0.778000889528843f,1.9771396165050348f,0.1453582520994727f,0.7754804356297664f,-0.6144111591613989f,1.3733464036851002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9880208842351282f,0.018187741675888665f,-0.15324470094579637f,-0.09944344048978604f,-0.05182384452953679f,0.8962567335734395f,0.4404976239010232f,1.7754818514510111f,0.1453582520994727f,0.4431625814269522f,-0.8845778117099626f,1.2736348228640362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873396718575947f,0.050924216523503416f,-0.15022348866806584f,0.002569841544994851f,0.03490723859411975f,0.9936034942958395f,0.10739451018013446f,1.2585405773569989f,0.15473156455575054f,0.10079097327918385f,-0.9828017717910181f,1.233350558857455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.15713221048444745f,0.07699925427329496f,-0.9845712687609912f,-0.02630487880749076f,-0.22374805640196352f,0.9682559865652876f,0.11143227421544158f,0.895444582395016f,0.9618972271945767f,0.23780550734126846f,-0.13491576999575275f,1.1441734936044792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.012437898374575289f,0.2542338157635663f,-0.9670628033412934f,0.04466720002663428f,-0.7312388958526778f,0.6573340284213499f,0.1822132055354842f,0.3982836669912171f,0.682008046782573f,0.7094202858684384f,0.17772980088370835f,0.7380710320664781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.012437898374575289f,-0.28971270023971873f,-0.95703283642926f,-0.07026912834352694f,-0.7312388958526778f,0.655440451738949f,-0.1889113321545298f,0.6208348753922999f,0.682008046782573f,0.6974699746541447f,-0.2200014967671045f,0.9745910178511882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.82555158113628f,-0.13266889963992837f,-0.5485103006796854f,0.09090444234226855f,-0.06280027383716442f,0.9875338202862689f,-0.14433668763271745f,0.45661326913730443f,0.5608214622224843f,-0.0847107836059735f,-0.8235917499899428f,1.477910415119129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.82555158113628f,-0.5057767311987847f,-0.25030877943304436f,-0.09243958662792551f,-0.06280027383716442f,0.5231365403966695f,-0.8499319300436836f,0.5932712219651957f,0.5608214622224843f,-0.6859431888135313f,-0.4636391152943834f,1.223323517565661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.13793291180377387f,-0.407902664292923f,-0.9025463579806122f,-0.05178632642229826f,0.1388925757667986f,0.8942858851737161f,-0.42539582505700174f,0.7352399181003837f,0.9806545590768425f,-0.18403307322815135f,-0.0666968044212422f,1.125381737015539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1283944837745337f,-0.4110047788435114f,-0.9025463579806122f,-0.05178632642229826f,-0.4137230111989967f,0.8049047533891868f,-0.42539582505700174f,0.7352399181003837f,0.9013035706911994f,0.4280226743284621f,-0.0666968044212422f,1.125381737015539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4035136242557295e-16f,-0.43059269814516443f,-0.9025463579806122f,-0.05178632642229826f,-0.15489534473888503f,0.8916534215726953f,-0.42539582505700174f,0.7352399181003837f,0.9879308843123703f,0.13980022926223193f,-0.0666968044212422f,1.125381737015539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.06781719433302039f,0.20055267369881835f,-0.9773328262291473f,-0.041720453055142256f,0.1625599909948235f,0.9642764450929633f,0.20915350048861311f,0.7577970963673195f,0.9843653170853595f,-0.17305941901882332f,0.03279268223715587f,1.12891842359906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.06312745481522762f,0.20207788405339844f,-0.9773328262291473f,-0.041720453055142256f,-0.4357537616612418f,0.8754275940541498f,0.20915350048861311f,0.7577970963673195f,0.8978494214770253f,0.4390797835759053f,0.03279268223715587f,1.12891842359906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4035136242557295e-16f,0.21170863651478028f,-0.9773328262291473f,-0.041720453055142256f,-0.15489534473888503f,0.9655372832840696f,0.20915350048861311f,0.7577970963673195f,0.9879308843123703f,0.15138430504339268f,0.03279268223715587f,1.12891842359906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.008942691684140863f,-0.015599437491723048f,-0.9998383298390717f,-0.034670202064465507f,0.2124536250911882f,0.9770800329929586f,-0.0133441489834294f,0.7745245955979946f,0.9771302295247319f,-0.21229994506928387f,0.012051882530286162f,1.3276580468639143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.005667854027428438f,-0.015476380470340011f,-0.9998641693141429f,-0.02721754651314027f,-0.5187641932725799f,0.8548554282854659f,-0.010291185992007245f,0.8694427033537842f,0.8548985829962364f,0.5186354002364377f,-0.012873787811552292f,0.9798460531431117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4035136242557295e-16f,0.12797345230921028f,-0.9917775937699251f,-0.04411576325447051f,-0.15489534473888503f,0.9798077152543168f,0.12642892590834512f,0.6788649036645247f,0.9879308843123703f,0.15362173229129447f,0.019822492012860057f,1.1181244203251186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4035136242557295e-16f,0.030058794658236885f,-0.9995481323396558f,-0.0373995013230207f,-0.15489534473888503f,0.9874844702950942f,0.02969601158807597f,0.9007160848768573f,0.9879308843123703f,0.15482535254185967f,0.004655967361022622f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7621770162708688f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.004336454304905f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.725832346643847f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.004336454304905f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6345437330741635f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.095982631251079f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3633796814573582f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.172076940766428f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3633796814573582f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.172845967843383f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2274335134018608f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2358520607296373f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.8170605833387732f,1.3850087572426946f,0.0004540376380308701f,0.7187499999999989f,-0.15597270244819594f,0.09148942951303103f,1.5978547058520094f,0.989198301749271f,1.3761983795514858f,-0.8119223406727107f,0.18082475901113942f,3.963560430029155f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46.mcfunction new file mode 100644 index 000000000..3928be486 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46_as_bone.mcfunction new file mode 100644 index 000000000..2e7e4e70a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_46_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.42792935085601397f,0.13561455288060262f,-0.6822240161174253f,-0.32607692693716317f,-0.3225293656361831f,0.7483662669386603f,-0.05354608533832973f,1.067071609909303f,0.6162756878400414f,0.2974912906283689f,0.44569906105128326f,1.0844131142193296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.43812500688168354f,-0.03768486179097391f,-0.6683010770129881f,-0.32607692693716317f,-0.01135435870705298f,0.7981978006792123f,-0.05245330808652709f,1.067071609909303f,0.6692664319112952f,0.03821154514886507f,0.43660316184615505f,1.0844131142193296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.604239618449862f,0.16670281003332732f,-0.523496992414476f,-0.34077652514454393f,0.06321040487879834f,0.7940911963294668f,0.1799112588793126f,1.045451289194515f,0.5457502841548211f,0.09259475948169549f,-0.600439241144267f,1.1812952477897602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6093443458743341f,-0.07564327538689672f,-0.5128133803243847f,-0.34077652514454393f,-0.24047681173517133f,0.7423681743050466f,0.17623960053483687f,1.045451289194515f,0.45920624034159957f,0.28838791352574744f,-0.5881853790800984f,1.1812952477897602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.01730347765982224f,-0.010098009595434528f,-0.00025751484872855497f,0.437467683443425f,0.003895208544583116f,-0.006199027665644253f,-0.018650626188027968f,1.1224773534810881f,-0.009320056978420794f,0.016157001857456724f,-0.007316712356509609f,1.4548695720181475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7954361198528018f,0.07345677740170978f,0.6015691822951663f,0.24972458742474057f,0.07695604390788198f,0.972348948821075f,-0.22048875035384186f,1.1237011676676163f,-0.6011315551021819f,0.22167910045898845f,0.7677885320061288f,1.6194139284362907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9729852833950584f,0.07345677740170978f,-0.21886923070727388f,-0.050487504651129674f,-0.11865506221142905f,0.972348948821075f,-0.201142978843788f,1.1733307190140356f,0.19804195138465014f,0.22167910045898845f,0.9547972360200115f,1.5110218409816791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.07116269620459009f,0.10935828196079148f,-0.9914517824057189f,-0.1529456926986843f,0.4493070851334595f,0.8839056926604251f,0.12974540350767116f,1.1767123441309781f,0.8905386088866487f,-0.45469934313684485f,0.013765661377295457f,0.6919558446398099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5420477979947275f,0.08025613256009134f,-0.8365065079696415f,0.036946698763471356f,0.37959651653956294f,0.8647009132346487f,0.32893588323895895f,1.3019298475478027f,0.7497270632170725f,-0.4958339276790785f,0.4382442775921231f,0.934760364012578f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2365254548802664f,-0.49675445079376773f,-0.8350393552463653f,0.22343132657065634f,0.6314366867219625f,0.5746100636325908f,-0.5206831910420578f,0.8632663654785622f,0.7384737096574754f,-0.65042931236894f,0.17775907784412745f,1.4166108873370105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.10026187176955215f,-0.3272342662962174f,-0.9396091166175657f,0.15620234466125582f,0.2669219929771242f,0.9009033374790744f,-0.34223650621198376f,1.0300467630920638f,0.958488501096589f,-0.2851156107277212f,-0.0029802323688952193f,1.3631330838732572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.221463300960345f,-0.47226396993150854f,-0.8531827172606574f,0.2637998385454161f,0.6380952653447656f,0.5914232102567819f,-0.49300407575815797f,0.9287518382802512f,0.7374201235878641f,-0.6535941623623128f,0.17037086679818716f,1.1156416389052835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.09837682492357881f,-0.29806012333605114f,-0.9494641452918869f,0.20197941451183227f,0.2717347085330972f,0.9097883331670871f,-0.31376015841958954f,1.0973761497589576f,0.9573307936635006f,-0.2888690909563554f,-0.008508806829432253f,1.0614255043082828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.987339891021605f,0.04836914711180142f,-0.15106410958636673f,0.3133569324497996f,0.03189497848718706f,0.9934602526352995f,0.10963319196807494f,1.7607340204560948f,0.15537905246443867f,0.10342703728466661f,-0.9824256704778072f,1.258182115656168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.987339891021605f,0.04836914711180142f,-0.15106410958636673f,0.3301737747004127f,0.03189497848718706f,0.9934602526352995f,0.10963319196807494f,1.64563353893042f,0.15537905246443867f,0.10342703728466661f,-0.9824256704778072f,1.1473246149208738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.987339891021605f,0.04836914711180142f,-0.15106410958636673f,-0.26670525352539337f,0.03189497848718706f,0.9934602526352995f,0.10963319196807494f,1.7794723203173173f,0.15537905246443867f,0.10342703728466661f,-0.9824256704778072f,1.3494673089790257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.987339891021605f,0.04836914711180142f,-0.15106410958636673f,-0.32393890310140055f,0.03189497848718706f,0.9934602526352995f,0.10963319196807494f,1.6667639621781813f,0.15537905246443867f,0.10342703728466661f,-0.9824256704778072f,1.2502632371785645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9676174969136263f,0.20222763031170182f,-0.15106410958636673f,0.21795235448699343f,0.18691372153506308f,0.9762396344754726f,0.10963319196807494f,1.8723487511907695f,0.1696456317401691f,0.07784703987763136f,-0.9824256704778072f,1.2630414011624111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.987339891021605f,0.04836914711180139f,-0.15106410958636673f,0.1047130317333016f,0.031894978487187045f,0.9934602526352995f,0.10963319196807494f,1.8860340538873803f,0.1553790524644387f,0.10342703728466661f,-0.9824256704778072f,1.2819810130218803f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9463101208822453f,0.2857915147633119f,-0.15106410958636673f,0.08245039214313288f,0.2712873488362389f,0.956234143701372f,0.10963319196807494f,1.8824550401714846f,0.17578489547522275f,0.06276521735002293f,-0.9824256704778072f,1.2850048622740229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9883088418111359f,-0.020622026884114214f,-0.15106410958636673f,0.11167306014053896f,-0.03748300010615807f,0.9932651146204287f,0.10963319196807494f,1.8914624328325476f,0.14778585149117868f,0.11401378901368857f,-0.9824256704778072f,1.2815165707777743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9793671157076049f,0.1342374294503761f,-0.15106410958636673f,0.16907262022918698f,0.11835937467339169f,0.9869000059002001f,0.10963319196807494f,1.997097626016142f,0.16380204851432784f,0.08949128945735665f,-0.9824256704778072f,1.2526697166348284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9793671157076049f,0.1342374294503761f,-0.15106410958636673f,0.1388691986028524f,0.11835937467339169f,0.9869000059002001f,0.10963319196807494f,1.7750451246885972f,0.16380204851432784f,0.08949128945735665f,-0.9824256704778072f,1.232534176506923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9865141068478616f,-0.05286112283606252f,-0.15490519256202012f,-0.16155983197635315f,-0.11711837381317204f,0.8891063189976063f,0.4424626990310988f,1.8637544793876921f,0.11433811046857442f,0.4546379385962387f,-0.8833069349232114f,1.356597894455131f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9826377826385443f,0.10211449186344007f,-0.15490519256202012f,-0.0473456404046851f,0.023410419091546474f,0.8964812949772423f,0.4424626990310988f,1.8700921351268445f,0.18405146130678574f,0.43115416999885087f,-0.8833069349232114f,1.3397428302795693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.98815834478336f,-0.07546890504885712f,-0.13359464811786811f,-0.03429901367878646f,-0.15179194863835455f,0.6079924912827815f,0.7792973340595539f,1.888181409124675f,0.022411826422261236f,0.7903477556838403f,-0.6122484259856735f,1.2848902738036811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9631156071446136f,0.2335825277471011f,-0.13359464811786811f,-0.06108031575549679f,0.0435172903850952f,0.6251415124315544f,0.7792973340595539f,1.894442974526775f,0.26554580153337304f,0.7447397479429061f,-0.6122484259856735f,1.2987040452941616f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9877984135928046f,0.0800422644469872f,-0.13359464811786811f,-0.10434701149369241f,-0.054812157744019624f,0.6242525870920493f,0.7792973340595539f,1.984418679038603f,0.1457735280048581f,0.7771112812275226f,-0.6122484259856735f,1.3716287336291049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9877984135928046f,0.016083389594917466f,-0.15490519256202012f,-0.10796577415254884f,-0.054812157744019624f,0.8951102654587086f,0.4424626990310988f,1.7830188693103939f,0.1457735280048581f,0.44555464002698714f,-0.8833069349232114f,1.2713789396230328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.987339891021605f,0.04836914711180142f,-0.15106410958636673f,-0.004616722245072494f,0.03189497848718706f,0.9934602526352995f,0.10963319196807494f,1.266457580274902f,0.15537905246443867f,0.10342703728466661f,-0.9824256704778072f,1.2296510036590178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.14648662352184463f,0.07254503406338235f,-0.9865489785925036f,-0.03182111001884087f,-0.21545403733406f,0.9710247408499476f,0.10339492470013031f,0.9023233024561716f,0.965464254607918f,0.22770193387416546f,-0.1266120151657904f,1.1442627784562058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.003549325021428082f,0.2225965735746952f,-0.9749041838687009f,0.05186134781485652f,-0.7042633962546239f,0.6926787771551456f,0.15559299590519757f,0.3947791878050093f,0.7099299056863255f,0.6860370814406882f,0.15922516101592604f,0.7477701456793661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.003549325021428082f,-0.30409484557026756f,-0.9526351490415874f,-0.0679364285903213f,-0.7042633962546239f,0.6755525582978876f,-0.21827003842277978f,0.625192555639392f,0.7099299056863255f,0.6716807767643601f,-0.21176511312638552f,0.9769433371672317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7937634689968439f,-0.13713162953565017f,-0.5925660060001703f,0.1085584844013172f,-0.08599976119630641f,0.9897684874288478f,-0.11385245876567196f,0.4665871009027571f,0.6021159326577192f,-0.03941138761459606f,-0.7974353554778073f,1.4691572208288128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7937634689968439f,-0.550620613883397f,-0.2583727827244344f,-0.09039659690538611f,-0.08599976119630641f,0.5221329792095643f,-0.8485170552769834f,0.59923219159733f,0.6021159326577192f,-0.6513018436857183f,-0.4618033261587764f,1.2258223056701218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.14204594503867302f,-0.429361127109638f,-0.8918923545054143f,-0.05305042377650698f,0.13830531911954566f,0.8835815133832519f,-0.4473872460303297f,0.7413514931637336f,0.9801502885789051f,-0.18690300087078182f,-0.06612624338479864f,1.1267881797341324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.13257548419641804f,-0.43237919580487877f,-0.8918923545054143f,-0.05305042377650698f,-0.3984395197774069f,0.8006813355942215f,-0.4473872460303297f,0.7413514931637336f,0.9075624992636235f,0.414677742188051f,-0.06612624338479864f,1.1267881797341324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.408066926861519e-16f,-0.4522477506575222f,-0.8918923545054143f,-0.05305042377650698f,-0.14621685412178945f,0.8823067967890332f,-0.4473872460303297f,0.7413514931637336f,0.9892525620743812f,0.1304096942910573f,-0.06612624338479864f,1.1267881797341324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.058390934975414456f,0.17649780602469184f,-0.9825675667256513f,-0.043589138058272435f,0.1664792983062737f,0.9687427719850629f,0.18390781647920096f,0.7641931682156528f,0.9843145543717962f,-0.17431570840049668f,0.027182565307295053f,1.1301643022704848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.054497905413207405f,0.17773844582533604f,-0.9825675667256513f,-0.043589138058272435f,-0.4247350886611463f,0.8864412104013785f,0.18390781647920096f,0.7641931682156528f,0.9036758726255677f,0.42735351335601923f,0.027182565307295053f,1.1301643022704848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.408066926861519e-16f,0.18590582782374743f,-0.9825675667256513f,-0.043589138058272435f,-0.14621685412178945f,0.9720074827945411f,0.18390781647920096f,0.7641931682156528f,0.9892525620743812f,0.14366793856872623f,0.027182565307295053f,1.1301643022704848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0005934907428940368f,-0.040131837564729156f,-0.9991942170481254f,-0.03778680749133968f,0.21470654290321506f,0.9758866652584661f,-0.039323237471757075f,0.7828320432538921f,0.9766784261993751f,-0.2145568740087079f,0.00803738840193175f,1.328774167137014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.004358434852356629f,-0.039811948649568676f,-0.9991976845401324f,-0.03139293275886961f,-0.5067296841293283f,0.8613307443899504f,-0.036529111552914516f,0.8734657715370774f,0.8620939805310259f,0.5064823368226953f,-0.01641984222801353f,0.9790085344913965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.408066926861519e-16f,0.10181939027667924f,-0.9948029009626407f,-0.04388669920769607f,-0.14621685412178945f,0.9841113185363191f,0.1007250927000563f,0.6851341904334847f,0.9892525620743812f,0.14545695064998743f,0.014887710934854418f,1.1200584350686555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.408066926861519e-16f,0.003734100698649538f,-0.9999930282216833f,-0.043052361082841564f,-0.14621685412178945f,0.9892456652248192f,0.0036939686831828416f,0.9073110879299816f,0.9892525620743812f,0.14621583473029634f,0.0005459884571301743f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.77178977833071f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0107449623447993f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7354451087036882f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0107449623447993f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6441564951340046f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1023911392909733f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3729924435171994f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.178485448806322f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3729924435171994f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.179254475883277f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.237046275461702f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2422605687695314f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.6385424719697907f,0.13981852180403992f,0.00009797386062756453f,0.7187499999999989f,-0.015128514335841997f,0.17614640046181787f,1.6349661264826107f,0.983658943148688f,0.1389976859243864f,-1.629046926166369f,0.17679484365441053f,4.103285284256559f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47.mcfunction new file mode 100644 index 000000000..19e18f2a3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47_as_bone.mcfunction new file mode 100644 index 000000000..74d306d6c --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_47_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.43685713376268576f,0.13306994092791244f,-0.6770470293462167f,-0.33415474128400285f,-0.3122145147028502f,0.7527306650377047f,-0.05350782340184254f,1.0719204450195796f,0.615322993178346f,0.2874602253839319f,0.45352913614530266f,1.0857703544262416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4452509644935224f,-0.04333458865537515f,-0.6632297430330287f,-0.33415474128400285f,-0.0003830648266011927f,0.7982809244499254f,-0.052415827005886574f,1.0719204450195796f,0.6646438383667802f,0.029490321894510424f,0.4442734394892761f,1.0857703544262416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5988972673608264f,0.16164198843886884f,-0.5311669936712066f,-0.3476645889512414f,0.06497090617860059f,0.7963263840282513f,0.16907843119471422f,1.0513068882809462f,0.5514030186193313f,0.08173495040961866f,-0.596840475657835f,1.183044346608215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6026122171510647f,-0.07822073847635944f,-0.5203268509432228f,-0.3476645889512414f,-0.2397214270978204f,0.7450510401136863f,0.16562785096625068f,1.0513068882809462f,0.46839316084936833f,0.2806785771977034f,-0.584660057787267f,1.183044346608215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.02650412615186207f,-0.019783764770782176f,0.00035152665298925453f,0.44499753813460025f,0.006992234563162832f,-0.009914170921942715f,-0.03077023713446875f,1.1299708969478972f,-0.018510255949259986f,0.024582544396219163f,-0.012126770314804408f,1.4858885033761158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8573936037090575f,0.06558333188409558f,0.5104655080392565f,0.24049557581809927f,0.06312961839955078f,0.9709557403452928f,-0.23078041851780096f,1.1344574986933964f,-0.5107747640589957f,0.230095147427113f,0.8283509905414324f,1.6290060619003164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9608298074813933f,0.06558333188409558f,-0.2692673534505232f,-0.054883974811084986f,-0.1236732645151391f,0.9709557403452928f,-0.20481668373131304f,1.1851347803646657f,0.24801412197581982f,0.230095147427113f,0.9410341218208074f,1.5081752395299457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.0462569045234979f,0.09588901991260157f,-0.9943166470717991f,-0.15749559721593492f,0.4847717411912468f,0.8681601064581095f,0.10627506056009012f,1.1687575313990846f,0.873416657573183f,-0.48693256762599524f,-0.0063258879886113895f,0.688964596100991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5208535526514918f,0.0679113883420945f,-0.8509404327118137f,0.025473511997263068f,0.4210579455595571f,0.8466941879033828f,0.3252985684748643f,1.3077456087394932f,0.7425777960399063f,-0.5277281454537743f,0.4124090461234272f,0.9295829610608283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.22084229960148344f,-0.49013252357553194f,-0.8432074406931008f,0.21688400596838464f,0.594584969522982f,0.6176560267034803f,-0.5147521216024507f,0.8730292336778255f,0.7731089138821795f,-0.6150375126854868f,0.15502085429246798f,1.4091711881934015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.09580679139919003f,-0.31828002701095504f,-0.9431430873031397f,0.15131185660818597f,0.24546312510180646f,0.9106865452666119f,-0.3322617499587005f,1.0417063249780734f,0.9646599986197454f,-0.2633397817958176f,-0.009123945784810975f,1.3597379544455306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2075347131747483f,-0.46654709788240234f,-0.8598041336752127f,0.25389528367792774f,0.6004942555415331f,0.6330896766544063f,-0.48847119707843484f,0.935538515468603f,0.772227940370649f,-0.6176821729426285f,0.14877076775958958f,1.1069147504432333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.09410785950814844f,-0.29099150541562047f,-0.9520859491425895f,0.19338383923035773f,0.24999386116851122f,0.9187812142304127f,-0.30552274834347015f,1.1059004759596587f,0.9636632088841275f,-0.2667677344680933f,-0.013718443421433024f,1.0568100599590817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873338091312913f,0.04559803467381868f,-0.15196305004895075f,0.30388099350629727f,0.028688315060099112f,0.9933316661777835f,0.1116654895098795f,1.7704670661865811f,0.1560414365651226f,0.10589154924900168f,-0.9820580684828871f,1.2548697616203706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873338091312913f,0.04559803467381868f,-0.15196305004895075f,0.3209597210724042f,0.028688315060099112f,0.9933316661777835f,0.1116654895098795f,1.6556934357411557f,0.1560414365651226f,0.10589154924900168f,-0.9820580684828871f,1.1437138201727826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873338091312913f,0.04559803467381868f,-0.15196305004895075f,-0.2761776193583364f,0.028688315060099112f,0.9933316661777835f,0.1116654895098795f,1.7873214512843894f,0.1560414365651226f,0.10589154924900168f,-0.9820580684828871f,1.3465441056023801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873338091312913f,0.04559803467381868f,-0.15196305004895075f,-0.33314892747707625f,0.028688315060099112f,0.9933316661777835f,0.1116654895098795f,1.6746994444684713f,0.1560414365651226f,0.10589154924900168f,-0.9820580684828871f,1.2470912718971763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9680449873932769f,0.1994896834489705f,-0.15196305004895075f,0.20816147108490846f,0.18372642210222256f,0.976614263808406f,0.1116654895098795f,1.8817966299517102f,0.17068539540413621f,0.0801775899076207f,-0.9820580684828871f,1.260065483721631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873338091312914f,0.04559803467381869f,-0.15196305004895075f,0.09489492331312996f,0.028688315060099112f,0.9933316661777835f,0.1116654895098795f,1.8951112772681489f,0.1560414365651226f,0.10589154924900168f,-0.9820580684828871f,1.2791062281320333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.946974612423983f,0.2831012448652735f,-0.15196305004895075f,0.0726443899038025f,0.2681448291377792f,0.9568851389060185f,0.1116654895098795f,1.8914611934240002f,0.17702382334340955f,0.06499627755912078f,-0.9820580684828871f,1.2821342267996503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9881094717039792f,-0.023385964780251678f,-0.15196305004895075f,0.1018391664830278f,-0.04067288252445639f,0.9929131558599025f,0.1116654895098795f,1.9005606377766808f,0.14827470639335244f,0.11651850312987234f,-0.9820580684828871f,1.27865130303339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9796025753234898f,0.13147633186017402f,-0.15196305004895075f,0.15892004470843615f,0.11515370652054988f,0.9870513878857058f,0.1116654895098795f,2.0064311722142745f,0.16467670841429155f,0.09188869263133159f,-0.9820580684828871f,1.2500357860860343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9796025753234898f,0.13147633186017402f,-0.15196305004895075f,0.12933787003989705f,0.11515370652054988f,0.9870513878857058f,0.1116654895098795f,1.7843446099399909f,0.16467670841429155f,0.09188869263133159f,-0.9820580684828871f,1.2293608302439847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9861076603812201f,-0.05512441490557189f,-0.15669390868439784f,-0.17126870154423018f,-0.120218670345899f,0.8878088094566848f,0.44423303473668807f,1.871885080906288f,0.11462614639662325f,0.4568991319015848f,-0.8821020518227117f,1.3538241308609114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9825903970864898f,0.09981548243944767f,-0.15669390868439784f,-0.057083136075865945f,0.02014531714286588f,0.8956847531614266f,0.44423303473668807f,1.8785908003957137f,0.18468967959966648f,0.4333424655160563f,-0.8821020518227117f,1.336917605795155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9877079488947471f,-0.07672996768060825f,-0.13618193620985264f,-0.04412091682578746f,-0.15466612278700592f,0.6057905100194702f,0.7804461854813468f,1.896854741104425f,0.022614114003567914f,0.7919156331517158f,-0.6102116287139656f,1.2821029307843916f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9630769449840182f,0.23224400592993993f,-0.13618193620985264f,-0.07091170572501417f,0.04010333870039482f,0.6239354724590488f,0.7804461854813468f,1.9030052118446306f,0.2662226892384114f,0.7461683777251066f,-0.6102116287139656f,1.295948181408015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.98755083648315f,0.07872627014895495f,-0.13618193620985264f,-0.11439119907618268f,-0.05799541180043726f,0.6225273357674446f,0.7804461854813468f,1.9926739297314031f,0.1462185951632976f,0.7786282107724589f,-0.6102116287139656f,1.3691239917671634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.98755083648315f,0.013797258518858095f,-0.15669390868439784f,-0.11749558224292575f,-0.05799541180043726f,0.8940321823395005f,0.44423303473668807f,1.7915166887050158f,0.1462185951632976f,0.44779023280843633f,-0.8821020518227117f,1.2683711893852654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873338091312913f,0.04559803467381868f,-0.15196305004895075f,-0.01269900355781671f,0.028688315060099112f,0.9933316661777835f,0.1116654895098795f,1.2753586238592054f,0.1560414365651226f,0.10589154924900168f,-0.9820580684828871f,1.225285905464602f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.13463034439094962f,0.06757820123264802f,-0.9885888210410504f,-0.038040829020059716f,-0.20542128314107244f,0.9740944608716107f,0.09456255988456197f,0.9100732010323515f,0.9693692623566365f,0.21580817412092101f,-0.11726067192688516f,1.1443578401692565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.020017985770802174f,0.18552493347821292f,-0.9824356362141922f,0.06035700270824268f,-0.6721461059595796f,0.7299363988256192f,0.12414695289397981f,0.3914713371301748f,0.740147885553322f,0.6578551153007715f,0.13931171804107279f,0.7593085725648364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.020017985770802174f,-0.32119099792299977f,-0.9468028427813826f,-0.06528867925835946f,-0.6721461059595796f,0.6967316878017027f,-0.2505684885542558f,0.6303715462410724f,0.740147885553322f,0.6414057203254571f,-0.20194011351073424f,0.9796578053653399f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7544543821351226f,-0.13605650071343856f,-0.6420959538034203f,0.12762234690546712f,-0.10887827515964037f,0.9906683307107892f,-0.08198646061978765f,0.47888521785900984f,0.647258917648395f,0.008055255446752951f,-0.7622276604691776f,1.4586704560098929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7544543821351226f,-0.5985673538810482f,-0.2692874080697981f,-0.08805641216299909f,-0.10887827515964037f,0.5187278142677375f,-0.8479781694732932f,0.6062083705219057f,0.647258917648395f,-0.610441297401196f,-0.4565274536671071f,1.2286897549271334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1462485587594587f,-0.45330712806498447f,-0.879274704916647f,-0.05446483895367677f,0.1376086169824523f,0.8708678554858739f,-0.47186125801300105f,0.7483835607011968f,0.9796301483687391f,-0.19000480501006012f,-0.06498420177343969f,1.1283991166212317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.13692662470226938f,-0.45620948339703216f,-0.879274704916647f,-0.05446483895367677f,-0.38107457445191006f,0.7950654827702456f,-0.47186125801300105f,0.7483835607011968f,0.9143485485054041f,0.39967960338992703f,-0.06498420177343969f,1.1283991166212317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4150481058324806e-16f,-0.47631501476831806f,-0.879274704916647f,-0.05446483895367677f,-0.1364311427491909f,0.871053096243012f,-0.47186125801300105f,0.7483835607011968f,0.990649556244866f,0.11996045278223566f,-0.06498420177343969f,1.1283991166212317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.04811309624983674f,0.1491297395908f,-0.9876464198987582f,-0.04569213847592159f,0.17057211701879377f,0.9730404147178641f,0.15523370839290732f,0.7715252695381516f,0.9841698445212497f,-0.17593371506129069f,0.021378611735837477f,1.1315861667358682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.04504635074251359f,0.15008456131777284f,-0.9876464198987582f,-0.04569213847592159f,-0.4119369695184698f,0.897892214534977f,0.15523370839290732f,0.7715252695381516f,0.9100982141663182f,0.41384078524418855f,0.021378611735837477f,1.1315861667358682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4150481058324806e-16f,0.15669891276319015f,-0.9876464198987582f,-0.04569213847592159f,-0.1364311427491909f,0.9784114875995353f,0.15523370839290732f,0.7715252695381516f,0.990649556244866f,0.1347457296989349f,0.021378611735837477f,1.1315861667358682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.01094241655524535f,-0.06786808994372592f,-0.9976342946627895f,-0.041299718043539414f,0.21694975314438592f,0.9737677053337613f,-0.06862405306895708f,0.7922761698297675f,0.976121441282037f,-0.21718742692985557f,0.004068593499864893f,1.3300227054701261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.015336694920373706f,-0.06730389332519784f,-0.9976146408970699f,-0.03600486457717503f,-0.49274987565107176f,0.8676559414006918f,-0.06611147705151182f,0.8780232429651907f,0.8700358302017065f,0.49258842180399415f,-0.019857010597712183f,0.9781113158534117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4150481058324806e-16f,0.07228674518373962f,-0.9973838912228036f,-0.04362749198113467f,-0.1364311427491909f,0.988057909245648f,0.0716108320386574f,0.6923962104802064f,0.990649556244866f,0.13607422403916186f,0.009862163251036834f,1.122265849683547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4150481058324806e-16f,-0.025909289346345583f,-0.9996642980148722f,-0.04941659881945876f,-0.1364311427491909f,0.9903169932222686f,-0.02566702599357704f,0.914736031956035f,0.990649556244866f,0.13638534254373677f,-0.0035348339533417044f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7827443885484997f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.018048035823326f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.746399718921478f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.018048035823326f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6551111053517944f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1096942127695f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.383947053734989f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1857885222848483f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.383947053734989f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1865575493618032f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2480008856794915f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2495636422480576f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.9376971930782789f,-1.384100792071692f,-0.0016334646502393297f,0.7187499999999988f,0.1429293917897192f,0.09486883525660722f,1.6630047473735028f,0.9795044241982507f,-1.3767021681478062f,-0.9328872376716819f,0.17154077863167355f,4.231366552478134f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48.mcfunction new file mode 100644 index 000000000..87c4cc986 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48_as_bone.mcfunction new file mode 100644 index 000000000..489a5c07a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_48_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.446359757865382f,0.13028966857344643f,-0.6713657820188808f,-0.3428959719687288f,-0.3005970399665812f,0.7574911384231017f,-0.052849212087290064f,1.0772537521786885f,0.6142872541133597f,0.2760004020249594f,0.46197336715483245f,1.0871680216531385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.452808824816245f,-0.04941308680838066f,-0.6576644395286996f,-0.3428959719687288f,0.01191561411848846f,0.7982341869658531f,-0.05177065673856986f,1.0772537521786885f,0.6594104839238684f,0.01950716819610132f,0.45254533925371343f,1.0871680216531385f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.593057569942692f,0.15615645085357627f,-0.5392979937241823f,-0.3551266771050049f,0.06752583736242976f,0.7985878798683826f,0.15697803623522855f,1.057821798051749f,0.5573754788888869f,0.06940464990604493f,-0.5928406316618721f,1.1848536053956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5952707628436222f,-0.08099613809881948f,-0.5282919122196071f,-0.3551266771050049f,-0.23825692590206488f,0.7480555262078327f,0.15377440284267288f,1.057821798051749f,0.4784206895225895f,0.27175826633793426f,-0.5807418432606094f,1.1848536053956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03439419711320095f,-0.033016071169591016f,0.0016588490395605421f,0.4496679604094229f,0.010980544551236038f,-0.013668020597421013f,-0.04436650070695305f,1.1374282304055636f,-0.031180769345381297f,0.03160534429722679f,-0.017453806620824953f,1.52104630527479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9130049821598414f,0.057569544129784336f,0.40386588137647494f,0.22977522400668998f,0.045616705009518574f,0.9693766153721564f,-0.24130498087212607f,1.1460849518331806f,-0.40538995889807466f,0.2387356805303961f,0.8824195465119221f,1.638927892257037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9445066686288833f,0.057569544129784336f,-0.32340825670390355f,-0.05973399449684892f,-0.1303507830146738f,0.9693766153721564f,-0.20812892864060006f,1.198241679886854f,0.30152251372497973f,0.2387356805303961f,0.9230869127870128f,1.5048003354850215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.01822013855677873f,0.08102833617346548f,-0.9965452499951679f,-0.1619986930084103f,0.5222650237290374f,0.8491539426069457f,0.07859279066420868f,1.1598435604694797f,0.8525885710823714f,-0.5218927001712513f,-0.026846563424025915f,0.6863726301548907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4965350636587267f,0.05434185260099722f,-0.8663139694206228f,0.013015066103476428f,0.46613493306628845f,0.8252269586770082f,0.3189336778202989f,1.313824256084408f,0.7322370891539918f,-0.5621809581696864f,0.38442348463472165f,0.923759882602172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.20305687049075444f,-0.48171041068052245f,-0.8524804910310285f,0.2095419437046571f,0.5527814973352801f,0.662216192143902f,-0.5058678988295227f,0.8838619202100311f,0.8082082179427938f,-0.5739553946993031f,0.13181305453292708f,1.4009346136297847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.09025729061917864f,-0.30786189359724214f,-0.9471402620313454f,0.1458982120174783f,0.22259446947837905f,0.9207273100774265f,-0.32048856864984343f,1.054495237295487f,0.97072412334696f,-0.2397546140292338f,-0.01457399752878559f,1.3558895360147485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.19156068816731f,-0.4592570000661623f,-0.8674027384318636f,0.24295193651342473f,0.5579213656708242f,0.6761405271126069f,-0.4812044651952935f,0.9428634011396261f,0.8074826638862714f,-0.5761223789145108f,0.12670734799930028f,1.0973315642077224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.08874941891344745f,-0.282644113020532f,-0.9551103842055967f,0.18398672542079f,0.22680647080011052f,0.9279697081592214f,-0.2956874118762719f,1.1150096750952534f,0.9698878107522149f,-0.24286730145024935f,-0.018251258601797896f,1.0516798748195393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873268757100324f,0.04268790571137861f,-0.15285085281621108f,0.29360227966578933f,0.025402893650297333f,0.9932358778645619f,0.11330129706585308f,1.7810374456468714f,0.15665354606538034f,0.10798256168747547f,-0.9817328724640692f,1.2507452380088633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873268757100324f,0.04268790571137861f,-0.15285085281621108f,0.3109612818394734f,0.025402893650297333f,0.9932358778645619f,0.11330129706585308f,1.6665523490018386f,0.15665354606538034f,0.10798256168747547f,-0.9817328724640692f,1.1393354530269708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873268757100324f,0.04268790571137861f,-0.15285085281621108f,-0.2864522598138547f,0.025402893650297333f,0.9932358778645619f,0.11330129706585308f,1.795961645666421f,0.15665354606538034f,0.10798256168747547f,-0.9817328724640692f,1.3427791963222744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873268757100324f,0.04268790571137861f,-0.15285085281621108f,-0.3431427733184231f,0.025402893650297333f,0.9932358778645619f,0.11330129706585308f,1.6833817660451604f,0.15665354606538034f,0.10798256168747547f,-0.9817328724640692f,1.243118427295285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9684933838013763f,0.19661429837709468f,-0.15285085281621108f,0.1975532971331826f,0.1804664650882838f,0.977033607948946f,0.11330129706585308f,1.892068912586984f,0.17161707523291342f,0.0821471034909218f,-0.9817328724640692f,1.2562316368682176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873268757100323f,0.04268790571137861f,-0.15285085281621108f,0.08425822150419329f,0.025402893650297326f,0.993235877864562f,0.11330129706585308f,1.9050041633035226f,0.15665354606538034f,0.10798256168747547f,-0.9817328724640692f,1.2753639590514207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9476719088699999f,0.2802758818236919f,-0.15285085281621108f,0.06202041380350724f,0.26493382549452205f,0.9575870112903755f,0.11330129706585308f,1.9012811084771737f,0.1781236122683606f,0.06687709530114493f,-0.9817328724640692f,1.2783965975770792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9878995548376255f,-0.0262885211637838f,-0.15285085281621108f,0.09118588384961046f,-0.04394361895787237f,0.9925884214698864f,0.11330129706585308f,1.9104752249834573f,0.148739463171369f,0.11864712056742317f,-0.9817328724640692f,1.2749167694694379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9798493027372048f,0.12857667252954838f,-0.15285085281621108f,0.14793381885835657f,0.11187243862952287f,0.9872423074191458f,0.11330129706585308f,2.016576696644617f,0.16546873239526966f,0.0939183992780452f,-0.9817328724640692f,1.246495050400576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9798493027372048f,0.12857667252954838f,-0.15285085281621108f,0.11900406753920824f,0.11187243862952287f,0.9872423074191458f,0.11330129706585308f,1.7944471774753095f,0.16546873239526966f,0.0939183992780452f,-0.9817328724640692f,1.225363410563016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9856789424485709f,-0.057520351793306335f,-0.1585194989363811f,-0.18179253244257018f,-0.12341123691074854f,0.8866650983368608f,0.44563961896968274f,1.8808229719124767f,0.11492035945656506f,0.45882067577743174f,-0.8810657741970884f,1.3501808200529337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9825417644883111f,0.09738197725018342f,-0.1585194989363811f,-0.06763709208383813f,0.01681314053299989f,0.8950545504660448f,0.44563961896968274f,1.8879061574108107f,0.18528086609689123f,0.4351943269355325f,-0.8810657741970884f,1.3332248610797537f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9872282055255114f,-0.07809344882593247f,-0.1388592217512056f,-0.0547604950290103f,-0.15766732560616614f,0.6038707421758992f,0.781332925954185f,1.906325458043496f,0.022836038427849023f,0.7932474645370133f,-0.6084710143914184f,1.2784420000087544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9630420207719722f,0.2307990094478012f,-0.1388592217512056f,-0.08156172798420674f,0.03665578431359115f,0.6230370874163332f,0.781332925954185f,1.9123662797180025f,0.26684531043994786f,0.7473664462241305f,-0.6084710143914184f,1.2923152840676244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9872902949944393f,0.07730452732177391f,-0.1388592217512056f,-0.12526776965190606f,-0.061259982688293524f,0.6211006950091926f,0.781332925954185f,2.001748541759237f,0.14664613165993617f,0.7799089284747642f,-0.6084710143914184f,1.3657062759220981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9872902949944393f,0.011377252161750319f,-0.1585194989363811f,-0.12782765138829988f,-0.061259982688293524f,0.8931139594282389f,0.44563961896968274f,1.8007979008878836f,0.14664613165993617f,0.44968657263438716f,-0.8810657741970884f,1.2645267970793612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873268757100324f,0.04268790571137861f,-0.15285085281621108f,-0.021512754451120764f,0.025402893650297333f,0.9932358778645619f,0.11330129706585308f,1.2850484862427005f,0.15665354606538034f,0.10798256168747547f,-0.9817328724640692f,1.2202831932208595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.12188324289059743f,0.06220495985062679f,-0.9905932657112372f,-0.04483961439510581f,-0.1936462009592527f,0.9773648255012872f,0.0852006263291954f,0.918536676679718f,0.9734709158246693f,0.20220915123411293f,-0.10707864026340305f,1.1444547615080671f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.03605719245733931f,0.14347703295214848f,-0.9889965722323523f,0.07007395360794094f,-0.6351374590038654f,0.7673507370369758f,0.0881660622854577f,0.3886912187621844f,0.77155705365333f,0.6249697491751564f,0.11879615134226476f,0.7726259550647618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.03605719245733931f,-0.34084698162953975f,-0.9394270668796629f,-0.06238275762099513f,-0.6351374590038654f,0.7179491707487893f,-0.2848673312109325f,0.6363555614439216f,0.77155705365333f,0.6069368363636845f,-0.1905974543970468f,0.9826906776388777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7075940092257684f,-0.1277032162123824f,-0.6949838895088265f,0.14733538590734427f,-0.12964428688771348f,0.9903005890441248f,-0.04997101376033769f,0.4934651866148707f,0.694624414331356f,0.05474150078206791f,-0.717286756539494f,1.4464973972626018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7075940092257684f,-0.6474641145542465f,-0.2830210919212362f,-0.08546331212332337f,-0.12964428688771348f,0.5126844039985495f,-0.8487326203074961f,0.614144516084757f,0.694624414331356f,-0.5638660499277622f,-0.4467124363096273f,1.2318755449420873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15031789135462795f,-0.47915383650193294f,-0.8647636281112759f,-0.05600295552979046f,0.13682567822921043f,0.8562019438249031f,-0.4981937024567592f,0.7562414891435978f,0.9791237231912088f,-0.19320929676373302f,-0.06314192211398786f,1.1301851901295636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1412443752603671f,-0.4819065199321663f,-0.8647636281112759f,-0.05600295552979046f,-0.3619556534542786f,0.7879030014950521f,-0.4981937024567592f,0.7562414891435978f,0.9214326515756834f,0.3833731423586638f,-0.06314192211398786f,1.1301851901295636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.422088556483382e-16f,-0.5021791189364835f,-0.8647636281112759f,-0.05600295552979046f,-0.12573585745203772f,0.8579006521638894f,-0.4981937024567592f,0.7562414891435978f,0.9920637550837148f,0.10873179627390614f,-0.06314192211398786f,1.1301851901295636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.03731679287432461f,0.11895113955196089f,-0.9921986108480826f,-0.04799053068659909f,0.1746682176479854f,0.9768289549017415f,0.12367783394467916f,0.7796856433021692f,0.9839199513747299f,-0.1779208230221003f,0.01567514025097347f,1.1331565423337544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.03506426978688682f,0.1196345001053113f,-0.9921986108480826f,-0.04799053068659909f,-0.397513934576389f,0.9092230008135248f,0.12367783394467916f,0.7796856433021692f,0.9169259341963836f,0.3987494466155427f,0.01567514025097347f,1.1331565423337544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.422088556483382e-16f,0.12466722356391562f,-0.9921986108480826f,-0.04799053068659909f,-0.12573585745203772f,0.9843242796667943f,0.12367783394467916f,0.7796856433021692f,0.9920637550837148f,0.12475494309770437f,0.01567514025097347f,1.1331565423337544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.02175495467927122f,-0.09824237918375864f,-0.994924699099996f,-0.04514119994393938f,0.2190623702064393f,0.9705086301367521f,-0.10062145292939205f,0.8026923467558812f,0.9754682977454674f,-0.2201395779100149f,0.00040783717424728704f,1.3313723995084816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.026929680550535965f,-0.09738630258868282f,-0.9948822545274147f,-0.04093226852516912f,-0.47699337623580956f,0.8733807478597443f,-0.09840420872664525f,0.8830358087579768f,0.8784942295385949f,0.4772022394499624f,-0.022932756732046873f,0.9771865994276159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.422088556483382e-16f,0.03998423482359728f,-0.9992003107313226f,-0.04334999479784408f,-0.12573585745203772f,0.9912704123449305f,0.039666910143247f,0.7005682609349849f,0.9920637550837148f,0.12563530783614535f,0.00502745205010829f,1.124704069528122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.422088556483382e-16f,-0.058234175858886315f,-0.9983029503923327f,-0.056361693466313985f,-0.12573585745203772f,0.9903801736773691f,-0.05777201517677213f,0.9228386423773661f,0.9920637550837148f,0.12552247746447898f,-0.0073221240346301635f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7947420223771176f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.026046458375738f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7583973527500958f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.026046458375738f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6671087391804122f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.117692635321912f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.395944687563607f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1937869448372602f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.395944687563607f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.194555971914215f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2599985195081096f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2575620648004695f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.8904059337957616f,-1.4203651941358164f,-0.0024736526975951234f,0.7187499999999988f,0.13901433399680152f,-0.09005127121275416f,1.6681822184957011f,0.9788120043731778f,-1.413548166357825f,0.8858440124815076f,0.16561430356686882f,4.3197011005830905f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49.mcfunction new file mode 100644 index 000000000..ebfdcc368 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49_as_bone.mcfunction new file mode 100644 index 000000000..a16ed0a3e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_49_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.45618283155670625f,0.12731069495320174f,-0.6653071888893752f,-0.35212110117371886f,-0.2878277835462299f,0.7625309729840286f,-0.05144051616517662f,1.0829828790588991f,0.613185808426952f,0.2632165394404538f,0.4708127676191691f,1.0885528931539092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4605822121271128f,-0.055791542624419446f,-0.651729491156939f,-0.35212110117371886f,0.025361409227528664f,0.7980085057796261f,-0.05039070971282608f,1.0829828790588991f,0.6536213160493536f,0.00835035777413562f,0.46120434379020653f,1.0885528931539092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5868594192292906f,0.15035250310679357f,-0.5476628445639028f,-0.36301606129211406f,0.07096671635437711f,0.8007694301951835f,0.14379321708343193f,1.064902420115422f,0.5634751029781008f,0.05573947361473028f,-0.5885009463453869f,1.1866551923565238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.587485535844238f,-0.08392533216415532f,-0.5364860518177007f,-0.36301606129211406f,-0.23596065046607706f,0.7513197780403871f,0.14085866163274965f,1.064902420115422f,0.4890637142596395f,0.2616775300756254f,-0.5764907229505831f,1.1866551923565238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03921906479591052f,-0.049128022791826646f,0.0036891913673712993f,0.4503300356227692f,0.015722815725142846f,-0.016950024154953794f,-0.05857301039442006f,1.144561364332622f,-0.046690104112676024f,0.035558991233686596f,-0.02282323641018577f,1.5595522729082243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9575954074685474f,0.049679190681453406f,0.28380101058379303f,0.21760766352772767f,0.024215289993206365f,0.9676595268181328f,-0.2510949220686319f,1.1583595111407907f,-0.28709694412461345f,0.2473196679832463f,0.9254233228652526f,1.6488480556887768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.9236806478209508f,0.049679190681453406f,-0.3799289918580897f,-0.0649760484558409f,-0.13870992814923105f,0.9676595268181328f,-0.21070025152083366f,1.212441022794069f,0.35717449051395567f,0.2473196679832463f,0.9006993755714241f,1.5008923666630136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.012615506392149589f,0.06508020019943175f,-0.9978002889057866f,-0.16624291065037186f,0.5605664295534741f,0.826783791003213f,0.046838456336917966f,1.1501642896088065f,0.8280133616410666f,-0.558742454514025f,-0.0469120716607474f,0.684405346101013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.4692387166682151f,0.03984403503975094f,-0.8821720238430357f,-0.0001720894804569592f,0.5136849476284948f,0.8002573421824112f,0.30937996196110346f,1.3199848143175386f,0.7182915851932815f,-0.5983315461806226f,0.35504444719728895f,0.9173732620649951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1835017923402458f,-0.4711970214771666f,-0.8627284967815564f,0.20148134988583966f,0.5066500026555159f,0.7067505825695679f,-0.4937705832132391f,0.8955890354553143f,0.8423970958028542f,-0.5277091822098826f,0.10904197354364902f,1.3920490043936615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.0836525156099162f,-0.2959835545007331f,-0.9515229855853427f,0.14003741475704382f,0.19889494698307336f,0.9306971808272848f,-0.3069911361338384f,1.0681760622595937f,0.9764440878497515f,-0.2149336945787143f,-0.018985527066974525f,1.351630277115984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.17380977142594156f,-0.45011058921991737f,-0.8758941835798205f,0.23114165394963998f,0.5110292369921394f,0.7190775372228904f,-0.4709316451468242f,0.9505614960416926f,0.8418071526757741f,-0.5294600579208609f,0.10503696858889716f,1.0870867437018674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0823347549943732f,-0.27298620785144856f,-0.9584881420460568f,0.17396618908970554f,0.2027563500991391f,0.9370510744579528f,-0.28429763690834897f,1.1244817122718815f,0.975761677160203f,-0.21774713357489192f,-0.021802183501345038f,1.0461228925096917f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873280559469215f,0.03970086503539427f,-0.1536461885486073f,0.2827152413232442f,0.022135884083334542f,0.9931896316096459f,0.11438687992486347f,1.7922295959001233f,0.15714105948453438f,0.10953628156249122f,-0.9814828019102226f,1.2457899855072951f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873280559469215f,0.03970086503539427f,-0.1536461885486073f,0.30037310511539755f,0.022135884083334542f,0.9931896316096459f,0.11438687992486347f,1.6779745662887484f,0.15714105948453438f,0.10953628156249122f,-0.9814828019102226f,1.1341911479022304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873280559469215f,0.03970086503539427f,-0.1536461885486073f,-0.2973399915455722f,0.022135884083334542f,0.9931896316096459f,0.11438687992486347f,1.8052344277990824f,0.15714105948453438f,0.10953628156249122f,-0.9814828019102226f,1.338110357954459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873280559469215f,0.03970086503539427f,-0.1536461885486073f,-0.3537317319494379f,0.022135884083334542f,0.9931896316096459f,0.11438687992486347f,1.6926395894939574f,0.15714105948453438f,0.10953628156249122f,-0.9814828019102226f,1.2382970998107345f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9689618256177919f,0.19366421775826786f,-0.1536461885486073f,0.18632981003078775f,0.17723244332223392f,0.9774990039560583f,0.11438687992486347f,1.9029580333738056f,0.17234164189036602f,0.0836054305951005f,-0.9814828019102226f,1.2514957753798943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873280559469215f,0.03970086503539427f,-0.1536461885486073f,0.073004496904001f,0.022135884083334542f,0.9931896316096459f,0.11438687992486347f,1.915516507513066f,0.1571410594845344f,0.10953628156249123f,-0.9814828019102226f,1.2706999092319915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9483956845913768f,0.27737785454671726f,-0.1536461885486073f,0.050779565915748406f,0.26175267209234154f,0.958332499894256f,0.11438687992486347f,1.9117206789542351f,0.17897252331286267f,0.06826672288521078f,-0.9814828019102226f,1.27373672551214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9876923667750299f,-0.02926836788797313f,-0.1536461885486073f,0.07991519638863373f,-0.04719944427806254f,0.9923143928014433f,0.11438687992486347f,1.9210094271717968f,0.14911740701266907f,0.12023106287593623f,-0.9814828019102226f,1.2702582461750997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9801108162316692f,0.12560110130957108f,-0.1536461885486073f,0.13632549111344555f,0.10861383039360302f,0.987480975790564f,0.11438687992486347f,2.0273287664868516f,0.1660898062884083f,0.09542371718570986f,-0.9814828019102226f,1.2419789026904975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9801108162316692f,0.12560110130957108f,-0.1536461885486073f,0.1080652433187921f,0.10861383039360302f,0.987480975790564f,0.11438687992486347f,1.8051455469339748f,0.1660898062884083f,0.09542371718570986f,-0.9814828019102226f,1.2205085663237127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9852443258473335f,-0.06002041930931671f,-0.1602846457137027f,-0.19293679294447016f,-0.12660628135223145f,0.8857578634190931f,0.44654658985754514f,1.8904035557865035f,0.11517147176186038f,0.46025053683529454f,-0.8802868711022735f,1.345598950562052f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9825035954630714f,0.09484470069840717f,-0.1602846457137027f,-0.07881131819233517f,0.013515509581437116f,0.8946583001835681f,0.44654658985754514f,1.8978625857796922f,0.18575256634268006f,0.43656730141191075f,-0.8802868711022735f,1.3286024947797277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9867310428324123f,-0.07957572955154955f,-0.14152580110071403f,-0.06601618466818737f,-0.16072117755106824f,0.6023730349885283f,0.7818666317251984f,1.916407845795396f,0.023033718706674616f,0.794238270284836f,-0.6071696779463664f,1.273843046794168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9630272408876916f,0.2292356449835875f,-0.14152580110071403f,-0.09282940125167585f,0.03328858154809629f,0.6225563753855619f,0.7818666317251984f,1.9223447265831277f,0.2673394913714696f,0.7482476719213701f,-0.6071696779463664f,1.2877380274691885f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9870311329914379f,0.0757627225516601f,-0.14152580110071403f,-0.1367748552612581f,-0.06451052967082037f,0.6200991547779138f,0.7818666317251984f,2.011476675097444f,0.14699637433361723f,0.7808566117510163f,-0.6071696779463664f,1.3612903038254165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9870311329914379f,0.008852957363023023f,-0.1602846457137027f,-0.13876677066793827f,-0.06451052967082037f,0.8924318095228271f,0.44654658985754514f,1.8106795179548083f,0.14699637433361723f,0.4510954339136464f,-0.8802868711022735f,1.2597938311948462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873280559469215f,0.03970086503539427f,-0.1536461885486073f,-0.03089601361306869f,0.022135884083334542f,0.9931896316096459f,0.11438687992486347f,1.2953282562467958f,0.15714105948453438f,0.10953628156249122f,-0.9814828019102226f,1.2146851920181971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.10857207786451759f,0.05652396985533428f,-0.9924802994215927f,-0.052092502308819046f,-0.18017808003932073f,0.9807271643281572f,0.07556512834764387f,0.927555569623737f,0.9776236307401358f,0.1870274578254354f,-0.09629520568454966f,1.1445498953336588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.050826271437176926f,0.09708912323811714f,-0.9939770582265206f,0.08088834076883784f,-0.593679186981357f,0.8032627809030078f,0.04810330301674981f,0.3867533581512489f,0.8030950834595798f,0.5876585802698877f,0.09846664388629608f,0.7876088515177617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.050826271437176926f,-0.3628005427120164f,-0.930479691524571f,-0.059281039670067856f,-0.593679186981357f,0.7382234005217203f,-0.3202674411602008f,0.6431112994508617f,0.8030950834595798f,0.5686844266638696f,-0.17786598829747216f,0.9859896714550761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6535502665887466f,-0.11101063726392546f,-0.7486979948257078f,0.16695628943011767f,-0.1466295143799553f,0.989015696716586f,-0.018647711948240553f,0.5101467761910934f,0.7425441633697465f,0.09759400628349701f,-0.6626489080825985f,1.4327497585804339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6535502665887466f,-0.6952296644341088f,-0.29921190272550136f,-0.08266815140843822f,-0.1466295143799553f,0.5041295750206889f,-0.8510893943071776f,0.6229691809813651f,0.7425441633697465f,-0.5123564045469681f,-0.43141520622855534f,1.2353217365672429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15405981456089668f,-0.5063163259193278f,-0.848474720687078f,-0.05764097828479235f,0.1359914896380621f,0.8396885313981656f,-0.5257656179177305f,0.7648211092731797f,0.9786582081010116f,-0.1963846947853752f,-0.0605075480462731f,1.1321129110224621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.14534879082734237f,-0.5088854265549511f,-0.848474720687078f,-0.05764097828479235f,-0.3414299489589959f,0.7790995475351302f,-0.5257656179177305f,0.7648211092731797f,0.92860073172429f,0.36611407740012003f,-0.0605075480462731f,1.1321129110224621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.42250277475638e-16f,-0.5292359099257957f,-0.848474720687078f,-0.05764097828479235f,-0.11433001221469756f,0.8429111242133267f,-0.5257656179177305f,0.7648211092731797f,0.9934428258873216f,0.09700612518001556f,-0.0605075480462731f,1.1321129110224621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.02631927526733563f,0.08649808382671768f,-0.9959043012477194f,-0.0504473822256231f,0.1786266179327925f,0.9798085333260809f,0.08982076256237465f,0.7885581242691767f,0.9835648565881633f,-0.18025903449120223f,0.010336990326259756f,1.1348446769013982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.024831101130835094f,0.08693698391893927f,-0.9959043012477194f,-0.0504473822256231f,-0.38165435375962725f,0.919930532632239f,0.08982076256237465f,0.7885581242691767f,0.9239715204880243f,0.38232156093796654f,0.010336990326259756f,1.1348446769013982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.42250277475638e-16f,0.09041362041358407f,-0.9959043012477194f,-0.0504473822256231f,-0.11433001221469756f,0.9893739833448728f,0.08982076256237465f,0.7885581242691767f,0.9934428258873216f,0.11386175092632163f,0.010336990326259756f,1.1348446769013982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.03270237119003045f,-0.1306660195115074f,-0.9908869492851179f,-0.04924454678638237f,0.22095219892217707f,0.9659422641756418f,-0.13466873457001605f,0.8139099148265657f,0.9747362108334767f,-0.22334263727343492f,-0.0027176581357346383f,1.3327911166962083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.03881531913144281f,-0.12947291490276047f,-0.9908229586093102f,-0.046060824599825606f,-0.4596659770285566f,0.8781138940559927f,-0.13275232061325096f,0.8884249875300635f,0.8872432364144043f,0.46060042702151666f,-0.025430022895975245f,0.9762630888544954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.42250277475638e-16f,0.00553969573563691f,-0.9999846557678556f,-0.04306915583113899f,-0.11433001221469756f,0.993427582269979f,0.005503370986167128f,0.7095545722521446f,0.9934428258873216f,0.11432825790844907f,0.000633353481120735f,1.1273253945909747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.42250277475638e-16f,-0.09258950769548698f,-0.9957043652935882f,-0.06375712395684935f,-0.11433001221469756f,0.9891753584056042f,-0.09198238217252044f,0.9314666446163241f,0.9934428258873216f,0.11383889224624359f,-0.010585759545778199f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.807483855269444f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0345410136372886f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7711391856424223f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0345410136372886f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6798505720727388f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1261871905834626f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4086865204559333f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2022815000988114f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4086865204559333f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2030505271757663f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.272740352400436f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2660566200620207f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.6024431736584668f,0.3695210082862757f,0.0008721913154001467f,0.7187499999999988f,-0.03402826823997995f,-0.1514292251811769f,1.6371566595194342f,0.983658943148688f,0.36795191702610386f,1.595272414129743f,0.15520300435459705f,4.340185794460641f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4_as_bone.mcfunction new file mode 100644 index 000000000..d13c40ef3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_4_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7998082639445228f,-0.1649407662324926f,-0.006762322465776063f,0.0924300812424249f,-0.16468173011161882f,0.7948916832135763f,0.08928372847151757f,1.2255689956826346f,-0.011450464529304741f,0.08880427938432896f,-0.8117432668458282f,-0.35715223961608467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.785678285927028f,0.15055148442252242f,-0.006624315884841858f,0.0924300812424249f,0.14894282239539208f,0.7811315524030086f,0.08746161156393559f,1.2255689956826346f,0.022927422002088735f,0.08466255594205184f,-0.7951770777265257f,-0.35715223961608467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5933933921351244f,0.08071827530206477f,0.5552596569597641f,0.03266133517209763f,0.18394160027557363f,0.7914956484587291f,0.08151423558741927f,1.2263952495735582f,-0.5300888739663152f,0.18429227587612101f,-0.5932845752199934f,-0.3803844307840999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5672949123607541f,-0.14939545233682688f,0.5439278272258914f,0.03266133517209763f,-0.13023907766423903f,0.7852780727813412f,0.07985067975910459f,1.2263952495735582f,-0.5488299053976311f,-0.03192721769740724f,-0.5811767267461161f,-0.3803844307840999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4473538738513798f,-0.36092345909161744f,1.4529332463081381f,-0.7079292795046463f,1.4444106239196013f,0.29467416534893437f,0.517929856046257f,0.9846473982127453f,-0.3936479531997484f,1.4914112923513925f,0.24927875157822466f,-0.36521802956681926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6869019974681319f,-0.6681552636705139f,0.2858919192696371f,-0.5495619889604142f,-0.6892562978983404f,0.7236614579954046f,0.035211504078064115f,1.1733670888265437f,-0.23041571491928442f,-0.17286595338976168f,-0.957614724446572f,-0.3247358037658554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.550977235035776f,-0.6681552636705139f,0.49999263004740113f,-0.3463685380716413f,-0.6373903185618954f,0.7236614579954046f,0.2646652149707829f,1.4099782271593733f,-0.538662852140276f,-0.17286595338976168f,-0.8245966855880226f,-0.1340347898140205f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.43711114433324216f,0.6349020032379773f,0.6370504640796417f,0.2936410401577074f,0.765233542720991f,0.10965151162949188f,-0.6343454666757291f,1.188284625627237f,-0.47260075390795203f,0.7647718563609482f,-0.4379184114922146f,0.32381276516700164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.18391541520186597f,0.652690400920734f,0.7349628293982333f,0.20991081428180686f,0.6716105226243232f,0.6294031407212806f,-0.3908848837579566f,1.402288121384331f,-0.717714724630482f,0.4217190142691211f,-0.5541106812293661f,0.08219173502369928f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.938952399944619f,-0.04104855037817326f,0.3415895302114674f,-0.2741355243995372f,-0.23414359057424558f,0.8037024961573669f,-0.5470274916888709f,1.0486606588034801f,-0.2520816725413423f,-0.5936137752632331f,-0.7642496425818537f,0.1370210201123472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9374938223728857f,-0.05112424567955798f,0.34422615315570176f,-0.28156990700723117f,-0.131178769295748f,0.9681000984756197f,-0.21348145075755f,1.2288451682004242f,-0.32233129463136123f,-0.24529270440677917f,-0.9142942773888936f,0.08531429880239555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9174027272143281f,-0.08866440739052292f,0.38795729012585956f,0.039282770602108316f,-0.2724676929322629f,0.8504828314827371f,-0.4499336725132677f,1.040622924666664f,-0.2900579121621803f,-0.5184762060260757f,-0.8043934555781289f,0.2182847789813349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9233233011452417f,-0.16939187911621448f,0.344645430626508f,0.009675827209233767f,-0.18454482189869875f,0.9827581716838741f,-0.011383527526503373f,1.2248189348103498f,-0.33677483616302295f,-0.07411320582761807f,-0.9386639134692045f,0.19852190342947398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9889698475745092f,0.004770245396540314f,0.14804014775495442f,0.22061641676912214f,0.03005975397469777f,0.9851459461378754f,0.16906766692390007f,1.924909971137638f,-0.1450346571665979f,0.17165287520739916f,-0.9744230285936394f,0.12868504379276846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9889698475745092f,0.004770245396540314f,0.14804014775495442f,0.2709852692306256f,0.03005975397469777f,0.9851459461378754f,0.16906766692390007f,1.8164895808704682f,-0.1450346571665979f,0.17165287520739916f,-0.9744230285936394f,0.02131507510493729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9889698475745092f,0.004770245396540314f,0.14804014775495442f,-0.36040336868090206f,0.03005975397469777f,0.9851459461378754f,0.16906766692390007f,1.942570076597773f,-0.1450346571665979f,0.17165287520739916f,-0.9744230285936394f,0.04347718270739218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9889698475745092f,0.004770245396540314f,0.14804014775495442f,-0.38420725478748674f,0.03005975397469777f,0.9851459461378754f,0.16906766692390007f,1.8364041678787055f,-0.1450346571665979f,0.17165287520739916f,-0.9744230285936394f,-0.07477038526793382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9769089596868106f,0.14710471064030567f,0.15494866437328664f,0.12537278204359192f,0.18261459607713965f,0.9513563165000866f,0.24813921164332398f,2.03242595118945f,-0.11090894365747345f,0.270705306861205f,-0.9562519767581996f,0.11944634787145472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9878938360195024f,-0.007528622955563266f,0.15494866437328664f,0.011506349904557414f,0.031541390933545785f,0.9682107582045383f,0.24813921164332398f,2.045816077079709f,-0.15189111038059372f,0.25002249405480714f,-0.9562519767581996f,0.10447034087460619f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9629715617677174f,0.2152657379841367f,0.1623158441951632f,-0.008730995213023451f,0.25995411359987836f,0.9009980816571888f,0.3473129938147539f,2.043042325826306f,-0.07148167631739633f,0.3766472074769847f,-0.9235947439492302f,0.08697011741576086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9823611501698714f,-0.09284469484111066f,0.1623158441951632f,0.01974091401729261f,-0.031192665454403037f,0.9372303355895404f,0.3473129938147539f,2.0514174067129165f,-0.1843735020516158f,0.33612372824687436f,-0.9235947439492302f,0.09512327814785576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847907644457038f,0.06197351842245119f,0.1623158441951632f,0.07929244037868582f,0.11580649418602718f,0.9305710828473955f,0.3473129938147539f,2.1584427728939257f,-0.12952222267544689f,0.36082785754784474f,-0.9235947439492302f,0.11200022197957979f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847907644457038f,0.07860064676184904f,0.15494866437328664f,0.06160729485726982f,0.11580649418602718f,0.9617774106046426f,0.24813921164332398f,1.9420428555078817f,-0.12952222267544689f,0.262309265523061f,-0.9562519767581996f,0.05298063723689115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9775402184362116f,-0.1499974532862965f,0.14804014775495442f,-0.2592305314015352f,-0.12442111054866331f,0.9777195463172179f,0.16906766692390007f,2.0484939275268546f,-0.1701014655713488f,0.14685112446583032f,-0.9744230285936394f,0.05477714155964968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9889698475745092f,0.004770245396540307f,0.14804014775495442f,-0.1452679560851064f,0.030059753974697782f,0.9851459461378754f,0.16906766692390007f,2.0549591871745214f,-0.1450346571665979f,0.17165287520739916f,-0.9744230285936394f,0.07321277200548862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9607472433261766f,-0.23462491149458892f,0.14804014775495442f,-0.12319845443528077f,-0.20916152391744586f,0.9631550139585221f,0.16906766692390007f,2.0500322378515756f,-0.18225309696596154f,0.13146699202733508f,-0.9744230285936394f,0.07571084972595148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9862280112335116f,0.07374567452456889f,0.14804014775495442f,-0.15193710971919833f,0.09870683725071155f,0.9806493176874549f,0.16906766692390007f,2.0607598202336375f,-0.13270746074864792f,0.1813518436852673f,-0.9744230285936394f,0.07320599569662554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9856222730069518f,-0.08144230844776462f,0.14804014775495442f,-0.2039596864371045f,-0.0559157591149548f,0.9840170485736045f,0.16906766692390007f,2.1709616299306167f,-0.1594432903423908f,0.15835908092430828f,-0.9744230285936394f,0.05235276615321098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9856222730069518f,-0.08144230844776462f,0.14804014775495442f,-0.1856351670363575f,-0.0559157591149548f,0.9840170485736045f,0.16906766692390007f,1.949557794001556f,-0.1594432903423908f,0.15835908092430828f,-0.9744230285936394f,0.01672197294524167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9889698475745092f,0.004770245396540314f,0.14804014775495442f,-0.06908494147261307f,0.03005975397469777f,0.9851459461378754f,0.16906766692390007f,1.4356296627676857f,-0.1450346571665979f,0.17165287520739916f,-0.9744230285936394f,-0.02267007380917447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9319863494926879f,-0.028836364722386112f,0.3613445840591651f,-0.05827130470171828f,0.012883946848238053f,0.9935659282807028f,0.11251999854833428f,1.063042439662422f,-0.36226433480665093f,0.10952264710690157f,-0.9256183562882663f,-0.06374106647426256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8974998664134235f,-0.06977646191909379f,0.43545979739803814f,-0.03131992959260854f,-0.2929593637123885f,0.8323933517913148f,-0.4704212145586685f,0.6790509956859301f,-0.3296495123629331f,-0.5497750023925001f,-0.7675145899220461f,0.3271210840752687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8974998664134235f,0.2242508374701173f,0.3797440607591358f,0.052370814820619824f,-0.2929593637123885f,0.3404729877025582f,-0.8934500298607225f,0.7675284271093021f,-0.3296495123629331f,-0.9131208608606226f,-0.2398780783232094f,0.020635801511354815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8629599466152091f,0.29828605018244786f,0.40783031128697356f,-0.33545063934040725f,0.2229507206713211f,0.949116068982788f,-0.22242226451234148f,0.7104548606936218f,-0.45342376061474104f,-0.10101544369656407f,-0.8855522420754025f,0.19278106796146088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8629599466152091f,0.5040322853289714f,-0.035377759735883696f,-0.16829874563683506f,0.2229507206713211f,0.3170129829470144f,-0.9218436661360614f,0.7649749941753777f,-0.45342376061474104f,-0.8034016579451964f,-0.385943868095991f,-0.09853601263688945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.871292531545877f,0.33882772786500304f,0.3550283021143758f,-0.05835656010713148f,0.09274450825638415f,0.8240646877659584f,-0.5588522582628391f,0.9553371194844378f,-0.48192092780938506f,-0.4539968735652626f,-0.7494258189656322f,-0.058402588098983854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9336445110087521f,0.08360888573083103f,0.348306590936889f,-0.05679851958995425f,-0.17116818407232787f,0.7500374169047401f,-0.6388625251212086f,0.9279051291512084f,-0.3146575596177694f,-0.6560894965396977f,-0.6859571362014364f,-0.05954680422528231f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9129889504329772f,0.20101263911772893f,0.3550283021143758f,-0.05835656010713148f,-0.03489949670250097f,0.8285325452656866f,-0.5588522582628391f,0.9553371194844378f,-0.40648887010249485f,-0.5226162457774237f,-0.7494258189656322f,-0.058402588098983854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9036814353527227f,0.13164442357411102f,0.4074673105178903f,-0.060655578702275594f,0.08615043680078693f,0.9880071381943233f,-0.12814053658423993f,0.9800314983206488f,-0.41944959844762797f,-0.08069473724415588f,-0.9041849333754796f,-0.05535906766721921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.907566906063177f,-0.1014529540143103f,0.4074673105178903f,-0.060655578702275594f,-0.16681538971940085f,0.9776260167552148f,-0.12814053658423993f,0.9800314983206488f,-0.38535040777411533f,-0.18426792853099191f,-0.9041849333754796f,-0.05535906766721921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9129889504329772f,0.020532102829666485f,0.4074673105178903f,-0.060655578702275594f,-0.03489949670250097f,0.99114177997591f,-0.12814053658423993f,0.9800314983206488f,-0.40648887010249485f,-0.13121129806375975f,-0.9041849333754796f,-0.05535906766721921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8893244680171108f,0.2207302725917326f,0.40047488978419393f,-0.2381621113110202f,0.12561004336554463f,0.9600133777124734f,-0.2501927889024657f,0.9949766290342454f,-0.4396863741256816f,-0.1721989006197983f,-0.8814893255357912f,-0.13459881322404388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9097912318174085f,-0.07588125949379809f,0.40807100971007193f,0.1182605707478617f,-0.21627345245438728f,0.9258021496840828f,-0.31002608503768014f,1.0054265214233062f,-0.3542678482047483f,-0.37031393991850464f,-0.8586977801475975f,0.017251183544668106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9129889504329772f,0.08262713400504276f,0.3995296398434082f,-0.07527829857833296f,-0.03489949670250097f,0.9598707498584236f,-0.2782627691520008f,0.847902740061182f,-0.40648887010249485f,-0.2679942169009255f,-0.8734677430738108f,-0.026291173387638533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9129889504329772f,0.0662925384939502f,0.40256238737283806f,-0.05333333333333333f,-0.03489949670250097f,0.9704038383030136f,-0.23895274791617424f,1.065f,-0.40648887010249485f,-0.23221044323373297f,-0.8836544055998309f,-0.075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.49283723567707494f,-0.40832920612967255f,-0.7683610600178088f,-0.48955157278763584f,0.05662089943851954f,0.8962285103138633f,-0.43996423837326415f,1.315625f,0.8682773363833428f,0.1733254647249065f,0.4648147484761462f,0.43580879147364887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.28223293475561584f,-0.40832920612967255f,-0.8681081902394101f,-0.4529205294917664f,-0.05662089943851954f,0.8962285103138633f,-0.43996423837326415f,1.315625f,0.9576735583099315f,0.1733254647249065f,0.22982523575945685f,0.5221061214848152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.39073112848927377f,-0.40832920612967255f,-0.8249826935463618f,-0.34748864710774685f,0f,0.8962285103138633f,-0.443592670476636f,1.3821639005714954f,0.9205048534524406f,0.1733254647249065f,0.35018437721919676f,0.4264297998963525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8529828183554993f,-0.5160664361903317f,0.0780752523410575f,0.5189878230617111f,-0.521930922227995f,0.8442043361683711f,-0.1220948451686413f,2.0453653327940584f,-0.0029024149503695806f,-0.14489469359617768f,-0.989442824904565f,-0.3089114834546902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5102533021065154f,-0.5160664361903317f,-0.6879803784463681f,0.5922877033333539f,-0.16712439873895457f,0.8442043361683711f,-0.5093019479058202f,2.0824151672059417f,0.8436296598837313f,-0.14489469359617768f,-0.5170053430402144f,-0.35411656969744476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7818653895641892f,-0.5160664361903317f,-0.3498027244597293f,0.6081081718664919f,-0.39519823372675456f,0.8442043361683711f,-0.3621289754407583f,2.1182095963161136f,0.48218758658938154f,-0.14489469359617768f,-0.8640026962381411f,-0.2019136221403463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000014274147775665639f,0f,0.000006355260048059381f,-0.3395582897884815f,0f,0.000015625f,0f,1.2311225f,-0.000006355260048059381f,0f,-0.000014274147775665639f,0.5501268804078885f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5.mcfunction new file mode 100644 index 000000000..838fd1fc5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50.mcfunction new file mode 100644 index 000000000..52eec190b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50_as_bone.mcfunction new file mode 100644 index 000000000..4a60d3d8f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_50_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.466083425841827f,0.12416690272445251f,-0.6590093056003131f,-0.3616566508515125f,-0.27408695149671514f,0.7677241803787332f,-0.04919725932898881f,1.089015952648701f,0.6120351522741384f,0.24925209642862145f,0.47982372726987316f,1.0898750891845095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4683639713620329f,-0.062348223798062236f,-0.645560136098266f,-0.3616566508515125f,0.03974399984402949f,0.7975574127978728f,-0.048193233628397204f,1.089015952648701f,0.6473450430847392f,-0.0038564595667833768f,0.4700314063051819f,1.0898750891845095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5804522039498662f,0.14433320405555944f,-0.5560464095570115f,-0.3711919723537749f,0.07533650869861133f,0.8027692458717934f,0.12973200369985974f,1.0724454392433147f,0.5695121542436926f,0.040913427306113116f,-0.5838890665864709f,1.1883847840868786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5794303707062016f,-0.08697105173163379f,-0.5446985236476848f,-0.3711919723537749f,-0.2327555578480135f,0.7547677805599914f,0.1270844117876177f,1.0724454392433147f,0.5000852885200022f,0.25052272070460646f,-0.5719729631867471f,1.1883847840868786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.039632835289115584f,-0.066787435733227f,0.006319402464709512f,0.44605255209872463f,0.020932753885358917f,-0.019284994083313748f,-0.07253390152450517f,1.1511742620004175f,-0.06373630232533022f,0.03519638452698936f,-0.027751690660344965f,1.6003709232643677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9872641444405084f,0.042126275186871724f,0.15341084068940863f,0.20407599789098635f,-0.0009589509395243473f,0.9658627643506876f,-0.25905250597889123f,1.1710722325469307f,-0.15908673582435068f,0.25560613721060743f,0.953602072724795f,1.6584678350049644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8982408566168153f,0.042126275186871724f,-0.4374799886202453f,-0.07054976988767052f,-0.14863414374186038f,0.9658627643506876f,-0.21217212765811605f,1.22750078660474f,0.41360760972014754f,0.25560613721060743f,0.8738387996660815f,1.496463662945684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.0458465306573167f,0.04838379801449106f,-0.9977760789457627f,-0.17004430472880475f,0.5984654032973726f,0.8010682994055187f,0.011346397827650623f,1.1399579798869146f,0.7998357685692737f,-0.5966142705108914f,-0.06568223153910074f,0.6832430554706327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.43919051044189217f,0.024745415449202987f,-0.8980530941720745f,-0.013833033274160987f,0.5624878296439462f,0.7718698812310691f,0.29635169638586195f,1.326063320038033f,0.7005134809839375f,-0.6352987886519079f,0.3250789321029359f,0.9105213411970967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.16262434587393462f,-0.458354369128866f,-0.8737646104240857f,0.19278952465049878f,0.4569802816225555f,0.7498614364350655f,-0.47841075275928946f,0.9080185723773808f,0.8744840446441804f,-0.4770944334699572f,0.08751318309109642f,1.3826758052487456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.07610729160604546f,-0.28269007820188785f,-0.9561872200832864f,0.1338089648621243f,0.17490546237631133f,0.9403145254609033f,-0.29191894840548593f,1.082503052473766f,0.9816393224577555f,-0.18945952837861335f,-0.02212075295355645f,1.3470138889717957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.15467052985249735f,-0.43886607466586586f,-0.8851404384065403f,0.21864699350115066f,0.46063291858081f,0.7605490238688214f,-0.45758332204299956f,0.9584711898552811f,0.874010492794493f,-0.47849947836915907f,0.08452164033885122f,1.076387008609257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.07497391229679709f,-0.2620266806012528f,-0.9621439243314908f,0.16350359136134396f,0.17839036126319832f,0.9457704589878112f,-0.27146844736427517f,1.134106473119469f,0.981099277078165f,-0.19199025381272283f,-0.024165077231999538f,1.0402378042866716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9873486441620631f,0.036683444797187825f,-0.15426269720560343f,0.271405399986595f,0.018962753523378117f,0.9932061090040061f,0.11481306117308097f,1.8038290853342096f,0.15742639184757942f,0.11043527477637613f,-0.9813363242206613f,1.2400279169085149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9873486441620631f,0.036683444797187825f,-0.15426269720560343f,0.2893834156799986f,0.018962753523378117f,0.9932061090040061f,0.11481306117308097f,1.6897309429365586f,0.15742639184757942f,0.11043527477637613f,-0.9813363242206613f,1.1283197374714966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9873486441620631f,0.036683444797187825f,-0.15426269720560343f,-0.3086619284586171f,0.018962753523378117f,0.9932061090040061f,0.11481306117308097f,1.8149697030291942f,0.15742639184757942f,0.11043527477637613f,-0.9813363242206613f,1.3325159221189677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9873486441620631f,0.036683444797187825f,-0.15426269720560343f,-0.3647350610773682f,0.018962753523378117f,0.9932061090040061f,0.11481306117308097f,1.7022937671457965f,0.15742639184757942f,0.11043527477637613f,-0.9813363242206613f,1.2326147220705181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9694541888786063f,0.1906871676767374f,-0.15426269720560343f,0.17468227615396292f,0.17410095689735086f,0.9780116654680008f,0.11481306117308097f,1.914256014290285f,0.17276409486102892f,0.08444871989515718f,-0.9813363242206613f,1.2458610075347165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9873486441620632f,0.036683444797187825f,-0.15426269720560343f,0.061324183874695f,0.018962753523378117f,0.9932061090040061f,0.11481306117308097f,1.926449157397034f,0.15742639184757942f,0.11043527477637614f,-0.9813363242206613f,1.2651070668971762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9491456412723881f,0.2744550453252409f,-0.15426269720560343f,0.039111827323049894f,0.25867778331357827f,0.9591161375996338f,0.11481306117308097f,1.9225823810861036f,0.17946686622772778f,0.06906998401245064f,-0.9813363242206613f,1.2681463731311409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9875024202426929f,-0.03227987400342329f,-0.15426269720560343f,0.06821787930752006f,-0.05036599465638297f,0.9921094836591067f,0.11481306117308097f,1.9319636557494166f,0.14933933372389796f,0.12114776996702646f,-0.9813363242206613f,1.2646685794959762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9803943116044792f,0.12259695764753761f,-0.15426269720560343f,0.12429406173088633f,0.10545421065296555f,0.9877739470342524f,0.11481306117308097f,2.038481401039444f,0.166452405296949f,0.09629442110497133f,-0.9813363242206613f,1.2364714832908659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9803943116044792f,0.12259695764753761f,-0.15426269720560343f,0.09670974626019042f,0.10545421065296555f,0.9877739470342524f,0.11481306117308097f,1.8162322629567373f,0.166452405296949f,0.09629442110497133f,-0.9813363242206613f,1.2148052385422474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9848199938229515f,-0.0626126194581566f,-0.16189267942421065f,-0.20451847888051286f,-0.12973384953146183f,0.8851479937237766f,0.44685809547609245f,1.9004518603959535f,0.11532002450706544f,0.46107774733916695f,-0.879834417863003f,1.3400544857367185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9824899971136091f,0.09221803468167537f,-0.16189267942421065f,-0.09042104037324407f,0.010331042316863825f,0.8945451984512164f,0.44685809547609245f,1.9082765535196728f,0.18602869438973144f,0.43736108881257696f,-0.879834417863003f,1.3230342234414527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9862270451786375f,-0.08120783137118179f,-0.14408852654602305f,-0.07769771999789908f,-0.16376881573896357f,0.6013989834254692f,0.7819840393040443f,1.9269110862815766f,0.02315146538929365f,0.7948110158136975f,-0.6064152527695249f,1.268288350884648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9630522578336882f,0.2275276800726276f,-0.14408852654602305f,-0.10452525258602374f,0.0300891069038057f,0.6225717692920727f,0.7819840393040443f,1.9327529556869736f,0.26762846322311706f,0.7487559995628122f,-0.6064152527695249f,1.2821959632636077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9867886573601624f,0.07407187201039545f,-0.14408852654602305f,-0.14872398363033282f,-0.06767302161054585f,0.6196138510555013f,0.7819840393040443f,2.0216823098901595f,0.14720226849959545f,0.7814038861926951f,-0.6064152527695249f,1.3558416465473353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9867886573601624f,0.0062374717777445784f,-0.16189267942421065f,-0.15012741478032535f,-0.06767302161054585f,0.8920415935670138f,0.44685809547609245f,1.8209729513375819f,0.14720226849959545f,0.45191026685863633f,-0.879834417863003f,1.2541618365041423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9873486441620631f,0.036683444797187825f,-0.15426269720560343f,-0.04068839043095111f,0.018962753523378117f,0.9932061090040061f,0.11481306117308097f,1.3059965681209476f,0.15742639184757942f,0.11043527477637613f,-0.9813363242206613f,1.2085522193321978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.09502280479750289f,0.05062774399880862f,-0.9941868527123093f,-0.05967379443050435f,-0.16513094606624962f,0.9840678669325817f,0.06589540137235562f,0.9369711180212295f,0.9816834709923974f,0.17043258141666925f,-0.08514868156330661f,1.1446400013009468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06359951986332811f,0.047183265259633844f,-0.9968594888712217f,0.09262812408250573f,-0.5484185885142587f,0.8361913586762812f,0.004589493124839694f,0.38593416550749965f,0.8337818376800866f,0.546404384274645f,0.07905754866085773f,0.8040807740600786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.06359951986332811f,-0.3866749429329528f,-0.9200204288932675f,-0.05605050139743606f,-0.5484185885142587f,0.7566700811224811f,-0.3559317913675682f,0.6505829785091489f,0.8337818376800866f,0.5271933960530004f,-0.16393587256278622f,0.9894940448779525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5931281433093778f,-0.08576838715627494f,-0.8005265700643431f,0.18580321648894788f,-0.1584167959788801f,0.987304248314334f,0.011594826960920013f,0.52861056058588f,0.7893688139052342f,0.13369407251287987f,-0.599185088773715f,1.4176145381160494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5931281433093778f,-0.7399946753892618f,-0.31718588557801797f,-0.07972784756774937f,-0.1584167959788801f,0.49353304102200923f,-0.8551779090758564f,0.6325893261658837f,0.7893688139052342f,-0.4569825136863653f,-0.4099559217998137f,1.238962985587374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15731692061889804f,-0.5342192433280092f,-0.8305788262079865f,-0.059357383527663954f,0.13515054173124513f,0.8214916024155888f,-0.5539728136203248f,0.7740057205678945f,0.978256468190596f,-0.19940247545784734f,-0.05703450906726824f,1.1341448659031963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.14909021966726363f,-0.5365733126559039f,-0.8305788262079865f,-0.059357383527663954f,-0.3198641968272968f,0.7686358158176142f,-0.5539728136203248f,0.7740057205678945f,0.9356596614087814f,0.34826435761912283f,-0.05703450906726824f,1.1341448659031963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.435651666548838e-16f,-0.5569010804936217f,-0.8305788262079865f,-0.059357383527663954f,-0.10241407507544092f,0.8262115219458168f,-0.5539728136203248f,0.7740057205678945f,0.9947418545665212f,0.08506296226333615f,-0.05703450906726824f,1.1341448659031963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.01541335224135718f,0.052340901024075716f,-0.9985103197527164f,-0.05302715529348017f,0.18233944874985974f,0.9817364260606548f,0.05427628556975622f,0.7980155922920729f,0.9831148223896745f,-0.18290440078259568f,0.005588038303243045f,1.136616812563552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.014607329347869994f,0.05257154436243144f,-0.9985103197527164f,-0.05302715529348017f,-0.3645854161696631f,0.9295867679464589f,0.05427628556975622f,0.7980155922920729f,0.9310553690547714f,0.3648351320558439f,0.005588038303243045f,1.136616812563552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.435651666548838e-16f,0.0545631867409542f,-0.9985103197527164f,-0.05302715529348017f,-0.10241407507544092f,0.993260007274627f,0.05427628556975622f,0.7980155922920729f,0.9947418545665212f,0.10226151085075724f,0.005588038303243045f,1.136616812563552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.04348555367722083f,-0.16452993336073019f,-0.9854130644809309f,-0.05354359448118397f,0.22255863903564932f,0.9599650235856302f,-0.17010233885176296f,0.8257504844123098f,0.9739490021618099f,-0.2267091849055837f,-0.005127052511997297f,1.3342464211110676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.05069442948353137f,-0.16295972275084686f,-0.9853294898562137f,-0.05128440900332515f,-0.44101600794933066f,0.8815428277252103f,-0.16848478749927548f,0.8941117903222332f,0.896066378987503f,0.44308731831006776f,-0.027178535667279693f,0.9753651361664379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.435651666548838e-16f,-0.030402552236573954f,-0.9995377355645472f,-0.04280209104910683f,-0.10241407507544092f,0.9942820207846986f,-0.030242691195365073f,0.7192423499135487f,0.9947418545665212f,0.10236673269084375f,-0.003113649267241841f,1.1300774388265087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.435651666548838e-16f,-0.12831453169409673f,-0.9917335231583758f,-0.07147236922450656f,-0.10241407507544092f,0.9865188440623527f,-0.1276398352252204f,0.9404677640952575f,0.9947418545665212f,0.1015674714955734f,-0.013141214082189606f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.820671062678359f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.043332485243232f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7843263930513373f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.043332485243232f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6930377794816538f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1349786621894062f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4218737278648486f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.211072971704755f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4218737278648486f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.21184199878171f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2859275598093511f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2748480916679643f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.05850709089668492f,1.5613971482331557f,0.004702744324009157f,0.7187499999999988f,-0.13424311402628689f,-0.009718795415377887f,1.556692192230757f,0.9961224999999999f,1.555622690966975f,0.05788558114974734f,0.1345122776687081f,4.2647175f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51.mcfunction new file mode 100644 index 000000000..e9d34dd55 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51_as_bone.mcfunction new file mode 100644 index 000000000..5ff1e5aaa --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_51_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.47583636395422935f,0.12089208736484174f,-0.6526172709910718f,-0.37133576254585865f,-0.2595854920030077f,0.7729396472442323f,-0.04608816012776454f,1.0952567825040016f,0.6108515134832839f,0.2342943647956082f,0.4887852529942448f,1.0910903050030185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.47596298098330964f,-0.06896813176475261f,-0.6392985511749275f,-0.37133576254585865f,0.05482332168493065f,0.7968413260675905f,-0.04514758543127955f,1.0952567825040016f,0.6406665623652542f,-0.016949863472128332f,0.47881004374946434f,1.0910903050030185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5739907277592661f,0.13819934997794406f,-0.5642517421829605f,-0.37951923211870764f,0.08062254446444364f,0.8044956434423947f,0.11502699444361064f,1.080336021173836f,0.5753078256159142f,0.025142469893098318f,-0.5790796201190367f,1.1899845210497921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5712831544439784f,-0.09010010546318209f,-0.5527364005057572f,-0.37951923211870764f,-0.22861874494590995f,0.7583118083388607f,0.11267950476108798f,1.080336021173836f,0.5112426301746504f,0.2384222563633071f,-0.567261668688036f,1.1899845210497921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03496780014826358f,-0.08414461168197719f,0.009292406639527188f,0.4362218808538972f,0.0261672964495394f,-0.020304839579649136f,-0.08539553635665392f,1.1571789914505672f,-0.08051047815524998f,0.029946775419199073f,-0.03179095929158216f,1.6422767102188995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9992443001956307f,0.03507109773425943f,0.016758479353996603f,0.18931037660099626f,-0.029406705449604525f,0.964049128473712f,-0.2640918846986333f,1.1840270263395392f,-0.02541798971485565f,0.2633994988468848f,0.9643519221767879f,1.6675300218586189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8683239882181231f,0.03507109773425943f,-0.4947559697352696f,-0.07639218086424748f,-0.15987337669131088f,0.964049128473712f,-0.21224933760649117f,1.2431670674215667f,0.4695252441672239f,0.2633994988468848f,0.8427139188935464f,1.4915479993152911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08098400684975965f,0.03130661251176521f,-0.9962236127735561f,-0.17325702519234967f,0.6348161097891026f,0.7721794434229988f,-0.027338871724670644f,1.1294975619695733f,0.7684075073727406f,-0.6346328097159696f,-0.08240812730080538f,0.6830074740676959f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.40671995418121293f,0.009396223884012553f,-0.9135045647655811f,-0.02771635087384603f,0.6112880009742144f,0.7403045817334865f,0.27977867347129365f,1.3319167640348648f,0.6789004777843224f,-0.6722059485314967f,0.29535284664802136f,0.9033185198170319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.1409721062148016f,-0.44305183164482287f,-0.8853428374056742f,0.18357066823128f,0.40470931853332626f,0.7903488894869067f,-0.45995543303574926f,0.9209421469194858f,0.9035138254402383f,-0.4231473825548027f,0.0678900572644196f,1.3729877704535134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.06780347823240818f,-0.26808595380954253f,-0.9610060404126579f,0.12729826413941167f,0.15111722585425735f,0.9493499574917074f,-0.2754963561657514f,1.097223411723145f,0.98618774702878f,-0.1639041780447375f,-0.02385682354753596f,1.342106631922953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.13463934712267397f,-0.4253758490093984f,-0.8949456035346023f,0.20566399086914422f,0.40768950010132915f,0.7994030586143249f,-0.4412981094285252f,0.9664369668367897f,0.9031398107234053f,-0.42427601506283125f,0.06579016133811867f,1.0654468282194047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.06684513468809918f,-0.24983269591085613f,-0.9659789604450211f,0.15278299188307734f,0.1542065888792352f,0.9539248957816825f,-0.2573861324044808f,1.1436892214683272f,0.9857748505184946f,-0.16616533110676274f,-0.025239390313941172f,1.0341330824474246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9874005307222743f,0.03366808003549599f,-0.1546177619683266f,0.2598507902629619f,0.0159362025082714f,0.9932930897384928f,0.11452019615497394f,1.8156238818935586f,0.1574364296437964f,0.11061328249573729f,-0.9813146653120659f,1.233527912996651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9874005307222743f,0.03366808003549599f,-0.1546177619683266f,0.2781743849760795f,0.0159362025082714f,0.9932930897384928f,0.11452019615497394f,1.7016009064717157f,0.1574364296437964f,0.11061328249573729f,-0.9813146653120659f,1.1217991367000353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9874005307222743f,0.03366808003549599f,-0.1546177619683266f,-0.3202470215363743f,0.0159362025082714f,0.9932930897384928f,0.11452019615497394f,1.8249864008671681f,0.1574364296437964f,0.11061328249573729f,-0.9813146653120659f,1.3260218154123813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9874005307222743f,0.03366808003549599f,-0.1546177619683266f,-0.3759784666274272f,0.0159362025082714f,0.9932930897384928f,0.11452019615497394f,1.7121586406334455f,0.1574364296437964f,0.11061328249573729f,-0.9813146653120659f,1.2261007713390504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9699771436025569f,0.18771704390526234f,-0.1546177619683266f,0.16279282919020424f,0.1711252745321818f,0.978571032214275f,0.11452019615497394f,1.9257555408338907f,0.172801855617669f,0.08462296578682474f,-0.9813146653120659f,1.2393814726244097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9874005307222744f,0.033668080035495984f,-0.1546177619683266f,0.04939837337202738f,0.01593620250827138f,0.9932930897384928f,0.11452019615497394f,1.9376009471639002f,0.1574364296437964f,0.1106132824957373f,-0.9813146653120659f,1.258630482042468f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9499254693390851f,0.27154180227881053f,-0.1546177619683266f,0.02719788328304451f,0.2557621763424316f,0.9599327235932784f,0.11452019615497394f,1.9336661926200756f,0.17951966982339757f,0.06924027577910245f,-0.9813146653120659f,1.261669243548218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9873438391970233f,-0.035291512911582404f,-0.1546177619683266f,0.05627528835044575f,-0.05339124061465231f,0.9919851309864753f,0.11452019615497394f,1.9431364322928606f,0.149336929877746f,0.12132604426979814f,-0.9813146653120659f,1.2581929380256451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9807088070761242f,0.11959758947082134f,-0.1546177619683266f,0.11202755248005639f,0.10244675744873097f,0.9881243780824696f,0.11452019615497394f,2.0498290274615507f,0.1664779192913166f,0.09647087659963348f,-0.9813146653120659f,1.2300145826470548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9807088070761242f,0.11959758947082134f,-0.1546177619683266f,0.08511809484912163f,0.10244675744873097f,0.9881243780824696f,0.11452019615497394f,1.8275010423929956f,0.1664779192913166f,0.09647087659963348f,-0.9813146653120659f,1.2083086354121373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.984420661658247f,-0.06529684591479434f,-0.163255268870313f,-0.21636357490993985f,-0.13274447783682408f,0.8848710247471157f,0.44652230981980984f,1.9107830550263614f,0.11530335859881763f,0.4612370230982861f,-0.8797531153791178f,1.3335750207996293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9825154869202969f,0.08950438619337837f,-0.163255268870313f,-0.10229054683346231f,0.007314152348095113f,0.894742605450646f,0.44652230981980984f,1.9189572380031277f,0.18603714988464132f,0.4375210107452395f,-0.8797531153791178f,1.3165553961526075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9857250247606988f,-0.08302790646901667f,-0.1464668641976455f,-0.0896242691151354f,-0.16676701923633097f,0.6010069706540171f,0.7816517015399573f,1.9376401449406553f,0.02312870198581299f,0.7949194852138508f,-0.6062739275045543f,1.261812783392894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.963137242180164f,0.22564155295001895f,-0.1464668641976455f,-0.11646931653401366f,0.027116507322064734f,0.623125438824593f,0.7816517015399573f,1.9433980262496724f,0.26764033282792077f,0.7488661943711721f,-0.6062739275045543f,1.2757216243550105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9865775401208866f,0.07219567176173687f,-0.1464668641976455f,-0.16093735404085555f,-0.07069563655581829f,0.619695686971966f,0.7816517015399573f,2.0321795377896823f,0.14719675370397156f,0.7815145811353839f,-0.6062739275045543f,1.3493835641897118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9865775401208866f,0.003531927958184064f,-0.163255268870313f,-0.16173203783144696f,-0.07069563655581829f,0.8919753100871959f,0.44652230981980984f,1.8314850930200635f,0.14719675370397156f,0.45207031718500257f,-0.8797531153791178f,1.2476677428230865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9874005307222743f,0.03366808003549599f,-0.1546177619683266f,-0.05073005744784416f,0.0159362025082714f,0.9932930897384928f,0.11452019615497394f,1.3168516030857087f,0.1574364296437964f,0.11061328249573729f,-0.9813146653120659f,1.2019649651295485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.08155112877973018f,0.044604915240508386f,-0.9956705353334199f,-0.06745690066303481f,-0.14869059118458294f,0.9872736794102902f,0.05640735800271687f,0.94662397330685f,0.985515358321691f,0.15264692424040027f,-0.07388095175357721f,1.1447223685393983f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.07380734503502448f,-0.005247057234631092f,-0.9972587147823063f,0.10507387132601438f,-0.5002004528046881f,0.8649112017943037f,-0.04157066302957213f,0.3864495175541093f,0.8627583571504049f,0.5018974809670892f,0.06121221909083524f,0.8217977402084548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.07380734503502448f,-0.4119859944519719f,-0.9081960230007069f,-0.05276106233753368f,-0.5002004528046881f,0.7725523146817839f,-0.3911041141356134f,0.6586880951907543f,0.8627583571504049f,0.4831464182369953f,-0.14905554572674087f,0.9931356774038516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5275573817312912f,-0.052668220081767914f,-0.8478851735785f,0.20329323643893535f,-0.16396220600177924f,0.9856227773808878f,0.040793819519811425f,0.5484147388577532f,0.8335464018180719f,0.160542204112823f,-0.5286081693605783f,1.4013570109934679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5275573817312912f,-0.780235941483f,-0.3360283985007239f,-0.07670404311644227f,-0.16396220600177924f,0.48163135182608063f,-0.8608993181210055f,0.6428860699902657f,0.8335464018180719f,-0.3990778327047479f,-0.38201738109649724f,1.2427276850803473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.1599742543223736f,-0.562305369324182f,-0.8113081471199435f,-0.06113196804968876f,0.1343528576296641f,0.8018418334226816f,-0.5822361924683968f,0.7836637916656937f,0.9779353493972615f,-0.2021443687134221f,-0.05272671615707086f,1.1362404361582763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.15235419052230664f,-0.564417656569226f,-0.8113081471199435f,-0.06113196804968876f,-0.2976422296147046f,0.7565779003710665f,-0.5822361924683968f,0.7836637916656937f,0.9424422018247485f,0.33018568960966727f,-0.05272671615707086f,1.1362404361582763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4223790482273053e-16f,-0.5846187564702352f,-0.8113081471199435f,-0.06113196804968876f,-0.09018991534828573f,0.8080017297935526f,-0.5822361924683968f,0.7836637916656937f,0.995924585081355f,0.07317181311012205f,-0.05272671615707086f,1.1362404361582763f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0048595597604977284f,0.017081226960266236f,-0.9998422957469173f,-0.05569479731244728f,0.1857328253593377f,0.9824410920501248f,0.017686668295532865f,0.8079180504976409f,0.9825882669068321f,-0.18578948392438768f,0.001601686654051894f,1.1384368771174178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.004628084042283078f,0.017145392198242054f,-0.9998422957469173f,-0.05569479731244728f,-0.34657481208351937f,0.9378555759784536f,0.017686668295532865f,0.8079180504976409f,0.9380109170299515f,0.3466020111489421f,0.001601686654051894f,1.1384368771174178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4223790482273053e-16f,0.017759043767443528f,-0.9998422957469173f,-0.05569479731244728f,-0.09018991534828573f,0.995767523538538f,0.017686668295532865f,0.8079180504976409f,0.995924585081355f,0.09017569201505014f,0.001601686654051894f,1.1384368771174178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0538430556032018f,-0.19921016729294297f,-0.9784764864882693f,-0.057972049504437594f,0.22385255023799003f,0.9525497816476113f,-0.2062497254180865f,0.8380267001142336f,0.9731346058563835f,-0.23013957228213847f,-0.006694486876208152f,1.3357063285429218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.06229768132658581f,-0.19723032964005466f,-0.9783757948617733f,-0.05650593697440545f,-0.4213360819068785f,0.8834492951658646f,-0.20492254379227584f,0.9000151060083772f,0.9047623472408052f,0.42499122336939194f,-0.028063411665302858f,0.9745122237460864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4223790482273053e-16f,-0.06718690638103801f,-0.9977404069250407f,-0.042566670623270145f,-0.09018991534828573f,0.9936742007857234f,-0.06691309186043509f,0.7294987871552859f,0.995924585081355f,0.08998612284013355f,-0.006059581399019355f,1.1329042024500162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4223790482273053e-16f,-0.16474511923673263f,-0.9863361727563654f,-0.07937690820272758f,-0.09018991534828573f,0.9823164436031149f,-0.16407371452002126f,0.9496897262365154f,0.995924585081355f,0.08895757592584867f,-0.014858348358004491f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.834004820056743f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0522216568288214f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.7976601504297212f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0522216568288214f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7063715368600376f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1438678337749955f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4352074852432324f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2199621432903442f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4352074852432324f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.220731170367299f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.299261317187735f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2837372632535535f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.515774480477759f,0.3792519417859585f,0.0013924740423737765f,0.7187499999999988f,-0.030190000854205413f,0.1149415192917688f,1.5579740886777682f,1.0028488955766974f,0.37805097299279894f,-1.5114108183397654f,0.11883202440722057f,4.250456612283198f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52.mcfunction new file mode 100644 index 000000000..751d5a5ef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52_as_bone.mcfunction new file mode 100644 index 000000000..77b0d2e3e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_52_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.485239976071068f,0.1175231527655798f,-0.6462777410920415f,-0.38099825041410884f,-0.24456438720907167f,0.7780468867113922f,-0.042139613574467896f,1.1016041528751357f,0.6096514336701301f,0.2185767487341516f,0.49748746595387405f,1.0921620524153288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.48321055908345323f,-0.07554226690022589f,-0.6330883994371019f,-0.38099825041410884f,0.0703323638439784f,0.795832489565599f,-0.04127962146070325f,1.1016041528751357f,0.6336883415263176f,-0.03072481836229056f,0.487334660526244f,1.0921620524153288f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5676286602751459f,0.13205050069582805f,-0.5721055966730867f,-0.3878672806252398f,0.08675329881331063f,0.8058732394505335f,0.09993313528032559f,1.0884468953668491f,0.580703033937051f,0.008685139488145073f,-0.5741541597627068f,1.1914060308686674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5632202842254543f,-0.09327999592373616f,-0.560429972251187f,-0.3878672806252398f,-0.22358668425075984f,0.7618568247044446f,0.09789368353991079f,1.0884468953668491f,0.5222948459086587f,0.2255504843970169f,-0.5624367279308149f,1.1914060308686674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.025420377395292144f,-0.09910354197326797f,0.01225321860340844f,0.4206218211427162f,0.030860859866210278f,-0.019821767542040465f,-0.09629410077744498f,1.1625937710438559f,-0.09496978849143728f,0.020085678593746964f,-0.03457099613881036f,1.6839411774426962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9921792162359655f,0.02862087161603432f,-0.12149587884913499f,0.17349498693841905f,-0.060246220658688746f,0.9622797656754777f,-0.2653074546029422f,1.197036642715683f,0.10931969523251417f,0.27055220989577256f,0.9564782830544476f,1.675825899004139f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8343250254375171f,0.02862087161603432f,-0.5505293794491124f,-0.082433616554249f,-0.1720662728840459f,0.9622797656754777f,-0.21073882012420184f,1.2591658665161927f,0.5237317535384688f,0.27055220989577256f,0.8077787766808648f,1.4862039277231387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11744710853030926f,0.014232339025114544f,-0.9929771483895004f,-0.17578142445589828f,0.668598266911218f,0.740465122465705f,-0.06846721766775801f,1.1190750265665483f,0.7342904971339241f,-0.671944077239857f,-0.09648120480742278f,0.683751812176538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.37227779491857166f,-0.005843618339092277f,-0.9281029552454151f,-0.041576160706271945f,0.6588511954464688f,0.7059764790659466f,0.2598313169431426f,1.33742612323397f,0.6537005015060986f,-0.7082111712832241f,0.2666694418194917f,0.8958940377965865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.11916077359960207f,-0.4253147617283748f,-0.8971666865700488f,0.17395067360289881f,0.3508894617786277f,0.8272552788283676f,-0.43877703821337866f,0.9341366774596979f,0.9288042289136336f,-0.36709134708752766f,0.05066208883983192f,1.363165532926005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.058974570848941046f,-0.25234866474383616f,-0.9658375388206788f,0.12059881434580032f,0.1279639297125413f,0.9576284559461721f,-0.2580173890548348f,1.1120794042680124f,0.9900238546043763f,-0.13880883172245642f,-0.024184200423825658f,1.3369877257253955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.11429025584521182f,-0.40963467530284603f,-0.9050619703690835f,0.19240368780629158f,0.35326533163336676f,0.83472875277023f,-0.4224115466753052f,0.9743120266341867f,0.9285156664724638f,-0.368004540852675f,0.049308366703922246f,1.054482882734145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.05817940850447138f,-0.2365429343943221f,-0.9698776194006093f,0.14199015248610242f,0.13064630669965563f,0.9613638988763703f,-0.24230352140025377f,1.1530533606647546f,0.9897205155859958f,-0.1408080044789612f,-0.02502812223966254f,1.0279249561303418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9874941921173315f,0.030676528917927604f,-0.15464207418450465f,0.24822442394806066f,0.013087455497829963f,0.9934518012624048f,0.11349994307080369f,1.8274059599921335f,0.15711123143534525f,0.11005666332408463f,-0.9814293616021676f,1.2264030326518316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9874941921173315f,0.030676528917927604f,-0.15464207418450465f,0.2669231955829224f,0.013087455497829963f,0.9934518012624048f,0.11349994307080369f,1.713374324916052f,0.15711123143534525f,0.11005666332408463f,-0.9814293616021676f,1.1147452759072922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9874941921173315f,0.030676528917927604f,-0.15464207418450465f,-0.3319284139208716f,0.013087455497829963f,0.9934518012624048f,0.11349994307080369f,1.8350948400971085f,0.15711123143534525f,0.11005666332408463f,-0.9814293616021676f,1.318705881120097f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9874941921173315f,0.030676528917927604f,-0.15464207418450465f,-0.38729170669480967f,0.013087455497829963f,0.9934518012624048f,0.11349994307080369f,1.7220447641833645f,0.15711123143534525f,0.11005666332408463f,-0.9814293616021676f,1.2188314667332085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.970537633569136f,0.18477697561637638f,-0.15464207418450465f,0.1508372881841208f,0.16833642827700246f,0.9791734319505744f,0.11349994307080369f,1.9372516119752807f,0.17239358671645078f,0.08412407172860277f,-0.9814293616021676f,1.2321626157061416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9874941921173315f,0.03067652891792759f,-0.15464207418450465f,0.03740189697138996f,0.013087455497829942f,0.993451801262405f,0.11349994307080369f,1.948770484743576f,0.15711123143534528f,0.11005666332408463f,-0.9814293616021676f,1.2513685579002263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9507400703075715f,0.26866177175673445f,-0.15464207418450465f,0.015212237374764417f,0.2530364450856771f,0.9607758949834909f,0.11349994307080369f,1.9447714136284662f,0.1790694730264115f,0.06877886314271871f,-0.9814293616021676f,1.2544024600413934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9872285923806425f,-0.03828231024962836f,-0.15464207418450465f,0.04426244964737616f,-0.05624411937680447f,0.9919447373510545f,0.11349994307080369f,1.9543261602868334f,0.1490513516264191f,0.12074809631418258f,-0.9814293616021676f,1.2509300533528542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9810628429209152f,0.11662558523688227f,-0.15464207418450465f,0.09970603966837621f,0.09962268340147366f,0.988530770322712f,0.11349994307080369f,2.061168112784584f,0.16610544600289567f,0.09594471842337464f,-0.9814293616021676f,1.2227086068395778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9810628429209152f,0.11662558523688227f,-0.15464207418450465f,0.07346528299007773f,0.09962268340147366f,0.988530770322712f,0.11349994307080369f,1.838748689461974f,0.16610544600289567f,0.09594471842337464f,-0.9814293616021676f,1.2011210451943186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9840583396698436f,-0.06807814355484183f,-0.16430018410323377f,-0.22830317378220422f,-0.13560770067599254f,0.8849356622386586f,0.4455327431464464f,1.9212045592284674f,0.11506405017902246f,0.4607105816761249f,-0.8800602390109703f,1.326243330081344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.982592716525248f,0.08670065129615048f,-0.16430018410323377f,-0.11424950432245967f,0.004496292064733759f,0.8952543538805446f,0.4455327431464464f,1.9297084745604964f,0.18571843416635253f,0.43703848677519486f,-0.8800602390109703f,1.3092555541294129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9852317927133587f,-0.08507178898452265f,-0.14859712428507377f,-0.10162126346765635f,-0.1696865300492618f,0.6012104264679858f,0.780866508838754f,1.948397773016819f,0.022908429598334126f,0.7945494407682606f,-0.6067671629448833f,1.2545063357719093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9632997450592928f,0.22354528808030677f,-0.14859712428507377f,-0.12848780050158548f,0.024402758843153516f,0.6242211152587034f,0.780866508838754f,1.9540836699464332f,0.26731649131608765f,0.7485823291009971f,-0.6067671629448833f,1.2684032918742474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9864101142464392f,0.07009979434015899f,-0.14859712428507377f,-0.17324353553835106f,-0.07354737584457392f,0.6203533500194494f,0.780866508838754f,2.04277444498855f,0.1469213055302166f,0.7811835507440708f,-0.6067671629448833f,1.3420002696314723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9864101142464392f,0.0007321311151292156f,-0.16430018410323377f,-0.17340826503925513f,-0.07354737584457392f,0.8922395184538622f,0.4455327431464464f,1.8420205533364316f,0.1469213055302166f,0.45156185145918903f,-0.8800602390109703f,1.240398853053155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9874941921173315f,0.030676528917927604f,-0.15464207418450465f,-0.060860647276760826f,0.013087455497829963f,0.9934518012624048f,0.11349994307080369f,1.3276937000312574f,0.15711123143534525f,0.11005666332408463f,-0.9814293616021676f,1.1950255767202111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.06845228204896679f,0.03854286664419829f,-0.9969095909424968f,-0.07531422226833519f,-0.13111666046957454f,0.990238489471194f,0.04728800394512578f,0.9563542664795598f,0.9890008627041713f,0.13394842813805422f,-0.06273047241771357f,1.1447949161684408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.08106987676529076f,-0.05907085340051077f,-0.9949564359105357f,0.11796471543036047f,-0.4500389755056807f,0.8885205436365295f,-0.08942127298156277f,0.3884335715532451f,0.8893214242370742f,0.4550185466707717f,0.04544806462943049f,0.8404494524329403f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08106987676529076f,-0.43816126367878033f,-0.895233143986903f,-0.049483379603561944f,-0.4500389755056807f,0.7853252872716979f,-0.42512246905735585f,0.6673145565552325f,0.8893214242370742f,0.43735443313523137f,-0.13352342195248962f,0.9968409498340149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.4584314225022212f,-0.013216431296583175f,-0.8886315078852273f,0.21897508808402472f,-0.1626941256744519f,0.9842403669201787f,0.06929301260486348f,0.569026728538959f,0.8737111950373622f,0.17634122056006882f,-0.45335694722565967f,1.3843152241964152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.4584314225022212f,-0.8148805192236118f,-0.35469757576341976f,-0.07366113819792469f,-0.1626941256744519f,0.46931033680898493f,-0.8679161418220444f,0.6537117352061246f,0.8737111950373622f,-0.34017281954044204f,-0.3477228789025684f,1.2465398482410703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16196264767582f,-0.5900444001651403f,-0.7909587262250781f,-0.06294461178780424f,0.13364882525939414f,0.7810398965315604f,-0.6100120257279795f,0.7936474331194758f,0.9777045015057578f,-0.2045098673896425f,-0.04764054864974514f,1.1383569145768155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.15506435263193397f,-0.5918947034323261f,-0.7909587262250781f,-0.06294461178780424f,-0.2751607423455268f,0.7430826968373744f,-0.6100120257279795f,0.7936474331194758f,0.9488106304288005f,0.3122319101399686f,-0.04764054864974514f,1.1383569145768155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4346344175633997e-16f,-0.6118695068463552f,-0.7909587262250781f,-0.06294461178780424f,-0.07786063550590984f,0.7885575755173889f,-0.6100120257279795f,0.7936474331194758f,0.9969642528388949f,0.06158454908282932f,-0.04764054864974514f,1.1383569145768155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.005120397948133644f,-0.01865406733755306f,-0.9998128861425116f,-0.05841461916637991f,0.18876496263655107f,0.9818329107530689f,-0.01928533751267214f,0.818111388323433f,0.9820089461943178f,-0.18882839069886248f,-0.0015061408976371846f,1.140267493711167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.004902310529242246f,-0.018712564090901482f,-0.9998128861425116f,-0.05841461916637991f,-0.32792937934057115f,0.9445053720981845f,-0.01928533751267214f,0.818111388323433f,0.9446895201688132f,0.32796256192256734f,-0.0015061408976371846f,1.140267493711167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4346344175633997e-16f,-0.019344061191518575f,-0.9998128861425116f,-0.05841461916637991f,-0.07786063550590984f,0.996777707011768f,-0.01928533751267214f,0.818111388323433f,0.9969642528388949f,0.07784606670205382f,-0.0015061408976371846f,1.140267493711167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.06355747617539362f,-0.234075716979647f,-0.9701386529474426f,-0.06246269887800933f,0.2248334117688972f,0.9437547528094117f,-0.24243948420586092f,0.8505415001304072f,0.972322160692932f,-0.2335284249724443f,-0.007354628156313849f,1.3371401785199932f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.07339135472733176f,-0.2316633757641246f,-0.9700236024864843f,-0.06163760462503387f,-0.40096154003147944f,0.8837201774204172f,-0.2413886729645994f,0.906049961559191f,0.9131503449415497f,0.40665799924456925f,-0.028030682894512327f,0.9737188105792903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4346344175633997e-16f,-0.10415356808500759f,-0.9945612270017175f,-0.04237977532303968f,-0.07786063550590984f,0.9915419905803018f,-0.1038373841863745f,0.7401691419769528f,0.9969642528388949f,0.07743716918389115f,-0.008109463001307077f,1.1357476397440225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4346344175633997e-16f,-0.20122156979877925f,-0.9795457517889172f,-0.08734021982495441f,-0.07786063550590984f,0.9765720985537514f,-0.20061071198950944f,0.9589802564624466f,0.9969642528388949f,0.07626805474139925f,-0.01566723930203008f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8471863028574758f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0610093120293103f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.810841633230454f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0610093120293103f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7195530196607705f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1526554889754843f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.448388968043965f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2287497984908327f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.448388968043965f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2295188255677876f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3124427999884676f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.292524918454042f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.6219251124890116f,-1.4333796251836812f,-0.006185027390496204f,0.7187499999999988f,0.10468918060085085f,0.03869834023683769f,1.5585085382916701f,1.0133012175089062f,-1.4295648218673596f,-0.6207507862026473f,0.11144115715543547f,4.212248242141587f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53.mcfunction new file mode 100644 index 000000000..1e096f829 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53_as_bone.mcfunction new file mode 100644 index 000000000..bf62a6eee --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_53_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4941207821588993f,0.11410298692429631f,-0.6401324905502577f,-0.3904901780474399f,-0.22929225941429052f,0.7829227428118428f,-0.037436386111845354f,1.1079516403026248f,0.6084522634158013f,0.2023781895545549f,0.5057404037460852f,1.093063694341811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.4899657794981623f,-0.08196678142210291f,-0.627068562171681f,-0.3904901780474399f,0.0859818485483706f,0.7945201434797065f,-0.036672378232011776f,1.1079516403026248f,0.6265306509987866f,-0.04493537969448863f,0.49541917101657335f,1.093063694341811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5615113275656891f,0.12598575832417228f,-0.5794627357814693f,-0.39610876143441576f,0.0935992023082087f,0.8068490898744595f,0.08472414024625904f,1.0966384397374402f,0.5855669584147731f,-0.008159614738701132f,-0.5692004939778527f,1.1926132160590095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.555410434516696f,-0.09647551213822034f,-0.5676369656634802f,-0.39610876143441576f,-0.21775679200836223f,0.7653063418445512f,0.08299507615960071f,1.0966384397374402f,0.5330114715127637f,0.21212891997598804f,-0.5575841573660598f,1.1926132160590095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.012099131024546675f,-0.10965791805800096f,0.0148011685864156f,0.39948128563597507f,0.03439953114859157f,-0.01787917783312401f,-0.10434236825305673f,1.1675212548115108f,-0.10516941495081081f,0.006767463563564413f,-0.03583180363459108f,1.7240404760541517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9662702934711904f,0.022834478499902125f,-0.25651570428871806f,0.15687364647761615f,-0.09228906673258624f,0.9606087204999545f,-0.2621328179779639f,1.209917542006989f,0.24042555628869372f,0.2769647499070552f,0.9303150429785572f,1.683200150338889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.796896308155366f,0.022834478499902125f,-0.6036844048341694f,-0.0885938516213861f,-0.18477556452657506f,0.9606087204999545f,-0.20757860403549688f,1.2752066064018168f,0.5751645545426399f,0.2769647499070552f,0.7697247966037531f,1.4805168116335496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1545656457421476f,-0.0024551010811973487f,-0.9879794702497587f,-0.17756928082599738f,0.698976734482757f,0.7064606019284865f,-0.11110779709211244f,1.1089818658957253f,0.6982413521184021f,-0.7077481122557104f,-0.10747848059190238f,0.6854558266964536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.33644500349102335f,-0.02062099341824236f,-0.9414773147858476f,-0.05517413797832332f,0.7040292271898745f,0.6694836005240241f,0.23692732196143376f,1.34249828781593f,0.6254179457677508f,-0.742540560009912f,0.23976219437562082f,0.888389529727474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.09782867364377905f,-0.4053587978424577f,-0.908908023743226f,0.16408026650078392f,0.29664956464836406f,0.8598941831707893f,-0.4154287297996817f,0.9473670887426284f,0.949962413154876f,-0.3102680111786556f,0.03612720349275022f,1.3533936224511063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.0498862801151569f,-0.23573580446241216f,-0.9705359290364945f,0.11381395360760356f,0.10581859708616093f,0.9650287508321517f,-0.2398373085615612f,1.1268109963451471f,0.9931333161096696f,-0.11466534158932301f,-0.023196462472002643f,1.3317488930126582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.09423112251624478f,-0.3918146195264697f,-0.9152058781906157f,0.17909214030758921f,0.2984968993064734f,0.8658821513636669f,-0.4014320628129362f,0.9819604311946234f,0.9497473857051408f,-0.31101351075983147f,0.035362401941817515f,1.0437080908966279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.04924089371144132f,-0.22237452171655628f,-0.9737170566842461f,0.1313111858814584f,0.1080905966575486f,0.967987401963617f,-0.2265321446372284f,1.1620422431588189f,0.9929208212645728f,-0.11640430288893887f,-0.023627970040325134f,1.0217346092921997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9876367263175343f,0.02772477550025434f,-0.15428879950354193f,0.23669740897963049f,0.01042984627935404f,0.9936766667803223f,0.11179400790264794f,1.8389730928917722f,0.15641264378359157f,0.10880265952543977f,-0.9816807353436342f,1.2188068363124478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9876367263175343f,0.02772477550025434f,-0.15428879950354193f,0.25580361432554916f,0.01042984627935404f,0.9936766667803223f,0.11179400790264794f,1.7248530785496294f,0.15641264378359157f,0.10880265952543977f,-0.9816807353436342f,1.1073084607914174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9876367263175343f,0.02772477550025434f,-0.15428879950354193f,-0.3435391677319209f,0.01042984627935404f,0.9936766667803223f,0.11179400790264794f,1.8451006275808928f,0.15641264378359157f,0.10880265952543977f,-0.9816807353436342f,1.3106992645353077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9876367263175343f,0.02772477550025434f,-0.15428879950354193f,-0.39850571685981734f,0.01042984627935404f,0.9936766667803223f,0.11179400790264794f,1.7317628517097015f,0.15641264378359157f,0.10880265952543977f,-0.9816807353436342f,1.2109318372980469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9711401689036367f,0.18188386044278732f,-0.15428879950354193f,0.13898879300302727f,0.16574671535505703f,0.9798112706772015f,0.11179400790264794f,1.9485436313793165f,0.17150743042453048f,0.08299478998320502f,-0.9816807353436342f,1.224358208066574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9876367263175343f,0.02772477550025436f,-0.15428879950354193f,0.02550723803775156f,0.010429846279354046f,0.9936766667803224f,0.11179400790264794f,1.9597586534538711f,0.15641264378359157f,0.10880265952543977f,-0.9816807353436342f,1.2434710463573762f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9515924644150227f,0.26583218017444643f,-0.15428879950354193f,0.0033271453734038253f,0.25051217811122783f,0.9616370148944098f,0.11179400790264794f,1.9556992493489898f,0.17808826543742834f,0.0677311122651145f,-0.9816807353436342f,1.2464947614091333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9871648754649183f,-0.04123681602752485f,-0.15428879950354193f,0.032351985436521444f,-0.05891094061839172f,0.9919836696602011f,0.11179400790264794f,1.9653336010823406f,0.1484419405821294f,0.11944841619457766f,-0.9816807353436342f,1.243030147290863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9814620969969792f,0.11369748680620761f,-0.15428879950354193f,0.08750569339475589f,0.09699478550966065f,0.9889864060648142f,0.11179400790264794f,2.072299367069513f,0.165300223055587f,0.09475637241344065f,-0.9816807353436342f,1.2147098729898393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9814620969969792f,0.11369748680620761f,-0.15428879950354193f,0.06192375886335921f,0.09699478550966065f,0.9889864060648142f,0.11179400790264794f,1.8497774257049302f,0.165300223055587f,0.09475637241344065f,-0.9816807353436342f,1.1933896891968152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9837413571340812f,-0.0709587354836625f,-0.16497818074689613f,-0.2401688354858263f,-0.1383084994759481f,0.8853245187000974f,0.44392708360850475f,1.931519577579035f,0.11455872396595387f,0.4595273163229802f,-0.8807445397595672f,1.31819771451327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9827302604278875f,0.08380593724063276f,-0.16497818074689613f,-0.12612849417151456f,0.0018895751322469956f,0.8960609208891253f,0.44392708360850475f,1.94033187571659f,0.18503422587498777f,0.4359488398178758f,-0.8807445397595672f,1.3012777683121104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9847522212020707f,-0.0873628234001304f,-0.1504353679330281f,-0.11351640548757175f,-0.1725086492705324f,0.6019793089281877f,0.7796548451393077f,1.9589874812136578f,0.022446130277720536f,0.7937182426465321f,-0.6078713042459369f,1.2465133377280153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9635516140175735f,0.2212181891232805f,-0.1504353679330281f,-0.14040892365884206f,0.021956361714881523f,0.6258244487322682f,0.7796548451393077f,1.9646133772713943f,0.2666199641894326f,0.7479346710575525f,-0.6078713042459369f,1.2603844366374541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9862948437994528f,0.06776194484714416f,-0.1504353679330281f,-0.1854722226856288f,-0.07621447037885182f,0.6215542429713381f,0.7796548451393077f,2.053268448098012f,0.14633466984786647f,0.7804349055974236f,-0.6078713042459369f,1.333836611750243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9862948437994528f,-0.002163555420464147f,-0.16497818074689613f,-0.18498542271602436f,-0.07621447037885182f,0.8928158258810821f,0.44392708360850475f,1.8523848872747688f,0.14633466984786647f,0.450416718255688f,-0.8807445397595672f,1.2324928501427133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9876367263175343f,0.02772477550025434f,-0.15428879950354193f,-0.07091825438572724f,0.01042984627935404f,0.9936766667803223f,0.11179400790264794f,1.3383283020179764f,0.15641264378359157f,0.10880265952543977f,-0.9816807353436342f,1.1878574296424649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.05599114327633553f,0.03253020342324059f,-0.9979011863605792f,-0.08311708066944247f,-0.11273998980374954f,0.9928709022013597f,0.03869194051619193f,0.9660017136924665f,0.9920457079054671f,0.11466977556052282f,-0.05192452213781081f,1.1448562638072688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.08521950456734742f,-0.11306834485775613f,-0.9899258484515007f,0.13100874728793832f,-0.39907401927825525f,0.9064906640103811f,-0.13789344871717724f,0.3919211263434086f,0.91294992369702f,0.40680489851173823f,0.03212804644636588f,0.8596657102667438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08521950456734742f,-0.46456878075955393f,-0.881426958961931f,-0.04628635291647361f,-0.39907401927825525f,0.7946703918826574f,-0.4574263824946724f,0.6763193008098336f,0.91294992369702f,0.39073624890537756f,-0.11767591347833391f,1.0005331552636865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.38760657933681103f,0.030479531730252196f,-0.9213208658227169f,0.23255030175284136f,-0.1545740383020594f,0.9831529803894308f,0.0975555423047425f,0.5898640149781685f,0.9087728023757147f,0.18022545685025593f,-0.37636521938843737f,1.3668863952007735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.38760657933681103f,-0.843360859635438f,-0.3721607180907078f,-0.07066394326885278f,-0.1545740383020594f,0.4574680704855316f,-0.8756882043108939f,0.6648883239876784f,0.9087728023757147f,-0.28189612434586514f,-0.307679327776454f,1.250321478614685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16325960454936347f,-0.6169411564614193f,-0.769889544666267f,-0.0647738976248073f,0.13308346441271543f,0.7594556950050732f,-0.6368012553570156f,0.8037916988978382f,0.9775659021376998f,-0.2064234889454394f,-0.04188376999861745f,1.1404508709624166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.15718341054532095f,-0.6185171496918328f,-0.769889544666267f,-0.0647738976248073f,-0.25282389638812924f,0.7283984064993921f,-0.6368012553570156f,0.8037916988978382f,0.9546588148990537f,0.2947410676275658f,-0.04188376999861745f,1.1404508709624166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.446338868087916e-16f,-0.6381771611500744f,-0.769889544666267f,-0.0647738976248073f,-0.0656303179561259f,0.7682296678342402f,-0.6368012553570156f,0.8037916988978382f,0.9978440065285644f,0.050528095607543885f,-0.04188376999861745f,1.1404508709624166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.01434841790459125f,-0.054221186924249314f,-0.9984258539281528f,-0.061149085363107564f,0.19142197605766637f,0.9799108954192801f,-0.055966633995293585f,0.8284268686761174f,0.9814029498558752f,-0.1919236825592677f,-0.0036810442915061366f,1.1420711783600392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.013814398659107224f,-0.05435969644439192f,-0.9984258539281528f,-0.061149085363107564f,-0.3089911660063693f,0.9494167658142872f,-0.055966633995293585f,0.8284268686761174f,0.9509645743768332f,0.3092779141697841f,-0.0036810442915061366f,1.1420711783600392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.446338868087916e-16f,-0.05608755840504362f,-0.9984258539281528f,-0.061149085363107564f,-0.0656303179561259f,0.9962732543053712f,-0.055966633995293585f,0.8284268686761174f,0.9978440065285644f,0.06552700624892115f,-0.0036810442915061366f,1.1420711783600392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.07245972243387468f,-0.26849771262807987f,-0.9605511787189139f,-0.06694658554604362f,0.22552431695986425f,0.933727920242416f,-0.27801250586899684f,0.8630878842013666f,0.9715391762994391f,-0.23677235749398895f,-0.007104902683790906f,1.3385195332001532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.08378146780199926f,-0.26564114739940764f,-0.9604246177921871f,-0.06660056110960821f,-0.380266111434186f,0.8823530877088092f,-0.27721961168981896f,0.9121258398559277f,0.9210745627513908f,0.38844280070437265f,-0.027089489350617953f,0.972994543158733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.446338868087916e-16f,-0.1406466645906161f,-0.9900598546247267f,-0.0422554160072643f,-0.0656303179561259f,0.9879252920418253f,-0.14034343129997953f,0.7510759395256708f,0.9978440065285644f,0.06497794305461656f,-0.009230685316551066f,1.1385495196124253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.446338868087916e-16f,-0.237097027210582f,-0.9714859750340735f,-0.0952317830246287f,-0.0656303179561259f,0.9693914576143089f,-0.23658584756781922f,0.9681870801954f,0.9978440065285644f,0.06375893343140315f,-0.015560753282283063f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8599166865334376f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.069496234479951f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8235720169064158f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.069496234479951f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7322834033367323f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.161142411426125f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4611193517199266f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2372367209414734f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4611193517199266f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2380057480184283f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3251731836644292f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.3010118409046827f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3378320114893028f,-0.8072149670395821f,-0.003969385566033153f,0.7187499999999989f,0.05355042315137535f,-0.09641566233550176f,1.5586027788492856f,1.0248966019210586f,-0.8054465290848264f,1.3343591222169886f,0.1102173840259014f,4.154114212489679f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54.mcfunction new file mode 100644 index 000000000..a3a96d04f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54_as_bone.mcfunction new file mode 100644 index 000000000..b7783b0c5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_54_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5023366535802609f,0.11068257713998228f,-0.6343119879301361f,-0.3996630609869547f,-0.21406174605078948f,0.7874581985033359f,-0.032118513851244174f,1.1141880085354743f,0.6072725086745789f,0.1860198838080949f,0.5133820677434601f,1.093780037938854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.49611912606950986f,-0.08814225028864266f,-0.6213668453193171f,-0.3996630609869547f,0.10146606404310227f,0.7929153267156464f,-0.03146303397672899f,1.1141880085354743f,0.6193306472278172f,-0.059297794001750184f,0.5029048826874711f,1.093780037938854f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5557687535902728f,0.1201040980076604f,-0.586208616977715f,-0.4041178803927825f,0.1009772891027387f,0.8073980393620421f,0.06968814507673948f,1.1047597653405543f,0.5898043099729103f,-0.02505705730011152f,-0.5643114957727534f,1.1935844821021597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.54800838339727f,-0.09964582168671314f,-0.5742451758149045f,-0.4041178803927825f,-0.2112852267795084f,0.7685690044810687f,0.06826593803435704f,1.1047597653405543f,0.543180784519337f,0.1984247856779962f,-0.552794934634534f,1.1935844821021597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.003086690681748798f,-0.11421227284274064f,0.01654899325535002f,0.3734818807472088f,0.03621809180893548f,-0.014759819369761942f,-0.10861969279521355f,1.1721104444171533f,-0.10957445994112756f,-0.008095960060574434f,-0.035436326902528376f,1.7613678414062597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.9232699287422856f,0.017730509916863414f,-0.3837424496954998f,0.13975336546427813f,-0.12417829881092364f,0.9590789729013842f,-0.2544548561982083f,1.2224845007165717f,0.36352770016140457f,0.28258300153497184f,0.8876905195274116f,1.6895536308234516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7569353596528663f,0.017730509916863414f,-0.6532491793529283f,-0.09477892095819734f,-0.19753086676262435f,0.9590789729013842f,-0.20285236112609642f,1.2909868816042342f,0.622920876181873f,0.28258300153497184f,0.729463110280632f,1.474599356427315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.19159177466400296f,-0.018389468703775943f,-0.9813024097198023f,-0.1786253735030427f,0.7253517786424489f,0.6708872590486431f,-0.15419170816368333f,1.0994881782909507f,0.6611787875464047f,-0.7413313112819339f,-0.11519764672802471f,0.6880266554927879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2999313478489687f,-0.034607444415481615f,-0.9533328439577283f,-0.06828135411253453f,0.7458243740135475f,0.6316022337449385f,0.21171825961806917f,1.3470667092102049f,0.5948001258446414f,-0.7745198145428128f,0.215248384838924f,0.880955778586247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.07758520615956116f,-0.3836037774268947f,-0.9202329475350226f,0.1541361089672544f,0.24315473651836517f,0.887862224052943f,-0.39061034959207847f,0.9603895530087121f,0.9668796770508017f,-0.25406458439455665f,0.0243901017332521f,1.3438565229267372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.04081604066869874f,-0.2185848122031571f,-0.9749639637946839f,0.1070579319054457f,0.08499521985424245f,0.9714806372215967f,-0.2213621108172066f,1.141158659295154f,0.9955450082372268f,-0.09190240137031697f,-0.02107332902768443f,1.3264931143633798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.07505327717420424f,-0.3722806216569005f,-0.9250806150407455f,0.16596888829860373f,0.24455103204986617f,0.8924951946628689f,-0.3790080740921403f,0.9892584274496427f,0.966727365035643f,-0.25467521717363795f,0.024056921016683074f,1.0333260180608106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.04030622420907597f,-0.20762277788666417f,-0.9773782227943453f,0.12093100355238957f,0.0868617702693818f,0.9737418706129702f,-0.21043241737152255f,1.1705198255810025f,0.9954046620122274f,-0.09337853885009349f,-0.02121337612320913f,1.015684958425648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9878302578076327f,0.024828734875252657f,-0.15354125075757577f,0.22544228050191684f,0.00796433080648953f,0.9939559676127676f,0.1094901999348426f,1.8501305772067849f,0.15533174561084143f,0.10693487911556929f,-0.9820575239944082f,1.2109274121336522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9878302578076327f,0.024828734875252657f,-0.15354125075757577f,0.24498783105177374f,0.00796433080648953f,0.9939559676127676f,0.1094901999348426f,1.735852125093837f,0.15533174561084143f,0.10693487911556929f,-0.9820575239944082f,1.0996677189093238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9878302578076327f,0.024828734875252657f,-0.15354125075757577f,-0.3549079959600674f,0.00796433080648953f,0.9939559676127676f,0.1094901999348426f,1.8548096215555974f,0.15533174561084143f,0.10693487911556929f,-0.9820575239944082f,1.3021848126800215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9878302578076327f,0.024828734875252657f,-0.15354125075757577f,-0.4094497147457829f,0.00796433080648953f,0.9939559676127676f,0.1094901999348426f,1.7411284942531362f,0.15533174561084143f,0.10693487911556929f,-0.9820575239944082f,1.2025750003765063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9717843582658519f,0.17905374987870526f,-0.15354125075757577f,0.12742173383440175f,0.16335524674526072f,0.9804728244469723f,0.1094901999348426f,1.9594376594255059f,0.17014765467270385f,0.08131909477700107f,-0.9820575239944082f,1.216164632455303f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9878302578076327f,0.02482873487525264f,-0.15354125075757577f,0.01388870243227032f,0.007964330806489534f,0.9939559676127676f,0.1094901999348426f,1.9703715056922064f,0.15533174561084143f,0.10693487911556929f,-0.9820575239944082f,1.2351341451390492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9524808628304992f,0.2630689838378284f,-0.15354125075757577f,-0.008283203061582742f,0.24818746797166774f,0.9625044814753024f,0.1094901999348426f,1.9662558241527126f,0.17658761758254957f,0.06618030585069708f,-0.9820575239944082f,1.2381417849507823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.987155917940214f,-0.04413930211742627f,-0.15354125075757577f,0.020718306385294746f,-0.061389933260665885f,0.9920903044645076f,0.1094901999348426f,1.9759647340244966f,0.14749396519812322f,0.11750978595890381f,-0.9820575239944082f,1.2346899529872817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9819072986130285f,0.1108293338708872f,-0.15354125075757577f,0.07560323546781736f,0.09456299473903167f,0.9894795279055622f,0.1094901999348426f,2.0830302310794595f,0.16406065023780447f,0.09298990595500868f,-0.9820575239944082f,1.206224738580392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9819072986130285f,0.1108293338708872f,-0.15354125075757577f,0.050666635346867786f,0.09456299473903167f,0.9894795279055622f,0.1094901999348426f,1.8603973373007086f,0.16406065023780447f,0.09298990595500868f,-0.9820575239944082f,1.185302009740515f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.983473838005985f,-0.07392987101376723f,-0.16526821875262546f,-0.25178786302050005f,-0.14084205064309566f,0.8859969071923783f,0.4417838806658612f,1.9415316247491654f,0.11376610535843092f,0.45775960352288403f,-0.8817672134152792f,1.3096292471207391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9829308229013948f,0.08082953210752863f,-0.16526821875262546f,-0.13775441428903815f,-0.0005075990817566961f,0.8971213658847862f,0.4417838806658612f,1.950630727937359f,0.18397483451157082f,0.43432688336354885f,-0.8817672134152792f,1.29281498185045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9842896580006107f,-0.08990226861393671f,-0.15195871561417207f,-0.12513544361998374f,-0.17522043230954276f,0.603244505674766f,0.778070605070301f,1.9692171175752835f,0.021717947746005106f,0.7924731216080929f,-0.6095200425535052f,1.23802860622553f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.963896421997977f,0.21866009331469186f,-0.15195871561417207f,-0.15205854198275018f,0.019768270080772574f,0.6278657093866087f,0.778070605070301f,1.974794173197376f,0.26554265788666087f,0.7469755113576757f,-0.6095200425535052f,1.2518600504790012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9862352322721032f,0.06518140359091984f,-0.15195871561417207f,-0.1974488048911162f,-0.07869494649248442f,0.623228079375505f,0.778070605070301f,2.063462664316789f,0.14542067260790753f,0.779319026909928f,-0.6095200425535052f,1.3250943815469232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9862352322721032f,-0.005146114604781378f,-0.16526821875262546f,-0.19629092910504037f,-0.07869494649248442f,0.8936633080642604f,0.4417838806658612f,1.8623884200023308f,0.14542067260790753f,0.4487086017942128f,-0.8817672134152792f,1.2241349461432254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9878302578076327f,0.024828734875252657f,-0.15354125075757577f,-0.08073870941647902f,0.00796433080648953f,0.9939559676127676f,0.1094901999348426f,1.3485688765020123f,0.15533174561084143f,0.10693487911556929f,-0.9820575239944082f,1.1806036500199661f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.04439382927022041f,0.026658631373032593f,-0.9986583526392013f,-0.09073569618136625f,-0.09395573211471538f,0.9951016789824886f,0.030740346273587182f,0.9754057468835791f,0.9945860990007422f,0.09519435833886884f,-0.04167164281542868f,1.1449057656428903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.08630976789330694f,-0.16598798533955705f,-0.9823434290965245f,0.14389653603370578f,-0.34851772969467754f,0.9186913388985138f,-0.18585374874164817f,0.3968356878480237f,0.9333198894562739f,0.3584050956051978f,0.021442280418786278f,0.8790271187615042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08630976789330694f,-0.4905514088251933f,-0.8671274065936456f,-0.043234630991703396f,-0.34851772969467754f,0.8005145653046736f,-0.48755699443607337f,0.6855284620889328f,0.9333198894562739f,0.3442902061265868f,-0.1018736369756241f,1.0041351328179613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.31707616826671164f,0.07600676495190217f,-0.9453494989678929f,0.2438797218698165f,-0.14010919277688025f,0.9820921051479008f,0.12595440089800536f,0.6103375663245288f,0.9379936660856036f,0.17238929400548847f,-0.3007487551022918f,1.3495068387383302f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.31707616826671164f,-0.8656115980839638f,-0.387529695352274f,-0.06777523307200611f,-0.14010919277688025f,0.44688394625501304f,-0.8835520090401909f,0.6762074966274767f,0.9379936660856036f,-0.2258568126979413f,-0.2629763916042961f,1.253995131772181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16388779507704404f,-0.642542373396841f,-0.7485185963049545f,-0.06659574768148563f,0.13269082707811738f,0.737523847102593f,-0.6621568691513486f,0.8139147398892864f,0.9775141610401917f,-0.20784098090738914f,-0.03561167815961955f,1.142479596565438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1587120829388895f,-0.6438403417889095f,-0.7485185963049545f,-0.06659574768148563f,-0.2310374634757848f,0.7128604148824363f,-0.6621568691513486f,0.8139147398892864f,0.9599125820614473f,0.2780281337900559f,-0.03561167815961955f,1.142479596565438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.440121282975069e-16f,-0.6631137994233423f,-0.7485185963049545f,-0.06659574768148563f,-0.05370372052366872f,0.7474384195621733f,-0.6621568691513486f,0.8139147398892864f,0.9985569139522873f,0.040198233502729865f,-0.03561167815961955f,1.142479596565438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.022692539282959834f,-0.08896890730892645f,-0.995775869457152f,-0.06385765302568233f,0.19371198508695472f,0.9767648453477032f,-0.09168480641059765f,0.8386813487352707f,0.9807959601744711f,-0.19497428144535628f,-0.004930930977437522f,1.143811577768712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.021975890120908184f,-0.08914862904300207f,-0.995775869457152f,-0.06385765302568233f,-0.29013152283739174f,0.9525846921557722f,-0.09168480641059765f,0.8386813487352707f,0.9567344248585654f,0.2909208246417674f,-0.004930930977437522f,1.143811577768712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.440121282975069e-16f,-0.09181730668481308f,-0.995775869457152f,-0.06385765302568233f,-0.05370372052366872f,0.9943388791932893f,-0.09168480641059765f,0.8386813487352707f,0.9985569139522873f,0.05347686899754009f,-0.004930930977437522f,1.143811577768712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.08043079533909876f,-0.3018588760841736f,-0.9499537389211749f,-0.07135224056077281f,0.22596550850647065f,0.922706750379009f,-0.3123329021579722f,0.8754491825903653f,0.9708091862598603f,-0.23977796340408097f,-0.006004343366186934f,1.33981900282267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.09331590682559517f,-0.29855835931615116f,-0.9498184287619212f,-0.07132407712040452f,-0.35965546713759283f,0.8794564416476569f,-0.31177606098365107f,0.9181452458677024f,0.928407284811659f,0.3707010565494646f,-0.025310870821721395f,0.9723447972508901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.440121282975069e-16f,-0.1760224532963065f,-0.9843861518406025f,-0.04220292901280164f,-0.05370372052366872f,0.9829655979193197f,-0.1757684377498705f,0.7620193147227325f,0.9985569139522873f,0.05286519878581738f,-0.009453060637715713f,1.1412533495759147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.440121282975069e-16f,-0.27174555624007124f,-0.962369135344528f,-0.10292107673519255f,-0.05370372052366872f,0.9609803538725629f,-0.2713534040193333f,0.9771579228577244f,0.9985569139522873f,0.05168280308514715f,-0.014593747405866017f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8718971465375083f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.077483207815998f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8355524769104865f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.077483207815998f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.744263863340803f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.169129384762172f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4730998117239973f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.245223694277521f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4730998117239973f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.245992721354476f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3371536436684999f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.3089988142407303f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.9562929852048749f,1.2356636090350555f,0.006739566336941943f,0.7187499999999989f,-0.073620201740546f,-0.06548068368227578f,1.559390456543897f,1.0370904685289084f,1.2334869445371643f,0.9540723113951914f,0.09829665449753071f,4.078967876001632f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55.mcfunction new file mode 100644 index 000000000..72b4437e8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55_as_bone.mcfunction new file mode 100644 index 000000000..0595434f0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_55_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5097781227292429f,0.10732208045890923f,-0.6289297902604587f,-0.4083728280051494f,-0.19918509749429586f,0.7915643456988863f,-0.026374760642064916f,1.1201981311130191f,0.6061320045726679f,0.16985965415221405f,0.5202846676276878f,1.0943082654077771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5015940791805572f,-0.09397319336634412f,-0.6160944884184085f,-0.4083728280051494f,0.11646908668763868f,0.7910546296574517f,-0.025836500220798288f,1.1201981311130191f,0.6122404197512248f,-0.0734956585523505f,0.5096666131863065f,1.0943082654077771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.550509862010099f,0.11450418506530693f,-0.5922601859627202f,-0.4117687743098515f,0.10865911502295002f,0.8075265188637262f,0.055123157553843186f,1.112650666136546f,0.5933603736318219f,-0.04164321527939978f,-0.5595835541446357f,1.1943141031451412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5411496965071371f,-0.10274246260519346f,-0.5801732433920526f,-0.4117687743098515f,-0.20438114701137303f,0.7715649951017356f,0.05399819515478516f,1.112650666136546f,0.5526168226868857f,0.1847469748371517f,-0.5481634816110718f,1.1943141031451412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.017679762686112606f,-0.11180704907310271f,0.017177465051794672f,0.34372340786565914f,0.03589222061377901f,-0.01094293448499753f,-0.1081686471254354f,1.176509965623721f,-0.10727362223516387f,-0.02208826609537155f,-0.03336066561274674f,1.7949346109947826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8663182634767331f,0.013297430671541988f,-0.49931537599416376f,0.12250509268776899f,-0.15455996684507686f,0.9577203563871844f,-0.24265806314741156f,1.2345458177885242f,0.474977771075138f,0.2873932798433881f,0.8317458864853817f,1.6948439428585362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7155616896645396f,0.013297430671541988f,-0.6984229711442521f,-0.10087903907810816f,-0.20987201388485852f,0.9577203563871844f,-0.19678784705748015f,1.306197816219837f,0.6662771240800204f,0.2873932798433881f,0.6880987549970694f,1.4685905393734715f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2277195045795158f,-0.033239560327882486f,-0.9731592669564776f,-0.1790050779554765f,0.7473924547317614f,0.6346384446577678f,-0.19656694323410814f,1.0908233964677363f,0.6241380823536499f,-0.7720940203055442f,-0.11967655561692081f,0.6913054782508635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2635632898274017f,-0.04751590048255215f,-0.9634711368051921f,-0.08067972098781497f,0.7834441440165383f,0.5932698114067284f,0.18505729944970586f,1.3510906478950722f,0.5628051754040204f,-0.8036001307085239f,0.19359019723036752f,0.8737490589453946f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.058961857679555994f,-0.3606651056537833f,-0.9308298345577033f,0.14431978608778726f,0.1915694263710432f,0.9110333489849294f,-0.36512928110078113f,0.9729547958169374f,0.9797064122576953f,-0.199847238162175f,0.015376188737968265f,1.3347352842460067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.032034200775646574f,-0.20130561615511647f,-0.9790045244456609f,0.10045620478091756f,0.06575466054391232f,0.976960758942976f,-0.20303694270333986f,1.1548659572268496f,0.9973214800641867f,-0.07087823636331095f,-0.018059374646044544f,1.3213327438363482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.0572830184220915f,-0.3515844047493837f,-0.9344019810218063f,0.15328413182036385f,0.1925890658588507f,0.9144678541742108f,-0.35589042610560506f,0.9960947139605296f,0.9796060981394866f,-0.20034208249650248f,0.01532783314415204f,1.023526391024996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.03164546390563488f,-0.19265408426947941f,-0.9807563246946132f,0.11103176399049515f,0.0672290892285839f,0.9786152574827882f,-0.19440274530826737f,1.1783700575803757f,0.997235586095729f,-0.07208731952420121f,-0.018016775186571212f,1.0098974137692922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9880709802895542f,0.022009962200526097f,-0.15241817304236158f,0.21463609154508753f,0.0056862502524432125f,0.9942732550395009f,0.10671626338671254f,1.8606925889637642f,0.15389413396132565f,0.10457655510240824f,-0.9825377039356844f,1.20297984171209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9880709802895542f,0.022009962200526097f,-0.15241817304236158f,0.2346483043081586f,0.0056862502524432125f,0.9942732550395009f,0.10671626338671254f,1.746199847391864f,0.15389413396132565f,0.10457655510240824f,-0.9825377039356844f,1.0920238325567688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9880709802895542f,0.022009962200526097f,-0.15241817304236158f,-0.3658556093750256f,0.0056862502524432125f,0.9942732550395009f,0.10671626338671254f,1.8640332609870747f,0.15389413396132565f,0.10457655510240824f,-0.9825377039356844f,1.2933926454143687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9880709802895542f,0.022009962200526097f,-0.15241817304236158f,-0.419948720133671f,0.0056862502524432125f,0.9942732550395009f,0.10671626338671254f,1.7499669881841078f,0.15389413396132565f,0.10457655510240824f,-0.9825377039356844f,1.193978696306147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9724630702500059f,0.17630733826577222f,-0.15241817304236158f,0.11631543012771814f,0.1611548478319577f,0.9811425758517649f,0.10671626338671254f,1.969748451321207f,0.16835881925278298f,0.07921469765518396f,-0.9825377039356844f,1.207813131770814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9880709802895543f,0.02200996220052609f,-0.15241817304236158f,0.0027262652524827694f,0.005686250252443223f,0.9942732550395009f,0.10671626338671254f,1.9804230942788708f,0.15389413396132565f,0.10457655510240822f,-0.9825377039356844f,1.2265932874057657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9533963576546606f,0.2603921767973376f,-0.15241817304236158f,-0.01943884092483955f,0.2460538149216894f,0.9633634616754265f,0.10671626338671254f,1.9762551578514116f,0.1746221789272777f,0.06423982387493987f,-0.9825377039356844f,1.229579003247015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9871994263921929f,-0.04696800035507799f,-0.15241817304236158f,0.009541484284502987f,-0.06368459737703072f,0.9922479081286608f,0.10671626338671254f,1.9860335500249326f,0.14622436386543577f,0.11505692398522616f,-0.9825377039356844f,1.2261454304341042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9823927772993328f,0.10804226782390665f,-0.15241817304236158f,0.06418018957060541f,0.09232123639060626f,0.9899941557605719f,0.10671626338671254f,2.09317723415441f,0.16242296765363523f,0.09076585218781141f,-0.9825377039356844f,1.197501279773433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9823927772993328f,0.10804226782390665f,-0.15241817304236158f,0.03987067931022645f,0.09232123639060626f,0.9899941557605719f,0.10671626338671254f,1.8704285491082817f,0.16242296765363523f,0.09076585218781141f,-0.9825377039356844f,1.1770789630311755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9832557503122021f,-0.07696458113970468f,-0.1651804550422921f,-0.26297916164957824f,-0.14320740540459573f,0.8868932782633194f,0.4392174313578936f,1.9510493890575127f,0.11269324964376798f,0.4555181294101609f,-0.8830648137387174f,1.3007762230393305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9831901534841213f,0.07779806786734542f,-0.1651804550422921f,-0.14894639114729863f,-0.0027036090721013067f,0.8983767241471471f,0.4392174313578936f,1.960414090408428f,0.182564543627332f,0.432280837126455f,-0.8830648137387174f,1.284103783350353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9838466989752185f,-0.09266150519731661f,-0.153165003738237f,-0.13629831530737235f,-0.17780905915603193f,0.6049045705668206f,0.7761922435772062f,1.9789025111808878f,0.020727069199797582f,0.790888301823929f,-0.6116094200063051f,1.2292909770955918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9643277939261913f,0.2158990215154105f,-0.153165003738237f,-0.16325618069372932f,0.017819327913572575f,0.6302444546073305f,0.7761922435772062f,1.9844405190594108f,0.2641105401421049f,0.7457744564849329f,-0.6116094200063051f,1.2430702944788465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9862293665062023f,0.062386843730399995f,-0.153165003738237f,-0.2089895109676809f,-0.0809920116835927f,0.625272656569938f,0.7761922435772062f,2.0731626729176114f,0.14419407298575165f,0.7779087264424607f,-0.6116094200063051f,1.316025667468541f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9862293665062023f,-0.008188645357861325f,-0.1651804550422921f,-0.2071470657621621f,-0.0809920116835927f,0.8947224944276403f,0.4392174313578936f,1.8718501116713926f,0.14419407298575165f,0.4465474264312632f,-0.8830648137387174f,1.215552496521507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9880709802895542f,0.022009962200526097f,-0.15241817304236158f,-0.09015523094616365f,0.0056862502524432125f,0.9942732550395009f,0.10671626338671254f,1.358239403951258f,0.15389413396132565f,0.10457655510240824f,-0.9825377039356844f,1.173424548534347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.03384178947064827f,0.021023969239508555f,-0.9992060478213893f,-0.09803921941097936f,-0.0752131211312838f,0.9968900006333795f,0.02352260714443405f,0.9844056537137408f,0.9965930562145789f,0.07594945262868422f,-0.0321552631817577f,1.1449435037985904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.08460941177491228f,-0.21660421622356663f,-0.972586171479565f,0.156316008629953f,-0.2995985255685043f,0.9253886782059617f,-0.2321562355944839f,0.4029849127299154f,0.9503062511192282f,0.31102798549712146f,0.013402287913667904f,0.8980786894104833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08460941177491228f,-0.5154622746654658f,-0.8527249796011651f,-0.04038641597394779f,-0.2995985255685043f,0.8030322090160609f,-0.5151504583711091f,0.6947390650664806f,0.9503062511192282f,0.29906172386229796f,-0.08648765463480365f,1.0075718030108738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.24883799699688966f,0.12096264463649153f,-0.9609618566067657f,0.25297494109208646f,-0.1203148443946403f,0.9806249885234108f,0.15459291737254344f,0.629891138995073f,0.9610431777338985f,0.15408656815571703f,-0.2294631561822598f,1.3326281733415757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.24883799699688966f,-0.8820102838237657f,-0.40017185118358406f,-0.06505349250537455f,-0.1203148443946403f,0.43811722059102715f,-0.8908297476172913f,0.6874320624312609f,0.9610431777338985f,-0.17352567605606342f,-0.21513914167444453f,1.2574863557541696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16391133553063228f,-0.6664412522992539f,-0.7273163901070612f,-0.06838223842088331f,0.132489226935069f,0.7157359510063063f,-0.6856884519832941f,0.8238187940693427f,0.9775375587826345f,-0.20875369618500317f,-0.029020949301963424f,1.1444024510253714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.15968620621678944f,-0.6674662420120753f,-0.7273163901070612f,-0.06838223842088331f,-0.21020322380788897f,0.6968830257062689f,-0.6856884519832941f,0.8238187940693427f,0.9645283408199364f,0.2623792374726959f,-0.029020949301963424f,1.1444024510253714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.442011381500087e-16f,-0.6863023158066955f,-0.7273163901070612f,-0.06838223842088331f,-0.04228595566933397f,0.7266658412020514f,-0.6856884519832941f,0.8238187940693427f,0.9991055489552298f,0.03075526862964697f,-0.029020949301963424f,1.1444024510253714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.030066943644059402f,-0.12224811365296398f,-0.9920440401555755f,-0.06649579805179498f,0.19565825576674162f,0.9725726520484996f,-0.12577870820478404f,0.8486782104555151f,0.9802111128987578f,-0.19788338787184712f,-0.00532343443078231f,1.1454545962970801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.029291910455799382f,-0.12243613181431563f,-0.9920440401555755f,-0.06649579805179498f,-0.27174394966356785f,0.9541147427765594f,-0.12577870820478404f,0.8486782104555151f,0.9619237026932509f,0.27326626437005985f,-0.00532343443078231f,1.1454545962970801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.442011381500087e-16f,-0.12589131182016908f,-0.9920440401555755f,-0.06649579805179498f,-0.04228595566933397f,0.9911567053274002f,-0.12577870820478404f,0.8486782104555151f,0.9991055489552298f,0.04194953030404559f,-0.00532343443078231f,1.1454545962970801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.0874008792945303f,-0.333562111504459f,-0.93866788805585f,-0.07560506366903835f,0.22620726097104238f,0.9110132058556444f,-0.34479735184684907f,0.8873997957502009f,0.970150174654688f,-0.242469083648427f,-0.004169183633571166f,1.341016896439978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.10188429890588636f,-0.32983005684958344f,-0.9385263572404648f,-0.0757443075133005f,-0.33955945670240906f,0.8752439668365845f,-0.3444522809913218f,0.9240027002632963f,0.9350502473131702f,0.35377977912079756f,-0.022823296975216976f,0.971771483310356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.442011381500087e-16f,-0.20965663282103186f,-0.977775074500341f,-0.04222546246752398f,-0.04228595566933397f,0.9769005025634038f,-0.2094691052267621f,0.7727784579773974f,0.9991055489552298f,0.041346153454901065f,-0.008865531081252317f,1.1438061282545142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.442011381500087e-16f,-0.30456891713594964f,-0.9524903016380981f,-0.11027757989008771f,-0.04228595566933397f,0.9516383456926644f,-0.3042964951498129f,0.9857405098717688f,0.9991055489552298f,0.040276962670539054f,-0.012878987728268145f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8828288583225683f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.084771015672705f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8464841886955465f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.084771015672705f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.755195575125863f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.176417192618879f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4840315235090573f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2525115021342277f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4840315235090573f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2532805292111826f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.34808535545356f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.316286622097437f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.122409927684362f,1.0869963485720322f,0.006414236248762266f,0.7187499999999989f,-0.0574173618019742f,0.0500788197501623f,1.56064140928534f,1.049654767939599f,1.0854977894032245f,-1.1213105279107567f,0.07591771332971717f,3.9892427651197244f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56.mcfunction new file mode 100644 index 000000000..3b376fe2e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56_as_bone.mcfunction new file mode 100644 index 000000000..54a638014 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_56_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5163676338038328f,0.10409075765299296f,-0.624078541031096f,-0.41647867850982945f,-0.1849894033397613f,0.7951766118350079f,-0.02043333274433821f,1.1258642954202138f,0.6050519249256829f,0.15428452484376914f,0.5263581461152683f,1.0946580251413998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5063464129359423f,-0.09936785431552426f,-0.6113422442753593f,-0.41647867850982945f,0.1306706857238037f,0.7890022297736482f,-0.020016325953637434f,1.1258642954202138f,0.6054242165617222f,-0.08718664428076169f,0.5156161431333242f,1.0946580251413998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5458186404588581f,0.10928376473529851f,-0.597564653353399f,-0.41893411102967026f,0.11638105600956092f,0.8072741145711397f,0.041332773799084004f,1.1201441796652447f,0.5962230337501121f,-0.057532661620219853f,-0.555114881188705f,1.194812482792159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.534947026847764f,-0.10570845776808654f,-0.5853694563461869f,-0.41893411102967026f,-0.19729797884501826f,0.7742313145023283f,0.04048924780318433f,1.1201441796652447f,0.5611641346436962f,0.171439766682907f,-0.5437860060624049f,1.194812482792159f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.029015821913714886f,-0.10218579460356424f,0.016474551534895f,0.3116519555498971f,0.033197127887599695f,-0.007018188472907033f,-0.10199980940638685f,1.1808226967508686f,-0.09803722847496288f,-0.03262014408556596f,-0.029662997507854495f,1.8240448143207868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7996487773439486f,0.009504568616146947f,-0.6003927848231932f,0.10556091316771778f,-0.18225025402291614f,0.9565493817414423f,-0.22759201479543814f,1.2458998423608816f,0.5721421832035378f,0.29141541391197096f,0.7666357536233251f,1.6990836598144707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6740831211460564f,0.009504568616146947f,-0.7385943466893123f,-0.10676789236933075f,-0.22138626343224344f,0.9565493817414423f,-0.1897403558908165f,1.3205293440127488f,0.7046985654515697f,0.29141541391197096f,0.6468979737060659f,1.4626529727944542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2621091777103078f,-0.046723371654555444f,-0.9639064817197033f,-0.17880817132093274f,0.7650473372384733f,0.5987537772482538f,-0.2370579802817658f,1.0831615134314436f,0.5882187949601304f,-0.7995691594678838f,-0.12119326913435932f,0.6950792075750531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.22826255637765205f,-0.05911370432094188f,-0.971803362474835f,-0.0921628138235245f,0.816337773172248f,0.5555571976164598f,0.15795201888143462f,1.3545529790413515f,0.530555223749719f,-0.8293743244988968f,0.1750696558912579f,0.866927491078999f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.04237397239048541f,-0.33732472304906314f,-0.9404341963602362f,0.13485488070368837f,0.14302733037066262f,0.9295365154056145f,-0.33986033792519754f,0.9848110833030335f,0.9888112202189513f,-0.1489090250705474f,0.008858499965985088f,1.3262050673065713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.023789098638736343f,-0.18436753580750948f,-0.9825694329289015f,0.09414490878397472f,0.04831383738384239f,0.9814871428857074f,-0.18533418860884499f,1.1676815839152983f,0.998548873066914f,-0.05188063309480712f,-0.014441191310895855f,1.3163871911556018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.04134304257016942f,-0.33043855941155986f,-0.9429215827867418f,0.14129507439396158f,0.14373825995690956f,0.9319446524515944f,-0.3328940933561859f,1.0023695867573248f,0.9887517714045323f,-0.149296762258564f,0.00896723611313747f,1.0144822735684644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.023506956627074062f,-0.17789318078611635f,-0.9837689968788054f,0.10179154676607224f,0.04941781512623033f,0.9826311747046687f,-0.17886825891329283f,1.185495005396242f,0.9985015285608141f,-0.05282036281890886f,-0.014307576083888121f,1.0044890331893948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.988348994039213f,0.01930056037517298f,-0.1509760058780224f,0.20446285937829045f,0.0035924188530926694f,0.9946092169963963f,0.1036320413414673f,1.8704828878570878f,0.15216228346229665f,0.10188225476018846f,-0.9830903547774843f,1.1951979174670737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.988348994039213f,0.01930056037517298f,-0.1509760058780224f,0.22495937605679972f,0.0035924188530926694f,0.9946092169963963f,0.1036320413414673f,1.7557375239013098f,0.15216228346229665f,0.10188225476018846f,-0.9830903547774843f,1.084591829231825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.988348994039213f,0.01930056037517298f,-0.1509760058780224f,-0.3761921746197472f,0.0035924188530926694f,0.9946092169963963f,0.1036320413414673f,1.8725934339332797f,0.15216228346229665f,0.10188225476018846f,-0.9830903547774843f,1.284593259001173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.988348994039213f,0.01930056037517298f,-0.1509760058780224f,-0.4298218324941788f,0.0035924188530926694f,0.9946092169963963f,0.1036320413414673f,1.7581175013914836f,0.15216228346229665f,0.10188225476018846f,-0.9830903547774843f,1.1853993420255966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.973161505014197f,0.17367478460508545f,-0.1509760058780224f,0.10585706749109432f,0.15913935100064794f,0.9818019489543158f,0.1036320413414673f,1.9793008874910782f,0.16622680927454536f,0.07682448972745727f,-0.9830903547774843f,1.1995608328710243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.988348994039213f,0.01930056037517297f,-0.1509760058780224f,-0.0077914240804541485f,0.003592418853092666f,0.9946092169963964f,0.1036320413414673f,1.9897377380711823f,0.15216228346229668f,0.10188225476018846f,-0.9830903547774843f,1.2181143537897143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.954321576833331f,0.25783051339875324f,-0.1509760058780224f,-0.029951036344608155f,0.24410345581681858f,0.9641959877875904f,0.1036320413414673f,1.985521581565673f,0.17228996154341625f,0.062044528323200385f,-0.9830903547774843f,1.2210730247114987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9872877645970378f,-0.04969019547258717f,-0.1509760058780224f,-0.0009897160827256404f,-0.06579676382975325f,0.9924369934040812f,0.1036320413414673f,1.995364279790218f,0.14468467695826076f,0.1122483790393607f,-0.9830903547774843f,1.21766291542451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9829058730512299f,0.10536740658533533f,-0.1509760058780224f,0.05342634705477615f,0.09026465366576339f,0.9905113287115904f,0.1036320413414673f,2.1025677634980338f,0.16046288362110359f,0.08823274518839608f,-0.9830903547774843f,1.1888193774172973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9829058730512299f,0.10536740658533533f,-0.1509760058780224f,0.029718680573075737f,0.09026465366576339f,0.9905113287115904f,0.1036320413414673f,1.8797027145379264f,0.16046288362110359f,0.08823274518839608f,-0.9830903547774843f,1.168967009749908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.983083546584061f,-0.08001232899763391f,-0.16475669225885514f,-0.273550242882147f,-0.1454009577762623f,0.8879406969729515f,0.4363712641053885f,1.9598911660446763f,0.11137909100657226f,0.4529451907985817f,-0.8845537588066575f,1.291916310066272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.983496842675362f,0.07476090424490524f,-0.16475669225885514f,-0.15951275304201773f,-0.004706302788566763f,0.8997543945861713f,0.4363712641053885f,1.9695004310076134f,0.18086406818839762f,0.42994515536211886f,-0.8845537588066575f,1.275416202101944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9834262431212625f,-0.09557707268103054f,-0.15407091717168864f,-0.14681618211873082f,-0.1802561619566529f,0.6068340056929882f,0.7741189867270144f,1.987870562258763f,0.01950744516991497f,0.789061159044296f,-0.6140048427094167f,1.2205748434459123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9648288765471865f,0.2129962240570692f,-0.15407091717168864f,-0.17381201352458817f,0.016088223092527623f,0.6328356528092154f,0.7741189867270144f,1.993377687838563f,0.2623859905909987f,0.744413624990143f,-0.6140048427094167f,1.2342920690967074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9862701824011184f,0.05944139793393077f,-0.15407091717168864f,-0.21989778874723392f,-0.08310715643621189f,0.627561148365502f,0.7741189867270144f,2.08218290388638f,0.14270363644824288f,0.7762948700550794f,-0.6140048427094167f,1.3069238765647742f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9862701824011184f,-0.01124098138002863f,-0.16475669225885514f,-0.21736856793672749f,-0.08310715643621189f,0.8959203761563593f,0.4363712641053885f,1.8806008192511996f,0.14270363644824288f,0.4440724264412975f,-0.8845537588066575f,1.2070075806154823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.988348994039213f,0.01930056037517298f,-0.1509760058780224f,-0.09899848069041382f,0.0035924188530926694f,0.9946092169963963f,0.1036320413414673f,1.367176041891989f,0.15216228346229665f,0.10188225476018846f,-0.9830903547774843f,1.166494213204895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.02446924154271205f,0.015726228413096233f,-0.9995768814644642f,-0.10489581634532491f,-0.05700294873902001f,0.9982275491347802f,0.017100408867237682f,0.9928407109664464f,0.9980741054918622f,0.05739726376987992f,-0.023529429622278556f,1.14497023929119f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.08058193937357164f,-0.2637682600232792f,-0.9612142612607689f,0.16796666721022752f,-0.25350965159536176f,0.927214818101237f,-0.27569101842731164f,0.410064388343832f,0.9639706466458365f,0.2658928094134584f,0.007848968558094832f,0.9163446308081771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08058193937357164f,-0.538696486686691f,-0.83863737472057f,-0.03779184553376412f,-0.25350965159536176f,0.8026289896810608f,-0.5399255147439858f,0.7037221667276432f,0.9639706466458365f,0.25611091377560485f,-0.07188735806963818f,1.0107722997445772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.18477438847348637f,0.1632269738481599f,-0.9691312503333185f,0.2599765364857567f,-0.09663185289505435f,0.9783153452052924f,0.18319762646365814f,0.6480309834719331f,0.9780187679029057f,0.12749917781782596f,-0.1649946947191354f,1.316693314374102f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.18477438847348637f,-0.8932749241680948f,-0.4097783976940872f,-0.06255113140216442f,-0.09663185289505435f,0.4314508816315552f,-0.8969461643518091f,0.6982989236025884f,0.9780187679029057f,-0.12613503316619862f,-0.16603988387686938f,1.260725709047778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16343012905880885f,-0.6882790453017846f,-0.7067973887291071f,-0.07010074704910194f,0.13247792452387505f,0.6946303346635142f,-0.7070631497109015f,0.8332919608259596f,0.9776196563232898f,-0.20919047292770715f,-0.022341745827367122f,1.146181945228908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.16017218375175243f,-0.689044499896712f,-0.7067973887291071f,-0.07010074704910194f,-0.19071427966295795f,0.6809476968560348f,-0.7070631497109015f,0.8332919608259596f,0.9684900283868872f,0.2480482035987187f,-0.022341745827367122f,1.146181945228908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.434700675047708e-16f,-0.7074160383294368f,-0.7067973887291071f,-0.07010074704910194f,-0.031582187308230834f,0.7064448087187896f,-0.7070631497109015f,0.8332919608259596f,0.9995011583008935f,0.02232220751981086f,-0.022341745827367122f,1.146181945228908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.03642925497599761f,-0.15342025965672623f,-0.98748930794655f,-0.06901435730906022f,0.19729216462619326f,0.9675927532609548f,-0.15760731459547164f,0.8582089455088583f,0.9796676534207939f,-0.2005654201594771f,-0.00498006799628272f,1.1469692708571737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.03570304542716962f,-0.153590882667133f,-0.98748930794655f,-0.06901435730906022f,-0.2542364614980044f,0.9542136846802071f,-0.15760731459547164f,0.8582089455088583f,0.9664828576815002f,0.2566828485321004f,-0.00498006799628272f,1.1469692708571737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.434700675047708e-16f,-0.1576859749351335f,-0.98748930794655f,-0.06901435730906022f,-0.031582187308230834f,0.9869967071023246f,-0.15760731459547164f,0.8582089455088583f,0.9995011583008935f,0.031187072288443134f,-0.00498006799628272f,1.1469692708571737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.09334566924032386f,-0.36303713739728977f,-0.9270871711465203f,-0.07962693685336934f,0.2263029367864615f,0.8990443374966681f,-0.37484164658826274f,0.8987063540817264f,0.9695739099397729f,-0.24479239384743678f,-0.0017655250047932704f,1.3420956047521606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.10941549353124493f,-0.3588976282274092f,-0.9269416066980997f,-0.07980276956763291f,-0.3204238504766864f,0.8700238772105419f,-0.3746825444682876f,0.9295843105126321f,0.9409340071551289f,0.33801027430579167f,-0.01980526805461809f,0.9712740216501509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.434700675047708e-16f,-0.24094983848636925f,-0.9705375702843206f,-0.042318953832989656f,-0.031582187308230834f,0.9700534256737134f,-0.24082964265953927f,0.7831140781618662f,0.9995011583008935f,0.030651699334394582f,-0.007609722930964813f,1.1461597068464475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.434700675047708e-16f,-0.33500114166049333f,-0.9422177217003329f,-0.11717077142275611f,-0.031582187308230834f,0.9417477042111118f,-0.33483402912178484f,0.993782566659882f,0.9995011583008935f,0.029757296571874314f,-0.010580068804393198f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.8924129973414976f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0911604416853247f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8560683277144758f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0911604416853247f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7647797141447923f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1828066186314987f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.4936156625279868f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.258900928146847f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.4936156625279868f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.259669955223802f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3576694944724894f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.3226760481100563f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.2122344196340913f,-0.9858276762256393f,-0.006144480608893444f,0.7187499999999989f,0.04547984489998583f,0.04619443121687064f,1.5611546714635363f,1.0624640579347049f,-0.9847972103749426f,-1.2113695213732698f,0.06453361237079369f,3.886845109222625f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57.mcfunction new file mode 100644 index 000000000..d4770ffb2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57_as_bone.mcfunction new file mode 100644 index 000000000..940bb5bcd --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_57_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5220566380370439f,0.10106586637437721f,-0.6198282034401951f,-0.4238419512836702f,-0.17181176915846855f,0.7982564969535592f,-0.014550790168021226f,1.1310676716891217f,0.604054655726235f,0.13970218384074454f,0.5315502959927976f,1.0948505714447334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5103611513467851f,-0.10423811339185711f,-0.6071786482679462f,-0.4238419512836702f,0.14375133961651376f,0.7868496556132241f,-0.01425383526663304f,1.1310676716891217f,0.5990551289776606f,-0.10001017537159379f,0.5207023307684548f,1.0948505714447334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5417528749966608f,0.10453884436878493f,-0.6020962521850936f,-0.4254840948380699f,0.12385589724320809f,0.8067124110556189f,0.028622491354777332f,1.127069424403474f,0.5984212426003747f,-0.07232676068588566f,-0.5510039024705309f,1.1951051555973646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5294886628575548f,-0.10847858060343614f,-0.5898085735690712f,-0.4254840948380699f,-0.1903224939922877f,0.7765250792549946f,0.028038358878149226f,1.127069424403474f,0.5686994849530587f,0.15887478981351352f,-0.5397589248690915f,1.1951051555973646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.0345837326090515f,-0.08567746238977302f,0.014350939784875857f,0.27896116031814794f,0.028112912703262417f,-0.0035770581631497846f,-0.0891037619277136f,1.1850712457838801f,-0.08219635742293475f,-0.037271821645593714f,-0.02443730208215868f,1.848331962120895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7282097855620876f,0.006312694847983035f,-0.6853252206765594f,0.08940721664109227f,-0.2063624611316854f,0.9555706958316805f,-0.21047370359128326f,1.2563332795461053f,0.6535480417286031f,0.29469440977309697f,0.6971586347462058f,1.7023358550407277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6339529701581736f,0.006312694847983035f,-0.7733458356462433f,-0.11230343132143275f,-0.23173407693767506f,0.9555706958316805f,-0.1821646586294977f,1.333674759499938f,0.737836668384998f,0.29469440977309697f,0.6072497473321931f,1.4569688563214196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2939131052607704f,-0.05861666678603229f,-0.9540331089280217f,-0.1781695241906116f,0.7785295146050675f,0.5643845104869444f,-0.27452125457095256f,1.0766131578056304f,0.5545330300755483f,-0.8234283276019273f,-0.12024519889760096f,0.6990957062771209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.19501817119404924f,-0.06922968402695753f,-0.9783532918908467f,-0.10253585049740242f,0.8442077088166298f,0.5196333850847847f,0.13150851485703824f,1.3574566045234082f,0.4992807399436759f,-0.8515799410242441f,0.15978218538510489f,0.86064781540711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.02809951974548676f,-0.31448732749591f,-0.948845687050615f,0.1259825488484084f,0.09861037779164593f,0.943718350145906f,-0.31570820228444796f,0.9957066414214795f,0.9947293151314391f,-0.10243728052993896f,0.004493681760953706f,1.3184338298090506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.016297468496278767f,-0.16828249090094818f,-0.9856040765828769f,0.08826955632583765f,0.032857006332575f,0.9851124812740798f,-0.16874186313089798f,1.1793605950158013f,0.9993271784833403f,-0.035134064584074524f,-0.010525580759661368f,1.3117804078197888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.027529958366197226f,-0.3096760430063699f,-0.9504435016245165f,0.13026201555077002f,0.09907246110532994f,0.9452773054301881f,-0.3108624507546314f,1.0079930709241889f,0.9946993258482124f,-0.10272080717439755f,0.0046569228629968935f,1.0063492340587645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.016107537382429316f,-0.1638068630990678f,-0.9863609171297882f,0.09338347298763365f,0.03362040362797379f,0.9858423355950896f,-0.16426977143805438f,1.1918118227767804f,0.9993048662442137f,-0.03580783364100346f,-0.010372239419356423f,0.9995704387547053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9886489487130316f,0.016746576044811307f,-0.14930776402917934f,0.1951150526312614f,0.0016874830014844359f,0.9949436471515386f,0.10042057256316766f,1.8793346603088086f,0.15023451204612562f,0.09902873917994749f,-0.9836782503474866f,1.1878259057147849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9886489487130316f,0.016746576044811307f,-0.14930776402917934f,0.21609846332466304f,0.0016874830014844359f,0.9949436471515386f,0.10042057256316766f,1.7643178524801075f,0.15023451204612562f,0.09902873917994749f,-0.9836782503474866f,1.0775936831454849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9886489487130316f,0.016746576044811307f,-0.14930776402917934f,-0.3857162047376447f,0.0016874830014844359f,0.9949436471515386f,0.10042057256316766f,1.8803260565721807f,0.15023451204612562f,0.09902873917994749f,-0.9836782503474866f,1.2760886815418837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9886489487130316f,0.016746576044811307f,-0.14930776402917934f,-0.43888146519772037f,0.0016874830014844359f,0.9949436471515386f,0.10042057256316766f,1.765435809968591f,0.15023451204612562f,0.09902873917994749f,-0.9836782503474866f,1.1771240473760431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9738572979206759f,0.1711991673088597f,-0.14930776402917934f,0.0962435085717478f,0.15731018447284584f,0.9824302593401757f,0.10042057256316766f,1.9879304585688717f,0.16387638374018165f,0.07430767554935527f,-0.9836782503474866f,1.191681375130245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9886489487130316f,0.01674657604481132f,-0.14930776402917934f,-0.017465270760141816f,0.001687483001484441f,0.9949436471515387f,0.10042057256316766f,1.9981512592707904f,0.15023451204612562f,0.0990287391799475f,-0.9836782503474866f,1.2099840897065943f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9552304863019466f,0.2554249589213117f,-0.14930776402917934f,-0.039620550548814484f,0.24233601067825092f,0.9649813296300797f,0.10042057256316766f,1.9938911085662128f,0.16972912527877337f,0.059742144466113575f,-0.9836782503474866f,1.212912027284467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9874088316554629f,-0.05225888220581154f,-0.14930776402917934f,-0.010676042232535335f,-0.06772038802170513f,0.9926377272964572f,0.10042057256316766f,2.003792599259411f,0.1429606526810216f,0.10926733994347922f,-0.9836782503474866f,1.2095294919363362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9834272807082344f,0.10284928370880694f,-0.14930776402917934f,0.04354198945650867f,0.08839611417875504f,0.9910105123580588f,0.10042057256316766f,2.111040830160639f,0.15829374768734325f,0.08555810444606193f,-0.9836782503474866f,1.1804801108831595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9834272807082344f,0.10284928370880694f,-0.14930776402917934f,0.020400900622027138f,0.08839611417875504f,0.9910105123580588f,0.10042057256316766f,1.888063464880076f,0.15829374768734325f,0.08555810444606193f,-0.9836782503474866f,1.1612295373827957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9829512893044141f,-0.08299633823485239f,-0.1640681891604706f,-0.2832957618567151f,-0.14741067362003246f,0.8890586688062632f,0.43341063291447246f,1.9678880993336096f,0.10989475036451124f,0.45020694270528666f,-0.8861359108975781f,1.2833570243407129f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9838330155909951f,0.0717929435162871f,-0.1640681891604706f,-0.16924945921154033f,-0.006516386369693747f,0.9011729911539501f,0.43341063291447246f,1.9777201545360885f,0.17896964586714043f,0.4274728216809928f,-0.8861359108975781f,1.2670502107813257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9830326616034621f,-0.09854927404684072f,-0.15470884527283485f,-0.15648974124971649f,-0.18253300073763062f,0.6088922005617345f,0.7719663151568239f,1.9959611835423212f,0.01812428929722175f,0.787107571225134f,-0.6165494152600759f,1.2121804220723966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.965373019012729f,0.2100478692027019f,-0.15470884527283485f,-0.1835251810402189f,0.014558837925503165f,0.6354966943277158f,0.7719663151568239f,2.0014439797908326f,0.260466839349097f,0.7429830712351059f,-0.6165494152600759f,1.2258292156319543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9863464012555657f,0.056444219584832304f,-0.15470884527283485f,-0.2299623997487204f,-0.08503399094035755f,0.6299501794967206f,0.7719663151568239f,2.0903498940857634f,0.1410319010541584f,0.7745817073927764f,-0.6165494152600759f,1.2981131533584727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9863464012555657f,-0.014226947522176188f,-0.1640681891604706f,-0.22676133655623076f,-0.08503399094035755f,0.8971758153569632f,0.43341063291447246f,1.8884853356304472f,0.1410319010541584f,0.4414443909517592f,-0.8861359108975781f,1.198788165394327f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9886489487130316f,0.016746576044811307f,-0.14930776402917934f,-0.10709697056415575f,0.0016874830014844359f,0.9949436471515386f,0.10042057256316766f,1.375227638197499f,0.15023451204612562f,0.09902873917994749f,-0.9836782503474866f,1.1599965678821973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.016364533317747128f,0.010868895840398629f,-0.9998070159548307f,-0.11117280650430524f,-0.039843928835133144f,0.9991395767857109f,0.0115137932694368f,1.0005502969028575f,0.9990719010082673f,0.04002465744614244f,-0.01591739338100821f,1.1449873213398938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.07485235180557913f,-0.3064450903343443f,-0.9489407421115132f,0.17857113402824137f,-0.21136876484596073f,0.9251117731465348f,-0.3154226568164802f,0.41766990284633027f,0.9745359771073958f,0.22418656024759753f,0.0044738716659683125f,0.9333425627094818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.07485235180557913f,-0.5597148089244184f,-0.8252977996456041f,-0.03549219323278989f,-0.21136876484596073f,0.7999086862330924f,-0.561666572742531f,0.7122273080481483f,0.9745359771073958f,0.21648424044153833f,-0.05843118143408919f,1.0136714374083047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.1265616203255166f,0.20114242153057665f,-0.9713515751371362f,0.26512276919235805f,-0.07081215435912414f,0.9748955254590258f,0.21110270778696577f,0.6643425009981971f,0.9894280140847032f,0.09550099842821168f,-0.10914102914859904f,1.3021159426151012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.1265616203255166f,-0.9003381345174426f,-0.4163813153759798f,-0.06031340960076187f,-0.07081215435912414f,0.42688605336241225f,-0.901528666343829f,0.7085233566486461f,0.9894280140847032f,-0.084614070805718f,-0.11778227356476685f,1.2636500936712833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16257260766481596f,-0.7077430915448315f,-0.6875099007342558f,-0.07171355995135349f,0.13263576862780152f,0.6747800860463237f,-0.7260024713152348f,0.8421106779259149f,0.9777412234929926f,-0.20921651905592997f,-0.015828709250774484f,1.1477844180337258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1602610356250072f,-0.708270101622802f,-0.6875099007342558f,-0.07171355995135349f,-0.17295183578466244f,0.66558851713569f,-0.7260024713152348f,0.8421106779259149f,0.9718045394826653f,0.23525600737141464f,-0.015828709250774484f,1.1477844180337258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4356007079132145e-16f,-0.7261750039710635f,-0.6875099007342558f,-0.07171355995135349f,-0.02179737551446344f,0.6873465545595272f,-0.7260024713152348f,0.8421106779259149f,0.9997624089855957f,0.014985911476215804f,-0.015828709250774484f,1.1477844180337258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.04177513219382702f,-0.1818637323546584f,-0.9824359628923514f,-0.0713592963069688f,0.19864672601252836f,0.9621519854478715f,-0.18655571592213965f,0.867055315966751f,0.9791804310619631f,-0.2029510772396928f,-0.004067391369966353f,1.1483282748916768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.04118114388961196f,-0.18199915440386427f,-0.9824359628923514f,-0.0713592963069688f,-0.2380242028028861f,0.953174403630746f,-0.18655571592213965f,0.867055315966751f,0.9703857955823517f,0.2415261146531569f,-0.004067391369966353f,1.1483282748916768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4356007079132145e-16f,-0.18660005041740624f,-0.9824359628923514f,-0.0713592963069688f,-0.02179737551446344f,0.9822025449353403f,-0.18655571592213965f,0.867055315966751f,0.9997624089855957f,0.021414525602077985f,-0.004067391369966353f,1.1483282748916768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.09828001469533482f,-0.389744206265457f,-0.9156639625943536f,-0.083336141890035f,0.226302974797431f,0.8872589570649188f,-0.40194341231808467f,0.9091292332702883f,0.9690861686709382f,-0.24672048311922012f,0.0010004499490288248f,1.3430416380119683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.11587264447020638f,-0.3852320456854379f,-0.9155161392572465f,-0.08344466927808702f,-0.3027023612685558f,0.8641831533824509f,-0.4019437247829651f,0.9347680278623406f,0.9460152275444206f,0.32370317945144755f,-0.016475462576271662f,0.9708503787688202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4356007079132145e-16f,-0.26933052592475426f,-0.9630478014123158f,-0.04247176878584684f,-0.02179737551446344f,0.9628189899082584f,-0.2692665354118897f,0.7927717605771236f,0.9997624089855957f,0.02099191456576257f,-0.0058706986110901305f,1.1482715748688836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4356007079132145e-16f,-0.3625101492846675f,-0.9319798236365464f,-0.12347013026663972f,-0.02179737551446344f,0.9317583936048441f,-0.36242402013056707f,1.0011318186444127f,0.9997624089855957f,0.020314714187709085f,-0.007901769851762419f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.9003507390471766f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0964522694891103f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8640060694201548f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.0964522694891103f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7727174558504712f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1880984464352844f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.5015534042336656f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2641927559506327f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.5015534042336656f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2649617830275877f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3656072361781681f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.327967875913842f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.8078519710983308f,-1.3374257340962215f,-0.008593519053571296f,0.718749999999999f,0.05293629003770054f,-0.04200569369416131f,1.561037962669171f,1.0754400572644167f,-1.3364053247385637f,0.8068049190941108f,0.06702895296779714f,3.773357705455753f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58.mcfunction new file mode 100644 index 000000000..c4bf97ac9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58_as_bone.mcfunction new file mode 100644 index 000000000..563a1c151 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_58_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5268205236572411f,0.09833075259021519f,-0.6162269414696152f,-0.43032507819778476f,-0.15999466172895985f,0.8007903279577215f,-0.009000184000619851f,1.1356897022296861f,0.6031635669668638f,0.12653204411867838f,0.5358430719337544f,1.094916916029308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5136472643481493f,-0.10849931412146542f,-0.6036508814396231f,-0.43032507819778476f,0.15539598173894587f,0.7847129144264519f,-0.008816506776117406f,1.1356897022296861f,0.593311534260924f,-0.11159543345278827f,0.5249074990371472f,1.094916916029308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5383458131809576f,0.10036297209372304f,-0.6058510573626923f,-0.43128598153900505f,0.1307845933432162f,0.8059408511224674f,0.017296793936645134f,1.1332543575685932f,0.600019683026338f,-0.08562162559162109f,-0.5473479347329862f,1.1952304745424922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5248397631225006f,-0.11098063136137673f,-0.5934867500695762f,-0.43128598153900505f,-0.18376261443250125f,0.778424183361138f,0.016943798142019725f,1.1332543575685932f,0.5751300066788806f,0.14744181978385856f,-0.5361775687180272f,1.1952304745424922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03234196673660898f,-0.06290650630220179f,0.010828623941850928f,0.24748096057931226f,0.02077228176765623f,-0.0011062577983045898f,-0.06846735680500372f,1.189180894024476f,-0.06035726917106239f,-0.034088679976637996f,-0.017760979693620095f,1.8677517112892699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6572613345596561f,0.0036831852473336313f,-0.7536537482420517f,0.0745737262113434f,-0.22636910016906334f,0.9547797294547712f,-0.19275035333540258f,1.2656214067010467f,0.718863386591297f,0.2972912752986669f,0.6283735585221452f,1.7047064188009853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5967203409097929f,0.0036831852473336313f,-0.802440819556766f,-0.11733015180742104f,-0.24066036437982943f,0.9547797294547712f,-0.17458023152362268f,1.3453340071869992f,0.7655112172666501f,0.2972912752986669f,0.5706228823577125f,1.4517347619203593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3222982731023486f,-0.06875413159002117f,-0.9441380685813626f,-0.17724768725254733f,0.7882757527097395f,0.5327534427339917f,-0.3078881403123107f,1.0712260154859043f,0.524161388166982f,-0.8434729626042443f,-0.11750829975146806f,0.7030806281485893f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.16485561346604138f,-0.07775364323159283f,-0.9832481872207796f,-0.11161463380395353f,0.8669921820224409f,0.48672628706801263f,0.10687412123125702f,1.359819601791602f,0.47026288713941894f,-0.8700872901273758f,0.14765136145019883f,0.8550629375244834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.016278217732617273f,-0.2931294102724241f,-0.9559341862601161f,0.11795610445819336f,0.0593379653421019f,0.9540925763596637f,-0.29357513791947554f,1.005391401493757f,0.9981052176481741f,-0.06150206962956951f,0.001862776092439498f,1.3115821901823517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.009740792910709036f,-0.15358677572591772f,-0.9880871516600078f,0.08298303931170876f,0.019547998364976702f,0.9879159527205474f,-0.15375287353469594f,1.1896646871692678f,0.9997614679079173f,-0.020812800925632223f,-0.006620770667864383f,1.3076384101921215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.016011251849180803f,-0.29020220582969447f,-0.9568313955686246f,0.12044477934722742f,0.05960291828210118f,0.9549753074890175f,-0.29063663605697365f,1.0128822763575156f,0.9980937490769488f,-0.06168339985633247f,0.0020065482013972525f,0.9992666056102677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.0096287346287949f,-0.15088624396899966f,-0.9885042381549892f,0.08597545711457132f,0.02000869649298245f,0.9883230723545893f,-0.15105348958642828f,1.197248768114086f,0.999753439370978f,-0.021233135249251175f,-0.006497263530675779f,0.9952447848539664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9889513536502482f,0.014409346470885483f,-0.14753843854271761f,0.18679391356289793f,-0.000011470045287337652f,0.9952571791408311f,0.09727870906356549f,1.887089399351693f,0.14824041278200545f,0.09620560328233345f,-0.9842607692655959f,1.1811110309580066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9889513536502482f,0.014409346470885483f,-0.14753843854271761f,0.20824669240254173f,-0.000011470045287337652f,0.9952571791408311f,0.09727870906356549f,1.7718025610604968f,0.14824041278200545f,0.09620560328233345f,-0.9842607692655959f,1.07125186794974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9889513536502482f,0.014409346470885483f,-0.14753843854271761f,-0.39421500670662296f,-0.000011470045287337652f,0.9952571791408311f,0.09727870906356549f,1.887082660700087f,0.14824041278200545f,0.09620560328233345f,-0.9842607692655959f,1.2682022734674347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9889513536502482f,0.014409346470885483f,-0.14753843854271761f,-0.4469335793907477f,-0.000011470045287337652f,0.9952571791408311f,0.09727870906356549f,1.771794962155494f,0.14824041278200545f,0.09620560328233345f,-0.9842607692655959f,1.1694611414178187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9745216030093765f,0.16893801946397805f,-0.14753843854271761f,0.08768173065565558f,0.15568119556634874f,0.9830057060414037f,0.09727870906356549f,1.995482579220506f,0.1614651993931417f,0.07183124299098602f,-0.9842607692655959f,1.184455881650455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9889513536502483f,0.014409346470885487f,-0.14753843854271761f,-0.026085434349549387f,-0.000011470045287356734f,0.9952571791408312f,0.09727870906356549f,2.005510845577263f,0.14824041278200545f,0.09620560328233344f,-0.9842607692655959f,1.202500456058193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9560893355291085f,0.25323031343005575f,-0.14753843854271761f,-0.04823737270527404f,0.24076337405100545f,0.9656965623209509f,0.09727870906356549f,2.0012113918784076f,0.1671112808971412f,0.057485284043952145f,-0.9842607692655959f,1.205396047530686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9875474630560439f,-0.05461151310802709f,-0.14753843854271761f,-0.019307437210744377f,-0.06943707339022309f,0.9928319825639821f,0.09727870906356549f,2.01116547040541f,0.14116834294760375f,0.10631197973006065f,-0.9842607692655959f,1.2020433205867453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9839322378828538f,0.10054730432595249f,-0.14753843854271761f,0.034738565767897474f,0.0867309522746561f,0.991470924778159f,0.09727870906356549f,2.1184465319604535f,0.15606118406692396f,0.08291950863534328f,-0.9842607692655959f,1.1727952792009446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9839322378828538f,0.10054730432595249f,-0.14753843854271761f,0.012115422294558198f,0.0867309522746561f,0.991470924778159f,0.09727870906356549f,1.895365573885368f,0.15606118406692396f,0.08291950863534328f,-0.9842607692655959f,1.1541383897579924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9828520408880717f,-0.08581411065486069f,-0.16321091916494782f,-0.2919977759738788f,-0.14921202486169283f,0.8901646465819092f,0.4305144290408608f,1.974885590541216f,0.10834037732454779f,0.44748501694271287f,-0.8877046368319558f,1.275425189233531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9841757858084803f,0.06899433667767774f,-0.16321091916494782f,-0.17794019396939512f,-0.008122546946718656f,0.9025471459257518f,0.4305144290408608f,1.9849164992525803f,0.17700860673808566f,0.4250275648563128f,-0.8877046368319558f,1.2593196162007347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9826728300112535f,-0.10144475288988547f,-0.15512276192997526f,-0.16510902706352798f,-0.18459735142969286f,0.6109321664890925f,0.7698608353423926f,2.003027617517025f,0.016671142816741757f,0.7851565767794688f,-0.6190728736886555f,1.204423461456717f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9659255510015441f,0.20718291110412396f,-0.15512276192997526f,-0.1921836619914247f,0.013225907887398483f,0.6380747366621466f,0.7698608353423926f,2.0084912663200774f,0.25848192448006346f,0.7415766122120848f,-0.6190728736886555f,1.2180020589644869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9864439524712104f,0.05352809882848536f,-0.15512276192997526f,-0.2389574914401951f,-0.08675380507126035f,0.6322879656545517f,0.7698608353423926f,2.0975037762348547f,0.13929144244580735f,0.772882055118526f,-0.6190728736886555f,1.289936935683774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9864439524712104f,-0.017044779209738833f,-0.16321091916494782f,-0.23512241611800386f,-0.08675380507126035f,0.8984047549369268f,0.4305144290408608f,1.8953627063740464f,0.13929144244580735f,0.4388375232456903f,-0.8877046368319558f,1.1911984929534938f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9889513536502482f,0.014409346470885483f,-0.14753843854271761f,-0.11427771077359172f,-0.000011470045287337652f,0.9952571791408311f,0.09727870906356549f,1.3822548761617948f,0.14824041278200545f,0.09620560328233345f,-0.9842607692655959f,1.1541212187130971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.009575736969160227f,0.006557710554797536f,-0.9999326485787815f,-0.1167368522316408f,-0.024269059023418287f,0.999682414231376f,0.006788479258673874f,1.0073739708250287f,0.999659601082096f,0.024332429159603083f,-0.009413546386861859f,1.144996557778246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06816369849791071f,-0.3437313990419347f,-0.9365908581230975f,0.1878823030340594f,-0.174193524853133f,0.9202538704220049f,-0.35041322730821833f,0.42531762895693737f,0.9823493910551006f,0.18703352449760022f,0.002852123363167501f,0.9485955830261729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.06816369849791071f,-0.5780559554700493f,-0.8131451423655524f,-0.03352006937794498f,-0.174193524853133f,0.7956256944914063f,-0.5802037316015026f,0.7199881081479063f,0.9823493910551006f,0.18119345079410576f,-0.046460814489170534f,1.0162103182772533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.07562085268515761f,0.2335811578906479f,-0.9693922473991805f,0.26871323259090707f,-0.04478848035625817f,0.9703990574410146f,0.23731763808231246f,0.6784927879714867f,0.9961302518579318f,0.06136376777915926f,-0.06292065906678546f,1.2892666801407873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.07562085268515761f,-0.9042194402910118f,-0.4203197478574844f,-0.05837825802297861f,-0.04478848035625817f,0.42418144331674684f,-0.9044689575508373f,0.7178044816778287f,0.9961302518579318f,-0.04957123102698763f,-0.07257557707605398f,1.2662032038914783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16148723151605374f,-0.7245609097907125f,-0.6700248965975334f,-0.0731780417178969f,0.13292212793499364f,0.6567801461252628f,-0.7422745769328973f,0.8500428044946202f,0.9778821922719084f,-0.20892900147881183f,-0.009751429564581426f,1.149180201852624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.160061319937265f,-0.7248772391235673f,-0.6700248965975334f,-0.0731780417178969f,-0.15728384163670225f,0.6513756562837524f,-0.7422745769328973f,0.8500428044946202f,0.9744958527464042f,0.22419353826884872f,-0.009751429564581426f,1.149180201852624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4447955982159507e-16f,-0.7423386275410062f,-0.6700248965975334f,-0.0731780417178969f,-0.013136093425291324f,0.6699670853770433f,-0.7422745769328973f,0.8500428044946202f,0.9999137178024522f,0.008801509638976104f,-0.009751429564581426f,1.149180201852624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.046130274319297206f,-0.2069773146514199f,-0.9772575858037191f,-0.07347198382563006f,0.19975129962585242f,0.9566292734296391f,-0.21203738235335756f,0.8749920012609064f,0.9787601422662292f,-0.20498981544742195f,-0.0027855832104891117f,1.1495079651123663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.04572294990319857f,-0.20706767695909495f,-0.9772575858037191f,-0.07347198382563006f,-0.22352292029778897f,0.9513556919398152f,-0.21203738235335756f,0.8749920012609064f,0.9736256549381276f,0.22813444407296227f,-0.0027855832104891117f,1.1495079651123663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4447955982159507e-16f,-0.21205567898334274f,-0.9772575858037191f,-0.07347198382563006f,-0.013136093425291324f,0.9771732658716459f,-0.21203738235335756f,0.8749920012609064f,0.9999137178024522f,0.012837346947692235f,-0.0027855832104891117f,1.1495079651123663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.10224907182450824f,-0.4131741798706415f,-0.9048934878753683f,-0.08664763410022569f,0.22625042046978952f,0.8761610218901269f,-0.4256202661501117f,0.9184243562189879f,0.9686877074415005f,-0.24825180927572552f,0.0038941806659149626f,1.343845264434027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.1212459881356913f,-0.40833365781627573f,-0.9047447343065228f,-0.08661720258077603f,-0.2868495863758177f,0.8581675016774754f,-0.4257532781560967f,0.9394246501618485f,0.950271921692429f,0.311146529723571f,-0.013080974121100337f,0.970498057147196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4447955982159507e-16f,-0.2942546372191588f,-0.9557270575195731f,-0.042665128086422796f,-0.013136093425291324f,0.9556445952887945f,-0.29422924828242086f,0.8014860809024544f,0.9999137178024522f,0.012554519916655786f,-0.0038653564053364032f,1.1501049359831843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4447955982159507e-16f,-0.3865958367273064f,-0.9222492391024857f,-0.1290451353551803f,-0.013136093425291324f,0.9221696654114492f,-0.38656248038895075f,1.0076359912477102f,0.9999137178024522f,0.012114752166253956f,-0.0050783590290788844f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.906343258892485f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.1004472827193164f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.8699985892654631f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.1004472827193164f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7787099756957796f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1920934596654904f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.5075459240789737f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2681877691808388f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.5075459240789737f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2689567962577937f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3715997560234763f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.331962889144048f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.456546925313907f,0.5655651865878486f,0.0036502162204215885f,0.718749999999999f,-0.018793531685591496f,-0.05847728226255795f,1.5612922406218408f,1.088527315537892f,0.5652646349502031f,1.4553771597696032f,0.06131447867817521f,3.650127618296905f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59.mcfunction new file mode 100644 index 000000000..17ba01d4f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59_as_bone.mcfunction new file mode 100644 index 000000000..d8c40c91b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_59_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5306514337699522f,0.095972451304752f,-0.613304809106284f,-0.43579064658363786f,-0.14988152811406902f,0.802784836458942f,-0.004059350468392519f,1.1396131876642293f,0.602402712321691f,0.11519652506300139f,0.5392450066948451f,1.0948950242993163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5162302683777515f,-0.11206974232079496f,-0.6007883844306456f,-0.43579064658363786f,0.16529630746839363f,0.7827268477142733f,-0.003976506581282468f,1.1396131876642293f,0.5883735554458144f,-0.12156913557078267f,0.5282400065582157f,1.0948950242993163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5356108483673837f,0.0968469299067986f,-0.6088399918888734f,-0.43620413017095794f,0.13686724350013227f,0.8050796059709981f,0.007657032760926259f,1.1385281416405792f,0.6011096582257609f,-0.0970151774809181f,-0.544242297667591f,1.1952360227340393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5210464807331139f,-0.11313747089413378f,-0.5964146859319577f,-0.43620413017095794f,-0.17793480685626606f,0.7799249598561658f,0.007500766786213479f,1.1385281416405792f,0.5803876027489386f,0.1375389751053748f,-0.5331353120009056f,1.1952360227340393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.020959890126008046f,-0.034377184887285944f,0.0060049877120753326f,0.21906868961717885f,0.011361918454665627f,0.00009910007226529546f,-0.03909046815396756f,1.1929824897641643f,-0.03299632596557298f,-0.021802913811969773f,-0.00964588691477454f,1.8825296185692861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5920062730950738f,0.001585106232114514f,-0.8059317961554276f,0.06161865122801517f,-0.24209004892320965f,0.9541660433767373f,-0.17595331732917127f,1.2735300249143826f,0.7687138484692718f,0.2992735355907953f,0.5652560216986159f,1.706332568479696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.563976429108194f,0.001585106232114514f,-0.8257893646981675f,-0.12168274691692753f,-0.24799051462967184f,0.9541660433767373f,-0.16753467199506084f,1.3552153651818926f,0.7876746105239654f,0.2992735355907953f,0.5385202492301512f,1.44715552749274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.34646258864190604f,-0.07702212054039842f,-0.9348963940560524f,-0.17621247119629516f,0.7948823197960451f,0.5051129323576918f,-0.33618896954045274f,1.0669940841615868f,0.49812224638858194f,-0.8596095151360726f,-0.11377921225038742f,0.7067540010305718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.13880683575520103f,-0.08462747885488524f,-0.9866969403876221f,-0.11922331859975159f,0.8848181536311553f,0.4580832316676091f,0.08518560834854937f,1.3616692922489861f,0.44478027986004676f,-0.88487170973403f,0.1384650134871367f,0.8503204885893882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.006931337953945831f,-0.27424861307374215f,-0.9616338465243915f,0.1110350979770518f,0.02616669099253196f,0.961277911155588f,-0.27433571004674295f,1.0136180923752593f,0.9996335632803999f,-0.02706428922913333f,0.0005132366435485771f,1.305804367091663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.004267461603046923f,-0.14082338344497444f,-0.9900255367648737f,0.07844305397633866f,0.008542518502921847f,0.9899932928713501f,-0.140855619154396f,1.1983614871689225f,0.999954406035142f,-0.009058407412493854f,-0.003021772005879721f,1.3040870296267837f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.006842105530873269f,-0.2729464670459395f,-0.9620048917334278f,0.11209995733448769f,0.026279273174636082f,0.9616460696890619f,-0.273031566770204f,1.0169582773300325f,0.9996312246990473f,-0.027148900138300368f,0.0005931508773899786f,0.9933607385959341f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.004218825608909994f,-0.13962947645868523f,-0.9901948347746291f,0.0797307127811428f,0.008746209506041627f,0.9901606198390216f,-0.1396619158513895f,1.201740506575778f,0.999952851553391f,-0.009249660743922453f,-0.00295608632558449f,0.9916079516669137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9892343051939235f,0.012364483343516489f,-0.14581703939918333f,0.1797085237285038f,-0.0014728707222541114f,0.9955325239069029f,0.09440775654249407f,1.893594829993693f,0.14633290839496976f,0.09360616109636806f,-0.9847967132994858f,1.1752971454778696f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9892343051939235f,0.012364483343516489f,-0.14581703939918333f,0.20158890231166296f,-0.0014728707222541114f,0.9955325239069029f,0.09440775654249407f,1.7780592243332736f,0.14633290839496976f,0.09360616109636806f,-0.9847967132994858f,1.0657841994041855f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9892343051939235f,0.012364483343516489f,-0.14581703939918333f,-0.4014666305729263f,-0.0014728707222541114f,0.9955325239069029f,0.09440775654249407f,1.8927295184443689f,0.14633290839496976f,0.09360616109636806f,-0.9847967132994858f,1.2612677291599144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9892343051939235f,0.012364483343516489f,-0.14581703939918333f,-0.4537788248793114f,-0.0014728707222541114f,0.9955325239069029f,0.09440775654249407f,1.77708344747978f,0.14633290839496976f,0.09360616109636806f,-0.9847967132994858f,1.1627297512158528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9751209580194284f,0.16696259536832994f,-0.14581703939918333f,0.08038778673933619f,0.1542808605679529f,0.9835062742896075f,0.09440775654249407f,2.0018106419883948f,0.15917453720266797f,0.0695622036802047f,-0.9847967132994858f,1.1781648112746894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9892343051939235f,0.012364483343516502f,-0.14581703939918333f,-0.03343257691122955f,-0.0014728707222541187f,0.9955325239069029f,0.09440775654249407f,2.0116733516452845f,0.14633290839496976f,0.09360616109636806f,-0.9847967132994858f,1.195963474192922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9568585793666947f,0.251314643650559f,-0.14581703939918333f,-0.05558200224457434f,0.23941199514751932f,0.9663172729927253f,0.09440775654249407f,2.0073400659932563f,0.16463157556141728f,0.05542452347738475f,-0.9847967132994858f,1.1988276874986157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9876870829029251f,-0.05667113275351948f,-0.14581703939918333f,-0.026664281800934213f,-0.07091412124853559f,0.9930047144460902f,0.09440775654249407f,2.0173394358995944f,0.13944681306597873f,0.10358580887492172f,-0.9847967132994858f,1.1955044856059083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.984392334275163f,0.09853488337209482f,-0.14581703939918333f,0.027237692278117384f,0.0852991105460728f,0.99187259123572f,0.09440775654249407f,2.1246440672908786f,0.15393438199552487f,0.08049620807333506f,-0.9847967132994858f,1.166077664445412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.984392334275163f,0.09853488337209482f,-0.14581703939918333f,0.005067343519396084f,0.0852991105460728f,0.99187259123572f,0.09440775654249407f,1.9014727342628421f,0.15393438199552487f,0.08049620807333506f,-0.9847967132994858f,1.1479660176289117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9827792258145368f,-0.0883413450914124f,-0.16229849061164883f,-0.2994277208792537f,-0.1507663841105909f,0.8911786804100584f,0.42786686831864457f,1.9807424583658166f,0.10683862002851421f,0.44496782617401287f,-0.889150798762716f,1.268455953866441f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9844992137764436f,0.0664868259036698f,-0.16229849061164883f,-0.18535815396624217f,-0.009499139614512306f,0.9037918506723654f,0.42786686831864457f,1.9909444732862431f,0.1751315631750838f,0.42277629148223933f,-0.889150798762716f,1.2525439011754342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9823567316049044f,-0.10410311831637756f,-0.15536342113681634f,-0.17245474660726456f,-0.18639279508946077f,0.6128083597249765f,0.767934658802376f,2.008934841824136f,0.015263610623562449f,0.7833444038275819f,-0.6214004885601091f,1.1976249793630651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9664464036464402f,0.20455697556310828f,-0.15536342113681634f,-0.19956573534845518f,0.012098115089754821f,0.6404139250682741f,0.767934658802376f,2.01438354474111f,0.2565832895769654f,0.7402880846853612f,-0.6214004885601091f,1.2111368834108887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9865476057341536f,0.05085301360660066f,-0.15536342113681634f,-0.2466446935485068f,-0.088233642555041f,0.6344219291067634f,0.767934658802376f,2.1034975842634767f,0.13761775300330306f,0.7713123795684724f,-0.6214004885601091f,1.2827462695697844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9865476057341536f,-0.01957093675298667f,-0.16229849061164883f,-0.2422412327790848f,-0.088233642555041f,0.8995247452497706f,0.42786686831864457f,1.9011045165822784f,0.13761775300330306f,0.43643122152058006f,-0.889150798762716f,1.184549244727654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9892343051939235f,0.012364483343516489f,-0.14581703939918333f,-0.12036695986217208f,-0.0014728707222541114f,0.9955325239069029f,0.09440775654249407f,1.3881279645283193f,0.14633290839496976f,0.09360616109636806f,-0.9847967132994858f,1.1490593709070032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.004120508175373286f,0.0028992975551148104f,-0.9999873076624841f,-0.12145419644534014f,-0.010812862101936984f,0.9999372063285877f,0.002943707346794222f,1.013151512155099f,0.9999330494715839f,0.010824854431630046f,-0.004088899728880931f,1.1450000504951419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.06132637856848884f,-0.3748516621232435f,-0.9250542182462151f,0.19568491362921775f,-0.14289607668323306f,0.9139541517663906f,-0.3798269602562683f,0.4324711358332734f,0.9878359107464224f,0.15548003046185366f,0.0024846664498673968f,0.9616410538742817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.06132637856848884f,-0.5933355696196285f,-0.8026157094873146f,-0.031900729920775306f,-0.14289607668323306f,0.7906265302721547f,-0.5953909647436322f,0.726728835246255f,0.9878359107464224f,0.15120380767019262f,-0.03629906315349525f,1.0183359700073982f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.033116324847038796f,0.2599028205621532f,-0.9650667504854069f,0.27107170337250386f,-0.02054477878155287f,0.9652153239795034f,0.2606478283430712f,0.6902201838687403f,0.9992403219913828f,0.02845878105223912f,-0.026624738263093965f,1.2784681870311845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.033116324847038796f,-0.9059138799474815f,-0.42216507570750733f,-0.05677710847162758f,-0.02054477878155287f,0.4229245381293793f,-0.9059319770892669f,0.7258317656771671f,0.9992403219913828f,-0.021327849552900017f,-0.032617506649135625f,1.2683349733681775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.16033305886297855f,-0.7384901631172772f,-0.6549241095078557f,-0.07444742244557472f,0.133280258541866f,0.6412341139996587f,-0.7556819329096639f,0.856851216239855f,0.9780233549965226f,-0.20844925047140295f,-0.004384867073961685f,1.1503432185574556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.1596911676127838f,-0.7386292315985118f,-0.6549241095078557f,-0.07444742244557472f,-0.144065702456368f,0.638897401504864f,-0.7556819329096639f,0.856851216239855f,0.9765980771853993f,0.21502783210209014f,-0.004384867073961685f,1.1503432185574556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4450348528364617e-16f,-0.7556946544639191f,-0.6549241095078557f,-0.07444742244557472f,-0.0058024323025971805f,0.6549130843503493f,-0.7556819329096639f,0.856851216239855f,0.9999831657479908f,0.0038001528087578144f,-0.004384867073961685f,1.1503432185574556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.04954004228870661f,-0.22818022789603953f,-0.9723577365390501f,-0.07529002010649101f,0.2006278933653137f,0.9514356792853f,-0.23349217671415817f,0.881789647212097f,0.978414141666927f,-0.20664929658779588f,-0.0013548453563784588f,1.150487924550922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.049341709394012376f,-0.22822319756486678f,-0.9723577365390501f,-0.07529002010649101f,-0.21114371192730882f,0.949157382274848f,-0.23349217671415817f,0.881789647212097f,0.9762088550241872f,0.21682812494329662f,-0.0013548453563784588f,1.150487924550922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4450348528364617e-16f,-0.23349610744647412f,-0.9723577365390501f,-0.07529002010649101f,-0.0058024323025971805f,0.97234136762387f,-0.23349217671415817f,0.881789647212097f,0.9999831657479908f,0.005642039940174382f,-0.0013548453563784588f,1.150487924550922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.1053172143640077f,-0.4328445199868729f,-0.8952954293840325f,-0.08947370134966995f,0.2261783867824344f,0.8662803683862179f,-0.44542301321455546f,0.9263452196860471f,0.9683757647272576f,-0.24940718687714694f,0.006665840001585223f,1.3444997212873846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.12554348332185278f,-0.42772812405060096f,-0.8951466280401046f,-0.08926793442186767f,-0.2733153015764351f,0.8524575813371015f,-0.4456622240498751f,0.9434195814741755f,0.9536967965342014f,0.3006072585900954f,-0.009884147072431465f,0.9702149490412879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4450348528364617e-16f,-0.3152016894323012f,-0.9490247072542544f,-0.042874394875167365f,-0.0058024323025971805f,0.9490087311331695f,-0.31519638324762755f,0.8089853442661363f,0.9999831657479908f,0.005506651617334809f,-0.0018289364645955163f,1.1516280017040865f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4450348528364617e-16f,-0.40678431662837494f,-0.9135242305189206f,-0.13376526562181987f,-0.0058024323025971805f,0.9135088520218075f,-0.40677746871867543f,1.013142809892123f,0.9999831657479908f,0.005300662504368077f,-0.0023603384589947173f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.9100917323303028f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.1029462650111945f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.873747062703281f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.1029462650111945f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7824584491335975f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.1945924419573686f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.5112943975167914f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.270686751472717f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.5112943975167914f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.271455778549672f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.375348229461294f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.334461871435926f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.23494381925532679f,1.544704864613125f,0.009722809998452181f,0.7187499999999991f,-0.041933858130368366f,-0.003453268516780822f,1.5619333777337792f,1.1016835136263703f,1.5441661838468106f,-0.2351195571982405f,0.04093703075310718f,3.518330367084354f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5_as_bone.mcfunction new file mode 100644 index 000000000..6c24c3a83 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_5_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7941684304146321f,-0.1857648401916611f,0.04162178186683598f,0.10106738910318229f,-0.1781920363523454f,0.7882163104989804f,0.11792832776065186f,1.2223504142013215f,-0.06699661751020183f,0.10559789986730761f,-0.8070346840317647f,-0.35278167232066626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.788380491314929f,0.12959095554001138f,0.04077235774710464f,0.10106738910318229f,0.13421323876453034f,0.7801548309090707f,0.11552162719410795f,1.2223504142013215f,-0.02104774226291894f,0.12068398423761988f,-0.7905645884392798f,-0.35278167232066626f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5283641339152616f,0.04743333376525278f,0.6209072920205834f,0.041649054119497014f,0.19854587446261276f,0.784627379679168f,0.10901309662661385f,1.2232648651597766f,-0.5902163350588462f,0.22148227547630345f,-0.5191673371120211f,-0.3823087330710765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.49596417307216534f,-0.15514140154854536f,0.6082357146324082f,0.041649054119497014f,-0.11444711422304049f,0.7845368752210546f,0.10678833955260132f,1.2232648651597766f,-0.617188299528484f,-0.020809539733890478f,-0.5085720853342248f,-0.3823087330710765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.502809072686577f,-0.5861492314047323f,1.3583145309344613f,-0.7165694323748085f,1.3815317913302976f,0.3270610418706793f,0.65253906736238f,1.0028196354242371f,-0.529111704621778f,1.410980653097025f,0.4130141046237152f,-0.457940831275877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6903253227325727f,-0.6178210926280254f,0.37649441735314215f,-0.5549747551825391f,-0.6365100234489294f,0.7660079546021571f,0.08992665642212436f,1.1801802172093154f,-0.3439563036829133f,-0.17756382230097545f,-0.9220440066323599f,-0.38892379331573257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5310861141466487f,-0.6178210926280254f,0.5798660507949448f,-0.3589468026706792f,-0.5730301106220639f,0.7660079546021571f,0.29132165351495f,1.3929777813762614f,-0.6241666697934757f,-0.17756382230097545f,-0.760846277068364f,-0.16704203522567157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3354563255360866f,0.5931576151011974f,0.7318695903679062f,0.26684882169850344f,0.8244554341291341f,0.19102430972191092f,-0.5327128215372787f,1.170017584424618f,-0.45578755006336896f,0.7820957465315401f,-0.42495170603787985f,0.3367409871112141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.2101682606354588f,0.5707745028070008f,0.793754224660812f,0.17551733842898082f,0.6794794739849416f,0.669029504779403f,-0.3011763041272902f,1.3847523532113242f,-0.7029487510868861f,0.4760420030628051f,-0.5284383262646069f,0.098551996776379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9023659552253489f,-0.05513031997561932f,0.4274299131666256f,-0.3006594447527748f,-0.29631434784306465f,0.7995355373063734f,-0.5224372994403714f,1.0246878424309627f,-0.3129432697991484f,-0.5980832487234489f,-0.7378095536680334f,0.10223225633653793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9007292065465697f,-0.07090507489484307f,0.42855497526938513f,-0.3112756777001242f,-0.16767519102761333f,0.9668762756503895f,-0.1924455712618129f,1.2047743592950244f,-0.4007142707564082f,-0.24519938405018238f,-0.8827827225730979f,0.0507399798110469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8695103538334509f,-0.1088113202391221f,0.48177986795241456f,0.0049322676401431995f,-0.34124873118691174f,0.8375301802868513f,-0.4267229787250706f,1.0181549434866235f,-0.3570728889733156f,-0.5354468168702595f,-0.7653728883777874f,0.2149645826147259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8779940486616432f,-0.20841084161571996f,0.4309192170369793f,-0.03145152005632318f,-0.23295096809852478f,0.9724789599074007f,-0.004303370699832443f,1.200467852402387f,-0.4181630028788967f,-0.10416138264466039f,-0.9023802465639729f,0.18979444682782726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9837082203879428f,-0.013051744107728965f,0.17929804549111203f,0.18504200279281308f,0.023629876857921173f,0.9793201236129289f,0.20093213880919408f,1.9057123834167042f,-0.17821269893266864f,0.20189538742255636f,-0.9630568448833277f,0.14621558708344287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9837082203879428f,-0.013051744107728965f,0.17929804549111203f,0.2403717208356188f,0.023629876857921173f,0.9793201236129289f,0.20093213880919408f,1.801248635596278f,-0.17821269893266864f,0.20189538742255636f,-0.9630568448833277f,0.03737506065778643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9837082203879428f,-0.013051744107728965f,0.17929804549111203f,-0.39288657668510335f,0.023629876857921173f,0.9793201236129289f,0.20093213880919408f,1.919594936070733f,-0.17821269893266864f,0.20189538742255636f,-0.9630568448833277f,0.041515626460500034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9837082203879428f,-0.013051744107728965f,0.17929804549111203f,-0.41133497517139334f,0.023629876857921173f,0.9793201236129289f,0.20093213880919408f,1.8169034290146509f,-0.17821269893266864f,0.20189538742255636f,-0.9630568448833277f,-0.08069085238510655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9749363252548149f,0.12244051693758531f,0.18576189466813262f,0.08842745511348094f,0.17476216734754083f,0.9381656092281233f,0.2988368694214527f,2.011155754982661f,-0.1376856803107267f,0.3238110706471925f,-0.936049701652477f,0.13888858336615786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9820871580432301f,-0.03158057149383102f,0.18576189466813262f,-0.025012515444797413f,0.025849119867558612f,0.9539540599402355f,0.2988368694214527f,2.023746546356831f,-0.18664575272061226f,0.2982856332907517f,-0.936049701652477f,0.12039572860251843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9644204867757872f,0.18254019563221258f,0.19123859878619504f,-0.04397209562660526f,0.24849295514515285f,0.8728272486382606f,0.42002838627620553f,2.022158283232372f,-0.09024619621004966f,0.4526054253023464f,-0.887132432648305f,0.09884577581700688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9736264110035376f,-0.12441627759526958f,0.19123859878619504f,-0.016010786524675587f,-0.033387608738513264f,0.9068965885396917f,0.42002838627620553f,2.0303575852952465f,-0.22569200114114457f,0.4025657307377346f,-0.887132432648305f,0.10875548136198063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9811024480715964f,0.029424219993282534f,0.19123859878619504f,0.04070584357762624f,0.10889333080363514f,0.9009541593381413f,0.42002838627620553f,2.136750812833186f,-0.15993820336120587f,0.4329154860351962f,-0.887132432648305f,0.1361297308521291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9811024480715964f,0.05413413781733272f,0.18576189466813262f,0.028525662568726393f,0.10889333080363514f,0.9480710774941274f,0.2988368694214527f,1.9234348203970075f,-0.15993820336120587f,0.31341781561024623f,-0.936049701652477f,0.06561072233982379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9695553972174286f,-0.16677692469170055f,0.17929804549111203f,-0.2934512075574458f,-0.1298604657782537f,0.9709595949479143f,0.20093213880919408f,2.0262272015709053f,-0.2076020018073261f,0.17153111195628937f,-0.9630568448833277f,0.05956172270355325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9837082203879428f,-0.013051744107728983f,0.17929804549111203f,-0.18027429184116042f,0.023629876857921173f,0.979320123612929f,0.20093213880919408f,2.0333743776477653f,-0.17821269893266864f,0.20189538742255636f,-0.9630568448833277f,0.08212373165832484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9513303794695633f,-0.25064460892140417f,0.17929804549111203f,-0.15824533105388908f,-0.2139910121756717f,0.9559467151999606f,0.20093213880919408f,2.028616214880074f,-0.22176193498057337f,0.15278467762521894f,-0.9630568448833277f,0.08523225199910112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9822224002492459f,0.05560006593231083f,0.17929804549111203f,-0.18700907482893372f,0.09188623415542754f,0.9752862121276487f,0.20093213880919408f,2.039098375020437f,-0.16369507146320603f,0.2138350698599881f,-0.9630568448833277f,0.08206413144657167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9788273791678734f,-0.09873789887585796f,0.17929804549111203f,-0.2396174197753273f,-0.061813414718791336f,0.9776529943463405f,0.20093213880919408f,2.149314213339414f,-0.19513088825748406f,0.185594854376988f,-0.9630568448833277f,0.06281638984147886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9788273791678734f,-0.09873789887585796f,0.17929804549111203f,-0.2174013925282593f,-0.061813414718791336f,0.9776529943463405f,0.20093213880919408f,1.9293422896114878f,-0.19513088825748406f,0.185594854376988f,-0.9630568448833277f,0.02105754760665663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9837082203879428f,-0.013051744107728965f,0.17929804549111203f,-0.0933519100461526f,0.023629876857921173f,0.9793201236129289f,0.20093213880919408f,1.4182078623148342f,-0.17821269893266864f,0.20189538742255636f,-0.9630568448833277f,-0.03004172467821597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8954373044601632f,-0.055147045904956477f,0.4417587996962522f,-0.07267176783179392f,0.013780822056439088f,0.9883888849192873f,0.15131920271881064f,1.0475620304701014f,-0.44497429445369724f,0.14158465840607298f,-0.8842803072439587f,-0.08313597158049334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8444363560367771f,-0.08666958495353747f,0.5285977900514822f,-0.06152034914466413f,-0.33581366129976026f,0.8544740714792236f,-0.3963625184779314f,0.6327908004995799f,-0.41732053087258875f,-0.5122132800052144f,-0.7506538018944022f,0.2982792215663381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8444363560367771f,0.2598701298862649f,0.4683959395599252f,0.03627152986915924f,-0.33581366129976026f,0.4244247455674276f,-0.8408881139809707f,0.7523592946192661f,-0.41732053087258875f,-0.8673702502062888f,-0.2711317457792439f,0.004184532541023911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8104655992795298f,0.28757578564761765f,0.510338789328842f,-0.3671235341088719f,0.23882380694596436f,0.9577234669724374f,-0.16040246271841208f,0.683751808055988f,-0.5348912988825949f,-0.008119625573281608f,-0.8448818675177259f,0.13135682910933558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8104655992795298f,0.5856032649511047f,0.014639961170677507f,-0.17063852385219375f,0.23882380694596436f,0.35314250431225847f,-0.9045736901346972f,0.748258544869401f,-0.5348912988825949f,-0.7296294866071906f,-0.4260658524841176f,-0.13755499919702494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8164294368838757f,0.3715987346677142f,0.4419924829483316f,-0.07083465803677423f,0.09116784159189531f,0.8387769867416618f,-0.536788218175523f,0.9397712026575098f,-0.5702029456684283f,-0.39795420202069937f,-0.7186800775345841f,-0.08107607691435675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8931749894292174f,0.1236763171479082f,0.4323686006578732f,-0.06880433984400668f,-0.18927070731070528f,0.7687595563877402f,-0.6108889783067216f,0.9148900391950303f,-0.4079399926609583f,-0.6274654676069872f,-0.663228504626062f,-0.08242002106489622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8652011394955537f,0.23679027267344455f,0.4419924829483316f,-0.07083465803677423f,-0.04361938736533601f,0.8425887240367151f,-0.536788218175523f,0.9397712026575098f,-0.4995241107909289f,-0.48370921935954037f,-0.7186800775345841f,-0.08107607691435675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8572134725914491f,0.11738063245215939f,0.5014048758566673f,-0.07407911839455172f,0.08669203452704179f,0.9926724844678944f,-0.0841773706520953f,0.9642983819577696f,-0.5076116168462569f,-0.028690167400506852f,-0.8611081933980536f,-0.077598266281814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8567164314594286f,-0.12095497730388044f,0.5014048758566673f,-0.07407911839455172f,-0.1874378685105681f,0.9786629735094277f,-0.0841773706520953f,0.9642983819577696f,-0.48052471478128694f,-0.16609839778608043f,-0.8611081933980536f,-0.077598266281814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8652011394955537f,0.00448761437241197f,0.5014048758566673f,-0.07407911839455172f,-0.04361938736533601f,0.9954956149154915f,-0.0841773706520953f,0.9642983819577696f,-0.4995241107909289f,-0.09470133051479263f,-0.8611081933980536f,-0.077598266281814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8406109563418089f,0.2205797847442189f,0.4946895780591131f,-0.24272153993800388f,0.12680054819313902f,0.9680813449451394f,-0.21619465892368697f,0.9798946126425843f,-0.5265879233860465f,-0.11900868931050353f,-0.8417494228168898f,-0.17473208163292853f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8612383964620631f,-0.0758856625557911f,0.5025035230502594f,0.09514043900292646f,-0.24014679784599854f,0.9321969517401194f,-0.27081055860276715f,0.9926674328816294f,-0.44788161375944774f,-0.3539070632028955f,-0.8210675067686788f,0.014696789146711797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8652011394955537f,0.07855068124085587f,0.49523406455149355f,-0.08775145695491939f,-0.04361938736533601f,0.9721187474721219f,-0.2303963755337865f,0.8310460728656185f,-0.4995241107909289f,-0.220941013145659f,-0.8376519154450144f,-0.053750487835070825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8652011394955537f,0.06411370690212577f,0.49730918029216364f,-0.06666666666666665f,-0.04361938736533601f,0.978408506497745f,-0.20202510601092324f,1.05f,-0.4995241107909289f,-0.19648467370286243f,-0.8437235540972003f,-0.09375000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.46837069748919524f,-0.4579608254675077f,-0.7555797589074255f,-0.6208224799437414f,0.07763847793316632f,0.8732057547721958f,-0.48112781729696436f,1.34375f,0.8801142860320502f,0.16668410893015212f,0.4445393698565463f,0.4109260240298079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.20693378803815823f,-0.4579608254675077f,-0.8645520746058603f,-0.58875809150696f,-0.07763847793316632f,0.8732057547721958f,-0.48112781729696436f,1.34375f,0.9752695392107761f,0.16668410893015212f,0.14514039312941593f,0.4990222072284868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.3420201433256683f,-0.4579608254675077f,-0.8205450041872218f,-0.48170853509726747f,0f,0.8732057547721958f,-0.4873517311272423f,1.4168527596690863f,0.9396926207859083f,0.16668410893015212f,0.2986539573999849f,0.4101760220191496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8385902890506575f,-0.4748604312867837f,0.2669717174310126f,0.5099412206546449f,-0.5126634600374855f,0.8536512415698384f,-0.09195506787919233f,2.0424940833414387f,-0.1842349148568973f,-0.21397927134281755f,-0.9593072331548785f,-0.29414846901097336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6674643420222589f,-0.4748604312867837f,-0.5735842770917998f,0.5907885014309383f,-0.19087181872590592f,0.8536512415698384f,-0.4846106752667942f,2.0802609166585615f,0.7197633645477224f,-0.21397927134281755f,-0.6604192384315731f,-0.3228964427182771f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8623709949471301f,-0.4748604312867837f,-0.17556718905315566f,0.5766999394007649f,-0.4028462220493105f,0.8536512415698384f,-0.33014311918752903f,2.1108989678781294f,0.3066450528779069f,-0.21397927134281755f,-0.9274598012750215f,-0.169403485673372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013531646934131855f,0f,0.0000078125f,-0.4166672050184808f,0f,0.000015625f,0f,1.2161225f,-0.0000078125f,0f,-0.000013531646934131855f,0.4980337151018015f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6.mcfunction new file mode 100644 index 000000000..45c6ac9e7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60.mcfunction new file mode 100644 index 000000000..5f6833110 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60_as_bone.mcfunction new file mode 100644 index 000000000..b14468970 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_60_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5335490702053985f,0.09407909660912674f,-0.6110801565331749f,-0.44010054715242525f,-0.14181267842799308f,0.8042596649599698f,0f,1.1427229165093997f,0.6017964758657843f,0.10611295559040836f,0.5417799246334574f,1.094826141616307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5181429327255995f,-0.11486952267142529f,-0.5986091329304571f,-0.44010054715242525f,0.17315169115048232f,0.7810368056959467f,0f,1.1427229165093997f,0.5844197063055308f,-0.12956272963129065f,0.5307231914776726f,1.094826141616307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.533549070205399f,0.0940790966091268f,-0.6110801565331745f,-0.4401005471524253f,0.14181267842799308f,0.8042596649599698f,0f,1.1427229165093997f,0.601796475865784f,-0.10611295559040827f,-0.5417799246334578f,1.1951738583836926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5181429327256f,-0.11486952267142539f,-0.5986091329304567f,-0.4401005471524253f,-0.17315169115048232f,0.7810368056959467f,0f,1.1427229165093997f,0.5844197063055303f,0.12956272963129056f,-0.530723191477673f,1.1951738583836926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.000008716138150797598f,0.000012774665338159655f,-0.0000022310280666618706f,0.19551425657393867f,-0.0000041955678045043274f,-2.3434097302273445e-7f,0.000015049349491129827f,1.1962337756751564f,0.000012270565249165067f,0.000008994088881392329f,0.000003560929465686945f,1.8930681772665066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5372996083468237f,-1.035959399343874e-16f,-0.8433914458128859f,0.05111048790166706f,-0.2536126990082286f,0.9537169507482269f,-0.16156910830126447f,1.2798187496473246f,0.804356717987804f,0.3007057995042731f,0.5124317441107491f,1.707367048089748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5372996083468237f,-1.035959399343874e-16f,-0.8433914458128859f,-0.12519094608713446f,-0.2536126990082286f,0.9537169507482269f,-0.16156910830126447f,1.3630354165093996f,0.804356717987804f,0.3007057995042731f,0.5124317441107491f,1.4434375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3656424581655273f,-0.08334294286816475f,-0.9270164759381272f,-0.17523243241836312f,0.7990215774896205f,0.4827038437951099f,-0.35855476275099807f,1.063875275643031f,0.47735742530379577f,-0.8718090118021837f,-0.10990421032804434f,0.7098451350181662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11788403657544143f,-0.0898280285417922f,-0.9889561563633521f,-0.12519094608713424f,0.8979267960793277f,0.43493387083145374f,0.06752774900943948f,1.3630354165093996f,0.4240646446043262f,-0.8959706765803573f,0.13193075420364728f,0.8465625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.25881904510252074f,-0.9659258262890682f,0.10547924533771157f,0f,0.9659258262890682f,-0.25881904510252074f,1.0201427937031857f,1f,-8.916556413118073e-17f,-3.3277041562310753e-16f,1.30125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.13052619222005157f,-0.9914448613738104f,0.0748090539128656f,0f,0.9914448613738104f,-0.13052619222005157f,1.2052229165093997f,1f,-4.49674851345879e-17f,-3.4156196014995296e-16f,1.30125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.25881904510252074f,-0.9659258262890682f,0.10547924533771168f,0f,0.9659258262890682f,-0.25881904510252074f,1.0201427937031857f,1f,-8.916556413118073e-17f,-3.3277041562310753e-16f,0.98875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.13052619222005157f,-0.9914448613738104f,0.07480905391286571f,0f,0.9914448613738104f,-0.13052619222005157f,1.2052229165093997f,1f,-4.49674851345879e-17f,-3.4156196014995296e-16f,0.98875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,0.17407363250840666f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.8987019758790598f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.1706197624389305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,0.1963130067405612f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.782957448088029f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.061400134989495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,-0.4072431291332793f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.8971441333094492f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.255617678654279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,-0.4592144053234677f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.7812007319988936f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.157248849019569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9756196522194168f,0.1653547612114657f,-0.14430556866581057f,0.0745843253471558f,0.15315140999412075f,0.9839104757657581f,0.09200446345266172f,2.00677285377417f,0.15719713680622988f,0.06766076132514758f,-0.985246711010407f,1.1730809370407547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.010698431332777217f,-0.14430556866581057f,-0.03928059122496878f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,2.0165020287014648f,0.1446773041963378f,0.09141879507877725f,-0.985246711010407f,1.1906668562449705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9574955078648488f,0.24975639185148396f,-0.14430556866581057f,-0.06142820358502846f,0.23832207095398464f,0.9668183744638864f,0.09200446345266172f,2.012141452032389f,0.16249597814973427f,0.05370265848481086f,-0.985246711010407f,1.1935035379087535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9878113116140792f,-0.058349940011189774f,-0.14430556866581057f,-0.03252012975303408f,-0.07210554962555957f,0.9931444851671803f,0.09200446345266172f,2.0221773587390937f,0.13794782477613915f,0.10128828206020059f,-0.985246711010407f,1.1902066501493247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847776568399963f,0.09689617866955938f,-0.14430556866581057f,0.021268508521329707f,0.08414421558741407f,0.992197021608091f,0.09200446345266172f,2.129498312017859f,0.15209443636078518f,0.07846146105745294f,-0.985246711010407f,1.1606323384721828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847776568399963f,0.09689617866955938f,-0.14430556866581057f,-0.0005331316793211194f,0.08414421558741407f,0.992197021608091f,0.09200446345266172f,1.9062539821560387f,0.15209443636078518f,0.07846146105745294f,-0.985246711010407f,1.142978509734256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9827276737576895f,-0.09043917250013968f,-0.16145301269499387f,-0.3053499435848002f,-0.15202229818855717f,0.892026895336569f,0.42564919693295666f,1.9853277038386548f,0.10552506851108548f,0.4428417031781124f,-0.890368286633143f,1.2627817478209769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9847764689193929f,0.06440676171305432f,-0.16145301269499387f,-0.19126940263783443f,-0.010606901257841056f,0.904826090912522f,0.42564919693295666f,1.9956677387319854f,0.17350158474307498f,0.420881829317449f,-0.890368286633143f,1.2470383529948168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.982097366741719f,-0.10634739495430978f,-0.15548309819852896f,-0.17830104561893376f,-0.18785078587868978f,0.6143831677508765f,0.766319388655381f,2.0135559957484634f,0.014030127716453858f,0.7818078758690208f,-0.6233615329368899f,1.1921013779072058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668932526244094f,0.2023423934917658f,-0.15548309819852896f,-0.20544291896313457f,0.011198125891841437f,0.6423622004347341f,0.766319388655381f,2.0189934199837833f,0.25493536436889347f,0.7392079269384695f,-0.6233615329368899f,1.2055556989250986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9866425162980824f,0.04859579413462229f,-0.15548309819852896f,-0.25277709768155265f,-0.08942732880718486f,0.6362054286417671f,0.766319388655381f,2.1081942333978594f,0.13615909038841162f,0.7699877280575129f,-0.6233615329368899f,1.2768882647178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9866425162980824f,-0.021667250049282653f,-0.16145301269499387f,-0.24790196642046408f,-0.08942732880718486f,0.9004585021047559f,0.42564919693295666f,1.9055910704242898f,0.13615909038841162f,0.4344019063753761f,-0.890368286633143f,1.1791478357833405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,-0.12519094608713435f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.3927229165093997f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-0.12519094608713435f,0f,1f,0f,1.0177229165093997f,1f,-2.465190328815662e-32f,-3.445092848397666e-16f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.055162752467670266f,-0.39913199244843733f,-0.9152326061413738f,0.2017910858299913f,-0.11829690442127533f,0.9075597355075109f,-0.40291583350605664f,0.43857395488573603f,0.9914448613738104f,0.1304951305209405f,0.0028474138772791348f,0.9720355995841652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.055162752467670266f,-0.6052315743502775f,-0.7941358902289173f,-0.03065451293838306f,-0.11829690442127533f,0.7857835425478109f,-0.6070832452517169f,0.7321718259712761f,0.9914448613738104f,0.12743220028900507f,-0.028251038652918847f,1.02f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0.27982901403099203f,-0.9600498543859287f,0.2725112775017557f,0f,0.9600498543859287f,0.27982901403099203f,0.6993134731928177f,1f,9.640369350123408e-17f,-3.307460887450184e-16f,1.2700000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.90630778703665f,-0.4226182617406995f,-0.05553675717770272f,0f,0.4226182617406995f,-0.90630778703665f,0.7322924353193747f,1f,-3.1223144755670784e-16f,-1.4559591511251366e-16f,1.27f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15926959541041588f,-0.7493045340922925f,-0.6427876096865393f,-0.07547221307548956f,0.1336430587666343f,0.6287411581963063f,-0.766044443118978f,0.8622978418344402f,0.9781476007338057f,-0.20791169081775954f,-2.2144629971697269e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.15926959541041522f,-0.7493045340922927f,-0.6427876096865393f,-0.07547221307548956f,-0.1336430587666343f,0.6287411581963063f,-0.766044443118978f,0.8622978418344402f,0.9781476007338057f,0.20791169081775904f,-2.2144629971697269e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.766044443118978f,-0.6427876096865393f,-0.07547221307548956f,0f,0.6427876096865393f,-0.766044443118978f,0.8622978418344402f,1f,-2.6390942325439645e-16f,-2.2144629971697269e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0520569299899167f,-0.2449086002375724f,-0.9681476403781079f,-0.07674862487477464f,0.20128921287223636f,0.9469912915919415f,-0.2503800040544415f,0.8872182556134818f,0.9781476007338057f,-0.20791169081775937f,-3.335358512059695e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.05205692998991602f,-0.24490860023757258f,-0.9681476403781079f,-0.07674862487477464f,-0.20128921287223636f,0.9469912915919415f,-0.2503800040544415f,0.8872182556134818f,0.9781476007338057f,0.2079116908177592f,-3.335358512059695e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.2503800040544415f,-0.9681476403781079f,-0.07674862487477464f,0f,0.9681476403781079f,-0.2503800040544415f,0.8872182556134818f,1f,-8.625823613497352e-17f,-3.335358512059695e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.10755495205000466f,-0.4482911024865862f,-0.8873933849882374f,-0.09172501100537678f,0.22610956087388093f,0.8581512984588184f,-0.4609238716261771f,0.932645103220014f,0.9681458561451068f,-0.2502227735135331f,0.009064482569522496f,1.3450000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.12877950145658004f,-0.44295840327243513f,-0.8872450016624096f,-0.09134331560815633f,-0.26254026467241653f,0.847541976413986f,-0.4612431112136112f,0.9466153146938516f,0.9562888943359805f,0.2923361954780985f,-0.007148383247898498f,0.9700000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.3316672161455225f,-0.9433964478066892f,-0.043071232142312635f,0f,0.9433964478066892f,-0.3316672161455225f,0.8149968538339987f,1f,-1.142624354390903e-16f,-3.2500883555425874e-16f,1.1528125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.42261826174069944f,-0.9063077870366499f,-0.13750000000000015f,0f,0.9063077870366499f,-0.42261826174069944f,1.0175f,1f,-1.455959151125137e-16f,-3.122314475567078e-16f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.9112973348135107f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.10375f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.874952665186489f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,2.10375f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.7836640516168054f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.195396176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.5125000000000002f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.2714904864615226f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.5125000000000002f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.2722595135384775f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.3765538319445028f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.335265606424732f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5497553392098717f,0.19915634032746915f,0.0011792785353108904f,0.7187499999999991f,-0.004261693845154183f,0.023911780604967715f,1.5623112093030214f,1.1148725f,0.1991142299185693f,-1.5495713048632735f,0.024259937927910598f,3.3790182459171274f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61.mcfunction new file mode 100644 index 000000000..5727515d6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61_as_bone.mcfunction new file mode 100644 index 000000000..63c785719 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_61_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.558806842539527f,0.09548136080456388f,-0.5878457849762617f,-0.44702899507201743f,-0.13233862700867072f,0.8058566973853739f,0.005090729323195756f,1.1452693899706967f,0.5806598358565095f,0.09177547309870329f,0.5668825822029153f,1.110249161352036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5415275160774922f,-0.12306890992502449f,-0.5758489322216441f,-0.44702899507201743f,0.18232462833881546f,0.7789305882804738f,0.004986836888028496f,1.1452693899706967f,0.5599157786953806f,-0.13461493992459087f,0.5553135499130599f,1.110249161352036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5109884400972413f,0.08704968627961336f,-0.6310765489622105f,-0.44302378384627367f,0.14787405565749148f,0.8031173821577156f,-0.008954249493240312f,1.146570618578158f,0.6196519363278369f,-0.11987187759938935f,-0.5182727614011795f,1.2107858154183753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4950898617673447f,-0.11277392981880688f,-0.6181974357180838f,-0.44302378384627367f,-0.16723778251571159f,0.7822752614755728f,-0.00877150970766398f,1.146570618578158f,0.6057371978625873f,0.12380410347216653f,-0.5076957662705432f,1.2107858154183753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.05650303084614702f,0.08163175666779335f,-0.011985983836525457f,0.19392271749252118f,-0.025466742761990985f,-0.0034374074875695806f,0.09664175724219265f,1.2009936382250244f,0.07847835700557097f,0.05765796157595663f,0.022731188895690653f,1.8974172612220064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5004493635458549f,0.008896647714533518f,-0.8657200957503485f,0.058583087225277275f,-0.2630606372089363f,0.9542330064772873f,-0.14226197840795696f,1.2871894678511453f,0.8248330350305918f,0.2989317965837042f,0.47988565858281457f,1.7061656818316213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.536591505884908f,0.008896647714533518f,-0.8437952390666887f,-0.11945612808956566f,-0.25681293371287284f,0.9542330064772873f,-0.15325301441441597f,1.3710690707456068f,0.8038138297453924f,0.2989317965837042f,0.51431810011051f,1.4433324567967112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3718130726413448f,-0.12257987822568357f,-0.9201789024245115f,-0.18958771476560995f,0.8026764884574087f,0.4554953364307347f,-0.3850122769049513f,1.0590939764887488f,0.46633195675471933f,-0.8817585678313699f,-0.07096713440238608f,0.7206060051142247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1073681087009482f,-0.1286631036741074f,-0.9858589630301726f,-0.14321379076371044f,0.9126748390108114f,0.4060432959097828f,0.04640560400759515f,1.3633505888539879f,0.3943307336114833f,-0.9047511523063491f,0.16102367816493018f,0.8469804096579843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.04247963819966233f,-0.23856137703470276f,-0.9701978920435419f,0.1035444575547036f,-0.02604641201415272f,0.9704799700130099f,-0.23977116637480914f,1.026615980476259f,0.9987577608006935f,0.03545556642974149f,0.03501197008926232f,1.292787014401386f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.0401105247076895f,-0.1175342964716827f,-0.9922584516952125f,0.07530516164316803f,-0.007535477750180791f,0.9929937930525488f,-0.11792600872660969f,1.2120652791190705f,0.999166834108674f,0.012207215571886f,0.03894382499487107f,1.2953192662273325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.042433028180645524f,-0.24019899812273982f,-0.9697957926389724f,0.0914023621161352f,-0.026171577503034112f,0.9700697427911897f,-0.24141197702690206f,1.0226210317726048f,0.9987564701419579f,0.035624926973495154f,0.03487661003752969f,0.980506226104138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.04005470891725098f,-0.11912171278068372f,-0.9920713874705543f,0.06286659479806606f,-0.0077759805187823374f,0.9928009481280679f,-0.11952326770541766f,1.2080241891234587f,0.9991672304577078f,0.01250179747899156f,0.038840064872093974f,0.9830930635368995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9855012306359834f,0.011334849840285733f,-0.16928923649795352f,0.1675236801763788f,-0.003848977154451885f,0.9960156771638286f,0.08909520873057386f,1.9034218634753053f,0.1696246143395067f,0.08845502825152561f,-0.981531047999601f,1.1614771201705747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9855012306359834f,0.011334849840285733f,-0.16928923649795352f,0.1871922541735092f,-0.003848977154451885f,0.9960156771638286f,0.08909520873057386f,1.78741691629161f,0.1696246143395067f,0.08845502825152561f,-0.981531047999601f,1.05204078285144f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9855012306359834f,0.011334849840285733f,-0.16928923649795352f,-0.4114582928222615f,-0.003848977154451885f,0.9960156771638286f,0.08909520873057386f,1.901160589397065f,0.1696246143395067f,0.08845502825152561f,-0.981531047999601f,1.2611315810950348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9855012306359834f,0.011334849840285733f,-0.16928923649795352f,-0.4657023111228297f,-0.003848977154451885f,0.9960156771638286f,0.08909520873057386f,1.7848669689267855f,0.1696246143395067f,0.08845502825152561f,-0.981531047999601f,1.164417089851363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9715949139702441f,0.1653616568406761f,-0.16928923649795352f,0.06794730370206768f,0.15200958977013762f,0.9843551840667929f,0.08909520873057386f,2.0113389767383607f,0.18137366888572348f,0.06083086426918915f,-0.981531047999601f,1.166160727976676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9855012306359835f,0.011334849840285724f,-0.16928923649795352f,-0.04545344172177819f,-0.0038489771544518853f,0.9960156771638286f,0.08909520873057386f,2.020932863467723f,0.16962461433950668f,0.08845502825152561f,-0.981531047999601f,1.1865903363855583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9534854839661304f,0.24941248218927187f,-0.16928923649795352f,-0.06751503560852382f,0.23722335458296148f,0.9673609067052803f,0.08909520873057386f,2.0165444168862887f,0.1859852464747687f,0.044791627638701786f,-0.981531047999601f,1.1899970557426829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9838912783245504f,-0.057437852003899795f,-0.16928923649795352f,-0.03871627289230907f,-0.07331814267236833f,0.9933209419600141f,0.08909520873057386f,2.0266177812288f,0.16304110644851558f,0.10007197120497024f,-0.981531047999601f,1.1859443749215255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9807632036656939f,0.09718380904936903f,-0.16928923649795352f,0.014128635259461664f,0.08297415549718398f,0.9925609972695807f,0.08909520873057386f,2.133944304921096f,0.17668850515790044f,0.0733346709126806f,-0.981531047999601f,1.1547341598340266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9807632036656939f,0.09718380904936903f,-0.16928923649795352f,-0.0077377217766463335f,0.08297415549718398f,0.9925609972695807f,0.08909520873057386f,1.9106180805354405f,0.17668850515790044f,0.0733346709126806f,-0.981531047999601f,1.1382338588786736f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9795142178624057f,-0.08043450908795095f,-0.1846136147557374f,-0.3095322900811161f,-0.1532679887500893f,0.8924163669051937f,0.42438420293907864f,1.9894099307496886f,0.13061707633346414f,0.44398571804452774f,-0.8864625550707614f,1.2656154323847708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9800375018298109f,0.07378555586294279f,-0.1846136147557374f,-0.19590309341664372f,-0.011776328524969543f,0.9054056363764447f,0.42438420293907864f,1.999890506438242f,0.19846363166498612f,0.41808650464199587f,-0.8864625550707614f,1.2469686143285135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9812092240315551f,-0.08700185036175385f,-0.17221828215675697f,-0.18440464500682083f,-0.18896706124794715f,0.6136611031371517f,0.7666234409798649f,2.0178769256274407f,0.03898600311275777f,0.7847615743205861f,-0.6185704188135469f,1.191504492326291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9600704766679697f,0.22046664854692372f,-0.17221828215675697f,-0.21119962649509383f,0.009913354691251694f,0.6420204242381677f,0.7666234409798649f,2.023273432378174f,0.2795825553021909f,0.7343052714910402f,-0.6185704188135469f,1.2056527186084929f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9827389981792205f,0.06756422684140921f,-0.17221828215675697f,-0.25679303072601933f,-0.09064281676586641f,0.6356668777818621f,0.7666234409798649f,2.112365968229089f,0.16126977778384685f,0.7690011025625265f,-0.6185704188135469f,1.278243393474751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9827389981792205f,-0.011911116846120659f,-0.1846136147557374f,-0.2541130294356422f,-0.09064281676586641f,0.9009339199211629f,0.42438420293907864f,1.9096558362468277f,0.16126977778384685f,0.43379280449422575f,-0.8864625550707614f,1.1806400124635503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9855012306359834f,0.011334849840285733f,-0.16928923649795352f,-0.13144419750872965f,-0.003848977154451885f,0.9960156771638286f,0.08909520873057386f,1.3968946985718413f,0.1696246143395067f,0.08845502825152561f,-0.981531047999601f,1.1447765789421926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.03980341390432631f,-0.0036795985546649312f,-0.9992007550017351f,-0.1300643480507303f,0.012931487985958385f,0.9999113691635858f,-0.003167086337978131f,1.0219279351354966f,0.9991238486093854f,-0.012795091710484208f,0.03984746877896264f,1.1495747383336243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.08203823825812927f,-0.42182041529014147f,-0.9029602785881309f,0.20145723929945794f,-0.08951416425100578f,0.8992337795540177f,-0.42821235865799145f,0.4438168643479555f,0.9926010990634387f,0.11595752219433171f,0.03601265311810141f,0.9771090005232316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.08203823825812927f,-0.6117348144950363f,-0.7867974607217704f,-0.03399513018832612f,-0.08951416425100578f,0.7817450553287012f,-0.617140083666237f,0.7375640011059372f,0.9926010990634387f,0.12105860235377543f,0.009374056443403212f,1.0230596115768886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.07382172801906892f,0.3039816175072344f,-0.9498134178300306f,0.27709158258826044f,0.024994883179023805f,0.9515489643698071f,0.30647972889183817f,0.7085766452752139f,0.9969581778024321f,-0.04636533861014221f,0.06264700382637059f,1.2503104001076326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.07382172801906892f,-0.9038656089960859f,-0.4213992327311637f,-0.050093462575822076f,0.024994883179023805f,0.42409636852661187f,-0.9052720729247132f,0.7388658499518893f,0.9969581778024321f,0.056295924156861216f,0.05389954207764075f,1.273778074885227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.12370557665307122f,-0.7690703612887784f,-0.627078710922384f,-0.07679811249917337f,0.1342581790756838f,0.6131504078681451f,-0.7784737109770689f,0.86738729890726f,0.983194625522441f,-0.180491985191241f,0.027403861507314938f,1.15503996742424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.19336768958069667f,-0.754179385683483f,-0.627552699648649f,-0.07683787160671823f,-0.12149034079995434f,0.6162964277754692f,-0.7780866341247012f,0.8675512980839925f,0.9735753867670107f,0.22669840608456016f,0.02754630574479262f,1.1550402441298224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.03517848596567435f,-0.7781611429730245f,-0.627078710922384f,-0.07679811249917337f,0.0068423354081593064f,0.6276399156871345f,-0.7784737109770689f,0.86738729890726f,0.9993576219608901f,0.02309484364880613f,0.027403861507314938f,1.15503996742424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.020488699812098415f,-0.2715401259203666f,-0.9622090070224666f,-0.07859618747277988f,0.20256904574959494f,0.941322374515791f,-0.26995919865796675f,0.8922750744119257f,0.9790536220678153f,-0.20044487334702407f,0.03571915263254779f,1.1549328616695136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.0896381033174272f,-0.25713583421704f,-0.9622090070224666f,-0.07859618747277988f,-0.19013807866411644f,0.9439118296228026f,-0.26995919865796675f,0.8922750744119257f,0.9776566480495965f,0.2071512024093518f,0.03571915263254779f,1.1549328616695136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.03517848596567435f,-0.2700301852201003f,-0.9622090070224666f,-0.07859618747277988f,0.0068423354081593064f,0.9628474507969115f,-0.26995919865796675f,0.8922750744119257f,0.9993576219608901f,0.0029129991224943466f,0.03571915263254779f,1.1549328616695136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.07615144463007757f,-0.4752073148968849f,-0.8765722818736884f,-0.08776354118312182f,0.22647316262840259f,0.8479047073462633f,-0.4793407075026454f,0.9388534281045768f,0.9710359746630612f,-0.23502258429465975f,0.043052535135787655f,1.3488111937574228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.16645235407007447f,-0.4504221785209369f,-0.8771621713919175f,-0.10029790791025234f,-0.2503695031820726f,0.8411124971060666f,-0.479421400323723f,0.9492339483888803f,0.9537340959098048f,0.2994154777369577f,0.027233178122589696f,0.9732620497772259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.03517848596567435f,-0.3503652208582459f,-0.9359522883876695f,-0.04349222500789901f,0.0068423354081593064f,0.9365944470141647f,-0.3503484326615339f,0.821006107057648f,0.9993576219608901f,0.005920627938297094f,0.03534529096628226f,1.1557204845490754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.03517848596567435f,-0.4412445553386334f,-0.8966971152564139f,-0.14235763726298173f,0.0068423354081593064f,0.897337784336686f,-0.44129138134331325f,1.0214515625f,0.9993576219608901f,0.009388460243245526f,0.03458612789740847f,1.150010737213106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6348304566678676f,-0.5578358928832221f,-0.5346114550755952f,-1.9667108732563576f,0.21035079277162277f,0.7905616545585391f,-0.5751215648208776f,2.1016321875f,0.7434667680987606f,0.2526487422348342f,0.6192138384919541f,-0.29323736926511224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1400974668997609f,-0.5578358928832221f,-0.8180414515044141f,-1.9280327246288567f,-0.21035079277162277f,0.7905616545585391f,-0.5751215648208776f,2.1016321875f,0.9675356550270486f,0.2526487422348342f,-0.006585537072716585f,-0.20783793531646744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.4125669186933426f,-0.5578358928832221f,-0.7201441898752355f,-1.8393501704613218f,1.3877787807814457e-17f,0.7905616545585391f,-0.6123824543058571f,2.1934895556458787f,0.9109272954522115f,0.2526487422348342f,0.3261595858583272f,-0.29946159016953894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2942333182201864f,0.42520230595028574f,0.8559379378574696f,1.4740463901624712f,-0.15661310039321735f,0.9049267640327778f,-0.39570176714590155f,2.2681905000035583f,-0.9428144521772893f,-0.017622450219105214f,0.33285185595683947f,-0.11032578803104925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3234630686436878f,0.42520230595028574f,0.8453251695283703f,1.4755040512991775f,0.13374515396374614f,0.9049267640327778f,-0.4040046850327099f,2.269330903746442f,-0.9367410939073947f,-0.017622450219105214f,-0.34957913586690553f,-0.016594058060277084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.015548385458202044f,0.42520230595028574f,0.9049647765102254f,1.3390305042542905f,-0.012164306590762255f,0.9049267640327778f,-0.4253934430410643f,2.33256971833116f,-0.9998051196882365f,-0.017622450219105214f,-0.0088978589259467f,-0.062125244206771166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.6705174034160442f,-1.4113004403109364f,-0.00661278264895122f,0.7917297669787164f,0.022261121961028973f,0.003255910511255379f,1.562338020882734f,1.1262839863736296f,-1.411140355940982f,-0.6705421062281613f,0.021504176567793576f,3.2065773850816335f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62.mcfunction new file mode 100644 index 000000000..92ad5ce1b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62_as_bone.mcfunction new file mode 100644 index 000000000..7e3e5eb81 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_62_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5990740424365182f,0.10006943852148333f,-0.5459311711170268f,-0.45228995958005486f,-0.12705566141670005f,0.8066784092209102f,0.008440820056790518f,1.1445225392158707f,0.540288436879023f,0.07874322837718375f,0.6073156950087861f,1.1392315453640458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5796902816073265f,-0.1340116944201221f,-0.5347897186452508f,-0.45228995958005486f,0.18741388151793814f,0.7776938137570506f,0.008268558422978467f,1.1445225392158707f,0.5184932154082623f,-0.13127527490986937f,0.594921497151464f,1.1392315453640458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47278072800981885f,0.0778005197049586f,-0.6613394792393607f,-0.44158607605638694f,0.15159485986146004f,0.8023514864501398f,-0.013983386545465229f,1.1466023383177408f,0.6484148565004773f,-0.13085723430263213f,-0.47893528012099496f,1.2399790920912281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45704366487628273f,-0.10682159409963538f,-0.6478427551732513f,-0.44158607605638694f,-0.16358324820054032f,0.7829769379709187f,-0.01369801130984349f,1.1466023383177408f,0.6358864751703851f,0.12464454115482522f,-0.4691610907307706f,1.2399790920912281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12147634192142659f,0.20317105729342677f,-0.019268363492001093f,0.22637864803570368f,-0.05894524141655802f,-0.013461541101921347f,0.22967476009676177f,1.2052162524529042f,0.19538476621203726f,0.12225611800410031f,0.05731042438191449f,1.8906793716500743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5171341066608108f,0.02650321144708837f,-0.8554939482609543f,0.0874537782339992f,-0.26183775515397445f,0.9564995990442379f,-0.12864488720559325f,1.2913430361061233f,0.8148701158491778f,0.29052727378200377f,0.5015781070628424f,1.7019850665876275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5759477107071004f,0.02650321144708837f,-0.8170567999314622f,-0.10430205523931284f,-0.2521548569351949f,0.9564995990442379f,-0.146718932494085f,1.3733864124579453f,0.7776259786396296f,0.29052727378200377f,0.5575766678525519f,1.4486793434243792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3551209194870421f,-0.18549293876653766f,-0.9162322315932963f,-0.21659892408941633f,0.8042463133449478f,0.4389925280267941f,-0.40059134764458415f,1.0537612423402787f,0.47652596992581375f,-0.8791347621408208f,-0.006713418046308123f,0.7378406632922134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11720179652090264f,-0.1925221270749991f,-0.9742684278363901f,-0.16734861410575738f,0.9215022471646633f,0.38684558066326175f,0.03441082957121448f,1.3611362626673096f,0.37026658958478587f,-0.9018235566383378f,0.2227485697584386f,0.8552698466431035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.10910283254062096f,-0.22308616387980296f,-0.9686739056137558f,0.10715660676390705f,-0.03181762685453727f,0.973208073523501f,-0.22771404052016955f,1.027933407706021f,0.9935211173160633f,0.05566515170256596f,0.09908168515407717f,1.285142428539907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.10615064276933309f,-0.10861188851465144f,-0.9884004748647882f,0.080614374699505f,-0.007163359276901145f,0.9939072859739898f,-0.1099863317493944f,1.2136036092527103f,0.9943242566303648f,0.018755387521955484f,0.10472587128008919f,1.2893136003957741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.10905546223253684f,-0.22583811833138512f,-0.9680413474980226f,0.0746789319651279f,-0.032012483027448795f,0.9725466534140673f,-0.2304955701602861f,1.0215992432065932f,0.9935200587243646f,0.05612620815303122f,0.0988318859007435f,0.974332162324787f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.10606321566038111f,-0.1114540962268646f,-0.9880934058670935f,0.04760570513592147f,-0.00754353683860041f,0.9935796891717307f,-0.1128826661510599f,1.2071899182628487f,0.9943307746096085f,0.019426417571435223f,0.10454149876769546f,0.9786279999867292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9774570711625469f,0.014256777236807131f,-0.21065236371129648f,0.16297357507919974f,-0.004323610740805754f,0.9961567846672786f,0.08748123656825636f,1.9037160456870201f,0.21108998181936123f,0.086419932100004f,-0.9736388524043873f,1.154693853083003f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9774570711625469f,0.014256777236807131f,-0.21065236371129648f,0.1780974589952603f,-0.004323610740805754f,0.9961567846672786f,0.08748123656825636f,1.7875599489346645f,0.21108998181936123f,0.086419932100004f,-0.9736388524043873f,1.0446968448393654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9774570711625469f,0.014256777236807131f,-0.21065236371129648f,-0.4112824542287966f,-0.004323610740805754f,0.9961567846672786f,0.08748123656825636f,1.9011759243767967f,0.21108998181936123f,0.086419932100004f,-0.9736388524043873f,1.278709217401878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9774570711625469f,0.014256777236807131f,-0.21065236371129648f,-0.469467850649927f,-0.004323610740805754f,0.9961567846672786f,0.08748123656825636f,1.7846955568188807f,0.21108998181936123f,0.086419932100004f,-0.9736388524043873f,1.1845439577946921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9631927012992817f,0.16698922667836047f,-0.21065236371129648f,0.06359680643296958f,0.15156287378765643f,0.9845688033538924f,0.08748123656825636f,2.0115661627701744f,0.2220101697062999f,0.052334210948933584f,-0.9736388524043873f,1.1634176348002274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.977457071162547f,0.014256777236807128f,-0.21065236371129648f,-0.04884792700490754f,-0.004323610740805756f,0.9961567846672786f,0.08748123656825636f,2.021106800818534f,0.21108998181936126f,0.08641993210000401f,-0.9736388524043873f,1.1886029236156244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9449733921930012f,0.2503015575462855f,-0.21065236371129648f,-0.07074246447096592f,0.23679695663729322f,0.9676126469697494f,0.08748123656825636f,2.0167071430523813f,0.22572658101023158f,0.03278560223785642f,-0.9736388524043873f,1.1929446243985085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9760705373710108f,-0.05396191007655843f,-0.21065236371129648f,-0.042148623787210945f,-0.07380146323702035f,0.9934285969673732f,0.08748123656825636f,2.0267957339966274f,0.20454742750849164f,0.10093431026328914f,-0.9736388524043873f,1.1876646402402262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9724949918951534f,0.0993935229363047f,-0.21065236371129648f,0.009244882587890847f,0.08251362636419245f,0.9927429348591302f,0.08748123656825636f,2.134114027362587f,0.21781871407910866f,0.06769337401541654f,-0.9736388524043873f,1.1540917949223184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9724949918951534f,0.0993935229363047f,-0.21065236371129648f,-0.013118660072777677f,0.08251362636419245f,0.9927429348591302f,0.08748123656825636f,1.910746867019283f,0.21781871407910866f,0.06769337401541654f,-0.9736388524043873f,1.1388607857688497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9730641819109668f,-0.06144613128715611f,-0.2221946687744397f,-0.3092323900151957f,-0.15367817655629903f,0.8913277628212026f,0.4265182730839101f,1.9892081603340337f,0.1718403792252344f,0.4491761260062599f,-0.8767620497567946f,1.2790853495454662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9706964398009061f,0.09153114730004981f,-0.2221946687744397f,-0.19650031457517675f,-0.012351761436136949f,0.904394602325193f,0.4265182730839101f,1.9997448286922328f,0.23999136598484355f,0.4167642647336654f,-0.8767620497567946f,1.2556418341969693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9788157939182416f,-0.05251505586153353f,-0.19789343213978372f,-0.18751119107484954f,-0.18855058393863489f,0.6079304249657392f,0.771277690392621f,2.0182386175206637f,0.07980174730294438f,0.7922517070406575f,-0.6049536460081558f,1.1992905836608836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9471371837803213f,0.25252592860262746f,-0.19789343213978372f,-0.21366685651349188f,0.008538571205902235f,0.6364415268541065f,0.771277690392621f,2.0235499141657765f,0.3207152130823298f,0.7288160524295514f,-0.6049536460081558f,1.2146182357449251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9749801119136771f,0.10125201671438996f,-0.19789343213978372f,-0.25600218611054243f,-0.09112794255739887f,0.6299416023631714f,0.771277690392621f,2.1121381950313936f,0.2027547273383526f,0.7700140302120404f,-0.6049536460081558f,1.2897546509670637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9749801119136771f,0.006581074457208763f,-0.2221946687744397f,-0.2574829278634144f,-0.09112794255739887f,0.8998765808769416f,0.4265182730839101f,1.9096659643340819f,0.2027547273383526f,0.4360949766372162f,-0.8767620497567946f,1.19163328122369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9774570711625469f,0.014256777236807131f,-0.21065236371129648f,-0.1360245059359817f,-0.004323610740805754f,0.9961567846672786f,0.08748123656825636f,1.396942274891944f,0.21108998181936123f,0.086419932100004f,-0.9736388524043873f,1.151383032432655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.1056277426034673f,-0.006708926768727419f,-0.9943831104227927f,-0.13350865839770892f,0.020523811167557242f,0.9997789416190819f,-0.004565202097066234f,1.0220251717847884f,0.9941939213089437f,-0.0199263191944839f,0.10574208545184567f,1.1588554021305866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.13992172277818904f,-0.42709676359351156f,-0.8933142034148636f,0.19086203405488728f,-0.07293523292734602f,0.8952929078698983f,-0.4394667915960155f,0.4422318715696436f,0.987472715214257f,0.12664503008728745f,0.09412052412504227f,0.9723852552082143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.13992172277818904f,-0.6036442901517872f,-0.7848792789097753f,-0.041979804708742574f,-0.07293523292734602f,0.7842404772731286f,-0.6161552771860753f,0.7384855625373092f,0.987472715214257f,0.14345886090988005f,0.06570534174496234f,1.027259645493726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.1594020857563005f,0.3188013647258833f,-0.9343214997555476f,0.28170041282890207f,0.03884602721619169f,0.9436641911653469f,0.32861661625938965f,0.7114187988000379f,0.9864491680903076f,-0.08867685245410156f,0.13803787383458785f,1.2272985766776459f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.1594020857563005f,-0.8949919549249998f,-0.4166297825120863f,-0.04221207658543967f,0.03884602721619169f,0.4273854637500147f,-0.9032345495743086f,0.7404345139947177f,0.9864491680903076f,0.12779305925875684f,0.10289301618296523f,1.2784975464641846f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.061147849380741706f,-0.787165233276611f,-0.6137033778925196f,-0.07773563283267079f,0.13483611341143892f,0.6027033853253557f,-0.7864908466329749f,0.86761328301161f,0.9889793542011923f,-0.13084160209174406f,0.06928428484048892f,1.161394757856702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.25529670788179826f,-0.7457494261420601f,-0.6153709323274085f,-0.07788436368952144f,-0.11463652486690602f,0.6086250424005762f,-0.7851331256094959f,0.8681944962978977f,0.9600427376482543f,0.27098588740317275f,0.06988984702487179f,1.1614031623651995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.09848325851119052f,-0.7833704179737255f,-0.6137033778925196f,-0.07773563283267079f,0.010812453091768802f,0.6175072785163629f,-0.7864908466329749f,0.86761328301161f,0.9950799659580913f,0.07082054237991744f,0.06928428484048892f,1.161394757856702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.0398280078699727f,-0.2945964654717653f,-0.9547914182273805f,-0.07985587045607778f,0.20434141668533506f,0.9377562039195233f,-0.28081646575205665f,0.8924753115884058f,0.9780891141486748f,-0.1839190706315923f,0.09754722057481542f,1.1613344495298996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.15349525439662973f,-0.25458309951185204f,-0.9547914182273805f,-0.07985587045607778f,-0.1846874769304602f,0.9418241069475686f,-0.28081646575205665f,0.8924753115884058f,0.9707367010383272f,0.21944201287664505f,0.09754722057481542f,1.1613344495298996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.09848325851119052f,-0.28048956392772556f,-0.9547914182273805f,-0.07985587045607778f,0.010812453091768802f,0.9597005800876972f,-0.28081646575205665f,0.8924753115884058f,0.9950799659580913f,0.017332083168851712f,0.09754722057481542f,1.1613344495298996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.016503005707678382f,-0.5003942209467315f,-0.8656403840196726f,-0.07746270237285417f,0.2275630894196776f,0.8411576783594231f,-0.49058006530102444f,0.939992573486137f,0.9736234853044498f,-0.2050838457316888f,0.09998962487936794f,1.3552892485875354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.22972875955502262f,-0.4408425415222429f,-0.8676880491383526f,-0.11352103991523918f,-0.24445800870655726f,0.8368144941773328f,-0.48987935689714424f,0.9484286464344023f,0.9420535966772461f,0.32465266966243217f,0.08447286587135708f,0.9809474018931266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.09848325851119052f,-0.35920507656192463f,-0.9280478224559121f,-0.04416665981946456f,0.010812453091768802f,0.9329125679365551f,-0.3599405943265649f,0.8222314402848541f,0.9950799659580913f,0.025413649052511915f,0.0957601576370854f,1.160035276359945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.09848325851119052f,-0.4511525162118431f,-0.886996310538404f,-0.1457404506176669f,0.010812453091768802f,0.8917618215605058f,-0.4523758884658056f,1.0214f,0.9950799659580913f,0.034960845567738943f,0.09270167542192748f,1.1600727780574391f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6673345320131612f,-0.5496760496010554f,-0.5025145399665102f,-2.063089485597347f,0.21390419131328064f,0.78776827811273f,-0.5776384136619689f,2.09602f,0.7133790151955597f,0.2779880941592332f,0.6432829860833649f,-0.16616748177647012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.1790948563300812f,-0.5496760496010554f,-0.8159542100700784f,-2.0207801008275057f,-0.21390419131328064f,0.78776827811273f,-0.5776384136619689f,2.09602f,0.9602968444052697f,0.2779880941592332f,0.02350723571580232f,-0.08250758421259831f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.45130010421164013f,-0.5496760496010554f,-0.7029825434771058f,-1.9364874116908604f,0f,0.78776827811273f,-0.6159717038949959f,2.1884157555842494f,0.8923722406812992f,0.2779880941592332f,0.3555199060068993f,-0.1776655188955691f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27896992422102335f,0.4311846961670948f,0.8580533428472884f,1.402624379549844f,-0.16748322557906253f,0.9016782758732997f,-0.39865480803294784f,2.259559403760617f,-0.9455819110631024f,-0.03249683999166303f,0.3237573240265104f,-0.20857000417187072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3331648544165324f,0.4311846961670948f,0.8384992173955207f,1.405325068866588f,0.12564192353121734f,0.9016782758732997f,-0.4137516089026475f,2.2616444762393826f,-0.9344598904356388f,-0.03249683999166303f,-0.3545823861355351f,-0.1148821114109984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.028807352711936116f,0.4311846961670948f,0.9018036894030873f,1.2687041707977529f,-0.022240773106832305f,0.9016782758732997f,-0.43183519406107235f,2.3253772191091606f,-0.9993375227826382f,-0.03249683999166303f,-0.016385083131181796f,-0.1592682953217573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.0705518133790035f,-1.1381186076718113f,-0.0033316275461577724f,0.9058089674478266f,0.013831170870008767f,-0.017583509628392793f,1.5623398378398707f,1.134897684462108f,-1.138039438500834f,1.0704125863704739f,0.0221219654728245f,3.0021759653476683f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63.mcfunction new file mode 100644 index 000000000..d0fead909 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63_as_bone.mcfunction new file mode 100644 index 000000000..ac05b8a0a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_63_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6385462650322191f,0.10538970255449334f,-0.49809248383540444f,-0.4543520403552081f,-0.1252259946144697f,0.806944134099423f,0.010200939162326176f,1.1415023597137415f,0.493479039200921f,0.06840043481186443f,0.6471045223388013f,1.1711770175986467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6174080502213396f,-0.14399381612952394f,-0.4879273311040697f,-0.4543520403552081f,0.1891693886707252f,0.7772484076554098f,0.00999275673044197f,1.1415023597137415f,0.4722523074711525f,-0.12308815423746719f,0.6338983075971932f,1.1711770175986467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4318972485213373f,0.06895190540675583f,-0.6896773491314038f,-0.4365553375913797f,0.15327761538512094f,0.8019978765049552f,-0.015805794755019496f,1.1439181774385387f,0.6759550160964808f,-0.13780234129638247f,-0.43708097120749423f,1.2718891847089622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41672598845973013f,-0.09950367414879428f,-0.6756023011899466f,-0.4365553375913797f,-0.16192775361695932f,0.7832877327484966f,-0.015483227515121139f,1.1439181774385387f,0.6634145409552208f,0.12868312459918838f,-0.42816095138693316f,1.2718891847089622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.16860849882136356f,0.3659052855007066f,-0.013937782924566095f,0.2720998916161067f,-0.10052762077668352f,-0.031501020642866744f,0.3891164977027276f,1.2085176402499278f,0.35210103267554527f,0.16622506840456952f,0.10442152578712247f,1.8766756668176434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5614526172771841f,0.04453465961117465f,-0.826309640900986f,0.12299162023129268f,-0.2537785669133987f,0.9597006213568829f,-0.12071104482438362f,1.292827211975714f,0.7876340505132963f,0.2774732085454911f,0.5501283677574619f,1.6950667244562692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6302661065859299f,0.04453465961117465f,-0.7751008314937677f,-0.08642310362388259f,-0.2424881860823866f,0.9597006213568829f,-0.14203590031286661f,1.3714647297105438f,0.7375392291258055f,0.2774732085454911f,0.6156659029376107f,1.4557478210269532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3268523153513624f,-0.2502331543224467f,-0.9113456712067556f,-0.24535284130938068f,0.8048525379728968f,0.43173805843071456f,-0.40720343935318554f,1.0483497378295596f,0.495358411726338f,-0.8665942634129975f,0.060286205318003855f,0.7578337765776838f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.1364001058902788f,-0.25896672480210925f,-0.95620669656638f,-0.19025790995344125f,0.9259808156294763f,0.37636414961694303f,0.030158845622552517f,1.357369648789617f,0.35207178273654727f,-0.8895427265333489f,0.29113432891420704f,0.868142998622188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.1770984389595359f,-0.21433817575157146f,-0.9605702938013355f,0.11281414411114428f,-0.02280756883597975f,0.9748418620703182f,-0.2217276680052952f,1.0254903348645303f,0.9839288377326321f,0.06117589697554729f,0.16775443930742828f,1.2796911883305906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.17455601185688976f,-0.10421195281908276f,-0.9791169836205736f,0.0871549218099377f,-0.0013095125042506504f,0.9943580600494045f,-0.10606758973308432f,1.2112695486879619f,0.9846463750512765f,0.01979690138425532f,0.1734347104646688f,1.2844870742805425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.1770462658398662f,-0.21772128837019006f,-0.9598187643209442f,0.0591495891547511f,-0.02303113135754823f,0.9740412945899873f,-0.2251957446797176f,1.0182139920811313f,0.9839330194380872f,0.06197577771908723f,0.16743600638919787f,0.9718412707273539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.17445684169931128f,-0.1079540434666122f,-0.9787291427578472f,0.032791148862524794f,-0.001746141955920357f,0.9939363982711767f,-0.109942654051966f,1.2038899251691522f,0.9846632730901319f,0.02088924821359743f,0.17321050180777f,0.976840570403702f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9680637880978059f,0.017707096726635202f,-0.250077909658651f,0.16026036355898998f,-0.0042453312660278f,0.996201774682015f,0.08697126699574716f,1.9008809383330543f,0.2506680660478484f,0.08525539775238544f,-0.9643116912170644f,1.1521666023643067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9680637880978059f,0.017707096726635202f,-0.250077909658651f,0.17090456449132974f,-0.0042453312660278f,0.996201774682015f,0.08697126699574716f,1.7846684727011297f,0.2506680660478484f,0.08525539775238544f,-0.9643116912170644f,1.0417054041168643f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9680637880978059f,0.017707096726635202f,-0.250077909658651f,-0.40847711194847103f,-0.0042453312660278f,0.996201774682015f,0.08697126699574716f,1.8983868062142628f,0.2506680660478484f,0.08525539775238544f,-0.9643116912170644f,1.2994340911674176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9680637880978059f,0.017707096726635202f,-0.250077909658651f,-0.47043769512346667f,-0.0042453312660278f,0.996201774682015f,0.08697126699574716f,1.7818559407373862f,0.2506680660478484f,0.08525539775238544f,-0.9643116912170644f,1.207772997873564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9533753162527181f,0.1689276337985876f,-0.250077909658651f,0.06131490969756988f,0.15164722750109f,0.9846009938591302f,0.08697126699574716f,2.0087324149852357f,0.26091880873417833f,0.044992637517967574f,-0.9643116912170644f,1.1648689806049286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.968063788097806f,0.017707096726635188f,-0.250077909658651f,-0.05001308812796026f,-0.004245331266027788f,0.996201774682015f,0.08697126699574716f,2.018282523037433f,0.25066806604784847f,0.08525539775238544f,-0.9643116912170644f,1.1946013360674566f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9350244219481788f,0.2513769469566261f,-0.250077909658651f,-0.07171271698535595f,0.23688379494677353f,0.9676373630698484f,0.08697126699574716f,2.0138844194167005f,0.26384730063445727f,0.02208085437650159f,-0.9643116912170644f,1.19983210245419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9669408179926119f,-0.049864753088118385f,-0.250077909658651f,-0.04335778330104168f,-0.07372651279189035f,0.9934789378888219f,0.08697126699574716f,2.023971181800354f,0.24411033532262957f,0.10253344025613935f,-0.9643116912170644f,1.1933884555540377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9628367379505308f,0.10201203435644754f,-0.250077909658651f,0.00662225277434076f,0.08259552910008623f,0.9927809311675115f,0.08697126699574716f,2.1312737272996323f,0.2571446958921343f,0.06308381374511003f,-0.9643116912170644f,1.1576980611246006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9628367379505308f,0.10201203435644754f,-0.250077909658651f,-0.0163304549558599f,0.08259552910008623f,0.9927809311675115f,0.08697126699574716f,1.9078980177869427f,0.2571446958921343f,0.06308381374511003f,-0.9643116912170644f,1.1435042030319509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9653600890796472f,-0.04178490836526324f,-0.25755372225041245f,-0.3063525648999563f,-0.15345830752383602f,0.8892451893314534f,0.4309217343123777f,1.9860168817391213f,0.2110223833247455f,0.45551840213516553f,-0.8648540565044317f,1.2960530129876062f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9600115042467262f,0.1097451223011575f,-0.25755372225041245f,-0.19466768469203097f,-0.012460385626091197f,0.9023032736764628f,0.4309217343123777f,1.99654498685668f,0.27968312516844435f,0.41689904106850917f,-0.8648540565044317f,1.268038960075273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9751727725387347f,-0.017620866231161797f,-0.22074321908584477f,-0.18819285603613606f,-0.18706472061458257f,0.5990224811764124f,0.7785748887208235f,2.0158053600455057f,0.11851098683457979f,0.8005383014687796f,-0.5874466562003535f,1.21080407215378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9328895669576118f,0.28458651951429237f,-0.22074321908584477f,-0.2136701146833176f,0.00719900518672742f,0.6275104118480257f,0.7785748887208235f,2.0210058557353743f,0.3600905860835041f,0.7247352592037061f,-0.5874466562003535f,1.2272700905372347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9659232882847598f,0.1351467068661906f,-0.22074321908584477f,-0.2525735784925537f,-0.09105388209780625f,0.6209108899095555f,0.7785748887208235f,2.108838027177645f,0.2422837008634219f,0.7721431437336916f,-0.5874466562003535f,1.3051011556374181f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9659232882847598f,0.025656993278923262f,-0.25755372225041245f,-0.2583464019803114f,-0.09105388209780625f,0.8977837431431532f,0.4309217343123777f,1.9068366849704357f,0.2422837008634219f,0.43968860486002376f,-0.8648540565044317f,1.206171219543913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9680637880978059f,0.017707096726635202f,-0.250077909658651f,-0.13859838086365334f,-0.0042453312660278f,0.996201774682015f,0.08697126699574716f,1.3940960897605392f,0.2506680660478484f,0.08525539775238544f,-0.9643116912170644f,1.1612790602903675f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.1739640734317213f,-0.00868628463129062f,-0.9847136891575881f,-0.13534102412691937f,0.023614795260191328f,0.999710332983877f,-0.004646673012473124f,1.0192047148915855f,0.9844688124058895f,-0.02244545799420905f,0.1741188066107974f,1.169696107038196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.20475605341889505f,-0.419358159023148f,-0.8844284555853203f,0.17483834391663908f,-0.06624744580659245f,0.8955631723342107f,-0.4399748632396937f,0.4357280719761074f,0.9765686020512955f,0.14867864278167456f,0.15559057384102035f,0.9645641605230577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.20475605341889505f,-0.5851135709664885f,-0.7846764095212515f,-0.051273494258922137f,-0.06624744580659245f,0.7915388311966755f,-0.6075175344234134f,0.7361027808628786f,0.9765686020512955f,0.1763757006467865f,0.12331008762033198f,1.0323492856291894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.23580392486922322f,0.3263314141748422f,-0.9153711362823921f,0.2843307918197292f,0.04295200461566723f,0.9375127861332211f,0.34528959025174966f,0.7096021556070786f,0.970850984608743f,-0.12073766586849831f,0.2070526061774192f,1.2068616055249037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.23580392486922322f,-0.8809212374845816f,-0.41033435435618015f,-0.03451585995326957f,0.04295200461566723f,0.43127616387688955f,-0.9011969794507357f,0.7382662520666825f,0.970850984608743f,0.19488110175249876f,0.1395339452031899f,1.2830361294101018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.0053267321978298365f,-0.7986156986759423f,-0.6018177396458412f,-0.07823222078972213f,0.13528459470903492f,0.5968689183129873f,-0.7908511698077564f,0.8643434737765476f,0.9907924628086879f,-0.07720401660678874f,0.11121976200870923f,1.1685752381641734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.32107288359061315f,-0.7285967204486631f,-0.6050281170113183f,-0.07853155662015811f,-0.11207717733500328f,0.6051311665464858f,-0.7881972961097415f,0.8654856017683502f,0.9403993352525443f,0.3208786222632197f,0.1126321447502051f,1.1686112211625808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1659129074617809f,-0.7812095207978134f,-0.6018177396458412f,-0.07823222078972213f,0.012417349433587577f,0.6118825350071265f,-0.7908511698077564f,0.8643434737765476f,0.9860622275346638f,0.12373943578384121f,0.11121976200870923f,1.1685752381641734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.10520868590327168f,-0.3104476704674557f,-0.9447504307021177f,-0.08049561971799987f,0.2063271689835655f,0.9361644157462528f,-0.2846494089748023f,0.8891921427154645f,0.9728104809004343f,-0.16498009150139026f,0.1625464169351603f,1.1686431572973601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.22019016117378104f,-0.2428228090819056f,-0.9447504307021177f,-0.08049561971799987f,-0.18375770017853282f,0.9408548355593396f,-0.2846494089748023f,0.8891921427154645f,0.9579923802136221f,0.23628216562868276f,0.1625464169351603f,1.1686431572973601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1659129074617809f,-0.2827004259383805f,-0.9447504307021177f,-0.08049561971799987f,0.012417349433587577f,0.9585512627936702f,-0.2846494089748023f,0.8891921427154645f,0.9860622275346638f,0.03549571482472645f,0.1625464169351603f,1.1686431572973601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.0481468440548433f,-0.518572492331984f,-0.8536770183179075f,-0.0654190495428067f,0.22907461267428103f,0.8376208188412865f,-0.4958993705095629f,0.9374285284387688f,0.9722174156204398f,-0.17167974266129093f,0.15912059176632737f,1.3619875822505414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.2953908957112569f,-0.42142002609122736f,-0.8574085259315835f,-0.1265971099990716f,-0.24350105986535978f,0.8346072986610241f,-0.49410311764468207f,0.9452455573554872f,0.9238243624062683f,0.35473344729672357f,0.14391917451693093f,0.9909306000647415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1659129074617809f,-0.3592959772326183f,-0.9183568521451977f,-0.04499004082588488f,0.012417349433587577f,0.9319511296371924f,-0.3623712204370058f,0.8199227534847628f,0.9860622275346638f,0.04871850482536112f,0.15908422522977742f,1.1649262857738063f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1659129074617809f,-0.45278471523346536f,-0.8760473210897505f,-0.14745532022540744f,0.012417349433587577f,0.8892484231952433f,-0.45725600190464144f,1.0185171875f,0.9860622275346638f,0.06498648702401896f,0.15316017737536836f,1.171743092815621f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6970038330772405f,-0.5422067575116218f,-0.46925205250948854f,-2.158493585833938f,0.21872373142546522f,0.7839775198647128f,-0.5809812197120444f,2.0874628125f,0.6828950036330297f,0.3023095771812516f,0.6650288215991376f,-0.022554809046941543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.21449406222901746f,-0.5422067575116218f,-0.8124063819156198f,-2.112839566374711f,-0.21872373142546522f,0.7839775198647128f,-0.5809812197120444f,2.0874628125f,0.9519202837316871f,0.3023095771812516f,0.04956503772496812f,0.05932786926304359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.48697620756508975f,-0.5422067575116218f,-0.6847379099876507f,-2.0329558896061766f,-1.3877787807814457e-17f,0.7839775198647128f,-0.6207892141031236f,2.1805811946154687f,0.8734152353065081f,0.3023095771812516f,0.38177839944000264f,-0.038880229807949376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27519853977321984f,0.43813638673681715f,0.855746615724476f,1.320038390221926f,-0.1813919377349649f,0.8977924298401685f,-0.4013299363945339f,2.246943490950896f,-0.944120081679996f,-0.044780124373346164f,0.32654557389385247f,-0.31076437401315066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3300755945129835f,0.43813638673681715f,0.8361139925417509f,1.3227704150722148f,0.11434603696651705f,0.8977924298401685f,-0.4253160433744981f,2.250281335299104f,-0.937003247452725f,-0.044780124373346164f,-0.3464385295029339f,-0.2171136541263044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.029141598403081365f,0.43813638673681715f,0.8984360154511395f,1.1866390003293994f,-0.03560367304754822f,0.8977924298401685f,-0.43897737001719045f,2.3144590186275784f,-0.9989410121263602f,-0.044780124373346164f,-0.010563841776117022f,-0.26235443780330997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.4976607779210904f,0.44543014216022236f,0.003229973981428749f,1.0037573331946392f,-0.0013022183334689998f,-0.0157080947470533f,1.5624204971731621f,1.141862442735583f,0.44543994938061854f,1.4975818823071225f,0.01542748460539499f,2.7837173951363745f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64.mcfunction new file mode 100644 index 000000000..6de45ea6b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64_as_bone.mcfunction new file mode 100644 index 000000000..90986fe56 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_64_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6715088456296398f,0.11082006593618568f,-0.4513748194920631f,-0.4534350259992153f,-0.12604846033602973f,0.8068114005585917f,0.010563807080985192f,1.1372341840581086f,0.4473612637818673f,0.06098131975471999f,0.6805098256108486f,1.2010574702746353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6492757044096887f,-0.15143600248072808f,-0.442163088482021f,-0.4534350259992153f,0.18837527846010965f,0.7774366011610532f,0.01034821918137325f,1.1372341840581086f,0.42773334465339363f,-0.1125143027699435f,0.6666218699861375f,1.2010574702746353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.39394128544200824f,0.06187741610568547f,-0.7126891983500427f,-0.42911824285024763f,0.15333465823025527f,0.8020001076688893f,-0.015124626572088294f,1.1396246383197852f,0.6987440093869525f,-0.14110796263718847f,-0.39848437443728313f,1.3014639924730333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3797228597018102f,-0.09167757550877018f,-0.698144520832695f,-0.42911824285024763f,-0.1618769648290834f,0.7833111358620903f,-0.01481596072367833f,1.1396246383197852f,0.6852783362091663f,0.13423444633653325f,-0.3903520402650937f,1.3014639924730333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.17491741836988609f,0.5607888387004173f,0.00871923963729186f,0.32049983145311933f,-0.1506740162309262f,-0.055783530707434276f,0.5651033432343646f,1.2106117920605797f,0.5402383618215739f,0.16601302988275063f,0.16043203023552427f,1.8572253801678749f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6177112183980236f,0.05981542476933215f,-0.7841268810753104f,0.15835029208839013f,-0.2422563556934786f,0.9630861419495863f,-0.11737521591365027f,1.2921889967720182f,0.7481608842965157f,0.2624637082423504f,0.6093997809848067f,1.68583241451409f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.6863163651186658f,0.05981542476933215f,-0.7248392662721626f,-0.06861366749498456f,-0.23060598937483728f,0.9630861419495863f,-0.13887390269274377f,1.3667778546595626f,0.6897758510086847f,0.2624637082423504f,0.6747755754478075f,1.4627185976832298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.29265516735949937f,-0.3072689053185042f,-0.9055047061402562f,-0.2715152314056582f,0.8049275762818457f,0.43202536147981874f,-0.4067501493291251f,1.0434546460062006f,0.5161826711144195f,-0.847903241450698f,0.12089476075737496f,0.7778886165562298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.16034646789558862f,-0.3181876849253884f,-0.9343690959119052f,-0.20906782204464613f,0.9271067397903394f,0.37343468087385323f,0.03193167950439779f,1.35297055003968f,0.3387655579729692f,-0.8713800182942375f,0.3548728792804512f,0.8827688115518149f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.237418782139473f,-0.2133901275116749f,-0.9476797852481399f,0.1193400783635224f,-0.0044445228450421415f,0.9753251556169719f,-0.22072853698017753f,1.020691508221601f,0.971397224673866f,0.05661708488858136f,0.23061209333994137f,1.2761360659204677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2358442738692801f,-0.1042957749610664f,-0.966177970049174f,0.09374600824551513f,0.007692313486307755f,0.9943933861171503f,-0.10546384195399108f,1.2064811191063542f,0.9717604163559558f,0.017440899395920827f,0.23532426188551195f,1.2808770111939873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2373423308635408f,-0.21698711505433227f,-0.9468818352258428f,0.04660439844845768f,-0.0046662396936591796f,0.9744679035392023f,-0.2244783534754145f,1.013581794606257f,0.9714148671846561f,0.057696593247000355f,0.2302699696884232f,0.9722232265074646f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.23574891253170813f,-0.10858021117991713f,-0.9657291483538446f,0.020209801675011713f,0.0072646894397673f,0.9939078028718683f,-0.10997501387933165f,1.1992521638079865f,0.9717868462412222f,0.018910767581990288f,0.23510148519734872f,0.9772383797115712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9588653152996688f,0.02134718299534277f,-0.2830575999570233f,0.15962000447323585f,-0.0035886492896863584f,0.9961769419080456f,0.08728471806112337f,1.8961259851219086f,0.2838387371581661f,0.08471008315954784f,-0.9551229099438252f,1.1527677525555824f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9588653152996688f,0.02134718299534277f,-0.2830575999570233f,0.16637240592658467f,-0.0035886492896863584f,0.9961769419080456f,0.08728471806112337f,1.7799213840499963f,0.2838387371581661f,0.08471008315954784f,-0.9551229099438252f,1.041992266709974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9588653152996688f,0.02134718299534277f,-0.2830575999570233f,-0.40371336826531956f,-0.0035886492896863584f,0.9961769419080456f,0.08728471806112337f,1.8940176536642177f,0.2838387371581661f,0.08471008315954784f,-0.9551229099438252f,1.319523010636005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9588653152996688f,0.02134718299534277f,-0.2830575999570233f,-0.46887586545944593f,-0.0035886492896863584f,0.9961769419080456f,0.08728471806112337f,1.7775439038955791f,0.2838387371581661f,0.08471008315954784f,-0.9551229099438252f,1.2300354300772591f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.943720656970571f,0.17108394639358682f,-0.2830575999570233f,0.06124793931262559f,0.15229193993089005f,0.9844737391241456f,0.08728471806112337f,2.0040463579278445f,0.2935957878429458f,0.03926500046249751f,-0.9551229099438252f,1.16888061072323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9588653152996688f,0.021347182995342773f,-0.2830575999570233f,-0.04898384977098257f,-0.0035886492896863437f,0.9961769419080456f,0.08728471806112337f,2.0136718556519773f,0.2838387371581661f,0.08471008315954782f,-0.9551229099438252f,1.2024282349906745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9252185665336081f,0.25268359513048166f,-0.2830575999570233f,-0.0704937411285158f,0.23751496307018843f,0.9674544021868717f,0.08728471806112337f,2.009288527266421f,0.2959007375105077f,0.013527026324274133f,-0.9551229099438252f,1.2084022730765502f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9580186717941266f,-0.045591880860381975f,-0.2830575999570233f,-0.042370146127450506f,-0.07306969821309317f,0.9934999734252828f,0.08728471806112337f,2.019355926973226f,0.27723824356835214f,0.10430332307062436f,-0.9551229099438252f,1.2009876596436422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9533560136960706f,0.10483656926906482f,-0.2830575999570233f,0.0064289855510998965f,0.0832475478843902f,0.9926989592843474f,0.08728471806112337f,2.126627719983712f,0.29014161528600785f,0.05964955976087512f,-0.9551229099438252f,1.1636105048163274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9533560136960706f,0.10483656926906482f,-0.2830575999570233f,-0.01715924253443965f,0.0832475478843902f,0.9926989592843474f,0.08728471806112337f,1.903270454144734f,0.29014161528600785f,0.05964955976087512f,-0.9551229099438252f,1.1501893538701307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9577502507834138f,-0.023794975249939912f,-0.2866151710519924f,-0.30152970204305585f,-0.15262368561068976f,0.8867186654888534f,0.4363897556820921f,1.9811405758524503f,0.24376313854829942f,0.4616966617017298f,-0.8528867010679446f,1.3130976956302887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9496811101247168f,0.1263231285043348f,-0.2866151710519924f,-0.19086766549186904f,-0.01203127469939995f,0.8996772919023973f,0.4363897556820921f,1.9915927907993378f,0.31298728009520305f,0.41787945347916533f,-0.8528867010679446f,1.2812573832252907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9711351545648796f,0.013435635364104498f,-0.23815120253866112f,-0.1865983097704299f,-0.1847974816357129f,0.5889033678317813f,0.7867926754472767f,2.011716036102618f,0.15081910472266397f,0.8080917689586676f,-0.5694218915636331f,1.2232645856899431f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9194525772944966f,0.3128753151590863f,-0.23815120253866112f,-0.21145123708524632f,0.006228299600082421f,0.617185947787705f,0.7867926754472767f,2.0168056265064256f,0.39315158195103267f,0.7219352761969006f,-0.5694218915636331f,1.2406913954497907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9570770728751292f,0.16518922878373254f,-0.23815120253866112f,-0.2471843109837478f,-0.09039753467578271f,0.6105616853251248f,0.7867926754472767f,2.1037944513607303f,0.2753756748540353f,0.7745495123662394f,-0.5694218915636331f,1.3209518235042268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9570770728751292f,0.043072268336040304f,-0.2866151710519924f,-0.25687557135935685f,-0.09039753467578271f,0.8952051535040806f,0.4363897556820921f,1.9023732918223124f,0.2753756748540353f,0.4435679348646875f,-0.8528867010679446f,1.2211490381596724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9588653152996688f,0.02134718299534277f,-0.2830575999570233f,-0.13911228823335445f,-0.0035886492896863584f,0.9961769419080456f,0.08728471806112337f,1.3895535428162396f,0.2838387371581661f,0.08471008315954784f,-0.9551229099438252f,1.1721028693313778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.23531586102561103f,-0.009146727192895387f,-0.9718759092247499f,-0.13568226553601867f,0.02313265695477698f,0.9997251525597713f,-0.0038078237294394413f,1.0146566106063253f,0.9716436207437315f,-0.021586030691181327f,0.2354627731659751f,1.1801976308405708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2660824992270007f,-0.40195722529014355f,-0.8761452463160215f,0.1562852690560849f,-0.06726867955737954f,0.8989525929041371f,-0.4328500438506798f,0.42650027485291886f,0.9616002435293577f,0.17411095527845957f,0.21215642082270927f,0.956461325772829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2660824992270007f,-0.559779081194341f,-0.7847595070225863f,-0.06033496568342428f,-0.06726867955737954f,0.8013402431994938f,-0.5944146190829956f,0.7316426080052466f,0.9616002435293577f,0.21095306323017862f,0.17556701500590743f,1.0377480931138534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.29628492841275117f,0.32940041090782946f,-0.8964990856042208f,0.2853404083238118f,0.03942185569973751f,0.9336270328552728f,0.35607089296241f,0.704744893920987f,0.9542856797042698f,-0.14084009661886826f,0.2636340431274911f,1.1908340542513032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.29628492841275117f,-0.8648646014407355f,-0.4052461750223051f,-0.027962165440917258f,0.03942185569973751f,0.43500953520022373f,-0.8995624611877011f,0.73369089680857f,0.9542856797042698f,0.2505512431811964f,0.16298133651347013f,1.2869119137858904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.06612264582547786f,-0.8032210983657093f,-0.591999715244207f,-0.07832707603613603f,0.13557339990691664f,0.5950283112641731f,-0.7921875800792295f,0.8589733530871789f,0.9885583690135439f,-0.027877875354662407f,0.14824026146426023f,1.175466215639698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.38081003947874903f,-0.7063122061297308f,-0.5967468318343607f,-0.07878245638497358f,-0.11284340641198844f,0.6050500686620036f,-0.7881502268231886f,0.86071273808895f,0.9177418370443469f,0.3674744642614747f,0.150706465203752f,1.1755509035538683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.22754115896592808f,-0.7731502817222666f,-0.591999715244207f,-0.07832707603613603f,0.012163946768552317f,0.6101564359795169f,-0.7921875800792295f,0.8589733530871789f,0.9736924870694311f,0.17305422706641316f,0.14824026146426023f,1.175466215639698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.16573897309657637f,-0.31902896204857034f,-0.9331404579006873f,-0.08058227891285441f,0.20823872182525252f,0.9362130242601504f,-0.2830932848695781f,0.8838211543988729f,0.9639332069855657f,-0.14739638591184956f,0.22160116852274878f,1.1756828180543224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.2801157712554938f,-0.22535314624569958f,-0.9331404579006873f,-0.08058227891285441f,-0.18614075785274137f,0.9408558924339896f,-0.2830932848695781f,0.8838211543988729f,0.9417466607108024f,0.25299436584518115f,0.22160116852274878f,1.1756828180543224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.22754115896592808f,-0.27834134943507416f,-0.9331404579006873f,-0.08058227891285441f,0.012163946768552317f,0.959015239952298f,-0.2830932848695781f,0.8838211543988729f,0.9736924870694311f,0.053064703277208934f,0.22160116852274878f,1.1756828180543224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.10805064380069035f,-0.5291029383654621f,-0.8416502474230554f,-0.05363647472742585f,0.23071436641680818f,0.8368387733431786f,-0.49645921137428295f,0.9325431328153406f,0.9670035881542256f,-0.14053806616898576f,0.21249261741136952f,1.3677620128906343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.35395514560593183f,-0.3965976968966669f,-0.8470100481784991f,-0.13777671222527732f,-0.2461727513405682f,0.8341974304853746f,-0.49347099557016877f,0.9407457773960699f,0.9022830661142315f,0.3831773920625515f,0.19763692675115968f,1.0014662736171733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.22754115896592808f,-0.3526580695644451f,-0.9076658564403101f,-0.045826087525927026f,0.012163946768552317f,0.9330733656091598f,-0.35948036495726343f,0.8153738751314369f,0.9736924870694311f,0.07075577970649813f,0.21660230899662966f,1.1697123755530574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.22754115896592808f,-0.4477210024190014f,-0.864737489050502f,-0.14764141430834396f,0.012163946768552317f,0.8892695080400226f,-0.45722180664232115f,1.013975f,0.9736924870694311f,0.09351815900230732f,0.20779146893307504f,1.1830008666499054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7207631589715862f,-0.5361662114743213f,-0.43934754163711165f,-2.236805913489676f,0.22389160704880742f,0.7799098271205921f,-0.5844768685361557f,2.07651f,0.6560282135414623f,0.3229031669618643f,0.6821733854406781f,0.11605023825605132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.24277956398376765f,-0.5361662114743213f,-0.8084453457007005f,-2.188439458759211f,-0.22389160704880742f,0.7799098271205921f,-0.5844768685361557f,2.07651f,0.9438912180992862f,0.3229031669618643f,0.06930305304273643f,0.19636056484488984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.515908850458291f,-0.5361662114743213f,-0.6681046712095929f,-2.1124069854430045f,1.3877787807814457e-17f,0.7799098271205921f,-0.6258918928702689f,2.1703937839305403f,0.8566434836142774f,0.3229031669618643f,0.40236238237090916f,0.0958510441948342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2805732749341829f,0.4442648552838665f,0.8508274653255571f,1.2358780388130404f,-0.19510979215463703f,0.8943242992815228f,-0.4026365814478208f,2.2316920460803336f,-0.9397929593256599f,-0.05303570565400719f,0.33760392107868026f,-0.40116106007550856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3179814943818548f,0.4442648552838665f,0.8375658228403825f,1.2377384780038307f,0.10206277081940751f,0.8943242992815228f,-0.4356228168120655f,2.2363195939196667f,-0.9425873752832398f,-0.05303570565400719f,-0.3297214792554983f,-0.30754382305682676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.019844684701764398f,0.4442648552838665f,0.8956756817334566f,1.102456906148417f,-0.04936051028621971f,0.8943242992815228f,-0.44468819158922723f,2.3007090487383843f,-0.9985838615326061f,-0.05303570565400719f,0.004181556218677024f,-0.3549796749989692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.45057615649048927f,1.4961192953961895f,0.0037988347513219227f,1.067902085586739f,-0.004171501307701289f,-0.005223650296390728f,1.562485699791976f,1.1483209420652951f,1.4961183027351475f,0.45056189077727227f,0.0055006181571969895f,2.5636297699550674f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65.mcfunction new file mode 100644 index 000000000..e68679247 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65_as_bone.mcfunction new file mode 100644 index 000000000..c5cacd0fe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_65_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6954486320725988f,0.11598851216701307f,-0.41211929054350005f,-0.45056640872077647f,-0.1287005898034311f,0.806402527957677f,0.009775762484893969f,1.1327441915520813f,0.4083280577881515f,0.05662218993640885f,0.7049869284420848f,1.2252118652717043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6728793198718424f,-0.15573282333806582f,-0.4037086927773062f,-0.45056640872077647f,0.18582175986142857f,0.778060774529483f,0.0095762571280594f,1.1327441915520813f,0.3907732007837899f,-0.1018269064331029f,0.6905994401065321f,1.2252118652717043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36309770619944454f,0.05738607687213693f,-0.7292539601389706f,-0.42100689983458467f,0.15220480351428628f,0.8022581009201155f,-0.012652341272332493f,1.1348346717041184f,0.715498566025344f,-0.1415387654804127f,-0.3673867503413825f,1.3251657407901156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3501249697242707f,-0.08417990656555861f,-0.7143712262585835f,-0.42100689983458467f,-0.16299622627205612f,0.783121073498224f,-0.012394130225958361f,1.1348346717041184f,0.7006031228853088f,0.1401253994592099f,-0.3598890615589054f,1.3251657407901156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.12797625809163596f,0.7692335686452791f,0.04746953479982073f,0.36383671281139174f,-0.20809043852730366f,-0.0808207144075166f,0.7486774632751898f,1.2113477010079672f,0.7420727789498663f,0.10999677946152354f,0.21812900254142148f,1.8353641016760076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.6735300958719386f,0.07107520628360559f,-0.7357346838409073f,0.18874050232258627f,-0.23025614760491778f,0.9660142518477652f,-0.11746732191186048f,1.290017718244984f,0.702381176032558f,0.2485252105496447f,0.6670051748497721f,1.675755542054713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7349508574850077f,0.07107520628360559f,-0.6743853142927971f,-0.05300908793835246f,-0.21917040971146068f,0.9660142518477652f,-0.13704304701046602f,1.360797089178312f,0.6417254620076737f,0.2485252105496447f,0.7255505848197574f,1.4685185080925067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2580020169507373f,-0.3505608372201349f,-0.9003010933331523f,-0.2924615987623216f,0.8045477470381431f,0.4379738820438885f,-0.4011007372010856f,1.0397486668642988f,0.5349185750983037f,-0.8278200154954725f,0.1690447868461972f,0.7950640379761466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.18544011018924694f,-0.3638194837819147f,-0.912823832266479f,-0.22224306818741915f,0.9255456408488667f,0.37673745706526635f,0.03787024095061409f,1.3488286807002479f,0.3301169978032953f,-0.8518827804719719f,0.40659377282083564f,0.8962629858364426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.28414767599523705f,-0.21935677938824427f,-0.9333502566362334f,0.12592780651321236f,0.017867526790480967f,0.9745188834861163f,-0.22359270385091878f,1.0149349252599036f,0.9586140254100692f,0.04685668645337968f,0.2808266390884462f,1.2740359479057344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.28390811107286185f,-0.10798986990825803f,-0.9527509498626789f,0.09972501246877227f,0.01755512604909246f,0.9940565210515762f,-0.10744045096814159f,1.2006490201385231f,0.9586907749720134f,0.013777552468949617f,0.2841164849696781f,1.278394967024723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.28403524269209945f,-0.2228309963870589f,-0.9325611657998583f,0.038160575140679595f,0.017669878683258897f,0.9736709584286137f,-0.2272721718557364f,1.0087965354944437f,0.9586510086033181f,0.04807506382580264f,0.2804942636525495f,0.9741061399137008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.28382712336731347f,-0.11247006404619758f,-0.9522566086588635f,0.011120834327899676f,0.017184090229231015f,0.9935343949204168f,-0.1122234964395359f,1.194382837689275f,0.9587214773248951f,0.015488408684079986f,0.28392470500540357f,0.9787847459482495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9510308075585218f,0.024974565792734035f,-0.3080854980976069f,0.16096237803081132f,-0.0023881984690267417f,0.9961069759395159f,0.0881203097628766f,1.8906602217297044f,0.3090868803146757f,0.08454089867098166f,-0.9472687775226437f,1.1548305052744572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9510308075585218f,0.024974565792734035f,-0.3080854980976069f,0.16462119714351348f,-0.0023881984690267417f,0.9961069759395159f,0.0881203097628766f,1.7744976862201232f,0.3090868803146757f,0.08454089867098166f,-0.9472687775226437f,1.0438656870360363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9510308075585218f,0.024974565792734035f,-0.3080854980976069f,-0.3977682214098202f,-0.0023881984690267417f,0.9961069759395159f,0.0881203097628766f,1.8892571551291513f,0.3090868803146757f,0.08454089867098166f,-0.9472687775226437f,1.3364190474593292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9510308075585218f,0.024974565792734035f,-0.3080854980976069f,-0.4654367128640072f,-0.0023881984690267417f,0.9961069759395159f,0.0881203097628766f,1.772915504734393f,0.3090868803146757f,0.08454089867098166f,-0.9472687775226437f,1.248635745244509f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9354151573329317f,0.1734410830621057f,-0.3080854980976069f,0.06320192408772614f,0.15346666612105542f,0.9842168426708533f,0.0881203097628766f,1.9987096611283952f,0.3185066181753453f,0.035148219147783405f,-0.9472687775226437f,1.173584346463313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9510308075585219f,0.02497456579273405f,-0.3080854980976069f,-0.04609089260311465f,-0.002388198469026742f,0.996106975939516f,0.0881203097628766f,2.0084727277208265f,0.3090868803146757f,0.08454089867098166f,-0.9472687775226437f,1.2100384734655338f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9167392338324866f,0.254307890192529f,-0.3080854980976069f,-0.06744145776729835f,0.23866282907134478f,0.9670960991685144f,0.0881203097628766f,2.0041165154148577f,0.3203579734794936f,0.007254788685271622f,-0.9472687775226437f,1.2165771970806802f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9504562819529424f,-0.041426826551630075f,-0.3080854980976069f,-0.03950962699174733f,-0.0718672910510515f,0.9935139171064885f,0.0881203097628766f,2.0141482733500964f,0.3024366852304343f,0.10589577214215415f,-0.9472687775226437f,1.2084259832290658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9452351713802446f,0.10776732643853326f,-0.3080854980976069f,0.008434581135647629f,0.08443733269129693f,0.9925246333745446f,0.0881203097628766f,2.1213694815032924f,0.31527893623542175f,0.05728049840056135f,-0.9472687775226437f,1.1698175649701414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9452351713802446f,0.10776732643853326f,-0.3080854980976069f,-0.015813067313022316f,0.08443733269129693f,0.9925246333745446f,0.0881203097628766f,1.8980514389940202f,0.31527893623542175f,0.05728049840056135f,-0.9472687775226437f,1.1569294528300151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9512931905560673f,-0.008782509415862602f,-0.30816251090945207f,-0.29550648836218224f,-0.1512509028014388f,0.8843180553157756f,0.44170662372696523f,1.9758563660364366f,0.26863437978674204f,0.4668023613595859f,-0.842574106785692f,1.3277284819990196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9409550799619576f,0.14014065920983831f,-0.30816251090945207f,-0.185710315154065f,-0.011050931292728897f,0.8970914866797527f,0.44170662372696523f,1.9861696019673358f,0.33835102247717463f,0.419031574183788f,-0.842574106785692f,1.2929782569855508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9675137384325796f,0.03844110548624721f,-0.2498788653592163f,-0.1831731057846176f,-0.18210926588208726f,0.579614246808027f,0.7942817763092964f,2.0070801304541823f,0.17536641988733598f,0.813983787495893f,-0.5537842652782212f,1.2344155921080289f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9082812906635791f,0.3355378513331896f,-0.2498788653592163f,-0.20751377897921788f,0.005914448450629703f,0.6075207643549922f,0.7942817763092964f,2.0120835854880457f,0.4183181998551196f,0.719953381268699f,-0.5537842652782212f,1.252574961347013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9495885250431765f,0.18932032577912858f,-0.2498788653592163f,-0.24061127707138005f,-0.08919555399696744f,0.6009663992022543f,0.7942817763092964f,2.0983151812637297f,0.30054248660297395f,0.7765289442620678f,-0.5537842652782212f,1.3347595830305639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9495885250431765f,0.057597742805656556f,-0.30816251090945207f,-0.25357076920265276f,-0.08919555399696744f,0.8927146306087402f,0.44170662372696523f,1.8974543893767635f,0.30054248660297395f,0.4469262672083553f,-0.842574106785692f,1.2342011729086841f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9510308075585218f,0.024974565792734035f,-0.3080854980976069f,-0.13786371141106352f,-0.0023881984690267417f,0.9961069759395159f,0.0881203097628766f,1.3844943293363f,0.3090868803146757f,0.08454089867098166f,-0.9472687775226437f,1.1818402515980542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.2835333700507923f,-0.008004491728091034f,-0.958928963051912f,-0.13486202701302938f,0.020051783837594275f,0.9997960217943542f,-0.002416768320202156f,1.0095708211634171f,0.9587527074447146f,-0.01854300181626646f,0.28363603976059015f,1.1887938772791542f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.31667905328690166f,-0.3791645999911736f,-0.8694530368702181f,0.13818243789293325f,-0.07390262375268072f,0.9039802116393627f,-0.42113914466233404f,0.41683282056171267f,0.9456493956069454f,0.1976208062881689f,0.258250338838563f,0.9493120487790884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.31667905328690166f,-0.5324515416489677f,-0.7849902757391006f,-0.06803391684537871f,-0.07390262375268072f,0.8112178875943725f,-0.5800551189752517f,0.7263660663294869f,0.9456493956069454f,0.2417041469287637f,0.21754614670376765f,1.0425598416729125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.33737205870435183f,0.3300540945534196f,-0.8816146486272274f,0.28557179469944277f,0.030738164305586603f,0.9321598843733552f,0.3607396779121694f,0.6983953984181411f,0.9408694166890057f,-0.14880270371728913f,0.30433944224453485f,1.1800660875358282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.33737205870435183f,-0.8506495560273649f,-0.4032064320370326f,-0.02310643970898145f,0.030738164305586603f,0.43804414844443784f,-0.898427787453566f,0.7280723245903864f,0.9408694166890057f,0.2907106066933818f,0.17393126198373815f,1.289780778390689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.1147845433080994f,-0.8025278657198404f,-0.5854686442165018f,-0.07812941841856019f,0.13570364772422258f,0.5965066583176075f,-0.7910526699133889f,0.8529173301769739f,0.9840777553688991f,0.011350388800326683f,0.17737570313374457f,1.1810809550608856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.42822649040053884f,-0.683231249736914f,-0.5914534067043422f,-0.07871087753278075f,-0.11598411122158084f,0.6075327229362437f,-0.7857809341704678f,0.8551833251209718f,0.896197388337735f,0.4050914093690556f,0.18091763648692474f,1.181223581112497f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.27683837387107474f,-0.7619625852964896f,-0.5854686442165018f,-0.07812941841856019f,0.010559045753985643f,0.6116569136171552f,-0.7910526699133889f,0.8529173301769739f,0.9608584814139822f,0.21281174458338864f,0.17737570313374457f,1.1810809550608856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.21480276238175727f,-0.3213193624326762f,-0.9222871790277825f,-0.08026236119326585f,0.2097814501456457f,0.9374682889263098f,-0.2777497982580127f,0.8777738555992832f,0.9538613717139174f,-0.13381731795038804f,0.26877761991767185f,1.181422336467654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3271334339658993f,-0.20583992757153274f,-0.9222871790277825f,-0.08026236119326585f,-0.19061309142695645f,0.9415528126155708f,-0.2777497982580127f,0.8777738555992832f,0.925554085809326f,0.2666612556654118f,0.26877761991767185f,1.181422336467654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.27683837387107474f,-0.2697162845535921f,-0.9222871790277825f,-0.08026236119326585f,0.010559045753985643f,0.9605954174991668f,-0.2777497982580127f,0.8777738555992832f,0.9608584814139822f,0.06715332997109859f,0.26877761991767185f,1.181422336467654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.1566464682252054f,-0.532828592813176f,-0.8315982050685897f,-0.043579788272360684f,0.23218920123341538f,0.8382618505966516f,-0.49336117060918505f,0.9267284609967873f,0.9599739886180031f,-0.11580483804663597f,0.25502780370350636f,1.3719581393837033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3995084514446065f,-0.3710027399282094f,-0.8383018335838791f,-0.14606563745348822f,-0.2511310621049476f,0.8351756147480226f,-0.48930040075224057f,0.9360027395137452f,0.881661038534863f,0.4060032752281977f,0.24048940441026295f,1.0107421217154788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.27683837387107474f,-0.3420206310408815f,-0.8979879746938798f,-0.046543330470523f,0.010559045753985643f,0.9355383137742425f,-0.3530673731927268f,0.8099026559134777f,0.9608584814139822f,0.0882607013502848f,0.2626043169713163f,1.173672816975486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.27683837387107474f,-0.4384113001467097f,-0.8550766320372055f,-0.1466636551429212f,0.010559045753985643f,0.8911894786303796f,-0.45350834582318045f,1.0089453125f,0.9608584814139822f,0.1165197197138055f,0.25134465105235865f,1.1922009849629926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7380187381782315f,-0.531660975032766f,-0.41552972183108583f,-2.2899735250023103f,0.22846429249714234f,0.7763077654097658f,-0.5874949535257953f,2.0637109375f,0.6349270896343857f,0.3386485803775128f,0.6943952259748796f,0.23110145198800192f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.263396678757674f,-0.531660975032766f,-0.8049588792271536f,-2.2396076973993813f,-0.22846429249714234f,0.7763077654097658f,-0.5874949535257953f,2.0637109375f,0.937243968597935f,0.3386485803775128f,0.08301133859352205f,0.3101732289369996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5372354944312421f,-0.531660975032766f,-0.6547630343493953f,-2.1665761560484365f,1.3877787807814457e-17f,0.7763077654097658f,-0.6303540698405112f,2.1582640479760764f,0.8434322874559752f,0.3386485803775128f,0.4170600861807282f,0.20807832753539152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.289623574048105f,0.44858067221993425f,0.8455137880994683f,1.1590122358613297f,-0.20610694581726233f,0.8918798035819976f,-0.402579610572142f,2.2151421565760385f,-0.9346861035885152f,-0.05766971885876736f,0.35076500863864507f,-0.46999816406488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.3033539946886965f,0.44858067221993425f,0.8406852766744051f,1.1596944869108825f,0.09124441877927317f,0.8918798035819976f,-0.44297276666198115f,2.220849562173961f,-0.9484992408790012f,-0.05766971885876736f,-0.31148578391109244f,-0.37642454302323075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.007277344528561658f,0.44858067221993425f,0.8937127171341601f,1.0252964538159821f,-0.06087899304450367f,0.8918798035819976f,-0.4481564059214424f,2.285219320263216f,-0.9981186244442584f,-0.05766971885876736f,0.020818623015244064f,-0.426334146996342f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.8315232201343722f,1.3228663516687402f,-1.5468504924994985e-16f,1.0933535144991933f,0f,3.469446951953614e-16f,1.5625f,1.1554027320604008f,1.3228663516687404f,-0.8315232201343722f,8.969939732744477e-17f,2.3533528527892837f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66.mcfunction new file mode 100644 index 000000000..6fd79b331 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66_as_bone.mcfunction new file mode 100644 index 000000000..812279f25 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_66_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7090103394483519f,0.12037333505066902f,-0.38698713571455656f,-0.4471890081454195f,-0.13236847670323493f,0.8058267791621421f,0.00813835394153048f,1.129056794486271f,0.38305008729282686f,0.05565884151140632f,0.7191099835428585f,1.240277665583202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6867967562229895f,-0.1568483752839146f,-0.37908943906732073f,-0.4471890081454195f,0.1822863980724813f,0.778914701406493f,0.007972265085580878f,1.129056794486271f,0.36753487551433867f,-0.09322271774428251f,0.7044342695930043f,1.240277665583202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.34361191113384193f,0.05594373343035299f,-0.738745962873075f,-0.4143656230232462f,0.15030170340908072f,0.80266466744274f,-0.00912546085459257f,1.1306677187843432f,0.7254548207322917f,-0.13980048202117748f,-0.3480166271133737f,1.339853582408466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.33194914457347474f,-0.07818055372962246f,-0.7236695146511756f,-0.4143656230232462f,-0.16487099019814483f,0.7827756043799832f,-0.008939226959600886f,1.1306677187843432f,0.7089621442700742f,0.1454309258929531f,-0.3409142469682028f,1.339853582408466f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.03221264995772364f,0.9700640070021459f,0.0925373843462238f,0.3956069379800808f,-0.2680462844798077f,-0.0978369648975718f,0.9323111699836061f,1.2107103301480742f,0.9368770114370775f,0.00536196032910015f,0.2699216827566061f,1.8159156465266273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.718777893936891f,0.07786856568721495f,-0.6908652731650821f,0.2100341693449591f,-0.22048705103771069f,0.9679432555371231f,-0.12029677628635635f,1.2869662825160362f,0.6593510442187389f,0.23879351025103585f,0.7129052250823015f,1.6673556840595856f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.769339826243495f,0.07786856568721495f,-0.6340762716215178f,-0.0418505161092914f,-0.2106776986837554f,0.9679432555371231f,-0.13675072700908195f,1.3549937221080366f,0.6031012676432919f,0.23879351025103585f,0.7610824662472804f,1.4724911036917188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.22922689320664538f,-0.3751989256186749f,-0.8981541057332093f,-0.3059643374865524f,0.8036917181903801f,0.4475926025660732f,-0.39209754429264576f,1.0379415851341496f,0.5491217110468527f,-0.8117183183486257f,0.19894400748515992f,0.8059822616524899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2078662072951693f,-0.3904913749439586f,-0.8968322730361002f,-0.22868737872810763f,0.9218351092699456f,0.38483072305779786f,0.046101474033696056f,1.3458240389492786f,0.32712638411168954f,-0.8363144149691484f,0.4399619621431176f,0.9056863142778275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.31194332576323086f,-0.22969934401121894f,-0.9219162504656213f,0.13169914791173531f,0.038730855876431894f,0.9726030613482363f,-0.22922304827202206f,1.0096053330444796f,0.9493109513298861f,0.03579799459263567f,0.312293485792278f,1.2732140847993085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.3132182383226158f,-0.1137902711831743f,-0.9428393868343306f,0.1044707258971756f,0.02600862842243385f,0.9934511283816566f,-0.11125828852178518f,1.195182055312779f,0.9493249635555048f,0.01032616585537336f,0.31412654117260846f,1.27711353177952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3118023075419298f,-0.2327951190636394f,-0.9211871436096326f,0.03469004571117131f,0.038572431249761306f,0.9718227492614374f,-0.23253539852122163f,1.0049324083106494f,0.9493637282722623f,0.03697264607905259f,0.31199604946682075f,0.9761327792633978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.3131571240100237f,-0.11813404606379416f,-0.9423252956608816f,0.0066503789763294185f,0.02572383072137864f,0.9929243750292687f,-0.11592872812963054f,1.1903811740778272f,0.9493528849773346f,0.012063690701161412f,0.3139802018469926f,0.9803570975314093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9456815693454917f,0.02817328276429618f,-0.32387132558862186f,0.16379419922970534f,-0.0008803193903434593f,0.9960122083579751f,0.08921269999075408f,1.8857436513012726f,0.32509320884635384f,0.08465191634069674f,-0.9418855868001318f,1.1568904792836698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9456815693454917f,0.02817328276429618f,-0.32387132558862186f,0.16537266096069098f,-0.0008803193903434593f,0.9960122083579751f,0.08921269999075408f,1.769638827857797f,0.32509320884635384f,0.08465191634069674f,-0.9418855868001318f,1.045816220646832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9456815693454917f,0.02817328276429618f,-0.32387132558862186f,-0.3917937227607711f,-0.0008803193903434593f,0.9960122083579751f,0.08921269999075408f,1.8852264636594458f,0.32509320884635384f,0.08465191634069674f,-0.9418855868001318f,1.3478827394809025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9456815693454917f,0.02817328276429618f,-0.32387132558862186f,-0.4611413787306973f,-0.0008803193903434593f,0.9960122083579751f,0.08921269999075408f,1.7690556162616944f,0.32509320884635384f,0.08465191634069674f,-0.9418855868001318f,1.2611904715075415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9296313875405945f,0.17576361330155327f,-0.32387132558862186f,0.06655692878262441f,0.15494115579017675f,0.9838873575784798f,0.08921269999075408f,1.9939554119126368f,0.334333249231591f,0.03275392856464977f,-0.9418855868001318f,1.1773507424847223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9456815693454919f,0.02817328276429619f,-0.32387132558862186f,-0.04208750114538696f,-0.0008803193903434564f,0.9960122083579751f,0.08921269999075408f,2.003891208565599f,0.32509320884635384f,0.08465191634069674f,-0.9418855868001318f,1.21564967739796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9107750511823042f,0.2561174937510918f,-0.32387132558862186f,-0.06333240059399355f,0.2401029913441644f,0.9666393576241056f,0.08921269999075408f,1.9995690863402513f,0.33591570325225295f,0.0034902273157626576f,-0.9418855868001318f,1.222545446527488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9453432054317891f,-0.0378627574988854f,-0.32387132558862186f,-0.03552428141678195f,-0.07035647443770461f,0.9935245647013747f,0.08921269999075408f,2.009556006014319f,0.3183962789491219f,0.10712306441436537f,-0.9418855868001318f,1.2139294400134637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9396275020800983f,0.11048765449670876f,-0.32387132558862186f,0.011952534001155892f,0.08593121429588708f,0.9922988060911863f,0.08921269999075408f,2.1167142916127966f,0.3312340316820563f,0.055996050162684566f,-0.9418855868001318f,1.1745759350029037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9396275020800983f,0.11048765449670876f,-0.32387132558862186f,-0.012907188260603539f,0.08593121429588708f,0.9922988060911863f,0.08921269999075408f,1.89344706024228f,0.3312340316820563f,0.055996050162684566f,-0.9418855868001318f,1.1619768237162997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9469663347389516f,0.0017366630703144481f,-0.32132809536742385f,-0.28942941540002654f,-0.1496162127010758f,0.8825933781858262f,0.44569487060041113f,1.9713957152742645f,0.2843760710187523f,0.47013393068774656f,-0.8355263834541832f,1.3377716777772222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9350359337994152f,0.14985345385208784f,-0.32132809536742385f,-0.1802171595642427f,-0.00970616588430484f,0.8951323213158537f,0.44569487060041113f,1.9815343111262491f,0.3544200796338752f,0.4198595833183887f,-0.8355263834541832f,1.3011788823878367f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9650392828041855f,0.055100511193288765f,-0.256248153770953f,-0.17878257872811554f,-0.17956414973804585f,0.573200181607198f,0.7994987604332652f,2.0029819005720264f,0.19093427867629315f,0.8175606922251786f,-0.5432666157188848f,1.2422827362644142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9007799040342489f,0.35061723884747564f,-0.256248153770953f,-0.20278037783433842f,0.006352942594063174f,0.600634141708635f,0.7994987604332652f,2.0079436701088706f,0.4342294377497295f,0.7185444868878359f,-0.5432666157188848f,1.2609040172654786f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9445384288500224f,0.20538753641472401f,-0.256248153770953f,-0.23407495099174322f,-0.08768515331446211f,0.5942331579051201f,0.7994987604332652f,2.0936750084046136f,0.3164782303946842f,0.7776264616971305f,-0.5432666157188848f,1.3443092440571296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9445384288500224f,0.0677894649121478f,-0.32132809536742385f,-0.24932758059697646f,-0.08768515331446211f,0.8908801244885317f,0.44569487060041113f,1.8932269803946942f,0.3164782303946842f,0.44915163612996284f,-0.8355263834541832f,1.243250125927888f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9456815693454917f,0.02817328276429618f,-0.32387132558862186f,-0.13543521292084737f,-0.0008803193903434593f,0.9960122083579751f,0.08921269999075408f,1.3800928666603136f,0.32509320884635384f,0.08465191634069674f,-0.9418855868001318f,1.188663292284991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.3130251101467078f,-0.005600522177611811f,-0.9497283372464883f,-0.13333501710424295f,0.015362819951845845f,0.9998816381189367f,-0.0008327759114510891f,1.0051372523657123f,0.9496205895939538f,-0.014329825676874255f,0.3130740997197018f,1.1940369769138188f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.3499932071223074f,-0.356335732502172f,-0.8663311149383832f,0.1239633967714112f,-0.08408371837310169f,0.9091406051654626f,-0.40791333435416105f,0.4089739440776f,0.9329708909032448f,0.21561123760490106f,0.2882310027489901f,0.9434676556208909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.3499932071223074f,-0.5092160288067804f,-0.7862593662236995f,-0.07330277258533309f,-0.08408371837310169f,0.8188804860172433f,-0.5677716776352237f,0.7215479039894388f,0.9329708909032448f,0.26482784148653177f,0.2437858303937902f,1.0456404040049314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.3558769860442823f,0.3291370906047487f,-0.8746544154077536f,0.28583736468043996f,0.019533749161427f,0.9331026158046124f,0.35907929628744695f,0.6920925642015139f,0.9343286378184797f,-0.14487333766718813f,0.3256404652149864f,1.17527976362213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.3558769860442823f,-0.8422569632681813f,-0.4049132976703766f,-0.02043928359105339f,0.019533749161427f,0.4398882948352418f,-0.8978400306906802f,0.722787199679616f,0.9343286378184797f,0.31161112928328594f,0.1729985568120704f,1.2912959326498339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.1453029491904831f,-0.798773577916092f,-0.5838217400711219f,-0.07778467752712952f,0.1356823891933323f,0.6005965682033003f,-0.787955615199998f,0.8476012370528303f,0.980039459521573f,0.035277946163902785f,0.19564796010978447f,1.1844453519717446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.45787288315099395f,-0.6645480446134228f,-0.5905322339004642f,-0.078434256897246f,-0.1205501256727545f,0.6117066273615863f,-0.7818456812198914f,0.8502151874081693f,0.8808064997916848f,0.429174671249818f,0.19997252681888897f,1.1846332828969997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.3078811522049015f,-0.751239889740494f,-0.5838217400711219f,-0.07778467752712952f,0.008109408951316713f,0.61567863854551f,-0.787955615199998f,0.8476012370528303f,0.9513902635635086f,0.23786223344919138f,0.19564796010978447f,1.1844453519717446f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.24633683329801898f,-0.3185096057306954f,-0.9153522795175532f,-0.07972437269569149f,0.21065344200649452f,0.9394734382683267f,-0.27021248335172227f,0.8724720197655791f,0.9460144248009753f,-0.12625882086240647f,0.2985220565099241f,1.1848610680565244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3558490125770262f,-0.18841890730490535f,-0.9153522795175532f,-0.07972437269569149f,-0.19594348467299333f,0.9426512423240632f,-0.27021248335172227f,0.8724720197655791f,0.913771104304661f,0.2755121607387337f,0.2985220565099241f,1.1848610680565244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.3078811522049015f,-0.2594983631913723f,-0.9153522795175532f,-0.07972437269569149f,0.008109408951316713f,0.9627665611805156f,-0.27021248335172227f,0.8724720197655791f,0.9513902635635086f,0.0757703647453482f,0.2985220565099241f,1.1848610680565244f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.18786661972283442f,-0.5310370578981319f,-0.8262601142090862f,-0.03667098809171776f,0.23319671589436541f,0.841300243105876f,-0.48768144587022816f,0.9213822970886683f,0.954109755159226f,-0.10106208037087804f,0.28188833076435016f,1.3741609251167604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.42700582622408295f,-0.34988105459346913f,-0.8338160900385948f,-0.1506866190207057f,-0.25702028724833553f,0.8371141172901604f,-0.4828876956149311f,0.9320988007784468f,0.8669524763869535f,0.42050351041350076f,0.2675260761429649f,1.016837906676526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.3078811522049015f,-0.3305260940842649f,-0.8921668550480799f,-0.04702063059429859f,0.008109408951316713f,0.9385941932595401f,-0.3449277864509226f,0.8048359824824147f,0.9513902635635086f,0.09896181843960127f,0.2916558329395879f,1.1760236037315053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.3078811522049015f,-0.4278462973996355f,-0.849798059493198f,-0.14502285917113042f,0.008109408951316713f,0.8943322954965813f,-0.44732983660636333f,1.0046f,0.9513902635635086f,0.13083306551953175f,0.27881763818546224f,1.1978238803744357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7483930351438164f,-0.5287752419476718f,-0.40038057951330186f,-2.3127813164086413f,0.23147575019992195f,0.7739339441029793f,-0.5894448466435089f,2.049615f,0.621551962443696f,0.34845802282109595f,0.701605419245036f,0.3032291866241201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2759627806605913f,-0.5287752419476718f,-0.8026464272600081f,-2.261194901862722f,-0.23147575019992195f,0.7739339441029793f,-0.5894448466435089f,2.049615f,0.9328791565682331f,0.34845802282109595f,0.09117831744529425f,0.38151011874872226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5502550884898044f,-0.5287752419476718f,-0.6462322191706775f,-2.19005327626008f,-1.3877787807814457e-17f,0.7739339441029793f,-0.6332663343058799f,2.144604950145882f,0.8349966093290904f,0.34845802282109595f,0.42586109089764823f,0.2784904890517739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.29655022628792443f,0.45083680050027697f,0.8419050674531271f,1.0998502935547516f,-0.21272033734797807f,0.890595463348843f,-0.40198231147778385f,2.1986058383997396f,-0.9310252528085066f,-0.05988238453112167f,0.36000844247840036f,-0.5092594316653843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2928987400899175f,0.45083680050027697f,0.8431823689857448f,1.0996689602926697f,0.08423126964100114f,0.890595463348843f,-0.4469281976751127f,2.204986621600261f,-0.9524260712876378f,-0.05988238453112167f,-0.2988288452516975f,-0.41572700293611414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0019342214622078968f,0.45083680050027697f,0.892604300965444f,0.965868981778894f,-0.06806168747223237f,0.890595463348843f,-0.4496746905940914f,2.269247433589114f,-0.9976792397788818f,-0.05988238453112167f,0.03240732227598536f,-0.467354315642147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[1.5236938526024841f,-0.3460156286356648f,0.006039725264013415f,1.081472161482895f,0f,0.027269385058255498f,1.5622620236818614f,1.1642145314710914f,-0.3460683365195363f,-1.523461786648556f,0.026592124401609f,2.163566706314059f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67.mcfunction new file mode 100644 index 000000000..b75835f22 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67_as_bone.mcfunction new file mode 100644 index 000000000..106a8f4f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_67_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.710413756371189f,0.12308010310114752f,-0.383546643087424f,-0.4448410022730903f,-0.13626388324578684f,0.8051960274198177f,0.0059963317592557665f,1.1271934048517853f,0.3790631785412553f,0.05878001439604593f,0.7209718864326439f,1.242479851516618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6890815792030017f,-0.15492478684699507f,-0.37571916057543575f,-0.4448410022730903f,0.1785245062025737f,0.7798041403498384f,0.005873957641719935f,1.1271934048517853f,0.3650966692373737f,-0.08890339202562887f,0.7062581744646308f,1.242479851516618f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3407244209614247f,0.0578938987882248f,-0.7399321657341601f,-0.4115799221129069f,0.14799043716309984f,0.8031283195734629f,-0.005308224922192778f,1.1282484470520537f,0.7272895873812717f,-0.13629982841753235f,-0.345567153104248f,1.3420188008671647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3300669596613502f,-0.0753331618838252f,-0.7248315092906059f,-0.4115799221129069f,-0.16713655450931642f,0.7823287884586692f,-0.005199893801331701f,1.1282484470520537f,0.7093103511768786f,0.14928690990631502f,-0.3385147622245695f,1.3420188008671647f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.08845462216526394f,1.149208587532707f,0.12508314348337052f,0.40934994553818205f,-0.3213368131644143f,-0.09606095129069267f,1.1098041884798717f,1.2088012995954347f,1.110436320978353f,-0.1193411354194699f,0.3111900722610749f,1.8053539054241132f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7447365068582936f,0.07960515842974099f,-0.6625938077765912f,0.21774819958927327f,-0.21545249641921038f,0.9683746617209612f,-0.12582025402749775f,1.2837457416603486f,0.6316231132085307f,0.23646042647383886f,0.738335093011685f,1.6639529808846167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7833570444796889f,0.07960515842974099f,-0.6164533718095977f,-0.03791755011617502f,-0.20746868123085935f,0.9683746617209612f,-0.13859026244704933f,1.3508407930322985f,0.5859253255939483f,0.23646042647383886f,0.7750986901933429f,1.4741414238435169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.21395707996556348f,-0.37567945670727254f,-0.9017135430616187f,-0.3092699557162387f,0.8024154703299189f,0.4588448863008038f,-0.38156360320504623f,1.0387502189917877f,0.5570922552933444f,-0.8051871311215368f,0.2032778959170034f,0.8067878654073105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2228768728470184f,-0.392091712482899f,-0.8925189009495325f,-0.22707319485167976f,0.9165280384004785f,0.3961958261050894f,0.054819906992598186f,1.3448407717866318f,0.3321178320652254f,-0.8302366869629005f,0.44766593487237916f,0.9080637724256686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.31436684735357495f,-0.24100100278515552f,-0.9182004149103413f,0.13549677316512854f,0.05276063544573023f,0.970178464480517f,-0.23657992815450085f,1.006076338019824f,0.9478342685471636f,0.025928048803862926f,0.3177073112990754f,1.2739747643734511f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.316964536567767f,-0.11993924609852372f,-0.9408230757181171f,0.10712802029841711f,0.030779741411982486f,0.9927500423227643f,-0.11618933249985128f,1.1914907876272183f,0.9479378091821171f,0.007869606944903892f,0.31835825607252677f,1.2774400547760738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3142242821125114f,-0.24352985044767955f,-0.9175817742696328f,0.037186486841163297f,0.05265017644853271f,0.9695208984485739f,-0.2392847391527687f,1.0030526704738838f,0.9478876829302166f,0.026878233059504427f,0.3174688979046353f,0.9773178829914224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.3169245387035955f,-0.12381732139305404f,-0.9403340404827223f,0.00809365132694867f,0.03059293048596407f,0.9922607671678774f,-0.12034385129160632f,1.1883494152472882f,0.9479572297165066f,0.0093723456223328f,0.3182597206146913f,0.9810643210494516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.944292416314024f,0.03017426215307576f,-0.3277214463463424f,0.167351223386184f,0.00046391245729942275f,0.9959091030381871f,0.09035952230343844f,1.8827050879181078f,0.3291073035911738f,0.08517377759141063f,-0.9404434115531647f,1.158096408094266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.944292416314024f,0.03017426215307576f,-0.3277214463463424f,0.16826652063385586f,0.00046391245729942275f,0.9959091030381871f,0.09035952230343844f,1.766670258537133f,0.3291073035911738f,0.08517377759141063f,-0.9404434115531647f,1.0469415921775613f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.944292416314024f,0.03017426215307576f,-0.3277214463463424f,-0.3874205711983051f,0.00046391245729942275f,0.9959091030381871f,0.09035952230343844f,1.8829776364867712f,0.3291073035911738f,0.08517377759141063f,-0.9404434115531647f,1.3514469489540806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.944292416314024f,0.03017426215307576f,-0.3277214463463424f,-0.4573272051741851f,0.00046391245729942275f,0.9959091030381871f,0.09035952230343844f,1.766977600540094f,0.3291073035911738f,0.08517377759141063f,-0.9404434115531647f,1.264975180806714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9279463151478714f,0.1775226459022854f,-0.3277214463463424f,0.07038022946673012f,0.15625270868760643f,0.9835752374662959f,0.09035952230343844f,1.991063349029604f,0.3383795608946746f,0.03264142207336157f,-0.9404434115531647f,1.1790393748380745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9442924163140242f,0.030174262153075768f,-0.3277214463463424f,-0.03808402621754186f,0.00046391245729940356f,0.9959091030381872f,0.09035952230343844f,2.001152942012251f,0.32910730359117385f,0.08517377759141063f,-0.9404434115531647f,1.217805932298099f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9089430812059383f,0.2577229689657403f,-0.3277214463463424f,-0.05930654047452415f,0.24138235032664687f,0.9662141158562519f,0.09035952230343844f,1.9968612905804297f,0.3399368118910314f,0.00302548964725588f,-0.9404434115531647f,1.2247891079080868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9440970175734835f,-0.03576974997836188f,-0.3277214463463424f,-0.03151884380978555f,-0.06900832480774907f,0.9935154794145499f,0.09035952230343844f,2.0068080519552405f,0.3223641923602577f,0.10792366353197465f,-0.9404434115531647f,1.2160614806691954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9380692383504603f,0.11235994689055412f,-0.3277214463463424f,0.015966958915646017f,0.08726134471478764f,0.9920789355931622f,0.09035952230343844f,2.1139136992231027f,0.33527833478940106f,0.05616607416484102f,-0.9404434115531647f,1.176575744078577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9380692383504603f,0.11235994689055412f,-0.3277214463463424f,-0.009314029134728619f,0.08726134471478764f,0.9920789355931622f,0.09035952230343844f,1.8906959387146416f,0.33527833478940106f,0.05616607416484102f,-0.9404434115531647f,1.1639383773914878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9460071081630489f,0.005357546956827108f,-0.3241016013468462f,-0.28494084294694344f,-0.1482267636853889f,0.8820491774066683f,0.4472338036906152f,1.9689447321397031f,0.28826962696812236f,0.47112688877501474f,-0.8336306597293754f,1.340997054131992f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9335220858606477f,0.15327970255319148f,-0.3241016013468462f,-0.175868432084527f,-0.008418955049421528f,0.8943774628378671f,0.4472338036906152f,1.9789274535984591f,0.35842103231571193f,0.4202312301018392f,-0.8336306597293754f,1.303947154186957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9645616591666462f,0.05981639488141649f,-0.2569879463497782f,-0.17467251993563362f,-0.17795277469920767f,0.5716440444876153f,0.8009718449350729f,2.000491675240318f,0.19481687720148635f,0.8183184498135377f,-0.5407414345620547f,1.2450107943356639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8988683687583034f,0.35495471693824465f,-0.2569879463497782f,-0.19857901386528165f,0.007404578509416795f,0.5986562250894946f,0.8009718449350729f,2.0054689970065906f,0.43815616834969207f,0.7180653682533972f,-0.5407414345620547f,1.2637450261327428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9433289588100879f,0.2099706429508615f,-0.2569879463497782f,-0.22933684455832537f,-0.08633705045410682f,0.5924441048235611f,0.8009718449350729f,2.0911159902445178f,0.32043156709219456f,0.7777675178088957f,-0.5407414345620547f,1.3474360825940548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9433289588100879f,0.07133461624404128f,-0.3241016013468462f,-0.24538713321323463f,-0.08633705045410682f,0.8902403262913389f,0.4472338036906152f,1.8908119168289668f,0.32043156709219456f,0.44987057468788283f,-0.8336306597293754f,1.2462152032892813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.944292416314024f,0.03017426215307576f,-0.3277214463463424f,-0.13257359532910976f,0.00046391245729942275f,0.9959091030381871f,0.09035952230343844f,1.3775267773927506f,0.3291073035911738f,0.08517377759141063f,-0.9404434115531647f,1.190814085935823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.316909980708699f,-0.0026348747850901133f,-0.9484519605979411f,-0.13158551728470097f,0.010052391615776715f,0.9999493047001435f,0.0005809066211028835f,1.002545788130197f,0.9484023479251908f,-0.009718305642768987f,0.31692040165539775f,1.1944584505518614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.35845090304601834f,-0.339799158983496f,-0.8695110589633708f,0.1176830420648092f,-0.09573554023582975f,0.9131138226493238f,-0.39630525257999416f,0.4050835236981119f,0.9286267584133293f,0.22529908664006598f,0.2947756182554863f,0.9390538655654348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.35845090304601834f,-0.497307513711452f,-0.790062141170951f,-0.07489629532867975f,-0.09573554023582975f,0.8222562800351427f,-0.5610074119639799f,0.7184619971510461f,0.9286267584133293f,0.2767306393388756f,0.24712850262535346f,1.0456970286595113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.3470025700491937f,0.3262311023777813f,-0.8792965849021774f,0.28662202013436267f,0.00843189600781619f,0.9364290831569716f,0.3507555777853105f,0.687404944818634f,0.9378262736290596f,-0.12912722431451576f,0.3221925517945146f,1.1776547071869556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.3470025700491937f,-0.8434805021451072f,-0.41003641165180954f,-0.020598043417198134f,0.00843189600781619f,0.4399904450866305f,-0.8979628674740299f,0.7192099724790841f,0.9378262736290596f,0.3081380384397657f,0.15978995512085759f,1.2910424186719611f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.15034854262475145f,-0.7941167050369135f,-0.5888751773609827f,-0.07743395570590718f,0.13550445079557724f,0.606577015109802f,-0.783391899725209f,0.844455555356645f,0.9793027415182713f,0.03798662293227248f,0.1988043181950509f,1.184532288233817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.46323842676338445f,-0.6562180236211899f,-0.5956408863102698f,-0.0780748280221302f,-0.12558262278361454f,0.6167159730167844f,-0.777103862736989f,0.8471290464342855f,0.8772908097230773f,0.4347865155460324f,0.20327695657591613f,1.184728885222678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.3134966709983198f,-0.7449468858657254f,-0.5888751773609827f,-0.07743395570590718f,0.005321832834120524f,0.6215052771619993f,-0.783391899725209f,0.844455555356645f,0.9495743864322883f,0.24245685739682438f,0.1988043181950509f,1.184532288233817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.25301678565349717f,-0.31145681847269785f,-0.9159569620917989f,-0.07915375494454463f,0.21054725888416717f,0.9417972709980339f,-0.2620834831060886f,0.869342228039094f,0.9442734550721712f,-0.12654070715592214f,0.3038668976353683f,1.1849605944624768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3597591608780683f,-0.17775317088555964f,-0.9159569620917989f,-0.07915375494454463f,-0.2008998741595786f,0.943902266363232f,-0.2620834831060886f,0.869342228039094f,0.9111600225684693f,0.2783025723820801f,0.3038668976353683f,1.1849605944624768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.3134966709983198f,-0.2504848914975393f,-0.9159569620917989f,-0.07915375494454463f,0.005321832834120524f,0.9650305311119779f,-0.2620834831060886f,0.869342228039094f,0.9495743864322883f,0.07728772964190173f,0.3038668976353683f,1.1849605944624768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.19436857257064907f,-0.5247379141977819f,-0.8287767970932883f,-0.034589714907699076f,0.23342107109812052f,0.8453626420954155f,-0.4804962090556644f,0.9179043272555044f,0.9527515214179689f,-0.10006060539902742f,0.28679681602647833f,1.3740146433007145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.43039549201063704f,-0.3392086111692096f,-0.8364790724014424f,-0.15068408241000353f,-0.2624748441214858f,0.8396260682585069f,-0.4755365619005154f,0.930121456857995f,0.8636357314634008f,0.42422350666767283f,0.2723375474117729f,1.0177265924414634f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.3134966709983198f,-0.3214678657838478f,-0.8935201444519026f,-0.047133617713199044f,0.005321832834120524f,0.9415343185244798f,-0.33687505864330347f,0.8014992227321552f,0.9495743864322883f,0.10085404458434716f,0.2968786727313392f,1.175931252036822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.3134966709983198f,-0.41923231125318167f,-0.8520352730223594f,-0.14325503000100617f,0.005321832834120524f,0.8980287175915471f,-0.4399046493004671f,1.0021109375f,0.9495743864322883f,0.13337425382058055f,0.2837600977049917f,1.1983135119808557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7504883786042255f,-0.5280306129504939f,-0.39743032768917674f,-2.29886706952867f,0.23195235701742917f,0.7735581306577421f,-0.5897507291791664f,2.0347715625000005f,0.6188419003704094f,0.35041616726461855f,0.7030243324846694f,0.3105136536900741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.2786658392384008f,-0.5280306129504939f,-0.8022026064708861f,-2.2470283420558044f,-0.23195235701742917f,0.7735581306577421f,-0.5897507291791664f,2.0347715625000005f,0.931956787686863f,0.35041616726461855f,0.0930862804282035f,0.3886277294638678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5529464263772318f,-0.5280306129504939f,-0.6445416366254194f,-2.1762664602984243f,0f,0.7735581306577421f,-0.6337253494166849f,2.129830364912503f,0.8332168082537992f,0.35041616726461855f,0.42773620394225037f,0.2854102609856334f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.29693024270137947f,0.4511018906072852f,0.8416290841337605f,1.0711036451353582f,-0.21371934778027468f,0.8904160031982471f,-0.4018499491512138f,2.1833784673647445f,-0.9306752770723382f,-0.06055101600297026f,0.36080064177788573f,-0.5101908327018455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.29198801394292406f,0.4511018906072852f,0.8433564394751482f,1.0708582359017498f,0.08313328735498947f,0.8904160031982471f,-0.44749100301795103f,2.189862793885255f,-0.952802107600114f,-0.06055101600297026f,-0.2974923834550869f,-0.41666567146764366f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.0026176984918208634f,0.4511018906072852f,0.8924686167844438f,0.9371106480008874f,-0.0691661495521159f,0.8904160031982471f,-0.4498615175857938f,2.254099858262869f,-0.9976017198314866f,-0.06055101600297026f,0.03353182145765099f,-0.46845802530339226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.2196627131290898f,-1.546040019005916f,0.05398890712872294f,1.036951924208253f,0f,0.05453046359765786f,1.561548167217337f,1.175815898078941f,-1.5469823988852514f,-0.21952890053933946f,0.0076661181325111205f,2.0045811179730793f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68.mcfunction new file mode 100644 index 000000000..1bbe60e57 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68_as_bone.mcfunction new file mode 100644 index 000000000..a4b35114b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_68_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6949387387577846f,0.12248910697350021f,-0.4110973272730175f,-0.44463555661621873f,-0.1396281440871956f,0.8046332396553236f,0.0037115313535370296f,1.1281723814674245f,0.40559656704285524f,0.06712833052487863f,0.7056413086607369f,1.2265704470926362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6748547549108366f,-0.1496584779848748f,-0.4027075859000988f,-0.44463555661621873f,0.17526879228895767f,0.7805559758986363f,0.0036357858157097436f,1.1281723814674245f,0.39223960817822173f,-0.09129462446485134f,0.6912404656268444f,1.2265704470926362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.36192701822244355f,0.06377015575097243f,-0.7293055910662909f,-0.4149708197308351f,0.14559158846408898f,0.8035817235137231f,-0.0019868184773591474f,1.1287036060383997f,0.7174652376899933f,-0.13089776665266417f,-0.3674967371776657f,1.3266129707908028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.351458690433104f,-0.07796329657042946f,-0.7144218034935095f,-0.4149708197308351f,-0.1694775413410364f,0.7818398653238163f,-0.0019462711614946753f,1.1287036060383997f,0.6983939804294169f,0.150493021028578f,-0.3599968037658766f,1.3266129707908028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.1903715673643104f,1.305817712415878f,0.1192634406690387f,0.3961931349212422f,-0.3540616566875812f,-0.06484670006570417f,1.2751706743625473f,1.2057703889679443f,1.26254663660512f,-0.21508139722335373f,0.339618878988711f,1.8112590639935546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.7413113438580949f,0.07404478922260775f,-0.6670643602054338f,0.20524937389605186f,-0.2175465721898705f,0.9667453079899907f,-0.13445072855055598f,1.2810806536334731f,0.6349259644995964f,0.24478741525723377f,0.7327674535184678f,1.669164239242426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7681172939784828f,0.07404478922260775f,-0.6360135154854435f,-0.045158545435661016f,-0.21183322766344953f,0.9667453079899907f,-0.14328361084584304f,1.3498132673097116f,0.6042536771496373f,0.24478741525723377f,0.7582589366323516f,1.472646088502313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2218199955587604f,-0.34321973239480985f,-0.9126862028458338f,-0.2976519987837362f,0.800939953330044f,0.46971473147296405f,-0.3712994239114149f,1.0428812170827904f,0.5561394436020329f,-0.8133684812753174f,0.17070627679703193f,0.7931980276614754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.2235162456859781f,-0.35910016381081467f,-0.9061388195334595f,-0.21483991896233445f,0.9102694130166676f,0.40929737954834505f,0.06233178018595089f,1.346774679264839f,0.34849689186668104f,-0.8387626168624255f,0.4183625089720143f,0.9004059605090071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.2811180923545852f,-0.25002223884718244f,-0.9265319736699653f,0.1355376007170514f,0.05458383835916197f,0.9680688875166203f,-0.24466964178727574f,1.0057208856834134f,0.9581196286168548f,0.01820739147092195f,0.2857888523979282f,1.277315101122416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.2842872893330712f,-0.12490388726657656f,-0.9505681227925503f,0.10617707108711488f,0.029579623931025263f,0.992148013772137f,-0.1215210459801202f,1.1909891317283134f,0.958282726011355f,0.006429441165583603f,0.2857496794653399f,1.2803065568376213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.2810116279622255f,-0.2518379081947977f,-0.9260724231646725f,0.047269539690173515f,0.054523153416866345f,0.9675868024696556f,-0.2465826543535222f,1.0042244526408195f,0.9581543146547433f,0.01880020432379342f,0.28563413946144983f,0.9775231669628034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.2842665365796617f,-0.12795911900001966f,-0.9501678799274066f,0.01733865562812356f,0.029484751980810263f,0.9917515110532286f,-0.12473808449815131f,1.1893982479351863f,0.9582918060703818f,0.007443398980078786f,0.2856946100821459f,0.9807043955845816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.949183089742703f,0.029712985540218145f,-0.31331868861716916f,0.17081050388137942f,0.001004494324581726f,0.9958143855226845f,0.0913931101190371f,1.8829297155120042f,0.31472281953752207f,0.08643406779948139f,-0.9452400217859943f,1.1586235395373228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.949183089742703f,0.029712985540218145f,-0.31331868861716916f,0.17331711949634393f,0.001004494324581726f,0.9958143855226845f,0.0913931101190371f,1.7669833528581564f,0.31472281953752207f,0.08643406779948139f,-0.9452400217859943f,1.0474009232872936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.949183089742703f,0.029712985540218145f,-0.31331868861716916f,-0.38683456134245864f,0.001004494324581726f,0.9958143855226845f,0.0913931101190371f,1.883519855927696f,0.31472281953752207f,0.08643406779948139f,-0.9452400217859943f,1.343523196015617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.949183089742703f,0.029712985540218145f,-0.31331868861716916f,-0.45551667745819685f,0.001004494324581726f,0.9958143855226845f,0.0913931101190371f,1.7676488303481919f,0.31472281953752207f,0.08643406779948139f,-0.9452400217859943f,1.255904791230902f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9328489358312039f,0.1778321182514786f,-0.31331868861716916f,0.07362352983661474f,0.15677181801119075f,0.9833971204453652f,0.0913931101190371f,1.9913537267610284f,0.32436932653390105f,0.03613642508545201f,-0.9452400217859943f,1.1781791047186194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.949183089742703f,0.029712985540218145f,-0.31331868861716916f,-0.0354087065860494f,0.0010044943245817312f,0.9958143855226845f,0.0913931101190371f,2.0015046321678702f,0.31472281953752207f,0.0864340677994814f,-0.9452400217859943f,1.2153014856375963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9138000736449754f,0.25845855522627836f,-0.31331868861716916f,-0.056738468714397756f,0.2418839603612763f,0.9659914332656965f,0.0913931101190371f,1.9972254645832503f,0.32628450028523015f,0.007728265499497039f,-0.9452400217859943f,1.2219579184158054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9489436005375609f,-0.03657105907719296f,-0.31331868861716916f,-0.028813030460763826f,-0.06846245261084265f,0.9934587017109862f,0.0913931101190371f,2.0071555437263875f,0.3079268347859898f,0.10817747285222916f,-0.9452400217859943f,1.2136615908214115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9429815041960141f,0.1123266758496844f,-0.31331868861716916f,0.019357157300503296f,0.08779161432944396f,0.9919374636922431f,0.0913931101190371f,2.114252332189864f,0.32105842956952996f,0.058675258979915906f,-0.9452400217859943f,1.1749891789092533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9429815041960141f,0.1123266758496844f,-0.31331868861716916f,-0.005916344765675652f,0.08779161432944396f,0.9919374636922431f,0.0913931101190371f,1.8910664028591098f,0.32105842956952996f,0.058675258979915906f,-0.9452400217859943f,1.1617872456387721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9503299972656944f,-0.002089808736480972f,-0.31123709450582887f,-0.2842418725831397f,-0.14775519115949107f,0.8831437878773775f,0.4452251715918814f,1.969662264372703f,0.27393667111653297f,0.46909773249616415f,-0.8395868136080685f,1.3344439753531947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9389567761288634f,0.14660028501084688f,-0.31123709450582887f,-0.1746107779042987f,-0.007781953560434415f,0.8953848266414633f,0.4452251715918814f,1.9795817643979499f,0.3439471089578673f,0.42046922438506174f,-0.8395868136080685f,1.299063652802826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9672690197456293f,0.04602255759793164f,-0.2495447207064791f,-0.172355080578358f,-0.17822014594362315f,0.5768274254388462f,0.7971873687166815f,2.0006829283472976f,0.18063284037008132f,0.8155685412359512f,-0.5497451514348256f,1.240480543261811f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9057057518171456f,0.342672618533878f,-0.2495447207064791f,-0.19656247666837465f,0.008752046147395276f,0.6036685355779344f,0.7971873687166815f,2.005740145687699f,0.4238165792103621f,0.7198331582112119f,-0.5497451514348256f,1.2588024468832413f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9481608188440305f,0.19677015519774127f,-0.2495447207064791f,-0.2287655531284569f,-0.08579027048862084f,0.5976054958315421f,0.7971873687166815f,2.091859885839878f,0.3059919788139995f,0.7772703373829427f,-0.5497451514348256f,1.3414583405259655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9481608188440305f,0.06420695143508677f,-0.31123709450582887f,-0.24321211720135139f,-0.08579027048862084f,0.891299375109435f,0.4452251715918814f,1.8913175264402553f,0.3059919788139995f,0.4488461777902796f,-0.8395868136080685f,1.2404679505231526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.949183089742703f,0.029712985540218145f,-0.31331868861716916f,-0.1300009270535888f,0.001004494324581726f,0.9958143855226845f,0.0913931101190371f,1.3779810573780866f,0.31472281953752207f,0.08643406779948139f,-0.9452400217859943f,1.1863688890145405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.28428292946877226f,-0.000057089838856549946f,-0.958740430332112f,-0.12997951836401758f,0.005090828138006679f,0.9999859904273264f,0.0014499717060651451f,1.0029863109678392f,0.958726916009727f,-0.005292984964026373f,0.28427923742097005f,1.1883537583760504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.33074405264849355f,-0.3367532353199906f,-0.8815926667907177f,0.12428439967883176f,-0.10675068546144016f,0.9148211605317017f,-0.38949523154583454f,0.4072589085944859f,0.9376634059144908f,0.22293385284642087f,0.26662301938108646f,0.9371740561400667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.33074405264849355f,-0.5049228245280611f,-0.7972837091702396f,-0.07101082964866598f,-0.10675068546144016f,0.8193908718679621f,-0.5632076795046155f,0.7183722790716991f,0.9376634059144908f,0.27138817286327305f,0.21710780004129526f,1.041480463480308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.30169563380080333f,0.3196510575119323f,-0.8982221028103432f,0.2876089439604126f,-0.00006228740043409328f,0.9421274988639108f,0.3352547866991784f,0.6859458923498096f,0.9534042902493208f,-0.1010889574381652f,0.2842556631243316f,1.189629774681083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.30169563380080333f,-0.8572257656021175f,-0.4173053214774465f,-0.024650273309211268f,-0.00006228740043409328f,0.4376825527534014f,-0.89912956749044f,0.7187039567034859f,0.9534042902493208f,0.2712894575967326f,0.13199352079196647f,1.2884433460510394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.11872860726752646f,-0.789440935545904f,-0.602234611344052f,-0.07714891025608668f,0.13514243137051984f,0.6137285443613385f,-0.7778648964179942f,0.8449094100838475f,0.9836869629407404f,0.010967366161491965f,0.17955410276543943f,1.1801726675697812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.4338584494541722f,-0.664726248033211f,-0.6081988663364243f,-0.07769069334945569f,-0.13010660186106562f,0.6217422332570025f,-0.7723398653033269f,0.8472424495355844f,0.8915375022899416f,0.4142168641669302f,0.18326284798160047f,1.1803256518813257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.2825087346516296f,-0.7466607581390721f,-0.602234611344052f,-0.07714891025608668f,0.0027031626534366185f,0.6284257281750105f,-0.7778648964179942f,0.8449094100838475f,0.9592609174553105f,0.2181256895069763f,0.17955410276543943f,1.1801726675697812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.22359384867769874f,-0.3000087318824758f,-0.9273621469672798f,-0.0786641821825044f,0.20915388999900933f,0.9440548908771627f,-0.25498041750140477f,0.8698106532995464f,0.9519771221682675f,-0.1369493475894541f,0.27383285972111937f,1.18054875444806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.3284595842716689f,-0.17920309671520554f,-0.9273621469672798f,-0.0786641821825044f,-0.20425501872726817f,0.9451269089469055f,-0.25498041750140477f,0.8698106532995464f,0.9221681998555391f,0.27316913462568937f,0.27383285972111937f,1.18054875444806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.2825087346516296f,-0.24533296398521748f,-0.9273621469672798f,-0.0786641821825044f,0.0027031626534366185f,0.9669424386190101f,-0.25498041750140477f,0.8698106532995464f,0.9592609174553105f,0.06952738438737334f,0.27383285972111937f,1.18054875444806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.1649575901784648f,-0.5136444480951277f,-0.8419966593660364f,-0.039712644055648685f,0.2325348596336939f,0.8498799497073283f,-0.4728970396826434f,0.9176930072955826f,0.9584970174693564f,-0.11778561892914174f,0.2596343880841424f,1.370920751406306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.39976296382993937f,-0.34587982591050476f,-0.8488561237206346f,-0.14432084306937648f,-0.266124732809924f,0.8423873137371175f,-0.468573623074976f,0.9311593400817086f,0.8771357929857548f,0.413219989452207f,0.24470807297751493f,1.0112963098461882f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.2825087346516296f,-0.31799512630045546f,-0.9050237093550049f,-0.04671816610904621f,0.0027031626534366185f,0.9437157919637456f,-0.33074642388075726f,0.8012099169112101f,0.9592609174553105f,0.09099232740950114f,0.2674675468078286f,1.1725456246532637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.2825087346516296f,-0.4155426274936836f,-0.8645884220721329f,-0.14177307142913198f,0.0027031626534366185f,0.9016445383922569f,-0.4324694431969535f,1.00265f,0.9592609174553105f,0.11983927203992707f,0.25584573695830104f,1.1918279860820653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7401587026211809f,-0.5309567620012473f,-0.4126136350380105f,-2.234337941512855f,0.22893897258876256f,0.7759336792109537f,-0.5878042806038031f,2.01973f,0.6322594734475172f,0.34060511204517074f,0.6958707609064808f,0.22649688731189202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.26610214600650983f,-0.5309567620012473f,-0.8045337561444394f,-2.1837181006991564f,-0.22893897258876256f,0.7759336792109537f,-0.5878042806038031f,2.01973f,0.9363634949744312f,0.34060511204517074f,0.08492092161513987f,0.3054062924293801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5399449686794475f,-0.5309567620012473f,-0.6531036270630417f,-2.1110624770465494f,0f,0.7759336792109537f,-0.6308144937033016f,2.114352174055495f,0.8417003212532059f,0.34060511204517074f,0.4189614861188869f,0.20310736695280301f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2899945892059407f,0.44892465620408584f,0.8452039938874646f,1.088434265191782f,-0.20718340885311584f,0.891660131935313f,-0.40251365717588117f,2.1707749267757386f,-0.9343330098670821f,-0.05838546196737243f,0.35158635426247165f,-0.45954759781975546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30243051988656366f,0.44892465620408584f,0.8408343675737727f,1.089052137449208f,0.0901313419473507f,0.891660131935313f,-0.44364236758437525f,2.1765905932242617f,-0.9489004804719583f,-0.05838546196737243f,-0.310127418960246f,-0.3659801956027812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.0065906374125453415f,0.44892465620408584f,0.8935453074973534f,0.9547114051958919f,-0.062033775450913604f,0.891660131935313f,-0.44843507871307947f,2.240948021806962f,-0.9980522903143916f,-0.05838546196737243f,0.021971882692534916f,-0.4160596791151486f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3371003748207342f,-0.8073281107554086f,0.04231027343746399f,0.9652623661930984f,8.673617379884035e-17f,0.08177493162960012f,1.5603586480540215f,1.1911637824910937f,-0.8084360442572125f,1.3352679252273965f,-0.06997842670904181f,1.8882630566908036f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69.mcfunction new file mode 100644 index 000000000..4f6097eca --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69_as_bone.mcfunction new file mode 100644 index 000000000..805d0cbc7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_69_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.6491859920372195f,0.11536772867529302f,-0.4818633409665022f,-0.4458258474347856f,-0.14172332834010057f,0.8042737755222708f,0.0016237782485232135f,1.1330100854955087f,0.4747804654693573f,0.08233119476784172f,0.6593553885585864f,1.1835782081780972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.6307777657761774f,-0.13895200696233825f,-0.472029395232492f,-0.4458258474347856f,0.1732378448770253f,0.7810160811193446f,0.0015906399169206991f,1.1330100854955087f,0.4605519072860056f,-0.10347086930204015f,0.6458991561390235f,1.1835782081780972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.41924445679492106f,0.07482283202654945f,-0.6968357580511371f,-0.4258377178481567f,0.1434134063125108f,0.8039757691762338f,0.000043723795082775925f,1.1331569989162982f,0.6860110238042962f,-0.1223476637678641f,-0.42586895734952473f,1.2844823388137772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4074757527485746f,-0.08944714251669447f,-0.6826146201317261f,-0.4258377178481567f,-0.1715965676148937f,0.7813799435282763f,0.000042831472734147845f,1.1331569989162982f,0.6667219277215725f,0.14643972325617796f,-0.41717775413831f,1.2844823388137772f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.20489656360483588f,1.4473148127449118f,0.04694125085777921f,0.3389243575841296f,-0.34869005367094874f,0.0032983618780221724f,1.4203206036947695f,1.201668848759605f,1.405467500404717f,-0.21017897996251889f,0.3455316941874283f,1.8407474071882608f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.689219051752298f,0.05418293860414595f,-0.7225242610915448f,0.1597038193542921f,-0.22927409904529916f,0.9622672380531412f,-0.1465440209511992f,1.2796199498339806f,0.6873212394569439f,0.2666570301600888f,0.6756356577753811f,1.6854223190952398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7038179625564434f,0.05418293860414595f,-0.7083110084892911f,-0.07006177916526532f,-0.2262362817458078f,0.9622672380531412f,-0.1511916247396351f,1.3533867622070876f,0.6733924713008964f,0.2666570301600888f,0.6895191134852412f,1.4654908076829383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.26596351929795525f,-0.25998415736688923f,-0.9282627022135893f,-0.2611593565261161f,0.7996517584748569f,0.4782681043809027f,-0.363065676565504f,1.0510271519352095f,0.53834976694591f,-0.8388491272273736f,0.08069492040493018f,0.7610422884655476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.19745957113375506f,-0.27284657886450203f,-0.941575521224724f,-0.18604316104213672f,0.9038052922431195f,0.42265658297119024f,0.0670627063608891f,1.3525342951723118f,0.379665262410196f,-0.8642431123665693f,0.3300577695585162f,0.8799932773867924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.19189638183684732f,-0.2551737875003492f,-0.947661393542363f,0.12841010911518067f,0.03880884177227256f,0.9668247594398147f,-0.2524752628168534f,1.0099303631914662f,0.9806475679051173f,0.011671448362184386f,0.19543317235031332f,1.2852480222382494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.19432691990173315f,-0.12803113999836402f,-0.972545667509873f,0.09832585994355073f,0.020096509223285274f,0.991757310186483f,-0.1265447273050541f,1.1950939543057753f,0.9807309409407576f,0.005046274109817603f,0.19529812236441188f,1.2874148118986177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.1918539114837892f,-0.2561438441922362f,-0.9474082582133182f,0.06802255412655547f,0.03879009656776359f,0.9665656859391571f,-0.2534681502146381f,1.0095397601138305f,0.9806566193406507f,0.01187879823004764f,0.19537525200489408f,0.9786323129505508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.1943208243756079f,-0.12982934848540978f,-0.972308468278374f,0.037602623358801324f,0.020069819819576746f,0.9915214654700634f,-0.1283837444714389f,1.1946476364865208f,0.9807326952571704f,0.005433579294721783f,0.19527892018764878f,0.9808716023194839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.963768085943888f,0.024652757723384936f,-0.26559992103290775f,0.17345407595058698f,0.00009369206516612969f,0.9957511643983687f,0.09208479690529683f,1.887816842214221f,0.266741574820746f,0.08872350385284004f,-0.9596755035563965f,1.1605235439417523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.963768085943888f,0.024652757723384936f,-0.26559992103290775f,0.18161379186122456f,0.00009369206516612969f,0.9957511643983687f,0.09208479690529683f,1.771977382921853f,0.266741574820746f,0.08872350385284004f,-0.9596755035563965f,1.049460718445957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.963768085943888f,0.024652757723384936f,-0.26559992103290775f,-0.39275967454144717f,0.00009369206516612969f,0.9957511643983687f,0.09208479690529683f,1.8878718863025061f,0.266741574820746f,0.08872350385284004f,-0.9596755035563965f,1.3172342191489406f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.963768085943888f,0.024652757723384936f,-0.26559992103290775f,-0.45688256507660124f,0.00009369206516612969f,0.9957511643983687f,0.09208479690529683f,1.7720394539150255f,0.266741574820746f,0.08872350385284004f,-0.9596755035563965f,1.2261770117647013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9480459605582466f,0.1751157863143834f,-0.26559992103290775f,0.07533386239470757f,0.15586233927621668f,0.9834771585422082f,0.09208479690529683f,1.9961595091160755f,0.2773369572641503f,0.04590359473112578f,-0.9596755035563965f,1.175281067081111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.963768085943888f,0.024652757723384947f,-0.26559992103290775f,-0.035429340842465365f,0.00009369206516612882f,0.9957511643983689f,0.09208479690529683f,2.0062048666502994f,0.266741574820746f,0.08872350385284006f,-0.9596755035563965f,1.2068997992766044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9291760130323512f,0.25707706772992683f,-0.26559992103290775f,-0.0570630218918054f,0.24098491824724644f,0.9661504330880768f,0.09208479690529683f,2.001905628042372f,0.2802823683050223f,0.021557409192767142f,-0.9596755035563965f,1.2124746101834905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9631400847721949f,-0.04263635833795666f,-0.26559992103290775f,-0.028763660230581165f,-0.06936662611903267f,0.9933321002362567f,0.09208479690529683f,2.0118615860060944f,0.25990276698386994f,0.10711432951713226f,-0.9596755035563965f,1.2055977900177581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9579520279971713f,0.10855686990430483f,-0.26559992103290775f,0.02121055123903678f,0.08687876786355708f,0.9919538647908079f,0.09208479690529683f,2.1190259995524885f,0.27345930547453884f,0.06513782405913966f,-0.9596755035563965f,1.1694866949291662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9579520279971713f,0.10855686990430483f,-0.26559992103290775f,-0.0032147444894317645f,0.08687876786355708f,0.9919538647908079f,0.09208479690529683f,1.895836379974557f,0.27345930547453884f,0.06513782405913966f,-0.9596755035563965f,1.1548306845158598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9626117297318584f,-0.028419310383068323f,-0.2693900528601429f,-0.29013182676464455f,-0.14888106629053222f,0.8863163429986021f,0.4384948896324545f,1.9747146501336932f,0.22630308412134786f,0.46220740250555814f,-0.8574096052565722f,1.3127358068917356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.955206141592862f,0.12251622946894367f,-0.2693900528601429f,-0.17887175297637214f,-0.008397670337130361f,0.8986944480184188f,0.4384948896324545f,1.9847384238246222f,0.29582208537596766f,0.42111526049002623f,-0.8574096052565722f,1.2829052761116568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9743390071070931f,0.0006008285271665303f,-0.22508473567668963f,-0.17336957201299452f,-0.18130238081986408f,0.5905230081347385f,0.7863917748632349f,2.004654006843627f,0.1333902018088782f,0.8070205795818223f,-0.5752606697774549f,1.22533021884651f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9264657955641512f,0.3016587333644422f,-0.22508473567668963f,-0.19852016279629142f,0.01005283438449231f,0.6176462717027354f,0.7863917748632349f,2.009860974508283f,0.376244694541362f,0.7263023417535365f,-0.5752606697774549f,1.24228901880377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9622492868174907f,0.15301363267560714f,-0.22508473567668963f,-0.23542714454251565f,-0.08669209678641356f,0.6116146309419245f,0.7863917748632349f,2.09713191929394f,0.25799377971960086f,0.7762179922117161f,-0.5752606697774549f,1.3217075394765492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9622492868174907f,0.038798317479502714f,-0.2693900528601429f,-0.24415676597540376f,-0.08669209678641356f,0.894542739124854f,0.4384948896324545f,1.8958598029908484f,0.25799377971960086f,0.44529538335779206f,-0.8574096052565722f,1.2215160782210461f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.963768085943888f,0.024652757723384936f,-0.26559992103290775f,-0.12802029603337417f,0.00009369206516612969f,0.9957511643983687f,0.09208479690529683f,1.382647969825248f,0.266741574820746f,0.08872350385284004f,-0.9596755035563965f,1.1726924451300098f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.19431435707119815f,0.0010837581583786338f,-0.9809387116962308f,-0.12842670534276615f,0.001428217021613918f,0.9999980171974079f,0.0013877310229293838f,1.00764871337622f,0.9809382706532283f,-0.0016706494267128696f,0.19431242394233816f,1.1733189386650271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.2457006455837416f,-0.35490210406117967f,-0.9020397382004189f,0.14998364006782994f,-0.11499028383120598f,0.913323396915452f,-0.39066303545541414f,0.4176387152971026f,0.9625011311079855f,0.1997119655397923f,0.1835938545705752f,0.9426665694988086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.2457006455837416f,-0.5402842874580085f,-0.8048130723874487f,-0.05847279251422989f,-0.11499028383120598f,0.8081561631440652f,-0.577633837821748f,0.7225291990217151f,0.9625011311079855f,0.23447069048871547f,0.13643704745263918f,1.032305241635333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.2009645528759882f,0.30620884211147337f,-0.9305102866170288f,0.2862914476447683f,-0.0036085973954464233f,0.950114406364541f,0.31188073496673985f,0.6893644438967051f,0.9795918673162778f,-0.05931913545650313f,0.19204430128619107f,1.2164660873402073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.2009645528759882f,-0.8830762455954768f,-0.4240160291219558f,-0.034692513540871495f,-0.0036085973954464233f,0.43217644958205853f,-0.9017818441571577f,0.7226185106581717f,0.9795918673162778f,0.18275628824104428f,0.08366548031395399f,1.2824388673672524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.030060815569922072f,-0.7811827477255587f,-0.6235782725714691f,-0.07678324174037271f,0.1345449920864259f,0.621344977134333f,-0.7718989988945438f,0.850385713578216f,0.990451408435434f,-0.06069542030401906f,0.12378236337372035f,1.1698677525843564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.34893485736807983f,-0.6960300216820435f,-0.6275242419467252f,-0.07711924518683703f,-0.13312931507101955f,0.6260048612677029f,-0.768371328940588f,0.8518653929135398f,0.9276427387643581f,0.3516534125904343f,0.1257729169227732f,1.169932981375252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.1937988073623255f,-0.7573586734445727f,-0.6235782725714691f,-0.07678324174037271f,0.0007602653489293739f,0.6357447266806076f,-0.7718989988945438f,0.850385713578216f,0.9810410002958794f,0.14911902043695427f,0.12378236337372035f,1.1698677525843564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.13720188753178286f,-0.28144946551214284f,-0.9497167158793431f,-0.07814543179895729f,0.20616743813165722f,0.9459003959453545f,-0.25053428588648485f,0.8752984680093373f,0.96885015844141f,-0.16142688534860217f,0.18780503500892612f,1.1701175387856877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.24159205136398468f,-0.19917690703768018f,-0.9497167158793431f,-0.07814543179895729f,-0.20478929004809593f,0.9461997243061033f,-0.25053428588648485f,0.8752984680093373f,0.9485223389036964f,0.2550189040560668f,0.18780503500892612f,1.1701175387856877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.1937988073623255f,-0.24592718809496267f,-0.9497167158793431f,-0.07814543179895729f,0.0007602653489293739f,0.9681074287453579f,-0.25053428588648485f,0.8752984680093373f,0.9810410002958794f,0.04783120909779059f,0.18780503500892612f,1.1701175387856877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.07912425514469017f,-0.4937041608272405f,-0.8660228367829963f,-0.05605516520506911f,0.23020617258634746f,0.8543140470828643f,-0.4659963809516577f,0.9221432497735754f,0.9699198267645336f,-0.16249218608526342f,0.18125070788907097f,1.363211729709719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.3150956227657357f,-0.3779077534019989f,-0.8705747977241973f,-0.1277650872381815f,-0.2666010831621555f,0.8451206369310738f,-0.46335188732752763f,0.9362979914360313f,0.9108449983233365f,0.3780963355440918f,0.1655431970136222f,0.9955525020273247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.1937988073623255f,-0.3223079374858321f,-0.9265849209320046f,-0.04550868230637857f,0.0007602653489293739f,0.9445403099967536f,-0.3283946174769554f,0.8052757397461089f,0.9810410002958794f,0.06293803480301599f,0.1832958251395674f,1.1650592871199448f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.1937988073623255f,-0.4183342673828416f,-0.8873772946149803f,-0.14049429835725039f,0.0007602653489293739f,0.9045897055191267f,-0.4262826370677312f,1.0073890625000002f,0.9810410002958794f,0.08193842445447089f,0.1756264511296049f,1.175703021019179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.7061024511553974f,-0.5408692482352083f,-0.4570336801438385f,-2.083163374226625f,0.22153784056203607f,0.7817629059097679f,-0.5828959977068165f,2.0050396875f,0.6725624979668804f,0.3103340381862678f,0.6718277093656934f,0.017192581282778972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.22430246877989635f,-0.5408692482352083f,-0.810647185163018f,-2.0365069504112627f,-0.22153784056203607f,0.7817629059097679f,-0.5828959977068165f,2.0050396875f,0.9490044192196124f,0.3103340381862678f,0.055528344515666794f,0.09850826621970424f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.497668520697198f,-0.5408692482352083f,-0.6780755856248943f,-1.95812382447521f,0f,0.7817629059097679f,-0.6235757844428496f,2.0985760551664274f,0.8673673059938696f,0.3103340381862678f,0.38905878892005696f,-0.0005083945867669429f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.2836917805958931f,0.44196715064575054f,0.8509900183741342f,1.1714472632376733f,-0.18902413202429985f,0.8958122986006519f,-0.4022315293313996f,2.162172207727736f,-0.9401004473644257f,-0.046747870816679644f,0.3376770431037848f,-0.3306787298211189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.31785884793057256f,0.44196715064575054f,0.8388270325533905f,1.173147299171128f,0.10766364761763159f,0.8958122986006519f,-0.4311946946073003f,2.1662204260222637f,-0.9420054627091698f,-0.046747870816679644f,-0.3323256607609341f,-0.237031603295716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.018133716623517454f,0.44196715064575054f,0.8968479280633344f,1.0377700919949004f,-0.043180995141632754f,0.8958122986006519f,-0.44232988519248256f,2.2305457996538722f,-0.9989026829376312f,-0.046747870816679644f,0.0028401750141094084f,-0.2842811928105339f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-1.3194002326817933f,0.8349731927804762f,-0.05838701342943257f,0.867586103586979f,8.673617379884035e-17f,0.10899449022519578f,1.5586938285309757f,1.2108986044233025f,0.8370121122177567f,1.3161862400278042f,-0.0920367076890608f,1.8344936067593605f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6_as_bone.mcfunction new file mode 100644 index 000000000..93a3077da --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_6_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7839712969897994f,-0.21118032944634882f,0.0879563436911034f,0.10627147234593601f,-0.1937987013847877f,0.7799326931407806f,0.14522913604433227f,1.2186893656196984f,-0.12155456915371712f,0.11854242729733874f,-0.7988220227890276f,-0.3466784962066955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.788679427283973f,0.10276667046200363f,0.086161316268836f,0.10627147234593601f,0.1169835099312883f,0.7785084775474295f,0.14226527612506018f,1.2186893656196984f,-0.06557148300275496f,0.15285143711767116f,-0.7825195325280271f,-0.3466784962066955f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4580648828862106f,0.007824160081863948f,0.6760619720335553f,0.047707309560018216f,0.21369944273169084f,0.7764236555052211f,0.1358061110278875f,1.2196277201335874f,-0.6414464558223479f,0.2530800943088323f,-0.4375401177286783f,-0.38265531955251875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.41749317188204205f,-0.16463535699926402f,0.6622647889308297f,0.047707309560018216f,-0.0976573990621822f,0.782792973176756f,0.1330345577416041f,1.2196277201335874f,-0.6753980188305866f,-0.011417546619978736f,-0.4286107275709502f,-0.38265531955251875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5156085132293381f,-0.8136483659479979f,1.230256252849618f,-0.716808015408557f,1.3094416151058041f,0.347362958450114f,0.7785293069152166f,1.0222346019656865f,-0.6789085120357047f,1.287913646828442f,0.5672459084017516f,-0.5479093227440044f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6776168424442559f,-0.5719485137238032f,0.46228812712961664f,-0.5561581806655691f,-0.5796183968772375f,0.8022506396979125f,0.14295602507677382f,1.1870409057882956f,-0.45263443178500834f,-0.1710812928213436f,-0.8751304259418937f,-0.4511502100859185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4994646306090183f,-0.5719485137238032f,0.6506996084367418f,-0.3716141141808132f,-0.5060374667084266f,0.8022506396979125f,0.3167333158851589f,1.3751604834137838f,-0.7031793263868859f,-0.1710812928213436f,-0.69012319638501f,-0.2005516715769937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.22527396015589865f,0.5363182056157964f,0.8133968436137005f,0.23687708896552923f,0.8605695718236764f,0.2818975915406562f,-0.42420957077226745f,1.156241169103357f,-0.4568059269831036f,0.7955479433752749f,-0.3980349417632548f,0.35010320215790586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.24038908361291295f,0.48031339343369334f,0.8435117856722298f,0.1369147867427029f,0.6732156357200385f,0.7085261169466542f,-0.21159264974606343f,1.367012490393392f,-0.6992809137262422f,0.517000759856991f,-0.4936764304739347f,0.11184508378429428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8569804911963648f,-0.06749045740434992f,0.5109104382063345f,-0.3258955807774429f,-0.3588858722012149f,0.7896356672836821f,-0.49767101953783416f,1.0007336394300252f,-0.3698450600497597f,-0.6098528930101141f,-0.7009237336857584f,0.066707370164995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.855108835545782f,-0.09125023829072271f,0.5103550463975279f,-0.3398152814169689f,-0.20528264808785862f,0.9635276869550866f,-0.171678277207738f,1.1803220915015555f,-0.47607553367671906f,-0.2515706471011014f,-0.8426531289632527f,0.014271291777518194f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8111964888621065f,-0.1240390753162195f,0.5714670281411582f,-0.03128274665227133f,-0.40908884893211905f,0.8186784066227821f,-0.4030036975127856f,0.9961294281933669f,-0.4178595100475566f,-0.5606959731657434f,-0.7148520515033414f,0.20997793180490967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8218288595973926f,-0.24271250627591895f,0.5154492844403908f,-0.0735697835512537f,-0.28163814475740623f,0.9595166890674425f,0.0027710681441273366f,1.1760561265694132f,-0.4952547636827487f,-0.14289283641356942f,-0.8569156063179324f,0.17782980243787835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9774587983128442f,-0.03786971448929105f,0.2077021480998933f,0.14333407228670067f,0.011561983766409947f,0.9727039025557529f,0.23176159838116736f,1.8872361795200772f,-0.21080943558625564f,0.22893886231329924f,-0.9503401386821966f,0.15998750219921481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9774587983128442f,-0.03786971448929105f,0.2077021480998933f,0.2041945679189587f,0.011561983766409947f,0.9727039025557529f,0.23176159838116736f,1.786942267157602f,-0.21080943558625564f,0.22893886231329924f,-0.9503401386821966f,0.05018111024308107f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9774587983128442f,-0.03786971448929105f,0.2077021480998933f,-0.43092297172209526f,0.011561983766409947f,0.9727039025557529f,0.23176159838116736f,1.8940288449828429f,-0.21080943558625564f,0.22893886231329924f,-0.9503401386821966f,0.03613695879228962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9774587983128442f,-0.03786971448929105f,0.2077021480998933f,-0.44337188596330057f,0.011561983766409947f,0.9727039025557529f,0.23176159838116736f,1.7946020814028487f,-0.21080943558625564f,0.22893886231329924f,-0.9503401386821966f,-0.08948014083281329f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9731391793828535f,0.0899009652876435f,0.21193856182963977f,0.044603307724540964f,0.16111049221346058f,0.9235460691406634f,0.34800297049531786f,1.9897922466834794f,-0.1644492227065928f,0.37280085114599526f,-0.9132228526137631f,0.154182730901699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9752218306641376f,-0.06343837171359228f,0.21193856182963977f,-0.06836692326397337f,0.014652519440750952f,0.9373789181544853f,0.34800297049531786f,2.000926323455503f,-0.22074348160280144f,0.3424855278604554f,-0.9132228526137631f,0.13220774808404023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9668291959611418f,0.1413621440317621f,0.21273939473420367f,-0.08582752727552019f,0.23067749075334448f,0.8408808761718773f,0.4895990679608737f,2.0008136360486923f,-0.10967771467747046f,0.5224328629816074f,-0.8455972460811166f,0.10681418661982714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9631925118303414f,-0.1643232639709977f,0.21273939473420367f,-0.05849357773235757f,-0.040459150238422614f,0.8710085015737954f,0.4895990679608737f,2.008938023942736f,-0.26575033831764394f,0.4629709009258458f,-0.8455972460811166f,0.11839499612171218f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9770398355763401f,-0.011623666593755803f,0.21273939473420367f,-0.00579144314487677f,0.09629471802831277f,0.8666141470872093f,0.4895990679608737f,2.1143596417496804f,-0.19005390545002177f,0.4988434728882656f,-0.8455972460811166f,0.15573682307406678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9770398355763401f,0.02179921343860985f,0.21193856182963977f,-0.010696266168563978f,0.09629471802831277f,0.9325348571534913f,0.34800297049531786f,1.9045392988901453f,-0.19005390545002177f,0.36042132912353464f,-0.9132228526137631f,0.07464202402127161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.959500529978372f,-0.19031171967567623f,0.2077021480998933f,-0.3341317869556398f,-0.1407447780786207f,0.9625369961510083f,0.23176159838116736f,2.0018179018273075f,-0.24402795006888645f,0.1931423837345923f,-0.9503401386821966f,0.06055989974854843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9774587983128442f,-0.037869714489291065f,0.2077021480998933f,-0.22192481118260277f,0.011561983766409947f,0.972703902555753f,0.23176159838116736f,2.010288444122342f,-0.21080943558625564f,0.2289388623132992f,-0.9503401386821966f,0.08714909165234858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9392625814987565f,-0.27321350748266787f,0.2077021480998933f,-0.19992823468745166f,-0.22409982852766225f,0.946607536611493f,0.23176159838116736f,2.0058284156272452f,-0.2599328179552635f,0.17113898141376f,-0.9503401386821966f,0.09086888913553096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9777194155515314f,0.03040661323235383f,0.2077021480998933f,-0.22875828284355956f,0.07938621359449684f,0.9695279215200228f,0.23176159838116736f,2.0158931404951463f,-0.19432594665844516f,0.24308650160961753f,-0.9503401386821966f,0.08702242821022019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9704387093884284f,-0.12291675636466926f,0.2077021480998933f,-0.2827172359288256f,-0.07325874417327195f,0.9700101638219888f,0.23176159838116736f,2.125682081691695f,-0.22996057862746067f,0.2096944278869301f,-0.9503401386821966f,0.0691209113992669f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9704387093884284f,-0.12291675636466926f,0.2077021480998933f,-0.25506096574677506f,-0.07325874417327195f,0.9700101638219888f,0.23176159838116736f,1.9074297948317478f,-0.22996057862746067f,0.2096944278869301f,-0.9503401386821966f,0.0219396651247077f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9774587983128442f,-0.03786971448929105f,0.2077021480998933f,-0.11996107941002951f,0.011561983766409947f,0.9727039025557529f,0.23176159838116736f,1.4002312468517115f,-0.21080943558625564f,0.22893886231329924f,-0.9503401386821966f,-0.039342193028757605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8519855931702887f,-0.0879634759065038f,0.5161230240327563f,-0.08697477594509058f,0.013651087782855396f,0.9817182298315325f,0.18984984861407486f,1.032086910664887f,-0.5233872341131526f,0.16879497659257597f,-0.8352089912378193f,-0.10264030925097359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7800115306703662f,-0.1124145816966699f,0.6155850662932256f,-0.08618161161910051f,-0.37811174602340736f,0.8685088769177494f,-0.3205055978203814f,0.588987243688259f,-0.4986115918632484f,-0.48275800618636283f,-0.7199522122492331f,0.2682945417543544f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7800115306703662f,0.2806900641332397f,0.559280877482996f,0.0207816181255894f,-0.37811174602340736f,0.5007369461251743f,-0.7786488414583076f,0.7376152894729011f,-0.4986115918632484f,-0.8188257437832007f,-0.2844483815694605f,-0.011744199295563487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7512924435332458f,0.26054253600220123f,0.6063639593704316f,-0.3926741033110407f,0.2545868709172014f,0.9620766762934341f,-0.09794893612882011f,0.6576591509089288f,-0.6088884868729518f,0.08078400748738013f,-0.7891316459804701f,0.06912081188715657f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7512924435332458f,0.6560496089873147f,0.07182321934747976f,-0.17007676813231665f,0.2545868709172014f,0.38849880756195165f,-0.8855812789798181f,0.7319896193241873f,-0.6088884868729518f,-0.6470452743591698f,-0.45889783556150476f,-0.1744576720228343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.752853212673179f,0.3961280179112894f,0.52563735939652f,-0.0825631777263751f,0.0896613263251878f,0.8528910836248935f,-0.5143322331283189f,0.9243632888884107f,-0.6520528251064337f,-0.3400873312824639f,-0.6776191558478039f,-0.10336665105862082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8429343699452826f,0.158329376200589f,0.5141920425258268f,-0.08011942283096425f,-0.20745184394491473f,0.7861648582703432f,-0.5821585248578139f,0.9020385631096556f,-0.4964125103266477f,-0.5973915167230812f,-0.6298396584357738f,-0.10473968642512463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8079082647011974f,0.26643874011515944f,0.52563735939652f,-0.0825631777263751f,-0.05233595624294383f,0.8559925827069844f,-0.5143322331283189f,0.9243632888884107f,-0.5869797130324322f,-0.44304299578762457f,-0.6776191558478039f,-0.10336665105862082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8026507562947937f,0.09390356542347406f,0.5890109369274521f,-0.08685436857353267f,0.08704377787213588f,0.9953980266064837f,-0.040076793305657304f,0.9486874411120448f,-0.5900636780493627f,0.019102068701515817f,-0.8071306999601616f,-0.0996291099891483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7950334811244427f,-0.14487194369854842f,0.5890109369274521f,-0.08685436857353267f,-0.2077858391604721f,0.9773530046419842f,-0.040076793305657304f,0.9486874411120448f,-0.56986560602964f,-0.15425052429826802f,-0.8071306999601616f,-0.0996291099891483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8079082647011974f,-0.018717692361636833f,0.5890109369274521f,-0.08685436857353267f,-0.05233595624294383f,0.9978250339225171f,-0.040076793305657304f,0.9486874411120448f,-0.5869797130324322f,-0.06320482315601263f,-0.8071306999601616f,-0.0996291099891483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7838674031917556f,0.21175345601134218f,0.5837057204453852f,-0.2449580516949631f,0.12788864543627435f,0.9749565616399071f,-0.18194558879996262f,0.9649298745749637f,-0.607615329449388f,-0.06797188229365675f,-0.7913175308531771f,-0.21354580852042587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.802056498682015f,-0.07987517314977294f,0.5918828681726145f,0.07044927038960082f,-0.2638512230599147f,0.9364528746687433f,-0.23116778671439947f,0.9799196551526806f,-0.5358058463769633f,-0.3415786442957766f,-0.7721632759652102f,0.011155846940218636f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8079082647011974f,0.06548367487785445f,0.5856587096184871f,-0.09865727441412979f,-0.05233595624294383f,0.9819073908857435f,-0.18198577803797858f,0.8145199500450531f,-0.5869797130324322f,-0.1776788227348526f,-0.7898639455247469f,-0.08047180545519285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8079082647011974f,0.055252547563196405f,0.5867123586692857f,-0.07999999999999999f,-0.05233595624294383f,0.9849339313982605f,-0.16482141385300486f,1.035f,-0.5869797130324322f,-0.16386673478208913f,-0.7928445684497182f,-0.1125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.44174466340270524f,-0.5067643126626463f,-0.740305061286755f,-0.7548261717453287f,0.1011133624390156f,0.848048096156426f,-0.5201831548038993f,1.371875f,0.8914245567020839f,0.1549333986492805f,0.42586136440334227f,0.36664574338002265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.13225536265083906f,-0.5067643126626463f,-0.8518793637961013f,-0.7274163244275722f,-0.1011133624390156f,0.848048096156426f,-0.5201831548038993f,1.371875f,0.9860449315251162f,0.1549333986492805f,0.0609182648851051f,0.45629931425155723f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.2923717047227367f,-0.5067643126626463f,-0.8109924276397876f,-0.6194723839404823f,0f,0.848048096156426f,-0.5299192642332049f,1.4513628896349806f,0.9563047559630353f,0.1549333986492805f,0.24794526756012575f,0.3742807386817711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7902868264904539f,-0.4170653775710297f,0.44889108111788256f,0.5006052439047258f,-0.49628147190410005f,0.8653581470935418f,-0.06971354175145658f,2.0401025737540817f,-0.35937644959060244f,-0.277870020135974f,-0.8908629633054043f,-0.28088911647822534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7994694403506359f,-0.4170653775710297f,-0.43232520719589695f,0.5858077889650319f,-0.20386867608534837f,0.8653581470935418f,-0.4578131061580035f,2.0776269262459177f,0.5650541362176267f,-0.277870020135974f,-0.7768539599261787f,-0.2919123549005276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9088271473099316f,-0.4170653775710297f,0.009470329668289368f,0.5417859669846354f,-0.40025975991292145f,0.8653581470935418f,-0.30157486939942896f,2.104100980409914f,0.11758120983789105f,-0.277870020135974f,-0.9533954641190039f,-0.14339141607152586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000012640890537108554f,0f,0.000009184144567069894f,-0.48994144110797644f,0f,0.000015625f,0f,1.2011224999999999f,-0.000009184144567069894f,0f,-0.000012640890537108554f,0.4394568435743554f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7.mcfunction new file mode 100644 index 000000000..fe5c169b3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70.mcfunction new file mode 100644 index 000000000..c7c07dace --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70_as_bone.mcfunction new file mode 100644 index 000000000..64241d4e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_70_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.5335490702053985f,0.09407909660912674f,-0.6110801565331749f,-0.44010054715242525f,-0.14181267842799308f,0.8042596649599698f,0f,1.1427229165093997f,0.6017964758657843f,0.10611295559040836f,0.5417799246334574f,1.094826141616307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.5181429327255995f,-0.11486952267142529f,-0.5986091329304571f,-0.44010054715242525f,0.17315169115048232f,0.7810368056959467f,0f,1.1427229165093997f,0.5844197063055308f,-0.12956272963129065f,0.5307231914776726f,1.094826141616307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.533549070205399f,0.0940790966091268f,-0.6110801565331745f,-0.4401005471524253f,0.14181267842799308f,0.8042596649599698f,0f,1.1427229165093997f,0.601796475865784f,-0.10611295559040827f,-0.5417799246334578f,1.1951738583836926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5181429327256f,-0.11486952267142539f,-0.5986091329304567f,-0.4401005471524253f,-0.17315169115048232f,0.7810368056959467f,0f,1.1427229165093997f,0.5844197063055303f,0.12956272963129056f,-0.530723191477673f,1.1951738583836926f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.011102228445861024f,1.5586812902013543f,-0.10860767053840285f,0.19551415191207566f,-0.28719060145345476f,0.10879568120142566f,1.5320219672670239f,1.1962354607789403f,1.5358400141161643f,0.009076636390212429f,0.28726175469682874f,1.893065949748672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.5372996083468237f,-1.035959399343874e-16f,-0.8433914458128859f,0.05111048790166706f,-0.2536126990082286f,0.9537169507482269f,-0.16156910830126447f,1.2798187496473246f,0.804356717987804f,0.3007057995042731f,0.5124317441107491f,1.707367048089748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.5372996083468237f,-1.035959399343874e-16f,-0.8433914458128859f,-0.12519094608713446f,-0.2536126990082286f,0.9537169507482269f,-0.16156910830126447f,1.3630354165093996f,0.804356717987804f,0.3007057995042731f,0.5124317441107491f,1.4434375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3656424581655273f,-0.08334294286816475f,-0.9270164759381272f,-0.17523243241836312f,0.7990215774896205f,0.4827038437951099f,-0.35855476275099807f,1.063875275643031f,0.47735742530379577f,-0.8718090118021837f,-0.10990421032804434f,0.7098451350181662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.11788403657544143f,-0.0898280285417922f,-0.9889561563633521f,-0.12519094608713424f,0.8979267960793277f,0.43493387083145374f,0.06752774900943948f,1.3630354165093996f,0.4240646446043262f,-0.8959706765803573f,0.13193075420364728f,0.8465625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.25881904510252074f,-0.9659258262890682f,0.10547924533771157f,0f,0.9659258262890682f,-0.25881904510252074f,1.0201427937031857f,1f,-8.916556413118073e-17f,-3.3277041562310753e-16f,1.30125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.13052619222005157f,-0.9914448613738104f,0.0748090539128656f,0f,0.9914448613738104f,-0.13052619222005157f,1.2052229165093997f,1f,-4.49674851345879e-17f,-3.4156196014995296e-16f,1.30125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.25881904510252074f,-0.9659258262890682f,0.10547924533771168f,0f,0.9659258262890682f,-0.25881904510252074f,1.0201427937031857f,1f,-8.916556413118073e-17f,-3.3277041562310753e-16f,0.98875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.13052619222005157f,-0.9914448613738104f,0.07480905391286571f,0f,0.9914448613738104f,-0.13052619222005157f,1.2052229165093997f,1f,-4.49674851345879e-17f,-3.4156196014995296e-16f,0.98875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,0.17407363250840666f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.8987019758790598f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.1706197624389305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,0.1963130067405612f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.782957448088029f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.061400134989495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,-0.4072431291332793f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.8971441333094492f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.255617678654279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,-0.4592144053234677f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.7812007319988936f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.157248849019569f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9756196522194168f,0.1653547612114657f,-0.14430556866581057f,0.0745843253471558f,0.15315140999412075f,0.9839104757657581f,0.09200446345266172f,2.00677285377417f,0.15719713680622988f,0.06766076132514758f,-0.985246711010407f,1.1730809370407547f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.010698431332777217f,-0.14430556866581057f,-0.03928059122496878f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,2.0165020287014648f,0.1446773041963378f,0.09141879507877725f,-0.985246711010407f,1.1906668562449705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9574955078648488f,0.24975639185148396f,-0.14430556866581057f,-0.06142820358502846f,0.23832207095398464f,0.9668183744638864f,0.09200446345266172f,2.012141452032389f,0.16249597814973427f,0.05370265848481086f,-0.985246711010407f,1.1935035379087535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9878113116140792f,-0.058349940011189774f,-0.14430556866581057f,-0.03252012975303408f,-0.07210554962555957f,0.9931444851671803f,0.09200446345266172f,2.0221773587390937f,0.13794782477613915f,0.10128828206020059f,-0.985246711010407f,1.1902066501493247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9847776568399963f,0.09689617866955938f,-0.14430556866581057f,0.021268508521329707f,0.08414421558741407f,0.992197021608091f,0.09200446345266172f,2.129498312017859f,0.15209443636078518f,0.07846146105745294f,-0.985246711010407f,1.1606323384721828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9847776568399963f,0.09689617866955938f,-0.14430556866581057f,-0.0005331316793211194f,0.08414421558741407f,0.992197021608091f,0.09200446345266172f,1.9062539821560387f,0.15209443636078518f,0.07846146105745294f,-0.985246711010407f,1.142978509734256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9827276737576895f,-0.09043917250013968f,-0.16145301269499387f,-0.3053499435848002f,-0.15202229818855717f,0.892026895336569f,0.42564919693295666f,1.9853277038386548f,0.10552506851108548f,0.4428417031781124f,-0.890368286633143f,1.2627817478209769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9847764689193929f,0.06440676171305432f,-0.16145301269499387f,-0.19126940263783443f,-0.010606901257841056f,0.904826090912522f,0.42564919693295666f,1.9956677387319854f,0.17350158474307498f,0.420881829317449f,-0.890368286633143f,1.2470383529948168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.982097366741719f,-0.10634739495430978f,-0.15548309819852896f,-0.17830104561893376f,-0.18785078587868978f,0.6143831677508765f,0.766319388655381f,2.0135559957484634f,0.014030127716453858f,0.7818078758690208f,-0.6233615329368899f,1.1921013779072058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9668932526244094f,0.2023423934917658f,-0.15548309819852896f,-0.20544291896313457f,0.011198125891841437f,0.6423622004347341f,0.766319388655381f,2.0189934199837833f,0.25493536436889347f,0.7392079269384695f,-0.6233615329368899f,1.2055556989250986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9866425162980824f,0.04859579413462229f,-0.15548309819852896f,-0.25277709768155265f,-0.08942732880718486f,0.6362054286417671f,0.766319388655381f,2.1081942333978594f,0.13615909038841162f,0.7699877280575129f,-0.6233615329368899f,1.2768882647178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9866425162980824f,-0.021667250049282653f,-0.16145301269499387f,-0.24790196642046408f,-0.08942732880718486f,0.9004585021047559f,0.42564919693295666f,1.9055910704242898f,0.13615909038841162f,0.4344019063753761f,-0.890368286633143f,1.1791478357833405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.989475338964572f,0.01069843133277722f,-0.14430556866581057f,-0.12519094608713435f,-0.002651646926996709f,0.9957550639958415f,0.09200446345266172f,1.3927229165093997f,0.14467730419633784f,0.09141879507877725f,-0.985246711010407f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0f,-1f,-0.12519094608713435f,0f,1f,0f,1.0177229165093997f,1f,-2.465190328815662e-32f,-3.445092848397666e-16f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.055162752467670266f,-0.39913199244843733f,-0.9152326061413738f,0.2017910858299913f,-0.11829690442127533f,0.9075597355075109f,-0.40291583350605664f,0.43857395488573603f,0.9914448613738104f,0.1304951305209405f,0.0028474138772791348f,0.9720355995841652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.055162752467670266f,-0.6052315743502775f,-0.7941358902289173f,-0.03065451293838306f,-0.11829690442127533f,0.7857835425478109f,-0.6070832452517169f,0.7321718259712761f,0.9914448613738104f,0.12743220028900507f,-0.028251038652918847f,1.02f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,0.27982901403099203f,-0.9600498543859287f,0.2725112775017557f,0f,0.9600498543859287f,0.27982901403099203f,0.6993134731928177f,1f,9.640369350123408e-17f,-3.307460887450184e-16f,1.2700000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.90630778703665f,-0.4226182617406995f,-0.05553675717770272f,0f,0.4226182617406995f,-0.90630778703665f,0.7322924353193747f,1f,-3.1223144755670784e-16f,-1.4559591511251366e-16f,1.27f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.15926959541041588f,-0.7493045340922925f,-0.6427876096865393f,-0.07547221307548956f,0.1336430587666343f,0.6287411581963063f,-0.766044443118978f,0.8622978418344402f,0.9781476007338057f,-0.20791169081775954f,-2.2144629971697269e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.15926959541041522f,-0.7493045340922927f,-0.6427876096865393f,-0.07547221307548956f,-0.1336430587666343f,0.6287411581963063f,-0.766044443118978f,0.8622978418344402f,0.9781476007338057f,0.20791169081775904f,-2.2144629971697269e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.766044443118978f,-0.6427876096865393f,-0.07547221307548956f,0f,0.6427876096865393f,-0.766044443118978f,0.8622978418344402f,1f,-2.6390942325439645e-16f,-2.2144629971697269e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.0520569299899167f,-0.2449086002375724f,-0.9681476403781079f,-0.07674862487477464f,0.20128921287223636f,0.9469912915919415f,-0.2503800040544415f,0.8872182556134818f,0.9781476007338057f,-0.20791169081775937f,-3.335358512059695e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.05205692998991602f,-0.24490860023757258f,-0.9681476403781079f,-0.07674862487477464f,-0.20128921287223636f,0.9469912915919415f,-0.2503800040544415f,0.8872182556134818f,0.9781476007338057f,0.2079116908177592f,-3.335358512059695e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.2503800040544415f,-0.9681476403781079f,-0.07674862487477464f,0f,0.9681476403781079f,-0.2503800040544415f,0.8872182556134818f,1f,-8.625823613497352e-17f,-3.335358512059695e-16f,1.15125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.10755495205000466f,-0.4482911024865862f,-0.8873933849882374f,-0.09172501100537678f,0.22610956087388093f,0.8581512984588184f,-0.4609238716261771f,0.932645103220014f,0.9681458561451068f,-0.2502227735135331f,0.009064482569522496f,1.3450000000000002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.12877950145658004f,-0.44295840327243513f,-0.8872450016624096f,-0.09134331560815633f,-0.26254026467241653f,0.847541976413986f,-0.4612431112136112f,0.9466153146938516f,0.9562888943359805f,0.2923361954780985f,-0.007148383247898498f,0.9700000000000001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.3316672161455225f,-0.9433964478066892f,-0.043071232142312635f,0f,0.9433964478066892f,-0.3316672161455225f,0.8149968538339987f,1f,-1.142624354390903e-16f,-3.2500883555425874e-16f,1.1528125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-3.4450928483976665e-16f,-0.42261826174069944f,-0.9063077870366499f,-0.13750000000000015f,0f,0.9063077870366499f,-0.42261826174069944f,1.0175f,1f,-1.455959151125137e-16f,-3.122314475567078e-16f,1.145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6138823854669759f,-0.5631935587025281f,-0.5531378058398804f,-1.7425473348135108f,0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.7612370188069473f,0.23686044612894466f,0.6036682286301877f,-0.36070916421808813f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.11471106207252577f,-0.5631935587025281f,-0.8183241336256528f,-1.706202665186489f,-0.2089655904958672f,0.79165026652909f,-0.5741282413303967f,1.9912499999999997f,0.9711718458784246f,0.23686044612894466f,-0.026877031694192643f,-0.274290835781913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38767647602156613f,-0.5631935587025281f,-0.7297396558879626f,-1.6149140516168055f,-1.3877787807814457e-17f,0.79165026652909f,-0.6109745129744945f,2.082896176946174f,0.9217955033192015f,0.23686044612894466f,0.30690418556953114f,-0.36353562783543025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.3099755192194448f,0.42261826174069944f,0.8516507396391463f,1.3437500000000002f,-0.15224735203951148f,0.9062772944875664f,-0.3943123245515587f,2.1589904864615224f,-0.9384753173534146f,-0.007434402435055841f,0.34526628618913974f,-0.05499842289974863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.30997551921944433f,0.42261826174069944f,0.8516507396391465f,1.3437500000000002f,0.13683083855899267f,0.9062772944875664f,-0.3999234765746312f,2.1597595135384773f,-0.9408466926677685f,-0.007434402435055841f,-0.33875098605990045f,0.03874842289974964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[2.2198284840107434e-16f,0.42261826174069944f,0.9063077870366498f,1.2078038319445028f,-0.008202955487521698f,0.9062772944875664f,-0.4226040428315451f,2.2227656064247316f,-0.9999663551946483f,-0.007434402435055841f,0.003466718789272954f,-0.008645007818390437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-3.21721063069697e-20f,0.00001556554215768352f,-0.0000013618084804321637f,0.7187499999999997f,-1.5407439555097887e-36f,0.0000013618084804321637f,0.00001556554215768352f,1.2336225f,0.000015625f,3.2049681729447235e-20f,-2.8039838209405694e-21f,1.9022175000000003f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71.mcfunction new file mode 100644 index 000000000..9438ce79d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71_as_bone.mcfunction new file mode 100644 index 000000000..d76f013e5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_71_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.06869440381713286f,0.010936022444399328f,-0.8136989165174972f,-0.33073464800467284f,-0.14090087873467982f,0.8044191768042991f,-0.0010838845571118313f,1.215912057763089f,0.801481419435565f,0.14048001938721993f,0.06955100931663448f,0.8260466496334445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.06626976812097175f,-0.015854344098170783f,-0.7970928161804054f,-0.33073464800467284f,0.17403668930345506f,0.7808393582757694f,-0.0010617644641095492f,1.215912057763089f,0.7780228458146234f,-0.17331628988846196f,0.06813160096323378f,0.8260466496334445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7809415664850028f,0.13652441415579575f,-0.1960504999223694f,-0.38774915500000445f,0.14090087873467982f,0.8044191768042991f,-0.0010838845571118313f,1.215912057763089f,0.19292914904749162f,-0.03486139373798566f,-0.7927846309805079f,0.9056479892872845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7579509166761496f,-0.16919636298359214f,-0.1920494693117088f,-0.38774915500000445f,-0.17403668930345506f,0.7808393582757694f,-0.0010617644641095492f,1.215912057763089f,0.18767428882528664f,0.0407736105907866f,-0.7766053527972323f,0.9056479892872845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.8881589813047011f,1.255168938544332f,-0.27772434110334965f,-0.28773879922577655f,-0.20303061979434975f,0.19636533076869225f,1.5367581053301862f,1.254233825858275f,1.2693929420607777f,0.9096141174067142f,0.051477821056121434f,1.8411987701352295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.04198438191804092f,-0.1928375371057907f,-0.9803320845294887f,-0.2947923964338643f,-0.27918962667997244f,0.9443749318703801f,-0.1738077685522496f,1.3437746272197757f,0.9593177075553527f,0.2664013369669671f,-0.09348723780792086f,1.6082698790144732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.057377589531697915f,-0.1928375371057907f,-0.9795516813841445f,-0.2761821749534018f,-0.2818852375204925f,0.9443749318703801f,-0.16940100626274415f,1.4367762841967398f,0.957730925201618f,0.2664013369669671f,-0.10854401215481635f,1.2924309641121792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5762531366019998f,0.44843637558876154f,-0.6832548130859908f,0.11487540008057787f,0.7990697084126519f,0.48460505576748225f,-0.35587292819476257f,1.13983393548992f,0.1715223707091182f,-0.7510411153681338f,-0.6375871072825368f,0.6635819276936892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.1633508943734438f,0.4559476868927006f,-0.8748875311287685f,0.071375417845447f,0.8924324046410188f,0.44633084468711454f,0.06597863462921558f,1.4367762841967398f,0.42057209661845685f,-0.77000031421947f,-0.47981103327025787f,0.8071851652505408f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5477790395147042f,-0.3701669730423555f,-0.750276306394523f,0.009468422017623906f,-0.2575904176659325f,0.927849167805379f,-0.269709285211978f,1.0960335824282632f,0.7959807162205869f,0.04552289392740372f,-0.6036077911470622f,1.2924420707397273f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.5771286199778324f,-0.18702886140216635f,-0.7949482756790481f,-0.030567916218276314f,-0.130525993417342f,0.9820334910291381f,-0.13628348226964201f,1.2793130902320413f,0.8061547748695027f,0.025108315350358956f,-0.5911717613818914f,1.2934550563592828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5488669468248497f,-0.3661952298797639f,-0.7514293900936231f,0.1898849448978998f,-0.2577696674172959f,0.9292745492153637f,-0.2645819546759743f,1.0957117718920828f,0.7951728574610328f,0.04847541432406194f,-0.6044421072057822f,1.0372243490789514f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.5771286199778324f,-0.17869407976453533f,-0.7968632140208184f,0.15139940985441935f,-0.130525993417342f,0.9834067767146745f,-0.12599236704685868f,1.2793130902320413f,0.8061547748695027f,0.03129756170630926f,-0.5908764182012521f,1.0393996642851266f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9452501349423031f,-0.03585427946079829f,0.3243711655432786f,0.14986283178090268f,-0.006637826194884169f,0.9958531267673331f,0.09073306547853799f,1.9736915010646174f,-0.32627920812544065f,0.08361232296780854f,-0.9415682969349395f,1.2088092442654808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9452501349423031f,-0.03585427946079829f,0.3243711655432786f,0.2202012935435211f,-0.006637826194884169f,0.9958531267673331f,0.09073306547853799f,1.857965003589622f,-0.32627920812544065f,0.08361232296780854f,-0.9415682969349395f,1.122321146361558f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9452501349423031f,-0.03585427946079829f,0.3243711655432786f,-0.4054716224977005f,-0.006637826194884169f,0.9958531267673331f,0.09073306547853799f,1.969791778175123f,-0.32627920812544065f,0.08361232296780854f,-0.9415682969349395f,1.0171202094917844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9452501349423031f,-0.03585427946079829f,0.3243711655432786f,-0.40602692085575465f,-0.006637826194884169f,0.9958531267673331f,0.09073306547853799f,1.8535674437355114f,-0.32627920812544065f,0.08361232296780854f,-0.9415682969349395f,0.9061611709784536f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9392213822553462f,0.11245684540503505f,0.3243711655432786f,0.060011968790865615f,0.14922964760490487f,0.9846309070431332f,0.09073306547853799f,2.0813523521593376f,-0.30918232062987183f,0.133624229902233f,-0.9415682969349395f,1.1649976267380207f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9452501349423033f,-0.0358542794607983f,0.3243711655432786f,-0.049227996611676095f,-0.006637826194884164f,0.9958531267673331f,0.09073306547853799f,2.090623367196041f,-0.32627920812544065f,0.08361232296780856f,-0.9415682969349395f,1.1282577456271528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9258461014488424f,0.1938874503315659f,0.3243711655432786f,-0.0701866804338035f,0.23447802177775046f,0.967877868396659f,0.09073306547853799f,2.0861733297035707f,-0.2963596695489676f,0.1600627641641381f,-0.9415682969349395f,1.120608636936612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9404464850178678f,-0.10170425645779524f,0.3243711655432786f,-0.04303147027637866f,-0.07608885927423993f,0.9929642472532495f,0.09073306547853799f,2.0963262445583353f,-0.331316909184972f,0.060648560536543335f,-0.9415682969349395f,1.1309420055189274f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9447780791571174f,0.04666613449047353f,0.3243711655432786f,0.017971925315917205f,0.0801817516687866f,0.9926421296359491f,0.09073306547853799f,2.203848082187015f,-0.3177503231210207f,0.11173125956295608f,-0.9415682969349395f,1.1291296340305834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9447780791571174f,0.04666613449047353f,0.3243711655432786f,0.007472045055560678f,0.0801817516687866f,0.9926421296359491f,0.09073306547853799f,1.9805036030189265f,-0.3177503231210207f,0.11173125956295608f,-0.9415682969349395f,1.1039901006289183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.921020678155599f,-0.283144306311148f,0.26748871417945824f,-0.31825751448148054f,-0.1564133162950916f,0.8977720885725515f,0.41175253668392864f,2.0594328978205945f,-0.3567292879697051f,0.33739380371260097f,-0.8711541977864596f,1.0689270796499508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9539749133482838f,-0.13557895297115738f,0.26748871417945824f,-0.2097401836740154f,-0.014045112414583547f,0.9111874578546456f,0.41175253668392864f,2.0702330690366813f,-0.29955733928481365f,0.3890446814437038f,-0.8711541977864596f,1.1073521475240147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8787697311852258f,-0.45116431897037423f,0.1556101437588337f,-0.1733893601648641f,-0.1956053938230379f,0.6379047009729503f,0.7448598004886189f,2.086163568043418f,-0.4353186068386932f,0.624122063193258f,-0.6488215168868938f,1.066039284085501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9751771209840947f,-0.15752798439810065f,0.1556101437588337f,-0.2036372159679227f,0.011091608974430678f,0.6671288135183587f,0.7448598004886189f,2.0917946301280286f,-0.22114827360739558f,0.7280962026443061f,-0.6488215168868938f,1.06524935743281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9385282664429415f,-0.3081398647480761f,0.1556101437588337f,-0.27793715958810994f,-0.09340688619318281f,0.6606504607035013f,0.7448598004886189f,2.182805746982761f,-0.3323249113432536f,0.6845369183070322f,-0.6488215168868938f,1.1037479225767373f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9385282664429415f,-0.2182074262581996f,0.26748871417945824f,-0.2288404886800151f,-0.09340688619318281f,0.9064960022780264f,0.41175253668392864f,1.9788441464702053f,-0.3323249113432536f,0.36145610657412963f,-0.8711541977864596f,1.0224202985975581f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9452501349423031f,-0.03585427946079829f,0.3243711655432786f,-0.10244550251179554f,-0.006637826194884169f,0.9958531267673331f,0.09073306547853799f,1.4664637389801032f,-0.32627920812544065f,0.08361232296780854f,-0.9415682969349395f,1.0497778933714532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5822954434326262f,-0.001418912263348615f,-0.812976016402446f,-0.10191341041303982f,0f,0.9999984769132877f,-0.0017453283658983576f,1.0914643101376202f,0.8129772546372999f,-0.0010162967547563406f,-0.5822945565461736f,1.0501590046544869f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5326356833661f,-0.4127924281062836f,-0.7388515683838306f,0.2721043074337993f,-0.11839300136145496f,0.9007483375202918f,-0.41789416086260067f,0.5236371863461349f,0.8380228672499063f,-0.1351104872041743f,-0.5286424407987846f,1.1063084094876054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5326356833661f,-0.5899557246060355f,-0.6068372696281064f,0.04711105186659503f,-0.11839300136145496f,0.7618971145294149f,-0.6367855872272693f,0.8056103360591199f,0.8380228672499063f,-0.2673294407212179f,-0.4756602191585152f,1.0031420254751315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5846708866208031f,0.20670097658330078f,-0.7844964376066685f,0.147843718424158f,0.006332310365476652f,0.9681305598575776f,0.25036597395670324f,0.7735248051542534f,0.8112458666664989f,0.1414140210494103f,-0.567346647533197f,1.3842431280363083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5846708866208031f,-0.7372768440906836f,-0.3385008264476257f,-0.11847905407039672f,0.006332310365476652f,0.4130876720058861f,-0.9106692468081882f,0.8058920339745103f,0.8112458666664989f,-0.5345852882416791f,-0.23685166964174353f,1.1920496916605534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6967661864309388f,-0.48670953459232746f,-0.5269067378421025f,-0.0659896341723482f,0.13275940836423694f,0.6343771320317753f,-0.7615383075367368f,0.9379784573715957f,0.7049055404359253f,-0.6005659691424912f,-0.37739726518706557f,1.0832697110885277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.44313065300889465f,-0.7281931621789668f,-0.5228479156692771f,-0.06573401872832645f,-0.13275940836423697f,0.6301140278912273f,-0.765069442172063f,0.9365117797808059f,0.8865721424986736f,-0.26961274155812914f,-0.3758973340352668f,1.083452795802738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5822954434326262f,-0.619113322562352f,-0.5269067378421025f,-0.0659896341723482f,0f,0.6481199010631309f,-0.7615383075367368f,0.9379784573715957f,0.8129772546372999f,-0.44344028647803574f,-0.37739726518706557f,1.0832697110885277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6118380743275755f,-0.08264207109466762f,-0.7866539638801218f,-0.06698592180017314f,0.19655200415962712f,0.9474481235402155f,-0.25240713710384344f,0.9629032719777576f,0.7661732705230312f,-0.30905070989290484f,-0.5634413707305609f,1.0825561194809867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5284733807880899f,-0.31920436543082953f,-0.7866539638801218f,-0.06698592180017314f,-0.19655200415962712f,0.9474481235402155f,-0.25240713710384344f,0.9629032719777576f,0.8258832819831387f,0.021227960100441784f,-0.5634413707305609f,1.0825561194809867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5822954434326262f,-0.2052012613735432f,-0.7866539638801218f,-0.06698592180017314f,0f,0.9676211227226499f,-0.25240713710384344f,0.9629032719777576f,0.8129772546372999f,-0.1469755258254422f,-0.5634413707305609f,1.0825561194809867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6498944165210507f,-0.21942984587978642f,-0.7276591166967787f,-0.19144922992103452f,0.22203515089747272f,0.8608323097029484f,-0.4578953224672902f,1.0070376466069226f,0.7268683781405678f,-0.4591495152002888f,-0.5107289726955385f,1.2317307515077796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.4559809916678699f,-0.5273588450206419f,-0.7169197889695056f,0.027113501635162907f,-0.2571033836976646f,0.849245883933508f,-0.46117163693489027f,1.0204274323606743f,0.8520441217030943f,-0.02596299675479061f,-0.5228257238035571f,0.9263938975002419f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5822954434326262f,-0.27398665527299465f,-0.7654170949814999f,-0.03999473732337343f,0f,0.9414987819345346f,-0.3370163847883181f,0.8885823530567507f,0.8129772546372999f,-0.19624310522437424f,-0.5482304507178472f,1.1041180311257477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5822954434326262f,-0.3422925396554854f,-0.737406152573871f,-0.11192654350082853f,0f,0.907044014291465f,-0.421035813367491f,1.0912499999999998f,0.8129772546372999f,-0.24516723564583962f,-0.5281675965147579f,1.0429870921092765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.11736710240701684f,-0.5914669630328331f,-0.7977416843272626f,-0.44109954630873016f,0.1967855612110288f,0.8012162172660815f,-0.5650911573265783f,2.028278846153846f,0.9733963253328219f,-0.09066093332052355f,0.21042858408022963f,-1.0288362118771994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.40353564619368887f,-0.5914669630328331f,-0.6980872537811867f,-0.45530378829609275f,-0.1967855612110288f,0.8012162172660815f,-0.5650911573265783f,2.028278846153846f,0.8935515794568896f,-0.09066093332052355f,-0.43971146223353014f,-0.9361685151886314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.15151191453186702f,-0.5914669630328331f,-0.7919665216381342f,-0.3294066890566913f,0f,0.8012162172660815f,-0.5983749436514126f,2.118035087701558f,0.9884554313447258f,-0.09066093332052355f,-0.1213938030319644f,-0.9642932930781208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.6958148522952472f,0.34220996046051977f,0.6314539051165593f,1.7077881610820604f,-0.11137482524691238f,0.9199673063652304f,-0.37584013026860513f,2.226655356838438f,-0.7095331843025829f,0.19118707639563876f,0.6782404899390224f,0.9007744507138765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.1141234107633865f,0.34220996046051977f,0.9326672450972753f,1.6672818284025483f,0.16127149288784076f,0.9199673063652304f,-0.35728372591097607f,2.224159943161561f,-0.9802894229244028f,0.19118707639563876f,0.049801095588648425f,0.9852852335965239f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.4320675485814616f,0.34220996046051977f,0.8343919800815536f,1.5623761977300714f,0.02661774588668763f,0.9199673063652304f,-0.39109033588547554f,2.284071200382821f,-0.9014483507482378f,0.19118707639563876f,0.38837916106888404f,0.8847729679948676f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010772904792108648f,-0.000011196060830335992f,0.000001653290423240474f,0.15524219767909184f,2.602085213965211e-21f,0.000002282547321287682f,0.000015457380202546693f,1.3053724999999998f,-0.000011317470889742216f,0.000010657336656477475f,-0.0000015737385584457477f,2.1288583579794933f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72.mcfunction new file mode 100644 index 000000000..81c48633a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72_as_bone.mcfunction new file mode 100644 index 000000000..e3224cb50 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_72_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.5420463539102671f,-0.09598945547402085f,-0.6032546884151261f,-0.03424048890903519f,-0.14002854584818772f,0.8045692035043838f,-0.0022017185124165698f,1.2890958335626614f,0.5945773297096618f,0.10197482853413824f,-0.5504755923610106f,0.6547794358396478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.526549328661276f,0.11632600747690955f,-0.5909433682433889f,-0.03424048890903519f,0.17488241328572576f,0.7806481216269897f,-0.0021567854815509255f,1.2890958335626614f,0.5763349252038438f,-0.13060157037622022f,-0.5392413965985411f,0.6547794358396478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.687631565026118f,0.12083593921590045f,0.4236814263311376f,-0.12879893257675576f,0.14002854584818772f,0.8045692035043838f,-0.0022017185124165698f,1.2890958335626614f,-0.4177311115679773f,0.07079206883950444f,-0.698164483386293f,0.6683783652003247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6676218522206053f,-0.14841536960662033f,0.415034866610094f,-0.12879893257675576f,-0.17488241328572576f,0.7806481216269897f,-0.0021567854815509255f,1.2890958335626614f,-0.4045951111430894f,-0.09252777023566004f,-0.6839162286233075f,0.6683783652003247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.5399514076734053f,0.2151070577514703f,-0.15389888144558755f,-0.7398269644884219f,-0.11445631172243495f,0.27765798344648496f,1.5333662468358067f,1.3119497520609074f,0.23844425912903466f,1.522511493530981f,-0.2578940428828643f,1.378923482200127f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7222694916668246f,-0.3535692937392674f,-0.5944035127184751f,-0.5768314627948095f,-0.30495798294385634f,0.9341987828276783f,-0.18513039405267606f,1.4074878756887794f,0.6207474607649728f,0.04755406068886382f,-0.7825670586383243f,1.2157406594655575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7405837608062065f,-0.3535692937392674f,-0.5714231774743226f,-0.3317988119863733f,-0.31062259079391286f,0.9341987828276783f,-0.1754600816475413f,1.5105160742280845f,0.5958601340235918f,0.04755406068886382f,-0.8016790579735678f,1.0177923402981002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5207367148832092f,0.853714620570987f,-0.0021495106371008654f,0.3982829115704608f,0.799198923324406f,0.48659557749248f,-0.35285382939946963f,1.2158916079836297f,-0.3001905307130016f,-0.18546183054228546f,-0.9356759880867687f,0.8658694946129852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4302015223317452f,0.8682953205394253f,-0.2469613056994673f,0.25899779998586714f,0.8867171184540777f,0.45775206246788447f,0.06477500402852253f,1.5105160742280845f,0.16929087991958144f,-0.1911185120173729f,-0.9668579587200589f,0.9328268831574356f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8524291507428855f,-0.5221919858558838f,-0.02607820683351568f,-0.11045118604042718f,-0.49737558664825704f,0.8252758671949093f,-0.2674645188281848f,1.1750639312228968f,0.16118954299229607f,-0.2150238892160095f,-0.9632147519096435f,1.2221434413694892f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9559605341069688f,-0.2741599561810465f,-0.10476533614094796f,-0.16251096117525432f,-0.2588174682883276f,0.9557917564985261f,-0.13955513719774956f,1.3534026659588845f,0.1383942749492901f,-0.10629410442855614f,-0.984656583802186f,1.1960591931403712f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8530125722143537f,-0.5212118473237803f,-0.026603793969743744f,0.19847949667654652f,-0.49807776306787177f,0.8282556027771599f,-0.2567317635306323f,1.1744299484752003f,0.1558463781470622f,-0.20574466378882333f,-0.9661164731753966f,1.1738006462984216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9559605341069688f,-0.2719057887134357f,-0.11048393228901514f,0.146806636715971f,-0.2588174682883276f,0.9585047578517942f,-0.1195079381643485f,1.3534026659588845f,0.1383942749492901f,-0.08564970075603123f,-0.9866666881078243f,1.1515746606059918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.5446595183942954f,-0.0798857896777639f,0.8348438594312438f,0.06462444238623932f,-0.010091660891852225f,0.9960051837566251f,0.08872334704222598f,2.0485671360081392f,-0.8385965462622287f,0.03989905434332354f,-0.5432898840026109f,1.253752820819456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.5446595183942954f,-0.0798857896777639f,0.8348438594312438f,0.17330150985742496f,-0.010091660891852225f,0.9960051837566251f,0.08872334704222598f,1.932762739107214f,-0.8385965462622287f,0.03989905434332354f,-0.5432898840026109f,1.2292793828861295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.5446595183942954f,-0.0798857896777639f,0.8348438594312438f,-0.2553630246704092f,-0.010091660891852225f,0.9960051837566251f,0.08872334704222598f,2.042638285234176f,-0.8385965462622287f,0.03989905434332354f,-0.5432898840026109f,0.7610773498903967f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.5446595183942954f,-0.0798857896777639f,0.8348438594312438f,-0.1875354210787957f,-0.010091660891852225f,0.9960051837566251f,0.08872334704222598f,1.9260770137663619f,-0.8385965462622287f,0.03989905434332354f,-0.5432898840026109f,0.6737091709874029f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.5504507466847659f,0.006301257345118591f,0.8348438594312438f,0.020701677637892938f,0.14584212229814214f,0.9853213907417204f,0.08872334704222598f,2.1558600168356725f,-0.8220304439847453f,0.1705932328747894f,-0.5432898840026109f,1.1635168926674364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.5446595183942955f,-0.0798857896777639f,0.8348438594312438f,-0.042839975185501214f,-0.010091660891852205f,0.9960051837566251f,0.08872334704222598f,2.1647347342179555f,-0.8385965462622288f,0.039899054343323526f,-0.5432898840026109f,1.0673252174930439f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.5478069246438484f,0.05425222283183261f,0.8348438594312438f,-0.05466067149252746f,0.2311635666471073f,0.9688609668804978f,0.08872334704222598f,2.1602068933692253f,-0.8040341900486805f,0.2415887480268734f,-0.5432898840026109f,1.048421569139733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.537760204191793f,-0.11768471930351421f,0.8348438594312438f,-0.03960598871947417f,-0.07954488756285648f,0.9928750065100024f,0.08872334704222598f,2.1704618611994264f,-0.8393369845599645f,-0.01869567570899268f,-0.5432898840026109f,1.0732299908227878f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.5495494298239494f,-0.03211159525962408f,0.8348438594312438f,0.009589476663328366f,0.07675431249542343f,0.9930946295308315f,0.08872334704222598f,2.2781364038879337f,-0.83192800150826f,0.11283573125079877f,-0.5432898840026109f,1.1088901026263187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.5495494298239494f,-0.03211159525962408f,0.8348438594312438f,0.016814585596743772f,0.07675431249542343f,0.9930946295308315f,0.08872334704222598f,2.054690112243497f,-0.83192800150826f,0.11283573125079877f,-0.5432898840026109f,1.083502063094889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.5075279989566339f,-0.42050194514424766f,0.7520594686625381f,-0.2174998876280298f,-0.16028806353335429f,0.9036692343657391f,0.3971015632675929f,2.1336763085098402f,-0.8465949840176249f,0.08099400589391104f,-0.5260388807354972f,0.8544685501791456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.5670604839320655f,-0.3359299974068298f,0.7520594686625381f,-0.1555683141632038f,-0.016949638237147277f,0.9176181440087503f,0.3971015632675929f,2.1448758420533105f,-0.8235017409370559f,0.21243346871004978f,-0.5260388807354972f,0.9514643814379143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.42775506174030864f,-0.7232148747700856f,0.5422046219526669f,-0.10280085438886333f,-0.20281621613336104f,0.6613528629110468f,0.7221343179718769f,2.1588856344158835f,-0.8808468593512103f,0.1989287199743964f,-0.42957673905887583f,0.9422312209562101f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.630304925735062f,-0.5556346358240131f,0.5422046219526669f,-0.125957731993902f,0.011479589954079036f,0.6916576073620373f,0.7221343179718769f,2.1647231480288176f,-0.7762627903027456f,0.4613891043912266f,-0.42957673905887583f,0.9228160701866678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.5356244191552519f,-0.64739526530379f,0.5422046219526669f,-0.2057670025033157f,-0.09686083064622943f,0.6849379579887616f,0.7221343179718769f,2.257513238136033f,-0.838882864940703f,0.33427438455320047f,-0.42957673905887583f,0.9053196691310189f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.5356244191552519f,-0.3840742600066033f,0.7520594686625381f,-0.11935029400183009f,-0.09686083064622943f,0.9126490716244422f,0.3971015632675929f,2.052167197020534f,-0.838882864940703f,0.13985218934083163f,-0.5260388807354972f,0.8738529265293319f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.5446595183942954f,-0.0798857896777639f,0.8348438594312438f,-0.03641525759991551f,-0.010091660891852225f,0.9960051837566251f,0.08872334704222598f,1.5402033933616752f,-0.8385965462622287f,0.03989905434332354f,-0.5432898840026109f,0.9752070383362388f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.989816313251921f,-0.0004968959886294255f,-0.14234963686202912f,-0.036228921604179475f,0f,0.9999939076577904f,-0.0034906514152237f,1.165205677990004f,0.14235050411001385f,-0.003455103714664287f,-0.989810282952216f,0.9765027022292379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9735546809527782f,-0.1902916031919885f,-0.12641356315505495f,0.18251646704492736f,-0.11848873765602018f,0.8936898095381068f,-0.4327573724114071f,0.609063895799212f,0.19532460736839355f,-0.40633438210710804f,-0.8926033092443797f,1.2945992686702557f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9735546809527782f,-0.21806360867315705f,-0.06811421119982597f,0.10073874283205565f,-0.11848873765602018f,0.7368887026767208f,-0.665548990620602f,0.8790506063236873f,0.19532460736839355f,-0.6398775683205808f,-0.7432395275525404f,1.05077591055472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.990553500759311f,0.04237779785198466f,-0.13041427982659723f,-0.10567875586150903f,0.012674552863091059f,0.9752721664756878f,0.22064350660633336f,0.8477490116041042f,0.1365398031461683f,0.21690625520494966f,-0.9665963783347065f,1.3880625223513998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.990553500759311f,-0.11987407376831136f,-0.06658805126794992f,-0.1501828660708911f,0.012674552863091059f,0.40347892164243765f,-0.9149011506714682f,0.8794924806098148f,0.1365398031461683f,-0.9071025114221904f,-0.39814810803061795f,1.062252499068817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9912019452797292f,0.09416453427119005f,-0.09301475237386124f,-0.03519301674394629f,0.13183528103431602f,0.639982768825378f,-0.7569950556517564f,1.0136628725601475f,-0.011754248095210584f,-0.7625975977487031f,-0.6467663732443296f,1.0240989898012125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9477188078010366f,-0.30626951832158744f,-0.08959934981485558f,-0.03510641866415694f,-0.13183528103431602f,0.631487303407219f,-0.7640963580007968f,1.010725198781484f,0.2906002753178065f,-0.7123361339862956f,-0.638849522346752f,1.0247011386492808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.989816313251921f,-0.1077586277808155f,-0.09301475237386124f,-0.03519301674394629f,0f,0.6534206039901055f,-0.7569950556517564f,1.0136628725601475f,0.14235050411001385f,-0.7492860551351542f,-0.6467663732443296f,1.0240989898012125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9773352525681778f,0.1608226709790133f,-0.13766580035241943f,-0.035360212734055596f,0.191814298342313f,0.9478771231185413f,-0.25443316297205426f,1.0385919861142927f,0.08957164193505845f,-0.2750727684953453f,-0.9572418153180334f,1.0229364135282644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9629679034504979f,-0.2318209316206807f,-0.13766580035241943f,-0.035360212734055596f,-0.191814298342313f,0.9478771231185413f,-0.25443316297205426f,1.0385919861142927f,0.1894731956652409f,-0.2186047006151457f,-0.9572418153180334f,1.0229364135282644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.989816313251921f,-0.036218689011377245f,-0.13766580035241943f,-0.035360212734055596f,0f,0.9670903606075475f,-0.25443316297205426f,1.0385919861142927f,0.14235050411001385f,-0.25184209534202395f,-0.9572418153180334f,1.0229364135282644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9752757819473163f,0.17523944873794325f,-0.134641318892354f,-0.22908340114083564f,0.2179475356248341f,0.8634834902152357f,-0.45485726754749867f,1.0814317463772085f,0.036551619144881566f,-0.47295602092767236f,-0.8803275421149509f,1.036983626583782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9329251384136811f,-0.34005143557734147f,-0.11838795241747879f,0.1430016700351664f,-0.25164421090241595f,0.8509145566437036f,-0.4611069381511731f,1.0942428661275911f,0.2575381083162537f,-0.4003866112317427f,-0.879411555707137f,0.9828628022097635f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.989816313251921f,-0.04873436363627177f,-0.13374837502318562f,-0.03237493930981126f,0f,0.9395707859230329f,-0.34235469653558803f,0.9621684696403032f,0.14235050411001385f,-0.33886826354933597f,-0.9300024913615462f,1.058183020951283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.989816313251921f,-0.0597092153862084f,-0.12922258168887682f,-0.03798327717538656f,0f,0.9077774785329087f,-0.4194520824461771f,1.165f,0.14235050411001385f,-0.4151805138327158f,-0.8985329570545685f,0.964304011578426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5740461692225249f,-0.36988761367032097f,-0.7305163576910648f,1.2352062249589253f,0.18485216519712452f,0.8105816583882193f,-0.5556861093338028f,2.0653076923076927f,0.7976845696281702f,-0.45402701278434915f,-0.3969367695732423f,-0.5755077622021654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8972533134280216f,-0.36988761367032097f,-0.24108016259267784f,1.1625232164278978f,-0.18485216519712452f,0.8105816583882193f,-0.5556861093338028f,2.0653076923076927f,0.40095656693009984f,-0.45402701278434915f,-0.7956716050593667f,-0.516294226833311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7752854243309609f,-0.36988761367032097f,-0.5119723274486986f,1.2756605698107164f,0f,0.8105816583882193f,-0.5856256270729655f,2.1531515363686378f,0.6316110439344471f,-0.45402701278434915f,-0.6284321449784045f,-0.4516361727709775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.9860795484386111f,0.11635754948135786f,0.11877729088423117f,1.2861012160450642f,-0.06878090717998461f,0.9358092947570834f,-0.3457313272669235f,2.2941812426573795f,-0.1513813428352459f,0.3327489812530514f,0.9307855846092877f,2.0995318267229903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.6585290465161868f,0.11635754948135786f,0.7435054912864965f,1.2036355437437736f,0.17810585965561196f,0.9358092947570834f,-0.304202673562521f,2.28869935734262f,-0.7311756270902474f,0.3327489812530514f,0.5955336412195696f,2.1437859149555134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.8796338378804341f,0.11635754948135786f,0.4611997744301602f,1.1756884137298949f,0.05847344335743015f,0.9358092947570834f,-0.347623100883954f,2.343583765132593f,-0.4720436078135819f,0.3327489812530514f,0.8163656948925482f,1.9992040166053697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000015198603891565197f,0.0000035487236743615256f,-7.413670011036628e-7f,-0.6081346452213935f,0f,0.0000031952508100279756f,0.00001529480294940133f,1.3771225f,0.0000036253365012505265f,-0.000014877417704159605f,0.0000031080544893323553f,1.897720972170806f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73.mcfunction new file mode 100644 index 000000000..b871a6131 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73_as_bone.mcfunction new file mode 100644 index 000000000..fb9f6fb74 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_73_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8028594213814374f,-0.13864315214907907f,0.056029191549362874f,0.2856999279350649f,-0.13919660189934704f,0.8047095824752208f,-0.0033523628495103564f,1.36227413122906f,-0.05463972879858172f,-0.012845570410356048f,-0.8147355005166367f,0.7583737078194781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7785813788439083f,0.17549527688573005f,0.05488573866060037f,0.2856999279350649f,0.17568796759715985f,0.7804632942886128f,-0.0032839472811530025f,1.36227413122906f,-0.054265777052375175f,0.008857429591423672f,-0.7981082454040523f,0.7583737078194781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.12975318474402248f,0.02580161285967615f,0.8058801599909676f,0.21677246206489753f,0.13919660189934704f,0.8047095824752208f,-0.0033523628495103564f,1.36227413122906f,-0.794186918497719f,0.13682546945228977f,-0.1322511770862636f,0.6956386886090111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.12710219895463273f,-0.02528993835556831f,0.789433626113601f,0.21677246206489753f,-0.17568796759715985f,0.7804632942886128f,-0.0032839472811530025f,1.36227413122906f,-0.7700511470431535f,-0.17388923280680044f,-0.12955217347225823f,0.6956386886090111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.16250292961332f,-1.0207543003093793f,0.2192118770513086f,-0.7155028324713908f,-0.0221728871342762f,0.35213899854112674f,1.522140840652593f,1.369427334109032f,-1.043791910160535f,1.1293648808539967f,-0.2764772398897585f,0.6670669255856769f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.9281594225060967f,-0.2809505126123541f,0.24410427254762382f,-0.488668753615266f,-0.3308714959736243f,0.9231975619757516f,-0.19552573926264552f,1.4709914910906021f,-0.17042341260908095f,-0.2622462030704803f,-0.9498330323850562f,0.6906308950227716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.9156301636091113f,-0.2809505126123541f,0.28755558236975237f,-0.18352952333035488f,-0.3397147108406158f,0.9231975619757516f,-0.1797224994276035f,1.5842547865561203f,-0.2149774842341141f,-0.2622462030704803f,-0.9407505568680188f,0.7613127575298104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.09646981253184028f,0.6785897078141814f,0.7281549173896551f,0.40083717836264987f,0.7994087673561848f,0.4886696486232921f,-0.34949620482696664f,1.2920479265493172f,-0.5929917351398216f,0.5483775915945616f,-0.5896124312570178f,1.2328436022052234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4098997502853692f,0.687880742904069f,0.5990010669921533f,0.25788725271797014f,0.8807823438672563f,0.46918742708512257f,0.06391886260678276f,1.5842547865561203f,-0.23707521474775461f,0.5537898895853812f,-0.7981930222354221f,1.163072630399293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5642073523992603f,-0.30700756020790043f,0.7664309632796742f,-0.18451279759916556f,-0.7030116282875833f,0.6654219434810804f,-0.25097467526884526f,1.2571442029917794f,-0.4329488584013792f,-0.680411636517964f,-0.5912658377581851f,1.0785715896844028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6846005237762783f,-0.17842700699675984f,0.7067431825065055f,-0.21355071652039237f,-0.38267818663528463f,0.9131910465967424f,-0.14014106424983477f,1.4274916425771071f,-0.6203865958567896f,-0.36639584548644144f,-0.6934511922922191f,1.0055382987038688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5557457254156586f,-0.3160906628544054f,0.7689170186297648f,0.05077853816943476f,-0.7045237377902538f,0.6700823221762736f,-0.23374341572951773f,1.2562236207941915f,-0.4413535901884937f,-0.6716221961513149f,-0.595088761500847f,1.2848688723519006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6846005237762783f,-0.2005383038755052f,0.700789919679201f,0.01755754319077253f,-0.3826781866352845f,0.9171423791467966f,-0.11138788913739127f,1.4274916425771071f,-0.6203865958567896f,-0.3444332229209154f,-0.704617787619313f,1.2158837818816084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.16049039338093685f,-0.0829216167558264f,0.9835480868300401f,-0.07361387196875678f,-0.012887577339079534f,0.9962038733708319f,0.08609153867413717f,2.123285701040341f,-0.9869532633224137f,-0.02649241694430826f,0.15881249277587556f,1.2350266598285775f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.16049039338093685f,-0.0829216167558264f,0.9835480868300401f,0.02294057351425266f,-0.012887577339079534f,0.9962038733708319f,0.08609153867413717f,2.007314582769903f,-0.9869532633224137f,-0.02649241694430826f,0.15881249277587556f,1.290237630518945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.16049039338093685f,-0.0829216167558264f,0.9835480868300401f,0.020674234142543615f,-0.012887577339079534f,0.9962038733708319f,0.08609153867413717f,2.115714249353632f,-0.9869532633224137f,-0.02649241694430826f,0.15881249277587556f,0.6551916176266595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.16049039338093685f,-0.0829216167558264f,0.9835480868300401f,0.1292654591291233f,-0.012887577339079534f,0.9962038733708319f,0.08609153867413717f,1.9987765627827627f,-0.9869532633224137f,-0.02649241694430826f,0.15881249277587556f,0.6363810935678458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.14554269156240965f,-0.1070069428856712f,0.9835480868300401f,-0.045142340269932885f,0.14311171012544505f,0.9859550118507892f,0.08609153867413717f,2.2302667951391553f,-0.9789465579681764f,0.12822725443747357f,0.15881249277587556f,1.138445545437565f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.16049039338093685f,-0.0829216167558264f,0.9835480868300401f,-0.027491885258512212f,-0.012887577339079526f,0.9962038733708319f,0.08609153867413717f,2.2388214671232984f,-0.9869532633224137f,-0.026492416944308254f,0.15881249277587556f,1.0244963477653852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.1356625880941178f,-0.11928463054632703f,0.9835480868300401f,-0.023548899146029208f,0.22849876823544274f,0.9697301479708696f,0.08609153867413717f,2.2342303170594717f,-0.96404562916207f,0.21306012539145225f,0.15881249277587556f,1.0025657224526359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.16588376643092806f,-0.07152437995297344f,0.9835480868300401f,-0.029049674747830222f,-0.08234785318499725f,0.9928781788540534f,0.08609153867413717f,2.2445686539417378f,-0.9827010771900639f,-0.09527426214776485f,0.15881249277587556f,1.031028432852164f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.15265258388255715f,-0.0965937344083293f,0.9835480868300401f,-0.016272846267113845f,0.07398635229529052f,0.9935362432456888f,0.08609153867413717f,2.3523433271909986f,-0.9855065744620968f,0.05962703942253422f,0.15881249277587556f,1.0902485053887576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.15265258388255715f,-0.0965937344083293f,0.9835480868300401f,0.005460743974760214f,0.07398635229529052f,0.9935362432456888f,0.08609153867413717f,2.128797672460719f,-0.9855065744620968f,0.05962703942253422f,0.15881249277587556f,1.0768324215186875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.19200748188352906f,-0.35026121473122995f,0.9167607148846145f,-0.012563803571499936f,-0.16351685208208044f,0.9096662304538228f,0.38179783689421143f,2.208071306054345f,-0.9676752378695621f,-0.22321386746108574f,0.11738911102462418f,0.7496812377642343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.13485062541257237f,-0.37598550566489747f,0.9167607148846145f,-0.03188552432437721f,-0.019200538166083483f,0.9240464009328933f,0.38179783689421143f,2.219594889538539f,-0.990679891872229f,-0.06908797618165967f,0.11738911102462418f,0.8630964869850981f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.27139489822151497f,-0.645297713425842f,0.7140978016117354f,0.011694943666895323f,-0.20933672119402869f,0.6846062600466442f,0.6982065638940096f,2.231729812379621f,-0.9394269244486596f,-0.3389765917468731f,0.050714138744601255f,0.8915892049712008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.058703926562951925f,-0.697580231041117f,0.7140978016117354f,0.007897214894348935f,0.012463916018444876f,0.7157878491095006f,0.6982065638940096f,2.237788342295888f,-0.998197625625095f,-0.03208701182436005f,0.050714138744601255f,0.8616536559295703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.1671067740789386f,-0.6798085434813372f,0.7140978016117354f,-0.036047053879107f,-0.09966342472816722f,0.7089250989397772f,0.6982065638940096f,2.3323185329788436f,-0.9808886419101732f,-0.1878444790325491f,0.050714138744601255f,0.79518118927863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.1671067740789386f,-0.3628017608848958f,0.9167607148846145f,0.045583342319994426f,-0.09966342472816722f,0.9188566882350879f,0.38179783689421143f,2.125575778125949f,-0.9808886419101732f,-0.15516851737535198f,0.11738911102462418f,0.8300941056880842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.16049039338093685f,-0.0829216167558264f,0.9835480868300401f,0.037283494021299615f,-0.012887577339079534f,0.9962038733708319f,0.08609153867413717f,1.6139418796072158f,-0.9869532633224137f,-0.02649241694430826f,0.15881249277587556f,0.9620777368880977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7395464310757277f,0.0035243562944675677f,0.6730963194044843f,0.03596186041087428f,0f,0.9999862922474267f,-0.00523596383141961f,1.2389470200144308f,-0.6731055461687668f,-0.003872238364767966f,-0.7395362935562341f,0.9635298262748857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7699324340518676f,0.20250704719987647f,0.6051404323207575f,-0.07685465496585127f,-0.11858411301334161f,0.8863860965865826f,-0.44750139208592477f,0.6948292120346661f,-0.6270102512206681f,-0.41630587746558223f,-0.6584432862834932f,1.3404213143457422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7699324340518676f,0.3751036410738683f,0.5162376443539283f,0.06630982567144776f,-0.11858411301334161f,0.7107951813357059f,-0.693331102959315f,0.9524926384713599f,-0.6270102512206681f,-0.5950356868651389f,-0.5027829315133192f,1.115892663254718f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7334937902599841f,-0.11590722606684631f,0.6697405278132207f,-0.3265439740207087f,0.019026359721228004f,0.9814653751093249f,0.19069272429033826f,0.9219865465658105f,-0.6794298030597429f,0.15261465331678162f,-0.7176934654204382f,1.170950477137401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7334937902599841f,0.6301209659759158f,0.25482234573840085f,-0.10235708821299119f,0.019026359721228004f,0.39379407026908286f,-0.9190017561771399f,0.9530937757283017f,-0.6794298030597429f,-0.6692337397789261f,-0.3008344133501214f,0.929795569702024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6241782567098784f,0.6432936640824312f,0.4433675288087946f,0.0009048492497306243f,0.1308709047920806f,0.6455575970820427f,-0.7524149088957244f,1.0893510690823733f,-0.7702430201757879f,-0.4116171165064195f,-0.4871314394179681f,0.9938761629002034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8254268937652098f,0.35680121921931185f,0.4374509492648626f,0.00031135134836118936f,-0.1308709047920806f,0.6328607408167941f,-0.763125211883162f,1.0849382952858657f,-0.5491295378396785f,-0.6871536747310831f,-0.4756853770882071f,0.9945282437771282f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7395464310757277f,0.5064546481977795f,0.4433675288087946f,0.0009048492497306243f,0f,0.6586894601186806f,-0.7524149088957244f,1.0893510690823733f,-0.6731055461687668f,-0.5564457605620019f,-0.4871314394179681f,0.9938761629002034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.692150832950661f,0.3124979512288574f,0.6505937710457061f,0.001661139343447221f,0.18707627506537788f,0.9482782947098226f,-0.2564580727719329f,1.114284379678839f,-0.6970865740733853f,-0.05579700941804652f,-0.7148125642338929f,0.993045220943404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7589731485242525f,0.026220314561618774f,0.6505937710457061f,0.001661139343447221f,-0.18707627506537788f,0.9482782947098226f,-0.2564580727719329f,1.114284379678839f,-0.6236683630960017f,-0.3163554502241437f,-0.7148125642338929f,0.993045220943404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7395464310757277f,0.17262335114254118f,0.6505937710457061f,0.001661139343447221f,0f,0.9665553563609827f,-0.2564580727719329f,1.114284379678839f,-0.6731055461687668f,-0.18966265243904218f,-0.7148125642338929f,0.993045220943404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6511693530691103f,0.4711509596749447f,0.5949749968031722f,-0.13285723368073882f,0.21384684351980668f,0.8661047233695829f,-0.45180984459561485f,1.1558273961663124f,-0.7281812968898415f,-0.16697119917601638f,-0.6647349979544868f,0.8529967280251562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7913502161697331f,0.09786249896857567f,0.6034797152048625f,0.14632150108783393f,-0.24616302482326516f,0.8525477910675567f,-0.46104883597693885f,1.168061614921981f,-0.5596146893872399f,-0.5134054881294661f,-0.6505737499934713f,1.1056084677998161f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7395464310757277f,0.23402666864717314f,0.6311121886361094f,-0.02436122027514162f,0f,0.9376125218820757f,-0.3476819794150024f,1.035755204083873f,-0.6731055461687668f,-0.25712696702570964f,-0.6934079942898017f,1.0182006267790455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7395464310757277f,0.28126864493681814f,0.611521893032915f,0.04426244907070778f,0f,0.9085081775267219f,-0.41786707380107674f,1.2387499999999998f,-0.6731055461687668f,-0.30903210309364404f,-0.6718839802930008f,0.954409903323503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.9768160757490649f,0.07212328226521264f,-0.20156534005996457f,1.9439673648359075f,0.1731762330979093f,0.8197442461324194f,-0.5459206565269447f,2.1023365384615387f,0.12585843812877745f,-0.568170399693687f,-0.8132293959662923f,1.045093634703617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.9143890487404063f,0.07212328226521264f,0.3983602637047364f,1.8509636844539876f,-0.17317623309790925f,0.8197442461324194f,-0.5459206565269447f,2.1023365384615387f,-0.36592712366485386f,-0.568170399693687f,-0.7370751230900977f,1.0332877914293015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.9920392574071448f,0.07212328226521264f,0.1032295690118526f,1.8819810892931697f,2.7755575615628914e-17f,0.8197442461324194f,-0.5727297538392707f,2.188246001537429f,-0.1259289949260311f,-0.568170399693687f,-0.813218473196985f,1.161173484046007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.8438473996429965f,-0.14084438197073743f,-0.5177686995010741f,0.046870107349284276f,-0.02735527832973307f,0.9523896682058264f,-0.3036537644131862f,2.361424732106283f,0.5358854867070534f,0.27040114637715007f,0.7998187076923542f,2.617547777521258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.9722762892293288f,-0.14084438197073743f,0.18665925498010238f,-0.04444022689821796f,0.184553806965698f,0.9523896682058264f,-0.24268047352282757f,2.353521167893717f,-0.14359216460835791f,0.27040114637715007f,0.9519792593859433f,2.597824212114688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.9739768986400239f,-0.14084438197073743f,-0.17757212895846353f,0.027850759569302695f,0.08430468493404233f,0.9523896682058264f,-0.29299597265656707f,2.401422345898485f,0.2103846976700826f,0.27040114637715007f,0.9394793765826852f,2.4667640883305704f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.00001507172817721932f,0.000003976949325704815f,-0.0000010805132173135151f,-1.0118921084026506f,0f,0.00000409670591626351f,0.00001507838272612987f,1.4488724999999998f,0.000004121120569943714f,0.000014544466291219751f,-0.000003951644031483511f,1.1235629199519521f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74.mcfunction new file mode 100644 index 000000000..f77ad07b6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74_as_bone.mcfunction new file mode 100644 index 000000000..c2760df8d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_74_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.448221900452831f,-0.07325524690004552f,0.6787306101838273f,0.37860423366333784f,-0.1384059409094491f,0.8048401560959727f,-0.004534655535397551f,1.4354468415797783f,-0.6684948525754459f,-0.11751781303899426f,-0.4541460559589938f,1.058690566355836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.4331134130685489f,0.10172872365696002f,0.6648789650780349f,0.37860423366333784f,0.1764524840383884f,0.7802850687548141f,-0.004442111544879234f,1.4354468415797783f,-0.6490587741466832f,0.1442445086005729f,-0.44487776910268784f,1.058690566355836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5268632832758531f,-0.08712184449196751f,0.6178748331114889f,0.3841934836867612f,0.1384059409094491f,0.8048401560959727f,-0.004534655535397551f,1.4354468415797783f,-0.6084433586630745f,0.1076408462999621f,0.5339986628738592f,0.9679352073976045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.509484039511269f,0.11865968392200886f,0.6052651426398259f,0.3841934836867612f,-0.1764524840383884f,0.7802850687548141f,-0.004442111544879234f,1.4354468415797783f,-0.5910080662393383f,-0.13067169123350256f,0.5231007309784744f,0.9679352073976045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.09707938329621976f,-1.5033518541052253f,0.41462639339193974f,-0.16726347662296553f,0.07310682490013662f,0.41935944206248355f,1.503395922738273f,1.4267118586770207f,-1.5577667461760272f,-0.07400750712883403f,0.09639451953679287f,0.22207390793045007f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.43582054347809496f,0.03164626612631471f,0.8994770523602704f,-0.04654302598460938f,-0.3568835237612828f,0.9113810663804927f,-0.20498463920715065f,1.5343195593407006f,-0.8262533536090416f,-0.41034505685266687f,-0.38590456069654555f,0.4122631447613606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.37848191976687756f,0.03164626612631471f,0.9250675382099631f,0.08125620508225925f,-0.36905038764077225f,0.9113810663804927f,-0.18217124697753917f,1.657992421136894f,-0.8488540792101872f,-0.41034505685266687f,-0.33326218886157344f,0.69582540827609f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.40373213586705614f,-0.013312158069539365f,0.9147803828874757f,0.07755366397263604f,0.7996984094346568f,0.4908213222563527f,-0.34579890625362847f,1.3683024597839581f,-0.4443903874026814f,0.8711585481794102f,0.20880605239800332f,1.4518258847440126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.0654450699373294f,-0.012547738001004907f,0.9977772783001005f,0.04456663655964374f,0.8746295506104367f,0.48062675527428445f,0.06341191775603844f,1.657992421136894f,-0.4803541318859281f,0.8768354899213259f,-0.020480029163680837f,1.2915716975525104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.0505738140085937f,0.35297966878041187f,0.9342631549859468f,-0.1694540350194642f,-0.8604941320304438f,0.459432987607264f,-0.22016171020283365f,1.3421323596798258f,-0.5069439200521073f,-0.8150623800212682f,0.2805016552469318f,0.9152153773194294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.04975006230112376f,0.1873172636024508f,0.9810388239297794f,-0.1282005554444436f,-0.4999878153526974f,0.8549839647046495f,-0.13789345378499804f,1.5015800189757913f,-0.8646022876443663f,-0.4836472504361091f,0.13619185491695285f,0.8253827169558898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.029950838432903193f,0.33876064731504085f,0.9403957523871855f,-0.18097326420258458f,-0.863006338191657f,0.4659075284970072f,-0.19532085175637975f,1.3409657575666383f,-0.5043044789789137f,-0.8174175179921856f,0.27839826465210166f,1.2282415478751996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.04975006230112378f,0.14607131245106983f,0.9880223190696942f,-0.14740975362382341f,-0.4999878153526974f,0.8600083770270759f,-0.10196948534778322f,1.5015800189757913f,-0.8646022876443664f,-0.4889261325824963f,0.11581934673469704f,1.1372917689330733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7900737833401145f,-0.03910933439577942f,0.6117629253573295f,-0.20226951999854026f,-0.014922925362258598f,0.9964399875559348f,0.08297383622661368f,2.197809372992471f,-0.6128300932373268f,-0.07468474518030811f,0.7866774851615381f,1.1184790206578346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7900737833401145f,-0.03910933439577942f,0.6117629253573295f,-0.16965584582207247f,-0.014922925362258598f,0.9964399875559348f,0.08297383622661368f,2.081592781395309f,-0.6128300932373268f,-0.07468474518030811f,0.7866774851615381f,1.224546756535667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7900737833401145f,-0.03910933439577942f,0.6117629253573295f,0.261898827713777f,-0.014922925362258598f,0.9964399875559348f,0.08297383622661368f,2.189042154342144f,-0.6128300932373268f,-0.07468474518030811f,0.7866774851615381f,0.758441340880905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7900737833401145f,-0.03910933439577942f,0.6117629253573295f,0.3537680356407534f,-0.014922925362258598f,0.9964399875559348f,0.08297383622661368f,2.0717063433428127f,-0.6128300932373268f,-0.07468474518030811f,0.7866774851615381f,0.8185468197659379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7742286162106368f,-0.1622226032302698f,0.6117629253573295f,-0.1152314846391698f,0.14113835701013266f,0.9865066176576411f,0.08297383622661368f,2.304546972261995f,-0.6169684060152864f,0.022102495761226807f,0.7866774851615381f,1.0673423452494186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7900737833401145f,-0.03910933439577943f,0.6117629253573295f,-0.02462094618244517f,-0.014922925362258602f,0.9964399875559348f,0.08297383622661368f,2.3128695820727487f,-0.612830093237327f,-0.07468474518030811f,0.7866774851615381f,0.9960008768630699f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7571438111049524f,-0.2290837673509653f,0.6117629253573295f,-0.006804537011175123f,0.22658099993830588f,0.9704516438075607f,0.08297383622661368f,2.3082319495546972f,-0.612694295527897f,0.07579072877003046f,0.7866774851615381f,0.9826350228361326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.790877332570797f,0.016098695100666846f,0.6117629253573295f,-0.03019268799469833f,-0.08439471369564185f,0.9929717391759293f,0.08297383622661368f,2.3186318915922532f,-0.6061275254646766f,-0.1172516832032105f,0.7866774851615381f,0.9997259919188791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7836587109770778f,-0.10781997898343265f,0.6117629253573295f,-0.06082637559154693f,0.0719793280930039f,0.9939488512137427f,0.08297383622661368f,2.426451480871333f,-0.6170072941522045f,-0.02098888522274015f,0.7866774851615381f,1.0519002948194374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7836587109770778f,-0.10781997898343265f,0.6117629253573295f,-0.03656688032027462f,0.0719793280930039f,0.9939488512137427f,0.08297383622661368f,2.2028129893482413f,-0.6170072941522045f,-0.02098888522274015f,0.7866774851615381f,1.0566227939945538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7988879938064062f,-0.09269427346403632f,0.5942943252454548f,0.17434054733886817f,-0.16599236955422414f,0.9157058938248185f,0.3659634534543903f,2.2826256656164414f,-0.578121532726251f,-0.3910121323967638f,0.7161599023380087f,0.8059777715276633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7745517778423887f,-0.2165266690785344f,0.5942943252454548f,0.08294176941812895f,-0.020700766401794565f,0.9303989622769978f,0.3659634534543903f,2.29438607010006f,-0.6321716710764361f,-0.2957599914992565f,0.7161599023380087f,0.8758139863876991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.8357038114192706f,-0.22334588204975545f,0.5017128227888158f,0.09422633059660306f,-0.21504183099135132f,0.707534000497381f,0.6731661377877372f,2.304701401068176f,-0.505327765418834f,-0.6704567511119481f,0.5432601535040275f,0.9250632121427038f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7257838823659565f,-0.4706612365035795f,0.5017128227888158f,0.1120668532378635f,0.014123095611417433f,0.7393564019512454f,0.6731661377877372f,2.310996550097957f,-0.6877777942534571f,-0.4814873947951597f,0.5432601535040275f,0.9007866292781507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7904759171523392f,-0.35132900229193587f,0.5017128227888158f,0.12760744656139994f,-0.10171160634480562f,0.7324630366583014f,0.6731661377877372f,2.407219480605999f,-0.6039888852759858f,-0.5831516372932968f,0.5432601535040275f,0.8247255871156416f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7904759171523392f,-0.14819608423712935f,0.5942943252454548f,0.16095156551475398f,-0.10171160634480562f,0.925054322659213f,0.3659634534543903f,2.1990822580076763f,-0.6039888852759858f,-0.34973192697591415f,0.7161599023380087f,0.9034152706852221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7900737833401145f,-0.03910933439577942f,0.6117629253573295f,0.0631182850576601f,-0.014922925362258598f,0.9964399875559348f,0.08297383622661368f,1.6876791976734604f,-0.6128300932373268f,-0.07468474518030811f,0.7866774851615381f,0.9937112928334978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.06146943417401553f,0.006968058499657981f,0.9980846431155386f,0.06050526312028835f,0f,0.9999756307053947f,-0.006981260297961478f,1.3126883361589374f,-0.9981089663269871f,0.00042913412033721357f,0.06146793620726493f,0.9935503675383713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.006710758283753469f,0.4661106986881237f,0.8847009564207142f,-0.31197264757636084f,-0.11867912714288946f,0.8788392108939012f,-0.46212217667624134f,0.7809078578259008f,-0.9929099810676995f,-0.10189434706525359f,0.06121528838686249f,1.1401292856348169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.006710758283753469f,0.7257520666528692f,0.6879236174695171f,-0.03849441456072018f,-0.11867912714288946f,0.683655022401594f,-0.7200910186397813f,1.0259364342004416f,-0.9929099810676995f,-0.0768098176938679f,0.09071946539732181f,1.1126902108233594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.07304673011340733f,-0.16199853999597189f,0.9840836591768574f,-0.32811748550345177f,0.02538736215123575f,0.9867019568632132f,0.16054510321186297f,0.9962378628049093f,-0.9970053445507407f,0.01325599341729003f,0.0761880671482072f,0.8397640655955941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.07304673011340733f,0.9200862145324682f,0.3848448168379724f,0.0006619014703264509f,0.02538736215123575f,0.3840352172691336f,-0.922969356880309f,1.0266959198304668f,-0.9970053445507407f,0.07719008825207266f,0.004693954931206806f,0.8646280334837766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.20627759629726547f,0.7199424205473753f,0.6626707058277204f,0.016085660794519188f,0.12986651217137518f,0.6511011479510627f,-0.747798090498532f,1.1650430285989215f,-0.9698372246321878f,0.24031272590771152f,0.0408111686250304f,0.9855547998293991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.08571353844896548f,0.7586070593100062f,0.6458858404482817f,0.014953269435574592f,-0.12986651217137518f,0.6342340971350278f,-0.7621560201479475f,1.1591512661287207f,-0.9878197600488665f,-0.14920603069695718f,0.04415520423074594f,0.9854850604938694f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.06146943417401553f,0.7463839791287845f,0.6626707058277204f,0.016085660794519188f,0f,0.6639262126522416f,-0.747798090498532f,1.1650430285989215f,-0.9981089663269871f,0.045966725499354016f,0.0408111686250304f,0.9855547998293991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.1090613772887046f,0.24175302725639342f,0.9641893433326573f,0.017156250424380855f,0.1823381139189499f,0.9486516439100056f,-0.25848185762123443f,1.189980434305908f,-0.9771685771638234f,0.2039988537203422f,0.059380463827891694f,0.9856207330501198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.011667623056359565f,0.2649580660707546f,0.9641893433326573f,0.017156250424380855f,-0.1823381139189499f,0.9486516439100056f,-0.25848185762123443f,1.189980434305908f,-0.9831666587027323f,-0.1727925974423954f,0.059380463827891694f,0.9856207330501198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.06146943417401553f,0.25799305972460973f,0.9641893433326573f,0.017156250424380855f,0f,0.9660161123297457f,-0.25848185762123443f,1.189980434305908f,-0.9981089663269871f,0.015888733532225724f,0.059380463827891694f,0.9856207330501198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.1574129628625492f,0.42297478960673257f,0.8923639876642122f,0.04142926688423085f,0.20973320364445025f,0.8686958938163254f,-0.44875319202841457f,1.2302245896010096f,-0.9650042188570316f,0.25779792750097114f,0.048032136787100846f,0.7929985265589584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.05604650884218222f,0.4619347596536095f,0.8851412693295717f,0.019848396793510276f,-0.2406601055840546f,0.8541453864732718f,-0.4609971500418379f,1.241883677651686f,-0.9689899392805248f,-0.23885547217969957f,0.06329740107569917f,1.1693837197598653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.06146943417401553f,0.3523305305881334f,0.9338547563073238f,-0.019535322025845944f,0f,0.9356240528966321f,-0.3529980618095236f,1.1093425568847959f,-0.9981089663269871f,0.02169859112395557f,0.05751228113115515f,0.9807936947607032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.06146943417401553f,0.4154935912648083f,0.9075167129481413f,0.07282129731790014f,0f,0.9092361090470685f,-0.4162807922604012f,1.3125000000000002f,-0.9981089663269871f,0.025588544757757764f,0.05589022915370678f,0.9943088615294443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.7524364796669144f,0.45487865064299443f,0.47636620079059966f,1.0617514855254937f,0.16176836575404221f,0.8287016875009863f,-0.5358026772742781f,2.1393653846153846f,-0.638490673313031f,-0.32609649848200833f,-0.6971303563681946f,2.5102721071519167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3631032963370301f,0.45487865064299443f,0.8131675161849444f,1.0071292542484866f,-0.16176836575404221f,0.8287016875009863f,-0.5358026772742781f,2.1393653846153846f,-0.9175984917328764f,-0.32609649848200833f,-0.22731933848074637f,2.434078443699362f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5826371336214101f,0.45487865064299443f,0.6735127197868174f,0.9334134619189676f,0f,0.8287016875009863f,-0.5596905512272097f,2.223318967299466f,-0.8127324101605814f,-0.32609649848200833f,-0.4828323758328002f,2.5446001318005593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27110541625683954f,-0.24331406580595527f,-0.9312894924013593f,-1.1371573876261865f,0.010046821743879816f,0.9681861706350238f,-0.2500291990227048f,2.4282579368279866f,0.9624972283851279f,0.05842777055530984f,0.2649250478510546f,2.0144035566225185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.8351388699804068f,-0.24331406580595527f,-0.4932963949075899f,-1.192929072223944f,0.1784805824452444f,0.9681861706350238f,-0.17538591927830172f,2.4187532631720137f,0.5202766086783606f,0.05842777055530984f,0.8519967406569584f,1.9396490057522087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[0.5948979690427472f,-0.24331406580595527f,-0.7660905114996468f,-1.0501296532001183f,0.1013831856637118f,0.9681861706350238f,-0.22877278827641628f,2.4578215182414627f,0.7973818759499695f,0.05842777055530984f,0.600639941674248f,1.8869302899362264f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000011375967083731562f,-0.000010151657024350112f,0.0000034164100412302917f,-0.715691163837973f,-8.673617379884036e-22f,0.000004983739207782348f,0.000014808881406399774f,1.5206225000000002f,-0.000010711115623960752f,-0.000010781782235269643f,0.000003628470603624602f,0.30732283299017515f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75.mcfunction new file mode 100644 index 000000000..82d1fea64 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75_as_bone.mcfunction new file mode 100644 index 000000000..412d43209 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_75_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.2351460225818479f,0.045787112067730514f,0.7807396063201087f,0.18335815624421214f,-0.1376574282665348f,0.804960771802311f,-0.005747412192994026f,1.5086138589939682f,-0.7698709144729557f,-0.12994668396065148f,0.23949337949231425f,1.2972853050259994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.22997737138184843f,-0.04671155396223057f,0.7648061449666372f,0.18335815624421214f,0.1771751222193972f,0.7801136313621868f,-0.005630118066606393f,1.5086138589939682f,-0.7454658843426955f,0.1709992774526719f,0.2346057595026752f,1.2972853050259994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.8049636352287564f,-0.13761228349972798f,0.006391387465980859f,0.2544835758849242f,0.1376574282665348f,0.804960771802311f,-0.005747412192994026f,1.5086138589939682f,-0.005331308169075366f,0.00674238339630909f,0.816621431180806f,1.2442749488796216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.7800992992545337f,0.1772170527780061f,0.006260950987083291f,0.2544835758849242f,-0.1771751222193972f,0.7801136313621868f,-0.005630118066606393f,1.5086138589939682f,-0.007352507676088072f,0.0041034580026672015f,0.7999556876873202f,1.2442749488796216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.2557987462386149f,-0.917165802469618f,0.15225849639932668f,0.4748231270413856f,0.17066728889171787f,0.4789530310994078f,1.4774582635401383f,1.4838496584013545f,-0.9139192718440032f,-1.1708190017167257f,0.48511924283744434f,0.34925908663191485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.3537414226814869f,0.356174015476049f,0.864874023531141f,0.4068892429556311f,-0.38294715056695366f,0.8987598229759429f,-0.2135000245360707f,1.5975071337398106f,-0.8533571853285868f,-0.25567724048870494f,0.45432440276101427f,0.5609010558078835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.42050818973534754f,0.356174015476049f,0.8344536734086367f,0.2668682299262788f,-0.398517671166879f,0.8987598229759429f,-0.18279618806741893f,1.7317289779298108f,-0.8150806881120592f,-0.25567724048870494f,0.519877505344146f,0.8357103400747191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.5994346088203172f,-0.6797245936707454f,0.4226731911389381f,-0.3180515240096132f,0.8000666370687486f,0.49304447959190073f,-0.3417609067659073f,1.4446547111535228f,0.0239066099214561f,0.5430300340709451f,0.8393728945462626f,1.322678715163471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.3380377114887111f,-0.6801085228601874f,0.6505250977052375f,-0.21170739813684517f,0.8682602713296614f,0.49205978641330833f,0.06325557544937917f,1.7317289779298108f,-0.36311789661488414f,0.5434423278764944f,0.7568459747069801f,1.1923966642434296f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.35352298369112456f,0.8507568965775865f,0.38888841963704507f,-0.06287183634465575f,-0.8603503332812197f,0.45890483085823375f,-0.22181898078809667f,1.4162826046762798f,-0.3671768021335483f,-0.25616217351640647f,0.8941823845470964f,0.7855083906185707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.6917735432040827f,0.4911409567791662f,0.5293674768031316f,0.03252563978145746f,-0.49998096153208565f,0.8547082383717268f,-0.1396168520091699f,1.5756677940459212f,-0.5210262978279695f,-0.16809041565046035f,0.8368256742823653f,0.7592215981483741f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.36482219530043103f,0.843380058693298f,0.39448047152509735f,-0.30932342869153884f,-0.8628987445854894f,0.4654043844881073f,-0.19698861767125592f,1.415102488350117f,-0.34972921297621173f,-0.2685308836944737f,0.8975414431062805f,0.9788465839726421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.6917735432040828f,0.4685425335605535f,0.5494699802241488f,-0.21803751627253415f,-0.49998096153208565f,0.8598050609802663f,-0.10370291807934663f,1.5756677940459212f,-0.5210262978279696f,-0.20298559396513371f,0.8290527399474062f,0.9459683647288508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.9977565748847497f,0.02120440156660417f,-0.06349953250579782f,-0.2531657166887868f,-0.016121030574656497f,0.9967027323014294f,0.07952217172635738f,2.27210680701161f,0.06497637761112629f,-0.07832009178408489f,0.9948085411653181f,0.933518679731506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.9977565748847497f,0.02120440156660417f,-0.06349953250579782f,-0.299185219615209f,-0.016121030574656497f,0.9967027323014294f,0.07952217172635738f,2.155578707719827f,0.06497637761112629f,-0.07832009178408489f,0.9948085411653181f,1.034135377778348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.9977565748847497f,0.02120440156660417f,-0.06349953250579782f,0.3330162710560037f,-0.016121030574656497f,0.9967027323014294f,0.07952217172635738f,2.2626357015489993f,0.06497637761112629f,-0.07832009178408489f,0.9948085411653181f,0.9716923015780428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.9977565748847497f,0.02120440156660417f,-0.06349953250579782f,0.3618285112459377f,-0.016121030574656497f,0.9967027323014294f,0.07952217172635738f,2.144898524964117f,0.06497637761112629f,-0.07832009178408489f,0.9948085411653181f,1.0771822279457193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.9887896349813766f,-0.13514017583583665f,-0.06349953250579782f,-0.15399999432272146f,0.13999610479474459f,0.9869535525272821f,0.07952217172635738f,2.3786789276844527f,0.05192444892047129f,-0.08752038636133026f,0.9948085411653181f,0.9533186007357868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.9977565748847498f,0.021204401566604178f,-0.06349953250579782f,-0.03885970643392864f,-0.016121030574656497f,0.9967027323014294f,0.07952217172635738f,2.386866181511346f,0.06497637761112629f,-0.0783200917840849f,0.9948085411653181f,0.960013644026157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.9732487494964984f,-0.2208046217248344f,-0.06349953250579782f,-0.01666493058180947f,0.2254820472779761f,0.9709964317953267f,0.07952217172635738f,2.382200652562755f,0.044098956437025404f,-0.09171285878052485f,0.9948085411653181f,0.9618033058668556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.9938469457342599f,0.09075272902909386f,-0.06349953250579782f,-0.0454949839226974f,-0.0856082285308994f,0.9931502682936381f,0.07952217172635738f,2.392638096112219f,0.07028143184714092f,-0.07359678499803401f,0.9948085411653181f,0.9591287177652381f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.9958078952544244f,-0.0658365029485804f,-0.06349953250579782f,-0.10291465674989074f,0.07080868174610366f,0.9943150178858322f,0.07952217172635738f,2.5004465735378534f,0.05790307710590453f,-0.08368512464111427f,0.9948085411653181f,0.9782587438717152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.9958078952544244f,-0.0658365029485804f,-0.06349953250579782f,-0.08810144358646017f,0.07080868174610366f,0.9943150178858322f,0.07952217172635738f,2.2767256945135417f,0.05790307710590453f,-0.08368512464111427f,0.9948085411653181f,0.9970878969159659f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.9812265694482085f,0.19031027465204492f,-0.031247700247585185f,0.23604910024146147f,-0.16763290918133478f,0.9217282392601637f,0.3497374167997481f,2.3573413871308193f,0.09536051157739288f,-0.3379335027963661f,0.9363265031598091f,0.950833176691879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.9989171281330128f,0.03446958589439168f,-0.031247700247585185f,0.12133618209403185f,-0.021379005877310328f,0.936603799585469f,0.3497374167997481f,2.3692424431570323f,0.041322018709057697f,-0.3486906512230174f,0.9363265031598091f,0.9425596103168478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.9603795080779736f,0.2784302156944797f,0.012157937828225319f,0.09710832714112953f,-0.2198318048833733f,0.7300006327079227f,0.6471267679579878f,2.3778031869192704f,0.171304343277186f,-0.6241599884920198f,0.7622854653868284f,0.9850845557022294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.9994148576709672f,-0.03197071807584588f,0.012157937828225319f,0.1265710421823201f,0.01651013088795525f,0.7622036222495348f,0.6471267679579878f,2.3843508652577903f,-0.029955931709476108f,-0.6465473775489338f,0.7622854653868284f,0.9790561267379904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.9921117245183103f,0.12476582312904903f,0.012157937828225319f,0.18865265130054754f,-0.10292805211859914f,0.7554023843484476f,0.6471267679579878f,2.482210135020094f,0.0715551686489179f,-0.6432734465991979f,0.7622854653868284f,0.9359854677909735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.9921117245183103f,0.12139978295920138f,-0.031247700247585185f,0.16133770013472726f,-0.10292805211859914f,0.9311764362231845f,0.3497374167997481f,2.2726954368698777f,0.0715551686489179f,-0.3437623267901074f,0.9363265031598091f,1.0133319913187475f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.9977565748847497f,0.02120440156660417f,-0.06349953250579782f,0.027735232862055082f,-0.016121030574656497f,0.9967027323014294f,0.07952217172635738f,1.7614153475207783f,0.06497637761112629f,-0.07832009178408489f,0.9948085411653181f,1.014261224245284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.8018020993727731f,0.005214887320867473f,0.5975668986746538f,0.02577965011672978f,0f,0.9999619230641713f,-0.008726535498373933f,1.3864296263717142f,-0.5975896530575253f,0.006996954482847206f,0.8017715692056879f,1.0116373663142162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.76259604137437f,0.38743143664678314f,0.5180194586865917f,-0.3302517129258794f,-0.1187737797552341f,0.8710512313358616f,-0.47661571693654237f,0.8672741976612637f,-0.6358773992860534f,0.30193812989764773f,0.7102769169775378f,0.8151844237831004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.76259604137437f,0.5412395515829387f,0.3542697072604985f,-0.1286620824349995f,-0.1187737797552341f,0.6555082385948858f,-0.7457893391413457f,1.0993819952011443f,-0.6358773992860534f,0.5266580455442882f,0.5641730551352798f,1.0135923777560605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.8099623305184812f,-0.10185962298593221f,0.5775687321403699f,-0.10682478468012807f,0.03175719037235951f,0.9909747681137009f,0.13023244534927f,1.0705034114239584f,-0.5856214681863399f,-0.08714141476451137f,0.8058870081048057f,0.6149600148763166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.8099623305184812f,0.5336681923616728f,0.24322681513865826f,0.08587409196348553f,0.03175719037235951f,0.37420450112372416f,-0.926802283228952f,1.100298913414281f,-0.5856214681863399f,0.7583991375259925f,0.28614374744017457f,0.8830940590905858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.872300687574362f,0.28142329479087624f,0.3998655269041616f,0.003720884830211049f,0.12882234019888023f,0.6566129552726303f,-0.7431448254773942f,1.2407387327488977f,-0.471695150624828f,0.6997573551719127f,0.5365103249331091f,0.9736735826371952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.7013043486018049f,0.601087137925953f,0.3832316052365517f,0.00290414618006666f,-0.12882234019888025f,0.6356071304207916f,-0.7611887942054394f,1.2333643085128132f,-0.7011255346212131f,0.4844562192584931f,0.5231874963374841f,0.9725777424381989f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.8018020993727731f,0.4440956584285312f,0.3998655269041616f,0.003720884830211049f,0f,0.6691306063588582f,-0.7431448254773942f,1.2407387327488977f,-0.5975896530575253f,0.5958550812057879f,0.5365103249331091f,0.9736735826371952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.8167562160171403f,0.0055256837458262376f,0.5769564545236523f,0.004331407463978979f,0.17759999442984967f,0.9489971775276098f,-0.2605045086426483f,1.2656801316088582f,-0.548969512428404f,0.3152361398440403f,0.7741179823259171f,0.9744927372643966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.7594830369745044f,0.30051084195329836f,0.5769564545236523f,0.004331407463978979f,-0.17759999442984967f,0.9489971775276098f,-0.2605045086426483f,1.2656801316088582f,-0.6258144761241153f,0.09538129225980306f,0.7741179823259171f,0.9744927372643966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.8018020993727731f,0.1556747989396813f,0.5769564545236523f,0.004331407463978979f,0f,0.9654726308792251f,-0.2605045086426483f,1.2656801316088582f,-0.5975896530575253f,0.20887306192574812f,0.7741179823259171f,0.9744927372643966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.8379380880615135f,0.07853426107596448f,0.5400852992010313f,0.16670269069764995f,0.20560674565386963f,0.8712568874890397f,-0.44568744894212103f,1.3046233202994384f,-0.5055547712339785f,0.48450366958379487f,0.7139121566708306f,0.8681315178219425f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.7070475976052507f,0.4760030619838296f,0.5229768443274155f,-0.13472528395037256f,-0.23513573487874553f,0.8557071448946532f,-0.4609516985100212f,1.315709053205012f,-0.6669294422228454f,0.2029442464280762f,0.7169510108355135f,1.0954018803903833f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.8018020993727731f,0.2141180294856742f,0.5579129527897567f,-0.015949327188483374f,0f,0.9336054430247154f,-0.35830277246293407f,1.1829305285385223f,-0.5975896530575253f,0.2872879151718656f,0.7485668042030648f,0.9425751236919768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.8018020993727731f,0.24781639100424205f,0.5437834401588982f,0.03315806877517716f,0f,0.9099612708765432f,-0.414693242656239f,1.38625f,-0.5975896530575253f,0.3325019125574753f,0.7296088573367291f,1.0215371889435496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.05946552294522514f,0.5381179739696651f,0.840769229736456f,-0.5532752691137715f,0.1506389248001472f,0.8374517408354512f,-0.5253403621526981f,2.176394230769231f,-0.9867987464097765f,0.09541293341290363f,-0.1308610187245932f,2.64182453324711f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.3951101880912168f,0.5381179739696651f,0.7445246707512827f,-0.536907880560584f,-0.15063892480014732f,0.8374517408354512f,-0.5253403621526981f,2.176394230769231f,-0.9061985729417028f,0.09541293341290363f,0.411947227853236f,2.5495143437123198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1745854779006657f,0.5381179739696651f,0.8245901751761167f,-0.6687801011135952f,-5.551115123125783e-17f,0.8374517408354512f,-0.5465112823827816f,2.258370923126648f,-0.9846420217044345f,0.09541293341290363f,0.14620691239250172f,2.5737384016208398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.41642861192620945f,-0.1525619270301465f,-0.8962767817979325f,-1.4538905901882464f,0.040740440027053466f,0.9816988575440209f,-0.1860310985915161f,2.4945755478593976f,0.9082551556229189f,-0.11398338263805198f,-0.4025920525380189f,0.8044885872058817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.3230524941656849f,-0.1525619270301465f,-0.9340031822398565f,-1.4491698376660083f,0.15853427979704907f,0.9816988575440209f,-0.10551888563662568f,2.484500952140602f,0.9330080214781443f,-0.11398338263805198f,0.3413265596753735f,0.7114011040691752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.050354693570539566f,-0.1525619270301465f,-0.9870102650207166f,-1.3034786741740199f,0.10746235433381797f,0.9816988575440209f,-0.15722339360857618f,2.513121759041286f,0.9929331534582024f,-0.11398338263805198f,-0.03303848128981429f,0.7629006178310006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004647142805129625f,0.000013831665494792593f,-0.000005588355606875414f,0.028508845411249425f,-8.673617379884036e-22f,0.000005853228022123623f,0.000014487247727606056f,1.5923725f,0.000014917931785228537f,0.000004308755778782401f,-0.0000017408503353468743f,-0.0008119329460142266f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76.mcfunction new file mode 100644 index 000000000..0fc75ab09 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76_as_bone.mcfunction new file mode 100644 index 000000000..7257d4bba --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_76_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.729592433558682f,0.1271004771510087f,0.34421620247505835f,-0.1332333600003091f,-0.13695190021670517f,0.8050712821761119f,-0.00698942678545413f,1.4854825814756873f,-0.34041665994101716f,-0.05147954708174409f,0.7405476340596228f,1.2941865740917353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7079458905711242f,-0.1584758275489957f,0.3371913820163837f,-0.1332333600003091f,0.17785507005352777f,0.7799491621802239f,-0.006846785422485679f,1.4854825814756873f,-0.3273838573902394f,0.08102293809180099f,0.7254344170379978f,1.2941865740917353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.5640229331566985f,-0.10099881465998803f,-0.5819122053669575f,-0.048074465624692586f,0.13695190021670517f,0.8050712821761119f,-0.00698942678545413f,1.4854825814756873f,0.5745143621745171f,-0.09275728810736643f,0.5729518108904265f,1.3095972610787767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.548316555300583f,0.120030851579527f,-0.5700364460737544f,-0.048074465624692586f,-0.17785507005352777f,0.7799491621802239f,-0.006846785422485679f,1.4854825814756873f,0.5547220288032173f,0.13142259730906394f,0.5612589167906219f,1.3095972610787767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[1.5071412777416586f,0.20593396118158028f,-0.35710309794134243f,0.754614104418414f,0.26979409374871915f,0.530632475922004f,1.4446614040927346f,1.4445954608081695f,0.3116770217798355f,-1.4551380103374891f,0.476274138459674f,0.8700380339178326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8574783648550721f,0.45576169939933947f,0.238772123930114f,0.5558190755038941f,-0.40901528392797687f,0.8853450790601443f,-0.2210669321660375f,1.5642976075774155f,-0.31214956562325713f,0.0918986634538994f,0.9455777516082952f,0.9621133950530506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.8761432873702946f,0.45576169939933947f,0.157016602168686f,0.260228686605261f,-0.42800429573666743f,0.8853450790601443f,-0.18159409080404101f,1.709171956897638f,-0.2217775074865182f,0.0918986634538994f,0.9707571132000291f,1.0388678923738068f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.3895441776136592f,-0.8578488715348359f,-0.3351874808129127f,-0.49964202649793654f,0.8005118519263272f,0.4953328449348987f,-0.33738130898759305f,1.4248116187535196f,0.4554515436495743f,-0.13689662645627318f,0.8796722145504605f,0.9410192409818827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.5074102271056921f,-0.8531046024488482f,-0.12143886819771815f,-0.3271067715143746f,0.8616761011003643f,0.5034761914674889f,0.06345093709211326f,1.709171956897638f,0.007011292393335339f,-0.13683662487062898f,0.9905688163237271f,0.9325813680144235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.5099118207195936f,0.7677692476807552f,-0.3879694799931511f,0.0719432539240849f,-0.8602039137556745f,0.4583752762055032f,-0.22347557567427512f,1.394140232752003f,0.006257942940704253f,0.4476857027862914f,0.8941690833790302f,0.7630803472339744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.853116535361264f,0.45781754258365287f,-0.25019047702871977f,0.15622035267709034f,-0.49997258468275607f,0.8544299084492826f,-0.14133982493619732f,1.5534624666803922f,0.1490623750610378f,0.24566772122119696f,0.9578245032839506f,0.8151294481084735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.5048741677126793f,0.7717712522119021f,-0.3866150657122689f,-0.23757253433656705f,-0.862788522440098f,0.4648998227767397f,-0.19865578352463975f,1.3929466058077045f,0.026420452722503582f,0.4338632146672825f,0.9005912894518298f,0.7149348476895835f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.8531165353612641f,0.4678928485974818f,-0.23079960858833173f,-0.15128512277821626f,-0.49997258468275607f,0.8595991258181296f,-0.10543603491383673f,1.5534624666803922f,0.1490623750610378f,0.2053427016575983f,0.9672718248853944f,0.7594820531559169f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.7380301249956077f,0.06330825808944808f,-0.6717913359493761f,-0.20334767134693596f,-0.016433496692286782f,0.9969800398505998f,0.07589954101284957f,2.249861574105779f,0.6745676206174087f,-0.044976267043591645f,0.7368416794789714f,0.7488481063144048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.7380301249956077f,0.06330825808944808f,-0.6717913359493761f,-0.3019177710407063f,-0.016433496692286782f,0.9969800398505998f,0.07589954101284957f,2.1329709072203693f,0.6745676206174087f,-0.044976267043591645f,0.7368416794789714f,0.7982527613728545f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.7380301249956077f,0.06330825808944808f,-0.6717913359493761f,0.2302450270879836f,-0.016433496692286782f,0.9969800398505998f,0.07589954101284957f,2.2402068947990603f,0.6745676206174087f,-0.044976267043591645f,0.7368416794789714f,1.1451565834271324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.7380301249956077f,0.06330825808944808f,-0.6717913359493761f,0.18702718676888386f,-0.016433496692286782f,0.9969800398505998f,0.07589954101284957f,2.1220837156617294f,0.6745676206174087f,-0.044976267043591645f,0.7368416794789714f,1.2451538100318877f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.7388473429529856f,-0.05292451940892694f,-0.6717913359493761f,-0.13857888889430647f,0.13973086611163624f,0.9872763264303115f,0.07589954101284957f,2.3563532770425404f,0.659226735552348f,-0.14994815942719458f,0.7368416794789714f,0.8266170994549793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.7380301249956077f,0.0633082580894481f,-0.6717913359493761f,-0.0529308985664534f,-0.016433496692286775f,0.9969800398505998f,0.07589954101284957f,2.3645073339902494f,0.6745676206174088f,-0.04497626704359166f,0.7368416794789714f,0.9038639358503523f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.7314231299502899f,-0.11711791458642788f,-0.6717913359493761f,-0.03671937339151832f,0.2252459495073928f,0.9713410945206385f,0.07589954101284957f,2.3598336277664598f,0.6436493355890569f,-0.20683295718616596f,0.7368416794789714f,0.9191256869502804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.73181615986118f,0.11463642139123374f,-0.6717913359493761f,-0.05756837099438133f,-0.08593927749354437f,0.9934051038010258f,0.07589954101284957f,2.3702829398015663f,0.6760617935883699f,0.0021887513986626056f,0.7368416794789714f,0.8990409464254745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.7407393758084589f,-0.0012562126600071527f,-0.6717913359493761f,-0.11457881201820984f,0.07052157360180455f,0.9946185034126221f,0.07589954101284957f,2.478025310547636f,0.6680807472032254f,-0.10359756077721527f,0.7368416794789714f,0.8783761045065283f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.7407393758084589f,-0.0012562126600071527f,-0.6717913359493761f,-0.11429616416970823f,0.07052157360180455f,0.9946185034126221f,0.07589954101284957f,2.2542361472797965f,0.6680807472032254f,-0.10359756077721527f,0.7368416794789714f,0.9016855556814016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.7070643758800206f,0.3492438105289112f,-0.6148892007253364f,0.1666038568420603f,-0.16838485281776f,0.92767271841928f,0.3332714641881668f,2.335922173792486f,0.686808932457156f,-0.13210635226146084f,0.7147316993034746f,1.0695269862660193f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.7529930087755763f,0.2343348022946272f,-0.6148892007253364f,0.08223182961087168f,-0.02119177042259307f,0.9425927222423435f,0.3332714641881668f,2.347862015766511f,0.6576871882600887f,-0.2379204917809863f,0.7147316993034746f,0.9913736637548498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.6451677345033068f,0.5911700479551467f,-0.48402124824906223f,0.03789859120316508f,-0.223635368078622f,0.7518710625051541f,0.6202234496628694f,2.3547428270013686f,0.7305790966761985f,-0.29190388789476596f,0.6172894813065501f,1.0079224691085091f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.7962725693863445f,0.3628683321623548f,-0.48402124824906223f,0.06445858292421305f,0.019651061807602357f,0.7841790026888784f,0.6202234496628694f,2.361558523131253f,0.6046187484793233f,-0.5033784513222501f,0.6172894813065501f,1.0219002640362842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.7297040192967664f,0.48296529426612433f,-0.48402124824906223f,0.13750228641147433f,-0.1032634981537332f,0.7775985612366731f,0.6202234496628694f,2.4609885228766575f,0.6759206271236279f,-0.4025978168061667f,0.6172894813065501f,1.0298963294902401f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.7297040192967664f,0.29907075258791427f,-0.6148892007253364f,0.0702113670791937f,-0.1032634981537332f,0.937158887866369f,0.3332714641881668f,2.250127773106725f,0.6759206271236279f,-0.17969391709117233f,0.7147316993034746f,1.0703274608357538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.7380301249956077f,0.06330825808944808f,-0.6717913359493761f,-0.0334944015676814f,-0.016433496692286782f,0.9969800398505998f,0.07589954101284957f,1.7388578291131767f,0.6745676206174087f,-0.044976267043591645f,0.7368416794789714f,0.9860305426347006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.9840175214569811f,-0.0018647280210388195f,-0.1780619000658683f,-0.032795128559791845f,0f,0.9999451693655121f,-0.010471784116245664f,1.3638783906011096f,0.1780716638481814f,0.01030441905130064f,0.9839635671519325f,0.9821663854904629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.9852009081150971f,0.0410169824478812f,-0.16642348932785278f,-0.1298296277887861f,-0.11886807056204732f,0.863024302862701f,-0.49097803868320317f,0.8576097858538375f,0.12348907826218426f,0.5034944486478663f,0.855127936469589f,0.5812823735429182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.9852009081150971f,-0.022090052580655814f,-0.16997411634178772f,-0.13977786041125861f,-0.11886807056204732f,0.6263963244696191f,-0.7703882310184961f,1.076536823155588f,0.12348907826218426f,0.7791916800556429f,0.6145004257785512f,0.8713844848864365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.9800739059765544f,-0.017735256223252928f,-0.19783983297242144f,0.1676777408836801f,0.038135473636759336f,0.9942777641449234f,0.09978683970079649f,1.0484911414537155f,0.19493800161682195f,-0.10534319348523663f,0.9751420343272934f,0.6147139333659133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.9800739059765544f,-0.19528968727235213f,-0.036291553685767586f,0.10207619660847303f,0.038135473636759336f,0.36430409872565184f,-0.9304989034395423f,1.0776102569751953f,0.19493800161682195f,0.9105736992120723f,0.36449240572182373f,0.9388369363183994f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.9412888290366555f,-0.31552739863653945f,-0.1200741480938349f,-0.02056672218945126f,0.12773863036784608f,0.6620925556241035f,-0.7384553406258838f,1.2201456631499648f,0.31250309221277905f,0.6797616556535104f,0.6635253641426602f,0.9412673116539847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.9911103068909339f,0.05323848088853346f,-0.12192630449267272f,-0.02028568120050151f,-0.12773863036784608f,0.6369795998772484f,-0.7602235405799845f,1.2112851199915038f,0.03719142221407351f,0.7690400857516478f,0.63811765734917f,0.9397142893965529f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.9840175214569811f,-0.1314979711828267f,-0.1200741480938349f,-0.02056672218945126f,0f,0.6743023875837233f,-0.7384553406258838f,1.2201456631499648f,0.1780716638481814f,0.7266529939893529f,0.6635253641426602f,0.9412673116539847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.9597238609595484f,-0.22227462814250304f,-0.17182578499459605f,-0.020739568372760135f,0.17286209605324035f,0.9493149035832014f,-0.2625260169638377f,1.2450909531799956f,0.22146965131362234f,0.22225031725270694f,0.9495030226534792f,0.9422224533605165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.9764734214857229f,0.13029027877380722f,-0.17182578499459605f,-0.020739568372760135f,-0.17286209605324035f,0.9493149035832014f,-0.2625260169638377f,1.2450909531799956f,0.1289121905796572f,0.2860518433638568f,0.9495030226534792f,0.9422224533605165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.9840175214569811f,-0.04674844464418648f,-0.17182578499459605f,-0.020739568372760135f,0f,0.964924914393396f,-0.2625260169638377f,1.2450909531799956f,0.1780716638481814f,0.2583302005307289f,0.9495030226534792f,0.9422224533605165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.9429276399595559f,-0.29533379239266905f,-0.1538356813982566f,0.16793378651773533f,0.2014675997910135f,0.8737875916112778f,-0.44261275510383896f,1.2827310818711366f,0.26513821307904695f,0.38635889509253785f,0.8834186618744949f,0.9876654664756204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.9711135754879516f,0.17012929977082297f,-0.16731540533524056f,-0.20448730826116107f,-0.2295901959541722f,0.857232871151253f,-0.46091229809965373f,1.2932452404507395f,0.06501357877190901f,0.486012166490993f,0.8715304978014253f,0.9229099791162952f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.9840175214569811f,-0.06474613409067145f,-0.165883861740594f,-0.0108709378380226f,0f,0.9315567572953193f,-0.36359594048535465f,1.16022661953862f,0.1780716638481814f,0.35778477616821863f,0.9166681714102426f,0.9048868929726754f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.9840175214569811f,-0.07356219316191044f,-0.16216695471910883f,-0.034995127259019626f,0f,0.9106836608061771f,-0.4131044298245417f,1.3637075f,0.1780716638481814f,0.4065019971388449f,0.8961286787378645f,0.9943234980845721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.6361736187401371f,0.3214653572855742f,0.701386591605754f,-1.5821725053795708f,0.13979802347403364f,0.8459922163775611f,-0.5145422066860359f,2.1171305769230773f,-0.7587750914808893f,0.4253906368196647f,0.4932577081550049f,1.544607665669625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9036337392067878f,0.3214653572855742f,0.28303019173299715f,-1.5073774419612707f,-0.13979802347403364f,0.8459922163775611f,-0.5145422066860359f,2.1171305769230773f,-0.40484883351679857f,0.4253906368196647f,0.8094073313889907f,1.4880854489026538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.7978140097952002f,0.3214653572855742f,0.5100517913308042f,-1.6212827423700413f,0f,0.8459922163775611f,-0.5331952455044792f,2.197109863748749f,-0.6029036455143592f,0.4253906368196647f,0.6749444424037107f,1.4151048909255828f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8821396741033871f,0.0015317907662359687f,-0.4709854020984282f,-0.8755524248098807f,0.06234212256162448f,0.9915756051955048f,-0.11353976808008585f,2.4640083127012966f,0.46684371595565155f,-0.12952016367429728f,-0.8748036763037192f,-0.15518285832400922f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.2940680715696151f,0.0015317907662359687f,-0.9557832510043142f,-0.8159180355269545f,0.124240150603863f,0.9915756051955048f,-0.036636104584108445f,2.454548487298704f,0.9476752367036174f,-0.12952016367429728f,-0.29178103595080707f,-0.22689975883013042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.636100152351212f,0.0015317907662359687f,-0.7716049830034881f,-0.7299944827178944f,0.10090480429432376f,0.9915756051955048f,-0.08121600612867215f,2.471460800919301f,0.7649802720652926f,-0.12952016367429728f,-0.630895958580093f,-0.09640691479005585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000004028909756970474f,-0.000013637326874363362f,0.000006475478892866135f,0.6782589662167295f,1.734723475976807e-21f,0.000006702111459424155f,0.000014114613950989075f,1.56783f,-0.000015096639068686382f,0.000003639456375232738f,-0.0000017281409440753636f,0.29439728558332734f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77.mcfunction new file mode 100644 index 000000000..ea6e32260 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77_as_bone.mcfunction new file mode 100644 index 000000000..2fcc5b683 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_77_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.7601437921877078f,0.12589156082477285f,-0.2706975702810015f,-0.3615995086991898f,-0.13629016337070324f,0.8051715450324601f,-0.008259472311987667f,1.4413404107152425f,0.26561410168009203f,0.05286343185594344f,0.7704537955033607f,1.0661838893998863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.7351424385011842f,-0.17102282363118385f,-0.26517313007118515f,-0.3615995086991898f,0.17849154423664856f,0.77979183490509f,-0.008090911652559348f,1.4413404107152425f,0.2602044652778834f,-0.05172898619313922f,0.7547302486563534f,1.0661838893998863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[0.032212281591993235f,-0.01382219331081552f,-0.8159140643052804f,-0.31135770128328266f,0.13629016337070324f,0.8051715450324601f,-0.008259472311987667f,1.4413404107152425f,0.8045693287265365f,-0.135838781231885f,0.03406560186479798f,1.1340422066254998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[0.03433449015901646f,-0.0004338955203351284f,-0.7992627568704788f,-0.31135770128328266f,-0.17849154423664856f,0.77979183490509f,-0.008090911652559348f,1.4413404107152425f,0.7790776029520661f,0.17867430131395629f,0.033370385500210265f,1.1340422066254998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.8525385321447622f,1.1182694834660385f,-0.6812177798303956f,0.5655087419875926f,0.3697767731059939f,0.5741854867380578f,1.405340675740476f,1.3842847326726015f,1.2561247705860163f,-0.9280035771310254f,0.04864330942944732f,1.3691655444630508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.8242831026780023f,0.2835566039960692f,-0.49005409800321253f,0.3612693971906684f,-0.43504075202419956f,0.8711487921376466f,-0.2276825114832901f,1.5100150822970018f,0.3623491558121046f,0.4008683503188245f,0.8414319075212915f,1.2998495588288064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.7655294714616611f,0.2835566039960692f,-0.5775467778923593f,0.1002452154265989f,-0.4573981050890111f,0.8711487921376466f,-0.17856862943446014f,1.6656088580065027f,0.4524948638212503f,0.4008683503188245f,0.7965883277628741f,1.1480995536632357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.030056767957609476f,-0.521570317087767f,-0.8526787173566069f,-0.3879298505627141f,0.8010320662203768f,0.4976800010079536f,-0.3326593535186362f,1.384060055133745f,0.5978663894104234f,-0.6930216597839416f,0.4028358964685924f,0.5511435200918023f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.3677601163806496f,-0.5143241778579537f,-0.7747406900830953f,-0.2549234370600971f,0.8548786969189747f,0.5148655820529484f,0.06399879664020601f,1.6656088580065027f,0.3659711878738634f,-0.6858455164889675f,0.6290318093373137f,0.6683965268687568f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.36846840447538887f,0.252180196359043f,-0.8947827576946683f,0.15237515350217382f,-0.8600548738998275f,0.45784432526218777f,-0.2251314898150941f,1.35099274261003f,0.35289750464478076f,0.8525161126861628f,0.3855899750070799f,0.8178658017216236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[0.5202351276580108f,0.16413686403497801f,-0.83810172521921f,0.17791267972611216f,-0.49996268483022605f,0.8541489757851579f,-0.1430623673176064f,1.510251535774012f,0.6923819218668299f,0.49344565762597276f,0.5264206086790924f,0.9136769913307378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.3509923636162264f,0.26455390650914146f,-0.8982291418306617f,-0.04017808899737874f,-0.8626756720912385f,0.4643938448998867f,-0.2003223442380554f,1.34978560868359f,0.36413602604662026f,0.8451920417099608f,0.3912229123723748f,0.5708005700825562f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[0.5202351276580109f,0.19908894575330321f,-0.8304932291292273f,-0.008039494350692039f,-0.49996268483022605f,0.85939057216798f,-0.10716883057187951f,1.510251535774012f,0.6923819218668301f,0.470968614822294f,0.5466222078587408f,0.6625235741608535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[0.21809643202305679f,0.07398997822549365f,-0.9731184046461165f,-0.08272081990647467f,-0.015841695421431802f,0.9972589245823479f,0.07227501661731887f,2.2063453891689724f,0.9757986406144388f,-0.0003470778732509727f,0.21867073995384745f,0.6168627932545985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[0.21809643202305679f,0.07398997822549365f,-0.9731184046461165f,-0.1913780338210994f,-0.015841695421431802f,0.9972589245823479f,0.07227501661731887f,2.0890578699823563f,0.9757986406144388f,-0.0003470778732509727f,0.21867073995384745f,0.6008141108363866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[0.21809643202305679f,0.07398997822549365f,-0.9731184046461165f,0.04541083390707118f,-0.015841695421431802f,0.9972589245823479f,0.07227501661731887f,2.1970383931088815f,0.9757986406144388f,-0.0003470778732509727f,0.21867073995384745f,1.1901444946155812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[0.21809643202305679f,0.07398997822549365f,-0.9731184046461165f,-0.04688914760582431f,-0.015841695421431802f,0.9972589245823479f,0.07227501661731887f,2.078562746765658f,0.9757986406144388f,-0.0003470778732509727f,0.21867073995384745f,1.2472807102434522f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[0.22698588569661665f,0.038961240143498235f,-0.9731184046461165f,-0.07462261614877276f,0.140359008510628f,0.9874591995130125f,0.07227501661731887f,2.312845882286873f,0.9637306451620369f,-0.15299134310019277f,0.21867073995384745f,0.7177367657668822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[0.2180964320230568f,0.07398997822549366f,-0.9731184046461165f,-0.048755550685640844f,-0.015841695421431795f,0.9972589245823478f,0.07227501661731887f,2.3210709162992336f,0.9757986406144389f,-0.0003470778732509727f,0.21867073995384745f,0.8301306462267255f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[0.22951783169570494f,0.01902985740090856f,-0.9731184046461165f,-0.04420365696582086f,0.22588764007426637f,0.9714685254987138f,0.07227501661731887f,2.316409224139933f,0.9467292849570994f,-0.23640382503812432f,0.21867073995384745f,0.8519280546684503f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[0.21240388010272193f,0.08902338039136343f,-0.9731184046461165f,-0.049811895018551156f,-0.08536837183630919f,0.993724591153396f,0.07227501661731887f,2.326844099541286f,0.9734458550979228f,0.06772203984457845f,0.21867073995384745f,0.8235216000093039f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[0.22371516076222192f,0.054700067496576826f,-0.9731184046461165f,-0.08507522838072433f,0.07113542929609072f,0.9948447480244479f,0.07227501661731887f,2.4344682157692215f,0.9720551823554021f,-0.08539221243206416f,0.21867073995384745f,0.7739313645027648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[0.22371516076222192f,0.054700067496576826f,-0.9731184046461165f,-0.09738274356745409f,0.07113542929609072f,0.9948447480244479f,0.07227501661731887f,2.210628147463721f,0.9720551823554021f,-0.08539221243206416f,0.21867073995384745f,0.7931446122999792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[0.18715851684605814f,0.3457062598785051f,-0.9194883748328735f,0.03501365702178727f,-0.1682243384373517f,0.9334803443674347f,0.3167254625649335f,2.2936460684208484f,0.9678182998524563f,0.09540245573606115f,0.23286500361846943f,1.0920806854364677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[0.23893465875708328f,0.31217199969221604f,-0.9194883748328735f,0.010637842219909488f,-0.020124719382212608f,0.9483037366966433f,0.3167254625649335f,2.305520554186595f,0.970827082705475f,-0.05717224479891343f,0.23286500361846943f,0.9796798097034751f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[0.11440760854254092f,0.6253020821720662f,-0.7719509085031605f,-0.033308175936108395f,-0.22641199054148203f,0.7730152554703296f,0.5926086612168144f,2.3108053171085303f,0.9672892585191983f,0.1069800020630935f,0.23001471585957264f,0.9672660004341268f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[0.30203707162733695f,0.5593437245772296f,-0.7719509085031605f,-0.019882595151099053f,0.023544251879590222f,0.8051463487181976f,0.5926086612168144f,2.31790338859839f,0.9530053911527538f,-0.19716479128340014f,0.23001471585957264f,0.9940360730285375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[0.21081785774597f,0.599706282872328f,-0.7719509085031605f,0.03179830363190847f,-0.10269825527132f,0.7989167935492668f,0.5926086612168144f,2.418829486816162f,0.972115682015071f,-0.04565447698105115f,0.23001471585957264f,1.0433174278269517f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[0.21081785774597f,0.3318086186382155f,-0.9194883748328735f,-0.042858635561689895f,-0.10269825527132f,0.9429411698124417f,0.3167254625649335f,2.206667723608363f,0.972115682015071f,0.02765846832605691f,0.23286500361846943f,1.037094272453589f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[0.21809643202305679f,0.07398997822549365f,-0.9731184046461165f,-0.07763060325994636f,-0.015841695421431802f,0.9972589245823479f,0.07227501661731887f,1.6952941424182975f,0.9757986406144388f,-0.0003470778732509727f,0.21867073995384745f,0.9084638591632674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[0.5950469570457734f,-0.009818692823486908f,-0.803630955216263f,-0.07394859345113877f,0f,0.9999253696604521f,-0.012217000835247127f,1.320322128795628f,0.8036909349436295f,0.007269689171239491f,0.5950025484893221f,0.9057377257240526f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.633125222330625f,-0.3266518793262767f,-0.7017485322972953f,0.13573850025454098f,-0.11896199927610297f,0.8547606359078321f,-0.5052052038832051f,0.8271759149436622f,0.7648532510076876f,0.4033395654223001f,0.5023113570166625f,0.5444318399701387f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.633125222330625f,-0.5703345225625868f,-0.5233268435902202f,-0.07664386563502018f,-0.11896199927610297f,0.5963621952408482f,-0.7938514815856609f,1.0326884197377875f,0.7648532510076876f,0.5648634033647626f,0.3097238123912147f,0.7522008608380176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[0.578180450772291f,0.03081666540213282f,-0.8153267439979162f,0.3244392332125863f,0.044521840254609146f,0.9966060113578773f,0.06924062294408917f,1.0054889994408247f,0.8146932993986715f,-0.07633342163715362f,0.5748460982350589f,0.7761755642946839f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[0.578180450772291f,-0.7716211927115264f,-0.26515674855298643f,0.05359855717482416f,0.044521840254609146f,0.35433622467407244f,-0.934057624359476f,1.0339174510061335f,0.8146932993986715f,0.5282485918979495f,0.2392242735859806f,0.9668351625684857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[0.4747328589006783f,-0.6902508940598198f,-0.5460608170612574f,-0.03813364758962307f,0.1266156286113639f,0.6675394883659993f,-0.7337298645028764f,1.1785513013984328f,0.870974853409292f,0.2791858426240118f,0.4042994805920269f,0.8848197660697819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.6945141055352415f,-0.48945888387781084f,-0.5273330619311395f,-0.03671185773936184f,-0.12661562861136394f,0.6383512659515768f,-0.7592602609444068f,1.1682013984513104f,0.7082504075564888f,0.5940855681222253f,0.38137081422804275f,0.8837670831450755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[0.5950469570457734f,-0.5896920407983793f,-0.5460608170612574f,-0.03813364758962307f,0f,0.6794413042615167f,-0.7337298645028764f,1.1785513013984328f,0.8036909349436295f,0.43660372316604423f,0.4042994805920269f,0.8848197660697819f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[0.5488684578510313f,-0.3130955237388573f,-0.7750578100960734f,-0.038872768393639456f,0.16812459816428335f,0.9496048313088085f,-0.26454637371747824f,1.203500380590663f,0.8188269264431457f,0.01489487729590308f,0.5738471984439857f,0.8853670057687714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.6230006957087638f,-0.10561971480493125f,-0.7750578100960734f,-0.038872768393639456f,-0.16812459816428335f,0.9496048313088085f,-0.26454637371747824f,1.203500380590663f,0.7639399535555752f,0.29511885774971136f,0.5738471984439857f,0.8853670057687714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[0.5950469570457734f,-0.21261352242894688f,-0.7750578100960734f,-0.038872768393639456f,0f,0.9643729652748113f,-0.26454637371747824f,1.203500380590663f,0.8036909349436295f,0.15741751467807935f,0.5738471984439857f,0.8853670057687714f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[0.5080303561842202f,-0.47484493799460187f,-0.7186288625265734f,0.06798483465299637f,0.19731589688144913f,0.876287894703224f,-0.43952925094293893f,1.2398353679170717f,0.8384340129271972f,0.08149730337559834f,0.5388753060860203f,1.0473256677499767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.6614527849485862f,-0.21333250254299446f,-0.7190058808121825f,-0.15973236638318178f,-0.22402377359268807f,0.8587223728682891f,-0.46087876410260775f,1.2497797382381262f,0.7157468561922233f,0.46592395269421205f,0.5202127527817346f,0.7449736541945604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[0.5950469570457734f,-0.2964634187554438f,-0.7470130924223483f,-0.005337596653139445f,0f,0.9294780617063242f,-0.36887739535874897f,1.1165183303767678f,0.8036909349436295f,0.21949937163119423f,0.5530830922591518f,0.8646594163527488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[0.5950469570457734f,-0.3307303596100679f,-0.7324865515098284f,-0.08388396573043409f,0f,0.9114032766354453f,-0.41151435860510877f,1.32016f,0.8036909349436295f,0.24487036686861313f,0.5423277464034689f,0.9130938035207075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.975596869171375f,-0.01869023775449921f,0.21877253912612274f,-1.4736932130363392f,0.1292555176462299f,0.854320976817281f,-0.5034170038129143f,2.0368619230769234f,-0.17749298583610504f,0.5194096105990404f,0.8358886866062591f,0.1873354011950001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.9603165280013259f,-0.01869023775449921f,-0.2782855387190615f,-1.3800038488864095f,-0.1292555176462299f,0.854320976817281f,-0.5034170038129143f,2.0368619230769234f,0.2471541567635129f,0.5194096105990404f,0.8180027378999839f,0.19070668361892465f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.9993532175992502f,-0.01869023775449921f,-0.030721677797697744f,-1.4222402792917197f,0f,0.854320976817281f,-0.5197457730178925f,2.1148237890296073f,0.03596034585519531f,0.5194096105990404f,0.8537684170448844f,0.06095577985022971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.992189521802042f,0.07603741698336702f,0.09888510527239247f,0.04533476433990491f,0.07289096856279852f,0.9967235834751712f,-0.03505716540724074f,2.4118001451256452f,-0.10122677278374376f,-0.027575521081406297f,-0.9944811366279788f,-0.42733240482110724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7648493413861135f,0.07603741698336702f,-0.6397060232635969f,0.1346768717557668f,0.07604652546674402f,0.9967235834751712f,0.02755039217233343f,2.404226954874354f,0.6397049405356066f,-0.027575521081406297f,-0.7681257577320425f,-0.45471300254851876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9529824791025269f,0.07603741698336702f,-0.2933303696211816f,0.1340053734910131f,0.08078069601377502f,0.9967235834751712f,-0.004071522558403644f,2.40862427838376f,0.2920597090923901f,-0.027575521081406297f,-0.956002467027129f,-0.29762233363074364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00001212847297815484f,0.000008632433377524801f,-0.000004745720409038406f,0.8919221088561575f,0f,0.000007527401157839304f,0.000013692291875685368f,1.5222824999999998f,0.00000985092727707234f,-0.00001062826188948858f,0.000005842936418469468f,0.8714945594631924f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78.mcfunction new file mode 100644 index 000000000..9d91ed80e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78_as_bone.mcfunction new file mode 100644 index 000000000..c1a499fb0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_78_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[0.4126397026599771f,0.06119092623016706f,-0.7020887342638565f,-0.40821497808650614f,-0.13567299422601448f,0.8052614235039142f,-0.009556301514820465f,1.3813697521486035f,0.6915676097612421f,0.12146668188432815f,0.4170426006603858f,0.7574520129968912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[0.3963880449976706f,-0.09930840825264071f,-0.6877603927482677f,-0.40821497808650614f,0.17908379071125477f,0.7796418167567312f,-0.009361274953293518f,1.3813697521486035f,0.6714205192630115f,-0.14932005094624934f,0.4085315271775208f,0.7574520129968912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.46798515296931564f,0.0709498223791631f,-0.6655076736966267f,-0.41159713644317697f,0.13567299422601448f,0.8052614235039142f,-0.009556301514820465f,1.3813697521486035f,0.6553832311575253f,-0.11603709305760604f,-0.4732363656743916f,0.8397641274918666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.45013540496450544f,-0.11122391108843682f,-0.6519258844375119f,-0.41159713644317697f,-0.17908379071125477f,0.7796418167567312f,-0.009361274953293518f,1.3813697521486035f,0.63663734818335f,0.1406693966947152f,-0.4635784806606285f,0.8397641274918666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.14966714621480948f,1.4379313131320226f,-0.5927558806611134f,0.1128387754145983f,0.4699107317675161f,0.6094706915416995f,1.3598292651363995f,1.3081485203461873f,1.4826293871071197f,-0.04801317388071406f,-0.49082694060154f,1.5708979787610868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[0.4016886199444992f,-0.03315144490565586f,-0.9151760673814361f,0.00033893881209517973f,-0.4609764011956622f,0.8561836191179566f,-0.23334602609595412f,1.439879231709365f,0.7912945154288507f,0.5156070131939101f,0.32863718261553326f,1.3911260267776382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[0.2838192093920827f,-0.03315144490565586f,-0.9583045643639188f,-0.09884192352989196f,-0.4865874765752437f,0.8561836191179566f,-0.17373036002441955f,1.6062221812258937f,0.8262440825931461f,0.5156070131939101f,0.22687027995104422f,1.1100788460424433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3993140945089275f,0.040081762383485854f,-0.915937610457584f,-0.10218784725113042f,0.8016248999229095f,0.5000794045472327f,-0.3275944275644352f,1.327581827188033f,0.444910972836252f,-0.8650514675277526f,-0.23181929336873758f,0.33397703215870317f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[0.05053408229827712f,0.041644421463068224f,-0.9978537210870525f,-0.07433734377421423f,0.8478697771730771f,0.5262175196106708f,0.06489963799027983f,1.6062221812258937f,0.5277908179219746f,-0.8493296557967344f,-0.008717126903592512f,0.5137070734072879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[0.06692569137014936f,-0.3394430368586693f,-0.9382427066398072f,0.14952898373980558f,-0.8599032141676798f,0.45731197964565623f,-0.22678671816635182f,1.292022632953833f,0.5060508018951466f,0.821975777015804f,-0.2612822380119707f,0.8857003762196363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.028579289563350513f,-0.1833521643082448f,-0.9826317764307932f,0.10900900432931723f,-0.4999512620046521f,0.8538654412351226f,-0.1447844739062341f,1.4512175002235044f,0.8655818620026703f,0.48713015930840464f,-0.11607001363038795f,0.9763118435047722f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[0.04627110186366705f,-0.3252243574911333f,-0.9445041569134577f,0.15465573593813697f,-0.8625601938826725f,0.46388645239884485f,-0.20198829473486968f,1.2908019957223908f,0.5038341960024237f,0.8240379096712077f,-0.25906104756079745f,0.5725044894156746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.028579289563350527f,-0.1420429852952802f,-0.9894478331556742f,0.121838627238049f,-0.4999512620046521f,0.859179400665108f,-0.10890129977507869f,1.4512175002235044f,0.8655818620026704f,0.4915633710938505f,-0.09556930663575766f,0.664075313329298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.30927648322799534f,0.06102025481569358f,-0.9490124263803669f,0.05568801965942097f,-0.014357402991069457f,0.9975258731810155f,0.06881858261984612f,2.1467336096928173f,0.9508637767322277f,0.034909323062476814f,-0.3076352015973531f,0.5570711644763353f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.30927648322799534f,0.06102025481569358f,-0.9490124263803669f,-0.029311559044650312f,-0.014357402991069457f,0.9975258731810155f,0.06881858261984612f,2.029033020277966f,0.9508637767322277f,0.034909323062476814f,-0.3076352015973531f,0.4882093073163153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.30927648322799534f,0.06102025481569358f,-0.9490124263803669f,-0.1260119142370263f,-0.014357402991069457f,0.9975258731810155f,0.06881858261984612f,2.138298635435564f,0.9508637767322277f,0.034909323062476814f,-0.3076352015973531f,1.1157036333065191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.30927648322799534f,0.06102025481569358f,-0.9490124263803669f,-0.23420722918319722f,-0.014357402991069457f,0.9975258731810155f,0.06881858261984612f,2.0195212407963825f,0.9508637767322277f,0.034909323062476814f,-0.3076352015973531f,1.1181565594014162f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.29592310558584706f,0.10865049542490024f,-0.9490124263803669f,0.010976312515735345f,0.1418667867993563f,0.987490667039148f,0.06881858261984612f,2.253333216360417f,0.9446180870508746f,-0.11426833487236226f,-0.3076352015973531f,0.6477402406350592f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.30927648322799534f,0.061020254815693585f,-0.9490124263803669f,-0.02403277844235162f,-0.014357402991069454f,0.9975258731810155f,0.06881858261984612f,2.261731908757336f,0.9508637767322277f,0.034909323062476814f,-0.3076352015973531f,0.7576172907470382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.2853275141988064f,0.13402844555085525f,-0.9490124263803669f,-0.031204515449548425f,0.22739242338700816f,0.9713684617447589f,0.06881858261984612f,2.2571022173359467f,0.9310643884433093f,-0.1961624003494104f,-0.3076352015973531f,0.7787054454942492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.3127796590619444f,0.03929757565986078f,-0.9490124263803669f,-0.021591999672734164f,-0.08390631646062092f,0.9940944284846414f,0.06881858261984612f,2.267496558610741f,0.9461123690847214f,0.10115318978189451f,-0.3076352015973531f,0.7513773860149595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.30278132720507644f,0.08774327593372083f,-0.9490124263803669f,-0.026985746655374024f,0.07263733964902773f,0.9949813161938807f,0.06881858261984612f,2.374954849637067f,0.9502880009684666f,-0.04809675616412942f,-0.3076352015973531f,0.6904736282126804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.30278132720507644f,0.08774327593372083f,-0.9490124263803669f,-0.04672798374046118f,0.07263733964902773f,0.9949813161938807f,0.06881858261984612f,2.1510840534934443f,0.9502880009684666f,-0.04809675616412942f,-0.3076352015973531f,0.7012953983496095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.33051462527553777f,0.23355036340326554f,-0.9144475437296409f,-0.08656547473353993f,-0.16715806564522623f,0.9390956330988383f,0.3002625067910379f,2.235680742894093f,0.9288801125918872f,0.25209843246020874f,-0.271345014294327f,1.0254473407086826f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.2899101156218783f,0.28237884946811387f,-0.9144475437296409f,-0.05032653484825804f,-0.018193149488792915f,0.9536830900919027f,0.3002625067910379f,2.2473869505616904f,0.9568809404370994f,0.10368581892343767f,-0.271345014294327f,0.9162738798171546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.3896861443341448f,0.4568724850027493f,-0.7996325664712516f,-0.07987955763391139f,-0.22815324565039327f,0.7933125442705253f,0.5644477864268906f,2.251168048971524f,0.8922392086280335f,0.40239624693880777f,-0.2049059663269537f,0.8837018175327713f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.22943218475075927f,0.5549311950495239f,-0.7996325664712516f,-0.08229183527707387f,0.028160427040724773f,0.8249882949149443f,0.5644477864268906f,2.258561050319308f,0.9729171922365119f,0.10698449427015028f,-0.2049059663269537f,0.9134808382125041f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.31341785846730275f,0.5122079700984445f,-0.7996325664712516f,-0.06643878376929307f,-0.10124287712516764f,0.8192365813543736f,0.5644477864268906f,2.3609000928700326f,0.9442029050078103f,0.25786511811105695f,-0.2049059663269537f,0.9810163522694995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.31341785846730275f,0.25603698123629787f,-0.9144475437296409f,-0.12404710454746001f,-0.10124287712516764f,0.948468400552691f,0.3002625067910379f,2.147494702745677f,0.9442029050078103f,0.18668893216370244f,-0.271345014294327f,0.9390113425326665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.30927648322799534f,0.06102025481569358f,-0.9490124263803669f,-0.0870037864126171f,-0.014357402991069457f,0.9975258731810155f,0.06881858261984612f,1.63590678740742f,0.9508637767322277f,0.034909323062476814f,-0.3076352015973531f,0.8118759424215359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.04105479330794172f,-0.013950408776892742f,-0.9990595027531641f,-0.08177238312128232f,0f,0.9999025240093042f,-0.01396218033914537f,1.2609433409039308f,0.9991568965615171f,-0.0005732144279518223f,-0.041050791451291216f,0.8120908978320178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[0.012757018017206377f,-0.5216662443225343f,-0.853054270269911f,0.31387322341273693f,-0.11905556561127788f,0.8462625057786646f,-0.5192933117325838f,0.7811286643061296f,0.9928056359571531f,0.1081854927780875f,-0.051311483744625755f,0.6639329635881002f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[0.012757018017206377f,-0.8210518853186131f,-0.5707110127779729f,0.011714384577725556f,-0.11905556561127788f,0.5654501235215197f,-0.8161445522127051f,0.9730192866136484f,0.9928056359571531f,0.0783578931840891f,-0.09053733918921794f,0.6908267395280974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.06385400755224802f,0.04185034284783168f,-0.9970813479967602f,0.30968467934492183f,0.05091591761927567f,0.9979556980271378f,0.038626339564539924f,0.9466799290323066f,0.9966595381836791f,-0.04830086519604955f,-0.06585431928741245f,0.96230315163546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.06385400755224802f,-0.9356515049012055f,-0.3471007448791012f,-0.021308265464215284f,0.05091591761927567f,0.3443031305503127f,-0.9374768923158807f,0.9744029959974937f,0.9966595381836791f,-0.07753460949384978f,0.02565442024547878f,0.9396808111796349f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.17384133542692495f,-0.7084943763375862f,-0.6839699619098765f,-0.041933955874757005f,0.12545358527517522f,0.6729532956877079f,-0.7289686274214116f,1.121138129069356f,0.9767500130732467f,-0.21253136361738978f,-0.02810393994345199f,0.8179814225499816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[0.09312239520768131f,-0.7533700028617705f,-0.6509699365553221f,-0.03999641719014712f,-0.12545358527517522f,0.6397218904338906f,-0.7582989521562676f,1.109295842094455f,0.9877194021848454f,0.1522811271554851f,-0.03494053319378834f,0.8180610349216687f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.04105479330794172f,-0.7283540314650864f,-0.6839699619098765f,-0.041933955874757005f,0f,0.6845471059286886f,-0.7289686274214116f,1.121138129069356f,0.9991568965615171f,-0.02992765632676003f,-0.02810393994345199f,0.8179814225499816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.08561108637349969f,-0.2555262695683038f,-0.963004188698292f,-0.04280187409849484f,0.16338768004979748f,0.9498669711472779f,-0.26656557004129655f,1.146090895391337f,0.9828403776289891f,-0.18016398831065794f,-0.03956929893367983f,0.8179457602797152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[0.00468991392831658f,-0.2694456109438216f,-0.963004188698292f,-0.04280187409849484f,-0.16338768004979748f,0.9498669711472779f,-0.26656557004129655f,1.146090895391337f,0.9865507947973535f,0.15859318984939763f,-0.03956929893367983f,0.8179457602797152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.04105479330794172f,-0.2663408276926136f,-0.963004188698292f,-0.04280187409849484f,0f,0.9638167859445895f,-0.26656557004129655f,1.146090895391337f,0.9991568965615171f,-0.01094379438105909f,-0.03956929893367983f,0.8179457602797152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.12828120676559504f,-0.4183778114255975f,-0.8991684708092749f,-0.060618211262998246f,0.1931517683281097f,0.8787576865882762f,-0.43643707754239325f,1.1811186720296762f,0.9727467945886468f,-0.22966265514608156f,-0.03191768238398804f,1.0111271861643363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[0.0625349256122977f,-0.4589460159962314f,-0.8862606487257859f,-0.04866149887938467f,-0.2184367540946999f,0.8601754604963257f,-0.4608509104043364f,1.1904950453969156f,0.9738453509357817f,0.22241117679001862f,-0.046459669603249376f,0.6322986748994452f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.04105479330794172f,-0.3738315223480892f,-0.9265875548729069f,-0.0029375369658017486f,0f,0.9273694232223696f,-0.3741469669424163f,1.0569881615427579f,0.9991568965615171f,-0.015360526394614207f,-0.038072959990499505f,0.8231492694975697f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.04105479330794172f,-0.4095774263222276f,-0.9113511045660186f,-0.09413175258695618f,0f,0.912120116172273f,-0.4099230338415728f,1.26079f,0.9991568965615171f,-0.01682930542653017f,-0.037446902841468455f,0.8115830583119426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.8994497205277834f,-0.30350344091454984f,-0.31444532369796907f,-0.5894037561397745f,0.11902099707778796f,0.8624359378276689f,-0.4919738360908213f,1.9407707692307694f,0.42050469973247795f,0.40508013342589066f,0.8118410454064029f,-0.6059114129392259f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.6562530027540505f,-0.30350344091454984f,-0.6908094221486273f,-0.5143765018462079f,-0.1190209970777879f,0.8624359378276689f,-0.4919738360908213f,1.9407707692307694f,0.7450946239444365f,0.40508013342589066f,0.5298528917282241f,-0.5496977703498286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.8002907124647097f,-0.30350344091454984f,-0.5171270993631598f,-0.47432106408851715f,2.7755575615628914e-17f,0.8624359378276689f,-0.5061662307417486f,2.0166957038420317f,0.5996121876202377f,0.40508013342589066f,0.6901994711392753f,-0.6813345123154185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.8152023573981625f,0.03111097424329002f,0.578340058939472f,0.7677610116495384f,0.07095419382568804f,0.9963991381752942f,0.04641400458996814f,2.3431261415037636f,-0.5748135513982123f,0.07887245859718228f,-0.8144743804465618f,-0.1224312142283808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9809970747872153f,0.03111097424329002f,-0.19151200103533994f,0.8593654193876996f,0.01531968267151887f,0.9963991381752942f,0.08339103528782249f,2.3387262584962367f,0.19341676913279968f,0.07887245859718228f,-0.9779412501234751f,-0.10298035274461112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9771136825403858f,0.03111097424329002f,0.21043041290174674f,0.781998653583357f,0.04693208541362022f,0.9963991381752942f,0.0706125824641724f,2.330334312630374f,-0.2074758558268766f,0.07887245859718228f,-0.9750553340830156f,0.0335525166259564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015621299069731408f,2.8775591358301423e-7f,-1.8120956985408788e-7f,0.6862076101217706f,1.734723475976807e-21f,0.000008326191813605157f,0.00001322176822074319f,1.4609125f,3.400593683589651e-7f,0.000013218636518841591f,-0.000008324219675665632f,1.3613006983905453f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79.mcfunction new file mode 100644 index 000000000..f828c15e1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79_as_bone.mcfunction new file mode 100644 index 000000000..addbebb88 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_79_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.0607677938799066f,-0.0211915232490949f,-0.8141269182466557f,-0.3061698778392148f,-0.13510113870472257f,0.805340786121995f,-0.010878647596953728f,1.3107530150148616f,0.8031185479069083f,0.13387151300868486f,-0.06343075324406162f,0.4969536713547807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.06294050532785493f,0.003601384502832091f,-0.7975120831803975f,-0.3061698778392148f,0.17963108511526835f,0.7794992683793793f,-0.010656634380689367f,1.3107530150148616f,0.7770271334061545f,-0.17991086855905966f,-0.06213624807581547f,0.4969536713547807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7498150967058401f,0.12173611046182983f,-0.2998367632664169f,-0.3539372317094658f,0.13510113870472257f,0.805340786121995f,-0.010878647596953728f,1.3107530150148616f,0.2940568780306685f,-0.059590117154412085f,-0.7595551427413446f,0.5616098187237827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7242369439433198f,-0.17091165455347093f,-0.2937176456487349f,-0.3539372317094658f,-0.17963108511526835f,0.7794992683793793f,-0.010656634380689367f,1.3107530150148616f,0.28846754113409706f,0.056303613860990434f,-0.7440540173792765f,0.5616098187237827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9555766126665526f,1.2232027185802514f,-0.17903825452287941f,-0.3368637675519465f,0.5694984332082148f,0.6364136821705738f,1.3084553525892586f,1.2214182866087147f,1.0972470651125508f,0.7349550900592319f,-0.8350425999300394f,1.4523913064043656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.1164111325531158f,-0.33251005548995943f,-0.9358875526556409f,-0.3281912504351185f,-0.48677519340858655f,0.840462904879812f,-0.23805885113354092f,1.359110162760291f,0.8657357329461075f,0.4278541439778892f,-0.25969688519736533f,1.2443203842538082f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.24711748437339184f,-0.33251005548995943f,-0.9101483461035518f,-0.24618317325199812f,-0.5154617428624151f,0.840462904879812f,-0.16709667012310472f,1.5361944265286602f,0.8205072458925685f,0.4278541439778892f,-0.3790892914851852f,0.962293737699421f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5795647311547721f,0.5264737415870574f,-0.6220370743137591f,0.19073077344758085f,0.8022875788232894f,0.5025244021517521f,-0.3221860737336245f,1.2605586761097174f,0.142966301159962f,-0.6857803034947481f,-0.7136287634837113f,0.3149138349161262f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26584690074419187f,0.5159856405518424f,-0.814299849016941f,0.10848847702727825f,0.8406511210903153f,0.5375215246829079f,0.06615363264521724f,1.5361944265286602f,0.47183802090792154f,-0.666955342768065f,-0.5766623386166544f,0.48222313235769143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.2271158795086158f,-0.7425843508276978f,-0.6300689320866681f,0.08572203304926233f,-0.8597489350212134f,0.4567782409775255f,-0.22844125568593537f,1.2224124024873255f,0.4574386800489407f,0.4898184566503023f,-0.7421776967275415f,0.9160883608369277f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.508287913681949f,-0.4261487323530882f,-0.7483586404383312f,0.0011419042303187354f,-0.4999383162408303f,0.8535793056628721f,-0.1465061394562449f,1.3815428589275125f,0.7012168543033852f,0.2996658586792048f,-0.6469121241582352f,0.9682325085632897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.2429717855754558f,-0.7319764122461827f,-0.6365337723400706f,0.26557546189044134f,-0.8624420881661667f,0.46337764681921984f,-0.20365362994030822f,1.221178265669154f,0.44402517493252164f,0.4994914296997382f,-0.7438749597093957f,0.6596304537748546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.508287913681949f,-0.39443692021940824f,-0.7655474595168347f,0.18683386772732208f,-0.4999383162408303f,0.8589656119527788f,-0.11063343724603233f,1.3815428589275125f,0.7012168543033852f,0.32649286891204293f,-0.6337959685817263f,0.716886641892227f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.6929704356309937f,0.039050912168166425f,-0.7199076340755283f,0.1699771981534388f,-0.012022564990542377f,0.9977672585935115f,0.06569593297790154f,2.07621049133361f,0.7208657526006065f,0.05418047561274164f,-0.6909537197164064f,0.5529398239398389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.6929704356309937f,0.039050912168166425f,-0.7199076340755283f,0.12359088477399945f,-0.012022564990542377f,0.9977672585935115f,0.06569593297790154f,1.9580994239132445f,0.7208657526006065f,0.05418047561274164f,-0.6909537197164064f,0.45435788754231043f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.6929704356309937f,0.039050912168166425f,-0.7199076340755283f,-0.23714293277977f,-0.012022564990542377f,0.9977672585935115f,0.06569593297790154f,2.069147234401666f,0.7208657526006065f,0.05418047561274164f,-0.6909537197164064f,0.9764484535926953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.6929704356309937f,0.039050912168166425f,-0.7199076340755283f,-0.33550202883153385f,-0.012022564990542377f,0.9977672585935115f,0.06569593297790154f,1.9501344746070102f,0.7208657526006065f,0.05418047561274164f,-0.6909537197164064f,0.9319314486402122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.6783299110955057f,0.146974590024733f,-0.7199076340755283f,0.09013307779418148f,0.14421064006752765f,0.9873638314630918f,0.06569593297790154f,2.1829975723445516f,0.7204663926960626f,-0.05925482432329518f,-0.6909537197164064f,0.6146239389297234f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.6929704356309938f,0.039050912168166425f,-0.7199076340755283f,0.010706800862204827f,-0.012022564990542384f,0.9977672585935116f,0.06569593297790154f,2.191667635617695f,0.7208657526006065f,0.054180475612741634f,-0.6909537197164064f,0.6982028666601308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.6629389814317498f,0.20553565456632872f,-0.7199076340755283f,-0.004940408725104109f,0.22971630313702746f,0.9710378285438834f,0.06569593297790154f,2.1870890535552983f,0.7125604023318244f,-0.12182212540737578f,-0.6909537197164064f,0.7140704292778968f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.6940064484077119f,-0.00938338788973174f,-0.7199076340755283f,0.01562072978303038f,-0.08159400420330358f,0.9944980959600849f,0.06569593297790154f,2.197417847852138f,0.715330320933333f,0.10433354764157352f,-0.6909537197164064f,0.6936297537356629f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.6869299626549331f,0.09929866467716134f,-0.7199076340755283f,0.037257577733332964f,0.07498433101097046f,0.9950182885218745f,0.06569593297790154f,2.3046689175314334f,0.72284478037109f,-0.008853287543753127f,-0.6909537197164064f,0.6360563276202026f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.6869299626549331f,0.09929866467716134f,-0.7199076340755283f,0.014915378180971703f,0.07498433101097046f,0.9950182885218745f,0.06569593297790154f,2.080789802614012f,0.72284478037109f,-0.008853287543753127f,-0.6909537197164064f,0.6380483173175471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.7017107587287615f,0.08980444519634333f,-0.7067794370999219f,-0.1633627539854155f,-0.16522321579719323f,0.9444683023429863f,0.2840438607521577f,2.167188932057604f,0.6930391764149698f,0.3160930044976225f,-0.6479057898041399f,0.911185487892765f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.6790230245240408f,0.19847055060875168f,-0.7067794370999219f,-0.08314941507572242f,-0.015441650214042035f,0.9586869356613116f,0.2840438607521577f,2.178628633915363f,0.7339545541822673f,0.20378616227159024f,-0.6479057898041399f,0.8286985549435743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.7365037417465293f,0.21542038932507362f,-0.6412147021524031f,-0.09397765945194658f,-0.22888320369251586f,0.8126553799983406f,0.535913903931595f,2.1810059578919825f,0.6365333592678484f,0.5414658707829942f,-0.5492176192698138f,0.78783546896229f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.6338881216274844f,0.4324691376308652f,-0.6412147021524031f,-0.10938922746342127f,0.033443460647439804f,0.8436099943177061f,0.535913903931595f,2.1887040210262727f,0.7727013551169057f,0.31826501925925726f,-0.5492176192698138f,0.8133401552063543f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.6937369851649132f,0.32798277570308715f,-0.6412147021524031f,-0.12715695603208418f,-0.09893796201305395f,0.838455465272605f,0.535913903931595f,2.2923650895033187f,0.7134005011821902f,0.43522377186523f,-0.5492176192698138f,0.8783350414279445f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.6937369851649132f,0.13853455419863378f,-0.7067794370999219f,-0.15832723072677674f,-0.09893796201305395f,0.9536930139419666f,0.2840438607521577f,2.0777841613663766f,0.7134005011821902f,0.2669790487122041f,-0.6479057898041399f,0.8182647554676986f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.6929704356309937f,0.039050912168166425f,-0.7199076340755283f,-0.06922240519422755f,-0.012022564990542377f,0.9977672585935115f,0.06569593297790154f,1.5658782640554598f,0.7208657526006065f,0.05418047561274164f,-0.6909537197164064f,0.7219813463822304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.5942142831904107f,-0.012633501705014316f,-0.8042075480167888f,-0.06448484205484718f,0f,0.9998766324816606f,-0.01570731731182068f,1.190924526874837f,0.8043067733474003f,-0.00933351229728785f,-0.5941409764489317f,0.7254814134937134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5462628998638764f,-0.5037698026450963f,-0.6691881874145936f,0.349465666686232f,-0.11914876928255277f,0.8375322520296729f,-0.5332384997246145f,0.7246239488802209f,0.8290961434060354f,-0.2115554602297597f,-0.5175363487101299f,0.8287848330036822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5462628998638764f,-0.7393816435537321f,-0.39358814693546135f,0.08029966928264212f,-0.11914876928255277f,0.5337056740619994f,-0.8372346291527124f,0.9027119254409577f,0.8290961434060354f,-0.41045467307585715f,-0.37964002204645103f,0.6770335119345293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6136635850107433f,0.04153258802573165f,-0.788474507237645f,0.1748222469736873f,0.05731733223257611f,0.9983241435820341f,0.007976701507413364f,0.8772468705571272f,0.7874844302318f,-0.040298244044656956f,-0.6150157100996806f,1.070230715618165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6136635850107433f,-0.7314779216852132f,-0.29724914553088877f,-0.08636126763447251f,0.05731733223257611f,0.33420710417506244f,-0.9407551939504025f,0.9042493924371451f,0.7874844302318f,-0.5943447329673244f,-0.1631643666261021f,0.8647326534022186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6894341617323864f,-0.4658610641532319f,-0.5546656700593431f,-0.0355990820102809f,0.12425275509002456f,0.678333522652929f,-0.7241718614374675f,1.0530886277166234f,0.7136117918650867f,-0.5681875578990502f,-0.4097817828549892f,0.7517951682706495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.47954508657538686f,-0.7069970806162433f,-0.5197996132564104f,-0.03391928023833318f,-0.12425275509002455f,0.6410912365553253f,-0.7573396062959485f,1.0397511494213725f,0.8686758675098226f,-0.2985919530263218f,-0.39527848764381773f,0.7530361900286359f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5942142831904107f,-0.5824563332217502f,-0.5546656700593431f,-0.0355990820102809f,0f,0.6896195437356698f,-0.7241718614374675f,1.0530886277166234f,0.8043067733474003f,-0.4303132635507302f,-0.4097817828549892f,0.7517951682706495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6216789947484476f,-0.11520434163764635f,-0.7747536299730361f,-0.03625670986524651f,0.15865152089992307f,0.9501013347515753f,-0.26858359707810964f,1.0780449791117193f,0.7670364544170641f,-0.28988862235539964f,-0.5723806986824307f,0.7513093189934911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.5505193856373123f,-0.31094246876411075f,-0.7747536299730361f,-0.03625670986524651f,-0.15865152089992307f,0.9501013347515753f,-0.26858359707810964f,1.0780449791117193f,0.8196085046860223f,-0.024944635137741922f,-0.5723806986824307f,0.7513093189934911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5942142831904107f,-0.21602360633993262f,-0.7747536299730361f,-0.03625670986524651f,0f,0.9632563788424054f,-0.26858359707810964f,1.0780449791117193f,0.8043067733474003f,-0.159596209614471f,-0.5723806986824307f,0.7513093189934911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6503448248619528f,-0.21832930507987167f,-0.7275877426940454f,-0.15882770425020648f,0.1889753461060166f,0.8811968583995515f,-0.43333637663006336f,1.1117634877928777f,0.7357580630474851f,-0.4193142154638943f,-0.5318229605522047f,0.9016456936685036f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.497777461167565f,-0.5014506285475052f,-0.7076474166439706f,0.06336803987626448f,-0.2128294252610924f,0.8615919473307202f,-0.4608285495039241f,1.120573660737341f,0.8407860815312098f,-0.07878187243376178f,-0.5356045011752834f,0.5939669280825753f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5942142831904107f,-0.30515759750872146f,-0.7441694876405586f,-0.005700382749719457f,0f,0.9252309097726983f,-0.3794044854784733f,0.986818613524492f,0.8043067733474003f,-0.22544756437781757f,-0.5497854218361955f,0.7786241530119228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5942142831904107f,-0.32842295504881025f,-0.7341987116915376f,-0.0744400876810129f,0f,0.9128341772330428f,-0.408330460381385f,1.19078f,0.8043067733474003f,-0.24263579182033507f,-0.5424191062962409f,0.7181265716102901f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5605470384011206f,-0.4528343699606882f,-0.6933455495797454f,0.408032265536852f,0.10910377691410826f,0.8703350685864926f,-0.4802220676433162f,1.8340396153846155f,0.8209040038901073f,0.19354043962658513f,0.5372696851920263f,-0.6430679327790457f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.20593482084150075f,-0.4528343699606882f,-0.8674859554755256f,0.44487671094755943f,-0.10910377691410826f,0.8703350685864926f,-0.4802220676433162f,1.8340396153846155f,0.9724645059990907f,0.19354043962658513f,0.12982635634220288f,-0.5568614983186332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.39300741771421205f,-0.4528343699606882f,-0.8003038191861347f,0.546500061120126f,0f,0.8703350685864926f,-0.4924600170455925f,1.9079086179414544f,0.9195353009110673f,0.19354043962658513f,0.34204813785129906f,-0.6512719362265343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5014583339933575f,-0.08269042836560181f,0.8612211285873794f,1.0818497687740523f,0.05571228079563934f,0.9902700118681148f,0.12752037234603536f,2.2631988499999998f,-0.8633861714419301f,0.11192674680985298f,-0.4919722779907511f,0.40773868845568506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9726151664666861f,-0.08269042836560181f,0.2172142514102f,1.1572535287753711f,-0.05571228079563983f,0.9902700118681148f,0.12752037234603514f,2.2631988499999998f,-0.22564547353653708f,0.11192674680985298f,-0.9677585048042898f,0.46344627750478595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8043067733474007f,-0.08269042836560181f,0.5884325852671706f,1.0312867609846361f,-2.636779683484747e-16f,0.9902700118681148f,0.13915927419587837f,2.242324958870618f,-0.5942142831904098f,0.11192674680985298f,-0.7964808779883358f,0.5550646146784859f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000010786485855711847f,-0.000009191720125218f,0.000006580625276080598f,0.27587435299652024f,1.0842021724855045e-22f,0.000009095671408707652f,0.000012704699391359807f,1.3889025f,-0.000011304527760350205f,-0.0000087704998583023f,0.000006279061183886575f,1.5826963692316487f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7_as_bone.mcfunction new file mode 100644 index 000000000..0b1de43a0 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_7_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7692262805658724f,-0.24047903137516302f,0.13192880352713532f,0.1079240532724128f,-0.2114203272864995f,0.7700736962464546f,0.17097482856794063f,1.2145710305992408f,-0.17474787249436693f,0.12688885791365073f,-0.7875956089520221f,-0.3393438482377236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7863181299164804f,0.0707231003037325f,0.12923637896535706f,0.1079240532724128f,0.09733962329811961f,0.7761917221275053f,0.1674855463522684f,1.2145710305992408f,-0.11058388807068306f,0.1803459275508207f,-0.771522229177491f,-0.3393438482377236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3837705976649326f,-0.03717457307043955f,0.7199184842253845f,0.05075371801523734f,0.22932033914069364f,0.7669174412015589f,0.16184642375318312f,1.2154585869301668f,-0.6834301389818436f,0.27820879558764533f,-0.34995364783550137f,-0.3818958495074183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3333861620992187f,-0.17750936497453979f,0.7052262702616012f,0.05075371801523734f,-0.07995647120231583f,0.7800454741670554f,0.15854343551332226f,1.2154585869301668f,-0.7228143811751581f,-0.0044140205968460355f,-0.34281173665518505f,-0.3818958495074183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4808645758503222f,-1.0311824897759307f,1.0709053097598322f,-0.7095848196344667f,1.231478492341897f,0.35425079943250115f,0.894076811018361f,1.0424175067361023f,-0.8328482650468917f,1.1191851025996316f,0.703700734351923f,-0.6340551876281049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6505998313325986f,-0.5322806606154186f,0.5416614789744679f,-0.5536621764295271f,-0.5193661433335591f,0.8322385103893241f,0.19400482206322603f,1.1936615024426458f,-0.5540565572473801f,-0.15510112881527538f,-0.8179027883626564f,-0.5109939766233014f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4579884840326809f,-0.5322806606154186f,0.7119858473510976f,-0.3842110306989079f,-0.43717247988131386f,0.8322385103893241f,0.3409681578379149f,1.356522366984604f,-0.7740327973205459f,-0.15510112881527538f,-0.6138541101209296f,-0.23474508119061016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.11289638521327719f,0.4633583401681688f,0.8789502004109078f,0.20294705833832977f,0.8712147233192373f,0.37917140010547246f,-0.31179152524377607f,1.1469595400128372f,-0.4777439817282475f,0.8009544918025339f,-0.3608775276791072f,0.3636301439013834f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.27079854044722507f,0.3828818575762957f,0.8832155080333326f,0.09455817935998435f,0.6527762585265576f,0.7473594949832605f,-0.12384240615570435f,1.3490895849040252f,-0.7074965065607897f,0.5430057719741944f,-0.45232004687719485f,0.12160385296680662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8032190480888672f,-0.07636923144684968f,0.5907680604733395f,-0.3498169443836332f,-0.42129840483563935f,0.7739578202910058f,-0.47275463667037776f,0.9768288334201611f,-0.42112565211603953f,-0.6286151707512417f,-0.6538318990621579f,0.030569696869673653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8007088238663361f,-0.11089240325100813f,0.5887004792624213f,-0.3669298919978071f,-0.24379683529432103f,0.957976456888364f,-0.15114301554517864f,1.155504775239572f,-0.5472005870638867f,-0.26454485999321975f,-0.7940954190574994f,-0.023995560748164405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7434276377315143f,-0.13234007538297912f,0.6555924434468168f,-0.0692596028054638f,-0.47538389780605417f,0.794061368226248f,-0.3787831743852706f,0.9745820128302433f,-0.47045243879021736f,-0.593255971683629f,-0.6532395080658013f,0.20314184324076073f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7551139339956813f,-0.2706022009145818f,0.5971410181403971f,-0.11626538411357042f,-0.3302744742139136f,0.9438313108575618f,0.010061228931881827f,1.1516132662968603f,-0.5663229806111426f,-0.1896230616382963f,-0.8020731737981456f,0.1625745618473418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9699927267643695f,-0.06907645019081658f,0.23311489453327233f,0.0960703527449484f,-0.006038607885947997f,0.9653408714202495f,0.26092247350581566f,1.8694956903013955f,-0.24305893367457765f,0.2516852121095495f,-0.9367907497228761f,0.16916808230084251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9699927267643695f,-0.06907645019081658f,0.23311489453327233f,0.16293415763495855f,-0.006038607885947997f,0.9653408714202495f,0.26092247350581566f,1.7735160110607575f,-0.24305893367457765f,0.2516852121095495f,-0.9367907497228761f,0.05899800801342585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9699927267643695f,-0.06907645019081658f,0.23311489453327233f,-0.47380037422911875f,-0.006038607885947997f,0.9653408714202495f,0.26092247350581566f,1.865948008168401f,-0.24305893367457765f,0.2516852121095495f,-0.9367907497228761f,0.026370958767028135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9699927267643695f,-0.06907645019081658f,0.23311489453327233f,-0.4796860238464362f,-0.006038607885947997f,0.9653408714202495f,0.26092247350581566f,1.769515433336317f,-0.24305893367457765f,0.2516852121095495f,-0.9367907497228761f,-0.10202853554598185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9711775332848501f,0.05032116876876464f,0.2329849325954348f,-0.005396700372322719f,0.1417821541107675f,0.907692218618852f,0.394959057415445f,1.9683707434126099f,-0.19160380898735896f,0.416608468747974f,-0.8886649335655166f,0.16435419279096028f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9670926913899336f,-0.10222400620047753f,0.2329849325954348f,-0.11782143404038514f,-0.0019577661211523656f,0.9186966366093423f,0.394959057415445f,1.9774032957415422f,-0.25441677109025135f,0.38150588781695977f,-0.8886649335655166f,0.1388937748232534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9696920804292539f,0.09312819334159629f,0.22588583124604264f,-0.13362068645558337f,0.20669593568925065f,0.8056523490702396f,0.5551586103152415f,1.9790249700953484f,-0.1302845321683681f,0.5850225910531449f,-0.8004839215344268f,0.10989101954475818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9510101662900352f,-0.2110811570351177f,0.22588583124604264f,-0.10702052500629994f,-0.05238075089181554f,0.8300934732479588f,0.5551586103152415f,1.9871787102705356f,-0.3046898760198789f,0.516129412856753f,-0.8004839215344268f,0.12305208169899128f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9723220209129724f,-0.059711631111514445f,0.22588583124604264f,-0.059395704544710895f,0.07811937149346702f,0.8280677998752974f,0.5551586103152415f,2.0913134253975327f,-0.2201982094504378f,0.5574390010751731f,-0.8004839215344268f,0.16967270066389306f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9723220209129724f,-0.017547331170691988f,0.2329849325954348f,-0.055447555031305204f,0.07811937149346702f,0.9153713491053611f,0.394959057415445f,1.8853548718488269f,-0.2201982094504378f,0.4022280253858713f,-0.8886649335655166f,0.07917139495207215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9472445691547743f,-0.21996629776746932f,0.23311489453327233f,-0.3805208099714308f,-0.1569768454044737f,0.9525112770075044f,0.26092247350581566f,1.9753226527984293f,-0.27943871638276163f,0.2105637552381847f,-0.9367907497228761f,0.056695936472167516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9699927267643695f,-0.06907645019081661f,0.23311489453327233f,-0.26948829595925483f,-0.006038607885948011f,0.9653408714202495f,0.26092247350581566f,1.9857463193705736f,-0.2430589336745776f,0.2516852121095495f,-0.9367907497228761f,0.08722901087237662f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9244686915268098f,-0.3016870635831929f,0.23311489453327233f,-0.24752368197212854f,-0.23939632893821375f,0.9352052504720627f,0.26092247350581566f,1.981711232156457f,-0.29672720818559023f,0.18540780769977586f,-0.9367907497228761f,0.09157089163663179f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9724484028177086f,-0.001244911253390768f,0.23311489453327233f,-0.2764485161609519f,0.06131487701072044f,0.9634105815677796f,0.26092247350581566f,1.9911900101755202f,-0.22491018143794123f,0.26802705370765095f,-0.9367907497228761f,0.08701322124328473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9602812022674678f,-0.15335403000406492f,0.23311489453327233f,-0.3324503934733122f,-0.09015062981313984f,0.9611411586046563f,0.26092247350581566f,2.1001019805633874f,-0.26406983265045714f,0.22954349199576804f,-0.9367907497228761f,0.07005394723247546f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9602812022674678f,-0.15335403000406492f,0.23311489453327233f,-0.2979457367223976f,-0.09015062981313984f,0.9611411586046563f,0.26092247350581566f,1.8838452198773399f,-0.26406983265045714f,0.22954349199576804f,-0.9367907497228761f,0.018406661533427737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9699927267643695f,-0.06907645019081658f,0.23311489453327233f,-0.14857980560822265f,-0.006038607885947997f,0.9653408714202495f,0.26092247350581566f,1.3817090219631485f,-0.24305893367457765f,0.2516852121095495f,-0.9367907497228761f,-0.050924932034554365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8021264252295576f,-0.1264296400424718f,0.5836169497771478f,-0.10116869059229573f,0.012452828616676672f,0.9735762869501919f,0.22802223695885698f,1.0166179143568266f,-0.5970243923056198f,0.1901703436580175f,-0.7793568601001065f,-0.12223881090631092f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7049564272599774f,-0.14487072085629465f,0.6942974217894129f,-0.10539998350354027f,-0.4196260021431769f,0.8743933891671579f,-0.24361900440258288f,0.548120432953722f,-0.5717958149463693f,-0.46308603436008394f,-0.6772007610675498f,0.23857685902891224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7049564272599774f,0.28712678020447424f,0.6485326882696507f,0.005738381826281336f,-0.4196260021431769f,0.5683305886095336f,-0.7077530362888426f,0.7232971500571788f,-0.5717958149463693f,-0.7710762310823442f,-0.2801624383632906f,-0.02700117853570004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6865508542558485f,0.21823251977476704f,0.6935578503869169f,-0.4121786882757539f,0.27013706522461467f,0.9621728629286701f,-0.03534611485692535f,0.6321817397482002f,-0.6750362142229089f,0.16308877691736662f,-0.7195332934140022f,0.006926070737121398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6865508542558485f,0.7144395306305555f,0.13499659844957745f,-0.16696226596968972f,0.27013706522461467f,0.42302175353645166f,-0.8649153496306895f,0.7161682178782661f,-0.6750362142229089f,-0.5573407872274712f,-0.4834225443442473f,-0.20886336458802185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6813327014503715f,0.4124284439564442f,0.6047218604862942f,-0.09362219726450488f,0.08821284125221587f,0.8663955449190496f,-0.4915050909020523f,0.9091138689743489f,-0.7266390056778883f,-0.28153425788008357f,-0.626685101998891f,-0.12516055048900745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.783466927521903f,0.18774066019942148f,0.5923959976124711f,-0.09086108713670885f,-0.22568884469034806f,0.8022242593889558f,-0.5527212525588079f,0.8893454551404766f,-0.5790026933112878f,-0.5667359898186516f,-0.5861452029851887f,-0.12642012030951294f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7417587105761325f,0.29000945973265824f,0.6047218604862942f,-0.09362219726450488f,-0.06104853953485685f,0.8687323071222955f,-0.4915050909020523f,0.9091138689743489f,-0.6678825428959004f,-0.40149556887660076f,-0.626685101998891f,-0.12516055048900745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7407196576273002f,0.06207465958090615f,0.6689403003575206f,-0.09903285678256499f,0.08715451934620082f,0.9961865121214519f,0.004064827773580276f,0.9331995311772602f,-0.6661369818303349f,0.061312068185723226f,-0.7433050193108892f,-0.12135298079982414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7231512227435359f,-0.17196273899342002f,0.6689403003575206f,-0.09903285678256499f,-0.22778303643177122f,0.9737034278922374f,0.004064827773580276f,0.9331995311772602f,-0.652048462430862f,-0.14943376763231064f,-0.7433050193108892f,-0.12135298079982414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7417587105761325f,-0.04809251336771106f,0.6689403003575206f,-0.09903285678256499f,-0.06104853953485685f,0.9981265215371407f,0.004064827773580276f,0.9331995311772602f,-0.6678825428959004f,-0.03782270696479016f,-0.7433050193108892f,-0.12135298079982414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7198283618523721f,0.19478292602245922f,0.6662632671872731f,-0.24506918019963222f,0.1288361203039369f,0.9806355995711973f,-0.1474960167552602f,0.9500727617298744f,-0.6820911842107035f,-0.020333041675255372f,-0.730984393703636f,-0.25080144752045336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.7328678587399171f,-0.08689371728490666f,0.6747993653838003f,0.04428260273646403f,-0.28731175478209725f,0.9385644713808715f,-0.19117711323685474f,0.9671791169376317f,-0.6167306196306461f,-0.3339853514122376f,-0.7128093208229276f,0.006469053725452048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7417587105761325f,0.04430610630695929f,0.6692017515132114f,-0.10815790643299507f,-0.06104853953485685f,0.9892124534997325f,-0.13316079626414343f,0.7983265455476075f,-0.6678825428959004f,-0.13962697012023184f,-0.731052130911298f,-0.10622075338617219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7417587105761325f,0.040412120495824246f,0.6694481875406523f,-0.09333333333333331f,-0.06104853953485685f,0.9899704066563425f,-0.12740357045756956f,1.02f,-0.6678825428959004f,-0.13537154228901602f,-0.7318520714141614f,-0.13124999999999998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.41277959869663106f,-0.5542243766753122f,-0.7228058821002422f,-0.8800998546079943f,0.12687057752394348f,0.8208170424930672f,-0.5569230102192539f,1.4045138888888888f,0.9019516946370181f,0.13818365696346233f,0.4091312961502882f,0.28708022207132183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.05897791858815918f,-0.5542243766753122f,-0.8302752226929752f,-0.8574196768955255f,-0.12687057752394348f,0.8208170424930672f,-0.5569230102192539f,1.4045138888888888f,0.9901643609410251f,0.13818365696346233f,-0.021904686038714816f,0.3780454464096965f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.24192189559966765f,-0.5542243766753122f,-0.7964352683855258f,-0.749294475493931f,0f,0.8208170424930672f,-0.5711911963195285f,1.4901925683368182f,0.9702957262759961f,0.13818365696346233f,0.19857361486043568f,0.3027767920114438f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7095998182702248f,-0.3430363159746693f,0.6154625771185369f,0.4913532361892057f,-0.47378175914917137f,0.87883317306825f,-0.05641895614337275f,2.038172165752052f,-0.5215351786872873f,-0.331629823504036f,-0.786144209133605f,-0.26871397322337953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8995608210771404f,-0.3430363159746693f,-0.27040047171842707f,0.5774572818256896f,-0.205728093968855f,0.87883317306825f,-0.4304976251580642f,2.0745318342479484f,0.3853132239295234f,-0.331629823504036f,-0.8611360982026703f,-0.26142491759875863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.9184431534558279f,-0.3430363159746693f,0.19694735284497067f,0.504863156080702f,-0.38783646395622884f,0.87883317306825f,-0.2779120924693994f,2.09803881387041f,-0.07774992666262337f,-0.331629823504036f,-0.9402003026305824f,-0.1240394000164817f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000011611637898084287f,0f,0.000010455165724357159f,-0.5587242729829314f,0f,0.000015625f,0f,1.1861225f,-0.000010455165724357159f,0f,-0.000011611637898084287f,0.3748326173643136f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8.mcfunction new file mode 100644 index 000000000..461ef7567 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80.mcfunction new file mode 100644 index 000000000..067f5225b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80_as_bone.mcfunction new file mode 100644 index 000000000..06b258103 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_80_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.45525211338771454f,-0.08627545324697299f,-0.6724927537657884f,-0.14015551692096279f,-0.13457531170735065f,0.8054095068958563f,-0.012225224950367998f,1.2346726124116973f,0.6645144416634852f,0.1040024846493923f,-0.4631937871473062f,0.3361903064688688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.44435686165109145f,0.09258055438007398f,-0.6587684118522009f,-0.14015551692096279f,0.1801327332153139f,0.7793643437454961f,-0.011975730563625794f,1.2346726124116973f,0.6403898640109582f,-0.15498406579010043f,-0.45374085271572856f,0.3361903064688688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.8001947398898752f,0.13509369983140765f,0.09155607551048064f,-0.2115421774693052f,0.13457531170735065f,0.8054095068958563f,-0.012225224950367998f,1.2346726124116973f,-0.0923163483673867f,0.0031085224913507095f,-0.8114261971100494f,0.3687263799361745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7748391800324875f,-0.17770870077657472f,0.08968758417353206f,-0.2115421774693052f,-0.1801327332153139f,0.7793643437454961f,-0.011975730563625794f,1.2346726124116973f,-0.0847138920777644f,-0.03179366865358333f,-0.794866478801681f,0.3687263799361745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3387260543073687f,0.7352555404028482f,0.3295725896150026f,-0.6303814257208493f,0.6678500332836768f,0.655003369008469f,1.2515403188193928f,1.1293257446191185f,0.4507717100280535f,1.2131678065686011f,-0.8754627282437063f,1.1442044350408138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5186055113303972f,-0.5213637811560616f,-0.6776637302647909f,-0.5229984054631088f,-0.5123903034656846f,0.8240006702117437f,-0.2418244661008077f,1.2729282733771141f,0.684473885938741f,0.22181682350365445f,-0.6944730349543227f,0.9704931410033272f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6182305800305528f,-0.5213637811560616f,-0.5881927894948562f,-0.31223141860846515f,-0.5439116095551804f,0.8240006702117437f,-0.15869170262395596f,1.4607080938910149f,0.5674073588755957f,0.22181682350365445f,-0.792998225662939f,0.7728224952257949f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.5748785468888804f,0.7963661031435567f,-0.1879246819629481f,0.3893246869936416f,0.803016933446073f,0.5050082463558545f,-0.31643399898154123f,1.1881722774134438f,-0.15709379658597195f,-0.332817819349461f,-0.9298138728786933f,0.41865652067392223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.47478719684222315f,0.7728798309724154f,-0.42099154931038046f,0.23089224613991677f,0.8332245681662348f,0.5487670862836208f,0.06776063765916512f,1.4607080938910149f,0.2833971360456835f,-0.31860861866533935f,-0.9045300500222581f,0.5252816896698478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4199966795705972f,-0.8873269591387594f,-0.19040393046162502f,0.0006005417317365841f,-0.8595920369303893f,0.4562431108836561f,-0.23009509733383682f,1.1473445499148687f,0.2910400645882575f,0.06703052555937566f,-0.95435977987743f,0.8940438437118617f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7844168371843586f,-0.5186564571745986f,-0.3401260133726632f,-0.09877333157207979f,-0.4999238475781956f,0.8532905699400247f,-0.14822735872314724f,1.3064101107866037f,0.3671053965338842f,0.05376506935289213f,-0.928624221713594f,0.8983208928298191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.42734565406737396f,-0.8827531584524956f,-0.19524997616356182f,0.2823364955161811f,-0.8623213553014918f,0.46286742971092143f,-0.2053183447814716f,1.146096917269363f,0.2716202719620291f,0.08062632172527806f,-0.9590212844897268f,0.7571397429251249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7844168371843587f,-0.5039585081810454f,-0.36154674327619435f,0.18558460808675892f,-0.4999238475781956f,0.8587492066822298f,-0.11236523770834969f,1.3064101107866037f,0.36710539653388424f,0.09260465460534892f,-0.9255582130698877f,0.768718376831941f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9037511449072053f,0.018956010884534285f,-0.42763832584353445f,0.24360274080482786f,-0.008908194246158208f,0.9979697664217482f,0.06306337592766484f,1.9999691928234395f,0.4279655501955598f,0.06080308347005671f,-0.9017474551593395f,0.5735630489200698f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9037511449072053f,0.018956010884534285f,-0.42763832584353445f,0.23503281433044987f,-0.008908194246158208f,0.9979697664217482f,0.06306337592766484f,1.8814692207981705f,0.4279655501955598f,0.06080308347005671f,-0.9017474551593395f,0.46537513143279124f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9037511449072053f,0.018956010884534285f,-0.42763832584353445f,-0.28735105682815526f,-0.008908194246158208f,0.9979697664217482f,0.06306337592766484f,1.9947356287038216f,0.4279655501955598f,0.06080308347005671f,-0.9017474551593395f,0.8249928096599612f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9037511449072053f,0.018956010884534285f,-0.42763832584353445f,-0.3637023191705736f,-0.008908194246158208f,0.9979697664217482f,0.06306337592766484f,1.8755675421100908f,0.4279655501955598f,0.06080308347005671f,-0.9017474551593395f,0.7489023084373496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8896590952023345f,0.16010045781790389f,-0.42763832584353445f,0.14724205232716875f,0.14731834694382318f,0.9870766511625858f,0.06306337592766484f,2.107027111003135f,0.4322082819399724f,-0.006894065284882515f,-0.9017474551593395f,0.6024890603977587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9037511449072054f,0.018956010884534275f,-0.42763832584353445f,0.04333449286316576f,-0.0089081942461582f,0.9979697664217481f,0.06306337592766484f,2.116057943856636f,0.4279655501955598f,0.06080308347005671f,-0.9017474551593395f,0.6523970133632614f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8723199994343057f,0.23703012647482602f,-0.42763832584353445f,0.02306598731358371f,0.2327871548380232f,0.9704808865500774f,0.06306337592766484f,2.1115480511115723f,0.4299627415594881f,-0.04453726511926587f,-0.9017474551593395f,0.6616936081815045f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9028719570161455f,-0.044132658016197326f,-0.42763832584353445f,0.04956143632301764f,-0.07850134614152836f,0.9949173580104902f,0.06306337592766484f,2.1217882194197397f,0.4226816389291159f,0.09050833788028265f,-0.9017474551593395f,0.6498447365133293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8986599737427285f,0.0976509798335764f,-0.42763832584353445f,0.09040715703786802f,0.0781045003546002f,0.9949485904512675f,0.06306337592766484f,2.2287982652621605f,0.43163634997191414f,0.023272053982796144f,-0.9017474551593395f,0.6033031237422037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8986599737427285f,0.0976509798335764f,-0.42763832584353445f,0.06843568657531336f,0.0781045003546002f,0.9949485904512675f,0.06306337592766484f,2.0049348324106258f,0.43163634997191414f,0.023272053982796144f,-0.9017474551593395f,0.5980669115960746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9018832431715827f,-0.03265536683695705f,-0.43074382491575136f,-0.1956867590423178f,-0.1624864870207099f,0.9495546784381353f,0.2682238881828347f,2.0933289999698204f,0.40025586469404334f,0.31189668108685115f,-0.8616935087982448f,0.7886200069258346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8958879887005335f,0.10883229759157541f,-0.43074382491575136f,-0.09139714562392451f,-0.011942930586700179f,0.9632825713242626f,0.2682238881828347f,2.1044120137450144f,0.4441194412667767f,0.24544290330717522f,-0.8616935087982448f,0.7399375258499801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9128835483931669f,-0.0020442240138502377f,-0.40821495345134273f,-0.08602152568116676f,-0.2286578424867161f,0.8309523918949092f,0.507182130475285f,2.105491758908158f,0.338170398087149f,0.5563397734768837f,-0.7590301959113808f,0.6997442432660474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.8688355472785526f,0.28015235776965397f,-0.40821495345134273f,-0.10962942706922998f,0.039311879513056106f,0.8609418462682027f,0.507182130475285f,2.1135020401467064f,0.49353760536997493f,0.42461016683588965f,-0.7590301959113808f,0.7177932878815066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9019642241590771f,0.14078739331286827f,-0.40821495345134273f,-0.15067641532869477f,-0.0958530921097886f,0.8564919563309062f,0.507182130475285f,2.218387405298684f,0.42103767416955284f,0.496588802355253f,-0.7590301959113808f,0.7687820068594695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9019642241590771f,0.030336374767969868f,-0.43074382491575136f,-0.15750209965148798f,-0.0958530921097886f,0.9585760953315466f,0.2682238881828347f,2.002707783849086f,0.42103767416955284f,0.28321647873113376f,-0.8616935087982448f,0.7050582991449645f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9037511449072053f,0.018956010884534285f,-0.42763832584353445f,-0.040884464433800685f,-0.008908194246158208f,0.9979697664217482f,0.06306337592766484f,1.4903910723409703f,0.4279655501955598f,0.06080308347005671f,-0.9017474551593395f,0.6485806330658449f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9099454069082838f,-0.007238002510366409f,-0.4146648861022326f,-0.03817021349241328f,0f,0.9998476951563912f,-0.01745240643728352f,1.1154481866573236f,0.4147280511932098f,-0.01588073707710269f,-0.9098068178153922f,0.6545359094697584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8801428746319964f,-0.34319546937068585f,-0.3279716299285051f,0.27413012155629224f,-0.1192416100060131f,0.8285722778178879f,-0.5470369447074398f,0.6628175679303875f,0.45948880147148263f,-0.44236280385573934f,-0.770185166753547f,0.9504740902596034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8801428746319964f,-0.4528608041261543f,-0.14235734024186664f,0.11161085812188465f,-0.1192416100060131f,0.5011756365884557f,-0.8570906718272753f,0.826948837869378f,0.45948880147148263f,-0.7373873292757132f,-0.49510601687510447f,0.6817648324344369f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9194957030542821f,0.04986801739486765f,-0.38992413737266446f,0.0027563261067581335f,0.063725709730111f,0.9977098063912284f,-0.022675452590213585f,0.8023727606051367f,0.38790035574114257f,-0.04569817361648676f,-0.9205677546731756f,1.0725992159755804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9194957030542821f,-0.3485632759270815f,-0.18174513677040333f,-0.12510211305744298f,0.063725709730111f,0.324050468847228f,-0.9438910570395745f,0.8286391408104281f,0.38790035574114257f,-0.879485608929943f,-0.2757505715334459f,0.7652029288453226f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9483940332404163f,-0.13247801695861147f,-0.28809431222551074f,-0.025947937991096452f,0.12301339714355639f,0.6836797172448157f,-0.7193398003386511f,0.9795852788730566f,0.2922609481904449f,-0.7176570345581257f,-0.6321011935695576f,0.6903945966542976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8427345127014191f,-0.4701257001974428f,-0.26226011346708017f,-0.025028464937457397f,-0.12301339714355639f,0.6424590690852491f,-0.7563822107065427f,0.9647500192132095f,0.5240861047815553f,-0.6051678862629605f,-0.5992541899819452f,0.6924119916183653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9099454069082838f,-0.29833039354016144f,-0.28809431222551074f,-0.025947937991096452f,0f,0.6946583704589973f,-0.7193398003386511f,0.9795852788730566f,0.4147280511932098f,-0.6545599473244776f,-0.6321011935695576f,0.6903945966542976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9161828719115671f,0.03470119709361642f,-0.39925527189524124f,-0.026265870922479836f,0.15391629979979213f,0.9503079349840262f,-0.27060044597586363f,1.004545113260835f,0.3700252935568237f,-0.30937138786039314f,-0.8759969329292886f,0.6896970272234746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.88029734887996f,-0.2562651076888363f,-0.39925527189524124f,-0.026265870922479836f,-0.15391629979979213f,0.9503079349840262f,-0.27060044597586363f,1.004545113260835f,0.44876090539490443f,-0.17675696107261218f,-0.8759969329292886f,0.6896970272234746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9099454069082838f,-0.11222559561158339f,-0.39925527189524124f,-0.026265870922479836f,0f,0.9626917464264788f,-0.27060044597586363f,1.004545113260835f,0.4147280511932098f,-0.24623163292307038f,-0.8759969329292886f,0.6896970272234746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9256823094387738f,0.0094486148807849f,-0.3781837987922444f,-0.20615089004964218f,0.18478676275697567f,0.8836053025863106f,-0.4302272905699397f,1.0369523087821355f,0.3301001579852627f,-0.4681371518243225f,-0.8196837760868002f,0.7621889963274012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8460699145787088f,-0.39455439752652427f,-0.35845854298266855f,0.13771105959156596f,-0.2072020763755456f,0.86297164953083f,-0.46081149253431253f,1.0451980830501353f,0.4911547609363455f,-0.31560538572483154f,-0.8118868402129952f,0.6003856215125323f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9099454069082838f,-0.15952505431375125f,-0.3828199491833104f,-0.012725015958837172f,0f,0.9230625902489669f,-0.38464978159732227f,0.9111921868079815f,0.4147280511932098f,-0.3500103020327579f,-0.8399365642859106f,0.7292022855069203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9099454069082838f,-0.1686850953316948f,-0.3788729273245249f,-0.04330664345554175f,0f,0.9135454576426009f,-0.4067366430758002f,1.1153125000000002f,0.4147280511932098f,-0.37010814018811844f,-0.8312764931838108f,0.6432661850336907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.1515327618535255f,-0.47839127811730353f,-0.8649737609351716f,1.0809551795317576f,0.09951288942233359f,0.8780163922844564f,-0.4681713358575106f,1.7218509615384618f,0.9834302247357771f,-0.015132742682018613f,0.18065434723542825f,-0.18599094558951548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.21338445759609515f,-0.47839127811730353f,-0.8518267771546707f,1.077991109246498f,-0.09951288942233354f,0.8780163922844564f,-0.4681713358575106f,1.7218509615384618f,0.9718869574673994f,-0.015132742682018613f,-0.23496114998799503f,-0.09228781443935571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.03161674970943473f,-0.47839127811730353f,-0.8775774416876858f,1.2111097606422807f,2.7755575615628914e-17f,0.8780163922844564f,-0.47863056199932275f,1.7936455458383602f,0.9995000656017041f,-0.015132742682018613f,-0.02776002451563847f,-0.13497537633708984f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.1808562696532207f,-0.19663921808870272f,0.9636514035877211f,1.0579821093337851f,0.027019419523269944f,0.9784456913864596f,0.20472904038240056f,2.177267718688204f,-0.9831383222597656f,0.06306383208096912f,-0.171644960274155f,0.8773662713850308f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8371490195171036f,-0.19663921808870272f,0.5104062470532813f,1.1102170556417637f,-0.13406380641606347f,0.9784456913864596f,0.15706980873646378f,2.1827602813117957f,-0.5302908776612962f,0.06306383208096912f,-0.8454670532625592f,0.9550219514092796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.557172760618438f,-0.19663921808870272f,0.8067784905005166f,0.9630828089126968f,-0.05858733465164448f,0.9784456913864596f,0.1980190728836222f,2.1503111390674565f,-0.8283272535919876f,0.06306383208096912f,-0.5566838546608104f,0.9996966895962768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000001769394076400075f,0.000012064796705606005f,-0.000009769879735943469f,-0.13223285715998576f,8.673617379884036e-22f,0.000009833131110153711f,0.000012142905647765169f,1.311435f,0.0000155244925714949f,-0.0000013750774607002063f,0.0000011135157720813618f,1.550606547479031f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81.mcfunction new file mode 100644 index 000000000..5b91c770f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81_as_bone.mcfunction new file mode 100644 index 000000000..07bb00095 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_81_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.6923769512389031f,-0.12228075039817883f,-0.4154588065255376f,0.019481675074971935f,-0.1340961966829127f,0.8054674653880953f,-0.013594729894312277f,1.158310961348832f,0.41179705180190807f,0.05669236922002818f,-0.7029606019144466f,0.2624606416848236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.6724581661780329f,0.14888669943926308f,-0.40698005537195525f,0.019481675074971935f,0.1805880713242526f,0.7792371900632091f,-0.013317286427081415f,1.158310961348832f,0.3939390349227452f,-0.10306382659535213f,-0.6886144671814988f,0.2624606416848236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7023068054540077f,0.1236396254626215f,0.39802366571963227f,-0.05708725166217572f,0.1340961966829127f,0.8054674653880953f,-0.013594729894312277f,1.158310961348832f,-0.3946236251070233f,0.053664230742501f,-0.7129774114869639f,0.2634034725194957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6819543373231485f,-0.15137932360381096f,0.3899007337661704f,-0.05708725166217572f,-0.1805880713242526f,0.7792371900632091f,-0.013317286427081415f,1.158310961348832f,-0.37726148796495523f,-0.09936650344883309f,-0.6984268520688627f,0.2634034725194957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.3538153076972683f,0.21413888629028796f,0.7501565836696402f,-0.7488659759227144f,0.7642836663396242f,0.6652887824387297f,1.1893979835730568f,1.0371026895560995f,-0.156399616403023f,1.3974768775688378f,-0.6811782341277794f,0.7926510560049054f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7400778648028905f,-0.5907516391901542f,-0.3213989029585205f,-0.5834856450757056f,-0.5377752157573852f,0.8068115991399597f,-0.24464844330246283f,1.1865541079348343f,0.40383483176404217f,-0.00821853316393241f,-0.9147949958142214f,0.6802113647955197f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.784315430914487f,-0.5907516391901542f,-0.18937213528808433f,-0.31318960449772676f,-0.5718295671592465f,0.8068115991399597f,-0.14854625412877104f,1.3849456832925304f,0.24054157842645682f,-0.00821853316393241f,-0.9706040411829853f,0.5937324453053898f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.4613440655359899f,0.8611702023797958f,0.2134186864542698f,0.47654037596912074f,0.8038093988418307f,0.5075241118941919f,-0.3103380836757659f,1.1156042410239018f,-0.37556903962954546f,0.028375312846793763f,-0.9263599398142104f,0.5546580844261418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5608150148841278f,0.8279003201085487f,-0.008220647461009898f,0.2836401509342891f,0.8255920175712802f,0.5599436713544873f,0.06972019386548617f,1.3849456832925304f,0.06232447033949491f,0.032313230637319515f,-0.9975327140112653f,0.5863833871371483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5017038523868791f,-0.8389450373539048f,0.21086599725754662f,-0.07585896218363267f,-0.8594325203731463f,0.45570659099414734f,-0.23174823807216763f,1.0720015739412727f,0.09833100947933854f,-0.2974940793087284f,-0.9496464001674655f,0.8314198704534018f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.865841572151859f,-0.4962738894985757f,0.06348699501120364f,-0.1685135227457956f,-0.4999078560608221f,0.85299923494612f,-0.14994812646380853f,1.2310017547032714f,0.020260981769633736f,-0.1615689691224447f,-0.9866534147482798f,0.7949591049007667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.5005922309364763f,-0.8402460376951099f,0.20831230031783893f,0.2371644418699832f,-0.862197995656421f,0.46235580262815956f,-0.20698243418734935f,1.0707404492689376f,0.07760176938763651f,-0.2832202462991267f,-0.9559101722830289f,0.8198356081324172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8658415721518591f,-0.49849713239938154f,0.04264951257858044f,0.1439627889987153f,-0.4999078560608221f,0.858530185512669f,-0.11409669588666599f,1.2310017547032714f,0.020260981769633726f,-0.12011048893904064f,-0.9925537582743592f,0.7911114304671324f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9854183451344429f,0.005356840522922571f,-0.17006466220855035f,0.2811337000054099f,-0.0051124294472530436f,0.9981208218398833f,0.06106298448997388f,1.9232115292352447f,0.17007218507928692f,0.06104202871209233f,-0.983539182032454f,0.5921375339667921f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9854183451344429f,0.005356840522922571f,-0.17006466220855035f,0.30147372080053453f,-0.0051124294472530436f,0.9981208218398833f,0.06106298448997388f,1.8043627974054663f,0.17007218507928692f,0.06104202871209233f,-0.983539182032454f,0.4859227751217648f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9854183451344429f,0.005356840522922571f,-0.17006466220855035f,-0.2977995777610754f,-0.0051124294472530436f,0.9981208218398833f,0.06106298448997388f,1.9202079769349836f,0.17007218507928692f,0.06104202871209233f,-0.983539182032454f,0.6920549427008732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9854183451344429f,0.005356840522922571f,-0.17006466220855035f,-0.35136593285103385f,-0.0051124294472530436f,0.9981208218398833f,0.06106298448997388f,1.8009758128966613f,0.17007218507928692f,0.06104202871209233f,-0.983539182032454f,0.5985955977367924f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9724482156163353f,0.15944428058885435f,-0.17006466220855035f,0.18091023784081867f,0.15109100985287066f,0.9866320584021263f,0.06106298448997388f,2.0306157447961066f,0.17752739136889661f,0.03368534875410584f,-0.983539182032454f,0.593894343679012f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9854183451344429f,0.005356840522922568f,-0.17006466220855035f,0.06745879689645443f,-0.005112429447253042f,0.9981208218398833f,0.06106298448997388f,2.0400853151066585f,0.17007218507928695f,0.06104202871209233f,-0.983539182032454f,0.6140992542400849f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9548512718641844f,0.2435919934793459f,-0.17006466220855035f,0.04542487749737735f,0.23650671281344562f,0.9697091763613231f,0.06106298448997388f,2.035659553883447f,0.17978771763813114f,0.01808463417940124f,-0.983539182032454f,0.6176343862758216f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9833915898779371f,-0.06339551739070755f,-0.17006466220855035f,0.07416144049223902f,-0.07472536472820793f,0.9953328246327525f,0.06106298448997388f,2.045790747993458f,0.16539982111108872f,0.0727569693112006f,-0.983539182032454f,0.6132945155234121f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9812016514107178f,0.09122132391481903f,-0.17006466220855035f,0.1263512070916118f,0.08189898646963643f,0.9947682483575878f,0.06106298448997388f,2.1525347612657577f,0.17474517242009f,0.04598697775244804f,-0.983539182032454f,0.5791245224874738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9812016514107178f,0.09122132391481903f,-0.17006466220855035f,0.10582640921077753f,0.08189898646963643f,0.9947682483575878f,0.06106298448997388f,1.9287119053853008f,0.17474517242009f,0.04598697775244804f,-0.983539182032454f,0.568777452493173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.976535436937908f,-0.11438027350794842f,-0.1824710756167566f,-0.19970411162136387f,-0.15904226815839057f,0.9543187739348692f,0.2529451218238506f,2.019255623139801f,0.14520364094444663f,0.27603048880095643f,-0.9501173990138172f,0.679996250097075f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9824056821389214f,0.039791736132326186f,-0.1824710756167566f,-0.08614470481238354f,-0.007795847043497395f,0.9674492183646602f,0.2529451218238506f,2.029902943944476f,0.18659662502316376f,0.24991724154444317f,-0.9501173990138172f,0.6610216273109732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9699697985518392f,-0.15410638234077131f,-0.1881749526880368f,-0.06974134287650247f,-0.22756348534096751f,0.8481306500665662f,0.47842372491039287f,2.029796266360382f,0.08586879547761303f,0.5068783121613155f,-0.8577301012694609f,0.6258337523331422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9701175886071658f,0.15317327265509964f,-0.1881749526880368f,-0.09736980592084318f,0.045661048716476776f,0.8769411656850057f,0.47842372491039287f,2.038122471596803f,0.23830009002333577f,0.4555350046606191f,-0.8577301012694609f,0.6365392631181767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9821354102398299f,-0.0004723705076387849f,-0.1881749526880368f,-0.15087412265010908f,-0.09208493668907962f,0.8732875264641269f,0.47842372491039287f,2.1441286720863895f,0.16410484571763742f,0.48720495993808455f,-0.8577301012694609f,0.6709720684111821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9821354102398299f,-0.04598198034344839f,-0.1824710756167566f,-0.14052817707283322f,-0.09208493668907962f,0.9630883291684547f,0.2529451218238506f,1.9274337980234875f,0.16410484571763742f,0.2652291984363885f,-0.9501173990138172f,0.6112954987629947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9854183451344429f,0.005356840522922571f,-0.17006466220855035f,-0.01478174400500847f,-0.0051124294472530436f,0.9981208218398833f,0.06106298448997388f,1.414627712246142f,0.17007218507928692f,0.06104202871209233f,-0.983539182032454f,0.5894880353516507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9999241975824349f,-0.0002363696265998477f,-0.01231028913240419f,-0.014693105395033528f,0f,0.9998157121216442f,-0.019197442399689568f,1.0396968202005252f,0.012312558187629719f,-0.019195987187144603f,-0.9997399236735458f,0.59668653054683f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9907185998193454f,-0.1352917289940874f,0.013145494961622574f,0.15019634948552332f,-0.11933408749884994f,0.8193850492409884f,-0.5606848639308534f,0.6008652537561222f,0.06508480262559355f,-0.5570496289794413f,-0.8279249237225887f,0.9973518321957773f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9907185998193454f,-0.1139353151883503f,0.07413096468363885f,0.11135786336505417f,-0.11933408749884994f,0.4679079568390822f,-0.8756834584982705f,0.7509125255404391f,0.06508480262559355f,-0.8764022409143002f,-0.477161482715842f,0.6812679616393165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9973598729984489f,0.07103517150749986f,0.015076078449587475f,-0.14697463951103598f,0.07014067490667267f,0.9961122900318055f,-0.053297198530774414f,0.7272405316036602f,-0.018803442667620577f,-0.052099040840426325f,-0.9984648819499629f,0.9958101182282055f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9973598729984489f,0.03995575547541598f,-0.06063679853774274f,-0.13889383230652474f,0.07014067490667267f,0.31383558256473004f,-0.9468830513003668f,0.7527547416001505f,-0.018803442667620577f,-0.9486362657629348f,-0.31580954042460496f,0.6623664478758292f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9862030368051757f,0.16531593413091356f,-0.0086146455918222f,-0.01774300418028435f,0.12173577485176014f,0.6889914304108311f,-0.7144726796328034f,0.9058105640505016f,-0.11217830145572191f,-0.7056638369243959f,-0.699610304340673f,0.6332615783628782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.983141827509789f,-0.18282589400074517f,0.002615240627667983f,-0.017714380308438388f,-0.12173577485176014f,0.6438251544275795f,-0.755426748035536f,0.8894751505142894f,0.13642781286069894f,-0.7430100019576669f,-0.6552278907898492f,0.6355861726227481f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9999241975824349f,-0.008796986441450619f,-0.0086146455918222f,-0.01774300418028435f,0f,0.6996633405133654f,-0.7144726796328034f,0.9058105640505016f,0.012312558187629719f,-0.7144185208764031f,-0.699610304340673f,0.6332615783628782f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9883513745004375f,0.15172748007162676f,-0.011846194081225038f,-0.017751814663346056f,0.1491821957212029f,0.9504867859155002f,-0.27261610788767265f,0.930773779327123f,-0.030103704139136492f,-0.27120774618571747f,-0.962049959932418f,0.6325460637580707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9873104571393472f,-0.15835949263963708f,-0.011846194081225038f,-0.017751814663346056f,-0.1491821957212029f,0.9504867859155002f,-0.27261610788767265f,0.930773779327123f,0.05443099946807921f,-0.267389492858151f,-0.962049959932418f,0.6325460637580707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9999241975824349f,-0.00335660169125211f,-0.011846194081225038f,-0.017751814663346056f,0f,0.9621228911735638f,-0.27261610788767265f,0.930773779327123f,0.012312558187629719f,-0.27259544292762755f,-0.962049959932418f,0.6325460637580707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9811270399558722f,0.19278803028848948f,-0.014916663330405026f,-0.21158601263032095f,0.18058615138424927f,0.88598291292031f,-0.4271099623533352f,0.9618676285644697f,-0.06912577953016658f,-0.4217428759217242f,-0.9040766412277337f,0.6269010251638948f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9738498193062783f,-0.22719264534559727f,-0.00017702541779666438f,0.16882192585669725f,-0.2015549981867447f,0.8643143861389799f,-0.46079954928270034f,0.9695508111065337f,0.10484327419090954f,-0.44871387744760927f,-0.887504221985936f,0.6170819971002103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9999241975824349f,-0.00480045326170265f,-0.01133819816399308f,-0.021543019117733278f,0f,0.9208645345030274f,-0.38988268632310774f,0.8352913818773445f,0.012312558187629719f,-0.38985313227291774f,-0.9207947307450621f,0.67490792878462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9999241975824349f,-0.004988329361455692f,-0.01125680502209249f,-0.01484569116582076f,0f,0.9142539552342638f,-0.4051415867798625f,1.0395700000000003f,0.012312558187629719f,-0.40511087606812846f,-0.9141846525741886f,0.5842947755523067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.19985485142343887f,-0.4322854446144614f,-0.8793107145582799f,1.3353860850991814f,0.09025707597963721f,0.8854779866199105f,-0.45583154283918914f,1.6093873076923084f,0.9756596223059154f,-0.1704641592418389f,-0.13795025123518934f,0.41202450684098463f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5198542751072708f,-0.4322854446144614f,-0.7368044700103085f,1.300994742006522f,-0.09025707597963716f,0.8854779866199105f,-0.45583154283918914f,1.6093873076923084f,0.8494734798028131f,-0.1704641592418389f,-0.49933633707719793f,0.4992385998551472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.3668409929883666f,-0.4322854446144614f,-0.8237457011953305f,1.4417522687321513f,2.7755575615628914e-17f,0.8854779866199105f,-0.464681326514795f,1.6790895066695277f,0.9302836588177337f,-0.1704641592418389f,-0.3248296238809876f,0.504355996930214f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.07360233727575854f,-0.27276397732493296f,0.9592614391402529f,0.8661694255029925f,-0.014564221120993467f,0.9614737890247259f,0.27451053983695356f,2.0906167319571516f,-0.9971813172190322f,-0.034175513051311064f,0.06679412322199746f,1.1688265929897064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6732815245342523f,-0.27276397732493296f,0.687234895355814f,0.8970363039949791f,-0.21613912176957378f,0.9614737890247259f,0.16985886217420101f,2.1024915680428484f,-0.7070897176182882f,-0.034175513051311064f,-0.7062975049836784f,1.256549375549876f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.32924670391452476f,-0.27276397732493296f,0.9039891706405032f,0.7460044891529103f,-0.12666491824742881f,0.9614737890247259f,0.24397571908657023f,2.0599577921370145f,-0.9357096806418076f,-0.034175513051311064f,-0.3511117028253063f,1.2653547396935871f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013783935531616776f,-0.000005433734152742997f,0.000004961681108006321f,-0.43240238654376834f,0f,0.000010535974805995676f,0.000011538364697279438f,1.2336925f,-0.000007358243422192044f,0.000010178820808165293f,-0.000009294540639269313f,1.3714956383892947f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82.mcfunction new file mode 100644 index 000000000..7355625be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82_as_bone.mcfunction new file mode 100644 index 000000000..8dd05bb36 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_82_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7900939730401133f,-0.13403133074256812f,-0.15726271201244524f,0.13890437642496306f,-0.13366444521538784f,0.8055145467876679f,-0.014985841423318175f,1.086850482799442f,0.15757466260600259f,0.011241073671076188f,-0.8012417290754209f,0.23771470157339236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7652994809586728f,0.17488366070757727f,-0.15405326891015045f,0.13890437642496306f,0.18099646670276717f,0.7791179476872803f,-0.014680007924883111f,1.086850482799442f,0.1468229664783416f,-0.04889712475266342f,-0.7848898570534736f,0.23771470157339236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5525017867783641f,0.10270452589821143f,0.5925689836729418f,0.06769054930738122f,0.13366444521538784f,0.8055145467876679f,-0.014985841423318175f,1.086850482799442f,-0.5863616939538445f,0.08684779627558706f,-0.5617667385936057f,0.21497102366635437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5385290576038556f,-0.1141681672932798f,0.5804757391081878f,0.06769054930738122f,-0.18099646670276717f,0.7791179476872803f,-0.014680007924883111f,1.086850482799442f,-0.5632288461694921f,-0.14121208577332964f,-0.5503021112753689f,0.21497102366635437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-1.1684854634283663f,-0.20695387000567167f,1.0164733481239294f,-0.7472669841804478f,0.8581256011359115f,0.6673764130401871f,1.1223348101136061f,0.9499808285531586f,-0.5828107964268727f,1.3975639767135133f,-0.38542542282649833f,0.4893493415203966f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8145109714623342f,-0.5801391469477799f,0.003232266416434315f,-0.5588898706018446f,-0.562883820351528f,0.7889110256551501f,-0.24653843186450278f,1.1052082108966492f,0.14047662493793617f,-0.2026276481096331f,-0.9691276252731655f,0.4369255862167474f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7994780765158869f,-0.5801391469477799f,0.15579915066892963f,-0.28089449957936585f,-0.599110295831437f,0.7889110256551501f,-0.13669764821864047f,1.314089694716143f,-0.043608010723096724f,-0.2026276481096331f,-0.9782844052842369f,0.4483534849344042f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3181306913895199f,0.8025574411409088f,0.5046725838257744f,0.4847293934276382f,0.8046610152627216f,0.5100651121280719f,-0.30389839075938424f,1.0480361114319765f,-0.5013117929117488f,0.30941094851206324f,-0.8080540521700719f,0.664147094315642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5613973942008048f,0.7637567738427986f,0.3186040743521443f,0.28768727623509616f,0.8177554275371447f,0.5710407342978778f,0.07203152439093696f,1.314089694716143f,-0.12692133988454324f,0.30097852113029766f,-0.9451470273455508f,0.62994238833071f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.5075292667096072f,-0.7017422911093806f,0.49997179950649806f,-0.1309806994244755f,-0.8592703858353997f,0.4551686829433315f,-0.23340067286517463f,1.0015659732718032f,-0.06378438256730151f,-0.5480686334175587f,-0.8339977971219813f,0.7493683308972976f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8281595267262568f,-0.41935584364285833f,0.3718769617697888f,-0.20728568909645023f,-0.49989034173742275f,0.8527053015686145f,-0.15166843743647218f,1.1605002895819405f,-0.253498411297162f,-0.3115033628700739f,-0.9158079549722473f,0.6852376506405822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.49992689443109367f,-0.7074827709172509f,0.49954101841563614f,0.16966877754620113f,-0.862072009606729f,0.46184276712943917f,-0.20864589308883696f,1.0002913604142434f,-0.08309603165674068f,-0.5349480229942637f,-0.8407887143732546f,0.837275693578678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8281595267262569f,-0.4345605881998853f,0.3539899623942916f,0.09040110452368696f,-0.49989034173742275f,0.8583085491112731f,-0.11582780650665966f,1.1605002895819405f,-0.253498411297162f,-0.2728800646911956f,-0.9280490427579481f,0.7803103749318417f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999780507110858f,-0.0011501592949193055f,0.00652496970514943f,0.29660049464769533f,-0.000757804532487848f,0.9982090048798572f,0.05981812692701009f,1.8511474791723699f,-0.006582083890938228f,0.05981186931004294f,-0.9981879664979392f,0.5927911996990219f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999780507110858f,-0.0011501592949193055f,0.00652496970514943f,0.3348551573710837f,-0.000757804532487848f,0.9982090048798572f,0.05981812692701009f,1.732007720631763f,-0.006582083890938228f,0.05981186931004294f,-0.9981879664979392f,0.49198142232199504f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999780507110858f,-0.0011501592949193055f,0.00652496970514943f,-0.29088661014506756f,-0.000757804532487848f,0.9982090048798572f,0.05981812692701009f,1.850702269009533f,-0.006582083890938228f,0.05981186931004294f,-0.9981879664979392f,0.5889242254130957f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999780507110858f,-0.0011501592949193055f,0.00652496970514943f,-0.32763030122501063f,-0.000757804532487848f,0.9982090048798572f,0.05981812692701009f,1.73150567512899f,-0.006582083890938228f,0.05981186931004294f,-0.9981879664979392f,0.48762079174424844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9878465860924045f,0.15529503248954263f,0.00652496970514943f,0.19811085873863674f,0.1554058169755333f,0.9860379423435547f,0.05981812692701009f,1.958962860636423f,0.002855590262674004f,0.06010515071905839f,-0.9981879664979392f,0.5766937027778245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999780507110858f,-0.0011501592949192951f,0.00652496970514943f,0.08291678440544054f,-0.0007578045324878602f,0.9982090048798572f,0.05981812692701009f,1.9689349071241395f,-0.006582083890938228f,0.05981186931004294f,-0.9981879664979392f,0.5765382924664211f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9705526776916367f,0.24080059093768974f,0.00652496970514943f,0.060585760588259444f,0.2407533201659675f,0.9687412608741343f,0.05981812692701009f,1.9646060319807974f,0.008083232933477734f,0.05962755138400491f,-0.9981879664979392f,0.5761329034312402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9974619233816171f,-0.07090230020381312f,0.00652496970514943f,0.08968104142083833f,-0.07038749879878504f,0.9957245561418054f,0.05981812692701009f,1.9746113561171732f,-0.010738315356507344f,0.05920702764041785f,-0.9981879664979392f,0.5769226801081689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9962730753141291f,0.08600804714952053f,0.00652496970514943f,0.14754905396663118f,0.08624472638025041f,0.9944765652656377f,0.05981812692701009f,2.081074067975528f,-0.001344089179705096f,0.06015793349996328f,-0.9981879664979392f,0.5523741844513088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9962730753141291f,0.08600804714952053f,0.00652496970514943f,0.1281972433579891f,0.08624472638025041f,0.9944765652656377f,0.05981812692701009f,1.8573168407907596f,-0.001344089179705096f,0.06015793349996328f,-0.9981879664979392f,0.5388386494138171f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9875057631187079f,-0.15729494394321752f,-0.009521996494337309f,-0.19182581832182172f,-0.15500999880160243f,0.9587330114399644f,0.23833361711429746f,1.9501205726052877f,-0.028359620569840926f,0.23683182511047232f,-0.9711366631612552f,0.5928806699668482f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9999542789121421f,-0.0008784463896616967f,-0.009521996494337309f,-0.07665492517951422f,-0.0031226827309886324f,0.9711783233813333f,0.23833361711429746f,1.9602671945412904f,0.009038193285124339f,0.23835245441606728f,-0.9711366631612552f,0.594241574478934f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9707268632291404f,-0.23841922951806632f,-0.029079683652427968f,-0.0542405108371424f,-0.2257143043993241f,0.8641370597638459f,0.44980017200110656f,1.959088788561074f,-0.08211217811532567f,0.44319681061432215f,-0.8926556879707034f,0.564677116615049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9968917025236919f,0.07322093579086282f,-0.029079683652427968f,-0.08330041185753875f,0.05236597691622291f,0.8915927375934513f,0.44980017200110656f,1.9677307862717166f,0.05886202426883183f,0.4468792732187584f,-0.8926556879707034f,0.5699784045014032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9960725893388755f,-0.08362875561923826f,-0.029079683652427968f,-0.1416033131636331f,-0.08775456809515898f,0.8888075950655504f,0.44980017200110656f,2.0747497604649365f,-0.011769984969390402f,0.4505854970894765f,-0.8926556879707034f,0.5907955943495254f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9960725893388755f,-0.08802686152822552f,-0.009521996494337309f,-0.12179726931978237f,-0.08775456809515898f,0.9672105369213302f,0.23833361711429746f,1.8571273896576377f,-0.011769984969390402f,0.2382331818153026f,-0.9711366631612552f,0.5371931284410825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999780507110858f,-0.0011501592949193055f,0.00652496970514943f,0.003585538354463584f,-0.000757804532487848f,0.9982090048798572f,0.05981812692701009f,1.3437706837568026f,-0.006582083890938228f,0.05981186931004294f,-0.9981879664979392f,0.5385556798591133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9525977395844389f,0.00637136931699904f,0.3041659944695394f,0.001196274860588944f,0f,0.9997806834748455f,-0.02094241988335699f,0.9688529274537355f,-0.3042327177320307f,-0.019949701842314094f,-0.9523888191583232f,0.5460368180499812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9604730540621796f,0.05221547448897042f,0.273431996380016f,0.028595492171829856f,-0.11942620147936077f,0.809973094658174f,-0.5741785160819515f,0.5439227202636843f,-0.25145356394507623f,-0.5841379376087058f,-0.771721436157871f,0.980884049685964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9604730540621796f,0.17729642286843747f,0.21461009029988687f,0.09430227026905307f,-0.11942620147936077f,0.4339516658998124f,-0.892985629258942f,0.6797854900875313f,-0.25145356394507623f,-0.8833187024516314f,-0.3956250435431074f,0.6653778261532505f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9389835756412177f,0.10013183171138977f,0.3290645239981906f,-0.25141944195553534f,0.07656185174172501f,0.9935323480261955f,-0.08385556799302663f,0.6570331113920438f,-0.33533286080238534f,-0.053545211771706624f,-0.9405768351189663f,0.8827020884817821f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9389835756412177f,0.3423054787734616f,0.033716522325189735f,-0.13724081786443174f,0.07656185174172501f,0.30356483722753946f,-0.949729789180531f,0.6817786952865874f,-0.33533286080238534f,-0.889199273954207f,-0.3112499376150932f,0.5686341956619165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9016914979512228f,0.3754953440665205f,0.21437278070418672f,-0.012662842037007495f,0.12042015592996579f,0.6942682161073067f,-0.7095707365365209f,0.8369469647399246f,-0.41527271589677395f,-0.6139990966504294f,-0.6712329556451871f,0.5787491558402011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9754763260842029f,0.06414700139146277f,0.2105495178378463f,-0.013396542510799875f,-0.12042015592996579f,0.6451892607161629f,-0.7544731962782599f,0.8191092426145616f,-0.1842414809294276f,-0.7613251474035353f,-0.6216422577623859f,0.5810464807895915f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9525977395844389f,0.2158746335996245f,0.21437278070418672f,-0.012662842037007495f,0f,0.7046342099635946f,-0.7095707365365209f,0.8369469647399246f,-0.3042327177320307f,-0.6759354796999553f,-0.6712329556451871f,0.5787491558402011f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9292358280564728f,0.22570799756472265f,0.2925349136283129f,-0.012460672567526431f,0.1444493875143012f,0.9506379028245358f,-0.27463057397185753f,0.8619134587785335f,-0.3400810937158145f,-0.2129400797142046f,-0.9159701808183296f,0.5781161332610508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9543390064906243f,-0.06050111568362515f,0.2925349136283129f,-0.012460672567526431f,-0.1444493875143012f,0.9506379028245358f,-0.27463057397185753f,0.8619134587785335f,-0.26147932066844437f,-0.30434715821641123f,-0.9159701808183296f,0.5781161332610508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9525977395844389f,0.08355160589176572f,0.2925349136283129f,-0.012460672567526431f,0f,0.9615498155789373f,-0.27463057397185753f,0.8619134587785335f,-0.3042327177320307f,-0.2616124639863685f,-0.9159701808183296f,0.5781161332610508f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9106502146961002f,0.31076447640070265f,0.27228960075872105f,-0.19476682822866268f,0.17637364564720184f,0.8883295845020703f,-0.42398453559003113f,0.891691940698498f,-0.3736422401108604f,-0.33807689880525144f,-0.8637681904881436f,0.5120957250860031f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9575092870261839f,-0.06741139037275737f,0.280413390740565f,0.16989119034504116f,-0.19588848289048483f,0.8656199790991859f,-0.4607925282111131f,0.8988143436582837f,-0.21166876843189053f,-0.4961428788487616f,-0.8420442840125392f,0.6226282017901316f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9525977395844389f,0.12020326892937581f,0.2794793743325429f,-0.029905103603068684f,0f,0.9186368133446756f,-0.3951030310791599f,0.7642986992148054f,-0.3042327177320307f,-0.37637425430896804f,-0.8750913518911901f,0.6177404894534453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9525977395844389f,0.12277168223726538f,0.2783606663651483f,0.004968863987323723f,0f,0.9149596678498247f,-0.4035452963523901f,0.9687350000000006f,-0.3042327177320307f,-0.38441633712521933f,-0.8715885114046721f,0.5342242822343106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.4454333988782255f,-0.36524428372760853f,-0.8174262660130869f,1.285961813620761f,0.08134477931951233f,0.89271798427992f,-0.44321284663314586f,1.501831153846155f,0.8916120872000624f,-0.26391516392110337f,-0.3679356903199873f,0.9194778956502377f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.706676336712246f,-0.36524428372760853f,-0.6059745607987737f,1.231054625421064f,-0.08134477931951238f,0.89271798427992f,-0.44321284663314586f,1.501831153846155f,0.7028453471485887f,-0.26391516392110337f,-0.6605733905056099f,0.9954664683701083f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5856766741301012f,-0.36524428372760853f,-0.7235878983124369f,1.367046404267778f,-2.7755575615628914e-17f,0.89271798427992f,-0.4506158014797047f,1.5694235240681107f,0.8105447756786193f,-0.26391516392110337f,-0.5228440999691915f,1.0358987970055518f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.23564250313175975f,-0.3097489139917999f,0.9211559156834958f,0.6492627371911407f,-0.06777082806615348f,0.940302613293753f,0.3335237777073275f,2.0085603277566584f,-0.969473942703478f,-0.14101987701682162f,0.2005833211040591f,1.288236291095298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5487709211910375f,-0.3097489139917999f,0.7764702739551855f,0.6654317818564149f,-0.2979147555796988f,0.940302613293753f,0.16455331610401308f,2.027443272243343f,-0.7810872387019447f,-0.14101987701682162f,-0.6082895032984968f,1.3786302007470281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.17246980976292542f,-0.3097489139917999f,0.9350453331262828f,0.5170904595548353f,-0.20141807452463445f,0.940302613293753f,0.2743387589964782f,1.976850986150529f,-0.9642017029517886f,-0.14101987701682162f,-0.22456284267668003f,1.367117672322665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013150374838901383f,-0.000005883027073809605f,0.000006049649497715772f,-0.6092760430578151f,8.673617379884036e-22f,0.000011201728244538791f,0.000010893204732102577f,1.1608575000000005f,-0.000008438499072488515f,-0.000009167982427138764f,0.000009427643216588409f,1.151879120291424f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83.mcfunction new file mode 100644 index 000000000..2e241aa5e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83_as_bone.mcfunction new file mode 100644 index 000000000..04269d42a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_83_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8048007833642402f,-0.13230886471957928f,0.041647423177980265f,0.2131674570696973f,-0.13328067662682752f,0.805550641979872f,-0.0163972219645685f,1.025473601749498f,-0.03842401304711309f,-0.022955869987355597f,-0.8154391870022701f,0.22654444728465106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7779638027583562f,0.1819557296950692f,0.040797475766184754f,0.2131674570696973f,0.1813573179447944f,0.7790067500336592f,-0.016062584781618126f,1.025473601749498f,-0.043380235426150944f,-0.006371485943703906f,-0.7987975709409993f,0.22654444728465106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.41950023199822356f,0.08356843679759192f,0.6956869383343977f,0.15038390214231828f,0.13328067662682752f,0.805550641979872f,-0.0163972219645685f,1.025473601749498f,-0.6878955306118626f,0.10511386217558169f,-0.427428659997433f,0.18929795120897663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4109857317139422f,-0.08162803624924742f,0.6814892457153283f,0.15038390214231828f,-0.1813573179447944f,0.7790067500336592f,-0.016062584781618126f,1.025473601749498f,-0.6619669565434715f,-0.16274319371355433f,-0.4187056261199344f,0.18929795120897663f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.9359406153889521f,-0.48774275624043256f,1.1521841945628033f,-0.6940863755103046f,0.948710485116103f,0.6614281345878845f,1.050650983060673f,0.8731916095444395f,-0.8157020472550733f,1.3289191384394226f,-0.10005170459969634f,0.26712484318745777f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.8075193571611592f,-0.5392926099383655f,0.23890577363449017f,-0.5033691430605185f,-0.5876705082205032f,0.770314919850361f,-0.2475041373872098f,1.0341109791957284f,-0.050555529646948594f,-0.34026225932624027f,-0.9389705710512545f,0.2592321927484309f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.7422943188704383f,-0.5392926099383655f,0.39769664951887396f,-0.24306558245389945f,-0.6256510613895017f,0.770314919850361f,-0.1231895841299962f,1.25332262814815f,-0.23991643035620103f,-0.34026225932624027f,-0.9092093825535131f,0.33912686655412116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.19710237573200518f,0.7047488683897637f,0.6815274653190045f,0.4576977913578333f,0.8055674297328789f,0.5126243156016382f,-0.29711517498693163f,0.990649367918732f,-0.5587591338263407f,0.49045422167343966f,-0.6687622049789732f,0.7253650992090653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5258966374773275f,0.6632736771041482f,0.532447890361848f,0.2702723119310397f,0.8097168147227043f,0.5820477265780806f,0.07469353345909857f,1.25332262814815f,-0.2603678295130907f,0.47041308787705954f,-0.843160791372922f,0.6436658161376467f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4810406777448889f,-0.5604658238446409f,0.6741497805806108f,-0.1647953447890485f,-0.859105633811039f,0.45462938836976985f,-0.23505239667925457f,0.9412202466121828f,-0.17474946726348206f,-0.6922356387334276f,-0.7001945759276149f,0.6665730984271256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7506064848253375f,-0.3380072127183845f,0.5677508512441871f,-0.22462325435346944f,-0.4998713046613491f,0.85240877070288f,-0.1533882864007723f,1.100088214328968f,-0.432109458024597f,-0.39893660120268915f,-0.8087836574180611f,0.5867175878427586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.46930145359599174f,-0.5689980214212317f,0.6752757934884182f,0.10846173654975877f,-0.8619433975361912f,0.4613283247775549f,-0.21030871641874982f,0.9399321494520902f,-0.1918586070429386f,-0.6807476980325811f,-0.7069461411782973f,0.8197016240458896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7506064848253376f,-0.36148566101617907f,0.5530985642883612f,0.044140041136027444f,-0.4998713046613491f,0.8580842981531844f,-0.11755856429506727f,1.100088214328968f,-0.432109458024597f,-0.364718321643776f,-0.8247799477091063f,0.7461620640644998f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9673688533526574f,-0.01512093241259016f,0.25292065745236936f,0.2848767512332257f,-0.0002504551137566518f,0.9982742156816959f,0.05872416519058092f,1.7902873955514034f,-0.2533721350807955f,0.05674458307247068f,-0.9657031704703732f,0.6152741702414423f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9673688533526574f,-0.01512093241259016f,0.25292065745236936f,0.3467545114216837f,-0.0002504551137566518f,0.9982742156816959f,0.05872416519058092f,1.6710179011445745f,-0.2533721350807955f,0.05674458307247068f,-0.9657031704703732f,0.5271478801913158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9673688533526574f,-0.01512093241259016f,0.25292065745236936f,-0.28345245011146053f,-0.0002504551137566518f,0.9982742156816959f,0.05872416519058092f,1.7901402531720714f,-0.2533721350807955f,0.05674458307247068f,-0.9657031704703732f,0.46641804088147487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9673688533526574f,-0.01512093241259016f,0.25292065745236936f,-0.2941273539244519f,-0.0002504551137566518f,0.9982742156816959f,0.05872416519058092f,1.6708519746317108f,-0.2533721350807955f,0.05674458307247068f,-0.9657031704703732f,0.3592888407002887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9578243724841803f,0.13639506042796212f,0.25292065745236936f,0.1934977115620763f,0.15591712129792226f,0.9860229833573039f,0.05872416519058092f,1.8981357892056316f,-0.2413758951541251f,0.09568209750007686f,-0.9657031704703732f,0.57524806171404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9673688533526574f,-0.01512093241259016f,0.25292065745236936f,0.08191893918874751f,-0.00025045511375663965f,0.9982742156816958f,0.05872416519058092f,1.9081669318964258f,-0.25337213508079554f,0.056744583072470677f,-0.9657031704703732f,0.5466352261855956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.942291948773083f,0.21935593064990744f,0.25292065745236936f,0.06037663947380437f,0.2412613750594854f,0.9686817957033546f,0.05872416519058092f,1.9038491074643307f,-0.23211814272441547f,0.11635529365541268f,-0.9657031704703732f,0.5407306652226485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9639576085208534f,-0.08256433860098772f,0.25292065745236936f,0.08838302642080839f,-0.06988593413332486f,0.995824998999815f,0.05872416519058092f,1.9138403161516016f,-0.25671323531339385f,0.03893200943182244f,-0.9657031704703732f,0.548673187752807f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.965005598904465f,0.06924835822527534f,0.25292065745236936f,0.15060329484401944f,0.08675582867713978f,0.9944973095052655f,0.05872416519058092f,2.0202463540893967f,-0.24746236132708668f,0.07861148942674862f,-0.9657031704703732f,0.5390795534584393f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.965005598904465f,0.06924835822527534f,0.25292065745236936f,0.1350224142433325f,0.08675582867713978f,0.9944973095052655f,0.05872416519058092f,1.7964844594507121f,-0.24746236132708668f,0.07861148942674862f,-0.9657031704703732f,0.5213919683374209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9502483023272424f,-0.20695285636742713f,0.2328060977843078f,-0.1880697039349061f,-0.15475726552038066f,0.9622827560902999f,0.22374558341989764f,1.890286736591124f,-0.2703300809988559f,0.17658542570840635f,-0.9464350134766429f,0.49327204129449864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9709237282533271f,-0.05575333845701824f,0.2328060977843078f,-0.07679569040865163f,-0.0023177586104408815f,0.9746448285889137f,0.22374558341989764f,1.9003755766324686f,-0.23937782251011322f,0.21670030769656015f,-0.9464350134766429f,0.5230285505887539f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9215024181702367f,-0.3337669383991352f,0.1985772497998555f,-0.04827234234030625f,-0.22744118689434678f,0.8782347012937676f,0.4206831538670613f,1.8983177501027633f,-0.3148075599640154f,0.34249589818728454f,-0.8852077495788141f,0.5020634079737047f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9795405357083742f,-0.03267131411616814f,0.1985772497998555f,-0.07765778147554012f,0.05508002487980741f,0.9055340274731271f,0.4206831538670613f,1.907151230620217f,-0.19356272823917148f,0.42301384176196954f,-0.8852077495788141f,0.4996694126150577f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9623698467135522f,-0.18550297571322127f,0.1985772497998555f,-0.1383564198381159f,-0.08725483279000847f,0.90300181517384f,0.4206831538670613f,2.0148369967499353f,-0.25735359389626145f,0.38752595757483144f,-0.8852077495788141f,0.5019267573461168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9623698467135522f,-0.14016275885904034f,0.2328060977843078f,-0.10681979909483186f,-0.08725483279000847f,0.9707340047896112f,0.22374558341989764f,1.7964218456722731f,-0.25735359389626145f,0.1950125456839771f,-0.9464350134766429f,0.458048934567222f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9673688533526574f,-0.01512093241259016f,0.25292065745236936f,0.013947014890316238f,-0.0002504551137566518f,0.9982742156816959f,0.05872416519058092f,1.2830024868624177f,-0.2533721350807955f,0.05674458307247068f,-0.9657031704703732f,0.4908170767048794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8600425455663901f,0.011575584058816174f,0.510090997440046f,0.009606170868260173f,0f,0.9997426093226982f,-0.022687333572781465f,0.9080990083664059f,-0.5102223239095716f,-0.019512072118048784f,-0.8598211786330785f,0.4981341037491477f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8794534300313949f,0.18926819885513824f,0.43673700702842455f,-0.06396828244296535f,-0.11951795166695045f,0.8003390039940074f,-0.5875142023093712f,0.4971457113149859f,-0.4607354160853611f,-0.5688892929103273f,-0.6812399348075808f,0.9294704468191013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8794534300313949f,0.38227957185128686f,0.2835912434318294f,0.07395259170084223f,-0.11951795166695045f,0.39935680794365985f,-0.9089717262810693f,0.6187502331358967f,-0.4607354160853611f,-0.8332925470051005f,-0.30552644316065597f,0.6346615294707355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.837915776419841f,0.13141443318266155f,0.5297427662347215f,-0.31304409877902745f,0.08298886342495516f,0.9899718870324948f,-0.11431759021583493f,0.5969334227944421f,-0.5394534272522227f,-0.051825762286735244f,-0.8404189968041118f,0.7691120230893154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.837915776419841f,0.5378873743716319f,0.09259764639733997f,-0.13011490717785212f,0.08298886342495516f,0.293240657823256f,-0.9524299266333551f,0.6208935023474782f,-0.5394534272522227f,-0.7903714880301388f,-0.2903496353275736f,0.48865994289530384f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7875199785425425f,0.4987385776563453f,0.36203883017389f,-0.01043809903815101f,0.11906681236339414f,0.6995096313437013f,-0.7046342099635946f,0.7781769624115048f,-0.6046779122722886f,-0.5118067084502942f,-0.6102610225102877f,0.5260413987597307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9081757795028004f,0.23581569564822544f,0.3458434779064431f,-0.011702247041772751f,-0.11906681236339414f,0.6465511579091928f,-0.7535215288231002f,0.7588349950320281f,-0.40129770460108694f,-0.725508482302051f,-0.5591042786365288f,0.528172275861847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8600425455663901f,0.35952010411381025f,0.36203883017389f,-0.01043809903815101f,0f,0.7095707365365208f,-0.7046342099635946f,0.7781769624115048f,-0.5102223239095716f,-0.6060153996302522f,-0.6102610225102877f,0.5260413987597307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8303816897352573f,0.2646936204010528f,0.49030963346787537f,-0.010125094581238801f,0.13971805389926845f,0.9507613021964103f,-0.2766438353919841f,0.80314663306262f,-0.539393283946899f,-0.161214867691443f,-0.8264772541747355f,0.5255137912104693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8714259097830651f,0.01460640569596175f,0.49030963346787537f,-0.010125094581238801f,-0.13971805389926845f,0.9507613021964103f,-0.2766438353919841f,0.80314663306262f,-0.47020819768838396f,-0.30957971373853144f,-0.8264772541747355f,0.5255137912104693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8600425455663901f,0.14114986058895512f,0.49030963346787537f,-0.010125094581238801f,0f,0.9609725221563896f,-0.2766438353919841f,0.80314663306262f,-0.5102223239095716f,-0.23792546840577145f,-0.8264772541747355f,0.5255137912104693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8055691190915586f,0.373170253663024f,0.46021989977305927f,-0.17327443725227573f,0.17214937975592207f,0.8906452137670714f,-0.4208511544993777f,0.8316077387344654f,-0.5669417830921458f,-0.25979812350146425f,-0.781717307988902f,0.4207856726674074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8851982001514275f,0.05153986217614426f,0.46235028826154906f,0.15797645110673383f,-0.19020282411167125f,0.8668882532756358f,-0.46079023647714334f,0.8381711794376487f,-0.42455509907268596f,-0.49583101853310985f,-0.7575648941917785f,0.6101347823149732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8600425455663901f,0.20424742895188486f,0.46755727732784624f,-0.036605249089063735f,0f,0.916379498539372f,-0.4003106476934245f,0.7033966393006915f,-0.5102223239095716f,-0.3442841884595832f,-0.7881253566286536f,0.5607171891180145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8600425455663901f,0.20508272869568944f,0.46719149629077583f,0.01593700549111679f,0f,0.915662593339561f,-0.40194777665596015f,0.9079899999999996f,-0.5102223239095716f,-0.3456921890199428f,-0.7875087876556783f,0.4874627025394146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5873105182264012f,-0.3100596283131734f,-0.7476157984358895f,1.0971258633083618f,0.07278413604294001f,0.8997345734075712f,-0.4303256522165262f,1.4043649999999996f,0.806082393258356f,-0.30714935179061115f,-0.5058561564056414f,1.2572493074271271f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.8005080760853421f,-0.3100596283131734f,-0.5128838533356657f,1.0311479139429212f,-0.07278413604293996f,0.8997345734075712f,-0.4303256522165262f,1.4043649999999996f,0.5948859467684765f,-0.30714935179061115f,-0.7428122145145304f,1.3238524056848757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7037647932313675f,-0.3100596283131734f,-0.6392011754512871f,1.1600170649433346f,2.7755575615628914e-17f,0.8997345734075712f,-0.43643750688397054f,1.4698306260325953f,0.7104330480826538f,-0.30714935179061115f,-0.6332015160172921f,1.3855310839585953f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.30301088628564316f,-0.32688356949888164f,0.8951712321025843f,0.48570699774155457f,-0.13065513601896828f,0.9162123251213891f,0.37879309751831935f,1.9364377675785303f,-0.9439881557648137f,-0.23173715128854055f,0.23491329142561973f,1.2898593484208432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.49659488081347974f,-0.32688356949888164f,0.8040775188633965f,0.4957357095475968f,-0.3751478159922945f,0.9162123251213891f,0.14078029497010458f,1.962641132421469f,-0.7827244984706033f,-0.23173715128854055f,-0.5776160075747683f,1.379312526734524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.10697292593111685f,-0.32688356949888164f,0.9389909078949623f,0.34987271746033133f,-0.2795025583246794f,0.9162123251213891f,0.28711199066847987f,1.9064726513997277f,-0.9541672353459298f,-0.23173715128854055f,-0.18937470714162724f,1.3629921436489276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.00000242310458463085f,0.000010086181249724632f,-0.000011684953443195406f,-0.6919915239099147f,-8.673617379884036e-22f,0.0000118280477445587f,0.000010209696937345395f,1.0981124999999996f,0.000015435970626168636f,-0.0000015833064612206868f,0.0000018342781898926575f,0.9610428325769225f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84.mcfunction new file mode 100644 index 000000000..19c968968 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84_as_bone.mcfunction new file mode 100644 index 000000000..5739b9ea2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_84_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.790299946443592f,-0.12683676322062518f,0.16211993890763354f,0.2500598585103845f,-0.1329454775972932f,0.8055756476133624f,-0.01782751814425122f,0.9793627472450211f,-0.1571494164231207f,-0.04364350939682844f,-0.8002148145653427f,0.20640882830191215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7627888388212387f,0.1814721370711489f,0.15881136872584511f,0.2500598585103845f,0.18167005534661348f,0.7789037234976576f,-0.017463691243348133f,0.9793627472450211f,-0.15858492475675165f,0.019412701726311987f,-0.7838838999823766f,0.20640882830191215f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3399505417084138f,0.07245689279948668f,0.739004785047055f,0.1939833637671841f,0.1329454775972932f,0.8055756476133624f,-0.01782751814425122f,0.9793627472450211f,-0.7305501855608743f,0.11288188119711547f,-0.34712901307556643f,0.1623663062362178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3348258612103298f,-0.061863183564281374f,0.7239230547399723f,0.1939833637671841f,-0.18167005534661348f,0.7789037234976576f,-0.017463691243348133f,0.9793627472450211f,-0.7034825041570824f,-0.171703046102207f,-0.3400447475025957f,0.1623663062362178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.7485008514278926f,-0.6338106412925412f,1.2163210087785452f,-0.64062997148955f,1.0353818866583544f,0.6476597061650877f,0.9746422440002993f,0.8119660496472678f,-0.8995204690230826f,1.2728814658068088f,0.10973581828192362f,0.12506012279450895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7750881279071409f,-0.5077131329705604f,0.3761193541771304f,-0.45540092754883726f,-0.6120902654066444f,0.7510398734826297f,-0.2475572972740237f,0.9784825139348959f,-0.1567925411868414f,-0.4220977174167299f,-0.8928883558316567f,0.1421934323291945f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6743736009321291f,-0.5077131329705604f,0.5361414188206797f,-0.21704065442755938f,-0.6513521010886039f,0.7510398734826297f,-0.10807196142689766f,1.2078269835782154f,-0.34779402923755703f,-0.4220977174167299f,-0.8371814798347439f,0.2602498642087806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.12286160552941539f,0.6258596870284294f,0.7701978174725053f,0.43004048181871946f,0.8065238985219013f,0.5151947626960052f,-0.2899888922073409f,0.9486254248475762f,-0.5782942391203357f,0.5855544454986942f,-0.5680684504150433f,0.7387774040428996f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49335973110773734f,0.5821664750032018f,0.6462804121305608f,0.25236458943415185f,0.8014782535597613f,0.592954106381942f,0.0777048054858097f,1.2078269835782154f,-0.3379774915465465f,0.5563161179645427f,-0.7591334481504322f,0.6289211034723383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.455175888579632f,-0.46525726800411815f,0.7591775714713168f,-0.18232650557633648f,-0.8589382648019277f,0.45408870891624764f,-0.23670340448297025f,0.8961468926686014f,-0.23460598397056218f,-0.7598283483814744f,-0.6063175020408738f,0.5955193233494455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6886208779938757f,-0.2823745706788179f,0.6678816423775225f,-0.23109747731375532f,-0.49985074489059156f,0.8521096432522017f,-0.15510766811775056f,1.0549480278526533f,-0.5253099268272629f,-0.4406515150439843f,-0.7279256301753476f,0.5083476290901024f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.4413157436226106f,-0.4752028792034433f,0.7611981595009145f,0.06871052197240905f,-0.8618121598365823f,0.46081247713958784f,-0.21197089911183964f,0.8948453151297431f,-0.25004042790842285f,-0.7495559248710093f,-0.6128994207063165f,0.782864335959001f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6886208779938758f,-0.3100948605928609f,0.6554711769596262f,0.014664430467245282f,-0.49985074489059156f,0.8578574333215109f,-0.11928896397970036f,1.0549480278526533f,-0.5253099268272629f,-0.40978262716826297f,-0.7457396859815173f,0.7013692203275672f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9172126507798761f,-0.022775400931343302f,0.39774644481348825f,0.2672392744411069f,0.00018617805241289125f,0.9983399908406697f,0.057595381984879165f,1.744720465606745f,-0.39839793998850637f,0.05290126464148011f,-0.9156858290987397f,0.6080216605226382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9172126507798761f,-0.022775400931343302f,0.39774644481348825f,0.3417704031630347f,0.00018617805241289125f,0.9983399908406697f,0.057595381984879165f,1.6253205521357783f,-0.39839793998850637f,0.05290126464148011f,-0.9156858290987397f,0.5305033787140153f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9172126507798761f,-0.022775400931343302f,0.39774644481348825f,-0.2716231578920703f,0.00018617805241289125f,0.9983399908406697f,0.057595381984879165f,1.7448298452125375f,-0.39839793998850637f,0.05290126464148011f,-0.9156858290987397f,0.37396287077939067f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9172126507798761f,-0.022775400931343302f,0.39774644481348825f,-0.2658829779786332f,0.00018617805241289125f,0.9983399908406697f,0.057595381984879165f,1.6254438950955017f,-0.39839793998850637f,0.05290126464148011f,-0.9156858290987397f,0.2665647434716298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.909483098682415f,0.12098867240061459f,0.39774644481348825f,0.18315198437213717f,0.15635866828707207f,0.9860196442391546f,0.057595381984879165f,1.8525942036093546f,-0.3852174192096275f,0.11457313090435972f,-0.9156858290987397f,0.5543925773021738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9172126507798761f,-0.02277540093134331f,0.39774644481348825f,0.07727331778331525f,0.00018617805241290253f,0.9983399908406697f,0.057595381984879165f,1.8626763027380722f,-0.39839793998850637f,0.052901264641480095f,-0.9156858290987397f,0.5090362121090524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.895477383304345f,0.19979494895675895f,0.39774644481348825f,0.05688439609780885f,0.24170095080571236f,0.9686399859357604f,0.057595381984879165f,1.8583679470270464f,-0.37376584430632215f,0.14771105584124575f,-0.9156858290987397f,0.49990888673030304f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9133896352044439f,-0.0867014413912682f,0.39774644481348825f,0.08335431155141329f,-0.06945495282675296f,0.9959210719237992f,0.057595381984879165f,1.868347104277302f,-0.4011176683080993f,0.024981564379099867f,-0.9156858290987397f,0.5120342989481906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9157073867141353f,0.057251616181550516f,0.39774644481348825f,0.14640036001565782f,0.0871965330051236f,0.9945247792819956f,0.057595381984879165f,1.9746995256308622f,-0.39227126653510486f,0.08742262772702603f,-0.9156858290987397f,0.5119816061692927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9157073867141353f,0.057251616181550516f,0.39774644481348825f,0.13351874637480896f,0.0871965330051236f,0.9945247792819956f,0.057595381984879165f,1.7509314502924136f,-0.39227126653510486f,0.08742262772702603f,-0.9156858290987397f,0.4923115149307118f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8981970052782422f,-0.2254748467665761f,0.3773635292192212f,-0.18088436368014682f,-0.1545595755533971f,0.9656090503494628f,0.2090705610265639f,1.8456890558285777f,-0.4115257917967606f,0.1294614049004469f,-0.9021564539076642f,0.41370359753735275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9224107467047467f,-0.08218990922738326f,0.3773635292192212f,-0.07546472995650141f,-0.0016021554720000442f,0.9778992451218486f,0.2090705610265639f,1.8557282651149047f,-0.3862070007928845f,0.19224433726722132f,-0.9021564539076642f,0.46012617531452665f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.864330092409421f,-0.37107307543647605f,0.33946761854650714f,-0.044909860032791946f,-0.22908971052935947f,0.8913869598787464f,0.39108463570907603f,1.8528948530257399f,-0.4477179870019697f,0.2602576808554201f,-0.8554615968415309f,0.4458369838125478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.93669465308082f,-0.08581877911136385f,0.33946761854650714f,-0.0734436428224105f,0.05757645715163426f,0.9185519905232177f,0.39108463570907603f,1.8619060086186314f,-0.3453810626998359f,0.3858722299643622f,-0.8554615968415309f,0.43863365544327587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9117373727450414f,-0.23129353449314632f,0.33946761854650714f,-0.13229528907035798f,-0.08682559382769409f,0.9162500335436652f,0.39108463570907603f,1.9701366362023496f,-0.40149256455934207f,0.327092000716771f,-0.8554615968415309f,0.42822887202453175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9117373727450414f,-0.16227054555643522f,0.3773635292192212f,-0.0957844163201601f,-0.08682559382769409f,0.9740384062081464f,0.2090705610265639f,1.7509779948055169f,-0.40149256455934207f,0.157852631515318f,-0.9021564539076642f,0.3927120299335852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9172126507798761f,-0.022775400931343302f,0.39774644481348825f,0.01810998160421636f,0.00018617805241289125f,0.9983399908406697f,0.057595381984879165f,1.2375056215560944f,-0.39839793998850637f,0.05290126464148011f,-0.9156858290987397f,0.44401505646272554f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.786438104899202f,0.015091001294151501f,0.6174847114240899f,0.01245085611890955f,0f,0.9997014897811831f,-0.024432178152653194f,0.8626175628881507f,-0.6176690919598873f,-0.019214395884932234f,-0.7862033450884226f,0.45122045491957513f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8119869554420139f,0.270259960097911f,0.5173361945194674f,-0.11907013156511223f,-0.11960933778213202f,0.7904854280254203f,-0.6006882672358335f,0.4656900487693586f,-0.5712887102922029f,-0.549629276919765f,-0.6095382411673018f,0.8698842922432903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8119869554420139f,0.4994286312505304f,0.30207321377313556f,0.05898381707515132f,-0.11960933778213202f,0.3641743664801857f,-0.9236182312590389f,0.5729892563026275f,-0.5712887102922029f,-0.7860967326518901f,-0.23596850723495766f,0.5943467785789203f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7585541363836816f,0.16149811847973283f,0.6312796368509861f,-0.34355279890151413f,0.08942133238189265f,0.9854339684760296f,-0.14465033386975124f,0.5521243831911548f,-0.6454451545176041f,-0.05327524285340779f,-0.7619463898521054f,0.6774533808586801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7585541363836816f,0.6406987773192111f,0.1187463638048536f,-0.1245432753700066f,0.08942133238189265f,0.28286550159553464f,-0.9549821638764536f,0.5752816632580292f,-0.6454451545176041f,-0.7137872125141879f,-0.2718609345988712f,0.42327248880916185f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7045195859905069f,0.555787436518196f,0.44130769125894104f,-0.010148004967938069f,0.11767602037726328f,0.7047152362265544f,-0.6996633405133654f,0.7346830385147335f,-0.699860348343821f,-0.44099519412198107f,-0.5618885401726765f,0.4755419009520348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8468760955250929f,0.33029392753111875f,0.41678147783249864f,-0.011706227169002163f,-0.11767602037726328f,0.6479106178826306f,-0.7525717144984375f,0.7138351074951562f,-0.5186070121550068f,-0.6863801808553448f,-0.5098323393750543f,0.47752588449721806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.786438104899202f,0.4321604202125118f,0.44130769125894104f,-0.010148004967938069f,0f,0.7144726796328034f,-0.6996633405133654f,0.7346830385147335f,-0.6176690919598873f,-0.5502419115807762f,-0.5618885401726765f,0.4755419009520348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7544389289225014f,0.2809467931299094f,0.5932038451968165f,-0.00980062656383094f,0.13498837345801606f,0.9508570017221495f,-0.2786558833169031f,0.7596557836066388f,-0.6423395064585612f,-0.13015322395539886f,-0.7552880885705717f,0.4750996064979897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8028229946088442f,0.05987017096183285f,0.5932038451968165f,-0.00980062656383094f,-0.13498837345801606f,0.9508570017221495f,-0.2786558833169031f,0.7596557836066388f,-0.5807352050275986f,-0.3037869729020078f,-0.7552880885705717f,0.4750996064979897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.786438104899202f,0.17211712641763183f,0.5932038451968165f,-0.00980062656383094f,0f,0.9603910134382123f,-0.2786558833169031f,0.7596557836066388f,-0.6176690919598873f,-0.2191456047947584f,-0.7552880885705717f,0.4750996064979897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7271866395978998f,0.3982821070890847f,0.559080454284527f,-0.15832268867860128f,0.1679134884658198f,0.8929296984918641f,-0.4177099639013508f,0.7867975162142824f,-0.6655859460517126f,-0.20987595556401306f,-0.7162034848383099f,0.3505238556042806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8216468764922469f,0.12103015155627664f,0.5569992035584963f,0.14622311061403737f,-0.18449831688621518f,0.868119036470924f,-0.460792479954858f,0.7928038171574199f,-0.5393113955932028f,-0.48137411742953023f,-0.6909574354851771f,0.5812195154715196f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.786438104899202f,0.2504681326868851f,0.564606785002533f,-0.04127677287238634f,0f,0.9140926628059282f,-0.4055053684038816f,0.6577677026134372f,-0.6176690919598873f,-0.31890487345400137f,-0.7188773014393595f,0.5069800115704668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.786438104899202f,0.24728322340643666f,0.5660089350745923f,0.020119620052014356f,0f,0.9163627295622396f,-0.40034903255689497f,0.8625175f,-0.6176690919598873f,-0.3148497344622734f,-0.7206625684371877f,0.44145631380748923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.6430604520074055f,-0.2818722078325377f,-0.7120542911292944f,0.8581377115608841f,0.0645829694010766f,0.9065259980554018f,-0.4171806022731609f,1.3240383333333337f,0.7630873443632589f,-0.314258927162409f,-0.5647468738925082f,1.3315611344843021f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.828262999897323f,-0.2818722078325377f,-0.4842813866469551f,0.7883478855420447f,-0.0645829694010766f,0.9065259980554018f,-0.4171806022731609f,1.3240383333333337f,0.5566052847974285f,-0.314258927162409f,-0.7690460868077446f,1.3941585999622281f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7444248108676199f,-0.2818722078325377f,-0.6052931185932308f,0.9140367663404491f,0f,0.9065259980554018f,-0.42214999093883404f,1.3873608319741588f,0.6677062984312101f,-0.314258927162409f,-0.6748404446489729f,1.4640859339206111f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.27833059798052656f,-0.34734673623519835f,0.8954788233423269f,0.4027744677304502f,-0.20065642322142208f,0.8907191690362427f,0.4078680690264572f,1.8796062030104264f,-0.9392917960079222f,-0.2932057413116954f,0.17821704523998555f,1.2247430076465236f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5234776303088926f,-0.34734673623519835f,0.7780240455107682f,0.4155165975649093f,-0.44359915044091247f,0.8907191690362427f,0.09919251806202925f,1.9130929969895736f,-0.7274551287153642f,-0.2932057413116954f,-0.620354276980156f,1.3113763456653251f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.13591605156756298f,-0.34734673623519835f,0.9278346144400085f,0.26997034048167845f,-0.3571924691109042f,0.8907191690362427f,0.2811279102505496f,1.8541804134624176f,-0.9240889388672172f,-0.2932057413116954f,-0.24513267086441126f,1.304829577285586f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015417583112421123f,-0.0000015411982078771868f,0.0000020158035756549417f,-0.7155905023872764f,4.336808689942018e-22f,0.000012412728445865915f,0.000009490247495676348f,1.05064f,-0.0000025374703883172926f,0.000009364267489410337f,-0.000012247953437827297f,0.8322367131964732f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85.mcfunction new file mode 100644 index 000000000..9447d6f3d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85_as_bone.mcfunction new file mode 100644 index 000000000..ba549fb5f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_85_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7810061170070547f,-0.12372715604436435f,0.20412123970616183f,0.2580494952166133f,-0.13265940180181715f,0.805589466164164f,-0.019275361562520667f,0.9537003524372086f,-0.1984322875834246f,-0.05159115531712171f,-0.7905108629120147f,0.16723047691555454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7532119827142154f,0.18080239784735241f,0.19995550012032182f,0.2580494952166133f,0.18193414125940197f,0.7788089873757884f,-0.01888198683675494f,0.9537003524372086f,-0.19892631133141828f,0.027695741826986378f,-0.7743779881587083f,0.16723047691555454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.32821452880570307f,0.07185837137129283f,0.7443494085368509f,0.2047654770390397f,0.13265940180181715f,0.805589466164164f,-0.019275361562520667f,0.9537003524372086f,-0.7359491494925982f,0.1131655023125299f,-0.33543533339813564f,0.12234527065303907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.3239801080525292f,-0.058005339316824125f,0.7291586042809969f,0.2047654770390397f,-0.18193414125940197f,0.7788089873757884f,-0.01888198683675494f,0.9537003524372086f,-0.7084750227287305f,-0.17347029080923193f,-0.3285897143491941f,0.12234527065303907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.6419175867261636f,-0.6587713839189056f,1.2630789071080346f,-0.6143850463477398f,1.117493326505793f,0.6263398040517713f,0.8946023502514437f,0.7715345637143876f,-0.8834912150478214f,1.2708756680297089f,0.21383301743034344f,0.05264601503606037f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7494246967487302f,-0.509264412153676f,0.42309854929654866f,-0.4349389709937663f,-0.6360987659289129f,0.7311030849715919f,-0.2467116517895651f,0.9435424719884309f,-0.18368719031763678f,-0.4540242699006211f,-0.8718491718493631f,0.07597317378571444f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6299476379341773f,-0.509264412153676f,0.5863580237149665f,-0.21081132943210118f,-0.6761169977108638f,0.7311030849715919f,-0.09140068135123125f,1.1827852609993617f,-0.38214104577707775f,-0.4540242699006211f,-0.8048789868505758f,0.2065262926504442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.10340233758643136f,0.5958353298757856f,0.796422134457271f,0.42173426815749715f,0.8075252905279419f,0.5177694823491966f,-0.2825202086676419f,0.9271456320248588f,-0.5806985980174435f,0.6139177655188509f,-0.5346906726705791f,0.7114895069332013f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4867771708826619f,0.5480673929100813f,0.6801985877199527f,0.24568402363375047f,0.7930418755788287f,0.6037493483299945f,0.0810636044690867f,1.1827852609993617f,-0.3662411357096377f,0.5788858758165148f,-0.7285317929193351f,0.591067263490072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.4478344336051341f,-0.43843476752639093f,0.7792427572340008f,-0.1879573121790671f,-0.858768279317901f,0.4535466462297677f,-0.2383536912470658f,0.8715284101477105f,-0.2489203939313539f,-0.7759319521181025f,-0.5796276763295988f,0.5432042220216389f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6707763384670796f,-0.2661498315297318f,0.6922596123777502f,-0.2335337830135309f,-0.4998286624877787f,0.8518079201277732f,-0.15682657734987238f,1.0302622290632313f,-0.547932853466897f,-0.45120675347815065f,-0.7044019120554198f,0.4542004437941392f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.43345675100651976f,-0.4487189932465686f,0.781515521347246f,0.05651057411944773f,-0.8616782969076753f,0.4602952257868991f,-0.21363243610480992f,0.8702133561949176f,-0.26386693170073494f,-0.7660153851050078f,-0.5861694909642314f,0.7390438509431405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6707763384670797f,-0.29490519672696064f,0.6805071848967726f,0.005469019638747427f,-0.4998286624877787f,0.8576279553073218f,-0.12101900028946161f,1.0302622290632313f,-0.5479328534668971f,-0.42131367793938884f,-0.7226786096687854f,0.6555307950190752f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.8927789973167768f,-0.024932407195984437f,0.4498044430877315f,0.2576514308033271f,0.00055076825405113f,0.9984061650086186f,0.05643426554066006f,1.7196294404025092f,-0.4504945711153254f,0.050631065011483095f,-0.891342322932902f,0.5758235158087721f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.8927789973167768f,-0.024932407195984437f,0.4498044430877315f,0.33641636064167907f,0.00055076825405113f,0.9984061650086186f,0.05643426554066006f,1.6000987283613417f,-0.4504945711153254f,0.050631065011483095f,-0.891342322932902f,0.5028248363242019f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.8927789973167768f,-0.024932407195984437f,0.4498044430877315f,-0.2668562301202792f,0.00055076825405113f,0.9984061650086186f,0.05643426554066006f,1.7199530167517643f,-0.4504945711153254f,0.050631065011483095f,-0.891342322932902f,0.31115795527851847f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.8927789973167768f,-0.024932407195984437f,0.4498044430877315f,-0.2550497250806855f,0.00055076825405113f,0.9984061650086186f,0.05643426554066006f,1.6004636123296507f,-0.4504945711153254f,0.050631065011483095f,-0.891342322932902f,0.2043721829602988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8856876941598671f,0.11503595695395956f,0.4498044430877315f,0.17687960135371486f,0.15672912169888795f,0.986027969220134f,0.05643426554066006f,1.8275207609903923f,-0.4370277918225255f,0.12048058981971045f,-0.891342322932902f,0.5173524222835808f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8927789973167768f,-0.024932407195984434f,0.4498044430877315f,0.07379358845369999f,0.0005507682540511344f,0.9984061650086185f,0.05643426554066006f,1.8376455223082673f,-0.4504945711153254f,0.0506310650114831f,-0.891342322932902f,0.4659724283400815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8722913408161532f,0.1917909792344087f,0.4498044430877315f,0.05395974622664143f,0.24207072010035396f,0.9686159920954137f,0.05643426554066006f,1.8333450244083085f,-0.42486419383993024f,0.15811160659902304f,-0.891342322932902f,0.4556912540236622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.888865035742284f,-0.08714878779078765f,0.4498044430877315f,0.07969688839697273f,-0.06909586682513075f,0.9960125174216287f,0.05643426554066006f,1.8433142311971276f,-0.45292903353897707f,0.01908281755994637f,-0.891342322932902f,0.46931036023170364f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8915547061622908f,0.052973284761349035f,0.4498044430877315f,0.14273191134397284f,0.0875655032897301f,0.9945589255074345f,0.05643426554066006f,1.9496162304070526f,-0.4443675151870212f,0.08970158747252185f,-0.891342322932902f,0.47279107528672887f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8915547061622908f,0.052973284761349035f,0.4498044430877315f,0.13081292227266933f,0.0875655032897301f,0.9945589255074345f,0.05643426554066006f,1.7258404721678802f,-0.4443675151870212f,0.08970158747252185f,-0.891342322932902f,0.45260821810541146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.873590000355604f,-0.22573850655822825f,0.43114108820148034f,-0.17788411671340704f,-0.1544180337731344f,0.9687089543997058f,0.19431426224409803f,1.8215092869917455f,-0.46151444411235387f,0.10317503730403838f,-0.881112552148121f,0.35468134636062276f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8981479403241494f,-0.08629970658079705f,0.43114108820148034f,-0.07530061063403694f,-0.000977424474151653f,0.9809388421965611f,0.19431426224409803f,1.831507167813753f,-0.4396923036998552f,0.17410154655872273f,-0.881112552148121f,0.40708179754697016f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8392699168126043f,-0.37249841180419124f,0.3960693625322709f,-0.04495008494021088f,-0.2306582968367979f,0.9035755129170665f,0.3610374531222603f,1.8280030916401988f,-0.4923644552907043f,0.21165118865722404f,-0.8442635948009793f,0.396602247970242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9133014629402914f,-0.0949183746932285f,0.3960693625322709f,-0.07286059963432312f,0.05985111294825489f,0.9306287131406635f,0.3610374531222603f,1.8371778485113468f,-0.4028626094215978f,0.3534412262650594f,-0.8442635948009793f,0.3874320445447414f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8872087012269847f,-0.23662159776826708f,0.3960693625322709f,-0.12933809077677594f,-0.08646815846060413f,0.9285339062282131f,0.3610374531222603f,1.9458303634896927f,-0.45319309134138275f,0.286068181478068f,-0.8442635948009793f,0.37038597419452624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8872087012269847f,-0.16425006097889397f,0.43114108820148034f,-0.09238182705652487f,-0.08646815846060413f,0.9771208855924451f,0.19431426224409803f,1.725978164231393f,-0.45319309134138275f,0.135117328301983f,-0.881112552148121f,0.3399845753265801f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.8927789973167768f,-0.024932407195984437f,0.4498044430877315f,0.01793701744952264f,0.00055076825405113f,0.9984061650086186f,0.05643426554066006f,1.2124625878345736f,-0.4504945711153254f,0.050631065011483095f,-0.891342322932902f,0.3982024234892639f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7648089684872906f,0.016864685429827497f,0.6440363530941086f,0.011612760413337328f,0f,0.9996573249755574f,-0.026176948307873205f,0.8375910909687396f,-0.6442571239197953f,-0.020020364833489623f,-0.7645468875553202f,0.4057100603018225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.7917976995848531f,0.2978686495879805f,0.5332266596155592f,-0.13633589523509268f,-0.1197003595465275f,0.780415077652074f,-0.6136970999587171f,0.45471168013473134f,-0.5989392513907955f,-0.549751374864984f,-0.5822758787529269f,0.8195794139533896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.7917976995848531f,0.5377223464098637f,0.2896740946367226f,0.05371031528739518f,-0.1197003595465275f,0.32845618922375786f,-0.9369035999957729f,0.5476850611966502f,-0.5989392513907955f,-0.7765122084887508f,-0.19570529684031562f,0.5497572256886781f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7337662238000552f,0.18824108992988772f,0.6528035086243141f,-0.3527910228898093f,0.09585888029959698f,0.979922808612314f,-0.17482094905663212f,0.527788904088796f,-0.6726055336361088f,-0.0657006942380517f,-0.7370788389980567f,0.6190900735633911f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7337662238000552f,0.6692553694201312f,0.11698025180572491f,-0.12401895237194097f,0.09585888029959698f,0.2724418571956829f,-0.9573852461342166f,0.5501256784909047f,-0.6726055336361088f,-0.6912833608225288f,-0.2640627031066571f,0.3726989396468734f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.682432154036043f,0.5652520812523709f,0.4634397908872192f,-0.010883541045818648f,0.11624806040645493f,0.7098845940031293f,-0.6946583704589973f,0.7116476744785014f,-0.7216458574601974f,-0.4201832312656887f,-0.5501575306888574f,0.42853537734959624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8270800509857099f,0.3557241389155843f,0.435199869317813f,-0.012524422275943376f,-0.11624806040645493f,0.6492674145226024f,-0.7516237176213059f,0.6892922799252619f,-0.5499317936919201f,-0.6722441233896367f,-0.49564388511802104f,0.4304832963316735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.7648089684872906f,0.44753860385872524f,0.4634397908872192f,-0.010883541045818648f,0f,0.7193398003386512f,-0.6946583704589973f,0.7116476744785014f,-0.6442571239197953f,-0.5312809517618078f,-0.5501575306888574f,0.42853537734959624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7331925369016011f,0.28294502401954175f,0.6183613969309333f,-0.010554113959089752f,0.13026052462588714f,0.9509250202974798f,-0.2806667089207878f,0.7366233918176364f,-0.6674285726248037f,-0.12523465636483586f,-0.7340676953041856f,0.4281443086581707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.78227313090235f,0.07535205009725672f,0.6183613969309333f,-0.010554113959089752f,-0.13026052462588714f,0.9509250202974798f,-0.2806667089207878f,0.7366233918176364f,-0.609164135838957f,-0.300106105100143f,-0.7340676953041856f,0.4281443086581707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.7648089684872906f,0.1808215266693411f,0.6183613969309333f,-0.010554113959089752f,0f,0.9598052919751869f,-0.2806667089207878f,0.7366233918176364f,-0.6442571239197953f,-0.2146564161384304f,-0.7340676953041856f,0.4281443086581707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7060964337399813f,0.3997679986717177f,0.5844770085278713f,-0.15509986575894685f,0.16366610707219847f,0.8951829378001056f,-0.4145611092075615f,0.7624437666715513f,-0.6889421105256316f,-0.19706104411978922f,-0.6975139520001781f,0.29900314812194806f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8016798802338694f,0.14281084577369083f,0.5804433064112393f,0.14207821189718628f,-0.17877525764282967f,0.8693121594440355f,-0.4607990632558703f,0.7678947555109158f,-0.5703935280864858f,-0.4731822394935705f,-0.6713790221215589f,0.5399248782945428f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.7648089684872906f,0.26458804211428244f,0.5874184281170766f,-0.04375890690951147f,0f,0.9117763798141647f,-0.4106870258639492f,0.6325943896295738f,-0.6442571239197953f,-0.3140971206221202f,-0.6973347525367474f,0.45931637133255454f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.7648089684872906f,0.2568969283114753f,0.5908224859850335f,0.019616570576390734f,0f,0.917060074385124f,-0.3987490689252462f,0.8374999999999999f,-0.6442571239197953f,-0.3049668640899851f,-0.7013757695313647f,0.3962085964180719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.623873245413331f,-0.28332335660131097f,-0.7283612079604488f,0.6930463185581182f,0.0567487823558623f,0.9130905586248377f,-0.40378856775707367f,1.2641666666666669f,0.7794624746314377f,-0.2932464958944067f,-0.5535745146654487f,1.2964114342195008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.800469011378455f,-0.28332335660131097f,-0.5281829582890433f,0.6256241271388179f,-0.05674878235586225f,0.9130905586248377f,-0.40378856775707367f,1.2641666666666669f,0.5966816048144318f,-0.2932464958944067f,-0.7469789522615253f,1.3615521327436895f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.7191700418058697f,-0.28332335660131097f,-0.6344464725830777f,0.7545021937359297f,2.7755575615628914e-17f,0.9130905586248377f,-0.4077568291888952f,1.3253301910450013f,0.6948341175913453f,-0.2932464958944067f,-0.6566673752187695f,1.4274818897644106f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[0.16156624295330488f,-0.38797900908595484f,0.907396626424539f,0.39916613479621926f,-0.2746908805287128f,0.8654590870608544f,0.41895762169717476f,1.8434327440122829f,-0.9478614188225588f,-0.31694298719560454f,0.033254677493741f,1.1210167295205147f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6155681879095426f,-0.38797900908595484f,0.6859650825970973f,0.4228437962776796f,-0.49925970396768204f,0.8654590870608544f,0.04147669969868664f,1.8837967559877171f,-0.6097668029893596f,-0.31694298719560454f,-0.7264513671538256f,1.2022520505577112f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.25256172246891f,-0.38797900908595484f,0.8863886646681679f,0.2780466658367242f,-0.43054946107129777f,0.8654590870608544f,0.2561400597232061f,1.825193741041519f,-0.8665100910634291f,-0.31694298719560454f,-0.38562599102339373f,1.219478288692622f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000005881030736883588f,-0.000008094867324685722f,0.000012001134340868197f,-0.7017602572592989f,8.673617379884036e-22f,0.000012953712071172527f,0.000008737389116730419f,1.0236224999999999f,-0.000014475983644361802f,-0.000003288630653158641f,0.000004875595446227557f,0.7757123046581467f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86.mcfunction new file mode 100644 index 000000000..e9c473e5b --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86_as_bone.mcfunction new file mode 100644 index 000000000..481bb1553 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_86_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7808691572385691f,-0.12308058467891209f,0.20503407861394243f,0.252224493528371f,-0.13242296956457078f,0.8055920059966503f,-0.02073936957668537f,0.9494607296254352f,-0.19912800116927776f,-0.05307668032040743f,-0.7902375273301931f,0.11560006841683974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7528456482068375f,0.1813362184023394f,0.2008497096626375f,0.252224493528371f,0.18214907042508152f,0.7787226537913104f,-0.020316117136344854f,0.9494607296254352f,-0.20011283346978362f,0.026612109419549182f,-0.7741102308540668f,0.11560006841683974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.3542201770878922f,0.07706629047725418f,0.7318014057518216f,0.19938945244065026f,0.13242296956457078f,0.8055920059966503f,-0.02073936957668537f,0.9494607296254352f,-0.723834696405172f,0.10966654544943535f,-0.3619130082404664f,0.07263889296212048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.34946817714955863f,-0.06304087323669542f,0.716866683185458f,0.19938945244065026f,-0.18214907042508152f,0.7787226537913104f,-0.020316117136344854f,0.9494607296254352f,-0.6961994752246252f,-0.17209554547917238f,-0.3545270284804569f,0.07263889296212048f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5789151938908683f,-0.6219077291108394f,1.3112948656783863f,-0.6065024266846413f,1.1944099624179048f,0.5977894923508552f,0.8108260075452475f,0.7529186686936526f,-0.8244078420048886f,1.3027988138262585f,0.25391575519005605f,0.0135693478054707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7319050738851686f,-0.533228193257881f,0.4242436289870267f,-0.431953637678292f,-0.659652463236605f,0.7105223438488054f,-0.24498291090906582f,0.9303017930954766f,-0.17080278266768753f,-0.459157590383232f,-0.8717801997214888f,0.033579664384924435f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.6034058298865888f,-0.533228193257881f,0.5929326254928238f,-0.21607973548761591f,-0.6998530405592923f,0.7105223438488054f,-0.07323742562046698f,1.1791718354079777f,-0.38223961866712697f,-0.459157590383232f,-0.8019146969065186f,0.16451787862807182f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.11421202524967694f,0.5967839517342332f,0.7942320367756766f,0.4273983707485544f,0.8085660915750689f,0.5203415088095011f,-0.27471001031063547f,0.9271831501291143f,-0.5772144218948319f,0.6108139071454777f,-0.541968524911079f,0.6628929384620789f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.49847247006365136f,0.5431661722620285f,0.6756446594911105f,0.24702298246044183f,0.7844098687152078f,0.6144229532290315f,0.08476787367573829f,1.1791718354079777f,-0.36908854554270965f,0.5722367900227421f,-0.7323378330344783f,0.5410754947429524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.6155462519094634f,-0.3041741596573379f,0.7270356885029536f,-0.20703527141024447f,-0.6762625141415635f,0.6775705265272686f,-0.28907990858669413f,0.8564700658449809f,-0.40468731599488383f,-0.6696090368105201f,-0.6227775799549506f,0.48589642745617656f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7283473712282055f,-0.16949721677607082f,0.6639132475934852f,-0.23466654175829849f,-0.36635833340830626f,0.915130046247193f,-0.16828122295104278f,1.0270051918728855f,-0.579043762048475f,-0.36579733727950503f,-0.7286292813715171f,0.4127554937076974f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6054113482585637f,-0.3156077959736906f,0.7306632730063675f,0.04065984629376945f,-0.6785510070605296f,0.6844750668946715f,-0.2665753432271561f,0.8550588525272664f,-0.4159875361316602f,-0.6571800376762551f,-0.6285449608921756f,0.6773576246471471f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7283473712282055f,-0.19715034018164065f,0.6562330761179491f,0.007795614235449003f,-0.36635833340830626f,0.9213742079364188f,-0.1298119427935089f,1.0270051918728855f,-0.579043762048475f,-0.3349646433816563f,-0.7433081523277872f,0.6099060780610379f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.890099980503188f,-0.024429596532492055f,0.45511011801704004f,0.2550620860959567f,0.0008420671705946714f,0.9984725652734044f,0.055243346379697356f,1.7159889182009604f,-0.45576453968151653f,0.04955533482488712f,-0.8887198395215946f,0.5307173710141588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.890099980503188f,-0.024429596532492055f,0.45511011801704004f,0.33416110849548525f,0.0008420671705946714f,0.9984725652734044f,0.055243346379697356f,1.5963273337459842f,-0.45576453968151653f,0.04955533482488712f,-0.8887198395215946f,0.45829663944395527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.890099980503188f,-0.024429596532492055f,0.45511011801704004f,-0.26787165244966626f,0.0008420671705946714f,0.9984725652734044f,0.055243346379697356f,1.7164836326636848f,-0.45576453968151653f,0.04955533482488712f,-0.8887198395215946f,0.2629557039512678f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.890099980503188f,-0.024429596532492055f,0.45511011801704004f,-0.25553012858787677f,0.0008420671705946714f,0.9984725652734044f,0.055243346379697356f,1.596885203246503f,-0.45576453968151653f,0.04955533482488712f,-0.8887198395215946f,0.15635263190495058f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8829630035716671f,0.11511348662175033f,0.45511011801704004f,0.17472391932957054f,0.15702722153228632f,0.9860479827972992f,0.055243346379697356f,1.8238899735296552f,-0.4424011596069231f,0.1202425083702143f,-0.8887198395215946f,0.4716696319512912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.8900999805031881f,-0.024429596532492055f,0.45511011801704004f,0.0719515560287977f,0.0008420671705946653f,0.9984725652734044f,0.055243346379697356f,1.8340489572576015f,-0.4557645396815166f,0.049555334824887116f,-0.8887198395215946f,0.4196717760705985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8695702613424666f,0.19163074144643458f,0.45511011801704004f,0.052175381630003695f,0.2423694298720703f,0.9686099484024828f,0.055243346379697356f,1.8297546791225419f,-0.43023786450320944f,0.15834275098162648f,-0.8887198395215946f,0.4092775360095246f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8862276191778525f,-0.08646032318278321f,0.45511011801704004f,0.07783957322478456f,-0.06880990934643441f,0.9960990759239305f,0.055243346379697356f,1.8397160710315723f,-0.45811112558209166f,0.01764209337409904f,-0.8887198395215946f,0.4230392788504978f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.8888420609796569f,0.053240690378242334f,0.45511011801704004f,0.14093825225163945f,0.0878614808903467f,0.9945996847257332f,0.055243346379697356f,1.9459709756421888f,-0.44971118599517984f,0.08908925878870089f,-0.8887198395215946f,0.42679380711710363f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.8888420609796569f,0.053240690378242334f,0.45511011801704004f,0.12895909691653493f,0.0878614808903467f,0.9945996847257332f,0.055243346379697356f,1.7221860465788992f,-0.44971118599517984f,0.08908925878870089f,-0.8887198395215946f,0.40674872388964595f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8713968609301855f,-0.21947095263116903f,0.4387482327168808f,-0.17847883919880358f,-0.15433367898537403f,0.9715797125865661f,0.17948252734192577f,1.8187210893923083f,-0.4656700830973131f,0.08868688201404305f,-0.8805032712413787f,0.3056220406014084f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.8950013406386738f,-0.08045239923576337f,0.4387482327168808f,-0.0761988486876567f,-0.0004450227125860351f,0.9837610605902941f,0.17948252734192577f,1.828686086086011f,-0.4460632266952322f,0.160441849663575f,-0.8805032712413787f,0.3586186726352858f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8385204386950593f,-0.3604502438365855f,0.4086062843481383f,-0.04679057199884536f,-0.23214548655453493f,0.9147832938612169f,0.3305752536787663f,1.824617197929447f,-0.49294213348323535f,0.1823380020472104f,-0.8507413861135639f,0.35035333742731284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9088655782397055f,-0.08369148751345212f,0.4086062843481383f,-0.07447997619653367f,0.06190010625720817f,0.9417475131374468f,0.3305752536787663f,1.8339412341712449f,-0.41247028685270437f,0.32574124150500205f,-0.8507413861135639f,0.3406773429906322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.884583701718027f,-0.22483900694950862f,0.4086062843481383f,-0.12914981924772378f,-0.08618375518877966f,0.9398363485186023f,0.3305752536787663f,1.942891785825972f,-0.4583492500227237f,0.2572062576166821f,-0.8507413861135639f,0.3200223173034322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.884583701718027f,-0.15815076017094132f,0.4387482327168808f,-0.09356589820926206f,-0.08618375518877966f,0.9799787664641083f,0.17948252734192577f,1.722396563371548f,-0.4583492500227237f,0.12095434815184633f,-0.8805032712413787f,0.29280758896926684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.890099980503188f,-0.024429596532492055f,0.45511011801704004f,0.01599457638850611f,0.0008420671705946714f,0.9984725652734044f,0.055243346379697356f,1.2088477606982382f,-0.45576453968151653f,0.04955533482488712f,-0.8887198395215946f,0.35215354231675156f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.775878899179992f,0.017615255649454264f,0.6306358985782908f,0.00938885551996076f,0f,0.9996101150403544f,-0.027921638723568842f,0.8339939675581054f,-0.6308818699306898f,-0.021663810316144005f,-0.7755763956666953f,0.36027747118530556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8019449293969532f,0.2969681301057182f,0.5183572705345503f,-0.13314501763954625f,-0.1197910166828688f,0.7701307231502801f,-0.6265371350383879f,0.4651586007457784f,-0.5852644210411225f,-0.5645428229652201f,-0.5820283141754015f,0.776144037654658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8019449293969532f,0.5349038455834983f,0.26601166552333866f,0.054467853782693594f,-0.1197910166828688f,0.29225491169133105f,-0.9488082940796717f,0.543812024418725f,-0.5852644210411225f,-0.7927578082695099f,-0.17029566903219373f,0.5029732130389498f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7431146387672501f,0.21164930798285103f,0.6348111562348285f,-0.3521218726057689f,0.10230112815240927f,0.9734437770138912f,-0.20479670937706526f,0.5249017656896254f,-0.6612980514326077f,-0.08724553526290113f,-0.7450322836952278f,0.5794706513043331f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7431146387672501f,0.6614445920628798f,0.10134932303962452f,-0.12647790982328475f,0.10230112815240927f,0.2619722438177515f,-0.9596379643635597f,0.5463999235162319f,-0.6612980514326077f,-0.7027528691509295f,-0.2623419373100171f,0.32923545745223076f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.6971111165215274f,0.5525474899475088f,0.4568668980948579f,-0.011801877184604152f,0.11478321706474441f,0.7150172711047436f,-0.6896195437356698f,0.7100452267112004f,-0.7077152706437649f,-0.4283007977749204f,-0.561869666669228f,0.3827720823637729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8350301961724751f,0.34613804658252767f,0.42768332231709677f,-0.013410746701319127f,-0.11478321706474438f,0.6506213238167387f,-0.7506774980477451f,0.6861810874188908f,-0.5380979321279962f,-0.6759292460775657f,-0.503557613125438f,0.3847507220569538f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.775878899179992f,0.43506846729270854f,0.4568668980948579f,-0.011801877184604152f,0f,0.7241718614374675f,-0.6896195437356698f,0.7100452267112004f,-0.6308818699306898f,-0.5350612524466398f,-0.561869666669228f,0.3827720823637729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.7458665983911309f,0.2783425630252761f,0.6051515801953785f,-0.011511516059322938f,0.12553468568336595f,0.9509653780217251f,-0.28267630338317334f,0.7350238140825511f,-0.6541590480111255f,-0.1348712994395678f,-0.7442349578544807f,0.382414986874133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.7925449016058793f,0.07526050707750609f,0.6051515801953785f,-0.011511516059322938f,-0.12553468568336595f,0.9509653780217251f,-0.28267630338317334f,0.7350238140825511f,-0.5967525631523549f,-0.30000117646174995f,-0.7442349578544807f,0.382414986874133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.775878899179992f,0.1783353548634714f,0.6051515801953785f,-0.011511516059322938f,0f,0.9592153603365743f,-0.28267630338317334f,0.7350238140825511f,-0.6308818699306898f,-0.21932257909320602f,-0.7442349578544807f,0.382414986874133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7200498643748694f,0.39078357999978375f,0.5734251358427576f,-0.15864681396794975f,0.15940737140480396f,0.8974048321685142f,-0.4114047364122243f,0.7595208586316056f,-0.6753647035162137f,-0.20482373105466434f,-0.7084700109682155f,0.2562569360224284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8104929479642647f,0.13998709775674967f,0.5687748181502394f,0.14338601664669004f,-0.1730339441847224f,0.8704674559280828f,-0.4608097897505752f,0.7644183681719957f,-0.5596073940362779f,-0.4719004350832209f,-0.6812852148022829f,0.49189391808188804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.775878899179992f,0.26235566590280557f,0.5737433558447012f,-0.04481323934769145f,0f,0.9094307241825381f,-0.4158554531478747f,0.6288510758237355f,-0.6308818699306898f,-0.3226534712063698f,-0.7056081091592107f,0.4145534986497267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.775878899179992f,0.2505534038826995f,0.5789947543890503f,0.017231340732192894f,0f,0.9177546256839811f,-0.39714789063478056f,0.833911875f,-0.6308818699306898f,-0.3081386681973694f,-0.7120664486930329f,0.3506325295832105f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.5625295084421242f,-0.2972319148882413f,-0.7715009662364216f,0.5721330217562463f,0.0492887509247059f,0.9194266122915286f,-0.39016063825353464f,1.2257243750000004f,0.8253067133885106f,-0.25750319101322316f,-0.5025544104411611f,1.2234011326675664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.7367210977559198f,-0.2972319148882413f,-0.6073674447096935f,0.5107465993145244f,-0.0492887509247059f,0.9194266122915286f,-0.39016063825353464f,1.2257243750000004f,0.6743979857277123f,-0.25750319101322316f,-0.6920111729332213f,1.2942585221185368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.6547885060450339f,-0.2972319148882413f,-0.6949138084130885f,0.6456768817973486f,0f,0.9194266122915286f,-0.39326162361731054f,1.284713618542597f,0.7558121541436822f,-0.25750319101322316f,-0.6020299778804166f,1.3491343240751141f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.0049788999611174445f,-0.4403191397486186f,0.8978275256006654f,0.43255623716676045f,-0.3492715311824684f,0.8420584530950004f,0.41103157917209854f,1.8290777569756496f,-0.9370083287039828f,-0.31153910949075325f,-0.1579834649483206f,0.998549560970862f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7181567238760449f,-0.4403191397486186f,0.5388598844993591f,0.47039986485152674f,-0.5385682086628544f,0.8420584530950004f,-0.029695895153022067f,1.8755407930243508f,-0.44067584976863694f,-0.31153910949075325f,-0.8418718303212183f,1.0706474709599447f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.40366536197084035f,-0.4403191397486186f,0.8019808792708133f,0.3311809191185216f,-0.49560571785281343f,0.8420584530950004f,0.21286740944271518f,1.8203791635835929f,-0.7690443732168826f,-0.31153910949075325f,-0.5581345136086466f,1.1183186930067004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000013262989485494906f,0.000004204871128715362f,-0.000007110048783134163f,-0.6699132271768752f,1.0842021724855045e-22f,0.000013449094171936621f,0.000007953772121099552f,1.018034375f,0.000008260371354100955f,-0.000006751410944778616f,0.000011416012453876874f,0.7562924211171285f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87.mcfunction new file mode 100644 index 000000000..6260731e6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87_as_bone.mcfunction new file mode 100644 index 000000000..8a81702be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_87_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7874312233686186f,-0.12436752088274146f,0.17728291699463342f,0.23654815785643865f,-0.1322366675304147f,0.8055831814214586f,-0.02221814609223975f,0.9618106952980816f,-0.17149337208503357f,-0.050128854014493615f,-0.7968824039784932f,0.05363608435299692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7592669194743522f,0.18263145429297284f,0.17366489828045722f,0.23654815785643865f,0.18231437029528422f,0.7786448276235162f,-0.021764714539336903f,0.9618106952980816f,-0.17399774531804074f,0.018920473513594004f,-0.7806194977748505f,0.05363608435299692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.4051950263368036f,0.08592466484147543f,0.7038312205694215f,0.1827129656094542f,0.1322366675304147f,0.8055831814214586f,-0.02221814609223975f,0.9618106952980816f,-0.6966167517629849f,0.10294238304607906f,-0.4136090078569697f,0.01444956181883747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.39892245274217186f,-0.07413294785720781f,0.6894673181088211f,0.1827129656094542f,-0.18231437029528422f,0.7786448276235162f,-0.021764714539336903f,0.9618106952980816f,-0.6690458482660241f,-0.167977791559317f,-0.4051680076966234f,0.01444956181883747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5396653791555571f,-0.5398309381499475f,1.3633598522609633f,-0.6103313586410058f,1.2655110563535366f,0.5623820051868211f,0.7236121174282572f,0.7513314394352204f,-0.7407086436567648f,1.3541474397044797f,0.24298491054787377f,-0.0054165164349758155f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7186455147534913f,-0.5734499315862749f,0.3933240395505798f,-0.44043041665945787f,-0.6827086800188595f,0.6893160146720195f,-0.24238871703029113f,0.9339631780374389f,-0.13212676621940017f,-0.442717300181934f,-0.8868731080419697f,0.005189225875361594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5893872485559906f,-0.5734499315862749f,0.5690148040282392f,-0.22862081590119598f,-0.7224715719976987f,0.6893160146720195f,-0.05364941352762514f,1.1921535818038147f,-0.3614657644850658f,-0.442717300181934f,-0.8205753428082313f,0.12900730134729257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.14589859630824714f,0.6192134455967984f,0.7715492909642417f,0.4430124005921332f,0.8096404096276971f,0.522903898389707f,-0.26655941203930844f,0.9439035762090322f,-0.5685033040301333f,0.5857868399349613f,-0.577631172519138f,0.5965822757401066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5234135151097227f,0.5580519586333517f,0.6439070613574323f,0.2539499910614639f,0.775584476595597f,0.6249644578570251f,0.08881523562660021f,1.1921535818038147f,-0.3528555113136511f,0.5458914158337302f,-0.7599312799553835f,0.48026957073073684f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7547668338716641f,-0.14219824045852922f,0.6403957267954261f,-0.22398444005286555f,-0.43464790621150595f,0.8395867482558792f,-0.3258454998600915f,0.8617763928317845f,-0.49133310911569733f,-0.5242840380591586f,-0.6954983992239558f,0.4347314784700346f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7917012450660655f,-0.07398569267636423f,0.6064117873524888f,-0.2340666837587308f,-0.22485204441366272f,0.958247587493251f,-0.1766440465635917f,1.0403437901957466f,-0.5680235001158296f,-0.276202241740654f,-0.7752816423556019f,0.3780980478789395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7490690504154037f,-0.15367261476601668f,0.6444224431075789f,0.033442306986625064f,-0.4361228065691702f,0.8466028099478401f,-0.30505832192984256f,0.8602952780782189f,-0.4986907411412361f,-0.5095570720335423f,-0.7011840949712193f,0.6125737697848573f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7917012450660655f,-0.09931468467811129f,0.6027816619374954f,0.018588188996588526f,-0.22485204441366266f,0.9648041264788819f,-0.1363618555620219f,1.0403437901957466f,-0.5680235001158296f,-0.24349453984968283f,-0.7861677380683803f,0.5620049952001145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9034601155512662f,-0.022203769435222953f,0.4280967323292252f,0.25789963914442676f,0.0010589061420849272f,0.9985390112673587f,0.054025195001851684f,1.7289659691955168f,-0.42867085080032585f,0.04926292317832256f,-0.9021166587942224f,0.47467554635986914f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9034601155512662f,-0.022203769435222953f,0.4280967323292252f,0.3346889333128669f,0.0010589061420849272f,0.9985390112673587f,0.054025195001851684f,1.6091737458381923f,-0.42867085080032585f,0.04926292317832256f,-0.9021166587942224f,0.40001940110563267f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9034601155512662f,-0.022203769435222953f,0.4280967323292252f,-0.27288317874194207f,0.0010589061420849272f,0.9985390112673587f,0.054025195001851684f,1.7295880765539917f,-0.42867085080032585f,0.04926292317832256f,-0.9021166587942224f,0.22283142151467766f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9034601155512662f,-0.022203769435222953f,0.4280967323292252f,-0.26385339323984686f,0.0010589061420849272f,0.9985390112673587f,0.054025195001851684f,1.6098752711573234f,-0.42867085080032585f,0.04926292317832256f,-0.9021166587942224f,0.11602496245041682f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.8958104571161972f,0.1194018956730151f,0.4280967323292252f,0.17589208226243463f,0.15725178529973216f,0.9860796896423021f,0.054025195001851684f,1.8368688332651864f,-0.41568678225476086f,0.11571531007015276f,-0.9021166587942224f,0.4179725763435157f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9034601155512663f,-0.022203769435222946f,0.4280967323292252f,0.07160326215787616f,0.0010589061420849255f,0.9985390112673587f,0.054025195001851684f,1.8470534631943722f,-0.42867085080032585f,0.04926292317832256f,-0.9021166587942224f,0.36909256059674483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.8819950669714387f,0.19702256116264275f,0.4280967323292252f,0.05151905446564292f,0.24259590254020977f,0.968621962571422f,0.054025195001851684f,1.8427637414534233f,-0.404019714752571f,0.1515044686377263f,-0.9021166587942224f,0.3593047613670677f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.8997104754579013f,-0.0851718739981526f,0.4280967323292252f,0.07759438605219607f,-0.06859823362201309f,0.9961804859808044f,0.054025195001851684f,1.852719486277103f,-0.43106303795994544f,0.019240354224681233f,-0.9021166587942224f,0.3722749522930745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9019573630664518f,0.05662246002473503f,0.4280967323292252f,0.140854050276221f,0.08808328587404064f,0.994646979111003f,0.054025195001851684f,1.958930752801653f,-0.4227460821342348f,0.08643658927851885f,-0.9021166587942224f,0.37401457201147004f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9019573630664518f,0.05662246002473503f,0.4280967323292252f,0.12811399677065563f,0.08808328587404064f,0.994646979111003f,0.054025195001851684f,1.7351351825016776f,-0.4227460821342348f,0.08643658927851885f,-0.9021166587942224f,0.35456633942380333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.8855786915881247f,-0.21023890459187633f,0.414185929264953f,-0.18160376037697679f,-0.15430748307277403f,0.9742187591614305f,0.16458131718305152f,1.8324906510481687f,-0.4381090979114797f,0.08183771926178404f,-0.8951888102703357f,0.2613607114675843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9075643589315626f,-0.0691154859352739f,0.414185929264953f,-0.07776245203883211f,-0.0000063114759845800394f,0.9863635181790014f,0.16458131718305152f,1.842431340744059f,-0.4199130080829923f,0.14936552349680268f,-0.8951888102703357f,0.31123360987937093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8550930764650606f,-0.34213387229387876f,0.3895641718776431f,-0.049572845886664454f,-0.23354994483770136f,0.9249945331460353f,0.2997324422151447f,1.837904264554957f,-0.4628933504035513f,0.16531644527736572f,-0.8708617680625502f,0.3041566911320705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9189670233010825f,-0.06115035629032717f,0.3895641718776431f,-0.07738348761709277f,0.06371983352777595f,0.9518929802761115f,0.2997324422151447f,1.8473630286555467f,-0.3891521462106313f,0.3002671943896446f,-0.8708617680625502f,0.2949716155618235f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.8980869910326025f,-0.2041556086109129f,0.3895641718776431f,-0.1310402155658767f,-0.08597353250499708f,0.9501415761834429f,0.2997324422151447f,1.9564870593891233f,-0.43133317545328986f,0.23569359915014793f,-0.8708617680625502f,0.2726434720308975f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.8980869910326025f,-0.14795192643873706f,0.414185929264953f,-0.09775103211716092f,-0.08597353250499708f,0.9826095571196649f,0.16458131718305152f,1.735399909037199f,-0.43133317545328986f,0.11219931247633627f,-0.8951888102703357f,0.24739862672372187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9034601155512662f,-0.022203769435222953f,0.4280967323292252f,0.013182891277010823f,0.0010589061420849272f,0.9985390112673587f,0.054025195001851684f,1.221828015151109f,-0.42867085080032585f,0.04926292317832256f,-0.9021166587942224f,0.30392638053219173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8084955928170217f,0.017458650842168216f,0.588243208125877f,0.006635897211197741f,0f,0.999559860119384f,-0.029666244085110705f,0.84699306760634f,-0.5885022314277599f,-0.023985027598246f,-0.8081397416633207f,0.312920765881534f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8319626110724445f,0.27445443968493977f,0.48219599159962556f,-0.11494137390087031f,-0.11988130891499858f,0.7596351934106867f,-0.6392048534740137f,0.4921715253876718f,-0.5417256552447438f,-0.5896008255329486f,-0.5990861215055132f,0.7348809772299767f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8319626110724445f,0.5013961738165803f,0.23757123281158005f,0.05973340724066097f,-0.11988130891499858f,0.2556238796423106f,-0.959314809606023f,0.5565370225614361f,-0.5417256552447438f,-0.8265944041902941f,-0.1525614807575812f,0.45237800626023217f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.7752462311340811f,0.2301017250112456f,0.5882571523230736f,-0.34353069421069315f,0.10874769622776732f,0.9660033934758999f,-0.23454505400497985f,0.5386302414603196f,-0.6222276268999603f,-0.11785855904385914f,-0.7739135225479324f,0.5507160950093122f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.7752462311340811f,0.6270356153694894f,0.07628642192820823f,-0.1303996133399607f,0.10874769622776732f,0.251459210317458f,-0.9617391559626101f,0.5592712738015961f,-0.6222276268999603f,-0.7372886833559337f,-0.2631314837067539f,0.28877915196532256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7360695930640611f,0.5236037075487392f,0.428999663878332f,-0.012459927817524738f,0.11328177911359698f,0.7201128371897803f,-0.6845471059286887f,0.7250425516008138f,-0.6673595677649087f,-0.45527646453083814f,-0.5893679225720847f,0.3357565168086344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8612777640049243f,0.3117672130980327f,0.40125031846437703f,-0.013950308511744435f,-0.11328177911359698f,0.6519721239444297f,-0.7497330112248277f,0.6996686052301727f,-0.4953461938397592f,-0.6911827214539404f,-0.5262115485353666f,0.33780403023942096f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8084955928170217f,0.40285749935644843f,0.428999663878332f,-0.012459927817524738f,0f,0.7289686274214116f,-0.6845471059286887f,0.7250425516008138f,-0.5885022314277599f,-0.5534533182189918f,-0.5893679225720847f,0.3357565168086344f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.780935365924051f,0.268093100741346f,0.5641507277172999f,-0.012219138703079013f,0.12081103474779553f,0.9509780961966434f,-0.28468465788899533f,0.7500239067683042f,-0.6128169776794989f,-0.154164684312257f,-0.7750410324483903f,0.33542571612950123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8231634850280491f,0.0643104449721636f,0.5641507277172999f,-0.012219138703079013f,-0.12081103474779553f,0.9509780961966434f,-0.28468465788899533f,0.7500239067683042f,-0.5548031820381383f,-0.30249764829117215f,-0.7750410324483903f,0.33542571612950123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8084955928170217f,0.16753755642092216f,0.5641507277172999f,-0.012219138703079013f,0f,0.9586212211101033f,-0.28468465788899533f,0.7500239067683042f,-0.5885022314277599f,-0.2301662912458743f,-0.7750410324483903f,0.33542571612950123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.7571283715053068f,0.37372075656286974f,0.5358072649524251f,-0.16623001974465573f,0.1551374178223494f,0.8995952834327425f,-0.40824099208308035f,0.7731956606115391f,-0.6345778208014649f,-0.22596708198239882f,-0.7390871851190657f,0.2177832030942433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8384294321017873f,0.12015616504326955f,0.5316000219973368f,0.1486799515045028f,-0.16727467567119025f,0.8715847626477894f,-0.46082446158954576f,0.777541528795063f,-0.5187053790588377f,-0.4752920128955369f,-0.7106632340378503f,0.436808160396793f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8084955928170217f,0.24776560914495266f,0.5338043455428995f,-0.04437194110811067f,0f,0.9070557714757369f,-0.4210104837561121f,0.6417046366686538f,-0.5885022314277599f,-0.34038512064657894f,-0.7333505936773769f,0.3697210814881322f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8084955928170217f,0.23277941088951956f,0.5405077448671581f,0.013956080331399327f,0f,0.9184463813430872f,-0.3955455025629649f,0.8469199999999999f,-0.5885022314277599f,-0.3197967955807511f,-0.7425598515546277f,0.3028641586585875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.46635129174165957f,-0.3148450841006745f,-0.8266734819192669f,0.4798771295389759f,0.042209717815148144f,0.9255325734164761f,-0.37630811214620513f,1.2038783333333336f,0.8835919943123359f,-0.2103854285893263f,-0.41833378900638f,1.136490612016059f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.6379104289625123f,-0.3148450841006745f,-0.7028106840668422f,0.42779025174790175f,-0.04220971781514809f,0.9255325734164761f,-0.37630811214620513f,1.2038783333333336f,0.7689529402654164f,-0.2103854285893263f,-0.6036964030822582f,1.2144394392168432f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.5555933631047911f,-0.3148450841006745f,-0.7695379054286714f,0.5692643764577395f,2.7755575615628914e-17f,0.9255325734164761f,-0.3786680017443715f,1.2606785335949893f,0.8314541568083641f,-0.2103854285893263f,-0.5142197551274921f,1.252597988885575f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.19966787061828023f,-0.4966505748660172f,0.8446720949149535f,0.48354042661100133f,-0.4206515332395868f,0.8220006178846677f,0.38388445107923985f,1.8318866529550946f,-0.8849774172406584f,-0.27866322090020984f,-0.37304393882165454f,0.8574679577202791f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7983580154695038f,-0.4966505748660172f,0.3405329435177307f,0.5359527128508752f,-0.5586087780782355f,0.8220006178846677f,-0.11077552640888297f,1.8833134470449056f,-0.22490156110960197f,-0.27866322090020984f,-0.9336841527668683f,0.9157543163366285f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.5590643865586544f,-0.4966505748660172f,0.6639165747042696f,0.4101590835252978f,-0.5485524702913178f,0.8220006178846677f,0.15298748816330499f,1.8346519267755044f,-0.6217211585743951f,-0.27866322090020984f,-0.7319901709028834f,0.9964096626638863f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009970418984604941f,0.000005499086975766549f,-0.00001070006601401992f,-0.622292583489527f,0f,0.000013897130832676523f,0.000007142155110292103f,1.0290424999999999f,0.000012030435165505422f,0.000004557457849769573f,-0.000008867853893482025f,0.7568755903344168f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88.mcfunction new file mode 100644 index 000000000..64f612267 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88_as_bone.mcfunction new file mode 100644 index 000000000..826921b6d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_88_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7965272905762956f,-0.12685020616403858f,0.12805368018050292f,0.2126752906057816f,-0.13210094835399896f,0.80556291275031f,-0.02371028236134971f,0.9872214451711881f,-0.12262976496594842f,-0.043839060685896686f,-0.8062161756917425f,-0.013670381507689199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7684297794036083f,0.1837944375775442f,0.12544033976865593f,0.2126752906057816f,0.18242960133327457f,0.7785756064407955f,-0.02322639904785278f,0.9872214451711881f,-0.12741708944684063f,0.006295218098030901f,-0.7897627843510948f,-0.013670381507689199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.47152232469312894f,0.09674115388494965f,0.6597365314316315f,0.15711777710563812f,0.13210094835399896f,0.80556291275031f,-0.02371028236134971f,0.9872214451711881f,-0.6535751534478691f,0.09302680898907215f,-0.48075979038325267f,-0.04767852654741686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.4630051216905552f,-0.08920810738726842f,0.646272520586088f,0.15711777710563812f,-0.18242960133327457f,0.7785756064407955f,-0.02322639904785278f,0.9872214451711881f,-0.6263750456760682f,-0.16081647500094376f,-0.47094836608971696f,-0.04767852654741686f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.5091239442430888f,-0.42142695648571493f,1.415838401706052f,-0.6197660361085575f,1.3301933126131047f,0.5205426841618737f,0.6332671750887818f,0.7632892165861692f,-0.6424833153302381f,1.4116801636039016f,0.18915748784948141f,-0.008971562268430489f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.7048709910091391f,-0.6238692264778068f,0.33755603133076606f,-0.4552094879888844f,-0.7052256961822304f,0.6675030204191222f,-0.23894860362771939f,0.9510328184923325f,-0.07624698996080095f,-0.4064811262350709f,-0.9104721250739012f,-0.011682073704887469f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5827080313517423f,-0.6238692264778068f,0.5208056628457104f,-0.24505550210472132f,-0.743888318233549f,0.6675030204191222f,-0.03270913827985558f,1.2182017501899889f,-0.3272331282034857f,-0.4064811262350709f,-0.8530484006320094f,0.10008575836238015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.1919939611635371f,0.6551232257048157f,0.7307201092202478f,0.464463394406431f,0.810741980923039f,0.5254497461895473f,-0.2580697669203554f,0.9737768192502017f,-0.5530241940871308f,0.5428776320419333f,-0.63201907991992f,0.5166274118403088f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5565930380337814f,0.5849973719441258f,0.5899002159948675f,0.26401729043766675f,0.7665679978055031f,0.6353634447711759f,0.09320299238203991f,1.2182017501899889f,-0.3202775277049381f,0.5040747641639785f,-0.8020791341134873f,0.41170196063385167f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8512001280942224f,0.05260690747486361f,0.5221980995927797f,-0.23943521638613346f,-0.15508496562435115f,0.9253239411368971f,-0.34601193244767403f,0.8840961044266247f,-0.5014050212848625f,-0.3755104755460372f,-0.7794773167870348f,0.390964092467995f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8515542728484847f,0.02894390836386379f,0.5234668762797822f,-0.23073656559116038f,-0.07842038090034291f,0.9802092144117349f,-0.18176946894837534f,1.0667492729478976f,-0.5183681744213602f,-0.19583703978296213f,-0.8324315524991305f,0.34904195030557006f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8494782721251091f,0.04220743627211347f,0.5259326929471817f,0.03120519346168106f,-0.15561471401023907f,0.9324129722398026f,-0.32617496835663007f,0.8825725825268274f,-0.5041534746194364f,-0.3589214141316628f,-0.7854964624407142f,0.5475924283772249f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8515542728484847f,0.006998001988827697f,0.5242197519758797f,0.03579369228443549f,-0.07842038090034291f,0.986961119732254f,-0.1405631245963907f,1.0667492729478976f,-0.5183681744213602f,-0.16080664198042222f,-0.8399021726618204f,0.5121917944267593f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9262792858147585f,-0.018780166558252f,0.37636948603007814f,0.2642630472695363f,0.0012001973729421547f,0.9986053152843323f,0.052782419536671815f,1.7550320102681367f,-0.3768358318907147f,0.049342979540392184f,-0.9249648783458263f,0.4111617398500852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9262792858147585f,-0.018780166558252f,0.37636948603007814f,0.3366306806226911f,0.0012001973729421547f,0.9986053152843323f,0.052782419536671815f,1.635109690287673f,-0.3768358318907147f,0.049342979540392184f,-0.9249648783458263f,0.3324097537585168f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9262792858147585f,-0.018780166558252f,0.37636948603007814f,-0.27992603314663433f,0.0012001973729421547f,0.9986053152843323f,0.052782419536671815f,1.7557371262247403f,-0.3768358318907147f,0.049342979540392184f,-0.9249648783458263f,0.18977068861429033f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9262792858147585f,-0.018780166558252f,0.37636948603007814f,-0.2770293462295864f,0.0012001973729421547f,0.9986053152843323f,0.052782419536671815f,1.635904821047247f,-0.3768358318907147f,0.049342979540392184f,-0.9249648783458263f,0.08275601513091829f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9178131160429347f,0.12635305301025865f,0.37636948603007814f,0.17924154848793608f,0.1574017092345035f,0.9861230745286874f,0.052782419536671815f,1.8629286869292574f,-0.3644774148690359f,0.10768559735208412f,-0.9249648783458263f,0.3590738700598719f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9262792858147585f,-0.018780166558251994f,0.37636948603007814f,0.07235880294009649f,0.0012001973729421633f,0.9986053152843323f,0.052782419536671815f,1.8731302596615178f,-0.3768358318907146f,0.04934297954039219f,-0.9249648783458263f,0.31616527834510944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9033081658574922f,0.20586492532878947f,0.37636948603007814f,0.05175010636663413f,0.24274903721114297f,0.9686521156333258f,0.052782419536671815f,1.8688434074571947f,-0.353705050046273f,0.1390421209506459f,-0.9249648783458263f,0.3075349452854151f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9227128778337168f,-0.0833483956970683f,0.37636948603007814f,0.07852388525033724f,-0.06846191170391211f,0.9962564844625607f,0.052782419536671815f,1.878795702775605f,-0.37935987100069785f,0.022936043709071034f,-0.9249648783458263f,0.318997153064971f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9243913128461801f,0.062021856792345086f,0.37636948603007814f,0.14184427649142678f,0.08822981822495397f,0.9947007164790052f,0.052782419536671815f,1.984966912430746f,-0.3711013337492969f,0.08199862142855507f,-0.9249648783458263f,0.3170358206888937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9243913128461801f,0.062021856792345086f,0.37636948603007814f,0.12788935871314916f,0.08822981822495397f,0.9947007164790052f,0.052782419536671815f,1.7611592512229703f,-0.3711013337492969f,0.08199862142855507f,-0.9249648783458263f,0.2985861308674688f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.909408528954845f,-0.19961528849084942f,0.36486965352698164f,-0.18605455206336238f,-0.15434035018240114f,0.976623723707598f,0.14961670560829435f,1.8592885647168007f,-0.3862061415484722f,0.0797485980580233f,-0.9189586374467684f,0.22160437566363506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9294389117553936f,-0.05489485631687227f,0.36486965352698164f,-0.07955031636875055f,0.00033744540526807476f,0.9887440151695075f,0.14961670560829435f,1.869213647951531f,-0.3689758737987462f,0.1391827116291046f,-0.9189586374467684f,0.2655074635606184f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.881752476810346f,-0.3210358629486354f,0.3456132872729945f,-0.052654952620640655f,-0.23487046611416548f,0.9341947964455685f,0.2685441238257458f,1.864335618191279f,-0.4090824290850625f,0.15561509243915828f,-0.8991304183593262f,0.25897584022692743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9378019762848258f,-0.032846749255138946f,0.3456132872729945f,-0.08080072460188506f,0.06530698087516826f,0.9610510141546248f,0.2685441238257458f,1.873914348055982f,-0.34097280173827044f,0.2744121703856027f,-0.8991304183593262f,0.2510178832806479f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9211177141155619f,-0.17914690173954073f,0.3456132872729945f,-0.13421114102983878f,-0.08583855770577675f,0.9594351440142551f,0.2685441238257458f,1.983086765663222f,-0.37970238181174765f,0.21769380337407113f,-0.8991304183593262f,0.22833848333195145f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9211177141155619f,-0.1356919035079928f,0.36486965352698164f,-0.10368046274054045f,-0.08583855770577675f,0.9850109559867407f,0.14961670560829435f,1.7614593005662058f,-0.37970238181174765f,0.10649471305405042f,-0.9189586374467684f,0.20437717289479015f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9262792858147585f,-0.018780166558252f,0.37636948603007814f,0.009967736908968584f,0.0012001973729421547f,0.9986053152843323f,0.052782419536671815f,1.2478746012008466f,-0.3768358318907147f,0.049342979540392184f,-0.9249648783458263f,0.25509852731498556f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8528968252019068f,0.01639891343143965f,0.5218218864696804f,0.0038181443721787157f,0f,0.9995065603657315f,-0.03141075907812846f,0.8730596410636973f,-0.5220795011878057f,-0.026790136694917754f,-0.8524759721044103f,0.2651448285755797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.8724453654891956f,0.23372066772609146f,0.4292012741291593f,-0.08493642311131047f,-0.11997123596787104f,0.7489313751599346f,-0.6516967836665994f,0.5321958092853665f,-0.4737573078874512f,-0.6200616459503999f,-0.6253619499493996f,0.6941152156121551f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.8724453654891956f,0.4422736258760144f,0.20792576581777228f,0.06828312208537432f,-0.11997123596787104f,0.21861707047478013f,-0.9684077029006771f,0.5823313072091866f,-0.4737573078874512f,-0.8698279234144579f,-0.13767133642020957f,0.39925855074318584f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8203943187177398f,0.24158598209096352f,0.5182560902418805f,-0.3271649535804676f,0.11519820415208235f,0.9576093233375863f,-0.26403362970853755f,0.5654459727005097f,-0.5600736876302891f,-0.15690951887656354f,-0.813447519702491f,0.529821857476311f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8203943187177398f,0.5700687662735919f,0.04443831156738881f,-0.13444416024347186f,0.11519820415208235f,0.24090533431527555f,-0.9636877054619823f,0.5852109798120406f,-0.5600736876302891f,-0.785484704891031f,-0.2633082657389607f,0.2515903424635746f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.7889249781759128f,0.4804771983631086f,0.3830653216662579f,-0.01259869816926565f,0.11174403943053311f,0.7251708651863756f,-0.6794413042615165f,0.7531108805150147f,-0.6042438650593674f,-0.4932229497275864f,-0.6257958719903285f,0.2886122753065138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.8969704952635639f,0.25802266710884664f,0.3589822194547722f,-0.013900681341654158f,-0.11174403943053311f,0.6533195953659618f,-0.7487902082443406f,0.7262262837531688f,-0.42773496499396024f,-0.7117568472230477f,-0.5571759059334157f,0.29073926422615154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8528968252019068f,0.35472237721524463f,0.3830653216662579f,-0.01259869816926565f,0f,0.7337298645028763f,-0.6794413042615165f,0.7531108805150147f,-0.5220795011878057f,-0.5794933313156903f,-0.6257958719903285f,0.2886122753065138f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8284746367338863f,0.2519238846526722f,0.5001641056994814f,-0.01241176395819172f,0.1160897497651036f,0.9509631973252078f,-0.28669176362862836f,0.7780949012218973f,-0.5478621599345319f,-0.1794529288546855f,-0.8170946701804781f,0.288306889642484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.8647490042408722f,0.045221975125571676f,0.5001641056994814f,-0.01241176395819172f,-0.1160897497651036f,0.9509631973252078f,-0.28669176362862836f,0.7780949012218973f,-0.4886024249468022f,-0.3059803429940556f,-0.8170946701804781f,0.288306889642484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8528968252019068f,0.1496758929498866f,0.5001641056994814f,-0.01241176395819172f,0f,0.9580228769019592f,-0.28669176362862836f,0.7780949012218973f,-0.5220795011878057f,-0.24451849501039266f,-0.8170946701804781f,0.288306889642484f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8072363043008723f,0.3488954654928385f,0.4760688008861796f,-0.17562353786145002f,0.15085638320701575f,0.9017541947931722f,-0.4050700233522785f,0.799939416120243f,-0.570624132563956f,-0.25516921117457136f,-0.780561831634227f,0.1838262577114527f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.8765747904323412f,0.0876758124684738f,0.47321199127504154f,0.15646731784588128f,-0.16149775259911558f,0.8726639193367186f,-0.4608428797250879f,0.8037354860150748f,-0.45335980488341904f,-0.4803859238111271f,-0.7507957455394896f,0.3768251463086633f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8528968252019068f,0.22248519833233774f,0.4723000551381804f,-0.042301293376409685f,0f,0.9046515982022473f,-0.4261519516206862f,0.6676263226351588f,-0.5220795011878057f,-0.3634636465908798f,-0.7715744760205276f,0.3255237976102756f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8528968252019068f,0.2056689956562154f,0.4798617194424573f,0.010316129287415838f,0f,0.9191353392552344f,-0.39394190959095116f,0.8729956250000002f,-0.5220795011878057f,-0.33599180400409884f,-0.7839276127816669f,0.25452937500613954f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.3396229651892439f,-0.3296488755491371f,-0.8809017313896342f,0.4061136078718812f,0.03551818635514878f,0.9314069139428497f,-0.3622424865990983f,1.1950997916666668f,0.9398907915040485f,-0.15431389927238096f,-0.30461864771751396f,1.0510690693325637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.5042562748623833f,-0.3296488755491371f,-0.7981586484597546f,0.3663670741870749f,-0.03551818635514867f,0.9314069139428497f,-0.3622424865990983f,1.1950997916666668f,0.8628233119822121f,-0.15431389927238096f,-0.4813763109994092f,1.1359765222447937f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.42396302597126695f,-0.3296488755491371f,-0.843556146002432f,0.5127737629298429f,5.551115123125783e-17f,0.9314069139428497f,-0.36397961571969517f,1.249696734024621f,0.9056794977304538f,-0.15431389927238096f,-0.3948820936457699f,1.1527551098355442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.3995150312333801f,-0.5482950084980468f,0.7346838255159277f,0.5381779131408716f,-0.4849854628327416f,0.8064973680726122f,0.33815838912092816f,1.8484930667123571f,-0.777931128480859f,-0.22121161576209428f,-0.5881229296604757f,0.6991734463690973f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.8299388542599999f,-0.5482950084980468f,0.10283035469026325f,0.6029739441260435f,-0.5572780216559668f,0.8064973680726122f,-0.19749228306736805f,1.903423583287643f,0.025351622607050817f,-0.22121161576209428f,-0.9748962592415222f,0.7388367192716313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.6911576638418343f,-0.5482950084980468f,0.47082233100058535f,0.4999525789833698f,-0.5859255101363819f,0.8064973680726122f,0.07907775833551571f,1.8640966612496728f,-0.4230749109603623f,-0.22121161576209428f,-0.8786768693711046f,0.85080661322603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010879150169205437f,-0.000004525913271028025f,0.000010261619056416476f,-0.5585459003386193f,0f,0.000014296244810153515f,0.000006305395255506089f,1.0531181250000001f,-0.00001121537857568247f,0.000004390229879094158f,-0.00000995398362530457f,0.7677905132739785f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89.mcfunction new file mode 100644 index 000000000..d08831e66 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89_as_bone.mcfunction new file mode 100644 index 000000000..93047da41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_89_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8037269903949779f,-0.12970559561040013f,0.06437257041960648f,0.1823731618272353f,-0.13201623040657254f,0.8055311263477046f,-0.02521435778840068f,1.0221641792249012f,-0.05949020309525416f,-0.035220837536805945f,-0.8137351244620917f,-0.08150232712025487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.776016096664126f,0.1839092163254f,0.06305884449267574f,0.1823731618272353f,0.18249435729867416f,0.7785150804375139f,-0.02469977905802516f,1.0221641792249012f,-0.067043473003105f,-0.009574428544233899f,-0.7971282851873552f,-0.08150232712025487f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.5436119445776175f,0.10786661078427641f,0.5998293861048317f,0.12502471951059527f,0.13201623040657254f,0.8055311263477046f,-0.02521435778840068f,1.0221641792249012f,-0.5949808510080175f,0.08018006739431036f,-0.553636512678548f,-0.10935938262419564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5324186586871219f,-0.10616378535249249f,0.587587970061876f,0.12502471951059527f,-0.18249435729867416f,0.7785150804375139f,-0.02469977905802516f,1.0221641792249012f,-0.5685298421683332f,-0.15047764023602084f,-0.5423378083381695f,-0.10935938262419564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4748260547237897f,-0.27702722254840634f,1.4626012394779915f,-0.6290407321380569f,1.3878751299790886f,0.4727488936938266f,0.5401086530475057f,0.7853070672098301f,-0.5382834674601928f,1.4632739495659655f,0.10240364827804127f,-0.0015120872149478326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6863736634170723f,-0.6776804520409634f,0.2638946742338383f,-0.4713162252511458f,-0.7271628348124611f,0.6451028253769695f,-0.23468394993726496f,0.9780158791571736f,-0.011198474669939507f,-0.3529752818714181f,-0.9355656281377913f,-0.01942463200214202f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5784354771967871f,-0.6776804520409634f,0.45405022149722735f,-0.26212515952965254f,-0.7640237031010575f,0.6451028253769695f,-0.010494083590218639f,1.2537875905729792f,-0.28579744543972513f,-0.3529752818714181f,-0.8909142891254582f,0.07758128022708674f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.2459966750020048f,0.6964883100888718f,0.6740843195012813f,0.4874481922015831f,0.8118641770205864f,0.5279722027536696f,-0.24924267529884248f,1.0132727258105685f,-0.52949239272972f,0.4859520419022703f,-0.695333315045648f,0.4271466644044252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.592565127405692f,0.6164948587283055f,0.51845989135539f,0.2747610541625277f,0.75736278513771f,0.6456095521298428f,0.0979281261290901f,1.2537875905729792f,-0.2743504719717591f,0.4506910198353976f,-0.8494759697417006f,0.3383742233299909f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8841795247555152f,0.2737008384902496f,0.3785689091999576f,-0.2531703535882065f,0.13794652101744106f,0.9272209175001129f,-0.34818404255427016f,0.9199911424388978f,-0.4463152757214299f,-0.255634937283587f,-0.857585828647909f,0.35513061823370295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.8962935740044143f,0.14236274595256643f,0.41998890195246663f,-0.2238524080848974f,0.06971812274690205f,0.9805287515596313f,-0.18358308943243914f,1.102692889047376f,-0.43794658642240997f,-0.13526350553551425f,-0.8887668825463755f,0.3242139179298792f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8854150644032245f,0.26530726160875334f,0.38164410209709576f,0.031207982719949845f,0.1384227883347862f,0.9343452804519711f,-0.32838701035021234f,0.918453339543283f,-0.44371082407065165f,-0.2379305651546099f,-0.8640079575835812f,0.48470139082412866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.8962935740044143f,0.12465055980850467f,0.42558203338230804f,0.05723985039268389f,0.06971812274690206f,0.9873563231351686f,-0.14236177340019487f,1.102692889047376f,-0.43794658642240997f,-0.09792716224024334f,-0.8936515307078772f,0.4607547258371588f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9515521402955385f,-0.014638871322419474f,0.30713877603680373f,0.2720911210327201f,0.001264935069326289f,0.9986712824053057f,0.0515176633613438f,1.7906584297713088f,-0.30748483578584906f,0.04941025344347064f,-0.9502692790027476f,0.3433715425391064f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9515521402955385f,-0.014638871322419474f,0.30713877603680373f,0.33839844546255554f,0.001264935069326289f,0.9986712824053057f,0.0515176633613438f,1.6706068653456718f,-0.30748483578584906f,0.04941025344347064f,-0.9502692790027476f,0.25963819729413434f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9515521402955385f,-0.014638871322419474f,0.30713877603680373f,-0.2869457613909088f,0.001264935069326289f,0.9986712824053057f,0.0515176633613438f,1.7914015791245381f,-0.30748483578584906f,0.04941025344347064f,-0.9502692790027476f,0.1627242015149201f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9515521402955385f,-0.014638871322419474f,0.30713877603680373f,-0.2920048474832387f,0.001264935069326289f,0.9986712824053057f,0.0515176633613438f,1.6714448848291004f,-0.30748483578584906f,0.04941025344347064f,-0.9502692790027476f,0.05592949358600935f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9421269784423676f,0.13439690750039304f,0.30713877603680373f,0.18350770539644373f,0.1574759694336988f,0.9861781022780338f,0.0515176633613438f,1.8985408608037064f,-0.29596972065056215f,0.09690315702610924f,-0.9502692790027476f,0.2975692083451279f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9515521402955386f,-0.014638871322419492f,0.30713877603680373f,0.07375563921999258f,0.0012649350693262895f,0.9986712824053057f,0.0515176633613438f,1.9087505551242268f,-0.3074848357858491f,0.049410253443470636f,-0.9502692790027476f,0.2626494898914886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9268284385572978f,0.21599726326056978f,0.30713877603680373f,0.05256454688602441f,0.2428278108122266f,0.968700461782655f,0.0515176633613438f,1.9044648639751385f,-0.28639779988258157f,0.12232987209187857f,-0.9502692790027476f,0.2555679235345404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.948213051063576f,-0.08098013365831713f,0.30713877603680373f,0.0801153712598457f,-0.06840193333904482f,0.996326806764361f,0.0515176633613438f,1.9144159346950071f,-0.3101825032270286f,0.027840834675220742f,-0.9502692790027476f,0.26501217537632343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9492070588233612f,0.06835006755313991f,0.30713877603680373f,0.14316646356137705f,0.08830005898828389f,0.9947607903131551f,0.0515176633613438f,2.0205507890083054f,-0.3020083758152582f,0.07602130175831225f,-0.9502692790027476f,0.25825962099085453f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9492070588233612f,0.06835006755313991f,0.30713877603680373f,0.12778769836192058f,0.08830005898828389f,0.9947607903131551f,0.0515176633613438f,1.7967296111878457f,-0.3020083758152582f,0.07602130175831225f,-0.9502692790027476f,0.2411548280952343f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9357779964799541f,-0.1886111266585757f,0.29790163511559675f,-0.19053603705104016f,-0.1544331159574503f,0.978792436239106f,0.13459487158427946f,1.8955854538915724f,-0.3169699575663853f,0.07994504150789279f,-0.9450602289476928f,0.18602932246861598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.953762297208198f,-0.0399010804314273f,0.29790163511559675f,-0.08107901389342922f,0.0005850831155382735f,0.9909005390153743f,0.13459487158427946f,1.9055037450898973f,-0.30056137160634805f,0.12854581113146218f,-0.9450602289476928f,0.2219448929942176f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9110125913243957f,-0.2995428201749265f,0.2834257527643911f,-0.05543753450658934f,-0.23610597856375495f,0.9423710201266475f,0.2370460447084355f,1.9003824432000873f,-0.3380976565060186f,0.14903341674642498f,-0.9292357157137391f,0.2156370838388103f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9589882833830513f,-0.0033637782279942463f,0.2834257527643911f,-0.08397898061053505f,0.06665853077628667f,0.9692088593088868f,0.2370460447084355f,1.9100661856508663f,-0.27549612085976033f,0.246217123761122f,-0.9292357157137391f,0.20940197265756116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9466553354171754f,-0.15334118362701463f,0.2834257527643911f,-0.13774723560512198f,-0.08577981576929757f,0.9677039815432568f,0.2370460447084355f,2.0191615377029732f,-0.3106211504916896f,0.20008869410637484f,-0.9292357157137391f,0.18720234548245035f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9466553354171754f,-0.12287510619181338f,0.29790163511559675f,-0.11010033671196402f,-0.08577981576929757f,0.9871808566568726f,0.13459487158427946f,1.7970458449551772f,-0.3106211504916896f,0.10186100592745936f,-0.9450602289476928f,0.16428361914877204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9515521402955385f,-0.014638871322419474f,0.30713877603680373f,0.006748015626568145f,0.001264935069326289f,0.9986712824053057f,0.0515176633613438f,1.2834587688587502f,-0.30748483578584906f,0.04941025344347064f,-0.9502692790027476f,0.2070923837010603f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.8994952271282601f,0.014486511499133936f,0.43669036783293647f,0.001315573814392919f,0f,0.9994502159417572f,-0.033155178388526274f,0.9086649378805912f,-0.43693058530329487f,-0.029822924715065424f,-0.8990006989919196f,0.21827598046920985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9141752539661555f,0.1786295169230489f,0.36383389165902813f,-0.04656370557216499f,-0.12006079756755278f,0.7380222121665075f,-0.6640095023689782f,0.5816771183797125f,-0.3871291902238299f,-0.6507032426787905f,-0.653235240969093f,0.6520510530266705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9141752539661555f,0.36320436373366455f,0.1799060732736366f,0.07881752342476248f,-0.12006079756755278f,0.1812890136939168f,-0.97607361320821f,0.6176661299381878f,-0.3871291902238299f,-0.9139020098887577f,-0.122123324545031f,0.3448117920877991f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.8689217166949548f,0.24453920942177082f,0.43032037519883715f,-0.3033865019553071f,0.12165227091667447f,0.9482703712193686f,-0.2932303327561748f,0.6018205931113819f,-0.479766375683737f,-0.20244475326087416f,-0.8537214690052226f,0.5135953259189354f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.8689217166949548f,0.4948754173802794f,0.008565718217810186f,-0.13738920390474046f,0.12165227091667447f,0.2303132212840468f,-0.9654825451982971f,0.6206902920100632f,-0.479766375683737f,-0.8378867115394897f,-0.26032687796082715f,0.21773650241552844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.845473630359f,0.425521932016948f,0.32265372420001137f,-0.012040065613378394f,0.1101702949770674f,0.7301909313347817f,-0.6743023875837234f,0.7907214448012577f,-0.522529278100509f,-0.5345580316195875f,-0.6642370543403561f,0.24233777489183758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9333834554907587f,0.1904208440442149f,0.3041960341122472f,-0.013103645489471686f,-0.1101702949770674f,0.6546635209105143f,-0.7478490358980979f,0.7623255735042003f,-0.3415520913723069f,-0.7315432841209996f,-0.5900733787730692f,0.24452733326654258f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.8994952271282601f,0.29462333687836545f,0.32265372420001137f,-0.012040065613378394f,0f,0.7384553406258838f,-0.6743023875837234f,0.7907214448012577f,-0.43693058530329487f,-0.6065317792727494f,-0.6642370543403561f,0.24233777489183758f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.8787156267943512f,0.2299174122176197f,0.41832622531532004f,-0.011905949722877365f,0.11137100850153772f,0.9509207051103291f,-0.2886976117979245f,0.8157080287705047f,-0.4641716769609723f,-0.20709368930903682f,-0.8611950174934893f,0.2420616747344087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9080620475909666f,0.020651560191359608f,0.41832622531532004f,-0.011905949722877365f,-0.11137100850153772f,0.9509207051103291f,-0.2886976117979245f,0.8157080287705047f,-0.4037571252501331f,-0.308744758099854f,-0.8611950174934893f,0.2420616747344087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.8994952271282601f,0.12614081649853057f,0.41832622531532004f,-0.011905949722877365f,0f,0.9574203303367728f,-0.2886976117979245f,0.8157080287705047f,-0.43693058530329487f,-0.2596821238955604f,-0.8611950174934893f,0.2420616747344087f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.8604408158756702f,0.3169264966071594f,0.3989977420030384f,-0.18472804111228966f,0.14656440495893058f,0.903881470820628f,-0.40189197790721454f,0.8362233686584348f,-0.4880168824684711f,-0.28732539472773827f,-0.8241866535987489f,0.15441078706236433f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9160968005260085f,0.046794787044270036f,0.39821715177964406f,0.16518993542583318f,-0.15570347678436455f,0.8737047687542495f,-0.460864843932952f,0.8394714884475467f,-0.36949029673764305f,-0.48420060404915316f,-0.7931120322219074f,0.31404815868093133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.8994952271282601f,0.188439287866353f,0.39420676194340143f,-0.03857274987299055f,0f,0.9022182818118886f,-0.4312796911105412f,0.7030873841921744f,-0.43693058530329487f,-0.38793402371128216f,-0.8115410383176533f,0.28251240089618906f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.8994952271282601f,0.17142408599380118f,0.4018981451993399f,0.006757125803188928f,0f,0.9198214973217377f,-0.3923371166035615f,0.9086100000000001f,-0.43693058530329487f,-0.35290536381016724f,-0.8273750466508728f,0.2070736288675368f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.18960895195214966f,-0.3366074820567516f,-0.9223577659254687f,0.3435541669159963f,0.02922031472438194f,0.9370481637783931f,-0.3479754473622383f,1.1958600000000001f,0.9814247900613761f,-0.09293084408825444f,-0.1678369436984275f,0.9775758188471757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.3407741238651657f,-0.3366074820567516f,-0.877820254680503f,0.3186049598562879f,-0.02922031472438194f,0.9370481637783931f,-0.3479754473622383f,1.1958600000000001f,0.9396909969300212f,-0.09293084408825444f,-0.32915754359532434f,1.067945059007154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.26612487530355533f,-0.3366074820567516f,-0.9032568592421988f,0.4665680922724719f,0f,0.9370481637783931f,-0.34920014140825f,1.2482400212112377f,0.9639385617064334f,-0.09293084408825444f,-0.24937182573895048f,1.0601662127880074f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5782273684275696f,-0.5869219447305034f,0.5667236903422086f,0.5848940780647488f,-0.5385021188483279f,0.7963742482666735f,0.27532439901605543f,1.875506324644553f,-0.6129180845734518f,-0.14598180534386707f,-0.7765440966946799f,0.5270995907442604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.7953669144899174f,-0.5869219447305034f,-0.1513740470772727f,0.6575492032760613f,-0.5334128779608014f,0.7963742482666735f,-0.2850592189761033f,1.9322043753554476f,0.2878579041130601f,-0.14598180534386707f,-0.9464814523001397f,0.5442933781720872f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.774988002254f,-0.5869219447305034f,0.23434211562610335f,0.5860703233264896f,-0.6047792075828784f,0.7963742482666735f,-0.005492428708363396f,1.9046792143062548f,-0.1834003992301536f,-0.14598180534386707f,-0.9721386763578361f,0.6815172859118492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000012161453971954235f,-0.000003419555071818452f,0.000009194906492120481f,-0.47972958798249477f,4.336808689942018e-22f,0.000014645031085810807f,0.000005446438239403361f,1.0867325f,-0.00000981018156244005f,-0.000004239142909414107f,0.000011398711773947331f,0.7801051023628905f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8_as_bone.mcfunction new file mode 100644 index 000000000..eacc7402e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_8_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7499688054954168f,-0.2728483141960227f,0.1733350301255072f,0.1059795668623352f,-0.23095754517015837f,0.7586789895139274f,0.1949596051584654f,1.2099825301922376f,-0.22616332053893318f,0.13001704793971813f,-0.7738799416784811f,-0.33128154535416654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7810240249574364f,0.03420897667378128f,0.1697975805311091f,0.1059795668623352f,0.0753863812983256f,0.7732032159424596f,0.19098083770625182f,1.2099825301922376f,-0.1559434703795874f,0.2024513096306638f,-0.7580864734809611f,-0.33128154535416654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.30675410966323297f,-0.08651955312065056f,0.7519047330459919f,0.05077842530562619f,0.24532564781983943f,0.7561455053551999f,0.18709287986812856f,1.2107330918171337f,-0.7160039714770705f,0.2961465618631706f,-0.25803095002369364f,-0.3804985248580778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.24518619808327782f,-0.19329635252396593f,0.736559738494033f,0.05077842530562619f,-0.06143315513724873f,0.7762965717090201f,0.1832746578300035f,1.2107330918171337f,-0.7590189034005348f,-0.0003909651555038529f,-0.25276501226810805f,-0.3804985248580778f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.3969361631849539f,-1.2254331517797903f,0.8843989613715387f,-0.6959530354081912f,1.1512070861766426f,0.3472107300881262f,0.9977841468215232f,1.0628901506620372f,-0.9790659717775362f,0.9050770958491432f,0.8146603730859805f,-0.7155660232896148f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6114045699075285f,-0.5001092576305823f,0.6132496900352888f,-0.5480599613288349f,-0.4565556440386221f,0.855916756211496f,0.24282390807511056f,1.1997582058783722f,-0.64632916984511f,-0.13151896011061842f,-0.7516391204153442f,-0.5681742087446735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.40871835091050657f,-0.5001092576305823f,0.7634396112733368f,-0.3965388602320226f,-0.36719942871681893f,0.855916756211496f,0.3641031254829221f,1.337062195520783f,-0.8355320994306787f,-0.13151896011061842f,-0.533468718813375f,-0.26976624527138904f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.00541735269881341f,0.3746661442514785f,0.9271439654344232f,0.1643070650431202f,0.8548608319325101f,0.4793082038206f,-0.19868720084073582f,1.1420790598496458f,-0.5188290762065997f,0.7936554202561715f,-0.3176908301802337f,0.3767843098708681f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.29750760077804805f,0.28042709454566234f,0.9126060881475466f,0.04894931334177445f,0.6184067551726973f,0.7848611161353423f,-0.03957415236692327f,1.3310049597825324f,-0.7273666975027557f,0.5525881585986644f,-0.4069201572058968f,0.1274281186439284f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7612330222325175f,0.0064593849643277135f,0.6484462677883418f,-0.38181294461856236f,-0.37593540760325567f,0.81038016961792f,-0.4493957609949222f,0.9496537096167608f,-0.5283908167000269f,-0.5858688053104669f,-0.6144598341561186f,-0.014567263022570658f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.7454255136133353f,-0.07837414631874431f,0.6619654800993048f,-0.39237081280270625f,-0.21583572258681039f,0.9679443402346999f,-0.128447246225994f,1.1303404781218545f,-0.630678796622912f,-0.23862365221498846f,-0.7384463474714027f,-0.06392448748457724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.7063271862989299f,-0.04971769167904172f,0.7061374207823463f,-0.12067298460948836f,-0.4212342366566935f,0.8312166148168545f,-0.3628231761074003f,0.947682144011642f,-0.5689144256944881f,-0.5537211305219593f,-0.6080536866512644f,0.18276971829561525f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.7040693795683917f,-0.2275321384451429f,0.6726926747993917f,-0.15913093135045647f,-0.29069683316772477f,0.9566202972619313f,0.019312121912154756f,1.127169150510205f,-0.6479055949291036f,-0.18195255656646936f,-0.739669931265622f,0.14403067686899212f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9609834752587603f,-0.10592007180824348f,0.25552240345561117f,0.0439177782377875f,-0.028987414666951955f,0.9572555057298128f,0.28778746765779567f,1.8524737492227952f,-0.2750826967850244f,0.26915206694004246f,-0.9229770716498764f,0.1730081652219644f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9609834752587603f,-0.10592007180824348f,0.25552240345561117f,0.11714989285998492f,-0.028987414666951955f,0.9572555057298128f,0.28778746765779567f,1.7608839141494976f,-0.2750826967850244f,0.26915206694004246f,-0.9229770716498764f,0.06315065751672158f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9609834752587603f,-0.10592007180824348f,0.25552240345561117f,-0.5206600134767343f,-0.028987414666951955f,0.9572555057298128f,0.28778746765779567f,1.835443643105961f,-0.2750826967850244f,0.26915206694004246f,-0.9229770716498764f,0.011397080860762576f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9609834752587603f,-0.10592007180824348f,0.25552240345561117f,-0.5195016594989438f,-0.028987414666951955f,0.9572555057298128f,0.28778746765779567f,1.7416797519326421f,-0.2750826967850244f,0.26915206694004246f,-0.9229770716498764f,-0.11909162910335705f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9685923421956872f,0.004663160106166825f,0.24861039716330646f,-0.0607551865117788f,0.11697852850619839f,0.890818666084713f,0.43904228500632736f,1.9469062983450542f,-0.21941945790744535f,0.45433507358873004f,-0.8633856278620382f,0.16854405093176483f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9573968421330213f,-0.1469154760262572f,0.24861039716330646f,-0.1725134767144817f,-0.023816412771266074f,0.898150683604445f,0.43904228500632736f,1.953214012765513f,-0.2877917044607563f,0.41441668938985393f,-0.8633856278620382f,0.1395709956086137f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9723710082578558f,0.03936906068802304f,0.23009715200354727f,-0.18655314494066597f,0.17682798567613442f,0.7677191462494753f,0.6159051679956077f,1.9567887771550623f,-0.1524023811537128f,0.6395759450937156f,-0.7534693919968873f,0.10720647775987113f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9369454924653002f,-0.26303696468141613f,0.23009715200354727f,-0.16078404567588722f,-0.06906485505747986f,0.7847871493801309f,0.6159051679956077f,1.965078583753798f,-0.3425831139225126f,0.5611779444873041f,-0.7534693919968873f,0.12185223668993442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9665581855368899f,-0.11322797627570484f,0.23009715200354727f,-0.11916015746898848f,0.05455320579856254f,0.7859292409456479f,0.6159051679956077f,2.067644210076223f,-0.2505777757677937f,0.6078607189275405f,-0.7534693919968873f,0.17692844533648394f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9665581855368899f,-0.06291378540461648f,0.24861039716330646f,-0.10500455575294979f,0.05455320579856254f,0.8968086862388894f,0.43904228500632736f,1.8658622556724733f,-0.2505777757677937f,0.43792240852979797f,-0.8633856278620382f,0.07839590341727956f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9325826242473281f,-0.2549469558246079f,0.25552240345561117f,-0.43171169638556806f,-0.17837828443620385f,0.9409354712735141f,0.28778746765779567f,1.9468033893887118f,-0.31380063192027413f,0.2228059438503726f,-0.9229770716498764f,0.047043932942777034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9609834752587603f,-0.10592007180824348f,0.25552240345561117f,-0.3220882003930046f,-0.02898741466695197f,0.9572555057298128f,0.28778746765779567f,1.9597889352197728f,-0.2750826967850244f,0.26915206694004246f,-0.9229770716498764f,0.08144168506174315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9068137745115268f,-0.335256736976941f,0.25552240345561117f,-0.30016566855439175f,-0.2597074310865085f,0.9218082358590424f,0.28778746765779567f,1.9563013698575331f,-0.33202534330168876f,0.19460857281737243f,-0.9229770716498764f,0.08642341273686867f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9660311785199582f,-0.03862723727641679f,0.25552240345561117f,-0.3291967462866764f,0.037857965770135435f,0.9569457392594737f,0.28778746765779567f,1.965031304072696f,-0.255637510070584f,0.2876852249482599f,-0.9229770716498764f,0.08110830226755886f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9480951004762244f,-0.18927224251127217f,0.25552240345561117f,-0.38783667913267605f,-0.11230742340377144f,0.9510864398715394f,0.28778746765779567f,2.0726098509768316f,-0.2974940723802474f,0.24415282531077726f,-0.9229770716498764f,0.06455961491594825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9480951004762244f,-0.18927224251127217f,0.25552240345561117f,-0.3452504245676399f,-0.11230742340377144f,0.9510864398715394f,0.28778746765779567f,1.8586154020057355f,-0.2974940723802474f,0.24415282531077726f,-0.9229770716498764f,0.009625229221023462f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9609834752587603f,-0.10592007180824348f,0.25552240345561117f,-0.17882852846655786f,-0.028987414666951955f,0.9572555057298128f,0.28778746765779567f,1.362652023788269f,-0.2750826967850244f,0.26915206694004246f,-0.9229770716498764f,-0.06508683449856165f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.7463676206471993f,-0.1695580638798739f,0.6435724029374992f,-0.11524425451160515f,0.010148248357278379f,0.9639897646016439f,0.2657456430471556f,1.0011558620626526f,-0.6654565259314219f,0.2048750758793656f,-0.7177700295907505f,-0.14191498795332375f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.6202870255775449f,-0.18161015893347018f,0.7630607813748009f,-0.11959810484833884f,-0.46013242557626044f,0.8721031231254435f,-0.1664761050966615f,0.5106317585428092f,-0.6352339386662754f,-0.4543719762562466f,-0.6245189751797166f,0.21046350408000555f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.6202870255775449f,0.28040300790853007f,0.7325422575223977f,-0.009045062946973326f,-0.46013242557626044f,0.6262632500343087f,-0.629342905409898f,0.7094048977519709f,-0.6352339386662754f,-0.7274396846559263f,-0.2594404524244764f,-0.04146979871120962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.6173341551443414f,0.16209295547351246f,0.7698210276928554f,-0.4258290448357437f,0.2853727540779189f,0.958032736715345f,0.027123174808455774f,0.6073228555489706f,-0.7331172703750785f,0.23643000902501432f,-0.6376832432408945f,-0.05440843309785931f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.6173341551443414f,0.7600975173553263f,0.2028553795256404f,-0.16169118195092338f,0.2853727540779189f,0.45665550590579235f,-0.8426316752626312f,0.7007935376462489f,-0.7331172703750785f,-0.4622959150113641f,-0.49882016282584235f,-0.24044597983333843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.602711884529495f,0.42066375589409244f,0.6780710794039073f,-0.10410740412381947f,0.08681012390527555f,0.8792797792587617f,-0.46832795365450264f,0.8940231384076194f,-0.7932227849945156f,-0.2234033891053101f,-0.5664702455573514f,-0.1463583084384903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.71544044233731f,0.2122116366512827f,0.6656659783539923f,-0.10115524321356156f,-0.24395872598088345f,0.8169110466330928f,-0.5226284357998605f,0.8768051934290091f,-0.6546977268067901f,-0.5363045432947671f,-0.5326803200376498f,-0.1473963096368183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.6675006378321546f,0.3076727315991564f,0.6780710794039073f,-0.10410740412381947f,-0.0697564737441253f,0.8807967768995133f,-0.46832795365450264f,0.8940231384076194f,-0.7413345620328596f,-0.3599090552260976f,-0.5664702455573514f,-0.1463583084384903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.6721872525411403f,0.02294331878635529f,0.7400256087759807f,-0.1106798198948957f,0.08697384502649935f,0.9950462410792633f,0.048151099627475505f,0.9178352741807321f,-0.7352549542862664f,0.09672942797875049f,-0.6708528675949772f,-0.14268110082528046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.6418773029221869f,-0.2008870985132648f,0.7400256087759807f,-0.1106798198948957f,-0.24735414952451876f,0.9677279557384227f,0.048151099627475505f,0.9178352741807321f,-0.7258164042692484f,-0.15214130712352547f,-0.6708528675949772f,-0.14268110082528046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.6675006378321546f,-0.08249240479829534f,0.7400256087759807f,-0.1106798198948957f,-0.0697564737441253f,0.9964012775862192f,0.048151099627475505f,0.9178352741807321f,-0.7413345620328596f,-0.019480687234902525f,-0.6708528675949772f,-0.14268110082528046f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.6492738582652411f,0.170366796740527f,0.7412277730507264f,-0.24327485605490295f,0.1296050264540439f,0.9851176914619293f,-0.11289672752815093f,0.9353133925334f,-0.7494304464666577f,0.022765951266989222f,-0.661691557579281f,-0.28628959575616053f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.6544686964669919f,-0.0958900808250997f,0.7499838783228291f,0.016753298623220253f,-0.3104538175517267f,0.9385318569523508f,-0.1509184569664406f,0.954441851767836f,-0.6894121789701393f,-0.3316067639312082f,-0.6440091626698462f,0.00048606252517924275f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.6675006378321546f,0.01610536212574954f,0.7444350312851117f,-0.11644768696407726f,-0.0697564737441253f,0.9940167212935918f,-0.08405231799018449f,0.7824674345785654f,-0.7413345620328596f,-0.10803413858376623f,-0.662383342209035f,-0.1307921752559908f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.6675006378321546f,0.020436012595678413f,0.7443287364349545f,-0.10666666666666666f,-0.0697564737441253f,0.9935109056013812f,-0.0898338178077081f,1.005f,-0.7413345620328596f,-0.1118858786456656f,-0.6617436190060585f,-0.15f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.38133319364616686f,-0.5998396065909807f,-0.7034041809574296f,-0.9993170774957081f,0.1547191159614203f,0.7915791710577034f,-0.5911551497734886f,1.4371527777777777f,0.9113983709551666f,0.11659700816220206f,0.39466206697362205f,0.18935436168387143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.012150141370790069f,-0.5998396065909807f,-0.8000280122779746f,-0.981428734179157f,-0.1547191159614203f,0.7915791710577034f,-0.5911551497734886f,1.4371527777777777f,0.9878837832563031f,0.11659700816220206f,-0.10242445248492663f,0.2813819101320899f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1908089953765445f,-0.5998396065909807f,-0.77703563216121f,-0.873817561013251f,0f,0.7915791710577034f,-0.6110666215295998f,1.5288127710072177f,0.981627183447664f,0.11659700816220206f,0.15104042639051823f,0.21271207194940295f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5995040080883146f,-0.25453796079522656f,0.7588184043631608f,0.4824444106414517f,-0.4462680786944117f,0.8933335883609275f,-0.05291409873169353f,2.0366744050231818f,-0.6644093212955732f,-0.37035864566713805f,-0.6491492335011718f,-0.2571405418745287f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9623749394682061f,-0.25453796079522656f,-0.09510469177582304f,0.5658852089559104f,-0.19632908118243492f,0.8933335883609275f,-0.4042400175492895f,2.0710040949768187f,0.18785464531287874f,-0.37035864566713805f,-0.9096950619927403f,-0.23168139687056213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8900351820208925f,-0.25453796079522656f,0.37821660629756104f,0.4674323188540469f,-0.36618335950545927f,0.8933335883609275f,-0.26050882351176635f,2.0929155735267653f,-0.2715642133756438f,-0.37035864566713805f,-0.8883058885278601f,-0.11116508609336642f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000010455165724357159f,0f,0.000011611637898084286f,-0.6224081843337702f,0f,0.000015625f,0f,1.1711224999999998f,-0.000011611637898084286f,0f,-0.000010455165724357159f,0.30466364409383184f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9.mcfunction new file mode 100644 index 000000000..2b875d7e2 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90.mcfunction new file mode 100644 index 000000000..6940ca2e4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90_as_bone.mcfunction new file mode 100644 index 000000000..0b51c9133 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_90_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8058603551004919f,-0.13225760963212868f,-0.00643872783624644f,0.14798971303207842f,-0.13198289750065179f,0.8054877546794711f,-0.026728940742215376f,1.063110101737703f,0.010679292536785144f,-0.0253346837411459f,-0.816203743531659f,-0.1457459393767561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7789035273306585f,0.18239932225843103f,-0.006307325227343452f,0.14798971303207842f,0.18250826551484298f,0.7784633323747349f,-0.026183452155639553f,1.063110101737703f,0.0001677218590928212f,-0.02693190278625208f,-0.799546524275911f,-0.1457459393767561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6128163063672047f,0.11789336268603536f,0.5267843715691266f,0.0892705750530008f,0.13198289750065179f,0.8054877546794711f,-0.026728940742215376f,1.063110101737703f,-0.5234320718701072f,0.06507746568857257f,-0.6234807407143896f,-0.16696881701800814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.5988090899535489f,-0.1230322116493131f,0.5160336701085322f,0.0892705750530008f,-0.18250826551484298f,0.7784633323747349f,-0.026183452155639553f,1.063110101737703f,-0.49811485302866276f,-0.13732412404490965f,-0.6107566439651164f,-0.16696881701800814f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.4281757657796654f,-0.11934734554007499f,1.497941245413696f,-0.6338611958789995f,1.438001762809588f,0.4195297246724751f,0.44446821064363384f,0.8138986237620233f,-0.4361452668039791f,1.5003857074861702f,-0.005126891427645565f,0.01217358971506427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6608438723494306f,-0.7286253708656143f,0.17997345723510272f,-0.48478060956208924f,-0.7484805459408391f,0.6221354175407625f,-0.22961793176815318f,1.0114163577253013f,0.05533758872875075f,-0.28644823471672376f,-0.9564962938252088f,-0.020947231726895693f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5728850142295892f,-0.7286253708656143f,0.37537691644813415f,-0.2771438562755211f,-0.7828031436667756f,0.6221354175407625f,0.01291357838843988f,1.2953823529626296f,-0.24294443549210298f,-0.28644823471672376f,-0.9267822883995442f,0.06067448491142552f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.3016573541939638f,0.7363990148937534f,0.6055735558329864f,0.5083535448548292f,0.8130000127657424f,0.5304644906324313f,-0.24007999379577113f,1.058861080724483f,-0.4980299387623197f,0.4199094128994785f,-0.7587109232473297f,0.33289277378373927f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.6265166382805649f,0.6462563623680938f,0.4356944067306566f,0.28419198690717723f,0.7479712448220742f,0.6556924835190225f,0.10298730007128465f,1.2953823529626296f,-0.21912534969039169f,0.3904101447905973f,-0.8941834263548215f,0.26355828609665866f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.8367452667138776f,0.501303561040097f,0.22034540685124276f,-0.2646384177425755f,0.41878837963390914f,0.8450886967594556f,-0.3323272298398211f,0.9659346922199854f,-0.352808236462142f,-0.18579514067359887f,-0.9170640729995647f,0.3269678803153571f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9155977925972384f,0.26404224849049396f,0.30325298548101526f,-0.21323516499135156f,0.21630776477329441f,0.9591958181743733f,-0.1820833141602369f,1.144645887414179f,-0.3389566832057538f,-0.10111910506367575f,-0.9353519623656518f,0.3021620983511326f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.8395439449696176f,0.4954978154095827f,0.2228180409867725f,0.031611724311304344f,0.4202565934506448f,0.8522061800211578f,-0.31165529418735227f,0.9644107480117222f,-0.3443114289797991f,-0.16800756428826938f,-0.9237007622687186f,0.42585038300421685f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9155977925972384f,0.25111172156513933f,0.3140439228573872f,0.08065794662262664f,0.21630776477329441f,0.9659792982870089f,-0.14175664421718906f,1.144645887414179f,-0.3389566832057538f,-0.061861931537332104f,-0.9387659284063438f,0.40838398378842744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9735604243004969f,-0.010257138527703713f,0.22819923607466336f,0.27964302530976926f,0.0012521965091448675f,0.9987367106324894f,0.05023360268682342f,1.8323165873348477f,-0.2284262074275606f,0.04919119783272856f,-0.9723176918147908f,0.274568411280815f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9735604243004969f,-0.010257138527703713f,0.22819923607466336f,0.3388273619190005f,0.0012521965091448675f,0.9987367106324894f,0.05023360268682342f,1.7121369413885832f,-0.2284262074275606f,0.04919119783272856f,-0.9723176918147908f,0.1858307107226208f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9735604243004969f,-0.010257138527703713f,0.22819923607466336f,-0.29232372396677275f,0.0012521965091448675f,0.9987367106324894f,0.05023360268682342f,1.8330522527839703f,-0.2284262074275606f,0.04919119783272856f,-0.9723176918147908f,0.14036801441712313f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9735604243004969f,-0.010257138527703713f,0.22819923607466336f,-0.3061564191800787f,0.0012521965091448675f,0.9987367106324894f,0.05023360268682342f,1.7129665215758918f,-0.2284262074275606f,0.04919119783272856f,-0.9723176918147908f,0.03449834830186191f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9631788499248808f,0.14216754802810627f,0.22819923607466336f,0.18763258281364337f,0.15747362293604966f,0.9862447177250164f,0.05023360268682342f,1.94017666059366f,-0.21791870304491698f,0.08431930411939405f,-0.9723176918147908f,0.23604858084067623f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9735604243004969f,-0.010257138527703713f,0.22819923607466336f,0.07538964857921442f,0.0012521965091448484f,0.9987367106324895f,0.05023360268682342f,1.9503855469682616f,-0.22842620742756062f,0.049191197832728545f,-0.9723176918147908f,0.2102330239333357f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9471229453662684f,0.22557312565034124f,0.22819923607466336f,0.05368804089124517f,0.24283127916246966f,0.9687670282484955f,0.05023360268682342f,1.9460992886552164f,-0.2097405450098844f,0.10299131013301194f,-0.9723176918147908f,0.20491829548953655f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9704733782234791f,-0.07814429482980931f,0.22819923607466336f,0.08192329218145f,-0.06841920491114556f,0.9963911870146329f,0.05023360268682342f,1.9560513845211172f,-0.23130117716698892f,0.033137163806258245f,-0.9723176918147908f,0.21205916360587265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9707497014869528f,0.07463327487074403f,0.22819923607466336f,0.14423822141354514f,0.08829307134790668f,0.9948270798048553f,0.05023360268682342f,2.062153700815322f,-0.22326968136078273f,0.06891266624512603f,-0.9723176918147908f,0.200026183798134f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9707497014869528f,0.07463327487074403f,0.22819923607466336f,0.12744573456762776f,0.08829307134790668f,0.9948270798048553f,0.05023360268682342f,1.83831760785923f,-0.22326968136078273f,0.06891266624512603f,-0.9723176918147908f,0.18452083389298066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9588754548465496f,-0.17807783758347448f,0.22101164189792397f,-0.19401106079039176f,-0.15458654681337278f,0.9807229319621544f,0.11952209112909766f,1.9378519737593478f,-0.23803542097162642f,0.0804413729690704f,-0.9679195854396746f,0.15412672021614743f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9749276180926885f,-0.025884235080464307f,0.22101164189792397f,-0.08197485677779637f,0.0007355373137536564f,0.9928312690064651f,0.11952209112909766f,1.947772391594168f,-0.22252100679481254f,0.11668794992333827f,-0.9679195854396746f,0.18093371418098209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.936758760557444f,-0.2795807092066954f,0.2105175801646089f,-0.057462408460252634f,-0.237255548202577f,0.9495115437755026f,0.20527453101677445f,1.9425157806514828f,-0.2572796714977225f,0.14234625136104997f,-0.9557953313118248f,0.17478468423669832f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9773057138689979f,0.02357732132041429f,0.2105175801646089f,-0.08633442372442822f,0.06777176823658239f,0.9763551374095034f,0.20527453101677445f,1.9522894113656184f,-0.20070009733205307f,0.2148831207271145f,-0.9557953313118248f,0.17052457834025492f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9689617644332575f,-0.12959725115921927f,0.2105175801646089f,-0.1408645341545597f,-0.08579820830114845f,0.9749364258084504f,0.20527453101677445f,2.061182061318105f,-0.2318442721282996f,0.18084114057320635f,-0.9557953313118248f,0.14920551705574034f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9689617644332575f,-0.11075627843139241f,0.22101164189792397f,-0.11594437150749647f,-0.08579820830114845f,0.9891173525848389f,0.11952209112909766f,1.8386306569865165f,-0.2318442721282996f,0.0968499334206661f,-0.9679195854396746f,0.1274142820360905f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9735604243004969f,-0.010257138527703713f,0.22819923607466336f,0.003876238898180568f,0.0012521965091448675f,0.9987367106324894f,0.05023360268682342f,1.3250517681397591f,-0.2284262074275606f,0.04919119783272856f,-0.9723176918147908f,0.1611419969444744f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9404579571647301f,0.011862689089767384f,0.33970296939105826f,-0.000572269510482201f,0f,0.9993908270190957f,-0.034899496702500976f,0.9502802080075983f,-0.3399100333993434f,-0.03282150937491135f,-0.9398850555875489f,0.17345006296006615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9497478403847028f,0.11412829141005666f,0.2914683049396867f,-0.0036942884813429555f,-0.12014999344122362f,0.7269107044309832f,-0.6761396356224991f,0.6370614738132497f,-0.28903809223122634f,-0.6771820736577963f,-0.6766693582214728f,0.6076312906474252f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9497478403847028f,0.2714437370120566f,0.15587603190202923f,0.09007064343059452f,-0.12014999344122362f,0.1436947105697408f,-0.9823012823112633f,0.6590127423164562f,-0.28903809223122634f,-0.9516670256929194f,-0.10385977781665645f,0.2904049844326822f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.912821427941797f,0.23849805913859817f,0.3314750616221688f,-0.2734735789843669f,0.12810951490376674f,0.9379964731774622f,-0.3221033506465962f,0.6442257283646622f,-0.38774346271912885f,-0.2515577311349513f,-0.8867771507119561f,0.4990990889534336f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.912821427941797f,0.40737155566362987f,-0.028380562476683607f,-0.13839311877895652f,0.12810951490376674f,0.21968550362146888f,-0.967122655969605f,0.662180460855617f,-0.38774346271912885f,-0.8864461039086221f,-0.25272180749552225f,0.18702634463550563f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.8971432987860725f,0.3623892076546298f,0.25260238244857025f,-0.010714259019088613f,0.10856084676622259f,0.7351726152293946f,-0.6691306063588582f,0.8343454757868766f,-0.42819206437373974f,-0.572883310973729f,-0.6988964644460101f,0.19783332300085707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.963594775889845f,0.11523058161191364f,0.24126131256208394f,-0.01151426755132566f,-0.10856084676622259f,0.6560036858629763f,-0.7469094367348631f,0.80443792510417f,-0.24433511910325173f,-0.7459095636842109f,-0.6196121951488932f,0.2000467745498382f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9404579571647301f,0.2274442067559624f,0.25260238244857025f,-0.010714259019088613f,0f,0.7431448254773942f,-0.6691306063588582f,0.8343454757868766f,-0.3399100333993434f,-0.629289203132649f,-0.6988964644460101f,0.19783332300085707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9235824129934705f,0.20302862854195475f,0.3252305373139667f,-0.010627297999797225f,0.10665498853540872f,0.9508506444535207f,-0.2907021935982525f,0.8593345207215716f,-0.3682665336813412f,-0.2337999741973831f,-0.8998429486502811f,0.19759272056338897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9456114813057678f,-0.0066350599982345215f,0.3252305373139667f,-0.010627297999797225f,-0.10665498853540872f,0.9508506444535207f,-0.2907021935982525f,0.8593345207215716f,-0.30731683950480737f,-0.30957879113586556f,-0.8998429486502811f,0.19759272056338897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9404579571647301f,0.09881259233524439f,0.3252305373139667f,-0.010627297999797225f,0f,0.9568135840576073f,-0.2907021935982525f,0.8593345207215716f,-0.3399100333993434f,-0.27339319113471844f,-0.8998429486502811f,0.19759272056338897f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9084668922525954f,0.2794358966447809f,0.31081101226828955f,-0.19190166183147692f,0.14226162099062165f,0.9059770174620069f,-0.3987070039813285f,0.8785187617186957f,-0.39300068304524904f,-0.3179956343992378f,-0.862803129125639f,0.12913612964780152f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.949881313124997f,0.0019397308985657884f,0.3126047479165544f,0.1735145647544141f,-0.14989215134308992f,0.8747071567022923f,-0.4608901528341993f,0.8812207846885618f,-0.27433161309202336f,-0.4846479417658065f,-0.8305772321707932f,0.25076067134415947f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9404579571647301f,0.14833454174946284f,0.30583605825592186f,-0.033359228013392625f,0f,0.8997559006933173f,-0.4363935370368781f,0.7445590718067203f,-0.3399100333993434f,-0.41040977436159337f,-0.846182596312949f,0.24118050264451116f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9404579571647301f,0.13281343093495218f,0.31288883548127666f,0.003663600751485201f,0f,0.9205048534524403f,-0.39073112848927377f,0.950234375f,-0.3399100333993434f,-0.3674661988996921f,-0.8656961140381012f,0.16173032096379358f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[-0.02684814833747058f,-0.332898834525225f,-0.9425802580696224f,0.24951504622761758f,0.023321910491654413f,0.942454911163325f,-0.3335188584100581f,1.202578125f,0.9993674326402019f,-0.030937136193837297f,-0.01753933243471724f,0.7982999034634816f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.15776868142272232f,-0.332898834525225f,-0.9296705917333744f,0.24084000035687367f,-0.023321910491654413f,0.942454911163325f,-0.3335188584100581f,1.202578125f,0.9872006542001249f,-0.030937136193837297f,-0.15645370545618004f,0.8916476730090925f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[-0.09253382262126819f,-0.332898834525225f,-0.9384113477803019f,0.38593922545929094f,0f,0.942454911163325f,-0.3343332774704444f,1.2527281166205668f,0.99570954181985f,-0.030937136193837297f,-0.08720895557813019f,0.8580551315730066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7118258708490648f,-0.6072719758134367f,0.35288054208416625f,0.6154564989046539f,-0.5776815690322523f,0.791977977447015f,0.19762309591586324f,1.909504204320397f,-0.39948458592341896f,-0.06317935288193527f,-0.9145602413067246f,0.3473523759777186f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.6905992034970458f,-0.6072719758134367f,-0.39280209714421127f,0.6899101537893298f,-0.48687240558758127f,0.791977977447015f,-0.3684102929022167f,1.9660205456796034f,0.5348158569139544f,-0.06317935288193527f,-0.8426033281223215f,0.34016774420683293f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.794172318769877f,-0.6072719758134367f,-0.022606978818970225f,0.6560743731698374f,-0.6028409744982015f,0.791977977447015f,-0.09671423217393663f,1.9522695098260907f,0.07663607222278143f,-0.06317935288193527f,-0.9950554164485939f,0.4930183725595649f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000008766443204734949f,0.0000037815553237781346f,-0.000012368910132722353f,-0.38935295971833705f,-2.168404344971009e-22f,0.00001494226181192243f,0.000004568307886292762f,1.126356875f,0.000012934067362518123f,-0.000002563059944123409f,0.000008383391329567867f,0.7865958168928939f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91.mcfunction new file mode 100644 index 000000000..653751845 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91_as_bone.mcfunction new file mode 100644 index 000000000..d7c4d4d9e --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_91_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.8019077124502781f,-0.13411812446714833f,-0.07681662480623018f,0.11251847434492872f,-0.13200129863269255f,0.8054327363581398f,-0.028252589374537642f,1.1065304213184015f,0.08039976564946781f,-0.015325806226689552f,-0.8125548854024922f,-0.20338536470809598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7760237453478025f,0.17923376885535705f,-0.07524893858569487f,0.11251847434492872f,0.1824709871187768f,0.778420437524819f,-0.02767600591791443f,1.1065304213184015f,0.0670185460620299f,-0.044009982340074805f,-0.7959721326391761f,-0.20338536470809598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.6724594218830904f,0.12585258078564632f,0.4459864328370279f,0.053118378717842196f,0.13200129863269255f,0.8054327363581398f,-0.028252589374537642f,1.1065304213184015f,-0.4442053888961582f,0.04882294088516069f,-0.6835512690086836f,-0.2180425612145117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.655771291992701f,-0.13818754892168142f,0.43688466890157834f,0.053118378717842196f,-0.1824709871187768f,0.778420437524819f,-0.02767600591791443f,1.1065304213184015f,-0.4203193446156423f,-0.12233488368689918f,-0.6696012431105473f,-0.2180425612145117f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.364811545391572f,0.03695316151544468f,1.51886577754686f,-0.6320298482697442f,1.4800513371656019f,0.3614652939908384f,0.34669457825935457f,0.8455759270487675f,-0.3431717146026573f,1.519665606340464f,-0.1193979447165741f,0.026946065024301913f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.6283998345399865f,-0.7721550810130908f,0.09428774478045907f,-0.49315608918450377f,-0.7691404879401618f,0.5986212905400913f,-0.22377546854667887f,1.0477369482988435f,0.11634671358180998f,-0.21314098943606066f,-0.9700692557033902f,-0.019754710158790142f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5639784400909209f,-0.7721550810130908f,0.2927539068539973f,-0.2883755355757428f,-0.8001573265493827f,0.5986212905400913f,0.03742730662845528f,1.3394572873721495f,-0.20414840651339022f,-0.21314098943606066f,-0.9554550469489712f,0.047864314831710844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08829386591042482f,0.8336555709365943f,0.545181238019957f,0.48477782862404306f,0.8319888698702123f,0.3626746964997202f,-0.4198351878188905f,1.0897268093186114f,-0.547721383236659f,0.41651585031690797f,-0.7256141073463942f,0.2965203667012664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.5284114824489186f,0.7096096115111534f,0.4660852974157478f,0.29111819298393504f,0.7822989081112088f,0.6202514372413731f,-0.05741579023249202f,1.3394572873721495f,-0.32983287220067486f,0.3342788564223002f,-0.882874805714181f,0.19085656701693415f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9025992806481407f,0.41372263169721496f,0.11894588095007638f,-0.2413726413117476f,0.338114266620359f,0.8523518262515911f,-0.39896755130380496f,1.0098109340859673f,-0.26644564414010574f,-0.31989052550381697f,-0.909217669434364f,0.31781978378680253f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9546053039823191f,0.21597360988237435f,0.20514412846386829f,-0.19959543865590323f,0.17353155447048438f,0.962976108544621f,-0.20630999485074789f,1.1890795169702666f,-0.24210640886164375f,-0.1613456358462611f,-0.9567403370724392f,0.28158784995892583f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9057926530043322f,0.40550604511862215f,0.12290043586426994f,0.06536427851341918f,0.3405706856406864f,0.8693095332705376f,-0.3582074028369496f,1.0066376332667741f,-0.2520937877965386f,-0.2826053480336385f,-0.9255176602405706f,0.3772525946227903f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9546053039823191f,0.1975837114158518f,0.2229111719765555f,0.10380441922874485f,0.17353155447048435f,0.9771220618931153f,-0.12296046423466397f,1.1890795169702666f,-0.24210640886164375f,-0.07869658915660935f,-0.9670529115013484f,0.3564529034590427f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9889438813594328f,-0.00610913557140878f,0.14816436138393863f,0.2857812741716816f,0.001161143043816338f,0.9988013910318535f,0.048932944114025254f,1.8764778136976883f,-0.14828570824112491f,0.048563975696030826f,-0.9877514307739693f,0.20820752426717531f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9889438813594328f,-0.00610913557140878f,0.14816436138393863f,0.33752072054883064f,0.001161143043816338f,0.9988013910318535f,0.048932944114025254f,1.7561715604652535f,-0.14828570824112491f,0.048563975696030826f,-0.9877514307739693f,0.11509604472915404f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9889438813594328f,-0.00610913557140878f,0.14816436138393863f,-0.29522325612698525f,0.001161143043816338f,0.9988013910318535f,0.048932944114025254f,1.8771599852359304f,-0.14828570824112491f,0.048563975696030826f,-0.9877514307739693f,0.12108967067551443f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9889438813594328f,-0.00610913557140878f,0.14816436138393863f,-0.31765460085179353f,0.001161143043816338f,0.9988013910318535f,0.048932944114025254f,1.7569408177317818f,-0.14828570824112491f,0.048563975696030826f,-0.9877514307739693f,0.01685676301940879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9777240204765846f,0.14867098506027698f,0.14816436138393863f,0.1909475115311508f,0.157393808733647f,0.986322845701472f,0.048932944114025254f,1.9843073713197683f,-0.13886298554841606f,0.07116306800972741f,-0.9877514307739693f,0.17717788947505664f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9889438813594329f,-0.006109135571408783f,0.14816436138393863f,0.07697443462475699f,0.001161143043816329f,0.9988013910318535f,0.048932944114025254f,1.9945064215090178f,-0.14828570824112494f,0.048563975696030826f,-0.9877514307739693f,0.16058699616799166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9610459552677645f,0.2333195102839883f,0.14816436138393863f,0.05491129655263001f,0.24275857797902106f,0.9688518151905054f,0.048932944114025254f,1.9902178499828955f,-0.13213229991593287f,0.08299497769686229f,-0.9877514307739693f,0.15706503397688332f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9861087120135007f,-0.07507949191866356f,0.14816436138393863f,0.08363580554737123f,-0.06851454845138887f,0.9964493582871314f,0.048932944114025254f,2.000173243060714f,-0.1513121434042137f,0.03810178817850113f,-0.9877514307739693f,0.16186694575003716f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9857130975688115f,0.08010625004947221f,0.14816436138393863f,0.14477304110326963f,0.08820800163675131f,0.9948994499081727f,0.048932944114025254f,2.1062469498187033f,-0.1434888069800213f,0.06130312614726008f,-0.9877514307739693f,0.14465498204880198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9857130975688115f,0.08010625004947221f,0.14816436138393863f,0.12674913484213843f,0.08820800163675131f,0.9948994499081727f,0.048932944114025254f,1.8823945735893648f,-0.1434888069800213f,0.06130312614726008f,-0.9877514307739693f,0.13086177866566848f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.97524575966357f,-0.16884590678651845f,0.14278223986079133f,-0.19593256658230412f,-0.1548013392586297f,0.9824134556895628f,0.1044047290299907f,1.982558812117734f,-0.15789950481860565f,0.07971738732252509f,-0.9842321293965718f,0.12519046706655587f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9896521851369378f,-0.01420508479453357f,0.14278223986079133f,-0.08208261787082324f,0.000787845494860398f,0.9945345805227943f,0.1044047290299907f,1.9924903697561889f,-0.1434849530548785f,0.10343685856758063f,-0.9842321293965718f,0.14276015591602692f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9552989406274124f,-0.262797457204283f,0.1354305376313142f,-0.05850210216064192f,-0.2383183825551365f,0.9556061396825546f,0.1732664258802311f,1.9872065276994988f,-0.1749522294011923f,0.13324564641281555f,-0.9755189978363229f,0.1369053654221701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.989752162848204f,0.04526837322232423f,0.1354305376313142f,-0.08757183674940155f,0.06864428640896537f,0.9824798764382374f,0.1732664258802311f,1.9970547715471867f,-0.12521428864433323f,0.18078735237762095f,-0.9755189978363229f,0.13461882894628724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9846482050722669f,-0.11012030568817147f,0.1354305376313142f,-0.14307793831625465f,-0.08589455254879941f,0.9811222510498535f,0.1732664258802311f,2.105619076175439f,-0.1519540657251549f,0.15897372981097152f,-0.9755189978363229f,0.11416133690341496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9846482050722669f,-0.10040490141571075f,0.14278223986079133f,-0.12048683549771975f,-0.08589455254879941f,0.9908187414449808f,0.1044047290299907f,1.882684859350319f,-0.1519540657251549f,0.09053771243567876f,-0.9842321293965718f,0.09379035160538726f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9889438813594328f,-0.00610913557140878f,0.14816436138393863f,0.0016319453593082408f,0.001161143043816338f,0.9988013910318535f,0.048932944114025254f,1.3691248490624535f,-0.14828570824112491f,0.048563975696030826f,-0.9877514307739693f,0.11830425980299861f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9708795452308738f,0.008778666280828906f,0.23940727572615997f,-0.001660054496002599f,0f,0.9993283937786562f,-0.0366437087065562f,0.9943767013954573f,-0.23956817120037407f,-0.03557662724459387f,-0.9702274964881215f,0.1316454950197213f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9747414113759638f,0.04630190890042772f,0.21848412798409556f,0.039469916529978825f,-0.1202388233171775f,0.7155999073609183f,-0.68808385968016f,0.6947952955501543f,-0.18820681793201524f,-0.6969741069919471f,-0.6919575766379639f,0.5610922973385783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9747414113759638f,0.1759082104003185f,0.13760625880588218f,0.10091644507354246f,-0.1202388233171775f,0.10588955310258885f,-0.9870815710522787f,0.7028423959038047f,-0.18820681793201524f,-0.9786948983506002f,-0.0820639362108227f,0.2377137369703261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9468461625583853f,0.2246039837708295f,0.23029414869408427f,-0.23990241872802265f,0.13456955391253395f,0.9267986872804883f,-0.3506212036014726f,0.6891329956722856f,-0.2921872338214688f,-0.3009937602832269f,-0.9077606384186977f,0.4841234307242476f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9468461625583853f,0.3153586872710447f,-0.06349206888378625f,-0.13718084060039706f,0.13456955391253395f,0.20902483970782137f,-0.9686070676723876f,0.7061527368061075f,-0.2921872338214688f,-0.9256659844392052f,-0.240352045225239f,0.15908803527631582f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9381642204701541f,0.2962324543917167f,0.1791486209678651f,-0.00868859051139634f,0.10691599982962412f,0.7401154998604491f,-0.6639262126522416f,0.8804542047791788f,-0.329267162665912f,-0.6037179638137143f,-0.7260218700277306f,0.15595532641795506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9836459821843935f,0.0394462214072378f,0.17574008463976354f,-0.00922809234614885f,-0.10691599982962412f,0.6573398780495676f,-0.7459713491188595f,0.8490347892608717f,-0.14494671680632126f,-0.7525611472448408f,-0.6423722977717808f,0.15814172410739455f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9708795452308738f,0.15905558857708818f,0.1791486209678651f,-0.00868859051139634f,0f,0.747798090498532f,-0.6639262126522416f,0.8804542047791788f,-0.23956817120037407f,-0.6445923794066648f,-0.7260218700277306f,0.15595532641795506f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9578704136125868f,0.17322986514427288f,0.22907571793568407f,-0.008639547778290884f,0.10194186724884517f,0.9507530414535093f,-0.2927055002365357f,0.9054456083629079f,-0.2684997698834598f,-0.2570215321505161f,-0.9283575849765706f,0.1557565746965735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9728221847940866f,-0.033783312814332916f,0.22907571793568407f,-0.008639547778290884f,-0.10194186724884517f,0.9507530414535093f,-0.2927055002365357f,0.9054456083629079f,-0.20790587407353114f,-0.308102810669086f,-0.9283575849765706f,0.1557565746965735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9708795452308738f,0.07012292139195751f,0.22907571793568407f,-0.008639547778290884f,0f,0.9562026407259496f,-0.2927055002365357f,0.9054456083629079f,-0.23956817120037407f,-0.28418178295622315f,-0.9283575849765706f,0.1557565746965735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9458726600348415f,0.23922148751921454f,0.2193125416106147f,-0.19622004991486616f,0.13794816972144916f,0.9080407420458312f,-0.3955152503448618f,0.9232968387855023f,-0.29376046954809215f,-0.3438532982158973f,-0.8918910784602198f,0.1072028484933796f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9736915174481177f,-0.04233672772318466f,0.22390272516268106f,0.18053519069531807f,-0.14406408067293983f,0.8756709320417467f,-0.4609186039172203f,0.9254546233147783f,-0.1765513225932982f,-0.48104887512895367f,-0.858732560363077f,0.18950110720716135f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9708795452308738f,0.10576774838560389f,0.21495602353442278f,-0.02708699588748718f,0f,0.8972645341715041f,-0.4414933246584751f,0.7885126359439091f,-0.23956817120037407f,-0.4286368382668868f,-0.8711357828882218f,0.20208054993635827f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9708795452308738f,0.09322171310535475f,0.22068670294785472f,0.0013272270816067169f,0f,0.9211854055657213f,-0.38912395014020623f,0.9943399999999999f,-0.23956817120037407f,-0.3777924837505646f,-0.8943600676289656f,0.11953916818584442f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.13606171648656684f,-0.3182679608988852f,-0.9381858634471076f,0.13344185426836103f,0.017828425463293295f,0.9476258030236406f,-0.3188847514217324f,1.2117775000000002f,0.9905399318312358f,0.026661629902650877f,0.1346098099645981f,0.6511955179411228f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.030635192460755883f,-0.3182679608988852f,-0.9475056675546369f,0.1412679746424702f,-0.017828425463293295f,0.9476258030236406f,-0.3188847514217324f,1.2117775000000002f,0.9993716186826562f,0.026661629902650877f,0.023356482238167588f,0.7446182900038805f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.08347861732383138f,-0.3182679608988852f,-0.9443181802310952f,0.2790026414900799f,0f,0.9476258030236406f,-0.319382744436515f,1.2596849116654774f,0.996509568669414f,0.026661629902650877f,0.07910649177679904f,0.6860409302059818f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7847774220568662f,-0.6088805924621395f,0.11571007714427237f,0.6258917178509462f,-0.5994286275279547f,0.7931129490541828f,0.10796837751179664f,1.9470269510516087f,-0.15751101018573954f,0.015371212233625475f,-0.9873975934266483f,0.16806519088529298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.5265373182075419f,-0.6088805924621395f,-0.5933151579538178f,0.6957694853434591f,-0.4185691568268587f,0.7931129490541828f,-0.4424609711554566f,2.001274348948391f,0.7399718329018088f,0.015371212233625475f,-0.6724622014257802f,0.13702682862678256f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.7453628532534697f,-0.6088805924621395f,-0.27147493643576115f,0.7015518420625668f,-0.5786389108990091f,0.7931129490541828f,-0.19012853766908797f,2.002669930650363f,0.3310758640907778f,0.015371212233625475f,-0.9434789335491354f,0.2940678497884081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000013620881683536205f,0.0000018002153256622222f,-0.000007441198286859375f,-0.29335709978646934f,2.168404344971009e-22f,0.000015186890634039785f,0.000003674095517227971f,1.1684625f,0.000007655860968115085f,0.0000032028429013870684f,-0.000013238965789891841f,0.7827553394336202f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92.mcfunction new file mode 100644 index 000000000..02c3119bc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92_as_bone.mcfunction new file mode 100644 index 000000000..f0d11e7f5 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_92_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.793250846971116f,-0.1352370722694572f,-0.13931429398319775f,0.0793814865420194f,-0.1320717477438974f,0.8053660161851179f,-0.02978385244438643f,1.1488963509358643f,0.14231862728372402f,-0.006399898635311298f,-0.8041448215775429f,-0.25268494855485524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7686085309351236f,0.17497586325445233f,-0.1364711451263978f,0.0793814865420194f,0.18238221729339318f,0.7783864636199267f,-0.029176018721031607f,1.1488963509358643f,0.12640274122382247f,-0.05914355866553579f,-0.787733702769838f,-0.25268494855485524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7186287044850916f,0.13134808423368421f,0.36505466755359284f,0.020028999527593447f,0.1320717477438974f,0.8053660161851179f,-0.02978385244438643f,1.1488963509358643f,-0.3647934799066391f,0.03282842041124803f,-0.7299263361979419f,-0.2614187367647823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.6996157589466155f,-0.15052162537504982f,0.3576045722973971f,0.020028999527593447f,-0.18238221729339318f,0.7783864636199267f,-0.029176018721031607f,1.1488963509358643f,-0.3424536708062809f,-0.10704089661301248f,-0.7150298803571676f,-0.2614187367647823f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2841236719053443f,0.1764917892384582f,1.5262799996705823f,-0.6235353286350346f,1.5135416203216734f,0.29918545400300234f,0.24715597841658538f,0.8768492737799651f,-0.2643326552226691f,1.523399147447715f,-0.22536533659484667f,0.03772009330632964f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5914040894402435f,-0.8062196425900275f,0.015845847890375964f,-0.49567792971418734f,-0.7891056063803193f,0.5745814251081911f,-0.21718316670448576f,1.083478908807538f,0.165992605174161f,-0.1409470603547604f,-0.9760022444671153f,-0.019667476400226223f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5510731448763007f,-0.8062196425900275f,0.21524004482937692f,-0.2952435826558404f,-0.8160224639189692f,0.5745814251081911f,0.0629565270663385f,1.3824836438181114f,-0.17442972044854715f,-0.1409470603547604f,-0.9745297321280624f,0.03718655864070894f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.12264450670033225f,0.8774064031587753f,0.463806348244839f,0.46002000158195044f,0.785960614558448f,0.19948625804297437f,-0.5852103427101388f,1.1326168425108392f,-0.6059902947565565f,0.43630635630024067f,-0.6651409821330128f,0.2707008750597263f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.4359221252066637f,0.7645577982154447f,0.47478760929836544f,0.29527229875682526f,0.7767356389426382f,0.586083205625464f,-0.2306257212024526f,1.3824836438181114f,-0.45459173766323235f,0.26824960255652097f,-0.8493459264496364f,0.1240816645122291f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9508296575946575f,0.3073033621226525f,0.038569493988646036f,-0.21535281388687297f,0.25518178175070894f,0.8478872966192453f,-0.46472506979314254f,1.0530971490250998f,-0.17551416040012235f,-0.43203214678982105f,-0.8846146074077786f,0.3071398166699797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.980152524908223f,0.16040862168772704f,0.11649078076946237f,-0.184548129940615f,0.13042998350578242f,0.9643094822120599f,-0.2304240480474859f,1.2324650266395643f,-0.14929516843728263f,-0.21065682187898027f,-0.9660924676640071f,0.26160358464477085f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9529748064824246f,0.30005270610884993f,0.04251343042547236f,0.09677560766533061f,0.25801662852775853f,0.876921960052156f,-0.4055062211377941f,1.048232371063314f,-0.158954199733615f,-0.3754680406306788f,-0.9131031227917278f,0.3289660138878695f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.980152524908223f,0.14397399771470387f,0.1362810181136086f,0.12462248860004764f,0.1304299835057824f,0.9860280869520991f,-0.10361771636291253f,1.2324650266395643f,-0.14929516843728263f,-0.08378603537362357f,-0.9852364452037152f,0.3070984044727919f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9970908799831001f,-0.002642245501947251f,0.07617608281629178f,0.29006347084488004f,0.0009910210309495076f,0.9988651078840038f,0.04761842216194886f,1.9196134105648321f,-0.0762154507422433f,0.04755538655699063f,-0.9959566708836142f,0.14790498108044825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9970908799831001f,-0.002642245501947251f,0.07617608281629178f,0.3349261672960171f,0.0009910210309495076f,0.9988651078840038f,0.04761842216194886f,1.7991823358683539f,-0.0762154507422433f,0.04755538655699063f,-0.9959566708836142f,0.05144769926831972f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9970908799831001f,-0.002642245501947251f,0.07617608281629178f,-0.29572742114519124f,0.0009910210309495076f,0.9988651078840038f,0.04761842216194886f,1.920195635420515f,-0.0762154507422433f,0.04755538655699063f,-0.9959566708836142f,0.10312840376938032f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9970908799831001f,-0.002642245501947251f,0.07617608281629178f,-0.32564654069278665f,0.0009910210309495076f,0.9988651078840038f,0.04761842216194886f,1.799838887301358f,-0.0762154507422433f,0.04755538655699063f,-0.9959566708836142f,0.0009549631515835405f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9852283749346556f,0.15336966333138605f,0.07617608281629178f,0.19322255907176955f,0.15723574871674004f,0.9864123910395148f,0.04761842216194886f,2.027404257229072f,-0.06783781061549252f,0.05889262409949729f,-0.9959566708836142f,0.12368793230845351f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9970908799831001f,-0.002642245501947263f,0.07617608281629178f,0.0783460072096148f,0.0009910210309495016f,0.9988651078840038f,0.04761842216194886f,2.037584354011341f,-0.0762154507422433f,0.047555386556990625f,-0.9959566708836142f,0.11538828853505494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9681122365968453f,0.23865435625234094f,0.07617608281629178f,0.05608591797301546f,0.2426089238186448f,0.9689547956196747f,0.04761842216194886f,2.03329170732114f,-0.06244683686955526f,0.06458097465519758f,-0.9959566708836142f,0.11348047917043114f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9944777029840914f,-0.07218935291475119f,0.07617608281629178f,0.08508223808646344f,-0.06868870071850676f,0.9965010528165086f,0.04761842216194886f,2.0432526894559015f,-0.0793470898085648f,0.0421230229368652f,-0.9959566708836142f,0.11617452441678701f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9935269350240411f,0.08427000527174656f,0.07617608281629178f,0.14480373341629682f,0.08804408027907938f,0.9949777514088531f,0.04761842216194886f,2.1493018215702877f,-0.07178070290506884f,0.0540170381720653f,-0.9959566708836142f,0.09443586979870798f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9935269350240411f,0.08427000527174656f,0.07617608281629178f,0.1258429822301539f,0.08804408027907938f,0.9949777514088531f,0.04761842216194886f,1.9254318275032962f,-0.07178070290506884f,0.0540170381720653f,-0.9959566708836142f,0.0822820362099933f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9841846590679484f,-0.1616929006979274f,0.0723599524543527f,-0.19633909915693742f,-0.15507811926027468f,0.9838624658993002f,0.08924923036779786f,2.0261766902504026f,-0.0856232081973223f,0.076616278025224f,-0.9933773765088268f,0.09840470602879708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9973620551754968f,-0.00574179213425377f,0.0723599524543527f,-0.0815158011332953f,0.0007411482513238477f,0.9960090489438463f,0.08924923036779786f,2.0361284854940527f,-0.07258361795459575f,0.08906742527468564f,-0.9933773765088268f,0.10766281746700804f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9657745150006383f,-0.2504699534429477f,0.0674120805017141f,-0.05861274764606868f,-0.23929383389836228f,0.9606460391797522f,0.1410590247608321f,2.030925437317533f,-0.10009019549139145f,0.12009991603053545f,-0.9877033780118165f,0.1023995851712123f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9959056179573214f,0.060229656511360655f,0.0674120805017141f,-0.08774656197074225f,0.06927399164723742f,0.9875745367387625f,0.1410590247608321f,2.0408328890567504f,-0.058078517562904004f,0.14515137912449222f,-0.9877033780118165f,0.10182609765564049f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9930663612855534f,-0.09630583308139314f,0.0674120805017141f,-0.14427503682311005f,-0.08606958048562076f,0.9862526952300572f,0.1410590247608321f,2.1489433768165416f,-0.08007015297912189f,0.13427884295728287f,-0.9877033780118165f,0.08176871750629783f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9930663612855534f,-0.09264577358883976f,0.0723599524543527f,-0.12342973776562113f,-0.08606958048562076f,0.9922835291355918f,0.08924923036779786f,1.9256795827610336f,-0.08007015297912189f,0.08240241769717951f,-0.9933773765088268f,0.06322817352443247f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9970908799831001f,-0.002642245501947251f,0.07617608281629178f,0.00018027046400522894f,0.0009910210309495076f,0.9988651078840038f,0.04761842216194886f,1.4121492616490519f,-0.0762154507422433f,0.04755538655699063f,-0.9959566708836142f,0.07950661522186812f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9893459793301204f,0.0055886286656933945f,0.14547611629735696f,-0.001915465285629794f,0f,0.9992629164106211f,-0.03838780908751993f,1.0374256679950689f,-0.14558342344966727f,-0.03797882457603008f,-0.9886167486445381f,0.0937486744378794f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9882457328498455f,-0.017994351376261014f,0.1518109838668451f,0.07870701990700273f,-0.12032728692482315f,0.7040929309305864f,-0.6998389019159247f,0.7513254450566186f,-0.09429589347041112f,-0.7098798123148198f,-0.6979820460029706f,0.5141641763937261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9882457328498455f,0.0865670672243912f,0.12600204115902086f,0.11045122776527787f,-0.12032728692482315f,0.06792924241566883f,-0.9904074727333918f,0.7456263422518352f,-0.09429589347041112f,-0.9939274424710292f,-0.056714403616857756f,0.18874894089503108f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9690689505075563f,0.20580983537587066f,0.1361898704924146f,-0.20626048144213407f,0.14103200518520567f,0.9146891826148902f,-0.3787527857597145f,0.7330140033570713f,-0.20252244980649367f,-0.34783043407652114f,-0.9154226600071222f,0.46755724385278485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9690689505075563f,0.22807627082239285f,-0.09426867905054236f,-0.13411561062398442f,0.14103200518520567f,0.19833391294930391f,-0.9699348599198082f,0.7490783703163912f,-0.20252244980649367f,-0.9532286575958407f,-0.22436529068108502f,0.13353124116231868f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9662091730342552f,0.23332597610808914f,0.10953913829160908f,-0.006180560907296982f,0.10523606318417701f,0.7450191716553722f,-0.6586894601186806f,0.9255188630655405f,-0.23529811930815925f,-0.6249043308692542f,-0.7443986649040237f,0.11758143727955347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9930335620223145f,-0.029669863703869773f,0.11403527474017797f,-0.006490560937700515f,-0.10523606318417703f,0.6586718879222263f,-0.7450347072898457f,0.8925876167512884f,-0.0530067514829005f,-0.7518450925880703f,-0.6572056307187776f,0.11968811451247337f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9893459793301204f,0.0958942665942906f,0.10953913829160908f,-0.006180560907296982f,0f,0.7524149088957243f,-0.6586894601186806f,0.9255188630655405f,-0.14558342344966727f,-0.6516717689955442f,-0.7443986649040237f,0.11758143727955347f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9798456188181198f,0.1433486267916146f,0.13911770009561772f,-0.006158201726641492f,0.09723182181955668f,0.9506279234047825f,-0.29470752292529134f,0.9505125229627837f,-0.17449508906724512f,-0.2752412077434436f,-0.9454066540126237f,0.11742949027241173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9885767619381721f,-0.05798492283296029f,0.13911770009561772f,-0.006158201726641492f,-0.09723182181955668f,0.9506279234047825f,-0.29470752292529134f,0.9505125229627837f,-0.11516057737563044f,-0.3048676761599477f,-0.9454066540126237f,0.11742949027241173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9893459793301204f,0.04290453010383521f,0.13911770009561772f,-0.006158201726641492f,0f,0.9555875030216956f,-0.29470752292529134f,0.9505125229627837f,-0.14558342344966727f,-0.2915677028844762f,-0.9454066540126237f,0.11742949027241173f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.970669522968091f,0.2000220334627196f,0.13338614362195772f,-0.19760463208899137f,0.13362419007201468f,0.9100725532877139f,-0.39231686629557394f,0.9670288433352595f,-0.19986308565739935f,-0.3629864100511475f,-0.9101074733841511f,0.08759612215267601f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.986686254529033f,-0.08160220680166264f,0.14068160849438316f,0.18586828888058773f,-0.13821957043417207f,0.8765959467086979f,-0.46094999355990296f,0.9686442528834359f,-0.08570639108293596f,-0.47425797416488463f,-0.8762041933639433f,0.13301755338489418f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9893459793301204f,0.06501448360098411f,0.13025993284745122f,-0.020433679774070724f,0f,0.8947442625051754f,-0.44657888968699544f,0.8314193270669442f,-0.14558342344966727f,-0.44182102896553826f,-0.8852116386381891f,0.1659301137769873f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9893459793301204f,0.05641584571580265f,0.13420799356035348f,-0.00009899878342950431f,0f,0.9218631515885005f,-0.387515586452103f,1.0373981249999997f,-0.14558342344966727f,-0.38338698738414173f,-0.9120416025166762f,0.08140445427904365f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.28654143155973144f,-0.29483518276651605f,-0.9115734874395673f,-0.003140902242837612f,0.01274495084707142f,0.9525595453097275f,-0.304085315112767f,1.219929375f,0.9579830761697232f,0.07551508221779353f,0.2767054356712828f,0.5400217526399086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.20925798696054218f,-0.29483518276651605f,-0.9323536399329693f,0.020120099350768555f,-0.012744950847071364f,0.9525595453097275f,-0.304085315112767f,1.219929375f,0.9777774087803048f,0.07551508221779353f,0.1955730329992165f,0.6308401885704081f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.24811735033179885f,-0.29483518276651605f,-0.9227729923807712f,0.14690554741108117f,2.7755575615628914e-17f,0.9525595453097275f,-0.3043522837754385f,1.2655822175663158f,0.968729983258662f,0.07551508221779353f,0.2363465504155128f,0.5499789880428314f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7941941761234949f,-0.5961633936760358f,-0.11766400746275585f,0.6169254843003501f,-0.6012347572936014f,0.7990121080887631f,0.009819254027415208f,1.984572839259582f,0.08816108684463769f,0.07854208533151284f,-0.9930049162003931f,-0.0020087256605179488f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.32620351265595493f,-0.5961633936760358f,-0.7336078491752854f,0.6768572899769972f,-0.33044836341355033f,0.7990121080887631f,-0.5023778759508194f,2.0344100107404177f,0.8856608535146073f,0.07854208533151284f,-0.4576417740805081f,-0.05409996779512624f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.639272593884237f,-0.5961633936760358f,-0.4857157180380222f,0.719748744844377f,-0.5315964957955793f,0.7990121080887631f,-0.2810423754265739f,2.051647781313986f,0.5556399161024883f,0.07854208533151284f,-0.8277049138825969f,0.09610139035456747f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.0000063624677393920675f,-0.0000025271650884273545f,0.000014045393048292711f,-0.19931740947545779f,2.168404344971009e-22f,0.000015378056374519406f,0.000002766949067493498f,1.2095206249999997f,-0.000014270936523760281f,0.0000011266959474219742f,-0.0000062619128049556645f,0.7674608146807183f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93.mcfunction new file mode 100644 index 000000000..d6a2d90f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93_as_bone.mcfunction new file mode 100644 index 000000000..33b2ebdbe --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_93_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7832897898712177f,-0.13585420982443042f,-0.18693630787230114f,0.052105544485554475f,-0.13219452349928495f,0.8052875451896456f,-0.03132127014787114f,1.1866791079464845f,0.18954196760808711f,0.0002183571811455147f,-0.7943665648048391f,-0.29308251878929265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7598248753018235f,0.1706832014323224f,-0.18312128118102972f,0.052105544485554475f,0.18224168548208253f,0.7783614708044527f,-0.03068206055301663f,1.1866791079464845f,0.17162204679241597f,-0.07085665470471011f,-0.7781550022578017f,-0.29308251878929265f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7503654127955655f,0.13457058150963236f,0.292894094028446f,-0.00662532247979114f,0.13219452349928495f,0.8052875451896456f,-0.03132127014787114f,1.1866791079464845f,-0.29397414798138594f,0.018632568235171117f,-0.7616931614265842f,-0.2970817178802879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7295462976133988f,-0.1595024382972375f,0.2869166635380696f,-0.00662532247979114f,-0.18224168548208253f,0.7783614708044527f,-0.03068206055301663f,1.1866791079464845f,-0.2730387659495106f,-0.09334020004459598f,-0.7461484030301233f,-0.2970817178802879f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.188133306841777f,0.28435671024917913f,1.5248453594358486f,-0.610094688076223f,1.5380373973102106f,0.23336774153603929f,0.14624196280685356f,0.9042270693210027f,-0.2011294939386332f,1.5185805900730567f,-0.30800351965741657f,0.039931050858449724f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5537122760592333f,-0.8314182453601668f,-0.04632943582135063f,-0.49300187334675505f,-0.8083402101788908f,0.5500372701113796f,-0.20986925953166133f,1.1151419329937036f,0.1999720479198274f,-0.07875723948084218f,-0.9766311879517813f,-0.024423685384323962f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.5343431335261626f,-0.8314182453601668f,0.15238476608789658f,-0.2982882942892157f,-0.8303405282186261f,0.5500372701113796f,0.0894069834298985f,1.420932672320455f,-0.15815189803177948f,-0.07875723948084218f,-0.9842689034904551f,0.026531074625840187f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.32256825639483144f,0.8689981246323957f,0.3752225730839992f,0.4352094934661467f,0.6825020082173504f,0.06113868953337198f,-0.7283220918120126f,1.184998872022801f,-0.6558511483146781f,0.49102374690794826f,-0.5733715647176768f,0.25787726090837615f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.3506423873056031f,0.8093946639228756f,0.4710946765118474f,0.29720772073254437f,0.7285846103391375f,0.5518160651183202f,-0.4057875008601187f,1.420932672320455f,-0.588399848573735f,0.20094603327885993f,-0.7832025982514976f,0.0670805717645689f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9809652398461288f,0.19382463183119936f,-0.01179874184508671f,-0.18989539653888277f,0.17070256321873467f,0.8317894166617366f,-0.5281922010405697f,1.0922629374836486f,-0.09256259030613219f,-0.5201522646543297f,-0.8490428660855652f,0.2945344976373422f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9936555263111451f,0.10222077070000425f,0.04689999007269009f,-0.17043587709467767f,0.08708552965549629f,0.9632001018965984f,-0.25428659860677644f,1.2712736653479684f,-0.07116744730523189f,-0.24858897349616962f,-0.965991054151216f,0.24188662101836528f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9818065059870018f,0.18966010390344434f,-0.00922115984733761f,0.12358637222775488f,0.17327060092437657f,0.8749834440211102f,-0.4520854692912196f,1.0856730878393521f,-0.07767421487791748f,-0.4454582109202743f,-0.891926958145569f,0.28391265641163305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9936555263111451f,0.09256832423633653f,0.06387331508069509f,0.14134214124132233f,0.08708552965549629f,0.9926650301352015f,-0.08385850267743475f,1.2712736653479684f,-0.07116744730523189f,-0.0777640231389563f,-0.9944284545151053f,0.2631167242323594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.999769730641834f,-0.0002526039259070625f,0.021457443547892266f,0.2926249600946088f,0.0007411626971486774f,0.9989276388433246f,0.04629279676965913f,1.9581946504896097f,-0.021446127161115186f,0.04629804041379311f,-0.9986974291964669f,0.09734653362716376f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.999769730641834f,-0.0002526039259070625f,0.021457443547892266f,0.33215953581703084f,0.0007411626971486774f,0.9989276388433246f,0.04629279676965913f,1.8376408517302067f,-0.021446127161115186f,0.04629804041379311f,-0.9986974291964669f,-0.001264375643187307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.999769730641834f,-0.0002526039259070625f,0.021457443547892266f,-0.29473975665746877f,0.0007411626971486774f,0.9989276388433246f,0.04629279676965913f,1.9586300835741846f,-0.021446127161115186f,0.04629804041379311f,-0.9986974291964669f,0.0847469339200086f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.999769730641834f,-0.0002526039259070625f,0.021457443547892266f,-0.3301879107331842f,0.0007411626971486774f,0.9989276388433246f,0.04629279676965913f,1.8381318720170676f,-0.021446127161115186f,0.04629804041379311f,-0.9986974291964669f,-0.015472434887426126f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9875004221948971f,0.15614894902396406f,0.021457443547892266f,0.19457832846836204f,0.15699874855081425f,0.9865132385937461f,0.04629279676965913f,2.065938561724608f,-0.013939480563411455f,0.04908294813873976f,-0.9986974291964669f,0.07833070108167395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.999769730641834f,-0.0002526039259070495f,0.021457443547892266f,0.07941729449383308f,0.0007411626971486895f,0.9989276388433246f,0.04629279676965913f,2.076090508720119f,-0.021446127161115186f,0.04629804041379311f,-0.9986974291964669f,0.07632699174204355f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9701334073224671f,0.24162108789029357f,0.021457443547892266f,0.05708704665775946f,0.24238161495339594f,0.969075915344008f,0.04629279676965913f,2.0717920109595935f,-0.009608575830146779f,0.05011107848454533f,-0.9986974291964669f,0.07564796774962027f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9973167210671162f,-0.0699923995611277f,0.021457443547892266f,0.08618524044145681f,-0.06894231234918631f,0.9965460022172536f,0.04629279676965913f,2.0817608912097674f,-0.0246234735137585f,0.04468925450804898f,-0.9986974291964669f,0.0767352442020843f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.995987320860791f,0.08688403075900943f,0.021457443547892266f,0.14460186227078967f,0.0878006226638773f,0.9950618210076592f,0.04629279676965913f,2.1877895851212505f,-0.01732937807247909f,0.04799101553404578f,-0.9986974291964669f,0.05161435861411668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.995987320860791f,0.08688403075900943f,0.021457443547892266f,0.12505295535001257f,0.0878006226638773f,0.9950618210076592f,0.04629279676965913f,1.9639006753945274f,-0.01732937807247909f,0.04799101553404578f,-0.9986974291964669f,0.0408163801189564f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9873819739617818f,-0.15721161646724252f,0.01900908054302953f,-0.19579359595825085f,-0.15541744165456606f,0.985068638428764f,0.07406211186328981f,2.0651763637589804f,-0.030368673413310333f,0.07017325154115013f,-0.9970724439293557f,0.07295377477827261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.999818978516027f,-0.000815509703731454f,0.01900908054302953f,-0.08063765315661557f,0.0005946904331723263f,0.9972534532051711f,0.07406211186328981f,2.07515756908621f,-0.019017269584694785f,0.07406000954823645f,-0.9970724439293557f,0.07589061026603383f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9698273939558236f,-0.2432717092458041f,0.015928007203682298f,-0.0581310849141667f,-0.24018140206312644f,0.964623955734459f,0.1086900093209831f,2.070143118398192f,-0.0418057416612409f,0.1015849373865512f,-0.9939480773462587f,0.07166226709873402f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975357551108276f,0.06832800203423474f,0.015928007203682298f,-0.08724901743576852f,0.0696591079780922f,0.9916320338459731f,0.1086900093209831f,2.0800942636839452f,-0.008368151000515668f,0.10953170129468687f,-0.9939480773462587f,0.07228382817318374f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9959432890952242f,-0.08856220126389056f,0.015928007203682298f,-0.14467876103944138f,-0.08632393796523151f,0.9903204832820431f,0.1086900093209831f,2.1876258135890083f,-0.02539965827252956f,0.10687411706917002f,-0.9939480773462587f,0.05168201136297797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9959432890952242f,-0.08795237212886886f,0.01900908054302953f,-0.12488947731044593f,-0.08632393796523151f,0.9935104334230841f,0.07406211186328981f,1.9640859660688146f,-0.02539965827252956f,0.07212072459689067f,-0.9970724439293557f,0.035454848328677596f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.999769730641834f,-0.0002526039259070625f,0.021457443547892266f,-0.0004593465790609522f,0.0007411626971486774f,0.9989276388433246f,0.04629279676965913f,1.450596255925415f,-0.021446127161115186f,0.04629804041379311f,-0.9986974291964669f,0.04561716317413761f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9976896586752f,0.002726406712412293f,0.06788160044519705f,-0.001481749096215562f,0f,0.999194395114446f,-0.04013179253255972f,1.0758983577574979f,-0.06793633028478108f,-0.040039074393833474f,-0.9968859150119046f,0.06063181607182516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9925762957875138f,-0.07162899170834107f,0.09829335983465085f,0.11008776404133837f,-0.12041538399468515f,0.6923929388258092f,-0.7114015417199848f,0.8030992669698388f,-0.017100653149814814f,-0.7179563397665663f,-0.6958780509908644f,0.469891286361209f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9925762957875138f,0.013595599132812407f,0.12086131194454915f,0.11800836782403015f,-0.12041538399468515f,0.029869706694922393f,-0.9922741233748724f,0.7838358329039339f,-0.017100653149814814f,-0.9994613350731377f,-0.02801084353729022f,0.1457990014426907f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9806640318176203f,0.18676578339471037f,0.058451679635143514f,-0.17692158822923998f,0.14749648543322094f,0.9016812267284013f,-0.4064674060123553f,0.7723403504247147f,-0.12861898570606506f,-0.3899865478686738f,-0.9117936438676338f,0.4494914905139133f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9806640318176203f,0.1554213249164557f,-0.11892127000845071f,-0.13014003181268322f,0.14749648543322094f,0.18761543080736354f,-0.9711051626409033f,0.7874286118387754f,-0.12861898570606506f,-0.9698683734838357f,-0.20691180399330072f,0.11010517082974257f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9822459377333341f,0.18041101278568222f,0.051427466124703954f,-0.003551345393651398f,0.10352134979832922f,0.749883220519794f,-0.6534206039901054f,0.966010681913503f,-0.1564488668616527f,-0.6364958931906054f,-0.7552461386920148f,0.08366536552945261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9943871426043207f,-0.08511326398055186f,0.06284857132657143f,-0.003686249746936365f,-0.10352134979832922f,0.6599995086417403f,-0.7440994414247288f,0.9315678584038855f,0.021852705991391608f,-0.7464290863084305f,-0.6651060654915238f,0.08564652461794739f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9976896586752f,0.04439099796755294f,0.051427466124703954f,-0.003551345393651398f,0f,0.7569950556517565f,-0.6534206039901054f,0.966010681913503f,-0.06793633028478108f,-0.6519109793662312f,-0.7552461386920148f,0.08366536552945261f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9910428122386082f,0.11672666733048086f,0.06487703325607452f,-0.0035443855689964317f,0.09252502921260838f,0.9504753187960856f,-0.2967082528826681f,0.9910064957700259f,-0.09629778439505508f,-0.28804783195399786f,-0.9527618712077035f,0.08356315593032729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.994948810437665f,-0.07660179609229233f,0.06487703325607452f,-0.0035443855689964317f,-0.09252502921260838f,0.9504753187960856f,-0.2967082528826681f,0.9910064957700259f,-0.03893563378039323f,-0.30121227264989425f,-0.9527618712077035f,0.08356315593032729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9976896586752f,0.02015726986605729f,0.06487703325607452f,-0.0035443855689964317f,0f,0.9549681736431401f,-0.2967082528826681f,0.9910064957700259f,-0.06793633028478108f,-0.2960227555446241f,-0.9527618712077035f,0.08356315593032729f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9841487351337551f,0.1660624503150625f,0.06224572057569208f,-0.1967726140542414f,0.12928982145854773f,0.9120723612957471f,-0.38911200164941867f,1.006186018836336f,-0.12138949378692784f,-0.37489634614884915f,-0.9190850452718702f,0.06931165497224143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9911352059744587f,-0.11177246615536945f,0.07181865556743441f,0.18961058684863008f,-0.13235892753067754f,0.8774820557303514f,-0.46098411705194914f,1.007260921932365f,-0.01149424990575055f,-0.4664034280328384f,-0.8844974417929771f,0.08417080572635599f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9976896586752f,0.0306834482126482f,0.060612465535932435f,-0.014285893439093192f,0f,0.8921951668842303f,-0.45165006829227905f,0.8697503956371204f,-0.06793633028478108f,-0.45060660247515466f,-0.8901338915203908f,0.13367171060650485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9976896586752f,0.026217040350237614f,0.06267385234559046f,-0.0006335730274369757f,0f,0.9225380894562464f,-0.3859060423243186f,1.0758800000000004f,-0.06793633028478108f,-0.38501446764724667f,-0.9204067115844735f,0.048175793071923025f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.4140598659236103f,-0.2663912177363116f,-0.8703965455723541f,-0.1571737837471673f,0.008076212735959456f,0.9572549033202105f,-0.2891328844273133f,1.2235050000000003f,0.9102138222523132f,0.1126888156933934f,0.39851226906891457f,0.4625425459841328f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.36482740383515855f,-0.2663912177363116f,-0.8921528369757412f,-0.12064920259237541f,-0.008076212735959456f,0.9572549033202105f,-0.2891328844273133f,1.2235050000000003f,0.9310401388762687f,0.1126888156933934f,0.3470813890413582f,0.5488849890319585f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.38959553231778027f,-0.2663912177363116f,-0.8816184210365564f,-0.006668730014287888f,0f,0.9572549033202105f,-0.28924565695860427f,1.266891848543791f,0.9209860591768073f,0.1126888156933934f,0.37294223362284257f,0.44977243246461923f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.7505239971394191f,-0.576827313874093f,-0.32246547053392854f,0.5937176871129936f,-0.5813205568582293f,0.8083454464808049f,-0.09297337967282104f,2.0185955006217426f,0.31429307961186076f,0.11767705435872763f,-0.9420042308745464f,-0.15502434181162572f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.11861147000852529f,-0.576827313874093f,-0.8082088648061314f,0.6403893501209706f,-0.22541584701874065f,0.8083454464808049f,-0.5438431162261521f,2.0619163993782585f,0.967015519573104f,0.11767705435872763f,-0.22590505922225962f,-0.22382926970925177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.497831072085089f,-0.576827313874093f,-0.6476376098061397f,0.7141991600879031f,-0.4620895867361695f,0.8083454464808049f,-0.36476136443398766f,2.094970154665099f,0.7339192309080115f,0.11767705435872763f,-0.6689653753228534f,-0.08908199946201072f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000014884959625737552f,-5.626195014116858e-7f,0.000004718268881358339f,-0.1153191451890686f,-5.421010862427522e-23f,0.00001551508606416464f,0.0000018500620047890733f,1.2460025000000003f,-0.000004751694638775013f,-0.0000017624382877693705f,0.000014780251497915776f,0.7429897335223208f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94.mcfunction new file mode 100644 index 000000000..0ea4244f1 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94_as_bone.mcfunction new file mode 100644 index 000000000..ae7f4d046 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_94_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7764817602180542f,-0.1363484035401567f,-0.2131422842731281f,0.034066545776608725f,-0.1323698690851376f,0.8051972806645104f,-0.03286337495306429f,1.216349914119356f,0.21563566089935102f,0.003300985757730395f,-0.7876768434364257f,-0.3247697365274378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.753848699459309f,0.16768379348355072f,-0.2087924417369418f,0.034066545776608725f,0.18204915558541143f,0.7783455115914174f,-0.03219269383157318f,1.216349914119356f,0.1963930835700356f,-0.0778486351098121f,-0.7716018058152743f,-0.3247697365274378f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7690369418043626f,0.1361682428159218f,0.23871496859866556f,-0.023733580880077904f,0.1323698690851376f,0.8051972806645104f,-0.03286337495306429f,1.216349914119356f,-0.24084194888561514f,0.007745534413216404f,-0.7803073796896173f,-0.3257124146304232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7470434163115534f,-0.16505597778571893f,0.23384323454563158f,-0.023733580880077904f,-0.18204915558541143f,0.7783455115914174f,-0.03219269383157318f,1.216349914119356f,-0.220871544333356f,-0.08327537921075487f,-0.7643827392877884f,-0.3257124146304232f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.08021553845245759f,0.34654549539489155f,1.521472292554909f,-0.5942161189529224f,1.5531582682580318f,0.16473442009352843f,0.044364564442350325f,0.9242156862292099f,-0.15056929013744105f,1.514653439060552f,-0.3529307274941487f,0.029794916095705115f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5195742613921259f,-0.8503391481475467f,-0.08346208736025756f,-0.48652728577192317f,-0.8268100448878158f,0.5250107231560437f,-0.20186354362235795f,1.139224027509402f,0.21547096456700285f,-0.03587580938281852f,-0.9758510079564876f,-0.03738056185861163f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.513812374490779f,-0.8503391481475467f,0.11366695627072981f,-0.298841724055858f,-0.8430594647322254f,0.5250107231560437f,0.11668110171138002f,1.4512756229024815f,-0.15889487954481435f,-0.03587580938281852f,-0.9866434733760552f,0.013892235096488889f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.508718310256002f,0.8109254677252486f,0.2891462719885288f,0.4098928807705605f,0.535831260307448f,-0.035351966904173304f,-0.8435846720474109f,1.243298832636154f,-0.6738624053080937f,0.5840805802546363f,-0.452503408254344f,0.2589341603889963f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.26788298511157965f,0.8449198890081993f,0.462978495662683f,0.29795390966452623f,0.6382488581337414f,0.5156012298004109f,-0.571658785394993f,1.4512756229024815f,-0.7217181592413231f,0.14235783430031432f,-0.6773899509401066f,0.023625538609941172f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.9958892111603762f,0.08679458729269945f,-0.02591097665187043f,-0.16886599614384448f,0.08539949667876681f,0.8043482332468945f,-0.5879888142130023f,1.123776131161098f,-0.030192798170707757f,-0.5877845007222369f,-0.8084539415757299f,0.28059900322533604f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.9988855920549319f,0.046898025612122564f,0.005305579963867419f,-0.16003945646679732f,0.043581125751632734f,0.9596615869788371f,-0.27775947140553114f,1.3019766820233454f,-0.018117932091954357f,-0.2772187108961883f,-0.9606360012334364f,0.22261651992459175f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.9959875580283296f,0.08586554120727513f,-0.025216920627759057f,0.14395264171569447f,0.08702859907772799f,0.8636703805946534f,-0.49648715655699943f,1.115436202647129f,-0.020852030964226057f,-0.4966896239269229f,-0.8676777110701869f,0.24577579548081574f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.9988855920549319f,0.04464336606980282f,0.015314824550933458f,0.15241899050722582f,0.043581125751632734f,0.9970097135198305f,-0.06381470540028886f,1.3019766820233454f,-0.018117932091954357f,-0.06307615249096024f,-0.9978442461244381f,0.22771249035048297f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9999756812326014f,0.0007235604229590847f,-0.006936382609765011f,0.2938395188502762f,0.00041098693020678206f,0.9989887551052915f,0.04495885077404857f,1.9886927767813687f,0.006961898673344964f,0.044954906667618484f,-0.9989647583039992f,0.06022207062526456f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9999756812326014f,0.0007235604229590847f,-0.006936382609765011f,0.3305978759739634f,0.00041098693020678206f,0.9989887551052915f,0.04495885077404857f,1.8680186626433914f,0.006961898673344964f,0.044954906667618484f,-0.9989647583039992f,-0.039311309999438104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9999756812326014f,0.0007235604229590847f,-0.006936382609765011f,-0.2936461938738771f,0.00041098693020678206f,0.9989887551052915f,0.04495885077404857f,1.988934231602865f,0.006961898673344964f,0.044954906667618484f,-0.9989647583039992f,0.06431218609585473f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9999756812326014f,0.0007235604229590847f,-0.006936382609765011f,-0.33188601284263497f,0.00041098693020678206f,0.9989887551052915f,0.04495885077404857f,1.8682909414846536f,0.006961898673344964f,0.044954906667618484f,-0.9989647583039992f,-0.03469905212834707f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9875511314444306f,0.1571453129403352f,-0.006936382609765011f,0.19525571147281828f,0.1566821984852047f,0.9866252532825823f,0.04495885077404857f,2.096381507313828f,0.013908682923549983f,0.043312356273520376f,-0.9989647583039992f,0.04385550384606733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9999756812326015f,0.0007235604229590686f,-0.006936382609765011f,0.08008079225880271f,0.00041098693020678867f,0.9989887551052915f,0.04495885077404857f,2.106496038901637f,0.006961898673344964f,0.044954906667618484f,-0.9989647583039992f,0.04511043802928242f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9700970847708184f,0.24261807994345966f,-0.006936382609765011f,0.05774172748849443f,0.2420760321797593f,0.9692150929392201f,0.04495885077404857f,2.1021899021729005f,0.017630676767049554f,0.04193531809069809f,-0.9989647583039992f,0.045071751320980166f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975902637553673f,-0.069032979486531f,-0.006936382609765011f,0.08685567875694666f,-0.06927594707947773f,0.9965839377058604f,0.04495885077404857f,2.11216900422332f,0.003809044071451168f,0.045331036276418324f,-0.9989647583039992f,0.04531871043801912f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961074094185132f,0.0878744302845237f,-0.006936382609765011f,0.1444991352564705f,0.08747702994861709f,0.9951514814180028f,0.04495885077404857f,2.218181492951967f,0.01085348482780615f,0.04417707022568148f,-0.9989647583039992f,0.018407213125606198f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961074094185132f,0.0878744302845237f,-0.006936382609765011f,0.12472738844245272f,0.08747702994861709f,0.9951514814180028f,0.04495885077404857f,1.9942724096329167f,0.01085348482780615f,0.04417707022568148f,-0.9989647583039992f,0.00846737232482788f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9877848544337279f,-0.15561099284177066f,-0.008142497045588502f,-0.1951621349573814f,-0.1558197896028004f,0.9860308697971245f,0.058849953060856275f,2.0960286233500516f,-0.001128946180309288f,0.059399854494134575f,-0.9982336313542023f,0.04807616290124298f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.99996650616024f,0.0008284319799322232f,-0.008142497045588502f,-0.07997263255270849f,0.0003478222051933044f,0.9982667789946976f,0.058849953060856275f,2.106048475868912f,0.008177137481806597f,0.058845149808680317f,-0.9982336313542023f,0.04772728432045548f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9704879303002019f,-0.2409566258635833f,-0.009647880288837028f,-0.0576123552274507f,-0.24098073678037346f,0.9675341047138999f,0.07619737998291529f,2.1013300362207525f,-0.009025610362681773f,0.0762735908942902f,-0.9970460760113703f,0.04513117863599245f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9974485623968969f,0.07073389412647764f,-0.009647880288837028f,-0.08670857700181486f,0.06979818097736364f,0.9946467580080833f,0.07619737998291529f,2.111309272884712f,0.014985970259368347f,0.07532956262792068f,-0.9970460760113703f,0.04617537165536079f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9962335343106847f,-0.08617228975009307f,-0.009647880288837028f,-0.14469022927043124f,-0.08665818394690307f,0.9933198469973124f,0.07619737998291529f,2.218137293489581f,0.003017328266270271f,0.07674645295036157f,-0.9970460760113703f,0.023557976909348737f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9962335343106847f,-0.0863275440210383f,-0.008142497045588502f,-0.12526653186569764f,-0.08665818394690307f,0.9944983872182799f,0.058849953060856275f,1.9943751563654684f,0.003017328266270271f,0.059333910738598394f,-0.9982336313542023f,0.01020784699316412f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9999756812326014f,0.0007235604229590847f,-0.006936382609765011f,-0.00042363447183384206f,0.00041098693020678206f,0.9989887551052915f,0.04495885077404857f,1.4809370819210415f,0.006961898673344964f,0.044954906667618484f,-0.9989647583039992f,0.017515868688841495f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.9998670303168741f,0.0006828706975003651f,0.016292801260852946f,-0.000679710983396479f,0f,0.9991228300988583f,-0.04187565372919966f,1.1062660206339696f,-0.016307105362851987f,-0.04187008553679267f,-0.9989899770527362f,0.033217150765138745f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9921310035380798f,-0.10748248178955282f,0.06421516897806209f,0.13008961868166766f,-0.12050311425840449f,0.6805031475741039f,-0.7227686113797164f,0.8465646296857969f,0.033986339499106545f,-0.7248192755784687f,-0.688100244497381f,0.43210672570225733f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9921310035380798f,-0.03323584366992239f,0.12071226331268542f,0.12306309963129869f,-0.12050311425840449f,-0.008232981202930922f,-0.9926788088171008f,0.8139421193952594f,0.033986339499106545f,-0.999413626441055f,0.004163173235742945f,0.11132073808375398f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.9848198323941452f,0.1734915516361221f,0.0055298493703403034f,-0.15665543318542152f,0.15396261086343255f,0.8877891715232102f,-0.43373482841737176f,0.8035836261374064f,-0.0801586687718996f,-0.4262992709787604f,-0.9010235953534704f,0.4309295710432204f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.9848198323941452f,0.10728506677542098f,-0.13645443257791715f,-0.12660228333464582f,0.15396261086343255f,0.17687212381439132f,-0.9721171566604005f,0.8176747118230122f,-0.0801586687718996f,-0.9783691359933531f,-0.1907050643174868f,0.08876523526877451f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9894856939229983f,0.14409664375558506f,0.012418485418849545f,-0.0012892366771866013f,0.1017721765579247f,0.7547072398782061f,-0.6481199010631309f,0.998400892570865f,-0.10276422334832669f,-0.6400415137581279f,-0.7614370460292954f,0.05525936103812735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9923105708939601f,-0.12038407245225123f,0.028764665684028953f,-0.0013189339432481686f,-0.10177217655792471f,0.6613225361595924f,-0.7431654777006984f,0.9624469650808921f,0.07044256504958796f,-0.7403784020804873f,-0.6684890924779393f,0.05708024319745597f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.9998670303168741f,0.01056895951439768f,0.012418485418849545f,-0.0012892366771866013f,0f,0.7615383075367368f,-0.6481199010631309f,0.998400892570865f,-0.016307105362851987f,-0.6480337207652589f,-0.7614370460292954f,0.05525936103812735f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9951762260845414f,0.0968611612219818f,0.01556259884656534f,-0.001288400085902935f,0.08782166617220637f,0.9502952573088574f,-0.29870768133248593f,1.0233987580141102f,-0.04372223675508162f,-0.2959000496502522f,-0.9542177564005561f,0.05520806560440225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9960727248387393f,-0.08716038291259454f,0.01556259884656534f,-0.001288400085902935f,-0.08782166617220637f,0.9502952573088574f,-0.29870768133248593f,1.0233987580141102f,0.011246412008581407f,-0.29890130743578613f,-0.9542177564005561f,0.05520806560440225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.9998670303168741f,0.0048710576321820635f,0.01556259884656534f,-0.001288400085902935f,0f,0.9543446553069651f,-0.29870768133248593f,1.0233987580141102f,-0.016307105362851987f,-0.2986679622667519f,-0.9542177564005561f,0.05520806560440225f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9898139215405585f,0.14158698054224705f,0.01488380547542565f,-0.1950037776638779f,0.12494520378727039f,0.9140400775758024f,-0.38590080673118377f,1.0372396087490943f,-0.06824292472526677f,-0.3801103307280011f,-0.9224202077680167f,0.051505342585528774f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.991288271107775f,-0.12912861027810074f,0.02594928846432405f,0.19213981886913248f,-0.12648246009091224f,0.878329117240702f,-0.4610207686173368f,1.0377758789799905f,0.03673895553100448f,-0.46028661051003383f,-0.8870098563892486f,0.045856383459711936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.9998670303168741f,0.007447564229654104f,0.014507083523587113f,-0.009687679883561872f,0f,0.8896173294271238f,-0.456706697107621f,0.8999770921138185f,-0.016307105362851987f,-0.4566459689628251f,-0.8894990372927265f,0.1064533926867561f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.9998670303168741f,0.0062667443170646205f,0.015054886282522838f,-0.000475993025867169f,0f,0.9232102171129809f,-0.38429532265980376f,1.1062568750000001f,-0.016307105362851987f,-0.3842442230325229f,-0.9230874581429528f,0.020726223363574065f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5112503826939878f,-0.23740120365056938f,-0.8259925633445568f,-0.09222521830019578f,0.0038265679157114614f,0.9617107020109423f,-0.2740399296007916f,1.2191318750000002f,0.859423297085457f,0.13694230224032755f,0.4925833962730385f,0.41356571304407896f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.48798798791710113f,-0.23740120365056938f,-0.8399454697501976f,-0.04538135352567407f,-0.0038265679157114614f,0.9617107020109423f,-0.2740399296007916f,1.2191318750000002f,0.8728419564999186f,0.13694230224032755f,0.4683948386036221f,0.49477356262148325f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.49966789092823155f,-0.23740120365056938f,-0.833050218942768f,0.056154246928480284f,0f,0.9617107020109423f,-0.2740666445184827f,1.2602418716777726f,0.8662170621589793f,0.13694230224032755f,0.4805359581569166f,0.3820892441092436f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.6747582028880168f,-0.5591624435595439f,-0.4817039851899235f,0.5649714417001519f,-0.5387515322806234f,0.8192670698265516f,-0.19633709472001598f,2.0455031649436513f,0.5044285421153469f,0.12703869493322173f,-0.8540567989829772f,-0.28504908378449845f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.0682592821681286f,-0.5591624435595439f,-0.826243325002031f,0.5976681670564717f,-0.10721818739800956f,0.8192670698265516f,-0.5632989690998036f,2.080327785056349f,0.9918895758545792f,0.12703869493322173f,-0.004029801569149671f,-0.3657165027650243f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.3487650704674108f,-0.5591624435595439f,-0.7521304988726238f,0.6941393792092054f,-0.3714626145354398f,0.8192670698265516f,-0.43682604581264556f,2.128439381871897f,0.860452469125609f,0.12703869493322173f,-0.49343968057433985f,-0.2513668411886104f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[0.000002677158388398072f,9.129588705589945e-7f,-0.000015366845937410102f,-0.04900975212484523f,0f,0.000015597497311308836f,9.266620871243943e-7f,1.274379375f,0.00001539394192412813f,-1.5877255550435461e-7f,0.0000026724461289591556f,0.714276999467222f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95.mcfunction new file mode 100644 index 000000000..46f36f906 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95_as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95_as_bone.mcfunction new file mode 100644 index 000000000..8405492d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_95_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,-0.13698052858882517f,-0.21136888683372534f,0.02840741737109312f,-0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,0.21414538062904173f,0.0015875742403033035f,-0.7880886244628321f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,0.16725169034787918f,-0.20705523608201667f,0.02840741737109312f,0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,0.19440203020841568f,-0.0788406484283676f,-0.7720051831472642f,-0.3479819716059653f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.7768551814274282f,0.13698052858882517f,0.21136888683372518f,-0.028407417371093216f,0.13259799202493594f,0.8050951861985028f,-0.03440869243951955f,1.2343799956591588f,-0.21414538062904157f,0.0015875742403032753f,-0.7880886244628321f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.7544236219040319f,-0.16725169034787918f,0.2070552360820165f,-0.028407417371093216f,-0.18180442613987363f,0.778338630822839f,-0.033706474226468136f,1.2343799956591588f,-0.1944020302084155f,-0.07884064842836758f,-0.7720051831472642f,-0.3479819716059652f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[0.03562048650867436f,0.34931344929254227f,1.5225365496710521f,-0.577896252867719f,1.5585866467879124f,0.09404850036195299f,-0.05804131316639084f,0.9333193291447494f,-0.10461880994972489f,1.5200464610409163f,-0.34629454353438643f,0.004262293863449174f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.49240387650610407f,-0.8660254037844387f,-0.08682408883346532f,-0.4773607377317326f,-0.8444823629632797f,0.4995241107909289f,-0.19319731204778015f,1.1522213946558035f,0.21068450594601634f,-0.021809693682667917f,-0.977310787935829f,-0.0614125138248143f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.4881480035599668f,-0.8660254037844387f,0.10821980696905133f,-0.2984375f,-0.8541333812066955f,0.4995241107909289f,0.14467836689342908f,1.4699837455908606f,-0.1793535439539364f,-0.021809693682667917f,-0.9835429037579558f,-0.0025620040789263426f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[0.6808104481292682f,0.7022169901405853f,0.20829890176360127f,0.3815959628982378f,0.36488682637142783f,-0.07857040444430907f,-0.9277307235863459f,1.3028849304235255f,-0.6351021474208794f,0.7076142948692847f,-0.30972128121592224f,0.27377416621197825f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.17724486640549364f,0.8737249081167114f,0.4529779710640936f,0.2984375f,0.5092534984935387f,0.47527896127564445f,-0.7174752840626886f,1.4699837455908606f,-0.8421669262117754f,0.1035118056319598f,-0.5291882221760245f,-0.0025620040789264154f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-1f,-7.871877887341985e-17f,-9.381338752702731e-17f,-0.15624999999999997f,0f,0.766044443118978f,-0.6427876096865393f,1.14410280857715f,1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.26647439315526494f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-1f,-3.682583948479539e-17f,-1.16796641102639e-16f,-0.15624999999999997f,0f,0.9537169507482269f,-0.3007057995042732f,1.321045325595541f,1.2246467991473532e-16f,-0.3007057995042732f,-0.9537169507482269f,0.20413132480603732f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-1f,-6.580022455450642e-17f,-1.0328566345430089e-16f,0.15625000000000003f,0f,0.8433914458128857f,-0.5372996083468239f,1.133996405219976f,1.2246467991473532e-16f,-0.5372996083468239f,-0.8433914458128857f,0.21855401132192437f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772731e-18f,-1.2234812067540777e-16f,0.15625000000000003f,0f,0.9990482215818578f,-0.04361938736533605f,1.321045325595541f,1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.20413132480603727f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498631f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897985f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-0.29375f,0f,0.9990482215818578f,0.043619387365335965f,2.007579003438714f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,0.04021585064498638f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-0.33125f,0f,0.9990482215818578f,0.043619387365335965f,1.8867872933064822f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.05889734354897977f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,0.15643446504023087f,-1.2234812067540777e-16f,0.19523827377799086f,0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,0.006823575527879058f,0.04308236032464517f,-0.9990482215818578f,0.023019032392553183f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-1f,0f,-1.2234812067540777e-16f,0.08005326181113279f,1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458093f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,0.24192189559966773f,-1.2234812067540777e-16f,0.05771677939820298f,0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,0.010552484876318392f,0.04232370514336265f,-0.9990482215818578f,0.023270179641685464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,-0.06975647374412527f,-1.2234812067540777e-16f,0.08682420206637903f,-0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,-0.0030427346494847664f,0.04351313273001676f,-0.9990482215818578f,0.023706424919101757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,-1.2234812067540777e-16f,0.14461004211822306f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.0029452599948776997f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765818f,-1.2234812067540777e-16f,0.125f,0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,0.0038016801040237948f,0.04345340242735775f,-0.9990482215818578f,-0.012722275541033178f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9876883405951377f,-0.15643446504023087f,-1.2234812067540777e-16f,-0.19523827377799086f,-0.15628557409255195f,0.9867482801487085f,0.043619387365335965f,2.1152042955759205f,-0.006823575527878817f,0.043082360324645214f,-0.9990482215818578f,0.023019032392553224f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-1f,0f,-1.2234812067540777e-16f,-0.08005326181113277f,-1.3877787807814457e-17f,0.9990482215818578f,0.043619387365335965f,2.1252720868957007f,1.222980050563649e-16f,0.043619387365335965f,-0.9990482215818578f,0.02345860165458095f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.9702957262759965f,-0.24192189559966773f,-1.2234812067540777e-16f,-0.05771677939820298f,-0.2416916395605599f,0.9693722197445114f,0.043619387365335965f,2.1209565132881796f,-0.010552484876318154f,0.04232370514336272f,-0.9990482215818578f,0.023270179641685478f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9975640502598243f,0.06975647374412527f,-1.2234812067540777e-16f,-0.08682420206637903f,0.06969008103788991f,0.9966145903260724f,0.043619387365335965f,2.1309481728437323f,0.003042734649485012f,0.043513132730016744f,-0.9990482215818578f,0.02370642491910177f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,-1.2234812067540777e-16f,-0.14461004211822306f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.2369487809174537f,-0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.0029452599948776668f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765818f,-1.2234812067540777e-16f,-0.125f,-0.08707278979269381f,0.9952465414778341f,0.043619387365335965f,2.0130183090849414f,-0.003801680104023551f,0.043453402427357776f,-0.9990482215818578f,-0.01272227554103315f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-1f,5.3418343117727156e-18f,-1.2234812067540777e-16f,-4.723407155967195e-19f,0f,0.9990482215818578f,0.043619387365335965f,1.4996429896690722f,1.2246467991473532e-16f,0.043619387365335965f,-0.9990482215818578f,-0.003856954641334797f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-1f,-5.341834311772731e-18f,-1.2234812067540777e-16f,1.5308471513180546e-18f,0f,0.9990482215818578f,-0.04361938736533605f,1.1249999065758756f,1.2246467991473532e-16f,-0.04361938736533605f,-0.9990482215818578f,0.012500315620666221f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.11829690442127541f,0.055162752467670495f,0.13539687148294582f,-0.1205904774487396f,0.6684268256603959f,-0.7339369969460945f,0.8781699647981931f,0.04995021125231492f,-0.7343101668517944f,-0.6769738216902769f,0.40462030414305333f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.04464258697085595f,0.1226544996484655f,0.12500000000000003f,-0.1205904774487396f,-0.04632268635280984f,-0.991620968655738f,0.8324164532527432f,0.04995021125231492f,-0.9979284784780964f,0.040542918472161626f,0.08779756783041516f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.17298739392508938f,-0.015134435901338714f,-0.15030508631179093f,0.16042999720436046f,0.873028437612871f,-0.4605253121341306f,0.8232154095894092f,-0.0664522806535237f,-0.45595691535740024f,-0.8875175410850817f,0.41304452000804703f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.984807753012208f,0.09330109785058123f,-0.14645338762528523f,-0.12499999999999999f,0.16042999720436046f,0.16610674457618585f,-0.9729700742588698f,0.8362879207163036f,-0.0664522806535237f,-0.9816839891462924f,-0.17855150475357884f,0.06958870415798654f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.1305261922200515f,-9.381338752702731e-17f,4.100723895728975e-18f,0.09998886423165008f,0.7594908267142729f,-0.6427876096865393f,1.0191607262657831f,-0.08390061909861259f,-0.6372884725784739f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1292559202899415f,0.018165734927774062f,4.301014395942387e-18f,-0.09998886423165008f,0.6626407692984979f,-0.7422327383598486f,0.981696387660585f,0.08390061909861284f,-0.7376992055936451f,-0.6698959383227924f,0.03512044778083706f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-1f,-7.871877887341985e-17f,-9.381338752702731e-17f,4.100723895728975e-18f,0f,0.766044443118978f,-0.6427876096865393f,1.0191607262657831f,1.2246467991473532e-16f,-0.6427876096865393f,-0.766044443118978f,0.03348495173125884f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,0.08715574274765814f,-1.16796641102639e-16f,4.100705354660506e-18f,0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,-0.02620823730432318f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.9961946980917455f,-0.08715574274765822f,-1.16796641102639e-16f,4.100705354660506e-18f,-0.08312190921349345f,0.95008776981561f,-0.30070579950427306f,1.0441605409052626f,0.026208237304323423f,-0.2995615231515963f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-1f,-3.6825839484795376e-17f,-1.16796641102639e-16f,4.100705354660506e-18f,0f,0.9537169507482269f,-0.30070579950427306f,1.0441605409052626f,1.2246467991473532e-16f,-0.30070579950427306f,-0.9537169507482269f,0.03348480033194532f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,0.13052619222005152f,-1.1314261122877003e-16f,-0.19375f,0.1205904774487396f,0.9159756150367534f,-0.3826834323650897f,1.0566608565259288f,-0.04995021125231469f,-0.3794095225512603f,-0.9238795325112867f,0.03348489375606988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.9914448613738104f,-0.1300295006517195f,0.011376107230962088f,0.19375f,-0.12059047744873963f,0.8791369924959369f,-0.46105974143692474f,1.0566603725253454f,0.049950211252314934f,-0.45848716163646647f,-0.8872961732197349f,0.020984817312548844f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-1f,-5.654789612090135e-17f,-1.086274977660736e-16f,-0.00781249999999999f,0f,0.8870108331782217f,-0.46174861323503386f,0.9185706669545094f,1.2246467991473532e-16f,-0.46174861323503386f,-0.8870108331782217f,0.08550582941907472f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-1f,-4.6865204053262974e-17f,-1.1314261122877003e-16f,0f,0f,0.9238795325112867f,-0.3826834323650897f,1.125f,1.2246467991473532e-16f,-0.3826834323650897f,-0.9238795325112867f,0f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,-0.04251139545395524f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.3647272479239535f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,0.011261395453955325f,0f,0.9659258262890683f,-0.2588190451025207f,1.203125f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.4415227520760464f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.5735764363510459f,-0.21201214989665457f,-0.7912401152362236f,0.1030610172854336f,0f,0.9659258262890683f,-0.2588190451025207f,1.241947856765378f,0.8191520442889915f,0.14845250554968453f,0.5540322932223233f,0.32002015601665146f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.5936028719792324f,-0.5489564193883943f,-0.588457713000926f,0.5417253292003303f,-0.47352076667353726f,0.8294993993759021f,-0.2961567658587644f,2.0616598767079974f,0.6507024772558594f,0.1028474406453113f,-0.7523354903537363f,-0.3880356584006606f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[0.21281789252207783f,-0.5489564193883943f,-0.8083040233938802f,0.5623359207996698f,0.01971889939956109f,0.8294993993759021f,-0.5581593960881492f,2.0862226232920023f,0.9768928854428878f,0.1028474406453113f,0.1873571304321719f,-0.4761318415993395f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.21984631039295432f,-0.5489564193883943f,-0.8064207645013104f,0.6729937396751966f,-0.26200263022938497f,0.8294993993759021f,-0.49323966607309844f,2.147927199910965f,0.9396926207859082f,0.1028474406453113f,-0.3261904081870284f,-0.3831551887719458f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000015625f,0f,-1.9135106236677393e-21f,-0.007217499999999916f,0f,0.000015625f,0f,1.2911225f,1.9135106236677393e-21f,0f,-0.000015625f,0.6875f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9_as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9_as_bone.mcfunction new file mode 100644 index 000000000..4c1df53be --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tree/leaf_9_as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s {} merge value {transformation:[-0.7262739678561216f,-0.30739414804254617f,0.21208348782535302f,0.10046365429661595f,-0.25229333270214377f,0.745794924484346f,0.2169849057696832f,1.2049129556806073f,-0.27535185187867334f,0.1274488634983857f,-0.7582101221326444f,-0.3229875660086524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s {} merge value {transformation:[-0.7725299280586728f,-0.005938429649298943f,0.20775525337993767f,0.10046365429661595f,0.05124706801916211f,0.7695410397092297f,0.21255664238662847f,1.2049129556806073f,-0.2014230579479449f,0.21856651906579386f,-0.7427364461707537f,-0.3229875660086524f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s {} merge value {transformation:[-0.22825913424871924f,-0.13908420816211464f,0.7716850362138603f,0.0478417493372494f,0.26163195917766763f,0.7441482726739528f,0.21151007223693158f,1.2054277794345059f,-0.7391826093823669f,0.306338661877234f,-0.16343236726666255f,-0.3789172512974679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s {} merge value {transformation:[-0.1544411951744122f,-0.21144298009420479f,0.7559363620054143f,0.0478417493372494f,-0.04217809277421587f,0.7715515831166752f,0.2071935401504636f,1.2054277794345059f,-0.7838168955330248f,0.00014407995648446636f,-0.16009701283264904f,-0.3789172512974679f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s {} merge value {transformation:[-0.2658775796848953f,-1.3830572175789142f,0.6766595122539645f,-0.6770180607329905f,1.0721698545778575f,0.3265261093964209f,1.0886867101314925f,1.083178926180597f,-1.1050643264332618f,0.6495688437612352f,0.893476021871485f,-0.7918878472123936f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s {} merge value {transformation:[-0.5623486781312713f,-0.4762651611242661f,0.6759700145001171f,-0.5399158632938076f,-0.39199277277339106f,0.8733261015272122f,0.28921131804393474f,1.2050555585136893f,-0.7280835324998365f,-0.10233775789296087f,-0.6778062798558314f,-0.6225432931707501f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s {} merge value {transformation:[-0.3537921227877981f,-0.4762651611242661f,0.8049861055649222f,-0.408367403265073f,-0.29687453411991616f,0.8733261015272122f,0.38622147970091475f,1.3167814947462062f,-0.8869592126159953f,-0.10233775789296087f,-0.45036689317161793f,-0.30571518900121625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s {} merge value {transformation:[-0.08991375702949533f,0.27223997752128887f,0.9580192643867079f,0.12031108040354024f,0.8109257733821047f,0.5784528929891671f,-0.08827027051673833f,1.14140962075005f,-0.5781997114851201f,0.7689458012315764f,-0.27277728719021466f,0.38876585608050857f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s {} merge value {transformation:[-0.31678178100681964f,0.17529742481054322f,0.9321588470196156f,0.0006270957484662554f,0.5706390943300499f,0.8202420736805719f,0.039673222535803826f,1.3127801176871927f,-0.7576412919345987f,0.5444940343281889f,-0.35986930868953704f,0.12898845071588533f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s {} merge value {transformation:[-0.7069092919052287f,0.07923374022520022f,0.7028522372646855f,-0.41066178401799186f,-0.32901327305043976f,0.8428158636253291f,-0.4259245076044899f,0.9224454307348608f,-0.626122607142311f,-0.5323377071290516f,-0.5697254131543538f,-0.06178885223759594f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s {} merge value {transformation:[-0.6831745705261567f,-0.05224854028380399f,0.728383550215553f,-0.4159059881323579f,-0.1881187013386989f,0.9763652772619256f,-0.10640582485881345f,1.1048488838161044f,-0.705608857932667f,-0.20971632124242204f,-0.6768568565150999f,-0.10534101782376944f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s {} merge value {transformation:[-0.6577352308326805f,0.023369307491811986f,0.7528866060628476f,-0.17100197969450484f,-0.36591397966608613f,0.8637470675367054f,-0.3464793829460403f,0.9211771609908236f,-0.6584005814140869f,-0.503383431182528f,-0.5595657205409365f,0.15800656669571864f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s {} merge value {transformation:[-0.6461414450939532f,-0.18876096705803344f,0.7395069507768088f,-0.20177274257553107f,-0.25139539428276386f,0.9674993653590204f,0.027300801513989337f,1.1027539220051024f,-0.7206258312503873f,-0.1682684621229081f,-0.6725950757993103f,0.12225251082392768f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s {} merge value {transformation:[-0.9500438695118357f,-0.1475232653933668f,0.2750518717817717f,-0.01237625092670655f,-0.05702132771351072f,0.9484531612750435f,0.31174535931295677f,1.8361216014986312f,-0.3068635106831152f,0.2804879445449561f,-0.909484083849838f,0.17084708752003136f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s {} merge value {transformation:[-0.9500438695118357f,-0.1475232653933668f,0.2750518717817717f,0.0674769153336992f,-0.05702132771351072f,0.9484531612750435f,0.31174535931295677f,1.7489293835640973f,-0.3068635106831152f,0.2804879445449561f,-0.909484083849838f,0.062029343241606305f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s {} merge value {transformation:[-0.9500438695118357f,-0.1475232653933668f,0.2750518717817717f,-0.5705270242649101f,-0.05702132771351072f,0.9484531612750435f,0.31174535931295677f,1.8026215714669438f,-0.3068635106831152f,0.2804879445449561f,-0.909484083849838f,-0.009435225006298842f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s {} merge value {transformation:[-0.9500438695118357f,-0.1475232653933668f,0.2750518717817717f,-0.561927148217892f,-0.05702132771351072f,0.9484531612750435f,0.31174535931295677f,1.7111527539538964f,-0.3068635106831152f,0.2804879445449561f,-0.909484083849838f,-0.14126773258595748f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s {} merge value {transformation:[-0.9648465210185184f,-0.04601777704436405f,0.25875385035658277f,-0.12055693111942588f,0.08697906467269002f,0.8731575635571721f,0.47961496172613993f,1.9253934910043073f,-0.24800369591424565f,0.4852609951343686f,-0.8384604542935085f,0.16601855349393507f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s {} merge value {transformation:[-0.9457688929394965f,-0.19638647120828479f,0.25875385035658277f,-0.23147439400885245f,-0.050683728297811245f,0.8760140684796488f,0.47961496172613993f,1.9283834142208065f,-0.32086190305773743f,0.4404903015414647f,-0.8384604542935085f,0.13349906071910667f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s {} merge value {transformation:[-0.9741457813058985f,-0.0183224630509895f,0.2251761179869349f,-0.24372129191443925f,0.14144269035353588f,0.7277328605904003f,0.6711176118702791f,1.9340819080001537f,-0.17616458812563515f,0.6856159062949589f,-0.7063263175939767f,0.09801683532936512f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s {} merge value {transformation:[-0.9208057406708454f,-0.3184532993014043f,0.2251761179869349f,-0.21887245422510593f,-0.09036182894448018f,0.7358232742359687f,0.6711176118702791f,1.9426158765433288f,-0.37940944613626093f,0.5976216238195438f,-0.7063263175939767f,0.11404719001643485f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s {} merge value {transformation:[-0.9592861655301758f,-0.17048685729623347f,0.2251761179869349f,-0.18401727691192188f,0.025858795385939555f,0.7408997730723915f,0.6711176118702791f,2.0433716791925614f,-0.2812496672417594f,0.6496166236716331f,-0.7063263175939767f,0.17664934156273066f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s {} merge value {transformation:[-0.9592861655301758f,-0.1132099710628683f,0.25875385035658277f,-0.15854503342277654f,0.025858795385939555f,0.8770979484582216f,0.47961496172613993f,1.8460246407894618f,-0.2812496672417594f,0.46677906043686557f,-0.8384604542935085f,0.07162405296443605f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s {} merge value {transformation:[-0.9152695298679292f,-0.29432661368738544f,0.2750518717817717f,-0.4866712665567195f,-0.20469006344766622f,0.9278560280952136f,0.31174535931295677f,1.916327215342896f,-0.3469634932109285f,0.22903064337046838f,-0.909484083849838f,0.030847931756877008f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s {} merge value {transformation:[-0.9500438695118357f,-0.1475232653933668f,0.2750518717817717f,-0.3787271004886241f,-0.057021327713510706f,0.9484531612750436f,0.31174535931295677f,1.9324531431894891f,-0.30686351068311524f,0.2804879445449561f,-0.909484083849838f,0.06902059328250199f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s {} merge value {transformation:[-0.8861343983530285f,-0.3729776077526101f,0.2750518717817717f,-0.3568692082704966f,-0.2847791372501584f,0.906485341268071f,0.31174535931295677f,1.9296297801882016f,-0.36560452820304556f,0.1979192516690815f,-0.909484083849838f,0.07466322512798708f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s {} merge value {transformation:[-0.9580203131838028f,-0.08089219589399238f,0.2750518717817717f,-0.38599794323809f,0.009278321416932689f,0.9501203837927695f,0.31174535931295677f,1.9374556856295049f,-0.2865501566548033f,0.30121040643531627f,-0.909484083849838f,0.06853642921074987f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s {} merge value {transformation:[-0.9335711659943381f,-0.22976367392021677f,0.2750518717817717f,-0.4477528274327841f,-0.13946748407864215f,0.9398742744812251f,0.31174535931295677f,2.0432410206193596f,-0.3301419375189187f,0.25267568603859597f,-0.909484083849838f,0.05176020465234125f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s {} merge value {transformation:[-0.9335711659943381f,-0.22976367392021677f,0.2750518717817717f,-0.39605600080073544f,-0.13946748407864215f,0.9398742744812251f,0.31174535931295677f,1.8317693088610842f,-0.3301419375189187f,0.25267568603859597f,-0.909484083849838f,-0.005091824706342757f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s {} merge value {transformation:[-0.9500438695118357f,-0.1475232653933668f,0.2750518717817717f,-0.21029021459083586f,-0.05702132771351072f,0.9484531612750435f,0.31174535931295677f,1.3430726871932832f,-0.3068635106831152f,0.2804879445449561f,-0.909484083849838f,-0.08206257982993598f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s {} merge value {transformation:[-0.6852263857818458f,-0.21625468067477838f,0.6954845169481477f,-0.12919470933779398f,0.006703877795206114f,0.9529896750007127f,0.3029286011002308f,0.9857015590680159f,-0.7282992916726309f,0.21223711369194f,-0.6515639257362693f,-0.16165149746441348f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s {} merge value {transformation:[-0.5272923012995111f,-0.22003047247520968f,0.8207005666944561f,-0.12949867060232229f,-0.4994118182786802f,0.8616933395111233f,-0.08984667164536858f,0.47691636572889934f,-0.6874232064411617f,-0.4572430205312096f,-0.5642500823408426f,0.18514605540268286f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s {} merge value {transformation:[-0.5272923012995111f,0.2624524833646704f,0.8081345945855696f,-0.023774068762417097f,-0.4994118182786802f,0.6737428378983372f,-0.5446635880470415f,0.6959378374007661f,-0.6874232064411617f,-0.6907888840712568f,-0.22418753955057258f,-0.055069402077645005f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s {} merge value {transformation:[-0.5446959855144524f,0.09392012662718474f,0.8333578422135194f,-0.4339244717406934f,0.3001939967828878f,0.9497002516301961f,0.08917957360885875f,0.5830842826699102f,-0.7830643956022741f,0.29874477713907543f,-0.5454921726956026f,-0.11411288972925918f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s {} merge value {transformation:[-0.5446959855144524f,0.7926101817061189f,0.273998874487164f,-0.15469871526734053f,0.3001939967828878f,0.48934866777238073f,-0.8187926756175288f,0.6858639747179971f,-0.7830643956022741f,-0.3637402661311906f,-0.5044830731896319f,-0.26893962267756755f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s {} merge value {transformation:[-0.5178986392317018f,0.4211414194380467f,0.7445944562751314f,-0.1141277072492219f,0.08544079430404053f,0.8915340496573814f,-0.4448223341629831f,0.8790909971752959f,-0.8511644201625478f,-0.16675413978434586f,-0.497706928537404f,-0.16687675751597836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s {} merge value {transformation:[-0.6396397966032739f,0.23215944524299836f,0.7327775396297197f,-0.11113306995675407f,-0.262238309094225f,0.8302009074497702f,-0.4919324369392406f,0.8644119896131423f,-0.7225593400162537f,-0.5068219068410929f,-0.47014843922024707f,-0.1676245053272738f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s {} merge value {transformation:[-0.5859733065230661f,0.31970983676885195f,0.7445944562751314f,-0.1141277072492219f,-0.07845909572784493f,0.8921755776344499f,-0.4448223341629831f,0.8790909971752959f,-0.8065230649770616f,-0.3190742216881046f,-0.497706928537404f,-0.16687675751597836f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s {} merge value {transformation:[-0.5978499148537961f,-0.022281185833117043f,0.8012983389894045f,-0.12187249319516191f,0.08645228963533831f,0.991991028051095f,0.09208583975258891f,0.9025950577382358f,-0.7969325447778602f,0.1243275875419531f,-0.5911354921250135f,-0.1635363316703372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s {} merge value {transformation:[-0.552186352846102f,-0.23024162018049968f,0.8012983389894045f,-0.12187249319516191f,-0.266425124768392f,0.9594466379164646f,0.09208583975258891f,0.9025950577382358f,-0.7900049902517496f,-0.16263746594020467f,-0.5911354921250135f,-0.1635363316703372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s {} merge value {transformation:[-0.5859733065230661f,-0.12064930988300772f,0.8012983389894045f,-0.12187249319516191f,-0.07845909572784493f,0.9926552112463972f,0.09208583975258891f,0.9025950577382358f,-0.8065230649770616f,-0.008909299081555092f,-0.5911354921250135f,-0.1635363316703372f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s {} merge value {transformation:[-0.5730179546233354f,0.13935258267275713f,0.8076083712924981f,-0.2398131883953953f,0.13015781324779108f,0.988404722238239f,-0.07819877689390553f,0.9206416878595796f,-0.8091411294266545f,0.0603072363782494f,-0.5845114797081197f,-0.31983170450475307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s {} merge value {transformation:[-0.567821982864867f,-0.10574824425676825f,0.8163305118712771f,-0.012009287869611543f,-0.33320347864158717f,0.9363606960162771f,-0.11047211764539655f,0.9417040099511299f,-0.7526975737947852f,-0.3347326631694669f,-0.5669218699352849f,-0.006932451670612988f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s {} merge value {transformation:[-0.5859733065230661f,-0.017854720158676746f,0.8101336266385194f,-0.12374824398016075f,-0.07845909572784493f,0.9963100386292226f,-0.03479191320128536f,0.7669435909334078f,-0.8065230649770616f,-0.08394948418359847f,-0.5852119528558128f,-0.1540143085034238f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s {} merge value {transformation:[-0.5859733065230661f,-0.003713219477709369f,0.8103218471962452f,-0.11999999999999998f,-0.07845909572784493f,0.9955510931746838f,-0.05217462195608921f,0.99f,-0.8065230649770616f,-0.0941500551237349f,-0.5836577017226827f,-0.16875f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s {} merge value {transformation:[0.34730710256561853f,-0.6431276645679129f,-0.682469474463801f,-1.1099044100372435f,0.1844532113137869f,0.760405965600031f,-0.622703605510612f,1.4697916666666666f,0.9194317752522511f,0.09038569879857408f,0.3827213557004457f,0.07414318149910852f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s {} merge value {transformation:[-0.08042327103899038f,-0.6431276645679129f,-0.7615240669491746f,-1.0968569318222374f,-0.1844532113137869f,0.760405965600031f,-0.622703605510612f,1.4697916666666666f,0.9795453589862085f,0.09038569879857408f,-0.17978129808540394f,0.1669808129436307f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s {} merge value {transformation:[0.1391731009600653f,-0.6431276645679129f,-0.7530057470143116f,-0.9904298088775937f,0f,0.760405965600031f,-0.6494480483301835f,1.5672088739161942f,0.9902680687415701f,0.09038569879857408f,0.1058280562210891f,0.10468778878820625f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s {} merge value {transformation:[-0.4642646267105689f,-0.1547380741351281f,0.8720748160555077f,0.47401436210509634f,-0.4149156725544985f,0.9078929629133323f,-0.059794251906840346f,2.0355716417699052f,-0.782498141246319f,-0.3895978648624785f,-0.48570583961967495f,-0.24564785235683637f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s {} merge value {transformation:[-0.9842401195554299f,-0.1547380741351281f,0.0856009081170559f,0.5512757843088032f,-0.1758315923061115f,0.9078929629133323f,-0.38054384640872585f,2.067081358230095f,-0.01883184018120565f,-0.3895978648624785f,-0.9207925203269123f,-0.20290591852530496f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s {} merge value {transformation:[-0.8241218368395394f,-0.1547380741351281f,0.544866338157511f,0.4309151224833231f,-0.3361036422420232f,0.9078929629133323f,-0.2505288597429378f,2.088905828961441f,-0.4559139608696685f,-0.3895978648624785f,-0.80022244656016f,-0.10424351845704666f,0f,0f,0f,1f],start_interpolation:0} +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s {} merge value {transformation:[-0.000009184144567069892f,0f,0.000012640890537108556f,-0.6804415236911974f,0f,0.000015625f,0f,1.1561225f,-0.000012640890537108556f,0f,-0.000009184144567069892f,0.22951328079417405f,0f,0f,0f,1f],start_interpolation:0} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_as_root.mcfunction new file mode 100644 index 000000000..f505341dc --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_as_root.mcfunction @@ -0,0 +1,4 @@ +execute unless score #tween_duration aj.i = #tween_duration aj.i run scoreboard players set #tween_duration aj.i 1 +scoreboard players operation @s aj.tween_time = #tween_duration aj.i +execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #tween_duration aj.i +scoreboard players remove @s aj.tween_time 1 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_play_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_play_as_root.mcfunction new file mode 100644 index 000000000..c49ab11f4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_play_as_root.mcfunction @@ -0,0 +1,4 @@ +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/play_as_root +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tween_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_resume_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_resume_as_root.mcfunction new file mode 100644 index 000000000..c9789ab41 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/9_0_water_wall/tween_resume_as_root.mcfunction @@ -0,0 +1,5 @@ +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/resume_as_root +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tween_as_root +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root +execute if score #tween_duration aj.i matches ..0 on passengers run data modify entity @s interpolation_duration set value 1 +scoreboard players reset #tween_duration aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/pause_all_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/pause_all_as_root.mcfunction new file mode 100644 index 000000000..771c4caef --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/pause_all_as_root.mcfunction @@ -0,0 +1,16 @@ +function animated_java:ecual/zzzzzzzz/animations/1_0_idle/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/6_0_moving/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/pause_as_root +function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/pause_as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/tick.mcfunction new file mode 100644 index 000000000..4d32d24a7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/animations/tick.mcfunction @@ -0,0 +1,16 @@ +execute if entity @s[tag=aj.ecual.animation.1_0_idle] run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/tick +execute if entity @s[tag=aj.ecual.animation.1_1_idle_rare] run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/tick +execute if entity @s[tag=aj.ecual.animation.2_0_chill_rain] run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/tick +execute if entity @s[tag=aj.ecual.animation.3_0_crystal_turret] run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/tick +execute if entity @s[tag=aj.ecual.animation.4_0_summon_book] run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/tick +execute if entity @s[tag=aj.ecual.animation.5_0_shining_ray] run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/tick +execute if entity @s[tag=aj.ecual.animation.5_1_water_bullet] run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/tick +execute if entity @s[tag=aj.ecual.animation.6_0_moving] run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/tick +execute if entity @s[tag=aj.ecual.animation.7_0_holy_ray] run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/tick +execute if entity @s[tag=aj.ecual.animation.8_0_quietus_rain] run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/tick +execute if entity @s[tag=aj.ecual.animation.9_0_water_wall] run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/tick +execute if entity @s[tag=aj.ecual.animation.10_0_hydro_storm] run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/tick +execute if entity @s[tag=aj.ecual.animation.11_0_damage_1] run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/tick +execute if entity @s[tag=aj.ecual.animation.11_1_damage_2] run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/tick +execute if entity @s[tag=aj.ecual.animation.12_0_opening_attack] run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/tick +execute if entity @s[tag=aj.ecual.animation.13_0_former_ending] run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/tick \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/default/as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/default/as_bone.mcfunction new file mode 100644 index 000000000..ac29e11c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/default/as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s item.tag.CustomModelData set value 886 +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s item.tag.CustomModelData set value 887 +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s item.tag.CustomModelData set value 888 +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s item.tag.CustomModelData set value 889 +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s item.tag.CustomModelData set value 890 +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s item.tag.CustomModelData set value 891 +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s item.tag.CustomModelData set value 892 +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s item.tag.CustomModelData set value 893 +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s item.tag.CustomModelData set value 894 +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s item.tag.CustomModelData set value 895 +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s item.tag.CustomModelData set value 896 +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s item.tag.CustomModelData set value 897 +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s item.tag.CustomModelData set value 898 +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s item.tag.CustomModelData set value 899 +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s item.tag.CustomModelData set value 900 +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s item.tag.CustomModelData set value 901 +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s item.tag.CustomModelData set value 902 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s item.tag.CustomModelData set value 903 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s item.tag.CustomModelData set value 904 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s item.tag.CustomModelData set value 905 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s item.tag.CustomModelData set value 906 +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s item.tag.CustomModelData set value 907 +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s item.tag.CustomModelData set value 908 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s item.tag.CustomModelData set value 909 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s item.tag.CustomModelData set value 910 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s item.tag.CustomModelData set value 911 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s item.tag.CustomModelData set value 912 +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s item.tag.CustomModelData set value 913 +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s item.tag.CustomModelData set value 914 +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s item.tag.CustomModelData set value 915 +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s item.tag.CustomModelData set value 916 +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s item.tag.CustomModelData set value 917 +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s item.tag.CustomModelData set value 918 +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s item.tag.CustomModelData set value 919 +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s item.tag.CustomModelData set value 920 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s item.tag.CustomModelData set value 921 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s item.tag.CustomModelData set value 922 +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s item.tag.CustomModelData set value 923 +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s item.tag.CustomModelData set value 924 +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s item.tag.CustomModelData set value 925 +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s item.tag.CustomModelData set value 926 +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s item.tag.CustomModelData set value 927 +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s item.tag.CustomModelData set value 928 +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s item.tag.CustomModelData set value 929 +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s item.tag.CustomModelData set value 930 +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s item.tag.CustomModelData set value 931 +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s item.tag.CustomModelData set value 932 +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s item.tag.CustomModelData set value 933 +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s item.tag.CustomModelData set value 934 +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s item.tag.CustomModelData set value 935 +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s item.tag.CustomModelData set value 936 +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s item.tag.CustomModelData set value 937 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/default/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/default/as_root.mcfunction new file mode 100644 index 000000000..1824a2b47 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/default/as_root.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/apply_variant/default/as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/jitome/as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/jitome/as_bone.mcfunction new file mode 100644 index 000000000..5a75347e3 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/jitome/as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s item.tag.CustomModelData set value 938 +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s item.tag.CustomModelData set value 939 +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s item.tag.CustomModelData set value 940 +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s item.tag.CustomModelData set value 941 +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s item.tag.CustomModelData set value 942 +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s item.tag.CustomModelData set value 943 +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s item.tag.CustomModelData set value 944 +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s item.tag.CustomModelData set value 945 +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s item.tag.CustomModelData set value 946 +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s item.tag.CustomModelData set value 947 +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s item.tag.CustomModelData set value 948 +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s item.tag.CustomModelData set value 949 +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s item.tag.CustomModelData set value 950 +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s item.tag.CustomModelData set value 951 +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s item.tag.CustomModelData set value 952 +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s item.tag.CustomModelData set value 953 +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s item.tag.CustomModelData set value 954 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s item.tag.CustomModelData set value 955 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s item.tag.CustomModelData set value 956 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s item.tag.CustomModelData set value 957 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s item.tag.CustomModelData set value 958 +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s item.tag.CustomModelData set value 959 +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s item.tag.CustomModelData set value 960 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s item.tag.CustomModelData set value 961 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s item.tag.CustomModelData set value 962 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s item.tag.CustomModelData set value 963 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s item.tag.CustomModelData set value 964 +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s item.tag.CustomModelData set value 965 +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s item.tag.CustomModelData set value 966 +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s item.tag.CustomModelData set value 967 +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s item.tag.CustomModelData set value 968 +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s item.tag.CustomModelData set value 969 +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s item.tag.CustomModelData set value 970 +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s item.tag.CustomModelData set value 971 +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s item.tag.CustomModelData set value 972 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s item.tag.CustomModelData set value 973 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s item.tag.CustomModelData set value 974 +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s item.tag.CustomModelData set value 975 +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s item.tag.CustomModelData set value 976 +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s item.tag.CustomModelData set value 977 +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s item.tag.CustomModelData set value 978 +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s item.tag.CustomModelData set value 979 +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s item.tag.CustomModelData set value 980 +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s item.tag.CustomModelData set value 981 +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s item.tag.CustomModelData set value 982 +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s item.tag.CustomModelData set value 983 +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s item.tag.CustomModelData set value 984 +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s item.tag.CustomModelData set value 985 +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s item.tag.CustomModelData set value 986 +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s item.tag.CustomModelData set value 987 +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s item.tag.CustomModelData set value 988 +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s item.tag.CustomModelData set value 989 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/jitome/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/jitome/as_root.mcfunction new file mode 100644 index 000000000..a3d7e1a8a --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/jitome/as_root.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/apply_variant/jitome/as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/mabaraki/as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/mabaraki/as_bone.mcfunction new file mode 100644 index 000000000..118460e24 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/mabaraki/as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s item.tag.CustomModelData set value 990 +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s item.tag.CustomModelData set value 991 +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s item.tag.CustomModelData set value 992 +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s item.tag.CustomModelData set value 993 +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s item.tag.CustomModelData set value 994 +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s item.tag.CustomModelData set value 995 +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s item.tag.CustomModelData set value 996 +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s item.tag.CustomModelData set value 997 +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s item.tag.CustomModelData set value 998 +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s item.tag.CustomModelData set value 999 +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s item.tag.CustomModelData set value 1000 +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s item.tag.CustomModelData set value 1001 +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s item.tag.CustomModelData set value 1002 +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s item.tag.CustomModelData set value 1003 +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s item.tag.CustomModelData set value 1004 +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s item.tag.CustomModelData set value 1005 +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s item.tag.CustomModelData set value 1006 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s item.tag.CustomModelData set value 1007 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s item.tag.CustomModelData set value 1008 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s item.tag.CustomModelData set value 1009 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s item.tag.CustomModelData set value 1010 +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s item.tag.CustomModelData set value 1011 +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s item.tag.CustomModelData set value 1012 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s item.tag.CustomModelData set value 1013 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s item.tag.CustomModelData set value 1014 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s item.tag.CustomModelData set value 1015 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s item.tag.CustomModelData set value 1016 +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s item.tag.CustomModelData set value 1017 +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s item.tag.CustomModelData set value 1018 +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s item.tag.CustomModelData set value 1019 +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s item.tag.CustomModelData set value 1020 +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s item.tag.CustomModelData set value 1021 +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s item.tag.CustomModelData set value 1022 +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s item.tag.CustomModelData set value 1023 +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s item.tag.CustomModelData set value 1024 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s item.tag.CustomModelData set value 1025 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s item.tag.CustomModelData set value 1026 +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s item.tag.CustomModelData set value 1027 +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s item.tag.CustomModelData set value 1028 +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s item.tag.CustomModelData set value 1029 +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s item.tag.CustomModelData set value 1030 +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s item.tag.CustomModelData set value 1031 +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s item.tag.CustomModelData set value 1032 +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s item.tag.CustomModelData set value 1033 +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s item.tag.CustomModelData set value 1034 +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s item.tag.CustomModelData set value 1035 +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s item.tag.CustomModelData set value 1036 +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s item.tag.CustomModelData set value 1037 +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s item.tag.CustomModelData set value 1038 +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s item.tag.CustomModelData set value 1039 +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s item.tag.CustomModelData set value 1040 +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s item.tag.CustomModelData set value 1041 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/mabaraki/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/mabaraki/as_root.mcfunction new file mode 100644 index 000000000..54742db26 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/mabaraki/as_root.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/majime/as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/majime/as_bone.mcfunction new file mode 100644 index 000000000..721808b0d --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/majime/as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s item.tag.CustomModelData set value 1042 +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s item.tag.CustomModelData set value 1043 +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s item.tag.CustomModelData set value 1044 +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s item.tag.CustomModelData set value 1045 +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s item.tag.CustomModelData set value 1046 +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s item.tag.CustomModelData set value 1047 +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s item.tag.CustomModelData set value 1048 +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s item.tag.CustomModelData set value 1049 +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s item.tag.CustomModelData set value 1050 +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s item.tag.CustomModelData set value 1051 +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s item.tag.CustomModelData set value 1052 +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s item.tag.CustomModelData set value 1053 +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s item.tag.CustomModelData set value 1054 +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s item.tag.CustomModelData set value 1055 +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s item.tag.CustomModelData set value 1056 +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s item.tag.CustomModelData set value 1057 +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s item.tag.CustomModelData set value 1058 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s item.tag.CustomModelData set value 1059 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s item.tag.CustomModelData set value 1060 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s item.tag.CustomModelData set value 1061 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s item.tag.CustomModelData set value 1062 +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s item.tag.CustomModelData set value 1063 +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s item.tag.CustomModelData set value 1064 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s item.tag.CustomModelData set value 1065 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s item.tag.CustomModelData set value 1066 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s item.tag.CustomModelData set value 1067 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s item.tag.CustomModelData set value 1068 +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s item.tag.CustomModelData set value 1069 +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s item.tag.CustomModelData set value 1070 +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s item.tag.CustomModelData set value 1071 +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s item.tag.CustomModelData set value 1072 +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s item.tag.CustomModelData set value 1073 +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s item.tag.CustomModelData set value 1074 +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s item.tag.CustomModelData set value 1075 +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s item.tag.CustomModelData set value 1076 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s item.tag.CustomModelData set value 1077 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s item.tag.CustomModelData set value 1078 +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s item.tag.CustomModelData set value 1079 +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s item.tag.CustomModelData set value 1080 +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s item.tag.CustomModelData set value 1081 +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s item.tag.CustomModelData set value 1082 +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s item.tag.CustomModelData set value 1083 +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s item.tag.CustomModelData set value 1084 +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s item.tag.CustomModelData set value 1085 +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s item.tag.CustomModelData set value 1086 +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s item.tag.CustomModelData set value 1087 +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s item.tag.CustomModelData set value 1088 +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s item.tag.CustomModelData set value 1089 +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s item.tag.CustomModelData set value 1090 +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s item.tag.CustomModelData set value 1091 +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s item.tag.CustomModelData set value 1092 +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s item.tag.CustomModelData set value 1093 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/majime/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/majime/as_root.mcfunction new file mode 100644 index 000000000..a97b3b135 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/majime/as_root.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/wink/as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/wink/as_bone.mcfunction new file mode 100644 index 000000000..c4add05d9 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/wink/as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s item.tag.CustomModelData set value 1094 +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s item.tag.CustomModelData set value 1095 +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s item.tag.CustomModelData set value 1096 +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s item.tag.CustomModelData set value 1097 +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s item.tag.CustomModelData set value 1098 +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s item.tag.CustomModelData set value 1099 +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s item.tag.CustomModelData set value 1100 +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s item.tag.CustomModelData set value 1101 +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s item.tag.CustomModelData set value 1102 +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s item.tag.CustomModelData set value 1103 +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s item.tag.CustomModelData set value 1104 +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s item.tag.CustomModelData set value 1105 +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s item.tag.CustomModelData set value 1106 +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s item.tag.CustomModelData set value 1107 +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s item.tag.CustomModelData set value 1108 +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s item.tag.CustomModelData set value 1109 +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s item.tag.CustomModelData set value 1110 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s item.tag.CustomModelData set value 1111 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s item.tag.CustomModelData set value 1112 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s item.tag.CustomModelData set value 1113 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s item.tag.CustomModelData set value 1114 +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s item.tag.CustomModelData set value 1115 +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s item.tag.CustomModelData set value 1116 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s item.tag.CustomModelData set value 1117 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s item.tag.CustomModelData set value 1118 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s item.tag.CustomModelData set value 1119 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s item.tag.CustomModelData set value 1120 +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s item.tag.CustomModelData set value 1121 +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s item.tag.CustomModelData set value 1122 +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s item.tag.CustomModelData set value 1123 +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s item.tag.CustomModelData set value 1124 +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s item.tag.CustomModelData set value 1125 +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s item.tag.CustomModelData set value 1126 +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s item.tag.CustomModelData set value 1127 +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s item.tag.CustomModelData set value 1128 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s item.tag.CustomModelData set value 1129 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s item.tag.CustomModelData set value 1130 +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s item.tag.CustomModelData set value 1131 +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s item.tag.CustomModelData set value 1132 +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s item.tag.CustomModelData set value 1133 +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s item.tag.CustomModelData set value 1134 +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s item.tag.CustomModelData set value 1135 +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s item.tag.CustomModelData set value 1136 +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s item.tag.CustomModelData set value 1137 +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s item.tag.CustomModelData set value 1138 +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s item.tag.CustomModelData set value 1139 +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s item.tag.CustomModelData set value 1140 +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s item.tag.CustomModelData set value 1141 +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s item.tag.CustomModelData set value 1142 +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s item.tag.CustomModelData set value 1143 +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s item.tag.CustomModelData set value 1144 +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s item.tag.CustomModelData set value 1145 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/wink/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/wink/as_root.mcfunction new file mode 100644 index 000000000..da579f102 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/wink/as_root.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/apply_variant/wink/as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/yarare/as_bone.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/yarare/as_bone.mcfunction new file mode 100644 index 000000000..7ab81d8d4 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/yarare/as_bone.mcfunction @@ -0,0 +1,52 @@ +execute if entity @s[tag=aj.ecual.bone.wing_right_1] run data modify entity @s item.tag.CustomModelData set value 1146 +execute if entity @s[tag=aj.ecual.bone.wing_right_2] run data modify entity @s item.tag.CustomModelData set value 1147 +execute if entity @s[tag=aj.ecual.bone.wing_left_1] run data modify entity @s item.tag.CustomModelData set value 1148 +execute if entity @s[tag=aj.ecual.bone.wing_left_2] run data modify entity @s item.tag.CustomModelData set value 1149 +execute if entity @s[tag=aj.ecual.bone.staff] run data modify entity @s item.tag.CustomModelData set value 1150 +execute if entity @s[tag=aj.ecual.bone.arm_right_2] run data modify entity @s item.tag.CustomModelData set value 1151 +execute if entity @s[tag=aj.ecual.bone.arm_right_1] run data modify entity @s item.tag.CustomModelData set value 1152 +execute if entity @s[tag=aj.ecual.bone.arm_left_2] run data modify entity @s item.tag.CustomModelData set value 1153 +execute if entity @s[tag=aj.ecual.bone.arm_left_1] run data modify entity @s item.tag.CustomModelData set value 1154 +execute if entity @s[tag=aj.ecual.bone.himo_right_2] run data modify entity @s item.tag.CustomModelData set value 1155 +execute if entity @s[tag=aj.ecual.bone.himo_right_1] run data modify entity @s item.tag.CustomModelData set value 1156 +execute if entity @s[tag=aj.ecual.bone.himo_left_2] run data modify entity @s item.tag.CustomModelData set value 1157 +execute if entity @s[tag=aj.ecual.bone.himo_left_1] run data modify entity @s item.tag.CustomModelData set value 1158 +execute if entity @s[tag=aj.ecual.bone.ponpon1] run data modify entity @s item.tag.CustomModelData set value 1159 +execute if entity @s[tag=aj.ecual.bone.ponpon2] run data modify entity @s item.tag.CustomModelData set value 1160 +execute if entity @s[tag=aj.ecual.bone.ponpon3] run data modify entity @s item.tag.CustomModelData set value 1161 +execute if entity @s[tag=aj.ecual.bone.ponpon4] run data modify entity @s item.tag.CustomModelData set value 1162 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a1] run data modify entity @s item.tag.CustomModelData set value 1163 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a2] run data modify entity @s item.tag.CustomModelData set value 1164 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b1] run data modify entity @s item.tag.CustomModelData set value 1165 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b2] run data modify entity @s item.tag.CustomModelData set value 1166 +execute if entity @s[tag=aj.ecual.bone.ear_right_2] run data modify entity @s item.tag.CustomModelData set value 1167 +execute if entity @s[tag=aj.ecual.bone.ear_right_1] run data modify entity @s item.tag.CustomModelData set value 1168 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a3] run data modify entity @s item.tag.CustomModelData set value 1169 +execute if entity @s[tag=aj.ecual.bone.ear_edge_a4] run data modify entity @s item.tag.CustomModelData set value 1170 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b3] run data modify entity @s item.tag.CustomModelData set value 1171 +execute if entity @s[tag=aj.ecual.bone.ear_edge_b4] run data modify entity @s item.tag.CustomModelData set value 1172 +execute if entity @s[tag=aj.ecual.bone.ear_left_2] run data modify entity @s item.tag.CustomModelData set value 1173 +execute if entity @s[tag=aj.ecual.bone.ear_left_1] run data modify entity @s item.tag.CustomModelData set value 1174 +execute if entity @s[tag=aj.ecual.bone.head] run data modify entity @s item.tag.CustomModelData set value 1175 +execute if entity @s[tag=aj.ecual.bone.body_1] run data modify entity @s item.tag.CustomModelData set value 1176 +execute if entity @s[tag=aj.ecual.bone.leg_left_2] run data modify entity @s item.tag.CustomModelData set value 1177 +execute if entity @s[tag=aj.ecual.bone.leg_left_1] run data modify entity @s item.tag.CustomModelData set value 1178 +execute if entity @s[tag=aj.ecual.bone.leg_right_2] run data modify entity @s item.tag.CustomModelData set value 1179 +execute if entity @s[tag=aj.ecual.bone.leg_right_1] run data modify entity @s item.tag.CustomModelData set value 1180 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_right] run data modify entity @s item.tag.CustomModelData set value 1181 +execute if entity @s[tag=aj.ecual.bone.skirt_forward_left] run data modify entity @s item.tag.CustomModelData set value 1182 +execute if entity @s[tag=aj.ecual.bone.skirt_forward] run data modify entity @s item.tag.CustomModelData set value 1183 +execute if entity @s[tag=aj.ecual.bone.skirt_back_right] run data modify entity @s item.tag.CustomModelData set value 1184 +execute if entity @s[tag=aj.ecual.bone.skirt_back_left] run data modify entity @s item.tag.CustomModelData set value 1185 +execute if entity @s[tag=aj.ecual.bone.skirt_back] run data modify entity @s item.tag.CustomModelData set value 1186 +execute if entity @s[tag=aj.ecual.bone.skirt_right] run data modify entity @s item.tag.CustomModelData set value 1187 +execute if entity @s[tag=aj.ecual.bone.skirt_left] run data modify entity @s item.tag.CustomModelData set value 1188 +execute if entity @s[tag=aj.ecual.bone.coat_downer] run data modify entity @s item.tag.CustomModelData set value 1189 +execute if entity @s[tag=aj.ecual.bone.body_2] run data modify entity @s item.tag.CustomModelData set value 1190 +execute if entity @s[tag=aj.ecual.bone.book_left] run data modify entity @s item.tag.CustomModelData set value 1191 +execute if entity @s[tag=aj.ecual.bone.book_right] run data modify entity @s item.tag.CustomModelData set value 1192 +execute if entity @s[tag=aj.ecual.bone.book_loot_1] run data modify entity @s item.tag.CustomModelData set value 1193 +execute if entity @s[tag=aj.ecual.bone.book_left2] run data modify entity @s item.tag.CustomModelData set value 1194 +execute if entity @s[tag=aj.ecual.bone.book_right2] run data modify entity @s item.tag.CustomModelData set value 1195 +execute if entity @s[tag=aj.ecual.bone.book_loot_2] run data modify entity @s item.tag.CustomModelData set value 1196 +execute if entity @s[tag=aj.ecual.bone.air_staff_povit_1] run data modify entity @s item.tag.CustomModelData set value 1197 \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/yarare/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/yarare/as_root.mcfunction new file mode 100644 index 000000000..a8cdf7351 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/apply_variant/yarare/as_root.mcfunction @@ -0,0 +1 @@ +execute on passengers run function animated_java:ecual/zzzzzzzz/apply_variant/yarare/as_bone \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/load.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/load.mcfunction new file mode 100644 index 000000000..ed3b5f15f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/load.mcfunction @@ -0,0 +1,68 @@ +scoreboard objectives add aj.i dummy +scoreboard objectives add aj.id dummy +scoreboard objectives add aj.tween_time dummy +scoreboard objectives add aj.anim_time dummy +scoreboard objectives add aj.life_time dummy +scoreboard objectives add aj.ecual.export_version dummy +scoreboard objectives add aj.ecual.rig_loaded dummy +scoreboard objectives add aj.ecual.animation.1_0_idle.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.1_1_idle_rare.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.2_0_chill_rain.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.3_0_crystal_turret.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.4_0_summon_book.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.5_0_shining_ray.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.5_1_water_bullet.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.6_0_moving.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.7_0_holy_ray.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.8_0_quietus_rain.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.9_0_water_wall.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.10_0_hydro_storm.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.11_0_damage_1.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.11_1_damage_2.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.12_0_opening_attack.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.13_0_former_ending.local_anim_time dummy +scoreboard objectives add aj.ecual.animation.1_0_idle.loop_mode dummy +scoreboard objectives add aj.ecual.animation.1_1_idle_rare.loop_mode dummy +scoreboard objectives add aj.ecual.animation.2_0_chill_rain.loop_mode dummy +scoreboard objectives add aj.ecual.animation.3_0_crystal_turret.loop_mode dummy +scoreboard objectives add aj.ecual.animation.4_0_summon_book.loop_mode dummy +scoreboard objectives add aj.ecual.animation.5_0_shining_ray.loop_mode dummy +scoreboard objectives add aj.ecual.animation.5_1_water_bullet.loop_mode dummy +scoreboard objectives add aj.ecual.animation.6_0_moving.loop_mode dummy +scoreboard objectives add aj.ecual.animation.7_0_holy_ray.loop_mode dummy +scoreboard objectives add aj.ecual.animation.8_0_quietus_rain.loop_mode dummy +scoreboard objectives add aj.ecual.animation.9_0_water_wall.loop_mode dummy +scoreboard objectives add aj.ecual.animation.10_0_hydro_storm.loop_mode dummy +scoreboard objectives add aj.ecual.animation.11_0_damage_1.loop_mode dummy +scoreboard objectives add aj.ecual.animation.11_1_damage_2.loop_mode dummy +scoreboard objectives add aj.ecual.animation.12_0_opening_attack.loop_mode dummy +scoreboard objectives add aj.ecual.animation.13_0_former_ending.loop_mode dummy +scoreboard players set $aj.ecual.animation.1_0_idle aj.id 0 +scoreboard players set $aj.ecual.animation.1_1_idle_rare aj.id 1 +scoreboard players set $aj.ecual.animation.2_0_chill_rain aj.id 2 +scoreboard players set $aj.ecual.animation.3_0_crystal_turret aj.id 3 +scoreboard players set $aj.ecual.animation.4_0_summon_book aj.id 4 +scoreboard players set $aj.ecual.animation.5_0_shining_ray aj.id 5 +scoreboard players set $aj.ecual.animation.5_1_water_bullet aj.id 6 +scoreboard players set $aj.ecual.animation.6_0_moving aj.id 7 +scoreboard players set $aj.ecual.animation.7_0_holy_ray aj.id 8 +scoreboard players set $aj.ecual.animation.8_0_quietus_rain aj.id 9 +scoreboard players set $aj.ecual.animation.9_0_water_wall aj.id 10 +scoreboard players set $aj.ecual.animation.10_0_hydro_storm aj.id 11 +scoreboard players set $aj.ecual.animation.11_0_damage_1 aj.id 12 +scoreboard players set $aj.ecual.animation.11_1_damage_2 aj.id 13 +scoreboard players set $aj.ecual.animation.12_0_opening_attack aj.id 14 +scoreboard players set $aj.ecual.animation.13_0_former_ending aj.id 15 +scoreboard players set $aj.ecual.variant.default aj.id 0 +scoreboard players set $aj.ecual.variant.jitome aj.id 1 +scoreboard players set $aj.ecual.variant.mabaraki aj.id 2 +scoreboard players set $aj.ecual.variant.majime aj.id 3 +scoreboard players set $aj.ecual.variant.wink aj.id 4 +scoreboard players set $aj.ecual.variant.yarare aj.id 5 +scoreboard players add .aj.last_id aj.id 0 +scoreboard players set $aj.loop_mode.loop aj.i 0 +scoreboard players set $aj.loop_mode.once aj.i 1 +scoreboard players set $aj.loop_mode.hold aj.i 2 +scoreboard players set aj.ecual.export_version aj.i 627237115 +scoreboard players reset * aj.ecual.rig_loaded +execute as @e[type=minecraft:item_display,tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/on_load \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/mark_outdated_rig.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/mark_outdated_rig.mcfunction new file mode 100644 index 000000000..fb9f227c6 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/mark_outdated_rig.mcfunction @@ -0,0 +1,6 @@ +scoreboard players operation @s aj.ecual.export_version = aj.ecual.export_version aj.i +data modify entity @s Glowing set value 1 +data modify entity @s glow_color_override set value 16711680 +execute on passengers run data modify entity @s Glowing set value 1 +execute on passengers run data modify entity @s glow_color_override set value 16711680 +tellraw @a ["",{"text":"["},{"text":"Animated Java","color":"aqua"},{"text":"] "},[{"text":"ERROR ☠","color":"red"},{"text":" > ","color":"gray"},{"text":"An existing rig is out-of-date!"},{"text":" Please re-summon the highlighted rig to update it to the newly exported version.","color":"yellow"}]] \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/on_load.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/on_load.mcfunction new file mode 100644 index 000000000..586be8581 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/on_load.mcfunction @@ -0,0 +1,2 @@ +scoreboard players set @s aj.ecual.rig_loaded 1 +execute unless score @s aj.ecual.export_version = aj.ecual.export_version aj.i at @s run function animated_java:ecual/zzzzzzzz/mark_outdated_rig \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/remove/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/remove/as_root.mcfunction new file mode 100644 index 000000000..f39486f5f --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/remove/as_root.mcfunction @@ -0,0 +1,4 @@ +execute at @s run function #animated_java:ecual/on_remove/as_root +execute on passengers on origin run kill @s +execute on passengers run kill @s +kill @s \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/summon/as_rig_entities.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/summon/as_rig_entities.mcfunction new file mode 100644 index 000000000..3aa8f3335 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/summon/as_rig_entities.mcfunction @@ -0,0 +1,5 @@ +scoreboard players operation @s aj.id = .aj.last_id aj.id +tag @s remove aj.new +function #animated_java:ecual/on_summon/as_rig_entities +execute if entity @s[tag=aj.ecual.bone] run function #animated_java:ecual/zzzzzzzz/on_summon/as_bones + diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/summon/as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/summon/as_root.mcfunction new file mode 100644 index 000000000..79d79d635 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/summon/as_root.mcfunction @@ -0,0 +1,53 @@ +execute unless score #frame aj.i = #frame aj.i run scoreboard players set #frame aj.i 0 +execute unless score #variant aj.i = #variant aj.i run scoreboard players set #variant aj.i 0 +execute unless score #animation aj.i = #animation aj.i run scoreboard players set #animation aj.i -1 +scoreboard players set @s aj.anim_time 0 +scoreboard players set @s aj.ecual.rig_loaded 1 +scoreboard players operation @s aj.ecual.export_version = aj.ecual.export_version aj.i +execute store result score @s aj.id run scoreboard players add .aj.last_id aj.id 1 +tp @s ~ ~ ~ ~ ~ +execute at @s on passengers run function animated_java:ecual/zzzzzzzz/summon/as_rig_entities +execute if score #variant aj.i = $aj.ecual.variant.default aj.id run function animated_java:ecual/zzzzzzzz/apply_variant/default/as_root +execute if score #variant aj.i = $aj.ecual.variant.jitome aj.id run function animated_java:ecual/zzzzzzzz/apply_variant/jitome/as_root +execute if score #variant aj.i = $aj.ecual.variant.mabaraki aj.id run function animated_java:ecual/zzzzzzzz/apply_variant/mabaraki/as_root +execute if score #variant aj.i = $aj.ecual.variant.majime aj.id run function animated_java:ecual/zzzzzzzz/apply_variant/majime/as_root +execute if score #variant aj.i = $aj.ecual.variant.wink aj.id run function animated_java:ecual/zzzzzzzz/apply_variant/wink/as_root +execute if score #variant aj.i = $aj.ecual.variant.yarare aj.id run function animated_java:ecual/zzzzzzzz/apply_variant/yarare/as_root +execute if score #animation aj.i matches 0.. run scoreboard players operation @s aj.anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.1_0_idle aj.id run function animated_java:ecual/zzzzzzzz/animations/1_0_idle/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.1_0_idle aj.id run scoreboard players operation @s aj.ecual.animation.1_0_idle.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.1_1_idle_rare aj.id run function animated_java:ecual/zzzzzzzz/animations/1_1_idle_rare/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.1_1_idle_rare aj.id run scoreboard players operation @s aj.ecual.animation.1_1_idle_rare.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.2_0_chill_rain aj.id run function animated_java:ecual/zzzzzzzz/animations/2_0_chill_rain/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.2_0_chill_rain aj.id run scoreboard players operation @s aj.ecual.animation.2_0_chill_rain.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.3_0_crystal_turret aj.id run function animated_java:ecual/zzzzzzzz/animations/3_0_crystal_turret/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.3_0_crystal_turret aj.id run scoreboard players operation @s aj.ecual.animation.3_0_crystal_turret.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.4_0_summon_book aj.id run function animated_java:ecual/zzzzzzzz/animations/4_0_summon_book/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.4_0_summon_book aj.id run scoreboard players operation @s aj.ecual.animation.4_0_summon_book.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.5_0_shining_ray aj.id run function animated_java:ecual/zzzzzzzz/animations/5_0_shining_ray/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.5_0_shining_ray aj.id run scoreboard players operation @s aj.ecual.animation.5_0_shining_ray.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.5_1_water_bullet aj.id run function animated_java:ecual/zzzzzzzz/animations/5_1_water_bullet/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.5_1_water_bullet aj.id run scoreboard players operation @s aj.ecual.animation.5_1_water_bullet.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.6_0_moving aj.id run function animated_java:ecual/zzzzzzzz/animations/6_0_moving/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.6_0_moving aj.id run scoreboard players operation @s aj.ecual.animation.6_0_moving.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.7_0_holy_ray aj.id run function animated_java:ecual/zzzzzzzz/animations/7_0_holy_ray/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.7_0_holy_ray aj.id run scoreboard players operation @s aj.ecual.animation.7_0_holy_ray.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.8_0_quietus_rain aj.id run function animated_java:ecual/zzzzzzzz/animations/8_0_quietus_rain/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.8_0_quietus_rain aj.id run scoreboard players operation @s aj.ecual.animation.8_0_quietus_rain.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.9_0_water_wall aj.id run function animated_java:ecual/zzzzzzzz/animations/9_0_water_wall/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.9_0_water_wall aj.id run scoreboard players operation @s aj.ecual.animation.9_0_water_wall.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.10_0_hydro_storm aj.id run function animated_java:ecual/zzzzzzzz/animations/10_0_hydro_storm/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.10_0_hydro_storm aj.id run scoreboard players operation @s aj.ecual.animation.10_0_hydro_storm.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.11_0_damage_1 aj.id run function animated_java:ecual/zzzzzzzz/animations/11_0_damage_1/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.11_0_damage_1 aj.id run scoreboard players operation @s aj.ecual.animation.11_0_damage_1.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.11_1_damage_2 aj.id run function animated_java:ecual/zzzzzzzz/animations/11_1_damage_2/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.11_1_damage_2 aj.id run scoreboard players operation @s aj.ecual.animation.11_1_damage_2.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.12_0_opening_attack aj.id run function animated_java:ecual/zzzzzzzz/animations/12_0_opening_attack/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.12_0_opening_attack aj.id run scoreboard players operation @s aj.ecual.animation.12_0_opening_attack.local_anim_time = #frame aj.i +execute if score #animation aj.i = $aj.ecual.animation.13_0_former_ending aj.id run function animated_java:ecual/zzzzzzzz/animations/13_0_former_ending/apply_frame_as_root +execute if score #animation aj.i = $aj.ecual.animation.13_0_former_ending aj.id run scoreboard players operation @s aj.ecual.animation.13_0_former_ending.local_anim_time = #frame aj.i +execute at @s run function #animated_java:ecual/on_summon/as_root +tag @s remove aj.new +scoreboard players reset #frame aj.i +scoreboard players reset #variant aj.i +scoreboard players reset #animation aj.i \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/tick.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/tick.mcfunction new file mode 100644 index 000000000..fbbb976f7 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/tick.mcfunction @@ -0,0 +1 @@ +execute if entity @s[tag=aj.ecual.root] run function animated_java:ecual/zzzzzzzz/tick_as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/tick_as_root.mcfunction b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/tick_as_root.mcfunction new file mode 100644 index 000000000..7d36999f8 --- /dev/null +++ b/AnimatedJava/data/animated_java/functions/ecual/zzzzzzzz/tick_as_root.mcfunction @@ -0,0 +1,5 @@ +execute unless score @s aj.ecual.rig_loaded = @s aj.ecual.rig_loaded run function animated_java:ecual/zzzzzzzz/on_load +scoreboard players add @s aj.life_time 1 +execute at @s on passengers run tp @s ~ ~ ~ ~ ~ +function animated_java:ecual/zzzzzzzz/animations/tick +function #animated_java:ecual/on_tick/as_root \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_bones.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_bones.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_bones.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_camera_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_camera_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_camera_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_camera_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_camera_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_camera_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_locator_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_locator_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_locator_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_locator_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_locator_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_locator_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_rig_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_rig_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_rig_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_root.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_root.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_load/as_root.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_bones.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_bones.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_bones.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_camera_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_camera_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_camera_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_camera_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_camera_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_camera_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_locator_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_locator_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_locator_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_locator_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_locator_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_locator_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_rig_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_rig_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_rig_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_root.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_root.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_remove/as_root.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_bones.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_bones.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_bones.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_camera_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_camera_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_camera_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_camera_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_camera_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_camera_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_locator_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_locator_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_locator_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_locator_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_locator_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_locator_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_rig_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_rig_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_rig_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_root.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_root.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_summon/as_root.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_bones.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_bones.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_bones.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_camera_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_camera_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_camera_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_camera_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_camera_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_camera_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_locator_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_locator_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_locator_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_locator_origins.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_locator_origins.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_locator_origins.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_rig_entities.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_rig_entities.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_rig_entities.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_root.json b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_root.json new file mode 100644 index 000000000..d743d9e28 --- /dev/null +++ b/AnimatedJava/data/animated_java/tags/functions/ecual/on_tick/as_root.json @@ -0,0 +1,4 @@ +{ + "replace": false, + "values": [] +} \ No newline at end of file diff --git a/AnimatedJava/data/animated_java/tags/functions/rig_tick.json b/AnimatedJava/data/animated_java/tags/functions/rig_tick.json index 8ad3666ea..260d02364 100644 --- a/AnimatedJava/data/animated_java/tags/functions/rig_tick.json +++ b/AnimatedJava/data/animated_java/tags/functions/rig_tick.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "animated_java:axia/zzzzzzzz/tick" + "animated_java:axia/zzzzzzzz/tick", + "animated_java:ecual/zzzzzzzz/tick" ] } \ No newline at end of file diff --git a/AnimatedJava/data/minecraft/tags/functions/load.json b/AnimatedJava/data/minecraft/tags/functions/load.json index f9c9ddf8d..72ec5dd5a 100644 --- a/AnimatedJava/data/minecraft/tags/functions/load.json +++ b/AnimatedJava/data/minecraft/tags/functions/load.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "animated_java:axia/zzzzzzzz/load" + "animated_java:axia/zzzzzzzz/load", + "animated_java:ecual/zzzzzzzz/load" ] } \ No newline at end of file diff --git a/AnimatedJava/datapack.ajmeta b/AnimatedJava/datapack.ajmeta index 72df46a39..d2ea6fbfa 100644 --- a/AnimatedJava/datapack.ajmeta +++ b/AnimatedJava/datapack.ajmeta @@ -3649,6 +3649,4207 @@ "data\\animated_java\\tags\\entity_types\\locator_origin.json", "data\\animated_java\\tags\\entity_types\\camera_origin.json" ] + }, + "0d6d073c-e1d7-a238-a0b3-1144de0cc2b0": { + "project_name": "ecual", + "file_list": [ + "data\\minecraft\\tags\\functions\\load.json", + "data\\minecraft\\tags\\functions\\tick.json", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\load.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\on_load.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\mark_outdated_rig.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\tick_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\summon\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\summon\\as_rig_entities.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\default\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\default\\as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\jitome\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\jitome\\as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\mabaraki\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\mabaraki\\as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\majime\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\majime\\as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\wink\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\wink\\as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\yarare\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\apply_variant\\yarare\\as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\remove\\as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\pause_all_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\tree\\branch_0_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_0_idle\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\tree\\branch_0_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\1_1_idle_rare\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_64_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\tree\\branch_0_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\2_0_chill_rain\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_64_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\tree\\branch_0_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\3_0_crystal_turret\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_64_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\tree\\branch_0_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\4_0_summon_book\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_121.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_121_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_122.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_122_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_123.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_123_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_124.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_124_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_125.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_125_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_126.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_126_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_127_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_120_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_64_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_128.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_128_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_129.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_129_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_130.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_130_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_131.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_131_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_132.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_132_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_133.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_133_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_134.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_134_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_135_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_128_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_136.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_136_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_137.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_137_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_138.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_138_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_139.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_139_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_140.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_140_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_141.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_141_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_142.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_142_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_143_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_136_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_144.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_144_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_145.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_145_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_146.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_146_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_147.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_147_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_148.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_148_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_149.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_149_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_150_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_151_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_144_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_152.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_152_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_153.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_153_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_154.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_154_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_155.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_155_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_156.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_156_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_157.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_157_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_158.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_158_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_159_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_152_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\leaf_160_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_128_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\tree\\branch_0_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_0_shining_ray\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_121.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_121_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_122.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_122_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_123.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_123_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_124.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_124_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_125.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_125_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_126.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_126_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_127_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_120_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_64_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_128.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_128_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_129.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_129_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_130.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_130_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_131.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_131_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_132.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_132_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_133.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_133_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_134.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_134_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_135_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_128_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_136.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_136_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_137.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_137_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_138.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_138_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_139.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_139_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_140.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_140_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_141.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_141_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_142.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_142_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_143_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_136_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_144.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_144_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_145.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_145_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_146.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_146_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_147.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_147_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_148.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_148_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_149.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_149_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_150_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_151_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_144_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_152.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_152_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_153.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_153_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_154.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_154_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_155.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_155_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_156.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_156_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_157.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_157_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_158.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_158_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_159_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_152_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\leaf_160_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_128_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\tree\\branch_0_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\5_1_water_bullet\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\tree\\branch_0_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\6_0_moving\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_121.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_121_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_122.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_122_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_123.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_123_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_124.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_124_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_125.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_125_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_126.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_126_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_127_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_120_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_64_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_128.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_128_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_129.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_129_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_130.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_130_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_131.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_131_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_132.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_132_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_133.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_133_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_134.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_134_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_135_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_128_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_136.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_136_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_137.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_137_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_138.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_138_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_139.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_139_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_140.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_140_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_141.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_141_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_142.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_142_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_143_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_136_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_144.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_144_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_145.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_145_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_146.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_146_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_147.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_147_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_148.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_148_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_149.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_149_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_150_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_151_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_144_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_152.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_152_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_153.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_153_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_154.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_154_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_155.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_155_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_156.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_156_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_157.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_157_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_158.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_158_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_159_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_152_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_160_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_161.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_161_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_162.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_162_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_163.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_163_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_164.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_164_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_165.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_165_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_166.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_166_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_167.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_167_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_160_167.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_168.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_168_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_169.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_169_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_170.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_170_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_171.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_171_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_172.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_172_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_173.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_173_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_174.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_174_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\leaf_175_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_168_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_128_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\tree\\branch_0_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\7_0_holy_ray\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_121.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_121_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_122.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_122_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_123.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_123_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_124.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_124_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_125.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_125_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_126.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_126_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_127_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_120_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_64_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_128.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_128_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_129.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_129_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_130.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_130_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_131.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_131_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_132.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_132_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_133.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_133_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_134.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_134_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_135_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_128_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_136.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_136_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_137.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_137_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_138.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_138_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_139.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_139_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_140.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_140_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_141.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_141_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_142.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_142_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_143_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_136_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_144.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_144_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_145.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_145_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_146.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_146_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_147.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_147_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_148.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_148_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_149.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_149_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\leaf_150_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_144_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_128_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\tree\\branch_0_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\8_0_quietus_rain\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_64_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\tree\\branch_0_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\9_0_water_wall\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_121.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_121_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_122.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_122_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_123.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_123_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_124.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_124_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_125.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_125_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_126.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_126_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_127_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_120_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_64_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_128.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_128_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_129.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_129_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_130.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_130_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_131.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_131_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_132.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_132_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_133.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_133_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_134.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_134_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_135_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_128_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_136.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_136_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_137.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_137_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_138.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_138_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_139.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_139_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_140.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_140_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_141.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_141_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_142.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_142_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_143_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_136_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_144.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_144_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_145.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_145_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_146.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_146_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_147.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_147_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_148.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_148_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_149.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_149_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_150_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_151_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_144_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_152.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_152_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_153.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_153_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_154.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_154_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_155.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_155_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_156.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_156_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_157.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_157_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_158.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_158_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_159_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_152_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_160_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_161.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_161_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_162.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_162_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_163.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_163_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_164.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_164_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_165.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_165_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_166.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_166_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_167.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_167_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_160_167.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_168.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_168_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_169.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_169_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_170.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_170_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_171.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_171_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_172.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_172_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_173.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_173_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_174.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_174_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_175_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_168_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_176.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_176_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_177.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_177_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_178.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_178_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_179.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_179_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_180.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_180_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_181.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_181_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_182.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_182_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_183.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_183_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_176_183.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_184.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_184_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_185.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\leaf_185_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_184_185.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_128_185.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\tree\\branch_0_185.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\10_0_hydro_storm\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\tree\\branch_0_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_0_damage_1\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\tree\\branch_0_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\11_1_damage_2\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_101.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_101_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_102.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_102_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_103_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_96_103.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_104.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_104_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_105.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_105_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_106.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_106_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_107.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_107_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_108.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_108_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_109.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_109_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_110.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_110_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_111_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_104_111.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_112.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_112_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_113.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_113_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_114.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_114_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_115.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_115_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_116.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_116_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_117.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_117_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_118.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_118_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_119_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_112_119.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_120.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_120_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_121.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_121_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_122.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_122_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_123.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_123_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_124.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_124_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_125.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_125_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_126.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_126_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_127_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_120_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_64_127.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_128.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_128_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_129.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_129_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_130.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_130_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_131.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_131_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_132.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_132_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_133.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_133_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_134.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_134_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_135_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_128_135.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_136.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_136_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_137.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_137_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_138.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_138_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_139.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_139_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_140.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_140_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_141.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_141_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_142.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_142_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_143_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_136_143.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_144.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_144_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_145.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_145_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_146.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_146_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_147.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_147_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_148.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_148_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_149.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_149_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_150.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_150_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_151_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_144_151.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_152.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_152_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_153.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_153_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_154.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_154_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_155.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_155_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_156.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_156_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_157.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_157_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_158.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_158_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_159_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_152_159.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_160.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_160_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_161.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_161_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_162.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_162_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_163.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_163_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_164.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_164_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_165.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_165_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_166.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_166_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_167.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_167_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_160_167.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_168.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_168_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_169.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_169_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_170.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_170_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_171.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_171_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_172.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_172_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_173.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_173_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_174.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_174_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_175_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_168_175.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_176.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_176_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_177.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_177_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_178.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_178_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_179.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_179_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_180.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_180_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_181.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_181_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_182.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_182_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_183.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_183_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_176_183.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_184.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_184_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_185.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_185_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_186.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_186_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_187.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_187_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_188.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_188_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_189.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_189_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_190.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_190_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_191.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_191_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_184_191.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_128_191.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_192.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_192_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_193.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_193_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_194.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_194_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_195.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_195_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_196.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_196_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_197.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_197_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_198.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_198_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_199.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_199_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_192_199.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_200.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_200_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_201.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_201_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_202.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_202_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_203.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_203_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_204.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_204_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_205.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_205_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_206.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_206_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_207.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_207_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_200_207.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_208.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_208_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_209.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_209_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_210.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_210_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_211.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_211_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_212.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_212_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_213.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_213_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_214.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_214_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_215.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_215_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_208_215.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_216.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_216_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_217.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_217_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_218.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_218_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_219.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_219_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_220.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_220_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_221.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_221_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_222.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_222_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_223.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_223_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_216_223.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_224.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_224_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_225.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_225_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_226.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_226_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_227.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_227_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_228.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_228_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_229.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_229_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_230.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_230_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_231.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_231_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_224_231.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_232.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_232_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_233.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_233_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_234.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_234_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_235.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_235_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_236.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_236_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_237.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_237_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_238.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_238_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_239.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_239_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_232_239.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_240.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_240_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_241.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_241_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_242.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_242_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_243.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_243_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_244.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_244_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_245.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_245_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_246.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_246_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_247.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_247_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_240_247.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_248.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_248_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_249.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_249_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_250.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_250_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_251.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_251_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_252.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_252_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_253.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_253_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_254.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_254_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_255.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_255_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_248_255.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_192_255.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_256.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_256_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_257.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_257_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_258.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_258_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_259.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_259_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_260.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_260_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_261.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_261_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_262.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_262_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_263.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_263_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_256_263.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_264.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_264_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_265.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\leaf_265_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_256_265.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\tree\\branch_0_265.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\12_0_opening_attack\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\pause_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\stop_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tween_play_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tween_resume_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tween_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tick.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tick_tween.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tick_animation.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\end.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\end_loop.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\next_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_0.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_0_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_1.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_1_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_2.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_2_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_3.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_3_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_4.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_4_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_5.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_5_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_6.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_6_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_7_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_0_7.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_8.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_8_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_9.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_9_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_10.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_10_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_11.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_11_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_12.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_12_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_13.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_13_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_14.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_14_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_15_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_8_15.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_16.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_16_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_17.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_17_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_18.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_18_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_19.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_19_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_20.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_20_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_21.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_21_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_22.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_22_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_23_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_16_23.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_24.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_24_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_25.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_25_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_26.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_26_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_27.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_27_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_28.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_28_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_29.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_29_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_30.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_30_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_31_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_24_31.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_32.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_32_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_33.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_33_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_34.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_34_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_35.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_35_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_36.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_36_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_37.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_37_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_38.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_38_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_39_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_32_39.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_40.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_40_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_41.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_41_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_42.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_42_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_43.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_43_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_44.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_44_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_45.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_45_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_46.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_46_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_47_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_40_47.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_48.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_48_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_49.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_49_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_50.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_50_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_51.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_51_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_52.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_52_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_53.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_53_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_54.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_54_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_55_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_48_55.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_56.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_56_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_57.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_57_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_58.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_58_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_59.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_59_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_60.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_60_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_61.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_61_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_62.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_62_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_63_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_56_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_0_63.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_64.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_64_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_65.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_65_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_66.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_66_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_67.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_67_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_68.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_68_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_69.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_69_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_70.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_70_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_71_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_64_71.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_72.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_72_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_73.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_73_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_74.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_74_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_75.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_75_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_76.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_76_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_77.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_77_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_78.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_78_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_79_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_72_79.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_80.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_80_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_81.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_81_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_82.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_82_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_83.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_83_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_84.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_84_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_85.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_85_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_86.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_86_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_87_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_80_87.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_88.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_88_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_89.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_89_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_90.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_90_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_91.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_91_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_92.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_92_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_93.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_93_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_94.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_94_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_95_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_88_95.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_96.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_96_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_97.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_97_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_98.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_98_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_99.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_99_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\leaf_100_as_bone.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_96_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_64_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\tree\\branch_0_100.mcfunction", + "data\\animated_java\\functions\\ecual\\zzzzzzzz\\animations\\13_0_former_ending\\apply_frame_as_root.mcfunction", + "data\\animated_java\\functions\\ecual\\summon.mcfunction", + "data\\animated_java\\functions\\ecual\\apply_variant\\default.mcfunction", + "data\\animated_java\\functions\\ecual\\apply_variant\\jitome.mcfunction", + "data\\animated_java\\functions\\ecual\\apply_variant\\mabaraki.mcfunction", + "data\\animated_java\\functions\\ecual\\apply_variant\\majime.mcfunction", + "data\\animated_java\\functions\\ecual\\apply_variant\\wink.mcfunction", + "data\\animated_java\\functions\\ecual\\apply_variant\\yarare.mcfunction", + "data\\animated_java\\functions\\ecual\\remove\\this.mcfunction", + "data\\animated_java\\functions\\ecual\\remove\\all.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_0_idle\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\1_1_idle_rare\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\2_0_chill_rain\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\3_0_crystal_turret\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\4_0_summon_book\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_0_shining_ray\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\5_1_water_bullet\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\6_0_moving\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\7_0_holy_ray\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\8_0_quietus_rain\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\9_0_water_wall\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\10_0_hydro_storm\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_0_damage_1\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\11_1_damage_2\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\12_0_opening_attack\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\pause.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\stop.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\apply_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\next_frame.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\tween_play.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\13_0_former_ending\\tween_resume.mcfunction", + "data\\animated_java\\functions\\ecual\\animations\\pause_all.mcfunction", + "data\\animated_java\\functions\\tick.mcfunction", + "data\\animated_java\\tags\\functions\\rig_tick.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_root.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_rig_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_bones.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_locator_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_locator_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_camera_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_load\\as_camera_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_root.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_rig_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_bones.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_locator_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_locator_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_camera_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_tick\\as_camera_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_root.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_rig_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_bones.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_locator_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_locator_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_camera_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_summon\\as_camera_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_root.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_rig_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_bones.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_locator_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_locator_entities.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_camera_origins.json", + "data\\animated_java\\tags\\functions\\ecual\\on_remove\\as_camera_entities.json", + "data\\animated_java\\tags\\entity_types\\root.json", + "data\\animated_java\\tags\\entity_types\\bone.json", + "data\\animated_java\\tags\\entity_types\\locator_origin.json", + "data\\animated_java\\tags\\entity_types\\camera_origin.json" + ] } } } \ No newline at end of file